From c448143432b1cedd8816a6c29e44e324372a2c87 Mon Sep 17 00:00:00 2001 From: CocoSimone Date: Thu, 4 Aug 2022 21:12:43 +0200 Subject: [PATCH] Switch to submodules --- .gitmodules | 9 + external/imgui/.editorconfig | 28 - external/imgui/.gitattributes | 30 - external/imgui/CMakeLists.txt | 26 +- external/imgui/LICENSE.txt | 21 - .../imgui/backends/imgui_impl_allegro5.cpp | 581 - external/imgui/backends/imgui_impl_allegro5.h | 32 - .../imgui/backends/imgui_impl_android.cpp | 276 - external/imgui/backends/imgui_impl_android.h | 28 - external/imgui/backends/imgui_impl_dx10.cpp | 579 - external/imgui/backends/imgui_impl_dx10.h | 25 - external/imgui/backends/imgui_impl_dx11.cpp | 595 - external/imgui/backends/imgui_impl_dx11.h | 26 - external/imgui/backends/imgui_impl_dx12.cpp | 747 - external/imgui/backends/imgui_impl_dx12.h | 38 - external/imgui/backends/imgui_impl_dx9.cpp | 378 - external/imgui/backends/imgui_impl_dx9.h | 25 - external/imgui/backends/imgui_impl_glfw.cpp | 662 - external/imgui/backends/imgui_impl_glfw.h | 46 - external/imgui/backends/imgui_impl_glut.cpp | 297 - external/imgui/backends/imgui_impl_glut.h | 39 - external/imgui/backends/imgui_impl_metal.h | 64 - external/imgui/backends/imgui_impl_metal.mm | 574 - .../imgui/backends/imgui_impl_opengl2.cpp | 286 - external/imgui/backends/imgui_impl_opengl2.h | 32 - .../imgui/backends/imgui_impl_opengl3.cpp | 871 - external/imgui/backends/imgui_impl_opengl3.h | 55 - .../backends/imgui_impl_opengl3_loader.h | 786 - external/imgui/backends/imgui_impl_osx.h | 43 - external/imgui/backends/imgui_impl_osx.mm | 758 - external/imgui/backends/imgui_impl_sdl.cpp | 564 - external/imgui/backends/imgui_impl_sdl.h | 36 - .../imgui/backends/imgui_impl_sdlrenderer.cpp | 250 - .../imgui/backends/imgui_impl_sdlrenderer.h | 29 - external/imgui/backends/imgui_impl_vulkan.cpp | 1507 - external/imgui/backends/imgui_impl_vulkan.h | 155 - external/imgui/backends/imgui_impl_wgpu.cpp | 719 - external/imgui/backends/imgui_impl_wgpu.h | 25 - external/imgui/backends/imgui_impl_win32.cpp | 791 - external/imgui/backends/imgui_impl_win32.h | 44 - .../imgui/backends/vulkan/generate_spv.sh | 6 - .../imgui/backends/vulkan/glsl_shader.frag | 14 - .../imgui/backends/vulkan/glsl_shader.vert | 25 - external/imgui/docs/BACKENDS.md | 144 - external/imgui/docs/CHANGELOG.txt | 3685 -- external/imgui/docs/CONTRIBUTING.md | 77 - external/imgui/docs/EXAMPLES.md | 246 - external/imgui/docs/FAQ.md | 676 - external/imgui/docs/FONTS.md | 401 - external/imgui/docs/README.md | 237 - external/imgui/docs/TODO.txt | 370 - external/imgui/examples/README.txt | 9 - .../imgui/examples/example_allegro5/README.md | 36 - .../example_allegro5/example_allegro5.vcxproj | 180 - .../example_allegro5.vcxproj.filters | 58 - .../example_allegro5/imconfig_allegro5.h | 11 - .../imgui/examples/example_allegro5/main.cpp | 144 - .../example_android_opengl3/CMakeLists.txt | 40 - .../android/.gitignore | 12 - .../android/app/build.gradle | 34 - .../android/app/src/main/AndroidManifest.xml | 24 - .../android/app/src/main/java/MainActivity.kt | 40 - .../android/build.gradle | 24 - .../android/settings.gradle | 1 - .../examples/example_android_opengl3/main.cpp | 369 - .../examples/example_apple_metal/README.md | 10 - .../project.pbxproj | 503 - .../example_apple_metal/iOS/Info-iOS.plist | 49 - .../iOS/LaunchScreen.storyboard | 27 - .../macOS/Info-macOS.plist | 30 - .../macOS/MainMenu.storyboard | 93 - .../examples/example_apple_metal/main.mm | 331 - .../project.pbxproj | 332 - .../examples/example_apple_opengl2/main.mm | 250 - .../example_emscripten_opengl3/Makefile | 91 - .../example_emscripten_opengl3/README.md | 26 - .../example_emscripten_opengl3/main.cpp | 174 - .../shell_minimal.html | 64 - .../examples/example_emscripten_wgpu/Makefile | 88 - .../example_emscripten_wgpu/README.md | 24 - .../examples/example_emscripten_wgpu/main.cpp | 245 - .../example_emscripten_wgpu/web/index.html | 80 - .../examples/example_glfw_metal/Makefile | 46 - .../imgui/examples/example_glfw_metal/main.mm | 172 - .../examples/example_glfw_opengl2/Makefile | 81 - .../example_glfw_opengl2/build_win32.bat | 8 - .../example_glfw_opengl2.vcxproj | 181 - .../example_glfw_opengl2.vcxproj.filters | 61 - .../examples/example_glfw_opengl2/main.cpp | 159 - .../examples/example_glfw_opengl3/Makefile | 89 - .../example_glfw_opengl3/build_win32.bat | 8 - .../example_glfw_opengl3.vcxproj | 182 - .../example_glfw_opengl3.vcxproj.filters | 64 - .../examples/example_glfw_opengl3/main.cpp | 172 - .../example_glfw_vulkan/CMakeLists.txt | 44 - .../example_glfw_vulkan/build_win32.bat | 14 - .../example_glfw_vulkan/build_win64.bat | 13 - .../example_glfw_vulkan.vcxproj | 185 - .../example_glfw_vulkan.vcxproj.filters | 61 - .../examples/example_glfw_vulkan/main.cpp | 560 - .../examples/example_glut_opengl2/Makefile | 75 - .../example_glut_opengl2.vcxproj | 181 - .../example_glut_opengl2.vcxproj.filters | 61 - .../examples/example_glut_opengl2/main.cpp | 156 - external/imgui/examples/example_null/Makefile | 92 - .../examples/example_null/build_win32.bat | 3 - external/imgui/examples/example_null/main.cpp | 37 - .../example_sdl_directx11/build_win32.bat | 8 - .../example_sdl_directx11.vcxproj | 182 - .../example_sdl_directx11.vcxproj.filters | 60 - .../examples/example_sdl_directx11/main.cpp | 230 - .../imgui/examples/example_sdl_metal/Makefile | 47 - .../imgui/examples/example_sdl_metal/main.mm | 181 - .../examples/example_sdl_opengl2/Makefile | 79 - .../examples/example_sdl_opengl2/README.md | 29 - .../example_sdl_opengl2/build_win32.bat | 8 - .../example_sdl_opengl2.vcxproj | 181 - .../example_sdl_opengl2.vcxproj.filters | 61 - .../examples/example_sdl_opengl2/main.cpp | 157 - .../examples/example_sdl_opengl3/Makefile | 91 - .../examples/example_sdl_opengl3/README.md | 29 - .../example_sdl_opengl3/build_win32.bat | 8 - .../example_sdl_opengl3.vcxproj | 182 - .../example_sdl_opengl3.vcxproj.filters | 64 - .../examples/example_sdl_opengl3/main.cpp | 178 - .../examples/example_sdl_sdlrenderer/Makefile | 79 - .../example_sdl_sdlrenderer/README.md | 25 - .../example_sdl_sdlrenderer/build_win32.bat | 8 - .../example_sdl_sdlrenderer.vcxproj | 181 - .../example_sdl_sdlrenderer.vcxproj.filters | 61 - .../examples/example_sdl_sdlrenderer/main.cpp | 161 - .../example_sdl_vulkan/build_win32.bat | 10 - .../example_sdl_vulkan.vcxproj | 185 - .../example_sdl_vulkan.vcxproj.filters | 61 - .../examples/example_sdl_vulkan/main.cpp | 561 - .../example_win32_directx10/build_win32.bat | 8 - .../example_win32_directx10.vcxproj | 171 - .../example_win32_directx10.vcxproj.filters | 60 - .../examples/example_win32_directx10/main.cpp | 243 - .../example_win32_directx11/build_win32.bat | 9 - .../example_win32_directx11.vcxproj | 170 - .../example_win32_directx11.vcxproj.filters | 60 - .../examples/example_win32_directx11/main.cpp | 247 - .../example_win32_directx12/build_win32.bat | 9 - .../example_win32_directx12.vcxproj | 172 - .../example_win32_directx12.vcxproj.filters | 57 - .../examples/example_win32_directx12/main.cpp | 465 - .../example_win32_directx9/build_win32.bat | 8 - .../example_win32_directx9.vcxproj | 171 - .../example_win32_directx9.vcxproj.filters | 61 - .../examples/example_win32_directx9/main.cpp | 237 - external/imgui/examples/imgui_examples.sln | 88 - external/imgui/examples/libs/glfw/COPYING.txt | 22 - .../examples/libs/glfw/include/GLFW/glfw3.h | 4227 -- .../libs/glfw/include/GLFW/glfw3native.h | 456 - .../libs/glfw/lib-vc2010-32/glfw3.lib | Bin 187376 -> 0 bytes .../libs/glfw/lib-vc2010-64/glfw3.lib | Bin 291120 -> 0 bytes .../imgui/examples/libs/usynergy/README.txt | 8 - .../imgui/examples/libs/usynergy/uSynergy.c | 636 - .../imgui/examples/libs/usynergy/uSynergy.h | 420 - external/imgui/imconfig.h | 125 - external/imgui/imgui | 1 + external/imgui/imgui.cpp | 13470 ---- external/imgui/imgui.h | 3065 - external/imgui/imgui_demo.cpp | 7972 --- external/imgui/imgui_draw.cpp | 4162 -- external/imgui/imgui_internal.h | 2986 - external/imgui/imgui_tables.cpp | 4071 -- external/imgui/imgui_widgets.cpp | 8409 --- external/imgui/imstb_rectpack.h | 627 - external/imgui/imstb_textedit.h | 1447 - external/imgui/imstb_truetype.h | 5085 -- external/imgui/misc/README.txt | 23 - external/imgui/misc/cpp/README.txt | 13 - external/imgui/misc/cpp/imgui_stdlib.cpp | 72 - external/imgui/misc/cpp/imgui_stdlib.h | 18 - external/imgui/misc/debuggers/README.txt | 16 - external/imgui/misc/debuggers/imgui.gdb | 12 - .../imgui/misc/debuggers/imgui.natstepfilter | 30 - external/imgui/misc/debuggers/imgui.natvis | 58 - external/imgui/misc/fonts/Cousine-Regular.ttf | Bin 43912 -> 0 bytes external/imgui/misc/fonts/DroidSans.ttf | Bin 190044 -> 0 bytes external/imgui/misc/fonts/Karla-Regular.ttf | Bin 16848 -> 0 bytes external/imgui/misc/fonts/ProggyClean.ttf | Bin 41208 -> 0 bytes external/imgui/misc/fonts/ProggyTiny.ttf | Bin 35656 -> 0 bytes external/imgui/misc/fonts/Roboto-Medium.ttf | Bin 162588 -> 0 bytes .../misc/fonts/binary_to_compressed_c.cpp | 388 - external/imgui/misc/freetype/README.md | 37 - .../imgui/misc/freetype/imgui_freetype.cpp | 779 - external/imgui/misc/freetype/imgui_freetype.h | 50 - .../misc/single_file/imgui_single_file.h | 18 - external/nativefiledialog-extended | 1 + .../.circleci/config.yml | 24 - .../nativefiledialog-extended/.clang-format | 11 - .../.github/workflows/cmake.yml | 146 - external/nativefiledialog-extended/.gitignore | 7 - .../nativefiledialog-extended/CMakeLists.txt | 45 - external/nativefiledialog-extended/LICENSE | 16 - external/nativefiledialog-extended/README.md | 297 - .../screens/open_gtk3.png | Bin 33502 -> 0 bytes .../screens/open_gtk3_dark.png | Bin 34551 -> 0 bytes .../screens/open_macos_10.13_icons.png | Bin 46322 -> 0 bytes .../screens/open_macos_10.13_list.png | Bin 49890 -> 0 bytes .../screens/open_macos_10.13_tree.png | Bin 82185 -> 0 bytes .../screens/open_macos_11.0.png | Bin 46991 -> 0 bytes .../screens/open_macos_11.0_dark.png | Bin 47064 -> 0 bytes .../screens/open_win10.png | Bin 24860 -> 0 bytes .../screens/open_win10_dark.png | Bin 24491 -> 0 bytes .../src/CMakeLists.txt | 85 - .../src/include/nfd.h | 281 - .../src/include/nfd.hpp | 311 - .../nativefiledialog-extended/src/nfd_cocoa.m | 387 - .../nativefiledialog-extended/src/nfd_gtk.cpp | 631 - .../src/nfd_portal.cpp | 1414 - .../nativefiledialog-extended/src/nfd_win.cpp | 969 - .../test/CMakeLists.txt | 18 - .../test/test_opendialog.c | 36 - .../test/test_opendialog_cpp.cpp | 29 - .../test/test_opendialogmultiple.c | 50 - .../test/test_opendialogmultiple_cpp.cpp | 40 - .../test/test_opendialogmultiple_enum.c | 53 - .../test/test_pickfolder.c | 33 - .../test/test_pickfolder_cpp.cpp | 27 - .../test/test_savedialog.c | 36 - .../parallel-rdp-standalone/CMakeLists.txt | 67 - external/parallel-rdp-standalone/COMMIT | 1 - external/parallel-rdp-standalone/LICENSE | 20 - external/parallel-rdp-standalone/README.md | 265 - external/parallel-rdp-standalone/config.mk | 53 - .../parallel-rdp/command_ring.cpp | 135 - .../parallel-rdp/command_ring.hpp | 67 - .../parallel-rdp/luts.hpp | 1556 - .../parallel-rdp/rdp_common.hpp | 410 - .../parallel-rdp/rdp_data_structures.hpp | 390 - .../parallel-rdp/rdp_device.cpp | 1259 - .../parallel-rdp/rdp_device.hpp | 286 - .../parallel-rdp/rdp_dump_write.cpp | 151 - .../parallel-rdp/rdp_dump_write.hpp | 65 - .../parallel-rdp/rdp_renderer.cpp | 3520 - .../parallel-rdp/rdp_renderer.hpp | 393 - .../parallel-rdp/shaders/binning.h | 146 - .../parallel-rdp/shaders/blender.h | 145 - .../parallel-rdp/shaders/clamping.h | 78 - .../shaders/clear_indirect_buffer.comp | 33 - .../clear_super_sampled_write_mask.comp | 34 - .../shaders/clear_write_mask.comp | 42 - .../parallel-rdp/shaders/combiner.h | 284 - .../parallel-rdp/shaders/coverage.h | 81 - .../parallel-rdp/shaders/data_structures.h | 346 - .../shaders/data_structures_buffers.h | 134 - .../parallel-rdp/shaders/debug.h | 151 - .../parallel-rdp/shaders/depth_blend.comp | 149 - .../parallel-rdp/shaders/depth_test.h | 146 - .../parallel-rdp/shaders/dither.h | 70 - .../parallel-rdp/shaders/extract_vram.comp | 107 - .../parallel-rdp/shaders/fb_formats.h | 10 - .../parallel-rdp/shaders/fullscreen.vert | 32 - .../parallel-rdp/shaders/interpolation.h | 255 - .../shaders/load_attribute_setup.h | 31 - .../shaders/load_depth_blend_state.h | 41 - .../parallel-rdp/shaders/load_derived_setup.h | 50 - .../parallel-rdp/shaders/load_scissor_state.h | 32 - .../parallel-rdp/shaders/load_span_offsets.h | 31 - .../parallel-rdp/shaders/load_span_setup.h | 44 - .../shaders/load_static_raster_state.h | 42 - .../parallel-rdp/shaders/load_tile_info.h | 49 - .../shaders/load_triangle_setup.h | 46 - .../shaders/masked_rdram_resolve.comp | 70 - .../parallel-rdp/shaders/memory_interfacing.h | 582 - .../parallel-rdp/shaders/noise.h | 71 - .../parallel-rdp/shaders/perspective.h | 114 - .../parallel-rdp/shaders/rasterizer.comp | 191 - .../parallel-rdp/shaders/shading.h | 353 - .../parallel-rdp/shaders/slangmosh.hpp | 54613 ---------------- .../parallel-rdp/shaders/small_types.h | 121 - .../parallel-rdp/shaders/span_setup.comp | 227 - .../parallel-rdp/shaders/store_span_setup.h | 43 - .../parallel-rdp/shaders/texture.h | 995 - .../shaders/tile_binning_combined.comp | 270 - .../parallel-rdp/shaders/tmem_update.comp | 577 - .../parallel-rdp/shaders/ubershader.comp | 103 - .../shaders/update_upscaled_domain_post.comp | 119 - .../shaders/update_upscaled_domain_pre.comp | 185 - .../update_upscaled_domain_resolve.comp | 279 - .../parallel-rdp/shaders/vi_blend_fields.frag | 33 - .../parallel-rdp/shaders/vi_debug.h | 60 - .../parallel-rdp/shaders/vi_deinterlace.frag | 31 - .../parallel-rdp/shaders/vi_deinterlace.vert | 41 - .../parallel-rdp/shaders/vi_divot.frag | 92 - .../parallel-rdp/shaders/vi_fetch.frag | 164 - .../parallel-rdp/shaders/vi_scale.frag | 154 - .../parallel-rdp/shaders/vi_status.h | 48 - .../parallel-rdp/shaders/z_encode.h | 58 - .../parallel-rdp/video_interface.cpp | 1347 - .../parallel-rdp/video_interface.hpp | 229 - .../parallel-rdp/worker_thread.hpp | 122 - .../util/aligned_alloc.cpp | 82 - .../util/aligned_alloc.hpp | 62 - .../parallel-rdp-standalone/util/bitops.hpp | 123 - .../util/enum_cast.hpp | 34 - .../parallel-rdp-standalone/util/hash.hpp | 105 - .../util/intrusive.hpp | 310 - .../util/intrusive_hash_map.hpp | 690 - .../util/intrusive_list.hpp | 197 - .../parallel-rdp-standalone/util/logging.cpp | 45 - .../parallel-rdp-standalone/util/logging.hpp | 99 - .../util/object_pool.hpp | 132 - .../util/read_write_lock.hpp | 93 - .../util/small_vector.hpp | 456 - .../util/stack_allocator.hpp | 62 - .../util/temporary_hashmap.hpp | 169 - .../util/thread_id.cpp | 45 - .../util/thread_id.hpp | 29 - .../util/thread_name.cpp | 18 - .../util/thread_name.hpp | 28 - .../util/timeline_trace_file.cpp | 152 - .../util/timeline_trace_file.hpp | 70 - .../parallel-rdp-standalone/util/timer.cpp | 126 - .../parallel-rdp-standalone/util/timer.hpp | 63 - external/parallel-rdp-standalone/volk/volk.c | 2278 - external/parallel-rdp-standalone/volk/volk.h | 1501 - .../vulkan-headers/include/vulkan/vk_icd.h | 245 - .../vulkan-headers/include/vulkan/vk_layer.h | 210 - .../include/vulkan/vk_platform.h | 84 - .../include/vulkan/vk_sdk_platform.h | 69 - .../vulkan-headers/include/vulkan/vulkan.h | 92 - .../include/vulkan/vulkan_android.h | 125 - .../include/vulkan/vulkan_beta.h | 990 - .../include/vulkan/vulkan_core.h | 14687 ----- .../include/vulkan/vulkan_directfb.h | 54 - .../include/vulkan/vulkan_fuchsia.h | 258 - .../include/vulkan/vulkan_ggp.h | 58 - .../include/vulkan/vulkan_ios.h | 47 - .../include/vulkan/vulkan_macos.h | 47 - .../include/vulkan/vulkan_metal.h | 54 - .../include/vulkan/vulkan_screen.h | 54 - .../vulkan-headers/include/vulkan/vulkan_vi.h | 47 - .../include/vulkan/vulkan_wayland.h | 54 - .../include/vulkan/vulkan_win32.h | 315 - .../include/vulkan/vulkan_xcb.h | 55 - .../include/vulkan/vulkan_xlib.h | 55 - .../include/vulkan/vulkan_xlib_xrandr.h | 45 - .../parallel-rdp-standalone/vulkan/buffer.cpp | 80 - .../parallel-rdp-standalone/vulkan/buffer.hpp | 186 - .../vulkan/buffer_pool.cpp | 137 - .../vulkan/buffer_pool.hpp | 102 - .../vulkan/command_buffer.cpp | 2563 - .../vulkan/command_buffer.hpp | 802 - .../vulkan/command_pool.cpp | 180 - .../vulkan/command_pool.hpp | 61 - .../vulkan/context.cpp | 1219 - .../vulkan/context.hpp | 295 - .../parallel-rdp-standalone/vulkan/cookie.cpp | 32 - .../parallel-rdp-standalone/vulkan/cookie.hpp | 61 - .../vulkan/descriptor_set.cpp | 484 - .../vulkan/descriptor_set.hpp | 186 - .../parallel-rdp-standalone/vulkan/device.cpp | 4994 -- .../parallel-rdp-standalone/vulkan/device.hpp | 853 - .../vulkan/device_fossilize.cpp | 373 - .../vulkan/event_manager.cpp | 72 - .../vulkan/event_manager.hpp | 47 - .../parallel-rdp-standalone/vulkan/fence.cpp | 102 - .../parallel-rdp-standalone/vulkan/fence.hpp | 85 - .../vulkan/fence_manager.cpp | 61 - .../vulkan/fence_manager.hpp | 45 - .../parallel-rdp-standalone/vulkan/format.hpp | 386 - .../parallel-rdp-standalone/vulkan/image.cpp | 241 - .../parallel-rdp-standalone/vulkan/image.hpp | 676 - .../parallel-rdp-standalone/vulkan/limits.hpp | 36 - .../vulkan/memory_allocator.cpp | 797 - .../vulkan/memory_allocator.hpp | 402 - .../vulkan/pipeline_event.cpp | 43 - .../vulkan/pipeline_event.hpp | 78 - .../vulkan/query_pool.cpp | 515 - .../vulkan/query_pool.hpp | 182 - .../parallel-rdp-standalone/vulkan/quirks.hpp | 52 - .../vulkan/render_pass.cpp | 1008 - .../vulkan/render_pass.hpp | 273 - .../vulkan/renderdoc_capture.cpp | 127 - .../vulkan/sampler.cpp | 126 - .../vulkan/sampler.hpp | 145 - .../vulkan/semaphore.cpp | 81 - .../vulkan/semaphore.hpp | 149 - .../vulkan/semaphore_manager.cpp | 62 - .../vulkan/semaphore_manager.hpp | 45 - .../parallel-rdp-standalone/vulkan/shader.cpp | 641 - .../parallel-rdp-standalone/vulkan/shader.hpp | 223 - .../vulkan/texture_format.cpp | 519 - .../vulkan/texture_format.hpp | 178 - .../vulkan/type_to_string.hpp | 113 - .../vulkan/vulkan_common.hpp | 61 - .../vulkan/vulkan_headers.hpp | 66 - .../vulkan/vulkan_prerotate.hpp | 86 - .../parallel-rdp-standalone/vulkan/wsi.cpp | 1228 - .../parallel-rdp-standalone/vulkan/wsi.hpp | 315 - .../vulkan/wsi_timing.cpp | 561 - .../vulkan/wsi_timing.hpp | 140 - external/parallel-rdp/CMakeLists.txt | 67 + .../ParallelRDPWrapper.cpp | 2 +- .../ParallelRDPWrapper.hpp | 0 external/parallel-rdp/parallel-rdp-standalone | 1 + src/cores/n64/Core.cpp | 2 +- src/cores/n64/core/CMakeLists.txt | 2 +- src/cores/n64/core/RDP.cpp | 2 +- 404 files changed, 96 insertions(+), 212763 deletions(-) create mode 100644 .gitmodules delete mode 100644 external/imgui/.editorconfig delete mode 100644 external/imgui/.gitattributes delete mode 100644 external/imgui/LICENSE.txt delete mode 100644 external/imgui/backends/imgui_impl_allegro5.cpp delete mode 100644 external/imgui/backends/imgui_impl_allegro5.h delete mode 100644 external/imgui/backends/imgui_impl_android.cpp delete mode 100644 external/imgui/backends/imgui_impl_android.h delete mode 100644 external/imgui/backends/imgui_impl_dx10.cpp delete mode 100644 external/imgui/backends/imgui_impl_dx10.h delete mode 100644 external/imgui/backends/imgui_impl_dx11.cpp delete mode 100644 external/imgui/backends/imgui_impl_dx11.h delete mode 100644 external/imgui/backends/imgui_impl_dx12.cpp delete mode 100644 external/imgui/backends/imgui_impl_dx12.h delete mode 100644 external/imgui/backends/imgui_impl_dx9.cpp delete mode 100644 external/imgui/backends/imgui_impl_dx9.h delete mode 100644 external/imgui/backends/imgui_impl_glfw.cpp delete mode 100644 external/imgui/backends/imgui_impl_glfw.h delete mode 100644 external/imgui/backends/imgui_impl_glut.cpp delete mode 100644 external/imgui/backends/imgui_impl_glut.h delete mode 100644 external/imgui/backends/imgui_impl_metal.h delete mode 100644 external/imgui/backends/imgui_impl_metal.mm delete mode 100644 external/imgui/backends/imgui_impl_opengl2.cpp delete mode 100644 external/imgui/backends/imgui_impl_opengl2.h delete mode 100644 external/imgui/backends/imgui_impl_opengl3.cpp delete mode 100644 external/imgui/backends/imgui_impl_opengl3.h delete mode 100644 external/imgui/backends/imgui_impl_opengl3_loader.h delete mode 100644 external/imgui/backends/imgui_impl_osx.h delete mode 100644 external/imgui/backends/imgui_impl_osx.mm delete mode 100644 external/imgui/backends/imgui_impl_sdl.cpp delete mode 100644 external/imgui/backends/imgui_impl_sdl.h delete mode 100644 external/imgui/backends/imgui_impl_sdlrenderer.cpp delete mode 100644 external/imgui/backends/imgui_impl_sdlrenderer.h delete mode 100644 external/imgui/backends/imgui_impl_vulkan.cpp delete mode 100644 external/imgui/backends/imgui_impl_vulkan.h delete mode 100644 external/imgui/backends/imgui_impl_wgpu.cpp delete mode 100644 external/imgui/backends/imgui_impl_wgpu.h delete mode 100644 external/imgui/backends/imgui_impl_win32.cpp delete mode 100644 external/imgui/backends/imgui_impl_win32.h delete mode 100644 external/imgui/backends/vulkan/generate_spv.sh delete mode 100644 external/imgui/backends/vulkan/glsl_shader.frag delete mode 100644 external/imgui/backends/vulkan/glsl_shader.vert delete mode 100644 external/imgui/docs/BACKENDS.md delete mode 100644 external/imgui/docs/CHANGELOG.txt delete mode 100644 external/imgui/docs/CONTRIBUTING.md delete mode 100644 external/imgui/docs/EXAMPLES.md delete mode 100644 external/imgui/docs/FAQ.md delete mode 100644 external/imgui/docs/FONTS.md delete mode 100644 external/imgui/docs/README.md delete mode 100644 external/imgui/docs/TODO.txt delete mode 100644 external/imgui/examples/README.txt delete mode 100644 external/imgui/examples/example_allegro5/README.md delete mode 100644 external/imgui/examples/example_allegro5/example_allegro5.vcxproj delete mode 100644 external/imgui/examples/example_allegro5/example_allegro5.vcxproj.filters delete mode 100644 external/imgui/examples/example_allegro5/imconfig_allegro5.h delete mode 100644 external/imgui/examples/example_allegro5/main.cpp delete mode 100644 external/imgui/examples/example_android_opengl3/CMakeLists.txt delete mode 100644 external/imgui/examples/example_android_opengl3/android/.gitignore delete mode 100644 external/imgui/examples/example_android_opengl3/android/app/build.gradle delete mode 100644 external/imgui/examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml delete mode 100644 external/imgui/examples/example_android_opengl3/android/app/src/main/java/MainActivity.kt delete mode 100644 external/imgui/examples/example_android_opengl3/android/build.gradle delete mode 100644 external/imgui/examples/example_android_opengl3/android/settings.gradle delete mode 100644 external/imgui/examples/example_android_opengl3/main.cpp delete mode 100644 external/imgui/examples/example_apple_metal/README.md delete mode 100644 external/imgui/examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj delete mode 100644 external/imgui/examples/example_apple_metal/iOS/Info-iOS.plist delete mode 100644 external/imgui/examples/example_apple_metal/iOS/LaunchScreen.storyboard delete mode 100644 external/imgui/examples/example_apple_metal/macOS/Info-macOS.plist delete mode 100644 external/imgui/examples/example_apple_metal/macOS/MainMenu.storyboard delete mode 100644 external/imgui/examples/example_apple_metal/main.mm delete mode 100644 external/imgui/examples/example_apple_opengl2/example_apple_opengl2.xcodeproj/project.pbxproj delete mode 100644 external/imgui/examples/example_apple_opengl2/main.mm delete mode 100644 external/imgui/examples/example_emscripten_opengl3/Makefile delete mode 100644 external/imgui/examples/example_emscripten_opengl3/README.md delete mode 100644 external/imgui/examples/example_emscripten_opengl3/main.cpp delete mode 100644 external/imgui/examples/example_emscripten_opengl3/shell_minimal.html delete mode 100644 external/imgui/examples/example_emscripten_wgpu/Makefile delete mode 100644 external/imgui/examples/example_emscripten_wgpu/README.md delete mode 100644 external/imgui/examples/example_emscripten_wgpu/main.cpp delete mode 100644 external/imgui/examples/example_emscripten_wgpu/web/index.html delete mode 100644 external/imgui/examples/example_glfw_metal/Makefile delete mode 100644 external/imgui/examples/example_glfw_metal/main.mm delete mode 100644 external/imgui/examples/example_glfw_opengl2/Makefile delete mode 100644 external/imgui/examples/example_glfw_opengl2/build_win32.bat delete mode 100644 external/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj delete mode 100644 external/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters delete mode 100644 external/imgui/examples/example_glfw_opengl2/main.cpp delete mode 100644 external/imgui/examples/example_glfw_opengl3/Makefile delete mode 100644 external/imgui/examples/example_glfw_opengl3/build_win32.bat delete mode 100644 external/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj delete mode 100644 external/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters delete mode 100644 external/imgui/examples/example_glfw_opengl3/main.cpp delete mode 100644 external/imgui/examples/example_glfw_vulkan/CMakeLists.txt delete mode 100644 external/imgui/examples/example_glfw_vulkan/build_win32.bat delete mode 100644 external/imgui/examples/example_glfw_vulkan/build_win64.bat delete mode 100644 external/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj delete mode 100644 external/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters delete mode 100644 external/imgui/examples/example_glfw_vulkan/main.cpp delete mode 100644 external/imgui/examples/example_glut_opengl2/Makefile delete mode 100644 external/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj delete mode 100644 external/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj.filters delete mode 100644 external/imgui/examples/example_glut_opengl2/main.cpp delete mode 100644 external/imgui/examples/example_null/Makefile delete mode 100644 external/imgui/examples/example_null/build_win32.bat delete mode 100644 external/imgui/examples/example_null/main.cpp delete mode 100644 external/imgui/examples/example_sdl_directx11/build_win32.bat delete mode 100644 external/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj delete mode 100644 external/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters delete mode 100644 external/imgui/examples/example_sdl_directx11/main.cpp delete mode 100644 external/imgui/examples/example_sdl_metal/Makefile delete mode 100644 external/imgui/examples/example_sdl_metal/main.mm delete mode 100644 external/imgui/examples/example_sdl_opengl2/Makefile delete mode 100644 external/imgui/examples/example_sdl_opengl2/README.md delete mode 100644 external/imgui/examples/example_sdl_opengl2/build_win32.bat delete mode 100644 external/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj delete mode 100644 external/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters delete mode 100644 external/imgui/examples/example_sdl_opengl2/main.cpp delete mode 100644 external/imgui/examples/example_sdl_opengl3/Makefile delete mode 100644 external/imgui/examples/example_sdl_opengl3/README.md delete mode 100644 external/imgui/examples/example_sdl_opengl3/build_win32.bat delete mode 100644 external/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj delete mode 100644 external/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters delete mode 100644 external/imgui/examples/example_sdl_opengl3/main.cpp delete mode 100644 external/imgui/examples/example_sdl_sdlrenderer/Makefile delete mode 100644 external/imgui/examples/example_sdl_sdlrenderer/README.md delete mode 100644 external/imgui/examples/example_sdl_sdlrenderer/build_win32.bat delete mode 100644 external/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj delete mode 100644 external/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj.filters delete mode 100644 external/imgui/examples/example_sdl_sdlrenderer/main.cpp delete mode 100644 external/imgui/examples/example_sdl_vulkan/build_win32.bat delete mode 100644 external/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj delete mode 100644 external/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters delete mode 100644 external/imgui/examples/example_sdl_vulkan/main.cpp delete mode 100644 external/imgui/examples/example_win32_directx10/build_win32.bat delete mode 100644 external/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj delete mode 100644 external/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj.filters delete mode 100644 external/imgui/examples/example_win32_directx10/main.cpp delete mode 100644 external/imgui/examples/example_win32_directx11/build_win32.bat delete mode 100644 external/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj delete mode 100644 external/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj.filters delete mode 100644 external/imgui/examples/example_win32_directx11/main.cpp delete mode 100644 external/imgui/examples/example_win32_directx12/build_win32.bat delete mode 100644 external/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj delete mode 100644 external/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj.filters delete mode 100644 external/imgui/examples/example_win32_directx12/main.cpp delete mode 100644 external/imgui/examples/example_win32_directx9/build_win32.bat delete mode 100644 external/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj delete mode 100644 external/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters delete mode 100644 external/imgui/examples/example_win32_directx9/main.cpp delete mode 100644 external/imgui/examples/imgui_examples.sln delete mode 100644 external/imgui/examples/libs/glfw/COPYING.txt delete mode 100644 external/imgui/examples/libs/glfw/include/GLFW/glfw3.h delete mode 100644 external/imgui/examples/libs/glfw/include/GLFW/glfw3native.h delete mode 100644 external/imgui/examples/libs/glfw/lib-vc2010-32/glfw3.lib delete mode 100644 external/imgui/examples/libs/glfw/lib-vc2010-64/glfw3.lib delete mode 100644 external/imgui/examples/libs/usynergy/README.txt delete mode 100644 external/imgui/examples/libs/usynergy/uSynergy.c delete mode 100644 external/imgui/examples/libs/usynergy/uSynergy.h delete mode 100644 external/imgui/imconfig.h create mode 160000 external/imgui/imgui delete mode 100644 external/imgui/imgui.cpp delete mode 100644 external/imgui/imgui.h delete mode 100644 external/imgui/imgui_demo.cpp delete mode 100644 external/imgui/imgui_draw.cpp delete mode 100644 external/imgui/imgui_internal.h delete mode 100644 external/imgui/imgui_tables.cpp delete mode 100644 external/imgui/imgui_widgets.cpp delete mode 100644 external/imgui/imstb_rectpack.h delete mode 100644 external/imgui/imstb_textedit.h delete mode 100644 external/imgui/imstb_truetype.h delete mode 100644 external/imgui/misc/README.txt delete mode 100644 external/imgui/misc/cpp/README.txt delete mode 100644 external/imgui/misc/cpp/imgui_stdlib.cpp delete mode 100644 external/imgui/misc/cpp/imgui_stdlib.h delete mode 100644 external/imgui/misc/debuggers/README.txt delete mode 100644 external/imgui/misc/debuggers/imgui.gdb delete mode 100644 external/imgui/misc/debuggers/imgui.natstepfilter delete mode 100644 external/imgui/misc/debuggers/imgui.natvis delete mode 100644 external/imgui/misc/fonts/Cousine-Regular.ttf delete mode 100644 external/imgui/misc/fonts/DroidSans.ttf delete mode 100644 external/imgui/misc/fonts/Karla-Regular.ttf delete mode 100644 external/imgui/misc/fonts/ProggyClean.ttf delete mode 100644 external/imgui/misc/fonts/ProggyTiny.ttf delete mode 100644 external/imgui/misc/fonts/Roboto-Medium.ttf delete mode 100644 external/imgui/misc/fonts/binary_to_compressed_c.cpp delete mode 100644 external/imgui/misc/freetype/README.md delete mode 100644 external/imgui/misc/freetype/imgui_freetype.cpp delete mode 100644 external/imgui/misc/freetype/imgui_freetype.h delete mode 100644 external/imgui/misc/single_file/imgui_single_file.h create mode 160000 external/nativefiledialog-extended delete mode 100644 external/nativefiledialog-extended/.circleci/config.yml delete mode 100644 external/nativefiledialog-extended/.clang-format delete mode 100644 external/nativefiledialog-extended/.github/workflows/cmake.yml delete mode 100644 external/nativefiledialog-extended/.gitignore delete mode 100644 external/nativefiledialog-extended/CMakeLists.txt delete mode 100644 external/nativefiledialog-extended/LICENSE delete mode 100644 external/nativefiledialog-extended/README.md delete mode 100644 external/nativefiledialog-extended/screens/open_gtk3.png delete mode 100644 external/nativefiledialog-extended/screens/open_gtk3_dark.png delete mode 100644 external/nativefiledialog-extended/screens/open_macos_10.13_icons.png delete mode 100644 external/nativefiledialog-extended/screens/open_macos_10.13_list.png delete mode 100644 external/nativefiledialog-extended/screens/open_macos_10.13_tree.png delete mode 100644 external/nativefiledialog-extended/screens/open_macos_11.0.png delete mode 100644 external/nativefiledialog-extended/screens/open_macos_11.0_dark.png delete mode 100644 external/nativefiledialog-extended/screens/open_win10.png delete mode 100644 external/nativefiledialog-extended/screens/open_win10_dark.png delete mode 100644 external/nativefiledialog-extended/src/CMakeLists.txt delete mode 100644 external/nativefiledialog-extended/src/include/nfd.h delete mode 100644 external/nativefiledialog-extended/src/include/nfd.hpp delete mode 100644 external/nativefiledialog-extended/src/nfd_cocoa.m delete mode 100644 external/nativefiledialog-extended/src/nfd_gtk.cpp delete mode 100644 external/nativefiledialog-extended/src/nfd_portal.cpp delete mode 100644 external/nativefiledialog-extended/src/nfd_win.cpp delete mode 100644 external/nativefiledialog-extended/test/CMakeLists.txt delete mode 100644 external/nativefiledialog-extended/test/test_opendialog.c delete mode 100644 external/nativefiledialog-extended/test/test_opendialog_cpp.cpp delete mode 100644 external/nativefiledialog-extended/test/test_opendialogmultiple.c delete mode 100644 external/nativefiledialog-extended/test/test_opendialogmultiple_cpp.cpp delete mode 100644 external/nativefiledialog-extended/test/test_opendialogmultiple_enum.c delete mode 100644 external/nativefiledialog-extended/test/test_pickfolder.c delete mode 100644 external/nativefiledialog-extended/test/test_pickfolder_cpp.cpp delete mode 100644 external/nativefiledialog-extended/test/test_savedialog.c delete mode 100644 external/parallel-rdp-standalone/CMakeLists.txt delete mode 100644 external/parallel-rdp-standalone/COMMIT delete mode 100644 external/parallel-rdp-standalone/LICENSE delete mode 100644 external/parallel-rdp-standalone/README.md delete mode 100644 external/parallel-rdp-standalone/config.mk delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/command_ring.cpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/command_ring.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/luts.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/rdp_common.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/rdp_data_structures.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/rdp_device.cpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/rdp_device.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/rdp_dump_write.cpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/rdp_dump_write.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/rdp_renderer.cpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/rdp_renderer.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/binning.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/blender.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/clamping.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/clear_indirect_buffer.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/clear_super_sampled_write_mask.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/clear_write_mask.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/combiner.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/coverage.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/data_structures.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/data_structures_buffers.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/debug.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/depth_blend.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/depth_test.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/dither.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/extract_vram.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/fb_formats.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/fullscreen.vert delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/interpolation.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_attribute_setup.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_depth_blend_state.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_derived_setup.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_scissor_state.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_span_offsets.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_span_setup.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_static_raster_state.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_tile_info.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/load_triangle_setup.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/masked_rdram_resolve.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/memory_interfacing.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/noise.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/perspective.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/rasterizer.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/shading.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/slangmosh.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/small_types.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/span_setup.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/store_span_setup.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/texture.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/tile_binning_combined.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/tmem_update.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/ubershader.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_post.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_pre.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_resolve.comp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/vi_blend_fields.frag delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/vi_debug.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/vi_deinterlace.frag delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/vi_deinterlace.vert delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/vi_divot.frag delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/vi_fetch.frag delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/vi_scale.frag delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/vi_status.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/shaders/z_encode.h delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/video_interface.cpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/video_interface.hpp delete mode 100644 external/parallel-rdp-standalone/parallel-rdp/worker_thread.hpp delete mode 100644 external/parallel-rdp-standalone/util/aligned_alloc.cpp delete mode 100644 external/parallel-rdp-standalone/util/aligned_alloc.hpp delete mode 100644 external/parallel-rdp-standalone/util/bitops.hpp delete mode 100644 external/parallel-rdp-standalone/util/enum_cast.hpp delete mode 100644 external/parallel-rdp-standalone/util/hash.hpp delete mode 100644 external/parallel-rdp-standalone/util/intrusive.hpp delete mode 100644 external/parallel-rdp-standalone/util/intrusive_hash_map.hpp delete mode 100644 external/parallel-rdp-standalone/util/intrusive_list.hpp delete mode 100644 external/parallel-rdp-standalone/util/logging.cpp delete mode 100644 external/parallel-rdp-standalone/util/logging.hpp delete mode 100644 external/parallel-rdp-standalone/util/object_pool.hpp delete mode 100644 external/parallel-rdp-standalone/util/read_write_lock.hpp delete mode 100644 external/parallel-rdp-standalone/util/small_vector.hpp delete mode 100644 external/parallel-rdp-standalone/util/stack_allocator.hpp delete mode 100644 external/parallel-rdp-standalone/util/temporary_hashmap.hpp delete mode 100644 external/parallel-rdp-standalone/util/thread_id.cpp delete mode 100644 external/parallel-rdp-standalone/util/thread_id.hpp delete mode 100644 external/parallel-rdp-standalone/util/thread_name.cpp delete mode 100644 external/parallel-rdp-standalone/util/thread_name.hpp delete mode 100644 external/parallel-rdp-standalone/util/timeline_trace_file.cpp delete mode 100644 external/parallel-rdp-standalone/util/timeline_trace_file.hpp delete mode 100644 external/parallel-rdp-standalone/util/timer.cpp delete mode 100644 external/parallel-rdp-standalone/util/timer.hpp delete mode 100644 external/parallel-rdp-standalone/volk/volk.c delete mode 100644 external/parallel-rdp-standalone/volk/volk.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_icd.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_layer.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_platform.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_sdk_platform.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_android.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_beta.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_core.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_directfb.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_fuchsia.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_ggp.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_ios.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_macos.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_metal.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_screen.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_vi.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_wayland.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_win32.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xcb.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xlib.h delete mode 100644 external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xlib_xrandr.h delete mode 100644 external/parallel-rdp-standalone/vulkan/buffer.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/buffer.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/buffer_pool.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/buffer_pool.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/command_buffer.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/command_buffer.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/command_pool.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/command_pool.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/context.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/context.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/cookie.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/cookie.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/descriptor_set.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/descriptor_set.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/device.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/device.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/device_fossilize.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/event_manager.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/event_manager.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/fence.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/fence.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/fence_manager.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/fence_manager.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/format.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/image.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/image.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/limits.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/memory_allocator.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/memory_allocator.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/pipeline_event.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/pipeline_event.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/query_pool.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/query_pool.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/quirks.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/render_pass.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/render_pass.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/renderdoc_capture.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/sampler.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/sampler.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/semaphore.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/semaphore.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/semaphore_manager.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/semaphore_manager.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/shader.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/shader.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/texture_format.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/texture_format.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/type_to_string.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/vulkan_common.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/vulkan_headers.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/vulkan_prerotate.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/wsi.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/wsi.hpp delete mode 100644 external/parallel-rdp-standalone/vulkan/wsi_timing.cpp delete mode 100644 external/parallel-rdp-standalone/vulkan/wsi_timing.hpp create mode 100644 external/parallel-rdp/CMakeLists.txt rename external/{parallel-rdp-standalone => parallel-rdp}/ParallelRDPWrapper.cpp (99%) rename external/{parallel-rdp-standalone => parallel-rdp}/ParallelRDPWrapper.hpp (100%) create mode 160000 external/parallel-rdp/parallel-rdp-standalone diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..74c0e53d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "external/parallel-rdp/parallel-rdp-standalone"] + path = external/parallel-rdp/parallel-rdp-standalone + url = https://github.com/Themaister/parallel-rdp-standalone/ +[submodule "external/nativefiledialog-extended"] + path = external/nativefiledialog-extended + url = https://github.com/btzy/nativefiledialog-extended +[submodule "external/imgui/imgui"] + path = external/imgui/imgui + url = https://github.com/ocornut/imgui diff --git a/external/imgui/.editorconfig b/external/imgui/.editorconfig deleted file mode 100644 index 5adfefa2..00000000 --- a/external/imgui/.editorconfig +++ /dev/null @@ -1,28 +0,0 @@ -# See http://editorconfig.org to read about the EditorConfig format. -# - In theory automatically supported by VS2017+ and most common IDE or text editors. -# - In practice VS2019-VS2022 stills don't trim trailing whitespaces correctly :( -# - Suggest installing this to trim whitespaces: -# GitHub https://github.com/madskristensen/TrailingWhitespace -# VS2019 https://marketplace.visualstudio.com/items?itemName=MadsKristensen.TrailingWhitespaceVisualizer -# VS2022 https://marketplace.visualstudio.com/items?itemName=MadsKristensen.TrailingWhitespace64 -# (in spite of its name doesn't only visualize but also trims) -# - Alternative for older VS2010 to VS2015: https://marketplace.visualstudio.com/items?itemName=EditorConfigTeam.EditorConfig - -# top-most EditorConfig file -root = true - -# Default settings: -# Use 4 spaces as indentation -[*] -indent_style = space -indent_size = 4 -insert_final_newline = true -trim_trailing_whitespace = true - -[imstb_*] -indent_size = 3 -trim_trailing_whitespace = false - -[Makefile] -indent_style = tab -indent_size = 4 diff --git a/external/imgui/.gitattributes b/external/imgui/.gitattributes deleted file mode 100644 index d48470ee..00000000 --- a/external/imgui/.gitattributes +++ /dev/null @@ -1,30 +0,0 @@ -* text=auto - -*.c text -*.cpp text -*.h text -*.m text -*.mm text -*.md text -*.txt text -*.html text -*.bat text -*.frag text -*.vert text -*.mkb text -*.icf text - -*.sln text eol=crlf -*.vcxproj text eol=crlf -*.vcxproj.filters text eol=crlf -*.natvis text eol=crlf - -Makefile text eol=lf -*.sh text eol=lf -*.pbxproj text eol=lf -*.storyboard text eol=lf -*.plist text eol=lf - -*.png binary -*.ttf binary -*.lib binary diff --git a/external/imgui/CMakeLists.txt b/external/imgui/CMakeLists.txt index a121d355..fca5fcf2 100644 --- a/external/imgui/CMakeLists.txt +++ b/external/imgui/CMakeLists.txt @@ -5,18 +5,18 @@ find_package(SDL2 REQUIRED) find_package(Vulkan REQUIRED FATAL_ERROR) add_library(imgui - imgui_demo.cpp - imgui_draw.cpp - imgui_internal.h - imgui_tables.cpp - imgui_widgets.cpp - imgui.cpp - imgui.h - imconfig.h - backends/imgui_impl_sdl.h - backends/imgui_impl_sdl.cpp - backends/imgui_impl_vulkan.h - backends/imgui_impl_vulkan.cpp) + imgui/imgui_demo.cpp + imgui/imgui_draw.cpp + imgui/imgui_internal.h + imgui/imgui_tables.cpp + imgui/imgui_widgets.cpp + imgui/imgui.cpp + imgui/imgui.h + imgui/imconfig.h + imgui/backends/imgui_impl_sdl.h + imgui/backends/imgui_impl_sdl.cpp + imgui/backends/imgui_impl_vulkan.h + imgui/backends/imgui_impl_vulkan.cpp) target_link_libraries(imgui PUBLIC SDL2 ${Vulkan_LIBRARY}) -target_include_directories(imgui PUBLIC . backends) \ No newline at end of file +target_include_directories(imgui PUBLIC ${SDL2_INCLUDE_DIRS} imgui imgui/backends) \ No newline at end of file diff --git a/external/imgui/LICENSE.txt b/external/imgui/LICENSE.txt deleted file mode 100644 index 4023e0ca..00000000 --- a/external/imgui/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2022 Omar Cornut - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/external/imgui/backends/imgui_impl_allegro5.cpp b/external/imgui/backends/imgui_impl_allegro5.cpp deleted file mode 100644 index 83203382..00000000 --- a/external/imgui/backends/imgui_impl_allegro5.cpp +++ /dev/null @@ -1,581 +0,0 @@ -// dear imgui: Renderer + Platform Backend for Allegro 5 -// (Info: Allegro 5 is a cross-platform general purpose library for handling windows, inputs, graphics, etc.) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'ALLEGRO_BITMAP*' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy ALLEGRO_KEY_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: Clipboard support (from Allegro 5.1.12) -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. -// Issues: -// [ ] Renderer: The renderer is suboptimal as we need to unindex our buffers and convert vertices manually. -// [ ] Platform: Missing gamepad support. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-01-26: Inputs: replaced short-lived io.AddKeyModsEvent() (added two weeks ago)with io.AddKeyEvent() using ImGuiKey_ModXXX flags. Sorry for the confusion. -// 2022-01-17: Inputs: calling new io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() API (1.87+). -// 2022-01-17: Inputs: always calling io.AddKeyModsEvent() next and before key event (not in NewFrame) to fix input queue with very low framerates. -// 2022-01-10: Inputs: calling new io.AddKeyEvent(), io.AddKeyModsEvent() + io.SetKeyEventNativeData() API (1.87+). Support for full ImGuiKey range. -// 2021-12-08: Renderer: Fixed mishandling of the the ImDrawCmd::IdxOffset field! This is an old bug but it never had an effect until some internal rendering changes in 1.86. -// 2021-08-17: Calling io.AddFocusEvent() on ALLEGRO_EVENT_DISPLAY_SWITCH_OUT/ALLEGRO_EVENT_DISPLAY_SWITCH_IN events. -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-05-19: Renderer: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-02-18: Change blending equation to preserve alpha in output buffer. -// 2020-08-10: Inputs: Fixed horizontal mouse wheel direction. -// 2019-12-05: Inputs: Added support for ImGuiMouseCursor_NotAllowed mouse cursor. -// 2019-07-21: Inputs: Added mapping for ImGuiKey_KeyPadEnter. -// 2019-05-11: Inputs: Don't filter character value from ALLEGRO_EVENT_KEY_CHAR before calling AddInputCharacter(). -// 2019-04-30: Renderer: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2018-11-30: Platform: Added touchscreen support. -// 2018-11-30: Misc: Setting up io.BackendPlatformName/io.BackendRendererName so they can be displayed in the About Window. -// 2018-06-13: Platform: Added clipboard support (from Allegro 5.1.12). -// 2018-06-13: Renderer: Use draw_data->DisplayPos and draw_data->DisplaySize to setup projection matrix and clipping rectangle. -// 2018-06-13: Renderer: Backup/restore transform and clipping rectangle. -// 2018-06-11: Misc: Setup io.BackendFlags ImGuiBackendFlags_HasMouseCursors flag + honor ImGuiConfigFlags_NoMouseCursorChange flag. -// 2018-04-18: Misc: Renamed file from imgui_impl_a5.cpp to imgui_impl_allegro5.cpp. -// 2018-04-18: Misc: Added support for 32-bit vertex indices to avoid conversion at runtime. Added imconfig_allegro5.h to enforce 32-bit indices when included from imgui.h. -// 2018-02-16: Misc: Obsoleted the io.RenderDrawListsFn callback and exposed ImGui_ImplAllegro5_RenderDrawData() in the .h file so you can call it yourself. -// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves. -// 2018-02-06: Inputs: Added mapping for ImGuiKey_Space. - -#include // uint64_t -#include // memcpy -#include "imgui.h" -#include "imgui_impl_allegro5.h" - -// Allegro -#include -#include -#ifdef _WIN32 -#include -#endif -#define ALLEGRO_HAS_CLIPBOARD (ALLEGRO_VERSION_INT >= ((5 << 24) | (1 << 16) | (12 << 8))) // Clipboard only supported from Allegro 5.1.12 - -// Visual Studio warnings -#ifdef _MSC_VER -#pragma warning (disable: 4127) // condition expression is constant -#endif - -// Allegro Data -struct ImGui_ImplAllegro5_Data -{ - ALLEGRO_DISPLAY* Display; - ALLEGRO_BITMAP* Texture; - double Time; - ALLEGRO_MOUSE_CURSOR* MouseCursorInvisible; - ALLEGRO_VERTEX_DECL* VertexDecl; - char* ClipboardTextData; - - ImGui_ImplAllegro5_Data() { memset((void*)this, 0, sizeof(*this)); } -}; - -// Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -// FIXME: multi-context support is not well tested and probably dysfunctional in this backend. -static ImGui_ImplAllegro5_Data* ImGui_ImplAllegro5_GetBackendData() { return ImGui::GetCurrentContext() ? (ImGui_ImplAllegro5_Data*)ImGui::GetIO().BackendPlatformUserData : NULL; } - -struct ImDrawVertAllegro -{ - ImVec2 pos; - ImVec2 uv; - ALLEGRO_COLOR col; -}; - -static void ImGui_ImplAllegro5_SetupRenderState(ImDrawData* draw_data) -{ - // Setup blending - al_set_separate_blender(ALLEGRO_ADD, ALLEGRO_ALPHA, ALLEGRO_INVERSE_ALPHA, ALLEGRO_ADD, ALLEGRO_ONE, ALLEGRO_INVERSE_ALPHA); - - // Setup orthographic projection matrix - // Our visible imgui space lies from draw_data->DisplayPos (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). - { - float L = draw_data->DisplayPos.x; - float R = draw_data->DisplayPos.x + draw_data->DisplaySize.x; - float T = draw_data->DisplayPos.y; - float B = draw_data->DisplayPos.y + draw_data->DisplaySize.y; - ALLEGRO_TRANSFORM transform; - al_identity_transform(&transform); - al_use_transform(&transform); - al_orthographic_transform(&transform, L, T, 1.0f, R, B, -1.0f); - al_use_projection_transform(&transform); - } -} - -// Render function. -void ImGui_ImplAllegro5_RenderDrawData(ImDrawData* draw_data) -{ - // Avoid rendering when minimized - if (draw_data->DisplaySize.x <= 0.0f || draw_data->DisplaySize.y <= 0.0f) - return; - - // Backup Allegro state that will be modified - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - ALLEGRO_TRANSFORM last_transform = *al_get_current_transform(); - ALLEGRO_TRANSFORM last_projection_transform = *al_get_current_projection_transform(); - int last_clip_x, last_clip_y, last_clip_w, last_clip_h; - al_get_clipping_rectangle(&last_clip_x, &last_clip_y, &last_clip_w, &last_clip_h); - int last_blender_op, last_blender_src, last_blender_dst; - al_get_blender(&last_blender_op, &last_blender_src, &last_blender_dst); - - // Setup desired render state - ImGui_ImplAllegro5_SetupRenderState(draw_data); - - // Render command lists - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - - // Allegro's implementation of al_draw_indexed_prim() for DX9 is completely broken. Unindex our buffers ourselves. - // FIXME-OPT: Unfortunately Allegro doesn't support 32-bit packed colors so we have to convert them to 4 float as well.. - static ImVector vertices; - vertices.resize(cmd_list->IdxBuffer.Size); - for (int i = 0; i < cmd_list->IdxBuffer.Size; i++) - { - const ImDrawVert* src_v = &cmd_list->VtxBuffer[cmd_list->IdxBuffer[i]]; - ImDrawVertAllegro* dst_v = &vertices[i]; - dst_v->pos = src_v->pos; - dst_v->uv = src_v->uv; - unsigned char* c = (unsigned char*)&src_v->col; - dst_v->col = al_map_rgba(c[0], c[1], c[2], c[3]); - } - - const int* indices = NULL; - if (sizeof(ImDrawIdx) == 2) - { - // FIXME-OPT: Unfortunately Allegro doesn't support 16-bit indices.. You can '#define ImDrawIdx int' in imconfig.h to request Dear ImGui to output 32-bit indices. - // Otherwise, we convert them from 16-bit to 32-bit at runtime here, which works perfectly but is a little wasteful. - static ImVector indices_converted; - indices_converted.resize(cmd_list->IdxBuffer.Size); - for (int i = 0; i < cmd_list->IdxBuffer.Size; ++i) - indices_converted[i] = (int)cmd_list->IdxBuffer.Data[i]; - indices = indices_converted.Data; - } - else if (sizeof(ImDrawIdx) == 4) - { - indices = (const int*)cmd_list->IdxBuffer.Data; - } - - // Render command lists - ImVec2 clip_off = draw_data->DisplayPos; - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplAllegro5_SetupRenderState(draw_data); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min(pcmd->ClipRect.x - clip_off.x, pcmd->ClipRect.y - clip_off.y); - ImVec2 clip_max(pcmd->ClipRect.z - clip_off.x, pcmd->ClipRect.w - clip_off.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply scissor/clipping rectangle, Draw - ALLEGRO_BITMAP* texture = (ALLEGRO_BITMAP*)pcmd->GetTexID(); - al_set_clipping_rectangle(clip_min.x, clip_min.y, clip_max.x - clip_min.x, clip_max.y - clip_min.y); - al_draw_prim(&vertices[0], bd->VertexDecl, texture, pcmd->IdxOffset, pcmd->IdxOffset + pcmd->ElemCount, ALLEGRO_PRIM_TRIANGLE_LIST); - } - } - } - - // Restore modified Allegro state - al_set_blender(last_blender_op, last_blender_src, last_blender_dst); - al_set_clipping_rectangle(last_clip_x, last_clip_y, last_clip_w, last_clip_h); - al_use_transform(&last_transform); - al_use_projection_transform(&last_projection_transform); -} - -bool ImGui_ImplAllegro5_CreateDeviceObjects() -{ - // Build texture atlas - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); - - // Create texture - // (Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling) - int flags = al_get_new_bitmap_flags(); - int fmt = al_get_new_bitmap_format(); - al_set_new_bitmap_flags(ALLEGRO_MEMORY_BITMAP | ALLEGRO_MIN_LINEAR | ALLEGRO_MAG_LINEAR); - al_set_new_bitmap_format(ALLEGRO_PIXEL_FORMAT_ABGR_8888_LE); - ALLEGRO_BITMAP* img = al_create_bitmap(width, height); - al_set_new_bitmap_flags(flags); - al_set_new_bitmap_format(fmt); - if (!img) - return false; - - ALLEGRO_LOCKED_REGION* locked_img = al_lock_bitmap(img, al_get_bitmap_format(img), ALLEGRO_LOCK_WRITEONLY); - if (!locked_img) - { - al_destroy_bitmap(img); - return false; - } - memcpy(locked_img->data, pixels, sizeof(int) * width * height); - al_unlock_bitmap(img); - - // Convert software texture to hardware texture. - ALLEGRO_BITMAP* cloned_img = al_clone_bitmap(img); - al_destroy_bitmap(img); - if (!cloned_img) - return false; - - // Store our identifier - io.Fonts->SetTexID((ImTextureID)(intptr_t)cloned_img); - bd->Texture = cloned_img; - - // Create an invisible mouse cursor - // Because al_hide_mouse_cursor() seems to mess up with the actual inputs.. - ALLEGRO_BITMAP* mouse_cursor = al_create_bitmap(8, 8); - bd->MouseCursorInvisible = al_create_mouse_cursor(mouse_cursor, 0, 0); - al_destroy_bitmap(mouse_cursor); - - return true; -} - -void ImGui_ImplAllegro5_InvalidateDeviceObjects() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - if (bd->Texture) - { - io.Fonts->SetTexID(NULL); - al_destroy_bitmap(bd->Texture); - bd->Texture = NULL; - } - if (bd->MouseCursorInvisible) - { - al_destroy_mouse_cursor(bd->MouseCursorInvisible); - bd->MouseCursorInvisible = NULL; - } -} - -#if ALLEGRO_HAS_CLIPBOARD -static const char* ImGui_ImplAllegro5_GetClipboardText(void*) -{ - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - if (bd->ClipboardTextData) - al_free(bd->ClipboardTextData); - bd->ClipboardTextData = al_get_clipboard_text(bd->Display); - return bd->ClipboardTextData; -} - -static void ImGui_ImplAllegro5_SetClipboardText(void*, const char* text) -{ - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - al_set_clipboard_text(bd->Display, text); -} -#endif - -static ImGuiKey ImGui_ImplAllegro5_KeyCodeToImGuiKey(int key_code) -{ - switch (key_code) - { - case ALLEGRO_KEY_TAB: return ImGuiKey_Tab; - case ALLEGRO_KEY_LEFT: return ImGuiKey_LeftArrow; - case ALLEGRO_KEY_RIGHT: return ImGuiKey_RightArrow; - case ALLEGRO_KEY_UP: return ImGuiKey_UpArrow; - case ALLEGRO_KEY_DOWN: return ImGuiKey_DownArrow; - case ALLEGRO_KEY_PGUP: return ImGuiKey_PageUp; - case ALLEGRO_KEY_PGDN: return ImGuiKey_PageDown; - case ALLEGRO_KEY_HOME: return ImGuiKey_Home; - case ALLEGRO_KEY_END: return ImGuiKey_End; - case ALLEGRO_KEY_INSERT: return ImGuiKey_Insert; - case ALLEGRO_KEY_DELETE: return ImGuiKey_Delete; - case ALLEGRO_KEY_BACKSPACE: return ImGuiKey_Backspace; - case ALLEGRO_KEY_SPACE: return ImGuiKey_Space; - case ALLEGRO_KEY_ENTER: return ImGuiKey_Enter; - case ALLEGRO_KEY_ESCAPE: return ImGuiKey_Escape; - case ALLEGRO_KEY_QUOTE: return ImGuiKey_Apostrophe; - case ALLEGRO_KEY_COMMA: return ImGuiKey_Comma; - case ALLEGRO_KEY_MINUS: return ImGuiKey_Minus; - case ALLEGRO_KEY_FULLSTOP: return ImGuiKey_Period; - case ALLEGRO_KEY_SLASH: return ImGuiKey_Slash; - case ALLEGRO_KEY_SEMICOLON: return ImGuiKey_Semicolon; - case ALLEGRO_KEY_EQUALS: return ImGuiKey_Equal; - case ALLEGRO_KEY_OPENBRACE: return ImGuiKey_LeftBracket; - case ALLEGRO_KEY_BACKSLASH: return ImGuiKey_Backslash; - case ALLEGRO_KEY_CLOSEBRACE: return ImGuiKey_RightBracket; - case ALLEGRO_KEY_TILDE: return ImGuiKey_GraveAccent; - case ALLEGRO_KEY_CAPSLOCK: return ImGuiKey_CapsLock; - case ALLEGRO_KEY_SCROLLLOCK: return ImGuiKey_ScrollLock; - case ALLEGRO_KEY_NUMLOCK: return ImGuiKey_NumLock; - case ALLEGRO_KEY_PRINTSCREEN: return ImGuiKey_PrintScreen; - case ALLEGRO_KEY_PAUSE: return ImGuiKey_Pause; - case ALLEGRO_KEY_PAD_0: return ImGuiKey_Keypad0; - case ALLEGRO_KEY_PAD_1: return ImGuiKey_Keypad1; - case ALLEGRO_KEY_PAD_2: return ImGuiKey_Keypad2; - case ALLEGRO_KEY_PAD_3: return ImGuiKey_Keypad3; - case ALLEGRO_KEY_PAD_4: return ImGuiKey_Keypad4; - case ALLEGRO_KEY_PAD_5: return ImGuiKey_Keypad5; - case ALLEGRO_KEY_PAD_6: return ImGuiKey_Keypad6; - case ALLEGRO_KEY_PAD_7: return ImGuiKey_Keypad7; - case ALLEGRO_KEY_PAD_8: return ImGuiKey_Keypad8; - case ALLEGRO_KEY_PAD_9: return ImGuiKey_Keypad9; - case ALLEGRO_KEY_PAD_DELETE: return ImGuiKey_KeypadDecimal; - case ALLEGRO_KEY_PAD_SLASH: return ImGuiKey_KeypadDivide; - case ALLEGRO_KEY_PAD_ASTERISK: return ImGuiKey_KeypadMultiply; - case ALLEGRO_KEY_PAD_MINUS: return ImGuiKey_KeypadSubtract; - case ALLEGRO_KEY_PAD_PLUS: return ImGuiKey_KeypadAdd; - case ALLEGRO_KEY_PAD_ENTER: return ImGuiKey_KeypadEnter; - case ALLEGRO_KEY_PAD_EQUALS: return ImGuiKey_KeypadEqual; - case ALLEGRO_KEY_LCTRL: return ImGuiKey_LeftCtrl; - case ALLEGRO_KEY_LSHIFT: return ImGuiKey_LeftShift; - case ALLEGRO_KEY_ALT: return ImGuiKey_LeftAlt; - case ALLEGRO_KEY_LWIN: return ImGuiKey_LeftSuper; - case ALLEGRO_KEY_RCTRL: return ImGuiKey_RightCtrl; - case ALLEGRO_KEY_RSHIFT: return ImGuiKey_RightShift; - case ALLEGRO_KEY_ALTGR: return ImGuiKey_RightAlt; - case ALLEGRO_KEY_RWIN: return ImGuiKey_RightSuper; - case ALLEGRO_KEY_MENU: return ImGuiKey_Menu; - case ALLEGRO_KEY_0: return ImGuiKey_0; - case ALLEGRO_KEY_1: return ImGuiKey_1; - case ALLEGRO_KEY_2: return ImGuiKey_2; - case ALLEGRO_KEY_3: return ImGuiKey_3; - case ALLEGRO_KEY_4: return ImGuiKey_4; - case ALLEGRO_KEY_5: return ImGuiKey_5; - case ALLEGRO_KEY_6: return ImGuiKey_6; - case ALLEGRO_KEY_7: return ImGuiKey_7; - case ALLEGRO_KEY_8: return ImGuiKey_8; - case ALLEGRO_KEY_9: return ImGuiKey_9; - case ALLEGRO_KEY_A: return ImGuiKey_A; - case ALLEGRO_KEY_B: return ImGuiKey_B; - case ALLEGRO_KEY_C: return ImGuiKey_C; - case ALLEGRO_KEY_D: return ImGuiKey_D; - case ALLEGRO_KEY_E: return ImGuiKey_E; - case ALLEGRO_KEY_F: return ImGuiKey_F; - case ALLEGRO_KEY_G: return ImGuiKey_G; - case ALLEGRO_KEY_H: return ImGuiKey_H; - case ALLEGRO_KEY_I: return ImGuiKey_I; - case ALLEGRO_KEY_J: return ImGuiKey_J; - case ALLEGRO_KEY_K: return ImGuiKey_K; - case ALLEGRO_KEY_L: return ImGuiKey_L; - case ALLEGRO_KEY_M: return ImGuiKey_M; - case ALLEGRO_KEY_N: return ImGuiKey_N; - case ALLEGRO_KEY_O: return ImGuiKey_O; - case ALLEGRO_KEY_P: return ImGuiKey_P; - case ALLEGRO_KEY_Q: return ImGuiKey_Q; - case ALLEGRO_KEY_R: return ImGuiKey_R; - case ALLEGRO_KEY_S: return ImGuiKey_S; - case ALLEGRO_KEY_T: return ImGuiKey_T; - case ALLEGRO_KEY_U: return ImGuiKey_U; - case ALLEGRO_KEY_V: return ImGuiKey_V; - case ALLEGRO_KEY_W: return ImGuiKey_W; - case ALLEGRO_KEY_X: return ImGuiKey_X; - case ALLEGRO_KEY_Y: return ImGuiKey_Y; - case ALLEGRO_KEY_Z: return ImGuiKey_Z; - case ALLEGRO_KEY_F1: return ImGuiKey_F1; - case ALLEGRO_KEY_F2: return ImGuiKey_F2; - case ALLEGRO_KEY_F3: return ImGuiKey_F3; - case ALLEGRO_KEY_F4: return ImGuiKey_F4; - case ALLEGRO_KEY_F5: return ImGuiKey_F5; - case ALLEGRO_KEY_F6: return ImGuiKey_F6; - case ALLEGRO_KEY_F7: return ImGuiKey_F7; - case ALLEGRO_KEY_F8: return ImGuiKey_F8; - case ALLEGRO_KEY_F9: return ImGuiKey_F9; - case ALLEGRO_KEY_F10: return ImGuiKey_F10; - case ALLEGRO_KEY_F11: return ImGuiKey_F11; - case ALLEGRO_KEY_F12: return ImGuiKey_F12; - default: return ImGuiKey_None; - } -} - -bool ImGui_ImplAllegro5_Init(ALLEGRO_DISPLAY* display) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendPlatformUserData == NULL && "Already initialized a platform backend!"); - - // Setup backend capabilities flags - ImGui_ImplAllegro5_Data* bd = IM_NEW(ImGui_ImplAllegro5_Data)(); - io.BackendPlatformUserData = (void*)bd; - io.BackendPlatformName = io.BackendRendererName = "imgui_impl_allegro5"; - io.BackendFlags |= ImGuiBackendFlags_HasMouseCursors; // We can honor GetMouseCursor() values (optional) - - bd->Display = display; - - // Create custom vertex declaration. - // Unfortunately Allegro doesn't support 32-bit packed colors so we have to convert them to 4 floats. - // We still use a custom declaration to use 'ALLEGRO_PRIM_TEX_COORD' instead of 'ALLEGRO_PRIM_TEX_COORD_PIXEL' else we can't do a reliable conversion. - ALLEGRO_VERTEX_ELEMENT elems[] = - { - { ALLEGRO_PRIM_POSITION, ALLEGRO_PRIM_FLOAT_2, IM_OFFSETOF(ImDrawVertAllegro, pos) }, - { ALLEGRO_PRIM_TEX_COORD, ALLEGRO_PRIM_FLOAT_2, IM_OFFSETOF(ImDrawVertAllegro, uv) }, - { ALLEGRO_PRIM_COLOR_ATTR, 0, IM_OFFSETOF(ImDrawVertAllegro, col) }, - { 0, 0, 0 } - }; - bd->VertexDecl = al_create_vertex_decl(elems, sizeof(ImDrawVertAllegro)); - -#if ALLEGRO_HAS_CLIPBOARD - io.SetClipboardTextFn = ImGui_ImplAllegro5_SetClipboardText; - io.GetClipboardTextFn = ImGui_ImplAllegro5_GetClipboardText; - io.ClipboardUserData = NULL; -#endif - - return true; -} - -void ImGui_ImplAllegro5_Shutdown() -{ - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - IM_ASSERT(bd != NULL && "No platform backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplAllegro5_InvalidateDeviceObjects(); - if (bd->VertexDecl) - al_destroy_vertex_decl(bd->VertexDecl); - if (bd->ClipboardTextData) - al_free(bd->ClipboardTextData); - - io.BackendPlatformUserData = NULL; - io.BackendPlatformName = io.BackendRendererName = NULL; - IM_DELETE(bd); -} - -// ev->keyboard.modifiers seems always zero so using that... -static void ImGui_ImplAllegro5_UpdateKeyModifiers() -{ - ImGuiIO& io = ImGui::GetIO(); - ALLEGRO_KEYBOARD_STATE keys; - al_get_keyboard_state(&keys); - io.AddKeyEvent(ImGuiKey_ModCtrl, al_key_down(&keys, ALLEGRO_KEY_LCTRL) || al_key_down(&keys, ALLEGRO_KEY_RCTRL)); - io.AddKeyEvent(ImGuiKey_ModShift, al_key_down(&keys, ALLEGRO_KEY_LSHIFT) || al_key_down(&keys, ALLEGRO_KEY_RSHIFT)); - io.AddKeyEvent(ImGuiKey_ModAlt, al_key_down(&keys, ALLEGRO_KEY_ALT) || al_key_down(&keys, ALLEGRO_KEY_ALTGR)); - io.AddKeyEvent(ImGuiKey_ModSuper, al_key_down(&keys, ALLEGRO_KEY_LWIN) || al_key_down(&keys, ALLEGRO_KEY_RWIN)); -} - -// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. -// - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. -// - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. -// Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. -bool ImGui_ImplAllegro5_ProcessEvent(ALLEGRO_EVENT* ev) -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - - switch (ev->type) - { - case ALLEGRO_EVENT_MOUSE_AXES: - if (ev->mouse.display == bd->Display) - { - io.AddMousePosEvent(ev->mouse.x, ev->mouse.y); - io.AddMouseWheelEvent(-ev->mouse.dw, ev->mouse.dz); - } - return true; - case ALLEGRO_EVENT_MOUSE_BUTTON_DOWN: - case ALLEGRO_EVENT_MOUSE_BUTTON_UP: - if (ev->mouse.display == bd->Display && ev->mouse.button > 0 && ev->mouse.button <= 5) - io.AddMouseButtonEvent(ev->mouse.button - 1, ev->type == ALLEGRO_EVENT_MOUSE_BUTTON_DOWN); - return true; - case ALLEGRO_EVENT_TOUCH_MOVE: - if (ev->touch.display == bd->Display) - io.AddMousePosEvent(ev->touch.x, ev->touch.y); - return true; - case ALLEGRO_EVENT_TOUCH_BEGIN: - case ALLEGRO_EVENT_TOUCH_END: - case ALLEGRO_EVENT_TOUCH_CANCEL: - if (ev->touch.display == bd->Display && ev->touch.primary) - io.AddMouseButtonEvent(0, ev->type == ALLEGRO_EVENT_TOUCH_BEGIN); - return true; - case ALLEGRO_EVENT_MOUSE_LEAVE_DISPLAY: - if (ev->mouse.display == bd->Display) - io.AddMousePosEvent(-FLT_MAX, -FLT_MAX); - return true; - case ALLEGRO_EVENT_KEY_CHAR: - if (ev->keyboard.display == bd->Display) - if (ev->keyboard.unichar != 0) - io.AddInputCharacter((unsigned int)ev->keyboard.unichar); - return true; - case ALLEGRO_EVENT_KEY_DOWN: - case ALLEGRO_EVENT_KEY_UP: - if (ev->keyboard.display == bd->Display) - { - ImGui_ImplAllegro5_UpdateKeyModifiers(); - ImGuiKey key = ImGui_ImplAllegro5_KeyCodeToImGuiKey(ev->keyboard.keycode); - io.AddKeyEvent(key, (ev->type == ALLEGRO_EVENT_KEY_DOWN)); - io.SetKeyEventNativeData(key, ev->keyboard.keycode, -1); // To support legacy indexing (<1.87 user code) - } - return true; - case ALLEGRO_EVENT_DISPLAY_SWITCH_OUT: - if (ev->display.source == bd->Display) - io.AddFocusEvent(false); - return true; - case ALLEGRO_EVENT_DISPLAY_SWITCH_IN: - if (ev->display.source == bd->Display) - { - io.AddFocusEvent(true); -#if defined(ALLEGRO_UNSTABLE) - al_clear_keyboard_state(bd->Display); -#endif - } - return true; - } - return false; -} - -static void ImGui_ImplAllegro5_UpdateMouseCursor() -{ - ImGuiIO& io = ImGui::GetIO(); - if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) - return; - - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - ImGuiMouseCursor imgui_cursor = ImGui::GetMouseCursor(); - if (io.MouseDrawCursor || imgui_cursor == ImGuiMouseCursor_None) - { - // Hide OS mouse cursor if imgui is drawing it or if it wants no cursor - al_set_mouse_cursor(bd->Display, bd->MouseCursorInvisible); - } - else - { - ALLEGRO_SYSTEM_MOUSE_CURSOR cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_DEFAULT; - switch (imgui_cursor) - { - case ImGuiMouseCursor_TextInput: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_EDIT; break; - case ImGuiMouseCursor_ResizeAll: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_MOVE; break; - case ImGuiMouseCursor_ResizeNS: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_N; break; - case ImGuiMouseCursor_ResizeEW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_E; break; - case ImGuiMouseCursor_ResizeNESW: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE; break; - case ImGuiMouseCursor_ResizeNWSE: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NW; break; - case ImGuiMouseCursor_NotAllowed: cursor_id = ALLEGRO_SYSTEM_MOUSE_CURSOR_UNAVAILABLE; break; - } - al_set_system_mouse_cursor(bd->Display, cursor_id); - } -} - -void ImGui_ImplAllegro5_NewFrame() -{ - ImGui_ImplAllegro5_Data* bd = ImGui_ImplAllegro5_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplAllegro5_Init()?"); - - if (!bd->Texture) - ImGui_ImplAllegro5_CreateDeviceObjects(); - - ImGuiIO& io = ImGui::GetIO(); - - // Setup display size (every frame to accommodate for window resizing) - int w, h; - w = al_get_display_width(bd->Display); - h = al_get_display_height(bd->Display); - io.DisplaySize = ImVec2((float)w, (float)h); - - // Setup time step - double current_time = al_get_time(); - io.DeltaTime = bd->Time > 0.0 ? (float)(current_time - bd->Time) : (float)(1.0f / 60.0f); - bd->Time = current_time; - - // Setup mouse cursor shape - ImGui_ImplAllegro5_UpdateMouseCursor(); -} diff --git a/external/imgui/backends/imgui_impl_allegro5.h b/external/imgui/backends/imgui_impl_allegro5.h deleted file mode 100644 index 7e97969e..00000000 --- a/external/imgui/backends/imgui_impl_allegro5.h +++ /dev/null @@ -1,32 +0,0 @@ -// dear imgui: Renderer + Platform Backend for Allegro 5 -// (Info: Allegro 5 is a cross-platform general purpose library for handling windows, inputs, graphics, etc.) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'ALLEGRO_BITMAP*' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy ALLEGRO_KEY_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: Clipboard support (from Allegro 5.1.12) -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. -// Issues: -// [ ] Renderer: The renderer is suboptimal as we need to unindex our buffers and convert vertices manually. -// [ ] Platform: Missing gamepad support. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -struct ALLEGRO_DISPLAY; -union ALLEGRO_EVENT; - -IMGUI_IMPL_API bool ImGui_ImplAllegro5_Init(ALLEGRO_DISPLAY* display); -IMGUI_IMPL_API void ImGui_ImplAllegro5_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplAllegro5_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplAllegro5_RenderDrawData(ImDrawData* draw_data); -IMGUI_IMPL_API bool ImGui_ImplAllegro5_ProcessEvent(ALLEGRO_EVENT* event); - -// Use if you want to reset your rendering device without losing Dear ImGui state. -IMGUI_IMPL_API bool ImGui_ImplAllegro5_CreateDeviceObjects(); -IMGUI_IMPL_API void ImGui_ImplAllegro5_InvalidateDeviceObjects(); diff --git a/external/imgui/backends/imgui_impl_android.cpp b/external/imgui/backends/imgui_impl_android.cpp deleted file mode 100644 index bb8de811..00000000 --- a/external/imgui/backends/imgui_impl_android.cpp +++ /dev/null @@ -1,276 +0,0 @@ -// dear imgui: Platform Binding for Android native app -// This needs to be used along with the OpenGL 3 Renderer (imgui_impl_opengl3) - -// Implemented features: -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy AKEYCODE_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// Missing features: -// [ ] Platform: Clipboard support. -// [ ] Platform: Gamepad support. Enable with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [ ] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. FIXME: Check if this is even possible with Android. -// Important: -// - Consider using SDL or GLFW backend on Android, which will be more full-featured than this. -// - FIXME: On-screen keyboard currently needs to be enabled by the application (see examples/ and issue #3446) -// - FIXME: Unicode character inputs needs to be passed by Dear ImGui by the application (see examples/ and issue #3446) - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-01-26: Inputs: replaced short-lived io.AddKeyModsEvent() (added two weeks ago)with io.AddKeyEvent() using ImGuiKey_ModXXX flags. Sorry for the confusion. -// 2022-01-17: Inputs: calling new io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() API (1.87+). -// 2022-01-10: Inputs: calling new io.AddKeyEvent(), io.AddKeyModsEvent() + io.SetKeyEventNativeData() API (1.87+). Support for full ImGuiKey range. -// 2021-03-04: Initial version. - -#include "imgui.h" -#include "imgui_impl_android.h" -#include -#include -#include -#include -#include - -// Android data -static double g_Time = 0.0; -static ANativeWindow* g_Window; -static char g_LogTag[] = "ImGuiExample"; - -static ImGuiKey ImGui_ImplAndroid_KeyCodeToImGuiKey(int32_t key_code) -{ - switch (key_code) - { - case AKEYCODE_TAB: return ImGuiKey_Tab; - case AKEYCODE_DPAD_LEFT: return ImGuiKey_LeftArrow; - case AKEYCODE_DPAD_RIGHT: return ImGuiKey_RightArrow; - case AKEYCODE_DPAD_UP: return ImGuiKey_UpArrow; - case AKEYCODE_DPAD_DOWN: return ImGuiKey_DownArrow; - case AKEYCODE_PAGE_UP: return ImGuiKey_PageUp; - case AKEYCODE_PAGE_DOWN: return ImGuiKey_PageDown; - case AKEYCODE_MOVE_HOME: return ImGuiKey_Home; - case AKEYCODE_MOVE_END: return ImGuiKey_End; - case AKEYCODE_INSERT: return ImGuiKey_Insert; - case AKEYCODE_FORWARD_DEL: return ImGuiKey_Delete; - case AKEYCODE_DEL: return ImGuiKey_Backspace; - case AKEYCODE_SPACE: return ImGuiKey_Space; - case AKEYCODE_ENTER: return ImGuiKey_Enter; - case AKEYCODE_ESCAPE: return ImGuiKey_Escape; - case AKEYCODE_APOSTROPHE: return ImGuiKey_Apostrophe; - case AKEYCODE_COMMA: return ImGuiKey_Comma; - case AKEYCODE_MINUS: return ImGuiKey_Minus; - case AKEYCODE_PERIOD: return ImGuiKey_Period; - case AKEYCODE_SLASH: return ImGuiKey_Slash; - case AKEYCODE_SEMICOLON: return ImGuiKey_Semicolon; - case AKEYCODE_EQUALS: return ImGuiKey_Equal; - case AKEYCODE_LEFT_BRACKET: return ImGuiKey_LeftBracket; - case AKEYCODE_BACKSLASH: return ImGuiKey_Backslash; - case AKEYCODE_RIGHT_BRACKET: return ImGuiKey_RightBracket; - case AKEYCODE_GRAVE: return ImGuiKey_GraveAccent; - case AKEYCODE_CAPS_LOCK: return ImGuiKey_CapsLock; - case AKEYCODE_SCROLL_LOCK: return ImGuiKey_ScrollLock; - case AKEYCODE_NUM_LOCK: return ImGuiKey_NumLock; - case AKEYCODE_SYSRQ: return ImGuiKey_PrintScreen; - case AKEYCODE_BREAK: return ImGuiKey_Pause; - case AKEYCODE_NUMPAD_0: return ImGuiKey_Keypad0; - case AKEYCODE_NUMPAD_1: return ImGuiKey_Keypad1; - case AKEYCODE_NUMPAD_2: return ImGuiKey_Keypad2; - case AKEYCODE_NUMPAD_3: return ImGuiKey_Keypad3; - case AKEYCODE_NUMPAD_4: return ImGuiKey_Keypad4; - case AKEYCODE_NUMPAD_5: return ImGuiKey_Keypad5; - case AKEYCODE_NUMPAD_6: return ImGuiKey_Keypad6; - case AKEYCODE_NUMPAD_7: return ImGuiKey_Keypad7; - case AKEYCODE_NUMPAD_8: return ImGuiKey_Keypad8; - case AKEYCODE_NUMPAD_9: return ImGuiKey_Keypad9; - case AKEYCODE_NUMPAD_DOT: return ImGuiKey_KeypadDecimal; - case AKEYCODE_NUMPAD_DIVIDE: return ImGuiKey_KeypadDivide; - case AKEYCODE_NUMPAD_MULTIPLY: return ImGuiKey_KeypadMultiply; - case AKEYCODE_NUMPAD_SUBTRACT: return ImGuiKey_KeypadSubtract; - case AKEYCODE_NUMPAD_ADD: return ImGuiKey_KeypadAdd; - case AKEYCODE_NUMPAD_ENTER: return ImGuiKey_KeypadEnter; - case AKEYCODE_NUMPAD_EQUALS: return ImGuiKey_KeypadEqual; - case AKEYCODE_CTRL_LEFT: return ImGuiKey_LeftCtrl; - case AKEYCODE_SHIFT_LEFT: return ImGuiKey_LeftShift; - case AKEYCODE_ALT_LEFT: return ImGuiKey_LeftAlt; - case AKEYCODE_META_LEFT: return ImGuiKey_LeftSuper; - case AKEYCODE_CTRL_RIGHT: return ImGuiKey_RightCtrl; - case AKEYCODE_SHIFT_RIGHT: return ImGuiKey_RightShift; - case AKEYCODE_ALT_RIGHT: return ImGuiKey_RightAlt; - case AKEYCODE_META_RIGHT: return ImGuiKey_RightSuper; - case AKEYCODE_MENU: return ImGuiKey_Menu; - case AKEYCODE_0: return ImGuiKey_0; - case AKEYCODE_1: return ImGuiKey_1; - case AKEYCODE_2: return ImGuiKey_2; - case AKEYCODE_3: return ImGuiKey_3; - case AKEYCODE_4: return ImGuiKey_4; - case AKEYCODE_5: return ImGuiKey_5; - case AKEYCODE_6: return ImGuiKey_6; - case AKEYCODE_7: return ImGuiKey_7; - case AKEYCODE_8: return ImGuiKey_8; - case AKEYCODE_9: return ImGuiKey_9; - case AKEYCODE_A: return ImGuiKey_A; - case AKEYCODE_B: return ImGuiKey_B; - case AKEYCODE_C: return ImGuiKey_C; - case AKEYCODE_D: return ImGuiKey_D; - case AKEYCODE_E: return ImGuiKey_E; - case AKEYCODE_F: return ImGuiKey_F; - case AKEYCODE_G: return ImGuiKey_G; - case AKEYCODE_H: return ImGuiKey_H; - case AKEYCODE_I: return ImGuiKey_I; - case AKEYCODE_J: return ImGuiKey_J; - case AKEYCODE_K: return ImGuiKey_K; - case AKEYCODE_L: return ImGuiKey_L; - case AKEYCODE_M: return ImGuiKey_M; - case AKEYCODE_N: return ImGuiKey_N; - case AKEYCODE_O: return ImGuiKey_O; - case AKEYCODE_P: return ImGuiKey_P; - case AKEYCODE_Q: return ImGuiKey_Q; - case AKEYCODE_R: return ImGuiKey_R; - case AKEYCODE_S: return ImGuiKey_S; - case AKEYCODE_T: return ImGuiKey_T; - case AKEYCODE_U: return ImGuiKey_U; - case AKEYCODE_V: return ImGuiKey_V; - case AKEYCODE_W: return ImGuiKey_W; - case AKEYCODE_X: return ImGuiKey_X; - case AKEYCODE_Y: return ImGuiKey_Y; - case AKEYCODE_Z: return ImGuiKey_Z; - case AKEYCODE_F1: return ImGuiKey_F1; - case AKEYCODE_F2: return ImGuiKey_F2; - case AKEYCODE_F3: return ImGuiKey_F3; - case AKEYCODE_F4: return ImGuiKey_F4; - case AKEYCODE_F5: return ImGuiKey_F5; - case AKEYCODE_F6: return ImGuiKey_F6; - case AKEYCODE_F7: return ImGuiKey_F7; - case AKEYCODE_F8: return ImGuiKey_F8; - case AKEYCODE_F9: return ImGuiKey_F9; - case AKEYCODE_F10: return ImGuiKey_F10; - case AKEYCODE_F11: return ImGuiKey_F11; - case AKEYCODE_F12: return ImGuiKey_F12; - default: return ImGuiKey_None; - } -} - -int32_t ImGui_ImplAndroid_HandleInputEvent(AInputEvent* input_event) -{ - ImGuiIO& io = ImGui::GetIO(); - int32_t event_type = AInputEvent_getType(input_event); - switch (event_type) - { - case AINPUT_EVENT_TYPE_KEY: - { - int32_t event_key_code = AKeyEvent_getKeyCode(input_event); - int32_t event_scan_code = AKeyEvent_getScanCode(input_event); - int32_t event_action = AKeyEvent_getAction(input_event); - int32_t event_meta_state = AKeyEvent_getMetaState(input_event); - - io.AddKeyEvent(ImGuiKey_ModCtrl, (event_meta_state & AMETA_CTRL_ON) != 0); - io.AddKeyEvent(ImGuiKey_ModShift, (event_meta_state & AMETA_SHIFT_ON) != 0); - io.AddKeyEvent(ImGuiKey_ModAlt, (event_meta_state & AMETA_ALT_ON) != 0); - io.AddKeyEvent(ImGuiKey_ModSuper, (event_meta_state & AMETA_META_ON) != 0); - - switch (event_action) - { - // FIXME: AKEY_EVENT_ACTION_DOWN and AKEY_EVENT_ACTION_UP occur at once as soon as a touch pointer - // goes up from a key. We use a simple key event queue/ and process one event per key per frame in - // ImGui_ImplAndroid_NewFrame()...or consider using IO queue, if suitable: https://github.com/ocornut/imgui/issues/2787 - case AKEY_EVENT_ACTION_DOWN: - case AKEY_EVENT_ACTION_UP: - { - ImGuiKey key = ImGui_ImplAndroid_KeyCodeToImGuiKey(event_key_code); - if (key != ImGuiKey_None && (event_action == AKEY_EVENT_ACTION_DOWN || event_action == AKEY_EVENT_ACTION_UP)) - { - io.AddKeyEvent(key, event_action == AKEY_EVENT_ACTION_DOWN); - io.SetKeyEventNativeData(key, event_key_code, event_scan_code); - } - - break; - } - default: - break; - } - break; - } - case AINPUT_EVENT_TYPE_MOTION: - { - int32_t event_action = AMotionEvent_getAction(input_event); - int32_t event_pointer_index = (event_action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) >> AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT; - event_action &= AMOTION_EVENT_ACTION_MASK; - switch (event_action) - { - case AMOTION_EVENT_ACTION_DOWN: - case AMOTION_EVENT_ACTION_UP: - // Physical mouse buttons (and probably other physical devices) also invoke the actions AMOTION_EVENT_ACTION_DOWN/_UP, - // but we have to process them separately to identify the actual button pressed. This is done below via - // AMOTION_EVENT_ACTION_BUTTON_PRESS/_RELEASE. Here, we only process "FINGER" input (and "UNKNOWN", as a fallback). - if((AMotionEvent_getToolType(input_event, event_pointer_index) == AMOTION_EVENT_TOOL_TYPE_FINGER) - || (AMotionEvent_getToolType(input_event, event_pointer_index) == AMOTION_EVENT_TOOL_TYPE_UNKNOWN)) - { - io.AddMousePosEvent(AMotionEvent_getX(input_event, event_pointer_index), AMotionEvent_getY(input_event, event_pointer_index)); - io.AddMouseButtonEvent(0, event_action == AMOTION_EVENT_ACTION_DOWN); - } - break; - case AMOTION_EVENT_ACTION_BUTTON_PRESS: - case AMOTION_EVENT_ACTION_BUTTON_RELEASE: - { - int32_t button_state = AMotionEvent_getButtonState(input_event); - io.AddMouseButtonEvent(0, (button_state & AMOTION_EVENT_BUTTON_PRIMARY) != 0); - io.AddMouseButtonEvent(1, (button_state & AMOTION_EVENT_BUTTON_SECONDARY) != 0); - io.AddMouseButtonEvent(2, (button_state & AMOTION_EVENT_BUTTON_TERTIARY) != 0); - } - break; - case AMOTION_EVENT_ACTION_HOVER_MOVE: // Hovering: Tool moves while NOT pressed (such as a physical mouse) - case AMOTION_EVENT_ACTION_MOVE: // Touch pointer moves while DOWN - io.AddMousePosEvent(AMotionEvent_getX(input_event, event_pointer_index), AMotionEvent_getY(input_event, event_pointer_index)); - break; - case AMOTION_EVENT_ACTION_SCROLL: - io.AddMouseWheelEvent(AMotionEvent_getAxisValue(input_event, AMOTION_EVENT_AXIS_HSCROLL, event_pointer_index), AMotionEvent_getAxisValue(input_event, AMOTION_EVENT_AXIS_VSCROLL, event_pointer_index)); - break; - default: - break; - } - } - return 1; - default: - break; - } - - return 0; -} - -bool ImGui_ImplAndroid_Init(ANativeWindow* window) -{ - g_Window = window; - g_Time = 0.0; - - // Setup backend capabilities flags - ImGuiIO& io = ImGui::GetIO(); - io.BackendPlatformName = "imgui_impl_android"; - - return true; -} - -void ImGui_ImplAndroid_Shutdown() -{ -} - -void ImGui_ImplAndroid_NewFrame() -{ - ImGuiIO& io = ImGui::GetIO(); - - // Setup display size (every frame to accommodate for window resizing) - int32_t window_width = ANativeWindow_getWidth(g_Window); - int32_t window_height = ANativeWindow_getHeight(g_Window); - int display_width = window_width; - int display_height = window_height; - - io.DisplaySize = ImVec2((float)window_width, (float)window_height); - if (window_width > 0 && window_height > 0) - io.DisplayFramebufferScale = ImVec2((float)display_width / window_width, (float)display_height / window_height); - - // Setup time step - struct timespec current_timespec; - clock_gettime(CLOCK_MONOTONIC, ¤t_timespec); - double current_time = (double)(current_timespec.tv_sec) + (current_timespec.tv_nsec / 1000000000.0); - io.DeltaTime = g_Time > 0.0 ? (float)(current_time - g_Time) : (float)(1.0f / 60.0f); - g_Time = current_time; -} diff --git a/external/imgui/backends/imgui_impl_android.h b/external/imgui/backends/imgui_impl_android.h deleted file mode 100644 index 8bfa1860..00000000 --- a/external/imgui/backends/imgui_impl_android.h +++ /dev/null @@ -1,28 +0,0 @@ -// dear imgui: Platform Binding for Android native app -// This needs to be used along with the OpenGL 3 Renderer (imgui_impl_opengl3) - -// Implemented features: -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy AKEYCODE_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// Missing features: -// [ ] Platform: Clipboard support. -// [ ] Platform: Gamepad support. Enable with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [ ] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. FIXME: Check if this is even possible with Android. -// Important: -// - Consider using SDL or GLFW backend on Android, which will be more full-featured than this. -// - FIXME: On-screen keyboard currently needs to be enabled by the application (see examples/ and issue #3446) -// - FIXME: Unicode character inputs needs to be passed by Dear ImGui by the application (see examples/ and issue #3446) - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once - -struct ANativeWindow; -struct AInputEvent; - -IMGUI_IMPL_API bool ImGui_ImplAndroid_Init(ANativeWindow* window); -IMGUI_IMPL_API int32_t ImGui_ImplAndroid_HandleInputEvent(AInputEvent* input_event); -IMGUI_IMPL_API void ImGui_ImplAndroid_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplAndroid_NewFrame(); diff --git a/external/imgui/backends/imgui_impl_dx10.cpp b/external/imgui/backends/imgui_impl_dx10.cpp deleted file mode 100644 index 81df59b3..00000000 --- a/external/imgui/backends/imgui_impl_dx10.cpp +++ /dev/null @@ -1,579 +0,0 @@ -// dear imgui: Renderer Backend for DirectX10 -// This needs to be used along with a Platform Backend (e.g. Win32) - -// Implemented features: -// [X] Renderer: User texture backend. Use 'ID3D10ShaderResourceView*' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-05-19: DirectX10: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-02-18: DirectX10: Change blending equation to preserve alpha in output buffer. -// 2019-07-21: DirectX10: Backup, clear and restore Geometry Shader is any is bound when calling ImGui_ImplDX10_RenderDrawData(). -// 2019-05-29: DirectX10: Added support for large mesh (64K+ vertices), enable ImGuiBackendFlags_RendererHasVtxOffset flag. -// 2019-04-30: DirectX10: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2018-12-03: Misc: Added #pragma comment statement to automatically link with d3dcompiler.lib when using D3DCompile(). -// 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window. -// 2018-07-13: DirectX10: Fixed unreleased resources in Init and Shutdown functions. -// 2018-06-08: Misc: Extracted imgui_impl_dx10.cpp/.h away from the old combined DX10+Win32 example. -// 2018-06-08: DirectX10: Use draw_data->DisplayPos and draw_data->DisplaySize to setup projection matrix and clipping rectangle. -// 2018-04-09: Misc: Fixed erroneous call to io.Fonts->ClearInputData() + ClearTexData() that was left in DX10 example but removed in 1.47 (Nov 2015) on other backends. -// 2018-02-16: Misc: Obsoleted the io.RenderDrawListsFn callback and exposed ImGui_ImplDX10_RenderDrawData() in the .h file so you can call it yourself. -// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves. -// 2016-05-07: DirectX10: Disabling depth-write. - -#include "imgui.h" -#include "imgui_impl_dx10.h" - -// DirectX -#include -#include -#include -#include -#ifdef _MSC_VER -#pragma comment(lib, "d3dcompiler") // Automatically link with d3dcompiler.lib as we are using D3DCompile() below. -#endif - -// DirectX data -struct ImGui_ImplDX10_Data -{ - ID3D10Device* pd3dDevice; - IDXGIFactory* pFactory; - ID3D10Buffer* pVB; - ID3D10Buffer* pIB; - ID3D10VertexShader* pVertexShader; - ID3D10InputLayout* pInputLayout; - ID3D10Buffer* pVertexConstantBuffer; - ID3D10PixelShader* pPixelShader; - ID3D10SamplerState* pFontSampler; - ID3D10ShaderResourceView* pFontTextureView; - ID3D10RasterizerState* pRasterizerState; - ID3D10BlendState* pBlendState; - ID3D10DepthStencilState* pDepthStencilState; - int VertexBufferSize; - int IndexBufferSize; - - ImGui_ImplDX10_Data() { memset((void*)this, 0, sizeof(*this)); VertexBufferSize = 5000; IndexBufferSize = 10000; } -}; - -struct VERTEX_CONSTANT_BUFFER_DX10 -{ - float mvp[4][4]; -}; - -// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -static ImGui_ImplDX10_Data* ImGui_ImplDX10_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplDX10_Data*)ImGui::GetIO().BackendRendererUserData : NULL; -} - -// Functions -static void ImGui_ImplDX10_SetupRenderState(ImDrawData* draw_data, ID3D10Device* ctx) -{ - ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); - - // Setup viewport - D3D10_VIEWPORT vp; - memset(&vp, 0, sizeof(D3D10_VIEWPORT)); - vp.Width = (UINT)draw_data->DisplaySize.x; - vp.Height = (UINT)draw_data->DisplaySize.y; - vp.MinDepth = 0.0f; - vp.MaxDepth = 1.0f; - vp.TopLeftX = vp.TopLeftY = 0; - ctx->RSSetViewports(1, &vp); - - // Bind shader and vertex buffers - unsigned int stride = sizeof(ImDrawVert); - unsigned int offset = 0; - ctx->IASetInputLayout(bd->pInputLayout); - ctx->IASetVertexBuffers(0, 1, &bd->pVB, &stride, &offset); - ctx->IASetIndexBuffer(bd->pIB, sizeof(ImDrawIdx) == 2 ? DXGI_FORMAT_R16_UINT : DXGI_FORMAT_R32_UINT, 0); - ctx->IASetPrimitiveTopology(D3D10_PRIMITIVE_TOPOLOGY_TRIANGLELIST); - ctx->VSSetShader(bd->pVertexShader); - ctx->VSSetConstantBuffers(0, 1, &bd->pVertexConstantBuffer); - ctx->PSSetShader(bd->pPixelShader); - ctx->PSSetSamplers(0, 1, &bd->pFontSampler); - ctx->GSSetShader(NULL); - - // Setup render state - const float blend_factor[4] = { 0.f, 0.f, 0.f, 0.f }; - ctx->OMSetBlendState(bd->pBlendState, blend_factor, 0xffffffff); - ctx->OMSetDepthStencilState(bd->pDepthStencilState, 0); - ctx->RSSetState(bd->pRasterizerState); -} - -// Render function -void ImGui_ImplDX10_RenderDrawData(ImDrawData* draw_data) -{ - // Avoid rendering when minimized - if (draw_data->DisplaySize.x <= 0.0f || draw_data->DisplaySize.y <= 0.0f) - return; - - ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); - ID3D10Device* ctx = bd->pd3dDevice; - - // Create and grow vertex/index buffers if needed - if (!bd->pVB || bd->VertexBufferSize < draw_data->TotalVtxCount) - { - if (bd->pVB) { bd->pVB->Release(); bd->pVB = NULL; } - bd->VertexBufferSize = draw_data->TotalVtxCount + 5000; - D3D10_BUFFER_DESC desc; - memset(&desc, 0, sizeof(D3D10_BUFFER_DESC)); - desc.Usage = D3D10_USAGE_DYNAMIC; - desc.ByteWidth = bd->VertexBufferSize * sizeof(ImDrawVert); - desc.BindFlags = D3D10_BIND_VERTEX_BUFFER; - desc.CPUAccessFlags = D3D10_CPU_ACCESS_WRITE; - desc.MiscFlags = 0; - if (ctx->CreateBuffer(&desc, NULL, &bd->pVB) < 0) - return; - } - - if (!bd->pIB || bd->IndexBufferSize < draw_data->TotalIdxCount) - { - if (bd->pIB) { bd->pIB->Release(); bd->pIB = NULL; } - bd->IndexBufferSize = draw_data->TotalIdxCount + 10000; - D3D10_BUFFER_DESC desc; - memset(&desc, 0, sizeof(D3D10_BUFFER_DESC)); - desc.Usage = D3D10_USAGE_DYNAMIC; - desc.ByteWidth = bd->IndexBufferSize * sizeof(ImDrawIdx); - desc.BindFlags = D3D10_BIND_INDEX_BUFFER; - desc.CPUAccessFlags = D3D10_CPU_ACCESS_WRITE; - if (ctx->CreateBuffer(&desc, NULL, &bd->pIB) < 0) - return; - } - - // Copy and convert all vertices into a single contiguous buffer - ImDrawVert* vtx_dst = NULL; - ImDrawIdx* idx_dst = NULL; - bd->pVB->Map(D3D10_MAP_WRITE_DISCARD, 0, (void**)&vtx_dst); - bd->pIB->Map(D3D10_MAP_WRITE_DISCARD, 0, (void**)&idx_dst); - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - memcpy(vtx_dst, cmd_list->VtxBuffer.Data, cmd_list->VtxBuffer.Size * sizeof(ImDrawVert)); - memcpy(idx_dst, cmd_list->IdxBuffer.Data, cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx)); - vtx_dst += cmd_list->VtxBuffer.Size; - idx_dst += cmd_list->IdxBuffer.Size; - } - bd->pVB->Unmap(); - bd->pIB->Unmap(); - - // Setup orthographic projection matrix into our constant buffer - // Our visible imgui space lies from draw_data->DisplayPos (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). DisplayPos is (0,0) for single viewport apps. - { - void* mapped_resource; - if (bd->pVertexConstantBuffer->Map(D3D10_MAP_WRITE_DISCARD, 0, &mapped_resource) != S_OK) - return; - VERTEX_CONSTANT_BUFFER_DX10* constant_buffer = (VERTEX_CONSTANT_BUFFER_DX10*)mapped_resource; - float L = draw_data->DisplayPos.x; - float R = draw_data->DisplayPos.x + draw_data->DisplaySize.x; - float T = draw_data->DisplayPos.y; - float B = draw_data->DisplayPos.y + draw_data->DisplaySize.y; - float mvp[4][4] = - { - { 2.0f/(R-L), 0.0f, 0.0f, 0.0f }, - { 0.0f, 2.0f/(T-B), 0.0f, 0.0f }, - { 0.0f, 0.0f, 0.5f, 0.0f }, - { (R+L)/(L-R), (T+B)/(B-T), 0.5f, 1.0f }, - }; - memcpy(&constant_buffer->mvp, mvp, sizeof(mvp)); - bd->pVertexConstantBuffer->Unmap(); - } - - // Backup DX state that will be modified to restore it afterwards (unfortunately this is very ugly looking and verbose. Close your eyes!) - struct BACKUP_DX10_STATE - { - UINT ScissorRectsCount, ViewportsCount; - D3D10_RECT ScissorRects[D3D10_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE]; - D3D10_VIEWPORT Viewports[D3D10_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE]; - ID3D10RasterizerState* RS; - ID3D10BlendState* BlendState; - FLOAT BlendFactor[4]; - UINT SampleMask; - UINT StencilRef; - ID3D10DepthStencilState* DepthStencilState; - ID3D10ShaderResourceView* PSShaderResource; - ID3D10SamplerState* PSSampler; - ID3D10PixelShader* PS; - ID3D10VertexShader* VS; - ID3D10GeometryShader* GS; - D3D10_PRIMITIVE_TOPOLOGY PrimitiveTopology; - ID3D10Buffer* IndexBuffer, *VertexBuffer, *VSConstantBuffer; - UINT IndexBufferOffset, VertexBufferStride, VertexBufferOffset; - DXGI_FORMAT IndexBufferFormat; - ID3D10InputLayout* InputLayout; - }; - BACKUP_DX10_STATE old = {}; - old.ScissorRectsCount = old.ViewportsCount = D3D10_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE; - ctx->RSGetScissorRects(&old.ScissorRectsCount, old.ScissorRects); - ctx->RSGetViewports(&old.ViewportsCount, old.Viewports); - ctx->RSGetState(&old.RS); - ctx->OMGetBlendState(&old.BlendState, old.BlendFactor, &old.SampleMask); - ctx->OMGetDepthStencilState(&old.DepthStencilState, &old.StencilRef); - ctx->PSGetShaderResources(0, 1, &old.PSShaderResource); - ctx->PSGetSamplers(0, 1, &old.PSSampler); - ctx->PSGetShader(&old.PS); - ctx->VSGetShader(&old.VS); - ctx->VSGetConstantBuffers(0, 1, &old.VSConstantBuffer); - ctx->GSGetShader(&old.GS); - ctx->IAGetPrimitiveTopology(&old.PrimitiveTopology); - ctx->IAGetIndexBuffer(&old.IndexBuffer, &old.IndexBufferFormat, &old.IndexBufferOffset); - ctx->IAGetVertexBuffers(0, 1, &old.VertexBuffer, &old.VertexBufferStride, &old.VertexBufferOffset); - ctx->IAGetInputLayout(&old.InputLayout); - - // Setup desired DX state - ImGui_ImplDX10_SetupRenderState(draw_data, ctx); - - // Render command lists - // (Because we merged all buffers into a single one, we maintain our own offset into them) - int global_vtx_offset = 0; - int global_idx_offset = 0; - ImVec2 clip_off = draw_data->DisplayPos; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplDX10_SetupRenderState(draw_data, ctx); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min(pcmd->ClipRect.x - clip_off.x, pcmd->ClipRect.y - clip_off.y); - ImVec2 clip_max(pcmd->ClipRect.z - clip_off.x, pcmd->ClipRect.w - clip_off.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply scissor/clipping rectangle - const D3D10_RECT r = { (LONG)clip_min.x, (LONG)clip_min.y, (LONG)clip_max.x, (LONG)clip_max.y }; - ctx->RSSetScissorRects(1, &r); - - // Bind texture, Draw - ID3D10ShaderResourceView* texture_srv = (ID3D10ShaderResourceView*)pcmd->GetTexID(); - ctx->PSSetShaderResources(0, 1, &texture_srv); - ctx->DrawIndexed(pcmd->ElemCount, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_offset); - } - } - global_idx_offset += cmd_list->IdxBuffer.Size; - global_vtx_offset += cmd_list->VtxBuffer.Size; - } - - // Restore modified DX state - ctx->RSSetScissorRects(old.ScissorRectsCount, old.ScissorRects); - ctx->RSSetViewports(old.ViewportsCount, old.Viewports); - ctx->RSSetState(old.RS); if (old.RS) old.RS->Release(); - ctx->OMSetBlendState(old.BlendState, old.BlendFactor, old.SampleMask); if (old.BlendState) old.BlendState->Release(); - ctx->OMSetDepthStencilState(old.DepthStencilState, old.StencilRef); if (old.DepthStencilState) old.DepthStencilState->Release(); - ctx->PSSetShaderResources(0, 1, &old.PSShaderResource); if (old.PSShaderResource) old.PSShaderResource->Release(); - ctx->PSSetSamplers(0, 1, &old.PSSampler); if (old.PSSampler) old.PSSampler->Release(); - ctx->PSSetShader(old.PS); if (old.PS) old.PS->Release(); - ctx->VSSetShader(old.VS); if (old.VS) old.VS->Release(); - ctx->GSSetShader(old.GS); if (old.GS) old.GS->Release(); - ctx->VSSetConstantBuffers(0, 1, &old.VSConstantBuffer); if (old.VSConstantBuffer) old.VSConstantBuffer->Release(); - ctx->IASetPrimitiveTopology(old.PrimitiveTopology); - ctx->IASetIndexBuffer(old.IndexBuffer, old.IndexBufferFormat, old.IndexBufferOffset); if (old.IndexBuffer) old.IndexBuffer->Release(); - ctx->IASetVertexBuffers(0, 1, &old.VertexBuffer, &old.VertexBufferStride, &old.VertexBufferOffset); if (old.VertexBuffer) old.VertexBuffer->Release(); - ctx->IASetInputLayout(old.InputLayout); if (old.InputLayout) old.InputLayout->Release(); -} - -static void ImGui_ImplDX10_CreateFontsTexture() -{ - // Build texture atlas - ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); - - // Upload texture to graphics system - { - D3D10_TEXTURE2D_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.Width = width; - desc.Height = height; - desc.MipLevels = 1; - desc.ArraySize = 1; - desc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - desc.SampleDesc.Count = 1; - desc.Usage = D3D10_USAGE_DEFAULT; - desc.BindFlags = D3D10_BIND_SHADER_RESOURCE; - desc.CPUAccessFlags = 0; - - ID3D10Texture2D* pTexture = NULL; - D3D10_SUBRESOURCE_DATA subResource; - subResource.pSysMem = pixels; - subResource.SysMemPitch = desc.Width * 4; - subResource.SysMemSlicePitch = 0; - bd->pd3dDevice->CreateTexture2D(&desc, &subResource, &pTexture); - IM_ASSERT(pTexture != NULL); - - // Create texture view - D3D10_SHADER_RESOURCE_VIEW_DESC srv_desc; - ZeroMemory(&srv_desc, sizeof(srv_desc)); - srv_desc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - srv_desc.ViewDimension = D3D10_SRV_DIMENSION_TEXTURE2D; - srv_desc.Texture2D.MipLevels = desc.MipLevels; - srv_desc.Texture2D.MostDetailedMip = 0; - bd->pd3dDevice->CreateShaderResourceView(pTexture, &srv_desc, &bd->pFontTextureView); - pTexture->Release(); - } - - // Store our identifier - io.Fonts->SetTexID((ImTextureID)bd->pFontTextureView); - - // Create texture sampler - // (Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling) - { - D3D10_SAMPLER_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.Filter = D3D10_FILTER_MIN_MAG_MIP_LINEAR; - desc.AddressU = D3D10_TEXTURE_ADDRESS_WRAP; - desc.AddressV = D3D10_TEXTURE_ADDRESS_WRAP; - desc.AddressW = D3D10_TEXTURE_ADDRESS_WRAP; - desc.MipLODBias = 0.f; - desc.ComparisonFunc = D3D10_COMPARISON_ALWAYS; - desc.MinLOD = 0.f; - desc.MaxLOD = 0.f; - bd->pd3dDevice->CreateSamplerState(&desc, &bd->pFontSampler); - } -} - -bool ImGui_ImplDX10_CreateDeviceObjects() -{ - ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); - if (!bd->pd3dDevice) - return false; - if (bd->pFontSampler) - ImGui_ImplDX10_InvalidateDeviceObjects(); - - // By using D3DCompile() from / d3dcompiler.lib, we introduce a dependency to a given version of d3dcompiler_XX.dll (see D3DCOMPILER_DLL_A) - // If you would like to use this DX10 sample code but remove this dependency you can: - // 1) compile once, save the compiled shader blobs into a file or source code and pass them to CreateVertexShader()/CreatePixelShader() [preferred solution] - // 2) use code to detect any version of the DLL and grab a pointer to D3DCompile from the DLL. - // See https://github.com/ocornut/imgui/pull/638 for sources and details. - - // Create the vertex shader - { - static const char* vertexShader = - "cbuffer vertexBuffer : register(b0) \ - {\ - float4x4 ProjectionMatrix; \ - };\ - struct VS_INPUT\ - {\ - float2 pos : POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - \ - struct PS_INPUT\ - {\ - float4 pos : SV_POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - \ - PS_INPUT main(VS_INPUT input)\ - {\ - PS_INPUT output;\ - output.pos = mul( ProjectionMatrix, float4(input.pos.xy, 0.f, 1.f));\ - output.col = input.col;\ - output.uv = input.uv;\ - return output;\ - }"; - - ID3DBlob* vertexShaderBlob; - if (FAILED(D3DCompile(vertexShader, strlen(vertexShader), NULL, NULL, NULL, "main", "vs_4_0", 0, 0, &vertexShaderBlob, NULL))) - return false; // NB: Pass ID3DBlob* pErrorBlob to D3DCompile() to get error showing in (const char*)pErrorBlob->GetBufferPointer(). Make sure to Release() the blob! - if (bd->pd3dDevice->CreateVertexShader(vertexShaderBlob->GetBufferPointer(), vertexShaderBlob->GetBufferSize(), &bd->pVertexShader) != S_OK) - { - vertexShaderBlob->Release(); - return false; - } - - // Create the input layout - D3D10_INPUT_ELEMENT_DESC local_layout[] = - { - { "POSITION", 0, DXGI_FORMAT_R32G32_FLOAT, 0, (UINT)IM_OFFSETOF(ImDrawVert, pos), D3D10_INPUT_PER_VERTEX_DATA, 0 }, - { "TEXCOORD", 0, DXGI_FORMAT_R32G32_FLOAT, 0, (UINT)IM_OFFSETOF(ImDrawVert, uv), D3D10_INPUT_PER_VERTEX_DATA, 0 }, - { "COLOR", 0, DXGI_FORMAT_R8G8B8A8_UNORM, 0, (UINT)IM_OFFSETOF(ImDrawVert, col), D3D10_INPUT_PER_VERTEX_DATA, 0 }, - }; - if (bd->pd3dDevice->CreateInputLayout(local_layout, 3, vertexShaderBlob->GetBufferPointer(), vertexShaderBlob->GetBufferSize(), &bd->pInputLayout) != S_OK) - { - vertexShaderBlob->Release(); - return false; - } - vertexShaderBlob->Release(); - - // Create the constant buffer - { - D3D10_BUFFER_DESC desc; - desc.ByteWidth = sizeof(VERTEX_CONSTANT_BUFFER_DX10); - desc.Usage = D3D10_USAGE_DYNAMIC; - desc.BindFlags = D3D10_BIND_CONSTANT_BUFFER; - desc.CPUAccessFlags = D3D10_CPU_ACCESS_WRITE; - desc.MiscFlags = 0; - bd->pd3dDevice->CreateBuffer(&desc, NULL, &bd->pVertexConstantBuffer); - } - } - - // Create the pixel shader - { - static const char* pixelShader = - "struct PS_INPUT\ - {\ - float4 pos : SV_POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - sampler sampler0;\ - Texture2D texture0;\ - \ - float4 main(PS_INPUT input) : SV_Target\ - {\ - float4 out_col = input.col * texture0.Sample(sampler0, input.uv); \ - return out_col; \ - }"; - - ID3DBlob* pixelShaderBlob; - if (FAILED(D3DCompile(pixelShader, strlen(pixelShader), NULL, NULL, NULL, "main", "ps_4_0", 0, 0, &pixelShaderBlob, NULL))) - return false; // NB: Pass ID3DBlob* pErrorBlob to D3DCompile() to get error showing in (const char*)pErrorBlob->GetBufferPointer(). Make sure to Release() the blob! - if (bd->pd3dDevice->CreatePixelShader(pixelShaderBlob->GetBufferPointer(), pixelShaderBlob->GetBufferSize(), &bd->pPixelShader) != S_OK) - { - pixelShaderBlob->Release(); - return false; - } - pixelShaderBlob->Release(); - } - - // Create the blending setup - { - D3D10_BLEND_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.AlphaToCoverageEnable = false; - desc.BlendEnable[0] = true; - desc.SrcBlend = D3D10_BLEND_SRC_ALPHA; - desc.DestBlend = D3D10_BLEND_INV_SRC_ALPHA; - desc.BlendOp = D3D10_BLEND_OP_ADD; - desc.SrcBlendAlpha = D3D10_BLEND_ONE; - desc.DestBlendAlpha = D3D10_BLEND_INV_SRC_ALPHA; - desc.BlendOpAlpha = D3D10_BLEND_OP_ADD; - desc.RenderTargetWriteMask[0] = D3D10_COLOR_WRITE_ENABLE_ALL; - bd->pd3dDevice->CreateBlendState(&desc, &bd->pBlendState); - } - - // Create the rasterizer state - { - D3D10_RASTERIZER_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.FillMode = D3D10_FILL_SOLID; - desc.CullMode = D3D10_CULL_NONE; - desc.ScissorEnable = true; - desc.DepthClipEnable = true; - bd->pd3dDevice->CreateRasterizerState(&desc, &bd->pRasterizerState); - } - - // Create depth-stencil State - { - D3D10_DEPTH_STENCIL_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.DepthEnable = false; - desc.DepthWriteMask = D3D10_DEPTH_WRITE_MASK_ALL; - desc.DepthFunc = D3D10_COMPARISON_ALWAYS; - desc.StencilEnable = false; - desc.FrontFace.StencilFailOp = desc.FrontFace.StencilDepthFailOp = desc.FrontFace.StencilPassOp = D3D10_STENCIL_OP_KEEP; - desc.FrontFace.StencilFunc = D3D10_COMPARISON_ALWAYS; - desc.BackFace = desc.FrontFace; - bd->pd3dDevice->CreateDepthStencilState(&desc, &bd->pDepthStencilState); - } - - ImGui_ImplDX10_CreateFontsTexture(); - - return true; -} - -void ImGui_ImplDX10_InvalidateDeviceObjects() -{ - ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); - if (!bd->pd3dDevice) - return; - - if (bd->pFontSampler) { bd->pFontSampler->Release(); bd->pFontSampler = NULL; } - if (bd->pFontTextureView) { bd->pFontTextureView->Release(); bd->pFontTextureView = NULL; ImGui::GetIO().Fonts->SetTexID(NULL); } // We copied bd->pFontTextureView to io.Fonts->TexID so let's clear that as well. - if (bd->pIB) { bd->pIB->Release(); bd->pIB = NULL; } - if (bd->pVB) { bd->pVB->Release(); bd->pVB = NULL; } - if (bd->pBlendState) { bd->pBlendState->Release(); bd->pBlendState = NULL; } - if (bd->pDepthStencilState) { bd->pDepthStencilState->Release(); bd->pDepthStencilState = NULL; } - if (bd->pRasterizerState) { bd->pRasterizerState->Release(); bd->pRasterizerState = NULL; } - if (bd->pPixelShader) { bd->pPixelShader->Release(); bd->pPixelShader = NULL; } - if (bd->pVertexConstantBuffer) { bd->pVertexConstantBuffer->Release(); bd->pVertexConstantBuffer = NULL; } - if (bd->pInputLayout) { bd->pInputLayout->Release(); bd->pInputLayout = NULL; } - if (bd->pVertexShader) { bd->pVertexShader->Release(); bd->pVertexShader = NULL; } -} - -bool ImGui_ImplDX10_Init(ID3D10Device* device) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendRendererUserData == NULL && "Already initialized a renderer backend!"); - - // Setup backend capabilities flags - ImGui_ImplDX10_Data* bd = IM_NEW(ImGui_ImplDX10_Data)(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_dx10"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. - - // Get factory from device - IDXGIDevice* pDXGIDevice = NULL; - IDXGIAdapter* pDXGIAdapter = NULL; - IDXGIFactory* pFactory = NULL; - if (device->QueryInterface(IID_PPV_ARGS(&pDXGIDevice)) == S_OK) - if (pDXGIDevice->GetParent(IID_PPV_ARGS(&pDXGIAdapter)) == S_OK) - if (pDXGIAdapter->GetParent(IID_PPV_ARGS(&pFactory)) == S_OK) - { - bd->pd3dDevice = device; - bd->pFactory = pFactory; - } - if (pDXGIDevice) pDXGIDevice->Release(); - if (pDXGIAdapter) pDXGIAdapter->Release(); - bd->pd3dDevice->AddRef(); - - return true; -} - -void ImGui_ImplDX10_Shutdown() -{ - ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); - IM_ASSERT(bd != NULL && "No renderer backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplDX10_InvalidateDeviceObjects(); - if (bd->pFactory) { bd->pFactory->Release(); } - if (bd->pd3dDevice) { bd->pd3dDevice->Release(); } - io.BackendRendererName = NULL; - io.BackendRendererUserData = NULL; - IM_DELETE(bd); -} - -void ImGui_ImplDX10_NewFrame() -{ - ImGui_ImplDX10_Data* bd = ImGui_ImplDX10_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplDX10_Init()?"); - - if (!bd->pFontSampler) - ImGui_ImplDX10_CreateDeviceObjects(); -} diff --git a/external/imgui/backends/imgui_impl_dx10.h b/external/imgui/backends/imgui_impl_dx10.h deleted file mode 100644 index 31e62aca..00000000 --- a/external/imgui/backends/imgui_impl_dx10.h +++ /dev/null @@ -1,25 +0,0 @@ -// dear imgui: Renderer Backend for DirectX10 -// This needs to be used along with a Platform Backend (e.g. Win32) - -// Implemented features: -// [X] Renderer: User texture backend. Use 'ID3D10ShaderResourceView*' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -struct ID3D10Device; - -IMGUI_IMPL_API bool ImGui_ImplDX10_Init(ID3D10Device* device); -IMGUI_IMPL_API void ImGui_ImplDX10_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplDX10_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplDX10_RenderDrawData(ImDrawData* draw_data); - -// Use if you want to reset your rendering device without losing Dear ImGui state. -IMGUI_IMPL_API void ImGui_ImplDX10_InvalidateDeviceObjects(); -IMGUI_IMPL_API bool ImGui_ImplDX10_CreateDeviceObjects(); diff --git a/external/imgui/backends/imgui_impl_dx11.cpp b/external/imgui/backends/imgui_impl_dx11.cpp deleted file mode 100644 index 52da01f2..00000000 --- a/external/imgui/backends/imgui_impl_dx11.cpp +++ /dev/null @@ -1,595 +0,0 @@ -// dear imgui: Renderer Backend for DirectX11 -// This needs to be used along with a Platform Backend (e.g. Win32) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'ID3D11ShaderResourceView*' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-05-19: DirectX11: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-02-18: DirectX11: Change blending equation to preserve alpha in output buffer. -// 2019-08-01: DirectX11: Fixed code querying the Geometry Shader state (would generally error with Debug layer enabled). -// 2019-07-21: DirectX11: Backup, clear and restore Geometry Shader is any is bound when calling ImGui_ImplDX10_RenderDrawData. Clearing Hull/Domain/Compute shaders without backup/restore. -// 2019-05-29: DirectX11: Added support for large mesh (64K+ vertices), enable ImGuiBackendFlags_RendererHasVtxOffset flag. -// 2019-04-30: DirectX11: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2018-12-03: Misc: Added #pragma comment statement to automatically link with d3dcompiler.lib when using D3DCompile(). -// 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window. -// 2018-08-01: DirectX11: Querying for IDXGIFactory instead of IDXGIFactory1 to increase compatibility. -// 2018-07-13: DirectX11: Fixed unreleased resources in Init and Shutdown functions. -// 2018-06-08: Misc: Extracted imgui_impl_dx11.cpp/.h away from the old combined DX11+Win32 example. -// 2018-06-08: DirectX11: Use draw_data->DisplayPos and draw_data->DisplaySize to setup projection matrix and clipping rectangle. -// 2018-02-16: Misc: Obsoleted the io.RenderDrawListsFn callback and exposed ImGui_ImplDX11_RenderDrawData() in the .h file so you can call it yourself. -// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves. -// 2016-05-07: DirectX11: Disabling depth-write. - -#include "imgui.h" -#include "imgui_impl_dx11.h" - -// DirectX -#include -#include -#include -#ifdef _MSC_VER -#pragma comment(lib, "d3dcompiler") // Automatically link with d3dcompiler.lib as we are using D3DCompile() below. -#endif - -// DirectX11 data -struct ImGui_ImplDX11_Data -{ - ID3D11Device* pd3dDevice; - ID3D11DeviceContext* pd3dDeviceContext; - IDXGIFactory* pFactory; - ID3D11Buffer* pVB; - ID3D11Buffer* pIB; - ID3D11VertexShader* pVertexShader; - ID3D11InputLayout* pInputLayout; - ID3D11Buffer* pVertexConstantBuffer; - ID3D11PixelShader* pPixelShader; - ID3D11SamplerState* pFontSampler; - ID3D11ShaderResourceView* pFontTextureView; - ID3D11RasterizerState* pRasterizerState; - ID3D11BlendState* pBlendState; - ID3D11DepthStencilState* pDepthStencilState; - int VertexBufferSize; - int IndexBufferSize; - - ImGui_ImplDX11_Data() { memset((void*)this, 0, sizeof(*this)); VertexBufferSize = 5000; IndexBufferSize = 10000; } -}; - -struct VERTEX_CONSTANT_BUFFER_DX11 -{ - float mvp[4][4]; -}; - -// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -static ImGui_ImplDX11_Data* ImGui_ImplDX11_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplDX11_Data*)ImGui::GetIO().BackendRendererUserData : NULL; -} - -// Functions -static void ImGui_ImplDX11_SetupRenderState(ImDrawData* draw_data, ID3D11DeviceContext* ctx) -{ - ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); - - // Setup viewport - D3D11_VIEWPORT vp; - memset(&vp, 0, sizeof(D3D11_VIEWPORT)); - vp.Width = draw_data->DisplaySize.x; - vp.Height = draw_data->DisplaySize.y; - vp.MinDepth = 0.0f; - vp.MaxDepth = 1.0f; - vp.TopLeftX = vp.TopLeftY = 0; - ctx->RSSetViewports(1, &vp); - - // Setup shader and vertex buffers - unsigned int stride = sizeof(ImDrawVert); - unsigned int offset = 0; - ctx->IASetInputLayout(bd->pInputLayout); - ctx->IASetVertexBuffers(0, 1, &bd->pVB, &stride, &offset); - ctx->IASetIndexBuffer(bd->pIB, sizeof(ImDrawIdx) == 2 ? DXGI_FORMAT_R16_UINT : DXGI_FORMAT_R32_UINT, 0); - ctx->IASetPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY_TRIANGLELIST); - ctx->VSSetShader(bd->pVertexShader, NULL, 0); - ctx->VSSetConstantBuffers(0, 1, &bd->pVertexConstantBuffer); - ctx->PSSetShader(bd->pPixelShader, NULL, 0); - ctx->PSSetSamplers(0, 1, &bd->pFontSampler); - ctx->GSSetShader(NULL, NULL, 0); - ctx->HSSetShader(NULL, NULL, 0); // In theory we should backup and restore this as well.. very infrequently used.. - ctx->DSSetShader(NULL, NULL, 0); // In theory we should backup and restore this as well.. very infrequently used.. - ctx->CSSetShader(NULL, NULL, 0); // In theory we should backup and restore this as well.. very infrequently used.. - - // Setup blend state - const float blend_factor[4] = { 0.f, 0.f, 0.f, 0.f }; - ctx->OMSetBlendState(bd->pBlendState, blend_factor, 0xffffffff); - ctx->OMSetDepthStencilState(bd->pDepthStencilState, 0); - ctx->RSSetState(bd->pRasterizerState); -} - -// Render function -void ImGui_ImplDX11_RenderDrawData(ImDrawData* draw_data) -{ - // Avoid rendering when minimized - if (draw_data->DisplaySize.x <= 0.0f || draw_data->DisplaySize.y <= 0.0f) - return; - - ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); - ID3D11DeviceContext* ctx = bd->pd3dDeviceContext; - - // Create and grow vertex/index buffers if needed - if (!bd->pVB || bd->VertexBufferSize < draw_data->TotalVtxCount) - { - if (bd->pVB) { bd->pVB->Release(); bd->pVB = NULL; } - bd->VertexBufferSize = draw_data->TotalVtxCount + 5000; - D3D11_BUFFER_DESC desc; - memset(&desc, 0, sizeof(D3D11_BUFFER_DESC)); - desc.Usage = D3D11_USAGE_DYNAMIC; - desc.ByteWidth = bd->VertexBufferSize * sizeof(ImDrawVert); - desc.BindFlags = D3D11_BIND_VERTEX_BUFFER; - desc.CPUAccessFlags = D3D11_CPU_ACCESS_WRITE; - desc.MiscFlags = 0; - if (bd->pd3dDevice->CreateBuffer(&desc, NULL, &bd->pVB) < 0) - return; - } - if (!bd->pIB || bd->IndexBufferSize < draw_data->TotalIdxCount) - { - if (bd->pIB) { bd->pIB->Release(); bd->pIB = NULL; } - bd->IndexBufferSize = draw_data->TotalIdxCount + 10000; - D3D11_BUFFER_DESC desc; - memset(&desc, 0, sizeof(D3D11_BUFFER_DESC)); - desc.Usage = D3D11_USAGE_DYNAMIC; - desc.ByteWidth = bd->IndexBufferSize * sizeof(ImDrawIdx); - desc.BindFlags = D3D11_BIND_INDEX_BUFFER; - desc.CPUAccessFlags = D3D11_CPU_ACCESS_WRITE; - if (bd->pd3dDevice->CreateBuffer(&desc, NULL, &bd->pIB) < 0) - return; - } - - // Upload vertex/index data into a single contiguous GPU buffer - D3D11_MAPPED_SUBRESOURCE vtx_resource, idx_resource; - if (ctx->Map(bd->pVB, 0, D3D11_MAP_WRITE_DISCARD, 0, &vtx_resource) != S_OK) - return; - if (ctx->Map(bd->pIB, 0, D3D11_MAP_WRITE_DISCARD, 0, &idx_resource) != S_OK) - return; - ImDrawVert* vtx_dst = (ImDrawVert*)vtx_resource.pData; - ImDrawIdx* idx_dst = (ImDrawIdx*)idx_resource.pData; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - memcpy(vtx_dst, cmd_list->VtxBuffer.Data, cmd_list->VtxBuffer.Size * sizeof(ImDrawVert)); - memcpy(idx_dst, cmd_list->IdxBuffer.Data, cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx)); - vtx_dst += cmd_list->VtxBuffer.Size; - idx_dst += cmd_list->IdxBuffer.Size; - } - ctx->Unmap(bd->pVB, 0); - ctx->Unmap(bd->pIB, 0); - - // Setup orthographic projection matrix into our constant buffer - // Our visible imgui space lies from draw_data->DisplayPos (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). DisplayPos is (0,0) for single viewport apps. - { - D3D11_MAPPED_SUBRESOURCE mapped_resource; - if (ctx->Map(bd->pVertexConstantBuffer, 0, D3D11_MAP_WRITE_DISCARD, 0, &mapped_resource) != S_OK) - return; - VERTEX_CONSTANT_BUFFER_DX11* constant_buffer = (VERTEX_CONSTANT_BUFFER_DX11*)mapped_resource.pData; - float L = draw_data->DisplayPos.x; - float R = draw_data->DisplayPos.x + draw_data->DisplaySize.x; - float T = draw_data->DisplayPos.y; - float B = draw_data->DisplayPos.y + draw_data->DisplaySize.y; - float mvp[4][4] = - { - { 2.0f/(R-L), 0.0f, 0.0f, 0.0f }, - { 0.0f, 2.0f/(T-B), 0.0f, 0.0f }, - { 0.0f, 0.0f, 0.5f, 0.0f }, - { (R+L)/(L-R), (T+B)/(B-T), 0.5f, 1.0f }, - }; - memcpy(&constant_buffer->mvp, mvp, sizeof(mvp)); - ctx->Unmap(bd->pVertexConstantBuffer, 0); - } - - // Backup DX state that will be modified to restore it afterwards (unfortunately this is very ugly looking and verbose. Close your eyes!) - struct BACKUP_DX11_STATE - { - UINT ScissorRectsCount, ViewportsCount; - D3D11_RECT ScissorRects[D3D11_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE]; - D3D11_VIEWPORT Viewports[D3D11_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE]; - ID3D11RasterizerState* RS; - ID3D11BlendState* BlendState; - FLOAT BlendFactor[4]; - UINT SampleMask; - UINT StencilRef; - ID3D11DepthStencilState* DepthStencilState; - ID3D11ShaderResourceView* PSShaderResource; - ID3D11SamplerState* PSSampler; - ID3D11PixelShader* PS; - ID3D11VertexShader* VS; - ID3D11GeometryShader* GS; - UINT PSInstancesCount, VSInstancesCount, GSInstancesCount; - ID3D11ClassInstance *PSInstances[256], *VSInstances[256], *GSInstances[256]; // 256 is max according to PSSetShader documentation - D3D11_PRIMITIVE_TOPOLOGY PrimitiveTopology; - ID3D11Buffer* IndexBuffer, *VertexBuffer, *VSConstantBuffer; - UINT IndexBufferOffset, VertexBufferStride, VertexBufferOffset; - DXGI_FORMAT IndexBufferFormat; - ID3D11InputLayout* InputLayout; - }; - BACKUP_DX11_STATE old = {}; - old.ScissorRectsCount = old.ViewportsCount = D3D11_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE; - ctx->RSGetScissorRects(&old.ScissorRectsCount, old.ScissorRects); - ctx->RSGetViewports(&old.ViewportsCount, old.Viewports); - ctx->RSGetState(&old.RS); - ctx->OMGetBlendState(&old.BlendState, old.BlendFactor, &old.SampleMask); - ctx->OMGetDepthStencilState(&old.DepthStencilState, &old.StencilRef); - ctx->PSGetShaderResources(0, 1, &old.PSShaderResource); - ctx->PSGetSamplers(0, 1, &old.PSSampler); - old.PSInstancesCount = old.VSInstancesCount = old.GSInstancesCount = 256; - ctx->PSGetShader(&old.PS, old.PSInstances, &old.PSInstancesCount); - ctx->VSGetShader(&old.VS, old.VSInstances, &old.VSInstancesCount); - ctx->VSGetConstantBuffers(0, 1, &old.VSConstantBuffer); - ctx->GSGetShader(&old.GS, old.GSInstances, &old.GSInstancesCount); - - ctx->IAGetPrimitiveTopology(&old.PrimitiveTopology); - ctx->IAGetIndexBuffer(&old.IndexBuffer, &old.IndexBufferFormat, &old.IndexBufferOffset); - ctx->IAGetVertexBuffers(0, 1, &old.VertexBuffer, &old.VertexBufferStride, &old.VertexBufferOffset); - ctx->IAGetInputLayout(&old.InputLayout); - - // Setup desired DX state - ImGui_ImplDX11_SetupRenderState(draw_data, ctx); - - // Render command lists - // (Because we merged all buffers into a single one, we maintain our own offset into them) - int global_idx_offset = 0; - int global_vtx_offset = 0; - ImVec2 clip_off = draw_data->DisplayPos; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback != NULL) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplDX11_SetupRenderState(draw_data, ctx); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min(pcmd->ClipRect.x - clip_off.x, pcmd->ClipRect.y - clip_off.y); - ImVec2 clip_max(pcmd->ClipRect.z - clip_off.x, pcmd->ClipRect.w - clip_off.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply scissor/clipping rectangle - const D3D11_RECT r = { (LONG)clip_min.x, (LONG)clip_min.y, (LONG)clip_max.x, (LONG)clip_max.y }; - ctx->RSSetScissorRects(1, &r); - - // Bind texture, Draw - ID3D11ShaderResourceView* texture_srv = (ID3D11ShaderResourceView*)pcmd->GetTexID(); - ctx->PSSetShaderResources(0, 1, &texture_srv); - ctx->DrawIndexed(pcmd->ElemCount, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_offset); - } - } - global_idx_offset += cmd_list->IdxBuffer.Size; - global_vtx_offset += cmd_list->VtxBuffer.Size; - } - - // Restore modified DX state - ctx->RSSetScissorRects(old.ScissorRectsCount, old.ScissorRects); - ctx->RSSetViewports(old.ViewportsCount, old.Viewports); - ctx->RSSetState(old.RS); if (old.RS) old.RS->Release(); - ctx->OMSetBlendState(old.BlendState, old.BlendFactor, old.SampleMask); if (old.BlendState) old.BlendState->Release(); - ctx->OMSetDepthStencilState(old.DepthStencilState, old.StencilRef); if (old.DepthStencilState) old.DepthStencilState->Release(); - ctx->PSSetShaderResources(0, 1, &old.PSShaderResource); if (old.PSShaderResource) old.PSShaderResource->Release(); - ctx->PSSetSamplers(0, 1, &old.PSSampler); if (old.PSSampler) old.PSSampler->Release(); - ctx->PSSetShader(old.PS, old.PSInstances, old.PSInstancesCount); if (old.PS) old.PS->Release(); - for (UINT i = 0; i < old.PSInstancesCount; i++) if (old.PSInstances[i]) old.PSInstances[i]->Release(); - ctx->VSSetShader(old.VS, old.VSInstances, old.VSInstancesCount); if (old.VS) old.VS->Release(); - ctx->VSSetConstantBuffers(0, 1, &old.VSConstantBuffer); if (old.VSConstantBuffer) old.VSConstantBuffer->Release(); - ctx->GSSetShader(old.GS, old.GSInstances, old.GSInstancesCount); if (old.GS) old.GS->Release(); - for (UINT i = 0; i < old.VSInstancesCount; i++) if (old.VSInstances[i]) old.VSInstances[i]->Release(); - ctx->IASetPrimitiveTopology(old.PrimitiveTopology); - ctx->IASetIndexBuffer(old.IndexBuffer, old.IndexBufferFormat, old.IndexBufferOffset); if (old.IndexBuffer) old.IndexBuffer->Release(); - ctx->IASetVertexBuffers(0, 1, &old.VertexBuffer, &old.VertexBufferStride, &old.VertexBufferOffset); if (old.VertexBuffer) old.VertexBuffer->Release(); - ctx->IASetInputLayout(old.InputLayout); if (old.InputLayout) old.InputLayout->Release(); -} - -static void ImGui_ImplDX11_CreateFontsTexture() -{ - // Build texture atlas - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); - - // Upload texture to graphics system - { - D3D11_TEXTURE2D_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.Width = width; - desc.Height = height; - desc.MipLevels = 1; - desc.ArraySize = 1; - desc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - desc.SampleDesc.Count = 1; - desc.Usage = D3D11_USAGE_DEFAULT; - desc.BindFlags = D3D11_BIND_SHADER_RESOURCE; - desc.CPUAccessFlags = 0; - - ID3D11Texture2D* pTexture = NULL; - D3D11_SUBRESOURCE_DATA subResource; - subResource.pSysMem = pixels; - subResource.SysMemPitch = desc.Width * 4; - subResource.SysMemSlicePitch = 0; - bd->pd3dDevice->CreateTexture2D(&desc, &subResource, &pTexture); - IM_ASSERT(pTexture != NULL); - - // Create texture view - D3D11_SHADER_RESOURCE_VIEW_DESC srvDesc; - ZeroMemory(&srvDesc, sizeof(srvDesc)); - srvDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - srvDesc.ViewDimension = D3D11_SRV_DIMENSION_TEXTURE2D; - srvDesc.Texture2D.MipLevels = desc.MipLevels; - srvDesc.Texture2D.MostDetailedMip = 0; - bd->pd3dDevice->CreateShaderResourceView(pTexture, &srvDesc, &bd->pFontTextureView); - pTexture->Release(); - } - - // Store our identifier - io.Fonts->SetTexID((ImTextureID)bd->pFontTextureView); - - // Create texture sampler - // (Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling) - { - D3D11_SAMPLER_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.Filter = D3D11_FILTER_MIN_MAG_MIP_LINEAR; - desc.AddressU = D3D11_TEXTURE_ADDRESS_WRAP; - desc.AddressV = D3D11_TEXTURE_ADDRESS_WRAP; - desc.AddressW = D3D11_TEXTURE_ADDRESS_WRAP; - desc.MipLODBias = 0.f; - desc.ComparisonFunc = D3D11_COMPARISON_ALWAYS; - desc.MinLOD = 0.f; - desc.MaxLOD = 0.f; - bd->pd3dDevice->CreateSamplerState(&desc, &bd->pFontSampler); - } -} - -bool ImGui_ImplDX11_CreateDeviceObjects() -{ - ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); - if (!bd->pd3dDevice) - return false; - if (bd->pFontSampler) - ImGui_ImplDX11_InvalidateDeviceObjects(); - - // By using D3DCompile() from / d3dcompiler.lib, we introduce a dependency to a given version of d3dcompiler_XX.dll (see D3DCOMPILER_DLL_A) - // If you would like to use this DX11 sample code but remove this dependency you can: - // 1) compile once, save the compiled shader blobs into a file or source code and pass them to CreateVertexShader()/CreatePixelShader() [preferred solution] - // 2) use code to detect any version of the DLL and grab a pointer to D3DCompile from the DLL. - // See https://github.com/ocornut/imgui/pull/638 for sources and details. - - // Create the vertex shader - { - static const char* vertexShader = - "cbuffer vertexBuffer : register(b0) \ - {\ - float4x4 ProjectionMatrix; \ - };\ - struct VS_INPUT\ - {\ - float2 pos : POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - \ - struct PS_INPUT\ - {\ - float4 pos : SV_POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - \ - PS_INPUT main(VS_INPUT input)\ - {\ - PS_INPUT output;\ - output.pos = mul( ProjectionMatrix, float4(input.pos.xy, 0.f, 1.f));\ - output.col = input.col;\ - output.uv = input.uv;\ - return output;\ - }"; - - ID3DBlob* vertexShaderBlob; - if (FAILED(D3DCompile(vertexShader, strlen(vertexShader), NULL, NULL, NULL, "main", "vs_4_0", 0, 0, &vertexShaderBlob, NULL))) - return false; // NB: Pass ID3DBlob* pErrorBlob to D3DCompile() to get error showing in (const char*)pErrorBlob->GetBufferPointer(). Make sure to Release() the blob! - if (bd->pd3dDevice->CreateVertexShader(vertexShaderBlob->GetBufferPointer(), vertexShaderBlob->GetBufferSize(), NULL, &bd->pVertexShader) != S_OK) - { - vertexShaderBlob->Release(); - return false; - } - - // Create the input layout - D3D11_INPUT_ELEMENT_DESC local_layout[] = - { - { "POSITION", 0, DXGI_FORMAT_R32G32_FLOAT, 0, (UINT)IM_OFFSETOF(ImDrawVert, pos), D3D11_INPUT_PER_VERTEX_DATA, 0 }, - { "TEXCOORD", 0, DXGI_FORMAT_R32G32_FLOAT, 0, (UINT)IM_OFFSETOF(ImDrawVert, uv), D3D11_INPUT_PER_VERTEX_DATA, 0 }, - { "COLOR", 0, DXGI_FORMAT_R8G8B8A8_UNORM, 0, (UINT)IM_OFFSETOF(ImDrawVert, col), D3D11_INPUT_PER_VERTEX_DATA, 0 }, - }; - if (bd->pd3dDevice->CreateInputLayout(local_layout, 3, vertexShaderBlob->GetBufferPointer(), vertexShaderBlob->GetBufferSize(), &bd->pInputLayout) != S_OK) - { - vertexShaderBlob->Release(); - return false; - } - vertexShaderBlob->Release(); - - // Create the constant buffer - { - D3D11_BUFFER_DESC desc; - desc.ByteWidth = sizeof(VERTEX_CONSTANT_BUFFER_DX11); - desc.Usage = D3D11_USAGE_DYNAMIC; - desc.BindFlags = D3D11_BIND_CONSTANT_BUFFER; - desc.CPUAccessFlags = D3D11_CPU_ACCESS_WRITE; - desc.MiscFlags = 0; - bd->pd3dDevice->CreateBuffer(&desc, NULL, &bd->pVertexConstantBuffer); - } - } - - // Create the pixel shader - { - static const char* pixelShader = - "struct PS_INPUT\ - {\ - float4 pos : SV_POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - sampler sampler0;\ - Texture2D texture0;\ - \ - float4 main(PS_INPUT input) : SV_Target\ - {\ - float4 out_col = input.col * texture0.Sample(sampler0, input.uv); \ - return out_col; \ - }"; - - ID3DBlob* pixelShaderBlob; - if (FAILED(D3DCompile(pixelShader, strlen(pixelShader), NULL, NULL, NULL, "main", "ps_4_0", 0, 0, &pixelShaderBlob, NULL))) - return false; // NB: Pass ID3DBlob* pErrorBlob to D3DCompile() to get error showing in (const char*)pErrorBlob->GetBufferPointer(). Make sure to Release() the blob! - if (bd->pd3dDevice->CreatePixelShader(pixelShaderBlob->GetBufferPointer(), pixelShaderBlob->GetBufferSize(), NULL, &bd->pPixelShader) != S_OK) - { - pixelShaderBlob->Release(); - return false; - } - pixelShaderBlob->Release(); - } - - // Create the blending setup - { - D3D11_BLEND_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.AlphaToCoverageEnable = false; - desc.RenderTarget[0].BlendEnable = true; - desc.RenderTarget[0].SrcBlend = D3D11_BLEND_SRC_ALPHA; - desc.RenderTarget[0].DestBlend = D3D11_BLEND_INV_SRC_ALPHA; - desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; - desc.RenderTarget[0].SrcBlendAlpha = D3D11_BLEND_ONE; - desc.RenderTarget[0].DestBlendAlpha = D3D11_BLEND_INV_SRC_ALPHA; - desc.RenderTarget[0].BlendOpAlpha = D3D11_BLEND_OP_ADD; - desc.RenderTarget[0].RenderTargetWriteMask = D3D11_COLOR_WRITE_ENABLE_ALL; - bd->pd3dDevice->CreateBlendState(&desc, &bd->pBlendState); - } - - // Create the rasterizer state - { - D3D11_RASTERIZER_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.FillMode = D3D11_FILL_SOLID; - desc.CullMode = D3D11_CULL_NONE; - desc.ScissorEnable = true; - desc.DepthClipEnable = true; - bd->pd3dDevice->CreateRasterizerState(&desc, &bd->pRasterizerState); - } - - // Create depth-stencil State - { - D3D11_DEPTH_STENCIL_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.DepthEnable = false; - desc.DepthWriteMask = D3D11_DEPTH_WRITE_MASK_ALL; - desc.DepthFunc = D3D11_COMPARISON_ALWAYS; - desc.StencilEnable = false; - desc.FrontFace.StencilFailOp = desc.FrontFace.StencilDepthFailOp = desc.FrontFace.StencilPassOp = D3D11_STENCIL_OP_KEEP; - desc.FrontFace.StencilFunc = D3D11_COMPARISON_ALWAYS; - desc.BackFace = desc.FrontFace; - bd->pd3dDevice->CreateDepthStencilState(&desc, &bd->pDepthStencilState); - } - - ImGui_ImplDX11_CreateFontsTexture(); - - return true; -} - -void ImGui_ImplDX11_InvalidateDeviceObjects() -{ - ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); - if (!bd->pd3dDevice) - return; - - if (bd->pFontSampler) { bd->pFontSampler->Release(); bd->pFontSampler = NULL; } - if (bd->pFontTextureView) { bd->pFontTextureView->Release(); bd->pFontTextureView = NULL; ImGui::GetIO().Fonts->SetTexID(NULL); } // We copied data->pFontTextureView to io.Fonts->TexID so let's clear that as well. - if (bd->pIB) { bd->pIB->Release(); bd->pIB = NULL; } - if (bd->pVB) { bd->pVB->Release(); bd->pVB = NULL; } - if (bd->pBlendState) { bd->pBlendState->Release(); bd->pBlendState = NULL; } - if (bd->pDepthStencilState) { bd->pDepthStencilState->Release(); bd->pDepthStencilState = NULL; } - if (bd->pRasterizerState) { bd->pRasterizerState->Release(); bd->pRasterizerState = NULL; } - if (bd->pPixelShader) { bd->pPixelShader->Release(); bd->pPixelShader = NULL; } - if (bd->pVertexConstantBuffer) { bd->pVertexConstantBuffer->Release(); bd->pVertexConstantBuffer = NULL; } - if (bd->pInputLayout) { bd->pInputLayout->Release(); bd->pInputLayout = NULL; } - if (bd->pVertexShader) { bd->pVertexShader->Release(); bd->pVertexShader = NULL; } -} - -bool ImGui_ImplDX11_Init(ID3D11Device* device, ID3D11DeviceContext* device_context) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendRendererUserData == NULL && "Already initialized a renderer backend!"); - - // Setup backend capabilities flags - ImGui_ImplDX11_Data* bd = IM_NEW(ImGui_ImplDX11_Data)(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_dx11"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. - - // Get factory from device - IDXGIDevice* pDXGIDevice = NULL; - IDXGIAdapter* pDXGIAdapter = NULL; - IDXGIFactory* pFactory = NULL; - - if (device->QueryInterface(IID_PPV_ARGS(&pDXGIDevice)) == S_OK) - if (pDXGIDevice->GetParent(IID_PPV_ARGS(&pDXGIAdapter)) == S_OK) - if (pDXGIAdapter->GetParent(IID_PPV_ARGS(&pFactory)) == S_OK) - { - bd->pd3dDevice = device; - bd->pd3dDeviceContext = device_context; - bd->pFactory = pFactory; - } - if (pDXGIDevice) pDXGIDevice->Release(); - if (pDXGIAdapter) pDXGIAdapter->Release(); - bd->pd3dDevice->AddRef(); - bd->pd3dDeviceContext->AddRef(); - - return true; -} - -void ImGui_ImplDX11_Shutdown() -{ - ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); - IM_ASSERT(bd != NULL && "No renderer backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplDX11_InvalidateDeviceObjects(); - if (bd->pFactory) { bd->pFactory->Release(); } - if (bd->pd3dDevice) { bd->pd3dDevice->Release(); } - if (bd->pd3dDeviceContext) { bd->pd3dDeviceContext->Release(); } - io.BackendRendererName = NULL; - io.BackendRendererUserData = NULL; - IM_DELETE(bd); -} - -void ImGui_ImplDX11_NewFrame() -{ - ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplDX11_Init()?"); - - if (!bd->pFontSampler) - ImGui_ImplDX11_CreateDeviceObjects(); -} diff --git a/external/imgui/backends/imgui_impl_dx11.h b/external/imgui/backends/imgui_impl_dx11.h deleted file mode 100644 index a83bce1b..00000000 --- a/external/imgui/backends/imgui_impl_dx11.h +++ /dev/null @@ -1,26 +0,0 @@ -// dear imgui: Renderer Backend for DirectX11 -// This needs to be used along with a Platform Backend (e.g. Win32) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'ID3D11ShaderResourceView*' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -struct ID3D11Device; -struct ID3D11DeviceContext; - -IMGUI_IMPL_API bool ImGui_ImplDX11_Init(ID3D11Device* device, ID3D11DeviceContext* device_context); -IMGUI_IMPL_API void ImGui_ImplDX11_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplDX11_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplDX11_RenderDrawData(ImDrawData* draw_data); - -// Use if you want to reset your rendering device without losing Dear ImGui state. -IMGUI_IMPL_API void ImGui_ImplDX11_InvalidateDeviceObjects(); -IMGUI_IMPL_API bool ImGui_ImplDX11_CreateDeviceObjects(); diff --git a/external/imgui/backends/imgui_impl_dx12.cpp b/external/imgui/backends/imgui_impl_dx12.cpp deleted file mode 100644 index b2de8249..00000000 --- a/external/imgui/backends/imgui_impl_dx12.cpp +++ /dev/null @@ -1,747 +0,0 @@ -// dear imgui: Renderer Backend for DirectX12 -// This needs to be used along with a Platform Backend (e.g. Win32) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'D3D12_GPU_DESCRIPTOR_HANDLE' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// Important: to compile on 32-bit systems, this backend requires code to be compiled with '#define ImTextureID ImU64'. -// This is because we need ImTextureID to carry a 64-bit value and by default ImTextureID is defined as void*. -// To build this on 32-bit systems: -// - [Solution 1] IDE/msbuild: in "Properties/C++/Preprocessor Definitions" add 'ImTextureID=ImU64' (this is what we do in the 'example_win32_direct12/example_win32_direct12.vcxproj' project file) -// - [Solution 2] IDE/msbuild: in "Properties/C++/Preprocessor Definitions" add 'IMGUI_USER_CONFIG="my_imgui_config.h"' and inside 'my_imgui_config.h' add '#define ImTextureID ImU64' and as many other options as you like. -// - [Solution 3] IDE/msbuild: edit imconfig.h and add '#define ImTextureID ImU64' (prefer solution 2 to create your own config file!) -// - [Solution 4] command-line: add '/D ImTextureID=ImU64' to your cl.exe command-line (this is what we do in the example_win32_direct12/build_win32.bat file) - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-05-19: DirectX12: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-02-18: DirectX12: Change blending equation to preserve alpha in output buffer. -// 2021-01-11: DirectX12: Improve Windows 7 compatibility (for D3D12On7) by loading d3d12.dll dynamically. -// 2020-09-16: DirectX12: Avoid rendering calls with zero-sized scissor rectangle since it generates a validation layer warning. -// 2020-09-08: DirectX12: Clarified support for building on 32-bit systems by redefining ImTextureID. -// 2019-10-18: DirectX12: *BREAKING CHANGE* Added extra ID3D12DescriptorHeap parameter to ImGui_ImplDX12_Init() function. -// 2019-05-29: DirectX12: Added support for large mesh (64K+ vertices), enable ImGuiBackendFlags_RendererHasVtxOffset flag. -// 2019-04-30: DirectX12: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2019-03-29: Misc: Various minor tidying up. -// 2018-12-03: Misc: Added #pragma comment statement to automatically link with d3dcompiler.lib when using D3DCompile(). -// 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window. -// 2018-06-12: DirectX12: Moved the ID3D12GraphicsCommandList* parameter from NewFrame() to RenderDrawData(). -// 2018-06-08: Misc: Extracted imgui_impl_dx12.cpp/.h away from the old combined DX12+Win32 example. -// 2018-06-08: DirectX12: Use draw_data->DisplayPos and draw_data->DisplaySize to setup projection matrix and clipping rectangle (to ease support for future multi-viewport). -// 2018-02-22: Merged into master with all Win32 code synchronized to other examples. - -#include "imgui.h" -#include "imgui_impl_dx12.h" - -// DirectX -#include -#include -#include -#ifdef _MSC_VER -#pragma comment(lib, "d3dcompiler") // Automatically link with d3dcompiler.lib as we are using D3DCompile() below. -#endif - -// DirectX data -struct ImGui_ImplDX12_RenderBuffers -{ - ID3D12Resource* IndexBuffer; - ID3D12Resource* VertexBuffer; - int IndexBufferSize; - int VertexBufferSize; -}; - -struct ImGui_ImplDX12_Data -{ - ID3D12Device* pd3dDevice; - ID3D12RootSignature* pRootSignature; - ID3D12PipelineState* pPipelineState; - DXGI_FORMAT RTVFormat; - ID3D12Resource* pFontTextureResource; - D3D12_CPU_DESCRIPTOR_HANDLE hFontSrvCpuDescHandle; - D3D12_GPU_DESCRIPTOR_HANDLE hFontSrvGpuDescHandle; - - ImGui_ImplDX12_RenderBuffers* pFrameResources; - UINT numFramesInFlight; - UINT frameIndex; - - ImGui_ImplDX12_Data() { memset((void*)this, 0, sizeof(*this)); frameIndex = UINT_MAX; } -}; - -struct VERTEX_CONSTANT_BUFFER_DX12 -{ - float mvp[4][4]; -}; - -// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -static ImGui_ImplDX12_Data* ImGui_ImplDX12_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplDX12_Data*)ImGui::GetIO().BackendRendererUserData : NULL; -} - -// Functions -static void ImGui_ImplDX12_SetupRenderState(ImDrawData* draw_data, ID3D12GraphicsCommandList* ctx, ImGui_ImplDX12_RenderBuffers* fr) -{ - ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); - - // Setup orthographic projection matrix into our constant buffer - // Our visible imgui space lies from draw_data->DisplayPos (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). - VERTEX_CONSTANT_BUFFER_DX12 vertex_constant_buffer; - { - float L = draw_data->DisplayPos.x; - float R = draw_data->DisplayPos.x + draw_data->DisplaySize.x; - float T = draw_data->DisplayPos.y; - float B = draw_data->DisplayPos.y + draw_data->DisplaySize.y; - float mvp[4][4] = - { - { 2.0f/(R-L), 0.0f, 0.0f, 0.0f }, - { 0.0f, 2.0f/(T-B), 0.0f, 0.0f }, - { 0.0f, 0.0f, 0.5f, 0.0f }, - { (R+L)/(L-R), (T+B)/(B-T), 0.5f, 1.0f }, - }; - memcpy(&vertex_constant_buffer.mvp, mvp, sizeof(mvp)); - } - - // Setup viewport - D3D12_VIEWPORT vp; - memset(&vp, 0, sizeof(D3D12_VIEWPORT)); - vp.Width = draw_data->DisplaySize.x; - vp.Height = draw_data->DisplaySize.y; - vp.MinDepth = 0.0f; - vp.MaxDepth = 1.0f; - vp.TopLeftX = vp.TopLeftY = 0.0f; - ctx->RSSetViewports(1, &vp); - - // Bind shader and vertex buffers - unsigned int stride = sizeof(ImDrawVert); - unsigned int offset = 0; - D3D12_VERTEX_BUFFER_VIEW vbv; - memset(&vbv, 0, sizeof(D3D12_VERTEX_BUFFER_VIEW)); - vbv.BufferLocation = fr->VertexBuffer->GetGPUVirtualAddress() + offset; - vbv.SizeInBytes = fr->VertexBufferSize * stride; - vbv.StrideInBytes = stride; - ctx->IASetVertexBuffers(0, 1, &vbv); - D3D12_INDEX_BUFFER_VIEW ibv; - memset(&ibv, 0, sizeof(D3D12_INDEX_BUFFER_VIEW)); - ibv.BufferLocation = fr->IndexBuffer->GetGPUVirtualAddress(); - ibv.SizeInBytes = fr->IndexBufferSize * sizeof(ImDrawIdx); - ibv.Format = sizeof(ImDrawIdx) == 2 ? DXGI_FORMAT_R16_UINT : DXGI_FORMAT_R32_UINT; - ctx->IASetIndexBuffer(&ibv); - ctx->IASetPrimitiveTopology(D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST); - ctx->SetPipelineState(bd->pPipelineState); - ctx->SetGraphicsRootSignature(bd->pRootSignature); - ctx->SetGraphicsRoot32BitConstants(0, 16, &vertex_constant_buffer, 0); - - // Setup blend factor - const float blend_factor[4] = { 0.f, 0.f, 0.f, 0.f }; - ctx->OMSetBlendFactor(blend_factor); -} - -template -static inline void SafeRelease(T*& res) -{ - if (res) - res->Release(); - res = NULL; -} - -// Render function -void ImGui_ImplDX12_RenderDrawData(ImDrawData* draw_data, ID3D12GraphicsCommandList* ctx) -{ - // Avoid rendering when minimized - if (draw_data->DisplaySize.x <= 0.0f || draw_data->DisplaySize.y <= 0.0f) - return; - - // FIXME: I'm assuming that this only gets called once per frame! - // If not, we can't just re-allocate the IB or VB, we'll have to do a proper allocator. - ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); - bd->frameIndex = bd->frameIndex + 1; - ImGui_ImplDX12_RenderBuffers* fr = &bd->pFrameResources[bd->frameIndex % bd->numFramesInFlight]; - - // Create and grow vertex/index buffers if needed - if (fr->VertexBuffer == NULL || fr->VertexBufferSize < draw_data->TotalVtxCount) - { - SafeRelease(fr->VertexBuffer); - fr->VertexBufferSize = draw_data->TotalVtxCount + 5000; - D3D12_HEAP_PROPERTIES props; - memset(&props, 0, sizeof(D3D12_HEAP_PROPERTIES)); - props.Type = D3D12_HEAP_TYPE_UPLOAD; - props.CPUPageProperty = D3D12_CPU_PAGE_PROPERTY_UNKNOWN; - props.MemoryPoolPreference = D3D12_MEMORY_POOL_UNKNOWN; - D3D12_RESOURCE_DESC desc; - memset(&desc, 0, sizeof(D3D12_RESOURCE_DESC)); - desc.Dimension = D3D12_RESOURCE_DIMENSION_BUFFER; - desc.Width = fr->VertexBufferSize * sizeof(ImDrawVert); - desc.Height = 1; - desc.DepthOrArraySize = 1; - desc.MipLevels = 1; - desc.Format = DXGI_FORMAT_UNKNOWN; - desc.SampleDesc.Count = 1; - desc.Layout = D3D12_TEXTURE_LAYOUT_ROW_MAJOR; - desc.Flags = D3D12_RESOURCE_FLAG_NONE; - if (bd->pd3dDevice->CreateCommittedResource(&props, D3D12_HEAP_FLAG_NONE, &desc, D3D12_RESOURCE_STATE_GENERIC_READ, NULL, IID_PPV_ARGS(&fr->VertexBuffer)) < 0) - return; - } - if (fr->IndexBuffer == NULL || fr->IndexBufferSize < draw_data->TotalIdxCount) - { - SafeRelease(fr->IndexBuffer); - fr->IndexBufferSize = draw_data->TotalIdxCount + 10000; - D3D12_HEAP_PROPERTIES props; - memset(&props, 0, sizeof(D3D12_HEAP_PROPERTIES)); - props.Type = D3D12_HEAP_TYPE_UPLOAD; - props.CPUPageProperty = D3D12_CPU_PAGE_PROPERTY_UNKNOWN; - props.MemoryPoolPreference = D3D12_MEMORY_POOL_UNKNOWN; - D3D12_RESOURCE_DESC desc; - memset(&desc, 0, sizeof(D3D12_RESOURCE_DESC)); - desc.Dimension = D3D12_RESOURCE_DIMENSION_BUFFER; - desc.Width = fr->IndexBufferSize * sizeof(ImDrawIdx); - desc.Height = 1; - desc.DepthOrArraySize = 1; - desc.MipLevels = 1; - desc.Format = DXGI_FORMAT_UNKNOWN; - desc.SampleDesc.Count = 1; - desc.Layout = D3D12_TEXTURE_LAYOUT_ROW_MAJOR; - desc.Flags = D3D12_RESOURCE_FLAG_NONE; - if (bd->pd3dDevice->CreateCommittedResource(&props, D3D12_HEAP_FLAG_NONE, &desc, D3D12_RESOURCE_STATE_GENERIC_READ, NULL, IID_PPV_ARGS(&fr->IndexBuffer)) < 0) - return; - } - - // Upload vertex/index data into a single contiguous GPU buffer - void* vtx_resource, *idx_resource; - D3D12_RANGE range; - memset(&range, 0, sizeof(D3D12_RANGE)); - if (fr->VertexBuffer->Map(0, &range, &vtx_resource) != S_OK) - return; - if (fr->IndexBuffer->Map(0, &range, &idx_resource) != S_OK) - return; - ImDrawVert* vtx_dst = (ImDrawVert*)vtx_resource; - ImDrawIdx* idx_dst = (ImDrawIdx*)idx_resource; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - memcpy(vtx_dst, cmd_list->VtxBuffer.Data, cmd_list->VtxBuffer.Size * sizeof(ImDrawVert)); - memcpy(idx_dst, cmd_list->IdxBuffer.Data, cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx)); - vtx_dst += cmd_list->VtxBuffer.Size; - idx_dst += cmd_list->IdxBuffer.Size; - } - fr->VertexBuffer->Unmap(0, &range); - fr->IndexBuffer->Unmap(0, &range); - - // Setup desired DX state - ImGui_ImplDX12_SetupRenderState(draw_data, ctx, fr); - - // Render command lists - // (Because we merged all buffers into a single one, we maintain our own offset into them) - int global_vtx_offset = 0; - int global_idx_offset = 0; - ImVec2 clip_off = draw_data->DisplayPos; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback != NULL) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplDX12_SetupRenderState(draw_data, ctx, fr); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min(pcmd->ClipRect.x - clip_off.x, pcmd->ClipRect.y - clip_off.y); - ImVec2 clip_max(pcmd->ClipRect.z - clip_off.x, pcmd->ClipRect.w - clip_off.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply Scissor/clipping rectangle, Bind texture, Draw - const D3D12_RECT r = { (LONG)clip_min.x, (LONG)clip_min.y, (LONG)clip_max.x, (LONG)clip_max.y }; - D3D12_GPU_DESCRIPTOR_HANDLE texture_handle = {}; - texture_handle.ptr = (UINT64)pcmd->GetTexID(); - ctx->SetGraphicsRootDescriptorTable(1, texture_handle); - ctx->RSSetScissorRects(1, &r); - ctx->DrawIndexedInstanced(pcmd->ElemCount, 1, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_offset, 0); - } - } - global_idx_offset += cmd_list->IdxBuffer.Size; - global_vtx_offset += cmd_list->VtxBuffer.Size; - } -} - -static void ImGui_ImplDX12_CreateFontsTexture() -{ - // Build texture atlas - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); - - // Upload texture to graphics system - { - D3D12_HEAP_PROPERTIES props; - memset(&props, 0, sizeof(D3D12_HEAP_PROPERTIES)); - props.Type = D3D12_HEAP_TYPE_DEFAULT; - props.CPUPageProperty = D3D12_CPU_PAGE_PROPERTY_UNKNOWN; - props.MemoryPoolPreference = D3D12_MEMORY_POOL_UNKNOWN; - - D3D12_RESOURCE_DESC desc; - ZeroMemory(&desc, sizeof(desc)); - desc.Dimension = D3D12_RESOURCE_DIMENSION_TEXTURE2D; - desc.Alignment = 0; - desc.Width = width; - desc.Height = height; - desc.DepthOrArraySize = 1; - desc.MipLevels = 1; - desc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - desc.SampleDesc.Count = 1; - desc.SampleDesc.Quality = 0; - desc.Layout = D3D12_TEXTURE_LAYOUT_UNKNOWN; - desc.Flags = D3D12_RESOURCE_FLAG_NONE; - - ID3D12Resource* pTexture = NULL; - bd->pd3dDevice->CreateCommittedResource(&props, D3D12_HEAP_FLAG_NONE, &desc, - D3D12_RESOURCE_STATE_COPY_DEST, NULL, IID_PPV_ARGS(&pTexture)); - - UINT uploadPitch = (width * 4 + D3D12_TEXTURE_DATA_PITCH_ALIGNMENT - 1u) & ~(D3D12_TEXTURE_DATA_PITCH_ALIGNMENT - 1u); - UINT uploadSize = height * uploadPitch; - desc.Dimension = D3D12_RESOURCE_DIMENSION_BUFFER; - desc.Alignment = 0; - desc.Width = uploadSize; - desc.Height = 1; - desc.DepthOrArraySize = 1; - desc.MipLevels = 1; - desc.Format = DXGI_FORMAT_UNKNOWN; - desc.SampleDesc.Count = 1; - desc.SampleDesc.Quality = 0; - desc.Layout = D3D12_TEXTURE_LAYOUT_ROW_MAJOR; - desc.Flags = D3D12_RESOURCE_FLAG_NONE; - - props.Type = D3D12_HEAP_TYPE_UPLOAD; - props.CPUPageProperty = D3D12_CPU_PAGE_PROPERTY_UNKNOWN; - props.MemoryPoolPreference = D3D12_MEMORY_POOL_UNKNOWN; - - ID3D12Resource* uploadBuffer = NULL; - HRESULT hr = bd->pd3dDevice->CreateCommittedResource(&props, D3D12_HEAP_FLAG_NONE, &desc, - D3D12_RESOURCE_STATE_GENERIC_READ, NULL, IID_PPV_ARGS(&uploadBuffer)); - IM_ASSERT(SUCCEEDED(hr)); - - void* mapped = NULL; - D3D12_RANGE range = { 0, uploadSize }; - hr = uploadBuffer->Map(0, &range, &mapped); - IM_ASSERT(SUCCEEDED(hr)); - for (int y = 0; y < height; y++) - memcpy((void*) ((uintptr_t) mapped + y * uploadPitch), pixels + y * width * 4, width * 4); - uploadBuffer->Unmap(0, &range); - - D3D12_TEXTURE_COPY_LOCATION srcLocation = {}; - srcLocation.pResource = uploadBuffer; - srcLocation.Type = D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT; - srcLocation.PlacedFootprint.Footprint.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - srcLocation.PlacedFootprint.Footprint.Width = width; - srcLocation.PlacedFootprint.Footprint.Height = height; - srcLocation.PlacedFootprint.Footprint.Depth = 1; - srcLocation.PlacedFootprint.Footprint.RowPitch = uploadPitch; - - D3D12_TEXTURE_COPY_LOCATION dstLocation = {}; - dstLocation.pResource = pTexture; - dstLocation.Type = D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX; - dstLocation.SubresourceIndex = 0; - - D3D12_RESOURCE_BARRIER barrier = {}; - barrier.Type = D3D12_RESOURCE_BARRIER_TYPE_TRANSITION; - barrier.Flags = D3D12_RESOURCE_BARRIER_FLAG_NONE; - barrier.Transition.pResource = pTexture; - barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; - barrier.Transition.StateBefore = D3D12_RESOURCE_STATE_COPY_DEST; - barrier.Transition.StateAfter = D3D12_RESOURCE_STATE_PIXEL_SHADER_RESOURCE; - - ID3D12Fence* fence = NULL; - hr = bd->pd3dDevice->CreateFence(0, D3D12_FENCE_FLAG_NONE, IID_PPV_ARGS(&fence)); - IM_ASSERT(SUCCEEDED(hr)); - - HANDLE event = CreateEvent(0, 0, 0, 0); - IM_ASSERT(event != NULL); - - D3D12_COMMAND_QUEUE_DESC queueDesc = {}; - queueDesc.Type = D3D12_COMMAND_LIST_TYPE_DIRECT; - queueDesc.Flags = D3D12_COMMAND_QUEUE_FLAG_NONE; - queueDesc.NodeMask = 1; - - ID3D12CommandQueue* cmdQueue = NULL; - hr = bd->pd3dDevice->CreateCommandQueue(&queueDesc, IID_PPV_ARGS(&cmdQueue)); - IM_ASSERT(SUCCEEDED(hr)); - - ID3D12CommandAllocator* cmdAlloc = NULL; - hr = bd->pd3dDevice->CreateCommandAllocator(D3D12_COMMAND_LIST_TYPE_DIRECT, IID_PPV_ARGS(&cmdAlloc)); - IM_ASSERT(SUCCEEDED(hr)); - - ID3D12GraphicsCommandList* cmdList = NULL; - hr = bd->pd3dDevice->CreateCommandList(0, D3D12_COMMAND_LIST_TYPE_DIRECT, cmdAlloc, NULL, IID_PPV_ARGS(&cmdList)); - IM_ASSERT(SUCCEEDED(hr)); - - cmdList->CopyTextureRegion(&dstLocation, 0, 0, 0, &srcLocation, NULL); - cmdList->ResourceBarrier(1, &barrier); - - hr = cmdList->Close(); - IM_ASSERT(SUCCEEDED(hr)); - - cmdQueue->ExecuteCommandLists(1, (ID3D12CommandList* const*)&cmdList); - hr = cmdQueue->Signal(fence, 1); - IM_ASSERT(SUCCEEDED(hr)); - - fence->SetEventOnCompletion(1, event); - WaitForSingleObject(event, INFINITE); - - cmdList->Release(); - cmdAlloc->Release(); - cmdQueue->Release(); - CloseHandle(event); - fence->Release(); - uploadBuffer->Release(); - - // Create texture view - D3D12_SHADER_RESOURCE_VIEW_DESC srvDesc; - ZeroMemory(&srvDesc, sizeof(srvDesc)); - srvDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - srvDesc.ViewDimension = D3D12_SRV_DIMENSION_TEXTURE2D; - srvDesc.Texture2D.MipLevels = desc.MipLevels; - srvDesc.Texture2D.MostDetailedMip = 0; - srvDesc.Shader4ComponentMapping = D3D12_DEFAULT_SHADER_4_COMPONENT_MAPPING; - bd->pd3dDevice->CreateShaderResourceView(pTexture, &srvDesc, bd->hFontSrvCpuDescHandle); - SafeRelease(bd->pFontTextureResource); - bd->pFontTextureResource = pTexture; - } - - // Store our identifier - // READ THIS IF THE STATIC_ASSERT() TRIGGERS: - // - Important: to compile on 32-bit systems, this backend requires code to be compiled with '#define ImTextureID ImU64'. - // - This is because we need ImTextureID to carry a 64-bit value and by default ImTextureID is defined as void*. - // [Solution 1] IDE/msbuild: in "Properties/C++/Preprocessor Definitions" add 'ImTextureID=ImU64' (this is what we do in the 'example_win32_direct12/example_win32_direct12.vcxproj' project file) - // [Solution 2] IDE/msbuild: in "Properties/C++/Preprocessor Definitions" add 'IMGUI_USER_CONFIG="my_imgui_config.h"' and inside 'my_imgui_config.h' add '#define ImTextureID ImU64' and as many other options as you like. - // [Solution 3] IDE/msbuild: edit imconfig.h and add '#define ImTextureID ImU64' (prefer solution 2 to create your own config file!) - // [Solution 4] command-line: add '/D ImTextureID=ImU64' to your cl.exe command-line (this is what we do in the example_win32_direct12/build_win32.bat file) - static_assert(sizeof(ImTextureID) >= sizeof(bd->hFontSrvGpuDescHandle.ptr), "Can't pack descriptor handle into TexID, 32-bit not supported yet."); - io.Fonts->SetTexID((ImTextureID)bd->hFontSrvGpuDescHandle.ptr); -} - -bool ImGui_ImplDX12_CreateDeviceObjects() -{ - ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); - if (!bd || !bd->pd3dDevice) - return false; - if (bd->pPipelineState) - ImGui_ImplDX12_InvalidateDeviceObjects(); - - // Create the root signature - { - D3D12_DESCRIPTOR_RANGE descRange = {}; - descRange.RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV; - descRange.NumDescriptors = 1; - descRange.BaseShaderRegister = 0; - descRange.RegisterSpace = 0; - descRange.OffsetInDescriptorsFromTableStart = 0; - - D3D12_ROOT_PARAMETER param[2] = {}; - - param[0].ParameterType = D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS; - param[0].Constants.ShaderRegister = 0; - param[0].Constants.RegisterSpace = 0; - param[0].Constants.Num32BitValues = 16; - param[0].ShaderVisibility = D3D12_SHADER_VISIBILITY_VERTEX; - - param[1].ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; - param[1].DescriptorTable.NumDescriptorRanges = 1; - param[1].DescriptorTable.pDescriptorRanges = &descRange; - param[1].ShaderVisibility = D3D12_SHADER_VISIBILITY_PIXEL; - - // Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling. - D3D12_STATIC_SAMPLER_DESC staticSampler = {}; - staticSampler.Filter = D3D12_FILTER_MIN_MAG_MIP_LINEAR; - staticSampler.AddressU = D3D12_TEXTURE_ADDRESS_MODE_WRAP; - staticSampler.AddressV = D3D12_TEXTURE_ADDRESS_MODE_WRAP; - staticSampler.AddressW = D3D12_TEXTURE_ADDRESS_MODE_WRAP; - staticSampler.MipLODBias = 0.f; - staticSampler.MaxAnisotropy = 0; - staticSampler.ComparisonFunc = D3D12_COMPARISON_FUNC_ALWAYS; - staticSampler.BorderColor = D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK; - staticSampler.MinLOD = 0.f; - staticSampler.MaxLOD = 0.f; - staticSampler.ShaderRegister = 0; - staticSampler.RegisterSpace = 0; - staticSampler.ShaderVisibility = D3D12_SHADER_VISIBILITY_PIXEL; - - D3D12_ROOT_SIGNATURE_DESC desc = {}; - desc.NumParameters = _countof(param); - desc.pParameters = param; - desc.NumStaticSamplers = 1; - desc.pStaticSamplers = &staticSampler; - desc.Flags = - D3D12_ROOT_SIGNATURE_FLAG_ALLOW_INPUT_ASSEMBLER_INPUT_LAYOUT | - D3D12_ROOT_SIGNATURE_FLAG_DENY_HULL_SHADER_ROOT_ACCESS | - D3D12_ROOT_SIGNATURE_FLAG_DENY_DOMAIN_SHADER_ROOT_ACCESS | - D3D12_ROOT_SIGNATURE_FLAG_DENY_GEOMETRY_SHADER_ROOT_ACCESS; - - // Load d3d12.dll and D3D12SerializeRootSignature() function address dynamically to facilitate using with D3D12On7. - // See if any version of d3d12.dll is already loaded in the process. If so, give preference to that. - static HINSTANCE d3d12_dll = ::GetModuleHandleA("d3d12.dll"); - if (d3d12_dll == NULL) - { - // Attempt to load d3d12.dll from local directories. This will only succeed if - // (1) the current OS is Windows 7, and - // (2) there exists a version of d3d12.dll for Windows 7 (D3D12On7) in one of the following directories. - // See https://github.com/ocornut/imgui/pull/3696 for details. - const char* localD3d12Paths[] = { ".\\d3d12.dll", ".\\d3d12on7\\d3d12.dll", ".\\12on7\\d3d12.dll" }; // A. current directory, B. used by some games, C. used in Microsoft D3D12On7 sample - for (int i = 0; i < IM_ARRAYSIZE(localD3d12Paths); i++) - if ((d3d12_dll = ::LoadLibraryA(localD3d12Paths[i])) != NULL) - break; - - // If failed, we are on Windows >= 10. - if (d3d12_dll == NULL) - d3d12_dll = ::LoadLibraryA("d3d12.dll"); - - if (d3d12_dll == NULL) - return false; - } - - PFN_D3D12_SERIALIZE_ROOT_SIGNATURE D3D12SerializeRootSignatureFn = (PFN_D3D12_SERIALIZE_ROOT_SIGNATURE)::GetProcAddress(d3d12_dll, "D3D12SerializeRootSignature"); - if (D3D12SerializeRootSignatureFn == NULL) - return false; - - ID3DBlob* blob = NULL; - if (D3D12SerializeRootSignatureFn(&desc, D3D_ROOT_SIGNATURE_VERSION_1, &blob, NULL) != S_OK) - return false; - - bd->pd3dDevice->CreateRootSignature(0, blob->GetBufferPointer(), blob->GetBufferSize(), IID_PPV_ARGS(&bd->pRootSignature)); - blob->Release(); - } - - // By using D3DCompile() from / d3dcompiler.lib, we introduce a dependency to a given version of d3dcompiler_XX.dll (see D3DCOMPILER_DLL_A) - // If you would like to use this DX12 sample code but remove this dependency you can: - // 1) compile once, save the compiled shader blobs into a file or source code and pass them to CreateVertexShader()/CreatePixelShader() [preferred solution] - // 2) use code to detect any version of the DLL and grab a pointer to D3DCompile from the DLL. - // See https://github.com/ocornut/imgui/pull/638 for sources and details. - - D3D12_GRAPHICS_PIPELINE_STATE_DESC psoDesc; - memset(&psoDesc, 0, sizeof(D3D12_GRAPHICS_PIPELINE_STATE_DESC)); - psoDesc.NodeMask = 1; - psoDesc.PrimitiveTopologyType = D3D12_PRIMITIVE_TOPOLOGY_TYPE_TRIANGLE; - psoDesc.pRootSignature = bd->pRootSignature; - psoDesc.SampleMask = UINT_MAX; - psoDesc.NumRenderTargets = 1; - psoDesc.RTVFormats[0] = bd->RTVFormat; - psoDesc.SampleDesc.Count = 1; - psoDesc.Flags = D3D12_PIPELINE_STATE_FLAG_NONE; - - ID3DBlob* vertexShaderBlob; - ID3DBlob* pixelShaderBlob; - - // Create the vertex shader - { - static const char* vertexShader = - "cbuffer vertexBuffer : register(b0) \ - {\ - float4x4 ProjectionMatrix; \ - };\ - struct VS_INPUT\ - {\ - float2 pos : POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - \ - struct PS_INPUT\ - {\ - float4 pos : SV_POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - \ - PS_INPUT main(VS_INPUT input)\ - {\ - PS_INPUT output;\ - output.pos = mul( ProjectionMatrix, float4(input.pos.xy, 0.f, 1.f));\ - output.col = input.col;\ - output.uv = input.uv;\ - return output;\ - }"; - - if (FAILED(D3DCompile(vertexShader, strlen(vertexShader), NULL, NULL, NULL, "main", "vs_5_0", 0, 0, &vertexShaderBlob, NULL))) - return false; // NB: Pass ID3D10Blob* pErrorBlob to D3DCompile() to get error showing in (const char*)pErrorBlob->GetBufferPointer(). Make sure to Release() the blob! - psoDesc.VS = { vertexShaderBlob->GetBufferPointer(), vertexShaderBlob->GetBufferSize() }; - - // Create the input layout - static D3D12_INPUT_ELEMENT_DESC local_layout[] = - { - { "POSITION", 0, DXGI_FORMAT_R32G32_FLOAT, 0, (UINT)IM_OFFSETOF(ImDrawVert, pos), D3D12_INPUT_CLASSIFICATION_PER_VERTEX_DATA, 0 }, - { "TEXCOORD", 0, DXGI_FORMAT_R32G32_FLOAT, 0, (UINT)IM_OFFSETOF(ImDrawVert, uv), D3D12_INPUT_CLASSIFICATION_PER_VERTEX_DATA, 0 }, - { "COLOR", 0, DXGI_FORMAT_R8G8B8A8_UNORM, 0, (UINT)IM_OFFSETOF(ImDrawVert, col), D3D12_INPUT_CLASSIFICATION_PER_VERTEX_DATA, 0 }, - }; - psoDesc.InputLayout = { local_layout, 3 }; - } - - // Create the pixel shader - { - static const char* pixelShader = - "struct PS_INPUT\ - {\ - float4 pos : SV_POSITION;\ - float4 col : COLOR0;\ - float2 uv : TEXCOORD0;\ - };\ - SamplerState sampler0 : register(s0);\ - Texture2D texture0 : register(t0);\ - \ - float4 main(PS_INPUT input) : SV_Target\ - {\ - float4 out_col = input.col * texture0.Sample(sampler0, input.uv); \ - return out_col; \ - }"; - - if (FAILED(D3DCompile(pixelShader, strlen(pixelShader), NULL, NULL, NULL, "main", "ps_5_0", 0, 0, &pixelShaderBlob, NULL))) - { - vertexShaderBlob->Release(); - return false; // NB: Pass ID3D10Blob* pErrorBlob to D3DCompile() to get error showing in (const char*)pErrorBlob->GetBufferPointer(). Make sure to Release() the blob! - } - psoDesc.PS = { pixelShaderBlob->GetBufferPointer(), pixelShaderBlob->GetBufferSize() }; - } - - // Create the blending setup - { - D3D12_BLEND_DESC& desc = psoDesc.BlendState; - desc.AlphaToCoverageEnable = false; - desc.RenderTarget[0].BlendEnable = true; - desc.RenderTarget[0].SrcBlend = D3D12_BLEND_SRC_ALPHA; - desc.RenderTarget[0].DestBlend = D3D12_BLEND_INV_SRC_ALPHA; - desc.RenderTarget[0].BlendOp = D3D12_BLEND_OP_ADD; - desc.RenderTarget[0].SrcBlendAlpha = D3D12_BLEND_ONE; - desc.RenderTarget[0].DestBlendAlpha = D3D12_BLEND_INV_SRC_ALPHA; - desc.RenderTarget[0].BlendOpAlpha = D3D12_BLEND_OP_ADD; - desc.RenderTarget[0].RenderTargetWriteMask = D3D12_COLOR_WRITE_ENABLE_ALL; - } - - // Create the rasterizer state - { - D3D12_RASTERIZER_DESC& desc = psoDesc.RasterizerState; - desc.FillMode = D3D12_FILL_MODE_SOLID; - desc.CullMode = D3D12_CULL_MODE_NONE; - desc.FrontCounterClockwise = FALSE; - desc.DepthBias = D3D12_DEFAULT_DEPTH_BIAS; - desc.DepthBiasClamp = D3D12_DEFAULT_DEPTH_BIAS_CLAMP; - desc.SlopeScaledDepthBias = D3D12_DEFAULT_SLOPE_SCALED_DEPTH_BIAS; - desc.DepthClipEnable = true; - desc.MultisampleEnable = FALSE; - desc.AntialiasedLineEnable = FALSE; - desc.ForcedSampleCount = 0; - desc.ConservativeRaster = D3D12_CONSERVATIVE_RASTERIZATION_MODE_OFF; - } - - // Create depth-stencil State - { - D3D12_DEPTH_STENCIL_DESC& desc = psoDesc.DepthStencilState; - desc.DepthEnable = false; - desc.DepthWriteMask = D3D12_DEPTH_WRITE_MASK_ALL; - desc.DepthFunc = D3D12_COMPARISON_FUNC_ALWAYS; - desc.StencilEnable = false; - desc.FrontFace.StencilFailOp = desc.FrontFace.StencilDepthFailOp = desc.FrontFace.StencilPassOp = D3D12_STENCIL_OP_KEEP; - desc.FrontFace.StencilFunc = D3D12_COMPARISON_FUNC_ALWAYS; - desc.BackFace = desc.FrontFace; - } - - HRESULT result_pipeline_state = bd->pd3dDevice->CreateGraphicsPipelineState(&psoDesc, IID_PPV_ARGS(&bd->pPipelineState)); - vertexShaderBlob->Release(); - pixelShaderBlob->Release(); - if (result_pipeline_state != S_OK) - return false; - - ImGui_ImplDX12_CreateFontsTexture(); - - return true; -} - -void ImGui_ImplDX12_InvalidateDeviceObjects() -{ - ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); - if (!bd || !bd->pd3dDevice) - return; - ImGuiIO& io = ImGui::GetIO(); - - SafeRelease(bd->pRootSignature); - SafeRelease(bd->pPipelineState); - SafeRelease(bd->pFontTextureResource); - io.Fonts->SetTexID(NULL); // We copied bd->pFontTextureView to io.Fonts->TexID so let's clear that as well. - - for (UINT i = 0; i < bd->numFramesInFlight; i++) - { - ImGui_ImplDX12_RenderBuffers* fr = &bd->pFrameResources[i]; - SafeRelease(fr->IndexBuffer); - SafeRelease(fr->VertexBuffer); - } -} - -bool ImGui_ImplDX12_Init(ID3D12Device* device, int num_frames_in_flight, DXGI_FORMAT rtv_format, ID3D12DescriptorHeap* cbv_srv_heap, - D3D12_CPU_DESCRIPTOR_HANDLE font_srv_cpu_desc_handle, D3D12_GPU_DESCRIPTOR_HANDLE font_srv_gpu_desc_handle) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendRendererUserData == NULL && "Already initialized a renderer backend!"); - - // Setup backend capabilities flags - ImGui_ImplDX12_Data* bd = IM_NEW(ImGui_ImplDX12_Data)(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_dx12"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. - - bd->pd3dDevice = device; - bd->RTVFormat = rtv_format; - bd->hFontSrvCpuDescHandle = font_srv_cpu_desc_handle; - bd->hFontSrvGpuDescHandle = font_srv_gpu_desc_handle; - bd->pFrameResources = new ImGui_ImplDX12_RenderBuffers[num_frames_in_flight]; - bd->numFramesInFlight = num_frames_in_flight; - bd->frameIndex = UINT_MAX; - IM_UNUSED(cbv_srv_heap); // Unused in master branch (will be used by multi-viewports) - - // Create buffers with a default size (they will later be grown as needed) - for (int i = 0; i < num_frames_in_flight; i++) - { - ImGui_ImplDX12_RenderBuffers* fr = &bd->pFrameResources[i]; - fr->IndexBuffer = NULL; - fr->VertexBuffer = NULL; - fr->IndexBufferSize = 10000; - fr->VertexBufferSize = 5000; - } - - return true; -} - -void ImGui_ImplDX12_Shutdown() -{ - ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); - IM_ASSERT(bd != NULL && "No renderer backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplDX12_InvalidateDeviceObjects(); - delete[] bd->pFrameResources; - io.BackendRendererName = NULL; - io.BackendRendererUserData = NULL; - IM_DELETE(bd); -} - -void ImGui_ImplDX12_NewFrame() -{ - ImGui_ImplDX12_Data* bd = ImGui_ImplDX12_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplDX12_Init()?"); - - if (!bd->pPipelineState) - ImGui_ImplDX12_CreateDeviceObjects(); -} diff --git a/external/imgui/backends/imgui_impl_dx12.h b/external/imgui/backends/imgui_impl_dx12.h deleted file mode 100644 index 6548f6f5..00000000 --- a/external/imgui/backends/imgui_impl_dx12.h +++ /dev/null @@ -1,38 +0,0 @@ -// dear imgui: Renderer Backend for DirectX12 -// This needs to be used along with a Platform Backend (e.g. Win32) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'D3D12_GPU_DESCRIPTOR_HANDLE' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// Important: to compile on 32-bit systems, this backend requires code to be compiled with '#define ImTextureID ImU64'. -// See imgui_impl_dx12.cpp file for details. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API -#include // DXGI_FORMAT - -struct ID3D12Device; -struct ID3D12DescriptorHeap; -struct ID3D12GraphicsCommandList; -struct D3D12_CPU_DESCRIPTOR_HANDLE; -struct D3D12_GPU_DESCRIPTOR_HANDLE; - -// cmd_list is the command list that the implementation will use to render imgui draw lists. -// Before calling the render function, caller must prepare cmd_list by resetting it and setting the appropriate -// render target and descriptor heap that contains font_srv_cpu_desc_handle/font_srv_gpu_desc_handle. -// font_srv_cpu_desc_handle and font_srv_gpu_desc_handle are handles to a single SRV descriptor to use for the internal font texture. -IMGUI_IMPL_API bool ImGui_ImplDX12_Init(ID3D12Device* device, int num_frames_in_flight, DXGI_FORMAT rtv_format, ID3D12DescriptorHeap* cbv_srv_heap, - D3D12_CPU_DESCRIPTOR_HANDLE font_srv_cpu_desc_handle, D3D12_GPU_DESCRIPTOR_HANDLE font_srv_gpu_desc_handle); -IMGUI_IMPL_API void ImGui_ImplDX12_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplDX12_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplDX12_RenderDrawData(ImDrawData* draw_data, ID3D12GraphicsCommandList* graphics_command_list); - -// Use if you want to reset your rendering device without losing Dear ImGui state. -IMGUI_IMPL_API void ImGui_ImplDX12_InvalidateDeviceObjects(); -IMGUI_IMPL_API bool ImGui_ImplDX12_CreateDeviceObjects(); diff --git a/external/imgui/backends/imgui_impl_dx9.cpp b/external/imgui/backends/imgui_impl_dx9.cpp deleted file mode 100644 index dfb13a4a..00000000 --- a/external/imgui/backends/imgui_impl_dx9.cpp +++ /dev/null @@ -1,378 +0,0 @@ -// dear imgui: Renderer Backend for DirectX9 -// This needs to be used along with a Platform Backend (e.g. Win32) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'LPDIRECT3DTEXTURE9' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-06-25: DirectX9: Explicitly disable texture state stages after >= 1. -// 2021-05-19: DirectX9: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-04-23: DirectX9: Explicitly setting up more graphics states to increase compatibility with unusual non-default states. -// 2021-03-18: DirectX9: Calling IDirect3DStateBlock9::Capture() after CreateStateBlock() as a workaround for state restoring issues (see #3857). -// 2021-03-03: DirectX9: Added support for IMGUI_USE_BGRA_PACKED_COLOR in user's imconfig file. -// 2021-02-18: DirectX9: Change blending equation to preserve alpha in output buffer. -// 2019-05-29: DirectX9: Added support for large mesh (64K+ vertices), enable ImGuiBackendFlags_RendererHasVtxOffset flag. -// 2019-04-30: DirectX9: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2019-03-29: Misc: Fixed erroneous assert in ImGui_ImplDX9_InvalidateDeviceObjects(). -// 2019-01-16: Misc: Disabled fog before drawing UI's. Fixes issue #2288. -// 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window. -// 2018-06-08: Misc: Extracted imgui_impl_dx9.cpp/.h away from the old combined DX9+Win32 example. -// 2018-06-08: DirectX9: Use draw_data->DisplayPos and draw_data->DisplaySize to setup projection matrix and clipping rectangle. -// 2018-05-07: Render: Saving/restoring Transform because they don't seem to be included in the StateBlock. Setting shading mode to Gouraud. -// 2018-02-16: Misc: Obsoleted the io.RenderDrawListsFn callback and exposed ImGui_ImplDX9_RenderDrawData() in the .h file so you can call it yourself. -// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves. - -#include "imgui.h" -#include "imgui_impl_dx9.h" - -// DirectX -#include - -// DirectX data -struct ImGui_ImplDX9_Data -{ - LPDIRECT3DDEVICE9 pd3dDevice; - LPDIRECT3DVERTEXBUFFER9 pVB; - LPDIRECT3DINDEXBUFFER9 pIB; - LPDIRECT3DTEXTURE9 FontTexture; - int VertexBufferSize; - int IndexBufferSize; - - ImGui_ImplDX9_Data() { memset((void*)this, 0, sizeof(*this)); VertexBufferSize = 5000; IndexBufferSize = 10000; } -}; - -struct CUSTOMVERTEX -{ - float pos[3]; - D3DCOLOR col; - float uv[2]; -}; -#define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZ|D3DFVF_DIFFUSE|D3DFVF_TEX1) - -#ifdef IMGUI_USE_BGRA_PACKED_COLOR -#define IMGUI_COL_TO_DX9_ARGB(_COL) (_COL) -#else -#define IMGUI_COL_TO_DX9_ARGB(_COL) (((_COL) & 0xFF00FF00) | (((_COL) & 0xFF0000) >> 16) | (((_COL) & 0xFF) << 16)) -#endif - -// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -static ImGui_ImplDX9_Data* ImGui_ImplDX9_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplDX9_Data*)ImGui::GetIO().BackendRendererUserData : NULL; -} - -// Functions -static void ImGui_ImplDX9_SetupRenderState(ImDrawData* draw_data) -{ - ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); - - // Setup viewport - D3DVIEWPORT9 vp; - vp.X = vp.Y = 0; - vp.Width = (DWORD)draw_data->DisplaySize.x; - vp.Height = (DWORD)draw_data->DisplaySize.y; - vp.MinZ = 0.0f; - vp.MaxZ = 1.0f; - bd->pd3dDevice->SetViewport(&vp); - - // Setup render state: fixed-pipeline, alpha-blending, no face culling, no depth testing, shade mode (for gradient), bilinear sampling. - bd->pd3dDevice->SetPixelShader(NULL); - bd->pd3dDevice->SetVertexShader(NULL); - bd->pd3dDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_SOLID); - bd->pd3dDevice->SetRenderState(D3DRS_SHADEMODE, D3DSHADE_GOURAUD); - bd->pd3dDevice->SetRenderState(D3DRS_ZWRITEENABLE, FALSE); - bd->pd3dDevice->SetRenderState(D3DRS_ALPHATESTENABLE, FALSE); - bd->pd3dDevice->SetRenderState(D3DRS_CULLMODE, D3DCULL_NONE); - bd->pd3dDevice->SetRenderState(D3DRS_ZENABLE, FALSE); - bd->pd3dDevice->SetRenderState(D3DRS_ALPHABLENDENABLE, TRUE); - bd->pd3dDevice->SetRenderState(D3DRS_BLENDOP, D3DBLENDOP_ADD); - bd->pd3dDevice->SetRenderState(D3DRS_SRCBLEND, D3DBLEND_SRCALPHA); - bd->pd3dDevice->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA); - bd->pd3dDevice->SetRenderState(D3DRS_SEPARATEALPHABLENDENABLE, TRUE); - bd->pd3dDevice->SetRenderState(D3DRS_SRCBLENDALPHA, D3DBLEND_ONE); - bd->pd3dDevice->SetRenderState(D3DRS_DESTBLENDALPHA, D3DBLEND_INVSRCALPHA); - bd->pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, TRUE); - bd->pd3dDevice->SetRenderState(D3DRS_FOGENABLE, FALSE); - bd->pd3dDevice->SetRenderState(D3DRS_RANGEFOGENABLE, FALSE); - bd->pd3dDevice->SetRenderState(D3DRS_SPECULARENABLE, FALSE); - bd->pd3dDevice->SetRenderState(D3DRS_STENCILENABLE, FALSE); - bd->pd3dDevice->SetRenderState(D3DRS_CLIPPING, TRUE); - bd->pd3dDevice->SetRenderState(D3DRS_LIGHTING, FALSE); - bd->pd3dDevice->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_MODULATE); - bd->pd3dDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TEXTURE); - bd->pd3dDevice->SetTextureStageState(0, D3DTSS_COLORARG2, D3DTA_DIFFUSE); - bd->pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAOP, D3DTOP_MODULATE); - bd->pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TEXTURE); - bd->pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAARG2, D3DTA_DIFFUSE); - bd->pd3dDevice->SetTextureStageState(1, D3DTSS_COLOROP, D3DTOP_DISABLE); - bd->pd3dDevice->SetTextureStageState(1, D3DTSS_ALPHAOP, D3DTOP_DISABLE); - bd->pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR); - bd->pd3dDevice->SetSamplerState(0, D3DSAMP_MAGFILTER, D3DTEXF_LINEAR); - - // Setup orthographic projection matrix - // Our visible imgui space lies from draw_data->DisplayPos (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). DisplayPos is (0,0) for single viewport apps. - // Being agnostic of whether or can be used, we aren't relying on D3DXMatrixIdentity()/D3DXMatrixOrthoOffCenterLH() or DirectX::XMMatrixIdentity()/DirectX::XMMatrixOrthographicOffCenterLH() - { - float L = draw_data->DisplayPos.x + 0.5f; - float R = draw_data->DisplayPos.x + draw_data->DisplaySize.x + 0.5f; - float T = draw_data->DisplayPos.y + 0.5f; - float B = draw_data->DisplayPos.y + draw_data->DisplaySize.y + 0.5f; - D3DMATRIX mat_identity = { { { 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f } } }; - D3DMATRIX mat_projection = - { { { - 2.0f/(R-L), 0.0f, 0.0f, 0.0f, - 0.0f, 2.0f/(T-B), 0.0f, 0.0f, - 0.0f, 0.0f, 0.5f, 0.0f, - (L+R)/(L-R), (T+B)/(B-T), 0.5f, 1.0f - } } }; - bd->pd3dDevice->SetTransform(D3DTS_WORLD, &mat_identity); - bd->pd3dDevice->SetTransform(D3DTS_VIEW, &mat_identity); - bd->pd3dDevice->SetTransform(D3DTS_PROJECTION, &mat_projection); - } -} - -// Render function. -void ImGui_ImplDX9_RenderDrawData(ImDrawData* draw_data) -{ - // Avoid rendering when minimized - if (draw_data->DisplaySize.x <= 0.0f || draw_data->DisplaySize.y <= 0.0f) - return; - - // Create and grow buffers if needed - ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); - if (!bd->pVB || bd->VertexBufferSize < draw_data->TotalVtxCount) - { - if (bd->pVB) { bd->pVB->Release(); bd->pVB = NULL; } - bd->VertexBufferSize = draw_data->TotalVtxCount + 5000; - if (bd->pd3dDevice->CreateVertexBuffer(bd->VertexBufferSize * sizeof(CUSTOMVERTEX), D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY, D3DFVF_CUSTOMVERTEX, D3DPOOL_DEFAULT, &bd->pVB, NULL) < 0) - return; - } - if (!bd->pIB || bd->IndexBufferSize < draw_data->TotalIdxCount) - { - if (bd->pIB) { bd->pIB->Release(); bd->pIB = NULL; } - bd->IndexBufferSize = draw_data->TotalIdxCount + 10000; - if (bd->pd3dDevice->CreateIndexBuffer(bd->IndexBufferSize * sizeof(ImDrawIdx), D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY, sizeof(ImDrawIdx) == 2 ? D3DFMT_INDEX16 : D3DFMT_INDEX32, D3DPOOL_DEFAULT, &bd->pIB, NULL) < 0) - return; - } - - // Backup the DX9 state - IDirect3DStateBlock9* d3d9_state_block = NULL; - if (bd->pd3dDevice->CreateStateBlock(D3DSBT_ALL, &d3d9_state_block) < 0) - return; - if (d3d9_state_block->Capture() < 0) - { - d3d9_state_block->Release(); - return; - } - - // Backup the DX9 transform (DX9 documentation suggests that it is included in the StateBlock but it doesn't appear to) - D3DMATRIX last_world, last_view, last_projection; - bd->pd3dDevice->GetTransform(D3DTS_WORLD, &last_world); - bd->pd3dDevice->GetTransform(D3DTS_VIEW, &last_view); - bd->pd3dDevice->GetTransform(D3DTS_PROJECTION, &last_projection); - - // Allocate buffers - CUSTOMVERTEX* vtx_dst; - ImDrawIdx* idx_dst; - if (bd->pVB->Lock(0, (UINT)(draw_data->TotalVtxCount * sizeof(CUSTOMVERTEX)), (void**)&vtx_dst, D3DLOCK_DISCARD) < 0) - { - d3d9_state_block->Release(); - return; - } - if (bd->pIB->Lock(0, (UINT)(draw_data->TotalIdxCount * sizeof(ImDrawIdx)), (void**)&idx_dst, D3DLOCK_DISCARD) < 0) - { - bd->pVB->Unlock(); - d3d9_state_block->Release(); - return; - } - - // Copy and convert all vertices into a single contiguous buffer, convert colors to DX9 default format. - // FIXME-OPT: This is a minor waste of resource, the ideal is to use imconfig.h and - // 1) to avoid repacking colors: #define IMGUI_USE_BGRA_PACKED_COLOR - // 2) to avoid repacking vertices: #define IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT struct ImDrawVert { ImVec2 pos; float z; ImU32 col; ImVec2 uv; } - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - const ImDrawVert* vtx_src = cmd_list->VtxBuffer.Data; - for (int i = 0; i < cmd_list->VtxBuffer.Size; i++) - { - vtx_dst->pos[0] = vtx_src->pos.x; - vtx_dst->pos[1] = vtx_src->pos.y; - vtx_dst->pos[2] = 0.0f; - vtx_dst->col = IMGUI_COL_TO_DX9_ARGB(vtx_src->col); - vtx_dst->uv[0] = vtx_src->uv.x; - vtx_dst->uv[1] = vtx_src->uv.y; - vtx_dst++; - vtx_src++; - } - memcpy(idx_dst, cmd_list->IdxBuffer.Data, cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx)); - idx_dst += cmd_list->IdxBuffer.Size; - } - bd->pVB->Unlock(); - bd->pIB->Unlock(); - bd->pd3dDevice->SetStreamSource(0, bd->pVB, 0, sizeof(CUSTOMVERTEX)); - bd->pd3dDevice->SetIndices(bd->pIB); - bd->pd3dDevice->SetFVF(D3DFVF_CUSTOMVERTEX); - - // Setup desired DX state - ImGui_ImplDX9_SetupRenderState(draw_data); - - // Render command lists - // (Because we merged all buffers into a single one, we maintain our own offset into them) - int global_vtx_offset = 0; - int global_idx_offset = 0; - ImVec2 clip_off = draw_data->DisplayPos; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback != NULL) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplDX9_SetupRenderState(draw_data); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min(pcmd->ClipRect.x - clip_off.x, pcmd->ClipRect.y - clip_off.y); - ImVec2 clip_max(pcmd->ClipRect.z - clip_off.x, pcmd->ClipRect.w - clip_off.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply Scissor/clipping rectangle, Bind texture, Draw - const RECT r = { (LONG)clip_min.x, (LONG)clip_min.y, (LONG)clip_max.x, (LONG)clip_max.y }; - const LPDIRECT3DTEXTURE9 texture = (LPDIRECT3DTEXTURE9)pcmd->GetTexID(); - bd->pd3dDevice->SetTexture(0, texture); - bd->pd3dDevice->SetScissorRect(&r); - bd->pd3dDevice->DrawIndexedPrimitive(D3DPT_TRIANGLELIST, pcmd->VtxOffset + global_vtx_offset, 0, (UINT)cmd_list->VtxBuffer.Size, pcmd->IdxOffset + global_idx_offset, pcmd->ElemCount / 3); - } - } - global_idx_offset += cmd_list->IdxBuffer.Size; - global_vtx_offset += cmd_list->VtxBuffer.Size; - } - - // Restore the DX9 transform - bd->pd3dDevice->SetTransform(D3DTS_WORLD, &last_world); - bd->pd3dDevice->SetTransform(D3DTS_VIEW, &last_view); - bd->pd3dDevice->SetTransform(D3DTS_PROJECTION, &last_projection); - - // Restore the DX9 state - d3d9_state_block->Apply(); - d3d9_state_block->Release(); -} - -bool ImGui_ImplDX9_Init(IDirect3DDevice9* device) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendRendererUserData == NULL && "Already initialized a renderer backend!"); - - // Setup backend capabilities flags - ImGui_ImplDX9_Data* bd = IM_NEW(ImGui_ImplDX9_Data)(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_dx9"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. - - bd->pd3dDevice = device; - bd->pd3dDevice->AddRef(); - - return true; -} - -void ImGui_ImplDX9_Shutdown() -{ - ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); - IM_ASSERT(bd != NULL && "No renderer backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplDX9_InvalidateDeviceObjects(); - if (bd->pd3dDevice) { bd->pd3dDevice->Release(); } - io.BackendRendererName = NULL; - io.BackendRendererUserData = NULL; - IM_DELETE(bd); -} - -static bool ImGui_ImplDX9_CreateFontsTexture() -{ - // Build texture atlas - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); - unsigned char* pixels; - int width, height, bytes_per_pixel; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height, &bytes_per_pixel); - - // Convert RGBA32 to BGRA32 (because RGBA32 is not well supported by DX9 devices) -#ifndef IMGUI_USE_BGRA_PACKED_COLOR - if (io.Fonts->TexPixelsUseColors) - { - ImU32* dst_start = (ImU32*)ImGui::MemAlloc((size_t)width * height * bytes_per_pixel); - for (ImU32* src = (ImU32*)pixels, *dst = dst_start, *dst_end = dst_start + (size_t)width * height; dst < dst_end; src++, dst++) - *dst = IMGUI_COL_TO_DX9_ARGB(*src); - pixels = (unsigned char*)dst_start; - } -#endif - - // Upload texture to graphics system - bd->FontTexture = NULL; - if (bd->pd3dDevice->CreateTexture(width, height, 1, D3DUSAGE_DYNAMIC, D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, &bd->FontTexture, NULL) < 0) - return false; - D3DLOCKED_RECT tex_locked_rect; - if (bd->FontTexture->LockRect(0, &tex_locked_rect, NULL, 0) != D3D_OK) - return false; - for (int y = 0; y < height; y++) - memcpy((unsigned char*)tex_locked_rect.pBits + (size_t)tex_locked_rect.Pitch * y, pixels + (size_t)width * bytes_per_pixel * y, (size_t)width * bytes_per_pixel); - bd->FontTexture->UnlockRect(0); - - // Store our identifier - io.Fonts->SetTexID((ImTextureID)bd->FontTexture); - -#ifndef IMGUI_USE_BGRA_PACKED_COLOR - if (io.Fonts->TexPixelsUseColors) - ImGui::MemFree(pixels); -#endif - - return true; -} - -bool ImGui_ImplDX9_CreateDeviceObjects() -{ - ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); - if (!bd || !bd->pd3dDevice) - return false; - if (!ImGui_ImplDX9_CreateFontsTexture()) - return false; - return true; -} - -void ImGui_ImplDX9_InvalidateDeviceObjects() -{ - ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); - if (!bd || !bd->pd3dDevice) - return; - if (bd->pVB) { bd->pVB->Release(); bd->pVB = NULL; } - if (bd->pIB) { bd->pIB->Release(); bd->pIB = NULL; } - if (bd->FontTexture) { bd->FontTexture->Release(); bd->FontTexture = NULL; ImGui::GetIO().Fonts->SetTexID(NULL); } // We copied bd->pFontTextureView to io.Fonts->TexID so let's clear that as well. -} - -void ImGui_ImplDX9_NewFrame() -{ - ImGui_ImplDX9_Data* bd = ImGui_ImplDX9_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplDX9_Init()?"); - - if (!bd->FontTexture) - ImGui_ImplDX9_CreateDeviceObjects(); -} diff --git a/external/imgui/backends/imgui_impl_dx9.h b/external/imgui/backends/imgui_impl_dx9.h deleted file mode 100644 index 6dc805b9..00000000 --- a/external/imgui/backends/imgui_impl_dx9.h +++ /dev/null @@ -1,25 +0,0 @@ -// dear imgui: Renderer Backend for DirectX9 -// This needs to be used along with a Platform Backend (e.g. Win32) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'LPDIRECT3DTEXTURE9' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -struct IDirect3DDevice9; - -IMGUI_IMPL_API bool ImGui_ImplDX9_Init(IDirect3DDevice9* device); -IMGUI_IMPL_API void ImGui_ImplDX9_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplDX9_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplDX9_RenderDrawData(ImDrawData* draw_data); - -// Use if you want to reset your rendering device without losing Dear ImGui state. -IMGUI_IMPL_API bool ImGui_ImplDX9_CreateDeviceObjects(); -IMGUI_IMPL_API void ImGui_ImplDX9_InvalidateDeviceObjects(); diff --git a/external/imgui/backends/imgui_impl_glfw.cpp b/external/imgui/backends/imgui_impl_glfw.cpp deleted file mode 100644 index 1e48d4e9..00000000 --- a/external/imgui/backends/imgui_impl_glfw.cpp +++ /dev/null @@ -1,662 +0,0 @@ -// dear imgui: Platform Backend for GLFW -// This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan, WebGPU..) -// (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.) -// (Requires: GLFW 3.1+) - -// Implemented features: -// [X] Platform: Clipboard support. -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy GLFW_KEY_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: Gamepad support. Enable with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange' (note: the resizing cursors requires GLFW 3.4+). - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-04-30: Inputs: Fixed ImGui_ImplGlfw_TranslateUntranslatedKey() for lower case letters on OSX. -// 2022-03-23: Inputs: Fixed a regression in 1.87 which resulted in keyboard modifiers events being reported incorrectly on Linux/X11. -// 2022-02-07: Added ImGui_ImplGlfw_InstallCallbacks()/ImGui_ImplGlfw_RestoreCallbacks() helpers to facilitate user installing callbacks after initializing backend. -// 2022-01-26: Inputs: replaced short-lived io.AddKeyModsEvent() (added two weeks ago)with io.AddKeyEvent() using ImGuiKey_ModXXX flags. Sorry for the confusion. -// 2021-01-20: Inputs: calling new io.AddKeyAnalogEvent() for gamepad support, instead of writing directly to io.NavInputs[]. -// 2022-01-17: Inputs: calling new io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() API (1.87+). -// 2022-01-17: Inputs: always update key mods next and before key event (not in NewFrame) to fix input queue with very low framerates. -// 2022-01-12: *BREAKING CHANGE*: Now using glfwSetCursorPosCallback(). If you called ImGui_ImplGlfw_InitXXX() with install_callbacks = false, you MUST install glfwSetCursorPosCallback() and forward it to the backend via ImGui_ImplGlfw_CursorPosCallback(). -// 2022-01-10: Inputs: calling new io.AddKeyEvent(), io.AddKeyModsEvent() + io.SetKeyEventNativeData() API (1.87+). Support for full ImGuiKey range. -// 2022-01-05: Inputs: Converting GLFW untranslated keycodes back to translated keycodes (in the ImGui_ImplGlfw_KeyCallback() function) in order to match the behavior of every other backend, and facilitate the use of GLFW with lettered-shortcuts API. -// 2021-08-17: *BREAKING CHANGE*: Now using glfwSetWindowFocusCallback() to calling io.AddFocusEvent(). If you called ImGui_ImplGlfw_InitXXX() with install_callbacks = false, you MUST install glfwSetWindowFocusCallback() and forward it to the backend via ImGui_ImplGlfw_WindowFocusCallback(). -// 2021-07-29: *BREAKING CHANGE*: Now using glfwSetCursorEnterCallback(). MousePos is correctly reported when the host platform window is hovered but not focused. If you called ImGui_ImplGlfw_InitXXX() with install_callbacks = false, you MUST install glfwSetWindowFocusCallback() callback and forward it to the backend via ImGui_ImplGlfw_CursorEnterCallback(). -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2020-01-17: Inputs: Disable error callback while assigning mouse cursors because some X11 setup don't have them and it generates errors. -// 2019-12-05: Inputs: Added support for new mouse cursors added in GLFW 3.4+ (resizing cursors, not allowed cursor). -// 2019-10-18: Misc: Previously installed user callbacks are now restored on shutdown. -// 2019-07-21: Inputs: Added mapping for ImGuiKey_KeyPadEnter. -// 2019-05-11: Inputs: Don't filter value from character callback before calling AddInputCharacter(). -// 2019-03-12: Misc: Preserve DisplayFramebufferScale when main window is minimized. -// 2018-11-30: Misc: Setting up io.BackendPlatformName so it can be displayed in the About Window. -// 2018-11-07: Inputs: When installing our GLFW callbacks, we save user's previously installed ones - if any - and chain call them. -// 2018-08-01: Inputs: Workaround for Emscripten which doesn't seem to handle focus related calls. -// 2018-06-29: Inputs: Added support for the ImGuiMouseCursor_Hand cursor. -// 2018-06-08: Misc: Extracted imgui_impl_glfw.cpp/.h away from the old combined GLFW+OpenGL/Vulkan examples. -// 2018-03-20: Misc: Setup io.BackendFlags ImGuiBackendFlags_HasMouseCursors flag + honor ImGuiConfigFlags_NoMouseCursorChange flag. -// 2018-02-20: Inputs: Added support for mouse cursors (ImGui::GetMouseCursor() value, passed to glfwSetCursor()). -// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves. -// 2018-02-06: Inputs: Added mapping for ImGuiKey_Space. -// 2018-01-25: Inputs: Added gamepad support if ImGuiConfigFlags_NavEnableGamepad is set. -// 2018-01-25: Inputs: Honoring the io.WantSetMousePos by repositioning the mouse (when using navigation and ImGuiConfigFlags_NavMoveMouse is set). -// 2018-01-20: Inputs: Added Horizontal Mouse Wheel support. -// 2018-01-18: Inputs: Added mapping for ImGuiKey_Insert. -// 2017-08-25: Inputs: MousePos set to -FLT_MAX,-FLT_MAX when mouse is unavailable/missing (instead of -1,-1). -// 2016-10-15: Misc: Added a void* user_data parameter to Clipboard function handlers. - -#include "imgui.h" -#include "imgui_impl_glfw.h" - -// Clang warnings with -Weverything -#if defined(__clang__) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wold-style-cast" // warning: use of old-style cast -#pragma clang diagnostic ignored "-Wsign-conversion" // warning: implicit conversion changes signedness -#if __has_warning("-Wzero-as-null-pointer-constant") -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" -#endif -#endif - -// GLFW -#include -#ifdef _WIN32 -#undef APIENTRY -#define GLFW_EXPOSE_NATIVE_WIN32 -#include // for glfwGetWin32Window -#endif -#ifdef GLFW_RESIZE_NESW_CURSOR // Let's be nice to people who pulled GLFW between 2019-04-16 (3.4 define) and 2019-11-29 (cursors defines) // FIXME: Remove when GLFW 3.4 is released? -#define GLFW_HAS_NEW_CURSORS (GLFW_VERSION_MAJOR * 1000 + GLFW_VERSION_MINOR * 100 >= 3400) // 3.4+ GLFW_RESIZE_ALL_CURSOR, GLFW_RESIZE_NESW_CURSOR, GLFW_RESIZE_NWSE_CURSOR, GLFW_NOT_ALLOWED_CURSOR -#else -#define GLFW_HAS_NEW_CURSORS (0) -#endif -#define GLFW_HAS_GAMEPAD_API (GLFW_VERSION_MAJOR * 1000 + GLFW_VERSION_MINOR * 100 >= 3300) // 3.3+ glfwGetGamepadState() new api -#define GLFW_HAS_GET_KEY_NAME (GLFW_VERSION_MAJOR * 1000 + GLFW_VERSION_MINOR * 100 >= 3200) // 3.2+ glfwGetKeyName() - -// GLFW data -enum GlfwClientApi -{ - GlfwClientApi_Unknown, - GlfwClientApi_OpenGL, - GlfwClientApi_Vulkan -}; - -struct ImGui_ImplGlfw_Data -{ - GLFWwindow* Window; - GlfwClientApi ClientApi; - double Time; - GLFWwindow* MouseWindow; - GLFWcursor* MouseCursors[ImGuiMouseCursor_COUNT]; - ImVec2 LastValidMousePos; - bool InstalledCallbacks; - - // Chain GLFW callbacks: our callbacks will call the user's previously installed callbacks, if any. - GLFWwindowfocusfun PrevUserCallbackWindowFocus; - GLFWcursorposfun PrevUserCallbackCursorPos; - GLFWcursorenterfun PrevUserCallbackCursorEnter; - GLFWmousebuttonfun PrevUserCallbackMousebutton; - GLFWscrollfun PrevUserCallbackScroll; - GLFWkeyfun PrevUserCallbackKey; - GLFWcharfun PrevUserCallbackChar; - GLFWmonitorfun PrevUserCallbackMonitor; - - ImGui_ImplGlfw_Data() { memset((void*)this, 0, sizeof(*this)); } -}; - -// Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -// FIXME: multi-context support is not well tested and probably dysfunctional in this backend. -// - Because glfwPollEvents() process all windows and some events may be called outside of it, you will need to register your own callbacks -// (passing install_callbacks=false in ImGui_ImplGlfw_InitXXX functions), set the current dear imgui context and then call our callbacks. -// - Otherwise we may need to store a GLFWWindow* -> ImGuiContext* map and handle this in the backend, adding a little bit of extra complexity to it. -// FIXME: some shared resources (mouse cursor shape, gamepad) are mishandled when using multi-context. -static ImGui_ImplGlfw_Data* ImGui_ImplGlfw_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplGlfw_Data*)ImGui::GetIO().BackendPlatformUserData : NULL; -} - -// Functions -static const char* ImGui_ImplGlfw_GetClipboardText(void* user_data) -{ - return glfwGetClipboardString((GLFWwindow*)user_data); -} - -static void ImGui_ImplGlfw_SetClipboardText(void* user_data, const char* text) -{ - glfwSetClipboardString((GLFWwindow*)user_data, text); -} - -static ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int key) -{ - switch (key) - { - case GLFW_KEY_TAB: return ImGuiKey_Tab; - case GLFW_KEY_LEFT: return ImGuiKey_LeftArrow; - case GLFW_KEY_RIGHT: return ImGuiKey_RightArrow; - case GLFW_KEY_UP: return ImGuiKey_UpArrow; - case GLFW_KEY_DOWN: return ImGuiKey_DownArrow; - case GLFW_KEY_PAGE_UP: return ImGuiKey_PageUp; - case GLFW_KEY_PAGE_DOWN: return ImGuiKey_PageDown; - case GLFW_KEY_HOME: return ImGuiKey_Home; - case GLFW_KEY_END: return ImGuiKey_End; - case GLFW_KEY_INSERT: return ImGuiKey_Insert; - case GLFW_KEY_DELETE: return ImGuiKey_Delete; - case GLFW_KEY_BACKSPACE: return ImGuiKey_Backspace; - case GLFW_KEY_SPACE: return ImGuiKey_Space; - case GLFW_KEY_ENTER: return ImGuiKey_Enter; - case GLFW_KEY_ESCAPE: return ImGuiKey_Escape; - case GLFW_KEY_APOSTROPHE: return ImGuiKey_Apostrophe; - case GLFW_KEY_COMMA: return ImGuiKey_Comma; - case GLFW_KEY_MINUS: return ImGuiKey_Minus; - case GLFW_KEY_PERIOD: return ImGuiKey_Period; - case GLFW_KEY_SLASH: return ImGuiKey_Slash; - case GLFW_KEY_SEMICOLON: return ImGuiKey_Semicolon; - case GLFW_KEY_EQUAL: return ImGuiKey_Equal; - case GLFW_KEY_LEFT_BRACKET: return ImGuiKey_LeftBracket; - case GLFW_KEY_BACKSLASH: return ImGuiKey_Backslash; - case GLFW_KEY_RIGHT_BRACKET: return ImGuiKey_RightBracket; - case GLFW_KEY_GRAVE_ACCENT: return ImGuiKey_GraveAccent; - case GLFW_KEY_CAPS_LOCK: return ImGuiKey_CapsLock; - case GLFW_KEY_SCROLL_LOCK: return ImGuiKey_ScrollLock; - case GLFW_KEY_NUM_LOCK: return ImGuiKey_NumLock; - case GLFW_KEY_PRINT_SCREEN: return ImGuiKey_PrintScreen; - case GLFW_KEY_PAUSE: return ImGuiKey_Pause; - case GLFW_KEY_KP_0: return ImGuiKey_Keypad0; - case GLFW_KEY_KP_1: return ImGuiKey_Keypad1; - case GLFW_KEY_KP_2: return ImGuiKey_Keypad2; - case GLFW_KEY_KP_3: return ImGuiKey_Keypad3; - case GLFW_KEY_KP_4: return ImGuiKey_Keypad4; - case GLFW_KEY_KP_5: return ImGuiKey_Keypad5; - case GLFW_KEY_KP_6: return ImGuiKey_Keypad6; - case GLFW_KEY_KP_7: return ImGuiKey_Keypad7; - case GLFW_KEY_KP_8: return ImGuiKey_Keypad8; - case GLFW_KEY_KP_9: return ImGuiKey_Keypad9; - case GLFW_KEY_KP_DECIMAL: return ImGuiKey_KeypadDecimal; - case GLFW_KEY_KP_DIVIDE: return ImGuiKey_KeypadDivide; - case GLFW_KEY_KP_MULTIPLY: return ImGuiKey_KeypadMultiply; - case GLFW_KEY_KP_SUBTRACT: return ImGuiKey_KeypadSubtract; - case GLFW_KEY_KP_ADD: return ImGuiKey_KeypadAdd; - case GLFW_KEY_KP_ENTER: return ImGuiKey_KeypadEnter; - case GLFW_KEY_KP_EQUAL: return ImGuiKey_KeypadEqual; - case GLFW_KEY_LEFT_SHIFT: return ImGuiKey_LeftShift; - case GLFW_KEY_LEFT_CONTROL: return ImGuiKey_LeftCtrl; - case GLFW_KEY_LEFT_ALT: return ImGuiKey_LeftAlt; - case GLFW_KEY_LEFT_SUPER: return ImGuiKey_LeftSuper; - case GLFW_KEY_RIGHT_SHIFT: return ImGuiKey_RightShift; - case GLFW_KEY_RIGHT_CONTROL: return ImGuiKey_RightCtrl; - case GLFW_KEY_RIGHT_ALT: return ImGuiKey_RightAlt; - case GLFW_KEY_RIGHT_SUPER: return ImGuiKey_RightSuper; - case GLFW_KEY_MENU: return ImGuiKey_Menu; - case GLFW_KEY_0: return ImGuiKey_0; - case GLFW_KEY_1: return ImGuiKey_1; - case GLFW_KEY_2: return ImGuiKey_2; - case GLFW_KEY_3: return ImGuiKey_3; - case GLFW_KEY_4: return ImGuiKey_4; - case GLFW_KEY_5: return ImGuiKey_5; - case GLFW_KEY_6: return ImGuiKey_6; - case GLFW_KEY_7: return ImGuiKey_7; - case GLFW_KEY_8: return ImGuiKey_8; - case GLFW_KEY_9: return ImGuiKey_9; - case GLFW_KEY_A: return ImGuiKey_A; - case GLFW_KEY_B: return ImGuiKey_B; - case GLFW_KEY_C: return ImGuiKey_C; - case GLFW_KEY_D: return ImGuiKey_D; - case GLFW_KEY_E: return ImGuiKey_E; - case GLFW_KEY_F: return ImGuiKey_F; - case GLFW_KEY_G: return ImGuiKey_G; - case GLFW_KEY_H: return ImGuiKey_H; - case GLFW_KEY_I: return ImGuiKey_I; - case GLFW_KEY_J: return ImGuiKey_J; - case GLFW_KEY_K: return ImGuiKey_K; - case GLFW_KEY_L: return ImGuiKey_L; - case GLFW_KEY_M: return ImGuiKey_M; - case GLFW_KEY_N: return ImGuiKey_N; - case GLFW_KEY_O: return ImGuiKey_O; - case GLFW_KEY_P: return ImGuiKey_P; - case GLFW_KEY_Q: return ImGuiKey_Q; - case GLFW_KEY_R: return ImGuiKey_R; - case GLFW_KEY_S: return ImGuiKey_S; - case GLFW_KEY_T: return ImGuiKey_T; - case GLFW_KEY_U: return ImGuiKey_U; - case GLFW_KEY_V: return ImGuiKey_V; - case GLFW_KEY_W: return ImGuiKey_W; - case GLFW_KEY_X: return ImGuiKey_X; - case GLFW_KEY_Y: return ImGuiKey_Y; - case GLFW_KEY_Z: return ImGuiKey_Z; - case GLFW_KEY_F1: return ImGuiKey_F1; - case GLFW_KEY_F2: return ImGuiKey_F2; - case GLFW_KEY_F3: return ImGuiKey_F3; - case GLFW_KEY_F4: return ImGuiKey_F4; - case GLFW_KEY_F5: return ImGuiKey_F5; - case GLFW_KEY_F6: return ImGuiKey_F6; - case GLFW_KEY_F7: return ImGuiKey_F7; - case GLFW_KEY_F8: return ImGuiKey_F8; - case GLFW_KEY_F9: return ImGuiKey_F9; - case GLFW_KEY_F10: return ImGuiKey_F10; - case GLFW_KEY_F11: return ImGuiKey_F11; - case GLFW_KEY_F12: return ImGuiKey_F12; - default: return ImGuiKey_None; - } -} - -static int ImGui_ImplGlfw_KeyToModifier(int key) -{ - if (key == GLFW_KEY_LEFT_CONTROL || key == GLFW_KEY_RIGHT_CONTROL) - return GLFW_MOD_CONTROL; - if (key == GLFW_KEY_LEFT_SHIFT || key == GLFW_KEY_RIGHT_SHIFT) - return GLFW_MOD_SHIFT; - if (key == GLFW_KEY_LEFT_ALT || key == GLFW_KEY_RIGHT_ALT) - return GLFW_MOD_ALT; - if (key == GLFW_KEY_LEFT_SUPER || key == GLFW_KEY_RIGHT_SUPER) - return GLFW_MOD_SUPER; - return 0; -} - -static void ImGui_ImplGlfw_UpdateKeyModifiers(int mods) -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddKeyEvent(ImGuiKey_ModCtrl, (mods & GLFW_MOD_CONTROL) != 0); - io.AddKeyEvent(ImGuiKey_ModShift, (mods & GLFW_MOD_SHIFT) != 0); - io.AddKeyEvent(ImGuiKey_ModAlt, (mods & GLFW_MOD_ALT) != 0); - io.AddKeyEvent(ImGuiKey_ModSuper, (mods & GLFW_MOD_SUPER) != 0); -} - -void ImGui_ImplGlfw_MouseButtonCallback(GLFWwindow* window, int button, int action, int mods) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - if (bd->PrevUserCallbackMousebutton != NULL && window == bd->Window) - bd->PrevUserCallbackMousebutton(window, button, action, mods); - - ImGui_ImplGlfw_UpdateKeyModifiers(mods); - - ImGuiIO& io = ImGui::GetIO(); - if (button >= 0 && button < ImGuiMouseButton_COUNT) - io.AddMouseButtonEvent(button, action == GLFW_PRESS); -} - -void ImGui_ImplGlfw_ScrollCallback(GLFWwindow* window, double xoffset, double yoffset) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - if (bd->PrevUserCallbackScroll != NULL && window == bd->Window) - bd->PrevUserCallbackScroll(window, xoffset, yoffset); - - ImGuiIO& io = ImGui::GetIO(); - io.AddMouseWheelEvent((float)xoffset, (float)yoffset); -} - -static int ImGui_ImplGlfw_TranslateUntranslatedKey(int key, int scancode) -{ -#if GLFW_HAS_GET_KEY_NAME && !defined(__EMSCRIPTEN__) - // GLFW 3.1+ attempts to "untranslate" keys, which goes the opposite of what every other framework does, making using lettered shortcuts difficult. - // (It had reasons to do so: namely GLFW is/was more likely to be used for WASD-type game controls rather than lettered shortcuts, but IHMO the 3.1 change could have been done differently) - // See https://github.com/glfw/glfw/issues/1502 for details. - // Adding a workaround to undo this (so our keys are translated->untranslated->translated, likely a lossy process). - // This won't cover edge cases but this is at least going to cover common cases. - if (key >= GLFW_KEY_KP_0 && key <= GLFW_KEY_KP_EQUAL) - return key; - const char* key_name = glfwGetKeyName(key, scancode); - if (key_name && key_name[0] != 0 && key_name[1] == 0) - { - const char char_names[] = "`-=[]\\,;\'./"; - const int char_keys[] = { GLFW_KEY_GRAVE_ACCENT, GLFW_KEY_MINUS, GLFW_KEY_EQUAL, GLFW_KEY_LEFT_BRACKET, GLFW_KEY_RIGHT_BRACKET, GLFW_KEY_BACKSLASH, GLFW_KEY_COMMA, GLFW_KEY_SEMICOLON, GLFW_KEY_APOSTROPHE, GLFW_KEY_PERIOD, GLFW_KEY_SLASH, 0 }; - IM_ASSERT(IM_ARRAYSIZE(char_names) == IM_ARRAYSIZE(char_keys)); - if (key_name[0] >= '0' && key_name[0] <= '9') { key = GLFW_KEY_0 + (key_name[0] - '0'); } - else if (key_name[0] >= 'A' && key_name[0] <= 'Z') { key = GLFW_KEY_A + (key_name[0] - 'A'); } - else if (key_name[0] >= 'a' && key_name[0] <= 'z') { key = GLFW_KEY_A + (key_name[0] - 'a'); } - else if (const char* p = strchr(char_names, key_name[0])) { key = char_keys[p - char_names]; } - } - // if (action == GLFW_PRESS) printf("key %d scancode %d name '%s'\n", key, scancode, key_name); -#else - IM_UNUSED(scancode); -#endif - return key; -} - -void ImGui_ImplGlfw_KeyCallback(GLFWwindow* window, int keycode, int scancode, int action, int mods) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - if (bd->PrevUserCallbackKey != NULL && window == bd->Window) - bd->PrevUserCallbackKey(window, keycode, scancode, action, mods); - - if (action != GLFW_PRESS && action != GLFW_RELEASE) - return; - - // Workaround: X11 does not include current pressed/released modifier key in 'mods' flags. https://github.com/glfw/glfw/issues/1630 - if (int keycode_to_mod = ImGui_ImplGlfw_KeyToModifier(keycode)) - mods = (action == GLFW_PRESS) ? (mods | keycode_to_mod) : (mods & ~keycode_to_mod); - ImGui_ImplGlfw_UpdateKeyModifiers(mods); - - keycode = ImGui_ImplGlfw_TranslateUntranslatedKey(keycode, scancode); - - ImGuiIO& io = ImGui::GetIO(); - ImGuiKey imgui_key = ImGui_ImplGlfw_KeyToImGuiKey(keycode); - io.AddKeyEvent(imgui_key, (action == GLFW_PRESS)); - io.SetKeyEventNativeData(imgui_key, keycode, scancode); // To support legacy indexing (<1.87 user code) -} - -void ImGui_ImplGlfw_WindowFocusCallback(GLFWwindow* window, int focused) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - if (bd->PrevUserCallbackWindowFocus != NULL && window == bd->Window) - bd->PrevUserCallbackWindowFocus(window, focused); - - ImGuiIO& io = ImGui::GetIO(); - io.AddFocusEvent(focused != 0); -} - -void ImGui_ImplGlfw_CursorPosCallback(GLFWwindow* window, double x, double y) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - if (bd->PrevUserCallbackCursorPos != NULL && window == bd->Window) - bd->PrevUserCallbackCursorPos(window, x, y); - - ImGuiIO& io = ImGui::GetIO(); - io.AddMousePosEvent((float)x, (float)y); - bd->LastValidMousePos = ImVec2((float)x, (float)y); -} - -// Workaround: X11 seems to send spurious Leave/Enter events which would make us lose our position, -// so we back it up and restore on Leave/Enter (see https://github.com/ocornut/imgui/issues/4984) -void ImGui_ImplGlfw_CursorEnterCallback(GLFWwindow* window, int entered) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - if (bd->PrevUserCallbackCursorEnter != NULL && window == bd->Window) - bd->PrevUserCallbackCursorEnter(window, entered); - - ImGuiIO& io = ImGui::GetIO(); - if (entered) - { - bd->MouseWindow = window; - io.AddMousePosEvent(bd->LastValidMousePos.x, bd->LastValidMousePos.y); - } - else if (!entered && bd->MouseWindow == window) - { - bd->LastValidMousePos = io.MousePos; - bd->MouseWindow = NULL; - io.AddMousePosEvent(-FLT_MAX, -FLT_MAX); - } -} - -void ImGui_ImplGlfw_CharCallback(GLFWwindow* window, unsigned int c) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - if (bd->PrevUserCallbackChar != NULL && window == bd->Window) - bd->PrevUserCallbackChar(window, c); - - ImGuiIO& io = ImGui::GetIO(); - io.AddInputCharacter(c); -} - -void ImGui_ImplGlfw_MonitorCallback(GLFWmonitor*, int) -{ - // Unused in 'master' branch but 'docking' branch will use this, so we declare it ahead of it so if you have to install callbacks you can install this one too. -} - -void ImGui_ImplGlfw_InstallCallbacks(GLFWwindow* window) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - IM_ASSERT(bd->InstalledCallbacks == false && "Callbacks already installed!"); - IM_ASSERT(bd->Window == window); - - bd->PrevUserCallbackWindowFocus = glfwSetWindowFocusCallback(window, ImGui_ImplGlfw_WindowFocusCallback); - bd->PrevUserCallbackCursorEnter = glfwSetCursorEnterCallback(window, ImGui_ImplGlfw_CursorEnterCallback); - bd->PrevUserCallbackCursorPos = glfwSetCursorPosCallback(window, ImGui_ImplGlfw_CursorPosCallback); - bd->PrevUserCallbackMousebutton = glfwSetMouseButtonCallback(window, ImGui_ImplGlfw_MouseButtonCallback); - bd->PrevUserCallbackScroll = glfwSetScrollCallback(window, ImGui_ImplGlfw_ScrollCallback); - bd->PrevUserCallbackKey = glfwSetKeyCallback(window, ImGui_ImplGlfw_KeyCallback); - bd->PrevUserCallbackChar = glfwSetCharCallback(window, ImGui_ImplGlfw_CharCallback); - bd->PrevUserCallbackMonitor = glfwSetMonitorCallback(ImGui_ImplGlfw_MonitorCallback); - bd->InstalledCallbacks = true; -} - -void ImGui_ImplGlfw_RestoreCallbacks(GLFWwindow* window) -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - IM_ASSERT(bd->InstalledCallbacks == true && "Callbacks not installed!"); - IM_ASSERT(bd->Window == window); - - glfwSetWindowFocusCallback(window, bd->PrevUserCallbackWindowFocus); - glfwSetCursorEnterCallback(window, bd->PrevUserCallbackCursorEnter); - glfwSetCursorPosCallback(window, bd->PrevUserCallbackCursorPos); - glfwSetMouseButtonCallback(window, bd->PrevUserCallbackMousebutton); - glfwSetScrollCallback(window, bd->PrevUserCallbackScroll); - glfwSetKeyCallback(window, bd->PrevUserCallbackKey); - glfwSetCharCallback(window, bd->PrevUserCallbackChar); - glfwSetMonitorCallback(bd->PrevUserCallbackMonitor); - bd->InstalledCallbacks = false; - bd->PrevUserCallbackWindowFocus = NULL; - bd->PrevUserCallbackCursorEnter = NULL; - bd->PrevUserCallbackCursorPos = NULL; - bd->PrevUserCallbackMousebutton = NULL; - bd->PrevUserCallbackScroll = NULL; - bd->PrevUserCallbackKey = NULL; - bd->PrevUserCallbackChar = NULL; - bd->PrevUserCallbackMonitor = NULL; -} - -static bool ImGui_ImplGlfw_Init(GLFWwindow* window, bool install_callbacks, GlfwClientApi client_api) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendPlatformUserData == NULL && "Already initialized a platform backend!"); - - // Setup backend capabilities flags - ImGui_ImplGlfw_Data* bd = IM_NEW(ImGui_ImplGlfw_Data)(); - io.BackendPlatformUserData = (void*)bd; - io.BackendPlatformName = "imgui_impl_glfw"; - io.BackendFlags |= ImGuiBackendFlags_HasMouseCursors; // We can honor GetMouseCursor() values (optional) - io.BackendFlags |= ImGuiBackendFlags_HasSetMousePos; // We can honor io.WantSetMousePos requests (optional, rarely used) - - bd->Window = window; - bd->Time = 0.0; - - io.SetClipboardTextFn = ImGui_ImplGlfw_SetClipboardText; - io.GetClipboardTextFn = ImGui_ImplGlfw_GetClipboardText; - io.ClipboardUserData = bd->Window; - - // Set platform dependent data in viewport -#if defined(_WIN32) - ImGui::GetMainViewport()->PlatformHandleRaw = (void*)glfwGetWin32Window(bd->Window); -#endif - - // Create mouse cursors - // (By design, on X11 cursors are user configurable and some cursors may be missing. When a cursor doesn't exist, - // GLFW will emit an error which will often be printed by the app, so we temporarily disable error reporting. - // Missing cursors will return NULL and our _UpdateMouseCursor() function will use the Arrow cursor instead.) - GLFWerrorfun prev_error_callback = glfwSetErrorCallback(NULL); - bd->MouseCursors[ImGuiMouseCursor_Arrow] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_TextInput] = glfwCreateStandardCursor(GLFW_IBEAM_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_ResizeNS] = glfwCreateStandardCursor(GLFW_VRESIZE_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_ResizeEW] = glfwCreateStandardCursor(GLFW_HRESIZE_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_Hand] = glfwCreateStandardCursor(GLFW_HAND_CURSOR); -#if GLFW_HAS_NEW_CURSORS - bd->MouseCursors[ImGuiMouseCursor_ResizeAll] = glfwCreateStandardCursor(GLFW_RESIZE_ALL_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_RESIZE_NESW_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_ResizeNWSE] = glfwCreateStandardCursor(GLFW_RESIZE_NWSE_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_NotAllowed] = glfwCreateStandardCursor(GLFW_NOT_ALLOWED_CURSOR); -#else - bd->MouseCursors[ImGuiMouseCursor_ResizeAll] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_ResizeNWSE] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); - bd->MouseCursors[ImGuiMouseCursor_NotAllowed] = glfwCreateStandardCursor(GLFW_ARROW_CURSOR); -#endif - glfwSetErrorCallback(prev_error_callback); - - // Chain GLFW callbacks: our callbacks will call the user's previously installed callbacks, if any. - if (install_callbacks) - ImGui_ImplGlfw_InstallCallbacks(window); - - bd->ClientApi = client_api; - return true; -} - -bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window, bool install_callbacks) -{ - return ImGui_ImplGlfw_Init(window, install_callbacks, GlfwClientApi_OpenGL); -} - -bool ImGui_ImplGlfw_InitForVulkan(GLFWwindow* window, bool install_callbacks) -{ - return ImGui_ImplGlfw_Init(window, install_callbacks, GlfwClientApi_Vulkan); -} - -bool ImGui_ImplGlfw_InitForOther(GLFWwindow* window, bool install_callbacks) -{ - return ImGui_ImplGlfw_Init(window, install_callbacks, GlfwClientApi_Unknown); -} - -void ImGui_ImplGlfw_Shutdown() -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - IM_ASSERT(bd != NULL && "No platform backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - if (bd->InstalledCallbacks) - ImGui_ImplGlfw_RestoreCallbacks(bd->Window); - - for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) - glfwDestroyCursor(bd->MouseCursors[cursor_n]); - - io.BackendPlatformName = NULL; - io.BackendPlatformUserData = NULL; - IM_DELETE(bd); -} - -static void ImGui_ImplGlfw_UpdateMouseData() -{ - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - -#ifdef __EMSCRIPTEN__ - const bool is_app_focused = true; -#else - const bool is_app_focused = glfwGetWindowAttrib(bd->Window, GLFW_FOCUSED) != 0; -#endif - if (is_app_focused) - { - // (Optional) Set OS mouse position from Dear ImGui if requested (rarely used, only when ImGuiConfigFlags_NavEnableSetMousePos is enabled by user) - if (io.WantSetMousePos) - glfwSetCursorPos(bd->Window, (double)io.MousePos.x, (double)io.MousePos.y); - - // (Optional) Fallback to provide mouse position when focused (ImGui_ImplGlfw_CursorPosCallback already provides this when hovered or captured) - if (is_app_focused && bd->MouseWindow == NULL) - { - double mouse_x, mouse_y; - glfwGetCursorPos(bd->Window, &mouse_x, &mouse_y); - io.AddMousePosEvent((float)mouse_x, (float)mouse_y); - bd->LastValidMousePos = ImVec2((float)mouse_x, (float)mouse_y); - } - } -} - -static void ImGui_ImplGlfw_UpdateMouseCursor() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(bd->Window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED) - return; - - ImGuiMouseCursor imgui_cursor = ImGui::GetMouseCursor(); - if (imgui_cursor == ImGuiMouseCursor_None || io.MouseDrawCursor) - { - // Hide OS mouse cursor if imgui is drawing it or if it wants no cursor - glfwSetInputMode(bd->Window, GLFW_CURSOR, GLFW_CURSOR_HIDDEN); - } - else - { - // Show OS mouse cursor - // FIXME-PLATFORM: Unfocused windows seems to fail changing the mouse cursor with GLFW 3.2, but 3.3 works here. - glfwSetCursor(bd->Window, bd->MouseCursors[imgui_cursor] ? bd->MouseCursors[imgui_cursor] : bd->MouseCursors[ImGuiMouseCursor_Arrow]); - glfwSetInputMode(bd->Window, GLFW_CURSOR, GLFW_CURSOR_NORMAL); - } -} - -// Update gamepad inputs -static inline float Saturate(float v) { return v < 0.0f ? 0.0f : v > 1.0f ? 1.0f : v; } -static void ImGui_ImplGlfw_UpdateGamepads() -{ - ImGuiIO& io = ImGui::GetIO(); - if ((io.ConfigFlags & ImGuiConfigFlags_NavEnableGamepad) == 0) - return; - - io.BackendFlags &= ~ImGuiBackendFlags_HasGamepad; -#if GLFW_HAS_GAMEPAD_API - GLFWgamepadstate gamepad; - if (!glfwGetGamepadState(GLFW_JOYSTICK_1, &gamepad)) - return; - #define MAP_BUTTON(KEY_NO, BUTTON_NO, _UNUSED) do { io.AddKeyEvent(KEY_NO, gamepad.buttons[BUTTON_NO] != 0); } while (0) - #define MAP_ANALOG(KEY_NO, AXIS_NO, _UNUSED, V0, V1) do { float v = gamepad.axes[AXIS_NO]; v = (v - V0) / (V1 - V0); io.AddKeyAnalogEvent(KEY_NO, v > 0.10f, Saturate(v)); } while (0) -#else - int axes_count = 0, buttons_count = 0; - const float* axes = glfwGetJoystickAxes(GLFW_JOYSTICK_1, &axes_count); - const unsigned char* buttons = glfwGetJoystickButtons(GLFW_JOYSTICK_1, &buttons_count); - if (axes_count == 0 || buttons_count == 0) - return; - #define MAP_BUTTON(KEY_NO, _UNUSED, BUTTON_NO) do { io.AddKeyEvent(KEY_NO, (buttons_count > BUTTON_NO && buttons[BUTTON_NO] == GLFW_PRESS)); } while (0) - #define MAP_ANALOG(KEY_NO, _UNUSED, AXIS_NO, V0, V1) do { float v = (axes_count > AXIS_NO) ? axes[AXIS_NO] : V0; v = (v - V0) / (V1 - V0); io.AddKeyAnalogEvent(KEY_NO, v > 0.10f, Saturate(v)); } while (0) -#endif - io.BackendFlags |= ImGuiBackendFlags_HasGamepad; - MAP_BUTTON(ImGuiKey_GamepadStart, GLFW_GAMEPAD_BUTTON_START, 7); - MAP_BUTTON(ImGuiKey_GamepadBack, GLFW_GAMEPAD_BUTTON_BACK, 6); - MAP_BUTTON(ImGuiKey_GamepadFaceLeft, GLFW_GAMEPAD_BUTTON_X, 2); // Xbox X, PS Square - MAP_BUTTON(ImGuiKey_GamepadFaceRight, GLFW_GAMEPAD_BUTTON_B, 1); // Xbox B, PS Circle - MAP_BUTTON(ImGuiKey_GamepadFaceUp, GLFW_GAMEPAD_BUTTON_Y, 3); // Xbox Y, PS Triangle - MAP_BUTTON(ImGuiKey_GamepadFaceDown, GLFW_GAMEPAD_BUTTON_A, 0); // Xbox A, PS Cross - MAP_BUTTON(ImGuiKey_GamepadDpadLeft, GLFW_GAMEPAD_BUTTON_DPAD_LEFT, 13); - MAP_BUTTON(ImGuiKey_GamepadDpadRight, GLFW_GAMEPAD_BUTTON_DPAD_RIGHT, 11); - MAP_BUTTON(ImGuiKey_GamepadDpadUp, GLFW_GAMEPAD_BUTTON_DPAD_UP, 10); - MAP_BUTTON(ImGuiKey_GamepadDpadDown, GLFW_GAMEPAD_BUTTON_DPAD_DOWN, 12); - MAP_BUTTON(ImGuiKey_GamepadL1, GLFW_GAMEPAD_BUTTON_LEFT_BUMPER, 4); - MAP_BUTTON(ImGuiKey_GamepadR1, GLFW_GAMEPAD_BUTTON_RIGHT_BUMPER, 5); - MAP_ANALOG(ImGuiKey_GamepadL2, GLFW_GAMEPAD_AXIS_LEFT_TRIGGER, 4, -0.75f, +1.0f); - MAP_ANALOG(ImGuiKey_GamepadR2, GLFW_GAMEPAD_AXIS_RIGHT_TRIGGER, 5, -0.75f, +1.0f); - MAP_BUTTON(ImGuiKey_GamepadL3, GLFW_GAMEPAD_BUTTON_LEFT_THUMB, 8); - MAP_BUTTON(ImGuiKey_GamepadR3, GLFW_GAMEPAD_BUTTON_RIGHT_THUMB, 9); - MAP_ANALOG(ImGuiKey_GamepadLStickLeft, GLFW_GAMEPAD_AXIS_LEFT_X, 0, -0.25f, -1.0f); - MAP_ANALOG(ImGuiKey_GamepadLStickRight, GLFW_GAMEPAD_AXIS_LEFT_X, 0, +0.25f, +1.0f); - MAP_ANALOG(ImGuiKey_GamepadLStickUp, GLFW_GAMEPAD_AXIS_LEFT_Y, 1, -0.25f, -1.0f); - MAP_ANALOG(ImGuiKey_GamepadLStickDown, GLFW_GAMEPAD_AXIS_LEFT_Y, 1, +0.25f, +1.0f); - MAP_ANALOG(ImGuiKey_GamepadRStickLeft, GLFW_GAMEPAD_AXIS_RIGHT_X, 2, -0.25f, -1.0f); - MAP_ANALOG(ImGuiKey_GamepadRStickRight, GLFW_GAMEPAD_AXIS_RIGHT_X, 2, +0.25f, +1.0f); - MAP_ANALOG(ImGuiKey_GamepadRStickUp, GLFW_GAMEPAD_AXIS_RIGHT_Y, 3, -0.25f, -1.0f); - MAP_ANALOG(ImGuiKey_GamepadRStickDown, GLFW_GAMEPAD_AXIS_RIGHT_Y, 3, +0.25f, +1.0f); - #undef MAP_BUTTON - #undef MAP_ANALOG -} - -void ImGui_ImplGlfw_NewFrame() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplGlfw_Data* bd = ImGui_ImplGlfw_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplGlfw_InitForXXX()?"); - - // Setup display size (every frame to accommodate for window resizing) - int w, h; - int display_w, display_h; - glfwGetWindowSize(bd->Window, &w, &h); - glfwGetFramebufferSize(bd->Window, &display_w, &display_h); - io.DisplaySize = ImVec2((float)w, (float)h); - if (w > 0 && h > 0) - io.DisplayFramebufferScale = ImVec2((float)display_w / (float)w, (float)display_h / (float)h); - - // Setup time step - double current_time = glfwGetTime(); - io.DeltaTime = bd->Time > 0.0 ? (float)(current_time - bd->Time) : (float)(1.0f / 60.0f); - bd->Time = current_time; - - ImGui_ImplGlfw_UpdateMouseData(); - ImGui_ImplGlfw_UpdateMouseCursor(); - - // Update game controllers (if enabled and available) - ImGui_ImplGlfw_UpdateGamepads(); -} - -#if defined(__clang__) -#pragma clang diagnostic pop -#endif diff --git a/external/imgui/backends/imgui_impl_glfw.h b/external/imgui/backends/imgui_impl_glfw.h deleted file mode 100644 index 58712dee..00000000 --- a/external/imgui/backends/imgui_impl_glfw.h +++ /dev/null @@ -1,46 +0,0 @@ -// dear imgui: Platform Backend for GLFW -// This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan, WebGPU..) -// (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.) - -// Implemented features: -// [X] Platform: Clipboard support. -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy GLFW_KEY_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: Gamepad support. Enable with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange' (note: the resizing cursors requires GLFW 3.4+). - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// About GLSL version: -// The 'glsl_version' initialization parameter defaults to "#version 150" if NULL. -// Only override if your GL version doesn't handle this GLSL version. Keep NULL if unsure! - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -struct GLFWwindow; -struct GLFWmonitor; - -IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window, bool install_callbacks); -IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForVulkan(GLFWwindow* window, bool install_callbacks); -IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForOther(GLFWwindow* window, bool install_callbacks); -IMGUI_IMPL_API void ImGui_ImplGlfw_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplGlfw_NewFrame(); - -// GLFW callbacks (installer) -// - When calling Init with 'install_callbacks=true': ImGui_ImplGlfw_InstallCallbacks() is called. GLFW callbacks will be installed for you. They will chain-call user's previously installed callbacks, if any. -// - When calling Init with 'install_callbacks=false': GLFW callbacks won't be installed. You will need to call individual function yourself from your own GLFW callbacks. -IMGUI_IMPL_API void ImGui_ImplGlfw_InstallCallbacks(GLFWwindow* window); -IMGUI_IMPL_API void ImGui_ImplGlfw_RestoreCallbacks(GLFWwindow* window); - -// GLFW callbacks (individual callbacks to call if you didn't install callbacks) -IMGUI_IMPL_API void ImGui_ImplGlfw_WindowFocusCallback(GLFWwindow* window, int focused); // Since 1.84 -IMGUI_IMPL_API void ImGui_ImplGlfw_CursorEnterCallback(GLFWwindow* window, int entered); // Since 1.84 -IMGUI_IMPL_API void ImGui_ImplGlfw_CursorPosCallback(GLFWwindow* window, double x, double y); // Since 1.87 -IMGUI_IMPL_API void ImGui_ImplGlfw_MouseButtonCallback(GLFWwindow* window, int button, int action, int mods); -IMGUI_IMPL_API void ImGui_ImplGlfw_ScrollCallback(GLFWwindow* window, double xoffset, double yoffset); -IMGUI_IMPL_API void ImGui_ImplGlfw_KeyCallback(GLFWwindow* window, int key, int scancode, int action, int mods); -IMGUI_IMPL_API void ImGui_ImplGlfw_CharCallback(GLFWwindow* window, unsigned int c); -IMGUI_IMPL_API void ImGui_ImplGlfw_MonitorCallback(GLFWmonitor* monitor, int event); diff --git a/external/imgui/backends/imgui_impl_glut.cpp b/external/imgui/backends/imgui_impl_glut.cpp deleted file mode 100644 index 1bf036b5..00000000 --- a/external/imgui/backends/imgui_impl_glut.cpp +++ /dev/null @@ -1,297 +0,0 @@ -// dear imgui: Platform Backend for GLUT/FreeGLUT -// This needs to be used along with a Renderer (e.g. OpenGL2) - -// !!! GLUT/FreeGLUT IS OBSOLETE PREHISTORIC SOFTWARE. Using GLUT is not recommended unless you really miss the 90's. !!! -// !!! If someone or something is teaching you GLUT today, you are being abused. Please show some resistance. !!! -// !!! Nowadays, prefer using GLFW or SDL instead! - -// Implemented features: -// [X] Platform: Partial keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy GLUT values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// Issues: -// [ ] Platform: GLUT is unable to distinguish e.g. Backspace from CTRL+H or TAB from CTRL+I -// [ ] Platform: Missing mouse cursor shape/visibility support. -// [ ] Platform: Missing clipboard support (not supported by Glut). -// [ ] Platform: Missing gamepad support. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-01-26: Inputs: replaced short-lived io.AddKeyModsEvent() (added two weeks ago) with io.AddKeyEvent() using ImGuiKey_ModXXX flags. Sorry for the confusion. -// 2022-01-17: Inputs: calling new io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() API (1.87+). -// 2022-01-10: Inputs: calling new io.AddKeyEvent(), io.AddKeyModsEvent() + io.SetKeyEventNativeData() API (1.87+). Support for full ImGuiKey range. -// 2019-04-03: Misc: Renamed imgui_impl_freeglut.cpp/.h to imgui_impl_glut.cpp/.h. -// 2019-03-25: Misc: Made io.DeltaTime always above zero. -// 2018-11-30: Misc: Setting up io.BackendPlatformName so it can be displayed in the About Window. -// 2018-03-22: Added GLUT Platform binding. - -#include "imgui.h" -#include "imgui_impl_glut.h" -#ifdef __APPLE__ -#include -#else -#include -#endif - -#ifdef _MSC_VER -#pragma warning (disable: 4505) // unreferenced local function has been removed (stb stuff) -#endif - -static int g_Time = 0; // Current time, in milliseconds - -// Glut has 1 function for characters and one for "special keys". We map the characters in the 0..255 range and the keys above. -static ImGuiKey ImGui_ImplGLUT_KeyToImGuiKey(int key) -{ - switch (key) - { - case '\t': return ImGuiKey_Tab; - case 256 + GLUT_KEY_LEFT: return ImGuiKey_LeftArrow; - case 256 + GLUT_KEY_RIGHT: return ImGuiKey_RightArrow; - case 256 + GLUT_KEY_UP: return ImGuiKey_UpArrow; - case 256 + GLUT_KEY_DOWN: return ImGuiKey_DownArrow; - case 256 + GLUT_KEY_PAGE_UP: return ImGuiKey_PageUp; - case 256 + GLUT_KEY_PAGE_DOWN: return ImGuiKey_PageDown; - case 256 + GLUT_KEY_HOME: return ImGuiKey_Home; - case 256 + GLUT_KEY_END: return ImGuiKey_End; - case 256 + GLUT_KEY_INSERT: return ImGuiKey_Insert; - case 127: return ImGuiKey_Delete; - case 8: return ImGuiKey_Backspace; - case ' ': return ImGuiKey_Space; - case 13: return ImGuiKey_Enter; - case 27: return ImGuiKey_Escape; - case 39: return ImGuiKey_Apostrophe; - case 44: return ImGuiKey_Comma; - case 45: return ImGuiKey_Minus; - case 46: return ImGuiKey_Period; - case 47: return ImGuiKey_Slash; - case 59: return ImGuiKey_Semicolon; - case 61: return ImGuiKey_Equal; - case 91: return ImGuiKey_LeftBracket; - case 92: return ImGuiKey_Backslash; - case 93: return ImGuiKey_RightBracket; - case 96: return ImGuiKey_GraveAccent; - //case 0: return ImGuiKey_CapsLock; - //case 0: return ImGuiKey_ScrollLock; - case 256 + 0x006D: return ImGuiKey_NumLock; - //case 0: return ImGuiKey_PrintScreen; - //case 0: return ImGuiKey_Pause; - //case '0': return ImGuiKey_Keypad0; - //case '1': return ImGuiKey_Keypad1; - //case '2': return ImGuiKey_Keypad2; - //case '3': return ImGuiKey_Keypad3; - //case '4': return ImGuiKey_Keypad4; - //case '5': return ImGuiKey_Keypad5; - //case '6': return ImGuiKey_Keypad6; - //case '7': return ImGuiKey_Keypad7; - //case '8': return ImGuiKey_Keypad8; - //case '9': return ImGuiKey_Keypad9; - //case 46: return ImGuiKey_KeypadDecimal; - //case 47: return ImGuiKey_KeypadDivide; - case 42: return ImGuiKey_KeypadMultiply; - //case 45: return ImGuiKey_KeypadSubtract; - case 43: return ImGuiKey_KeypadAdd; - //case 13: return ImGuiKey_KeypadEnter; - //case 0: return ImGuiKey_KeypadEqual; - case 256 + 0x0072: return ImGuiKey_LeftCtrl; - case 256 + 0x0070: return ImGuiKey_LeftShift; - case 256 + 0x0074: return ImGuiKey_LeftAlt; - //case 0: return ImGuiKey_LeftSuper; - case 256 + 0x0073: return ImGuiKey_RightCtrl; - case 256 + 0x0071: return ImGuiKey_RightShift; - case 256 + 0x0075: return ImGuiKey_RightAlt; - //case 0: return ImGuiKey_RightSuper; - //case 0: return ImGuiKey_Menu; - case '0': return ImGuiKey_0; - case '1': return ImGuiKey_1; - case '2': return ImGuiKey_2; - case '3': return ImGuiKey_3; - case '4': return ImGuiKey_4; - case '5': return ImGuiKey_5; - case '6': return ImGuiKey_6; - case '7': return ImGuiKey_7; - case '8': return ImGuiKey_8; - case '9': return ImGuiKey_9; - case 'A': case 'a': return ImGuiKey_A; - case 'B': case 'b': return ImGuiKey_B; - case 'C': case 'c': return ImGuiKey_C; - case 'D': case 'd': return ImGuiKey_D; - case 'E': case 'e': return ImGuiKey_E; - case 'F': case 'f': return ImGuiKey_F; - case 'G': case 'g': return ImGuiKey_G; - case 'H': case 'h': return ImGuiKey_H; - case 'I': case 'i': return ImGuiKey_I; - case 'J': case 'j': return ImGuiKey_J; - case 'K': case 'k': return ImGuiKey_K; - case 'L': case 'l': return ImGuiKey_L; - case 'M': case 'm': return ImGuiKey_M; - case 'N': case 'n': return ImGuiKey_N; - case 'O': case 'o': return ImGuiKey_O; - case 'P': case 'p': return ImGuiKey_P; - case 'Q': case 'q': return ImGuiKey_Q; - case 'R': case 'r': return ImGuiKey_R; - case 'S': case 's': return ImGuiKey_S; - case 'T': case 't': return ImGuiKey_T; - case 'U': case 'u': return ImGuiKey_U; - case 'V': case 'v': return ImGuiKey_V; - case 'W': case 'w': return ImGuiKey_W; - case 'X': case 'x': return ImGuiKey_X; - case 'Y': case 'y': return ImGuiKey_Y; - case 'Z': case 'z': return ImGuiKey_Z; - case 256 + GLUT_KEY_F1: return ImGuiKey_F1; - case 256 + GLUT_KEY_F2: return ImGuiKey_F2; - case 256 + GLUT_KEY_F3: return ImGuiKey_F3; - case 256 + GLUT_KEY_F4: return ImGuiKey_F4; - case 256 + GLUT_KEY_F5: return ImGuiKey_F5; - case 256 + GLUT_KEY_F6: return ImGuiKey_F6; - case 256 + GLUT_KEY_F7: return ImGuiKey_F7; - case 256 + GLUT_KEY_F8: return ImGuiKey_F8; - case 256 + GLUT_KEY_F9: return ImGuiKey_F9; - case 256 + GLUT_KEY_F10: return ImGuiKey_F10; - case 256 + GLUT_KEY_F11: return ImGuiKey_F11; - case 256 + GLUT_KEY_F12: return ImGuiKey_F12; - default: return ImGuiKey_None; - } -} - -bool ImGui_ImplGLUT_Init() -{ - ImGuiIO& io = ImGui::GetIO(); - -#ifdef FREEGLUT - io.BackendPlatformName = "imgui_impl_glut (freeglut)"; -#else - io.BackendPlatformName = "imgui_impl_glut"; -#endif - g_Time = 0; - - return true; -} - -void ImGui_ImplGLUT_InstallFuncs() -{ - glutReshapeFunc(ImGui_ImplGLUT_ReshapeFunc); - glutMotionFunc(ImGui_ImplGLUT_MotionFunc); - glutPassiveMotionFunc(ImGui_ImplGLUT_MotionFunc); - glutMouseFunc(ImGui_ImplGLUT_MouseFunc); -#ifdef __FREEGLUT_EXT_H__ - glutMouseWheelFunc(ImGui_ImplGLUT_MouseWheelFunc); -#endif - glutKeyboardFunc(ImGui_ImplGLUT_KeyboardFunc); - glutKeyboardUpFunc(ImGui_ImplGLUT_KeyboardUpFunc); - glutSpecialFunc(ImGui_ImplGLUT_SpecialFunc); - glutSpecialUpFunc(ImGui_ImplGLUT_SpecialUpFunc); -} - -void ImGui_ImplGLUT_Shutdown() -{ -} - -void ImGui_ImplGLUT_NewFrame() -{ - // Setup time step - ImGuiIO& io = ImGui::GetIO(); - int current_time = glutGet(GLUT_ELAPSED_TIME); - int delta_time_ms = (current_time - g_Time); - if (delta_time_ms <= 0) - delta_time_ms = 1; - io.DeltaTime = delta_time_ms / 1000.0f; - g_Time = current_time; - - // Start the frame - ImGui::NewFrame(); -} - -static void ImGui_ImplGLUT_UpdateKeyModifiers() -{ - ImGuiIO& io = ImGui::GetIO(); - int glut_key_mods = glutGetModifiers(); - io.AddKeyEvent(ImGuiKey_ModCtrl, (glut_key_mods & GLUT_ACTIVE_CTRL) != 0); - io.AddKeyEvent(ImGuiKey_ModShift, (glut_key_mods & GLUT_ACTIVE_SHIFT) != 0); - io.AddKeyEvent(ImGuiKey_ModAlt, (glut_key_mods & GLUT_ACTIVE_ALT) != 0); -} - -static void ImGui_ImplGLUT_AddKeyEvent(ImGuiKey key, bool down, int native_keycode) -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddKeyEvent(key, down); - io.SetKeyEventNativeData(key, native_keycode, -1); // To support legacy indexing (<1.87 user code) -} - -void ImGui_ImplGLUT_KeyboardFunc(unsigned char c, int x, int y) -{ - // Send character to imgui - //printf("char_down_func %d '%c'\n", c, c); - ImGuiIO& io = ImGui::GetIO(); - if (c >= 32) - io.AddInputCharacter((unsigned int)c); - - ImGuiKey key = ImGui_ImplGLUT_KeyToImGuiKey(c); - ImGui_ImplGLUT_AddKeyEvent(key, true, c); - ImGui_ImplGLUT_UpdateKeyModifiers(); - (void)x; (void)y; // Unused -} - -void ImGui_ImplGLUT_KeyboardUpFunc(unsigned char c, int x, int y) -{ - //printf("char_up_func %d '%c'\n", c, c); - ImGuiKey key = ImGui_ImplGLUT_KeyToImGuiKey(c); - ImGui_ImplGLUT_AddKeyEvent(key, false, c); - ImGui_ImplGLUT_UpdateKeyModifiers(); - (void)x; (void)y; // Unused -} - -void ImGui_ImplGLUT_SpecialFunc(int key, int x, int y) -{ - //printf("key_down_func %d\n", key); - ImGuiKey imgui_key = ImGui_ImplGLUT_KeyToImGuiKey(key + 256); - ImGui_ImplGLUT_AddKeyEvent(imgui_key, true, key + 256); - ImGui_ImplGLUT_UpdateKeyModifiers(); - (void)x; (void)y; // Unused -} - -void ImGui_ImplGLUT_SpecialUpFunc(int key, int x, int y) -{ - //printf("key_up_func %d\n", key); - ImGuiKey imgui_key = ImGui_ImplGLUT_KeyToImGuiKey(key + 256); - ImGui_ImplGLUT_AddKeyEvent(imgui_key, false, key + 256); - ImGui_ImplGLUT_UpdateKeyModifiers(); - (void)x; (void)y; // Unused -} - -void ImGui_ImplGLUT_MouseFunc(int glut_button, int state, int x, int y) -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddMousePosEvent((float)x, (float)y); - int button = -1; - if (glut_button == GLUT_LEFT_BUTTON) button = 0; - if (glut_button == GLUT_RIGHT_BUTTON) button = 1; - if (glut_button == GLUT_MIDDLE_BUTTON) button = 2; - if (button != -1 && (state == GLUT_DOWN || state == GLUT_UP)) - io.AddMouseButtonEvent(button, state == GLUT_DOWN); -} - -#ifdef __FREEGLUT_EXT_H__ -void ImGui_ImplGLUT_MouseWheelFunc(int button, int dir, int x, int y) -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddMousePosEvent((float)x, (float)y); - if (dir != 0) - io.AddMouseWheelEvent(0.0f, dir > 0 ? 1.0f : -1.0f); - (void)button; // Unused -} -#endif - -void ImGui_ImplGLUT_ReshapeFunc(int w, int h) -{ - ImGuiIO& io = ImGui::GetIO(); - io.DisplaySize = ImVec2((float)w, (float)h); -} - -void ImGui_ImplGLUT_MotionFunc(int x, int y) -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddMousePosEvent((float)x, (float)y); -} diff --git a/external/imgui/backends/imgui_impl_glut.h b/external/imgui/backends/imgui_impl_glut.h deleted file mode 100644 index 98d4e598..00000000 --- a/external/imgui/backends/imgui_impl_glut.h +++ /dev/null @@ -1,39 +0,0 @@ -// dear imgui: Platform Backend for GLUT/FreeGLUT -// This needs to be used along with a Renderer (e.g. OpenGL2) - -// !!! GLUT/FreeGLUT IS OBSOLETE PREHISTORIC SOFTWARE. Using GLUT is not recommended unless you really miss the 90's. !!! -// !!! If someone or something is teaching you GLUT today, you are being abused. Please show some resistance. !!! -// !!! Nowadays, prefer using GLFW or SDL instead! - -// Implemented features: -// [X] Platform: Partial keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy GLUT values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// Issues: -// [ ] Platform: GLUT is unable to distinguish e.g. Backspace from CTRL+H or TAB from CTRL+I -// [ ] Platform: Missing mouse cursor shape/visibility support. -// [ ] Platform: Missing clipboard support (not supported by Glut). -// [ ] Platform: Missing gamepad support. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -IMGUI_IMPL_API bool ImGui_ImplGLUT_Init(); -IMGUI_IMPL_API void ImGui_ImplGLUT_InstallFuncs(); -IMGUI_IMPL_API void ImGui_ImplGLUT_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplGLUT_NewFrame(); - -// You can call ImGui_ImplGLUT_InstallFuncs() to get all those functions installed automatically, -// or call them yourself from your own GLUT handlers. We are using the same weird names as GLUT for consistency.. -//---------------------------------------- GLUT name --------------------------------------------- Decent Name --------- -IMGUI_IMPL_API void ImGui_ImplGLUT_ReshapeFunc(int w, int h); // ~ ResizeFunc -IMGUI_IMPL_API void ImGui_ImplGLUT_MotionFunc(int x, int y); // ~ MouseMoveFunc -IMGUI_IMPL_API void ImGui_ImplGLUT_MouseFunc(int button, int state, int x, int y); // ~ MouseButtonFunc -IMGUI_IMPL_API void ImGui_ImplGLUT_MouseWheelFunc(int button, int dir, int x, int y); // ~ MouseWheelFunc -IMGUI_IMPL_API void ImGui_ImplGLUT_KeyboardFunc(unsigned char c, int x, int y); // ~ CharPressedFunc -IMGUI_IMPL_API void ImGui_ImplGLUT_KeyboardUpFunc(unsigned char c, int x, int y); // ~ CharReleasedFunc -IMGUI_IMPL_API void ImGui_ImplGLUT_SpecialFunc(int key, int x, int y); // ~ KeyPressedFunc -IMGUI_IMPL_API void ImGui_ImplGLUT_SpecialUpFunc(int key, int x, int y); // ~ KeyReleasedFunc diff --git a/external/imgui/backends/imgui_impl_metal.h b/external/imgui/backends/imgui_impl_metal.h deleted file mode 100644 index 49584443..00000000 --- a/external/imgui/backends/imgui_impl_metal.h +++ /dev/null @@ -1,64 +0,0 @@ -// dear imgui: Renderer Backend for Metal -// This needs to be used along with a Platform Backend (e.g. OSX) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'MTLTexture' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" // IMGUI_IMPL_API - -//----------------------------------------------------------------------------- -// ObjC API -//----------------------------------------------------------------------------- - -#ifdef __OBJC__ - -@class MTLRenderPassDescriptor; -@protocol MTLDevice, MTLCommandBuffer, MTLRenderCommandEncoder; - -IMGUI_IMPL_API bool ImGui_ImplMetal_Init(id device); -IMGUI_IMPL_API void ImGui_ImplMetal_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplMetal_NewFrame(MTLRenderPassDescriptor* renderPassDescriptor); -IMGUI_IMPL_API void ImGui_ImplMetal_RenderDrawData(ImDrawData* drawData, - id commandBuffer, - id commandEncoder); - -// Called by Init/NewFrame/Shutdown -IMGUI_IMPL_API bool ImGui_ImplMetal_CreateFontsTexture(id device); -IMGUI_IMPL_API void ImGui_ImplMetal_DestroyFontsTexture(); -IMGUI_IMPL_API bool ImGui_ImplMetal_CreateDeviceObjects(id device); -IMGUI_IMPL_API void ImGui_ImplMetal_DestroyDeviceObjects(); - -#endif - -//----------------------------------------------------------------------------- -// C++ API -//----------------------------------------------------------------------------- - -// Enable Metal C++ binding support with '#define IMGUI_IMPL_METAL_CPP' in your imconfig.h file -// More info about using Metal from C++: https://developer.apple.com/metal/cpp/ - -#ifdef IMGUI_IMPL_METAL_CPP -#include -#ifndef __OBJC__ - -IMGUI_IMPL_API bool ImGui_ImplMetal_Init(MTL::Device* device); -IMGUI_IMPL_API void ImGui_ImplMetal_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplMetal_NewFrame(MTL::RenderPassDescriptor* renderPassDescriptor); -IMGUI_IMPL_API void ImGui_ImplMetal_RenderDrawData(ImDrawData* draw_data, - MTL::CommandBuffer* commandBuffer, - MTL::RenderCommandEncoder* commandEncoder); - -// Called by Init/NewFrame/Shutdown -IMGUI_IMPL_API bool ImGui_ImplMetal_CreateFontsTexture(MTL::Device* device); -IMGUI_IMPL_API void ImGui_ImplMetal_DestroyFontsTexture(); -IMGUI_IMPL_API bool ImGui_ImplMetal_CreateDeviceObjects(MTL::Device* device); -IMGUI_IMPL_API void ImGui_ImplMetal_DestroyDeviceObjects(); - -#endif -#endif diff --git a/external/imgui/backends/imgui_impl_metal.mm b/external/imgui/backends/imgui_impl_metal.mm deleted file mode 100644 index 23805b21..00000000 --- a/external/imgui/backends/imgui_impl_metal.mm +++ /dev/null @@ -1,574 +0,0 @@ -// dear imgui: Renderer Backend for Metal -// This needs to be used along with a Platform Backend (e.g. OSX) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'MTLTexture' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-07-05: Metal: Add dispatch synchronization. -// 2022-06-30: Metal: Use __bridge for ARC based systems. -// 2022-06-01: Metal: Fixed null dereference on exit inside command buffer completion handler. -// 2022-04-27: Misc: Store backend data in a per-context struct, allowing to use this backend with multiple contexts. -// 2022-01-03: Metal: Ignore ImDrawCmd where ElemCount == 0 (very rare but can technically be manufactured by user code). -// 2021-12-30: Metal: Added Metal C++ support. Enable with '#define IMGUI_IMPL_METAL_CPP' in your imconfig.h file. -// 2021-08-24: Metal: Fixed a crash when clipping rect larger than framebuffer is submitted. (#4464) -// 2021-05-19: Metal: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-02-18: Metal: Change blending equation to preserve alpha in output buffer. -// 2021-01-25: Metal: Fixed texture storage mode when building on Mac Catalyst. -// 2019-05-29: Metal: Added support for large mesh (64K+ vertices), enable ImGuiBackendFlags_RendererHasVtxOffset flag. -// 2019-04-30: Metal: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2019-02-11: Metal: Projecting clipping rectangles correctly using draw_data->FramebufferScale to allow multi-viewports for retina display. -// 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window. -// 2018-07-05: Metal: Added new Metal backend implementation. - -#include "imgui.h" -#include "imgui_impl_metal.h" -#import -#import - -#pragma mark - Support classes - -// A wrapper around a MTLBuffer object that knows the last time it was reused -@interface MetalBuffer : NSObject -@property (nonatomic, strong) id buffer; -@property (nonatomic, assign) double lastReuseTime; -- (instancetype)initWithBuffer:(id)buffer; -@end - -// An object that encapsulates the data necessary to uniquely identify a -// render pipeline state. These are used as cache keys. -@interface FramebufferDescriptor : NSObject -@property (nonatomic, assign) unsigned long sampleCount; -@property (nonatomic, assign) MTLPixelFormat colorPixelFormat; -@property (nonatomic, assign) MTLPixelFormat depthPixelFormat; -@property (nonatomic, assign) MTLPixelFormat stencilPixelFormat; -- (instancetype)initWithRenderPassDescriptor:(MTLRenderPassDescriptor*)renderPassDescriptor; -@end - -// A singleton that stores long-lived objects that are needed by the Metal -// renderer backend. Stores the render pipeline state cache and the default -// font texture, and manages the reusable buffer cache. -@interface MetalContext : NSObject -@property (nonatomic, strong) id device; -@property (nonatomic, strong) id depthStencilState; -@property (nonatomic, strong) FramebufferDescriptor* framebufferDescriptor; // framebuffer descriptor for current frame; transient -@property (nonatomic, strong) NSMutableDictionary* renderPipelineStateCache; // pipeline cache; keyed on framebuffer descriptors -@property (nonatomic, strong, nullable) id fontTexture; -@property (nonatomic, strong) NSMutableArray* bufferCache; -@property (nonatomic, assign) double lastBufferCachePurge; -- (MetalBuffer*)dequeueReusableBufferOfLength:(NSUInteger)length device:(id)device; -- (id)renderPipelineStateForFramebufferDescriptor:(FramebufferDescriptor*)descriptor device:(id)device; -@end - -struct ImGui_ImplMetal_Data -{ - MetalContext* SharedMetalContext; - - ImGui_ImplMetal_Data() { memset(this, 0, sizeof(*this)); } -}; - -static ImGui_ImplMetal_Data* ImGui_ImplMetal_CreateBackendData() { return IM_NEW(ImGui_ImplMetal_Data)(); } -static ImGui_ImplMetal_Data* ImGui_ImplMetal_GetBackendData() { return ImGui::GetCurrentContext() ? (ImGui_ImplMetal_Data*)ImGui::GetIO().BackendRendererUserData : NULL; } -static void ImGui_ImplMetal_DestroyBackendData() { IM_DELETE(ImGui_ImplMetal_GetBackendData()); } - -static inline CFTimeInterval GetMachAbsoluteTimeInSeconds() { return static_cast(static_cast(clock_gettime_nsec_np(CLOCK_UPTIME_RAW)) / 1e9); } - -#ifdef IMGUI_IMPL_METAL_CPP - -#pragma mark - Dear ImGui Metal C++ Backend API - -bool ImGui_ImplMetal_Init(MTL::Device* device) -{ - return ImGui_ImplMetal_Init((__bridge id)(device)); -} - -void ImGui_ImplMetal_NewFrame(MTL::RenderPassDescriptor* renderPassDescriptor) -{ - ImGui_ImplMetal_NewFrame((__bridge MTLRenderPassDescriptor*)(renderPassDescriptor)); -} - -void ImGui_ImplMetal_RenderDrawData(ImDrawData* draw_data, - MTL::CommandBuffer* commandBuffer, - MTL::RenderCommandEncoder* commandEncoder) -{ - ImGui_ImplMetal_RenderDrawData(draw_data, - (__bridge id)(commandBuffer), - (__bridge id)(commandEncoder)); - -} - -bool ImGui_ImplMetal_CreateFontsTexture(MTL::Device* device) -{ - return ImGui_ImplMetal_CreateFontsTexture((__bridge id)(device)); -} - -bool ImGui_ImplMetal_CreateDeviceObjects(MTL::Device* device) -{ - return ImGui_ImplMetal_CreateDeviceObjects((__bridge id)(device)); -} - -#endif // #ifdef IMGUI_IMPL_METAL_CPP - -#pragma mark - Dear ImGui Metal Backend API - -bool ImGui_ImplMetal_Init(id device) -{ - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_CreateBackendData(); - ImGuiIO& io = ImGui::GetIO(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_metal"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. - - bd->SharedMetalContext = [[MetalContext alloc] init]; - bd->SharedMetalContext.device = device; - - return true; -} - -void ImGui_ImplMetal_Shutdown() -{ - ImGui_ImplMetal_DestroyDeviceObjects(); - ImGui_ImplMetal_DestroyBackendData(); -} - -void ImGui_ImplMetal_NewFrame(MTLRenderPassDescriptor* renderPassDescriptor) -{ - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_GetBackendData(); - IM_ASSERT(bd->SharedMetalContext != nil && "No Metal context. Did you call ImGui_ImplMetal_Init() ?"); - bd->SharedMetalContext.framebufferDescriptor = [[FramebufferDescriptor alloc] initWithRenderPassDescriptor:renderPassDescriptor]; - - if (bd->SharedMetalContext.depthStencilState == nil) - ImGui_ImplMetal_CreateDeviceObjects(bd->SharedMetalContext.device); -} - -static void ImGui_ImplMetal_SetupRenderState(ImDrawData* drawData, id commandBuffer, - id commandEncoder, id renderPipelineState, - MetalBuffer* vertexBuffer, size_t vertexBufferOffset) -{ - IM_UNUSED(commandBuffer); - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_GetBackendData(); - [commandEncoder setCullMode:MTLCullModeNone]; - [commandEncoder setDepthStencilState:bd->SharedMetalContext.depthStencilState]; - - // Setup viewport, orthographic projection matrix - // Our visible imgui space lies from draw_data->DisplayPos (top left) to - // draw_data->DisplayPos+data_data->DisplaySize (bottom right). DisplayMin is typically (0,0) for single viewport apps. - MTLViewport viewport = - { - .originX = 0.0, - .originY = 0.0, - .width = (double)(drawData->DisplaySize.x * drawData->FramebufferScale.x), - .height = (double)(drawData->DisplaySize.y * drawData->FramebufferScale.y), - .znear = 0.0, - .zfar = 1.0 - }; - [commandEncoder setViewport:viewport]; - - float L = drawData->DisplayPos.x; - float R = drawData->DisplayPos.x + drawData->DisplaySize.x; - float T = drawData->DisplayPos.y; - float B = drawData->DisplayPos.y + drawData->DisplaySize.y; - float N = (float)viewport.znear; - float F = (float)viewport.zfar; - const float ortho_projection[4][4] = - { - { 2.0f/(R-L), 0.0f, 0.0f, 0.0f }, - { 0.0f, 2.0f/(T-B), 0.0f, 0.0f }, - { 0.0f, 0.0f, 1/(F-N), 0.0f }, - { (R+L)/(L-R), (T+B)/(B-T), N/(F-N), 1.0f }, - }; - [commandEncoder setVertexBytes:&ortho_projection length:sizeof(ortho_projection) atIndex:1]; - - [commandEncoder setRenderPipelineState:renderPipelineState]; - - [commandEncoder setVertexBuffer:vertexBuffer.buffer offset:0 atIndex:0]; - [commandEncoder setVertexBufferOffset:vertexBufferOffset atIndex:0]; -} - -// Metal Render function. -void ImGui_ImplMetal_RenderDrawData(ImDrawData* drawData, id commandBuffer, id commandEncoder) -{ - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_GetBackendData(); - MetalContext* ctx = bd->SharedMetalContext; - - // Avoid rendering when minimized, scale coordinates for retina displays (screen coordinates != framebuffer coordinates) - int fb_width = (int)(drawData->DisplaySize.x * drawData->FramebufferScale.x); - int fb_height = (int)(drawData->DisplaySize.y * drawData->FramebufferScale.y); - if (fb_width <= 0 || fb_height <= 0 || drawData->CmdListsCount == 0) - return; - - // Try to retrieve a render pipeline state that is compatible with the framebuffer config for this frame - // The hit rate for this cache should be very near 100%. - id renderPipelineState = ctx.renderPipelineStateCache[ctx.framebufferDescriptor]; - if (renderPipelineState == nil) - { - // No luck; make a new render pipeline state - renderPipelineState = [ctx renderPipelineStateForFramebufferDescriptor:ctx.framebufferDescriptor device:commandBuffer.device]; - - // Cache render pipeline state for later reuse - ctx.renderPipelineStateCache[ctx.framebufferDescriptor] = renderPipelineState; - } - - size_t vertexBufferLength = (size_t)drawData->TotalVtxCount * sizeof(ImDrawVert); - size_t indexBufferLength = (size_t)drawData->TotalIdxCount * sizeof(ImDrawIdx); - MetalBuffer* vertexBuffer = [ctx dequeueReusableBufferOfLength:vertexBufferLength device:commandBuffer.device]; - MetalBuffer* indexBuffer = [ctx dequeueReusableBufferOfLength:indexBufferLength device:commandBuffer.device]; - - ImGui_ImplMetal_SetupRenderState(drawData, commandBuffer, commandEncoder, renderPipelineState, vertexBuffer, 0); - - // Will project scissor/clipping rectangles into framebuffer space - ImVec2 clip_off = drawData->DisplayPos; // (0,0) unless using multi-viewports - ImVec2 clip_scale = drawData->FramebufferScale; // (1,1) unless using retina display which are often (2,2) - - // Render command lists - size_t vertexBufferOffset = 0; - size_t indexBufferOffset = 0; - for (int n = 0; n < drawData->CmdListsCount; n++) - { - const ImDrawList* cmd_list = drawData->CmdLists[n]; - - memcpy((char*)vertexBuffer.buffer.contents + vertexBufferOffset, cmd_list->VtxBuffer.Data, (size_t)cmd_list->VtxBuffer.Size * sizeof(ImDrawVert)); - memcpy((char*)indexBuffer.buffer.contents + indexBufferOffset, cmd_list->IdxBuffer.Data, (size_t)cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx)); - - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplMetal_SetupRenderState(drawData, commandBuffer, commandEncoder, renderPipelineState, vertexBuffer, vertexBufferOffset); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min((pcmd->ClipRect.x - clip_off.x) * clip_scale.x, (pcmd->ClipRect.y - clip_off.y) * clip_scale.y); - ImVec2 clip_max((pcmd->ClipRect.z - clip_off.x) * clip_scale.x, (pcmd->ClipRect.w - clip_off.y) * clip_scale.y); - - // Clamp to viewport as setScissorRect() won't accept values that are off bounds - if (clip_min.x < 0.0f) { clip_min.x = 0.0f; } - if (clip_min.y < 0.0f) { clip_min.y = 0.0f; } - if (clip_max.x > fb_width) { clip_max.x = (float)fb_width; } - if (clip_max.y > fb_height) { clip_max.y = (float)fb_height; } - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - if (pcmd->ElemCount == 0) // drawIndexedPrimitives() validation doesn't accept this - continue; - - // Apply scissor/clipping rectangle - MTLScissorRect scissorRect = - { - .x = NSUInteger(clip_min.x), - .y = NSUInteger(clip_min.y), - .width = NSUInteger(clip_max.x - clip_min.x), - .height = NSUInteger(clip_max.y - clip_min.y) - }; - [commandEncoder setScissorRect:scissorRect]; - - // Bind texture, Draw - if (ImTextureID tex_id = pcmd->GetTexID()) - [commandEncoder setFragmentTexture:(__bridge id)(tex_id) atIndex:0]; - - [commandEncoder setVertexBufferOffset:(vertexBufferOffset + pcmd->VtxOffset * sizeof(ImDrawVert)) atIndex:0]; - [commandEncoder drawIndexedPrimitives:MTLPrimitiveTypeTriangle - indexCount:pcmd->ElemCount - indexType:sizeof(ImDrawIdx) == 2 ? MTLIndexTypeUInt16 : MTLIndexTypeUInt32 - indexBuffer:indexBuffer.buffer - indexBufferOffset:indexBufferOffset + pcmd->IdxOffset * sizeof(ImDrawIdx)]; - } - } - - vertexBufferOffset += (size_t)cmd_list->VtxBuffer.Size * sizeof(ImDrawVert); - indexBufferOffset += (size_t)cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx); - } - - [commandBuffer addCompletedHandler:^(id) - { - dispatch_async(dispatch_get_main_queue(), ^{ - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_GetBackendData(); - if (bd != NULL) - { - @synchronized(bd->SharedMetalContext.bufferCache) - { - [bd->SharedMetalContext.bufferCache addObject:vertexBuffer]; - [bd->SharedMetalContext.bufferCache addObject:indexBuffer]; - } - } - }); - }]; -} - -bool ImGui_ImplMetal_CreateFontsTexture(id device) -{ - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - - // We are retrieving and uploading the font atlas as a 4-channels RGBA texture here. - // In theory we could call GetTexDataAsAlpha8() and upload a 1-channel texture to save on memory access bandwidth. - // However, using a shader designed for 1-channel texture would make it less obvious to use the ImTextureID facility to render users own textures. - // You can make that change in your implementation. - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); - MTLTextureDescriptor* textureDescriptor = [MTLTextureDescriptor texture2DDescriptorWithPixelFormat:MTLPixelFormatRGBA8Unorm - width:(NSUInteger)width - height:(NSUInteger)height - mipmapped:NO]; - textureDescriptor.usage = MTLTextureUsageShaderRead; -#if TARGET_OS_OSX || TARGET_OS_MACCATALYST - textureDescriptor.storageMode = MTLStorageModeManaged; -#else - textureDescriptor.storageMode = MTLStorageModeShared; -#endif - id texture = [device newTextureWithDescriptor:textureDescriptor]; - [texture replaceRegion:MTLRegionMake2D(0, 0, (NSUInteger)width, (NSUInteger)height) mipmapLevel:0 withBytes:pixels bytesPerRow:(NSUInteger)width * 4]; - bd->SharedMetalContext.fontTexture = texture; - io.Fonts->SetTexID((__bridge void*)bd->SharedMetalContext.fontTexture); // ImTextureID == void* - - return (bd->SharedMetalContext.fontTexture != nil); -} - -void ImGui_ImplMetal_DestroyFontsTexture() -{ - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - bd->SharedMetalContext.fontTexture = nil; - io.Fonts->SetTexID(nullptr); -} - -bool ImGui_ImplMetal_CreateDeviceObjects(id device) -{ - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_GetBackendData(); - MTLDepthStencilDescriptor* depthStencilDescriptor = [[MTLDepthStencilDescriptor alloc] init]; - depthStencilDescriptor.depthWriteEnabled = NO; - depthStencilDescriptor.depthCompareFunction = MTLCompareFunctionAlways; - bd->SharedMetalContext.depthStencilState = [device newDepthStencilStateWithDescriptor:depthStencilDescriptor]; - ImGui_ImplMetal_CreateFontsTexture(device); - - return true; -} - -void ImGui_ImplMetal_DestroyDeviceObjects() -{ - ImGui_ImplMetal_Data* bd = ImGui_ImplMetal_GetBackendData(); - ImGui_ImplMetal_DestroyFontsTexture(); - [bd->SharedMetalContext.renderPipelineStateCache removeAllObjects]; -} - -#pragma mark - MetalBuffer implementation - -@implementation MetalBuffer -- (instancetype)initWithBuffer:(id)buffer -{ - if ((self = [super init])) - { - _buffer = buffer; - _lastReuseTime = GetMachAbsoluteTimeInSeconds(); - } - return self; -} -@end - -#pragma mark - FramebufferDescriptor implementation - -@implementation FramebufferDescriptor -- (instancetype)initWithRenderPassDescriptor:(MTLRenderPassDescriptor*)renderPassDescriptor -{ - if ((self = [super init])) - { - _sampleCount = renderPassDescriptor.colorAttachments[0].texture.sampleCount; - _colorPixelFormat = renderPassDescriptor.colorAttachments[0].texture.pixelFormat; - _depthPixelFormat = renderPassDescriptor.depthAttachment.texture.pixelFormat; - _stencilPixelFormat = renderPassDescriptor.stencilAttachment.texture.pixelFormat; - } - return self; -} - -- (nonnull id)copyWithZone:(nullable NSZone*)zone -{ - FramebufferDescriptor* copy = [[FramebufferDescriptor allocWithZone:zone] init]; - copy.sampleCount = self.sampleCount; - copy.colorPixelFormat = self.colorPixelFormat; - copy.depthPixelFormat = self.depthPixelFormat; - copy.stencilPixelFormat = self.stencilPixelFormat; - return copy; -} - -- (NSUInteger)hash -{ - NSUInteger sc = _sampleCount & 0x3; - NSUInteger cf = _colorPixelFormat & 0x3FF; - NSUInteger df = _depthPixelFormat & 0x3FF; - NSUInteger sf = _stencilPixelFormat & 0x3FF; - NSUInteger hash = (sf << 22) | (df << 12) | (cf << 2) | sc; - return hash; -} - -- (BOOL)isEqual:(id)object -{ - FramebufferDescriptor* other = object; - if (![other isKindOfClass:[FramebufferDescriptor class]]) - return NO; - return other.sampleCount == self.sampleCount && - other.colorPixelFormat == self.colorPixelFormat && - other.depthPixelFormat == self.depthPixelFormat && - other.stencilPixelFormat == self.stencilPixelFormat; -} - -@end - -#pragma mark - MetalContext implementation - -@implementation MetalContext -- (instancetype)init -{ - if ((self = [super init])) - { - self.renderPipelineStateCache = [NSMutableDictionary dictionary]; - self.bufferCache = [NSMutableArray array]; - _lastBufferCachePurge = GetMachAbsoluteTimeInSeconds(); - } - return self; -} - -- (MetalBuffer*)dequeueReusableBufferOfLength:(NSUInteger)length device:(id)device -{ - uint64_t now = GetMachAbsoluteTimeInSeconds(); - - @synchronized(self.bufferCache) - { - // Purge old buffers that haven't been useful for a while - if (now - self.lastBufferCachePurge > 1.0) - { - NSMutableArray* survivors = [NSMutableArray array]; - for (MetalBuffer* candidate in self.bufferCache) - if (candidate.lastReuseTime > self.lastBufferCachePurge) - [survivors addObject:candidate]; - self.bufferCache = [survivors mutableCopy]; - self.lastBufferCachePurge = now; - } - - // See if we have a buffer we can reuse - MetalBuffer* bestCandidate = nil; - for (MetalBuffer* candidate in self.bufferCache) - if (candidate.buffer.length >= length && (bestCandidate == nil || bestCandidate.lastReuseTime > candidate.lastReuseTime)) - bestCandidate = candidate; - - if (bestCandidate != nil) - { - [self.bufferCache removeObject:bestCandidate]; - bestCandidate.lastReuseTime = now; - return bestCandidate; - } - } - - // No luck; make a new buffer - id backing = [device newBufferWithLength:length options:MTLResourceStorageModeShared]; - return [[MetalBuffer alloc] initWithBuffer:backing]; -} - -// Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling. -- (id)renderPipelineStateForFramebufferDescriptor:(FramebufferDescriptor*)descriptor device:(id)device -{ - NSError* error = nil; - - NSString* shaderSource = @"" - "#include \n" - "using namespace metal;\n" - "\n" - "struct Uniforms {\n" - " float4x4 projectionMatrix;\n" - "};\n" - "\n" - "struct VertexIn {\n" - " float2 position [[attribute(0)]];\n" - " float2 texCoords [[attribute(1)]];\n" - " uchar4 color [[attribute(2)]];\n" - "};\n" - "\n" - "struct VertexOut {\n" - " float4 position [[position]];\n" - " float2 texCoords;\n" - " float4 color;\n" - "};\n" - "\n" - "vertex VertexOut vertex_main(VertexIn in [[stage_in]],\n" - " constant Uniforms &uniforms [[buffer(1)]]) {\n" - " VertexOut out;\n" - " out.position = uniforms.projectionMatrix * float4(in.position, 0, 1);\n" - " out.texCoords = in.texCoords;\n" - " out.color = float4(in.color) / float4(255.0);\n" - " return out;\n" - "}\n" - "\n" - "fragment half4 fragment_main(VertexOut in [[stage_in]],\n" - " texture2d texture [[texture(0)]]) {\n" - " constexpr sampler linearSampler(coord::normalized, min_filter::linear, mag_filter::linear, mip_filter::linear);\n" - " half4 texColor = texture.sample(linearSampler, in.texCoords);\n" - " return half4(in.color) * texColor;\n" - "}\n"; - - id library = [device newLibraryWithSource:shaderSource options:nil error:&error]; - if (library == nil) - { - NSLog(@"Error: failed to create Metal library: %@", error); - return nil; - } - - id vertexFunction = [library newFunctionWithName:@"vertex_main"]; - id fragmentFunction = [library newFunctionWithName:@"fragment_main"]; - - if (vertexFunction == nil || fragmentFunction == nil) - { - NSLog(@"Error: failed to find Metal shader functions in library: %@", error); - return nil; - } - - MTLVertexDescriptor* vertexDescriptor = [MTLVertexDescriptor vertexDescriptor]; - vertexDescriptor.attributes[0].offset = IM_OFFSETOF(ImDrawVert, pos); - vertexDescriptor.attributes[0].format = MTLVertexFormatFloat2; // position - vertexDescriptor.attributes[0].bufferIndex = 0; - vertexDescriptor.attributes[1].offset = IM_OFFSETOF(ImDrawVert, uv); - vertexDescriptor.attributes[1].format = MTLVertexFormatFloat2; // texCoords - vertexDescriptor.attributes[1].bufferIndex = 0; - vertexDescriptor.attributes[2].offset = IM_OFFSETOF(ImDrawVert, col); - vertexDescriptor.attributes[2].format = MTLVertexFormatUChar4; // color - vertexDescriptor.attributes[2].bufferIndex = 0; - vertexDescriptor.layouts[0].stepRate = 1; - vertexDescriptor.layouts[0].stepFunction = MTLVertexStepFunctionPerVertex; - vertexDescriptor.layouts[0].stride = sizeof(ImDrawVert); - - MTLRenderPipelineDescriptor* pipelineDescriptor = [[MTLRenderPipelineDescriptor alloc] init]; - pipelineDescriptor.vertexFunction = vertexFunction; - pipelineDescriptor.fragmentFunction = fragmentFunction; - pipelineDescriptor.vertexDescriptor = vertexDescriptor; - pipelineDescriptor.sampleCount = self.framebufferDescriptor.sampleCount; - pipelineDescriptor.colorAttachments[0].pixelFormat = self.framebufferDescriptor.colorPixelFormat; - pipelineDescriptor.colorAttachments[0].blendingEnabled = YES; - pipelineDescriptor.colorAttachments[0].rgbBlendOperation = MTLBlendOperationAdd; - pipelineDescriptor.colorAttachments[0].sourceRGBBlendFactor = MTLBlendFactorSourceAlpha; - pipelineDescriptor.colorAttachments[0].destinationRGBBlendFactor = MTLBlendFactorOneMinusSourceAlpha; - pipelineDescriptor.colorAttachments[0].alphaBlendOperation = MTLBlendOperationAdd; - pipelineDescriptor.colorAttachments[0].sourceAlphaBlendFactor = MTLBlendFactorOne; - pipelineDescriptor.colorAttachments[0].destinationAlphaBlendFactor = MTLBlendFactorOneMinusSourceAlpha; - pipelineDescriptor.depthAttachmentPixelFormat = self.framebufferDescriptor.depthPixelFormat; - pipelineDescriptor.stencilAttachmentPixelFormat = self.framebufferDescriptor.stencilPixelFormat; - - id renderPipelineState = [device newRenderPipelineStateWithDescriptor:pipelineDescriptor error:&error]; - if (error != nil) - NSLog(@"Error: failed to create Metal pipeline state: %@", error); - - return renderPipelineState; -} - -@end diff --git a/external/imgui/backends/imgui_impl_opengl2.cpp b/external/imgui/backends/imgui_impl_opengl2.cpp deleted file mode 100644 index ce66c3f3..00000000 --- a/external/imgui/backends/imgui_impl_opengl2.cpp +++ /dev/null @@ -1,286 +0,0 @@ -// dear imgui: Renderer Backend for OpenGL2 (legacy OpenGL, fixed pipeline) -// This needs to be used along with a Platform Backend (e.g. GLFW, SDL, Win32, custom..) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID! - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// **DO NOT USE THIS CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)** -// **Prefer using the code in imgui_impl_opengl3.cpp** -// This code is mostly provided as a reference to learn how ImGui integration works, because it is shorter to read. -// If your code is using GL3+ context or any semi modern OpenGL calls, using this is likely to make everything more -// complicated, will require your code to reset every single OpenGL attributes to their initial state, and might -// confuse your GPU driver. -// The GL2 code is unable to reset attributes or even call e.g. "glUseProgram(0)" because they don't exist in that API. - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2021-12-08: OpenGL: Fixed mishandling of the the ImDrawCmd::IdxOffset field! This is an old bug but it never had an effect until some internal rendering changes in 1.86. -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-05-19: OpenGL: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-01-03: OpenGL: Backup, setup and restore GL_SHADE_MODEL state, disable GL_STENCIL_TEST and disable GL_NORMAL_ARRAY client state to increase compatibility with legacy OpenGL applications. -// 2020-01-23: OpenGL: Backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications. -// 2019-04-30: OpenGL: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2019-02-11: OpenGL: Projecting clipping rectangles correctly using draw_data->FramebufferScale to allow multi-viewports for retina display. -// 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window. -// 2018-08-03: OpenGL: Disabling/restoring GL_LIGHTING and GL_COLOR_MATERIAL to increase compatibility with legacy OpenGL applications. -// 2018-06-08: Misc: Extracted imgui_impl_opengl2.cpp/.h away from the old combined GLFW/SDL+OpenGL2 examples. -// 2018-06-08: OpenGL: Use draw_data->DisplayPos and draw_data->DisplaySize to setup projection matrix and clipping rectangle. -// 2018-02-16: Misc: Obsoleted the io.RenderDrawListsFn callback and exposed ImGui_ImplOpenGL2_RenderDrawData() in the .h file so you can call it yourself. -// 2017-09-01: OpenGL: Save and restore current polygon mode. -// 2016-09-10: OpenGL: Uploading font texture as RGBA32 to increase compatibility with users shaders (not ideal). -// 2016-09-05: OpenGL: Fixed save and restore of current scissor rectangle. - -#include "imgui.h" -#include "imgui_impl_opengl2.h" -#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier -#include // intptr_t -#else -#include // intptr_t -#endif - -// Include OpenGL header (without an OpenGL loader) requires a bit of fiddling -#if defined(_WIN32) && !defined(APIENTRY) -#define APIENTRY __stdcall // It is customary to use APIENTRY for OpenGL function pointer declarations on all platforms. Additionally, the Windows OpenGL header needs APIENTRY. -#endif -#if defined(_WIN32) && !defined(WINGDIAPI) -#define WINGDIAPI __declspec(dllimport) // Some Windows OpenGL headers need this -#endif -#if defined(__APPLE__) -#define GL_SILENCE_DEPRECATION -#include -#else -#include -#endif - -struct ImGui_ImplOpenGL2_Data -{ - GLuint FontTexture; - - ImGui_ImplOpenGL2_Data() { memset((void*)this, 0, sizeof(*this)); } -}; - -// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -static ImGui_ImplOpenGL2_Data* ImGui_ImplOpenGL2_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplOpenGL2_Data*)ImGui::GetIO().BackendRendererUserData : NULL; -} - -// Functions -bool ImGui_ImplOpenGL2_Init() -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendRendererUserData == NULL && "Already initialized a renderer backend!"); - - // Setup backend capabilities flags - ImGui_ImplOpenGL2_Data* bd = IM_NEW(ImGui_ImplOpenGL2_Data)(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_opengl2"; - - return true; -} - -void ImGui_ImplOpenGL2_Shutdown() -{ - ImGui_ImplOpenGL2_Data* bd = ImGui_ImplOpenGL2_GetBackendData(); - IM_ASSERT(bd != NULL && "No renderer backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplOpenGL2_DestroyDeviceObjects(); - io.BackendRendererName = NULL; - io.BackendRendererUserData = NULL; - IM_DELETE(bd); -} - -void ImGui_ImplOpenGL2_NewFrame() -{ - ImGui_ImplOpenGL2_Data* bd = ImGui_ImplOpenGL2_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplOpenGL2_Init()?"); - - if (!bd->FontTexture) - ImGui_ImplOpenGL2_CreateDeviceObjects(); -} - -static void ImGui_ImplOpenGL2_SetupRenderState(ImDrawData* draw_data, int fb_width, int fb_height) -{ - // Setup render state: alpha-blending enabled, no face culling, no depth testing, scissor enabled, vertex/texcoord/color pointers, polygon fill. - glEnable(GL_BLEND); - glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); - //glBlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ONE_MINUS_SRC_ALPHA); // In order to composite our output buffer we need to preserve alpha - glDisable(GL_CULL_FACE); - glDisable(GL_DEPTH_TEST); - glDisable(GL_STENCIL_TEST); - glDisable(GL_LIGHTING); - glDisable(GL_COLOR_MATERIAL); - glEnable(GL_SCISSOR_TEST); - glEnableClientState(GL_VERTEX_ARRAY); - glEnableClientState(GL_TEXTURE_COORD_ARRAY); - glEnableClientState(GL_COLOR_ARRAY); - glDisableClientState(GL_NORMAL_ARRAY); - glEnable(GL_TEXTURE_2D); - glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); - glShadeModel(GL_SMOOTH); - glTexEnvi(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE); - - // If you are using this code with non-legacy OpenGL header/contexts (which you should not, prefer using imgui_impl_opengl3.cpp!!), - // you may need to backup/reset/restore other state, e.g. for current shader using the commented lines below. - // (DO NOT MODIFY THIS FILE! Add the code in your calling function) - // GLint last_program; - // glGetIntegerv(GL_CURRENT_PROGRAM, &last_program); - // glUseProgram(0); - // ImGui_ImplOpenGL2_RenderDrawData(...); - // glUseProgram(last_program) - // There are potentially many more states you could need to clear/setup that we can't access from default headers. - // e.g. glBindBuffer(GL_ARRAY_BUFFER, 0), glDisable(GL_TEXTURE_CUBE_MAP). - - // Setup viewport, orthographic projection matrix - // Our visible imgui space lies from draw_data->DisplayPos (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). DisplayPos is (0,0) for single viewport apps. - glViewport(0, 0, (GLsizei)fb_width, (GLsizei)fb_height); - glMatrixMode(GL_PROJECTION); - glPushMatrix(); - glLoadIdentity(); - glOrtho(draw_data->DisplayPos.x, draw_data->DisplayPos.x + draw_data->DisplaySize.x, draw_data->DisplayPos.y + draw_data->DisplaySize.y, draw_data->DisplayPos.y, -1.0f, +1.0f); - glMatrixMode(GL_MODELVIEW); - glPushMatrix(); - glLoadIdentity(); -} - -// OpenGL2 Render function. -// Note that this implementation is little overcomplicated because we are saving/setting up/restoring every OpenGL state explicitly. -// This is in order to be able to run within an OpenGL engine that doesn't do so. -void ImGui_ImplOpenGL2_RenderDrawData(ImDrawData* draw_data) -{ - // Avoid rendering when minimized, scale coordinates for retina displays (screen coordinates != framebuffer coordinates) - int fb_width = (int)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x); - int fb_height = (int)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y); - if (fb_width == 0 || fb_height == 0) - return; - - // Backup GL state - GLint last_texture; glGetIntegerv(GL_TEXTURE_BINDING_2D, &last_texture); - GLint last_polygon_mode[2]; glGetIntegerv(GL_POLYGON_MODE, last_polygon_mode); - GLint last_viewport[4]; glGetIntegerv(GL_VIEWPORT, last_viewport); - GLint last_scissor_box[4]; glGetIntegerv(GL_SCISSOR_BOX, last_scissor_box); - GLint last_shade_model; glGetIntegerv(GL_SHADE_MODEL, &last_shade_model); - GLint last_tex_env_mode; glGetTexEnviv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, &last_tex_env_mode); - glPushAttrib(GL_ENABLE_BIT | GL_COLOR_BUFFER_BIT | GL_TRANSFORM_BIT); - - // Setup desired GL state - ImGui_ImplOpenGL2_SetupRenderState(draw_data, fb_width, fb_height); - - // Will project scissor/clipping rectangles into framebuffer space - ImVec2 clip_off = draw_data->DisplayPos; // (0,0) unless using multi-viewports - ImVec2 clip_scale = draw_data->FramebufferScale; // (1,1) unless using retina display which are often (2,2) - - // Render command lists - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - const ImDrawVert* vtx_buffer = cmd_list->VtxBuffer.Data; - const ImDrawIdx* idx_buffer = cmd_list->IdxBuffer.Data; - glVertexPointer(2, GL_FLOAT, sizeof(ImDrawVert), (const GLvoid*)((const char*)vtx_buffer + IM_OFFSETOF(ImDrawVert, pos))); - glTexCoordPointer(2, GL_FLOAT, sizeof(ImDrawVert), (const GLvoid*)((const char*)vtx_buffer + IM_OFFSETOF(ImDrawVert, uv))); - glColorPointer(4, GL_UNSIGNED_BYTE, sizeof(ImDrawVert), (const GLvoid*)((const char*)vtx_buffer + IM_OFFSETOF(ImDrawVert, col))); - - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplOpenGL2_SetupRenderState(draw_data, fb_width, fb_height); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min((pcmd->ClipRect.x - clip_off.x) * clip_scale.x, (pcmd->ClipRect.y - clip_off.y) * clip_scale.y); - ImVec2 clip_max((pcmd->ClipRect.z - clip_off.x) * clip_scale.x, (pcmd->ClipRect.w - clip_off.y) * clip_scale.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply scissor/clipping rectangle (Y is inverted in OpenGL) - glScissor((int)clip_min.x, (int)(fb_height - clip_max.y), (int)(clip_max.x - clip_min.x), (int)(clip_max.y - clip_min.y)); - - // Bind texture, Draw - glBindTexture(GL_TEXTURE_2D, (GLuint)(intptr_t)pcmd->GetTexID()); - glDrawElements(GL_TRIANGLES, (GLsizei)pcmd->ElemCount, sizeof(ImDrawIdx) == 2 ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT, idx_buffer + pcmd->IdxOffset); - } - } - } - - // Restore modified GL state - glDisableClientState(GL_COLOR_ARRAY); - glDisableClientState(GL_TEXTURE_COORD_ARRAY); - glDisableClientState(GL_VERTEX_ARRAY); - glBindTexture(GL_TEXTURE_2D, (GLuint)last_texture); - glMatrixMode(GL_MODELVIEW); - glPopMatrix(); - glMatrixMode(GL_PROJECTION); - glPopMatrix(); - glPopAttrib(); - glPolygonMode(GL_FRONT, (GLenum)last_polygon_mode[0]); glPolygonMode(GL_BACK, (GLenum)last_polygon_mode[1]); - glViewport(last_viewport[0], last_viewport[1], (GLsizei)last_viewport[2], (GLsizei)last_viewport[3]); - glScissor(last_scissor_box[0], last_scissor_box[1], (GLsizei)last_scissor_box[2], (GLsizei)last_scissor_box[3]); - glShadeModel(last_shade_model); - glTexEnvi(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, last_tex_env_mode); -} - -bool ImGui_ImplOpenGL2_CreateFontsTexture() -{ - // Build texture atlas - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplOpenGL2_Data* bd = ImGui_ImplOpenGL2_GetBackendData(); - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); // Load as RGBA 32-bit (75% of the memory is wasted, but default font is so small) because it is more likely to be compatible with user's existing shaders. If your ImTextureId represent a higher-level concept than just a GL texture id, consider calling GetTexDataAsAlpha8() instead to save on GPU memory. - - // Upload texture to graphics system - // (Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling) - GLint last_texture; - glGetIntegerv(GL_TEXTURE_BINDING_2D, &last_texture); - glGenTextures(1, &bd->FontTexture); - glBindTexture(GL_TEXTURE_2D, bd->FontTexture); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); - glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); - glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels); - - // Store our identifier - io.Fonts->SetTexID((ImTextureID)(intptr_t)bd->FontTexture); - - // Restore state - glBindTexture(GL_TEXTURE_2D, last_texture); - - return true; -} - -void ImGui_ImplOpenGL2_DestroyFontsTexture() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplOpenGL2_Data* bd = ImGui_ImplOpenGL2_GetBackendData(); - if (bd->FontTexture) - { - glDeleteTextures(1, &bd->FontTexture); - io.Fonts->SetTexID(0); - bd->FontTexture = 0; - } -} - -bool ImGui_ImplOpenGL2_CreateDeviceObjects() -{ - return ImGui_ImplOpenGL2_CreateFontsTexture(); -} - -void ImGui_ImplOpenGL2_DestroyDeviceObjects() -{ - ImGui_ImplOpenGL2_DestroyFontsTexture(); -} diff --git a/external/imgui/backends/imgui_impl_opengl2.h b/external/imgui/backends/imgui_impl_opengl2.h deleted file mode 100644 index d00d27f1..00000000 --- a/external/imgui/backends/imgui_impl_opengl2.h +++ /dev/null @@ -1,32 +0,0 @@ -// dear imgui: Renderer Backend for OpenGL2 (legacy OpenGL, fixed pipeline) -// This needs to be used along with a Platform Backend (e.g. GLFW, SDL, Win32, custom..) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID! - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// **DO NOT USE THIS CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)** -// **Prefer using the code in imgui_impl_opengl3.cpp** -// This code is mostly provided as a reference to learn how ImGui integration works, because it is shorter to read. -// If your code is using GL3+ context or any semi modern OpenGL calls, using this is likely to make everything more -// complicated, will require your code to reset every single OpenGL attributes to their initial state, and might -// confuse your GPU driver. -// The GL2 code is unable to reset attributes or even call e.g. "glUseProgram(0)" because they don't exist in that API. - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -IMGUI_IMPL_API bool ImGui_ImplOpenGL2_Init(); -IMGUI_IMPL_API void ImGui_ImplOpenGL2_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplOpenGL2_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplOpenGL2_RenderDrawData(ImDrawData* draw_data); - -// Called by Init/NewFrame/Shutdown -IMGUI_IMPL_API bool ImGui_ImplOpenGL2_CreateFontsTexture(); -IMGUI_IMPL_API void ImGui_ImplOpenGL2_DestroyFontsTexture(); -IMGUI_IMPL_API bool ImGui_ImplOpenGL2_CreateDeviceObjects(); -IMGUI_IMPL_API void ImGui_ImplOpenGL2_DestroyDeviceObjects(); diff --git a/external/imgui/backends/imgui_impl_opengl3.cpp b/external/imgui/backends/imgui_impl_opengl3.cpp deleted file mode 100644 index e52e0b53..00000000 --- a/external/imgui/backends/imgui_impl_opengl3.cpp +++ /dev/null @@ -1,871 +0,0 @@ -// dear imgui: Renderer Backend for modern OpenGL with shaders / programmatic pipeline -// - Desktop GL: 2.x 3.x 4.x -// - Embedded GL: ES 2.0 (WebGL 1.0), ES 3.0 (WebGL 2.0) -// This needs to be used along with a Platform Backend (e.g. GLFW, SDL, Win32, custom..) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID! -// [x] Renderer: Desktop GL only: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-05-23: OpenGL: Reworking 2021-12-15 "Using buffer orphaning" so it only happens on Intel GPU, seems to cause problems otherwise. (#4468, #4825, #4832, #5127). -// 2022-05-13: OpenGL: Fix state corruption on OpenGL ES 2.0 due to not preserving GL_ELEMENT_ARRAY_BUFFER_BINDING and vertex attribute states. -// 2021-12-15: OpenGL: Using buffer orphaning + glBufferSubData(), seems to fix leaks with multi-viewports with some Intel HD drivers. -// 2021-08-23: OpenGL: Fixed ES 3.0 shader ("#version 300 es") use normal precision floats to avoid wobbly rendering at HD resolutions. -// 2021-08-19: OpenGL: Embed and use our own minimal GL loader (imgui_impl_opengl3_loader.h), removing requirement and support for third-party loader. -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-06-25: OpenGL: Use OES_vertex_array extension on Emscripten + backup/restore current state. -// 2021-06-21: OpenGL: Destroy individual vertex/fragment shader objects right after they are linked into the main shader. -// 2021-05-24: OpenGL: Access GL_CLIP_ORIGIN when "GL_ARB_clip_control" extension is detected, inside of just OpenGL 4.5 version. -// 2021-05-19: OpenGL: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-04-06: OpenGL: Don't try to read GL_CLIP_ORIGIN unless we're OpenGL 4.5 or greater. -// 2021-02-18: OpenGL: Change blending equation to preserve alpha in output buffer. -// 2021-01-03: OpenGL: Backup, setup and restore GL_STENCIL_TEST state. -// 2020-10-23: OpenGL: Backup, setup and restore GL_PRIMITIVE_RESTART state. -// 2020-10-15: OpenGL: Use glGetString(GL_VERSION) instead of glGetIntegerv(GL_MAJOR_VERSION, ...) when the later returns zero (e.g. Desktop GL 2.x) -// 2020-09-17: OpenGL: Fix to avoid compiling/calling glBindSampler() on ES or pre 3.3 context which have the defines set by a loader. -// 2020-07-10: OpenGL: Added support for glad2 OpenGL loader. -// 2020-05-08: OpenGL: Made default GLSL version 150 (instead of 130) on OSX. -// 2020-04-21: OpenGL: Fixed handling of glClipControl(GL_UPPER_LEFT) by inverting projection matrix. -// 2020-04-12: OpenGL: Fixed context version check mistakenly testing for 4.0+ instead of 3.2+ to enable ImGuiBackendFlags_RendererHasVtxOffset. -// 2020-03-24: OpenGL: Added support for glbinding 2.x OpenGL loader. -// 2020-01-07: OpenGL: Added support for glbinding 3.x OpenGL loader. -// 2019-10-25: OpenGL: Using a combination of GL define and runtime GL version to decide whether to use glDrawElementsBaseVertex(). Fix building with pre-3.2 GL loaders. -// 2019-09-22: OpenGL: Detect default GL loader using __has_include compiler facility. -// 2019-09-16: OpenGL: Tweak initialization code to allow application calling ImGui_ImplOpenGL3_CreateFontsTexture() before the first NewFrame() call. -// 2019-05-29: OpenGL: Desktop GL only: Added support for large mesh (64K+ vertices), enable ImGuiBackendFlags_RendererHasVtxOffset flag. -// 2019-04-30: OpenGL: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2019-03-29: OpenGL: Not calling glBindBuffer more than necessary in the render loop. -// 2019-03-15: OpenGL: Added a GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early. -// 2019-03-03: OpenGL: Fix support for ES 2.0 (WebGL 1.0). -// 2019-02-20: OpenGL: Fix for OSX not supporting OpenGL 4.5, we don't try to read GL_CLIP_ORIGIN even if defined by the headers/loader. -// 2019-02-11: OpenGL: Projecting clipping rectangles correctly using draw_data->FramebufferScale to allow multi-viewports for retina display. -// 2019-02-01: OpenGL: Using GLSL 410 shaders for any version over 410 (e.g. 430, 450). -// 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window. -// 2018-11-13: OpenGL: Support for GL 4.5's glClipControl(GL_UPPER_LEFT) / GL_CLIP_ORIGIN. -// 2018-08-29: OpenGL: Added support for more OpenGL loaders: glew and glad, with comments indicative that any loader can be used. -// 2018-08-09: OpenGL: Default to OpenGL ES 3 on iOS and Android. GLSL version default to "#version 300 ES". -// 2018-07-30: OpenGL: Support for GLSL 300 ES and 410 core. Fixes for Emscripten compilation. -// 2018-07-10: OpenGL: Support for more GLSL versions (based on the GLSL version string). Added error output when shaders fail to compile/link. -// 2018-06-08: Misc: Extracted imgui_impl_opengl3.cpp/.h away from the old combined GLFW/SDL+OpenGL3 examples. -// 2018-06-08: OpenGL: Use draw_data->DisplayPos and draw_data->DisplaySize to setup projection matrix and clipping rectangle. -// 2018-05-25: OpenGL: Removed unnecessary backup/restore of GL_ELEMENT_ARRAY_BUFFER_BINDING since this is part of the VAO state. -// 2018-05-14: OpenGL: Making the call to glBindSampler() optional so 3.2 context won't fail if the function is a NULL pointer. -// 2018-03-06: OpenGL: Added const char* glsl_version parameter to ImGui_ImplOpenGL3_Init() so user can override the GLSL version e.g. "#version 150". -// 2018-02-23: OpenGL: Create the VAO in the render function so the setup can more easily be used with multiple shared GL context. -// 2018-02-16: Misc: Obsoleted the io.RenderDrawListsFn callback and exposed ImGui_ImplSdlGL3_RenderDrawData() in the .h file so you can call it yourself. -// 2018-01-07: OpenGL: Changed GLSL shader version from 330 to 150. -// 2017-09-01: OpenGL: Save and restore current bound sampler. Save and restore current polygon mode. -// 2017-05-01: OpenGL: Fixed save and restore of current blend func state. -// 2017-05-01: OpenGL: Fixed save and restore of current GL_ACTIVE_TEXTURE. -// 2016-09-05: OpenGL: Fixed save and restore of current scissor rectangle. -// 2016-07-29: OpenGL: Explicitly setting GL_UNPACK_ROW_LENGTH to reduce issues because SDL changes it. (#752) - -//---------------------------------------- -// OpenGL GLSL GLSL -// version version string -//---------------------------------------- -// 2.0 110 "#version 110" -// 2.1 120 "#version 120" -// 3.0 130 "#version 130" -// 3.1 140 "#version 140" -// 3.2 150 "#version 150" -// 3.3 330 "#version 330 core" -// 4.0 400 "#version 400 core" -// 4.1 410 "#version 410 core" -// 4.2 420 "#version 410 core" -// 4.3 430 "#version 430 core" -// ES 2.0 100 "#version 100" = WebGL 1.0 -// ES 3.0 300 "#version 300 es" = WebGL 2.0 -//---------------------------------------- - -#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) -#define _CRT_SECURE_NO_WARNINGS -#endif - -#include "imgui.h" -#include "imgui_impl_opengl3.h" -#include -#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier -#include // intptr_t -#else -#include // intptr_t -#endif -#if defined(__APPLE__) -#include -#endif - -// Clang warnings with -Weverything -#if defined(__clang__) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wold-style-cast" // warning: use of old-style cast -#pragma clang diagnostic ignored "-Wsign-conversion" // warning: implicit conversion changes signedness -#if __has_warning("-Wzero-as-null-pointer-constant") -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" -#endif -#endif - -// GL includes -#if defined(IMGUI_IMPL_OPENGL_ES2) -#if (defined(__APPLE__) && (TARGET_OS_IOS || TARGET_OS_TV)) -#include // Use GL ES 2 -#else -#include // Use GL ES 2 -#endif -#if defined(__EMSCRIPTEN__) -#ifndef GL_GLEXT_PROTOTYPES -#define GL_GLEXT_PROTOTYPES -#endif -#include -#endif -#elif defined(IMGUI_IMPL_OPENGL_ES3) -#if (defined(__APPLE__) && (TARGET_OS_IOS || TARGET_OS_TV)) -#include // Use GL ES 3 -#else -#include // Use GL ES 3 -#endif -#elif !defined(IMGUI_IMPL_OPENGL_LOADER_CUSTOM) -// Modern desktop OpenGL doesn't have a standard portable header file to load OpenGL function pointers. -// Helper libraries are often used for this purpose! Here we are using our own minimal custom loader based on gl3w. -// In the rest of your app/engine, you can use another loader of your choice (gl3w, glew, glad, glbinding, glext, glLoadGen, etc.). -// If you happen to be developing a new feature for this backend (imgui_impl_opengl3.cpp): -// - You may need to regenerate imgui_impl_opengl3_loader.h to add new symbols. See https://github.com/dearimgui/gl3w_stripped -// - You can temporarily use an unstripped version. See https://github.com/dearimgui/gl3w_stripped/releases -// Changes to this backend using new APIs should be accompanied by a regenerated stripped loader version. -#define IMGL3W_IMPL -#include "imgui_impl_opengl3_loader.h" -#endif - -// Vertex arrays are not supported on ES2/WebGL1 unless Emscripten which uses an extension -#ifndef IMGUI_IMPL_OPENGL_ES2 -#define IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY -#elif defined(__EMSCRIPTEN__) -#define IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY -#define glBindVertexArray glBindVertexArrayOES -#define glGenVertexArrays glGenVertexArraysOES -#define glDeleteVertexArrays glDeleteVertexArraysOES -#define GL_VERTEX_ARRAY_BINDING GL_VERTEX_ARRAY_BINDING_OES -#endif - -// Desktop GL 2.0+ has glPolygonMode() which GL ES and WebGL don't have. -#ifdef GL_POLYGON_MODE -#define IMGUI_IMPL_HAS_POLYGON_MODE -#endif - -// Desktop GL 3.2+ has glDrawElementsBaseVertex() which GL ES and WebGL don't have. -#if !defined(IMGUI_IMPL_OPENGL_ES2) && !defined(IMGUI_IMPL_OPENGL_ES3) && defined(GL_VERSION_3_2) -#define IMGUI_IMPL_OPENGL_MAY_HAVE_VTX_OFFSET -#endif - -// Desktop GL 3.3+ has glBindSampler() -#if !defined(IMGUI_IMPL_OPENGL_ES2) && !defined(IMGUI_IMPL_OPENGL_ES3) && defined(GL_VERSION_3_3) -#define IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER -#endif - -// Desktop GL 3.1+ has GL_PRIMITIVE_RESTART state -#if !defined(IMGUI_IMPL_OPENGL_ES2) && !defined(IMGUI_IMPL_OPENGL_ES3) && defined(GL_VERSION_3_1) -#define IMGUI_IMPL_OPENGL_MAY_HAVE_PRIMITIVE_RESTART -#endif - -// Desktop GL use extension detection -#if !defined(IMGUI_IMPL_OPENGL_ES2) && !defined(IMGUI_IMPL_OPENGL_ES3) -#define IMGUI_IMPL_OPENGL_MAY_HAVE_EXTENSIONS -#endif - -// OpenGL Data -struct ImGui_ImplOpenGL3_Data -{ - GLuint GlVersion; // Extracted at runtime using GL_MAJOR_VERSION, GL_MINOR_VERSION queries (e.g. 320 for GL 3.2) - char GlslVersionString[32]; // Specified by user or detected based on compile time GL settings. - GLuint FontTexture; - GLuint ShaderHandle; - GLint AttribLocationTex; // Uniforms location - GLint AttribLocationProjMtx; - GLuint AttribLocationVtxPos; // Vertex attributes location - GLuint AttribLocationVtxUV; - GLuint AttribLocationVtxColor; - unsigned int VboHandle, ElementsHandle; - GLsizeiptr VertexBufferSize; - GLsizeiptr IndexBufferSize; - bool HasClipOrigin; - bool UseBufferSubData; - - ImGui_ImplOpenGL3_Data() { memset((void*)this, 0, sizeof(*this)); } -}; - -// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -static ImGui_ImplOpenGL3_Data* ImGui_ImplOpenGL3_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplOpenGL3_Data*)ImGui::GetIO().BackendRendererUserData : NULL; -} - -// OpenGL vertex attribute state (for ES 1.0 and ES 2.0 only) -#ifndef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY -struct ImGui_ImplOpenGL3_VtxAttribState -{ - GLint Enabled, Size, Type, Normalized, Stride; - GLvoid* Ptr; - - void GetState(GLint index) - { - glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &Enabled); - glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, &Size); - glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_TYPE, &Type); - glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, &Normalized); - glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_STRIDE, &Stride); - glGetVertexAttribPointerv(index, GL_VERTEX_ATTRIB_ARRAY_POINTER, &Ptr); - } - void SetState(GLint index) - { - glVertexAttribPointer(index, Size, Type, (GLboolean)Normalized, Stride, Ptr); - if (Enabled) glEnableVertexAttribArray(index); else glDisableVertexAttribArray(index); - } -}; -#endif - -// Functions -bool ImGui_ImplOpenGL3_Init(const char* glsl_version) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendRendererUserData == NULL && "Already initialized a renderer backend!"); - - // Initialize our loader -#if !defined(IMGUI_IMPL_OPENGL_ES2) && !defined(IMGUI_IMPL_OPENGL_ES3) && !defined(IMGUI_IMPL_OPENGL_LOADER_CUSTOM) - if (imgl3wInit() != 0) - { - fprintf(stderr, "Failed to initialize OpenGL loader!\n"); - return false; - } -#endif - - // Setup backend capabilities flags - ImGui_ImplOpenGL3_Data* bd = IM_NEW(ImGui_ImplOpenGL3_Data)(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_opengl3"; - - // Query for GL version (e.g. 320 for GL 3.2) -#if !defined(IMGUI_IMPL_OPENGL_ES2) - GLint major = 0; - GLint minor = 0; - glGetIntegerv(GL_MAJOR_VERSION, &major); - glGetIntegerv(GL_MINOR_VERSION, &minor); - if (major == 0 && minor == 0) - { - // Query GL_VERSION in desktop GL 2.x, the string will start with "." - const char* gl_version = (const char*)glGetString(GL_VERSION); - sscanf(gl_version, "%d.%d", &major, &minor); - } - bd->GlVersion = (GLuint)(major * 100 + minor * 10); - - // Query vendor to enable glBufferSubData kludge -#ifdef _WIN32 - if (const char* vendor = (const char*)glGetString(GL_VENDOR)) - if (strncmp(vendor, "Intel", 5) == 0) - bd->UseBufferSubData = true; -#endif - //printf("GL_MAJOR_VERSION = %d\nGL_MINOR_VERSION = %d\nGL_VENDOR = '%s'\nGL_RENDERER = '%s'\n", major, minor, (const char*)glGetString(GL_VENDOR), (const char*)glGetString(GL_RENDERER)); // [DEBUG] -#else - bd->GlVersion = 200; // GLES 2 -#endif - -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_VTX_OFFSET - if (bd->GlVersion >= 320) - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. -#endif - - // Store GLSL version string so we can refer to it later in case we recreate shaders. - // Note: GLSL version is NOT the same as GL version. Leave this to NULL if unsure. - if (glsl_version == NULL) - { -#if defined(IMGUI_IMPL_OPENGL_ES2) - glsl_version = "#version 100"; -#elif defined(IMGUI_IMPL_OPENGL_ES3) - glsl_version = "#version 300 es"; -#elif defined(__APPLE__) - glsl_version = "#version 150"; -#else - glsl_version = "#version 130"; -#endif - } - IM_ASSERT((int)strlen(glsl_version) + 2 < IM_ARRAYSIZE(bd->GlslVersionString)); - strcpy(bd->GlslVersionString, glsl_version); - strcat(bd->GlslVersionString, "\n"); - - // Make an arbitrary GL call (we don't actually need the result) - // IF YOU GET A CRASH HERE: it probably means the OpenGL function loader didn't do its job. Let us know! - GLint current_texture; - glGetIntegerv(GL_TEXTURE_BINDING_2D, ¤t_texture); - - // Detect extensions we support - bd->HasClipOrigin = (bd->GlVersion >= 450); -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_EXTENSIONS - GLint num_extensions = 0; - glGetIntegerv(GL_NUM_EXTENSIONS, &num_extensions); - for (GLint i = 0; i < num_extensions; i++) - { - const char* extension = (const char*)glGetStringi(GL_EXTENSIONS, i); - if (extension != NULL && strcmp(extension, "GL_ARB_clip_control") == 0) - bd->HasClipOrigin = true; - } -#endif - - return true; -} - -void ImGui_ImplOpenGL3_Shutdown() -{ - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - IM_ASSERT(bd != NULL && "No renderer backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplOpenGL3_DestroyDeviceObjects(); - io.BackendRendererName = NULL; - io.BackendRendererUserData = NULL; - IM_DELETE(bd); -} - -void ImGui_ImplOpenGL3_NewFrame() -{ - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplOpenGL3_Init()?"); - - if (!bd->ShaderHandle) - ImGui_ImplOpenGL3_CreateDeviceObjects(); -} - -static void ImGui_ImplOpenGL3_SetupRenderState(ImDrawData* draw_data, int fb_width, int fb_height, GLuint vertex_array_object) -{ - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - - // Setup render state: alpha-blending enabled, no face culling, no depth testing, scissor enabled, polygon fill - glEnable(GL_BLEND); - glBlendEquation(GL_FUNC_ADD); - glBlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ONE_MINUS_SRC_ALPHA); - glDisable(GL_CULL_FACE); - glDisable(GL_DEPTH_TEST); - glDisable(GL_STENCIL_TEST); - glEnable(GL_SCISSOR_TEST); -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_PRIMITIVE_RESTART - if (bd->GlVersion >= 310) - glDisable(GL_PRIMITIVE_RESTART); -#endif -#ifdef IMGUI_IMPL_HAS_POLYGON_MODE - glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); -#endif - - // Support for GL 4.5 rarely used glClipControl(GL_UPPER_LEFT) -#if defined(GL_CLIP_ORIGIN) - bool clip_origin_lower_left = true; - if (bd->HasClipOrigin) - { - GLenum current_clip_origin = 0; glGetIntegerv(GL_CLIP_ORIGIN, (GLint*)¤t_clip_origin); - if (current_clip_origin == GL_UPPER_LEFT) - clip_origin_lower_left = false; - } -#endif - - // Setup viewport, orthographic projection matrix - // Our visible imgui space lies from draw_data->DisplayPos (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). DisplayPos is (0,0) for single viewport apps. - glViewport(0, 0, (GLsizei)fb_width, (GLsizei)fb_height); - float L = draw_data->DisplayPos.x; - float R = draw_data->DisplayPos.x + draw_data->DisplaySize.x; - float T = draw_data->DisplayPos.y; - float B = draw_data->DisplayPos.y + draw_data->DisplaySize.y; -#if defined(GL_CLIP_ORIGIN) - if (!clip_origin_lower_left) { float tmp = T; T = B; B = tmp; } // Swap top and bottom if origin is upper left -#endif - const float ortho_projection[4][4] = - { - { 2.0f/(R-L), 0.0f, 0.0f, 0.0f }, - { 0.0f, 2.0f/(T-B), 0.0f, 0.0f }, - { 0.0f, 0.0f, -1.0f, 0.0f }, - { (R+L)/(L-R), (T+B)/(B-T), 0.0f, 1.0f }, - }; - glUseProgram(bd->ShaderHandle); - glUniform1i(bd->AttribLocationTex, 0); - glUniformMatrix4fv(bd->AttribLocationProjMtx, 1, GL_FALSE, &ortho_projection[0][0]); - -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER - if (bd->GlVersion >= 330) - glBindSampler(0, 0); // We use combined texture/sampler state. Applications using GL 3.3 may set that otherwise. -#endif - - (void)vertex_array_object; -#ifdef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - glBindVertexArray(vertex_array_object); -#endif - - // Bind vertex/index buffers and setup attributes for ImDrawVert - glBindBuffer(GL_ARRAY_BUFFER, bd->VboHandle); - glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, bd->ElementsHandle); - glEnableVertexAttribArray(bd->AttribLocationVtxPos); - glEnableVertexAttribArray(bd->AttribLocationVtxUV); - glEnableVertexAttribArray(bd->AttribLocationVtxColor); - glVertexAttribPointer(bd->AttribLocationVtxPos, 2, GL_FLOAT, GL_FALSE, sizeof(ImDrawVert), (GLvoid*)IM_OFFSETOF(ImDrawVert, pos)); - glVertexAttribPointer(bd->AttribLocationVtxUV, 2, GL_FLOAT, GL_FALSE, sizeof(ImDrawVert), (GLvoid*)IM_OFFSETOF(ImDrawVert, uv)); - glVertexAttribPointer(bd->AttribLocationVtxColor, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(ImDrawVert), (GLvoid*)IM_OFFSETOF(ImDrawVert, col)); -} - -// OpenGL3 Render function. -// Note that this implementation is little overcomplicated because we are saving/setting up/restoring every OpenGL state explicitly. -// This is in order to be able to run within an OpenGL engine that doesn't do so. -void ImGui_ImplOpenGL3_RenderDrawData(ImDrawData* draw_data) -{ - // Avoid rendering when minimized, scale coordinates for retina displays (screen coordinates != framebuffer coordinates) - int fb_width = (int)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x); - int fb_height = (int)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y); - if (fb_width <= 0 || fb_height <= 0) - return; - - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - - // Backup GL state - GLenum last_active_texture; glGetIntegerv(GL_ACTIVE_TEXTURE, (GLint*)&last_active_texture); - glActiveTexture(GL_TEXTURE0); - GLuint last_program; glGetIntegerv(GL_CURRENT_PROGRAM, (GLint*)&last_program); - GLuint last_texture; glGetIntegerv(GL_TEXTURE_BINDING_2D, (GLint*)&last_texture); -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER - GLuint last_sampler; if (bd->GlVersion >= 330) { glGetIntegerv(GL_SAMPLER_BINDING, (GLint*)&last_sampler); } else { last_sampler = 0; } -#endif - GLuint last_array_buffer; glGetIntegerv(GL_ARRAY_BUFFER_BINDING, (GLint*)&last_array_buffer); -#ifndef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - // This is part of VAO on OpenGL 3.0+ and OpenGL ES 3.0+. - GLint last_element_array_buffer; glGetIntegerv(GL_ELEMENT_ARRAY_BUFFER_BINDING, &last_element_array_buffer); - ImGui_ImplOpenGL3_VtxAttribState last_vtx_attrib_state_pos; last_vtx_attrib_state_pos.GetState(bd->AttribLocationVtxPos); - ImGui_ImplOpenGL3_VtxAttribState last_vtx_attrib_state_uv; last_vtx_attrib_state_uv.GetState(bd->AttribLocationVtxUV); - ImGui_ImplOpenGL3_VtxAttribState last_vtx_attrib_state_color; last_vtx_attrib_state_color.GetState(bd->AttribLocationVtxColor); -#endif -#ifdef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - GLuint last_vertex_array_object; glGetIntegerv(GL_VERTEX_ARRAY_BINDING, (GLint*)&last_vertex_array_object); -#endif -#ifdef IMGUI_IMPL_HAS_POLYGON_MODE - GLint last_polygon_mode[2]; glGetIntegerv(GL_POLYGON_MODE, last_polygon_mode); -#endif - GLint last_viewport[4]; glGetIntegerv(GL_VIEWPORT, last_viewport); - GLint last_scissor_box[4]; glGetIntegerv(GL_SCISSOR_BOX, last_scissor_box); - GLenum last_blend_src_rgb; glGetIntegerv(GL_BLEND_SRC_RGB, (GLint*)&last_blend_src_rgb); - GLenum last_blend_dst_rgb; glGetIntegerv(GL_BLEND_DST_RGB, (GLint*)&last_blend_dst_rgb); - GLenum last_blend_src_alpha; glGetIntegerv(GL_BLEND_SRC_ALPHA, (GLint*)&last_blend_src_alpha); - GLenum last_blend_dst_alpha; glGetIntegerv(GL_BLEND_DST_ALPHA, (GLint*)&last_blend_dst_alpha); - GLenum last_blend_equation_rgb; glGetIntegerv(GL_BLEND_EQUATION_RGB, (GLint*)&last_blend_equation_rgb); - GLenum last_blend_equation_alpha; glGetIntegerv(GL_BLEND_EQUATION_ALPHA, (GLint*)&last_blend_equation_alpha); - GLboolean last_enable_blend = glIsEnabled(GL_BLEND); - GLboolean last_enable_cull_face = glIsEnabled(GL_CULL_FACE); - GLboolean last_enable_depth_test = glIsEnabled(GL_DEPTH_TEST); - GLboolean last_enable_stencil_test = glIsEnabled(GL_STENCIL_TEST); - GLboolean last_enable_scissor_test = glIsEnabled(GL_SCISSOR_TEST); -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_PRIMITIVE_RESTART - GLboolean last_enable_primitive_restart = (bd->GlVersion >= 310) ? glIsEnabled(GL_PRIMITIVE_RESTART) : GL_FALSE; -#endif - - // Setup desired GL state - // Recreate the VAO every time (this is to easily allow multiple GL contexts to be rendered to. VAO are not shared among GL contexts) - // The renderer would actually work without any VAO bound, but then our VertexAttrib calls would overwrite the default one currently bound. - GLuint vertex_array_object = 0; -#ifdef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - glGenVertexArrays(1, &vertex_array_object); -#endif - ImGui_ImplOpenGL3_SetupRenderState(draw_data, fb_width, fb_height, vertex_array_object); - - // Will project scissor/clipping rectangles into framebuffer space - ImVec2 clip_off = draw_data->DisplayPos; // (0,0) unless using multi-viewports - ImVec2 clip_scale = draw_data->FramebufferScale; // (1,1) unless using retina display which are often (2,2) - - // Render command lists - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - - // Upload vertex/index buffers - // - On Intel windows drivers we got reports that regular glBufferData() led to accumulating leaks when using multi-viewports, so we started using orphaning + glBufferSubData(). (See https://github.com/ocornut/imgui/issues/4468) - // - On NVIDIA drivers we got reports that using orphaning + glBufferSubData() led to glitches when using multi-viewports. - // - OpenGL drivers are in a very sorry state in 2022, for now we are switching code path based on vendors. - const GLsizeiptr vtx_buffer_size = (GLsizeiptr)cmd_list->VtxBuffer.Size * (int)sizeof(ImDrawVert); - const GLsizeiptr idx_buffer_size = (GLsizeiptr)cmd_list->IdxBuffer.Size * (int)sizeof(ImDrawIdx); - if (bd->UseBufferSubData) - { - if (bd->VertexBufferSize < vtx_buffer_size) - { - bd->VertexBufferSize = vtx_buffer_size; - glBufferData(GL_ARRAY_BUFFER, bd->VertexBufferSize, NULL, GL_STREAM_DRAW); - } - if (bd->IndexBufferSize < idx_buffer_size) - { - bd->IndexBufferSize = idx_buffer_size; - glBufferData(GL_ELEMENT_ARRAY_BUFFER, bd->IndexBufferSize, NULL, GL_STREAM_DRAW); - } - glBufferSubData(GL_ARRAY_BUFFER, 0, vtx_buffer_size, (const GLvoid*)cmd_list->VtxBuffer.Data); - glBufferSubData(GL_ELEMENT_ARRAY_BUFFER, 0, idx_buffer_size, (const GLvoid*)cmd_list->IdxBuffer.Data); - } - else - { - glBufferData(GL_ARRAY_BUFFER, vtx_buffer_size, (const GLvoid*)cmd_list->VtxBuffer.Data, GL_STREAM_DRAW); - glBufferData(GL_ELEMENT_ARRAY_BUFFER, idx_buffer_size, (const GLvoid*)cmd_list->IdxBuffer.Data, GL_STREAM_DRAW); - } - - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback != NULL) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplOpenGL3_SetupRenderState(draw_data, fb_width, fb_height, vertex_array_object); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min((pcmd->ClipRect.x - clip_off.x) * clip_scale.x, (pcmd->ClipRect.y - clip_off.y) * clip_scale.y); - ImVec2 clip_max((pcmd->ClipRect.z - clip_off.x) * clip_scale.x, (pcmd->ClipRect.w - clip_off.y) * clip_scale.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply scissor/clipping rectangle (Y is inverted in OpenGL) - glScissor((int)clip_min.x, (int)((float)fb_height - clip_max.y), (int)(clip_max.x - clip_min.x), (int)(clip_max.y - clip_min.y)); - - // Bind texture, Draw - glBindTexture(GL_TEXTURE_2D, (GLuint)(intptr_t)pcmd->GetTexID()); -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_VTX_OFFSET - if (bd->GlVersion >= 320) - glDrawElementsBaseVertex(GL_TRIANGLES, (GLsizei)pcmd->ElemCount, sizeof(ImDrawIdx) == 2 ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT, (void*)(intptr_t)(pcmd->IdxOffset * sizeof(ImDrawIdx)), (GLint)pcmd->VtxOffset); - else -#endif - glDrawElements(GL_TRIANGLES, (GLsizei)pcmd->ElemCount, sizeof(ImDrawIdx) == 2 ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT, (void*)(intptr_t)(pcmd->IdxOffset * sizeof(ImDrawIdx))); - } - } - } - - // Destroy the temporary VAO -#ifdef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - glDeleteVertexArrays(1, &vertex_array_object); -#endif - - // Restore modified GL state - glUseProgram(last_program); - glBindTexture(GL_TEXTURE_2D, last_texture); -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_BIND_SAMPLER - if (bd->GlVersion >= 330) - glBindSampler(0, last_sampler); -#endif - glActiveTexture(last_active_texture); -#ifdef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - glBindVertexArray(last_vertex_array_object); -#endif - glBindBuffer(GL_ARRAY_BUFFER, last_array_buffer); -#ifndef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, last_element_array_buffer); - last_vtx_attrib_state_pos.SetState(bd->AttribLocationVtxPos); - last_vtx_attrib_state_uv.SetState(bd->AttribLocationVtxUV); - last_vtx_attrib_state_color.SetState(bd->AttribLocationVtxColor); -#endif - glBlendEquationSeparate(last_blend_equation_rgb, last_blend_equation_alpha); - glBlendFuncSeparate(last_blend_src_rgb, last_blend_dst_rgb, last_blend_src_alpha, last_blend_dst_alpha); - if (last_enable_blend) glEnable(GL_BLEND); else glDisable(GL_BLEND); - if (last_enable_cull_face) glEnable(GL_CULL_FACE); else glDisable(GL_CULL_FACE); - if (last_enable_depth_test) glEnable(GL_DEPTH_TEST); else glDisable(GL_DEPTH_TEST); - if (last_enable_stencil_test) glEnable(GL_STENCIL_TEST); else glDisable(GL_STENCIL_TEST); - if (last_enable_scissor_test) glEnable(GL_SCISSOR_TEST); else glDisable(GL_SCISSOR_TEST); -#ifdef IMGUI_IMPL_OPENGL_MAY_HAVE_PRIMITIVE_RESTART - if (bd->GlVersion >= 310) { if (last_enable_primitive_restart) glEnable(GL_PRIMITIVE_RESTART); else glDisable(GL_PRIMITIVE_RESTART); } -#endif - -#ifdef IMGUI_IMPL_HAS_POLYGON_MODE - glPolygonMode(GL_FRONT_AND_BACK, (GLenum)last_polygon_mode[0]); -#endif - glViewport(last_viewport[0], last_viewport[1], (GLsizei)last_viewport[2], (GLsizei)last_viewport[3]); - glScissor(last_scissor_box[0], last_scissor_box[1], (GLsizei)last_scissor_box[2], (GLsizei)last_scissor_box[3]); - (void)bd; // Not all compilation paths use this -} - -bool ImGui_ImplOpenGL3_CreateFontsTexture() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - - // Build texture atlas - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); // Load as RGBA 32-bit (75% of the memory is wasted, but default font is so small) because it is more likely to be compatible with user's existing shaders. If your ImTextureId represent a higher-level concept than just a GL texture id, consider calling GetTexDataAsAlpha8() instead to save on GPU memory. - - // Upload texture to graphics system - // (Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling) - GLint last_texture; - glGetIntegerv(GL_TEXTURE_BINDING_2D, &last_texture); - glGenTextures(1, &bd->FontTexture); - glBindTexture(GL_TEXTURE_2D, bd->FontTexture); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); -#ifdef GL_UNPACK_ROW_LENGTH // Not on WebGL/ES - glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); -#endif - glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels); - - // Store our identifier - io.Fonts->SetTexID((ImTextureID)(intptr_t)bd->FontTexture); - - // Restore state - glBindTexture(GL_TEXTURE_2D, last_texture); - - return true; -} - -void ImGui_ImplOpenGL3_DestroyFontsTexture() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - if (bd->FontTexture) - { - glDeleteTextures(1, &bd->FontTexture); - io.Fonts->SetTexID(0); - bd->FontTexture = 0; - } -} - -// If you get an error please report on github. You may try different GL context version or GLSL version. See GL<>GLSL version table at the top of this file. -static bool CheckShader(GLuint handle, const char* desc) -{ - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - GLint status = 0, log_length = 0; - glGetShaderiv(handle, GL_COMPILE_STATUS, &status); - glGetShaderiv(handle, GL_INFO_LOG_LENGTH, &log_length); - if ((GLboolean)status == GL_FALSE) - fprintf(stderr, "ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile %s! With GLSL: %s\n", desc, bd->GlslVersionString); - if (log_length > 1) - { - ImVector buf; - buf.resize((int)(log_length + 1)); - glGetShaderInfoLog(handle, log_length, NULL, (GLchar*)buf.begin()); - fprintf(stderr, "%s\n", buf.begin()); - } - return (GLboolean)status == GL_TRUE; -} - -// If you get an error please report on GitHub. You may try different GL context version or GLSL version. -static bool CheckProgram(GLuint handle, const char* desc) -{ - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - GLint status = 0, log_length = 0; - glGetProgramiv(handle, GL_LINK_STATUS, &status); - glGetProgramiv(handle, GL_INFO_LOG_LENGTH, &log_length); - if ((GLboolean)status == GL_FALSE) - fprintf(stderr, "ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link %s! With GLSL %s\n", desc, bd->GlslVersionString); - if (log_length > 1) - { - ImVector buf; - buf.resize((int)(log_length + 1)); - glGetProgramInfoLog(handle, log_length, NULL, (GLchar*)buf.begin()); - fprintf(stderr, "%s\n", buf.begin()); - } - return (GLboolean)status == GL_TRUE; -} - -bool ImGui_ImplOpenGL3_CreateDeviceObjects() -{ - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - - // Backup GL state - GLint last_texture, last_array_buffer; - glGetIntegerv(GL_TEXTURE_BINDING_2D, &last_texture); - glGetIntegerv(GL_ARRAY_BUFFER_BINDING, &last_array_buffer); -#ifdef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - GLint last_vertex_array; - glGetIntegerv(GL_VERTEX_ARRAY_BINDING, &last_vertex_array); -#endif - - // Parse GLSL version string - int glsl_version = 130; - sscanf(bd->GlslVersionString, "#version %d", &glsl_version); - - const GLchar* vertex_shader_glsl_120 = - "uniform mat4 ProjMtx;\n" - "attribute vec2 Position;\n" - "attribute vec2 UV;\n" - "attribute vec4 Color;\n" - "varying vec2 Frag_UV;\n" - "varying vec4 Frag_Color;\n" - "void main()\n" - "{\n" - " Frag_UV = UV;\n" - " Frag_Color = Color;\n" - " gl_Position = ProjMtx * vec4(Position.xy,0,1);\n" - "}\n"; - - const GLchar* vertex_shader_glsl_130 = - "uniform mat4 ProjMtx;\n" - "in vec2 Position;\n" - "in vec2 UV;\n" - "in vec4 Color;\n" - "out vec2 Frag_UV;\n" - "out vec4 Frag_Color;\n" - "void main()\n" - "{\n" - " Frag_UV = UV;\n" - " Frag_Color = Color;\n" - " gl_Position = ProjMtx * vec4(Position.xy,0,1);\n" - "}\n"; - - const GLchar* vertex_shader_glsl_300_es = - "precision highp float;\n" - "layout (location = 0) in vec2 Position;\n" - "layout (location = 1) in vec2 UV;\n" - "layout (location = 2) in vec4 Color;\n" - "uniform mat4 ProjMtx;\n" - "out vec2 Frag_UV;\n" - "out vec4 Frag_Color;\n" - "void main()\n" - "{\n" - " Frag_UV = UV;\n" - " Frag_Color = Color;\n" - " gl_Position = ProjMtx * vec4(Position.xy,0,1);\n" - "}\n"; - - const GLchar* vertex_shader_glsl_410_core = - "layout (location = 0) in vec2 Position;\n" - "layout (location = 1) in vec2 UV;\n" - "layout (location = 2) in vec4 Color;\n" - "uniform mat4 ProjMtx;\n" - "out vec2 Frag_UV;\n" - "out vec4 Frag_Color;\n" - "void main()\n" - "{\n" - " Frag_UV = UV;\n" - " Frag_Color = Color;\n" - " gl_Position = ProjMtx * vec4(Position.xy,0,1);\n" - "}\n"; - - const GLchar* fragment_shader_glsl_120 = - "#ifdef GL_ES\n" - " precision mediump float;\n" - "#endif\n" - "uniform sampler2D Texture;\n" - "varying vec2 Frag_UV;\n" - "varying vec4 Frag_Color;\n" - "void main()\n" - "{\n" - " gl_FragColor = Frag_Color * texture2D(Texture, Frag_UV.st);\n" - "}\n"; - - const GLchar* fragment_shader_glsl_130 = - "uniform sampler2D Texture;\n" - "in vec2 Frag_UV;\n" - "in vec4 Frag_Color;\n" - "out vec4 Out_Color;\n" - "void main()\n" - "{\n" - " Out_Color = Frag_Color * texture(Texture, Frag_UV.st);\n" - "}\n"; - - const GLchar* fragment_shader_glsl_300_es = - "precision mediump float;\n" - "uniform sampler2D Texture;\n" - "in vec2 Frag_UV;\n" - "in vec4 Frag_Color;\n" - "layout (location = 0) out vec4 Out_Color;\n" - "void main()\n" - "{\n" - " Out_Color = Frag_Color * texture(Texture, Frag_UV.st);\n" - "}\n"; - - const GLchar* fragment_shader_glsl_410_core = - "in vec2 Frag_UV;\n" - "in vec4 Frag_Color;\n" - "uniform sampler2D Texture;\n" - "layout (location = 0) out vec4 Out_Color;\n" - "void main()\n" - "{\n" - " Out_Color = Frag_Color * texture(Texture, Frag_UV.st);\n" - "}\n"; - - // Select shaders matching our GLSL versions - const GLchar* vertex_shader = NULL; - const GLchar* fragment_shader = NULL; - if (glsl_version < 130) - { - vertex_shader = vertex_shader_glsl_120; - fragment_shader = fragment_shader_glsl_120; - } - else if (glsl_version >= 410) - { - vertex_shader = vertex_shader_glsl_410_core; - fragment_shader = fragment_shader_glsl_410_core; - } - else if (glsl_version == 300) - { - vertex_shader = vertex_shader_glsl_300_es; - fragment_shader = fragment_shader_glsl_300_es; - } - else - { - vertex_shader = vertex_shader_glsl_130; - fragment_shader = fragment_shader_glsl_130; - } - - // Create shaders - const GLchar* vertex_shader_with_version[2] = { bd->GlslVersionString, vertex_shader }; - GLuint vert_handle = glCreateShader(GL_VERTEX_SHADER); - glShaderSource(vert_handle, 2, vertex_shader_with_version, NULL); - glCompileShader(vert_handle); - CheckShader(vert_handle, "vertex shader"); - - const GLchar* fragment_shader_with_version[2] = { bd->GlslVersionString, fragment_shader }; - GLuint frag_handle = glCreateShader(GL_FRAGMENT_SHADER); - glShaderSource(frag_handle, 2, fragment_shader_with_version, NULL); - glCompileShader(frag_handle); - CheckShader(frag_handle, "fragment shader"); - - // Link - bd->ShaderHandle = glCreateProgram(); - glAttachShader(bd->ShaderHandle, vert_handle); - glAttachShader(bd->ShaderHandle, frag_handle); - glLinkProgram(bd->ShaderHandle); - CheckProgram(bd->ShaderHandle, "shader program"); - - glDetachShader(bd->ShaderHandle, vert_handle); - glDetachShader(bd->ShaderHandle, frag_handle); - glDeleteShader(vert_handle); - glDeleteShader(frag_handle); - - bd->AttribLocationTex = glGetUniformLocation(bd->ShaderHandle, "Texture"); - bd->AttribLocationProjMtx = glGetUniformLocation(bd->ShaderHandle, "ProjMtx"); - bd->AttribLocationVtxPos = (GLuint)glGetAttribLocation(bd->ShaderHandle, "Position"); - bd->AttribLocationVtxUV = (GLuint)glGetAttribLocation(bd->ShaderHandle, "UV"); - bd->AttribLocationVtxColor = (GLuint)glGetAttribLocation(bd->ShaderHandle, "Color"); - - // Create buffers - glGenBuffers(1, &bd->VboHandle); - glGenBuffers(1, &bd->ElementsHandle); - - ImGui_ImplOpenGL3_CreateFontsTexture(); - - // Restore modified GL state - glBindTexture(GL_TEXTURE_2D, last_texture); - glBindBuffer(GL_ARRAY_BUFFER, last_array_buffer); -#ifdef IMGUI_IMPL_OPENGL_USE_VERTEX_ARRAY - glBindVertexArray(last_vertex_array); -#endif - - return true; -} - -void ImGui_ImplOpenGL3_DestroyDeviceObjects() -{ - ImGui_ImplOpenGL3_Data* bd = ImGui_ImplOpenGL3_GetBackendData(); - if (bd->VboHandle) { glDeleteBuffers(1, &bd->VboHandle); bd->VboHandle = 0; } - if (bd->ElementsHandle) { glDeleteBuffers(1, &bd->ElementsHandle); bd->ElementsHandle = 0; } - if (bd->ShaderHandle) { glDeleteProgram(bd->ShaderHandle); bd->ShaderHandle = 0; } - ImGui_ImplOpenGL3_DestroyFontsTexture(); -} - -#if defined(__clang__) -#pragma clang diagnostic pop -#endif diff --git a/external/imgui/backends/imgui_impl_opengl3.h b/external/imgui/backends/imgui_impl_opengl3.h deleted file mode 100644 index 19f185b8..00000000 --- a/external/imgui/backends/imgui_impl_opengl3.h +++ /dev/null @@ -1,55 +0,0 @@ -// dear imgui: Renderer Backend for modern OpenGL with shaders / programmatic pipeline -// - Desktop GL: 2.x 3.x 4.x -// - Embedded GL: ES 2.0 (WebGL 1.0), ES 3.0 (WebGL 2.0) -// This needs to be used along with a Platform Backend (e.g. GLFW, SDL, Win32, custom..) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID! -// [x] Renderer: Desktop GL only: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// About GLSL version: -// The 'glsl_version' initialization parameter should be NULL (default) or a "#version XXX" string. -// On computer platform the GLSL version default to "#version 130". On OpenGL ES 3 platform it defaults to "#version 300 es" -// Only override if your GL version doesn't handle this GLSL version. See GLSL version table at the top of imgui_impl_opengl3.cpp. - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -// Backend API -IMGUI_IMPL_API bool ImGui_ImplOpenGL3_Init(const char* glsl_version = NULL); -IMGUI_IMPL_API void ImGui_ImplOpenGL3_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplOpenGL3_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplOpenGL3_RenderDrawData(ImDrawData* draw_data); - -// (Optional) Called by Init/NewFrame/Shutdown -IMGUI_IMPL_API bool ImGui_ImplOpenGL3_CreateFontsTexture(); -IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyFontsTexture(); -IMGUI_IMPL_API bool ImGui_ImplOpenGL3_CreateDeviceObjects(); -IMGUI_IMPL_API void ImGui_ImplOpenGL3_DestroyDeviceObjects(); - -// Specific OpenGL ES versions -//#define IMGUI_IMPL_OPENGL_ES2 // Auto-detected on Emscripten -//#define IMGUI_IMPL_OPENGL_ES3 // Auto-detected on iOS/Android - -// You can explicitly select GLES2 or GLES3 API by using one of the '#define IMGUI_IMPL_OPENGL_LOADER_XXX' in imconfig.h or compiler command-line. -#if !defined(IMGUI_IMPL_OPENGL_ES2) \ - && !defined(IMGUI_IMPL_OPENGL_ES3) - -// Try to detect GLES on matching platforms -#if defined(__APPLE__) -#include -#endif -#if (defined(__APPLE__) && (TARGET_OS_IOS || TARGET_OS_TV)) || (defined(__ANDROID__)) -#define IMGUI_IMPL_OPENGL_ES3 // iOS, Android -> GL ES 3, "#version 300 es" -#elif defined(__EMSCRIPTEN__) || defined(__amigaos4__) -#define IMGUI_IMPL_OPENGL_ES2 // Emscripten -> GL ES 2, "#version 100" -#else -// Otherwise imgui_impl_opengl3_loader.h will be used. -#endif - -#endif diff --git a/external/imgui/backends/imgui_impl_opengl3_loader.h b/external/imgui/backends/imgui_impl_opengl3_loader.h deleted file mode 100644 index d5762359..00000000 --- a/external/imgui/backends/imgui_impl_opengl3_loader.h +++ /dev/null @@ -1,786 +0,0 @@ -//----------------------------------------------------------------------------- -// About imgui_impl_opengl3_loader.h: -// -// We embed our own OpenGL loader to not require user to provide their own or to have to use ours, -// which proved to be endless problems for users. -// Our loader is custom-generated, based on gl3w but automatically filtered to only include -// enums/functions that we use in our imgui_impl_opengl3.cpp source file in order to be small. -// -// YOU SHOULD NOT NEED TO INCLUDE/USE THIS DIRECTLY. THIS IS USED BY imgui_impl_opengl3.cpp ONLY. -// THE REST OF YOUR APP SHOULD USE A DIFFERENT GL LOADER: ANY GL LOADER OF YOUR CHOICE. -// -// Regenerate with: -// python gl3w_gen.py --output ../imgui/backends/imgui_impl_opengl3_loader.h --ref ../imgui/backends/imgui_impl_opengl3.cpp ./extra_symbols.txt -// -// More info: -// https://github.com/dearimgui/gl3w_stripped -// https://github.com/ocornut/imgui/issues/4445 -//----------------------------------------------------------------------------- - -/* - * This file was generated with gl3w_gen.py, part of imgl3w - * (hosted at https://github.com/dearimgui/gl3w_stripped) - * - * This is free and unencumbered software released into the public domain. - * - * Anyone is free to copy, modify, publish, use, compile, sell, or - * distribute this software, either in source code form or as a compiled - * binary, for any purpose, commercial or non-commercial, and by any - * means. - * - * In jurisdictions that recognize copyright laws, the author or authors - * of this software dedicate any and all copyright interest in the - * software to the public domain. We make this dedication for the benefit - * of the public at large and to the detriment of our heirs and - * successors. We intend this dedication to be an overt act of - * relinquishment in perpetuity of all present and future rights to this - * software under copyright law. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef __gl3w_h_ -#define __gl3w_h_ - -// Adapted from KHR/khrplatform.h to avoid including entire file. -#ifndef __khrplatform_h_ -typedef float khronos_float_t; -typedef signed char khronos_int8_t; -typedef unsigned char khronos_uint8_t; -typedef signed short int khronos_int16_t; -typedef unsigned short int khronos_uint16_t; -#ifdef _WIN64 -typedef signed long long int khronos_intptr_t; -typedef signed long long int khronos_ssize_t; -#else -typedef signed long int khronos_intptr_t; -typedef signed long int khronos_ssize_t; -#endif - -#if defined(_MSC_VER) && !defined(__clang__) -typedef signed __int64 khronos_int64_t; -typedef unsigned __int64 khronos_uint64_t; -#elif (defined(__clang__) || defined(__GNUC__)) && (__cplusplus < 201100) -#include -typedef int64_t khronos_int64_t; -typedef uint64_t khronos_uint64_t; -#else -typedef signed long long khronos_int64_t; -typedef unsigned long long khronos_uint64_t; -#endif -#endif // __khrplatform_h_ - -#ifndef __gl_glcorearb_h_ -#define __gl_glcorearb_h_ 1 -#ifdef __cplusplus -extern "C" { -#endif -/* -** Copyright 2013-2020 The Khronos Group Inc. -** SPDX-License-Identifier: MIT -** -** This header is generated from the Khronos OpenGL / OpenGL ES XML -** API Registry. The current version of the Registry, generator scripts -** used to make the header, and the header can be found at -** https://github.com/KhronosGroup/OpenGL-Registry -*/ -#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN 1 -#endif -#include -#endif -#ifndef APIENTRY -#define APIENTRY -#endif -#ifndef APIENTRYP -#define APIENTRYP APIENTRY * -#endif -#ifndef GLAPI -#define GLAPI extern -#endif -/* glcorearb.h is for use with OpenGL core profile implementations. -** It should should be placed in the same directory as gl.h and -** included as . -** -** glcorearb.h includes only APIs in the latest OpenGL core profile -** implementation together with APIs in newer ARB extensions which -** can be supported by the core profile. It does not, and never will -** include functionality removed from the core profile, such as -** fixed-function vertex and fragment processing. -** -** Do not #include both and either of or -** in the same source file. -*/ -/* Generated C header for: - * API: gl - * Profile: core - * Versions considered: .* - * Versions emitted: .* - * Default extensions included: glcore - * Additional extensions included: _nomatch_^ - * Extensions removed: _nomatch_^ - */ -#ifndef GL_VERSION_1_0 -typedef void GLvoid; -typedef unsigned int GLenum; - -typedef khronos_float_t GLfloat; -typedef int GLint; -typedef int GLsizei; -typedef unsigned int GLbitfield; -typedef double GLdouble; -typedef unsigned int GLuint; -typedef unsigned char GLboolean; -typedef khronos_uint8_t GLubyte; -#define GL_COLOR_BUFFER_BIT 0x00004000 -#define GL_FALSE 0 -#define GL_TRUE 1 -#define GL_TRIANGLES 0x0004 -#define GL_ONE 1 -#define GL_SRC_ALPHA 0x0302 -#define GL_ONE_MINUS_SRC_ALPHA 0x0303 -#define GL_FRONT_AND_BACK 0x0408 -#define GL_POLYGON_MODE 0x0B40 -#define GL_CULL_FACE 0x0B44 -#define GL_DEPTH_TEST 0x0B71 -#define GL_STENCIL_TEST 0x0B90 -#define GL_VIEWPORT 0x0BA2 -#define GL_BLEND 0x0BE2 -#define GL_SCISSOR_BOX 0x0C10 -#define GL_SCISSOR_TEST 0x0C11 -#define GL_UNPACK_ROW_LENGTH 0x0CF2 -#define GL_PACK_ALIGNMENT 0x0D05 -#define GL_TEXTURE_2D 0x0DE1 -#define GL_UNSIGNED_BYTE 0x1401 -#define GL_UNSIGNED_SHORT 0x1403 -#define GL_UNSIGNED_INT 0x1405 -#define GL_FLOAT 0x1406 -#define GL_RGBA 0x1908 -#define GL_FILL 0x1B02 -#define GL_VENDOR 0x1F00 -#define GL_RENDERER 0x1F01 -#define GL_VERSION 0x1F02 -#define GL_EXTENSIONS 0x1F03 -#define GL_LINEAR 0x2601 -#define GL_TEXTURE_MAG_FILTER 0x2800 -#define GL_TEXTURE_MIN_FILTER 0x2801 -typedef void (APIENTRYP PFNGLPOLYGONMODEPROC) (GLenum face, GLenum mode); -typedef void (APIENTRYP PFNGLSCISSORPROC) (GLint x, GLint y, GLsizei width, GLsizei height); -typedef void (APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param); -typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); -typedef void (APIENTRYP PFNGLCLEARPROC) (GLbitfield mask); -typedef void (APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); -typedef void (APIENTRYP PFNGLDISABLEPROC) (GLenum cap); -typedef void (APIENTRYP PFNGLENABLEPROC) (GLenum cap); -typedef void (APIENTRYP PFNGLFLUSHPROC) (void); -typedef void (APIENTRYP PFNGLPIXELSTOREIPROC) (GLenum pname, GLint param); -typedef void (APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); -typedef GLenum (APIENTRYP PFNGLGETERRORPROC) (void); -typedef void (APIENTRYP PFNGLGETINTEGERVPROC) (GLenum pname, GLint *data); -typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGPROC) (GLenum name); -typedef GLboolean (APIENTRYP PFNGLISENABLEDPROC) (GLenum cap); -typedef void (APIENTRYP PFNGLVIEWPORTPROC) (GLint x, GLint y, GLsizei width, GLsizei height); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI void APIENTRY glPolygonMode (GLenum face, GLenum mode); -GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); -GLAPI void APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param); -GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); -GLAPI void APIENTRY glClear (GLbitfield mask); -GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); -GLAPI void APIENTRY glDisable (GLenum cap); -GLAPI void APIENTRY glEnable (GLenum cap); -GLAPI void APIENTRY glFlush (void); -GLAPI void APIENTRY glPixelStorei (GLenum pname, GLint param); -GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); -GLAPI GLenum APIENTRY glGetError (void); -GLAPI void APIENTRY glGetIntegerv (GLenum pname, GLint *data); -GLAPI const GLubyte *APIENTRY glGetString (GLenum name); -GLAPI GLboolean APIENTRY glIsEnabled (GLenum cap); -GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height); -#endif -#endif /* GL_VERSION_1_0 */ -#ifndef GL_VERSION_1_1 -typedef khronos_float_t GLclampf; -typedef double GLclampd; -#define GL_TEXTURE_BINDING_2D 0x8069 -typedef void (APIENTRYP PFNGLDRAWELEMENTSPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices); -typedef void (APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture); -typedef void (APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures); -typedef void (APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI void APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const void *indices); -GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture); -GLAPI void APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); -GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures); -#endif -#endif /* GL_VERSION_1_1 */ -#ifndef GL_VERSION_1_3 -#define GL_TEXTURE0 0x84C0 -#define GL_ACTIVE_TEXTURE 0x84E0 -typedef void (APIENTRYP PFNGLACTIVETEXTUREPROC) (GLenum texture); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI void APIENTRY glActiveTexture (GLenum texture); -#endif -#endif /* GL_VERSION_1_3 */ -#ifndef GL_VERSION_1_4 -#define GL_BLEND_DST_RGB 0x80C8 -#define GL_BLEND_SRC_RGB 0x80C9 -#define GL_BLEND_DST_ALPHA 0x80CA -#define GL_BLEND_SRC_ALPHA 0x80CB -#define GL_FUNC_ADD 0x8006 -typedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); -typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI void APIENTRY glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); -GLAPI void APIENTRY glBlendEquation (GLenum mode); -#endif -#endif /* GL_VERSION_1_4 */ -#ifndef GL_VERSION_1_5 -typedef khronos_ssize_t GLsizeiptr; -typedef khronos_intptr_t GLintptr; -#define GL_ARRAY_BUFFER 0x8892 -#define GL_ELEMENT_ARRAY_BUFFER 0x8893 -#define GL_ARRAY_BUFFER_BINDING 0x8894 -#define GL_ELEMENT_ARRAY_BUFFER_BINDING 0x8895 -#define GL_STREAM_DRAW 0x88E0 -typedef void (APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); -typedef void (APIENTRYP PFNGLDELETEBUFFERSPROC) (GLsizei n, const GLuint *buffers); -typedef void (APIENTRYP PFNGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers); -typedef void (APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeiptr size, const void *data, GLenum usage); -typedef void (APIENTRYP PFNGLBUFFERSUBDATAPROC) (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI void APIENTRY glBindBuffer (GLenum target, GLuint buffer); -GLAPI void APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers); -GLAPI void APIENTRY glGenBuffers (GLsizei n, GLuint *buffers); -GLAPI void APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage); -GLAPI void APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const void *data); -#endif -#endif /* GL_VERSION_1_5 */ -#ifndef GL_VERSION_2_0 -typedef char GLchar; -typedef khronos_int16_t GLshort; -typedef khronos_int8_t GLbyte; -typedef khronos_uint16_t GLushort; -#define GL_BLEND_EQUATION_RGB 0x8009 -#define GL_VERTEX_ATTRIB_ARRAY_ENABLED 0x8622 -#define GL_VERTEX_ATTRIB_ARRAY_SIZE 0x8623 -#define GL_VERTEX_ATTRIB_ARRAY_STRIDE 0x8624 -#define GL_VERTEX_ATTRIB_ARRAY_TYPE 0x8625 -#define GL_VERTEX_ATTRIB_ARRAY_POINTER 0x8645 -#define GL_BLEND_EQUATION_ALPHA 0x883D -#define GL_VERTEX_ATTRIB_ARRAY_NORMALIZED 0x886A -#define GL_FRAGMENT_SHADER 0x8B30 -#define GL_VERTEX_SHADER 0x8B31 -#define GL_COMPILE_STATUS 0x8B81 -#define GL_LINK_STATUS 0x8B82 -#define GL_INFO_LOG_LENGTH 0x8B84 -#define GL_CURRENT_PROGRAM 0x8B8D -#define GL_UPPER_LEFT 0x8CA2 -typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEPROC) (GLenum modeRGB, GLenum modeAlpha); -typedef void (APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader); -typedef void (APIENTRYP PFNGLCOMPILESHADERPROC) (GLuint shader); -typedef GLuint (APIENTRYP PFNGLCREATEPROGRAMPROC) (void); -typedef GLuint (APIENTRYP PFNGLCREATESHADERPROC) (GLenum type); -typedef void (APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program); -typedef void (APIENTRYP PFNGLDELETESHADERPROC) (GLuint shader); -typedef void (APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader); -typedef void (APIENTRYP PFNGLDISABLEVERTEXATTRIBARRAYPROC) (GLuint index); -typedef void (APIENTRYP PFNGLENABLEVERTEXATTRIBARRAYPROC) (GLuint index); -typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name); -typedef void (APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params); -typedef void (APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -typedef void (APIENTRYP PFNGLGETSHADERIVPROC) (GLuint shader, GLenum pname, GLint *params); -typedef void (APIENTRYP PFNGLGETSHADERINFOLOGPROC) (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONPROC) (GLuint program, const GLchar *name); -typedef void (APIENTRYP PFNGLGETVERTEXATTRIBIVPROC) (GLuint index, GLenum pname, GLint *params); -typedef void (APIENTRYP PFNGLGETVERTEXATTRIBPOINTERVPROC) (GLuint index, GLenum pname, void **pointer); -typedef void (APIENTRYP PFNGLLINKPROGRAMPROC) (GLuint program); -typedef void (APIENTRYP PFNGLSHADERSOURCEPROC) (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length); -typedef void (APIENTRYP PFNGLUSEPROGRAMPROC) (GLuint program); -typedef void (APIENTRYP PFNGLUNIFORM1IPROC) (GLint location, GLint v0); -typedef void (APIENTRYP PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI void APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha); -GLAPI void APIENTRY glAttachShader (GLuint program, GLuint shader); -GLAPI void APIENTRY glCompileShader (GLuint shader); -GLAPI GLuint APIENTRY glCreateProgram (void); -GLAPI GLuint APIENTRY glCreateShader (GLenum type); -GLAPI void APIENTRY glDeleteProgram (GLuint program); -GLAPI void APIENTRY glDeleteShader (GLuint shader); -GLAPI void APIENTRY glDetachShader (GLuint program, GLuint shader); -GLAPI void APIENTRY glDisableVertexAttribArray (GLuint index); -GLAPI void APIENTRY glEnableVertexAttribArray (GLuint index); -GLAPI GLint APIENTRY glGetAttribLocation (GLuint program, const GLchar *name); -GLAPI void APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params); -GLAPI void APIENTRY glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -GLAPI void APIENTRY glGetShaderiv (GLuint shader, GLenum pname, GLint *params); -GLAPI void APIENTRY glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog); -GLAPI GLint APIENTRY glGetUniformLocation (GLuint program, const GLchar *name); -GLAPI void APIENTRY glGetVertexAttribiv (GLuint index, GLenum pname, GLint *params); -GLAPI void APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, void **pointer); -GLAPI void APIENTRY glLinkProgram (GLuint program); -GLAPI void APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length); -GLAPI void APIENTRY glUseProgram (GLuint program); -GLAPI void APIENTRY glUniform1i (GLint location, GLint v0); -GLAPI void APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); -GLAPI void APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer); -#endif -#endif /* GL_VERSION_2_0 */ -#ifndef GL_VERSION_3_0 -typedef khronos_uint16_t GLhalf; -#define GL_MAJOR_VERSION 0x821B -#define GL_MINOR_VERSION 0x821C -#define GL_NUM_EXTENSIONS 0x821D -#define GL_FRAMEBUFFER_SRGB 0x8DB9 -#define GL_VERTEX_ARRAY_BINDING 0x85B5 -typedef void (APIENTRYP PFNGLGETBOOLEANI_VPROC) (GLenum target, GLuint index, GLboolean *data); -typedef void (APIENTRYP PFNGLGETINTEGERI_VPROC) (GLenum target, GLuint index, GLint *data); -typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index); -typedef void (APIENTRYP PFNGLBINDVERTEXARRAYPROC) (GLuint array); -typedef void (APIENTRYP PFNGLDELETEVERTEXARRAYSPROC) (GLsizei n, const GLuint *arrays); -typedef void (APIENTRYP PFNGLGENVERTEXARRAYSPROC) (GLsizei n, GLuint *arrays); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI const GLubyte *APIENTRY glGetStringi (GLenum name, GLuint index); -GLAPI void APIENTRY glBindVertexArray (GLuint array); -GLAPI void APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays); -GLAPI void APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays); -#endif -#endif /* GL_VERSION_3_0 */ -#ifndef GL_VERSION_3_1 -#define GL_VERSION_3_1 1 -#define GL_PRIMITIVE_RESTART 0x8F9D -#endif /* GL_VERSION_3_1 */ -#ifndef GL_VERSION_3_2 -#define GL_VERSION_3_2 1 -typedef struct __GLsync *GLsync; -typedef khronos_uint64_t GLuint64; -typedef khronos_int64_t GLint64; -typedef void (APIENTRYP PFNGLDRAWELEMENTSBASEVERTEXPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex); -typedef void (APIENTRYP PFNGLGETINTEGER64I_VPROC) (GLenum target, GLuint index, GLint64 *data); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI void APIENTRY glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex); -#endif -#endif /* GL_VERSION_3_2 */ -#ifndef GL_VERSION_3_3 -#define GL_VERSION_3_3 1 -#define GL_SAMPLER_BINDING 0x8919 -typedef void (APIENTRYP PFNGLBINDSAMPLERPROC) (GLuint unit, GLuint sampler); -#ifdef GL_GLEXT_PROTOTYPES -GLAPI void APIENTRY glBindSampler (GLuint unit, GLuint sampler); -#endif -#endif /* GL_VERSION_3_3 */ -#ifndef GL_VERSION_4_1 -typedef void (APIENTRYP PFNGLGETFLOATI_VPROC) (GLenum target, GLuint index, GLfloat *data); -typedef void (APIENTRYP PFNGLGETDOUBLEI_VPROC) (GLenum target, GLuint index, GLdouble *data); -#endif /* GL_VERSION_4_1 */ -#ifndef GL_VERSION_4_3 -typedef void (APIENTRY *GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam); -#endif /* GL_VERSION_4_3 */ -#ifndef GL_VERSION_4_5 -#define GL_CLIP_ORIGIN 0x935C -typedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKI_VPROC) (GLuint xfb, GLenum pname, GLuint index, GLint *param); -typedef void (APIENTRYP PFNGLGETTRANSFORMFEEDBACKI64_VPROC) (GLuint xfb, GLenum pname, GLuint index, GLint64 *param); -#endif /* GL_VERSION_4_5 */ -#ifndef GL_ARB_bindless_texture -typedef khronos_uint64_t GLuint64EXT; -#endif /* GL_ARB_bindless_texture */ -#ifndef GL_ARB_cl_event -struct _cl_context; -struct _cl_event; -#endif /* GL_ARB_cl_event */ -#ifndef GL_ARB_clip_control -#define GL_ARB_clip_control 1 -#endif /* GL_ARB_clip_control */ -#ifndef GL_ARB_debug_output -typedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam); -#endif /* GL_ARB_debug_output */ -#ifndef GL_EXT_EGL_image_storage -typedef void *GLeglImageOES; -#endif /* GL_EXT_EGL_image_storage */ -#ifndef GL_EXT_direct_state_access -typedef void (APIENTRYP PFNGLGETFLOATI_VEXTPROC) (GLenum pname, GLuint index, GLfloat *params); -typedef void (APIENTRYP PFNGLGETDOUBLEI_VEXTPROC) (GLenum pname, GLuint index, GLdouble *params); -typedef void (APIENTRYP PFNGLGETPOINTERI_VEXTPROC) (GLenum pname, GLuint index, void **params); -typedef void (APIENTRYP PFNGLGETVERTEXARRAYINTEGERI_VEXTPROC) (GLuint vaobj, GLuint index, GLenum pname, GLint *param); -typedef void (APIENTRYP PFNGLGETVERTEXARRAYPOINTERI_VEXTPROC) (GLuint vaobj, GLuint index, GLenum pname, void **param); -#endif /* GL_EXT_direct_state_access */ -#ifndef GL_NV_draw_vulkan_image -typedef void (APIENTRY *GLVULKANPROCNV)(void); -#endif /* GL_NV_draw_vulkan_image */ -#ifndef GL_NV_gpu_shader5 -typedef khronos_int64_t GLint64EXT; -#endif /* GL_NV_gpu_shader5 */ -#ifndef GL_NV_vertex_buffer_unified_memory -typedef void (APIENTRYP PFNGLGETINTEGERUI64I_VNVPROC) (GLenum value, GLuint index, GLuint64EXT *result); -#endif /* GL_NV_vertex_buffer_unified_memory */ -#ifdef __cplusplus -} -#endif -#endif - -#ifndef GL3W_API -#define GL3W_API -#endif - -#ifndef __gl_h_ -#define __gl_h_ -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -#define GL3W_OK 0 -#define GL3W_ERROR_INIT -1 -#define GL3W_ERROR_LIBRARY_OPEN -2 -#define GL3W_ERROR_OPENGL_VERSION -3 - -typedef void (*GL3WglProc)(void); -typedef GL3WglProc (*GL3WGetProcAddressProc)(const char *proc); - -/* gl3w api */ -GL3W_API int imgl3wInit(void); -GL3W_API int imgl3wInit2(GL3WGetProcAddressProc proc); -GL3W_API int imgl3wIsSupported(int major, int minor); -GL3W_API GL3WglProc imgl3wGetProcAddress(const char *proc); - -/* gl3w internal state */ -union GL3WProcs { - GL3WglProc ptr[58]; - struct { - PFNGLACTIVETEXTUREPROC ActiveTexture; - PFNGLATTACHSHADERPROC AttachShader; - PFNGLBINDBUFFERPROC BindBuffer; - PFNGLBINDSAMPLERPROC BindSampler; - PFNGLBINDTEXTUREPROC BindTexture; - PFNGLBINDVERTEXARRAYPROC BindVertexArray; - PFNGLBLENDEQUATIONPROC BlendEquation; - PFNGLBLENDEQUATIONSEPARATEPROC BlendEquationSeparate; - PFNGLBLENDFUNCSEPARATEPROC BlendFuncSeparate; - PFNGLBUFFERDATAPROC BufferData; - PFNGLBUFFERSUBDATAPROC BufferSubData; - PFNGLCLEARPROC Clear; - PFNGLCLEARCOLORPROC ClearColor; - PFNGLCOMPILESHADERPROC CompileShader; - PFNGLCREATEPROGRAMPROC CreateProgram; - PFNGLCREATESHADERPROC CreateShader; - PFNGLDELETEBUFFERSPROC DeleteBuffers; - PFNGLDELETEPROGRAMPROC DeleteProgram; - PFNGLDELETESHADERPROC DeleteShader; - PFNGLDELETETEXTURESPROC DeleteTextures; - PFNGLDELETEVERTEXARRAYSPROC DeleteVertexArrays; - PFNGLDETACHSHADERPROC DetachShader; - PFNGLDISABLEPROC Disable; - PFNGLDISABLEVERTEXATTRIBARRAYPROC DisableVertexAttribArray; - PFNGLDRAWELEMENTSPROC DrawElements; - PFNGLDRAWELEMENTSBASEVERTEXPROC DrawElementsBaseVertex; - PFNGLENABLEPROC Enable; - PFNGLENABLEVERTEXATTRIBARRAYPROC EnableVertexAttribArray; - PFNGLFLUSHPROC Flush; - PFNGLGENBUFFERSPROC GenBuffers; - PFNGLGENTEXTURESPROC GenTextures; - PFNGLGENVERTEXARRAYSPROC GenVertexArrays; - PFNGLGETATTRIBLOCATIONPROC GetAttribLocation; - PFNGLGETERRORPROC GetError; - PFNGLGETINTEGERVPROC GetIntegerv; - PFNGLGETPROGRAMINFOLOGPROC GetProgramInfoLog; - PFNGLGETPROGRAMIVPROC GetProgramiv; - PFNGLGETSHADERINFOLOGPROC GetShaderInfoLog; - PFNGLGETSHADERIVPROC GetShaderiv; - PFNGLGETSTRINGPROC GetString; - PFNGLGETSTRINGIPROC GetStringi; - PFNGLGETUNIFORMLOCATIONPROC GetUniformLocation; - PFNGLGETVERTEXATTRIBPOINTERVPROC GetVertexAttribPointerv; - PFNGLGETVERTEXATTRIBIVPROC GetVertexAttribiv; - PFNGLISENABLEDPROC IsEnabled; - PFNGLLINKPROGRAMPROC LinkProgram; - PFNGLPIXELSTOREIPROC PixelStorei; - PFNGLPOLYGONMODEPROC PolygonMode; - PFNGLREADPIXELSPROC ReadPixels; - PFNGLSCISSORPROC Scissor; - PFNGLSHADERSOURCEPROC ShaderSource; - PFNGLTEXIMAGE2DPROC TexImage2D; - PFNGLTEXPARAMETERIPROC TexParameteri; - PFNGLUNIFORM1IPROC Uniform1i; - PFNGLUNIFORMMATRIX4FVPROC UniformMatrix4fv; - PFNGLUSEPROGRAMPROC UseProgram; - PFNGLVERTEXATTRIBPOINTERPROC VertexAttribPointer; - PFNGLVIEWPORTPROC Viewport; - } gl; -}; - -GL3W_API extern union GL3WProcs imgl3wProcs; - -/* OpenGL functions */ -#define glActiveTexture imgl3wProcs.gl.ActiveTexture -#define glAttachShader imgl3wProcs.gl.AttachShader -#define glBindBuffer imgl3wProcs.gl.BindBuffer -#define glBindSampler imgl3wProcs.gl.BindSampler -#define glBindTexture imgl3wProcs.gl.BindTexture -#define glBindVertexArray imgl3wProcs.gl.BindVertexArray -#define glBlendEquation imgl3wProcs.gl.BlendEquation -#define glBlendEquationSeparate imgl3wProcs.gl.BlendEquationSeparate -#define glBlendFuncSeparate imgl3wProcs.gl.BlendFuncSeparate -#define glBufferData imgl3wProcs.gl.BufferData -#define glBufferSubData imgl3wProcs.gl.BufferSubData -#define glClear imgl3wProcs.gl.Clear -#define glClearColor imgl3wProcs.gl.ClearColor -#define glCompileShader imgl3wProcs.gl.CompileShader -#define glCreateProgram imgl3wProcs.gl.CreateProgram -#define glCreateShader imgl3wProcs.gl.CreateShader -#define glDeleteBuffers imgl3wProcs.gl.DeleteBuffers -#define glDeleteProgram imgl3wProcs.gl.DeleteProgram -#define glDeleteShader imgl3wProcs.gl.DeleteShader -#define glDeleteTextures imgl3wProcs.gl.DeleteTextures -#define glDeleteVertexArrays imgl3wProcs.gl.DeleteVertexArrays -#define glDetachShader imgl3wProcs.gl.DetachShader -#define glDisable imgl3wProcs.gl.Disable -#define glDisableVertexAttribArray imgl3wProcs.gl.DisableVertexAttribArray -#define glDrawElements imgl3wProcs.gl.DrawElements -#define glDrawElementsBaseVertex imgl3wProcs.gl.DrawElementsBaseVertex -#define glEnable imgl3wProcs.gl.Enable -#define glEnableVertexAttribArray imgl3wProcs.gl.EnableVertexAttribArray -#define glFlush imgl3wProcs.gl.Flush -#define glGenBuffers imgl3wProcs.gl.GenBuffers -#define glGenTextures imgl3wProcs.gl.GenTextures -#define glGenVertexArrays imgl3wProcs.gl.GenVertexArrays -#define glGetAttribLocation imgl3wProcs.gl.GetAttribLocation -#define glGetError imgl3wProcs.gl.GetError -#define glGetIntegerv imgl3wProcs.gl.GetIntegerv -#define glGetProgramInfoLog imgl3wProcs.gl.GetProgramInfoLog -#define glGetProgramiv imgl3wProcs.gl.GetProgramiv -#define glGetShaderInfoLog imgl3wProcs.gl.GetShaderInfoLog -#define glGetShaderiv imgl3wProcs.gl.GetShaderiv -#define glGetString imgl3wProcs.gl.GetString -#define glGetStringi imgl3wProcs.gl.GetStringi -#define glGetUniformLocation imgl3wProcs.gl.GetUniformLocation -#define glGetVertexAttribPointerv imgl3wProcs.gl.GetVertexAttribPointerv -#define glGetVertexAttribiv imgl3wProcs.gl.GetVertexAttribiv -#define glIsEnabled imgl3wProcs.gl.IsEnabled -#define glLinkProgram imgl3wProcs.gl.LinkProgram -#define glPixelStorei imgl3wProcs.gl.PixelStorei -#define glPolygonMode imgl3wProcs.gl.PolygonMode -#define glReadPixels imgl3wProcs.gl.ReadPixels -#define glScissor imgl3wProcs.gl.Scissor -#define glShaderSource imgl3wProcs.gl.ShaderSource -#define glTexImage2D imgl3wProcs.gl.TexImage2D -#define glTexParameteri imgl3wProcs.gl.TexParameteri -#define glUniform1i imgl3wProcs.gl.Uniform1i -#define glUniformMatrix4fv imgl3wProcs.gl.UniformMatrix4fv -#define glUseProgram imgl3wProcs.gl.UseProgram -#define glVertexAttribPointer imgl3wProcs.gl.VertexAttribPointer -#define glViewport imgl3wProcs.gl.Viewport - -#ifdef __cplusplus -} -#endif - -#endif - -#ifdef IMGL3W_IMPL -#ifdef __cplusplus -extern "C" { -#endif - -#include - -#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) - -#if defined(_WIN32) -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN 1 -#endif -#include - -static HMODULE libgl; -typedef PROC(__stdcall* GL3WglGetProcAddr)(LPCSTR); -static GL3WglGetProcAddr wgl_get_proc_address; - -static int open_libgl(void) -{ - libgl = LoadLibraryA("opengl32.dll"); - if (!libgl) - return GL3W_ERROR_LIBRARY_OPEN; - wgl_get_proc_address = (GL3WglGetProcAddr)GetProcAddress(libgl, "wglGetProcAddress"); - return GL3W_OK; -} - -static void close_libgl(void) { FreeLibrary(libgl); } -static GL3WglProc get_proc(const char *proc) -{ - GL3WglProc res; - res = (GL3WglProc)wgl_get_proc_address(proc); - if (!res) - res = (GL3WglProc)GetProcAddress(libgl, proc); - return res; -} -#elif defined(__APPLE__) -#include - -static void *libgl; -static int open_libgl(void) -{ - libgl = dlopen("/System/Library/Frameworks/OpenGL.framework/OpenGL", RTLD_LAZY | RTLD_LOCAL); - if (!libgl) - return GL3W_ERROR_LIBRARY_OPEN; - return GL3W_OK; -} - -static void close_libgl(void) { dlclose(libgl); } - -static GL3WglProc get_proc(const char *proc) -{ - GL3WglProc res; - *(void **)(&res) = dlsym(libgl, proc); - return res; -} -#else -#include - -static void *libgl; -static GL3WglProc (*glx_get_proc_address)(const GLubyte *); - -static int open_libgl(void) -{ - libgl = dlopen("libGL.so.1", RTLD_LAZY | RTLD_LOCAL); - if (!libgl) - return GL3W_ERROR_LIBRARY_OPEN; - *(void **)(&glx_get_proc_address) = dlsym(libgl, "glXGetProcAddressARB"); - return GL3W_OK; -} - -static void close_libgl(void) { dlclose(libgl); } - -static GL3WglProc get_proc(const char *proc) -{ - GL3WglProc res; - res = glx_get_proc_address((const GLubyte *)proc); - if (!res) - *(void **)(&res) = dlsym(libgl, proc); - return res; -} -#endif - -static struct { int major, minor; } version; - -static int parse_version(void) -{ - if (!glGetIntegerv) - return GL3W_ERROR_INIT; - glGetIntegerv(GL_MAJOR_VERSION, &version.major); - glGetIntegerv(GL_MINOR_VERSION, &version.minor); - if (version.major < 3) - return GL3W_ERROR_OPENGL_VERSION; - return GL3W_OK; -} - -static void load_procs(GL3WGetProcAddressProc proc); - -int imgl3wInit(void) -{ - int res = open_libgl(); - if (res) - return res; - atexit(close_libgl); - return imgl3wInit2(get_proc); -} - -int imgl3wInit2(GL3WGetProcAddressProc proc) -{ - load_procs(proc); - return parse_version(); -} - -int imgl3wIsSupported(int major, int minor) -{ - if (major < 3) - return 0; - if (version.major == major) - return version.minor >= minor; - return version.major >= major; -} - -GL3WglProc imgl3wGetProcAddress(const char *proc) { return get_proc(proc); } - -static const char *proc_names[] = { - "glActiveTexture", - "glAttachShader", - "glBindBuffer", - "glBindSampler", - "glBindTexture", - "glBindVertexArray", - "glBlendEquation", - "glBlendEquationSeparate", - "glBlendFuncSeparate", - "glBufferData", - "glBufferSubData", - "glClear", - "glClearColor", - "glCompileShader", - "glCreateProgram", - "glCreateShader", - "glDeleteBuffers", - "glDeleteProgram", - "glDeleteShader", - "glDeleteTextures", - "glDeleteVertexArrays", - "glDetachShader", - "glDisable", - "glDisableVertexAttribArray", - "glDrawElements", - "glDrawElementsBaseVertex", - "glEnable", - "glEnableVertexAttribArray", - "glFlush", - "glGenBuffers", - "glGenTextures", - "glGenVertexArrays", - "glGetAttribLocation", - "glGetError", - "glGetIntegerv", - "glGetProgramInfoLog", - "glGetProgramiv", - "glGetShaderInfoLog", - "glGetShaderiv", - "glGetString", - "glGetStringi", - "glGetUniformLocation", - "glGetVertexAttribPointerv", - "glGetVertexAttribiv", - "glIsEnabled", - "glLinkProgram", - "glPixelStorei", - "glPolygonMode", - "glReadPixels", - "glScissor", - "glShaderSource", - "glTexImage2D", - "glTexParameteri", - "glUniform1i", - "glUniformMatrix4fv", - "glUseProgram", - "glVertexAttribPointer", - "glViewport", -}; - -GL3W_API union GL3WProcs imgl3wProcs; - -static void load_procs(GL3WGetProcAddressProc proc) -{ - size_t i; - for (i = 0; i < ARRAY_SIZE(proc_names); i++) - imgl3wProcs.ptr[i] = proc(proc_names[i]); -} - -#ifdef __cplusplus -} -#endif -#endif diff --git a/external/imgui/backends/imgui_impl_osx.h b/external/imgui/backends/imgui_impl_osx.h deleted file mode 100644 index 70619e39..00000000 --- a/external/imgui/backends/imgui_impl_osx.h +++ /dev/null @@ -1,43 +0,0 @@ -// dear imgui: Platform Backend for OSX / Cocoa -// This needs to be used along with a Renderer (e.g. OpenGL2, OpenGL3, Vulkan, Metal..) -// [ALPHA] Early backend, not well tested. If you want a portable application, prefer using the GLFW or SDL platform Backends on Mac. - -// Implemented features: -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy kVK_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: OSX clipboard is supported within core Dear ImGui (no specific code in this backend). -// [X] Platform: Gamepad support. Enabled with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [X] Platform: IME support. -// -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" // IMGUI_IMPL_API - -#ifdef __OBJC__ - -@class NSEvent; -@class NSView; - -IMGUI_IMPL_API bool ImGui_ImplOSX_Init(NSView* _Nonnull view); -IMGUI_IMPL_API void ImGui_ImplOSX_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplOSX_NewFrame(NSView* _Nullable view); - -#endif - -//----------------------------------------------------------------------------- -// C++ API -//----------------------------------------------------------------------------- - -#ifdef IMGUI_IMPL_METAL_CPP_EXTENSIONS -// #include -#ifndef __OBJC__ - -IMGUI_IMPL_API bool ImGui_ImplOSX_Init(void* _Nonnull view); -IMGUI_IMPL_API void ImGui_ImplOSX_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplOSX_NewFrame(void* _Nullable view); - -#endif -#endif diff --git a/external/imgui/backends/imgui_impl_osx.mm b/external/imgui/backends/imgui_impl_osx.mm deleted file mode 100644 index 17f2ddf3..00000000 --- a/external/imgui/backends/imgui_impl_osx.mm +++ /dev/null @@ -1,758 +0,0 @@ -// dear imgui: Platform Backend for OSX / Cocoa -// This needs to be used along with a Renderer (e.g. OpenGL2, OpenGL3, Vulkan, Metal..) -// [ALPHA] Early backend, not well tested. If you want a portable application, prefer using the GLFW or SDL platform Backends on Mac. - -// Implemented features: -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy kVK_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: OSX clipboard is supported within core Dear ImGui (no specific code in this backend). -// [X] Platform: Gamepad support. Enabled with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [X] Platform: IME support. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#import "imgui.h" -#import "imgui_impl_osx.h" -#import -#import -#import -#import - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-05-03: Inputs: Removed ImGui_ImplOSX_HandleEvent() from backend API in favor of backend automatically handling event capture. -// 2022-04-27: Misc: Store backend data in a per-context struct, allowing to use this backend with multiple contexts. -// 2022-03-22: Inputs: Monitor NSKeyUp events to catch missing keyUp for key when user press Cmd + key -// 2022-02-07: Inputs: Forward keyDown/keyUp events to OS when unused by dear imgui. -// 2022-01-31: Fix building with old Xcode versions that are missing gamepad features. -// 2022-01-26: Inputs: replaced short-lived io.AddKeyModsEvent() (added two weeks ago)with io.AddKeyEvent() using ImGuiKey_ModXXX flags. Sorry for the confusion. -// 2021-01-20: Inputs: calling new io.AddKeyAnalogEvent() for gamepad support, instead of writing directly to io.NavInputs[]. -// 2022-01-17: Inputs: calling new io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() API (1.87+). -// 2022-01-12: Inputs: Added basic Platform IME support, hooking the io.SetPlatformImeDataFn() function. -// 2022-01-10: Inputs: calling new io.AddKeyEvent(), io.AddKeyModsEvent() + io.SetKeyEventNativeData() API (1.87+). Support for full ImGuiKey range. -// 2021-12-13: *BREAKING CHANGE* Add NSView parameter to ImGui_ImplOSX_Init(). Generally fix keyboard support. Using kVK_* codes for keyboard keys. -// 2021-12-13: Add game controller support. -// 2021-09-21: Use mach_absolute_time as CFAbsoluteTimeGetCurrent can jump backwards. -// 2021-08-17: Calling io.AddFocusEvent() on NSApplicationDidBecomeActiveNotification/NSApplicationDidResignActiveNotification events. -// 2021-06-23: Inputs: Added a fix for shortcuts using CTRL key instead of CMD key. -// 2021-04-19: Inputs: Added a fix for keys remaining stuck in pressed state when CMD-tabbing into different application. -// 2021-01-27: Inputs: Added a fix for mouse position not being reported when mouse buttons other than left one are down. -// 2020-10-28: Inputs: Added a fix for handling keypad-enter key. -// 2020-05-25: Inputs: Added a fix for missing trackpad clicks when done with "soft tap". -// 2019-12-05: Inputs: Added support for ImGuiMouseCursor_NotAllowed mouse cursor. -// 2019-10-11: Inputs: Fix using Backspace key. -// 2019-07-21: Re-added clipboard handlers as they are not enabled by default in core imgui.cpp (reverted 2019-05-18 change). -// 2019-05-28: Inputs: Added mouse cursor shape and visibility support. -// 2019-05-18: Misc: Removed clipboard handlers as they are now supported by core imgui.cpp. -// 2019-05-11: Inputs: Don't filter character values before calling AddInputCharacter() apart from 0xF700..0xFFFF range. -// 2018-11-30: Misc: Setting up io.BackendPlatformName so it can be displayed in the About Window. -// 2018-07-07: Initial version. - -#define APPLE_HAS_BUTTON_OPTIONS (__IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500 || __TV_OS_VERSION_MIN_REQUIRED >= 130000) -#define APPLE_HAS_CONTROLLER (__IPHONE_OS_VERSION_MIN_REQUIRED >= 140000 || __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 || __TV_OS_VERSION_MIN_REQUIRED >= 140000) -#define APPLE_HAS_THUMBSTICKS (__IPHONE_OS_VERSION_MIN_REQUIRED >= 120100 || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101401 || __TV_OS_VERSION_MIN_REQUIRED >= 120100) - -@class ImGuiObserver; -@class KeyEventResponder; - -// Data -struct ImGui_ImplOSX_Data -{ - CFTimeInterval Time; - NSCursor* MouseCursors[ImGuiMouseCursor_COUNT]; - bool MouseCursorHidden; - ImGuiObserver* Observer; - KeyEventResponder* KeyEventResponder; - NSTextInputContext* InputContext; - id Monitor; - - ImGui_ImplOSX_Data() { memset(this, 0, sizeof(*this)); } -}; - -static ImGui_ImplOSX_Data* ImGui_ImplOSX_CreateBackendData() { return IM_NEW(ImGui_ImplOSX_Data)(); } -static ImGui_ImplOSX_Data* ImGui_ImplOSX_GetBackendData() { return (ImGui_ImplOSX_Data*)ImGui::GetIO().BackendPlatformUserData; } -static void ImGui_ImplOSX_DestroyBackendData() { IM_DELETE(ImGui_ImplOSX_GetBackendData()); } - -static inline CFTimeInterval GetMachAbsoluteTimeInSeconds() { return static_cast(static_cast(clock_gettime_nsec_np(CLOCK_UPTIME_RAW)) / 1e9); } - -// Forward Declarations -static void ImGui_ImplOSX_AddTrackingArea(NSView* _Nonnull view); -static bool ImGui_ImplOSX_HandleEvent(NSEvent* event, NSView* view); - -// Undocumented methods for creating cursors. -@interface NSCursor() -+ (id)_windowResizeNorthWestSouthEastCursor; -+ (id)_windowResizeNorthEastSouthWestCursor; -+ (id)_windowResizeNorthSouthCursor; -+ (id)_windowResizeEastWestCursor; -@end - -/** - KeyEventResponder implements the NSTextInputClient protocol as is required by the macOS text input manager. - - The macOS text input manager is invoked by calling the interpretKeyEvents method from the keyDown method. - Keyboard events are then evaluated by the macOS input manager and valid text input is passed back via the - insertText:replacementRange method. - - This is the same approach employed by other cross-platform libraries such as SDL2: - https://github.com/spurious/SDL-mirror/blob/e17aacbd09e65a4fd1e166621e011e581fb017a8/src/video/cocoa/SDL_cocoakeyboard.m#L53 - and GLFW: - https://github.com/glfw/glfw/blob/b55a517ae0c7b5127dffa79a64f5406021bf9076/src/cocoa_window.m#L722-L723 - */ -@interface KeyEventResponder: NSView -@end - -@implementation KeyEventResponder -{ - float _posX; - float _posY; - NSRect _imeRect; -} - -#pragma mark - Public - -- (void)setImePosX:(float)posX imePosY:(float)posY -{ - _posX = posX; - _posY = posY; -} - -- (void)updateImePosWithView:(NSView *)view -{ - NSWindow *window = view.window; - if (!window) - return; - NSRect contentRect = [window contentRectForFrameRect:window.frame]; - NSRect rect = NSMakeRect(_posX, contentRect.size.height - _posY, 0, 0); - _imeRect = [window convertRectToScreen:rect]; -} - -- (void)viewDidMoveToWindow -{ - // Ensure self is a first responder to receive the input events. - [self.window makeFirstResponder:self]; -} - -- (void)keyDown:(NSEvent*)event -{ - if (!ImGui_ImplOSX_HandleEvent(event, self)) - [super keyDown:event]; - - // Call to the macOS input manager system. - [self interpretKeyEvents:@[event]]; -} - -- (void)keyUp:(NSEvent*)event -{ - if (!ImGui_ImplOSX_HandleEvent(event, self)) - [super keyUp:event]; -} - -- (void)insertText:(id)aString replacementRange:(NSRange)replacementRange -{ - ImGuiIO& io = ImGui::GetIO(); - - NSString* characters; - if ([aString isKindOfClass:[NSAttributedString class]]) - characters = [aString string]; - else - characters = (NSString*)aString; - - io.AddInputCharactersUTF8(characters.UTF8String); -} - -- (BOOL)acceptsFirstResponder -{ - return YES; -} - -- (void)doCommandBySelector:(SEL)myselector -{ -} - -- (nullable NSAttributedString*)attributedSubstringForProposedRange:(NSRange)range actualRange:(nullable NSRangePointer)actualRange -{ - return nil; -} - -- (NSUInteger)characterIndexForPoint:(NSPoint)point -{ - return 0; -} - -- (NSRect)firstRectForCharacterRange:(NSRange)range actualRange:(nullable NSRangePointer)actualRange -{ - return _imeRect; -} - -- (BOOL)hasMarkedText -{ - return NO; -} - -- (NSRange)markedRange -{ - return NSMakeRange(NSNotFound, 0); -} - -- (NSRange)selectedRange -{ - return NSMakeRange(NSNotFound, 0); -} - -- (void)setMarkedText:(nonnull id)string selectedRange:(NSRange)selectedRange replacementRange:(NSRange)replacementRange -{ -} - -- (void)unmarkText -{ -} - -- (nonnull NSArray*)validAttributesForMarkedText -{ - return @[]; -} - -@end - -@interface ImGuiObserver : NSObject - -- (void)onApplicationBecomeActive:(NSNotification*)aNotification; -- (void)onApplicationBecomeInactive:(NSNotification*)aNotification; - -@end - -@implementation ImGuiObserver - -- (void)onApplicationBecomeActive:(NSNotification*)aNotification -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddFocusEvent(true); -} - -- (void)onApplicationBecomeInactive:(NSNotification*)aNotification -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddFocusEvent(false); -} - -@end - -// Functions -static ImGuiKey ImGui_ImplOSX_KeyCodeToImGuiKey(int key_code) -{ - switch (key_code) - { - case kVK_ANSI_A: return ImGuiKey_A; - case kVK_ANSI_S: return ImGuiKey_S; - case kVK_ANSI_D: return ImGuiKey_D; - case kVK_ANSI_F: return ImGuiKey_F; - case kVK_ANSI_H: return ImGuiKey_H; - case kVK_ANSI_G: return ImGuiKey_G; - case kVK_ANSI_Z: return ImGuiKey_Z; - case kVK_ANSI_X: return ImGuiKey_X; - case kVK_ANSI_C: return ImGuiKey_C; - case kVK_ANSI_V: return ImGuiKey_V; - case kVK_ANSI_B: return ImGuiKey_B; - case kVK_ANSI_Q: return ImGuiKey_Q; - case kVK_ANSI_W: return ImGuiKey_W; - case kVK_ANSI_E: return ImGuiKey_E; - case kVK_ANSI_R: return ImGuiKey_R; - case kVK_ANSI_Y: return ImGuiKey_Y; - case kVK_ANSI_T: return ImGuiKey_T; - case kVK_ANSI_1: return ImGuiKey_1; - case kVK_ANSI_2: return ImGuiKey_2; - case kVK_ANSI_3: return ImGuiKey_3; - case kVK_ANSI_4: return ImGuiKey_4; - case kVK_ANSI_6: return ImGuiKey_6; - case kVK_ANSI_5: return ImGuiKey_5; - case kVK_ANSI_Equal: return ImGuiKey_Equal; - case kVK_ANSI_9: return ImGuiKey_9; - case kVK_ANSI_7: return ImGuiKey_7; - case kVK_ANSI_Minus: return ImGuiKey_Minus; - case kVK_ANSI_8: return ImGuiKey_8; - case kVK_ANSI_0: return ImGuiKey_0; - case kVK_ANSI_RightBracket: return ImGuiKey_RightBracket; - case kVK_ANSI_O: return ImGuiKey_O; - case kVK_ANSI_U: return ImGuiKey_U; - case kVK_ANSI_LeftBracket: return ImGuiKey_LeftBracket; - case kVK_ANSI_I: return ImGuiKey_I; - case kVK_ANSI_P: return ImGuiKey_P; - case kVK_ANSI_L: return ImGuiKey_L; - case kVK_ANSI_J: return ImGuiKey_J; - case kVK_ANSI_Quote: return ImGuiKey_Apostrophe; - case kVK_ANSI_K: return ImGuiKey_K; - case kVK_ANSI_Semicolon: return ImGuiKey_Semicolon; - case kVK_ANSI_Backslash: return ImGuiKey_Backslash; - case kVK_ANSI_Comma: return ImGuiKey_Comma; - case kVK_ANSI_Slash: return ImGuiKey_Slash; - case kVK_ANSI_N: return ImGuiKey_N; - case kVK_ANSI_M: return ImGuiKey_M; - case kVK_ANSI_Period: return ImGuiKey_Period; - case kVK_ANSI_Grave: return ImGuiKey_GraveAccent; - case kVK_ANSI_KeypadDecimal: return ImGuiKey_KeypadDecimal; - case kVK_ANSI_KeypadMultiply: return ImGuiKey_KeypadMultiply; - case kVK_ANSI_KeypadPlus: return ImGuiKey_KeypadAdd; - case kVK_ANSI_KeypadClear: return ImGuiKey_NumLock; - case kVK_ANSI_KeypadDivide: return ImGuiKey_KeypadDivide; - case kVK_ANSI_KeypadEnter: return ImGuiKey_KeypadEnter; - case kVK_ANSI_KeypadMinus: return ImGuiKey_KeypadSubtract; - case kVK_ANSI_KeypadEquals: return ImGuiKey_KeypadEqual; - case kVK_ANSI_Keypad0: return ImGuiKey_Keypad0; - case kVK_ANSI_Keypad1: return ImGuiKey_Keypad1; - case kVK_ANSI_Keypad2: return ImGuiKey_Keypad2; - case kVK_ANSI_Keypad3: return ImGuiKey_Keypad3; - case kVK_ANSI_Keypad4: return ImGuiKey_Keypad4; - case kVK_ANSI_Keypad5: return ImGuiKey_Keypad5; - case kVK_ANSI_Keypad6: return ImGuiKey_Keypad6; - case kVK_ANSI_Keypad7: return ImGuiKey_Keypad7; - case kVK_ANSI_Keypad8: return ImGuiKey_Keypad8; - case kVK_ANSI_Keypad9: return ImGuiKey_Keypad9; - case kVK_Return: return ImGuiKey_Enter; - case kVK_Tab: return ImGuiKey_Tab; - case kVK_Space: return ImGuiKey_Space; - case kVK_Delete: return ImGuiKey_Backspace; - case kVK_Escape: return ImGuiKey_Escape; - case kVK_CapsLock: return ImGuiKey_CapsLock; - case kVK_Control: return ImGuiKey_LeftCtrl; - case kVK_Shift: return ImGuiKey_LeftShift; - case kVK_Option: return ImGuiKey_LeftAlt; - case kVK_Command: return ImGuiKey_LeftSuper; - case kVK_RightControl: return ImGuiKey_RightCtrl; - case kVK_RightShift: return ImGuiKey_RightShift; - case kVK_RightOption: return ImGuiKey_RightAlt; - case kVK_RightCommand: return ImGuiKey_RightSuper; -// case kVK_Function: return ImGuiKey_; -// case kVK_F17: return ImGuiKey_; -// case kVK_VolumeUp: return ImGuiKey_; -// case kVK_VolumeDown: return ImGuiKey_; -// case kVK_Mute: return ImGuiKey_; -// case kVK_F18: return ImGuiKey_; -// case kVK_F19: return ImGuiKey_; -// case kVK_F20: return ImGuiKey_; - case kVK_F5: return ImGuiKey_F5; - case kVK_F6: return ImGuiKey_F6; - case kVK_F7: return ImGuiKey_F7; - case kVK_F3: return ImGuiKey_F3; - case kVK_F8: return ImGuiKey_F8; - case kVK_F9: return ImGuiKey_F9; - case kVK_F11: return ImGuiKey_F11; - case kVK_F13: return ImGuiKey_PrintScreen; -// case kVK_F16: return ImGuiKey_; -// case kVK_F14: return ImGuiKey_; - case kVK_F10: return ImGuiKey_F10; - case 0x6E: return ImGuiKey_Menu; - case kVK_F12: return ImGuiKey_F12; -// case kVK_F15: return ImGuiKey_; - case kVK_Help: return ImGuiKey_Insert; - case kVK_Home: return ImGuiKey_Home; - case kVK_PageUp: return ImGuiKey_PageUp; - case kVK_ForwardDelete: return ImGuiKey_Delete; - case kVK_F4: return ImGuiKey_F4; - case kVK_End: return ImGuiKey_End; - case kVK_F2: return ImGuiKey_F2; - case kVK_PageDown: return ImGuiKey_PageDown; - case kVK_F1: return ImGuiKey_F1; - case kVK_LeftArrow: return ImGuiKey_LeftArrow; - case kVK_RightArrow: return ImGuiKey_RightArrow; - case kVK_DownArrow: return ImGuiKey_DownArrow; - case kVK_UpArrow: return ImGuiKey_UpArrow; - default: return ImGuiKey_None; - } -} - -#ifdef IMGUI_IMPL_METAL_CPP_EXTENSIONS - -IMGUI_IMPL_API bool ImGui_ImplOSX_Init(void* _Nonnull view) { - return ImGui_ImplOSX_Init((__bridge NSView*)(view)); -} - -IMGUI_IMPL_API void ImGui_ImplOSX_NewFrame(void* _Nullable view) { - return ImGui_ImplOSX_NewFrame((__bridge NSView*)(view)); -} - -#endif - - -bool ImGui_ImplOSX_Init(NSView* view) -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplOSX_Data* bd = ImGui_ImplOSX_CreateBackendData(); - io.BackendPlatformUserData = (void*)bd; - - // Setup backend capabilities flags - io.BackendFlags |= ImGuiBackendFlags_HasMouseCursors; // We can honor GetMouseCursor() values (optional) - //io.BackendFlags |= ImGuiBackendFlags_HasSetMousePos; // We can honor io.WantSetMousePos requests (optional, rarely used) - //io.BackendFlags |= ImGuiBackendFlags_PlatformHasViewports; // We can create multi-viewports on the Platform side (optional) - //io.BackendFlags |= ImGuiBackendFlags_HasMouseHoveredViewport; // We can set io.MouseHoveredViewport correctly (optional, not easy) - io.BackendPlatformName = "imgui_impl_osx"; - - bd->Observer = [ImGuiObserver new]; - - // Load cursors. Some of them are undocumented. - bd->MouseCursorHidden = false; - bd->MouseCursors[ImGuiMouseCursor_Arrow] = [NSCursor arrowCursor]; - bd->MouseCursors[ImGuiMouseCursor_TextInput] = [NSCursor IBeamCursor]; - bd->MouseCursors[ImGuiMouseCursor_ResizeAll] = [NSCursor closedHandCursor]; - bd->MouseCursors[ImGuiMouseCursor_Hand] = [NSCursor pointingHandCursor]; - bd->MouseCursors[ImGuiMouseCursor_NotAllowed] = [NSCursor operationNotAllowedCursor]; - bd->MouseCursors[ImGuiMouseCursor_ResizeNS] = [NSCursor respondsToSelector:@selector(_windowResizeNorthSouthCursor)] ? [NSCursor _windowResizeNorthSouthCursor] : [NSCursor resizeUpDownCursor]; - bd->MouseCursors[ImGuiMouseCursor_ResizeEW] = [NSCursor respondsToSelector:@selector(_windowResizeEastWestCursor)] ? [NSCursor _windowResizeEastWestCursor] : [NSCursor resizeLeftRightCursor]; - bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = [NSCursor respondsToSelector:@selector(_windowResizeNorthEastSouthWestCursor)] ? [NSCursor _windowResizeNorthEastSouthWestCursor] : [NSCursor closedHandCursor]; - bd->MouseCursors[ImGuiMouseCursor_ResizeNWSE] = [NSCursor respondsToSelector:@selector(_windowResizeNorthWestSouthEastCursor)] ? [NSCursor _windowResizeNorthWestSouthEastCursor] : [NSCursor closedHandCursor]; - - // Note that imgui.cpp also include default OSX clipboard handlers which can be enabled - // by adding '#define IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS' in imconfig.h and adding '-framework ApplicationServices' to your linker command-line. - // Since we are already in ObjC land here, it is easy for us to add a clipboard handler using the NSPasteboard api. - io.SetClipboardTextFn = [](void*, const char* str) -> void - { - NSPasteboard* pasteboard = [NSPasteboard generalPasteboard]; - [pasteboard declareTypes:[NSArray arrayWithObject:NSPasteboardTypeString] owner:nil]; - [pasteboard setString:[NSString stringWithUTF8String:str] forType:NSPasteboardTypeString]; - }; - - io.GetClipboardTextFn = [](void*) -> const char* - { - NSPasteboard* pasteboard = [NSPasteboard generalPasteboard]; - NSString* available = [pasteboard availableTypeFromArray: [NSArray arrayWithObject:NSPasteboardTypeString]]; - if (![available isEqualToString:NSPasteboardTypeString]) - return NULL; - - NSString* string = [pasteboard stringForType:NSPasteboardTypeString]; - if (string == nil) - return NULL; - - const char* string_c = (const char*)[string UTF8String]; - size_t string_len = strlen(string_c); - static ImVector s_clipboard; - s_clipboard.resize((int)string_len + 1); - strcpy(s_clipboard.Data, string_c); - return s_clipboard.Data; - }; - - [[NSNotificationCenter defaultCenter] addObserver:bd->Observer - selector:@selector(onApplicationBecomeActive:) - name:NSApplicationDidBecomeActiveNotification - object:nil]; - [[NSNotificationCenter defaultCenter] addObserver:bd->Observer - selector:@selector(onApplicationBecomeInactive:) - name:NSApplicationDidResignActiveNotification - object:nil]; - - // Add the NSTextInputClient to the view hierarchy, - // to receive keyboard events and translate them to input text. - bd->KeyEventResponder = [[KeyEventResponder alloc] initWithFrame:NSZeroRect]; - bd->InputContext = [[NSTextInputContext alloc] initWithClient:bd->KeyEventResponder]; - [view addSubview:bd->KeyEventResponder]; - ImGui_ImplOSX_AddTrackingArea(view); - - io.SetPlatformImeDataFn = [](ImGuiViewport* viewport, ImGuiPlatformImeData* data) -> void - { - ImGui_ImplOSX_Data* bd = ImGui_ImplOSX_GetBackendData(); - if (data->WantVisible) - { - [bd->InputContext activate]; - } - else - { - [bd->InputContext discardMarkedText]; - [bd->InputContext invalidateCharacterCoordinates]; - [bd->InputContext deactivate]; - } - [bd->KeyEventResponder setImePosX:data->InputPos.x imePosY:data->InputPos.y + data->InputLineHeight]; - }; - - return true; -} - -void ImGui_ImplOSX_Shutdown() -{ - ImGui_ImplOSX_Data* bd = ImGui_ImplOSX_GetBackendData(); - bd->Observer = NULL; - if (bd->Monitor != NULL) - { - [NSEvent removeMonitor:bd->Monitor]; - bd->Monitor = NULL; - } - ImGui_ImplOSX_DestroyBackendData(); -} - -static void ImGui_ImplOSX_UpdateMouseCursor() -{ - ImGui_ImplOSX_Data* bd = ImGui_ImplOSX_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) - return; - - ImGuiMouseCursor imgui_cursor = ImGui::GetMouseCursor(); - if (io.MouseDrawCursor || imgui_cursor == ImGuiMouseCursor_None) - { - // Hide OS mouse cursor if imgui is drawing it or if it wants no cursor - if (!bd->MouseCursorHidden) - { - bd->MouseCursorHidden = true; - [NSCursor hide]; - } - } - else - { - NSCursor* desired = bd->MouseCursors[imgui_cursor] ?: bd->MouseCursors[ImGuiMouseCursor_Arrow]; - // -[NSCursor set] generates measureable overhead if called unconditionally. - if (desired != NSCursor.currentCursor) - { - [desired set]; - } - if (bd->MouseCursorHidden) - { - bd->MouseCursorHidden = false; - [NSCursor unhide]; - } - } -} - -static void ImGui_ImplOSX_UpdateGamepads() -{ - ImGuiIO& io = ImGui::GetIO(); - memset(io.NavInputs, 0, sizeof(io.NavInputs)); - if ((io.ConfigFlags & ImGuiConfigFlags_NavEnableGamepad) == 0) - return; - -#if APPLE_HAS_CONTROLLER - GCController* controller = GCController.current; -#else - GCController* controller = GCController.controllers.firstObject; -#endif - if (controller == nil || controller.extendedGamepad == nil) - { - io.BackendFlags &= ~ImGuiBackendFlags_HasGamepad; - return; - } - - GCExtendedGamepad* gp = controller.extendedGamepad; - - // Update gamepad inputs - #define IM_SATURATE(V) (V < 0.0f ? 0.0f : V > 1.0f ? 1.0f : V) - #define MAP_BUTTON(KEY_NO, BUTTON_NAME) { io.AddKeyEvent(KEY_NO, gp.BUTTON_NAME.isPressed); } - #define MAP_ANALOG(KEY_NO, AXIS_NAME, V0, V1) { float vn = (float)(gp.AXIS_NAME.value - V0) / (float)(V1 - V0); vn = IM_SATURATE(vn); io.AddKeyAnalogEvent(KEY_NO, vn > 0.1f, vn); } - const float thumb_dead_zone = 0.0f; - -#if APPLE_HAS_BUTTON_OPTIONS - MAP_BUTTON(ImGuiKey_GamepadBack, buttonOptions); -#endif - MAP_BUTTON(ImGuiKey_GamepadFaceLeft, buttonX); // Xbox X, PS Square - MAP_BUTTON(ImGuiKey_GamepadFaceRight, buttonB); // Xbox B, PS Circle - MAP_BUTTON(ImGuiKey_GamepadFaceUp, buttonY); // Xbox Y, PS Triangle - MAP_BUTTON(ImGuiKey_GamepadFaceDown, buttonA); // Xbox A, PS Cross - MAP_BUTTON(ImGuiKey_GamepadDpadLeft, dpad.left); - MAP_BUTTON(ImGuiKey_GamepadDpadRight, dpad.right); - MAP_BUTTON(ImGuiKey_GamepadDpadUp, dpad.up); - MAP_BUTTON(ImGuiKey_GamepadDpadDown, dpad.down); - MAP_ANALOG(ImGuiKey_GamepadL1, leftShoulder, 0.0f, 1.0f); - MAP_ANALOG(ImGuiKey_GamepadR1, rightShoulder, 0.0f, 1.0f); - MAP_ANALOG(ImGuiKey_GamepadL2, leftTrigger, 0.0f, 1.0f); - MAP_ANALOG(ImGuiKey_GamepadR2, rightTrigger, 0.0f, 1.0f); -#if APPLE_HAS_THUMBSTICKS - MAP_BUTTON(ImGuiKey_GamepadL3, leftThumbstickButton); - MAP_BUTTON(ImGuiKey_GamepadR3, rightThumbstickButton); -#endif - MAP_ANALOG(ImGuiKey_GamepadLStickLeft, leftThumbstick.xAxis, -thumb_dead_zone, -1.0f); - MAP_ANALOG(ImGuiKey_GamepadLStickRight, leftThumbstick.xAxis, +thumb_dead_zone, +1.0f); - MAP_ANALOG(ImGuiKey_GamepadLStickUp, leftThumbstick.yAxis, +thumb_dead_zone, +1.0f); - MAP_ANALOG(ImGuiKey_GamepadLStickDown, leftThumbstick.yAxis, -thumb_dead_zone, -1.0f); - MAP_ANALOG(ImGuiKey_GamepadRStickLeft, rightThumbstick.xAxis, -thumb_dead_zone, -1.0f); - MAP_ANALOG(ImGuiKey_GamepadRStickRight, rightThumbstick.xAxis, +thumb_dead_zone, +1.0f); - MAP_ANALOG(ImGuiKey_GamepadRStickUp, rightThumbstick.yAxis, +thumb_dead_zone, +1.0f); - MAP_ANALOG(ImGuiKey_GamepadRStickDown, rightThumbstick.yAxis, -thumb_dead_zone, -1.0f); - #undef MAP_BUTTON - #undef MAP_ANALOG - - io.BackendFlags |= ImGuiBackendFlags_HasGamepad; -} - -static void ImGui_ImplOSX_UpdateImePosWithView(NSView* view) -{ - ImGui_ImplOSX_Data* bd = ImGui_ImplOSX_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - if (io.WantTextInput) - [bd->KeyEventResponder updateImePosWithView:view]; -} - -void ImGui_ImplOSX_NewFrame(NSView* view) -{ - ImGui_ImplOSX_Data* bd = ImGui_ImplOSX_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - - // Setup display size - if (view) - { - const float dpi = (float)[view.window backingScaleFactor]; - io.DisplaySize = ImVec2((float)view.bounds.size.width, (float)view.bounds.size.height); - io.DisplayFramebufferScale = ImVec2(dpi, dpi); - } - - // Setup time step - if (bd->Time == 0.0) - bd->Time = GetMachAbsoluteTimeInSeconds(); - - double current_time = GetMachAbsoluteTimeInSeconds(); - io.DeltaTime = (float)(current_time - bd->Time); - bd->Time = current_time; - - ImGui_ImplOSX_UpdateMouseCursor(); - ImGui_ImplOSX_UpdateGamepads(); - ImGui_ImplOSX_UpdateImePosWithView(view); -} - -static bool ImGui_ImplOSX_HandleEvent(NSEvent* event, NSView* view) -{ - ImGuiIO& io = ImGui::GetIO(); - - if (event.type == NSEventTypeLeftMouseDown || event.type == NSEventTypeRightMouseDown || event.type == NSEventTypeOtherMouseDown) - { - int button = (int)[event buttonNumber]; - if (button >= 0 && button < ImGuiMouseButton_COUNT) - io.AddMouseButtonEvent(button, true); - return io.WantCaptureMouse; - } - - if (event.type == NSEventTypeLeftMouseUp || event.type == NSEventTypeRightMouseUp || event.type == NSEventTypeOtherMouseUp) - { - int button = (int)[event buttonNumber]; - if (button >= 0 && button < ImGuiMouseButton_COUNT) - io.AddMouseButtonEvent(button, false); - return io.WantCaptureMouse; - } - - if (event.type == NSEventTypeMouseMoved || event.type == NSEventTypeLeftMouseDragged || event.type == NSEventTypeRightMouseDragged || event.type == NSEventTypeOtherMouseDragged) - { - NSPoint mousePoint = event.locationInWindow; - mousePoint = [view convertPoint:mousePoint fromView:nil]; - mousePoint = NSMakePoint(mousePoint.x, view.bounds.size.height - mousePoint.y); - io.AddMousePosEvent((float)mousePoint.x, (float)mousePoint.y); - return io.WantCaptureMouse; - } - - if (event.type == NSEventTypeScrollWheel) - { - // Ignore canceled events. - // - // From macOS 12.1, scrolling with two fingers and then decelerating - // by tapping two fingers results in two events appearing: - // - // 1. A scroll wheel NSEvent, with a phase == NSEventPhaseMayBegin, when the user taps - // two fingers to decelerate or stop the scroll events. - // - // 2. A scroll wheel NSEvent, with a phase == NSEventPhaseCancelled, when the user releases the - // two-finger tap. It is this event that sometimes contains large values for scrollingDeltaX and - // scrollingDeltaY. When these are added to the current x and y positions of the scrolling view, - // it appears to jump up or down. It can be observed in Preview, various JetBrains IDEs and here. - if (event.phase == NSEventPhaseCancelled) - return false; - - double wheel_dx = 0.0; - double wheel_dy = 0.0; - - #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070 - if (floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_6) - { - wheel_dx = [event scrollingDeltaX]; - wheel_dy = [event scrollingDeltaY]; - if ([event hasPreciseScrollingDeltas]) - { - wheel_dx *= 0.1; - wheel_dy *= 0.1; - } - } - else - #endif // MAC_OS_X_VERSION_MAX_ALLOWED - { - wheel_dx = [event deltaX]; - wheel_dy = [event deltaY]; - } - if (wheel_dx != 0.0 || wheel_dy != 0.0) - io.AddMouseWheelEvent((float)wheel_dx * 0.1f, (float)wheel_dy * 0.1f); - - return io.WantCaptureMouse; - } - - if (event.type == NSEventTypeKeyDown || event.type == NSEventTypeKeyUp) - { - if ([event isARepeat]) - return io.WantCaptureKeyboard; - - int key_code = (int)[event keyCode]; - ImGuiKey key = ImGui_ImplOSX_KeyCodeToImGuiKey(key_code); - io.AddKeyEvent(key, event.type == NSEventTypeKeyDown); - io.SetKeyEventNativeData(key, key_code, -1); // To support legacy indexing (<1.87 user code) - - return io.WantCaptureKeyboard; - } - - if (event.type == NSEventTypeFlagsChanged) - { - unsigned short key_code = [event keyCode]; - NSEventModifierFlags modifier_flags = [event modifierFlags]; - - io.AddKeyEvent(ImGuiKey_ModShift, (modifier_flags & NSEventModifierFlagShift) != 0); - io.AddKeyEvent(ImGuiKey_ModCtrl, (modifier_flags & NSEventModifierFlagControl) != 0); - io.AddKeyEvent(ImGuiKey_ModAlt, (modifier_flags & NSEventModifierFlagOption) != 0); - io.AddKeyEvent(ImGuiKey_ModSuper, (modifier_flags & NSEventModifierFlagCommand) != 0); - - ImGuiKey key = ImGui_ImplOSX_KeyCodeToImGuiKey(key_code); - if (key != ImGuiKey_None) - { - // macOS does not generate down/up event for modifiers. We're trying - // to use hardware dependent masks to extract that information. - // 'imgui_mask' is left as a fallback. - NSEventModifierFlags mask = 0; - switch (key) - { - case ImGuiKey_LeftCtrl: mask = 0x0001; break; - case ImGuiKey_RightCtrl: mask = 0x2000; break; - case ImGuiKey_LeftShift: mask = 0x0002; break; - case ImGuiKey_RightShift: mask = 0x0004; break; - case ImGuiKey_LeftSuper: mask = 0x0008; break; - case ImGuiKey_RightSuper: mask = 0x0010; break; - case ImGuiKey_LeftAlt: mask = 0x0020; break; - case ImGuiKey_RightAlt: mask = 0x0040; break; - default: - return io.WantCaptureKeyboard; - } - - NSEventModifierFlags modifier_flags = [event modifierFlags]; - io.AddKeyEvent(key, (modifier_flags & mask) != 0); - io.SetKeyEventNativeData(key, key_code, -1); // To support legacy indexing (<1.87 user code) - } - - return io.WantCaptureKeyboard; - } - - return false; -} - -static void ImGui_ImplOSX_AddTrackingArea(NSView* _Nonnull view) -{ - // If we want to receive key events, we either need to be in the responder chain of the key view, - // or else we can install a local monitor. The consequence of this heavy-handed approach is that - // we receive events for all controls, not just Dear ImGui widgets. If we had native controls in our - // window, we'd want to be much more careful than just ingesting the complete event stream. - // To match the behavior of other backends, we pass every event down to the OS. - ImGui_ImplOSX_Data* bd = ImGui_ImplOSX_GetBackendData(); - if (bd->Monitor) - return; - NSEventMask eventMask = 0; - eventMask |= NSEventMaskMouseMoved | NSEventMaskScrollWheel; - eventMask |= NSEventMaskLeftMouseDown | NSEventMaskLeftMouseUp | NSEventMaskLeftMouseDragged; - eventMask |= NSEventMaskRightMouseDown | NSEventMaskRightMouseUp | NSEventMaskRightMouseDragged; - eventMask |= NSEventMaskOtherMouseDown | NSEventMaskOtherMouseUp | NSEventMaskOtherMouseDragged; - eventMask |= NSEventMaskKeyDown | NSEventMaskKeyUp | NSEventMaskFlagsChanged; - bd->Monitor = [NSEvent addLocalMonitorForEventsMatchingMask:eventMask - handler:^NSEvent* _Nullable(NSEvent* event) - { - ImGui_ImplOSX_HandleEvent(event, view); - return event; - }]; -} diff --git a/external/imgui/backends/imgui_impl_sdl.cpp b/external/imgui/backends/imgui_impl_sdl.cpp deleted file mode 100644 index 7c9bc687..00000000 --- a/external/imgui/backends/imgui_impl_sdl.cpp +++ /dev/null @@ -1,564 +0,0 @@ -// dear imgui: Platform Backend for SDL2 -// This needs to be used along with a Renderer (e.g. DirectX11, OpenGL3, Vulkan..) -// (Info: SDL2 is a cross-platform general purpose library for handling windows, inputs, graphics context creation, etc.) -// (Prefer SDL 2.0.5+ for full feature support.) - -// Implemented features: -// [X] Platform: Clipboard support. -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy SDL_SCANCODE_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: Gamepad support. Enabled with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. -// Missing features: -// [ ] Platform: SDL2 handling of IME under Windows appears to be broken and it explicitly disable the regular Windows IME. You can restore Windows IME by compiling SDL with SDL_DISABLE_WINDOWS_IME. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-03-22: Inputs: Fix mouse position issues when dragging outside of boundaries. SDL_CaptureMouse() erroneously still gives out LEAVE events when hovering OS decorations. -// 2022-03-22: Inputs: Added support for extra mouse buttons (SDL_BUTTON_X1/SDL_BUTTON_X2). -// 2022-02-04: Added SDL_Renderer* parameter to ImGui_ImplSDL2_InitForSDLRenderer(), so we can use SDL_GetRendererOutputSize() instead of SDL_GL_GetDrawableSize() when bound to a SDL_Renderer. -// 2022-01-26: Inputs: replaced short-lived io.AddKeyModsEvent() (added two weeks ago) with io.AddKeyEvent() using ImGuiKey_ModXXX flags. Sorry for the confusion. -// 2021-01-20: Inputs: calling new io.AddKeyAnalogEvent() for gamepad support, instead of writing directly to io.NavInputs[]. -// 2022-01-17: Inputs: calling new io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() API (1.87+). -// 2022-01-17: Inputs: always update key mods next and before key event (not in NewFrame) to fix input queue with very low framerates. -// 2022-01-12: Update mouse inputs using SDL_MOUSEMOTION/SDL_WINDOWEVENT_LEAVE + fallback to provide it when focused but not hovered/captured. More standard and will allow us to pass it to future input queue API. -// 2022-01-12: Maintain our own copy of MouseButtonsDown mask instead of using ImGui::IsAnyMouseDown() which will be obsoleted. -// 2022-01-10: Inputs: calling new io.AddKeyEvent(), io.AddKeyModsEvent() + io.SetKeyEventNativeData() API (1.87+). Support for full ImGuiKey range. -// 2021-08-17: Calling io.AddFocusEvent() on SDL_WINDOWEVENT_FOCUS_GAINED/SDL_WINDOWEVENT_FOCUS_LOST. -// 2021-07-29: Inputs: MousePos is correctly reported when the host platform window is hovered but not focused (using SDL_GetMouseFocus() + SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH, requires SDL 2.0.5+) -// 2021-06-29: *BREAKING CHANGE* Removed 'SDL_Window* window' parameter to ImGui_ImplSDL2_NewFrame() which was unnecessary. -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-03-22: Rework global mouse pos availability check listing supported platforms explicitly, effectively fixing mouse access on Raspberry Pi. (#2837, #3950) -// 2020-05-25: Misc: Report a zero display-size when window is minimized, to be consistent with other backends. -// 2020-02-20: Inputs: Fixed mapping for ImGuiKey_KeyPadEnter (using SDL_SCANCODE_KP_ENTER instead of SDL_SCANCODE_RETURN2). -// 2019-12-17: Inputs: On Wayland, use SDL_GetMouseState (because there is no global mouse state). -// 2019-12-05: Inputs: Added support for ImGuiMouseCursor_NotAllowed mouse cursor. -// 2019-07-21: Inputs: Added mapping for ImGuiKey_KeyPadEnter. -// 2019-04-23: Inputs: Added support for SDL_GameController (if ImGuiConfigFlags_NavEnableGamepad is set by user application). -// 2019-03-12: Misc: Preserve DisplayFramebufferScale when main window is minimized. -// 2018-12-21: Inputs: Workaround for Android/iOS which don't seem to handle focus related calls. -// 2018-11-30: Misc: Setting up io.BackendPlatformName so it can be displayed in the About Window. -// 2018-11-14: Changed the signature of ImGui_ImplSDL2_ProcessEvent() to take a 'const SDL_Event*'. -// 2018-08-01: Inputs: Workaround for Emscripten which doesn't seem to handle focus related calls. -// 2018-06-29: Inputs: Added support for the ImGuiMouseCursor_Hand cursor. -// 2018-06-08: Misc: Extracted imgui_impl_sdl.cpp/.h away from the old combined SDL2+OpenGL/Vulkan examples. -// 2018-06-08: Misc: ImGui_ImplSDL2_InitForOpenGL() now takes a SDL_GLContext parameter. -// 2018-05-09: Misc: Fixed clipboard paste memory leak (we didn't call SDL_FreeMemory on the data returned by SDL_GetClipboardText). -// 2018-03-20: Misc: Setup io.BackendFlags ImGuiBackendFlags_HasMouseCursors flag + honor ImGuiConfigFlags_NoMouseCursorChange flag. -// 2018-02-16: Inputs: Added support for mouse cursors, honoring ImGui::GetMouseCursor() value. -// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves. -// 2018-02-06: Inputs: Added mapping for ImGuiKey_Space. -// 2018-02-05: Misc: Using SDL_GetPerformanceCounter() instead of SDL_GetTicks() to be able to handle very high framerate (1000+ FPS). -// 2018-02-05: Inputs: Keyboard mapping is using scancodes everywhere instead of a confusing mixture of keycodes and scancodes. -// 2018-01-20: Inputs: Added Horizontal Mouse Wheel support. -// 2018-01-19: Inputs: When available (SDL 2.0.4+) using SDL_CaptureMouse() to retrieve coordinates outside of client area when dragging. Otherwise (SDL 2.0.3 and before) testing for SDL_WINDOW_INPUT_FOCUS instead of SDL_WINDOW_MOUSE_FOCUS. -// 2018-01-18: Inputs: Added mapping for ImGuiKey_Insert. -// 2017-08-25: Inputs: MousePos set to -FLT_MAX,-FLT_MAX when mouse is unavailable/missing (instead of -1,-1). -// 2016-10-15: Misc: Added a void* user_data parameter to Clipboard function handlers. - -#include -#include - -// SDL -#include -#include -#if defined(__APPLE__) -#include -#endif - -#if SDL_VERSION_ATLEAST(2,0,4) && !defined(__EMSCRIPTEN__) && !defined(__ANDROID__) && !(defined(__APPLE__) && TARGET_OS_IOS) && !defined(__amigaos4__) -#define SDL_HAS_CAPTURE_AND_GLOBAL_MOUSE 1 -#else -#define SDL_HAS_CAPTURE_AND_GLOBAL_MOUSE 0 -#endif -#define SDL_HAS_MOUSE_FOCUS_CLICKTHROUGH SDL_VERSION_ATLEAST(2,0,5) -#define SDL_HAS_VULKAN SDL_VERSION_ATLEAST(2,0,6) - -// SDL Data -struct ImGui_ImplSDL2_Data -{ - SDL_Window* Window; - SDL_Renderer* Renderer; - Uint64 Time; - int MouseButtonsDown; - SDL_Cursor* MouseCursors[ImGuiMouseCursor_COUNT]; - int PendingMouseLeaveFrame; - char* ClipboardTextData; - bool MouseCanUseGlobalState; - - ImGui_ImplSDL2_Data() { memset((void*)this, 0, sizeof(*this)); } -}; - -// Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -// FIXME: multi-context support is not well tested and probably dysfunctional in this backend. -// FIXME: some shared resources (mouse cursor shape, gamepad) are mishandled when using multi-context. -static ImGui_ImplSDL2_Data* ImGui_ImplSDL2_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplSDL2_Data*)ImGui::GetIO().BackendPlatformUserData : NULL; -} - -// Functions -static const char* ImGui_ImplSDL2_GetClipboardText(void*) -{ - ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); - if (bd->ClipboardTextData) - SDL_free(bd->ClipboardTextData); - bd->ClipboardTextData = SDL_GetClipboardText(); - return bd->ClipboardTextData; -} - -static void ImGui_ImplSDL2_SetClipboardText(void*, const char* text) -{ - SDL_SetClipboardText(text); -} - -static ImGuiKey ImGui_ImplSDL2_KeycodeToImGuiKey(int keycode) -{ - switch (keycode) - { - case SDLK_TAB: return ImGuiKey_Tab; - case SDLK_LEFT: return ImGuiKey_LeftArrow; - case SDLK_RIGHT: return ImGuiKey_RightArrow; - case SDLK_UP: return ImGuiKey_UpArrow; - case SDLK_DOWN: return ImGuiKey_DownArrow; - case SDLK_PAGEUP: return ImGuiKey_PageUp; - case SDLK_PAGEDOWN: return ImGuiKey_PageDown; - case SDLK_HOME: return ImGuiKey_Home; - case SDLK_END: return ImGuiKey_End; - case SDLK_INSERT: return ImGuiKey_Insert; - case SDLK_DELETE: return ImGuiKey_Delete; - case SDLK_BACKSPACE: return ImGuiKey_Backspace; - case SDLK_SPACE: return ImGuiKey_Space; - case SDLK_RETURN: return ImGuiKey_Enter; - case SDLK_ESCAPE: return ImGuiKey_Escape; - case SDLK_QUOTE: return ImGuiKey_Apostrophe; - case SDLK_COMMA: return ImGuiKey_Comma; - case SDLK_MINUS: return ImGuiKey_Minus; - case SDLK_PERIOD: return ImGuiKey_Period; - case SDLK_SLASH: return ImGuiKey_Slash; - case SDLK_SEMICOLON: return ImGuiKey_Semicolon; - case SDLK_EQUALS: return ImGuiKey_Equal; - case SDLK_LEFTBRACKET: return ImGuiKey_LeftBracket; - case SDLK_BACKSLASH: return ImGuiKey_Backslash; - case SDLK_RIGHTBRACKET: return ImGuiKey_RightBracket; - case SDLK_BACKQUOTE: return ImGuiKey_GraveAccent; - case SDLK_CAPSLOCK: return ImGuiKey_CapsLock; - case SDLK_SCROLLLOCK: return ImGuiKey_ScrollLock; - case SDLK_NUMLOCKCLEAR: return ImGuiKey_NumLock; - case SDLK_PRINTSCREEN: return ImGuiKey_PrintScreen; - case SDLK_PAUSE: return ImGuiKey_Pause; - case SDLK_KP_0: return ImGuiKey_Keypad0; - case SDLK_KP_1: return ImGuiKey_Keypad1; - case SDLK_KP_2: return ImGuiKey_Keypad2; - case SDLK_KP_3: return ImGuiKey_Keypad3; - case SDLK_KP_4: return ImGuiKey_Keypad4; - case SDLK_KP_5: return ImGuiKey_Keypad5; - case SDLK_KP_6: return ImGuiKey_Keypad6; - case SDLK_KP_7: return ImGuiKey_Keypad7; - case SDLK_KP_8: return ImGuiKey_Keypad8; - case SDLK_KP_9: return ImGuiKey_Keypad9; - case SDLK_KP_PERIOD: return ImGuiKey_KeypadDecimal; - case SDLK_KP_DIVIDE: return ImGuiKey_KeypadDivide; - case SDLK_KP_MULTIPLY: return ImGuiKey_KeypadMultiply; - case SDLK_KP_MINUS: return ImGuiKey_KeypadSubtract; - case SDLK_KP_PLUS: return ImGuiKey_KeypadAdd; - case SDLK_KP_ENTER: return ImGuiKey_KeypadEnter; - case SDLK_KP_EQUALS: return ImGuiKey_KeypadEqual; - case SDLK_LCTRL: return ImGuiKey_LeftCtrl; - case SDLK_LSHIFT: return ImGuiKey_LeftShift; - case SDLK_LALT: return ImGuiKey_LeftAlt; - case SDLK_LGUI: return ImGuiKey_LeftSuper; - case SDLK_RCTRL: return ImGuiKey_RightCtrl; - case SDLK_RSHIFT: return ImGuiKey_RightShift; - case SDLK_RALT: return ImGuiKey_RightAlt; - case SDLK_RGUI: return ImGuiKey_RightSuper; - case SDLK_APPLICATION: return ImGuiKey_Menu; - case SDLK_0: return ImGuiKey_0; - case SDLK_1: return ImGuiKey_1; - case SDLK_2: return ImGuiKey_2; - case SDLK_3: return ImGuiKey_3; - case SDLK_4: return ImGuiKey_4; - case SDLK_5: return ImGuiKey_5; - case SDLK_6: return ImGuiKey_6; - case SDLK_7: return ImGuiKey_7; - case SDLK_8: return ImGuiKey_8; - case SDLK_9: return ImGuiKey_9; - case SDLK_a: return ImGuiKey_A; - case SDLK_b: return ImGuiKey_B; - case SDLK_c: return ImGuiKey_C; - case SDLK_d: return ImGuiKey_D; - case SDLK_e: return ImGuiKey_E; - case SDLK_f: return ImGuiKey_F; - case SDLK_g: return ImGuiKey_G; - case SDLK_h: return ImGuiKey_H; - case SDLK_i: return ImGuiKey_I; - case SDLK_j: return ImGuiKey_J; - case SDLK_k: return ImGuiKey_K; - case SDLK_l: return ImGuiKey_L; - case SDLK_m: return ImGuiKey_M; - case SDLK_n: return ImGuiKey_N; - case SDLK_o: return ImGuiKey_O; - case SDLK_p: return ImGuiKey_P; - case SDLK_q: return ImGuiKey_Q; - case SDLK_r: return ImGuiKey_R; - case SDLK_s: return ImGuiKey_S; - case SDLK_t: return ImGuiKey_T; - case SDLK_u: return ImGuiKey_U; - case SDLK_v: return ImGuiKey_V; - case SDLK_w: return ImGuiKey_W; - case SDLK_x: return ImGuiKey_X; - case SDLK_y: return ImGuiKey_Y; - case SDLK_z: return ImGuiKey_Z; - case SDLK_F1: return ImGuiKey_F1; - case SDLK_F2: return ImGuiKey_F2; - case SDLK_F3: return ImGuiKey_F3; - case SDLK_F4: return ImGuiKey_F4; - case SDLK_F5: return ImGuiKey_F5; - case SDLK_F6: return ImGuiKey_F6; - case SDLK_F7: return ImGuiKey_F7; - case SDLK_F8: return ImGuiKey_F8; - case SDLK_F9: return ImGuiKey_F9; - case SDLK_F10: return ImGuiKey_F10; - case SDLK_F11: return ImGuiKey_F11; - case SDLK_F12: return ImGuiKey_F12; - } - return ImGuiKey_None; -} - -static void ImGui_ImplSDL2_UpdateKeyModifiers(SDL_Keymod sdl_key_mods) -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddKeyEvent(ImGuiKey_ModCtrl, (sdl_key_mods & KMOD_CTRL) != 0); - io.AddKeyEvent(ImGuiKey_ModShift, (sdl_key_mods & KMOD_SHIFT) != 0); - io.AddKeyEvent(ImGuiKey_ModAlt, (sdl_key_mods & KMOD_ALT) != 0); - io.AddKeyEvent(ImGuiKey_ModSuper, (sdl_key_mods & KMOD_GUI) != 0); -} - -// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. -// - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. -// - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. -// Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. -// If you have multiple SDL events and some of them are not meant to be used by dear imgui, you may need to filter events based on their windowID field. -bool ImGui_ImplSDL2_ProcessEvent(const SDL_Event* event) -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); - - switch (event->type) - { - case SDL_MOUSEMOTION: - { - io.AddMousePosEvent((float)event->motion.x, (float)event->motion.y); - return true; - } - case SDL_MOUSEWHEEL: - { - float wheel_x = (event->wheel.x > 0) ? 1.0f : (event->wheel.x < 0) ? -1.0f : 0.0f; - float wheel_y = (event->wheel.y > 0) ? 1.0f : (event->wheel.y < 0) ? -1.0f : 0.0f; - io.AddMouseWheelEvent(wheel_x, wheel_y); - return true; - } - case SDL_MOUSEBUTTONDOWN: - case SDL_MOUSEBUTTONUP: - { - int mouse_button = -1; - if (event->button.button == SDL_BUTTON_LEFT) { mouse_button = 0; } - if (event->button.button == SDL_BUTTON_RIGHT) { mouse_button = 1; } - if (event->button.button == SDL_BUTTON_MIDDLE) { mouse_button = 2; } - if (event->button.button == SDL_BUTTON_X1) { mouse_button = 3; } - if (event->button.button == SDL_BUTTON_X2) { mouse_button = 4; } - if (mouse_button == -1) - break; - io.AddMouseButtonEvent(mouse_button, (event->type == SDL_MOUSEBUTTONDOWN)); - bd->MouseButtonsDown = (event->type == SDL_MOUSEBUTTONDOWN) ? (bd->MouseButtonsDown | (1 << mouse_button)) : (bd->MouseButtonsDown & ~(1 << mouse_button)); - return true; - } - case SDL_TEXTINPUT: - { - io.AddInputCharactersUTF8(event->text.text); - return true; - } - case SDL_KEYDOWN: - case SDL_KEYUP: - { - ImGui_ImplSDL2_UpdateKeyModifiers((SDL_Keymod)event->key.keysym.mod); - ImGuiKey key = ImGui_ImplSDL2_KeycodeToImGuiKey(event->key.keysym.sym); - io.AddKeyEvent(key, (event->type == SDL_KEYDOWN)); - io.SetKeyEventNativeData(key, event->key.keysym.sym, event->key.keysym.scancode, event->key.keysym.scancode); // To support legacy indexing (<1.87 user code). Legacy backend uses SDLK_*** as indices to IsKeyXXX() functions. - return true; - } - case SDL_WINDOWEVENT: - { - // - When capturing mouse, SDL will send a bunch of conflicting LEAVE/ENTER event on every mouse move, but the final ENTER tends to be right. - // - However we won't get a correct LEAVE event for a captured window. - // - In some cases, when detaching a window from main viewport SDL may send SDL_WINDOWEVENT_ENTER one frame too late, - // causing SDL_WINDOWEVENT_LEAVE on previous frame to interrupt drag operation by clear mouse position. This is why - // we delay process the SDL_WINDOWEVENT_LEAVE events by one frame. See issue #5012 for details. - Uint8 window_event = event->window.event; - if (window_event == SDL_WINDOWEVENT_ENTER) - bd->PendingMouseLeaveFrame = 0; - if (window_event == SDL_WINDOWEVENT_LEAVE) - bd->PendingMouseLeaveFrame = ImGui::GetFrameCount() + 1; - if (window_event == SDL_WINDOWEVENT_FOCUS_GAINED) - io.AddFocusEvent(true); - else if (event->window.event == SDL_WINDOWEVENT_FOCUS_LOST) - io.AddFocusEvent(false); - return true; - } - } - return false; -} - -static bool ImGui_ImplSDL2_Init(SDL_Window* window, SDL_Renderer* renderer) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendPlatformUserData == NULL && "Already initialized a platform backend!"); - - // Check and store if we are on a SDL backend that supports global mouse position - // ("wayland" and "rpi" don't support it, but we chose to use a white-list instead of a black-list) - bool mouse_can_use_global_state = false; -#if SDL_HAS_CAPTURE_AND_GLOBAL_MOUSE - const char* sdl_backend = SDL_GetCurrentVideoDriver(); - const char* global_mouse_whitelist[] = { "windows", "cocoa", "x11", "DIVE", "VMAN" }; - for (int n = 0; n < IM_ARRAYSIZE(global_mouse_whitelist); n++) - if (strncmp(sdl_backend, global_mouse_whitelist[n], strlen(global_mouse_whitelist[n])) == 0) - mouse_can_use_global_state = true; -#endif - - // Setup backend capabilities flags - ImGui_ImplSDL2_Data* bd = IM_NEW(ImGui_ImplSDL2_Data)(); - io.BackendPlatformUserData = (void*)bd; - io.BackendPlatformName = "imgui_impl_sdl"; - io.BackendFlags |= ImGuiBackendFlags_HasMouseCursors; // We can honor GetMouseCursor() values (optional) - io.BackendFlags |= ImGuiBackendFlags_HasSetMousePos; // We can honor io.WantSetMousePos requests (optional, rarely used) - - bd->Window = window; - bd->Renderer = renderer; - bd->MouseCanUseGlobalState = mouse_can_use_global_state; - - io.SetClipboardTextFn = ImGui_ImplSDL2_SetClipboardText; - io.GetClipboardTextFn = ImGui_ImplSDL2_GetClipboardText; - io.ClipboardUserData = NULL; - - // Load mouse cursors - bd->MouseCursors[ImGuiMouseCursor_Arrow] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_ARROW); - bd->MouseCursors[ImGuiMouseCursor_TextInput] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_IBEAM); - bd->MouseCursors[ImGuiMouseCursor_ResizeAll] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZEALL); - bd->MouseCursors[ImGuiMouseCursor_ResizeNS] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENS); - bd->MouseCursors[ImGuiMouseCursor_ResizeEW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZEWE); - bd->MouseCursors[ImGuiMouseCursor_ResizeNESW] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENESW); - bd->MouseCursors[ImGuiMouseCursor_ResizeNWSE] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_SIZENWSE); - bd->MouseCursors[ImGuiMouseCursor_Hand] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_HAND); - bd->MouseCursors[ImGuiMouseCursor_NotAllowed] = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_NO); - - // Set platform dependent data in viewport -#ifdef _WIN32 - SDL_SysWMinfo info; - SDL_VERSION(&info.version); - if (SDL_GetWindowWMInfo(window, &info)) - ImGui::GetMainViewport()->PlatformHandleRaw = (void*)info.info.win.window; -#else - (void)window; -#endif - - // Set SDL hint to receive mouse click events on window focus, otherwise SDL doesn't emit the event. - // Without this, when clicking to gain focus, our widgets wouldn't activate even though they showed as hovered. - // (This is unfortunately a global SDL setting, so enabling it might have a side-effect on your application. - // It is unlikely to make a difference, but if your app absolutely needs to ignore the initial on-focus click: - // you can ignore SDL_MOUSEBUTTONDOWN events coming right after a SDL_WINDOWEVENT_FOCUS_GAINED) -#if SDL_HAS_MOUSE_FOCUS_CLICKTHROUGH - SDL_SetHint(SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH, "1"); -#endif - - return true; -} - -bool ImGui_ImplSDL2_InitForOpenGL(SDL_Window* window, void* sdl_gl_context) -{ - IM_UNUSED(sdl_gl_context); // Viewport branch will need this. - return ImGui_ImplSDL2_Init(window, NULL); -} - -bool ImGui_ImplSDL2_InitForVulkan(SDL_Window* window) -{ -#if !SDL_HAS_VULKAN - IM_ASSERT(0 && "Unsupported"); -#endif - return ImGui_ImplSDL2_Init(window, NULL); -} - -bool ImGui_ImplSDL2_InitForD3D(SDL_Window* window) -{ -#if !defined(_WIN32) - IM_ASSERT(0 && "Unsupported"); -#endif - return ImGui_ImplSDL2_Init(window, NULL); -} - -bool ImGui_ImplSDL2_InitForMetal(SDL_Window* window) -{ - return ImGui_ImplSDL2_Init(window, NULL); -} - -bool ImGui_ImplSDL2_InitForSDLRenderer(SDL_Window* window, SDL_Renderer* renderer) -{ - return ImGui_ImplSDL2_Init(window, renderer); -} - -void ImGui_ImplSDL2_Shutdown() -{ - ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); - IM_ASSERT(bd != NULL && "No platform backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - if (bd->ClipboardTextData) - SDL_free(bd->ClipboardTextData); - for (ImGuiMouseCursor cursor_n = 0; cursor_n < ImGuiMouseCursor_COUNT; cursor_n++) - SDL_FreeCursor(bd->MouseCursors[cursor_n]); - - io.BackendPlatformName = NULL; - io.BackendPlatformUserData = NULL; - IM_DELETE(bd); -} - -static void ImGui_ImplSDL2_UpdateMouseData() -{ - ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - - // We forward mouse input when hovered or captured (via SDL_MOUSEMOTION) or when focused (below) -#if SDL_HAS_CAPTURE_AND_GLOBAL_MOUSE - // SDL_CaptureMouse() let the OS know e.g. that our imgui drag outside the SDL window boundaries shouldn't e.g. trigger other operations outside - SDL_CaptureMouse(bd->MouseButtonsDown != 0 ? SDL_TRUE : SDL_FALSE); - SDL_Window* focused_window = SDL_GetKeyboardFocus(); - const bool is_app_focused = (bd->Window == focused_window); -#else - const bool is_app_focused = (SDL_GetWindowFlags(bd->Window) & SDL_WINDOW_INPUT_FOCUS) != 0; // SDL 2.0.3 and non-windowed systems: single-viewport only -#endif - if (is_app_focused) - { - // (Optional) Set OS mouse position from Dear ImGui if requested (rarely used, only when ImGuiConfigFlags_NavEnableSetMousePos is enabled by user) - if (io.WantSetMousePos) - SDL_WarpMouseInWindow(bd->Window, (int)io.MousePos.x, (int)io.MousePos.y); - - // (Optional) Fallback to provide mouse position when focused (SDL_MOUSEMOTION already provides this when hovered or captured) - if (bd->MouseCanUseGlobalState && bd->MouseButtonsDown == 0) - { - int window_x, window_y, mouse_x_global, mouse_y_global; - SDL_GetGlobalMouseState(&mouse_x_global, &mouse_y_global); - SDL_GetWindowPosition(bd->Window, &window_x, &window_y); - io.AddMousePosEvent((float)(mouse_x_global - window_x), (float)(mouse_y_global - window_y)); - } - } -} - -static void ImGui_ImplSDL2_UpdateMouseCursor() -{ - ImGuiIO& io = ImGui::GetIO(); - if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) - return; - ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); - - ImGuiMouseCursor imgui_cursor = ImGui::GetMouseCursor(); - if (io.MouseDrawCursor || imgui_cursor == ImGuiMouseCursor_None) - { - // Hide OS mouse cursor if imgui is drawing it or if it wants no cursor - SDL_ShowCursor(SDL_FALSE); - } - else - { - // Show OS mouse cursor - SDL_SetCursor(bd->MouseCursors[imgui_cursor] ? bd->MouseCursors[imgui_cursor] : bd->MouseCursors[ImGuiMouseCursor_Arrow]); - SDL_ShowCursor(SDL_TRUE); - } -} - -static void ImGui_ImplSDL2_UpdateGamepads() -{ - ImGuiIO& io = ImGui::GetIO(); - if ((io.ConfigFlags & ImGuiConfigFlags_NavEnableGamepad) == 0) - return; - - // Get gamepad - io.BackendFlags &= ~ImGuiBackendFlags_HasGamepad; - SDL_GameController* game_controller = SDL_GameControllerOpen(0); - if (!game_controller) - return; - io.BackendFlags |= ImGuiBackendFlags_HasGamepad; - - // Update gamepad inputs - #define IM_SATURATE(V) (V < 0.0f ? 0.0f : V > 1.0f ? 1.0f : V) - #define MAP_BUTTON(KEY_NO, BUTTON_NO) { io.AddKeyEvent(KEY_NO, SDL_GameControllerGetButton(game_controller, BUTTON_NO) != 0); } - #define MAP_ANALOG(KEY_NO, AXIS_NO, V0, V1) { float vn = (float)(SDL_GameControllerGetAxis(game_controller, AXIS_NO) - V0) / (float)(V1 - V0); vn = IM_SATURATE(vn); io.AddKeyAnalogEvent(KEY_NO, vn > 0.1f, vn); } - const int thumb_dead_zone = 8000; // SDL_gamecontroller.h suggests using this value. - MAP_BUTTON(ImGuiKey_GamepadStart, SDL_CONTROLLER_BUTTON_START); - MAP_BUTTON(ImGuiKey_GamepadBack, SDL_CONTROLLER_BUTTON_BACK); - MAP_BUTTON(ImGuiKey_GamepadFaceLeft, SDL_CONTROLLER_BUTTON_X); // Xbox X, PS Square - MAP_BUTTON(ImGuiKey_GamepadFaceRight, SDL_CONTROLLER_BUTTON_B); // Xbox B, PS Circle - MAP_BUTTON(ImGuiKey_GamepadFaceUp, SDL_CONTROLLER_BUTTON_Y); // Xbox Y, PS Triangle - MAP_BUTTON(ImGuiKey_GamepadFaceDown, SDL_CONTROLLER_BUTTON_A); // Xbox A, PS Cross - MAP_BUTTON(ImGuiKey_GamepadDpadLeft, SDL_CONTROLLER_BUTTON_DPAD_LEFT); - MAP_BUTTON(ImGuiKey_GamepadDpadRight, SDL_CONTROLLER_BUTTON_DPAD_RIGHT); - MAP_BUTTON(ImGuiKey_GamepadDpadUp, SDL_CONTROLLER_BUTTON_DPAD_UP); - MAP_BUTTON(ImGuiKey_GamepadDpadDown, SDL_CONTROLLER_BUTTON_DPAD_DOWN); - MAP_BUTTON(ImGuiKey_GamepadL1, SDL_CONTROLLER_BUTTON_LEFTSHOULDER); - MAP_BUTTON(ImGuiKey_GamepadR1, SDL_CONTROLLER_BUTTON_RIGHTSHOULDER); - MAP_ANALOG(ImGuiKey_GamepadL2, SDL_CONTROLLER_AXIS_TRIGGERLEFT, 0.0f, 32767); - MAP_ANALOG(ImGuiKey_GamepadR2, SDL_CONTROLLER_AXIS_TRIGGERRIGHT, 0.0f, 32767); - MAP_BUTTON(ImGuiKey_GamepadL3, SDL_CONTROLLER_BUTTON_LEFTSTICK); - MAP_BUTTON(ImGuiKey_GamepadR3, SDL_CONTROLLER_BUTTON_RIGHTSTICK); - MAP_ANALOG(ImGuiKey_GamepadLStickLeft, SDL_CONTROLLER_AXIS_LEFTX, -thumb_dead_zone, -32768); - MAP_ANALOG(ImGuiKey_GamepadLStickRight, SDL_CONTROLLER_AXIS_LEFTX, +thumb_dead_zone, +32767); - MAP_ANALOG(ImGuiKey_GamepadLStickUp, SDL_CONTROLLER_AXIS_LEFTY, -thumb_dead_zone, -32768); - MAP_ANALOG(ImGuiKey_GamepadLStickDown, SDL_CONTROLLER_AXIS_LEFTY, +thumb_dead_zone, +32767); - MAP_ANALOG(ImGuiKey_GamepadRStickLeft, SDL_CONTROLLER_AXIS_RIGHTX, -thumb_dead_zone, -32768); - MAP_ANALOG(ImGuiKey_GamepadRStickRight, SDL_CONTROLLER_AXIS_RIGHTX, +thumb_dead_zone, +32767); - MAP_ANALOG(ImGuiKey_GamepadRStickUp, SDL_CONTROLLER_AXIS_RIGHTY, -thumb_dead_zone, -32768); - MAP_ANALOG(ImGuiKey_GamepadRStickDown, SDL_CONTROLLER_AXIS_RIGHTY, +thumb_dead_zone, +32767); - #undef MAP_BUTTON - #undef MAP_ANALOG -} - -void ImGui_ImplSDL2_NewFrame() -{ - ImGui_ImplSDL2_Data* bd = ImGui_ImplSDL2_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplSDL2_Init()?"); - ImGuiIO& io = ImGui::GetIO(); - - // Setup display size (every frame to accommodate for window resizing) - int w, h; - int display_w, display_h; - SDL_GetWindowSize(bd->Window, &w, &h); - if (SDL_GetWindowFlags(bd->Window) & SDL_WINDOW_MINIMIZED) - w = h = 0; - if (bd->Renderer != NULL) - SDL_GetRendererOutputSize(bd->Renderer, &display_w, &display_h); - else - SDL_GL_GetDrawableSize(bd->Window, &display_w, &display_h); - io.DisplaySize = ImVec2((float)w, (float)h); - if (w > 0 && h > 0) - io.DisplayFramebufferScale = ImVec2((float)display_w / w, (float)display_h / h); - - // Setup time step (we don't use SDL_GetTicks() because it is using millisecond resolution) - static Uint64 frequency = SDL_GetPerformanceFrequency(); - Uint64 current_time = SDL_GetPerformanceCounter(); - io.DeltaTime = bd->Time > 0 ? (float)((double)(current_time - bd->Time) / frequency) : (float)(1.0f / 60.0f); - bd->Time = current_time; - - if (bd->PendingMouseLeaveFrame && bd->PendingMouseLeaveFrame >= ImGui::GetFrameCount() && bd->MouseButtonsDown == 0) - { - io.AddMousePosEvent(-FLT_MAX, -FLT_MAX); - bd->PendingMouseLeaveFrame = 0; - } - - ImGui_ImplSDL2_UpdateMouseData(); - ImGui_ImplSDL2_UpdateMouseCursor(); - - // Update game controllers (if enabled and available) - ImGui_ImplSDL2_UpdateGamepads(); -} diff --git a/external/imgui/backends/imgui_impl_sdl.h b/external/imgui/backends/imgui_impl_sdl.h deleted file mode 100644 index e450098c..00000000 --- a/external/imgui/backends/imgui_impl_sdl.h +++ /dev/null @@ -1,36 +0,0 @@ -// dear imgui: Platform Backend for SDL2 -// This needs to be used along with a Renderer (e.g. DirectX11, OpenGL3, Vulkan..) -// (Info: SDL2 is a cross-platform general purpose library for handling windows, inputs, graphics context creation, etc.) - -// Implemented features: -// [X] Platform: Clipboard support. -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy SDL_SCANCODE_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: Gamepad support. Enabled with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. -// Missing features: -// [ ] Platform: SDL2 handling of IME under Windows appears to be broken and it explicitly disable the regular Windows IME. You can restore Windows IME by compiling SDL with SDL_DISABLE_WINDOWS_IME. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include // IMGUI_IMPL_API - -struct SDL_Window; -struct SDL_Renderer; -typedef union SDL_Event SDL_Event; - -IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForOpenGL(SDL_Window* window, void* sdl_gl_context); -IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForVulkan(SDL_Window* window); -IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForD3D(SDL_Window* window); -IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForMetal(SDL_Window* window); -IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForSDLRenderer(SDL_Window* window, SDL_Renderer* renderer); -IMGUI_IMPL_API void ImGui_ImplSDL2_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplSDL2_NewFrame(); -IMGUI_IMPL_API bool ImGui_ImplSDL2_ProcessEvent(const SDL_Event* event); - -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS -static inline void ImGui_ImplSDL2_NewFrame(SDL_Window*) { ImGui_ImplSDL2_NewFrame(); } // 1.84: removed unnecessary parameter -#endif diff --git a/external/imgui/backends/imgui_impl_sdlrenderer.cpp b/external/imgui/backends/imgui_impl_sdlrenderer.cpp deleted file mode 100644 index b5cad6ec..00000000 --- a/external/imgui/backends/imgui_impl_sdlrenderer.cpp +++ /dev/null @@ -1,250 +0,0 @@ -// dear imgui: Renderer Backend for SDL_Renderer -// (Requires: SDL 2.0.17+) - -// Important to understand: SDL_Renderer is an _optional_ component of SDL. -// For a multi-platform app consider using e.g. SDL+DirectX on Windows and SDL+OpenGL on Linux/OSX. -// If your application will want to render any non trivial amount of graphics other than UI, -// please be aware that SDL_Renderer offers a limited graphic API to the end-user and it might -// be difficult to step out of those boundaries. -// However, we understand it is a convenient choice to get an app started easily. - -// Implemented features: -// [X] Renderer: User texture binding. Use 'SDL_Texture*' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. -// Missing features: - -// You can copy and use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// 2021-12-21: Update SDL_RenderGeometryRaw() format to work with SDL 2.0.19. -// 2021-12-03: Added support for large mesh (64K+ vertices), enable ImGuiBackendFlags_RendererHasVtxOffset flag. -// 2021-10-06: Backup and restore modified ClipRect/Viewport. -// 2021-09-21: Initial version. - -#include "imgui.h" -#include "imgui_impl_sdlrenderer.h" -#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier -#include // intptr_t -#else -#include // intptr_t -#endif - -// SDL -#include -#if !SDL_VERSION_ATLEAST(2,0,17) -#error This backend requires SDL 2.0.17+ because of SDL_RenderGeometry() function -#endif - -// SDL_Renderer data -struct ImGui_ImplSDLRenderer_Data -{ - SDL_Renderer* SDLRenderer; - SDL_Texture* FontTexture; - ImGui_ImplSDLRenderer_Data() { memset((void*)this, 0, sizeof(*this)); } -}; - -// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -static ImGui_ImplSDLRenderer_Data* ImGui_ImplSDLRenderer_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplSDLRenderer_Data*)ImGui::GetIO().BackendRendererUserData : NULL; -} - -// Functions -bool ImGui_ImplSDLRenderer_Init(SDL_Renderer* renderer) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendRendererUserData == NULL && "Already initialized a renderer backend!"); - IM_ASSERT(renderer != NULL && "SDL_Renderer not initialized!"); - - // Setup backend capabilities flags - ImGui_ImplSDLRenderer_Data* bd = IM_NEW(ImGui_ImplSDLRenderer_Data)(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_sdlrenderer"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. - - bd->SDLRenderer = renderer; - - return true; -} - -void ImGui_ImplSDLRenderer_Shutdown() -{ - ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); - IM_ASSERT(bd != NULL && "No renderer backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplSDLRenderer_DestroyDeviceObjects(); - - io.BackendRendererName = NULL; - io.BackendRendererUserData = NULL; - IM_DELETE(bd); -} - -static void ImGui_ImplSDLRenderer_SetupRenderState() -{ - ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); - - // Clear out any viewports and cliprect set by the user - // FIXME: Technically speaking there are lots of other things we could backup/setup/restore during our render process. - SDL_RenderSetViewport(bd->SDLRenderer, NULL); - SDL_RenderSetClipRect(bd->SDLRenderer, NULL); -} - -void ImGui_ImplSDLRenderer_NewFrame() -{ - ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplSDLRenderer_Init()?"); - - if (!bd->FontTexture) - ImGui_ImplSDLRenderer_CreateDeviceObjects(); -} - -void ImGui_ImplSDLRenderer_RenderDrawData(ImDrawData* draw_data) -{ - ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); - - // If there's a scale factor set by the user, use that instead - // If the user has specified a scale factor to SDL_Renderer already via SDL_RenderSetScale(), SDL will scale whatever we pass - // to SDL_RenderGeometryRaw() by that scale factor. In that case we don't want to be also scaling it ourselves here. - float rsx = 1.0f; - float rsy = 1.0f; - SDL_RenderGetScale(bd->SDLRenderer, &rsx, &rsy); - ImVec2 render_scale; - render_scale.x = (rsx == 1.0f) ? draw_data->FramebufferScale.x : 1.0f; - render_scale.y = (rsy == 1.0f) ? draw_data->FramebufferScale.y : 1.0f; - - // Avoid rendering when minimized, scale coordinates for retina displays (screen coordinates != framebuffer coordinates) - int fb_width = (int)(draw_data->DisplaySize.x * render_scale.x); - int fb_height = (int)(draw_data->DisplaySize.y * render_scale.y); - if (fb_width == 0 || fb_height == 0) - return; - - // Backup SDL_Renderer state that will be modified to restore it afterwards - struct BackupSDLRendererState - { - SDL_Rect Viewport; - bool ClipEnabled; - SDL_Rect ClipRect; - }; - BackupSDLRendererState old = {}; - old.ClipEnabled = SDL_RenderIsClipEnabled(bd->SDLRenderer) == SDL_TRUE; - SDL_RenderGetViewport(bd->SDLRenderer, &old.Viewport); - SDL_RenderGetClipRect(bd->SDLRenderer, &old.ClipRect); - - // Will project scissor/clipping rectangles into framebuffer space - ImVec2 clip_off = draw_data->DisplayPos; // (0,0) unless using multi-viewports - ImVec2 clip_scale = render_scale; - - // Render command lists - ImGui_ImplSDLRenderer_SetupRenderState(); - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - const ImDrawVert* vtx_buffer = cmd_list->VtxBuffer.Data; - const ImDrawIdx* idx_buffer = cmd_list->IdxBuffer.Data; - - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplSDLRenderer_SetupRenderState(); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min((pcmd->ClipRect.x - clip_off.x) * clip_scale.x, (pcmd->ClipRect.y - clip_off.y) * clip_scale.y); - ImVec2 clip_max((pcmd->ClipRect.z - clip_off.x) * clip_scale.x, (pcmd->ClipRect.w - clip_off.y) * clip_scale.y); - if (clip_min.x < 0.0f) { clip_min.x = 0.0f; } - if (clip_min.y < 0.0f) { clip_min.y = 0.0f; } - if (clip_max.x > fb_width) { clip_max.x = (float)fb_width; } - if (clip_max.y > fb_height) { clip_max.y = (float)fb_height; } - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - SDL_Rect r = { (int)(clip_min.x), (int)(clip_min.y), (int)(clip_max.x - clip_min.x), (int)(clip_max.y - clip_min.y) }; - SDL_RenderSetClipRect(bd->SDLRenderer, &r); - - const float* xy = (const float*)((const char*)(vtx_buffer + pcmd->VtxOffset) + IM_OFFSETOF(ImDrawVert, pos)); - const float* uv = (const float*)((const char*)(vtx_buffer + pcmd->VtxOffset) + IM_OFFSETOF(ImDrawVert, uv)); -#if SDL_VERSION_ATLEAST(2,0,19) - const SDL_Color* color = (const SDL_Color*)((const char*)(vtx_buffer + pcmd->VtxOffset) + IM_OFFSETOF(ImDrawVert, col)); // SDL 2.0.19+ -#else - const int* color = (const int*)((const char*)(vtx_buffer + pcmd->VtxOffset) + IM_OFFSETOF(ImDrawVert, col)); // SDL 2.0.17 and 2.0.18 -#endif - - // Bind texture, Draw - SDL_Texture* tex = (SDL_Texture*)pcmd->GetTexID(); - SDL_RenderGeometryRaw(bd->SDLRenderer, tex, - xy, (int)sizeof(ImDrawVert), - color, (int)sizeof(ImDrawVert), - uv, (int)sizeof(ImDrawVert), - cmd_list->VtxBuffer.Size - pcmd->VtxOffset, - idx_buffer + pcmd->IdxOffset, pcmd->ElemCount, sizeof(ImDrawIdx)); - } - } - } - - // Restore modified SDL_Renderer state - SDL_RenderSetViewport(bd->SDLRenderer, &old.Viewport); - SDL_RenderSetClipRect(bd->SDLRenderer, old.ClipEnabled ? &old.ClipRect : NULL); -} - -// Called by Init/NewFrame/Shutdown -bool ImGui_ImplSDLRenderer_CreateFontsTexture() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); - - // Build texture atlas - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); // Load as RGBA 32-bit (75% of the memory is wasted, but default font is so small) because it is more likely to be compatible with user's existing shaders. If your ImTextureId represent a higher-level concept than just a GL texture id, consider calling GetTexDataAsAlpha8() instead to save on GPU memory. - - // Upload texture to graphics system - // (Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling) - bd->FontTexture = SDL_CreateTexture(bd->SDLRenderer, SDL_PIXELFORMAT_ABGR8888, SDL_TEXTUREACCESS_STATIC, width, height); - if (bd->FontTexture == NULL) - { - SDL_Log("error creating texture"); - return false; - } - SDL_UpdateTexture(bd->FontTexture, NULL, pixels, 4 * width); - SDL_SetTextureBlendMode(bd->FontTexture, SDL_BLENDMODE_BLEND); - SDL_SetTextureScaleMode(bd->FontTexture, SDL_ScaleModeLinear); - - // Store our identifier - io.Fonts->SetTexID((ImTextureID)(intptr_t)bd->FontTexture); - - return true; -} - -void ImGui_ImplSDLRenderer_DestroyFontsTexture() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplSDLRenderer_Data* bd = ImGui_ImplSDLRenderer_GetBackendData(); - if (bd->FontTexture) - { - io.Fonts->SetTexID(0); - SDL_DestroyTexture(bd->FontTexture); - bd->FontTexture = NULL; - } -} - -bool ImGui_ImplSDLRenderer_CreateDeviceObjects() -{ - return ImGui_ImplSDLRenderer_CreateFontsTexture(); -} - -void ImGui_ImplSDLRenderer_DestroyDeviceObjects() -{ - ImGui_ImplSDLRenderer_DestroyFontsTexture(); -} diff --git a/external/imgui/backends/imgui_impl_sdlrenderer.h b/external/imgui/backends/imgui_impl_sdlrenderer.h deleted file mode 100644 index 51a1c45f..00000000 --- a/external/imgui/backends/imgui_impl_sdlrenderer.h +++ /dev/null @@ -1,29 +0,0 @@ -// dear imgui: Renderer Backend for SDL_Renderer -// (Requires: SDL 2.0.17+) - -// Important to understand: SDL_Renderer is an _optional_ component of SDL. -// For a multi-platform app consider using e.g. SDL+DirectX on Windows and SDL+OpenGL on Linux/OSX. -// If your application will want to render any non trivial amount of graphics other than UI, -// please be aware that SDL_Renderer offers a limited graphic API to the end-user and it might -// be difficult to step out of those boundaries. -// However, we understand it is a convenient choice to get an app started easily. - -// Implemented features: -// [X] Renderer: User texture binding. Use 'SDL_Texture*' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -struct SDL_Renderer; - -IMGUI_IMPL_API bool ImGui_ImplSDLRenderer_Init(SDL_Renderer* renderer); -IMGUI_IMPL_API void ImGui_ImplSDLRenderer_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplSDLRenderer_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplSDLRenderer_RenderDrawData(ImDrawData* draw_data); - -// Called by Init/NewFrame/Shutdown -IMGUI_IMPL_API bool ImGui_ImplSDLRenderer_CreateFontsTexture(); -IMGUI_IMPL_API void ImGui_ImplSDLRenderer_DestroyFontsTexture(); -IMGUI_IMPL_API bool ImGui_ImplSDLRenderer_CreateDeviceObjects(); -IMGUI_IMPL_API void ImGui_ImplSDLRenderer_DestroyDeviceObjects(); diff --git a/external/imgui/backends/imgui_impl_vulkan.cpp b/external/imgui/backends/imgui_impl_vulkan.cpp deleted file mode 100644 index 1b15d7fd..00000000 --- a/external/imgui/backends/imgui_impl_vulkan.cpp +++ /dev/null @@ -1,1507 +0,0 @@ -// dear imgui: Renderer Backend for Vulkan -// This needs to be used along with a Platform Backend (e.g. GLFW, SDL, Win32, custom..) - -// Implemented features: -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. -// [!] Renderer: User texture binding. Use 'VkDescriptorSet' as ImTextureID. Read the FAQ about ImTextureID! See https://github.com/ocornut/imgui/pull/914 for discussions. - -// Important: on 32-bit systems, user texture binding is only supported if your imconfig file has '#define ImTextureID ImU64'. -// This is because we need ImTextureID to carry a 64-bit value and by default ImTextureID is defined as void*. -// To build this on 32-bit systems and support texture changes: -// - [Solution 1] IDE/msbuild: in "Properties/C++/Preprocessor Definitions" add 'ImTextureID=ImU64' (this is what we do in our .vcxproj files) -// - [Solution 2] IDE/msbuild: in "Properties/C++/Preprocessor Definitions" add 'IMGUI_USER_CONFIG="my_imgui_config.h"' and inside 'my_imgui_config.h' add '#define ImTextureID ImU64' and as many other options as you like. -// - [Solution 3] IDE/msbuild: edit imconfig.h and add '#define ImTextureID ImU64' (prefer solution 2 to create your own config file!) -// - [Solution 4] command-line: add '/D ImTextureID=ImU64' to your cl.exe command-line (this is what we do in our batch files) - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// The aim of imgui_impl_vulkan.h/.cpp is to be usable in your engine without any modification. -// IF YOU FEEL YOU NEED TO MAKE ANY CHANGE TO THIS CODE, please share them and your feedback at https://github.com/ocornut/imgui/ - -// Important note to the reader who wish to integrate imgui_impl_vulkan.cpp/.h in their own engine/app. -// - Common ImGui_ImplVulkan_XXX functions and structures are used to interface with imgui_impl_vulkan.cpp/.h. -// You will use those if you want to use this rendering backend in your engine/app. -// - Helper ImGui_ImplVulkanH_XXX functions and structures are only used by this example (main.cpp) and by -// the backend itself (imgui_impl_vulkan.cpp), but should PROBABLY NOT be used by your own engine/app code. -// Read comments in imgui_impl_vulkan.h. - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2021-10-15: Vulkan: Call vkCmdSetScissor() at the end of render a full-viewport to reduce likehood of issues with people using VK_DYNAMIC_STATE_SCISSOR in their app without calling vkCmdSetScissor() explicitly every frame. -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-03-22: Vulkan: Fix mapped memory validation error when buffer sizes are not multiple of VkPhysicalDeviceLimits::nonCoherentAtomSize. -// 2021-02-18: Vulkan: Change blending equation to preserve alpha in output buffer. -// 2021-01-27: Vulkan: Added support for custom function load and IMGUI_IMPL_VULKAN_NO_PROTOTYPES by using ImGui_ImplVulkan_LoadFunctions(). -// 2020-11-11: Vulkan: Added support for specifying which subpass to reference during VkPipeline creation. -// 2020-09-07: Vulkan: Added VkPipeline parameter to ImGui_ImplVulkan_RenderDrawData (default to one passed to ImGui_ImplVulkan_Init). -// 2020-05-04: Vulkan: Fixed crash if initial frame has no vertices. -// 2020-04-26: Vulkan: Fixed edge case where render callbacks wouldn't be called if the ImDrawData didn't have vertices. -// 2019-08-01: Vulkan: Added support for specifying multisample count. Set ImGui_ImplVulkan_InitInfo::MSAASamples to one of the VkSampleCountFlagBits values to use, default is non-multisampled as before. -// 2019-05-29: Vulkan: Added support for large mesh (64K+ vertices), enable ImGuiBackendFlags_RendererHasVtxOffset flag. -// 2019-04-30: Vulkan: Added support for special ImDrawCallback_ResetRenderState callback to reset render state. -// 2019-04-04: *BREAKING CHANGE*: Vulkan: Added ImageCount/MinImageCount fields in ImGui_ImplVulkan_InitInfo, required for initialization (was previously a hard #define IMGUI_VK_QUEUED_FRAMES 2). Added ImGui_ImplVulkan_SetMinImageCount(). -// 2019-04-04: Vulkan: Added VkInstance argument to ImGui_ImplVulkanH_CreateWindow() optional helper. -// 2019-04-04: Vulkan: Avoid passing negative coordinates to vkCmdSetScissor, which debug validation layers do not like. -// 2019-04-01: Vulkan: Support for 32-bit index buffer (#define ImDrawIdx unsigned int). -// 2019-02-16: Vulkan: Viewport and clipping rectangles correctly using draw_data->FramebufferScale to allow retina display. -// 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window. -// 2018-08-25: Vulkan: Fixed mishandled VkSurfaceCapabilitiesKHR::maxImageCount=0 case. -// 2018-06-22: Inverted the parameters to ImGui_ImplVulkan_RenderDrawData() to be consistent with other backends. -// 2018-06-08: Misc: Extracted imgui_impl_vulkan.cpp/.h away from the old combined GLFW+Vulkan example. -// 2018-06-08: Vulkan: Use draw_data->DisplayPos and draw_data->DisplaySize to setup projection matrix and clipping rectangle. -// 2018-03-03: Vulkan: Various refactor, created a couple of ImGui_ImplVulkanH_XXX helper that the example can use and that viewport support will use. -// 2018-03-01: Vulkan: Renamed ImGui_ImplVulkan_Init_Info to ImGui_ImplVulkan_InitInfo and fields to match more closely Vulkan terminology. -// 2018-02-16: Misc: Obsoleted the io.RenderDrawListsFn callback, ImGui_ImplVulkan_Render() calls ImGui_ImplVulkan_RenderDrawData() itself. -// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves. -// 2017-05-15: Vulkan: Fix scissor offset being negative. Fix new Vulkan validation warnings. Set required depth member for buffer image copy. -// 2016-11-13: Vulkan: Fix validation layer warnings and errors and redeclare gl_PerVertex. -// 2016-10-18: Vulkan: Add location decorators & change to use structs as in/out in glsl, update embedded spv (produced with glslangValidator -x). Null the released resources. -// 2016-08-27: Vulkan: Fix Vulkan example for use when a depth buffer is active. - -#include -#include - -// Visual Studio warnings -#ifdef _MSC_VER -#pragma warning (disable: 4127) // condition expression is constant -#endif - -// Reusable buffers used for rendering 1 current in-flight frame, for ImGui_ImplVulkan_RenderDrawData() -// [Please zero-clear before use!] -struct ImGui_ImplVulkanH_FrameRenderBuffers -{ - VkDeviceMemory VertexBufferMemory; - VkDeviceMemory IndexBufferMemory; - VkDeviceSize VertexBufferSize; - VkDeviceSize IndexBufferSize; - VkBuffer VertexBuffer; - VkBuffer IndexBuffer; -}; - -// Each viewport will hold 1 ImGui_ImplVulkanH_WindowRenderBuffers -// [Please zero-clear before use!] -struct ImGui_ImplVulkanH_WindowRenderBuffers -{ - uint32_t Index; - uint32_t Count; - ImGui_ImplVulkanH_FrameRenderBuffers* FrameRenderBuffers; -}; - -// Vulkan data -struct ImGui_ImplVulkan_Data -{ - ImGui_ImplVulkan_InitInfo VulkanInitInfo; - VkRenderPass RenderPass; - VkDeviceSize BufferMemoryAlignment; - VkPipelineCreateFlags PipelineCreateFlags; - VkDescriptorSetLayout DescriptorSetLayout; - VkPipelineLayout PipelineLayout; - VkPipeline Pipeline; - uint32_t Subpass; - VkShaderModule ShaderModuleVert; - VkShaderModule ShaderModuleFrag; - - // Font data - VkSampler FontSampler; - VkDeviceMemory FontMemory; - VkImage FontImage; - VkImageView FontView; - VkDescriptorSet FontDescriptorSet; - VkDeviceMemory UploadBufferMemory; - VkBuffer UploadBuffer; - - // Render buffers - ImGui_ImplVulkanH_WindowRenderBuffers MainWindowRenderBuffers; - - ImGui_ImplVulkan_Data() - { - memset((void*)this, 0, sizeof(*this)); - BufferMemoryAlignment = 256; - } -}; - -// Forward Declarations -bool ImGui_ImplVulkan_CreateDeviceObjects(); -void ImGui_ImplVulkan_DestroyDeviceObjects(); -void ImGui_ImplVulkanH_DestroyFrame(VkDevice device, ImGui_ImplVulkanH_Frame* fd, const VkAllocationCallbacks* allocator); -void ImGui_ImplVulkanH_DestroyFrameSemaphores(VkDevice device, ImGui_ImplVulkanH_FrameSemaphores* fsd, const VkAllocationCallbacks* allocator); -void ImGui_ImplVulkanH_DestroyFrameRenderBuffers(VkDevice device, ImGui_ImplVulkanH_FrameRenderBuffers* buffers, const VkAllocationCallbacks* allocator); -void ImGui_ImplVulkanH_DestroyWindowRenderBuffers(VkDevice device, ImGui_ImplVulkanH_WindowRenderBuffers* buffers, const VkAllocationCallbacks* allocator); -void ImGui_ImplVulkanH_CreateWindowSwapChain(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator, int w, int h, uint32_t min_image_count); -void ImGui_ImplVulkanH_CreateWindowCommandBuffers(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator); - -// Vulkan prototypes for use with custom loaders -// (see description of IMGUI_IMPL_VULKAN_NO_PROTOTYPES in imgui_impl_vulkan.h -#ifdef VK_NO_PROTOTYPES -static bool g_FunctionsLoaded = false; -#else -static bool g_FunctionsLoaded = true; -#endif -#ifdef VK_NO_PROTOTYPES -#define IMGUI_VULKAN_FUNC_MAP(IMGUI_VULKAN_FUNC_MAP_MACRO) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkAllocateCommandBuffers) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkAllocateDescriptorSets) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkAllocateMemory) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkBindBufferMemory) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkBindImageMemory) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdBindDescriptorSets) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdBindIndexBuffer) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdBindPipeline) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdBindVertexBuffers) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdCopyBufferToImage) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdDrawIndexed) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdPipelineBarrier) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdPushConstants) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdSetScissor) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCmdSetViewport) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateBuffer) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateCommandPool) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateDescriptorSetLayout) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateFence) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateFramebuffer) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateGraphicsPipelines) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateImage) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateImageView) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreatePipelineLayout) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateRenderPass) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateSampler) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateSemaphore) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateShaderModule) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateSwapchainKHR) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyBuffer) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyCommandPool) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyDescriptorSetLayout) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyFence) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyFramebuffer) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyImage) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyImageView) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyPipeline) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyPipelineLayout) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyRenderPass) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroySampler) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroySemaphore) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyShaderModule) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroySurfaceKHR) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroySwapchainKHR) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkDeviceWaitIdle) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkFlushMappedMemoryRanges) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkFreeCommandBuffers) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkFreeMemory) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetBufferMemoryRequirements) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetImageMemoryRequirements) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetPhysicalDeviceMemoryProperties) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetPhysicalDeviceSurfaceCapabilitiesKHR) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetPhysicalDeviceSurfaceFormatsKHR) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetPhysicalDeviceSurfacePresentModesKHR) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkGetSwapchainImagesKHR) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkMapMemory) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkUnmapMemory) \ - IMGUI_VULKAN_FUNC_MAP_MACRO(vkUpdateDescriptorSets) - -// Define function pointers -#define IMGUI_VULKAN_FUNC_DEF(func) static PFN_##func func; -IMGUI_VULKAN_FUNC_MAP(IMGUI_VULKAN_FUNC_DEF) -#undef IMGUI_VULKAN_FUNC_DEF -#endif // VK_NO_PROTOTYPES - -//----------------------------------------------------------------------------- -// SHADERS -//----------------------------------------------------------------------------- - -// glsl_shader.vert, compiled with: -// # glslangValidator -V -x -o glsl_shader.vert.u32 glsl_shader.vert -/* -#version 450 core -layout(location = 0) in vec2 aPos; -layout(location = 1) in vec2 aUV; -layout(location = 2) in vec4 aColor; -layout(push_constant) uniform uPushConstant { vec2 uScale; vec2 uTranslate; } pc; - -out gl_PerVertex { vec4 gl_Position; }; -layout(location = 0) out struct { vec4 Color; vec2 UV; } Out; - -void main() -{ - Out.Color = aColor; - Out.UV = aUV; - gl_Position = vec4(aPos * pc.uScale + pc.uTranslate, 0, 1); -} -*/ -static uint32_t __glsl_shader_vert_spv[] = -{ - 0x07230203,0x00010000,0x00080001,0x0000002e,0x00000000,0x00020011,0x00000001,0x0006000b, - 0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001, - 0x000a000f,0x00000000,0x00000004,0x6e69616d,0x00000000,0x0000000b,0x0000000f,0x00000015, - 0x0000001b,0x0000001c,0x00030003,0x00000002,0x000001c2,0x00040005,0x00000004,0x6e69616d, - 0x00000000,0x00030005,0x00000009,0x00000000,0x00050006,0x00000009,0x00000000,0x6f6c6f43, - 0x00000072,0x00040006,0x00000009,0x00000001,0x00005655,0x00030005,0x0000000b,0x0074754f, - 0x00040005,0x0000000f,0x6c6f4361,0x0000726f,0x00030005,0x00000015,0x00565561,0x00060005, - 0x00000019,0x505f6c67,0x65567265,0x78657472,0x00000000,0x00060006,0x00000019,0x00000000, - 0x505f6c67,0x7469736f,0x006e6f69,0x00030005,0x0000001b,0x00000000,0x00040005,0x0000001c, - 0x736f5061,0x00000000,0x00060005,0x0000001e,0x73755075,0x6e6f4368,0x6e617473,0x00000074, - 0x00050006,0x0000001e,0x00000000,0x61635375,0x0000656c,0x00060006,0x0000001e,0x00000001, - 0x61725475,0x616c736e,0x00006574,0x00030005,0x00000020,0x00006370,0x00040047,0x0000000b, - 0x0000001e,0x00000000,0x00040047,0x0000000f,0x0000001e,0x00000002,0x00040047,0x00000015, - 0x0000001e,0x00000001,0x00050048,0x00000019,0x00000000,0x0000000b,0x00000000,0x00030047, - 0x00000019,0x00000002,0x00040047,0x0000001c,0x0000001e,0x00000000,0x00050048,0x0000001e, - 0x00000000,0x00000023,0x00000000,0x00050048,0x0000001e,0x00000001,0x00000023,0x00000008, - 0x00030047,0x0000001e,0x00000002,0x00020013,0x00000002,0x00030021,0x00000003,0x00000002, - 0x00030016,0x00000006,0x00000020,0x00040017,0x00000007,0x00000006,0x00000004,0x00040017, - 0x00000008,0x00000006,0x00000002,0x0004001e,0x00000009,0x00000007,0x00000008,0x00040020, - 0x0000000a,0x00000003,0x00000009,0x0004003b,0x0000000a,0x0000000b,0x00000003,0x00040015, - 0x0000000c,0x00000020,0x00000001,0x0004002b,0x0000000c,0x0000000d,0x00000000,0x00040020, - 0x0000000e,0x00000001,0x00000007,0x0004003b,0x0000000e,0x0000000f,0x00000001,0x00040020, - 0x00000011,0x00000003,0x00000007,0x0004002b,0x0000000c,0x00000013,0x00000001,0x00040020, - 0x00000014,0x00000001,0x00000008,0x0004003b,0x00000014,0x00000015,0x00000001,0x00040020, - 0x00000017,0x00000003,0x00000008,0x0003001e,0x00000019,0x00000007,0x00040020,0x0000001a, - 0x00000003,0x00000019,0x0004003b,0x0000001a,0x0000001b,0x00000003,0x0004003b,0x00000014, - 0x0000001c,0x00000001,0x0004001e,0x0000001e,0x00000008,0x00000008,0x00040020,0x0000001f, - 0x00000009,0x0000001e,0x0004003b,0x0000001f,0x00000020,0x00000009,0x00040020,0x00000021, - 0x00000009,0x00000008,0x0004002b,0x00000006,0x00000028,0x00000000,0x0004002b,0x00000006, - 0x00000029,0x3f800000,0x00050036,0x00000002,0x00000004,0x00000000,0x00000003,0x000200f8, - 0x00000005,0x0004003d,0x00000007,0x00000010,0x0000000f,0x00050041,0x00000011,0x00000012, - 0x0000000b,0x0000000d,0x0003003e,0x00000012,0x00000010,0x0004003d,0x00000008,0x00000016, - 0x00000015,0x00050041,0x00000017,0x00000018,0x0000000b,0x00000013,0x0003003e,0x00000018, - 0x00000016,0x0004003d,0x00000008,0x0000001d,0x0000001c,0x00050041,0x00000021,0x00000022, - 0x00000020,0x0000000d,0x0004003d,0x00000008,0x00000023,0x00000022,0x00050085,0x00000008, - 0x00000024,0x0000001d,0x00000023,0x00050041,0x00000021,0x00000025,0x00000020,0x00000013, - 0x0004003d,0x00000008,0x00000026,0x00000025,0x00050081,0x00000008,0x00000027,0x00000024, - 0x00000026,0x00050051,0x00000006,0x0000002a,0x00000027,0x00000000,0x00050051,0x00000006, - 0x0000002b,0x00000027,0x00000001,0x00070050,0x00000007,0x0000002c,0x0000002a,0x0000002b, - 0x00000028,0x00000029,0x00050041,0x00000011,0x0000002d,0x0000001b,0x0000000d,0x0003003e, - 0x0000002d,0x0000002c,0x000100fd,0x00010038 -}; - -// glsl_shader.frag, compiled with: -// # glslangValidator -V -x -o glsl_shader.frag.u32 glsl_shader.frag -/* -#version 450 core -layout(location = 0) out vec4 fColor; -layout(set=0, binding=0) uniform sampler2D sTexture; -layout(location = 0) in struct { vec4 Color; vec2 UV; } In; -void main() -{ - fColor = In.Color * texture(sTexture, In.UV.st); -} -*/ -static uint32_t __glsl_shader_frag_spv[] = -{ - 0x07230203,0x00010000,0x00080001,0x0000001e,0x00000000,0x00020011,0x00000001,0x0006000b, - 0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001, - 0x0007000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x00000009,0x0000000d,0x00030010, - 0x00000004,0x00000007,0x00030003,0x00000002,0x000001c2,0x00040005,0x00000004,0x6e69616d, - 0x00000000,0x00040005,0x00000009,0x6c6f4366,0x0000726f,0x00030005,0x0000000b,0x00000000, - 0x00050006,0x0000000b,0x00000000,0x6f6c6f43,0x00000072,0x00040006,0x0000000b,0x00000001, - 0x00005655,0x00030005,0x0000000d,0x00006e49,0x00050005,0x00000016,0x78655473,0x65727574, - 0x00000000,0x00040047,0x00000009,0x0000001e,0x00000000,0x00040047,0x0000000d,0x0000001e, - 0x00000000,0x00040047,0x00000016,0x00000022,0x00000000,0x00040047,0x00000016,0x00000021, - 0x00000000,0x00020013,0x00000002,0x00030021,0x00000003,0x00000002,0x00030016,0x00000006, - 0x00000020,0x00040017,0x00000007,0x00000006,0x00000004,0x00040020,0x00000008,0x00000003, - 0x00000007,0x0004003b,0x00000008,0x00000009,0x00000003,0x00040017,0x0000000a,0x00000006, - 0x00000002,0x0004001e,0x0000000b,0x00000007,0x0000000a,0x00040020,0x0000000c,0x00000001, - 0x0000000b,0x0004003b,0x0000000c,0x0000000d,0x00000001,0x00040015,0x0000000e,0x00000020, - 0x00000001,0x0004002b,0x0000000e,0x0000000f,0x00000000,0x00040020,0x00000010,0x00000001, - 0x00000007,0x00090019,0x00000013,0x00000006,0x00000001,0x00000000,0x00000000,0x00000000, - 0x00000001,0x00000000,0x0003001b,0x00000014,0x00000013,0x00040020,0x00000015,0x00000000, - 0x00000014,0x0004003b,0x00000015,0x00000016,0x00000000,0x0004002b,0x0000000e,0x00000018, - 0x00000001,0x00040020,0x00000019,0x00000001,0x0000000a,0x00050036,0x00000002,0x00000004, - 0x00000000,0x00000003,0x000200f8,0x00000005,0x00050041,0x00000010,0x00000011,0x0000000d, - 0x0000000f,0x0004003d,0x00000007,0x00000012,0x00000011,0x0004003d,0x00000014,0x00000017, - 0x00000016,0x00050041,0x00000019,0x0000001a,0x0000000d,0x00000018,0x0004003d,0x0000000a, - 0x0000001b,0x0000001a,0x00050057,0x00000007,0x0000001c,0x00000017,0x0000001b,0x00050085, - 0x00000007,0x0000001d,0x00000012,0x0000001c,0x0003003e,0x00000009,0x0000001d,0x000100fd, - 0x00010038 -}; - -//----------------------------------------------------------------------------- -// FUNCTIONS -//----------------------------------------------------------------------------- - -// Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -// FIXME: multi-context support is not tested and probably dysfunctional in this backend. -static ImGui_ImplVulkan_Data* ImGui_ImplVulkan_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplVulkan_Data*)ImGui::GetIO().BackendRendererUserData : NULL; -} - -static uint32_t ImGui_ImplVulkan_MemoryType(VkMemoryPropertyFlags properties, uint32_t type_bits) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - VkPhysicalDeviceMemoryProperties prop; - vkGetPhysicalDeviceMemoryProperties(v->PhysicalDevice, &prop); - for (uint32_t i = 0; i < prop.memoryTypeCount; i++) - if ((prop.memoryTypes[i].propertyFlags & properties) == properties && type_bits & (1 << i)) - return i; - return 0xFFFFFFFF; // Unable to find memoryType -} - -static void check_vk_result(VkResult err) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - if (!bd) - return; - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - if (v->CheckVkResultFn) - v->CheckVkResultFn(err); -} - -static void CreateOrResizeBuffer(VkBuffer& buffer, VkDeviceMemory& buffer_memory, VkDeviceSize& p_buffer_size, size_t new_size, VkBufferUsageFlagBits usage) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - VkResult err; - if (buffer != VK_NULL_HANDLE) - vkDestroyBuffer(v->Device, buffer, v->Allocator); - if (buffer_memory != VK_NULL_HANDLE) - vkFreeMemory(v->Device, buffer_memory, v->Allocator); - - VkDeviceSize vertex_buffer_size_aligned = ((new_size - 1) / bd->BufferMemoryAlignment + 1) * bd->BufferMemoryAlignment; - VkBufferCreateInfo buffer_info = {}; - buffer_info.sType = VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO; - buffer_info.size = vertex_buffer_size_aligned; - buffer_info.usage = usage; - buffer_info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - err = vkCreateBuffer(v->Device, &buffer_info, v->Allocator, &buffer); - check_vk_result(err); - - VkMemoryRequirements req; - vkGetBufferMemoryRequirements(v->Device, buffer, &req); - bd->BufferMemoryAlignment = (bd->BufferMemoryAlignment > req.alignment) ? bd->BufferMemoryAlignment : req.alignment; - VkMemoryAllocateInfo alloc_info = {}; - alloc_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; - alloc_info.allocationSize = req.size; - alloc_info.memoryTypeIndex = ImGui_ImplVulkan_MemoryType(VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, req.memoryTypeBits); - err = vkAllocateMemory(v->Device, &alloc_info, v->Allocator, &buffer_memory); - check_vk_result(err); - - err = vkBindBufferMemory(v->Device, buffer, buffer_memory, 0); - check_vk_result(err); - p_buffer_size = req.size; -} - -static void ImGui_ImplVulkan_SetupRenderState(ImDrawData* draw_data, VkPipeline pipeline, VkCommandBuffer command_buffer, ImGui_ImplVulkanH_FrameRenderBuffers* rb, int fb_width, int fb_height) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - - // Bind pipeline: - { - vkCmdBindPipeline(command_buffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline); - } - - // Bind Vertex And Index Buffer: - if (draw_data->TotalVtxCount > 0) - { - VkBuffer vertex_buffers[1] = { rb->VertexBuffer }; - VkDeviceSize vertex_offset[1] = { 0 }; - vkCmdBindVertexBuffers(command_buffer, 0, 1, vertex_buffers, vertex_offset); - vkCmdBindIndexBuffer(command_buffer, rb->IndexBuffer, 0, sizeof(ImDrawIdx) == 2 ? VK_INDEX_TYPE_UINT16 : VK_INDEX_TYPE_UINT32); - } - - // Setup viewport: - { - VkViewport viewport; - viewport.x = 0; - viewport.y = 0; - viewport.width = (float)fb_width; - viewport.height = (float)fb_height; - viewport.minDepth = 0.0f; - viewport.maxDepth = 1.0f; - vkCmdSetViewport(command_buffer, 0, 1, &viewport); - } - - // Setup scale and translation: - // Our visible imgui space lies from draw_data->DisplayPps (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). DisplayPos is (0,0) for single viewport apps. - { - float scale[2]; - scale[0] = 2.0f / draw_data->DisplaySize.x; - scale[1] = 2.0f / draw_data->DisplaySize.y; - float translate[2]; - translate[0] = -1.0f - draw_data->DisplayPos.x * scale[0]; - translate[1] = -1.0f - draw_data->DisplayPos.y * scale[1]; - vkCmdPushConstants(command_buffer, bd->PipelineLayout, VK_SHADER_STAGE_VERTEX_BIT, sizeof(float) * 0, sizeof(float) * 2, scale); - vkCmdPushConstants(command_buffer, bd->PipelineLayout, VK_SHADER_STAGE_VERTEX_BIT, sizeof(float) * 2, sizeof(float) * 2, translate); - } -} - -// Render function -void ImGui_ImplVulkan_RenderDrawData(ImDrawData* draw_data, VkCommandBuffer command_buffer, VkPipeline pipeline) -{ - // Avoid rendering when minimized, scale coordinates for retina displays (screen coordinates != framebuffer coordinates) - int fb_width = (int)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x); - int fb_height = (int)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y); - if (fb_width <= 0 || fb_height <= 0) - return; - - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - if (pipeline == VK_NULL_HANDLE) - pipeline = bd->Pipeline; - - // Allocate array to store enough vertex/index buffers - ImGui_ImplVulkanH_WindowRenderBuffers* wrb = &bd->MainWindowRenderBuffers; - if (wrb->FrameRenderBuffers == NULL) - { - wrb->Index = 0; - wrb->Count = v->ImageCount; - wrb->FrameRenderBuffers = (ImGui_ImplVulkanH_FrameRenderBuffers*)IM_ALLOC(sizeof(ImGui_ImplVulkanH_FrameRenderBuffers) * wrb->Count); - memset(wrb->FrameRenderBuffers, 0, sizeof(ImGui_ImplVulkanH_FrameRenderBuffers) * wrb->Count); - } - IM_ASSERT(wrb->Count == v->ImageCount); - wrb->Index = (wrb->Index + 1) % wrb->Count; - ImGui_ImplVulkanH_FrameRenderBuffers* rb = &wrb->FrameRenderBuffers[wrb->Index]; - - if (draw_data->TotalVtxCount > 0) - { - // Create or resize the vertex/index buffers - size_t vertex_size = draw_data->TotalVtxCount * sizeof(ImDrawVert); - size_t index_size = draw_data->TotalIdxCount * sizeof(ImDrawIdx); - if (rb->VertexBuffer == VK_NULL_HANDLE || rb->VertexBufferSize < vertex_size) - CreateOrResizeBuffer(rb->VertexBuffer, rb->VertexBufferMemory, rb->VertexBufferSize, vertex_size, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT); - if (rb->IndexBuffer == VK_NULL_HANDLE || rb->IndexBufferSize < index_size) - CreateOrResizeBuffer(rb->IndexBuffer, rb->IndexBufferMemory, rb->IndexBufferSize, index_size, VK_BUFFER_USAGE_INDEX_BUFFER_BIT); - - // Upload vertex/index data into a single contiguous GPU buffer - ImDrawVert* vtx_dst = NULL; - ImDrawIdx* idx_dst = NULL; - VkResult err = vkMapMemory(v->Device, rb->VertexBufferMemory, 0, rb->VertexBufferSize, 0, (void**)(&vtx_dst)); - check_vk_result(err); - err = vkMapMemory(v->Device, rb->IndexBufferMemory, 0, rb->IndexBufferSize, 0, (void**)(&idx_dst)); - check_vk_result(err); - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - memcpy(vtx_dst, cmd_list->VtxBuffer.Data, cmd_list->VtxBuffer.Size * sizeof(ImDrawVert)); - memcpy(idx_dst, cmd_list->IdxBuffer.Data, cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx)); - vtx_dst += cmd_list->VtxBuffer.Size; - idx_dst += cmd_list->IdxBuffer.Size; - } - VkMappedMemoryRange range[2] = {}; - range[0].sType = VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE; - range[0].memory = rb->VertexBufferMemory; - range[0].size = VK_WHOLE_SIZE; - range[1].sType = VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE; - range[1].memory = rb->IndexBufferMemory; - range[1].size = VK_WHOLE_SIZE; - err = vkFlushMappedMemoryRanges(v->Device, 2, range); - check_vk_result(err); - vkUnmapMemory(v->Device, rb->VertexBufferMemory); - vkUnmapMemory(v->Device, rb->IndexBufferMemory); - } - - // Setup desired Vulkan state - ImGui_ImplVulkan_SetupRenderState(draw_data, pipeline, command_buffer, rb, fb_width, fb_height); - - // Will project scissor/clipping rectangles into framebuffer space - ImVec2 clip_off = draw_data->DisplayPos; // (0,0) unless using multi-viewports - ImVec2 clip_scale = draw_data->FramebufferScale; // (1,1) unless using retina display which are often (2,2) - - // Render command lists - // (Because we merged all buffers into a single one, we maintain our own offset into them) - int global_vtx_offset = 0; - int global_idx_offset = 0; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback != NULL) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplVulkan_SetupRenderState(draw_data, pipeline, command_buffer, rb, fb_width, fb_height); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min((pcmd->ClipRect.x - clip_off.x) * clip_scale.x, (pcmd->ClipRect.y - clip_off.y) * clip_scale.y); - ImVec2 clip_max((pcmd->ClipRect.z - clip_off.x) * clip_scale.x, (pcmd->ClipRect.w - clip_off.y) * clip_scale.y); - - // Clamp to viewport as vkCmdSetScissor() won't accept values that are off bounds - if (clip_min.x < 0.0f) { clip_min.x = 0.0f; } - if (clip_min.y < 0.0f) { clip_min.y = 0.0f; } - if (clip_max.x > fb_width) { clip_max.x = (float)fb_width; } - if (clip_max.y > fb_height) { clip_max.y = (float)fb_height; } - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply scissor/clipping rectangle - VkRect2D scissor; - scissor.offset.x = (int32_t)(clip_min.x); - scissor.offset.y = (int32_t)(clip_min.y); - scissor.extent.width = (uint32_t)(clip_max.x - clip_min.x); - scissor.extent.height = (uint32_t)(clip_max.y - clip_min.y); - vkCmdSetScissor(command_buffer, 0, 1, &scissor); - - // Bind DescriptorSet with font or user texture - VkDescriptorSet desc_set[1] = { (VkDescriptorSet)pcmd->TextureId }; - if (sizeof(ImTextureID) < sizeof(ImU64)) - { - // We don't support texture switches if ImTextureID hasn't been redefined to be 64-bit. Do a flaky check that other textures haven't been used. - IM_ASSERT(pcmd->TextureId == (ImTextureID)bd->FontDescriptorSet); - desc_set[0] = bd->FontDescriptorSet; - } - vkCmdBindDescriptorSets(command_buffer, VK_PIPELINE_BIND_POINT_GRAPHICS, bd->PipelineLayout, 0, 1, desc_set, 0, NULL); - - // Draw - vkCmdDrawIndexed(command_buffer, pcmd->ElemCount, 1, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_offset, 0); - } - } - global_idx_offset += cmd_list->IdxBuffer.Size; - global_vtx_offset += cmd_list->VtxBuffer.Size; - } - - // Note: at this point both vkCmdSetViewport() and vkCmdSetScissor() have been called. - // Our last values will leak into user/application rendering IF: - // - Your app uses a pipeline with VK_DYNAMIC_STATE_VIEWPORT or VK_DYNAMIC_STATE_SCISSOR dynamic state - // - And you forgot to call vkCmdSetViewport() and vkCmdSetScissor() yourself to explicitely set that state. - // If you use VK_DYNAMIC_STATE_VIEWPORT or VK_DYNAMIC_STATE_SCISSOR you are responsible for setting the values before rendering. - // In theory we should aim to backup/restore those values but I am not sure this is possible. - // We perform a call to vkCmdSetScissor() to set back a full viewport which is likely to fix things for 99% users but technically this is not perfect. (See github #4644) - VkRect2D scissor = { { 0, 0 }, { (uint32_t)fb_width, (uint32_t)fb_height } }; - vkCmdSetScissor(command_buffer, 0, 1, &scissor); -} - -bool ImGui_ImplVulkan_CreateFontsTexture(VkCommandBuffer command_buffer) -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - - unsigned char* pixels; - int width, height; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); - size_t upload_size = width * height * 4 * sizeof(char); - - VkResult err; - - // Create the Image: - { - VkImageCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO; - info.imageType = VK_IMAGE_TYPE_2D; - info.format = VK_FORMAT_R8G8B8A8_UNORM; - info.extent.width = width; - info.extent.height = height; - info.extent.depth = 1; - info.mipLevels = 1; - info.arrayLayers = 1; - info.samples = VK_SAMPLE_COUNT_1_BIT; - info.tiling = VK_IMAGE_TILING_OPTIMAL; - info.usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT; - info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - info.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; - err = vkCreateImage(v->Device, &info, v->Allocator, &bd->FontImage); - check_vk_result(err); - VkMemoryRequirements req; - vkGetImageMemoryRequirements(v->Device, bd->FontImage, &req); - VkMemoryAllocateInfo alloc_info = {}; - alloc_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; - alloc_info.allocationSize = req.size; - alloc_info.memoryTypeIndex = ImGui_ImplVulkan_MemoryType(VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, req.memoryTypeBits); - err = vkAllocateMemory(v->Device, &alloc_info, v->Allocator, &bd->FontMemory); - check_vk_result(err); - err = vkBindImageMemory(v->Device, bd->FontImage, bd->FontMemory, 0); - check_vk_result(err); - } - - // Create the Image View: - { - VkImageViewCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO; - info.image = bd->FontImage; - info.viewType = VK_IMAGE_VIEW_TYPE_2D; - info.format = VK_FORMAT_R8G8B8A8_UNORM; - info.subresourceRange.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; - info.subresourceRange.levelCount = 1; - info.subresourceRange.layerCount = 1; - err = vkCreateImageView(v->Device, &info, v->Allocator, &bd->FontView); - check_vk_result(err); - } - - // Create the Descriptor Set: - bd->FontDescriptorSet = (VkDescriptorSet)ImGui_ImplVulkan_AddTexture(bd->FontSampler, bd->FontView, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); - - // Create the Upload Buffer: - { - VkBufferCreateInfo buffer_info = {}; - buffer_info.sType = VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO; - buffer_info.size = upload_size; - buffer_info.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT; - buffer_info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - err = vkCreateBuffer(v->Device, &buffer_info, v->Allocator, &bd->UploadBuffer); - check_vk_result(err); - VkMemoryRequirements req; - vkGetBufferMemoryRequirements(v->Device, bd->UploadBuffer, &req); - bd->BufferMemoryAlignment = (bd->BufferMemoryAlignment > req.alignment) ? bd->BufferMemoryAlignment : req.alignment; - VkMemoryAllocateInfo alloc_info = {}; - alloc_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; - alloc_info.allocationSize = req.size; - alloc_info.memoryTypeIndex = ImGui_ImplVulkan_MemoryType(VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT, req.memoryTypeBits); - err = vkAllocateMemory(v->Device, &alloc_info, v->Allocator, &bd->UploadBufferMemory); - check_vk_result(err); - err = vkBindBufferMemory(v->Device, bd->UploadBuffer, bd->UploadBufferMemory, 0); - check_vk_result(err); - } - - // Upload to Buffer: - { - char* map = NULL; - err = vkMapMemory(v->Device, bd->UploadBufferMemory, 0, upload_size, 0, (void**)(&map)); - check_vk_result(err); - memcpy(map, pixels, upload_size); - VkMappedMemoryRange range[1] = {}; - range[0].sType = VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE; - range[0].memory = bd->UploadBufferMemory; - range[0].size = upload_size; - err = vkFlushMappedMemoryRanges(v->Device, 1, range); - check_vk_result(err); - vkUnmapMemory(v->Device, bd->UploadBufferMemory); - } - - // Copy to Image: - { - VkImageMemoryBarrier copy_barrier[1] = {}; - copy_barrier[0].sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER; - copy_barrier[0].dstAccessMask = VK_ACCESS_TRANSFER_WRITE_BIT; - copy_barrier[0].oldLayout = VK_IMAGE_LAYOUT_UNDEFINED; - copy_barrier[0].newLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; - copy_barrier[0].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - copy_barrier[0].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - copy_barrier[0].image = bd->FontImage; - copy_barrier[0].subresourceRange.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; - copy_barrier[0].subresourceRange.levelCount = 1; - copy_barrier[0].subresourceRange.layerCount = 1; - vkCmdPipelineBarrier(command_buffer, VK_PIPELINE_STAGE_HOST_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0, 0, NULL, 0, NULL, 1, copy_barrier); - - VkBufferImageCopy region = {}; - region.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; - region.imageSubresource.layerCount = 1; - region.imageExtent.width = width; - region.imageExtent.height = height; - region.imageExtent.depth = 1; - vkCmdCopyBufferToImage(command_buffer, bd->UploadBuffer, bd->FontImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, ®ion); - - VkImageMemoryBarrier use_barrier[1] = {}; - use_barrier[0].sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER; - use_barrier[0].srcAccessMask = VK_ACCESS_TRANSFER_WRITE_BIT; - use_barrier[0].dstAccessMask = VK_ACCESS_SHADER_READ_BIT; - use_barrier[0].oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; - use_barrier[0].newLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; - use_barrier[0].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - use_barrier[0].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - use_barrier[0].image = bd->FontImage; - use_barrier[0].subresourceRange.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; - use_barrier[0].subresourceRange.levelCount = 1; - use_barrier[0].subresourceRange.layerCount = 1; - vkCmdPipelineBarrier(command_buffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, 0, 0, NULL, 0, NULL, 1, use_barrier); - } - - // Store our identifier - io.Fonts->SetTexID((ImTextureID)bd->FontDescriptorSet); - - return true; -} - -static void ImGui_ImplVulkan_CreateShaderModules(VkDevice device, const VkAllocationCallbacks* allocator) -{ - // Create the shader modules - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - if (bd->ShaderModuleVert == VK_NULL_HANDLE) - { - VkShaderModuleCreateInfo vert_info = {}; - vert_info.sType = VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO; - vert_info.codeSize = sizeof(__glsl_shader_vert_spv); - vert_info.pCode = (uint32_t*)__glsl_shader_vert_spv; - VkResult err = vkCreateShaderModule(device, &vert_info, allocator, &bd->ShaderModuleVert); - check_vk_result(err); - } - if (bd->ShaderModuleFrag == VK_NULL_HANDLE) - { - VkShaderModuleCreateInfo frag_info = {}; - frag_info.sType = VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO; - frag_info.codeSize = sizeof(__glsl_shader_frag_spv); - frag_info.pCode = (uint32_t*)__glsl_shader_frag_spv; - VkResult err = vkCreateShaderModule(device, &frag_info, allocator, &bd->ShaderModuleFrag); - check_vk_result(err); - } -} - -static void ImGui_ImplVulkan_CreateFontSampler(VkDevice device, const VkAllocationCallbacks* allocator) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - if (bd->FontSampler) - return; - - // Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling. - VkSamplerCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO; - info.magFilter = VK_FILTER_LINEAR; - info.minFilter = VK_FILTER_LINEAR; - info.mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR; - info.addressModeU = VK_SAMPLER_ADDRESS_MODE_REPEAT; - info.addressModeV = VK_SAMPLER_ADDRESS_MODE_REPEAT; - info.addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT; - info.minLod = -1000; - info.maxLod = 1000; - info.maxAnisotropy = 1.0f; - VkResult err = vkCreateSampler(device, &info, allocator, &bd->FontSampler); - check_vk_result(err); -} - -static void ImGui_ImplVulkan_CreateDescriptorSetLayout(VkDevice device, const VkAllocationCallbacks* allocator) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - if (bd->DescriptorSetLayout) - return; - - ImGui_ImplVulkan_CreateFontSampler(device, allocator); - VkSampler sampler[1] = { bd->FontSampler }; - VkDescriptorSetLayoutBinding binding[1] = {}; - binding[0].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; - binding[0].descriptorCount = 1; - binding[0].stageFlags = VK_SHADER_STAGE_FRAGMENT_BIT; - binding[0].pImmutableSamplers = sampler; - VkDescriptorSetLayoutCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO; - info.bindingCount = 1; - info.pBindings = binding; - VkResult err = vkCreateDescriptorSetLayout(device, &info, allocator, &bd->DescriptorSetLayout); - check_vk_result(err); -} - -static void ImGui_ImplVulkan_CreatePipelineLayout(VkDevice device, const VkAllocationCallbacks* allocator) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - if (bd->PipelineLayout) - return; - - // Constants: we are using 'vec2 offset' and 'vec2 scale' instead of a full 3d projection matrix - ImGui_ImplVulkan_CreateDescriptorSetLayout(device, allocator); - VkPushConstantRange push_constants[1] = {}; - push_constants[0].stageFlags = VK_SHADER_STAGE_VERTEX_BIT; - push_constants[0].offset = sizeof(float) * 0; - push_constants[0].size = sizeof(float) * 4; - VkDescriptorSetLayout set_layout[1] = { bd->DescriptorSetLayout }; - VkPipelineLayoutCreateInfo layout_info = {}; - layout_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO; - layout_info.setLayoutCount = 1; - layout_info.pSetLayouts = set_layout; - layout_info.pushConstantRangeCount = 1; - layout_info.pPushConstantRanges = push_constants; - VkResult err = vkCreatePipelineLayout(device, &layout_info, allocator, &bd->PipelineLayout); - check_vk_result(err); -} - -static void ImGui_ImplVulkan_CreatePipeline(VkDevice device, const VkAllocationCallbacks* allocator, VkPipelineCache pipelineCache, VkRenderPass renderPass, VkSampleCountFlagBits MSAASamples, VkPipeline* pipeline, uint32_t subpass) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_CreateShaderModules(device, allocator); - - VkPipelineShaderStageCreateInfo stage[2] = {}; - stage[0].sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; - stage[0].stage = VK_SHADER_STAGE_VERTEX_BIT; - stage[0].module = bd->ShaderModuleVert; - stage[0].pName = "main"; - stage[1].sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; - stage[1].stage = VK_SHADER_STAGE_FRAGMENT_BIT; - stage[1].module = bd->ShaderModuleFrag; - stage[1].pName = "main"; - - VkVertexInputBindingDescription binding_desc[1] = {}; - binding_desc[0].stride = sizeof(ImDrawVert); - binding_desc[0].inputRate = VK_VERTEX_INPUT_RATE_VERTEX; - - VkVertexInputAttributeDescription attribute_desc[3] = {}; - attribute_desc[0].location = 0; - attribute_desc[0].binding = binding_desc[0].binding; - attribute_desc[0].format = VK_FORMAT_R32G32_SFLOAT; - attribute_desc[0].offset = IM_OFFSETOF(ImDrawVert, pos); - attribute_desc[1].location = 1; - attribute_desc[1].binding = binding_desc[0].binding; - attribute_desc[1].format = VK_FORMAT_R32G32_SFLOAT; - attribute_desc[1].offset = IM_OFFSETOF(ImDrawVert, uv); - attribute_desc[2].location = 2; - attribute_desc[2].binding = binding_desc[0].binding; - attribute_desc[2].format = VK_FORMAT_R8G8B8A8_UNORM; - attribute_desc[2].offset = IM_OFFSETOF(ImDrawVert, col); - - VkPipelineVertexInputStateCreateInfo vertex_info = {}; - vertex_info.sType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO; - vertex_info.vertexBindingDescriptionCount = 1; - vertex_info.pVertexBindingDescriptions = binding_desc; - vertex_info.vertexAttributeDescriptionCount = 3; - vertex_info.pVertexAttributeDescriptions = attribute_desc; - - VkPipelineInputAssemblyStateCreateInfo ia_info = {}; - ia_info.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; - ia_info.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; - - VkPipelineViewportStateCreateInfo viewport_info = {}; - viewport_info.sType = VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO; - viewport_info.viewportCount = 1; - viewport_info.scissorCount = 1; - - VkPipelineRasterizationStateCreateInfo raster_info = {}; - raster_info.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO; - raster_info.polygonMode = VK_POLYGON_MODE_FILL; - raster_info.cullMode = VK_CULL_MODE_NONE; - raster_info.frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE; - raster_info.lineWidth = 1.0f; - - VkPipelineMultisampleStateCreateInfo ms_info = {}; - ms_info.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; - ms_info.rasterizationSamples = (MSAASamples != 0) ? MSAASamples : VK_SAMPLE_COUNT_1_BIT; - - VkPipelineColorBlendAttachmentState color_attachment[1] = {}; - color_attachment[0].blendEnable = VK_TRUE; - color_attachment[0].srcColorBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; - color_attachment[0].dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; - color_attachment[0].colorBlendOp = VK_BLEND_OP_ADD; - color_attachment[0].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; - color_attachment[0].dstAlphaBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; - color_attachment[0].alphaBlendOp = VK_BLEND_OP_ADD; - color_attachment[0].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT; - - VkPipelineDepthStencilStateCreateInfo depth_info = {}; - depth_info.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; - - VkPipelineColorBlendStateCreateInfo blend_info = {}; - blend_info.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO; - blend_info.attachmentCount = 1; - blend_info.pAttachments = color_attachment; - - VkDynamicState dynamic_states[2] = { VK_DYNAMIC_STATE_VIEWPORT, VK_DYNAMIC_STATE_SCISSOR }; - VkPipelineDynamicStateCreateInfo dynamic_state = {}; - dynamic_state.sType = VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO; - dynamic_state.dynamicStateCount = (uint32_t)IM_ARRAYSIZE(dynamic_states); - dynamic_state.pDynamicStates = dynamic_states; - - ImGui_ImplVulkan_CreatePipelineLayout(device, allocator); - - VkGraphicsPipelineCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO; - info.flags = bd->PipelineCreateFlags; - info.stageCount = 2; - info.pStages = stage; - info.pVertexInputState = &vertex_info; - info.pInputAssemblyState = &ia_info; - info.pViewportState = &viewport_info; - info.pRasterizationState = &raster_info; - info.pMultisampleState = &ms_info; - info.pDepthStencilState = &depth_info; - info.pColorBlendState = &blend_info; - info.pDynamicState = &dynamic_state; - info.layout = bd->PipelineLayout; - info.renderPass = renderPass; - info.subpass = subpass; - VkResult err = vkCreateGraphicsPipelines(device, pipelineCache, 1, &info, allocator, pipeline); - check_vk_result(err); -} - -bool ImGui_ImplVulkan_CreateDeviceObjects() -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - VkResult err; - - if (!bd->FontSampler) - { - VkSamplerCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO; - info.magFilter = VK_FILTER_LINEAR; - info.minFilter = VK_FILTER_LINEAR; - info.mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR; - info.addressModeU = VK_SAMPLER_ADDRESS_MODE_REPEAT; - info.addressModeV = VK_SAMPLER_ADDRESS_MODE_REPEAT; - info.addressModeW = VK_SAMPLER_ADDRESS_MODE_REPEAT; - info.minLod = -1000; - info.maxLod = 1000; - info.maxAnisotropy = 1.0f; - err = vkCreateSampler(v->Device, &info, v->Allocator, &bd->FontSampler); - check_vk_result(err); - } - - if (!bd->DescriptorSetLayout) - { - VkSampler sampler[1] = {bd->FontSampler}; - VkDescriptorSetLayoutBinding binding[1] = {}; - binding[0].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; - binding[0].descriptorCount = 1; - binding[0].stageFlags = VK_SHADER_STAGE_FRAGMENT_BIT; - binding[0].pImmutableSamplers = sampler; - VkDescriptorSetLayoutCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO; - info.bindingCount = 1; - info.pBindings = binding; - err = vkCreateDescriptorSetLayout(v->Device, &info, v->Allocator, &bd->DescriptorSetLayout); - check_vk_result(err); - } - - if (!bd->PipelineLayout) - { - // Constants: we are using 'vec2 offset' and 'vec2 scale' instead of a full 3d projection matrix - VkPushConstantRange push_constants[1] = {}; - push_constants[0].stageFlags = VK_SHADER_STAGE_VERTEX_BIT; - push_constants[0].offset = sizeof(float) * 0; - push_constants[0].size = sizeof(float) * 4; - VkDescriptorSetLayout set_layout[1] = { bd->DescriptorSetLayout }; - VkPipelineLayoutCreateInfo layout_info = {}; - layout_info.sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO; - layout_info.setLayoutCount = 1; - layout_info.pSetLayouts = set_layout; - layout_info.pushConstantRangeCount = 1; - layout_info.pPushConstantRanges = push_constants; - err = vkCreatePipelineLayout(v->Device, &layout_info, v->Allocator, &bd->PipelineLayout); - check_vk_result(err); - } - - ImGui_ImplVulkan_CreatePipeline(v->Device, v->Allocator, v->PipelineCache, bd->RenderPass, v->MSAASamples, &bd->Pipeline, bd->Subpass); - - return true; -} - -void ImGui_ImplVulkan_DestroyFontUploadObjects() -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - if (bd->UploadBuffer) - { - vkDestroyBuffer(v->Device, bd->UploadBuffer, v->Allocator); - bd->UploadBuffer = VK_NULL_HANDLE; - } - if (bd->UploadBufferMemory) - { - vkFreeMemory(v->Device, bd->UploadBufferMemory, v->Allocator); - bd->UploadBufferMemory = VK_NULL_HANDLE; - } -} - -void ImGui_ImplVulkan_DestroyDeviceObjects() -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - ImGui_ImplVulkanH_DestroyWindowRenderBuffers(v->Device, &bd->MainWindowRenderBuffers, v->Allocator); - ImGui_ImplVulkan_DestroyFontUploadObjects(); - - if (bd->ShaderModuleVert) { vkDestroyShaderModule(v->Device, bd->ShaderModuleVert, v->Allocator); bd->ShaderModuleVert = VK_NULL_HANDLE; } - if (bd->ShaderModuleFrag) { vkDestroyShaderModule(v->Device, bd->ShaderModuleFrag, v->Allocator); bd->ShaderModuleFrag = VK_NULL_HANDLE; } - if (bd->FontView) { vkDestroyImageView(v->Device, bd->FontView, v->Allocator); bd->FontView = VK_NULL_HANDLE; } - if (bd->FontImage) { vkDestroyImage(v->Device, bd->FontImage, v->Allocator); bd->FontImage = VK_NULL_HANDLE; } - if (bd->FontMemory) { vkFreeMemory(v->Device, bd->FontMemory, v->Allocator); bd->FontMemory = VK_NULL_HANDLE; } - if (bd->FontSampler) { vkDestroySampler(v->Device, bd->FontSampler, v->Allocator); bd->FontSampler = VK_NULL_HANDLE; } - if (bd->DescriptorSetLayout) { vkDestroyDescriptorSetLayout(v->Device, bd->DescriptorSetLayout, v->Allocator); bd->DescriptorSetLayout = VK_NULL_HANDLE; } - if (bd->PipelineLayout) { vkDestroyPipelineLayout(v->Device, bd->PipelineLayout, v->Allocator); bd->PipelineLayout = VK_NULL_HANDLE; } - if (bd->Pipeline) { vkDestroyPipeline(v->Device, bd->Pipeline, v->Allocator); bd->Pipeline = VK_NULL_HANDLE; } -} - -bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, void* user_data), void* user_data) -{ - // Load function pointers - // You can use the default Vulkan loader using: - // ImGui_ImplVulkan_LoadFunctions([](const char* function_name, void*) { return vkGetInstanceProcAddr(your_vk_isntance, function_name); }); - // But this would be equivalent to not setting VK_NO_PROTOTYPES. -#ifdef VK_NO_PROTOTYPES -#define IMGUI_VULKAN_FUNC_LOAD(func) \ - func = reinterpret_cast(loader_func(#func, user_data)); \ - if (func == NULL) \ - return false; - IMGUI_VULKAN_FUNC_MAP(IMGUI_VULKAN_FUNC_LOAD) -#undef IMGUI_VULKAN_FUNC_LOAD -#else - IM_UNUSED(loader_func); - IM_UNUSED(user_data); -#endif - g_FunctionsLoaded = true; - return true; -} - -bool ImGui_ImplVulkan_Init(ImGui_ImplVulkan_InitInfo* info, VkRenderPass render_pass) -{ - IM_ASSERT(g_FunctionsLoaded && "Need to call ImGui_ImplVulkan_LoadFunctions() if IMGUI_IMPL_VULKAN_NO_PROTOTYPES or VK_NO_PROTOTYPES are set!"); - - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendRendererUserData == NULL && "Already initialized a renderer backend!"); - - // Setup backend capabilities flags - ImGui_ImplVulkan_Data* bd = IM_NEW(ImGui_ImplVulkan_Data)(); - io.BackendRendererUserData = (void*)bd; - io.BackendRendererName = "imgui_impl_vulkan"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. - - IM_ASSERT(info->Instance != VK_NULL_HANDLE); - IM_ASSERT(info->PhysicalDevice != VK_NULL_HANDLE); - IM_ASSERT(info->Device != VK_NULL_HANDLE); - IM_ASSERT(info->Queue != VK_NULL_HANDLE); - IM_ASSERT(info->DescriptorPool != VK_NULL_HANDLE); - IM_ASSERT(info->MinImageCount >= 2); - IM_ASSERT(info->ImageCount >= info->MinImageCount); - IM_ASSERT(render_pass != VK_NULL_HANDLE); - - bd->VulkanInitInfo = *info; - bd->RenderPass = render_pass; - bd->Subpass = info->Subpass; - - ImGui_ImplVulkan_CreateDeviceObjects(); - - return true; -} - -void ImGui_ImplVulkan_Shutdown() -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - IM_ASSERT(bd != NULL && "No renderer backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - ImGui_ImplVulkan_DestroyDeviceObjects(); - io.BackendRendererName = NULL; - io.BackendRendererUserData = NULL; - IM_DELETE(bd); -} - -void ImGui_ImplVulkan_NewFrame() -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplVulkan_Init()?"); - IM_UNUSED(bd); -} - -void ImGui_ImplVulkan_SetMinImageCount(uint32_t min_image_count) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - IM_ASSERT(min_image_count >= 2); - if (bd->VulkanInitInfo.MinImageCount == min_image_count) - return; - - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - VkResult err = vkDeviceWaitIdle(v->Device); - check_vk_result(err); - ImGui_ImplVulkanH_DestroyWindowRenderBuffers(v->Device, &bd->MainWindowRenderBuffers, v->Allocator); - bd->VulkanInitInfo.MinImageCount = min_image_count; -} - -// Register a texture -// FIXME: This is experimental in the sense that we are unsure how to best design/tackle this problem, please post to https://github.com/ocornut/imgui/pull/914 if you have suggestions. -VkDescriptorSet ImGui_ImplVulkan_AddTexture(VkSampler sampler, VkImageView image_view, VkImageLayout image_layout) -{ - ImGui_ImplVulkan_Data* bd = ImGui_ImplVulkan_GetBackendData(); - ImGui_ImplVulkan_InitInfo* v = &bd->VulkanInitInfo; - - // Create Descriptor Set: - VkDescriptorSet descriptor_set; - { - VkDescriptorSetAllocateInfo alloc_info = {}; - alloc_info.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO; - alloc_info.descriptorPool = v->DescriptorPool; - alloc_info.descriptorSetCount = 1; - alloc_info.pSetLayouts = &bd->DescriptorSetLayout; - VkResult err = vkAllocateDescriptorSets(v->Device, &alloc_info, &descriptor_set); - check_vk_result(err); - } - - // Update the Descriptor Set: - { - VkDescriptorImageInfo desc_image[1] = {}; - desc_image[0].sampler = sampler; - desc_image[0].imageView = image_view; - desc_image[0].imageLayout = image_layout; - VkWriteDescriptorSet write_desc[1] = {}; - write_desc[0].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; - write_desc[0].dstSet = descriptor_set; - write_desc[0].descriptorCount = 1; - write_desc[0].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; - write_desc[0].pImageInfo = desc_image; - vkUpdateDescriptorSets(v->Device, 1, write_desc, 0, NULL); - } - return descriptor_set; -} - -//------------------------------------------------------------------------- -// Internal / Miscellaneous Vulkan Helpers -// (Used by example's main.cpp. Used by multi-viewport features. PROBABLY NOT used by your own app.) -//------------------------------------------------------------------------- -// You probably do NOT need to use or care about those functions. -// Those functions only exist because: -// 1) they facilitate the readability and maintenance of the multiple main.cpp examples files. -// 2) the upcoming multi-viewport feature will need them internally. -// Generally we avoid exposing any kind of superfluous high-level helpers in the backends, -// but it is too much code to duplicate everywhere so we exceptionally expose them. -// -// Your engine/app will likely _already_ have code to setup all that stuff (swap chain, render pass, frame buffers, etc.). -// You may read this code to learn about Vulkan, but it is recommended you use you own custom tailored code to do equivalent work. -// (The ImGui_ImplVulkanH_XXX functions do not interact with any of the state used by the regular ImGui_ImplVulkan_XXX functions) -//------------------------------------------------------------------------- - -VkSurfaceFormatKHR ImGui_ImplVulkanH_SelectSurfaceFormat(VkPhysicalDevice physical_device, VkSurfaceKHR surface, const VkFormat* request_formats, int request_formats_count, VkColorSpaceKHR request_color_space) -{ - IM_ASSERT(g_FunctionsLoaded && "Need to call ImGui_ImplVulkan_LoadFunctions() if IMGUI_IMPL_VULKAN_NO_PROTOTYPES or VK_NO_PROTOTYPES are set!"); - IM_ASSERT(request_formats != NULL); - IM_ASSERT(request_formats_count > 0); - - // Per Spec Format and View Format are expected to be the same unless VK_IMAGE_CREATE_MUTABLE_BIT was set at image creation - // Assuming that the default behavior is without setting this bit, there is no need for separate Swapchain image and image view format - // Additionally several new color spaces were introduced with Vulkan Spec v1.0.40, - // hence we must make sure that a format with the mostly available color space, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR, is found and used. - uint32_t avail_count; - vkGetPhysicalDeviceSurfaceFormatsKHR(physical_device, surface, &avail_count, NULL); - ImVector avail_format; - avail_format.resize((int)avail_count); - vkGetPhysicalDeviceSurfaceFormatsKHR(physical_device, surface, &avail_count, avail_format.Data); - - // First check if only one format, VK_FORMAT_UNDEFINED, is available, which would imply that any format is available - if (avail_count == 1) - { - if (avail_format[0].format == VK_FORMAT_UNDEFINED) - { - VkSurfaceFormatKHR ret; - ret.format = request_formats[0]; - ret.colorSpace = request_color_space; - return ret; - } - else - { - // No point in searching another format - return avail_format[0]; - } - } - else - { - // Request several formats, the first found will be used - for (int request_i = 0; request_i < request_formats_count; request_i++) - for (uint32_t avail_i = 0; avail_i < avail_count; avail_i++) - if (avail_format[avail_i].format == request_formats[request_i] && avail_format[avail_i].colorSpace == request_color_space) - return avail_format[avail_i]; - - // If none of the requested image formats could be found, use the first available - return avail_format[0]; - } -} - -VkPresentModeKHR ImGui_ImplVulkanH_SelectPresentMode(VkPhysicalDevice physical_device, VkSurfaceKHR surface, const VkPresentModeKHR* request_modes, int request_modes_count) -{ - IM_ASSERT(g_FunctionsLoaded && "Need to call ImGui_ImplVulkan_LoadFunctions() if IMGUI_IMPL_VULKAN_NO_PROTOTYPES or VK_NO_PROTOTYPES are set!"); - IM_ASSERT(request_modes != NULL); - IM_ASSERT(request_modes_count > 0); - - // Request a certain mode and confirm that it is available. If not use VK_PRESENT_MODE_FIFO_KHR which is mandatory - uint32_t avail_count = 0; - vkGetPhysicalDeviceSurfacePresentModesKHR(physical_device, surface, &avail_count, NULL); - ImVector avail_modes; - avail_modes.resize((int)avail_count); - vkGetPhysicalDeviceSurfacePresentModesKHR(physical_device, surface, &avail_count, avail_modes.Data); - //for (uint32_t avail_i = 0; avail_i < avail_count; avail_i++) - // printf("[vulkan] avail_modes[%d] = %d\n", avail_i, avail_modes[avail_i]); - - for (int request_i = 0; request_i < request_modes_count; request_i++) - for (uint32_t avail_i = 0; avail_i < avail_count; avail_i++) - if (request_modes[request_i] == avail_modes[avail_i]) - return request_modes[request_i]; - - return VK_PRESENT_MODE_FIFO_KHR; // Always available -} - -void ImGui_ImplVulkanH_CreateWindowCommandBuffers(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator) -{ - IM_ASSERT(physical_device != VK_NULL_HANDLE && device != VK_NULL_HANDLE); - (void)physical_device; - (void)allocator; - - // Create Command Buffers - VkResult err; - for (uint32_t i = 0; i < wd->ImageCount; i++) - { - ImGui_ImplVulkanH_Frame* fd = &wd->Frames[i]; - ImGui_ImplVulkanH_FrameSemaphores* fsd = &wd->FrameSemaphores[i]; - { - VkCommandPoolCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO; - info.flags = VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT; - info.queueFamilyIndex = queue_family; - err = vkCreateCommandPool(device, &info, allocator, &fd->CommandPool); - check_vk_result(err); - } - { - VkCommandBufferAllocateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO; - info.commandPool = fd->CommandPool; - info.level = VK_COMMAND_BUFFER_LEVEL_PRIMARY; - info.commandBufferCount = 1; - err = vkAllocateCommandBuffers(device, &info, &fd->CommandBuffer); - check_vk_result(err); - } - { - VkFenceCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO; - info.flags = VK_FENCE_CREATE_SIGNALED_BIT; - err = vkCreateFence(device, &info, allocator, &fd->Fence); - check_vk_result(err); - } - { - VkSemaphoreCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; - err = vkCreateSemaphore(device, &info, allocator, &fsd->ImageAcquiredSemaphore); - check_vk_result(err); - err = vkCreateSemaphore(device, &info, allocator, &fsd->RenderCompleteSemaphore); - check_vk_result(err); - } - } -} - -int ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(VkPresentModeKHR present_mode) -{ - if (present_mode == VK_PRESENT_MODE_MAILBOX_KHR) - return 3; - if (present_mode == VK_PRESENT_MODE_FIFO_KHR || present_mode == VK_PRESENT_MODE_FIFO_RELAXED_KHR) - return 2; - if (present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR) - return 1; - IM_ASSERT(0); - return 1; -} - -// Also destroy old swap chain and in-flight frames data, if any. -void ImGui_ImplVulkanH_CreateWindowSwapChain(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator, int w, int h, uint32_t min_image_count) -{ - VkResult err; - VkSwapchainKHR old_swapchain = wd->Swapchain; - wd->Swapchain = VK_NULL_HANDLE; - err = vkDeviceWaitIdle(device); - check_vk_result(err); - - // We don't use ImGui_ImplVulkanH_DestroyWindow() because we want to preserve the old swapchain to create the new one. - // Destroy old Framebuffer - for (uint32_t i = 0; i < wd->ImageCount; i++) - { - ImGui_ImplVulkanH_DestroyFrame(device, &wd->Frames[i], allocator); - ImGui_ImplVulkanH_DestroyFrameSemaphores(device, &wd->FrameSemaphores[i], allocator); - } - IM_FREE(wd->Frames); - IM_FREE(wd->FrameSemaphores); - wd->Frames = NULL; - wd->FrameSemaphores = NULL; - wd->ImageCount = 0; - if (wd->RenderPass) - vkDestroyRenderPass(device, wd->RenderPass, allocator); - if (wd->Pipeline) - vkDestroyPipeline(device, wd->Pipeline, allocator); - - // If min image count was not specified, request different count of images dependent on selected present mode - if (min_image_count == 0) - min_image_count = ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(wd->PresentMode); - - // Create Swapchain - { - VkSwapchainCreateInfoKHR info = {}; - info.sType = VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR; - info.surface = wd->Surface; - info.minImageCount = min_image_count; - info.imageFormat = wd->SurfaceFormat.format; - info.imageColorSpace = wd->SurfaceFormat.colorSpace; - info.imageArrayLayers = 1; - info.imageUsage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; - info.imageSharingMode = VK_SHARING_MODE_EXCLUSIVE; // Assume that graphics family == present family - info.preTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; - info.compositeAlpha = VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR; - info.presentMode = wd->PresentMode; - info.clipped = VK_TRUE; - info.oldSwapchain = old_swapchain; - VkSurfaceCapabilitiesKHR cap; - err = vkGetPhysicalDeviceSurfaceCapabilitiesKHR(physical_device, wd->Surface, &cap); - check_vk_result(err); - if (info.minImageCount < cap.minImageCount) - info.minImageCount = cap.minImageCount; - else if (cap.maxImageCount != 0 && info.minImageCount > cap.maxImageCount) - info.minImageCount = cap.maxImageCount; - - if (cap.currentExtent.width == 0xffffffff) - { - info.imageExtent.width = wd->Width = w; - info.imageExtent.height = wd->Height = h; - } - else - { - info.imageExtent.width = wd->Width = cap.currentExtent.width; - info.imageExtent.height = wd->Height = cap.currentExtent.height; - } - err = vkCreateSwapchainKHR(device, &info, allocator, &wd->Swapchain); - check_vk_result(err); - err = vkGetSwapchainImagesKHR(device, wd->Swapchain, &wd->ImageCount, NULL); - check_vk_result(err); - VkImage backbuffers[16] = {}; - IM_ASSERT(wd->ImageCount >= min_image_count); - IM_ASSERT(wd->ImageCount < IM_ARRAYSIZE(backbuffers)); - err = vkGetSwapchainImagesKHR(device, wd->Swapchain, &wd->ImageCount, backbuffers); - check_vk_result(err); - - IM_ASSERT(wd->Frames == NULL); - wd->Frames = (ImGui_ImplVulkanH_Frame*)IM_ALLOC(sizeof(ImGui_ImplVulkanH_Frame) * wd->ImageCount); - wd->FrameSemaphores = (ImGui_ImplVulkanH_FrameSemaphores*)IM_ALLOC(sizeof(ImGui_ImplVulkanH_FrameSemaphores) * wd->ImageCount); - memset(wd->Frames, 0, sizeof(wd->Frames[0]) * wd->ImageCount); - memset(wd->FrameSemaphores, 0, sizeof(wd->FrameSemaphores[0]) * wd->ImageCount); - for (uint32_t i = 0; i < wd->ImageCount; i++) - wd->Frames[i].Backbuffer = backbuffers[i]; - } - if (old_swapchain) - vkDestroySwapchainKHR(device, old_swapchain, allocator); - - // Create the Render Pass - { - VkAttachmentDescription attachment = {}; - attachment.format = wd->SurfaceFormat.format; - attachment.samples = VK_SAMPLE_COUNT_1_BIT; - attachment.loadOp = wd->ClearEnable ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_DONT_CARE; - attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; - attachment.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; - attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; - attachment.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; - attachment.finalLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; - VkAttachmentReference color_attachment = {}; - color_attachment.attachment = 0; - color_attachment.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; - VkSubpassDescription subpass = {}; - subpass.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; - subpass.colorAttachmentCount = 1; - subpass.pColorAttachments = &color_attachment; - VkSubpassDependency dependency = {}; - dependency.srcSubpass = VK_SUBPASS_EXTERNAL; - dependency.dstSubpass = 0; - dependency.srcStageMask = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - dependency.dstStageMask = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - dependency.srcAccessMask = 0; - dependency.dstAccessMask = VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; - VkRenderPassCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO; - info.attachmentCount = 1; - info.pAttachments = &attachment; - info.subpassCount = 1; - info.pSubpasses = &subpass; - info.dependencyCount = 1; - info.pDependencies = &dependency; - err = vkCreateRenderPass(device, &info, allocator, &wd->RenderPass); - check_vk_result(err); - - // We do not create a pipeline by default as this is also used by examples' main.cpp, - // but secondary viewport in multi-viewport mode may want to create one with: - //ImGui_ImplVulkan_CreatePipeline(device, allocator, VK_NULL_HANDLE, wd->RenderPass, VK_SAMPLE_COUNT_1_BIT, &wd->Pipeline, bd->Subpass); - } - - // Create The Image Views - { - VkImageViewCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO; - info.viewType = VK_IMAGE_VIEW_TYPE_2D; - info.format = wd->SurfaceFormat.format; - info.components.r = VK_COMPONENT_SWIZZLE_R; - info.components.g = VK_COMPONENT_SWIZZLE_G; - info.components.b = VK_COMPONENT_SWIZZLE_B; - info.components.a = VK_COMPONENT_SWIZZLE_A; - VkImageSubresourceRange image_range = { VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, 1 }; - info.subresourceRange = image_range; - for (uint32_t i = 0; i < wd->ImageCount; i++) - { - ImGui_ImplVulkanH_Frame* fd = &wd->Frames[i]; - info.image = fd->Backbuffer; - err = vkCreateImageView(device, &info, allocator, &fd->BackbufferView); - check_vk_result(err); - } - } - - // Create Framebuffer - { - VkImageView attachment[1]; - VkFramebufferCreateInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO; - info.renderPass = wd->RenderPass; - info.attachmentCount = 1; - info.pAttachments = attachment; - info.width = wd->Width; - info.height = wd->Height; - info.layers = 1; - for (uint32_t i = 0; i < wd->ImageCount; i++) - { - ImGui_ImplVulkanH_Frame* fd = &wd->Frames[i]; - attachment[0] = fd->BackbufferView; - err = vkCreateFramebuffer(device, &info, allocator, &fd->Framebuffer); - check_vk_result(err); - } - } -} - -// Create or resize window -void ImGui_ImplVulkanH_CreateOrResizeWindow(VkInstance instance, VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator, int width, int height, uint32_t min_image_count) -{ - IM_ASSERT(g_FunctionsLoaded && "Need to call ImGui_ImplVulkan_LoadFunctions() if IMGUI_IMPL_VULKAN_NO_PROTOTYPES or VK_NO_PROTOTYPES are set!"); - (void)instance; - ImGui_ImplVulkanH_CreateWindowSwapChain(physical_device, device, wd, allocator, width, height, min_image_count); - ImGui_ImplVulkanH_CreateWindowCommandBuffers(physical_device, device, wd, queue_family, allocator); -} - -void ImGui_ImplVulkanH_DestroyWindow(VkInstance instance, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator) -{ - vkDeviceWaitIdle(device); // FIXME: We could wait on the Queue if we had the queue in wd-> (otherwise VulkanH functions can't use globals) - //vkQueueWaitIdle(bd->Queue); - - for (uint32_t i = 0; i < wd->ImageCount; i++) - { - ImGui_ImplVulkanH_DestroyFrame(device, &wd->Frames[i], allocator); - ImGui_ImplVulkanH_DestroyFrameSemaphores(device, &wd->FrameSemaphores[i], allocator); - } - IM_FREE(wd->Frames); - IM_FREE(wd->FrameSemaphores); - wd->Frames = NULL; - wd->FrameSemaphores = NULL; - vkDestroyPipeline(device, wd->Pipeline, allocator); - vkDestroyRenderPass(device, wd->RenderPass, allocator); - vkDestroySwapchainKHR(device, wd->Swapchain, allocator); - vkDestroySurfaceKHR(instance, wd->Surface, allocator); - - *wd = ImGui_ImplVulkanH_Window(); -} - -void ImGui_ImplVulkanH_DestroyFrame(VkDevice device, ImGui_ImplVulkanH_Frame* fd, const VkAllocationCallbacks* allocator) -{ - vkDestroyFence(device, fd->Fence, allocator); - vkFreeCommandBuffers(device, fd->CommandPool, 1, &fd->CommandBuffer); - vkDestroyCommandPool(device, fd->CommandPool, allocator); - fd->Fence = VK_NULL_HANDLE; - fd->CommandBuffer = VK_NULL_HANDLE; - fd->CommandPool = VK_NULL_HANDLE; - - vkDestroyImageView(device, fd->BackbufferView, allocator); - vkDestroyFramebuffer(device, fd->Framebuffer, allocator); -} - -void ImGui_ImplVulkanH_DestroyFrameSemaphores(VkDevice device, ImGui_ImplVulkanH_FrameSemaphores* fsd, const VkAllocationCallbacks* allocator) -{ - vkDestroySemaphore(device, fsd->ImageAcquiredSemaphore, allocator); - vkDestroySemaphore(device, fsd->RenderCompleteSemaphore, allocator); - fsd->ImageAcquiredSemaphore = fsd->RenderCompleteSemaphore = VK_NULL_HANDLE; -} - -void ImGui_ImplVulkanH_DestroyFrameRenderBuffers(VkDevice device, ImGui_ImplVulkanH_FrameRenderBuffers* buffers, const VkAllocationCallbacks* allocator) -{ - if (buffers->VertexBuffer) { vkDestroyBuffer(device, buffers->VertexBuffer, allocator); buffers->VertexBuffer = VK_NULL_HANDLE; } - if (buffers->VertexBufferMemory) { vkFreeMemory(device, buffers->VertexBufferMemory, allocator); buffers->VertexBufferMemory = VK_NULL_HANDLE; } - if (buffers->IndexBuffer) { vkDestroyBuffer(device, buffers->IndexBuffer, allocator); buffers->IndexBuffer = VK_NULL_HANDLE; } - if (buffers->IndexBufferMemory) { vkFreeMemory(device, buffers->IndexBufferMemory, allocator); buffers->IndexBufferMemory = VK_NULL_HANDLE; } - buffers->VertexBufferSize = 0; - buffers->IndexBufferSize = 0; -} - -void ImGui_ImplVulkanH_DestroyWindowRenderBuffers(VkDevice device, ImGui_ImplVulkanH_WindowRenderBuffers* buffers, const VkAllocationCallbacks* allocator) -{ - for (uint32_t n = 0; n < buffers->Count; n++) - ImGui_ImplVulkanH_DestroyFrameRenderBuffers(device, &buffers->FrameRenderBuffers[n], allocator); - IM_FREE(buffers->FrameRenderBuffers); - buffers->FrameRenderBuffers = NULL; - buffers->Index = 0; - buffers->Count = 0; -} diff --git a/external/imgui/backends/imgui_impl_vulkan.h b/external/imgui/backends/imgui_impl_vulkan.h deleted file mode 100644 index 52d9ffe7..00000000 --- a/external/imgui/backends/imgui_impl_vulkan.h +++ /dev/null @@ -1,155 +0,0 @@ -// dear imgui: Renderer Backend for Vulkan -// This needs to be used along with a Platform Backend (e.g. GLFW, SDL, Win32, custom..) - -// Implemented features: -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. -// [!] Renderer: User texture binding. Use 'VkDescriptorSet' as ImTextureID. Read the FAQ about ImTextureID! See https://github.com/ocornut/imgui/pull/914 for discussions. - -// Important: on 32-bit systems, user texture binding is only supported if your imconfig file has '#define ImTextureID ImU64'. -// See imgui_impl_vulkan.cpp file for details. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// The aim of imgui_impl_vulkan.h/.cpp is to be usable in your engine without any modification. -// IF YOU FEEL YOU NEED TO MAKE ANY CHANGE TO THIS CODE, please share them and your feedback at https://github.com/ocornut/imgui/ - -// Important note to the reader who wish to integrate imgui_impl_vulkan.cpp/.h in their own engine/app. -// - Common ImGui_ImplVulkan_XXX functions and structures are used to interface with imgui_impl_vulkan.cpp/.h. -// You will use those if you want to use this rendering backend in your engine/app. -// - Helper ImGui_ImplVulkanH_XXX functions and structures are only used by this example (main.cpp) and by -// the backend itself (imgui_impl_vulkan.cpp), but should PROBABLY NOT be used by your own engine/app code. -// Read comments in imgui_impl_vulkan.h. - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -// [Configuration] in order to use a custom Vulkan function loader: -// (1) You'll need to disable default Vulkan function prototypes. -// We provide a '#define IMGUI_IMPL_VULKAN_NO_PROTOTYPES' convenience configuration flag. -// In order to make sure this is visible from the imgui_impl_vulkan.cpp compilation unit: -// - Add '#define IMGUI_IMPL_VULKAN_NO_PROTOTYPES' in your imconfig.h file -// - Or as a compilation flag in your build system -// - Or uncomment here (not recommended because you'd be modifying imgui sources!) -// - Do not simply add it in a .cpp file! -// (2) Call ImGui_ImplVulkan_LoadFunctions() before ImGui_ImplVulkan_Init() with your custom function. -// If you have no idea what this is, leave it alone! -//#define IMGUI_IMPL_VULKAN_NO_PROTOTYPES - -// Vulkan includes -#if defined(IMGUI_IMPL_VULKAN_NO_PROTOTYPES) && !defined(VK_NO_PROTOTYPES) -#define VK_NO_PROTOTYPES -#endif -#include - -// Initialization data, for ImGui_ImplVulkan_Init() -// [Please zero-clear before use!] -struct ImGui_ImplVulkan_InitInfo -{ - VkInstance Instance; - VkPhysicalDevice PhysicalDevice; - VkDevice Device; - uint32_t QueueFamily; - VkQueue Queue; - VkPipelineCache PipelineCache; - VkDescriptorPool DescriptorPool; - uint32_t Subpass; - uint32_t MinImageCount; // >= 2 - uint32_t ImageCount; // >= MinImageCount - VkSampleCountFlagBits MSAASamples; // >= VK_SAMPLE_COUNT_1_BIT (0 -> default to VK_SAMPLE_COUNT_1_BIT) - const VkAllocationCallbacks* Allocator; - void (*CheckVkResultFn)(VkResult err); -}; - -// Called by user code -IMGUI_IMPL_API bool ImGui_ImplVulkan_Init(ImGui_ImplVulkan_InitInfo* info, VkRenderPass render_pass); -IMGUI_IMPL_API void ImGui_ImplVulkan_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplVulkan_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplVulkan_RenderDrawData(ImDrawData* draw_data, VkCommandBuffer command_buffer, VkPipeline pipeline = VK_NULL_HANDLE); -IMGUI_IMPL_API bool ImGui_ImplVulkan_CreateFontsTexture(VkCommandBuffer command_buffer); -IMGUI_IMPL_API void ImGui_ImplVulkan_DestroyFontUploadObjects(); -IMGUI_IMPL_API void ImGui_ImplVulkan_SetMinImageCount(uint32_t min_image_count); // To override MinImageCount after initialization (e.g. if swap chain is recreated) - -// Register a texture (VkDescriptorSet == ImTextureID) -// FIXME: This is experimental in the sense that we are unsure how to best design/tackle this problem, please post to https://github.com/ocornut/imgui/pull/914 if you have suggestions. -IMGUI_IMPL_API VkDescriptorSet ImGui_ImplVulkan_AddTexture(VkSampler sampler, VkImageView image_view, VkImageLayout image_layout); - -// Optional: load Vulkan functions with a custom function loader -// This is only useful with IMGUI_IMPL_VULKAN_NO_PROTOTYPES / VK_NO_PROTOTYPES -IMGUI_IMPL_API bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, void* user_data), void* user_data = NULL); - -//------------------------------------------------------------------------- -// Internal / Miscellaneous Vulkan Helpers -// (Used by example's main.cpp. Used by multi-viewport features. PROBABLY NOT used by your own engine/app.) -//------------------------------------------------------------------------- -// You probably do NOT need to use or care about those functions. -// Those functions only exist because: -// 1) they facilitate the readability and maintenance of the multiple main.cpp examples files. -// 2) the upcoming multi-viewport feature will need them internally. -// Generally we avoid exposing any kind of superfluous high-level helpers in the backends, -// but it is too much code to duplicate everywhere so we exceptionally expose them. -// -// Your engine/app will likely _already_ have code to setup all that stuff (swap chain, render pass, frame buffers, etc.). -// You may read this code to learn about Vulkan, but it is recommended you use you own custom tailored code to do equivalent work. -// (The ImGui_ImplVulkanH_XXX functions do not interact with any of the state used by the regular ImGui_ImplVulkan_XXX functions) -//------------------------------------------------------------------------- - -struct ImGui_ImplVulkanH_Frame; -struct ImGui_ImplVulkanH_Window; - -// Helpers -IMGUI_IMPL_API void ImGui_ImplVulkanH_CreateOrResizeWindow(VkInstance instance, VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wnd, uint32_t queue_family, const VkAllocationCallbacks* allocator, int w, int h, uint32_t min_image_count); -IMGUI_IMPL_API void ImGui_ImplVulkanH_DestroyWindow(VkInstance instance, VkDevice device, ImGui_ImplVulkanH_Window* wnd, const VkAllocationCallbacks* allocator); -IMGUI_IMPL_API VkSurfaceFormatKHR ImGui_ImplVulkanH_SelectSurfaceFormat(VkPhysicalDevice physical_device, VkSurfaceKHR surface, const VkFormat* request_formats, int request_formats_count, VkColorSpaceKHR request_color_space); -IMGUI_IMPL_API VkPresentModeKHR ImGui_ImplVulkanH_SelectPresentMode(VkPhysicalDevice physical_device, VkSurfaceKHR surface, const VkPresentModeKHR* request_modes, int request_modes_count); -IMGUI_IMPL_API int ImGui_ImplVulkanH_GetMinImageCountFromPresentMode(VkPresentModeKHR present_mode); - -// Helper structure to hold the data needed by one rendering frame -// (Used by example's main.cpp. Used by multi-viewport features. Probably NOT used by your own engine/app.) -// [Please zero-clear before use!] -struct ImGui_ImplVulkanH_Frame -{ - VkCommandPool CommandPool; - VkCommandBuffer CommandBuffer; - VkFence Fence; - VkImage Backbuffer; - VkImageView BackbufferView; - VkFramebuffer Framebuffer; -}; - -struct ImGui_ImplVulkanH_FrameSemaphores -{ - VkSemaphore ImageAcquiredSemaphore; - VkSemaphore RenderCompleteSemaphore; -}; - -// Helper structure to hold the data needed by one rendering context into one OS window -// (Used by example's main.cpp. Used by multi-viewport features. Probably NOT used by your own engine/app.) -struct ImGui_ImplVulkanH_Window -{ - int Width; - int Height; - VkSwapchainKHR Swapchain; - VkSurfaceKHR Surface; - VkSurfaceFormatKHR SurfaceFormat; - VkPresentModeKHR PresentMode; - VkRenderPass RenderPass; - VkPipeline Pipeline; // The window pipeline may uses a different VkRenderPass than the one passed in ImGui_ImplVulkan_InitInfo - bool ClearEnable; - VkClearValue ClearValue; - uint32_t FrameIndex; // Current frame being rendered to (0 <= FrameIndex < FrameInFlightCount) - uint32_t ImageCount; // Number of simultaneous in-flight frames (returned by vkGetSwapchainImagesKHR, usually derived from min_image_count) - uint32_t SemaphoreIndex; // Current set of swapchain wait semaphores we're using (needs to be distinct from per frame data) - ImGui_ImplVulkanH_Frame* Frames; - ImGui_ImplVulkanH_FrameSemaphores* FrameSemaphores; - - ImGui_ImplVulkanH_Window() - { - memset((void*)this, 0, sizeof(*this)); - PresentMode = (VkPresentModeKHR)~0; // Ensure we get an error if user doesn't set this. - ClearEnable = true; - } -}; - diff --git a/external/imgui/backends/imgui_impl_wgpu.cpp b/external/imgui/backends/imgui_impl_wgpu.cpp deleted file mode 100644 index 9c512cad..00000000 --- a/external/imgui/backends/imgui_impl_wgpu.cpp +++ /dev/null @@ -1,719 +0,0 @@ -// dear imgui: Renderer for WebGPU -// This needs to be used along with a Platform Binding (e.g. GLFW) -// (Please note that WebGPU is currently experimental, will not run on non-beta browsers, and may break.) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'WGPUTextureView' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2021-11-29: Passing explicit buffer sizes to wgpuRenderPassEncoderSetVertexBuffer()/wgpuRenderPassEncoderSetIndexBuffer(). -// 2021-08-24: Fix for latest specs. -// 2021-05-24: Add support for draw_data->FramebufferScale. -// 2021-05-19: Replaced direct access to ImDrawCmd::TextureId with a call to ImDrawCmd::GetTexID(). (will become a requirement) -// 2021-05-16: Update to latest WebGPU specs (compatible with Emscripten 2.0.20 and Chrome Canary 92). -// 2021-02-18: Change blending equation to preserve alpha in output buffer. -// 2021-01-28: Initial version. - -#include "imgui.h" -#include "imgui_impl_wgpu.h" -#include -#include - -#define HAS_EMSCRIPTEN_VERSION(major, minor, tiny) (__EMSCRIPTEN_major__ > (major) || (__EMSCRIPTEN_major__ == (major) && __EMSCRIPTEN_minor__ > (minor)) || (__EMSCRIPTEN_major__ == (major) && __EMSCRIPTEN_minor__ == (minor) && __EMSCRIPTEN_tiny__ >= (tiny))) - -#if defined(__EMSCRIPTEN__) && !HAS_EMSCRIPTEN_VERSION(2, 0, 20) -#error "Requires at least emscripten 2.0.20" -#endif - -// Dear ImGui prototypes from imgui_internal.h -extern ImGuiID ImHashData(const void* data_p, size_t data_size, ImU32 seed = 0); - -// WebGPU data -static WGPUDevice g_wgpuDevice = NULL; -static WGPUQueue g_defaultQueue = NULL; -static WGPUTextureFormat g_renderTargetFormat = WGPUTextureFormat_Undefined; -static WGPURenderPipeline g_pipelineState = NULL; - -struct RenderResources -{ - WGPUTexture FontTexture; // Font texture - WGPUTextureView FontTextureView; // Texture view for font texture - WGPUSampler Sampler; // Sampler for the font texture - WGPUBuffer Uniforms; // Shader uniforms - WGPUBindGroup CommonBindGroup; // Resources bind-group to bind the common resources to pipeline - ImGuiStorage ImageBindGroups; // Resources bind-group to bind the font/image resources to pipeline (this is a key->value map) - WGPUBindGroup ImageBindGroup; // Default font-resource of Dear ImGui - WGPUBindGroupLayout ImageBindGroupLayout; // Cache layout used for the image bind group. Avoids allocating unnecessary JS objects when working with WebASM -}; -static RenderResources g_resources; - -struct FrameResources -{ - WGPUBuffer IndexBuffer; - WGPUBuffer VertexBuffer; - ImDrawIdx* IndexBufferHost; - ImDrawVert* VertexBufferHost; - int IndexBufferSize; - int VertexBufferSize; -}; -static FrameResources* g_pFrameResources = NULL; -static unsigned int g_numFramesInFlight = 0; -static unsigned int g_frameIndex = UINT_MAX; - -struct Uniforms -{ - float MVP[4][4]; -}; - -//----------------------------------------------------------------------------- -// SHADERS -//----------------------------------------------------------------------------- - -// glsl_shader.vert, compiled with: -// # glslangValidator -V -x -o glsl_shader.vert.u32 glsl_shader.vert -/* -#version 450 core -layout(location = 0) in vec2 aPos; -layout(location = 1) in vec2 aUV; -layout(location = 2) in vec4 aColor; -layout(set=0, binding = 0) uniform transform { mat4 mvp; }; - -out gl_PerVertex { vec4 gl_Position; }; -layout(location = 0) out struct { vec4 Color; vec2 UV; } Out; - -void main() -{ - Out.Color = aColor; - Out.UV = aUV; - gl_Position = mvp * vec4(aPos, 0, 1); -} -*/ -static uint32_t __glsl_shader_vert_spv[] = -{ - 0x07230203,0x00010000,0x00080007,0x0000002c,0x00000000,0x00020011,0x00000001,0x0006000b, - 0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001, - 0x000a000f,0x00000000,0x00000004,0x6e69616d,0x00000000,0x0000000b,0x0000000f,0x00000015, - 0x0000001b,0x00000023,0x00030003,0x00000002,0x000001c2,0x00040005,0x00000004,0x6e69616d, - 0x00000000,0x00030005,0x00000009,0x00000000,0x00050006,0x00000009,0x00000000,0x6f6c6f43, - 0x00000072,0x00040006,0x00000009,0x00000001,0x00005655,0x00030005,0x0000000b,0x0074754f, - 0x00040005,0x0000000f,0x6c6f4361,0x0000726f,0x00030005,0x00000015,0x00565561,0x00060005, - 0x00000019,0x505f6c67,0x65567265,0x78657472,0x00000000,0x00060006,0x00000019,0x00000000, - 0x505f6c67,0x7469736f,0x006e6f69,0x00030005,0x0000001b,0x00000000,0x00050005,0x0000001d, - 0x6e617274,0x726f6673,0x0000006d,0x00040006,0x0000001d,0x00000000,0x0070766d,0x00030005, - 0x0000001f,0x00000000,0x00040005,0x00000023,0x736f5061,0x00000000,0x00040047,0x0000000b, - 0x0000001e,0x00000000,0x00040047,0x0000000f,0x0000001e,0x00000002,0x00040047,0x00000015, - 0x0000001e,0x00000001,0x00050048,0x00000019,0x00000000,0x0000000b,0x00000000,0x00030047, - 0x00000019,0x00000002,0x00040048,0x0000001d,0x00000000,0x00000005,0x00050048,0x0000001d, - 0x00000000,0x00000023,0x00000000,0x00050048,0x0000001d,0x00000000,0x00000007,0x00000010, - 0x00030047,0x0000001d,0x00000002,0x00040047,0x0000001f,0x00000022,0x00000000,0x00040047, - 0x0000001f,0x00000021,0x00000000,0x00040047,0x00000023,0x0000001e,0x00000000,0x00020013, - 0x00000002,0x00030021,0x00000003,0x00000002,0x00030016,0x00000006,0x00000020,0x00040017, - 0x00000007,0x00000006,0x00000004,0x00040017,0x00000008,0x00000006,0x00000002,0x0004001e, - 0x00000009,0x00000007,0x00000008,0x00040020,0x0000000a,0x00000003,0x00000009,0x0004003b, - 0x0000000a,0x0000000b,0x00000003,0x00040015,0x0000000c,0x00000020,0x00000001,0x0004002b, - 0x0000000c,0x0000000d,0x00000000,0x00040020,0x0000000e,0x00000001,0x00000007,0x0004003b, - 0x0000000e,0x0000000f,0x00000001,0x00040020,0x00000011,0x00000003,0x00000007,0x0004002b, - 0x0000000c,0x00000013,0x00000001,0x00040020,0x00000014,0x00000001,0x00000008,0x0004003b, - 0x00000014,0x00000015,0x00000001,0x00040020,0x00000017,0x00000003,0x00000008,0x0003001e, - 0x00000019,0x00000007,0x00040020,0x0000001a,0x00000003,0x00000019,0x0004003b,0x0000001a, - 0x0000001b,0x00000003,0x00040018,0x0000001c,0x00000007,0x00000004,0x0003001e,0x0000001d, - 0x0000001c,0x00040020,0x0000001e,0x00000002,0x0000001d,0x0004003b,0x0000001e,0x0000001f, - 0x00000002,0x00040020,0x00000020,0x00000002,0x0000001c,0x0004003b,0x00000014,0x00000023, - 0x00000001,0x0004002b,0x00000006,0x00000025,0x00000000,0x0004002b,0x00000006,0x00000026, - 0x3f800000,0x00050036,0x00000002,0x00000004,0x00000000,0x00000003,0x000200f8,0x00000005, - 0x0004003d,0x00000007,0x00000010,0x0000000f,0x00050041,0x00000011,0x00000012,0x0000000b, - 0x0000000d,0x0003003e,0x00000012,0x00000010,0x0004003d,0x00000008,0x00000016,0x00000015, - 0x00050041,0x00000017,0x00000018,0x0000000b,0x00000013,0x0003003e,0x00000018,0x00000016, - 0x00050041,0x00000020,0x00000021,0x0000001f,0x0000000d,0x0004003d,0x0000001c,0x00000022, - 0x00000021,0x0004003d,0x00000008,0x00000024,0x00000023,0x00050051,0x00000006,0x00000027, - 0x00000024,0x00000000,0x00050051,0x00000006,0x00000028,0x00000024,0x00000001,0x00070050, - 0x00000007,0x00000029,0x00000027,0x00000028,0x00000025,0x00000026,0x00050091,0x00000007, - 0x0000002a,0x00000022,0x00000029,0x00050041,0x00000011,0x0000002b,0x0000001b,0x0000000d, - 0x0003003e,0x0000002b,0x0000002a,0x000100fd,0x00010038 -}; - -// glsl_shader.frag, compiled with: -// # glslangValidator -V -x -o glsl_shader.frag.u32 glsl_shader.frag -/* -#version 450 core -layout(location = 0) out vec4 fColor; -layout(set=0, binding=1) uniform sampler s; -layout(set=1, binding=0) uniform texture2D t; -layout(location = 0) in struct { vec4 Color; vec2 UV; } In; -void main() -{ - fColor = In.Color * texture(sampler2D(t, s), In.UV.st); -} -*/ -static uint32_t __glsl_shader_frag_spv[] = -{ - 0x07230203,0x00010000,0x00080007,0x00000023,0x00000000,0x00020011,0x00000001,0x0006000b, - 0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001, - 0x0007000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x00000009,0x0000000d,0x00030010, - 0x00000004,0x00000007,0x00030003,0x00000002,0x000001c2,0x00040005,0x00000004,0x6e69616d, - 0x00000000,0x00040005,0x00000009,0x6c6f4366,0x0000726f,0x00030005,0x0000000b,0x00000000, - 0x00050006,0x0000000b,0x00000000,0x6f6c6f43,0x00000072,0x00040006,0x0000000b,0x00000001, - 0x00005655,0x00030005,0x0000000d,0x00006e49,0x00030005,0x00000015,0x00000074,0x00030005, - 0x00000019,0x00000073,0x00040047,0x00000009,0x0000001e,0x00000000,0x00040047,0x0000000d, - 0x0000001e,0x00000000,0x00040047,0x00000015,0x00000022,0x00000001,0x00040047,0x00000015, - 0x00000021,0x00000000,0x00040047,0x00000019,0x00000022,0x00000000,0x00040047,0x00000019, - 0x00000021,0x00000001,0x00020013,0x00000002,0x00030021,0x00000003,0x00000002,0x00030016, - 0x00000006,0x00000020,0x00040017,0x00000007,0x00000006,0x00000004,0x00040020,0x00000008, - 0x00000003,0x00000007,0x0004003b,0x00000008,0x00000009,0x00000003,0x00040017,0x0000000a, - 0x00000006,0x00000002,0x0004001e,0x0000000b,0x00000007,0x0000000a,0x00040020,0x0000000c, - 0x00000001,0x0000000b,0x0004003b,0x0000000c,0x0000000d,0x00000001,0x00040015,0x0000000e, - 0x00000020,0x00000001,0x0004002b,0x0000000e,0x0000000f,0x00000000,0x00040020,0x00000010, - 0x00000001,0x00000007,0x00090019,0x00000013,0x00000006,0x00000001,0x00000000,0x00000000, - 0x00000000,0x00000001,0x00000000,0x00040020,0x00000014,0x00000000,0x00000013,0x0004003b, - 0x00000014,0x00000015,0x00000000,0x0002001a,0x00000017,0x00040020,0x00000018,0x00000000, - 0x00000017,0x0004003b,0x00000018,0x00000019,0x00000000,0x0003001b,0x0000001b,0x00000013, - 0x0004002b,0x0000000e,0x0000001d,0x00000001,0x00040020,0x0000001e,0x00000001,0x0000000a, - 0x00050036,0x00000002,0x00000004,0x00000000,0x00000003,0x000200f8,0x00000005,0x00050041, - 0x00000010,0x00000011,0x0000000d,0x0000000f,0x0004003d,0x00000007,0x00000012,0x00000011, - 0x0004003d,0x00000013,0x00000016,0x00000015,0x0004003d,0x00000017,0x0000001a,0x00000019, - 0x00050056,0x0000001b,0x0000001c,0x00000016,0x0000001a,0x00050041,0x0000001e,0x0000001f, - 0x0000000d,0x0000001d,0x0004003d,0x0000000a,0x00000020,0x0000001f,0x00050057,0x00000007, - 0x00000021,0x0000001c,0x00000020,0x00050085,0x00000007,0x00000022,0x00000012,0x00000021, - 0x0003003e,0x00000009,0x00000022,0x000100fd,0x00010038 -}; - -static void SafeRelease(ImDrawIdx*& res) -{ - if (res) - delete[] res; - res = NULL; -} -static void SafeRelease(ImDrawVert*& res) -{ - if (res) - delete[] res; - res = NULL; -} -static void SafeRelease(WGPUBindGroupLayout& res) -{ - if (res) - wgpuBindGroupLayoutRelease(res); - res = NULL; -} -static void SafeRelease(WGPUBindGroup& res) -{ - if (res) - wgpuBindGroupRelease(res); - res = NULL; -} -static void SafeRelease(WGPUBuffer& res) -{ - if (res) - wgpuBufferRelease(res); - res = NULL; -} -static void SafeRelease(WGPURenderPipeline& res) -{ - if (res) - wgpuRenderPipelineRelease(res); - res = NULL; -} -static void SafeRelease(WGPUSampler& res) -{ - if (res) - wgpuSamplerRelease(res); - res = NULL; -} -static void SafeRelease(WGPUShaderModule& res) -{ - if (res) - wgpuShaderModuleRelease(res); - res = NULL; -} -static void SafeRelease(WGPUTextureView& res) -{ - if (res) - wgpuTextureViewRelease(res); - res = NULL; -} -static void SafeRelease(WGPUTexture& res) -{ - if (res) - wgpuTextureRelease(res); - res = NULL; -} - -static void SafeRelease(RenderResources& res) -{ - SafeRelease(res.FontTexture); - SafeRelease(res.FontTextureView); - SafeRelease(res.Sampler); - SafeRelease(res.Uniforms); - SafeRelease(res.CommonBindGroup); - SafeRelease(res.ImageBindGroup); - SafeRelease(res.ImageBindGroupLayout); -}; - -static void SafeRelease(FrameResources& res) -{ - SafeRelease(res.IndexBuffer); - SafeRelease(res.VertexBuffer); - SafeRelease(res.IndexBufferHost); - SafeRelease(res.VertexBufferHost); -} - -static WGPUProgrammableStageDescriptor ImGui_ImplWGPU_CreateShaderModule(uint32_t* binary_data, uint32_t binary_data_size) -{ - WGPUShaderModuleSPIRVDescriptor spirv_desc = {}; - spirv_desc.chain.sType = WGPUSType_ShaderModuleSPIRVDescriptor; - spirv_desc.codeSize = binary_data_size; - spirv_desc.code = binary_data; - - WGPUShaderModuleDescriptor desc = {}; - desc.nextInChain = reinterpret_cast(&spirv_desc); - - WGPUProgrammableStageDescriptor stage_desc = {}; - stage_desc.module = wgpuDeviceCreateShaderModule(g_wgpuDevice, &desc); - stage_desc.entryPoint = "main"; - return stage_desc; -} - -static WGPUBindGroup ImGui_ImplWGPU_CreateImageBindGroup(WGPUBindGroupLayout layout, WGPUTextureView texture) -{ - WGPUBindGroupEntry image_bg_entries[] = { { nullptr, 0, 0, 0, 0, 0, texture } }; - - WGPUBindGroupDescriptor image_bg_descriptor = {}; - image_bg_descriptor.layout = layout; - image_bg_descriptor.entryCount = sizeof(image_bg_entries) / sizeof(WGPUBindGroupEntry); - image_bg_descriptor.entries = image_bg_entries; - return wgpuDeviceCreateBindGroup(g_wgpuDevice, &image_bg_descriptor); -} - -static void ImGui_ImplWGPU_SetupRenderState(ImDrawData* draw_data, WGPURenderPassEncoder ctx, FrameResources* fr) -{ - // Setup orthographic projection matrix into our constant buffer - // Our visible imgui space lies from draw_data->DisplayPos (top left) to draw_data->DisplayPos+data_data->DisplaySize (bottom right). - { - float L = draw_data->DisplayPos.x; - float R = draw_data->DisplayPos.x + draw_data->DisplaySize.x; - float T = draw_data->DisplayPos.y; - float B = draw_data->DisplayPos.y + draw_data->DisplaySize.y; - float mvp[4][4] = - { - { 2.0f/(R-L), 0.0f, 0.0f, 0.0f }, - { 0.0f, 2.0f/(T-B), 0.0f, 0.0f }, - { 0.0f, 0.0f, 0.5f, 0.0f }, - { (R+L)/(L-R), (T+B)/(B-T), 0.5f, 1.0f }, - }; - wgpuQueueWriteBuffer(g_defaultQueue, g_resources.Uniforms, 0, mvp, sizeof(mvp)); - } - - // Setup viewport - wgpuRenderPassEncoderSetViewport(ctx, 0, 0, draw_data->FramebufferScale.x * draw_data->DisplaySize.x, draw_data->FramebufferScale.y * draw_data->DisplaySize.y, 0, 1); - - // Bind shader and vertex buffers - wgpuRenderPassEncoderSetVertexBuffer(ctx, 0, fr->VertexBuffer, 0, fr->VertexBufferSize * sizeof(ImDrawVert)); - wgpuRenderPassEncoderSetIndexBuffer(ctx, fr->IndexBuffer, sizeof(ImDrawIdx) == 2 ? WGPUIndexFormat_Uint16 : WGPUIndexFormat_Uint32, 0, fr->IndexBufferSize * sizeof(ImDrawIdx)); - wgpuRenderPassEncoderSetPipeline(ctx, g_pipelineState); - wgpuRenderPassEncoderSetBindGroup(ctx, 0, g_resources.CommonBindGroup, 0, NULL); - - // Setup blend factor - WGPUColor blend_color = { 0.f, 0.f, 0.f, 0.f }; - wgpuRenderPassEncoderSetBlendConstant(ctx, &blend_color); -} - -// Render function -// (this used to be set in io.RenderDrawListsFn and called by ImGui::Render(), but you can now call this directly from your main loop) -void ImGui_ImplWGPU_RenderDrawData(ImDrawData* draw_data, WGPURenderPassEncoder pass_encoder) -{ - // Avoid rendering when minimized - if (draw_data->DisplaySize.x <= 0.0f || draw_data->DisplaySize.y <= 0.0f) - return; - - // FIXME: Assuming that this only gets called once per frame! - // If not, we can't just re-allocate the IB or VB, we'll have to do a proper allocator. - g_frameIndex = g_frameIndex + 1; - FrameResources* fr = &g_pFrameResources[g_frameIndex % g_numFramesInFlight]; - - // Create and grow vertex/index buffers if needed - if (fr->VertexBuffer == NULL || fr->VertexBufferSize < draw_data->TotalVtxCount) - { - if (fr->VertexBuffer) - { - wgpuBufferDestroy(fr->VertexBuffer); - wgpuBufferRelease(fr->VertexBuffer); - } - SafeRelease(fr->VertexBufferHost); - fr->VertexBufferSize = draw_data->TotalVtxCount + 5000; - - WGPUBufferDescriptor vb_desc = - { - NULL, - "Dear ImGui Vertex buffer", - WGPUBufferUsage_CopyDst | WGPUBufferUsage_Vertex, - fr->VertexBufferSize * sizeof(ImDrawVert), - false - }; - fr->VertexBuffer = wgpuDeviceCreateBuffer(g_wgpuDevice, &vb_desc); - if (!fr->VertexBuffer) - return; - - fr->VertexBufferHost = new ImDrawVert[fr->VertexBufferSize]; - } - if (fr->IndexBuffer == NULL || fr->IndexBufferSize < draw_data->TotalIdxCount) - { - if (fr->IndexBuffer) - { - wgpuBufferDestroy(fr->IndexBuffer); - wgpuBufferRelease(fr->IndexBuffer); - } - SafeRelease(fr->IndexBufferHost); - fr->IndexBufferSize = draw_data->TotalIdxCount + 10000; - - WGPUBufferDescriptor ib_desc = - { - NULL, - "Dear ImGui Index buffer", - WGPUBufferUsage_CopyDst | WGPUBufferUsage_Index, - fr->IndexBufferSize * sizeof(ImDrawIdx), - false - }; - fr->IndexBuffer = wgpuDeviceCreateBuffer(g_wgpuDevice, &ib_desc); - if (!fr->IndexBuffer) - return; - - fr->IndexBufferHost = new ImDrawIdx[fr->IndexBufferSize]; - } - - // Upload vertex/index data into a single contiguous GPU buffer - ImDrawVert* vtx_dst = (ImDrawVert*)fr->VertexBufferHost; - ImDrawIdx* idx_dst = (ImDrawIdx*)fr->IndexBufferHost; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - memcpy(vtx_dst, cmd_list->VtxBuffer.Data, cmd_list->VtxBuffer.Size * sizeof(ImDrawVert)); - memcpy(idx_dst, cmd_list->IdxBuffer.Data, cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx)); - vtx_dst += cmd_list->VtxBuffer.Size; - idx_dst += cmd_list->IdxBuffer.Size; - } - int64_t vb_write_size = ((char*)vtx_dst - (char*)fr->VertexBufferHost + 3) & ~3; - int64_t ib_write_size = ((char*)idx_dst - (char*)fr->IndexBufferHost + 3) & ~3; - wgpuQueueWriteBuffer(g_defaultQueue, fr->VertexBuffer, 0, fr->VertexBufferHost, vb_write_size); - wgpuQueueWriteBuffer(g_defaultQueue, fr->IndexBuffer, 0, fr->IndexBufferHost, ib_write_size); - - // Setup desired render state - ImGui_ImplWGPU_SetupRenderState(draw_data, pass_encoder, fr); - - // Render command lists - // (Because we merged all buffers into a single one, we maintain our own offset into them) - int global_vtx_offset = 0; - int global_idx_offset = 0; - ImVec2 clip_scale = draw_data->FramebufferScale; - ImVec2 clip_off = draw_data->DisplayPos; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback != NULL) - { - // User callback, registered via ImDrawList::AddCallback() - // (ImDrawCallback_ResetRenderState is a special callback value used by the user to request the renderer to reset render state.) - if (pcmd->UserCallback == ImDrawCallback_ResetRenderState) - ImGui_ImplWGPU_SetupRenderState(draw_data, pass_encoder, fr); - else - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Bind custom texture - ImTextureID tex_id = pcmd->GetTexID(); - ImGuiID tex_id_hash = ImHashData(&tex_id, sizeof(tex_id)); - auto bind_group = g_resources.ImageBindGroups.GetVoidPtr(tex_id_hash); - if (bind_group) - { - wgpuRenderPassEncoderSetBindGroup(pass_encoder, 1, (WGPUBindGroup)bind_group, 0, NULL); - } - else - { - WGPUBindGroup image_bind_group = ImGui_ImplWGPU_CreateImageBindGroup(g_resources.ImageBindGroupLayout, (WGPUTextureView)tex_id); - g_resources.ImageBindGroups.SetVoidPtr(tex_id_hash, image_bind_group); - wgpuRenderPassEncoderSetBindGroup(pass_encoder, 1, image_bind_group, 0, NULL); - } - - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min((pcmd->ClipRect.x - clip_off.x) * clip_scale.x, (pcmd->ClipRect.y - clip_off.y) * clip_scale.y); - ImVec2 clip_max((pcmd->ClipRect.z - clip_off.x) * clip_scale.x, (pcmd->ClipRect.w - clip_off.y) * clip_scale.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // Apply scissor/clipping rectangle, Draw - wgpuRenderPassEncoderSetScissorRect(pass_encoder, (uint32_t)clip_min.x, (uint32_t)clip_min.y, (uint32_t)(clip_max.x - clip_min.x), (uint32_t)(clip_max.y - clip_min.y)); - wgpuRenderPassEncoderDrawIndexed(pass_encoder, pcmd->ElemCount, 1, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_offset, 0); - } - } - global_idx_offset += cmd_list->IdxBuffer.Size; - global_vtx_offset += cmd_list->VtxBuffer.Size; - } -} - -static void ImGui_ImplWGPU_CreateFontsTexture() -{ - // Build texture atlas - ImGuiIO& io = ImGui::GetIO(); - unsigned char* pixels; - int width, height, size_pp; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height, &size_pp); - - // Upload texture to graphics system - { - WGPUTextureDescriptor tex_desc = {}; - tex_desc.label = "Dear ImGui Font Texture"; - tex_desc.dimension = WGPUTextureDimension_2D; - tex_desc.size.width = width; - tex_desc.size.height = height; - tex_desc.size.depthOrArrayLayers = 1; - tex_desc.sampleCount = 1; - tex_desc.format = WGPUTextureFormat_RGBA8Unorm; - tex_desc.mipLevelCount = 1; - tex_desc.usage = WGPUTextureUsage_CopyDst | WGPUTextureUsage_TextureBinding; - g_resources.FontTexture = wgpuDeviceCreateTexture(g_wgpuDevice, &tex_desc); - - WGPUTextureViewDescriptor tex_view_desc = {}; - tex_view_desc.format = WGPUTextureFormat_RGBA8Unorm; - tex_view_desc.dimension = WGPUTextureViewDimension_2D; - tex_view_desc.baseMipLevel = 0; - tex_view_desc.mipLevelCount = 1; - tex_view_desc.baseArrayLayer = 0; - tex_view_desc.arrayLayerCount = 1; - tex_view_desc.aspect = WGPUTextureAspect_All; - g_resources.FontTextureView = wgpuTextureCreateView(g_resources.FontTexture, &tex_view_desc); - } - - // Upload texture data - { - WGPUImageCopyTexture dst_view = {}; - dst_view.texture = g_resources.FontTexture; - dst_view.mipLevel = 0; - dst_view.origin = { 0, 0, 0 }; - dst_view.aspect = WGPUTextureAspect_All; - WGPUTextureDataLayout layout = {}; - layout.offset = 0; - layout.bytesPerRow = width * size_pp; - layout.rowsPerImage = height; - WGPUExtent3D size = { (uint32_t)width, (uint32_t)height, 1 }; - wgpuQueueWriteTexture(g_defaultQueue, &dst_view, pixels, (uint32_t)(width * size_pp * height), &layout, &size); - } - - // Create the associated sampler - // (Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling) - { - WGPUSamplerDescriptor sampler_desc = {}; - sampler_desc.minFilter = WGPUFilterMode_Linear; - sampler_desc.magFilter = WGPUFilterMode_Linear; - sampler_desc.mipmapFilter = WGPUFilterMode_Linear; - sampler_desc.addressModeU = WGPUAddressMode_Repeat; - sampler_desc.addressModeV = WGPUAddressMode_Repeat; - sampler_desc.addressModeW = WGPUAddressMode_Repeat; - sampler_desc.maxAnisotropy = 1; - g_resources.Sampler = wgpuDeviceCreateSampler(g_wgpuDevice, &sampler_desc); - } - - // Store our identifier - static_assert(sizeof(ImTextureID) >= sizeof(g_resources.FontTexture), "Can't pack descriptor handle into TexID, 32-bit not supported yet."); - io.Fonts->SetTexID((ImTextureID)g_resources.FontTextureView); -} - -static void ImGui_ImplWGPU_CreateUniformBuffer() -{ - WGPUBufferDescriptor ub_desc = - { - NULL, - "Dear ImGui Uniform buffer", - WGPUBufferUsage_CopyDst | WGPUBufferUsage_Uniform, - sizeof(Uniforms), - false - }; - g_resources.Uniforms = wgpuDeviceCreateBuffer(g_wgpuDevice, &ub_desc); -} - -bool ImGui_ImplWGPU_CreateDeviceObjects() -{ - if (!g_wgpuDevice) - return false; - if (g_pipelineState) - ImGui_ImplWGPU_InvalidateDeviceObjects(); - - // Create render pipeline - WGPURenderPipelineDescriptor graphics_pipeline_desc = {}; - graphics_pipeline_desc.primitive.topology = WGPUPrimitiveTopology_TriangleList; - graphics_pipeline_desc.primitive.stripIndexFormat = WGPUIndexFormat_Undefined; - graphics_pipeline_desc.primitive.frontFace = WGPUFrontFace_CW; - graphics_pipeline_desc.primitive.cullMode = WGPUCullMode_None; - graphics_pipeline_desc.multisample.count = 1; - graphics_pipeline_desc.multisample.mask = UINT_MAX; - graphics_pipeline_desc.multisample.alphaToCoverageEnabled = false; - graphics_pipeline_desc.layout = nullptr; // Use automatic layout generation - - // Create the vertex shader - WGPUProgrammableStageDescriptor vertex_shader_desc = ImGui_ImplWGPU_CreateShaderModule(__glsl_shader_vert_spv, sizeof(__glsl_shader_vert_spv) / sizeof(uint32_t)); - graphics_pipeline_desc.vertex.module = vertex_shader_desc.module; - graphics_pipeline_desc.vertex.entryPoint = vertex_shader_desc.entryPoint; - - // Vertex input configuration - WGPUVertexAttribute attribute_desc[] = - { - { WGPUVertexFormat_Float32x2, (uint64_t)IM_OFFSETOF(ImDrawVert, pos), 0 }, - { WGPUVertexFormat_Float32x2, (uint64_t)IM_OFFSETOF(ImDrawVert, uv), 1 }, - { WGPUVertexFormat_Unorm8x4, (uint64_t)IM_OFFSETOF(ImDrawVert, col), 2 }, - }; - - WGPUVertexBufferLayout buffer_layouts[1]; - buffer_layouts[0].arrayStride = sizeof(ImDrawVert); - buffer_layouts[0].stepMode = WGPUVertexStepMode_Vertex; - buffer_layouts[0].attributeCount = 3; - buffer_layouts[0].attributes = attribute_desc; - - graphics_pipeline_desc.vertex.bufferCount = 1; - graphics_pipeline_desc.vertex.buffers = buffer_layouts; - - // Create the pixel shader - WGPUProgrammableStageDescriptor pixel_shader_desc = ImGui_ImplWGPU_CreateShaderModule(__glsl_shader_frag_spv, sizeof(__glsl_shader_frag_spv) / sizeof(uint32_t)); - - // Create the blending setup - WGPUBlendState blend_state = {}; - blend_state.alpha.operation = WGPUBlendOperation_Add; - blend_state.alpha.srcFactor = WGPUBlendFactor_One; - blend_state.alpha.dstFactor = WGPUBlendFactor_OneMinusSrcAlpha; - blend_state.color.operation = WGPUBlendOperation_Add; - blend_state.color.srcFactor = WGPUBlendFactor_SrcAlpha; - blend_state.color.dstFactor = WGPUBlendFactor_OneMinusSrcAlpha; - - WGPUColorTargetState color_state = {}; - color_state.format = g_renderTargetFormat; - color_state.blend = &blend_state; - color_state.writeMask = WGPUColorWriteMask_All; - - WGPUFragmentState fragment_state = {}; - fragment_state.module = pixel_shader_desc.module; - fragment_state.entryPoint = pixel_shader_desc.entryPoint; - fragment_state.targetCount = 1; - fragment_state.targets = &color_state; - - graphics_pipeline_desc.fragment = &fragment_state; - - // Create depth-stencil State - WGPUDepthStencilState depth_stencil_state = {}; - depth_stencil_state.depthBias = 0; - depth_stencil_state.depthBiasClamp = 0; - depth_stencil_state.depthBiasSlopeScale = 0; - - // Configure disabled depth-stencil state - graphics_pipeline_desc.depthStencil = nullptr; - - g_pipelineState = wgpuDeviceCreateRenderPipeline(g_wgpuDevice, &graphics_pipeline_desc); - - ImGui_ImplWGPU_CreateFontsTexture(); - ImGui_ImplWGPU_CreateUniformBuffer(); - - // Create resource bind group - WGPUBindGroupLayout bg_layouts[2]; - bg_layouts[0] = wgpuRenderPipelineGetBindGroupLayout(g_pipelineState, 0); - bg_layouts[1] = wgpuRenderPipelineGetBindGroupLayout(g_pipelineState, 1); - - WGPUBindGroupEntry common_bg_entries[] = - { - { nullptr, 0, g_resources.Uniforms, 0, sizeof(Uniforms), 0, 0 }, - { nullptr, 1, 0, 0, 0, g_resources.Sampler, 0 }, - }; - - WGPUBindGroupDescriptor common_bg_descriptor = {}; - common_bg_descriptor.layout = bg_layouts[0]; - common_bg_descriptor.entryCount = sizeof(common_bg_entries) / sizeof(WGPUBindGroupEntry); - common_bg_descriptor.entries = common_bg_entries; - g_resources.CommonBindGroup = wgpuDeviceCreateBindGroup(g_wgpuDevice, &common_bg_descriptor); - - WGPUBindGroup image_bind_group = ImGui_ImplWGPU_CreateImageBindGroup(bg_layouts[1], g_resources.FontTextureView); - g_resources.ImageBindGroup = image_bind_group; - g_resources.ImageBindGroupLayout = bg_layouts[1]; - g_resources.ImageBindGroups.SetVoidPtr(ImHashData(&g_resources.FontTextureView, sizeof(ImTextureID)), image_bind_group); - - SafeRelease(vertex_shader_desc.module); - SafeRelease(pixel_shader_desc.module); - SafeRelease(bg_layouts[0]); - - return true; -} - -void ImGui_ImplWGPU_InvalidateDeviceObjects() -{ - if (!g_wgpuDevice) - return; - - SafeRelease(g_pipelineState); - SafeRelease(g_resources); - - ImGuiIO& io = ImGui::GetIO(); - io.Fonts->SetTexID(NULL); // We copied g_pFontTextureView to io.Fonts->TexID so let's clear that as well. - - for (unsigned int i = 0; i < g_numFramesInFlight; i++) - SafeRelease(g_pFrameResources[i]); -} - -bool ImGui_ImplWGPU_Init(WGPUDevice device, int num_frames_in_flight, WGPUTextureFormat rt_format) -{ - // Setup backend capabilities flags - ImGuiIO& io = ImGui::GetIO(); - io.BackendRendererName = "imgui_impl_webgpu"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing for large meshes. - - g_wgpuDevice = device; - g_defaultQueue = wgpuDeviceGetQueue(g_wgpuDevice); - g_renderTargetFormat = rt_format; - g_pFrameResources = new FrameResources[num_frames_in_flight]; - g_numFramesInFlight = num_frames_in_flight; - g_frameIndex = UINT_MAX; - - g_resources.FontTexture = NULL; - g_resources.FontTextureView = NULL; - g_resources.Sampler = NULL; - g_resources.Uniforms = NULL; - g_resources.CommonBindGroup = NULL; - g_resources.ImageBindGroups.Data.reserve(100); - g_resources.ImageBindGroup = NULL; - g_resources.ImageBindGroupLayout = NULL; - - // Create buffers with a default size (they will later be grown as needed) - for (int i = 0; i < num_frames_in_flight; i++) - { - FrameResources* fr = &g_pFrameResources[i]; - fr->IndexBuffer = NULL; - fr->VertexBuffer = NULL; - fr->IndexBufferHost = NULL; - fr->VertexBufferHost = NULL; - fr->IndexBufferSize = 10000; - fr->VertexBufferSize = 5000; - } - - return true; -} - -void ImGui_ImplWGPU_Shutdown() -{ - ImGui_ImplWGPU_InvalidateDeviceObjects(); - delete[] g_pFrameResources; - g_pFrameResources = NULL; - wgpuQueueRelease(g_defaultQueue); - g_wgpuDevice = NULL; - g_numFramesInFlight = 0; - g_frameIndex = UINT_MAX; -} - -void ImGui_ImplWGPU_NewFrame() -{ - if (!g_pipelineState) - ImGui_ImplWGPU_CreateDeviceObjects(); -} diff --git a/external/imgui/backends/imgui_impl_wgpu.h b/external/imgui/backends/imgui_impl_wgpu.h deleted file mode 100644 index ec10768e..00000000 --- a/external/imgui/backends/imgui_impl_wgpu.h +++ /dev/null @@ -1,25 +0,0 @@ -// dear imgui: Renderer for WebGPU -// This needs to be used along with a Platform Binding (e.g. GLFW) -// (Please note that WebGPU is currently experimental, will not run on non-beta browsers, and may break.) - -// Implemented features: -// [X] Renderer: User texture binding. Use 'WGPUTextureView' as ImTextureID. Read the FAQ about ImTextureID! -// [X] Renderer: Support for large meshes (64k+ vertices) with 16-bit indices. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API -#include - -IMGUI_IMPL_API bool ImGui_ImplWGPU_Init(WGPUDevice device, int num_frames_in_flight, WGPUTextureFormat rt_format); -IMGUI_IMPL_API void ImGui_ImplWGPU_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplWGPU_NewFrame(); -IMGUI_IMPL_API void ImGui_ImplWGPU_RenderDrawData(ImDrawData* draw_data, WGPURenderPassEncoder pass_encoder); - -// Use if you want to reset your rendering device without losing Dear ImGui state. -IMGUI_IMPL_API void ImGui_ImplWGPU_InvalidateDeviceObjects(); -IMGUI_IMPL_API bool ImGui_ImplWGPU_CreateDeviceObjects(); diff --git a/external/imgui/backends/imgui_impl_win32.cpp b/external/imgui/backends/imgui_impl_win32.cpp deleted file mode 100644 index 84ebc9bf..00000000 --- a/external/imgui/backends/imgui_impl_win32.cpp +++ /dev/null @@ -1,791 +0,0 @@ -// dear imgui: Platform Backend for Windows (standard windows API for 32 and 64 bits applications) -// This needs to be used along with a Renderer (e.g. DirectX11, OpenGL3, Vulkan..) - -// Implemented features: -// [X] Platform: Clipboard support (for Win32 this is actually part of core dear imgui) -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy VK_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: Gamepad support. Enabled with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_win32.h" -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif -#include -#include // GET_X_LPARAM(), GET_Y_LPARAM() -#include -#include - -// Configuration flags to add in your imconfig.h file: -//#define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD // Disable gamepad support. This was meaningful before <1.81 but we now load XInput dynamically so the option is now less relevant. - -// Using XInput for gamepad (will load DLL dynamically) -#ifndef IMGUI_IMPL_WIN32_DISABLE_GAMEPAD -#include -typedef DWORD (WINAPI *PFN_XInputGetCapabilities)(DWORD, DWORD, XINPUT_CAPABILITIES*); -typedef DWORD (WINAPI *PFN_XInputGetState)(DWORD, XINPUT_STATE*); -#endif - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2022-01-26: Inputs: replaced short-lived io.AddKeyModsEvent() (added two weeks ago)with io.AddKeyEvent() using ImGuiKey_ModXXX flags. Sorry for the confusion. -// 2021-01-20: Inputs: calling new io.AddKeyAnalogEvent() for gamepad support, instead of writing directly to io.NavInputs[]. -// 2022-01-17: Inputs: calling new io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() API (1.87+). -// 2022-01-17: Inputs: always update key mods next and before a key event (not in NewFrame) to fix input queue with very low framerates. -// 2022-01-12: Inputs: Update mouse inputs using WM_MOUSEMOVE/WM_MOUSELEAVE + fallback to provide it when focused but not hovered/captured. More standard and will allow us to pass it to future input queue API. -// 2022-01-12: Inputs: Maintain our own copy of MouseButtonsDown mask instead of using ImGui::IsAnyMouseDown() which will be obsoleted. -// 2022-01-10: Inputs: calling new io.AddKeyEvent(), io.AddKeyModsEvent() + io.SetKeyEventNativeData() API (1.87+). Support for full ImGuiKey range. -// 2021-12-16: Inputs: Fill VK_LCONTROL/VK_RCONTROL/VK_LSHIFT/VK_RSHIFT/VK_LMENU/VK_RMENU for completeness. -// 2021-08-17: Calling io.AddFocusEvent() on WM_SETFOCUS/WM_KILLFOCUS messages. -// 2021-08-02: Inputs: Fixed keyboard modifiers being reported when host window doesn't have focus. -// 2021-07-29: Inputs: MousePos is correctly reported when the host platform window is hovered but not focused (using TrackMouseEvent() to receive WM_MOUSELEAVE events). -// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX). -// 2021-06-08: Fixed ImGui_ImplWin32_EnableDpiAwareness() and ImGui_ImplWin32_GetDpiScaleForMonitor() to handle Windows 8.1/10 features without a manifest (per-monitor DPI, and properly calls SetProcessDpiAwareness() on 8.1). -// 2021-03-23: Inputs: Clearing keyboard down array when losing focus (WM_KILLFOCUS). -// 2021-02-18: Added ImGui_ImplWin32_EnableAlphaCompositing(). Non Visual Studio users will need to link with dwmapi.lib (MinGW/gcc: use -ldwmapi). -// 2021-02-17: Fixed ImGui_ImplWin32_EnableDpiAwareness() attempting to get SetProcessDpiAwareness from shcore.dll on Windows 8 whereas it is only supported on Windows 8.1. -// 2021-01-25: Inputs: Dynamically loading XInput DLL. -// 2020-12-04: Misc: Fixed setting of io.DisplaySize to invalid/uninitialized data when after hwnd has been closed. -// 2020-03-03: Inputs: Calling AddInputCharacterUTF16() to support surrogate pairs leading to codepoint >= 0x10000 (for more complete CJK inputs) -// 2020-02-17: Added ImGui_ImplWin32_EnableDpiAwareness(), ImGui_ImplWin32_GetDpiScaleForHwnd(), ImGui_ImplWin32_GetDpiScaleForMonitor() helper functions. -// 2020-01-14: Inputs: Added support for #define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD/IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT. -// 2019-12-05: Inputs: Added support for ImGuiMouseCursor_NotAllowed mouse cursor. -// 2019-05-11: Inputs: Don't filter value from WM_CHAR before calling AddInputCharacter(). -// 2019-01-17: Misc: Using GetForegroundWindow()+IsChild() instead of GetActiveWindow() to be compatible with windows created in a different thread or parent. -// 2019-01-17: Inputs: Added support for mouse buttons 4 and 5 via WM_XBUTTON* messages. -// 2019-01-15: Inputs: Added support for XInput gamepads (if ImGuiConfigFlags_NavEnableGamepad is set by user application). -// 2018-11-30: Misc: Setting up io.BackendPlatformName so it can be displayed in the About Window. -// 2018-06-29: Inputs: Added support for the ImGuiMouseCursor_Hand cursor. -// 2018-06-10: Inputs: Fixed handling of mouse wheel messages to support fine position messages (typically sent by track-pads). -// 2018-06-08: Misc: Extracted imgui_impl_win32.cpp/.h away from the old combined DX9/DX10/DX11/DX12 examples. -// 2018-03-20: Misc: Setup io.BackendFlags ImGuiBackendFlags_HasMouseCursors and ImGuiBackendFlags_HasSetMousePos flags + honor ImGuiConfigFlags_NoMouseCursorChange flag. -// 2018-02-20: Inputs: Added support for mouse cursors (ImGui::GetMouseCursor() value and WM_SETCURSOR message handling). -// 2018-02-06: Inputs: Added mapping for ImGuiKey_Space. -// 2018-02-06: Inputs: Honoring the io.WantSetMousePos by repositioning the mouse (when using navigation and ImGuiConfigFlags_NavMoveMouse is set). -// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves. -// 2018-01-20: Inputs: Added Horizontal Mouse Wheel support. -// 2018-01-08: Inputs: Added mapping for ImGuiKey_Insert. -// 2018-01-05: Inputs: Added WM_LBUTTONDBLCLK double-click handlers for window classes with the CS_DBLCLKS flag. -// 2017-10-23: Inputs: Added WM_SYSKEYDOWN / WM_SYSKEYUP handlers so e.g. the VK_MENU key can be read. -// 2017-10-23: Inputs: Using Win32 ::SetCapture/::GetCapture() to retrieve mouse positions outside the client area when dragging. -// 2016-11-12: Inputs: Only call Win32 ::SetCursor(NULL) when io.MouseDrawCursor is set. - -struct ImGui_ImplWin32_Data -{ - HWND hWnd; - HWND MouseHwnd; - bool MouseTracked; - int MouseButtonsDown; - INT64 Time; - INT64 TicksPerSecond; - ImGuiMouseCursor LastMouseCursor; - bool HasGamepad; - bool WantUpdateHasGamepad; - -#ifndef IMGUI_IMPL_WIN32_DISABLE_GAMEPAD - HMODULE XInputDLL; - PFN_XInputGetCapabilities XInputGetCapabilities; - PFN_XInputGetState XInputGetState; -#endif - - ImGui_ImplWin32_Data() { memset((void*)this, 0, sizeof(*this)); } -}; - -// Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts -// It is STRONGLY preferred that you use docking branch with multi-viewports (== single Dear ImGui context + multiple windows) instead of multiple Dear ImGui contexts. -// FIXME: multi-context support is not well tested and probably dysfunctional in this backend. -// FIXME: some shared resources (mouse cursor shape, gamepad) are mishandled when using multi-context. -static ImGui_ImplWin32_Data* ImGui_ImplWin32_GetBackendData() -{ - return ImGui::GetCurrentContext() ? (ImGui_ImplWin32_Data*)ImGui::GetIO().BackendPlatformUserData : NULL; -} - -// Functions -bool ImGui_ImplWin32_Init(void* hwnd) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(io.BackendPlatformUserData == NULL && "Already initialized a platform backend!"); - - INT64 perf_frequency, perf_counter; - if (!::QueryPerformanceFrequency((LARGE_INTEGER*)&perf_frequency)) - return false; - if (!::QueryPerformanceCounter((LARGE_INTEGER*)&perf_counter)) - return false; - - // Setup backend capabilities flags - ImGui_ImplWin32_Data* bd = IM_NEW(ImGui_ImplWin32_Data)(); - io.BackendPlatformUserData = (void*)bd; - io.BackendPlatformName = "imgui_impl_win32"; - io.BackendFlags |= ImGuiBackendFlags_HasMouseCursors; // We can honor GetMouseCursor() values (optional) - io.BackendFlags |= ImGuiBackendFlags_HasSetMousePos; // We can honor io.WantSetMousePos requests (optional, rarely used) - - bd->hWnd = (HWND)hwnd; - bd->WantUpdateHasGamepad = true; - bd->TicksPerSecond = perf_frequency; - bd->Time = perf_counter; - bd->LastMouseCursor = ImGuiMouseCursor_COUNT; - - // Set platform dependent data in viewport - ImGui::GetMainViewport()->PlatformHandleRaw = (void*)hwnd; - - // Dynamically load XInput library -#ifndef IMGUI_IMPL_WIN32_DISABLE_GAMEPAD - const char* xinput_dll_names[] = - { - "xinput1_4.dll", // Windows 8+ - "xinput1_3.dll", // DirectX SDK - "xinput9_1_0.dll", // Windows Vista, Windows 7 - "xinput1_2.dll", // DirectX SDK - "xinput1_1.dll" // DirectX SDK - }; - for (int n = 0; n < IM_ARRAYSIZE(xinput_dll_names); n++) - if (HMODULE dll = ::LoadLibraryA(xinput_dll_names[n])) - { - bd->XInputDLL = dll; - bd->XInputGetCapabilities = (PFN_XInputGetCapabilities)::GetProcAddress(dll, "XInputGetCapabilities"); - bd->XInputGetState = (PFN_XInputGetState)::GetProcAddress(dll, "XInputGetState"); - break; - } -#endif // IMGUI_IMPL_WIN32_DISABLE_GAMEPAD - - return true; -} - -void ImGui_ImplWin32_Shutdown() -{ - ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); - IM_ASSERT(bd != NULL && "No platform backend to shutdown, or already shutdown?"); - ImGuiIO& io = ImGui::GetIO(); - - // Unload XInput library -#ifndef IMGUI_IMPL_WIN32_DISABLE_GAMEPAD - if (bd->XInputDLL) - ::FreeLibrary(bd->XInputDLL); -#endif // IMGUI_IMPL_WIN32_DISABLE_GAMEPAD - - io.BackendPlatformName = NULL; - io.BackendPlatformUserData = NULL; - IM_DELETE(bd); -} - -static bool ImGui_ImplWin32_UpdateMouseCursor() -{ - ImGuiIO& io = ImGui::GetIO(); - if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) - return false; - - ImGuiMouseCursor imgui_cursor = ImGui::GetMouseCursor(); - if (imgui_cursor == ImGuiMouseCursor_None || io.MouseDrawCursor) - { - // Hide OS mouse cursor if imgui is drawing it or if it wants no cursor - ::SetCursor(NULL); - } - else - { - // Show OS mouse cursor - LPTSTR win32_cursor = IDC_ARROW; - switch (imgui_cursor) - { - case ImGuiMouseCursor_Arrow: win32_cursor = IDC_ARROW; break; - case ImGuiMouseCursor_TextInput: win32_cursor = IDC_IBEAM; break; - case ImGuiMouseCursor_ResizeAll: win32_cursor = IDC_SIZEALL; break; - case ImGuiMouseCursor_ResizeEW: win32_cursor = IDC_SIZEWE; break; - case ImGuiMouseCursor_ResizeNS: win32_cursor = IDC_SIZENS; break; - case ImGuiMouseCursor_ResizeNESW: win32_cursor = IDC_SIZENESW; break; - case ImGuiMouseCursor_ResizeNWSE: win32_cursor = IDC_SIZENWSE; break; - case ImGuiMouseCursor_Hand: win32_cursor = IDC_HAND; break; - case ImGuiMouseCursor_NotAllowed: win32_cursor = IDC_NO; break; - } - ::SetCursor(::LoadCursor(NULL, win32_cursor)); - } - return true; -} - -static bool IsVkDown(int vk) -{ - return (::GetKeyState(vk) & 0x8000) != 0; -} - -static void ImGui_ImplWin32_AddKeyEvent(ImGuiKey key, bool down, int native_keycode, int native_scancode = -1) -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddKeyEvent(key, down); - io.SetKeyEventNativeData(key, native_keycode, native_scancode); // To support legacy indexing (<1.87 user code) - IM_UNUSED(native_scancode); -} - -static void ImGui_ImplWin32_ProcessKeyEventsWorkarounds() -{ - // Left & right Shift keys: when both are pressed together, Windows tend to not generate the WM_KEYUP event for the first released one. - if (ImGui::IsKeyDown(ImGuiKey_LeftShift) && !IsVkDown(VK_LSHIFT)) - ImGui_ImplWin32_AddKeyEvent(ImGuiKey_LeftShift, false, VK_LSHIFT); - if (ImGui::IsKeyDown(ImGuiKey_RightShift) && !IsVkDown(VK_RSHIFT)) - ImGui_ImplWin32_AddKeyEvent(ImGuiKey_RightShift, false, VK_RSHIFT); - - // Sometimes WM_KEYUP for Win key is not passed down to the app (e.g. for Win+V on some setups, according to GLFW). - if (ImGui::IsKeyDown(ImGuiKey_LeftSuper) && !IsVkDown(VK_LWIN)) - ImGui_ImplWin32_AddKeyEvent(ImGuiKey_LeftSuper, false, VK_LWIN); - if (ImGui::IsKeyDown(ImGuiKey_RightSuper) && !IsVkDown(VK_RWIN)) - ImGui_ImplWin32_AddKeyEvent(ImGuiKey_RightSuper, false, VK_RWIN); -} - -static void ImGui_ImplWin32_UpdateKeyModifiers() -{ - ImGuiIO& io = ImGui::GetIO(); - io.AddKeyEvent(ImGuiKey_ModCtrl, IsVkDown(VK_CONTROL)); - io.AddKeyEvent(ImGuiKey_ModShift, IsVkDown(VK_SHIFT)); - io.AddKeyEvent(ImGuiKey_ModAlt, IsVkDown(VK_MENU)); - io.AddKeyEvent(ImGuiKey_ModSuper, IsVkDown(VK_APPS)); -} - -static void ImGui_ImplWin32_UpdateMouseData() -{ - ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); - ImGuiIO& io = ImGui::GetIO(); - IM_ASSERT(bd->hWnd != 0); - - const bool is_app_focused = (::GetForegroundWindow() == bd->hWnd); - if (is_app_focused) - { - // (Optional) Set OS mouse position from Dear ImGui if requested (rarely used, only when ImGuiConfigFlags_NavEnableSetMousePos is enabled by user) - if (io.WantSetMousePos) - { - POINT pos = { (int)io.MousePos.x, (int)io.MousePos.y }; - if (::ClientToScreen(bd->hWnd, &pos)) - ::SetCursorPos(pos.x, pos.y); - } - - // (Optional) Fallback to provide mouse position when focused (WM_MOUSEMOVE already provides this when hovered or captured) - if (!io.WantSetMousePos && !bd->MouseTracked) - { - POINT pos; - if (::GetCursorPos(&pos) && ::ScreenToClient(bd->hWnd, &pos)) - io.AddMousePosEvent((float)pos.x, (float)pos.y); - } - } -} - -// Gamepad navigation mapping -static void ImGui_ImplWin32_UpdateGamepads() -{ -#ifndef IMGUI_IMPL_WIN32_DISABLE_GAMEPAD - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); - if ((io.ConfigFlags & ImGuiConfigFlags_NavEnableGamepad) == 0) - return; - - // Calling XInputGetState() every frame on disconnected gamepads is unfortunately too slow. - // Instead we refresh gamepad availability by calling XInputGetCapabilities() _only_ after receiving WM_DEVICECHANGE. - if (bd->WantUpdateHasGamepad) - { - XINPUT_CAPABILITIES caps = {}; - bd->HasGamepad = bd->XInputGetCapabilities ? (bd->XInputGetCapabilities(0, XINPUT_FLAG_GAMEPAD, &caps) == ERROR_SUCCESS) : false; - bd->WantUpdateHasGamepad = false; - } - - io.BackendFlags &= ~ImGuiBackendFlags_HasGamepad; - XINPUT_STATE xinput_state; - XINPUT_GAMEPAD& gamepad = xinput_state.Gamepad; - if (!bd->HasGamepad || bd->XInputGetState == NULL || bd->XInputGetState(0, &xinput_state) != ERROR_SUCCESS) - return; - io.BackendFlags |= ImGuiBackendFlags_HasGamepad; - - #define IM_SATURATE(V) (V < 0.0f ? 0.0f : V > 1.0f ? 1.0f : V) - #define MAP_BUTTON(KEY_NO, BUTTON_ENUM) { io.AddKeyEvent(KEY_NO, (gamepad.wButtons & BUTTON_ENUM) != 0); } - #define MAP_ANALOG(KEY_NO, VALUE, V0, V1) { float vn = (float)(VALUE - V0) / (float)(V1 - V0); io.AddKeyAnalogEvent(KEY_NO, vn > 0.10f, IM_SATURATE(vn)); } - MAP_BUTTON(ImGuiKey_GamepadStart, XINPUT_GAMEPAD_START); - MAP_BUTTON(ImGuiKey_GamepadBack, XINPUT_GAMEPAD_BACK); - MAP_BUTTON(ImGuiKey_GamepadFaceLeft, XINPUT_GAMEPAD_X); - MAP_BUTTON(ImGuiKey_GamepadFaceRight, XINPUT_GAMEPAD_B); - MAP_BUTTON(ImGuiKey_GamepadFaceUp, XINPUT_GAMEPAD_Y); - MAP_BUTTON(ImGuiKey_GamepadFaceDown, XINPUT_GAMEPAD_A); - MAP_BUTTON(ImGuiKey_GamepadDpadLeft, XINPUT_GAMEPAD_DPAD_LEFT); - MAP_BUTTON(ImGuiKey_GamepadDpadRight, XINPUT_GAMEPAD_DPAD_RIGHT); - MAP_BUTTON(ImGuiKey_GamepadDpadUp, XINPUT_GAMEPAD_DPAD_UP); - MAP_BUTTON(ImGuiKey_GamepadDpadDown, XINPUT_GAMEPAD_DPAD_DOWN); - MAP_BUTTON(ImGuiKey_GamepadL1, XINPUT_GAMEPAD_LEFT_SHOULDER); - MAP_BUTTON(ImGuiKey_GamepadR1, XINPUT_GAMEPAD_RIGHT_SHOULDER); - MAP_ANALOG(ImGuiKey_GamepadL2, gamepad.bLeftTrigger, XINPUT_GAMEPAD_TRIGGER_THRESHOLD, 255); - MAP_ANALOG(ImGuiKey_GamepadR2, gamepad.bRightTrigger, XINPUT_GAMEPAD_TRIGGER_THRESHOLD, 255); - MAP_BUTTON(ImGuiKey_GamepadL3, XINPUT_GAMEPAD_LEFT_THUMB); - MAP_BUTTON(ImGuiKey_GamepadR3, XINPUT_GAMEPAD_RIGHT_THUMB); - MAP_ANALOG(ImGuiKey_GamepadLStickLeft, gamepad.sThumbLX, -XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, -32768); - MAP_ANALOG(ImGuiKey_GamepadLStickRight, gamepad.sThumbLX, +XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, +32767); - MAP_ANALOG(ImGuiKey_GamepadLStickUp, gamepad.sThumbLY, +XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, +32767); - MAP_ANALOG(ImGuiKey_GamepadLStickDown, gamepad.sThumbLY, -XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, -32768); - MAP_ANALOG(ImGuiKey_GamepadRStickLeft, gamepad.sThumbRX, -XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, -32768); - MAP_ANALOG(ImGuiKey_GamepadRStickRight, gamepad.sThumbRX, +XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, +32767); - MAP_ANALOG(ImGuiKey_GamepadRStickUp, gamepad.sThumbRY, +XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, +32767); - MAP_ANALOG(ImGuiKey_GamepadRStickDown, gamepad.sThumbRY, -XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, -32768); - #undef MAP_BUTTON - #undef MAP_ANALOG -#endif // #ifndef IMGUI_IMPL_WIN32_DISABLE_GAMEPAD -} - -void ImGui_ImplWin32_NewFrame() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); - IM_ASSERT(bd != NULL && "Did you call ImGui_ImplWin32_Init()?"); - - // Setup display size (every frame to accommodate for window resizing) - RECT rect = { 0, 0, 0, 0 }; - ::GetClientRect(bd->hWnd, &rect); - io.DisplaySize = ImVec2((float)(rect.right - rect.left), (float)(rect.bottom - rect.top)); - - // Setup time step - INT64 current_time = 0; - ::QueryPerformanceCounter((LARGE_INTEGER*)¤t_time); - io.DeltaTime = (float)(current_time - bd->Time) / bd->TicksPerSecond; - bd->Time = current_time; - - // Update OS mouse position - ImGui_ImplWin32_UpdateMouseData(); - - // Process workarounds for known Windows key handling issues - ImGui_ImplWin32_ProcessKeyEventsWorkarounds(); - - // Update OS mouse cursor with the cursor requested by imgui - ImGuiMouseCursor mouse_cursor = io.MouseDrawCursor ? ImGuiMouseCursor_None : ImGui::GetMouseCursor(); - if (bd->LastMouseCursor != mouse_cursor) - { - bd->LastMouseCursor = mouse_cursor; - ImGui_ImplWin32_UpdateMouseCursor(); - } - - // Update game controllers (if enabled and available) - ImGui_ImplWin32_UpdateGamepads(); -} - -// There is no distinct VK_xxx for keypad enter, instead it is VK_RETURN + KF_EXTENDED, we assign it an arbitrary value to make code more readable (VK_ codes go up to 255) -#define IM_VK_KEYPAD_ENTER (VK_RETURN + 256) - -// Map VK_xxx to ImGuiKey_xxx. -static ImGuiKey ImGui_ImplWin32_VirtualKeyToImGuiKey(WPARAM wParam) -{ - switch (wParam) - { - case VK_TAB: return ImGuiKey_Tab; - case VK_LEFT: return ImGuiKey_LeftArrow; - case VK_RIGHT: return ImGuiKey_RightArrow; - case VK_UP: return ImGuiKey_UpArrow; - case VK_DOWN: return ImGuiKey_DownArrow; - case VK_PRIOR: return ImGuiKey_PageUp; - case VK_NEXT: return ImGuiKey_PageDown; - case VK_HOME: return ImGuiKey_Home; - case VK_END: return ImGuiKey_End; - case VK_INSERT: return ImGuiKey_Insert; - case VK_DELETE: return ImGuiKey_Delete; - case VK_BACK: return ImGuiKey_Backspace; - case VK_SPACE: return ImGuiKey_Space; - case VK_RETURN: return ImGuiKey_Enter; - case VK_ESCAPE: return ImGuiKey_Escape; - case VK_OEM_7: return ImGuiKey_Apostrophe; - case VK_OEM_COMMA: return ImGuiKey_Comma; - case VK_OEM_MINUS: return ImGuiKey_Minus; - case VK_OEM_PERIOD: return ImGuiKey_Period; - case VK_OEM_2: return ImGuiKey_Slash; - case VK_OEM_1: return ImGuiKey_Semicolon; - case VK_OEM_PLUS: return ImGuiKey_Equal; - case VK_OEM_4: return ImGuiKey_LeftBracket; - case VK_OEM_5: return ImGuiKey_Backslash; - case VK_OEM_6: return ImGuiKey_RightBracket; - case VK_OEM_3: return ImGuiKey_GraveAccent; - case VK_CAPITAL: return ImGuiKey_CapsLock; - case VK_SCROLL: return ImGuiKey_ScrollLock; - case VK_NUMLOCK: return ImGuiKey_NumLock; - case VK_SNAPSHOT: return ImGuiKey_PrintScreen; - case VK_PAUSE: return ImGuiKey_Pause; - case VK_NUMPAD0: return ImGuiKey_Keypad0; - case VK_NUMPAD1: return ImGuiKey_Keypad1; - case VK_NUMPAD2: return ImGuiKey_Keypad2; - case VK_NUMPAD3: return ImGuiKey_Keypad3; - case VK_NUMPAD4: return ImGuiKey_Keypad4; - case VK_NUMPAD5: return ImGuiKey_Keypad5; - case VK_NUMPAD6: return ImGuiKey_Keypad6; - case VK_NUMPAD7: return ImGuiKey_Keypad7; - case VK_NUMPAD8: return ImGuiKey_Keypad8; - case VK_NUMPAD9: return ImGuiKey_Keypad9; - case VK_DECIMAL: return ImGuiKey_KeypadDecimal; - case VK_DIVIDE: return ImGuiKey_KeypadDivide; - case VK_MULTIPLY: return ImGuiKey_KeypadMultiply; - case VK_SUBTRACT: return ImGuiKey_KeypadSubtract; - case VK_ADD: return ImGuiKey_KeypadAdd; - case IM_VK_KEYPAD_ENTER: return ImGuiKey_KeypadEnter; - case VK_LSHIFT: return ImGuiKey_LeftShift; - case VK_LCONTROL: return ImGuiKey_LeftCtrl; - case VK_LMENU: return ImGuiKey_LeftAlt; - case VK_LWIN: return ImGuiKey_LeftSuper; - case VK_RSHIFT: return ImGuiKey_RightShift; - case VK_RCONTROL: return ImGuiKey_RightCtrl; - case VK_RMENU: return ImGuiKey_RightAlt; - case VK_RWIN: return ImGuiKey_RightSuper; - case VK_APPS: return ImGuiKey_Menu; - case '0': return ImGuiKey_0; - case '1': return ImGuiKey_1; - case '2': return ImGuiKey_2; - case '3': return ImGuiKey_3; - case '4': return ImGuiKey_4; - case '5': return ImGuiKey_5; - case '6': return ImGuiKey_6; - case '7': return ImGuiKey_7; - case '8': return ImGuiKey_8; - case '9': return ImGuiKey_9; - case 'A': return ImGuiKey_A; - case 'B': return ImGuiKey_B; - case 'C': return ImGuiKey_C; - case 'D': return ImGuiKey_D; - case 'E': return ImGuiKey_E; - case 'F': return ImGuiKey_F; - case 'G': return ImGuiKey_G; - case 'H': return ImGuiKey_H; - case 'I': return ImGuiKey_I; - case 'J': return ImGuiKey_J; - case 'K': return ImGuiKey_K; - case 'L': return ImGuiKey_L; - case 'M': return ImGuiKey_M; - case 'N': return ImGuiKey_N; - case 'O': return ImGuiKey_O; - case 'P': return ImGuiKey_P; - case 'Q': return ImGuiKey_Q; - case 'R': return ImGuiKey_R; - case 'S': return ImGuiKey_S; - case 'T': return ImGuiKey_T; - case 'U': return ImGuiKey_U; - case 'V': return ImGuiKey_V; - case 'W': return ImGuiKey_W; - case 'X': return ImGuiKey_X; - case 'Y': return ImGuiKey_Y; - case 'Z': return ImGuiKey_Z; - case VK_F1: return ImGuiKey_F1; - case VK_F2: return ImGuiKey_F2; - case VK_F3: return ImGuiKey_F3; - case VK_F4: return ImGuiKey_F4; - case VK_F5: return ImGuiKey_F5; - case VK_F6: return ImGuiKey_F6; - case VK_F7: return ImGuiKey_F7; - case VK_F8: return ImGuiKey_F8; - case VK_F9: return ImGuiKey_F9; - case VK_F10: return ImGuiKey_F10; - case VK_F11: return ImGuiKey_F11; - case VK_F12: return ImGuiKey_F12; - default: return ImGuiKey_None; - } -} - -// Allow compilation with old Windows SDK. MinGW doesn't have default _WIN32_WINNT/WINVER versions. -#ifndef WM_MOUSEHWHEEL -#define WM_MOUSEHWHEEL 0x020E -#endif -#ifndef DBT_DEVNODES_CHANGED -#define DBT_DEVNODES_CHANGED 0x0007 -#endif - -// Win32 message handler (process Win32 mouse/keyboard inputs, etc.) -// Call from your application's message handler. Keep calling your message handler unless this function returns TRUE. -// When implementing your own backend, you can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if Dear ImGui wants to use your inputs. -// - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. -// - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. -// Generally you may always pass all inputs to Dear ImGui, and hide them from your application based on those two flags. -// PS: In this Win32 handler, we use the capture API (GetCapture/SetCapture/ReleaseCapture) to be able to read mouse coordinates when dragging mouse outside of our window bounds. -// PS: We treat DBLCLK messages as regular mouse down messages, so this code will work on windows classes that have the CS_DBLCLKS flag set. Our own example app code doesn't set this flag. -#if 0 -// Copy this line into your .cpp file to forward declare the function. -extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); -#endif -IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) -{ - if (ImGui::GetCurrentContext() == NULL) - return 0; - - ImGuiIO& io = ImGui::GetIO(); - ImGui_ImplWin32_Data* bd = ImGui_ImplWin32_GetBackendData(); - - switch (msg) - { - case WM_MOUSEMOVE: - // We need to call TrackMouseEvent in order to receive WM_MOUSELEAVE events - bd->MouseHwnd = hwnd; - if (!bd->MouseTracked) - { - TRACKMOUSEEVENT tme = { sizeof(tme), TME_LEAVE, hwnd, 0 }; - ::TrackMouseEvent(&tme); - bd->MouseTracked = true; - } - io.AddMousePosEvent((float)GET_X_LPARAM(lParam), (float)GET_Y_LPARAM(lParam)); - break; - case WM_MOUSELEAVE: - if (bd->MouseHwnd == hwnd) - bd->MouseHwnd = NULL; - bd->MouseTracked = false; - io.AddMousePosEvent(-FLT_MAX, -FLT_MAX); - break; - case WM_LBUTTONDOWN: case WM_LBUTTONDBLCLK: - case WM_RBUTTONDOWN: case WM_RBUTTONDBLCLK: - case WM_MBUTTONDOWN: case WM_MBUTTONDBLCLK: - case WM_XBUTTONDOWN: case WM_XBUTTONDBLCLK: - { - int button = 0; - if (msg == WM_LBUTTONDOWN || msg == WM_LBUTTONDBLCLK) { button = 0; } - if (msg == WM_RBUTTONDOWN || msg == WM_RBUTTONDBLCLK) { button = 1; } - if (msg == WM_MBUTTONDOWN || msg == WM_MBUTTONDBLCLK) { button = 2; } - if (msg == WM_XBUTTONDOWN || msg == WM_XBUTTONDBLCLK) { button = (GET_XBUTTON_WPARAM(wParam) == XBUTTON1) ? 3 : 4; } - if (bd->MouseButtonsDown == 0 && ::GetCapture() == NULL) - ::SetCapture(hwnd); - bd->MouseButtonsDown |= 1 << button; - io.AddMouseButtonEvent(button, true); - return 0; - } - case WM_LBUTTONUP: - case WM_RBUTTONUP: - case WM_MBUTTONUP: - case WM_XBUTTONUP: - { - int button = 0; - if (msg == WM_LBUTTONUP) { button = 0; } - if (msg == WM_RBUTTONUP) { button = 1; } - if (msg == WM_MBUTTONUP) { button = 2; } - if (msg == WM_XBUTTONUP) { button = (GET_XBUTTON_WPARAM(wParam) == XBUTTON1) ? 3 : 4; } - bd->MouseButtonsDown &= ~(1 << button); - if (bd->MouseButtonsDown == 0 && ::GetCapture() == hwnd) - ::ReleaseCapture(); - io.AddMouseButtonEvent(button, false); - return 0; - } - case WM_MOUSEWHEEL: - io.AddMouseWheelEvent(0.0f, (float)GET_WHEEL_DELTA_WPARAM(wParam) / (float)WHEEL_DELTA); - return 0; - case WM_MOUSEHWHEEL: - io.AddMouseWheelEvent((float)GET_WHEEL_DELTA_WPARAM(wParam) / (float)WHEEL_DELTA, 0.0f); - return 0; - case WM_KEYDOWN: - case WM_KEYUP: - case WM_SYSKEYDOWN: - case WM_SYSKEYUP: - { - const bool is_key_down = (msg == WM_KEYDOWN || msg == WM_SYSKEYDOWN); - if (wParam < 256) - { - // Submit modifiers - ImGui_ImplWin32_UpdateKeyModifiers(); - - // Obtain virtual key code - // (keypad enter doesn't have its own... VK_RETURN with KF_EXTENDED flag means keypad enter, see IM_VK_KEYPAD_ENTER definition for details, it is mapped to ImGuiKey_KeyPadEnter.) - int vk = (int)wParam; - if ((wParam == VK_RETURN) && (HIWORD(lParam) & KF_EXTENDED)) - vk = IM_VK_KEYPAD_ENTER; - - // Submit key event - const ImGuiKey key = ImGui_ImplWin32_VirtualKeyToImGuiKey(vk); - const int scancode = (int)LOBYTE(HIWORD(lParam)); - if (key != ImGuiKey_None) - ImGui_ImplWin32_AddKeyEvent(key, is_key_down, vk, scancode); - - // Submit individual left/right modifier events - if (vk == VK_SHIFT) - { - // Important: Shift keys tend to get stuck when pressed together, missing key-up events are corrected in ImGui_ImplWin32_ProcessKeyEventsWorkarounds() - if (IsVkDown(VK_LSHIFT) == is_key_down) { ImGui_ImplWin32_AddKeyEvent(ImGuiKey_LeftShift, is_key_down, VK_LSHIFT, scancode); } - if (IsVkDown(VK_RSHIFT) == is_key_down) { ImGui_ImplWin32_AddKeyEvent(ImGuiKey_RightShift, is_key_down, VK_RSHIFT, scancode); } - } - else if (vk == VK_CONTROL) - { - if (IsVkDown(VK_LCONTROL) == is_key_down) { ImGui_ImplWin32_AddKeyEvent(ImGuiKey_LeftCtrl, is_key_down, VK_LCONTROL, scancode); } - if (IsVkDown(VK_RCONTROL) == is_key_down) { ImGui_ImplWin32_AddKeyEvent(ImGuiKey_RightCtrl, is_key_down, VK_RCONTROL, scancode); } - } - else if (vk == VK_MENU) - { - if (IsVkDown(VK_LMENU) == is_key_down) { ImGui_ImplWin32_AddKeyEvent(ImGuiKey_LeftAlt, is_key_down, VK_LMENU, scancode); } - if (IsVkDown(VK_RMENU) == is_key_down) { ImGui_ImplWin32_AddKeyEvent(ImGuiKey_RightAlt, is_key_down, VK_RMENU, scancode); } - } - } - return 0; - } - case WM_SETFOCUS: - case WM_KILLFOCUS: - io.AddFocusEvent(msg == WM_SETFOCUS); - return 0; - case WM_CHAR: - // You can also use ToAscii()+GetKeyboardState() to retrieve characters. - if (wParam > 0 && wParam < 0x10000) - io.AddInputCharacterUTF16((unsigned short)wParam); - return 0; - case WM_SETCURSOR: - // This is required to restore cursor when transitioning from e.g resize borders to client area. - if (LOWORD(lParam) == HTCLIENT && ImGui_ImplWin32_UpdateMouseCursor()) - return 1; - return 0; - case WM_DEVICECHANGE: - if ((UINT)wParam == DBT_DEVNODES_CHANGED) - bd->WantUpdateHasGamepad = true; - return 0; - } - return 0; -} - - -//-------------------------------------------------------------------------------------------------------- -// DPI-related helpers (optional) -//-------------------------------------------------------------------------------------------------------- -// - Use to enable DPI awareness without having to create an application manifest. -// - Your own app may already do this via a manifest or explicit calls. This is mostly useful for our examples/ apps. -// - In theory we could call simple functions from Windows SDK such as SetProcessDPIAware(), SetProcessDpiAwareness(), etc. -// but most of the functions provided by Microsoft require Windows 8.1/10+ SDK at compile time and Windows 8/10+ at runtime, -// neither we want to require the user to have. So we dynamically select and load those functions to avoid dependencies. -//--------------------------------------------------------------------------------------------------------- -// This is the scheme successfully used by GLFW (from which we borrowed some of the code) and other apps aiming to be highly portable. -// ImGui_ImplWin32_EnableDpiAwareness() is just a helper called by main.cpp, we don't call it automatically. -// If you are trying to implement your own backend for your own engine, you may ignore that noise. -//--------------------------------------------------------------------------------------------------------- - -// Perform our own check with RtlVerifyVersionInfo() instead of using functions from as they -// require a manifest to be functional for checks above 8.1. See https://github.com/ocornut/imgui/issues/4200 -static BOOL _IsWindowsVersionOrGreater(WORD major, WORD minor, WORD) -{ - typedef LONG(WINAPI* PFN_RtlVerifyVersionInfo)(OSVERSIONINFOEXW*, ULONG, ULONGLONG); - static PFN_RtlVerifyVersionInfo RtlVerifyVersionInfoFn = NULL; - if (RtlVerifyVersionInfoFn == NULL) - if (HMODULE ntdllModule = ::GetModuleHandleA("ntdll.dll")) - RtlVerifyVersionInfoFn = (PFN_RtlVerifyVersionInfo)GetProcAddress(ntdllModule, "RtlVerifyVersionInfo"); - if (RtlVerifyVersionInfoFn == NULL) - return FALSE; - - RTL_OSVERSIONINFOEXW versionInfo = { }; - ULONGLONG conditionMask = 0; - versionInfo.dwOSVersionInfoSize = sizeof(RTL_OSVERSIONINFOEXW); - versionInfo.dwMajorVersion = major; - versionInfo.dwMinorVersion = minor; - VER_SET_CONDITION(conditionMask, VER_MAJORVERSION, VER_GREATER_EQUAL); - VER_SET_CONDITION(conditionMask, VER_MINORVERSION, VER_GREATER_EQUAL); - return (RtlVerifyVersionInfoFn(&versionInfo, VER_MAJORVERSION | VER_MINORVERSION, conditionMask) == 0) ? TRUE : FALSE; -} - -#define _IsWindowsVistaOrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0600), LOBYTE(0x0600), 0) // _WIN32_WINNT_VISTA -#define _IsWindows8OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0602), LOBYTE(0x0602), 0) // _WIN32_WINNT_WIN8 -#define _IsWindows8Point1OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0603), LOBYTE(0x0603), 0) // _WIN32_WINNT_WINBLUE -#define _IsWindows10OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0A00), LOBYTE(0x0A00), 0) // _WIN32_WINNT_WINTHRESHOLD / _WIN32_WINNT_WIN10 - -#ifndef DPI_ENUMS_DECLARED -typedef enum { PROCESS_DPI_UNAWARE = 0, PROCESS_SYSTEM_DPI_AWARE = 1, PROCESS_PER_MONITOR_DPI_AWARE = 2 } PROCESS_DPI_AWARENESS; -typedef enum { MDT_EFFECTIVE_DPI = 0, MDT_ANGULAR_DPI = 1, MDT_RAW_DPI = 2, MDT_DEFAULT = MDT_EFFECTIVE_DPI } MONITOR_DPI_TYPE; -#endif -#ifndef _DPI_AWARENESS_CONTEXTS_ -DECLARE_HANDLE(DPI_AWARENESS_CONTEXT); -#define DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE (DPI_AWARENESS_CONTEXT)-3 -#endif -#ifndef DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 -#define DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 (DPI_AWARENESS_CONTEXT)-4 -#endif -typedef HRESULT(WINAPI* PFN_SetProcessDpiAwareness)(PROCESS_DPI_AWARENESS); // Shcore.lib + dll, Windows 8.1+ -typedef HRESULT(WINAPI* PFN_GetDpiForMonitor)(HMONITOR, MONITOR_DPI_TYPE, UINT*, UINT*); // Shcore.lib + dll, Windows 8.1+ -typedef DPI_AWARENESS_CONTEXT(WINAPI* PFN_SetThreadDpiAwarenessContext)(DPI_AWARENESS_CONTEXT); // User32.lib + dll, Windows 10 v1607+ (Creators Update) - -// Helper function to enable DPI awareness without setting up a manifest -void ImGui_ImplWin32_EnableDpiAwareness() -{ - if (_IsWindows10OrGreater()) - { - static HINSTANCE user32_dll = ::LoadLibraryA("user32.dll"); // Reference counted per-process - if (PFN_SetThreadDpiAwarenessContext SetThreadDpiAwarenessContextFn = (PFN_SetThreadDpiAwarenessContext)::GetProcAddress(user32_dll, "SetThreadDpiAwarenessContext")) - { - SetThreadDpiAwarenessContextFn(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2); - return; - } - } - if (_IsWindows8Point1OrGreater()) - { - static HINSTANCE shcore_dll = ::LoadLibraryA("shcore.dll"); // Reference counted per-process - if (PFN_SetProcessDpiAwareness SetProcessDpiAwarenessFn = (PFN_SetProcessDpiAwareness)::GetProcAddress(shcore_dll, "SetProcessDpiAwareness")) - { - SetProcessDpiAwarenessFn(PROCESS_PER_MONITOR_DPI_AWARE); - return; - } - } -#if _WIN32_WINNT >= 0x0600 - ::SetProcessDPIAware(); -#endif -} - -#if defined(_MSC_VER) && !defined(NOGDI) -#pragma comment(lib, "gdi32") // Link with gdi32.lib for GetDeviceCaps(). MinGW will require linking with '-lgdi32' -#endif - -float ImGui_ImplWin32_GetDpiScaleForMonitor(void* monitor) -{ - UINT xdpi = 96, ydpi = 96; - if (_IsWindows8Point1OrGreater()) - { - static HINSTANCE shcore_dll = ::LoadLibraryA("shcore.dll"); // Reference counted per-process - static PFN_GetDpiForMonitor GetDpiForMonitorFn = NULL; - if (GetDpiForMonitorFn == NULL && shcore_dll != NULL) - GetDpiForMonitorFn = (PFN_GetDpiForMonitor)::GetProcAddress(shcore_dll, "GetDpiForMonitor"); - if (GetDpiForMonitorFn != NULL) - { - GetDpiForMonitorFn((HMONITOR)monitor, MDT_EFFECTIVE_DPI, &xdpi, &ydpi); - IM_ASSERT(xdpi == ydpi); // Please contact me if you hit this assert! - return xdpi / 96.0f; - } - } -#ifndef NOGDI - const HDC dc = ::GetDC(NULL); - xdpi = ::GetDeviceCaps(dc, LOGPIXELSX); - ydpi = ::GetDeviceCaps(dc, LOGPIXELSY); - IM_ASSERT(xdpi == ydpi); // Please contact me if you hit this assert! - ::ReleaseDC(NULL, dc); -#endif - return xdpi / 96.0f; -} - -float ImGui_ImplWin32_GetDpiScaleForHwnd(void* hwnd) -{ - HMONITOR monitor = ::MonitorFromWindow((HWND)hwnd, MONITOR_DEFAULTTONEAREST); - return ImGui_ImplWin32_GetDpiScaleForMonitor(monitor); -} - -//--------------------------------------------------------------------------------------------------------- -// Transparency related helpers (optional) -//-------------------------------------------------------------------------------------------------------- - -#if defined(_MSC_VER) -#pragma comment(lib, "dwmapi") // Link with dwmapi.lib. MinGW will require linking with '-ldwmapi' -#endif - -// [experimental] -// Borrowed from GLFW's function updateFramebufferTransparency() in src/win32_window.c -// (the Dwm* functions are Vista era functions but we are borrowing logic from GLFW) -void ImGui_ImplWin32_EnableAlphaCompositing(void* hwnd) -{ - if (!_IsWindowsVistaOrGreater()) - return; - - BOOL composition; - if (FAILED(::DwmIsCompositionEnabled(&composition)) || !composition) - return; - - BOOL opaque; - DWORD color; - if (_IsWindows8OrGreater() || (SUCCEEDED(::DwmGetColorizationColor(&color, &opaque)) && !opaque)) - { - HRGN region = ::CreateRectRgn(0, 0, -1, -1); - DWM_BLURBEHIND bb = {}; - bb.dwFlags = DWM_BB_ENABLE | DWM_BB_BLURREGION; - bb.hRgnBlur = region; - bb.fEnable = TRUE; - ::DwmEnableBlurBehindWindow((HWND)hwnd, &bb); - ::DeleteObject(region); - } - else - { - DWM_BLURBEHIND bb = {}; - bb.dwFlags = DWM_BB_ENABLE; - ::DwmEnableBlurBehindWindow((HWND)hwnd, &bb); - } -} - -//--------------------------------------------------------------------------------------------------------- diff --git a/external/imgui/backends/imgui_impl_win32.h b/external/imgui/backends/imgui_impl_win32.h deleted file mode 100644 index 082461dd..00000000 --- a/external/imgui/backends/imgui_impl_win32.h +++ /dev/null @@ -1,44 +0,0 @@ -// dear imgui: Platform Backend for Windows (standard windows API for 32 and 64 bits applications) -// This needs to be used along with a Renderer (e.g. DirectX11, OpenGL3, Vulkan..) - -// Implemented features: -// [X] Platform: Clipboard support (for Win32 this is actually part of core dear imgui) -// [X] Platform: Keyboard support. Since 1.87 we are using the io.AddKeyEvent() function. Pass ImGuiKey values to all key functions e.g. ImGui::IsKeyPressed(ImGuiKey_Space). [Legacy VK_* values will also be supported unless IMGUI_DISABLE_OBSOLETE_KEYIO is set] -// [X] Platform: Gamepad support. Enabled with 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad'. -// [X] Platform: Mouse cursor shape and visibility. Disable with 'io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange'. - -// You can use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this. -// Prefer including the entire imgui/ repository into your project (either as a copy or as a submodule), and only build the backends you need. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#pragma once -#include "imgui.h" // IMGUI_IMPL_API - -IMGUI_IMPL_API bool ImGui_ImplWin32_Init(void* hwnd); -IMGUI_IMPL_API void ImGui_ImplWin32_Shutdown(); -IMGUI_IMPL_API void ImGui_ImplWin32_NewFrame(); - -// Win32 message handler your application need to call. -// - Intentionally commented out in a '#if 0' block to avoid dragging dependencies on from this helper. -// - You should COPY the line below into your .cpp code to forward declare the function and then you can call it. -// - Call from your application's message handler. Keep calling your message handler unless this function returns TRUE. - -#if 0 -extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); -#endif - -// DPI-related helpers (optional) -// - Use to enable DPI awareness without having to create an application manifest. -// - Your own app may already do this via a manifest or explicit calls. This is mostly useful for our examples/ apps. -// - In theory we could call simple functions from Windows SDK such as SetProcessDPIAware(), SetProcessDpiAwareness(), etc. -// but most of the functions provided by Microsoft require Windows 8.1/10+ SDK at compile time and Windows 8/10+ at runtime, -// neither we want to require the user to have. So we dynamically select and load those functions to avoid dependencies. -IMGUI_IMPL_API void ImGui_ImplWin32_EnableDpiAwareness(); -IMGUI_IMPL_API float ImGui_ImplWin32_GetDpiScaleForHwnd(void* hwnd); // HWND hwnd -IMGUI_IMPL_API float ImGui_ImplWin32_GetDpiScaleForMonitor(void* monitor); // HMONITOR monitor - -// Transparency related helpers (optional) [experimental] -// - Use to enable alpha compositing transparency with the desktop. -// - Use together with e.g. clearing your framebuffer with zero-alpha. -IMGUI_IMPL_API void ImGui_ImplWin32_EnableAlphaCompositing(void* hwnd); // HWND hwnd diff --git a/external/imgui/backends/vulkan/generate_spv.sh b/external/imgui/backends/vulkan/generate_spv.sh deleted file mode 100644 index 948ef773..00000000 --- a/external/imgui/backends/vulkan/generate_spv.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -## -V: create SPIR-V binary -## -x: save binary output as text-based 32-bit hexadecimal numbers -## -o: output file -glslangValidator -V -x -o glsl_shader.frag.u32 glsl_shader.frag -glslangValidator -V -x -o glsl_shader.vert.u32 glsl_shader.vert diff --git a/external/imgui/backends/vulkan/glsl_shader.frag b/external/imgui/backends/vulkan/glsl_shader.frag deleted file mode 100644 index ce7e6f72..00000000 --- a/external/imgui/backends/vulkan/glsl_shader.frag +++ /dev/null @@ -1,14 +0,0 @@ -#version 450 core -layout(location = 0) out vec4 fColor; - -layout(set=0, binding=0) uniform sampler2D sTexture; - -layout(location = 0) in struct { - vec4 Color; - vec2 UV; -} In; - -void main() -{ - fColor = In.Color * texture(sTexture, In.UV.st); -} diff --git a/external/imgui/backends/vulkan/glsl_shader.vert b/external/imgui/backends/vulkan/glsl_shader.vert deleted file mode 100644 index 9425365a..00000000 --- a/external/imgui/backends/vulkan/glsl_shader.vert +++ /dev/null @@ -1,25 +0,0 @@ -#version 450 core -layout(location = 0) in vec2 aPos; -layout(location = 1) in vec2 aUV; -layout(location = 2) in vec4 aColor; - -layout(push_constant) uniform uPushConstant { - vec2 uScale; - vec2 uTranslate; -} pc; - -out gl_PerVertex { - vec4 gl_Position; -}; - -layout(location = 0) out struct { - vec4 Color; - vec2 UV; -} Out; - -void main() -{ - Out.Color = aColor; - Out.UV = aUV; - gl_Position = vec4(aPos * pc.uScale + pc.uTranslate, 0, 1); -} diff --git a/external/imgui/docs/BACKENDS.md b/external/imgui/docs/BACKENDS.md deleted file mode 100644 index cac11b6c..00000000 --- a/external/imgui/docs/BACKENDS.md +++ /dev/null @@ -1,144 +0,0 @@ -_(You may browse this at https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md or view this file with any Markdown viewer)_ - -## Dear ImGui: Backends - -**The backends/ folder contains backends for popular platforms/graphics API, which you can use in -your application or engine to easily integrate Dear ImGui.** Each backend is typically self-contained in a pair of files: imgui_impl_XXXX.cpp + imgui_impl_XXXX.h. - -- The 'Platform' backends are in charge of: mouse/keyboard/gamepad inputs, cursor shape, timing, windowing.
- e.g. Windows ([imgui_impl_win32.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_win32.cpp)), GLFW ([imgui_impl_glfw.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_glfw.cpp)), SDL2 ([imgui_impl_sdl.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_sdl.cpp)), etc. - -- The 'Renderer' backends are in charge of: creating atlas texture, rendering imgui draw data.
- e.g. DirectX11 ([imgui_impl_dx11.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_dx11.cpp)), OpenGL/WebGL ([imgui_impl_opengl3.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_opengl3.cpp)), Vulkan ([imgui_impl_vulkan.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_vulkan.cpp)), etc. - -- For some high-level frameworks, a single backend usually handle both 'Platform' and 'Renderer' parts.
- e.g. Allegro 5 ([imgui_impl_allegro5.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_allegro5.cpp)). If you end up creating a custom backend for your engine, you may want to do the same. - -An application usually combines 1 Platform backend + 1 Renderer backend + main Dear ImGui sources. -For example, the [example_win32_directx11](https://github.com/ocornut/imgui/tree/master/examples/example_win32_directx11) application combines imgui_impl_win32.cpp + imgui_impl_dx11.cpp. There are 20+ examples in the [examples/](https://github.com/ocornut/imgui/blob/master/examples/) folder. See [EXAMPLES.MD](https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md) for details. - -**Once Dear ImGui is setup and running, run and refer to `ImGui::ShowDemoWindow()` in imgui_demo.cpp for usage of the end-user API.** - - -### What are backends - -Dear ImGui is highly portable and only requires a few things to run and render, typically: - - - Required: providing mouse/keyboard inputs (fed into the `ImGuiIO` structure). - - Required: uploading the font atlas texture into graphics memory. - - Required: rendering indexed textured triangles with a clipping rectangle. - - Extra features are opt-in, our backends try to support as many as possible: - - - Optional: custom texture binding support. - - Optional: clipboard support. - - Optional: gamepad support. - - Optional: mouse cursor shape support. - - Optional: IME support. - - Optional: multi-viewports support. - etc. - -This is essentially what each backend is doing + obligatory portability cruft. Using default backends ensure you can get all those features including the ones that would be harder to implement on your side (e.g. multi-viewports support). - -It is important to understand the difference between the core Dear ImGui library (files in the root folder) -and backends which we are describing here (backends/ folder). - -- Some issues may only be backend or platform specific. -- You should be able to write backends for pretty much any platform and any 3D graphics API. - e.g. you can get creative and use software rendering or render remotely on a different machine. - - -### Integrating a backend - -See "Getting Started" section of [EXAMPLES.MD](https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md) for more details. - - -### List of backends - -In the [backends/](https://github.com/ocornut/imgui/blob/master/backends) folder: - -List of Platforms Backends: - - imgui_impl_android.cpp ; Android native app API - imgui_impl_glfw.cpp ; GLFW (Windows, macOS, Linux, etc.) http://www.glfw.org/ - imgui_impl_osx.mm ; macOS native API (not as feature complete as glfw/sdl backends) - imgui_impl_sdl.cpp ; SDL2 (Windows, macOS, Linux, iOS, Android) https://www.libsdl.org - imgui_impl_win32.cpp ; Win32 native API (Windows) - imgui_impl_glut.cpp ; GLUT/FreeGLUT (this is prehistoric software and absolutely not recommended today!) - -List of Renderer Backends: - - imgui_impl_dx9.cpp ; DirectX9 - imgui_impl_dx10.cpp ; DirectX10 - imgui_impl_dx11.cpp ; DirectX11 - imgui_impl_dx12.cpp ; DirectX12 - imgui_impl_metal.mm ; Metal (with ObjC) - imgui_impl_opengl2.cpp ; OpenGL 2 (legacy, fixed pipeline <- don't use with modern OpenGL context) - imgui_impl_opengl3.cpp ; OpenGL 3/4, OpenGL ES 2, OpenGL ES 3 (modern programmable pipeline) - imgui_impl_sdlrenderer.cpp; SDL_Renderer (optional component of SDL2 available from SDL 2.0.18+) - imgui_impl_vulkan.cpp ; Vulkan - imgui_impl_wgpu.cpp ; WebGPU - -List of high-level Frameworks Backends (combining Platform + Renderer): - - imgui_impl_allegro5.cpp - -Emscripten is also supported. -The [example_emscripten_opengl3](https://github.com/ocornut/imgui/tree/master/examples/example_emscripten_opengl3) app uses imgui_impl_sdl.cpp + imgui_impl_opengl3.cpp, but other combos are possible. - -### Backends for third-party frameworks, graphics API or other languages - -See https://github.com/ocornut/imgui/wiki/Bindings for the full list (e.g. Adventure Game Studio, Cinder, Cocos2d-x, Game Maker Studio2, Godot, LÖVE+LUA, Magnum, Monogame, Ogre, openFrameworks, OpenSceneGraph, SFML, Sokol, Unity, Unreal Engine and many others). - -### Recommended Backends - -If you are not sure which backend to use, the recommended platform/frameworks for portable applications: - -|Library |Website |Backend |Note | -|--------|--------|--------|-----| -| GLFW | https://github.com/glfw/glfw | imgui_impl_glfw.cpp | | -| SDL2 | https://www.libsdl.org | imgui_impl_sdl.cpp | | -| Sokol | https://github.com/floooh/sokol | [util/sokol_imgui.h](https://github.com/floooh/sokol/blob/master/util/sokol_imgui.h) | Lower-level than GLFW/SDL | - - -### Using a custom engine? - -You will likely be tempted to start by rewrite your own backend using your own custom/high-level facilities...
-Think twice! - -If you are new to Dear ImGui, first try using the existing backends as-is. -You will save lots of time integrating the library. -You can LATER decide to rewrite yourself a custom backend if you really need to. -In most situations, custom backends have less features and more bugs than the standard backends we provide. -If you want portability, you can use multiple backends and choose between them either at compile time -or at runtime. - -**Example A**: your engine is built over Windows + DirectX11 but you have your own high-level rendering -system layered over DirectX11.
-Suggestion: try using imgui_impl_win32.cpp + imgui_impl_dx11.cpp first. -Once it works, if you really need it you can replace the imgui_impl_dx11.cpp code with a -custom renderer using your own rendering functions, and keep using the standard Win32 code etc. - -**Example B**: your engine runs on Windows, Mac, Linux and uses DirectX11, Metal, Vulkan respectively.
-Suggestion: use multiple generic backends! -Once it works, if you really need it you can replace parts of backends with your own abstractions. - -**Example C**: your engine runs on platforms we can't provide public backends for (e.g. PS4/PS5, Switch), -and you have high-level systems everywhere.
-Suggestion: try using a non-portable backend first (e.g. win32 + underlying graphics API) to get -your desktop builds working first. This will get you running faster and get your acquainted with -how Dear ImGui works and is setup. You can then rewrite a custom backend using your own engine API... - -Generally: -It is unlikely you will add value to your project by creating your own backend. - -Also: -The [multi-viewports feature](https://github.com/ocornut/imgui/issues/1542) of the 'docking' branch allows -Dear ImGui windows to be seamlessly detached from the main application window. This is achieved using an -extra layer to the Platform and Renderer backends, which allows Dear ImGui to communicate platform-specific -requests such as: "create an additional OS window", "create a render context", "get the OS position of this -window" etc. See 'ImGuiPlatformIO' for details. -Supporting the multi-viewports feature correctly using 100% of your own abstractions is more difficult -than supporting single-viewport. -If you decide to use unmodified imgui_impl_XXXX.cpp files, you can automatically benefit from -improvements and fixes related to viewports and platform windows without extra work on your side. diff --git a/external/imgui/docs/CHANGELOG.txt b/external/imgui/docs/CHANGELOG.txt deleted file mode 100644 index 0fa58d87..00000000 --- a/external/imgui/docs/CHANGELOG.txt +++ /dev/null @@ -1,3685 +0,0 @@ -dear imgui -CHANGELOG - -This document holds the user-facing changelog that we also use in release notes. -We generally fold multiple commits pertaining to the same topic as a single entry. -Changes to backends are also included within the individual .cpp files of each backend. - -RELEASE NOTES: https://github.com/ocornut/imgui/releases -REPORT ISSUES: https://github.com/ocornut/imgui/issues -DISCUSS, ASK QUESTIONS: https://github.com/ocornut/imgui/discussions -FAQ https://www.dearimgui.org/faq/ -WIKI https://github.com/ocornut/imgui/wiki - -WHEN TO UPDATE? - -- Keeping your copy of Dear ImGui updated regularly is recommended. -- It is generally safe to sync to the latest commit in master or docking branches - The library is fairly stable and regressions tends to be fixed fast when reported. - -HOW TO UPDATE? - -- Overwrite every file except imconfig.h (if you have modified it). -- You may also locally branch to modify imconfig.h and merge latest into your branch. -- Read the `Breaking Changes` section (in imgui.cpp or here in the Changelog). -- If you have a problem with a missing function/symbols, search for its name in the code, there will likely be a comment about it. -- If you are dropping this repository in your codebase, please leave the demo and text files in there, they will be useful. -- You may diff your previous Changelog with the one you just copied and read that diff. -- You may enable `IMGUI_DISABLE_OBSOLETE_FUNCTIONS` in imconfig.h to forcefully disable legacy names and symbols. - Doing it every once in a while is a good way to make sure you are not using obsolete symbols. Dear ImGui is in active development, - and API updates have been a little more frequent lately. They are documented below and in imgui.cpp and should not affect all users. -- Please report any issue! - - ------------------------------------------------------------------------ - VERSION 1.89 WIP (In Progress) ------------------------------------------------------------------------ - -Breaking changes: - -Other Changes: - -- InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing - Enter keep the input active and select all text. -- Nav: Fixed moving/resizing window with gamepad or keyboard when running at very high framerate. -- Misc: io.Framerate moving average now converge in 60 frames instead of 120. (#5236, #4138) -- Tools: Item Picker: Mouse button can be changed by holding Ctrl+Shift, making it easier - to use the Item Picker in e.g. menus. (#2673) -- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack] -- Backends: Metal: Add dispatch synchronization. (#5447) [@luigifcruz] -- Backends: OSX: Fixes to support full app creation in C++. (#5403) [@stack] - - ------------------------------------------------------------------------ - VERSION 1.88 (Released 2022-06-21) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.88 - -Breaking changes: - -- Renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS for correctness. - Kept support for old define (will obsolete). -- Renamed CaptureMouseFromApp() and CaptureKeyboardFromApp() to SetNextFrameWantCaptureMouse() - and SetNextFrameWantCaptureKeyboard() to clarify purpose, old name was too misleading. - Kept inline redirection functions (will obsolete). -- Renamed ImGuiKeyModFlags to ImGuiModFlags. Kept inline redirection enums (will obsolete). - (This was never used in public API functions but technically present in imgui.h and ImGuiIO). -- Backends: OSX: Removed ImGui_ImplOSX_HandleEvent() from backend API in favor of backend - automatically handling event capture. Examples that are using the OSX backend have removed - all the now-unnecessary calls to ImGui_ImplOSX_HandleEvent(), applications can do as well. - [@stuartcarnie] (#4821) -- Internals: calling ButtonBehavior() without calling ItemAdd() now requires a KeepAliveID() - call. This is because the KeepAliveID() call was moved from GetID() to ItemAdd(). (#5181) - -Other Changes: - -- IO: Fixed backward-compatibility regression introduced in 1.87: (#4921, #4858) - - Direct accesses to io.KeysDown[] with legacy indices didn't work (with new backends). - - Direct accesses to io.KeysDown[GetKeyIndex(XXX)] would access invalid data (with old/new backends). - - Calling IsKeyDown() didn't have those problems, and is recommended as io.KeysDown[] is obsolete. -- IO: Fixed input queue trickling of interleaved keys/chars events (which are frequent especially - when holding down a key as OS submits chars repeat events) delaying key presses and mouse movements. - In particular, using the input system for fast game-like actions (e.g. WASD camera move) would - typically have been impacted, as well as holding a key while dragging mouse. Constraints have - been lifted and are now only happening when e.g. an InputText() widget is active. (#4921, #4858) - Note that even thought you shouldn't need to disable io.ConfigInputTrickleEventQueue, you can - technically dynamically change its setting based on the context (e.g. disable only when hovering - or interacting with a game/3D view). -- IO: Fixed input queue trickling of mouse wheel events: multiple wheel events are merged, while - a mouse pos followed by a mouse wheel are now trickled. (#4921, #4821) -- IO: Added io.SetAppAcceptingEvents() to set a master flag for accepting key/mouse/characters - events (default to true). Useful if you have native dialog boxes that are interrupting your - application loop/refresh, and you want to disable events being queued while your app is frozen. -- Windows: Fixed first-time windows appearing in negative coordinates from being initialized - with a wrong size. This would most often be noticeable in multi-viewport mode (docking branch) - when spawning a window in a monitor with negative coordinates. (#5215, #3414) [@DimaKoltun] -- Clipper: Fixed a regression in 1.86 when not calling clipper.End() and late destructing the - clipper instance. High-level languages (Lua,Rust etc.) would typically be affected. (#4822) -- Layout: Fixed mixing up SameLine() and SetCursorPos() together from creating situations where line - height would be emitted from the wrong location (e.g. 'ItemA+SameLine()+SetCursorPos()+ItemB' would - emit ItemA worth of height from the position of ItemB, which is not necessarily aligned with ItemA). -- Sliders: An initial click within the knob/grab doesn't shift its position. (#1946, #5328) -- Sliders, Drags: Fixed dragging when using hexadecimal display format string. (#5165, #3133) -- Sliders, Drags: Fixed manual input when using hexadecimal display format string. (#5165, #3133) -- InputScalar: Fixed manual input when using %03d style width in display format string. (#5165, #3133) -- InputScalar: Automatically allow hexadecimal input when format is %X (without extra flag). -- InputScalar: Automatically allow scientific input when format is float/double (without extra flag). -- Nav: Fixed nav movement in a scope with only one disabled item from focusing the disabled item. (#5189) -- Nav: Fixed issues with nav request being transferred to another window when calling SetKeyboardFocusHere() - and simultaneous changing window focus. (#4449) -- Nav: Changed SetKeyboardFocusHere() to not behave if a drag or window moving is in progress. -- Nav: Fixed inability to cancel nav in modal popups. (#5400) [@rokups] -- IsItemHovered(): added ImGuiHoveredFlags_NoNavOverride to disable the behavior where the - return value is overridden by focus when gamepad/keyboard navigation is active. -- InputText: Fixed pressing Tab emitting two tabs characters because of dual Keys/Chars events being - trickled with the new input queue (happened on some backends only). (#2467, #1336) -- InputText: Fixed a one-frame display glitch where pressing Escape to revert after a deletion - would lead to small garbage being displayed for one frame. Curiously a rather old bug! (#3008) -- InputText: Fixed an undo-state corruption issue when editing main buffer before reactivating item. (#4947) -- InputText: Fixed an undo-state corruption issue when editing in-flight buffer in user callback. - (#4947, #4949] [@JoshuaWebb] -- Tables: Fixed incorrect border height used for logic when resizing one of several synchronized - instance of a same table ID, when instances have a different height. (#3955). -- Tables: Fixed incorrect auto-fit of parent windows when using non-resizable weighted columns. (#5276) -- Tables: Fixed draw-call merging of last column. Depending on some unrelated settings (e.g. BorderH) - merging draw-call of the last column didn't always work (regression since 1.87). (#4843, #4844) [@rokups] -- Inputs: Fixed IsMouseClicked() repeat mode rate being half of keyboard repeat rate. -- ColorEdit: Fixed text baseline alignment after a SameLine() after a ColorEdit() with visible label. -- TabBar: BeginTabItem() now reacts to SetNextItemWidth(). (#5262) -- TabBar: Tweak shrinking policy so that while resizing tabs that don't need shrinking keep their - initial width more precisely (without the occasional +1 worth of width). -- Menus: Adjusted BeginMenu() closing logic so hovering void or non-MenuItem() in parent window - always lead to menu closure. Fixes using items that are not MenuItem() or BeginItem() at the root - level of a popup with a child menu opened. -- Menus: Menus emitted from the main/scrolling layer are not part of the same menu-set as menus emitted - from the menu-bar, avoiding accidental hovering from one to the other. (#3496, #4797) [@rokups] -- Style: Adjust default value of GrabMinSize from 10.0f to 12.0f. -- Stack Tool: Added option to copy item path to clipboard. (#4631) -- Settings: Fixed out-of-bounds read when .ini file on disk is empty. (#5351) [@quantum5] -- Settings: Fixed some SetNextWindowPos/SetNextWindowSize API calls not marking settings as dirty. -- DrawList: Fixed PathArcTo() emitting terminating vertices too close to arc vertices. (#4993) [@thedmd] -- DrawList: Fixed texture-based anti-aliasing path with RGBA textures (#5132, #3245) [@cfillion] -- DrawList: Fixed divide-by-zero or glitches with Radius/Rounding values close to zero. (#5249, #5293, #3491) -- DrawList: Circle with a radius smaller than 0.5f won't appear, to be consistent with other primitives. [@thedmd] -- Debug: Added ShowDebugLogWindow() showing an opt-in synthetic log of principal events (focus, popup, - active id changes) helping to diagnose issues. -- Debug: Added DebugTextEncoding() function to facilitate diagnosing issues when not sure about whether - you have a UTF-8 text encoding issue or a font loading issue. [@LaMarche05, @ocornut] -- Demo: Add better demo of how to use SetNextFrameWantCaptureMouse()/SetNextFrameWantCaptureKeyboard(). -- Metrics: Added a "UTF-8 Encoding Viewer" section using the aforementioned DebugTextEncoding() function. -- Metrics: Added "InputText" section to visualize internal state (#4947, #4949). -- Misc: Fixed calling GetID("label") _before_ a widget emitting this item inside a group (such as InputInt()) - from causing an assertion when closing the group. (#5181). -- Misc: Fixed IsAnyItemHovered() returning false when using navigation. -- Misc: Allow redefining IM_COL32_XXX layout macros to facilitate use on big-endian systems. (#5190, #767, #844) -- Misc: Added IMGUI_STB_SPRINTF_FILENAME to support custom path to stb_sprintf. (#5068, #2954) [@jakubtomsu] -- Misc: Added constexpr to ImVec2/ImVec4 inline constructors. (#4995) [@Myriachan] -- Misc: Updated stb_truetype.h from 1.20 to 1.26 (many fixes). (#5075) -- Misc: Updated stb_textedit.h from 1.13 to 1.14 (our changes so this effectively is a no-op). (#5075) -- Misc: Updated stb_rect_pack.h from 1.00 to 1.01 (minor). (#5075) -- Misc: binary_to_compressed_c tool: Added -nostatic option. (#5021) [@podsvirov] -- ImVector: Fixed erase() with empty range. (#5009) [@thedmd] -- Backends: Vulkan: Don't use VK_PRESENT_MODE_MAX_ENUM_KHR as specs state it isn't part of the API. (#5254) -- Backends: GLFW: Fixed a regression in 1.87 which resulted in keyboard modifiers events being - reported incorrectly on Linux/X11, due to a bug in GLFW. [@rokups] -- Backends: GLFW: Fixed untranslated keys when pressing lower case letters on OSX (#5260, #5261) [@cpichard] -- Backends: SDL: Fixed dragging out viewport broken on some SDL setups. (#5012) [@rokups] -- Backends: SDL: Added support for extra mouse buttons (SDL_BUTTON_X1/SDL_BUTTON_X2). (#5125) [@sgiurgiu] -- Backends: SDL, OpenGL3: Fixes to facilitate building on AmigaOS4. (#5190) [@afxgroup] -- Backends: OSX: Monitor NSKeyUp events to catch missing keyUp for key when user press Cmd + key (#5128) [@thedmd] -- Backends: OSX, Metal: Store backend data in a per-context struct, allowing to use these backends with - multiple contexts. (#5203, #5221, #4141) [@noisewuwei] -- Backends: Metal: Fixed null dereference on exit inside command buffer completion handler. (#5363, #5365) [@warrenm] -- Backends: OpenGL3: Partially revert 1.86 change of using glBufferSubData(): now only done on Windows and - Intel GPU, based on querying glGetString(GL_VENDOR). Essentially we got report of accumulating leaks on Intel - with multi-viewports when using simple glBufferData() without orphaning, and report of corruptions on other - GPUs with multi-viewports when using orphaning and glBufferSubData(), so currently switching technique based - on GPU vendor, which unfortunately reinforce the cargo-cult nature of dealing with OpenGL drivers. - Navigating the space of mysterious OpenGL drivers is particularly difficult as they are known to rely on - application specific whitelisting. (#4468, #3381, #2981, #4825, #4832, #5127). -- Backends: OpenGL3: Fix state corruption on OpenGL ES 2.0 due to not preserving GL_ELEMENT_ARRAY_BUFFER_BINDING - and vertex attribute states. [@rokups] -- Examples: Emscripten+WebGPU: Fix building for latest WebGPU specs. (#3632) -- Examples: OSX+Metal, OSX+OpenGL: Removed now-unnecessary calls to ImGui_ImplOSX_HandleEvent(). (#4821) - - ------------------------------------------------------------------------ - VERSION 1.87 (Released 2022-02-07) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.87 - -Breaking Changes: - -- Removed support for pre-C++11 compilers. We'll stop supporting VS2010. (#4537) -- Reworked IO mouse input API: (#4921, #4858) [@thedmd, @ocornut] - - Added io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() functions, - obsoleting writing directly to io.MousePos, io.MouseDown[], io.MouseWheel, etc. - - This enable input queue trickling to support low framerates. (#2787, #1992, #3383, #2525, #1320) - - For all calls to IO new functions, the Dear ImGui context should be bound/current. -- Reworked IO keyboard input API: (#4921, #2625, #3724) [@thedmd, @ocornut] - - Added io.AddKeyEvent() function, obsoleting writing directly to io.KeyMap[], io.KeysDown[] arrays. - - For keyboard modifiers, you can call io.AddKeyEvent() with ImGuiKey_ModXXX values, - obsoleting writing directly to io.KeyCtrl, io.KeyShift etc. - - Added io.SetKeyEventNativeData() function (optional) to pass native and old legacy indices. - - Added full range of key enums in ImGuiKey (e.g. ImGuiKey_F1). - - Added GetKeyName() helper function. - - Obsoleted GetKeyIndex(): it is now unnecessary and will now return the same value. - - All keyboard related functions taking 'int user_key_index' now take 'ImGuiKey key': - - IsKeyDown(), IsKeyPressed(), IsKeyReleased(), GetKeyPressedAmount(). - - Added io.ConfigInputTrickleEventQueue (defaulting to true) to disable input queue trickling. - - Backward compatibility: - - All backends updated to use new functions. - - Old backends populating those arrays should still work! - - Calling e.g. IsKeyPressed(MY_NATIVE_KEY_XXX) will still work! (for a while) - - Those legacy arrays will only be disabled if '#define IMGUI_DISABLE_OBSOLETE_KEYIO' is set in your imconfig. - In a few versions, IMGUI_DISABLE_OBSOLETE_FUNCTIONS will automatically enable IMGUI_DISABLE_OBSOLETE_KEYIO, - so this will be moved into the regular obsolescence path. - - BREAKING: If your custom backend used ImGuiKey as mock native indices (e.g. "io.KeyMap[ImGuiKey_A] = ImGuiKey_A") - this is a use case that will now assert and be breaking for your old backend. - - Transition guide: - - IsKeyPressed(MY_NATIVE_KEY_XXX) -> use IsKeyPressed(ImGuiKey_XXX) - - IsKeyPressed(GetKeyIndex(ImGuiKey_XXX)) -> use IsKeyPressed(ImGuiKey_XXX) - - Backend writing to io.KeyMap[],KeysDown[] -> backend should call io.AddKeyEvent(), if legacy indexing is desired, call io.SetKeyEventNativeData() - - Basically the trick we took advantage of is that we previously only supported native keycode from 0 to 511, - so ImGuiKey values can still express a legacy native keycode, and new named keys are all >= 512. - - This will enable a few things in the future: - - Access to portable keys allows for backend-agnostic keyboard input code. Until now it was difficult - to share code using keyboard across project because of this gap. (#2625, #3724) - - Access to full key ranges will allow us to develop a proper keyboard shortcut system. (#456) - - io.SetKeyEventNativeData() include native keycode/scancode which may later be exposed. (#3141, #2959) -- Reworked IO nav/gamepad input API and unifying inputs sources: (#4921, #4858, #787) - - Added full range of ImGuiKey_GamepadXXXX enums (e.g. ImGuiKey_GamepadDpadUp, ImGuiKey_GamepadR2) to use with - io.AddKeyEvent(), io.AddKeyAnalogEvent(). - - Added io.AddKeyAnalogEvent() function, obsoleting writing directly to io.NavInputs[] arrays. -- Renamed ImGuiKey_KeyPadEnter to ImGuiKey_KeypadEnter to align with new symbols. Kept redirection enum. (#2625) -- Removed support for legacy arithmetic operators (+,+-,*,/) when inputing text into a slider/drag. (#4917, #3184) - This doesn't break any api/code but a feature that was accessible by end-users (which seemingly no one used). - (Instead you may implement custom expression evaluators to provide a better version of this). -- Backends: GLFW: backend now uses glfwSetCursorPosCallback(). - - If calling ImGui_ImplGlfw_InitXXX with install_callbacks=true: nothing to do. is already done for you. - - If calling ImGui_ImplGlfw_InitXXX with install_callbacks=false: you WILL NEED to register the GLFW callback - using glfwSetCursorPosCallback() and forward it to the backend function ImGui_ImplGlfw_CursorPosCallback(). -- Backends: SDL: Added SDL_Renderer* parameter to ImGui_ImplSDL2_InitForSDLRenderer(), so backend can call - SDL_GetRendererOutputSize() to obtain framebuffer size valid for hi-dpi. (#4927) [@Clownacy] -- Commented out redirecting functions/enums names that were marked obsolete in 1.69, 1.70, 1.71, 1.72 (March-July 2019) - - ImGui::SetNextTreeNodeOpen() -> use ImGui::SetNextItemOpen() - - ImGui::GetContentRegionAvailWidth() -> use ImGui::GetContentRegionAvail().x - - ImGui::TreeAdvanceToLabelPos() -> use ImGui::SetCursorPosX(ImGui::GetCursorPosX() + ImGui::GetTreeNodeToLabelSpacing()); - - ImFontAtlas::CustomRect -> use ImFontAtlasCustomRect - - ImGuiColorEditFlags_RGB/HSV/HEX -> use ImGuiColorEditFlags_DisplayRGB/HSV/Hex -- Removed io.ImeSetInputScreenPosFn() in favor of more flexible io.SetPlatformImeDataFn() for IME support. - Because this field was mostly only ever used by Dear ImGui internally, not by backends nor the vast majority - of user code, this should only affect a very small fraction for users who are already very IME-aware. -- Obsoleted 'void* io.ImeWindowHandle' in favor of writing to 'void* ImGuiViewport::PlatformHandleRaw'. - This removes an incompatibility between 'master' and 'multi-viewports' backends and toward enabling - better support for IME. Updated backends accordingly. Because the old field is set by existing backends, - we are keeping it (marked as obsolete). - -Other Changes: - -- IO: Added event based input queue API, which now trickles events to support low framerates. [@thedmd, @ocornut] - Previously the most common issue case (button presses in low framerates) was handled by backend. This is now - handled by core automatically for all kind of inputs. (#4858, #2787, #1992, #3383, #2525, #1320) - - New IO functions for keyboard/gamepad: AddKeyEvent(), AddKeyAnalogEvent(). - - New IO functions for mouse: AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent(). -- IO: Unified key enums allow using key functions on key mods and gamepad values. -- Fixed CTRL+Tab into an empty window causing artifacts on the highlight rectangle due to bad reordering on ImDrawCmd. -- Fixed a situation where CTRL+Tab or Modal can occasionally lead to the creation of ImDrawCmd with zero triangles, - which would makes the draw operation of some backends assert (e.g. Metal with debugging). (#4857) -- Popups: Fixed a regression crash when a new window is created after a modal on the same frame. (#4920) [@rokups] -- Popups: Fixed an issue when reopening a same popup multiple times would offset them by 1 pixel on the right. (#4936) -- Tables, ImDrawListSplitter: Fixed erroneously stripping trailing ImDrawList::AddCallback() when submitted in - last column or last channel and when there are no other drawing operation. (#4843, #4844) [@hoffstadt] -- Tables: Fixed positioning of Sort icon on right-most column with some settings (not resizable + no borders). (#4918). -- Nav: Fixed gamepad navigation in wrapping popups not wrapping all the way. (#4365) -- Sliders, Drags: Fixed text input of values with a leading sign, common when using a format enforcing sign. (#4917) -- Demo: draw a section of keyboard in "Inputs > Keyboard, Gamepad & Navigation state" to visualize keys. [@thedmd] -- Platform IME: changed io.ImeSetInputScreenPosFn() to io.SetPlatformImeDataFn() API, - now taking a ImGuiPlatformImeData structure which we can more easily extend in the future. -- Platform IME: moved io.ImeWindowHandle to GetMainViewport()->PlatformHandleRaw. -- Platform IME: add ImGuiPlatformImeData::WantVisible, hide IME composition window when not used. (#2589) [@actboy168] -- Platform IME: add ImGuiPlatformImeData::InputLineHeight. (#3113) [@liuliu] -- Platform IME: [windows] call ImmSetCandidateWindow() to position candidate window. -- Backends: GLFW: Pass localized keys (matching keyboard layout). Fix e.g. CTRL+A, CTRL+Z, CTRL+Y shortcuts. - We are now converting GLFW untranslated keycodes back to translated keycodes in order to match the behavior of - other backend, and facilitate the use of GLFW with lettered-shortcuts API. (#456, #2625) -- Backends: GLFW: Submit keys and key mods using io.AddKeyEvent(). (#2625, #4921) -- Backends: GLFW: Submit mouse data using io.AddMousePosEvent(), io.AddMouseButtonEvent(), io.AddMouseWheelEvent() functions. (#4921) -- Backends: GLFW: Retrieve mouse position using glfwSetCursorPosCallback() + fallback when focused but not hovered/captured. -- Backends: GLFW: Submit gamepad data using io.AddKeyEvent/AddKeyAnalogEvent() functions, stopped writing to io.NavInputs[]. (#4921) -- Backends: GLFW: Added ImGui_ImplGlfw_InstallCallbacks()/ImGui_ImplGlfw_RestoreCallbacks() helpers to facilitate user installing - callbacks after iniitializing backend. (#4981) -- Backends: Win32: Submit keys and key mods using io.AddKeyEvent(). (#2625, #4921) -- Backends: Win32: Retrieve mouse position using WM_MOUSEMOVE/WM_MOUSELEAVE + fallback when focused but not hovered/captured. -- Backends: Win32: Submit mouse data using io.AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() functions. (#4921) -- Backends: Win32: Maintain a MouseButtonsDown mask instead of using ImGui::IsAnyMouseDown() which will be obsoleted. -- Backends: Win32: Submit gamepad data using io.AddKeyEvent/AddKeyAnalogEvent() functions, stopped writing to io.NavInputs[]. (#4921) -- Backends: SDL: Pass localized keys (matching keyboard layout). Fix e.g. CTRL+A, CTRL+Z, CTRL+Y shortcuts. (#456, #2625) -- Backends: SDL: Submit key data using io.AddKeyEvent(). Submit keymods using io.AddKeyModsEvent() at the same time. (#2625) -- Backends: SDL: Retrieve mouse position using SDL_MOUSEMOTION/SDL_WINDOWEVENT_LEAVE + fallback when focused but not hovered/captured. -- Backends: SDL: Submit mouse data using io.AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() functions. (#4921) -- Backends: SDL: Maintain a MouseButtonsDown mask instead of using ImGui::IsAnyMouseDown() which will be obsoleted. -- Backends: SDL: Submit gamepad data using io.AddKeyEvent/AddKeyAnalogEvent() functions, stopped writing to io.NavInputs[]. (#4921) -- Backends: Allegro5: Submit keys using io.AddKeyEvent(). Submit keymods using io.AddKeyModsEvent() at the same time. (#2625) -- Backends: Allegro5: Submit mouse data using io.AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() functions. (#4921) -- Backends: OSX: Submit keys using io.AddKeyEvent(). Submit keymods using io.AddKeyModsEvent() at the same time. (#2625) -- Backends: OSX: Submit mouse data using io.AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() functions. (#4921) -- Backends: OSX: Submit gamepad data using io.AddKeyEvent/AddKeyAnalogEvent() functions, stopped writing to io.NavInputs[]. (#4921) -- Backends: OSX: Added basic Platform IME support. (#3108, #2598) [@liuliu] -- Backends: OSX: Fix Game Controller nav mapping to use shoulder for both focusing and tweak speed. (#4759) -- Backends: OSX: Fix building with old Xcode versions that are missing gamepad features. [@rokups] -- Backends: OSX: Forward keyDown/keyUp events to OS when unused by Dear ImGui. -- Backends: Android, GLUT: Submit keys using io.AddKeyEvent(). Submit keymods using io.AddKeyModsEvent() at the same time. (#2625) -- Backends: Android, GLUT: Submit mouse data using io.AddMousePosEvent(), AddMouseButtonEvent(), AddMouseWheelEvent() functions. (#4858) -- Backends: OpenGL3: Fixed a buffer overflow in imgui_impl_opengl3_loader.h init (added in 1.86). (#4468, #4830) [@dymk] - It would generally not have noticeable side-effect at runtime but would be detected by runtime checkers. -- Backends: OpenGL3: Fix OpenGL ES2 includes on Apple systems. [@rokups] -- Backends: Metal: Added Apple Metal C++ API support. (#4824, #4746) [@luigifcruz] - Enable with '#define IMGUI_IMPL_METAL_CPP' in your imconfig.h file. -- Backends: Metal: Ignore ImDrawCmd where ElemCount == 0, which are normally not emitted by the library but - can theoretically be created by user code manipulating a ImDrawList. (#4857) -- Backends: Vulkan: Added support for ImTextureID as VkDescriptorSet, add ImGui_ImplVulkan_AddTexture(). (#914) [@martty] -- Backends: SDL_Renderer: Fix texture atlas format on big-endian hardware (#4927) [@Clownacy] -- Backends: WebGPU: Fixed incorrect size parameters in wgpuRenderPassEncoderSetIndexBuffer() and - wgpuRenderPassEncoderSetVertexBuffer() calls. (#4891) [@FeepsDev] - - ------------------------------------------------------------------------ - VERSION 1.86 (Released 2021-12-22) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.86 - -Breaking Changes: - -- Removed CalcListClipping() function. Prefer using ImGuiListClipper which can return non-contiguous ranges. - Please open an issue if you think you really need this function. (#3841) -- Backends: OSX: Added NSView* parameter to ImGui_ImplOSX_Init(). (#4759) [@stuartcarnie] -- Backends: Marmalade: Removed obsolete Marmalade backend (imgui_impl_marmalade.cpp) + example app. (#368, #375) - Find last supported version at https://github.com/ocornut/imgui/wiki/Bindings - -Other Changes: - -- Added an assertion for the common user mistake of using "" as an identifier at the root level of a window - instead of using "##something". Empty identifiers are valid and useful in a very small amount of cases, - but 99.9% of the time if you need an empty label you should use "##something". (#1414, #2562, #2807, #4008, - #4158, #4375, #4548, #4657, #4796). READ THE FAQ ABOUT HOW THE ID STACK WORKS -> https://dearimgui.org/faq -- Added GetMouseClickedCount() function, returning the number of successive clicks. (#3229) [@kudaba] - (so IsMouseDoubleClicked(ImGuiMouseButton_Left) is same as GetMouseClickedCount(ImGuiMouseButton_Left) == 2, - but it allows testing for triple clicks and more). -- Modals: fixed issue hovering popups inside a child windows inside a modal. (#4676, #4527) -- Modals, Popups, Windows: changes how appearing windows are interrupting popups and modals. (#4317) [@rokups] - - appearing windows created from within the begin stack of a popup/modal will no longer close it. - - appearing windows created not within the begin stack of a modal will no longer close the modal, - and automatically appear behind it. -- Fixed IsWindowFocused()/IsWindowHovered() issues with child windows inside popups. (#4676) -- Nav: Ctrl+tabbing to cycle through windows is now enabled regardless of using the _NavEnableKeyboard - configuration flag. This is part of an effort to generalize the use of keyboard inputs. (#4023, #787). - Note that while this is active you can also moving windows (with arrow) and resize (shift+arrows). -- Nav: tabbing now cycles through clipped items and scroll accordingly. (#4449) -- Nav: pressing PageUp/PageDown/Home/End when in Menu layer automatically moves back to Main layer. -- Nav: fixed resizing window from borders setting navigation to Menu layer. -- Nav: prevent child from clipping items when using _NavFlattened and parent has a pending request. -- Nav: pressing Esc to exit a child window reactivates the Nav highlight if it was disabled by mouse. -- Nav: with ImGuiConfigFlags_NavEnableSetMousePos enabled: Fixed absolute mouse position when using - Home/End leads to scrolling. Fixed not setting mouse position when a failed move request (e.g. when - already at edge) reactivates the navigation highlight. -- Menus: fixed closing a menu inside a popup/modal by clicking on the popup/modal. (#3496, #4797) -- Menus: fixed closing a menu by clicking on its menu-bar item when inside a popup. (#3496, #4797) [@xndcn] -- Menus: fixed menu inside a popup/modal not inhibiting hovering of items in the popup/modal. (#3496, #4797) -- Menus: fixed sub-menu items inside a popups from closing the popup. -- Menus: fixed top-level menu from not consistently using style.PopupRounding. (#4788) -- InputText, Nav: fixed repeated calls to SetKeyboardFocusHere() preventing to use InputText(). (#4682) -- Inputtext, Nav: fixed using SetKeyboardFocusHere() on InputTextMultiline(). (#4761) -- InputText: made double-click select word, triple-line select line. Word delimitation logic differs - slightly from the one used by CTRL+arrows. (#2244) -- InputText: fixed ReadOnly flag preventing callbacks from receiving the text buffer. (#4762) [@actondev] -- InputText: fixed Shift+Delete from not cutting into clipboard. (#4818, #1541) [@corporateshark] -- InputTextMultiline: fixed incorrect padding when FrameBorder > 0. (#3781, #4794) -- InputTextMultiline: fixed vertical tracking with large values of FramePadding.y. (#3781, #4794) -- Separator: fixed cover all columns while called inside a table. (#4787) -- Clipper: currently focused item is automatically included in clipper range. - Fixes issue where e.g. drag and dropping an item and scrolling ensure the item source location is - still submitted. (#3841, #1725) [@GamingMinds-DanielC, @ocornut] -- Clipper: added ForceDisplayRangeByIndices() to force a given item (or several) to be stepped out - during a clipping operation. (#3841) [@@GamingMinds-DanielC] -- Clipper: rework so gamepad/keyboard navigation doesn't create spikes in number of items requested - by the clipper to display. (#3841) -- Clipper: fixed content height declaration slightly mismatching the value of when not using a clipper. - (an additional ItemSpacing.y was declared, affecting scrollbar range). -- Clipper: various and incomplete changes to tame down scrolling and precision issues on very large ranges. - Passing an explicit height to the clipper now allows larger ranges. (#3609, #3962). -- Clipper: fixed invalid state when number of frozen table row is smaller than ItemCount. -- Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceAllowNullID doesn't lose - tooltip when scrolling. (#143) -- Fonts: fixed infinite loop in ImFontGlyphRangesBuilder::AddRanges() when passing UINT16_MAX or UINT32_MAX - without the IMGUI_USE_WCHAR32 compile-time option. (#4802) [@SlavicPotato] -- Metrics: Added a node showing windows in submission order and showing the Begin() stack. -- Misc: Added missing ImGuiMouseCursor_NotAllowed cursor for software rendering (when the - io.MouseDrawCursor flag is enabled). (#4713) [@nobody-special666] -- Misc: Fixed software mouse cursor being rendered multiple times if Render() is called more than once. -- Misc: Fix MinGW DLL build issue (when IMGUI_API is defined). [@rokups] -- CI: Add MinGW DLL build to test suite. [@rokups] -- Backends: Vulkan: Call vkCmdSetScissor() at the end of render with a full-viewport to reduce - likehood of issues with people using VK_DYNAMIC_STATE_SCISSOR in their app without calling - vkCmdSetScissor() explicitly every frame. (#4644) -- Backends: OpenGL3: Using buffer orphaning + glBufferSubData(), seems to fix leaks with multi-viewports - with some Intel HD drivers, and perhaps improve performances. (#4468, #4504, #2981, #3381) [@parbo] -- Backends: OpenGL2, Allegro5, Marmalade: Fixed mishandling of the ImDrawCmd::IdxOffset field. - This is an old bug, but due to the way we created drawlists, it never had any visible side-effect before. - The new code for handling Modal and CTRL+Tab dimming/whitening recently made the bug surface. (#4790) -- Backends: Win32: Store left/right variants of Ctrl/Shift/Alt mods in KeysDown[] array. (#2625) [@thedmd] -- Backends: DX12: Fixed DRAW_EMPTY_SCISSOR_RECTANGLE warnings. (#4775) -- Backends: SDL_Renderer: Added support for large meshes (64k+ vertices) with 16-bit indices, - enabling 'ImGuiBackendFlags_RendererHasVtxOffset' in the backend. (#3926) [@rokups] -- Backends: SDL_Renderer: Fix for SDL 2.0.19+ RenderGeometryRaw() API signature change. (#4819) [@sridenour] -- Backends: OSX: Generally fix keyboard support. Keyboard arrays indexed using kVK_* codes, e.g. - ImGui::IsKeyPressed(kVK_Space). Don't set mouse cursor shape unconditionally. Handle two fingers scroll - cancel event. (#4759, #4253, #1873) [@stuartcarnie] -- Backends: OSX: Add Game Controller support (need linking GameController framework) (#4759) [@stuartcarnie] -- Backends: WebGPU: Passing explicit buffer sizes to wgpuRenderPassEncoderSetVertexBuffer() and - wgpuRenderPassEncoderSetIndexBuffer() functions as validation layers appears to not do what the - in-flux specs says. (#4766) [@meshula] - - ------------------------------------------------------------------------ - VERSION 1.85 (Released 2021-10-12) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.85 - -This is the last release officially supporting C++03 and Visual Studio 2008/2010. (#4537) -We expect that the next release will require a subset of the C++11 language (VS 2012~, GCC 4.8.1, Clang 3.3). -We may use some C++11 language features but we will not use any C++ library headers. -If you are stuck on ancient compiler you may need to stay at this version onward. - -Breaking Changes: - -- Removed GetWindowContentRegionWidth() function. Keep inline redirection helper. - Can use 'GetWindowContentRegionMax().x - GetWindowContentRegionMin().x' instead but it's not - very useful in practice, and the only use of it in the demo was illfit. - Using 'GetContentRegionAvail().x' is generally a better choice. - -Other Changes: - -- Debug: Stack Tool: Added "Stack Tool" available in "Demo->Tools->Stack Tool", "Metrics->Tools", - or by calling the ShowStackToolWindow() function. The tool run queries on hovered id to display - details about individual components that were hashed to create an ID. It helps understanding - the ID stack system and debugging potential ID collisions. (#4631) [@ocornut, @rokups] -- Windows: Fixed background order of overlapping childs submitted sequentially. (#4493) -- IsWindowFocused: Added ImGuiFocusedFlags_NoPopupHierarchy flag allowing to exclude child popups - from the tested windows when combined with _ChildWindows. -- IsWindowHovered: Added ImGuiHoveredFlags_NoPopupHierarchy flag allowing to exclude child popups - from the tested windows when combined with _ChildWindows. -- InputTextMultiline: Fixed label size not being included into window contents rect unless - the whole widget is clipped. -- InputText: Allow activating/cancelling/validating input with gamepad nav events. (#2321, #4552) -- InputText: Fixed selection rectangle appearing one frame late when selecting all. -- TextUnformatted: Accept null ranges including (NULL,NULL) without asserting, in order to conform - to common idioms (e.g. passing .data(), .data() + .size() from a null string). (#3615) -- Disabled: Added assert guard for mismatching BeginDisabled()/EndDisabled() blocks. (#211) -- Nav: Fixed using SetKeyboardFocusHere() on non-visible/clipped items. It now works and will scroll - toward the item. When called during a frame where the parent window is appearing, scrolling will - aim to center the item in the window. When calling during a frame where the parent window is already - visible, scrolling will aim to scroll as little as possible to make the item visible. We will later - expose scroll functions and flags in public API to select those behaviors. (#343, #4079, #2352) -- Nav: Fixed using SetKeyboardFocusHere() from activating a different item on the next frame if - submitted items have changed during that frame. (#432) -- Nav: Fixed toggling menu layer with Alt or exiting menu layer with Esc not moving mouse when - the ImGuiConfigFlags_NavEnableSetMousePos config flag is set. -- Nav: Fixed a few widgets from not setting reference keyboard/gamepad navigation ID when - activated with mouse. More specifically: BeginTabItem(), the scrolling arrows of BeginTabBar(), - the arrow section of TreeNode(), the +/- buttons of InputInt()/InputFloat(), Selectable() with - ImGuiSelectableFlags_SelectOnRelease. More generally: any direct use of ButtonBehavior() with - the PressedOnClick/PressedOnDoubleClick/PressedOnRelease button policy. -- Nav: Fixed an issue with losing focus on docked windows when pressing Alt while keyboard navigation - is disabled. (#4547, #4439) [@PathogenDavid] -- Nav: Fixed vertical scoring offset when wrapping on Y in a decorated window. -- Nav: Improve scrolling behavior when navigating to an item larger than view. -- TreePush(): removed unnecessary/inconsistent legacy behavior where passing a NULL value to - the TreePush(const char*) and TreePush(const void*) functions would use an hard-coded replacement. - The only situation where that change would make a meaningful difference is TreePush((const char*)NULL) - (_explicitly_ casting a null pointer to const char*), which is unlikely and will now crash. - You may replace it with anything else. -- ColorEdit4: Fixed not being able to change hue when saturation is 0. (#4014) [@rokups] -- ColorEdit4: Fixed hue resetting to 0 when it is set to 255. [@rokups] -- ColorEdit4: Fixed hue value jitter when source color is stored as RGB in 32-bit integer and perform - RGB<>HSV round trips every frames. [@rokups] -- ColorPicker4: Fixed picker being unable to select exact 1.0f color when dragging toward the edges - of the SV square (previously picked 0.999989986f). (#3517) [@rokups] -- Menus: Fixed vertical alignments of MenuItem() calls within a menu bar (broken in 1.84). (#4538) -- Menus: Improve closing logic when moving diagonally in empty between between parent and child menus to - accommodate for varying font size and dpi. -- Menus: Fixed crash when navigating left inside a child window inside a sub-menu. (#4510). -- Menus: Fixed an assertion happening in some situations when closing nested menus (broken in 1.83). (#4640) -- Drag and Drop: Fixed using BeginDragDropSource() inside a BeginChild() that returned false. (#4515) -- PlotHistogram: Fixed zero-line position when manually specifying min<0 and max>0. (#4349) [@filippocrocchini] -- Misc: Added asserts for missing PopItemFlag() calls. -- Misc: Fixed printf-style format checks on Clang+MinGW. (#4626, #4183, #3592) [@guusw] -- IO: Added 'io.WantCaptureMouseUnlessPopupClose' alternative to `io.WantCaptureMouse'. (#4480) - This allows apps to receive the click on void when that click is used to close popup (by default, - clicking on a void when a popup is open will close the popup but not release io.WantCaptureMouse). -- Fonts: imgui_freetype: Fixed crash when FT_Render_Glyph() fails to render a glyph and returns NULL - (which apparently happens with Freetype 2.11). (#4394, #4145?). -- Fonts: Fixed ImFontAtlas::ClearInputData() marking atlas as not built. (#4455, #3487) -- Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) -- Backends: OpenGL3: Fixed our custom GL loader conflicting with user using GL3W. (#4445) [@rokups] -- Backends: WebGPU: Fixed for latest specs. (#4472, #4512) [@Kangz, @bfierz] -- Backends: SDL_Renderer: Added SDL_Renderer backend compatible with upcoming SDL 2.0.18. (#3926) [@1bsyl] -- Backends: Metal: Fixed a crash when clipping rect larger than framebuffer is submitted via - a direct unclipped PushClipRect() call. (#4464) -- Backends: OSX: Use mach_absolute_time as CFAbsoluteTimeGetCurrent can jump backwards. (#4557, #4563) [@lfnoise] -- Backends: All renderers: Normalize clipping rect handling across backends. (#4464) -- Examples: Added SDL + SDL_Renderer example in "examples/example_sdl_sdlrenderer/" folder. (#3926) [@1bsyl] - - ------------------------------------------------------------------------ - VERSION 1.84.2 (Released 2021-08-23) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.84.2 - -- Disabled: Fixed nested BeginDisabled()/EndDisabled() calls. (#211, #4452, #4453, #4462) [@Legulysse] -- Backends: OpenGL3: OpenGL: Fixed ES 3.0 shader ("#version 300 es") to use normal precision - floats. Avoid wobbly rendering at HD resolutions. (#4463) [@nicolasnoble] - - ------------------------------------------------------------------------ - VERSION 1.84.1 (Released 2021-08-20) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.84.1 - -- Disabled: Fixed BeginDisabled(false) - BeginDisabled(true) was working. (#211, #4452, #4453) - - ------------------------------------------------------------------------ - VERSION 1.84 (Released 2021-08-20) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.84 - -Breaking Changes: - -- Commented out redirecting functions/enums names that were marked obsolete in 1.67 and 1.69 (March 2019): - - ImGui::GetOverlayDrawList() -> use ImGui::GetForegroundDrawList() - - ImFont::GlyphRangesBuilder -> use ImFontGlyphRangesBuilder -- Backends: OpenGL3: added a third source file "imgui_impl_opengl3_loader.h". [@rokups] -- Backends: GLFW: backend now uses glfwSetCursorEnterCallback(). (#3751, #4377, #2445) -- Backends: GLFW: backend now uses glfwSetWindowFocusCallback(). (#4388) [@thedmd] - - If calling ImGui_ImplGlfw_InitXXX with install_callbacks=true: this is already done for you. - - If calling ImGui_ImplGlfw_InitXXX with install_callbacks=false: you WILL NEED to register the GLFW callbacks - and forward them to the backend: - - Register glfwSetCursorEnterCallback, forward events to ImGui_ImplGlfw_CursorEnterCallback(). - - Register glfwSetWindowFocusCallback, forward events to ImGui_ImplGlfw_WindowFocusCallback(). -- Backends: SDL2: removed unnecessary SDL_Window* parameter from ImGui_ImplSDL2_NewFrame(). (#3244) [@funchal] - Kept inline redirection function (will obsolete). -- Backends: SDL2: backend needs to set 'SDL_SetHint(SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH, "1")' in order to - receive mouse clicks events on window focus, otherwise SDL doesn't emit the event. (#3751, #4377, #2445) - This is unfortunately a global SDL setting, so enabling it _might_ have a side-effect on your application. - It is unlikely to make a difference, but if your app absolutely needs to ignore the initial on-focus click: - you can ignore SDL_MOUSEBUTTONDOWN events coming right after a SDL_WINDOWEVENT_FOCUS_GAINED event). -- Internals: (for custom widgets): because disabled items now sets HoveredId, if you want custom widgets to - not react as hovered when disabled, in the majority of use cases it is preferable to check the "hovered" - return value of ButtonBehavior() rather than (HoveredId == id). - -Other Changes: - -- IO: Added io.AddFocusEvent() api for backend to tell when host window has gained/lost focus. (#4388) [@thedmd] - If you use a custom backend, consider adding support for this! -- Disabled: added BeginDisabled()/EndDisabled() api to create a scope where interactions are disabled. (#211) - - Added style.DisabledAlpha (default to 0.60f) and ImGuiStyleVar_DisabledAlpha. (#211) - - Unlike the internal-and-undocumented-but-somehow-known PushItemFlag(ImGuiItemFlags_Disabled), this also alters - visuals. Currently this is done by lowering alpha of all widgets. Future styling system may do that differently. - - Disabled items set HoveredId, allowing e.g. HoveredIdTimer to run. (#211, #3419) [@rokups] - - Disabled items more consistently release ActiveId if the active item got disabled. (#211) - - Nav: Fixed disabled items from being candidate for default focus. (#211, #787) - - Fixed Selectable() selection not showing when disabled. (#211) - - Fixed IsItemHovered() returning true on disabled item when navigated to. (#211) - - Fixed IsItemHovered() when popping disabled state after item, or when using Selectable_Disabled. (#211) -- Windows: ImGuiWindowFlags_UnsavedDocument/ImGuiTabItemFlags_UnsavedDocument displays a dot instead of a '*' so it - is independent from font style. When in a tab, the dot is displayed at the same position as the close button. - Added extra comments to clarify the purpose of this flag in the context of docked windows. -- Tables: Added ImGuiTableColumnFlags_Disabled acting a master disable over (hidden from user/context menu). (#3935) -- Tables: Clarified that TableSetColumnEnabled() requires the table to use the ImGuiTableFlags_Hideable flag, - because it manipulates the user-accessible show/hide state. (#3935) -- Tables: Added ImGuiTableColumnFlags_NoHeaderLabel to request TableHeadersRow() to not submit label for a column. - Convenient for some small columns. Name will still appear in context menu. (#4206). -- Tables: Fixed columns order on TableSetupScrollFreeze() if previous data got frozen columns out of their section. -- Tables: Fixed invalid data in TableGetSortSpecs() when SpecsDirty flag is unset. (#4233) -- TabBar: Fixed using more than 32 KB-worth of tab names. (#4176) -- InputInt/InputFloat: When used with Steps values and _ReadOnly flag, the step button look disabled. (#211) -- InputText: Fixed named filtering flags disabling newline or tabs in multiline inputs (#4409, #4410) [@kfsone] -- Drag and Drop: drop target highlight doesn't try to bypass host clipping rectangle. (#4281, #3272) -- Drag and Drop: Fixed using AcceptDragDropPayload() with ImGuiDragDropFlags_AcceptNoPreviewTooltip. [@JeffM2501] -- Menus: MenuItem() and BeginMenu() are not affected/overlapping when style.SelectableTextAlign is altered. -- Menus: Fixed hovering a disabled menu or menu item not closing other menus. (#211) -- Popups: Fixed BeginPopup/OpenPopup sequence failing when there are no focused windows. (#4308) [@rokups] -- Nav: Alt doesn't toggle menu layer if other modifiers are held. (#4439) -- Fixed printf-style format checks on non-MinGW flavors. (#4183, #3592) -- Fonts: Functions with a 'float size_pixels' parameter can accept zero if it is set in ImFontSize::SizePixels. -- Fonts: Prefer using U+FFFD character for fallback instead of '?', if available. (#4269) -- Fonts: Use U+FF0E dot character to construct an ellipsis if U+002E '.' is not available. (#4269) -- Fonts: Added U+FFFD ("replacement character") to default asian glyphs ranges. (#4269) -- Fonts: Fixed calling ClearTexData() (clearing CPU side font data) triggering an assert in NewFrame(). (#3487) -- DrawList: Fixed AddCircle/AddCircleFilled() with auto-tesselation not using accelerated paths for small circles. - Fixed AddCircle/AddCircleFilled() with 12 segments which had a broken edge. (#4419, #4421) [@thedmd] -- Demo: Fixed requirement in 1.83 to link with imgui_demo.cpp if IMGUI_DISABLE_METRICS_WINDOW is not set. (#4171) - Normally the right way to disable compiling the demo is to set IMGUI_DISABLE_DEMO_WINDOWS, but we want to avoid - implying that the file is required. -- Metrics: Fixed a crash when inspecting the individual draw command of a foreground drawlist. [@rokups] -- Backends: Reorganized most backends (Win32, SDL, GLFW, OpenGL2/3, DX9/10/11/12, Vulkan, Allegro) to pull their - data from a single structure stored inside the main Dear ImGui context. This facilitate/allow usage of standard - backends with multiple-contexts BUT is only partially tested and not well supported. It is generally advised to - instead use the multi-viewports feature of docking branch where a single Dear ImGui context can be used across - multiple windows. (#586, #1851, #2004, #3012, #3934, #4141) -- Backends: Win32: Rework to handle certain Windows 8.1/10 features without a manifest. (#4200, #4191) - - ImGui_ImplWin32_GetDpiScaleForMonitor() will handle per-monitor DPI on Windows 10 without a manifest. - - ImGui_ImplWin32_EnableDpiAwareness() will call SetProcessDpiAwareness() fallback on Windows 8.1 without a manifest. -- Backends: Win32: IME functions are disabled by default for non-Visual Studio compilers (MinGW etc.). Enable with - '#define IMGUI_ENABLE_WIN32_DEFAULT_IME_FUNCTIONS' for those compilers. Undo change from 1.82. (#2590, #738, #4185, #4301) -- Backends: Win32: Mouse position is correctly reported when the host window is hovered but not focused. (#2445, #2696, #3751, #4377) -- Backends: Win32, SDL2, GLFW, OSX, Allegro: now calling io.AddFocusEvent() on focus gain/loss. (#4388) [@thedmd] - This allow us to ignore certain inputs on focus loss (previously relied on mouse loss but backends are now - reporting mouse even when host window is unfocused, as per #2445, #2696, #3751, #4377) -- Backends: Fixed keyboard modifiers being reported when host window doesn't have focus. (#2622) -- Backends: GLFW: Mouse position is correctly reported when the host window is hovered but not focused. (#3751, #4377, #2445) - (backend now uses glfwSetCursorEnterCallback(). If you called ImGui_ImplGlfw_InitXXX with install_callbacks=false, you will - need to install this callback and forward the data to the backend via ImGui_ImplGlfw_CursorEnterCallback). -- Backends: SDL2: Mouse position is correctly reported when the host window is hovered but not focused. (#3751, #4377, #2445) - (enabled with SDL 2.0.5+ as SDL_GetMouseFocus() is only usable with SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH). -- Backends: DX9: Explicitly disable texture state stages after >= 1. (#4268) [@NZJenkins] -- Backends: DX12: Fix texture casting crash on 32-bit systems (introduced on 2021/05/19 and v1.83) + added comments - about building on 32-bit systems. (#4225) [@kingofthebongo2008] -- Backends: OpenGL3: Embed our own minimal GL headers/loader (imgui_impl_opengl3_loader.h) based on gl3w. - Reduces the frequent issues and confusion coming from having to support multiple loaders and requiring users to use and - initialize the same loader as the backend. [@rokups] - Removed support for gl3w, glew, glad, glad2, glbinding2, glbinding3 (all now unnecessary). -- Backends: OpenGL3: Handle GL_CLIP_ORIGIN on <4.5 contexts if "GL_ARB_clip_control" extension is detected. (#4170, #3998) -- Backends: OpenGL3: Destroy vertex/fragment shader objects right after they are linked into main shader. (#4244) [@Crowbarous] -- Backends: OpenGL3: Use OES_vertex_array extension on Emscripten + backup/restore current state. (#4266, #4267) [@harry75369] -- Backends: GLFW: Installing and exposed ImGui_ImplGlfw_MonitorCallback() for forward compatibility with docking branch. -- Backends: OSX: Added a fix for shortcuts using CTRL key instead of CMD key. (#4253) [@rokups] -- Examples: DX12: Fixed handling of Alt+Enter in example app (using swapchain's ResizeBuffers). (#4346) [@PathogenDavid] -- Examples: DX12: Removed unnecessary recreation of backend-owned device objects when window is resized. (#4347) [@PathogenDavid] -- Examples: OpenGL3+GLFW,SDL: Remove include cruft to support variety of GL loaders (no longer necessary). [@rokups] -- Examples: OSX+OpenGL2: Fix event forwarding (fix key remaining stuck when using shortcuts with Cmd/Super key). - Other OSX examples were not affected. (#4253, #1873) [@rokups] -- Examples: Updated all .vcxproj to VS2015 (toolset v140) to facilitate usage with vcpkg. -- Examples: SDL2: Accommodate for vcpkg install having headers in SDL2/SDL.h vs SDL.h. - - ------------------------------------------------------------------------ - VERSION 1.83 (Released 2021-05-24) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.83 - -Breaking Changes: - -- Backends: Obsoleted direct access to ImDrawCmd::TextureId in favor of calling ImDrawCmd::GetTexID(). (#3761) [@thedmd] - - If you are using official backends from the source tree: you have nothing to do. - - If you copied old backend code or using your own: change access to draw_cmd->TextureId to draw_cmd->GetTexID(). - Why are we doing this? - - This change will be required in the future when adding support for incremental texture atlas updates. - - Please note this won't break soon, but we are making the change ahead of time. - -Other Changes: - -- Scrolling: Fix scroll tracking with e.g. SetScrollHereX/Y() when WindowPadding < ItemSpacing. -- Scrolling: Fix scroll snapping on edge of scroll region when both scrollbars are enabled. -- Scrolling: Fix mouse wheel axis swap when using SHIFT on macOS (system already does it). (#4010) -- Window: Fix IsWindowAppearing() from returning true twice in most cases. (#3982, #1497, #1061) -- Nav: Fixed toggling menu layer while an InputText() is active not stealing active id. (#787) -- Nav: Fixed pressing Escape to leave menu layer while in a popup or child window. (#787) -- Nav, InputText: Fixed accidental menu toggling while typing non-ascii characters using AltGR. [@rokups] (#370) -- Nav: Fixed using SetItemDefaultFocus() on windows with _NavFlattened flag. (#787) -- Nav: Fixed Tabbing initial activation from skipping the first item if it is tabbable through. (#787) -- Nav: Fixed fast CTRL+Tab (where keys are only held for one single frame) from properly enabling the - menu layer of target window if it doesn't have other active layers. -- Tables: Expose TableSetColumnEnabled() in public api. (#3935) -- Tables: Better preserve widths when columns count changes. (#4046) -- Tables: Sharing more memory buffers between tables, reducing general memory footprints. (#3740) -- TabBar: Fixed mouse reordering with very fast movements (e.g. crossing multiple tabs in a single - frame and then immediately standing still (would only affect automation/bots). [@rokups] -- Menus: made MenuItem() in a menu bar reflect the 'selected' argument with a highlight. (#4128) [@mattelegende] -- Drags, Sliders, Inputs: Specifying a NULL format to Float functions default them to "%.3f" to be - consistent with the compile-time default. (#3922) -- DragScalar: Add default value for v_speed argument to match higher-level functions. (#3922) [@eliasdaler] -- ColorEdit4: Alpha default to 255 (instead of 0) when omitted in hex input. (#3973) [@squadack] -- InputText: Fix handling of paste failure (buffer full) which in some cases could corrupt the undo stack. (#4038) - (fix submitted to https://github.com/nothings/stb/pull/1158) [@Unit2Ed, @ocornut] -- InputText: Do not filter private unicode codepoints (e.g. icons) when pasted from clipboard. (#4005) [@dougbinks] -- InputText: Align caret/cursor to pixel coordinates. (#4080) [@elvissteinjr] -- InputText: Fixed CTRL+Arrow or OSX double-click leaking the presence of spaces when ImGuiInputTextFlags_Password - is used. (#4155, #4156) [@michael-swan] -- LabelText: Fixed clipping of multi-line value text when label is single-line. (#4004) -- LabelText: Fixed vertical alignment of single-line value text when label is multi-line. (#4004) -- Combos: Changed the combo popup to use a different id to also using a context menu with the default item id. - Fixed using BeginPopupContextItem() with no parameter after a combo. (#4167) -- Popups: Added 'OpenPopup(ImGuiID id)' overload to facilitate calling from nested stacks. (#3993, #331) [@zlash] -- Tweak computation of io.Framerate so it is less biased toward high-values in the first 120 frames. (#4138) -- Optimization: Disabling some of MSVC most aggressive Debug runtime checks for some simple/low-level functions - (e.g. ImVec2, ImVector) leading to a 10-20% increase of performances with MSVC "default" Debug settings. -- ImDrawList: Add and use SSE-enabled ImRsqrt() in place of 1.0f / ImSqrt(). (#4091) [@wolfpld] -- ImDrawList: Fixed/improved thickness of thick strokes with sharp angles. (#4053, #3366, #2964, #2868, #2518, #2183) - Effectively introduced a regression in 1.67 (Jan 2019), and a fix in 1.70 (Apr 2019) but the fix wasn't actually on - par with original version. Now incorporating the correct revert. -- ImDrawList: Fixed PathArcTo() regression from 1.82 preventing use of counter-clockwise angles. (#4030, #3491) [@thedmd] -- Demo: Improved popups demo and comments. -- Metrics: Added "Fonts" section with same information as available in "Style Editor">"Fonts". -- Backends: SDL2: Rework global mouse pos availability check listing supported platforms explicitly, - effectively fixing mouse access on Raspberry Pi. (#2837, #3950) [@lethal-guitar, @hinxx] -- Backends: Win32: Clearing keyboard down array when losing focus (WM_KILLFOCUS). (#2062, #3532, #3961) - [@1025798851] -- Backends: OSX: Fix keys remaining stuck when CMD-tabbing to a different application. (#3832) [@rokups] -- Backends: DirectX9: calling IDirect3DStateBlock9::Capture() after CreateStateBlock() which appears to - workaround/fix state restoring issues. Unknown exactly why so, bit of a cargo-cult fix. (#3857) -- Backends: DirectX9: explicitly setting up more graphics states to increase compatibility with unusual - non-default states. (#4063) -- Backends: DirectX10, DirectX11: fixed a crash when backing/restoring state if nothing is bound when - entering the rendering function. (#4045) [@Nemirtingas] -- Backends: GLFW: Adding bound check in KeyCallback because GLFW appears to send -1 on some setups. [#4124] -- Backends: Vulkan: Fix mapped memory Vulkan validation error when buffer sizes are not multiple of - VkPhysicalDeviceLimits::nonCoherentAtomSize. (#3957) [@AgentX1994] -- Backends: WebGPU: Update to latest specs (Chrome Canary 92 and Emscripten 2.0.20). (#4116, #3632) [@bfierz, @Kangz] -- Backends: OpenGL3: Don't try to read GL_CLIP_ORIGIN unless we're OpenGL 4.5. (#3998, #2366, #2186) [@s7jones] -- Examples: OpenGL: Add OpenGL ES 2.0 support to modern GL examples. (#2837, #3951) [@lethal-guitar, @hinxx] -- Examples: Vulkan: Rebuild swapchain on VK_SUBOPTIMAL_KHR. (#3881) -- Examples: Vulkan: Prefer using discrete GPU if there are more than one available. (#4012) [@rokups] -- Examples: SDL2: Link with shell32.lib required by SDL2main.lib since SDL 2.0.12. [#3988] -- Examples: Android: Make Android example build compatible with Gradle 7.0. (#3446) -- Docs: Improvements to description of using colored glyphs/emojis. (#4169, #3369) -- Docs: Improvements to minor mistakes in documentation comments (#3923) [@ANF-Studios] - - ------------------------------------------------------------------------ - VERSION 1.82 (Released 2021-02-15) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.82 - -Breaking Changes: - -- Removed redirecting functions/enums names that were marked obsolete in 1.66 (September 2018): - - ImGui::SetScrollHere() --> use ImGui::SetScrollHereY() -- ImDrawList: upgraded AddPolyline()/PathStroke()'s "bool closed" parameter to use "ImDrawFlags flags". - - bool closed = false --> use ImDrawFlags_None, or 0 - - bool closed = true --> use ImDrawFlags_Closed - The matching ImDrawFlags_Closed value is guaranteed to always stay == 1 in the future. - Difference may not be noticeable for most but zealous type-checking tools may report a need to change. -- ImDrawList: upgraded AddRect(), AddRectFilled(), PathRect() to use ImDrawFlags instead of ImDrawCornersFlags. - - ImDrawCornerFlags_TopLeft --> use ImDrawFlags_RoundCornersTopLeft - - ImDrawCornerFlags_BotRight --> use ImDrawFlags_RoundCornersBottomRight - - ImDrawCornerFlags_None --> use ImDrawFlags_RoundCornersNone etc. - Flags now sanely defaults to 0 instead of 0x0F, consistent with all other flags in the API. - IMPORTANT: The default with rounding > 0.0f is now "round all corners" vs old implicit "round no corners": - - rounding == 0.0f + flags == 0 --> meant no rounding --> unchanged (common use) - - rounding > 0.0f + flags != 0 --> meant rounding --> unchanged (common use) - - rounding == 0.0f + flags != 0 --> meant no rounding --> unchanged (unlikely use) - - rounding > 0.0f + flags == 0 --> meant no rounding --> BREAKING (unlikely use)! - - this ONLY matters for hardcoded use of 0 with rounding > 0.0f. - - fix by using named ImDrawFlags_RoundCornersNone or rounding == 0.0f! - - this is technically the only real breaking change which we can't solve automatically (it's also uncommon). - The old ImDrawCornersFlags used awkward default values of ~0 or 0xF (4 lower bits set) to signify "round all corners" - and we sometimes encouraged using them as shortcuts. As a result the legacy path still support use of hardcoded ~0 - or any value from 0x1 or 0xF. They will behave the same with legacy paths enabled (will assert otherwise). - Courtesy of legacy untangling commity: [@rokups, @ocornut, @thedmd] -- ImDrawList: clarified that PathArcTo()/PathArcToFast() won't render with radius < 0.0f. Previously it sorts - of accidentally worked but would lead to counter-clockwise paths which and have an effect on anti-aliasing. -- InputText: renamed ImGuiInputTextFlags_AlwaysInsertMode to ImGuiInputTextFlags_AlwaysOverwrite, old name was an - incorrect description of behavior. Was ostly used by memory editor. Kept inline redirection function. (#2863) -- Moved 'misc/natvis/imgui.natvis' to 'misc/debuggers/imgui.natvis' as we will provide scripts for other debuggers. -- Style: renamed rarely used style.CircleSegmentMaxError (old default = 1.60f) - to style.CircleTessellationMaxError (new default = 0.30f) as its meaning changed. (#3808) [@thedmd] -- Win32+MinGW: Re-enabled IME functions by default even under MinGW. In July 2016, issue #738 had me incorrectly - disable those default functions for MinGW. MinGW users should: either link with -limm32, either set their - imconfig file with '#define IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS'. (#2590, #738) [@actboy168] - *EDIT* Undid in 1.84. -- Backends: Win32: Pragma linking with dwmapi.lib (Vista-era, ~9 kb). MinGW users will need to link with -ldwmapi. - -Other Changes: - -- Window, Nav: Fixed crash when calling SetWindowFocus(NULL) at the time a new window appears. (#3865) [@nem0] -- Window: Shrink close button hit-testing region when it covers an abnormally high portion of the window visible - area (e.g. when window is collapsed + moved in a corner) to facilitate moving the window away. (#3825) -- Nav: Various fixes for losing gamepad/keyboard navigation reference point when a window reappears or - when it appears while gamepad/keyboard are not being used. (#787) -- Drags: Fixed crash when using DragScalar() directly (not via common wrapper like DragFloat() etc.) - with ImGuiSliderFlags_AlwaysClamp + only one of either p_min or p_max set. (#3824) [@harry75369] -- Drags, Sliders: Fixed a bug where editing value would use wrong number if there were digits right after - format specifier (e.g. using "%f123" as a format string). [@rokups] -- Drags, Sliders: Fixed a bug where using custom formatting flags (',$,_) supported by stb_sprintf.h - would cause incorrect value to be displayed. (#3604) [@rokups] -- Drags, Sliders: Support ImGuiSliderFlags_Logarithmic flag with integers. Because why not? (#3786) -- Tables: Fixed unaligned accesses when using TableSetBgColor(ImGuiTableBgTarget_CellBg). (#3872) -- IsItemHovered(): fixed return value false positive when used after EndChild(), EndGroup() or widgets using - either of them, when the hovered location is located within a child window, e.g. InputTextMultiline(). - This is intended to have no side effects, but brace yourself for the possible comeback.. (#3851, #1370) -- Drag and Drop: can use BeginDragDropSource() for other than the left mouse button as long as the item - has an ID (for ID-less items will add new functionalities later). (#1637, #3885) -- ImFontAtlas: Added 'bool TexPixelsUseColors' output to help backend decide of underlying texture format. (#3369) - This can currently only ever be set by the Freetype renderer. -- imgui_freetype: Added ImGuiFreeTypeBuilderFlags_Bitmap flag to request Freetype loading bitmap data. - This may have an effect on size and must be called with correct size values. (#3879) [@metarutaiga] -- ImDrawList: PathArcTo() now supports "int num_segments = 0" (new default) and adaptively tessellate. - The adaptive tessellation uses look up tables, tends to be faster than old PathArcTo() while maintaining - quality for large arcs (tessellation quality derived from "style.CircleTessellationMaxError") (#3491) [@thedmd] -- ImDrawList: PathArcToFast() also adaptively tessellate efficiently. This means that large rounded corners - in e.g. hi-dpi settings will generally look better. (#3491) [@thedmd] -- ImDrawList: AddCircle, AddCircleFilled(): Tweaked default segment count calculation to honor MaxError - with more accuracy. Made default segment count always even for better looking result. (#3808) [@thedmd] -- Misc: Added GetAllocatorFunctions() to facilitate sharing allocators across DLL boundaries. (#3836) -- Misc: Added 'debuggers/imgui.gdb' and 'debuggers/imgui.natstepfilter' (along with existing 'imgui.natvis') - scripts to configure popular debuggers into skipping trivial functions when using StepInto. [@rokups] -- Backends: Android: Added native Android backend. (#3446) [@duddel] -- Backends: Win32: Added ImGui_ImplWin32_EnableAlphaCompositing() to facilitate experimenting with - alpha compositing and transparent windows. (#2766, #3447 etc.). -- Backends: OpenGL, Vulkan, DX9, DX10, DX11, DX12, Metal, WebGPU, Allegro: Rework blending equation to - preserve alpha in output buffer (using SrcBlendAlpha = ONE, DstBlendAlpha = ONE_MINUS_SRC_ALPHA consistently - accross all backends), facilitating compositing of the output buffer with another buffer. - (#2693, #2764, #2766, #2873, #3447, #3813, #3816) [@ocornut, @thedmd, @ShawnM427, @Ubpa, @aiekick] -- Backends: DX9: Fix to support IMGUI_USE_BGRA_PACKED_COLOR. (#3844) [@Xiliusha] -- Backends: DX9: Fix to support colored glyphs, using newly introduced 'TexPixelsUseColors' info. (#3844) -- Examples: Android: Added Android + GL ES3 example. (#3446) [@duddel] -- Examples: Reworked setup of clear color to be compatible with transparent values. -- CI: Use a dedicated "scheduled" workflow to trigger scheduled builds. Forks may disable this workflow if - scheduled builds builds are not required. [@rokups] -- Log/Capture: Added LogTextV, a va_list variant of LogText. [@PathogenDavid] - - ------------------------------------------------------------------------ - VERSION 1.81 (Released 2021-02-10) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.81 - -Breaking Changes: - -- ListBox helpers: - - Renamed ListBoxHeader(const char* label, ImVec2 size) to BeginListBox(). - - Renamed ListBoxFooter() to EndListBox(). - - Removed ListBoxHeader(const char* label, int items_count, int height_in_items = -1) in favor of specifying size. - In the redirection function, made vertical padding consistent regardless of (items_count <= height_in_items) or not. - - Kept inline redirection function for all threes (will obsolete). -- imgui_freetype: - - Removed ImGuiFreeType::BuildFontAtlas(). Kept inline redirection function. - Prefer using '#define IMGUI_ENABLE_FREETYPE', but there's a runtime selection path available too. - - The shared extra flags parameters (very rarely used) are now stored in ImFontAtlas::FontBuilderFlags. - - Renamed ImFontConfig::RasterizerFlags (used by FreeType) to ImFontConfig::FontBuilderFlags. - - Renamed ImGuiFreeType::XXX flags to ImGuiFreeTypeBuilderFlags_XXX for consistency with other API. - -Other Changes: - -- Viewports Added ImGui::GetMainViewport() as a way to get the bounds and work area of the host display. (#3789, #1542) - - In 'master' branch or without multi-viewports feature enabled: - - GetMainViewport()->Pos is always == (0,0) - - GetMainViewport()->Size is always == io.DisplaySize - - In 'docking' branch and with the multi-viewports feature enabled: - - GetMainViewport() will return information from your host Platform Window. - - In the future, we will support a "no main viewport" mode and this may return bounds of your main monitor. - - For forward compatibility with multi-viewports/multi-monitors: - - Code using (0,0) as a way to signify "upper-left of the host window" should use GetMainViewport()->Pos. - - Code using io.DisplaySize as a way to signify "size of the host window" should use GetMainViewport()->Size. - - We are also exposing a work area in ImGuiViewport ('WorkPos', 'WorkSize' vs 'Pos', 'Size' for full area): - - For a Platform Window, the work area is generally the full area minus space used by menu-bars. - - For a Platform Monitor, the work area is generally the full area minus space used by task-bars. - - All of this has been the case in 'docking' branch for a long time. What we've done is merely merging - a small chunk of the multi-viewport logic into 'master' to standardize some concepts ahead of time. -- Tables: Fixed PopItemWidth() or multi-components items not restoring per-colum ItemWidth correctly. (#3760) -- Window: Fixed minor title bar text clipping issue when FramePadding is small/zero and there are no - close button in the window. (#3731) -- SliderInt: Fixed click/drag when v_min==v_max from setting the value to zero. (#3774) [@erwincoumans] - Would also repro with DragFloat() when using ImGuiSliderFlags_Logarithmic with v_min==v_max. -- Menus: Fixed an issue with child-menu auto sizing (issue introduced in 1.80 on 2021/01/25) (#3779) -- InputText: Fixed slightly off ScrollX tracking, noticeable with large values of FramePadding.x. (#3781) -- InputText: Multiline: Fixed padding/cliprect not precisely matching single-line version. (#3781) -- InputText: Multiline: Fixed FramePadding.y worth of vertical offset when aiming with mouse. -- ListBox: Tweaked default height calculation. -- Fonts: imgui_freetype: Facilitated using FreeType integration: [@Xipiryon, @ocornut] - - Use '#define IMGUI_ENABLE_FREETYPE' in imconfig.h should make it work with no other modifications - other than compiling misc/freetype/imgui_freetype.cpp and linking with FreeType. - - Use '#define IMGUI_ENABLE_STB_TRUETYPE' if you somehow need the stb_truetype rasterizer to be - compiled in along with the FreeType one, otherwise it is enabled by default. -- Fonts: imgui_freetype: Added support for colored glyphs as supported by Freetype 2.10+ (for .ttf using CPAL/COLR - tables only). Enable the ImGuiFreeTypeBuilderFlags_LoadColor on a given font. Atlas always output directly - as RGBA8 in this situation. Likely to make sense with IMGUI_USE_WCHAR32. (#3369) [@pshurgal] -- Fonts: Fixed CalcTextSize() width rounding so it behaves more like a ceil. This is in order for text wrapping - to have enough space when provided width precisely calculated with CalcTextSize().x. (#3776) - Note that the rounding of either positions and widths are technically undesirable (e.g. #3437, #791) but - variety of code is currently on it so we are first fixing current behavior before we'll eventually change it. -- Log/Capture: Fix various new line/spacing issue when logging widgets. [@Xipiryon, @ocornut] -- Log/Capture: Improved the ASCII look of various widgets, making large dumps more easily human readable. -- ImDrawList: Fixed AddCircle()/AddCircleFilled() with (rad > 0.0f && rad < 1.0f && num_segments == 0). (#3738) - Would lead to a buffer read overflow. -- ImDrawList: Clarified PathArcTo() need for a_min <= a_max with an assert. -- ImDrawList: Fixed PathArcToFast() handling of a_min > a_max. -- Metrics: Back-ported "Viewports" debug visualizer from 'docking' branch. -- Demo: Added 'Examples->Fullscreen Window' demo using GetMainViewport() values. (#3789) -- Demo: 'Simple Overlay' demo now moves under main menu-bar (if any) using GetMainViewport()'s work area. -- Backends: Win32: Dynamically loading XInput DLL instead of linking with it, facilitate compiling with - old WindowSDK versions or running on Windows 7. (#3646, #3645, #3248, #2716) [@Demonese] -- Backends: Vulkan: Add support for custom Vulkan function loader and VK_NO_PROTOTYPES. (#3759, #3227) [@Hossein-Noroozpour] - User needs to call ImGui_ImplVulkan_LoadFunctions() with their custom loader prior to other functions. -- Backends: Metal: Fixed texture storage mode when building on Mac Catalyst. (#3748) [@Belinsky-L-V] -- Backends: OSX: Fixed mouse position not being reported when mouse buttons other than left one are down. (#3762) [@rokups] -- Backends: WebGPU: Added enderer backend for WebGPU support (imgui_impl_wgpu.cpp) (#3632) [@bfierz] - Please note that WebGPU is currently experimental, will not run on non-beta browsers, and may break. -- Examples: WebGPU: Added Emscripten+WebGPU example. (#3632) [@bfierz] -- Backends: GLFW: Added ImGui_ImplGlfw_InitForOther() initialization call to use with non OpenGL API. (#3632) - - ------------------------------------------------------------------------ - VERSION 1.80 (Released 2021-01-21) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.80 - -Breaking Changes: - -- Added imgui_tables.cpp file! Manually constructed project files will need the new file added! (#3740) -- Backends: moved all backends files (imgui_impl_XXXX.cpp, imgui_impl_XXXX.h) from examples/ to backends/. (#3513) -- Renamed ImDrawList::AddBezierCurve() to ImDrawList::AddBezierCubic(). Kept inline redirection function (will obsolete). -- Renamed ImDrawList::PathBezierCurveTo() to ImDrawList::PathBezierCubicCurveTo(). Kept inline redirection function (will obsolete). -- Removed redirecting functions/enums names that were marked obsolete in 1.60 (April 2018): - - io.RenderDrawListsFn pointer -> use ImGui::GetDrawData() value and call the render function of your backend - - ImGui::IsAnyWindowFocused() -> use ImGui::IsWindowFocused(ImGuiFocusedFlags_AnyWindow) - - ImGui::IsAnyWindowHovered() -> use ImGui::IsWindowHovered(ImGuiHoveredFlags_AnyWindow) - - ImGuiStyleVar_Count_ -> use ImGuiStyleVar_COUNT - - ImGuiMouseCursor_Count_ -> use ImGuiMouseCursor_COUNT -- Removed redirecting functions/enums names that were marked obsolete in 1.61 (May 2018): - - InputFloat (... int decimal_precision ...) -> use InputFloat (... const char* format ...) with format = "%.Xf" where X was value for decimal_precision. - - same for InputFloat2()/InputFloat3()/InputFloat4() variants taking a `int decimal_precision` parameter. -- Removed redirecting functions/enums names that were marked obsolete in 1.63 (August 2018): - - ImGui::IsItemDeactivatedAfterChange() -> use ImGui::IsItemDeactivatedAfterEdit(). - - ImGuiCol_ModalWindowDarkening -> use ImGuiCol_ModalWindowDimBg - - ImGuiInputTextCallback -> use ImGuiTextEditCallback - - ImGuiInputTextCallbackData -> use ImGuiTextEditCallbackData -- If you were still using the old names, while you are cleaning up, considering enabling - IMGUI_DISABLE_OBSOLETE_FUNCTIONS in imconfig.h even temporarily to have a pass at finding - and removing up old API calls, if any remaining. -- Internals: Columns: renamed undocumented/internals ImGuiColumnsFlags_* to ImGuiOldColumnFlags_* to reduce - confusion with Tables API. Keep redirection enums (will obsolete). (#125, #513, #913, #1204, #1444, #2142, #2707) -- Renamed io.ConfigWindowsMemoryCompactTimer to io.ConfigMemoryCompactTimer as the feature now applies - to other data structures. (#2636) - -Other Changes: - -- Tables: added new Tables Beta API as a replacement for old Columns. (#3740, #2957, #125) - Check out 'Demo->Tables' for many demos. - Read API comments in imgui.h for details. Read extra commentary in imgui_tables.cpp. - - Added 16 functions: - - BeginTable(), EndTable() - - TableNextRow(), TableNextColumn(), TableSetColumnIndex() - - TableSetupColumn(), TableSetupScrollFreeze() - - TableHeadersRow(), TableHeader() - - TableGetRowIndex(), TableGetColumnCount(), TableGetColumnIndex(), TableGetColumnName(), TableGetColumnFlags() - - TableGetSortSpecs(), TableSetBgColor() - - Added 3 flags sets: - - ImGuiTableFlags (29 flags for: features, decorations, sizing policies, padding, clipping, scrolling, sorting etc.) - - ImGuiTableColumnFlags (24 flags for: width policies, default settings, sorting options, indentation options etc.) - - ImGuiTableRowFlags (1 flag for: header row) - - Added 2 structures: ImGuiTableSortSpecs, ImGuiTableColumnSortSpecs - - Added 2 enums: ImGuiSortDirection, ImGuiTableBgTarget - - Added 1 style variable: ImGuiStyleVar_CellPadding - - Added 5 style colors: ImGuiCol_TableHeaderBg, ImGuiCol_TableBorderStrong, ImGuiCol_TableBorderLight, ImGuiCol_TableRowBg, ImGuiCol_TableRowBgAlt. -- Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again. -- Tab Bar: Fixed using more than 128 tabs in a tab bar (scrolling policy recommended). -- Tab Bar: Do not display a tooltip if the name already fits over a given tab. (#3521) -- Tab Bar: Fixed minor/unlikely bug skipping over a button when scrolling left with arrows. -- Tab Bar: Requested ideal content size (for auto-fit) doesn't affect horizontal scrolling. (#3414) -- Drag and Drop: Fix losing drop source ActiveID (and often source tooltip) when opening a TreeNode() - or CollapsingHeader() while dragging. (#1738) -- Drag and Drop: Fix drag and drop to tie same-size drop targets by chosen the later one. Fixes dragging - into a full-window-sized dockspace inside a zero-padded window. (#3519, #2717) [@Black-Cat] -- Checkbox: Added CheckboxFlags() helper with int* type (internals have a template version, not exposed). -- Clipper: Fixed incorrect end-list positioning when using ImGuiListClipper with 1 item (bug in 1.79). (#3663) [@nyorain] -- InputText: Fixed updating cursor/selection position when a callback altered the buffer in a way - where the byte count is unchanged but the decoded character count changes. (#3587) [@gqw] -- InputText: Fixed switching from single to multi-line while preserving same ID. -- Combo: Fixed using IsItemEdited() after Combo() not matching the return value from Combo(). (#2034) -- DragFloat, DragInt: very slightly increased mouse drag threshold + expressing it as a factor of default value. -- DragFloat, DragInt: added experimental io.ConfigDragClickToInputText feature to enable turning DragXXX widgets - into text input with a simple mouse click-release (without moving). (#3737) -- Nav: Fixed IsItemFocused() from returning false when Nav highlight is hidden because mouse has moved. - It's essentially been always the case but it doesn't make much sense. Instead we will aim at exposing - feedback and control of keyboard/gamepad navigation highlight and mouse hover disable flag. (#787, #2048) -- Metrics: Fixed mishandling of ImDrawCmd::VtxOffset in wireframe mesh renderer. -- Metrics: Rebranded as "Dear ImGui Metrics/Debugger" to clarify its purpose. -- ImDrawList: Added ImDrawList::AddQuadBezierCurve(), ImDrawList::PathQuadBezierCurveTo() quadratic bezier - helpers. (#3127, #3664, #3665) [@aiekick] -- Fonts: Updated GetGlyphRangesJapanese() to include a larger 2999 ideograms selection of Joyo/Jinmeiyo - kanjis, from the previous 1946 ideograms selection. This will consume a some more memory but be generally - much more fitting for Japanese display, until we switch to a more dynamic atlas. (#3627) [@vaiorabbit] -- Log/Capture: fix capture to work on clipped child windows. -- Misc: Made the ItemFlags stack shared, so effectively the ButtonRepeat/AllowKeyboardFocus states - (and others exposed in internals such as PushItemFlag) are inherited by stacked Begin/End pairs, - vs previously a non-child stacked Begin() would reset those flags back to zero for the stacked window. -- Misc: Replaced UTF-8 decoder with one based on branchless one by Christopher Wellons. [@rokups] - Super minor fix handling incomplete UTF-8 contents: if input does not contain enough bytes, decoder - returns IM_UNICODE_CODEPOINT_INVALID and consume remaining bytes (vs old decoded consumed only 1 byte). -- Misc: Fix format warnings when using gnu printf extensions in a setup that supports them (gcc/mingw). (#3592) -- Misc: Made EndFrame() assertion for key modifiers being unchanged during the frame (added in 1.76) more - lenient, allowing full mid-frame releases. This is to accommodate the use of mid-frame modal native - windows calls, which leads backends such as GLFW to send key clearing events on focus loss. (#3575) -- Style: Changed default style.WindowRounding value to 0.0f (matches default for multi-viewports). -- Style: Reduced the size of the resizing grip, made alpha less prominent. -- Style: Classic: Increase the default alpha value of WindowBg to be closer to other styles. -- Demo: Clarify usage of right-aligned items in Demo>Layout>Widgets Width. -- Backends: OpenGL3: Use glGetString(GL_VERSION) query instead of glGetIntegerv(GL_MAJOR_VERSION, ...) - when the later returns zero (e.g. Desktop GL 2.x). (#3530) [@xndcn] -- Backends: OpenGL2: Backup and restore GL_SHADE_MODEL and disable GL_NORMAL_ARRAY state to increase - compatibility with legacy code. (#3671) -- Backends: OpenGL3: Backup and restore GL_PRIMITIVE_RESTART state. (#3544) [@Xipiryon] -- Backends: OpenGL2, OpenGL3: Backup and restore GL_STENCIL_TEST enable state. (#3668) -- Backends: Vulkan: Added support for specifying which sub-pass to reference during VkPipeline creation. (@3579) [@bdero] -- Backends: DX12: Improve Windows 7 compatibility (for D3D12On7) by loading d3d12.dll dynamically. (#3696) [@Mattiwatti] -- Backends: Win32: Fix setting of io.DisplaySize to invalid/uninitialized data after hwnd has been closed. -- Backends: OSX: Fix keypad-enter key not working on MacOS. (#3554) [@rokups, @lfnoise] -- Examples: Apple+Metal: Consolidated/simplified to get closer to other examples. (#3543) [@warrenm] -- Examples: Apple+Metal: Forward events down so OS key combination like Cmd+Q can work. (#3554) [@rokups] -- Examples: Emscripten: Renamed example_emscripten/ to example_emscripten_opengl3/. (#3632) -- Examples: Emscripten: Added 'make serve' helper to spawn a web-server on localhost. (#3705) [@Horki] -- Examples: DirectX12: Move ImGui::Render() call above the first barrier to clarify its lack of effect on the graphics pipe. -- CI: Fix testing for Windows DLL builds. (#3603, #3601) [@iboB] -- Docs: Improved the wiki and added a https://github.com/ocornut/imgui/wiki/Useful-Widgets page. [@Xipiryon] - [2021/05/20: moved to https://github.com/ocornut/imgui/wiki/Useful-Extensions] -- Docs: Split examples/README.txt into docs/BACKENDS.md and docs/EXAMPLES.md, and improved them. -- Docs: Consistently renamed all occurrences of "binding" and "back-end" to "backend" in comments and docs. - - ------------------------------------------------------------------------ - VERSION 1.79 (Released 2020-10-08) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.79 - -Breaking Changes: - -- Fonts: Removed ImFont::DisplayOffset in favor of ImFontConfig::GlyphOffset. DisplayOffset was applied - after scaling and not very meaningful/useful outside of being needed by the default ProggyClean font. - It was also getting in the way of better font scaling, so let's get rid of it now! - If you used DisplayOffset it was probably in association to rasterizing a font at a specific size, - in which case the corresponding offset may be reported into GlyphOffset. (#1619) - If you scaled this value after calling AddFontDefault(), this is now done automatically. -- ImGuiListClipper: Renamed constructor parameters which created an ambiguous alternative to using - the ImGuiListClipper::Begin() function, with misleading edge cases. Always use ImGuiListClipper::Begin()! - Kept inline redirection function (will obsolete). - (note: imgui_memory_editor <0.40 from imgui_club/ used this old clipper API. Update your copy if needed). -- Style: Renamed style.TabMinWidthForUnselectedCloseButton to style.TabMinWidthForCloseButton. -- Renamed ImGuiSliderFlags_ClampOnInput to ImGuiSliderFlags_AlwaysClamp. Kept redirection enum (will obsolete). -- Renamed OpenPopupContextItem() back to OpenPopupOnItemClick(), REVERTED CHANGE FROM 1.77. - For variety of reason this is more self-explanatory and less error-prone. Kept inline redirection function. -- Removed return value from OpenPopupOnItemClick() - returned true on mouse release on an item - because it - is inconsistent with other popups API and makes others misleading. It's also and unnecessary: you can - use IsWindowAppearing() after BeginPopup() for a similar result. - -Other Changes: - -- Window: Fixed using non-zero pivot in SetNextWindowPos() when the window is collapsed. (#3433) -- Nav: Fixed navigation resuming on first visible item when using gamepad. [@rokups] -- Nav: Fixed using Alt to toggle the Menu layer when inside a Modal window. (#787) -- Scrolling: Fixed SetScrollHere(0) functions edge snapping when called during a frame where - ContentSize is changing (issue introduced in 1.78). (#3452). -- InputText: Added support for Page Up/Down in InputTextMultiline(). (#3430) [@Xipiryon] -- InputText: Added selection helpers in ImGuiInputTextCallbackData(). -- InputText: Added ImGuiInputTextFlags_CallbackEdit to modify internally owned buffer after an edit. - (note that InputText() already returns true on edit, the callback is useful mainly to manipulate the - underlying buffer while focus is active). -- InputText: Fixed using ImGuiInputTextFlags_Password with InputTextMultiline(). (#3427, #3428) - It is a rather unusual or useless combination of features but no reason it shouldn't work! -- InputText: Fixed minor scrolling glitch when erasing trailing lines in InputTextMultiline(). -- InputText: Fixed cursor being partially covered after using Ctrl+End key. -- InputText: Fixed callback's helper DeleteChars() function when cursor is inside the deleted block. (#3454) -- InputText: Made pressing Down arrow on the last line when it doesn't have a carriage return not move to - the end of the line (so it is consistent with Up arrow, and behave same as Notepad and Visual Studio. - Note that some other text editors instead would move the cursor to the end of the line). [@Xipiryon] -- DragFloat, DragScalar: Fixed ImGuiSliderFlags_ClampOnInput not being honored in the special case - where v_min == v_max. (#3361) -- SliderInt, SliderScalar: Fixed reaching of maximum value with inverted integer min/max ranges, both - with signed and unsigned types. Added reverse Sliders to Demo. (#3432, #3449) [@rokups] -- Text: Bypass unnecessary formatting when using the TextColored()/TextWrapped()/TextDisabled() helpers - with a "%s" format string. (#3466) -- CheckboxFlags: Display mixed-value/tristate marker when passed flags that have multiple bits set and - stored value matches neither zero neither the full set. -- BeginMenuBar: Fixed minor bug where CursorPosMax gets pushed to CursorPos prior to calling BeginMenuBar(), - so e.g. calling the function at the end of a window would often add +ItemSpacing.y to scrolling range. -- TreeNode, CollapsingHeader: Made clicking on arrow toggle toggle the open state on the Mouse Down event - rather than the Mouse Down+Up sequence, even if the _OpenOnArrow flag isn't set. This is standard behavior - and amends the change done in 1.76 which only affected cases were _OpenOnArrow flag was set. - (This is also necessary to support full multi/range-select/drag and drop operations.) -- Tab Bar: Added TabItemButton() to submit tab that behave like a button. (#3291) [@Xipiryon] -- Tab Bar: Added ImGuiTabItemFlags_Leading and ImGuiTabItemFlags_Trailing flags to position tabs or button - at either end of the tab bar. Those tabs won't be part of the scrolling region, and when reordering cannot - be moving outside of their section. Most often used with TabItemButton(). (#3291) [@Xipiryon] -- Tab Bar: Added ImGuiTabItemFlags_NoReorder flag to disable reordering a given tab. -- Tab Bar: Keep tab item close button visible while dragging a tab (independent of hovering state). -- Tab Bar: Fixed a small bug where closing a tab that is not selected would leave a tab hole for a frame. -- Tab Bar: Fixed a small bug where scrolling buttons (with ImGuiTabBarFlags_FittingPolicyScroll) would - generate an unnecessary extra draw call. -- Tab Bar: Fixed a small bug where toggling a tab bar from Reorderable to not Reorderable would leave - tabs reordered in the tab list popup. [@Xipiryon] -- Columns: Fix inverted ClipRect being passed to renderer when using certain primitives inside of - a fully clipped column. (#3475) [@szreder] -- Popups, Tooltips: Fix edge cases issues with positioning popups and tooltips when they are larger than - viewport on either or both axises. [@Rokups] -- Fonts: AddFontDefault() adjust its vertical offset based on floor(size/13) instead of always +1. - Was previously done by altering DisplayOffset.y but wouldn't work for DPI scaled font. -- Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible. -- Demo: Add simple InputText() callbacks demo (aside from the more elaborate ones in 'Examples->Console'). -- Backends: OpenGL3: Fix to avoid compiling/calling glBindSampler() on ES or pre 3.3 contexts which have - the defines set by a loader. (#3467, #1985) [@jjwebb] -- Backends: Vulkan: Some internal refactor aimed at allowing multi-viewport feature to create their - own render pass. (#3455, #3459) [@FunMiles] -- Backends: DX12: Clarified that imgui_impl_dx12 can be compiled on 32-bit systems by redefining - the ImTextureID to be 64-bit (e.g. '#define ImTextureID ImU64' in imconfig.h). (#301) -- Backends: DX12: Fix debug layer warning when scissor rect is zero-sized. (#3472, #3462) [@StoneWolf] -- Examples: Vulkan: Reworked buffer resize handling, fix for Linux/X11. (#3390, #2626) [@RoryO] -- Examples: Vulkan: Switch validation layer to use "VK_LAYER_KHRONOS_validation" instead of - "VK_LAYER_LUNARG_standard_validation" which is deprecated (#3459) [@FunMiles] -- Examples: DX12: Enable breaking on any warning/error when debug interface is enabled. -- Examples: DX12: Added '#define ImTextureID ImU64' in project and build files to also allow building - on 32-bit systems. Added project to default Visual Studio solution file. (#301) - - ------------------------------------------------------------------------ - VERSION 1.78 (Released 2020-08-18) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.78 - -Breaking Changes: - -- Obsoleted use of the trailing 'float power=1.0f' parameter for those functions: [@Shironekoben, @ocornut] - - DragFloat(), DragFloat2(), DragFloat3(), DragFloat4(), DragFloatRange2(), DragScalar(), DragScalarN() - - SliderFloat(), SliderFloat2(), SliderFloat3(), SliderFloat4(), SliderScalar(), SliderScalarN() - - VSliderFloat(), VSliderScalar() - Replaced the final 'float power=1.0f' argument with ImGuiSliderFlags defaulting to 0 (as with all our flags). - Worked out a backward-compatibility scheme so hopefully most C++ codebase should not be affected. - In short, when calling those functions: - - If you omitted the 'power' parameter (likely!), you are not affected. - - If you set the 'power' parameter to 1.0f (same as previous default value): - - Your compiler may warn on float>int conversion. - - Everything else will work (but will assert if IMGUI_DISABLE_OBSOLETE_FUNCTIONS is defined). - - You can replace the 1.0f value with 0 to fix the warning, and be technically correct. - - If you set the 'power' parameter to >1.0f (to enable non-linear editing): - - Your compiler may warn on float>int conversion. - - Code will assert at runtime for IM_ASSERT(power == 1.0f) with the following assert description: - "Call Drag function with ImGuiSliderFlags_Logarithmic instead of using the old 'float power' function!". - - In case asserts are disabled, the code will not crash and enable the _Logarithmic flag. - - You can replace the >1.0f value with ImGuiSliderFlags_Logarithmic to fix the warning/assert - and get a _similar_ effect as previous uses of power >1.0f. - See https://github.com/ocornut/imgui/issues/3361 for all details. - For shared code, you can version check at compile-time with `#if IMGUI_VERSION_NUM >= 17704`. - Kept inline redirection functions (will obsolete) apart for: DragFloatRange2(), VSliderFloat(), VSliderScalar(). - For those three the 'float power=1.0f' version was removed directly as they were most unlikely ever used. -- DragInt, DragFloat, DragScalar: Obsoleted use of v_min > v_max to lock edits (introduced in 1.73, this was not - demoed nor documented much, will be replaced a more generic ReadOnly feature). - -Other Changes: - -- Nav: Fixed clicking on void (behind any windows) from not clearing the focused window. - This would be problematic e.g. in situation where the application relies on io.WantCaptureKeyboard - flag being cleared accordingly. (bug introduced in 1.77 WIP on 2020/06/16) (#3344, #2880) -- Window: Fixed clicking over an item which hovering has been disabled (e.g inhibited by a popup) - from marking the window as moved. -- Drag, Slider: Added ImGuiSliderFlags parameters. - - For float functions they replace the old trailing 'float power=1.0' parameter. - (See #3361 and the "Breaking Changes" block above for all details). - - Added ImGuiSliderFlags_Logarithmic flag to enable logarithmic editing - (generally more precision around zero), as a replacement to the old 'float power' parameter - which was obsoleted. (#1823, #1316, #642) [@Shironekoben, @AndrewBelt] - - Added ImGuiSliderFlags_ClampOnInput flag to force clamping value when using - CTRL+Click to type in a value manually. (#1829, #3209, #946, #413). - [note: RENAMED to ImGuiSliderFlags_AlwaysClamp in 1.79]. - - Added ImGuiSliderFlags_NoRoundToFormat flag to disable rounding underlying - value to match precision of the display format string. (#642) - - Added ImGuiSliderFlags_NoInput flag to disable turning widget into a text input - with CTRL+Click or Nav Enter. -- Nav, Slider: Fix using keyboard/gamepad controls with certain logarithmic sliders where - pushing a direction near zero values would be cancelled out. [@Shironekoben] -- DragFloatRange2, DragIntRange2: Fixed an issue allowing to drag out of bounds when both - min and max value are on the same value. (#1441) -- InputText, ImDrawList: Fixed assert triggering when drawing single line of text with more - than ~16 KB characters. (Note that current code is going to show corrupted display if after - clipping, more than 16 KB characters are visible in the same low-level ImDrawList::RenderText() - call. ImGui-level functions such as TextUnformatted() are not affected. This is quite rare - but it will be addressed later). (#3349) -- Selectable: Fixed highlight/hit extent when used with horizontal scrolling (in or outside columns). - Also fixed related text clipping when used in a column after the first one. (#3187, #3386) -- Scrolling: Avoid SetScroll, SetScrollFromPos functions from snapping on the edge of scroll - limits when close-enough by (WindowPadding - ItemPadding), which was a tweak with too many - side-effects. The behavior is still present in SetScrollHere functions as they are more explicitly - aiming at making widgets visible. May later be moved to a flag. -- Tab Bar: Allow calling SetTabItemClosed() after a tab has been submitted (will process next frame). -- InvisibleButton: Made public a small selection of ImGuiButtonFlags (previously in imgui_internal.h) - and allowed to pass them to InvisibleButton(): ImGuiButtonFlags_MouseButtonLeft/Right/Middle. - This is a small but rather important change because lots of multi-button behaviors could previously - only be achieved using lower-level/internal API. Now also available via high-level InvisibleButton() - with is a de-facto versatile building block to creating custom widgets with the public API. -- Fonts: Fixed ImFontConfig::GlyphExtraSpacing and ImFontConfig::PixelSnapH settings being pulled - from the merged/target font settings when merging fonts, instead of being pulled from the source - font settings. -- ImDrawList: Thick anti-aliased strokes (> 1.0f) with integer thickness now use a texture-based - path, reducing the amount of vertices/indices and CPU/GPU usage. (#3245) [@Shironekoben] - - This change will facilitate the wider use of thick borders in future style changes. - - Requires an extra bit of texture space (~64x64 by default), relies on GPU bilinear filtering. - - Set `io.AntiAliasedLinesUseTex = false` to disable rendering using this method. - - Clear `ImFontAtlasFlags_NoBakedLines` in ImFontAtlas::Flags to disable baking data in texture. -- ImDrawList: changed AddCircle(), AddCircleFilled() default num_segments from 12 to 0, effectively - enabling auto-tessellation by default. Tweak tessellation in Style Editor->Rendering section, or - by modifying the 'style.CircleSegmentMaxError' value. [@ShironekoBen] -- ImDrawList: Fixed minor bug introduced in 1.75 where AddCircle() with 12 segments would generate - an extra vertex. (This bug was mistakenly marked as fixed in earlier 1.77 release). [@ShironekoBen] -- Demo: Improved "Custom Rendering"->"Canvas" demo with a grid, scrolling and context menu. - Also showcase using InvisibleButton() with multiple mouse buttons flags. -- Demo: Improved "Layout & Scrolling" -> "Clipping" section. -- Demo: Improved "Layout & Scrolling" -> "Child Windows" section. -- Style Editor: Added preview of circle auto-tessellation when editing the corresponding value. -- Backends: OpenGL3: Added support for glad2 loader. (#3330) [@moritz-h] -- Backends: Allegro 5: Fixed horizontal scrolling direction with mouse wheel / touch pads (it seems - like Allegro 5 reports it differently from GLFW and SDL). (#3394, #2424, #1463) [@nobody-special666] -- Examples: Vulkan: Fixed GLFW+Vulkan and SDL+Vulkan clear color not being set. (#3390) [@RoryO] -- CI: Emscripten has stopped their support for their fastcomp backend, switching to latest sdk [@Xipiryon] - - ------------------------------------------------------------------------ - VERSION 1.77 (Released 2020-06-29) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.77 - -Breaking Changes: - -- Removed unnecessary ID (first arg) of ImFontAtlas::AddCustomRectRegular() function. Please - note that this is a Beta api and will likely be reworked in order to support multi-DPI across - multiple monitors. -- Renamed OpenPopupOnItemClick() to OpenPopupContextItem(). Kept inline redirection function (will obsolete). - [NOTE: THIS WAS REVERTED IN 1.79] -- Removed BeginPopupContextWindow(const char*, int mouse_button, bool also_over_items) in favor - of BeginPopupContextWindow(const char*, ImGuiPopupFlags flags) with ImGuiPopupFlags_NoOverItems. - Kept inline redirection function (will obsolete). -- Removed obsoleted CalcItemRectClosestPoint() entry point (has been asserting since December 2017). - -Other Changes: - -- TreeNode: Fixed bug where BeginDragDropSource() failed when the _OpenOnDoubleClick flag is - enabled (bug introduced in 1.76, but pre-1.76 it would also fail unless the _OpenOnArrow - flag was also set, and _OpenOnArrow is frequently set along with _OpenOnDoubleClick). -- TreeNode: Fixed bug where dragging a payload over a TreeNode() with either _OpenOnDoubleClick - or _OpenOnArrow would open the node. (#143) -- Windows: Fix unintended feedback loops when resizing windows close to main viewport edges. [@rokups] -- Tabs: Added style.TabMinWidthForUnselectedCloseButton settings: - - Set to 0.0f (default) to always make a close button appear on hover (same as Chrome, VS). - - Set to FLT_MAX to only display a close button when selected (merely hovering is not enough). - - Set to an intermediary value to toggle behavior based on width (same as Firefox). -- Tabs: Added a ImGuiTabItemFlags_NoTooltip flag to disable the tooltip for individual tab item - (vs ImGuiTabBarFlags_NoTooltip for entire tab bar). [@Xipiryon] -- Popups: All functions capable of opening popups (OpenPopup*, BeginPopupContext*) now take a new - ImGuiPopupFlags sets of flags instead of a mouse button index. The API is automatically backward - compatible as ImGuiPopupFlags is guaranteed to hold mouse button index in the lower bits. -- Popups: Added ImGuiPopupFlags_NoOpenOverExistingPopup for OpenPopup*/BeginPopupContext* functions - to first test for the presence of another popup at the same level. -- Popups: Added ImGuiPopupFlags_NoOpenOverItems for BeginPopupContextWindow() - similar to testing - for !IsAnyItemHovered() prior to doing an OpenPopup(). -- Popups: Added ImGuiPopupFlags_AnyPopupId and ImGuiPopupFlags_AnyPopupLevel flags for IsPopupOpen(), - allowing to check if any popup is open at the current level, if a given popup is open at any popup - level, if any popup is open at all. -- Popups: Fix an edge case where programmatically closing a popup while clicking on its empty space - would attempt to focus it and close other popups. (#2880) -- Popups: Fix BeginPopupContextVoid() when clicking over the area made unavailable by a modal. (#1636) -- Popups: Clarified some of the comments and function prototypes. -- Modals: BeginPopupModal() doesn't set the ImGuiWindowFlags_NoSavedSettings flag anymore, and will - not always be auto-centered. Note that modals are more similar to regular windows than they are to - popups, so api and behavior may evolve further toward embracing this. (#915, #3091) - Enforce centering using e.g. SetNextWindowPos(io.DisplaySize * 0.5f, ImGuiCond_Appearing, ImVec2(0.5f,0.5f)). -- Metrics: Added a "Settings" section with some details about persistent ini settings. -- Nav, Menus: Fix vertical wrap-around in menus or popups created with multiple appending calls to - BeginMenu()/EndMenu() or BeginPopup(0/EndPopup(). (#3223, #1207) [@rokups] -- Drag and Drop: Fixed unintended fallback "..." tooltip display during drag operation when - drag source uses _SourceNoPreviewTooltip flags. (#3160) [@rokups] -- Columns: Lower overhead on column switches and switching to background channel. - Benefits Columns but was primarily made with Tables in mind! -- Fonts: Fix GetGlyphRangesKorean() end-range to end at 0xD7A3 (instead of 0xD79D). (#348, #3217) [@marukrap] -- ImDrawList: Fixed an issue where draw command merging or primitive unreserve while crossing the - VtxOffset boundary would lead to draw commands with wrong VtxOffset. (#3129, #3163, #3232, #2591) - [@thedmd, @Shironekoben, @sergeyn, @ocornut] -- ImDrawList, ImDrawListSplitter, Columns: Fixed an issue where changing channels with different - TextureId, VtxOffset would incorrectly apply new settings to draw channels. (#3129, #3163) - [@ocornut, @thedmd, @Shironekoben] -- ImDrawList, ImDrawListSplitter, Columns: Fixed an issue where starting a split when current - VtxOffset was not zero would lead to draw commands with wrong VtxOffset. (#2591) -- ImDrawList, ImDrawListSplitter, Columns: Fixed an issue where starting a split right after - a callback draw command would incorrectly override the callback draw command. -- Misc, Freetype: Fix for rare case where FT_Get_Char_Index() succeeds but FT_Load_Glyph() fails. -- Docs: Improved and moved font documentation to docs/FONTS.md so it can be readable on the web. - Updated various links/wiki accordingly. Added FAQ entry about DPI. (#2861) [@ButternCream, @ocornut] -- CI: Added CI test to verify we're never accidentally dragging libstdc++ (on some compiler setups, - static constructors for non-pod data seems to drag in libstdc++ due to thread-safety concerns). - Fixed a static constructor which led to this dependency on some compiler setups. [@rokups] -- Backends: Win32: Support for #define NOGDI, won't try to call GetDeviceCaps(). (#3137, #2327) -- Backends: Win32: Fix _WIN32_WINNT < 0x0600 (MinGW defaults to 0x502 == Windows 2003). (#3183) -- Backends: SDL: Report a zero display-size when window is minimized, consistent with other backends, - making more render/clipping code use an early out path. -- Backends: OpenGL: Fixed handling of GL 4.5+ glClipControl(GL_UPPER_LEFT) by inverting the - projection matrix top and bottom values. (#3143, #3146) [@u3shit] -- Backends: OpenGL: On OSX, if unspecified by app, made default GLSL version 150. (#3199) [@albertvaka] -- Backends: OpenGL: Fixed loader auto-detection to not interfere with ES2/ES3 defines. (#3246) [@funchal] -- Backends: Vulkan: Fixed error in if initial frame has no vertices. (#3177) -- Backends: Vulkan: Fixed edge case where render callbacks wouldn't be called if the ImDrawData - structure didn't have any vertices. (#2697) [@kudaba] -- Backends: OSX: Added workaround to avoid fast mouse clicks. (#3261, #1992, #2525) [@nburrus] -- Examples: GLFW+Vulkan, SDL+Vulkan: Fix for handling of minimized windows. (#3259) -- Examples: Apple: Fixed example_apple_metal and example_apple_opengl2 using imgui_impl_osx.mm - not forwarding right and center mouse clicks. (#3260) [@nburrus] - - ------------------------------------------------------------------------ - VERSION 1.76 (Released 2020-04-12) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.76 - -Other Changes: - -- Drag and Drop, Nav: Disabling navigation arrow keys when drag and drop is active. In the docking - branch pressing arrow keys while dragging a window from a tab could trigger an assert. (#3025) -- BeginMenu: Using same ID multiple times appends content to a menu. (#1207) [@rokups] -- BeginMenu: Fixed a bug where SetNextWindowXXX data before a BeginMenu() would not be cleared - when the menu is not open. (#3030) -- InputText: Fixed password fields displaying ASCII spaces as blanks instead of using the '*' - glyph. (#2149, #515) -- Selectable: Fixed honoring style.SelectableTextAlign with unspecified size. (#2347, #2601) -- Selectable: Allow using ImGuiSelectableFlags_SpanAllColumns in other columns than first. (#125) -- TreeNode: Made clicking on arrow with _OpenOnArrow toggle the open state on the Mouse Down - event rather than the Mouse Down+Up sequence (this is rather standard behavior). -- ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced - by default for standalone ColorButton. -- Nav: Fixed interactions with ImGuiListClipper, so e.g. Home/End result would not clip the - landing item on the landing frame. (#787) -- Nav: Fixed currently focused item from ever being clipped by ItemAdd(). (#787) -- Scrolling: Fixed scrolling centering API leading to non-integer scrolling values and initial - cursor position. This would often get fixed after the fix item submission, but using the - ImGuiListClipper as the first thing after Begin() could largely break size calculations. (#3073) -- Added optional support for Unicode plane 1-16 (#2538, #2541, #2815) [@cloudwu, @samhocevar] - - Compile-time enable with '#define IMGUI_USE_WCHAR32' in imconfig.h. - - More onsistent handling of unsupported code points (0xFFFD). - - Surrogate pairs are supported when submitting UTF-16 data via io.AddInputCharacterUTF16(), - allowing for more complete CJK input. - - sizeof(ImWchar) goes from 2 to 4. IM_UNICODE_CODEPOINT_MAX goes from 0xFFFF to 0x10FFFF. - - Various structures such as ImFont, ImFontGlyphRangesBuilder will use more memory, this - is currently not particularly efficient. -- Columns: undid the change in 1.75 were Columns()/BeginColumns() were preemptively limited - to 64 columns with an assert. (#3037, #125) -- Window: Fixed a bug with child window inheriting ItemFlags from their parent when the child - window also manipulate the ItemFlags stack. (#3024) [@Stanbroek] -- Font: Fixed non-ASCII space occasionally creating unnecessary empty looking polygons. -- Misc: Added an explicit compile-time test for non-scoped IM_ASSERT() macros to redirect users - to a solution rather than encourage people to add braces in the codebase. -- Misc: Added additional checks in EndFrame() to verify that io.KeyXXX values have not been - tampered with between NewFrame() and EndFrame(). -- Misc: Made default clipboard handlers for Win32 and OSX use a buffer inside the main context - instead of a static buffer, so it can be freed properly on Shutdown. (#3110) -- Misc, Freetype: Fixed support for IMGUI_STB_RECT_PACK_FILENAME compile time directive - in imgui_freetype.cpp (matching support in the regular code path). (#3062) [@DonKult] -- Metrics: Made Tools section more prominent. Showing wire-frame mesh directly hovering the ImDrawCmd - instead of requiring to open it. Added options to disable bounding box and mesh display. - Added notes on inactive/gc-ed windows. -- Demo: Added black and white and color gradients to Demo>Examples>Custom Rendering. -- CI: Added more tests on the continuous-integration server: extra warnings for Clang/GCC, building - SDL+Metal example, building imgui_freetype.cpp, more compile-time imconfig.h settings: disabling - obsolete functions, enabling 32-bit ImDrawIdx, enabling 32-bit ImWchar, disabling demo. [@rokups] -- Backends: OpenGL3: Fixed version check mistakenly testing for GL 4.0+ instead of 3.2+ to enable - ImGuiBackendFlags_RendererHasVtxOffset, leaving 3.2 contexts without it. (#3119, #2866) [@wolfpld] -- Backends: OpenGL3: Added include support for older glbinding 2.x loader. (#3061) [@DonKult] -- Backends: Win32: Added ImGui_ImplWin32_EnableDpiAwareness(), ImGui_ImplWin32_GetDpiScaleForHwnd(), - ImGui_ImplWin32_GetDpiScaleForMonitor() helpers functions (backported from the docking branch). - Those functions makes it easier for example apps to support hi-dpi features without setting up - a manifest. -- Backends: Win32: Calling AddInputCharacterUTF16() from WM_CHAR message handler in order to support - high-plane surrogate pairs. (#2815) [@cloudwu, @samhocevar] -- Backends: SDL: Added ImGui_ImplSDL2_InitForMetal() for API consistency (even though the function - currently does nothing). -- Backends: SDL: Fixed mapping for ImGuiKey_KeyPadEnter. (#3031) [@Davido71] -- Examples: Win32+DX12: Fixed resizing main window, enabled debug layer. (#3087, #3115) [@sergeyn] -- Examples: SDL+DX11: Fixed resizing main window. (#3057) [@joeslay] -- Examples: Added SDL+Metal example application. (#3017) [@coding-jackalope] - - ------------------------------------------------------------------------ - VERSION 1.75 (Released 2020-02-10) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.75 - -Breaking Changes: - -- Removed redirecting functions/enums names that were marked obsolete in 1.53 (December 2017): - - ShowTestWindow() -> use ShowDemoWindow() - - IsRootWindowFocused() -> use IsWindowFocused(ImGuiFocusedFlags_RootWindow) - - IsRootWindowOrAnyChildFocused() -> use IsWindowFocused(ImGuiFocusedFlags_RootAndChildWindows) - - SetNextWindowContentWidth(w) -> use SetNextWindowContentSize(ImVec2(w, 0.0f) - - GetItemsLineHeightWithSpacing() -> use GetFrameHeightWithSpacing() - - ImGuiCol_ChildWindowBg -> use ImGuiCol_ChildBg - - ImGuiStyleVar_ChildWindowRounding -> use ImGuiStyleVar_ChildRounding - - ImGuiTreeNodeFlags_AllowOverlapMode -> use ImGuiTreeNodeFlags_AllowItemOverlap - - IMGUI_DISABLE_TEST_WINDOWS -> use IMGUI_DISABLE_DEMO_WINDOWS - If you were still using the old names, while you are cleaning up, considering enabling - IMGUI_DISABLE_OBSOLETE_FUNCTIONS in imconfig.h even temporarily to have a pass at finding - and removing up old API calls, if any remaining. -- Removed implicit default parameter to IsMouseDragging(int button = 0) to be consistent - with other mouse functions (none of the other functions have it). -- Obsoleted calling ImDrawList::PrimReserve() with a negative count (which was vaguely - documented and rarely if ever used). Instead we added an explicit PrimUnreserve() API - which can be implemented faster. Also clarified pre-existing constraints which weren't - documented (can only unreserve from the last reserve call). If you suspect you ever - used that feature before (very unlikely, but grep for call to PrimReserve in your code), - you can #define IMGUI_DEBUG_PARANOID in imconfig.h to catch existing calls. [@ShironekoBen] -- ImDrawList::AddCircle()/AddCircleFilled() functions don't accept negative radius. -- Limiting Columns()/BeginColumns() api to 64 columns with an assert. While the current code - technically supports it, future code may not so we're putting the restriction ahead. - [Undid that change in 1.76] -- imgui_internal.h: changed ImRect() default constructor initializes all fields to 0.0f instead - of (FLT_MAX,FLT_MAX,-FLT_MAX,-FLT_MAX). If you used ImRect::Add() to create bounding boxes by - adding points into it without explicit initialization, you may need to fix your initial value. - -Other Changes: - -- Inputs: Added ImGuiMouseButton enum for convenience (e.g. ImGuiMouseButton_Right=1). - We forever guarantee that the existing value will not changes so existing code is free to use 0/1/2. -- Nav: Fixed a bug where the initial CTRL-Tab press while in a child window sometimes selected - the current root window instead of always selecting the previous root window. (#787) -- ColorEdit: Fix label alignment when using ImGuiColorEditFlags_NoInputs. (#2955) [@rokups] -- ColorEdit: In HSV display of a RGB stored value, attempt to locally preserve Saturation - when Value==0.0 (similar to changes done in 1.73 for Hue). Removed Hue editing lock since - those improvements in 1.73 makes them unnecessary. (#2722, #2770). [@rokups] -- ColorEdit: "Copy As" context-menu tool shows hex values with a '#' prefix instead of '0x'. -- ColorEdit: "Copy As" content-menu tool shows hex values both with/without alpha when available. -- InputText: Fix corruption or crash when executing undo after clearing input with ESC, as a - byproduct we are allowing to later undo the revert with a CTRL+Z. (#3008). -- InputText: Fix using a combination of _CallbackResize (e.g. for std::string binding), along with the - _EnterReturnsTrue flag along with the rarely used property of using an InputText without persisting - user-side storage. Previously if you had e.g. a local unsaved std::string and reading result back - from the widget, the user string object wouldn't be resized when Enter key was pressed. (#3009) -- MenuBar: Fix minor clipping issue where occasionally a menu text can overlap the right-most border. -- Window: Fix SetNextWindowBgAlpha(1.0f) failing to override alpha component. (#3007) [@Albog] -- Window: When testing for the presence of the ImGuiWindowFlags_NoBringToFrontOnFocus flag we - test both the focused/clicked window (which could be a child window) and the root window. -- ImDrawList: AddCircle(), AddCircleFilled() API can now auto-tessellate when provided a segment - count of zero. Alter tessellation quality with 'style.CircleSegmentMaxError'. [@ShironekoBen] -- ImDrawList: Add AddNgon(), AddNgonFilled() API with a guarantee on the explicit segment count. - In the current branch they are essentially the same as AddCircle(), AddCircleFilled() but as - we will rework the circle rendering functions to use textures and automatic segment count - selection, those new api can fill a gap. [@ShironekoBen] -- Columns: ImDrawList::Channels* functions now work inside columns. Added extra comments to - suggest using user-owned ImDrawListSplitter instead of ImDrawList functions. [@rokups] -- Misc: Added ImGuiMouseCursor_NotAllowed enum so it can be used by more shared widgets. [@rokups] -- Misc: Added IMGUI_DISABLE compile-time definition to make all headers and sources empty. -- Misc: Disable format checks when using stb_printf, to allow using extra formats. - Made IMGUI_USE_STB_SPRINTF a properly documented imconfig.h flag. (#2954) [@loicmolinari] -- Misc: Added misc/single_file/imgui_single_file.h, We use this to validate compiling all *.cpp - files in a same compilation unit. Actual users of that technique (also called "Unity builds") - can generally provide this themselves, so we don't really recommend you use this. [@rokups] -- CI: Added PVS-Studio static analysis on the continuous-integration server. [@rokups] -- Backends: GLFW, SDL, Win32, OSX, Allegro: Added support for ImGuiMouseCursor_NotAllowed. [@rokups] -- Backends: GLFW: Added support for the missing mouse cursors newly added in GLFW 3.4+. [@rokups] -- Backends: SDL: Wayland: use SDL_GetMouseState (because there is no global mouse state available - on Wayland). (#2800, #2802) [@NeroBurner] -- Backends: GLFW, SDL: report Windows key (io.KeySuper) as always released. Neither GLFW nor SDL can - correctly report the key release in every cases (e.g. when using Win+V) causing problems with some - widgets. The next release of GLFW (3.4+) will have a fix for it. However since it is both difficult - and discouraged to make use of this key for Windows application anyway, we just hide it. (#2976) -- Backends: Win32: Added support for #define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD to disable all - XInput using code, and IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT to disable linking with XInput, - the later may be problematic if compiling with recent Windows SDK and you want your app to run - on Windows 7. You can instead try linking with Xinput9_1_0.lib instead. (#2716) -- Backends: Glut: Improved FreeGLUT support for MinGW. (#3004) [@podsvirov] -- Backends: Emscripten: Avoid forcefully setting IMGUI_DISABLE_FILE_FUNCTIONS. (#3005) [@podsvirov] -- Examples: OpenGL: Explicitly adding -DIMGUI_IMPL_OPENGL_LOADER_GL3W to Makefile to match linking - settings (otherwise if another loader such as Glew is accessible, the OpenGL3 backend might - automatically use it). (#2919, #2798) -- Examples: OpenGL: Added support for glbinding OpenGL loader. (#2870) [@rokups] -- Examples: Emscripten: Demonstrating embedding fonts in Makefile and code. (#2953) [@Oipo] -- Examples: Metal: Wrapped main loop in @autoreleasepool block to ensure allocations get freed - even if underlying system event loop gets paused due to app nap. (#2910, #2917) [@bear24rw] - - ------------------------------------------------------------------------ - VERSION 1.74 (Released 2019-11-25) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.74 - -Breaking Changes: - -- Removed redirecting functions/enums names that were marked obsolete in 1.52 (October 2017): - - Begin() [old 5 args version] -> use Begin() [3 args], use SetNextWindowSize() SetNextWindowBgAlpha() if needed - - IsRootWindowOrAnyChildHovered() -> use IsWindowHovered(ImGuiHoveredFlags_RootAndChildWindows) - - AlignFirstTextHeightToWidgets() -> use AlignTextToFramePadding() - - SetNextWindowPosCenter() -> use SetNextWindowPos() with a pivot of (0.5f, 0.5f) - - ImFont::Glyph -> use ImFontGlyph - If you were still using the old names, read "API Breaking Changes" section of imgui.cpp to find out - the new names or equivalent features, or see how they were implemented until 1.73. -- Inputs: Fixed a miscalculation in the keyboard/mouse "typematic" repeat delay/rate calculation, used - by keys and e.g. repeating mouse buttons as well as the GetKeyPressedAmount() function. - If you were using a non-default value for io.KeyRepeatRate (previous default was 0.250), you can - add +io.KeyRepeatDelay to it to compensate for the fix. - The function was triggering on: 0.0 and (delay+rate*N) where (N>=1). Fixed formula responds to (N>=0). - Effectively it made io.KeyRepeatRate behave like it was set to (io.KeyRepeatRate + io.KeyRepeatDelay). - Fixed the code and altered default io.KeyRepeatRate,Delay from 0.250,0.050 to 0.300,0.050 to compensate. - If you never altered io.KeyRepeatRate nor used GetKeyPressedAmount() this won't affect you. -- Misc: Renamed IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS to IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS. (#1038) -- Misc: Renamed IMGUI_DISABLE_MATH_FUNCTIONS to IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS. -- Fonts: ImFontAtlas::AddCustomRectRegular() now requires an ID larger than 0x110000 (instead of 0x10000) to - conform with supporting Unicode planes 1-16 in a future update. ID below 0x110000 will now assert. -- Backends: DX12: Added extra ID3D12DescriptorHeap parameter to ImGui_ImplDX12_Init() function. - The value is unused in master branch but will be used by the multi-viewport feature. (#2851) [@obfuscate] - -Other Changes: - -- InputText, Nav: Fixed Home/End key broken when activating Keyboard Navigation. (#787) -- InputText: Filter out ASCII 127 (DEL) emitted by low-level OSX layer, as we are using the Key value. (#2578) -- Layout: Fixed a couple of subtle bounding box vertical positioning issues relating to the handling of text - baseline alignment. The issue would generally manifest when laying out multiple items on a same line, - with varying heights and text baseline offsets. - Some specific examples, e.g. a button with regular frame padding followed by another item with a - multi-line label and no frame padding, such as: multi-line text, small button, tree node item, etc. - The second item was correctly offset to match text baseline, and would interact/display correctly, - but it wouldn't push the contents area boundary low enough. -- Scrollbar: Fixed an issue where scrollbars wouldn't display on the frame following a frame where - all child window contents would be culled. -- ColorPicker: Fixed SV triangle gradient to block (broken in 1.73). (#2864, #2711). [@lewa-j] -- TreeNode: Fixed combination of ImGuiTreeNodeFlags_SpanFullWidth and ImGuiTreeNodeFlags_OpenOnArrow - incorrectly locating the arrow hit position to the left of the frame. (#2451, #2438, #1897) -- TreeNode: The collapsing arrow accepts click even if modifier keys are being held, facilitating - interactions with custom multi-selections patterns. (#2886, #1896, #1861) -- TreeNode: Added IsItemToggledOpen() to explicitly query if item was just open/closed, facilitating - interactions with custom multi-selections patterns. (#1896, #1861) -- DragScalar, SliderScalar, InputScalar: Added p_ prefix to parameter that are pointers to the data - to clarify how they are used, and more comments redirecting to the demo code. (#2844) -- Error handling: Assert if user mistakenly calls End() instead of EndChild() on a child window. (#1651) -- Misc: Optimized storage of window settings data (reducing allocation count). -- Misc: Windows: Do not use _wfopen() if IMGUI_DISABLE_WIN32_FUNCTIONS is defined. (#2815) -- Misc: Windows: Disabled win32 function by default when building with UWP. (#2892, #2895) -- Misc: Using static_assert() when using C++11, instead of our own construct (avoid zealous Clang warnings). -- Misc: Added IMGUI_DISABLE_FILE_FUNCTIONS/IMGUI_DISABLE_DEFAULT_FILE_FUNCTION to nullify or disable - default implementation of ImFileXXX functions linking with fopen/fclose/fread/fwrite. (#2734) -- Docs: Improved and moved FAQ to docs/FAQ.md so it can be readable on the web. [@ButternCream, @ocornut] -- Docs: Moved misc/fonts/README.txt to docs/FONTS.txt. -- Docs: Added permanent redirect from https://www.dearimgui.org/faq to FAQ page. -- Demo: Added simple item reordering demo in Widgets -> Drag and Drop section. (#2823, #143) [@rokups] -- Metrics: Show wire-frame mesh and approximate surface area when hovering ImDrawCmd. [@ShironekoBen] -- Metrics: Expose basic details of each window key/value state storage. -- Examples: DX12: Using IDXGIDebug1::ReportLiveObjects() when DX12_ENABLE_DEBUG_LAYER is enabled. -- Examples: Emscripten: Removed BINARYEN_TRAP_MODE=clamp from Makefile which was removed in Emscripten 1.39.0 - but required prior to 1.39.0, making life easier for absolutely no-one. (#2877, #2878) [@podsvirov] -- Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with - legacy OpenGL applications. (#3000) -- Backends: OpenGL3: Fix building with pre-3.2 GL loaders which do not expose glDrawElementsBaseVertex(), - using runtime GL version to decide if we set ImGuiBackendFlags_RendererHasVtxOffset. (#2866, #2852) [@dpilawa] -- Backends: OSX: Fix using Backspace key. (#2578, #2817, #2818) [@DiligentGraphics] -- Backends: GLFW: Previously installed user callbacks are now restored on shutdown. (#2836) [@malte-v] -- CI: Set up a bunch of continuous-integration tests using GitHub Actions. We now compile many of the example - applications on Windows, Linux, MacOS, iOS, Emscripten. Removed Travis integration. (#2865) [@rokups] - - ------------------------------------------------------------------------ - VERSION 1.73 (Released 2019-09-24) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.73 - -Other Changes: - -- Nav, Scrolling: Added support for Home/End key. (#787) -- ColorEdit: Disable Hue edit when Saturation==0 instead of letting Hue values jump around. -- ColorEdit, ColorPicker: In HSV display of a RGB stored value, attempt to locally preserve Hue - when Saturation==0, which reduces accidentally lossy interactions. (#2722, #2770) [@rokups] -- ColorPicker: Made rendering aware of global style alpha of the picker can be faded out. (#2711) - Note that some elements won't accurately fade down with the same intensity, and the color wheel - when enabled will have small overlap glitches with (style.Alpha < 1.0). -- TabBar: Fixed single-tab not shrinking their width down. -- TabBar: Fixed clicking on a tab larger than tab-bar width creating a bouncing feedback loop. -- TabBar: Feed desired width (sum of unclipped tabs width) into layout system to allow for auto-resize. (#2768) - (before 1.71 tab bars fed the sum of current width which created feedback loops in certain situations). -- TabBar: Improved shrinking for large number of tabs to avoid leaving extraneous space on the right side. - Individuals tabs are given integer-rounded width and remainder is spread between tabs left-to-right. -- Columns, Separator: Fixed a bug where non-visible separators within columns would alter the next row position - differently than visible ones. -- SliderScalar: Improved assert when using U32 or U64 types with a large v_max value. (#2765) [@loicmouton] -- DragInt, DragFloat, DragScalar: Using (v_min > v_max) allows locking any edits to the value. -- DragScalar: Fixed dragging of unsigned values on ARM cpu (float to uint cast is undefined). (#2780) [@dBagrat] -- TreeNode: Added ImGuiTreeNodeFlags_SpanAvailWidth flag. (#2451, #2438, #1897) [@Melix19, @PathogenDavid] - This extends the hit-box to the right-most edge, even if the node is not framed. - (Note: this is not the default in order to allow adding other items on the same line. In the future we will - aim toward refactoring the hit-system to be front-to-back, allowing more natural overlapping of items, - and then we will be able to make this the default.) -- TreeNode: Added ImGuiTreeNodeFlags_SpanFullWidth flag. This extends the hit-box to both the left-most and - right-most edge of the working area, bypassing indentation. -- CollapsingHeader: Added support for ImGuiTreeNodeFlags_Bullet and ImGuiTreeNodeFlags_Leaf on framed nodes, - mostly for consistency. (#2159, #2160) [@goran-w] -- Selectable: Added ImGuiSelectableFlags_AllowItemOverlap flag in public api (was previously internal only). -- Style: Allow style.WindowMenuButtonPosition to be set to ImGuiDir_None to hide the collapse button. (#2634, #2639) -- Font: Better ellipsis ("...") drawing implementation. Instead of drawing three pixel-ey dots (which was glaringly - unfitting with many types of fonts) we first attempt to find a standard ellipsis glyphs within the loaded set. - Otherwise we render ellipsis using '.' from the font from where we trim excessive spacing to make it as narrow - as possible. (#2775) [@rokups] -- ImDrawList: Clarified the name of many parameters so reading the code is a little easier. (#2740) -- ImDrawListSplitter: Fixed merging channels if the last submitted draw command used a different texture. (#2506) -- Using offsetof() when available in C++11. Avoids Clang sanitizer complaining about old-style macros. (#94) -- ImVector: Added find(), find_erase(), find_erase_unsorted() helpers. -- Added a mechanism to compact/free the larger allocations of unused windows (buffers are compacted when - a window is unused for 60 seconds, as per io.ConfigWindowsMemoryCompactTimer = 60.0f). Note that memory - usage has never been reported as a problem, so this is merely a touch of overzealous luxury. (#2636) -- Documentation: Various tweaks and improvements to the README page. [@ker0chan] -- Backends: OpenGL3: Tweaked initialization code allow application calling ImGui_ImplOpenGL3_CreateFontsTexture() - before ImGui_ImplOpenGL3_NewFrame(), which sometimes can be convenient. -- Backends: OpenGL3: Attempt to automatically detect default GL loader by using __has_include. (#2798) [@o-micron] -- Backends: DX11: Fixed GSGetShader() call not passing an initialized instance count, which would - generally make the DX11 debug layer complain (bug added in 1.72). -- Backends: Vulkan: Added support for specifying multisample count. Set 'ImGui_ImplVulkan_InitInfo::MSAASamples' to - one of the VkSampleCountFlagBits values to use, default is non-multisampled as before. (#2705, #2706) [@vilya] -- Examples: OSX: Fix example_apple_opengl2/main.mm not forwarding mouse clicks and drags correctly. (#1961, #2710) - [@intonarumori, @ElectricMagic] -- Misc: Updated stb_rect_pack.h from 0.99 to 1.00 (fixes by @rygorous: off-by-1 bug in best-fit heuristic, - fix handling of rectangles too large to fit inside texture). (#2762) [@tido64] - - ------------------------------------------------------------------------ - VERSION 1.72b (Released 2019-07-31) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.72b - -Other Changes: - -- Nav, Scrolling: Fixed programmatic scroll leading to a slightly incorrect scroll offset when - the window has decorations or a menu-bar (broken in 1.71). This was mostly noticeable when - a keyboard/gamepad movement led to scrolling the view, or using e.g. SetScrollHereY() function. -- Nav: Made hovering non-MenuItem Selectable not re-assign the source item for keyboard navigation. -- Nav: Fixed an issue with NavFlattened window flag (beta) where widgets not entirely fitting - in child window (often selectables because of their protruding sides) would be not considered - as entry points to to navigate toward the child window. (#787) - - ------------------------------------------------------------------------ - VERSION 1.72 (Released 2019-07-27) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.72 - -Breaking Changes: - -- Removed redirecting functions/enums names that were marked obsolete in 1.51 (June 2017): - - ImGuiCol_Column*, ImGuiSetCond_* enums. - - IsItemHoveredRect(), IsPosHoveringAnyWindow(), IsMouseHoveringAnyWindow(), IsMouseHoveringWindow() functions. - - IMGUI_ONCE_UPON_A_FRAME macro. - If you were still using the old names, read "API Breaking Changes" section of imgui.cpp to find out - the new names or equivalent features. -- Renamed ImFontAtlas::CustomRect to ImFontAtlasCustomRect. Kept redirection typedef (will obsolete). -- Removed TreeAdvanceToLabelPos() which is rarely used and only does SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()). - Kept redirection function (will obsolete). (#581, #324) - -Other Changes: - -- Scrolling: Made mouse-wheel scrolling lock the underlying window until the mouse is moved again or - until a short delay expires (~2 seconds). This allow uninterrupted scroll even if child windows are - passing under the mouse cursor. (#2604) -- Scrolling: Made it possible for mouse wheel and navigation-triggered scrolling to override a call to - SetScrollX()/SetScrollY(), making it possible to use a simpler stateless pattern for auto-scrolling: - // (Submit items..) - if (ImGui::GetScrollY() >= ImGui::GetScrollMaxY()) // If scrolling at the already at the bottom.. - ImGui::SetScrollHereY(1.0f); // ..make last item fully visible -- Scrolling: Added SetScrollHereX(), SetScrollFromPosX() for completeness. (#1580) [@kevreco] -- Scrolling: Mouse wheel scrolling while hovering a child window is automatically forwarded to parent window - if ScrollMax is zero on the scrolling axis. - Also still the case if ImGuiWindowFlags_NoScrollWithMouse is set (not new), but previously the forwarding - would be disabled if ImGuiWindowFlags_NoScrollbar was set on the child window, which is not the case - any more. Forwarding can still be disabled by setting ImGuiWindowFlags_NoInputs. (amend #1502, #1380). -- Window: Fixed InnerClipRect right-most coordinates using wrong padding setting (introduced in 1.71). -- Window: Fixed old SetWindowFontScale() api value from not being inherited by child window. Added - comments about the right way to scale your UI (load a font at the right side, rebuild atlas, scale style). -- Scrollbar: Avoid overlapping the opposite side when window (often a child window) is forcibly too small. -- Combo: Hide arrow when there's not enough space even for the square button. -- InputText: Testing for newly added ImGuiKey_KeyPadEnter key. (#2677, #2005) [@amc522] -- TabBar: Fixed unfocused tab bar separator color (was using ImGuiCol_Tab, should use ImGuiCol_TabUnfocusedActive). -- Columns: Fixed a regression from 1.71 where the right-side of the contents rectangle within each column - would wrongly use a WindowPadding.x instead of ItemSpacing.x like it always did. (#125, #2666) -- Columns: Made the right-most edge reaches up to the clipping rectangle (removing half of WindowPadding.x - worth of asymmetrical/extraneous padding, note that there's another half that conservatively has to offset - the right-most column, otherwise it's clipping width won't match the other columns). (#125, #2666) -- Columns: Improved honoring alignment with various values of ItemSpacing.x and WindowPadding.x. (#125, #2666) -- Columns: Made GetColumnOffset() and GetColumnWidth() behave when there's no column set, consistently with - other column functions. (#2683) -- InputTextMultiline: Fixed vertical scrolling tracking glitch. -- Word-wrapping: Fixed overzealous word-wrapping when glyph edge lands exactly on the limit. Because - of this, auto-fitting exactly unwrapped text would make it wrap. (fixes initial 1.15 commit, 78645a7d). -- Style: Attenuated default opacity of ImGuiCol_Separator in Classic and Light styles. -- Style: Added style.ColorButtonPosition (left/right, defaults to ImGuiDir_Right) to move the color button - of ColorEdit3/ColorEdit4 functions to either side of the inputs. -- IO: Added ImGuiKey_KeyPadEnter and support in various backends (previously backends would need to - specifically redirect key-pad keys to their regular counterpart). This is a temporary attenuating measure - until we actually refactor and add whole sets of keys into the ImGuiKey enum. (#2677, #2005) [@amc522] -- Misc: Made Button(), ColorButton() not trigger an "edited" event leading to IsItemDeactivatedAfterEdit() - returning true. This also effectively make ColorEdit4() not incorrect trigger IsItemDeactivatedAfterEdit() - when clicking the color button to open the picker popup. (#1875) -- Misc: Added IMGUI_DISABLE_METRICS_WINDOW imconfig.h setting to explicitly compile out ShowMetricsWindow(). -- Debug, Metrics: Added "Tools->Item Picker" tool which allow clicking on a widget to break in the debugger - within the item code. The tool calls IM_DEBUG_BREAK() which can be redefined in imconfig.h if needed. -- ImDrawList: Fixed CloneOutput() helper crashing. (#1860) [@gviot] -- ImDrawList::ChannelsSplit(), ImDrawListSplitter: Fixed an issue with merging draw commands between - channel 0 and 1. (#2624) -- ImDrawListSplitter: Fixed memory leak when using low-level split api (was not affecting ImDrawList api, - also this type was added in 1.71 and not advertised as a public-facing feature). -- Fonts: binary_to_compressed_c.cpp: Display an error message if failing to open/read the input font file. -- Demo: Log, Console: Using a simpler stateless pattern for auto-scrolling. -- Demo: Widgets: Showing how to use the format parameter of Slider/Drag functions to display the name - of an enum value instead of the underlying integer value. -- Demo: Renamed the "Help" menu to "Tools" (more accurate). -- Backends: DX10/DX11: Backup, clear and restore Geometry Shader is any is bound when calling renderer. -- Backends: DX11: Clear Hull Shader, Domain Shader, Compute Shader before rendering. Not backing/restoring them. -- Backends: OSX: Disabled default native Mac clipboard copy/paste implementation in core library (added in 1.71), - because it needs application to be linked with '-framework ApplicationServices'. It can be explicitly - enabled back by using '#define IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS' in imconfig.h. Re-added - equivalent using NSPasteboard api in the imgui_impl_osx.mm experimental backend. (#2546) -- Backends: SDL2: Added ImGui_ImplSDL2_InitForD3D() function to make D3D support more visible. - (#2482, #2632) [@josiahmanson] -- Examples: Added SDL2+DirectX11 example application. (#2632, #2612, #2482) [@vincenthamm] - - ------------------------------------------------------------------------ - VERSION 1.71 (Released 2019-06-12) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.71 - -Breaking Changes: - -- IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c). -- Renamed SetNextTreeNodeOpen() to SetNextItemOpen(). Kept inline redirection function (will obsolete). -- Window: rendering of child windows outer decorations (e.g. bg color, border, scrollbars) is now - performed as part of their parent window, avoiding the creation of an extraneous draw commands. - If you have overlapping child windows with decorations, and relied on their relative z-order to be - mapped to submission their order, this will affect your rendering. The optimization is disabled - if the parent window has no visual output because it appears to be the most common situation leading - to the creation of overlapping child windows. Please reach out if you are affected by this change! - -Other Changes: - -- Window: clarified behavior of SetNextWindowContentSize(). Content size is defined as the size available - after removal of WindowPadding on each sides. So SetNextWindowContentSize(ImVec2(100,100)) + auto-resize - will always allow submitting a 100x100 item without creating a scrollbar, regarding of WindowPadding. - The exact meaning of ContentSize for decorated windows was previously ill-defined. -- Window: Fixed auto-resize with AlwaysVerticalScrollbar or AlwaysHorizontalScrollbar flags. -- Window: Fixed one case where auto-resize by double-clicking the resize grip would make either scrollbar - appear for a single frame after the resize. -- Separator: Revert 1.70 "Declare its thickness (1.0f) to the layout" change. It's not incorrect - but it breaks existing some layout patterns. Will return back to it when we expose Separator flags. -- Fixed InputScalar, InputScalarN, SliderScalarN, DragScalarN with non-visible label from inserting - style.ItemInnerSpacing.x worth of trailing spacing. -- Fixed InputFloatX, SliderFloatX, DragFloatX functions erroneously reporting IsItemEdited() multiple - times when the text input doesn't match the formatted output value (e.g. input "1" shows "1.000"). - It wasn't much of a problem because we typically use the return value instead of IsItemEdited() here. -- Fixed uses of IsItemDeactivated(), IsItemDeactivatedAfterEdit() on multi-components widgets and - after EndGroup(). (#2550, #1875) -- Fixed crash when appending with BeginMainMenuBar() more than once and no other window are showing. (#2567) -- ColorEdit: Fixed the color picker popup only displaying inputs as HSV instead of showing multiple - options. (#2587, broken in 1.69 by #2384). -- CollapsingHeader: Better clipping when a close button is enabled and it overlaps the label. (#600) -- Scrollbar: Minor bounding box adjustment to cope with various border size. -- Scrollbar, Style: Changed default style.ScrollbarSize from 16 to 14. -- Combo: Fixed rounding not applying with the ImGuiComboFlags_NoArrowButton flag. (#2607) [@DucaRii] -- Nav: Fixed gamepad/keyboard moving of window affecting contents size incorrectly, sometimes leading - to scrollbars appearing during the movement. -- Nav: Fixed rare crash when e.g. releasing Alt-key while focusing a window with a menu at the same - frame as clearing the focus. This was in most noticeable in backends such as Glfw and SDL which - emits key release events when focusing another viewport, leading to Alt+clicking on void on another - viewport triggering the issue. (#2609) -- TreeNode, CollapsingHeader: Fixed highlight frame not covering horizontal area fully when using - horizontal scrolling. (#2211, #2579) -- TabBar: Fixed BeginTabBar() within a window with horizontal scrolling from creating a feedback - loop with the horizontal contents size. -- Columns: Fixed Columns() within a window with horizontal scrolling from not covering the full - horizontal area (previously only worked with an explicit contents size). (#125) -- Columns: Fixed Separator from creating an extraneous draw command. (#125) -- Columns: Fixed Selectable with SpanAllColumns flag from creating an extraneous draw command. (#125) -- Style: Added style.WindowMenuButtonPosition (left/right, defaults to ImGuiDir_Left) to move the - collapsing/docking button to the other side of the title bar. -- Style: Made window close button cross slightly smaller. -- Log/Capture: Fixed BeginTabItem() label not being included in a text log/capture. -- ImDrawList: Added ImDrawCmd::VtxOffset value to support large meshes (64k+ vertices) using 16-bit indices. - The renderer backend needs to set 'io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset' to enable - this, and honor the ImDrawCmd::VtxOffset field. Otherwise the value will always be zero. (#2591) - This has the advantage of preserving smaller index buffers and allowing to execute on hardware that do not - support 32-bit indices. Most examples backends have been modified to support the VtxOffset field. -- ImDrawList: Added ImDrawCmd::IdxOffset value, equivalent to summing element count for each draw command. - This is provided for convenience and consistency with VtxOffset. (#2591) -- ImDrawCallback: Allow to override the signature of ImDrawCallback by #define-ing it. This is meant to - facilitate custom rendering backends passing local render-specific data to the draw callback. -- ImFontAtlas: FreeType: Added RasterizerFlags::Monochrome flag to disable font anti-aliasing. Combine - with RasterizerFlags::MonoHinting for best results. (#2545) [@HolyBlackCat] -- ImFontGlyphRangesBuilder: Fixed unnecessarily over-sized buffer, which incidentally was also not - fully cleared. Fixed edge-case overflow when adding character 0xFFFF. (#2568). [@NIKE3500] -- Demo: Added full "Dear ImGui" prefix to the title of "Dear ImGui Demo" and "Dear ImGui Metrics" windows. -- Backends: Add native Mac clipboard copy/paste default implementation in core library to match what we are - dealing with Win32, and to facilitate integration in custom engines. (#2546) [@andrewwillmott] -- Backends: OSX: imgui_impl_osx: Added mouse cursor support. (#2585, #1873) [@actboy168] -- Examples/Backends: DirectX9/10/11/12, Metal, Vulkan, OpenGL3 (Desktop GL only): Added support for large meshes - (64k+ vertices) with 16-bit indices, enable 'ImGuiBackendFlags_RendererHasVtxOffset' in those backends. (#2591) -- Examples/Backends: Don't filter characters under 0x10000 before calling io.AddInputCharacter(), - the filtering is done in io.AddInputCharacter() itself. This is in prevision for fuller Unicode - support. (#2538, #2541) - - ------------------------------------------------------------------------ - VERSION 1.70 (Released 2019-05-06) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.70 - -Breaking Changes: - -- ImDrawList: Improved algorithm for mitre joints on thick lines, preserving correct thickness - up to 90 degrees angles (e.g. rectangles). If you have custom rendering using thick lines, - they will appear a little thicker now. (#2518) [@rmitton] -- Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. - Kept inline redirection function. -- Examples: Vulkan: Added MinImageCount/ImageCount fields in ImGui_ImplVulkan_InitInfo, required - during initialization to specify the number of in-flight image requested by swap chains. - (was previously a hard #define IMGUI_VK_QUEUED_FRAMES 2). (#2071, #1677) [@nathanvoglsam] -- Examples: Vulkan: Tidying up the demo/internals helpers (most engine/app should not rely - on them but it is possible you have!). - -Other Changes: - -- ImDrawList: Added ImDrawCallback_ResetRenderState, a special ImDrawList::AddCallback() value - to request the renderer backend to reset its render state. (#2037, #1639, #2452) - Examples: Added support for ImDrawCallback_ResetRenderState in all renderer backends. Each - renderer code setting up initial render state has been moved to a function so it could be - called at the start of rendering and when a ResetRenderState is requested. [@ocornut, @bear24rw] -- InputText: Fixed selection background rendering one frame after the cursor movement when - first transitioning from no-selection to has-selection. (Bug in 1.69) (#2436) [@Nazg-Gul] -- InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336) -- InputText: Fixed ImGuiInputTextFlags_AllowTabInput leading to two tabs characters being inserted - if the backend provided both Key and Character input. (#2467, #1336) -- Layout: Added SetNextItemWidth() helper to avoid using PushItemWidth/PopItemWidth() for single items. - Note that SetNextItemWidth() currently only affect the same subset of items as PushItemWidth(), - generally referred to as the large framed+labeled items. Because the new SetNextItemWidth() - function is explicit we may later extend its effect to more items. -- Layout: Fixed PushItemWidth(-width) for right-side alignment laying out some items (button, listbox, etc.) - with negative sizes if the 'width' argument was smaller than the available width at the time of item - submission. -- Window: Fixed window with the AlwaysAutoResize flag unnecessarily extending their hovering boundaries - by a few pixels (this is used to facilitate resizing from borders when available for a given window). - One of the noticeable minor side effect was that navigating menus would have had a tendency to disable - highlight from parent menu items earlier than necessary while approaching the child menu. -- Window: Close button is horizontally aligned with style.FramePadding.x. -- Window: Fixed contents region being off by WindowBorderSize amount on the right when scrollbar is active. -- Window: Fixed SetNextWindowSizeConstraints() with non-rounded positions making windows drift. (#2067, #2530) -- Popups: Closing a popup restores the focused/nav window in place at the time of the popup opening, - instead of restoring the window that was in the window stack at the time of the OpenPopup call. (#2517) - Among other things, this allows opening a popup while no window are focused, and pressing Escape to - clear the focus again. -- Popups: Fixed right-click from closing all popups instead of aiming at the hovered popup level - (regression in 1.67). -- Selectable: With ImGuiSelectableFlags_AllowDoubleClick doesn't return true on the mouse button release - following the double-click. Only first mouse release + second mouse down (double-click) returns true. - Likewise for internal ButtonBehavior() with both _PressedOnClickRelease | _PressedOnDoubleClick. (#2503) -- GetMouseDragDelta(): also returns the delta on the mouse button released frame. (#2419) -- GetMouseDragDelta(): verify that mouse positions are valid otherwise returns zero. -- Inputs: Also add support for horizontal scroll with Shift+Mouse Wheel. (#2424, #1463) [@LucaRood] -- PlotLines, PlotHistogram: Ignore NaN values when calculating min/max bounds. (#2485) -- Columns: Fixed boundary of clipping being off by 1 pixel within the left column. (#125) -- Separator: Declare its thickness (1.0f) to the layout, making items around separator more symmetrical. -- Combo, Slider, Scrollbar: Improve rendering in situation when there's only a few pixels available (<3 pixels). -- Nav: Fixed Drag/Slider functions going into text input mode when keyboard CTRL is held while pressing NavActivate. -- Drag and Drop: Fixed drag source with ImGuiDragDropFlags_SourceAllowNullID and null ID from receiving click - regardless of being covered by another window (it didn't honor correct hovering rules). (#2521) -- ImDrawList: Improved algorithm for mitre joints on thick lines, preserving correct thickness up to 90 degrees - angles, also faster to output. (#2518) [@rmitton] -- Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert - to using the ImGui::MemAlloc()/MemFree() calls directly. -- Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx. -- Metrics: Added "Show windows rectangles" tool to visualize the different rectangles. -- Demo: Improved trees in columns demo. -- Examples: OpenGL: Added a test GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized - GL function loaders early, and help users understand what they are missing. (#2421) -- Examples: SDL: Added support for SDL_GameController gamepads (enable with ImGuiConfigFlags_NavEnableGamepad). (#2509) [@DJLink] -- Examples: Emscripten: Added Emscripten+SDL+GLES2 example. (#2494, #2492, #2351, #336) [@nicolasnoble, @redblobgames] -- Examples: Metal: Added Glfw+Metal example. (#2527) [@bear24rw] -- Examples: OpenGL3: Minor tweaks + not calling glBindBuffer more than necessary in the render loop. -- Examples: Vulkan: Fixed in-flight buffers issues when using multi-viewports. (#2461, #2348, #2378, #2097) -- Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). -- Examples: Vulkan: Avoid passing negative coordinates to vkCmdSetScissor, which debug validation layers do not like. -- Examples: Vulkan: Added ImGui_ImplVulkan_SetMinImageCount() to change min image count at runtime. (#2071) [@nathanvoglsam] -- Examples: DirectX9: Fixed erroneous assert in ImGui_ImplDX9_InvalidateDeviceObjects(). (#2454) -- Examples: DirectX10/11/12, Allegro, Marmalade: Render functions early out when display size is zero (minimized). (#2496) -- Examples: GLUT: Fixed existing FreeGLUT example to work with regular GLUT. (#2465) [@andrewwillmott] -- Examples: GLUT: Renamed imgui_impl_freeglut.cpp/.h to imgui_impl_glut.cpp/.h. (#2465) [@andrewwillmott] -- Examples: GLUT: Made io.DeltaTime always > 0. (#2430) -- Examples: Visual Studio: Updated default platform toolset+sdk in vcproj files from v100+sdk7 (vs2010) - to v110+sdk8 (vs2012). This is mostly so we can remove reliance on DXSDK_DIR for the DX10/DX11 example, - which if existing and when switching to recent SDK ends up conflicting and creating warnings. - - ------------------------------------------------------------------------ - VERSION 1.69 (Released 2019-03-13) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.69 - -Breaking Changes: - -- Renamed ColorEdit/ColorPicker's ImGuiColorEditFlags_RGB/_HSV/_HEX flags to respectively - ImGuiColorEditFlags_DisplayRGB/_DisplayHSV/_DisplayHex. This is because the addition of - new flag ImGuiColorEditFlags_InputHSV makes the earlier one ambiguous. - Kept redirection enum values (will obsolete). (#2384) [@haldean] -- Renamed GetOverlayDrawList() to GetForegroundDrawList(). Kept redirection function (will obsolete). (#2391) - -Other Changes: - -- Added GetBackgroundDrawList() helper to quickly get access to a ImDrawList that will be rendered - behind every other windows. (#2391, #545) -- DragScalar, InputScalar, SliderScalar: Added support for u8/s8/u16/s16 data types (ImGuiDataType_S8, etc.) - We are reusing function instances of larger types to reduce code size. (#643, #320, #708, #1011) -- Added InputTextWithHint() to display a description/hint in the text box when no text - has been entered. (#2400) [@Organic-Code, @ocornut] -- Nav: Fixed a tap on AltGR (e.g. German keyboard) from navigating to the menu layer. -- Nav: Fixed Ctrl+Tab keeping active InputText() of a previous window active after the switch. (#2380) -- Fixed IsItemDeactivated()/IsItemDeactivatedAfterEdit() from not correctly returning true - when tabbing out of a focusable widget (Input/Slider/Drag) in most situations. (#2215, #1875) -- InputInt, InputFloat, InputScalar: Fix to keep the label of the +/- buttons centered when - style.FramePadding.x is abnormally larger than style.FramePadding.y. Since the buttons are - meant to be square (to align with e.g. color button) we always use FramePadding.y. (#2367) -- InputInt, InputScalar: +/- buttons now respects the natural type limits instead of - overflowing or underflowing the value. -- InputText: Fixed an edge case crash that would happen if another widget sharing the same ID - is being swapped with an InputText that has yet to be activated. -- InputText: Fixed various display corruption related to swapping the underlying buffer while - a input widget is active (both for writable and read-only paths). Often they would manifest - when manipulating the scrollbar of a multi-line input text. -- ColorEdit, ColorPicker, ColorButton: Added ImGuiColorEditFlags_InputHSV to manipulate color - values encoded as HSV (in order to avoid HSV<>RGB round trips and associated singularities). - (#2383, #2384) [@haldean] -- ColorPicker: Fixed a bug/assertion when displaying a color picker in a collapsed window - while dragging its title bar. (#2389) -- ColorEdit: Fixed tooltip not honoring the ImGuiColorEditFlags_NoAlpha contract of never - reading the 4th float in the array (value was read and discarded). (#2384) [@haldean] -- MenuItem, Selectable: Fixed disabled widget interfering with navigation (fix c2db7f63 in 1.67). -- TabBar: Fixed a crash when using many BeginTabBar() recursively (didn't affect docking). (#2371) -- TabBar: Added extra mis-usage error recovery. Past the assert, common mis-usage don't lead to - hard crashes any more, facilitating integration with scripting languages. (#1651) -- TabBar: Fixed ImGuiTabItemFlags_SetSelected being ignored if the tab is not visible (with - scrolling policy enabled) or if is currently appearing. -- TabBar: Fixed Tab tooltip code making drag and drop tooltip disappear during the frame where - the drag payload activate a tab. -- TabBar: Reworked scrolling policy (when ImGuiTabBarFlags_FittingPolicyScroll is set) to - teleport the view when aiming at a tab far away the visible section, and otherwise accelerate - the scrolling speed to cap the scrolling time to 0.3 seconds. -- Text: Fixed large Text/TextUnformatted calls not feeding their size into layout when starting - below the lower point of the current clipping rectangle. This bug has been there since v1.0! - It was hardly noticeable but would affect the scrolling range, which in turn would affect - some scrolling request functions when called during the appearing frame of a window. -- Plot: Fixed divide-by-zero in PlotLines() when passing a count of 1. (#2387) [@Lectem] -- Log/Capture: Fixed LogXXX functions emitting extraneous leading carriage return. -- Log/Capture: Fixed an issue when empty string on a new line would not emit a carriage return. -- Log/Capture: Fixed LogXXX functions 'auto_open_depth' parameter being treated as an absolute - tree depth instead of a relative one. -- Log/Capture: Fixed CollapsingHeader trailing ascii representation being "#" instead of "##". -- ImFont: Added GetGlyphRangesVietnamese() helper. (#2403) -- Misc: Asserting in NewFrame() if style.WindowMinSize is zero or smaller than (1.0f,1.0f). -- Demo: Using GetBackgroundDrawList() and GetForegroundDrawList() in "Custom Rendering" demo. -- Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008). -- Examples: GLFW, SDL: Preserve DisplayFramebufferScale when main viewport is minimized. - (This is particularly useful for the viewport branch because we are not supporting per-viewport - frame-buffer scale. It fixes windows not refreshing when main viewport is minimized.) (#2416) -- Examples: OpenGL: Fix to be able to run on ES 2.0 / WebGL 1.0. [@rmitton, @gabrielcuvillier] -- Examples: OpenGL: Fix for OSX not supporting OpenGL 4.5, we don't try to read GL_CLIP_ORIGIN - even if the OpenGL headers/loader happens to define the value. (#2366, #2186) -- Examples: Allegro: Added support for touch events (emulating mouse). (#2219) [@dos1] -- Examples: DirectX9: Minor changes to match the other DirectX examples more closely. (#2394) - - ------------------------------------------------------------------------ - VERSION 1.68 (Released 2019-02-19) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.68 - -Breaking Changes: - -- Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already). -- Made it illegal/assert when io.DisplayTime == 0.0f (with an exception for the first frame). - If for some reason your time step calculation gives you a zero value, replace it with a arbitrarily small value! - -Other Changes: - -- Added .editorconfig file for text editors to standardize using spaces. (#2038) [@kudaba] -- ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale). - This is to allow render functions being written without pulling any data from ImGuiIO, allowing incoming - multi-viewport feature to behave on Retina display and with multiple displays. - If you are not using a custom backend, please update your render function code ahead of time, - and use draw_data->FramebufferScale instead of io.DisplayFramebufferScale. (#2306, #1676) -- Added IsItemActivated() as an extension to the IsItemDeactivated/IsItemDeactivatedAfterEdit functions - which are useful to implement variety of undo patterns. (#820, #956, #1875) -- InputText: Fixed a bug where ESCAPE would not restore the initial value in all situations. (#2321) [@relick] -- InputText: Fixed a bug where ESCAPE would be first captured by the Keyboard Navigation code. (#2321, #787) -- InputText: Fixed redo buffer exhaustion handling (rare) which could corrupt the undo character buffer. (#2333) - The way the redo/undo buffers work would have made it generally unnoticeable to the user. -- Fixed range-version of PushID() and GetID() not honoring the ### operator to restart from the seed value. -- Fixed CloseCurrentPopup() on a child-menu of a modal incorrectly closing the modal. (#2308) -- Tabs: Added ImGuiTabBarFlags_TabListPopupButton flag to show a popup button on manual tab bars. (#261, #351) -- Tabs: Removed ImGuiTabBarFlags_NoTabListPopupButton which was available in 1.67 but actually had zero use. -- Tabs: Fixed a minor clipping glitch when changing style's FramePadding from frame to frame. -- Tabs: Fixed border (when enabled) so it is aligned correctly mid-pixel and appears as bright as other borders. -- Style, Selectable: Added ImGuiStyle::SelectableTextAlign and ImGuiStyleVar_SelectableTextAlign. (#2347) [@haldean] -- Menus: Tweaked horizontal overlap between parent and child menu (to help convey relative depth) - from using style.ItemSpacing.x to style.ItemInnerSpacing.x, the later being expected to be smaller. (#1086) -- RadioButton: Fixed label horizontal alignment to precisely match Checkbox(). -- Window: When resizing from an edge, the border is more visible and better follow the rounded corners. -- Window: Fixed initial width of collapsed windows not taking account of contents width (broken in 1.67). (#2336, #176) -- Scrollbar: Fade out and disable interaction when too small, in order to facilitate using the resize grab on very - small window, as well as reducing visual noise/overlap. -- ListBox: Better optimized when clipped / non-visible. -- InputTextMultiline: Better optimized when clipped / non-visible. -- Font: Fixed high-level ImGui::CalcTextSize() used by most widgets from erroneously subtracting 1.0f*scale to - calculated text width. Among noticeable side-effects, it would make sequences of repeated Text/SameLine calls - not align the same as a single call, and create mismatch between high-level size calculation and those performed - with the lower-level ImDrawList api. (#792) [@SlNPacifist] -- Font: Fixed building atlas when specifying duplicate/overlapping ranges within a same font. (#2353, #2233) -- ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle" - with a small number of segments (e.g. an hexagon). (#2287) [@baktery] -- ImGuiTextBuffer: Added append() function (unformatted). -- ImFontAtlas: Added 0x2000-0x206F general punctuation range to default ChineseFull/ChineseSimplifiedCommon ranges. (#2093) -- ImFontAtlas: FreeType: Added support for imgui allocators + custom FreeType only SetAllocatorFunctions. (#2285) [@Vuhdo] -- ImFontAtlas: FreeType: Fixed using imgui_freetype.cpp in unity builds. (#2302) -- Demo: Fixed "Log" demo not initializing properly, leading to the first line not showing before a Clear. (#2318) [@bluescan] -- Demo: Added "Auto-scroll" option in Log/Console demos. (#2300) [@nicolasnoble, @ocornut] -- Examples: Metal, OpenGL2, OpenGL3, Vulkan: Fixed offsetting of clipping rectangle with ImDrawData::DisplayPos != (0,0) - when the display frame-buffer scale scale is not (1,1). While this doesn't make a difference when using master branch, - this is effectively fixing support for multi-viewport with Mac Retina Displays on those examples. (#2306) [@rasky, @ocornut] - Also using ImDrawData::FramebufferScale instead of io.DisplayFramebufferScale. -- Examples: Clarified the use the ImDrawData::DisplayPos to offset clipping rectangles. -- Examples: Win32: Using GetForegroundWindow()+IsChild() instead of GetActiveWindow() to be compatible with windows created - in a different thread or parent. (#1951, #2087, #2156, #2232) [many people] -- Examples: SDL: Using the SDL_WINDOW_ALLOW_HIGHDPI flag. (#2306, #1676) [@rasky] -- Examples: Win32: Added support for XInput gamepads (if ImGuiConfigFlags_NavEnableGamepad is enabled). -- Examples: Win32: Added support for mouse buttons 4 and 5 via WM_XBUTTON* messages. (#2264) -- Examples: DirectX9: Explicitly disable fog (D3DRS_FOGENABLE) before drawing in case user state has it set. (#2288, #2230) -- Examples: OpenGL2: Added #define GL_SILENCE_DEPRECATION to cope with newer XCode warnings. -- Examples: OpenGL3: Using GLSL 4.10 shaders for any GLSL version over 410 (e.g. 430, 450). (#2329) [@BrutPitt] - - ------------------------------------------------------------------------ - VERSION 1.67 (Released 2019-01-14) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.67 - -Breaking Changes: - -- Made it illegal to call Begin("") with an empty string. This somehow half-worked before but had various undesirable - side-effect because the window would have ID zero. In particular it is causing problems in viewport/docking branches. -- Renamed io.ConfigResizeWindowsFromEdges to io.ConfigWindowsResizeFromEdges and removed its [Beta] mark. - The addition of new configuration options in the Docking branch is pushing for a little reorganization of those names. -- Renamed ImFontAtlas::GlyphRangesBuilder to ImFontGlyphRangesBuilder. Kept redirection typedef (will obsolete). - -Other Changes: -- Added BETA api for Tab Bar/Tabs widgets: (#261, #351) - - Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem(), SetTabItemClosed() API. - - Added ImGuiTabBarFlags flags for BeginTabBar(). - - Added ImGuiTabItemFlags flags for BeginTabItem(). - - Style: Added ImGuiCol_Tab, ImGuiCol_TabHovered, ImGuiCol_TabActive, ImGuiCol_TabUnfocused, ImGuiCol_TabUnfocusedActive colors. - - Demo: Added Layout->Tabs demo code. - - Demo: Added "Documents" example app showcasing possible use for tabs. - This feature was merged from the Docking branch in order to allow the use of regular tabs in your code. - (It does not provide the docking/splitting/merging of windows available in the Docking branch) -- Added ImGuiWindowFlags_UnsavedDocument window flag to append '*' to title without altering the ID, as a convenience - to avoid using the ### operator. In the Docking branch this also has an effect on tab closing behavior. -- Window, Focus, Popup: Fixed an issue where closing a popup by clicking another window with the _NoMove flag would refocus - the parent window of the popup instead of the newly clicked window. -- Window: Contents size is preserved while a window collapsed. Fix auto-resizing window losing their size for one frame when uncollapsed. -- Window: Contents size is preserved while a window contents is hidden (unless it is hidden for resizing purpose). -- Window: Resizing windows from edge is now enabled by default (io.ConfigWindowsResizeFromEdges=true). Note that - it only works _if_ the backend sets ImGuiBackendFlags_HasMouseCursors, which the standard backends do. -- Window: Added io.ConfigWindowsMoveFromTitleBarOnly option. This is ignored by window with no title bars (often popups). - This affects clamping window within the visible area: with this option enabled title bars need to be visible. (#899) -- Window: Fixed using SetNextWindowPos() on a child window (which wasn't really documented) position the cursor as expected - in the parent window, so there is no mismatch between the layout in parent and the position of the child window. -- InputFloat: When using ImGuiInputTextFlags_ReadOnly the step buttons are disabled. (#2257) -- DragFloat: Fixed broken mouse direction change with power!=1.0. (#2174, #2206) [@Joshhua5] -- Nav: Fixed an keyboard issue where holding Activate/Space for longer than two frames on a button would unnecessary - keep the focus on the parent window, which could steal it from newly appearing windows. (#787) -- Nav: Fixed animated window titles from being updated when displayed in the CTRL+Tab list. (#787) -- Error recovery: Extraneous/undesired calls to End() are now being caught by an assert in the End() function closer - to the user call site (instead of being reported in EndFrame). Past the assert, they don't lead to crashes any more. (#1651) - Missing calls to End(), past the assert, should not lead to crashes or to the fallback Debug window appearing on screen. - Those changes makes it easier to integrate dear imgui with a scripting language allowing, given asserts are redirected - into e.g. an error log and stopping the script execution. -- ImFontAtlas: Stb and FreeType: Atlas width is now properly based on total surface rather than glyph count (unless overridden with TexDesiredWidth). -- ImFontAtlas: Stb and FreeType: Fixed atlas builder so missing glyphs won't influence the atlas texture width. (#2233) -- ImFontAtlas: Stb and FreeType: Fixed atlas builder so duplicate glyphs (when merging fonts) won't be included in the rasterized atlas. -- ImFontAtlas: FreeType: Fixed abnormally high atlas height. -- ImFontAtlas: FreeType: Fixed support for any values of TexGlyphPadding (not just only 1). -- ImDrawList: Optimized some of the functions for performance of debug builds where non-inline function call cost are non-negligible. - (Our test UI scene on VS2015 Debug Win64 with /RTC1 went ~5.9 ms -> ~4.9 ms. In Release same scene stays at ~0.3 ms.) -- IO: Added BackendPlatformUserData, BackendRendererUserData, BackendLanguageUserData void* for storage use by backends. -- IO: Renamed InputCharacters[], marked internal as was always intended. Please don't access directly, and use AddInputCharacter() instead! -- IO: AddInputCharacter() goes into a queue which can receive as many characters as needed during the frame. This is useful - for automation to not have an upper limit on typing speed. Will later transition key/mouse to use the event queue later. -- Style: Tweaked default value of style.DisplayWindowPadding from (20,20) to (19,19) so the default style as a value - which is the same as the title bar height. -- Demo: "Simple Layout" and "Style Editor" are now using tabs. -- Demo: Added a few more things under "Child windows" (changing ImGuiCol_ChildBg, positioning child, using IsItemHovered after a child). -- Examples: DirectX10/11/12: Made imgui_impl_dx10/dx11/dx12.cpp link d3dcompiler.lib from the .cpp file to ease integration. -- Examples: Allegro 5: Properly destroy globals on shutdown to allow for restart. (#2262) [@DomRe] - - ------------------------------------------------------------------------ - VERSION 1.66b (Released 2018-12-01) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.66b - -Other Changes: - -- Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() - calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was. [@pdoane] -- When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213) [@zzzyap] -- Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file. -- Demo: Added ShowAboutWindow() call, previously was only accessible from the demo window. -- Demo: ShowAboutWindow() now display various Build/Config Information (compiler, os, etc.) that can easily be copied into bug reports. -- Fixed build issue with osxcross and macOS. (#2218) [@dos1] -- Examples: Setting up 'io.BackendPlatformName'/'io.BackendRendererName' fields to the current backend can be displayed in the About window. -- Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187) - - ------------------------------------------------------------------------ - VERSION 1.66 (Released 2018-11-22) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.66 - -Breaking Changes: - -- Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete). -- Renamed misc/stl/imgui_stl.* to misc/cpp/imgui_stdlib.* in prevision for other C++ helper files. (#2035, #2096) - -Other Changes: - -- Fixed calling SetNextWindowSize()/SetWindowSize() with non-integer values leading to - accidental alteration of window position. We now round the provided size. (#2067) -- Fixed calling DestroyContext() always saving .ini data with the current context instead - of the supplied context pointer. (#2066) -- Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus - properly after the main menu bar or last focused window is deactivated. -- Nav: Fixed an assert in certain circumstance (mostly when using popups) when mouse positions stop being valid. (#2168) -- Nav: Fixed explicit directional input not re-highlighting current nav item if there is a single item in the window - and highlight has been previously disabled by the mouse. (#787) -- DragFloat: Fixed a situation where dragging with value rounding enabled or with a power curve - erroneously wrapped the value to one of the min/max edge. (#2024, #708, #320, #2075). -- DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). (#2024) -- DragFloat: Disabled setting a default drag speed when one edge is FLT_MAX. (#2024) -- SliderAngle: Added optional format argument to alter precision or localize the string. (#2150) [@podsvirov] -- Window: Resizing from edges (with io.ConfigResizeWindowsFromEdges Beta flag) extends the hit region - of root floating windows outside the window, making it easier to resize windows. Resize grips are also - extended accordingly so there are no discontinuity when hovering between borders and corners. (#1495, #822) -- Window: Added ImGuiWindowFlags_NoBackground flag to avoid rendering window background. This is mostly to allow - the creation of new flag combinations, as we could already use SetNextWindowBgAlpha(0.0f). (#1660) [@biojppm, @ocornut] -- Window: Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. -- Window: Added ImGuiWindowFlags_NoMouseInputs which is basically the old ImGuiWindowFlags_NoInputs (essentially - we have renamed ImGuiWindowFlags_NoInputs to ImGuiWindowFlags_NoMouseInputs). Made the new ImGuiWindowFlags_NoInputs - encompass both NoMouseInputs+NoNav, which is consistent with its description. (#1660, #787) -- Window, Inputs: Fixed resizing from edges when io.MousePos is not pixel-rounded by rounding mouse position input. (#2110) -- BeginChild(): Fixed BeginChild(const char*, ...) variation erroneously not applying the ID stack - to the provided string to uniquely identify the child window. This was undoing an intentional change - introduced in 1.50 and broken in 1.60. (#1698, #894, #713). -- TextUnformatted(): Fixed a case where large-text path would read bytes past the text_end marker depending - on the position of new lines in the buffer (it wasn't affecting the output but still not the right thing to do!) -- ListBox(): Fixed frame sizing when items_count==1 unnecessarily showing a scrollbar. (#2173) [@luk1337, @ocornut] -- ListBox(): Tweaked frame sizing so list boxes will look more consistent when FramePadding is far from ItemSpacing. -- RenderText(): Some optimization for very large text buffers, useful for non-optimized builds. -- BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f. -- ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different. -- Demo: Split the contents of ShowDemoWindow() into smaller functions as it appears to speed up link time with VS. (#2152) -- Drag and Drop: Added GetDragDropPayload() to peek directly into the payload (if any) from anywhere. (#143) -- ImGuiTextBuffer: Avoid heap allocation when empty. -- ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, - in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty. -- Examples: DirectX10, DirectX11: Removed seemingly unnecessary calls to invalidate and recreate device objects - in the WM_SIZE handler. (#2088) [@ice1000] -- Examples: GLFW: User previously installed GLFW callbacks are now saved and chain-called by the default callbacks. (#1759) -- Examples: OpenGL3: Added support for GL 4.5's glClipControl(GL_UPPER_LEFT). (#2186) -- Examples: OpenGL3+GLFW: Fixed error condition when using the GLAD loader. (#2157) [@blackball] -- Examples: OpenGL3+GLFW/SDL: Made main.cpp compile with IMGUI_IMPL_OPENGL_LOADER_CUSTOM (may be missing init). (#2178) [@doug-moen] -- Examples: SDL2+Vulkan: Fixed application shutdown which could deadlock on Linux + Xorg. (#2181) [@eRabbit0] - - ------------------------------------------------------------------------ - VERSION 1.65 (Released 2018-09-06) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.65 - -Breaking Changes: - -- Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and - stb_rect_pack.h to imstb_rectpack.h. If you were conveniently using the imgui copy of those - STB headers in your project, you will have to update your include paths. (#1718, #2036) - The reason for this change is to avoid conflicts for projects that may also be importing - their own copy of the STB libraries. Note that imgui's copy of stb_textedit.h is modified. -- Renamed io.ConfigCursorBlink to io.ConfigInputTextCursorBlink. (#1427) - -Other Changes: - -- This is a minor release following the 1.64 refactor, with a little more shuffling of code. -- Clarified and improved the source code sectioning in all files (easier to search or browse sections). -- Nav: Removed the [Beta] tag from various descriptions of the gamepad/keyboard navigation system. - Although it is not perfect and will keep being improved, it is fairly functional and used by many. (#787) -- Fixed a build issue with non-Cygwin GCC under Windows. -- Demo: Added a "Configuration" block to make io.ConfigFlags/io.BackendFlags more prominent. -- Examples: OpenGL3+SDL2: Fixed error condition when using the GLAD loader. (#2059, #2002) [@jiri] - - ------------------------------------------------------------------------ - VERSION 1.64 (Released 2018-08-31) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.64 - -Changes: - -- Moved README, CHANGELOG and TODO files to the docs/ folder. - If you are updating dear imgui by copying files, take the chance to delete the old files. -- Added imgui_widgets.cpp file, extracted and moved widgets code out of imgui.cpp into imgui_widgets.cpp. - Re-ordered some of the code remaining in imgui.cpp. - NONE OF THE FUNCTIONS HAVE CHANGED. THE CODE IS SEMANTICALLY 100% IDENTICAL, BUT _EVERY_ FUNCTIONS HAS BEEN MOVED. - Because of this, any local modifications to imgui.cpp will likely conflict when you update. - If you have any modifications to imgui.cpp, it is suggested that you first update to 1.63, then - isolate your patches. You can peak at imgui_widgets.cpp from 1.64 to get a sense of what is included in it, - then separate your changes into several patches that can more easily be applied to 1.64 on a per-file basis. - What I found worked nicely for me, was to open the diff of the old patches in an interactive merge/diff tool, - search for the corresponding function in the new code and apply the chunks manually. -- As a reminder, if you have any change to imgui.cpp it is a good habit to discuss them on the github, - so a solution applicable on the Master branch can be found. If your company has changes that you cannot - disclose you may also contact me privately. - - ------------------------------------------------------------------------ - VERSION 1.63 (Released 2018-08-29) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.63 - -Breaking Changes: - -- Style: Renamed ImGuiCol_ModalWindowDarkening to ImGuiCol_ModalWindowDimBg for consistency with other features. - Kept redirection enum (will obsolete). -- Changed ImGui::GetTime() return value from float to double to avoid accumulating floating point imprecision over time. -- Removed per-window ImGuiWindowFlags_ResizeFromAnySide Beta flag in favor `io.ConfigResizeWindowsFromEdges=true` to - enable the feature globally. (#1495) - The feature is not currently enabled by default because it is not satisfying enough, but will eventually be. -- InputText: Renamed ImGuiTextEditCallback to ImGuiInputTextCallback, ImGuiTextEditCallbackData to ImGuiInputTextCallbackData - for consistency. Kept redirection types (will obsolete). -- InputText: Removed ImGuiTextEditCallbackData::ReadOnly because it is a duplication of (::Flags & ImGuiInputTextFlags_ReadOnly). -- Renamed IsItemDeactivatedAfterChange() to IsItemDeactivatedAfterEdit() for consistency with new IsItemEdited() API. - Kept redirection function (will obsolete soonish as IsItemDeactivatedAfterChange() is very recent). -- Renamed io.OptCursorBlink to io.ConfigCursorBlink [-> io.ConfigInputTextCursorBlink in 1.65], io.OptMacOSXBehaviors to - io.ConfigMacOSXBehaviors for consistency. (#1427, #473) -- Removed obsolete redirection functions: CollapsingHeader() variation with 2 bools - marked obsolete in v1.49, May 2016. - -Other Changes: - -- ArrowButton: Fixed to honor PushButtonRepeat() setting (and internals' ImGuiItemFlags_ButtonRepeat). -- ArrowButton: Setup current line text baseline so that ArrowButton() + SameLine() + Text() are aligned properly. -- Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. The change is motivated by upcoming - Docking features. (#787) -- Nav: Made CTRL+TAB skip menus + skip the current navigation window if is has the ImGuiWindow_NoNavFocus set. (#787) - While it was previously possible, you won't be able to CTRL-TAB out and immediately back in a window with the - ImGuiWindow_NoNavFocus flag. -- Window: Allow menu and popups windows from ignoring the style.WindowMinSize values so short menus/popups are not padded. (#1909) -- Window: Added global io.ConfigResizeWindowsFromEdges option to enable resizing windows from their edges and from - the lower-left corner. (#1495) -- Window: Collapse button shows hovering highlight + clicking and dragging on it allows to drag the window as well. -- Added IsItemEdited() to query if the last item modified its value (or was pressed). This is equivalent to the bool - returned by most widgets. - It is useful in some situation e.g. using InputText() with ImGuiInputTextFlags_EnterReturnsTrue. (#2034) -- InputText: Added support for buffer size/capacity changes via the ImGuiInputTextFlags_CallbackResize flag. (#2006, #1443, #1008). -- InputText: Fixed not tracking the cursor horizontally when modifying the text buffer through a callback. -- InputText: Fixed minor off-by-one issue when submitting a buffer size smaller than the initial zero-terminated buffer contents. -- InputText: Fixed a few pathological crash cases on single-line InputText widget with multiple millions characters worth of contents. - Because the current text drawing function reserve for a worst-case amount of vertices and how we handle horizontal clipping, - we currently just avoid displaying those single-line widgets when they are over a threshold of 2 millions characters, - until a better solution is found. -- Drag and Drop: Fixed an incorrect assert when dropping a source that is submitted after the target (bug introduced with 1.62 changes - related to the addition of IsItemDeactivated()). (#1875, #143) -- Drag and Drop: Fixed ImGuiDragDropFlags_SourceNoDisableHover to affect hovering state prior to calling IsItemHovered() + fixed description. (#143) -- Drag and Drop: Calling BeginTooltip() between a BeginDragSource()/EndDragSource() or BeginDropTarget()/EndDropTarget() uses adjusted tooltip - settings matching the one created when calling BeginDragSource() without the ImGuiDragDropFlags_SourceNoPreviewTooltip flag. (#143) -- Drag and Drop: Payload stays available and under the mouse if the source stops being submitted, however the tooltip is replaced by "...". (#1725) -- Drag and Drop: Added ImGuiDragDropFlags_SourceAutoExpirePayload flag to force payload to expire if the source stops being submitted. (#1725, #143). -- IsItemHovered(): Added ImGuiHoveredFlags_AllowWhenDisabled flag to query hovered status on disabled items. (#1940, #211) -- Selectable: Added ImGuiSelectableFlags_Disabled flag in the public API. (#211) -- ColorEdit4: Fixed a bug when text input or drag and drop leading to unsaturated HSV values would erroneously alter the resulting color. (#2050) -- Misc: Added optional misc/stl/imgui_stl.h wrapper to use with STL types (e.g. InputText with std::string). (#2006, #1443, #1008) - [*EDIT* renamed to misc/std/imgui_stdlib.h in 1.66] -- Misc: Added IMGUI_VERSION_NUM for easy compile-time testing. (#2025) -- Misc: Added ImGuiMouseCursor_Hand cursor enum + corresponding software cursor. (#1913, 1914) [@aiekick, @ocornut] -- Misc: Tweaked software mouse cursor offset to match the offset of the corresponding Windows 10 cursors. -- Made assertion more clear when trying to call Begin() outside of the NewFrame()..EndFrame() scope. (#1987) -- Fixed assertion when transitioning from an active ID to another within a group, affecting ColorPicker (broken in 1.62). (#2023, #820, #956, #1875). -- Fixed PushID() from keeping alive the new ID Stack top value (if a previously active widget shared the ID it would be erroneously kept alive). -- Fixed horizontal mouse wheel not forwarding the request to the parent window if ImGuiWindowFlags_NoScrollWithMouse is set. (#1463, #1380, #1502) -- Fixed a include build issue for Cygwin in non-POSIX (Win32) mode. (#1917, #1319, #276) -- ImDrawList: Improved handling for worst-case vertices reservation policy when large amount of text (e.g. 1+ million character strings) - are being submitted in a single call. It would typically have crashed InputTextMultiline(). (#200) -- OS/Windows: Fixed missing ImmReleaseContext() call in the default Win32 IME handler. (#1932) [@vby] -- Metrics: Changed io.MetricsActiveWindows to reflect the number of active windows (!= from visible windows), which is useful - for lazy/idle render mechanisms as new windows are typically not visible for one frame. -- Metrics: Added io.MetricsRenderWindow to reflect the number of visible windows. -- Metrics: Added io.MetricsActiveAllocations, moving away from the cross-context global counters than we previously used. (#1565, #1599, #586) -- Demo: Added basic Drag and Drop demo. (#143) -- Demo: Modified the Console example to use InsertChars() in the input text callback instead of poking directly into the buffer. - Although this won't make a difference in the example itself, using InsertChars() will honor the resizing callback properly. (#2006, #1443, #1008). -- Demo: Clarified the use of IsItemHovered()/IsItemActive() right after being in the "Active, Focused, Hovered & Focused Tests" section. -- Examples: Tweaked the main.cpp of each example. -- Examples: Metal: Added Metal rendering backend. (#1929, #1873) [@warrenm] -- Examples: OSX: Added early raw OSX platform backend. (#1873) [@pagghiu, @itamago, @ocornut] -- Examples: Added mac OSX & iOS + Metal example in example_apple_metal/. (#1929, #1873) [@warrenm] -- Examples: Added mac OSX + OpenGL2 example in example_apple_opengl2/. (#1873) -- Examples: OpenGL3: Added shaders more versions of GLSL. (#1938, #1941, #1900, #1513, #1466, etc.) -- Examples: OpenGL3: Tweaked the imgui_impl_opengl3.cpp to work as-is with Emscripten + WebGL 2.0. (#1941). [@o-micron] -- Examples: OpenGL3: Made the example app default to GL 3.0 + GLSL 130 (instead of GL 3.2 + GLSL 150) unless on Mac. -- Examples: OpenGL3: Added error output when shaders fail to compile/link. -- Examples: OpenGL3: Added support for glew and glad OpenGL loaders out of the box. (#2001, #2002) [@jdumas] -- Examples: OpenGL2: Disabling/restoring GL_LIGHTING and GL_COLOR_MATERIAL to increase compatibility with legacy OpenGL applications. (#1996) -- Examples: DirectX10, DirectX11: Fixed unreleased resources in Init and Shutdown functions. (#1944) -- Examples: DirectX11: Querying for IDXGIFactory instead of IDXGIFactory1 to increase compatibility. (#1989) [@matt77hias] -- Examples: Vulkan: Fixed handling of VkSurfaceCapabilitiesKHR::maxImageCount = 0 case. Tweaked present mode selections. -- Examples: Win32, Glfw, SDL: Added support for the ImGuiMouseCursor_Hand cursor. - - ------------------------------------------------------------------------ - VERSION 1.62 (Released 2018-06-22) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.62 - -Breaking Changes: - -- TreeNodeEx(): The helper ImGuiTreeNodeFlags_CollapsingHeader flag now include ImGuiTreeNodeFlags_NoTreePushOnOpen. - The flag was already set by CollapsingHeader(). - The only difference is if you were using TreeNodeEx() manually with ImGuiTreeNodeFlags_CollapsingHeader and without - ImGuiTreeNodeFlags_NoTreePushOnOpen. In this case you can remove the ImGuiTreeNodeFlags_NoTreePushOnOpen flag from - your call (ImGuiTreeNodeFlags_CollapsingHeader & ~ImGuiTreeNodeFlags_NoTreePushOnOpen). (#1864) - This also apply if you were using internal's TreeNodeBehavior() with the ImGuiTreeNodeFlags_CollapsingHeader flag directly. -- ImFontAtlas: Renamed GetGlyphRangesChinese() to GetGlyphRangesChineseFull() to distinguish new smaller variants and - discourage using the full set. (#1859) - -Other Changes: - -- Examples backends have been refactored to separate the platform code (e.g. Win32, Glfw, SDL2) from the renderer code (e.g. DirectX11, OpenGL3, Vulkan). - The "Platform" backends are in charge of: mouse/keyboard/gamepad inputs, cursor shape, timing, etc. - The "Renderer" backends are in charge of: creating the main font texture, rendering imgui draw data. - before: imgui_impl_dx11.cpp --> after: imgui_impl_win32.cpp + imgui_impl_dx11.cpp - before: imgui_impl_dx12.cpp --> after: imgui_impl_win32.cpp + imgui_impl_dx12.cpp - before: imgui_impl_glfw_gl3.cpp --> after: imgui_impl_glfw.cpp + imgui_impl_opengl2.cpp - before: imgui_impl_glfw_vulkan.cpp --> after: imgui_impl_glfw.cpp + imgui_impl_vulkan.cpp - before: imgui_impl_sdl_gl3.cpp --> after: imgui_impl_sdl2.cpp + imgui_impl_opengl2.cpp - before: imgui_impl_sdl_gl3.cpp --> after: imgui_impl_sdl2.cpp + imgui_impl_opengl3.cpp etc. - - The idea is what we can now easily combine and maintain backends and reduce code redundancy. Individual files are - smaller and more reusable. Integration of imgui into a new/custom engine may also be easier as there is less overlap - between "windowing / inputs" and "rendering" code, so you may study or grab one half of the code and not the other. - - This change was motivated by the fact that adding support for the upcoming multi-viewport feature requires more work - from the Platform and Renderer backends, and the amount of redundancy across files was becoming too difficult to - maintain. If you use default backends, you'll benefit from an easy update path to support multi-viewports later - (for future ImGui 1.7x). - - This is not strictly a breaking change if you keep your old backends, but when you'll want to fully update your backends, - expect to have to reshuffle a few things. - - Each example still has its own main.cpp which you may refer you to understand how to initialize and glue everything together. - - Some frameworks (such as the Allegro, Marmalade) handle both the "platform" and "rendering" part, and your custom engine may as well. - - Read examples/README.txt for details. -- Added IsItemDeactivated() to query if the last item was active previously and isn't anymore. Useful for Undo/Redo patterns. (#820, #956, #1875) -- Added IsItemDeactivatedAfterChange() [*EDIT* renamed to IsItemDeactivatedAfterEdit() in 1.63] if the last item was active previously, - is not anymore, and during its active state modified a value. Note that you may still get false positive (e.g. drag value and while - holding return on the same value). (#820, #956, #1875) -- Nav: Added support for PageUp/PageDown (explorer-style: first aim at bottom/top most item, when scroll a page worth of contents). (#787) -- Nav: To keep the navigated item in view we also attempt to scroll the parent window as well as the current window. (#787) -- ColorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEditX as drag target and ColorButton as drag source. (#1826) -- BeginDragDropSource(): Offset tooltip position so it is off the mouse cursor, but also closer to it than regular tooltips, - and not clamped by viewport. (#1739) -- BeginDragDropTarget(): Added ImGuiDragDropFlags_AcceptNoPreviewTooltip flag to request hiding the drag source tooltip - from the target site. (#143) -- BeginCombo(), BeginMainMenuBar(), BeginChildFrame(): Temporary style modification are restored at the end of BeginXXX - instead of EndXXX, to not affect tooltips and child windows. -- Popup: Improved handling of (erroneously) repeating calls to OpenPopup() to not close the popup's child popups. (#1497, #1533, #1865). -- InputTextMultiline(): Fixed double navigation highlight when scrollbar is active. (#787) -- InputText(): Fixed Undo corruption after pasting large amount of text (Redo will still fail when undo buffers are exhausted, - but text won't be corrupted). -- SliderFloat(): When using keyboard/gamepad and a zero precision format string (e.g. "%.0f"), always step in integer units. (#1866) -- ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears monospaced, particularly useful - for icon fonts. (#1869) -- ImFontAtlas: Added GetGlyphRangesChineseSimplifiedCommon() helper that returns a list of ~2500 most common Simplified Chinese - characters. (#1859) [@JX-Master, @ocornut] -- Examples: OSX: Added imgui_impl_osx.mm backend to be used along with e.g. imgui_impl_opengl2.cpp. (#281, #1870) [@pagghiu, @itamago, @ocornut] -- Examples: GLFW: Made it possible to Shutdown/Init the backend again (by resetting the time storage properly). (#1827) [@ice1000] -- Examples: Win32: Fixed handling of mouse wheel messages to support sub-unit scrolling messages (typically sent by track-pads). (#1874) [@zx64] -- Examples: SDL+Vulkan: Added SDL+Vulkan example. -- Examples: Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. Added clipboard support. -- Examples: Allegro5: Unindexing buffers ourselves as Allegro indexed drawing primitives are buggy in the DirectX9 backend - (will be fixed in Allegro 5.2.5+). -- Examples: DirectX12: Moved the ID3D12GraphicsCommandList* parameter from ImGui_ImplDX12_NewFrame() to ImGui_ImplDX12_RenderDrawData() which makes a lots more sense. (#301) -- Examples: Vulkan: Reordered parameters ImGui_ImplVulkan_RenderDrawData() to be consistent with other backends, - a good occasion since we refactored the code. -- Examples: FreeGLUT: Added FreeGLUT backends. Added FreeGLUT+OpenGL2 example. (#801) -- Examples: The functions in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate - some uses. (#1888) -- Examples: Fixed backends to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count_ so they can compile - with IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#1887) -- Misc: Updated stb_textedit from 1.09 + patches to 1.12 + minor patches. -- Internals: PushItemFlag() flags are inherited by BeginChild(). - - ------------------------------------------------------------------------ - VERSION 1.61 (Released 2018-05-14) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.61 - -Breaking Changes: - -- DragInt(): The default compile-time format string has been changed from "%.0f" to "%d", as we are not using integers internally - any more. If you used DragInt() with custom format strings, make sure you change them to use %d or an integer-compatible format. - To honor backward-compatibility, the DragInt() code will currently parse and modify format strings to replace %*f with %d, - giving time to users to upgrade their code. - If you have IMGUI_DISABLE_OBSOLETE_FUNCTIONS enabled, the code will instead assert! You may run a reg-exp search on your - codebase for e.g. "DragInt.*%f" to you find them. -- InputFloat(): Obsoleted InputFloat() functions taking an optional "int decimal_precision" in favor of an equivalent and more - flexible "const char* format", consistent with other functions. Kept redirection functions (will obsolete). -- Misc: IM_DELETE() helper function added in 1.60 doesn't set the input pointer to NULL, more consistent with standard - expectation and allows passing r-values. - -Other Changes: - -- Added DragScalar, DragScalarN: supports signed/unsigned, 32/64 bits, float/double data types. (#643, #320, #708, #1011) -- Added InputScalar, InputScalarN: supports signed/unsigned, 32/64 bits, float/double data types. (#643, #320, #708, #1011) -- Added SliderScalar, SliderScalarN: supports signed/unsigned, 32/64 bits, float/double data types. (#643, #320, #708, #1011) -- Window: Fixed pop-ups/tooltips/menus not honoring style.DisplaySafeAreaPadding as well as it should have (part of menus - displayed outside the safe area, etc.). -- Window: Fixed windows using the ImGuiWindowFlags_NoSavedSettings flag from not using the same default position as other windows. (#1760) -- Window: Relaxed the internal stack size checker to allow Push/Begin/Pop/.../End patterns to be used with PushStyleColor, PushStyleVar, PushFont without causing a false positive assert. (#1767) -- Window: Fixed the default proportional item width lagging by one frame on resize. -- Columns: Fixed a bug introduced in 1.51 where columns would affect the contents size of their container, often creating - feedback loops when ImGuiWindowFlags_AlwaysAutoResize was used. (#1760) -- Settings: Fixed saving an empty .ini file if CreateContext/DestroyContext are called without a single call to NewFrame(). (#1741) -- Settings: Added LoadIniSettingsFromDisk(), LoadIniSettingsFromMemory(), SaveIniSettingsToDisk(), SaveIniSettingsToMemory() - to manually load/save .ini settings. (#923, #993) -- Settings: Added io.WantSaveIniSettings flag, which is set to notify the application that e.g. SaveIniSettingsToMemory() - should be called. (#923, #993) -- Scrolling: Fixed a case where using SetScrollHere(1.0f) at the bottom of a window on the same frame the window height - has been growing would have the scroll clamped using the previous height. (#1804) -- MenuBar: Made BeginMainMenuBar() honor style.DisplaySafeAreaPadding so the text can be made visible on TV settings that - don't display all pixels. (#1439) [@dougbinks] -- InputText: On Mac OS X, filter out characters when the CMD modifier is held. (#1747) [@sivu] -- InputText: On Mac OS X, support CMD+SHIFT+Z for Redo. CMD+Y is also supported as major apps seems to default to support both. (#1765) [@lfnoise] -- InputText: Fixed returning true when edition is cancelled with ESC and the current buffer matches the initial value. -- InputFloat,InputFloat2,InputFloat3,InputFloat4: Added variations taking a more flexible and consistent optional - "const char* format" parameter instead of "int decimal_precision". This allow using custom formats to display values - in scientific notation, and is generally more consistent with other API. - Obsoleted functions using the optional "int decimal_precision" parameter. (#648, #712) -- DragFloat, DragInt: Cancel mouse tweak when current value is initially past the min/max boundaries and mouse is pushing - in the same direction (keyboard/gamepad version already did this). -- DragFloat, DragInt: Honor natural type limits (e.g. INT_MAX, FLT_MAX) instead of wrapping around. (#708, #320) -- DragFloat, SliderFloat: Fixes to allow input of scientific notation numbers when using CTRL+Click to input the value. (~#648, #1011) -- DragFloat, SliderFloat: Rounding-on-write uses the provided format string instead of parsing the precision from the string, - which allows for finer uses of %e %g etc. (#648, #642) -- DragFloat: Improved computation when using the power curve. Improved lost of input precision with very small steps. - Added an assert than power-curve requires a min/max range. (~#642) -- DragFloat: The 'power' parameter is only honored if the min/max parameter are also setup. -- DragInt, SliderInt: Fixed handling of large integers (we previously passed data around internally as float, which reduced - the range of valid integers). -- ColorEdit: Fixed not being able to pass the ImGuiColorEditFlags_NoAlpha or ImGuiColorEditFlags_HDR flags to SetColorEditOptions(). -- Nav: Fixed hovering a Selectable() with the mouse so that it update the navigation cursor (as it happened in the pre-1.60 navigation branch). (#787) -- Style: Changed default style.DisplaySafeAreaPadding values from (4,4) to (3,3) so it is smaller than FramePadding and has no effect on main menu bar on a computer. (#1439) -- Fonts: When building font atlas, glyphs that are missing in the fonts are not using the glyph slot to render the default glyph. Saves space and allow merging fonts with - overlapping font ranges such as FontAwesome5 which split out the Brands separately from the Solid fonts. (#1703, #1671) -- Misc: Added IMGUI_CHECKVERSION() macro to compare version string and data structure sizes in order to catch issues with mismatching compilation unit settings. (#1695, #1769) -- Misc: Added IMGUI_DISABLE_MATH_FUNCTIONS in imconfig.h to make it easier to redefine wrappers for std/crt math functions. -- Misc: Fix to allow compiling in unity builds where stb_rectpack/stb_truetype may be already included in the same compilation unit. -- Demo: Simple Overlay: Added a context menu item to enable freely moving the window. -- Demo: Added demo for DragScalar(), InputScalar(), SliderScalar(). (#643) -- Examples: Calling IMGUI_CHECKVERSION() in the main.cpp of every example application. -- Examples: Allegro 5: Added support for 32-bit indices setup via defining ImDrawIdx, to avoid an unnecessary conversion (Allegro 5 doesn't support 16-bit indices). -- Examples: Allegro 5: Renamed backend from imgui_impl_a5.cpp to imgui_impl_allegro5.cpp. -- Examples: DirectX 9: Saving/restoring Transform because they don't seem to be included in the StateBlock. Setting shading mode to Gouraud. (#1790, #1687) [@sr-tream] -- Examples: SDL: Fixed clipboard paste memory leak in the SDL backend code. (#1803) [@eliasdaler] -- Various minor fixes, tweaks, refactoring, comments. - - ------------------------------------------------------------------------ - VERSION 1.60 (Released 2018-04-07) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.60 - -The gamepad/keyboard navigation branch (which has been in the work since July 2016) has been merged. -Gamepad/keyboard navigation is still marked as Beta and has to be enabled explicitly. -Various internal refactoring have also been done, as part of the navigation work and as part of the upcoming viewport/docking work. - -Breaking Changes: - -- Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). - e.g. with example backends, call ImDrawData* draw_data = ImGui::GetDrawData(); ImGui_ImplXXXX_RenderDrawData(draw_data). -- Reorganized context handling to be more explicit: (#1599) - - YOU NOW NEED TO CALL ImGui::CreateContext() AT THE BEGINNING OF YOUR APP, AND CALL ImGui::DestroyContext() AT THE END. - - removed Shutdown() function, as DestroyContext() serve this purpose. If you are using an old backend from the examples/ folder, remove the line that calls Shutdown(). - - you may pass a ImFontAtlas* pointer to CreateContext() to share a font atlas between contexts. Otherwise CreateContext() will create its own font atlas instance. - - removed allocator parameters from CreateContext(), they are now setup with SetAllocatorFunctions(), and shared by all contexts. - - removed the default global context and font atlas instance, which were confusing for users of DLL reloading and users of multiple contexts. -- Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT and ImGuiMouseCursor_Count_ to ImGuiMouseCursor_COUNT for consistency with other public enums. -- Fonts: Moved sample TTF files from extra_fonts/ to misc/fonts/. If you loaded files directly from the imgui repo you may need to update your paths. -- Fonts: Changed ImFont::DisplayOffset.y to defaults to 0 instead of +1. Fixed vertical rounding of Ascent/Descent to match TrueType renderer. - If you were adding or subtracting (not assigning) to ImFont::DisplayOffset check if your fonts are correctly aligned vertically. (#1619) -- BeginDragDropSource(): temporarily removed the optional mouse_button=0 parameter because it is not really usable in many situations at the moment. -- Obsoleted IsAnyWindowHovered() in favor of IsWindowHovered(ImGuiHoveredFlags_AnyWindow). Kept redirection function (will obsolete). -- Obsoleted IsAnyWindowFocused() in favor of IsWindowFocused(ImGuiFocusedFlags_AnyWindow). Kept redirection function (will obsolete). -- Renamed io.WantMoveMouse to io.WantSetMousePos for consistency and ease of understanding (was added in 1.52, not used by core, and honored by some backend ahead of merging the Nav branch). -- Removed ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered style colors as the closing cross uses regular button colors now. -- Renamed ImGuiSizeConstraintCallback to ImGuiSizeCallback, ImGuiSizeConstraintCallbackData to ImGuiSizeCallbackData. -- Removed CalcItemRectClosestPoint() which was weird and not really used by anyone except demo code. If you need it should be easy to replicate on your side (you can find the code in 1.53). -- [EDITED] Window: BeginChild() with an explicit name doesn't include the hash within the internal window name. (#1698) - This change was erroneously introduced, undoing the change done for #894, #713, and not documented properly in the original - 1.60 release Changelog. It was fixed on 2018-09-28 (1.66) and I wrote this paragraph the same day. - -Other Changes: - -- Doc: Added a Changelog file in the repository to ease comparing versions (it goes back to dear imgui 1.48), until now it was only on GitHub. -- Navigation: merged in the gamepad/keyboard navigation (about a million changes!). (#787, #323) - The initial focus was to support game controllers, but keyboard is becoming increasingly and decently usable. -- To use Gamepad Navigation: - - Set io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad to enable. - - Backend: Set io.BackendFlags |= ImGuiBackendFlags_HasGamepad + fill the io.NavInputs[] fields before calling NewFrame(). Read imgui.cpp for more details. - - See https://github.com/ocornut/imgui/issues/1599 for recommended gamepad mapping or download PNG/PSD at http://goo.gl/9LgVZW - - See 'enum ImGuiNavInput_' in imgui.h for a description of inputs. Read imgui.cpp for more details. -- To use Keyboard Navigation: - - Set io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard to enable. NewFrame() will automatically fill io.NavInputs[] based on your io.KeysDown[] + io.KeyMap[] arrays. - - Basic controls: arrows to navigate, Alt to enter menus, Space to activate item, Enter to edit text, Escape to cancel/close, Ctrl-Tab to focus windows, etc. - - When keyboard navigation is active (io.NavActive + ImGuiConfigFlags_NavEnableKeyboard), the io.WantCaptureKeyboard flag will be set. - For more advanced uses, you may want to read from io.NavActive or io.NavVisible. Read imgui.cpp for more details. -- Navigation: SetItemDefaultFocus() sets the navigation position in addition to scrolling. (#787) -- Navigation: Added IsItemFocused(), added IsAnyItemFocused(). (#787) -- Navigation: Added window flags: ImGuiWindowFlags_NoNav (== ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus). -- Navigation: Style: Added ImGuiCol_NavHighlight, ImGuiCol_NavWindowingHighlight colors. (#787) -- Navigation: TreeNode: Added ImGuiTreeNodeFlags_NavLeftJumpsBackHere flag to allow Nav Left direction to jump back to parent tree node from any of its child. (#1079) -- Navigation: IO: Added io.ConfigFlags (input), io.NavActive (output), io.NavVisible (output). (#787) -- Context: Removed the default global context and font atlas instances, which caused various problems to users of multiple contexts and DLL users. (#1565, #1599) - YOU NOW NEED TO CALL ImGui::CreateContext() AT THE BEGINNING OF YOUR APP, AND CALL ImGui::DestroyContext() AT THE END. Existing apps will assert/crash without it. -- Context: Added SetAllocatorFunctions() to rewire memory allocators (as a replacement to previous parameters to CreateContext()). Allocators are shared by all contexts and imgui helpers. (#1565, #586, #992, #1007, #1558) -- Context: You may pass a ImFontAtlas to CreateContext() to specify a font atlas to share. Shared font atlas are not owned by the context and not destroyed along with it. (#1599) -- Context: Added IMGUI_DISABLE_DEFAULT_ALLOCATORS to disable linking with malloc/free. (#1565, #586, #992, #1007, #1558) -- IO: Added io.ConfigFlags for user application to store settings for imgui and for the backend: - - ImGuiConfigFlags_NavEnableKeyboard: Enable keyboard navigation. - - ImGuiConfigFlags_NavEnableGamepad: Enable gamepad navigation (provided ImGuiBackendFlags_HasGamepad is also set by backend). - - ImGuiConfigFlags_NavEnableSetMousePos: Instruct navigation to move the mouse cursor. May be useful on TV/console systems where moving a virtual mouse is awkward. - - ImGuiConfigFlags_NoMouseCursorChange: Instruct backend to not alter mouse cursor shape and visibility (by default the example backend use mouse cursor API of the platform when available) - - ImGuiConfigFlags_NoMouse: Instruct imgui to clear mouse position/buttons in NewFrame(). This allows ignoring the mouse information passed by the backend. - - ImGuiConfigFlags_IsSRGB, ImGuiConfigFlags_IsTouchScreen: Flags for general application use. -- IO: Added io.BackendFlags for backend to store its capabilities (currently: _HasGamepad, _HasMouseCursors, _HasSetMousePos). This will be used more in the next version. -- IO: Added ImGuiKey_Insert, ImGuiKey_Space keys. Setup in all example backends. (#1541) -- IO: Added Horizontal Mouse Wheel support for horizontal scrolling. (#1463) [@tseeker] -- IO: Added IsAnyMouseDown() helper which is helpful for backends to handle mouse capturing. -- Window: Clicking on a window with the ImGuiWIndowFlags_NoMove flags takes an ActiveId so we can't hover something else when dragging afterwards. (#1381, #1337) -- Window: IsWindowHovered(): Added ImGuiHoveredFlags_AnyWindow, ImGuiFocusedFlags_AnyWindow flags (See Breaking Changes). Added to demo. (#1382) -- Window: Added SetNextWindowBgAlpha() helper. Particularly helpful since the legacy 5-parameters version of Begin() has been marked as obsolete in 1.53. (#1567) -- Window: Fixed SetNextWindowContentSize() with 0.0f on Y axis (or SetNextWindowContentWidth()) overwriting the contents size. Got broken on Dec 10 (1.53). (#1363) -- ArrowButton: Added ArrowButton() given a cardinal direction (e.g. ImGuiDir_Left). -- InputText: Added alternative clipboard shortcuts: Shift+Delete (cut), CTRL+Insert (copy), Shift+Insert (paste). (#1541) -- InputText: Fixed losing Cursor X position when clicking outside on an item that's submitted after the InputText(). It was only noticeable when restoring focus programmatically. (#1418, #1554) -- InputText: Added ImGuiInputTextFlags_CharsScientific flag to also allow 'e'/'E' for input of values using scientific notation. Automatically used by InputFloat. -- Style: Default style is now StyleColorsDark(), instead of the old StyleColorsClassic(). (#707) -- Style: Enable window border by default. (#707) -- Style: Exposed ImGuiStyleVar_WindowTitleAlign, ImGuiStyleVar_ScrollbarSize, ImGuiStyleVar_ScrollbarRounding, ImGuiStyleVar_GrabRounding + added an assert to reduce accidental breakage. (#1181) -- Style: Added style.MouseCursorScale help when using the software mouse cursor facility. (#939). -- Style: Close button nows display a cross before hovering. Fixed cross positioning being a little off. Uses button colors for highlight when hovering. (#707) -- Popup: OpenPopup() Always reopen existing pop-ups. (Removed imgui_internal.h's OpenPopupEx() which was used for this.) (#1497, #1533). -- Popup: BeginPopupContextItem(), BeginPopupContextWindow(), BeginPopupContextVoid(), OpenPopupOnItemClick() all react on mouse release instead of mouse press. (~#439) -- Popup: Better handling of user mistakenly calling OpenPopup() every frame (with reopen_existing option). The error will now be more visible and easier to understand. (#1497) -- Popup: BeginPopup(): Exposed extra_flags parameter that are passed through to Begin(). (#1533) -- Popup: BeginPopupModal: fixed the conditional test for SetNextWindowPos() which was polling the wrong window, which in practice made the test succeed all the time. -- Tooltip: BeginTooltip() sets ImGuiWindowFlags_NoInputs flag. -- Scrollbar: Fixed ScrollbarY enable test after ScrollbarX has been enabled being a little off (small regression from Nov 2017). (#1574) -- Scrollbar: Fixed ScrollbarX enable test subtracting WindowPadding.x (this has been there since the addition of horizontal scroll bar!). -- Columns: Clear offsets data when columns count changed. (#1525) -- Columns: Fixed a memory leak of ImGuiColumnsSet's Columns vector. (#1529) [@unprompted] -- Columns: Fixed resizing a window very small breaking some columns positioning (broken in 1.53). -- Columns: The available column extent takes consideration of the right-most clipped pixel, so the right-most column may look a little wider but will contain the same amount of visible contents. -- MenuBar: Fixed menu bar pushing a clipping rect outside of its allocated bound (usually unnoticeable). -- TreeNode: nodes with the ImGuiTreeNodeFlags_Leaf flag correctly disable highlight when DragDrop is active. (#143, #581) -- Drag and Drop: Increased payload type string to 32 characters instead of 8. (#143) -- Drag and Drop: TreeNode as drop target displays rectangle over full frame. (#1597, #143) -- DragFloat: Fix/workaround for backends which do not preserve a valid mouse position when dragged out of bounds. (#1559) -- InputFloat: Allow inputing value using scientific notation e.g. "1e+10". -- InputDouble: Added InputDouble() function. We use a format string instead of a decimal_precision parameter to also for "%e" and variants. (#1011) -- Slider, Combo: Use ImGuiCol_FrameBgHovered color when hovered. (#1456) [@stfx] -- Combo: BeginCombo(): Added ImGuiComboFlags_NoArrowButton to disable the arrow button and only display the wide value preview box. -- Combo: BeginCombo(): Added ImGuiComboFlags_NoPreview to disable the preview and only display a square arrow button. -- Combo: Arrow button isn't displayed over frame background so its blended color matches other buttons. Left side of the button isn't rounded. -- PlotLines: plot a flat line if scale_min==scale_max. (#1621) -- Fonts: Changed DisplayOffset.y to defaults to 0 instead of +1. Fixed rounding of Ascent/Descent to match TrueType renderer. - If you were adding or subtracting (not assigning) to ImFont::DisplayOffset check if your fonts are correctly aligned vertically. (#1619) -- Fonts: Updated stb_truetype from 1.14 to stb_truetype 1.19. (w/ include fix from some platforms #1622) -- Fonts: Added optional FreeType rasterizer in misc/freetype. Moved from imgui_club repo. (#618) [@Vuhdo, @mikesart, @ocornut] -- Fonts: Moved extra_fonts/ to misc/fonts/. -- ImFontAtlas: Fixed cfg.MergeMode not reusing existing glyphs if available (always overwrote). -- ImFontAtlas: Handle stb_truetype stbtt_InitFont() and stbtt_PackBegin() possible failures more gracefully, GetTexDataAsRGBA32() won't crash during conversion. (#1527) -- ImFontAtlas: Moved mouse cursor data out of ImGuiContext, fix drawing them with multiple contexts. Also remove the last remaining undesirable dependency on ImGui in imgui_draw.cpp. (#939) -- ImFontAtlas: Added ImFontAtlasFlags_NoPowerOfTwoHeight flag to disable padding font height to nearest power of two. (#1613) -- ImFontAtlas: Added ImFontAtlasFlags_NoMouseCursors flag to disable baking software mouse cursors, mostly to save texture memory on very low end hardware. (#1613) -- ImDrawList: Fixed AddRect() with anti-aliasing disabled (lower-right corner pixel was often missing, rounding looks a little better.) (#1646) -- ImDrawList: Added CloneOutput() helper to facilitate the cloning of ImDrawData or ImDrawList for multi-threaded rendering. -- Misc: Functions passed to libc qsort are explicitly marked cdecl to support compiling with vectorcall as the default calling convention. (#1230, #1611) [@RandyGaul] -- Misc: ImVec2: added [] operator. This is becoming desirable for some code working of either axes independently. Better adding it sooner than later. -- Misc: NewFrame(): Added an assert to detect incorrect filling of the io.KeyMap[] array earlier. (#1555) -- Misc: Added IM_OFFSETOF() helper in imgui.h (previously was in imgui_internal.h) -- Misc: Added IM_NEW(), IM_DELETE() helpers in imgui.h (previously were in imgui_internal.h) -- Misc: Added obsolete redirection function GetItemsLineHeightWithSpacing() (which redirects to GetFrameHeightWithSpacing()), as intended and stated in docs of 1.53. -- Misc: Added misc/natvis/imgui.natvis for visual studio debugger users to easily visualize imgui internal types. Added to examples projects. -- Misc: Added IMGUI_USER_CONFIG to define a custom configuration filename. (#255, #1573, #1144, #41) -- Misc: Added IMGUI_STB_TRUETYPE_FILENAME and IMGUI_STB_RECT_PACK_FILENAME compile time directives to use another version of the stb_ files. -- Misc: Updated stb_rect_pack from 0.10 to 0.11 (minor changes). - (Those flags are not used by ImGui itself, they only exists to make it easy for the engine/backend to pass information to the application in a standard manner.) -- Metrics: Added display of Columns state. -- Demo: Improved Selectable() examples. (#1528) -- Demo: Tweaked the Child demos, added a menu bar to the second child to test some navigation functions. -- Demo: Console: Using ImGuiCol_Text to be more friendly to color changes. -- Demo: Using IM_COL32() instead of ImColor() in ImDrawList centric contexts. Trying to phase out use of the ImColor helper whenever possible. -- Examples: Files in examples/ now include their own changelog so it is easier to occasionally update your backends if needed. -- Examples: Using Dark theme by default. (#707). Tweaked demo code. -- Examples: Added support for horizontal mouse wheel for API that allows it. (#1463) [@tseeker] -- Examples: All examples now setup the io.BackendFlags to signify they can honor mouse cursors, gamepad, etc. -- Examples: DirectX10: Fixed erroneous call to io.Fonts->ClearInputData() + ClearTexData() that was left in DX10 example but removed in 1.47 (Nov 2015) in every other backends. (#1733) -- Examples: DirectX12: Added DirectX 12 example. (#301) [@jdm3] -- Examples: OpenGL3+GLFW,SDL: Changed GLSL shader version from 330 to 150. (#1466, #1504) -- Examples: OpenGL3+GLFW,SDL: Added a way to override the GLSL version string in the Init function. (#1466, #1504). -- Examples: OpenGL3+GLFW,SDL: Creating VAO in the render function so it can be more easily used by multiple shared OpenGL contexts. (#1217) -- Examples: OpenGL3+GLFW: Using 3.2 context instead of 3.3. (#1466) -- Examples: OpenGL: Setting up glPixelStorei() explicitly before uploading texture. -- Examples: OpenGL: Calls to glPolygonMode() are casting parameters as GLEnum to not fail with more strict backends. (#1628) [@ilia-glushchenko] -- Examples: Win32 (DirectX9,10,11,12): Added support for mouse cursor shapes. (#1495) -- Examples: Win32 (DirectX9,10,11,12: Support for windows using the CS_DBLCLKS class flag by handling the double-click messages (WM_LBUTTONDBLCLK etc.). (#1538, #754) [@ndandoulakis] -- Examples: Win32 (DirectX9,10,11,12): Made the Win32 proc handlers not assert if there is no active context yet, to be more flexible with creation order. (#1565) -- Examples: GLFW: Added support for mouse cursor shapes (the diagonal resize cursors are unfortunately not supported by GLFW at the moment. (#1495) -- Examples: GLFW: Don't attempt to change the mouse cursor input mode if it is set to GLFW_CURSOR_DISABLED by the application. (#1202) [@PhilCK] -- Examples: SDL: Added support for mouse cursor shapes. (#1626) [@olls] -- Examples: SDL: Using SDL_CaptureMouse() to retrieve coordinates outside of client area when dragging (SDL 2.0.4+ only, otherwise using SDL_WINDOW_INPUT_FOCUS instead of previously SDL_WINDOW_MOUSE_FOCUS). (#1559) -- Examples: SDL: Enabled vsync by default so people don't come at us when the examples are running at 2000 FPS and burning a CPU core. -- Examples: SDL: Using SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency() to handle frame-rate over 1000 FPS properly. (#996) -- Examples: SDL: Using scan-code exclusively instead of a confusing mixture of scan-codes and key-codes. -- Examples: SDL: Visual Studio: Added .vcxproj file. Using %SDL2_DIR% in the default .vcxproj and build files instead of %SDL_DIR%, the earlier being more standard. -- Examples: Vulkan: Visual Studio: Added .vcxproj file. -- Examples: Apple: Fixed filenames in OSX xcode project. Various other Mac friendly fixes. [@gerryhernandez etc.] -- Examples: Visual Studio: Disabled extraneous function-level check in Release build. -- Various fixes, tweaks, internal refactoring, optimizations, comments. - - ------------------------------------------------------------------------ - VERSION 1.53 (Released 2017-12-25) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.53 - -Breaking Changes: - -- Renamed the emblematic `ShowTestWindow()` function to `ShowDemoWindow()`. Kept redirection function (will obsolete). -- Renamed `GetItemsLineHeightWithSpacing()` to `GetFrameHeightWithSpacing()` for consistency. Kept redirection function (will obsolete). -- Renamed `ImGuiTreeNodeFlags_AllowOverlapMode` flag to `ImGuiTreeNodeFlags_AllowItemOverlap`. Kept redirection enum (will obsolete). -- Obsoleted `IsRootWindowFocused()` in favor of using `IsWindowFocused(ImGuiFocusedFlags_RootWindow)`. Kept redirection function (will obsolete). (#1382) -- Obsoleted `IsRootWindowOrAnyChildFocused()` in favor of using `IsWindowFocused(ImGuiFocusedFlags_RootAndChildWindows)`. Kept redirection function (will obsolete). (#1382) -- Obsoleted `IsRootWindowOrAnyChildHovered()` in favor of using `IsWindowHovered(ImGuiHoveredFlags_RootAndChildWindows)`. Kept redirection function (will obsolete). (#1382) -- Obsoleted `SetNextWindowContentWidth() in favor of using `SetNextWindowContentSize()`. Kept redirection function (will obsolete). -- Renamed `ImGuiTextBuffer::append()` helper to `appendf()`, and `appendv()` to `appendfv()` for consistency. If you copied the 'Log' demo in your code, it uses appendv() so that needs to be renamed. -- ImDrawList: Removed 'bool anti_aliased = true' final parameter of `ImDrawList::AddPolyline()` and `ImDrawList::AddConvexPolyFilled()`. Prefer manipulating ImDrawList::Flags if you need to toggle them during the frame. -- Style, ImDrawList: Renamed `style.AntiAliasedShapes` to `style.AntiAliasedFill` for consistency and as a way to explicitly break code that manipulate those flag at runtime. You can now manipulate ImDrawList::Flags. -- Style, Begin: Removed `ImGuiWindowFlags_ShowBorders` window flag. Borders are now fully set up in the ImGuiStyle structure (see e.g. `style.FrameBorderSize`, `style.WindowBorderSize`, `style.PopupBorderSize`). - Use `ImGui::ShowStyleEditor()` to look them up. - Please note that the style system will keep evolving (hopefully stabilizing in Q1 2018), and so custom styles will probably subtly break over time. - It is recommended that you use the `StyleColorsClassic()`, `StyleColorsDark()`, `StyleColorsLight()` functions. Also see `ShowStyleSelector()`. -- Style: Removed `ImGuiCol_ComboBg` in favor of combo boxes using `ImGuiCol_PopupBg` for consistency. Combo are normal pop-ups. -- Style: Renamed `ImGuiCol_ChildWindowBg` to `ImGuiCol_ChildBg`. -- Style: Renamed `style.ChildWindowRounding` to `style.ChildRounding`, `ImGuiStyleVar_ChildWindowRounding` to `ImGuiStyleVar_ChildRounding`. -- Removed obsolete redirection functions: SetScrollPosHere() - marked obsolete in v1.42, July 2015. -- Removed obsolete redirection functions: GetWindowFont(), GetWindowFontSize() - marked obsolete in v1.48, March 2016. - -Other Changes: - -- Added `io.OptCursorBlink` option to allow disabling cursor blinking. (#1427) [renamed to io.ConfigCursorBlink in 1.63] -- Added `GetOverlayDrawList()` helper to quickly get access to a ImDrawList that will be rendered in front of every windows. -- Added `GetFrameHeight()` helper which returns `(FontSize + style.FramePadding.y * 2)`. -- Drag and Drop: Added Beta API to easily use drag and drop patterns between imgui widgets. - - Setup a source on a widget with `BeginDragDropSource()`, `SetDragDropPayload()`, `EndDragDropSource()` functions. - - Receive data with `BeginDragDropTarget()`, `AcceptDragDropPayload()`, `EndDragDropTarget()`. - - See ImGuiDragDropFlags for various options. - - The ColorEdit4() and ColorButton() widgets now support Drag and Drop. - - The API is tagged as Beta as it still may be subject to small changes. -- Drag and Drop: When drag and drop is active, tree nodes and collapsing header can be opened by hovering on them for 0.7 seconds. -- Renamed io.OSXBehaviors to io.OptMacOSXBehaviors. Should not affect users as the compile-time default is usually enough. (#473, #650) -- Style: Added StyleColorsDark() style. (#707) [@dougbinks] -- Style: Added StyleColorsLight() style. Best used with frame borders + thicker font than the default font. (#707) -- Style: Added style.PopupRounding setting. (#1112) -- Style: Added style.FrameBorderSize, style.WindowBorderSize, style.PopupBorderSize. Removed ImGuiWindowFlags_ShowBorders window flag! - Borders are now fully set up in the ImGuiStyle structure. Use ImGui::ShowStyleEditor() to look them up. (#707, fix #819, #1031) -- Style: Various small changes to the classic style (most noticeably, buttons are now using blue shades). (#707) -- Style: Renamed ImGuiCol_ChildWindowBg to ImGuiCol_ChildBg. -- Style: Renamed style.ChildWindowRounding to style.ChildRounding, ImGuiStyleVar_ChildWindowRounding to ImGuiStyleVar_ChildRounding. -- Style: Removed ImGuiCol_ComboBg in favor of combo boxes using ImGuiCol_PopupBg for consistency. (#707) -- Style: Made the ScaleAllSizes() helper rounds down every values so they are aligned on integers. -- Focus: Added SetItemDefaultFocus(), which in the current (master) branch behave the same as doing `if (IsWindowAppearing()) SetScrollHere()`. - In the navigation branch this will also set the default focus. Prefer using this when creating combo boxes with `BeginCombo()` so your code will be forward-compatible with gamepad/keyboard navigation features. (#787) -- Combo: Pop-up grows horizontally to accommodate for contents that is larger then the parent combo button. -- Combo: Added BeginCombo()/EndCombo() API which allows use to submit content of any form and manage your selection state without relying on indices. -- Combo: Added ImGuiComboFlags_PopupAlignLeft flag to BeginCombo() to prioritize keeping the pop-up on the left side (for small-button-looking combos). -- Combo: Added ImGuiComboFlags_HeightSmall, ImGuiComboFlags_HeightLarge, ImGuiComboFlags_HeightLargest to easily provide desired pop-up height. -- Combo: You can use SetNextWindowSizeConstraints() before BeginCombo() to specify specific pop-up width/height constraints. -- Combo: Offset popup position by border size so that a double border isn't so visible. (#707) -- Combo: Recycling windows by using a stack number instead of a unique id, wasting less memory (like menus do). -- InputText: Added ImGuiInputTextFlags_NoUndoRedo flag. (#1506, #1508) [@ibachar] -- Window: Fixed auto-resize allocating too much space for scrollbar when SizeContents is bigger than maximum window size (fixes c0547d3). (#1417) -- Window: Child windows with MenuBar use regular WindowPadding.y so layout look consistent as child or as a regular window. -- Window: Begin(): Fixed appending into a child window with a second Begin() from a different window stack querying the wrong window for the window->Collapsed test. -- Window: Calling IsItemActive(), IsItemHovered() etc. after a call to Begin() provides item data for the title bar, so you can easily test if the title bar is being hovered, etc. (#823) -- Window: Made it possible to use SetNextWindowPos() on a child window. -- Window: Fixed a one frame glitch. When an appearing window claimed the focus themselves, the title bar wouldn't use the focused color for one frame. -- Window: Added ImGuiWindowFlags_ResizeFromAnySide flag to resize from any borders or from the lower-left corner of a window. This requires your backend to honor GetMouseCursor() requests for full usability. (#822) -- Window: Sizing fixes when using SetNextWindowSize() on individual axises. -- Window: Hide new window for one frame until they calculate their size. Also fixes SetNextWindowPos() given a non-zero pivot. (#1694) -- Window: Made mouse wheel scrolling accommodate better to windows that are smaller than the scroll step. -- Window: SetNextWindowContentSize() adjust for the size of decorations (title bar/menu bar), but _not_ for borders are we consistently make borders not affect layout. - If you need a non-child window of an exact size with border enabled but zero window padding, you'll need to accommodate for the border size yourself. -- Window: Using the ImGuiWindowFlags_NoScrollWithMouse flag on a child window forwards the mouse wheel event to the parent window, unless either ImGuiWindowFlags_NoInputs or ImGuiWindowFlags_NoScrollbar are also set. (#1380, #1502) -- Window: Active Modal window always set the WantCaptureKeyboard flag. (#744) -- Window: Moving window doesn't use accumulating MouseDelta so straying out of imgui boundaries keeps moved imgui window at the same cursor-relative position. -- IsWindowFocused(): Added ImGuiFocusedFlags_ChildWindows flag to include child windows in the focused test. (#1382). -- IsWindowFocused(): Added ImGuiFocusedFlags_RootWindow flag to start focused test from the root (top-most) window. Obsolete IsRootWindowFocused(). (#1382) -- IsWindowHovered(): Added ImGuiHoveredFlags_ChildWindows flag to include child windows in the hovered test. (#1382). -- IsWindowHovered(): Added ImGuiHoveredFlags_RootWindow flag to start hovered test from the root (top-most) window. The combination of both flags obsoletes IsRootWindowOrAnyChildHovered(). (#1382) -- IsWindowHovered(): Fixed return value when an item is active to use the same logic as IsItemHovered(). (#1382, #1404) -- IsWindowHovered(): Always return true when current window is being moved. (#1382) -- Scrollbar: Fixed issues with vertical scrollbar flickering/appearing, typically when manually resizing and using a pattern of filling available height (e.g. full sized BeginChild). -- Scrollbar: Minor graphical fix for when scrollbar don't have enough visible space to display the full grab. -- Scrolling: Fixed padding and scrolling asymmetry where lower/right sides of a window wouldn't use WindowPadding properly + causing minor scrolling glitches. -- Tree: TreePush with zero arguments was ambiguous. Resolved by making it call TreePush(const void*). [@JasonWilkins] -- Tree: Renamed ImGuiTreeNodeFlags_AllowOverlapMode to ImGuiTreeNodeFlags_AllowItemOverlap. (#600, #1330) -- MenuBar: Fixed minor rendering issues on the right size when resizing a window very small and using rounded window corners. -- MenuBar: better software clipping to handle small windows, in particular child window don't have minimum constraints so we need to render clipped menus better. -- BeginMenu(): Tweaked the Arrow/Triangle displayed on child menu items. -- Columns: Clipping columns borders on Y axis on CPU because some Linux GPU drivers appears to be unhappy with triangle spanning large regions. (#125) -- Columns: Added ImGuiColumnsFlags_GrowParentContentsSize to internal API to restore old content sizes behavior (may be obsolete). (#1444, #125) -- Columns: Columns width is no longer lost when dragging a column to the right side of the window, until releasing the mouse button you have a chance to save them. (#1499, #125). [@ggtucker] -- Columns: Fixed dragging when using a same of columns multiple times in the frame. (#125) -- Indent(), Unindent(): Allow passing negative values. -- ColorEdit4(): Made IsItemActive() return true when picker pop-up is active. (#1489) -- ColorEdit4(): Tweaked tooltip so that the color button aligns more correctly with text. -- ColorEdit4(): Support drag and drop. Color buttons can be used as drag sources, and ColorEdit widgets as drag targets. (#143) -- ColorPicker4(): Fixed continuously returning true when holding mouse button on the sat/value/alpha locations. We only return true on value change. (#1489) -- NewFrame(): using literal strings in the most-frequently firing IM_ASSERT expressions to increase the odd of programmers seeing them (especially those who don't use a debugger). -- NewFrame() now asserts if neither Render or EndFrame have been called. Exposed EndFrame(). Made it legal to call EndFrame() more than one. (#1423) -- ImGuiStorage: Added BuildSortByKey() helper to rebuild storage from scratch. -- ImFont: Added GetDebugName() helper. -- ImFontAtlas: Added missing Thai punctuation in the GetGlyphRangesThai() ranges. (#1396) [@nProtect] -- ImDrawList: Removed 'bool anti_aliased = true' final parameter of ImDrawList::AddPolyline() and ImDrawList::AddConvexPolyFilled(). Anti-aliasing is controlled via the regular style.AntiAliased flags. -- ImDrawList: Added ImDrawList::AddImageRounded() helper. (#845) [@thedmd] -- ImDrawList: Refactored to make ImDrawList independent of ImGui. Removed static variable in PathArcToFast() which caused linking issues to some. -- ImDrawList: Exposed ImDrawCornerFlags, replaced occurrences of ~0 with an explicit ImDrawCornerFlags_All. NB: Inversed BotLeft (prev 1<<3, now 1<<2) and BotRight (prev 1<<2, now 1<<3). -- ImVector: Added ImVector::push_front() helper. -- ImVector: Added ImVector::contains() helper. -- ImVector: insert() uses grow_capacity() instead of using grow policy inconsistent with push_back(). -- Internals: Remove requirement to define IMGUI_DEFINE_PLACEMENT_NEW to use the IM_PLACEMENT_NEW macro. (#1103) -- Internals: ButtonBehavior: Fixed ImGuiButtonFlags_NoHoldingActiveID flag from incorrectly setting the ActiveIdClickOffset field. - This had no known effect within imgui code but could have affected custom drag and drop patterns. And it is more correct this way! (#1418) -- Internals: ButtonBehavior: Fixed ImGuiButtonFlags_AllowOverlapMode to avoid temporarily activating widgets on click before they have been correctly double-hovered. (#319, #600) -- Internals: Added SplitterBehavior() helper. (#319) -- Internals: Added IM_NEW(), IM_DELETE() helpers. (#484, #504, #1517) -- Internals: Basic refactor of the settings API which now allows external elements to be loaded/saved. -- Demo: Added ShowFontSelector() showing loaded fonts. -- Demo: Added ShowStyleSelector() to select among default styles. (#707) -- Demo: Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). -- Demo: Style Editor: Added a "Simplified settings" sections with check-boxes for border size and frame rounding. (#707, #1019) -- Demo: Style Editor: Added combo box to select stock styles and select current font when multiple are loaded. (#707) -- Demo: Style Editor: Using local storage so Save/Revert button makes more sense without code passing its storage. Added horizontal scroll bar. Fixed Save/Revert button to be always accessible. (#1211) -- Demo: Console: Fixed context menu issue. (#1404) -- Demo: Console: Fixed incorrect positioning which was hidden by a minor scroll issue (this would affect people who copied the Console code as is). -- Demo: Constrained Resize: Added more test cases. (#1417) -- Demo: Custom Rendering: Fixed clipping rectangle extruding out of parent window. -- Demo: Layout: Removed unnecessary and misleading BeginChild/EndChild calls. -- Demo: The "Color Picker with Palette" demo supports drag and drop. (#143) -- Demo: Display better mouse cursor info for debugging backends. -- Demo: Stopped using rand() function in demo code. -- Examples: Added a handful of extra comments (about fonts, third-party libraries used in the examples, etc.). -- Examples: DirectX9: Handle loss of D3D9 device (D3DERR_DEVICELOST). (#1464) -- Examples: Added null_example/ which is helpful for quick testing on multiple compilers/settings without relying on graphics library. -- Fix for using alloca() in "Clang with Microsoft Codechain" mode. -- Various fixes, optimizations, comments. - - ------------------------------------------------------------------------ - VERSION 1.52 (2017-10-27) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.52 - -Breaking Changes: - -- IO: `io.MousePos` needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing, instead of ImVec2(-1,-1) as previously) This is needed so we can clear `io.MouseDelta` field when the mouse is made available again. -- Renamed `AlignFirstTextHeightToWidgets()` to `AlignTextToFramePadding()`. Kept inline redirection function (will obsolete). -- Obsoleted the legacy 5 parameters version of Begin(). Please avoid using it. If you need a transparent window background, uses `PushStyleColor()`. The old size parameter there was also misleading and equivalent to calling `SetNextWindowSize(size, ImGuiCond_FirstTimeEver)`. Kept inline redirection function (will obsolete). -- Obsoleted `IsItemHoveredRect()`, `IsMouseHoveringWindow()` in favor of using the newly introduced flags of `IsItemHovered()` and `IsWindowHovered()`. Kept inline redirection function (will obsolete). (#1382) -- Obsoleted 'SetNextWindowPosCenter()' in favor of using 1SetNextWindowPos()` with a pivot value which allows to do the same and more. Keep inline redirection function. -- Removed `IsItemRectHovered()`, `IsWindowRectHovered()` recently introduced in 1.51 which were merely the more consistent/correct names for the above functions which are now obsolete anyway. (#1382) -- Changed `IsWindowHovered()` default parameters behavior to return false if an item is active in another window (e.g. click-dragging item from another window to this window). You can use the newly introduced IsWindowHovered() flags to requests this specific behavior if you need it. (#1382) -- Renamed imconfig.h's `IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS`/`IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCS` to `IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS`/`IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS` for consistency. -- Renamed ImFont::Glyph to ImFontGlyph. Kept redirection typedef (will obsolete). - -Other Changes: - -- ProgressBar: fixed rendering when straddling rounded area. (#1296) -- SliderFloat, DragFloat: Using scientific notation e.g. "%.1e" in the displayed format string doesn't mistakenly trigger rounding of the value. [@MomentsInGraphics] -- Combo, InputFloat, InputInt: Made the small button on the right side align properly with the equivalent colored button of ColorEdit4(). -- IO: Tweaked logic for `io.WantCaptureMouse` so it now outputs false when e.g. hovering over void while an InputText() is active. (#621) [@pdoane] -- IO: Fixed `io.WantTextInput` from mistakenly outputting true when an activated Drag or Slider was previously turned into an InputText(). (#1317) -- Misc: Added flags to `IsItemHovered()`, `IsWindowHovered()` to access advanced hovering-test behavior. Generally useful for pop-ups and drag and drop behaviors: (relates to ~#439, #1013, #143, #925) - - `ImGuiHoveredFlags_AllowWhenBlockedByPopup` - - `ImGuiHoveredFlags_AllowWhenBlockedByActiveItem` - - `ImGuiHoveredFlags_AllowWhenOverlapped` - - `ImGuiHoveredFlags_RectOnly` -- Input: Added `IsMousePosValid()` helper. -- Input: Added `GetKeyPressedAmount()` to easily measure press count when the repeat rate is faster than the frame rate. -- Input/Focus: Disabled TAB and Shift+TAB when CTRL key is held. -- CheckBox: Now rendering a tick mark instead of a full square. -- ColorEdit4: Added "Copy as..." option in context menu. (#346) -- ColorPicker: Improved ColorPicker hue wheel color interpolation. (#1313) [@thevaber] -- ColorButton: Reduced bordering artifact that would be particularly visible with an opaque Col_FrameBg and FrameRounding enabled. -- ColorButton: Fixed rendering color button with a checkerboard if the transparency comes from the global style.Alpha and not from the actual source color. -- TreeNode: Added `ImGuiTreeNodeFlags_FramePadding` flag to conveniently create a tree node with full padding at the beginning of a line, without having to call `AlignTextToFramePadding()`. -- Trees: Fixed calling `SetNextTreeNodeOpen()` on a collapsed window leaking to the first tree node item of the next frame. -- Layout: Horizontal layout is automatically enforced in a menu bar, so you can use non-MenuItem elements without calling SameLine(). -- Separator: Output a vertical separator when used inside a menu bar (or in general when horizontal layout is active, but that isn't exposed yet!). -- Window: Added `IsWindowAppearing()` helper (helpful e.g. as a condition before initializing some of your own things.). -- Window: Added pivot parameter to `SetNextWindowPos()`, making it possible to center or right align a window. Obsoleted `SetNextWindowPosCenter()`. -- Window: Fixed title bar color of top-most window under a modal window. -- Window: Fixed not being able to move a window by clicking on one of its child window. (#1337, #635) -- Window: Fixed `Begin()` auto-fit calculation code that predict the presence of a scrollbar so it works better when window size constraints are used. -- Window: Fixed calling `Begin()` more than once per frame setting `window_just_activated_by_user` which in turn would set enable the Appearing condition for that frame. -- Window: The implicit "Debug" window now uses a "Debug##Default" identifier instead of "Debug" to allow user creating a window called "Debug" without losing their custom flags. -- Window: Made the `ImGuiWindowFlags_NoMove` flag properly inherited from parent to child. In a setup with ParentWindow (no flag) -> Child (NoMove) -> SubChild (no flag), the user won't be able to move the parent window by clicking on SubChild. (#1381) -- Popups: Pop-ups can be closed with a right-click anywhere, without altering focus under the pop-up. (~#439) -- Popups: `BeginPopupContextItem()`, `BeginPopupContextWindow()` are now setup to allow reopening a context menu by right-clicking again. (~#439) -- Popups: `BeginPopupContextItem()` now supports a NULL string identifier and uses the last item ID if available. -- Popups: Added `OpenPopupOnItemClick()` helper which mimic `BeginPopupContextItem()` but doesn't do the BeginPopup(). -- MenuItem: Only activating on mouse release. [@Urmeli0815] (was already fixed in nav branch). -- MenuItem: Made tick mark thicker (thick mark?). -- MenuItem: Tweaks to be usable inside a menu bar (nb: it looks like a regular menu and thus is misleading, prefer using Button() and regular widgets in menu bar if you need to). (#1387) -- ImDrawList: Fixed a rare draw call merging bug which could lead to undisplayed triangles. (#1172, #1368) -- ImDrawList: Fixed a rare bug in `ChannelsMerge()` when all contents has been clipped, leading to an extraneous draw call being created. (#1172, #1368) -- ImFont: Added `AddGlyph()` building helper for use by custom atlas builders. -- ImFontAtlas: Added support for CustomRect API to submit custom rectangles to be packed into the atlas. You can map them as font glyphs, or use them for custom purposes. - After the atlas is built you can query the position of your rectangles in the texture and then copy your data there. You can use this features to create e.g. full color font-mapped icons. -- ImFontAtlas: Fixed fall-back handling when merging fonts, if a glyph was missing from the second font input it could have used a glyph from the first one. (#1349) [@inolen] -- ImFontAtlas: Fixed memory leak on build failure case when stbtt_InitFont failed (generally due to incorrect or supported font type). (#1391) (@Moka42) -- ImFontConfig: Added `RasterizerMultiply` option to alter the brightness of individual fonts at rasterization time, which may help increasing readability for some. -- ImFontConfig: Added `RasterizerFlags` to pass options to custom rasterizer (e.g. the [imgui_freetype](https://github.com/ocornut/imgui_club/tree/master/imgui_freetype) rasterizer in imgui_club has such options). -- ImVector: added resize() variant with initialization value. -- Misc: Changed the internal name formatting of child windows identifier to use slashes (instead of dots) as separator, more readable. -- Misc: Fixed compilation with `IMGUI_DISABLE_OBSOLETE_FUNCTIONS` defined. -- Misc: Marked all format+va_list functions with format attribute so GCC/Clang can warn about misuses. -- Misc: Fixed compilation on NetBSD due to missing alloca.h (#1319) [@RyuKojiro] -- Misc: Improved warnings compilation for newer versions of Clang. (#1324) (@waywardmonkeys) -- Misc: Added `io.WantMoveMouse flags` (from Nav branch) and honored in Examples applications. Currently unused but trying to spread Examples applications code that supports it. -- Misc: Added `IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS` support in imconfig.h to allow user reimplementing the `ImFormatString()` functions e.g. to use stb_printf(). (#1038) -- Misc: [Windows] Fixed default Win32 `SetClipboardText()` handler leaving the Win32 clipboard handler unclosed on failure. [@pdoane] -- Style: Added `ImGuiStyle::ScaleAllSizes(float)` helper to make it easier to have application transition e.g. from low to high DPI with a matching style. -- Metrics: Draw window bounding boxes when hovering Pos/Size; List all draw layers; Trimming empty commands like Render() does. -- Examples: OpenGL3: Save and restore sampler state. (#1145) [@nlguillemot] -- Examples: OpenGL2, OpenGL3: Save and restore polygon mode. (#1307) [@JJscott] -- Examples: DirectX11: Allow creating device with feature level 10 since we don't really need much for that example. (#1333) -- Examples: DirectX9/10/12: Using the Win32 SetCapture/ReleaseCapture API to read mouse coordinates when they are out of bounds. (#1375) [@Gargaj, @ocornut] -- Tools: Fixed binary_to_compressed_c tool to return 0 when successful. (#1350) [@benvanik] -- Internals: Exposed more helpers and unfinished features in imgui_internal.h. (use at your own risk!). -- Internals: A bunch of internal refactoring, hopefully haven't broken anything! Merged a bunch of internal changes from the upcoming Navigation branch. -- Various tweaks, fixes and documentation changes. - -Beta Navigation Branch: -(Lots of work has been done toward merging the Beta Gamepad/Keyboard Navigation branch (#787) in master.) -(Please note that this branch is always kept up to date with master. If you are using the navigation branch, some of the changes include:) -- Nav: Added `#define IMGUI_HAS_NAV` in imgui.h to ease sharing code between both branches. (#787) -- Nav: MainMenuBar now releases focus when user gets out of the menu layer. (#787) -- Nav: When applying focus to a window with only menus, the menu layer is automatically activated. (#787) -- Nav: Added `ImGuiNavInput_KeyMenu` (~Alt key) aside from ImGuiNavInput_PadMenu input as it is one differentiator of pad vs keyboard that was detrimental to the keyboard experience. Although isn't officially supported, it makes the current experience better. (#787) -- Nav: Move requests now wrap vertically inside Menus and Pop-ups. (#787) -- Nav: Allow to collapse tree nodes with NavLeft and open them with NavRight. (#787, #1079). -- Nav: It's now possible to navigate sibling of a menu-bar while navigating inside one of their child. If a Left<>Right navigation request fails to find a match we forward the request to the root menu. (#787, #126) -- Nav: Fixed `SetItemDefaultFocus` from stealing default focus when we are initializing default focus for a menu bar layer. (#787) -- Nav: Support for fall-back horizontal scrolling with PadLeft/PadRight (nb: fall-back scrolling is only used to navigate windows that have no interactive items). (#787) -- Nav: Fixed tool-tip from being selectable in the window selection list. (#787) -- Nav: `CollapsingHeader(bool*)` variant: fixed for `IsItemHovered()` not working properly in the nav branch. (#600, #787) -- Nav: InputText: Fixed using Up/Down history callback feature when Nav is enabled. (#787) -- Nav: InputTextMultiline: Fixed navigation/selection. Disabled selecting all when activating a multi-line text editor. (#787) -- Nav: More consistently drawing a (thin) navigation rectangle hover filled frames such as tree nodes, collapsing header, menus. (#787) -- Nav: Various internal refactoring. - - ------------------------------------------------------------------------ - VERSION 1.51 (2017-08-24) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.51 - -Breaking Changes: - -Work on dear imgui has been gradually resuming. It means that fixes and new features should be tackled at a faster rate than last year. However, in order to move forward with the library and get rid of some cruft, I have taken the liberty to be a little bit more aggressive than usual with API breaking changes. Read the details below and search for those names in your code! In the grand scheme of things, those changes are small and should not affect everyone, but this is technically our most aggressive release so far in term of API breakage. If you want to be extra forward-facing, you can enable `#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS` in your imconfig.h to disable the obsolete names/redirection. - -- Renamed `IsItemHoveredRect()` to `IsItemRectHovered()`. Kept inline redirection function (will obsolete). -- Renamed `IsMouseHoveringWindow()` to `IsWindowRectHovered()` for consistency. Kept inline redirection function (will obsolete). -- Renamed `IsMouseHoveringAnyWindow()` to `IsAnyWindowHovered()` for consistency. Kept inline redirection function (will obsolete). -- Renamed `ImGuiCol_Columns***` enums to `ImGuiCol_Separator***`. Kept redirection enums (will obsolete). -- Renamed `ImGuiSetCond***` types and enums to `ImGuiCond***`. Kept redirection enums (will obsolete). -- Renamed `GetStyleColName()` to `GetStyleColorName()` for consistency. Unlikely to be used by end-user! -- Added `PushStyleColor(ImGuiCol idx, ImU32 col)` overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicitly to fix. -- Marked the weird `IMGUI_ONCE_UPON_A_FRAME` helper macro as obsolete. Prefer using the more explicit `ImGuiOnceUponAFrame`. -- Changed `ColorEdit4(const char* label, float col[4], bool show_alpha = true)` signature to `ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0)`, where flags 0x01 is a safe no-op (hello dodgy backward compatibility!). The new `ColorEdit4`/`ColorPicker4` functions have lots of available flags! Check and run the demo window, under "Color/Picker Widgets", to understand the various new options. -- Changed signature of `ColorButton(ImVec4 col, bool small_height = false, bool outline_border = true)` to `ColorButton(const char* desc_id, ImVec4 col, ImGuiColorEditFlags flags = 0, ImVec2 size = ImVec2(0,0))`. This function was rarely used and was very dodgy (no explicit ID!). -- Changed `BeginPopupContextWindow(bool also_over_items=true, const char* str_id=NULL, int mouse_button=1)` signature to `(const char* str_id=NULL, int mouse_button=1, bool also_over_items=true)`. This is perhaps the most aggressive change in this update, but note that the majority of users relied on default parameters completely, so this will affect only a fraction of users of this already rarely used function. -- Removed `IsPosHoveringAnyWindow()`, which was partly broken and misleading. In the vast majority of cases, people using that function wanted to use `io.WantCaptureMouse` flag. Replaced with IM_ASSERT + comment redirecting user to `io.WantCaptureMouse`. (#1237) -- Removed the old `ValueColor()` helpers, they are equivalent to calling `Text(label)` + `SameLine()` + `ColorButton()`. -- Removed `ColorEditMode()` and `ImGuiColorEditMode` type in favor of `ImGuiColorEditFlags` and parameters to the various Color*() functions. The `SetColorEditOptions()` function allows to initialize default but the user can still change them with right-click context menu. Commenting out your old call to `ColorEditMode()` may just be fine! - -Other Changes: - -- Added flags to `ColorEdit3()`, `ColorEdit4()`. The color edit widget now has a context-menu and access to the color picker. (#346) -- Added flags to `ColorButton()`. (#346) -- Added `ColorPicker3()`, `ColorPicker4()`. The API along with those of the updated `ColorEdit4()` was designed so you may use them in various situation and hopefully compose your own picker if required. There are a bunch of available flags, check the Demo window and comment for `ImGuiColorEditFlags_`. Some of the options it supports are: two color picker types (hue bar + sat/val rectangle, hue wheel + rotating sat/val triangle), display as u8 or float, lifting 0.0..1.0 constraints (currently rgba only), context menus, alpha bar, background checkerboard options, preview tooltip, basic revert. For simple use, calling the existing `ColorEdit4()` function as you did before will be enough, as you can now open the color picker from there. (#346) [@r-lyeh, @nem0, @thennequin, @dariomanesku and @ocornut] -- Added `SetColorEditOptions()` to set default color options (e.g. if you want HSV over RGBA, float over u8, select a default picker mode etc. at startup time without a user intervention. Note that the user can still change options with the context menu unless disabled with `ImGuiColorFlags_NoOptions` or explicitly enforcing a display type/picker mode etc.). -- Added user-facing `IsPopupOpen()` function. (#891) [@mkeeter] -- Added `GetColorU32(u32)` variant that perform the style alpha multiply without a floating-point round trip, and helps makes code more consistent when using ImDrawList APIs. -- Added `PushStyleColor(ImGuiCol idx, ImU32 col)` overload. -- Added `GetStyleColorVec4(ImGuiCol idx)` which is equivalent to accessing `ImGui::GetStyle().Colors[idx]` (aka return the raw style color without alpha alteration). -- ImFontAtlas: Added `GlyphRangesBuilder` helper class, which makes it easier to build custom glyph ranges from your app/game localization data, or add into existing glyph ranges. -- ImFontAtlas: Added `TexGlyphPadding` option. (#1282) [@jadwallis] -- ImFontAtlas: Made it possible to override size of AddFontDefault() (even if it isn't really recommended!). -- ImDrawList: Added `GetClipRectMin()`, `GetClipRectMax()` helpers. -- Fixed Ini saving crash if the ImGuiWindowFlags_NoSavedSettings gets removed from a window after its creation (unlikely!). (#1000) -- Fixed `PushID()`/`PopID()` from marking parent window as Accessed (which needlessly woke up the root "Debug" window when used outside of a regular window). (#747) -- Fixed an assert when calling `CloseCurrentPopup()` twice in a row. [@nem0] -- Window size can be loaded from .ini data even if ImGuiWindowFlags_NoResize flag is set. (#1048, #1056) -- Columns: Added `SetColumnWidth()`. (#913) [@ggtucker] -- Columns: Dragging a column preserve its width by default. (#913) [@ggtucker] -- Columns: Fixed first column appearing wider than others. (#1266) -- Columns: Fixed allocating space on the right-most side with the assumption of a vertical scrollbar. The space is only allocated when needed. (#125, #913, #893, #1138) -- Columns: Fixed the right-most column from registering its content width to the parent window, which led to various issues when using auto-resizing window or e.g. horizontal scrolling. (#519, #125, #913) -- Columns: Refactored some of the columns code internally toward a better API (not yet exposed) + minor optimizations. (#913) [@ggtucker, @ocornut] -- Popups: Most pop-ups windows can be moved by the user after appearing (if they don't have explicit positions provided by caller, or e.g. sub-menu pop-up). The previous restriction was totally arbitrary. (#1252) -- Tooltip: `SetTooltip()` is expanded immediately into a window, honoring current font / styling setting. Add internal mechanism to override tooltips. (#862) -- PlotHistogram: bars are drawn based on zero-line, so negative values are going under. (#828) -- Scrolling: Fixed return values of `GetScrollMaxX()`, `GetScrollMaxY()` when both scrollbars were enabled. Tweak demo to display more data. (#1271) [@degracode] -- Scrolling: Fixes for Vertical Scrollbar not automatically getting enabled if enabled Horizontal Scrollbar straddle the vertical limit. (#1271, #246) -- Scrolling: `SetScrollHere()`, `SetScrollFromPosY()`: Fixed Y scroll aiming when Horizontal Scrollbar is enabled. (#665). -- [Windows] Clipboard: Fixed not closing Win32 clipboard on early open failure path. (#1264) -- Removed an unnecessary dependency on int64_t which failed on some older compilers. -- Demo: Rearranged everything under Widgets in a more consistent way. -- Demo: Columns: Added Horizontal Scrolling demo. Tweaked another Columns demo. (#519, #125, #913) -- Examples: OpenGL: Various makefiles for MINGW, Linux. (#1209, #1229, #1209) [@fr500, @acda] -- Examples: Enabled vsync by default in example applications, so it doesn't confuse people that the sample run at 2000+ fps and waste an entire CPU. (#1213, #1151). -- Various other small fixes, tweaks, comments, optimizations. - - ------------------------------------------------------------------------ - VERSION 1.50 (2017-06-02) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.50 - -Breaking Changes: - -- Added a void* user_data parameter to Clipboard function handlers. (#875) -- SameLine(x) with x>0.0f is now relative to left of column/group if any, and not always to left of window. This was sort of always the intent and hopefully breakage should be minimal. -- Renamed ImDrawList::PathFill() - rarely used directly - to ImDrawList::PathFillConvex() for clarity and consistency. -- Removed ImFontConfig::MergeGlyphCenterV in favor of a more multipurpose ImFontConfig::GlyphOffset. -- Style: style.WindowTitleAlign is now a ImVec2 (ImGuiAlign enum was removed). set to (0.5f,0.5f) for horizontal+vertical centering, (0.0f,0.0f) for upper-left, etc. -- BeginChild(const char*) now applies the stack id to the provided label, consistently with other functions as it should always have been. It shouldn't affect you unless (extremely unlikely) you were appending multiple times to a same child from different locations of the stack id. If that's the case, generate an id with GetId() and use it instead of passing string to BeginChild(). - -Other Changes: - -- InputText(): Added support for CTRL+Backspace (delete word). -- InputText(): OSX uses Super+Arrows for home/end. Add Shortcut+Backspace support. (#650) [@michaelbartnett] -- InputText(): Got rid of individual OSX-specific options in ImGuiIO, added a single io.OSXBehaviors flag. (#473, #650) -- InputText(): Fixed pressing home key on last character when it isn't a trailing \n (#588, #815) -- InputText(): Fixed state corruption/crash bug in stb_textedit.h redo logic when exhausting undo/redo char buffer. (#715. #681) -- InputTextMultiline(): Fixed CTRL+DownArrow moving scrolling out of bounds. -- InputTextMultiline(): Scrollbar fix for when input and latched internal buffers differs in a way that affects vertical scrollbar existence. (#725) -- ImFormatString(): Fixed an overflow handling bug with implementation of vsnprintf() that do not return -1. (#793) -- BeginChild(const char*) now applies stack id to provided label, consistent with other widgets. (#894, #713) -- SameLine() with explicit X position is relative to left of group/columns. (ref #746, #125, #630) -- SliderInt(), SliderFloat() supports reverse direction (where v_min > v_max). (#854) -- SliderInt(), SliderFloat() better support for when v_min==v_max. (#919) -- SliderInt(), SliderFloat() enforces writing back value when interacting, to be consistent with other widgets. (#919) -- SliderInt, SliderFloat(): Fixed edge case where style.GrabMinSize being bigger than slider width can lead to a division by zero. (#919) -- Added IsRectVisible() variation with explicit start-end positions. (#768) [@thedmd] -- Fixed TextUnformatted() clipping bug in the large-text path when horizontal scroll has been applied. (#692, #246) -- Fixed minor text clipping issue in window title when using font straying above usual line. (#699) -- Fixed SetCursorScreenPos() fixed not adjusting CursorMaxPos as well. -- Fixed scrolling offset when using SetScrollY(), SetScrollFromPosY(), SetScrollHere() with menu bar. -- Fixed using IsItemActive() after EndGroup() or any widget using groups. (#840, #479) -- Fixed IsItemActive() lagging by one frame on initial widget activation. (#840) -- Fixed Separator() zero-height bounding box resulting in clipping when laying exactly on top line of clipping rectangle (#860) -- Fixed PlotLines() PlotHistogram() calling with values_count == 0. -- Fixed clicking on a window's void while staying still overzealously marking .ini settings as dirty. (#923) -- Fixed assert triggering when a window has zero rendering but has a callback. (#810) -- Scrollbar: Fixed rendering when sizes are negative to reduce glitches (which can happen with certain style settings and zero WindowMinSize). -- EndGroup(): Made IsItemHovered() work when an item was activated within the group. (#849) -- BulletText(): Fixed stopping to display formatted string after the '##' mark. -- Closing the focused window restore focus to the first active root window in descending z-order .(part of #727) -- Word-wrapping: Fixed a bug where we never wrapped after a 1 character word. [@sronsse] -- Word-wrapping: Fixed TextWrapped() overriding wrap position if one is already set. (#690) -- Word-wrapping: Fixed incorrect testing for negative wrap coordinates, they are perfectly legal. (#706) -- ImGuiListClipper: Fixed automatic-height calc path dumbly having user display element 0 twice. (#661, #716) -- ImGuiListClipper: Fix to behave within column. (#661, #662, #716) -- ImDrawList: Renamed ImDrawList::PathFill() to ImDrawList::PathFillConvex() for clarity. (BREAKING API) -- Columns: End() avoid calling Columns(1) if no columns set is open, not sure why it wasn't the case already (pros: faster, cons: exercise less code). -- ColorButton(): Fix ColorButton showing wrong hex value for alpha. (#1068) [@codecat] -- ColorEdit4(): better preserve inputting value out of 0..255 range, display then clamped in Hexadecimal form. -- Shutdown() clear out some remaining pointers for sanity. (#836) -- Added IMGUI_USE_BGRA_PACKED_COLOR option in imconfig.h (#767, #844) [@thedmd] -- Style: Removed the inconsistent shadow under RenderCollapseTriangle() (~#707) -- Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign. (#842) -- ImFont: Allowing to use up to 0xFFFE glyphs in same font (increased from previous 0x8000). -- ImFont: Added GetGlyphRangesThai() helper. [@nProtect] -- ImFont: CalcWordWrapPositionA() fixed font scaling with fallback character. -- ImFont: Calculate and store the approximate texture surface to get an idea of how costly each source font is. -- ImFontConfig: Added GlyphOffset to explicitly offset glyphs at font build time, useful for merged fonts. Removed MergeGlyphCenterV. (BREAKING API) -- Clarified asserts in CheckStacksSize() when there is a stack mismatch. -- Context: Support for #define-ing GImGui and IMGUI_SET_CURRENT_CONTEXT_FUNC to enable custom thread-based hackery (#586) -- Updated stb_truetype.h to 1.14 (added OTF support, removed warnings). (#883, #976) -- Updated stb_rect_pack.h to 0.10 (removed warnings). (#883) -- Added ImGuiMouseCursor_None enum value for convenient usage by app/backends. -- Clipboard: Added a void* user_data parameter to Clipboard function handlers. (#875) (BREAKING API) -- Internals: Refactor internal text alignment options to use ImVec2, removed ImGuiAlign. (#842, #222) -- Internals: Renamed ImLoadFileToMemory to ImFileLoadToMemory to be consistent with ImFileOpen + fix mismatching .h name. (#917) -- OS/Windows: Fixed Windows default clipboard handler leaving its buffer unfreed on application's exit. (#714) -- OS/Windows: No default IME handler when compiling for Windows using GCC. (#738) -- OS/Windows: Now using _wfopen() instead of fopen() to allow passing in paths/filenames with UTF-8 characters. (#917) -- Tools: binary_to_compressed_c: Avoid ?? trigraphs sequences in string outputs which break some older compilers. (#839) -- Demo: Added an extra 3-way columns demo. -- Demo: ShowStyleEditor: show font character map / grid in more details. -- Demo: Console: Fixed a completion bug when multiple candidates are equals and match until the end. -- Demo: Fixed 1-byte off overflow in the ShowStyleEditor() combo usage. (#783) [@bear24rw] -- Examples: Accessing ImVector fields directly, feel less stl-ey. (#810) -- Examples: OpenGL*: Saving/restoring existing scissor rectangle for completeness. (#807) -- Examples: OpenGL*: Saving/restoring active texture number (the value modified by glActiveTexture). (#1087, #1088, #1116) -- Examples: OpenGL*: Saving/restoring separate color/alpha blend functions correctly. (#1120) [@greggman] -- Examples: OpenGL2: Uploading font texture as RGBA32 to increase compatibility with users shaders for beginners. (#824) -- Examples: Vulkan: Countless fixes and improvements. (#785, #804, #910, #1017, #1039, #1041, #1042, #1043, #1080) [@martty, @Loftilus, @ParticlePeter, @SaschaWillems] -- Examples: DirectX9/10/10: Only call SetCursor(NULL) is io.MouseDrawCursor is set. (#585, #909) -- Examples: DirectX9: Explicitly setting viewport to match that other examples are doing. (#937) -- Examples: GLFW+OpenGL3: Fixed Shutdown() calling GL functions with NULL parameters if NewFrame was never called. (#800) -- Examples: GLFW+OpenGL2: Renaming opengl_example/ to opengl2_example/ for clarity. -- Examples: SDL+OpenGL: explicitly setting GL_UNPACK_ROW_LENGTH to reduce issues because SDL changes it. (#752) -- Examples: SDL2: Added build .bat files for Win32. -- Added various links to language/engine bindings. -- Various other minor fixes, tweaks, comments, optimizations. - - ------------------------------------------------------------------------ - VERSION 1.49 (2016-05-09) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.49 - -Breaking Changes: - -- Renamed `SetNextTreeNodeOpened()` to `SetNextTreeNodeOpen()` for consistency, no redirection. -- Removed confusing set of `GetInternalState()`, `GetInternalStateSize()`, `SetInternalState()` functions. Now using `CreateContext()`, `DestroyContext()`, `GetCurrentContext()`, `SetCurrentContext()`. If you were using multiple contexts the change should be obvious and trivial. -- Obsoleted old signature of `CollapsingHeader(const char* label, const char* str_id = NULL, bool display_frame = true, bool default_open = false)`, as extra parameters were badly designed and rarely used. Most uses were using 1 parameter and shouldn't affect you. You can replace the "default_open = true" flag in new API with `CollapsingHeader(label, ImGuiTreeNodeFlags_DefaultOpen)`. -- Changed `ImDrawList::PushClipRect(ImVec4 rect)` to `ImDraw::PushClipRect(ImVec2 min,ImVec2 max,bool intersect_with_current_clip_rect=false)`. Note that higher-level `ImGui::PushClipRect()` is preferable because it will clip at logic/widget level, whereas `ImDrawList::PushClipRect()` only affect your renderer. -- Title bar (using ImGuiCol_TitleBg/ImGuiCol_TitleBgActive colors) isn't rendered over a window background (ImGuiCol_WindowBg color) anymore (see #655). If your TitleBg/TitleBgActive alpha was 1.0f or you are using the default theme it will not affect you. However if your TitleBg/TitleBgActive alpha was <1.0f you need to tweak your custom theme to readjust for the fact that we don't draw a WindowBg background behind the title bar. - This helper function will convert an old TitleBg/TitleBgActive color into a new one with the same visual output, given the OLD color and the OLD WindowBg color. (Or If this is confusing, just pick the RGB value from title bar from an old screenshot and apply this as TitleBg/TitleBgActive. Or you may just create TitleBgActive from a tweaked TitleBg color.) - - ImVec4 ConvertTitleBgCol(const ImVec4& win_bg_col, const ImVec4& title_bg_col) - { - float new_a = 1.0f - ((1.0f - win_bg_col.w) * (1.0f - title_bg_col.w)); - float k = title_bg_col.w / new_a; - return ImVec4((win_bg_col.x * win_bg_col.w + title_bg_col.x) * k, (win_bg_col.y * win_bg_col.w + title_bg_col.y) * k, (win_bg_col.z * win_bg_col.w + title_bg_col.z) * k, new_a); - } - -Other changes: - -- New version of ImGuiListClipper helper calculates item height automatically. See comments and demo code. (#662, #661, #660) -- Added SetNextWindowSizeConstraints() to enable basic min/max and programmatic size constraints on window. Added demo. (#668) -- Added PushClipRect()/PopClipRect() (previously part of imgui_internal.h). Changed ImDrawList::PushClipRect() prototype. (#610) -- Added IsRootWindowOrAnyChildHovered() helper. (#615) -- Added TreeNodeEx() functions. (#581, #600, #190) -- Added ImGuiTreeNodeFlags_Selected flag to display TreeNode as "selected". (#581, #190) -- Added ImGuiTreeNodeFlags_AllowOverlapMode flag. (#600) -- Added ImGuiTreeNodeFlags_NoTreePushOnOpen flag (#590). -- Added ImGuiTreeNodeFlags_NoAutoOpenOnLog flag (previously private). -- Added ImGuiTreeNodeFlags_DefaultOpen flag (previously private). -- Added ImGuiTreeNodeFlags_OpenOnDoubleClick flag. -- Added ImGuiTreeNodeFlags_OpenOnArrow flag. -- Added ImGuiTreeNodeFlags_Leaf flag, always opened, no arrow, for convenience. For simple use case prefer using TreeAdvanceToLabelPos()+Text(). -- Added ImGuiTreeNodeFlags_Bullet flag, to add a bullet to Leaf node or replace Arrow with a bullet. -- Added TreeAdvanceToLabelPos(), GetTreeNodeToLabelSpacing() helpers. (#581, #324) -- Added CreateContext()/DestroyContext()/GetCurrentContext()/SetCurrentContext(). Obsoleted nearly identical GetInternalState()/SetInternalState() functions. (#586, #269) -- Added NewLine() to undo a SameLine() and as a shy reminder that horizontal layout support hasn't been implemented yet. -- Added IsItemClicked() helper. (#581) -- Added CollapsingHeader() variant with close button. (#600) -- Fixed MenuBar missing lower border when borders are enabled. -- InputText(): Fixed clipping of cursor rendering in case it gets out of the box (which can be forced w/ ImGuiInputTextFlags_NoHorizontalScroll. (#601) -- Style: Changed default IndentSpacing from 22 to 21. (#581, #324) -- Style: Fixed TitleBg/TitleBgActive color being rendered above WindowBg color, which was inconsistent and causing visual artifact. (#655) - This broke the meaning of TitleBg and TitleBgActive. Only affect values where Alpha<1.0f. Fixed default theme. Read comments in "API BREAKING CHANGES" section to convert. -- Relative rendering of order of Child windows creation is preserved, to allow more control with overlapping children. (#595) -- Fixed GetWindowContentRegionMax() being off by ScrollbarSize amount when explicit SizeContents is set. -- Indent(), Unindent(): optional non-default indenting width. (#324, #581) -- Bullet(), BulletText(): Slightly bigger. Less polygons. -- ButtonBehavior(): fixed subtle old bug when a repeating button would also return true on mouse release (barely noticeable unless RepeatRate is set to be very slow). (#656) -- BeginMenu(): a menu that becomes disabled while open gets closed down, facilitate user's code. (#126) -- BeginGroup(): fixed using within Columns set. (#630) -- Fixed a lag in reading the currently hovered window when dragging a window. (#635) -- Obsoleted 4 parameters version of CollapsingHeader(). Refactored code into TreeNodeBehavior. (#600, #579) -- Scrollbar: minor fix for top-right rounding of scrollbar background when window has menu bar but no title bar. -- MenuItem(): the check mark renders in disabled color when menu item is disabled. -- Fixed clipping rectangle floating point representation to ensure renderer-side float point operations yield correct results in typical DirectX/GL settings. (#582, 597) -- Fixed GetFrontMostModalRootWindow(), fixing missing fade-out when a combo pop was used stacked over a modal window. (#604) -- ImDrawList: Added AddQuad(), AddQuadFilled() helpers. -- ImDrawList: AddText() refactor, moving some code to ImFont, reserving less unused vertices when large vertical clipping occurs. -- ImFont: Added RenderChar() helper. -- ImFont: Added AddRemapChar() helper. (#609) -- ImFontConfig: Clarified persistence requirement of GlyphRanges array. (#651) -- ImGuiStorage: Added bool helper functions for completeness. -- AddFontFromMemoryCompressedTTF(): Fix ImFontConfig propagation. (#587) -- Renamed majority of use of the word "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579) -- Examples: OpenGL3: Saving/restoring glActiveTexture() state. (#602) -- Examples: DirectX9: save/restore all device state. -- Examples: DirectX9: Removed dependency on d3dx9.h, d3dx9.lib, dxguid.lib so it can be used in a DirectXMath.h only environment. (#611) -- Examples: DirectX10/X11: Apply depth-stencil state (no use of depth buffer). (#640, #636) -- Examples: DirectX11/X11: Added comments on removing dependency on D3DCompiler. (#638) -- Examples: SDL: Initialize video+timer subsystem only. -- Examples: Apple/iOS: lowered XCode project deployment target from 10.7 to 10.11. (#598, #575) - - ------------------------------------------------------------------------ - VERSION 1.48 (2016-04-09) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.48 - -Breaking Changes: - -- Consistently honoring exact width passed to PushItemWidth() (when positive), previously it would add extra FramePadding.x*2 over that width. Some hand-tuned layout may be affected slightly. (#346) -- Style: removed `style.WindowFillAlphaDefault` which was confusing and redundant, baked alpha into `ImGuiCol_WindowBg` color. If you had a custom WindowBg color but didn't change WindowFillAlphaDefault, multiply WindowBg alpha component by 0.7. Renamed `ImGuiCol_TooltipBg` to `ImGuiCol_PopupBG`, applies to other types of pop-ups. `bg_alpha` parameter of 5-parameters version of Begin() is an override. (#337) -- InputText(): Added BufTextLen field in ImGuiTextEditCallbackData. Requesting user to update it if the buffer is modified in the callback. Added a temporary length-check assert to minimize panic for the 3 people using the callback. (#541) -- Renamed GetWindowFont() to GetFont(), GetWindowFontSize() to GetFontSize(). Kept inline redirection function (will obsolete). (#340) - -Other Changes: - -- Consistently honoring exact width passed to PushItemWidth(), previously it would add extra FramePadding.x*2 over that width. Some hand-tuned layout may be affected slightly. (#346) -- Fixed clipping of child windows within parent not taking account of child outer clipping boundaries (including scrollbar, etc.). (#506) -- TextUnformatted(): Fixed rare crash bug with large blurb of text (2k+) not finished with a '\n' and fully above the clipping Y line. (#535) -- IO: Added 'KeySuper' field to hold CMD keyboard modifiers for OS X. Updated all examples accordingly. (#473) -- Added ImGuiWindowFlags_ForceVerticalScrollbar, ImGuiWindowFlags_ForceHorizontalScrollbar flags. (#476) -- Added IM_COL32 macros to generate a U32 packed color, convenient for direct use of ImDrawList api. (#346) -- Added GetFontTexUvWhitePixel() helper, convenient for direct use of ImDrawList api. -- Selectable(): Added ImGuiSelectableFlags_AllowDoubleClick flag to allow user reacting on double-click. (@zapolnov) (#516) -- Begin(): made the close button explicitly set the boolean to false instead of toggling it. (#499) -- BeginChild()/EndChild(): fixed incorrect layout to allow widgets submitted after an auto-fitted child window. (#540) -- BeginChild(): Added ImGuiWindowFlags_AlwaysUseWindowPadding flag to ensure non-bordered child window uses window padding. (#462) -- Fixed InputTextMultiLine(), ListBox(), BeginChildFrame(), ProgressBar(): outer frame not honoring bordering. (#462, #503) -- Fixed Image(), ImageButtion() rendering a rectangle 1 px too large on each axis. (#457) -- SetItemAllowOverlap(): Promoted from imgui_internal.h to public imgui.h api. (#517) -- Combo(): Right-most button stays highlighted when pop-up is open. -- Combo(): Display pop-up above if there's isn't enough space below / or select largest side. (#505) -- DragFloat(), SliderFloat(), InputFloat(): fixed cases of erroneously returning true repeatedly after a text input modification (e.g. "0.0" --> "0.000" would keep returning true). (#564) -- DragFloat(): Always apply value when mouse is held/widget active, so that an always-resetting variable (e.g. non saved local) can be passed. -- InputText(): OS X friendly behaviors: Word movement uses ALT key; Shortcuts uses CMD key; Double-clicking text select a single word; Jumping to next word sets cursor to end of current word instead of beginning of current word. (@zhiayang), (#473) -- InputText(): Added BufTextLen in ImGuiTextEditCallbackData. Requesting user to maintain it if buffer is modified. Zero-ing structure properly before use. (#541) -- CheckboxFlags(): Added support for testing/setting multiple flags at the same time. (@DMartinek) (#555) -- TreeNode(), CollapsingHeader() fixed not being able to use "##" sequence in a formatted label. -- ColorEdit4(): Empty label doesn't add InnerSpacing.x, matching behavior of other widgets. (#346) -- ColorEdit4(): Removed unnecessary calls to scanf() when idle in hexadecimal edit mode. -- BeginPopupContextItem(), BeginPopupContextWindow(): added early out optimization. -- CaptureKeyboardFromApp() / CaptureMouseFromApp(): added argument to allow clearing the capture flag. (#533) -- ImDrawList: Fixed index-overflow check broken by AddText() casting current index back to ImDrawIdx. (#514) -- ImDrawList: Fixed incorrect removal of trailing draw command if it is a callback command. -- ImDrawList: Allow windows with only a callback only to be functional. (#524) -- ImDrawList: Fixed ImDrawList::AddRect() which used to render a rectangle 1 px too large on each axis. (#457) -- ImDrawList: Fixed ImDrawList::AddCircle() to fit precisely within bounding box like AddCircleFilled() and AddRectFilled(). (#457) -- ImDrawList: AddCircle(), AddRect() takes optional thickness parameter. -- ImDrawList: Added AddTriangle(). -- ImDrawList: Added PrimQuadUV() helper to ease custom rendering of textured quads (require primitive reserve). -- ImDrawList: Allow AddText(ImFont\* font, float font_size, ...) variant to take NULL/0.0f as default. -- ImFontAtlas: heuristic increase default texture width up for large number of glyphs. (#491) -- ImTextBuffer: Fixed empty() helper which was utterly broken. -- Metrics: allow to inspect individual triangles in draw calls. -- Demo: added more draw primitives in the Custom Rendering example. (#457) -- Demo: extra comments and example for PushItemWidth(-1) patterns. -- Demo: InputText password demo filters out blanks. (#515) -- Demo: Fixed malloc/free mismatch and leak when destructing demo console, if it has been used. (@fungos) (#536) -- Demo: plot code doesn't use ImVector to avoid heap allocation and be more friendly to custom allocator users. (#538) -- Fixed compilation on DragonFly BSD (@mneumann) (#563) -- Examples: Vulkan: Added a Vulkan example (@Loftilus) (#549) -- Examples: DX10, DX11: Saving/restoring most device state so dropping render function in your codebase shouldn't have DX device side-effects. (#570) -- Examples: DX10, DX11: Fixed ImGui_ImplDX??_NewFrame() from recreating device objects if render isn't called (g_pVB not set). -- Examples: OpenGL3: Fix BindVertexArray/BindBuffer order. (@nlguillemot) (#527) -- Examples: OpenGL: skip rendering and calling glViewport() if we have zero-fixed buffer. (#486) -- Examples: SDL2+OpenGL3: Fix context creation options. Made ImGui_ImplSdlGL3_NewFrame() signature match GL2 one. (#468, #463) -- Examples: SDL2+OpenGL2/3: Fix for high-dpi displays. (@nickgravelyn) -- Various extra comments and clarification in the code. -- Various other fixes and optimizations. - - ------------------------------------------------------------------------ - VERSION 1.47 (2015-12-25) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.47 - -Changes: - -- Rebranding "ImGui" -> "dear imgui" as an optional first name to reduce ambiguity with IMGUI term. (#21) -- Added ProgressBar(). (#333) -- InputText(): Added ImGuiInputTextFlags_Password mode: hide display, disable logging/copying to clipboard. (#237, #363, #374) -- Added GetColorU32() helper to retrieve color given enum with global alpha and extra applied. -- Added ImGuiIO::ClearInputCharacters() superfluous helper. -- Fixed ImDrawList draw command merging bug where using PopClipRect() along with PushTextureID()/PopTextureID() functions - would occasionally restore an incorrect clipping rectangle. -- Fixed ImDrawList draw command merging so PushTextureID(XXX)/PopTextureID()/PushTextureID(XXX) sequence are now properly merged. -- Fixed large popups positioning issues when their contents on either axis is larger than DisplaySize, - and WindowPadding < DisplaySafeAreaPadding. -- Fixed border rendering in various situations when using non-pixel aligned glyphs. -- Fixed border rendering of windows to always contain the border within the window. -- Fixed Shutdown() leaking font atlas data if NewFrame() was never called. (#396, #303) -- Fixed int>void\* warnings for 64-bit architectures with fancy warnings enabled. -- Renamed the dubious Color() helpers to ValueColor() - dangerously named, rarely used and probably to be made obsolete. -- InputText(): Fixed and better handling of using keyboard while mouse button if being held and dragging. (#429) -- InputText(): Replace OS IME (Input Method Editor) cursor on top-left when we are not text editing. -- TreeNode(), CollapsingHeader(), Bullet(), BulletText(): various sizing and layout fixes to better support laying out - multiple item with different height on same line. (#414, #282) -- Begin(): Initial window creation with ImGuiWindowFlags_NoBringToFrontOnFocus flag pushes it at the front of global window list. -- BeginPopupContextWindow() and BeginPopupContextVoid() reopen window on subsequent click. (#439) -- ColorEdit4(): Fixed broken tooltip on hovering the color button. (actually fixes #373, #380) -- ImageButton(): uses FrameRounding up to a maximum of available framing size. (#394) -- Columns: Fixed bug with indentation within columns, also making code a bit shorter/faster. (#414, #125) -- Columns: Columns set with no implicit id include the columns count within the id to reduce collisions. (#125) -- Columns: Removed one unnecessary allocation when columns are not used by a window. (#125) -- ImFontAtlas: Tweaked GetGlyphRangesJapanese() so it is easier to modify. -- ImFontAtlas: Updated stb_rect_pack.h to 0.08. -- Metrics: Fixed computing ImDrawCmd bounding box when the draw buffer have been unindexed. -- Demo: Added a simple "Property Editor" demo applet. (#125, #414) -- Demo: Fixed assertion in "Custom Rendering" demo when holding both mouse buttons. (#393) -- Demo: Lots of extra comments, fixes. -- Demo: Tweaks to Style Editor. -- Examples: Not clearing input data/tex data in atlas (will be required for dynamic atlas anyway). -- Examples: Added /Zi (output debug information) to Win32 batch files. -- Examples: Various fixes for resizing window and recreating graphic context. -- Examples: OpenGL2/3: Save/restore viewport as part of default render function. (#392, #441). -- Examples; OpenGL3: Fixed gl3w.c for Linux when compiled with a C++ compiler. (#411) -- Examples: DirectX: Removed assumption about Unicode build in example main.cpp. (#399) -- Examples: DirectX10: Added DirectX10 example. (#424) -- Examples: DirectX11: Downgraded requirement from shader model 5.0 to 4.0. (#420) -- Examples: DirectX11: Removed Debug flag from graphics context. (#415) -- Examples: Added SDL+OpenGL3 example. (#356) - - ------------------------------------------------------------------------ - VERSION 1.46 (2015-10-18) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.46 - -Changes: - -- Begin*(): added ImGuiWindowFlags_NoFocusOnAppearing flag. (#314) -- Begin*(): added ImGuiWindowFlags_NoBringToFrontOnFocus flag. -- Added GetDrawData() alternative to setting a Render function pointer in ImGuiIO structure. -- Added SetClipboardText(), GetClipboardText() helper shortcuts that user code can call directly without reading - from the ImGuiIO structure (to match MemAlloc/MemFree) -- Fixed handling of malformed UTF-8 at the end of a non-zero terminated string range. -- Fixed mouse click detection when passing DeltaTime 0.0. (#338) -- Fixed IsKeyReleased() and IsMouseReleased() returning true on the first frame. -- Fixed using SetNextWindow\* functions on Modal windows with a ImGuiSetCond_Appearing condition. (#377) -- IsMouseHoveringRect(): Added 'bool clip' parameter to disable clipping provided rectangle. (#316) -- InputText(): added ImGuiInputTextFlags_ReadOnly flag. (#211) -- InputText(): lose cursor/undo-stack when reactivating focus is buffer has changed size. -- InputText(): fixed ignoring text inputs when ALT or ALTGR are pressed. (#334) -- InputText(): fixed mouse-dragging not tracking the cursor when text doesn't fit. (#339) -- InputText(): fixed cursor pixel-perfect alignment when horizontally scrolling. -- InputText(): fixed crash when passing a buf_size==0 (which can be of use for read-only selectable text boxes). (#360) -- InputFloat() fixed explicit precision modifier, both display and input were broken. -- PlotHistogram(): improved rendering of histogram with a lot of values. -- Dummy(): creates an item so functions such as IsItemHovered() can be used. -- BeginChildFrame() helper: added the extra_flags parameter. -- Scrollbar: fixed rounding of background + child window consistenly have ChildWindowBg color under ScrollbarBg fill. (#355). -- Scrollbar: background color less translucent in default style so it works better when changing background color. -- Scrollbar: fixed minor rendering offset when borders are enabled. (#365) -- ImDrawList: fixed 1 leak per ImDrawList using the ChannelsSplit() API (via Columns). (#318) -- ImDrawList: fixed rectangle rendering glitches with width/height <= 1/2 and rounding enabled. -- ImDrawList: AddImage() uv parameters default to (0,0) and (1,1). -- ImFontAtlas: Added TexDesiredWidth and tweaked default cheapo best-width choice. (#327) -- ImFontAtlas: Added GetGlyphRangesKorean() helper to retrieve unicode ranges for Korean. (#348) -- ImGuiTextFilter::Draw() helper return bool and build when filter is modified. -- ImGuiTextBuffer: added c_str() helper. -- ColorEdit4(): fixed hovering the color button always showing 1.0 alpha. (#373) -- ColorConvertFloat4ToU32() round the floats instead of truncating them. -- Window: Fixed window lower-right clipping limit so it plays more friendly with both OpenGL and DirectX coordinates. -- Internal: Extracted a EndFrame() function out of Render() but kept it internal/private + clarified some asserts. (#335) -- Internal: Added missing IMGUI_API definitions in imgui_internal.h (#326) -- Internal: ImLoadFileToMemory() return void\* instead of taking void*\* + allow optional int\* file_size. -- Demo: Horizontal scrollbar demo allows to enable simultanaeous scrollbars on both axises. -- Tools: binary_to_compressed_c.cpp: added -nocompress option. -- Examples: Added example for the Marmalade platform. -- Examples: Added batch files to build Windows examples with VS. -- Examples: OpenGL3: Saving/restoring more GL state correctly. (#347) -- Examples: OpenGL2/3: Added msys2/mingw64 target to Makefiles. - - ------------------------------------------------------------------------ - VERSION 1.45 (2015-09-01) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.45 - -Breaking Changes: - -- With the addition of better horizontal scrolling primitives I had to make some consistency fixes. - `GetCursorPos()` `SetCursorPos()` `GetContentRegionMax()` `GetWindowContentRegionMin()` `GetWindowContentRegionMax()` - are now incorporating the scrolling amount. They were incorrectly not incorporating this amount previously. - It PROBABLY shouldn't break anything, but that depends on how you used them. Namely: - - If you always used SetCursorPos() with values relative to GetCursorPos() there shouldn't be a problem. - However if you used absolute coordinates, note that SetCursorPosY(100.0f) will put you at +100 from the initial Y position (which may be scrolled out of the view), NOT at +100 from the window top border. Since there wasn't any official scrolling value on X axis (past just manually moving the cursor) this can only affect you if you used to set absolute coordinates on the Y axis which is hopefully rare/unlikely, and trivial to fix. - - The value of GetWindowContentRegionMax() isn't necessarily close to GetWindowWidth() if horizontally scrolling. - Previously they were roughly interchangeable (roughly because the content region exclude window padding). - -Other Changes: - -- Added Horizontal Scrollbar via ImGuiWindowFlags_HorizontalScroll (#246). -- Added GetScrollX(), GetScrollX(), GetScrollMaxX() apis (#246). -- Added SetNextWindowContentSize(), SetNextWindowContentWidth() to explicitly set the content size of a window, which - define the range of scrollbar. When set explicitly it also define the base value from which widget width are derived. -- Added IO.WantTextInput telling when ImGui is expecting text input, so that e.g. OS on-screen keyboard can be enabled. -- Added printf attribute to printf-like text formatting functions (Clang/GCC). -- Added GetMousePosOnOpeningCurrentPopup() helper. -- Added GetContentRegionAvailWidth() helper. -- Malformed UTF-8 data don't terminate string, output 0xFFFD instead (#307). -- ImDrawList: Added AddBezierCurve(), PathBezierCurveTo() API for cubic bezier curves (#311). -- ImDrawList: Allow to override ImDrawIdx type (#292). -- ImDrawList: Added an assert on overflowing index value (#292). -- ImDrawList: Fixed issues with channels split/merge. Now functional without manually adding a draw cmd. Added comments. -- ImDrawData: Added ScaleClipRects() helper useful when rendering scaled. (#287). -- Fixed Bullet() inconsistent layout behaviour when clipped. -- Fixed IsWindowHovered() not taking account of window hoverability (may be disabled because of a popup). -- Fixed InvisibleButton() not honoring negative size consistently with other widgets that do so. -- Fixed OpenPopup() accessing current window, effectively opening "Debug" when called from an empty window stack. -- TreeNode(): Fixed IsItemHovered() result being inconsistent with interaction visuals (#282). -- TreeNode(): Fixed mouse interaction padding past the node label being accounted for in layout (#282). -- BeginChild(): Passing a ImGuiWindowFlags_NoMove inhibits moving parent window from this child. -- BeginChild() fixed missing rounding for child sizes which leaked into layout and have items misaligned. -- Begin(): Removed default name = "Debug" parameter. We already have a "Debug" window pushed to the stack in the first place so it's not really a useful default. -- Begin(): Minor fixes with windows main clipping rectangle (e.g. child window with border). -- Begin(): Window flags are only read on the first call of the frame. Subsequent calls ignore flags, which allows appending to a window without worryin about flags. -- InputText(): ignore character input when ctrl/alt are held. (Normally those text input are ignored by most wrappers.) (#279). -- Demo: Fixed incorrectly formed string passed to Combo (#298). -- Demo: Added simple Log demo. -- Demo: Added horizontal scrolling example + enabled in console, log and child examples (#246). -- Style: made scrollbars rounded by default. Because nice. Minor menu bar background alpha tweak. (#246) -- Metrics: display indices along with triangles count (#299) and some internal state. -- ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer. -- ImGuiTextFilter::Draw() default parameter width=0.0f for no override, allow override with negative values. -- Examples: OpenGL2/OpenGL3: fix for retina displays. Default font current lack crispness. -- Examples: OpenGL2/OpenGL3: save/restore more GL state correctly. -- Examples: DirectX9/DirectX11: resizing buffers dynamically (#299). -- Examples: DirectX9/DirectX11: added missing middle mouse button to Windows event handler. -- Examples: DirectX11: fix for Visual Studio 2015 presumably shipping with an updated version of DX11. -- Examples: iOS: fixed missing files in project. - - ------------------------------------------------------------------------ - VERSION 1.44 (2015-08-08) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.44 - -Breaking Changes: - -- imgui.cpp has been split intro extra files: imgui_demo.cpp, imgui_draw.cpp, imgui_internal.h. - Add the two extra .cpp to your project or #include them from another .cpp file. (#219) - -Other Changes: - -- Internal data structure and several useful functions are now exposed in imgui_internal.h. This should make it easier - and more natural to extend ImGui. However please note that none of the content in imgui_internal.h is guaranteed - for forward-compatibility and code using those types/functions may occasionally break. (#219) -- All sample code is in imgui_demo.cpp. Please keep this file in your project and consider allowing your code to call - the ShowTestWindow() function as de-facto guide to ImGui features. It will be stripped out by the linker when unused. -- Added GetContentRegionAvail() helper (basically GetContentRegionMax() - GetCursorPos()). -- Added ImGuiWindowFlags_NoInputs for totally input-passthru window. -- Button(): honor negative size consistently with other widgets that do so (width -100 to align the button 100 pixels - before the right-most position of the contents region). -- InputTextMultiline(): honor negative size consistently with other widgets that do so. -- Combo() clamp popup to lower edge of visible area. -- InputInt(): value doesn't pass through an int>float>int casting chain, fix handling lost of precision with "large" integer. -- InputInt() allow hexadecimal input (awkwardly via ImGuiInputTextFlags_CharsHexadecimal but we will allow format - string in InputInt* later). -- Checkbox(), RadioButton(): fixed scaling of checkbox and radio button for the filling of "active" visual. -- Columns: never assume horizontal space for scrollbar if NoScrollbar flag is explicitly set. -- Slider: fixed using FramePadding between frame and grab visual. Scaling that spacing would look odd. -- Fixed lower-right resize grip hit box not scaling along with its rendered size (#287) -- ImDrawList: Fixed angles in ImDrawList::PathArcTo(), PathArcToFast() (v1.43) being off by an extra PI for no reason. -- ImDrawList: Added ImDrawList::AddText() shorthand helper. -- ImDrawList: Add missing support for anti-aliased thick-lines (#133, also ref #288) -- ImFontAtlas: Added AddFontFromMemoryCompressedBase85TTF() to load base85 encoded font string. Default font encoded - as base85 saves ~100 lines / 26 KB of source code. Added base85 output to the binary_to_compressed_c tool. -- Build fix for MinGW (#276). -- Examples: OpenGL3: Fixed running on script core profiles for OSX (#277). -- Examples: OpenGL3: Simplified code using glBufferData for vertices as well (#277, #278) -- Examples: DirectX11: Clear font texture view to ensure Release() doesn't get called twice (#290). -- Updated to stb_truetype 1.07 (back to vanilla version as our minor changes are now in master & fix unlikely assert - with odd fonts (#280) - - ------------------------------------------------------------------------ - VERSION 1.43 (2015-07-17) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.43 - -Breaking Changes: - -- This is a rather important release and we unfortunately had to break the rendering API. - ImGui now requires you to render indexed vertices instead of non-indexed ones. The fix should be very easy. - Sorry for that! This change is saving a fair amount of CPU/GPU and enables us to get anti-aliasing for a marginal cost. - Each ImDrawList now contains both a vertex buffer and an index buffer. For each command, render ElemCount/3 triangles - using indices from the index buffer. -- If you are using a vanilla copy of one of the imgui_impl_XXXX.cpp provided in the example, you just need to update - your copy and you can ignore the rest. -- The signature of the io.RenderDrawListsFn handler has changed - From: ImGui_XXXX_RenderDrawLists(ImDrawList** const cmd_lists, int cmd_lists_count) - To: ImGui_XXXX_RenderDrawLists(ImDrawData* draw_data) - With: argument 'cmd_lists' -> 'draw_data->CmdLists' - argument 'cmd_lists_count' -> 'draw_data->CmdListsCount' - ImDrawList 'commands' -> 'CmdBuffer' - ImDrawList 'vtx_buffer' -> 'VtxBuffer' - ImDrawList n/a -> 'IdxBuffer' (new) - ImDrawCmd 'vtx_count' -> 'ElemCount' - ImDrawCmd 'clip_rect' -> 'ClipRect' - ImDrawCmd 'user_callback' -> 'UserCallback' - ImDrawCmd 'texture_id' -> 'TextureId' -- If you REALLY cannot render indexed primitives, you can call the draw_data->DeIndexAllBuffers() method to de-index - the buffers. This is slow and a waste of CPU/GPU. Prefer using indexed rendering! - Refer to code in the examples/ folder or ask on the GitHub if you are unsure of how to upgrade. Please upgrade! - -Other Changes: - -- Added anti-aliasing on lines and shapes based on primitives by @MikkoMononen (#133). - Between the use of indexed-rendering and the fact that the entire rendering codebase has been optimized and massaged - enough, with anti-aliasing enabled ImGui 1.43 is now running FASTER than 1.41. - Made some extra effort in making the code run faster in your typical Debug build. -- Anti-aliasing can be disabled in the ImGuiStyle structure via the AntiAliasedLines/AntiAliasedShapes fields for further gains. -- ImDrawList: Added AddPolyline(), AddConvexPolyFilled() with optional anti-aliasing. -- ImDrawList: Added stateful path building and stroking API. PathLineTo(), PathArcTo(), PathRect(), PathFill(), PathStroke() - with optional anti-aliasing. -- ImDrawList: Added AddRectFilledMultiColor() helper. -- ImDrawList: Added multi-channel rendering so out of order elements can be rendered in separate channels and then merged - back together (used by columns). -- ImDrawList: Fixed merging draw commands when equal clip rectangles are in the two first commands. -- ImDrawList: Fixed window draw lists not destructed properly on Shutdown(). -- ImDrawData: Added DeIndexAllBuffers() helper. -- Added lots of new font options ImFontAtlas::AddFont() and the new ImFontConfig structure. - - Added support for oversampling (ImFontConfig: OversampleH, OversampleV) and sub-pixel positioning (ImFontConfig: PixelSnapH). - Oversampling allows sub-pixel positioning but can also be used as a way to get some leeway with scaling fonts without re-rasterizing. - - Added GlyphExtraSpacing option to add extra horizontal spacing between characters (#242). - - Added MergeMode option to merge glyphs from different font inputs into a same font (#182, #232). - - Added FontDataOwnedByAtlas option to keep ownership from the TTF data buffer and request the atlas to make a copy (#220). -- Updated to stb_truetype 1.06 (+ minor mods) with better font rasterization. -- InputText: Added ImGuiInputTextFlags_NoHorizontalScroll flag. -- InputText: Added ImGuiInputTextFlags_AlwaysInsertMode flag. -- InputText: Added HasSelection() helper in ImGuiTextEditCallbackData as a clarification. -- InputText: Fix for using END key on a multi-line text editor (#275) -- Columns: Dispatch render of each column in a sub-draw list and merge on closure, saving a lot of draw calls! (#125) -- Popups: Fixed Combo boxes inside menus. (#272) -- Style: Added GrabRounding setting to make the sliders etc. grabs rounded. -- Changed SameLine() parameters from int to float. -- Fixed incorrect assert triggering when code stole ActiveID from user moving a window by calling e.g. SetKeyboardFocusHere(). -- Fixed CollapsingHeader() label rendering outside its frame in columns context where ClipRect max isn't aligned with the - right-side of the header. -- Metrics window: calculate bounding box of actual vertices when hovering a draw list. -- Examples: Showing more information in the Fonts section. -- Examples: Added a gratuitous About window. -- Examples: Updated all examples code (OpenGL/DX9/DX11/SDL/Allegro/iOS) to use indexed rendering. -- Examples: Fixed the SDL2 example to support Unicode text input (#274). - - ------------------------------------------------------------------------ - VERSION 1.42 (2015-07-08) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.42 - -Breaking Changes: - -- Renamed SetScrollPosHere() to SetScrollHere(). Kept inline redirection function (will obsolete). -- Renamed GetScrollPosY() to GetScrollY(). Necessary to reduce confusion and make scrolling API consistent, - because positions (e.g. cursor position) are not equivalent to scrolling amount. -- Removed obsolete GetDefaultFontData() function that would assert anyway. - If you are updating from <1.30 you'll get a compile error instead of an assertion. (obsoleted 2015/01/11) - -Other Changes: - -- Added SDL2 example application (courtesy of @CedricGuillemet) -- Added iOS example application (courtesy of @joeld42) -- Added Allegro 5 example application (courtesy of @bggd) -- Added TitleBgActive color in style so focused window is made visible. (#253) -- Added CaptureKeyboardFromApp() / CaptureMouseFromApp() to manually enforce inputs capturing. -- Added DragFloatRange2() DragIntRange2() helpers. (#76) -- Added a Y centering ratio to SetScrollFromCursorPos() which can be used to aim the top or bottom of the window. (#150) -- Added SetScrollY(), SetScrollFromPos(), GetCursorStartPos() for manual scrolling manipulations. (#150). -- Added GetKeyIndex() helper for converting from ImGuiKey_\* enum to user's keycodes. Basically pulls from io.KeysMap[]. -- Added missing ImGuiKey_PageUp, ImGuiKey_PageDown so more UI code can be written without referring to implementation-side keycodes. -- MenuItem() can be activated on release. (#245) -- Allowing NewFrame() with DeltaTime==0.0f to not assert. -- Fixed IsMouseDragging(). (#260) -- Fixed PlotLines(), PlotHistogram() using incorrect hovering test so they would show their tooltip even when there is - a popup between mouse and the graph. -- Fixed window padding being reported incorrectly for child windows with borders when parent have no borders. -- Fixed a bug with TextUnformatted() clipping of long text blob when clipping y1 line sits on the first line of text. (#257) -- Fixed text baseline alignment of small button (no padding) after regular buttons. -- Fixed ListBoxHeader() not honoring negative sizes the same way as BeginChild() or BeginChildFrame(). (#263) -- Fixed warnings for more pedantic compiler settings (#258). -- ImVector<> cannot be re-defined anymore, cannot be replaced with std::vector<>. Allowed us to clean up and optimize - lots of code. Yeah! (#262) -- ImDrawList: store pointer to their owner name for easier auditing/debugging. -- Examples: added scroll tracking example with SetScrollFromCursorPos(). -- Examples: metrics windows render clip rectangle when hovering over a draw call. -- Lots of small optimization (particularly to run faster on unoptimized builds) and tidying up. -- Added font links in extra_fonts/ + instructions for using compressed fonts in C array. - - ------------------------------------------------------------------------ - VERSION 1.41 (2015-06-26) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.41 - -Breaking Changes: - -- Changed ImageButton() default bg_col parameter from (0,0,0,1) (black) to (0,0,0,0) (transparent). - Only makes a difference when texture have transparency. -- Changed Selectable() API from (label, selected, size) to (label, selected, flags, size). - Size override should be used very rarely so hopefully it doesn't affect many people. Sorry! - -Other Changes: - -- Added InputTextMultiline() multi-line text editor, vertical scrolling, selection, optimized enough to handle rather - big chunks of text in stateless context (thousands of lines are ok), option for allowing Tab to be input, option - for validating with Return or Ctrl+Return (#200). -- Added modal window API, BeginPopupModal(), follows the popup api scheme. Modal windows can be closed by clicking - outside. By default the rest of the screen is dimmed (using ImGuiCol_ModalWindowDarkening). Modal windows can be stacked. -- Added GetGlyphRangesCyrillic() helper (#237). -- Added SetNextWindowPosCenter() to center a window prior to knowing its size. (#249) -- Added IsWindowHovered() helper. -- Added IsMouseReleased(), IsKeyReleased() helpers to allow to user to avoid tracking them. (#248) -- Allow Set*WindowSize() calls to be used with popups. -- Window: AutoFit can be triggered on each axis separately via SetNextWindowSize(), etc. -- Window: fixed scrolling with mouse wheel while window was collapsed. -- Window: fixed mouse wheel scroll issues. -- DragFloat(), SliderFloat(): Fixed rounding of negative numbers which sometime made the negative lower bound unreachable. -- InputText(): lifted character count limit. -- InputText(): fixes in case of using per-window font scaling. -- Selectable(), MenuItem(): do not use frame rounding for hovering/selection. -- Selectable(): Added flag ImGuiSelectableFlags_DontClosePopups. -- Selectable(): Added flag ImGuiSelectableFlags_SpanAllColumns (#125). -- Combo(): Fixed issue with activating a Combo() not taking active id (#241). -- ColorButton(), ColorEdit4(): fix to ensure that the colored square stays square when non-default padding settings are used. -- BeginChildFrame(): returns bool like BeginChild() for clipping. -- SetScrollPosHere(): takes account of item height + more accurate centering + fixed precision issue. -- ImFont: ignoring '\r'. -- ImFont: added GetCharAdvance() helper. Exposed font Ascent and font Descent. -- ImFont: additional rendering optimizations. -- Metrics windows display storage size. - - ------------------------------------------------------------------------ - VERSION 1.40 (2015-05-31) ------------------------------------------------------------------------ - -Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.40 - -Breaking Changes: - -- The BeginPopup() API (introduced in 1.37) had to be changed to allow for stacked popups and menus. - Use OpenPopup() to toggle the opened state and BeginPopup() to append.** -- The third parameter of Button(), 'repeat_if_held' has been removed. While it's been very rarely used, - some code will possibly break if you didn't rely on the default parameter. - Use PushButtonRepeat()/PopButtonRepeat() to configure repeat. -- Renamed IsRectClipped() to !IsRectVisible() for consistency (opposite return value!). Kept inline redirection function (will obsolete) -- Renamed GetWindowCollapsed() to IsWindowCollapsed() for consistency. Kept inline indirection function (will obsolete). - -Other Changes: - -- Menus: Added a menu system! Menus are typically populated with menu items and sub-menus, but you can add any sort of - widgets in them (buttons, text inputs, sliders, etc.). (#126) -- Menus: Added MenuItem() to append a menu item. Optional shortcut display, acts a button & toggle with checked/unchecked state, - disabled mode. Menu items can be used in any window. -- Menus: Added BeginMenu() to append a sub-menu. Note that you generally want to add sub-menu inside a popup or a menu-bar. - They will work inside a normal window but it will be a bit unusual. -- Menus: Added BeginMenuBar() to append to window menu-bar (set ImGuiWindowFlags_MenuBar to enable). -- Menus: Added BeginMainMenuBar() helper to append to a fullscreen main menu-bar. -- Popups: Support for stacked popups. Each popup level inhibit inputs to lower levels. The menus system is based on this. (#126). -- Popups: Added BeginPopupContextItem(), BeginPopupContextWindow(), BeginPopupContextVoid() to create a popup window on mouse-click. -- Popups: Popups have borders by default (#197), attenuated border alpha in default theme. -- Popups & Tooltip: Fit within display. Handling various positioning/sizing/scrolling edge cases. Better hysteresis when moving - in corners. Tooltip always tries to stay away from mouse-cursor. -- Added ImGuiStorage::GetVoidPtrRef() for manipulating stored void*. -- Added IsKeyDown() IsMouseDown() as convenience and for consistency with existing functions (instead of reading them from IO structures). -- Added Dummy() helper to advance layout by a given size. Unlike InvisibleButton() this doesn't catch any click. -- Added configurable io.KeyRepeatDelay, io.KeyRepeatRate keyboard and mouse repeat rate. -- Added PushButtonRepeat() / PopButtonRepeat() to enable hold-button-to-repeat press on any button. -- Removed the third 'repeat' parameter of Button(). -- Added IsAnyItemHovered() helper. -- Added GetItemsLineHeightWithSpacing() helper. -- Added ImGuiListClipper helper for clipping large list of evenly sized items, to avoid using CalcListClipping() directly. -- Separator: within group start on group horizontal offset. (#205) -- InputText: Fixed incorrect edit state after text buffer is appended to by user via the callback. (#206) -- InputText: CTRL+letter-key shortcuts (e.g. CTRL+C/V/X) makes sure only CTRL is pressed. (#214) -- InputText: Fixed cursor generating a zero-width wire-frame rectangle turning into a division by zero (would go unnoticed - unless you trapped exceptions). -- InputFloatN/InputIntN: Flags parameter added to match scalar versions. (#218) -- Selectable: Horizontal filling not declared to ItemSize() so Selectable(),SameLine() works and we can better auto-fit the window. -- Selectable: Handling text baseline alignment for line that aren't of text height. -- Combo: Empty label doesn't add ItemInnerSpacing alignment, matching other widgets. -- EndGroup: Carries the text base offset from the last line of the group (sort of incorrect but better than nothing, - should use the first line of the group, will implement in the future). -- Columns: distinguish columns-set ID from other widgets as a convenience, added asserts and sailors. -- ListBox: ListBox() function only use public API to encourage creating custom versions. ListBoxHeader() can return false. -- ListBox: Uses ImGuiListClipper and assume items of matching height, so large lists can be handled. -- Plot: overlay label clipped within frame when not fitting. -- Window: Added ImGuiSetCond_Appearing to test the hidden->visible transition in SetWindow***/SetNextWindow*** functions. -- Window: Auto-fitting cancel out one worth of vertical spacing for vertical symmetry (like what group and tooltip do). -- Window: Default item width for auto-resizing windows expressed as a factor of font height, scales better with different font. -- Window: Fixed auto-fit calculation mismatch of whether a scrollbar will be added by maximum height clamping. Also honor NoScrollBar in the case of height clamping, not adding extra horizontal space. -- Window: Hovering require to hover same child window. Reverted 860cf57 (December 3). Might break something if you have - child overlapping items in parent window. -- Window: Fixed appending multiple times to an existing child via multiple BeginChild/EndChild calls to same child name. - Allows a simple form of out-of-order appending. -- Window: Fixed auto-filling child window using WindowMinSize at their minimum size, irrelevant. -- Metrics: Added io.MetricsActiveWindows counter. (#213. -- Metrics: Added io.MetricsAllocs counter (number of active memory allocations). -- Metrics: ShowMetricsWindow() shows popups stack, allocations. -- Style: Added style.DisplayWindowPadding to prevent windows from reaching edges of display (similar to style.DisplaySafeAreaPadding which is still in effect and also affect popups/tooltips). -- Style: Removed style.AutoFitPadding, using style.WindowPadding makes more sense (the default values were already the same). -- Style: Added style.ScrollbarRounding. (#212) -- Style: Added ImGuiCol_TextDisabled for disabled text. Added TextDisabled() helper. -- Style: Added style.WindowTitleAlign alignment options, to e.g. center title on windows. (#222) -- ImVector: tweak growth strategy, matches vector from VS2010. -- ImFontAtlas: Added ClearFonts(), making the different clear funcs more explicit. (#224) -- ImFontAtlas: Fixed appending new fonts without clearing existing fonts. Clearing input data left to application. (#224) -- ImDrawList: Merge draw command better, cases of multiple Begin/End gets merged properly. -- Store common stacked settings contiguously in memory to avoid heap allocation for unused features, and reduce cache misses. -- Shutdown() tests for g.IO.Fonts not being NULL to ease use of multiple ImGui contexts. (#207) -- Added IMGUI_DISABLE_OBSOLETE_FUNCTIONS define to disable the functions that are meant to be removed. -- Examples: Added ? marks with tooltips next to various widgets. Added more comments in the demo window. -- Examples: Added Menu-bar example. -- Examples: Added Simple Layout example. -- Examples: AutoResize demo doesn't use TextWrapped(). -- Examples: Console example uses standard malloc/free, makes more sense as a copy & pastable example. -- Examples: DirectX9/11: Fixed key mapping for down arrow. -- Examples: DirectX9/11: hide OS cursor if ImGui is drawing it. (#155) -- Examples: DirectX11: explicitly set rasterizer state. -- Examples: OpenGL3: Add conditional compilation of forward compat as required by glfw on OSX. (#229) -- Fixed build with Visual Studio 2008 (possibly earlier versions as well). -- Other fixes, comments, tweaks. - - ------------------------------------------------------------------------ - -For older version, see https://github.com/ocornut/imgui/releases - diff --git a/external/imgui/docs/CONTRIBUTING.md b/external/imgui/docs/CONTRIBUTING.md deleted file mode 100644 index 7a28eadf..00000000 --- a/external/imgui/docs/CONTRIBUTING.md +++ /dev/null @@ -1,77 +0,0 @@ -# Contributing Guidelines - -## Index - -- [Getting Started & General Advices](#getting-started--general-advices) -- [Issues vs Discussions](#issues-vs-discussions) -- [How to open an Issue](#how-to-open-an-issue) -- [How to open a Pull Request](#how-to-open-a-pull-request) -- [Copyright / Contributor License Agreement](#copyright--contributor-license-agreement) - -## Getting Started & General Advices - -- Please browse the [Wiki](https://github.com/ocornut/imgui/wiki) to find code snippets, links and other resources (e.g. [Useful extensions](https://github.com/ocornut/imgui/wiki/Useful-Extensions)). -- Please read [docs/FAQ.md](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md). -- Please read [docs/FONTS.md](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md) if your question relates to fonts or text. -- Please read one of the [examples/](https://github.com/ocornut/imgui/tree/master/examples) application if your question relates to setting up dear imgui. -- Please run `ImGui::ShowDemoWindow()` to explore the demo and its sources. -- Please use the search function of your IDE to search in for comments related to your situation. -- Please use the search function of GitHub to look for similar issues. You may [browse issues by Labels](https://github.com/ocornut/imgui/labels). -- Please use a web search engine to look for similar issues. -- If you get a crash or assert, use a debugger to locate the line triggering it and read the comments around. - -## Issues vs Discussions - -If: -- You cannot Build or Link examples. -- You cannot Build or Link or Run Dear ImGui in your application or custom engine. -- You are failing to load a font. - -Then please [use the Discussions forums](https://github.com/ocornut/imgui/discussions) instead of opening an Issue. - -If Dear ImGui is successfully showing in your app and you have used Dear ImGui before, you can open an Issue. Any form of discussions is welcome as a nw Issue. - -## How to open an Issue - -You may use the Issue Tracker to submit bug reports, feature requests or suggestions. You may ask for help or advice as well. But **PLEASE CAREFULLY READ THIS WALL OF TEXT. ISSUES IGNORING THOSE GUIDELINES MAY BE CLOSED. USERS IGNORING THOSE GUIDELINES MIGHT BE BLOCKED.** - -Please do your best to clarify your request. The amount of incomplete or ambiguous requests due to people not following those guidelines is often overwhelming. Issues created without the requested information may be closed prematurely. Exceptionally entitled, impolite or lazy requests may lead to bans. - -**PLEASE UNDERSTAND THAT OPEN-SOURCE SOFTWARE LIVES OR DIES BY THE AMOUNT OF ENERGY MAINTAINERS CAN SPARE. WE HAVE LOTS OF STUFF TO DO. THIS IS AN ATTENTION ECONOMY AND MANY LAZY OR MINOR ISSUES ARE HOGGING OUR ATTENTION AND DRAINING ENERGY, TAKING US AWAY FROM MORE IMPORTANT WORK.** - -Steps: - -- **PLEASE DO FILL THE REQUESTED NEW ISSUE TEMPLATE.** Including dear imgui version number, branch name, platform/renderer back-ends (imgui_impl_XXX files), operating system. -- **Try to be explicit with your Goals, your Expectations and what you have Tried**. Be mindful of [The XY Problem](http://xyproblem.info/). What you have in mind or in your code is not obvious to other people. People frequently discuss problems and suggest incorrect solutions without first clarifying their goal. When requesting a new feature, please describe the usage context (how you intend to use it, why you need it, etc..). If you tried something and it failed, show us what you tried. -- **Attach screenshots (or gif/video) to clarify the context**. They often convey useful information that are omitted by the description. You can drag pictures/files in the message edit box. Avoid using 3rd party image hosting services, prefer the long term longevity of GitHub attachments (you can drag pictures into your post). On Windows you can use [ScreenToGif](https://www.screentogif.com/) to easily capture .gif files. -- **If you are discussing an assert or a crash, please provide a debugger callstack**. Never state "it crashes" without additional information. If you don't know how to use a debugger and retrieve a callstack, learning about it will be useful. -- **Please make sure that your project have asserts enabled.** Calls to IM_ASSERT() are scattered in the code to help catch common issues. When an assert is triggered read the comments around it. By default IM_ASSERT() calls the standard assert() function. To verify that your asserts are enabled, add the line `IM_ASSERT(false);` in your main() function. Your application should display an error message and abort. If your application doesn't report an error, your asserts are disabled. -- **Please provide a Minimal, Complete and Verifiable Example ([MCVE](https://stackoverflow.com/help/mcve)) to demonstrate your problem**. An ideal submission includes a small piece of code that anyone can paste in one of the examples/ application (e.g. in main.cpp or imgui_demo.cpp) to understand and reproduce it. Narrowing your problem to its shortest and purest form is the easiest way to understand it. Please test your shortened code to ensure it actually exhibit the problem. **Often while creating the MCVE you will end up solving the problem!** Many questions that are missing a standalone verifiable example are missing the actual cause of their issue in the description, which ends up wasting everyone's time. -- Please state if you have made substantial modifications to your copy of imgui or the back-end. -- If you are not calling dear imgui directly from C++, please provide information about your Language and the wrapper/binding you are using. -- Be mindful that messages are being sent to the mailbox of "Watching" users. Try to proof-read your messages before sending them. Edits are not seen by those users, unless they browse the site. - -**Some unfortunate words of warning** -- If you are involved in cheating schemes (e.g. DLL injection) for competitive online multi-player games, please don't try posting here. We won't answer and you will be blocked. It doesn't matter if your question relates to said project. We've had too many of you and need to project our time and sanity. -- Due to frequent abuse of this service from aforementioned users, if your GitHub account is anonymous and was created five minutes ago please understand that your post will receive more scrutiny and incomplete questions will be harshly dismissed. - -If you have been using dear imgui for a while or have been using C/C++ for several years or have demonstrated good behavior here, it is ok to not fullfill every item to the letter. Those are guidelines and experienced users or members of the community will know which information are useful in a given context. - -## How to open a Pull Request - -- **Please understand that by submitting a PR you are also submitting a request for the maintainer to review your code and then take over its maintenance.** PR should be crafted both in the interest in the end-users and also to ease the maintainer into understanding and accepting it. -- Many PR are useful to demonstrate a need and a possible solution but aren't adequate for merging (causing other issues, not seeing other aspects of the big picture, etc.). In doubt, don't hesitate to push a PR because that is always the first step toward finding the mergeable solution! Even if a PR stays unmerged for a long time, its presence can be useful for other users and helps toward finding a general solution. -- **When adding a feature,** please describe the usage context (how you intend to use it, why you need it, etc.). Be mindful of [The XY Problem](http://xyproblem.info/). -- **When fixing a warning or compilation problem,** please post the compiler log and specify the compiler version and platform you are using. -- **Attach screenshots (or gif/video) to clarify the context and demonstrate the feature at a glance.** You can drag pictures/files in the message edit box. Prefer the long term longevity of GitHub attachments over 3rd party hosting (you can drag pictures into your post). -- **Make sure your code follows the coding style already used in the codebase:** 4 spaces identations (no tabs), `local_variable`, `FunctionName()`, `MemberName`, `// Text Comment`, `//CodeComment();`, C-style casts, etc.. We don't use modern C++ idioms and tend to use only a minimum of C++11 features. The applications under examples/ are generally less consistent because they sometimes try to mimic the coding style often adopted by a certain ecosystem (e.g. DirectX-related code tend to use the style of their sample). -- **Make sure you create a branch dedicated to the pull request**. In Git, 1 PR is associated to 1 branch. If you keep pushing to the same branch after you submitted the PR, your new commits will appear in the PR (we can still cherry-pick individual commits). - -Thank you for reading! - -## Copyright / Contributor License Agreement - -Any code you submit will become part of the repository and be distributed under the [Dear ImGui license](https://github.com/ocornut/imgui/blob/master/LICENSE.txt). By submitting code to the project you agree that the code is your own work and that you have the ability to give it to the project. - -You also agree by submitting your code that you grant all transferrable rights to the code to the project maintainer, including for example re-licensing the code, modifying the code, distributing in source or binary forms. Specifically this includes a requirement that you assign copyright to the project maintainer. For this reason, do not modify any copyright statements in files in any PRs. - diff --git a/external/imgui/docs/EXAMPLES.md b/external/imgui/docs/EXAMPLES.md deleted file mode 100644 index b50595c8..00000000 --- a/external/imgui/docs/EXAMPLES.md +++ /dev/null @@ -1,246 +0,0 @@ -_(You may browse this at https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md or view this file with any Markdown viewer)_ - -## Dear ImGui: Examples - -**The [examples/](https://github.com/ocornut/imgui/blob/master/examples) folder example applications (standalone, ready-to-build) for variety of -platforms and graphics APIs.** They all use standard backends from the [backends/](https://github.com/ocornut/imgui/blob/master/backends) folder (see [BACKENDS.md](https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md)). - -The purpose of Examples is to showcase integration with backends, let you try Dear ImGui, and guide you toward -integrating Dear ImGui in your own application/game/engine. -**Once Dear ImGui is setup and running, run and refer to `ImGui::ShowDemoWindow()` in imgui_demo.cpp for usage of the end-user API.** - -You can find Windows binaries for some of those example applications at: - http://www.dearimgui.org/binaries - - -### Getting Started - -Integration in a typical existing application, should take <20 lines when using standard backends. - -```cpp -At initialization: - call ImGui::CreateContext() - call ImGui_ImplXXXX_Init() for each backend. - -At the beginning of your frame: - call ImGui_ImplXXXX_NewFrame() for each backend. - call ImGui::NewFrame() - -At the end of your frame: - call ImGui::Render() - call ImGui_ImplXXXX_RenderDrawData() for your Renderer backend. - -At shutdown: - call ImGui_ImplXXXX_Shutdown() for each backend. - call ImGui::DestroyContext() -``` - -Example (using [backends/imgui_impl_win32.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_win32.cpp) + [backends/imgui_impl_dx11.cpp](https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_dx11.cpp)): - -```cpp -// Create a Dear ImGui context, setup some options -ImGui::CreateContext(); -ImGuiIO& io = ImGui::GetIO(); -io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable some options - -// Initialize Platform + Renderer backends (here: using imgui_impl_win32.cpp + imgui_impl_dx11.cpp) -ImGui_ImplWin32_Init(my_hwnd); -ImGui_ImplDX11_Init(my_d3d_device, my_d3d_device_context); - -// Application main loop -while (true) -{ - // Beginning of frame: update Renderer + Platform backend, start Dear ImGui frame - ImGui_ImplDX11_NewFrame(); - ImGui_ImplWin32_NewFrame(); - ImGui::NewFrame(); - - // Any application code here - ImGui::Text("Hello, world!"); - - // End of frame: render Dear ImGui - ImGui::Render(); - ImGui_ImplDX11_RenderDrawData(ImGui::GetDrawData()); - - // Swap - g_pSwapChain->Present(1, 0); -} - -// Shutdown -ImGui_ImplDX11_Shutdown(); -ImGui_ImplWin32_Shutdown(); -ImGui::DestroyContext(); -``` - -Please read 'PROGRAMMER GUIDE' in imgui.cpp for notes on how to setup Dear ImGui in your codebase. -Please read the comments and instruction at the top of each file. -Please read FAQ at http://www.dearimgui.org/faq - -If you are using any of the backends provided here, you can add the backends/imgui_impl_xxxx(.cpp,.h) -files to your project and use as-in. Each imgui_impl_xxxx.cpp file comes with its own individual -Changelog, so if you want to update them later it will be easier to catch up with what changed. - - -### Examples Applications - -[example_allegro5/](https://github.com/ocornut/imgui/blob/master/examples/example_allegro5/)
-Allegro 5 example.
-= main.cpp + imgui_impl_allegro5.cpp - -[example_android_opengl3/](https://github.com/ocornut/imgui/blob/master/examples/example_android_opengl3/)
-Android + OpenGL3 (ES) example.
-= main.cpp + imgui_impl_android.cpp + imgui_impl_opengl3.cpp - -[example_apple_metal/](https://github.com/ocornut/imgui/blob/master/examples/example_metal/)
-OSX & iOS + Metal example.
-= main.m + imgui_impl_osx.mm + imgui_impl_metal.mm
-It is based on the "cross-platform" game template provided with Xcode as of Xcode 9. -(NB: imgui_impl_osx.mm is currently not as feature complete as other platforms backends. -You may prefer to use the GLFW Or SDL backends, which will also support Windows and Linux.) - -[example_apple_opengl2/](https://github.com/ocornut/imgui/blob/master/examples/example_apple_opengl2/)
-OSX + OpenGL2 example.
-= main.mm + imgui_impl_osx.mm + imgui_impl_opengl2.cpp
-(NB: imgui_impl_osx.mm is currently not as feature complete as other platforms backends. - You may prefer to use the GLFW Or SDL backends, which will also support Windows and Linux.) - -[example_emscripten_opengl3/](https://github.com/ocornut/imgui/blob/master/examples/example_emscripten_opengl3/)
-Emcripten + SDL2 + OpenGL3+/ES2/ES3 example.
-= main.cpp + imgui_impl_sdl.cpp + imgui_impl_opengl3.cpp
-Note that other examples based on SDL or GLFW + OpenGL could easily be modified to work with Emscripten. -We provide this to make the Emscripten differences obvious, and have them not pollute all other examples. - -[example_emscripten_wgpu/](https://github.com/ocornut/imgui/blob/master/examples/example_emscripten_wgpu/)
-Emcripten + GLFW + WebGPU example.
-= main.cpp + imgui_impl_glfw.cpp + imgui_impl_wgpu.cpp - -[example_glfw_metal/](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_metal/)
-GLFW (Mac) + Metal example.
-= main.mm + imgui_impl_glfw.cpp + imgui_impl_metal.mm - -[example_glfw_opengl2/](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_opengl2/)
-GLFW + OpenGL2 example (legacy, fixed pipeline).
-= main.cpp + imgui_impl_glfw.cpp + imgui_impl_opengl2.cpp
-**DO NOT USE THIS IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)**
-This code is mostly provided as a reference to learn about Dear ImGui integration, because it is shorter. -If your code is using GL3+ context or any semi modern OpenGL calls, using this renderer is likely to -make things more complicated, will require your code to reset many OpenGL attributes to their initial -state, and might confuse your GPU driver. One star, not recommended. - -[example_glfw_opengl3/](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_opengl3/)
-GLFW (Win32, Mac, Linux) + OpenGL3+/ES2/ES3 example (modern, programmable pipeline).
-= main.cpp + imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
-This uses more modern OpenGL calls and custom shaders.
-This may actually also work with OpenGL 2.x contexts!
-Prefer using that if you are using modern OpenGL in your application (anything with shaders). - -[example_glfw_vulkan/](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_vulkan/)
-GLFW (Win32, Mac, Linux) + Vulkan example.
-= main.cpp + imgui_impl_glfw.cpp + imgui_impl_vulkan.cpp
-This is quite long and tedious, because: Vulkan. -For this example, the main.cpp file exceptionally use helpers function from imgui_impl_vulkan.h/cpp. - -[example_glut_opengl2/](https://github.com/ocornut/imgui/blob/master/examples/example_glut_opengl2/)
-GLUT (e.g., FreeGLUT on Linux/Windows, GLUT framework on OSX) + OpenGL2 example.
-= main.cpp + imgui_impl_glut.cpp + imgui_impl_opengl2.cpp
-Note that GLUT/FreeGLUT is largely obsolete software, prefer using GLFW or SDL. - -[example_null/](https://github.com/ocornut/imgui/blob/master/examples/example_null/)
-Null example, compile and link imgui, create context, run headless with no inputs and no graphics output.
-= main.cpp
-This is used to quickly test compilation of core imgui files in as many setups as possible. -Because this application doesn't create a window nor a graphic context, there's no graphics output. - -[example_sdl_directx11/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl_directx11/)
-SDL2 + DirectX11 example, Windows only.
-= main.cpp + imgui_impl_sdl.cpp + imgui_impl_dx11.cpp
-This to demonstrate usage of DirectX with SDL. - -[example_sdl_metal/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl_metal/)
-SDL2 (Mac) + Metal example.
-= main.mm + imgui_impl_sdl.cpp + imgui_impl_metal.mm - -[example_sdl_opengl2/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl_opengl2/)
-SDL2 (Win32, Mac, Linux etc.) + OpenGL example (legacy, fixed pipeline).
-= main.cpp + imgui_impl_sdl.cpp + imgui_impl_opengl2.cpp
-**DO NOT USE OPENGL2 CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)**
-This code is mostly provided as a reference to learn about Dear ImGui integration, because it is shorter. -If your code is using GL3+ context or any semi modern OpenGL calls, using this renderer is likely to -make things more complicated, will require your code to reset many OpenGL attributes to their initial -state, and might confuse your GPU driver. One star, not recommended. - -[example_sdl_opengl3/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl_opengl3/)
-SDL2 (Win32, Mac, Linux, etc.) + OpenGL3+/ES2/ES3 example.
-= main.cpp + imgui_impl_sdl.cpp + imgui_impl_opengl3.cpp
-This uses more modern OpenGL calls and custom shaders.
-This may actually also work with OpenGL 2.x contexts!
- -[example_sdl_sdlrenderer/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl_sdlrenderer/)
-SDL2 (Win32, Mac, Linux, etc.) + SDL_Renderer (most graphics backends are supported underneath)
-= main.cpp + imgui_impl_sdl.cpp + imgui_impl_sdlrenderer.cpp
-This requires SDL 2.0.17+ (expected to release November 2021)
-We do not really recommend using SDL_Renderer as it is a rather primitive API. - -[example_sdl_vulkan/](https://github.com/ocornut/imgui/blob/master/examples/example_sdl_vulkan/)
-SDL2 (Win32, Mac, Linux, etc.) + Vulkan example.
-= main.cpp + imgui_impl_sdl.cpp + imgui_impl_vulkan.cpp
-This is quite long and tedious, because: Vulkan.
-For this example, the main.cpp file exceptionally use helpers function from imgui_impl_vulkan.h/cpp. - -[example_win32_directx9/](https://github.com/ocornut/imgui/blob/master/examples/example_win32_directx9/)
-DirectX9 example, Windows only.
-= main.cpp + imgui_impl_win32.cpp + imgui_impl_dx9.cpp - -[example_win32_directx10/](https://github.com/ocornut/imgui/blob/master/examples/example_win32_directx10/)
-DirectX10 example, Windows only.
-= main.cpp + imgui_impl_win32.cpp + imgui_impl_dx10.cpp - -[example_win32_directx11/](https://github.com/ocornut/imgui/blob/master/examples/example_win32_directx11/)
-DirectX11 example, Windows only.
-= main.cpp + imgui_impl_win32.cpp + imgui_impl_dx11.cpp - -[example_win32_directx12/](https://github.com/ocornut/imgui/blob/master/examples/example_win32_directx12/)
-DirectX12 example, Windows only.
-= main.cpp + imgui_impl_win32.cpp + imgui_impl_dx12.cpp
-This is quite long and tedious, because: DirectX12. - - -### Miscallaneous - -**Building** - -Unfortunately nowadays it is still tedious to create and maintain portable build files using external -libraries (the kind we're using here to create a window and render 3D triangles) without relying on -third party software and build systems. For most examples here we choose to provide: - - Makefiles for Linux/OSX - - Batch files for Visual Studio 2008+ - - A .sln project file for Visual Studio 2012+ - - Xcode project files for the Apple examples -Please let us know if they don't work with your setup! -You can probably just import the imgui_impl_xxx.cpp/.h files into your own codebase or compile those -directly with a command-line compiler. - -If you are interested in using Cmake to build and links examples, see: - https://github.com/ocornut/imgui/pull/1713 and https://github.com/ocornut/imgui/pull/3027 - -**About mouse cursor latency** - -Dear ImGui has no particular extra lag for most behaviors, -e.g. the last value passed to 'io.AddMousePosEvent()' before NewFrame() will result in windows being moved -to the right spot at the time of EndFrame()/Render(). At 60 FPS your experience should be pleasant. - -However, consider that OS mouse cursors are typically drawn through a very specific hardware accelerated -path and will feel smoother than the majority of contents rendered via regular graphics API (including, -but not limited to Dear ImGui windows). Because UI rendering and interaction happens on the same plane -as the mouse, that disconnect may be jarring to particularly sensitive users. -You may experiment with enabling the io.MouseDrawCursor flag to request Dear ImGui to draw a mouse cursor -using the regular graphics API, to help you visualize the difference between a "hardware" cursor and a -regularly rendered software cursor. -However, rendering a mouse cursor at 60 FPS will feel sluggish so you likely won't want to enable that at -all times. It might be beneficial for the user experience to switch to a software rendered cursor _only_ -when an interactive drag is in progress. - -Note that some setup or GPU drivers are likely to be causing extra display lag depending on their settings. -If you feel that dragging windows feels laggy and you are not sure what the cause is: try to build a simple -drawing a flat 2D shape directly under the mouse cursor! - diff --git a/external/imgui/docs/FAQ.md b/external/imgui/docs/FAQ.md deleted file mode 100644 index 04774a78..00000000 --- a/external/imgui/docs/FAQ.md +++ /dev/null @@ -1,676 +0,0 @@ -# FAQ (Frequenty Asked Questions) - -You may link to this document using short form: - https://www.dearimgui.org/faq -or its real address: - https://github.com/ocornut/imgui/blob/master/docs/FAQ.md -or view this file with any Markdown viewer. - - -## Index - -| **Q&A: Basics** | -:---------------------------------------------------------- | -| [Where is the documentation?](#q-where-is-the-documentation) | -| [What is this library called?](#q-what-is-this-library-called) | -| [Which version should I get?](#q-which-version-should-i-get) | -| **Q&A: Integration** | -| **[How to get started?](#q-how-to-get-started)** | -| **[How can I tell whether to dispatch mouse/keyboard to Dear ImGui or my application?](#q-how-can-i-tell-whether-to-dispatch-mousekeyboard-to-dear-imgui-or-my-application)** | -| [How can I enable keyboard or gamepad controls?](#q-how-can-i-enable-keyboard-or-gamepad-controls) | -| [How can I use this on a machine without mouse, keyboard or screen? (input share, remote display)](#q-how-can-i-use-this-on-a-machine-without-mouse-keyboard-or-screen-input-share-remote-display) | -| [I integrated Dear ImGui in my engine and little squares are showing instead of text...](#q-i-integrated-dear-imgui-in-my-engine-and-little-squares-are-showing-instead-of-text) | -| [I integrated Dear ImGui in my engine and some elements are clipping or disappearing when I move windows around...](#q-i-integrated-dear-imgui-in-my-engine-and-some-elements-are-clipping-or-disappearing-when-i-move-windows-around) | -| [I integrated Dear ImGui in my engine and some elements are displaying outside their expected windows boundaries...](#q-i-integrated-dear-imgui-in-my-engine-and-some-elements-are-displaying-outside-their-expected-windows-boundaries) | -| **Q&A: Usage** | -| **[About the ID Stack system..
Why is my widget not reacting when I click on it?
How can I have widgets with an empty label?
How can I have multiple widgets with the same label?
How can I have multiple windows with the same label?](#q-about-the-id-stack-system)** | -| [How can I display an image? What is ImTextureID, how does it work?](#q-how-can-i-display-an-image-what-is-imtextureid-how-does-it-work)| -| [How can I use my own math types instead of ImVec2/ImVec4?](#q-how-can-i-use-my-own-math-types-instead-of-imvec2imvec4) | -| [How can I interact with standard C++ types (such as std::string and std::vector)?](#q-how-can-i-interact-with-standard-c-types-such-as-stdstring-and-stdvector) | -| [How can I display custom shapes? (using low-level ImDrawList API)](#q-how-can-i-display-custom-shapes-using-low-level-imdrawlist-api) | -| **Q&A: Fonts, Text** | -| [How should I handle DPI in my application?](#q-how-should-i-handle-dpi-in-my-application) | -| [How can I load a different font than the default?](#q-how-can-i-load-a-different-font-than-the-default) | -| [How can I easily use icons in my application?](#q-how-can-i-easily-use-icons-in-my-application) | -| [How can I load multiple fonts?](#q-how-can-i-load-multiple-fonts) | -| [How can I display and input non-Latin characters such as Chinese, Japanese, Korean, Cyrillic?](#q-how-can-i-display-and-input-non-latin-characters-such-as-chinese-japanese-korean-cyrillic) | -| **Q&A: Concerns** | -| [Who uses Dear ImGui?](#q-who-uses-dear-imgui) | -| [Can you create elaborate/serious tools with Dear ImGui?](#q-can-you-create-elaborateserious-tools-with-dear-imgui) | -| [Can you reskin the look of Dear ImGui?](#q-can-you-reskin-the-look-of-dear-imgui) | -| [Why using C++ (as opposed to C)?](#q-why-using-c-as-opposed-to-c) | -| **Q&A: Community** | -| [How can I help?](#q-how-can-i-help) | - - -# Q&A: Basics - -### Q: Where is the documentation? - -**This library is poorly documented at the moment and expects the user to be acquainted with C/C++.** -- The [Wiki](https://github.com/ocornut/imgui/wiki) is a hub to many resources and links. -- Dozens of standalone example applications using e.g. OpenGL/DirectX are provided in the [examples/](https://github.com/ocornut/imgui/blob/master/examples/) folder to explain how to integrate Dear ImGui with your own engine/application. You can run those applications and explore them. -- See demo code in [imgui_demo.cpp](https://github.com/ocornut/imgui/blob/master/imgui_demo.cpp) and particularly the `ImGui::ShowDemoWindow()` function. The demo covers most features of Dear ImGui, so you can read the code and see its output. -- See documentation: [Backends](https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md), [Examples](https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md), [Fonts](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md). -- See documentation and comments at the top of [imgui.cpp](https://github.com/ocornut/imgui/blob/master/imgui.cpp) + general API comments in [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h). -- The [Glossary](https://github.com/ocornut/imgui/wiki/Glossary) page may be useful. -- The [Issues](https://github.com/ocornut/imgui/issues) and [Discussions](https://github.com/ocornut/imgui/discussions) sections can be searched for past questions and issues. -- Your programming IDE is your friend, find the type or function declaration to find comments associated with it. -- The `ImGui::ShowMetricsWindow()` function exposes lots of internal information and tools. Although it is primary designed as a debugging tool, having access to that information tends to help understands concepts. - -##### [Return to Index](#index) - ---- - -### Q. What is this library called? - -**This library is called Dear ImGui**. Please refer to it as Dear ImGui (not ImGui, not IMGUI). - -(The library misleadingly started its life in 2014 as "ImGui" due to the fact that I didn't give it a proper name when I released 1.0, and had no particular expectation that it would take off. However, the term IMGUI (immediate-mode graphical user interface) was coined before and is being used in variety of other situations e.g. Unity uses it own implementation of the IMGUI paradigm. To reduce the ambiguity without affecting existing code bases, I have decided in December 2015 a fully qualified name "Dear ImGui" for this library. - -##### [Return to Index](#index) - ---- - -### Q: Which version should I get? -I occasionally tag [Releases](https://github.com/ocornut/imgui/releases) but it is generally safe and recommended to sync to master/latest. The library is fairly stable and regressions tend to be fixed fast when reported. - -You may use the [docking](https://github.com/ocornut/imgui/tree/docking) branch which includes: -- [Docking features](https://github.com/ocornut/imgui/issues/2109) -- [Multi-viewport features](https://github.com/ocornut/imgui/issues/1542) - -Many projects are using this branch and it is kept in sync with master regularly. - -##### [Return to Index](#index) - ----- - -# Q&A: Integration - -### Q: How to get started? - -Read [EXAMPLES.md](https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md).
-Read [BACKENDS.md](https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md).
-Read `PROGRAMMER GUIDE` section of [imgui.cpp](https://github.com/ocornut/imgui/blob/master/imgui.cpp).
-The [Wiki](https://github.com/ocornut/imgui/wiki) is a hub to many resources and links. - -For first-time users having issues compiling/linking/running or issues loading fonts, please use [GitHub Discussions](https://github.com/ocornut/imgui/discussions). - -##### [Return to Index](#index) - ---- - -### Q: How can I tell whether to dispatch mouse/keyboard to Dear ImGui or my application? - -You can read the `io.WantCaptureMouse`, `io.WantCaptureKeyboard` and `io.WantTextInput` flags from the ImGuiIO structure. -- When `io.WantCaptureMouse` is set, you need to discard/hide the mouse inputs from your underlying application. -- When `io.WantCaptureKeyboard` is set, you need to discard/hide the keyboard inputs from your underlying application. -- When `io.WantTextInput` is set, you can notify your OS/engine to popup an on-screen keyboard, if available (e.g. on a mobile phone, or console OS). - -Important: you should always pass your mouse/keyboard inputs to Dear ImGui, regardless of the value `io.WantCaptureMouse`/`io.WantCaptureKeyboard`. This is because e.g. we need to detect that you clicked in the void to unfocus its own windows, and other reasons. - -```cpp -void MyLowLevelMouseButtonHandler(int button, bool down) -{ - // (1) ALWAYS forward mouse data to ImGui! This is automatic with default backends. With your own backend: - ImGuiIO& io = ImGui::GetIO(); - io.AddMouseButtonEvent(button, down); - - // (2) ONLY forward mouse data to your underlying app/game. - if (!io.WantCaptureMouse) - my_game->HandleMouseData(...); -} -``` - - -**Note:** The `io.WantCaptureMouse` is more correct that any manual attempt to "check if the mouse is hovering a window" (don't do that!). It handle mouse dragging correctly (both dragging that started over your application or over a Dear ImGui window) and handle e.g. popup and modal windows blocking inputs. - -**Note:** Those flags are updated by `ImGui::NewFrame()`. However it is generally more correct and easier that you poll flags from the previous frame, then submit your inputs, then call `NewFrame()`. If you attempt to do the opposite (which is generally harder) you are likely going to submit your inputs after `NewFrame()`, and therefore too late. - -**Note:** If you are using a touch device, you may find use for an early call to `UpdateHoveredWindowAndCaptureFlags()` to correctly dispatch your initial touch. We will work on better out-of-the-box touch support in the future. - -**Note:** Text input widget releases focus on the "KeyDown" event of the Return key, so the subsequent "KeyUp" event that your application receive will typically have `io.WantCaptureKeyboard == false`. Depending on your application logic it may or not be inconvenient to receive that KeyUp event. You might want to track which key-downs were targeted for Dear ImGui, e.g. with an array of bool, and filter out the corresponding key-ups.) - -##### [Return to Index](#index) - ---- - -### Q: How can I enable keyboard or gamepad controls? -- The gamepad/keyboard navigation is fairly functional and keeps being improved. The initial focus was to support game controllers, but keyboard is becoming increasingly and decently usable. Gamepad support is particularly useful to use Dear ImGui on a game console (e.g. PS4, Switch, XB1) without a mouse connected! -- Keyboard: set `io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard` to enable. -- Gamepad: set `io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad` to enable (with a supporting backend). -- See [Control Sheets for Gamepads](http://www.dearimgui.org/controls_sheets) (reference PNG/PSD for PS4, XB1, Switch gamepads). -- See `USING GAMEPAD/KEYBOARD NAVIGATION CONTROLS` section of [imgui.cpp](https://github.com/ocornut/imgui/blob/master/imgui.cpp) for more details. - -##### [Return to Index](#index) - ---- - -### Q: How can I use this on a machine without mouse, keyboard or screen? (input share, remote display) -- You can share your computer mouse seamlessly with your console/tablet/phone using solutions such as [Synergy](https://symless.com/synergy) -This is the preferred solution for developer productivity. -In particular, the [micro-synergy-client repository](https://github.com/symless/micro-synergy-client) has simple -and portable source code (uSynergy.c/.h) for a small embeddable client that you can use on any platform to connect -to your host computer, based on the Synergy 1.x protocol. Make sure you download the Synergy 1 server on your computer. -Console SDK also sometimes provide equivalent tooling or wrapper for Synergy-like protocols. -- Game console users: consider emulating a mouse cursor with DualShock4 touch pad or a spare analog stick as a mouse-emulation fallback. -- You may also use a third party solution such as [netImgui](https://github.com/sammyfreg/netImgui), [Remote ImGui](https://github.com/JordiRos/remoteimgui) or [imgui-ws](https://github.com/ggerganov/imgui-ws) which sends the vertices to render over the local network, allowing you to use Dear ImGui even on a screen-less machine. See [Wiki](https://github.com/ocornut/imgui/wiki) index for most details. -- For touch inputs, you can increase the hit box of widgets (via the `style.TouchPadding` setting) to accommodate for the lack of precision of touch inputs, but it is recommended you use a mouse or gamepad to allow optimizing for screen real-estate and precision. - -##### [Return to Index](#index) - ---- - -### Q: I integrated Dear ImGui in my engine and little squares are showing instead of text... -Your renderer is not using the font texture correctly or it hasn't been uploaded to the GPU. -- If this happens using the standard backends: A) have you modified the font atlas after `ImGui_ImplXXX_NewFrame()`? B) maybe the texture failed to upload, which could happens if for some reason your texture is too big. Also see [docs/FONTS.md](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md). -- If this happens with a custom backend: make sure you have uploaded the font texture to the GPU, that all shaders are rendering states are setup properly (e.g. texture is bound). Compare your code to existing backends and use a graphics debugger such as [RenderDoc](https://renderdoc.org) to debug your rendering states. - -##### [Return to Index](#index) - ---- - -### Q: I integrated Dear ImGui in my engine and some elements are clipping or disappearing when I move windows around... -### Q: I integrated Dear ImGui in my engine and some elements are displaying outside their expected windows boundaries... -You are probably mishandling the clipping rectangles in your render function. -Each draw command needs the triangle rendered using the clipping rectangle provided in the ImDrawCmd structure (`ImDrawCmd->CllipRect`). -Rectangles provided by Dear ImGui are defined as -`(x1=left,y1=top,x2=right,y2=bottom)` -and **NOT** as -`(x1,y1,width,height)` -Refer to rendering backends in the [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder for references of how to handle the `ClipRect` field. - -##### [Return to Index](#index) - ---- - -# Q&A: Usage - -### Q: About the ID Stack system... -### Q: Why is my widget not reacting when I click on it? -### Q: How can I have widgets with an empty label? -### Q: How can I have multiple widgets with the same label? -### Q: How can I have multiple windows with the same label? - -A primer on labels and the ID Stack... - -Dear ImGui internally needs to uniquely identify UI elements. -Elements that are typically not clickable (such as calls to the Text functions) don't need an ID. -Interactive widgets (such as calls to Button buttons) need a unique ID. - -**Unique ID are used internally to track active widgets and occasionally associate state to widgets.
-Unique ID are implicitly built from the hash of multiple elements that identify the "path" to the UI element.** - -Since Dear ImGui 1.85 you can use `Demo>Tools>Stack Tool` or call `ImGui::ShowStackToolWindow()`. The tool display intermediate values leading to the creation of a unique ID, making things easier to debug and understand. - -![Stack tool](https://user-images.githubusercontent.com/8225057/136235657-a0ea5665-dcd1-423f-9be6-dc3f8ced8f12.png) - -- Unique ID are often derived from a string label and at minimum scoped within their host window: -```cpp -Begin("MyWindow"); -Button("OK"); // Label = "OK", ID = hash of ("MyWindow", "OK") -Button("Cancel"); // Label = "Cancel", ID = hash of ("MyWindow", "Cancel") -End(); -``` -- Other elements such as tree nodes, etc. also pushes to the ID stack: -```cpp -Begin("MyWindow"); -if (TreeNode("MyTreeNode")) -{ - Button("OK"); // Label = "OK", ID = hash of ("MyWindow", "MyTreeNode", "OK") - TreePop(); -} -End(); -``` -- Two items labeled "OK" in different windows or different tree locations won't collide: -```cpp -Begin("MyFirstWindow"); -Button("OK"); // Label = "OK", ID = hash of ("MyFirstWindow", "OK") -End(); -Begin("MyOtherWindow"); -Button("OK"); // Label = "OK", ID = hash of ("MyOtherWindow", "OK") -End(); -``` - -- If you have a same ID twice in the same location, you'll have a conflict: -```cpp -Begin("MyWindow"); -Button("OK"); -Button("OK"); // ERROR: ID collision with the first button! Interacting with either button will trigger the first one. -Button(""); // ERROR: ID collision with Begin("MyWindow")! -End(); -``` -Fear not! this is easy to solve and there are many ways to solve it! - -- Solving ID conflict in a simple/local context: -When passing a label you can optionally specify extra ID information within string itself. -Use "##" to pass a complement to the ID that won't be visible to the end-user. -This helps solving the simple collision cases when you know e.g. at compilation time which items -are going to be created: -```cpp -Begin("MyWindow"); -Button("Play"); // Label = "Play", ID = hash of ("MyWindow", "Play") -Button("Play##foo1"); // Label = "Play", ID = hash of ("MyWindow", "Play##foo1") // Different from other buttons -Button("Play##foo2"); // Label = "Play", ID = hash of ("MyWindow", "Play##foo2") // Different from other buttons -Button("##foo"); // Label = "", ID = hash of ("MyWindow", "##foo") // Different from window -End(); -``` -- If you want to completely hide the label, but still need an ID: -```cpp -Checkbox("##On", &b); // Label = "", ID = hash of (..., "##On") // No visible label, just a checkbox! -``` -- Occasionally/rarely you might want change a label while preserving a constant ID. This allows -you to animate labels. For example you may want to include varying information in a window title bar, -but windows are uniquely identified by their ID. Use "###" to pass a label that isn't part of ID: -```cpp -Button("Hello###ID"); // Label = "Hello", ID = hash of (..., "###ID") -Button("World###ID"); // Label = "World", ID = hash of (..., "###ID") // Same ID, different label - -sprintf(buf, "My game (%f FPS)###MyGame", fps); -Begin(buf); // Variable title, ID = hash of "MyGame" -``` -- Solving ID conflict in a more general manner: -Use `PushID()` / `PopID()` to create scopes and manipulate the ID stack, as to avoid ID conflicts -within the same window. This is the most convenient way of distinguishing ID when iterating and -creating many UI elements programmatically. -You can push a pointer, a string or an integer value into the ID stack. -Remember that ID are formed from the concatenation of _everything_ pushed into the ID stack. -At each level of the stack we store the seed used for items at this level of the ID stack. -```cpp -Begin("Window"); -for (int i = 0; i < 100; i++) -{ - PushID(i); // Push i to the id tack - Button("Click"); // Label = "Click", ID = hash of ("Window", i, "Click") - PopID(); -} -for (int i = 0; i < 100; i++) -{ - MyObject* obj = Objects[i]; - PushID(obj); - Button("Click"); // Label = "Click", ID = hash of ("Window", obj pointer, "Click") - PopID(); -} -for (int i = 0; i < 100; i++) -{ - MyObject* obj = Objects[i]; - PushID(obj->Name); - Button("Click"); // Label = "Click", ID = hash of ("Window", obj->Name, "Click") - PopID(); -} -End(); -``` -- You can stack multiple prefixes into the ID stack: -```cpp -Button("Click"); // Label = "Click", ID = hash of (..., "Click") -PushID("node"); - Button("Click"); // Label = "Click", ID = hash of (..., "node", "Click") - PushID(my_ptr); - Button("Click"); // Label = "Click", ID = hash of (..., "node", my_ptr, "Click") - PopID(); -PopID(); -``` -- Tree nodes implicitly creates a scope for you by calling `PushID()`: -```cpp -Button("Click"); // Label = "Click", ID = hash of (..., "Click") -if (TreeNode("node")) // <-- this function call will do a PushID() for you (unless instructed not to, with a special flag) -{ - Button("Click"); // Label = "Click", ID = hash of (..., "node", "Click") - TreePop(); -} -``` - -When working with trees, ID are used to preserve the open/close state of each tree node. -Depending on your use cases you may want to use strings, indices or pointers as ID. -- e.g. when following a single pointer that may change over time, using a static string as ID -will preserve your node open/closed state when the targeted object change. -- e.g. when displaying a list of objects, using indices or pointers as ID will preserve the -node open/closed state differently. See what makes more sense in your situation! - -##### [Return to Index](#index) - ---- - -### Q: How can I display an image? What is ImTextureID, how does it work? - -Short explanation: -- Refer to [Image Loading and Displaying Examples](https://github.com/ocornut/imgui/wiki/Image-Loading-and-Displaying-Examples) on the [Wiki](https://github.com/ocornut/imgui/wiki). -- You may use functions such as `ImGui::Image()`, `ImGui::ImageButton()` or lower-level `ImDrawList::AddImage()` to emit draw calls that will use your own textures. -- Actual textures are identified in a way that is up to the user/engine. Those identifiers are stored and passed as ImTextureID (void*) value. -- Loading image files from the disk and turning them into a texture is not within the scope of Dear ImGui (for a good reason). - -**Please read documentations or tutorials on your graphics API to understand how to display textures on the screen before moving onward.** - -Long explanation: -- Dear ImGui's job is to create "meshes", defined in a renderer-agnostic format made of draw commands and vertices. At the end of the frame those meshes (ImDrawList) will be displayed by your rendering function. They are made up of textured polygons and the code to render them is generally fairly short (a few dozen lines). In the examples/ folder we provide functions for popular graphics API (OpenGL, DirectX, etc.). -- Each rendering function decides on a data type to represent "textures". The concept of what is a "texture" is entirely tied to your underlying engine/graphics API. - We carry the information to identify a "texture" in the ImTextureID type. -ImTextureID is nothing more that a void*, aka 4/8 bytes worth of data: just enough to store 1 pointer or 1 integer of your choice. -Dear ImGui doesn't know or understand what you are storing in ImTextureID, it merely pass ImTextureID values until they reach your rendering function. -- In the [examples/](https://github.com/ocornut/imgui/tree/master/examples) backends, for each graphics API we decided on a type that is likely to be a good representation for specifying an image from the end-user perspective. This is what the _examples_ rendering functions are using: -```cpp -OpenGL: -- ImTextureID = GLuint -- See ImGui_ImplOpenGL3_RenderDrawData() function in imgui_impl_opengl3.cpp -``` -```cpp -DirectX9: -- ImTextureID = LPDIRECT3DTEXTURE9 -- See ImGui_ImplDX9_RenderDrawData() function in imgui_impl_dx9.cpp -``` -```cpp -DirectX11: -- ImTextureID = ID3D11ShaderResourceView* -- See ImGui_ImplDX11_RenderDrawData() function in imgui_impl_dx11.cpp -``` -```cpp -DirectX12: -- ImTextureID = D3D12_GPU_DESCRIPTOR_HANDLE -- See ImGui_ImplDX12_RenderDrawData() function in imgui_impl_dx12.cpp -``` -For example, in the OpenGL example backend we store raw OpenGL texture identifier (GLuint) inside ImTextureID. -Whereas in the DirectX11 example backend we store a pointer to ID3D11ShaderResourceView inside ImTextureID, which is a higher-level structure tying together both the texture and information about its format and how to read it. - -- If you have a custom engine built over e.g. OpenGL, instead of passing GLuint around you may decide to use a high-level data type to carry information about the texture as well as how to display it (shaders, etc.). The decision of what to use as ImTextureID can always be made better knowing how your codebase is designed. If your engine has high-level data types for "textures" and "material" then you may want to use them. -If you are starting with OpenGL or DirectX or Vulkan and haven't built much of a rendering engine over them, keeping the default ImTextureID representation suggested by the example backends is probably the best choice. -(Advanced users may also decide to keep a low-level type in ImTextureID, and use ImDrawList callback and pass information to their renderer) - -User code may do: -```cpp -// Cast our texture type to ImTextureID / void* -MyTexture* texture = g_CoffeeTableTexture; -ImGui::Image((void*)texture, ImVec2(texture->Width, texture->Height)); -``` -The renderer function called after ImGui::Render() will receive that same value that the user code passed: -```cpp -// Cast ImTextureID / void* stored in the draw command as our texture type -MyTexture* texture = (MyTexture*)pcmd->GetTexID(); -MyEngineBindTexture2D(texture); -``` -Once you understand this design you will understand that loading image files and turning them into displayable textures is not within the scope of Dear ImGui. -This is by design and is actually a good thing, because it means your code has full control over your data types and how you display them. -If you want to display an image file (e.g. PNG file) into the screen, please refer to documentation and tutorials for the graphics API you are using. - -Refer to [Image Loading and Displaying Examples](https://github.com/ocornut/imgui/wiki/Image-Loading-and-Displaying-Examples) on the [Wiki](https://github.com/ocornut/imgui/wiki) to find simplified examples for loading textures with OpenGL, DirectX9 and DirectX11. - -C/C++ tip: a void* is pointer-sized storage. You may safely store any pointer or integer into it by casting your value to ImTextureID / void*, and vice-versa. -Because both end-points (user code and rendering function) are under your control, you know exactly what is stored inside the ImTextureID / void*. -Examples: -```cpp -GLuint my_tex = XXX; -void* my_void_ptr; -my_void_ptr = (void*)(intptr_t)my_tex; // cast a GLuint into a void* (we don't take its address! we literally store the value inside the pointer) -my_tex = (GLuint)(intptr_t)my_void_ptr; // cast a void* into a GLuint - -ID3D11ShaderResourceView* my_dx11_srv = XXX; -void* my_void_ptr; -my_void_ptr = (void*)my_dx11_srv; // cast a ID3D11ShaderResourceView* into an opaque void* -my_dx11_srv = (ID3D11ShaderResourceView*)my_void_ptr; // cast a void* into a ID3D11ShaderResourceView* -``` -Finally, you may call `ImGui::ShowMetricsWindow()` to explore/visualize/understand how the ImDrawList are generated. - -##### [Return to Index](#index) - ---- - -### Q: How can I use my own math types instead of ImVec2/ImVec4? - -You can edit [imconfig.h](https://github.com/ocornut/imgui/blob/master/imconfig.h) and setup the `IM_VEC2_CLASS_EXTRA`/`IM_VEC4_CLASS_EXTRA` macros to add implicit type conversions. -This way you'll be able to use your own types everywhere, e.g. passing `MyVector2` or `glm::vec2` to ImGui functions instead of `ImVec2`. - -##### [Return to Index](#index) - ---- - -### Q: How can I interact with standard C++ types (such as std::string and std::vector)? -- Being highly portable (backends/bindings for several languages, frameworks, programming style, obscure or older platforms/compilers), and aiming for compatibility & performance suitable for every modern real-time game engines, dear imgui does not use any of std C++ types. We use raw types (e.g. char* instead of std::string) because they adapt to more use cases. -- To use ImGui::InputText() with a std::string or any resizable string class, see [misc/cpp/imgui_stdlib.h](https://github.com/ocornut/imgui/blob/master/misc/cpp/imgui_stdlib.h). -- To use combo boxes and list boxes with `std::vector` or any other data structure: the `BeginCombo()/EndCombo()` API -lets you iterate and submit items yourself, so does the `ListBoxHeader()/ListBoxFooter()` API. -Prefer using them over the old and awkward `Combo()/ListBox()` api. -- Generally for most high-level types you should be able to access the underlying data type. -You may write your own one-liner wrappers to facilitate user code (tip: add new functions in ImGui:: namespace from your code). -- Dear ImGui applications often need to make intensive use of strings. It is expected that many of the strings you will pass -to the API are raw literals (free in C/C++) or allocated in a manner that won't incur a large cost on your application. -Please bear in mind that using `std::string` on applications with large amount of UI may incur unsatisfactory performances. -Modern implementations of `std::string` often include small-string optimization (which is often a local buffer) but those -are not configurable and not the same across implementations. -- If you are finding your UI traversal cost to be too large, make sure your string usage is not leading to excessive amount -of heap allocations. Consider using literals, statically sized buffers and your own helper functions. A common pattern -is that you will need to build lots of strings on the fly, and their maximum length can be easily be scoped ahead. -One possible implementation of a helper to facilitate printf-style building of strings: https://github.com/ocornut/Str -This is a small helper where you can instance strings with configurable local buffers length. Many game engines will -provide similar or better string helpers. - -##### [Return to Index](#index) - ---- - -### Q: How can I display custom shapes? (using low-level ImDrawList API) - -- You can use the low-level `ImDrawList` api to render shapes within a window. -```cpp -ImGui::Begin("My shapes"); - -ImDrawList* draw_list = ImGui::GetWindowDrawList(); - -// Get the current ImGui cursor position -ImVec2 p = ImGui::GetCursorScreenPos(); - -// Draw a red circle -draw_list->AddCircleFilled(ImVec2(p.x + 50, p.y + 50), 30.0f, IM_COL32(255, 0, 0, 255), 16); - -// Draw a 3 pixel thick yellow line -draw_list->AddLine(ImVec2(p.x, p.y), ImVec2(p.x + 100.0f, p.y + 100.0f), IM_COL32(255, 255, 0, 255), 3.0f); - -// Advance the ImGui cursor to claim space in the window (otherwise the window will appear small and needs to be resized) -ImGui::Dummy(ImVec2(200, 200)); - -ImGui::End(); -``` -![ImDrawList usage](https://raw.githubusercontent.com/wiki/ocornut/imgui/tutorials/CustomRendering01.png) - -- Refer to "Demo > Examples > Custom Rendering" in the demo window and read the code of `ShowExampleAppCustomRendering()` in `imgui_demo.cpp` from more examples. -- To generate colors: you can use the macro `IM_COL32(255,255,255,255)` to generate them at compile time, or use `ImGui::GetColorU32(IM_COL32(255,255,255,255))` or `ImGui::GetColorU32(ImVec4(1.0f,1.0f,1.0f,1.0f))` to generate a color that is multiplied by the current value of `style.Alpha`. -- Math operators: if you have setup `IM_VEC2_CLASS_EXTRA` in `imconfig.h` to bind your own math types, you can use your own math types and their natural operators instead of ImVec2. ImVec2 by default doesn't export any math operators in the public API. You may use `#define IMGUI_DEFINE_MATH_OPERATORS` `#include "imgui_internal.h"` to use the internally defined math operators, but instead prefer using your own math library and set it up in `imconfig.h`. -- You can use `ImGui::GetBackgroundDrawList()` or `ImGui::GetForegroundDrawList()` to access draw lists which will be displayed behind and over every other dear imgui windows (one bg/fg drawlist per viewport). This is very convenient if you need to quickly display something on the screen that is not associated to a dear imgui window. -- You can also create your own empty window and draw inside it. Call Begin() with the NoBackground | NoDecoration | NoSavedSettings | NoInputs flags (The `ImGuiWindowFlags_NoDecoration` flag itself is a shortcut for NoTitleBar | NoResize | NoScrollbar | NoCollapse). Then you can retrieve the ImDrawList* via `GetWindowDrawList()` and draw to it in any way you like. -- You can create your own ImDrawList instance. You'll need to initialize them with `ImGui::GetDrawListSharedData()`, or create your own instancing `ImDrawListSharedData`, and then call your renderer function with your own ImDrawList or ImDrawData data. -- Looking for fun? The [ImDrawList coding party 2020](https://github.com/ocornut/imgui/issues/3606) thread is full of "don't do this at home" extreme uses of the ImDrawList API. - -##### [Return to Index](#index) - ---- - -# Q&A: Fonts, Text - -### Q: How should I handle DPI in my application? - -The short answer is: obtain the desired DPI scale, load your fonts resized with that scale (always round down fonts size to nearest integer), and scale your Style structure accordingly using `style.ScaleAllSizes()`. - -Your application may want to detect DPI change and reload the fonts and reset style between frames. - -Your ui code should avoid using hardcoded constants for size and positioning. Prefer to express values as multiple of reference values such as `ImGui::GetFontSize()` or `ImGui::GetFrameHeight()`. So e.g. instead of seeing a hardcoded height of 500 for a given item/window, you may want to use `30*ImGui::GetFontSize()` instead. - -Down the line Dear ImGui will provide a variety of standardized reference values to facilitate using this. - -Applications in the `examples/` folder are not DPI aware partly because they are unable to load a custom font from the file-system (may change that in the future). - -The reason DPI is not auto-magically solved in stock examples is that we don't yet have a satisfying solution for the "multi-dpi" problem (using the `docking` branch: when multiple viewport windows are over multiple monitors using different DPI scale). The current way to handle this on the application side is: -- Create and maintain one font atlas per active DPI scale (e.g. by iterating `platform_io.Monitors[]` before `NewFrame()`). -- Hook `platform_io.OnChangedViewport()` to detect when a `Begin()` call makes a Dear ImGui window change monitor (and therefore DPI). -- In the hook: swap atlas, swap style with correctly sized one, remap the current font from one atlas to the other (may need to maintain a remapping table of your fonts at variying DPI scale). - -This approach is relatively easy and functional but come with two issues: -- It's not possibly to reliably size or position a window ahead of `Begin()` without knowing on which monitor it'll land. -- Style override may be lost during the `Begin()` call crossing monitor boundaries. You may need to do some custom scaling mumbo-jumbo if you want your `OnChangedViewport()` handler to preserve style overrides. - -Please note that if you are not using multi-viewports with multi-monitors using different DPI scale, you can ignore all of this and use the simpler technique recommended at the top. - -### Q: How can I load a different font than the default? -Use the font atlas to load the TTF/OTF file you want: - -```cpp -ImGuiIO& io = ImGui::GetIO(); -io.Fonts->AddFontFromFileTTF("myfontfile.ttf", size_in_pixels); -io.Fonts->GetTexDataAsRGBA32() or GetTexDataAsAlpha8() -``` - -Default is ProggyClean.ttf, monospace, rendered at size 13, embedded in dear imgui's source code. - -(Tip: monospace fonts are convenient because they allow to facilitate horizontal alignment directly at the string level.) - -(Read the [docs/FONTS.md](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md) file for more details about font loading.) - -New programmers: remember that in C/C++ and most programming languages if you want to use a -backslash \ within a string literal, you need to write it double backslash "\\": - -```cpp -io.Fonts->AddFontFromFileTTF("MyFolder\MyFont.ttf", size); // WRONG (you are escaping the M here!) -io.Fonts->AddFontFromFileTTF("MyFolder\\MyFont.ttf", size; // CORRECT (Windows only) -io.Fonts->AddFontFromFileTTF("MyFolder/MyFont.ttf", size); // ALSO CORRECT -``` - -##### [Return to Index](#index) - ---- - -### Q: How can I easily use icons in my application? -The most convenient and practical way is to merge an icon font such as FontAwesome inside you -main font. Then you can refer to icons within your strings. -You may want to see `ImFontConfig::GlyphMinAdvanceX` to make your icon look monospace to facilitate alignment. -(Read the [docs/FONTS.md](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md) file for more details about icons font loading.) -With some extra effort, you may use colorful icon by registering custom rectangle space inside the font atlas, -and copying your own graphics data into it. See docs/FONTS.md about using the AddCustomRectFontGlyph API. - -##### [Return to Index](#index) - ---- - -### Q: How can I load multiple fonts? -Use the font atlas to pack them into a single texture: -(Read the [docs/FONTS.md](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md) file and the code in ImFontAtlas for more details.) - -```cpp -ImGuiIO& io = ImGui::GetIO(); -ImFont* font0 = io.Fonts->AddFontDefault(); -ImFont* font1 = io.Fonts->AddFontFromFileTTF("myfontfile.ttf", size_in_pixels); -ImFont* font2 = io.Fonts->AddFontFromFileTTF("myfontfile2.ttf", size_in_pixels); -io.Fonts->GetTexDataAsRGBA32() or GetTexDataAsAlpha8() -// the first loaded font gets used by default -// use ImGui::PushFont()/ImGui::PopFont() to change the font at runtime - -// Options -ImFontConfig config; -config.OversampleH = 2; -config.OversampleV = 1; -config.GlyphOffset.y -= 1.0f; // Move everything by 1 pixels up -config.GlyphExtraSpacing.x = 1.0f; // Increase spacing between characters -io.Fonts->AddFontFromFileTTF("myfontfile.ttf", size_pixels, &config); - -// Combine multiple fonts into one (e.g. for icon fonts) -static ImWchar ranges[] = { 0xf000, 0xf3ff, 0 }; -ImFontConfig config; -config.MergeMode = true; -io.Fonts->AddFontDefault(); -io.Fonts->AddFontFromFileTTF("fontawesome-webfont.ttf", 16.0f, &config, ranges); // Merge icon font -io.Fonts->AddFontFromFileTTF("myfontfile.ttf", size_pixels, NULL, &config, io.Fonts->GetGlyphRangesJapanese()); // Merge japanese glyphs -``` - -##### [Return to Index](#index) - ---- - -### Q: How can I display and input non-Latin characters such as Chinese, Japanese, Korean, Cyrillic? -When loading a font, pass custom Unicode ranges to specify the glyphs to load. - -```cpp -// Add default Japanese ranges -io.Fonts->AddFontFromFileTTF("myfontfile.ttf", size_in_pixels, NULL, io.Fonts->GetGlyphRangesJapanese()); - -// Or create your own custom ranges (e.g. for a game you can feed your entire game script and only build the characters the game need) -ImVector ranges; -ImFontGlyphRangesBuilder builder; -builder.AddText("Hello world"); // Add a string (here "Hello world" contains 7 unique characters) -builder.AddChar(0x7262); // Add a specific character -builder.AddRanges(io.Fonts->GetGlyphRangesJapanese()); // Add one of the default ranges -builder.BuildRanges(&ranges); // Build the final result (ordered ranges with all the unique characters submitted) -io.Fonts->AddFontFromFileTTF("myfontfile.ttf", 16.0f, NULL, ranges.Data); -``` - -All your strings needs to use UTF-8 encoding. In C++11 you can encode a string literal in UTF-8 -by using the u8"hello" syntax. Specifying literal in your source code using a local code page -(such as CP-923 for Japanese or CP-1251 for Cyrillic) will NOT work! -Otherwise you can convert yourself to UTF-8 or load text data from file already saved as UTF-8. - -Text input: it is up to your application to pass the right character code by calling `io.AddInputCharacter()`. -The applications in examples/ are doing that. -Windows: you can use the WM_CHAR or WM_UNICHAR or WM_IME_CHAR message (depending if your app is built using Unicode or MultiByte mode). -You may also use MultiByteToWideChar() or ToUnicode() to retrieve Unicode codepoints from MultiByte characters or keyboard state. -Windows: if your language is relying on an Input Method Editor (IME), you can write your HWND to ImGui::GetMainViewport()->PlatformHandleRaw -in order for the default the default implementation of io.SetPlatformImeDataFn() to set your Microsoft IME position correctly. - -##### [Return to Index](#index) - ---- - -# Q&A: Concerns - -### Q: Who uses Dear ImGui? - -You may take a look at: - -- [Quotes](https://github.com/ocornut/imgui/wiki/Quotes) -- [Software using Dear ImGui](https://github.com/ocornut/imgui/wiki/Software-using-dear-imgui) -- [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors) -- [Gallery](https://github.com/ocornut/imgui/issues/5243) - -##### [Return to Index](#index) - ---- - -### Q: Can you create elaborate/serious tools with Dear ImGui? - -Yes. People have written game editors, data browsers, debuggers, profilers and all sort of non-trivial tools with the library. In my experience the simplicity of the API is very empowering. Your UI runs close to your live data. Make the tools always-on and everybody in the team will be inclined to create new tools (as opposed to more "offline" UI toolkits where only a fraction of your team effectively creates tools). The list of sponsors below is also an indicator that serious game teams have been using the library. - -Dear ImGui is very programmer centric and the immediate-mode GUI paradigm might require you to readjust some habits before you can realize its full potential. Dear ImGui is about making things that are simple, efficient and powerful. - -Dear ImGui is built to be efficient and scalable toward the needs for AAA-quality applications running all day. The IMGUI paradigm offers different opportunities for optimization that the more typical RMGUI paradigm. - -##### [Return to Index](#index) - ---- - -### Q: Can you reskin the look of Dear ImGui? - -Somehow. You can alter the look of the interface to some degree: changing colors, sizes, padding, rounding, fonts. However, as Dear ImGui is designed and optimized to create debug tools, the amount of skinning you can apply is limited. There is only so much you can stray away from the default look and feel of the interface. Dear ImGui is NOT designed to create user interface for games, although with ingenious use of the low-level API you can do it. - -A reasonably skinned application may look like (screenshot from [#2529](https://github.com/ocornut/imgui/issues/2529#issuecomment-524281119)) -![minipars](https://user-images.githubusercontent.com/314805/63589441-d9794f00-c5b1-11e9-8d96-cfc1b93702f7.png) - -##### [Return to Index](#index) - ---- - -### Q: Why using C++ (as opposed to C)? - -Dear ImGui takes advantage of a few C++ languages features for convenience but nothing anywhere Boost insanity/quagmire. Dear ImGui doesn't use any C++ header file. Dear ImGui uses a very small subset of C++11 features. In particular, function overloading and default parameters are used to make the API easier to use and code more terse. Doing so I believe the API is sitting on a sweet spot and giving up on those features would make the API more cumbersome. Other features such as namespace, constructors and templates (in the case of the ImVector<> class) are also relied on as a convenience. - -There is an auto-generated [c-api for Dear ImGui (cimgui)](https://github.com/cimgui/cimgui) by Sonoro1234 and Stephan Dilly. It is designed for creating bindings to other languages. If possible, I would suggest using your target language functionalities to try replicating the function overloading and default parameters used in C++ else the API may be harder to use. Also see [Bindings](https://github.com/ocornut/imgui/wiki/Bindings) for various third-party bindings. - -##### [Return to Index](#index) - ---- - -# Q&A: Community - -### Q: How can I help? -- Businesses: please reach out to `contact AT dearimgui.com` if you work in a place using Dear ImGui! We can discuss ways for your company to fund development via invoiced technical support, maintenance or sponsoring contacts. This is among the most useful thing you can do for Dear ImGui. With increased funding, we can hire more people working on this project. -- Individuals: you can support continued maintenance and development via PayPal donations. See [README](https://github.com/ocornut/imgui/blob/master/docs/README.md). -- If you are experienced with Dear ImGui and C++, look at [GitHub Issues](https://github.com/ocornut/imgui/issues), [GitHub Discussions](https://github.com/ocornut/imgui/discussions), the [Wiki](https://github.com/ocornut/imgui/wiki), read [docs/TODO.txt](https://github.com/ocornut/imgui/blob/master/docs/TODO.txt) and see how you want to help and can help! -- Disclose your usage of Dear ImGui via a dev blog post, a tweet, a screenshot, a mention somewhere etc. -You may post screenshot or links in the [gallery threads](https://github.com/ocornut/imgui/issues/5243). Visuals are ideal as they inspire other programmers. Disclosing your use of Dear ImGui helps the library grow credibility, and help other teams and programmers with taking decisions. -- If you have issues or if you need to hack into the library, even if you don't expect any support it is useful that you share your issues or sometimes incomplete PR. - -##### [Return to Index](#index) - diff --git a/external/imgui/docs/FONTS.md b/external/imgui/docs/FONTS.md deleted file mode 100644 index a0354674..00000000 --- a/external/imgui/docs/FONTS.md +++ /dev/null @@ -1,401 +0,0 @@ -_(You may browse this at https://github.com/ocornut/imgui/blob/master/docs/FONTS.md or view this file with any Markdown viewer)_ - -## Dear ImGui: Using Fonts - -The code in imgui.cpp embeds a copy of 'ProggyClean.ttf' (by Tristan Grimmer), -a 13 pixels high, pixel-perfect font used by default. We embed it in the source code so you can use Dear ImGui without any file system access. ProggyClean does not scale smoothly, therefore it is recommended that you load your own file when using Dear ImGui in an application aiming to look nice and wanting to support multiple resolutions. - -You may also load external .TTF/.OTF files. -In the [misc/fonts/](https://github.com/ocornut/imgui/tree/master/misc/fonts) folder you can find a few suggested fonts, provided as a convenience. - -**Also read the FAQ:** https://www.dearimgui.org/faq (there is a Fonts section!) - -## Index -- [Readme First](#readme-first) -- [How should I handle DPI in my application?](#how-should-i-handle-dpi-in-my-application) -- [Fonts Loading Instructions](#font-loading-instructions) -- [Using Icon Fonts](#using-icon-fonts) -- [Using FreeType Rasterizer (imgui_freetype)](#using-freetype-rasterizer-imgui_freetype) -- [Using Colorful Glyphs/Emojis](#using-colorful-glyphsemojis) -- [Using Custom Glyph Ranges](#using-custom-glyph-ranges) -- [Using Custom Colorful Icons](#using-custom-colorful-icons) -- [Using Font Data Embedded In Source Code](#using-font-data-embedded-in-source-code) -- [About filenames](#about-filenames) -- [Credits/Licenses For Fonts Included In Repository](#creditslicenses-for-fonts-included-in-repository) -- [Font Links](#font-links) - ---------------------------------------- - ## Readme First - -- You can use the `Metrics/Debugger` window (available in `Demo>Tools`) to browse your fonts and understand what's going on if you have an issue. You can also reach it in `Demo->Tools->Style Editor->Fonts`. The same information are also available in the Style Editor under Fonts. - -![Fonts debugging](https://user-images.githubusercontent.com/8225057/135429892-0e41ef8d-33c5-4991-bcf6-f997a0bcfd6b.png) - -- You can use the `UTF-8 Encoding viewer` in `Metrics/Debugger` to verify the content of your UTF-8 strings. From C/C++ code, you can call `ImGui::DebugTextEncoding("my string");` function to verify that your UTF-8 encoding is correct. - -![UTF-8 Encoding viewer](https://user-images.githubusercontent.com/8225057/166505963-8a0d7899-8ee8-4558-abb2-1ae523dc02f9.png) - -- All loaded fonts glyphs are rendered into a single texture atlas ahead of time. Calling either of `io.Fonts->GetTexDataAsAlpha8()`, `io.Fonts->GetTexDataAsRGBA32()` or `io.Fonts->Build()` will build the atlas. - -- Make sure your font ranges data are persistent (available during the calls to `GetTexDataAsAlpha8()`/`GetTexDataAsRGBA32()/`Build()`. - -- Use C++11 u8"my text" syntax to encode literal strings as UTF-8. e.g.: -```cpp -u8"hello" -u8"こんにちは" // this will be encoded as UTF-8 -``` - -##### [Return to Index](#index) - -## How should I handle DPI in my application? - -See [FAQ entry](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md#q-how-should-i-handle-dpi-in-my-application). - -##### [Return to Index](#index) - - -## Font Loading Instructions - -**Load default font:** -```cpp -ImGuiIO& io = ImGui::GetIO(); -io.Fonts->AddFontDefault(); -``` - - -**Load .TTF/.OTF file with:** -```cpp -ImGuiIO& io = ImGui::GetIO(); -io.Fonts->AddFontFromFileTTF("font.ttf", size_pixels); -``` -If you get an assert stating "Could not load font file!", your font filename is likely incorrect. Read "[About filenames](#about-filenames)" carefully. - - -**Load multiple fonts:** -```cpp -// Init -ImGuiIO& io = ImGui::GetIO(); -ImFont* font1 = io.Fonts->AddFontFromFileTTF("font.ttf", size_pixels); -ImFont* font2 = io.Fonts->AddFontFromFileTTF("anotherfont.otf", size_pixels); -``` -```cpp -// In application loop: select font at runtime -ImGui::Text("Hello"); // use the default font (which is the first loaded font) -ImGui::PushFont(font2); -ImGui::Text("Hello with another font"); -ImGui::PopFont(); -``` - - -**For advanced options create a ImFontConfig structure and pass it to the AddFont() function (it will be copied internally):** -```cpp -ImFontConfig config; -config.OversampleH = 2; -config.OversampleV = 1; -config.GlyphExtraSpacing.x = 1.0f; -ImFont* font = io.Fonts->AddFontFromFileTTF("font.ttf", size_pixels, &config); -``` - - -**Combine multiple fonts into one:** -```cpp -// Load a first font -ImFont* font = io.Fonts->AddFontDefault(); - -// Add character ranges and merge into the previous font -// The ranges array is not copied by the AddFont* functions and is used lazily -// so ensure it is available at the time of building or calling GetTexDataAsRGBA32(). -static const ImWchar icons_ranges[] = { 0xf000, 0xf3ff, 0 }; // Will not be copied by AddFont* so keep in scope. -ImFontConfig config; -config.MergeMode = true; -io.Fonts->AddFontFromFileTTF("DroidSans.ttf", 18.0f, &config, io.Fonts->GetGlyphRangesJapanese()); // Merge into first font -io.Fonts->AddFontFromFileTTF("fontawesome-webfont.ttf", 18.0f, &config, icons_ranges); // Merge into first font -io.Fonts->Build(); -``` - -**Add a fourth parameter to bake specific font ranges only:** - -```cpp -// Basic Latin, Extended Latin -io.Fonts->AddFontFromFileTTF("font.ttf", size_pixels, NULL, io.Fonts->GetGlyphRangesDefault()); - -// Default + Selection of 2500 Ideographs used by Simplified Chinese -io.Fonts->AddFontFromFileTTF("font.ttf", size_pixels, NULL, io.Fonts->GetGlyphRangesChineseSimplifiedCommon()); - -// Default + Hiragana, Katakana, Half-Width, Selection of 1946 Ideographs -io.Fonts->AddFontFromFileTTF("font.ttf", size_pixels, NULL, io.Fonts->GetGlyphRangesJapanese()); -``` -See [Using Custom Glyph Ranges](#using-custom-glyph-ranges) section to create your own ranges. - - -**Example loading and using a Japanese font:** - -```cpp -ImGuiIO& io = ImGui::GetIO(); -io.Fonts->AddFontFromFileTTF("NotoSansCJKjp-Medium.otf", 20.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); -``` -```cpp -ImGui::Text(u8"こんにちは!テスト %d", 123); -if (ImGui::Button(u8"ロード")) -{ - // do stuff -} -ImGui::InputText("string", buf, IM_ARRAYSIZE(buf)); -ImGui::SliderFloat("float", &f, 0.0f, 1.0f); -``` - -![sample code output](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v160/code_sample_02_jp.png) -
_(settings: Dark style (left), Light style (right) / Font: NotoSansCJKjp-Medium, 20px / Rounding: 5)_ - -**Font Atlas too large?** - -- If you have very large number of glyphs or multiple fonts, the texture may become too big for your graphics API. The typical result of failing to upload a texture is if every glyphs appears as white rectangles. -- Mind the fact that some graphics drivers have texture size limitation. If you are building a PC application, mind the fact that your users may use hardware with lower limitations than yours. - -Some solutions: - -1. Reduce glyphs ranges by calculating them from source localization data. - You can use the `ImFontGlyphRangesBuilder` for this purpose and rebuilding your atlas between frames when new characters are needed. This will be the biggest win! -2. You may reduce oversampling, e.g. `font_config.OversampleH = 2`, this will largely reduce your texture size. - Note that while OversampleH = 2 looks visibly very close to 3 in most situations, with OversampleH = 1 the quality drop will be noticeable. -3. Set `io.Fonts.TexDesiredWidth` to specify a texture width to minimize texture height (see comment in `ImFontAtlas::Build()` function). -4. Set `io.Fonts.Flags |= ImFontAtlasFlags_NoPowerOfTwoHeight;` to disable rounding the texture height to the next power of two. -5. Read about oversampling [here](https://github.com/nothings/stb/blob/master/tests/oversample). -6. To support the extended range of unicode beyond 0xFFFF (e.g. emoticons, dingbats, symbols, shapes, ancient languages, etc...) add `#define IMGUI_USE_WCHAR32`in your `imconfig.h`. - -##### [Return to Index](#index) - -## Using Icon Fonts - -Using an icon font (such as [FontAwesome](http://fontawesome.io) or [OpenFontIcons](https://github.com/traverseda/OpenFontIcons)) is an easy and practical way to use icons in your Dear ImGui application. -A common pattern is to merge the icon font within your main font, so you can embed icons directly from your strings without having to change fonts back and forth. - -To refer to the icon UTF-8 codepoints from your C++ code, you may use those headers files created by Juliette Foucaut: https://github.com/juliettef/IconFontCppHeaders. - -So you can use `ICON_FA_SEARCH` as a string that will render as a "Search" icon. - -Example Setup: -```cpp -// Merge icons into default tool font -#include "IconsFontAwesome.h" -ImGuiIO& io = ImGui::GetIO(); -io.Fonts->AddFontDefault(); - -ImFontConfig config; -config.MergeMode = true; -config.GlyphMinAdvanceX = 13.0f; // Use if you want to make the icon monospaced -static const ImWchar icon_ranges[] = { ICON_MIN_FA, ICON_MAX_FA, 0 }; -io.Fonts->AddFontFromFileTTF("fonts/fontawesome-webfont.ttf", 13.0f, &config, icon_ranges); -``` -Example Usage: -```cpp -// Usage, e.g. -ImGui::Text("%s among %d items", ICON_FA_SEARCH, count); -ImGui::Button(ICON_FA_SEARCH " Search"); -// C string _literals_ can be concatenated at compilation time, e.g. "hello" " world" -// ICON_FA_SEARCH is defined as a string literal so this is the same as "A" "B" becoming "AB" -``` -See Links below for other icons fonts and related tools. - -Here's an application using icons ("Avoyd", https://www.avoyd.com): -![avoyd](https://user-images.githubusercontent.com/8225057/81696852-c15d9e80-9464-11ea-9cab-2a4d4fc84396.jpg) - -##### [Return to Index](#index) - -## Using FreeType Rasterizer (imgui_freetype) - -- Dear ImGui uses imstb\_truetype.h to rasterize fonts (with optional oversampling). This technique and its implementation are not ideal for fonts rendered at small sizes, which may appear a little blurry or hard to read. -- There is an implementation of the ImFontAtlas builder using FreeType that you can use in the [misc/freetype/](https://github.com/ocornut/imgui/tree/master/misc/freetype) folder. -- FreeType supports auto-hinting which tends to improve the readability of small fonts. -- Read documentation in the [misc/freetype/](https://github.com/ocornut/imgui/tree/master/misc/freetype) folder. -- Correct sRGB space blending will have an important effect on your font rendering quality. - -##### [Return to Index](#index) - -## Using Colorful Glyphs/Emojis - -- Rendering of colored emojis is only supported by imgui_freetype with FreeType 2.10+. -- You will need to load fonts with the `ImGuiFreeTypeBuilderFlags_LoadColor` flag. -- Emojis are frequently encoded in upper Unicode layers (character codes >0x10000) and will need dear imgui compiled with `IMGUI_USE_WCHAR32`. -- Not all types of color fonts are supported by FreeType at the moment. -- Stateful Unicode features such as skin tone modifiers are not supported by the text renderer. - -![colored glyphs](https://user-images.githubusercontent.com/8225057/106171241-9dc4ba80-6191-11eb-8a69-ca1467b206d1.png) - -```cpp -io.Fonts->AddFontFromFileTTF("../../../imgui_dev/data/fonts/NotoSans-Regular.ttf", 16.0f); -static ImWchar ranges[] = { 0x1, 0x1FFFF, 0 }; -static ImFontConfig cfg; -cfg.OversampleH = cfg.OversampleV = 1; -cfg.MergeMode = true; -cfg.FontBuilderFlags |= ImGuiFreeTypeBuilderFlags_LoadColor; -io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\seguiemj.ttf", 16.0f, &cfg, ranges); -``` - -##### [Return to Index](#index) - -## Using Custom Glyph Ranges - -You can use the `ImFontGlyphRangesBuilder` helper to create glyph ranges based on text input. For example: for a game where your script is known, if you can feed your entire script to it and only build the characters the game needs. -```cpp -ImVector ranges; -ImFontGlyphRangesBuilder builder; -builder.AddText("Hello world"); // Add a string (here "Hello world" contains 7 unique characters) -builder.AddChar(0x7262); // Add a specific character -builder.AddRanges(io.Fonts->GetGlyphRangesJapanese()); // Add one of the default ranges -builder.BuildRanges(&ranges); // Build the final result (ordered ranges with all the unique characters submitted) - -io.Fonts->AddFontFromFileTTF("myfontfile.ttf", size_in_pixels, NULL, ranges.Data); -io.Fonts->Build(); // Build the atlas while 'ranges' is still in scope and not deleted. -``` - -##### [Return to Index](#index) - -## Using Custom Colorful Icons - -As an alternative to rendering colorful glyphs using imgui_freetype with `ImGuiFreeTypeBuilderFlags_LoadColor`, you may allocate your own space in the texture atlas and write yourself into it. **(This is a BETA api, use if you are familiar with dear imgui and with your rendering backend)** - -- You can use the `ImFontAtlas::AddCustomRect()` and `ImFontAtlas::AddCustomRectFontGlyph()` api to register rectangles that will be packed into the font atlas texture. Register them before building the atlas, then call Build()`. -- You can then use `ImFontAtlas::GetCustomRectByIndex(int)` to query the position/size of your rectangle within the texture, and blit/copy any graphics data of your choice into those rectangles. -- This API is beta because it is likely to change in order to support multi-dpi (multiple viewports on multiple monitors with varying DPI scale). - -#### Pseudo-code: -```cpp -// Add font, then register two custom 13x13 rectangles mapped to glyph 'a' and 'b' of this font -ImFont* font = io.Fonts->AddFontDefault(); -int rect_ids[2]; -rect_ids[0] = io.Fonts->AddCustomRectFontGlyph(font, 'a', 13, 13, 13+1); -rect_ids[1] = io.Fonts->AddCustomRectFontGlyph(font, 'b', 13, 13, 13+1); - -// Build atlas -io.Fonts->Build(); - -// Retrieve texture in RGBA format -unsigned char* tex_pixels = NULL; -int tex_width, tex_height; -io.Fonts->GetTexDataAsRGBA32(&tex_pixels, &tex_width, &tex_height); - -for (int rect_n = 0; rect_n < IM_ARRAYSIZE(rect_ids); rect_n++) -{ - int rect_id = rects_ids[rect_n]; - if (const ImFontAtlas::CustomRect* rect = io.Fonts->GetCustomRectByIndex(rect_id)) - { - // Fill the custom rectangle with red pixels (in reality you would draw/copy your bitmap data here!) - for (int y = 0; y < rect->Height; y++) - { - ImU32* p = (ImU32*)tex_pixels + (rect->Y + y) * tex_width + (rect->X); - for (int x = rect->Width; x > 0; x--) - *p++ = IM_COL32(255, 0, 0, 255); - } - } -} -``` - -##### [Return to Index](#index) - -## Using Font Data Embedded In Source Code - -- Compile and use [binary_to_compressed_c.cpp](https://github.com/ocornut/imgui/blob/master/misc/fonts/binary_to_compressed_c.cpp) to create a compressed C style array that you can embed in source code. -- See the documentation in [binary_to_compressed_c.cpp](https://github.com/ocornut/imgui/blob/master/misc/fonts/binary_to_compressed_c.cpp) for instructions on how to use the tool. -- You may find a precompiled version binary_to_compressed_c.exe for Windows inside the demo binaries package (see [README](https://github.com/ocornut/imgui/blob/master/docs/README.md)). -- The tool can optionally output Base85 encoding to reduce the size of _source code_ but the read-only arrays in the actual binary will be about 20% bigger. - -Then load the font with: -```cpp -ImFont* font = io.Fonts->AddFontFromMemoryCompressedTTF(compressed_data, compressed_data_size, size_pixels, ...); -``` -or -```cpp -ImFont* font = io.Fonts->AddFontFromMemoryCompressedBase85TTF(compressed_data_base85, size_pixels, ...); -``` - -##### [Return to Index](#index) - -## About filenames - -**Please note that many new C/C++ users have issues loading their files _because the filename they provide is wrong_.** - -Two things to watch for: -- Make sure your IDE/debugger settings starts your executable from the right working directory. In Visual Studio you can change your working directory in project `Properties > General > Debugging > Working Directory`. People assume that their execution will start from the root folder of the project, where by default it oftens start from the folder where object or executable files are stored. -```cpp -// Relative filename depends on your Working Directory when running your program! -io.Fonts->AddFontFromFileTTF("MyImage01.jpg", ...); - -// Load from the parent folder of your Working Directory -io.Fonts->AddFontFromFileTTF("../MyImage01.jpg", ...); -``` -- In C/C++ and most programming languages if you want to use a backslash `\` within a string literal, you need to write it double backslash `\\`. At it happens, Windows uses backslashes as a path separator, so be mindful. -```cpp -io.Fonts->AddFontFromFileTTF("MyFiles\MyImage01.jpg", ...); // This is INCORRECT!! -io.Fonts->AddFontFromFileTTF("MyFiles\\MyImage01.jpg", ...); // This is CORRECT -``` -In some situations, you may also use `/` path separator under Windows. - -##### [Return to Index](#index) - -## Credits/Licenses For Fonts Included In Repository - -Some fonts files are available in the `misc/fonts/` folder: - -**Roboto-Medium.ttf**, by Christian Robetson -
Apache License 2.0 -
https://fonts.google.com/specimen/Roboto - -**Cousine-Regular.ttf**, by Steve Matteson -
Digitized data copyright (c) 2010 Google Corporation. -
Licensed under the SIL Open Font License, Version 1.1 -
https://fonts.google.com/specimen/Cousine - -**DroidSans.ttf**, by Steve Matteson -
Apache License 2.0 -
https://www.fontsquirrel.com/fonts/droid-sans - -**ProggyClean.ttf**, by Tristan Grimmer -
MIT License -
(recommended loading setting: Size = 13.0, GlyphOffset.y = +1) -
http://www.proggyfonts.net/ - -**ProggyTiny.ttf**, by Tristan Grimmer -
MIT License -
(recommended loading setting: Size = 10.0, GlyphOffset.y = +1) -
http://www.proggyfonts.net/ - -**Karla-Regular.ttf**, by Jonathan Pinhorn -
SIL OPEN FONT LICENSE Version 1.1 - -##### [Return to Index](#index) - -## Font Links - -#### ICON FONTS - -- C/C++ header for icon fonts (#define with code points to use in source code string literals) https://github.com/juliettef/IconFontCppHeaders -- FontAwesome https://fortawesome.github.io/Font-Awesome -- OpenFontIcons https://github.com/traverseda/OpenFontIcons -- Google Icon Fonts https://design.google.com/icons/ -- Kenney Icon Font (Game Controller Icons) https://github.com/nicodinh/kenney-icon-font -- IcoMoon - Custom Icon font builder https://icomoon.io/app - -#### REGULAR FONTS - -- Google Noto Fonts (worldwide languages) https://www.google.com/get/noto/ -- Open Sans Fonts https://fonts.google.com/specimen/Open+Sans -- (Japanese) M+ fonts by Coji Morishita http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html - -#### MONOSPACE FONTS - -Pixel Perfect: -- Proggy Fonts, by Tristan Grimmer http://www.proggyfonts.net or http://upperbounds.net -- Sweet16, Sweet16 Mono, by Martin Sedlak (Latin + Supplemental + Extended A) https://github.com/kmar/Sweet16Font (also include an .inl file to use directly in dear imgui.) - -Regular: -- Google Noto Mono Fonts https://www.google.com/get/noto/ -- Typefaces for source code beautification https://github.com/chrissimpkins/codeface -- Programmation fonts http://s9w.github.io/font_compare/ -- Inconsolata http://www.levien.com/type/myfonts/inconsolata.html -- Adobe Source Code Pro: Monospaced font family for ui & coding environments https://github.com/adobe-fonts/source-code-pro -- Monospace/Fixed Width Programmer's Fonts http://www.lowing.org/fonts/ - -Or use Arial Unicode or other Unicode fonts provided with Windows for full characters coverage (not sure of their licensing). - -##### [Return to Index](#index) diff --git a/external/imgui/docs/README.md b/external/imgui/docs/README.md deleted file mode 100644 index bd679fff..00000000 --- a/external/imgui/docs/README.md +++ /dev/null @@ -1,237 +0,0 @@ -Dear ImGui -===== - -
"Give someone state and they'll have a bug one day, but teach them how to represent state in two separate locations that have to be kept in sync and they'll have bugs for a lifetime."
-ryg - ----- - -[![Build Status](https://github.com/ocornut/imgui/workflows/build/badge.svg)](https://github.com/ocornut/imgui/actions?workflow=build) [![Static Analysis Status](https://github.com/ocornut/imgui/workflows/static-analysis/badge.svg)](https://github.com/ocornut/imgui/actions?workflow=static-analysis) - -(This library is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added. If your company is using Dear ImGui, please consider reaching out.) - -Businesses: support continued development and maintenance via invoiced technical support, maintenance, sponsoring contracts: -
  _E-mail: contact @ dearimgui dot com_ - -Individuals: support continued development and maintenance [here](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WGHNC6MBFLZ2S). Also see [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors) page. - -| [The Pitch](#the-pitch) - [Usage](#usage) - [How it works](#how-it-works) - [Releases & Changelogs](#releases--changelogs) - [Demo](#demo) - [Integration](#integration) | -:----------------------------------------------------------: | -| [Upcoming changes](#upcoming-changes) - [Gallery](#gallery) - [Support, FAQ](#support-frequently-asked-questions-faq) - [How to help](#how-to-help) - [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors) - [Credits](#credits) - [License](#license) | -| [Wiki](https://github.com/ocornut/imgui/wiki) - [Languages & frameworks backends/bindings](https://github.com/ocornut/imgui/wiki/Bindings) - [Software using Dear ImGui](https://github.com/ocornut/imgui/wiki/Software-using-dear-imgui) - [User quotes](https://github.com/ocornut/imgui/wiki/Quotes) | - -### The Pitch - -Dear ImGui is a **bloat-free graphical user interface library for C++**. It outputs optimized vertex buffers that you can render anytime in your 3D-pipeline enabled application. It is fast, portable, renderer agnostic and self-contained (no external dependencies). - -Dear ImGui is designed to **enable fast iterations** and to **empower programmers** to create **content creation tools and visualization / debug tools** (as opposed to UI for the average end-user). It favors simplicity and productivity toward this goal, and lacks certain features normally found in more high-level libraries. - -Dear ImGui is particularly suited to integration in games engine (for tooling), real-time 3D applications, fullscreen applications, embedded applications, or any applications on consoles platforms where operating system features are non-standard. - - - Minimize state synchronization. - - Minimize state storage on user side. - - Minimize setup and maintenance. - - Easy to use to create code-driven and data-driven tools. - - Easy to use to create ad hoc short-lived tools and long-lived, more elaborate tools. - - Easy to hack and improve. - - Portable, minimize dependencies, run on target (consoles, phones, etc.). - - Efficient runtime and memory consumption. - - Battle-tested, used by many major actors in the game industry. - -### Usage - -**The core of Dear ImGui is self-contained within a few platform-agnostic files** which you can easily compile in your application/engine. They are all the files in the root folder of the repository (imgui*.cpp, imgui*.h). - -**No specific build process is required**. You can add the .cpp files to your existing project. - -You will need a backend to integrate Dear ImGui in your app. The backend passes mouse/keyboard/gamepad inputs and variety of settings to Dear ImGui, and is in charge of rendering the resulting vertices. **Backends for a variety of graphics api and rendering platforms** are provided in the [backends/](https://github.com/ocornut/imgui/tree/master/backends) folder, along with example applications in the [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder. See the [Integration](#integration) section of this document for details. You may also create your own backend. Anywhere where you can render textured triangles, you can render Dear ImGui. - -After Dear ImGui is setup in your application, you can use it from \_anywhere\_ in your program loop: - -Code: -```cpp -ImGui::Text("Hello, world %d", 123); -if (ImGui::Button("Save")) - MySaveFunction(); -ImGui::InputText("string", buf, IM_ARRAYSIZE(buf)); -ImGui::SliderFloat("float", &f, 0.0f, 1.0f); -``` -Result: -
![sample code output (dark)](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v175/capture_readme_styles_0001.png) ![sample code output (light)](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v175/capture_readme_styles_0002.png) - -Code: -```cpp -// Create a window called "My First Tool", with a menu bar. -ImGui::Begin("My First Tool", &my_tool_active, ImGuiWindowFlags_MenuBar); -if (ImGui::BeginMenuBar()) -{ - if (ImGui::BeginMenu("File")) - { - if (ImGui::MenuItem("Open..", "Ctrl+O")) { /* Do stuff */ } - if (ImGui::MenuItem("Save", "Ctrl+S")) { /* Do stuff */ } - if (ImGui::MenuItem("Close", "Ctrl+W")) { my_tool_active = false; } - ImGui::EndMenu(); - } - ImGui::EndMenuBar(); -} - -// Edit a color (stored as ~4 floats) -ImGui::ColorEdit4("Color", my_color); - -// Plot some values -const float my_values[] = { 0.2f, 0.1f, 1.0f, 0.5f, 0.9f, 2.2f }; -ImGui::PlotLines("Frame Times", my_values, IM_ARRAYSIZE(my_values)); - -// Display contents in a scrolling region -ImGui::TextColored(ImVec4(1,1,0,1), "Important Stuff"); -ImGui::BeginChild("Scrolling"); -for (int n = 0; n < 50; n++) - ImGui::Text("%04d: Some text", n); -ImGui::EndChild(); -ImGui::End(); -``` -Result: -
![sample code output](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v180/code_sample_04_color.gif) - -Dear ImGui allows you to **create elaborate tools** as well as very short-lived ones. On the extreme side of short-livedness: using the Edit&Continue (hot code reload) feature of modern compilers you can add a few widgets to tweaks variables while your application is running, and remove the code a minute later! Dear ImGui is not just for tweaking values. You can use it to trace a running algorithm by just emitting text commands. You can use it along with your own reflection data to browse your dataset live. You can use it to expose the internals of a subsystem in your engine, to create a logger, an inspection tool, a profiler, a debugger, an entire game making editor/framework, etc. - -### How it works - -Check out the Wiki's [About the IMGUI paradigm](https://github.com/ocornut/imgui/wiki#about-the-imgui-paradigm) section if you want to understand the core principles behind the IMGUI paradigm. An IMGUI tries to minimize superfluous state duplication, state synchronization and state retention from the user's point of view. It is less error prone (less code and less bugs) than traditional retained-mode interfaces, and lends itself to create dynamic user interfaces. - -Dear ImGui outputs vertex buffers and command lists that you can easily render in your application. The number of draw calls and state changes required to render them is fairly small. Because Dear ImGui doesn't know or touch graphics state directly, you can call its functions anywhere in your code (e.g. in the middle of a running algorithm, or in the middle of your own rendering process). Refer to the sample applications in the examples/ folder for instructions on how to integrate Dear ImGui with your existing codebase. - -_A common misunderstanding is to mistake immediate mode gui for immediate mode rendering, which usually implies hammering your driver/GPU with a bunch of inefficient draw calls and state changes as the gui functions are called. This is NOT what Dear ImGui does. Dear ImGui outputs vertex buffers and a small list of draw calls batches. It never touches your GPU directly. The draw call batches are decently optimal and you can render them later, in your app or even remotely._ - -### Releases & Changelogs - -See [Releases](https://github.com/ocornut/imgui/releases) page. -Reading the changelogs is a good way to keep up to date with the things Dear ImGui has to offer, and maybe will give you ideas of some features that you've been ignoring until now! - -### Demo - -Calling the `ImGui::ShowDemoWindow()` function will create a demo window showcasing variety of features and examples. The code is always available for reference in `imgui_demo.cpp`. - -![screenshot demo](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v167/v167-misc.png) - -You should be able to build the examples from sources (tested on Windows/Mac/Linux). If you don't, let us know! If you want to have a quick look at some Dear ImGui features, you can download Windows binaries of the demo app here: -- [imgui-demo-binaries-20220504.zip](https://www.dearimgui.org/binaries/imgui-demo-binaries-20220504.zip) (Windows, 1.88 WIP, built 2022/05/04, master branch) or [older demo binaries](https://www.dearimgui.org/binaries). - -The demo applications are not DPI aware so expect some blurriness on a 4K screen. For DPI awareness in your application, you can load/reload your font at different scale, and scale your style with `style.ScaleAllSizes()` (see [FAQ](https://www.dearimgui.org/faq)). - -### Integration - -On most platforms and when using C++, **you should be able to use a combination of the [imgui_impl_xxxx](https://github.com/ocornut/imgui/tree/master/backends) backends without modification** (e.g. `imgui_impl_win32.cpp` + `imgui_impl_dx11.cpp`). If your engine supports multiple platforms, consider using more of the imgui_impl_xxxx files instead of rewriting them: this will be less work for you and you can get Dear ImGui running immediately. You can _later_ decide to rewrite a custom backend using your custom engine functions if you wish so. - -Integrating Dear ImGui within your custom engine is a matter of 1) wiring mouse/keyboard/gamepad inputs 2) uploading one texture to your GPU/render engine 3) providing a render function that can bind textures and render textured triangles. The [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder is populated with applications doing just that. If you are an experienced programmer at ease with those concepts, it should take you less than two hours to integrate Dear ImGui in your custom engine. **Make sure to spend time reading the [FAQ](https://www.dearimgui.org/faq), comments, and some of the examples/ application!** - -Officially maintained backends/bindings (in repository): -- Renderers: DirectX9, DirectX10, DirectX11, DirectX12, Metal, OpenGL/ES/ES2, SDL_Renderer, Vulkan, WebGPU. -- Platforms: GLFW, SDL2, Win32, Glut, OSX, Android. -- Frameworks: Allegro5, Emscripten. - -[Third-party backends/bindings](https://github.com/ocornut/imgui/wiki/Bindings) wiki page: -- Languages: C, C# and: Beef, ChaiScript, Crystal, D, Go, Haskell, Haxe/hxcpp, Java, JavaScript, Julia, Kotlin, Lobster, Lua, Odin, Pascal, PureBasic, Python, Ruby, Rust, Swift... -- Frameworks: AGS/Adventure Game Studio, Amethyst, Blender, bsf, Cinder, Cocos2d-x, Diligent Engine, Flexium, GML/Game Maker Studio2, GLEQ, Godot, GTK3+OpenGL3, Irrlicht Engine, LÖVE+LUA, Magnum, Monogame, NanoRT, nCine, Nim Game Lib, Nintendo 3DS & Switch (homebrew), Ogre, openFrameworks, OSG/OpenSceneGraph, Orx, Photoshop, px_render, Qt/QtDirect3D, SDL_Renderer, SFML, Sokol, Unity, Unreal Engine 4, vtk, VulkanHpp, VulkanSceneGraph, Win32 GDI, WxWidgets. -- Note that C bindings ([cimgui](https://github.com/cimgui/cimgui)) are auto-generated, you can use its json/lua output to generate bindings for other languages. - -[Useful Extensions/Widgets](https://github.com/ocornut/imgui/wiki/Useful-Extensions) wiki page: -- Text editors, node editors, timeline editors, plotting, software renderers, remote network access, memory editors, gizmos etc. - -Also see [Wiki](https://github.com/ocornut/imgui/wiki) for more links and ideas. - -### Upcoming Changes - -Some of the goals for 2022 are: -- Work on Docking (see [#2109](https://github.com/ocornut/imgui/issues/2109), in public [docking](https://github.com/ocornut/imgui/tree/docking) branch) -- Work on Multi-Viewport / Multiple OS windows. (see [#1542](https://github.com/ocornut/imgui/issues/1542), in public [docking](https://github.com/ocornut/imgui/tree/docking) branch looking for feedback) -- Work on gamepad/keyboard controls. (see [#787](https://github.com/ocornut/imgui/issues/787)) -- Work on automation and testing system, both to test the library and end-user apps. (see [#435](https://github.com/ocornut/imgui/issues/435)) -- Make the examples look better, improve styles, improve font support, make the examples hi-DPI and multi-DPI aware. - -### Gallery - -For more user-submitted screenshots of projects using Dear ImGui, check out the [Gallery Threads](https://github.com/ocornut/imgui/issues/5243)! - -For a list of third-party widgets and extensions, check out the [Useful Extensions/Widgets](https://github.com/ocornut/imgui/wiki/Useful-Extensions) wiki page. - -Custom engine [ehre](https://github.com/tksuoran/erhe) (docking branch) -[![ehre](https://user-images.githubusercontent.com/8225057/166686854-3f76bf28-0442-4fac-8e65-9fc9650d2ed0.jpg)](https://user-images.githubusercontent.com/994606/147875067-a848991e-2ad2-4fd3-bf71-4aeb8a547bcf.png) - -Custom engine for [Wonder Boy: The Dragon's Trap](http://www.TheDragonsTrap.com) (2017) -[![screenshot game](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v149/gallery_TheDragonsTrap-01-thumb.jpg)](https://cloud.githubusercontent.com/assets/8225057/20628927/33e14cac-b329-11e6-80f6-9524e93b048a.png) - -Custom engine (untitled) -[![screenshot tool](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v160/editor_white_preview.jpg)](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v160/editor_white.png) - -[Tracy Profiler](https://github.com/wolfpld/tracy) -![tracy profiler](https://raw.githubusercontent.com/wiki/ocornut/imgui/web/v176/tracy_profiler.png) - -### Support, Frequently Asked Questions (FAQ) - -See: [Frequently Asked Questions (FAQ)](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md) where common questions are answered. - -See: [Wiki](https://github.com/ocornut/imgui/wiki) for many links, references, articles. - -See: [Articles about the IMGUI paradigm](https://github.com/ocornut/imgui/wiki#about-the-imgui-paradigm) to read/learn about the Immediate Mode GUI paradigm. - -Getting started? For first-time users having issues compiling/linking/running or issues loading fonts, please use [GitHub Discussions](https://github.com/ocornut/imgui/discussions). - -For other questions, bug reports, requests, feedback, you may post on [GitHub Issues](https://github.com/ocornut/imgui/issues). Please read and fill the New Issue template carefully. - -Private support is available for paying business customers (E-mail: _contact @ dearimgui dot com_). - -**Which version should I get?** - -We occasionally tag [Releases](https://github.com/ocornut/imgui/releases) (with nice releases notes) but it is generally safe and recommended to sync to master/latest. The library is fairly stable and regressions tend to be fixed fast when reported. - -Advanced users may want to use the `docking` branch with [Multi-Viewport](https://github.com/ocornut/imgui/issues/1542) and [Docking](https://github.com/ocornut/imgui/issues/2109) features. This branch is kept in sync with master regularly. - -**Who uses Dear ImGui?** - -See the [Quotes](https://github.com/ocornut/imgui/wiki/Quotes), [Sponsors](https://github.com/ocornut/imgui/wiki/Sponsors), [Software using dear imgui](https://github.com/ocornut/imgui/wiki/Software-using-dear-imgui) Wiki pages for an idea of who is using Dear ImGui. Please add your game/software if you can! Also see the [Gallery Threads](https://github.com/ocornut/imgui/issues/5243)! - -How to help ------------ - -**How can I help?** - -- See [GitHub Forum/issues](https://github.com/ocornut/imgui/issues) and [Github Discussions](https://github.com/ocornut/imgui/discussions). -- You may help with development and submit pull requests! Please understand that by submitting a PR you are also submitting a request for the maintainer to review your code and then take over its maintenance forever. PR should be crafted both in the interest in the end-users and also to ease the maintainer into understanding and accepting it. -- See [Help wanted](https://github.com/ocornut/imgui/wiki/Help-Wanted) on the [Wiki](https://github.com/ocornut/imgui/wiki/) for some more ideas. -- Have your company financially support this project (please reach by e-mail to say hi!). - -Sponsors --------- - -Ongoing Dear ImGui development is and has been financially supported by users and private sponsors. -
Please see **[detailed list of current and past Dear ImGui supporters](https://github.com/ocornut/imgui/wiki/Sponsors)** for details. -
From November 2014 to December 2019, ongoing development has also been financially supported by its users on Patreon and through individual donations. - -**THANK YOU to all past and present supporters for helping to keep this project alive and thriving!** - -Dear ImGui is using software and services provided free of charge for open source projects: -- [PVS-Studio](https://www.viva64.com/en/b/0570/) for static analysis. -- [GitHub actions](https://github.com/features/actions) for continuous integration systems. -- [OpenCppCoverage](https://github.com/OpenCppCoverage/OpenCppCoverage) for code coverage analysis. - -Credits -------- - -Developed by [Omar Cornut](https://www.miracleworld.net) and every direct or indirect [contributors](https://github.com/ocornut/imgui/graphs/contributors) to the GitHub. The early version of this library was developed with the support of [Media Molecule](https://www.mediamolecule.com) and first used internally on the game [Tearaway](https://tearaway.mediamolecule.com) (PS Vita). - -Recurring contributors (2022): Omar Cornut [@ocornut](https://github.com/ocornut), Rokas Kupstys [@rokups](https://github.com/rokups) (a large portion of work on automation systems, regression tests and other features are currently unpublished). - -Sponsoring, support contracts and other B2B transactions are hosted and handled by [Lizardcube](https://www.lizardcube.com). - -Omar: "I first discovered the IMGUI paradigm at [Q-Games](https://www.q-games.com) where Atman Binstock had dropped his own simple implementation in the codebase, which I spent quite some time improving and thinking about. It turned out that Atman was exposed to the concept directly by working with Casey. When I moved to Media Molecule I rewrote a new library trying to overcome the flaws and limitations of the first one I've worked with. It became this library and since then I have spent an unreasonable amount of time iterating and improving it." - -Embeds [ProggyClean.ttf](http://upperbounds.net) font by Tristan Grimmer (MIT license). - -Embeds [stb_textedit.h, stb_truetype.h, stb_rect_pack.h](https://github.com/nothings/stb/) by Sean Barrett (public domain). - -Inspiration, feedback, and testing for early versions: Casey Muratori, Atman Binstock, Mikko Mononen, Emmanuel Briney, Stefan Kamoda, Anton Mikhailov, Matt Willis. Also thank you to everyone posting feedback, questions and patches on GitHub. - -License -------- - -Dear ImGui is licensed under the MIT License, see [LICENSE.txt](https://github.com/ocornut/imgui/blob/master/LICENSE.txt) for more information. diff --git a/external/imgui/docs/TODO.txt b/external/imgui/docs/TODO.txt deleted file mode 100644 index cb7e6be7..00000000 --- a/external/imgui/docs/TODO.txt +++ /dev/null @@ -1,370 +0,0 @@ -dear imgui -ISSUES & TODO LIST - -Issue numbers (#) refer to GitHub issues listed at https://github.com/ocornut/imgui/issues/XXXX -This list is not well maintained, most of the work happens on GitHub nowadays. -The list below consist mostly of ideas noted down before they are requested/discussed by users (at which point they usually exist on the github issue tracker). -It's mostly a bunch of personal notes, probably incomplete. Feel free to query if you have any questions. - - - doc/test: add a proper documentation+regression testing system (#435) - - doc/test: checklist app to verify backends/integration of imgui (test inputs, rendering, callback, etc.). - - doc/tips: tips of the day: website? applet in imgui_club? - - doc/wiki: work on the wiki https://github.com/ocornut/imgui/wiki - - - window: preserve/restore relative focus ordering (persistent or not), and e.g. of multiple reappearing windows (#2304) -> also see docking reference to same #. - - window: calling SetNextWindowSize() every frame with <= 0 doesn't do anything, may be useful to allow (particularly when used for a single axis). (#690) - - window: add a way for very transient windows (non-saved, temporary overlay over hundreds of objects) to "clean" up from the global window list. perhaps a lightweight explicit cleanup pass. - - window: auto-fit feedback loop when user relies on any dynamic layout (window width multiplier, column) appears weird to end-user. clarify. - - window: begin with *p_open == false could return false. - - window: get size/pos helpers given names (see discussion in #249) - - window: when window is very small, prioritize resize button over close button. - - window: double-clicking on title bar to minimize isn't consistent, perhaps move to single-click on left-most collapse icon? - - window: expose contents size. (#1045) - - window: using SetWindowPos() inside Begin() and moving the window with the mouse reacts a very ugly glitch. We should just defer the SetWindowPos() call. - - window: GetWindowSize() returns (0,0) when not calculated? (#1045) - - window: investigate better auto-positioning for new windows. - - window: top most window flag? more z-order contrl? (#2574) - - window/size: manually triggered auto-fit (double-click on grip) shouldn't resize window down to viewport size? - - window/size: how to allow to e.g. auto-size vertically to fit contents, but be horizontally resizable? Assuming SetNextWindowSize() is modified to treat -1.0f on each axis as "keep as-is" (would be good but might break erroneous code): Problem is UpdateWindowManualResize() and lots of code treat (window->AutoFitFramesX > 0 || window->AutoFitFramesY > 0) together. - - window/opt: freeze window flag: if not focused/hovered, return false, render with previous ImDrawList. and/or reduce refresh rate. -> this may require enforcing that it is illegal to submit contents if Begin returns false. - - window/child: background options for child windows, border option (disable rounding). - - window/child: allow resizing of child windows (possibly given min/max for each axis?.) - - window/child: allow SetNextWindowContentSize() to work on child windows. - - window/clipping: some form of clipping when DisplaySize (or corresponding viewport) is zero. - - window/tabbing: add a way to signify that a window or docked window requires attention (e.g. blinking title bar). - - window/id_stack: add e.g. window->GetIDFromPath() with support for leading / and ../ (#1390, #331) - ! scrolling: exposing horizontal scrolling with Shift+Wheel even when scrollbar is disabled expose lots of issues (#2424, #1463) - - scrolling: while holding down a scrollbar, try to keep the same contents visible (at least while not moving mouse) - - scrolling: allow immediately effective change of scroll after Begin() if we haven't appended items yet. - - scrolling: forward mouse wheel scrolling to parent window when at the edge of scrolling limits? (useful for listbox,tables?) - - scrolling/clipping: separator on the initial position of a window is not visible (cursorpos.y <= clippos.y). (2017-08-20: can't repro) - - scrolling/style: shadows on scrollable areas to denote that there is more contents (see e.g. DaVinci Resolve ui) - - - drawdata: make it easy to deep-copy (or swap?) a full ImDrawData so user can easily save that data if they use threaded rendering. (e.g. #2646) - ! drawlist: add CalcTextSize() func to facilitate consistent code from user pov (currently need to use ImGui or ImFont alternatives!) - - drawlist: maintaining bounding box per command would allow to merge draw command when clipping isn't relied on (typical non-scrolling window or non-overflowing column would merge with previous command). (WIP branch) - - drawlist: primitives/helpers to manipulate vertices post submission, so e.g. a quad/rect can be resized to fit later submitted content, _without_ using the ChannelSplit api - - drawlist: make it easier to toggle AA per primitive, so we can use e.g. non-AA fill + AA borders more naturally - - drawlist: non-AA strokes have gaps between points (#593, #288), glitch especially on RenderCheckmark() and ColorPicker4(). - - drawlist: rendering: provide a way for imgui to output to a single/global vertex buffer, re-order indices only at the end of the frame (ref: https://gist.github.com/floooh/10388a0afbe08fce9e617d8aefa7d302) - - drawlist: callback: add an extra void* in ImDrawCallback to allow passing render-local data to the callback (would break API). - - drawlist: AddRect vs AddLine position confusing (#2441) - - drawlist/opt: store rounded corners in texture to use 1 quad per corner (filled and wireframe) to lower the cost of rounding. (#1962) - - drawlist/opt: AddRect() axis aligned pixel aligned (no-aa) could use 8 triangles instead of 16 and no normal calculation. - - drawlist/opt: thick AA line could be doable in same number of triangles as 1.0 AA line by storing gradient+full color in atlas. - - - main: IsItemHovered() info stored in a stack? so that 'if TreeNode() { Text; TreePop; } if IsHovered' return the hover state of the TreeNode? - - - widgets: display mode: widget-label, label-widget (aligned on column or using fixed size), label-newline-tab-widget etc. (#395) - - widgets: clean up widgets internal toward exposing everything and stabilizing imgui_internals.h. - - widgets: add always-allow-overlap mode. This should perhaps be the default? one problem is that highlight after mouse-wheel scrolling gets deferred, makes scrolling more flickery. - - widgets: start exposing PushItemFlag() and ImGuiItemFlags - - widgets: alignment options in style (e.g. center Selectable, Right-Align within Button, etc.) #1260 - - widgets: activate by identifier (trigger button, focus given id) - - widgets: a way to represent "mixed" values, so e.g. all values replaced with *, including check-boxes, colors, etc. with support for multi-components widgets (e.g. SliderFloat3, make only "Y" mixed) (#2644) - - widgets: checkbox: checkbox with custom glyph inside frame. - - widgets: coloredit: keep reporting as active when picker is on? - - widgets: group/scalarn functions: expose more per-component information. e.g. store NextItemData.ComponentIdx set by scalarn function, groups can expose them back somehow. - - selectable: using (size.x == 0.0f) and (SelectableTextAlign.x > 0.0f) followed by SameLine() is currently not supported. - - selectable: generic BeginSelectable()/EndSelectable() mechanism. (work out alongside range-select branch) - - selectable: a way to visualize partial/mixed selection (e.g. parent tree node has children with mixed selection) - - - input text: clean up the mess caused by converting UTF-8 <> wchar. the code is rather inefficient right now and super fragile. (WIP branch) - - input text: preserve scrolling when unfocused? - - input text: reorganize event handling, allow CharFilter to modify buffers, allow multiple events? (#541) - - input text: expose CursorPos in char filter event (#816) - - input text: try usage idiom of using InputText with data only exposed through get/set accessors, without extraneous copy/alloc. (#3009) - - input text: access public fields via a non-callback API e.g. InputTextGetState("xxx") that may return NULL if not active (available in internals) - - input text: flag to disable live update of the user buffer (also applies to float/int text input) (#701) - - input text: hover tooltip could show unclamped text - - input text: support for INSERT key to toggle overwrite mode. currently disabled because stb_textedit behavior is unsatisfactory on multi-line. (#2863) - - input text: option to Tab after an Enter validation. - - input text: add ImGuiInputTextFlags_EnterToApply? (off #218) - - input text: easier ways to update buffer (from source char*) while owned. preserve some sort of cursor position for multi-line text. - - input text: add flag (e.g. ImGuiInputTextFlags_EscapeClearsBuffer) to clear instead of revert. what to do with focus? (also see #2890) - - input text: add discard flag (e.g. ImGuiInputTextFlags_DiscardActiveBuffer) or make it easier to clear active focus for text replacement during edition (#725) - - input text: display bug when clicking a drag/slider after an input text in a different window has all-selected text (order dependent). actually a very old bug but no one appears to have noticed it. - - input text: allow centering/positioning text so that ctrl+clicking Drag or Slider keeps the textual value at the same pixel position. - - input text: decorrelate display layout from inputs with custom template - e.g. what's the easiest way to implement a nice IP/Mac address input editor? - - input text: global callback system so user can plug in an expression evaluator easily. (#1691) - - input text: force scroll to end or scroll to a given line/contents (so user can implement a log or a search feature) - - input text: a way to preview completion (e.g. disabled text completing from the cursor) - - input text: a side bar that could e.g. preview where errors are. probably left to the user to draw but we'd need to give them the info there. - - input text: a way for the user to provide syntax coloring. - - input text: Shift+TAB with ImGuiInputTextFlags_AllowTabInput could eat preceding blanks, up to tab_count. - - input text multi-line: don't directly call AddText() which does an unnecessary vertex reserve for character count prior to clipping. and/or more line-based clipping to AddText(). and/or reorganize TextUnformatted/RenderText for more efficiency for large text (e.g TextUnformatted could clip and log separately, etc). - - input text multi-line: support for copy/cut without selection (copy/cut current line?) - - input text multi-line: line numbers? status bar? (follow up on #200) - - input text multi-line: behave better when user changes input buffer while editing is active (even though it is illegal behavior). namely, the change of buffer can create a scrollbar glitch (#725) - - input text multi-line: better horizontal scrolling support (#383, #1224) - - input text multi-line: single call to AddText() should be coarse clipped on InputTextEx() end. - - input number: optional range min/max for Input*() functions - - input number: holding [-]/[+] buttons could increase the step speed non-linearly (or user-controlled) - - input number: use mouse wheel to step up/down - - - layout: helper or a way to express ImGui::SameLine(ImGui::GetCursorStartPos().x + ImGui::CalcItemWidth() + ImGui::GetStyle().ItemInnerSpacing.x); in a simpler manner. - - layout, font: horizontal tab support, A) text mode: forward only tabs (e.g. every 4 characters/N pixels from pos x1), B) manual mode: explicit tab stops acting as mini columns, no clipping (for menu items, many kind of uses, also vaguely relate to #267, #395) - - layout: horizontal layout helper (#97) - - layout: horizontal flow until no space left (#404) - - layout: more generic alignment state (left/right/centered) for single items? - - layout: clean up the InputFloatN/SliderFloatN/ColorEdit4 layout code. item width should include frame padding. - - layout: vertical alignment of mixed height items (e.g. buttons) within a same line (#1284) - - layout: null layout mode were items are not rendered but user can query GetItemRectMin()/Max/Size. - - layout: (R&D) local multi-pass layout mode. - - layout: (R&D) bind authored layout data (created by an off-line tool), items fetch their pos/size at submission, self-optimize data structures to stable linear access. - - - tables: see https://github.com/ocornut/imgui/issues/2957#issuecomment-569726095 - - - group: BeginGroup() needs a border option. (~#1496) - - group: IsHovered() after EndGroup() covers whole AABB rather than the intersection of individual items. Is that desirable? - - group: merge deactivation/activation within same group (fwd WasEdited flag). (#2550) - -!- color: the color conversion helpers/types are a mess and needs sorting out. - - color: (api breaking) ImGui::ColorConvertXXX functions should be loose ImColorConvertXX to match imgui_internals.h - - - plot: full featured plot/graph api w/ scrolling, zooming etc. all bell & whistle. why not! - - plot: PlotLines() should use the polygon-stroke facilities, less vertices (currently issues with averaging normals) - - plot: make it easier for user to draw extra stuff into the graph (e.g: draw basis, highlight certain points, 2d plots, multiple plots) - - plot: "smooth" automatic scale over time, user give an input 0.0(full user scale) 1.0(full derived from value) - - plot: option/feature: draw the zero line - - plot: option/feature: draw grid, vertical markers - - plot: option/feature: draw unit - - plot: add a helper e.g. Plot(char* label, float value, float time_span=2.0f) that stores values and Plot them for you - probably another function name. and/or automatically allow to plot ANY displayed value (more reliance on stable ID) - - - clipper: ability to disable the clipping through a simple flag/bool. - - clipper: ability to run without knowing full count in advance. - - clipper: horizontal clipping support. (#2580) - - - separator: expose flags (#759) - - separator: take indent into consideration (optional) - - separator: width, thickness, centering (#1643) - - splitter: formalize the splitter idiom into an official api (we want to handle n-way split) (#319) - - - dock: merge docking branch (#2109) - - - tabs: "there is currently a problem because TabItem() will try to submit their own tooltip after 0.50 second, and this will have the effect of making your tooltip flicker once." -> tooltip priority work (WIP branch) - - tabs: make EndTabBar fail if users doesn't respect BeginTabBar return value, for consistency/future-proofing. - - tabs: persistent order/focus in BeginTabBar() api (#261, #351) - - tabs: TabItem could honor SetNextItemWidth()? - - tabs: explicit api (even if internal) to cleanly manipulate tab order. - - tabs: Mouse wheel over tab bar could scroll? (with shift?) (#2702) - - - image/image button: misalignment on padded/bordered button? - - image/image button: parameters are confusing, image() has tint_col,border_col whereas imagebutton() has bg_col/tint_col. Even thou they are different parameters ordering could be more consistent. can we fix that? - - image button: not taking an explicit id can be problematic. (#2464, #1390) - - slider/drag: ctrl+click when format doesn't include a % character.. disable? display underlying value in default format? (see TempInputTextScalar) - - slider: allow using the [-]/[+] buttons used by InputFloat()/InputInt() - - slider: initial absolute click is imprecise. change to relative movement slider (same as scrollbar). (#1946) - - slider: add dragging-based widgets to edit values with mouse (on 2 axises), saving screen real-estate. - - slider: tint background based on value (e.g. v_min -> v_max, or use 0.0f either side of the sign) - - slider: relative dragging? + precision dragging - - slider: step option (#1183) - - slider: style: fill % of the bar instead of positioning a drag. - - knob: rotating knob widget (#942) - - drag float: support for reversed drags (min > max) (removed is_locked, also see fdc526e) - - drag float: up/down axis - - drag float: power != 0.0f with current value being outside the range keeps the value stuck. - - drag float: added leeway on edge (e.g. a few invisible steps past the clamp limits) - - - combo: use clipper. - - combo: flag for BeginCombo to not return true when unchanged (#1182) - - combo: a way/helper to customize the combo preview (#1658) -> experimental BeginComboPreview() - - combo/listbox: keyboard control. need InputText-like non-active focus + key handling. considering keyboard for custom listbox (pr #203) - - listbox: multiple selection (WIP range-select branch) - - listbox: unselect option (#1208) - - listbox: make it easier/more natural to implement range-select (need some sort of info/ref about the last clicked/focused item that user can translate to an index?) (WIP range-select branch) - - listbox: user may want to initial scroll to focus on the one selected value? - - listbox: disable capturing mouse wheel if the listbox has no scrolling. (#1681) - - listbox: scrolling should track modified selection. - - listbox: future api should allow to enable horizontal scrolling (#2510) - -!- popups/menus: clarify usage of popups id, how MenuItem/Selectable closing parent popups affects the ID, etc. this is quite fishy needs improvement! (#331, #402) - - modals: make modal title bar blink when trying to click outside the modal - - modals: technically speaking, we could make Begin() with ImGuiWindowFlags_Modal work without involving popup. May help untangle a few things, as modals are more like regular windows than popups. - - popups: if the popup functions took explicit ImGuiID it would allow the user to manage the scope of those ID. (#331) - - popups: clicking outside (to close popup) and holding shouldn't drag window below. - - popups: add variant using global identifier similar to Begin/End (#402) - - popups: border options. richer api like BeginChild() perhaps? (#197) - - popups/modals: although it is sometimes convenient that popups/modals lifetime is owned by imgui, we could also a bool-owned-by-user api as long as Begin() return value testing is enforced. - - - tooltip: drag and drop with tooltip near monitor edges lose/changes its last direction instead of locking one. The drag and drop tooltip should always follow without changing direction. - - tooltip: allow to set the width of a tooltip to allow TextWrapped() etc. while keeping the height automatic. - - tooltip: tooltips with delay timers? or general timer policy? (instantaneous vs timed): IsItemHovered() with timer + implicit aabb-id for items with no ID. (#1485) (WIP branch) - - tooltip: drag tooltip hovering over source widget with IsItemHovered/SetTooltip flickers (WIP branch) - - - status-bar: add a per-window status bar helper similar to what menu-bar does. generalize concept of layer0 rect in window (can make _MenuBar window flag obsolete too). - - shortcuts: local-style shortcut api, e.g. parse "&Save" - - shortcuts,menus: global-style shortcut api e.g. "Save (CTRL+S)" -> explicit flag for recursing into closed menu - - shortcuts: programmatically access shortcuts "Focus("&Save")) - - menus: menu-bar: main menu-bar could affect clamping of windows position (~ akin to modifying DisplayMin) - - menus: hovering from menu to menu on a menu-bar has 1 frame without any menu, which is a little annoying. ideally either 0 either longer. - - menus: could merge draw call in most cases (how about storing an optional aabb in ImDrawCmd to move the burden of merging in a single spot). - - menus: would be nice if the Selectable() supported horizontal alignment (must be given the equivalent of WorkRect.Max.x matching the position of the shortcut column) - - - tree node: add treenode/treepush int variants? not there because (void*) cast from int warns on some platforms/settings? - - tree node: try to apply scrolling at time of TreePop() if node was just opened and end of node is past scrolling limits? - - tree node / selectable render mismatch which is visible if you use them both next to each other (e.g. cf. property viewer) - - tree node: tweak color scheme to distinguish headers from selected tree node (#581) - - tree node: leaf/non-leaf highlight mismatch. - - tree node: flag to disable formatting and/or detect "%s" - - tree node/opt: could avoid formatting when clipped (flag assuming we don't care about width/height, assume single line height? format only %s/%c to be able to count height?) - - - settings: write more decent code to allow saving/loading new fields: columns, selected tree nodes? - - settings: api for per-tool simple persistent data (bool,int,float,columns sizes,etc.) in .ini file (#437) - - settings/persistence: helpers to make TreeNodeBehavior persist (even during dev!) - may need to store some semantic and/or data type in ImGuiStoragePair - - - style: better default styles. (#707) - - style: PushStyleVar: allow direct access to individual float X/Y elements. - - style: add a highlighted text color (for headers, etc.) - - style: border types: out-screen, in-screen, etc. (#447) - - style: add window shadow (fading away from the window. Paint-style calculation of vertices alpha after drawlist would be easier) - - style: a concept of "compact style" that the end-user can easily rely on (e.g. PushStyleCompact()?) that maps to other settings? avoid implementing duplicate helpers such as SmallCheckbox(), etc. - - style: try to make PushStyleVar() more robust to incorrect parameters (to be more friendly to edit & continues situation). - - style: global scale setting. - - style: FramePadding could be different for up vs down (#584) - - style: WindowPadding needs to be EVEN as the 0.5 multiplier used on this value probably have a subtle effect on clip rectangle - - style: have a more global HSV setter (e.g. alter hue on all elements). consider replacing active/hovered by offset in HSV space? (#438, #707, #1223) - - style: gradients fill (#1223) ~ 2 bg colors for each fill? tricky with rounded shapes and using textures for corners. - - style editor: color child window height expressed in multiple of line height. - - - log: improve logging of ArrowButton, ListBox, TabItem - - log: carry on indent / tree depth when opening a child window - - log: enabling log ends up pushing and growing vertices buffers because we don't distinguish layout vs render clipping - - log: have more control over the log scope (e.g. stop logging when leaving current tree node scope) - - log: be able to log anything (e.g. right-click on a window/tree-node, shows context menu? log into tty/file/clipboard) - - log: let user copy any window content to clipboard easily (CTRL+C on windows? while moving it? context menu?). code is commented because it fails with multiple Begin/End pairs. - - log: obsolete LogButtons().... (was: LogButtons() options for specifying depth and/or hiding depth slider) - - - filters: set a current filter that certains items (e.g. tree node) can automatically query to hide themselves - - filters: handle wild-cards (with implicit leading/trailing *), reg-exprs - - filters: fuzzy matches (may use code at blog.forrestthewoods.com/4cffeed33fdb) - - - drag and drop: focus drag target window on hold (even without open) - - drag and drop: releasing a drop shows the "..." tooltip for one frame - since e13e598 (#1725) - - drag and drop: drag source on a group object (would need e.g. an invisible button covering group in EndGroup) https://twitter.com/paniq/status/1121446364909535233 - - drag and drop: have some way to know when a drag begin from BeginDragDropSource() pov. (see 2018/01/11 post in #143) - - drag and drop: allow preview tooltip to be submitted from a different place than the drag source. (#1725) - - drag and drop: allow using with other mouse buttons (where activeid won't be set). (#1637) - - drag and drop: make it easier and provide a demo to have tooltip both are source and target site, with a more detailed one on target site (tooltip ordering problem) - - drag and drop: demo with reordering nodes (in a list, or a tree node). (#143) - - drag and drop: test integrating with os drag and drop (make it easy to do a naive WM_DROPFILE integration) - - drag and drop: allow for multiple payload types. (#143) - - drag and drop: make payload optional? payload promise? (see 2018/01/11 post in #143) - - drag and drop: (#143) "both an in-process pointer and a promise to generate a serialized version, for whether the drag ends inside or outside the same process" - - drag and drop: feedback when hovering a region blocked by modal (mouse cursor "NO"?) - - - markup: simple markup language for color change? (#902, #3130) - - - text: selectable text (for copy) as a generic feature (ItemFlags?) - - text: proper alignment options in imgui_internal.h - - text: provided a framed text helper, e.g. https://pastebin.com/1Laxy8bT - - text: refactor TextUnformatted (or underlying function) to more explicitly request if we need width measurement or not - - text/layout/tabs: \t pulling position from base pos + step, or offset array (e.g. could be used in text edit, menus for simple icon+text alignment, etc.) - - text link/url button: underlined. should api expose an ID or use text contents as ID? which colors enum to use? - - text/wrapped: should be a more first-class citizen, e.g. wrapped text within a Selectable with known width. - - text/wrapped: custom separator for text wrapping. (#3002) - - text/wrapped: figure out better way to use TextWrapped() in an always auto-resize context (tooltip, etc.) (#249) - - - font: arbitrary line spacing. (#2945) - - font: MergeMode: flags to select overwriting or not (this is now very easy with refactored ImFontAtlasBuildWithStbTruetype) - - font: free the Alpha buffer if user only requested RGBA. -!- font: better CalcTextSizeA() API, at least for simple use cases. current one is horrible (perhaps have simple vs extended versions). - - font: for the purpose of RenderTextEllipsis(), it might be useful that CalcTextSizeA() can ignore the trailing padding? - - font: a CalcTextHeight() helper could run faster than CalcTextSize().y - - font: enforce monospace through ImFontConfig (for icons?) + create dual ImFont output from same input, reusing rasterized data but with different glyphs/AdvanceX - - font: finish CustomRectRegister() to allow mapping Unicode codepoint to custom texture data - - font: remove ID from CustomRect registration, it seems unnecessary! - - font: make it easier to submit own bitmap font (same texture, another texture?). (#2127, #2575) - - font: PushFontSize API (#1018) - - font: MemoryTTF taking ownership confusing/not obvious, maybe default should be opposite? - - font: storing MinAdvanceX per font would allow us to skip calculating line width (under a threshold of character count) in loops looking for block width - - font/demo: add tools to show glyphs used by a text blob, display U16 value, list missing glyphs. - - font/demo: demonstrate use of ImFontGlyphRangesBuilder. - - font/atlas: add a missing Glyphs.reserve() - - font/atlas: incremental updates - - font/atlas: dynamic font atlas to avoid baking huge ranges into bitmap and make scaling easier. - - font/draw: vertical and/or rotated text renderer (#705) - vertical is easier clipping wise - - font/draw: need to be able to specify wrap start position. - - font/draw: better reserve policy for large horizontal block of text (shouldn't reserve for all clipped lines). also see #3349. - - font/draw: fix for drawing 16k+ visible characters in same call. - - font/draw: underline, squiggle line rendering helpers. - - font: optimization: for monospace font (like the default one) we can trim IndexXAdvance as long as trailing value is == FallbackXAdvance (need to make sure TAB is still correct), would save on cache line. - - font: add support for kerning, probably optional. A) perhaps default to (32..128)^2 matrix ~ 9K entries = 36KB, then hash for non-ascii?. B) or sparse lookup into per-char list? - - font: add a simpler CalcTextSizeA() api? current one ok but not welcome if user needs to call it directly (without going through ImGui::CalcTextSize) - - font: fix AddRemapChar() to work before atlas has been built. - - font: (api breaking) remove "TTF" from symbol names. also because it now supports OTF. - - font/opt: Considering storing standalone AdvanceX table as 16-bit fixed point integer? - - font/opt: Glyph currently 40 bytes (2+9*4). Consider storing UV as 16 bits integer? (->32 bytes). X0/Y0/X1/Y1 as 16 fixed-point integers? Or X0/Y0 as float and X1/Y1 as fixed8_8? - - - nav: some features such as PageUp/Down/Home/End should probably work without ImGuiConfigFlags_NavEnableKeyboard? (where do we draw the line? how about CTRL+Tab) - ! nav: never clear NavId on some setup (e.g. gamepad centric) - - nav: there's currently no way to completely clear focus with the keyboard. depending on patterns used by the application to dispatch inputs, it may be desirable. - - nav: code to focus child-window on restoring NavId appears to have issue: e.g. when focus change is implicit because of window closure. - - nav: Home/End behavior when navigable item is not fully visible at the edge of scrolling? should be backtrack to keep item into view? - - nav: NavScrollToBringItemIntoView() with item bigger than view should focus top-right? Repro: using Nav in "About Window" - - nav: wrap around logic to allow e.g. grid based layout (pressing NavRight on the right-most element would go to the next row, etc.). see internal's NavMoveRequestTryWrapping(). - - nav: patterns to make it possible for arrows key to update selection (see JustMovedTo in range_select branch) - - nav: restore/find nearest NavId when current one disappear (e.g. pressed a button that disappear, or perhaps auto restoring when current button change name) - - nav: SetItemDefaultFocus() level of priority, so widget like Selectable when inside a popup could claim a low-priority default focus on the first selected iem - - nav: NavFlattened: init requests don't work properly on flattened siblings. - - nav: NavFlattened: pageup/pagedown/home/end don't work properly on flattened siblings. - - nav: NavFlattened: ESC on a flattened child should select something. - - nav: NavFlattened: broken: in typical usage scenario, the items of a fully clipped child are currently not considered to enter into a NavFlattened child. - - nav: NavFlattened: cannot access menu-bar of a flattened child window with Alt/menu key (not a very common use case..). - - nav: simulate right-click or context activation? (SHIFT+F10, keyboard Menu key?) - - nav/popup: esc/enter default behavior for popups, e.g. be able to mark an "ok" or "cancel" button that would get triggered by those keys, default validation button, etc. - - nav/treenode: left within a tree node block as a fallback (ImGuiTreeNodeFlags_NavLeftJumpsBackHere by default?) - - nav/menus: pressing left-right on a vertically clipped menu bar tends to jump to the collapse/close buttons. - - nav/menus: allow pressing Menu to leave a sub-menu. - - nav/menus: a way to access the main menu bar with Alt? (currently needs CTRL+TAB) or last focused window menu bar? - - nav/menus: when using the main menu bar, even though we restore focus after, the underlying window loses its title bar highlight during menu manipulation. could we prevent it? - - nav/menus: main menu bar currently cannot restore a NULL focus. Could save NavWindow at the time of being focused, similarly to what popup do? - - nav/menus: Alt,Up could open the first menu (e.g. "File") currently it tends to nav into the window/collapse menu. Do do that we would need custom transition? - - nav/windowing: configure fade-in/fade-out delay on Ctrl+Tab? - - nav/windowing: when CTRL+Tab/windowing is active, the HoveredWindow detection doesn't take account of the window display re-ordering. - - nav/windowing: Resizing window will currently fail with certain types of resizing constraints/callback applied - - focus: preserve ActiveId/focus stack state, e.g. when opening a menu and close it, previously selected InputText() focus gets restored (#622) - - - inputs: we need an explicit flag about whether the platform window is focused, to be able to distinguish focused key releases vs alt-tabbing all release behaviors. - - inputs: support track pad style scrolling & slider edit. - - inputs/io: backspace and arrows in the context of a text input could use system repeat rate. - - inputs/io: clarify/standardize/expose repeat rate and repeat delays (#1808) - - inputs/scrolling: support for smooth scrolling (#2462, #2569) - - - misc: idle: expose "woken up" boolean (set by inputs) and/or animation time (for cursor blink) for backend to be able stop refreshing easily. - - misc: idle: if cursor blink if the _only_ visible animation, core imgui could rewrite vertex alpha to avoid CPU pass on ImGui:: calls. - - misc: idle: if cursor blink if the _only_ visible animation, could even expose a dirty rectangle that optionally can be leverage by some app to render in a smaller viewport, getting rid of much pixel shading cost. - - misc: no way to run a root-most GetID() with ImGui:: api since there's always a Debug window in the stack. (mentioned in #2960) - - misc: make the ImGuiCond values linear (non-power-of-two). internal storage for ImGuiWindow can use integers to combine into flags (Why?) - - misc: PushItemFlag(): add a flag to disable keyboard capture when used with mouse? (#1682) - - misc: use more size_t in public api? - - misc: possible compile-time support for string view/range instead of char* would e.g. facilitate usage with Rust (#683, #3038, WIP string_view branch) - - misc: possible compile-time support for wchar_t instead of char*? - - - demo: demonstrate using PushStyleVar() in more details. - - demo: add vertical separator demo - - demo: add virtual scrolling example? - - demo: demonstrate Plot offset - - demo: window size constraint: square demo is broken when resizing from edges (#1975), would need to rework the callback system to solve this - - - examples: window minimize, maximize (#583) - - examples: provide a zero frame-rate/idle example. - - examples: dx11/dx12: try to use new swapchain blit models (#2970) - - backends: report it better when not able to create texture? - - backends: apple: example_apple should be using modern GL3. - - backends: glfw: could go idle when minimized? if (glfwGetWindowAttrib(window, GLFW_ICONIFIED)) { glfwWaitEvents(); continue; } // issue: DeltaTime will be super high on resume, perhaps provide a way to let impl know (#440) - - backends: opengl: rename imgui_impl_opengl2 to impl_opengl_legacy and imgui_impl_opengl3 to imgui_impl_opengl? (#1900) - - backends: opengl: could use a single vertex buffer and glBufferSubData for uploads? - - backends: opengl: explicitly disable GL_STENCIL_TEST in bindings. - - backends: vulkan: viewport: support for synchronized swapping of multiple swap chains. - - backends: bgfx: https://gist.github.com/RichardGale/6e2b74bc42b3005e08397236e4be0fd0 - - backends: emscriptem: with refactored examples, we could provide a direct imgui_impl_emscripten platform layer (see eg. https://github.com/floooh/sokol-samples/blob/master/html5/imgui-emsc.cc#L42) - - - bindings: ways to use clang ast dump to generate bindings or helpers for bindings? (e.g. clang++ -Xclang -ast-dump=json imgui.h) (WIP project "dear-bindings" still private) - - - optimization: replace vsnprintf with stb_printf? using IMGUI_USE_STB_SPRINTF. (#1038 + needed for string_view) - - optimization: add clipping for multi-component widgets (SliderFloatX, ColorEditX, etc.). one problem is that nav branch can't easily clip parent group when there is a move request. - - optimization: add a flag to disable most of rendering, for the case where the user expect to skip it (#335) - - optimization: fully covered window (covered by another with non-translucent bg + WindowRounding worth of padding) may want to clip rendering. - - optimization: use another hash function than crc32, e.g. FNV1a - - optimization: turn some the various stack vectors into statically-sized arrays diff --git a/external/imgui/examples/README.txt b/external/imgui/examples/README.txt deleted file mode 100644 index 6db2f3c4..00000000 --- a/external/imgui/examples/README.txt +++ /dev/null @@ -1,9 +0,0 @@ -See BACKENDS and EXAMPLES files in the docs/ folder, or on the web at: https://github.com/ocornut/imgui/tree/master/docs - -Backends = Helper code to facilitate integration with platforms/graphics api (used by Examples + should be used by your app). -Examples = Standalone applications showcasing integration with platforms/graphics api. - -Some Examples have extra README files in their respective directory, please check them too! - -Once Dear ImGui is running (in either examples or your own application/game/engine), -run and refer to ImGui::ShowDemoWindow() in imgui_demo.cpp for the end-user API. diff --git a/external/imgui/examples/example_allegro5/README.md b/external/imgui/examples/example_allegro5/README.md deleted file mode 100644 index d6d812ea..00000000 --- a/external/imgui/examples/example_allegro5/README.md +++ /dev/null @@ -1,36 +0,0 @@ - -# Configuration - -Dear ImGui outputs 16-bit vertex indices by default. -Allegro doesn't support them natively, so we have two solutions: convert the indices manually in imgui_impl_allegro5.cpp, or compile dear imgui with 32-bit indices. -You can either modify imconfig.h that comes with Dear ImGui (easier), or set a C++ preprocessor option IMGUI_USER_CONFIG to find to a filename. -We are providing `imconfig_allegro5.h` that enables 32-bit indices. -Note that the backend supports _BOTH_ 16-bit and 32-bit indices, but 32-bit indices will be slightly faster as they won't require a manual conversion. - -# How to Build - -### On Ubuntu 14.04+ and macOS - -```bash -g++ -DIMGUI_USER_CONFIG=\"examples/example_allegro5/imconfig_allegro5.h\" -I .. -I ../.. main.cpp ../../backends/imgui_impl_allegro5.cpp ../../imgui*.cpp -lallegro -lallegro_main -lallegro_primitives -o allegro5_example -``` - -On macOS, install Allegro with homebrew: `brew install allegro`. - -### On Windows with Visual Studio's CLI - -You may install Allegro using vcpkg: -``` -git clone https://github.com/Microsoft/vcpkg -cd vcpkg -bootstrap-vcpkg.bat -vcpkg install allegro5 --triplet=x86-windows ; for win32 -vcpkg install allegro5 --triplet=x64-windows ; for win64 -vcpkg integrate install ; register include / libs in Visual Studio -``` - -Build: -``` -set ALLEGRODIR=path_to_your_allegro5_folder -cl /Zi /MD /I %ALLEGRODIR%\include /DIMGUI_USER_CONFIG=\"examples/example_allegro5/imconfig_allegro5.h\" /I .. /I ..\.. main.cpp ..\..\backends\imgui_impl_allegro5.cpp ..\..\imgui*.cpp /link /LIBPATH:%ALLEGRODIR%\lib allegro-5.0.10-monolith-md.lib user32.lib -``` diff --git a/external/imgui/examples/example_allegro5/example_allegro5.vcxproj b/external/imgui/examples/example_allegro5/example_allegro5.vcxproj deleted file mode 100644 index 69b0ece3..00000000 --- a/external/imgui/examples/example_allegro5/example_allegro5.vcxproj +++ /dev/null @@ -1,180 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {73F235B5-7D31-4FC6-8682-DDC5A097B9C1} - example_allegro5 - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories) - - - true - %(AdditionalLibraryDirectories) - opengl32.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories) - - - true - %(AdditionalLibraryDirectories) - opengl32.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories) - false - - - true - true - true - %(AdditionalLibraryDirectories) - opengl32.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories) - false - - - true - true - true - %(AdditionalLibraryDirectories) - opengl32.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/imgui/examples/example_allegro5/example_allegro5.vcxproj.filters b/external/imgui/examples/example_allegro5/example_allegro5.vcxproj.filters deleted file mode 100644 index 7fea78b3..00000000 --- a/external/imgui/examples/example_allegro5/example_allegro5.vcxproj.filters +++ /dev/null @@ -1,58 +0,0 @@ - - - - - {20b90ce4-7fcb-4731-b9a0-075f875de82d} - - - {f18ab499-84e1-499f-8eff-9754361e0e52} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - sources - - - imgui - - - imgui - - - - - imgui - - - imgui - - - imgui - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_allegro5/imconfig_allegro5.h b/external/imgui/examples/example_allegro5/imconfig_allegro5.h deleted file mode 100644 index 35afa67f..00000000 --- a/external/imgui/examples/example_allegro5/imconfig_allegro5.h +++ /dev/null @@ -1,11 +0,0 @@ -//----------------------------------------------------------------------------- -// COMPILE-TIME OPTIONS FOR DEAR IMGUI ALLEGRO 5 EXAMPLE -// See imconfig.h for the full template -// Because Allegro doesn't support 16-bit vertex indices, we enable the compile-time option of imgui to use 32-bit indices -//----------------------------------------------------------------------------- - -#pragma once - -// Use 32-bit vertex indices because Allegro doesn't support 16-bit ones -// This allows us to avoid converting vertices format at runtime -#define ImDrawIdx int diff --git a/external/imgui/examples/example_allegro5/main.cpp b/external/imgui/examples/example_allegro5/main.cpp deleted file mode 100644 index 51f76246..00000000 --- a/external/imgui/examples/example_allegro5/main.cpp +++ /dev/null @@ -1,144 +0,0 @@ -// Dear ImGui: standalone example application for Allegro 5 -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// On Windows, you can install Allegro5 using vcpkg: -// git clone https://github.com/Microsoft/vcpkg -// cd vcpkg -// bootstrap - vcpkg.bat -// vcpkg install allegro5 --triplet=x86-windows ; for win32 -// vcpkg install allegro5 --triplet=x64-windows ; for win64 -// vcpkg integrate install ; register include and libs in Visual Studio - -#include -#include -#include -#include "imgui.h" -#include "imgui_impl_allegro5.h" - -int main(int, char**) -{ - // Setup Allegro - al_init(); - al_install_keyboard(); - al_install_mouse(); - al_init_primitives_addon(); - al_set_new_display_flags(ALLEGRO_RESIZABLE); - ALLEGRO_DISPLAY* display = al_create_display(1280, 720); - al_set_window_title(display, "Dear ImGui Allegro 5 example"); - ALLEGRO_EVENT_QUEUE* queue = al_create_event_queue(); - al_register_event_source(queue, al_get_display_event_source(display)); - al_register_event_source(queue, al_get_keyboard_event_source()); - al_register_event_source(queue, al_get_mouse_event_source()); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplAllegro5_Init(display); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool running = true; - while (running) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - ALLEGRO_EVENT ev; - while (al_get_next_event(queue, &ev)) - { - ImGui_ImplAllegro5_ProcessEvent(&ev); - if (ev.type == ALLEGRO_EVENT_DISPLAY_CLOSE) - running = false; - if (ev.type == ALLEGRO_EVENT_DISPLAY_RESIZE) - { - ImGui_ImplAllegro5_InvalidateDeviceObjects(); - al_acknowledge_resize(display); - ImGui_ImplAllegro5_CreateDeviceObjects(); - } - } - - // Start the Dear ImGui frame - ImGui_ImplAllegro5_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - al_clear_to_color(al_map_rgba_f(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w)); - ImGui_ImplAllegro5_RenderDrawData(ImGui::GetDrawData()); - al_flip_display(); - } - - // Cleanup - ImGui_ImplAllegro5_Shutdown(); - ImGui::DestroyContext(); - al_destroy_event_queue(queue); - al_destroy_display(display); - - return 0; -} diff --git a/external/imgui/examples/example_android_opengl3/CMakeLists.txt b/external/imgui/examples/example_android_opengl3/CMakeLists.txt deleted file mode 100644 index e9d65bc5..00000000 --- a/external/imgui/examples/example_android_opengl3/CMakeLists.txt +++ /dev/null @@ -1,40 +0,0 @@ -cmake_minimum_required(VERSION 3.6) - -project(ImGuiExample) - -set(CMAKE_CXX_STANDARD 11) -set(CMAKE_CXX_STANDARD_REQUIRED ON) -set(CMAKE_CXX_EXTENSIONS OFF) - -add_library(${CMAKE_PROJECT_NAME} SHARED - ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp - ../../imgui.cpp - ../../imgui_demo.cpp - ../../imgui_draw.cpp - ../../imgui_tables.cpp - ../../imgui_widgets.cpp - ../../backends/imgui_impl_android.cpp - ../../backends/imgui_impl_opengl3.cpp - ${ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c -) - -set(CMAKE_SHARED_LINKER_FLAGS - "${CMAKE_SHARED_LINKER_FLAGS} -u ANativeActivity_onCreate" -) - -target_compile_definitions(${CMAKE_PROJECT_NAME} PRIVATE - IMGUI_IMPL_OPENGL_ES3 -) - -target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE - ../../../.. - ../../backends - ${ANDROID_NDK}/sources/android/native_app_glue -) - -target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE - android - EGL - GLESv3 - log -) diff --git a/external/imgui/examples/example_android_opengl3/android/.gitignore b/external/imgui/examples/example_android_opengl3/android/.gitignore deleted file mode 100644 index 3c7a6191..00000000 --- a/external/imgui/examples/example_android_opengl3/android/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -.cxx -.externalNativeBuild -build/ -*.iml - -.idea -.gradle -local.properties - -# Android Studio puts a Gradle wrapper here, that we don't want: -gradle/ -gradlew* diff --git a/external/imgui/examples/example_android_opengl3/android/app/build.gradle b/external/imgui/examples/example_android_opengl3/android/app/build.gradle deleted file mode 100644 index aa7f0ead..00000000 --- a/external/imgui/examples/example_android_opengl3/android/app/build.gradle +++ /dev/null @@ -1,34 +0,0 @@ -apply plugin: 'com.android.application' -apply plugin: 'kotlin-android' - -android { - compileSdkVersion 29 - buildToolsVersion "30.0.3" - ndkVersion "21.4.7075529" - defaultConfig { - applicationId "imgui.example.android" - minSdkVersion 23 - targetSdkVersion 29 - versionCode 1 - versionName "1.0" - } - - buildTypes { - release { - minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt') - } - } - - externalNativeBuild { - cmake { - path "../../CMakeLists.txt" - } - } -} -repositories { - mavenCentral() -} -dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" -} diff --git a/external/imgui/examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml b/external/imgui/examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index c4009e52..00000000 --- a/external/imgui/examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/external/imgui/examples/example_android_opengl3/android/app/src/main/java/MainActivity.kt b/external/imgui/examples/example_android_opengl3/android/app/src/main/java/MainActivity.kt deleted file mode 100644 index 896a88c8..00000000 --- a/external/imgui/examples/example_android_opengl3/android/app/src/main/java/MainActivity.kt +++ /dev/null @@ -1,40 +0,0 @@ -package imgui.example.android - -import android.app.NativeActivity -import android.os.Bundle -import android.content.Context -import android.view.inputmethod.InputMethodManager -import android.view.KeyEvent -import java.util.concurrent.LinkedBlockingQueue - -class MainActivity : NativeActivity() { - public override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - } - - fun showSoftInput() { - val inputMethodManager = getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager - inputMethodManager.showSoftInput(this.window.decorView, 0) - } - - fun hideSoftInput() { - val inputMethodManager = getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager - inputMethodManager.hideSoftInputFromWindow(this.window.decorView.windowToken, 0) - } - - // Queue for the Unicode characters to be polled from native code (via pollUnicodeChar()) - private var unicodeCharacterQueue: LinkedBlockingQueue = LinkedBlockingQueue() - - // We assume dispatchKeyEvent() of the NativeActivity is actually called for every - // KeyEvent and not consumed by any View before it reaches here - override fun dispatchKeyEvent(event: KeyEvent): Boolean { - if (event.action == KeyEvent.ACTION_DOWN) { - unicodeCharacterQueue.offer(event.getUnicodeChar(event.metaState)) - } - return super.dispatchKeyEvent(event) - } - - fun pollUnicodeChar(): Int { - return unicodeCharacterQueue.poll() ?: 0 - } -} diff --git a/external/imgui/examples/example_android_opengl3/android/build.gradle b/external/imgui/examples/example_android_opengl3/android/build.gradle deleted file mode 100644 index 59f9c78e..00000000 --- a/external/imgui/examples/example_android_opengl3/android/build.gradle +++ /dev/null @@ -1,24 +0,0 @@ -buildscript { - ext.kotlin_version = '1.4.31' - repositories { - google() - mavenCentral() - - } - dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - - } -} - -allprojects { - repositories { - google() - mavenCentral() - } -} - -task clean(type: Delete) { - delete rootProject.buildDir -} diff --git a/external/imgui/examples/example_android_opengl3/android/settings.gradle b/external/imgui/examples/example_android_opengl3/android/settings.gradle deleted file mode 100644 index e7b4def4..00000000 --- a/external/imgui/examples/example_android_opengl3/android/settings.gradle +++ /dev/null @@ -1 +0,0 @@ -include ':app' diff --git a/external/imgui/examples/example_android_opengl3/main.cpp b/external/imgui/examples/example_android_opengl3/main.cpp deleted file mode 100644 index bace1c87..00000000 --- a/external/imgui/examples/example_android_opengl3/main.cpp +++ /dev/null @@ -1,369 +0,0 @@ -// dear imgui: standalone example application for Android + OpenGL ES 3 -// If you are new to dear imgui, see examples/README.txt and documentation at the top of imgui.cpp. - -#include "imgui.h" -#include "imgui_impl_android.h" -#include "imgui_impl_opengl3.h" -#include -#include -#include -#include -#include - -// Data -static EGLDisplay g_EglDisplay = EGL_NO_DISPLAY; -static EGLSurface g_EglSurface = EGL_NO_SURFACE; -static EGLContext g_EglContext = EGL_NO_CONTEXT; -static struct android_app* g_App = NULL; -static bool g_Initialized = false; -static char g_LogTag[] = "ImGuiExample"; - -// Forward declarations of helper functions -static int ShowSoftKeyboardInput(); -static int PollUnicodeChars(); -static int GetAssetData(const char* filename, void** out_data); - -void init(struct android_app* app) -{ - if (g_Initialized) - return; - - g_App = app; - ANativeWindow_acquire(g_App->window); - - // Initialize EGL - // This is mostly boilerplate code for EGL... - { - g_EglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY); - if (g_EglDisplay == EGL_NO_DISPLAY) - __android_log_print(ANDROID_LOG_ERROR, g_LogTag, "%s", "eglGetDisplay(EGL_DEFAULT_DISPLAY) returned EGL_NO_DISPLAY"); - - if (eglInitialize(g_EglDisplay, 0, 0) != EGL_TRUE) - __android_log_print(ANDROID_LOG_ERROR, g_LogTag, "%s", "eglInitialize() returned with an error"); - - const EGLint egl_attributes[] = { EGL_BLUE_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_RED_SIZE, 8, EGL_DEPTH_SIZE, 24, EGL_SURFACE_TYPE, EGL_WINDOW_BIT, EGL_NONE }; - EGLint num_configs = 0; - if (eglChooseConfig(g_EglDisplay, egl_attributes, nullptr, 0, &num_configs) != EGL_TRUE) - __android_log_print(ANDROID_LOG_ERROR, g_LogTag, "%s", "eglChooseConfig() returned with an error"); - if (num_configs == 0) - __android_log_print(ANDROID_LOG_ERROR, g_LogTag, "%s", "eglChooseConfig() returned 0 matching config"); - - // Get the first matching config - EGLConfig egl_config; - eglChooseConfig(g_EglDisplay, egl_attributes, &egl_config, 1, &num_configs); - EGLint egl_format; - eglGetConfigAttrib(g_EglDisplay, egl_config, EGL_NATIVE_VISUAL_ID, &egl_format); - ANativeWindow_setBuffersGeometry(g_App->window, 0, 0, egl_format); - - const EGLint egl_context_attributes[] = { EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE }; - g_EglContext = eglCreateContext(g_EglDisplay, egl_config, EGL_NO_CONTEXT, egl_context_attributes); - - if (g_EglContext == EGL_NO_CONTEXT) - __android_log_print(ANDROID_LOG_ERROR, g_LogTag, "%s", "eglCreateContext() returned EGL_NO_CONTEXT"); - - g_EglSurface = eglCreateWindowSurface(g_EglDisplay, egl_config, g_App->window, NULL); - eglMakeCurrent(g_EglDisplay, g_EglSurface, g_EglSurface, g_EglContext); - } - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); - - // Disable loading/saving of .ini file from disk. - // FIXME: Consider using LoadIniSettingsFromMemory() / SaveIniSettingsToMemory() to save in appropriate location for Android. - io.IniFilename = NULL; - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplAndroid_Init(g_App->window); - ImGui_ImplOpenGL3_Init("#version 300 es"); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - // - Android: The TTF files have to be placed into the assets/ directory (android/app/src/main/assets), we use our GetAssetData() helper to retrieve them. - - // We load the default font with increased size to improve readability on many devices with "high" DPI. - // FIXME: Put some effort into DPI awareness. - // Important: when calling AddFontFromMemoryTTF(), ownership of font_data is transfered by Dear ImGui by default (deleted is handled by Dear ImGui), unless we set FontDataOwnedByAtlas=false in ImFontConfig - ImFontConfig font_cfg; - font_cfg.SizePixels = 22.0f; - io.Fonts->AddFontDefault(&font_cfg); - //void* font_data; - //int font_data_size; - //ImFont* font; - //font_data_size = GetAssetData("Roboto-Medium.ttf", &font_data); - //font = io.Fonts->AddFontFromMemoryTTF(font_data, font_data_size, 16.0f); - //IM_ASSERT(font != NULL); - //font_data_size = GetAssetData("Cousine-Regular.ttf", &font_data); - //font = io.Fonts->AddFontFromMemoryTTF(font_data, font_data_size, 15.0f); - //IM_ASSERT(font != NULL); - //font_data_size = GetAssetData("DroidSans.ttf", &font_data); - //font = io.Fonts->AddFontFromMemoryTTF(font_data, font_data_size, 16.0f); - //IM_ASSERT(font != NULL); - //font_data_size = GetAssetData("ProggyTiny.ttf", &font_data); - //font = io.Fonts->AddFontFromMemoryTTF(font_data, font_data_size, 10.0f); - //IM_ASSERT(font != NULL); - //font_data_size = GetAssetData("ArialUni.ttf", &font_data); - //font = io.Fonts->AddFontFromMemoryTTF(font_data, font_data_size, 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Arbitrary scale-up - // FIXME: Put some effort into DPI awareness - ImGui::GetStyle().ScaleAllSizes(3.0f); - - g_Initialized = true; -} - -void tick() -{ - ImGuiIO& io = ImGui::GetIO(); - if (g_EglDisplay == EGL_NO_DISPLAY) - return; - - // Our state - static bool show_demo_window = true; - static bool show_another_window = false; - static ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Poll Unicode characters via JNI - // FIXME: do not call this every frame because of JNI overhead - PollUnicodeChars(); - - // Open on-screen (soft) input if requested by Dear ImGui - static bool WantTextInputLast = false; - if (io.WantTextInput && !WantTextInputLast) - ShowSoftKeyboardInput(); - WantTextInputLast = io.WantTextInput; - - // Start the Dear ImGui frame - ImGui_ImplOpenGL3_NewFrame(); - ImGui_ImplAndroid_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - glViewport(0, 0, (int)io.DisplaySize.x, (int)io.DisplaySize.y); - glClearColor(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - glClear(GL_COLOR_BUFFER_BIT); - ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData()); - eglSwapBuffers(g_EglDisplay, g_EglSurface); -} - -void shutdown() -{ - if (!g_Initialized) - return; - - // Cleanup - ImGui_ImplOpenGL3_Shutdown(); - ImGui_ImplAndroid_Shutdown(); - ImGui::DestroyContext(); - - if (g_EglDisplay != EGL_NO_DISPLAY) - { - eglMakeCurrent(g_EglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); - - if (g_EglContext != EGL_NO_CONTEXT) - eglDestroyContext(g_EglDisplay, g_EglContext); - - if (g_EglSurface != EGL_NO_SURFACE) - eglDestroySurface(g_EglDisplay, g_EglSurface); - - eglTerminate(g_EglDisplay); - } - - g_EglDisplay = EGL_NO_DISPLAY; - g_EglContext = EGL_NO_CONTEXT; - g_EglSurface = EGL_NO_SURFACE; - ANativeWindow_release(g_App->window); - - g_Initialized = false; -} - -static void handleAppCmd(struct android_app* app, int32_t appCmd) -{ - switch (appCmd) - { - case APP_CMD_SAVE_STATE: - break; - case APP_CMD_INIT_WINDOW: - init(app); - break; - case APP_CMD_TERM_WINDOW: - shutdown(); - break; - case APP_CMD_GAINED_FOCUS: - break; - case APP_CMD_LOST_FOCUS: - break; - } -} - -static int32_t handleInputEvent(struct android_app* app, AInputEvent* inputEvent) -{ - return ImGui_ImplAndroid_HandleInputEvent(inputEvent); -} - -void android_main(struct android_app* app) -{ - app->onAppCmd = handleAppCmd; - app->onInputEvent = handleInputEvent; - - while (true) - { - int out_events; - struct android_poll_source* out_data; - - // Poll all events. If the app is not visible, this loop blocks until g_Initialized == true. - while (ALooper_pollAll(g_Initialized ? 0 : -1, NULL, &out_events, (void**)&out_data) >= 0) - { - // Process one event - if (out_data != NULL) - out_data->process(app, out_data); - - // Exit the app by returning from within the infinite loop - if (app->destroyRequested != 0) - { - // shutdown() should have been called already while processing the - // app command APP_CMD_TERM_WINDOW. But we play save here - if (!g_Initialized) - shutdown(); - - return; - } - } - - // Initiate a new frame - tick(); - } -} - -// Unfortunately, there is no way to show the on-screen input from native code. -// Therefore, we call ShowSoftKeyboardInput() of the main activity implemented in MainActivity.kt via JNI. -static int ShowSoftKeyboardInput() -{ - JavaVM* java_vm = g_App->activity->vm; - JNIEnv* java_env = NULL; - - jint jni_return = java_vm->GetEnv((void**)&java_env, JNI_VERSION_1_6); - if (jni_return == JNI_ERR) - return -1; - - jni_return = java_vm->AttachCurrentThread(&java_env, NULL); - if (jni_return != JNI_OK) - return -2; - - jclass native_activity_clazz = java_env->GetObjectClass(g_App->activity->clazz); - if (native_activity_clazz == NULL) - return -3; - - jmethodID method_id = java_env->GetMethodID(native_activity_clazz, "showSoftInput", "()V"); - if (method_id == NULL) - return -4; - - java_env->CallVoidMethod(g_App->activity->clazz, method_id); - - jni_return = java_vm->DetachCurrentThread(); - if (jni_return != JNI_OK) - return -5; - - return 0; -} - -// Unfortunately, the native KeyEvent implementation has no getUnicodeChar() function. -// Therefore, we implement the processing of KeyEvents in MainActivity.kt and poll -// the resulting Unicode characters here via JNI and send them to Dear ImGui. -static int PollUnicodeChars() -{ - JavaVM* java_vm = g_App->activity->vm; - JNIEnv* java_env = NULL; - - jint jni_return = java_vm->GetEnv((void**)&java_env, JNI_VERSION_1_6); - if (jni_return == JNI_ERR) - return -1; - - jni_return = java_vm->AttachCurrentThread(&java_env, NULL); - if (jni_return != JNI_OK) - return -2; - - jclass native_activity_clazz = java_env->GetObjectClass(g_App->activity->clazz); - if (native_activity_clazz == NULL) - return -3; - - jmethodID method_id = java_env->GetMethodID(native_activity_clazz, "pollUnicodeChar", "()I"); - if (method_id == NULL) - return -4; - - // Send the actual characters to Dear ImGui - ImGuiIO& io = ImGui::GetIO(); - jint unicode_character; - while ((unicode_character = java_env->CallIntMethod(g_App->activity->clazz, method_id)) != 0) - io.AddInputCharacter(unicode_character); - - jni_return = java_vm->DetachCurrentThread(); - if (jni_return != JNI_OK) - return -5; - - return 0; -} - -// Helper to retrieve data placed into the assets/ directory (android/app/src/main/assets) -static int GetAssetData(const char* filename, void** outData) -{ - int num_bytes = 0; - AAsset* asset_descriptor = AAssetManager_open(g_App->activity->assetManager, filename, AASSET_MODE_BUFFER); - if (asset_descriptor) - { - num_bytes = AAsset_getLength(asset_descriptor); - *outData = IM_ALLOC(num_bytes); - int64_t num_bytes_read = AAsset_read(asset_descriptor, *outData, num_bytes); - AAsset_close(asset_descriptor); - IM_ASSERT(num_bytes_read == num_bytes); - } - return num_bytes; -} diff --git a/external/imgui/examples/example_apple_metal/README.md b/external/imgui/examples/example_apple_metal/README.md deleted file mode 100644 index c13df2f1..00000000 --- a/external/imgui/examples/example_apple_metal/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# iOS / OSX Metal example - -## Introduction - -This example shows how to integrate Dear ImGui with Metal. It is based on the "cross-platform" game template provided with Xcode as of Xcode 9. - -Consider basing your work off the example_glfw_metal/ or example_sdl_metal/ examples. They are better supported and will be portable unlike this one. - - - diff --git a/external/imgui/examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj b/external/imgui/examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj deleted file mode 100644 index 4bb4fc28..00000000 --- a/external/imgui/examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj +++ /dev/null @@ -1,503 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 48; - objects = { - -/* Begin PBXBuildFile section */ - 05318E0F274C397200A8DE2E /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05318E0E274C397200A8DE2E /* GameController.framework */; }; - 07A82ED82139413D0078D120 /* imgui_widgets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07A82ED72139413C0078D120 /* imgui_widgets.cpp */; }; - 07A82ED92139418F0078D120 /* imgui_widgets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07A82ED72139413C0078D120 /* imgui_widgets.cpp */; }; - 5079822E257677DB0038A28D /* imgui_tables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5079822D257677DB0038A28D /* imgui_tables.cpp */; }; - 8309BD8F253CCAAA0045E2A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8309BD8E253CCAAA0045E2A1 /* UIKit.framework */; }; - 8309BDA5253CCC070045E2A1 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDA0253CCBC10045E2A1 /* main.mm */; }; - 8309BDA8253CCC080045E2A1 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDA0253CCBC10045E2A1 /* main.mm */; }; - 8309BDBB253CCCAD0045E2A1 /* imgui_impl_metal.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDB5253CCC9D0045E2A1 /* imgui_impl_metal.mm */; }; - 8309BDBE253CCCB60045E2A1 /* imgui_impl_metal.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDB5253CCC9D0045E2A1 /* imgui_impl_metal.mm */; }; - 8309BDBF253CCCB60045E2A1 /* imgui_impl_osx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8309BDB6253CCC9D0045E2A1 /* imgui_impl_osx.mm */; }; - 8309BDC6253CCCFE0045E2A1 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8309BDC5253CCCFE0045E2A1 /* AppKit.framework */; }; - 8309BDFC253CDAB30045E2A1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8309BDF7253CDAAE0045E2A1 /* LaunchScreen.storyboard */; }; - 8309BE04253CDAB60045E2A1 /* MainMenu.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8309BDFA253CDAAE0045E2A1 /* MainMenu.storyboard */; }; - 83BBE9E520EB46B900295997 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83BBE9E420EB46B900295997 /* Metal.framework */; }; - 83BBE9E720EB46BD00295997 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83BBE9E620EB46BD00295997 /* MetalKit.framework */; }; - 83BBE9EC20EB471700295997 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83BBE9EA20EB471700295997 /* MetalKit.framework */; }; - 83BBE9ED20EB471700295997 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83BBE9EB20EB471700295997 /* Metal.framework */; }; - 83BBEA0520EB54E700295997 /* imgui_draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0120EB54E700295997 /* imgui_draw.cpp */; }; - 83BBEA0620EB54E700295997 /* imgui_draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0120EB54E700295997 /* imgui_draw.cpp */; }; - 83BBEA0720EB54E700295997 /* imgui_demo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0220EB54E700295997 /* imgui_demo.cpp */; }; - 83BBEA0820EB54E700295997 /* imgui_demo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0220EB54E700295997 /* imgui_demo.cpp */; }; - 83BBEA0920EB54E700295997 /* imgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0320EB54E700295997 /* imgui.cpp */; }; - 83BBEA0A20EB54E700295997 /* imgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83BBEA0320EB54E700295997 /* imgui.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 05318E0E274C397200A8DE2E /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; }; - 07A82ED62139413C0078D120 /* imgui_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_internal.h; path = ../../imgui_internal.h; sourceTree = ""; }; - 07A82ED72139413C0078D120 /* imgui_widgets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_widgets.cpp; path = ../../imgui_widgets.cpp; sourceTree = ""; }; - 5079822D257677DB0038A28D /* imgui_tables.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_tables.cpp; path = ../../imgui_tables.cpp; sourceTree = ""; }; - 8307E7C420E9F9C900473790 /* example_apple_metal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example_apple_metal.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 8307E7DA20E9F9C900473790 /* example_apple_metal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example_apple_metal.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 8309BD8E253CCAAA0045E2A1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 8309BDA0253CCBC10045E2A1 /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = ""; }; - 8309BDB5253CCC9D0045E2A1 /* imgui_impl_metal.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = imgui_impl_metal.mm; path = ../../backends/imgui_impl_metal.mm; sourceTree = ""; }; - 8309BDB6253CCC9D0045E2A1 /* imgui_impl_osx.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = imgui_impl_osx.mm; path = ../../backends/imgui_impl_osx.mm; sourceTree = ""; }; - 8309BDC5253CCCFE0045E2A1 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; - 8309BDF7253CDAAE0045E2A1 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; }; - 8309BDF8253CDAAE0045E2A1 /* Info-iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = ""; }; - 8309BDFA253CDAAE0045E2A1 /* MainMenu.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = MainMenu.storyboard; sourceTree = ""; }; - 8309BDFB253CDAAE0045E2A1 /* Info-macOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-macOS.plist"; sourceTree = ""; }; - 83BBE9E420EB46B900295997 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/Metal.framework; sourceTree = DEVELOPER_DIR; }; - 83BBE9E620EB46BD00295997 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/MetalKit.framework; sourceTree = DEVELOPER_DIR; }; - 83BBE9E820EB46C100295997 /* ModelIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ModelIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk/System/Library/Frameworks/ModelIO.framework; sourceTree = DEVELOPER_DIR; }; - 83BBE9EA20EB471700295997 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = System/Library/Frameworks/MetalKit.framework; sourceTree = SDKROOT; }; - 83BBE9EB20EB471700295997 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; }; - 83BBE9EE20EB471C00295997 /* ModelIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ModelIO.framework; path = System/Library/Frameworks/ModelIO.framework; sourceTree = SDKROOT; }; - 83BBEA0020EB54E700295997 /* imgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui.h; path = ../../imgui.h; sourceTree = ""; }; - 83BBEA0120EB54E700295997 /* imgui_draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_draw.cpp; path = ../../imgui_draw.cpp; sourceTree = ""; }; - 83BBEA0220EB54E700295997 /* imgui_demo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_demo.cpp; path = ../../imgui_demo.cpp; sourceTree = ""; }; - 83BBEA0320EB54E700295997 /* imgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui.cpp; path = ../../imgui.cpp; sourceTree = ""; }; - 83BBEA0420EB54E700295997 /* imconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imconfig.h; path = ../../imconfig.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 8307E7C120E9F9C900473790 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8309BD8F253CCAAA0045E2A1 /* UIKit.framework in Frameworks */, - 83BBE9E720EB46BD00295997 /* MetalKit.framework in Frameworks */, - 83BBE9E520EB46B900295997 /* Metal.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8307E7D720E9F9C900473790 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8309BDC6253CCCFE0045E2A1 /* AppKit.framework in Frameworks */, - 83BBE9EC20EB471700295997 /* MetalKit.framework in Frameworks */, - 05318E0F274C397200A8DE2E /* GameController.framework in Frameworks */, - 83BBE9ED20EB471700295997 /* Metal.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 8307E7B520E9F9C700473790 = { - isa = PBXGroup; - children = ( - 83BBE9F020EB544400295997 /* imgui */, - 8309BD9E253CCBA70045E2A1 /* example */, - 8307E7C520E9F9C900473790 /* Products */, - 83BBE9E320EB46B800295997 /* Frameworks */, - ); - sourceTree = ""; - }; - 8307E7C520E9F9C900473790 /* Products */ = { - isa = PBXGroup; - children = ( - 8307E7C420E9F9C900473790 /* example_apple_metal.app */, - 8307E7DA20E9F9C900473790 /* example_apple_metal.app */, - ); - name = Products; - sourceTree = ""; - }; - 8309BD9E253CCBA70045E2A1 /* example */ = { - isa = PBXGroup; - children = ( - 8309BDF6253CDAAE0045E2A1 /* iOS */, - 8309BDF9253CDAAE0045E2A1 /* macOS */, - 8309BDA0253CCBC10045E2A1 /* main.mm */, - ); - name = example; - sourceTree = ""; - }; - 8309BDF6253CDAAE0045E2A1 /* iOS */ = { - isa = PBXGroup; - children = ( - 8309BDF7253CDAAE0045E2A1 /* LaunchScreen.storyboard */, - 8309BDF8253CDAAE0045E2A1 /* Info-iOS.plist */, - ); - path = iOS; - sourceTree = ""; - }; - 8309BDF9253CDAAE0045E2A1 /* macOS */ = { - isa = PBXGroup; - children = ( - 8309BDFA253CDAAE0045E2A1 /* MainMenu.storyboard */, - 8309BDFB253CDAAE0045E2A1 /* Info-macOS.plist */, - ); - path = macOS; - sourceTree = ""; - }; - 83BBE9E320EB46B800295997 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 05318E0E274C397200A8DE2E /* GameController.framework */, - 8309BDC5253CCCFE0045E2A1 /* AppKit.framework */, - 8309BD8E253CCAAA0045E2A1 /* UIKit.framework */, - 83BBE9EE20EB471C00295997 /* ModelIO.framework */, - 83BBE9EB20EB471700295997 /* Metal.framework */, - 83BBE9EA20EB471700295997 /* MetalKit.framework */, - 83BBE9E820EB46C100295997 /* ModelIO.framework */, - 83BBE9E620EB46BD00295997 /* MetalKit.framework */, - 83BBE9E420EB46B900295997 /* Metal.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 83BBE9F020EB544400295997 /* imgui */ = { - isa = PBXGroup; - children = ( - 5079822D257677DB0038A28D /* imgui_tables.cpp */, - 8309BDB5253CCC9D0045E2A1 /* imgui_impl_metal.mm */, - 8309BDB6253CCC9D0045E2A1 /* imgui_impl_osx.mm */, - 83BBEA0420EB54E700295997 /* imconfig.h */, - 83BBEA0320EB54E700295997 /* imgui.cpp */, - 83BBEA0020EB54E700295997 /* imgui.h */, - 83BBEA0220EB54E700295997 /* imgui_demo.cpp */, - 83BBEA0120EB54E700295997 /* imgui_draw.cpp */, - 07A82ED62139413C0078D120 /* imgui_internal.h */, - 07A82ED72139413C0078D120 /* imgui_widgets.cpp */, - ); - name = imgui; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 8307E7C320E9F9C900473790 /* example_apple_metal_ios */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8307E7F020E9F9C900473790 /* Build configuration list for PBXNativeTarget "example_apple_metal_ios" */; - buildPhases = ( - 8307E7C020E9F9C900473790 /* Sources */, - 8307E7C120E9F9C900473790 /* Frameworks */, - 8307E7C220E9F9C900473790 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = example_apple_metal_ios; - productName = "imguiex iOS"; - productReference = 8307E7C420E9F9C900473790 /* example_apple_metal.app */; - productType = "com.apple.product-type.application"; - }; - 8307E7D920E9F9C900473790 /* example_apple_metal_macos */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8307E7F320E9F9C900473790 /* Build configuration list for PBXNativeTarget "example_apple_metal_macos" */; - buildPhases = ( - 8307E7D620E9F9C900473790 /* Sources */, - 8307E7D720E9F9C900473790 /* Frameworks */, - 8307E7D820E9F9C900473790 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = example_apple_metal_macos; - productName = "imguiex macOS"; - productReference = 8307E7DA20E9F9C900473790 /* example_apple_metal.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 8307E7B620E9F9C700473790 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1200; - ORGANIZATIONNAME = "Warren Moore"; - TargetAttributes = { - 8307E7C320E9F9C900473790 = { - CreatedOnToolsVersion = 9.4.1; - ProvisioningStyle = Automatic; - }; - 8307E7D920E9F9C900473790 = { - CreatedOnToolsVersion = 9.4.1; - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = 8307E7B920E9F9C700473790 /* Build configuration list for PBXProject "example_apple_metal" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 8307E7B520E9F9C700473790; - productRefGroup = 8307E7C520E9F9C900473790 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8307E7C320E9F9C900473790 /* example_apple_metal_ios */, - 8307E7D920E9F9C900473790 /* example_apple_metal_macos */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 8307E7C220E9F9C900473790 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8309BDFC253CDAB30045E2A1 /* LaunchScreen.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8307E7D820E9F9C900473790 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8309BE04253CDAB60045E2A1 /* MainMenu.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 8307E7C020E9F9C900473790 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8309BDBB253CCCAD0045E2A1 /* imgui_impl_metal.mm in Sources */, - 83BBEA0920EB54E700295997 /* imgui.cpp in Sources */, - 83BBEA0720EB54E700295997 /* imgui_demo.cpp in Sources */, - 83BBEA0520EB54E700295997 /* imgui_draw.cpp in Sources */, - 5079822E257677DB0038A28D /* imgui_tables.cpp in Sources */, - 07A82ED82139413D0078D120 /* imgui_widgets.cpp in Sources */, - 8309BDA5253CCC070045E2A1 /* main.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8307E7D620E9F9C900473790 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8309BDBE253CCCB60045E2A1 /* imgui_impl_metal.mm in Sources */, - 8309BDBF253CCCB60045E2A1 /* imgui_impl_osx.mm in Sources */, - 83BBEA0A20EB54E700295997 /* imgui.cpp in Sources */, - 83BBEA0820EB54E700295997 /* imgui_demo.cpp in Sources */, - 83BBEA0620EB54E700295997 /* imgui_draw.cpp in Sources */, - 5079822E257677DB0038A28D /* imgui_tables.cpp in Sources */, - 07A82ED92139418F0078D120 /* imgui_widgets.cpp in Sources */, - 8309BDA8253CCC080045E2A1 /* main.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 8307E7EE20E9F9C900473790 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - }; - name = Debug; - }; - 8307E7EF20E9F9C900473790 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = NO; - }; - name = Release; - }; - 8307E7F120E9F9C900473790 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = ""; - INFOPLIST_FILE = "$(SRCROOT)/iOS/Info-iOS.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "org.imgui.example.apple-metal-ios"; - PRODUCT_NAME = example_apple_metal; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../**"; - }; - name = Debug; - }; - 8307E7F220E9F9C900473790 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = ""; - INFOPLIST_FILE = "$(SRCROOT)/iOS/Info-iOS.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "org.imgui.example.apple-metal-ios"; - PRODUCT_NAME = example_apple_metal; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../**"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8307E7F420E9F9C900473790 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = ""; - INFOPLIST_FILE = "$(SRCROOT)/macOS/Info-macOS.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = "org.imgui.example.apple-metal-macos"; - PRODUCT_NAME = example_apple_metal; - SDKROOT = macosx; - USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../**"; - }; - name = Debug; - }; - 8307E7F520E9F9C900473790 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = "-"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = ""; - INFOPLIST_FILE = "$(SRCROOT)/macOS/Info-macOS.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_BUNDLE_IDENTIFIER = "org.imgui.example.apple-metal-macos"; - PRODUCT_NAME = example_apple_metal; - SDKROOT = macosx; - USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../**"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 8307E7B920E9F9C700473790 /* Build configuration list for PBXProject "example_apple_metal" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8307E7EE20E9F9C900473790 /* Debug */, - 8307E7EF20E9F9C900473790 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8307E7F020E9F9C900473790 /* Build configuration list for PBXNativeTarget "example_apple_metal_ios" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8307E7F120E9F9C900473790 /* Debug */, - 8307E7F220E9F9C900473790 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8307E7F320E9F9C900473790 /* Build configuration list for PBXNativeTarget "example_apple_metal_macos" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8307E7F420E9F9C900473790 /* Debug */, - 8307E7F520E9F9C900473790 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 8307E7B620E9F9C700473790 /* Project object */; -} diff --git a/external/imgui/examples/example_apple_metal/iOS/Info-iOS.plist b/external/imgui/examples/example_apple_metal/iOS/Info-iOS.plist deleted file mode 100644 index 93ef078d..00000000 --- a/external/imgui/examples/example_apple_metal/iOS/Info-iOS.plist +++ /dev/null @@ -1,49 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - imgui - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - metal - - UIRequiresFullScreen - - UIStatusBarHidden - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - UIInterfaceOrientationPortraitUpsideDown - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/external/imgui/examples/example_apple_metal/iOS/LaunchScreen.storyboard b/external/imgui/examples/example_apple_metal/iOS/LaunchScreen.storyboard deleted file mode 100644 index 12c52cfb..00000000 --- a/external/imgui/examples/example_apple_metal/iOS/LaunchScreen.storyboard +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/imgui/examples/example_apple_metal/macOS/Info-macOS.plist b/external/imgui/examples/example_apple_metal/macOS/Info-macOS.plist deleted file mode 100644 index 6f4a2b23..00000000 --- a/external/imgui/examples/example_apple_metal/macOS/Info-macOS.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIconFile - - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - imgui - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - LSMinimumSystemVersion - $(MACOSX_DEPLOYMENT_TARGET) - NSMainStoryboardFile - MainMenu - NSPrincipalClass - NSApplication - - diff --git a/external/imgui/examples/example_apple_metal/macOS/MainMenu.storyboard b/external/imgui/examples/example_apple_metal/macOS/MainMenu.storyboard deleted file mode 100644 index 38ad432b..00000000 --- a/external/imgui/examples/example_apple_metal/macOS/MainMenu.storyboard +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/imgui/examples/example_apple_metal/main.mm b/external/imgui/examples/example_apple_metal/main.mm deleted file mode 100644 index 9b44585f..00000000 --- a/external/imgui/examples/example_apple_metal/main.mm +++ /dev/null @@ -1,331 +0,0 @@ -// Dear ImGui: standalone example application for OSX + Metal. -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#import - -#if TARGET_OS_OSX -#import -#else -#import -#endif - -#import -#import - -#include "imgui.h" -#include "imgui_impl_metal.h" -#if TARGET_OS_OSX -#include "imgui_impl_osx.h" -@interface AppViewController : NSViewController -@end -#else -@interface AppViewController : UIViewController -@end -#endif - -@interface AppViewController () -@property (nonatomic, readonly) MTKView *mtkView; -@property (nonatomic, strong) id device; -@property (nonatomic, strong) id commandQueue; -@end - -//----------------------------------------------------------------------------------- -// AppViewController -//----------------------------------------------------------------------------------- - -@implementation AppViewController - --(instancetype)initWithNibName:(nullable NSString *)nibNameOrNil bundle:(nullable NSBundle *)nibBundleOrNil -{ - self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; - - _device = MTLCreateSystemDefaultDevice(); - _commandQueue = [_device newCommandQueue]; - - if (!self.device) - { - NSLog(@"Metal is not supported"); - abort(); - } - - // Setup Dear ImGui context - // FIXME: This example doesn't have proper cleanup... - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Renderer backend - ImGui_ImplMetal_Init(_device); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.txt' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - return self; -} - --(MTKView *)mtkView -{ - return (MTKView *)self.view; -} - --(void)loadView -{ - self.view = [[MTKView alloc] initWithFrame:CGRectMake(0, 0, 1200, 720)]; -} - --(void)viewDidLoad -{ - [super viewDidLoad]; - - self.mtkView.device = self.device; - self.mtkView.delegate = self; - -#if TARGET_OS_OSX - ImGui_ImplOSX_Init(self.view); - [NSApp activateIgnoringOtherApps:YES]; -#endif -} - --(void)drawInMTKView:(MTKView*)view -{ - ImGuiIO& io = ImGui::GetIO(); - io.DisplaySize.x = view.bounds.size.width; - io.DisplaySize.y = view.bounds.size.height; - -#if TARGET_OS_OSX - CGFloat framebufferScale = view.window.screen.backingScaleFactor ?: NSScreen.mainScreen.backingScaleFactor; -#else - CGFloat framebufferScale = view.window.screen.scale ?: UIScreen.mainScreen.scale; -#endif - io.DisplayFramebufferScale = ImVec2(framebufferScale, framebufferScale); - - id commandBuffer = [self.commandQueue commandBuffer]; - - MTLRenderPassDescriptor* renderPassDescriptor = view.currentRenderPassDescriptor; - if (renderPassDescriptor == nil) - { - [commandBuffer commit]; - return; - } - - // Start the Dear ImGui frame - ImGui_ImplMetal_NewFrame(renderPassDescriptor); -#if TARGET_OS_OSX - ImGui_ImplOSX_NewFrame(view); -#endif - ImGui::NewFrame(); - - // Our state (make them static = more or less global) as a convenience to keep the example terse. - static bool show_demo_window = true; - static bool show_another_window = false; - static ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - ImDrawData* draw_data = ImGui::GetDrawData(); - - renderPassDescriptor.colorAttachments[0].clearColor = MTLClearColorMake(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - id renderEncoder = [commandBuffer renderCommandEncoderWithDescriptor:renderPassDescriptor]; - [renderEncoder pushDebugGroup:@"Dear ImGui rendering"]; - ImGui_ImplMetal_RenderDrawData(draw_data, commandBuffer, renderEncoder); - [renderEncoder popDebugGroup]; - [renderEncoder endEncoding]; - - // Present - [commandBuffer presentDrawable:view.currentDrawable]; - [commandBuffer commit]; -} - --(void)mtkView:(MTKView*)view drawableSizeWillChange:(CGSize)size -{ -} - -//----------------------------------------------------------------------------------- -// Input processing -//----------------------------------------------------------------------------------- - -#if TARGET_OS_OSX - -- (void)viewWillAppear -{ - [super viewWillAppear]; - self.view.window.delegate = self; -} - -- (void)windowWillClose:(NSNotification *)notification -{ - ImGui_ImplMetal_Shutdown(); - ImGui_ImplOSX_Shutdown(); - ImGui::DestroyContext(); -} - -#else - -// This touch mapping is super cheesy/hacky. We treat any touch on the screen -// as if it were a depressed left mouse button, and we don't bother handling -// multitouch correctly at all. This causes the "cursor" to behave very erratically -// when there are multiple active touches. But for demo purposes, single-touch -// interaction actually works surprisingly well. --(void)updateIOWithTouchEvent:(UIEvent *)event -{ - UITouch *anyTouch = event.allTouches.anyObject; - CGPoint touchLocation = [anyTouch locationInView:self.view]; - ImGuiIO &io = ImGui::GetIO(); - io.AddMousePosEvent(touchLocation.x, touchLocation.y); - - BOOL hasActiveTouch = NO; - for (UITouch *touch in event.allTouches) - { - if (touch.phase != UITouchPhaseEnded && touch.phase != UITouchPhaseCancelled) - { - hasActiveTouch = YES; - break; - } - } - io.AddMouseButtonEvent(0, hasActiveTouch); -} - --(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [self updateIOWithTouchEvent:event]; } --(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event { [self updateIOWithTouchEvent:event]; } --(void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event { [self updateIOWithTouchEvent:event]; } --(void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event { [self updateIOWithTouchEvent:event]; } - -#endif - -@end - -//----------------------------------------------------------------------------------- -// AppDelegate -//----------------------------------------------------------------------------------- - -#if TARGET_OS_OSX - -@interface AppDelegate : NSObject -@property (nonatomic, strong) NSWindow *window; -@end - -@implementation AppDelegate - --(BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender -{ - return YES; -} - --(instancetype)init -{ - if (self = [super init]) - { - NSViewController *rootViewController = [[AppViewController alloc] initWithNibName:nil bundle:nil]; - self.window = [[NSWindow alloc] initWithContentRect:NSZeroRect - styleMask:NSWindowStyleMaskTitled | NSWindowStyleMaskClosable | NSWindowStyleMaskResizable | NSWindowStyleMaskMiniaturizable - backing:NSBackingStoreBuffered - defer:NO]; - self.window.contentViewController = rootViewController; - [self.window center]; - [self.window makeKeyAndOrderFront:self]; - } - return self; -} - -@end - -#else - -@interface AppDelegate : UIResponder -@property (strong, nonatomic) UIWindow *window; -@end - -@implementation AppDelegate - --(BOOL)application:(UIApplication *)application - didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ - UIViewController *rootViewController = [[AppViewController alloc] init]; - self.window = [[UIWindow alloc] initWithFrame:UIScreen.mainScreen.bounds]; - self.window.rootViewController = rootViewController; - [self.window makeKeyAndVisible]; - return YES; -} - -@end - -#endif - -//----------------------------------------------------------------------------------- -// Application main() function -//----------------------------------------------------------------------------------- - -#if TARGET_OS_OSX - -int main(int argc, const char * argv[]) -{ - return NSApplicationMain(argc, argv); -} - -#else - -int main(int argc, char * argv[]) -{ - @autoreleasepool - { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} - -#endif diff --git a/external/imgui/examples/example_apple_opengl2/example_apple_opengl2.xcodeproj/project.pbxproj b/external/imgui/examples/example_apple_opengl2/example_apple_opengl2.xcodeproj/project.pbxproj deleted file mode 100644 index a168373d..00000000 --- a/external/imgui/examples/example_apple_opengl2/example_apple_opengl2.xcodeproj/project.pbxproj +++ /dev/null @@ -1,332 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 48; - objects = { - -/* Begin PBXBuildFile section */ - 05E31B59274EF0700083FCB6 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05E31B57274EF0360083FCB6 /* GameController.framework */; }; - 07A82EDB213941D00078D120 /* imgui_widgets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07A82EDA213941D00078D120 /* imgui_widgets.cpp */; }; - 4080A99820B02D340036BA46 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4080A98A20B02CD90036BA46 /* main.mm */; }; - 4080A9A220B034280036BA46 /* imgui_impl_opengl2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A99E20B034280036BA46 /* imgui_impl_opengl2.cpp */; }; - 4080A9AD20B0343C0036BA46 /* imgui_demo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */; }; - 4080A9AE20B0343C0036BA46 /* imgui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9A720B0343C0036BA46 /* imgui.cpp */; }; - 4080A9AF20B0343C0036BA46 /* imgui_draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */; }; - 4080A9B020B0347A0036BA46 /* imgui_impl_osx.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4080A99F20B034280036BA46 /* imgui_impl_osx.mm */; }; - 4080A9B320B034E40036BA46 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4080A9B220B034E40036BA46 /* Cocoa.framework */; }; - 4080A9B520B034EA0036BA46 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4080A9B420B034EA0036BA46 /* OpenGL.framework */; }; - 50798230257677FD0038A28D /* imgui_tables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5079822F257677FC0038A28D /* imgui_tables.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 4080A96920B029B00036BA46 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 05E31B57274EF0360083FCB6 /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; }; - 07A82EDA213941D00078D120 /* imgui_widgets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_widgets.cpp; path = ../../imgui_widgets.cpp; sourceTree = ""; }; - 4080A96B20B029B00036BA46 /* example_osx_opengl2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = example_osx_opengl2; sourceTree = BUILT_PRODUCTS_DIR; }; - 4080A98A20B02CD90036BA46 /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = SOURCE_ROOT; }; - 4080A99E20B034280036BA46 /* imgui_impl_opengl2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_impl_opengl2.cpp; path = ../../backends/imgui_impl_opengl2.cpp; sourceTree = ""; }; - 4080A99F20B034280036BA46 /* imgui_impl_osx.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = imgui_impl_osx.mm; path = ../../backends/imgui_impl_osx.mm; sourceTree = ""; }; - 4080A9A020B034280036BA46 /* imgui_impl_opengl2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_impl_opengl2.h; path = ../../backends/imgui_impl_opengl2.h; sourceTree = ""; }; - 4080A9A120B034280036BA46 /* imgui_impl_osx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_impl_osx.h; path = ../../backends/imgui_impl_osx.h; sourceTree = ""; }; - 4080A9A520B0343C0036BA46 /* imgui_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui_internal.h; path = ../../imgui_internal.h; sourceTree = ""; }; - 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_demo.cpp; path = ../../imgui_demo.cpp; sourceTree = ""; }; - 4080A9A720B0343C0036BA46 /* imgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui.cpp; path = ../../imgui.cpp; sourceTree = ""; }; - 4080A9A820B0343C0036BA46 /* imgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imgui.h; path = ../../imgui.h; sourceTree = ""; }; - 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_draw.cpp; path = ../../imgui_draw.cpp; sourceTree = ""; }; - 4080A9AC20B0343C0036BA46 /* imconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imconfig.h; path = ../../imconfig.h; sourceTree = ""; }; - 4080A9B220B034E40036BA46 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; - 4080A9B420B034EA0036BA46 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; - 5079822F257677FC0038A28D /* imgui_tables.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = imgui_tables.cpp; path = ../../imgui_tables.cpp; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 4080A96820B029B00036BA46 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4080A9B520B034EA0036BA46 /* OpenGL.framework in Frameworks */, - 4080A9B320B034E40036BA46 /* Cocoa.framework in Frameworks */, - 05E31B59274EF0700083FCB6 /* GameController.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 4080A96220B029B00036BA46 = { - isa = PBXGroup; - children = ( - 5079822F257677FC0038A28D /* imgui_tables.cpp */, - 4080A9AC20B0343C0036BA46 /* imconfig.h */, - 4080A9A720B0343C0036BA46 /* imgui.cpp */, - 4080A9A820B0343C0036BA46 /* imgui.h */, - 07A82EDA213941D00078D120 /* imgui_widgets.cpp */, - 4080A9A620B0343C0036BA46 /* imgui_demo.cpp */, - 4080A9AA20B0343C0036BA46 /* imgui_draw.cpp */, - 4080A9A520B0343C0036BA46 /* imgui_internal.h */, - 4080A99E20B034280036BA46 /* imgui_impl_opengl2.cpp */, - 4080A9A020B034280036BA46 /* imgui_impl_opengl2.h */, - 4080A9A120B034280036BA46 /* imgui_impl_osx.h */, - 4080A99F20B034280036BA46 /* imgui_impl_osx.mm */, - 4080A98A20B02CD90036BA46 /* main.mm */, - 4080A96C20B029B00036BA46 /* Products */, - 4080A9B120B034E40036BA46 /* Frameworks */, - ); - sourceTree = ""; - }; - 4080A96C20B029B00036BA46 /* Products */ = { - isa = PBXGroup; - children = ( - 4080A96B20B029B00036BA46 /* example_osx_opengl2 */, - ); - name = Products; - sourceTree = ""; - }; - 4080A9B120B034E40036BA46 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 05E31B57274EF0360083FCB6 /* GameController.framework */, - 4080A9B420B034EA0036BA46 /* OpenGL.framework */, - 4080A9B220B034E40036BA46 /* Cocoa.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 4080A96A20B029B00036BA46 /* example_osx_opengl2 */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4080A97220B029B00036BA46 /* Build configuration list for PBXNativeTarget "example_osx_opengl2" */; - buildPhases = ( - 4080A96720B029B00036BA46 /* Sources */, - 4080A96820B029B00036BA46 /* Frameworks */, - 4080A96920B029B00036BA46 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = example_osx_opengl2; - productName = example_osx_opengl2; - productReference = 4080A96B20B029B00036BA46 /* example_osx_opengl2 */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 4080A96320B029B00036BA46 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0930; - ORGANIZATIONNAME = ImGui; - TargetAttributes = { - 4080A96A20B029B00036BA46 = { - CreatedOnToolsVersion = 9.3.1; - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = 4080A96620B029B00036BA46 /* Build configuration list for PBXProject "example_apple_opengl2" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 4080A96220B029B00036BA46; - productRefGroup = 4080A96C20B029B00036BA46 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 4080A96A20B029B00036BA46 /* example_osx_opengl2 */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 4080A96720B029B00036BA46 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4080A99820B02D340036BA46 /* main.mm in Sources */, - 4080A9AD20B0343C0036BA46 /* imgui_demo.cpp in Sources */, - 4080A9AF20B0343C0036BA46 /* imgui_draw.cpp in Sources */, - 4080A9A220B034280036BA46 /* imgui_impl_opengl2.cpp in Sources */, - 4080A9B020B0347A0036BA46 /* imgui_impl_osx.mm in Sources */, - 4080A9AE20B0343C0036BA46 /* imgui.cpp in Sources */, - 50798230257677FD0038A28D /* imgui_tables.cpp in Sources */, - 07A82EDB213941D00078D120 /* imgui_widgets.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 4080A97020B029B00036BA46 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.13; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - 4080A97120B029B00036BA46 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.13; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - 4080A97320B029B00036BA46 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_NAME = "$(TARGET_NAME)"; - USER_HEADER_SEARCH_PATHS = ../..; - }; - name = Debug; - }; - 4080A97420B029B00036BA46 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - MACOSX_DEPLOYMENT_TARGET = 10.12; - PRODUCT_NAME = "$(TARGET_NAME)"; - USER_HEADER_SEARCH_PATHS = ../..; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4080A96620B029B00036BA46 /* Build configuration list for PBXProject "example_apple_opengl2" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4080A97020B029B00036BA46 /* Debug */, - 4080A97120B029B00036BA46 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4080A97220B029B00036BA46 /* Build configuration list for PBXNativeTarget "example_osx_opengl2" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4080A97320B029B00036BA46 /* Debug */, - 4080A97420B029B00036BA46 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 4080A96320B029B00036BA46 /* Project object */; -} diff --git a/external/imgui/examples/example_apple_opengl2/main.mm b/external/imgui/examples/example_apple_opengl2/main.mm deleted file mode 100644 index 83b16fed..00000000 --- a/external/imgui/examples/example_apple_opengl2/main.mm +++ /dev/null @@ -1,250 +0,0 @@ -// Dear ImGui: standalone example application for OSX + OpenGL2, using legacy fixed pipeline -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#import -#import -#import - -#include "imgui.h" -#include "imgui_impl_opengl2.h" -#include "imgui_impl_osx.h" - -//----------------------------------------------------------------------------------- -// AppView -//----------------------------------------------------------------------------------- - -@interface AppView : NSOpenGLView -{ - NSTimer* animationTimer; -} -@end - -@implementation AppView - --(void)prepareOpenGL -{ - [super prepareOpenGL]; - -#ifndef DEBUG - GLint swapInterval = 1; - [[self openGLContext] setValues:&swapInterval forParameter:NSOpenGLCPSwapInterval]; - if (swapInterval == 0) - NSLog(@"Error: Cannot set swap interval."); -#endif -} - --(void)initialize -{ - // Setup Dear ImGui context - // FIXME: This example doesn't have proper cleanup... - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplOSX_Init(self); - ImGui_ImplOpenGL2_Init(); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.txt' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); -} - --(void)updateAndDrawDemoView -{ - // Start the Dear ImGui frame - ImGui_ImplOpenGL2_NewFrame(); - ImGui_ImplOSX_NewFrame(self); - ImGui::NewFrame(); - - // Our state (make them static = more or less global) as a convenience to keep the example terse. - static bool show_demo_window = true; - static bool show_another_window = false; - static ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - ImDrawData* draw_data = ImGui::GetDrawData(); - - [[self openGLContext] makeCurrentContext]; - GLsizei width = (GLsizei)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x); - GLsizei height = (GLsizei)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y); - glViewport(0, 0, width, height); - glClearColor(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - glClear(GL_COLOR_BUFFER_BIT); - - ImGui_ImplOpenGL2_RenderDrawData(draw_data); - - // Present - [[self openGLContext] flushBuffer]; - - if (!animationTimer) - animationTimer = [NSTimer scheduledTimerWithTimeInterval:0.017 target:self selector:@selector(animationTimerFired:) userInfo:nil repeats:YES]; -} - --(void)reshape { [super reshape]; [[self openGLContext] update]; [self updateAndDrawDemoView]; } --(void)drawRect:(NSRect)bounds { [self updateAndDrawDemoView]; } --(void)animationTimerFired:(NSTimer*)timer { [self setNeedsDisplay:YES]; } --(void)dealloc { animationTimer = nil; } - -@end - -//----------------------------------------------------------------------------------- -// AppDelegate -//----------------------------------------------------------------------------------- - -@interface AppDelegate : NSObject -@property (nonatomic, readonly) NSWindow* window; -@end - -@implementation AppDelegate -@synthesize window = _window; - --(BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication -{ - return YES; -} - --(NSWindow*)window -{ - if (_window != nil) - return (_window); - - NSRect viewRect = NSMakeRect(100.0, 100.0, 100.0 + 1280.0, 100 + 720.0); - - _window = [[NSWindow alloc] initWithContentRect:viewRect styleMask:NSWindowStyleMaskTitled|NSWindowStyleMaskMiniaturizable|NSWindowStyleMaskResizable|NSWindowStyleMaskClosable backing:NSBackingStoreBuffered defer:YES]; - [_window setTitle:@"Dear ImGui OSX+OpenGL2 Example"]; - [_window setAcceptsMouseMovedEvents:YES]; - [_window setOpaque:YES]; - [_window makeKeyAndOrderFront:NSApp]; - - return (_window); -} - --(void)setupMenu -{ - NSMenu* mainMenuBar = [[NSMenu alloc] init]; - NSMenu* appMenu; - NSMenuItem* menuItem; - - appMenu = [[NSMenu alloc] initWithTitle:@"Dear ImGui OSX+OpenGL2 Example"]; - menuItem = [appMenu addItemWithTitle:@"Quit Dear ImGui OSX+OpenGL2 Example" action:@selector(terminate:) keyEquivalent:@"q"]; - [menuItem setKeyEquivalentModifierMask:NSEventModifierFlagCommand]; - - menuItem = [[NSMenuItem alloc] init]; - [menuItem setSubmenu:appMenu]; - - [mainMenuBar addItem:menuItem]; - - appMenu = nil; - [NSApp setMainMenu:mainMenuBar]; -} - --(void)dealloc -{ - _window = nil; -} - --(void)applicationDidFinishLaunching:(NSNotification *)aNotification -{ - // Make the application a foreground application (else it won't receive keyboard events) - ProcessSerialNumber psn = {0, kCurrentProcess}; - TransformProcessType(&psn, kProcessTransformToForegroundApplication); - - // Menu - [self setupMenu]; - - NSOpenGLPixelFormatAttribute attrs[] = - { - NSOpenGLPFADoubleBuffer, - NSOpenGLPFADepthSize, 32, - 0 - }; - - NSOpenGLPixelFormat* format = [[NSOpenGLPixelFormat alloc] initWithAttributes:attrs]; - AppView* view = [[AppView alloc] initWithFrame:self.window.frame pixelFormat:format]; - format = nil; -#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070 - if (floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_6) - [view setWantsBestResolutionOpenGLSurface:YES]; -#endif // MAC_OS_X_VERSION_MAX_ALLOWED >= 1070 - [self.window setContentView:view]; - - if ([view openGLContext] == nil) - NSLog(@"No OpenGL Context!"); - - [view initialize]; -} - -@end - -//----------------------------------------------------------------------------------- -// Application main() function -//----------------------------------------------------------------------------------- - -int main(int argc, const char* argv[]) -{ - @autoreleasepool - { - NSApp = [NSApplication sharedApplication]; - AppDelegate* delegate = [[AppDelegate alloc] init]; - [[NSApplication sharedApplication] setDelegate:delegate]; - [NSApp run]; - } - return NSApplicationMain(argc, argv); -} diff --git a/external/imgui/examples/example_emscripten_opengl3/Makefile b/external/imgui/examples/example_emscripten_opengl3/Makefile deleted file mode 100644 index b2933e10..00000000 --- a/external/imgui/examples/example_emscripten_opengl3/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# -# Makefile to use with emscripten -# See https://emscripten.org/docs/getting_started/downloads.html -# for installation instructions. -# -# This Makefile assumes you have loaded emscripten's environment. -# (On Windows, you may need to execute emsdk_env.bat or encmdprompt.bat ahead) -# -# Running `make` will produce three files: -# - web/index.html -# - web/index.js -# - web/index.wasm -# -# All three are needed to run the demo. - -CC = emcc -CXX = em++ -WEB_DIR = web -EXE = $(WEB_DIR)/index.html -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) -CPPFLAGS = -LDFLAGS = -EMS = - -##--------------------------------------------------------------------- -## EMSCRIPTEN OPTIONS -##--------------------------------------------------------------------- - -# ("EMS" options gets added to both CPPFLAGS and LDFLAGS, whereas some options are for linker only) -EMS += -s USE_SDL=2 -EMS += -s DISABLE_EXCEPTION_CATCHING=1 -LDFLAGS += -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -s NO_EXIT_RUNTIME=0 -s ASSERTIONS=1 - -# Uncomment next line to fix possible rendering bugs with Emscripten version older then 1.39.0 (https://github.com/ocornut/imgui/issues/2877) -#EMS += -s BINARYEN_TRAP_MODE=clamp -#EMS += -s SAFE_HEAP=1 ## Adds overhead - -# Emscripten allows preloading a file or folder to be accessible at runtime. -# The Makefile for this example project suggests embedding the misc/fonts/ folder into our application, it will then be accessible as "/fonts" -# See documentation for more details: https://emscripten.org/docs/porting/files/packaging_files.html -# (Default value is 0. Set to 1 to enable file-system and include the misc/fonts/ folder as part of the build.) -USE_FILE_SYSTEM ?= 0 -ifeq ($(USE_FILE_SYSTEM), 0) -LDFLAGS += -s NO_FILESYSTEM=1 -CPPFLAGS += -DIMGUI_DISABLE_FILE_FUNCTIONS -endif -ifeq ($(USE_FILE_SYSTEM), 1) -LDFLAGS += --no-heap-copy --preload-file ../../misc/fonts@/fonts -endif - -##--------------------------------------------------------------------- -## FINAL BUILD FLAGS -##--------------------------------------------------------------------- - -CPPFLAGS += -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -#CPPFLAGS += -g -CPPFLAGS += -Wall -Wformat -Os $(EMS) -LDFLAGS += --shell-file shell_minimal.html $(EMS) - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(EXE) - -$(WEB_DIR): - mkdir $@ - -serve: all - python3 -m http.server -d $(WEB_DIR) - -$(EXE): $(OBJS) $(WEB_DIR) - $(CXX) -o $@ $(OBJS) $(LDFLAGS) - -clean: - rm -rf $(OBJS) $(WEB_DIR) diff --git a/external/imgui/examples/example_emscripten_opengl3/README.md b/external/imgui/examples/example_emscripten_opengl3/README.md deleted file mode 100644 index e2b19e44..00000000 --- a/external/imgui/examples/example_emscripten_opengl3/README.md +++ /dev/null @@ -1,26 +0,0 @@ -## How to Build - -- You need to install Emscripten from https://emscripten.org/docs/getting_started/downloads.html, and have the environment variables set, as described in https://emscripten.org/docs/getting_started/downloads.html#installation-instructions - -- Depending on your configuration, in Windows you may need to run `emsdk/emsdk_env.bat` in your console to access the Emscripten command-line tools. - -- You may also refer to our [Continuous Integration setup](https://github.com/ocornut/imgui/tree/master/.github/workflows) for Emscripten setup. - -- Then build using `make` while in the `example_emscripten_opengl3/` directory. - -## How to Run - -To run on a local machine: -- `make serve` will use Python3 to spawn a local webserver, you can then browse http://localhost:8000 to access your build. -- Otherwise, generally you will need a local webserver: - - Quoting [https://emscripten.org/docs/getting_started](https://emscripten.org/docs/getting_started/Tutorial.html#generating-html):
-_"Unfortunately several browsers (including Chrome, Safari, and Internet Explorer) do not support file:// [XHR](https://emscripten.org/docs/site/glossary.html#term-xhr) requests, and can’t load extra files needed by the HTML (like a .wasm file, or packaged file data as mentioned lower down). For these browsers you’ll need to serve the files using a [local webserver](https://emscripten.org/docs/getting_started/FAQ.html#faq-local-webserver) and then open http://localhost:8000/hello.html."_ - - Emscripten SDK has a handy `emrun` command: `emrun web/example_emscripten_opengl3.html --browser firefox` which will spawn a temporary local webserver (in Firefox). See https://emscripten.org/docs/compiling/Running-html-files-with-emrun.html for details. - - You may use Python 3 builtin webserver: `python -m http.server -d web` (this is what `make serve` uses). - - You may use Python 2 builtin webserver: `cd web && python -m SimpleHTTPServer`. - - If you are accessing the files over a network, certain browsers, such as Firefox, will restrict Gamepad API access to secure contexts only (e.g. https only). - -## Obsolete features: - -- Emscripten 2.0 (August 2020) obsoleted the fastcomp backend, only llvm is supported. -- Emscripten 1.39.0 (October 2019) obsoleted the `BINARYEN_TRAP_MODE=clamp` compilation flag which was required with version older than 1.39.0 to avoid rendering artefacts. See [#2877](https://github.com/ocornut/imgui/issues/2877) for details. If you use an older version, uncomment this line in the Makefile: `#EMS += -s BINARYEN_TRAP_MODE=clamp` diff --git a/external/imgui/examples/example_emscripten_opengl3/main.cpp b/external/imgui/examples/example_emscripten_opengl3/main.cpp deleted file mode 100644 index be934049..00000000 --- a/external/imgui/examples/example_emscripten_opengl3/main.cpp +++ /dev/null @@ -1,174 +0,0 @@ -// Dear ImGui: standalone example application for Emscripten, using SDL2 + OpenGL3 -// (Emscripten is a C++-to-javascript compiler, used to publish executables for the web. See https://emscripten.org/) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// This is mostly the same code as the SDL2 + OpenGL3 example, simply with the modifications needed to run on Emscripten. -// It is possible to combine both code into a single source file that will compile properly on Desktop and using Emscripten. -// See https://github.com/ocornut/imgui/pull/2492 as an example on how to do just that. - -#include "imgui.h" -#include "imgui_impl_sdl.h" -#include "imgui_impl_opengl3.h" -#include -#include -#include -#include - -// Emscripten requires to have full control over the main loop. We're going to store our SDL book-keeping variables globally. -// Having a single function that acts as a loop prevents us to store state in the stack of said function. So we need some location for this. -SDL_Window* g_Window = NULL; -SDL_GLContext g_GLContext = NULL; - -// For clarity, our main loop code is declared at the end. -static void main_loop(void*); - -int main(int, char**) -{ - // Setup SDL - if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_GAMECONTROLLER) != 0) - { - printf("Error: %s\n", SDL_GetError()); - return -1; - } - - // For the browser using Emscripten, we are going to use WebGL1 with GL ES2. See the Makefile. for requirement details. - // It is very likely the generated file won't work in many browsers. Firefox is the only sure bet, but I have successfully - // run this code on Chrome for Android for example. - const char* glsl_version = "#version 100"; - //const char* glsl_version = "#version 300 es"; - SDL_GL_SetAttribute(SDL_GL_CONTEXT_FLAGS, 0); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 2); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 0); - - // Create window with graphics context - SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1); - SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 24); - SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); - SDL_DisplayMode current; - SDL_GetCurrentDisplayMode(0, ¤t); - SDL_WindowFlags window_flags = (SDL_WindowFlags)(SDL_WINDOW_OPENGL | SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI); - g_Window = SDL_CreateWindow("Dear ImGui Emscripten example", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1280, 720, window_flags); - g_GLContext = SDL_GL_CreateContext(g_Window); - if (!g_GLContext) - { - fprintf(stderr, "Failed to initialize WebGL context!\n"); - return 1; - } - SDL_GL_SetSwapInterval(1); // Enable vsync - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // For an Emscripten build we are disabling file-system access, so let's not attempt to do a fopen() of the imgui.ini file. - // You may manually call LoadIniSettingsFromMemory() to load settings from your own storage. - io.IniFilename = NULL; - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplSDL2_InitForOpenGL(g_Window, g_GLContext); - ImGui_ImplOpenGL3_Init(glsl_version); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - // - Emscripten allows preloading a file or folder to be accessible at runtime. See Makefile for details. - //io.Fonts->AddFontDefault(); -#ifndef IMGUI_DISABLE_FILE_FUNCTIONS - io.Fonts->AddFontFromFileTTF("fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("fonts/ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); -#endif - - // This function call won't return, and will engage in an infinite loop, processing events from the browser, and dispatching them. - emscripten_set_main_loop_arg(main_loop, NULL, 0, true); -} - -static void main_loop(void* arg) -{ - ImGuiIO& io = ImGui::GetIO(); - IM_UNUSED(arg); // We can pass this argument as the second parameter of emscripten_set_main_loop_arg(), but we don't use that. - - // Our state (make them static = more or less global) as a convenience to keep the example terse. - static bool show_demo_window = true; - static bool show_another_window = false; - static ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - SDL_Event event; - while (SDL_PollEvent(&event)) - { - ImGui_ImplSDL2_ProcessEvent(&event); - // Capture events here, based on io.WantCaptureMouse and io.WantCaptureKeyboard - } - - // Start the Dear ImGui frame - ImGui_ImplOpenGL3_NewFrame(); - ImGui_ImplSDL2_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - SDL_GL_MakeCurrent(g_Window, g_GLContext); - glViewport(0, 0, (int)io.DisplaySize.x, (int)io.DisplaySize.y); - glClearColor(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - glClear(GL_COLOR_BUFFER_BIT); - ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData()); - SDL_GL_SwapWindow(g_Window); -} diff --git a/external/imgui/examples/example_emscripten_opengl3/shell_minimal.html b/external/imgui/examples/example_emscripten_opengl3/shell_minimal.html deleted file mode 100644 index 514385d7..00000000 --- a/external/imgui/examples/example_emscripten_opengl3/shell_minimal.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - Dear ImGui Emscripten example - - - - - - {{{ SCRIPT }}} - - diff --git a/external/imgui/examples/example_emscripten_wgpu/Makefile b/external/imgui/examples/example_emscripten_wgpu/Makefile deleted file mode 100644 index 5c79f0c7..00000000 --- a/external/imgui/examples/example_emscripten_wgpu/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# -# Makefile to use with emscripten -# See https://emscripten.org/docs/getting_started/downloads.html -# for installation instructions. -# -# This Makefile assumes you have loaded emscripten's environment. -# (On Windows, you may need to execute emsdk_env.bat or encmdprompt.bat ahead) -# -# Running `make` will produce three files: -# - web/index.html (current stored in the repository) -# - web/index.js -# - web/index.wasm -# -# All three are needed to run the demo. - -CC = emcc -CXX = em++ -WEB_DIR = web -EXE = $(WEB_DIR)/index.js -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_wgpu.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) -CPPFLAGS = -LDFLAGS = -EMS = - -##--------------------------------------------------------------------- -## EMSCRIPTEN OPTIONS -##--------------------------------------------------------------------- - -# ("EMS" options gets added to both CPPFLAGS and LDFLAGS, whereas some options are for linker only) -EMS += -s DISABLE_EXCEPTION_CATCHING=1 -LDFLAGS += -s USE_GLFW=3 -s USE_WEBGPU=1 -LDFLAGS += -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -s NO_EXIT_RUNTIME=0 -s ASSERTIONS=1 - -# Emscripten allows preloading a file or folder to be accessible at runtime. -# The Makefile for this example project suggests embedding the misc/fonts/ folder into our application, it will then be accessible as "/fonts" -# See documentation for more details: https://emscripten.org/docs/porting/files/packaging_files.html -# (Default value is 0. Set to 1 to enable file-system and include the misc/fonts/ folder as part of the build.) -USE_FILE_SYSTEM ?= 0 -ifeq ($(USE_FILE_SYSTEM), 0) -LDFLAGS += -s NO_FILESYSTEM=1 -CPPFLAGS += -DIMGUI_DISABLE_FILE_FUNCTIONS -endif -ifeq ($(USE_FILE_SYSTEM), 1) -LDFLAGS += --no-heap-copy --preload-file ../../misc/fonts@/fonts -endif - -##--------------------------------------------------------------------- -## FINAL BUILD FLAGS -##--------------------------------------------------------------------- - -CPPFLAGS += -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -#CPPFLAGS += -g -CPPFLAGS += -Wall -Wformat -Os $(EMS) -#LDFLAGS += --shell-file shell_minimal.html -LDFLAGS += $(EMS) - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(EXE) - -$(WEB_DIR): - mkdir $@ - -serve: all - python3 -m http.server -d $(WEB_DIR) - -$(EXE): $(OBJS) $(WEB_DIR) - $(CXX) -o $@ $(OBJS) $(LDFLAGS) - -clean: - rm -f $(EXE) $(OBJS) $(WEB_DIR)/*.js $(WEB_DIR)/*.wasm $(WEB_DIR)/*.wasm.pre diff --git a/external/imgui/examples/example_emscripten_wgpu/README.md b/external/imgui/examples/example_emscripten_wgpu/README.md deleted file mode 100644 index c4c4dec7..00000000 --- a/external/imgui/examples/example_emscripten_wgpu/README.md +++ /dev/null @@ -1,24 +0,0 @@ -## How to Build - -- You need to install Emscripten from https://emscripten.org/docs/getting_started/downloads.html, and have the environment variables set, as described in https://emscripten.org/docs/getting_started/downloads.html#installation-instructions - -- Depending on your configuration, in Windows you may need to run `emsdk/emsdk_env.bat` in your console to access the Emscripten command-line tools. - -- You may also refer to our [Continuous Integration setup](https://github.com/ocornut/imgui/tree/master/.github/workflows) for Emscripten setup. - -- Then build using `make` while in the `example_emscripten_wgpu/` directory. - -- Requires recent Emscripten as WGPU is still a work-in-progress API. - -## How to Run - -To run on a local machine: -- Make sure your browse supports WGPU and it is enabled. WGPU is still WIP not enabled by default in most browser. -- `make serve` will use Python3 to spawn a local webserver, you can then browse http://localhost:8000 to access your build. -- Otherwise, generally you will need a local webserver: - - Quoting [https://emscripten.org/docs/getting_started](https://emscripten.org/docs/getting_started/Tutorial.html#generating-html):
-_"Unfortunately several browsers (including Chrome, Safari, and Internet Explorer) do not support file:// [XHR](https://emscripten.org/docs/site/glossary.html#term-xhr) requests, and can’t load extra files needed by the HTML (like a .wasm file, or packaged file data as mentioned lower down). For these browsers you’ll need to serve the files using a [local webserver](https://emscripten.org/docs/getting_started/FAQ.html#faq-local-webserver) and then open http://localhost:8000/hello.html."_ - - Emscripten SDK has a handy `emrun` command: `emrun web/example_emscripten_opengl3.html --browser firefox` which will spawn a temporary local webserver (in Firefox). See https://emscripten.org/docs/compiling/Running-html-files-with-emrun.html for details. - - You may use Python 3 builtin webserver: `python -m http.server -d web` (this is what `make serve` uses). - - You may use Python 2 builtin webserver: `cd web && python -m SimpleHTTPServer`. - - If you are accessing the files over a network, certain browsers, such as Firefox, will restrict Gamepad API access to secure contexts only (e.g. https only). diff --git a/external/imgui/examples/example_emscripten_wgpu/main.cpp b/external/imgui/examples/example_emscripten_wgpu/main.cpp deleted file mode 100644 index 6225099e..00000000 --- a/external/imgui/examples/example_emscripten_wgpu/main.cpp +++ /dev/null @@ -1,245 +0,0 @@ -// Dear ImGui: standalone example application for Emscripten, using GLFW + WebGPU -// (Emscripten is a C++-to-javascript compiler, used to publish executables for the web. See https://emscripten.org/) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_glfw.h" -#include "imgui_impl_wgpu.h" -#include -#include -#include -#include -#include -#include -#include - -// Global WebGPU required states -static WGPUDevice wgpu_device = NULL; -static WGPUSurface wgpu_surface = NULL; -static WGPUSwapChain wgpu_swap_chain = NULL; -static int wgpu_swap_chain_width = 0; -static int wgpu_swap_chain_height = 0; - -// States tracked across render frames -static bool show_demo_window = true; -static bool show_another_window = false; -static ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - -// Forward declarations -static bool init_wgpu(); -static void main_loop(void* window); -static void print_glfw_error(int error, const char* description); -static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*); - -int main(int, char**) -{ - glfwSetErrorCallback(print_glfw_error); - if (!glfwInit()) - return 1; - - // Make sure GLFW does not initialize any graphics context. - // This needs to be done explicitly later - glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API); - - GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+WebGPU example", NULL, NULL); - if (!window) - { - glfwTerminate(); - return 1; - } - - // Initialize the WebGPU environment - if (!init_wgpu()) - { - if (window) - glfwDestroyWindow(window); - glfwTerminate(); - return 1; - } - glfwShowWindow(window); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // For an Emscripten build we are disabling file-system access, so let's not attempt to do a fopen() of the imgui.ini file. - // You may manually call LoadIniSettingsFromMemory() to load settings from your own storage. - io.IniFilename = NULL; - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplGlfw_InitForOther(window, true); - ImGui_ImplWGPU_Init(wgpu_device, 3, WGPUTextureFormat_RGBA8Unorm); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - // - Emscripten allows preloading a file or folder to be accessible at runtime. See Makefile for details. - //io.Fonts->AddFontDefault(); -#ifndef IMGUI_DISABLE_FILE_FUNCTIONS - io.Fonts->AddFontFromFileTTF("fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("fonts/ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); -#endif - - // This function will directly return and exit the main function. - // Make sure that no required objects get cleaned up. - // This way we can use the browsers 'requestAnimationFrame' to control the rendering. - emscripten_set_main_loop_arg(main_loop, window, 0, false); - - return 0; -} - -static bool init_wgpu() -{ - wgpu_device = emscripten_webgpu_get_device(); - if (!wgpu_device) - return false; - - wgpuDeviceSetUncapturedErrorCallback(wgpu_device, print_wgpu_error, NULL); - - // Use C++ wrapper due to misbehavior in Emscripten. - // Some offset computation for wgpuInstanceCreateSurface in JavaScript - // seem to be inline with struct alignments in the C++ structure - wgpu::SurfaceDescriptorFromCanvasHTMLSelector html_surface_desc = {}; - html_surface_desc.selector = "#canvas"; - - wgpu::SurfaceDescriptor surface_desc = {}; - surface_desc.nextInChain = &html_surface_desc; - - // Use 'null' instance - wgpu::Instance instance = {}; - wgpu_surface = instance.CreateSurface(&surface_desc).Release(); - - return true; -} - -static void main_loop(void* window) -{ - glfwPollEvents(); - - int width, height; - glfwGetFramebufferSize((GLFWwindow*) window, &width, &height); - - // React to changes in screen size - if (width != wgpu_swap_chain_width && height != wgpu_swap_chain_height) - { - ImGui_ImplWGPU_InvalidateDeviceObjects(); - - if (wgpu_swap_chain) - wgpuSwapChainRelease(wgpu_swap_chain); - - wgpu_swap_chain_width = width; - wgpu_swap_chain_height = height; - - WGPUSwapChainDescriptor swap_chain_desc = {}; - swap_chain_desc.usage = WGPUTextureUsage_RenderAttachment; - swap_chain_desc.format = WGPUTextureFormat_RGBA8Unorm; - swap_chain_desc.width = width; - swap_chain_desc.height = height; - swap_chain_desc.presentMode = WGPUPresentMode_Fifo; - wgpu_swap_chain = wgpuDeviceCreateSwapChain(wgpu_device, wgpu_surface, &swap_chain_desc); - - ImGui_ImplWGPU_CreateDeviceObjects(); - } - - // Start the Dear ImGui frame - ImGui_ImplWGPU_NewFrame(); - ImGui_ImplGlfw_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - - WGPURenderPassColorAttachment color_attachments = {}; - color_attachments.loadOp = WGPULoadOp_Clear; - color_attachments.storeOp = WGPUStoreOp_Store; - color_attachments.clearValue = { clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w }; - color_attachments.view = wgpuSwapChainGetCurrentTextureView(wgpu_swap_chain); - WGPURenderPassDescriptor render_pass_desc = {}; - render_pass_desc.colorAttachmentCount = 1; - render_pass_desc.colorAttachments = &color_attachments; - render_pass_desc.depthStencilAttachment = NULL; - - WGPUCommandEncoderDescriptor enc_desc = {}; - WGPUCommandEncoder encoder = wgpuDeviceCreateCommandEncoder(wgpu_device, &enc_desc); - - WGPURenderPassEncoder pass = wgpuCommandEncoderBeginRenderPass(encoder, &render_pass_desc); - ImGui_ImplWGPU_RenderDrawData(ImGui::GetDrawData(), pass); - wgpuRenderPassEncoderEnd(pass); - - WGPUCommandBufferDescriptor cmd_buffer_desc = {}; - WGPUCommandBuffer cmd_buffer = wgpuCommandEncoderFinish(encoder, &cmd_buffer_desc); - WGPUQueue queue = wgpuDeviceGetQueue(wgpu_device); - wgpuQueueSubmit(queue, 1, &cmd_buffer); -} - -static void print_glfw_error(int error, const char* description) -{ - printf("Glfw Error %d: %s\n", error, description); -} - -static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*) -{ - const char* error_type_lbl = ""; - switch (error_type) - { - case WGPUErrorType_Validation: error_type_lbl = "Validation"; break; - case WGPUErrorType_OutOfMemory: error_type_lbl = "Out of memory"; break; - case WGPUErrorType_Unknown: error_type_lbl = "Unknown"; break; - case WGPUErrorType_DeviceLost: error_type_lbl = "Device lost"; break; - default: error_type_lbl = "Unknown"; - } - printf("%s error: %s\n", error_type_lbl, message); -} diff --git a/external/imgui/examples/example_emscripten_wgpu/web/index.html b/external/imgui/examples/example_emscripten_wgpu/web/index.html deleted file mode 100644 index 82b1c422..00000000 --- a/external/imgui/examples/example_emscripten_wgpu/web/index.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - Dear ImGui Emscripten+WebGPU example - - - - - - - diff --git a/external/imgui/examples/example_glfw_metal/Makefile b/external/imgui/examples/example_glfw_metal/Makefile deleted file mode 100644 index 82d5ac96..00000000 --- a/external/imgui/examples/example_glfw_metal/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# -# You will need GLFW (http://www.glfw.org): -# brew install glfw -# - -#CXX = g++ -#CXX = clang++ - -EXE = example_glfw_metal -IMGUI_DIR = ../.. -SOURCES = main.mm -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_metal.mm -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) - -LIBS = -framework Metal -framework MetalKit -framework Cocoa -framework IOKit -framework CoreVideo -framework QuartzCore -LIBS += -L/usr/local/lib -L/opt/homebrew/lib -LIBS += -lglfw - -CXXFLAGS = -std=c++11 -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -I/usr/local/include -I/opt/homebrew/include -CXXFLAGS += -Wall -Wformat -CFLAGS = $(CXXFLAGS) - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:%.mm - $(CXX) $(CXXFLAGS) -ObjC++ -fobjc-weak -fobjc-arc -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.mm - $(CXX) $(CXXFLAGS) -ObjC++ -fobjc-weak -fobjc-arc -c -o $@ $< - -all: $(EXE) - @echo Build complete - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) diff --git a/external/imgui/examples/example_glfw_metal/main.mm b/external/imgui/examples/example_glfw_metal/main.mm deleted file mode 100644 index 2d7af51e..00000000 --- a/external/imgui/examples/example_glfw_metal/main.mm +++ /dev/null @@ -1,172 +0,0 @@ -// Dear ImGui: standalone example application for GLFW + Metal, using programmable pipeline -// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan/Metal graphics context creation, etc.) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_glfw.h" -#include "imgui_impl_metal.h" -#include - -#define GLFW_INCLUDE_NONE -#define GLFW_EXPOSE_NATIVE_COCOA -#include -#include - -#import -#import - -static void glfw_error_callback(int error, const char* description) -{ - fprintf(stderr, "Glfw Error %d: %s\n", error, description); -} - -int main(int, char**) -{ - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.txt' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Setup window - glfwSetErrorCallback(glfw_error_callback); - if (!glfwInit()) - return 1; - - // Create window with graphics context - glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API); - GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+Metal example", NULL, NULL); - if (window == NULL) - return 1; - - id device = MTLCreateSystemDefaultDevice(); - id commandQueue = [device newCommandQueue]; - - // Setup Platform/Renderer backends - ImGui_ImplGlfw_InitForOpenGL(window, true); - ImGui_ImplMetal_Init(device); - - NSWindow *nswin = glfwGetCocoaWindow(window); - CAMetalLayer *layer = [CAMetalLayer layer]; - layer.device = device; - layer.pixelFormat = MTLPixelFormatBGRA8Unorm; - nswin.contentView.layer = layer; - nswin.contentView.wantsLayer = YES; - - MTLRenderPassDescriptor *renderPassDescriptor = [MTLRenderPassDescriptor new]; - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - float clear_color[4] = {0.45f, 0.55f, 0.60f, 1.00f}; - - // Main loop - while (!glfwWindowShouldClose(window)) - { - @autoreleasepool - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - glfwPollEvents(); - - int width, height; - glfwGetFramebufferSize(window, &width, &height); - layer.drawableSize = CGSizeMake(width, height); - id drawable = [layer nextDrawable]; - - id commandBuffer = [commandQueue commandBuffer]; - renderPassDescriptor.colorAttachments[0].clearColor = MTLClearColorMake(clear_color[0] * clear_color[3], clear_color[1] * clear_color[3], clear_color[2] * clear_color[3], clear_color[3]); - renderPassDescriptor.colorAttachments[0].texture = drawable.texture; - renderPassDescriptor.colorAttachments[0].loadAction = MTLLoadActionClear; - renderPassDescriptor.colorAttachments[0].storeAction = MTLStoreActionStore; - id renderEncoder = [commandBuffer renderCommandEncoderWithDescriptor:renderPassDescriptor]; - [renderEncoder pushDebugGroup:@"ImGui demo"]; - - // Start the Dear ImGui frame - ImGui_ImplMetal_NewFrame(renderPassDescriptor); - ImGui_ImplGlfw_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - ImGui_ImplMetal_RenderDrawData(ImGui::GetDrawData(), commandBuffer, renderEncoder); - - [renderEncoder popDebugGroup]; - [renderEncoder endEncoding]; - - [commandBuffer presentDrawable:drawable]; - [commandBuffer commit]; - } - } - - // Cleanup - ImGui_ImplMetal_Shutdown(); - ImGui_ImplGlfw_Shutdown(); - ImGui::DestroyContext(); - - glfwDestroyWindow(window); - glfwTerminate(); - - return 0; -} diff --git a/external/imgui/examples/example_glfw_opengl2/Makefile b/external/imgui/examples/example_glfw_opengl2/Makefile deleted file mode 100644 index 1f15c15c..00000000 --- a/external/imgui/examples/example_glfw_opengl2/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# -# Cross Platform Makefile -# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X -# -# You will need GLFW (http://www.glfw.org): -# Linux: -# apt-get install libglfw-dev -# Mac OS X: -# brew install glfw -# MSYS2: -# pacman -S --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-glfw -# - -#CXX = g++ -#CXX = clang++ - -EXE = example_glfw_opengl2 -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) - -CXXFLAGS = -std=c++11 -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -CXXFLAGS += -g -Wall -Wformat -LIBS = - -##--------------------------------------------------------------------- -## BUILD FLAGS PER PLATFORM -##--------------------------------------------------------------------- - -ifeq ($(UNAME_S), Linux) #LINUX - ECHO_MESSAGE = "Linux" - LIBS += -lGL `pkg-config --static --libs glfw3` - - CXXFLAGS += `pkg-config --cflags glfw3` - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(UNAME_S), Darwin) #APPLE - ECHO_MESSAGE = "Mac OS X" - LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo - LIBS += -L/usr/local/lib -L/opt/local/lib -L/opt/homebrew/lib - #LIBS += -lglfw3 - LIBS += -lglfw - - CXXFLAGS += -I/usr/local/include -I/opt/local/include -I/opt/homebrew/include - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(OS), Windows_NT) - ECHO_MESSAGE = "MinGW" - LIBS += -lglfw3 -lgdi32 -lopengl32 -limm32 - - CXXFLAGS += `pkg-config --cflags glfw3` - CFLAGS = $(CXXFLAGS) -endif - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(ECHO_MESSAGE) - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) - diff --git a/external/imgui/examples/example_glfw_opengl2/build_win32.bat b/external/imgui/examples/example_glfw_opengl2/build_win32.bat deleted file mode 100644 index a0a75f90..00000000 --- a/external/imgui/examples/example_glfw_opengl2/build_win32.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_glfw_opengl2 -@set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include -@set SOURCES=main.cpp ..\..\backends\imgui_impl_opengl2.cpp ..\..\backends\imgui_impl_glfw.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-32 glfw3.lib opengl32.lib gdi32.lib shell32.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% diff --git a/external/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj b/external/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj deleted file mode 100644 index faf6d9a5..00000000 --- a/external/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj +++ /dev/null @@ -1,181 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {9CDA7840-B7A5-496D-A527-E95571496D18} - example_glfw_opengl2 - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories) - - - true - ..\libs\glfw\lib-vc2010-32;%(AdditionalLibraryDirectories) - opengl32.lib;glfw3.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories) - - - true - ..\libs\glfw\lib-vc2010-64;%(AdditionalLibraryDirectories) - opengl32.lib;glfw3.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories) - false - - - true - true - true - ..\libs\glfw\lib-vc2010-32;%(AdditionalLibraryDirectories) - opengl32.lib;glfw3.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories) - false - - - true - true - true - ..\libs\glfw\lib-vc2010-64;%(AdditionalLibraryDirectories) - opengl32.lib;glfw3.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters b/external/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters deleted file mode 100644 index 69b285d1..00000000 --- a/external/imgui/examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj.filters +++ /dev/null @@ -1,61 +0,0 @@ - - - - - {c336cfe3-f0c4-464c-9ef0-a9e17a7ff222} - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - sources - - - imgui - - - imgui - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_glfw_opengl2/main.cpp b/external/imgui/examples/example_glfw_opengl2/main.cpp deleted file mode 100644 index 455c4f53..00000000 --- a/external/imgui/examples/example_glfw_opengl2/main.cpp +++ /dev/null @@ -1,159 +0,0 @@ -// Dear ImGui: standalone example application for GLFW + OpenGL2, using legacy fixed pipeline -// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan/Metal graphics context creation, etc.) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// **DO NOT USE THIS CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)** -// **Prefer using the code in the example_glfw_opengl2/ folder** -// See imgui_impl_glfw.cpp for details. - -#include "imgui.h" -#include "imgui_impl_glfw.h" -#include "imgui_impl_opengl2.h" -#include -#ifdef __APPLE__ -#define GL_SILENCE_DEPRECATION -#endif -#include - -// [Win32] Our example includes a copy of glfw3.lib pre-compiled with VS2010 to maximize ease of testing and compatibility with old VS compilers. -// To link with VS2010-era libraries, VS2015+ requires linking with legacy_stdio_definitions.lib, which we do using this pragma. -// Your own project should not be affected, as you are likely to link with a newer binary of GLFW that is adequate for your version of Visual Studio. -#if defined(_MSC_VER) && (_MSC_VER >= 1900) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS) -#pragma comment(lib, "legacy_stdio_definitions") -#endif - -static void glfw_error_callback(int error, const char* description) -{ - fprintf(stderr, "Glfw Error %d: %s\n", error, description); -} - -int main(int, char**) -{ - // Setup window - glfwSetErrorCallback(glfw_error_callback); - if (!glfwInit()) - return 1; - GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+OpenGL2 example", NULL, NULL); - if (window == NULL) - return 1; - glfwMakeContextCurrent(window); - glfwSwapInterval(1); // Enable vsync - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplGlfw_InitForOpenGL(window, true); - ImGui_ImplOpenGL2_Init(); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - while (!glfwWindowShouldClose(window)) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - glfwPollEvents(); - - // Start the Dear ImGui frame - ImGui_ImplOpenGL2_NewFrame(); - ImGui_ImplGlfw_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - int display_w, display_h; - glfwGetFramebufferSize(window, &display_w, &display_h); - glViewport(0, 0, display_w, display_h); - glClearColor(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - glClear(GL_COLOR_BUFFER_BIT); - - // If you are using this code with non-legacy OpenGL header/contexts (which you should not, prefer using imgui_impl_opengl3.cpp!!), - // you may need to backup/reset/restore other state, e.g. for current shader using the commented lines below. - //GLint last_program; - //glGetIntegerv(GL_CURRENT_PROGRAM, &last_program); - //glUseProgram(0); - ImGui_ImplOpenGL2_RenderDrawData(ImGui::GetDrawData()); - //glUseProgram(last_program); - - glfwMakeContextCurrent(window); - glfwSwapBuffers(window); - } - - // Cleanup - ImGui_ImplOpenGL2_Shutdown(); - ImGui_ImplGlfw_Shutdown(); - ImGui::DestroyContext(); - - glfwDestroyWindow(window); - glfwTerminate(); - - return 0; -} diff --git a/external/imgui/examples/example_glfw_opengl3/Makefile b/external/imgui/examples/example_glfw_opengl3/Makefile deleted file mode 100644 index 252ce571..00000000 --- a/external/imgui/examples/example_glfw_opengl3/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# -# Cross Platform Makefile -# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X -# -# You will need GLFW (http://www.glfw.org): -# Linux: -# apt-get install libglfw-dev -# Mac OS X: -# brew install glfw -# MSYS2: -# pacman -S --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-glfw -# - -#CXX = g++ -#CXX = clang++ - -EXE = example_glfw_opengl3 -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) -LINUX_GL_LIBS = -lGL - -CXXFLAGS = -std=c++11 -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -CXXFLAGS += -g -Wall -Wformat -LIBS = - -##--------------------------------------------------------------------- -## OPENGL ES -##--------------------------------------------------------------------- - -## This assumes a GL ES library available in the system, e.g. libGLESv2.so -# CXXFLAGS += -DIMGUI_IMPL_OPENGL_ES2 -# LINUX_GL_LIBS = -lGLESv2 - -##--------------------------------------------------------------------- -## BUILD FLAGS PER PLATFORM -##--------------------------------------------------------------------- - -ifeq ($(UNAME_S), Linux) #LINUX - ECHO_MESSAGE = "Linux" - LIBS += $(LINUX_GL_LIBS) `pkg-config --static --libs glfw3` - - CXXFLAGS += `pkg-config --cflags glfw3` - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(UNAME_S), Darwin) #APPLE - ECHO_MESSAGE = "Mac OS X" - LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo - LIBS += -L/usr/local/lib -L/opt/local/lib -L/opt/homebrew/lib - #LIBS += -lglfw3 - LIBS += -lglfw - - CXXFLAGS += -I/usr/local/include -I/opt/local/include -I/opt/homebrew/include - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(OS), Windows_NT) - ECHO_MESSAGE = "MinGW" - LIBS += -lglfw3 -lgdi32 -lopengl32 -limm32 - - CXXFLAGS += `pkg-config --cflags glfw3` - CFLAGS = $(CXXFLAGS) -endif - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(ECHO_MESSAGE) - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) diff --git a/external/imgui/examples/example_glfw_opengl3/build_win32.bat b/external/imgui/examples/example_glfw_opengl3/build_win32.bat deleted file mode 100644 index 4ba58d8c..00000000 --- a/external/imgui/examples/example_glfw_opengl3/build_win32.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_glfw_opengl3 -@set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include -@set SOURCES=main.cpp ..\..\backends\imgui_impl_glfw.cpp ..\..\backends\imgui_impl_opengl3.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-32 glfw3.lib opengl32.lib gdi32.lib shell32.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% diff --git a/external/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj b/external/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj deleted file mode 100644 index 7721c8ff..00000000 --- a/external/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj +++ /dev/null @@ -1,182 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {4a1fb5ea-22f5-42a8-ab92-1d2df5d47fb9} - example_glfw_opengl3 - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories) - - - true - ..\libs\glfw\lib-vc2010-32;%(AdditionalLibraryDirectories) - opengl32.lib;glfw3.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories) - - - true - ..\libs\glfw\lib-vc2010-64;%(AdditionalLibraryDirectories) - opengl32.lib;glfw3.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories) - false - - - true - true - true - ..\libs\glfw\lib-vc2010-32;%(AdditionalLibraryDirectories) - opengl32.lib;glfw3.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;..\libs\glfw\include;%(AdditionalIncludeDirectories) - false - - - true - true - true - ..\libs\glfw\lib-vc2010-64;%(AdditionalLibraryDirectories) - opengl32.lib;glfw3.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters b/external/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters deleted file mode 100644 index fd2f8071..00000000 --- a/external/imgui/examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters +++ /dev/null @@ -1,64 +0,0 @@ - - - - - {20b90ce4-7fcb-4731-b9a0-075f875de82d} - - - {f18ab499-84e1-499f-8eff-9754361e0e52} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - sources - - - imgui - - - imgui - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_glfw_opengl3/main.cpp b/external/imgui/examples/example_glfw_opengl3/main.cpp deleted file mode 100644 index 4d972fe0..00000000 --- a/external/imgui/examples/example_glfw_opengl3/main.cpp +++ /dev/null @@ -1,172 +0,0 @@ -// Dear ImGui: standalone example application for GLFW + OpenGL 3, using programmable pipeline -// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan/Metal graphics context creation, etc.) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_glfw.h" -#include "imgui_impl_opengl3.h" -#include -#if defined(IMGUI_IMPL_OPENGL_ES2) -#include -#endif -#include // Will drag system OpenGL headers - -// [Win32] Our example includes a copy of glfw3.lib pre-compiled with VS2010 to maximize ease of testing and compatibility with old VS compilers. -// To link with VS2010-era libraries, VS2015+ requires linking with legacy_stdio_definitions.lib, which we do using this pragma. -// Your own project should not be affected, as you are likely to link with a newer binary of GLFW that is adequate for your version of Visual Studio. -#if defined(_MSC_VER) && (_MSC_VER >= 1900) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS) -#pragma comment(lib, "legacy_stdio_definitions") -#endif - -static void glfw_error_callback(int error, const char* description) -{ - fprintf(stderr, "Glfw Error %d: %s\n", error, description); -} - -int main(int, char**) -{ - // Setup window - glfwSetErrorCallback(glfw_error_callback); - if (!glfwInit()) - return 1; - - // Decide GL+GLSL versions -#if defined(IMGUI_IMPL_OPENGL_ES2) - // GL ES 2.0 + GLSL 100 - const char* glsl_version = "#version 100"; - glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 2); - glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0); - glfwWindowHint(GLFW_CLIENT_API, GLFW_OPENGL_ES_API); -#elif defined(__APPLE__) - // GL 3.2 + GLSL 150 - const char* glsl_version = "#version 150"; - glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); - glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 2); - glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); // 3.2+ only - glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // Required on Mac -#else - // GL 3.0 + GLSL 130 - const char* glsl_version = "#version 130"; - glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); - glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0); - //glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); // 3.2+ only - //glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // 3.0+ only -#endif - - // Create window with graphics context - GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+OpenGL3 example", NULL, NULL); - if (window == NULL) - return 1; - glfwMakeContextCurrent(window); - glfwSwapInterval(1); // Enable vsync - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplGlfw_InitForOpenGL(window, true); - ImGui_ImplOpenGL3_Init(glsl_version); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - while (!glfwWindowShouldClose(window)) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - glfwPollEvents(); - - // Start the Dear ImGui frame - ImGui_ImplOpenGL3_NewFrame(); - ImGui_ImplGlfw_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - int display_w, display_h; - glfwGetFramebufferSize(window, &display_w, &display_h); - glViewport(0, 0, display_w, display_h); - glClearColor(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - glClear(GL_COLOR_BUFFER_BIT); - ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData()); - - glfwSwapBuffers(window); - } - - // Cleanup - ImGui_ImplOpenGL3_Shutdown(); - ImGui_ImplGlfw_Shutdown(); - ImGui::DestroyContext(); - - glfwDestroyWindow(window); - glfwTerminate(); - - return 0; -} diff --git a/external/imgui/examples/example_glfw_vulkan/CMakeLists.txt b/external/imgui/examples/example_glfw_vulkan/CMakeLists.txt deleted file mode 100644 index 0d1d81d7..00000000 --- a/external/imgui/examples/example_glfw_vulkan/CMakeLists.txt +++ /dev/null @@ -1,44 +0,0 @@ -# Example usage: -# mkdir build -# cd build -# cmake -g "Visual Studio 14 2015" .. - -cmake_minimum_required(VERSION 2.8) -project(imgui_example_glfw_vulkan C CXX) - -if(NOT CMAKE_BUILD_TYPE) - set(CMAKE_BUILD_TYPE Debug CACHE STRING "" FORCE) -endif() - -set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DVK_PROTOTYPES") -set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DVK_PROTOTYPES") - -# GLFW -set(GLFW_DIR ../../../glfw) # Set this to point to an up-to-date GLFW repo -option(GLFW_BUILD_EXAMPLES "Build the GLFW example programs" OFF) -option(GLFW_BUILD_TESTS "Build the GLFW test programs" OFF) -option(GLFW_BUILD_DOCS "Build the GLFW documentation" OFF) -option(GLFW_INSTALL "Generate installation target" OFF) -option(GLFW_DOCUMENT_INTERNALS "Include internals in documentation" OFF) -add_subdirectory(${GLFW_DIR} binary_dir EXCLUDE_FROM_ALL) -include_directories(${GLFW_DIR}/include) - -# Dear ImGui -set(IMGUI_DIR ../../../..) -include_directories(${IMGUI_DIR} ${IMGUI_DIR}/backends ..) - -# Libraries -find_package(Vulkan REQUIRED) -#find_library(VULKAN_LIBRARY - #NAMES vulkan vulkan-1) -#set(LIBRARIES "glfw;${VULKAN_LIBRARY}") -set(LIBRARIES "glfw;Vulkan::Vulkan") - -# Use vulkan headers from glfw: -include_directories(${GLFW_DIR}/deps) - -file(GLOB sources *.cpp) - -add_executable(example_glfw_vulkan ${sources} ${IMGUI_DIR}/backends/imgui_impl_glfw.cpp ${IMGUI_DIR}/backends/imgui_impl_vulkan.cpp ${IMGUI_DIR}/imgui.cpp ${IMGUI_DIR}/imgui_draw.cpp ${IMGUI_DIR}/imgui_demo.cpp ${IMGUI_DIR}/imgui_tables.cpp ${IMGUI_DIR}/imgui_widgets.cpp) -target_link_libraries(example_glfw_vulkan ${LIBRARIES}) -target_compile_definitions(example_glfw_vulkan PUBLIC -DImTextureID=ImU64) diff --git a/external/imgui/examples/example_glfw_vulkan/build_win32.bat b/external/imgui/examples/example_glfw_vulkan/build_win32.bat deleted file mode 100644 index 82f01112..00000000 --- a/external/imgui/examples/example_glfw_vulkan/build_win32.bat +++ /dev/null @@ -1,14 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. - -@set OUT_EXE=example_glfw_vulkan -@set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include /I %VULKAN_SDK%\include -@set SOURCES=main.cpp ..\..\backends\imgui_impl_vulkan.cpp ..\..\backends\imgui_impl_glfw.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-32 /libpath:%VULKAN_SDK%\lib32 glfw3.lib opengl32.lib gdi32.lib shell32.lib vulkan-1.lib - -@set OUT_DIR=Debug -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% /D ImTextureID=ImU64 %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% - -@set OUT_DIR=Release -mkdir %OUT_DIR% -cl /nologo /Zi /MD /Ox /Oi %INCLUDES% /D ImTextureID=ImU64 %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% diff --git a/external/imgui/examples/example_glfw_vulkan/build_win64.bat b/external/imgui/examples/example_glfw_vulkan/build_win64.bat deleted file mode 100644 index 0bf7936c..00000000 --- a/external/imgui/examples/example_glfw_vulkan/build_win64.bat +++ /dev/null @@ -1,13 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of amd64/vcvars32.bat to setup 64-bit command-line compiler. - -@set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include /I %VULKAN_SDK%\include -@set SOURCES=main.cpp ..\..\backends\imgui_impl_vulkan.cpp ..\..\backends\imgui_impl_glfw.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-64 /libpath:%VULKAN_SDK%\lib glfw3.lib opengl32.lib gdi32.lib shell32.lib vulkan-1.lib - -@set OUT_DIR=Debug -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% /D ImTextureID=ImU64 %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% - -@set OUT_DIR=Release -mkdir %OUT_DIR% -cl /nologo /Zi /MD /Ox /Oi %INCLUDES% /D ImTextureID=ImU64 %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% diff --git a/external/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj b/external/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj deleted file mode 100644 index ed8fe966..00000000 --- a/external/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80} - example_glfw_vulkan - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;%VULKAN_SDK%\include;..\libs\glfw\include;%(AdditionalIncludeDirectories) - ImTextureID=ImU64;_MBCS;%(PreprocessorDefinitions) - - - true - %VULKAN_SDK%\lib32;..\libs\glfw\lib-vc2010-32;%(AdditionalLibraryDirectories) - vulkan-1.lib;glfw3.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;%VULKAN_SDK%\include;..\libs\glfw\include;%(AdditionalIncludeDirectories) - ImTextureID=ImU64;_MBCS;%(PreprocessorDefinitions) - - - true - %VULKAN_SDK%\lib;..\libs\glfw\lib-vc2010-64;%(AdditionalLibraryDirectories) - vulkan-1.lib;glfw3.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%VULKAN_SDK%\include;..\libs\glfw\include;%(AdditionalIncludeDirectories) - false - ImTextureID=ImU64;_MBCS;%(PreprocessorDefinitions) - - - true - true - true - %VULKAN_SDK%\lib32;..\libs\glfw\lib-vc2010-32;%(AdditionalLibraryDirectories) - vulkan-1.lib;glfw3.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%VULKAN_SDK%\include;..\libs\glfw\include;%(AdditionalIncludeDirectories) - false - ImTextureID=ImU64;_MBCS;%(PreprocessorDefinitions) - - - true - true - true - %VULKAN_SDK%\lib;..\libs\glfw\lib-vc2010-64;%(AdditionalLibraryDirectories) - vulkan-1.lib;glfw3.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters b/external/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters deleted file mode 100644 index adc3365c..00000000 --- a/external/imgui/examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj.filters +++ /dev/null @@ -1,61 +0,0 @@ - - - - - {20b90ce4-7fcb-4731-b9a0-075f875de82d} - - - {f18ab499-84e1-499f-8eff-9754361e0e52} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - sources - - - imgui - - - imgui - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_glfw_vulkan/main.cpp b/external/imgui/examples/example_glfw_vulkan/main.cpp deleted file mode 100644 index f378600e..00000000 --- a/external/imgui/examples/example_glfw_vulkan/main.cpp +++ /dev/null @@ -1,560 +0,0 @@ -// Dear ImGui: standalone example application for Glfw + Vulkan -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// Important note to the reader who wish to integrate imgui_impl_vulkan.cpp/.h in their own engine/app. -// - Common ImGui_ImplVulkan_XXX functions and structures are used to interface with imgui_impl_vulkan.cpp/.h. -// You will use those if you want to use this rendering backend in your engine/app. -// - Helper ImGui_ImplVulkanH_XXX functions and structures are only used by this example (main.cpp) and by -// the backend itself (imgui_impl_vulkan.cpp), but should PROBABLY NOT be used by your own engine/app code. -// Read comments in imgui_impl_vulkan.h. - -#include "imgui.h" -#include "imgui_impl_glfw.h" -#include "imgui_impl_vulkan.h" -#include // printf, fprintf -#include // abort -#define GLFW_INCLUDE_NONE -#define GLFW_INCLUDE_VULKAN -#include -#include - -// [Win32] Our example includes a copy of glfw3.lib pre-compiled with VS2010 to maximize ease of testing and compatibility with old VS compilers. -// To link with VS2010-era libraries, VS2015+ requires linking with legacy_stdio_definitions.lib, which we do using this pragma. -// Your own project should not be affected, as you are likely to link with a newer binary of GLFW that is adequate for your version of Visual Studio. -#if defined(_MSC_VER) && (_MSC_VER >= 1900) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS) -#pragma comment(lib, "legacy_stdio_definitions") -#endif - -//#define IMGUI_UNLIMITED_FRAME_RATE -#ifdef _DEBUG -#define IMGUI_VULKAN_DEBUG_REPORT -#endif - -static VkAllocationCallbacks* g_Allocator = NULL; -static VkInstance g_Instance = VK_NULL_HANDLE; -static VkPhysicalDevice g_PhysicalDevice = VK_NULL_HANDLE; -static VkDevice g_Device = VK_NULL_HANDLE; -static uint32_t g_QueueFamily = (uint32_t)-1; -static VkQueue g_Queue = VK_NULL_HANDLE; -static VkDebugReportCallbackEXT g_DebugReport = VK_NULL_HANDLE; -static VkPipelineCache g_PipelineCache = VK_NULL_HANDLE; -static VkDescriptorPool g_DescriptorPool = VK_NULL_HANDLE; - -static ImGui_ImplVulkanH_Window g_MainWindowData; -static int g_MinImageCount = 2; -static bool g_SwapChainRebuild = false; - -static void check_vk_result(VkResult err) -{ - if (err == 0) - return; - fprintf(stderr, "[vulkan] Error: VkResult = %d\n", err); - if (err < 0) - abort(); -} - -#ifdef IMGUI_VULKAN_DEBUG_REPORT -static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) -{ - (void)flags; (void)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused arguments - fprintf(stderr, "[vulkan] Debug report from ObjectType: %i\nMessage: %s\n\n", objectType, pMessage); - return VK_FALSE; -} -#endif // IMGUI_VULKAN_DEBUG_REPORT - -static void SetupVulkan(const char** extensions, uint32_t extensions_count) -{ - VkResult err; - - // Create Vulkan Instance - { - VkInstanceCreateInfo create_info = {}; - create_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; - create_info.enabledExtensionCount = extensions_count; - create_info.ppEnabledExtensionNames = extensions; -#ifdef IMGUI_VULKAN_DEBUG_REPORT - // Enabling validation layers - const char* layers[] = { "VK_LAYER_KHRONOS_validation" }; - create_info.enabledLayerCount = 1; - create_info.ppEnabledLayerNames = layers; - - // Enable debug report extension (we need additional storage, so we duplicate the user array to add our new extension to it) - const char** extensions_ext = (const char**)malloc(sizeof(const char*) * (extensions_count + 1)); - memcpy(extensions_ext, extensions, extensions_count * sizeof(const char*)); - extensions_ext[extensions_count] = "VK_EXT_debug_report"; - create_info.enabledExtensionCount = extensions_count + 1; - create_info.ppEnabledExtensionNames = extensions_ext; - - // Create Vulkan Instance - err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); - check_vk_result(err); - free(extensions_ext); - - // Get the function pointer (required for any extensions) - auto vkCreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)vkGetInstanceProcAddr(g_Instance, "vkCreateDebugReportCallbackEXT"); - IM_ASSERT(vkCreateDebugReportCallbackEXT != NULL); - - // Setup the debug report callback - VkDebugReportCallbackCreateInfoEXT debug_report_ci = {}; - debug_report_ci.sType = VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT; - debug_report_ci.flags = VK_DEBUG_REPORT_ERROR_BIT_EXT | VK_DEBUG_REPORT_WARNING_BIT_EXT | VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT; - debug_report_ci.pfnCallback = debug_report; - debug_report_ci.pUserData = NULL; - err = vkCreateDebugReportCallbackEXT(g_Instance, &debug_report_ci, g_Allocator, &g_DebugReport); - check_vk_result(err); -#else - // Create Vulkan Instance without any debug feature - err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); - check_vk_result(err); - IM_UNUSED(g_DebugReport); -#endif - } - - // Select GPU - { - uint32_t gpu_count; - err = vkEnumeratePhysicalDevices(g_Instance, &gpu_count, NULL); - check_vk_result(err); - IM_ASSERT(gpu_count > 0); - - VkPhysicalDevice* gpus = (VkPhysicalDevice*)malloc(sizeof(VkPhysicalDevice) * gpu_count); - err = vkEnumeratePhysicalDevices(g_Instance, &gpu_count, gpus); - check_vk_result(err); - - // If a number >1 of GPUs got reported, find discrete GPU if present, or use first one available. This covers - // most common cases (multi-gpu/integrated+dedicated graphics). Handling more complicated setups (multiple - // dedicated GPUs) is out of scope of this sample. - int use_gpu = 0; - for (int i = 0; i < (int)gpu_count; i++) - { - VkPhysicalDeviceProperties properties; - vkGetPhysicalDeviceProperties(gpus[i], &properties); - if (properties.deviceType == VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU) - { - use_gpu = i; - break; - } - } - - g_PhysicalDevice = gpus[use_gpu]; - free(gpus); - } - - // Select graphics queue family - { - uint32_t count; - vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, NULL); - VkQueueFamilyProperties* queues = (VkQueueFamilyProperties*)malloc(sizeof(VkQueueFamilyProperties) * count); - vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, queues); - for (uint32_t i = 0; i < count; i++) - if (queues[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) - { - g_QueueFamily = i; - break; - } - free(queues); - IM_ASSERT(g_QueueFamily != (uint32_t)-1); - } - - // Create Logical Device (with 1 queue) - { - int device_extension_count = 1; - const char* device_extensions[] = { "VK_KHR_swapchain" }; - const float queue_priority[] = { 1.0f }; - VkDeviceQueueCreateInfo queue_info[1] = {}; - queue_info[0].sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO; - queue_info[0].queueFamilyIndex = g_QueueFamily; - queue_info[0].queueCount = 1; - queue_info[0].pQueuePriorities = queue_priority; - VkDeviceCreateInfo create_info = {}; - create_info.sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO; - create_info.queueCreateInfoCount = sizeof(queue_info) / sizeof(queue_info[0]); - create_info.pQueueCreateInfos = queue_info; - create_info.enabledExtensionCount = device_extension_count; - create_info.ppEnabledExtensionNames = device_extensions; - err = vkCreateDevice(g_PhysicalDevice, &create_info, g_Allocator, &g_Device); - check_vk_result(err); - vkGetDeviceQueue(g_Device, g_QueueFamily, 0, &g_Queue); - } - - // Create Descriptor Pool - { - VkDescriptorPoolSize pool_sizes[] = - { - { VK_DESCRIPTOR_TYPE_SAMPLER, 1000 }, - { VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 1000 }, - { VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, 1000 }, - { VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, 1000 }, - { VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, 1000 }, - { VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER, 1000 }, - { VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1000 }, - { VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1000 }, - { VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC, 1000 }, - { VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC, 1000 }, - { VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, 1000 } - }; - VkDescriptorPoolCreateInfo pool_info = {}; - pool_info.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; - pool_info.flags = VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT; - pool_info.maxSets = 1000 * IM_ARRAYSIZE(pool_sizes); - pool_info.poolSizeCount = (uint32_t)IM_ARRAYSIZE(pool_sizes); - pool_info.pPoolSizes = pool_sizes; - err = vkCreateDescriptorPool(g_Device, &pool_info, g_Allocator, &g_DescriptorPool); - check_vk_result(err); - } -} - -// All the ImGui_ImplVulkanH_XXX structures/functions are optional helpers used by the demo. -// Your real engine/app may not use them. -static void SetupVulkanWindow(ImGui_ImplVulkanH_Window* wd, VkSurfaceKHR surface, int width, int height) -{ - wd->Surface = surface; - - // Check for WSI support - VkBool32 res; - vkGetPhysicalDeviceSurfaceSupportKHR(g_PhysicalDevice, g_QueueFamily, wd->Surface, &res); - if (res != VK_TRUE) - { - fprintf(stderr, "Error no WSI support on physical device 0\n"); - exit(-1); - } - - // Select Surface Format - const VkFormat requestSurfaceImageFormat[] = { VK_FORMAT_B8G8R8A8_UNORM, VK_FORMAT_R8G8B8A8_UNORM, VK_FORMAT_B8G8R8_UNORM, VK_FORMAT_R8G8B8_UNORM }; - const VkColorSpaceKHR requestSurfaceColorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; - wd->SurfaceFormat = ImGui_ImplVulkanH_SelectSurfaceFormat(g_PhysicalDevice, wd->Surface, requestSurfaceImageFormat, (size_t)IM_ARRAYSIZE(requestSurfaceImageFormat), requestSurfaceColorSpace); - - // Select Present Mode -#ifdef IMGUI_UNLIMITED_FRAME_RATE - VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, VK_PRESENT_MODE_FIFO_KHR }; -#else - VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_FIFO_KHR }; -#endif - wd->PresentMode = ImGui_ImplVulkanH_SelectPresentMode(g_PhysicalDevice, wd->Surface, &present_modes[0], IM_ARRAYSIZE(present_modes)); - //printf("[vulkan] Selected PresentMode = %d\n", wd->PresentMode); - - // Create SwapChain, RenderPass, Framebuffer, etc. - IM_ASSERT(g_MinImageCount >= 2); - ImGui_ImplVulkanH_CreateOrResizeWindow(g_Instance, g_PhysicalDevice, g_Device, wd, g_QueueFamily, g_Allocator, width, height, g_MinImageCount); -} - -static void CleanupVulkan() -{ - vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); - -#ifdef IMGUI_VULKAN_DEBUG_REPORT - // Remove the debug report callback - auto vkDestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT)vkGetInstanceProcAddr(g_Instance, "vkDestroyDebugReportCallbackEXT"); - vkDestroyDebugReportCallbackEXT(g_Instance, g_DebugReport, g_Allocator); -#endif // IMGUI_VULKAN_DEBUG_REPORT - - vkDestroyDevice(g_Device, g_Allocator); - vkDestroyInstance(g_Instance, g_Allocator); -} - -static void CleanupVulkanWindow() -{ - ImGui_ImplVulkanH_DestroyWindow(g_Instance, g_Device, &g_MainWindowData, g_Allocator); -} - -static void FrameRender(ImGui_ImplVulkanH_Window* wd, ImDrawData* draw_data) -{ - VkResult err; - - VkSemaphore image_acquired_semaphore = wd->FrameSemaphores[wd->SemaphoreIndex].ImageAcquiredSemaphore; - VkSemaphore render_complete_semaphore = wd->FrameSemaphores[wd->SemaphoreIndex].RenderCompleteSemaphore; - err = vkAcquireNextImageKHR(g_Device, wd->Swapchain, UINT64_MAX, image_acquired_semaphore, VK_NULL_HANDLE, &wd->FrameIndex); - if (err == VK_ERROR_OUT_OF_DATE_KHR || err == VK_SUBOPTIMAL_KHR) - { - g_SwapChainRebuild = true; - return; - } - check_vk_result(err); - - ImGui_ImplVulkanH_Frame* fd = &wd->Frames[wd->FrameIndex]; - { - err = vkWaitForFences(g_Device, 1, &fd->Fence, VK_TRUE, UINT64_MAX); // wait indefinitely instead of periodically checking - check_vk_result(err); - - err = vkResetFences(g_Device, 1, &fd->Fence); - check_vk_result(err); - } - { - err = vkResetCommandPool(g_Device, fd->CommandPool, 0); - check_vk_result(err); - VkCommandBufferBeginInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO; - info.flags |= VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT; - err = vkBeginCommandBuffer(fd->CommandBuffer, &info); - check_vk_result(err); - } - { - VkRenderPassBeginInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO; - info.renderPass = wd->RenderPass; - info.framebuffer = fd->Framebuffer; - info.renderArea.extent.width = wd->Width; - info.renderArea.extent.height = wd->Height; - info.clearValueCount = 1; - info.pClearValues = &wd->ClearValue; - vkCmdBeginRenderPass(fd->CommandBuffer, &info, VK_SUBPASS_CONTENTS_INLINE); - } - - // Record dear imgui primitives into command buffer - ImGui_ImplVulkan_RenderDrawData(draw_data, fd->CommandBuffer); - - // Submit command buffer - vkCmdEndRenderPass(fd->CommandBuffer); - { - VkPipelineStageFlags wait_stage = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - VkSubmitInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_SUBMIT_INFO; - info.waitSemaphoreCount = 1; - info.pWaitSemaphores = &image_acquired_semaphore; - info.pWaitDstStageMask = &wait_stage; - info.commandBufferCount = 1; - info.pCommandBuffers = &fd->CommandBuffer; - info.signalSemaphoreCount = 1; - info.pSignalSemaphores = &render_complete_semaphore; - - err = vkEndCommandBuffer(fd->CommandBuffer); - check_vk_result(err); - err = vkQueueSubmit(g_Queue, 1, &info, fd->Fence); - check_vk_result(err); - } -} - -static void FramePresent(ImGui_ImplVulkanH_Window* wd) -{ - if (g_SwapChainRebuild) - return; - VkSemaphore render_complete_semaphore = wd->FrameSemaphores[wd->SemaphoreIndex].RenderCompleteSemaphore; - VkPresentInfoKHR info = {}; - info.sType = VK_STRUCTURE_TYPE_PRESENT_INFO_KHR; - info.waitSemaphoreCount = 1; - info.pWaitSemaphores = &render_complete_semaphore; - info.swapchainCount = 1; - info.pSwapchains = &wd->Swapchain; - info.pImageIndices = &wd->FrameIndex; - VkResult err = vkQueuePresentKHR(g_Queue, &info); - if (err == VK_ERROR_OUT_OF_DATE_KHR || err == VK_SUBOPTIMAL_KHR) - { - g_SwapChainRebuild = true; - return; - } - check_vk_result(err); - wd->SemaphoreIndex = (wd->SemaphoreIndex + 1) % wd->ImageCount; // Now we can use the next set of semaphores -} - -static void glfw_error_callback(int error, const char* description) -{ - fprintf(stderr, "Glfw Error %d: %s\n", error, description); -} - -int main(int, char**) -{ - // Setup GLFW window - glfwSetErrorCallback(glfw_error_callback); - if (!glfwInit()) - return 1; - - glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API); - GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+Vulkan example", NULL, NULL); - - // Setup Vulkan - if (!glfwVulkanSupported()) - { - printf("GLFW: Vulkan Not Supported\n"); - return 1; - } - uint32_t extensions_count = 0; - const char** extensions = glfwGetRequiredInstanceExtensions(&extensions_count); - SetupVulkan(extensions, extensions_count); - - // Create Window Surface - VkSurfaceKHR surface; - VkResult err = glfwCreateWindowSurface(g_Instance, window, g_Allocator, &surface); - check_vk_result(err); - - // Create Framebuffers - int w, h; - glfwGetFramebufferSize(window, &w, &h); - ImGui_ImplVulkanH_Window* wd = &g_MainWindowData; - SetupVulkanWindow(wd, surface, w, h); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplGlfw_InitForVulkan(window, true); - ImGui_ImplVulkan_InitInfo init_info = {}; - init_info.Instance = g_Instance; - init_info.PhysicalDevice = g_PhysicalDevice; - init_info.Device = g_Device; - init_info.QueueFamily = g_QueueFamily; - init_info.Queue = g_Queue; - init_info.PipelineCache = g_PipelineCache; - init_info.DescriptorPool = g_DescriptorPool; - init_info.Subpass = 0; - init_info.MinImageCount = g_MinImageCount; - init_info.ImageCount = wd->ImageCount; - init_info.MSAASamples = VK_SAMPLE_COUNT_1_BIT; - init_info.Allocator = g_Allocator; - init_info.CheckVkResultFn = check_vk_result; - ImGui_ImplVulkan_Init(&init_info, wd->RenderPass); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Upload Fonts - { - // Use any command queue - VkCommandPool command_pool = wd->Frames[wd->FrameIndex].CommandPool; - VkCommandBuffer command_buffer = wd->Frames[wd->FrameIndex].CommandBuffer; - - err = vkResetCommandPool(g_Device, command_pool, 0); - check_vk_result(err); - VkCommandBufferBeginInfo begin_info = {}; - begin_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO; - begin_info.flags |= VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT; - err = vkBeginCommandBuffer(command_buffer, &begin_info); - check_vk_result(err); - - ImGui_ImplVulkan_CreateFontsTexture(command_buffer); - - VkSubmitInfo end_info = {}; - end_info.sType = VK_STRUCTURE_TYPE_SUBMIT_INFO; - end_info.commandBufferCount = 1; - end_info.pCommandBuffers = &command_buffer; - err = vkEndCommandBuffer(command_buffer); - check_vk_result(err); - err = vkQueueSubmit(g_Queue, 1, &end_info, VK_NULL_HANDLE); - check_vk_result(err); - - err = vkDeviceWaitIdle(g_Device); - check_vk_result(err); - ImGui_ImplVulkan_DestroyFontUploadObjects(); - } - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - while (!glfwWindowShouldClose(window)) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - glfwPollEvents(); - - // Resize swap chain? - if (g_SwapChainRebuild) - { - int width, height; - glfwGetFramebufferSize(window, &width, &height); - if (width > 0 && height > 0) - { - ImGui_ImplVulkan_SetMinImageCount(g_MinImageCount); - ImGui_ImplVulkanH_CreateOrResizeWindow(g_Instance, g_PhysicalDevice, g_Device, &g_MainWindowData, g_QueueFamily, g_Allocator, width, height, g_MinImageCount); - g_MainWindowData.FrameIndex = 0; - g_SwapChainRebuild = false; - } - } - - // Start the Dear ImGui frame - ImGui_ImplVulkan_NewFrame(); - ImGui_ImplGlfw_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - ImDrawData* draw_data = ImGui::GetDrawData(); - const bool is_minimized = (draw_data->DisplaySize.x <= 0.0f || draw_data->DisplaySize.y <= 0.0f); - if (!is_minimized) - { - wd->ClearValue.color.float32[0] = clear_color.x * clear_color.w; - wd->ClearValue.color.float32[1] = clear_color.y * clear_color.w; - wd->ClearValue.color.float32[2] = clear_color.z * clear_color.w; - wd->ClearValue.color.float32[3] = clear_color.w; - FrameRender(wd, draw_data); - FramePresent(wd); - } - } - - // Cleanup - err = vkDeviceWaitIdle(g_Device); - check_vk_result(err); - ImGui_ImplVulkan_Shutdown(); - ImGui_ImplGlfw_Shutdown(); - ImGui::DestroyContext(); - - CleanupVulkanWindow(); - CleanupVulkan(); - - glfwDestroyWindow(window); - glfwTerminate(); - - return 0; -} diff --git a/external/imgui/examples/example_glut_opengl2/Makefile b/external/imgui/examples/example_glut_opengl2/Makefile deleted file mode 100644 index 7af289dc..00000000 --- a/external/imgui/examples/example_glut_opengl2/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# -# Cross Platform Makefile -# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X -# -# Linux: -# apt-get install freeglut3-dev -# - -#CXX = g++ -#CXX = clang++ - -EXE = example_glut_opengl2 -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glut.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) - -CXXFLAGS = -std=c++11 -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -CXXFLAGS += -g -Wall -Wformat -LIBS = - -##--------------------------------------------------------------------- -## BUILD FLAGS PER PLATFORM -##--------------------------------------------------------------------- - -ifeq ($(UNAME_S), Linux) #LINUX - ECHO_MESSAGE = "Linux" - LIBS += -lGL -lglut - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(UNAME_S), Darwin) #APPLE - ECHO_MESSAGE = "Mac OS X" - LIBS += -framework OpenGL -framework GLUT - LIBS += -L/usr/local/lib -L/opt/local/lib - - CXXFLAGS += -I/usr/local/include -I/opt/local/include - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(OS), Windows_NT) - ECHO_MESSAGE = "MinGW" - LIBS += -lgdi32 -lopengl32 -limm32 -ifeq ($(shell pkg-config freeglut --exists 2> /dev/null && echo yes || echo no),yes) - CXXFLAGS += $(shell pkg-config freeglut --cflags) - LIBS += $(shell pkg-config freeglut --libs) -else - LIBS += -lglut -endif - CFLAGS = $(CXXFLAGS) -endif - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(ECHO_MESSAGE) - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) diff --git a/external/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj b/external/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj deleted file mode 100644 index 4c9d00f5..00000000 --- a/external/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj +++ /dev/null @@ -1,181 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {F90D0333-5FB1-440D-918D-DD39A1B5187E} - example_glut_opengl2 - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - $(GLUT_INCLUDE_DIR);..\..;..\..\backends;%(AdditionalIncludeDirectories) - - - true - $(GLUT_ROOT_PATH)/lib;%(AdditionalLibraryDirectories) - opengl32.lib;freeglut.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - $(GLUT_INCLUDE_DIR);..\..;..\..\backends;%(AdditionalIncludeDirectories) - - - true - $(GLUT_ROOT_PATH)/lib/x64;%(AdditionalLibraryDirectories) - opengl32.lib;freeglut.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - $(GLUT_INCLUDE_DIR);..\..;..\..\backends;%(AdditionalIncludeDirectories) - false - - - true - true - true - $(GLUT_ROOT_PATH)/lib;%(AdditionalLibraryDirectories) - opengl32.lib;freeglut.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - $(GLUT_INCLUDE_DIR);..\..;..\..\backends;%(AdditionalIncludeDirectories) - false - - - true - true - true - $(GLUT_ROOT_PATH)/lib/x64;%(AdditionalLibraryDirectories) - opengl32.lib;freeglut.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj.filters b/external/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj.filters deleted file mode 100644 index 3c017ba9..00000000 --- a/external/imgui/examples/example_glut_opengl2/example_glut_opengl2.vcxproj.filters +++ /dev/null @@ -1,61 +0,0 @@ - - - - - {c336cfe3-f0c4-464c-9ef0-a9e17a7ff222} - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - sources - - - imgui - - - imgui - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_glut_opengl2/main.cpp b/external/imgui/examples/example_glut_opengl2/main.cpp deleted file mode 100644 index 5c17b608..00000000 --- a/external/imgui/examples/example_glut_opengl2/main.cpp +++ /dev/null @@ -1,156 +0,0 @@ -// Dear ImGui: standalone example application for GLUT/FreeGLUT + OpenGL2, using legacy fixed pipeline -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// !!! GLUT/FreeGLUT IS OBSOLETE PREHISTORIC SOFTWARE. Using GLUT is not recommended unless you really miss the 90's. !!! -// !!! If someone or something is teaching you GLUT today, you are being abused. Please show some resistance. !!! -// !!! Nowadays, prefer using GLFW or SDL instead! - -// On Windows, you can install Freeglut using vcpkg: -// git clone https://github.com/Microsoft/vcpkg -// cd vcpkg -// bootstrap - vcpkg.bat -// vcpkg install freeglut --triplet=x86-windows ; for win32 -// vcpkg install freeglut --triplet=x64-windows ; for win64 -// vcpkg integrate install ; register include and libs in Visual Studio - -#include "imgui.h" -#include "imgui_impl_glut.h" -#include "imgui_impl_opengl2.h" -#ifdef __APPLE__ - #include -#else - #include -#endif - -#ifdef _MSC_VER -#pragma warning (disable: 4505) // unreferenced local function has been removed -#endif - -// Our state -static bool show_demo_window = true; -static bool show_another_window = false; -static ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - -void my_display_code() -{ - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } -} - -void glut_display_func() -{ - // Start the Dear ImGui frame - ImGui_ImplOpenGL2_NewFrame(); - ImGui_ImplGLUT_NewFrame(); - - my_display_code(); - - // Rendering - ImGui::Render(); - ImGuiIO& io = ImGui::GetIO(); - glViewport(0, 0, (GLsizei)io.DisplaySize.x, (GLsizei)io.DisplaySize.y); - glClearColor(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - glClear(GL_COLOR_BUFFER_BIT); - //glUseProgram(0); // You may want this if using this code in an OpenGL 3+ context where shaders may be bound, but prefer using the GL3+ code. - ImGui_ImplOpenGL2_RenderDrawData(ImGui::GetDrawData()); - - glutSwapBuffers(); - glutPostRedisplay(); -} - -// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. -// - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. -// - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. -// Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - -int main(int argc, char** argv) -{ - // Create GLUT window - glutInit(&argc, argv); -#ifdef __FREEGLUT_EXT_H__ - glutSetOption(GLUT_ACTION_ON_WINDOW_CLOSE, GLUT_ACTION_GLUTMAINLOOP_RETURNS); -#endif - glutInitDisplayMode(GLUT_RGBA | GLUT_DOUBLE | GLUT_MULTISAMPLE); - glutInitWindowSize(1280, 720); - glutCreateWindow("Dear ImGui GLUT+OpenGL2 Example"); - - // Setup GLUT display function - // We will also call ImGui_ImplGLUT_InstallFuncs() to get all the other functions installed for us, - // otherwise it is possible to install our own functions and call the imgui_impl_glut.h functions ourselves. - glutDisplayFunc(glut_display_func); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - // FIXME: Consider reworking this example to install our own GLUT funcs + forward calls ImGui_ImplGLUT_XXX ones, instead of using ImGui_ImplGLUT_InstallFuncs(). - ImGui_ImplGLUT_Init(); - ImGui_ImplGLUT_InstallFuncs(); - ImGui_ImplOpenGL2_Init(); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - glutMainLoop(); - - // Cleanup - ImGui_ImplOpenGL2_Shutdown(); - ImGui_ImplGLUT_Shutdown(); - ImGui::DestroyContext(); - - return 0; -} diff --git a/external/imgui/examples/example_null/Makefile b/external/imgui/examples/example_null/Makefile deleted file mode 100644 index 9ceb3534..00000000 --- a/external/imgui/examples/example_null/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# -# Cross Platform Makefile -# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X -# -# Important: This is a "null backend" application, with no visible output or interaction! -# This is used for testing purpose and continuous integration, and has little use for end-user. -# - -# Options -WITH_EXTRA_WARNINGS ?= 0 -WITH_FREETYPE ?= 0 - -EXE = example_null -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) - -CXXFLAGS += -std=c++11 -I$(IMGUI_DIR) -CXXFLAGS += -g -Wall -Wformat -LIBS = - -# We use the WITH_EXTRA_WARNINGS flag on our CI setup to eagerly catch zealous warnings -ifeq ($(WITH_EXTRA_WARNINGS), 1) - CXXFLAGS += -Wno-zero-as-null-pointer-constant -Wno-double-promotion -Wno-variadic-macros -endif - -# We use the WITH_FREETYPE flag on our CI setup to test compiling misc/freetype/imgui_freetype.cpp -# (only supported on Linux, and note that the imgui_freetype code currently won't be executed) -ifeq ($(WITH_FREETYPE), 1) - SOURCES += $(IMGUI_DIR)/misc/freetype/imgui_freetype.cpp - CXXFLAGS += $(shell pkg-config --cflags freetype2) - LIBS += $(shell pkg-config --libs freetype2) -endif - -##--------------------------------------------------------------------- -## BUILD FLAGS PER PLATFORM -##--------------------------------------------------------------------- - -ifeq ($(UNAME_S), Linux) #LINUX - ECHO_MESSAGE = "Linux" - ifeq ($(WITH_EXTRA_WARNINGS), 1) - CXXFLAGS += -Wextra -Wpedantic - ifeq ($(shell $(CXX) -v 2>&1 | grep -c "clang version"), 1) - CXXFLAGS += -Wshadow -Wsign-conversion - endif - endif - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(UNAME_S), Darwin) #APPLE - ECHO_MESSAGE = "Mac OS X" - ifeq ($(WITH_EXTRA_WARNINGS), 1) - CXXFLAGS += -Weverything -Wno-reserved-id-macro -Wno-c++98-compat-pedantic -Wno-padded -Wno-poison-system-directories - endif - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(OS), Windows_NT) - ECHO_MESSAGE = "MinGW" - ifeq ($(WITH_EXTRA_WARNINGS), 1) - CXXFLAGS += -Wextra -Wpedantic - endif - LIBS += -limm32 - CFLAGS = $(CXXFLAGS) -endif - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/misc/freetype/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(ECHO_MESSAGE) - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) diff --git a/external/imgui/examples/example_null/build_win32.bat b/external/imgui/examples/example_null/build_win32.bat deleted file mode 100644 index 0cdfdc93..00000000 --- a/external/imgui/examples/example_null/build_win32.bat +++ /dev/null @@ -1,3 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -mkdir Debug -cl /nologo /Zi /MD /I ..\.. %* *.cpp ..\..\*.cpp /FeDebug/example_null.exe /FoDebug/ /link gdi32.lib shell32.lib imm32.lib diff --git a/external/imgui/examples/example_null/main.cpp b/external/imgui/examples/example_null/main.cpp deleted file mode 100644 index 72381f0a..00000000 --- a/external/imgui/examples/example_null/main.cpp +++ /dev/null @@ -1,37 +0,0 @@ -// dear imgui: "null" example application -// (compile and link imgui, create context, run headless with NO INPUTS, NO GRAPHICS OUTPUT) -// This is useful to test building, but you cannot interact with anything here! -#include "imgui.h" -#include - -int main(int, char**) -{ - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); - - // Build atlas - unsigned char* tex_pixels = NULL; - int tex_w, tex_h; - io.Fonts->GetTexDataAsRGBA32(&tex_pixels, &tex_w, &tex_h); - - for (int n = 0; n < 20; n++) - { - printf("NewFrame() %d\n", n); - io.DisplaySize = ImVec2(1920, 1080); - io.DeltaTime = 1.0f / 60.0f; - ImGui::NewFrame(); - - static float f = 0.0f; - ImGui::Text("Hello, world!"); - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / io.Framerate, io.Framerate); - ImGui::ShowDemoWindow(NULL); - - ImGui::Render(); - } - - printf("DestroyContext()\n"); - ImGui::DestroyContext(); - return 0; -} diff --git a/external/imgui/examples/example_sdl_directx11/build_win32.bat b/external/imgui/examples/example_sdl_directx11/build_win32.bat deleted file mode 100644 index b9308270..00000000 --- a/external/imgui/examples/example_sdl_directx11/build_win32.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_sdl_directx11 -@set INCLUDES=/I..\.. /I..\..\backends /I%SDL2_DIR%\include /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" /I "%DXSDK_DIR%Include" -@set SOURCES=main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_dx11.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:%SDL2_DIR%\lib\x86 SDL2.lib SDL2main.lib /LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d11.lib d3dcompiler.lib shell32.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console diff --git a/external/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj b/external/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj deleted file mode 100644 index ac636d2f..00000000 --- a/external/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj +++ /dev/null @@ -1,182 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {9E1987E3-1F19-45CA-B9C9-D31E791836D8} - example_sdl_directx11 - 8.1 - example_sdl_directx11 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - - - true - %SDL2_DIR%\lib\x86;$(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) - SDL2.lib;SDL2main.lib;d3d11.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - - - true - %SDL2_DIR%\lib\x64;$(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) - SDL2.lib;SDL2main.lib;d3d11.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - false - - - true - true - true - %SDL2_DIR%\lib\x86;$(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) - SDL2.lib;SDL2main.lib;d3d11.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - false - - - true - true - true - %SDL2_DIR%\lib\x64;$(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) - SDL2.lib;SDL2main.lib;d3d11.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters b/external/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters deleted file mode 100644 index 15fc8533..00000000 --- a/external/imgui/examples/example_sdl_directx11/example_sdl_directx11.vcxproj.filters +++ /dev/null @@ -1,60 +0,0 @@ - - - - - {0587d7a3-f2ce-4d56-b84f-a0005d3bfce6} - - - {08e36723-ce4f-4cff-9662-c40801cf1acf} - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - sources - - - imgui - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_sdl_directx11/main.cpp b/external/imgui/examples/example_sdl_directx11/main.cpp deleted file mode 100644 index 8673f406..00000000 --- a/external/imgui/examples/example_sdl_directx11/main.cpp +++ /dev/null @@ -1,230 +0,0 @@ -// Dear ImGui: standalone example application for SDL2 + DirectX 11 -// (SDL is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan/Metal graphics context creation, etc.) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_sdl.h" -#include "imgui_impl_dx11.h" -#include -#include -#include -#include - -// Data -static ID3D11Device* g_pd3dDevice = NULL; -static ID3D11DeviceContext* g_pd3dDeviceContext = NULL; -static IDXGISwapChain* g_pSwapChain = NULL; -static ID3D11RenderTargetView* g_mainRenderTargetView = NULL; - -// Forward declarations of helper functions -bool CreateDeviceD3D(HWND hWnd); -void CleanupDeviceD3D(); -void CreateRenderTarget(); -void CleanupRenderTarget(); - -// Main code -int main(int, char**) -{ - // Setup SDL - // (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems, - // depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to latest version of SDL is recommended!) - if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_GAMECONTROLLER) != 0) - { - printf("Error: %s\n", SDL_GetError()); - return -1; - } - - // Setup window - SDL_WindowFlags window_flags = (SDL_WindowFlags)(SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI); - SDL_Window* window = SDL_CreateWindow("Dear ImGui SDL2+DirectX11 example", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1280, 720, window_flags); - SDL_SysWMinfo wmInfo; - SDL_VERSION(&wmInfo.version); - SDL_GetWindowWMInfo(window, &wmInfo); - HWND hwnd = (HWND)wmInfo.info.win.window; - - // Initialize Direct3D - if (!CreateDeviceD3D(hwnd)) - { - CleanupDeviceD3D(); - return 1; - } - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplSDL2_InitForD3D(window); - ImGui_ImplDX11_Init(g_pd3dDevice, g_pd3dDeviceContext); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - SDL_Event event; - while (SDL_PollEvent(&event)) - { - ImGui_ImplSDL2_ProcessEvent(&event); - if (event.type == SDL_QUIT) - done = true; - if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.windowID == SDL_GetWindowID(window)) - done = true; - if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_RESIZED && event.window.windowID == SDL_GetWindowID(window)) - { - // Release all outstanding references to the swap chain's buffers before resizing. - CleanupRenderTarget(); - g_pSwapChain->ResizeBuffers(0, 0, 0, DXGI_FORMAT_UNKNOWN, 0); - CreateRenderTarget(); - } - } - - // Start the Dear ImGui frame - ImGui_ImplDX11_NewFrame(); - ImGui_ImplSDL2_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - const float clear_color_with_alpha[4] = { clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w }; - g_pd3dDeviceContext->OMSetRenderTargets(1, &g_mainRenderTargetView, NULL); - g_pd3dDeviceContext->ClearRenderTargetView(g_mainRenderTargetView, clear_color_with_alpha); - ImGui_ImplDX11_RenderDrawData(ImGui::GetDrawData()); - - g_pSwapChain->Present(1, 0); // Present with vsync - //g_pSwapChain->Present(0, 0); // Present without vsync - } - - // Cleanup - ImGui_ImplDX11_Shutdown(); - ImGui_ImplSDL2_Shutdown(); - ImGui::DestroyContext(); - - CleanupDeviceD3D(); - SDL_DestroyWindow(window); - SDL_Quit(); - - return 0; -} - -// Helper functions - -bool CreateDeviceD3D(HWND hWnd) -{ - // Setup swap chain - DXGI_SWAP_CHAIN_DESC sd; - ZeroMemory(&sd, sizeof(sd)); - sd.BufferCount = 2; - sd.BufferDesc.Width = 0; - sd.BufferDesc.Height = 0; - sd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - sd.BufferDesc.RefreshRate.Numerator = 60; - sd.BufferDesc.RefreshRate.Denominator = 1; - sd.Flags = DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH; - sd.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; - sd.OutputWindow = hWnd; - sd.SampleDesc.Count = 1; - sd.SampleDesc.Quality = 0; - sd.Windowed = TRUE; - sd.SwapEffect = DXGI_SWAP_EFFECT_DISCARD; - - UINT createDeviceFlags = 0; - //createDeviceFlags |= D3D11_CREATE_DEVICE_DEBUG; - D3D_FEATURE_LEVEL featureLevel; - const D3D_FEATURE_LEVEL featureLevelArray[2] = { D3D_FEATURE_LEVEL_11_0, D3D_FEATURE_LEVEL_10_0, }; - if (D3D11CreateDeviceAndSwapChain(NULL, D3D_DRIVER_TYPE_HARDWARE, NULL, createDeviceFlags, featureLevelArray, 2, D3D11_SDK_VERSION, &sd, &g_pSwapChain, &g_pd3dDevice, &featureLevel, &g_pd3dDeviceContext) != S_OK) - return false; - - CreateRenderTarget(); - return true; -} - -void CleanupDeviceD3D() -{ - CleanupRenderTarget(); - if (g_pSwapChain) { g_pSwapChain->Release(); g_pSwapChain = NULL; } - if (g_pd3dDeviceContext) { g_pd3dDeviceContext->Release(); g_pd3dDeviceContext = NULL; } - if (g_pd3dDevice) { g_pd3dDevice->Release(); g_pd3dDevice = NULL; } -} - -void CreateRenderTarget() -{ - ID3D11Texture2D* pBackBuffer; - g_pSwapChain->GetBuffer(0, IID_PPV_ARGS(&pBackBuffer)); - g_pd3dDevice->CreateRenderTargetView(pBackBuffer, NULL, &g_mainRenderTargetView); - pBackBuffer->Release(); -} - -void CleanupRenderTarget() -{ - if (g_mainRenderTargetView) { g_mainRenderTargetView->Release(); g_mainRenderTargetView = NULL; } -} diff --git a/external/imgui/examples/example_sdl_metal/Makefile b/external/imgui/examples/example_sdl_metal/Makefile deleted file mode 100644 index 2167a98f..00000000 --- a/external/imgui/examples/example_sdl_metal/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# -# You will need SDL2 (http://www.libsdl.org): -# brew install sdl2 -# - -#CXX = g++ -#CXX = clang++ - -EXE = example_sdl_metal -IMGUI_DIR = ../.. -SOURCES = main.mm -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_metal.mm -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) - -LIBS = -framework Metal -framework MetalKit -framework Cocoa -framework IOKit -framework CoreVideo -framework QuartzCore -LIBS += `sdl2-config --libs` -LIBS += -L/usr/local/lib - -CXXFLAGS = -std=c++11 -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -I/usr/local/include -CXXFLAGS += `sdl2-config --cflags` -CXXFLAGS += -Wall -Wformat -CFLAGS = $(CXXFLAGS) - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:%.mm - $(CXX) $(CXXFLAGS) -ObjC++ -fobjc-weak -fobjc-arc -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.mm - $(CXX) $(CXXFLAGS) -ObjC++ -fobjc-weak -fobjc-arc -c -o $@ $< - -all: $(EXE) - @echo Build complete - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) diff --git a/external/imgui/examples/example_sdl_metal/main.mm b/external/imgui/examples/example_sdl_metal/main.mm deleted file mode 100644 index 1fb09d13..00000000 --- a/external/imgui/examples/example_sdl_metal/main.mm +++ /dev/null @@ -1,181 +0,0 @@ -// Dear ImGui: standalone example application for SDL2 + Metal -// (SDL is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan/Metal graphics context creation, etc.) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_sdl.h" -#include "imgui_impl_metal.h" -#include -#include - -#import -#import - -int main(int, char**) -{ - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.txt' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Setup SDL - // (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems, - // depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to latest version of SDL is recommended!) - if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_GAMECONTROLLER) != 0) - { - printf("Error: %s\n", SDL_GetError()); - return -1; - } - - // Inform SDL that we will be using metal for rendering. Without this hint initialization of metal renderer may fail. - SDL_SetHint(SDL_HINT_RENDER_DRIVER, "metal"); - - SDL_Window* window = SDL_CreateWindow("Dear ImGui SDL+Metal example", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1280, 720, SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI); - if (window == NULL) - { - printf("Error creating window: %s\n", SDL_GetError()); - return -2; - } - - SDL_Renderer* renderer = SDL_CreateRenderer(window, -1, SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC); - if (renderer == NULL) - { - printf("Error creating renderer: %s\n", SDL_GetError()); - return -3; - } - - // Setup Platform/Renderer backends - CAMetalLayer* layer = (__bridge CAMetalLayer*)SDL_RenderGetMetalLayer(renderer); - layer.pixelFormat = MTLPixelFormatBGRA8Unorm; - ImGui_ImplMetal_Init(layer.device); - ImGui_ImplSDL2_InitForMetal(window); - - id commandQueue = [layer.device newCommandQueue]; - MTLRenderPassDescriptor* renderPassDescriptor = [MTLRenderPassDescriptor new]; - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - float clear_color[4] = {0.45f, 0.55f, 0.60f, 1.00f}; - - // Main loop - bool done = false; - while (!done) - { - @autoreleasepool - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - SDL_Event event; - while (SDL_PollEvent(&event)) - { - ImGui_ImplSDL2_ProcessEvent(&event); - if (event.type == SDL_QUIT) - done = true; - if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.windowID == SDL_GetWindowID(window)) - done = true; - } - - int width, height; - SDL_GetRendererOutputSize(renderer, &width, &height); - layer.drawableSize = CGSizeMake(width, height); - id drawable = [layer nextDrawable]; - - id commandBuffer = [commandQueue commandBuffer]; - renderPassDescriptor.colorAttachments[0].clearColor = MTLClearColorMake(clear_color[0] * clear_color[3], clear_color[1] * clear_color[3], clear_color[2] * clear_color[3], clear_color[3]); - renderPassDescriptor.colorAttachments[0].texture = drawable.texture; - renderPassDescriptor.colorAttachments[0].loadAction = MTLLoadActionClear; - renderPassDescriptor.colorAttachments[0].storeAction = MTLStoreActionStore; - id renderEncoder = [commandBuffer renderCommandEncoderWithDescriptor:renderPassDescriptor]; - [renderEncoder pushDebugGroup:@"ImGui demo"]; - - // Start the Dear ImGui frame - ImGui_ImplMetal_NewFrame(renderPassDescriptor); - ImGui_ImplSDL2_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - ImGui_ImplMetal_RenderDrawData(ImGui::GetDrawData(), commandBuffer, renderEncoder); - - [renderEncoder popDebugGroup]; - [renderEncoder endEncoding]; - - [commandBuffer presentDrawable:drawable]; - [commandBuffer commit]; - } - } - - // Cleanup - ImGui_ImplMetal_Shutdown(); - ImGui_ImplSDL2_Shutdown(); - ImGui::DestroyContext(); - - SDL_DestroyRenderer(renderer); - SDL_DestroyWindow(window); - SDL_Quit(); - - return 0; -} diff --git a/external/imgui/examples/example_sdl_opengl2/Makefile b/external/imgui/examples/example_sdl_opengl2/Makefile deleted file mode 100644 index 24790f18..00000000 --- a/external/imgui/examples/example_sdl_opengl2/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# -# Cross Platform Makefile -# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X -# -# You will need SDL2 (http://www.libsdl.org): -# Linux: -# apt-get install libsdl2-dev -# Mac OS X: -# brew install sdl2 -# MSYS2: -# pacman -S mingw-w64-i686-SDL2 -# - -#CXX = g++ -#CXX = clang++ - -EXE = example_sdl_opengl2 -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) - -CXXFLAGS = -std=c++11 -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -CXXFLAGS += -g -Wall -Wformat -LIBS = - -##--------------------------------------------------------------------- -## BUILD FLAGS PER PLATFORM -##--------------------------------------------------------------------- - -ifeq ($(UNAME_S), Linux) #LINUX - ECHO_MESSAGE = "Linux" - LIBS += -lGL -ldl `sdl2-config --libs` - - CXXFLAGS += `sdl2-config --cflags` - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(UNAME_S), Darwin) #APPLE - ECHO_MESSAGE = "Mac OS X" - LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs` - LIBS += -L/usr/local/lib -L/opt/local/lib - - CXXFLAGS += `sdl2-config --cflags` - CXXFLAGS += -I/usr/local/include -I/opt/local/include - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(OS), Windows_NT) - ECHO_MESSAGE = "MinGW" - LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2` - - CXXFLAGS += `pkg-config --cflags sdl2` - CFLAGS = $(CXXFLAGS) -endif - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(ECHO_MESSAGE) - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) diff --git a/external/imgui/examples/example_sdl_opengl2/README.md b/external/imgui/examples/example_sdl_opengl2/README.md deleted file mode 100644 index 2bf4d03a..00000000 --- a/external/imgui/examples/example_sdl_opengl2/README.md +++ /dev/null @@ -1,29 +0,0 @@ - -# How to Build - -- On Windows with Visual Studio's IDE - -Use the provided project file (.vcxproj). Add to solution (imgui_examples.sln) if necessary. - -- On Windows with Visual Studio's CLI - -``` -set SDL2_DIR=path_to_your_sdl2_folder -cl /Zi /MD /I.. /I..\.. /I%SDL2_DIR%\include main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_opengl2.cpp ..\..\imgui*.cpp /FeDebug/example_sdl_opengl2.exe /FoDebug/ /link /libpath:%SDL2_DIR%\lib\x86 SDL2.lib SDL2main.lib opengl32.lib /subsystem:console -# ^^ include paths ^^ source files ^^ output exe ^^ output dir ^^ libraries -# or for 64-bit: -cl /Zi /MD /I.. /I..\.. /I%SDL2_DIR%\include main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_opengl2.cpp ..\..\imgui*.cpp /FeDebug/example_sdl_opengl2.exe /FoDebug/ /link /libpath:%SDL2_DIR%\lib\x64 SDL2.lib SDL2main.lib opengl32.lib /subsystem:console -``` - -- On Linux and similar Unixes - -``` -c++ `sdl2-config --cflags` -I .. -I ../.. -I ../../backends main.cpp ../../backends/imgui_impl_sdl.cpp ../../backends/imgui_impl_opengl2.cpp ../../imgui*.cpp `sdl2-config --libs` -lGL -``` - -- On Mac OS X - -``` -brew install sdl2 -c++ `sdl2-config --cflags` -I .. -I ../.. -I ../../backends main.cpp ../../backends/imgui_impl_sdl.cpp ../../backends/imgui_impl_opengl2.cpp ../../imgui*.cpp `sdl2-config --libs` -framework OpenGl -``` diff --git a/external/imgui/examples/example_sdl_opengl2/build_win32.bat b/external/imgui/examples/example_sdl_opengl2/build_win32.bat deleted file mode 100644 index 47529e28..00000000 --- a/external/imgui/examples/example_sdl_opengl2/build_win32.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_sdl_opengl2 -@set INCLUDES=/I..\.. /I..\..\backends /I%SDL2_DIR%\include -@set SOURCES=main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_opengl2.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:%SDL2_DIR%\lib\x86 SDL2.lib SDL2main.lib opengl32.lib shell32.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console diff --git a/external/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj b/external/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj deleted file mode 100644 index d22a67ba..00000000 --- a/external/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj +++ /dev/null @@ -1,181 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2AE17FDE-F7F3-4CAC-ADAB-0710EDA4F741} - example_sdl_opengl2 - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - - - true - %SDL2_DIR%\lib\x86;%(AdditionalLibraryDirectories) - opengl32.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - - - true - %SDL2_DIR%\lib\x64;%(AdditionalLibraryDirectories) - opengl32.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - false - - - true - true - true - %SDL2_DIR%\lib\x86;%(AdditionalLibraryDirectories) - opengl32.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - false - - - true - true - true - %SDL2_DIR%\lib\x64;%(AdditionalLibraryDirectories) - opengl32.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters b/external/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters deleted file mode 100644 index 2253b865..00000000 --- a/external/imgui/examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj.filters +++ /dev/null @@ -1,61 +0,0 @@ - - - - - {20b90ce4-7fcb-4731-b9a0-075f875de82d} - - - {f18ab499-84e1-499f-8eff-9754361e0e52} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - imgui - - - imgui - - - imgui - - - sources - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_sdl_opengl2/main.cpp b/external/imgui/examples/example_sdl_opengl2/main.cpp deleted file mode 100644 index cb3d10f6..00000000 --- a/external/imgui/examples/example_sdl_opengl2/main.cpp +++ /dev/null @@ -1,157 +0,0 @@ -// Dear ImGui: standalone example application for SDL2 + OpenGL -// (SDL is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan/Metal graphics context creation, etc.) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// **DO NOT USE THIS CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)** -// **Prefer using the code in the example_sdl_opengl3/ folder** -// See imgui_impl_sdl.cpp for details. - -#include "imgui.h" -#include "imgui_impl_sdl.h" -#include "imgui_impl_opengl2.h" -#include -#include -#include - -// Main code -int main(int, char**) -{ - // Setup SDL - // (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems, - // depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to latest version of SDL is recommended!) - if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_GAMECONTROLLER) != 0) - { - printf("Error: %s\n", SDL_GetError()); - return -1; - } - - // Setup window - SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1); - SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 24); - SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 2); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 2); - SDL_WindowFlags window_flags = (SDL_WindowFlags)(SDL_WINDOW_OPENGL | SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI); - SDL_Window* window = SDL_CreateWindow("Dear ImGui SDL2+OpenGL example", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1280, 720, window_flags); - SDL_GLContext gl_context = SDL_GL_CreateContext(window); - SDL_GL_MakeCurrent(window, gl_context); - SDL_GL_SetSwapInterval(1); // Enable vsync - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplSDL2_InitForOpenGL(window, gl_context); - ImGui_ImplOpenGL2_Init(); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - SDL_Event event; - while (SDL_PollEvent(&event)) - { - ImGui_ImplSDL2_ProcessEvent(&event); - if (event.type == SDL_QUIT) - done = true; - if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.windowID == SDL_GetWindowID(window)) - done = true; - } - - // Start the Dear ImGui frame - ImGui_ImplOpenGL2_NewFrame(); - ImGui_ImplSDL2_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - glViewport(0, 0, (int)io.DisplaySize.x, (int)io.DisplaySize.y); - glClearColor(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - glClear(GL_COLOR_BUFFER_BIT); - //glUseProgram(0); // You may want this if using this code in an OpenGL 3+ context where shaders may be bound - ImGui_ImplOpenGL2_RenderDrawData(ImGui::GetDrawData()); - SDL_GL_SwapWindow(window); - } - - // Cleanup - ImGui_ImplOpenGL2_Shutdown(); - ImGui_ImplSDL2_Shutdown(); - ImGui::DestroyContext(); - - SDL_GL_DeleteContext(gl_context); - SDL_DestroyWindow(window); - SDL_Quit(); - - return 0; -} diff --git a/external/imgui/examples/example_sdl_opengl3/Makefile b/external/imgui/examples/example_sdl_opengl3/Makefile deleted file mode 100644 index ae22ce20..00000000 --- a/external/imgui/examples/example_sdl_opengl3/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# -# Cross Platform Makefile -# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X -# -# You will need SDL2 (http://www.libsdl.org): -# Linux: -# apt-get install libsdl2-dev -# Mac OS X: -# brew install sdl2 -# MSYS2: -# pacman -S mingw-w64-i686-SDL2 -# - -#CXX = g++ -#CXX = clang++ - -EXE = example_sdl_opengl3 -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) -LINUX_GL_LIBS = -lGL - -CXXFLAGS = -std=c++11 -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -CXXFLAGS += -g -Wall -Wformat -LIBS = - -##--------------------------------------------------------------------- -## OPENGL ES -##--------------------------------------------------------------------- - -## This assumes a GL ES library available in the system, e.g. libGLESv2.so -# CXXFLAGS += -DIMGUI_IMPL_OPENGL_ES2 -# LINUX_GL_LIBS = -lGLESv2 -## If you're on a Raspberry Pi and want to use the legacy drivers, -## use the following instead: -# LINUX_GL_LIBS = -L/opt/vc/lib -lbrcmGLESv2 - -##--------------------------------------------------------------------- -## BUILD FLAGS PER PLATFORM -##--------------------------------------------------------------------- - -ifeq ($(UNAME_S), Linux) #LINUX - ECHO_MESSAGE = "Linux" - LIBS += $(LINUX_GL_LIBS) -ldl `sdl2-config --libs` - - CXXFLAGS += `sdl2-config --cflags` - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(UNAME_S), Darwin) #APPLE - ECHO_MESSAGE = "Mac OS X" - LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs` - LIBS += -L/usr/local/lib -L/opt/local/lib - - CXXFLAGS += `sdl2-config --cflags` - CXXFLAGS += -I/usr/local/include -I/opt/local/include - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(OS), Windows_NT) - ECHO_MESSAGE = "MinGW" - LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2` - - CXXFLAGS += `pkg-config --cflags sdl2` - CFLAGS = $(CXXFLAGS) -endif - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(ECHO_MESSAGE) - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) diff --git a/external/imgui/examples/example_sdl_opengl3/README.md b/external/imgui/examples/example_sdl_opengl3/README.md deleted file mode 100644 index 06d4b2d3..00000000 --- a/external/imgui/examples/example_sdl_opengl3/README.md +++ /dev/null @@ -1,29 +0,0 @@ - -# How to Build - -- On Windows with Visual Studio's IDE - -Use the provided project file (.vcxproj). Add to solution (imgui_examples.sln) if necessary. - -- On Windows with Visual Studio's CLI - -``` -set SDL2_DIR=path_to_your_sdl2_folder -cl /Zi /MD /I.. /I..\.. /I%SDL2_DIR%\include main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_opengl3.cpp ..\..\imgui*.cpp /FeDebug/example_sdl_opengl3.exe /FoDebug/ /link /libpath:%SDL2_DIR%\lib\x86 SDL2.lib SDL2main.lib opengl32.lib /subsystem:console -# ^^ include paths ^^ source files ^^ output exe ^^ output dir ^^ libraries -# or for 64-bit: -cl /Zi /MD /I.. /I..\.. /I%SDL2_DIR%\include main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_opengl3.cpp ..\..\imgui*.cpp /FeDebug/example_sdl_opengl3.exe /FoDebug/ /link /libpath:%SDL2_DIR%\lib\x64 SDL2.lib SDL2main.lib opengl32.lib /subsystem:console -``` - -- On Linux and similar Unixes - -``` -c++ `sdl2-config --cflags` -I .. -I ../.. -I ../../backends main.cpp ../../backends/imgui_impl_sdl.cpp ../../backends/imgui_impl_opengl3.cpp ../../imgui*.cpp `sdl2-config --libs` -lGL -ldl -``` - -- On Mac OS X - -``` -brew install sdl2 -c++ `sdl2-config --cflags` -I .. -I ../.. -I ../../backends main.cpp ../../backends/imgui_impl_sdl.cpp ../../backends/imgui_impl_opengl3.cpp ../../imgui*.cpp `sdl2-config --libs` -framework OpenGl -framework CoreFoundation -``` diff --git a/external/imgui/examples/example_sdl_opengl3/build_win32.bat b/external/imgui/examples/example_sdl_opengl3/build_win32.bat deleted file mode 100644 index 20851bff..00000000 --- a/external/imgui/examples/example_sdl_opengl3/build_win32.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_sdl_opengl3 -@set INCLUDES=/I..\.. /I..\..\backends /I%SDL2_DIR%\include -@set SOURCES=main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_opengl3.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:%SDL2_DIR%\lib\x86 SDL2.lib SDL2main.lib opengl32.lib shell32.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console diff --git a/external/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj b/external/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj deleted file mode 100644 index ace041df..00000000 --- a/external/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj +++ /dev/null @@ -1,182 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {BBAEB705-1669-40F3-8567-04CF6A991F4C} - example_sdl_opengl3 - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - - - true - %SDL2_DIR%\lib\x86;%(AdditionalLibraryDirectories) - opengl32.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - - - true - %SDL2_DIR%\lib\x64;%(AdditionalLibraryDirectories) - opengl32.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - false - - - true - true - true - %SDL2_DIR%\lib\x86;%(AdditionalLibraryDirectories) - opengl32.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - false - - - true - true - true - %SDL2_DIR%\lib\x64;%(AdditionalLibraryDirectories) - opengl32.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters b/external/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters deleted file mode 100644 index c8dbeae4..00000000 --- a/external/imgui/examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters +++ /dev/null @@ -1,64 +0,0 @@ - - - - - {20b90ce4-7fcb-4731-b9a0-075f875de82d} - - - {f18ab499-84e1-499f-8eff-9754361e0e52} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - sources - - - imgui - - - imgui - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_sdl_opengl3/main.cpp b/external/imgui/examples/example_sdl_opengl3/main.cpp deleted file mode 100644 index c911edd3..00000000 --- a/external/imgui/examples/example_sdl_opengl3/main.cpp +++ /dev/null @@ -1,178 +0,0 @@ -// Dear ImGui: standalone example application for SDL2 + OpenGL -// (SDL is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan/Metal graphics context creation, etc.) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_sdl.h" -#include "imgui_impl_opengl3.h" -#include -#include -#if defined(IMGUI_IMPL_OPENGL_ES2) -#include -#else -#include -#endif - -// Main code -int main(int, char**) -{ - // Setup SDL - // (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems, - // depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to latest version of SDL is recommended!) - if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_GAMECONTROLLER) != 0) - { - printf("Error: %s\n", SDL_GetError()); - return -1; - } - - // Decide GL+GLSL versions -#if defined(IMGUI_IMPL_OPENGL_ES2) - // GL ES 2.0 + GLSL 100 - const char* glsl_version = "#version 100"; - SDL_GL_SetAttribute(SDL_GL_CONTEXT_FLAGS, 0); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 2); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 0); -#elif defined(__APPLE__) - // GL 3.2 Core + GLSL 150 - const char* glsl_version = "#version 150"; - SDL_GL_SetAttribute(SDL_GL_CONTEXT_FLAGS, SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG); // Always required on Mac - SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 2); -#else - // GL 3.0 + GLSL 130 - const char* glsl_version = "#version 130"; - SDL_GL_SetAttribute(SDL_GL_CONTEXT_FLAGS, 0); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3); - SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 0); -#endif - - // Create window with graphics context - SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1); - SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 24); - SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); - SDL_WindowFlags window_flags = (SDL_WindowFlags)(SDL_WINDOW_OPENGL | SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI); - SDL_Window* window = SDL_CreateWindow("Dear ImGui SDL2+OpenGL3 example", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1280, 720, window_flags); - SDL_GLContext gl_context = SDL_GL_CreateContext(window); - SDL_GL_MakeCurrent(window, gl_context); - SDL_GL_SetSwapInterval(1); // Enable vsync - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplSDL2_InitForOpenGL(window, gl_context); - ImGui_ImplOpenGL3_Init(glsl_version); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - SDL_Event event; - while (SDL_PollEvent(&event)) - { - ImGui_ImplSDL2_ProcessEvent(&event); - if (event.type == SDL_QUIT) - done = true; - if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.windowID == SDL_GetWindowID(window)) - done = true; - } - - // Start the Dear ImGui frame - ImGui_ImplOpenGL3_NewFrame(); - ImGui_ImplSDL2_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - glViewport(0, 0, (int)io.DisplaySize.x, (int)io.DisplaySize.y); - glClearColor(clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w); - glClear(GL_COLOR_BUFFER_BIT); - ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData()); - SDL_GL_SwapWindow(window); - } - - // Cleanup - ImGui_ImplOpenGL3_Shutdown(); - ImGui_ImplSDL2_Shutdown(); - ImGui::DestroyContext(); - - SDL_GL_DeleteContext(gl_context); - SDL_DestroyWindow(window); - SDL_Quit(); - - return 0; -} diff --git a/external/imgui/examples/example_sdl_sdlrenderer/Makefile b/external/imgui/examples/example_sdl_sdlrenderer/Makefile deleted file mode 100644 index aa3b2d2e..00000000 --- a/external/imgui/examples/example_sdl_sdlrenderer/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# -# Cross Platform Makefile -# Compatible with MSYS2/MINGW, Ubuntu 14.04.1 and Mac OS X -# -# You will need SDL2 (http://www.libsdl.org): -# Linux: -# apt-get install libsdl2-dev -# Mac OS X: -# brew install sdl2 -# MSYS2: -# pacman -S mingw-w64-i686-SDL2 -# - -#CXX = g++ -#CXX = clang++ - -EXE = example_sdl_sdlrenderer -IMGUI_DIR = ../.. -SOURCES = main.cpp -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_sdlrenderer.cpp -OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES)))) -UNAME_S := $(shell uname -s) - -CXXFLAGS = -std=c++11 -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -CXXFLAGS += -g -Wall -Wformat -LIBS = - -##--------------------------------------------------------------------- -## BUILD FLAGS PER PLATFORM -##--------------------------------------------------------------------- - -ifeq ($(UNAME_S), Linux) #LINUX - ECHO_MESSAGE = "Linux" - LIBS += -lGL -ldl `sdl2-config --libs` - - CXXFLAGS += `sdl2-config --cflags` - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(UNAME_S), Darwin) #APPLE - ECHO_MESSAGE = "Mac OS X" - LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs` - LIBS += -L/usr/local/lib -L/opt/local/lib - - CXXFLAGS += `sdl2-config --cflags` - CXXFLAGS += -I/usr/local/include -I/opt/local/include - CFLAGS = $(CXXFLAGS) -endif - -ifeq ($(OS), Windows_NT) - ECHO_MESSAGE = "MinGW" - LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2` - - CXXFLAGS += `pkg-config --cflags sdl2` - CFLAGS = $(CXXFLAGS) -endif - -##--------------------------------------------------------------------- -## BUILD RULES -##--------------------------------------------------------------------- - -%.o:%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -%.o:$(IMGUI_DIR)/backends/%.cpp - $(CXX) $(CXXFLAGS) -c -o $@ $< - -all: $(EXE) - @echo Build complete for $(ECHO_MESSAGE) - -$(EXE): $(OBJS) - $(CXX) -o $@ $^ $(CXXFLAGS) $(LIBS) - -clean: - rm -f $(EXE) $(OBJS) diff --git a/external/imgui/examples/example_sdl_sdlrenderer/README.md b/external/imgui/examples/example_sdl_sdlrenderer/README.md deleted file mode 100644 index 209f15ac..00000000 --- a/external/imgui/examples/example_sdl_sdlrenderer/README.md +++ /dev/null @@ -1,25 +0,0 @@ - -# How to Build - -- On Windows with Visual Studio's CLI - -``` -set SDL2_DIR=path_to_your_sdl2_folder -cl /Zi /MD /I.. /I..\.. /I%SDL2_DIR%\include main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_sdlrenderer.cpp ..\..\imgui*.cpp /FeDebug/example_sdl_sdlrenderer.exe /FoDebug/ /link /libpath:%SDL2_DIR%\lib\x86 SDL2.lib SDL2main.lib /subsystem:console -# ^^ include paths ^^ source files ^^ output exe ^^ output dir ^^ libraries -# or for 64-bit: -cl /Zi /MD /I.. /I..\.. /I%SDL2_DIR%\include main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_sdlrenderer.cpp ..\..\imgui*.cpp /FeDebug/example_sdl_sdlrenderer.exe /FoDebug/ /link /libpath:%SDL2_DIR%\lib\x64 SDL2.lib SDL2main.lib /subsystem:console -``` - -- On Linux and similar Unixes - -``` -c++ `sdl2-config --cflags` -I .. -I ../.. main.cpp ../../backends/imgui_impl_sdl.cpp ../../backends/imgui_impl_sdlrenderer.cpp ../../imgui*.cpp `sdl2-config --libs` -lGL -``` - -- On Mac OS X - -``` -brew install sdl2 -c++ `sdl2-config --cflags` -I .. -I ../.. main.cpp ../../backends/imgui_impl_sdl.cpp ../../backends/imgui_impl_sdlrenderer.cpp ../../imgui*.cpp `sdl2-config --libs` -framework OpenGl -``` diff --git a/external/imgui/examples/example_sdl_sdlrenderer/build_win32.bat b/external/imgui/examples/example_sdl_sdlrenderer/build_win32.bat deleted file mode 100644 index 6c1b5fde..00000000 --- a/external/imgui/examples/example_sdl_sdlrenderer/build_win32.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_sdl_sdlrenderer_ -@set INCLUDES=/I..\.. /I..\..\backends /I%SDL2_DIR%\include -@set SOURCES=main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_sdlrenderer.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:%SDL2_DIR%\lib\x86 SDL2.lib SDL2main.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console diff --git a/external/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj b/external/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj deleted file mode 100644 index 4d502ab6..00000000 --- a/external/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj +++ /dev/null @@ -1,181 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2AE17FDE-F7F3-4CAC-ADAB-0710EDA4F741} - example_sdl_sdlrenderer - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;%SDL2_DIR%\include;%(AdditionalIncludeDirectories) - - - true - %SDL2_DIR%\lib\x86;%(AdditionalLibraryDirectories) - SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;%SDL2_DIR%\include;%(AdditionalIncludeDirectories) - - - true - %SDL2_DIR%\lib\x64;%(AdditionalLibraryDirectories) - SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%SDL2_DIR%\include;%(AdditionalIncludeDirectories) - false - - - true - true - true - %SDL2_DIR%\lib\x86;%(AdditionalLibraryDirectories) - SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%SDL2_DIR%\include;%(AdditionalIncludeDirectories) - false - - - true - true - true - %SDL2_DIR%\lib\x64;%(AdditionalLibraryDirectories) - SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj.filters b/external/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj.filters deleted file mode 100644 index 01e98fcb..00000000 --- a/external/imgui/examples/example_sdl_sdlrenderer/example_sdl_sdlrenderer.vcxproj.filters +++ /dev/null @@ -1,61 +0,0 @@ - - - - - {20b90ce4-7fcb-4731-b9a0-075f875de82d} - - - {f18ab499-84e1-499f-8eff-9754361e0e52} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - imgui - - - imgui - - - imgui - - - sources - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_sdl_sdlrenderer/main.cpp b/external/imgui/examples/example_sdl_sdlrenderer/main.cpp deleted file mode 100644 index 4920ddb1..00000000 --- a/external/imgui/examples/example_sdl_sdlrenderer/main.cpp +++ /dev/null @@ -1,161 +0,0 @@ -// Dear ImGui: standalone example application for SDL2 + SDL_Renderer -// (SDL is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan/Metal graphics context creation, etc.) -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// Important to understand: SDL_Renderer is an _optional_ component of SDL. We do not recommend you use SDL_Renderer -// because it provide a rather limited API to the end-user. We provide this backend for the sake of completeness. -// For a multi-platform app consider using e.g. SDL+DirectX on Windows and SDL+OpenGL on Linux/OSX. - -#include "imgui.h" -#include "imgui_impl_sdl.h" -#include "imgui_impl_sdlrenderer.h" -#include -#include - -#if !SDL_VERSION_ATLEAST(2,0,17) -#error This backend requires SDL 2.0.17+ because of SDL_RenderGeometry() function -#endif - -// Main code -int main(int, char**) -{ - // Setup SDL - // (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems, - // depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to latest version of SDL is recommended!) - if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_GAMECONTROLLER) != 0) - { - printf("Error: %s\n", SDL_GetError()); - return -1; - } - - // Setup window - SDL_WindowFlags window_flags = (SDL_WindowFlags)(SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI); - SDL_Window* window = SDL_CreateWindow("Dear ImGui SDL2+SDL_Renderer example", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1280, 720, window_flags); - - // Setup SDL_Renderer instance - SDL_Renderer* renderer = SDL_CreateRenderer(window, -1, SDL_RENDERER_PRESENTVSYNC | SDL_RENDERER_ACCELERATED); - if (renderer == NULL) - { - SDL_Log("Error creating SDL_Renderer!"); - return false; - } - //SDL_RendererInfo info; - //SDL_GetRendererInfo(renderer, &info); - //SDL_Log("Current SDL_Renderer: %s", info.name); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplSDL2_InitForSDLRenderer(window, renderer); - ImGui_ImplSDLRenderer_Init(renderer); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - SDL_Event event; - while (SDL_PollEvent(&event)) - { - ImGui_ImplSDL2_ProcessEvent(&event); - if (event.type == SDL_QUIT) - done = true; - if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.windowID == SDL_GetWindowID(window)) - done = true; - } - - // Start the Dear ImGui frame - ImGui_ImplSDLRenderer_NewFrame(); - ImGui_ImplSDL2_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - SDL_SetRenderDrawColor(renderer, (Uint8)(clear_color.x * 255), (Uint8)(clear_color.y * 255), (Uint8)(clear_color.z * 255), (Uint8)(clear_color.w * 255)); - SDL_RenderClear(renderer); - ImGui_ImplSDLRenderer_RenderDrawData(ImGui::GetDrawData()); - SDL_RenderPresent(renderer); - } - - // Cleanup - ImGui_ImplSDLRenderer_Shutdown(); - ImGui_ImplSDL2_Shutdown(); - ImGui::DestroyContext(); - - SDL_DestroyRenderer(renderer); - SDL_DestroyWindow(window); - SDL_Quit(); - - return 0; -} diff --git a/external/imgui/examples/example_sdl_vulkan/build_win32.bat b/external/imgui/examples/example_sdl_vulkan/build_win32.bat deleted file mode 100644 index d4a71884..00000000 --- a/external/imgui/examples/example_sdl_vulkan/build_win32.bat +++ /dev/null @@ -1,10 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. - -@set OUT_EXE=example_sdl_vulkan -@set INCLUDES=/I..\.. /I..\..\backends /I%SDL2_DIR%\include /I %VULKAN_SDK%\include -@set SOURCES=main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_vulkan.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:%SDL2_DIR%\lib\x86 /libpath:%VULKAN_SDK%\lib32 SDL2.lib SDL2main.lib shell32.lib vulkan-1.lib - -@set OUT_DIR=Debug -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% /D ImTextureID=ImU64 %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console diff --git a/external/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj b/external/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj deleted file mode 100644 index fc69ca70..00000000 --- a/external/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {BAE3D0B5-9695-4EB1-AD0F-75890EB4A3B3} - example_sdl_vulkan - 8.1 - - - - Application - true - MultiByte - v140 - - - Application - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - Application - false - true - MultiByte - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - $(IncludePath) - - - - Level4 - Disabled - ..\..;..\..\backends;%VULKAN_SDK%\include;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - ImTextureID=ImU64;_MBCS;%(PreprocessorDefinitions) - - - true - %VULKAN_SDK%\lib32;%SDL2_DIR%\lib\x86;%(AdditionalLibraryDirectories) - vulkan-1.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - Disabled - ..\..;..\..\backends;%VULKAN_SDK%\include;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - ImTextureID=ImU64;_MBCS;%(PreprocessorDefinitions) - - - true - %VULKAN_SDK%\lib;%SDL2_DIR%\lib\x64;%(AdditionalLibraryDirectories) - vulkan-1.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - msvcrt.lib - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%VULKAN_SDK%\include;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - false - ImTextureID=ImU64;_MBCS;%(PreprocessorDefinitions) - - - true - true - true - %VULKAN_SDK%\lib32;%SDL2_DIR%\lib\x86;%(AdditionalLibraryDirectories) - vulkan-1.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - - - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%VULKAN_SDK%\include;%SDL2_DIR%\include;$(VcpkgCurrentInstalledDir)include\SDL2;%(AdditionalIncludeDirectories) - false - ImTextureID=ImU64;_MBCS;%(PreprocessorDefinitions) - - - true - true - true - %VULKAN_SDK%\lib;%SDL2_DIR%\lib\x64;%(AdditionalLibraryDirectories) - vulkan-1.lib;SDL2.lib;SDL2main.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters b/external/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters deleted file mode 100644 index 063a5936..00000000 --- a/external/imgui/examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters +++ /dev/null @@ -1,61 +0,0 @@ - - - - - {20b90ce4-7fcb-4731-b9a0-075f875de82d} - - - {f18ab499-84e1-499f-8eff-9754361e0e52} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - sources - - - imgui - - - sources - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - - sources - - - \ No newline at end of file diff --git a/external/imgui/examples/example_sdl_vulkan/main.cpp b/external/imgui/examples/example_sdl_vulkan/main.cpp deleted file mode 100644 index b8c467bc..00000000 --- a/external/imgui/examples/example_sdl_vulkan/main.cpp +++ /dev/null @@ -1,561 +0,0 @@ -// Dear ImGui: standalone example application for SDL2 + Vulkan -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// Important note to the reader who wish to integrate imgui_impl_vulkan.cpp/.h in their own engine/app. -// - Common ImGui_ImplVulkan_XXX functions and structures are used to interface with imgui_impl_vulkan.cpp/.h. -// You will use those if you want to use this rendering backend in your engine/app. -// - Helper ImGui_ImplVulkanH_XXX functions and structures are only used by this example (main.cpp) and by -// the backend itself (imgui_impl_vulkan.cpp), but should PROBABLY NOT be used by your own engine/app code. -// Read comments in imgui_impl_vulkan.h. - -#include -#include -#include -#include // printf, fprintf -#include // abort -#include -#include -#include - -//#define IMGUI_UNLIMITED_FRAME_RATE -#ifdef _DEBUG -#define IMGUI_VULKAN_DEBUG_REPORT -#endif - -static VkAllocationCallbacks* g_Allocator = NULL; -static VkInstance g_Instance = VK_NULL_HANDLE; -static VkPhysicalDevice g_PhysicalDevice = VK_NULL_HANDLE; -static VkDevice g_Device = VK_NULL_HANDLE; -static uint32_t g_QueueFamily = (uint32_t)-1; -static VkQueue g_Queue = VK_NULL_HANDLE; -static VkDebugReportCallbackEXT g_DebugReport = VK_NULL_HANDLE; -static VkPipelineCache g_PipelineCache = VK_NULL_HANDLE; -static VkDescriptorPool g_DescriptorPool = VK_NULL_HANDLE; - -static ImGui_ImplVulkanH_Window g_MainWindowData; -static uint32_t g_MinImageCount = 2; -static bool g_SwapChainRebuild = false; - -static void check_vk_result(VkResult err) -{ - if (err == 0) - return; - fprintf(stderr, "[vulkan] Error: VkResult = %d\n", err); - if (err < 0) - abort(); -} - -#ifdef IMGUI_VULKAN_DEBUG_REPORT -static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData) -{ - (void)flags; (void)object; (void)location; (void)messageCode; (void)pUserData; (void)pLayerPrefix; // Unused arguments - fprintf(stderr, "[vulkan] Debug report from ObjectType: %i\nMessage: %s\n\n", objectType, pMessage); - return VK_FALSE; -} -#endif // IMGUI_VULKAN_DEBUG_REPORT - -static void SetupVulkan(const char** extensions, uint32_t extensions_count) -{ - VkResult err; - - // Create Vulkan Instance - { - VkInstanceCreateInfo create_info = {}; - create_info.sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO; - create_info.enabledExtensionCount = extensions_count; - create_info.ppEnabledExtensionNames = extensions; -#ifdef IMGUI_VULKAN_DEBUG_REPORT - // Enabling validation layers - const char* layers[] = { "VK_LAYER_KHRONOS_validation" }; - create_info.enabledLayerCount = 1; - create_info.ppEnabledLayerNames = layers; - - // Enable debug report extension (we need additional storage, so we duplicate the user array to add our new extension to it) - const char** extensions_ext = (const char**)malloc(sizeof(const char*) * (extensions_count + 1)); - memcpy(extensions_ext, extensions, extensions_count * sizeof(const char*)); - extensions_ext[extensions_count] = "VK_EXT_debug_report"; - create_info.enabledExtensionCount = extensions_count + 1; - create_info.ppEnabledExtensionNames = extensions_ext; - - // Create Vulkan Instance - err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); - check_vk_result(err); - free(extensions_ext); - - // Get the function pointer (required for any extensions) - auto vkCreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)vkGetInstanceProcAddr(g_Instance, "vkCreateDebugReportCallbackEXT"); - IM_ASSERT(vkCreateDebugReportCallbackEXT != NULL); - - // Setup the debug report callback - VkDebugReportCallbackCreateInfoEXT debug_report_ci = {}; - debug_report_ci.sType = VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT; - debug_report_ci.flags = VK_DEBUG_REPORT_ERROR_BIT_EXT | VK_DEBUG_REPORT_WARNING_BIT_EXT | VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT; - debug_report_ci.pfnCallback = debug_report; - debug_report_ci.pUserData = NULL; - err = vkCreateDebugReportCallbackEXT(g_Instance, &debug_report_ci, g_Allocator, &g_DebugReport); - check_vk_result(err); -#else - // Create Vulkan Instance without any debug feature - err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); - check_vk_result(err); - IM_UNUSED(g_DebugReport); -#endif - } - - // Select GPU - { - uint32_t gpu_count; - err = vkEnumeratePhysicalDevices(g_Instance, &gpu_count, NULL); - check_vk_result(err); - IM_ASSERT(gpu_count > 0); - - VkPhysicalDevice* gpus = (VkPhysicalDevice*)malloc(sizeof(VkPhysicalDevice) * gpu_count); - err = vkEnumeratePhysicalDevices(g_Instance, &gpu_count, gpus); - check_vk_result(err); - - // If a number >1 of GPUs got reported, find discrete GPU if present, or use first one available. This covers - // most common cases (multi-gpu/integrated+dedicated graphics). Handling more complicated setups (multiple - // dedicated GPUs) is out of scope of this sample. - int use_gpu = 0; - for (int i = 0; i < (int)gpu_count; i++) - { - VkPhysicalDeviceProperties properties; - vkGetPhysicalDeviceProperties(gpus[i], &properties); - if (properties.deviceType == VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU) - { - use_gpu = i; - break; - } - } - - g_PhysicalDevice = gpus[use_gpu]; - free(gpus); - } - - // Select graphics queue family - { - uint32_t count; - vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, NULL); - VkQueueFamilyProperties* queues = (VkQueueFamilyProperties*)malloc(sizeof(VkQueueFamilyProperties) * count); - vkGetPhysicalDeviceQueueFamilyProperties(g_PhysicalDevice, &count, queues); - for (uint32_t i = 0; i < count; i++) - if (queues[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) - { - g_QueueFamily = i; - break; - } - free(queues); - IM_ASSERT(g_QueueFamily != (uint32_t)-1); - } - - // Create Logical Device (with 1 queue) - { - int device_extension_count = 1; - const char* device_extensions[] = { "VK_KHR_swapchain" }; - const float queue_priority[] = { 1.0f }; - VkDeviceQueueCreateInfo queue_info[1] = {}; - queue_info[0].sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO; - queue_info[0].queueFamilyIndex = g_QueueFamily; - queue_info[0].queueCount = 1; - queue_info[0].pQueuePriorities = queue_priority; - VkDeviceCreateInfo create_info = {}; - create_info.sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO; - create_info.queueCreateInfoCount = sizeof(queue_info) / sizeof(queue_info[0]); - create_info.pQueueCreateInfos = queue_info; - create_info.enabledExtensionCount = device_extension_count; - create_info.ppEnabledExtensionNames = device_extensions; - err = vkCreateDevice(g_PhysicalDevice, &create_info, g_Allocator, &g_Device); - check_vk_result(err); - vkGetDeviceQueue(g_Device, g_QueueFamily, 0, &g_Queue); - } - - // Create Descriptor Pool - { - VkDescriptorPoolSize pool_sizes[] = - { - { VK_DESCRIPTOR_TYPE_SAMPLER, 1000 }, - { VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 1000 }, - { VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, 1000 }, - { VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, 1000 }, - { VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, 1000 }, - { VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER, 1000 }, - { VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1000 }, - { VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1000 }, - { VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC, 1000 }, - { VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC, 1000 }, - { VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, 1000 } - }; - VkDescriptorPoolCreateInfo pool_info = {}; - pool_info.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; - pool_info.flags = VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT; - pool_info.maxSets = 1000 * IM_ARRAYSIZE(pool_sizes); - pool_info.poolSizeCount = (uint32_t)IM_ARRAYSIZE(pool_sizes); - pool_info.pPoolSizes = pool_sizes; - err = vkCreateDescriptorPool(g_Device, &pool_info, g_Allocator, &g_DescriptorPool); - check_vk_result(err); - } -} - -// All the ImGui_ImplVulkanH_XXX structures/functions are optional helpers used by the demo. -// Your real engine/app may not use them. -static void SetupVulkanWindow(ImGui_ImplVulkanH_Window* wd, VkSurfaceKHR surface, int width, int height) -{ - wd->Surface = surface; - - // Check for WSI support - VkBool32 res; - vkGetPhysicalDeviceSurfaceSupportKHR(g_PhysicalDevice, g_QueueFamily, wd->Surface, &res); - if (res != VK_TRUE) - { - fprintf(stderr, "Error no WSI support on physical device 0\n"); - exit(-1); - } - - // Select Surface Format - const VkFormat requestSurfaceImageFormat[] = { VK_FORMAT_B8G8R8A8_UNORM, VK_FORMAT_R8G8B8A8_UNORM, VK_FORMAT_B8G8R8_UNORM, VK_FORMAT_R8G8B8_UNORM }; - const VkColorSpaceKHR requestSurfaceColorSpace = VK_COLORSPACE_SRGB_NONLINEAR_KHR; - wd->SurfaceFormat = ImGui_ImplVulkanH_SelectSurfaceFormat(g_PhysicalDevice, wd->Surface, requestSurfaceImageFormat, (size_t)IM_ARRAYSIZE(requestSurfaceImageFormat), requestSurfaceColorSpace); - - // Select Present Mode -#ifdef IMGUI_UNLIMITED_FRAME_RATE - VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_MAILBOX_KHR, VK_PRESENT_MODE_IMMEDIATE_KHR, VK_PRESENT_MODE_FIFO_KHR }; -#else - VkPresentModeKHR present_modes[] = { VK_PRESENT_MODE_FIFO_KHR }; -#endif - wd->PresentMode = ImGui_ImplVulkanH_SelectPresentMode(g_PhysicalDevice, wd->Surface, &present_modes[0], IM_ARRAYSIZE(present_modes)); - //printf("[vulkan] Selected PresentMode = %d\n", wd->PresentMode); - - // Create SwapChain, RenderPass, Framebuffer, etc. - IM_ASSERT(g_MinImageCount >= 2); - ImGui_ImplVulkanH_CreateOrResizeWindow(g_Instance, g_PhysicalDevice, g_Device, wd, g_QueueFamily, g_Allocator, width, height, g_MinImageCount); -} - -static void CleanupVulkan() -{ - vkDestroyDescriptorPool(g_Device, g_DescriptorPool, g_Allocator); - -#ifdef IMGUI_VULKAN_DEBUG_REPORT - // Remove the debug report callback - auto vkDestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT)vkGetInstanceProcAddr(g_Instance, "vkDestroyDebugReportCallbackEXT"); - vkDestroyDebugReportCallbackEXT(g_Instance, g_DebugReport, g_Allocator); -#endif // IMGUI_VULKAN_DEBUG_REPORT - - vkDestroyDevice(g_Device, g_Allocator); - vkDestroyInstance(g_Instance, g_Allocator); -} - -static void CleanupVulkanWindow() -{ - ImGui_ImplVulkanH_DestroyWindow(g_Instance, g_Device, &g_MainWindowData, g_Allocator); -} - -static void FrameRender(ImGui_ImplVulkanH_Window* wd, ImDrawData* draw_data) -{ - VkResult err; - - VkSemaphore image_acquired_semaphore = wd->FrameSemaphores[wd->SemaphoreIndex].ImageAcquiredSemaphore; - VkSemaphore render_complete_semaphore = wd->FrameSemaphores[wd->SemaphoreIndex].RenderCompleteSemaphore; - err = vkAcquireNextImageKHR(g_Device, wd->Swapchain, UINT64_MAX, image_acquired_semaphore, VK_NULL_HANDLE, &wd->FrameIndex); - if (err == VK_ERROR_OUT_OF_DATE_KHR || err == VK_SUBOPTIMAL_KHR) - { - g_SwapChainRebuild = true; - return; - } - check_vk_result(err); - - ImGui_ImplVulkanH_Frame* fd = &wd->Frames[wd->FrameIndex]; - { - err = vkWaitForFences(g_Device, 1, &fd->Fence, VK_TRUE, UINT64_MAX); // wait indefinitely instead of periodically checking - check_vk_result(err); - - err = vkResetFences(g_Device, 1, &fd->Fence); - check_vk_result(err); - } - { - err = vkResetCommandPool(g_Device, fd->CommandPool, 0); - check_vk_result(err); - VkCommandBufferBeginInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO; - info.flags |= VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT; - err = vkBeginCommandBuffer(fd->CommandBuffer, &info); - check_vk_result(err); - } - { - VkRenderPassBeginInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO; - info.renderPass = wd->RenderPass; - info.framebuffer = fd->Framebuffer; - info.renderArea.extent.width = wd->Width; - info.renderArea.extent.height = wd->Height; - info.clearValueCount = 1; - info.pClearValues = &wd->ClearValue; - vkCmdBeginRenderPass(fd->CommandBuffer, &info, VK_SUBPASS_CONTENTS_INLINE); - } - - // Record dear imgui primitives into command buffer - ImGui_ImplVulkan_RenderDrawData(draw_data, fd->CommandBuffer); - - // Submit command buffer - vkCmdEndRenderPass(fd->CommandBuffer); - { - VkPipelineStageFlags wait_stage = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - VkSubmitInfo info = {}; - info.sType = VK_STRUCTURE_TYPE_SUBMIT_INFO; - info.waitSemaphoreCount = 1; - info.pWaitSemaphores = &image_acquired_semaphore; - info.pWaitDstStageMask = &wait_stage; - info.commandBufferCount = 1; - info.pCommandBuffers = &fd->CommandBuffer; - info.signalSemaphoreCount = 1; - info.pSignalSemaphores = &render_complete_semaphore; - - err = vkEndCommandBuffer(fd->CommandBuffer); - check_vk_result(err); - err = vkQueueSubmit(g_Queue, 1, &info, fd->Fence); - check_vk_result(err); - } -} - -static void FramePresent(ImGui_ImplVulkanH_Window* wd) -{ - if (g_SwapChainRebuild) - return; - VkSemaphore render_complete_semaphore = wd->FrameSemaphores[wd->SemaphoreIndex].RenderCompleteSemaphore; - VkPresentInfoKHR info = {}; - info.sType = VK_STRUCTURE_TYPE_PRESENT_INFO_KHR; - info.waitSemaphoreCount = 1; - info.pWaitSemaphores = &render_complete_semaphore; - info.swapchainCount = 1; - info.pSwapchains = &wd->Swapchain; - info.pImageIndices = &wd->FrameIndex; - VkResult err = vkQueuePresentKHR(g_Queue, &info); - if (err == VK_ERROR_OUT_OF_DATE_KHR || err == VK_SUBOPTIMAL_KHR) - { - g_SwapChainRebuild = true; - return; - } - check_vk_result(err); - wd->SemaphoreIndex = (wd->SemaphoreIndex + 1) % wd->ImageCount; // Now we can use the next set of semaphores -} - -int main(int, char**) -{ - // Setup SDL - if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_GAMECONTROLLER) != 0) - { - printf("Error: %s\n", SDL_GetError()); - return -1; - } - - // Setup window - SDL_WindowFlags window_flags = (SDL_WindowFlags)(SDL_WINDOW_VULKAN | SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI); - SDL_Window* window = SDL_CreateWindow("Dear ImGui SDL2+Vulkan example", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 1280, 720, window_flags); - - // Setup Vulkan - uint32_t extensions_count = 0; - SDL_Vulkan_GetInstanceExtensions(window, &extensions_count, NULL); - const char** extensions = new const char*[extensions_count]; - SDL_Vulkan_GetInstanceExtensions(window, &extensions_count, extensions); - SetupVulkan(extensions, extensions_count); - delete[] extensions; - - // Create Window Surface - VkSurfaceKHR surface; - VkResult err; - if (SDL_Vulkan_CreateSurface(window, g_Instance, &surface) == 0) - { - printf("Failed to create Vulkan surface.\n"); - return 1; - } - - // Create Framebuffers - int w, h; - SDL_GetWindowSize(window, &w, &h); - ImGui_ImplVulkanH_Window* wd = &g_MainWindowData; - SetupVulkanWindow(wd, surface, w, h); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplSDL2_InitForVulkan(window); - ImGui_ImplVulkan_InitInfo init_info = {}; - init_info.Instance = g_Instance; - init_info.PhysicalDevice = g_PhysicalDevice; - init_info.Device = g_Device; - init_info.QueueFamily = g_QueueFamily; - init_info.Queue = g_Queue; - init_info.PipelineCache = g_PipelineCache; - init_info.DescriptorPool = g_DescriptorPool; - init_info.Subpass = 0; - init_info.MinImageCount = g_MinImageCount; - init_info.ImageCount = wd->ImageCount; - init_info.MSAASamples = VK_SAMPLE_COUNT_1_BIT; - init_info.Allocator = g_Allocator; - init_info.CheckVkResultFn = check_vk_result; - ImGui_ImplVulkan_Init(&init_info, wd->RenderPass); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Upload Fonts - { - // Use any command queue - VkCommandPool command_pool = wd->Frames[wd->FrameIndex].CommandPool; - VkCommandBuffer command_buffer = wd->Frames[wd->FrameIndex].CommandBuffer; - - err = vkResetCommandPool(g_Device, command_pool, 0); - check_vk_result(err); - VkCommandBufferBeginInfo begin_info = {}; - begin_info.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO; - begin_info.flags |= VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT; - err = vkBeginCommandBuffer(command_buffer, &begin_info); - check_vk_result(err); - - ImGui_ImplVulkan_CreateFontsTexture(command_buffer); - - VkSubmitInfo end_info = {}; - end_info.sType = VK_STRUCTURE_TYPE_SUBMIT_INFO; - end_info.commandBufferCount = 1; - end_info.pCommandBuffers = &command_buffer; - err = vkEndCommandBuffer(command_buffer); - check_vk_result(err); - err = vkQueueSubmit(g_Queue, 1, &end_info, VK_NULL_HANDLE); - check_vk_result(err); - - err = vkDeviceWaitIdle(g_Device); - check_vk_result(err); - ImGui_ImplVulkan_DestroyFontUploadObjects(); - } - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle events (inputs, window resize, etc.) - // You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - // - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. - // - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. - // Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. - SDL_Event event; - while (SDL_PollEvent(&event)) - { - ImGui_ImplSDL2_ProcessEvent(&event); - if (event.type == SDL_QUIT) - done = true; - if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.windowID == SDL_GetWindowID(window)) - done = true; - } - - // Resize swap chain? - if (g_SwapChainRebuild) - { - int width, height; - SDL_GetWindowSize(window, &width, &height); - if (width > 0 && height > 0) - { - ImGui_ImplVulkan_SetMinImageCount(g_MinImageCount); - ImGui_ImplVulkanH_CreateOrResizeWindow(g_Instance, g_PhysicalDevice, g_Device, &g_MainWindowData, g_QueueFamily, g_Allocator, width, height, g_MinImageCount); - g_MainWindowData.FrameIndex = 0; - g_SwapChainRebuild = false; - } - } - - // Start the Dear ImGui frame - ImGui_ImplVulkan_NewFrame(); - ImGui_ImplSDL2_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - ImDrawData* draw_data = ImGui::GetDrawData(); - const bool is_minimized = (draw_data->DisplaySize.x <= 0.0f || draw_data->DisplaySize.y <= 0.0f); - if (!is_minimized) - { - wd->ClearValue.color.float32[0] = clear_color.x * clear_color.w; - wd->ClearValue.color.float32[1] = clear_color.y * clear_color.w; - wd->ClearValue.color.float32[2] = clear_color.z * clear_color.w; - wd->ClearValue.color.float32[3] = clear_color.w; - FrameRender(wd, draw_data); - FramePresent(wd); - } - } - - // Cleanup - err = vkDeviceWaitIdle(g_Device); - check_vk_result(err); - ImGui_ImplVulkan_Shutdown(); - ImGui_ImplSDL2_Shutdown(); - ImGui::DestroyContext(); - - CleanupVulkanWindow(); - CleanupVulkan(); - - SDL_DestroyWindow(window); - SDL_Quit(); - - return 0; -} diff --git a/external/imgui/examples/example_win32_directx10/build_win32.bat b/external/imgui/examples/example_win32_directx10/build_win32.bat deleted file mode 100644 index fd742239..00000000 --- a/external/imgui/examples/example_win32_directx10/build_win32.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_win32_directx10 -@set INCLUDES=/I..\.. /I..\..\backends /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" /I "%DXSDK_DIR%Include" -@set SOURCES=main.cpp ..\..\backends\imgui_impl_win32.cpp ..\..\backends\imgui_impl_dx10.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d10.lib d3dcompiler.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% /D UNICODE /D _UNICODE %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% diff --git a/external/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj b/external/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj deleted file mode 100644 index e71cb0a7..00000000 --- a/external/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj +++ /dev/null @@ -1,171 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {345A953E-A004-4648-B442-DC5F9F11068C} - example_win32_directx10 - 8.1 - - - - Application - true - Unicode - v140 - - - Application - true - Unicode - v140 - - - Application - false - true - Unicode - v140 - - - Application - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories); - - - true - d3d10.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - $(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) - Console - - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories); - - - true - d3d10.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - $(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) - Console - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories); - false - - - true - true - true - d3d10.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - $(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) - Console - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories); - false - - - true - true - true - d3d10.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - $(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj.filters b/external/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj.filters deleted file mode 100644 index 11ad8f90..00000000 --- a/external/imgui/examples/example_win32_directx10/example_win32_directx10.vcxproj.filters +++ /dev/null @@ -1,60 +0,0 @@ - - - - - {0587d7a3-f2ce-4d56-b84f-a0005d3bfce6} - - - {08e36723-ce4f-4cff-9662-c40801cf1acf} - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - sources - - - imgui - - - imgui - - - sources - - - sources - - - imgui - - - imgui - - - - - - sources - - - diff --git a/external/imgui/examples/example_win32_directx10/main.cpp b/external/imgui/examples/example_win32_directx10/main.cpp deleted file mode 100644 index dbdf9a43..00000000 --- a/external/imgui/examples/example_win32_directx10/main.cpp +++ /dev/null @@ -1,243 +0,0 @@ -// Dear ImGui: standalone example application for DirectX 10 -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_win32.h" -#include "imgui_impl_dx10.h" -#include -#include -#include - -// Data -static ID3D10Device* g_pd3dDevice = NULL; -static IDXGISwapChain* g_pSwapChain = NULL; -static ID3D10RenderTargetView* g_mainRenderTargetView = NULL; - -// Forward declarations of helper functions -bool CreateDeviceD3D(HWND hWnd); -void CleanupDeviceD3D(); -void CreateRenderTarget(); -void CleanupRenderTarget(); -LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); - -// Main code -int main(int, char**) -{ - // Create application window - //ImGui_ImplWin32_EnableDpiAwareness(); - WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NULL, NULL, NULL, _T("ImGui Example"), NULL }; - ::RegisterClassEx(&wc); - HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX10 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); - - // Initialize Direct3D - if (!CreateDeviceD3D(hwnd)) - { - CleanupDeviceD3D(); - ::UnregisterClass(wc.lpszClassName, wc.hInstance); - return 1; - } - - // Show the window - ::ShowWindow(hwnd, SW_SHOWDEFAULT); - ::UpdateWindow(hwnd); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplWin32_Init(hwnd); - ImGui_ImplDX10_Init(g_pd3dDevice); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle messages (inputs, window resize, etc.) - // See the WndProc() function below for our to dispatch events to the Win32 backend. - MSG msg; - while (::PeekMessage(&msg, NULL, 0U, 0U, PM_REMOVE)) - { - ::TranslateMessage(&msg); - ::DispatchMessage(&msg); - if (msg.message == WM_QUIT) - done = true; - } - if (done) - break; - - // Start the Dear ImGui frame - ImGui_ImplDX10_NewFrame(); - ImGui_ImplWin32_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - const float clear_color_with_alpha[4] = { clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w }; - g_pd3dDevice->OMSetRenderTargets(1, &g_mainRenderTargetView, NULL); - g_pd3dDevice->ClearRenderTargetView(g_mainRenderTargetView, clear_color_with_alpha); - ImGui_ImplDX10_RenderDrawData(ImGui::GetDrawData()); - - g_pSwapChain->Present(1, 0); // Present with vsync - //g_pSwapChain->Present(0, 0); // Present without vsync - } - - ImGui_ImplDX10_Shutdown(); - ImGui_ImplWin32_Shutdown(); - ImGui::DestroyContext(); - - CleanupDeviceD3D(); - ::DestroyWindow(hwnd); - ::UnregisterClass(wc.lpszClassName, wc.hInstance); - - return 0; -} - -// Helper functions - -bool CreateDeviceD3D(HWND hWnd) -{ - // Setup swap chain - DXGI_SWAP_CHAIN_DESC sd; - ZeroMemory(&sd, sizeof(sd)); - sd.BufferCount = 2; - sd.BufferDesc.Width = 0; - sd.BufferDesc.Height = 0; - sd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - sd.BufferDesc.RefreshRate.Numerator = 60; - sd.BufferDesc.RefreshRate.Denominator = 1; - sd.Flags = DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH; - sd.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; - sd.OutputWindow = hWnd; - sd.SampleDesc.Count = 1; - sd.SampleDesc.Quality = 0; - sd.Windowed = TRUE; - sd.SwapEffect = DXGI_SWAP_EFFECT_DISCARD; - - UINT createDeviceFlags = 0; - //createDeviceFlags |= D3D10_CREATE_DEVICE_DEBUG; - if (D3D10CreateDeviceAndSwapChain(NULL, D3D10_DRIVER_TYPE_HARDWARE, NULL, createDeviceFlags, D3D10_SDK_VERSION, &sd, &g_pSwapChain, &g_pd3dDevice) != S_OK) - return false; - - CreateRenderTarget(); - return true; -} - -void CleanupDeviceD3D() -{ - CleanupRenderTarget(); - if (g_pSwapChain) { g_pSwapChain->Release(); g_pSwapChain = NULL; } - if (g_pd3dDevice) { g_pd3dDevice->Release(); g_pd3dDevice = NULL; } -} - -void CreateRenderTarget() -{ - ID3D10Texture2D* pBackBuffer; - g_pSwapChain->GetBuffer(0, IID_PPV_ARGS(&pBackBuffer)); - g_pd3dDevice->CreateRenderTargetView(pBackBuffer, NULL, &g_mainRenderTargetView); - pBackBuffer->Release(); -} - -void CleanupRenderTarget() -{ - if (g_mainRenderTargetView) { g_mainRenderTargetView->Release(); g_mainRenderTargetView = NULL; } -} - -// Forward declare message handler from imgui_impl_win32.cpp -extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); - -// Win32 message handler -// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. -// - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. -// - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. -// Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. -LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) -{ - if (ImGui_ImplWin32_WndProcHandler(hWnd, msg, wParam, lParam)) - return true; - - switch (msg) - { - case WM_SIZE: - if (g_pd3dDevice != NULL && wParam != SIZE_MINIMIZED) - { - CleanupRenderTarget(); - g_pSwapChain->ResizeBuffers(0, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam), DXGI_FORMAT_UNKNOWN, 0); - CreateRenderTarget(); - } - return 0; - case WM_SYSCOMMAND: - if ((wParam & 0xfff0) == SC_KEYMENU) // Disable ALT application menu - return 0; - break; - case WM_DESTROY: - ::PostQuitMessage(0); - return 0; - } - return ::DefWindowProc(hWnd, msg, wParam, lParam); -} diff --git a/external/imgui/examples/example_win32_directx11/build_win32.bat b/external/imgui/examples/example_win32_directx11/build_win32.bat deleted file mode 100644 index b1cf7d1c..00000000 --- a/external/imgui/examples/example_win32_directx11/build_win32.bat +++ /dev/null @@ -1,9 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_win32_directx11 -@set INCLUDES=/I..\.. /I..\..\backends /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" /I "%DXSDK_DIR%Include" -@set SOURCES=main.cpp ..\..\backends\imgui_impl_dx11.cpp ..\..\backends\imgui_impl_win32.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d11.lib d3dcompiler.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% /D UNICODE /D _UNICODE %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% - diff --git a/external/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj b/external/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj deleted file mode 100644 index 273d351c..00000000 --- a/external/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj +++ /dev/null @@ -1,170 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {9F316E83-5AE5-4939-A723-305A94F48005} - example_win32_directx11 - - - - Application - true - Unicode - v140 - - - Application - true - Unicode - v140 - - - Application - false - true - Unicode - v140 - - - Application - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories); - - - true - d3d11.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - $(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) - Console - - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories); - - - true - d3d11.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - $(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) - Console - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories); - false - - - true - true - true - d3d11.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - $(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) - Console - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories); - false - - - true - true - true - d3d11.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - $(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj.filters b/external/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj.filters deleted file mode 100644 index 02cf18ca..00000000 --- a/external/imgui/examples/example_win32_directx11/example_win32_directx11.vcxproj.filters +++ /dev/null @@ -1,60 +0,0 @@ - - - - - {0587d7a3-f2ce-4d56-b84f-a0005d3bfce6} - - - {08e36723-ce4f-4cff-9662-c40801cf1acf} - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - sources - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - imgui - - - - - - sources - - - diff --git a/external/imgui/examples/example_win32_directx11/main.cpp b/external/imgui/examples/example_win32_directx11/main.cpp deleted file mode 100644 index 7ea17b98..00000000 --- a/external/imgui/examples/example_win32_directx11/main.cpp +++ /dev/null @@ -1,247 +0,0 @@ -// Dear ImGui: standalone example application for DirectX 11 -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_win32.h" -#include "imgui_impl_dx11.h" -#include -#include - -// Data -static ID3D11Device* g_pd3dDevice = NULL; -static ID3D11DeviceContext* g_pd3dDeviceContext = NULL; -static IDXGISwapChain* g_pSwapChain = NULL; -static ID3D11RenderTargetView* g_mainRenderTargetView = NULL; - -// Forward declarations of helper functions -bool CreateDeviceD3D(HWND hWnd); -void CleanupDeviceD3D(); -void CreateRenderTarget(); -void CleanupRenderTarget(); -LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); - -// Main code -int main(int, char**) -{ - // Create application window - //ImGui_ImplWin32_EnableDpiAwareness(); - WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NULL, NULL, NULL, _T("ImGui Example"), NULL }; - ::RegisterClassEx(&wc); - HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX11 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); - - // Initialize Direct3D - if (!CreateDeviceD3D(hwnd)) - { - CleanupDeviceD3D(); - ::UnregisterClass(wc.lpszClassName, wc.hInstance); - return 1; - } - - // Show the window - ::ShowWindow(hwnd, SW_SHOWDEFAULT); - ::UpdateWindow(hwnd); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplWin32_Init(hwnd); - ImGui_ImplDX11_Init(g_pd3dDevice, g_pd3dDeviceContext); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle messages (inputs, window resize, etc.) - // See the WndProc() function below for our to dispatch events to the Win32 backend. - MSG msg; - while (::PeekMessage(&msg, NULL, 0U, 0U, PM_REMOVE)) - { - ::TranslateMessage(&msg); - ::DispatchMessage(&msg); - if (msg.message == WM_QUIT) - done = true; - } - if (done) - break; - - // Start the Dear ImGui frame - ImGui_ImplDX11_NewFrame(); - ImGui_ImplWin32_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - const float clear_color_with_alpha[4] = { clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w }; - g_pd3dDeviceContext->OMSetRenderTargets(1, &g_mainRenderTargetView, NULL); - g_pd3dDeviceContext->ClearRenderTargetView(g_mainRenderTargetView, clear_color_with_alpha); - ImGui_ImplDX11_RenderDrawData(ImGui::GetDrawData()); - - g_pSwapChain->Present(1, 0); // Present with vsync - //g_pSwapChain->Present(0, 0); // Present without vsync - } - - // Cleanup - ImGui_ImplDX11_Shutdown(); - ImGui_ImplWin32_Shutdown(); - ImGui::DestroyContext(); - - CleanupDeviceD3D(); - ::DestroyWindow(hwnd); - ::UnregisterClass(wc.lpszClassName, wc.hInstance); - - return 0; -} - -// Helper functions - -bool CreateDeviceD3D(HWND hWnd) -{ - // Setup swap chain - DXGI_SWAP_CHAIN_DESC sd; - ZeroMemory(&sd, sizeof(sd)); - sd.BufferCount = 2; - sd.BufferDesc.Width = 0; - sd.BufferDesc.Height = 0; - sd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - sd.BufferDesc.RefreshRate.Numerator = 60; - sd.BufferDesc.RefreshRate.Denominator = 1; - sd.Flags = DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH; - sd.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; - sd.OutputWindow = hWnd; - sd.SampleDesc.Count = 1; - sd.SampleDesc.Quality = 0; - sd.Windowed = TRUE; - sd.SwapEffect = DXGI_SWAP_EFFECT_DISCARD; - - UINT createDeviceFlags = 0; - //createDeviceFlags |= D3D11_CREATE_DEVICE_DEBUG; - D3D_FEATURE_LEVEL featureLevel; - const D3D_FEATURE_LEVEL featureLevelArray[2] = { D3D_FEATURE_LEVEL_11_0, D3D_FEATURE_LEVEL_10_0, }; - if (D3D11CreateDeviceAndSwapChain(NULL, D3D_DRIVER_TYPE_HARDWARE, NULL, createDeviceFlags, featureLevelArray, 2, D3D11_SDK_VERSION, &sd, &g_pSwapChain, &g_pd3dDevice, &featureLevel, &g_pd3dDeviceContext) != S_OK) - return false; - - CreateRenderTarget(); - return true; -} - -void CleanupDeviceD3D() -{ - CleanupRenderTarget(); - if (g_pSwapChain) { g_pSwapChain->Release(); g_pSwapChain = NULL; } - if (g_pd3dDeviceContext) { g_pd3dDeviceContext->Release(); g_pd3dDeviceContext = NULL; } - if (g_pd3dDevice) { g_pd3dDevice->Release(); g_pd3dDevice = NULL; } -} - -void CreateRenderTarget() -{ - ID3D11Texture2D* pBackBuffer; - g_pSwapChain->GetBuffer(0, IID_PPV_ARGS(&pBackBuffer)); - g_pd3dDevice->CreateRenderTargetView(pBackBuffer, NULL, &g_mainRenderTargetView); - pBackBuffer->Release(); -} - -void CleanupRenderTarget() -{ - if (g_mainRenderTargetView) { g_mainRenderTargetView->Release(); g_mainRenderTargetView = NULL; } -} - -// Forward declare message handler from imgui_impl_win32.cpp -extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); - -// Win32 message handler -// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. -// - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. -// - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. -// Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. -LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) -{ - if (ImGui_ImplWin32_WndProcHandler(hWnd, msg, wParam, lParam)) - return true; - - switch (msg) - { - case WM_SIZE: - if (g_pd3dDevice != NULL && wParam != SIZE_MINIMIZED) - { - CleanupRenderTarget(); - g_pSwapChain->ResizeBuffers(0, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam), DXGI_FORMAT_UNKNOWN, 0); - CreateRenderTarget(); - } - return 0; - case WM_SYSCOMMAND: - if ((wParam & 0xfff0) == SC_KEYMENU) // Disable ALT application menu - return 0; - break; - case WM_DESTROY: - ::PostQuitMessage(0); - return 0; - } - return ::DefWindowProc(hWnd, msg, wParam, lParam); -} diff --git a/external/imgui/examples/example_win32_directx12/build_win32.bat b/external/imgui/examples/example_win32_directx12/build_win32.bat deleted file mode 100644 index 48dadb29..00000000 --- a/external/imgui/examples/example_win32_directx12/build_win32.bat +++ /dev/null @@ -1,9 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@REM Important: to build on 32-bit systems, the DX12 backends needs '#define ImTextureID ImU64', so we pass it here. -@set OUT_DIR=Debug -@set OUT_EXE=example_win32_directx12 -@set INCLUDES=/I..\.. /I..\..\backends /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" -@set SOURCES=main.cpp ..\..\backends\imgui_impl_dx12.cpp ..\..\backends\imgui_impl_win32.cpp ..\..\imgui*.cpp -@set LIBS=d3d12.lib d3dcompiler.lib dxgi.lib -mkdir Debug -cl /nologo /Zi /MD %INCLUDES% /D ImTextureID=ImU64 /D UNICODE /D _UNICODE %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% diff --git a/external/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj b/external/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj deleted file mode 100644 index 3fed30d9..00000000 --- a/external/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj +++ /dev/null @@ -1,172 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {b4cf9797-519d-4afe-a8f4-5141a6b521d3} - example_win32_directx12 - 10.0.18362.0 - - - - Application - true - Unicode - v140 - - - Application - true - Unicode - v140 - - - Application - false - true - Unicode - v140 - - - Application - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories) - ImTextureID=ImU64;_UNICODE;UNICODE;%(PreprocessorDefinitions) - - - true - d3d12.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - Console - - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories) - ImTextureID=ImU64;_UNICODE;UNICODE;%(PreprocessorDefinitions) - - - true - d3d12.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - Console - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories) - ImTextureID=ImU64;_UNICODE;UNICODE;%(PreprocessorDefinitions) - - - true - true - true - d3d12.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - Console - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories) - ImTextureID=ImU64;_UNICODE;UNICODE;%(PreprocessorDefinitions) - - - true - true - true - d3d12.lib;d3dcompiler.lib;dxgi.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj.filters b/external/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj.filters deleted file mode 100644 index 91fc7343..00000000 --- a/external/imgui/examples/example_win32_directx12/example_win32_directx12.vcxproj.filters +++ /dev/null @@ -1,57 +0,0 @@ - - - - - {fb3d294f-51ec-478e-a627-25831c80fefd} - - - {4f33ddea-9910-456d-b868-4267eb3c2b19} - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - imgui - - - sources - - - imgui - - - imgui - - - sources - - - sources - - - imgui - - - imgui - - - - - - diff --git a/external/imgui/examples/example_win32_directx12/main.cpp b/external/imgui/examples/example_win32_directx12/main.cpp deleted file mode 100644 index c221de9a..00000000 --- a/external/imgui/examples/example_win32_directx12/main.cpp +++ /dev/null @@ -1,465 +0,0 @@ -// Dear ImGui: standalone example application for DirectX 12 -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -// Important: to compile on 32-bit systems, the DirectX12 backend requires code to be compiled with '#define ImTextureID ImU64'. -// This is because we need ImTextureID to carry a 64-bit value and by default ImTextureID is defined as void*. -// This define is set in the example .vcxproj file and need to be replicated in your app or by adding it to your imconfig.h file. - -#include "imgui.h" -#include "imgui_impl_win32.h" -#include "imgui_impl_dx12.h" -#include -#include -#include - -#ifdef _DEBUG -#define DX12_ENABLE_DEBUG_LAYER -#endif - -#ifdef DX12_ENABLE_DEBUG_LAYER -#include -#pragma comment(lib, "dxguid.lib") -#endif - -struct FrameContext -{ - ID3D12CommandAllocator* CommandAllocator; - UINT64 FenceValue; -}; - -// Data -static int const NUM_FRAMES_IN_FLIGHT = 3; -static FrameContext g_frameContext[NUM_FRAMES_IN_FLIGHT] = {}; -static UINT g_frameIndex = 0; - -static int const NUM_BACK_BUFFERS = 3; -static ID3D12Device* g_pd3dDevice = NULL; -static ID3D12DescriptorHeap* g_pd3dRtvDescHeap = NULL; -static ID3D12DescriptorHeap* g_pd3dSrvDescHeap = NULL; -static ID3D12CommandQueue* g_pd3dCommandQueue = NULL; -static ID3D12GraphicsCommandList* g_pd3dCommandList = NULL; -static ID3D12Fence* g_fence = NULL; -static HANDLE g_fenceEvent = NULL; -static UINT64 g_fenceLastSignaledValue = 0; -static IDXGISwapChain3* g_pSwapChain = NULL; -static HANDLE g_hSwapChainWaitableObject = NULL; -static ID3D12Resource* g_mainRenderTargetResource[NUM_BACK_BUFFERS] = {}; -static D3D12_CPU_DESCRIPTOR_HANDLE g_mainRenderTargetDescriptor[NUM_BACK_BUFFERS] = {}; - -// Forward declarations of helper functions -bool CreateDeviceD3D(HWND hWnd); -void CleanupDeviceD3D(); -void CreateRenderTarget(); -void CleanupRenderTarget(); -void WaitForLastSubmittedFrame(); -FrameContext* WaitForNextFrameResources(); -LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); - -// Main code -int main(int, char**) -{ - // Create application window - //ImGui_ImplWin32_EnableDpiAwareness(); - WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NULL, NULL, NULL, _T("ImGui Example"), NULL }; - ::RegisterClassEx(&wc); - HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX12 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); - - // Initialize Direct3D - if (!CreateDeviceD3D(hwnd)) - { - CleanupDeviceD3D(); - ::UnregisterClass(wc.lpszClassName, wc.hInstance); - return 1; - } - - // Show the window - ::ShowWindow(hwnd, SW_SHOWDEFAULT); - ::UpdateWindow(hwnd); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplWin32_Init(hwnd); - ImGui_ImplDX12_Init(g_pd3dDevice, NUM_FRAMES_IN_FLIGHT, - DXGI_FORMAT_R8G8B8A8_UNORM, g_pd3dSrvDescHeap, - g_pd3dSrvDescHeap->GetCPUDescriptorHandleForHeapStart(), - g_pd3dSrvDescHeap->GetGPUDescriptorHandleForHeapStart()); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle messages (inputs, window resize, etc.) - // See the WndProc() function below for our to dispatch events to the Win32 backend. - MSG msg; - while (::PeekMessage(&msg, NULL, 0U, 0U, PM_REMOVE)) - { - ::TranslateMessage(&msg); - ::DispatchMessage(&msg); - if (msg.message == WM_QUIT) - done = true; - } - if (done) - break; - - // Start the Dear ImGui frame - ImGui_ImplDX12_NewFrame(); - ImGui_ImplWin32_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::Render(); - - FrameContext* frameCtx = WaitForNextFrameResources(); - UINT backBufferIdx = g_pSwapChain->GetCurrentBackBufferIndex(); - frameCtx->CommandAllocator->Reset(); - - D3D12_RESOURCE_BARRIER barrier = {}; - barrier.Type = D3D12_RESOURCE_BARRIER_TYPE_TRANSITION; - barrier.Flags = D3D12_RESOURCE_BARRIER_FLAG_NONE; - barrier.Transition.pResource = g_mainRenderTargetResource[backBufferIdx]; - barrier.Transition.Subresource = D3D12_RESOURCE_BARRIER_ALL_SUBRESOURCES; - barrier.Transition.StateBefore = D3D12_RESOURCE_STATE_PRESENT; - barrier.Transition.StateAfter = D3D12_RESOURCE_STATE_RENDER_TARGET; - g_pd3dCommandList->Reset(frameCtx->CommandAllocator, NULL); - g_pd3dCommandList->ResourceBarrier(1, &barrier); - - // Render Dear ImGui graphics - const float clear_color_with_alpha[4] = { clear_color.x * clear_color.w, clear_color.y * clear_color.w, clear_color.z * clear_color.w, clear_color.w }; - g_pd3dCommandList->ClearRenderTargetView(g_mainRenderTargetDescriptor[backBufferIdx], clear_color_with_alpha, 0, NULL); - g_pd3dCommandList->OMSetRenderTargets(1, &g_mainRenderTargetDescriptor[backBufferIdx], FALSE, NULL); - g_pd3dCommandList->SetDescriptorHeaps(1, &g_pd3dSrvDescHeap); - ImGui_ImplDX12_RenderDrawData(ImGui::GetDrawData(), g_pd3dCommandList); - barrier.Transition.StateBefore = D3D12_RESOURCE_STATE_RENDER_TARGET; - barrier.Transition.StateAfter = D3D12_RESOURCE_STATE_PRESENT; - g_pd3dCommandList->ResourceBarrier(1, &barrier); - g_pd3dCommandList->Close(); - - g_pd3dCommandQueue->ExecuteCommandLists(1, (ID3D12CommandList* const*)&g_pd3dCommandList); - - g_pSwapChain->Present(1, 0); // Present with vsync - //g_pSwapChain->Present(0, 0); // Present without vsync - - UINT64 fenceValue = g_fenceLastSignaledValue + 1; - g_pd3dCommandQueue->Signal(g_fence, fenceValue); - g_fenceLastSignaledValue = fenceValue; - frameCtx->FenceValue = fenceValue; - } - - WaitForLastSubmittedFrame(); - - // Cleanup - ImGui_ImplDX12_Shutdown(); - ImGui_ImplWin32_Shutdown(); - ImGui::DestroyContext(); - - CleanupDeviceD3D(); - ::DestroyWindow(hwnd); - ::UnregisterClass(wc.lpszClassName, wc.hInstance); - - return 0; -} - -// Helper functions - -bool CreateDeviceD3D(HWND hWnd) -{ - // Setup swap chain - DXGI_SWAP_CHAIN_DESC1 sd; - { - ZeroMemory(&sd, sizeof(sd)); - sd.BufferCount = NUM_BACK_BUFFERS; - sd.Width = 0; - sd.Height = 0; - sd.Format = DXGI_FORMAT_R8G8B8A8_UNORM; - sd.Flags = DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT; - sd.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; - sd.SampleDesc.Count = 1; - sd.SampleDesc.Quality = 0; - sd.SwapEffect = DXGI_SWAP_EFFECT_FLIP_DISCARD; - sd.AlphaMode = DXGI_ALPHA_MODE_UNSPECIFIED; - sd.Scaling = DXGI_SCALING_STRETCH; - sd.Stereo = FALSE; - } - - // [DEBUG] Enable debug interface -#ifdef DX12_ENABLE_DEBUG_LAYER - ID3D12Debug* pdx12Debug = NULL; - if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&pdx12Debug)))) - pdx12Debug->EnableDebugLayer(); -#endif - - // Create device - D3D_FEATURE_LEVEL featureLevel = D3D_FEATURE_LEVEL_11_0; - if (D3D12CreateDevice(NULL, featureLevel, IID_PPV_ARGS(&g_pd3dDevice)) != S_OK) - return false; - - // [DEBUG] Setup debug interface to break on any warnings/errors -#ifdef DX12_ENABLE_DEBUG_LAYER - if (pdx12Debug != NULL) - { - ID3D12InfoQueue* pInfoQueue = NULL; - g_pd3dDevice->QueryInterface(IID_PPV_ARGS(&pInfoQueue)); - pInfoQueue->SetBreakOnSeverity(D3D12_MESSAGE_SEVERITY_ERROR, true); - pInfoQueue->SetBreakOnSeverity(D3D12_MESSAGE_SEVERITY_CORRUPTION, true); - pInfoQueue->SetBreakOnSeverity(D3D12_MESSAGE_SEVERITY_WARNING, true); - pInfoQueue->Release(); - pdx12Debug->Release(); - } -#endif - - { - D3D12_DESCRIPTOR_HEAP_DESC desc = {}; - desc.Type = D3D12_DESCRIPTOR_HEAP_TYPE_RTV; - desc.NumDescriptors = NUM_BACK_BUFFERS; - desc.Flags = D3D12_DESCRIPTOR_HEAP_FLAG_NONE; - desc.NodeMask = 1; - if (g_pd3dDevice->CreateDescriptorHeap(&desc, IID_PPV_ARGS(&g_pd3dRtvDescHeap)) != S_OK) - return false; - - SIZE_T rtvDescriptorSize = g_pd3dDevice->GetDescriptorHandleIncrementSize(D3D12_DESCRIPTOR_HEAP_TYPE_RTV); - D3D12_CPU_DESCRIPTOR_HANDLE rtvHandle = g_pd3dRtvDescHeap->GetCPUDescriptorHandleForHeapStart(); - for (UINT i = 0; i < NUM_BACK_BUFFERS; i++) - { - g_mainRenderTargetDescriptor[i] = rtvHandle; - rtvHandle.ptr += rtvDescriptorSize; - } - } - - { - D3D12_DESCRIPTOR_HEAP_DESC desc = {}; - desc.Type = D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV; - desc.NumDescriptors = 1; - desc.Flags = D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE; - if (g_pd3dDevice->CreateDescriptorHeap(&desc, IID_PPV_ARGS(&g_pd3dSrvDescHeap)) != S_OK) - return false; - } - - { - D3D12_COMMAND_QUEUE_DESC desc = {}; - desc.Type = D3D12_COMMAND_LIST_TYPE_DIRECT; - desc.Flags = D3D12_COMMAND_QUEUE_FLAG_NONE; - desc.NodeMask = 1; - if (g_pd3dDevice->CreateCommandQueue(&desc, IID_PPV_ARGS(&g_pd3dCommandQueue)) != S_OK) - return false; - } - - for (UINT i = 0; i < NUM_FRAMES_IN_FLIGHT; i++) - if (g_pd3dDevice->CreateCommandAllocator(D3D12_COMMAND_LIST_TYPE_DIRECT, IID_PPV_ARGS(&g_frameContext[i].CommandAllocator)) != S_OK) - return false; - - if (g_pd3dDevice->CreateCommandList(0, D3D12_COMMAND_LIST_TYPE_DIRECT, g_frameContext[0].CommandAllocator, NULL, IID_PPV_ARGS(&g_pd3dCommandList)) != S_OK || - g_pd3dCommandList->Close() != S_OK) - return false; - - if (g_pd3dDevice->CreateFence(0, D3D12_FENCE_FLAG_NONE, IID_PPV_ARGS(&g_fence)) != S_OK) - return false; - - g_fenceEvent = CreateEvent(NULL, FALSE, FALSE, NULL); - if (g_fenceEvent == NULL) - return false; - - { - IDXGIFactory4* dxgiFactory = NULL; - IDXGISwapChain1* swapChain1 = NULL; - if (CreateDXGIFactory1(IID_PPV_ARGS(&dxgiFactory)) != S_OK) - return false; - if (dxgiFactory->CreateSwapChainForHwnd(g_pd3dCommandQueue, hWnd, &sd, NULL, NULL, &swapChain1) != S_OK) - return false; - if (swapChain1->QueryInterface(IID_PPV_ARGS(&g_pSwapChain)) != S_OK) - return false; - swapChain1->Release(); - dxgiFactory->Release(); - g_pSwapChain->SetMaximumFrameLatency(NUM_BACK_BUFFERS); - g_hSwapChainWaitableObject = g_pSwapChain->GetFrameLatencyWaitableObject(); - } - - CreateRenderTarget(); - return true; -} - -void CleanupDeviceD3D() -{ - CleanupRenderTarget(); - if (g_pSwapChain) { g_pSwapChain->SetFullscreenState(false, NULL); g_pSwapChain->Release(); g_pSwapChain = NULL; } - if (g_hSwapChainWaitableObject != NULL) { CloseHandle(g_hSwapChainWaitableObject); } - for (UINT i = 0; i < NUM_FRAMES_IN_FLIGHT; i++) - if (g_frameContext[i].CommandAllocator) { g_frameContext[i].CommandAllocator->Release(); g_frameContext[i].CommandAllocator = NULL; } - if (g_pd3dCommandQueue) { g_pd3dCommandQueue->Release(); g_pd3dCommandQueue = NULL; } - if (g_pd3dCommandList) { g_pd3dCommandList->Release(); g_pd3dCommandList = NULL; } - if (g_pd3dRtvDescHeap) { g_pd3dRtvDescHeap->Release(); g_pd3dRtvDescHeap = NULL; } - if (g_pd3dSrvDescHeap) { g_pd3dSrvDescHeap->Release(); g_pd3dSrvDescHeap = NULL; } - if (g_fence) { g_fence->Release(); g_fence = NULL; } - if (g_fenceEvent) { CloseHandle(g_fenceEvent); g_fenceEvent = NULL; } - if (g_pd3dDevice) { g_pd3dDevice->Release(); g_pd3dDevice = NULL; } - -#ifdef DX12_ENABLE_DEBUG_LAYER - IDXGIDebug1* pDebug = NULL; - if (SUCCEEDED(DXGIGetDebugInterface1(0, IID_PPV_ARGS(&pDebug)))) - { - pDebug->ReportLiveObjects(DXGI_DEBUG_ALL, DXGI_DEBUG_RLO_SUMMARY); - pDebug->Release(); - } -#endif -} - -void CreateRenderTarget() -{ - for (UINT i = 0; i < NUM_BACK_BUFFERS; i++) - { - ID3D12Resource* pBackBuffer = NULL; - g_pSwapChain->GetBuffer(i, IID_PPV_ARGS(&pBackBuffer)); - g_pd3dDevice->CreateRenderTargetView(pBackBuffer, NULL, g_mainRenderTargetDescriptor[i]); - g_mainRenderTargetResource[i] = pBackBuffer; - } -} - -void CleanupRenderTarget() -{ - WaitForLastSubmittedFrame(); - - for (UINT i = 0; i < NUM_BACK_BUFFERS; i++) - if (g_mainRenderTargetResource[i]) { g_mainRenderTargetResource[i]->Release(); g_mainRenderTargetResource[i] = NULL; } -} - -void WaitForLastSubmittedFrame() -{ - FrameContext* frameCtx = &g_frameContext[g_frameIndex % NUM_FRAMES_IN_FLIGHT]; - - UINT64 fenceValue = frameCtx->FenceValue; - if (fenceValue == 0) - return; // No fence was signaled - - frameCtx->FenceValue = 0; - if (g_fence->GetCompletedValue() >= fenceValue) - return; - - g_fence->SetEventOnCompletion(fenceValue, g_fenceEvent); - WaitForSingleObject(g_fenceEvent, INFINITE); -} - -FrameContext* WaitForNextFrameResources() -{ - UINT nextFrameIndex = g_frameIndex + 1; - g_frameIndex = nextFrameIndex; - - HANDLE waitableObjects[] = { g_hSwapChainWaitableObject, NULL }; - DWORD numWaitableObjects = 1; - - FrameContext* frameCtx = &g_frameContext[nextFrameIndex % NUM_FRAMES_IN_FLIGHT]; - UINT64 fenceValue = frameCtx->FenceValue; - if (fenceValue != 0) // means no fence was signaled - { - frameCtx->FenceValue = 0; - g_fence->SetEventOnCompletion(fenceValue, g_fenceEvent); - waitableObjects[1] = g_fenceEvent; - numWaitableObjects = 2; - } - - WaitForMultipleObjects(numWaitableObjects, waitableObjects, TRUE, INFINITE); - - return frameCtx; -} - -// Forward declare message handler from imgui_impl_win32.cpp -extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); - -// Win32 message handler -// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. -// - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. -// - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. -// Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. -LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) -{ - if (ImGui_ImplWin32_WndProcHandler(hWnd, msg, wParam, lParam)) - return true; - - switch (msg) - { - case WM_SIZE: - if (g_pd3dDevice != NULL && wParam != SIZE_MINIMIZED) - { - WaitForLastSubmittedFrame(); - CleanupRenderTarget(); - HRESULT result = g_pSwapChain->ResizeBuffers(0, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam), DXGI_FORMAT_UNKNOWN, DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT); - assert(SUCCEEDED(result) && "Failed to resize swapchain."); - CreateRenderTarget(); - } - return 0; - case WM_SYSCOMMAND: - if ((wParam & 0xfff0) == SC_KEYMENU) // Disable ALT application menu - return 0; - break; - case WM_DESTROY: - ::PostQuitMessage(0); - return 0; - } - return ::DefWindowProc(hWnd, msg, wParam, lParam); -} diff --git a/external/imgui/examples/example_win32_directx9/build_win32.bat b/external/imgui/examples/example_win32_directx9/build_win32.bat deleted file mode 100644 index bbd4b13c..00000000 --- a/external/imgui/examples/example_win32_directx9/build_win32.bat +++ /dev/null @@ -1,8 +0,0 @@ -@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. -@set OUT_DIR=Debug -@set OUT_EXE=example_win32_directx9 -@set INCLUDES=/I..\.. /I..\..\backends /I "%DXSDK_DIR%/Include" -@set SOURCES=main.cpp ..\..\backends\imgui_impl_dx9.cpp ..\..\backends\imgui_impl_win32.cpp ..\..\imgui*.cpp -@set LIBS=/LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d9.lib -mkdir %OUT_DIR% -cl /nologo /Zi /MD %INCLUDES% /D UNICODE /D _UNICODE %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% diff --git a/external/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj b/external/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj deleted file mode 100644 index e01eca14..00000000 --- a/external/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj +++ /dev/null @@ -1,171 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {4165A294-21F2-44CA-9B38-E3F935ABADF5} - example_win32_directx9 - 8.1 - - - - Application - true - Unicode - v140 - - - Application - true - Unicode - v140 - - - Application - false - true - Unicode - v140 - - - Application - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories);$(DXSDK_DIR)Include; - - - true - $(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) - d3d9.lib;%(AdditionalDependencies) - Console - - - - - Level4 - Disabled - ..\..;..\..\backends;%(AdditionalIncludeDirectories);$(DXSDK_DIR)Include; - - - true - $(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) - d3d9.lib;%(AdditionalDependencies) - Console - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories);$(DXSDK_DIR)Include; - false - - - true - true - true - $(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) - d3d9.lib;%(AdditionalDependencies) - Console - - - - - Level4 - MaxSpeed - true - true - ..\..;..\..\backends;%(AdditionalIncludeDirectories);$(DXSDK_DIR)Include; - false - - - true - true - true - $(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) - d3d9.lib;%(AdditionalDependencies) - Console - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters b/external/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters deleted file mode 100644 index 9493970b..00000000 --- a/external/imgui/examples/example_win32_directx9/example_win32_directx9.vcxproj.filters +++ /dev/null @@ -1,61 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {a82cba23-9de0-45c2-b1e3-2eb1666702de} - - - - - sources - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - imgui - - - imgui - - - - - imgui - - - imgui - - - imgui - - - sources - - - sources - - - - - - sources - - - diff --git a/external/imgui/examples/example_win32_directx9/main.cpp b/external/imgui/examples/example_win32_directx9/main.cpp deleted file mode 100644 index 1b43aa93..00000000 --- a/external/imgui/examples/example_win32_directx9/main.cpp +++ /dev/null @@ -1,237 +0,0 @@ -// Dear ImGui: standalone example application for DirectX 9 -// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp. -// Read online: https://github.com/ocornut/imgui/tree/master/docs - -#include "imgui.h" -#include "imgui_impl_dx9.h" -#include "imgui_impl_win32.h" -#include -#include - -// Data -static LPDIRECT3D9 g_pD3D = NULL; -static LPDIRECT3DDEVICE9 g_pd3dDevice = NULL; -static D3DPRESENT_PARAMETERS g_d3dpp = {}; - -// Forward declarations of helper functions -bool CreateDeviceD3D(HWND hWnd); -void CleanupDeviceD3D(); -void ResetDevice(); -LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); - -// Main code -int main(int, char**) -{ - // Create application window - //ImGui_ImplWin32_EnableDpiAwareness(); - WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, NULL, NULL, NULL, _T("ImGui Example"), NULL }; - ::RegisterClassEx(&wc); - HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX9 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); - - // Initialize Direct3D - if (!CreateDeviceD3D(hwnd)) - { - CleanupDeviceD3D(); - ::UnregisterClass(wc.lpszClassName, wc.hInstance); - return 1; - } - - // Show the window - ::ShowWindow(hwnd, SW_SHOWDEFAULT); - ::UpdateWindow(hwnd); - - // Setup Dear ImGui context - IMGUI_CHECKVERSION(); - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); (void)io; - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls - //io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; // Enable Gamepad Controls - - // Setup Dear ImGui style - ImGui::StyleColorsDark(); - //ImGui::StyleColorsLight(); - - // Setup Platform/Renderer backends - ImGui_ImplWin32_Init(hwnd); - ImGui_ImplDX9_Init(g_pd3dDevice); - - // Load Fonts - // - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them. - // - AddFontFromFileTTF() will return the ImFont* so you can store it if you need to select the font among multiple. - // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). - // - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when calling ImFontAtlas::Build()/GetTexDataAsXXXX(), which ImGui_ImplXXXX_NewFrame below will call. - // - Read 'docs/FONTS.md' for more instructions and details. - // - Remember that in C/C++ if you want to include a backslash \ in a string literal you need to write a double backslash \\ ! - //io.Fonts->AddFontDefault(); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf", 15.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf", 16.0f); - //io.Fonts->AddFontFromFileTTF("../../misc/fonts/ProggyTiny.ttf", 10.0f); - //ImFont* font = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\ArialUni.ttf", 18.0f, NULL, io.Fonts->GetGlyphRangesJapanese()); - //IM_ASSERT(font != NULL); - - // Our state - bool show_demo_window = true; - bool show_another_window = false; - ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f); - - // Main loop - bool done = false; - while (!done) - { - // Poll and handle messages (inputs, window resize, etc.) - // See the WndProc() function below for our to dispatch events to the Win32 backend. - MSG msg; - while (::PeekMessage(&msg, NULL, 0U, 0U, PM_REMOVE)) - { - ::TranslateMessage(&msg); - ::DispatchMessage(&msg); - if (msg.message == WM_QUIT) - done = true; - } - if (done) - break; - - // Start the Dear ImGui frame - ImGui_ImplDX9_NewFrame(); - ImGui_ImplWin32_NewFrame(); - ImGui::NewFrame(); - - // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). - if (show_demo_window) - ImGui::ShowDemoWindow(&show_demo_window); - - // 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window. - { - static float f = 0.0f; - static int counter = 0; - - ImGui::Begin("Hello, world!"); // Create a window called "Hello, world!" and append into it. - - ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) - ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/close state - ImGui::Checkbox("Another Window", &show_another_window); - - ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f to 1.0f - ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color - - if (ImGui::Button("Button")) // Buttons return true when clicked (most widgets return true when edited/activated) - counter++; - ImGui::SameLine(); - ImGui::Text("counter = %d", counter); - - ImGui::Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / ImGui::GetIO().Framerate, ImGui::GetIO().Framerate); - ImGui::End(); - } - - // 3. Show another simple window. - if (show_another_window) - { - ImGui::Begin("Another Window", &show_another_window); // Pass a pointer to our bool variable (the window will have a closing button that will clear the bool when clicked) - ImGui::Text("Hello from another window!"); - if (ImGui::Button("Close Me")) - show_another_window = false; - ImGui::End(); - } - - // Rendering - ImGui::EndFrame(); - g_pd3dDevice->SetRenderState(D3DRS_ZENABLE, FALSE); - g_pd3dDevice->SetRenderState(D3DRS_ALPHABLENDENABLE, FALSE); - g_pd3dDevice->SetRenderState(D3DRS_SCISSORTESTENABLE, FALSE); - D3DCOLOR clear_col_dx = D3DCOLOR_RGBA((int)(clear_color.x*clear_color.w*255.0f), (int)(clear_color.y*clear_color.w*255.0f), (int)(clear_color.z*clear_color.w*255.0f), (int)(clear_color.w*255.0f)); - g_pd3dDevice->Clear(0, NULL, D3DCLEAR_TARGET | D3DCLEAR_ZBUFFER, clear_col_dx, 1.0f, 0); - if (g_pd3dDevice->BeginScene() >= 0) - { - ImGui::Render(); - ImGui_ImplDX9_RenderDrawData(ImGui::GetDrawData()); - g_pd3dDevice->EndScene(); - } - HRESULT result = g_pd3dDevice->Present(NULL, NULL, NULL, NULL); - - // Handle loss of D3D9 device - if (result == D3DERR_DEVICELOST && g_pd3dDevice->TestCooperativeLevel() == D3DERR_DEVICENOTRESET) - ResetDevice(); - } - - ImGui_ImplDX9_Shutdown(); - ImGui_ImplWin32_Shutdown(); - ImGui::DestroyContext(); - - CleanupDeviceD3D(); - ::DestroyWindow(hwnd); - ::UnregisterClass(wc.lpszClassName, wc.hInstance); - - return 0; -} - -// Helper functions - -bool CreateDeviceD3D(HWND hWnd) -{ - if ((g_pD3D = Direct3DCreate9(D3D_SDK_VERSION)) == NULL) - return false; - - // Create the D3DDevice - ZeroMemory(&g_d3dpp, sizeof(g_d3dpp)); - g_d3dpp.Windowed = TRUE; - g_d3dpp.SwapEffect = D3DSWAPEFFECT_DISCARD; - g_d3dpp.BackBufferFormat = D3DFMT_UNKNOWN; // Need to use an explicit format with alpha if needing per-pixel alpha composition. - g_d3dpp.EnableAutoDepthStencil = TRUE; - g_d3dpp.AutoDepthStencilFormat = D3DFMT_D16; - g_d3dpp.PresentationInterval = D3DPRESENT_INTERVAL_ONE; // Present with vsync - //g_d3dpp.PresentationInterval = D3DPRESENT_INTERVAL_IMMEDIATE; // Present without vsync, maximum unthrottled framerate - if (g_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, D3DCREATE_HARDWARE_VERTEXPROCESSING, &g_d3dpp, &g_pd3dDevice) < 0) - return false; - - return true; -} - -void CleanupDeviceD3D() -{ - if (g_pd3dDevice) { g_pd3dDevice->Release(); g_pd3dDevice = NULL; } - if (g_pD3D) { g_pD3D->Release(); g_pD3D = NULL; } -} - -void ResetDevice() -{ - ImGui_ImplDX9_InvalidateDeviceObjects(); - HRESULT hr = g_pd3dDevice->Reset(&g_d3dpp); - if (hr == D3DERR_INVALIDCALL) - IM_ASSERT(0); - ImGui_ImplDX9_CreateDeviceObjects(); -} - -// Forward declare message handler from imgui_impl_win32.cpp -extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); - -// Win32 message handler -// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. -// - When io.WantCaptureMouse is true, do not dispatch mouse input data to your main application, or clear/overwrite your copy of the mouse data. -// - When io.WantCaptureKeyboard is true, do not dispatch keyboard input data to your main application, or clear/overwrite your copy of the keyboard data. -// Generally you may always pass all inputs to dear imgui, and hide them from your application based on those two flags. -LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) -{ - if (ImGui_ImplWin32_WndProcHandler(hWnd, msg, wParam, lParam)) - return true; - - switch (msg) - { - case WM_SIZE: - if (g_pd3dDevice != NULL && wParam != SIZE_MINIMIZED) - { - g_d3dpp.BackBufferWidth = LOWORD(lParam); - g_d3dpp.BackBufferHeight = HIWORD(lParam); - ResetDevice(); - } - return 0; - case WM_SYSCOMMAND: - if ((wParam & 0xfff0) == SC_KEYMENU) // Disable ALT application menu - return 0; - break; - case WM_DESTROY: - ::PostQuitMessage(0); - return 0; - } - return ::DefWindowProc(hWnd, msg, wParam, lParam); -} diff --git a/external/imgui/examples/imgui_examples.sln b/external/imgui/examples/imgui_examples.sln deleted file mode 100644 index df1006d5..00000000 --- a/external/imgui/examples/imgui_examples.sln +++ /dev/null @@ -1,88 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_win32_directx9", "example_win32_directx9\example_win32_directx9.vcxproj", "{4165A294-21F2-44CA-9B38-E3F935ABADF5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_win32_directx10", "example_win32_directx10\example_win32_directx10.vcxproj", "{345A953E-A004-4648-B442-DC5F9F11068C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_win32_directx11", "example_win32_directx11\example_win32_directx11.vcxproj", "{9F316E83-5AE5-4939-A723-305A94F48005}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_win32_directx12", "example_win32_directx12\example_win32_directx12.vcxproj", "{B4CF9797-519D-4AFE-A8F4-5141A6B521D3}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_glfw_opengl2", "example_glfw_opengl2\example_glfw_opengl2.vcxproj", "{9CDA7840-B7A5-496D-A527-E95571496D18}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_glfw_opengl3", "example_glfw_opengl3\example_glfw_opengl3.vcxproj", "{4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_glfw_vulkan", "example_glfw_vulkan\example_glfw_vulkan.vcxproj", "{57E2DF5A-6FC8-45BB-99DD-91A18C646E80}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4165A294-21F2-44CA-9B38-E3F935ABADF5}.Debug|Win32.ActiveCfg = Debug|Win32 - {4165A294-21F2-44CA-9B38-E3F935ABADF5}.Debug|Win32.Build.0 = Debug|Win32 - {4165A294-21F2-44CA-9B38-E3F935ABADF5}.Debug|x64.ActiveCfg = Debug|x64 - {4165A294-21F2-44CA-9B38-E3F935ABADF5}.Debug|x64.Build.0 = Debug|x64 - {4165A294-21F2-44CA-9B38-E3F935ABADF5}.Release|Win32.ActiveCfg = Release|Win32 - {4165A294-21F2-44CA-9B38-E3F935ABADF5}.Release|Win32.Build.0 = Release|Win32 - {4165A294-21F2-44CA-9B38-E3F935ABADF5}.Release|x64.ActiveCfg = Release|x64 - {4165A294-21F2-44CA-9B38-E3F935ABADF5}.Release|x64.Build.0 = Release|x64 - {345A953E-A004-4648-B442-DC5F9F11068C}.Debug|Win32.ActiveCfg = Debug|Win32 - {345A953E-A004-4648-B442-DC5F9F11068C}.Debug|Win32.Build.0 = Debug|Win32 - {345A953E-A004-4648-B442-DC5F9F11068C}.Debug|x64.ActiveCfg = Debug|x64 - {345A953E-A004-4648-B442-DC5F9F11068C}.Debug|x64.Build.0 = Debug|x64 - {345A953E-A004-4648-B442-DC5F9F11068C}.Release|Win32.ActiveCfg = Release|Win32 - {345A953E-A004-4648-B442-DC5F9F11068C}.Release|Win32.Build.0 = Release|Win32 - {345A953E-A004-4648-B442-DC5F9F11068C}.Release|x64.ActiveCfg = Release|x64 - {345A953E-A004-4648-B442-DC5F9F11068C}.Release|x64.Build.0 = Release|x64 - {9F316E83-5AE5-4939-A723-305A94F48005}.Debug|Win32.ActiveCfg = Debug|Win32 - {9F316E83-5AE5-4939-A723-305A94F48005}.Debug|Win32.Build.0 = Debug|Win32 - {9F316E83-5AE5-4939-A723-305A94F48005}.Debug|x64.ActiveCfg = Debug|x64 - {9F316E83-5AE5-4939-A723-305A94F48005}.Debug|x64.Build.0 = Debug|x64 - {9F316E83-5AE5-4939-A723-305A94F48005}.Release|Win32.ActiveCfg = Release|Win32 - {9F316E83-5AE5-4939-A723-305A94F48005}.Release|Win32.Build.0 = Release|Win32 - {9F316E83-5AE5-4939-A723-305A94F48005}.Release|x64.ActiveCfg = Release|x64 - {9F316E83-5AE5-4939-A723-305A94F48005}.Release|x64.Build.0 = Release|x64 - {B4CF9797-519D-4AFE-A8F4-5141A6B521D3}.Debug|Win32.ActiveCfg = Debug|Win32 - {B4CF9797-519D-4AFE-A8F4-5141A6B521D3}.Debug|Win32.Build.0 = Debug|Win32 - {B4CF9797-519D-4AFE-A8F4-5141A6B521D3}.Debug|x64.ActiveCfg = Debug|x64 - {B4CF9797-519D-4AFE-A8F4-5141A6B521D3}.Debug|x64.Build.0 = Debug|x64 - {B4CF9797-519D-4AFE-A8F4-5141A6B521D3}.Release|Win32.ActiveCfg = Release|Win32 - {B4CF9797-519D-4AFE-A8F4-5141A6B521D3}.Release|Win32.Build.0 = Release|Win32 - {B4CF9797-519D-4AFE-A8F4-5141A6B521D3}.Release|x64.ActiveCfg = Release|x64 - {B4CF9797-519D-4AFE-A8F4-5141A6B521D3}.Release|x64.Build.0 = Release|x64 - {9CDA7840-B7A5-496D-A527-E95571496D18}.Debug|Win32.ActiveCfg = Debug|Win32 - {9CDA7840-B7A5-496D-A527-E95571496D18}.Debug|Win32.Build.0 = Debug|Win32 - {9CDA7840-B7A5-496D-A527-E95571496D18}.Debug|x64.ActiveCfg = Debug|x64 - {9CDA7840-B7A5-496D-A527-E95571496D18}.Debug|x64.Build.0 = Debug|x64 - {9CDA7840-B7A5-496D-A527-E95571496D18}.Release|Win32.ActiveCfg = Release|Win32 - {9CDA7840-B7A5-496D-A527-E95571496D18}.Release|Win32.Build.0 = Release|Win32 - {9CDA7840-B7A5-496D-A527-E95571496D18}.Release|x64.ActiveCfg = Release|x64 - {9CDA7840-B7A5-496D-A527-E95571496D18}.Release|x64.Build.0 = Release|x64 - {4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}.Debug|Win32.ActiveCfg = Debug|Win32 - {4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}.Debug|Win32.Build.0 = Debug|Win32 - {4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}.Debug|x64.ActiveCfg = Debug|x64 - {4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}.Debug|x64.Build.0 = Debug|x64 - {4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}.Release|Win32.ActiveCfg = Release|Win32 - {4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}.Release|Win32.Build.0 = Release|Win32 - {4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}.Release|x64.ActiveCfg = Release|x64 - {4A1FB5EA-22F5-42A8-AB92-1D2DF5D47FB9}.Release|x64.Build.0 = Release|x64 - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80}.Debug|Win32.ActiveCfg = Debug|Win32 - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80}.Debug|Win32.Build.0 = Debug|Win32 - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80}.Debug|x64.ActiveCfg = Debug|x64 - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80}.Debug|x64.Build.0 = Debug|x64 - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80}.Release|Win32.ActiveCfg = Release|Win32 - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80}.Release|Win32.Build.0 = Release|Win32 - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80}.Release|x64.ActiveCfg = Release|x64 - {57E2DF5A-6FC8-45BB-99DD-91A18C646E80}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/external/imgui/examples/libs/glfw/COPYING.txt b/external/imgui/examples/libs/glfw/COPYING.txt deleted file mode 100644 index b30c7015..00000000 --- a/external/imgui/examples/libs/glfw/COPYING.txt +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2010 Camilla Berglund - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. - -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. - -3. This notice may not be removed or altered from any source - distribution. - diff --git a/external/imgui/examples/libs/glfw/include/GLFW/glfw3.h b/external/imgui/examples/libs/glfw/include/GLFW/glfw3.h deleted file mode 100644 index f8ca3d61..00000000 --- a/external/imgui/examples/libs/glfw/include/GLFW/glfw3.h +++ /dev/null @@ -1,4227 +0,0 @@ -/************************************************************************* - * GLFW 3.2 - www.glfw.org - * A library for OpenGL, window and input - *------------------------------------------------------------------------ - * Copyright (c) 2002-2006 Marcus Geelnard - * Copyright (c) 2006-2010 Camilla Berglund - * - * This software is provided 'as-is', without any express or implied - * warranty. In no event will the authors be held liable for any damages - * arising from the use of this software. - * - * Permission is granted to anyone to use this software for any purpose, - * including commercial applications, and to alter it and redistribute it - * freely, subject to the following restrictions: - * - * 1. The origin of this software must not be misrepresented; you must not - * claim that you wrote the original software. If you use this software - * in a product, an acknowledgment in the product documentation would - * be appreciated but is not required. - * - * 2. Altered source versions must be plainly marked as such, and must not - * be misrepresented as being the original software. - * - * 3. This notice may not be removed or altered from any source - * distribution. - * - *************************************************************************/ - -#ifndef _glfw3_h_ -#define _glfw3_h_ - -#ifdef __cplusplus -extern "C" { -#endif - - -/************************************************************************* - * Doxygen documentation - *************************************************************************/ - -/*! @file glfw3.h - * @brief The header of the GLFW 3 API. - * - * This is the header file of the GLFW 3 API. It defines all its types and - * declares all its functions. - * - * For more information about how to use this file, see @ref build_include. - */ -/*! @defgroup context Context reference - * - * This is the reference documentation for OpenGL and OpenGL ES context related - * functions. For more task-oriented information, see the @ref context_guide. - */ -/*! @defgroup vulkan Vulkan reference - * - * This is the reference documentation for Vulkan related functions and types. - * For more task-oriented information, see the @ref vulkan_guide. - */ -/*! @defgroup init Initialization, version and error reference - * - * This is the reference documentation for initialization and termination of - * the library, version management and error handling. For more task-oriented - * information, see the @ref intro_guide. - */ -/*! @defgroup input Input reference - * - * This is the reference documentation for input related functions and types. - * For more task-oriented information, see the @ref input_guide. - */ -/*! @defgroup monitor Monitor reference - * - * This is the reference documentation for monitor related functions and types. - * For more task-oriented information, see the @ref monitor_guide. - */ -/*! @defgroup window Window reference - * - * This is the reference documentation for window related functions and types, - * including creation, deletion and event polling. For more task-oriented - * information, see the @ref window_guide. - */ - - -/************************************************************************* - * Compiler- and platform-specific preprocessor work - *************************************************************************/ - -/* If we are we on Windows, we want a single define for it. - */ -#if !defined(_WIN32) && (defined(__WIN32__) || defined(WIN32) || defined(__MINGW32__)) - #define _WIN32 -#endif /* _WIN32 */ - -/* It is customary to use APIENTRY for OpenGL function pointer declarations on - * all platforms. Additionally, the Windows OpenGL header needs APIENTRY. - */ -#ifndef APIENTRY - #ifdef _WIN32 - #define APIENTRY __stdcall - #else - #define APIENTRY - #endif -#endif /* APIENTRY */ - -/* Some Windows OpenGL headers need this. - */ -#if !defined(WINGDIAPI) && defined(_WIN32) - #define WINGDIAPI __declspec(dllimport) - #define GLFW_WINGDIAPI_DEFINED -#endif /* WINGDIAPI */ - -/* Some Windows GLU headers need this. - */ -#if !defined(CALLBACK) && defined(_WIN32) - #define CALLBACK __stdcall - #define GLFW_CALLBACK_DEFINED -#endif /* CALLBACK */ - -/* Most Windows GLU headers need wchar_t. - * The OS X OpenGL header blocks the definition of ptrdiff_t by glext.h. - * Include it unconditionally to avoid surprising side-effects. - */ -#include -#include - -/* Include the chosen client API headers. - */ -#if defined(__APPLE__) - #if defined(GLFW_INCLUDE_GLCOREARB) - #include - #if defined(GLFW_INCLUDE_GLEXT) - #include - #endif - #elif !defined(GLFW_INCLUDE_NONE) - #if !defined(GLFW_INCLUDE_GLEXT) - #define GL_GLEXT_LEGACY - #endif - #include - #endif - #if defined(GLFW_INCLUDE_GLU) - #include - #endif -#else - #if defined(GLFW_INCLUDE_GLCOREARB) - #include - #elif defined(GLFW_INCLUDE_ES1) - #include - #if defined(GLFW_INCLUDE_GLEXT) - #include - #endif - #elif defined(GLFW_INCLUDE_ES2) - #include - #if defined(GLFW_INCLUDE_GLEXT) - #include - #endif - #elif defined(GLFW_INCLUDE_ES3) - #include - #if defined(GLFW_INCLUDE_GLEXT) - #include - #endif - #elif defined(GLFW_INCLUDE_ES31) - #include - #if defined(GLFW_INCLUDE_GLEXT) - #include - #endif - #elif defined(GLFW_INCLUDE_VULKAN) - #include - #elif !defined(GLFW_INCLUDE_NONE) - #include - #if defined(GLFW_INCLUDE_GLEXT) - #include - #endif - #endif - #if defined(GLFW_INCLUDE_GLU) - #include - #endif -#endif - -#if defined(GLFW_DLL) && defined(_GLFW_BUILD_DLL) - /* GLFW_DLL must be defined by applications that are linking against the DLL - * version of the GLFW library. _GLFW_BUILD_DLL is defined by the GLFW - * configuration header when compiling the DLL version of the library. - */ - #error "You must not have both GLFW_DLL and _GLFW_BUILD_DLL defined" -#endif - -/* GLFWAPI is used to declare public API functions for export - * from the DLL / shared library / dynamic library. - */ -#if defined(_WIN32) && defined(_GLFW_BUILD_DLL) - /* We are building GLFW as a Win32 DLL */ - #define GLFWAPI __declspec(dllexport) -#elif defined(_WIN32) && defined(GLFW_DLL) - /* We are calling GLFW as a Win32 DLL */ - #define GLFWAPI __declspec(dllimport) -#elif defined(__GNUC__) && defined(_GLFW_BUILD_DLL) - /* We are building GLFW as a shared / dynamic library */ - #define GLFWAPI __attribute__((visibility("default"))) -#else - /* We are building or calling GLFW as a static library */ - #define GLFWAPI -#endif - - -/************************************************************************* - * GLFW API tokens - *************************************************************************/ - -/*! @name GLFW version macros - * @{ */ -/*! @brief The major version number of the GLFW library. - * - * This is incremented when the API is changed in non-compatible ways. - * @ingroup init - */ -#define GLFW_VERSION_MAJOR 3 -/*! @brief The minor version number of the GLFW library. - * - * This is incremented when features are added to the API but it remains - * backward-compatible. - * @ingroup init - */ -#define GLFW_VERSION_MINOR 2 -/*! @brief The revision number of the GLFW library. - * - * This is incremented when a bug fix release is made that does not contain any - * API changes. - * @ingroup init - */ -#define GLFW_VERSION_REVISION 0 -/*! @} */ - -/*! @name Boolean values - * @{ */ -/*! @brief One. - * - * One. Seriously. You don't _need_ to use this symbol in your code. It's - * just semantic sugar for the number 1. You can use `1` or `true` or `_True` - * or `GL_TRUE` or whatever you want. - */ -#define GLFW_TRUE 1 -/*! @brief Zero. - * - * Zero. Seriously. You don't _need_ to use this symbol in your code. It's - * just just semantic sugar for the number 0. You can use `0` or `false` or - * `_False` or `GL_FALSE` or whatever you want. - */ -#define GLFW_FALSE 0 -/*! @} */ - -/*! @name Key and button actions - * @{ */ -/*! @brief The key or mouse button was released. - * - * The key or mouse button was released. - * - * @ingroup input - */ -#define GLFW_RELEASE 0 -/*! @brief The key or mouse button was pressed. - * - * The key or mouse button was pressed. - * - * @ingroup input - */ -#define GLFW_PRESS 1 -/*! @brief The key was held down until it repeated. - * - * The key was held down until it repeated. - * - * @ingroup input - */ -#define GLFW_REPEAT 2 -/*! @} */ - -/*! @defgroup keys Keyboard keys - * - * See [key input](@ref input_key) for how these are used. - * - * These key codes are inspired by the _USB HID Usage Tables v1.12_ (p. 53-60), - * but re-arranged to map to 7-bit ASCII for printable keys (function keys are - * put in the 256+ range). - * - * The naming of the key codes follow these rules: - * - The US keyboard layout is used - * - Names of printable alpha-numeric characters are used (e.g. "A", "R", - * "3", etc.) - * - For non-alphanumeric characters, Unicode:ish names are used (e.g. - * "COMMA", "LEFT_SQUARE_BRACKET", etc.). Note that some names do not - * correspond to the Unicode standard (usually for brevity) - * - Keys that lack a clear US mapping are named "WORLD_x" - * - For non-printable keys, custom names are used (e.g. "F4", - * "BACKSPACE", etc.) - * - * @ingroup input - * @{ - */ - -/* The unknown key */ -#define GLFW_KEY_UNKNOWN -1 - -/* Printable keys */ -#define GLFW_KEY_SPACE 32 -#define GLFW_KEY_APOSTROPHE 39 /* ' */ -#define GLFW_KEY_COMMA 44 /* , */ -#define GLFW_KEY_MINUS 45 /* - */ -#define GLFW_KEY_PERIOD 46 /* . */ -#define GLFW_KEY_SLASH 47 /* / */ -#define GLFW_KEY_0 48 -#define GLFW_KEY_1 49 -#define GLFW_KEY_2 50 -#define GLFW_KEY_3 51 -#define GLFW_KEY_4 52 -#define GLFW_KEY_5 53 -#define GLFW_KEY_6 54 -#define GLFW_KEY_7 55 -#define GLFW_KEY_8 56 -#define GLFW_KEY_9 57 -#define GLFW_KEY_SEMICOLON 59 /* ; */ -#define GLFW_KEY_EQUAL 61 /* = */ -#define GLFW_KEY_A 65 -#define GLFW_KEY_B 66 -#define GLFW_KEY_C 67 -#define GLFW_KEY_D 68 -#define GLFW_KEY_E 69 -#define GLFW_KEY_F 70 -#define GLFW_KEY_G 71 -#define GLFW_KEY_H 72 -#define GLFW_KEY_I 73 -#define GLFW_KEY_J 74 -#define GLFW_KEY_K 75 -#define GLFW_KEY_L 76 -#define GLFW_KEY_M 77 -#define GLFW_KEY_N 78 -#define GLFW_KEY_O 79 -#define GLFW_KEY_P 80 -#define GLFW_KEY_Q 81 -#define GLFW_KEY_R 82 -#define GLFW_KEY_S 83 -#define GLFW_KEY_T 84 -#define GLFW_KEY_U 85 -#define GLFW_KEY_V 86 -#define GLFW_KEY_W 87 -#define GLFW_KEY_X 88 -#define GLFW_KEY_Y 89 -#define GLFW_KEY_Z 90 -#define GLFW_KEY_LEFT_BRACKET 91 /* [ */ -#define GLFW_KEY_BACKSLASH 92 /* \ */ -#define GLFW_KEY_RIGHT_BRACKET 93 /* ] */ -#define GLFW_KEY_GRAVE_ACCENT 96 /* ` */ -#define GLFW_KEY_WORLD_1 161 /* non-US #1 */ -#define GLFW_KEY_WORLD_2 162 /* non-US #2 */ - -/* Function keys */ -#define GLFW_KEY_ESCAPE 256 -#define GLFW_KEY_ENTER 257 -#define GLFW_KEY_TAB 258 -#define GLFW_KEY_BACKSPACE 259 -#define GLFW_KEY_INSERT 260 -#define GLFW_KEY_DELETE 261 -#define GLFW_KEY_RIGHT 262 -#define GLFW_KEY_LEFT 263 -#define GLFW_KEY_DOWN 264 -#define GLFW_KEY_UP 265 -#define GLFW_KEY_PAGE_UP 266 -#define GLFW_KEY_PAGE_DOWN 267 -#define GLFW_KEY_HOME 268 -#define GLFW_KEY_END 269 -#define GLFW_KEY_CAPS_LOCK 280 -#define GLFW_KEY_SCROLL_LOCK 281 -#define GLFW_KEY_NUM_LOCK 282 -#define GLFW_KEY_PRINT_SCREEN 283 -#define GLFW_KEY_PAUSE 284 -#define GLFW_KEY_F1 290 -#define GLFW_KEY_F2 291 -#define GLFW_KEY_F3 292 -#define GLFW_KEY_F4 293 -#define GLFW_KEY_F5 294 -#define GLFW_KEY_F6 295 -#define GLFW_KEY_F7 296 -#define GLFW_KEY_F8 297 -#define GLFW_KEY_F9 298 -#define GLFW_KEY_F10 299 -#define GLFW_KEY_F11 300 -#define GLFW_KEY_F12 301 -#define GLFW_KEY_F13 302 -#define GLFW_KEY_F14 303 -#define GLFW_KEY_F15 304 -#define GLFW_KEY_F16 305 -#define GLFW_KEY_F17 306 -#define GLFW_KEY_F18 307 -#define GLFW_KEY_F19 308 -#define GLFW_KEY_F20 309 -#define GLFW_KEY_F21 310 -#define GLFW_KEY_F22 311 -#define GLFW_KEY_F23 312 -#define GLFW_KEY_F24 313 -#define GLFW_KEY_F25 314 -#define GLFW_KEY_KP_0 320 -#define GLFW_KEY_KP_1 321 -#define GLFW_KEY_KP_2 322 -#define GLFW_KEY_KP_3 323 -#define GLFW_KEY_KP_4 324 -#define GLFW_KEY_KP_5 325 -#define GLFW_KEY_KP_6 326 -#define GLFW_KEY_KP_7 327 -#define GLFW_KEY_KP_8 328 -#define GLFW_KEY_KP_9 329 -#define GLFW_KEY_KP_DECIMAL 330 -#define GLFW_KEY_KP_DIVIDE 331 -#define GLFW_KEY_KP_MULTIPLY 332 -#define GLFW_KEY_KP_SUBTRACT 333 -#define GLFW_KEY_KP_ADD 334 -#define GLFW_KEY_KP_ENTER 335 -#define GLFW_KEY_KP_EQUAL 336 -#define GLFW_KEY_LEFT_SHIFT 340 -#define GLFW_KEY_LEFT_CONTROL 341 -#define GLFW_KEY_LEFT_ALT 342 -#define GLFW_KEY_LEFT_SUPER 343 -#define GLFW_KEY_RIGHT_SHIFT 344 -#define GLFW_KEY_RIGHT_CONTROL 345 -#define GLFW_KEY_RIGHT_ALT 346 -#define GLFW_KEY_RIGHT_SUPER 347 -#define GLFW_KEY_MENU 348 - -#define GLFW_KEY_LAST GLFW_KEY_MENU - -/*! @} */ - -/*! @defgroup mods Modifier key flags - * - * See [key input](@ref input_key) for how these are used. - * - * @ingroup input - * @{ */ - -/*! @brief If this bit is set one or more Shift keys were held down. - */ -#define GLFW_MOD_SHIFT 0x0001 -/*! @brief If this bit is set one or more Control keys were held down. - */ -#define GLFW_MOD_CONTROL 0x0002 -/*! @brief If this bit is set one or more Alt keys were held down. - */ -#define GLFW_MOD_ALT 0x0004 -/*! @brief If this bit is set one or more Super keys were held down. - */ -#define GLFW_MOD_SUPER 0x0008 - -/*! @} */ - -/*! @defgroup buttons Mouse buttons - * - * See [mouse button input](@ref input_mouse_button) for how these are used. - * - * @ingroup input - * @{ */ -#define GLFW_MOUSE_BUTTON_1 0 -#define GLFW_MOUSE_BUTTON_2 1 -#define GLFW_MOUSE_BUTTON_3 2 -#define GLFW_MOUSE_BUTTON_4 3 -#define GLFW_MOUSE_BUTTON_5 4 -#define GLFW_MOUSE_BUTTON_6 5 -#define GLFW_MOUSE_BUTTON_7 6 -#define GLFW_MOUSE_BUTTON_8 7 -#define GLFW_MOUSE_BUTTON_LAST GLFW_MOUSE_BUTTON_8 -#define GLFW_MOUSE_BUTTON_LEFT GLFW_MOUSE_BUTTON_1 -#define GLFW_MOUSE_BUTTON_RIGHT GLFW_MOUSE_BUTTON_2 -#define GLFW_MOUSE_BUTTON_MIDDLE GLFW_MOUSE_BUTTON_3 -/*! @} */ - -/*! @defgroup joysticks Joysticks - * - * See [joystick input](@ref joystick) for how these are used. - * - * @ingroup input - * @{ */ -#define GLFW_JOYSTICK_1 0 -#define GLFW_JOYSTICK_2 1 -#define GLFW_JOYSTICK_3 2 -#define GLFW_JOYSTICK_4 3 -#define GLFW_JOYSTICK_5 4 -#define GLFW_JOYSTICK_6 5 -#define GLFW_JOYSTICK_7 6 -#define GLFW_JOYSTICK_8 7 -#define GLFW_JOYSTICK_9 8 -#define GLFW_JOYSTICK_10 9 -#define GLFW_JOYSTICK_11 10 -#define GLFW_JOYSTICK_12 11 -#define GLFW_JOYSTICK_13 12 -#define GLFW_JOYSTICK_14 13 -#define GLFW_JOYSTICK_15 14 -#define GLFW_JOYSTICK_16 15 -#define GLFW_JOYSTICK_LAST GLFW_JOYSTICK_16 -/*! @} */ - -/*! @defgroup errors Error codes - * - * See [error handling](@ref error_handling) for how these are used. - * - * @ingroup init - * @{ */ -/*! @brief GLFW has not been initialized. - * - * This occurs if a GLFW function was called that must not be called unless the - * library is [initialized](@ref intro_init). - * - * @analysis Application programmer error. Initialize GLFW before calling any - * function that requires initialization. - */ -#define GLFW_NOT_INITIALIZED 0x00010001 -/*! @brief No context is current for this thread. - * - * This occurs if a GLFW function was called that needs and operates on the - * current OpenGL or OpenGL ES context but no context is current on the calling - * thread. One such function is @ref glfwSwapInterval. - * - * @analysis Application programmer error. Ensure a context is current before - * calling functions that require a current context. - */ -#define GLFW_NO_CURRENT_CONTEXT 0x00010002 -/*! @brief One of the arguments to the function was an invalid enum value. - * - * One of the arguments to the function was an invalid enum value, for example - * requesting [GLFW_RED_BITS](@ref window_hints_fb) with @ref - * glfwGetWindowAttrib. - * - * @analysis Application programmer error. Fix the offending call. - */ -#define GLFW_INVALID_ENUM 0x00010003 -/*! @brief One of the arguments to the function was an invalid value. - * - * One of the arguments to the function was an invalid value, for example - * requesting a non-existent OpenGL or OpenGL ES version like 2.7. - * - * Requesting a valid but unavailable OpenGL or OpenGL ES version will instead - * result in a @ref GLFW_VERSION_UNAVAILABLE error. - * - * @analysis Application programmer error. Fix the offending call. - */ -#define GLFW_INVALID_VALUE 0x00010004 -/*! @brief A memory allocation failed. - * - * A memory allocation failed. - * - * @analysis A bug in GLFW or the underlying operating system. Report the bug - * to our [issue tracker](https://github.com/glfw/glfw/issues). - */ -#define GLFW_OUT_OF_MEMORY 0x00010005 -/*! @brief GLFW could not find support for the requested API on the system. - * - * GLFW could not find support for the requested API on the system. - * - * @analysis The installed graphics driver does not support the requested - * API, or does not support it via the chosen context creation backend. - * Below are a few examples. - * - * @par - * Some pre-installed Windows graphics drivers do not support OpenGL. AMD only - * supports OpenGL ES via EGL, while Nvidia and Intel only support it via - * a WGL or GLX extension. OS X does not provide OpenGL ES at all. The Mesa - * EGL, OpenGL and OpenGL ES libraries do not interface with the Nvidia binary - * driver. Older graphics drivers do not support Vulkan. - */ -#define GLFW_API_UNAVAILABLE 0x00010006 -/*! @brief The requested OpenGL or OpenGL ES version is not available. - * - * The requested OpenGL or OpenGL ES version (including any requested context - * or framebuffer hints) is not available on this machine. - * - * @analysis The machine does not support your requirements. If your - * application is sufficiently flexible, downgrade your requirements and try - * again. Otherwise, inform the user that their machine does not match your - * requirements. - * - * @par - * Future invalid OpenGL and OpenGL ES versions, for example OpenGL 4.8 if 5.0 - * comes out before the 4.x series gets that far, also fail with this error and - * not @ref GLFW_INVALID_VALUE, because GLFW cannot know what future versions - * will exist. - */ -#define GLFW_VERSION_UNAVAILABLE 0x00010007 -/*! @brief A platform-specific error occurred that does not match any of the - * more specific categories. - * - * A platform-specific error occurred that does not match any of the more - * specific categories. - * - * @analysis A bug or configuration error in GLFW, the underlying operating - * system or its drivers, or a lack of required resources. Report the issue to - * our [issue tracker](https://github.com/glfw/glfw/issues). - */ -#define GLFW_PLATFORM_ERROR 0x00010008 -/*! @brief The requested format is not supported or available. - * - * If emitted during window creation, the requested pixel format is not - * supported. - * - * If emitted when querying the clipboard, the contents of the clipboard could - * not be converted to the requested format. - * - * @analysis If emitted during window creation, one or more - * [hard constraints](@ref window_hints_hard) did not match any of the - * available pixel formats. If your application is sufficiently flexible, - * downgrade your requirements and try again. Otherwise, inform the user that - * their machine does not match your requirements. - * - * @par - * If emitted when querying the clipboard, ignore the error or report it to - * the user, as appropriate. - */ -#define GLFW_FORMAT_UNAVAILABLE 0x00010009 -/*! @brief The specified window does not have an OpenGL or OpenGL ES context. - * - * A window that does not have an OpenGL or OpenGL ES context was passed to - * a function that requires it to have one. - * - * @analysis Application programmer error. Fix the offending call. - */ -#define GLFW_NO_WINDOW_CONTEXT 0x0001000A -/*! @} */ - -#define GLFW_FOCUSED 0x00020001 -#define GLFW_ICONIFIED 0x00020002 -#define GLFW_RESIZABLE 0x00020003 -#define GLFW_VISIBLE 0x00020004 -#define GLFW_DECORATED 0x00020005 -#define GLFW_AUTO_ICONIFY 0x00020006 -#define GLFW_FLOATING 0x00020007 -#define GLFW_MAXIMIZED 0x00020008 - -#define GLFW_RED_BITS 0x00021001 -#define GLFW_GREEN_BITS 0x00021002 -#define GLFW_BLUE_BITS 0x00021003 -#define GLFW_ALPHA_BITS 0x00021004 -#define GLFW_DEPTH_BITS 0x00021005 -#define GLFW_STENCIL_BITS 0x00021006 -#define GLFW_ACCUM_RED_BITS 0x00021007 -#define GLFW_ACCUM_GREEN_BITS 0x00021008 -#define GLFW_ACCUM_BLUE_BITS 0x00021009 -#define GLFW_ACCUM_ALPHA_BITS 0x0002100A -#define GLFW_AUX_BUFFERS 0x0002100B -#define GLFW_STEREO 0x0002100C -#define GLFW_SAMPLES 0x0002100D -#define GLFW_SRGB_CAPABLE 0x0002100E -#define GLFW_REFRESH_RATE 0x0002100F -#define GLFW_DOUBLEBUFFER 0x00021010 - -#define GLFW_CLIENT_API 0x00022001 -#define GLFW_CONTEXT_VERSION_MAJOR 0x00022002 -#define GLFW_CONTEXT_VERSION_MINOR 0x00022003 -#define GLFW_CONTEXT_REVISION 0x00022004 -#define GLFW_CONTEXT_ROBUSTNESS 0x00022005 -#define GLFW_OPENGL_FORWARD_COMPAT 0x00022006 -#define GLFW_OPENGL_DEBUG_CONTEXT 0x00022007 -#define GLFW_OPENGL_PROFILE 0x00022008 -#define GLFW_CONTEXT_RELEASE_BEHAVIOR 0x00022009 -#define GLFW_CONTEXT_NO_ERROR 0x0002200A - -#define GLFW_NO_API 0 -#define GLFW_OPENGL_API 0x00030001 -#define GLFW_OPENGL_ES_API 0x00030002 - -#define GLFW_NO_ROBUSTNESS 0 -#define GLFW_NO_RESET_NOTIFICATION 0x00031001 -#define GLFW_LOSE_CONTEXT_ON_RESET 0x00031002 - -#define GLFW_OPENGL_ANY_PROFILE 0 -#define GLFW_OPENGL_CORE_PROFILE 0x00032001 -#define GLFW_OPENGL_COMPAT_PROFILE 0x00032002 - -#define GLFW_CURSOR 0x00033001 -#define GLFW_STICKY_KEYS 0x00033002 -#define GLFW_STICKY_MOUSE_BUTTONS 0x00033003 - -#define GLFW_CURSOR_NORMAL 0x00034001 -#define GLFW_CURSOR_HIDDEN 0x00034002 -#define GLFW_CURSOR_DISABLED 0x00034003 - -#define GLFW_ANY_RELEASE_BEHAVIOR 0 -#define GLFW_RELEASE_BEHAVIOR_FLUSH 0x00035001 -#define GLFW_RELEASE_BEHAVIOR_NONE 0x00035002 - -/*! @defgroup shapes Standard cursor shapes - * - * See [standard cursor creation](@ref cursor_standard) for how these are used. - * - * @ingroup input - * @{ */ - -/*! @brief The regular arrow cursor shape. - * - * The regular arrow cursor. - */ -#define GLFW_ARROW_CURSOR 0x00036001 -/*! @brief The text input I-beam cursor shape. - * - * The text input I-beam cursor shape. - */ -#define GLFW_IBEAM_CURSOR 0x00036002 -/*! @brief The crosshair shape. - * - * The crosshair shape. - */ -#define GLFW_CROSSHAIR_CURSOR 0x00036003 -/*! @brief The hand shape. - * - * The hand shape. - */ -#define GLFW_HAND_CURSOR 0x00036004 -/*! @brief The horizontal resize arrow shape. - * - * The horizontal resize arrow shape. - */ -#define GLFW_HRESIZE_CURSOR 0x00036005 -/*! @brief The vertical resize arrow shape. - * - * The vertical resize arrow shape. - */ -#define GLFW_VRESIZE_CURSOR 0x00036006 -/*! @} */ - -#define GLFW_CONNECTED 0x00040001 -#define GLFW_DISCONNECTED 0x00040002 - -#define GLFW_DONT_CARE -1 - - -/************************************************************************* - * GLFW API types - *************************************************************************/ - -/*! @brief Client API function pointer type. - * - * Generic function pointer used for returning client API function pointers - * without forcing a cast from a regular pointer. - * - * @sa @ref context_glext - * @sa glfwGetProcAddress - * - * @since Added in version 3.0. - - * @ingroup context - */ -typedef void (*GLFWglproc)(void); - -/*! @brief Vulkan API function pointer type. - * - * Generic function pointer used for returning Vulkan API function pointers - * without forcing a cast from a regular pointer. - * - * @sa @ref vulkan_proc - * @sa glfwGetInstanceProcAddress - * - * @since Added in version 3.2. - * - * @ingroup vulkan - */ -typedef void (*GLFWvkproc)(void); - -/*! @brief Opaque monitor object. - * - * Opaque monitor object. - * - * @see @ref monitor_object - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -typedef struct GLFWmonitor GLFWmonitor; - -/*! @brief Opaque window object. - * - * Opaque window object. - * - * @see @ref window_object - * - * @since Added in version 3.0. - * - * @ingroup window - */ -typedef struct GLFWwindow GLFWwindow; - -/*! @brief Opaque cursor object. - * - * Opaque cursor object. - * - * @see @ref cursor_object - * - * @since Added in version 3.1. - * - * @ingroup cursor - */ -typedef struct GLFWcursor GLFWcursor; - -/*! @brief The function signature for error callbacks. - * - * This is the function signature for error callback functions. - * - * @param[in] error An [error code](@ref errors). - * @param[in] description A UTF-8 encoded string describing the error. - * - * @sa @ref error_handling - * @sa glfwSetErrorCallback - * - * @since Added in version 3.0. - * - * @ingroup init - */ -typedef void (* GLFWerrorfun)(int,const char*); - -/*! @brief The function signature for window position callbacks. - * - * This is the function signature for window position callback functions. - * - * @param[in] window The window that was moved. - * @param[in] xpos The new x-coordinate, in screen coordinates, of the - * upper-left corner of the client area of the window. - * @param[in] ypos The new y-coordinate, in screen coordinates, of the - * upper-left corner of the client area of the window. - * - * @sa @ref window_pos - * @sa glfwSetWindowPosCallback - * - * @since Added in version 3.0. - * - * @ingroup window - */ -typedef void (* GLFWwindowposfun)(GLFWwindow*,int,int); - -/*! @brief The function signature for window resize callbacks. - * - * This is the function signature for window size callback functions. - * - * @param[in] window The window that was resized. - * @param[in] width The new width, in screen coordinates, of the window. - * @param[in] height The new height, in screen coordinates, of the window. - * - * @sa @ref window_size - * @sa glfwSetWindowSizeCallback - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -typedef void (* GLFWwindowsizefun)(GLFWwindow*,int,int); - -/*! @brief The function signature for window close callbacks. - * - * This is the function signature for window close callback functions. - * - * @param[in] window The window that the user attempted to close. - * - * @sa @ref window_close - * @sa glfwSetWindowCloseCallback - * - * @since Added in version 2.5. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -typedef void (* GLFWwindowclosefun)(GLFWwindow*); - -/*! @brief The function signature for window content refresh callbacks. - * - * This is the function signature for window refresh callback functions. - * - * @param[in] window The window whose content needs to be refreshed. - * - * @sa @ref window_refresh - * @sa glfwSetWindowRefreshCallback - * - * @since Added in version 2.5. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -typedef void (* GLFWwindowrefreshfun)(GLFWwindow*); - -/*! @brief The function signature for window focus/defocus callbacks. - * - * This is the function signature for window focus callback functions. - * - * @param[in] window The window that gained or lost input focus. - * @param[in] focused `GLFW_TRUE` if the window was given input focus, or - * `GLFW_FALSE` if it lost it. - * - * @sa @ref window_focus - * @sa glfwSetWindowFocusCallback - * - * @since Added in version 3.0. - * - * @ingroup window - */ -typedef void (* GLFWwindowfocusfun)(GLFWwindow*,int); - -/*! @brief The function signature for window iconify/restore callbacks. - * - * This is the function signature for window iconify/restore callback - * functions. - * - * @param[in] window The window that was iconified or restored. - * @param[in] iconified `GLFW_TRUE` if the window was iconified, or - * `GLFW_FALSE` if it was restored. - * - * @sa @ref window_iconify - * @sa glfwSetWindowIconifyCallback - * - * @since Added in version 3.0. - * - * @ingroup window - */ -typedef void (* GLFWwindowiconifyfun)(GLFWwindow*,int); - -/*! @brief The function signature for framebuffer resize callbacks. - * - * This is the function signature for framebuffer resize callback - * functions. - * - * @param[in] window The window whose framebuffer was resized. - * @param[in] width The new width, in pixels, of the framebuffer. - * @param[in] height The new height, in pixels, of the framebuffer. - * - * @sa @ref window_fbsize - * @sa glfwSetFramebufferSizeCallback - * - * @since Added in version 3.0. - * - * @ingroup window - */ -typedef void (* GLFWframebuffersizefun)(GLFWwindow*,int,int); - -/*! @brief The function signature for mouse button callbacks. - * - * This is the function signature for mouse button callback functions. - * - * @param[in] window The window that received the event. - * @param[in] button The [mouse button](@ref buttons) that was pressed or - * released. - * @param[in] action One of `GLFW_PRESS` or `GLFW_RELEASE`. - * @param[in] mods Bit field describing which [modifier keys](@ref mods) were - * held down. - * - * @sa @ref input_mouse_button - * @sa glfwSetMouseButtonCallback - * - * @since Added in version 1.0. - * @glfw3 Added window handle and modifier mask parameters. - * - * @ingroup input - */ -typedef void (* GLFWmousebuttonfun)(GLFWwindow*,int,int,int); - -/*! @brief The function signature for cursor position callbacks. - * - * This is the function signature for cursor position callback functions. - * - * @param[in] window The window that received the event. - * @param[in] xpos The new cursor x-coordinate, relative to the left edge of - * the client area. - * @param[in] ypos The new cursor y-coordinate, relative to the top edge of the - * client area. - * - * @sa @ref cursor_pos - * @sa glfwSetCursorPosCallback - * - * @since Added in version 3.0. Replaces `GLFWmouseposfun`. - * - * @ingroup input - */ -typedef void (* GLFWcursorposfun)(GLFWwindow*,double,double); - -/*! @brief The function signature for cursor enter/leave callbacks. - * - * This is the function signature for cursor enter/leave callback functions. - * - * @param[in] window The window that received the event. - * @param[in] entered `GLFW_TRUE` if the cursor entered the window's client - * area, or `GLFW_FALSE` if it left it. - * - * @sa @ref cursor_enter - * @sa glfwSetCursorEnterCallback - * - * @since Added in version 3.0. - * - * @ingroup input - */ -typedef void (* GLFWcursorenterfun)(GLFWwindow*,int); - -/*! @brief The function signature for scroll callbacks. - * - * This is the function signature for scroll callback functions. - * - * @param[in] window The window that received the event. - * @param[in] xoffset The scroll offset along the x-axis. - * @param[in] yoffset The scroll offset along the y-axis. - * - * @sa @ref scrolling - * @sa glfwSetScrollCallback - * - * @since Added in version 3.0. Replaces `GLFWmousewheelfun`. - * - * @ingroup input - */ -typedef void (* GLFWscrollfun)(GLFWwindow*,double,double); - -/*! @brief The function signature for keyboard key callbacks. - * - * This is the function signature for keyboard key callback functions. - * - * @param[in] window The window that received the event. - * @param[in] key The [keyboard key](@ref keys) that was pressed or released. - * @param[in] scancode The system-specific scancode of the key. - * @param[in] action `GLFW_PRESS`, `GLFW_RELEASE` or `GLFW_REPEAT`. - * @param[in] mods Bit field describing which [modifier keys](@ref mods) were - * held down. - * - * @sa @ref input_key - * @sa glfwSetKeyCallback - * - * @since Added in version 1.0. - * @glfw3 Added window handle, scancode and modifier mask parameters. - * - * @ingroup input - */ -typedef void (* GLFWkeyfun)(GLFWwindow*,int,int,int,int); - -/*! @brief The function signature for Unicode character callbacks. - * - * This is the function signature for Unicode character callback functions. - * - * @param[in] window The window that received the event. - * @param[in] codepoint The Unicode code point of the character. - * - * @sa @ref input_char - * @sa glfwSetCharCallback - * - * @since Added in version 2.4. - * @glfw3 Added window handle parameter. - * - * @ingroup input - */ -typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int); - -/*! @brief The function signature for Unicode character with modifiers - * callbacks. - * - * This is the function signature for Unicode character with modifiers callback - * functions. It is called for each input character, regardless of what - * modifier keys are held down. - * - * @param[in] window The window that received the event. - * @param[in] codepoint The Unicode code point of the character. - * @param[in] mods Bit field describing which [modifier keys](@ref mods) were - * held down. - * - * @sa @ref input_char - * @sa glfwSetCharModsCallback - * - * @since Added in version 3.1. - * - * @ingroup input - */ -typedef void (* GLFWcharmodsfun)(GLFWwindow*,unsigned int,int); - -/*! @brief The function signature for file drop callbacks. - * - * This is the function signature for file drop callbacks. - * - * @param[in] window The window that received the event. - * @param[in] count The number of dropped files. - * @param[in] paths The UTF-8 encoded file and/or directory path names. - * - * @sa @ref path_drop - * @sa glfwSetDropCallback - * - * @since Added in version 3.1. - * - * @ingroup input - */ -typedef void (* GLFWdropfun)(GLFWwindow*,int,const char**); - -/*! @brief The function signature for monitor configuration callbacks. - * - * This is the function signature for monitor configuration callback functions. - * - * @param[in] monitor The monitor that was connected or disconnected. - * @param[in] event One of `GLFW_CONNECTED` or `GLFW_DISCONNECTED`. - * - * @sa @ref monitor_event - * @sa glfwSetMonitorCallback - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -typedef void (* GLFWmonitorfun)(GLFWmonitor*,int); - -/*! @brief The function signature for joystick configuration callbacks. - * - * This is the function signature for joystick configuration callback - * functions. - * - * @param[in] joy The joystick that was connected or disconnected. - * @param[in] event One of `GLFW_CONNECTED` or `GLFW_DISCONNECTED`. - * - * @sa @ref joystick_event - * @sa glfwSetJoystickCallback - * - * @since Added in version 3.2. - * - * @ingroup input - */ -typedef void (* GLFWjoystickfun)(int,int); - -/*! @brief Video mode type. - * - * This describes a single video mode. - * - * @sa @ref monitor_modes - * @sa glfwGetVideoMode glfwGetVideoModes - * - * @since Added in version 1.0. - * @glfw3 Added refresh rate member. - * - * @ingroup monitor - */ -typedef struct GLFWvidmode -{ - /*! The width, in screen coordinates, of the video mode. - */ - int width; - /*! The height, in screen coordinates, of the video mode. - */ - int height; - /*! The bit depth of the red channel of the video mode. - */ - int redBits; - /*! The bit depth of the green channel of the video mode. - */ - int greenBits; - /*! The bit depth of the blue channel of the video mode. - */ - int blueBits; - /*! The refresh rate, in Hz, of the video mode. - */ - int refreshRate; -} GLFWvidmode; - -/*! @brief Gamma ramp. - * - * This describes the gamma ramp for a monitor. - * - * @sa @ref monitor_gamma - * @sa glfwGetGammaRamp glfwSetGammaRamp - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -typedef struct GLFWgammaramp -{ - /*! An array of value describing the response of the red channel. - */ - unsigned short* red; - /*! An array of value describing the response of the green channel. - */ - unsigned short* green; - /*! An array of value describing the response of the blue channel. - */ - unsigned short* blue; - /*! The number of elements in each array. - */ - unsigned int size; -} GLFWgammaramp; - -/*! @brief Image data. - * - * @sa @ref cursor_custom - * - * @since Added in version 2.1. - * @glfw3 Removed format and bytes-per-pixel members. - */ -typedef struct GLFWimage -{ - /*! The width, in pixels, of this image. - */ - int width; - /*! The height, in pixels, of this image. - */ - int height; - /*! The pixel data of this image, arranged left-to-right, top-to-bottom. - */ - unsigned char* pixels; -} GLFWimage; - - -/************************************************************************* - * GLFW API functions - *************************************************************************/ - -/*! @brief Initializes the GLFW library. - * - * This function initializes the GLFW library. Before most GLFW functions can - * be used, GLFW must be initialized, and before an application terminates GLFW - * should be terminated in order to free any resources allocated during or - * after initialization. - * - * If this function fails, it calls @ref glfwTerminate before returning. If it - * succeeds, you should call @ref glfwTerminate before the application exits. - * - * Additional calls to this function after successful initialization but before - * termination will return `GLFW_TRUE` immediately. - * - * @return `GLFW_TRUE` if successful, or `GLFW_FALSE` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_PLATFORM_ERROR. - * - * @remark @osx This function will change the current directory of the - * application to the `Contents/Resources` subdirectory of the application's - * bundle, if present. This can be disabled with a - * [compile-time option](@ref compile_options_osx). - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref intro_init - * @sa glfwTerminate - * - * @since Added in version 1.0. - * - * @ingroup init - */ -GLFWAPI int glfwInit(void); - -/*! @brief Terminates the GLFW library. - * - * This function destroys all remaining windows and cursors, restores any - * modified gamma ramps and frees any other allocated resources. Once this - * function is called, you must again call @ref glfwInit successfully before - * you will be able to use most GLFW functions. - * - * If GLFW has been successfully initialized, this function should be called - * before the application exits. If initialization fails, there is no need to - * call this function, as it is called by @ref glfwInit before it returns - * failure. - * - * @errors Possible errors include @ref GLFW_PLATFORM_ERROR. - * - * @remark This function may be called before @ref glfwInit. - * - * @warning The contexts of any remaining windows must not be current on any - * other thread when this function is called. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref intro_init - * @sa glfwInit - * - * @since Added in version 1.0. - * - * @ingroup init - */ -GLFWAPI void glfwTerminate(void); - -/*! @brief Retrieves the version of the GLFW library. - * - * This function retrieves the major, minor and revision numbers of the GLFW - * library. It is intended for when you are using GLFW as a shared library and - * want to ensure that you are using the minimum required version. - * - * Any or all of the version arguments may be `NULL`. - * - * @param[out] major Where to store the major version number, or `NULL`. - * @param[out] minor Where to store the minor version number, or `NULL`. - * @param[out] rev Where to store the revision number, or `NULL`. - * - * @errors None. - * - * @remark This function may be called before @ref glfwInit. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref intro_version - * @sa glfwGetVersionString - * - * @since Added in version 1.0. - * - * @ingroup init - */ -GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev); - -/*! @brief Returns a string describing the compile-time configuration. - * - * This function returns the compile-time generated - * [version string](@ref intro_version_string) of the GLFW library binary. It - * describes the version, platform, compiler and any platform-specific - * compile-time options. It should not be confused with the OpenGL or OpenGL - * ES version string, queried with `glGetString`. - * - * __Do not use the version string__ to parse the GLFW library version. The - * @ref glfwGetVersion function provides the version of the running library - * binary in numerical format. - * - * @return The ASCII encoded GLFW version string. - * - * @errors None. - * - * @remark This function may be called before @ref glfwInit. - * - * @pointer_lifetime The returned string is static and compile-time generated. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref intro_version - * @sa glfwGetVersion - * - * @since Added in version 3.0. - * - * @ingroup init - */ -GLFWAPI const char* glfwGetVersionString(void); - -/*! @brief Sets the error callback. - * - * This function sets the error callback, which is called with an error code - * and a human-readable description each time a GLFW error occurs. - * - * The error callback is called on the thread where the error occurred. If you - * are using GLFW from multiple threads, your error callback needs to be - * written accordingly. - * - * Because the description string may have been generated specifically for that - * error, it is not guaranteed to be valid after the callback has returned. If - * you wish to use it after the callback returns, you need to make a copy. - * - * Once set, the error callback remains set even after the library has been - * terminated. - * - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set. - * - * @errors None. - * - * @remark This function may be called before @ref glfwInit. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref error_handling - * - * @since Added in version 3.0. - * - * @ingroup init - */ -GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun); - -/*! @brief Returns the currently connected monitors. - * - * This function returns an array of handles for all currently connected - * monitors. The primary monitor is always first in the returned array. If no - * monitors were found, this function returns `NULL`. - * - * @param[out] count Where to store the number of monitors in the returned - * array. This is set to zero if an error occurred. - * @return An array of monitor handles, or `NULL` if no monitors were found or - * if an [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @pointer_lifetime The returned array is allocated and freed by GLFW. You - * should not free it yourself. It is guaranteed to be valid only until the - * monitor configuration changes or the library is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_monitors - * @sa @ref monitor_event - * @sa glfwGetPrimaryMonitor - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI GLFWmonitor** glfwGetMonitors(int* count); - -/*! @brief Returns the primary monitor. - * - * This function returns the primary monitor. This is usually the monitor - * where elements like the task bar or global menu bar are located. - * - * @return The primary monitor, or `NULL` if no monitors were found or if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @remark The primary monitor is always first in the array returned by @ref - * glfwGetMonitors. - * - * @sa @ref monitor_monitors - * @sa glfwGetMonitors - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void); - -/*! @brief Returns the position of the monitor's viewport on the virtual screen. - * - * This function returns the position, in screen coordinates, of the upper-left - * corner of the specified monitor. - * - * Any or all of the position arguments may be `NULL`. If an error occurs, all - * non-`NULL` position arguments will be set to zero. - * - * @param[in] monitor The monitor to query. - * @param[out] xpos Where to store the monitor x-coordinate, or `NULL`. - * @param[out] ypos Where to store the monitor y-coordinate, or `NULL`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_properties - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos); - -/*! @brief Returns the physical size of the monitor. - * - * This function returns the size, in millimetres, of the display area of the - * specified monitor. - * - * Some systems do not provide accurate monitor size information, either - * because the monitor - * [EDID](https://en.wikipedia.org/wiki/Extended_display_identification_data) - * data is incorrect or because the driver does not report it accurately. - * - * Any or all of the size arguments may be `NULL`. If an error occurs, all - * non-`NULL` size arguments will be set to zero. - * - * @param[in] monitor The monitor to query. - * @param[out] widthMM Where to store the width, in millimetres, of the - * monitor's display area, or `NULL`. - * @param[out] heightMM Where to store the height, in millimetres, of the - * monitor's display area, or `NULL`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @remark @win32 calculates the returned physical size from the - * current resolution and system DPI instead of querying the monitor EDID data. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_properties - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM); - -/*! @brief Returns the name of the specified monitor. - * - * This function returns a human-readable name, encoded as UTF-8, of the - * specified monitor. The name typically reflects the make and model of the - * monitor and is not guaranteed to be unique among the connected monitors. - * - * @param[in] monitor The monitor to query. - * @return The UTF-8 encoded name of the monitor, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @pointer_lifetime The returned string is allocated and freed by GLFW. You - * should not free it yourself. It is valid until the specified monitor is - * disconnected or the library is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_properties - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI const char* glfwGetMonitorName(GLFWmonitor* monitor); - -/*! @brief Sets the monitor configuration callback. - * - * This function sets the monitor configuration callback, or removes the - * currently set callback. This is called when a monitor is connected to or - * disconnected from the system. - * - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_event - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun); - -/*! @brief Returns the available video modes for the specified monitor. - * - * This function returns an array of all video modes supported by the specified - * monitor. The returned array is sorted in ascending order, first by color - * bit depth (the sum of all channel depths) and then by resolution area (the - * product of width and height). - * - * @param[in] monitor The monitor to query. - * @param[out] count Where to store the number of video modes in the returned - * array. This is set to zero if an error occurred. - * @return An array of video modes, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The returned array is allocated and freed by GLFW. You - * should not free it yourself. It is valid until the specified monitor is - * disconnected, this function is called again for that monitor or the library - * is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_modes - * @sa glfwGetVideoMode - * - * @since Added in version 1.0. - * @glfw3 Changed to return an array of modes for a specific monitor. - * - * @ingroup monitor - */ -GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* monitor, int* count); - -/*! @brief Returns the current mode of the specified monitor. - * - * This function returns the current video mode of the specified monitor. If - * you have created a full screen window for that monitor, the return value - * will depend on whether that window is iconified. - * - * @param[in] monitor The monitor to query. - * @return The current mode of the monitor, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The returned array is allocated and freed by GLFW. You - * should not free it yourself. It is valid until the specified monitor is - * disconnected or the library is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_modes - * @sa glfwGetVideoModes - * - * @since Added in version 3.0. Replaces `glfwGetDesktopMode`. - * - * @ingroup monitor - */ -GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* monitor); - -/*! @brief Generates a gamma ramp and sets it for the specified monitor. - * - * This function generates a 256-element gamma ramp from the specified exponent - * and then calls @ref glfwSetGammaRamp with it. The value must be a finite - * number greater than zero. - * - * @param[in] monitor The monitor whose gamma ramp to set. - * @param[in] gamma The desired exponent. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_VALUE and @ref GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_gamma - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI void glfwSetGamma(GLFWmonitor* monitor, float gamma); - -/*! @brief Returns the current gamma ramp for the specified monitor. - * - * This function returns the current gamma ramp of the specified monitor. - * - * @param[in] monitor The monitor to query. - * @return The current gamma ramp, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The returned structure and its arrays are allocated and - * freed by GLFW. You should not free them yourself. They are valid until the - * specified monitor is disconnected, this function is called again for that - * monitor or the library is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_gamma - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* monitor); - -/*! @brief Sets the current gamma ramp for the specified monitor. - * - * This function sets the current gamma ramp for the specified monitor. The - * original gamma ramp for that monitor is saved by GLFW the first time this - * function is called and is restored by @ref glfwTerminate. - * - * @param[in] monitor The monitor whose gamma ramp to set. - * @param[in] ramp The gamma ramp to use. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @remark Gamma ramp sizes other than 256 are not supported by all platforms - * or graphics hardware. - * - * @remark @win32 The gamma ramp size must be 256. - * - * @pointer_lifetime The specified gamma ramp is copied before this function - * returns. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref monitor_gamma - * - * @since Added in version 3.0. - * - * @ingroup monitor - */ -GLFWAPI void glfwSetGammaRamp(GLFWmonitor* monitor, const GLFWgammaramp* ramp); - -/*! @brief Resets all window hints to their default values. - * - * This function resets all window hints to their - * [default values](@ref window_hints_values). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_hints - * @sa glfwWindowHint - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI void glfwDefaultWindowHints(void); - -/*! @brief Sets the specified window hint to the desired value. - * - * This function sets hints for the next call to @ref glfwCreateWindow. The - * hints, once set, retain their values until changed by a call to @ref - * glfwWindowHint or @ref glfwDefaultWindowHints, or until the library is - * terminated. - * - * This function does not check whether the specified hint values are valid. - * If you set hints to invalid values this will instead be reported by the next - * call to @ref glfwCreateWindow. - * - * @param[in] hint The [window hint](@ref window_hints) to set. - * @param[in] value The new value of the window hint. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_INVALID_ENUM. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_hints - * @sa glfwDefaultWindowHints - * - * @since Added in version 3.0. Replaces `glfwOpenWindowHint`. - * - * @ingroup window - */ -GLFWAPI void glfwWindowHint(int hint, int value); - -/*! @brief Creates a window and its associated context. - * - * This function creates a window and its associated OpenGL or OpenGL ES - * context. Most of the options controlling how the window and its context - * should be created are specified with [window hints](@ref window_hints). - * - * Successful creation does not change which context is current. Before you - * can use the newly created context, you need to - * [make it current](@ref context_current). For information about the `share` - * parameter, see @ref context_sharing. - * - * The created window, framebuffer and context may differ from what you - * requested, as not all parameters and hints are - * [hard constraints](@ref window_hints_hard). This includes the size of the - * window, especially for full screen windows. To query the actual attributes - * of the created window, framebuffer and context, see @ref - * glfwGetWindowAttrib, @ref glfwGetWindowSize and @ref glfwGetFramebufferSize. - * - * To create a full screen window, you need to specify the monitor the window - * will cover. If no monitor is specified, the window will be windowed mode. - * Unless you have a way for the user to choose a specific monitor, it is - * recommended that you pick the primary monitor. For more information on how - * to query connected monitors, see @ref monitor_monitors. - * - * For full screen windows, the specified size becomes the resolution of the - * window's _desired video mode_. As long as a full screen window is not - * iconified, the supported video mode most closely matching the desired video - * mode is set for the specified monitor. For more information about full - * screen windows, including the creation of so called _windowed full screen_ - * or _borderless full screen_ windows, see @ref window_windowed_full_screen. - * - * By default, newly created windows use the placement recommended by the - * window system. To create the window at a specific position, make it - * initially invisible using the [GLFW_VISIBLE](@ref window_hints_wnd) window - * hint, set its [position](@ref window_pos) and then [show](@ref window_hide) - * it. - * - * As long as at least one full screen window is not iconified, the screensaver - * is prohibited from starting. - * - * Window systems put limits on window sizes. Very large or very small window - * dimensions may be overridden by the window system on creation. Check the - * actual [size](@ref window_size) after creation. - * - * The [swap interval](@ref buffer_swap) is not set during window creation and - * the initial value may vary depending on driver settings and defaults. - * - * @param[in] width The desired width, in screen coordinates, of the window. - * This must be greater than zero. - * @param[in] height The desired height, in screen coordinates, of the window. - * This must be greater than zero. - * @param[in] title The initial, UTF-8 encoded window title. - * @param[in] monitor The monitor to use for full screen mode, or `NULL` for - * windowed mode. - * @param[in] share The window whose context to share resources with, or `NULL` - * to not share resources. - * @return The handle of the created window, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_ENUM, @ref GLFW_INVALID_VALUE, @ref GLFW_API_UNAVAILABLE, @ref - * GLFW_VERSION_UNAVAILABLE, @ref GLFW_FORMAT_UNAVAILABLE and @ref - * GLFW_PLATFORM_ERROR. - * - * @remark @win32 Window creation will fail if the Microsoft GDI software - * OpenGL implementation is the only one available. - * - * @remark @win32 If the executable has an icon resource named `GLFW_ICON,` - * it will be set as the icon for the window. If no such icon is present, the - * `IDI_WINLOGO` icon will be used instead. - * - * @remark @win32 The context to share resources with must not be current on - * any other thread. - * - * @remark @osx The GLFW window has no icon, as it is not a document - * window, but the dock icon will be the same as the application bundle's icon. - * For more information on bundles, see the - * [Bundle Programming Guide](https://developer.apple.com/library/mac/documentation/CoreFoundation/Conceptual/CFBundles/) - * in the Mac Developer Library. - * - * @remark @osx The first time a window is created the menu bar is populated - * with common commands like Hide, Quit and About. The About entry opens - * a minimal about dialog with information from the application's bundle. The - * menu bar can be disabled with a - * [compile-time option](@ref compile_options_osx). - * - * @remark @osx On OS X 10.10 and later the window frame will not be rendered - * at full resolution on Retina displays unless the `NSHighResolutionCapable` - * key is enabled in the application bundle's `Info.plist`. For more - * information, see - * [High Resolution Guidelines for OS X](https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Explained/Explained.html) - * in the Mac Developer Library. The GLFW test and example programs use - * a custom `Info.plist` template for this, which can be found as - * `CMake/MacOSXBundleInfo.plist.in` in the source tree. - * - * @remark @x11 There is no mechanism for setting the window icon yet. - * - * @remark @x11 Some window managers will not respect the placement of - * initially hidden windows. - * - * @remark @x11 Due to the asynchronous nature of X11, it may take a moment for - * a window to reach its requested state. This means you may not be able to - * query the final size, position or other attributes directly after window - * creation. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_creation - * @sa glfwDestroyWindow - * - * @since Added in version 3.0. Replaces `glfwOpenWindow`. - * - * @ingroup window - */ -GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, const char* title, GLFWmonitor* monitor, GLFWwindow* share); - -/*! @brief Destroys the specified window and its context. - * - * This function destroys the specified window and its context. On calling - * this function, no further callbacks will be called for that window. - * - * If the context of the specified window is current on the main thread, it is - * detached before being destroyed. - * - * @param[in] window The window to destroy. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @note The context of the specified window must not be current on any other - * thread when this function is called. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_creation - * @sa glfwCreateWindow - * - * @since Added in version 3.0. Replaces `glfwCloseWindow`. - * - * @ingroup window - */ -GLFWAPI void glfwDestroyWindow(GLFWwindow* window); - -/*! @brief Checks the close flag of the specified window. - * - * This function returns the value of the close flag of the specified window. - * - * @param[in] window The window to query. - * @return The value of the close flag. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @sa @ref window_close - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI int glfwWindowShouldClose(GLFWwindow* window); - -/*! @brief Sets the close flag of the specified window. - * - * This function sets the value of the close flag of the specified window. - * This can be used to override the user's attempt to close the window, or - * to signal that it should be closed. - * - * @param[in] window The window whose flag to change. - * @param[in] value The new value. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @sa @ref window_close - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* window, int value); - -/*! @brief Sets the title of the specified window. - * - * This function sets the window title, encoded as UTF-8, of the specified - * window. - * - * @param[in] window The window whose title to change. - * @param[in] title The UTF-8 encoded window title. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @remark @osx The window title will not be updated until the next time you - * process events. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_title - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title); - -/*! @brief Sets the icon for the specified window. - * - * This function sets the icon of the specified window. If passed an array of - * candidate images, those of or closest to the sizes desired by the system are - * selected. If no images are specified, the window reverts to its default - * icon. - * - * The desired image sizes varies depending on platform and system settings. - * The selected images will be rescaled as needed. Good sizes include 16x16, - * 32x32 and 48x48. - * - * @param[in] window The window whose icon to set. - * @param[in] count The number of images in the specified array, or zero to - * revert to the default window icon. - * @param[in] images The images to create the icon from. This is ignored if - * count is zero. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The specified image data is copied before this function - * returns. - * - * @remark @osx The GLFW window has no icon, as it is not a document - * window, but the dock icon will be the same as the application bundle's icon. - * For more information on bundles, see the - * [Bundle Programming Guide](https://developer.apple.com/library/mac/documentation/CoreFoundation/Conceptual/CFBundles/) - * in the Mac Developer Library. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_icon - * - * @since Added in version 3.2. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images); - -/*! @brief Retrieves the position of the client area of the specified window. - * - * This function retrieves the position, in screen coordinates, of the - * upper-left corner of the client area of the specified window. - * - * Any or all of the position arguments may be `NULL`. If an error occurs, all - * non-`NULL` position arguments will be set to zero. - * - * @param[in] window The window to query. - * @param[out] xpos Where to store the x-coordinate of the upper-left corner of - * the client area, or `NULL`. - * @param[out] ypos Where to store the y-coordinate of the upper-left corner of - * the client area, or `NULL`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_pos - * @sa glfwSetWindowPos - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos); - -/*! @brief Sets the position of the client area of the specified window. - * - * This function sets the position, in screen coordinates, of the upper-left - * corner of the client area of the specified windowed mode window. If the - * window is a full screen window, this function does nothing. - * - * __Do not use this function__ to move an already visible window unless you - * have very good reasons for doing so, as it will confuse and annoy the user. - * - * The window manager may put limits on what positions are allowed. GLFW - * cannot and should not override these limits. - * - * @param[in] window The window to query. - * @param[in] xpos The x-coordinate of the upper-left corner of the client area. - * @param[in] ypos The y-coordinate of the upper-left corner of the client area. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_pos - * @sa glfwGetWindowPos - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowPos(GLFWwindow* window, int xpos, int ypos); - -/*! @brief Retrieves the size of the client area of the specified window. - * - * This function retrieves the size, in screen coordinates, of the client area - * of the specified window. If you wish to retrieve the size of the - * framebuffer of the window in pixels, see @ref glfwGetFramebufferSize. - * - * Any or all of the size arguments may be `NULL`. If an error occurs, all - * non-`NULL` size arguments will be set to zero. - * - * @param[in] window The window whose size to retrieve. - * @param[out] width Where to store the width, in screen coordinates, of the - * client area, or `NULL`. - * @param[out] height Where to store the height, in screen coordinates, of the - * client area, or `NULL`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_size - * @sa glfwSetWindowSize - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -GLFWAPI void glfwGetWindowSize(GLFWwindow* window, int* width, int* height); - -/*! @brief Sets the size limits of the specified window. - * - * This function sets the size limits of the client area of the specified - * window. If the window is full screen, the size limits only take effect if - * once it is made windowed. If the window is not resizable, this function - * does nothing. - * - * The size limits are applied immediately to a windowed mode window and may - * cause it to be resized. - * - * @param[in] window The window to set limits for. - * @param[in] minwidth The minimum width, in screen coordinates, of the client - * area, or `GLFW_DONT_CARE`. - * @param[in] minheight The minimum height, in screen coordinates, of the - * client area, or `GLFW_DONT_CARE`. - * @param[in] maxwidth The maximum width, in screen coordinates, of the client - * area, or `GLFW_DONT_CARE`. - * @param[in] maxheight The maximum height, in screen coordinates, of the - * client area, or `GLFW_DONT_CARE`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @remark If you set size limits and an aspect ratio that conflict, the - * results are undefined. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_sizelimits - * @sa glfwSetWindowAspectRatio - * - * @since Added in version 3.2. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight); - -/*! @brief Sets the aspect ratio of the specified window. - * - * This function sets the required aspect ratio of the client area of the - * specified window. If the window is full screen, the aspect ratio only takes - * effect once it is made windowed. If the window is not resizable, this - * function does nothing. - * - * The aspect ratio is specified as a numerator and a denominator and both - * values must be greater than zero. For example, the common 16:9 aspect ratio - * is specified as 16 and 9, respectively. - * - * If the numerator and denominator is set to `GLFW_DONT_CARE` then the aspect - * ratio limit is disabled. - * - * The aspect ratio is applied immediately to a windowed mode window and may - * cause it to be resized. - * - * @param[in] window The window to set limits for. - * @param[in] numer The numerator of the desired aspect ratio, or - * `GLFW_DONT_CARE`. - * @param[in] denom The denominator of the desired aspect ratio, or - * `GLFW_DONT_CARE`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_VALUE and @ref GLFW_PLATFORM_ERROR. - * - * @remark If you set size limits and an aspect ratio that conflict, the - * results are undefined. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_sizelimits - * @sa glfwSetWindowSizeLimits - * - * @since Added in version 3.2. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom); - -/*! @brief Sets the size of the client area of the specified window. - * - * This function sets the size, in screen coordinates, of the client area of - * the specified window. - * - * For full screen windows, this function updates the resolution of its desired - * video mode and switches to the video mode closest to it, without affecting - * the window's context. As the context is unaffected, the bit depths of the - * framebuffer remain unchanged. - * - * If you wish to update the refresh rate of the desired video mode in addition - * to its resolution, see @ref glfwSetWindowMonitor. - * - * The window manager may put limits on what sizes are allowed. GLFW cannot - * and should not override these limits. - * - * @param[in] window The window to resize. - * @param[in] width The desired width, in screen coordinates, of the window - * client area. - * @param[in] height The desired height, in screen coordinates, of the window - * client area. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_size - * @sa glfwGetWindowSize - * @sa glfwSetWindowMonitor - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowSize(GLFWwindow* window, int width, int height); - -/*! @brief Retrieves the size of the framebuffer of the specified window. - * - * This function retrieves the size, in pixels, of the framebuffer of the - * specified window. If you wish to retrieve the size of the window in screen - * coordinates, see @ref glfwGetWindowSize. - * - * Any or all of the size arguments may be `NULL`. If an error occurs, all - * non-`NULL` size arguments will be set to zero. - * - * @param[in] window The window whose framebuffer to query. - * @param[out] width Where to store the width, in pixels, of the framebuffer, - * or `NULL`. - * @param[out] height Where to store the height, in pixels, of the framebuffer, - * or `NULL`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_fbsize - * @sa glfwSetFramebufferSizeCallback - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI void glfwGetFramebufferSize(GLFWwindow* window, int* width, int* height); - -/*! @brief Retrieves the size of the frame of the window. - * - * This function retrieves the size, in screen coordinates, of each edge of the - * frame of the specified window. This size includes the title bar, if the - * window has one. The size of the frame may vary depending on the - * [window-related hints](@ref window_hints_wnd) used to create it. - * - * Because this function retrieves the size of each window frame edge and not - * the offset along a particular coordinate axis, the retrieved values will - * always be zero or positive. - * - * Any or all of the size arguments may be `NULL`. If an error occurs, all - * non-`NULL` size arguments will be set to zero. - * - * @param[in] window The window whose frame size to query. - * @param[out] left Where to store the size, in screen coordinates, of the left - * edge of the window frame, or `NULL`. - * @param[out] top Where to store the size, in screen coordinates, of the top - * edge of the window frame, or `NULL`. - * @param[out] right Where to store the size, in screen coordinates, of the - * right edge of the window frame, or `NULL`. - * @param[out] bottom Where to store the size, in screen coordinates, of the - * bottom edge of the window frame, or `NULL`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_size - * - * @since Added in version 3.1. - * - * @ingroup window - */ -GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* window, int* left, int* top, int* right, int* bottom); - -/*! @brief Iconifies the specified window. - * - * This function iconifies (minimizes) the specified window if it was - * previously restored. If the window is already iconified, this function does - * nothing. - * - * If the specified window is a full screen window, the original monitor - * resolution is restored until the window is restored. - * - * @param[in] window The window to iconify. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_iconify - * @sa glfwRestoreWindow - * @sa glfwMaximizeWindow - * - * @since Added in version 2.1. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -GLFWAPI void glfwIconifyWindow(GLFWwindow* window); - -/*! @brief Restores the specified window. - * - * This function restores the specified window if it was previously iconified - * (minimized) or maximized. If the window is already restored, this function - * does nothing. - * - * If the specified window is a full screen window, the resolution chosen for - * the window is restored on the selected monitor. - * - * @param[in] window The window to restore. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_iconify - * @sa glfwIconifyWindow - * @sa glfwMaximizeWindow - * - * @since Added in version 2.1. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -GLFWAPI void glfwRestoreWindow(GLFWwindow* window); - -/*! @brief Maximizes the specified window. - * - * This function maximizes the specified window if it was previously not - * maximized. If the window is already maximized, this function does nothing. - * - * If the specified window is a full screen window, this function does nothing. - * - * @param[in] window The window to maximize. - * - * @par Thread Safety - * This function may only be called from the main thread. - * - * @sa @ref window_iconify - * @sa glfwIconifyWindow - * @sa glfwRestoreWindow - * - * @since Added in GLFW 3.2. - * - * @ingroup window - */ -GLFWAPI void glfwMaximizeWindow(GLFWwindow* window); - -/*! @brief Makes the specified window visible. - * - * This function makes the specified window visible if it was previously - * hidden. If the window is already visible or is in full screen mode, this - * function does nothing. - * - * @param[in] window The window to make visible. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_hide - * @sa glfwHideWindow - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI void glfwShowWindow(GLFWwindow* window); - -/*! @brief Hides the specified window. - * - * This function hides the specified window if it was previously visible. If - * the window is already hidden or is in full screen mode, this function does - * nothing. - * - * @param[in] window The window to hide. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_hide - * @sa glfwShowWindow - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI void glfwHideWindow(GLFWwindow* window); - -/*! @brief Brings the specified window to front and sets input focus. - * - * This function brings the specified window to front and sets input focus. - * The window should already be visible and not iconified. - * - * By default, both windowed and full screen mode windows are focused when - * initially created. Set the [GLFW_FOCUSED](@ref window_hints_wnd) to disable - * this behavior. - * - * __Do not use this function__ to steal focus from other applications unless - * you are certain that is what the user wants. Focus stealing can be - * extremely disruptive. - * - * @param[in] window The window to give input focus. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_focus - * - * @since Added in version 3.2. - * - * @ingroup window - */ -GLFWAPI void glfwFocusWindow(GLFWwindow* window); - -/*! @brief Returns the monitor that the window uses for full screen mode. - * - * This function returns the handle of the monitor that the specified window is - * in full screen on. - * - * @param[in] window The window to query. - * @return The monitor, or `NULL` if the window is in windowed mode or an error - * occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_monitor - * @sa glfwSetWindowMonitor - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* window); - -/*! @brief Sets the mode, monitor, video mode and placement of a window. - * - * This function sets the monitor that the window uses for full screen mode or, - * if the monitor is `NULL`, makes it windowed mode. - * - * When setting a monitor, this function updates the width, height and refresh - * rate of the desired video mode and switches to the video mode closest to it. - * The window position is ignored when setting a monitor. - * - * When the monitor is `NULL`, the position, width and height are used to - * place the window client area. The refresh rate is ignored when no monitor - * is specified. - * - * If you only wish to update the resolution of a full screen window or the - * size of a windowed mode window, see @ref glfwSetWindowSize. - * - * When a window transitions from full screen to windowed mode, this function - * restores any previous window settings such as whether it is decorated, - * floating, resizable, has size or aspect ratio limits, etc.. - * - * @param[in] window The window whose monitor, size or video mode to set. - * @param[in] monitor The desired monitor, or `NULL` to set windowed mode. - * @param[in] xpos The desired x-coordinate of the upper-left corner of the - * client area. - * @param[in] ypos The desired y-coordinate of the upper-left corner of the - * client area. - * @param[in] width The desired with, in screen coordinates, of the client area - * or video mode. - * @param[in] height The desired height, in screen coordinates, of the client - * area or video mode. - * @param[in] refreshRate The desired refresh rate, in Hz, of the video mode. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_monitor - * @sa @ref window_full_screen - * @sa glfwGetWindowMonitor - * @sa glfwSetWindowSize - * - * @since Added in version 3.2. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate); - -/*! @brief Returns an attribute of the specified window. - * - * This function returns the value of an attribute of the specified window or - * its OpenGL or OpenGL ES context. - * - * @param[in] window The window to query. - * @param[in] attrib The [window attribute](@ref window_attribs) whose value to - * return. - * @return The value of the attribute, or zero if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_ENUM and @ref GLFW_PLATFORM_ERROR. - * - * @remark Framebuffer related hints are not window attributes. See @ref - * window_attribs_fb for more information. - * - * @remark Zero is a valid value for many window and context related - * attributes so you cannot use a return value of zero as an indication of - * errors. However, this function should not fail as long as it is passed - * valid arguments and the library has been [initialized](@ref intro_init). - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_attribs - * - * @since Added in version 3.0. Replaces `glfwGetWindowParam` and - * `glfwGetGLVersion`. - * - * @ingroup window - */ -GLFWAPI int glfwGetWindowAttrib(GLFWwindow* window, int attrib); - -/*! @brief Sets the user pointer of the specified window. - * - * This function sets the user-defined pointer of the specified window. The - * current value is retained until the window is destroyed. The initial value - * is `NULL`. - * - * @param[in] window The window whose pointer to set. - * @param[in] pointer The new value. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @sa @ref window_userptr - * @sa glfwGetWindowUserPointer - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI void glfwSetWindowUserPointer(GLFWwindow* window, void* pointer); - -/*! @brief Returns the user pointer of the specified window. - * - * This function returns the current value of the user-defined pointer of the - * specified window. The initial value is `NULL`. - * - * @param[in] window The window whose pointer to return. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @sa @ref window_userptr - * @sa glfwSetWindowUserPointer - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI void* glfwGetWindowUserPointer(GLFWwindow* window); - -/*! @brief Sets the position callback for the specified window. - * - * This function sets the position callback of the specified window, which is - * called when the window is moved. The callback is provided with the screen - * position of the upper-left corner of the client area of the window. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_pos - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* window, GLFWwindowposfun cbfun); - -/*! @brief Sets the size callback for the specified window. - * - * This function sets the size callback of the specified window, which is - * called when the window is resized. The callback is provided with the size, - * in screen coordinates, of the client area of the window. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_size - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter and return value. - * - * @ingroup window - */ -GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* window, GLFWwindowsizefun cbfun); - -/*! @brief Sets the close callback for the specified window. - * - * This function sets the close callback of the specified window, which is - * called when the user attempts to close the window, for example by clicking - * the close widget in the title bar. - * - * The close flag is set before this callback is called, but you can modify it - * at any time with @ref glfwSetWindowShouldClose. - * - * The close callback is not triggered by @ref glfwDestroyWindow. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @remark @osx Selecting Quit from the application menu will trigger the close - * callback for all windows. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_close - * - * @since Added in version 2.5. - * @glfw3 Added window handle parameter and return value. - * - * @ingroup window - */ -GLFWAPI GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* window, GLFWwindowclosefun cbfun); - -/*! @brief Sets the refresh callback for the specified window. - * - * This function sets the refresh callback of the specified window, which is - * called when the client area of the window needs to be redrawn, for example - * if the window has been exposed after having been covered by another window. - * - * On compositing window systems such as Aero, Compiz or Aqua, where the window - * contents are saved off-screen, this callback may be called only very - * infrequently or never at all. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_refresh - * - * @since Added in version 2.5. - * @glfw3 Added window handle parameter and return value. - * - * @ingroup window - */ -GLFWAPI GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* window, GLFWwindowrefreshfun cbfun); - -/*! @brief Sets the focus callback for the specified window. - * - * This function sets the focus callback of the specified window, which is - * called when the window gains or loses input focus. - * - * After the focus callback is called for a window that lost input focus, - * synthetic key and mouse button release events will be generated for all such - * that had been pressed. For more information, see @ref glfwSetKeyCallback - * and @ref glfwSetMouseButtonCallback. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_focus - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun cbfun); - -/*! @brief Sets the iconify callback for the specified window. - * - * This function sets the iconification callback of the specified window, which - * is called when the window is iconified or restored. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_iconify - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* window, GLFWwindowiconifyfun cbfun); - -/*! @brief Sets the framebuffer resize callback for the specified window. - * - * This function sets the framebuffer resize callback of the specified window, - * which is called when the framebuffer of the specified window is resized. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref window_fbsize - * - * @since Added in version 3.0. - * - * @ingroup window - */ -GLFWAPI GLFWframebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow* window, GLFWframebuffersizefun cbfun); - -/*! @brief Processes all pending events. - * - * This function processes only those events that are already in the event - * queue and then returns immediately. Processing events will cause the window - * and input callbacks associated with those events to be called. - * - * On some platforms, a window move, resize or menu operation will cause event - * processing to block. This is due to how event processing is designed on - * those platforms. You can use the - * [window refresh callback](@ref window_refresh) to redraw the contents of - * your window when necessary during such operations. - * - * On some platforms, certain events are sent directly to the application - * without going through the event queue, causing callbacks to be called - * outside of a call to one of the event processing functions. - * - * Event processing is not required for joystick input to work. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref events - * @sa glfwWaitEvents - * @sa glfwWaitEventsTimeout - * - * @since Added in version 1.0. - * - * @ingroup window - */ -GLFWAPI void glfwPollEvents(void); - -/*! @brief Waits until events are queued and processes them. - * - * This function puts the calling thread to sleep until at least one event is - * available in the event queue. Once one or more events are available, - * it behaves exactly like @ref glfwPollEvents, i.e. the events in the queue - * are processed and the function then returns immediately. Processing events - * will cause the window and input callbacks associated with those events to be - * called. - * - * Since not all events are associated with callbacks, this function may return - * without a callback having been called even if you are monitoring all - * callbacks. - * - * On some platforms, a window move, resize or menu operation will cause event - * processing to block. This is due to how event processing is designed on - * those platforms. You can use the - * [window refresh callback](@ref window_refresh) to redraw the contents of - * your window when necessary during such operations. - * - * On some platforms, certain callbacks may be called outside of a call to one - * of the event processing functions. - * - * If no windows exist, this function returns immediately. For synchronization - * of threads in applications that do not create windows, use your threading - * library of choice. - * - * Event processing is not required for joystick input to work. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref events - * @sa glfwPollEvents - * @sa glfwWaitEventsTimeout - * - * @since Added in version 2.5. - * - * @ingroup window - */ -GLFWAPI void glfwWaitEvents(void); - -/*! @brief Waits with timeout until events are queued and processes them. - * - * This function puts the calling thread to sleep until at least one event is - * available in the event queue, or until the specified timeout is reached. If - * one or more events are available, it behaves exactly like @ref - * glfwPollEvents, i.e. the events in the queue are processed and the function - * then returns immediately. Processing events will cause the window and input - * callbacks associated with those events to be called. - * - * The timeout value must be a positive finite number. - * - * Since not all events are associated with callbacks, this function may return - * without a callback having been called even if you are monitoring all - * callbacks. - * - * On some platforms, a window move, resize or menu operation will cause event - * processing to block. This is due to how event processing is designed on - * those platforms. You can use the - * [window refresh callback](@ref window_refresh) to redraw the contents of - * your window when necessary during such operations. - * - * On some platforms, certain callbacks may be called outside of a call to one - * of the event processing functions. - * - * If no windows exist, this function returns immediately. For synchronization - * of threads in applications that do not create windows, use your threading - * library of choice. - * - * Event processing is not required for joystick input to work. - * - * @param[in] timeout The maximum amount of time, in seconds, to wait. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref events - * @sa glfwPollEvents - * @sa glfwWaitEvents - * - * @since Added in version 3.2. - * - * @ingroup window - */ -GLFWAPI void glfwWaitEventsTimeout(double timeout); - -/*! @brief Posts an empty event to the event queue. - * - * This function posts an empty event from the current thread to the event - * queue, causing @ref glfwWaitEvents to return. - * - * If no windows exist, this function returns immediately. For synchronization - * of threads in applications that do not create windows, use your threading - * library of choice. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref events - * @sa glfwWaitEvents - * - * @since Added in version 3.1. - * - * @ingroup window - */ -GLFWAPI void glfwPostEmptyEvent(void); - -/*! @brief Returns the value of an input option for the specified window. - * - * This function returns the value of an input option for the specified window. - * The mode must be one of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or - * `GLFW_STICKY_MOUSE_BUTTONS`. - * - * @param[in] window The window to query. - * @param[in] mode One of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or - * `GLFW_STICKY_MOUSE_BUTTONS`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_INVALID_ENUM. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa glfwSetInputMode - * - * @since Added in version 3.0. - * - * @ingroup input - */ -GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode); - -/*! @brief Sets an input option for the specified window. - * - * This function sets an input mode option for the specified window. The mode - * must be one of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or - * `GLFW_STICKY_MOUSE_BUTTONS`. - * - * If the mode is `GLFW_CURSOR`, the value must be one of the following cursor - * modes: - * - `GLFW_CURSOR_NORMAL` makes the cursor visible and behaving normally. - * - `GLFW_CURSOR_HIDDEN` makes the cursor invisible when it is over the client - * area of the window but does not restrict the cursor from leaving. - * - `GLFW_CURSOR_DISABLED` hides and grabs the cursor, providing virtual - * and unlimited cursor movement. This is useful for implementing for - * example 3D camera controls. - * - * If the mode is `GLFW_STICKY_KEYS`, the value must be either `GLFW_TRUE` to - * enable sticky keys, or `GLFW_FALSE` to disable it. If sticky keys are - * enabled, a key press will ensure that @ref glfwGetKey returns `GLFW_PRESS` - * the next time it is called even if the key had been released before the - * call. This is useful when you are only interested in whether keys have been - * pressed but not when or in which order. - * - * If the mode is `GLFW_STICKY_MOUSE_BUTTONS`, the value must be either - * `GLFW_TRUE` to enable sticky mouse buttons, or `GLFW_FALSE` to disable it. - * If sticky mouse buttons are enabled, a mouse button press will ensure that - * @ref glfwGetMouseButton returns `GLFW_PRESS` the next time it is called even - * if the mouse button had been released before the call. This is useful when - * you are only interested in whether mouse buttons have been pressed but not - * when or in which order. - * - * @param[in] window The window whose input mode to set. - * @param[in] mode One of `GLFW_CURSOR`, `GLFW_STICKY_KEYS` or - * `GLFW_STICKY_MOUSE_BUTTONS`. - * @param[in] value The new value of the specified input mode. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_ENUM and @ref GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa glfwGetInputMode - * - * @since Added in version 3.0. Replaces `glfwEnable` and `glfwDisable`. - * - * @ingroup input - */ -GLFWAPI void glfwSetInputMode(GLFWwindow* window, int mode, int value); - -/*! @brief Returns the localized name of the specified printable key. - * - * This function returns the localized name of the specified printable key. - * This is intended for displaying key bindings to the user. - * - * If the key is `GLFW_KEY_UNKNOWN`, the scancode is used instead, otherwise - * the scancode is ignored. If a non-printable key or (if the key is - * `GLFW_KEY_UNKNOWN`) a scancode that maps to a non-printable key is - * specified, this function returns `NULL`. - * - * This behavior allows you to pass in the arguments passed to the - * [key callback](@ref input_key) without modification. - * - * The printable keys are: - * - `GLFW_KEY_APOSTROPHE` - * - `GLFW_KEY_COMMA` - * - `GLFW_KEY_MINUS` - * - `GLFW_KEY_PERIOD` - * - `GLFW_KEY_SLASH` - * - `GLFW_KEY_SEMICOLON` - * - `GLFW_KEY_EQUAL` - * - `GLFW_KEY_LEFT_BRACKET` - * - `GLFW_KEY_RIGHT_BRACKET` - * - `GLFW_KEY_BACKSLASH` - * - `GLFW_KEY_WORLD_1` - * - `GLFW_KEY_WORLD_2` - * - `GLFW_KEY_0` to `GLFW_KEY_9` - * - `GLFW_KEY_A` to `GLFW_KEY_Z` - * - `GLFW_KEY_KP_0` to `GLFW_KEY_KP_9` - * - `GLFW_KEY_KP_DECIMAL` - * - `GLFW_KEY_KP_DIVIDE` - * - `GLFW_KEY_KP_MULTIPLY` - * - `GLFW_KEY_KP_SUBTRACT` - * - `GLFW_KEY_KP_ADD` - * - `GLFW_KEY_KP_EQUAL` - * - * @param[in] key The key to query, or `GLFW_KEY_UNKNOWN`. - * @param[in] scancode The scancode of the key to query. - * @return The localized name of the key, or `NULL`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The returned string is allocated and freed by GLFW. You - * should not free it yourself. It is valid until the next call to @ref - * glfwGetKeyName, or until the library is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref input_key_name - * - * @since Added in version 3.2. - * - * @ingroup input - */ -GLFWAPI const char* glfwGetKeyName(int key, int scancode); - -/*! @brief Returns the last reported state of a keyboard key for the specified - * window. - * - * This function returns the last state reported for the specified key to the - * specified window. The returned state is one of `GLFW_PRESS` or - * `GLFW_RELEASE`. The higher-level action `GLFW_REPEAT` is only reported to - * the key callback. - * - * If the `GLFW_STICKY_KEYS` input mode is enabled, this function returns - * `GLFW_PRESS` the first time you call it for a key that was pressed, even if - * that key has already been released. - * - * The key functions deal with physical keys, with [key tokens](@ref keys) - * named after their use on the standard US keyboard layout. If you want to - * input text, use the Unicode character callback instead. - * - * The [modifier key bit masks](@ref mods) are not key tokens and cannot be - * used with this function. - * - * __Do not use this function__ to implement [text input](@ref input_char). - * - * @param[in] window The desired window. - * @param[in] key The desired [keyboard key](@ref keys). `GLFW_KEY_UNKNOWN` is - * not a valid key for this function. - * @return One of `GLFW_PRESS` or `GLFW_RELEASE`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_INVALID_ENUM. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref input_key - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter. - * - * @ingroup input - */ -GLFWAPI int glfwGetKey(GLFWwindow* window, int key); - -/*! @brief Returns the last reported state of a mouse button for the specified - * window. - * - * This function returns the last state reported for the specified mouse button - * to the specified window. The returned state is one of `GLFW_PRESS` or - * `GLFW_RELEASE`. - * - * If the `GLFW_STICKY_MOUSE_BUTTONS` input mode is enabled, this function - * `GLFW_PRESS` the first time you call it for a mouse button that was pressed, - * even if that mouse button has already been released. - * - * @param[in] window The desired window. - * @param[in] button The desired [mouse button](@ref buttons). - * @return One of `GLFW_PRESS` or `GLFW_RELEASE`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_INVALID_ENUM. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref input_mouse_button - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter. - * - * @ingroup input - */ -GLFWAPI int glfwGetMouseButton(GLFWwindow* window, int button); - -/*! @brief Retrieves the position of the cursor relative to the client area of - * the window. - * - * This function returns the position of the cursor, in screen coordinates, - * relative to the upper-left corner of the client area of the specified - * window. - * - * If the cursor is disabled (with `GLFW_CURSOR_DISABLED`) then the cursor - * position is unbounded and limited only by the minimum and maximum values of - * a `double`. - * - * The coordinate can be converted to their integer equivalents with the - * `floor` function. Casting directly to an integer type works for positive - * coordinates, but fails for negative ones. - * - * Any or all of the position arguments may be `NULL`. If an error occurs, all - * non-`NULL` position arguments will be set to zero. - * - * @param[in] window The desired window. - * @param[out] xpos Where to store the cursor x-coordinate, relative to the - * left edge of the client area, or `NULL`. - * @param[out] ypos Where to store the cursor y-coordinate, relative to the to - * top edge of the client area, or `NULL`. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref cursor_pos - * @sa glfwSetCursorPos - * - * @since Added in version 3.0. Replaces `glfwGetMousePos`. - * - * @ingroup input - */ -GLFWAPI void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos); - -/*! @brief Sets the position of the cursor, relative to the client area of the - * window. - * - * This function sets the position, in screen coordinates, of the cursor - * relative to the upper-left corner of the client area of the specified - * window. The window must have input focus. If the window does not have - * input focus when this function is called, it fails silently. - * - * __Do not use this function__ to implement things like camera controls. GLFW - * already provides the `GLFW_CURSOR_DISABLED` cursor mode that hides the - * cursor, transparently re-centers it and provides unconstrained cursor - * motion. See @ref glfwSetInputMode for more information. - * - * If the cursor mode is `GLFW_CURSOR_DISABLED` then the cursor position is - * unconstrained and limited only by the minimum and maximum values of - * a `double`. - * - * @param[in] window The desired window. - * @param[in] xpos The desired x-coordinate, relative to the left edge of the - * client area. - * @param[in] ypos The desired y-coordinate, relative to the top edge of the - * client area. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @remark @x11 Due to the asynchronous nature of X11, it may take a moment for - * the window focus event to arrive. This means you may not be able to set the - * cursor position directly after window creation. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref cursor_pos - * @sa glfwGetCursorPos - * - * @since Added in version 3.0. Replaces `glfwSetMousePos`. - * - * @ingroup input - */ -GLFWAPI void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos); - -/*! @brief Creates a custom cursor. - * - * Creates a new custom cursor image that can be set for a window with @ref - * glfwSetCursor. The cursor can be destroyed with @ref glfwDestroyCursor. - * Any remaining cursors are destroyed by @ref glfwTerminate. - * - * The pixels are 32-bit, little-endian, non-premultiplied RGBA, i.e. eight - * bits per channel. They are arranged canonically as packed sequential rows, - * starting from the top-left corner. - * - * The cursor hotspot is specified in pixels, relative to the upper-left corner - * of the cursor image. Like all other coordinate systems in GLFW, the X-axis - * points to the right and the Y-axis points down. - * - * @param[in] image The desired cursor image. - * @param[in] xhot The desired x-coordinate, in pixels, of the cursor hotspot. - * @param[in] yhot The desired y-coordinate, in pixels, of the cursor hotspot. - * @return The handle of the created cursor, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The specified image data is copied before this function - * returns. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref cursor_object - * @sa glfwDestroyCursor - * @sa glfwCreateStandardCursor - * - * @since Added in version 3.1. - * - * @ingroup input - */ -GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot); - -/*! @brief Creates a cursor with a standard shape. - * - * Returns a cursor with a [standard shape](@ref shapes), that can be set for - * a window with @ref glfwSetCursor. - * - * @param[in] shape One of the [standard shapes](@ref shapes). - * @return A new cursor ready to use or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_ENUM and @ref GLFW_PLATFORM_ERROR. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref cursor_object - * @sa glfwCreateCursor - * - * @since Added in version 3.1. - * - * @ingroup input - */ -GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape); - -/*! @brief Destroys a cursor. - * - * This function destroys a cursor previously created with @ref - * glfwCreateCursor. Any remaining cursors will be destroyed by @ref - * glfwTerminate. - * - * @param[in] cursor The cursor object to destroy. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @reentrancy This function must not be called from a callback. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref cursor_object - * @sa glfwCreateCursor - * - * @since Added in version 3.1. - * - * @ingroup input - */ -GLFWAPI void glfwDestroyCursor(GLFWcursor* cursor); - -/*! @brief Sets the cursor for the window. - * - * This function sets the cursor image to be used when the cursor is over the - * client area of the specified window. The set cursor will only be visible - * when the [cursor mode](@ref cursor_mode) of the window is - * `GLFW_CURSOR_NORMAL`. - * - * On some platforms, the set cursor may not be visible unless the window also - * has input focus. - * - * @param[in] window The window to set the cursor for. - * @param[in] cursor The cursor to set, or `NULL` to switch back to the default - * arrow cursor. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref cursor_object - * - * @since Added in version 3.1. - * - * @ingroup input - */ -GLFWAPI void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor); - -/*! @brief Sets the key callback. - * - * This function sets the key callback of the specified window, which is called - * when a key is pressed, repeated or released. - * - * The key functions deal with physical keys, with layout independent - * [key tokens](@ref keys) named after their values in the standard US keyboard - * layout. If you want to input text, use the - * [character callback](@ref glfwSetCharCallback) instead. - * - * When a window loses input focus, it will generate synthetic key release - * events for all pressed keys. You can tell these events from user-generated - * events by the fact that the synthetic ones are generated after the focus - * loss event has been processed, i.e. after the - * [window focus callback](@ref glfwSetWindowFocusCallback) has been called. - * - * The scancode of a key is specific to that platform or sometimes even to that - * machine. Scancodes are intended to allow users to bind keys that don't have - * a GLFW key token. Such keys have `key` set to `GLFW_KEY_UNKNOWN`, their - * state is not saved and so it cannot be queried with @ref glfwGetKey. - * - * Sometimes GLFW needs to generate synthetic key events, in which case the - * scancode may be zero. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new key callback, or `NULL` to remove the currently - * set callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref input_key - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter and return value. - * - * @ingroup input - */ -GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* window, GLFWkeyfun cbfun); - -/*! @brief Sets the Unicode character callback. - * - * This function sets the character callback of the specified window, which is - * called when a Unicode character is input. - * - * The character callback is intended for Unicode text input. As it deals with - * characters, it is keyboard layout dependent, whereas the - * [key callback](@ref glfwSetKeyCallback) is not. Characters do not map 1:1 - * to physical keys, as a key may produce zero, one or more characters. If you - * want to know whether a specific physical key was pressed or released, see - * the key callback instead. - * - * The character callback behaves as system text input normally does and will - * not be called if modifier keys are held down that would prevent normal text - * input on that platform, for example a Super (Command) key on OS X or Alt key - * on Windows. There is a - * [character with modifiers callback](@ref glfwSetCharModsCallback) that - * receives these events. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref input_char - * - * @since Added in version 2.4. - * @glfw3 Added window handle parameter and return value. - * - * @ingroup input - */ -GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* window, GLFWcharfun cbfun); - -/*! @brief Sets the Unicode character with modifiers callback. - * - * This function sets the character with modifiers callback of the specified - * window, which is called when a Unicode character is input regardless of what - * modifier keys are used. - * - * The character with modifiers callback is intended for implementing custom - * Unicode character input. For regular Unicode text input, see the - * [character callback](@ref glfwSetCharCallback). Like the character - * callback, the character with modifiers callback deals with characters and is - * keyboard layout dependent. Characters do not map 1:1 to physical keys, as - * a key may produce zero, one or more characters. If you want to know whether - * a specific physical key was pressed or released, see the - * [key callback](@ref glfwSetKeyCallback) instead. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or an - * error occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref input_char - * - * @since Added in version 3.1. - * - * @ingroup input - */ -GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* window, GLFWcharmodsfun cbfun); - -/*! @brief Sets the mouse button callback. - * - * This function sets the mouse button callback of the specified window, which - * is called when a mouse button is pressed or released. - * - * When a window loses input focus, it will generate synthetic mouse button - * release events for all pressed mouse buttons. You can tell these events - * from user-generated events by the fact that the synthetic ones are generated - * after the focus loss event has been processed, i.e. after the - * [window focus callback](@ref glfwSetWindowFocusCallback) has been called. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref input_mouse_button - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter and return value. - * - * @ingroup input - */ -GLFWAPI GLFWmousebuttonfun glfwSetMouseButtonCallback(GLFWwindow* window, GLFWmousebuttonfun cbfun); - -/*! @brief Sets the cursor position callback. - * - * This function sets the cursor position callback of the specified window, - * which is called when the cursor is moved. The callback is provided with the - * position, in screen coordinates, relative to the upper-left corner of the - * client area of the window. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref cursor_pos - * - * @since Added in version 3.0. Replaces `glfwSetMousePosCallback`. - * - * @ingroup input - */ -GLFWAPI GLFWcursorposfun glfwSetCursorPosCallback(GLFWwindow* window, GLFWcursorposfun cbfun); - -/*! @brief Sets the cursor enter/exit callback. - * - * This function sets the cursor boundary crossing callback of the specified - * window, which is called when the cursor enters or leaves the client area of - * the window. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref cursor_enter - * - * @since Added in version 3.0. - * - * @ingroup input - */ -GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun cbfun); - -/*! @brief Sets the scroll callback. - * - * This function sets the scroll callback of the specified window, which is - * called when a scrolling device is used, such as a mouse wheel or scrolling - * area of a touchpad. - * - * The scroll callback receives all scrolling input, like that from a mouse - * wheel or a touchpad scrolling area. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new scroll callback, or `NULL` to remove the currently - * set callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref scrolling - * - * @since Added in version 3.0. Replaces `glfwSetMouseWheelCallback`. - * - * @ingroup input - */ -GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun cbfun); - -/*! @brief Sets the file drop callback. - * - * This function sets the file drop callback of the specified window, which is - * called when one or more dragged files are dropped on the window. - * - * Because the path array and its strings may have been generated specifically - * for that event, they are not guaranteed to be valid after the callback has - * returned. If you wish to use them after the callback returns, you need to - * make a deep copy. - * - * @param[in] window The window whose callback to set. - * @param[in] cbfun The new file drop callback, or `NULL` to remove the - * currently set callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref path_drop - * - * @since Added in version 3.1. - * - * @ingroup input - */ -GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* window, GLFWdropfun cbfun); - -/*! @brief Returns whether the specified joystick is present. - * - * This function returns whether the specified joystick is present. - * - * @param[in] joy The [joystick](@ref joysticks) to query. - * @return `GLFW_TRUE` if the joystick is present, or `GLFW_FALSE` otherwise. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_ENUM and @ref GLFW_PLATFORM_ERROR. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref joystick - * - * @since Added in version 3.0. Replaces `glfwGetJoystickParam`. - * - * @ingroup input - */ -GLFWAPI int glfwJoystickPresent(int joy); - -/*! @brief Returns the values of all axes of the specified joystick. - * - * This function returns the values of all axes of the specified joystick. - * Each element in the array is a value between -1.0 and 1.0. - * - * Querying a joystick slot with no device present is not an error, but will - * cause this function to return `NULL`. Call @ref glfwJoystickPresent to - * check device presence. - * - * @param[in] joy The [joystick](@ref joysticks) to query. - * @param[out] count Where to store the number of axis values in the returned - * array. This is set to zero if an error occurred. - * @return An array of axis values, or `NULL` if the joystick is not present. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_ENUM and @ref GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The returned array is allocated and freed by GLFW. You - * should not free it yourself. It is valid until the specified joystick is - * disconnected, this function is called again for that joystick or the library - * is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref joystick_axis - * - * @since Added in version 3.0. Replaces `glfwGetJoystickPos`. - * - * @ingroup input - */ -GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count); - -/*! @brief Returns the state of all buttons of the specified joystick. - * - * This function returns the state of all buttons of the specified joystick. - * Each element in the array is either `GLFW_PRESS` or `GLFW_RELEASE`. - * - * Querying a joystick slot with no device present is not an error, but will - * cause this function to return `NULL`. Call @ref glfwJoystickPresent to - * check device presence. - * - * @param[in] joy The [joystick](@ref joysticks) to query. - * @param[out] count Where to store the number of button states in the returned - * array. This is set to zero if an error occurred. - * @return An array of button states, or `NULL` if the joystick is not present. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_ENUM and @ref GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The returned array is allocated and freed by GLFW. You - * should not free it yourself. It is valid until the specified joystick is - * disconnected, this function is called again for that joystick or the library - * is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref joystick_button - * - * @since Added in version 2.2. - * @glfw3 Changed to return a dynamic array. - * - * @ingroup input - */ -GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count); - -/*! @brief Returns the name of the specified joystick. - * - * This function returns the name, encoded as UTF-8, of the specified joystick. - * The returned string is allocated and freed by GLFW. You should not free it - * yourself. - * - * Querying a joystick slot with no device present is not an error, but will - * cause this function to return `NULL`. Call @ref glfwJoystickPresent to - * check device presence. - * - * @param[in] joy The [joystick](@ref joysticks) to query. - * @return The UTF-8 encoded name of the joystick, or `NULL` if the joystick - * is not present. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_INVALID_ENUM and @ref GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The returned string is allocated and freed by GLFW. You - * should not free it yourself. It is valid until the specified joystick is - * disconnected, this function is called again for that joystick or the library - * is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref joystick_name - * - * @since Added in version 3.0. - * - * @ingroup input - */ -GLFWAPI const char* glfwGetJoystickName(int joy); - -/*! @brief Sets the joystick configuration callback. - * - * This function sets the joystick configuration callback, or removes the - * currently set callback. This is called when a joystick is connected to or - * disconnected from the system. - * - * @param[in] cbfun The new callback, or `NULL` to remove the currently set - * callback. - * @return The previously set callback, or `NULL` if no callback was set or the - * library had not been [initialized](@ref intro_init). - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref joystick_event - * - * @since Added in version 3.2. - * - * @ingroup input - */ -GLFWAPI GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun cbfun); - -/*! @brief Sets the clipboard to the specified string. - * - * This function sets the system clipboard to the specified, UTF-8 encoded - * string. - * - * @param[in] window The window that will own the clipboard contents. - * @param[in] string A UTF-8 encoded string. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The specified string is copied before this function - * returns. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref clipboard - * @sa glfwGetClipboardString - * - * @since Added in version 3.0. - * - * @ingroup input - */ -GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string); - -/*! @brief Returns the contents of the clipboard as a string. - * - * This function returns the contents of the system clipboard, if it contains - * or is convertible to a UTF-8 encoded string. If the clipboard is empty or - * if its contents cannot be converted, `NULL` is returned and a @ref - * GLFW_FORMAT_UNAVAILABLE error is generated. - * - * @param[in] window The window that will request the clipboard contents. - * @return The contents of the clipboard as a UTF-8 encoded string, or `NULL` - * if an [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_PLATFORM_ERROR. - * - * @pointer_lifetime The returned string is allocated and freed by GLFW. You - * should not free it yourself. It is valid until the next call to @ref - * glfwGetClipboardString or @ref glfwSetClipboardString, or until the library - * is terminated. - * - * @thread_safety This function must only be called from the main thread. - * - * @sa @ref clipboard - * @sa glfwSetClipboardString - * - * @since Added in version 3.0. - * - * @ingroup input - */ -GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window); - -/*! @brief Returns the value of the GLFW timer. - * - * This function returns the value of the GLFW timer. Unless the timer has - * been set using @ref glfwSetTime, the timer measures time elapsed since GLFW - * was initialized. - * - * The resolution of the timer is system dependent, but is usually on the order - * of a few micro- or nanoseconds. It uses the highest-resolution monotonic - * time source on each supported platform. - * - * @return The current value, in seconds, or zero if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. Reading of the - * internal timer offset is not atomic. - * - * @sa @ref time - * - * @since Added in version 1.0. - * - * @ingroup input - */ -GLFWAPI double glfwGetTime(void); - -/*! @brief Sets the GLFW timer. - * - * This function sets the value of the GLFW timer. It then continues to count - * up from that value. The value must be a positive finite number less than - * or equal to 18446744073.0, which is approximately 584.5 years. - * - * @param[in] time The new value, in seconds. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_INVALID_VALUE. - * - * @remark The upper limit of the timer is calculated as - * floor((264 - 1) / 109) and is due to implementations - * storing nanoseconds in 64 bits. The limit may be increased in the future. - * - * @thread_safety This function may be called from any thread. Writing of the - * internal timer offset is not atomic. - * - * @sa @ref time - * - * @since Added in version 2.2. - * - * @ingroup input - */ -GLFWAPI void glfwSetTime(double time); - -/*! @brief Returns the current value of the raw timer. - * - * This function returns the current value of the raw timer, measured in - * 1 / frequency seconds. To get the frequency, call @ref - * glfwGetTimerFrequency. - * - * @return The value of the timer, or zero if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref time - * @sa glfwGetTimerFrequency - * - * @since Added in version 3.2. - * - * @ingroup input - */ -GLFWAPI uint64_t glfwGetTimerValue(void); - -/*! @brief Returns the frequency, in Hz, of the raw timer. - * - * This function returns the frequency, in Hz, of the raw timer. - * - * @return The frequency of the timer, in Hz, or zero if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref time - * @sa glfwGetTimerValue - * - * @since Added in version 3.2. - * - * @ingroup input - */ -GLFWAPI uint64_t glfwGetTimerFrequency(void); - -/*! @brief Makes the context of the specified window current for the calling - * thread. - * - * This function makes the OpenGL or OpenGL ES context of the specified window - * current on the calling thread. A context can only be made current on - * a single thread at a time and each thread can have only a single current - * context at a time. - * - * By default, making a context non-current implicitly forces a pipeline flush. - * On machines that support `GL_KHR_context_flush_control`, you can control - * whether a context performs this flush by setting the - * [GLFW_CONTEXT_RELEASE_BEHAVIOR](@ref window_hints_ctx) window hint. - * - * The specified window must have an OpenGL or OpenGL ES context. Specifying - * a window without a context will generate a @ref GLFW_NO_WINDOW_CONTEXT - * error. - * - * @param[in] window The window whose context to make current, or `NULL` to - * detach the current context. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_NO_WINDOW_CONTEXT and @ref GLFW_PLATFORM_ERROR. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref context_current - * @sa glfwGetCurrentContext - * - * @since Added in version 3.0. - * - * @ingroup context - */ -GLFWAPI void glfwMakeContextCurrent(GLFWwindow* window); - -/*! @brief Returns the window whose context is current on the calling thread. - * - * This function returns the window whose OpenGL or OpenGL ES context is - * current on the calling thread. - * - * @return The window whose context is current, or `NULL` if no window's - * context is current. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref context_current - * @sa glfwMakeContextCurrent - * - * @since Added in version 3.0. - * - * @ingroup context - */ -GLFWAPI GLFWwindow* glfwGetCurrentContext(void); - -/*! @brief Swaps the front and back buffers of the specified window. - * - * This function swaps the front and back buffers of the specified window when - * rendering with OpenGL or OpenGL ES. If the swap interval is greater than - * zero, the GPU driver waits the specified number of screen updates before - * swapping the buffers. - * - * The specified window must have an OpenGL or OpenGL ES context. Specifying - * a window without a context will generate a @ref GLFW_NO_WINDOW_CONTEXT - * error. - * - * This function does not apply to Vulkan. If you are rendering with Vulkan, - * see `vkQueuePresentKHR` instead. - * - * @param[in] window The window whose buffers to swap. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_NO_WINDOW_CONTEXT and @ref GLFW_PLATFORM_ERROR. - * - * @remark __EGL:__ The context of the specified window must be current on the - * calling thread. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref buffer_swap - * @sa glfwSwapInterval - * - * @since Added in version 1.0. - * @glfw3 Added window handle parameter. - * - * @ingroup window - */ -GLFWAPI void glfwSwapBuffers(GLFWwindow* window); - -/*! @brief Sets the swap interval for the current context. - * - * This function sets the swap interval for the current OpenGL or OpenGL ES - * context, i.e. the number of screen updates to wait from the time @ref - * glfwSwapBuffers was called before swapping the buffers and returning. This - * is sometimes called _vertical synchronization_, _vertical retrace - * synchronization_ or just _vsync_. - * - * Contexts that support either of the `WGL_EXT_swap_control_tear` and - * `GLX_EXT_swap_control_tear` extensions also accept negative swap intervals, - * which allow the driver to swap even if a frame arrives a little bit late. - * You can check for the presence of these extensions using @ref - * glfwExtensionSupported. For more information about swap tearing, see the - * extension specifications. - * - * A context must be current on the calling thread. Calling this function - * without a current context will cause a @ref GLFW_NO_CURRENT_CONTEXT error. - * - * This function does not apply to Vulkan. If you are rendering with Vulkan, - * see the present mode of your swapchain instead. - * - * @param[in] interval The minimum number of screen updates to wait for - * until the buffers are swapped by @ref glfwSwapBuffers. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_NO_CURRENT_CONTEXT and @ref GLFW_PLATFORM_ERROR. - * - * @remark This function is not called during context creation, leaving the - * swap interval set to whatever is the default on that platform. This is done - * because some swap interval extensions used by GLFW do not allow the swap - * interval to be reset to zero once it has been set to a non-zero value. - * - * @remark Some GPU drivers do not honor the requested swap interval, either - * because of a user setting that overrides the application's request or due to - * bugs in the driver. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref buffer_swap - * @sa glfwSwapBuffers - * - * @since Added in version 1.0. - * - * @ingroup context - */ -GLFWAPI void glfwSwapInterval(int interval); - -/*! @brief Returns whether the specified extension is available. - * - * This function returns whether the specified - * [API extension](@ref context_glext) is supported by the current OpenGL or - * OpenGL ES context. It searches both for client API extension and context - * creation API extensions. - * - * A context must be current on the calling thread. Calling this function - * without a current context will cause a @ref GLFW_NO_CURRENT_CONTEXT error. - * - * As this functions retrieves and searches one or more extension strings each - * call, it is recommended that you cache its results if it is going to be used - * frequently. The extension strings will not change during the lifetime of - * a context, so there is no danger in doing this. - * - * This function does not apply to Vulkan. If you are using Vulkan, see @ref - * glfwGetRequiredInstanceExtensions, `vkEnumerateInstanceExtensionProperties` - * and `vkEnumerateDeviceExtensionProperties` instead. - * - * @param[in] extension The ASCII encoded name of the extension. - * @return `GLFW_TRUE` if the extension is available, or `GLFW_FALSE` - * otherwise. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_NO_CURRENT_CONTEXT, @ref GLFW_INVALID_VALUE and @ref - * GLFW_PLATFORM_ERROR. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref context_glext - * @sa glfwGetProcAddress - * - * @since Added in version 1.0. - * - * @ingroup context - */ -GLFWAPI int glfwExtensionSupported(const char* extension); - -/*! @brief Returns the address of the specified function for the current - * context. - * - * This function returns the address of the specified OpenGL or OpenGL ES - * [core or extension function](@ref context_glext), if it is supported - * by the current context. - * - * A context must be current on the calling thread. Calling this function - * without a current context will cause a @ref GLFW_NO_CURRENT_CONTEXT error. - * - * This function does not apply to Vulkan. If you are rendering with Vulkan, - * see @ref glfwGetInstanceProcAddress, `vkGetInstanceProcAddr` and - * `vkGetDeviceProcAddr` instead. - * - * @param[in] procname The ASCII encoded name of the function. - * @return The address of the function, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_NO_CURRENT_CONTEXT and @ref GLFW_PLATFORM_ERROR. - * - * @remark The address of a given function is not guaranteed to be the same - * between contexts. - * - * @remark This function may return a non-`NULL` address despite the - * associated version or extension not being available. Always check the - * context version or extension string first. - * - * @pointer_lifetime The returned function pointer is valid until the context - * is destroyed or the library is terminated. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref context_glext - * @sa glfwExtensionSupported - * - * @since Added in version 1.0. - * - * @ingroup context - */ -GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname); - -/*! @brief Returns whether the Vulkan loader has been found. - * - * This function returns whether the Vulkan loader has been found. This check - * is performed by @ref glfwInit. - * - * The availability of a Vulkan loader does not by itself guarantee that window - * surface creation or even device creation is possible. Call @ref - * glfwGetRequiredInstanceExtensions to check whether the extensions necessary - * for Vulkan surface creation are available and @ref - * glfwGetPhysicalDevicePresentationSupport to check whether a queue family of - * a physical device supports image presentation. - * - * @return `GLFW_TRUE` if Vulkan is available, or `GLFW_FALSE` otherwise. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref vulkan_support - * - * @since Added in version 3.2. - * - * @ingroup vulkan - */ -GLFWAPI int glfwVulkanSupported(void); - -/*! @brief Returns the Vulkan instance extensions required by GLFW. - * - * This function returns an array of names of Vulkan instance extensions required - * by GLFW for creating Vulkan surfaces for GLFW windows. If successful, the - * list will always contains `VK_KHR_surface`, so if you don't require any - * additional extensions you can pass this list directly to the - * `VkInstanceCreateInfo` struct. - * - * If Vulkan is not available on the machine, this function returns `NULL` and - * generates a @ref GLFW_API_UNAVAILABLE error. Call @ref glfwVulkanSupported - * to check whether Vulkan is available. - * - * If Vulkan is available but no set of extensions allowing window surface - * creation was found, this function returns `NULL`. You may still use Vulkan - * for off-screen rendering and compute work. - * - * @param[out] count Where to store the number of extensions in the returned - * array. This is set to zero if an error occurred. - * @return An array of ASCII encoded extension names, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_API_UNAVAILABLE. - * - * @remarks Additional extensions may be required by future versions of GLFW. - * You should check if any extensions you wish to enable are already in the - * returned array, as it is an error to specify an extension more than once in - * the `VkInstanceCreateInfo` struct. - * - * @pointer_lifetime The returned array is allocated and freed by GLFW. You - * should not free it yourself. It is guaranteed to be valid only until the - * library is terminated. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref vulkan_ext - * @sa glfwCreateWindowSurface - * - * @since Added in version 3.2. - * - * @ingroup vulkan - */ -GLFWAPI const char** glfwGetRequiredInstanceExtensions(uint32_t* count); - -#if defined(VK_VERSION_1_0) - -/*! @brief Returns the address of the specified Vulkan instance function. - * - * This function returns the address of the specified Vulkan core or extension - * function for the specified instance. If instance is set to `NULL` it can - * return any function exported from the Vulkan loader, including at least the - * following functions: - * - * - `vkEnumerateInstanceExtensionProperties` - * - `vkEnumerateInstanceLayerProperties` - * - `vkCreateInstance` - * - `vkGetInstanceProcAddr` - * - * If Vulkan is not available on the machine, this function returns `NULL` and - * generates a @ref GLFW_API_UNAVAILABLE error. Call @ref glfwVulkanSupported - * to check whether Vulkan is available. - * - * This function is equivalent to calling `vkGetInstanceProcAddr` with - * a platform-specific query of the Vulkan loader as a fallback. - * - * @param[in] instance The Vulkan instance to query, or `NULL` to retrieve - * functions related to instance creation. - * @param[in] procname The ASCII encoded name of the function. - * @return The address of the function, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref - * GLFW_API_UNAVAILABLE. - * - * @pointer_lifetime The returned function pointer is valid until the library - * is terminated. - * - * @thread_safety This function may be called from any thread. - * - * @sa @ref vulkan_proc - * - * @since Added in version 3.2. - * - * @ingroup vulkan - */ -GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const char* procname); - -/*! @brief Returns whether the specified queue family can present images. - * - * This function returns whether the specified queue family of the specified - * physical device supports presentation to the platform GLFW was built for. - * - * If Vulkan or the required window surface creation instance extensions are - * not available on the machine, or if the specified instance was not created - * with the required extensions, this function returns `GLFW_FALSE` and - * generates a @ref GLFW_API_UNAVAILABLE error. Call @ref glfwVulkanSupported - * to check whether Vulkan is available and @ref - * glfwGetRequiredInstanceExtensions to check what instance extensions are - * required. - * - * @param[in] instance The instance that the physical device belongs to. - * @param[in] device The physical device that the queue family belongs to. - * @param[in] queuefamily The index of the queue family to query. - * @return `GLFW_TRUE` if the queue family supports presentation, or - * `GLFW_FALSE` otherwise. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_API_UNAVAILABLE and @ref GLFW_PLATFORM_ERROR. - * - * @thread_safety This function may be called from any thread. For - * synchronization details of Vulkan objects, see the Vulkan specification. - * - * @sa @ref vulkan_present - * - * @since Added in version 3.2. - * - * @ingroup vulkan - */ -GLFWAPI int glfwGetPhysicalDevicePresentationSupport(VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily); - -/*! @brief Creates a Vulkan surface for the specified window. - * - * This function creates a Vulkan surface for the specified window. - * - * If the Vulkan loader was not found at initialization, this function returns - * `VK_ERROR_INITIALIZATION_FAILED` and generates a @ref GLFW_API_UNAVAILABLE - * error. Call @ref glfwVulkanSupported to check whether the Vulkan loader was - * found. - * - * If the required window surface creation instance extensions are not - * available or if the specified instance was not created with these extensions - * enabled, this function returns `VK_ERROR_EXTENSION_NOT_PRESENT` and - * generates a @ref GLFW_API_UNAVAILABLE error. Call @ref - * glfwGetRequiredInstanceExtensions to check what instance extensions are - * required. - * - * The window surface must be destroyed before the specified Vulkan instance. - * It is the responsibility of the caller to destroy the window surface. GLFW - * does not destroy it for you. Call `vkDestroySurfaceKHR` to destroy the - * surface. - * - * @param[in] instance The Vulkan instance to create the surface in. - * @param[in] window The window to create the surface for. - * @param[in] allocator The allocator to use, or `NULL` to use the default - * allocator. - * @param[out] surface Where to store the handle of the surface. This is set - * to `VK_NULL_HANDLE` if an error occurred. - * @return `VK_SUCCESS` if successful, or a Vulkan error code if an - * [error](@ref error_handling) occurred. - * - * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_API_UNAVAILABLE and @ref GLFW_PLATFORM_ERROR. - * - * @remarks If an error occurs before the creation call is made, GLFW returns - * the Vulkan error code most appropriate for the error. Appropriate use of - * @ref glfwVulkanSupported and @ref glfwGetRequiredInstanceExtensions should - * eliminate almost all occurrences of these errors. - * - * @thread_safety This function may be called from any thread. For - * synchronization details of Vulkan objects, see the Vulkan specification. - * - * @sa @ref vulkan_surface - * @sa glfwGetRequiredInstanceExtensions - * - * @since Added in version 3.2. - * - * @ingroup vulkan - */ -GLFWAPI VkResult glfwCreateWindowSurface(VkInstance instance, GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface); - -#endif /*VK_VERSION_1_0*/ - - -/************************************************************************* - * Global definition cleanup - *************************************************************************/ - -/* ------------------- BEGIN SYSTEM/COMPILER SPECIFIC -------------------- */ - -#ifdef GLFW_WINGDIAPI_DEFINED - #undef WINGDIAPI - #undef GLFW_WINGDIAPI_DEFINED -#endif - -#ifdef GLFW_CALLBACK_DEFINED - #undef CALLBACK - #undef GLFW_CALLBACK_DEFINED -#endif - -/* -------------------- END SYSTEM/COMPILER SPECIFIC --------------------- */ - - -#ifdef __cplusplus -} -#endif - -#endif /* _glfw3_h_ */ - diff --git a/external/imgui/examples/libs/glfw/include/GLFW/glfw3native.h b/external/imgui/examples/libs/glfw/include/GLFW/glfw3native.h deleted file mode 100644 index 9fa955e9..00000000 --- a/external/imgui/examples/libs/glfw/include/GLFW/glfw3native.h +++ /dev/null @@ -1,456 +0,0 @@ -/************************************************************************* - * GLFW 3.2 - www.glfw.org - * A library for OpenGL, window and input - *------------------------------------------------------------------------ - * Copyright (c) 2002-2006 Marcus Geelnard - * Copyright (c) 2006-2010 Camilla Berglund - * - * This software is provided 'as-is', without any express or implied - * warranty. In no event will the authors be held liable for any damages - * arising from the use of this software. - * - * Permission is granted to anyone to use this software for any purpose, - * including commercial applications, and to alter it and redistribute it - * freely, subject to the following restrictions: - * - * 1. The origin of this software must not be misrepresented; you must not - * claim that you wrote the original software. If you use this software - * in a product, an acknowledgment in the product documentation would - * be appreciated but is not required. - * - * 2. Altered source versions must be plainly marked as such, and must not - * be misrepresented as being the original software. - * - * 3. This notice may not be removed or altered from any source - * distribution. - * - *************************************************************************/ - -#ifndef _glfw3_native_h_ -#define _glfw3_native_h_ - -#ifdef __cplusplus -extern "C" { -#endif - - -/************************************************************************* - * Doxygen documentation - *************************************************************************/ - -/*! @file glfw3native.h - * @brief The header of the native access functions. - * - * This is the header file of the native access functions. See @ref native for - * more information. - */ -/*! @defgroup native Native access - * - * **By using the native access functions you assert that you know what you're - * doing and how to fix problems caused by using them. If you don't, you - * shouldn't be using them.** - * - * Before the inclusion of @ref glfw3native.h, you may define exactly one - * window system API macro and zero or more context creation API macros. - * - * The chosen backends must match those the library was compiled for. Failure - * to do this will cause a link-time error. - * - * The available window API macros are: - * * `GLFW_EXPOSE_NATIVE_WIN32` - * * `GLFW_EXPOSE_NATIVE_COCOA` - * * `GLFW_EXPOSE_NATIVE_X11` - * * `GLFW_EXPOSE_NATIVE_WAYLAND` - * * `GLFW_EXPOSE_NATIVE_MIR` - * - * The available context API macros are: - * * `GLFW_EXPOSE_NATIVE_WGL` - * * `GLFW_EXPOSE_NATIVE_NSGL` - * * `GLFW_EXPOSE_NATIVE_GLX` - * * `GLFW_EXPOSE_NATIVE_EGL` - * - * These macros select which of the native access functions that are declared - * and which platform-specific headers to include. It is then up your (by - * definition platform-specific) code to handle which of these should be - * defined. - */ - - -/************************************************************************* - * System headers and types - *************************************************************************/ - -#if defined(GLFW_EXPOSE_NATIVE_WIN32) - // This is a workaround for the fact that glfw3.h needs to export APIENTRY (for - // example to allow applications to correctly declare a GL_ARB_debug_output - // callback) but windows.h assumes no one will define APIENTRY before it does - #undef APIENTRY - #include -#elif defined(GLFW_EXPOSE_NATIVE_COCOA) - #include - #if defined(__OBJC__) - #import - #else - typedef void* id; - #endif -#elif defined(GLFW_EXPOSE_NATIVE_X11) - #include - #include -#elif defined(GLFW_EXPOSE_NATIVE_WAYLAND) - #include -#elif defined(GLFW_EXPOSE_NATIVE_MIR) - #include -#endif - -#if defined(GLFW_EXPOSE_NATIVE_WGL) - /* WGL is declared by windows.h */ -#endif -#if defined(GLFW_EXPOSE_NATIVE_NSGL) - /* NSGL is declared by Cocoa.h */ -#endif -#if defined(GLFW_EXPOSE_NATIVE_GLX) - #include -#endif -#if defined(GLFW_EXPOSE_NATIVE_EGL) - #include -#endif - - -/************************************************************************* - * Functions - *************************************************************************/ - -#if defined(GLFW_EXPOSE_NATIVE_WIN32) -/*! @brief Returns the adapter device name of the specified monitor. - * - * @return The UTF-8 encoded adapter device name (for example `\\.\DISPLAY1`) - * of the specified monitor, or `NULL` if an [error](@ref error_handling) - * occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.1. - * - * @ingroup native - */ -GLFWAPI const char* glfwGetWin32Adapter(GLFWmonitor* monitor); - -/*! @brief Returns the display device name of the specified monitor. - * - * @return The UTF-8 encoded display device name (for example - * `\\.\DISPLAY1\Monitor0`) of the specified monitor, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.1. - * - * @ingroup native - */ -GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* monitor); - -/*! @brief Returns the `HWND` of the specified window. - * - * @return The `HWND` of the specified window, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI HWND glfwGetWin32Window(GLFWwindow* window); -#endif - -#if defined(GLFW_EXPOSE_NATIVE_WGL) -/*! @brief Returns the `HGLRC` of the specified window. - * - * @return The `HGLRC` of the specified window, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI HGLRC glfwGetWGLContext(GLFWwindow* window); -#endif - -#if defined(GLFW_EXPOSE_NATIVE_COCOA) -/*! @brief Returns the `CGDirectDisplayID` of the specified monitor. - * - * @return The `CGDirectDisplayID` of the specified monitor, or - * `kCGNullDirectDisplay` if an [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.1. - * - * @ingroup native - */ -GLFWAPI CGDirectDisplayID glfwGetCocoaMonitor(GLFWmonitor* monitor); - -/*! @brief Returns the `NSWindow` of the specified window. - * - * @return The `NSWindow` of the specified window, or `nil` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI id glfwGetCocoaWindow(GLFWwindow* window); -#endif - -#if defined(GLFW_EXPOSE_NATIVE_NSGL) -/*! @brief Returns the `NSOpenGLContext` of the specified window. - * - * @return The `NSOpenGLContext` of the specified window, or `nil` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI id glfwGetNSGLContext(GLFWwindow* window); -#endif - -#if defined(GLFW_EXPOSE_NATIVE_X11) -/*! @brief Returns the `Display` used by GLFW. - * - * @return The `Display` used by GLFW, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI Display* glfwGetX11Display(void); - -/*! @brief Returns the `RRCrtc` of the specified monitor. - * - * @return The `RRCrtc` of the specified monitor, or `None` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.1. - * - * @ingroup native - */ -GLFWAPI RRCrtc glfwGetX11Adapter(GLFWmonitor* monitor); - -/*! @brief Returns the `RROutput` of the specified monitor. - * - * @return The `RROutput` of the specified monitor, or `None` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.1. - * - * @ingroup native - */ -GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* monitor); - -/*! @brief Returns the `Window` of the specified window. - * - * @return The `Window` of the specified window, or `None` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI Window glfwGetX11Window(GLFWwindow* window); -#endif - -#if defined(GLFW_EXPOSE_NATIVE_GLX) -/*! @brief Returns the `GLXContext` of the specified window. - * - * @return The `GLXContext` of the specified window, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow* window); - -/*! @brief Returns the `GLXWindow` of the specified window. - * - * @return The `GLXWindow` of the specified window, or `None` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.2. - * - * @ingroup native - */ -GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* window); -#endif - -#if defined(GLFW_EXPOSE_NATIVE_WAYLAND) -/*! @brief Returns the `struct wl_display*` used by GLFW. - * - * @return The `struct wl_display*` used by GLFW, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.2. - * - * @ingroup native - */ -GLFWAPI struct wl_display* glfwGetWaylandDisplay(void); - -/*! @brief Returns the `struct wl_output*` of the specified monitor. - * - * @return The `struct wl_output*` of the specified monitor, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.2. - * - * @ingroup native - */ -GLFWAPI struct wl_output* glfwGetWaylandMonitor(GLFWmonitor* monitor); - -/*! @brief Returns the main `struct wl_surface*` of the specified window. - * - * @return The main `struct wl_surface*` of the specified window, or `NULL` if - * an [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.2. - * - * @ingroup native - */ -GLFWAPI struct wl_surface* glfwGetWaylandWindow(GLFWwindow* window); -#endif - -#if defined(GLFW_EXPOSE_NATIVE_MIR) -/*! @brief Returns the `MirConnection*` used by GLFW. - * - * @return The `MirConnection*` used by GLFW, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.2. - * - * @ingroup native - */ -GLFWAPI MirConnection* glfwGetMirDisplay(void); - -/*! @brief Returns the Mir output ID of the specified monitor. - * - * @return The Mir output ID of the specified monitor, or zero if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.2. - * - * @ingroup native - */ -GLFWAPI int glfwGetMirMonitor(GLFWmonitor* monitor); - -/*! @brief Returns the `MirSurface*` of the specified window. - * - * @return The `MirSurface*` of the specified window, or `NULL` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.2. - * - * @ingroup native - */ -GLFWAPI MirSurface* glfwGetMirWindow(GLFWwindow* window); -#endif - -#if defined(GLFW_EXPOSE_NATIVE_EGL) -/*! @brief Returns the `EGLDisplay` used by GLFW. - * - * @return The `EGLDisplay` used by GLFW, or `EGL_NO_DISPLAY` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI EGLDisplay glfwGetEGLDisplay(void); - -/*! @brief Returns the `EGLContext` of the specified window. - * - * @return The `EGLContext` of the specified window, or `EGL_NO_CONTEXT` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI EGLContext glfwGetEGLContext(GLFWwindow* window); - -/*! @brief Returns the `EGLSurface` of the specified window. - * - * @return The `EGLSurface` of the specified window, or `EGL_NO_SURFACE` if an - * [error](@ref error_handling) occurred. - * - * @thread_safety This function may be called from any thread. Access is not - * synchronized. - * - * @since Added in version 3.0. - * - * @ingroup native - */ -GLFWAPI EGLSurface glfwGetEGLSurface(GLFWwindow* window); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* _glfw3_native_h_ */ - diff --git a/external/imgui/examples/libs/glfw/lib-vc2010-32/glfw3.lib b/external/imgui/examples/libs/glfw/lib-vc2010-32/glfw3.lib deleted file mode 100644 index 348abecfa98d6cfad9db67127eab8d5c72473539..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 187376 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

Tl{uZ9$!OXzW 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 diff --git a/external/imgui/examples/libs/glfw/lib-vc2010-64/glfw3.lib b/external/imgui/examples/libs/glfw/lib-vc2010-64/glfw3.lib deleted file mode 100644 index 768f3083660f35ca37ce0d02a2541e92eb5cdade..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291120 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 -#include - - - -//--------------------------------------------------------------------------------------------------------------------- -// Internal helpers -//--------------------------------------------------------------------------------------------------------------------- - - - -/** -@brief Read 16 bit integer in network byte order and convert to native byte order -**/ -static int16_t sNetToNative16(const unsigned char *value) -{ -#ifdef USYNERGY_LITTLE_ENDIAN - return value[1] | (value[0] << 8); -#else - return value[0] | (value[1] << 8); -#endif -} - - - -/** -@brief Read 32 bit integer in network byte order and convert to native byte order -**/ -static int32_t sNetToNative32(const unsigned char *value) -{ -#ifdef USYNERGY_LITTLE_ENDIAN - return value[3] | (value[2] << 8) | (value[1] << 16) | (value[0] << 24); -#else - return value[0] | (value[1] << 8) | (value[2] << 16) | (value[3] << 24); -#endif -} - - - -/** -@brief Trace text to client -**/ -static void sTrace(uSynergyContext *context, const char* text) -{ - // Don't trace if we don't have a trace function - if (context->m_traceFunc != 0L) - context->m_traceFunc(context->m_cookie, text); -} - - - -/** -@brief Add string to reply packet -**/ -static void sAddString(uSynergyContext *context, const char *string) -{ - size_t len = strlen(string); - memcpy(context->m_replyCur, string, len); - context->m_replyCur += len; -} - - - -/** -@brief Add uint8 to reply packet -**/ -static void sAddUInt8(uSynergyContext *context, uint8_t value) -{ - *context->m_replyCur++ = value; -} - - - -/** -@brief Add uint16 to reply packet -**/ -static void sAddUInt16(uSynergyContext *context, uint16_t value) -{ - uint8_t *reply = context->m_replyCur; - *reply++ = (uint8_t)(value >> 8); - *reply++ = (uint8_t)value; - context->m_replyCur = reply; -} - - - -/** -@brief Add uint32 to reply packet -**/ -static void sAddUInt32(uSynergyContext *context, uint32_t value) -{ - uint8_t *reply = context->m_replyCur; - *reply++ = (uint8_t)(value >> 24); - *reply++ = (uint8_t)(value >> 16); - *reply++ = (uint8_t)(value >> 8); - *reply++ = (uint8_t)value; - context->m_replyCur = reply; -} - - - -/** -@brief Send reply packet -**/ -static uSynergyBool sSendReply(uSynergyContext *context) -{ - // Set header size - uint8_t *reply_buf = context->m_replyBuffer; - uint32_t reply_len = (uint32_t)(context->m_replyCur - reply_buf); /* Total size of reply */ - uint32_t body_len = reply_len - 4; /* Size of body */ - uSynergyBool ret; - reply_buf[0] = (uint8_t)(body_len >> 24); - reply_buf[1] = (uint8_t)(body_len >> 16); - reply_buf[2] = (uint8_t)(body_len >> 8); - reply_buf[3] = (uint8_t)body_len; - - // Send reply - ret = context->m_sendFunc(context->m_cookie, context->m_replyBuffer, reply_len); - - // Reset reply buffer write pointer - context->m_replyCur = context->m_replyBuffer+4; - return ret; -} - - - -/** -@brief Call mouse callback after a mouse event -**/ -static void sSendMouseCallback(uSynergyContext *context) -{ - // Skip if no callback is installed - if (context->m_mouseCallback == 0L) - return; - - // Send callback - context->m_mouseCallback(context->m_cookie, context->m_mouseX, context->m_mouseY, context->m_mouseWheelX, - context->m_mouseWheelY, context->m_mouseButtonLeft, context->m_mouseButtonRight, context->m_mouseButtonMiddle); -} - - - -/** -@brief Send keyboard callback when a key has been pressed or released -**/ -static void sSendKeyboardCallback(uSynergyContext *context, uint16_t key, uint16_t modifiers, uSynergyBool down, uSynergyBool repeat) -{ - // Skip if no callback is installed - if (context->m_keyboardCallback == 0L) - return; - - // Send callback - context->m_keyboardCallback(context->m_cookie, key, modifiers, down, repeat); -} - - - -/** -@brief Send joystick callback -**/ -static void sSendJoystickCallback(uSynergyContext *context, uint8_t joyNum) -{ - int8_t *sticks; - - // Skip if no callback is installed - if (context->m_joystickCallback == 0L) - return; - - // Send callback - sticks = context->m_joystickSticks[joyNum]; - context->m_joystickCallback(context->m_cookie, joyNum, context->m_joystickButtons[joyNum], sticks[0], sticks[1], sticks[2], sticks[3]); -} - - - -/** -@brief Parse a single client message, update state, send callbacks and send replies -**/ -#define USYNERGY_IS_PACKET(pkt_id) memcmp(message+4, pkt_id, 4)==0 -static void sProcessMessage(uSynergyContext *context, const uint8_t *message) -{ - // We have a packet! - if (memcmp(message+4, "Synergy", 7)==0) - { - // Welcome message - // kMsgHello = "Synergy%2i%2i" - // kMsgHelloBack = "Synergy%2i%2i%s" - sAddString(context, "Synergy"); - sAddUInt16(context, USYNERGY_PROTOCOL_MAJOR); - sAddUInt16(context, USYNERGY_PROTOCOL_MINOR); - sAddUInt32(context, (uint32_t)strlen(context->m_clientName)); - sAddString(context, context->m_clientName); - if (!sSendReply(context)) - { - // Send reply failed, let's try to reconnect - sTrace(context, "SendReply failed, trying to reconnect in a second"); - context->m_connected = USYNERGY_FALSE; - context->m_sleepFunc(context->m_cookie, 1000); - } - else - { - // Let's assume we're connected - char buffer[256+1]; - sprintf(buffer, "Connected as client \"%s\"", context->m_clientName); - sTrace(context, buffer); - context->m_hasReceivedHello = USYNERGY_TRUE; - } - return; - } - else if (USYNERGY_IS_PACKET("QINF")) - { - // Screen info. Reply with DINF - // kMsgQInfo = "QINF" - // kMsgDInfo = "DINF%2i%2i%2i%2i%2i%2i%2i" - uint16_t x = 0, y = 0, warp = 0; - sAddString(context, "DINF"); - sAddUInt16(context, x); - sAddUInt16(context, y); - sAddUInt16(context, context->m_clientWidth); - sAddUInt16(context, context->m_clientHeight); - sAddUInt16(context, warp); - sAddUInt16(context, 0); // mx? - sAddUInt16(context, 0); // my? - sSendReply(context); - return; - } - else if (USYNERGY_IS_PACKET("CIAK")) - { - // Do nothing? - // kMsgCInfoAck = "CIAK" - return; - } - else if (USYNERGY_IS_PACKET("CROP")) - { - // Do nothing? - // kMsgCResetOptions = "CROP" - return; - } - else if (USYNERGY_IS_PACKET("CINN")) - { - // Screen enter. Reply with CNOP - // kMsgCEnter = "CINN%2i%2i%4i%2i" - - // Obtain the Synergy sequence number - context->m_sequenceNumber = sNetToNative32(message + 12); - context->m_isCaptured = USYNERGY_TRUE; - - // Call callback - if (context->m_screenActiveCallback != 0L) - context->m_screenActiveCallback(context->m_cookie, USYNERGY_TRUE); - } - else if (USYNERGY_IS_PACKET("COUT")) - { - // Screen leave - // kMsgCLeave = "COUT" - context->m_isCaptured = USYNERGY_FALSE; - - // Call callback - if (context->m_screenActiveCallback != 0L) - context->m_screenActiveCallback(context->m_cookie, USYNERGY_FALSE); - } - else if (USYNERGY_IS_PACKET("DMDN")) - { - // Mouse down - // kMsgDMouseDown = "DMDN%1i" - char btn = message[8]-1; - if (btn==2) - context->m_mouseButtonRight = USYNERGY_TRUE; - else if (btn==1) - context->m_mouseButtonMiddle = USYNERGY_TRUE; - else - context->m_mouseButtonLeft = USYNERGY_TRUE; - sSendMouseCallback(context); - } - else if (USYNERGY_IS_PACKET("DMUP")) - { - // Mouse up - // kMsgDMouseUp = "DMUP%1i" - char btn = message[8]-1; - if (btn==2) - context->m_mouseButtonRight = USYNERGY_FALSE; - else if (btn==1) - context->m_mouseButtonMiddle = USYNERGY_FALSE; - else - context->m_mouseButtonLeft = USYNERGY_FALSE; - sSendMouseCallback(context); - } - else if (USYNERGY_IS_PACKET("DMMV")) - { - // Mouse move. Reply with CNOP - // kMsgDMouseMove = "DMMV%2i%2i" - context->m_mouseX = sNetToNative16(message+8); - context->m_mouseY = sNetToNative16(message+10); - sSendMouseCallback(context); - } - else if (USYNERGY_IS_PACKET("DMWM")) - { - // Mouse wheel - // kMsgDMouseWheel = "DMWM%2i%2i" - // kMsgDMouseWheel1_0 = "DMWM%2i" - context->m_mouseWheelX += sNetToNative16(message+8); - context->m_mouseWheelY += sNetToNative16(message+10); - sSendMouseCallback(context); - } - else if (USYNERGY_IS_PACKET("DKDN")) - { - // Key down - // kMsgDKeyDown = "DKDN%2i%2i%2i" - // kMsgDKeyDown1_0 = "DKDN%2i%2i" - //uint16_t id = sNetToNative16(message+8); - uint16_t mod = sNetToNative16(message+10); - uint16_t key = sNetToNative16(message+12); - sSendKeyboardCallback(context, key, mod, USYNERGY_TRUE, USYNERGY_FALSE); - } - else if (USYNERGY_IS_PACKET("DKRP")) - { - // Key repeat - // kMsgDKeyRepeat = "DKRP%2i%2i%2i%2i" - // kMsgDKeyRepeat1_0 = "DKRP%2i%2i%2i" - uint16_t mod = sNetToNative16(message+10); -// uint16_t count = sNetToNative16(message+12); - uint16_t key = sNetToNative16(message+14); - sSendKeyboardCallback(context, key, mod, USYNERGY_TRUE, USYNERGY_TRUE); - } - else if (USYNERGY_IS_PACKET("DKUP")) - { - // Key up - // kMsgDKeyUp = "DKUP%2i%2i%2i" - // kMsgDKeyUp1_0 = "DKUP%2i%2i" - //uint16 id=Endian::sNetToNative(sbuf[4]); - uint16_t mod = sNetToNative16(message+10); - uint16_t key = sNetToNative16(message+12); - sSendKeyboardCallback(context, key, mod, USYNERGY_FALSE, USYNERGY_FALSE); - } - else if (USYNERGY_IS_PACKET("DGBT")) - { - // Joystick buttons - // kMsgDGameButtons = "DGBT%1i%2i"; - uint8_t joy_num = message[8]; - if (joy_numm_joystickButtons[joy_num] = (message[9] << 8) | message[10]; - sSendJoystickCallback(context, joy_num); - } - } - else if (USYNERGY_IS_PACKET("DGST")) - { - // Joystick sticks - // kMsgDGameSticks = "DGST%1i%1i%1i%1i%1i"; - uint8_t joy_num = message[8]; - if (joy_numm_joystickSticks[joy_num], message+9, 4); - sSendJoystickCallback(context, joy_num); - } - } - else if (USYNERGY_IS_PACKET("DSOP")) - { - // Set options - // kMsgDSetOptions = "DSOP%4I" - } - else if (USYNERGY_IS_PACKET("CALV")) - { - // Keepalive, reply with CALV and then CNOP - // kMsgCKeepAlive = "CALV" - sAddString(context, "CALV"); - sSendReply(context); - // now reply with CNOP - } - else if (USYNERGY_IS_PACKET("DCLP")) - { - // Clipboard message - // kMsgDClipboard = "DCLP%1i%4i%s" - // - // The clipboard message contains: - // 1 uint32: The size of the message - // 4 chars: The identifier ("DCLP") - // 1 uint8: The clipboard index - // 1 uint32: The sequence number. It's zero, because this message is always coming from the server? - // 1 uint32: The total size of the remaining 'string' (as per the Synergy %s string format (which is 1 uint32 for size followed by a char buffer (not necessarily null terminated)). - // 1 uint32: The number of formats present in the message - // And then 'number of formats' times the following: - // 1 uint32: The format of the clipboard data - // 1 uint32: The size n of the clipboard data - // n uint8: The clipboard data - const uint8_t * parse_msg = message+17; - uint32_t num_formats = sNetToNative32(parse_msg); - parse_msg += 4; - for (; num_formats; num_formats--) - { - // Parse clipboard format header - uint32_t format = sNetToNative32(parse_msg); - uint32_t size = sNetToNative32(parse_msg+4); - parse_msg += 8; - - // Call callback - if (context->m_clipboardCallback) - context->m_clipboardCallback(context->m_cookie, format, parse_msg, size); - - parse_msg += size; - } - } - else - { - // Unknown packet, could be any of these - // kMsgCNoop = "CNOP" - // kMsgCClose = "CBYE" - // kMsgCClipboard = "CCLP%1i%4i" - // kMsgCScreenSaver = "CSEC%1i" - // kMsgDKeyRepeat = "DKRP%2i%2i%2i%2i" - // kMsgDKeyRepeat1_0 = "DKRP%2i%2i%2i" - // kMsgDMouseRelMove = "DMRM%2i%2i" - // kMsgEIncompatible = "EICV%2i%2i" - // kMsgEBusy = "EBSY" - // kMsgEUnknown = "EUNK" - // kMsgEBad = "EBAD" - char buffer[64]; - sprintf(buffer, "Unknown packet '%c%c%c%c'", message[4], message[5], message[6], message[7]); - sTrace(context, buffer); - return; - } - - // Reply with CNOP maybe? - sAddString(context, "CNOP"); - sSendReply(context); -} -#undef USYNERGY_IS_PACKET - - - -/** -@brief Mark context as being disconnected -**/ -static void sSetDisconnected(uSynergyContext *context) -{ - context->m_connected = USYNERGY_FALSE; - context->m_hasReceivedHello = USYNERGY_FALSE; - context->m_isCaptured = USYNERGY_FALSE; - context->m_replyCur = context->m_replyBuffer + 4; - context->m_sequenceNumber = 0; -} - - - -/** -@brief Update a connected context -**/ -static void sUpdateContext(uSynergyContext *context) -{ - /* Receive data (blocking) */ - int receive_size = USYNERGY_RECEIVE_BUFFER_SIZE - context->m_receiveOfs; - int num_received = 0; - int packlen = 0; - if (context->m_receiveFunc(context->m_cookie, context->m_receiveBuffer + context->m_receiveOfs, receive_size, &num_received) == USYNERGY_FALSE) - { - /* Receive failed, let's try to reconnect */ - char buffer[128]; - sprintf(buffer, "Receive failed (%d bytes asked, %d bytes received), trying to reconnect in a second", receive_size, num_received); - sTrace(context, buffer); - sSetDisconnected(context); - context->m_sleepFunc(context->m_cookie, 1000); - return; - } - context->m_receiveOfs += num_received; - - /* If we didn't receive any data then we're probably still polling to get connected and - therefore not getting any data back. To avoid overloading the system with a Synergy - thread that would hammer on polling, we let it rest for a bit if there's no data. */ - if (num_received == 0) - context->m_sleepFunc(context->m_cookie, 500); - - /* Check for timeouts */ - if (context->m_hasReceivedHello) - { - uint32_t cur_time = context->m_getTimeFunc(); - if (num_received == 0) - { - /* Timeout after 2 secs of inactivity (we received no CALV) */ - if ((cur_time - context->m_lastMessageTime) > USYNERGY_IDLE_TIMEOUT) - sSetDisconnected(context); - } - else - context->m_lastMessageTime = cur_time; - } - - /* Eat packets */ - for (;;) - { - /* Grab packet length and bail out if the packet goes beyond the end of the buffer */ - packlen = sNetToNative32(context->m_receiveBuffer); - if (packlen+4 > context->m_receiveOfs) - break; - - /* Process message */ - sProcessMessage(context, context->m_receiveBuffer); - - /* Move packet to front of buffer */ - memmove(context->m_receiveBuffer, context->m_receiveBuffer+packlen+4, context->m_receiveOfs-packlen-4); - context->m_receiveOfs -= packlen+4; - } - - /* Throw away over-sized packets */ - if (packlen > USYNERGY_RECEIVE_BUFFER_SIZE) - { - /* Oversized packet, ditch tail end */ - char buffer[128]; - sprintf(buffer, "Oversized packet: '%c%c%c%c' (length %d)", context->m_receiveBuffer[4], context->m_receiveBuffer[5], context->m_receiveBuffer[6], context->m_receiveBuffer[7], packlen); - sTrace(context, buffer); - num_received = context->m_receiveOfs-4; // 4 bytes for the size field - while (num_received != packlen) - { - int buffer_left = packlen - num_received; - int to_receive = buffer_left < USYNERGY_RECEIVE_BUFFER_SIZE ? buffer_left : USYNERGY_RECEIVE_BUFFER_SIZE; - int ditch_received = 0; - if (context->m_receiveFunc(context->m_cookie, context->m_receiveBuffer, to_receive, &ditch_received) == USYNERGY_FALSE) - { - /* Receive failed, let's try to reconnect */ - sTrace(context, "Receive failed, trying to reconnect in a second"); - sSetDisconnected(context); - context->m_sleepFunc(context->m_cookie, 1000); - break; - } - else - { - num_received += ditch_received; - } - } - context->m_receiveOfs = 0; - } -} - - -//--------------------------------------------------------------------------------------------------------------------- -// Public interface -//--------------------------------------------------------------------------------------------------------------------- - - - -/** -@brief Initialize uSynergy context -**/ -void uSynergyInit(uSynergyContext *context) -{ - /* Zero memory */ - memset(context, 0, sizeof(uSynergyContext)); - - /* Initialize to default state */ - sSetDisconnected(context); -} - - -/** -@brief Update uSynergy -**/ -void uSynergyUpdate(uSynergyContext *context) -{ - if (context->m_connected) - { - /* Update context, receive data, call callbacks */ - sUpdateContext(context); - } - else - { - /* Try to connect */ - if (context->m_connectFunc(context->m_cookie)) - context->m_connected = USYNERGY_TRUE; - } -} - - - -/** -@brief Send clipboard data -**/ -void uSynergySendClipboard(uSynergyContext *context, const char *text) -{ - // Calculate maximum size that will fit in a reply packet - uint32_t overhead_size = 4 + /* Message size */ - 4 + /* Message ID */ - 1 + /* Clipboard index */ - 4 + /* Sequence number */ - 4 + /* Rest of message size (because it's a Synergy string from here on) */ - 4 + /* Number of clipboard formats */ - 4 + /* Clipboard format */ - 4; /* Clipboard data length */ - uint32_t max_length = USYNERGY_REPLY_BUFFER_SIZE - overhead_size; - - // Clip text to max length - uint32_t text_length = (uint32_t)strlen(text); - if (text_length > max_length) - { - char buffer[128]; - sprintf(buffer, "Clipboard buffer too small, clipboard truncated at %d characters", max_length); - sTrace(context, buffer); - text_length = max_length; - } - - // Assemble packet - sAddString(context, "DCLP"); - sAddUInt8(context, 0); /* Clipboard index */ - sAddUInt32(context, context->m_sequenceNumber); - sAddUInt32(context, 4+4+4+text_length); /* Rest of message size: numFormats, format, length, data */ - sAddUInt32(context, 1); /* Number of formats (only text for now) */ - sAddUInt32(context, USYNERGY_CLIPBOARD_FORMAT_TEXT); - sAddUInt32(context, text_length); - sAddString(context, text); - sSendReply(context); -} diff --git a/external/imgui/examples/libs/usynergy/uSynergy.h b/external/imgui/examples/libs/usynergy/uSynergy.h deleted file mode 100644 index cedc3878..00000000 --- a/external/imgui/examples/libs/usynergy/uSynergy.h +++ /dev/null @@ -1,420 +0,0 @@ -/* -uSynergy client -- Interface for the embedded Synergy client library - version 1.0.0, July 7th, 2012 - -Copyright (C) 2012 Synergy Si Ltd. -Copyright (c) 2012 Alex Evans - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. -*/ -#include - -#ifdef __cplusplus -extern "C" { -#endif - - - -//--------------------------------------------------------------------------------------------------------------------- -// Configuration -//--------------------------------------------------------------------------------------------------------------------- - - - -/** -@brief Determine endianness -**/ -#if defined(USYNERGY_LITTLE_ENDIAN) && defined(USYNERGY_BIG_ENDIAN) - /* Ambiguous: both endians specified */ - #error "Can't define both USYNERGY_LITTLE_ENDIAN and USYNERGY_BIG_ENDIAN" -#elif !defined(USYNERGY_LITTLE_ENDIAN) && !defined(USYNERGY_BIG_ENDIAN) - /* Attempt to auto detect */ - #if defined(__LITTLE_ENDIAN__) || defined(LITTLE_ENDIAN) || (_BYTE_ORDER == _LITTLE_ENDIAN) - #define USYNERGY_LITTLE_ENDIAN - #elif defined(__BIG_ENDIAN__) || defined(BIG_ENDIAN) || (_BYTE_ORDER == _BIG_ENDIAN) - #define USYNERGY_BIG_ENDIAN - #else - #error "Can't detect endian-nes, please defined either USYNERGY_LITTLE_ENDIAN or USYNERGY_BIG_ENDIAN"; - #endif -#else - /* User-specified endian-nes, nothing to do for us */ -#endif - - - -//--------------------------------------------------------------------------------------------------------------------- -// Types and Constants -//--------------------------------------------------------------------------------------------------------------------- - - - -/** -@brief Boolean type -**/ -typedef int uSynergyBool; -#define USYNERGY_FALSE 0 /* False value */ -#define USYNERGY_TRUE 1 /* True value */ - - -/** -@brief User context type - -The uSynergyCookie type is an opaque type that is used by uSynergy to communicate to the client. It is passed along to -callback functions as context. -**/ -typedef struct { int ignored; } * uSynergyCookie; - - - -/** -@brief Clipboard types -**/ -enum uSynergyClipboardFormat -{ - USYNERGY_CLIPBOARD_FORMAT_TEXT = 0, /* Text format, UTF-8, newline is LF */ - USYNERGY_CLIPBOARD_FORMAT_BITMAP = 1, /* Bitmap format, BMP 24/32bpp, BI_RGB */ - USYNERGY_CLIPBOARD_FORMAT_HTML = 2, /* HTML format, HTML fragment, UTF-8, newline is LF */ -}; - - - -/** -@brief Constants and limits -**/ -#define USYNERGY_NUM_JOYSTICKS 4 /* Maximum number of supported joysticks */ - -#define USYNERGY_PROTOCOL_MAJOR 1 /* Major protocol version */ -#define USYNERGY_PROTOCOL_MINOR 4 /* Minor protocol version */ - -#define USYNERGY_IDLE_TIMEOUT 2000 /* Timeout in milliseconds before reconnecting */ - -#define USYNERGY_TRACE_BUFFER_SIZE 1024 /* Maximum length of traced message */ -#define USYNERGY_REPLY_BUFFER_SIZE 1024 /* Maximum size of a reply packet */ -#define USYNERGY_RECEIVE_BUFFER_SIZE 4096 /* Maximum size of an incoming packet */ - - - -/** -@brief Keyboard constants -**/ -#define USYNERGY_MODIFIER_SHIFT 0x0001 /* Shift key modifier */ -#define USYNERGY_MODIFIER_CTRL 0x0002 /* Ctrl key modifier */ -#define USYNERGY_MODIFIER_ALT 0x0004 /* Alt key modifier */ -#define USYNERGY_MODIFIER_META 0x0008 /* Meta key modifier */ -#define USYNERGY_MODIFIER_WIN 0x0010 /* Windows key modifier */ -#define USYNERGY_MODIFIER_ALT_GR 0x0020 /* AltGr key modifier */ -#define USYNERGY_MODIFIER_LEVEL5LOCK 0x0040 /* Level5Lock key modifier */ -#define USYNERGY_MODIFIER_CAPSLOCK 0x1000 /* CapsLock key modifier */ -#define USYNERGY_MODIFIER_NUMLOCK 0x2000 /* NumLock key modifier */ -#define USYNERGY_MODIFIER_SCROLLOCK 0x4000 /* ScrollLock key modifier */ - - - - -//--------------------------------------------------------------------------------------------------------------------- -// Functions and Callbacks -//--------------------------------------------------------------------------------------------------------------------- - - - -/** -@brief Connect function - -This function is called when uSynergy needs to connect to the host. It doesn't imply a network implementation or -destination address, that must all be handled on the user side. The function should return USYNERGY_TRUE if a -connection was established or USYNERGY_FALSE if it could not connect. - -When network errors occur (e.g. uSynergySend or uSynergyReceive fail) then the connect call will be called again -so the implementation of the function must close any old connections and clean up resources before retrying. - -@param cookie Cookie supplied in the Synergy context -**/ -typedef uSynergyBool (*uSynergyConnectFunc)(uSynergyCookie cookie); - - - -/** -@brief Send function - -This function is called when uSynergy needs to send something over the default connection. It should return -USYNERGY_TRUE if sending succeeded and USYNERGY_FALSE otherwise. This function should block until the send -operation is completed. - -@param cookie Cookie supplied in the Synergy context -@param buffer Address of buffer to send -@param length Length of buffer to send -**/ -typedef uSynergyBool (*uSynergySendFunc)(uSynergyCookie cookie, const uint8_t *buffer, int length); - - - -/** -@brief Receive function - -This function is called when uSynergy needs to receive data from the default connection. It should return -USYNERGY_TRUE if receiving data succeeded and USYNERGY_FALSE otherwise. This function should block until data -has been received and wait for data to become available. If @a outLength is set to 0 upon completion it is -assumed that the connection is alive, but still in a connecting state and needs time to settle. - -@param cookie Cookie supplied in the Synergy context -@param buffer Address of buffer to receive data into -@param maxLength Maximum amount of bytes to write into the receive buffer -@param outLength Address of integer that receives the actual amount of bytes written into @a buffer -**/ -typedef uSynergyBool (*uSynergyReceiveFunc)(uSynergyCookie cookie, uint8_t *buffer, int maxLength, int* outLength); - - - -/** -@brief Thread sleep function - -This function is called when uSynergy wants to suspend operation for a while before retrying an operation. It -is mostly used when a socket times out or disconnect occurs to prevent uSynergy from continuously hammering a -network connection in case the network is down. - -@param cookie Cookie supplied in the Synergy context -@param timeMs Time to sleep the current thread (in milliseconds) -**/ -typedef void (*uSynergySleepFunc)(uSynergyCookie cookie, int timeMs); - - - -/** -@brief Get time function - -This function is called when uSynergy needs to know the current time. This is used to determine when timeouts -have occured. The time base should be a cyclic millisecond time value. - -@returns Time value in milliseconds -**/ -typedef uint32_t (*uSynergyGetTimeFunc)(); - - - -/** -@brief Trace function - -This function is called when uSynergy wants to trace something. It is optional to show these messages, but they -are often useful when debugging. uSynergy only traces major events like connecting and disconnecting. Usually -only a single trace is shown when the connection is established and no more trace are called. - -@param cookie Cookie supplied in the Synergy context -@param text Text to be traced -**/ -typedef void (*uSynergyTraceFunc)(uSynergyCookie cookie, const char *text); - - - -/** -@brief Screen active callback - -This callback is called when Synergy makes the screen active or inactive. This -callback is usually sent when the mouse enters or leaves the screen. - -@param cookie Cookie supplied in the Synergy context -@param active Activation flag, 1 if the screen has become active, 0 if the screen has become inactive -**/ -typedef void (*uSynergyScreenActiveCallback)(uSynergyCookie cookie, uSynergyBool active); - - - -/** -@brief Mouse callback - -This callback is called when a mouse events happens. The mouse X and Y position, -wheel and button state is communicated in the message. It's up to the user to -interpret if this is a mouse up, down, double-click or other message. - -@param cookie Cookie supplied in the Synergy context -@param x Mouse X position -@param y Mouse Y position -@param wheelX Mouse wheel X position -@param wheelY Mouse wheel Y position -@param buttonLeft Left button pressed status, 0 for released, 1 for pressed -@param buttonMiddle Middle button pressed status, 0 for released, 1 for pressed -@param buttonRight Right button pressed status, 0 for released, 1 for pressed -**/ -typedef void (*uSynergyMouseCallback)(uSynergyCookie cookie, uint16_t x, uint16_t y, int16_t wheelX, int16_t wheelY, uSynergyBool buttonLeft, uSynergyBool buttonRight, uSynergyBool buttonMiddle); - - - -/** -@brief Key event callback - -This callback is called when a key is pressed or released. - -@param cookie Cookie supplied in the Synergy context -@param key Key code of key that was pressed or released -@param modifiers Status of modifier keys (alt, shift, etc.) -@param down Down or up status, 1 is key is pressed down, 0 if key is released (up) -@param repeat Repeat flag, 1 if the key is down because the key is repeating, 0 if the key is initially pressed by the user -**/ -typedef void (*uSynergyKeyboardCallback)(uSynergyCookie cookie, uint16_t key, uint16_t modifiers, uSynergyBool down, uSynergyBool repeat); - - - -/** -@brief Joystick event callback - -This callback is called when a joystick stick or button changes. It is possible that multiple callbacks are -fired when different sticks or buttons change as these are individual messages in the packet stream. Each -callback will contain all the valid state for the different axes and buttons. The last callback received will -represent the most current joystick state. - -@param cookie Cookie supplied in the Synergy context -@param joyNum Joystick number, always in the range [0 ... USYNERGY_NUM_JOYSTICKS> -@param buttons Button pressed mask -@param leftStickX Left stick X position, in range [-127 ... 127] -@param leftStickY Left stick Y position, in range [-127 ... 127] -@param rightStickX Right stick X position, in range [-127 ... 127] -@param rightStickY Right stick Y position, in range [-127 ... 127] -**/ -typedef void (*uSynergyJoystickCallback)(uSynergyCookie cookie, uint8_t joyNum, uint16_t buttons, int8_t leftStickX, int8_t leftStickY, int8_t rightStickX, int8_t rightStickY); - - - -/** -@brief Clipboard event callback - -This callback is called when something is placed on the clipboard. Multiple callbacks may be fired for -multiple clipboard formats if they are supported. The data provided is read-only and may not be modified -by the application. - -@param cookie Cookie supplied in the Synergy context -@param format Clipboard format -@param data Memory area containing the clipboard raw data -@param size Size of clipboard data -**/ -typedef void (*uSynergyClipboardCallback)(uSynergyCookie cookie, enum uSynergyClipboardFormat format, const uint8_t *data, uint32_t size); - - - -//--------------------------------------------------------------------------------------------------------------------- -// Context -//--------------------------------------------------------------------------------------------------------------------- - - - -/** -@brief uSynergy context -**/ -typedef struct -{ - /* Mandatory configuration data, filled in by client */ - uSynergyConnectFunc m_connectFunc; /* Connect function */ - uSynergySendFunc m_sendFunc; /* Send data function */ - uSynergyReceiveFunc m_receiveFunc; /* Receive data function */ - uSynergySleepFunc m_sleepFunc; /* Thread sleep function */ - uSynergyGetTimeFunc m_getTimeFunc; /* Get current time function */ - const char* m_clientName; /* Name of Synergy Screen / Client */ - uint16_t m_clientWidth; /* Width of screen */ - uint16_t m_clientHeight; /* Height of screen */ - - /* Optional configuration data, filled in by client */ - uSynergyCookie m_cookie; /* Cookie pointer passed to callback functions (can be NULL) */ - uSynergyTraceFunc m_traceFunc; /* Function for tracing status (can be NULL) */ - uSynergyScreenActiveCallback m_screenActiveCallback; /* Callback for entering and leaving screen */ - uSynergyMouseCallback m_mouseCallback; /* Callback for mouse events */ - uSynergyKeyboardCallback m_keyboardCallback; /* Callback for keyboard events */ - uSynergyJoystickCallback m_joystickCallback; /* Callback for joystick events */ - uSynergyClipboardCallback m_clipboardCallback; /* Callback for clipboard events */ - - /* State data, used internall by client, initialized by uSynergyInit() */ - uSynergyBool m_connected; /* Is our socket connected? */ - uSynergyBool m_hasReceivedHello; /* Have we received a 'Hello' from the server? */ - uSynergyBool m_isCaptured; /* Is Synergy active (i.e. this client is receiving input messages?) */ - uint32_t m_lastMessageTime; /* Time at which last message was received */ - uint32_t m_sequenceNumber; /* Packet sequence number */ - uint8_t m_receiveBuffer[USYNERGY_RECEIVE_BUFFER_SIZE]; /* Receive buffer */ - int m_receiveOfs; /* Receive buffer offset */ - uint8_t m_replyBuffer[USYNERGY_REPLY_BUFFER_SIZE]; /* Reply buffer */ - uint8_t* m_replyCur; /* Write offset into reply buffer */ - uint16_t m_mouseX; /* Mouse X position */ - uint16_t m_mouseY; /* Mouse Y position */ - int16_t m_mouseWheelX; /* Mouse wheel X position */ - int16_t m_mouseWheelY; /* Mouse wheel Y position */ - uSynergyBool m_mouseButtonLeft; /* Mouse left button */ - uSynergyBool m_mouseButtonRight; /* Mouse right button */ - uSynergyBool m_mouseButtonMiddle; /* Mouse middle button */ - int8_t m_joystickSticks[USYNERGY_NUM_JOYSTICKS][4]; /* Joystick stick position in 2 axes for 2 sticks */ - uint16_t m_joystickButtons[USYNERGY_NUM_JOYSTICKS]; /* Joystick button state */ -} uSynergyContext; - - - -//--------------------------------------------------------------------------------------------------------------------- -// Interface -//--------------------------------------------------------------------------------------------------------------------- - - - -/** -@brief Initialize uSynergy context - -This function initializes @a context for use. Call this function directly after -creating the context, before filling in any configuration data in it. Not calling -this function will cause undefined behavior. - -@param context Context to be initialized -**/ -extern void uSynergyInit(uSynergyContext *context); - - - -/** -@brief Update uSynergy - -This function updates uSynergy and does the bulk of the work. It does connection management, -receiving data, reconnecting after errors or timeouts and so on. It assumes that networking -operations are blocking and it can suspend the current thread if it needs to wait. It is -best practice to call uSynergyUpdate from a background thread so it is responsive. - -Because uSynergy relies mostly on blocking calls it will mostly stay in thread sleep state -waiting for system mutexes and won't eat much memory. - -uSynergyUpdate doesn't do any memory allocations or have any side effects beyond those of -the callbacks it calls. - -@param context Context to be updated -**/ -extern void uSynergyUpdate(uSynergyContext *context); - - - -/** -@brief Send clipboard data - -This function sets new clipboard data and sends it to the server. Use this function if -your client cuts or copies data onto the clipboard that it needs to share with the -server. - -Currently there is only support for plaintext, but HTML and image data could be -supported with some effort. - -@param context Context to send clipboard data to -@param text Text to set to the clipboard -**/ -extern void uSynergySendClipboard(uSynergyContext *context, const char *text); - - - -#ifdef __cplusplus -}; -#endif diff --git a/external/imgui/imconfig.h b/external/imgui/imconfig.h deleted file mode 100644 index e3dc27f6..00000000 --- a/external/imgui/imconfig.h +++ /dev/null @@ -1,125 +0,0 @@ -//----------------------------------------------------------------------------- -// COMPILE-TIME OPTIONS FOR DEAR IMGUI -// Runtime options (clipboard callbacks, enabling various features, etc.) can generally be set via the ImGuiIO structure. -// You can use ImGui::SetAllocatorFunctions() before calling ImGui::CreateContext() to rewire memory allocation functions. -//----------------------------------------------------------------------------- -// A) You may edit imconfig.h (and not overwrite it when updating Dear ImGui, or maintain a patch/rebased branch with your modifications to it) -// B) or '#define IMGUI_USER_CONFIG "my_imgui_config.h"' in your project and then add directives in your own file without touching this template. -//----------------------------------------------------------------------------- -// You need to make sure that configuration settings are defined consistently _everywhere_ Dear ImGui is used, which include the imgui*.cpp -// files but also _any_ of your code that uses Dear ImGui. This is because some compile-time options have an affect on data structures. -// Defining those options in imconfig.h will ensure every compilation unit gets to see the same data structure layouts. -// Call IMGUI_CHECKVERSION() from your .cpp files to verify that the data structures your files are using are matching the ones imgui.cpp is using. -//----------------------------------------------------------------------------- - -#pragma once - -//---- Define assertion handler. Defaults to calling assert(). -// If your macro uses multiple statements, make sure is enclosed in a 'do { .. } while (0)' block so it can be used as a single statement. -//#define IM_ASSERT(_EXPR) MyAssert(_EXPR) -//#define IM_ASSERT(_EXPR) ((void)(_EXPR)) // Disable asserts - -//---- Define attributes of all API symbols declarations, e.g. for DLL under Windows -// Using Dear ImGui via a shared library is not recommended, because of function call overhead and because we don't guarantee backward nor forward ABI compatibility. -// DLL users: heaps and globals are not shared across DLL boundaries! You will need to call SetCurrentContext() + SetAllocatorFunctions() -// for each static/DLL boundary you are calling from. Read "Context and Memory Allocators" section of imgui.cpp for more details. -//#define IMGUI_API __declspec( dllexport ) -//#define IMGUI_API __declspec( dllimport ) - -//---- Don't define obsolete functions/enums/behaviors. Consider enabling from time to time after updating to avoid using soon-to-be obsolete function/names. -//#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS -//#define IMGUI_DISABLE_OBSOLETE_KEYIO // 1.87: disable legacy io.KeyMap[]+io.KeysDown[] in favor io.AddKeyEvent(). This will be folded into IMGUI_DISABLE_OBSOLETE_FUNCTIONS in a few versions. - -//---- Disable all of Dear ImGui or don't implement standard windows/tools. -// It is very strongly recommended to NOT disable the demo windows and debug tool during development. They are extremely useful in day to day work. Please read comments in imgui_demo.cpp. -//#define IMGUI_DISABLE // Disable everything: all headers and source files will be empty. -//#define IMGUI_DISABLE_DEMO_WINDOWS // Disable demo windows: ShowDemoWindow()/ShowStyleEditor() will be empty. -//#define IMGUI_DISABLE_DEBUG_TOOLS // Disable metrics/debugger and other debug tools: ShowMetricsWindow(), ShowDebugLogWindow() and ShowStackToolWindow() will be empty (this was called IMGUI_DISABLE_METRICS_WINDOW before 1.88). - -//---- Don't implement some functions to reduce linkage requirements. -//#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS // [Win32] Don't implement default clipboard handler. Won't use and link with OpenClipboard/GetClipboardData/CloseClipboard etc. (user32.lib/.a, kernel32.lib/.a) -//#define IMGUI_ENABLE_WIN32_DEFAULT_IME_FUNCTIONS // [Win32] [Default with Visual Studio] Implement default IME handler (require imm32.lib/.a, auto-link for Visual Studio, -limm32 on command-line for MinGW) -//#define IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS // [Win32] [Default with non-Visual Studio compilers] Don't implement default IME handler (won't require imm32.lib/.a) -//#define IMGUI_DISABLE_WIN32_FUNCTIONS // [Win32] Won't use and link with any Win32 function (clipboard, ime). -//#define IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS // [OSX] Implement default OSX clipboard handler (need to link with '-framework ApplicationServices', this is why this is not the default). -//#define IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS // Don't implement ImFormatString/ImFormatStringV so you can implement them yourself (e.g. if you don't want to link with vsnprintf) -//#define IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS // Don't implement ImFabs/ImSqrt/ImPow/ImFmod/ImCos/ImSin/ImAcos/ImAtan2 so you can implement them yourself. -//#define IMGUI_DISABLE_FILE_FUNCTIONS // Don't implement ImFileOpen/ImFileClose/ImFileRead/ImFileWrite and ImFileHandle at all (replace them with dummies) -//#define IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS // Don't implement ImFileOpen/ImFileClose/ImFileRead/ImFileWrite and ImFileHandle so you can implement them yourself if you don't want to link with fopen/fclose/fread/fwrite. This will also disable the LogToTTY() function. -//#define IMGUI_DISABLE_DEFAULT_ALLOCATORS // Don't implement default allocators calling malloc()/free() to avoid linking with them. You will need to call ImGui::SetAllocatorFunctions(). -//#define IMGUI_DISABLE_SSE // Disable use of SSE intrinsics even if available - -//---- Include imgui_user.h at the end of imgui.h as a convenience -//#define IMGUI_INCLUDE_IMGUI_USER_H - -//---- Pack colors to BGRA8 instead of RGBA8 (to avoid converting from one to another) -//#define IMGUI_USE_BGRA_PACKED_COLOR - -//---- Use 32-bit for ImWchar (default is 16-bit) to support unicode planes 1-16. (e.g. point beyond 0xFFFF like emoticons, dingbats, symbols, shapes, ancient languages, etc...) -//#define IMGUI_USE_WCHAR32 - -//---- Avoid multiple STB libraries implementations, or redefine path/filenames to prioritize another version -// By default the embedded implementations are declared static and not available outside of Dear ImGui sources files. -//#define IMGUI_STB_TRUETYPE_FILENAME "my_folder/stb_truetype.h" -//#define IMGUI_STB_RECT_PACK_FILENAME "my_folder/stb_rect_pack.h" -//#define IMGUI_STB_SPRINTF_FILENAME "my_folder/stb_sprintf.h" // only used if enabled -//#define IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION -//#define IMGUI_DISABLE_STB_RECT_PACK_IMPLEMENTATION - -//---- Use stb_sprintf.h for a faster implementation of vsnprintf instead of the one from libc (unless IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS is defined) -// Compatibility checks of arguments and formats done by clang and GCC will be disabled in order to support the extra formats provided by stb_sprintf.h. -//#define IMGUI_USE_STB_SPRINTF - -//---- Use FreeType to build and rasterize the font atlas (instead of stb_truetype which is embedded by default in Dear ImGui) -// Requires FreeType headers to be available in the include path. Requires program to be compiled with 'misc/freetype/imgui_freetype.cpp' (in this repository) + the FreeType library (not provided). -// On Windows you may use vcpkg with 'vcpkg install freetype --triplet=x64-windows' + 'vcpkg integrate install'. -//#define IMGUI_ENABLE_FREETYPE - -//---- Use stb_truetype to build and rasterize the font atlas (default) -// The only purpose of this define is if you want force compilation of the stb_truetype backend ALONG with the FreeType backend. -//#define IMGUI_ENABLE_STB_TRUETYPE - -//---- Define constructor and implicit cast operators to convert back<>forth between your math types and ImVec2/ImVec4. -// This will be inlined as part of ImVec2 and ImVec4 class declarations. -/* -#define IM_VEC2_CLASS_EXTRA \ - constexpr ImVec2(const MyVec2& f) : x(f.x), y(f.y) {} \ - operator MyVec2() const { return MyVec2(x,y); } - -#define IM_VEC4_CLASS_EXTRA \ - constexpr ImVec4(const MyVec4& f) : x(f.x), y(f.y), z(f.z), w(f.w) {} \ - operator MyVec4() const { return MyVec4(x,y,z,w); } -*/ - -//---- Use 32-bit vertex indices (default is 16-bit) is one way to allow large meshes with more than 64K vertices. -// Your renderer backend will need to support it (most example renderer backends support both 16/32-bit indices). -// Another way to allow large meshes while keeping 16-bit indices is to handle ImDrawCmd::VtxOffset in your renderer. -// Read about ImGuiBackendFlags_RendererHasVtxOffset for details. -//#define ImDrawIdx unsigned int - -//---- Override ImDrawCallback signature (will need to modify renderer backends accordingly) -//struct ImDrawList; -//struct ImDrawCmd; -//typedef void (*MyImDrawCallback)(const ImDrawList* draw_list, const ImDrawCmd* cmd, void* my_renderer_user_data); -//#define ImDrawCallback MyImDrawCallback - -//---- Debug Tools: Macro to break in Debugger -// (use 'Metrics->Tools->Item Picker' to pick widgets with the mouse and break into them for easy debugging.) -//#define IM_DEBUG_BREAK IM_ASSERT(0) -//#define IM_DEBUG_BREAK __debugbreak() - -//---- Debug Tools: Have the Item Picker break in the ItemAdd() function instead of ItemHoverable(), -// (which comes earlier in the code, will catch a few extra items, allow picking items other than Hovered one.) -// This adds a small runtime cost which is why it is not enabled by default. -//#define IMGUI_DEBUG_TOOL_ITEM_PICKER_EX - -//---- Debug Tools: Enable slower asserts -//#define IMGUI_DEBUG_PARANOID - -//---- Tip: You can add extra functions within the ImGui:: namespace, here or in your own headers files. -/* -namespace ImGui -{ - void MyFunction(const char* name, const MyMatrix44& v); -} -*/ diff --git a/external/imgui/imgui b/external/imgui/imgui new file mode 160000 index 00000000..c911901b --- /dev/null +++ b/external/imgui/imgui @@ -0,0 +1 @@ +Subproject commit c911901b5ec9f43718a1d382f4d01e1cbc8ec862 diff --git a/external/imgui/imgui.cpp b/external/imgui/imgui.cpp deleted file mode 100644 index ff2b9273..00000000 --- a/external/imgui/imgui.cpp +++ /dev/null @@ -1,13470 +0,0 @@ -// dear imgui, v1.89 WIP -// (main code and documentation) - -// Help: -// - Read FAQ at http://dearimgui.org/faq -// - Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase. -// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that. -// Read imgui.cpp for details, links and comments. - -// Resources: -// - FAQ http://dearimgui.org/faq -// - Homepage & latest https://github.com/ocornut/imgui -// - Releases & changelog https://github.com/ocornut/imgui/releases -// - Gallery https://github.com/ocornut/imgui/issues/5243 (please post your screenshots/video there!) -// - Wiki https://github.com/ocornut/imgui/wiki (lots of good stuff there) -// - Glossary https://github.com/ocornut/imgui/wiki/Glossary -// - Issues & support https://github.com/ocornut/imgui/issues - -// Getting Started? -// - For first-time users having issues compiling/linking/running or issues loading fonts: -// please post in https://github.com/ocornut/imgui/discussions if you cannot find a solution in resources above. - -// Developed by Omar Cornut and every direct or indirect contributors to the GitHub. -// See LICENSE.txt for copyright and licensing details (standard MIT License). -// This library is free but needs your support to sustain development and maintenance. -// Businesses: you can support continued development via invoiced technical support, maintenance and sponsoring contracts. Please reach out to "contact AT dearimgui.com". -// Individuals: you can support continued development via donations. See docs/README or web page. - -// It is recommended that you don't modify imgui.cpp! It will become difficult for you to update the library. -// Note that 'ImGui::' being a namespace, you can add functions into the namespace from your own source files, without -// modifying imgui.h or imgui.cpp. You may include imgui_internal.h to access internal data structures, but it doesn't -// come with any guarantee of forward compatibility. Discussing your changes on the GitHub Issue Tracker may lead you -// to a better solution or official support for them. - -/* - -Index of this file: - -DOCUMENTATION - -- MISSION STATEMENT -- END-USER GUIDE -- PROGRAMMER GUIDE - - READ FIRST - - HOW TO UPDATE TO A NEWER VERSION OF DEAR IMGUI - - GETTING STARTED WITH INTEGRATING DEAR IMGUI IN YOUR CODE/ENGINE - - HOW A SIMPLE APPLICATION MAY LOOK LIKE - - HOW A SIMPLE RENDERING FUNCTION MAY LOOK LIKE - - USING GAMEPAD/KEYBOARD NAVIGATION CONTROLS -- API BREAKING CHANGES (read me when you update!) -- FREQUENTLY ASKED QUESTIONS (FAQ) - - Read all answers online: https://www.dearimgui.org/faq, or in docs/FAQ.md (with a Markdown viewer) - -CODE -(search for "[SECTION]" in the code to find them) - -// [SECTION] INCLUDES -// [SECTION] FORWARD DECLARATIONS -// [SECTION] CONTEXT AND MEMORY ALLOCATORS -// [SECTION] USER FACING STRUCTURES (ImGuiStyle, ImGuiIO) -// [SECTION] MISC HELPERS/UTILITIES (Geometry functions) -// [SECTION] MISC HELPERS/UTILITIES (String, Format, Hash functions) -// [SECTION] MISC HELPERS/UTILITIES (File functions) -// [SECTION] MISC HELPERS/UTILITIES (ImText* functions) -// [SECTION] MISC HELPERS/UTILITIES (Color functions) -// [SECTION] ImGuiStorage -// [SECTION] ImGuiTextFilter -// [SECTION] ImGuiTextBuffer -// [SECTION] ImGuiListClipper -// [SECTION] STYLING -// [SECTION] RENDER HELPERS -// [SECTION] MAIN CODE (most of the code! lots of stuff, needs tidying up!) -// [SECTION] INPUTS -// [SECTION] ERROR CHECKING -// [SECTION] LAYOUT -// [SECTION] SCROLLING -// [SECTION] TOOLTIPS -// [SECTION] POPUPS -// [SECTION] KEYBOARD/GAMEPAD NAVIGATION -// [SECTION] DRAG AND DROP -// [SECTION] LOGGING/CAPTURING -// [SECTION] SETTINGS -// [SECTION] VIEWPORTS -// [SECTION] PLATFORM DEPENDENT HELPERS -// [SECTION] METRICS/DEBUGGER WINDOW -// [SECTION] DEBUG LOG WINDOW -// [SECTION] OTHER DEBUG TOOLS (ITEM PICKER, STACK TOOL) - -*/ - -//----------------------------------------------------------------------------- -// DOCUMENTATION -//----------------------------------------------------------------------------- - -/* - - MISSION STATEMENT - ================= - - - Easy to use to create code-driven and data-driven tools. - - Easy to use to create ad hoc short-lived tools and long-lived, more elaborate tools. - - Easy to hack and improve. - - Minimize setup and maintenance. - - Minimize state storage on user side. - - Minimize state synchronization. - - Portable, minimize dependencies, run on target (consoles, phones, etc.). - - Efficient runtime and memory consumption. - - Designed for developers and content-creators, not the typical end-user! Some of the current weaknesses includes: - - - Doesn't look fancy, doesn't animate. - - Limited layout features, intricate layouts are typically crafted in code. - - - END-USER GUIDE - ============== - - - Double-click on title bar to collapse window. - - Click upper right corner to close a window, available when 'bool* p_open' is passed to ImGui::Begin(). - - Click and drag on lower right corner to resize window (double-click to auto fit window to its contents). - - Click and drag on any empty space to move window. - - TAB/SHIFT+TAB to cycle through keyboard editable fields. - - CTRL+Click on a slider or drag box to input value as text. - - Use mouse wheel to scroll. - - Text editor: - - Hold SHIFT or use mouse to select text. - - CTRL+Left/Right to word jump. - - CTRL+Shift+Left/Right to select words. - - CTRL+A our Double-Click to select all. - - CTRL+X,CTRL+C,CTRL+V to use OS clipboard/ - - CTRL+Z,CTRL+Y to undo/redo. - - ESCAPE to revert text to its original value. - - Controls are automatically adjusted for OSX to match standard OSX text editing operations. - - General Keyboard controls: enable with ImGuiConfigFlags_NavEnableKeyboard. - - General Gamepad controls: enable with ImGuiConfigFlags_NavEnableGamepad. See suggested mappings in imgui.h ImGuiNavInput_ + download PNG/PSD at http://dearimgui.org/controls_sheets - - - PROGRAMMER GUIDE - ================ - - READ FIRST - ---------- - - Remember to check the wonderful Wiki (https://github.com/ocornut/imgui/wiki) - - Your code creates the UI, if your code doesn't run the UI is gone! The UI can be highly dynamic, there are no construction or - destruction steps, less superfluous data retention on your side, less state duplication, less state synchronization, fewer bugs. - - Call and read ImGui::ShowDemoWindow() for demo code demonstrating most features. - - The library is designed to be built from sources. Avoid pre-compiled binaries and packaged versions. See imconfig.h to configure your build. - - Dear ImGui is an implementation of the IMGUI paradigm (immediate-mode graphical user interface, a term coined by Casey Muratori). - You can learn about IMGUI principles at http://www.johno.se/book/imgui.html, http://mollyrocket.com/861 & more links in Wiki. - - Dear ImGui is a "single pass" rasterizing implementation of the IMGUI paradigm, aimed at ease of use and high-performances. - For every application frame, your UI code will be called only once. This is in contrast to e.g. Unity's implementation of an IMGUI, - where the UI code is called multiple times ("multiple passes") from a single entry point. There are pros and cons to both approaches. - - Our origin is on the top-left. In axis aligned bounding boxes, Min = top-left, Max = bottom-right. - - This codebase is also optimized to yield decent performances with typical "Debug" builds settings. - - Please make sure you have asserts enabled (IM_ASSERT redirects to assert() by default, but can be redirected). - If you get an assert, read the messages and comments around the assert. - - C++: this is a very C-ish codebase: we don't rely on C++11, we don't include any C++ headers, and ImGui:: is a namespace. - - C++: ImVec2/ImVec4 do not expose math operators by default, because it is expected that you use your own math types. - See FAQ "How can I use my own math types instead of ImVec2/ImVec4?" for details about setting up imconfig.h for that. - However, imgui_internal.h can optionally export math operators for ImVec2/ImVec4, which we use in this codebase. - - C++: pay attention that ImVector<> manipulates plain-old-data and does not honor construction/destruction (avoid using it in your code!). - - - HOW TO UPDATE TO A NEWER VERSION OF DEAR IMGUI - ---------------------------------------------- - - Overwrite all the sources files except for imconfig.h (if you have modified your copy of imconfig.h) - - Or maintain your own branch where you have imconfig.h modified as a top-most commit which you can regularly rebase over "master". - - You can also use '#define IMGUI_USER_CONFIG "my_config_file.h" to redirect configuration to your own file. - - Read the "API BREAKING CHANGES" section (below). This is where we list occasional API breaking changes. - If a function/type has been renamed / or marked obsolete, try to fix the name in your code before it is permanently removed - from the public API. If you have a problem with a missing function/symbols, search for its name in the code, there will - likely be a comment about it. Please report any issue to the GitHub page! - - To find out usage of old API, you can add '#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS' in your configuration file. - - Try to keep your copy of Dear ImGui reasonably up to date. - - - GETTING STARTED WITH INTEGRATING DEAR IMGUI IN YOUR CODE/ENGINE - --------------------------------------------------------------- - - Run and study the examples and demo in imgui_demo.cpp to get acquainted with the library. - - In the majority of cases you should be able to use unmodified backends files available in the backends/ folder. - - Add the Dear ImGui source files + selected backend source files to your projects or using your preferred build system. - It is recommended you build and statically link the .cpp files as part of your project and NOT as a shared library (DLL). - - You can later customize the imconfig.h file to tweak some compile-time behavior, such as integrating Dear ImGui types with your own maths types. - - When using Dear ImGui, your programming IDE is your friend: follow the declaration of variables, functions and types to find comments about them. - - Dear ImGui never touches or knows about your GPU state. The only function that knows about GPU is the draw function that you provide. - Effectively it means you can create widgets at any time in your code, regardless of considerations of being in "update" vs "render" - phases of your own application. All rendering information is stored into command-lists that you will retrieve after calling ImGui::Render(). - - Refer to the backends and demo applications in the examples/ folder for instruction on how to setup your code. - - If you are running over a standard OS with a common graphics API, you should be able to use unmodified imgui_impl_*** files from the examples/ folder. - - - HOW A SIMPLE APPLICATION MAY LOOK LIKE - -------------------------------------- - EXHIBIT 1: USING THE EXAMPLE BACKENDS (= imgui_impl_XXX.cpp files from the backends/ folder). - The sub-folders in examples/ contain examples applications following this structure. - - // Application init: create a dear imgui context, setup some options, load fonts - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); - // TODO: Set optional io.ConfigFlags values, e.g. 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard' to enable keyboard controls. - // TODO: Fill optional fields of the io structure later. - // TODO: Load TTF/OTF fonts if you don't want to use the default font. - - // Initialize helper Platform and Renderer backends (here we are using imgui_impl_win32.cpp and imgui_impl_dx11.cpp) - ImGui_ImplWin32_Init(hwnd); - ImGui_ImplDX11_Init(g_pd3dDevice, g_pd3dDeviceContext); - - // Application main loop - while (true) - { - // Feed inputs to dear imgui, start new frame - ImGui_ImplDX11_NewFrame(); - ImGui_ImplWin32_NewFrame(); - ImGui::NewFrame(); - - // Any application code here - ImGui::Text("Hello, world!"); - - // Render dear imgui into screen - ImGui::Render(); - ImGui_ImplDX11_RenderDrawData(ImGui::GetDrawData()); - g_pSwapChain->Present(1, 0); - } - - // Shutdown - ImGui_ImplDX11_Shutdown(); - ImGui_ImplWin32_Shutdown(); - ImGui::DestroyContext(); - - EXHIBIT 2: IMPLEMENTING CUSTOM BACKEND / CUSTOM ENGINE - - // Application init: create a dear imgui context, setup some options, load fonts - ImGui::CreateContext(); - ImGuiIO& io = ImGui::GetIO(); - // TODO: Set optional io.ConfigFlags values, e.g. 'io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard' to enable keyboard controls. - // TODO: Fill optional fields of the io structure later. - // TODO: Load TTF/OTF fonts if you don't want to use the default font. - - // Build and load the texture atlas into a texture - // (In the examples/ app this is usually done within the ImGui_ImplXXX_Init() function from one of the demo Renderer) - int width, height; - unsigned char* pixels = NULL; - io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); - - // At this point you've got the texture data and you need to upload that to your graphic system: - // After we have created the texture, store its pointer/identifier (_in whichever format your engine uses_) in 'io.Fonts->TexID'. - // This will be passed back to your via the renderer. Basically ImTextureID == void*. Read FAQ for details about ImTextureID. - MyTexture* texture = MyEngine::CreateTextureFromMemoryPixels(pixels, width, height, TEXTURE_TYPE_RGBA32) - io.Fonts->SetTexID((void*)texture); - - // Application main loop - while (true) - { - // Setup low-level inputs, e.g. on Win32: calling GetKeyboardState(), or write to those fields from your Windows message handlers, etc. - // (In the examples/ app this is usually done within the ImGui_ImplXXX_NewFrame() function from one of the demo Platform Backends) - io.DeltaTime = 1.0f/60.0f; // set the time elapsed since the previous frame (in seconds) - io.DisplaySize.x = 1920.0f; // set the current display width - io.DisplaySize.y = 1280.0f; // set the current display height here - io.AddMousePosEvent(mouse_x, mouse_y); // update mouse position - io.AddMouseButtonEvent(0, mouse_b[0]); // update mouse button states - io.AddMouseButtonEvent(1, mouse_b[1]); // update mouse button states - - // Call NewFrame(), after this point you can use ImGui::* functions anytime - // (So you want to try calling NewFrame() as early as you can in your main loop to be able to use Dear ImGui everywhere) - ImGui::NewFrame(); - - // Most of your application code here - ImGui::Text("Hello, world!"); - MyGameUpdate(); // may use any Dear ImGui functions, e.g. ImGui::Begin("My window"); ImGui::Text("Hello, world!"); ImGui::End(); - MyGameRender(); // may use any Dear ImGui functions as well! - - // Render dear imgui, swap buffers - // (You want to try calling EndFrame/Render as late as you can, to be able to use Dear ImGui in your own game rendering code) - ImGui::EndFrame(); - ImGui::Render(); - ImDrawData* draw_data = ImGui::GetDrawData(); - MyImGuiRenderFunction(draw_data); - SwapBuffers(); - } - - // Shutdown - ImGui::DestroyContext(); - - To decide whether to dispatch mouse/keyboard inputs to Dear ImGui to the rest of your application, - you should read the 'io.WantCaptureMouse', 'io.WantCaptureKeyboard' and 'io.WantTextInput' flags! - Please read the FAQ and example applications for details about this! - - - HOW A SIMPLE RENDERING FUNCTION MAY LOOK LIKE - --------------------------------------------- - The backends in impl_impl_XXX.cpp files contain many working implementations of a rendering function. - - void void MyImGuiRenderFunction(ImDrawData* draw_data) - { - // TODO: Setup render state: alpha-blending enabled, no face culling, no depth testing, scissor enabled - // TODO: Setup texture sampling state: sample with bilinear filtering (NOT point/nearest filtering). Use 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines;' to allow point/nearest filtering. - // TODO: Setup viewport covering draw_data->DisplayPos to draw_data->DisplayPos + draw_data->DisplaySize - // TODO: Setup orthographic projection matrix cover draw_data->DisplayPos to draw_data->DisplayPos + draw_data->DisplaySize - // TODO: Setup shader: vertex { float2 pos, float2 uv, u32 color }, fragment shader sample color from 1 texture, multiply by vertex color. - ImVec2 clip_off = draw_data->DisplayPos; - for (int n = 0; n < draw_data->CmdListsCount; n++) - { - const ImDrawList* cmd_list = draw_data->CmdLists[n]; - const ImDrawVert* vtx_buffer = cmd_list->VtxBuffer.Data; // vertex buffer generated by Dear ImGui - const ImDrawIdx* idx_buffer = cmd_list->IdxBuffer.Data; // index buffer generated by Dear ImGui - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; - if (pcmd->UserCallback) - { - pcmd->UserCallback(cmd_list, pcmd); - } - else - { - // Project scissor/clipping rectangles into framebuffer space - ImVec2 clip_min(pcmd->ClipRect.x - clip_off.x, pcmd->ClipRect.y - clip_off.y); - ImVec2 clip_max(pcmd->ClipRect.z - clip_off.x, pcmd->ClipRect.w - clip_off.y); - if (clip_max.x <= clip_min.x || clip_max.y <= clip_min.y) - continue; - - // We are using scissoring to clip some objects. All low-level graphics API should support it. - // - If your engine doesn't support scissoring yet, you may ignore this at first. You will get some small glitches - // (some elements visible outside their bounds) but you can fix that once everything else works! - // - Clipping coordinates are provided in imgui coordinates space: - // - For a given viewport, draw_data->DisplayPos == viewport->Pos and draw_data->DisplaySize == viewport->Size - // - In a single viewport application, draw_data->DisplayPos == (0,0) and draw_data->DisplaySize == io.DisplaySize, but always use GetMainViewport()->Pos/Size instead of hardcoding those values. - // - In the interest of supporting multi-viewport applications (see 'docking' branch on github), - // always subtract draw_data->DisplayPos from clipping bounds to convert them to your viewport space. - // - Note that pcmd->ClipRect contains Min+Max bounds. Some graphics API may use Min+Max, other may use Min+Size (size being Max-Min) - MyEngineSetScissor(clip_min.x, clip_min.y, clip_max.x, clip_max.y); - - // The texture for the draw call is specified by pcmd->GetTexID(). - // The vast majority of draw calls will use the Dear ImGui texture atlas, which value you have set yourself during initialization. - MyEngineBindTexture((MyTexture*)pcmd->GetTexID()); - - // Render 'pcmd->ElemCount/3' indexed triangles. - // By default the indices ImDrawIdx are 16-bit, you can change them to 32-bit in imconfig.h if your engine doesn't support 16-bit indices. - MyEngineDrawIndexedTriangles(pcmd->ElemCount, sizeof(ImDrawIdx) == 2 ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT, idx_buffer + pcmd->IdxOffset, vtx_buffer, pcmd->VtxOffset); - } - } - } - } - - - USING GAMEPAD/KEYBOARD NAVIGATION CONTROLS - ------------------------------------------ - - The gamepad/keyboard navigation is fairly functional and keeps being improved. - - Gamepad support is particularly useful to use Dear ImGui on a console system (e.g. PS4, Switch, XB1) without a mouse! - - You can ask questions and report issues at https://github.com/ocornut/imgui/issues/787 - - The initial focus was to support game controllers, but keyboard is becoming increasingly and decently usable. - - Keyboard: - - Application: Set io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard to enable. - - Internally: NewFrame() will automatically fill io.NavInputs[] based on backend's io.AddKeyEvent() calls. - - When keyboard navigation is active (io.NavActive + ImGuiConfigFlags_NavEnableKeyboard), - the io.WantCaptureKeyboard flag will be set. For more advanced uses, you may want to read from: - - io.NavActive: true when a window is focused and it doesn't have the ImGuiWindowFlags_NoNavInputs flag set. - - io.NavVisible: true when the navigation cursor is visible (and usually goes false when mouse is used). - - or query focus information with e.g. IsWindowFocused(ImGuiFocusedFlags_AnyWindow), IsItemFocused() etc. functions. - Please reach out if you think the game vs navigation input sharing could be improved. - - Gamepad: - - Application: Set io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad to enable. - - Backend: Set io.BackendFlags |= ImGuiBackendFlags_HasGamepad + call io.AddKeyEvent/AddKeyAnalogEvent() with ImGuiKey_Gamepad_XXX keys. - For analog values (0.0f to 1.0f), backend is responsible to handling a dead-zone and rescaling inputs accordingly. - Backend code will probably need to transform your raw inputs (such as e.g. remapping your 0.2..0.9 raw input range to 0.0..1.0 imgui range, etc.). - - Internally: NewFrame() will automatically fill io.NavInputs[] based on backend's io.AddKeyEvent() + io.AddKeyAnalogEvent() calls. - - BEFORE 1.87, BACKENDS USED TO WRITE DIRECTLY TO io.NavInputs[]. This is going to be obsoleted in the future. Please call io functions instead! - - You can download PNG/PSD files depicting the gamepad controls for common controllers at: http://dearimgui.org/controls_sheets - - If you need to share inputs between your game and the Dear ImGui interface, the easiest approach is to go all-or-nothing, - with a buttons combo to toggle the target. Please reach out if you think the game vs navigation input sharing could be improved. - - Mouse: - - PS4/PS5 users: Consider emulating a mouse cursor with DualShock4 touch pad or a spare analog stick as a mouse-emulation fallback. - - Consoles/Tablet/Phone users: Consider using a Synergy 1.x server (on your PC) + uSynergy.c (on your console/tablet/phone app) to share your PC mouse/keyboard. - - On a TV/console system where readability may be lower or mouse inputs may be awkward, you may want to set the ImGuiConfigFlags_NavEnableSetMousePos flag. - Enabling ImGuiConfigFlags_NavEnableSetMousePos + ImGuiBackendFlags_HasSetMousePos instructs dear imgui to move your mouse cursor along with navigation movements. - When enabled, the NewFrame() function may alter 'io.MousePos' and set 'io.WantSetMousePos' to notify you that it wants the mouse cursor to be moved. - When that happens your backend NEEDS to move the OS or underlying mouse cursor on the next frame. Some of the backends in examples/ do that. - (If you set the NavEnableSetMousePos flag but don't honor 'io.WantSetMousePos' properly, imgui will misbehave as it will see your mouse moving back and forth!) - (In a setup when you may not have easy control over the mouse cursor, e.g. uSynergy.c doesn't expose moving remote mouse cursor, you may want - to set a boolean to ignore your other external mouse positions until the external source is moved again.) - - - API BREAKING CHANGES - ==================== - - Occasionally introducing changes that are breaking the API. We try to make the breakage minor and easy to fix. - Below is a change-log of API breaking changes only. If you are using one of the functions listed, expect to have to fix some code. - When you are not sure about an old symbol or function name, try using the Search/Find function of your IDE to look for comments or references in all imgui files. - You can read releases logs https://github.com/ocornut/imgui/releases for more details. - - - 2022/06/15 (1.88) - renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS for correctness. kept support for old define (will obsolete). - - 2022/05/03 (1.88) - backends: osx: removed ImGui_ImplOSX_HandleEvent() from backend API in favor of backend automatically handling event capture. All ImGui_ImplOSX_HandleEvent() calls should be removed as they are now unnecessary. - - 2022/04/05 (1.88) - inputs: renamed ImGuiKeyModFlags to ImGuiModFlags. Kept inline redirection enums (will obsolete). This was never used in public API functions but technically present in imgui.h and ImGuiIO. - - 2022/01/20 (1.87) - inputs: reworded gamepad IO. - - Backend writing to io.NavInputs[] -> backend should call io.AddKeyEvent()/io.AddKeyAnalogEvent() with ImGuiKey_GamepadXXX values. - - 2022/01/19 (1.87) - sliders, drags: removed support for legacy arithmetic operators (+,+-,*,/) when inputing text. This doesn't break any api/code but a feature that used to be accessible by end-users (which seemingly no one used). - - 2022/01/17 (1.87) - inputs: reworked mouse IO. - - Backend writing to io.MousePos -> backend should call io.AddMousePosEvent() - - Backend writing to io.MouseDown[] -> backend should call io.AddMouseButtonEvent() - - Backend writing to io.MouseWheel -> backend should call io.AddMouseWheelEvent() - - Backend writing to io.MouseHoveredViewport -> backend should call io.AddMouseViewportEvent() [Docking branch w/ multi-viewports only] - note: for all calls to IO new functions, the Dear ImGui context should be bound/current. - read https://github.com/ocornut/imgui/issues/4921 for details. - - 2022/01/10 (1.87) - inputs: reworked keyboard IO. Removed io.KeyMap[], io.KeysDown[] in favor of calling io.AddKeyEvent(). Removed GetKeyIndex(), now unecessary. All IsKeyXXX() functions now take ImGuiKey values. All features are still functional until IMGUI_DISABLE_OBSOLETE_KEYIO is defined. Read Changelog and Release Notes for details. - - IsKeyPressed(MY_NATIVE_KEY_XXX) -> use IsKeyPressed(ImGuiKey_XXX) - - IsKeyPressed(GetKeyIndex(ImGuiKey_XXX)) -> use IsKeyPressed(ImGuiKey_XXX) - - Backend writing to io.KeyMap[],io.KeysDown[] -> backend should call io.AddKeyEvent() (+ call io.SetKeyEventNativeData() if you want legacy user code to stil function with legacy key codes). - - Backend writing to io.KeyCtrl, io.KeyShift.. -> backend should call io.AddKeyEvent() with ImGuiKey_ModXXX values. *IF YOU PULLED CODE BETWEEN 2021/01/10 and 2021/01/27: We used to have a io.AddKeyModsEvent() function which was now replaced by io.AddKeyEvent() with ImGuiKey_ModXXX values.* - - one case won't work with backward compatibility: if your custom backend used ImGuiKey as mock native indices (e.g. "io.KeyMap[ImGuiKey_A] = ImGuiKey_A") because those values are now larger than the legacy KeyDown[] array. Will assert. - - inputs: added ImGuiKey_ModCtrl/ImGuiKey_ModShift/ImGuiKey_ModAlt/ImGuiKey_ModSuper values to submit keyboard modifiers using io.AddKeyEvent(), instead of writing directly to io.KeyCtrl, io.KeyShift, io.KeyAlt, io.KeySuper. - - 2022/01/05 (1.87) - inputs: renamed ImGuiKey_KeyPadEnter to ImGuiKey_KeypadEnter to align with new symbols. Kept redirection enum. - - 2022/01/05 (1.87) - removed io.ImeSetInputScreenPosFn() in favor of more flexible io.SetPlatformImeDataFn(). Removed 'void* io.ImeWindowHandle' in favor of writing to 'void* ImGuiViewport::PlatformHandleRaw'. - - 2022/01/01 (1.87) - commented out redirecting functions/enums names that were marked obsolete in 1.69, 1.70, 1.71, 1.72 (March-July 2019) - - ImGui::SetNextTreeNodeOpen() -> use ImGui::SetNextItemOpen() - - ImGui::GetContentRegionAvailWidth() -> use ImGui::GetContentRegionAvail().x - - ImGui::TreeAdvanceToLabelPos() -> use ImGui::SetCursorPosX(ImGui::GetCursorPosX() + ImGui::GetTreeNodeToLabelSpacing()); - - ImFontAtlas::CustomRect -> use ImFontAtlasCustomRect - - ImGuiColorEditFlags_RGB/HSV/HEX -> use ImGuiColorEditFlags_DisplayRGB/HSV/Hex - - 2021/12/20 (1.86) - backends: removed obsolete Marmalade backend (imgui_impl_marmalade.cpp) + example. Find last supported version at https://github.com/ocornut/imgui/wiki/Bindings - - 2021/11/04 (1.86) - removed CalcListClipping() function. Prefer using ImGuiListClipper which can return non-contiguous ranges. Please open an issue if you think you really need this function. - - 2021/08/23 (1.85) - removed GetWindowContentRegionWidth() function. keep inline redirection helper. can use 'GetWindowContentRegionMax().x - GetWindowContentRegionMin().x' instead for generally 'GetContentRegionAvail().x' is more useful. - - 2021/07/26 (1.84) - commented out redirecting functions/enums names that were marked obsolete in 1.67 and 1.69 (March 2019): - - ImGui::GetOverlayDrawList() -> use ImGui::GetForegroundDrawList() - - ImFont::GlyphRangesBuilder -> use ImFontGlyphRangesBuilder - - 2021/05/19 (1.83) - backends: obsoleted direct access to ImDrawCmd::TextureId in favor of calling ImDrawCmd::GetTexID(). - - if you are using official backends from the source tree: you have nothing to do. - - if you have copied old backend code or using your own: change access to draw_cmd->TextureId to draw_cmd->GetTexID(). - - 2021/03/12 (1.82) - upgraded ImDrawList::AddRect(), AddRectFilled(), PathRect() to use ImDrawFlags instead of ImDrawCornersFlags. - - ImDrawCornerFlags_TopLeft -> use ImDrawFlags_RoundCornersTopLeft - - ImDrawCornerFlags_BotRight -> use ImDrawFlags_RoundCornersBottomRight - - ImDrawCornerFlags_None -> use ImDrawFlags_RoundCornersNone etc. - flags now sanely defaults to 0 instead of 0x0F, consistent with all other flags in the API. - breaking: the default with rounding > 0.0f is now "round all corners" vs old implicit "round no corners": - - rounding == 0.0f + flags == 0 --> meant no rounding --> unchanged (common use) - - rounding > 0.0f + flags != 0 --> meant rounding --> unchanged (common use) - - rounding == 0.0f + flags != 0 --> meant no rounding --> unchanged (unlikely use) - - rounding > 0.0f + flags == 0 --> meant no rounding --> BREAKING (unlikely use): will now round all corners --> use ImDrawFlags_RoundCornersNone or rounding == 0.0f. - this ONLY matters for hard coded use of 0 + rounding > 0.0f. Use of named ImDrawFlags_RoundCornersNone (new) or ImDrawCornerFlags_None (old) are ok. - the old ImDrawCornersFlags used awkward default values of ~0 or 0xF (4 lower bits set) to signify "round all corners" and we sometimes encouraged using them as shortcuts. - legacy path still support use of hard coded ~0 or any value from 0x1 or 0xF. They will behave the same with legacy paths enabled (will assert otherwise). - - 2021/03/11 (1.82) - removed redirecting functions/enums names that were marked obsolete in 1.66 (September 2018): - - ImGui::SetScrollHere() -> use ImGui::SetScrollHereY() - - 2021/03/11 (1.82) - clarified that ImDrawList::PathArcTo(), ImDrawList::PathArcToFast() won't render with radius < 0.0f. Previously it sorts of accidentally worked but would generally lead to counter-clockwise paths and have an effect on anti-aliasing. - - 2021/03/10 (1.82) - upgraded ImDrawList::AddPolyline() and PathStroke() "bool closed" parameter to "ImDrawFlags flags". The matching ImDrawFlags_Closed value is guaranteed to always stay == 1 in the future. - - 2021/02/22 (1.82) - (*undone in 1.84*) win32+mingw: Re-enabled IME functions by default even under MinGW. In July 2016, issue #738 had me incorrectly disable those default functions for MinGW. MinGW users should: either link with -limm32, either set their imconfig file with '#define IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS'. - - 2021/02/17 (1.82) - renamed rarely used style.CircleSegmentMaxError (old default = 1.60f) to style.CircleTessellationMaxError (new default = 0.30f) as the meaning of the value changed. - - 2021/02/03 (1.81) - renamed ListBoxHeader(const char* label, ImVec2 size) to BeginListBox(). Kept inline redirection function (will obsolete). - - removed ListBoxHeader(const char* label, int items_count, int height_in_items = -1) in favor of specifying size. Kept inline redirection function (will obsolete). - - renamed ListBoxFooter() to EndListBox(). Kept inline redirection function (will obsolete). - - 2021/01/26 (1.81) - removed ImGuiFreeType::BuildFontAtlas(). Kept inline redirection function. Prefer using '#define IMGUI_ENABLE_FREETYPE', but there's a runtime selection path available too. The shared extra flags parameters (very rarely used) are now stored in ImFontAtlas::FontBuilderFlags. - - renamed ImFontConfig::RasterizerFlags (used by FreeType) to ImFontConfig::FontBuilderFlags. - - renamed ImGuiFreeType::XXX flags to ImGuiFreeTypeBuilderFlags_XXX for consistency with other API. - - 2020/10/12 (1.80) - removed redirecting functions/enums that were marked obsolete in 1.63 (August 2018): - - ImGui::IsItemDeactivatedAfterChange() -> use ImGui::IsItemDeactivatedAfterEdit(). - - ImGuiCol_ModalWindowDarkening -> use ImGuiCol_ModalWindowDimBg - - ImGuiInputTextCallback -> use ImGuiTextEditCallback - - ImGuiInputTextCallbackData -> use ImGuiTextEditCallbackData - - 2020/12/21 (1.80) - renamed ImDrawList::AddBezierCurve() to AddBezierCubic(), and PathBezierCurveTo() to PathBezierCubicCurveTo(). Kept inline redirection function (will obsolete). - - 2020/12/04 (1.80) - added imgui_tables.cpp file! Manually constructed project files will need the new file added! - - 2020/11/18 (1.80) - renamed undocumented/internals ImGuiColumnsFlags_* to ImGuiOldColumnFlags_* in prevision of incoming Tables API. - - 2020/11/03 (1.80) - renamed io.ConfigWindowsMemoryCompactTimer to io.ConfigMemoryCompactTimer as the feature will apply to other data structures - - 2020/10/14 (1.80) - backends: moved all backends files (imgui_impl_XXXX.cpp, imgui_impl_XXXX.h) from examples/ to backends/. - - 2020/10/12 (1.80) - removed redirecting functions/enums that were marked obsolete in 1.60 (April 2018): - - io.RenderDrawListsFn pointer -> use ImGui::GetDrawData() value and call the render function of your backend - - ImGui::IsAnyWindowFocused() -> use ImGui::IsWindowFocused(ImGuiFocusedFlags_AnyWindow) - - ImGui::IsAnyWindowHovered() -> use ImGui::IsWindowHovered(ImGuiHoveredFlags_AnyWindow) - - ImGuiStyleVar_Count_ -> use ImGuiStyleVar_COUNT - - ImGuiMouseCursor_Count_ -> use ImGuiMouseCursor_COUNT - - removed redirecting functions names that were marked obsolete in 1.61 (May 2018): - - InputFloat (... int decimal_precision ...) -> use InputFloat (... const char* format ...) with format = "%.Xf" where X is your value for decimal_precision. - - same for InputFloat2()/InputFloat3()/InputFloat4() variants taking a `int decimal_precision` parameter. - - 2020/10/05 (1.79) - removed ImGuiListClipper: Renamed constructor parameters which created an ambiguous alternative to using the ImGuiListClipper::Begin() function, with misleading edge cases (note: imgui_memory_editor <0.40 from imgui_club/ used this old clipper API. Update your copy if needed). - - 2020/09/25 (1.79) - renamed ImGuiSliderFlags_ClampOnInput to ImGuiSliderFlags_AlwaysClamp. Kept redirection enum (will obsolete sooner because previous name was added recently). - - 2020/09/25 (1.79) - renamed style.TabMinWidthForUnselectedCloseButton to style.TabMinWidthForCloseButton. - - 2020/09/21 (1.79) - renamed OpenPopupContextItem() back to OpenPopupOnItemClick(), reverting the change from 1.77. For varieties of reason this is more self-explanatory. - - 2020/09/21 (1.79) - removed return value from OpenPopupOnItemClick() - returned true on mouse release on an item - because it is inconsistent with other popup APIs and makes others misleading. It's also and unnecessary: you can use IsWindowAppearing() after BeginPopup() for a similar result. - - 2020/09/17 (1.79) - removed ImFont::DisplayOffset in favor of ImFontConfig::GlyphOffset. DisplayOffset was applied after scaling and not very meaningful/useful outside of being needed by the default ProggyClean font. If you scaled this value after calling AddFontDefault(), this is now done automatically. It was also getting in the way of better font scaling, so let's get rid of it now! - - 2020/08/17 (1.78) - obsoleted use of the trailing 'float power=1.0f' parameter for DragFloat(), DragFloat2(), DragFloat3(), DragFloat4(), DragFloatRange2(), DragScalar(), DragScalarN(), SliderFloat(), SliderFloat2(), SliderFloat3(), SliderFloat4(), SliderScalar(), SliderScalarN(), VSliderFloat() and VSliderScalar(). - replaced the 'float power=1.0f' argument with integer-based flags defaulting to 0 (as with all our flags). - worked out a backward-compatibility scheme so hopefully most C++ codebase should not be affected. in short, when calling those functions: - - if you omitted the 'power' parameter (likely!), you are not affected. - - if you set the 'power' parameter to 1.0f (same as previous default value): 1/ your compiler may warn on float>int conversion, 2/ everything else will work. 3/ you can replace the 1.0f value with 0 to fix the warning, and be technically correct. - - if you set the 'power' parameter to >1.0f (to enable non-linear editing): 1/ your compiler may warn on float>int conversion, 2/ code will assert at runtime, 3/ in case asserts are disabled, the code will not crash and enable the _Logarithmic flag. 4/ you can replace the >1.0f value with ImGuiSliderFlags_Logarithmic to fix the warning/assert and get a _similar_ effect as previous uses of power >1.0f. - see https://github.com/ocornut/imgui/issues/3361 for all details. - kept inline redirection functions (will obsolete) apart for: DragFloatRange2(), VSliderFloat(), VSliderScalar(). For those three the 'float power=1.0f' version was removed directly as they were most unlikely ever used. - for shared code, you can version check at compile-time with `#if IMGUI_VERSION_NUM >= 17704`. - - obsoleted use of v_min > v_max in DragInt, DragFloat, DragScalar to lock edits (introduced in 1.73, was not demoed nor documented very), will be replaced by a more generic ReadOnly feature. You may use the ImGuiSliderFlags_ReadOnly internal flag in the meantime. - - 2020/06/23 (1.77) - removed BeginPopupContextWindow(const char*, int mouse_button, bool also_over_items) in favor of BeginPopupContextWindow(const char*, ImGuiPopupFlags flags) with ImGuiPopupFlags_NoOverItems. - - 2020/06/15 (1.77) - renamed OpenPopupOnItemClick() to OpenPopupContextItem(). Kept inline redirection function (will obsolete). [NOTE: THIS WAS REVERTED IN 1.79] - - 2020/06/15 (1.77) - removed CalcItemRectClosestPoint() entry point which was made obsolete and asserting in December 2017. - - 2020/04/23 (1.77) - removed unnecessary ID (first arg) of ImFontAtlas::AddCustomRectRegular(). - - 2020/01/22 (1.75) - ImDrawList::AddCircle()/AddCircleFilled() functions don't accept negative radius any more. - - 2019/12/17 (1.75) - [undid this change in 1.76] made Columns() limited to 64 columns by asserting above that limit. While the current code technically supports it, future code may not so we're putting the restriction ahead. - - 2019/12/13 (1.75) - [imgui_internal.h] changed ImRect() default constructor initializes all fields to 0.0f instead of (FLT_MAX,FLT_MAX,-FLT_MAX,-FLT_MAX). If you used ImRect::Add() to create bounding boxes by adding multiple points into it, you may need to fix your initial value. - - 2019/12/08 (1.75) - removed redirecting functions/enums that were marked obsolete in 1.53 (December 2017): - - ShowTestWindow() -> use ShowDemoWindow() - - IsRootWindowFocused() -> use IsWindowFocused(ImGuiFocusedFlags_RootWindow) - - IsRootWindowOrAnyChildFocused() -> use IsWindowFocused(ImGuiFocusedFlags_RootAndChildWindows) - - SetNextWindowContentWidth(w) -> use SetNextWindowContentSize(ImVec2(w, 0.0f) - - GetItemsLineHeightWithSpacing() -> use GetFrameHeightWithSpacing() - - ImGuiCol_ChildWindowBg -> use ImGuiCol_ChildBg - - ImGuiStyleVar_ChildWindowRounding -> use ImGuiStyleVar_ChildRounding - - ImGuiTreeNodeFlags_AllowOverlapMode -> use ImGuiTreeNodeFlags_AllowItemOverlap - - IMGUI_DISABLE_TEST_WINDOWS -> use IMGUI_DISABLE_DEMO_WINDOWS - - 2019/12/08 (1.75) - obsoleted calling ImDrawList::PrimReserve() with a negative count (which was vaguely documented and rarely if ever used). Instead, we added an explicit PrimUnreserve() API. - - 2019/12/06 (1.75) - removed implicit default parameter to IsMouseDragging(int button = 0) to be consistent with other mouse functions (none of the other functions have it). - - 2019/11/21 (1.74) - ImFontAtlas::AddCustomRectRegular() now requires an ID larger than 0x110000 (instead of 0x10000) to conform with supporting Unicode planes 1-16 in a future update. ID below 0x110000 will now assert. - - 2019/11/19 (1.74) - renamed IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS to IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS for consistency. - - 2019/11/19 (1.74) - renamed IMGUI_DISABLE_MATH_FUNCTIONS to IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS for consistency. - - 2019/10/22 (1.74) - removed redirecting functions/enums that were marked obsolete in 1.52 (October 2017): - - Begin() [old 5 args version] -> use Begin() [3 args], use SetNextWindowSize() SetNextWindowBgAlpha() if needed - - IsRootWindowOrAnyChildHovered() -> use IsWindowHovered(ImGuiHoveredFlags_RootAndChildWindows) - - AlignFirstTextHeightToWidgets() -> use AlignTextToFramePadding() - - SetNextWindowPosCenter() -> use SetNextWindowPos() with a pivot of (0.5f, 0.5f) - - ImFont::Glyph -> use ImFontGlyph - - 2019/10/14 (1.74) - inputs: Fixed a miscalculation in the keyboard/mouse "typematic" repeat delay/rate calculation, used by keys and e.g. repeating mouse buttons as well as the GetKeyPressedAmount() function. - if you were using a non-default value for io.KeyRepeatRate (previous default was 0.250), you can add +io.KeyRepeatDelay to it to compensate for the fix. - The function was triggering on: 0.0 and (delay+rate*N) where (N>=1). Fixed formula responds to (N>=0). Effectively it made io.KeyRepeatRate behave like it was set to (io.KeyRepeatRate + io.KeyRepeatDelay). - If you never altered io.KeyRepeatRate nor used GetKeyPressedAmount() this won't affect you. - - 2019/07/15 (1.72) - removed TreeAdvanceToLabelPos() which is rarely used and only does SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()). Kept redirection function (will obsolete). - - 2019/07/12 (1.72) - renamed ImFontAtlas::CustomRect to ImFontAtlasCustomRect. Kept redirection typedef (will obsolete). - - 2019/06/14 (1.72) - removed redirecting functions/enums names that were marked obsolete in 1.51 (June 2017): ImGuiCol_Column*, ImGuiSetCond_*, IsItemHoveredRect(), IsPosHoveringAnyWindow(), IsMouseHoveringAnyWindow(), IsMouseHoveringWindow(), IMGUI_ONCE_UPON_A_FRAME. Grep this log for details and new names, or see how they were implemented until 1.71. - - 2019/06/07 (1.71) - rendering of child window outer decorations (bg color, border, scrollbars) is now performed as part of the parent window. If you have - overlapping child windows in a same parent, and relied on their relative z-order to be mapped to their submission order, this will affect your rendering. - This optimization is disabled if the parent window has no visual output, because it appears to be the most common situation leading to the creation of overlapping child windows. - Please reach out if you are affected. - - 2019/05/13 (1.71) - renamed SetNextTreeNodeOpen() to SetNextItemOpen(). Kept inline redirection function (will obsolete). - - 2019/05/11 (1.71) - changed io.AddInputCharacter(unsigned short c) signature to io.AddInputCharacter(unsigned int c). - - 2019/04/29 (1.70) - improved ImDrawList thick strokes (>1.0f) preserving correct thickness up to 90 degrees angles (e.g. rectangles). If you have custom rendering using thick lines, they will appear thicker now. - - 2019/04/29 (1.70) - removed GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function (will obsolete). - - 2019/03/04 (1.69) - renamed GetOverlayDrawList() to GetForegroundDrawList(). Kept redirection function (will obsolete). - - 2019/02/26 (1.69) - renamed ImGuiColorEditFlags_RGB/ImGuiColorEditFlags_HSV/ImGuiColorEditFlags_HEX to ImGuiColorEditFlags_DisplayRGB/ImGuiColorEditFlags_DisplayHSV/ImGuiColorEditFlags_DisplayHex. Kept redirection enums (will obsolete). - - 2019/02/14 (1.68) - made it illegal/assert when io.DisplayTime == 0.0f (with an exception for the first frame). If for some reason your time step calculation gives you a zero value, replace it with an arbitrarily small value! - - 2019/02/01 (1.68) - removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already). - - 2019/01/06 (1.67) - renamed io.InputCharacters[], marked internal as was always intended. Please don't access directly, and use AddInputCharacter() instead! - - 2019/01/06 (1.67) - renamed ImFontAtlas::GlyphRangesBuilder to ImFontGlyphRangesBuilder. Kept redirection typedef (will obsolete). - - 2018/12/20 (1.67) - made it illegal to call Begin("") with an empty string. This somehow half-worked before but had various undesirable side-effects. - - 2018/12/10 (1.67) - renamed io.ConfigResizeWindowsFromEdges to io.ConfigWindowsResizeFromEdges as we are doing a large pass on configuration flags. - - 2018/10/12 (1.66) - renamed misc/stl/imgui_stl.* to misc/cpp/imgui_stdlib.* in prevision for other C++ helper files. - - 2018/09/28 (1.66) - renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete). - - 2018/09/06 (1.65) - renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. - If you were conveniently using the imgui copy of those STB headers in your project you will have to update your include paths. - - 2018/09/05 (1.65) - renamed io.OptCursorBlink/io.ConfigCursorBlink to io.ConfigInputTextCursorBlink. (#1427) - - 2018/08/31 (1.64) - added imgui_widgets.cpp file, extracted and moved widgets code out of imgui.cpp into imgui_widgets.cpp. Re-ordered some of the code remaining in imgui.cpp. - NONE OF THE FUNCTIONS HAVE CHANGED. THE CODE IS SEMANTICALLY 100% IDENTICAL, BUT _EVERY_ FUNCTION HAS BEEN MOVED. - Because of this, any local modifications to imgui.cpp will likely conflict when you update. Read docs/CHANGELOG.txt for suggestions. - - 2018/08/22 (1.63) - renamed IsItemDeactivatedAfterChange() to IsItemDeactivatedAfterEdit() for consistency with new IsItemEdited() API. Kept redirection function (will obsolete soonish as IsItemDeactivatedAfterChange() is very recent). - - 2018/08/21 (1.63) - renamed ImGuiTextEditCallback to ImGuiInputTextCallback, ImGuiTextEditCallbackData to ImGuiInputTextCallbackData for consistency. Kept redirection types (will obsolete). - - 2018/08/21 (1.63) - removed ImGuiInputTextCallbackData::ReadOnly since it is a duplication of (ImGuiInputTextCallbackData::Flags & ImGuiInputTextFlags_ReadOnly). - - 2018/08/01 (1.63) - removed per-window ImGuiWindowFlags_ResizeFromAnySide beta flag in favor of a global io.ConfigResizeWindowsFromEdges [update 1.67 renamed to ConfigWindowsResizeFromEdges] to enable the feature. - - 2018/08/01 (1.63) - renamed io.OptCursorBlink to io.ConfigCursorBlink [-> io.ConfigInputTextCursorBlink in 1.65], io.OptMacOSXBehaviors to ConfigMacOSXBehaviors for consistency. - - 2018/07/22 (1.63) - changed ImGui::GetTime() return value from float to double to avoid accumulating floating point imprecisions over time. - - 2018/07/08 (1.63) - style: renamed ImGuiCol_ModalWindowDarkening to ImGuiCol_ModalWindowDimBg for consistency with other features. Kept redirection enum (will obsolete). - - 2018/06/08 (1.62) - examples: the imgui_impl_XXX files have been split to separate platform (Win32, GLFW, SDL2, etc.) from renderer (DX11, OpenGL, Vulkan, etc.). - old backends will still work as is, however prefer using the separated backends as they will be updated to support multi-viewports. - when adopting new backends follow the main.cpp code of your preferred examples/ folder to know which functions to call. - in particular, note that old backends called ImGui::NewFrame() at the end of their ImGui_ImplXXXX_NewFrame() function. - - 2018/06/06 (1.62) - renamed GetGlyphRangesChinese() to GetGlyphRangesChineseFull() to distinguish other variants and discourage using the full set. - - 2018/06/06 (1.62) - TreeNodeEx()/TreeNodeBehavior(): the ImGuiTreeNodeFlags_CollapsingHeader helper now include the ImGuiTreeNodeFlags_NoTreePushOnOpen flag. See Changelog for details. - - 2018/05/03 (1.61) - DragInt(): the default compile-time format string has been changed from "%.0f" to "%d", as we are not using integers internally any more. - If you used DragInt() with custom format strings, make sure you change them to use %d or an integer-compatible format. - To honor backward-compatibility, the DragInt() code will currently parse and modify format strings to replace %*f with %d, giving time to users to upgrade their code. - If you have IMGUI_DISABLE_OBSOLETE_FUNCTIONS enabled, the code will instead assert! You may run a reg-exp search on your codebase for e.g. "DragInt.*%f" to help you find them. - - 2018/04/28 (1.61) - obsoleted InputFloat() functions taking an optional "int decimal_precision" in favor of an equivalent and more flexible "const char* format", - consistent with other functions. Kept redirection functions (will obsolete). - - 2018/04/09 (1.61) - IM_DELETE() helper function added in 1.60 doesn't clear the input _pointer_ reference, more consistent with expectation and allows passing r-value. - - 2018/03/20 (1.60) - renamed io.WantMoveMouse to io.WantSetMousePos for consistency and ease of understanding (was added in 1.52, _not_ used by core and only honored by some backend ahead of merging the Nav branch). - - 2018/03/12 (1.60) - removed ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered as the closing cross uses regular button colors now. - - 2018/03/08 (1.60) - changed ImFont::DisplayOffset.y to default to 0 instead of +1. Fixed rounding of Ascent/Descent to match TrueType renderer. If you were adding or subtracting to ImFont::DisplayOffset check if your fonts are correctly aligned vertically. - - 2018/03/03 (1.60) - renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT and ImGuiMouseCursor_Count_ to ImGuiMouseCursor_COUNT for consistency with other public enums. - - 2018/02/18 (1.60) - BeginDragDropSource(): temporarily removed the optional mouse_button=0 parameter because it is not really usable in many situations at the moment. - - 2018/02/16 (1.60) - obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display. - - 2018/02/07 (1.60) - reorganized context handling to be more explicit, - - YOU NOW NEED TO CALL ImGui::CreateContext() AT THE BEGINNING OF YOUR APP, AND CALL ImGui::DestroyContext() AT THE END. - - removed Shutdown() function, as DestroyContext() serve this purpose. - - you may pass a ImFontAtlas* pointer to CreateContext() to share a font atlas between contexts. Otherwise CreateContext() will create its own font atlas instance. - - removed allocator parameters from CreateContext(), they are now setup with SetAllocatorFunctions(), and shared by all contexts. - - removed the default global context and font atlas instance, which were confusing for users of DLL reloading and users of multiple contexts. - - 2018/01/31 (1.60) - moved sample TTF files from extra_fonts/ to misc/fonts/. If you loaded files directly from the imgui repo you may need to update your paths. - - 2018/01/11 (1.60) - obsoleted IsAnyWindowHovered() in favor of IsWindowHovered(ImGuiHoveredFlags_AnyWindow). Kept redirection function (will obsolete). - - 2018/01/11 (1.60) - obsoleted IsAnyWindowFocused() in favor of IsWindowFocused(ImGuiFocusedFlags_AnyWindow). Kept redirection function (will obsolete). - - 2018/01/03 (1.60) - renamed ImGuiSizeConstraintCallback to ImGuiSizeCallback, ImGuiSizeConstraintCallbackData to ImGuiSizeCallbackData. - - 2017/12/29 (1.60) - removed CalcItemRectClosestPoint() which was weird and not really used by anyone except demo code. If you need it it's easy to replicate on your side. - - 2017/12/24 (1.53) - renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete). - - 2017/12/21 (1.53) - ImDrawList: renamed style.AntiAliasedShapes to style.AntiAliasedFill for consistency and as a way to explicitly break code that manipulate those flag at runtime. You can now manipulate ImDrawList::Flags - - 2017/12/21 (1.53) - ImDrawList: removed 'bool anti_aliased = true' final parameter of ImDrawList::AddPolyline() and ImDrawList::AddConvexPolyFilled(). Prefer manipulating ImDrawList::Flags if you need to toggle them during the frame. - - 2017/12/14 (1.53) - using the ImGuiWindowFlags_NoScrollWithMouse flag on a child window forwards the mouse wheel event to the parent window, unless either ImGuiWindowFlags_NoInputs or ImGuiWindowFlags_NoScrollbar are also set. - - 2017/12/13 (1.53) - renamed GetItemsLineHeightWithSpacing() to GetFrameHeightWithSpacing(). Kept redirection function (will obsolete). - - 2017/12/13 (1.53) - obsoleted IsRootWindowFocused() in favor of using IsWindowFocused(ImGuiFocusedFlags_RootWindow). Kept redirection function (will obsolete). - - obsoleted IsRootWindowOrAnyChildFocused() in favor of using IsWindowFocused(ImGuiFocusedFlags_RootAndChildWindows). Kept redirection function (will obsolete). - - 2017/12/12 (1.53) - renamed ImGuiTreeNodeFlags_AllowOverlapMode to ImGuiTreeNodeFlags_AllowItemOverlap. Kept redirection enum (will obsolete). - - 2017/12/10 (1.53) - removed SetNextWindowContentWidth(), prefer using SetNextWindowContentSize(). Kept redirection function (will obsolete). - - 2017/11/27 (1.53) - renamed ImGuiTextBuffer::append() helper to appendf(), appendv() to appendfv(). If you copied the 'Log' demo in your code, it uses appendv() so that needs to be renamed. - - 2017/11/18 (1.53) - Style, Begin: removed ImGuiWindowFlags_ShowBorders window flag. Borders are now fully set up in the ImGuiStyle structure (see e.g. style.FrameBorderSize, style.WindowBorderSize). Use ImGui::ShowStyleEditor() to look them up. - Please note that the style system will keep evolving (hopefully stabilizing in Q1 2018), and so custom styles will probably subtly break over time. It is recommended you use the StyleColorsClassic(), StyleColorsDark(), StyleColorsLight() functions. - - 2017/11/18 (1.53) - Style: removed ImGuiCol_ComboBg in favor of combo boxes using ImGuiCol_PopupBg for consistency. - - 2017/11/18 (1.53) - Style: renamed ImGuiCol_ChildWindowBg to ImGuiCol_ChildBg. - - 2017/11/18 (1.53) - Style: renamed style.ChildWindowRounding to style.ChildRounding, ImGuiStyleVar_ChildWindowRounding to ImGuiStyleVar_ChildRounding. - - 2017/11/02 (1.53) - obsoleted IsRootWindowOrAnyChildHovered() in favor of using IsWindowHovered(ImGuiHoveredFlags_RootAndChildWindows); - - 2017/10/24 (1.52) - renamed IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS/IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCS to IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS/IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS for consistency. - - 2017/10/20 (1.52) - changed IsWindowHovered() default parameters behavior to return false if an item is active in another window (e.g. click-dragging item from another window to this window). You can use the newly introduced IsWindowHovered() flags to requests this specific behavior if you need it. - - 2017/10/20 (1.52) - marked IsItemHoveredRect()/IsMouseHoveringWindow() as obsolete, in favor of using the newly introduced flags for IsItemHovered() and IsWindowHovered(). See https://github.com/ocornut/imgui/issues/1382 for details. - removed the IsItemRectHovered()/IsWindowRectHovered() names introduced in 1.51 since they were merely more consistent names for the two functions we are now obsoleting. - IsItemHoveredRect() --> IsItemHovered(ImGuiHoveredFlags_RectOnly) - IsMouseHoveringAnyWindow() --> IsWindowHovered(ImGuiHoveredFlags_AnyWindow) - IsMouseHoveringWindow() --> IsWindowHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem) [weird, old behavior] - - 2017/10/17 (1.52) - marked the old 5-parameters version of Begin() as obsolete (still available). Use SetNextWindowSize()+Begin() instead! - - 2017/10/11 (1.52) - renamed AlignFirstTextHeightToWidgets() to AlignTextToFramePadding(). Kept inline redirection function (will obsolete). - - 2017/09/26 (1.52) - renamed ImFont::Glyph to ImFontGlyph. Kept redirection typedef (will obsolete). - - 2017/09/25 (1.52) - removed SetNextWindowPosCenter() because SetNextWindowPos() now has the optional pivot information to do the same and more. Kept redirection function (will obsolete). - - 2017/08/25 (1.52) - io.MousePos needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing. Previously ImVec2(-1,-1) was enough but we now accept negative mouse coordinates. In your backend if you need to support unavailable mouse, make sure to replace "io.MousePos = ImVec2(-1,-1)" with "io.MousePos = ImVec2(-FLT_MAX,-FLT_MAX)". - - 2017/08/22 (1.51) - renamed IsItemHoveredRect() to IsItemRectHovered(). Kept inline redirection function (will obsolete). -> (1.52) use IsItemHovered(ImGuiHoveredFlags_RectOnly)! - - renamed IsMouseHoveringAnyWindow() to IsAnyWindowHovered() for consistency. Kept inline redirection function (will obsolete). - - renamed IsMouseHoveringWindow() to IsWindowRectHovered() for consistency. Kept inline redirection function (will obsolete). - - 2017/08/20 (1.51) - renamed GetStyleColName() to GetStyleColorName() for consistency. - - 2017/08/20 (1.51) - added PushStyleColor(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix. - - 2017/08/15 (1.51) - marked the weird IMGUI_ONCE_UPON_A_FRAME helper macro as obsolete. prefer using the more explicit ImGuiOnceUponAFrame type. - - 2017/08/15 (1.51) - changed parameter order for BeginPopupContextWindow() from (const char*,int buttons,bool also_over_items) to (const char*,int buttons,bool also_over_items). Note that most calls relied on default parameters completely. - - 2017/08/13 (1.51) - renamed ImGuiCol_Column to ImGuiCol_Separator, ImGuiCol_ColumnHovered to ImGuiCol_SeparatorHovered, ImGuiCol_ColumnActive to ImGuiCol_SeparatorActive. Kept redirection enums (will obsolete). - - 2017/08/11 (1.51) - renamed ImGuiSetCond_Always to ImGuiCond_Always, ImGuiSetCond_Once to ImGuiCond_Once, ImGuiSetCond_FirstUseEver to ImGuiCond_FirstUseEver, ImGuiSetCond_Appearing to ImGuiCond_Appearing. Kept redirection enums (will obsolete). - - 2017/08/09 (1.51) - removed ValueColor() helpers, they are equivalent to calling Text(label) + SameLine() + ColorButton(). - - 2017/08/08 (1.51) - removed ColorEditMode() and ImGuiColorEditMode in favor of ImGuiColorEditFlags and parameters to the various Color*() functions. The SetColorEditOptions() allows to initialize default but the user can still change them with right-click context menu. - - changed prototype of 'ColorEdit4(const char* label, float col[4], bool show_alpha = true)' to 'ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0)', where passing flags = 0x01 is a safe no-op (hello dodgy backward compatibility!). - check and run the demo window, under "Color/Picker Widgets", to understand the various new options. - - changed prototype of rarely used 'ColorButton(ImVec4 col, bool small_height = false, bool outline_border = true)' to 'ColorButton(const char* desc_id, ImVec4 col, ImGuiColorEditFlags flags = 0, ImVec2 size = ImVec2(0, 0))' - - 2017/07/20 (1.51) - removed IsPosHoveringAnyWindow(ImVec2), which was partly broken and misleading. ASSERT + redirect user to io.WantCaptureMouse - - 2017/05/26 (1.50) - removed ImFontConfig::MergeGlyphCenterV in favor of a more multipurpose ImFontConfig::GlyphOffset. - - 2017/05/01 (1.50) - renamed ImDrawList::PathFill() (rarely used directly) to ImDrawList::PathFillConvex() for clarity. - - 2016/11/06 (1.50) - BeginChild(const char*) now applies the stack id to the provided label, consistently with other functions as it should always have been. It shouldn't affect you unless (extremely unlikely) you were appending multiple times to a same child from different locations of the stack id. If that's the case, generate an id with GetID() and use it instead of passing string to BeginChild(). - - 2016/10/15 (1.50) - avoid 'void* user_data' parameter to io.SetClipboardTextFn/io.GetClipboardTextFn pointers. We pass io.ClipboardUserData to it. - - 2016/09/25 (1.50) - style.WindowTitleAlign is now a ImVec2 (ImGuiAlign enum was removed). set to (0.5f,0.5f) for horizontal+vertical centering, (0.0f,0.0f) for upper-left, etc. - - 2016/07/30 (1.50) - SameLine(x) with x>0.0f is now relative to left of column/group if any, and not always to left of window. This was sort of always the intent and hopefully, breakage should be minimal. - - 2016/05/12 (1.49) - title bar (using ImGuiCol_TitleBg/ImGuiCol_TitleBgActive colors) isn't rendered over a window background (ImGuiCol_WindowBg color) anymore. - If your TitleBg/TitleBgActive alpha was 1.0f or you are using the default theme it will not affect you, otherwise if <1.0f you need to tweak your custom theme to readjust for the fact that we don't draw a WindowBg background behind the title bar. - This helper function will convert an old TitleBg/TitleBgActive color into a new one with the same visual output, given the OLD color and the OLD WindowBg color: - ImVec4 ConvertTitleBgCol(const ImVec4& win_bg_col, const ImVec4& title_bg_col) { float new_a = 1.0f - ((1.0f - win_bg_col.w) * (1.0f - title_bg_col.w)), k = title_bg_col.w / new_a; return ImVec4((win_bg_col.x * win_bg_col.w + title_bg_col.x) * k, (win_bg_col.y * win_bg_col.w + title_bg_col.y) * k, (win_bg_col.z * win_bg_col.w + title_bg_col.z) * k, new_a); } - If this is confusing, pick the RGB value from title bar from an old screenshot and apply this as TitleBg/TitleBgActive. Or you may just create TitleBgActive from a tweaked TitleBg color. - - 2016/05/07 (1.49) - removed confusing set of GetInternalState(), GetInternalStateSize(), SetInternalState() functions. Now using CreateContext(), DestroyContext(), GetCurrentContext(), SetCurrentContext(). - - 2016/05/02 (1.49) - renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(), no redirection. - - 2016/05/01 (1.49) - obsoleted old signature of CollapsingHeader(const char* label, const char* str_id = NULL, bool display_frame = true, bool default_open = false) as extra parameters were badly designed and rarely used. You can replace the "default_open = true" flag in new API with CollapsingHeader(label, ImGuiTreeNodeFlags_DefaultOpen). - - 2016/04/26 (1.49) - changed ImDrawList::PushClipRect(ImVec4 rect) to ImDrawList::PushClipRect(Imvec2 min,ImVec2 max,bool intersect_with_current_clip_rect=false). Note that higher-level ImGui::PushClipRect() is preferable because it will clip at logic/widget level, whereas ImDrawList::PushClipRect() only affect your renderer. - - 2016/04/03 (1.48) - removed style.WindowFillAlphaDefault setting which was redundant. Bake default BG alpha inside style.Colors[ImGuiCol_WindowBg] and all other Bg color values. (ref GitHub issue #337). - - 2016/04/03 (1.48) - renamed ImGuiCol_TooltipBg to ImGuiCol_PopupBg, used by popups/menus and tooltips. popups/menus were previously using ImGuiCol_WindowBg. (ref github issue #337) - - 2016/03/21 (1.48) - renamed GetWindowFont() to GetFont(), GetWindowFontSize() to GetFontSize(). Kept inline redirection function (will obsolete). - - 2016/03/02 (1.48) - InputText() completion/history/always callbacks: if you modify the text buffer manually (without using DeleteChars()/InsertChars() helper) you need to maintain the BufTextLen field. added an assert. - - 2016/01/23 (1.48) - fixed not honoring exact width passed to PushItemWidth(), previously it would add extra FramePadding.x*2 over that width. if you had manual pixel-perfect alignment in place it might affect you. - - 2015/12/27 (1.48) - fixed ImDrawList::AddRect() which used to render a rectangle 1 px too large on each axis. - - 2015/12/04 (1.47) - renamed Color() helpers to ValueColor() - dangerously named, rarely used and probably to be made obsolete. - - 2015/08/29 (1.45) - with the addition of horizontal scrollbar we made various fixes to inconsistencies with dealing with cursor position. - GetCursorPos()/SetCursorPos() functions now include the scrolled amount. It shouldn't affect the majority of users, but take note that SetCursorPosX(100.0f) puts you at +100 from the starting x position which may include scrolling, not at +100 from the window left side. - GetContentRegionMax()/GetWindowContentRegionMin()/GetWindowContentRegionMax() functions allow include the scrolled amount. Typically those were used in cases where no scrolling would happen so it may not be a problem, but watch out! - - 2015/08/29 (1.45) - renamed style.ScrollbarWidth to style.ScrollbarSize - - 2015/08/05 (1.44) - split imgui.cpp into extra files: imgui_demo.cpp imgui_draw.cpp imgui_internal.h that you need to add to your project. - - 2015/07/18 (1.44) - fixed angles in ImDrawList::PathArcTo(), PathArcToFast() (introduced in 1.43) being off by an extra PI for no justifiable reason - - 2015/07/14 (1.43) - add new ImFontAtlas::AddFont() API. For the old AddFont***, moved the 'font_no' parameter of ImFontAtlas::AddFont** functions to the ImFontConfig structure. - you need to render your textured triangles with bilinear filtering to benefit from sub-pixel positioning of text. - - 2015/07/08 (1.43) - switched rendering data to use indexed rendering. this is saving a fair amount of CPU/GPU and enables us to get anti-aliasing for a marginal cost. - this necessary change will break your rendering function! the fix should be very easy. sorry for that :( - - if you are using a vanilla copy of one of the imgui_impl_XXX.cpp provided in the example, you just need to update your copy and you can ignore the rest. - - the signature of the io.RenderDrawListsFn handler has changed! - old: ImGui_XXXX_RenderDrawLists(ImDrawList** const cmd_lists, int cmd_lists_count) - new: ImGui_XXXX_RenderDrawLists(ImDrawData* draw_data). - parameters: 'cmd_lists' becomes 'draw_data->CmdLists', 'cmd_lists_count' becomes 'draw_data->CmdListsCount' - ImDrawList: 'commands' becomes 'CmdBuffer', 'vtx_buffer' becomes 'VtxBuffer', 'IdxBuffer' is new. - ImDrawCmd: 'vtx_count' becomes 'ElemCount', 'clip_rect' becomes 'ClipRect', 'user_callback' becomes 'UserCallback', 'texture_id' becomes 'TextureId'. - - each ImDrawList now contains both a vertex buffer and an index buffer. For each command, render ElemCount/3 triangles using indices from the index buffer. - - if you REALLY cannot render indexed primitives, you can call the draw_data->DeIndexAllBuffers() method to de-index the buffers. This is slow and a waste of CPU/GPU. Prefer using indexed rendering! - - refer to code in the examples/ folder or ask on the GitHub if you are unsure of how to upgrade. please upgrade! - - 2015/07/10 (1.43) - changed SameLine() parameters from int to float. - - 2015/07/02 (1.42) - renamed SetScrollPosHere() to SetScrollFromCursorPos(). Kept inline redirection function (will obsolete). - - 2015/07/02 (1.42) - renamed GetScrollPosY() to GetScrollY(). Necessary to reduce confusion along with other scrolling functions, because positions (e.g. cursor position) are not equivalent to scrolling amount. - - 2015/06/14 (1.41) - changed ImageButton() default bg_col parameter from (0,0,0,1) (black) to (0,0,0,0) (transparent) - makes a difference when texture have transparence - - 2015/06/14 (1.41) - changed Selectable() API from (label, selected, size) to (label, selected, flags, size). Size override should have been rarely used. Sorry! - - 2015/05/31 (1.40) - renamed GetWindowCollapsed() to IsWindowCollapsed() for consistency. Kept inline redirection function (will obsolete). - - 2015/05/31 (1.40) - renamed IsRectClipped() to IsRectVisible() for consistency. Note that return value is opposite! Kept inline redirection function (will obsolete). - - 2015/05/27 (1.40) - removed the third 'repeat_if_held' parameter from Button() - sorry! it was rarely used and inconsistent. Use PushButtonRepeat(true) / PopButtonRepeat() to enable repeat on desired buttons. - - 2015/05/11 (1.40) - changed BeginPopup() API, takes a string identifier instead of a bool. ImGui needs to manage the open/closed state of popups. Call OpenPopup() to actually set the "open" state of a popup. BeginPopup() returns true if the popup is opened. - - 2015/05/03 (1.40) - removed style.AutoFitPadding, using style.WindowPadding makes more sense (the default values were already the same). - - 2015/04/13 (1.38) - renamed IsClipped() to IsRectClipped(). Kept inline redirection function until 1.50. - - 2015/04/09 (1.38) - renamed ImDrawList::AddArc() to ImDrawList::AddArcFast() for compatibility with future API - - 2015/04/03 (1.38) - removed ImGuiCol_CheckHovered, ImGuiCol_CheckActive, replaced with the more general ImGuiCol_FrameBgHovered, ImGuiCol_FrameBgActive. - - 2014/04/03 (1.38) - removed support for passing -FLT_MAX..+FLT_MAX as the range for a SliderFloat(). Use DragFloat() or Inputfloat() instead. - - 2015/03/17 (1.36) - renamed GetItemBoxMin()/GetItemBoxMax()/IsMouseHoveringBox() to GetItemRectMin()/GetItemRectMax()/IsMouseHoveringRect(). Kept inline redirection function until 1.50. - - 2015/03/15 (1.36) - renamed style.TreeNodeSpacing to style.IndentSpacing, ImGuiStyleVar_TreeNodeSpacing to ImGuiStyleVar_IndentSpacing - - 2015/03/13 (1.36) - renamed GetWindowIsFocused() to IsWindowFocused(). Kept inline redirection function until 1.50. - - 2015/03/08 (1.35) - renamed style.ScrollBarWidth to style.ScrollbarWidth (casing) - - 2015/02/27 (1.34) - renamed OpenNextNode(bool) to SetNextTreeNodeOpened(bool, ImGuiSetCond). Kept inline redirection function until 1.50. - - 2015/02/27 (1.34) - renamed ImGuiSetCondition_*** to ImGuiSetCond_***, and _FirstUseThisSession becomes _Once. - - 2015/02/11 (1.32) - changed text input callback ImGuiTextEditCallback return type from void-->int. reserved for future use, return 0 for now. - - 2015/02/10 (1.32) - renamed GetItemWidth() to CalcItemWidth() to clarify its evolving behavior - - 2015/02/08 (1.31) - renamed GetTextLineSpacing() to GetTextLineHeightWithSpacing() - - 2015/02/01 (1.31) - removed IO.MemReallocFn (unused) - - 2015/01/19 (1.30) - renamed ImGuiStorage::GetIntPtr()/GetFloatPtr() to GetIntRef()/GetIntRef() because Ptr was conflicting with actual pointer storage functions. - - 2015/01/11 (1.30) - big font/image API change! now loads TTF file. allow for multiple fonts. no need for a PNG loader. - - 2015/01/11 (1.30) - removed GetDefaultFontData(). uses io.Fonts->GetTextureData*() API to retrieve uncompressed pixels. - - old: const void* png_data; unsigned int png_size; ImGui::GetDefaultFontData(NULL, NULL, &png_data, &png_size); [..Upload texture to GPU..]; - - new: unsigned char* pixels; int width, height; io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height); [..Upload texture to GPU..]; io.Fonts->SetTexID(YourTexIdentifier); - you now have more flexibility to load multiple TTF fonts and manage the texture buffer for internal needs. It is now recommended that you sample the font texture with bilinear interpolation. - - 2015/01/11 (1.30) - added texture identifier in ImDrawCmd passed to your render function (we can now render images). make sure to call io.Fonts->SetTexID() - - 2015/01/11 (1.30) - removed IO.PixelCenterOffset (unnecessary, can be handled in user projection matrix) - - 2015/01/11 (1.30) - removed ImGui::IsItemFocused() in favor of ImGui::IsItemActive() which handles all widgets - - 2014/12/10 (1.18) - removed SetNewWindowDefaultPos() in favor of new generic API SetNextWindowPos(pos, ImGuiSetCondition_FirstUseEver) - - 2014/11/28 (1.17) - moved IO.Font*** options to inside the IO.Font-> structure (FontYOffset, FontTexUvForWhite, FontBaseScale, FontFallbackGlyph) - - 2014/11/26 (1.17) - reworked syntax of IMGUI_ONCE_UPON_A_FRAME helper macro to increase compiler compatibility - - 2014/11/07 (1.15) - renamed IsHovered() to IsItemHovered() - - 2014/10/02 (1.14) - renamed IMGUI_INCLUDE_IMGUI_USER_CPP to IMGUI_INCLUDE_IMGUI_USER_INL and imgui_user.cpp to imgui_user.inl (more IDE friendly) - - 2014/09/25 (1.13) - removed 'text_end' parameter from IO.SetClipboardTextFn (the string is now always zero-terminated for simplicity) - - 2014/09/24 (1.12) - renamed SetFontScale() to SetWindowFontScale() - - 2014/09/24 (1.12) - moved IM_MALLOC/IM_REALLOC/IM_FREE preprocessor defines to IO.MemAllocFn/IO.MemReallocFn/IO.MemFreeFn - - 2014/08/30 (1.09) - removed IO.FontHeight (now computed automatically) - - 2014/08/30 (1.09) - moved IMGUI_FONT_TEX_UV_FOR_WHITE preprocessor define to IO.FontTexUvForWhite - - 2014/08/28 (1.09) - changed the behavior of IO.PixelCenterOffset following various rendering fixes - - - FREQUENTLY ASKED QUESTIONS (FAQ) - ================================ - - Read all answers online: - https://www.dearimgui.org/faq or https://github.com/ocornut/imgui/blob/master/docs/FAQ.md (same url) - Read all answers locally (with a text editor or ideally a Markdown viewer): - docs/FAQ.md - Some answers are copied down here to facilitate searching in code. - - Q&A: Basics - =========== - - Q: Where is the documentation? - A: This library is poorly documented at the moment and expects the user to be acquainted with C/C++. - - Run the examples/ and explore them. - - See demo code in imgui_demo.cpp and particularly the ImGui::ShowDemoWindow() function. - - The demo covers most features of Dear ImGui, so you can read the code and see its output. - - See documentation and comments at the top of imgui.cpp + effectively imgui.h. - - Dozens of standalone example applications using e.g. OpenGL/DirectX are provided in the - examples/ folder to explain how to integrate Dear ImGui with your own engine/application. - - The Wiki (https://github.com/ocornut/imgui/wiki) has many resources and links. - - The Glossary (https://github.com/ocornut/imgui/wiki/Glossary) page also may be useful. - - Your programming IDE is your friend, find the type or function declaration to find comments - associated with it. - - Q: What is this library called? - Q: Which version should I get? - >> This library is called "Dear ImGui", please don't call it "ImGui" :) - >> See https://www.dearimgui.org/faq for details. - - Q&A: Integration - ================ - - Q: How to get started? - A: Read 'PROGRAMMER GUIDE' above. Read examples/README.txt. - - Q: How can I tell whether to dispatch mouse/keyboard to Dear ImGui or my application? - A: You should read the 'io.WantCaptureMouse', 'io.WantCaptureKeyboard' and 'io.WantTextInput' flags! - >> See https://www.dearimgui.org/faq for a fully detailed answer. You really want to read this. - - Q. How can I enable keyboard controls? - Q: How can I use this without a mouse, without a keyboard or without a screen? (gamepad, input share, remote display) - Q: I integrated Dear ImGui in my engine and little squares are showing instead of text... - Q: I integrated Dear ImGui in my engine and some elements are clipping or disappearing when I move windows around... - Q: I integrated Dear ImGui in my engine and some elements are displaying outside their expected windows boundaries... - >> See https://www.dearimgui.org/faq - - Q&A: Usage - ---------- - - Q: About the ID Stack system.. - - Why is my widget not reacting when I click on it? - - How can I have widgets with an empty label? - - How can I have multiple widgets with the same label? - - How can I have multiple windows with the same label? - Q: How can I display an image? What is ImTextureID, how does it works? - Q: How can I use my own math types instead of ImVec2/ImVec4? - Q: How can I interact with standard C++ types (such as std::string and std::vector)? - Q: How can I display custom shapes? (using low-level ImDrawList API) - >> See https://www.dearimgui.org/faq - - Q&A: Fonts, Text - ================ - - Q: How should I handle DPI in my application? - Q: How can I load a different font than the default? - Q: How can I easily use icons in my application? - Q: How can I load multiple fonts? - Q: How can I display and input non-Latin characters such as Chinese, Japanese, Korean, Cyrillic? - >> See https://www.dearimgui.org/faq and https://github.com/ocornut/imgui/edit/master/docs/FONTS.md - - Q&A: Concerns - ============= - - Q: Who uses Dear ImGui? - Q: Can you create elaborate/serious tools with Dear ImGui? - Q: Can you reskin the look of Dear ImGui? - Q: Why using C++ (as opposed to C)? - >> See https://www.dearimgui.org/faq - - Q&A: Community - ============== - - Q: How can I help? - A: - Businesses: please reach out to "contact AT dearimgui.com" if you work in a place using Dear ImGui! - We can discuss ways for your company to fund development via invoiced technical support, maintenance or sponsoring contacts. - This is among the most useful thing you can do for Dear ImGui. With increased funding, we can hire more people working on this project. - - Individuals: you can support continued development via PayPal donations. See README. - - If you are experienced with Dear ImGui and C++, look at the GitHub issues, look at the Wiki, read docs/TODO.txt - and see how you want to help and can help! - - Disclose your usage of Dear ImGui via a dev blog post, a tweet, a screenshot, a mention somewhere etc. - You may post screenshot or links in the gallery threads. Visuals are ideal as they inspire other programmers. - But even without visuals, disclosing your use of dear imgui helps the library grow credibility, and help other teams and programmers with taking decisions. - - If you have issues or if you need to hack into the library, even if you don't expect any support it is useful that you share your issues (on GitHub or privately). - -*/ - -//------------------------------------------------------------------------- -// [SECTION] INCLUDES -//------------------------------------------------------------------------- - -#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) -#define _CRT_SECURE_NO_WARNINGS -#endif - -#include "imgui.h" -#ifndef IMGUI_DISABLE - -#ifndef IMGUI_DEFINE_MATH_OPERATORS -#define IMGUI_DEFINE_MATH_OPERATORS -#endif -#include "imgui_internal.h" - -// System includes -#include // toupper -#include // vsnprintf, sscanf, printf -#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier -#include // intptr_t -#else -#include // intptr_t -#endif - -// [Windows] On non-Visual Studio compilers, we default to IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS unless explicitly enabled -#if defined(_WIN32) && !defined(_MSC_VER) && !defined(IMGUI_ENABLE_WIN32_DEFAULT_IME_FUNCTIONS) && !defined(IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS) -#define IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS -#endif - -// [Windows] OS specific includes (optional) -#if defined(_WIN32) && defined(IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS) && defined(IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS) && defined(IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS) -#define IMGUI_DISABLE_WIN32_FUNCTIONS -#endif -#if defined(_WIN32) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS) -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif -#ifndef NOMINMAX -#define NOMINMAX -#endif -#ifndef __MINGW32__ -#include // _wfopen, OpenClipboard -#else -#include -#endif -#if defined(WINAPI_FAMILY) && (WINAPI_FAMILY == WINAPI_FAMILY_APP) // UWP doesn't have all Win32 functions -#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS -#define IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS -#endif -#endif - -// [Apple] OS specific includes -#if defined(__APPLE__) -#include -#endif - -// Visual Studio warnings -#ifdef _MSC_VER -#pragma warning (disable: 4127) // condition expression is constant -#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen -#if defined(_MSC_VER) && _MSC_VER >= 1922 // MSVC 2019 16.2 or later -#pragma warning (disable: 5054) // operator '|': deprecated between enumerations of different types -#endif -#pragma warning (disable: 26451) // [Static Analyzer] Arithmetic overflow : Using operator 'xxx' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator 'xxx' to avoid overflow(io.2). -#pragma warning (disable: 26495) // [Static Analyzer] Variable 'XXX' is uninitialized. Always initialize a member variable (type.6). -#pragma warning (disable: 26812) // [Static Analyzer] The enum type 'xxx' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). -#endif - -// Clang/GCC warnings with -Weverything -#if defined(__clang__) -#if __has_warning("-Wunknown-warning-option") -#pragma clang diagnostic ignored "-Wunknown-warning-option" // warning: unknown warning group 'xxx' // not all warnings are known by all Clang versions and they tend to be rename-happy.. so ignoring warnings triggers new warnings on some configuration. Great! -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" // warning: unknown warning group 'xxx' -#pragma clang diagnostic ignored "-Wold-style-cast" // warning: use of old-style cast // yes, they are more terse. -#pragma clang diagnostic ignored "-Wfloat-equal" // warning: comparing floating point with == or != is unsafe // storing and comparing against same constants (typically 0.0f) is ok. -#pragma clang diagnostic ignored "-Wformat-nonliteral" // warning: format string is not a string literal // passing non-literal to vsnformat(). yes, user passing incorrect format strings can crash the code. -#pragma clang diagnostic ignored "-Wexit-time-destructors" // warning: declaration requires an exit-time destructor // exit-time destruction order is undefined. if MemFree() leads to users code that has been disabled before exit it might cause problems. ImGui coding style welcomes static/globals. -#pragma clang diagnostic ignored "-Wglobal-constructors" // warning: declaration requires a global destructor // similar to above, not sure what the exact difference is. -#pragma clang diagnostic ignored "-Wsign-conversion" // warning: implicit conversion changes signedness -#pragma clang diagnostic ignored "-Wformat-pedantic" // warning: format specifies type 'void *' but the argument has type 'xxxx *' // unreasonable, would lead to casting every %p arg to void*. probably enabled by -pedantic. -#pragma clang diagnostic ignored "-Wint-to-void-pointer-cast" // warning: cast to 'void *' from smaller integer type 'int' -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" // warning: zero as null pointer constant // some standard header variations use #define NULL 0 -#pragma clang diagnostic ignored "-Wdouble-promotion" // warning: implicit conversion from 'float' to 'double' when passing argument to function // using printf() is a misery with this as C++ va_arg ellipsis changes float to double. -#pragma clang diagnostic ignored "-Wimplicit-int-float-conversion" // warning: implicit conversion from 'xxx' to 'float' may lose precision -#elif defined(__GNUC__) -// We disable -Wpragmas because GCC doesn't provide an has_warning equivalent and some forks/patches may not following the warning/version association. -#pragma GCC diagnostic ignored "-Wpragmas" // warning: unknown option after '#pragma GCC diagnostic' kind -#pragma GCC diagnostic ignored "-Wunused-function" // warning: 'xxxx' defined but not used -#pragma GCC diagnostic ignored "-Wint-to-pointer-cast" // warning: cast to pointer from integer of different size -#pragma GCC diagnostic ignored "-Wformat" // warning: format '%p' expects argument of type 'void*', but argument 6 has type 'ImGuiWindow*' -#pragma GCC diagnostic ignored "-Wdouble-promotion" // warning: implicit conversion from 'float' to 'double' when passing argument to function -#pragma GCC diagnostic ignored "-Wconversion" // warning: conversion to 'xxxx' from 'xxxx' may alter its value -#pragma GCC diagnostic ignored "-Wformat-nonliteral" // warning: format not a string literal, format string not checked -#pragma GCC diagnostic ignored "-Wstrict-overflow" // warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false -#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 -#endif - -// Debug options -#define IMGUI_DEBUG_NAV_SCORING 0 // Display navigation scoring preview when hovering items. Display last moving direction matches when holding CTRL -#define IMGUI_DEBUG_NAV_RECTS 0 // Display the reference navigation rectangle for each window -#define IMGUI_DEBUG_INI_SETTINGS 0 // Save additional comments in .ini file (particularly helps for Docking, but makes saving slower) - -// When using CTRL+TAB (or Gamepad Square+L/R) we delay the visual a little in order to reduce visual noise doing a fast switch. -static const float NAV_WINDOWING_HIGHLIGHT_DELAY = 0.20f; // Time before the highlight and screen dimming starts fading in -static const float NAV_WINDOWING_LIST_APPEAR_DELAY = 0.15f; // Time before the window list starts to appear - -// Window resizing from edges (when io.ConfigWindowsResizeFromEdges = true and ImGuiBackendFlags_HasMouseCursors is set in io.BackendFlags by backend) -static const float WINDOWS_HOVER_PADDING = 4.0f; // Extend outside window for hovering/resizing (maxxed with TouchPadding) and inside windows for borders. Affect FindHoveredWindow(). -static const float WINDOWS_RESIZE_FROM_EDGES_FEEDBACK_TIMER = 0.04f; // Reduce visual noise by only highlighting the border after a certain time. -static const float WINDOWS_MOUSE_WHEEL_SCROLL_LOCK_TIMER = 2.00f; // Lock scrolled window (so it doesn't pick child windows that are scrolling through) for a certain time, unless mouse moved. - -//------------------------------------------------------------------------- -// [SECTION] FORWARD DECLARATIONS -//------------------------------------------------------------------------- - -static void SetCurrentWindow(ImGuiWindow* window); -static void FindHoveredWindow(); -static ImGuiWindow* CreateNewWindow(const char* name, ImGuiWindowFlags flags); -static ImVec2 CalcNextScrollFromScrollTargetAndClamp(ImGuiWindow* window); - -static void AddDrawListToDrawData(ImVector* out_list, ImDrawList* draw_list); -static void AddWindowToSortBuffer(ImVector* out_sorted_windows, ImGuiWindow* window); - -// Settings -static void WindowSettingsHandler_ClearAll(ImGuiContext*, ImGuiSettingsHandler*); -static void* WindowSettingsHandler_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name); -static void WindowSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const char* line); -static void WindowSettingsHandler_ApplyAll(ImGuiContext*, ImGuiSettingsHandler*); -static void WindowSettingsHandler_WriteAll(ImGuiContext*, ImGuiSettingsHandler*, ImGuiTextBuffer* buf); - -// Platform Dependents default implementation for IO functions -static const char* GetClipboardTextFn_DefaultImpl(void* user_data); -static void SetClipboardTextFn_DefaultImpl(void* user_data, const char* text); -static void SetPlatformImeDataFn_DefaultImpl(ImGuiViewport* viewport, ImGuiPlatformImeData* data); - -namespace ImGui -{ -// Navigation -static void NavUpdate(); -static void NavUpdateWindowing(); -static void NavUpdateWindowingOverlay(); -static void NavUpdateCancelRequest(); -static void NavUpdateCreateMoveRequest(); -static void NavUpdateCreateTabbingRequest(); -static float NavUpdatePageUpPageDown(); -static inline void NavUpdateAnyRequestFlag(); -static void NavUpdateCreateWrappingRequest(); -static void NavEndFrame(); -static bool NavScoreItem(ImGuiNavItemData* result); -static void NavApplyItemToResult(ImGuiNavItemData* result); -static void NavProcessItem(); -static void NavProcessItemForTabbingRequest(ImGuiID id); -static ImVec2 NavCalcPreferredRefPos(); -static void NavSaveLastChildNavWindowIntoParent(ImGuiWindow* nav_window); -static ImGuiWindow* NavRestoreLastChildNavWindow(ImGuiWindow* window); -static void NavRestoreLayer(ImGuiNavLayer layer); -static void NavRestoreHighlightAfterMove(); -static int FindWindowFocusIndex(ImGuiWindow* window); - -// Error Checking and Debug Tools -static void ErrorCheckNewFrameSanityChecks(); -static void ErrorCheckEndFrameSanityChecks(); -static void UpdateDebugToolItemPicker(); -static void UpdateDebugToolStackQueries(); - -// Misc -static void UpdateSettings(); -static void UpdateKeyboardInputs(); -static void UpdateMouseInputs(); -static void UpdateMouseWheel(); -static bool UpdateWindowManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4], const ImRect& visibility_rect); -static void RenderWindowOuterBorders(ImGuiWindow* window); -static void RenderWindowDecorations(ImGuiWindow* window, const ImRect& title_bar_rect, bool title_bar_is_highlight, int resize_grip_count, const ImU32 resize_grip_col[4], float resize_grip_draw_size); -static void RenderWindowTitleBarContents(ImGuiWindow* window, const ImRect& title_bar_rect, const char* name, bool* p_open); -static void RenderDimmedBackgroundBehindWindow(ImGuiWindow* window, ImU32 col); -static void RenderDimmedBackgrounds(); -static ImGuiWindow* FindBlockingModal(ImGuiWindow* window); - -// Viewports -static void UpdateViewportsNewFrame(); - -} - -//----------------------------------------------------------------------------- -// [SECTION] CONTEXT AND MEMORY ALLOCATORS -//----------------------------------------------------------------------------- - -// DLL users: -// - Heaps and globals are not shared across DLL boundaries! -// - You will need to call SetCurrentContext() + SetAllocatorFunctions() for each static/DLL boundary you are calling from. -// - Same applies for hot-reloading mechanisms that are reliant on reloading DLL (note that many hot-reloading mechanisms work without DLL). -// - Using Dear ImGui via a shared library is not recommended, because of function call overhead and because we don't guarantee backward nor forward ABI compatibility. -// - Confused? In a debugger: add GImGui to your watch window and notice how its value changes depending on your current location (which DLL boundary you are in). - -// Current context pointer. Implicitly used by all Dear ImGui functions. Always assumed to be != NULL. -// - ImGui::CreateContext() will automatically set this pointer if it is NULL. -// Change to a different context by calling ImGui::SetCurrentContext(). -// - Important: Dear ImGui functions are not thread-safe because of this pointer. -// If you want thread-safety to allow N threads to access N different contexts: -// - Change this variable to use thread local storage so each thread can refer to a different context, in your imconfig.h: -// struct ImGuiContext; -// extern thread_local ImGuiContext* MyImGuiTLS; -// #define GImGui MyImGuiTLS -// And then define MyImGuiTLS in one of your cpp files. Note that thread_local is a C++11 keyword, earlier C++ uses compiler-specific keyword. -// - Future development aims to make this context pointer explicit to all calls. Also read https://github.com/ocornut/imgui/issues/586 -// - If you need a finite number of contexts, you may compile and use multiple instances of the ImGui code from a different namespace. -// - DLL users: read comments above. -#ifndef GImGui -ImGuiContext* GImGui = NULL; -#endif - -// Memory Allocator functions. Use SetAllocatorFunctions() to change them. -// - You probably don't want to modify that mid-program, and if you use global/static e.g. ImVector<> instances you may need to keep them accessible during program destruction. -// - DLL users: read comments above. -#ifndef IMGUI_DISABLE_DEFAULT_ALLOCATORS -static void* MallocWrapper(size_t size, void* user_data) { IM_UNUSED(user_data); return malloc(size); } -static void FreeWrapper(void* ptr, void* user_data) { IM_UNUSED(user_data); free(ptr); } -#else -static void* MallocWrapper(size_t size, void* user_data) { IM_UNUSED(user_data); IM_UNUSED(size); IM_ASSERT(0); return NULL; } -static void FreeWrapper(void* ptr, void* user_data) { IM_UNUSED(user_data); IM_UNUSED(ptr); IM_ASSERT(0); } -#endif -static ImGuiMemAllocFunc GImAllocatorAllocFunc = MallocWrapper; -static ImGuiMemFreeFunc GImAllocatorFreeFunc = FreeWrapper; -static void* GImAllocatorUserData = NULL; - -//----------------------------------------------------------------------------- -// [SECTION] USER FACING STRUCTURES (ImGuiStyle, ImGuiIO) -//----------------------------------------------------------------------------- - -ImGuiStyle::ImGuiStyle() -{ - Alpha = 1.0f; // Global alpha applies to everything in Dear ImGui. - DisabledAlpha = 0.60f; // Additional alpha multiplier applied by BeginDisabled(). Multiply over current value of Alpha. - WindowPadding = ImVec2(8,8); // Padding within a window - WindowRounding = 0.0f; // 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. - WindowBorderSize = 1.0f; // Thickness of border around windows. Generally set to 0.0f or 1.0f. Other values not well tested. - WindowMinSize = ImVec2(32,32); // Minimum window size - WindowTitleAlign = ImVec2(0.0f,0.5f);// Alignment for title bar text - WindowMenuButtonPosition= ImGuiDir_Left; // Position of the collapsing/docking button in the title bar (left/right). Defaults to ImGuiDir_Left. - ChildRounding = 0.0f; // Radius of child window corners rounding. Set to 0.0f to have rectangular child windows - ChildBorderSize = 1.0f; // Thickness of border around child windows. Generally set to 0.0f or 1.0f. Other values not well tested. - PopupRounding = 0.0f; // Radius of popup window corners rounding. Set to 0.0f to have rectangular child windows - PopupBorderSize = 1.0f; // Thickness of border around popup or tooltip windows. Generally set to 0.0f or 1.0f. Other values not well tested. - FramePadding = ImVec2(4,3); // Padding within a framed rectangle (used by most widgets) - FrameRounding = 0.0f; // Radius of frame corners rounding. Set to 0.0f to have rectangular frames (used by most widgets). - FrameBorderSize = 0.0f; // Thickness of border around frames. Generally set to 0.0f or 1.0f. Other values not well tested. - ItemSpacing = ImVec2(8,4); // Horizontal and vertical spacing between widgets/lines - ItemInnerSpacing = ImVec2(4,4); // Horizontal and vertical spacing between within elements of a composed widget (e.g. a slider and its label) - CellPadding = ImVec2(4,2); // Padding within a table cell - TouchExtraPadding = ImVec2(0,0); // 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! - IndentSpacing = 21.0f; // Horizontal spacing when e.g. entering a tree node. Generally == (FontSize + FramePadding.x*2). - ColumnsMinSpacing = 6.0f; // Minimum horizontal spacing between two columns. Preferably > (FramePadding.x + 1). - ScrollbarSize = 14.0f; // Width of the vertical scrollbar, Height of the horizontal scrollbar - ScrollbarRounding = 9.0f; // Radius of grab corners rounding for scrollbar - GrabMinSize = 12.0f; // Minimum width/height of a grab box for slider/scrollbar - GrabRounding = 0.0f; // Radius of grabs corners rounding. Set to 0.0f to have rectangular slider grabs. - LogSliderDeadzone = 4.0f; // The size in pixels of the dead-zone around zero on logarithmic sliders that cross zero. - TabRounding = 4.0f; // Radius of upper corners of a tab. Set to 0.0f to have rectangular tabs. - TabBorderSize = 0.0f; // Thickness of border around tabs. - TabMinWidthForCloseButton = 0.0f; // 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. - ColorButtonPosition = ImGuiDir_Right; // Side of the color button in the ColorEdit4 widget (left/right). Defaults to ImGuiDir_Right. - ButtonTextAlign = ImVec2(0.5f,0.5f);// Alignment of button text when button is larger than text. - SelectableTextAlign = ImVec2(0.0f,0.0f);// 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. - DisplayWindowPadding = ImVec2(19,19); // Window position are clamped to be visible within the display area or monitors by at least this amount. Only applies to regular windows. - DisplaySafeAreaPadding = ImVec2(3,3); // If you cannot see the edge of your screen (e.g. on a TV) increase the safe area padding. Covers popups/tooltips as well regular windows. - MouseCursorScale = 1.0f; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later. - AntiAliasedLines = true; // Enable anti-aliased lines/borders. Disable if you are really tight on CPU/GPU. - AntiAliasedLinesUseTex = true; // Enable anti-aliased lines/borders using textures where possible. Require backend to render with bilinear filtering (NOT point/nearest filtering). - AntiAliasedFill = true; // Enable anti-aliased filled shapes (rounded rectangles, circles, etc.). - CurveTessellationTol = 1.25f; // Tessellation tolerance when using PathBezierCurveTo() without a specific number of segments. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality. - CircleTessellationMaxError = 0.30f; // 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. - - // Default theme - ImGui::StyleColorsDark(this); -} - -// To scale your entire UI (e.g. if you want your app to use High DPI or generally be DPI aware) you may use this helper function. Scaling the fonts is done separately and is up to you. -// Important: This operation is lossy because we round all sizes to integer. If you need to change your scale multiples, call this over a freshly initialized ImGuiStyle structure rather than scaling multiple times. -void ImGuiStyle::ScaleAllSizes(float scale_factor) -{ - WindowPadding = ImFloor(WindowPadding * scale_factor); - WindowRounding = ImFloor(WindowRounding * scale_factor); - WindowMinSize = ImFloor(WindowMinSize * scale_factor); - ChildRounding = ImFloor(ChildRounding * scale_factor); - PopupRounding = ImFloor(PopupRounding * scale_factor); - FramePadding = ImFloor(FramePadding * scale_factor); - FrameRounding = ImFloor(FrameRounding * scale_factor); - ItemSpacing = ImFloor(ItemSpacing * scale_factor); - ItemInnerSpacing = ImFloor(ItemInnerSpacing * scale_factor); - CellPadding = ImFloor(CellPadding * scale_factor); - TouchExtraPadding = ImFloor(TouchExtraPadding * scale_factor); - IndentSpacing = ImFloor(IndentSpacing * scale_factor); - ColumnsMinSpacing = ImFloor(ColumnsMinSpacing * scale_factor); - ScrollbarSize = ImFloor(ScrollbarSize * scale_factor); - ScrollbarRounding = ImFloor(ScrollbarRounding * scale_factor); - GrabMinSize = ImFloor(GrabMinSize * scale_factor); - GrabRounding = ImFloor(GrabRounding * scale_factor); - LogSliderDeadzone = ImFloor(LogSliderDeadzone * scale_factor); - TabRounding = ImFloor(TabRounding * scale_factor); - TabMinWidthForCloseButton = (TabMinWidthForCloseButton != FLT_MAX) ? ImFloor(TabMinWidthForCloseButton * scale_factor) : FLT_MAX; - DisplayWindowPadding = ImFloor(DisplayWindowPadding * scale_factor); - DisplaySafeAreaPadding = ImFloor(DisplaySafeAreaPadding * scale_factor); - MouseCursorScale = ImFloor(MouseCursorScale * scale_factor); -} - -ImGuiIO::ImGuiIO() -{ - // Most fields are initialized with zero - memset(this, 0, sizeof(*this)); - IM_STATIC_ASSERT(IM_ARRAYSIZE(ImGuiIO::MouseDown) == ImGuiMouseButton_COUNT && IM_ARRAYSIZE(ImGuiIO::MouseClicked) == ImGuiMouseButton_COUNT); - - // Settings - ConfigFlags = ImGuiConfigFlags_None; - BackendFlags = ImGuiBackendFlags_None; - DisplaySize = ImVec2(-1.0f, -1.0f); - DeltaTime = 1.0f / 60.0f; - IniSavingRate = 5.0f; - IniFilename = "imgui.ini"; // Important: "imgui.ini" is relative to current working dir, most apps will want to lock this to an absolute path (e.g. same path as executables). - LogFilename = "imgui_log.txt"; - MouseDoubleClickTime = 0.30f; - MouseDoubleClickMaxDist = 6.0f; -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - for (int i = 0; i < ImGuiKey_COUNT; i++) - KeyMap[i] = -1; -#endif - KeyRepeatDelay = 0.275f; - KeyRepeatRate = 0.050f; - UserData = NULL; - - Fonts = NULL; - FontGlobalScale = 1.0f; - FontDefault = NULL; - FontAllowUserScaling = false; - DisplayFramebufferScale = ImVec2(1.0f, 1.0f); - - // Miscellaneous options - MouseDrawCursor = false; -#ifdef __APPLE__ - ConfigMacOSXBehaviors = true; // Set Mac OS X style defaults based on __APPLE__ compile time flag -#else - ConfigMacOSXBehaviors = false; -#endif - ConfigInputTrickleEventQueue = true; - ConfigInputTextCursorBlink = true; - ConfigWindowsResizeFromEdges = true; - ConfigWindowsMoveFromTitleBarOnly = false; - ConfigMemoryCompactTimer = 60.0f; - - // Platform Functions - BackendPlatformName = BackendRendererName = NULL; - BackendPlatformUserData = BackendRendererUserData = BackendLanguageUserData = NULL; - GetClipboardTextFn = GetClipboardTextFn_DefaultImpl; // Platform dependent default implementations - SetClipboardTextFn = SetClipboardTextFn_DefaultImpl; - ClipboardUserData = NULL; - SetPlatformImeDataFn = SetPlatformImeDataFn_DefaultImpl; - - // Input (NB: we already have memset zero the entire structure!) - MousePos = ImVec2(-FLT_MAX, -FLT_MAX); - MousePosPrev = ImVec2(-FLT_MAX, -FLT_MAX); - MouseDragThreshold = 6.0f; - for (int i = 0; i < IM_ARRAYSIZE(MouseDownDuration); i++) MouseDownDuration[i] = MouseDownDurationPrev[i] = -1.0f; - for (int i = 0; i < IM_ARRAYSIZE(KeysData); i++) { KeysData[i].DownDuration = KeysData[i].DownDurationPrev = -1.0f; } - for (int i = 0; i < IM_ARRAYSIZE(NavInputsDownDuration); i++) NavInputsDownDuration[i] = -1.0f; - AppAcceptingEvents = true; - BackendUsingLegacyKeyArrays = (ImS8)-1; - BackendUsingLegacyNavInputArray = true; // assume using legacy array until proven wrong -} - -// Pass in translated ASCII characters for text input. -// - with glfw you can get those from the callback set in glfwSetCharCallback() -// - on Windows you can get those using ToAscii+keyboard state, or via the WM_CHAR message -// FIXME: Should in theory be called "AddCharacterEvent()" to be consistent with new API -void ImGuiIO::AddInputCharacter(unsigned int c) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(&g.IO == this && "Can only add events to current context."); - if (c == 0 || !AppAcceptingEvents) - return; - - ImGuiInputEvent e; - e.Type = ImGuiInputEventType_Text; - e.Source = ImGuiInputSource_Keyboard; - e.Text.Char = c; - g.InputEventsQueue.push_back(e); -} - -// UTF16 strings use surrogate pairs to encode codepoints >= 0x10000, so -// we should save the high surrogate. -void ImGuiIO::AddInputCharacterUTF16(ImWchar16 c) -{ - if ((c == 0 && InputQueueSurrogate == 0) || !AppAcceptingEvents) - return; - - if ((c & 0xFC00) == 0xD800) // High surrogate, must save - { - if (InputQueueSurrogate != 0) - AddInputCharacter(IM_UNICODE_CODEPOINT_INVALID); - InputQueueSurrogate = c; - return; - } - - ImWchar cp = c; - if (InputQueueSurrogate != 0) - { - if ((c & 0xFC00) != 0xDC00) // Invalid low surrogate - { - AddInputCharacter(IM_UNICODE_CODEPOINT_INVALID); - } - else - { -#if IM_UNICODE_CODEPOINT_MAX == 0xFFFF - cp = IM_UNICODE_CODEPOINT_INVALID; // Codepoint will not fit in ImWchar -#else - cp = (ImWchar)(((InputQueueSurrogate - 0xD800) << 10) + (c - 0xDC00) + 0x10000); -#endif - } - - InputQueueSurrogate = 0; - } - AddInputCharacter((unsigned)cp); -} - -void ImGuiIO::AddInputCharactersUTF8(const char* utf8_chars) -{ - if (!AppAcceptingEvents) - return; - while (*utf8_chars != 0) - { - unsigned int c = 0; - utf8_chars += ImTextCharFromUtf8(&c, utf8_chars, NULL); - if (c != 0) - AddInputCharacter(c); - } -} - -void ImGuiIO::ClearInputCharacters() -{ - InputQueueCharacters.resize(0); -} - -void ImGuiIO::ClearInputKeys() -{ -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - memset(KeysDown, 0, sizeof(KeysDown)); -#endif - for (int n = 0; n < IM_ARRAYSIZE(KeysData); n++) - { - KeysData[n].Down = false; - KeysData[n].DownDuration = -1.0f; - KeysData[n].DownDurationPrev = -1.0f; - } - KeyCtrl = KeyShift = KeyAlt = KeySuper = false; - KeyMods = ImGuiModFlags_None; - for (int n = 0; n < IM_ARRAYSIZE(NavInputsDownDuration); n++) - NavInputsDownDuration[n] = NavInputsDownDurationPrev[n] = -1.0f; -} - -// Queue a new key down/up event. -// - ImGuiKey key: Translated key (as in, generally ImGuiKey_A matches the key end-user would use to emit an 'A' character) -// - bool down: Is the key down? use false to signify a key release. -// - float analog_value: 0.0f..1.0f -void ImGuiIO::AddKeyAnalogEvent(ImGuiKey key, bool down, float analog_value) -{ - //if (e->Down) { IMGUI_DEBUG_LOG_IO("AddKeyEvent() Key='%s' %d, NativeKeycode = %d, NativeScancode = %d\n", ImGui::GetKeyName(e->Key), e->Down, e->NativeKeycode, e->NativeScancode); } - if (key == ImGuiKey_None || !AppAcceptingEvents) - return; - ImGuiContext& g = *GImGui; - IM_ASSERT(&g.IO == this && "Can only add events to current context."); - IM_ASSERT(ImGui::IsNamedKey(key)); // Backend needs to pass a valid ImGuiKey_ constant. 0..511 values are legacy native key codes which are not accepted by this API. - - // Verify that backend isn't mixing up using new io.AddKeyEvent() api and old io.KeysDown[] + io.KeyMap[] data. -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - IM_ASSERT((BackendUsingLegacyKeyArrays == -1 || BackendUsingLegacyKeyArrays == 0) && "Backend needs to either only use io.AddKeyEvent(), either only fill legacy io.KeysDown[] + io.KeyMap[]. Not both!"); - if (BackendUsingLegacyKeyArrays == -1) - for (int n = ImGuiKey_NamedKey_BEGIN; n < ImGuiKey_NamedKey_END; n++) - IM_ASSERT(KeyMap[n] == -1 && "Backend needs to either only use io.AddKeyEvent(), either only fill legacy io.KeysDown[] + io.KeyMap[]. Not both!"); - BackendUsingLegacyKeyArrays = 0; -#endif - if (ImGui::IsGamepadKey(key)) - BackendUsingLegacyNavInputArray = false; - - // Partial filter of duplicates (not strictly needed, but makes data neater in particular for key mods and gamepad values which are most commonly spmamed) - ImGuiKeyData* key_data = ImGui::GetKeyData(key); - if (key_data->Down == down && key_data->AnalogValue == analog_value) - { - bool found = false; - for (int n = g.InputEventsQueue.Size - 1; n >= 0 && !found; n--) - if (g.InputEventsQueue[n].Type == ImGuiInputEventType_Key && g.InputEventsQueue[n].Key.Key == key) - found = true; - if (!found) - return; - } - - // Add event - ImGuiInputEvent e; - e.Type = ImGuiInputEventType_Key; - e.Source = ImGui::IsGamepadKey(key) ? ImGuiInputSource_Gamepad : ImGuiInputSource_Keyboard; - e.Key.Key = key; - e.Key.Down = down; - e.Key.AnalogValue = analog_value; - g.InputEventsQueue.push_back(e); -} - -void ImGuiIO::AddKeyEvent(ImGuiKey key, bool down) -{ - if (!AppAcceptingEvents) - return; - AddKeyAnalogEvent(key, down, down ? 1.0f : 0.0f); -} - -// [Optional] Call after AddKeyEvent(). -// Specify native keycode, scancode + Specify index for legacy <1.87 IsKeyXXX() functions with native indices. -// If you are writing a backend in 2022 or don't use IsKeyXXX() with native values that are not ImGuiKey values, you can avoid calling this. -void ImGuiIO::SetKeyEventNativeData(ImGuiKey key, int native_keycode, int native_scancode, int native_legacy_index) -{ - if (key == ImGuiKey_None) - return; - IM_ASSERT(ImGui::IsNamedKey(key)); // >= 512 - IM_ASSERT(native_legacy_index == -1 || ImGui::IsLegacyKey(native_legacy_index)); // >= 0 && <= 511 - IM_UNUSED(native_keycode); // Yet unused - IM_UNUSED(native_scancode); // Yet unused - - // Build native->imgui map so old user code can still call key functions with native 0..511 values. -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - const int legacy_key = (native_legacy_index != -1) ? native_legacy_index : native_keycode; - if (!ImGui::IsLegacyKey(legacy_key)) - return; - KeyMap[legacy_key] = key; - KeyMap[key] = legacy_key; -#else - IM_UNUSED(key); - IM_UNUSED(native_legacy_index); -#endif -} - -// Set master flag for accepting key/mouse/text events (default to true). Useful if you have native dialog boxes that are interrupting your application loop/refresh, and you want to disable events being queued while your app is frozen. -void ImGuiIO::SetAppAcceptingEvents(bool accepting_events) -{ - AppAcceptingEvents = accepting_events; -} - -// Queue a mouse move event -void ImGuiIO::AddMousePosEvent(float x, float y) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(&g.IO == this && "Can only add events to current context."); - if (!AppAcceptingEvents) - return; - - ImGuiInputEvent e; - e.Type = ImGuiInputEventType_MousePos; - e.Source = ImGuiInputSource_Mouse; - e.MousePos.PosX = x; - e.MousePos.PosY = y; - g.InputEventsQueue.push_back(e); -} - -void ImGuiIO::AddMouseButtonEvent(int mouse_button, bool down) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(&g.IO == this && "Can only add events to current context."); - IM_ASSERT(mouse_button >= 0 && mouse_button < ImGuiMouseButton_COUNT); - if (!AppAcceptingEvents) - return; - - ImGuiInputEvent e; - e.Type = ImGuiInputEventType_MouseButton; - e.Source = ImGuiInputSource_Mouse; - e.MouseButton.Button = mouse_button; - e.MouseButton.Down = down; - g.InputEventsQueue.push_back(e); -} - -// Queue a mouse wheel event (most mouse/API will only have a Y component) -void ImGuiIO::AddMouseWheelEvent(float wheel_x, float wheel_y) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(&g.IO == this && "Can only add events to current context."); - if ((wheel_x == 0.0f && wheel_y == 0.0f) || !AppAcceptingEvents) - return; - - ImGuiInputEvent e; - e.Type = ImGuiInputEventType_MouseWheel; - e.Source = ImGuiInputSource_Mouse; - e.MouseWheel.WheelX = wheel_x; - e.MouseWheel.WheelY = wheel_y; - g.InputEventsQueue.push_back(e); -} - -void ImGuiIO::AddFocusEvent(bool focused) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(&g.IO == this && "Can only add events to current context."); - - ImGuiInputEvent e; - e.Type = ImGuiInputEventType_Focus; - e.AppFocused.Focused = focused; - g.InputEventsQueue.push_back(e); -} - -//----------------------------------------------------------------------------- -// [SECTION] MISC HELPERS/UTILITIES (Geometry functions) -//----------------------------------------------------------------------------- - -ImVec2 ImBezierCubicClosestPoint(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, const ImVec2& p, int num_segments) -{ - IM_ASSERT(num_segments > 0); // Use ImBezierCubicClosestPointCasteljau() - ImVec2 p_last = p1; - ImVec2 p_closest; - float p_closest_dist2 = FLT_MAX; - float t_step = 1.0f / (float)num_segments; - for (int i_step = 1; i_step <= num_segments; i_step++) - { - ImVec2 p_current = ImBezierCubicCalc(p1, p2, p3, p4, t_step * i_step); - ImVec2 p_line = ImLineClosestPoint(p_last, p_current, p); - float dist2 = ImLengthSqr(p - p_line); - if (dist2 < p_closest_dist2) - { - p_closest = p_line; - p_closest_dist2 = dist2; - } - p_last = p_current; - } - return p_closest; -} - -// Closely mimics PathBezierToCasteljau() in imgui_draw.cpp -static void ImBezierCubicClosestPointCasteljauStep(const ImVec2& p, ImVec2& p_closest, ImVec2& p_last, float& p_closest_dist2, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) -{ - float dx = x4 - x1; - float dy = y4 - y1; - float d2 = ((x2 - x4) * dy - (y2 - y4) * dx); - float d3 = ((x3 - x4) * dy - (y3 - y4) * dx); - d2 = (d2 >= 0) ? d2 : -d2; - d3 = (d3 >= 0) ? d3 : -d3; - if ((d2 + d3) * (d2 + d3) < tess_tol * (dx * dx + dy * dy)) - { - ImVec2 p_current(x4, y4); - ImVec2 p_line = ImLineClosestPoint(p_last, p_current, p); - float dist2 = ImLengthSqr(p - p_line); - if (dist2 < p_closest_dist2) - { - p_closest = p_line; - p_closest_dist2 = dist2; - } - p_last = p_current; - } - else if (level < 10) - { - float x12 = (x1 + x2)*0.5f, y12 = (y1 + y2)*0.5f; - float x23 = (x2 + x3)*0.5f, y23 = (y2 + y3)*0.5f; - float x34 = (x3 + x4)*0.5f, y34 = (y3 + y4)*0.5f; - float x123 = (x12 + x23)*0.5f, y123 = (y12 + y23)*0.5f; - float x234 = (x23 + x34)*0.5f, y234 = (y23 + y34)*0.5f; - float x1234 = (x123 + x234)*0.5f, y1234 = (y123 + y234)*0.5f; - ImBezierCubicClosestPointCasteljauStep(p, p_closest, p_last, p_closest_dist2, x1, y1, x12, y12, x123, y123, x1234, y1234, tess_tol, level + 1); - ImBezierCubicClosestPointCasteljauStep(p, p_closest, p_last, p_closest_dist2, x1234, y1234, x234, y234, x34, y34, x4, y4, tess_tol, level + 1); - } -} - -// tess_tol is generally the same value you would find in ImGui::GetStyle().CurveTessellationTol -// Because those ImXXX functions are lower-level than ImGui:: we cannot access this value automatically. -ImVec2 ImBezierCubicClosestPointCasteljau(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, const ImVec2& p, float tess_tol) -{ - IM_ASSERT(tess_tol > 0.0f); - ImVec2 p_last = p1; - ImVec2 p_closest; - float p_closest_dist2 = FLT_MAX; - ImBezierCubicClosestPointCasteljauStep(p, p_closest, p_last, p_closest_dist2, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y, tess_tol, 0); - return p_closest; -} - -ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p) -{ - ImVec2 ap = p - a; - ImVec2 ab_dir = b - a; - float dot = ap.x * ab_dir.x + ap.y * ab_dir.y; - if (dot < 0.0f) - return a; - float ab_len_sqr = ab_dir.x * ab_dir.x + ab_dir.y * ab_dir.y; - if (dot > ab_len_sqr) - return b; - return a + ab_dir * dot / ab_len_sqr; -} - -bool ImTriangleContainsPoint(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p) -{ - bool b1 = ((p.x - b.x) * (a.y - b.y) - (p.y - b.y) * (a.x - b.x)) < 0.0f; - bool b2 = ((p.x - c.x) * (b.y - c.y) - (p.y - c.y) * (b.x - c.x)) < 0.0f; - bool b3 = ((p.x - a.x) * (c.y - a.y) - (p.y - a.y) * (c.x - a.x)) < 0.0f; - return ((b1 == b2) && (b2 == b3)); -} - -void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p, float& out_u, float& out_v, float& out_w) -{ - ImVec2 v0 = b - a; - ImVec2 v1 = c - a; - ImVec2 v2 = p - a; - const float denom = v0.x * v1.y - v1.x * v0.y; - out_v = (v2.x * v1.y - v1.x * v2.y) / denom; - out_w = (v0.x * v2.y - v2.x * v0.y) / denom; - out_u = 1.0f - out_v - out_w; -} - -ImVec2 ImTriangleClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p) -{ - ImVec2 proj_ab = ImLineClosestPoint(a, b, p); - ImVec2 proj_bc = ImLineClosestPoint(b, c, p); - ImVec2 proj_ca = ImLineClosestPoint(c, a, p); - float dist2_ab = ImLengthSqr(p - proj_ab); - float dist2_bc = ImLengthSqr(p - proj_bc); - float dist2_ca = ImLengthSqr(p - proj_ca); - float m = ImMin(dist2_ab, ImMin(dist2_bc, dist2_ca)); - if (m == dist2_ab) - return proj_ab; - if (m == dist2_bc) - return proj_bc; - return proj_ca; -} - -//----------------------------------------------------------------------------- -// [SECTION] MISC HELPERS/UTILITIES (String, Format, Hash functions) -//----------------------------------------------------------------------------- - -// Consider using _stricmp/_strnicmp under Windows or strcasecmp/strncasecmp. We don't actually use either ImStricmp/ImStrnicmp in the codebase any more. -int ImStricmp(const char* str1, const char* str2) -{ - int d; - while ((d = toupper(*str2) - toupper(*str1)) == 0 && *str1) { str1++; str2++; } - return d; -} - -int ImStrnicmp(const char* str1, const char* str2, size_t count) -{ - int d = 0; - while (count > 0 && (d = toupper(*str2) - toupper(*str1)) == 0 && *str1) { str1++; str2++; count--; } - return d; -} - -void ImStrncpy(char* dst, const char* src, size_t count) -{ - if (count < 1) - return; - if (count > 1) - strncpy(dst, src, count - 1); - dst[count - 1] = 0; -} - -char* ImStrdup(const char* str) -{ - size_t len = strlen(str); - void* buf = IM_ALLOC(len + 1); - return (char*)memcpy(buf, (const void*)str, len + 1); -} - -char* ImStrdupcpy(char* dst, size_t* p_dst_size, const char* src) -{ - size_t dst_buf_size = p_dst_size ? *p_dst_size : strlen(dst) + 1; - size_t src_size = strlen(src) + 1; - if (dst_buf_size < src_size) - { - IM_FREE(dst); - dst = (char*)IM_ALLOC(src_size); - if (p_dst_size) - *p_dst_size = src_size; - } - return (char*)memcpy(dst, (const void*)src, src_size); -} - -const char* ImStrchrRange(const char* str, const char* str_end, char c) -{ - const char* p = (const char*)memchr(str, (int)c, str_end - str); - return p; -} - -int ImStrlenW(const ImWchar* str) -{ - //return (int)wcslen((const wchar_t*)str); // FIXME-OPT: Could use this when wchar_t are 16-bit - int n = 0; - while (*str++) n++; - return n; -} - -// Find end-of-line. Return pointer will point to either first \n, either str_end. -const char* ImStreolRange(const char* str, const char* str_end) -{ - const char* p = (const char*)memchr(str, '\n', str_end - str); - return p ? p : str_end; -} - -const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin) // find beginning-of-line -{ - while (buf_mid_line > buf_begin && buf_mid_line[-1] != '\n') - buf_mid_line--; - return buf_mid_line; -} - -const char* ImStristr(const char* haystack, const char* haystack_end, const char* needle, const char* needle_end) -{ - if (!needle_end) - needle_end = needle + strlen(needle); - - const char un0 = (char)toupper(*needle); - while ((!haystack_end && *haystack) || (haystack_end && haystack < haystack_end)) - { - if (toupper(*haystack) == un0) - { - const char* b = needle + 1; - for (const char* a = haystack + 1; b < needle_end; a++, b++) - if (toupper(*a) != toupper(*b)) - break; - if (b == needle_end) - return haystack; - } - haystack++; - } - return NULL; -} - -// Trim str by offsetting contents when there's leading data + writing a \0 at the trailing position. We use this in situation where the cost is negligible. -void ImStrTrimBlanks(char* buf) -{ - char* p = buf; - while (p[0] == ' ' || p[0] == '\t') // Leading blanks - p++; - char* p_start = p; - while (*p != 0) // Find end of string - p++; - while (p > p_start && (p[-1] == ' ' || p[-1] == '\t')) // Trailing blanks - p--; - if (p_start != buf) // Copy memory if we had leading blanks - memmove(buf, p_start, p - p_start); - buf[p - p_start] = 0; // Zero terminate -} - -const char* ImStrSkipBlank(const char* str) -{ - while (str[0] == ' ' || str[0] == '\t') - str++; - return str; -} - -// A) MSVC version appears to return -1 on overflow, whereas glibc appears to return total count (which may be >= buf_size). -// Ideally we would test for only one of those limits at runtime depending on the behavior the vsnprintf(), but trying to deduct it at compile time sounds like a pandora can of worm. -// B) When buf==NULL vsnprintf() will return the output size. -#ifndef IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS - -// We support stb_sprintf which is much faster (see: https://github.com/nothings/stb/blob/master/stb_sprintf.h) -// You may set IMGUI_USE_STB_SPRINTF to use our default wrapper, or set IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS -// and setup the wrapper yourself. (FIXME-OPT: Some of our high-level operations such as ImGuiTextBuffer::appendfv() are -// designed using two-passes worst case, which probably could be improved using the stbsp_vsprintfcb() function.) -#ifdef IMGUI_USE_STB_SPRINTF -#define STB_SPRINTF_IMPLEMENTATION -#ifdef IMGUI_STB_SPRINTF_FILENAME -#include IMGUI_STB_SPRINTF_FILENAME -#else -#include "stb_sprintf.h" -#endif -#endif - -#if defined(_MSC_VER) && !defined(vsnprintf) -#define vsnprintf _vsnprintf -#endif - -int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); -#ifdef IMGUI_USE_STB_SPRINTF - int w = stbsp_vsnprintf(buf, (int)buf_size, fmt, args); -#else - int w = vsnprintf(buf, buf_size, fmt, args); -#endif - va_end(args); - if (buf == NULL) - return w; - if (w == -1 || w >= (int)buf_size) - w = (int)buf_size - 1; - buf[w] = 0; - return w; -} - -int ImFormatStringV(char* buf, size_t buf_size, const char* fmt, va_list args) -{ -#ifdef IMGUI_USE_STB_SPRINTF - int w = stbsp_vsnprintf(buf, (int)buf_size, fmt, args); -#else - int w = vsnprintf(buf, buf_size, fmt, args); -#endif - if (buf == NULL) - return w; - if (w == -1 || w >= (int)buf_size) - w = (int)buf_size - 1; - buf[w] = 0; - return w; -} -#endif // #ifdef IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS - -void ImFormatStringToTempBuffer(const char** out_buf, const char** out_buf_end, const char* fmt, ...) -{ - ImGuiContext& g = *GImGui; - va_list args; - va_start(args, fmt); - int buf_len = ImFormatStringV(g.TempBuffer.Data, g.TempBuffer.Size, fmt, args); - *out_buf = g.TempBuffer.Data; - if (out_buf_end) { *out_buf_end = g.TempBuffer.Data + buf_len; } - va_end(args); -} - -void ImFormatStringToTempBufferV(const char** out_buf, const char** out_buf_end, const char* fmt, va_list args) -{ - ImGuiContext& g = *GImGui; - int buf_len = ImFormatStringV(g.TempBuffer.Data, g.TempBuffer.Size, fmt, args); - *out_buf = g.TempBuffer.Data; - if (out_buf_end) { *out_buf_end = g.TempBuffer.Data + buf_len; } -} - -// CRC32 needs a 1KB lookup table (not cache friendly) -// Although the code to generate the table is simple and shorter than the table itself, using a const table allows us to easily: -// - avoid an unnecessary branch/memory tap, - keep the ImHashXXX functions usable by static constructors, - make it thread-safe. -static const ImU32 GCrc32LookupTable[256] = -{ - 0x00000000,0x77073096,0xEE0E612C,0x990951BA,0x076DC419,0x706AF48F,0xE963A535,0x9E6495A3,0x0EDB8832,0x79DCB8A4,0xE0D5E91E,0x97D2D988,0x09B64C2B,0x7EB17CBD,0xE7B82D07,0x90BF1D91, - 0x1DB71064,0x6AB020F2,0xF3B97148,0x84BE41DE,0x1ADAD47D,0x6DDDE4EB,0xF4D4B551,0x83D385C7,0x136C9856,0x646BA8C0,0xFD62F97A,0x8A65C9EC,0x14015C4F,0x63066CD9,0xFA0F3D63,0x8D080DF5, - 0x3B6E20C8,0x4C69105E,0xD56041E4,0xA2677172,0x3C03E4D1,0x4B04D447,0xD20D85FD,0xA50AB56B,0x35B5A8FA,0x42B2986C,0xDBBBC9D6,0xACBCF940,0x32D86CE3,0x45DF5C75,0xDCD60DCF,0xABD13D59, - 0x26D930AC,0x51DE003A,0xC8D75180,0xBFD06116,0x21B4F4B5,0x56B3C423,0xCFBA9599,0xB8BDA50F,0x2802B89E,0x5F058808,0xC60CD9B2,0xB10BE924,0x2F6F7C87,0x58684C11,0xC1611DAB,0xB6662D3D, - 0x76DC4190,0x01DB7106,0x98D220BC,0xEFD5102A,0x71B18589,0x06B6B51F,0x9FBFE4A5,0xE8B8D433,0x7807C9A2,0x0F00F934,0x9609A88E,0xE10E9818,0x7F6A0DBB,0x086D3D2D,0x91646C97,0xE6635C01, - 0x6B6B51F4,0x1C6C6162,0x856530D8,0xF262004E,0x6C0695ED,0x1B01A57B,0x8208F4C1,0xF50FC457,0x65B0D9C6,0x12B7E950,0x8BBEB8EA,0xFCB9887C,0x62DD1DDF,0x15DA2D49,0x8CD37CF3,0xFBD44C65, - 0x4DB26158,0x3AB551CE,0xA3BC0074,0xD4BB30E2,0x4ADFA541,0x3DD895D7,0xA4D1C46D,0xD3D6F4FB,0x4369E96A,0x346ED9FC,0xAD678846,0xDA60B8D0,0x44042D73,0x33031DE5,0xAA0A4C5F,0xDD0D7CC9, - 0x5005713C,0x270241AA,0xBE0B1010,0xC90C2086,0x5768B525,0x206F85B3,0xB966D409,0xCE61E49F,0x5EDEF90E,0x29D9C998,0xB0D09822,0xC7D7A8B4,0x59B33D17,0x2EB40D81,0xB7BD5C3B,0xC0BA6CAD, - 0xEDB88320,0x9ABFB3B6,0x03B6E20C,0x74B1D29A,0xEAD54739,0x9DD277AF,0x04DB2615,0x73DC1683,0xE3630B12,0x94643B84,0x0D6D6A3E,0x7A6A5AA8,0xE40ECF0B,0x9309FF9D,0x0A00AE27,0x7D079EB1, - 0xF00F9344,0x8708A3D2,0x1E01F268,0x6906C2FE,0xF762575D,0x806567CB,0x196C3671,0x6E6B06E7,0xFED41B76,0x89D32BE0,0x10DA7A5A,0x67DD4ACC,0xF9B9DF6F,0x8EBEEFF9,0x17B7BE43,0x60B08ED5, - 0xD6D6A3E8,0xA1D1937E,0x38D8C2C4,0x4FDFF252,0xD1BB67F1,0xA6BC5767,0x3FB506DD,0x48B2364B,0xD80D2BDA,0xAF0A1B4C,0x36034AF6,0x41047A60,0xDF60EFC3,0xA867DF55,0x316E8EEF,0x4669BE79, - 0xCB61B38C,0xBC66831A,0x256FD2A0,0x5268E236,0xCC0C7795,0xBB0B4703,0x220216B9,0x5505262F,0xC5BA3BBE,0xB2BD0B28,0x2BB45A92,0x5CB36A04,0xC2D7FFA7,0xB5D0CF31,0x2CD99E8B,0x5BDEAE1D, - 0x9B64C2B0,0xEC63F226,0x756AA39C,0x026D930A,0x9C0906A9,0xEB0E363F,0x72076785,0x05005713,0x95BF4A82,0xE2B87A14,0x7BB12BAE,0x0CB61B38,0x92D28E9B,0xE5D5BE0D,0x7CDCEFB7,0x0BDBDF21, - 0x86D3D2D4,0xF1D4E242,0x68DDB3F8,0x1FDA836E,0x81BE16CD,0xF6B9265B,0x6FB077E1,0x18B74777,0x88085AE6,0xFF0F6A70,0x66063BCA,0x11010B5C,0x8F659EFF,0xF862AE69,0x616BFFD3,0x166CCF45, - 0xA00AE278,0xD70DD2EE,0x4E048354,0x3903B3C2,0xA7672661,0xD06016F7,0x4969474D,0x3E6E77DB,0xAED16A4A,0xD9D65ADC,0x40DF0B66,0x37D83BF0,0xA9BCAE53,0xDEBB9EC5,0x47B2CF7F,0x30B5FFE9, - 0xBDBDF21C,0xCABAC28A,0x53B39330,0x24B4A3A6,0xBAD03605,0xCDD70693,0x54DE5729,0x23D967BF,0xB3667A2E,0xC4614AB8,0x5D681B02,0x2A6F2B94,0xB40BBE37,0xC30C8EA1,0x5A05DF1B,0x2D02EF8D, -}; - -// Known size hash -// It is ok to call ImHashData on a string with known length but the ### operator won't be supported. -// FIXME-OPT: Replace with e.g. FNV1a hash? CRC32 pretty much randomly access 1KB. Need to do proper measurements. -ImGuiID ImHashData(const void* data_p, size_t data_size, ImU32 seed) -{ - ImU32 crc = ~seed; - const unsigned char* data = (const unsigned char*)data_p; - const ImU32* crc32_lut = GCrc32LookupTable; - while (data_size-- != 0) - crc = (crc >> 8) ^ crc32_lut[(crc & 0xFF) ^ *data++]; - return ~crc; -} - -// Zero-terminated string hash, with support for ### to reset back to seed value -// We support a syntax of "label###id" where only "###id" is included in the hash, and only "label" gets displayed. -// Because this syntax is rarely used we are optimizing for the common case. -// - If we reach ### in the string we discard the hash so far and reset to the seed. -// - We don't do 'current += 2; continue;' after handling ### to keep the code smaller/faster (measured ~10% diff in Debug build) -// FIXME-OPT: Replace with e.g. FNV1a hash? CRC32 pretty much randomly access 1KB. Need to do proper measurements. -ImGuiID ImHashStr(const char* data_p, size_t data_size, ImU32 seed) -{ - seed = ~seed; - ImU32 crc = seed; - const unsigned char* data = (const unsigned char*)data_p; - const ImU32* crc32_lut = GCrc32LookupTable; - if (data_size != 0) - { - while (data_size-- != 0) - { - unsigned char c = *data++; - if (c == '#' && data_size >= 2 && data[0] == '#' && data[1] == '#') - crc = seed; - crc = (crc >> 8) ^ crc32_lut[(crc & 0xFF) ^ c]; - } - } - else - { - while (unsigned char c = *data++) - { - if (c == '#' && data[0] == '#' && data[1] == '#') - crc = seed; - crc = (crc >> 8) ^ crc32_lut[(crc & 0xFF) ^ c]; - } - } - return ~crc; -} - -//----------------------------------------------------------------------------- -// [SECTION] MISC HELPERS/UTILITIES (File functions) -//----------------------------------------------------------------------------- - -// Default file functions -#ifndef IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS - -ImFileHandle ImFileOpen(const char* filename, const char* mode) -{ -#if defined(_WIN32) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS) && !defined(__CYGWIN__) && !defined(__GNUC__) - // We need a fopen() wrapper because MSVC/Windows fopen doesn't handle UTF-8 filenames. - // Previously we used ImTextCountCharsFromUtf8/ImTextStrFromUtf8 here but we now need to support ImWchar16 and ImWchar32! - const int filename_wsize = ::MultiByteToWideChar(CP_UTF8, 0, filename, -1, NULL, 0); - const int mode_wsize = ::MultiByteToWideChar(CP_UTF8, 0, mode, -1, NULL, 0); - ImVector buf; - buf.resize(filename_wsize + mode_wsize); - ::MultiByteToWideChar(CP_UTF8, 0, filename, -1, (wchar_t*)&buf[0], filename_wsize); - ::MultiByteToWideChar(CP_UTF8, 0, mode, -1, (wchar_t*)&buf[filename_wsize], mode_wsize); - return ::_wfopen((const wchar_t*)&buf[0], (const wchar_t*)&buf[filename_wsize]); -#else - return fopen(filename, mode); -#endif -} - -// We should in theory be using fseeko()/ftello() with off_t and _fseeki64()/_ftelli64() with __int64, waiting for the PR that does that in a very portable pre-C++11 zero-warnings way. -bool ImFileClose(ImFileHandle f) { return fclose(f) == 0; } -ImU64 ImFileGetSize(ImFileHandle f) { long off = 0, sz = 0; return ((off = ftell(f)) != -1 && !fseek(f, 0, SEEK_END) && (sz = ftell(f)) != -1 && !fseek(f, off, SEEK_SET)) ? (ImU64)sz : (ImU64)-1; } -ImU64 ImFileRead(void* data, ImU64 sz, ImU64 count, ImFileHandle f) { return fread(data, (size_t)sz, (size_t)count, f); } -ImU64 ImFileWrite(const void* data, ImU64 sz, ImU64 count, ImFileHandle f) { return fwrite(data, (size_t)sz, (size_t)count, f); } -#endif // #ifndef IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS - -// Helper: Load file content into memory -// Memory allocated with IM_ALLOC(), must be freed by user using IM_FREE() == ImGui::MemFree() -// This can't really be used with "rt" because fseek size won't match read size. -void* ImFileLoadToMemory(const char* filename, const char* mode, size_t* out_file_size, int padding_bytes) -{ - IM_ASSERT(filename && mode); - if (out_file_size) - *out_file_size = 0; - - ImFileHandle f; - if ((f = ImFileOpen(filename, mode)) == NULL) - return NULL; - - size_t file_size = (size_t)ImFileGetSize(f); - if (file_size == (size_t)-1) - { - ImFileClose(f); - return NULL; - } - - void* file_data = IM_ALLOC(file_size + padding_bytes); - if (file_data == NULL) - { - ImFileClose(f); - return NULL; - } - if (ImFileRead(file_data, 1, file_size, f) != file_size) - { - ImFileClose(f); - IM_FREE(file_data); - return NULL; - } - if (padding_bytes > 0) - memset((void*)(((char*)file_data) + file_size), 0, (size_t)padding_bytes); - - ImFileClose(f); - if (out_file_size) - *out_file_size = file_size; - - return file_data; -} - -//----------------------------------------------------------------------------- -// [SECTION] MISC HELPERS/UTILITIES (ImText* functions) -//----------------------------------------------------------------------------- - -// Convert UTF-8 to 32-bit character, process single character input. -// A nearly-branchless UTF-8 decoder, based on work of Christopher Wellons (https://github.com/skeeto/branchless-utf8). -// We handle UTF-8 decoding error by skipping forward. -int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end) -{ - static const char lengths[32] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 3, 3, 4, 0 }; - static const int masks[] = { 0x00, 0x7f, 0x1f, 0x0f, 0x07 }; - static const uint32_t mins[] = { 0x400000, 0, 0x80, 0x800, 0x10000 }; - static const int shiftc[] = { 0, 18, 12, 6, 0 }; - static const int shifte[] = { 0, 6, 4, 2, 0 }; - int len = lengths[*(const unsigned char*)in_text >> 3]; - int wanted = len + !len; - - if (in_text_end == NULL) - in_text_end = in_text + wanted; // Max length, nulls will be taken into account. - - // Copy at most 'len' bytes, stop copying at 0 or past in_text_end. Branch predictor does a good job here, - // so it is fast even with excessive branching. - unsigned char s[4]; - s[0] = in_text + 0 < in_text_end ? in_text[0] : 0; - s[1] = in_text + 1 < in_text_end ? in_text[1] : 0; - s[2] = in_text + 2 < in_text_end ? in_text[2] : 0; - s[3] = in_text + 3 < in_text_end ? in_text[3] : 0; - - // Assume a four-byte character and load four bytes. Unused bits are shifted out. - *out_char = (uint32_t)(s[0] & masks[len]) << 18; - *out_char |= (uint32_t)(s[1] & 0x3f) << 12; - *out_char |= (uint32_t)(s[2] & 0x3f) << 6; - *out_char |= (uint32_t)(s[3] & 0x3f) << 0; - *out_char >>= shiftc[len]; - - // Accumulate the various error conditions. - int e = 0; - e = (*out_char < mins[len]) << 6; // non-canonical encoding - e |= ((*out_char >> 11) == 0x1b) << 7; // surrogate half? - e |= (*out_char > IM_UNICODE_CODEPOINT_MAX) << 8; // out of range? - e |= (s[1] & 0xc0) >> 2; - e |= (s[2] & 0xc0) >> 4; - e |= (s[3] ) >> 6; - e ^= 0x2a; // top two bits of each tail byte correct? - e >>= shifte[len]; - - if (e) - { - // No bytes are consumed when *in_text == 0 || in_text == in_text_end. - // One byte is consumed in case of invalid first byte of in_text. - // All available bytes (at most `len` bytes) are consumed on incomplete/invalid second to last bytes. - // Invalid or incomplete input may consume less bytes than wanted, therefore every byte has to be inspected in s. - wanted = ImMin(wanted, !!s[0] + !!s[1] + !!s[2] + !!s[3]); - *out_char = IM_UNICODE_CODEPOINT_INVALID; - } - - return wanted; -} - -int ImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, const char* in_text_end, const char** in_text_remaining) -{ - ImWchar* buf_out = buf; - ImWchar* buf_end = buf + buf_size; - while (buf_out < buf_end - 1 && (!in_text_end || in_text < in_text_end) && *in_text) - { - unsigned int c; - in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); - if (c == 0) - break; - *buf_out++ = (ImWchar)c; - } - *buf_out = 0; - if (in_text_remaining) - *in_text_remaining = in_text; - return (int)(buf_out - buf); -} - -int ImTextCountCharsFromUtf8(const char* in_text, const char* in_text_end) -{ - int char_count = 0; - while ((!in_text_end || in_text < in_text_end) && *in_text) - { - unsigned int c; - in_text += ImTextCharFromUtf8(&c, in_text, in_text_end); - if (c == 0) - break; - char_count++; - } - return char_count; -} - -// Based on stb_to_utf8() from github.com/nothings/stb/ -static inline int ImTextCharToUtf8_inline(char* buf, int buf_size, unsigned int c) -{ - if (c < 0x80) - { - buf[0] = (char)c; - return 1; - } - if (c < 0x800) - { - if (buf_size < 2) return 0; - buf[0] = (char)(0xc0 + (c >> 6)); - buf[1] = (char)(0x80 + (c & 0x3f)); - return 2; - } - if (c < 0x10000) - { - if (buf_size < 3) return 0; - buf[0] = (char)(0xe0 + (c >> 12)); - buf[1] = (char)(0x80 + ((c >> 6) & 0x3f)); - buf[2] = (char)(0x80 + ((c ) & 0x3f)); - return 3; - } - if (c <= 0x10FFFF) - { - if (buf_size < 4) return 0; - buf[0] = (char)(0xf0 + (c >> 18)); - buf[1] = (char)(0x80 + ((c >> 12) & 0x3f)); - buf[2] = (char)(0x80 + ((c >> 6) & 0x3f)); - buf[3] = (char)(0x80 + ((c ) & 0x3f)); - return 4; - } - // Invalid code point, the max unicode is 0x10FFFF - return 0; -} - -const char* ImTextCharToUtf8(char out_buf[5], unsigned int c) -{ - int count = ImTextCharToUtf8_inline(out_buf, 5, c); - out_buf[count] = 0; - return out_buf; -} - -// Not optimal but we very rarely use this function. -int ImTextCountUtf8BytesFromChar(const char* in_text, const char* in_text_end) -{ - unsigned int unused = 0; - return ImTextCharFromUtf8(&unused, in_text, in_text_end); -} - -static inline int ImTextCountUtf8BytesFromChar(unsigned int c) -{ - if (c < 0x80) return 1; - if (c < 0x800) return 2; - if (c < 0x10000) return 3; - if (c <= 0x10FFFF) return 4; - return 3; -} - -int ImTextStrToUtf8(char* out_buf, int out_buf_size, const ImWchar* in_text, const ImWchar* in_text_end) -{ - char* buf_p = out_buf; - const char* buf_end = out_buf + out_buf_size; - while (buf_p < buf_end - 1 && (!in_text_end || in_text < in_text_end) && *in_text) - { - unsigned int c = (unsigned int)(*in_text++); - if (c < 0x80) - *buf_p++ = (char)c; - else - buf_p += ImTextCharToUtf8_inline(buf_p, (int)(buf_end - buf_p - 1), c); - } - *buf_p = 0; - return (int)(buf_p - out_buf); -} - -int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_end) -{ - int bytes_count = 0; - while ((!in_text_end || in_text < in_text_end) && *in_text) - { - unsigned int c = (unsigned int)(*in_text++); - if (c < 0x80) - bytes_count++; - else - bytes_count += ImTextCountUtf8BytesFromChar(c); - } - return bytes_count; -} - -//----------------------------------------------------------------------------- -// [SECTION] MISC HELPERS/UTILITIES (Color functions) -// Note: The Convert functions are early design which are not consistent with other API. -//----------------------------------------------------------------------------- - -IMGUI_API ImU32 ImAlphaBlendColors(ImU32 col_a, ImU32 col_b) -{ - float t = ((col_b >> IM_COL32_A_SHIFT) & 0xFF) / 255.f; - int r = ImLerp((int)(col_a >> IM_COL32_R_SHIFT) & 0xFF, (int)(col_b >> IM_COL32_R_SHIFT) & 0xFF, t); - int g = ImLerp((int)(col_a >> IM_COL32_G_SHIFT) & 0xFF, (int)(col_b >> IM_COL32_G_SHIFT) & 0xFF, t); - int b = ImLerp((int)(col_a >> IM_COL32_B_SHIFT) & 0xFF, (int)(col_b >> IM_COL32_B_SHIFT) & 0xFF, t); - return IM_COL32(r, g, b, 0xFF); -} - -ImVec4 ImGui::ColorConvertU32ToFloat4(ImU32 in) -{ - float s = 1.0f / 255.0f; - return ImVec4( - ((in >> IM_COL32_R_SHIFT) & 0xFF) * s, - ((in >> IM_COL32_G_SHIFT) & 0xFF) * s, - ((in >> IM_COL32_B_SHIFT) & 0xFF) * s, - ((in >> IM_COL32_A_SHIFT) & 0xFF) * s); -} - -ImU32 ImGui::ColorConvertFloat4ToU32(const ImVec4& in) -{ - ImU32 out; - out = ((ImU32)IM_F32_TO_INT8_SAT(in.x)) << IM_COL32_R_SHIFT; - out |= ((ImU32)IM_F32_TO_INT8_SAT(in.y)) << IM_COL32_G_SHIFT; - out |= ((ImU32)IM_F32_TO_INT8_SAT(in.z)) << IM_COL32_B_SHIFT; - out |= ((ImU32)IM_F32_TO_INT8_SAT(in.w)) << IM_COL32_A_SHIFT; - return out; -} - -// Convert rgb floats ([0-1],[0-1],[0-1]) to hsv floats ([0-1],[0-1],[0-1]), from Foley & van Dam p592 -// Optimized http://lolengine.net/blog/2013/01/13/fast-rgb-to-hsv -void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v) -{ - float K = 0.f; - if (g < b) - { - ImSwap(g, b); - K = -1.f; - } - if (r < g) - { - ImSwap(r, g); - K = -2.f / 6.f - K; - } - - const float chroma = r - (g < b ? g : b); - out_h = ImFabs(K + (g - b) / (6.f * chroma + 1e-20f)); - out_s = chroma / (r + 1e-20f); - out_v = r; -} - -// Convert hsv floats ([0-1],[0-1],[0-1]) to rgb floats ([0-1],[0-1],[0-1]), from Foley & van Dam p593 -// also http://en.wikipedia.org/wiki/HSL_and_HSV -void ImGui::ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g, float& out_b) -{ - if (s == 0.0f) - { - // gray - out_r = out_g = out_b = v; - return; - } - - h = ImFmod(h, 1.0f) / (60.0f / 360.0f); - int i = (int)h; - float f = h - (float)i; - float p = v * (1.0f - s); - float q = v * (1.0f - s * f); - float t = v * (1.0f - s * (1.0f - f)); - - switch (i) - { - case 0: out_r = v; out_g = t; out_b = p; break; - case 1: out_r = q; out_g = v; out_b = p; break; - case 2: out_r = p; out_g = v; out_b = t; break; - case 3: out_r = p; out_g = q; out_b = v; break; - case 4: out_r = t; out_g = p; out_b = v; break; - case 5: default: out_r = v; out_g = p; out_b = q; break; - } -} - -//----------------------------------------------------------------------------- -// [SECTION] ImGuiStorage -// Helper: Key->value storage -//----------------------------------------------------------------------------- - -// std::lower_bound but without the bullshit -static ImGuiStorage::ImGuiStoragePair* LowerBound(ImVector& data, ImGuiID key) -{ - ImGuiStorage::ImGuiStoragePair* first = data.Data; - ImGuiStorage::ImGuiStoragePair* last = data.Data + data.Size; - size_t count = (size_t)(last - first); - while (count > 0) - { - size_t count2 = count >> 1; - ImGuiStorage::ImGuiStoragePair* mid = first + count2; - if (mid->key < key) - { - first = ++mid; - count -= count2 + 1; - } - else - { - count = count2; - } - } - return first; -} - -// For quicker full rebuild of a storage (instead of an incremental one), you may add all your contents and then sort once. -void ImGuiStorage::BuildSortByKey() -{ - struct StaticFunc - { - static int IMGUI_CDECL PairComparerByID(const void* lhs, const void* rhs) - { - // We can't just do a subtraction because qsort uses signed integers and subtracting our ID doesn't play well with that. - if (((const ImGuiStoragePair*)lhs)->key > ((const ImGuiStoragePair*)rhs)->key) return +1; - if (((const ImGuiStoragePair*)lhs)->key < ((const ImGuiStoragePair*)rhs)->key) return -1; - return 0; - } - }; - ImQsort(Data.Data, (size_t)Data.Size, sizeof(ImGuiStoragePair), StaticFunc::PairComparerByID); -} - -int ImGuiStorage::GetInt(ImGuiID key, int default_val) const -{ - ImGuiStoragePair* it = LowerBound(const_cast&>(Data), key); - if (it == Data.end() || it->key != key) - return default_val; - return it->val_i; -} - -bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const -{ - return GetInt(key, default_val ? 1 : 0) != 0; -} - -float ImGuiStorage::GetFloat(ImGuiID key, float default_val) const -{ - ImGuiStoragePair* it = LowerBound(const_cast&>(Data), key); - if (it == Data.end() || it->key != key) - return default_val; - return it->val_f; -} - -void* ImGuiStorage::GetVoidPtr(ImGuiID key) const -{ - ImGuiStoragePair* it = LowerBound(const_cast&>(Data), key); - if (it == Data.end() || it->key != key) - return NULL; - return it->val_p; -} - -// 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. -int* ImGuiStorage::GetIntRef(ImGuiID key, int default_val) -{ - ImGuiStoragePair* it = LowerBound(Data, key); - if (it == Data.end() || it->key != key) - it = Data.insert(it, ImGuiStoragePair(key, default_val)); - return &it->val_i; -} - -bool* ImGuiStorage::GetBoolRef(ImGuiID key, bool default_val) -{ - return (bool*)GetIntRef(key, default_val ? 1 : 0); -} - -float* ImGuiStorage::GetFloatRef(ImGuiID key, float default_val) -{ - ImGuiStoragePair* it = LowerBound(Data, key); - if (it == Data.end() || it->key != key) - it = Data.insert(it, ImGuiStoragePair(key, default_val)); - return &it->val_f; -} - -void** ImGuiStorage::GetVoidPtrRef(ImGuiID key, void* default_val) -{ - ImGuiStoragePair* it = LowerBound(Data, key); - if (it == Data.end() || it->key != key) - it = Data.insert(it, ImGuiStoragePair(key, default_val)); - return &it->val_p; -} - -// FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (maximum one a frame) -void ImGuiStorage::SetInt(ImGuiID key, int val) -{ - ImGuiStoragePair* it = LowerBound(Data, key); - if (it == Data.end() || it->key != key) - { - Data.insert(it, ImGuiStoragePair(key, val)); - return; - } - it->val_i = val; -} - -void ImGuiStorage::SetBool(ImGuiID key, bool val) -{ - SetInt(key, val ? 1 : 0); -} - -void ImGuiStorage::SetFloat(ImGuiID key, float val) -{ - ImGuiStoragePair* it = LowerBound(Data, key); - if (it == Data.end() || it->key != key) - { - Data.insert(it, ImGuiStoragePair(key, val)); - return; - } - it->val_f = val; -} - -void ImGuiStorage::SetVoidPtr(ImGuiID key, void* val) -{ - ImGuiStoragePair* it = LowerBound(Data, key); - if (it == Data.end() || it->key != key) - { - Data.insert(it, ImGuiStoragePair(key, val)); - return; - } - it->val_p = val; -} - -void ImGuiStorage::SetAllInt(int v) -{ - for (int i = 0; i < Data.Size; i++) - Data[i].val_i = v; -} - -//----------------------------------------------------------------------------- -// [SECTION] ImGuiTextFilter -//----------------------------------------------------------------------------- - -// Helper: Parse and apply text filters. In format "aaaaa[,bbbb][,ccccc]" -ImGuiTextFilter::ImGuiTextFilter(const char* default_filter) //-V1077 -{ - InputBuf[0] = 0; - CountGrep = 0; - if (default_filter) - { - ImStrncpy(InputBuf, default_filter, IM_ARRAYSIZE(InputBuf)); - Build(); - } -} - -bool ImGuiTextFilter::Draw(const char* label, float width) -{ - if (width != 0.0f) - ImGui::SetNextItemWidth(width); - bool value_changed = ImGui::InputText(label, InputBuf, IM_ARRAYSIZE(InputBuf)); - if (value_changed) - Build(); - return value_changed; -} - -void ImGuiTextFilter::ImGuiTextRange::split(char separator, ImVector* out) const -{ - out->resize(0); - const char* wb = b; - const char* we = wb; - while (we < e) - { - if (*we == separator) - { - out->push_back(ImGuiTextRange(wb, we)); - wb = we + 1; - } - we++; - } - if (wb != we) - out->push_back(ImGuiTextRange(wb, we)); -} - -void ImGuiTextFilter::Build() -{ - Filters.resize(0); - ImGuiTextRange input_range(InputBuf, InputBuf + strlen(InputBuf)); - input_range.split(',', &Filters); - - CountGrep = 0; - for (int i = 0; i != Filters.Size; i++) - { - ImGuiTextRange& f = Filters[i]; - while (f.b < f.e && ImCharIsBlankA(f.b[0])) - f.b++; - while (f.e > f.b && ImCharIsBlankA(f.e[-1])) - f.e--; - if (f.empty()) - continue; - if (Filters[i].b[0] != '-') - CountGrep += 1; - } -} - -bool ImGuiTextFilter::PassFilter(const char* text, const char* text_end) const -{ - if (Filters.empty()) - return true; - - if (text == NULL) - text = ""; - - for (int i = 0; i != Filters.Size; i++) - { - const ImGuiTextRange& f = Filters[i]; - if (f.empty()) - continue; - if (f.b[0] == '-') - { - // Subtract - if (ImStristr(text, text_end, f.b + 1, f.e) != NULL) - return false; - } - else - { - // Grep - if (ImStristr(text, text_end, f.b, f.e) != NULL) - return true; - } - } - - // Implicit * grep - if (CountGrep == 0) - return true; - - return false; -} - -//----------------------------------------------------------------------------- -// [SECTION] ImGuiTextBuffer -//----------------------------------------------------------------------------- - -// On some platform vsnprintf() takes va_list by reference and modifies it. -// va_copy is the 'correct' way to copy a va_list but Visual Studio prior to 2013 doesn't have it. -#ifndef va_copy -#if defined(__GNUC__) || defined(__clang__) -#define va_copy(dest, src) __builtin_va_copy(dest, src) -#else -#define va_copy(dest, src) (dest = src) -#endif -#endif - -char ImGuiTextBuffer::EmptyString[1] = { 0 }; - -void ImGuiTextBuffer::append(const char* str, const char* str_end) -{ - int len = str_end ? (int)(str_end - str) : (int)strlen(str); - - // Add zero-terminator the first time - const int write_off = (Buf.Size != 0) ? Buf.Size : 1; - const int needed_sz = write_off + len; - if (write_off + len >= Buf.Capacity) - { - int new_capacity = Buf.Capacity * 2; - Buf.reserve(needed_sz > new_capacity ? needed_sz : new_capacity); - } - - Buf.resize(needed_sz); - memcpy(&Buf[write_off - 1], str, (size_t)len); - Buf[write_off - 1 + len] = 0; -} - -void ImGuiTextBuffer::appendf(const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - appendfv(fmt, args); - va_end(args); -} - -// Helper: Text buffer for logging/accumulating text -void ImGuiTextBuffer::appendfv(const char* fmt, va_list args) -{ - va_list args_copy; - va_copy(args_copy, args); - - int len = ImFormatStringV(NULL, 0, fmt, args); // FIXME-OPT: could do a first pass write attempt, likely successful on first pass. - if (len <= 0) - { - va_end(args_copy); - return; - } - - // Add zero-terminator the first time - const int write_off = (Buf.Size != 0) ? Buf.Size : 1; - const int needed_sz = write_off + len; - if (write_off + len >= Buf.Capacity) - { - int new_capacity = Buf.Capacity * 2; - Buf.reserve(needed_sz > new_capacity ? needed_sz : new_capacity); - } - - Buf.resize(needed_sz); - ImFormatStringV(&Buf[write_off - 1], (size_t)len + 1, fmt, args_copy); - va_end(args_copy); -} - -//----------------------------------------------------------------------------- -// [SECTION] ImGuiListClipper -// This is currently not as flexible/powerful as it should be and really confusing/spaghetti, mostly because we changed -// the API mid-way through development and support two ways to using the clipper, needs some rework (see TODO) -//----------------------------------------------------------------------------- - -// FIXME-TABLE: This prevents us from using ImGuiListClipper _inside_ a table cell. -// The problem we have is that without a Begin/End scheme for rows using the clipper is ambiguous. -static bool GetSkipItemForListClipping() -{ - ImGuiContext& g = *GImGui; - return (g.CurrentTable ? g.CurrentTable->HostSkipItems : g.CurrentWindow->SkipItems); -} - -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS -// Legacy helper to calculate coarse clipping of large list of evenly sized items. -// This legacy API is not ideal because it assume we will return a single contiguous rectangle. -// Prefer using ImGuiListClipper which can returns non-contiguous ranges. -void ImGui::CalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (g.LogEnabled) - { - // If logging is active, do not perform any clipping - *out_items_display_start = 0; - *out_items_display_end = items_count; - return; - } - if (GetSkipItemForListClipping()) - { - *out_items_display_start = *out_items_display_end = 0; - return; - } - - // We create the union of the ClipRect and the scoring rect which at worst should be 1 page away from ClipRect - // We don't include g.NavId's rectangle in there (unless g.NavJustMovedToId is set) because the rectangle enlargement can get costly. - ImRect rect = window->ClipRect; - if (g.NavMoveScoringItems) - rect.Add(g.NavScoringNoClipRect); - if (g.NavJustMovedToId && window->NavLastIds[0] == g.NavJustMovedToId) - rect.Add(WindowRectRelToAbs(window, window->NavRectRel[0])); // Could store and use NavJustMovedToRectRel - - const ImVec2 pos = window->DC.CursorPos; - int start = (int)((rect.Min.y - pos.y) / items_height); - int end = (int)((rect.Max.y - pos.y) / items_height); - - // When performing a navigation request, ensure we have one item extra in the direction we are moving to - // FIXME: Verify this works with tabbing - const bool is_nav_request = (g.NavMoveScoringItems && g.NavWindow && g.NavWindow->RootWindowForNav == window->RootWindowForNav); - if (is_nav_request && g.NavMoveClipDir == ImGuiDir_Up) - start--; - if (is_nav_request && g.NavMoveClipDir == ImGuiDir_Down) - end++; - - start = ImClamp(start, 0, items_count); - end = ImClamp(end + 1, start, items_count); - *out_items_display_start = start; - *out_items_display_end = end; -} -#endif - -static void ImGuiListClipper_SortAndFuseRanges(ImVector& ranges, int offset = 0) -{ - if (ranges.Size - offset <= 1) - return; - - // Helper to order ranges and fuse them together if possible (bubble sort is fine as we are only sorting 2-3 entries) - for (int sort_end = ranges.Size - offset - 1; sort_end > 0; --sort_end) - for (int i = offset; i < sort_end + offset; ++i) - if (ranges[i].Min > ranges[i + 1].Min) - ImSwap(ranges[i], ranges[i + 1]); - - // Now fuse ranges together as much as possible. - for (int i = 1 + offset; i < ranges.Size; i++) - { - IM_ASSERT(!ranges[i].PosToIndexConvert && !ranges[i - 1].PosToIndexConvert); - if (ranges[i - 1].Max < ranges[i].Min) - continue; - ranges[i - 1].Min = ImMin(ranges[i - 1].Min, ranges[i].Min); - ranges[i - 1].Max = ImMax(ranges[i - 1].Max, ranges[i].Max); - ranges.erase(ranges.Data + i); - i--; - } -} - -static void ImGuiListClipper_SeekCursorAndSetupPrevLine(float pos_y, float line_height) -{ - // Set cursor position and a few other things so that SetScrollHereY() and Columns() can work when seeking cursor. - // FIXME: It is problematic that we have to do that here, because custom/equivalent end-user code would stumble on the same issue. - // The clipper should probably have a final step to display the last item in a regular manner, maybe with an opt-out flag for data sets which may have costly seek? - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - float off_y = pos_y - window->DC.CursorPos.y; - window->DC.CursorPos.y = pos_y; - window->DC.CursorMaxPos.y = ImMax(window->DC.CursorMaxPos.y, pos_y - g.Style.ItemSpacing.y); - window->DC.CursorPosPrevLine.y = window->DC.CursorPos.y - line_height; // Setting those fields so that SetScrollHereY() can properly function after the end of our clipper usage. - window->DC.PrevLineSize.y = (line_height - g.Style.ItemSpacing.y); // If we end up needing more accurate data (to e.g. use SameLine) we may as well make the clipper have a fourth step to let user process and display the last item in their list. - if (ImGuiOldColumns* columns = window->DC.CurrentColumns) - columns->LineMinY = window->DC.CursorPos.y; // Setting this so that cell Y position are set properly - if (ImGuiTable* table = g.CurrentTable) - { - if (table->IsInsideRow) - ImGui::TableEndRow(table); - table->RowPosY2 = window->DC.CursorPos.y; - const int row_increase = (int)((off_y / line_height) + 0.5f); - //table->CurrentRow += row_increase; // Can't do without fixing TableEndRow() - table->RowBgColorCounter += row_increase; - } -} - -static void ImGuiListClipper_SeekCursorForItem(ImGuiListClipper* clipper, int item_n) -{ - // StartPosY starts from ItemsFrozen hence the subtraction - // Perform the add and multiply with double to allow seeking through larger ranges - ImGuiListClipperData* data = (ImGuiListClipperData*)clipper->TempData; - float pos_y = (float)((double)clipper->StartPosY + data->LossynessOffset + (double)(item_n - data->ItemsFrozen) * clipper->ItemsHeight); - ImGuiListClipper_SeekCursorAndSetupPrevLine(pos_y, clipper->ItemsHeight); -} - -ImGuiListClipper::ImGuiListClipper() -{ - memset(this, 0, sizeof(*this)); - ItemsCount = -1; -} - -ImGuiListClipper::~ImGuiListClipper() -{ - End(); -} - -// Use case A: Begin() called from constructor with items_height<0, then called again from Step() in StepNo 1 -// Use case B: Begin() called from constructor with items_height>0 -// FIXME-LEGACY: Ideally we should remove the Begin/End functions but they are part of the legacy API we still support. This is why some of the code in Step() calling Begin() and reassign some fields, spaghetti style. -void ImGuiListClipper::Begin(int items_count, float items_height) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - if (ImGuiTable* table = g.CurrentTable) - if (table->IsInsideRow) - ImGui::TableEndRow(table); - - StartPosY = window->DC.CursorPos.y; - ItemsHeight = items_height; - ItemsCount = items_count; - DisplayStart = -1; - DisplayEnd = 0; - - // Acquire temporary buffer - if (++g.ClipperTempDataStacked > g.ClipperTempData.Size) - g.ClipperTempData.resize(g.ClipperTempDataStacked, ImGuiListClipperData()); - ImGuiListClipperData* data = &g.ClipperTempData[g.ClipperTempDataStacked - 1]; - data->Reset(this); - data->LossynessOffset = window->DC.CursorStartPosLossyness.y; - TempData = data; -} - -void ImGuiListClipper::End() -{ - ImGuiContext& g = *GImGui; - if (ImGuiListClipperData* data = (ImGuiListClipperData*)TempData) - { - // In theory here we should assert that we are already at the right position, but it seems saner to just seek at the end and not assert/crash the user. - if (ItemsCount >= 0 && ItemsCount < INT_MAX && DisplayStart >= 0) - ImGuiListClipper_SeekCursorForItem(this, ItemsCount); - - // Restore temporary buffer and fix back pointers which may be invalidated when nesting - IM_ASSERT(data->ListClipper == this); - data->StepNo = data->Ranges.Size; - if (--g.ClipperTempDataStacked > 0) - { - data = &g.ClipperTempData[g.ClipperTempDataStacked - 1]; - data->ListClipper->TempData = data; - } - TempData = NULL; - } - ItemsCount = -1; -} - -void ImGuiListClipper::ForceDisplayRangeByIndices(int item_min, int item_max) -{ - ImGuiListClipperData* data = (ImGuiListClipperData*)TempData; - IM_ASSERT(DisplayStart < 0); // Only allowed after Begin() and if there has not been a specified range yet. - IM_ASSERT(item_min <= item_max); - if (item_min < item_max) - data->Ranges.push_back(ImGuiListClipperRange::FromIndices(item_min, item_max)); -} - -bool ImGuiListClipper::Step() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiListClipperData* data = (ImGuiListClipperData*)TempData; - IM_ASSERT(data != NULL && "Called ImGuiListClipper::Step() too many times, or before ImGuiListClipper::Begin() ?"); - - ImGuiTable* table = g.CurrentTable; - if (table && table->IsInsideRow) - ImGui::TableEndRow(table); - - // No items - if (ItemsCount == 0 || GetSkipItemForListClipping()) - return (void)End(), false; - - // While we are in frozen row state, keep displaying items one by one, unclipped - // FIXME: Could be stored as a table-agnostic state. - if (data->StepNo == 0 && table != NULL && !table->IsUnfrozenRows) - { - DisplayStart = data->ItemsFrozen; - DisplayEnd = data->ItemsFrozen + 1; - if (DisplayStart >= ItemsCount) - return (void)End(), false; - data->ItemsFrozen++; - return true; - } - - // Step 0: Let you process the first element (regardless of it being visible or not, so we can measure the element height) - bool calc_clipping = false; - if (data->StepNo == 0) - { - StartPosY = window->DC.CursorPos.y; - if (ItemsHeight <= 0.0f) - { - // Submit the first item (or range) so we can measure its height (generally the first range is 0..1) - data->Ranges.push_front(ImGuiListClipperRange::FromIndices(data->ItemsFrozen, data->ItemsFrozen + 1)); - DisplayStart = ImMax(data->Ranges[0].Min, data->ItemsFrozen); - DisplayEnd = ImMin(data->Ranges[0].Max, ItemsCount); - if (DisplayStart == DisplayEnd) - return (void)End(), false; - data->StepNo = 1; - return true; - } - calc_clipping = true; // If on the first step with known item height, calculate clipping. - } - - // Step 1: Let the clipper infer height from first range - if (ItemsHeight <= 0.0f) - { - IM_ASSERT(data->StepNo == 1); - if (table) - IM_ASSERT(table->RowPosY1 == StartPosY && table->RowPosY2 == window->DC.CursorPos.y); - - ItemsHeight = (window->DC.CursorPos.y - StartPosY) / (float)(DisplayEnd - DisplayStart); - bool affected_by_floating_point_precision = ImIsFloatAboveGuaranteedIntegerPrecision(StartPosY) || ImIsFloatAboveGuaranteedIntegerPrecision(window->DC.CursorPos.y); - if (affected_by_floating_point_precision) - ItemsHeight = window->DC.PrevLineSize.y + g.Style.ItemSpacing.y; // FIXME: Technically wouldn't allow multi-line entries. - - IM_ASSERT(ItemsHeight > 0.0f && "Unable to calculate item height! First item hasn't moved the cursor vertically!"); - calc_clipping = true; // If item height had to be calculated, calculate clipping afterwards. - } - - // Step 0 or 1: Calculate the actual ranges of visible elements. - const int already_submitted = DisplayEnd; - if (calc_clipping) - { - if (g.LogEnabled) - { - // If logging is active, do not perform any clipping - data->Ranges.push_back(ImGuiListClipperRange::FromIndices(0, ItemsCount)); - } - else - { - // Add range selected to be included for navigation - const bool is_nav_request = (g.NavMoveScoringItems && g.NavWindow && g.NavWindow->RootWindowForNav == window->RootWindowForNav); - if (is_nav_request) - data->Ranges.push_back(ImGuiListClipperRange::FromPositions(g.NavScoringNoClipRect.Min.y, g.NavScoringNoClipRect.Max.y, 0, 0)); - if (is_nav_request && (g.NavMoveFlags & ImGuiNavMoveFlags_Tabbing) && g.NavTabbingDir == -1) - data->Ranges.push_back(ImGuiListClipperRange::FromIndices(ItemsCount - 1, ItemsCount)); - - // Add focused/active item - ImRect nav_rect_abs = ImGui::WindowRectRelToAbs(window, window->NavRectRel[0]); - if (g.NavId != 0 && window->NavLastIds[0] == g.NavId) - data->Ranges.push_back(ImGuiListClipperRange::FromPositions(nav_rect_abs.Min.y, nav_rect_abs.Max.y, 0, 0)); - - // Add visible range - const int off_min = (is_nav_request && g.NavMoveClipDir == ImGuiDir_Up) ? -1 : 0; - const int off_max = (is_nav_request && g.NavMoveClipDir == ImGuiDir_Down) ? 1 : 0; - data->Ranges.push_back(ImGuiListClipperRange::FromPositions(window->ClipRect.Min.y, window->ClipRect.Max.y, off_min, off_max)); - } - - // Convert position ranges to item index ranges - // - Very important: when a starting position is after our maximum item, we set Min to (ItemsCount - 1). This allows us to handle most forms of wrapping. - // - Due to how Selectable extra padding they tend to be "unaligned" with exact unit in the item list, - // which with the flooring/ceiling tend to lead to 2 items instead of one being submitted. - for (int i = 0; i < data->Ranges.Size; i++) - if (data->Ranges[i].PosToIndexConvert) - { - int m1 = (int)(((double)data->Ranges[i].Min - window->DC.CursorPos.y - data->LossynessOffset) / ItemsHeight); - int m2 = (int)((((double)data->Ranges[i].Max - window->DC.CursorPos.y - data->LossynessOffset) / ItemsHeight) + 0.999999f); - data->Ranges[i].Min = ImClamp(already_submitted + m1 + data->Ranges[i].PosToIndexOffsetMin, already_submitted, ItemsCount - 1); - data->Ranges[i].Max = ImClamp(already_submitted + m2 + data->Ranges[i].PosToIndexOffsetMax, data->Ranges[i].Min + 1, ItemsCount); - data->Ranges[i].PosToIndexConvert = false; - } - ImGuiListClipper_SortAndFuseRanges(data->Ranges, data->StepNo); - } - - // Step 0+ (if item height is given in advance) or 1+: Display the next range in line. - if (data->StepNo < data->Ranges.Size) - { - DisplayStart = ImMax(data->Ranges[data->StepNo].Min, already_submitted); - DisplayEnd = ImMin(data->Ranges[data->StepNo].Max, ItemsCount); - if (DisplayStart > already_submitted) //-V1051 - ImGuiListClipper_SeekCursorForItem(this, DisplayStart); - data->StepNo++; - return true; - } - - // After the last step: Let the clipper validate that we have reached the expected Y position (corresponding to element DisplayEnd), - // Advance the cursor to the end of the list and then returns 'false' to end the loop. - if (ItemsCount < INT_MAX) - ImGuiListClipper_SeekCursorForItem(this, ItemsCount); - - End(); - return false; -} - -//----------------------------------------------------------------------------- -// [SECTION] STYLING -//----------------------------------------------------------------------------- - -ImGuiStyle& ImGui::GetStyle() -{ - IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() and ImGui::SetCurrentContext() ?"); - return GImGui->Style; -} - -ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) -{ - ImGuiStyle& style = GImGui->Style; - ImVec4 c = style.Colors[idx]; - c.w *= style.Alpha * alpha_mul; - return ColorConvertFloat4ToU32(c); -} - -ImU32 ImGui::GetColorU32(const ImVec4& col) -{ - ImGuiStyle& style = GImGui->Style; - ImVec4 c = col; - c.w *= style.Alpha; - return ColorConvertFloat4ToU32(c); -} - -const ImVec4& ImGui::GetStyleColorVec4(ImGuiCol idx) -{ - ImGuiStyle& style = GImGui->Style; - return style.Colors[idx]; -} - -ImU32 ImGui::GetColorU32(ImU32 col) -{ - ImGuiStyle& style = GImGui->Style; - if (style.Alpha >= 1.0f) - return col; - ImU32 a = (col & IM_COL32_A_MASK) >> IM_COL32_A_SHIFT; - a = (ImU32)(a * style.Alpha); // We don't need to clamp 0..255 because Style.Alpha is in 0..1 range. - return (col & ~IM_COL32_A_MASK) | (a << IM_COL32_A_SHIFT); -} - -// FIXME: This may incur a round-trip (if the end user got their data from a float4) but eventually we aim to store the in-flight colors as ImU32 -void ImGui::PushStyleColor(ImGuiCol idx, ImU32 col) -{ - ImGuiContext& g = *GImGui; - ImGuiColorMod backup; - backup.Col = idx; - backup.BackupValue = g.Style.Colors[idx]; - g.ColorStack.push_back(backup); - g.Style.Colors[idx] = ColorConvertU32ToFloat4(col); -} - -void ImGui::PushStyleColor(ImGuiCol idx, const ImVec4& col) -{ - ImGuiContext& g = *GImGui; - ImGuiColorMod backup; - backup.Col = idx; - backup.BackupValue = g.Style.Colors[idx]; - g.ColorStack.push_back(backup); - g.Style.Colors[idx] = col; -} - -void ImGui::PopStyleColor(int count) -{ - ImGuiContext& g = *GImGui; - while (count > 0) - { - ImGuiColorMod& backup = g.ColorStack.back(); - g.Style.Colors[backup.Col] = backup.BackupValue; - g.ColorStack.pop_back(); - count--; - } -} - -struct ImGuiStyleVarInfo -{ - ImGuiDataType Type; - ImU32 Count; - ImU32 Offset; - void* GetVarPtr(ImGuiStyle* style) const { return (void*)((unsigned char*)style + Offset); } -}; - -static const ImGuiStyleVarInfo GStyleVarInfo[] = -{ - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, Alpha) }, // ImGuiStyleVar_Alpha - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, DisabledAlpha) }, // ImGuiStyleVar_DisabledAlpha - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, WindowPadding) }, // ImGuiStyleVar_WindowPadding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, WindowRounding) }, // ImGuiStyleVar_WindowRounding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, WindowBorderSize) }, // ImGuiStyleVar_WindowBorderSize - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, WindowMinSize) }, // ImGuiStyleVar_WindowMinSize - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, WindowTitleAlign) }, // ImGuiStyleVar_WindowTitleAlign - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, ChildRounding) }, // ImGuiStyleVar_ChildRounding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, ChildBorderSize) }, // ImGuiStyleVar_ChildBorderSize - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, PopupRounding) }, // ImGuiStyleVar_PopupRounding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, PopupBorderSize) }, // ImGuiStyleVar_PopupBorderSize - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, FramePadding) }, // ImGuiStyleVar_FramePadding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, FrameRounding) }, // ImGuiStyleVar_FrameRounding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, FrameBorderSize) }, // ImGuiStyleVar_FrameBorderSize - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, ItemSpacing) }, // ImGuiStyleVar_ItemSpacing - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, ItemInnerSpacing) }, // ImGuiStyleVar_ItemInnerSpacing - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, IndentSpacing) }, // ImGuiStyleVar_IndentSpacing - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, CellPadding) }, // ImGuiStyleVar_CellPadding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, ScrollbarSize) }, // ImGuiStyleVar_ScrollbarSize - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, ScrollbarRounding) }, // ImGuiStyleVar_ScrollbarRounding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, GrabMinSize) }, // ImGuiStyleVar_GrabMinSize - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, GrabRounding) }, // ImGuiStyleVar_GrabRounding - { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, TabRounding) }, // ImGuiStyleVar_TabRounding - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, ButtonTextAlign) }, // ImGuiStyleVar_ButtonTextAlign - { ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, SelectableTextAlign) }, // ImGuiStyleVar_SelectableTextAlign -}; - -static const ImGuiStyleVarInfo* GetStyleVarInfo(ImGuiStyleVar idx) -{ - IM_ASSERT(idx >= 0 && idx < ImGuiStyleVar_COUNT); - IM_ASSERT(IM_ARRAYSIZE(GStyleVarInfo) == ImGuiStyleVar_COUNT); - return &GStyleVarInfo[idx]; -} - -void ImGui::PushStyleVar(ImGuiStyleVar idx, float val) -{ - const ImGuiStyleVarInfo* var_info = GetStyleVarInfo(idx); - if (var_info->Type == ImGuiDataType_Float && var_info->Count == 1) - { - ImGuiContext& g = *GImGui; - float* pvar = (float*)var_info->GetVarPtr(&g.Style); - g.StyleVarStack.push_back(ImGuiStyleMod(idx, *pvar)); - *pvar = val; - return; - } - IM_ASSERT(0 && "Called PushStyleVar() float variant but variable is not a float!"); -} - -void ImGui::PushStyleVar(ImGuiStyleVar idx, const ImVec2& val) -{ - const ImGuiStyleVarInfo* var_info = GetStyleVarInfo(idx); - if (var_info->Type == ImGuiDataType_Float && var_info->Count == 2) - { - ImGuiContext& g = *GImGui; - ImVec2* pvar = (ImVec2*)var_info->GetVarPtr(&g.Style); - g.StyleVarStack.push_back(ImGuiStyleMod(idx, *pvar)); - *pvar = val; - return; - } - IM_ASSERT(0 && "Called PushStyleVar() ImVec2 variant but variable is not a ImVec2!"); -} - -void ImGui::PopStyleVar(int count) -{ - ImGuiContext& g = *GImGui; - while (count > 0) - { - // We avoid a generic memcpy(data, &backup.Backup.., GDataTypeSize[info->Type] * info->Count), the overhead in Debug is not worth it. - ImGuiStyleMod& backup = g.StyleVarStack.back(); - const ImGuiStyleVarInfo* info = GetStyleVarInfo(backup.VarIdx); - void* data = info->GetVarPtr(&g.Style); - if (info->Type == ImGuiDataType_Float && info->Count == 1) { ((float*)data)[0] = backup.BackupFloat[0]; } - else if (info->Type == ImGuiDataType_Float && info->Count == 2) { ((float*)data)[0] = backup.BackupFloat[0]; ((float*)data)[1] = backup.BackupFloat[1]; } - g.StyleVarStack.pop_back(); - count--; - } -} - -const char* ImGui::GetStyleColorName(ImGuiCol idx) -{ - // Create switch-case from enum with regexp: ImGuiCol_{.*}, --> case ImGuiCol_\1: return "\1"; - switch (idx) - { - case ImGuiCol_Text: return "Text"; - case ImGuiCol_TextDisabled: return "TextDisabled"; - case ImGuiCol_WindowBg: return "WindowBg"; - case ImGuiCol_ChildBg: return "ChildBg"; - case ImGuiCol_PopupBg: return "PopupBg"; - case ImGuiCol_Border: return "Border"; - case ImGuiCol_BorderShadow: return "BorderShadow"; - case ImGuiCol_FrameBg: return "FrameBg"; - case ImGuiCol_FrameBgHovered: return "FrameBgHovered"; - case ImGuiCol_FrameBgActive: return "FrameBgActive"; - case ImGuiCol_TitleBg: return "TitleBg"; - case ImGuiCol_TitleBgActive: return "TitleBgActive"; - case ImGuiCol_TitleBgCollapsed: return "TitleBgCollapsed"; - case ImGuiCol_MenuBarBg: return "MenuBarBg"; - case ImGuiCol_ScrollbarBg: return "ScrollbarBg"; - case ImGuiCol_ScrollbarGrab: return "ScrollbarGrab"; - case ImGuiCol_ScrollbarGrabHovered: return "ScrollbarGrabHovered"; - case ImGuiCol_ScrollbarGrabActive: return "ScrollbarGrabActive"; - case ImGuiCol_CheckMark: return "CheckMark"; - case ImGuiCol_SliderGrab: return "SliderGrab"; - case ImGuiCol_SliderGrabActive: return "SliderGrabActive"; - case ImGuiCol_Button: return "Button"; - case ImGuiCol_ButtonHovered: return "ButtonHovered"; - case ImGuiCol_ButtonActive: return "ButtonActive"; - case ImGuiCol_Header: return "Header"; - case ImGuiCol_HeaderHovered: return "HeaderHovered"; - case ImGuiCol_HeaderActive: return "HeaderActive"; - case ImGuiCol_Separator: return "Separator"; - case ImGuiCol_SeparatorHovered: return "SeparatorHovered"; - case ImGuiCol_SeparatorActive: return "SeparatorActive"; - case ImGuiCol_ResizeGrip: return "ResizeGrip"; - case ImGuiCol_ResizeGripHovered: return "ResizeGripHovered"; - case ImGuiCol_ResizeGripActive: return "ResizeGripActive"; - case ImGuiCol_Tab: return "Tab"; - case ImGuiCol_TabHovered: return "TabHovered"; - case ImGuiCol_TabActive: return "TabActive"; - case ImGuiCol_TabUnfocused: return "TabUnfocused"; - case ImGuiCol_TabUnfocusedActive: return "TabUnfocusedActive"; - case ImGuiCol_PlotLines: return "PlotLines"; - case ImGuiCol_PlotLinesHovered: return "PlotLinesHovered"; - case ImGuiCol_PlotHistogram: return "PlotHistogram"; - case ImGuiCol_PlotHistogramHovered: return "PlotHistogramHovered"; - case ImGuiCol_TableHeaderBg: return "TableHeaderBg"; - case ImGuiCol_TableBorderStrong: return "TableBorderStrong"; - case ImGuiCol_TableBorderLight: return "TableBorderLight"; - case ImGuiCol_TableRowBg: return "TableRowBg"; - case ImGuiCol_TableRowBgAlt: return "TableRowBgAlt"; - case ImGuiCol_TextSelectedBg: return "TextSelectedBg"; - case ImGuiCol_DragDropTarget: return "DragDropTarget"; - case ImGuiCol_NavHighlight: return "NavHighlight"; - case ImGuiCol_NavWindowingHighlight: return "NavWindowingHighlight"; - case ImGuiCol_NavWindowingDimBg: return "NavWindowingDimBg"; - case ImGuiCol_ModalWindowDimBg: return "ModalWindowDimBg"; - } - IM_ASSERT(0); - return "Unknown"; -} - - -//----------------------------------------------------------------------------- -// [SECTION] RENDER HELPERS -// Some of those (internal) functions are currently quite a legacy mess - their signature and behavior will change, -// we need a nicer separation between low-level functions and high-level functions relying on the ImGui context. -// Also see imgui_draw.cpp for some more which have been reworked to not rely on ImGui:: context. -//----------------------------------------------------------------------------- - -const char* ImGui::FindRenderedTextEnd(const char* text, const char* text_end) -{ - const char* text_display_end = text; - if (!text_end) - text_end = (const char*)-1; - - while (text_display_end < text_end && *text_display_end != '\0' && (text_display_end[0] != '#' || text_display_end[1] != '#')) - text_display_end++; - return text_display_end; -} - -// Internal ImGui functions to render text -// RenderText***() functions calls ImDrawList::AddText() calls ImBitmapFont::RenderText() -void ImGui::RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_hash) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - // Hide anything after a '##' string - const char* text_display_end; - if (hide_text_after_hash) - { - text_display_end = FindRenderedTextEnd(text, text_end); - } - else - { - if (!text_end) - text_end = text + strlen(text); // FIXME-OPT - text_display_end = text_end; - } - - if (text != text_display_end) - { - window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_display_end); - if (g.LogEnabled) - LogRenderedText(&pos, text, text_display_end); - } -} - -void ImGui::RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - if (!text_end) - text_end = text + strlen(text); // FIXME-OPT - - if (text != text_end) - { - window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_end, wrap_width); - if (g.LogEnabled) - LogRenderedText(&pos, text, text_end); - } -} - -// Default clip_rect uses (pos_min,pos_max) -// Handle clipping on CPU immediately (vs typically let the GPU clip the triangles that are overlapping the clipping rectangle edges) -void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) -{ - // Perform CPU side clipping for single clipped element to avoid using scissor state - ImVec2 pos = pos_min; - const ImVec2 text_size = text_size_if_known ? *text_size_if_known : CalcTextSize(text, text_display_end, false, 0.0f); - - const ImVec2* clip_min = clip_rect ? &clip_rect->Min : &pos_min; - const ImVec2* clip_max = clip_rect ? &clip_rect->Max : &pos_max; - bool need_clipping = (pos.x + text_size.x >= clip_max->x) || (pos.y + text_size.y >= clip_max->y); - if (clip_rect) // If we had no explicit clipping rectangle then pos==clip_min - need_clipping |= (pos.x < clip_min->x) || (pos.y < clip_min->y); - - // Align whole block. We should defer that to the better rendering function when we'll have support for individual line alignment. - if (align.x > 0.0f) pos.x = ImMax(pos.x, pos.x + (pos_max.x - pos.x - text_size.x) * align.x); - if (align.y > 0.0f) pos.y = ImMax(pos.y, pos.y + (pos_max.y - pos.y - text_size.y) * align.y); - - // Render - if (need_clipping) - { - ImVec4 fine_clip_rect(clip_min->x, clip_min->y, clip_max->x, clip_max->y); - draw_list->AddText(NULL, 0.0f, pos, GetColorU32(ImGuiCol_Text), text, text_display_end, 0.0f, &fine_clip_rect); - } - else - { - draw_list->AddText(NULL, 0.0f, pos, GetColorU32(ImGuiCol_Text), text, text_display_end, 0.0f, NULL); - } -} - -void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) -{ - // Hide anything after a '##' string - const char* text_display_end = FindRenderedTextEnd(text, text_end); - const int text_len = (int)(text_display_end - text); - if (text_len == 0) - return; - - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - RenderTextClippedEx(window->DrawList, pos_min, pos_max, text, text_display_end, text_size_if_known, align, clip_rect); - if (g.LogEnabled) - LogRenderedText(&pos_min, text, text_display_end); -} - - -// Another overly complex function until we reorganize everything into a nice all-in-one helper. -// This is made more complex because we have dissociated the layout rectangle (pos_min..pos_max) which define _where_ the ellipsis is, from actual clipping of text and limit of the ellipsis display. -// This is because in the context of tabs we selectively hide part of the text when the Close Button appears, but we don't want the ellipsis to move. -void ImGui::RenderTextEllipsis(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, float clip_max_x, float ellipsis_max_x, const char* text, const char* text_end_full, const ImVec2* text_size_if_known) -{ - ImGuiContext& g = *GImGui; - if (text_end_full == NULL) - text_end_full = FindRenderedTextEnd(text); - const ImVec2 text_size = text_size_if_known ? *text_size_if_known : CalcTextSize(text, text_end_full, false, 0.0f); - - //draw_list->AddLine(ImVec2(pos_max.x, pos_min.y - 4), ImVec2(pos_max.x, pos_max.y + 4), IM_COL32(0, 0, 255, 255)); - //draw_list->AddLine(ImVec2(ellipsis_max_x, pos_min.y-2), ImVec2(ellipsis_max_x, pos_max.y+2), IM_COL32(0, 255, 0, 255)); - //draw_list->AddLine(ImVec2(clip_max_x, pos_min.y), ImVec2(clip_max_x, pos_max.y), IM_COL32(255, 0, 0, 255)); - // FIXME: We could technically remove (last_glyph->AdvanceX - last_glyph->X1) from text_size.x here and save a few pixels. - if (text_size.x > pos_max.x - pos_min.x) - { - // Hello wo... - // | | | - // min max ellipsis_max - // <-> this is generally some padding value - - const ImFont* font = draw_list->_Data->Font; - const float font_size = draw_list->_Data->FontSize; - const char* text_end_ellipsis = NULL; - - ImWchar ellipsis_char = font->EllipsisChar; - int ellipsis_char_count = 1; - if (ellipsis_char == (ImWchar)-1) - { - ellipsis_char = font->DotChar; - ellipsis_char_count = 3; - } - const ImFontGlyph* glyph = font->FindGlyph(ellipsis_char); - - float ellipsis_glyph_width = glyph->X1; // Width of the glyph with no padding on either side - float ellipsis_total_width = ellipsis_glyph_width; // Full width of entire ellipsis - - if (ellipsis_char_count > 1) - { - // Full ellipsis size without free spacing after it. - const float spacing_between_dots = 1.0f * (draw_list->_Data->FontSize / font->FontSize); - ellipsis_glyph_width = glyph->X1 - glyph->X0 + spacing_between_dots; - ellipsis_total_width = ellipsis_glyph_width * (float)ellipsis_char_count - spacing_between_dots; - } - - // We can now claim the space between pos_max.x and ellipsis_max.x - const float text_avail_width = ImMax((ImMax(pos_max.x, ellipsis_max_x) - ellipsis_total_width) - pos_min.x, 1.0f); - float text_size_clipped_x = font->CalcTextSizeA(font_size, text_avail_width, 0.0f, text, text_end_full, &text_end_ellipsis).x; - if (text == text_end_ellipsis && text_end_ellipsis < text_end_full) - { - // Always display at least 1 character if there's no room for character + ellipsis - text_end_ellipsis = text + ImTextCountUtf8BytesFromChar(text, text_end_full); - text_size_clipped_x = font->CalcTextSizeA(font_size, FLT_MAX, 0.0f, text, text_end_ellipsis).x; - } - while (text_end_ellipsis > text && ImCharIsBlankA(text_end_ellipsis[-1])) - { - // Trim trailing space before ellipsis (FIXME: Supporting non-ascii blanks would be nice, for this we need a function to backtrack in UTF-8 text) - text_end_ellipsis--; - text_size_clipped_x -= font->CalcTextSizeA(font_size, FLT_MAX, 0.0f, text_end_ellipsis, text_end_ellipsis + 1).x; // Ascii blanks are always 1 byte - } - - // Render text, render ellipsis - RenderTextClippedEx(draw_list, pos_min, ImVec2(clip_max_x, pos_max.y), text, text_end_ellipsis, &text_size, ImVec2(0.0f, 0.0f)); - float ellipsis_x = pos_min.x + text_size_clipped_x; - if (ellipsis_x + ellipsis_total_width <= ellipsis_max_x) - for (int i = 0; i < ellipsis_char_count; i++) - { - font->RenderChar(draw_list, font_size, ImVec2(ellipsis_x, pos_min.y), GetColorU32(ImGuiCol_Text), ellipsis_char); - ellipsis_x += ellipsis_glyph_width; - } - } - else - { - RenderTextClippedEx(draw_list, pos_min, ImVec2(clip_max_x, pos_max.y), text, text_end_full, &text_size, ImVec2(0.0f, 0.0f)); - } - - if (g.LogEnabled) - LogRenderedText(&pos_min, text, text_end_full); -} - -// Render a rectangle shaped with optional rounding and borders -void ImGui::RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border, float rounding) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - window->DrawList->AddRectFilled(p_min, p_max, fill_col, rounding); - const float border_size = g.Style.FrameBorderSize; - if (border && border_size > 0.0f) - { - window->DrawList->AddRect(p_min + ImVec2(1, 1), p_max + ImVec2(1, 1), GetColorU32(ImGuiCol_BorderShadow), rounding, 0, border_size); - window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, 0, border_size); - } -} - -void ImGui::RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - const float border_size = g.Style.FrameBorderSize; - if (border_size > 0.0f) - { - window->DrawList->AddRect(p_min + ImVec2(1, 1), p_max + ImVec2(1, 1), GetColorU32(ImGuiCol_BorderShadow), rounding, 0, border_size); - window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, 0, border_size); - } -} - -void ImGui::RenderNavHighlight(const ImRect& bb, ImGuiID id, ImGuiNavHighlightFlags flags) -{ - ImGuiContext& g = *GImGui; - if (id != g.NavId) - return; - if (g.NavDisableHighlight && !(flags & ImGuiNavHighlightFlags_AlwaysDraw)) - return; - ImGuiWindow* window = g.CurrentWindow; - if (window->DC.NavHideHighlightOneFrame) - return; - - float rounding = (flags & ImGuiNavHighlightFlags_NoRounding) ? 0.0f : g.Style.FrameRounding; - ImRect display_rect = bb; - display_rect.ClipWith(window->ClipRect); - if (flags & ImGuiNavHighlightFlags_TypeDefault) - { - const float THICKNESS = 2.0f; - const float DISTANCE = 3.0f + THICKNESS * 0.5f; - display_rect.Expand(ImVec2(DISTANCE, DISTANCE)); - bool fully_visible = window->ClipRect.Contains(display_rect); - if (!fully_visible) - window->DrawList->PushClipRect(display_rect.Min, display_rect.Max); - window->DrawList->AddRect(display_rect.Min + ImVec2(THICKNESS * 0.5f, THICKNESS * 0.5f), display_rect.Max - ImVec2(THICKNESS * 0.5f, THICKNESS * 0.5f), GetColorU32(ImGuiCol_NavHighlight), rounding, 0, THICKNESS); - if (!fully_visible) - window->DrawList->PopClipRect(); - } - if (flags & ImGuiNavHighlightFlags_TypeThin) - { - window->DrawList->AddRect(display_rect.Min, display_rect.Max, GetColorU32(ImGuiCol_NavHighlight), rounding, 0, 1.0f); - } -} - -void ImGui::RenderMouseCursor(ImVec2 base_pos, float base_scale, ImGuiMouseCursor mouse_cursor, ImU32 col_fill, ImU32 col_border, ImU32 col_shadow) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(mouse_cursor > ImGuiMouseCursor_None && mouse_cursor < ImGuiMouseCursor_COUNT); - for (int n = 0; n < g.Viewports.Size; n++) - { - ImGuiViewportP* viewport = g.Viewports[n]; - ImDrawList* draw_list = GetForegroundDrawList(viewport); - ImFontAtlas* font_atlas = draw_list->_Data->Font->ContainerAtlas; - ImVec2 offset, size, uv[4]; - if (font_atlas->GetMouseCursorTexData(mouse_cursor, &offset, &size, &uv[0], &uv[2])) - { - const ImVec2 pos = base_pos - offset; - const float scale = base_scale; - ImTextureID tex_id = font_atlas->TexID; - draw_list->PushTextureID(tex_id); - draw_list->AddImage(tex_id, pos + ImVec2(1, 0) * scale, pos + (ImVec2(1, 0) + size) * scale, uv[2], uv[3], col_shadow); - draw_list->AddImage(tex_id, pos + ImVec2(2, 0) * scale, pos + (ImVec2(2, 0) + size) * scale, uv[2], uv[3], col_shadow); - draw_list->AddImage(tex_id, pos, pos + size * scale, uv[2], uv[3], col_border); - draw_list->AddImage(tex_id, pos, pos + size * scale, uv[0], uv[1], col_fill); - draw_list->PopTextureID(); - } - } -} - - -//----------------------------------------------------------------------------- -// [SECTION] MAIN CODE (most of the code! lots of stuff, needs tidying up!) -//----------------------------------------------------------------------------- - -// ImGuiWindow is mostly a dumb struct. It merely has a constructor and a few helper methods -ImGuiWindow::ImGuiWindow(ImGuiContext* context, const char* name) : DrawListInst(NULL) -{ - memset(this, 0, sizeof(*this)); - Name = ImStrdup(name); - NameBufLen = (int)strlen(name) + 1; - ID = ImHashStr(name); - IDStack.push_back(ID); - MoveId = GetID("#MOVE"); - ScrollTarget = ImVec2(FLT_MAX, FLT_MAX); - ScrollTargetCenterRatio = ImVec2(0.5f, 0.5f); - AutoFitFramesX = AutoFitFramesY = -1; - AutoPosLastDirection = ImGuiDir_None; - SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing; - SetWindowPosVal = SetWindowPosPivot = ImVec2(FLT_MAX, FLT_MAX); - LastFrameActive = -1; - LastTimeActive = -1.0f; - FontWindowScale = 1.0f; - SettingsOffset = -1; - DrawList = &DrawListInst; - DrawList->_Data = &context->DrawListSharedData; - DrawList->_OwnerName = Name; -} - -ImGuiWindow::~ImGuiWindow() -{ - IM_ASSERT(DrawList == &DrawListInst); - IM_DELETE(Name); - ColumnsStorage.clear_destruct(); -} - -ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) -{ - ImGuiID seed = IDStack.back(); - ImGuiID id = ImHashStr(str, str_end ? (str_end - str) : 0, seed); - ImGuiContext& g = *GImGui; - if (g.DebugHookIdInfo == id) - ImGui::DebugHookIdInfo(id, ImGuiDataType_String, str, str_end); - return id; -} - -ImGuiID ImGuiWindow::GetID(const void* ptr) -{ - ImGuiID seed = IDStack.back(); - ImGuiID id = ImHashData(&ptr, sizeof(void*), seed); - ImGuiContext& g = *GImGui; - if (g.DebugHookIdInfo == id) - ImGui::DebugHookIdInfo(id, ImGuiDataType_Pointer, ptr, NULL); - return id; -} - -ImGuiID ImGuiWindow::GetID(int n) -{ - ImGuiID seed = IDStack.back(); - ImGuiID id = ImHashData(&n, sizeof(n), seed); - ImGuiContext& g = *GImGui; - if (g.DebugHookIdInfo == id) - ImGui::DebugHookIdInfo(id, ImGuiDataType_S32, (void*)(intptr_t)n, NULL); - return id; -} - -// This is only used in rare/specific situations to manufacture an ID out of nowhere. -ImGuiID ImGuiWindow::GetIDFromRectangle(const ImRect& r_abs) -{ - ImGuiID seed = IDStack.back(); - ImRect r_rel = ImGui::WindowRectAbsToRel(this, r_abs); - ImGuiID id = ImHashData(&r_rel, sizeof(r_rel), seed); - return id; -} - -static void SetCurrentWindow(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - g.CurrentWindow = window; - g.CurrentTable = window && window->DC.CurrentTableIdx != -1 ? g.Tables.GetByIndex(window->DC.CurrentTableIdx) : NULL; - if (window) - g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize(); -} - -void ImGui::GcCompactTransientMiscBuffers() -{ - ImGuiContext& g = *GImGui; - g.ItemFlagsStack.clear(); - g.GroupStack.clear(); - TableGcCompactSettings(); -} - -// Free up/compact internal window buffers, we can use this when a window becomes unused. -// Not freed: -// - ImGuiWindow, ImGuiWindowSettings, Name, StateStorage, ColumnsStorage (may hold useful data) -// This should have no noticeable visual effect. When the window reappear however, expect new allocation/buffer growth/copy cost. -void ImGui::GcCompactTransientWindowBuffers(ImGuiWindow* window) -{ - window->MemoryCompacted = true; - window->MemoryDrawListIdxCapacity = window->DrawList->IdxBuffer.Capacity; - window->MemoryDrawListVtxCapacity = window->DrawList->VtxBuffer.Capacity; - window->IDStack.clear(); - window->DrawList->_ClearFreeMemory(); - window->DC.ChildWindows.clear(); - window->DC.ItemWidthStack.clear(); - window->DC.TextWrapPosStack.clear(); -} - -void ImGui::GcAwakeTransientWindowBuffers(ImGuiWindow* window) -{ - // We stored capacity of the ImDrawList buffer to reduce growth-caused allocation/copy when awakening. - // The other buffers tends to amortize much faster. - window->MemoryCompacted = false; - window->DrawList->IdxBuffer.reserve(window->MemoryDrawListIdxCapacity); - window->DrawList->VtxBuffer.reserve(window->MemoryDrawListVtxCapacity); - window->MemoryDrawListIdxCapacity = window->MemoryDrawListVtxCapacity = 0; -} - -void ImGui::SetActiveID(ImGuiID id, ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - - // While most behaved code would make an effort to not steal active id during window move/drag operations, - // we at least need to be resilient to it. Cancelling the move is rather aggressive and users of 'master' branch - // may prefer the weird ill-defined half working situation ('docking' did assert), so may need to rework that. - if (g.MovingWindow != NULL && g.ActiveId == g.MovingWindow->MoveId) - { - IMGUI_DEBUG_LOG_ACTIVEID("SetActiveID() cancel MovingWindow\n"); - g.MovingWindow = NULL; - } - - // Set active id - g.ActiveIdIsJustActivated = (g.ActiveId != id); - if (g.ActiveIdIsJustActivated) - { - IMGUI_DEBUG_LOG_ACTIVEID("SetActiveID() old:0x%08X (window \"%s\") -> new:0x%08X (window \"%s\")\n", g.ActiveId, g.ActiveIdWindow ? g.ActiveIdWindow->Name : "", id, window ? window->Name : ""); - g.ActiveIdTimer = 0.0f; - g.ActiveIdHasBeenPressedBefore = false; - g.ActiveIdHasBeenEditedBefore = false; - g.ActiveIdMouseButton = -1; - if (id != 0) - { - g.LastActiveId = id; - g.LastActiveIdTimer = 0.0f; - } - } - g.ActiveId = id; - g.ActiveIdAllowOverlap = false; - g.ActiveIdNoClearOnFocusLoss = false; - g.ActiveIdWindow = window; - g.ActiveIdHasBeenEditedThisFrame = false; - if (id) - { - g.ActiveIdIsAlive = id; - g.ActiveIdSource = (g.NavActivateId == id || g.NavActivateInputId == id || g.NavJustMovedToId == id) ? (ImGuiInputSource)ImGuiInputSource_Nav : ImGuiInputSource_Mouse; - } - - // Clear declaration of inputs claimed by the widget - // (Please note that this is WIP and not all keys/inputs are thoroughly declared by all widgets yet) - g.ActiveIdUsingMouseWheel = false; - g.ActiveIdUsingNavDirMask = 0x00; - g.ActiveIdUsingNavInputMask = 0x00; - g.ActiveIdUsingKeyInputMask.ClearAllBits(); -} - -void ImGui::ClearActiveID() -{ - SetActiveID(0, NULL); // g.ActiveId = 0; -} - -void ImGui::SetHoveredID(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - g.HoveredId = id; - g.HoveredIdAllowOverlap = false; - g.HoveredIdUsingMouseWheel = false; - if (id != 0 && g.HoveredIdPreviousFrame != id) - g.HoveredIdTimer = g.HoveredIdNotActiveTimer = 0.0f; -} - -ImGuiID ImGui::GetHoveredID() -{ - ImGuiContext& g = *GImGui; - return g.HoveredId ? g.HoveredId : g.HoveredIdPreviousFrame; -} - -// This is called by ItemAdd(). -// Code not using ItemAdd() may need to call this manually otherwise ActiveId will be cleared. In IMGUI_VERSION_NUM < 18717 this was called by GetID(). -void ImGui::KeepAliveID(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - if (g.ActiveId == id) - g.ActiveIdIsAlive = id; - if (g.ActiveIdPreviousFrame == id) - g.ActiveIdPreviousFrameIsAlive = true; -} - -void ImGui::MarkItemEdited(ImGuiID id) -{ - // This marking is solely to be able to provide info for IsItemDeactivatedAfterEdit(). - // ActiveId might have been released by the time we call this (as in the typical press/release button behavior) but still need need to fill the data. - ImGuiContext& g = *GImGui; - IM_ASSERT(g.ActiveId == id || g.ActiveId == 0 || g.DragDropActive); - IM_UNUSED(id); // Avoid unused variable warnings when asserts are compiled out. - //IM_ASSERT(g.CurrentWindow->DC.LastItemId == id); - g.ActiveIdHasBeenEditedThisFrame = true; - g.ActiveIdHasBeenEditedBefore = true; - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_Edited; -} - -static inline bool IsWindowContentHoverable(ImGuiWindow* window, ImGuiHoveredFlags flags) -{ - // An active popup disable hovering on other windows (apart from its own children) - // FIXME-OPT: This could be cached/stored within the window. - ImGuiContext& g = *GImGui; - if (g.NavWindow) - if (ImGuiWindow* focused_root_window = g.NavWindow->RootWindow) - if (focused_root_window->WasActive && focused_root_window != window->RootWindow) - { - // For the purpose of those flags we differentiate "standard popup" from "modal popup" - // NB: The order of those two tests is important because Modal windows are also Popups. - if (focused_root_window->Flags & ImGuiWindowFlags_Modal) - return false; - if ((focused_root_window->Flags & ImGuiWindowFlags_Popup) && !(flags & ImGuiHoveredFlags_AllowWhenBlockedByPopup)) - return false; - } - return true; -} - -// This is roughly matching the behavior of internal-facing ItemHoverable() -// - we allow hovering to be true when ActiveId==window->MoveID, so that clicking on non-interactive items such as a Text() item still returns true with IsItemHovered() -// - this should work even for non-interactive items that have no ID, so we cannot use LastItemId -bool ImGui::IsItemHovered(ImGuiHoveredFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (g.NavDisableMouseHover && !g.NavDisableHighlight && !(flags & ImGuiHoveredFlags_NoNavOverride)) - { - if ((g.LastItemData.InFlags & ImGuiItemFlags_Disabled) && !(flags & ImGuiHoveredFlags_AllowWhenDisabled)) - return false; - if (!IsItemFocused()) - return false; - } - else - { - // Test for bounding box overlap, as updated as ItemAdd() - ImGuiItemStatusFlags status_flags = g.LastItemData.StatusFlags; - if (!(status_flags & ImGuiItemStatusFlags_HoveredRect)) - return false; - IM_ASSERT((flags & (ImGuiHoveredFlags_AnyWindow | ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows | ImGuiHoveredFlags_NoPopupHierarchy)) == 0); // Flags not supported by this function - - // Test if we are hovering the right window (our window could be behind another window) - // [2021/03/02] Reworked / reverted the revert, finally. Note we want e.g. BeginGroup/ItemAdd/EndGroup to work as well. (#3851) - // [2017/10/16] Reverted commit 344d48be3 and testing RootWindow instead. I believe it is correct to NOT test for RootWindow but this leaves us unable - // to use IsItemHovered() after EndChild() itself. Until a solution is found I believe reverting to the test from 2017/09/27 is safe since this was - // the test that has been running for a long while. - if (g.HoveredWindow != window && (status_flags & ImGuiItemStatusFlags_HoveredWindow) == 0) - if ((flags & ImGuiHoveredFlags_AllowWhenOverlapped) == 0) - return false; - - // Test if another item is active (e.g. being dragged) - if ((flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem) == 0) - if (g.ActiveId != 0 && g.ActiveId != g.LastItemData.ID && !g.ActiveIdAllowOverlap && g.ActiveId != window->MoveId) - return false; - - // Test if interactions on this window are blocked by an active popup or modal. - // The ImGuiHoveredFlags_AllowWhenBlockedByPopup flag will be tested here. - if (!IsWindowContentHoverable(window, flags)) - return false; - - // Test if the item is disabled - if ((g.LastItemData.InFlags & ImGuiItemFlags_Disabled) && !(flags & ImGuiHoveredFlags_AllowWhenDisabled)) - return false; - - // Special handling for calling after Begin() which represent the title bar or tab. - // When the window is collapsed (SkipItems==true) that last item will never be overwritten so we need to detect the case. - if (g.LastItemData.ID == window->MoveId && window->WriteAccessed) - return false; - } - - return true; -} - -// Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered(). -bool ImGui::ItemHoverable(const ImRect& bb, ImGuiID id) -{ - ImGuiContext& g = *GImGui; - if (g.HoveredId != 0 && g.HoveredId != id && !g.HoveredIdAllowOverlap) - return false; - - ImGuiWindow* window = g.CurrentWindow; - if (g.HoveredWindow != window) - return false; - if (g.ActiveId != 0 && g.ActiveId != id && !g.ActiveIdAllowOverlap) - return false; - if (!IsMouseHoveringRect(bb.Min, bb.Max)) - return false; - if (!IsWindowContentHoverable(window, ImGuiHoveredFlags_None)) - { - g.HoveredIdDisabled = true; - return false; - } - - // We exceptionally allow this function to be called with id==0 to allow using it for easy high-level - // hover test in widgets code. We could also decide to split this function is two. - if (id != 0) - SetHoveredID(id); - - // When disabled we'll return false but still set HoveredId - ImGuiItemFlags item_flags = (g.LastItemData.ID == id ? g.LastItemData.InFlags : g.CurrentItemFlags); - if (item_flags & ImGuiItemFlags_Disabled) - { - // Release active id if turning disabled - if (g.ActiveId == id) - ClearActiveID(); - g.HoveredIdDisabled = true; - return false; - } - - if (id != 0) - { - // [DEBUG] Item Picker tool! - // We perform the check here because SetHoveredID() is not frequently called (1~ time a frame), making - // the cost of this tool near-zero. We can get slightly better call-stack and support picking non-hovered - // items if we perform the test in ItemAdd(), but that would incur a small runtime cost. - // #define IMGUI_DEBUG_TOOL_ITEM_PICKER_EX in imconfig.h if you want this check to also be performed in ItemAdd(). - if (g.DebugItemPickerActive && g.HoveredIdPreviousFrame == id) - GetForegroundDrawList()->AddRect(bb.Min, bb.Max, IM_COL32(255, 255, 0, 255)); - if (g.DebugItemPickerBreakId == id) - IM_DEBUG_BREAK(); - } - - if (g.NavDisableMouseHover) - return false; - - return true; -} - -bool ImGui::IsClippedEx(const ImRect& bb, ImGuiID id) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (!bb.Overlaps(window->ClipRect)) - if (id == 0 || (id != g.ActiveId && id != g.NavId)) - if (!g.LogEnabled) - return true; - return false; -} - -// This is also inlined in ItemAdd() -// Note: if ImGuiItemStatusFlags_HasDisplayRect is set, user needs to set window->DC.LastItemDisplayRect! -void ImGui::SetLastItemData(ImGuiID item_id, ImGuiItemFlags in_flags, ImGuiItemStatusFlags item_flags, const ImRect& item_rect) -{ - ImGuiContext& g = *GImGui; - g.LastItemData.ID = item_id; - g.LastItemData.InFlags = in_flags; - g.LastItemData.StatusFlags = item_flags; - g.LastItemData.Rect = item_rect; -} - -float ImGui::CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x) -{ - if (wrap_pos_x < 0.0f) - return 0.0f; - - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (wrap_pos_x == 0.0f) - { - // We could decide to setup a default wrapping max point for auto-resizing windows, - // or have auto-wrap (with unspecified wrapping pos) behave as a ContentSize extending function? - //if (window->Hidden && (window->Flags & ImGuiWindowFlags_AlwaysAutoResize)) - // wrap_pos_x = ImMax(window->WorkRect.Min.x + g.FontSize * 10.0f, window->WorkRect.Max.x); - //else - wrap_pos_x = window->WorkRect.Max.x; - } - else if (wrap_pos_x > 0.0f) - { - wrap_pos_x += window->Pos.x - window->Scroll.x; // wrap_pos_x is provided is window local space - } - - return ImMax(wrap_pos_x - pos.x, 1.0f); -} - -// IM_ALLOC() == ImGui::MemAlloc() -void* ImGui::MemAlloc(size_t size) -{ - if (ImGuiContext* ctx = GImGui) - ctx->IO.MetricsActiveAllocations++; - return (*GImAllocatorAllocFunc)(size, GImAllocatorUserData); -} - -// IM_FREE() == ImGui::MemFree() -void ImGui::MemFree(void* ptr) -{ - if (ptr) - if (ImGuiContext* ctx = GImGui) - ctx->IO.MetricsActiveAllocations--; - return (*GImAllocatorFreeFunc)(ptr, GImAllocatorUserData); -} - -const char* ImGui::GetClipboardText() -{ - ImGuiContext& g = *GImGui; - return g.IO.GetClipboardTextFn ? g.IO.GetClipboardTextFn(g.IO.ClipboardUserData) : ""; -} - -void ImGui::SetClipboardText(const char* text) -{ - ImGuiContext& g = *GImGui; - if (g.IO.SetClipboardTextFn) - g.IO.SetClipboardTextFn(g.IO.ClipboardUserData, text); -} - -const char* ImGui::GetVersion() -{ - return IMGUI_VERSION; -} - -// Internal state access - if you want to share Dear ImGui state between modules (e.g. DLL) or allocate it yourself -// Note that we still point to some static data and members (such as GFontAtlas), so the state instance you end up using will point to the static data within its module -ImGuiContext* ImGui::GetCurrentContext() -{ - return GImGui; -} - -void ImGui::SetCurrentContext(ImGuiContext* ctx) -{ -#ifdef IMGUI_SET_CURRENT_CONTEXT_FUNC - IMGUI_SET_CURRENT_CONTEXT_FUNC(ctx); // For custom thread-based hackery you may want to have control over this. -#else - GImGui = ctx; -#endif -} - -void ImGui::SetAllocatorFunctions(ImGuiMemAllocFunc alloc_func, ImGuiMemFreeFunc free_func, void* user_data) -{ - GImAllocatorAllocFunc = alloc_func; - GImAllocatorFreeFunc = free_func; - GImAllocatorUserData = user_data; -} - -// This is provided to facilitate copying allocators from one static/DLL boundary to another (e.g. retrieve default allocator of your executable address space) -void ImGui::GetAllocatorFunctions(ImGuiMemAllocFunc* p_alloc_func, ImGuiMemFreeFunc* p_free_func, void** p_user_data) -{ - *p_alloc_func = GImAllocatorAllocFunc; - *p_free_func = GImAllocatorFreeFunc; - *p_user_data = GImAllocatorUserData; -} - -ImGuiContext* ImGui::CreateContext(ImFontAtlas* shared_font_atlas) -{ - ImGuiContext* prev_ctx = GetCurrentContext(); - ImGuiContext* ctx = IM_NEW(ImGuiContext)(shared_font_atlas); - SetCurrentContext(ctx); - Initialize(); - if (prev_ctx != NULL) - SetCurrentContext(prev_ctx); // Restore previous context if any, else keep new one. - return ctx; -} - -void ImGui::DestroyContext(ImGuiContext* ctx) -{ - ImGuiContext* prev_ctx = GetCurrentContext(); - if (ctx == NULL) //-V1051 - ctx = prev_ctx; - SetCurrentContext(ctx); - Shutdown(); - SetCurrentContext((prev_ctx != ctx) ? prev_ctx : NULL); - IM_DELETE(ctx); -} - -// No specific ordering/dependency support, will see as needed -ImGuiID ImGui::AddContextHook(ImGuiContext* ctx, const ImGuiContextHook* hook) -{ - ImGuiContext& g = *ctx; - IM_ASSERT(hook->Callback != NULL && hook->HookId == 0 && hook->Type != ImGuiContextHookType_PendingRemoval_); - g.Hooks.push_back(*hook); - g.Hooks.back().HookId = ++g.HookIdNext; - return g.HookIdNext; -} - -// Deferred removal, avoiding issue with changing vector while iterating it -void ImGui::RemoveContextHook(ImGuiContext* ctx, ImGuiID hook_id) -{ - ImGuiContext& g = *ctx; - IM_ASSERT(hook_id != 0); - for (int n = 0; n < g.Hooks.Size; n++) - if (g.Hooks[n].HookId == hook_id) - g.Hooks[n].Type = ImGuiContextHookType_PendingRemoval_; -} - -// Call context hooks (used by e.g. test engine) -// We assume a small number of hooks so all stored in same array -void ImGui::CallContextHooks(ImGuiContext* ctx, ImGuiContextHookType hook_type) -{ - ImGuiContext& g = *ctx; - for (int n = 0; n < g.Hooks.Size; n++) - if (g.Hooks[n].Type == hook_type) - g.Hooks[n].Callback(&g, &g.Hooks[n]); -} - -ImGuiIO& ImGui::GetIO() -{ - IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() and ImGui::SetCurrentContext() ?"); - return GImGui->IO; -} - -// Pass this to your backend rendering function! Valid after Render() and until the next call to NewFrame() -ImDrawData* ImGui::GetDrawData() -{ - ImGuiContext& g = *GImGui; - ImGuiViewportP* viewport = g.Viewports[0]; - return viewport->DrawDataP.Valid ? &viewport->DrawDataP : NULL; -} - -double ImGui::GetTime() -{ - return GImGui->Time; -} - -int ImGui::GetFrameCount() -{ - return GImGui->FrameCount; -} - -static ImDrawList* GetViewportDrawList(ImGuiViewportP* viewport, size_t drawlist_no, const char* drawlist_name) -{ - // Create the draw list on demand, because they are not frequently used for all viewports - ImGuiContext& g = *GImGui; - IM_ASSERT(drawlist_no < IM_ARRAYSIZE(viewport->DrawLists)); - ImDrawList* draw_list = viewport->DrawLists[drawlist_no]; - if (draw_list == NULL) - { - draw_list = IM_NEW(ImDrawList)(&g.DrawListSharedData); - draw_list->_OwnerName = drawlist_name; - viewport->DrawLists[drawlist_no] = draw_list; - } - - // Our ImDrawList system requires that there is always a command - if (viewport->DrawListsLastFrame[drawlist_no] != g.FrameCount) - { - draw_list->_ResetForNewFrame(); - draw_list->PushTextureID(g.IO.Fonts->TexID); - draw_list->PushClipRect(viewport->Pos, viewport->Pos + viewport->Size, false); - viewport->DrawListsLastFrame[drawlist_no] = g.FrameCount; - } - return draw_list; -} - -ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport) -{ - return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background"); -} - -ImDrawList* ImGui::GetBackgroundDrawList() -{ - ImGuiContext& g = *GImGui; - return GetBackgroundDrawList(g.Viewports[0]); -} - -ImDrawList* ImGui::GetForegroundDrawList(ImGuiViewport* viewport) -{ - return GetViewportDrawList((ImGuiViewportP*)viewport, 1, "##Foreground"); -} - -ImDrawList* ImGui::GetForegroundDrawList() -{ - ImGuiContext& g = *GImGui; - return GetForegroundDrawList(g.Viewports[0]); -} - -ImDrawListSharedData* ImGui::GetDrawListSharedData() -{ - return &GImGui->DrawListSharedData; -} - -void ImGui::StartMouseMovingWindow(ImGuiWindow* window) -{ - // Set ActiveId even if the _NoMove flag is set. Without it, dragging away from a window with _NoMove would activate hover on other windows. - // We _also_ call this when clicking in a window empty space when io.ConfigWindowsMoveFromTitleBarOnly is set, but clear g.MovingWindow afterward. - // This is because we want ActiveId to be set even when the window is not permitted to move. - ImGuiContext& g = *GImGui; - FocusWindow(window); - SetActiveID(window->MoveId, window); - g.NavDisableHighlight = true; - g.ActiveIdClickOffset = g.IO.MouseClickedPos[0] - window->RootWindow->Pos; - g.ActiveIdNoClearOnFocusLoss = true; - SetActiveIdUsingNavAndKeys(); - - bool can_move_window = true; - if ((window->Flags & ImGuiWindowFlags_NoMove) || (window->RootWindow->Flags & ImGuiWindowFlags_NoMove)) - can_move_window = false; - if (can_move_window) - g.MovingWindow = window; -} - -// Handle mouse moving window -// Note: moving window with the navigation keys (Square + d-pad / CTRL+TAB + Arrows) are processed in NavUpdateWindowing() -// FIXME: We don't have strong guarantee that g.MovingWindow stay synched with g.ActiveId == g.MovingWindow->MoveId. -// This is currently enforced by the fact that BeginDragDropSource() is setting all g.ActiveIdUsingXXXX flags to inhibit navigation inputs, -// but if we should more thoroughly test cases where g.ActiveId or g.MovingWindow gets changed and not the other. -void ImGui::UpdateMouseMovingWindowNewFrame() -{ - ImGuiContext& g = *GImGui; - if (g.MovingWindow != NULL) - { - // We actually want to move the root window. g.MovingWindow == window we clicked on (could be a child window). - // We track it to preserve Focus and so that generally ActiveIdWindow == MovingWindow and ActiveId == MovingWindow->MoveId for consistency. - KeepAliveID(g.ActiveId); - IM_ASSERT(g.MovingWindow && g.MovingWindow->RootWindow); - ImGuiWindow* moving_window = g.MovingWindow->RootWindow; - if (g.IO.MouseDown[0] && IsMousePosValid(&g.IO.MousePos)) - { - ImVec2 pos = g.IO.MousePos - g.ActiveIdClickOffset; - SetWindowPos(moving_window, pos, ImGuiCond_Always); - FocusWindow(g.MovingWindow); - } - else - { - g.MovingWindow = NULL; - ClearActiveID(); - } - } - else - { - // When clicking/dragging from a window that has the _NoMove flag, we still set the ActiveId in order to prevent hovering others. - if (g.ActiveIdWindow && g.ActiveIdWindow->MoveId == g.ActiveId) - { - KeepAliveID(g.ActiveId); - if (!g.IO.MouseDown[0]) - ClearActiveID(); - } - } -} - -// Initiate moving window when clicking on empty space or title bar. -// Handle left-click and right-click focus. -void ImGui::UpdateMouseMovingWindowEndFrame() -{ - ImGuiContext& g = *GImGui; - if (g.ActiveId != 0 || g.HoveredId != 0) - return; - - // Unless we just made a window/popup appear - if (g.NavWindow && g.NavWindow->Appearing) - return; - - // Click on empty space to focus window and start moving - // (after we're done with all our widgets) - if (g.IO.MouseClicked[0]) - { - // Handle the edge case of a popup being closed while clicking in its empty space. - // If we try to focus it, FocusWindow() > ClosePopupsOverWindow() will accidentally close any parent popups because they are not linked together any more. - ImGuiWindow* root_window = g.HoveredWindow ? g.HoveredWindow->RootWindow : NULL; - const bool is_closed_popup = root_window && (root_window->Flags & ImGuiWindowFlags_Popup) && !IsPopupOpen(root_window->PopupId, ImGuiPopupFlags_AnyPopupLevel); - - if (root_window != NULL && !is_closed_popup) - { - StartMouseMovingWindow(g.HoveredWindow); //-V595 - - // Cancel moving if clicked outside of title bar - if (g.IO.ConfigWindowsMoveFromTitleBarOnly && !(root_window->Flags & ImGuiWindowFlags_NoTitleBar)) - if (!root_window->TitleBarRect().Contains(g.IO.MouseClickedPos[0])) - g.MovingWindow = NULL; - - // Cancel moving if clicked over an item which was disabled or inhibited by popups (note that we know HoveredId == 0 already) - if (g.HoveredIdDisabled) - g.MovingWindow = NULL; - } - else if (root_window == NULL && g.NavWindow != NULL && GetTopMostPopupModal() == NULL) - { - // Clicking on void disable focus - FocusWindow(NULL); - } - } - - // With right mouse button we close popups without changing focus based on where the mouse is aimed - // Instead, focus will be restored to the window under the bottom-most closed popup. - // (The left mouse button path calls FocusWindow on the hovered window, which will lead NewFrame->ClosePopupsOverWindow to trigger) - if (g.IO.MouseClicked[1]) - { - // Find the top-most window between HoveredWindow and the top-most Modal Window. - // This is where we can trim the popup stack. - ImGuiWindow* modal = GetTopMostPopupModal(); - bool hovered_window_above_modal = g.HoveredWindow && (modal == NULL || IsWindowAbove(g.HoveredWindow, modal)); - ClosePopupsOverWindow(hovered_window_above_modal ? g.HoveredWindow : modal, true); - } -} - -static bool IsWindowActiveAndVisible(ImGuiWindow* window) -{ - return (window->Active) && (!window->Hidden); -} - -static void ImGui::UpdateKeyboardInputs() -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - - // Import legacy keys or verify they are not used -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - if (io.BackendUsingLegacyKeyArrays == 0) - { - // Backend used new io.AddKeyEvent() API: Good! Verify that old arrays are never written to externally. - for (int n = 0; n < ImGuiKey_LegacyNativeKey_END; n++) - IM_ASSERT((io.KeysDown[n] == false || IsKeyDown(n)) && "Backend needs to either only use io.AddKeyEvent(), either only fill legacy io.KeysDown[] + io.KeyMap[]. Not both!"); - } - else - { - if (g.FrameCount == 0) - for (int n = ImGuiKey_LegacyNativeKey_BEGIN; n < ImGuiKey_LegacyNativeKey_END; n++) - IM_ASSERT(g.IO.KeyMap[n] == -1 && "Backend is not allowed to write to io.KeyMap[0..511]!"); - - // Build reverse KeyMap (Named -> Legacy) - for (int n = ImGuiKey_NamedKey_BEGIN; n < ImGuiKey_NamedKey_END; n++) - if (io.KeyMap[n] != -1) - { - IM_ASSERT(IsLegacyKey((ImGuiKey)io.KeyMap[n])); - io.KeyMap[io.KeyMap[n]] = n; - } - - // Import legacy keys into new ones - for (int n = ImGuiKey_LegacyNativeKey_BEGIN; n < ImGuiKey_LegacyNativeKey_END; n++) - if (io.KeysDown[n] || io.BackendUsingLegacyKeyArrays == 1) - { - const ImGuiKey key = (ImGuiKey)(io.KeyMap[n] != -1 ? io.KeyMap[n] : n); - IM_ASSERT(io.KeyMap[n] == -1 || IsNamedKey(key)); - io.KeysData[key].Down = io.KeysDown[n]; - if (key != n) - io.KeysDown[key] = io.KeysDown[n]; // Allow legacy code using io.KeysDown[GetKeyIndex()] with old backends - io.BackendUsingLegacyKeyArrays = 1; - } - if (io.BackendUsingLegacyKeyArrays == 1) - { - io.KeysData[ImGuiKey_ModCtrl].Down = io.KeyCtrl; - io.KeysData[ImGuiKey_ModShift].Down = io.KeyShift; - io.KeysData[ImGuiKey_ModAlt].Down = io.KeyAlt; - io.KeysData[ImGuiKey_ModSuper].Down = io.KeySuper; - } - } -#endif - - // Synchronize io.KeyMods with individual modifiers io.KeyXXX bools - io.KeyMods = GetMergedModFlags(); - - // Clear gamepad data if disabled - if ((io.BackendFlags & ImGuiBackendFlags_HasGamepad) == 0) - for (int i = ImGuiKey_Gamepad_BEGIN; i < ImGuiKey_Gamepad_END; i++) - { - io.KeysData[i - ImGuiKey_KeysData_OFFSET].Down = false; - io.KeysData[i - ImGuiKey_KeysData_OFFSET].AnalogValue = 0.0f; - } - - // Update keys - for (int i = 0; i < IM_ARRAYSIZE(io.KeysData); i++) - { - ImGuiKeyData* key_data = &io.KeysData[i]; - key_data->DownDurationPrev = key_data->DownDuration; - key_data->DownDuration = key_data->Down ? (key_data->DownDuration < 0.0f ? 0.0f : key_data->DownDuration + io.DeltaTime) : -1.0f; - } -} - -static void ImGui::UpdateMouseInputs() -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - - // Round mouse position to avoid spreading non-rounded position (e.g. UpdateManualResize doesn't support them well) - if (IsMousePosValid(&io.MousePos)) - io.MousePos = g.MouseLastValidPos = ImFloorSigned(io.MousePos); - - // If mouse just appeared or disappeared (usually denoted by -FLT_MAX components) we cancel out movement in MouseDelta - if (IsMousePosValid(&io.MousePos) && IsMousePosValid(&io.MousePosPrev)) - io.MouseDelta = io.MousePos - io.MousePosPrev; - else - io.MouseDelta = ImVec2(0.0f, 0.0f); - - // If mouse moved we re-enable mouse hovering in case it was disabled by gamepad/keyboard. In theory should use a >0.0f threshold but would need to reset in everywhere we set this to true. - if (io.MouseDelta.x != 0.0f || io.MouseDelta.y != 0.0f) - g.NavDisableMouseHover = false; - - io.MousePosPrev = io.MousePos; - for (int i = 0; i < IM_ARRAYSIZE(io.MouseDown); i++) - { - io.MouseClicked[i] = io.MouseDown[i] && io.MouseDownDuration[i] < 0.0f; - io.MouseClickedCount[i] = 0; // Will be filled below - io.MouseReleased[i] = !io.MouseDown[i] && io.MouseDownDuration[i] >= 0.0f; - io.MouseDownDurationPrev[i] = io.MouseDownDuration[i]; - io.MouseDownDuration[i] = io.MouseDown[i] ? (io.MouseDownDuration[i] < 0.0f ? 0.0f : io.MouseDownDuration[i] + io.DeltaTime) : -1.0f; - if (io.MouseClicked[i]) - { - bool is_repeated_click = false; - if ((float)(g.Time - io.MouseClickedTime[i]) < io.MouseDoubleClickTime) - { - ImVec2 delta_from_click_pos = IsMousePosValid(&io.MousePos) ? (io.MousePos - io.MouseClickedPos[i]) : ImVec2(0.0f, 0.0f); - if (ImLengthSqr(delta_from_click_pos) < io.MouseDoubleClickMaxDist * io.MouseDoubleClickMaxDist) - is_repeated_click = true; - } - if (is_repeated_click) - io.MouseClickedLastCount[i]++; - else - io.MouseClickedLastCount[i] = 1; - io.MouseClickedTime[i] = g.Time; - io.MouseClickedPos[i] = io.MousePos; - io.MouseClickedCount[i] = io.MouseClickedLastCount[i]; - io.MouseDragMaxDistanceSqr[i] = 0.0f; - } - else if (io.MouseDown[i]) - { - // Maintain the maximum distance we reaching from the initial click position, which is used with dragging threshold - float delta_sqr_click_pos = IsMousePosValid(&io.MousePos) ? ImLengthSqr(io.MousePos - io.MouseClickedPos[i]) : 0.0f; - io.MouseDragMaxDistanceSqr[i] = ImMax(io.MouseDragMaxDistanceSqr[i], delta_sqr_click_pos); - } - - // We provide io.MouseDoubleClicked[] as a legacy service - io.MouseDoubleClicked[i] = (io.MouseClickedCount[i] == 2); - - // Clicking any mouse button reactivate mouse hovering which may have been deactivated by gamepad/keyboard navigation - if (io.MouseClicked[i]) - g.NavDisableMouseHover = false; - } -} - -static void StartLockWheelingWindow(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - if (g.WheelingWindow == window) - return; - g.WheelingWindow = window; - g.WheelingWindowRefMousePos = g.IO.MousePos; - g.WheelingWindowTimer = WINDOWS_MOUSE_WHEEL_SCROLL_LOCK_TIMER; -} - -void ImGui::UpdateMouseWheel() -{ - ImGuiContext& g = *GImGui; - - // Reset the locked window if we move the mouse or after the timer elapses - if (g.WheelingWindow != NULL) - { - g.WheelingWindowTimer -= g.IO.DeltaTime; - if (IsMousePosValid() && ImLengthSqr(g.IO.MousePos - g.WheelingWindowRefMousePos) > g.IO.MouseDragThreshold * g.IO.MouseDragThreshold) - g.WheelingWindowTimer = 0.0f; - if (g.WheelingWindowTimer <= 0.0f) - { - g.WheelingWindow = NULL; - g.WheelingWindowTimer = 0.0f; - } - } - - float wheel_x = g.IO.MouseWheelH; - float wheel_y = g.IO.MouseWheel; - if (wheel_x == 0.0f && wheel_y == 0.0f) - return; - - if ((g.ActiveId != 0 && g.ActiveIdUsingMouseWheel) || (g.HoveredIdPreviousFrame != 0 && g.HoveredIdPreviousFrameUsingMouseWheel)) - return; - - ImGuiWindow* window = g.WheelingWindow ? g.WheelingWindow : g.HoveredWindow; - if (!window || window->Collapsed) - return; - - // Zoom / Scale window - // FIXME-OBSOLETE: This is an old feature, it still works but pretty much nobody is using it and may be best redesigned. - if (wheel_y != 0.0f && g.IO.KeyCtrl && g.IO.FontAllowUserScaling) - { - StartLockWheelingWindow(window); - const float new_font_scale = ImClamp(window->FontWindowScale + g.IO.MouseWheel * 0.10f, 0.50f, 2.50f); - const float scale = new_font_scale / window->FontWindowScale; - window->FontWindowScale = new_font_scale; - if (window == window->RootWindow) - { - const ImVec2 offset = window->Size * (1.0f - scale) * (g.IO.MousePos - window->Pos) / window->Size; - SetWindowPos(window, window->Pos + offset, 0); - window->Size = ImFloor(window->Size * scale); - window->SizeFull = ImFloor(window->SizeFull * scale); - } - return; - } - - // Mouse wheel scrolling - // If a child window has the ImGuiWindowFlags_NoScrollWithMouse flag, we give a chance to scroll its parent - if (g.IO.KeyCtrl) - return; - - // As a standard behavior holding SHIFT while using Vertical Mouse Wheel triggers Horizontal scroll instead - // (we avoid doing it on OSX as it the OS input layer handles this already) - const bool swap_axis = g.IO.KeyShift && !g.IO.ConfigMacOSXBehaviors; - if (swap_axis) - { - wheel_x = wheel_y; - wheel_y = 0.0f; - } - - // Vertical Mouse Wheel scrolling - if (wheel_y != 0.0f) - { - StartLockWheelingWindow(window); - while ((window->Flags & ImGuiWindowFlags_ChildWindow) && ((window->ScrollMax.y == 0.0f) || ((window->Flags & ImGuiWindowFlags_NoScrollWithMouse) && !(window->Flags & ImGuiWindowFlags_NoMouseInputs)))) - window = window->ParentWindow; - if (!(window->Flags & ImGuiWindowFlags_NoScrollWithMouse) && !(window->Flags & ImGuiWindowFlags_NoMouseInputs)) - { - float max_step = window->InnerRect.GetHeight() * 0.67f; - float scroll_step = ImFloor(ImMin(5 * window->CalcFontSize(), max_step)); - SetScrollY(window, window->Scroll.y - wheel_y * scroll_step); - } - } - - // Horizontal Mouse Wheel scrolling, or Vertical Mouse Wheel w/ Shift held - if (wheel_x != 0.0f) - { - StartLockWheelingWindow(window); - while ((window->Flags & ImGuiWindowFlags_ChildWindow) && ((window->ScrollMax.x == 0.0f) || ((window->Flags & ImGuiWindowFlags_NoScrollWithMouse) && !(window->Flags & ImGuiWindowFlags_NoMouseInputs)))) - window = window->ParentWindow; - if (!(window->Flags & ImGuiWindowFlags_NoScrollWithMouse) && !(window->Flags & ImGuiWindowFlags_NoMouseInputs)) - { - float max_step = window->InnerRect.GetWidth() * 0.67f; - float scroll_step = ImFloor(ImMin(2 * window->CalcFontSize(), max_step)); - SetScrollX(window, window->Scroll.x - wheel_x * scroll_step); - } - } -} - -// The reason this is exposed in imgui_internal.h is: on touch-based system that don't have hovering, we want to dispatch inputs to the right target (imgui vs imgui+app) -void ImGui::UpdateHoveredWindowAndCaptureFlags() -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - g.WindowsHoverPadding = ImMax(g.Style.TouchExtraPadding, ImVec2(WINDOWS_HOVER_PADDING, WINDOWS_HOVER_PADDING)); - - // Find the window hovered by mouse: - // - Child windows can extend beyond the limit of their parent so we need to derive HoveredRootWindow from HoveredWindow. - // - When moving a window we can skip the search, which also conveniently bypasses the fact that window->WindowRectClipped is lagging as this point of the frame. - // - We also support the moved window toggling the NoInputs flag after moving has started in order to be able to detect windows below it, which is useful for e.g. docking mechanisms. - bool clear_hovered_windows = false; - FindHoveredWindow(); - - // Modal windows prevents mouse from hovering behind them. - ImGuiWindow* modal_window = GetTopMostPopupModal(); - if (modal_window && g.HoveredWindow && !IsWindowWithinBeginStackOf(g.HoveredWindow->RootWindow, modal_window)) - clear_hovered_windows = true; - - // Disabled mouse? - if (io.ConfigFlags & ImGuiConfigFlags_NoMouse) - clear_hovered_windows = true; - - // We track click ownership. When clicked outside of a window the click is owned by the application and - // won't report hovering nor request capture even while dragging over our windows afterward. - const bool has_open_popup = (g.OpenPopupStack.Size > 0); - const bool has_open_modal = (modal_window != NULL); - int mouse_earliest_down = -1; - bool mouse_any_down = false; - for (int i = 0; i < IM_ARRAYSIZE(io.MouseDown); i++) - { - if (io.MouseClicked[i]) - { - io.MouseDownOwned[i] = (g.HoveredWindow != NULL) || has_open_popup; - io.MouseDownOwnedUnlessPopupClose[i] = (g.HoveredWindow != NULL) || has_open_modal; - } - mouse_any_down |= io.MouseDown[i]; - if (io.MouseDown[i]) - if (mouse_earliest_down == -1 || io.MouseClickedTime[i] < io.MouseClickedTime[mouse_earliest_down]) - mouse_earliest_down = i; - } - const bool mouse_avail = (mouse_earliest_down == -1) || io.MouseDownOwned[mouse_earliest_down]; - const bool mouse_avail_unless_popup_close = (mouse_earliest_down == -1) || io.MouseDownOwnedUnlessPopupClose[mouse_earliest_down]; - - // If mouse was first clicked outside of ImGui bounds we also cancel out hovering. - // FIXME: For patterns of drag and drop across OS windows, we may need to rework/remove this test (first committed 311c0ca9 on 2015/02) - const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0; - if (!mouse_avail && !mouse_dragging_extern_payload) - clear_hovered_windows = true; - - if (clear_hovered_windows) - g.HoveredWindow = g.HoveredWindowUnderMovingWindow = NULL; - - // Update io.WantCaptureMouse for the user application (true = dispatch mouse info to Dear ImGui only, false = dispatch mouse to Dear ImGui + underlying app) - // Update io.WantCaptureMouseAllowPopupClose (experimental) to give a chance for app to react to popup closure with a drag - if (g.WantCaptureMouseNextFrame != -1) - { - io.WantCaptureMouse = io.WantCaptureMouseUnlessPopupClose = (g.WantCaptureMouseNextFrame != 0); - } - else - { - io.WantCaptureMouse = (mouse_avail && (g.HoveredWindow != NULL || mouse_any_down)) || has_open_popup; - io.WantCaptureMouseUnlessPopupClose = (mouse_avail_unless_popup_close && (g.HoveredWindow != NULL || mouse_any_down)) || has_open_modal; - } - - // Update io.WantCaptureKeyboard for the user application (true = dispatch keyboard info to Dear ImGui only, false = dispatch keyboard info to Dear ImGui + underlying app) - if (g.WantCaptureKeyboardNextFrame != -1) - io.WantCaptureKeyboard = (g.WantCaptureKeyboardNextFrame != 0); - else - io.WantCaptureKeyboard = (g.ActiveId != 0) || (modal_window != NULL); - if (io.NavActive && (io.ConfigFlags & ImGuiConfigFlags_NavEnableKeyboard) && !(io.ConfigFlags & ImGuiConfigFlags_NavNoCaptureKeyboard)) - io.WantCaptureKeyboard = true; - - // Update io.WantTextInput flag, this is to allow systems without a keyboard (e.g. mobile, hand-held) to show a software keyboard if possible - io.WantTextInput = (g.WantTextInputNextFrame != -1) ? (g.WantTextInputNextFrame != 0) : false; -} - -// [Internal] Do not use directly (can read io.KeyMods instead) -ImGuiModFlags ImGui::GetMergedModFlags() -{ - ImGuiContext& g = *GImGui; - ImGuiModFlags key_mods = ImGuiModFlags_None; - if (g.IO.KeyCtrl) { key_mods |= ImGuiModFlags_Ctrl; } - if (g.IO.KeyShift) { key_mods |= ImGuiModFlags_Shift; } - if (g.IO.KeyAlt) { key_mods |= ImGuiModFlags_Alt; } - if (g.IO.KeySuper) { key_mods |= ImGuiModFlags_Super; } - return key_mods; -} - -void ImGui::NewFrame() -{ - IM_ASSERT(GImGui != NULL && "No current context. Did you call ImGui::CreateContext() and ImGui::SetCurrentContext() ?"); - ImGuiContext& g = *GImGui; - - // Remove pending delete hooks before frame start. - // This deferred removal avoid issues of removal while iterating the hook vector - for (int n = g.Hooks.Size - 1; n >= 0; n--) - if (g.Hooks[n].Type == ImGuiContextHookType_PendingRemoval_) - g.Hooks.erase(&g.Hooks[n]); - - CallContextHooks(&g, ImGuiContextHookType_NewFramePre); - - // Check and assert for various common IO and Configuration mistakes - ErrorCheckNewFrameSanityChecks(); - - // Load settings on first frame, save settings when modified (after a delay) - UpdateSettings(); - - g.Time += g.IO.DeltaTime; - g.WithinFrameScope = true; - g.FrameCount += 1; - g.TooltipOverrideCount = 0; - g.WindowsActiveCount = 0; - g.MenusIdSubmittedThisFrame.resize(0); - - // Calculate frame-rate for the user, as a purely luxurious feature - g.FramerateSecPerFrameAccum += g.IO.DeltaTime - g.FramerateSecPerFrame[g.FramerateSecPerFrameIdx]; - g.FramerateSecPerFrame[g.FramerateSecPerFrameIdx] = g.IO.DeltaTime; - g.FramerateSecPerFrameIdx = (g.FramerateSecPerFrameIdx + 1) % IM_ARRAYSIZE(g.FramerateSecPerFrame); - g.FramerateSecPerFrameCount = ImMin(g.FramerateSecPerFrameCount + 1, IM_ARRAYSIZE(g.FramerateSecPerFrame)); - g.IO.Framerate = (g.FramerateSecPerFrameAccum > 0.0f) ? (1.0f / (g.FramerateSecPerFrameAccum / (float)g.FramerateSecPerFrameCount)) : FLT_MAX; - - UpdateViewportsNewFrame(); - - // Setup current font and draw list shared data - g.IO.Fonts->Locked = true; - SetCurrentFont(GetDefaultFont()); - IM_ASSERT(g.Font->IsLoaded()); - ImRect virtual_space(FLT_MAX, FLT_MAX, -FLT_MAX, -FLT_MAX); - for (int n = 0; n < g.Viewports.Size; n++) - virtual_space.Add(g.Viewports[n]->GetMainRect()); - g.DrawListSharedData.ClipRectFullscreen = virtual_space.ToVec4(); - g.DrawListSharedData.CurveTessellationTol = g.Style.CurveTessellationTol; - g.DrawListSharedData.SetCircleTessellationMaxError(g.Style.CircleTessellationMaxError); - g.DrawListSharedData.InitialFlags = ImDrawListFlags_None; - if (g.Style.AntiAliasedLines) - g.DrawListSharedData.InitialFlags |= ImDrawListFlags_AntiAliasedLines; - if (g.Style.AntiAliasedLinesUseTex && !(g.Font->ContainerAtlas->Flags & ImFontAtlasFlags_NoBakedLines)) - g.DrawListSharedData.InitialFlags |= ImDrawListFlags_AntiAliasedLinesUseTex; - if (g.Style.AntiAliasedFill) - g.DrawListSharedData.InitialFlags |= ImDrawListFlags_AntiAliasedFill; - if (g.IO.BackendFlags & ImGuiBackendFlags_RendererHasVtxOffset) - g.DrawListSharedData.InitialFlags |= ImDrawListFlags_AllowVtxOffset; - - // Mark rendering data as invalid to prevent user who may have a handle on it to use it. - for (int n = 0; n < g.Viewports.Size; n++) - { - ImGuiViewportP* viewport = g.Viewports[n]; - viewport->DrawDataP.Clear(); - } - - // Drag and drop keep the source ID alive so even if the source disappear our state is consistent - if (g.DragDropActive && g.DragDropPayload.SourceId == g.ActiveId) - KeepAliveID(g.DragDropPayload.SourceId); - - // Update HoveredId data - if (!g.HoveredIdPreviousFrame) - g.HoveredIdTimer = 0.0f; - if (!g.HoveredIdPreviousFrame || (g.HoveredId && g.ActiveId == g.HoveredId)) - g.HoveredIdNotActiveTimer = 0.0f; - if (g.HoveredId) - g.HoveredIdTimer += g.IO.DeltaTime; - if (g.HoveredId && g.ActiveId != g.HoveredId) - g.HoveredIdNotActiveTimer += g.IO.DeltaTime; - g.HoveredIdPreviousFrame = g.HoveredId; - g.HoveredIdPreviousFrameUsingMouseWheel = g.HoveredIdUsingMouseWheel; - g.HoveredId = 0; - g.HoveredIdAllowOverlap = false; - g.HoveredIdUsingMouseWheel = false; - g.HoveredIdDisabled = false; - - // Clear ActiveID if the item is not alive anymore. - // In 1.87, the common most call to KeepAliveID() was moved from GetID() to ItemAdd(). - // As a result, custom widget using ButtonBehavior() _without_ ItemAdd() need to call KeepAliveID() themselves. - if (g.ActiveId != 0 && g.ActiveIdIsAlive != g.ActiveId && g.ActiveIdPreviousFrame == g.ActiveId) - { - IMGUI_DEBUG_LOG_ACTIVEID("NewFrame(): ClearActiveID() because it isn't marked alive anymore!\n"); - ClearActiveID(); - } - - // Update ActiveId data (clear reference to active widget if the widget isn't alive anymore) - if (g.ActiveId) - g.ActiveIdTimer += g.IO.DeltaTime; - g.LastActiveIdTimer += g.IO.DeltaTime; - g.ActiveIdPreviousFrame = g.ActiveId; - g.ActiveIdPreviousFrameWindow = g.ActiveIdWindow; - g.ActiveIdPreviousFrameHasBeenEditedBefore = g.ActiveIdHasBeenEditedBefore; - g.ActiveIdIsAlive = 0; - g.ActiveIdHasBeenEditedThisFrame = false; - g.ActiveIdPreviousFrameIsAlive = false; - g.ActiveIdIsJustActivated = false; - if (g.TempInputId != 0 && g.ActiveId != g.TempInputId) - g.TempInputId = 0; - if (g.ActiveId == 0) - { - g.ActiveIdUsingNavDirMask = 0x00; - g.ActiveIdUsingNavInputMask = 0x00; - g.ActiveIdUsingKeyInputMask.ClearAllBits(); - } - - // Drag and drop - g.DragDropAcceptIdPrev = g.DragDropAcceptIdCurr; - g.DragDropAcceptIdCurr = 0; - g.DragDropAcceptIdCurrRectSurface = FLT_MAX; - g.DragDropWithinSource = false; - g.DragDropWithinTarget = false; - g.DragDropHoldJustPressedId = 0; - - // Close popups on focus lost (currently wip/opt-in) - //if (g.IO.AppFocusLost) - // ClosePopupsExceptModals(); - - // Process input queue (trickle as many events as possible) - g.InputEventsTrail.resize(0); - UpdateInputEvents(g.IO.ConfigInputTrickleEventQueue); - - // Update keyboard input state - UpdateKeyboardInputs(); - - //IM_ASSERT(g.IO.KeyCtrl == IsKeyDown(ImGuiKey_LeftCtrl) || IsKeyDown(ImGuiKey_RightCtrl)); - //IM_ASSERT(g.IO.KeyShift == IsKeyDown(ImGuiKey_LeftShift) || IsKeyDown(ImGuiKey_RightShift)); - //IM_ASSERT(g.IO.KeyAlt == IsKeyDown(ImGuiKey_LeftAlt) || IsKeyDown(ImGuiKey_RightAlt)); - //IM_ASSERT(g.IO.KeySuper == IsKeyDown(ImGuiKey_LeftSuper) || IsKeyDown(ImGuiKey_RightSuper)); - - // Update gamepad/keyboard navigation - NavUpdate(); - - // Update mouse input state - UpdateMouseInputs(); - - // Find hovered window - // (needs to be before UpdateMouseMovingWindowNewFrame so we fill g.HoveredWindowUnderMovingWindow on the mouse release frame) - UpdateHoveredWindowAndCaptureFlags(); - - // Handle user moving window with mouse (at the beginning of the frame to avoid input lag or sheering) - UpdateMouseMovingWindowNewFrame(); - - // Background darkening/whitening - if (GetTopMostPopupModal() != NULL || (g.NavWindowingTarget != NULL && g.NavWindowingHighlightAlpha > 0.0f)) - g.DimBgRatio = ImMin(g.DimBgRatio + g.IO.DeltaTime * 6.0f, 1.0f); - else - g.DimBgRatio = ImMax(g.DimBgRatio - g.IO.DeltaTime * 10.0f, 0.0f); - - g.MouseCursor = ImGuiMouseCursor_Arrow; - g.WantCaptureMouseNextFrame = g.WantCaptureKeyboardNextFrame = g.WantTextInputNextFrame = -1; - - // Platform IME data: reset for the frame - g.PlatformImeDataPrev = g.PlatformImeData; - g.PlatformImeData.WantVisible = false; - - // Mouse wheel scrolling, scale - UpdateMouseWheel(); - - // Mark all windows as not visible and compact unused memory. - IM_ASSERT(g.WindowsFocusOrder.Size <= g.Windows.Size); - const float memory_compact_start_time = (g.GcCompactAll || g.IO.ConfigMemoryCompactTimer < 0.0f) ? FLT_MAX : (float)g.Time - g.IO.ConfigMemoryCompactTimer; - for (int i = 0; i != g.Windows.Size; i++) - { - ImGuiWindow* window = g.Windows[i]; - window->WasActive = window->Active; - window->BeginCount = 0; - window->Active = false; - window->WriteAccessed = false; - - // Garbage collect transient buffers of recently unused windows - if (!window->WasActive && !window->MemoryCompacted && window->LastTimeActive < memory_compact_start_time) - GcCompactTransientWindowBuffers(window); - } - - // Garbage collect transient buffers of recently unused tables - for (int i = 0; i < g.TablesLastTimeActive.Size; i++) - if (g.TablesLastTimeActive[i] >= 0.0f && g.TablesLastTimeActive[i] < memory_compact_start_time) - TableGcCompactTransientBuffers(g.Tables.GetByIndex(i)); - for (int i = 0; i < g.TablesTempData.Size; i++) - if (g.TablesTempData[i].LastTimeActive >= 0.0f && g.TablesTempData[i].LastTimeActive < memory_compact_start_time) - TableGcCompactTransientBuffers(&g.TablesTempData[i]); - if (g.GcCompactAll) - GcCompactTransientMiscBuffers(); - g.GcCompactAll = false; - - // Closing the focused window restore focus to the first active root window in descending z-order - if (g.NavWindow && !g.NavWindow->WasActive) - FocusTopMostWindowUnderOne(NULL, NULL); - - // No window should be open at the beginning of the frame. - // But in order to allow the user to call NewFrame() multiple times without calling Render(), we are doing an explicit clear. - g.CurrentWindowStack.resize(0); - g.BeginPopupStack.resize(0); - g.ItemFlagsStack.resize(0); - g.ItemFlagsStack.push_back(ImGuiItemFlags_None); - g.GroupStack.resize(0); - - // [DEBUG] Update debug features - UpdateDebugToolItemPicker(); - UpdateDebugToolStackQueries(); - - // Create implicit/fallback window - which we will only render it if the user has added something to it. - // We don't use "Debug" to avoid colliding with user trying to create a "Debug" window with custom flags. - // This fallback is particularly important as it avoid ImGui:: calls from crashing. - g.WithinFrameScopeWithImplicitWindow = true; - SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); - Begin("Debug##Default"); - IM_ASSERT(g.CurrentWindow->IsFallbackWindow == true); - - CallContextHooks(&g, ImGuiContextHookType_NewFramePost); -} - -void ImGui::Initialize() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(!g.Initialized && !g.SettingsLoaded); - - // Add .ini handle for ImGuiWindow type - { - ImGuiSettingsHandler ini_handler; - ini_handler.TypeName = "Window"; - ini_handler.TypeHash = ImHashStr("Window"); - ini_handler.ClearAllFn = WindowSettingsHandler_ClearAll; - ini_handler.ReadOpenFn = WindowSettingsHandler_ReadOpen; - ini_handler.ReadLineFn = WindowSettingsHandler_ReadLine; - ini_handler.ApplyAllFn = WindowSettingsHandler_ApplyAll; - ini_handler.WriteAllFn = WindowSettingsHandler_WriteAll; - AddSettingsHandler(&ini_handler); - } - - // Add .ini handle for ImGuiTable type - TableSettingsAddSettingsHandler(); - - // Create default viewport - ImGuiViewportP* viewport = IM_NEW(ImGuiViewportP)(); - g.Viewports.push_back(viewport); - g.TempBuffer.resize(1024 * 3 + 1, 0); - -#ifdef IMGUI_HAS_DOCK -#endif - - g.Initialized = true; -} - -// This function is merely here to free heap allocations. -void ImGui::Shutdown() -{ - // The fonts atlas can be used prior to calling NewFrame(), so we clear it even if g.Initialized is FALSE (which would happen if we never called NewFrame) - ImGuiContext& g = *GImGui; - if (g.IO.Fonts && g.FontAtlasOwnedByContext) - { - g.IO.Fonts->Locked = false; - IM_DELETE(g.IO.Fonts); - } - g.IO.Fonts = NULL; - - // Cleanup of other data are conditional on actually having initialized Dear ImGui. - if (!g.Initialized) - return; - - // Save settings (unless we haven't attempted to load them: CreateContext/DestroyContext without a call to NewFrame shouldn't save an empty file) - if (g.SettingsLoaded && g.IO.IniFilename != NULL) - SaveIniSettingsToDisk(g.IO.IniFilename); - - CallContextHooks(&g, ImGuiContextHookType_Shutdown); - - // Clear everything else - g.Windows.clear_delete(); - g.WindowsFocusOrder.clear(); - g.WindowsTempSortBuffer.clear(); - g.CurrentWindow = NULL; - g.CurrentWindowStack.clear(); - g.WindowsById.Clear(); - g.NavWindow = NULL; - g.HoveredWindow = g.HoveredWindowUnderMovingWindow = NULL; - g.ActiveIdWindow = g.ActiveIdPreviousFrameWindow = NULL; - g.MovingWindow = NULL; - g.ColorStack.clear(); - g.StyleVarStack.clear(); - g.FontStack.clear(); - g.OpenPopupStack.clear(); - g.BeginPopupStack.clear(); - - g.Viewports.clear_delete(); - - g.TabBars.Clear(); - g.CurrentTabBarStack.clear(); - g.ShrinkWidthBuffer.clear(); - - g.ClipperTempData.clear_destruct(); - - g.Tables.Clear(); - g.TablesTempData.clear_destruct(); - g.DrawChannelsTempMergeBuffer.clear(); - - g.ClipboardHandlerData.clear(); - g.MenusIdSubmittedThisFrame.clear(); - g.InputTextState.ClearFreeMemory(); - - g.SettingsWindows.clear(); - g.SettingsHandlers.clear(); - - if (g.LogFile) - { -#ifndef IMGUI_DISABLE_TTY_FUNCTIONS - if (g.LogFile != stdout) -#endif - ImFileClose(g.LogFile); - g.LogFile = NULL; - } - g.LogBuffer.clear(); - g.DebugLogBuf.clear(); - - g.Initialized = false; -} - -// FIXME: Add a more explicit sort order in the window structure. -static int IMGUI_CDECL ChildWindowComparer(const void* lhs, const void* rhs) -{ - const ImGuiWindow* const a = *(const ImGuiWindow* const *)lhs; - const ImGuiWindow* const b = *(const ImGuiWindow* const *)rhs; - if (int d = (a->Flags & ImGuiWindowFlags_Popup) - (b->Flags & ImGuiWindowFlags_Popup)) - return d; - if (int d = (a->Flags & ImGuiWindowFlags_Tooltip) - (b->Flags & ImGuiWindowFlags_Tooltip)) - return d; - return (a->BeginOrderWithinParent - b->BeginOrderWithinParent); -} - -static void AddWindowToSortBuffer(ImVector* out_sorted_windows, ImGuiWindow* window) -{ - out_sorted_windows->push_back(window); - if (window->Active) - { - int count = window->DC.ChildWindows.Size; - ImQsort(window->DC.ChildWindows.Data, (size_t)count, sizeof(ImGuiWindow*), ChildWindowComparer); - for (int i = 0; i < count; i++) - { - ImGuiWindow* child = window->DC.ChildWindows[i]; - if (child->Active) - AddWindowToSortBuffer(out_sorted_windows, child); - } - } -} - -static void AddDrawListToDrawData(ImVector* out_list, ImDrawList* draw_list) -{ - if (draw_list->CmdBuffer.Size == 0) - return; - if (draw_list->CmdBuffer.Size == 1 && draw_list->CmdBuffer[0].ElemCount == 0 && draw_list->CmdBuffer[0].UserCallback == NULL) - return; - - // Draw list sanity check. Detect mismatch between PrimReserve() calls and incrementing _VtxCurrentIdx, _VtxWritePtr etc. - // May trigger for you if you are using PrimXXX functions incorrectly. - IM_ASSERT(draw_list->VtxBuffer.Size == 0 || draw_list->_VtxWritePtr == draw_list->VtxBuffer.Data + draw_list->VtxBuffer.Size); - IM_ASSERT(draw_list->IdxBuffer.Size == 0 || draw_list->_IdxWritePtr == draw_list->IdxBuffer.Data + draw_list->IdxBuffer.Size); - if (!(draw_list->Flags & ImDrawListFlags_AllowVtxOffset)) - IM_ASSERT((int)draw_list->_VtxCurrentIdx == draw_list->VtxBuffer.Size); - - // Check that draw_list doesn't use more vertices than indexable (default ImDrawIdx = unsigned short = 2 bytes = 64K vertices per ImDrawList = per window) - // If this assert triggers because you are drawing lots of stuff manually: - // - First, make sure you are coarse clipping yourself and not trying to draw many things outside visible bounds. - // Be mindful that the ImDrawList API doesn't filter vertices. Use the Metrics/Debugger window to inspect draw list contents. - // - If you want large meshes with more than 64K vertices, you can either: - // (A) Handle the ImDrawCmd::VtxOffset value in your renderer backend, and set 'io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset'. - // Most example backends already support this from 1.71. Pre-1.71 backends won't. - // Some graphics API such as GL ES 1/2 don't have a way to offset the starting vertex so it is not supported for them. - // (B) Or handle 32-bit indices in your renderer backend, and uncomment '#define ImDrawIdx unsigned int' line in imconfig.h. - // Most example backends already support this. For example, the OpenGL example code detect index size at compile-time: - // glDrawElements(GL_TRIANGLES, (GLsizei)pcmd->ElemCount, sizeof(ImDrawIdx) == 2 ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT, idx_buffer_offset); - // Your own engine or render API may use different parameters or function calls to specify index sizes. - // 2 and 4 bytes indices are generally supported by most graphics API. - // - If for some reason neither of those solutions works for you, a workaround is to call BeginChild()/EndChild() before reaching - // the 64K limit to split your draw commands in multiple draw lists. - if (sizeof(ImDrawIdx) == 2) - IM_ASSERT(draw_list->_VtxCurrentIdx < (1 << 16) && "Too many vertices in ImDrawList using 16-bit indices. Read comment above"); - - out_list->push_back(draw_list); -} - -static void AddWindowToDrawData(ImGuiWindow* window, int layer) -{ - ImGuiContext& g = *GImGui; - ImGuiViewportP* viewport = g.Viewports[0]; - g.IO.MetricsRenderWindows++; - AddDrawListToDrawData(&viewport->DrawDataBuilder.Layers[layer], window->DrawList); - for (int i = 0; i < window->DC.ChildWindows.Size; i++) - { - ImGuiWindow* child = window->DC.ChildWindows[i]; - if (IsWindowActiveAndVisible(child)) // Clipped children may have been marked not active - AddWindowToDrawData(child, layer); - } -} - -static inline int GetWindowDisplayLayer(ImGuiWindow* window) -{ - return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0; -} - -// Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu) -static inline void AddRootWindowToDrawData(ImGuiWindow* window) -{ - AddWindowToDrawData(window, GetWindowDisplayLayer(window)); -} - -void ImDrawDataBuilder::FlattenIntoSingleLayer() -{ - int n = Layers[0].Size; - int size = n; - for (int i = 1; i < IM_ARRAYSIZE(Layers); i++) - size += Layers[i].Size; - Layers[0].resize(size); - for (int layer_n = 1; layer_n < IM_ARRAYSIZE(Layers); layer_n++) - { - ImVector& layer = Layers[layer_n]; - if (layer.empty()) - continue; - memcpy(&Layers[0][n], &layer[0], layer.Size * sizeof(ImDrawList*)); - n += layer.Size; - layer.resize(0); - } -} - -static void SetupViewportDrawData(ImGuiViewportP* viewport, ImVector* draw_lists) -{ - ImGuiIO& io = ImGui::GetIO(); - ImDrawData* draw_data = &viewport->DrawDataP; - draw_data->Valid = true; - draw_data->CmdLists = (draw_lists->Size > 0) ? draw_lists->Data : NULL; - draw_data->CmdListsCount = draw_lists->Size; - draw_data->TotalVtxCount = draw_data->TotalIdxCount = 0; - draw_data->DisplayPos = viewport->Pos; - draw_data->DisplaySize = viewport->Size; - draw_data->FramebufferScale = io.DisplayFramebufferScale; - for (int n = 0; n < draw_lists->Size; n++) - { - ImDrawList* draw_list = draw_lists->Data[n]; - draw_list->_PopUnusedDrawCmd(); - draw_data->TotalVtxCount += draw_list->VtxBuffer.Size; - draw_data->TotalIdxCount += draw_list->IdxBuffer.Size; - } -} - -// Push a clipping rectangle for both ImGui logic (hit-testing etc.) and low-level ImDrawList rendering. -// - When using this function it is sane to ensure that float are perfectly rounded to integer values, -// so that e.g. (int)(max.x-min.x) in user's render produce correct result. -// - If the code here changes, may need to update code of functions like NextColumn() and PushColumnClipRect(): -// some frequently called functions which to modify both channels and clipping simultaneously tend to use the -// more specialized SetWindowClipRectBeforeSetChannel() to avoid extraneous updates of underlying ImDrawCmds. -void ImGui::PushClipRect(const ImVec2& clip_rect_min, const ImVec2& clip_rect_max, bool intersect_with_current_clip_rect) -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DrawList->PushClipRect(clip_rect_min, clip_rect_max, intersect_with_current_clip_rect); - window->ClipRect = window->DrawList->_ClipRectStack.back(); -} - -void ImGui::PopClipRect() -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DrawList->PopClipRect(); - window->ClipRect = window->DrawList->_ClipRectStack.back(); -} - -static void ImGui::RenderDimmedBackgroundBehindWindow(ImGuiWindow* window, ImU32 col) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - ImGuiViewportP* viewport = (ImGuiViewportP*)GetMainViewport(); - ImRect viewport_rect = viewport->GetMainRect(); - - // Draw behind window by moving the draw command at the FRONT of the draw list - { - // We've already called AddWindowToDrawData() which called DrawList->ChannelsMerge() on DockNodeHost windows, - // and draw list have been trimmed already, hence the explicit recreation of a draw command if missing. - // FIXME: This is creating complication, might be simpler if we could inject a drawlist in drawdata at a given position and not attempt to manipulate ImDrawCmd order. - ImDrawList* draw_list = window->RootWindow->DrawList; - if (draw_list->CmdBuffer.Size == 0) - draw_list->AddDrawCmd(); - draw_list->PushClipRect(viewport_rect.Min - ImVec2(1, 1), viewport_rect.Max + ImVec2(1, 1), false); // Ensure ImDrawCmd are not merged - draw_list->AddRectFilled(viewport_rect.Min, viewport_rect.Max, col); - ImDrawCmd cmd = draw_list->CmdBuffer.back(); - IM_ASSERT(cmd.ElemCount == 6); - draw_list->CmdBuffer.pop_back(); - draw_list->CmdBuffer.push_front(cmd); - draw_list->PopClipRect(); - draw_list->AddDrawCmd(); // We need to create a command as CmdBuffer.back().IdxOffset won't be correct if we append to same command. - } -} - -ImGuiWindow* ImGui::FindBottomMostVisibleWindowWithinBeginStack(ImGuiWindow* parent_window) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* bottom_most_visible_window = parent_window; - for (int i = FindWindowDisplayIndex(parent_window); i >= 0; i--) - { - ImGuiWindow* window = g.Windows[i]; - if (window->Flags & ImGuiWindowFlags_ChildWindow) - continue; - if (!IsWindowWithinBeginStackOf(window, parent_window)) - break; - if (IsWindowActiveAndVisible(window) && GetWindowDisplayLayer(window) <= GetWindowDisplayLayer(parent_window)) - bottom_most_visible_window = window; - } - return bottom_most_visible_window; -} - -static void ImGui::RenderDimmedBackgrounds() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* modal_window = GetTopMostAndVisiblePopupModal(); - if (g.DimBgRatio <= 0.0f && g.NavWindowingHighlightAlpha <= 0.0f) - return; - const bool dim_bg_for_modal = (modal_window != NULL); - const bool dim_bg_for_window_list = (g.NavWindowingTargetAnim != NULL && g.NavWindowingTargetAnim->Active); - if (!dim_bg_for_modal && !dim_bg_for_window_list) - return; - - if (dim_bg_for_modal) - { - // Draw dimming behind modal or a begin stack child, whichever comes first in draw order. - ImGuiWindow* dim_behind_window = FindBottomMostVisibleWindowWithinBeginStack(modal_window); - RenderDimmedBackgroundBehindWindow(dim_behind_window, GetColorU32(ImGuiCol_ModalWindowDimBg, g.DimBgRatio)); - } - else if (dim_bg_for_window_list) - { - // Draw dimming behind CTRL+Tab target window - RenderDimmedBackgroundBehindWindow(g.NavWindowingTargetAnim, GetColorU32(ImGuiCol_NavWindowingDimBg, g.DimBgRatio)); - - // Draw border around CTRL+Tab target window - ImGuiWindow* window = g.NavWindowingTargetAnim; - ImGuiViewport* viewport = GetMainViewport(); - float distance = g.FontSize; - ImRect bb = window->Rect(); - bb.Expand(distance); - if (bb.GetWidth() >= viewport->Size.x && bb.GetHeight() >= viewport->Size.y) - bb.Expand(-distance - 1.0f); // If a window fits the entire viewport, adjust its highlight inward - if (window->DrawList->CmdBuffer.Size == 0) - window->DrawList->AddDrawCmd(); - window->DrawList->PushClipRect(viewport->Pos, viewport->Pos + viewport->Size); - window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_NavWindowingHighlight, g.NavWindowingHighlightAlpha), window->WindowRounding, 0, 3.0f); - window->DrawList->PopClipRect(); - } -} - -// This is normally called by Render(). You may want to call it directly if you want to avoid calling Render() but the gain will be very minimal. -void ImGui::EndFrame() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.Initialized); - - // Don't process EndFrame() multiple times. - if (g.FrameCountEnded == g.FrameCount) - return; - IM_ASSERT(g.WithinFrameScope && "Forgot to call ImGui::NewFrame()?"); - - CallContextHooks(&g, ImGuiContextHookType_EndFramePre); - - ErrorCheckEndFrameSanityChecks(); - - // Notify Platform/OS when our Input Method Editor cursor has moved (e.g. CJK inputs using Microsoft IME) - if (g.IO.SetPlatformImeDataFn && memcmp(&g.PlatformImeData, &g.PlatformImeDataPrev, sizeof(ImGuiPlatformImeData)) != 0) - g.IO.SetPlatformImeDataFn(GetMainViewport(), &g.PlatformImeData); - - // Hide implicit/fallback "Debug" window if it hasn't been used - g.WithinFrameScopeWithImplicitWindow = false; - if (g.CurrentWindow && !g.CurrentWindow->WriteAccessed) - g.CurrentWindow->Active = false; - End(); - - // Update navigation: CTRL+Tab, wrap-around requests - NavEndFrame(); - - // Drag and Drop: Elapse payload (if delivered, or if source stops being submitted) - if (g.DragDropActive) - { - bool is_delivered = g.DragDropPayload.Delivery; - bool is_elapsed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDragDropFlags_SourceAutoExpirePayload) || !IsMouseDown(g.DragDropMouseButton)); - if (is_delivered || is_elapsed) - ClearDragDrop(); - } - - // Drag and Drop: Fallback for source tooltip. This is not ideal but better than nothing. - if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) - { - g.DragDropWithinSource = true; - SetTooltip("..."); - g.DragDropWithinSource = false; - } - - // End frame - g.WithinFrameScope = false; - g.FrameCountEnded = g.FrameCount; - - // Initiate moving window + handle left-click and right-click focus - UpdateMouseMovingWindowEndFrame(); - - // Sort the window list so that all child windows are after their parent - // We cannot do that on FocusWindow() because children may not exist yet - g.WindowsTempSortBuffer.resize(0); - g.WindowsTempSortBuffer.reserve(g.Windows.Size); - for (int i = 0; i != g.Windows.Size; i++) - { - ImGuiWindow* window = g.Windows[i]; - if (window->Active && (window->Flags & ImGuiWindowFlags_ChildWindow)) // if a child is active its parent will add it - continue; - AddWindowToSortBuffer(&g.WindowsTempSortBuffer, window); - } - - // This usually assert if there is a mismatch between the ImGuiWindowFlags_ChildWindow / ParentWindow values and DC.ChildWindows[] in parents, aka we've done something wrong. - IM_ASSERT(g.Windows.Size == g.WindowsTempSortBuffer.Size); - g.Windows.swap(g.WindowsTempSortBuffer); - g.IO.MetricsActiveWindows = g.WindowsActiveCount; - - // Unlock font atlas - g.IO.Fonts->Locked = false; - - // Clear Input data for next frame - g.IO.MouseWheel = g.IO.MouseWheelH = 0.0f; - g.IO.InputQueueCharacters.resize(0); - memset(g.IO.NavInputs, 0, sizeof(g.IO.NavInputs)); - - CallContextHooks(&g, ImGuiContextHookType_EndFramePost); -} - -// Prepare the data for rendering so you can call GetDrawData() -// (As with anything within the ImGui:: namspace this doesn't touch your GPU or graphics API at all: -// it is the role of the ImGui_ImplXXXX_RenderDrawData() function provided by the renderer backend) -void ImGui::Render() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.Initialized); - - if (g.FrameCountEnded != g.FrameCount) - EndFrame(); - const bool first_render_of_frame = (g.FrameCountRendered != g.FrameCount); - g.FrameCountRendered = g.FrameCount; - g.IO.MetricsRenderWindows = 0; - - CallContextHooks(&g, ImGuiContextHookType_RenderPre); - - // Add background ImDrawList (for each active viewport) - for (int n = 0; n != g.Viewports.Size; n++) - { - ImGuiViewportP* viewport = g.Viewports[n]; - viewport->DrawDataBuilder.Clear(); - if (viewport->DrawLists[0] != NULL) - AddDrawListToDrawData(&viewport->DrawDataBuilder.Layers[0], GetBackgroundDrawList(viewport)); - } - - // Draw modal/window whitening backgrounds - if (first_render_of_frame) - RenderDimmedBackgrounds(); - - // Add ImDrawList to render - ImGuiWindow* windows_to_render_top_most[2]; - windows_to_render_top_most[0] = (g.NavWindowingTarget && !(g.NavWindowingTarget->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) ? g.NavWindowingTarget->RootWindow : NULL; - windows_to_render_top_most[1] = (g.NavWindowingTarget ? g.NavWindowingListWindow : NULL); - for (int n = 0; n != g.Windows.Size; n++) - { - ImGuiWindow* window = g.Windows[n]; - IM_MSVC_WARNING_SUPPRESS(6011); // Static Analysis false positive "warning C6011: Dereferencing NULL pointer 'window'" - if (IsWindowActiveAndVisible(window) && (window->Flags & ImGuiWindowFlags_ChildWindow) == 0 && window != windows_to_render_top_most[0] && window != windows_to_render_top_most[1]) - AddRootWindowToDrawData(window); - } - for (int n = 0; n < IM_ARRAYSIZE(windows_to_render_top_most); n++) - if (windows_to_render_top_most[n] && IsWindowActiveAndVisible(windows_to_render_top_most[n])) // NavWindowingTarget is always temporarily displayed as the top-most window - AddRootWindowToDrawData(windows_to_render_top_most[n]); - - // Draw software mouse cursor if requested by io.MouseDrawCursor flag - if (g.IO.MouseDrawCursor && first_render_of_frame && g.MouseCursor != ImGuiMouseCursor_None) - RenderMouseCursor(g.IO.MousePos, g.Style.MouseCursorScale, g.MouseCursor, IM_COL32_WHITE, IM_COL32_BLACK, IM_COL32(0, 0, 0, 48)); - - // Setup ImDrawData structures for end-user - g.IO.MetricsRenderVertices = g.IO.MetricsRenderIndices = 0; - for (int n = 0; n < g.Viewports.Size; n++) - { - ImGuiViewportP* viewport = g.Viewports[n]; - viewport->DrawDataBuilder.FlattenIntoSingleLayer(); - - // Add foreground ImDrawList (for each active viewport) - if (viewport->DrawLists[1] != NULL) - AddDrawListToDrawData(&viewport->DrawDataBuilder.Layers[0], GetForegroundDrawList(viewport)); - - SetupViewportDrawData(viewport, &viewport->DrawDataBuilder.Layers[0]); - ImDrawData* draw_data = &viewport->DrawDataP; - g.IO.MetricsRenderVertices += draw_data->TotalVtxCount; - g.IO.MetricsRenderIndices += draw_data->TotalIdxCount; - } - - CallContextHooks(&g, ImGuiContextHookType_RenderPost); -} - -// Calculate text size. Text can be multi-line. Optionally ignore text after a ## marker. -// CalcTextSize("") should return ImVec2(0.0f, g.FontSize) -ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool hide_text_after_double_hash, float wrap_width) -{ - ImGuiContext& g = *GImGui; - - const char* text_display_end; - if (hide_text_after_double_hash) - text_display_end = FindRenderedTextEnd(text, text_end); // Hide anything after a '##' string - else - text_display_end = text_end; - - ImFont* font = g.Font; - const float font_size = g.FontSize; - if (text == text_display_end) - return ImVec2(0.0f, font_size); - ImVec2 text_size = font->CalcTextSizeA(font_size, FLT_MAX, wrap_width, text, text_display_end, NULL); - - // Round - // FIXME: This has been here since Dec 2015 (7b0bf230) but down the line we want this out. - // FIXME: Investigate using ceilf or e.g. - // - https://git.musl-libc.org/cgit/musl/tree/src/math/ceilf.c - // - https://embarkstudios.github.io/rust-gpu/api/src/libm/math/ceilf.rs.html - text_size.x = IM_FLOOR(text_size.x + 0.99999f); - - return text_size; -} - -// Find window given position, search front-to-back -// FIXME: Note that we have an inconsequential lag here: OuterRectClipped is updated in Begin(), so windows moved programmatically -// with SetWindowPos() and not SetNextWindowPos() will have that rectangle lagging by a frame at the time FindHoveredWindow() is -// called, aka before the next Begin(). Moving window isn't affected. -static void FindHoveredWindow() -{ - ImGuiContext& g = *GImGui; - - ImGuiWindow* hovered_window = NULL; - ImGuiWindow* hovered_window_ignoring_moving_window = NULL; - if (g.MovingWindow && !(g.MovingWindow->Flags & ImGuiWindowFlags_NoMouseInputs)) - hovered_window = g.MovingWindow; - - ImVec2 padding_regular = g.Style.TouchExtraPadding; - ImVec2 padding_for_resize = g.IO.ConfigWindowsResizeFromEdges ? g.WindowsHoverPadding : padding_regular; - for (int i = g.Windows.Size - 1; i >= 0; i--) - { - ImGuiWindow* window = g.Windows[i]; - IM_MSVC_WARNING_SUPPRESS(28182); // [Static Analyzer] Dereferencing NULL pointer. - if (!window->Active || window->Hidden) - continue; - if (window->Flags & ImGuiWindowFlags_NoMouseInputs) - continue; - - // Using the clipped AABB, a child window will typically be clipped by its parent (not always) - ImRect bb(window->OuterRectClipped); - if (window->Flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_AlwaysAutoResize)) - bb.Expand(padding_regular); - else - bb.Expand(padding_for_resize); - if (!bb.Contains(g.IO.MousePos)) - continue; - - // Support for one rectangular hole in any given window - // FIXME: Consider generalizing hit-testing override (with more generic data, callback, etc.) (#1512) - if (window->HitTestHoleSize.x != 0) - { - ImVec2 hole_pos(window->Pos.x + (float)window->HitTestHoleOffset.x, window->Pos.y + (float)window->HitTestHoleOffset.y); - ImVec2 hole_size((float)window->HitTestHoleSize.x, (float)window->HitTestHoleSize.y); - if (ImRect(hole_pos, hole_pos + hole_size).Contains(g.IO.MousePos)) - continue; - } - - if (hovered_window == NULL) - hovered_window = window; - IM_MSVC_WARNING_SUPPRESS(28182); // [Static Analyzer] Dereferencing NULL pointer. - if (hovered_window_ignoring_moving_window == NULL && (!g.MovingWindow || window->RootWindow != g.MovingWindow->RootWindow)) - hovered_window_ignoring_moving_window = window; - if (hovered_window && hovered_window_ignoring_moving_window) - break; - } - - g.HoveredWindow = hovered_window; - g.HoveredWindowUnderMovingWindow = hovered_window_ignoring_moving_window; -} - -bool ImGui::IsItemActive() -{ - ImGuiContext& g = *GImGui; - if (g.ActiveId) - return g.ActiveId == g.LastItemData.ID; - return false; -} - -bool ImGui::IsItemActivated() -{ - ImGuiContext& g = *GImGui; - if (g.ActiveId) - if (g.ActiveId == g.LastItemData.ID && g.ActiveIdPreviousFrame != g.LastItemData.ID) - return true; - return false; -} - -bool ImGui::IsItemDeactivated() -{ - ImGuiContext& g = *GImGui; - if (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_HasDeactivated) - return (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_Deactivated) != 0; - return (g.ActiveIdPreviousFrame == g.LastItemData.ID && g.ActiveIdPreviousFrame != 0 && g.ActiveId != g.LastItemData.ID); -} - -bool ImGui::IsItemDeactivatedAfterEdit() -{ - ImGuiContext& g = *GImGui; - return IsItemDeactivated() && (g.ActiveIdPreviousFrameHasBeenEditedBefore || (g.ActiveId == 0 && g.ActiveIdHasBeenEditedBefore)); -} - -// == GetItemID() == GetFocusID() -bool ImGui::IsItemFocused() -{ - ImGuiContext& g = *GImGui; - if (g.NavId != g.LastItemData.ID || g.NavId == 0) - return false; - return true; -} - -// Important: this can be useful but it is NOT equivalent to the behavior of e.g.Button()! -// Most widgets have specific reactions based on mouse-up/down state, mouse position etc. -bool ImGui::IsItemClicked(ImGuiMouseButton mouse_button) -{ - return IsMouseClicked(mouse_button) && IsItemHovered(ImGuiHoveredFlags_None); -} - -bool ImGui::IsItemToggledOpen() -{ - ImGuiContext& g = *GImGui; - return (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_ToggledOpen) ? true : false; -} - -bool ImGui::IsItemToggledSelection() -{ - ImGuiContext& g = *GImGui; - return (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_ToggledSelection) ? true : false; -} - -bool ImGui::IsAnyItemHovered() -{ - ImGuiContext& g = *GImGui; - return g.HoveredId != 0 || g.HoveredIdPreviousFrame != 0; -} - -bool ImGui::IsAnyItemActive() -{ - ImGuiContext& g = *GImGui; - return g.ActiveId != 0; -} - -bool ImGui::IsAnyItemFocused() -{ - ImGuiContext& g = *GImGui; - return g.NavId != 0 && !g.NavDisableHighlight; -} - -bool ImGui::IsItemVisible() -{ - ImGuiContext& g = *GImGui; - return g.CurrentWindow->ClipRect.Overlaps(g.LastItemData.Rect); -} - -bool ImGui::IsItemEdited() -{ - ImGuiContext& g = *GImGui; - return (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_Edited) != 0; -} - -// Allow last item to be overlapped by a subsequent item. Both may be activated during the same frame before the later one takes priority. -// FIXME: Although this is exposed, its interaction and ideal idiom with using ImGuiButtonFlags_AllowItemOverlap flag are extremely confusing, need rework. -void ImGui::SetItemAllowOverlap() -{ - ImGuiContext& g = *GImGui; - ImGuiID id = g.LastItemData.ID; - if (g.HoveredId == id) - g.HoveredIdAllowOverlap = true; - if (g.ActiveId == id) - g.ActiveIdAllowOverlap = true; -} - -void ImGui::SetItemUsingMouseWheel() -{ - ImGuiContext& g = *GImGui; - ImGuiID id = g.LastItemData.ID; - if (g.HoveredId == id) - g.HoveredIdUsingMouseWheel = true; - if (g.ActiveId == id) - g.ActiveIdUsingMouseWheel = true; -} - -void ImGui::SetActiveIdUsingNavAndKeys() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.ActiveId != 0); - g.ActiveIdUsingNavDirMask = ~(ImU32)0; - g.ActiveIdUsingNavInputMask = ~(ImU32)0; - g.ActiveIdUsingKeyInputMask.SetAllBits(); - NavMoveRequestCancel(); -} - -ImVec2 ImGui::GetItemRectMin() -{ - ImGuiContext& g = *GImGui; - return g.LastItemData.Rect.Min; -} - -ImVec2 ImGui::GetItemRectMax() -{ - ImGuiContext& g = *GImGui; - return g.LastItemData.Rect.Max; -} - -ImVec2 ImGui::GetItemRectSize() -{ - ImGuiContext& g = *GImGui; - return g.LastItemData.Rect.GetSize(); -} - -bool ImGui::BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* parent_window = g.CurrentWindow; - - flags |= ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_ChildWindow; - flags |= (parent_window->Flags & ImGuiWindowFlags_NoMove); // Inherit the NoMove flag - - // Size - const ImVec2 content_avail = GetContentRegionAvail(); - ImVec2 size = ImFloor(size_arg); - const int auto_fit_axises = ((size.x == 0.0f) ? (1 << ImGuiAxis_X) : 0x00) | ((size.y == 0.0f) ? (1 << ImGuiAxis_Y) : 0x00); - if (size.x <= 0.0f) - size.x = ImMax(content_avail.x + size.x, 4.0f); // Arbitrary minimum child size (0.0f causing too much issues) - if (size.y <= 0.0f) - size.y = ImMax(content_avail.y + size.y, 4.0f); - SetNextWindowSize(size); - - // Build up name. If you need to append to a same child from multiple location in the ID stack, use BeginChild(ImGuiID id) with a stable value. - const char* temp_window_name; - if (name) - ImFormatStringToTempBuffer(&temp_window_name, NULL, "%s/%s_%08X", parent_window->Name, name, id); - else - ImFormatStringToTempBuffer(&temp_window_name, NULL, "%s/%08X", parent_window->Name, id); - - const float backup_border_size = g.Style.ChildBorderSize; - if (!border) - g.Style.ChildBorderSize = 0.0f; - bool ret = Begin(temp_window_name, NULL, flags); - g.Style.ChildBorderSize = backup_border_size; - - ImGuiWindow* child_window = g.CurrentWindow; - child_window->ChildId = id; - child_window->AutoFitChildAxises = (ImS8)auto_fit_axises; - - // Set the cursor to handle case where the user called SetNextWindowPos()+BeginChild() manually. - // While this is not really documented/defined, it seems that the expected thing to do. - if (child_window->BeginCount == 1) - parent_window->DC.CursorPos = child_window->Pos; - - // Process navigation-in immediately so NavInit can run on first frame - if (g.NavActivateId == id && !(flags & ImGuiWindowFlags_NavFlattened) && (child_window->DC.NavLayersActiveMask != 0 || child_window->DC.NavHasScroll)) - { - FocusWindow(child_window); - NavInitWindow(child_window, false); - SetActiveID(id + 1, child_window); // Steal ActiveId with another arbitrary id so that key-press won't activate child item - g.ActiveIdSource = ImGuiInputSource_Nav; - } - return ret; -} - -bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - return BeginChildEx(str_id, window->GetID(str_id), size_arg, border, extra_flags); -} - -bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) -{ - IM_ASSERT(id != 0); - return BeginChildEx(NULL, id, size_arg, border, extra_flags); -} - -void ImGui::EndChild() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - IM_ASSERT(g.WithinEndChild == false); - IM_ASSERT(window->Flags & ImGuiWindowFlags_ChildWindow); // Mismatched BeginChild()/EndChild() calls - - g.WithinEndChild = true; - if (window->BeginCount > 1) - { - End(); - } - else - { - ImVec2 sz = window->Size; - if (window->AutoFitChildAxises & (1 << ImGuiAxis_X)) // Arbitrary minimum zero-ish child size of 4.0f causes less trouble than a 0.0f - sz.x = ImMax(4.0f, sz.x); - if (window->AutoFitChildAxises & (1 << ImGuiAxis_Y)) - sz.y = ImMax(4.0f, sz.y); - End(); - - ImGuiWindow* parent_window = g.CurrentWindow; - ImRect bb(parent_window->DC.CursorPos, parent_window->DC.CursorPos + sz); - ItemSize(sz); - if ((window->DC.NavLayersActiveMask != 0 || window->DC.NavHasScroll) && !(window->Flags & ImGuiWindowFlags_NavFlattened)) - { - ItemAdd(bb, window->ChildId); - RenderNavHighlight(bb, window->ChildId); - - // When browsing a window that has no activable items (scroll only) we keep a highlight on the child (pass g.NavId to trick into always displaying) - if (window->DC.NavLayersActiveMask == 0 && window == g.NavWindow) - RenderNavHighlight(ImRect(bb.Min - ImVec2(2, 2), bb.Max + ImVec2(2, 2)), g.NavId, ImGuiNavHighlightFlags_TypeThin); - } - else - { - // Not navigable into - ItemAdd(bb, 0); - } - if (g.HoveredWindow == window) - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_HoveredWindow; - } - g.WithinEndChild = false; - g.LogLinePosY = -FLT_MAX; // To enforce a carriage return -} - -// Helper to create a child window / scrolling region that looks like a normal widget frame. -bool ImGui::BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags extra_flags) -{ - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); - PushStyleVar(ImGuiStyleVar_ChildRounding, style.FrameRounding); - PushStyleVar(ImGuiStyleVar_ChildBorderSize, style.FrameBorderSize); - PushStyleVar(ImGuiStyleVar_WindowPadding, style.FramePadding); - bool ret = BeginChild(id, size, true, ImGuiWindowFlags_NoMove | ImGuiWindowFlags_AlwaysUseWindowPadding | extra_flags); - PopStyleVar(3); - PopStyleColor(); - return ret; -} - -void ImGui::EndChildFrame() -{ - EndChild(); -} - -static void SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond flags, bool enabled) -{ - window->SetWindowPosAllowFlags = enabled ? (window->SetWindowPosAllowFlags | flags) : (window->SetWindowPosAllowFlags & ~flags); - window->SetWindowSizeAllowFlags = enabled ? (window->SetWindowSizeAllowFlags | flags) : (window->SetWindowSizeAllowFlags & ~flags); - window->SetWindowCollapsedAllowFlags = enabled ? (window->SetWindowCollapsedAllowFlags | flags) : (window->SetWindowCollapsedAllowFlags & ~flags); -} - -ImGuiWindow* ImGui::FindWindowByID(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - return (ImGuiWindow*)g.WindowsById.GetVoidPtr(id); -} - -ImGuiWindow* ImGui::FindWindowByName(const char* name) -{ - ImGuiID id = ImHashStr(name); - return FindWindowByID(id); -} - -static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings) -{ - window->Pos = ImFloor(ImVec2(settings->Pos.x, settings->Pos.y)); - if (settings->Size.x > 0 && settings->Size.y > 0) - window->Size = window->SizeFull = ImFloor(ImVec2(settings->Size.x, settings->Size.y)); - window->Collapsed = settings->Collapsed; -} - -static void UpdateWindowInFocusOrderList(ImGuiWindow* window, bool just_created, ImGuiWindowFlags new_flags) -{ - ImGuiContext& g = *GImGui; - - const bool new_is_explicit_child = (new_flags & ImGuiWindowFlags_ChildWindow) != 0; - const bool child_flag_changed = new_is_explicit_child != window->IsExplicitChild; - if ((just_created || child_flag_changed) && !new_is_explicit_child) - { - IM_ASSERT(!g.WindowsFocusOrder.contains(window)); - g.WindowsFocusOrder.push_back(window); - window->FocusOrder = (short)(g.WindowsFocusOrder.Size - 1); - } - else if (!just_created && child_flag_changed && new_is_explicit_child) - { - IM_ASSERT(g.WindowsFocusOrder[window->FocusOrder] == window); - for (int n = window->FocusOrder + 1; n < g.WindowsFocusOrder.Size; n++) - g.WindowsFocusOrder[n]->FocusOrder--; - g.WindowsFocusOrder.erase(g.WindowsFocusOrder.Data + window->FocusOrder); - window->FocusOrder = -1; - } - window->IsExplicitChild = new_is_explicit_child; -} - -static ImGuiWindow* CreateNewWindow(const char* name, ImGuiWindowFlags flags) -{ - ImGuiContext& g = *GImGui; - //IMGUI_DEBUG_LOG("CreateNewWindow '%s', flags = 0x%08X\n", name, flags); - - // Create window the first time - ImGuiWindow* window = IM_NEW(ImGuiWindow)(&g, name); - window->Flags = flags; - g.WindowsById.SetVoidPtr(window->ID, window); - - // Default/arbitrary window position. Use SetNextWindowPos() with the appropriate condition flag to change the initial position of a window. - const ImGuiViewport* main_viewport = ImGui::GetMainViewport(); - window->Pos = main_viewport->Pos + ImVec2(60, 60); - - // User can disable loading and saving of settings. Tooltip and child windows also don't store settings. - if (!(flags & ImGuiWindowFlags_NoSavedSettings)) - if (ImGuiWindowSettings* settings = ImGui::FindWindowSettings(window->ID)) - { - // Retrieve settings from .ini file - window->SettingsOffset = g.SettingsWindows.offset_from_ptr(settings); - SetWindowConditionAllowFlags(window, ImGuiCond_FirstUseEver, false); - ApplyWindowSettings(window, settings); - } - window->DC.CursorStartPos = window->DC.CursorMaxPos = window->DC.IdealMaxPos = window->Pos; // So first call to CalcWindowContentSizes() doesn't return crazy values - - if ((flags & ImGuiWindowFlags_AlwaysAutoResize) != 0) - { - window->AutoFitFramesX = window->AutoFitFramesY = 2; - window->AutoFitOnlyGrows = false; - } - else - { - if (window->Size.x <= 0.0f) - window->AutoFitFramesX = 2; - if (window->Size.y <= 0.0f) - window->AutoFitFramesY = 2; - window->AutoFitOnlyGrows = (window->AutoFitFramesX > 0) || (window->AutoFitFramesY > 0); - } - - if (flags & ImGuiWindowFlags_NoBringToFrontOnFocus) - g.Windows.push_front(window); // Quite slow but rare and only once - else - g.Windows.push_back(window); - UpdateWindowInFocusOrderList(window, true, window->Flags); - - return window; -} - -static ImVec2 CalcWindowSizeAfterConstraint(ImGuiWindow* window, const ImVec2& size_desired) -{ - ImGuiContext& g = *GImGui; - ImVec2 new_size = size_desired; - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasSizeConstraint) - { - // Using -1,-1 on either X/Y axis to preserve the current size. - ImRect cr = g.NextWindowData.SizeConstraintRect; - new_size.x = (cr.Min.x >= 0 && cr.Max.x >= 0) ? ImClamp(new_size.x, cr.Min.x, cr.Max.x) : window->SizeFull.x; - new_size.y = (cr.Min.y >= 0 && cr.Max.y >= 0) ? ImClamp(new_size.y, cr.Min.y, cr.Max.y) : window->SizeFull.y; - if (g.NextWindowData.SizeCallback) - { - ImGuiSizeCallbackData data; - data.UserData = g.NextWindowData.SizeCallbackUserData; - data.Pos = window->Pos; - data.CurrentSize = window->SizeFull; - data.DesiredSize = new_size; - g.NextWindowData.SizeCallback(&data); - new_size = data.DesiredSize; - } - new_size.x = IM_FLOOR(new_size.x); - new_size.y = IM_FLOOR(new_size.y); - } - - // Minimum size - if (!(window->Flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_AlwaysAutoResize))) - { - ImGuiWindow* window_for_height = window; - const float decoration_up_height = window_for_height->TitleBarHeight() + window_for_height->MenuBarHeight(); - new_size = ImMax(new_size, g.Style.WindowMinSize); - new_size.y = ImMax(new_size.y, decoration_up_height + ImMax(0.0f, g.Style.WindowRounding - 1.0f)); // Reduce artifacts with very small windows - } - return new_size; -} - -static void CalcWindowContentSizes(ImGuiWindow* window, ImVec2* content_size_current, ImVec2* content_size_ideal) -{ - bool preserve_old_content_sizes = false; - if (window->Collapsed && window->AutoFitFramesX <= 0 && window->AutoFitFramesY <= 0) - preserve_old_content_sizes = true; - else if (window->Hidden && window->HiddenFramesCannotSkipItems == 0 && window->HiddenFramesCanSkipItems > 0) - preserve_old_content_sizes = true; - if (preserve_old_content_sizes) - { - *content_size_current = window->ContentSize; - *content_size_ideal = window->ContentSizeIdeal; - return; - } - - content_size_current->x = (window->ContentSizeExplicit.x != 0.0f) ? window->ContentSizeExplicit.x : IM_FLOOR(window->DC.CursorMaxPos.x - window->DC.CursorStartPos.x); - content_size_current->y = (window->ContentSizeExplicit.y != 0.0f) ? window->ContentSizeExplicit.y : IM_FLOOR(window->DC.CursorMaxPos.y - window->DC.CursorStartPos.y); - content_size_ideal->x = (window->ContentSizeExplicit.x != 0.0f) ? window->ContentSizeExplicit.x : IM_FLOOR(ImMax(window->DC.CursorMaxPos.x, window->DC.IdealMaxPos.x) - window->DC.CursorStartPos.x); - content_size_ideal->y = (window->ContentSizeExplicit.y != 0.0f) ? window->ContentSizeExplicit.y : IM_FLOOR(ImMax(window->DC.CursorMaxPos.y, window->DC.IdealMaxPos.y) - window->DC.CursorStartPos.y); -} - -static ImVec2 CalcWindowAutoFitSize(ImGuiWindow* window, const ImVec2& size_contents) -{ - ImGuiContext& g = *GImGui; - ImGuiStyle& style = g.Style; - const float decoration_up_height = window->TitleBarHeight() + window->MenuBarHeight(); - ImVec2 size_pad = window->WindowPadding * 2.0f; - ImVec2 size_desired = size_contents + size_pad + ImVec2(0.0f, decoration_up_height); - if (window->Flags & ImGuiWindowFlags_Tooltip) - { - // Tooltip always resize - return size_desired; - } - else - { - // Maximum window size is determined by the viewport size or monitor size - const bool is_popup = (window->Flags & ImGuiWindowFlags_Popup) != 0; - const bool is_menu = (window->Flags & ImGuiWindowFlags_ChildMenu) != 0; - ImVec2 size_min = style.WindowMinSize; - if (is_popup || is_menu) // Popups and menus bypass style.WindowMinSize by default, but we give then a non-zero minimum size to facilitate understanding problematic cases (e.g. empty popups) - size_min = ImMin(size_min, ImVec2(4.0f, 4.0f)); - - // FIXME-VIEWPORT-WORKAREA: May want to use GetWorkSize() instead of Size depending on the type of windows? - ImVec2 avail_size = ImGui::GetMainViewport()->Size; - ImVec2 size_auto_fit = ImClamp(size_desired, size_min, ImMax(size_min, avail_size - style.DisplaySafeAreaPadding * 2.0f)); - - // When the window cannot fit all contents (either because of constraints, either because screen is too small), - // we are growing the size on the other axis to compensate for expected scrollbar. FIXME: Might turn bigger than ViewportSize-WindowPadding. - ImVec2 size_auto_fit_after_constraint = CalcWindowSizeAfterConstraint(window, size_auto_fit); - bool will_have_scrollbar_x = (size_auto_fit_after_constraint.x - size_pad.x - 0.0f < size_contents.x && !(window->Flags & ImGuiWindowFlags_NoScrollbar) && (window->Flags & ImGuiWindowFlags_HorizontalScrollbar)) || (window->Flags & ImGuiWindowFlags_AlwaysHorizontalScrollbar); - bool will_have_scrollbar_y = (size_auto_fit_after_constraint.y - size_pad.y - decoration_up_height < size_contents.y && !(window->Flags & ImGuiWindowFlags_NoScrollbar)) || (window->Flags & ImGuiWindowFlags_AlwaysVerticalScrollbar); - if (will_have_scrollbar_x) - size_auto_fit.y += style.ScrollbarSize; - if (will_have_scrollbar_y) - size_auto_fit.x += style.ScrollbarSize; - return size_auto_fit; - } -} - -ImVec2 ImGui::CalcWindowNextAutoFitSize(ImGuiWindow* window) -{ - ImVec2 size_contents_current; - ImVec2 size_contents_ideal; - CalcWindowContentSizes(window, &size_contents_current, &size_contents_ideal); - ImVec2 size_auto_fit = CalcWindowAutoFitSize(window, size_contents_ideal); - ImVec2 size_final = CalcWindowSizeAfterConstraint(window, size_auto_fit); - return size_final; -} - -static ImGuiCol GetWindowBgColorIdx(ImGuiWindow* window) -{ - if (window->Flags & (ImGuiWindowFlags_Tooltip | ImGuiWindowFlags_Popup)) - return ImGuiCol_PopupBg; - if (window->Flags & ImGuiWindowFlags_ChildWindow) - return ImGuiCol_ChildBg; - return ImGuiCol_WindowBg; -} - -static void CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const ImVec2& corner_target, const ImVec2& corner_norm, ImVec2* out_pos, ImVec2* out_size) -{ - ImVec2 pos_min = ImLerp(corner_target, window->Pos, corner_norm); // Expected window upper-left - ImVec2 pos_max = ImLerp(window->Pos + window->Size, corner_target, corner_norm); // Expected window lower-right - ImVec2 size_expected = pos_max - pos_min; - ImVec2 size_constrained = CalcWindowSizeAfterConstraint(window, size_expected); - *out_pos = pos_min; - if (corner_norm.x == 0.0f) - out_pos->x -= (size_constrained.x - size_expected.x); - if (corner_norm.y == 0.0f) - out_pos->y -= (size_constrained.y - size_expected.y); - *out_size = size_constrained; -} - -// Data for resizing from corner -struct ImGuiResizeGripDef -{ - ImVec2 CornerPosN; - ImVec2 InnerDir; - int AngleMin12, AngleMax12; -}; -static const ImGuiResizeGripDef resize_grip_def[4] = -{ - { ImVec2(1, 1), ImVec2(-1, -1), 0, 3 }, // Lower-right - { ImVec2(0, 1), ImVec2(+1, -1), 3, 6 }, // Lower-left - { ImVec2(0, 0), ImVec2(+1, +1), 6, 9 }, // Upper-left (Unused) - { ImVec2(1, 0), ImVec2(-1, +1), 9, 12 } // Upper-right (Unused) -}; - -// Data for resizing from borders -struct ImGuiResizeBorderDef -{ - ImVec2 InnerDir; - ImVec2 SegmentN1, SegmentN2; - float OuterAngle; -}; -static const ImGuiResizeBorderDef resize_border_def[4] = -{ - { ImVec2(+1, 0), ImVec2(0, 1), ImVec2(0, 0), IM_PI * 1.00f }, // Left - { ImVec2(-1, 0), ImVec2(1, 0), ImVec2(1, 1), IM_PI * 0.00f }, // Right - { ImVec2(0, +1), ImVec2(0, 0), ImVec2(1, 0), IM_PI * 1.50f }, // Up - { ImVec2(0, -1), ImVec2(1, 1), ImVec2(0, 1), IM_PI * 0.50f } // Down -}; - -static ImRect GetResizeBorderRect(ImGuiWindow* window, int border_n, float perp_padding, float thickness) -{ - ImRect rect = window->Rect(); - if (thickness == 0.0f) - rect.Max -= ImVec2(1, 1); - if (border_n == ImGuiDir_Left) { return ImRect(rect.Min.x - thickness, rect.Min.y + perp_padding, rect.Min.x + thickness, rect.Max.y - perp_padding); } - if (border_n == ImGuiDir_Right) { return ImRect(rect.Max.x - thickness, rect.Min.y + perp_padding, rect.Max.x + thickness, rect.Max.y - perp_padding); } - if (border_n == ImGuiDir_Up) { return ImRect(rect.Min.x + perp_padding, rect.Min.y - thickness, rect.Max.x - perp_padding, rect.Min.y + thickness); } - if (border_n == ImGuiDir_Down) { return ImRect(rect.Min.x + perp_padding, rect.Max.y - thickness, rect.Max.x - perp_padding, rect.Max.y + thickness); } - IM_ASSERT(0); - return ImRect(); -} - -// 0..3: corners (Lower-right, Lower-left, Unused, Unused) -ImGuiID ImGui::GetWindowResizeCornerID(ImGuiWindow* window, int n) -{ - IM_ASSERT(n >= 0 && n < 4); - ImGuiID id = window->ID; - id = ImHashStr("#RESIZE", 0, id); - id = ImHashData(&n, sizeof(int), id); - return id; -} - -// Borders (Left, Right, Up, Down) -ImGuiID ImGui::GetWindowResizeBorderID(ImGuiWindow* window, ImGuiDir dir) -{ - IM_ASSERT(dir >= 0 && dir < 4); - int n = (int)dir + 4; - ImGuiID id = window->ID; - id = ImHashStr("#RESIZE", 0, id); - id = ImHashData(&n, sizeof(int), id); - return id; -} - -// Handle resize for: Resize Grips, Borders, Gamepad -// Return true when using auto-fit (double click on resize grip) -static bool ImGui::UpdateWindowManualResize(ImGuiWindow* window, const ImVec2& size_auto_fit, int* border_held, int resize_grip_count, ImU32 resize_grip_col[4], const ImRect& visibility_rect) -{ - ImGuiContext& g = *GImGui; - ImGuiWindowFlags flags = window->Flags; - - if ((flags & ImGuiWindowFlags_NoResize) || (flags & ImGuiWindowFlags_AlwaysAutoResize) || window->AutoFitFramesX > 0 || window->AutoFitFramesY > 0) - return false; - if (window->WasActive == false) // Early out to avoid running this code for e.g. an hidden implicit/fallback Debug window. - return false; - - bool ret_auto_fit = false; - const int resize_border_count = g.IO.ConfigWindowsResizeFromEdges ? 4 : 0; - const float grip_draw_size = IM_FLOOR(ImMax(g.FontSize * 1.35f, window->WindowRounding + 1.0f + g.FontSize * 0.2f)); - const float grip_hover_inner_size = IM_FLOOR(grip_draw_size * 0.75f); - const float grip_hover_outer_size = g.IO.ConfigWindowsResizeFromEdges ? WINDOWS_HOVER_PADDING : 0.0f; - - ImVec2 pos_target(FLT_MAX, FLT_MAX); - ImVec2 size_target(FLT_MAX, FLT_MAX); - - // Resize grips and borders are on layer 1 - window->DC.NavLayerCurrent = ImGuiNavLayer_Menu; - - // Manual resize grips - PushID("#RESIZE"); - for (int resize_grip_n = 0; resize_grip_n < resize_grip_count; resize_grip_n++) - { - const ImGuiResizeGripDef& def = resize_grip_def[resize_grip_n]; - const ImVec2 corner = ImLerp(window->Pos, window->Pos + window->Size, def.CornerPosN); - - // Using the FlattenChilds button flag we make the resize button accessible even if we are hovering over a child window - bool hovered, held; - ImRect resize_rect(corner - def.InnerDir * grip_hover_outer_size, corner + def.InnerDir * grip_hover_inner_size); - if (resize_rect.Min.x > resize_rect.Max.x) ImSwap(resize_rect.Min.x, resize_rect.Max.x); - if (resize_rect.Min.y > resize_rect.Max.y) ImSwap(resize_rect.Min.y, resize_rect.Max.y); - ImGuiID resize_grip_id = window->GetID(resize_grip_n); // == GetWindowResizeCornerID() - KeepAliveID(resize_grip_id); - ButtonBehavior(resize_rect, resize_grip_id, &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus); - //GetForegroundDrawList(window)->AddRect(resize_rect.Min, resize_rect.Max, IM_COL32(255, 255, 0, 255)); - if (hovered || held) - g.MouseCursor = (resize_grip_n & 1) ? ImGuiMouseCursor_ResizeNESW : ImGuiMouseCursor_ResizeNWSE; - - if (held && g.IO.MouseClickedCount[0] == 2 && resize_grip_n == 0) - { - // Manual auto-fit when double-clicking - size_target = CalcWindowSizeAfterConstraint(window, size_auto_fit); - ret_auto_fit = true; - ClearActiveID(); - } - else if (held) - { - // Resize from any of the four corners - // We don't use an incremental MouseDelta but rather compute an absolute target size based on mouse position - ImVec2 clamp_min = ImVec2(def.CornerPosN.x == 1.0f ? visibility_rect.Min.x : -FLT_MAX, def.CornerPosN.y == 1.0f ? visibility_rect.Min.y : -FLT_MAX); - ImVec2 clamp_max = ImVec2(def.CornerPosN.x == 0.0f ? visibility_rect.Max.x : +FLT_MAX, def.CornerPosN.y == 0.0f ? visibility_rect.Max.y : +FLT_MAX); - ImVec2 corner_target = g.IO.MousePos - g.ActiveIdClickOffset + ImLerp(def.InnerDir * grip_hover_outer_size, def.InnerDir * -grip_hover_inner_size, def.CornerPosN); // Corner of the window corresponding to our corner grip - corner_target = ImClamp(corner_target, clamp_min, clamp_max); - CalcResizePosSizeFromAnyCorner(window, corner_target, def.CornerPosN, &pos_target, &size_target); - } - - // Only lower-left grip is visible before hovering/activating - if (resize_grip_n == 0 || held || hovered) - resize_grip_col[resize_grip_n] = GetColorU32(held ? ImGuiCol_ResizeGripActive : hovered ? ImGuiCol_ResizeGripHovered : ImGuiCol_ResizeGrip); - } - for (int border_n = 0; border_n < resize_border_count; border_n++) - { - const ImGuiResizeBorderDef& def = resize_border_def[border_n]; - const ImGuiAxis axis = (border_n == ImGuiDir_Left || border_n == ImGuiDir_Right) ? ImGuiAxis_X : ImGuiAxis_Y; - - bool hovered, held; - ImRect border_rect = GetResizeBorderRect(window, border_n, grip_hover_inner_size, WINDOWS_HOVER_PADDING); - ImGuiID border_id = window->GetID(border_n + 4); // == GetWindowResizeBorderID() - KeepAliveID(border_id); - ButtonBehavior(border_rect, border_id, &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_NoNavFocus); - //GetForegroundDrawLists(window)->AddRect(border_rect.Min, border_rect.Max, IM_COL32(255, 255, 0, 255)); - if ((hovered && g.HoveredIdTimer > WINDOWS_RESIZE_FROM_EDGES_FEEDBACK_TIMER) || held) - { - g.MouseCursor = (axis == ImGuiAxis_X) ? ImGuiMouseCursor_ResizeEW : ImGuiMouseCursor_ResizeNS; - if (held) - *border_held = border_n; - } - if (held) - { - ImVec2 clamp_min(border_n == ImGuiDir_Right ? visibility_rect.Min.x : -FLT_MAX, border_n == ImGuiDir_Down ? visibility_rect.Min.y : -FLT_MAX); - ImVec2 clamp_max(border_n == ImGuiDir_Left ? visibility_rect.Max.x : +FLT_MAX, border_n == ImGuiDir_Up ? visibility_rect.Max.y : +FLT_MAX); - ImVec2 border_target = window->Pos; - border_target[axis] = g.IO.MousePos[axis] - g.ActiveIdClickOffset[axis] + WINDOWS_HOVER_PADDING; - border_target = ImClamp(border_target, clamp_min, clamp_max); - CalcResizePosSizeFromAnyCorner(window, border_target, ImMin(def.SegmentN1, def.SegmentN2), &pos_target, &size_target); - } - } - PopID(); - - // Restore nav layer - window->DC.NavLayerCurrent = ImGuiNavLayer_Main; - - // Navigation resize (keyboard/gamepad) - // FIXME: This cannot be moved to NavUpdateWindowing() because CalcWindowSizeAfterConstraint() need to callback into user. - // Not even sure the callback works here. - if (g.NavWindowingTarget && g.NavWindowingTarget->RootWindow == window) - { - ImVec2 nav_resize_dir; - if (g.NavInputSource == ImGuiInputSource_Keyboard && g.IO.KeyShift) - nav_resize_dir = ImVec2((float)IsKeyDown(ImGuiKey_RightArrow) - (float)IsKeyDown(ImGuiKey_LeftArrow), (float)IsKeyDown(ImGuiKey_DownArrow) - (float)IsKeyDown(ImGuiKey_UpArrow)); - if (g.NavInputSource == ImGuiInputSource_Gamepad) - nav_resize_dir = GetNavInputAmount2d(ImGuiNavDirSourceFlags_PadDPad, ImGuiNavReadMode_Down); - if (nav_resize_dir.x != 0.0f || nav_resize_dir.y != 0.0f) - { - const float NAV_RESIZE_SPEED = 600.0f; - const float resize_step = NAV_RESIZE_SPEED * g.IO.DeltaTime * ImMin(g.IO.DisplayFramebufferScale.x, g.IO.DisplayFramebufferScale.y); - g.NavWindowingAccumDeltaSize += nav_resize_dir * resize_step; - g.NavWindowingAccumDeltaSize = ImMax(g.NavWindowingAccumDeltaSize, visibility_rect.Min - window->Pos - window->Size); // We need Pos+Size >= visibility_rect.Min, so Size >= visibility_rect.Min - Pos, so size_delta >= visibility_rect.Min - window->Pos - window->Size - g.NavWindowingToggleLayer = false; - g.NavDisableMouseHover = true; - resize_grip_col[0] = GetColorU32(ImGuiCol_ResizeGripActive); - ImVec2 accum_floored = ImFloor(g.NavWindowingAccumDeltaSize); - if (accum_floored.x != 0.0f || accum_floored.y != 0.0f) - { - // FIXME-NAV: Should store and accumulate into a separate size buffer to handle sizing constraints properly, right now a constraint will make us stuck. - size_target = CalcWindowSizeAfterConstraint(window, window->SizeFull + accum_floored); - g.NavWindowingAccumDeltaSize -= accum_floored; - } - } - } - - // Apply back modified position/size to window - if (size_target.x != FLT_MAX) - { - window->SizeFull = size_target; - MarkIniSettingsDirty(window); - } - if (pos_target.x != FLT_MAX) - { - window->Pos = ImFloor(pos_target); - MarkIniSettingsDirty(window); - } - - window->Size = window->SizeFull; - return ret_auto_fit; -} - -static inline void ClampWindowRect(ImGuiWindow* window, const ImRect& visibility_rect) -{ - ImGuiContext& g = *GImGui; - ImVec2 size_for_clamping = window->Size; - if (g.IO.ConfigWindowsMoveFromTitleBarOnly && !(window->Flags & ImGuiWindowFlags_NoTitleBar)) - size_for_clamping.y = window->TitleBarHeight(); - window->Pos = ImClamp(window->Pos, visibility_rect.Min - size_for_clamping, visibility_rect.Max); -} - -static void ImGui::RenderWindowOuterBorders(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - float rounding = window->WindowRounding; - float border_size = window->WindowBorderSize; - if (border_size > 0.0f && !(window->Flags & ImGuiWindowFlags_NoBackground)) - window->DrawList->AddRect(window->Pos, window->Pos + window->Size, GetColorU32(ImGuiCol_Border), rounding, 0, border_size); - - int border_held = window->ResizeBorderHeld; - if (border_held != -1) - { - const ImGuiResizeBorderDef& def = resize_border_def[border_held]; - ImRect border_r = GetResizeBorderRect(window, border_held, rounding, 0.0f); - window->DrawList->PathArcTo(ImLerp(border_r.Min, border_r.Max, def.SegmentN1) + ImVec2(0.5f, 0.5f) + def.InnerDir * rounding, rounding, def.OuterAngle - IM_PI * 0.25f, def.OuterAngle); - window->DrawList->PathArcTo(ImLerp(border_r.Min, border_r.Max, def.SegmentN2) + ImVec2(0.5f, 0.5f) + def.InnerDir * rounding, rounding, def.OuterAngle, def.OuterAngle + IM_PI * 0.25f); - window->DrawList->PathStroke(GetColorU32(ImGuiCol_SeparatorActive), 0, ImMax(2.0f, border_size)); // Thicker than usual - } - if (g.Style.FrameBorderSize > 0 && !(window->Flags & ImGuiWindowFlags_NoTitleBar)) - { - float y = window->Pos.y + window->TitleBarHeight() - 1; - window->DrawList->AddLine(ImVec2(window->Pos.x + border_size, y), ImVec2(window->Pos.x + window->Size.x - border_size, y), GetColorU32(ImGuiCol_Border), g.Style.FrameBorderSize); - } -} - -// Draw background and borders -// Draw and handle scrollbars -void ImGui::RenderWindowDecorations(ImGuiWindow* window, const ImRect& title_bar_rect, bool title_bar_is_highlight, int resize_grip_count, const ImU32 resize_grip_col[4], float resize_grip_draw_size) -{ - ImGuiContext& g = *GImGui; - ImGuiStyle& style = g.Style; - ImGuiWindowFlags flags = window->Flags; - - // Ensure that ScrollBar doesn't read last frame's SkipItems - IM_ASSERT(window->BeginCount == 0); - window->SkipItems = false; - - // Draw window + handle manual resize - // As we highlight the title bar when want_focus is set, multiple reappearing windows will have have their title bar highlighted on their reappearing frame. - const float window_rounding = window->WindowRounding; - const float window_border_size = window->WindowBorderSize; - if (window->Collapsed) - { - // Title bar only - float backup_border_size = style.FrameBorderSize; - g.Style.FrameBorderSize = window->WindowBorderSize; - ImU32 title_bar_col = GetColorU32((title_bar_is_highlight && !g.NavDisableHighlight) ? ImGuiCol_TitleBgActive : ImGuiCol_TitleBgCollapsed); - RenderFrame(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, true, window_rounding); - g.Style.FrameBorderSize = backup_border_size; - } - else - { - // Window background - if (!(flags & ImGuiWindowFlags_NoBackground)) - { - ImU32 bg_col = GetColorU32(GetWindowBgColorIdx(window)); - bool override_alpha = false; - float alpha = 1.0f; - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasBgAlpha) - { - alpha = g.NextWindowData.BgAlphaVal; - override_alpha = true; - } - if (override_alpha) - bg_col = (bg_col & ~IM_COL32_A_MASK) | (IM_F32_TO_INT8_SAT(alpha) << IM_COL32_A_SHIFT); - window->DrawList->AddRectFilled(window->Pos + ImVec2(0, window->TitleBarHeight()), window->Pos + window->Size, bg_col, window_rounding, (flags & ImGuiWindowFlags_NoTitleBar) ? 0 : ImDrawFlags_RoundCornersBottom); - } - - // Title bar - if (!(flags & ImGuiWindowFlags_NoTitleBar)) - { - ImU32 title_bar_col = GetColorU32(title_bar_is_highlight ? ImGuiCol_TitleBgActive : ImGuiCol_TitleBg); - window->DrawList->AddRectFilled(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, window_rounding, ImDrawFlags_RoundCornersTop); - } - - // Menu bar - if (flags & ImGuiWindowFlags_MenuBar) - { - ImRect menu_bar_rect = window->MenuBarRect(); - menu_bar_rect.ClipWith(window->Rect()); // Soft clipping, in particular child window don't have minimum size covering the menu bar so this is useful for them. - window->DrawList->AddRectFilled(menu_bar_rect.Min + ImVec2(window_border_size, 0), menu_bar_rect.Max - ImVec2(window_border_size, 0), GetColorU32(ImGuiCol_MenuBarBg), (flags & ImGuiWindowFlags_NoTitleBar) ? window_rounding : 0.0f, ImDrawFlags_RoundCornersTop); - if (style.FrameBorderSize > 0.0f && menu_bar_rect.Max.y < window->Pos.y + window->Size.y) - window->DrawList->AddLine(menu_bar_rect.GetBL(), menu_bar_rect.GetBR(), GetColorU32(ImGuiCol_Border), style.FrameBorderSize); - } - - // Scrollbars - if (window->ScrollbarX) - Scrollbar(ImGuiAxis_X); - if (window->ScrollbarY) - Scrollbar(ImGuiAxis_Y); - - // Render resize grips (after their input handling so we don't have a frame of latency) - if (!(flags & ImGuiWindowFlags_NoResize)) - { - for (int resize_grip_n = 0; resize_grip_n < resize_grip_count; resize_grip_n++) - { - const ImGuiResizeGripDef& grip = resize_grip_def[resize_grip_n]; - const ImVec2 corner = ImLerp(window->Pos, window->Pos + window->Size, grip.CornerPosN); - window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(window_border_size, resize_grip_draw_size) : ImVec2(resize_grip_draw_size, window_border_size))); - window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(resize_grip_draw_size, window_border_size) : ImVec2(window_border_size, resize_grip_draw_size))); - window->DrawList->PathArcToFast(ImVec2(corner.x + grip.InnerDir.x * (window_rounding + window_border_size), corner.y + grip.InnerDir.y * (window_rounding + window_border_size)), window_rounding, grip.AngleMin12, grip.AngleMax12); - window->DrawList->PathFillConvex(resize_grip_col[resize_grip_n]); - } - } - - // Borders - RenderWindowOuterBorders(window); - } -} - -// Render title text, collapse button, close button -void ImGui::RenderWindowTitleBarContents(ImGuiWindow* window, const ImRect& title_bar_rect, const char* name, bool* p_open) -{ - ImGuiContext& g = *GImGui; - ImGuiStyle& style = g.Style; - ImGuiWindowFlags flags = window->Flags; - - const bool has_close_button = (p_open != NULL); - const bool has_collapse_button = !(flags & ImGuiWindowFlags_NoCollapse) && (style.WindowMenuButtonPosition != ImGuiDir_None); - - // Close & Collapse button are on the Menu NavLayer and don't default focus (unless there's nothing else on that layer) - // FIXME-NAV: Might want (or not?) to set the equivalent of ImGuiButtonFlags_NoNavFocus so that mouse clicks on standard title bar items don't necessarily set nav/keyboard ref? - const ImGuiItemFlags item_flags_backup = g.CurrentItemFlags; - g.CurrentItemFlags |= ImGuiItemFlags_NoNavDefaultFocus; - window->DC.NavLayerCurrent = ImGuiNavLayer_Menu; - - // Layout buttons - // FIXME: Would be nice to generalize the subtleties expressed here into reusable code. - float pad_l = style.FramePadding.x; - float pad_r = style.FramePadding.x; - float button_sz = g.FontSize; - ImVec2 close_button_pos; - ImVec2 collapse_button_pos; - if (has_close_button) - { - pad_r += button_sz; - close_button_pos = ImVec2(title_bar_rect.Max.x - pad_r - style.FramePadding.x, title_bar_rect.Min.y); - } - if (has_collapse_button && style.WindowMenuButtonPosition == ImGuiDir_Right) - { - pad_r += button_sz; - collapse_button_pos = ImVec2(title_bar_rect.Max.x - pad_r - style.FramePadding.x, title_bar_rect.Min.y); - } - if (has_collapse_button && style.WindowMenuButtonPosition == ImGuiDir_Left) - { - collapse_button_pos = ImVec2(title_bar_rect.Min.x + pad_l - style.FramePadding.x, title_bar_rect.Min.y); - pad_l += button_sz; - } - - // Collapse button (submitting first so it gets priority when choosing a navigation init fallback) - if (has_collapse_button) - if (CollapseButton(window->GetID("#COLLAPSE"), collapse_button_pos)) - window->WantCollapseToggle = true; // Defer actual collapsing to next frame as we are too far in the Begin() function - - // Close button - if (has_close_button) - if (CloseButton(window->GetID("#CLOSE"), close_button_pos)) - *p_open = false; - - window->DC.NavLayerCurrent = ImGuiNavLayer_Main; - g.CurrentItemFlags = item_flags_backup; - - // Title bar text (with: horizontal alignment, avoiding collapse/close button, optional "unsaved document" marker) - // FIXME: Refactor text alignment facilities along with RenderText helpers, this is WAY too much messy code.. - const float marker_size_x = (flags & ImGuiWindowFlags_UnsavedDocument) ? button_sz * 0.80f : 0.0f; - const ImVec2 text_size = CalcTextSize(name, NULL, true) + ImVec2(marker_size_x, 0.0f); - - // As a nice touch we try to ensure that centered title text doesn't get affected by visibility of Close/Collapse button, - // while uncentered title text will still reach edges correctly. - if (pad_l > style.FramePadding.x) - pad_l += g.Style.ItemInnerSpacing.x; - if (pad_r > style.FramePadding.x) - pad_r += g.Style.ItemInnerSpacing.x; - if (style.WindowTitleAlign.x > 0.0f && style.WindowTitleAlign.x < 1.0f) - { - float centerness = ImSaturate(1.0f - ImFabs(style.WindowTitleAlign.x - 0.5f) * 2.0f); // 0.0f on either edges, 1.0f on center - float pad_extend = ImMin(ImMax(pad_l, pad_r), title_bar_rect.GetWidth() - pad_l - pad_r - text_size.x); - pad_l = ImMax(pad_l, pad_extend * centerness); - pad_r = ImMax(pad_r, pad_extend * centerness); - } - - ImRect layout_r(title_bar_rect.Min.x + pad_l, title_bar_rect.Min.y, title_bar_rect.Max.x - pad_r, title_bar_rect.Max.y); - ImRect clip_r(layout_r.Min.x, layout_r.Min.y, ImMin(layout_r.Max.x + g.Style.ItemInnerSpacing.x, title_bar_rect.Max.x), layout_r.Max.y); - if (flags & ImGuiWindowFlags_UnsavedDocument) - { - ImVec2 marker_pos; - marker_pos.x = ImClamp(layout_r.Min.x + (layout_r.GetWidth() - text_size.x) * style.WindowTitleAlign.x + text_size.x, layout_r.Min.x, layout_r.Max.x); - marker_pos.y = (layout_r.Min.y + layout_r.Max.y) * 0.5f; - if (marker_pos.x > layout_r.Min.x) - { - RenderBullet(window->DrawList, marker_pos, GetColorU32(ImGuiCol_Text)); - clip_r.Max.x = ImMin(clip_r.Max.x, marker_pos.x - (int)(marker_size_x * 0.5f)); - } - } - //if (g.IO.KeyShift) window->DrawList->AddRect(layout_r.Min, layout_r.Max, IM_COL32(255, 128, 0, 255)); // [DEBUG] - //if (g.IO.KeyCtrl) window->DrawList->AddRect(clip_r.Min, clip_r.Max, IM_COL32(255, 128, 0, 255)); // [DEBUG] - RenderTextClipped(layout_r.Min, layout_r.Max, name, NULL, &text_size, style.WindowTitleAlign, &clip_r); -} - -void ImGui::UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window) -{ - window->ParentWindow = parent_window; - window->RootWindow = window->RootWindowPopupTree = window->RootWindowForTitleBarHighlight = window->RootWindowForNav = window; - if (parent_window && (flags & ImGuiWindowFlags_ChildWindow) && !(flags & ImGuiWindowFlags_Tooltip)) - window->RootWindow = parent_window->RootWindow; - if (parent_window && (flags & ImGuiWindowFlags_Popup)) - window->RootWindowPopupTree = parent_window->RootWindowPopupTree; - if (parent_window && !(flags & ImGuiWindowFlags_Modal) && (flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_Popup))) - window->RootWindowForTitleBarHighlight = parent_window->RootWindowForTitleBarHighlight; - while (window->RootWindowForNav->Flags & ImGuiWindowFlags_NavFlattened) - { - IM_ASSERT(window->RootWindowForNav->ParentWindow != NULL); - window->RootWindowForNav = window->RootWindowForNav->ParentWindow; - } -} - -// When a modal popup is open, newly created windows that want focus (i.e. are not popups and do not specify ImGuiWindowFlags_NoFocusOnAppearing) -// should be positioned behind that modal window, unless the window was created inside the modal begin-stack. -// In case of multiple stacked modals newly created window honors begin stack order and does not go below its own modal parent. -// - Window // FindBlockingModal() returns Modal1 -// - Window // .. returns Modal1 -// - Modal1 // .. returns Modal2 -// - Window // .. returns Modal2 -// - Window // .. returns Modal2 -// - Modal2 // .. returns Modal2 -static ImGuiWindow* ImGui::FindBlockingModal(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - if (g.OpenPopupStack.Size <= 0) - return NULL; - - // Find a modal that has common parent with specified window. Specified window should be positioned behind that modal. - for (int i = g.OpenPopupStack.Size - 1; i >= 0; i--) - { - ImGuiWindow* popup_window = g.OpenPopupStack.Data[i].Window; - if (popup_window == NULL || !(popup_window->Flags & ImGuiWindowFlags_Modal)) - continue; - if (!popup_window->Active && !popup_window->WasActive) // Check WasActive, because this code may run before popup renders on current frame, also check Active to handle newly created windows. - continue; - if (IsWindowWithinBeginStackOf(window, popup_window)) // Window is rendered over last modal, no render order change needed. - break; - for (ImGuiWindow* parent = popup_window->ParentWindowInBeginStack->RootWindow; parent != NULL; parent = parent->ParentWindowInBeginStack->RootWindow) - if (IsWindowWithinBeginStackOf(window, parent)) - return popup_window; // Place window above its begin stack parent. - } - return NULL; -} - -// Push a new Dear ImGui window to add widgets to. -// - A default window called "Debug" is automatically stacked at the beginning of every frame so you can use widgets without explicitly calling a Begin/End pair. -// - Begin/End can be called multiple times during the frame with the same window name to append content. -// - The window name is used as a unique identifier to preserve window information across frames (and save rudimentary information to the .ini file). -// You can use the "##" or "###" markers to use the same label with different id, or same id with different label. See documentation at the top of this file. -// - Return false when window is collapsed, so you can early out in your code. You always need to call ImGui::End() even if false is returned. -// - Passing 'bool* p_open' displays a Close button on the upper-right corner of the window, the pointed value will be set to false when the button is pressed. -bool ImGui::Begin(const char* name, bool* p_open, ImGuiWindowFlags flags) -{ - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - IM_ASSERT(name != NULL && name[0] != '\0'); // Window name required - IM_ASSERT(g.WithinFrameScope); // Forgot to call ImGui::NewFrame() - IM_ASSERT(g.FrameCountEnded != g.FrameCount); // Called ImGui::Render() or ImGui::EndFrame() and haven't called ImGui::NewFrame() again yet - - // Find or create - ImGuiWindow* window = FindWindowByName(name); - const bool window_just_created = (window == NULL); - if (window_just_created) - window = CreateNewWindow(name, flags); - else - UpdateWindowInFocusOrderList(window, window_just_created, flags); - - // Automatically disable manual moving/resizing when NoInputs is set - if ((flags & ImGuiWindowFlags_NoInputs) == ImGuiWindowFlags_NoInputs) - flags |= ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoResize; - - if (flags & ImGuiWindowFlags_NavFlattened) - IM_ASSERT(flags & ImGuiWindowFlags_ChildWindow); - - const int current_frame = g.FrameCount; - const bool first_begin_of_the_frame = (window->LastFrameActive != current_frame); - window->IsFallbackWindow = (g.CurrentWindowStack.Size == 0 && g.WithinFrameScopeWithImplicitWindow); - - // Update the Appearing flag - bool window_just_activated_by_user = (window->LastFrameActive < current_frame - 1); // Not using !WasActive because the implicit "Debug" window would always toggle off->on - if (flags & ImGuiWindowFlags_Popup) - { - ImGuiPopupData& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; - window_just_activated_by_user |= (window->PopupId != popup_ref.PopupId); // We recycle popups so treat window as activated if popup id changed - window_just_activated_by_user |= (window != popup_ref.Window); - } - window->Appearing = window_just_activated_by_user; - if (window->Appearing) - SetWindowConditionAllowFlags(window, ImGuiCond_Appearing, true); - - // Update Flags, LastFrameActive, BeginOrderXXX fields - if (first_begin_of_the_frame) - { - window->Flags = (ImGuiWindowFlags)flags; - window->LastFrameActive = current_frame; - window->LastTimeActive = (float)g.Time; - window->BeginOrderWithinParent = 0; - window->BeginOrderWithinContext = (short)(g.WindowsActiveCount++); - } - else - { - flags = window->Flags; - } - - // Parent window is latched only on the first call to Begin() of the frame, so further append-calls can be done from a different window stack - ImGuiWindow* parent_window_in_stack = g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back().Window; - ImGuiWindow* parent_window = first_begin_of_the_frame ? ((flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_Popup)) ? parent_window_in_stack : NULL) : window->ParentWindow; - IM_ASSERT(parent_window != NULL || !(flags & ImGuiWindowFlags_ChildWindow)); - - // We allow window memory to be compacted so recreate the base stack when needed. - if (window->IDStack.Size == 0) - window->IDStack.push_back(window->ID); - - // Add to stack - // We intentionally set g.CurrentWindow to NULL to prevent usage until when the viewport is set, then will call SetCurrentWindow() - g.CurrentWindow = window; - ImGuiWindowStackData window_stack_data; - window_stack_data.Window = window; - window_stack_data.ParentLastItemDataBackup = g.LastItemData; - window_stack_data.StackSizesOnBegin.SetToCurrentState(); - g.CurrentWindowStack.push_back(window_stack_data); - g.CurrentWindow = NULL; - if (flags & ImGuiWindowFlags_ChildMenu) - g.BeginMenuCount++; - - if (flags & ImGuiWindowFlags_Popup) - { - ImGuiPopupData& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; - popup_ref.Window = window; - popup_ref.ParentNavLayer = parent_window_in_stack->DC.NavLayerCurrent; - g.BeginPopupStack.push_back(popup_ref); - window->PopupId = popup_ref.PopupId; - } - - // Update ->RootWindow and others pointers (before any possible call to FocusWindow) - if (first_begin_of_the_frame) - { - UpdateWindowParentAndRootLinks(window, flags, parent_window); - window->ParentWindowInBeginStack = parent_window_in_stack; - } - - // Process SetNextWindow***() calls - // (FIXME: Consider splitting the HasXXX flags into X/Y components - bool window_pos_set_by_api = false; - bool window_size_x_set_by_api = false, window_size_y_set_by_api = false; - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasPos) - { - window_pos_set_by_api = (window->SetWindowPosAllowFlags & g.NextWindowData.PosCond) != 0; - if (window_pos_set_by_api && ImLengthSqr(g.NextWindowData.PosPivotVal) > 0.00001f) - { - // May be processed on the next frame if this is our first frame and we are measuring size - // FIXME: Look into removing the branch so everything can go through this same code path for consistency. - window->SetWindowPosVal = g.NextWindowData.PosVal; - window->SetWindowPosPivot = g.NextWindowData.PosPivotVal; - window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); - } - else - { - SetWindowPos(window, g.NextWindowData.PosVal, g.NextWindowData.PosCond); - } - } - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasSize) - { - window_size_x_set_by_api = (window->SetWindowSizeAllowFlags & g.NextWindowData.SizeCond) != 0 && (g.NextWindowData.SizeVal.x > 0.0f); - window_size_y_set_by_api = (window->SetWindowSizeAllowFlags & g.NextWindowData.SizeCond) != 0 && (g.NextWindowData.SizeVal.y > 0.0f); - SetWindowSize(window, g.NextWindowData.SizeVal, g.NextWindowData.SizeCond); - } - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasScroll) - { - if (g.NextWindowData.ScrollVal.x >= 0.0f) - { - window->ScrollTarget.x = g.NextWindowData.ScrollVal.x; - window->ScrollTargetCenterRatio.x = 0.0f; - } - if (g.NextWindowData.ScrollVal.y >= 0.0f) - { - window->ScrollTarget.y = g.NextWindowData.ScrollVal.y; - window->ScrollTargetCenterRatio.y = 0.0f; - } - } - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasContentSize) - window->ContentSizeExplicit = g.NextWindowData.ContentSizeVal; - else if (first_begin_of_the_frame) - window->ContentSizeExplicit = ImVec2(0.0f, 0.0f); - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasCollapsed) - SetWindowCollapsed(window, g.NextWindowData.CollapsedVal, g.NextWindowData.CollapsedCond); - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasFocus) - FocusWindow(window); - if (window->Appearing) - SetWindowConditionAllowFlags(window, ImGuiCond_Appearing, false); - - // When reusing window again multiple times a frame, just append content (don't need to setup again) - if (first_begin_of_the_frame) - { - // Initialize - const bool window_is_child_tooltip = (flags & ImGuiWindowFlags_ChildWindow) && (flags & ImGuiWindowFlags_Tooltip); // FIXME-WIP: Undocumented behavior of Child+Tooltip for pinned tooltip (#1345) - const bool window_just_appearing_after_hidden_for_resize = (window->HiddenFramesCannotSkipItems > 0); - window->Active = true; - window->HasCloseButton = (p_open != NULL); - window->ClipRect = ImVec4(-FLT_MAX, -FLT_MAX, +FLT_MAX, +FLT_MAX); - window->IDStack.resize(1); - window->DrawList->_ResetForNewFrame(); - window->DC.CurrentTableIdx = -1; - - // Restore buffer capacity when woken from a compacted state, to avoid - if (window->MemoryCompacted) - GcAwakeTransientWindowBuffers(window); - - // Update stored window name when it changes (which can _only_ happen with the "###" operator, so the ID would stay unchanged). - // The title bar always display the 'name' parameter, so we only update the string storage if it needs to be visible to the end-user elsewhere. - bool window_title_visible_elsewhere = false; - if (g.NavWindowingListWindow != NULL && (window->Flags & ImGuiWindowFlags_NoNavFocus) == 0) // Window titles visible when using CTRL+TAB - window_title_visible_elsewhere = true; - if (window_title_visible_elsewhere && !window_just_created && strcmp(name, window->Name) != 0) - { - size_t buf_len = (size_t)window->NameBufLen; - window->Name = ImStrdupcpy(window->Name, &buf_len, name); - window->NameBufLen = (int)buf_len; - } - - // UPDATE CONTENTS SIZE, UPDATE HIDDEN STATUS - - // Update contents size from last frame for auto-fitting (or use explicit size) - CalcWindowContentSizes(window, &window->ContentSize, &window->ContentSizeIdeal); - if (window->HiddenFramesCanSkipItems > 0) - window->HiddenFramesCanSkipItems--; - if (window->HiddenFramesCannotSkipItems > 0) - window->HiddenFramesCannotSkipItems--; - if (window->HiddenFramesForRenderOnly > 0) - window->HiddenFramesForRenderOnly--; - - // Hide new windows for one frame until they calculate their size - if (window_just_created && (!window_size_x_set_by_api || !window_size_y_set_by_api)) - window->HiddenFramesCannotSkipItems = 1; - - // Hide popup/tooltip window when re-opening while we measure size (because we recycle the windows) - // We reset Size/ContentSize for reappearing popups/tooltips early in this function, so further code won't be tempted to use the old size. - if (window_just_activated_by_user && (flags & (ImGuiWindowFlags_Popup | ImGuiWindowFlags_Tooltip)) != 0) - { - window->HiddenFramesCannotSkipItems = 1; - if (flags & ImGuiWindowFlags_AlwaysAutoResize) - { - if (!window_size_x_set_by_api) - window->Size.x = window->SizeFull.x = 0.f; - if (!window_size_y_set_by_api) - window->Size.y = window->SizeFull.y = 0.f; - window->ContentSize = window->ContentSizeIdeal = ImVec2(0.f, 0.f); - } - } - - // SELECT VIEWPORT - // FIXME-VIEWPORT: In the docking/viewport branch, this is the point where we select the current viewport (which may affect the style) - - ImGuiViewportP* viewport = (ImGuiViewportP*)(void*)GetMainViewport(); - SetWindowViewport(window, viewport); - SetCurrentWindow(window); - - // LOCK BORDER SIZE AND PADDING FOR THE FRAME (so that altering them doesn't cause inconsistencies) - - if (flags & ImGuiWindowFlags_ChildWindow) - window->WindowBorderSize = style.ChildBorderSize; - else - window->WindowBorderSize = ((flags & (ImGuiWindowFlags_Popup | ImGuiWindowFlags_Tooltip)) && !(flags & ImGuiWindowFlags_Modal)) ? style.PopupBorderSize : style.WindowBorderSize; - window->WindowPadding = style.WindowPadding; - if ((flags & ImGuiWindowFlags_ChildWindow) && !(flags & (ImGuiWindowFlags_AlwaysUseWindowPadding | ImGuiWindowFlags_Popup)) && window->WindowBorderSize == 0.0f) - window->WindowPadding = ImVec2(0.0f, (flags & ImGuiWindowFlags_MenuBar) ? style.WindowPadding.y : 0.0f); - - // Lock menu offset so size calculation can use it as menu-bar windows need a minimum size. - window->DC.MenuBarOffset.x = ImMax(ImMax(window->WindowPadding.x, style.ItemSpacing.x), g.NextWindowData.MenuBarOffsetMinVal.x); - window->DC.MenuBarOffset.y = g.NextWindowData.MenuBarOffsetMinVal.y; - - // Collapse window by double-clicking on title bar - // At this point we don't have a clipping rectangle setup yet, so we can use the title bar area for hit detection and drawing - if (!(flags & ImGuiWindowFlags_NoTitleBar) && !(flags & ImGuiWindowFlags_NoCollapse)) - { - // We don't use a regular button+id to test for double-click on title bar (mostly due to legacy reason, could be fixed), so verify that we don't have items over the title bar. - ImRect title_bar_rect = window->TitleBarRect(); - if (g.HoveredWindow == window && g.HoveredId == 0 && g.HoveredIdPreviousFrame == 0 && IsMouseHoveringRect(title_bar_rect.Min, title_bar_rect.Max) && g.IO.MouseClickedCount[0] == 2) - window->WantCollapseToggle = true; - if (window->WantCollapseToggle) - { - window->Collapsed = !window->Collapsed; - MarkIniSettingsDirty(window); - } - } - else - { - window->Collapsed = false; - } - window->WantCollapseToggle = false; - - // SIZE - - // Calculate auto-fit size, handle automatic resize - const ImVec2 size_auto_fit = CalcWindowAutoFitSize(window, window->ContentSizeIdeal); - bool use_current_size_for_scrollbar_x = window_just_created; - bool use_current_size_for_scrollbar_y = window_just_created; - if ((flags & ImGuiWindowFlags_AlwaysAutoResize) && !window->Collapsed) - { - // Using SetNextWindowSize() overrides ImGuiWindowFlags_AlwaysAutoResize, so it can be used on tooltips/popups, etc. - if (!window_size_x_set_by_api) - { - window->SizeFull.x = size_auto_fit.x; - use_current_size_for_scrollbar_x = true; - } - if (!window_size_y_set_by_api) - { - window->SizeFull.y = size_auto_fit.y; - use_current_size_for_scrollbar_y = true; - } - } - else if (window->AutoFitFramesX > 0 || window->AutoFitFramesY > 0) - { - // Auto-fit may only grow window during the first few frames - // We still process initial auto-fit on collapsed windows to get a window width, but otherwise don't honor ImGuiWindowFlags_AlwaysAutoResize when collapsed. - if (!window_size_x_set_by_api && window->AutoFitFramesX > 0) - { - window->SizeFull.x = window->AutoFitOnlyGrows ? ImMax(window->SizeFull.x, size_auto_fit.x) : size_auto_fit.x; - use_current_size_for_scrollbar_x = true; - } - if (!window_size_y_set_by_api && window->AutoFitFramesY > 0) - { - window->SizeFull.y = window->AutoFitOnlyGrows ? ImMax(window->SizeFull.y, size_auto_fit.y) : size_auto_fit.y; - use_current_size_for_scrollbar_y = true; - } - if (!window->Collapsed) - MarkIniSettingsDirty(window); - } - - // Apply minimum/maximum window size constraints and final size - window->SizeFull = CalcWindowSizeAfterConstraint(window, window->SizeFull); - window->Size = window->Collapsed && !(flags & ImGuiWindowFlags_ChildWindow) ? window->TitleBarRect().GetSize() : window->SizeFull; - - // Decoration size - const float decoration_up_height = window->TitleBarHeight() + window->MenuBarHeight(); - - // POSITION - - // Popup latch its initial position, will position itself when it appears next frame - if (window_just_activated_by_user) - { - window->AutoPosLastDirection = ImGuiDir_None; - if ((flags & ImGuiWindowFlags_Popup) != 0 && !(flags & ImGuiWindowFlags_Modal) && !window_pos_set_by_api) // FIXME: BeginPopup() could use SetNextWindowPos() - window->Pos = g.BeginPopupStack.back().OpenPopupPos; - } - - // Position child window - if (flags & ImGuiWindowFlags_ChildWindow) - { - IM_ASSERT(parent_window && parent_window->Active); - window->BeginOrderWithinParent = (short)parent_window->DC.ChildWindows.Size; - parent_window->DC.ChildWindows.push_back(window); - if (!(flags & ImGuiWindowFlags_Popup) && !window_pos_set_by_api && !window_is_child_tooltip) - window->Pos = parent_window->DC.CursorPos; - } - - const bool window_pos_with_pivot = (window->SetWindowPosVal.x != FLT_MAX && window->HiddenFramesCannotSkipItems == 0); - if (window_pos_with_pivot) - SetWindowPos(window, window->SetWindowPosVal - window->Size * window->SetWindowPosPivot, 0); // Position given a pivot (e.g. for centering) - else if ((flags & ImGuiWindowFlags_ChildMenu) != 0) - window->Pos = FindBestWindowPosForPopup(window); - else if ((flags & ImGuiWindowFlags_Popup) != 0 && !window_pos_set_by_api && window_just_appearing_after_hidden_for_resize) - window->Pos = FindBestWindowPosForPopup(window); - else if ((flags & ImGuiWindowFlags_Tooltip) != 0 && !window_pos_set_by_api && !window_is_child_tooltip) - window->Pos = FindBestWindowPosForPopup(window); - - // Calculate the range of allowed position for that window (to be movable and visible past safe area padding) - // When clamping to stay visible, we will enforce that window->Pos stays inside of visibility_rect. - ImRect viewport_rect(viewport->GetMainRect()); - ImRect viewport_work_rect(viewport->GetWorkRect()); - ImVec2 visibility_padding = ImMax(style.DisplayWindowPadding, style.DisplaySafeAreaPadding); - ImRect visibility_rect(viewport_work_rect.Min + visibility_padding, viewport_work_rect.Max - visibility_padding); - - // Clamp position/size so window stays visible within its viewport or monitor - // Ignore zero-sized display explicitly to avoid losing positions if a window manager reports zero-sized window when initializing or minimizing. - if (!window_pos_set_by_api && !(flags & ImGuiWindowFlags_ChildWindow) && window->AutoFitFramesX <= 0 && window->AutoFitFramesY <= 0) - if (viewport_rect.GetWidth() > 0.0f && viewport_rect.GetHeight() > 0.0f) - ClampWindowRect(window, visibility_rect); - window->Pos = ImFloor(window->Pos); - - // Lock window rounding for the frame (so that altering them doesn't cause inconsistencies) - // Large values tend to lead to variety of artifacts and are not recommended. - window->WindowRounding = (flags & ImGuiWindowFlags_ChildWindow) ? style.ChildRounding : ((flags & ImGuiWindowFlags_Popup) && !(flags & ImGuiWindowFlags_Modal)) ? style.PopupRounding : style.WindowRounding; - - // For windows with title bar or menu bar, we clamp to FrameHeight(FontSize + FramePadding.y * 2.0f) to completely hide artifacts. - //if ((window->Flags & ImGuiWindowFlags_MenuBar) || !(window->Flags & ImGuiWindowFlags_NoTitleBar)) - // window->WindowRounding = ImMin(window->WindowRounding, g.FontSize + style.FramePadding.y * 2.0f); - - // Apply window focus (new and reactivated windows are moved to front) - bool want_focus = false; - if (window_just_activated_by_user && !(flags & ImGuiWindowFlags_NoFocusOnAppearing)) - { - if (flags & ImGuiWindowFlags_Popup) - want_focus = true; - else if ((flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_Tooltip)) == 0) - want_focus = true; - - ImGuiWindow* modal = GetTopMostPopupModal(); - if (modal != NULL && !IsWindowWithinBeginStackOf(window, modal)) - { - // Avoid focusing a window that is created outside of active modal. This will prevent active modal from being closed. - // Since window is not focused it would reappear at the same display position like the last time it was visible. - // In case of completely new windows it would go to the top (over current modal), but input to such window would still be blocked by modal. - // Position window behind a modal that is not a begin-parent of this window. - want_focus = false; - if (window == window->RootWindow) - { - ImGuiWindow* blocking_modal = FindBlockingModal(window); - IM_ASSERT(blocking_modal != NULL); - BringWindowToDisplayBehind(window, blocking_modal); - } - } - } - - // [Test Engine] Register whole window in the item system -#ifdef IMGUI_ENABLE_TEST_ENGINE - if (g.TestEngineHookItems) - { - IM_ASSERT(window->IDStack.Size == 1); - window->IDStack.Size = 0; - IMGUI_TEST_ENGINE_ITEM_ADD(window->Rect(), window->ID); - IMGUI_TEST_ENGINE_ITEM_INFO(window->ID, window->Name, (g.HoveredWindow == window) ? ImGuiItemStatusFlags_HoveredRect : 0); - window->IDStack.Size = 1; - } -#endif - - // Handle manual resize: Resize Grips, Borders, Gamepad - int border_held = -1; - ImU32 resize_grip_col[4] = {}; - const int resize_grip_count = g.IO.ConfigWindowsResizeFromEdges ? 2 : 1; // Allow resize from lower-left if we have the mouse cursor feedback for it. - const float resize_grip_draw_size = IM_FLOOR(ImMax(g.FontSize * 1.10f, window->WindowRounding + 1.0f + g.FontSize * 0.2f)); - if (!window->Collapsed) - if (UpdateWindowManualResize(window, size_auto_fit, &border_held, resize_grip_count, &resize_grip_col[0], visibility_rect)) - use_current_size_for_scrollbar_x = use_current_size_for_scrollbar_y = true; - window->ResizeBorderHeld = (signed char)border_held; - - // SCROLLBAR VISIBILITY - - // Update scrollbar visibility (based on the Size that was effective during last frame or the auto-resized Size). - if (!window->Collapsed) - { - // When reading the current size we need to read it after size constraints have been applied. - // When we use InnerRect here we are intentionally reading last frame size, same for ScrollbarSizes values before we set them again. - ImVec2 avail_size_from_current_frame = ImVec2(window->SizeFull.x, window->SizeFull.y - decoration_up_height); - ImVec2 avail_size_from_last_frame = window->InnerRect.GetSize() + window->ScrollbarSizes; - ImVec2 needed_size_from_last_frame = window_just_created ? ImVec2(0, 0) : window->ContentSize + window->WindowPadding * 2.0f; - float size_x_for_scrollbars = use_current_size_for_scrollbar_x ? avail_size_from_current_frame.x : avail_size_from_last_frame.x; - float size_y_for_scrollbars = use_current_size_for_scrollbar_y ? avail_size_from_current_frame.y : avail_size_from_last_frame.y; - //bool scrollbar_y_from_last_frame = window->ScrollbarY; // FIXME: May want to use that in the ScrollbarX expression? How many pros vs cons? - window->ScrollbarY = (flags & ImGuiWindowFlags_AlwaysVerticalScrollbar) || ((needed_size_from_last_frame.y > size_y_for_scrollbars) && !(flags & ImGuiWindowFlags_NoScrollbar)); - window->ScrollbarX = (flags & ImGuiWindowFlags_AlwaysHorizontalScrollbar) || ((needed_size_from_last_frame.x > size_x_for_scrollbars - (window->ScrollbarY ? style.ScrollbarSize : 0.0f)) && !(flags & ImGuiWindowFlags_NoScrollbar) && (flags & ImGuiWindowFlags_HorizontalScrollbar)); - if (window->ScrollbarX && !window->ScrollbarY) - window->ScrollbarY = (needed_size_from_last_frame.y > size_y_for_scrollbars) && !(flags & ImGuiWindowFlags_NoScrollbar); - window->ScrollbarSizes = ImVec2(window->ScrollbarY ? style.ScrollbarSize : 0.0f, window->ScrollbarX ? style.ScrollbarSize : 0.0f); - } - - // UPDATE RECTANGLES (1- THOSE NOT AFFECTED BY SCROLLING) - // Update various regions. Variables they depends on should be set above in this function. - // We set this up after processing the resize grip so that our rectangles doesn't lag by a frame. - - // Outer rectangle - // Not affected by window border size. Used by: - // - FindHoveredWindow() (w/ extra padding when border resize is enabled) - // - Begin() initial clipping rect for drawing window background and borders. - // - Begin() clipping whole child - const ImRect host_rect = ((flags & ImGuiWindowFlags_ChildWindow) && !(flags & ImGuiWindowFlags_Popup) && !window_is_child_tooltip) ? parent_window->ClipRect : viewport_rect; - const ImRect outer_rect = window->Rect(); - const ImRect title_bar_rect = window->TitleBarRect(); - window->OuterRectClipped = outer_rect; - window->OuterRectClipped.ClipWith(host_rect); - - // Inner rectangle - // Not affected by window border size. Used by: - // - InnerClipRect - // - ScrollToRectEx() - // - NavUpdatePageUpPageDown() - // - Scrollbar() - window->InnerRect.Min.x = window->Pos.x; - window->InnerRect.Min.y = window->Pos.y + decoration_up_height; - window->InnerRect.Max.x = window->Pos.x + window->Size.x - window->ScrollbarSizes.x; - window->InnerRect.Max.y = window->Pos.y + window->Size.y - window->ScrollbarSizes.y; - - // Inner clipping rectangle. - // Will extend a little bit outside the normal work region. - // This is to allow e.g. Selectable or CollapsingHeader or some separators to cover that space. - // Force round operator last to ensure that e.g. (int)(max.x-min.x) in user's render code produce correct result. - // Note that if our window is collapsed we will end up with an inverted (~null) clipping rectangle which is the correct behavior. - // Affected by window/frame border size. Used by: - // - Begin() initial clip rect - float top_border_size = (((flags & ImGuiWindowFlags_MenuBar) || !(flags & ImGuiWindowFlags_NoTitleBar)) ? style.FrameBorderSize : window->WindowBorderSize); - window->InnerClipRect.Min.x = ImFloor(0.5f + window->InnerRect.Min.x + ImMax(ImFloor(window->WindowPadding.x * 0.5f), window->WindowBorderSize)); - window->InnerClipRect.Min.y = ImFloor(0.5f + window->InnerRect.Min.y + top_border_size); - window->InnerClipRect.Max.x = ImFloor(0.5f + window->InnerRect.Max.x - ImMax(ImFloor(window->WindowPadding.x * 0.5f), window->WindowBorderSize)); - window->InnerClipRect.Max.y = ImFloor(0.5f + window->InnerRect.Max.y - window->WindowBorderSize); - window->InnerClipRect.ClipWithFull(host_rect); - - // Default item width. Make it proportional to window size if window manually resizes - if (window->Size.x > 0.0f && !(flags & ImGuiWindowFlags_Tooltip) && !(flags & ImGuiWindowFlags_AlwaysAutoResize)) - window->ItemWidthDefault = ImFloor(window->Size.x * 0.65f); - else - window->ItemWidthDefault = ImFloor(g.FontSize * 16.0f); - - // SCROLLING - - // Lock down maximum scrolling - // The value of ScrollMax are ahead from ScrollbarX/ScrollbarY which is intentionally using InnerRect from previous rect in order to accommodate - // for right/bottom aligned items without creating a scrollbar. - window->ScrollMax.x = ImMax(0.0f, window->ContentSize.x + window->WindowPadding.x * 2.0f - window->InnerRect.GetWidth()); - window->ScrollMax.y = ImMax(0.0f, window->ContentSize.y + window->WindowPadding.y * 2.0f - window->InnerRect.GetHeight()); - - // Apply scrolling - window->Scroll = CalcNextScrollFromScrollTargetAndClamp(window); - window->ScrollTarget = ImVec2(FLT_MAX, FLT_MAX); - - // DRAWING - - // Setup draw list and outer clipping rectangle - IM_ASSERT(window->DrawList->CmdBuffer.Size == 1 && window->DrawList->CmdBuffer[0].ElemCount == 0); - window->DrawList->PushTextureID(g.Font->ContainerAtlas->TexID); - PushClipRect(host_rect.Min, host_rect.Max, false); - - // Child windows can render their decoration (bg color, border, scrollbars, etc.) within their parent to save a draw call (since 1.71) - // When using overlapping child windows, this will break the assumption that child z-order is mapped to submission order. - // FIXME: User code may rely on explicit sorting of overlapping child window and would need to disable this somehow. Please get in contact if you are affected (github #4493) - { - bool render_decorations_in_parent = false; - if ((flags & ImGuiWindowFlags_ChildWindow) && !(flags & ImGuiWindowFlags_Popup) && !window_is_child_tooltip) - { - // - We test overlap with the previous child window only (testing all would end up being O(log N) not a good investment here) - // - We disable this when the parent window has zero vertices, which is a common pattern leading to laying out multiple overlapping childs - ImGuiWindow* previous_child = parent_window->DC.ChildWindows.Size >= 2 ? parent_window->DC.ChildWindows[parent_window->DC.ChildWindows.Size - 2] : NULL; - bool previous_child_overlapping = previous_child ? previous_child->Rect().Overlaps(window->Rect()) : false; - bool parent_is_empty = parent_window->DrawList->VtxBuffer.Size > 0; - if (window->DrawList->CmdBuffer.back().ElemCount == 0 && parent_is_empty && !previous_child_overlapping) - render_decorations_in_parent = true; - } - if (render_decorations_in_parent) - window->DrawList = parent_window->DrawList; - - // Handle title bar, scrollbar, resize grips and resize borders - const ImGuiWindow* window_to_highlight = g.NavWindowingTarget ? g.NavWindowingTarget : g.NavWindow; - const bool title_bar_is_highlight = want_focus || (window_to_highlight && window->RootWindowForTitleBarHighlight == window_to_highlight->RootWindowForTitleBarHighlight); - RenderWindowDecorations(window, title_bar_rect, title_bar_is_highlight, resize_grip_count, resize_grip_col, resize_grip_draw_size); - - if (render_decorations_in_parent) - window->DrawList = &window->DrawListInst; - } - - // UPDATE RECTANGLES (2- THOSE AFFECTED BY SCROLLING) - - // Work rectangle. - // Affected by window padding and border size. Used by: - // - Columns() for right-most edge - // - TreeNode(), CollapsingHeader() for right-most edge - // - BeginTabBar() for right-most edge - const bool allow_scrollbar_x = !(flags & ImGuiWindowFlags_NoScrollbar) && (flags & ImGuiWindowFlags_HorizontalScrollbar); - const bool allow_scrollbar_y = !(flags & ImGuiWindowFlags_NoScrollbar); - const float work_rect_size_x = (window->ContentSizeExplicit.x != 0.0f ? window->ContentSizeExplicit.x : ImMax(allow_scrollbar_x ? window->ContentSize.x : 0.0f, window->Size.x - window->WindowPadding.x * 2.0f - window->ScrollbarSizes.x)); - const float work_rect_size_y = (window->ContentSizeExplicit.y != 0.0f ? window->ContentSizeExplicit.y : ImMax(allow_scrollbar_y ? window->ContentSize.y : 0.0f, window->Size.y - window->WindowPadding.y * 2.0f - decoration_up_height - window->ScrollbarSizes.y)); - window->WorkRect.Min.x = ImFloor(window->InnerRect.Min.x - window->Scroll.x + ImMax(window->WindowPadding.x, window->WindowBorderSize)); - window->WorkRect.Min.y = ImFloor(window->InnerRect.Min.y - window->Scroll.y + ImMax(window->WindowPadding.y, window->WindowBorderSize)); - window->WorkRect.Max.x = window->WorkRect.Min.x + work_rect_size_x; - window->WorkRect.Max.y = window->WorkRect.Min.y + work_rect_size_y; - window->ParentWorkRect = window->WorkRect; - - // [LEGACY] Content Region - // FIXME-OBSOLETE: window->ContentRegionRect.Max is currently very misleading / partly faulty, but some BeginChild() patterns relies on it. - // Used by: - // - Mouse wheel scrolling + many other things - window->ContentRegionRect.Min.x = window->Pos.x - window->Scroll.x + window->WindowPadding.x; - window->ContentRegionRect.Min.y = window->Pos.y - window->Scroll.y + window->WindowPadding.y + decoration_up_height; - window->ContentRegionRect.Max.x = window->ContentRegionRect.Min.x + (window->ContentSizeExplicit.x != 0.0f ? window->ContentSizeExplicit.x : (window->Size.x - window->WindowPadding.x * 2.0f - window->ScrollbarSizes.x)); - window->ContentRegionRect.Max.y = window->ContentRegionRect.Min.y + (window->ContentSizeExplicit.y != 0.0f ? window->ContentSizeExplicit.y : (window->Size.y - window->WindowPadding.y * 2.0f - decoration_up_height - window->ScrollbarSizes.y)); - - // Setup drawing context - // (NB: That term "drawing context / DC" lost its meaning a long time ago. Initially was meant to hold transient data only. Nowadays difference between window-> and window->DC-> is dubious.) - window->DC.Indent.x = 0.0f + window->WindowPadding.x - window->Scroll.x; - window->DC.GroupOffset.x = 0.0f; - window->DC.ColumnsOffset.x = 0.0f; - - // Record the loss of precision of CursorStartPos which can happen due to really large scrolling amount. - // This is used by clipper to compensate and fix the most common use case of large scroll area. Easy and cheap, next best thing compared to switching everything to double or ImU64. - double start_pos_highp_x = (double)window->Pos.x + window->WindowPadding.x - (double)window->Scroll.x + window->DC.ColumnsOffset.x; - double start_pos_highp_y = (double)window->Pos.y + window->WindowPadding.y - (double)window->Scroll.y + decoration_up_height; - window->DC.CursorStartPos = ImVec2((float)start_pos_highp_x, (float)start_pos_highp_y); - window->DC.CursorStartPosLossyness = ImVec2((float)(start_pos_highp_x - window->DC.CursorStartPos.x), (float)(start_pos_highp_y - window->DC.CursorStartPos.y)); - window->DC.CursorPos = window->DC.CursorStartPos; - window->DC.CursorPosPrevLine = window->DC.CursorPos; - window->DC.CursorMaxPos = window->DC.CursorStartPos; - window->DC.IdealMaxPos = window->DC.CursorStartPos; - window->DC.CurrLineSize = window->DC.PrevLineSize = ImVec2(0.0f, 0.0f); - window->DC.CurrLineTextBaseOffset = window->DC.PrevLineTextBaseOffset = 0.0f; - window->DC.IsSameLine = false; - - window->DC.NavLayerCurrent = ImGuiNavLayer_Main; - window->DC.NavLayersActiveMask = window->DC.NavLayersActiveMaskNext; - window->DC.NavLayersActiveMaskNext = 0x00; - window->DC.NavHideHighlightOneFrame = false; - window->DC.NavHasScroll = (window->ScrollMax.y > 0.0f); - - window->DC.MenuBarAppending = false; - window->DC.MenuColumns.Update(style.ItemSpacing.x, window_just_activated_by_user); - window->DC.TreeDepth = 0; - window->DC.TreeJumpToParentOnPopMask = 0x00; - window->DC.ChildWindows.resize(0); - window->DC.StateStorage = &window->StateStorage; - window->DC.CurrentColumns = NULL; - window->DC.LayoutType = ImGuiLayoutType_Vertical; - window->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Vertical; - - window->DC.ItemWidth = window->ItemWidthDefault; - window->DC.TextWrapPos = -1.0f; // disabled - window->DC.ItemWidthStack.resize(0); - window->DC.TextWrapPosStack.resize(0); - - if (window->AutoFitFramesX > 0) - window->AutoFitFramesX--; - if (window->AutoFitFramesY > 0) - window->AutoFitFramesY--; - - // Apply focus (we need to call FocusWindow() AFTER setting DC.CursorStartPos so our initial navigation reference rectangle can start around there) - if (want_focus) - { - FocusWindow(window); - NavInitWindow(window, false); // <-- this is in the way for us to be able to defer and sort reappearing FocusWindow() calls - } - - // Title bar - if (!(flags & ImGuiWindowFlags_NoTitleBar)) - RenderWindowTitleBarContents(window, ImRect(title_bar_rect.Min.x + window->WindowBorderSize, title_bar_rect.Min.y, title_bar_rect.Max.x - window->WindowBorderSize, title_bar_rect.Max.y), name, p_open); - - // Clear hit test shape every frame - window->HitTestHoleSize.x = window->HitTestHoleSize.y = 0; - - // Pressing CTRL+C while holding on a window copy its content to the clipboard - // This works but 1. doesn't handle multiple Begin/End pairs, 2. recursing into another Begin/End pair - so we need to work that out and add better logging scope. - // Maybe we can support CTRL+C on every element? - /* - //if (g.NavWindow == window && g.ActiveId == 0) - if (g.ActiveId == window->MoveId) - if (g.IO.KeyCtrl && IsKeyPressedMap(ImGuiKey_C)) - LogToClipboard(); - */ - - // We fill last item data based on Title Bar/Tab, in order for IsItemHovered() and IsItemActive() to be usable after Begin(). - // This is useful to allow creating context menus on title bar only, etc. - SetLastItemData(window->MoveId, g.CurrentItemFlags, IsMouseHoveringRect(title_bar_rect.Min, title_bar_rect.Max, false) ? ImGuiItemStatusFlags_HoveredRect : 0, title_bar_rect); - - // [Test Engine] Register title bar / tab - if (!(window->Flags & ImGuiWindowFlags_NoTitleBar)) - IMGUI_TEST_ENGINE_ITEM_ADD(g.LastItemData.Rect, g.LastItemData.ID); - } - else - { - // Append - SetCurrentWindow(window); - } - - // Pull/inherit current state - window->DC.NavFocusScopeIdCurrent = (flags & ImGuiWindowFlags_ChildWindow) ? parent_window->DC.NavFocusScopeIdCurrent : window->GetID("#FOCUSSCOPE"); // Inherit from parent only // -V595 - - PushClipRect(window->InnerClipRect.Min, window->InnerClipRect.Max, true); - - // Clear 'accessed' flag last thing (After PushClipRect which will set the flag. We want the flag to stay false when the default "Debug" window is unused) - window->WriteAccessed = false; - window->BeginCount++; - g.NextWindowData.ClearFlags(); - - // Update visibility - if (first_begin_of_the_frame) - { - if (flags & ImGuiWindowFlags_ChildWindow) - { - // Child window can be out of sight and have "negative" clip windows. - // Mark them as collapsed so commands are skipped earlier (we can't manually collapse them because they have no title bar). - IM_ASSERT((flags & ImGuiWindowFlags_NoTitleBar) != 0); - if (!(flags & ImGuiWindowFlags_AlwaysAutoResize) && window->AutoFitFramesX <= 0 && window->AutoFitFramesY <= 0) // FIXME: Doesn't make sense for ChildWindow?? - { - const bool nav_request = (flags & ImGuiWindowFlags_NavFlattened) && (g.NavAnyRequest && g.NavWindow && g.NavWindow->RootWindowForNav == window->RootWindowForNav); - if (!g.LogEnabled && !nav_request) - if (window->OuterRectClipped.Min.x >= window->OuterRectClipped.Max.x || window->OuterRectClipped.Min.y >= window->OuterRectClipped.Max.y) - window->HiddenFramesCanSkipItems = 1; - } - - // Hide along with parent or if parent is collapsed - if (parent_window && (parent_window->Collapsed || parent_window->HiddenFramesCanSkipItems > 0)) - window->HiddenFramesCanSkipItems = 1; - if (parent_window && (parent_window->Collapsed || parent_window->HiddenFramesCannotSkipItems > 0)) - window->HiddenFramesCannotSkipItems = 1; - } - - // Don't render if style alpha is 0.0 at the time of Begin(). This is arbitrary and inconsistent but has been there for a long while (may remove at some point) - if (style.Alpha <= 0.0f) - window->HiddenFramesCanSkipItems = 1; - - // Update the Hidden flag - bool hidden_regular = (window->HiddenFramesCanSkipItems > 0) || (window->HiddenFramesCannotSkipItems > 0); - window->Hidden = hidden_regular || (window->HiddenFramesForRenderOnly > 0); - - // Disable inputs for requested number of frames - if (window->DisableInputsFrames > 0) - { - window->DisableInputsFrames--; - window->Flags |= ImGuiWindowFlags_NoInputs; - } - - // Update the SkipItems flag, used to early out of all items functions (no layout required) - bool skip_items = false; - if (window->Collapsed || !window->Active || hidden_regular) - if (window->AutoFitFramesX <= 0 && window->AutoFitFramesY <= 0 && window->HiddenFramesCannotSkipItems <= 0) - skip_items = true; - window->SkipItems = skip_items; - } - - return !window->SkipItems; -} - -void ImGui::End() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - // Error checking: verify that user hasn't called End() too many times! - if (g.CurrentWindowStack.Size <= 1 && g.WithinFrameScopeWithImplicitWindow) - { - IM_ASSERT_USER_ERROR(g.CurrentWindowStack.Size > 1, "Calling End() too many times!"); - return; - } - IM_ASSERT(g.CurrentWindowStack.Size > 0); - - // Error checking: verify that user doesn't directly call End() on a child window. - if (window->Flags & ImGuiWindowFlags_ChildWindow) - IM_ASSERT_USER_ERROR(g.WithinEndChild, "Must call EndChild() and not End()!"); - - // Close anything that is open - if (window->DC.CurrentColumns) - EndColumns(); - PopClipRect(); // Inner window clip rectangle - - // Stop logging - if (!(window->Flags & ImGuiWindowFlags_ChildWindow)) // FIXME: add more options for scope of logging - LogFinish(); - - // Pop from window stack - g.LastItemData = g.CurrentWindowStack.back().ParentLastItemDataBackup; - if (window->Flags & ImGuiWindowFlags_ChildMenu) - g.BeginMenuCount--; - if (window->Flags & ImGuiWindowFlags_Popup) - g.BeginPopupStack.pop_back(); - g.CurrentWindowStack.back().StackSizesOnBegin.CompareWithCurrentState(); - g.CurrentWindowStack.pop_back(); - SetCurrentWindow(g.CurrentWindowStack.Size == 0 ? NULL : g.CurrentWindowStack.back().Window); -} - -void ImGui::BringWindowToFocusFront(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(window == window->RootWindow); - - const int cur_order = window->FocusOrder; - IM_ASSERT(g.WindowsFocusOrder[cur_order] == window); - if (g.WindowsFocusOrder.back() == window) - return; - - const int new_order = g.WindowsFocusOrder.Size - 1; - for (int n = cur_order; n < new_order; n++) - { - g.WindowsFocusOrder[n] = g.WindowsFocusOrder[n + 1]; - g.WindowsFocusOrder[n]->FocusOrder--; - IM_ASSERT(g.WindowsFocusOrder[n]->FocusOrder == n); - } - g.WindowsFocusOrder[new_order] = window; - window->FocusOrder = (short)new_order; -} - -void ImGui::BringWindowToDisplayFront(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* current_front_window = g.Windows.back(); - if (current_front_window == window || current_front_window->RootWindow == window) // Cheap early out (could be better) - return; - for (int i = g.Windows.Size - 2; i >= 0; i--) // We can ignore the top-most window - if (g.Windows[i] == window) - { - memmove(&g.Windows[i], &g.Windows[i + 1], (size_t)(g.Windows.Size - i - 1) * sizeof(ImGuiWindow*)); - g.Windows[g.Windows.Size - 1] = window; - break; - } -} - -void ImGui::BringWindowToDisplayBack(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - if (g.Windows[0] == window) - return; - for (int i = 0; i < g.Windows.Size; i++) - if (g.Windows[i] == window) - { - memmove(&g.Windows[1], &g.Windows[0], (size_t)i * sizeof(ImGuiWindow*)); - g.Windows[0] = window; - break; - } -} - -void ImGui::BringWindowToDisplayBehind(ImGuiWindow* window, ImGuiWindow* behind_window) -{ - IM_ASSERT(window != NULL && behind_window != NULL); - ImGuiContext& g = *GImGui; - window = window->RootWindow; - behind_window = behind_window->RootWindow; - int pos_wnd = FindWindowDisplayIndex(window); - int pos_beh = FindWindowDisplayIndex(behind_window); - if (pos_wnd < pos_beh) - { - size_t copy_bytes = (pos_beh - pos_wnd - 1) * sizeof(ImGuiWindow*); - memmove(&g.Windows.Data[pos_wnd], &g.Windows.Data[pos_wnd + 1], copy_bytes); - g.Windows[pos_beh - 1] = window; - } - else - { - size_t copy_bytes = (pos_wnd - pos_beh) * sizeof(ImGuiWindow*); - memmove(&g.Windows.Data[pos_beh + 1], &g.Windows.Data[pos_beh], copy_bytes); - g.Windows[pos_beh] = window; - } -} - -int ImGui::FindWindowDisplayIndex(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - return g.Windows.index_from_ptr(g.Windows.find(window)); -} - -// Moving window to front of display and set focus (which happens to be back of our sorted list) -void ImGui::FocusWindow(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - - if (g.NavWindow != window) - { - SetNavWindow(window); - if (window && g.NavDisableMouseHover) - g.NavMousePosDirty = true; - g.NavId = window ? window->NavLastIds[0] : 0; // Restore NavId - g.NavLayer = ImGuiNavLayer_Main; - g.NavFocusScopeId = 0; - g.NavIdIsAlive = false; - } - - // Close popups if any - ClosePopupsOverWindow(window, false); - - // Move the root window to the top of the pile - IM_ASSERT(window == NULL || window->RootWindow != NULL); - ImGuiWindow* focus_front_window = window ? window->RootWindow : NULL; // NB: In docking branch this is window->RootWindowDockStop - ImGuiWindow* display_front_window = window ? window->RootWindow : NULL; - - // Steal active widgets. Some of the cases it triggers includes: - // - Focus a window while an InputText in another window is active, if focus happens before the old InputText can run. - // - When using Nav to activate menu items (due to timing of activating on press->new window appears->losing ActiveId) - if (g.ActiveId != 0 && g.ActiveIdWindow && g.ActiveIdWindow->RootWindow != focus_front_window) - if (!g.ActiveIdNoClearOnFocusLoss) - ClearActiveID(); - - // Passing NULL allow to disable keyboard focus - if (!window) - return; - - // Bring to front - BringWindowToFocusFront(focus_front_window); - if (((window->Flags | display_front_window->Flags) & ImGuiWindowFlags_NoBringToFrontOnFocus) == 0) - BringWindowToDisplayFront(display_front_window); -} - -void ImGui::FocusTopMostWindowUnderOne(ImGuiWindow* under_this_window, ImGuiWindow* ignore_window) -{ - ImGuiContext& g = *GImGui; - int start_idx = g.WindowsFocusOrder.Size - 1; - if (under_this_window != NULL) - { - // Aim at root window behind us, if we are in a child window that's our own root (see #4640) - int offset = -1; - while (under_this_window->Flags & ImGuiWindowFlags_ChildWindow) - { - under_this_window = under_this_window->ParentWindow; - offset = 0; - } - start_idx = FindWindowFocusIndex(under_this_window) + offset; - } - for (int i = start_idx; i >= 0; i--) - { - // We may later decide to test for different NoXXXInputs based on the active navigation input (mouse vs nav) but that may feel more confusing to the user. - ImGuiWindow* window = g.WindowsFocusOrder[i]; - IM_ASSERT(window == window->RootWindow); - if (window != ignore_window && window->WasActive) - if ((window->Flags & (ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs)) != (ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs)) - { - ImGuiWindow* focus_window = NavRestoreLastChildNavWindow(window); - FocusWindow(focus_window); - return; - } - } - FocusWindow(NULL); -} - -// Important: this alone doesn't alter current ImDrawList state. This is called by PushFont/PopFont only. -void ImGui::SetCurrentFont(ImFont* font) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(font && font->IsLoaded()); // Font Atlas not created. Did you call io.Fonts->GetTexDataAsRGBA32 / GetTexDataAsAlpha8 ? - IM_ASSERT(font->Scale > 0.0f); - g.Font = font; - g.FontBaseSize = ImMax(1.0f, g.IO.FontGlobalScale * g.Font->FontSize * g.Font->Scale); - g.FontSize = g.CurrentWindow ? g.CurrentWindow->CalcFontSize() : 0.0f; - - ImFontAtlas* atlas = g.Font->ContainerAtlas; - g.DrawListSharedData.TexUvWhitePixel = atlas->TexUvWhitePixel; - g.DrawListSharedData.TexUvLines = atlas->TexUvLines; - g.DrawListSharedData.Font = g.Font; - g.DrawListSharedData.FontSize = g.FontSize; -} - -void ImGui::PushFont(ImFont* font) -{ - ImGuiContext& g = *GImGui; - if (!font) - font = GetDefaultFont(); - SetCurrentFont(font); - g.FontStack.push_back(font); - g.CurrentWindow->DrawList->PushTextureID(font->ContainerAtlas->TexID); -} - -void ImGui::PopFont() -{ - ImGuiContext& g = *GImGui; - g.CurrentWindow->DrawList->PopTextureID(); - g.FontStack.pop_back(); - SetCurrentFont(g.FontStack.empty() ? GetDefaultFont() : g.FontStack.back()); -} - -void ImGui::PushItemFlag(ImGuiItemFlags option, bool enabled) -{ - ImGuiContext& g = *GImGui; - ImGuiItemFlags item_flags = g.CurrentItemFlags; - IM_ASSERT(item_flags == g.ItemFlagsStack.back()); - if (enabled) - item_flags |= option; - else - item_flags &= ~option; - g.CurrentItemFlags = item_flags; - g.ItemFlagsStack.push_back(item_flags); -} - -void ImGui::PopItemFlag() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.ItemFlagsStack.Size > 1); // Too many calls to PopItemFlag() - we always leave a 0 at the bottom of the stack. - g.ItemFlagsStack.pop_back(); - g.CurrentItemFlags = g.ItemFlagsStack.back(); -} - -// BeginDisabled()/EndDisabled() -// - Those can be nested but it cannot be used to enable an already disabled section (a single BeginDisabled(true) in the stack is enough to keep everything disabled) -// - Visually this is currently altering alpha, but it is expected that in a future styling system this would work differently. -// - Feedback welcome at https://github.com/ocornut/imgui/issues/211 -// - BeginDisabled(false) essentially does nothing useful but is provided to facilitate use of boolean expressions. If you can avoid calling BeginDisabled(False)/EndDisabled() best to avoid it. -// - Optimized shortcuts instead of PushStyleVar() + PushItemFlag() -void ImGui::BeginDisabled(bool disabled) -{ - ImGuiContext& g = *GImGui; - bool was_disabled = (g.CurrentItemFlags & ImGuiItemFlags_Disabled) != 0; - if (!was_disabled && disabled) - { - g.DisabledAlphaBackup = g.Style.Alpha; - g.Style.Alpha *= g.Style.DisabledAlpha; // PushStyleVar(ImGuiStyleVar_Alpha, g.Style.Alpha * g.Style.DisabledAlpha); - } - if (was_disabled || disabled) - g.CurrentItemFlags |= ImGuiItemFlags_Disabled; - g.ItemFlagsStack.push_back(g.CurrentItemFlags); - g.DisabledStackSize++; -} - -void ImGui::EndDisabled() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.DisabledStackSize > 0); - g.DisabledStackSize--; - bool was_disabled = (g.CurrentItemFlags & ImGuiItemFlags_Disabled) != 0; - //PopItemFlag(); - g.ItemFlagsStack.pop_back(); - g.CurrentItemFlags = g.ItemFlagsStack.back(); - if (was_disabled && (g.CurrentItemFlags & ImGuiItemFlags_Disabled) == 0) - g.Style.Alpha = g.DisabledAlphaBackup; //PopStyleVar(); -} - -// FIXME: Look into renaming this once we have settled the new Focus/Activation/TabStop system. -void ImGui::PushAllowKeyboardFocus(bool allow_keyboard_focus) -{ - PushItemFlag(ImGuiItemFlags_NoTabStop, !allow_keyboard_focus); -} - -void ImGui::PopAllowKeyboardFocus() -{ - PopItemFlag(); -} - -void ImGui::PushButtonRepeat(bool repeat) -{ - PushItemFlag(ImGuiItemFlags_ButtonRepeat, repeat); -} - -void ImGui::PopButtonRepeat() -{ - PopItemFlag(); -} - -void ImGui::PushTextWrapPos(float wrap_pos_x) -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DC.TextWrapPosStack.push_back(window->DC.TextWrapPos); - window->DC.TextWrapPos = wrap_pos_x; -} - -void ImGui::PopTextWrapPos() -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DC.TextWrapPos = window->DC.TextWrapPosStack.back(); - window->DC.TextWrapPosStack.pop_back(); -} - -static ImGuiWindow* GetCombinedRootWindow(ImGuiWindow* window, bool popup_hierarchy) -{ - ImGuiWindow* last_window = NULL; - while (last_window != window) - { - last_window = window; - window = window->RootWindow; - if (popup_hierarchy) - window = window->RootWindowPopupTree; - } - return window; -} - -bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarchy) -{ - ImGuiWindow* window_root = GetCombinedRootWindow(window, popup_hierarchy); - if (window_root == potential_parent) - return true; - while (window != NULL) - { - if (window == potential_parent) - return true; - if (window == window_root) // end of chain - return false; - window = window->ParentWindow; - } - return false; -} - -bool ImGui::IsWindowWithinBeginStackOf(ImGuiWindow* window, ImGuiWindow* potential_parent) -{ - if (window->RootWindow == potential_parent) - return true; - while (window != NULL) - { - if (window == potential_parent) - return true; - window = window->ParentWindowInBeginStack; - } - return false; -} - -bool ImGui::IsWindowAbove(ImGuiWindow* potential_above, ImGuiWindow* potential_below) -{ - ImGuiContext& g = *GImGui; - - // It would be saner to ensure that display layer is always reflected in the g.Windows[] order, which would likely requires altering all manipulations of that array - const int display_layer_delta = GetWindowDisplayLayer(potential_above) - GetWindowDisplayLayer(potential_below); - if (display_layer_delta != 0) - return display_layer_delta > 0; - - for (int i = g.Windows.Size - 1; i >= 0; i--) - { - ImGuiWindow* candidate_window = g.Windows[i]; - if (candidate_window == potential_above) - return true; - if (candidate_window == potential_below) - return false; - } - return false; -} - -bool ImGui::IsWindowHovered(ImGuiHoveredFlags flags) -{ - IM_ASSERT((flags & (ImGuiHoveredFlags_AllowWhenOverlapped | ImGuiHoveredFlags_AllowWhenDisabled)) == 0); // Flags not supported by this function - ImGuiContext& g = *GImGui; - ImGuiWindow* ref_window = g.HoveredWindow; - ImGuiWindow* cur_window = g.CurrentWindow; - if (ref_window == NULL) - return false; - - if ((flags & ImGuiHoveredFlags_AnyWindow) == 0) - { - IM_ASSERT(cur_window); // Not inside a Begin()/End() - const bool popup_hierarchy = (flags & ImGuiHoveredFlags_NoPopupHierarchy) == 0; - if (flags & ImGuiHoveredFlags_RootWindow) - cur_window = GetCombinedRootWindow(cur_window, popup_hierarchy); - - bool result; - if (flags & ImGuiHoveredFlags_ChildWindows) - result = IsWindowChildOf(ref_window, cur_window, popup_hierarchy); - else - result = (ref_window == cur_window); - if (!result) - return false; - } - - if (!IsWindowContentHoverable(ref_window, flags)) - return false; - if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) - if (g.ActiveId != 0 && !g.ActiveIdAllowOverlap && g.ActiveId != ref_window->MoveId) - return false; - return true; -} - -bool ImGui::IsWindowFocused(ImGuiFocusedFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* ref_window = g.NavWindow; - ImGuiWindow* cur_window = g.CurrentWindow; - - if (ref_window == NULL) - return false; - if (flags & ImGuiFocusedFlags_AnyWindow) - return true; - - IM_ASSERT(cur_window); // Not inside a Begin()/End() - const bool popup_hierarchy = (flags & ImGuiFocusedFlags_NoPopupHierarchy) == 0; - if (flags & ImGuiHoveredFlags_RootWindow) - cur_window = GetCombinedRootWindow(cur_window, popup_hierarchy); - - if (flags & ImGuiHoveredFlags_ChildWindows) - return IsWindowChildOf(ref_window, cur_window, popup_hierarchy); - else - return (ref_window == cur_window); -} - -// Can we focus this window with CTRL+TAB (or PadMenu + PadFocusPrev/PadFocusNext) -// Note that NoNavFocus makes the window not reachable with CTRL+TAB but it can still be focused with mouse or programmatically. -// If you want a window to never be focused, you may use the e.g. NoInputs flag. -bool ImGui::IsWindowNavFocusable(ImGuiWindow* window) -{ - return window->WasActive && window == window->RootWindow && !(window->Flags & ImGuiWindowFlags_NoNavFocus); -} - -float ImGui::GetWindowWidth() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->Size.x; -} - -float ImGui::GetWindowHeight() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->Size.y; -} - -ImVec2 ImGui::GetWindowPos() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - return window->Pos; -} - -void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) -{ - // Test condition (NB: bit 0 is always true) and clear flags for next time - if (cond && (window->SetWindowPosAllowFlags & cond) == 0) - return; - - IM_ASSERT(cond == 0 || ImIsPowerOfTwo(cond)); // Make sure the user doesn't attempt to combine multiple condition flags. - window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); - window->SetWindowPosVal = ImVec2(FLT_MAX, FLT_MAX); - - // Set - const ImVec2 old_pos = window->Pos; - window->Pos = ImFloor(pos); - ImVec2 offset = window->Pos - old_pos; - if (offset.x == 0.0f && offset.y == 0.0f) - return; - MarkIniSettingsDirty(window); - window->DC.CursorPos += offset; // As we happen to move the window while it is being appended to (which is a bad idea - will smear) let's at least offset the cursor - window->DC.CursorMaxPos += offset; // And more importantly we need to offset CursorMaxPos/CursorStartPos this so ContentSize calculation doesn't get affected. - window->DC.IdealMaxPos += offset; - window->DC.CursorStartPos += offset; -} - -void ImGui::SetWindowPos(const ImVec2& pos, ImGuiCond cond) -{ - ImGuiWindow* window = GetCurrentWindowRead(); - SetWindowPos(window, pos, cond); -} - -void ImGui::SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) -{ - if (ImGuiWindow* window = FindWindowByName(name)) - SetWindowPos(window, pos, cond); -} - -ImVec2 ImGui::GetWindowSize() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->Size; -} - -void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) -{ - // Test condition (NB: bit 0 is always true) and clear flags for next time - if (cond && (window->SetWindowSizeAllowFlags & cond) == 0) - return; - - IM_ASSERT(cond == 0 || ImIsPowerOfTwo(cond)); // Make sure the user doesn't attempt to combine multiple condition flags. - window->SetWindowSizeAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); - - // Set - ImVec2 old_size = window->SizeFull; - window->AutoFitFramesX = (size.x <= 0.0f) ? 2 : 0; - window->AutoFitFramesY = (size.y <= 0.0f) ? 2 : 0; - if (size.x <= 0.0f) - window->AutoFitOnlyGrows = false; - else - window->SizeFull.x = IM_FLOOR(size.x); - if (size.y <= 0.0f) - window->AutoFitOnlyGrows = false; - else - window->SizeFull.y = IM_FLOOR(size.y); - if (old_size.x != window->SizeFull.x || old_size.y != window->SizeFull.y) - MarkIniSettingsDirty(window); -} - -void ImGui::SetWindowSize(const ImVec2& size, ImGuiCond cond) -{ - SetWindowSize(GImGui->CurrentWindow, size, cond); -} - -void ImGui::SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond) -{ - if (ImGuiWindow* window = FindWindowByName(name)) - SetWindowSize(window, size, cond); -} - -void ImGui::SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond) -{ - // Test condition (NB: bit 0 is always true) and clear flags for next time - if (cond && (window->SetWindowCollapsedAllowFlags & cond) == 0) - return; - window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); - - // Set - window->Collapsed = collapsed; -} - -void ImGui::SetWindowHitTestHole(ImGuiWindow* window, const ImVec2& pos, const ImVec2& size) -{ - IM_ASSERT(window->HitTestHoleSize.x == 0); // We don't support multiple holes/hit test filters - window->HitTestHoleSize = ImVec2ih(size); - window->HitTestHoleOffset = ImVec2ih(pos - window->Pos); -} - -void ImGui::SetWindowCollapsed(bool collapsed, ImGuiCond cond) -{ - SetWindowCollapsed(GImGui->CurrentWindow, collapsed, cond); -} - -bool ImGui::IsWindowCollapsed() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->Collapsed; -} - -bool ImGui::IsWindowAppearing() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->Appearing; -} - -void ImGui::SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond) -{ - if (ImGuiWindow* window = FindWindowByName(name)) - SetWindowCollapsed(window, collapsed, cond); -} - -void ImGui::SetWindowFocus() -{ - FocusWindow(GImGui->CurrentWindow); -} - -void ImGui::SetWindowFocus(const char* name) -{ - if (name) - { - if (ImGuiWindow* window = FindWindowByName(name)) - FocusWindow(window); - } - else - { - FocusWindow(NULL); - } -} - -void ImGui::SetNextWindowPos(const ImVec2& pos, ImGuiCond cond, const ImVec2& pivot) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(cond == 0 || ImIsPowerOfTwo(cond)); // Make sure the user doesn't attempt to combine multiple condition flags. - g.NextWindowData.Flags |= ImGuiNextWindowDataFlags_HasPos; - g.NextWindowData.PosVal = pos; - g.NextWindowData.PosPivotVal = pivot; - g.NextWindowData.PosCond = cond ? cond : ImGuiCond_Always; -} - -void ImGui::SetNextWindowSize(const ImVec2& size, ImGuiCond cond) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(cond == 0 || ImIsPowerOfTwo(cond)); // Make sure the user doesn't attempt to combine multiple condition flags. - g.NextWindowData.Flags |= ImGuiNextWindowDataFlags_HasSize; - g.NextWindowData.SizeVal = size; - g.NextWindowData.SizeCond = cond ? cond : ImGuiCond_Always; -} - -void ImGui::SetNextWindowSizeConstraints(const ImVec2& size_min, const ImVec2& size_max, ImGuiSizeCallback custom_callback, void* custom_callback_user_data) -{ - ImGuiContext& g = *GImGui; - g.NextWindowData.Flags |= ImGuiNextWindowDataFlags_HasSizeConstraint; - g.NextWindowData.SizeConstraintRect = ImRect(size_min, size_max); - g.NextWindowData.SizeCallback = custom_callback; - g.NextWindowData.SizeCallbackUserData = custom_callback_user_data; -} - -// Content size = inner scrollable rectangle, padded with WindowPadding. -// SetNextWindowContentSize(ImVec2(100,100) + ImGuiWindowFlags_AlwaysAutoResize will always allow submitting a 100x100 item. -void ImGui::SetNextWindowContentSize(const ImVec2& size) -{ - ImGuiContext& g = *GImGui; - g.NextWindowData.Flags |= ImGuiNextWindowDataFlags_HasContentSize; - g.NextWindowData.ContentSizeVal = ImFloor(size); -} - -void ImGui::SetNextWindowScroll(const ImVec2& scroll) -{ - ImGuiContext& g = *GImGui; - g.NextWindowData.Flags |= ImGuiNextWindowDataFlags_HasScroll; - g.NextWindowData.ScrollVal = scroll; -} - -void ImGui::SetNextWindowCollapsed(bool collapsed, ImGuiCond cond) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(cond == 0 || ImIsPowerOfTwo(cond)); // Make sure the user doesn't attempt to combine multiple condition flags. - g.NextWindowData.Flags |= ImGuiNextWindowDataFlags_HasCollapsed; - g.NextWindowData.CollapsedVal = collapsed; - g.NextWindowData.CollapsedCond = cond ? cond : ImGuiCond_Always; -} - -void ImGui::SetNextWindowFocus() -{ - ImGuiContext& g = *GImGui; - g.NextWindowData.Flags |= ImGuiNextWindowDataFlags_HasFocus; -} - -void ImGui::SetNextWindowBgAlpha(float alpha) -{ - ImGuiContext& g = *GImGui; - g.NextWindowData.Flags |= ImGuiNextWindowDataFlags_HasBgAlpha; - g.NextWindowData.BgAlphaVal = alpha; -} - -ImDrawList* ImGui::GetWindowDrawList() -{ - ImGuiWindow* window = GetCurrentWindow(); - return window->DrawList; -} - -ImFont* ImGui::GetFont() -{ - return GImGui->Font; -} - -float ImGui::GetFontSize() -{ - return GImGui->FontSize; -} - -ImVec2 ImGui::GetFontTexUvWhitePixel() -{ - return GImGui->DrawListSharedData.TexUvWhitePixel; -} - -void ImGui::SetWindowFontScale(float scale) -{ - IM_ASSERT(scale > 0.0f); - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - window->FontWindowScale = scale; - g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize(); -} - -void ImGui::ActivateItem(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - g.NavNextActivateId = id; - g.NavNextActivateFlags = ImGuiActivateFlags_None; -} - -void ImGui::PushFocusScope(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - g.FocusScopeStack.push_back(window->DC.NavFocusScopeIdCurrent); - window->DC.NavFocusScopeIdCurrent = id; -} - -void ImGui::PopFocusScope() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_ASSERT(g.FocusScopeStack.Size > 0); // Too many PopFocusScope() ? - window->DC.NavFocusScopeIdCurrent = g.FocusScopeStack.back(); - g.FocusScopeStack.pop_back(); -} - -// Note: this will likely be called ActivateItem() once we rework our Focus/Activation system! -void ImGui::SetKeyboardFocusHere(int offset) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_ASSERT(offset >= -1); // -1 is allowed but not below - IMGUI_DEBUG_LOG_ACTIVEID("SetKeyboardFocusHere(%d) in window \"%s\"\n", offset, window->Name); - - // It makes sense in the vast majority of cases to never interrupt a drag and drop. - // When we refactor this function into ActivateItem() we may want to make this an option. - // MovingWindow is protected from most user inputs using SetActiveIdUsingNavAndKeys(), but - // is also automatically dropped in the event g.ActiveId is stolen. - if (g.DragDropActive || g.MovingWindow != NULL) - { - IMGUI_DEBUG_LOG_ACTIVEID("SetKeyboardFocusHere() ignored while DragDropActive!\n"); - return; - } - - SetNavWindow(window); - - ImGuiScrollFlags scroll_flags = window->Appearing ? ImGuiScrollFlags_KeepVisibleEdgeX | ImGuiScrollFlags_AlwaysCenterY : ImGuiScrollFlags_KeepVisibleEdgeX | ImGuiScrollFlags_KeepVisibleEdgeY; - NavMoveRequestSubmit(ImGuiDir_None, offset < 0 ? ImGuiDir_Up : ImGuiDir_Down, ImGuiNavMoveFlags_Tabbing | ImGuiNavMoveFlags_FocusApi, scroll_flags); // FIXME-NAV: Once we refactor tabbing, add LegacyApi flag to not activate non-inputable. - if (offset == -1) - { - NavMoveRequestResolveWithLastItem(&g.NavMoveResultLocal); - } - else - { - g.NavTabbingDir = 1; - g.NavTabbingCounter = offset + 1; - } -} - -void ImGui::SetItemDefaultFocus() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (!window->Appearing) - return; - if (g.NavWindow != window->RootWindowForNav || (!g.NavInitRequest && g.NavInitResultId == 0) || g.NavLayer != window->DC.NavLayerCurrent) - return; - - g.NavInitRequest = false; - g.NavInitResultId = g.LastItemData.ID; - g.NavInitResultRectRel = WindowRectAbsToRel(window, g.LastItemData.Rect); - NavUpdateAnyRequestFlag(); - - // Scroll could be done in NavInitRequestApplyResult() via a opt-in flag (we however don't want regular init requests to scroll) - if (!IsItemVisible()) - ScrollToRectEx(window, g.LastItemData.Rect, ImGuiScrollFlags_None); -} - -void ImGui::SetStateStorage(ImGuiStorage* tree) -{ - ImGuiWindow* window = GImGui->CurrentWindow; - window->DC.StateStorage = tree ? tree : &window->StateStorage; -} - -ImGuiStorage* ImGui::GetStateStorage() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->DC.StateStorage; -} - -void ImGui::PushID(const char* str_id) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiID id = window->GetID(str_id); - window->IDStack.push_back(id); -} - -void ImGui::PushID(const char* str_id_begin, const char* str_id_end) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiID id = window->GetID(str_id_begin, str_id_end); - window->IDStack.push_back(id); -} - -void ImGui::PushID(const void* ptr_id) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiID id = window->GetID(ptr_id); - window->IDStack.push_back(id); -} - -void ImGui::PushID(int int_id) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiID id = window->GetID(int_id); - window->IDStack.push_back(id); -} - -// Push a given id value ignoring the ID stack as a seed. -void ImGui::PushOverrideID(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (g.DebugHookIdInfo == id) - DebugHookIdInfo(id, ImGuiDataType_ID, NULL, NULL); - window->IDStack.push_back(id); -} - -// Helper to avoid a common series of PushOverrideID -> GetID() -> PopID() call -// (note that when using this pattern, TestEngine's "Stack Tool" will tend to not display the intermediate stack level. -// for that to work we would need to do PushOverrideID() -> ItemAdd() -> PopID() which would alter widget code a little more) -ImGuiID ImGui::GetIDWithSeed(const char* str, const char* str_end, ImGuiID seed) -{ - ImGuiID id = ImHashStr(str, str_end ? (str_end - str) : 0, seed); - ImGuiContext& g = *GImGui; - if (g.DebugHookIdInfo == id) - DebugHookIdInfo(id, ImGuiDataType_String, str, str_end); - return id; -} - -void ImGui::PopID() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - IM_ASSERT(window->IDStack.Size > 1); // Too many PopID(), or could be popping in a wrong/different window? - window->IDStack.pop_back(); -} - -ImGuiID ImGui::GetID(const char* str_id) -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->GetID(str_id); -} - -ImGuiID ImGui::GetID(const char* str_id_begin, const char* str_id_end) -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->GetID(str_id_begin, str_id_end); -} - -ImGuiID ImGui::GetID(const void* ptr_id) -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->GetID(ptr_id); -} - -bool ImGui::IsRectVisible(const ImVec2& size) -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->ClipRect.Overlaps(ImRect(window->DC.CursorPos, window->DC.CursorPos + size)); -} - -bool ImGui::IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->ClipRect.Overlaps(ImRect(rect_min, rect_max)); -} - - -//----------------------------------------------------------------------------- -// [SECTION] INPUTS -//----------------------------------------------------------------------------- - -// Test if mouse cursor is hovering given rectangle -// NB- Rectangle is clipped by our current clip setting -// NB- Expand the rectangle to be generous on imprecise inputs systems (g.Style.TouchExtraPadding) -bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) -{ - ImGuiContext& g = *GImGui; - - // Clip - ImRect rect_clipped(r_min, r_max); - if (clip) - rect_clipped.ClipWith(g.CurrentWindow->ClipRect); - - // Expand for touch input - const ImRect rect_for_touch(rect_clipped.Min - g.Style.TouchExtraPadding, rect_clipped.Max + g.Style.TouchExtraPadding); - if (!rect_for_touch.Contains(g.IO.MousePos)) - return false; - return true; -} - -ImGuiKeyData* ImGui::GetKeyData(ImGuiKey key) -{ - ImGuiContext& g = *GImGui; - int index; -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - IM_ASSERT(key >= ImGuiKey_LegacyNativeKey_BEGIN && key < ImGuiKey_NamedKey_END); - if (IsLegacyKey(key)) - index = (g.IO.KeyMap[key] != -1) ? g.IO.KeyMap[key] : key; // Remap native->imgui or imgui->native - else - index = key; -#else - IM_ASSERT(IsNamedKey(key) && "Support for user key indices was dropped in favor of ImGuiKey. Please update backend & user code."); - index = key - ImGuiKey_NamedKey_BEGIN; -#endif - return &g.IO.KeysData[index]; -} - -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO -int ImGui::GetKeyIndex(ImGuiKey key) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(IsNamedKey(key)); - const ImGuiKeyData* key_data = GetKeyData(key); - return (int)(key_data - g.IO.KeysData); -} -#endif - -// Those names a provided for debugging purpose and are not meant to be saved persistently not compared. -static const char* const GKeyNames[] = -{ - "Tab", "LeftArrow", "RightArrow", "UpArrow", "DownArrow", "PageUp", "PageDown", - "Home", "End", "Insert", "Delete", "Backspace", "Space", "Enter", "Escape", - "LeftCtrl", "LeftShift", "LeftAlt", "LeftSuper", "RightCtrl", "RightShift", "RightAlt", "RightSuper", "Menu", - "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", - "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", - "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", - "Apostrophe", "Comma", "Minus", "Period", "Slash", "Semicolon", "Equal", "LeftBracket", - "Backslash", "RightBracket", "GraveAccent", "CapsLock", "ScrollLock", "NumLock", "PrintScreen", - "Pause", "Keypad0", "Keypad1", "Keypad2", "Keypad3", "Keypad4", "Keypad5", "Keypad6", - "Keypad7", "Keypad8", "Keypad9", "KeypadDecimal", "KeypadDivide", "KeypadMultiply", - "KeypadSubtract", "KeypadAdd", "KeypadEnter", "KeypadEqual", - "GamepadStart", "GamepadBack", - "GamepadFaceLeft", "GamepadFaceRight", "GamepadFaceUp", "GamepadFaceDown", - "GamepadDpadLeft", "GamepadDpadRight", "GamepadDpadUp", "GamepadDpadDown", - "GamepadL1", "GamepadR1", "GamepadL2", "GamepadR2", "GamepadL3", "GamepadR3", - "GamepadLStickLeft", "GamepadLStickRight", "GamepadLStickUp", "GamepadLStickDown", - "GamepadRStickLeft", "GamepadRStickRight", "GamepadRStickUp", "GamepadRStickDown", - "ModCtrl", "ModShift", "ModAlt", "ModSuper" -}; -IM_STATIC_ASSERT(ImGuiKey_NamedKey_COUNT == IM_ARRAYSIZE(GKeyNames)); - -const char* ImGui::GetKeyName(ImGuiKey key) -{ -#ifdef IMGUI_DISABLE_OBSOLETE_KEYIO - IM_ASSERT((IsNamedKey(key) || key == ImGuiKey_None) && "Support for user key indices was dropped in favor of ImGuiKey. Please update backend and user code."); -#else - if (IsLegacyKey(key)) - { - ImGuiIO& io = GetIO(); - if (io.KeyMap[key] == -1) - return "N/A"; - IM_ASSERT(IsNamedKey((ImGuiKey)io.KeyMap[key])); - key = (ImGuiKey)io.KeyMap[key]; - } -#endif - if (key == ImGuiKey_None) - return "None"; - if (!IsNamedKey(key)) - return "Unknown"; - - return GKeyNames[key - ImGuiKey_NamedKey_BEGIN]; -} - -// t0 = previous time (e.g.: g.Time - g.IO.DeltaTime) -// t1 = current time (e.g.: g.Time) -// An event is triggered at: -// t = 0.0f t = repeat_delay, t = repeat_delay + repeat_rate*N -int ImGui::CalcTypematicRepeatAmount(float t0, float t1, float repeat_delay, float repeat_rate) -{ - if (t1 == 0.0f) - return 1; - if (t0 >= t1) - return 0; - if (repeat_rate <= 0.0f) - return (t0 < repeat_delay) && (t1 >= repeat_delay); - const int count_t0 = (t0 < repeat_delay) ? -1 : (int)((t0 - repeat_delay) / repeat_rate); - const int count_t1 = (t1 < repeat_delay) ? -1 : (int)((t1 - repeat_delay) / repeat_rate); - const int count = count_t1 - count_t0; - return count; -} - -int ImGui::GetKeyPressedAmount(ImGuiKey key, float repeat_delay, float repeat_rate) -{ - ImGuiContext& g = *GImGui; - const ImGuiKeyData* key_data = GetKeyData(key); - const float t = key_data->DownDuration; - return CalcTypematicRepeatAmount(t - g.IO.DeltaTime, t, repeat_delay, repeat_rate); -} - -// Note that Dear ImGui doesn't know the meaning/semantic of ImGuiKey from 0..511: they are legacy native keycodes. -// Consider transitioning from 'IsKeyDown(MY_ENGINE_KEY_A)' (<1.87) to IsKeyDown(ImGuiKey_A) (>= 1.87) -bool ImGui::IsKeyDown(ImGuiKey key) -{ - const ImGuiKeyData* key_data = GetKeyData(key); - if (!key_data->Down) - return false; - return true; -} - -bool ImGui::IsKeyPressed(ImGuiKey key, bool repeat) -{ - ImGuiContext& g = *GImGui; - const ImGuiKeyData* key_data = GetKeyData(key); - const float t = key_data->DownDuration; - if (t < 0.0f) - return false; - const bool pressed = (t == 0.0f) || (repeat && t > g.IO.KeyRepeatDelay && GetKeyPressedAmount(key, g.IO.KeyRepeatDelay, g.IO.KeyRepeatRate) > 0); - if (!pressed) - return false; - return true; -} - -bool ImGui::IsKeyReleased(ImGuiKey key) -{ - const ImGuiKeyData* key_data = GetKeyData(key); - if (key_data->DownDurationPrev < 0.0f || key_data->Down) - return false; - return true; -} - -bool ImGui::IsMouseDown(ImGuiMouseButton button) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - return g.IO.MouseDown[button]; -} - -bool ImGui::IsMouseClicked(ImGuiMouseButton button, bool repeat) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - const float t = g.IO.MouseDownDuration[button]; - if (t == 0.0f) - return true; - if (repeat && t > g.IO.KeyRepeatDelay) - return CalcTypematicRepeatAmount(t - g.IO.DeltaTime, t, g.IO.KeyRepeatDelay, g.IO.KeyRepeatRate) > 0; - return false; -} - -bool ImGui::IsMouseReleased(ImGuiMouseButton button) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - return g.IO.MouseReleased[button]; -} - -bool ImGui::IsMouseDoubleClicked(ImGuiMouseButton button) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - return g.IO.MouseClickedCount[button] == 2; -} - -int ImGui::GetMouseClickedCount(ImGuiMouseButton button) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - return g.IO.MouseClickedCount[button]; -} - -// Return if a mouse click/drag went past the given threshold. Valid to call during the MouseReleased frame. -// [Internal] This doesn't test if the button is pressed -bool ImGui::IsMouseDragPastThreshold(ImGuiMouseButton button, float lock_threshold) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - if (lock_threshold < 0.0f) - lock_threshold = g.IO.MouseDragThreshold; - return g.IO.MouseDragMaxDistanceSqr[button] >= lock_threshold * lock_threshold; -} - -bool ImGui::IsMouseDragging(ImGuiMouseButton button, float lock_threshold) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - if (!g.IO.MouseDown[button]) - return false; - return IsMouseDragPastThreshold(button, lock_threshold); -} - -ImVec2 ImGui::GetMousePos() -{ - ImGuiContext& g = *GImGui; - return g.IO.MousePos; -} - -// NB: prefer to call right after BeginPopup(). At the time Selectable/MenuItem is activated, the popup is already closed! -ImVec2 ImGui::GetMousePosOnOpeningCurrentPopup() -{ - ImGuiContext& g = *GImGui; - if (g.BeginPopupStack.Size > 0) - return g.OpenPopupStack[g.BeginPopupStack.Size - 1].OpenMousePos; - return g.IO.MousePos; -} - -// We typically use ImVec2(-FLT_MAX,-FLT_MAX) to denote an invalid mouse position. -bool ImGui::IsMousePosValid(const ImVec2* mouse_pos) -{ - // The assert is only to silence a false-positive in XCode Static Analysis. - // Because GImGui is not dereferenced in every code path, the static analyzer assume that it may be NULL (which it doesn't for other functions). - IM_ASSERT(GImGui != NULL); - const float MOUSE_INVALID = -256000.0f; - ImVec2 p = mouse_pos ? *mouse_pos : GImGui->IO.MousePos; - return p.x >= MOUSE_INVALID && p.y >= MOUSE_INVALID; -} - -// [WILL OBSOLETE] This was designed for backends, but prefer having backend maintain a mask of held mouse buttons, because upcoming input queue system will make this invalid. -bool ImGui::IsAnyMouseDown() -{ - ImGuiContext& g = *GImGui; - for (int n = 0; n < IM_ARRAYSIZE(g.IO.MouseDown); n++) - if (g.IO.MouseDown[n]) - return true; - return false; -} - -// Return the delta from the initial clicking position while the mouse button is clicked or was just released. -// This is locked and return 0.0f until the mouse moves past a distance threshold at least once. -// NB: This is only valid if IsMousePosValid(). backends in theory should always keep mouse position valid when dragging even outside the client window. -ImVec2 ImGui::GetMouseDragDelta(ImGuiMouseButton button, float lock_threshold) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - if (lock_threshold < 0.0f) - lock_threshold = g.IO.MouseDragThreshold; - if (g.IO.MouseDown[button] || g.IO.MouseReleased[button]) - if (g.IO.MouseDragMaxDistanceSqr[button] >= lock_threshold * lock_threshold) - if (IsMousePosValid(&g.IO.MousePos) && IsMousePosValid(&g.IO.MouseClickedPos[button])) - return g.IO.MousePos - g.IO.MouseClickedPos[button]; - return ImVec2(0.0f, 0.0f); -} - -void ImGui::ResetMouseDragDelta(ImGuiMouseButton button) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(button >= 0 && button < IM_ARRAYSIZE(g.IO.MouseDown)); - // NB: We don't need to reset g.IO.MouseDragMaxDistanceSqr - g.IO.MouseClickedPos[button] = g.IO.MousePos; -} - -ImGuiMouseCursor ImGui::GetMouseCursor() -{ - ImGuiContext& g = *GImGui; - return g.MouseCursor; -} - -void ImGui::SetMouseCursor(ImGuiMouseCursor cursor_type) -{ - ImGuiContext& g = *GImGui; - g.MouseCursor = cursor_type; -} - -void ImGui::SetNextFrameWantCaptureKeyboard(bool want_capture_keyboard) -{ - ImGuiContext& g = *GImGui; - g.WantCaptureKeyboardNextFrame = want_capture_keyboard ? 1 : 0; -} - -void ImGui::SetNextFrameWantCaptureMouse(bool want_capture_mouse) -{ - ImGuiContext& g = *GImGui; - g.WantCaptureMouseNextFrame = want_capture_mouse ? 1 : 0; -} - -#ifndef IMGUI_DISABLE_DEBUG_TOOLS -static const char* GetInputSourceName(ImGuiInputSource source) -{ - const char* input_source_names[] = { "None", "Mouse", "Keyboard", "Gamepad", "Nav", "Clipboard" }; - IM_ASSERT(IM_ARRAYSIZE(input_source_names) == ImGuiInputSource_COUNT && source >= 0 && source < ImGuiInputSource_COUNT); - return input_source_names[source]; -} -#endif - -/*static void DebugPrintInputEvent(const char* prefix, const ImGuiInputEvent* e) -{ - if (e->Type == ImGuiInputEventType_MousePos) { IMGUI_DEBUG_LOG_IO("%s: MousePos (%.1f %.1f)\n", prefix, e->MousePos.PosX, e->MousePos.PosY); return; } - if (e->Type == ImGuiInputEventType_MouseButton) { IMGUI_DEBUG_LOG_IO("%s: MouseButton %d %s\n", prefix, e->MouseButton.Button, e->MouseButton.Down ? "Down" : "Up"); return; } - if (e->Type == ImGuiInputEventType_MouseWheel) { IMGUI_DEBUG_LOG_IO("%s: MouseWheel (%.1f %.1f)\n", prefix, e->MouseWheel.WheelX, e->MouseWheel.WheelY); return; } - if (e->Type == ImGuiInputEventType_Key) { IMGUI_DEBUG_LOG_IO("%s: Key \"%s\" %s\n", prefix, ImGui::GetKeyName(e->Key.Key), e->Key.Down ? "Down" : "Up"); return; } - if (e->Type == ImGuiInputEventType_Text) { IMGUI_DEBUG_LOG_IO("%s: Text: %c (U+%08X)\n", prefix, e->Text.Char, e->Text.Char); return; } - if (e->Type == ImGuiInputEventType_Focus) { IMGUI_DEBUG_LOG_IO("%s: AppFocused %d\n", prefix, e->AppFocused.Focused); return; } -}*/ - -// Process input queue -// We always call this with the value of 'bool g.IO.ConfigInputTrickleEventQueue'. -// - trickle_fast_inputs = false : process all events, turn into flattened input state (e.g. successive down/up/down/up will be lost) -// - trickle_fast_inputs = true : process as many events as possible (successive down/up/down/up will be trickled over several frames so nothing is lost) (new feature in 1.87) -void ImGui::UpdateInputEvents(bool trickle_fast_inputs) -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - - // Only trickle chars<>key when working with InputText() - // FIXME: InputText() could parse event trail? - // FIXME: Could specialize chars<>keys trickling rules for control keys (those not typically associated to characters) - const bool trickle_interleaved_keys_and_text = (trickle_fast_inputs && g.WantTextInputNextFrame == 1); - - bool mouse_moved = false, mouse_wheeled = false, key_changed = false, text_inputted = false; - int mouse_button_changed = 0x00; - ImBitArray key_changed_mask; - - int event_n = 0; - for (; event_n < g.InputEventsQueue.Size; event_n++) - { - const ImGuiInputEvent* e = &g.InputEventsQueue[event_n]; - if (e->Type == ImGuiInputEventType_MousePos) - { - ImVec2 event_pos(e->MousePos.PosX, e->MousePos.PosY); - if (IsMousePosValid(&event_pos)) - event_pos = ImVec2(ImFloorSigned(event_pos.x), ImFloorSigned(event_pos.y)); // Apply same flooring as UpdateMouseInputs() - if (io.MousePos.x != event_pos.x || io.MousePos.y != event_pos.y) - { - // Trickling Rule: Stop processing queued events if we already handled a mouse button change - if (trickle_fast_inputs && (mouse_button_changed != 0 || mouse_wheeled || key_changed || text_inputted)) - break; - io.MousePos = event_pos; - mouse_moved = true; - } - } - else if (e->Type == ImGuiInputEventType_MouseButton) - { - const ImGuiMouseButton button = e->MouseButton.Button; - IM_ASSERT(button >= 0 && button < ImGuiMouseButton_COUNT); - if (io.MouseDown[button] != e->MouseButton.Down) - { - // Trickling Rule: Stop processing queued events if we got multiple action on the same button - if (trickle_fast_inputs && ((mouse_button_changed & (1 << button)) || mouse_wheeled)) - break; - io.MouseDown[button] = e->MouseButton.Down; - mouse_button_changed |= (1 << button); - } - } - else if (e->Type == ImGuiInputEventType_MouseWheel) - { - if (e->MouseWheel.WheelX != 0.0f || e->MouseWheel.WheelY != 0.0f) - { - // Trickling Rule: Stop processing queued events if we got multiple action on the event - if (trickle_fast_inputs && (mouse_moved || mouse_button_changed != 0)) - break; - io.MouseWheelH += e->MouseWheel.WheelX; - io.MouseWheel += e->MouseWheel.WheelY; - mouse_wheeled = true; - } - } - else if (e->Type == ImGuiInputEventType_Key) - { - ImGuiKey key = e->Key.Key; - IM_ASSERT(key != ImGuiKey_None); - const int keydata_index = (key - ImGuiKey_KeysData_OFFSET); - ImGuiKeyData* keydata = &io.KeysData[keydata_index]; - if (keydata->Down != e->Key.Down || keydata->AnalogValue != e->Key.AnalogValue) - { - // Trickling Rule: Stop processing queued events if we got multiple action on the same button - if (trickle_fast_inputs && keydata->Down != e->Key.Down && (key_changed_mask.TestBit(keydata_index) || text_inputted || mouse_button_changed != 0)) - break; - keydata->Down = e->Key.Down; - keydata->AnalogValue = e->Key.AnalogValue; - key_changed = true; - key_changed_mask.SetBit(keydata_index); - - if (key == ImGuiKey_ModCtrl || key == ImGuiKey_ModShift || key == ImGuiKey_ModAlt || key == ImGuiKey_ModSuper) - { - if (key == ImGuiKey_ModCtrl) { io.KeyCtrl = keydata->Down; } - if (key == ImGuiKey_ModShift) { io.KeyShift = keydata->Down; } - if (key == ImGuiKey_ModAlt) { io.KeyAlt = keydata->Down; } - if (key == ImGuiKey_ModSuper) { io.KeySuper = keydata->Down; } - io.KeyMods = GetMergedModFlags(); - } - - // Allow legacy code using io.KeysDown[GetKeyIndex()] with new backends -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - io.KeysDown[key] = keydata->Down; - if (io.KeyMap[key] != -1) - io.KeysDown[io.KeyMap[key]] = keydata->Down; -#endif - } - } - else if (e->Type == ImGuiInputEventType_Text) - { - // Trickling Rule: Stop processing queued events if keys/mouse have been interacted with - if (trickle_fast_inputs && ((key_changed && trickle_interleaved_keys_and_text) || mouse_button_changed != 0 || mouse_moved || mouse_wheeled)) - break; - unsigned int c = e->Text.Char; - io.InputQueueCharacters.push_back(c <= IM_UNICODE_CODEPOINT_MAX ? (ImWchar)c : IM_UNICODE_CODEPOINT_INVALID); - if (trickle_interleaved_keys_and_text) - text_inputted = true; - } - else if (e->Type == ImGuiInputEventType_Focus) - { - // We intentionally overwrite this and process lower, in order to give a chance - // to multi-viewports backends to queue AddFocusEvent(false) + AddFocusEvent(true) in same frame. - io.AppFocusLost = !e->AppFocused.Focused; - } - else - { - IM_ASSERT(0 && "Unknown event!"); - } - } - - // Record trail (for domain-specific applications wanting to access a precise trail) - //if (event_n != 0) IMGUI_DEBUG_LOG_IO("Processed: %d / Remaining: %d\n", event_n, g.InputEventsQueue.Size - event_n); - for (int n = 0; n < event_n; n++) - g.InputEventsTrail.push_back(g.InputEventsQueue[n]); - - // [DEBUG] - /*if (event_n != 0) - for (int n = 0; n < g.InputEventsQueue.Size; n++) - DebugPrintInputEvent(n < event_n ? "Processed" : "Remaining", &g.InputEventsQueue[n]);*/ - - // Remaining events will be processed on the next frame - if (event_n == g.InputEventsQueue.Size) - g.InputEventsQueue.resize(0); - else - g.InputEventsQueue.erase(g.InputEventsQueue.Data, g.InputEventsQueue.Data + event_n); - - // Clear buttons state when focus is lost - // (this is useful so e.g. releasing Alt after focus loss on Alt-Tab doesn't trigger the Alt menu toggle) - if (g.IO.AppFocusLost) - { - g.IO.ClearInputKeys(); - g.IO.AppFocusLost = false; - } -} - - -//----------------------------------------------------------------------------- -// [SECTION] ERROR CHECKING -//----------------------------------------------------------------------------- - -// Helper function to verify ABI compatibility between caller code and compiled version of Dear ImGui. -// Verify that the type sizes are matching between the calling file's compilation unit and imgui.cpp's compilation unit -// If this triggers you have an issue: -// - Most commonly: mismatched headers and compiled code version. -// - Or: mismatched configuration #define, compilation settings, packing pragma etc. -// The configuration settings mentioned in imconfig.h must be set for all compilation units involved with Dear ImGui, -// which is way it is required you put them in your imconfig file (and not just before including imgui.h). -// Otherwise it is possible that different compilation units would see different structure layout -bool ImGui::DebugCheckVersionAndDataLayout(const char* version, size_t sz_io, size_t sz_style, size_t sz_vec2, size_t sz_vec4, size_t sz_vert, size_t sz_idx) -{ - bool error = false; - if (strcmp(version, IMGUI_VERSION) != 0) { error = true; IM_ASSERT(strcmp(version, IMGUI_VERSION) == 0 && "Mismatched version string!"); } - if (sz_io != sizeof(ImGuiIO)) { error = true; IM_ASSERT(sz_io == sizeof(ImGuiIO) && "Mismatched struct layout!"); } - if (sz_style != sizeof(ImGuiStyle)) { error = true; IM_ASSERT(sz_style == sizeof(ImGuiStyle) && "Mismatched struct layout!"); } - if (sz_vec2 != sizeof(ImVec2)) { error = true; IM_ASSERT(sz_vec2 == sizeof(ImVec2) && "Mismatched struct layout!"); } - if (sz_vec4 != sizeof(ImVec4)) { error = true; IM_ASSERT(sz_vec4 == sizeof(ImVec4) && "Mismatched struct layout!"); } - if (sz_vert != sizeof(ImDrawVert)) { error = true; IM_ASSERT(sz_vert == sizeof(ImDrawVert) && "Mismatched struct layout!"); } - if (sz_idx != sizeof(ImDrawIdx)) { error = true; IM_ASSERT(sz_idx == sizeof(ImDrawIdx) && "Mismatched struct layout!"); } - return !error; -} - -static void ImGui::ErrorCheckNewFrameSanityChecks() -{ - ImGuiContext& g = *GImGui; - - // Check user IM_ASSERT macro - // (IF YOU GET A WARNING OR COMPILE ERROR HERE: it means your assert macro is incorrectly defined! - // If your macro uses multiple statements, it NEEDS to be surrounded by a 'do { ... } while (0)' block. - // This is a common C/C++ idiom to allow multiple statements macros to be used in control flow blocks.) - // #define IM_ASSERT(EXPR) if (SomeCode(EXPR)) SomeMoreCode(); // Wrong! - // #define IM_ASSERT(EXPR) do { if (SomeCode(EXPR)) SomeMoreCode(); } while (0) // Correct! - if (true) IM_ASSERT(1); else IM_ASSERT(0); - - // Check user data - // (We pass an error message in the assert expression to make it visible to programmers who are not using a debugger, as most assert handlers display their argument) - IM_ASSERT(g.Initialized); - IM_ASSERT((g.IO.DeltaTime > 0.0f || g.FrameCount == 0) && "Need a positive DeltaTime!"); - IM_ASSERT((g.FrameCount == 0 || g.FrameCountEnded == g.FrameCount) && "Forgot to call Render() or EndFrame() at the end of the previous frame?"); - IM_ASSERT(g.IO.DisplaySize.x >= 0.0f && g.IO.DisplaySize.y >= 0.0f && "Invalid DisplaySize value!"); - IM_ASSERT(g.IO.Fonts->IsBuilt() && "Font Atlas not built! Make sure you called ImGui_ImplXXXX_NewFrame() function for renderer backend, which should call io.Fonts->GetTexDataAsRGBA32() / GetTexDataAsAlpha8()"); - IM_ASSERT(g.Style.CurveTessellationTol > 0.0f && "Invalid style setting!"); - IM_ASSERT(g.Style.CircleTessellationMaxError > 0.0f && "Invalid style setting!"); - IM_ASSERT(g.Style.Alpha >= 0.0f && g.Style.Alpha <= 1.0f && "Invalid style setting!"); // Allows us to avoid a few clamps in color computations - IM_ASSERT(g.Style.WindowMinSize.x >= 1.0f && g.Style.WindowMinSize.y >= 1.0f && "Invalid style setting."); - IM_ASSERT(g.Style.WindowMenuButtonPosition == ImGuiDir_None || g.Style.WindowMenuButtonPosition == ImGuiDir_Left || g.Style.WindowMenuButtonPosition == ImGuiDir_Right); - IM_ASSERT(g.Style.ColorButtonPosition == ImGuiDir_Left || g.Style.ColorButtonPosition == ImGuiDir_Right); -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - for (int n = ImGuiKey_NamedKey_BEGIN; n < ImGuiKey_COUNT; n++) - IM_ASSERT(g.IO.KeyMap[n] >= -1 && g.IO.KeyMap[n] < ImGuiKey_LegacyNativeKey_END && "io.KeyMap[] contains an out of bound value (need to be 0..511, or -1 for unmapped key)"); - - // Check: required key mapping (we intentionally do NOT check all keys to not pressure user into setting up everything, but Space is required and was only added in 1.60 WIP) - if ((g.IO.ConfigFlags & ImGuiConfigFlags_NavEnableKeyboard) && g.IO.BackendUsingLegacyKeyArrays == 1) - IM_ASSERT(g.IO.KeyMap[ImGuiKey_Space] != -1 && "ImGuiKey_Space is not mapped, required for keyboard navigation."); -#endif - - // Check: the io.ConfigWindowsResizeFromEdges option requires backend to honor mouse cursor changes and set the ImGuiBackendFlags_HasMouseCursors flag accordingly. - if (g.IO.ConfigWindowsResizeFromEdges && !(g.IO.BackendFlags & ImGuiBackendFlags_HasMouseCursors)) - g.IO.ConfigWindowsResizeFromEdges = false; -} - -static void ImGui::ErrorCheckEndFrameSanityChecks() -{ - ImGuiContext& g = *GImGui; - - // Verify that io.KeyXXX fields haven't been tampered with. Key mods should not be modified between NewFrame() and EndFrame() - // One possible reason leading to this assert is that your backends update inputs _AFTER_ NewFrame(). - // It is known that when some modal native windows called mid-frame takes focus away, some backends such as GLFW will - // send key release events mid-frame. This would normally trigger this assertion and lead to sheared inputs. - // We silently accommodate for this case by ignoring/ the case where all io.KeyXXX modifiers were released (aka key_mod_flags == 0), - // while still correctly asserting on mid-frame key press events. - const ImGuiModFlags key_mods = GetMergedModFlags(); - IM_ASSERT((key_mods == 0 || g.IO.KeyMods == key_mods) && "Mismatching io.KeyCtrl/io.KeyShift/io.KeyAlt/io.KeySuper vs io.KeyMods"); - IM_UNUSED(key_mods); - - // [EXPERIMENTAL] Recover from errors: You may call this yourself before EndFrame(). - //ErrorCheckEndFrameRecover(); - - // Report when there is a mismatch of Begin/BeginChild vs End/EndChild calls. Important: Remember that the Begin/BeginChild API requires you - // to always call End/EndChild even if Begin/BeginChild returns false! (this is unfortunately inconsistent with most other Begin* API). - if (g.CurrentWindowStack.Size != 1) - { - if (g.CurrentWindowStack.Size > 1) - { - IM_ASSERT_USER_ERROR(g.CurrentWindowStack.Size == 1, "Mismatched Begin/BeginChild vs End/EndChild calls: did you forget to call End/EndChild?"); - while (g.CurrentWindowStack.Size > 1) - End(); - } - else - { - IM_ASSERT_USER_ERROR(g.CurrentWindowStack.Size == 1, "Mismatched Begin/BeginChild vs End/EndChild calls: did you call End/EndChild too much?"); - } - } - - IM_ASSERT_USER_ERROR(g.GroupStack.Size == 0, "Missing EndGroup call!"); -} - -// Experimental recovery from incorrect usage of BeginXXX/EndXXX/PushXXX/PopXXX calls. -// Must be called during or before EndFrame(). -// This is generally flawed as we are not necessarily End/Popping things in the right order. -// FIXME: Can't recover from inside BeginTabItem/EndTabItem yet. -// FIXME: Can't recover from interleaved BeginTabBar/Begin -void ImGui::ErrorCheckEndFrameRecover(ImGuiErrorLogCallback log_callback, void* user_data) -{ - // PVS-Studio V1044 is "Loop break conditions do not depend on the number of iterations" - ImGuiContext& g = *GImGui; - while (g.CurrentWindowStack.Size > 0) //-V1044 - { - ErrorCheckEndWindowRecover(log_callback, user_data); - ImGuiWindow* window = g.CurrentWindow; - if (g.CurrentWindowStack.Size == 1) - { - IM_ASSERT(window->IsFallbackWindow); - break; - } - if (window->Flags & ImGuiWindowFlags_ChildWindow) - { - if (log_callback) log_callback(user_data, "Recovered from missing EndChild() for '%s'", window->Name); - EndChild(); - } - else - { - if (log_callback) log_callback(user_data, "Recovered from missing End() for '%s'", window->Name); - End(); - } - } -} - -// Must be called before End()/EndChild() -void ImGui::ErrorCheckEndWindowRecover(ImGuiErrorLogCallback log_callback, void* user_data) -{ - ImGuiContext& g = *GImGui; - while (g.CurrentTable && (g.CurrentTable->OuterWindow == g.CurrentWindow || g.CurrentTable->InnerWindow == g.CurrentWindow)) - { - if (log_callback) log_callback(user_data, "Recovered from missing EndTable() in '%s'", g.CurrentTable->OuterWindow->Name); - EndTable(); - } - - ImGuiWindow* window = g.CurrentWindow; - ImGuiStackSizes* stack_sizes = &g.CurrentWindowStack.back().StackSizesOnBegin; - IM_ASSERT(window != NULL); - while (g.CurrentTabBar != NULL) //-V1044 - { - if (log_callback) log_callback(user_data, "Recovered from missing EndTabBar() in '%s'", window->Name); - EndTabBar(); - } - while (window->DC.TreeDepth > 0) - { - if (log_callback) log_callback(user_data, "Recovered from missing TreePop() in '%s'", window->Name); - TreePop(); - } - while (g.GroupStack.Size > stack_sizes->SizeOfGroupStack) //-V1044 - { - if (log_callback) log_callback(user_data, "Recovered from missing EndGroup() in '%s'", window->Name); - EndGroup(); - } - while (window->IDStack.Size > 1) - { - if (log_callback) log_callback(user_data, "Recovered from missing PopID() in '%s'", window->Name); - PopID(); - } - while (g.DisabledStackSize > stack_sizes->SizeOfDisabledStack) //-V1044 - { - if (log_callback) log_callback(user_data, "Recovered from missing EndDisabled() in '%s'", window->Name); - EndDisabled(); - } - while (g.ColorStack.Size > stack_sizes->SizeOfColorStack) - { - if (log_callback) log_callback(user_data, "Recovered from missing PopStyleColor() in '%s' for ImGuiCol_%s", window->Name, GetStyleColorName(g.ColorStack.back().Col)); - PopStyleColor(); - } - while (g.ItemFlagsStack.Size > stack_sizes->SizeOfItemFlagsStack) //-V1044 - { - if (log_callback) log_callback(user_data, "Recovered from missing PopItemFlag() in '%s'", window->Name); - PopItemFlag(); - } - while (g.StyleVarStack.Size > stack_sizes->SizeOfStyleVarStack) //-V1044 - { - if (log_callback) log_callback(user_data, "Recovered from missing PopStyleVar() in '%s'", window->Name); - PopStyleVar(); - } - while (g.FocusScopeStack.Size > stack_sizes->SizeOfFocusScopeStack) //-V1044 - { - if (log_callback) log_callback(user_data, "Recovered from missing PopFocusScope() in '%s'", window->Name); - PopFocusScope(); - } -} - -// Save current stack sizes for later compare -void ImGuiStackSizes::SetToCurrentState() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - SizeOfIDStack = (short)window->IDStack.Size; - SizeOfColorStack = (short)g.ColorStack.Size; - SizeOfStyleVarStack = (short)g.StyleVarStack.Size; - SizeOfFontStack = (short)g.FontStack.Size; - SizeOfFocusScopeStack = (short)g.FocusScopeStack.Size; - SizeOfGroupStack = (short)g.GroupStack.Size; - SizeOfItemFlagsStack = (short)g.ItemFlagsStack.Size; - SizeOfBeginPopupStack = (short)g.BeginPopupStack.Size; - SizeOfDisabledStack = (short)g.DisabledStackSize; -} - -// Compare to detect usage errors -void ImGuiStackSizes::CompareWithCurrentState() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_UNUSED(window); - - // Window stacks - // NOT checking: DC.ItemWidth, DC.TextWrapPos (per window) to allow user to conveniently push once and not pop (they are cleared on Begin) - IM_ASSERT(SizeOfIDStack == window->IDStack.Size && "PushID/PopID or TreeNode/TreePop Mismatch!"); - - // Global stacks - // For color, style and font stacks there is an incentive to use Push/Begin/Pop/.../End patterns, so we relax our checks a little to allow them. - IM_ASSERT(SizeOfGroupStack == g.GroupStack.Size && "BeginGroup/EndGroup Mismatch!"); - IM_ASSERT(SizeOfBeginPopupStack == g.BeginPopupStack.Size && "BeginPopup/EndPopup or BeginMenu/EndMenu Mismatch!"); - IM_ASSERT(SizeOfDisabledStack == g.DisabledStackSize && "BeginDisabled/EndDisabled Mismatch!"); - IM_ASSERT(SizeOfItemFlagsStack >= g.ItemFlagsStack.Size && "PushItemFlag/PopItemFlag Mismatch!"); - IM_ASSERT(SizeOfColorStack >= g.ColorStack.Size && "PushStyleColor/PopStyleColor Mismatch!"); - IM_ASSERT(SizeOfStyleVarStack >= g.StyleVarStack.Size && "PushStyleVar/PopStyleVar Mismatch!"); - IM_ASSERT(SizeOfFontStack >= g.FontStack.Size && "PushFont/PopFont Mismatch!"); - IM_ASSERT(SizeOfFocusScopeStack == g.FocusScopeStack.Size && "PushFocusScope/PopFocusScope Mismatch!"); -} - - -//----------------------------------------------------------------------------- -// [SECTION] LAYOUT -//----------------------------------------------------------------------------- -// - ItemSize() -// - ItemAdd() -// - SameLine() -// - GetCursorScreenPos() -// - SetCursorScreenPos() -// - GetCursorPos(), GetCursorPosX(), GetCursorPosY() -// - SetCursorPos(), SetCursorPosX(), SetCursorPosY() -// - GetCursorStartPos() -// - Indent() -// - Unindent() -// - SetNextItemWidth() -// - PushItemWidth() -// - PushMultiItemsWidths() -// - PopItemWidth() -// - CalcItemWidth() -// - CalcItemSize() -// - GetTextLineHeight() -// - GetTextLineHeightWithSpacing() -// - GetFrameHeight() -// - GetFrameHeightWithSpacing() -// - GetContentRegionMax() -// - GetContentRegionMaxAbs() [Internal] -// - GetContentRegionAvail(), -// - GetWindowContentRegionMin(), GetWindowContentRegionMax() -// - BeginGroup() -// - EndGroup() -// Also see in imgui_widgets: tab bars, and in imgui_tables: tables, columns. -//----------------------------------------------------------------------------- - -// Advance cursor given item size for layout. -// Register minimum needed size so it can extend the bounding box used for auto-fit calculation. -// See comments in ItemAdd() about how/why the size provided to ItemSize() vs ItemAdd() may often different. -void ImGui::ItemSize(const ImVec2& size, float text_baseline_y) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return; - - // We increase the height in this function to accommodate for baseline offset. - // In theory we should be offsetting the starting position (window->DC.CursorPos), that will be the topic of a larger refactor, - // but since ItemSize() is not yet an API that moves the cursor (to handle e.g. wrapping) enlarging the height has the same effect. - const float offset_to_match_baseline_y = (text_baseline_y >= 0) ? ImMax(0.0f, window->DC.CurrLineTextBaseOffset - text_baseline_y) : 0.0f; - - const float line_y1 = window->DC.IsSameLine ? window->DC.CursorPosPrevLine.y : window->DC.CursorPos.y; - const float line_height = ImMax(window->DC.CurrLineSize.y, /*ImMax(*/window->DC.CursorPos.y - line_y1/*, 0.0f)*/ + size.y + offset_to_match_baseline_y); - - // Always align ourselves on pixel boundaries - //if (g.IO.KeyAlt) window->DrawList->AddRect(window->DC.CursorPos, window->DC.CursorPos + ImVec2(size.x, line_height), IM_COL32(255,0,0,200)); // [DEBUG] - window->DC.CursorPosPrevLine.x = window->DC.CursorPos.x + size.x; - window->DC.CursorPosPrevLine.y = line_y1; - window->DC.CursorPos.x = IM_FLOOR(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x); // Next line - window->DC.CursorPos.y = IM_FLOOR(line_y1 + line_height + g.Style.ItemSpacing.y); // Next line - window->DC.CursorMaxPos.x = ImMax(window->DC.CursorMaxPos.x, window->DC.CursorPosPrevLine.x); - window->DC.CursorMaxPos.y = ImMax(window->DC.CursorMaxPos.y, window->DC.CursorPos.y - g.Style.ItemSpacing.y); - //if (g.IO.KeyAlt) window->DrawList->AddCircle(window->DC.CursorMaxPos, 3.0f, IM_COL32(255,0,0,255), 4); // [DEBUG] - - window->DC.PrevLineSize.y = line_height; - window->DC.CurrLineSize.y = 0.0f; - window->DC.PrevLineTextBaseOffset = ImMax(window->DC.CurrLineTextBaseOffset, text_baseline_y); - window->DC.CurrLineTextBaseOffset = 0.0f; - window->DC.IsSameLine = false; - - // Horizontal layout mode - if (window->DC.LayoutType == ImGuiLayoutType_Horizontal) - SameLine(); -} - -// Declare item bounding box for clipping and interaction. -// Note that the size can be different than the one provided to ItemSize(). Typically, widgets that spread over available surface -// declare their minimum size requirement to ItemSize() and provide a larger region to ItemAdd() which is used drawing/interaction. -bool ImGui::ItemAdd(const ImRect& bb, ImGuiID id, const ImRect* nav_bb_arg, ImGuiItemFlags extra_flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - // Set item data - // (DisplayRect is left untouched, made valid when ImGuiItemStatusFlags_HasDisplayRect is set) - g.LastItemData.ID = id; - g.LastItemData.Rect = bb; - g.LastItemData.NavRect = nav_bb_arg ? *nav_bb_arg : bb; - g.LastItemData.InFlags = g.CurrentItemFlags | extra_flags; - g.LastItemData.StatusFlags = ImGuiItemStatusFlags_None; - - // Directional navigation processing - if (id != 0) - { - KeepAliveID(id); - - // Runs prior to clipping early-out - // (a) So that NavInitRequest can be honored, for newly opened windows to select a default widget - // (b) So that we can scroll up/down past clipped items. This adds a small O(N) cost to regular navigation requests - // unfortunately, but it is still limited to one window. It may not scale very well for windows with ten of - // thousands of item, but at least NavMoveRequest is only set on user interaction, aka maximum once a frame. - // We could early out with "if (is_clipped && !g.NavInitRequest) return false;" but when we wouldn't be able - // to reach unclipped widgets. This would work if user had explicit scrolling control (e.g. mapped on a stick). - // We intentionally don't check if g.NavWindow != NULL because g.NavAnyRequest should only be set when it is non null. - // If we crash on a NULL g.NavWindow we need to fix the bug elsewhere. - window->DC.NavLayersActiveMaskNext |= (1 << window->DC.NavLayerCurrent); - if (g.NavId == id || g.NavAnyRequest) - if (g.NavWindow->RootWindowForNav == window->RootWindowForNav) - if (window == g.NavWindow || ((window->Flags | g.NavWindow->Flags) & ImGuiWindowFlags_NavFlattened)) - NavProcessItem(); - - // [DEBUG] People keep stumbling on this problem and using "" as identifier in the root of a window instead of "##something". - // Empty identifier are valid and useful in a small amount of cases, but 99.9% of the time you want to use "##something". - // READ THE FAQ: https://dearimgui.org/faq - IM_ASSERT(id != window->ID && "Cannot have an empty ID at the root of a window. If you need an empty label, use ## and read the FAQ about how the ID Stack works!"); - - // [DEBUG] Item Picker tool, when enabling the "extended" version we perform the check in ItemAdd() -#ifdef IMGUI_DEBUG_TOOL_ITEM_PICKER_EX - if (id == g.DebugItemPickerBreakId) - { - IM_DEBUG_BREAK(); - g.DebugItemPickerBreakId = 0; - } -#endif - } - g.NextItemData.Flags = ImGuiNextItemDataFlags_None; - -#ifdef IMGUI_ENABLE_TEST_ENGINE - if (id != 0) - IMGUI_TEST_ENGINE_ITEM_ADD(nav_bb_arg ? *nav_bb_arg : bb, id); -#endif - - // Clipping test - const bool is_clipped = IsClippedEx(bb, id); - if (is_clipped) - return false; - //if (g.IO.KeyAlt) window->DrawList->AddRect(bb.Min, bb.Max, IM_COL32(255,255,0,120)); // [DEBUG] - - // We need to calculate this now to take account of the current clipping rectangle (as items like Selectable may change them) - if (IsMouseHoveringRect(bb.Min, bb.Max)) - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_HoveredRect; - return true; -} - -// Gets back to previous line and continue with horizontal layout -// offset_from_start_x == 0 : follow right after previous item -// offset_from_start_x != 0 : align to specified x position (relative to window/group left) -// spacing_w < 0 : use default spacing if pos_x == 0, no spacing if pos_x != 0 -// spacing_w >= 0 : enforce spacing amount -void ImGui::SameLine(float offset_from_start_x, float spacing_w) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return; - - if (offset_from_start_x != 0.0f) - { - if (spacing_w < 0.0f) - spacing_w = 0.0f; - window->DC.CursorPos.x = window->Pos.x - window->Scroll.x + offset_from_start_x + spacing_w + window->DC.GroupOffset.x + window->DC.ColumnsOffset.x; - window->DC.CursorPos.y = window->DC.CursorPosPrevLine.y; - } - else - { - if (spacing_w < 0.0f) - spacing_w = g.Style.ItemSpacing.x; - window->DC.CursorPos.x = window->DC.CursorPosPrevLine.x + spacing_w; - window->DC.CursorPos.y = window->DC.CursorPosPrevLine.y; - } - window->DC.CurrLineSize = window->DC.PrevLineSize; - window->DC.CurrLineTextBaseOffset = window->DC.PrevLineTextBaseOffset; - window->DC.IsSameLine = true; -} - -ImVec2 ImGui::GetCursorScreenPos() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->DC.CursorPos; -} - -void ImGui::SetCursorScreenPos(const ImVec2& pos) -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DC.CursorPos = pos; - window->DC.CursorMaxPos = ImMax(window->DC.CursorMaxPos, window->DC.CursorPos); -} - -// User generally sees positions in window coordinates. Internally we store CursorPos in absolute screen coordinates because it is more convenient. -// Conversion happens as we pass the value to user, but it makes our naming convention confusing because GetCursorPos() == (DC.CursorPos - window.Pos). May want to rename 'DC.CursorPos'. -ImVec2 ImGui::GetCursorPos() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->DC.CursorPos - window->Pos + window->Scroll; -} - -float ImGui::GetCursorPosX() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->DC.CursorPos.x - window->Pos.x + window->Scroll.x; -} - -float ImGui::GetCursorPosY() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->DC.CursorPos.y - window->Pos.y + window->Scroll.y; -} - -void ImGui::SetCursorPos(const ImVec2& local_pos) -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DC.CursorPos = window->Pos - window->Scroll + local_pos; - window->DC.CursorMaxPos = ImMax(window->DC.CursorMaxPos, window->DC.CursorPos); -} - -void ImGui::SetCursorPosX(float x) -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DC.CursorPos.x = window->Pos.x - window->Scroll.x + x; - window->DC.CursorMaxPos.x = ImMax(window->DC.CursorMaxPos.x, window->DC.CursorPos.x); -} - -void ImGui::SetCursorPosY(float y) -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DC.CursorPos.y = window->Pos.y - window->Scroll.y + y; - window->DC.CursorMaxPos.y = ImMax(window->DC.CursorMaxPos.y, window->DC.CursorPos.y); -} - -ImVec2 ImGui::GetCursorStartPos() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->DC.CursorStartPos - window->Pos; -} - -void ImGui::Indent(float indent_w) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - window->DC.Indent.x += (indent_w != 0.0f) ? indent_w : g.Style.IndentSpacing; - window->DC.CursorPos.x = window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x; -} - -void ImGui::Unindent(float indent_w) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - window->DC.Indent.x -= (indent_w != 0.0f) ? indent_w : g.Style.IndentSpacing; - window->DC.CursorPos.x = window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x; -} - -// Affect large frame+labels widgets only. -void ImGui::SetNextItemWidth(float item_width) -{ - ImGuiContext& g = *GImGui; - g.NextItemData.Flags |= ImGuiNextItemDataFlags_HasWidth; - g.NextItemData.Width = item_width; -} - -// FIXME: Remove the == 0.0f behavior? -void ImGui::PushItemWidth(float item_width) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - window->DC.ItemWidthStack.push_back(window->DC.ItemWidth); // Backup current width - window->DC.ItemWidth = (item_width == 0.0f ? window->ItemWidthDefault : item_width); - g.NextItemData.Flags &= ~ImGuiNextItemDataFlags_HasWidth; -} - -void ImGui::PushMultiItemsWidths(int components, float w_full) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - const ImGuiStyle& style = g.Style; - const float w_item_one = ImMax(1.0f, IM_FLOOR((w_full - (style.ItemInnerSpacing.x) * (components - 1)) / (float)components)); - const float w_item_last = ImMax(1.0f, IM_FLOOR(w_full - (w_item_one + style.ItemInnerSpacing.x) * (components - 1))); - window->DC.ItemWidthStack.push_back(window->DC.ItemWidth); // Backup current width - window->DC.ItemWidthStack.push_back(w_item_last); - for (int i = 0; i < components - 2; i++) - window->DC.ItemWidthStack.push_back(w_item_one); - window->DC.ItemWidth = (components == 1) ? w_item_last : w_item_one; - g.NextItemData.Flags &= ~ImGuiNextItemDataFlags_HasWidth; -} - -void ImGui::PopItemWidth() -{ - ImGuiWindow* window = GetCurrentWindow(); - window->DC.ItemWidth = window->DC.ItemWidthStack.back(); - window->DC.ItemWidthStack.pop_back(); -} - -// Calculate default item width given value passed to PushItemWidth() or SetNextItemWidth(). -// The SetNextItemWidth() data is generally cleared/consumed by ItemAdd() or NextItemData.ClearFlags() -float ImGui::CalcItemWidth() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - float w; - if (g.NextItemData.Flags & ImGuiNextItemDataFlags_HasWidth) - w = g.NextItemData.Width; - else - w = window->DC.ItemWidth; - if (w < 0.0f) - { - float region_max_x = GetContentRegionMaxAbs().x; - w = ImMax(1.0f, region_max_x - window->DC.CursorPos.x + w); - } - w = IM_FLOOR(w); - return w; -} - -// [Internal] Calculate full item size given user provided 'size' parameter and default width/height. Default width is often == CalcItemWidth(). -// Those two functions CalcItemWidth vs CalcItemSize are awkwardly named because they are not fully symmetrical. -// Note that only CalcItemWidth() is publicly exposed. -// The 4.0f here may be changed to match CalcItemWidth() and/or BeginChild() (right now we have a mismatch which is harmless but undesirable) -ImVec2 ImGui::CalcItemSize(ImVec2 size, float default_w, float default_h) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - ImVec2 region_max; - if (size.x < 0.0f || size.y < 0.0f) - region_max = GetContentRegionMaxAbs(); - - if (size.x == 0.0f) - size.x = default_w; - else if (size.x < 0.0f) - size.x = ImMax(4.0f, region_max.x - window->DC.CursorPos.x + size.x); - - if (size.y == 0.0f) - size.y = default_h; - else if (size.y < 0.0f) - size.y = ImMax(4.0f, region_max.y - window->DC.CursorPos.y + size.y); - - return size; -} - -float ImGui::GetTextLineHeight() -{ - ImGuiContext& g = *GImGui; - return g.FontSize; -} - -float ImGui::GetTextLineHeightWithSpacing() -{ - ImGuiContext& g = *GImGui; - return g.FontSize + g.Style.ItemSpacing.y; -} - -float ImGui::GetFrameHeight() -{ - ImGuiContext& g = *GImGui; - return g.FontSize + g.Style.FramePadding.y * 2.0f; -} - -float ImGui::GetFrameHeightWithSpacing() -{ - ImGuiContext& g = *GImGui; - return g.FontSize + g.Style.FramePadding.y * 2.0f + g.Style.ItemSpacing.y; -} - -// FIXME: All the Contents Region function are messy or misleading. WE WILL AIM TO OBSOLETE ALL OF THEM WITH A NEW "WORK RECT" API. Thanks for your patience! - -// FIXME: This is in window space (not screen space!). -ImVec2 ImGui::GetContentRegionMax() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImVec2 mx = window->ContentRegionRect.Max - window->Pos; - if (window->DC.CurrentColumns || g.CurrentTable) - mx.x = window->WorkRect.Max.x - window->Pos.x; - return mx; -} - -// [Internal] Absolute coordinate. Saner. This is not exposed until we finishing refactoring work rect features. -ImVec2 ImGui::GetContentRegionMaxAbs() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImVec2 mx = window->ContentRegionRect.Max; - if (window->DC.CurrentColumns || g.CurrentTable) - mx.x = window->WorkRect.Max.x; - return mx; -} - -ImVec2 ImGui::GetContentRegionAvail() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return GetContentRegionMaxAbs() - window->DC.CursorPos; -} - -// In window space (not screen space!) -ImVec2 ImGui::GetWindowContentRegionMin() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->ContentRegionRect.Min - window->Pos; -} - -ImVec2 ImGui::GetWindowContentRegionMax() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->ContentRegionRect.Max - window->Pos; -} - -// Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine() on whole group, etc.) -// Groups are currently a mishmash of functionalities which should perhaps be clarified and separated. -// FIXME-OPT: Could we safely early out on ->SkipItems? -void ImGui::BeginGroup() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - g.GroupStack.resize(g.GroupStack.Size + 1); - ImGuiGroupData& group_data = g.GroupStack.back(); - group_data.WindowID = window->ID; - group_data.BackupCursorPos = window->DC.CursorPos; - group_data.BackupCursorMaxPos = window->DC.CursorMaxPos; - group_data.BackupIndent = window->DC.Indent; - group_data.BackupGroupOffset = window->DC.GroupOffset; - group_data.BackupCurrLineSize = window->DC.CurrLineSize; - group_data.BackupCurrLineTextBaseOffset = window->DC.CurrLineTextBaseOffset; - group_data.BackupActiveIdIsAlive = g.ActiveIdIsAlive; - group_data.BackupHoveredIdIsAlive = g.HoveredId != 0; - group_data.BackupActiveIdPreviousFrameIsAlive = g.ActiveIdPreviousFrameIsAlive; - group_data.EmitItem = true; - - window->DC.GroupOffset.x = window->DC.CursorPos.x - window->Pos.x - window->DC.ColumnsOffset.x; - window->DC.Indent = window->DC.GroupOffset; - window->DC.CursorMaxPos = window->DC.CursorPos; - window->DC.CurrLineSize = ImVec2(0.0f, 0.0f); - if (g.LogEnabled) - g.LogLinePosY = -FLT_MAX; // To enforce a carriage return -} - -void ImGui::EndGroup() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_ASSERT(g.GroupStack.Size > 0); // Mismatched BeginGroup()/EndGroup() calls - - ImGuiGroupData& group_data = g.GroupStack.back(); - IM_ASSERT(group_data.WindowID == window->ID); // EndGroup() in wrong window? - - ImRect group_bb(group_data.BackupCursorPos, ImMax(window->DC.CursorMaxPos, group_data.BackupCursorPos)); - - window->DC.CursorPos = group_data.BackupCursorPos; - window->DC.CursorMaxPos = ImMax(group_data.BackupCursorMaxPos, window->DC.CursorMaxPos); - window->DC.Indent = group_data.BackupIndent; - window->DC.GroupOffset = group_data.BackupGroupOffset; - window->DC.CurrLineSize = group_data.BackupCurrLineSize; - window->DC.CurrLineTextBaseOffset = group_data.BackupCurrLineTextBaseOffset; - if (g.LogEnabled) - g.LogLinePosY = -FLT_MAX; // To enforce a carriage return - - if (!group_data.EmitItem) - { - g.GroupStack.pop_back(); - return; - } - - window->DC.CurrLineTextBaseOffset = ImMax(window->DC.PrevLineTextBaseOffset, group_data.BackupCurrLineTextBaseOffset); // FIXME: Incorrect, we should grab the base offset from the *first line* of the group but it is hard to obtain now. - ItemSize(group_bb.GetSize()); - ItemAdd(group_bb, 0, NULL, ImGuiItemFlags_NoTabStop); - - // If the current ActiveId was declared within the boundary of our group, we copy it to LastItemId so IsItemActive(), IsItemDeactivated() etc. will be functional on the entire group. - // It would be be neater if we replaced window.DC.LastItemId by e.g. 'bool LastItemIsActive', but would put a little more burden on individual widgets. - // Also if you grep for LastItemId you'll notice it is only used in that context. - // (The two tests not the same because ActiveIdIsAlive is an ID itself, in order to be able to handle ActiveId being overwritten during the frame.) - const bool group_contains_curr_active_id = (group_data.BackupActiveIdIsAlive != g.ActiveId) && (g.ActiveIdIsAlive == g.ActiveId) && g.ActiveId; - const bool group_contains_prev_active_id = (group_data.BackupActiveIdPreviousFrameIsAlive == false) && (g.ActiveIdPreviousFrameIsAlive == true); - if (group_contains_curr_active_id) - g.LastItemData.ID = g.ActiveId; - else if (group_contains_prev_active_id) - g.LastItemData.ID = g.ActiveIdPreviousFrame; - g.LastItemData.Rect = group_bb; - - // Forward Hovered flag - const bool group_contains_curr_hovered_id = (group_data.BackupHoveredIdIsAlive == false) && g.HoveredId != 0; - if (group_contains_curr_hovered_id) - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_HoveredWindow; - - // Forward Edited flag - if (group_contains_curr_active_id && g.ActiveIdHasBeenEditedThisFrame) - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_Edited; - - // Forward Deactivated flag - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_HasDeactivated; - if (group_contains_prev_active_id && g.ActiveId != g.ActiveIdPreviousFrame) - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_Deactivated; - - g.GroupStack.pop_back(); - //window->DrawList->AddRect(group_bb.Min, group_bb.Max, IM_COL32(255,0,255,255)); // [Debug] -} - - -//----------------------------------------------------------------------------- -// [SECTION] SCROLLING -//----------------------------------------------------------------------------- - -// Helper to snap on edges when aiming at an item very close to the edge, -// So the difference between WindowPadding and ItemSpacing will be in the visible area after scrolling. -// When we refactor the scrolling API this may be configurable with a flag? -// Note that the effect for this won't be visible on X axis with default Style settings as WindowPadding.x == ItemSpacing.x by default. -static float CalcScrollEdgeSnap(float target, float snap_min, float snap_max, float snap_threshold, float center_ratio) -{ - if (target <= snap_min + snap_threshold) - return ImLerp(snap_min, target, center_ratio); - if (target >= snap_max - snap_threshold) - return ImLerp(target, snap_max, center_ratio); - return target; -} - -static ImVec2 CalcNextScrollFromScrollTargetAndClamp(ImGuiWindow* window) -{ - ImVec2 scroll = window->Scroll; - if (window->ScrollTarget.x < FLT_MAX) - { - float decoration_total_width = window->ScrollbarSizes.x; - float center_x_ratio = window->ScrollTargetCenterRatio.x; - float scroll_target_x = window->ScrollTarget.x; - if (window->ScrollTargetEdgeSnapDist.x > 0.0f) - { - float snap_x_min = 0.0f; - float snap_x_max = window->ScrollMax.x + window->SizeFull.x - decoration_total_width; - scroll_target_x = CalcScrollEdgeSnap(scroll_target_x, snap_x_min, snap_x_max, window->ScrollTargetEdgeSnapDist.x, center_x_ratio); - } - scroll.x = scroll_target_x - center_x_ratio * (window->SizeFull.x - decoration_total_width); - } - if (window->ScrollTarget.y < FLT_MAX) - { - float decoration_total_height = window->TitleBarHeight() + window->MenuBarHeight() + window->ScrollbarSizes.y; - float center_y_ratio = window->ScrollTargetCenterRatio.y; - float scroll_target_y = window->ScrollTarget.y; - if (window->ScrollTargetEdgeSnapDist.y > 0.0f) - { - float snap_y_min = 0.0f; - float snap_y_max = window->ScrollMax.y + window->SizeFull.y - decoration_total_height; - scroll_target_y = CalcScrollEdgeSnap(scroll_target_y, snap_y_min, snap_y_max, window->ScrollTargetEdgeSnapDist.y, center_y_ratio); - } - scroll.y = scroll_target_y - center_y_ratio * (window->SizeFull.y - decoration_total_height); - } - scroll.x = IM_FLOOR(ImMax(scroll.x, 0.0f)); - scroll.y = IM_FLOOR(ImMax(scroll.y, 0.0f)); - if (!window->Collapsed && !window->SkipItems) - { - scroll.x = ImMin(scroll.x, window->ScrollMax.x); - scroll.y = ImMin(scroll.y, window->ScrollMax.y); - } - return scroll; -} - -void ImGui::ScrollToItem(ImGuiScrollFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ScrollToRectEx(window, g.LastItemData.NavRect, flags); -} - -void ImGui::ScrollToRect(ImGuiWindow* window, const ImRect& item_rect, ImGuiScrollFlags flags) -{ - ScrollToRectEx(window, item_rect, flags); -} - -// Scroll to keep newly navigated item fully into view -ImVec2 ImGui::ScrollToRectEx(ImGuiWindow* window, const ImRect& item_rect, ImGuiScrollFlags flags) -{ - ImGuiContext& g = *GImGui; - ImRect window_rect(window->InnerRect.Min - ImVec2(1, 1), window->InnerRect.Max + ImVec2(1, 1)); - //GetForegroundDrawList(window)->AddRect(window_rect.Min, window_rect.Max, IM_COL32_WHITE); // [DEBUG] - - // Check that only one behavior is selected per axis - IM_ASSERT((flags & ImGuiScrollFlags_MaskX_) == 0 || ImIsPowerOfTwo(flags & ImGuiScrollFlags_MaskX_)); - IM_ASSERT((flags & ImGuiScrollFlags_MaskY_) == 0 || ImIsPowerOfTwo(flags & ImGuiScrollFlags_MaskY_)); - - // Defaults - ImGuiScrollFlags in_flags = flags; - if ((flags & ImGuiScrollFlags_MaskX_) == 0 && window->ScrollbarX) - flags |= ImGuiScrollFlags_KeepVisibleEdgeX; - if ((flags & ImGuiScrollFlags_MaskY_) == 0) - flags |= window->Appearing ? ImGuiScrollFlags_AlwaysCenterY : ImGuiScrollFlags_KeepVisibleEdgeY; - - const bool fully_visible_x = item_rect.Min.x >= window_rect.Min.x && item_rect.Max.x <= window_rect.Max.x; - const bool fully_visible_y = item_rect.Min.y >= window_rect.Min.y && item_rect.Max.y <= window_rect.Max.y; - const bool can_be_fully_visible_x = (item_rect.GetWidth() + g.Style.ItemSpacing.x * 2.0f) <= window_rect.GetWidth(); - const bool can_be_fully_visible_y = (item_rect.GetHeight() + g.Style.ItemSpacing.y * 2.0f) <= window_rect.GetHeight(); - - if ((flags & ImGuiScrollFlags_KeepVisibleEdgeX) && !fully_visible_x) - { - if (item_rect.Min.x < window_rect.Min.x || !can_be_fully_visible_x) - SetScrollFromPosX(window, item_rect.Min.x - g.Style.ItemSpacing.x - window->Pos.x, 0.0f); - else if (item_rect.Max.x >= window_rect.Max.x) - SetScrollFromPosX(window, item_rect.Max.x + g.Style.ItemSpacing.x - window->Pos.x, 1.0f); - } - else if (((flags & ImGuiScrollFlags_KeepVisibleCenterX) && !fully_visible_x) || (flags & ImGuiScrollFlags_AlwaysCenterX)) - { - float target_x = can_be_fully_visible_x ? ImFloor((item_rect.Min.x + item_rect.Max.x - window->InnerRect.GetWidth()) * 0.5f) : item_rect.Min.x; - SetScrollFromPosX(window, target_x - window->Pos.x, 0.0f); - } - - if ((flags & ImGuiScrollFlags_KeepVisibleEdgeY) && !fully_visible_y) - { - if (item_rect.Min.y < window_rect.Min.y || !can_be_fully_visible_y) - SetScrollFromPosY(window, item_rect.Min.y - g.Style.ItemSpacing.y - window->Pos.y, 0.0f); - else if (item_rect.Max.y >= window_rect.Max.y) - SetScrollFromPosY(window, item_rect.Max.y + g.Style.ItemSpacing.y - window->Pos.y, 1.0f); - } - else if (((flags & ImGuiScrollFlags_KeepVisibleCenterY) && !fully_visible_y) || (flags & ImGuiScrollFlags_AlwaysCenterY)) - { - float target_y = can_be_fully_visible_y ? ImFloor((item_rect.Min.y + item_rect.Max.y - window->InnerRect.GetHeight()) * 0.5f) : item_rect.Min.y; - SetScrollFromPosY(window, target_y - window->Pos.y, 0.0f); - } - - ImVec2 next_scroll = CalcNextScrollFromScrollTargetAndClamp(window); - ImVec2 delta_scroll = next_scroll - window->Scroll; - - // Also scroll parent window to keep us into view if necessary - if (!(flags & ImGuiScrollFlags_NoScrollParent) && (window->Flags & ImGuiWindowFlags_ChildWindow)) - { - // FIXME-SCROLL: May be an option? - if ((in_flags & (ImGuiScrollFlags_AlwaysCenterX | ImGuiScrollFlags_KeepVisibleCenterX)) != 0) - in_flags = (in_flags & ~ImGuiScrollFlags_MaskX_) | ImGuiScrollFlags_KeepVisibleEdgeX; - if ((in_flags & (ImGuiScrollFlags_AlwaysCenterY | ImGuiScrollFlags_KeepVisibleCenterY)) != 0) - in_flags = (in_flags & ~ImGuiScrollFlags_MaskY_) | ImGuiScrollFlags_KeepVisibleEdgeY; - delta_scroll += ScrollToRectEx(window->ParentWindow, ImRect(item_rect.Min - delta_scroll, item_rect.Max - delta_scroll), in_flags); - } - - return delta_scroll; -} - -float ImGui::GetScrollX() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->Scroll.x; -} - -float ImGui::GetScrollY() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->Scroll.y; -} - -float ImGui::GetScrollMaxX() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->ScrollMax.x; -} - -float ImGui::GetScrollMaxY() -{ - ImGuiWindow* window = GImGui->CurrentWindow; - return window->ScrollMax.y; -} - -void ImGui::SetScrollX(ImGuiWindow* window, float scroll_x) -{ - window->ScrollTarget.x = scroll_x; - window->ScrollTargetCenterRatio.x = 0.0f; - window->ScrollTargetEdgeSnapDist.x = 0.0f; -} - -void ImGui::SetScrollY(ImGuiWindow* window, float scroll_y) -{ - window->ScrollTarget.y = scroll_y; - window->ScrollTargetCenterRatio.y = 0.0f; - window->ScrollTargetEdgeSnapDist.y = 0.0f; -} - -void ImGui::SetScrollX(float scroll_x) -{ - ImGuiContext& g = *GImGui; - SetScrollX(g.CurrentWindow, scroll_x); -} - -void ImGui::SetScrollY(float scroll_y) -{ - ImGuiContext& g = *GImGui; - SetScrollY(g.CurrentWindow, scroll_y); -} - -// Note that a local position will vary depending on initial scroll value, -// This is a little bit confusing so bear with us: -// - local_pos = (absolution_pos - window->Pos) -// - So local_x/local_y are 0.0f for a position at the upper-left corner of a window, -// and generally local_x/local_y are >(padding+decoration) && <(size-padding-decoration) when in the visible area. -// - They mostly exists because of legacy API. -// Following the rules above, when trying to work with scrolling code, consider that: -// - SetScrollFromPosY(0.0f) == SetScrollY(0.0f + scroll.y) == has no effect! -// - SetScrollFromPosY(-scroll.y) == SetScrollY(-scroll.y + scroll.y) == SetScrollY(0.0f) == reset scroll. Of course writing SetScrollY(0.0f) directly then makes more sense -// We store a target position so centering and clamping can occur on the next frame when we are guaranteed to have a known window size -void ImGui::SetScrollFromPosX(ImGuiWindow* window, float local_x, float center_x_ratio) -{ - IM_ASSERT(center_x_ratio >= 0.0f && center_x_ratio <= 1.0f); - window->ScrollTarget.x = IM_FLOOR(local_x + window->Scroll.x); // Convert local position to scroll offset - window->ScrollTargetCenterRatio.x = center_x_ratio; - window->ScrollTargetEdgeSnapDist.x = 0.0f; -} - -void ImGui::SetScrollFromPosY(ImGuiWindow* window, float local_y, float center_y_ratio) -{ - IM_ASSERT(center_y_ratio >= 0.0f && center_y_ratio <= 1.0f); - const float decoration_up_height = window->TitleBarHeight() + window->MenuBarHeight(); // FIXME: Would be nice to have a more standardized access to our scrollable/client rect; - local_y -= decoration_up_height; - window->ScrollTarget.y = IM_FLOOR(local_y + window->Scroll.y); // Convert local position to scroll offset - window->ScrollTargetCenterRatio.y = center_y_ratio; - window->ScrollTargetEdgeSnapDist.y = 0.0f; -} - -void ImGui::SetScrollFromPosX(float local_x, float center_x_ratio) -{ - ImGuiContext& g = *GImGui; - SetScrollFromPosX(g.CurrentWindow, local_x, center_x_ratio); -} - -void ImGui::SetScrollFromPosY(float local_y, float center_y_ratio) -{ - ImGuiContext& g = *GImGui; - SetScrollFromPosY(g.CurrentWindow, local_y, center_y_ratio); -} - -// center_x_ratio: 0.0f left of last item, 0.5f horizontal center of last item, 1.0f right of last item. -void ImGui::SetScrollHereX(float center_x_ratio) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - float spacing_x = ImMax(window->WindowPadding.x, g.Style.ItemSpacing.x); - float target_pos_x = ImLerp(g.LastItemData.Rect.Min.x - spacing_x, g.LastItemData.Rect.Max.x + spacing_x, center_x_ratio); - SetScrollFromPosX(window, target_pos_x - window->Pos.x, center_x_ratio); // Convert from absolute to local pos - - // Tweak: snap on edges when aiming at an item very close to the edge - window->ScrollTargetEdgeSnapDist.x = ImMax(0.0f, window->WindowPadding.x - spacing_x); -} - -// center_y_ratio: 0.0f top of last item, 0.5f vertical center of last item, 1.0f bottom of last item. -void ImGui::SetScrollHereY(float center_y_ratio) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - float spacing_y = ImMax(window->WindowPadding.y, g.Style.ItemSpacing.y); - float target_pos_y = ImLerp(window->DC.CursorPosPrevLine.y - spacing_y, window->DC.CursorPosPrevLine.y + window->DC.PrevLineSize.y + spacing_y, center_y_ratio); - SetScrollFromPosY(window, target_pos_y - window->Pos.y, center_y_ratio); // Convert from absolute to local pos - - // Tweak: snap on edges when aiming at an item very close to the edge - window->ScrollTargetEdgeSnapDist.y = ImMax(0.0f, window->WindowPadding.y - spacing_y); -} - -//----------------------------------------------------------------------------- -// [SECTION] TOOLTIPS -//----------------------------------------------------------------------------- - -void ImGui::BeginTooltip() -{ - BeginTooltipEx(ImGuiTooltipFlags_None, ImGuiWindowFlags_None); -} - -void ImGui::BeginTooltipEx(ImGuiTooltipFlags tooltip_flags, ImGuiWindowFlags extra_window_flags) -{ - ImGuiContext& g = *GImGui; - - if (g.DragDropWithinSource || g.DragDropWithinTarget) - { - // The default tooltip position is a little offset to give space to see the context menu (it's also clamped within the current viewport/monitor) - // In the context of a dragging tooltip we try to reduce that offset and we enforce following the cursor. - // Whatever we do we want to call SetNextWindowPos() to enforce a tooltip position and disable clipping the tooltip without our display area, like regular tooltip do. - //ImVec2 tooltip_pos = g.IO.MousePos - g.ActiveIdClickOffset - g.Style.WindowPadding; - ImVec2 tooltip_pos = g.IO.MousePos + ImVec2(16 * g.Style.MouseCursorScale, 8 * g.Style.MouseCursorScale); - SetNextWindowPos(tooltip_pos); - SetNextWindowBgAlpha(g.Style.Colors[ImGuiCol_PopupBg].w * 0.60f); - //PushStyleVar(ImGuiStyleVar_Alpha, g.Style.Alpha * 0.60f); // This would be nice but e.g ColorButton with checkboard has issue with transparent colors :( - tooltip_flags |= ImGuiTooltipFlags_OverridePreviousTooltip; - } - - char window_name[16]; - ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", g.TooltipOverrideCount); - if (tooltip_flags & ImGuiTooltipFlags_OverridePreviousTooltip) - if (ImGuiWindow* window = FindWindowByName(window_name)) - if (window->Active) - { - // Hide previous tooltip from being displayed. We can't easily "reset" the content of a window so we create a new one. - window->Hidden = true; - window->HiddenFramesCanSkipItems = 1; // FIXME: This may not be necessary? - ImFormatString(window_name, IM_ARRAYSIZE(window_name), "##Tooltip_%02d", ++g.TooltipOverrideCount); - } - ImGuiWindowFlags flags = ImGuiWindowFlags_Tooltip | ImGuiWindowFlags_NoInputs | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_AlwaysAutoResize; - Begin(window_name, NULL, flags | extra_window_flags); -} - -void ImGui::EndTooltip() -{ - IM_ASSERT(GetCurrentWindowRead()->Flags & ImGuiWindowFlags_Tooltip); // Mismatched BeginTooltip()/EndTooltip() calls - End(); -} - -void ImGui::SetTooltipV(const char* fmt, va_list args) -{ - BeginTooltipEx(ImGuiTooltipFlags_OverridePreviousTooltip, ImGuiWindowFlags_None); - TextV(fmt, args); - EndTooltip(); -} - -void ImGui::SetTooltip(const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - SetTooltipV(fmt, args); - va_end(args); -} - -//----------------------------------------------------------------------------- -// [SECTION] POPUPS -//----------------------------------------------------------------------------- - -// Supported flags: ImGuiPopupFlags_AnyPopupId, ImGuiPopupFlags_AnyPopupLevel -bool ImGui::IsPopupOpen(ImGuiID id, ImGuiPopupFlags popup_flags) -{ - ImGuiContext& g = *GImGui; - if (popup_flags & ImGuiPopupFlags_AnyPopupId) - { - // Return true if any popup is open at the current BeginPopup() level of the popup stack - // This may be used to e.g. test for another popups already opened to handle popups priorities at the same level. - IM_ASSERT(id == 0); - if (popup_flags & ImGuiPopupFlags_AnyPopupLevel) - return g.OpenPopupStack.Size > 0; - else - return g.OpenPopupStack.Size > g.BeginPopupStack.Size; - } - else - { - if (popup_flags & ImGuiPopupFlags_AnyPopupLevel) - { - // Return true if the popup is open anywhere in the popup stack - for (int n = 0; n < g.OpenPopupStack.Size; n++) - if (g.OpenPopupStack[n].PopupId == id) - return true; - return false; - } - else - { - // Return true if the popup is open at the current BeginPopup() level of the popup stack (this is the most-common query) - return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].PopupId == id; - } - } -} - -bool ImGui::IsPopupOpen(const char* str_id, ImGuiPopupFlags popup_flags) -{ - ImGuiContext& g = *GImGui; - ImGuiID id = (popup_flags & ImGuiPopupFlags_AnyPopupId) ? 0 : g.CurrentWindow->GetID(str_id); - if ((popup_flags & ImGuiPopupFlags_AnyPopupLevel) && id != 0) - IM_ASSERT(0 && "Cannot use IsPopupOpen() with a string id and ImGuiPopupFlags_AnyPopupLevel."); // But non-string version is legal and used internally - return IsPopupOpen(id, popup_flags); -} - -ImGuiWindow* ImGui::GetTopMostPopupModal() -{ - ImGuiContext& g = *GImGui; - for (int n = g.OpenPopupStack.Size - 1; n >= 0; n--) - if (ImGuiWindow* popup = g.OpenPopupStack.Data[n].Window) - if (popup->Flags & ImGuiWindowFlags_Modal) - return popup; - return NULL; -} - -ImGuiWindow* ImGui::GetTopMostAndVisiblePopupModal() -{ - ImGuiContext& g = *GImGui; - for (int n = g.OpenPopupStack.Size - 1; n >= 0; n--) - if (ImGuiWindow* popup = g.OpenPopupStack.Data[n].Window) - if ((popup->Flags & ImGuiWindowFlags_Modal) && IsWindowActiveAndVisible(popup)) - return popup; - return NULL; -} - -void ImGui::OpenPopup(const char* str_id, ImGuiPopupFlags popup_flags) -{ - ImGuiContext& g = *GImGui; - ImGuiID id = g.CurrentWindow->GetID(str_id); - IMGUI_DEBUG_LOG_POPUP("[popup] OpenPopup(\"%s\" -> 0x%08X\n", str_id, id); - OpenPopupEx(id, popup_flags); -} - -void ImGui::OpenPopup(ImGuiID id, ImGuiPopupFlags popup_flags) -{ - OpenPopupEx(id, popup_flags); -} - -// Mark popup as open (toggle toward open state). -// Popups are closed when user click outside, or activate a pressable item, or CloseCurrentPopup() is called within a BeginPopup()/EndPopup() block. -// Popup identifiers are relative to the current ID-stack (so OpenPopup and BeginPopup needs to be at the same level). -// One open popup per level of the popup hierarchy (NB: when assigning we reset the Window member of ImGuiPopupRef to NULL) -void ImGui::OpenPopupEx(ImGuiID id, ImGuiPopupFlags popup_flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* parent_window = g.CurrentWindow; - const int current_stack_size = g.BeginPopupStack.Size; - - if (popup_flags & ImGuiPopupFlags_NoOpenOverExistingPopup) - if (IsPopupOpen(0u, ImGuiPopupFlags_AnyPopupId)) - return; - - ImGuiPopupData popup_ref; // Tagged as new ref as Window will be set back to NULL if we write this into OpenPopupStack. - popup_ref.PopupId = id; - popup_ref.Window = NULL; - popup_ref.SourceWindow = g.NavWindow; - popup_ref.OpenFrameCount = g.FrameCount; - popup_ref.OpenParentId = parent_window->IDStack.back(); - popup_ref.OpenPopupPos = NavCalcPreferredRefPos(); - popup_ref.OpenMousePos = IsMousePosValid(&g.IO.MousePos) ? g.IO.MousePos : popup_ref.OpenPopupPos; - - IMGUI_DEBUG_LOG_POPUP("[popup] OpenPopupEx(0x%08X)\n", id); - if (g.OpenPopupStack.Size < current_stack_size + 1) - { - g.OpenPopupStack.push_back(popup_ref); - } - else - { - // Gently handle the user mistakenly calling OpenPopup() every frame. It is a programming mistake! However, if we were to run the regular code path, the ui - // would become completely unusable because the popup will always be in hidden-while-calculating-size state _while_ claiming focus. Which would be a very confusing - // situation for the programmer. Instead, we silently allow the popup to proceed, it will keep reappearing and the programming error will be more obvious to understand. - if (g.OpenPopupStack[current_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCount - 1) - { - g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; - } - else - { - // Close child popups if any, then flag popup for open/reopen - ClosePopupToLevel(current_stack_size, false); - g.OpenPopupStack.push_back(popup_ref); - } - - // When reopening a popup we first refocus its parent, otherwise if its parent is itself a popup it would get closed by ClosePopupsOverWindow(). - // This is equivalent to what ClosePopupToLevel() does. - //if (g.OpenPopupStack[current_stack_size].PopupId == id) - // FocusWindow(parent_window); - } -} - -// When popups are stacked, clicking on a lower level popups puts focus back to it and close popups above it. -// This function closes any popups that are over 'ref_window'. -void ImGui::ClosePopupsOverWindow(ImGuiWindow* ref_window, bool restore_focus_to_window_under_popup) -{ - ImGuiContext& g = *GImGui; - if (g.OpenPopupStack.Size == 0) - return; - - // Don't close our own child popup windows. - int popup_count_to_keep = 0; - if (ref_window) - { - // Find the highest popup which is a descendant of the reference window (generally reference window = NavWindow) - for (; popup_count_to_keep < g.OpenPopupStack.Size; popup_count_to_keep++) - { - ImGuiPopupData& popup = g.OpenPopupStack[popup_count_to_keep]; - if (!popup.Window) - continue; - IM_ASSERT((popup.Window->Flags & ImGuiWindowFlags_Popup) != 0); - if (popup.Window->Flags & ImGuiWindowFlags_ChildWindow) - continue; - - // Trim the stack unless the popup is a direct parent of the reference window (the reference window is often the NavWindow) - // - With this stack of window, clicking/focusing Popup1 will close Popup2 and Popup3: - // Window -> Popup1 -> Popup2 -> Popup3 - // - Each popups may contain child windows, which is why we compare ->RootWindow! - // Window -> Popup1 -> Popup1_Child -> Popup2 -> Popup2_Child - bool ref_window_is_descendent_of_popup = false; - for (int n = popup_count_to_keep; n < g.OpenPopupStack.Size; n++) - if (ImGuiWindow* popup_window = g.OpenPopupStack[n].Window) - if (IsWindowWithinBeginStackOf(ref_window, popup_window)) - { - ref_window_is_descendent_of_popup = true; - break; - } - if (!ref_window_is_descendent_of_popup) - break; - } - } - if (popup_count_to_keep < g.OpenPopupStack.Size) // This test is not required but it allows to set a convenient breakpoint on the statement below - { - IMGUI_DEBUG_LOG_POPUP("[popup] ClosePopupsOverWindow(\"%s\")\n", ref_window ? ref_window->Name : ""); - ClosePopupToLevel(popup_count_to_keep, restore_focus_to_window_under_popup); - } -} - -void ImGui::ClosePopupsExceptModals() -{ - ImGuiContext& g = *GImGui; - - int popup_count_to_keep; - for (popup_count_to_keep = g.OpenPopupStack.Size; popup_count_to_keep > 0; popup_count_to_keep--) - { - ImGuiWindow* window = g.OpenPopupStack[popup_count_to_keep - 1].Window; - if (!window || window->Flags & ImGuiWindowFlags_Modal) - break; - } - if (popup_count_to_keep < g.OpenPopupStack.Size) // This test is not required but it allows to set a convenient breakpoint on the statement below - ClosePopupToLevel(popup_count_to_keep, true); -} - -void ImGui::ClosePopupToLevel(int remaining, bool restore_focus_to_window_under_popup) -{ - ImGuiContext& g = *GImGui; - IMGUI_DEBUG_LOG_POPUP("[popup] ClosePopupToLevel(%d), restore_focus_to_window_under_popup=%d\n", remaining, restore_focus_to_window_under_popup); - IM_ASSERT(remaining >= 0 && remaining < g.OpenPopupStack.Size); - - // Trim open popup stack - ImGuiWindow* focus_window = g.OpenPopupStack[remaining].SourceWindow; - ImGuiWindow* popup_window = g.OpenPopupStack[remaining].Window; - g.OpenPopupStack.resize(remaining); - - if (restore_focus_to_window_under_popup) - { - if (focus_window && !focus_window->WasActive && popup_window) - { - // Fallback - FocusTopMostWindowUnderOne(popup_window, NULL); - } - else - { - if (g.NavLayer == ImGuiNavLayer_Main && focus_window) - focus_window = NavRestoreLastChildNavWindow(focus_window); - FocusWindow(focus_window); - } - } -} - -// Close the popup we have begin-ed into. -void ImGui::CloseCurrentPopup() -{ - ImGuiContext& g = *GImGui; - int popup_idx = g.BeginPopupStack.Size - 1; - if (popup_idx < 0 || popup_idx >= g.OpenPopupStack.Size || g.BeginPopupStack[popup_idx].PopupId != g.OpenPopupStack[popup_idx].PopupId) - return; - - // Closing a menu closes its top-most parent popup (unless a modal) - while (popup_idx > 0) - { - ImGuiWindow* popup_window = g.OpenPopupStack[popup_idx].Window; - ImGuiWindow* parent_popup_window = g.OpenPopupStack[popup_idx - 1].Window; - bool close_parent = false; - if (popup_window && (popup_window->Flags & ImGuiWindowFlags_ChildMenu)) - if (parent_popup_window && !(parent_popup_window->Flags & ImGuiWindowFlags_MenuBar)) - close_parent = true; - if (!close_parent) - break; - popup_idx--; - } - IMGUI_DEBUG_LOG_POPUP("[popup] CloseCurrentPopup %d -> %d\n", g.BeginPopupStack.Size - 1, popup_idx); - ClosePopupToLevel(popup_idx, true); - - // A common pattern is to close a popup when selecting a menu item/selectable that will open another window. - // To improve this usage pattern, we avoid nav highlight for a single frame in the parent window. - // Similarly, we could avoid mouse hover highlight in this window but it is less visually problematic. - if (ImGuiWindow* window = g.NavWindow) - window->DC.NavHideHighlightOneFrame = true; -} - -// Attention! BeginPopup() adds default flags which BeginPopupEx()! -bool ImGui::BeginPopupEx(ImGuiID id, ImGuiWindowFlags flags) -{ - ImGuiContext& g = *GImGui; - if (!IsPopupOpen(id, ImGuiPopupFlags_None)) - { - g.NextWindowData.ClearFlags(); // We behave like Begin() and need to consume those values - return false; - } - - char name[20]; - if (flags & ImGuiWindowFlags_ChildMenu) - ImFormatString(name, IM_ARRAYSIZE(name), "##Menu_%02d", g.BeginMenuCount); // Recycle windows based on depth - else - ImFormatString(name, IM_ARRAYSIZE(name), "##Popup_%08x", id); // Not recycling, so we can close/open during the same frame - - flags |= ImGuiWindowFlags_Popup; - bool is_open = Begin(name, NULL, flags); - if (!is_open) // NB: Begin can return false when the popup is completely clipped (e.g. zero size display) - EndPopup(); - - return is_open; -} - -bool ImGui::BeginPopup(const char* str_id, ImGuiWindowFlags flags) -{ - ImGuiContext& g = *GImGui; - if (g.OpenPopupStack.Size <= g.BeginPopupStack.Size) // Early out for performance - { - g.NextWindowData.ClearFlags(); // We behave like Begin() and need to consume those values - return false; - } - flags |= ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoSavedSettings; - ImGuiID id = g.CurrentWindow->GetID(str_id); - return BeginPopupEx(id, flags); -} - -// If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup. -// Note that popup visibility status is owned by Dear ImGui (and manipulated with e.g. OpenPopup) so the actual value of *p_open is meaningless here. -bool ImGui::BeginPopupModal(const char* name, bool* p_open, ImGuiWindowFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - const ImGuiID id = window->GetID(name); - if (!IsPopupOpen(id, ImGuiPopupFlags_None)) - { - g.NextWindowData.ClearFlags(); // We behave like Begin() and need to consume those values - return false; - } - - // Center modal windows by default for increased visibility - // (this won't really last as settings will kick in, and is mostly for backward compatibility. user may do the same themselves) - // FIXME: Should test for (PosCond & window->SetWindowPosAllowFlags) with the upcoming window. - if ((g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasPos) == 0) - { - const ImGuiViewport* viewport = GetMainViewport(); - SetNextWindowPos(viewport->GetCenter(), ImGuiCond_FirstUseEver, ImVec2(0.5f, 0.5f)); - } - - flags |= ImGuiWindowFlags_Popup | ImGuiWindowFlags_Modal | ImGuiWindowFlags_NoCollapse; - const bool is_open = Begin(name, p_open, flags); - if (!is_open || (p_open && !*p_open)) // NB: is_open can be 'false' when the popup is completely clipped (e.g. zero size display) - { - EndPopup(); - if (is_open) - ClosePopupToLevel(g.BeginPopupStack.Size, true); - return false; - } - return is_open; -} - -void ImGui::EndPopup() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_ASSERT(window->Flags & ImGuiWindowFlags_Popup); // Mismatched BeginPopup()/EndPopup() calls - IM_ASSERT(g.BeginPopupStack.Size > 0); - - // Make all menus and popups wrap around for now, may need to expose that policy (e.g. focus scope could include wrap/loop policy flags used by new move requests) - if (g.NavWindow == window) - NavMoveRequestTryWrapping(window, ImGuiNavMoveFlags_LoopY); - - // Child-popups don't need to be laid out - IM_ASSERT(g.WithinEndChild == false); - if (window->Flags & ImGuiWindowFlags_ChildWindow) - g.WithinEndChild = true; - End(); - g.WithinEndChild = false; -} - -// Helper to open a popup if mouse button is released over the item -// - This is essentially the same as BeginPopupContextItem() but without the trailing BeginPopup() -void ImGui::OpenPopupOnItemClick(const char* str_id, ImGuiPopupFlags popup_flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - int mouse_button = (popup_flags & ImGuiPopupFlags_MouseButtonMask_); - if (IsMouseReleased(mouse_button) && IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup)) - { - ImGuiID id = str_id ? window->GetID(str_id) : g.LastItemData.ID; // If user hasn't passed an ID, we can use the LastItemID. Using LastItemID as a Popup ID won't conflict! - IM_ASSERT(id != 0); // You cannot pass a NULL str_id if the last item has no identifier (e.g. a Text() item) - OpenPopupEx(id, popup_flags); - } -} - -// This is a helper to handle the simplest case of associating one named popup to one given widget. -// - To create a popup associated to the last item, you generally want to pass a NULL value to str_id. -// - To create a popup with a specific identifier, pass it in str_id. -// - This is useful when using using BeginPopupContextItem() on an item which doesn't have an identifier, e.g. a Text() call. -// - This is useful when multiple code locations may want to manipulate/open the same popup, given an explicit id. -// - You may want to handle the whole on user side if you have specific needs (e.g. tweaking IsItemHovered() parameters). -// This is essentially the same as: -// id = str_id ? GetID(str_id) : GetItemID(); -// OpenPopupOnItemClick(str_id, ImGuiPopupFlags_MouseButtonRight); -// return BeginPopup(id); -// Which is essentially the same as: -// id = str_id ? GetID(str_id) : GetItemID(); -// if (IsItemHovered() && IsMouseReleased(ImGuiMouseButton_Right)) -// OpenPopup(id); -// return BeginPopup(id); -// The main difference being that this is tweaked to avoid computing the ID twice. -bool ImGui::BeginPopupContextItem(const char* str_id, ImGuiPopupFlags popup_flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return false; - ImGuiID id = str_id ? window->GetID(str_id) : g.LastItemData.ID; // If user hasn't passed an ID, we can use the LastItemID. Using LastItemID as a Popup ID won't conflict! - IM_ASSERT(id != 0); // You cannot pass a NULL str_id if the last item has no identifier (e.g. a Text() item) - int mouse_button = (popup_flags & ImGuiPopupFlags_MouseButtonMask_); - if (IsMouseReleased(mouse_button) && IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup)) - OpenPopupEx(id, popup_flags); - return BeginPopupEx(id, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoSavedSettings); -} - -bool ImGui::BeginPopupContextWindow(const char* str_id, ImGuiPopupFlags popup_flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (!str_id) - str_id = "window_context"; - ImGuiID id = window->GetID(str_id); - int mouse_button = (popup_flags & ImGuiPopupFlags_MouseButtonMask_); - if (IsMouseReleased(mouse_button) && IsWindowHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup)) - if (!(popup_flags & ImGuiPopupFlags_NoOpenOverItems) || !IsAnyItemHovered()) - OpenPopupEx(id, popup_flags); - return BeginPopupEx(id, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoSavedSettings); -} - -bool ImGui::BeginPopupContextVoid(const char* str_id, ImGuiPopupFlags popup_flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (!str_id) - str_id = "void_context"; - ImGuiID id = window->GetID(str_id); - int mouse_button = (popup_flags & ImGuiPopupFlags_MouseButtonMask_); - if (IsMouseReleased(mouse_button) && !IsWindowHovered(ImGuiHoveredFlags_AnyWindow)) - if (GetTopMostPopupModal() == NULL) - OpenPopupEx(id, popup_flags); - return BeginPopupEx(id, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoSavedSettings); -} - -// r_avoid = the rectangle to avoid (e.g. for tooltip it is a rectangle around the mouse cursor which we want to avoid. for popups it's a small point around the cursor.) -// r_outer = the visible area rectangle, minus safe area padding. If our popup size won't fit because of safe area padding we ignore it. -// (r_outer is usually equivalent to the viewport rectangle minus padding, but when multi-viewports are enabled and monitor -// information are available, it may represent the entire platform monitor from the frame of reference of the current viewport. -// this allows us to have tooltips/popups displayed out of the parent viewport.) -ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) -{ - ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); - //GetForegroundDrawList()->AddRect(r_avoid.Min, r_avoid.Max, IM_COL32(255,0,0,255)); - //GetForegroundDrawList()->AddRect(r_outer.Min, r_outer.Max, IM_COL32(0,255,0,255)); - - // Combo Box policy (we want a connecting edge) - if (policy == ImGuiPopupPositionPolicy_ComboBox) - { - const ImGuiDir dir_prefered_order[ImGuiDir_COUNT] = { ImGuiDir_Down, ImGuiDir_Right, ImGuiDir_Left, ImGuiDir_Up }; - for (int n = (*last_dir != ImGuiDir_None) ? -1 : 0; n < ImGuiDir_COUNT; n++) - { - const ImGuiDir dir = (n == -1) ? *last_dir : dir_prefered_order[n]; - if (n != -1 && dir == *last_dir) // Already tried this direction? - continue; - ImVec2 pos; - if (dir == ImGuiDir_Down) pos = ImVec2(r_avoid.Min.x, r_avoid.Max.y); // Below, Toward Right (default) - if (dir == ImGuiDir_Right) pos = ImVec2(r_avoid.Min.x, r_avoid.Min.y - size.y); // Above, Toward Right - if (dir == ImGuiDir_Left) pos = ImVec2(r_avoid.Max.x - size.x, r_avoid.Max.y); // Below, Toward Left - if (dir == ImGuiDir_Up) pos = ImVec2(r_avoid.Max.x - size.x, r_avoid.Min.y - size.y); // Above, Toward Left - if (!r_outer.Contains(ImRect(pos, pos + size))) - continue; - *last_dir = dir; - return pos; - } - } - - // Tooltip and Default popup policy - // (Always first try the direction we used on the last frame, if any) - if (policy == ImGuiPopupPositionPolicy_Tooltip || policy == ImGuiPopupPositionPolicy_Default) - { - const ImGuiDir dir_prefered_order[ImGuiDir_COUNT] = { ImGuiDir_Right, ImGuiDir_Down, ImGuiDir_Up, ImGuiDir_Left }; - for (int n = (*last_dir != ImGuiDir_None) ? -1 : 0; n < ImGuiDir_COUNT; n++) - { - const ImGuiDir dir = (n == -1) ? *last_dir : dir_prefered_order[n]; - if (n != -1 && dir == *last_dir) // Already tried this direction? - continue; - - const float avail_w = (dir == ImGuiDir_Left ? r_avoid.Min.x : r_outer.Max.x) - (dir == ImGuiDir_Right ? r_avoid.Max.x : r_outer.Min.x); - const float avail_h = (dir == ImGuiDir_Up ? r_avoid.Min.y : r_outer.Max.y) - (dir == ImGuiDir_Down ? r_avoid.Max.y : r_outer.Min.y); - - // If there not enough room on one axis, there's no point in positioning on a side on this axis (e.g. when not enough width, use a top/bottom position to maximize available width) - if (avail_w < size.x && (dir == ImGuiDir_Left || dir == ImGuiDir_Right)) - continue; - if (avail_h < size.y && (dir == ImGuiDir_Up || dir == ImGuiDir_Down)) - continue; - - ImVec2 pos; - pos.x = (dir == ImGuiDir_Left) ? r_avoid.Min.x - size.x : (dir == ImGuiDir_Right) ? r_avoid.Max.x : base_pos_clamped.x; - pos.y = (dir == ImGuiDir_Up) ? r_avoid.Min.y - size.y : (dir == ImGuiDir_Down) ? r_avoid.Max.y : base_pos_clamped.y; - - // Clamp top-left corner of popup - pos.x = ImMax(pos.x, r_outer.Min.x); - pos.y = ImMax(pos.y, r_outer.Min.y); - - *last_dir = dir; - return pos; - } - } - - // Fallback when not enough room: - *last_dir = ImGuiDir_None; - - // For tooltip we prefer avoiding the cursor at all cost even if it means that part of the tooltip won't be visible. - if (policy == ImGuiPopupPositionPolicy_Tooltip) - return ref_pos + ImVec2(2, 2); - - // Otherwise try to keep within display - ImVec2 pos = ref_pos; - pos.x = ImMax(ImMin(pos.x + size.x, r_outer.Max.x) - size.x, r_outer.Min.x); - pos.y = ImMax(ImMin(pos.y + size.y, r_outer.Max.y) - size.y, r_outer.Min.y); - return pos; -} - -// Note that this is used for popups, which can overlap the non work-area of individual viewports. -ImRect ImGui::GetPopupAllowedExtentRect(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - IM_UNUSED(window); - ImRect r_screen = ((ImGuiViewportP*)(void*)GetMainViewport())->GetMainRect(); - ImVec2 padding = g.Style.DisplaySafeAreaPadding; - r_screen.Expand(ImVec2((r_screen.GetWidth() > padding.x * 2) ? -padding.x : 0.0f, (r_screen.GetHeight() > padding.y * 2) ? -padding.y : 0.0f)); - return r_screen; -} - -ImVec2 ImGui::FindBestWindowPosForPopup(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - - ImRect r_outer = GetPopupAllowedExtentRect(window); - if (window->Flags & ImGuiWindowFlags_ChildMenu) - { - // Child menus typically request _any_ position within the parent menu item, and then we move the new menu outside the parent bounds. - // This is how we end up with child menus appearing (most-commonly) on the right of the parent menu. - IM_ASSERT(g.CurrentWindow == window); - ImGuiWindow* parent_window = g.CurrentWindowStack[g.CurrentWindowStack.Size - 2].Window; - float horizontal_overlap = g.Style.ItemInnerSpacing.x; // We want some overlap to convey the relative depth of each menu (currently the amount of overlap is hard-coded to style.ItemSpacing.x). - ImRect r_avoid; - if (parent_window->DC.MenuBarAppending) - r_avoid = ImRect(-FLT_MAX, parent_window->ClipRect.Min.y, FLT_MAX, parent_window->ClipRect.Max.y); // Avoid parent menu-bar. If we wanted multi-line menu-bar, we may instead want to have the calling window setup e.g. a NextWindowData.PosConstraintAvoidRect field - else - r_avoid = ImRect(parent_window->Pos.x + horizontal_overlap, -FLT_MAX, parent_window->Pos.x + parent_window->Size.x - horizontal_overlap - parent_window->ScrollbarSizes.x, FLT_MAX); - return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid, ImGuiPopupPositionPolicy_Default); - } - if (window->Flags & ImGuiWindowFlags_Popup) - { - return FindBestWindowPosForPopupEx(window->Pos, window->Size, &window->AutoPosLastDirection, r_outer, ImRect(window->Pos, window->Pos), ImGuiPopupPositionPolicy_Default); // Ideally we'd disable r_avoid here - } - if (window->Flags & ImGuiWindowFlags_Tooltip) - { - // Position tooltip (always follows mouse) - float sc = g.Style.MouseCursorScale; - ImVec2 ref_pos = NavCalcPreferredRefPos(); - ImRect r_avoid; - if (!g.NavDisableHighlight && g.NavDisableMouseHover && !(g.IO.ConfigFlags & ImGuiConfigFlags_NavEnableSetMousePos)) - r_avoid = ImRect(ref_pos.x - 16, ref_pos.y - 8, ref_pos.x + 16, ref_pos.y + 8); - else - r_avoid = ImRect(ref_pos.x - 16, ref_pos.y - 8, ref_pos.x + 24 * sc, ref_pos.y + 24 * sc); // FIXME: Hard-coded based on mouse cursor shape expectation. Exact dimension not very important. - return FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_outer, r_avoid, ImGuiPopupPositionPolicy_Tooltip); - } - IM_ASSERT(0); - return window->Pos; -} - -//----------------------------------------------------------------------------- -// [SECTION] KEYBOARD/GAMEPAD NAVIGATION -//----------------------------------------------------------------------------- - -// FIXME-NAV: The existence of SetNavID vs SetFocusID vs FocusWindow() needs to be clarified/reworked. -// In our terminology those should be interchangeable, yet right now this is super confusing. -// Those two functions are merely a legacy artifact, so at minimum naming should be clarified. - -void ImGui::SetNavWindow(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - if (g.NavWindow != window) - { - IMGUI_DEBUG_LOG_FOCUS("[focus] SetNavWindow(\"%s\")\n", window ? window->Name : ""); - g.NavWindow = window; - } - g.NavInitRequest = g.NavMoveSubmitted = g.NavMoveScoringItems = false; - NavUpdateAnyRequestFlag(); -} - -void ImGui::SetNavID(ImGuiID id, ImGuiNavLayer nav_layer, ImGuiID focus_scope_id, const ImRect& rect_rel) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.NavWindow != NULL); - IM_ASSERT(nav_layer == ImGuiNavLayer_Main || nav_layer == ImGuiNavLayer_Menu); - g.NavId = id; - g.NavLayer = nav_layer; - g.NavFocusScopeId = focus_scope_id; - g.NavWindow->NavLastIds[nav_layer] = id; - g.NavWindow->NavRectRel[nav_layer] = rect_rel; -} - -void ImGui::SetFocusID(ImGuiID id, ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(id != 0); - - if (g.NavWindow != window) - SetNavWindow(window); - - // Assume that SetFocusID() is called in the context where its window->DC.NavLayerCurrent and window->DC.NavFocusScopeIdCurrent are valid. - // Note that window may be != g.CurrentWindow (e.g. SetFocusID call in InputTextEx for multi-line text) - const ImGuiNavLayer nav_layer = window->DC.NavLayerCurrent; - g.NavId = id; - g.NavLayer = nav_layer; - g.NavFocusScopeId = window->DC.NavFocusScopeIdCurrent; - window->NavLastIds[nav_layer] = id; - if (g.LastItemData.ID == id) - window->NavRectRel[nav_layer] = WindowRectAbsToRel(window, g.LastItemData.NavRect); - - if (g.ActiveIdSource == ImGuiInputSource_Nav) - g.NavDisableMouseHover = true; - else - g.NavDisableHighlight = true; -} - -ImGuiDir ImGetDirQuadrantFromDelta(float dx, float dy) -{ - if (ImFabs(dx) > ImFabs(dy)) - return (dx > 0.0f) ? ImGuiDir_Right : ImGuiDir_Left; - return (dy > 0.0f) ? ImGuiDir_Down : ImGuiDir_Up; -} - -static float inline NavScoreItemDistInterval(float a0, float a1, float b0, float b1) -{ - if (a1 < b0) - return a1 - b0; - if (b1 < a0) - return a0 - b1; - return 0.0f; -} - -static void inline NavClampRectToVisibleAreaForMoveDir(ImGuiDir move_dir, ImRect& r, const ImRect& clip_rect) -{ - if (move_dir == ImGuiDir_Left || move_dir == ImGuiDir_Right) - { - r.Min.y = ImClamp(r.Min.y, clip_rect.Min.y, clip_rect.Max.y); - r.Max.y = ImClamp(r.Max.y, clip_rect.Min.y, clip_rect.Max.y); - } - else // FIXME: PageUp/PageDown are leaving move_dir == None - { - r.Min.x = ImClamp(r.Min.x, clip_rect.Min.x, clip_rect.Max.x); - r.Max.x = ImClamp(r.Max.x, clip_rect.Min.x, clip_rect.Max.x); - } -} - -// Scoring function for gamepad/keyboard directional navigation. Based on https://gist.github.com/rygorous/6981057 -static bool ImGui::NavScoreItem(ImGuiNavItemData* result) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (g.NavLayer != window->DC.NavLayerCurrent) - return false; - - // FIXME: Those are not good variables names - ImRect cand = g.LastItemData.NavRect; // Current item nav rectangle - const ImRect curr = g.NavScoringRect; // Current modified source rect (NB: we've applied Max.x = Min.x in NavUpdate() to inhibit the effect of having varied item width) - g.NavScoringDebugCount++; - - // When entering through a NavFlattened border, we consider child window items as fully clipped for scoring - if (window->ParentWindow == g.NavWindow) - { - IM_ASSERT((window->Flags | g.NavWindow->Flags) & ImGuiWindowFlags_NavFlattened); - if (!window->ClipRect.Overlaps(cand)) - return false; - cand.ClipWithFull(window->ClipRect); // This allows the scored item to not overlap other candidates in the parent window - } - - // We perform scoring on items bounding box clipped by the current clipping rectangle on the other axis (clipping on our movement axis would give us equal scores for all clipped items) - // For example, this ensure that items in one column are not reached when moving vertically from items in another column. - NavClampRectToVisibleAreaForMoveDir(g.NavMoveClipDir, cand, window->ClipRect); - - // Compute distance between boxes - // FIXME-NAV: Introducing biases for vertical navigation, needs to be removed. - float dbx = NavScoreItemDistInterval(cand.Min.x, cand.Max.x, curr.Min.x, curr.Max.x); - float dby = NavScoreItemDistInterval(ImLerp(cand.Min.y, cand.Max.y, 0.2f), ImLerp(cand.Min.y, cand.Max.y, 0.8f), ImLerp(curr.Min.y, curr.Max.y, 0.2f), ImLerp(curr.Min.y, curr.Max.y, 0.8f)); // Scale down on Y to keep using box-distance for vertically touching items - if (dby != 0.0f && dbx != 0.0f) - dbx = (dbx / 1000.0f) + ((dbx > 0.0f) ? +1.0f : -1.0f); - float dist_box = ImFabs(dbx) + ImFabs(dby); - - // Compute distance between centers (this is off by a factor of 2, but we only compare center distances with each other so it doesn't matter) - float dcx = (cand.Min.x + cand.Max.x) - (curr.Min.x + curr.Max.x); - float dcy = (cand.Min.y + cand.Max.y) - (curr.Min.y + curr.Max.y); - float dist_center = ImFabs(dcx) + ImFabs(dcy); // L1 metric (need this for our connectedness guarantee) - - // Determine which quadrant of 'curr' our candidate item 'cand' lies in based on distance - ImGuiDir quadrant; - float dax = 0.0f, day = 0.0f, dist_axial = 0.0f; - if (dbx != 0.0f || dby != 0.0f) - { - // For non-overlapping boxes, use distance between boxes - dax = dbx; - day = dby; - dist_axial = dist_box; - quadrant = ImGetDirQuadrantFromDelta(dbx, dby); - } - else if (dcx != 0.0f || dcy != 0.0f) - { - // For overlapping boxes with different centers, use distance between centers - dax = dcx; - day = dcy; - dist_axial = dist_center; - quadrant = ImGetDirQuadrantFromDelta(dcx, dcy); - } - else - { - // Degenerate case: two overlapping buttons with same center, break ties arbitrarily (note that LastItemId here is really the _previous_ item order, but it doesn't matter) - quadrant = (g.LastItemData.ID < g.NavId) ? ImGuiDir_Left : ImGuiDir_Right; - } - -#if IMGUI_DEBUG_NAV_SCORING - char buf[128]; - if (IsMouseHoveringRect(cand.Min, cand.Max)) - { - ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.2f->%.4f)\nnav %c, quadrant %c", dbx, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadrant]); - ImDrawList* draw_list = GetForegroundDrawList(window); - draw_list->AddRect(curr.Min, curr.Max, IM_COL32(255,200,0,100)); - draw_list->AddRect(cand.Min, cand.Max, IM_COL32(255,255,0,200)); - draw_list->AddRectFilled(cand.Max - ImVec2(4, 4), cand.Max + CalcTextSize(buf) + ImVec2(4, 4), IM_COL32(40,0,0,150)); - draw_list->AddText(cand.Max, ~0U, buf); - } - else if (g.IO.KeyCtrl) // Hold to preview score in matching quadrant. Press C to rotate. - { - if (quadrant == g.NavMoveDir) - { - ImFormatString(buf, IM_ARRAYSIZE(buf), "%.0f/%.0f", dist_box, dist_center); - ImDrawList* draw_list = GetForegroundDrawList(window); - draw_list->AddRectFilled(cand.Min, cand.Max, IM_COL32(255, 0, 0, 200)); - draw_list->AddText(cand.Min, IM_COL32(255, 255, 255, 255), buf); - } - } -#endif - - // Is it in the quadrant we're interesting in moving to? - bool new_best = false; - const ImGuiDir move_dir = g.NavMoveDir; - if (quadrant == move_dir) - { - // Does it beat the current best candidate? - if (dist_box < result->DistBox) - { - result->DistBox = dist_box; - result->DistCenter = dist_center; - return true; - } - if (dist_box == result->DistBox) - { - // Try using distance between center points to break ties - if (dist_center < result->DistCenter) - { - result->DistCenter = dist_center; - new_best = true; - } - else if (dist_center == result->DistCenter) - { - // Still tied! we need to be extra-careful to make sure everything gets linked properly. We consistently break ties by symbolically moving "later" items - // (with higher index) to the right/downwards by an infinitesimal amount since we the current "best" button already (so it must have a lower index), - // this is fairly easy. This rule ensures that all buttons with dx==dy==0 will end up being linked in order of appearance along the x axis. - if (((move_dir == ImGuiDir_Up || move_dir == ImGuiDir_Down) ? dby : dbx) < 0.0f) // moving bj to the right/down decreases distance - new_best = true; - } - } - } - - // Axial check: if 'curr' has no link at all in some direction and 'cand' lies roughly in that direction, add a tentative link. This will only be kept if no "real" matches - // are found, so it only augments the graph produced by the above method using extra links. (important, since it doesn't guarantee strong connectedness) - // This is just to avoid buttons having no links in a particular direction when there's a suitable neighbor. you get good graphs without this too. - // 2017/09/29: FIXME: This now currently only enabled inside menu bars, ideally we'd disable it everywhere. Menus in particular need to catch failure. For general navigation it feels awkward. - // Disabling it may lead to disconnected graphs when nodes are very spaced out on different axis. Perhaps consider offering this as an option? - if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match - if (g.NavLayer == ImGuiNavLayer_Menu && !(g.NavWindow->Flags & ImGuiWindowFlags_ChildMenu)) - if ((move_dir == ImGuiDir_Left && dax < 0.0f) || (move_dir == ImGuiDir_Right && dax > 0.0f) || (move_dir == ImGuiDir_Up && day < 0.0f) || (move_dir == ImGuiDir_Down && day > 0.0f)) - { - result->DistAxial = dist_axial; - new_best = true; - } - - return new_best; -} - -static void ImGui::NavApplyItemToResult(ImGuiNavItemData* result) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - result->Window = window; - result->ID = g.LastItemData.ID; - result->FocusScopeId = window->DC.NavFocusScopeIdCurrent; - result->InFlags = g.LastItemData.InFlags; - result->RectRel = WindowRectAbsToRel(window, g.LastItemData.NavRect); -} - -// We get there when either NavId == id, or when g.NavAnyRequest is set (which is updated by NavUpdateAnyRequestFlag above) -// This is called after LastItemData is set. -static void ImGui::NavProcessItem() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - const ImGuiID id = g.LastItemData.ID; - const ImRect nav_bb = g.LastItemData.NavRect; - const ImGuiItemFlags item_flags = g.LastItemData.InFlags; - - // Process Init Request - if (g.NavInitRequest && g.NavLayer == window->DC.NavLayerCurrent && (item_flags & ImGuiItemFlags_Disabled) == 0) - { - // Even if 'ImGuiItemFlags_NoNavDefaultFocus' is on (typically collapse/close button) we record the first ResultId so they can be used as a fallback - const bool candidate_for_nav_default_focus = (item_flags & ImGuiItemFlags_NoNavDefaultFocus) == 0; - if (candidate_for_nav_default_focus || g.NavInitResultId == 0) - { - g.NavInitResultId = id; - g.NavInitResultRectRel = WindowRectAbsToRel(window, nav_bb); - } - if (candidate_for_nav_default_focus) - { - g.NavInitRequest = false; // Found a match, clear request - NavUpdateAnyRequestFlag(); - } - } - - // Process Move Request (scoring for navigation) - // FIXME-NAV: Consider policy for double scoring (scoring from NavScoringRect + scoring from a rect wrapped according to current wrapping policy) - if (g.NavMoveScoringItems) - { - const bool is_tab_stop = (item_flags & ImGuiItemFlags_Inputable) && (item_flags & (ImGuiItemFlags_NoTabStop | ImGuiItemFlags_Disabled)) == 0; - const bool is_tabbing = (g.NavMoveFlags & ImGuiNavMoveFlags_Tabbing) != 0; - if (is_tabbing) - { - if (is_tab_stop || (g.NavMoveFlags & ImGuiNavMoveFlags_FocusApi)) - NavProcessItemForTabbingRequest(id); - } - else if ((g.NavId != id || (g.NavMoveFlags & ImGuiNavMoveFlags_AllowCurrentNavId)) && !(item_flags & (ImGuiItemFlags_Disabled | ImGuiItemFlags_NoNav))) - { - ImGuiNavItemData* result = (window == g.NavWindow) ? &g.NavMoveResultLocal : &g.NavMoveResultOther; - if (!is_tabbing) - { - if (NavScoreItem(result)) - NavApplyItemToResult(result); - - // Features like PageUp/PageDown need to maintain a separate score for the visible set of items. - const float VISIBLE_RATIO = 0.70f; - if ((g.NavMoveFlags & ImGuiNavMoveFlags_AlsoScoreVisibleSet) && window->ClipRect.Overlaps(nav_bb)) - if (ImClamp(nav_bb.Max.y, window->ClipRect.Min.y, window->ClipRect.Max.y) - ImClamp(nav_bb.Min.y, window->ClipRect.Min.y, window->ClipRect.Max.y) >= (nav_bb.Max.y - nav_bb.Min.y) * VISIBLE_RATIO) - if (NavScoreItem(&g.NavMoveResultLocalVisible)) - NavApplyItemToResult(&g.NavMoveResultLocalVisible); - } - } - } - - // Update window-relative bounding box of navigated item - if (g.NavId == id) - { - if (g.NavWindow != window) - SetNavWindow(window); // Always refresh g.NavWindow, because some operations such as FocusItem() may not have a window. - g.NavLayer = window->DC.NavLayerCurrent; - g.NavFocusScopeId = window->DC.NavFocusScopeIdCurrent; - g.NavIdIsAlive = true; - window->NavRectRel[window->DC.NavLayerCurrent] = WindowRectAbsToRel(window, nav_bb); // Store item bounding box (relative to window position) - } -} - -// Handle "scoring" of an item for a tabbing/focusing request initiated by NavUpdateCreateTabbingRequest(). -// Note that SetKeyboardFocusHere() API calls are considered tabbing requests! -// - Case 1: no nav/active id: set result to first eligible item, stop storing. -// - Case 2: tab forward: on ref id set counter, on counter elapse store result -// - Case 3: tab forward wrap: set result to first eligible item (preemptively), on ref id set counter, on next frame if counter hasn't elapsed store result. // FIXME-TABBING: Could be done as a next-frame forwarded request -// - Case 4: tab backward: store all results, on ref id pick prev, stop storing -// - Case 5: tab backward wrap: store all results, on ref id if no result keep storing until last // FIXME-TABBING: Could be done as next-frame forwarded requested -void ImGui::NavProcessItemForTabbingRequest(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - - // Always store in NavMoveResultLocal (unlike directional request which uses NavMoveResultOther on sibling/flattened windows) - ImGuiNavItemData* result = &g.NavMoveResultLocal; - if (g.NavTabbingDir == +1) - { - // Tab Forward or SetKeyboardFocusHere() with >= 0 - if (g.NavTabbingResultFirst.ID == 0) - NavApplyItemToResult(&g.NavTabbingResultFirst); - if (--g.NavTabbingCounter == 0) - NavMoveRequestResolveWithLastItem(result); - else if (g.NavId == id) - g.NavTabbingCounter = 1; - } - else if (g.NavTabbingDir == -1) - { - // Tab Backward - if (g.NavId == id) - { - if (result->ID) - { - g.NavMoveScoringItems = false; - NavUpdateAnyRequestFlag(); - } - } - else - { - NavApplyItemToResult(result); - } - } - else if (g.NavTabbingDir == 0) - { - // Tab Init - if (g.NavTabbingResultFirst.ID == 0) - NavMoveRequestResolveWithLastItem(&g.NavTabbingResultFirst); - } -} - -bool ImGui::NavMoveRequestButNoResultYet() -{ - ImGuiContext& g = *GImGui; - return g.NavMoveScoringItems && g.NavMoveResultLocal.ID == 0 && g.NavMoveResultOther.ID == 0; -} - -// FIXME: ScoringRect is not set -void ImGui::NavMoveRequestSubmit(ImGuiDir move_dir, ImGuiDir clip_dir, ImGuiNavMoveFlags move_flags, ImGuiScrollFlags scroll_flags) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.NavWindow != NULL); - - if (move_flags & ImGuiNavMoveFlags_Tabbing) - move_flags |= ImGuiNavMoveFlags_AllowCurrentNavId; - - g.NavMoveSubmitted = g.NavMoveScoringItems = true; - g.NavMoveDir = move_dir; - g.NavMoveDirForDebug = move_dir; - g.NavMoveClipDir = clip_dir; - g.NavMoveFlags = move_flags; - g.NavMoveScrollFlags = scroll_flags; - g.NavMoveForwardToNextFrame = false; - g.NavMoveKeyMods = g.IO.KeyMods; - g.NavMoveResultLocal.Clear(); - g.NavMoveResultLocalVisible.Clear(); - g.NavMoveResultOther.Clear(); - g.NavTabbingCounter = 0; - g.NavTabbingResultFirst.Clear(); - NavUpdateAnyRequestFlag(); -} - -void ImGui::NavMoveRequestResolveWithLastItem(ImGuiNavItemData* result) -{ - ImGuiContext& g = *GImGui; - g.NavMoveScoringItems = false; // Ensure request doesn't need more processing - NavApplyItemToResult(result); - NavUpdateAnyRequestFlag(); -} - -void ImGui::NavMoveRequestCancel() -{ - ImGuiContext& g = *GImGui; - g.NavMoveSubmitted = g.NavMoveScoringItems = false; - NavUpdateAnyRequestFlag(); -} - -// Forward will reuse the move request again on the next frame (generally with modifications done to it) -void ImGui::NavMoveRequestForward(ImGuiDir move_dir, ImGuiDir clip_dir, ImGuiNavMoveFlags move_flags, ImGuiScrollFlags scroll_flags) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.NavMoveForwardToNextFrame == false); - NavMoveRequestCancel(); - g.NavMoveForwardToNextFrame = true; - g.NavMoveDir = move_dir; - g.NavMoveClipDir = clip_dir; - g.NavMoveFlags = move_flags | ImGuiNavMoveFlags_Forwarded; - g.NavMoveScrollFlags = scroll_flags; -} - -// Navigation wrap-around logic is delayed to the end of the frame because this operation is only valid after entire -// popup is assembled and in case of appended popups it is not clear which EndPopup() call is final. -void ImGui::NavMoveRequestTryWrapping(ImGuiWindow* window, ImGuiNavMoveFlags wrap_flags) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(wrap_flags != 0); // Call with _WrapX, _WrapY, _LoopX, _LoopY - // In theory we should test for NavMoveRequestButNoResultYet() but there's no point doing it, NavEndFrame() will do the same test - if (g.NavWindow == window && g.NavMoveScoringItems && g.NavLayer == ImGuiNavLayer_Main) - g.NavMoveFlags |= wrap_flags; -} - -// FIXME: This could be replaced by updating a frame number in each window when (window == NavWindow) and (NavLayer == 0). -// This way we could find the last focused window among our children. It would be much less confusing this way? -static void ImGui::NavSaveLastChildNavWindowIntoParent(ImGuiWindow* nav_window) -{ - ImGuiWindow* parent = nav_window; - while (parent && parent->RootWindow != parent && (parent->Flags & (ImGuiWindowFlags_Popup | ImGuiWindowFlags_ChildMenu)) == 0) - parent = parent->ParentWindow; - if (parent && parent != nav_window) - parent->NavLastChildNavWindow = nav_window; -} - -// Restore the last focused child. -// Call when we are expected to land on the Main Layer (0) after FocusWindow() -static ImGuiWindow* ImGui::NavRestoreLastChildNavWindow(ImGuiWindow* window) -{ - if (window->NavLastChildNavWindow && window->NavLastChildNavWindow->WasActive) - return window->NavLastChildNavWindow; - return window; -} - -void ImGui::NavRestoreLayer(ImGuiNavLayer layer) -{ - ImGuiContext& g = *GImGui; - if (layer == ImGuiNavLayer_Main) - { - ImGuiWindow* prev_nav_window = g.NavWindow; - g.NavWindow = NavRestoreLastChildNavWindow(g.NavWindow); // FIXME-NAV: Should clear ongoing nav requests? - if (prev_nav_window) - IMGUI_DEBUG_LOG_FOCUS("[focus] NavRestoreLayer: from \"%s\" to SetNavWindow(\"%s\")\n", prev_nav_window->Name, g.NavWindow->Name); - } - ImGuiWindow* window = g.NavWindow; - if (window->NavLastIds[layer] != 0) - { - SetNavID(window->NavLastIds[layer], layer, 0, window->NavRectRel[layer]); - } - else - { - g.NavLayer = layer; - NavInitWindow(window, true); - } -} - -void ImGui::NavRestoreHighlightAfterMove() -{ - ImGuiContext& g = *GImGui; - g.NavDisableHighlight = false; - g.NavDisableMouseHover = g.NavMousePosDirty = true; -} - -static inline void ImGui::NavUpdateAnyRequestFlag() -{ - ImGuiContext& g = *GImGui; - g.NavAnyRequest = g.NavMoveScoringItems || g.NavInitRequest || (IMGUI_DEBUG_NAV_SCORING && g.NavWindow != NULL); - if (g.NavAnyRequest) - IM_ASSERT(g.NavWindow != NULL); -} - -// This needs to be called before we submit any widget (aka in or before Begin) -void ImGui::NavInitWindow(ImGuiWindow* window, bool force_reinit) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(window == g.NavWindow); - - if (window->Flags & ImGuiWindowFlags_NoNavInputs) - { - g.NavId = g.NavFocusScopeId = 0; - return; - } - - bool init_for_nav = false; - if (window == window->RootWindow || (window->Flags & ImGuiWindowFlags_Popup) || (window->NavLastIds[0] == 0) || force_reinit) - init_for_nav = true; - IMGUI_DEBUG_LOG_NAV("[nav] NavInitRequest: from NavInitWindow(), init_for_nav=%d, window=\"%s\", layer=%d\n", init_for_nav, window->Name, g.NavLayer); - if (init_for_nav) - { - SetNavID(0, g.NavLayer, 0, ImRect()); - g.NavInitRequest = true; - g.NavInitRequestFromMove = false; - g.NavInitResultId = 0; - g.NavInitResultRectRel = ImRect(); - NavUpdateAnyRequestFlag(); - } - else - { - g.NavId = window->NavLastIds[0]; - g.NavFocusScopeId = 0; - } -} - -static ImVec2 ImGui::NavCalcPreferredRefPos() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.NavWindow; - if (g.NavDisableHighlight || !g.NavDisableMouseHover || !window) - { - // Mouse (we need a fallback in case the mouse becomes invalid after being used) - // The +1.0f offset when stored by OpenPopupEx() allows reopening this or another popup (same or another mouse button) while not moving the mouse, it is pretty standard. - // In theory we could move that +1.0f offset in OpenPopupEx() - ImVec2 p = IsMousePosValid(&g.IO.MousePos) ? g.IO.MousePos : g.MouseLastValidPos; - return ImVec2(p.x + 1.0f, p.y); - } - else - { - // When navigation is active and mouse is disabled, pick a position around the bottom left of the currently navigated item - // Take account of upcoming scrolling (maybe set mouse pos should be done in EndFrame?) - ImRect rect_rel = WindowRectRelToAbs(window, window->NavRectRel[g.NavLayer]); - if (window->LastFrameActive != g.FrameCount && (window->ScrollTarget.x != FLT_MAX || window->ScrollTarget.y != FLT_MAX)) - { - ImVec2 next_scroll = CalcNextScrollFromScrollTargetAndClamp(window); - rect_rel.Translate(window->Scroll - next_scroll); - } - ImVec2 pos = ImVec2(rect_rel.Min.x + ImMin(g.Style.FramePadding.x * 4, rect_rel.GetWidth()), rect_rel.Max.y - ImMin(g.Style.FramePadding.y, rect_rel.GetHeight())); - ImGuiViewport* viewport = GetMainViewport(); - return ImFloor(ImClamp(pos, viewport->Pos, viewport->Pos + viewport->Size)); // ImFloor() is important because non-integer mouse position application in backend might be lossy and result in undesirable non-zero delta. - } -} - -const char* ImGui::GetNavInputName(ImGuiNavInput n) -{ - static const char* names[] = - { - "Activate", "Cancel", "Input", "Menu", "DpadLeft", "DpadRight", "DpadUp", "DpadDown", "LStickLeft", "LStickRight", "LStickUp", "LStickDown", - "FocusPrev", "FocusNext", "TweakSlow", "TweakFast", "KeyLeft", "KeyRight", "KeyUp", "KeyDown" - }; - IM_ASSERT(IM_ARRAYSIZE(names) == ImGuiNavInput_COUNT); - IM_ASSERT(n >= 0 && n < ImGuiNavInput_COUNT); - return names[n]; -} - -float ImGui::GetNavInputAmount(ImGuiNavInput n, ImGuiNavReadMode mode) -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - if (mode == ImGuiNavReadMode_Down) // Instant, read analog input (0.0f..1.0f, as provided by user) - return io.NavInputs[n]; - const float t = io.NavInputsDownDuration[n]; - if (t < 0.0f) - return 0.0f; - switch (mode) - { - case ImGuiNavReadMode_Repeat: - return (float)CalcTypematicRepeatAmount(t - io.DeltaTime, t, io.KeyRepeatDelay * 0.72f, io.KeyRepeatRate * 0.80f); - case ImGuiNavReadMode_RepeatSlow: - return (float)CalcTypematicRepeatAmount(t - io.DeltaTime, t, io.KeyRepeatDelay * 1.25f, io.KeyRepeatRate * 2.00f); - case ImGuiNavReadMode_RepeatFast: - return (float)CalcTypematicRepeatAmount(t - io.DeltaTime, t, io.KeyRepeatDelay * 0.72f, io.KeyRepeatRate * 0.30f); - default: - IM_ASSERT(0); - return 0.0f; - } -} - -ImVec2 ImGui::GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, ImGuiNavReadMode mode, float slow_factor, float fast_factor) -{ - ImVec2 delta(0.0f, 0.0f); - if (dir_sources & ImGuiNavDirSourceFlags_Keyboard) // Number of presses during the frame, according to repeat rate - delta += ImVec2(GetNavInputAmount(ImGuiNavInput_KeyRight_, mode) - GetNavInputAmount(ImGuiNavInput_KeyLeft_, mode), GetNavInputAmount(ImGuiNavInput_KeyDown_, mode) - GetNavInputAmount(ImGuiNavInput_KeyUp_, mode)); - if (dir_sources & ImGuiNavDirSourceFlags_PadDPad) - delta += ImVec2(GetNavInputAmount(ImGuiNavInput_DpadRight, mode) - GetNavInputAmount(ImGuiNavInput_DpadLeft, mode), GetNavInputAmount(ImGuiNavInput_DpadDown, mode) - GetNavInputAmount(ImGuiNavInput_DpadUp, mode)); - if (dir_sources & ImGuiNavDirSourceFlags_PadLStick) - delta += ImVec2(GetNavInputAmount(ImGuiNavInput_LStickRight, mode) - GetNavInputAmount(ImGuiNavInput_LStickLeft, mode), GetNavInputAmount(ImGuiNavInput_LStickDown, mode) - GetNavInputAmount(ImGuiNavInput_LStickUp, mode)); - if (slow_factor != 0.0f && IsNavInputDown(ImGuiNavInput_TweakSlow)) - delta *= slow_factor; - if (fast_factor != 0.0f && IsNavInputDown(ImGuiNavInput_TweakFast)) - delta *= fast_factor; - return delta; -} - -static void ImGui::NavUpdate() -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - - io.WantSetMousePos = false; - //if (g.NavScoringDebugCount > 0) IMGUI_DEBUG_LOG_NAV("[nav] NavScoringDebugCount %d for '%s' layer %d (Init:%d, Move:%d)\n", g.NavScoringDebugCount, g.NavWindow ? g.NavWindow->Name : "NULL", g.NavLayer, g.NavInitRequest || g.NavInitResultId != 0, g.NavMoveRequest); - - // Update Gamepad->Nav inputs mapping - // Set input source as Gamepad when buttons are pressed (as some features differs when used with Gamepad vs Keyboard) - const bool nav_gamepad_active = (io.ConfigFlags & ImGuiConfigFlags_NavEnableGamepad) != 0 && (io.BackendFlags & ImGuiBackendFlags_HasGamepad) != 0; - if (nav_gamepad_active && g.IO.BackendUsingLegacyNavInputArray == false) - { - for (int n = 0; n < ImGuiNavInput_COUNT; n++) - IM_ASSERT(io.NavInputs[n] == 0.0f && "Backend needs to either only use io.AddKeyEvent()/io.AddKeyAnalogEvent(), either only fill legacy io.NavInputs[]. Not both!"); - #define NAV_MAP_KEY(_KEY, _NAV_INPUT, _ACTIVATE_NAV) do { io.NavInputs[_NAV_INPUT] = io.KeysData[_KEY - ImGuiKey_KeysData_OFFSET].AnalogValue; if (_ACTIVATE_NAV && io.NavInputs[_NAV_INPUT] > 0.0f) { g.NavInputSource = ImGuiInputSource_Gamepad; } } while (0) - NAV_MAP_KEY(ImGuiKey_GamepadFaceDown, ImGuiNavInput_Activate, true); - NAV_MAP_KEY(ImGuiKey_GamepadFaceRight, ImGuiNavInput_Cancel, true); - NAV_MAP_KEY(ImGuiKey_GamepadFaceLeft, ImGuiNavInput_Menu, true); - NAV_MAP_KEY(ImGuiKey_GamepadFaceUp, ImGuiNavInput_Input, true); - NAV_MAP_KEY(ImGuiKey_GamepadDpadLeft, ImGuiNavInput_DpadLeft, true); - NAV_MAP_KEY(ImGuiKey_GamepadDpadRight, ImGuiNavInput_DpadRight, true); - NAV_MAP_KEY(ImGuiKey_GamepadDpadUp, ImGuiNavInput_DpadUp, true); - NAV_MAP_KEY(ImGuiKey_GamepadDpadDown, ImGuiNavInput_DpadDown, true); - NAV_MAP_KEY(ImGuiKey_GamepadL1, ImGuiNavInput_FocusPrev, false); - NAV_MAP_KEY(ImGuiKey_GamepadR1, ImGuiNavInput_FocusNext, false); - NAV_MAP_KEY(ImGuiKey_GamepadL1, ImGuiNavInput_TweakSlow, false); - NAV_MAP_KEY(ImGuiKey_GamepadR1, ImGuiNavInput_TweakFast, false); - NAV_MAP_KEY(ImGuiKey_GamepadLStickLeft, ImGuiNavInput_LStickLeft, false); - NAV_MAP_KEY(ImGuiKey_GamepadLStickRight, ImGuiNavInput_LStickRight, false); - NAV_MAP_KEY(ImGuiKey_GamepadLStickUp, ImGuiNavInput_LStickUp, false); - NAV_MAP_KEY(ImGuiKey_GamepadLStickDown, ImGuiNavInput_LStickDown, false); - #undef NAV_MAP_KEY - } - - // Update Keyboard->Nav inputs mapping - const bool nav_keyboard_active = (io.ConfigFlags & ImGuiConfigFlags_NavEnableKeyboard) != 0; - if (nav_keyboard_active) - { - #define NAV_MAP_KEY(_KEY, _NAV_INPUT) do { if (IsKeyDown(_KEY)) { io.NavInputs[_NAV_INPUT] = 1.0f; g.NavInputSource = ImGuiInputSource_Keyboard; } } while (0) - NAV_MAP_KEY(ImGuiKey_Space, ImGuiNavInput_Activate ); - NAV_MAP_KEY(ImGuiKey_Enter, ImGuiNavInput_Input ); - NAV_MAP_KEY(ImGuiKey_Escape, ImGuiNavInput_Cancel ); - NAV_MAP_KEY(ImGuiKey_LeftArrow, ImGuiNavInput_KeyLeft_ ); - NAV_MAP_KEY(ImGuiKey_RightArrow,ImGuiNavInput_KeyRight_); - NAV_MAP_KEY(ImGuiKey_UpArrow, ImGuiNavInput_KeyUp_ ); - NAV_MAP_KEY(ImGuiKey_DownArrow, ImGuiNavInput_KeyDown_ ); - if (io.KeyCtrl) - io.NavInputs[ImGuiNavInput_TweakSlow] = 1.0f; - if (io.KeyShift) - io.NavInputs[ImGuiNavInput_TweakFast] = 1.0f; - #undef NAV_MAP_KEY - } - memcpy(io.NavInputsDownDurationPrev, io.NavInputsDownDuration, sizeof(io.NavInputsDownDuration)); - for (int i = 0; i < IM_ARRAYSIZE(io.NavInputs); i++) - io.NavInputsDownDuration[i] = (io.NavInputs[i] > 0.0f) ? (io.NavInputsDownDuration[i] < 0.0f ? 0.0f : io.NavInputsDownDuration[i] + io.DeltaTime) : -1.0f; - - // Process navigation init request (select first/default focus) - if (g.NavInitResultId != 0) - NavInitRequestApplyResult(); - g.NavInitRequest = false; - g.NavInitRequestFromMove = false; - g.NavInitResultId = 0; - g.NavJustMovedToId = 0; - - // Process navigation move request - if (g.NavMoveSubmitted) - NavMoveRequestApplyResult(); - g.NavTabbingCounter = 0; - g.NavMoveSubmitted = g.NavMoveScoringItems = false; - - // Schedule mouse position update (will be done at the bottom of this function, after 1) processing all move requests and 2) updating scrolling) - bool set_mouse_pos = false; - if (g.NavMousePosDirty && g.NavIdIsAlive) - if (!g.NavDisableHighlight && g.NavDisableMouseHover && g.NavWindow) - set_mouse_pos = true; - g.NavMousePosDirty = false; - IM_ASSERT(g.NavLayer == ImGuiNavLayer_Main || g.NavLayer == ImGuiNavLayer_Menu); - - // Store our return window (for returning from Menu Layer to Main Layer) and clear it as soon as we step back in our own Layer 0 - if (g.NavWindow) - NavSaveLastChildNavWindowIntoParent(g.NavWindow); - if (g.NavWindow && g.NavWindow->NavLastChildNavWindow != NULL && g.NavLayer == ImGuiNavLayer_Main) - g.NavWindow->NavLastChildNavWindow = NULL; - - // Update CTRL+TAB and Windowing features (hold Square to move/resize/etc.) - NavUpdateWindowing(); - - // Set output flags for user application - io.NavActive = (nav_keyboard_active || nav_gamepad_active) && g.NavWindow && !(g.NavWindow->Flags & ImGuiWindowFlags_NoNavInputs); - io.NavVisible = (io.NavActive && g.NavId != 0 && !g.NavDisableHighlight) || (g.NavWindowingTarget != NULL); - - // Process NavCancel input (to close a popup, get back to parent, clear focus) - NavUpdateCancelRequest(); - - // Process manual activation request - g.NavActivateId = g.NavActivateDownId = g.NavActivatePressedId = g.NavActivateInputId = 0; - g.NavActivateFlags = ImGuiActivateFlags_None; - if (g.NavId != 0 && !g.NavDisableHighlight && !g.NavWindowingTarget && g.NavWindow && !(g.NavWindow->Flags & ImGuiWindowFlags_NoNavInputs)) - { - bool activate_down = IsNavInputDown(ImGuiNavInput_Activate); - bool input_down = IsNavInputDown(ImGuiNavInput_Input); - bool activate_pressed = activate_down && IsNavInputPressed(ImGuiNavInput_Activate); - bool input_pressed = input_down && IsNavInputPressed(ImGuiNavInput_Input); - if (g.ActiveId == 0 && activate_pressed) - { - g.NavActivateId = g.NavId; - g.NavActivateFlags = ImGuiActivateFlags_PreferTweak; - } - if ((g.ActiveId == 0 || g.ActiveId == g.NavId) && input_pressed) - { - g.NavActivateInputId = g.NavId; - g.NavActivateFlags = ImGuiActivateFlags_PreferInput; - } - if ((g.ActiveId == 0 || g.ActiveId == g.NavId) && activate_down) - g.NavActivateDownId = g.NavId; - if ((g.ActiveId == 0 || g.ActiveId == g.NavId) && activate_pressed) - g.NavActivatePressedId = g.NavId; - } - if (g.NavWindow && (g.NavWindow->Flags & ImGuiWindowFlags_NoNavInputs)) - g.NavDisableHighlight = true; - if (g.NavActivateId != 0) - IM_ASSERT(g.NavActivateDownId == g.NavActivateId); - - // Process programmatic activation request - // FIXME-NAV: Those should eventually be queued (unlike focus they don't cancel each others) - if (g.NavNextActivateId != 0) - { - if (g.NavNextActivateFlags & ImGuiActivateFlags_PreferInput) - g.NavActivateInputId = g.NavNextActivateId; - else - g.NavActivateId = g.NavActivateDownId = g.NavActivatePressedId = g.NavNextActivateId; - g.NavActivateFlags = g.NavNextActivateFlags; - } - g.NavNextActivateId = 0; - - // Process move requests - NavUpdateCreateMoveRequest(); - if (g.NavMoveDir == ImGuiDir_None) - NavUpdateCreateTabbingRequest(); - NavUpdateAnyRequestFlag(); - g.NavIdIsAlive = false; - - // Scrolling - if (g.NavWindow && !(g.NavWindow->Flags & ImGuiWindowFlags_NoNavInputs) && !g.NavWindowingTarget) - { - // *Fallback* manual-scroll with Nav directional keys when window has no navigable item - ImGuiWindow* window = g.NavWindow; - const float scroll_speed = IM_ROUND(window->CalcFontSize() * 100 * io.DeltaTime); // We need round the scrolling speed because sub-pixel scroll isn't reliably supported. - const ImGuiDir move_dir = g.NavMoveDir; - if (window->DC.NavLayersActiveMask == 0x00 && window->DC.NavHasScroll && move_dir != ImGuiDir_None) - { - if (move_dir == ImGuiDir_Left || move_dir == ImGuiDir_Right) - SetScrollX(window, ImFloor(window->Scroll.x + ((move_dir == ImGuiDir_Left) ? -1.0f : +1.0f) * scroll_speed)); - if (move_dir == ImGuiDir_Up || move_dir == ImGuiDir_Down) - SetScrollY(window, ImFloor(window->Scroll.y + ((move_dir == ImGuiDir_Up) ? -1.0f : +1.0f) * scroll_speed)); - } - - // *Normal* Manual scroll with NavScrollXXX keys - // Next movement request will clamp the NavId reference rectangle to the visible area, so navigation will resume within those bounds. - ImVec2 scroll_dir = GetNavInputAmount2d(ImGuiNavDirSourceFlags_PadLStick, ImGuiNavReadMode_Down, 1.0f / 10.0f, 10.0f); - if (scroll_dir.x != 0.0f && window->ScrollbarX) - SetScrollX(window, ImFloor(window->Scroll.x + scroll_dir.x * scroll_speed)); - if (scroll_dir.y != 0.0f) - SetScrollY(window, ImFloor(window->Scroll.y + scroll_dir.y * scroll_speed)); - } - - // Always prioritize mouse highlight if navigation is disabled - if (!nav_keyboard_active && !nav_gamepad_active) - { - g.NavDisableHighlight = true; - g.NavDisableMouseHover = set_mouse_pos = false; - } - - // Update mouse position if requested - // (This will take into account the possibility that a Scroll was queued in the window to offset our absolute mouse position before scroll has been applied) - if (set_mouse_pos && (io.ConfigFlags & ImGuiConfigFlags_NavEnableSetMousePos) && (io.BackendFlags & ImGuiBackendFlags_HasSetMousePos)) - { - io.MousePos = io.MousePosPrev = NavCalcPreferredRefPos(); - io.WantSetMousePos = true; - //IMGUI_DEBUG_LOG_IO("SetMousePos: (%.1f,%.1f)\n", io.MousePos.x, io.MousePos.y); - } - - // [DEBUG] - g.NavScoringDebugCount = 0; -#if IMGUI_DEBUG_NAV_RECTS - if (g.NavWindow) - { - ImDrawList* draw_list = GetForegroundDrawList(g.NavWindow); - if (1) { for (int layer = 0; layer < 2; layer++) { ImRect r = WindowRectRelToAbs(g.NavWindow, g.NavWindow->NavRectRel[layer]); draw_list->AddRect(r.Min, r.Max, IM_COL32(255,200,0,255)); } } // [DEBUG] - if (1) { ImU32 col = (!g.NavWindow->Hidden) ? IM_COL32(255,0,255,255) : IM_COL32(255,0,0,255); ImVec2 p = NavCalcPreferredRefPos(); char buf[32]; ImFormatString(buf, 32, "%d", g.NavLayer); draw_list->AddCircleFilled(p, 3.0f, col); draw_list->AddText(NULL, 13.0f, p + ImVec2(8,-4), col, buf); } - } -#endif -} - -void ImGui::NavInitRequestApplyResult() -{ - // In very rare cases g.NavWindow may be null (e.g. clearing focus after requesting an init request, which does happen when releasing Alt while clicking on void) - ImGuiContext& g = *GImGui; - if (!g.NavWindow) - return; - - // Apply result from previous navigation init request (will typically select the first item, unless SetItemDefaultFocus() has been called) - // FIXME-NAV: On _NavFlattened windows, g.NavWindow will only be updated during subsequent frame. Not a problem currently. - IMGUI_DEBUG_LOG_NAV("[nav] NavInitRequest: ApplyResult: NavID 0x%08X in Layer %d Window \"%s\"\n", g.NavInitResultId, g.NavLayer, g.NavWindow->Name); - SetNavID(g.NavInitResultId, g.NavLayer, 0, g.NavInitResultRectRel); - g.NavIdIsAlive = true; // Mark as alive from previous frame as we got a result - if (g.NavInitRequestFromMove) - NavRestoreHighlightAfterMove(); -} - -void ImGui::NavUpdateCreateMoveRequest() -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - ImGuiWindow* window = g.NavWindow; - - if (g.NavMoveForwardToNextFrame && window != NULL) - { - // Forwarding previous request (which has been modified, e.g. wrap around menus rewrite the requests with a starting rectangle at the other side of the window) - // (preserve most state, which were already set by the NavMoveRequestForward() function) - IM_ASSERT(g.NavMoveDir != ImGuiDir_None && g.NavMoveClipDir != ImGuiDir_None); - IM_ASSERT(g.NavMoveFlags & ImGuiNavMoveFlags_Forwarded); - IMGUI_DEBUG_LOG_NAV("[nav] NavMoveRequestForward %d\n", g.NavMoveDir); - } - else - { - // Initiate directional inputs request - g.NavMoveDir = ImGuiDir_None; - g.NavMoveFlags = ImGuiNavMoveFlags_None; - g.NavMoveScrollFlags = ImGuiScrollFlags_None; - if (window && !g.NavWindowingTarget && !(window->Flags & ImGuiWindowFlags_NoNavInputs)) - { - const ImGuiNavReadMode read_mode = ImGuiNavReadMode_Repeat; - if (!IsActiveIdUsingNavDir(ImGuiDir_Left) && (IsNavInputTest(ImGuiNavInput_DpadLeft, read_mode) || IsNavInputTest(ImGuiNavInput_KeyLeft_, read_mode))) { g.NavMoveDir = ImGuiDir_Left; } - if (!IsActiveIdUsingNavDir(ImGuiDir_Right) && (IsNavInputTest(ImGuiNavInput_DpadRight, read_mode) || IsNavInputTest(ImGuiNavInput_KeyRight_, read_mode))) { g.NavMoveDir = ImGuiDir_Right; } - if (!IsActiveIdUsingNavDir(ImGuiDir_Up) && (IsNavInputTest(ImGuiNavInput_DpadUp, read_mode) || IsNavInputTest(ImGuiNavInput_KeyUp_, read_mode))) { g.NavMoveDir = ImGuiDir_Up; } - if (!IsActiveIdUsingNavDir(ImGuiDir_Down) && (IsNavInputTest(ImGuiNavInput_DpadDown, read_mode) || IsNavInputTest(ImGuiNavInput_KeyDown_, read_mode))) { g.NavMoveDir = ImGuiDir_Down; } - } - g.NavMoveClipDir = g.NavMoveDir; - g.NavScoringNoClipRect = ImRect(+FLT_MAX, +FLT_MAX, -FLT_MAX, -FLT_MAX); - } - - // Update PageUp/PageDown/Home/End scroll - // FIXME-NAV: Consider enabling those keys even without the master ImGuiConfigFlags_NavEnableKeyboard flag? - const bool nav_keyboard_active = (io.ConfigFlags & ImGuiConfigFlags_NavEnableKeyboard) != 0; - float scoring_rect_offset_y = 0.0f; - if (window && g.NavMoveDir == ImGuiDir_None && nav_keyboard_active) - scoring_rect_offset_y = NavUpdatePageUpPageDown(); - if (scoring_rect_offset_y != 0.0f) - { - g.NavScoringNoClipRect = window->InnerRect; - g.NavScoringNoClipRect.TranslateY(scoring_rect_offset_y); - } - - // [DEBUG] Always send a request -#if IMGUI_DEBUG_NAV_SCORING - if (io.KeyCtrl && IsKeyPressed(ImGuiKey_C)) - g.NavMoveDirForDebug = (ImGuiDir)((g.NavMoveDirForDebug + 1) & 3); - if (io.KeyCtrl && g.NavMoveDir == ImGuiDir_None) - { - g.NavMoveDir = g.NavMoveDirForDebug; - g.NavMoveFlags |= ImGuiNavMoveFlags_DebugNoResult; - } -#endif - - // Submit - g.NavMoveForwardToNextFrame = false; - if (g.NavMoveDir != ImGuiDir_None) - NavMoveRequestSubmit(g.NavMoveDir, g.NavMoveClipDir, g.NavMoveFlags, g.NavMoveScrollFlags); - - // Moving with no reference triggers a init request (will be used as a fallback if the direction fails to find a match) - if (g.NavMoveSubmitted && g.NavId == 0) - { - IMGUI_DEBUG_LOG_NAV("[nav] NavInitRequest: from move, window \"%s\", layer=%d\n", window ? window->Name : "", g.NavLayer); - g.NavInitRequest = g.NavInitRequestFromMove = true; - g.NavInitResultId = 0; - g.NavDisableHighlight = false; - } - - // When using gamepad, we project the reference nav bounding box into window visible area. - // This is to allow resuming navigation inside the visible area after doing a large amount of scrolling, since with gamepad every movements are relative - // (can't focus a visible object like we can with the mouse). - if (g.NavMoveSubmitted && g.NavInputSource == ImGuiInputSource_Gamepad && g.NavLayer == ImGuiNavLayer_Main && window != NULL)// && (g.NavMoveFlags & ImGuiNavMoveFlags_Forwarded)) - { - bool clamp_x = (g.NavMoveFlags & (ImGuiNavMoveFlags_LoopX | ImGuiNavMoveFlags_WrapX)) == 0; - bool clamp_y = (g.NavMoveFlags & (ImGuiNavMoveFlags_LoopY | ImGuiNavMoveFlags_WrapY)) == 0; - ImRect inner_rect_rel = WindowRectAbsToRel(window, ImRect(window->InnerRect.Min - ImVec2(1, 1), window->InnerRect.Max + ImVec2(1, 1))); - if ((clamp_x || clamp_y) && !inner_rect_rel.Contains(window->NavRectRel[g.NavLayer])) - { - //IMGUI_DEBUG_LOG_NAV("[nav] NavMoveRequest: clamp NavRectRel for gamepad move\n"); - float pad_x = ImMin(inner_rect_rel.GetWidth(), window->CalcFontSize() * 0.5f); - float pad_y = ImMin(inner_rect_rel.GetHeight(), window->CalcFontSize() * 0.5f); // Terrible approximation for the intent of starting navigation from first fully visible item - inner_rect_rel.Min.x = clamp_x ? (inner_rect_rel.Min.x + pad_x) : -FLT_MAX; - inner_rect_rel.Max.x = clamp_x ? (inner_rect_rel.Max.x - pad_x) : +FLT_MAX; - inner_rect_rel.Min.y = clamp_y ? (inner_rect_rel.Min.y + pad_y) : -FLT_MAX; - inner_rect_rel.Max.y = clamp_y ? (inner_rect_rel.Max.y - pad_y) : +FLT_MAX; - window->NavRectRel[g.NavLayer].ClipWithFull(inner_rect_rel); - g.NavId = g.NavFocusScopeId = 0; - } - } - - // For scoring we use a single segment on the left side our current item bounding box (not touching the edge to avoid box overlap with zero-spaced items) - ImRect scoring_rect; - if (window != NULL) - { - ImRect nav_rect_rel = !window->NavRectRel[g.NavLayer].IsInverted() ? window->NavRectRel[g.NavLayer] : ImRect(0, 0, 0, 0); - scoring_rect = WindowRectRelToAbs(window, nav_rect_rel); - scoring_rect.TranslateY(scoring_rect_offset_y); - scoring_rect.Min.x = ImMin(scoring_rect.Min.x + 1.0f, scoring_rect.Max.x); - scoring_rect.Max.x = scoring_rect.Min.x; - IM_ASSERT(!scoring_rect.IsInverted()); // Ensure if we have a finite, non-inverted bounding box here will allows us to remove extraneous ImFabs() calls in NavScoreItem(). - //GetForegroundDrawList()->AddRect(scoring_rect.Min, scoring_rect.Max, IM_COL32(255,200,0,255)); // [DEBUG] - //if (!g.NavScoringNoClipRect.IsInverted()) { GetForegroundDrawList()->AddRect(g.NavScoringNoClipRect.Min, g.NavScoringNoClipRect.Max, IM_COL32(255, 200, 0, 255)); } // [DEBUG] - } - g.NavScoringRect = scoring_rect; - g.NavScoringNoClipRect.Add(scoring_rect); -} - -void ImGui::NavUpdateCreateTabbingRequest() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.NavWindow; - IM_ASSERT(g.NavMoveDir == ImGuiDir_None); - if (window == NULL || g.NavWindowingTarget != NULL || (window->Flags & ImGuiWindowFlags_NoNavInputs)) - return; - - const bool tab_pressed = IsKeyPressed(ImGuiKey_Tab, true) && !IsActiveIdUsingKey(ImGuiKey_Tab) && !g.IO.KeyCtrl && !g.IO.KeyAlt; - if (!tab_pressed) - return; - - // Initiate tabbing request - // (this is ALWAYS ENABLED, regardless of ImGuiConfigFlags_NavEnableKeyboard flag!) - // Initially this was designed to use counters and modulo arithmetic, but that could not work with unsubmitted items (list clipper). Instead we use a strategy close to other move requests. - // See NavProcessItemForTabbingRequest() for a description of the various forward/backward tabbing cases with and without wrapping. - //// FIXME: We use (g.ActiveId == 0) but (g.NavDisableHighlight == false) might be righter once we can tab through anything - g.NavTabbingDir = g.IO.KeyShift ? -1 : (g.ActiveId == 0) ? 0 : +1; - ImGuiScrollFlags scroll_flags = window->Appearing ? ImGuiScrollFlags_KeepVisibleEdgeX | ImGuiScrollFlags_AlwaysCenterY : ImGuiScrollFlags_KeepVisibleEdgeX | ImGuiScrollFlags_KeepVisibleEdgeY; - ImGuiDir clip_dir = (g.NavTabbingDir < 0) ? ImGuiDir_Up : ImGuiDir_Down; - NavMoveRequestSubmit(ImGuiDir_None, clip_dir, ImGuiNavMoveFlags_Tabbing, scroll_flags); // FIXME-NAV: Once we refactor tabbing, add LegacyApi flag to not activate non-inputable. - g.NavTabbingCounter = -1; -} - -// Apply result from previous frame navigation directional move request. Always called from NavUpdate() -void ImGui::NavMoveRequestApplyResult() -{ - ImGuiContext& g = *GImGui; -#if IMGUI_DEBUG_NAV_SCORING - if (g.NavMoveFlags & ImGuiNavMoveFlags_DebugNoResult) // [DEBUG] Scoring all items in NavWindow at all times - return; -#endif - - // Select which result to use - ImGuiNavItemData* result = (g.NavMoveResultLocal.ID != 0) ? &g.NavMoveResultLocal : (g.NavMoveResultOther.ID != 0) ? &g.NavMoveResultOther : NULL; - - // Tabbing forward wrap - if (g.NavMoveFlags & ImGuiNavMoveFlags_Tabbing) - if ((g.NavTabbingCounter == 1 || g.NavTabbingDir == 0) && g.NavTabbingResultFirst.ID) - result = &g.NavTabbingResultFirst; - - // In a situation when there is no results but NavId != 0, re-enable the Navigation highlight (because g.NavId is not considered as a possible result) - if (result == NULL) - { - if (g.NavMoveFlags & ImGuiNavMoveFlags_Tabbing) - g.NavMoveFlags |= ImGuiNavMoveFlags_DontSetNavHighlight; - if (g.NavId != 0 && (g.NavMoveFlags & ImGuiNavMoveFlags_DontSetNavHighlight) == 0) - NavRestoreHighlightAfterMove(); - return; - } - - // PageUp/PageDown behavior first jumps to the bottom/top mostly visible item, _otherwise_ use the result from the previous/next page. - if (g.NavMoveFlags & ImGuiNavMoveFlags_AlsoScoreVisibleSet) - if (g.NavMoveResultLocalVisible.ID != 0 && g.NavMoveResultLocalVisible.ID != g.NavId) - result = &g.NavMoveResultLocalVisible; - - // Maybe entering a flattened child from the outside? In this case solve the tie using the regular scoring rules. - if (result != &g.NavMoveResultOther && g.NavMoveResultOther.ID != 0 && g.NavMoveResultOther.Window->ParentWindow == g.NavWindow) - if ((g.NavMoveResultOther.DistBox < result->DistBox) || (g.NavMoveResultOther.DistBox == result->DistBox && g.NavMoveResultOther.DistCenter < result->DistCenter)) - result = &g.NavMoveResultOther; - IM_ASSERT(g.NavWindow && result->Window); - - // Scroll to keep newly navigated item fully into view. - if (g.NavLayer == ImGuiNavLayer_Main) - { - if (g.NavMoveFlags & ImGuiNavMoveFlags_ScrollToEdgeY) - { - // FIXME: Should remove this - float scroll_target = (g.NavMoveDir == ImGuiDir_Up) ? result->Window->ScrollMax.y : 0.0f; - SetScrollY(result->Window, scroll_target); - } - else - { - ImRect rect_abs = WindowRectRelToAbs(result->Window, result->RectRel); - ScrollToRectEx(result->Window, rect_abs, g.NavMoveScrollFlags); - } - } - - if (g.NavWindow != result->Window) - { - IMGUI_DEBUG_LOG_FOCUS("[focus] NavMoveRequest: SetNavWindow(\"%s\")\n", result->Window->Name); - g.NavWindow = result->Window; - } - if (g.ActiveId != result->ID) - ClearActiveID(); - if (g.NavId != result->ID) - { - // Don't set NavJustMovedToId if just landed on the same spot (which may happen with ImGuiNavMoveFlags_AllowCurrentNavId) - g.NavJustMovedToId = result->ID; - g.NavJustMovedToFocusScopeId = result->FocusScopeId; - g.NavJustMovedToKeyMods = g.NavMoveKeyMods; - } - - // Focus - IMGUI_DEBUG_LOG_NAV("[nav] NavMoveRequest: result NavID 0x%08X in Layer %d Window \"%s\"\n", result->ID, g.NavLayer, g.NavWindow->Name); - SetNavID(result->ID, g.NavLayer, result->FocusScopeId, result->RectRel); - - // Tabbing: Activates Inputable or Focus non-Inputable - if ((g.NavMoveFlags & ImGuiNavMoveFlags_Tabbing) && (result->InFlags & ImGuiItemFlags_Inputable)) - { - g.NavNextActivateId = result->ID; - g.NavNextActivateFlags = ImGuiActivateFlags_PreferInput | ImGuiActivateFlags_TryToPreserveState; - g.NavMoveFlags |= ImGuiNavMoveFlags_DontSetNavHighlight; - } - - // Activate - if (g.NavMoveFlags & ImGuiNavMoveFlags_Activate) - { - g.NavNextActivateId = result->ID; - g.NavNextActivateFlags = ImGuiActivateFlags_None; - } - - // Enable nav highlight - if ((g.NavMoveFlags & ImGuiNavMoveFlags_DontSetNavHighlight) == 0) - NavRestoreHighlightAfterMove(); -} - -// Process NavCancel input (to close a popup, get back to parent, clear focus) -// FIXME: In order to support e.g. Escape to clear a selection we'll need: -// - either to store the equivalent of ActiveIdUsingKeyInputMask for a FocusScope and test for it. -// - either to move most/all of those tests to the epilogue/end functions of the scope they are dealing with (e.g. exit child window in EndChild()) or in EndFrame(), to allow an earlier intercept -static void ImGui::NavUpdateCancelRequest() -{ - ImGuiContext& g = *GImGui; - if (!IsNavInputPressed(ImGuiNavInput_Cancel)) - return; - - IMGUI_DEBUG_LOG_NAV("[nav] ImGuiNavInput_Cancel\n"); - if (g.ActiveId != 0) - { - if (!IsActiveIdUsingNavInput(ImGuiNavInput_Cancel)) - ClearActiveID(); - } - else if (g.NavLayer != ImGuiNavLayer_Main) - { - // Leave the "menu" layer - NavRestoreLayer(ImGuiNavLayer_Main); - NavRestoreHighlightAfterMove(); - } - else if (g.NavWindow && g.NavWindow != g.NavWindow->RootWindow && !(g.NavWindow->Flags & ImGuiWindowFlags_Popup) && g.NavWindow->ParentWindow) - { - // Exit child window - ImGuiWindow* child_window = g.NavWindow; - ImGuiWindow* parent_window = g.NavWindow->ParentWindow; - IM_ASSERT(child_window->ChildId != 0); - ImRect child_rect = child_window->Rect(); - FocusWindow(parent_window); - SetNavID(child_window->ChildId, ImGuiNavLayer_Main, 0, WindowRectAbsToRel(parent_window, child_rect)); - NavRestoreHighlightAfterMove(); - } - else if (g.OpenPopupStack.Size > 0 && !(g.OpenPopupStack.back().Window->Flags & ImGuiWindowFlags_Modal)) - { - // Close open popup/menu - ClosePopupToLevel(g.OpenPopupStack.Size - 1, true); - } - else - { - // Clear NavLastId for popups but keep it for regular child window so we can leave one and come back where we were - if (g.NavWindow && ((g.NavWindow->Flags & ImGuiWindowFlags_Popup) || !(g.NavWindow->Flags & ImGuiWindowFlags_ChildWindow))) - g.NavWindow->NavLastIds[0] = 0; - g.NavId = g.NavFocusScopeId = 0; - } -} - -// Handle PageUp/PageDown/Home/End keys -// Called from NavUpdateCreateMoveRequest() which will use our output to create a move request -// FIXME-NAV: This doesn't work properly with NavFlattened siblings as we use NavWindow rectangle for reference -// FIXME-NAV: how to get Home/End to aim at the beginning/end of a 2D grid? -static float ImGui::NavUpdatePageUpPageDown() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.NavWindow; - if ((window->Flags & ImGuiWindowFlags_NoNavInputs) || g.NavWindowingTarget != NULL) - return 0.0f; - - const bool page_up_held = IsKeyDown(ImGuiKey_PageUp) && !IsActiveIdUsingKey(ImGuiKey_PageUp); - const bool page_down_held = IsKeyDown(ImGuiKey_PageDown) && !IsActiveIdUsingKey(ImGuiKey_PageDown); - const bool home_pressed = IsKeyPressed(ImGuiKey_Home) && !IsActiveIdUsingKey(ImGuiKey_Home); - const bool end_pressed = IsKeyPressed(ImGuiKey_End) && !IsActiveIdUsingKey(ImGuiKey_End); - if (page_up_held == page_down_held && home_pressed == end_pressed) // Proceed if either (not both) are pressed, otherwise early out - return 0.0f; - - if (g.NavLayer != ImGuiNavLayer_Main) - NavRestoreLayer(ImGuiNavLayer_Main); - - if (window->DC.NavLayersActiveMask == 0x00 && window->DC.NavHasScroll) - { - // Fallback manual-scroll when window has no navigable item - if (IsKeyPressed(ImGuiKey_PageUp, true)) - SetScrollY(window, window->Scroll.y - window->InnerRect.GetHeight()); - else if (IsKeyPressed(ImGuiKey_PageDown, true)) - SetScrollY(window, window->Scroll.y + window->InnerRect.GetHeight()); - else if (home_pressed) - SetScrollY(window, 0.0f); - else if (end_pressed) - SetScrollY(window, window->ScrollMax.y); - } - else - { - ImRect& nav_rect_rel = window->NavRectRel[g.NavLayer]; - const float page_offset_y = ImMax(0.0f, window->InnerRect.GetHeight() - window->CalcFontSize() * 1.0f + nav_rect_rel.GetHeight()); - float nav_scoring_rect_offset_y = 0.0f; - if (IsKeyPressed(ImGuiKey_PageUp, true)) - { - nav_scoring_rect_offset_y = -page_offset_y; - g.NavMoveDir = ImGuiDir_Down; // Because our scoring rect is offset up, we request the down direction (so we can always land on the last item) - g.NavMoveClipDir = ImGuiDir_Up; - g.NavMoveFlags = ImGuiNavMoveFlags_AllowCurrentNavId | ImGuiNavMoveFlags_AlsoScoreVisibleSet; - } - else if (IsKeyPressed(ImGuiKey_PageDown, true)) - { - nav_scoring_rect_offset_y = +page_offset_y; - g.NavMoveDir = ImGuiDir_Up; // Because our scoring rect is offset down, we request the up direction (so we can always land on the last item) - g.NavMoveClipDir = ImGuiDir_Down; - g.NavMoveFlags = ImGuiNavMoveFlags_AllowCurrentNavId | ImGuiNavMoveFlags_AlsoScoreVisibleSet; - } - else if (home_pressed) - { - // FIXME-NAV: handling of Home/End is assuming that the top/bottom most item will be visible with Scroll.y == 0/ScrollMax.y - // Scrolling will be handled via the ImGuiNavMoveFlags_ScrollToEdgeY flag, we don't scroll immediately to avoid scrolling happening before nav result. - // Preserve current horizontal position if we have any. - nav_rect_rel.Min.y = nav_rect_rel.Max.y = 0.0f; - if (nav_rect_rel.IsInverted()) - nav_rect_rel.Min.x = nav_rect_rel.Max.x = 0.0f; - g.NavMoveDir = ImGuiDir_Down; - g.NavMoveFlags = ImGuiNavMoveFlags_AllowCurrentNavId | ImGuiNavMoveFlags_ScrollToEdgeY; - // FIXME-NAV: MoveClipDir left to _None, intentional? - } - else if (end_pressed) - { - nav_rect_rel.Min.y = nav_rect_rel.Max.y = window->ContentSize.y; - if (nav_rect_rel.IsInverted()) - nav_rect_rel.Min.x = nav_rect_rel.Max.x = 0.0f; - g.NavMoveDir = ImGuiDir_Up; - g.NavMoveFlags = ImGuiNavMoveFlags_AllowCurrentNavId | ImGuiNavMoveFlags_ScrollToEdgeY; - // FIXME-NAV: MoveClipDir left to _None, intentional? - } - return nav_scoring_rect_offset_y; - } - return 0.0f; -} - -static void ImGui::NavEndFrame() -{ - ImGuiContext& g = *GImGui; - - // Show CTRL+TAB list window - if (g.NavWindowingTarget != NULL) - NavUpdateWindowingOverlay(); - - // Perform wrap-around in menus - // FIXME-NAV: Wrap may need to apply a weight bias on the other axis. e.g. 4x4 grid with 2 last items missing on last item won't handle LoopY/WrapY correctly. - // FIXME-NAV: Wrap (not Loop) support could be handled by the scoring function and then WrapX would function without an extra frame. - const ImGuiNavMoveFlags wanted_flags = ImGuiNavMoveFlags_WrapX | ImGuiNavMoveFlags_LoopX | ImGuiNavMoveFlags_WrapY | ImGuiNavMoveFlags_LoopY; - if (g.NavWindow && NavMoveRequestButNoResultYet() && (g.NavMoveFlags & wanted_flags) && (g.NavMoveFlags & ImGuiNavMoveFlags_Forwarded) == 0) - NavUpdateCreateWrappingRequest(); -} - -static void ImGui::NavUpdateCreateWrappingRequest() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.NavWindow; - - bool do_forward = false; - ImRect bb_rel = window->NavRectRel[g.NavLayer]; - ImGuiDir clip_dir = g.NavMoveDir; - const ImGuiNavMoveFlags move_flags = g.NavMoveFlags; - if (g.NavMoveDir == ImGuiDir_Left && (move_flags & (ImGuiNavMoveFlags_WrapX | ImGuiNavMoveFlags_LoopX))) - { - bb_rel.Min.x = bb_rel.Max.x = window->ContentSize.x + window->WindowPadding.x; - if (move_flags & ImGuiNavMoveFlags_WrapX) - { - bb_rel.TranslateY(-bb_rel.GetHeight()); // Previous row - clip_dir = ImGuiDir_Up; - } - do_forward = true; - } - if (g.NavMoveDir == ImGuiDir_Right && (move_flags & (ImGuiNavMoveFlags_WrapX | ImGuiNavMoveFlags_LoopX))) - { - bb_rel.Min.x = bb_rel.Max.x = -window->WindowPadding.x; - if (move_flags & ImGuiNavMoveFlags_WrapX) - { - bb_rel.TranslateY(+bb_rel.GetHeight()); // Next row - clip_dir = ImGuiDir_Down; - } - do_forward = true; - } - if (g.NavMoveDir == ImGuiDir_Up && (move_flags & (ImGuiNavMoveFlags_WrapY | ImGuiNavMoveFlags_LoopY))) - { - bb_rel.Min.y = bb_rel.Max.y = window->ContentSize.y + window->WindowPadding.y; - if (move_flags & ImGuiNavMoveFlags_WrapY) - { - bb_rel.TranslateX(-bb_rel.GetWidth()); // Previous column - clip_dir = ImGuiDir_Left; - } - do_forward = true; - } - if (g.NavMoveDir == ImGuiDir_Down && (move_flags & (ImGuiNavMoveFlags_WrapY | ImGuiNavMoveFlags_LoopY))) - { - bb_rel.Min.y = bb_rel.Max.y = -window->WindowPadding.y; - if (move_flags & ImGuiNavMoveFlags_WrapY) - { - bb_rel.TranslateX(+bb_rel.GetWidth()); // Next column - clip_dir = ImGuiDir_Right; - } - do_forward = true; - } - if (!do_forward) - return; - window->NavRectRel[g.NavLayer] = bb_rel; - NavMoveRequestForward(g.NavMoveDir, clip_dir, move_flags, g.NavMoveScrollFlags); -} - -static int ImGui::FindWindowFocusIndex(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - IM_UNUSED(g); - int order = window->FocusOrder; - IM_ASSERT(window->RootWindow == window); // No child window (not testing _ChildWindow because of docking) - IM_ASSERT(g.WindowsFocusOrder[order] == window); - return order; -} - -static ImGuiWindow* FindWindowNavFocusable(int i_start, int i_stop, int dir) // FIXME-OPT O(N) -{ - ImGuiContext& g = *GImGui; - for (int i = i_start; i >= 0 && i < g.WindowsFocusOrder.Size && i != i_stop; i += dir) - if (ImGui::IsWindowNavFocusable(g.WindowsFocusOrder[i])) - return g.WindowsFocusOrder[i]; - return NULL; -} - -static void NavUpdateWindowingHighlightWindow(int focus_change_dir) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.NavWindowingTarget); - if (g.NavWindowingTarget->Flags & ImGuiWindowFlags_Modal) - return; - - const int i_current = ImGui::FindWindowFocusIndex(g.NavWindowingTarget); - ImGuiWindow* window_target = FindWindowNavFocusable(i_current + focus_change_dir, -INT_MAX, focus_change_dir); - if (!window_target) - window_target = FindWindowNavFocusable((focus_change_dir < 0) ? (g.WindowsFocusOrder.Size - 1) : 0, i_current, focus_change_dir); - if (window_target) // Don't reset windowing target if there's a single window in the list - { - g.NavWindowingTarget = g.NavWindowingTargetAnim = window_target; - g.NavWindowingAccumDeltaPos = g.NavWindowingAccumDeltaSize = ImVec2(0.0f, 0.0f); - } - g.NavWindowingToggleLayer = false; -} - -// Windowing management mode -// Keyboard: CTRL+Tab (change focus/move/resize), Alt (toggle menu layer) -// Gamepad: Hold Menu/Square (change focus/move/resize), Tap Menu/Square (toggle menu layer) -static void ImGui::NavUpdateWindowing() -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - - ImGuiWindow* apply_focus_window = NULL; - bool apply_toggle_layer = false; - - ImGuiWindow* modal_window = GetTopMostPopupModal(); - bool allow_windowing = (modal_window == NULL); - if (!allow_windowing) - g.NavWindowingTarget = NULL; - - // Fade out - if (g.NavWindowingTargetAnim && g.NavWindowingTarget == NULL) - { - g.NavWindowingHighlightAlpha = ImMax(g.NavWindowingHighlightAlpha - io.DeltaTime * 10.0f, 0.0f); - if (g.DimBgRatio <= 0.0f && g.NavWindowingHighlightAlpha <= 0.0f) - g.NavWindowingTargetAnim = NULL; - } - - // Start CTRL+Tab or Square+L/R window selection - const bool start_windowing_with_gamepad = allow_windowing && !g.NavWindowingTarget && IsNavInputPressed(ImGuiNavInput_Menu); - const bool start_windowing_with_keyboard = allow_windowing && !g.NavWindowingTarget && io.KeyCtrl && IsKeyPressed(ImGuiKey_Tab); - if (start_windowing_with_gamepad || start_windowing_with_keyboard) - if (ImGuiWindow* window = g.NavWindow ? g.NavWindow : FindWindowNavFocusable(g.WindowsFocusOrder.Size - 1, -INT_MAX, -1)) - { - g.NavWindowingTarget = g.NavWindowingTargetAnim = window->RootWindow; - g.NavWindowingTimer = g.NavWindowingHighlightAlpha = 0.0f; - g.NavWindowingAccumDeltaPos = g.NavWindowingAccumDeltaSize = ImVec2(0.0f, 0.0f); - g.NavWindowingToggleLayer = start_windowing_with_gamepad ? true : false; // Gamepad starts toggling layer - g.NavInputSource = start_windowing_with_keyboard ? ImGuiInputSource_Keyboard : ImGuiInputSource_Gamepad; - } - - // Gamepad update - g.NavWindowingTimer += io.DeltaTime; - if (g.NavWindowingTarget && g.NavInputSource == ImGuiInputSource_Gamepad) - { - // Highlight only appears after a brief time holding the button, so that a fast tap on PadMenu (to toggle NavLayer) doesn't add visual noise - g.NavWindowingHighlightAlpha = ImMax(g.NavWindowingHighlightAlpha, ImSaturate((g.NavWindowingTimer - NAV_WINDOWING_HIGHLIGHT_DELAY) / 0.05f)); - - // Select window to focus - const int focus_change_dir = (int)IsNavInputTest(ImGuiNavInput_FocusPrev, ImGuiNavReadMode_RepeatSlow) - (int)IsNavInputTest(ImGuiNavInput_FocusNext, ImGuiNavReadMode_RepeatSlow); - if (focus_change_dir != 0) - { - NavUpdateWindowingHighlightWindow(focus_change_dir); - g.NavWindowingHighlightAlpha = 1.0f; - } - - // Single press toggles NavLayer, long press with L/R apply actual focus on release (until then the window was merely rendered top-most) - if (!IsNavInputDown(ImGuiNavInput_Menu)) - { - g.NavWindowingToggleLayer &= (g.NavWindowingHighlightAlpha < 1.0f); // Once button was held long enough we don't consider it a tap-to-toggle-layer press anymore. - if (g.NavWindowingToggleLayer && g.NavWindow) - apply_toggle_layer = true; - else if (!g.NavWindowingToggleLayer) - apply_focus_window = g.NavWindowingTarget; - g.NavWindowingTarget = NULL; - } - } - - // Keyboard: Focus - if (g.NavWindowingTarget && g.NavInputSource == ImGuiInputSource_Keyboard) - { - // Visuals only appears after a brief time after pressing TAB the first time, so that a fast CTRL+TAB doesn't add visual noise - g.NavWindowingHighlightAlpha = ImMax(g.NavWindowingHighlightAlpha, ImSaturate((g.NavWindowingTimer - NAV_WINDOWING_HIGHLIGHT_DELAY) / 0.05f)); // 1.0f - if (IsKeyPressed(ImGuiKey_Tab, true)) - NavUpdateWindowingHighlightWindow(io.KeyShift ? +1 : -1); - if (!io.KeyCtrl) - apply_focus_window = g.NavWindowingTarget; - } - - // Keyboard: Press and Release ALT to toggle menu layer - // - Testing that only Alt is tested prevents Alt+Shift or AltGR from toggling menu layer. - // - AltGR is normally Alt+Ctrl but we can't reliably detect it (not all backends/systems/layout emit it as Alt+Ctrl). But even on keyboards without AltGR we don't want Alt+Ctrl to open menu anyway. - const bool nav_keyboard_active = (io.ConfigFlags & ImGuiConfigFlags_NavEnableKeyboard) != 0; - if (nav_keyboard_active && IsKeyPressed(ImGuiKey_ModAlt)) - { - g.NavWindowingToggleLayer = true; - g.NavInputSource = ImGuiInputSource_Keyboard; - } - if (g.NavWindowingToggleLayer && g.NavInputSource == ImGuiInputSource_Keyboard) - { - // We cancel toggling nav layer when any text has been typed (generally while holding Alt). (See #370) - // We cancel toggling nav layer when other modifiers are pressed. (See #4439) - if (io.InputQueueCharacters.Size > 0 || io.KeyCtrl || io.KeyShift || io.KeySuper) - g.NavWindowingToggleLayer = false; - - // Apply layer toggle on release - // Important: as before version <18314 we lacked an explicit IO event for focus gain/loss, we also compare mouse validity to detect old backends clearing mouse pos on focus loss. - if (IsKeyReleased(ImGuiKey_ModAlt) && g.NavWindowingToggleLayer) - if (g.ActiveId == 0 || g.ActiveIdAllowOverlap) - if (IsMousePosValid(&io.MousePos) == IsMousePosValid(&io.MousePosPrev)) - apply_toggle_layer = true; - if (!IsKeyDown(ImGuiKey_ModAlt)) - g.NavWindowingToggleLayer = false; - } - - // Move window - if (g.NavWindowingTarget && !(g.NavWindowingTarget->Flags & ImGuiWindowFlags_NoMove)) - { - ImVec2 nav_move_dir; - if (g.NavInputSource == ImGuiInputSource_Keyboard && !io.KeyShift) - nav_move_dir = ImVec2((float)IsKeyDown(ImGuiKey_RightArrow) - (float)IsKeyDown(ImGuiKey_LeftArrow), (float)IsKeyDown(ImGuiKey_DownArrow) - (float)IsKeyDown(ImGuiKey_UpArrow)); - if (g.NavInputSource == ImGuiInputSource_Gamepad) - nav_move_dir = GetNavInputAmount2d(ImGuiNavDirSourceFlags_PadLStick, ImGuiNavReadMode_Down); - if (nav_move_dir.x != 0.0f || nav_move_dir.y != 0.0f) - { - const float NAV_MOVE_SPEED = 800.0f; - const float move_step = NAV_MOVE_SPEED * io.DeltaTime * ImMin(io.DisplayFramebufferScale.x, io.DisplayFramebufferScale.y); - g.NavWindowingAccumDeltaPos += nav_move_dir * move_step; - g.NavDisableMouseHover = true; - ImVec2 accum_floored = ImFloor(g.NavWindowingAccumDeltaPos); - if (accum_floored.x != 0.0f || accum_floored.y != 0.0f) - { - ImGuiWindow* moving_window = g.NavWindowingTarget->RootWindow; - SetWindowPos(moving_window, moving_window->Pos + accum_floored, ImGuiCond_Always); - g.NavWindowingAccumDeltaPos -= accum_floored; - } - } - } - - // Apply final focus - if (apply_focus_window && (g.NavWindow == NULL || apply_focus_window != g.NavWindow->RootWindow)) - { - ClearActiveID(); - NavRestoreHighlightAfterMove(); - apply_focus_window = NavRestoreLastChildNavWindow(apply_focus_window); - ClosePopupsOverWindow(apply_focus_window, false); - FocusWindow(apply_focus_window); - if (apply_focus_window->NavLastIds[0] == 0) - NavInitWindow(apply_focus_window, false); - - // If the window has ONLY a menu layer (no main layer), select it directly - // Use NavLayersActiveMaskNext since windows didn't have a chance to be Begin()-ed on this frame, - // so CTRL+Tab where the keys are only held for 1 frame will be able to use correct layers mask since - // the target window as already been previewed once. - // FIXME-NAV: This should be done in NavInit.. or in FocusWindow... However in both of those cases, - // we won't have a guarantee that windows has been visible before and therefore NavLayersActiveMask* - // won't be valid. - if (apply_focus_window->DC.NavLayersActiveMaskNext == (1 << ImGuiNavLayer_Menu)) - g.NavLayer = ImGuiNavLayer_Menu; - } - if (apply_focus_window) - g.NavWindowingTarget = NULL; - - // Apply menu/layer toggle - if (apply_toggle_layer && g.NavWindow) - { - ClearActiveID(); - - // Move to parent menu if necessary - ImGuiWindow* new_nav_window = g.NavWindow; - while (new_nav_window->ParentWindow - && (new_nav_window->DC.NavLayersActiveMask & (1 << ImGuiNavLayer_Menu)) == 0 - && (new_nav_window->Flags & ImGuiWindowFlags_ChildWindow) != 0 - && (new_nav_window->Flags & (ImGuiWindowFlags_Popup | ImGuiWindowFlags_ChildMenu)) == 0) - new_nav_window = new_nav_window->ParentWindow; - if (new_nav_window != g.NavWindow) - { - ImGuiWindow* old_nav_window = g.NavWindow; - FocusWindow(new_nav_window); - new_nav_window->NavLastChildNavWindow = old_nav_window; - } - - // Toggle layer - const ImGuiNavLayer new_nav_layer = (g.NavWindow->DC.NavLayersActiveMask & (1 << ImGuiNavLayer_Menu)) ? (ImGuiNavLayer)((int)g.NavLayer ^ 1) : ImGuiNavLayer_Main; - if (new_nav_layer != g.NavLayer) - { - // Reinitialize navigation when entering menu bar with the Alt key (FIXME: could be a properly of the layer?) - if (new_nav_layer == ImGuiNavLayer_Menu) - g.NavWindow->NavLastIds[new_nav_layer] = 0; - NavRestoreLayer(new_nav_layer); - NavRestoreHighlightAfterMove(); - } - } -} - -// Window has already passed the IsWindowNavFocusable() -static const char* GetFallbackWindowNameForWindowingList(ImGuiWindow* window) -{ - if (window->Flags & ImGuiWindowFlags_Popup) - return "(Popup)"; - if ((window->Flags & ImGuiWindowFlags_MenuBar) && strcmp(window->Name, "##MainMenuBar") == 0) - return "(Main menu bar)"; - return "(Untitled)"; -} - -// Overlay displayed when using CTRL+TAB. Called by EndFrame(). -void ImGui::NavUpdateWindowingOverlay() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.NavWindowingTarget != NULL); - - if (g.NavWindowingTimer < NAV_WINDOWING_LIST_APPEAR_DELAY) - return; - - if (g.NavWindowingListWindow == NULL) - g.NavWindowingListWindow = FindWindowByName("###NavWindowingList"); - const ImGuiViewport* viewport = GetMainViewport(); - SetNextWindowSizeConstraints(ImVec2(viewport->Size.x * 0.20f, viewport->Size.y * 0.20f), ImVec2(FLT_MAX, FLT_MAX)); - SetNextWindowPos(viewport->GetCenter(), ImGuiCond_Always, ImVec2(0.5f, 0.5f)); - PushStyleVar(ImGuiStyleVar_WindowPadding, g.Style.WindowPadding * 2.0f); - Begin("###NavWindowingList", NULL, ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoFocusOnAppearing | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoInputs | ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoSavedSettings); - for (int n = g.WindowsFocusOrder.Size - 1; n >= 0; n--) - { - ImGuiWindow* window = g.WindowsFocusOrder[n]; - IM_ASSERT(window != NULL); // Fix static analyzers - if (!IsWindowNavFocusable(window)) - continue; - const char* label = window->Name; - if (label == FindRenderedTextEnd(label)) - label = GetFallbackWindowNameForWindowingList(window); - Selectable(label, g.NavWindowingTarget == window); - } - End(); - PopStyleVar(); -} - - -//----------------------------------------------------------------------------- -// [SECTION] DRAG AND DROP -//----------------------------------------------------------------------------- - -bool ImGui::IsDragDropActive() -{ - ImGuiContext& g = *GImGui; - return g.DragDropActive; -} - -void ImGui::ClearDragDrop() -{ - ImGuiContext& g = *GImGui; - g.DragDropActive = false; - g.DragDropPayload.Clear(); - g.DragDropAcceptFlags = ImGuiDragDropFlags_None; - g.DragDropAcceptIdCurr = g.DragDropAcceptIdPrev = 0; - g.DragDropAcceptIdCurrRectSurface = FLT_MAX; - g.DragDropAcceptFrameCount = -1; - - g.DragDropPayloadBufHeap.clear(); - memset(&g.DragDropPayloadBufLocal, 0, sizeof(g.DragDropPayloadBufLocal)); -} - -// When this returns true you need to: a) call SetDragDropPayload() exactly once, b) you may render the payload visual/description, c) call EndDragDropSource() -// If the item has an identifier: -// - This assume/require the item to be activated (typically via ButtonBehavior). -// - Therefore if you want to use this with a mouse button other than left mouse button, it is up to the item itself to activate with another button. -// - We then pull and use the mouse button that was used to activate the item and use it to carry on the drag. -// If the item has no identifier: -// - Currently always assume left mouse button. -bool ImGui::BeginDragDropSource(ImGuiDragDropFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - // FIXME-DRAGDROP: While in the common-most "drag from non-zero active id" case we can tell the mouse button, - // in both SourceExtern and id==0 cases we may requires something else (explicit flags or some heuristic). - ImGuiMouseButton mouse_button = ImGuiMouseButton_Left; - - bool source_drag_active = false; - ImGuiID source_id = 0; - ImGuiID source_parent_id = 0; - if (!(flags & ImGuiDragDropFlags_SourceExtern)) - { - source_id = g.LastItemData.ID; - if (source_id != 0) - { - // Common path: items with ID - if (g.ActiveId != source_id) - return false; - if (g.ActiveIdMouseButton != -1) - mouse_button = g.ActiveIdMouseButton; - if (g.IO.MouseDown[mouse_button] == false || window->SkipItems) - return false; - g.ActiveIdAllowOverlap = false; - } - else - { - // Uncommon path: items without ID - if (g.IO.MouseDown[mouse_button] == false || window->SkipItems) - return false; - if ((g.LastItemData.StatusFlags & ImGuiItemStatusFlags_HoveredRect) == 0 && (g.ActiveId == 0 || g.ActiveIdWindow != window)) - return false; - - // If you want to use BeginDragDropSource() on an item with no unique identifier for interaction, such as Text() or Image(), you need to: - // A) Read the explanation below, B) Use the ImGuiDragDropFlags_SourceAllowNullID flag. - if (!(flags & ImGuiDragDropFlags_SourceAllowNullID)) - { - IM_ASSERT(0); - return false; - } - - // Magic fallback to handle items with no assigned ID, e.g. Text(), Image() - // We build a throwaway ID based on current ID stack + relative AABB of items in window. - // THE IDENTIFIER WON'T SURVIVE ANY REPOSITIONING/RESIZINGG OF THE WIDGET, so if your widget moves your dragging operation will be canceled. - // We don't need to maintain/call ClearActiveID() as releasing the button will early out this function and trigger !ActiveIdIsAlive. - // Rely on keeping other window->LastItemXXX fields intact. - source_id = g.LastItemData.ID = window->GetIDFromRectangle(g.LastItemData.Rect); - KeepAliveID(source_id); - bool is_hovered = ItemHoverable(g.LastItemData.Rect, source_id); - if (is_hovered && g.IO.MouseClicked[mouse_button]) - { - SetActiveID(source_id, window); - FocusWindow(window); - } - if (g.ActiveId == source_id) // Allow the underlying widget to display/return hovered during the mouse release frame, else we would get a flicker. - g.ActiveIdAllowOverlap = is_hovered; - } - if (g.ActiveId != source_id) - return false; - source_parent_id = window->IDStack.back(); - source_drag_active = IsMouseDragging(mouse_button); - - // Disable navigation and key inputs while dragging + cancel existing request if any - SetActiveIdUsingNavAndKeys(); - } - else - { - window = NULL; - source_id = ImHashStr("#SourceExtern"); - source_drag_active = true; - } - - if (source_drag_active) - { - if (!g.DragDropActive) - { - IM_ASSERT(source_id != 0); - ClearDragDrop(); - ImGuiPayload& payload = g.DragDropPayload; - payload.SourceId = source_id; - payload.SourceParentId = source_parent_id; - g.DragDropActive = true; - g.DragDropSourceFlags = flags; - g.DragDropMouseButton = mouse_button; - if (payload.SourceId == g.ActiveId) - g.ActiveIdNoClearOnFocusLoss = true; - } - g.DragDropSourceFrameCount = g.FrameCount; - g.DragDropWithinSource = true; - - if (!(flags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) - { - // Target can request the Source to not display its tooltip (we use a dedicated flag to make this request explicit) - // We unfortunately can't just modify the source flags and skip the call to BeginTooltip, as caller may be emitting contents. - BeginTooltip(); - if (g.DragDropAcceptIdPrev && (g.DragDropAcceptFlags & ImGuiDragDropFlags_AcceptNoPreviewTooltip)) - { - ImGuiWindow* tooltip_window = g.CurrentWindow; - tooltip_window->Hidden = tooltip_window->SkipItems = true; - tooltip_window->HiddenFramesCanSkipItems = 1; - } - } - - if (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern)) - g.LastItemData.StatusFlags &= ~ImGuiItemStatusFlags_HoveredRect; - - return true; - } - return false; -} - -void ImGui::EndDragDropSource() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.DragDropActive); - IM_ASSERT(g.DragDropWithinSource && "Not after a BeginDragDropSource()?"); - - if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) - EndTooltip(); - - // Discard the drag if have not called SetDragDropPayload() - if (g.DragDropPayload.DataFrameCount == -1) - ClearDragDrop(); - g.DragDropWithinSource = false; -} - -// Use 'cond' to choose to submit payload on drag start or every frame -bool ImGui::SetDragDropPayload(const char* type, const void* data, size_t data_size, ImGuiCond cond) -{ - ImGuiContext& g = *GImGui; - ImGuiPayload& payload = g.DragDropPayload; - if (cond == 0) - cond = ImGuiCond_Always; - - IM_ASSERT(type != NULL); - IM_ASSERT(strlen(type) < IM_ARRAYSIZE(payload.DataType) && "Payload type can be at most 32 characters long"); - IM_ASSERT((data != NULL && data_size > 0) || (data == NULL && data_size == 0)); - IM_ASSERT(cond == ImGuiCond_Always || cond == ImGuiCond_Once); - IM_ASSERT(payload.SourceId != 0); // Not called between BeginDragDropSource() and EndDragDropSource() - - if (cond == ImGuiCond_Always || payload.DataFrameCount == -1) - { - // Copy payload - ImStrncpy(payload.DataType, type, IM_ARRAYSIZE(payload.DataType)); - g.DragDropPayloadBufHeap.resize(0); - if (data_size > sizeof(g.DragDropPayloadBufLocal)) - { - // Store in heap - g.DragDropPayloadBufHeap.resize((int)data_size); - payload.Data = g.DragDropPayloadBufHeap.Data; - memcpy(payload.Data, data, data_size); - } - else if (data_size > 0) - { - // Store locally - memset(&g.DragDropPayloadBufLocal, 0, sizeof(g.DragDropPayloadBufLocal)); - payload.Data = g.DragDropPayloadBufLocal; - memcpy(payload.Data, data, data_size); - } - else - { - payload.Data = NULL; - } - payload.DataSize = (int)data_size; - } - payload.DataFrameCount = g.FrameCount; - - // Return whether the payload has been accepted - return (g.DragDropAcceptFrameCount == g.FrameCount) || (g.DragDropAcceptFrameCount == g.FrameCount - 1); -} - -bool ImGui::BeginDragDropTargetCustom(const ImRect& bb, ImGuiID id) -{ - ImGuiContext& g = *GImGui; - if (!g.DragDropActive) - return false; - - ImGuiWindow* window = g.CurrentWindow; - ImGuiWindow* hovered_window = g.HoveredWindowUnderMovingWindow; - if (hovered_window == NULL || window->RootWindow != hovered_window->RootWindow) - return false; - IM_ASSERT(id != 0); - if (!IsMouseHoveringRect(bb.Min, bb.Max) || (id == g.DragDropPayload.SourceId)) - return false; - if (window->SkipItems) - return false; - - IM_ASSERT(g.DragDropWithinTarget == false); - g.DragDropTargetRect = bb; - g.DragDropTargetId = id; - g.DragDropWithinTarget = true; - return true; -} - -// We don't use BeginDragDropTargetCustom() and duplicate its code because: -// 1) we use LastItemRectHoveredRect which handles items that pushes a temporarily clip rectangle in their code. Calling BeginDragDropTargetCustom(LastItemRect) would not handle them. -// 2) and it's faster. as this code may be very frequently called, we want to early out as fast as we can. -// Also note how the HoveredWindow test is positioned differently in both functions (in both functions we optimize for the cheapest early out case) -bool ImGui::BeginDragDropTarget() -{ - ImGuiContext& g = *GImGui; - if (!g.DragDropActive) - return false; - - ImGuiWindow* window = g.CurrentWindow; - if (!(g.LastItemData.StatusFlags & ImGuiItemStatusFlags_HoveredRect)) - return false; - ImGuiWindow* hovered_window = g.HoveredWindowUnderMovingWindow; - if (hovered_window == NULL || window->RootWindow != hovered_window->RootWindow || window->SkipItems) - return false; - - const ImRect& display_rect = (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_HasDisplayRect) ? g.LastItemData.DisplayRect : g.LastItemData.Rect; - ImGuiID id = g.LastItemData.ID; - if (id == 0) - { - id = window->GetIDFromRectangle(display_rect); - KeepAliveID(id); - } - if (g.DragDropPayload.SourceId == id) - return false; - - IM_ASSERT(g.DragDropWithinTarget == false); - g.DragDropTargetRect = display_rect; - g.DragDropTargetId = id; - g.DragDropWithinTarget = true; - return true; -} - -bool ImGui::IsDragDropPayloadBeingAccepted() -{ - ImGuiContext& g = *GImGui; - return g.DragDropActive && g.DragDropAcceptIdPrev != 0; -} - -const ImGuiPayload* ImGui::AcceptDragDropPayload(const char* type, ImGuiDragDropFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiPayload& payload = g.DragDropPayload; - IM_ASSERT(g.DragDropActive); // Not called between BeginDragDropTarget() and EndDragDropTarget() ? - IM_ASSERT(payload.DataFrameCount != -1); // Forgot to call EndDragDropTarget() ? - if (type != NULL && !payload.IsDataType(type)) - return NULL; - - // Accept smallest drag target bounding box, this allows us to nest drag targets conveniently without ordering constraints. - // NB: We currently accept NULL id as target. However, overlapping targets requires a unique ID to function! - const bool was_accepted_previously = (g.DragDropAcceptIdPrev == g.DragDropTargetId); - ImRect r = g.DragDropTargetRect; - float r_surface = r.GetWidth() * r.GetHeight(); - if (r_surface <= g.DragDropAcceptIdCurrRectSurface) - { - g.DragDropAcceptFlags = flags; - g.DragDropAcceptIdCurr = g.DragDropTargetId; - g.DragDropAcceptIdCurrRectSurface = r_surface; - } - - // Render default drop visuals - // FIXME-DRAGDROP: Settle on a proper default visuals for drop target. - payload.Preview = was_accepted_previously; - flags |= (g.DragDropSourceFlags & ImGuiDragDropFlags_AcceptNoDrawDefaultRect); // Source can also inhibit the preview (useful for external sources that lives for 1 frame) - if (!(flags & ImGuiDragDropFlags_AcceptNoDrawDefaultRect) && payload.Preview) - window->DrawList->AddRect(r.Min - ImVec2(3.5f,3.5f), r.Max + ImVec2(3.5f, 3.5f), GetColorU32(ImGuiCol_DragDropTarget), 0.0f, 0, 2.0f); - - g.DragDropAcceptFrameCount = g.FrameCount; - payload.Delivery = was_accepted_previously && !IsMouseDown(g.DragDropMouseButton); // For extern drag sources affecting os window focus, it's easier to just test !IsMouseDown() instead of IsMouseReleased() - if (!payload.Delivery && !(flags & ImGuiDragDropFlags_AcceptBeforeDelivery)) - return NULL; - - return &payload; -} - -const ImGuiPayload* ImGui::GetDragDropPayload() -{ - ImGuiContext& g = *GImGui; - return g.DragDropActive ? &g.DragDropPayload : NULL; -} - -// We don't really use/need this now, but added it for the sake of consistency and because we might need it later. -void ImGui::EndDragDropTarget() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.DragDropActive); - IM_ASSERT(g.DragDropWithinTarget); - g.DragDropWithinTarget = false; -} - -//----------------------------------------------------------------------------- -// [SECTION] LOGGING/CAPTURING -//----------------------------------------------------------------------------- -// All text output from the interface can be captured into tty/file/clipboard. -// By default, tree nodes are automatically opened during logging. -//----------------------------------------------------------------------------- - -// Pass text data straight to log (without being displayed) -static inline void LogTextV(ImGuiContext& g, const char* fmt, va_list args) -{ - if (g.LogFile) - { - g.LogBuffer.Buf.resize(0); - g.LogBuffer.appendfv(fmt, args); - ImFileWrite(g.LogBuffer.c_str(), sizeof(char), (ImU64)g.LogBuffer.size(), g.LogFile); - } - else - { - g.LogBuffer.appendfv(fmt, args); - } -} - -void ImGui::LogText(const char* fmt, ...) -{ - ImGuiContext& g = *GImGui; - if (!g.LogEnabled) - return; - - va_list args; - va_start(args, fmt); - LogTextV(g, fmt, args); - va_end(args); -} - -void ImGui::LogTextV(const char* fmt, va_list args) -{ - ImGuiContext& g = *GImGui; - if (!g.LogEnabled) - return; - - LogTextV(g, fmt, args); -} - -// Internal version that takes a position to decide on newline placement and pad items according to their depth. -// We split text into individual lines to add current tree level padding -// FIXME: This code is a little complicated perhaps, considering simplifying the whole system. -void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - const char* prefix = g.LogNextPrefix; - const char* suffix = g.LogNextSuffix; - g.LogNextPrefix = g.LogNextSuffix = NULL; - - if (!text_end) - text_end = FindRenderedTextEnd(text, text_end); - - const bool log_new_line = ref_pos && (ref_pos->y > g.LogLinePosY + g.Style.FramePadding.y + 1); - if (ref_pos) - g.LogLinePosY = ref_pos->y; - if (log_new_line) - { - LogText(IM_NEWLINE); - g.LogLineFirstItem = true; - } - - if (prefix) - LogRenderedText(ref_pos, prefix, prefix + strlen(prefix)); // Calculate end ourself to ensure "##" are included here. - - // Re-adjust padding if we have popped out of our starting depth - if (g.LogDepthRef > window->DC.TreeDepth) - g.LogDepthRef = window->DC.TreeDepth; - const int tree_depth = (window->DC.TreeDepth - g.LogDepthRef); - - const char* text_remaining = text; - for (;;) - { - // Split the string. Each new line (after a '\n') is followed by indentation corresponding to the current depth of our log entry. - // We don't add a trailing \n yet to allow a subsequent item on the same line to be captured. - const char* line_start = text_remaining; - const char* line_end = ImStreolRange(line_start, text_end); - const bool is_last_line = (line_end == text_end); - if (line_start != line_end || !is_last_line) - { - const int line_length = (int)(line_end - line_start); - const int indentation = g.LogLineFirstItem ? tree_depth * 4 : 1; - LogText("%*s%.*s", indentation, "", line_length, line_start); - g.LogLineFirstItem = false; - if (*line_end == '\n') - { - LogText(IM_NEWLINE); - g.LogLineFirstItem = true; - } - } - if (is_last_line) - break; - text_remaining = line_end + 1; - } - - if (suffix) - LogRenderedText(ref_pos, suffix, suffix + strlen(suffix)); -} - -// Start logging/capturing text output -void ImGui::LogBegin(ImGuiLogType type, int auto_open_depth) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_ASSERT(g.LogEnabled == false); - IM_ASSERT(g.LogFile == NULL); - IM_ASSERT(g.LogBuffer.empty()); - g.LogEnabled = true; - g.LogType = type; - g.LogNextPrefix = g.LogNextSuffix = NULL; - g.LogDepthRef = window->DC.TreeDepth; - g.LogDepthToExpand = ((auto_open_depth >= 0) ? auto_open_depth : g.LogDepthToExpandDefault); - g.LogLinePosY = FLT_MAX; - g.LogLineFirstItem = true; -} - -// Important: doesn't copy underlying data, use carefully (prefix/suffix must be in scope at the time of the next LogRenderedText) -void ImGui::LogSetNextTextDecoration(const char* prefix, const char* suffix) -{ - ImGuiContext& g = *GImGui; - g.LogNextPrefix = prefix; - g.LogNextSuffix = suffix; -} - -void ImGui::LogToTTY(int auto_open_depth) -{ - ImGuiContext& g = *GImGui; - if (g.LogEnabled) - return; - IM_UNUSED(auto_open_depth); -#ifndef IMGUI_DISABLE_TTY_FUNCTIONS - LogBegin(ImGuiLogType_TTY, auto_open_depth); - g.LogFile = stdout; -#endif -} - -// Start logging/capturing text output to given file -void ImGui::LogToFile(int auto_open_depth, const char* filename) -{ - ImGuiContext& g = *GImGui; - if (g.LogEnabled) - return; - - // FIXME: We could probably open the file in text mode "at", however note that clipboard/buffer logging will still - // be subject to outputting OS-incompatible carriage return if within strings the user doesn't use IM_NEWLINE. - // By opening the file in binary mode "ab" we have consistent output everywhere. - if (!filename) - filename = g.IO.LogFilename; - if (!filename || !filename[0]) - return; - ImFileHandle f = ImFileOpen(filename, "ab"); - if (!f) - { - IM_ASSERT(0); - return; - } - - LogBegin(ImGuiLogType_File, auto_open_depth); - g.LogFile = f; -} - -// Start logging/capturing text output to clipboard -void ImGui::LogToClipboard(int auto_open_depth) -{ - ImGuiContext& g = *GImGui; - if (g.LogEnabled) - return; - LogBegin(ImGuiLogType_Clipboard, auto_open_depth); -} - -void ImGui::LogToBuffer(int auto_open_depth) -{ - ImGuiContext& g = *GImGui; - if (g.LogEnabled) - return; - LogBegin(ImGuiLogType_Buffer, auto_open_depth); -} - -void ImGui::LogFinish() -{ - ImGuiContext& g = *GImGui; - if (!g.LogEnabled) - return; - - LogText(IM_NEWLINE); - switch (g.LogType) - { - case ImGuiLogType_TTY: -#ifndef IMGUI_DISABLE_TTY_FUNCTIONS - fflush(g.LogFile); -#endif - break; - case ImGuiLogType_File: - ImFileClose(g.LogFile); - break; - case ImGuiLogType_Buffer: - break; - case ImGuiLogType_Clipboard: - if (!g.LogBuffer.empty()) - SetClipboardText(g.LogBuffer.begin()); - break; - case ImGuiLogType_None: - IM_ASSERT(0); - break; - } - - g.LogEnabled = false; - g.LogType = ImGuiLogType_None; - g.LogFile = NULL; - g.LogBuffer.clear(); -} - -// Helper to display logging buttons -// FIXME-OBSOLETE: We should probably obsolete this and let the user have their own helper (this is one of the oldest function alive!) -void ImGui::LogButtons() -{ - ImGuiContext& g = *GImGui; - - PushID("LogButtons"); -#ifndef IMGUI_DISABLE_TTY_FUNCTIONS - const bool log_to_tty = Button("Log To TTY"); SameLine(); -#else - const bool log_to_tty = false; -#endif - const bool log_to_file = Button("Log To File"); SameLine(); - const bool log_to_clipboard = Button("Log To Clipboard"); SameLine(); - PushAllowKeyboardFocus(false); - SetNextItemWidth(80.0f); - SliderInt("Default Depth", &g.LogDepthToExpandDefault, 0, 9, NULL); - PopAllowKeyboardFocus(); - PopID(); - - // Start logging at the end of the function so that the buttons don't appear in the log - if (log_to_tty) - LogToTTY(); - if (log_to_file) - LogToFile(); - if (log_to_clipboard) - LogToClipboard(); -} - - -//----------------------------------------------------------------------------- -// [SECTION] SETTINGS -//----------------------------------------------------------------------------- -// - UpdateSettings() [Internal] -// - MarkIniSettingsDirty() [Internal] -// - CreateNewWindowSettings() [Internal] -// - FindWindowSettings() [Internal] -// - FindOrCreateWindowSettings() [Internal] -// - FindSettingsHandler() [Internal] -// - ClearIniSettings() [Internal] -// - LoadIniSettingsFromDisk() -// - LoadIniSettingsFromMemory() -// - SaveIniSettingsToDisk() -// - SaveIniSettingsToMemory() -// - WindowSettingsHandler_***() [Internal] -//----------------------------------------------------------------------------- - -// Called by NewFrame() -void ImGui::UpdateSettings() -{ - // Load settings on first frame (if not explicitly loaded manually before) - ImGuiContext& g = *GImGui; - if (!g.SettingsLoaded) - { - IM_ASSERT(g.SettingsWindows.empty()); - if (g.IO.IniFilename) - LoadIniSettingsFromDisk(g.IO.IniFilename); - g.SettingsLoaded = true; - } - - // Save settings (with a delay after the last modification, so we don't spam disk too much) - if (g.SettingsDirtyTimer > 0.0f) - { - g.SettingsDirtyTimer -= g.IO.DeltaTime; - if (g.SettingsDirtyTimer <= 0.0f) - { - if (g.IO.IniFilename != NULL) - SaveIniSettingsToDisk(g.IO.IniFilename); - else - g.IO.WantSaveIniSettings = true; // Let user know they can call SaveIniSettingsToMemory(). user will need to clear io.WantSaveIniSettings themselves. - g.SettingsDirtyTimer = 0.0f; - } - } -} - -void ImGui::MarkIniSettingsDirty() -{ - ImGuiContext& g = *GImGui; - if (g.SettingsDirtyTimer <= 0.0f) - g.SettingsDirtyTimer = g.IO.IniSavingRate; -} - -void ImGui::MarkIniSettingsDirty(ImGuiWindow* window) -{ - ImGuiContext& g = *GImGui; - if (!(window->Flags & ImGuiWindowFlags_NoSavedSettings)) - if (g.SettingsDirtyTimer <= 0.0f) - g.SettingsDirtyTimer = g.IO.IniSavingRate; -} - -ImGuiWindowSettings* ImGui::CreateNewWindowSettings(const char* name) -{ - ImGuiContext& g = *GImGui; - -#if !IMGUI_DEBUG_INI_SETTINGS - // Skip to the "###" marker if any. We don't skip past to match the behavior of GetID() - // Preserve the full string when IMGUI_DEBUG_INI_SETTINGS is set to make .ini inspection easier. - if (const char* p = strstr(name, "###")) - name = p; -#endif - const size_t name_len = strlen(name); - - // Allocate chunk - const size_t chunk_size = sizeof(ImGuiWindowSettings) + name_len + 1; - ImGuiWindowSettings* settings = g.SettingsWindows.alloc_chunk(chunk_size); - IM_PLACEMENT_NEW(settings) ImGuiWindowSettings(); - settings->ID = ImHashStr(name, name_len); - memcpy(settings->GetName(), name, name_len + 1); // Store with zero terminator - - return settings; -} - -ImGuiWindowSettings* ImGui::FindWindowSettings(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - for (ImGuiWindowSettings* settings = g.SettingsWindows.begin(); settings != NULL; settings = g.SettingsWindows.next_chunk(settings)) - if (settings->ID == id) - return settings; - return NULL; -} - -ImGuiWindowSettings* ImGui::FindOrCreateWindowSettings(const char* name) -{ - if (ImGuiWindowSettings* settings = FindWindowSettings(ImHashStr(name))) - return settings; - return CreateNewWindowSettings(name); -} - -void ImGui::AddSettingsHandler(const ImGuiSettingsHandler* handler) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(FindSettingsHandler(handler->TypeName) == NULL); - g.SettingsHandlers.push_back(*handler); -} - -void ImGui::RemoveSettingsHandler(const char* type_name) -{ - ImGuiContext& g = *GImGui; - if (ImGuiSettingsHandler* handler = FindSettingsHandler(type_name)) - g.SettingsHandlers.erase(handler); -} - -ImGuiSettingsHandler* ImGui::FindSettingsHandler(const char* type_name) -{ - ImGuiContext& g = *GImGui; - const ImGuiID type_hash = ImHashStr(type_name); - for (int handler_n = 0; handler_n < g.SettingsHandlers.Size; handler_n++) - if (g.SettingsHandlers[handler_n].TypeHash == type_hash) - return &g.SettingsHandlers[handler_n]; - return NULL; -} - -void ImGui::ClearIniSettings() -{ - ImGuiContext& g = *GImGui; - g.SettingsIniData.clear(); - for (int handler_n = 0; handler_n < g.SettingsHandlers.Size; handler_n++) - if (g.SettingsHandlers[handler_n].ClearAllFn) - g.SettingsHandlers[handler_n].ClearAllFn(&g, &g.SettingsHandlers[handler_n]); -} - -void ImGui::LoadIniSettingsFromDisk(const char* ini_filename) -{ - size_t file_data_size = 0; - char* file_data = (char*)ImFileLoadToMemory(ini_filename, "rb", &file_data_size); - if (!file_data) - return; - if (file_data_size > 0) - LoadIniSettingsFromMemory(file_data, (size_t)file_data_size); - IM_FREE(file_data); -} - -// Zero-tolerance, no error reporting, cheap .ini parsing -void ImGui::LoadIniSettingsFromMemory(const char* ini_data, size_t ini_size) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.Initialized); - //IM_ASSERT(!g.WithinFrameScope && "Cannot be called between NewFrame() and EndFrame()"); - //IM_ASSERT(g.SettingsLoaded == false && g.FrameCount == 0); - - // For user convenience, we allow passing a non zero-terminated string (hence the ini_size parameter). - // For our convenience and to make the code simpler, we'll also write zero-terminators within the buffer. So let's create a writable copy.. - if (ini_size == 0) - ini_size = strlen(ini_data); - g.SettingsIniData.Buf.resize((int)ini_size + 1); - char* const buf = g.SettingsIniData.Buf.Data; - char* const buf_end = buf + ini_size; - memcpy(buf, ini_data, ini_size); - buf_end[0] = 0; - - // Call pre-read handlers - // Some types will clear their data (e.g. dock information) some types will allow merge/override (window) - for (int handler_n = 0; handler_n < g.SettingsHandlers.Size; handler_n++) - if (g.SettingsHandlers[handler_n].ReadInitFn) - g.SettingsHandlers[handler_n].ReadInitFn(&g, &g.SettingsHandlers[handler_n]); - - void* entry_data = NULL; - ImGuiSettingsHandler* entry_handler = NULL; - - char* line_end = NULL; - for (char* line = buf; line < buf_end; line = line_end + 1) - { - // Skip new lines markers, then find end of the line - while (*line == '\n' || *line == '\r') - line++; - line_end = line; - while (line_end < buf_end && *line_end != '\n' && *line_end != '\r') - line_end++; - line_end[0] = 0; - if (line[0] == ';') - continue; - if (line[0] == '[' && line_end > line && line_end[-1] == ']') - { - // Parse "[Type][Name]". Note that 'Name' can itself contains [] characters, which is acceptable with the current format and parsing code. - line_end[-1] = 0; - const char* name_end = line_end - 1; - const char* type_start = line + 1; - char* type_end = (char*)(void*)ImStrchrRange(type_start, name_end, ']'); - const char* name_start = type_end ? ImStrchrRange(type_end + 1, name_end, '[') : NULL; - if (!type_end || !name_start) - continue; - *type_end = 0; // Overwrite first ']' - name_start++; // Skip second '[' - entry_handler = FindSettingsHandler(type_start); - entry_data = entry_handler ? entry_handler->ReadOpenFn(&g, entry_handler, name_start) : NULL; - } - else if (entry_handler != NULL && entry_data != NULL) - { - // Let type handler parse the line - entry_handler->ReadLineFn(&g, entry_handler, entry_data, line); - } - } - g.SettingsLoaded = true; - - // [DEBUG] Restore untouched copy so it can be browsed in Metrics (not strictly necessary) - memcpy(buf, ini_data, ini_size); - - // Call post-read handlers - for (int handler_n = 0; handler_n < g.SettingsHandlers.Size; handler_n++) - if (g.SettingsHandlers[handler_n].ApplyAllFn) - g.SettingsHandlers[handler_n].ApplyAllFn(&g, &g.SettingsHandlers[handler_n]); -} - -void ImGui::SaveIniSettingsToDisk(const char* ini_filename) -{ - ImGuiContext& g = *GImGui; - g.SettingsDirtyTimer = 0.0f; - if (!ini_filename) - return; - - size_t ini_data_size = 0; - const char* ini_data = SaveIniSettingsToMemory(&ini_data_size); - ImFileHandle f = ImFileOpen(ini_filename, "wt"); - if (!f) - return; - ImFileWrite(ini_data, sizeof(char), ini_data_size, f); - ImFileClose(f); -} - -// Call registered handlers (e.g. SettingsHandlerWindow_WriteAll() + custom handlers) to write their stuff into a text buffer -const char* ImGui::SaveIniSettingsToMemory(size_t* out_size) -{ - ImGuiContext& g = *GImGui; - g.SettingsDirtyTimer = 0.0f; - g.SettingsIniData.Buf.resize(0); - g.SettingsIniData.Buf.push_back(0); - for (int handler_n = 0; handler_n < g.SettingsHandlers.Size; handler_n++) - { - ImGuiSettingsHandler* handler = &g.SettingsHandlers[handler_n]; - handler->WriteAllFn(&g, handler, &g.SettingsIniData); - } - if (out_size) - *out_size = (size_t)g.SettingsIniData.size(); - return g.SettingsIniData.c_str(); -} - -static void WindowSettingsHandler_ClearAll(ImGuiContext* ctx, ImGuiSettingsHandler*) -{ - ImGuiContext& g = *ctx; - for (int i = 0; i != g.Windows.Size; i++) - g.Windows[i]->SettingsOffset = -1; - g.SettingsWindows.clear(); -} - -static void* WindowSettingsHandler_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) -{ - ImGuiWindowSettings* settings = ImGui::FindOrCreateWindowSettings(name); - ImGuiID id = settings->ID; - *settings = ImGuiWindowSettings(); // Clear existing if recycling previous entry - settings->ID = id; - settings->WantApply = true; - return (void*)settings; -} - -static void WindowSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const char* line) -{ - ImGuiWindowSettings* settings = (ImGuiWindowSettings*)entry; - int x, y; - int i; - if (sscanf(line, "Pos=%i,%i", &x, &y) == 2) { settings->Pos = ImVec2ih((short)x, (short)y); } - else if (sscanf(line, "Size=%i,%i", &x, &y) == 2) { settings->Size = ImVec2ih((short)x, (short)y); } - else if (sscanf(line, "Collapsed=%d", &i) == 1) { settings->Collapsed = (i != 0); } -} - -// Apply to existing windows (if any) -static void WindowSettingsHandler_ApplyAll(ImGuiContext* ctx, ImGuiSettingsHandler*) -{ - ImGuiContext& g = *ctx; - for (ImGuiWindowSettings* settings = g.SettingsWindows.begin(); settings != NULL; settings = g.SettingsWindows.next_chunk(settings)) - if (settings->WantApply) - { - if (ImGuiWindow* window = ImGui::FindWindowByID(settings->ID)) - ApplyWindowSettings(window, settings); - settings->WantApply = false; - } -} - -static void WindowSettingsHandler_WriteAll(ImGuiContext* ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* buf) -{ - // Gather data from windows that were active during this session - // (if a window wasn't opened in this session we preserve its settings) - ImGuiContext& g = *ctx; - for (int i = 0; i != g.Windows.Size; i++) - { - ImGuiWindow* window = g.Windows[i]; - if (window->Flags & ImGuiWindowFlags_NoSavedSettings) - continue; - - ImGuiWindowSettings* settings = (window->SettingsOffset != -1) ? g.SettingsWindows.ptr_from_offset(window->SettingsOffset) : ImGui::FindWindowSettings(window->ID); - if (!settings) - { - settings = ImGui::CreateNewWindowSettings(window->Name); - window->SettingsOffset = g.SettingsWindows.offset_from_ptr(settings); - } - IM_ASSERT(settings->ID == window->ID); - settings->Pos = ImVec2ih(window->Pos); - settings->Size = ImVec2ih(window->SizeFull); - - settings->Collapsed = window->Collapsed; - } - - // Write to text buffer - buf->reserve(buf->size() + g.SettingsWindows.size() * 6); // ballpark reserve - for (ImGuiWindowSettings* settings = g.SettingsWindows.begin(); settings != NULL; settings = g.SettingsWindows.next_chunk(settings)) - { - const char* settings_name = settings->GetName(); - buf->appendf("[%s][%s]\n", handler->TypeName, settings_name); - buf->appendf("Pos=%d,%d\n", settings->Pos.x, settings->Pos.y); - buf->appendf("Size=%d,%d\n", settings->Size.x, settings->Size.y); - buf->appendf("Collapsed=%d\n", settings->Collapsed); - buf->append("\n"); - } -} - - -//----------------------------------------------------------------------------- -// [SECTION] VIEWPORTS, PLATFORM WINDOWS -//----------------------------------------------------------------------------- -// - GetMainViewport() -// - SetWindowViewport() [Internal] -// - UpdateViewportsNewFrame() [Internal] -// (this section is more complete in the 'docking' branch) -//----------------------------------------------------------------------------- - -ImGuiViewport* ImGui::GetMainViewport() -{ - ImGuiContext& g = *GImGui; - return g.Viewports[0]; -} - -void ImGui::SetWindowViewport(ImGuiWindow* window, ImGuiViewportP* viewport) -{ - window->Viewport = viewport; -} - -// Update viewports and monitor infos -static void ImGui::UpdateViewportsNewFrame() -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(g.Viewports.Size == 1); - - // Update main viewport with current platform position. - // FIXME-VIEWPORT: Size is driven by backend/user code for backward-compatibility but we should aim to make this more consistent. - ImGuiViewportP* main_viewport = g.Viewports[0]; - main_viewport->Flags = ImGuiViewportFlags_IsPlatformWindow | ImGuiViewportFlags_OwnedByApp; - main_viewport->Pos = ImVec2(0.0f, 0.0f); - main_viewport->Size = g.IO.DisplaySize; - - for (int n = 0; n < g.Viewports.Size; n++) - { - ImGuiViewportP* viewport = g.Viewports[n]; - - // Lock down space taken by menu bars and status bars, reset the offset for fucntions like BeginMainMenuBar() to alter them again. - viewport->WorkOffsetMin = viewport->BuildWorkOffsetMin; - viewport->WorkOffsetMax = viewport->BuildWorkOffsetMax; - viewport->BuildWorkOffsetMin = viewport->BuildWorkOffsetMax = ImVec2(0.0f, 0.0f); - viewport->UpdateWorkRect(); - } -} - -//----------------------------------------------------------------------------- -// [SECTION] DOCKING -//----------------------------------------------------------------------------- - -// (this section is filled in the 'docking' branch) - - -//----------------------------------------------------------------------------- -// [SECTION] PLATFORM DEPENDENT HELPERS -//----------------------------------------------------------------------------- - -#if defined(_WIN32) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS) && !defined(IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS) - -#ifdef _MSC_VER -#pragma comment(lib, "user32") -#pragma comment(lib, "kernel32") -#endif - -// Win32 clipboard implementation -// We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown() -static const char* GetClipboardTextFn_DefaultImpl(void*) -{ - ImGuiContext& g = *GImGui; - g.ClipboardHandlerData.clear(); - if (!::OpenClipboard(NULL)) - return NULL; - HANDLE wbuf_handle = ::GetClipboardData(CF_UNICODETEXT); - if (wbuf_handle == NULL) - { - ::CloseClipboard(); - return NULL; - } - if (const WCHAR* wbuf_global = (const WCHAR*)::GlobalLock(wbuf_handle)) - { - int buf_len = ::WideCharToMultiByte(CP_UTF8, 0, wbuf_global, -1, NULL, 0, NULL, NULL); - g.ClipboardHandlerData.resize(buf_len); - ::WideCharToMultiByte(CP_UTF8, 0, wbuf_global, -1, g.ClipboardHandlerData.Data, buf_len, NULL, NULL); - } - ::GlobalUnlock(wbuf_handle); - ::CloseClipboard(); - return g.ClipboardHandlerData.Data; -} - -static void SetClipboardTextFn_DefaultImpl(void*, const char* text) -{ - if (!::OpenClipboard(NULL)) - return; - const int wbuf_length = ::MultiByteToWideChar(CP_UTF8, 0, text, -1, NULL, 0); - HGLOBAL wbuf_handle = ::GlobalAlloc(GMEM_MOVEABLE, (SIZE_T)wbuf_length * sizeof(WCHAR)); - if (wbuf_handle == NULL) - { - ::CloseClipboard(); - return; - } - WCHAR* wbuf_global = (WCHAR*)::GlobalLock(wbuf_handle); - ::MultiByteToWideChar(CP_UTF8, 0, text, -1, wbuf_global, wbuf_length); - ::GlobalUnlock(wbuf_handle); - ::EmptyClipboard(); - if (::SetClipboardData(CF_UNICODETEXT, wbuf_handle) == NULL) - ::GlobalFree(wbuf_handle); - ::CloseClipboard(); -} - -#elif defined(__APPLE__) && TARGET_OS_OSX && defined(IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS) - -#include // Use old API to avoid need for separate .mm file -static PasteboardRef main_clipboard = 0; - -// OSX clipboard implementation -// If you enable this you will need to add '-framework ApplicationServices' to your linker command-line! -static void SetClipboardTextFn_DefaultImpl(void*, const char* text) -{ - if (!main_clipboard) - PasteboardCreate(kPasteboardClipboard, &main_clipboard); - PasteboardClear(main_clipboard); - CFDataRef cf_data = CFDataCreate(kCFAllocatorDefault, (const UInt8*)text, strlen(text)); - if (cf_data) - { - PasteboardPutItemFlavor(main_clipboard, (PasteboardItemID)1, CFSTR("public.utf8-plain-text"), cf_data, 0); - CFRelease(cf_data); - } -} - -static const char* GetClipboardTextFn_DefaultImpl(void*) -{ - if (!main_clipboard) - PasteboardCreate(kPasteboardClipboard, &main_clipboard); - PasteboardSynchronize(main_clipboard); - - ItemCount item_count = 0; - PasteboardGetItemCount(main_clipboard, &item_count); - for (ItemCount i = 0; i < item_count; i++) - { - PasteboardItemID item_id = 0; - PasteboardGetItemIdentifier(main_clipboard, i + 1, &item_id); - CFArrayRef flavor_type_array = 0; - PasteboardCopyItemFlavors(main_clipboard, item_id, &flavor_type_array); - for (CFIndex j = 0, nj = CFArrayGetCount(flavor_type_array); j < nj; j++) - { - CFDataRef cf_data; - if (PasteboardCopyItemFlavorData(main_clipboard, item_id, CFSTR("public.utf8-plain-text"), &cf_data) == noErr) - { - ImGuiContext& g = *GImGui; - g.ClipboardHandlerData.clear(); - int length = (int)CFDataGetLength(cf_data); - g.ClipboardHandlerData.resize(length + 1); - CFDataGetBytes(cf_data, CFRangeMake(0, length), (UInt8*)g.ClipboardHandlerData.Data); - g.ClipboardHandlerData[length] = 0; - CFRelease(cf_data); - return g.ClipboardHandlerData.Data; - } - } - } - return NULL; -} - -#else - -// Local Dear ImGui-only clipboard implementation, if user hasn't defined better clipboard handlers. -static const char* GetClipboardTextFn_DefaultImpl(void*) -{ - ImGuiContext& g = *GImGui; - return g.ClipboardHandlerData.empty() ? NULL : g.ClipboardHandlerData.begin(); -} - -static void SetClipboardTextFn_DefaultImpl(void*, const char* text) -{ - ImGuiContext& g = *GImGui; - g.ClipboardHandlerData.clear(); - const char* text_end = text + strlen(text); - g.ClipboardHandlerData.resize((int)(text_end - text) + 1); - memcpy(&g.ClipboardHandlerData[0], text, (size_t)(text_end - text)); - g.ClipboardHandlerData[(int)(text_end - text)] = 0; -} - -#endif - -// Win32 API IME support (for Asian languages, etc.) -#if defined(_WIN32) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS) && !defined(IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS) - -#include -#ifdef _MSC_VER -#pragma comment(lib, "imm32") -#endif - -static void SetPlatformImeDataFn_DefaultImpl(ImGuiViewport* viewport, ImGuiPlatformImeData* data) -{ - // Notify OS Input Method Editor of text input position - HWND hwnd = (HWND)viewport->PlatformHandleRaw; -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - if (hwnd == 0) - hwnd = (HWND)ImGui::GetIO().ImeWindowHandle; -#endif - if (hwnd == 0) - return; - - ::ImmAssociateContextEx(hwnd, NULL, data->WantVisible ? IACE_DEFAULT : 0); - - if (HIMC himc = ::ImmGetContext(hwnd)) - { - COMPOSITIONFORM composition_form = {}; - composition_form.ptCurrentPos.x = (LONG)data->InputPos.x; - composition_form.ptCurrentPos.y = (LONG)data->InputPos.y; - composition_form.dwStyle = CFS_FORCE_POSITION; - ::ImmSetCompositionWindow(himc, &composition_form); - CANDIDATEFORM candidate_form = {}; - candidate_form.dwStyle = CFS_CANDIDATEPOS; - candidate_form.ptCurrentPos.x = (LONG)data->InputPos.x; - candidate_form.ptCurrentPos.y = (LONG)data->InputPos.y; - ::ImmSetCandidateWindow(himc, &candidate_form); - ::ImmReleaseContext(hwnd, himc); - } -} - -#else - -static void SetPlatformImeDataFn_DefaultImpl(ImGuiViewport*, ImGuiPlatformImeData*) {} - -#endif - -//----------------------------------------------------------------------------- -// [SECTION] METRICS/DEBUGGER WINDOW -//----------------------------------------------------------------------------- -// - RenderViewportThumbnail() [Internal] -// - RenderViewportsThumbnails() [Internal] -// - DebugTextEncoding() -// - MetricsHelpMarker() [Internal] -// - ShowFontAtlas() [Internal] -// - ShowMetricsWindow() -// - DebugNodeColumns() [Internal] -// - DebugNodeDrawList() [Internal] -// - DebugNodeDrawCmdShowMeshAndBoundingBox() [Internal] -// - DebugNodeFont() [Internal] -// - DebugNodeFontGlyph() [Internal] -// - DebugNodeStorage() [Internal] -// - DebugNodeTabBar() [Internal] -// - DebugNodeViewport() [Internal] -// - DebugNodeWindow() [Internal] -// - DebugNodeWindowSettings() [Internal] -// - DebugNodeWindowsList() [Internal] -// - DebugNodeWindowsListByBeginStackParent() [Internal] -//----------------------------------------------------------------------------- - -#ifndef IMGUI_DISABLE_DEBUG_TOOLS - -void ImGui::DebugRenderViewportThumbnail(ImDrawList* draw_list, ImGuiViewportP* viewport, const ImRect& bb) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - ImVec2 scale = bb.GetSize() / viewport->Size; - ImVec2 off = bb.Min - viewport->Pos * scale; - float alpha_mul = 1.0f; - window->DrawList->AddRectFilled(bb.Min, bb.Max, GetColorU32(ImGuiCol_Border, alpha_mul * 0.40f)); - for (int i = 0; i != g.Windows.Size; i++) - { - ImGuiWindow* thumb_window = g.Windows[i]; - if (!thumb_window->WasActive || (thumb_window->Flags & ImGuiWindowFlags_ChildWindow)) - continue; - - ImRect thumb_r = thumb_window->Rect(); - ImRect title_r = thumb_window->TitleBarRect(); - thumb_r = ImRect(ImFloor(off + thumb_r.Min * scale), ImFloor(off + thumb_r.Max * scale)); - title_r = ImRect(ImFloor(off + title_r.Min * scale), ImFloor(off + ImVec2(title_r.Max.x, title_r.Min.y) * scale) + ImVec2(0,5)); // Exaggerate title bar height - thumb_r.ClipWithFull(bb); - title_r.ClipWithFull(bb); - const bool window_is_focused = (g.NavWindow && thumb_window->RootWindowForTitleBarHighlight == g.NavWindow->RootWindowForTitleBarHighlight); - window->DrawList->AddRectFilled(thumb_r.Min, thumb_r.Max, GetColorU32(ImGuiCol_WindowBg, alpha_mul)); - window->DrawList->AddRectFilled(title_r.Min, title_r.Max, GetColorU32(window_is_focused ? ImGuiCol_TitleBgActive : ImGuiCol_TitleBg, alpha_mul)); - window->DrawList->AddRect(thumb_r.Min, thumb_r.Max, GetColorU32(ImGuiCol_Border, alpha_mul)); - window->DrawList->AddText(g.Font, g.FontSize * 1.0f, title_r.Min, GetColorU32(ImGuiCol_Text, alpha_mul), thumb_window->Name, FindRenderedTextEnd(thumb_window->Name)); - } - draw_list->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_Border, alpha_mul)); -} - -static void RenderViewportsThumbnails() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - // We don't display full monitor bounds (we could, but it often looks awkward), instead we display just enough to cover all of our viewports. - float SCALE = 1.0f / 8.0f; - ImRect bb_full(FLT_MAX, FLT_MAX, -FLT_MAX, -FLT_MAX); - for (int n = 0; n < g.Viewports.Size; n++) - bb_full.Add(g.Viewports[n]->GetMainRect()); - ImVec2 p = window->DC.CursorPos; - ImVec2 off = p - bb_full.Min * SCALE; - for (int n = 0; n < g.Viewports.Size; n++) - { - ImGuiViewportP* viewport = g.Viewports[n]; - ImRect viewport_draw_bb(off + (viewport->Pos) * SCALE, off + (viewport->Pos + viewport->Size) * SCALE); - ImGui::DebugRenderViewportThumbnail(window->DrawList, viewport, viewport_draw_bb); - } - ImGui::Dummy(bb_full.GetSize() * SCALE); -} - -// Helper tool to diagnose between text encoding issues and font loading issues. Pass your UTF-8 string and verify that there are correct. -void ImGui::DebugTextEncoding(const char* str) -{ - Text("Text: \"%s\"", str); - if (!BeginTable("list", 4, ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg | ImGuiTableFlags_SizingFixedFit)) - return; - TableSetupColumn("Offset"); - TableSetupColumn("UTF-8"); - TableSetupColumn("Glyph"); - TableSetupColumn("Codepoint"); - TableHeadersRow(); - for (const char* p = str; *p != 0; ) - { - unsigned int c; - const int c_utf8_len = ImTextCharFromUtf8(&c, p, NULL); - TableNextColumn(); - Text("%d", (int)(p - str)); - TableNextColumn(); - for (int byte_index = 0; byte_index < c_utf8_len; byte_index++) - { - if (byte_index > 0) - SameLine(); - Text("0x%02X", (int)(unsigned char)p[byte_index]); - } - TableNextColumn(); - if (GetFont()->FindGlyphNoFallback((ImWchar)c)) - TextUnformatted(p, p + c_utf8_len); - else - TextUnformatted((c == IM_UNICODE_CODEPOINT_INVALID) ? "[invalid]" : "[missing]"); - TableNextColumn(); - Text("U+%04X", (int)c); - p += c_utf8_len; - } - EndTable(); -} - -// Avoid naming collision with imgui_demo.cpp's HelpMarker() for unity builds. -static void MetricsHelpMarker(const char* desc) -{ - ImGui::TextDisabled("(?)"); - if (ImGui::IsItemHovered()) - { - ImGui::BeginTooltip(); - ImGui::PushTextWrapPos(ImGui::GetFontSize() * 35.0f); - ImGui::TextUnformatted(desc); - ImGui::PopTextWrapPos(); - ImGui::EndTooltip(); - } -} - -// [DEBUG] List fonts in a font atlas and display its texture -void ImGui::ShowFontAtlas(ImFontAtlas* atlas) -{ - for (int i = 0; i < atlas->Fonts.Size; i++) - { - ImFont* font = atlas->Fonts[i]; - PushID(font); - DebugNodeFont(font); - PopID(); - } - if (TreeNode("Atlas texture", "Atlas texture (%dx%d pixels)", atlas->TexWidth, atlas->TexHeight)) - { - ImVec4 tint_col = ImVec4(1.0f, 1.0f, 1.0f, 1.0f); - ImVec4 border_col = ImVec4(1.0f, 1.0f, 1.0f, 0.5f); - Image(atlas->TexID, ImVec2((float)atlas->TexWidth, (float)atlas->TexHeight), ImVec2(0.0f, 0.0f), ImVec2(1.0f, 1.0f), tint_col, border_col); - TreePop(); - } -} - -void ImGui::ShowMetricsWindow(bool* p_open) -{ - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - ImGuiMetricsConfig* cfg = &g.DebugMetricsConfig; - if (cfg->ShowDebugLog) - ShowDebugLogWindow(&cfg->ShowDebugLog); - if (cfg->ShowStackTool) - ShowStackToolWindow(&cfg->ShowStackTool); - - if (!Begin("Dear ImGui Metrics/Debugger", p_open) || GetCurrentWindow()->BeginCount > 1) - { - End(); - return; - } - - // Basic info - Text("Dear ImGui %s", GetVersion()); - Text("Application average %.3f ms/frame (%.1f FPS)", 1000.0f / io.Framerate, io.Framerate); - Text("%d vertices, %d indices (%d triangles)", io.MetricsRenderVertices, io.MetricsRenderIndices, io.MetricsRenderIndices / 3); - Text("%d visible windows, %d active allocations", io.MetricsRenderWindows, io.MetricsActiveAllocations); - //SameLine(); if (SmallButton("GC")) { g.GcCompactAll = true; } - - Separator(); - - // Debugging enums - enum { WRT_OuterRect, WRT_OuterRectClipped, WRT_InnerRect, WRT_InnerClipRect, WRT_WorkRect, WRT_Content, WRT_ContentIdeal, WRT_ContentRegionRect, WRT_Count }; // Windows Rect Type - const char* wrt_rects_names[WRT_Count] = { "OuterRect", "OuterRectClipped", "InnerRect", "InnerClipRect", "WorkRect", "Content", "ContentIdeal", "ContentRegionRect" }; - enum { TRT_OuterRect, TRT_InnerRect, TRT_WorkRect, TRT_HostClipRect, TRT_InnerClipRect, TRT_BackgroundClipRect, TRT_ColumnsRect, TRT_ColumnsWorkRect, TRT_ColumnsClipRect, TRT_ColumnsContentHeadersUsed, TRT_ColumnsContentHeadersIdeal, TRT_ColumnsContentFrozen, TRT_ColumnsContentUnfrozen, TRT_Count }; // Tables Rect Type - const char* trt_rects_names[TRT_Count] = { "OuterRect", "InnerRect", "WorkRect", "HostClipRect", "InnerClipRect", "BackgroundClipRect", "ColumnsRect", "ColumnsWorkRect", "ColumnsClipRect", "ColumnsContentHeadersUsed", "ColumnsContentHeadersIdeal", "ColumnsContentFrozen", "ColumnsContentUnfrozen" }; - if (cfg->ShowWindowsRectsType < 0) - cfg->ShowWindowsRectsType = WRT_WorkRect; - if (cfg->ShowTablesRectsType < 0) - cfg->ShowTablesRectsType = TRT_WorkRect; - - struct Funcs - { - static ImRect GetTableRect(ImGuiTable* table, int rect_type, int n) - { - ImGuiTableInstanceData* table_instance = TableGetInstanceData(table, table->InstanceCurrent); // Always using last submitted instance - if (rect_type == TRT_OuterRect) { return table->OuterRect; } - else if (rect_type == TRT_InnerRect) { return table->InnerRect; } - else if (rect_type == TRT_WorkRect) { return table->WorkRect; } - else if (rect_type == TRT_HostClipRect) { return table->HostClipRect; } - else if (rect_type == TRT_InnerClipRect) { return table->InnerClipRect; } - else if (rect_type == TRT_BackgroundClipRect) { return table->BgClipRect; } - else if (rect_type == TRT_ColumnsRect) { ImGuiTableColumn* c = &table->Columns[n]; return ImRect(c->MinX, table->InnerClipRect.Min.y, c->MaxX, table->InnerClipRect.Min.y + table_instance->LastOuterHeight); } - else if (rect_type == TRT_ColumnsWorkRect) { ImGuiTableColumn* c = &table->Columns[n]; return ImRect(c->WorkMinX, table->WorkRect.Min.y, c->WorkMaxX, table->WorkRect.Max.y); } - else if (rect_type == TRT_ColumnsClipRect) { ImGuiTableColumn* c = &table->Columns[n]; return c->ClipRect; } - else if (rect_type == TRT_ColumnsContentHeadersUsed){ ImGuiTableColumn* c = &table->Columns[n]; return ImRect(c->WorkMinX, table->InnerClipRect.Min.y, c->ContentMaxXHeadersUsed, table->InnerClipRect.Min.y + table_instance->LastFirstRowHeight); } // Note: y1/y2 not always accurate - else if (rect_type == TRT_ColumnsContentHeadersIdeal){ImGuiTableColumn* c = &table->Columns[n]; return ImRect(c->WorkMinX, table->InnerClipRect.Min.y, c->ContentMaxXHeadersIdeal, table->InnerClipRect.Min.y + table_instance->LastFirstRowHeight); } - else if (rect_type == TRT_ColumnsContentFrozen) { ImGuiTableColumn* c = &table->Columns[n]; return ImRect(c->WorkMinX, table->InnerClipRect.Min.y, c->ContentMaxXFrozen, table->InnerClipRect.Min.y + table_instance->LastFirstRowHeight); } - else if (rect_type == TRT_ColumnsContentUnfrozen) { ImGuiTableColumn* c = &table->Columns[n]; return ImRect(c->WorkMinX, table->InnerClipRect.Min.y + table_instance->LastFirstRowHeight, c->ContentMaxXUnfrozen, table->InnerClipRect.Max.y); } - IM_ASSERT(0); - return ImRect(); - } - - static ImRect GetWindowRect(ImGuiWindow* window, int rect_type) - { - if (rect_type == WRT_OuterRect) { return window->Rect(); } - else if (rect_type == WRT_OuterRectClipped) { return window->OuterRectClipped; } - else if (rect_type == WRT_InnerRect) { return window->InnerRect; } - else if (rect_type == WRT_InnerClipRect) { return window->InnerClipRect; } - else if (rect_type == WRT_WorkRect) { return window->WorkRect; } - else if (rect_type == WRT_Content) { ImVec2 min = window->InnerRect.Min - window->Scroll + window->WindowPadding; return ImRect(min, min + window->ContentSize); } - else if (rect_type == WRT_ContentIdeal) { ImVec2 min = window->InnerRect.Min - window->Scroll + window->WindowPadding; return ImRect(min, min + window->ContentSizeIdeal); } - else if (rect_type == WRT_ContentRegionRect) { return window->ContentRegionRect; } - IM_ASSERT(0); - return ImRect(); - } - }; - - // Tools - if (TreeNode("Tools")) - { - bool show_encoding_viewer = TreeNode("UTF-8 Encoding viewer"); - SameLine(); - MetricsHelpMarker("You can also call ImGui::DebugTextEncoding() from your code with a given string to test that your UTF-8 encoding settings are correct."); - if (show_encoding_viewer) - { - static char buf[100] = ""; - SetNextItemWidth(-FLT_MIN); - InputText("##Text", buf, IM_ARRAYSIZE(buf)); - if (buf[0] != 0) - DebugTextEncoding(buf); - TreePop(); - } - - // The Item Picker tool is super useful to visually select an item and break into the call-stack of where it was submitted. - if (Checkbox("Show Item Picker", &g.DebugItemPickerActive) && g.DebugItemPickerActive) - DebugStartItemPicker(); - SameLine(); - MetricsHelpMarker("Will call the IM_DEBUG_BREAK() macro to break in debugger.\nWarning: If you don't have a debugger attached, this will probably crash."); - - // Stack Tool is your best friend! - Checkbox("Show Debug Log", &cfg->ShowDebugLog); - SameLine(); - MetricsHelpMarker("You can also call ImGui::ShowDebugLogWindow() from your code."); - - // Stack Tool is your best friend! - Checkbox("Show Stack Tool", &cfg->ShowStackTool); - SameLine(); - MetricsHelpMarker("You can also call ImGui::ShowStackToolWindow() from your code."); - - Checkbox("Show windows begin order", &cfg->ShowWindowsBeginOrder); - Checkbox("Show windows rectangles", &cfg->ShowWindowsRects); - SameLine(); - SetNextItemWidth(GetFontSize() * 12); - cfg->ShowWindowsRects |= Combo("##show_windows_rect_type", &cfg->ShowWindowsRectsType, wrt_rects_names, WRT_Count, WRT_Count); - if (cfg->ShowWindowsRects && g.NavWindow != NULL) - { - BulletText("'%s':", g.NavWindow->Name); - Indent(); - for (int rect_n = 0; rect_n < WRT_Count; rect_n++) - { - ImRect r = Funcs::GetWindowRect(g.NavWindow, rect_n); - Text("(%6.1f,%6.1f) (%6.1f,%6.1f) Size (%6.1f,%6.1f) %s", r.Min.x, r.Min.y, r.Max.x, r.Max.y, r.GetWidth(), r.GetHeight(), wrt_rects_names[rect_n]); - } - Unindent(); - } - - Checkbox("Show tables rectangles", &cfg->ShowTablesRects); - SameLine(); - SetNextItemWidth(GetFontSize() * 12); - cfg->ShowTablesRects |= Combo("##show_table_rects_type", &cfg->ShowTablesRectsType, trt_rects_names, TRT_Count, TRT_Count); - if (cfg->ShowTablesRects && g.NavWindow != NULL) - { - for (int table_n = 0; table_n < g.Tables.GetMapSize(); table_n++) - { - ImGuiTable* table = g.Tables.TryGetMapData(table_n); - if (table == NULL || table->LastFrameActive < g.FrameCount - 1 || (table->OuterWindow != g.NavWindow && table->InnerWindow != g.NavWindow)) - continue; - - BulletText("Table 0x%08X (%d columns, in '%s')", table->ID, table->ColumnsCount, table->OuterWindow->Name); - if (IsItemHovered()) - GetForegroundDrawList()->AddRect(table->OuterRect.Min - ImVec2(1, 1), table->OuterRect.Max + ImVec2(1, 1), IM_COL32(255, 255, 0, 255), 0.0f, 0, 2.0f); - Indent(); - char buf[128]; - for (int rect_n = 0; rect_n < TRT_Count; rect_n++) - { - if (rect_n >= TRT_ColumnsRect) - { - if (rect_n != TRT_ColumnsRect && rect_n != TRT_ColumnsClipRect) - continue; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImRect r = Funcs::GetTableRect(table, rect_n, column_n); - ImFormatString(buf, IM_ARRAYSIZE(buf), "(%6.1f,%6.1f) (%6.1f,%6.1f) Size (%6.1f,%6.1f) Col %d %s", r.Min.x, r.Min.y, r.Max.x, r.Max.y, r.GetWidth(), r.GetHeight(), column_n, trt_rects_names[rect_n]); - Selectable(buf); - if (IsItemHovered()) - GetForegroundDrawList()->AddRect(r.Min - ImVec2(1, 1), r.Max + ImVec2(1, 1), IM_COL32(255, 255, 0, 255), 0.0f, 0, 2.0f); - } - } - else - { - ImRect r = Funcs::GetTableRect(table, rect_n, -1); - ImFormatString(buf, IM_ARRAYSIZE(buf), "(%6.1f,%6.1f) (%6.1f,%6.1f) Size (%6.1f,%6.1f) %s", r.Min.x, r.Min.y, r.Max.x, r.Max.y, r.GetWidth(), r.GetHeight(), trt_rects_names[rect_n]); - Selectable(buf); - if (IsItemHovered()) - GetForegroundDrawList()->AddRect(r.Min - ImVec2(1, 1), r.Max + ImVec2(1, 1), IM_COL32(255, 255, 0, 255), 0.0f, 0, 2.0f); - } - } - Unindent(); - } - } - - TreePop(); - } - - // Windows - if (TreeNode("Windows", "Windows (%d)", g.Windows.Size)) - { - //SetNextItemOpen(true, ImGuiCond_Once); - DebugNodeWindowsList(&g.Windows, "By display order"); - DebugNodeWindowsList(&g.WindowsFocusOrder, "By focus order (root windows)"); - if (TreeNode("By submission order (begin stack)")) - { - // Here we display windows in their submitted order/hierarchy, however note that the Begin stack doesn't constitute a Parent<>Child relationship! - ImVector& temp_buffer = g.WindowsTempSortBuffer; - temp_buffer.resize(0); - for (int i = 0; i < g.Windows.Size; i++) - if (g.Windows[i]->LastFrameActive + 1 >= g.FrameCount) - temp_buffer.push_back(g.Windows[i]); - struct Func { static int IMGUI_CDECL WindowComparerByBeginOrder(const void* lhs, const void* rhs) { return ((int)(*(const ImGuiWindow* const *)lhs)->BeginOrderWithinContext - (*(const ImGuiWindow* const*)rhs)->BeginOrderWithinContext); } }; - ImQsort(temp_buffer.Data, (size_t)temp_buffer.Size, sizeof(ImGuiWindow*), Func::WindowComparerByBeginOrder); - DebugNodeWindowsListByBeginStackParent(temp_buffer.Data, temp_buffer.Size, NULL); - TreePop(); - } - - TreePop(); - } - - // DrawLists - int drawlist_count = 0; - for (int viewport_i = 0; viewport_i < g.Viewports.Size; viewport_i++) - drawlist_count += g.Viewports[viewport_i]->DrawDataBuilder.GetDrawListCount(); - if (TreeNode("DrawLists", "DrawLists (%d)", drawlist_count)) - { - Checkbox("Show ImDrawCmd mesh when hovering", &cfg->ShowDrawCmdMesh); - Checkbox("Show ImDrawCmd bounding boxes when hovering", &cfg->ShowDrawCmdBoundingBoxes); - for (int viewport_i = 0; viewport_i < g.Viewports.Size; viewport_i++) - { - ImGuiViewportP* viewport = g.Viewports[viewport_i]; - for (int layer_i = 0; layer_i < IM_ARRAYSIZE(viewport->DrawDataBuilder.Layers); layer_i++) - for (int draw_list_i = 0; draw_list_i < viewport->DrawDataBuilder.Layers[layer_i].Size; draw_list_i++) - DebugNodeDrawList(NULL, viewport->DrawDataBuilder.Layers[layer_i][draw_list_i], "DrawList"); - } - TreePop(); - } - - // Viewports - if (TreeNode("Viewports", "Viewports (%d)", g.Viewports.Size)) - { - Indent(GetTreeNodeToLabelSpacing()); - RenderViewportsThumbnails(); - Unindent(GetTreeNodeToLabelSpacing()); - for (int i = 0; i < g.Viewports.Size; i++) - DebugNodeViewport(g.Viewports[i]); - TreePop(); - } - - // Details for Popups - if (TreeNode("Popups", "Popups (%d)", g.OpenPopupStack.Size)) - { - for (int i = 0; i < g.OpenPopupStack.Size; i++) - { - ImGuiWindow* window = g.OpenPopupStack[i].Window; - BulletText("PopupID: %08x, Window: '%s'%s%s", g.OpenPopupStack[i].PopupId, window ? window->Name : "NULL", window && (window->Flags & ImGuiWindowFlags_ChildWindow) ? " ChildWindow" : "", window && (window->Flags & ImGuiWindowFlags_ChildMenu) ? " ChildMenu" : ""); - } - TreePop(); - } - - // Details for TabBars - if (TreeNode("TabBars", "Tab Bars (%d)", g.TabBars.GetAliveCount())) - { - for (int n = 0; n < g.TabBars.GetMapSize(); n++) - if (ImGuiTabBar* tab_bar = g.TabBars.TryGetMapData(n)) - { - PushID(tab_bar); - DebugNodeTabBar(tab_bar, "TabBar"); - PopID(); - } - TreePop(); - } - - // Details for Tables - if (TreeNode("Tables", "Tables (%d)", g.Tables.GetAliveCount())) - { - for (int n = 0; n < g.Tables.GetMapSize(); n++) - if (ImGuiTable* table = g.Tables.TryGetMapData(n)) - DebugNodeTable(table); - TreePop(); - } - - // Details for Fonts - ImFontAtlas* atlas = g.IO.Fonts; - if (TreeNode("Fonts", "Fonts (%d)", atlas->Fonts.Size)) - { - ShowFontAtlas(atlas); - TreePop(); - } - - // Details for InputText - if (TreeNode("InputText")) - { - DebugNodeInputTextState(&g.InputTextState); - TreePop(); - } - - // Details for Docking -#ifdef IMGUI_HAS_DOCK - if (TreeNode("Docking")) - { - TreePop(); - } -#endif // #ifdef IMGUI_HAS_DOCK - - // Settings - if (TreeNode("Settings")) - { - if (SmallButton("Clear")) - ClearIniSettings(); - SameLine(); - if (SmallButton("Save to memory")) - SaveIniSettingsToMemory(); - SameLine(); - if (SmallButton("Save to disk")) - SaveIniSettingsToDisk(g.IO.IniFilename); - SameLine(); - if (g.IO.IniFilename) - Text("\"%s\"", g.IO.IniFilename); - else - TextUnformatted(""); - Text("SettingsDirtyTimer %.2f", g.SettingsDirtyTimer); - if (TreeNode("SettingsHandlers", "Settings handlers: (%d)", g.SettingsHandlers.Size)) - { - for (int n = 0; n < g.SettingsHandlers.Size; n++) - BulletText("%s", g.SettingsHandlers[n].TypeName); - TreePop(); - } - if (TreeNode("SettingsWindows", "Settings packed data: Windows: %d bytes", g.SettingsWindows.size())) - { - for (ImGuiWindowSettings* settings = g.SettingsWindows.begin(); settings != NULL; settings = g.SettingsWindows.next_chunk(settings)) - DebugNodeWindowSettings(settings); - TreePop(); - } - - if (TreeNode("SettingsTables", "Settings packed data: Tables: %d bytes", g.SettingsTables.size())) - { - for (ImGuiTableSettings* settings = g.SettingsTables.begin(); settings != NULL; settings = g.SettingsTables.next_chunk(settings)) - DebugNodeTableSettings(settings); - TreePop(); - } - -#ifdef IMGUI_HAS_DOCK -#endif // #ifdef IMGUI_HAS_DOCK - - if (TreeNode("SettingsIniData", "Settings unpacked data (.ini): %d bytes", g.SettingsIniData.size())) - { - InputTextMultiline("##Ini", (char*)(void*)g.SettingsIniData.c_str(), g.SettingsIniData.Buf.Size, ImVec2(-FLT_MIN, GetTextLineHeight() * 20), ImGuiInputTextFlags_ReadOnly); - TreePop(); - } - TreePop(); - } - - // Misc Details - if (TreeNode("Internal state")) - { - Text("WINDOWING"); - Indent(); - Text("HoveredWindow: '%s'", g.HoveredWindow ? g.HoveredWindow->Name : "NULL"); - Text("HoveredWindow->Root: '%s'", g.HoveredWindow ? g.HoveredWindow->RootWindow->Name : "NULL"); - Text("HoveredWindowUnderMovingWindow: '%s'", g.HoveredWindowUnderMovingWindow ? g.HoveredWindowUnderMovingWindow->Name : "NULL"); - Text("MovingWindow: '%s'", g.MovingWindow ? g.MovingWindow->Name : "NULL"); - Unindent(); - - Text("ITEMS"); - Indent(); - Text("ActiveId: 0x%08X/0x%08X (%.2f sec), AllowOverlap: %d, Source: %s", g.ActiveId, g.ActiveIdPreviousFrame, g.ActiveIdTimer, g.ActiveIdAllowOverlap, GetInputSourceName(g.ActiveIdSource)); - Text("ActiveIdWindow: '%s'", g.ActiveIdWindow ? g.ActiveIdWindow->Name : "NULL"); - - int active_id_using_key_input_count = 0; - for (int n = ImGuiKey_NamedKey_BEGIN; n < ImGuiKey_NamedKey_END; n++) - active_id_using_key_input_count += g.ActiveIdUsingKeyInputMask[n] ? 1 : 0; - Text("ActiveIdUsing: Wheel: %d, NavDirMask: %X, NavInputMask: %X, KeyInputMask: %d key(s)", g.ActiveIdUsingMouseWheel, g.ActiveIdUsingNavDirMask, g.ActiveIdUsingNavInputMask, active_id_using_key_input_count); - Text("HoveredId: 0x%08X (%.2f sec), AllowOverlap: %d", g.HoveredIdPreviousFrame, g.HoveredIdTimer, g.HoveredIdAllowOverlap); // Not displaying g.HoveredId as it is update mid-frame - Text("DragDrop: %d, SourceId = 0x%08X, Payload \"%s\" (%d bytes)", g.DragDropActive, g.DragDropPayload.SourceId, g.DragDropPayload.DataType, g.DragDropPayload.DataSize); - Unindent(); - - Text("NAV,FOCUS"); - Indent(); - Text("NavWindow: '%s'", g.NavWindow ? g.NavWindow->Name : "NULL"); - Text("NavId: 0x%08X, NavLayer: %d", g.NavId, g.NavLayer); - Text("NavInputSource: %s", GetInputSourceName(g.NavInputSource)); - Text("NavActive: %d, NavVisible: %d", g.IO.NavActive, g.IO.NavVisible); - Text("NavActivateId/DownId/PressedId/InputId: %08X/%08X/%08X/%08X", g.NavActivateId, g.NavActivateDownId, g.NavActivatePressedId, g.NavActivateInputId); - Text("NavActivateFlags: %04X", g.NavActivateFlags); - Text("NavDisableHighlight: %d, NavDisableMouseHover: %d", g.NavDisableHighlight, g.NavDisableMouseHover); - Text("NavFocusScopeId = 0x%08X", g.NavFocusScopeId); - Text("NavWindowingTarget: '%s'", g.NavWindowingTarget ? g.NavWindowingTarget->Name : "NULL"); - Unindent(); - - TreePop(); - } - - // Overlay: Display windows Rectangles and Begin Order - if (cfg->ShowWindowsRects || cfg->ShowWindowsBeginOrder) - { - for (int n = 0; n < g.Windows.Size; n++) - { - ImGuiWindow* window = g.Windows[n]; - if (!window->WasActive) - continue; - ImDrawList* draw_list = GetForegroundDrawList(window); - if (cfg->ShowWindowsRects) - { - ImRect r = Funcs::GetWindowRect(window, cfg->ShowWindowsRectsType); - draw_list->AddRect(r.Min, r.Max, IM_COL32(255, 0, 128, 255)); - } - if (cfg->ShowWindowsBeginOrder && !(window->Flags & ImGuiWindowFlags_ChildWindow)) - { - char buf[32]; - ImFormatString(buf, IM_ARRAYSIZE(buf), "%d", window->BeginOrderWithinContext); - float font_size = GetFontSize(); - draw_list->AddRectFilled(window->Pos, window->Pos + ImVec2(font_size, font_size), IM_COL32(200, 100, 100, 255)); - draw_list->AddText(window->Pos, IM_COL32(255, 255, 255, 255), buf); - } - } - } - - // Overlay: Display Tables Rectangles - if (cfg->ShowTablesRects) - { - for (int table_n = 0; table_n < g.Tables.GetMapSize(); table_n++) - { - ImGuiTable* table = g.Tables.TryGetMapData(table_n); - if (table == NULL || table->LastFrameActive < g.FrameCount - 1) - continue; - ImDrawList* draw_list = GetForegroundDrawList(table->OuterWindow); - if (cfg->ShowTablesRectsType >= TRT_ColumnsRect) - { - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImRect r = Funcs::GetTableRect(table, cfg->ShowTablesRectsType, column_n); - ImU32 col = (table->HoveredColumnBody == column_n) ? IM_COL32(255, 255, 128, 255) : IM_COL32(255, 0, 128, 255); - float thickness = (table->HoveredColumnBody == column_n) ? 3.0f : 1.0f; - draw_list->AddRect(r.Min, r.Max, col, 0.0f, 0, thickness); - } - } - else - { - ImRect r = Funcs::GetTableRect(table, cfg->ShowTablesRectsType, -1); - draw_list->AddRect(r.Min, r.Max, IM_COL32(255, 0, 128, 255)); - } - } - } - -#ifdef IMGUI_HAS_DOCK - // Overlay: Display Docking info - if (show_docking_nodes && g.IO.KeyCtrl) - { - } -#endif // #ifdef IMGUI_HAS_DOCK - - End(); -} - -// [DEBUG] Display contents of Columns -void ImGui::DebugNodeColumns(ImGuiOldColumns* columns) -{ - if (!TreeNode((void*)(uintptr_t)columns->ID, "Columns Id: 0x%08X, Count: %d, Flags: 0x%04X", columns->ID, columns->Count, columns->Flags)) - return; - BulletText("Width: %.1f (MinX: %.1f, MaxX: %.1f)", columns->OffMaxX - columns->OffMinX, columns->OffMinX, columns->OffMaxX); - for (int column_n = 0; column_n < columns->Columns.Size; column_n++) - BulletText("Column %02d: OffsetNorm %.3f (= %.1f px)", column_n, columns->Columns[column_n].OffsetNorm, GetColumnOffsetFromNorm(columns, columns->Columns[column_n].OffsetNorm)); - TreePop(); -} - -// [DEBUG] Display contents of ImDrawList -void ImGui::DebugNodeDrawList(ImGuiWindow* window, const ImDrawList* draw_list, const char* label) -{ - ImGuiContext& g = *GImGui; - ImGuiMetricsConfig* cfg = &g.DebugMetricsConfig; - int cmd_count = draw_list->CmdBuffer.Size; - if (cmd_count > 0 && draw_list->CmdBuffer.back().ElemCount == 0 && draw_list->CmdBuffer.back().UserCallback == NULL) - cmd_count--; - bool node_open = TreeNode(draw_list, "%s: '%s' %d vtx, %d indices, %d cmds", label, draw_list->_OwnerName ? draw_list->_OwnerName : "", draw_list->VtxBuffer.Size, draw_list->IdxBuffer.Size, cmd_count); - if (draw_list == GetWindowDrawList()) - { - SameLine(); - TextColored(ImVec4(1.0f, 0.4f, 0.4f, 1.0f), "CURRENTLY APPENDING"); // Can't display stats for active draw list! (we don't have the data double-buffered) - if (node_open) - TreePop(); - return; - } - - ImDrawList* fg_draw_list = GetForegroundDrawList(window); // Render additional visuals into the top-most draw list - if (window && IsItemHovered() && fg_draw_list) - fg_draw_list->AddRect(window->Pos, window->Pos + window->Size, IM_COL32(255, 255, 0, 255)); - if (!node_open) - return; - - if (window && !window->WasActive) - TextDisabled("Warning: owning Window is inactive. This DrawList is not being rendered!"); - - for (const ImDrawCmd* pcmd = draw_list->CmdBuffer.Data; pcmd < draw_list->CmdBuffer.Data + cmd_count; pcmd++) - { - if (pcmd->UserCallback) - { - BulletText("Callback %p, user_data %p", pcmd->UserCallback, pcmd->UserCallbackData); - continue; - } - - char buf[300]; - ImFormatString(buf, IM_ARRAYSIZE(buf), "DrawCmd:%5d tris, Tex 0x%p, ClipRect (%4.0f,%4.0f)-(%4.0f,%4.0f)", - pcmd->ElemCount / 3, (void*)(intptr_t)pcmd->TextureId, - pcmd->ClipRect.x, pcmd->ClipRect.y, pcmd->ClipRect.z, pcmd->ClipRect.w); - bool pcmd_node_open = TreeNode((void*)(pcmd - draw_list->CmdBuffer.begin()), "%s", buf); - if (IsItemHovered() && (cfg->ShowDrawCmdMesh || cfg->ShowDrawCmdBoundingBoxes) && fg_draw_list) - DebugNodeDrawCmdShowMeshAndBoundingBox(fg_draw_list, draw_list, pcmd, cfg->ShowDrawCmdMesh, cfg->ShowDrawCmdBoundingBoxes); - if (!pcmd_node_open) - continue; - - // Calculate approximate coverage area (touched pixel count) - // This will be in pixels squared as long there's no post-scaling happening to the renderer output. - const ImDrawIdx* idx_buffer = (draw_list->IdxBuffer.Size > 0) ? draw_list->IdxBuffer.Data : NULL; - const ImDrawVert* vtx_buffer = draw_list->VtxBuffer.Data + pcmd->VtxOffset; - float total_area = 0.0f; - for (unsigned int idx_n = pcmd->IdxOffset; idx_n < pcmd->IdxOffset + pcmd->ElemCount; ) - { - ImVec2 triangle[3]; - for (int n = 0; n < 3; n++, idx_n++) - triangle[n] = vtx_buffer[idx_buffer ? idx_buffer[idx_n] : idx_n].pos; - total_area += ImTriangleArea(triangle[0], triangle[1], triangle[2]); - } - - // Display vertex information summary. Hover to get all triangles drawn in wire-frame - ImFormatString(buf, IM_ARRAYSIZE(buf), "Mesh: ElemCount: %d, VtxOffset: +%d, IdxOffset: +%d, Area: ~%0.f px", pcmd->ElemCount, pcmd->VtxOffset, pcmd->IdxOffset, total_area); - Selectable(buf); - if (IsItemHovered() && fg_draw_list) - DebugNodeDrawCmdShowMeshAndBoundingBox(fg_draw_list, draw_list, pcmd, true, false); - - // Display individual triangles/vertices. Hover on to get the corresponding triangle highlighted. - ImGuiListClipper clipper; - clipper.Begin(pcmd->ElemCount / 3); // Manually coarse clip our print out of individual vertices to save CPU, only items that may be visible. - while (clipper.Step()) - for (int prim = clipper.DisplayStart, idx_i = pcmd->IdxOffset + clipper.DisplayStart * 3; prim < clipper.DisplayEnd; prim++) - { - char* buf_p = buf, * buf_end = buf + IM_ARRAYSIZE(buf); - ImVec2 triangle[3]; - for (int n = 0; n < 3; n++, idx_i++) - { - const ImDrawVert& v = vtx_buffer[idx_buffer ? idx_buffer[idx_i] : idx_i]; - triangle[n] = v.pos; - buf_p += ImFormatString(buf_p, buf_end - buf_p, "%s %04d: pos (%8.2f,%8.2f), uv (%.6f,%.6f), col %08X\n", - (n == 0) ? "Vert:" : " ", idx_i, v.pos.x, v.pos.y, v.uv.x, v.uv.y, v.col); - } - - Selectable(buf, false); - if (fg_draw_list && IsItemHovered()) - { - ImDrawListFlags backup_flags = fg_draw_list->Flags; - fg_draw_list->Flags &= ~ImDrawListFlags_AntiAliasedLines; // Disable AA on triangle outlines is more readable for very large and thin triangles. - fg_draw_list->AddPolyline(triangle, 3, IM_COL32(255, 255, 0, 255), ImDrawFlags_Closed, 1.0f); - fg_draw_list->Flags = backup_flags; - } - } - TreePop(); - } - TreePop(); -} - -// [DEBUG] Display mesh/aabb of a ImDrawCmd -void ImGui::DebugNodeDrawCmdShowMeshAndBoundingBox(ImDrawList* out_draw_list, const ImDrawList* draw_list, const ImDrawCmd* draw_cmd, bool show_mesh, bool show_aabb) -{ - IM_ASSERT(show_mesh || show_aabb); - - // Draw wire-frame version of all triangles - ImRect clip_rect = draw_cmd->ClipRect; - ImRect vtxs_rect(FLT_MAX, FLT_MAX, -FLT_MAX, -FLT_MAX); - ImDrawListFlags backup_flags = out_draw_list->Flags; - out_draw_list->Flags &= ~ImDrawListFlags_AntiAliasedLines; // Disable AA on triangle outlines is more readable for very large and thin triangles. - for (unsigned int idx_n = draw_cmd->IdxOffset, idx_end = draw_cmd->IdxOffset + draw_cmd->ElemCount; idx_n < idx_end; ) - { - ImDrawIdx* idx_buffer = (draw_list->IdxBuffer.Size > 0) ? draw_list->IdxBuffer.Data : NULL; // We don't hold on those pointers past iterations as ->AddPolyline() may invalidate them if out_draw_list==draw_list - ImDrawVert* vtx_buffer = draw_list->VtxBuffer.Data + draw_cmd->VtxOffset; - - ImVec2 triangle[3]; - for (int n = 0; n < 3; n++, idx_n++) - vtxs_rect.Add((triangle[n] = vtx_buffer[idx_buffer ? idx_buffer[idx_n] : idx_n].pos)); - if (show_mesh) - out_draw_list->AddPolyline(triangle, 3, IM_COL32(255, 255, 0, 255), ImDrawFlags_Closed, 1.0f); // In yellow: mesh triangles - } - // Draw bounding boxes - if (show_aabb) - { - out_draw_list->AddRect(ImFloor(clip_rect.Min), ImFloor(clip_rect.Max), IM_COL32(255, 0, 255, 255)); // In pink: clipping rectangle submitted to GPU - out_draw_list->AddRect(ImFloor(vtxs_rect.Min), ImFloor(vtxs_rect.Max), IM_COL32(0, 255, 255, 255)); // In cyan: bounding box of triangles - } - out_draw_list->Flags = backup_flags; -} - -// [DEBUG] Display details for a single font, called by ShowStyleEditor(). -void ImGui::DebugNodeFont(ImFont* font) -{ - bool opened = TreeNode(font, "Font: \"%s\"\n%.2f px, %d glyphs, %d file(s)", - font->ConfigData ? font->ConfigData[0].Name : "", font->FontSize, font->Glyphs.Size, font->ConfigDataCount); - SameLine(); - if (SmallButton("Set as default")) - GetIO().FontDefault = font; - if (!opened) - return; - - // Display preview text - PushFont(font); - Text("The quick brown fox jumps over the lazy dog"); - PopFont(); - - // Display details - SetNextItemWidth(GetFontSize() * 8); - DragFloat("Font scale", &font->Scale, 0.005f, 0.3f, 2.0f, "%.1f"); - SameLine(); MetricsHelpMarker( - "Note than the default embedded font is NOT meant to be scaled.\n\n" - "Font are currently rendered into bitmaps at a given size at the time of building the atlas. " - "You may oversample them to get some flexibility with scaling. " - "You can also render at multiple sizes and select which one to use at runtime.\n\n" - "(Glimmer of hope: the atlas system will be rewritten in the future to make scaling more flexible.)"); - Text("Ascent: %f, Descent: %f, Height: %f", font->Ascent, font->Descent, font->Ascent - font->Descent); - char c_str[5]; - Text("Fallback character: '%s' (U+%04X)", ImTextCharToUtf8(c_str, font->FallbackChar), font->FallbackChar); - Text("Ellipsis character: '%s' (U+%04X)", ImTextCharToUtf8(c_str, font->EllipsisChar), font->EllipsisChar); - const int surface_sqrt = (int)ImSqrt((float)font->MetricsTotalSurface); - Text("Texture Area: about %d px ~%dx%d px", font->MetricsTotalSurface, surface_sqrt, surface_sqrt); - for (int config_i = 0; config_i < font->ConfigDataCount; config_i++) - if (font->ConfigData) - if (const ImFontConfig* cfg = &font->ConfigData[config_i]) - BulletText("Input %d: \'%s\', Oversample: (%d,%d), PixelSnapH: %d, Offset: (%.1f,%.1f)", - config_i, cfg->Name, cfg->OversampleH, cfg->OversampleV, cfg->PixelSnapH, cfg->GlyphOffset.x, cfg->GlyphOffset.y); - - // Display all glyphs of the fonts in separate pages of 256 characters - if (TreeNode("Glyphs", "Glyphs (%d)", font->Glyphs.Size)) - { - ImDrawList* draw_list = GetWindowDrawList(); - const ImU32 glyph_col = GetColorU32(ImGuiCol_Text); - const float cell_size = font->FontSize * 1; - const float cell_spacing = GetStyle().ItemSpacing.y; - for (unsigned int base = 0; base <= IM_UNICODE_CODEPOINT_MAX; base += 256) - { - // Skip ahead if a large bunch of glyphs are not present in the font (test in chunks of 4k) - // This is only a small optimization to reduce the number of iterations when IM_UNICODE_MAX_CODEPOINT - // is large // (if ImWchar==ImWchar32 we will do at least about 272 queries here) - if (!(base & 4095) && font->IsGlyphRangeUnused(base, base + 4095)) - { - base += 4096 - 256; - continue; - } - - int count = 0; - for (unsigned int n = 0; n < 256; n++) - if (font->FindGlyphNoFallback((ImWchar)(base + n))) - count++; - if (count <= 0) - continue; - if (!TreeNode((void*)(intptr_t)base, "U+%04X..U+%04X (%d %s)", base, base + 255, count, count > 1 ? "glyphs" : "glyph")) - continue; - - // Draw a 16x16 grid of glyphs - ImVec2 base_pos = GetCursorScreenPos(); - for (unsigned int n = 0; n < 256; n++) - { - // We use ImFont::RenderChar as a shortcut because we don't have UTF-8 conversion functions - // available here and thus cannot easily generate a zero-terminated UTF-8 encoded string. - ImVec2 cell_p1(base_pos.x + (n % 16) * (cell_size + cell_spacing), base_pos.y + (n / 16) * (cell_size + cell_spacing)); - ImVec2 cell_p2(cell_p1.x + cell_size, cell_p1.y + cell_size); - const ImFontGlyph* glyph = font->FindGlyphNoFallback((ImWchar)(base + n)); - draw_list->AddRect(cell_p1, cell_p2, glyph ? IM_COL32(255, 255, 255, 100) : IM_COL32(255, 255, 255, 50)); - if (!glyph) - continue; - font->RenderChar(draw_list, cell_size, cell_p1, glyph_col, (ImWchar)(base + n)); - if (IsMouseHoveringRect(cell_p1, cell_p2)) - { - BeginTooltip(); - DebugNodeFontGlyph(font, glyph); - EndTooltip(); - } - } - Dummy(ImVec2((cell_size + cell_spacing) * 16, (cell_size + cell_spacing) * 16)); - TreePop(); - } - TreePop(); - } - TreePop(); -} - -void ImGui::DebugNodeFontGlyph(ImFont*, const ImFontGlyph* glyph) -{ - Text("Codepoint: U+%04X", glyph->Codepoint); - Separator(); - Text("Visible: %d", glyph->Visible); - Text("AdvanceX: %.1f", glyph->AdvanceX); - Text("Pos: (%.2f,%.2f)->(%.2f,%.2f)", glyph->X0, glyph->Y0, glyph->X1, glyph->Y1); - Text("UV: (%.3f,%.3f)->(%.3f,%.3f)", glyph->U0, glyph->V0, glyph->U1, glyph->V1); -} - -// [DEBUG] Display contents of ImGuiStorage -void ImGui::DebugNodeStorage(ImGuiStorage* storage, const char* label) -{ - if (!TreeNode(label, "%s: %d entries, %d bytes", label, storage->Data.Size, storage->Data.size_in_bytes())) - return; - for (int n = 0; n < storage->Data.Size; n++) - { - const ImGuiStorage::ImGuiStoragePair& p = storage->Data[n]; - BulletText("Key 0x%08X Value { i: %d }", p.key, p.val_i); // Important: we currently don't store a type, real value may not be integer. - } - TreePop(); -} - -// [DEBUG] Display contents of ImGuiTabBar -void ImGui::DebugNodeTabBar(ImGuiTabBar* tab_bar, const char* label) -{ - // Standalone tab bars (not associated to docking/windows functionality) currently hold no discernible strings. - char buf[256]; - char* p = buf; - const char* buf_end = buf + IM_ARRAYSIZE(buf); - const bool is_active = (tab_bar->PrevFrameVisible >= GetFrameCount() - 2); - p += ImFormatString(p, buf_end - p, "%s 0x%08X (%d tabs)%s", label, tab_bar->ID, tab_bar->Tabs.Size, is_active ? "" : " *Inactive*"); - p += ImFormatString(p, buf_end - p, " { "); - for (int tab_n = 0; tab_n < ImMin(tab_bar->Tabs.Size, 3); tab_n++) - { - ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; - p += ImFormatString(p, buf_end - p, "%s'%s'", - tab_n > 0 ? ", " : "", (tab->NameOffset != -1) ? tab_bar->GetTabName(tab) : "???"); - } - p += ImFormatString(p, buf_end - p, (tab_bar->Tabs.Size > 3) ? " ... }" : " } "); - if (!is_active) { PushStyleColor(ImGuiCol_Text, GetStyleColorVec4(ImGuiCol_TextDisabled)); } - bool open = TreeNode(label, "%s", buf); - if (!is_active) { PopStyleColor(); } - if (is_active && IsItemHovered()) - { - ImDrawList* draw_list = GetForegroundDrawList(); - draw_list->AddRect(tab_bar->BarRect.Min, tab_bar->BarRect.Max, IM_COL32(255, 255, 0, 255)); - draw_list->AddLine(ImVec2(tab_bar->ScrollingRectMinX, tab_bar->BarRect.Min.y), ImVec2(tab_bar->ScrollingRectMinX, tab_bar->BarRect.Max.y), IM_COL32(0, 255, 0, 255)); - draw_list->AddLine(ImVec2(tab_bar->ScrollingRectMaxX, tab_bar->BarRect.Min.y), ImVec2(tab_bar->ScrollingRectMaxX, tab_bar->BarRect.Max.y), IM_COL32(0, 255, 0, 255)); - } - if (open) - { - for (int tab_n = 0; tab_n < tab_bar->Tabs.Size; tab_n++) - { - const ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; - PushID(tab); - if (SmallButton("<")) { TabBarQueueReorder(tab_bar, tab, -1); } SameLine(0, 2); - if (SmallButton(">")) { TabBarQueueReorder(tab_bar, tab, +1); } SameLine(); - Text("%02d%c Tab 0x%08X '%s' Offset: %.1f, Width: %.1f/%.1f", - tab_n, (tab->ID == tab_bar->SelectedTabId) ? '*' : ' ', tab->ID, (tab->NameOffset != -1) ? tab_bar->GetTabName(tab) : "???", tab->Offset, tab->Width, tab->ContentWidth); - PopID(); - } - TreePop(); - } -} - -void ImGui::DebugNodeViewport(ImGuiViewportP* viewport) -{ - SetNextItemOpen(true, ImGuiCond_Once); - if (TreeNode("viewport0", "Viewport #%d", 0)) - { - ImGuiWindowFlags flags = viewport->Flags; - BulletText("Main Pos: (%.0f,%.0f), Size: (%.0f,%.0f)\nWorkArea Offset Left: %.0f Top: %.0f, Right: %.0f, Bottom: %.0f", - viewport->Pos.x, viewport->Pos.y, viewport->Size.x, viewport->Size.y, - viewport->WorkOffsetMin.x, viewport->WorkOffsetMin.y, viewport->WorkOffsetMax.x, viewport->WorkOffsetMax.y); - BulletText("Flags: 0x%04X =%s%s%s", viewport->Flags, - (flags & ImGuiViewportFlags_IsPlatformWindow) ? " IsPlatformWindow" : "", - (flags & ImGuiViewportFlags_IsPlatformMonitor) ? " IsPlatformMonitor" : "", - (flags & ImGuiViewportFlags_OwnedByApp) ? " OwnedByApp" : ""); - for (int layer_i = 0; layer_i < IM_ARRAYSIZE(viewport->DrawDataBuilder.Layers); layer_i++) - for (int draw_list_i = 0; draw_list_i < viewport->DrawDataBuilder.Layers[layer_i].Size; draw_list_i++) - DebugNodeDrawList(NULL, viewport->DrawDataBuilder.Layers[layer_i][draw_list_i], "DrawList"); - TreePop(); - } -} - -void ImGui::DebugNodeWindow(ImGuiWindow* window, const char* label) -{ - if (window == NULL) - { - BulletText("%s: NULL", label); - return; - } - - ImGuiContext& g = *GImGui; - const bool is_active = window->WasActive; - ImGuiTreeNodeFlags tree_node_flags = (window == g.NavWindow) ? ImGuiTreeNodeFlags_Selected : ImGuiTreeNodeFlags_None; - if (!is_active) { PushStyleColor(ImGuiCol_Text, GetStyleColorVec4(ImGuiCol_TextDisabled)); } - const bool open = TreeNodeEx(label, tree_node_flags, "%s '%s'%s", label, window->Name, is_active ? "" : " *Inactive*"); - if (!is_active) { PopStyleColor(); } - if (IsItemHovered() && is_active) - GetForegroundDrawList(window)->AddRect(window->Pos, window->Pos + window->Size, IM_COL32(255, 255, 0, 255)); - if (!open) - return; - - if (window->MemoryCompacted) - TextDisabled("Note: some memory buffers have been compacted/freed."); - - ImGuiWindowFlags flags = window->Flags; - DebugNodeDrawList(window, window->DrawList, "DrawList"); - BulletText("Pos: (%.1f,%.1f), Size: (%.1f,%.1f), ContentSize (%.1f,%.1f) Ideal (%.1f,%.1f)", window->Pos.x, window->Pos.y, window->Size.x, window->Size.y, window->ContentSize.x, window->ContentSize.y, window->ContentSizeIdeal.x, window->ContentSizeIdeal.y); - BulletText("Flags: 0x%08X (%s%s%s%s%s%s%s%s%s..)", flags, - (flags & ImGuiWindowFlags_ChildWindow) ? "Child " : "", (flags & ImGuiWindowFlags_Tooltip) ? "Tooltip " : "", (flags & ImGuiWindowFlags_Popup) ? "Popup " : "", - (flags & ImGuiWindowFlags_Modal) ? "Modal " : "", (flags & ImGuiWindowFlags_ChildMenu) ? "ChildMenu " : "", (flags & ImGuiWindowFlags_NoSavedSettings) ? "NoSavedSettings " : "", - (flags & ImGuiWindowFlags_NoMouseInputs)? "NoMouseInputs":"", (flags & ImGuiWindowFlags_NoNavInputs) ? "NoNavInputs" : "", (flags & ImGuiWindowFlags_AlwaysAutoResize) ? "AlwaysAutoResize" : ""); - BulletText("Scroll: (%.2f/%.2f,%.2f/%.2f) Scrollbar:%s%s", window->Scroll.x, window->ScrollMax.x, window->Scroll.y, window->ScrollMax.y, window->ScrollbarX ? "X" : "", window->ScrollbarY ? "Y" : ""); - BulletText("Active: %d/%d, WriteAccessed: %d, BeginOrderWithinContext: %d", window->Active, window->WasActive, window->WriteAccessed, (window->Active || window->WasActive) ? window->BeginOrderWithinContext : -1); - BulletText("Appearing: %d, Hidden: %d (CanSkip %d Cannot %d), SkipItems: %d", window->Appearing, window->Hidden, window->HiddenFramesCanSkipItems, window->HiddenFramesCannotSkipItems, window->SkipItems); - for (int layer = 0; layer < ImGuiNavLayer_COUNT; layer++) - { - ImRect r = window->NavRectRel[layer]; - if (r.Min.x >= r.Max.y && r.Min.y >= r.Max.y) - { - BulletText("NavLastIds[%d]: 0x%08X", layer, window->NavLastIds[layer]); - continue; - } - BulletText("NavLastIds[%d]: 0x%08X at +(%.1f,%.1f)(%.1f,%.1f)", layer, window->NavLastIds[layer], r.Min.x, r.Min.y, r.Max.x, r.Max.y); - if (IsItemHovered()) - GetForegroundDrawList(window)->AddRect(r.Min + window->Pos, r.Max + window->Pos, IM_COL32(255, 255, 0, 255)); - } - BulletText("NavLayersActiveMask: %X, NavLastChildNavWindow: %s", window->DC.NavLayersActiveMask, window->NavLastChildNavWindow ? window->NavLastChildNavWindow->Name : "NULL"); - if (window->RootWindow != window) { DebugNodeWindow(window->RootWindow, "RootWindow"); } - if (window->ParentWindow != NULL) { DebugNodeWindow(window->ParentWindow, "ParentWindow"); } - if (window->DC.ChildWindows.Size > 0) { DebugNodeWindowsList(&window->DC.ChildWindows, "ChildWindows"); } - if (window->ColumnsStorage.Size > 0 && TreeNode("Columns", "Columns sets (%d)", window->ColumnsStorage.Size)) - { - for (int n = 0; n < window->ColumnsStorage.Size; n++) - DebugNodeColumns(&window->ColumnsStorage[n]); - TreePop(); - } - DebugNodeStorage(&window->StateStorage, "Storage"); - TreePop(); -} - -void ImGui::DebugNodeWindowSettings(ImGuiWindowSettings* settings) -{ - Text("0x%08X \"%s\" Pos (%d,%d) Size (%d,%d) Collapsed=%d", - settings->ID, settings->GetName(), settings->Pos.x, settings->Pos.y, settings->Size.x, settings->Size.y, settings->Collapsed); -} - -void ImGui::DebugNodeWindowsList(ImVector* windows, const char* label) -{ - if (!TreeNode(label, "%s (%d)", label, windows->Size)) - return; - for (int i = windows->Size - 1; i >= 0; i--) // Iterate front to back - { - PushID((*windows)[i]); - DebugNodeWindow((*windows)[i], "Window"); - PopID(); - } - TreePop(); -} - -// FIXME-OPT: This is technically suboptimal, but it is simpler this way. -void ImGui::DebugNodeWindowsListByBeginStackParent(ImGuiWindow** windows, int windows_size, ImGuiWindow* parent_in_begin_stack) -{ - for (int i = 0; i < windows_size; i++) - { - ImGuiWindow* window = windows[i]; - if (window->ParentWindowInBeginStack != parent_in_begin_stack) - continue; - char buf[20]; - ImFormatString(buf, IM_ARRAYSIZE(buf), "[%04d] Window", window->BeginOrderWithinContext); - //BulletText("[%04d] Window '%s'", window->BeginOrderWithinContext, window->Name); - DebugNodeWindow(window, buf); - Indent(); - DebugNodeWindowsListByBeginStackParent(windows + i + 1, windows_size - i - 1, window); - Unindent(); - } -} - -//----------------------------------------------------------------------------- -// [SECTION] DEBUG LOG -//----------------------------------------------------------------------------- - -void ImGui::DebugLog(const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - DebugLogV(fmt, args); - va_end(args); -} - -void ImGui::DebugLogV(const char* fmt, va_list args) -{ - ImGuiContext& g = *GImGui; - const int old_size = g.DebugLogBuf.size(); - g.DebugLogBuf.appendf("[%05d] ", g.FrameCount); - g.DebugLogBuf.appendfv(fmt, args); - if (g.DebugLogFlags & ImGuiDebugLogFlags_OutputToTTY) - IMGUI_DEBUG_PRINTF("%s", g.DebugLogBuf.begin() + old_size); -} - -void ImGui::ShowDebugLogWindow(bool* p_open) -{ - ImGuiContext& g = *GImGui; - if (!(g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasSize)) - SetNextWindowSize(ImVec2(0.0f, GetFontSize() * 12.0f), ImGuiCond_FirstUseEver); - if (!Begin("Dear ImGui Debug Log", p_open) || GetCurrentWindow()->BeginCount > 1) - { - End(); - return; - } - - AlignTextToFramePadding(); - Text("Log events:"); - SameLine(); CheckboxFlags("All", &g.DebugLogFlags, ImGuiDebugLogFlags_EventMask_); - SameLine(); CheckboxFlags("ActiveId", &g.DebugLogFlags, ImGuiDebugLogFlags_EventActiveId); - SameLine(); CheckboxFlags("Focus", &g.DebugLogFlags, ImGuiDebugLogFlags_EventFocus); - SameLine(); CheckboxFlags("Popup", &g.DebugLogFlags, ImGuiDebugLogFlags_EventPopup); - SameLine(); CheckboxFlags("Nav", &g.DebugLogFlags, ImGuiDebugLogFlags_EventNav); - - if (SmallButton("Clear")) - g.DebugLogBuf.clear(); - SameLine(); - if (SmallButton("Copy")) - SetClipboardText(g.DebugLogBuf.c_str()); - BeginChild("##log", ImVec2(0.0f, 0.0f), true, ImGuiWindowFlags_AlwaysVerticalScrollbar | ImGuiWindowFlags_AlwaysHorizontalScrollbar); - TextUnformatted(g.DebugLogBuf.begin(), g.DebugLogBuf.end()); // FIXME-OPT: Could use a line index, but TextUnformatted() has a semi-decent fast path for large text. - if (GetScrollY() >= GetScrollMaxY()) - SetScrollHereY(1.0f); - EndChild(); - - End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] OTHER DEBUG TOOLS (ITEM PICKER, STACK TOOL) -//----------------------------------------------------------------------------- - -// [DEBUG] Item picker tool - start with DebugStartItemPicker() - useful to visually select an item and break into its call-stack. -void ImGui::UpdateDebugToolItemPicker() -{ - ImGuiContext& g = *GImGui; - g.DebugItemPickerBreakId = 0; - if (!g.DebugItemPickerActive) - return; - - const ImGuiID hovered_id = g.HoveredIdPreviousFrame; - SetMouseCursor(ImGuiMouseCursor_Hand); - if (IsKeyPressed(ImGuiKey_Escape)) - g.DebugItemPickerActive = false; - const bool change_mapping = g.IO.KeyMods == (ImGuiModFlags_Ctrl | ImGuiModFlags_Shift); - if (!change_mapping && IsMouseClicked(g.DebugItemPickerMouseButton) && hovered_id) - { - g.DebugItemPickerBreakId = hovered_id; - g.DebugItemPickerActive = false; - } - for (int mouse_button = 0; mouse_button < 3; mouse_button++) - if (change_mapping && IsMouseClicked(mouse_button)) - g.DebugItemPickerMouseButton = (ImU8)mouse_button; - SetNextWindowBgAlpha(0.70f); - BeginTooltip(); - Text("HoveredId: 0x%08X", hovered_id); - Text("Press ESC to abort picking."); - const char* mouse_button_names[] = { "Left", "Right", "Middle" }; - if (change_mapping) - Text("Remap w/ Ctrl+Shift: click anywhere to select new mouse button."); - else - TextColored(GetStyleColorVec4(hovered_id ? ImGuiCol_Text : ImGuiCol_TextDisabled), "Click %s Button to break in debugger! (remap w/ Ctrl+Shift)", mouse_button_names[g.DebugItemPickerMouseButton]); - EndTooltip(); -} - -// [DEBUG] Stack Tool: update queries. Called by NewFrame() -void ImGui::UpdateDebugToolStackQueries() -{ - ImGuiContext& g = *GImGui; - ImGuiStackTool* tool = &g.DebugStackTool; - - // Clear hook when stack tool is not visible - g.DebugHookIdInfo = 0; - if (g.FrameCount != tool->LastActiveFrame + 1) - return; - - // Update queries. The steps are: -1: query Stack, >= 0: query each stack item - // We can only perform 1 ID Info query every frame. This is designed so the GetID() tests are cheap and constant-time - const ImGuiID query_id = g.HoveredIdPreviousFrame ? g.HoveredIdPreviousFrame : g.ActiveId; - if (tool->QueryId != query_id) - { - tool->QueryId = query_id; - tool->StackLevel = -1; - tool->Results.resize(0); - } - if (query_id == 0) - return; - - // Advance to next stack level when we got our result, or after 2 frames (in case we never get a result) - int stack_level = tool->StackLevel; - if (stack_level >= 0 && stack_level < tool->Results.Size) - if (tool->Results[stack_level].QuerySuccess || tool->Results[stack_level].QueryFrameCount > 2) - tool->StackLevel++; - - // Update hook - stack_level = tool->StackLevel; - if (stack_level == -1) - g.DebugHookIdInfo = query_id; - if (stack_level >= 0 && stack_level < tool->Results.Size) - { - g.DebugHookIdInfo = tool->Results[stack_level].ID; - tool->Results[stack_level].QueryFrameCount++; - } -} - -// [DEBUG] Stack tool: hooks called by GetID() family functions -void ImGui::DebugHookIdInfo(ImGuiID id, ImGuiDataType data_type, const void* data_id, const void* data_id_end) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiStackTool* tool = &g.DebugStackTool; - - // Step 0: stack query - // This assume that the ID was computed with the current ID stack, which tends to be the case for our widget. - if (tool->StackLevel == -1) - { - tool->StackLevel++; - tool->Results.resize(window->IDStack.Size + 1, ImGuiStackLevelInfo()); - for (int n = 0; n < window->IDStack.Size + 1; n++) - tool->Results[n].ID = (n < window->IDStack.Size) ? window->IDStack[n] : id; - return; - } - - // Step 1+: query for individual level - IM_ASSERT(tool->StackLevel >= 0); - if (tool->StackLevel != window->IDStack.Size) - return; - ImGuiStackLevelInfo* info = &tool->Results[tool->StackLevel]; - IM_ASSERT(info->ID == id && info->QueryFrameCount > 0); - - switch (data_type) - { - case ImGuiDataType_S32: - ImFormatString(info->Desc, IM_ARRAYSIZE(info->Desc), "%d", (int)(intptr_t)data_id); - break; - case ImGuiDataType_String: - ImFormatString(info->Desc, IM_ARRAYSIZE(info->Desc), "%.*s", data_id_end ? (int)((const char*)data_id_end - (const char*)data_id) : (int)strlen((const char*)data_id), (const char*)data_id); - break; - case ImGuiDataType_Pointer: - ImFormatString(info->Desc, IM_ARRAYSIZE(info->Desc), "(void*)0x%p", data_id); - break; - case ImGuiDataType_ID: - if (info->Desc[0] != 0) // PushOverrideID() is often used to avoid hashing twice, which would lead to 2 calls to DebugHookIdInfo(). We prioritize the first one. - return; - ImFormatString(info->Desc, IM_ARRAYSIZE(info->Desc), "0x%08X [override]", id); - break; - default: - IM_ASSERT(0); - } - info->QuerySuccess = true; - info->DataType = data_type; -} - -static int StackToolFormatLevelInfo(ImGuiStackTool* tool, int n, bool format_for_ui, char* buf, size_t buf_size) -{ - ImGuiStackLevelInfo* info = &tool->Results[n]; - ImGuiWindow* window = (info->Desc[0] == 0 && n == 0) ? ImGui::FindWindowByID(info->ID) : NULL; - if (window) // Source: window name (because the root ID don't call GetID() and so doesn't get hooked) - return ImFormatString(buf, buf_size, format_for_ui ? "\"%s\" [window]" : "%s", window->Name); - if (info->QuerySuccess) // Source: GetID() hooks (prioritize over ItemInfo() because we frequently use patterns like: PushID(str), Button("") where they both have same id) - return ImFormatString(buf, buf_size, (format_for_ui && info->DataType == ImGuiDataType_String) ? "\"%s\"" : "%s", info->Desc); - if (tool->StackLevel < tool->Results.Size) // Only start using fallback below when all queries are done, so during queries we don't flickering ??? markers. - return (*buf = 0); -#ifdef IMGUI_ENABLE_TEST_ENGINE - if (const char* label = ImGuiTestEngine_FindItemDebugLabel(GImGui, info->ID)) // Source: ImGuiTestEngine's ItemInfo() - return ImFormatString(buf, buf_size, format_for_ui ? "??? \"%s\"" : "%s", label); -#endif - return ImFormatString(buf, buf_size, "???"); -} - -// Stack Tool: Display UI -void ImGui::ShowStackToolWindow(bool* p_open) -{ - ImGuiContext& g = *GImGui; - if (!(g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasSize)) - SetNextWindowSize(ImVec2(0.0f, GetFontSize() * 8.0f), ImGuiCond_FirstUseEver); - if (!Begin("Dear ImGui Stack Tool", p_open) || GetCurrentWindow()->BeginCount > 1) - { - End(); - return; - } - - // Display hovered/active status - ImGuiStackTool* tool = &g.DebugStackTool; - const ImGuiID hovered_id = g.HoveredIdPreviousFrame; - const ImGuiID active_id = g.ActiveId; -#ifdef IMGUI_ENABLE_TEST_ENGINE - Text("HoveredId: 0x%08X (\"%s\"), ActiveId: 0x%08X (\"%s\")", hovered_id, hovered_id ? ImGuiTestEngine_FindItemDebugLabel(&g, hovered_id) : "", active_id, active_id ? ImGuiTestEngine_FindItemDebugLabel(&g, active_id) : ""); -#else - Text("HoveredId: 0x%08X, ActiveId: 0x%08X", hovered_id, active_id); -#endif - SameLine(); - MetricsHelpMarker("Hover an item with the mouse to display elements of the ID Stack leading to the item's final ID.\nEach level of the stack correspond to a PushID() call.\nAll levels of the stack are hashed together to make the final ID of a widget (ID displayed at the bottom level of the stack).\nRead FAQ entry about the ID stack for details."); - - // CTRL+C to copy path - const float time_since_copy = (float)g.Time - tool->CopyToClipboardLastTime; - Checkbox("Ctrl+C: copy path to clipboard", &tool->CopyToClipboardOnCtrlC); - SameLine(); - TextColored((time_since_copy >= 0.0f && time_since_copy < 0.75f && ImFmod(time_since_copy, 0.25f) < 0.25f * 0.5f) ? ImVec4(1.f, 1.f, 0.3f, 1.f) : ImVec4(), "*COPIED*"); - if (tool->CopyToClipboardOnCtrlC && IsKeyDown(ImGuiKey_ModCtrl) && IsKeyPressed(ImGuiKey_C)) - { - tool->CopyToClipboardLastTime = (float)g.Time; - char* p = g.TempBuffer.Data; - char* p_end = p + g.TempBuffer.Size; - for (int stack_n = 0; stack_n < tool->Results.Size && p + 3 < p_end; stack_n++) - { - *p++ = '/'; - char level_desc[256]; - StackToolFormatLevelInfo(tool, stack_n, false, level_desc, IM_ARRAYSIZE(level_desc)); - for (int n = 0; level_desc[n] && p + 2 < p_end; n++) - { - if (level_desc[n] == '/') - *p++ = '\\'; - *p++ = level_desc[n]; - } - } - *p = '\0'; - SetClipboardText(g.TempBuffer.Data); - } - - // Display decorated stack - tool->LastActiveFrame = g.FrameCount; - if (tool->Results.Size > 0 && BeginTable("##table", 3, ImGuiTableFlags_Borders)) - { - const float id_width = CalcTextSize("0xDDDDDDDD").x; - TableSetupColumn("Seed", ImGuiTableColumnFlags_WidthFixed, id_width); - TableSetupColumn("PushID", ImGuiTableColumnFlags_WidthStretch); - TableSetupColumn("Result", ImGuiTableColumnFlags_WidthFixed, id_width); - TableHeadersRow(); - for (int n = 0; n < tool->Results.Size; n++) - { - ImGuiStackLevelInfo* info = &tool->Results[n]; - TableNextColumn(); - Text("0x%08X", (n > 0) ? tool->Results[n - 1].ID : 0); - TableNextColumn(); - StackToolFormatLevelInfo(tool, n, true, g.TempBuffer.Data, g.TempBuffer.Size); - TextUnformatted(g.TempBuffer.Data); - TableNextColumn(); - Text("0x%08X", info->ID); - if (n == tool->Results.Size - 1) - TableSetBgColor(ImGuiTableBgTarget_CellBg, GetColorU32(ImGuiCol_Header)); - } - EndTable(); - } - End(); -} - -#else - -void ImGui::ShowMetricsWindow(bool*) {} -void ImGui::ShowFontAtlas(ImFontAtlas*) {} -void ImGui::DebugNodeColumns(ImGuiOldColumns*) {} -void ImGui::DebugNodeDrawList(ImGuiWindow*, const ImDrawList*, const char*) {} -void ImGui::DebugNodeDrawCmdShowMeshAndBoundingBox(ImDrawList*, const ImDrawList*, const ImDrawCmd*, bool, bool) {} -void ImGui::DebugNodeFont(ImFont*) {} -void ImGui::DebugNodeStorage(ImGuiStorage*, const char*) {} -void ImGui::DebugNodeTabBar(ImGuiTabBar*, const char*) {} -void ImGui::DebugNodeWindow(ImGuiWindow*, const char*) {} -void ImGui::DebugNodeWindowSettings(ImGuiWindowSettings*) {} -void ImGui::DebugNodeWindowsList(ImVector*, const char*) {} -void ImGui::DebugNodeViewport(ImGuiViewportP*) {} - -void ImGui::DebugLog(const char*, ...) {} -void ImGui::DebugLogV(const char*, va_list) {} -void ImGui::ShowDebugLogWindow(bool*) {} -void ImGui::ShowStackToolWindow(bool*) {} -void ImGui::DebugHookIdInfo(ImGuiID, ImGuiDataType, const void*, const void*) {} -void ImGui::UpdateDebugToolItemPicker() {} -void ImGui::UpdateDebugToolStackQueries() {} - -#endif // #ifndef IMGUI_DISABLE_DEBUG_TOOLS - -//----------------------------------------------------------------------------- - -// Include imgui_user.inl at the end of imgui.cpp to access private data/functions that aren't exposed. -// Prefer just including imgui_internal.h from your code rather than using this define. If a declaration is missing from imgui_internal.h add it or request it on the github. -#ifdef IMGUI_INCLUDE_IMGUI_USER_INL -#include "imgui_user.inl" -#endif - -//----------------------------------------------------------------------------- - -#endif // #ifndef IMGUI_DISABLE diff --git a/external/imgui/imgui.h b/external/imgui/imgui.h deleted file mode 100644 index 49b4238e..00000000 --- a/external/imgui/imgui.h +++ /dev/null @@ -1,3065 +0,0 @@ -// dear imgui, v1.89 WIP -// (headers) - -// Help: -// - Read FAQ at http://dearimgui.org/faq -// - Newcomers, read 'Programmer guide' in imgui.cpp for notes on how to setup Dear ImGui in your codebase. -// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that. -// Read imgui.cpp for details, links and comments. - -// Resources: -// - FAQ http://dearimgui.org/faq -// - Homepage & latest https://github.com/ocornut/imgui -// - Releases & changelog https://github.com/ocornut/imgui/releases -// - Gallery https://github.com/ocornut/imgui/issues/5243 (please post your screenshots/video there!) -// - Wiki https://github.com/ocornut/imgui/wiki (lots of good stuff there) -// - Glossary https://github.com/ocornut/imgui/wiki/Glossary -// - Issues & support https://github.com/ocornut/imgui/issues - -// Getting Started? -// - For first-time users having issues compiling/linking/running or issues loading fonts: -// please post in https://github.com/ocornut/imgui/discussions if you cannot find a solution in resources above. - -/* - -Index of this file: -// [SECTION] Header mess -// [SECTION] Forward declarations and basic types -// [SECTION] Dear ImGui end-user API functions -// [SECTION] Flags & Enumerations -// [SECTION] Helpers: Memory allocations macros, ImVector<> -// [SECTION] ImGuiStyle -// [SECTION] ImGuiIO -// [SECTION] Misc data structures (ImGuiInputTextCallbackData, ImGuiSizeCallbackData, ImGuiPayload, ImGuiTableSortSpecs, ImGuiTableColumnSortSpecs) -// [SECTION] Helpers (ImGuiOnceUponAFrame, ImGuiTextFilter, ImGuiTextBuffer, ImGuiStorage, ImGuiListClipper, ImColor) -// [SECTION] Drawing API (ImDrawCallback, ImDrawCmd, ImDrawIdx, ImDrawVert, ImDrawChannel, ImDrawListSplitter, ImDrawFlags, ImDrawListFlags, ImDrawList, ImDrawData) -// [SECTION] Font API (ImFontConfig, ImFontGlyph, ImFontGlyphRangesBuilder, ImFontAtlasFlags, ImFontAtlas, ImFont) -// [SECTION] Viewports (ImGuiViewportFlags, ImGuiViewport) -// [SECTION] Platform Dependent Interfaces (ImGuiPlatformImeData) -// [SECTION] Obsolete functions and types - -*/ - -#pragma once - -// Configuration file with compile-time options (edit imconfig.h or '#define IMGUI_USER_CONFIG "myfilename.h" from your build system') -#ifdef IMGUI_USER_CONFIG -#include IMGUI_USER_CONFIG -#endif -#if !defined(IMGUI_DISABLE_INCLUDE_IMCONFIG_H) || defined(IMGUI_INCLUDE_IMCONFIG_H) -#include "imconfig.h" -#endif - -#ifndef IMGUI_DISABLE - -//----------------------------------------------------------------------------- -// [SECTION] Header mess -//----------------------------------------------------------------------------- - -// Includes -#include // FLT_MIN, FLT_MAX -#include // va_list, va_start, va_end -#include // ptrdiff_t, NULL -#include // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp - -// Version -// (Integer encoded as XYYZZ for use in #if preprocessor conditionals. Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens) -#define IMGUI_VERSION "1.89 WIP" -#define IMGUI_VERSION_NUM 18803 -#define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert), sizeof(ImDrawIdx)) -#define IMGUI_HAS_TABLE - -// Define attributes of all API symbols declarations (e.g. for DLL under Windows) -// IMGUI_API is used for core imgui functions, IMGUI_IMPL_API is used for the default backends files (imgui_impl_xxx.h) -// Using dear imgui via a shared library is not recommended, because we don't guarantee backward nor forward ABI compatibility (also function call overhead, as dear imgui is a call-heavy API) -#ifndef IMGUI_API -#define IMGUI_API -#endif -#ifndef IMGUI_IMPL_API -#define IMGUI_IMPL_API IMGUI_API -#endif - -// Helper Macros -#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. -#define IM_OFFSETOF(_TYPE,_MEMBER) offsetof(_TYPE, _MEMBER) // Offset of _MEMBER within _TYPE. Standardized as offsetof() in C++11 - -// Helper Macros - IM_FMTARGS, IM_FMTLIST: Apply printf-style warnings to our formatting functions. -#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 - -// Disable some of MSVC most aggressive Debug runtime checks in function header/footer (used in some simple/low-level functions) -#if defined(_MSC_VER) && !defined(__clang__) && !defined(__INTEL_COMPILER) && !defined(IMGUI_DEBUG_PARANOID) -#define IM_MSVC_RUNTIME_CHECKS_OFF __pragma(runtime_checks("",off)) __pragma(check_stack(off)) __pragma(strict_gs_check(push,off)) -#define IM_MSVC_RUNTIME_CHECKS_RESTORE __pragma(runtime_checks("",restore)) __pragma(check_stack()) __pragma(strict_gs_check(pop)) -#else -#define IM_MSVC_RUNTIME_CHECKS_OFF -#define IM_MSVC_RUNTIME_CHECKS_RESTORE -#endif - -// Warnings -#ifdef _MSC_VER -#pragma warning (push) -#pragma warning (disable: 26495) // [Static Analyzer] Variable 'XXX' is uninitialized. Always initialize a member variable (type.6). -#endif -#if defined(__clang__) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wold-style-cast" -#if __has_warning("-Wzero-as-null-pointer-constant") -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" -#endif -#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 -#endif - -//----------------------------------------------------------------------------- -// [SECTION] Forward declarations and basic types -//----------------------------------------------------------------------------- - -// Forward declarations -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 ImGuiKeyData; // Storage for ImGuiIO and IsKeyDown(), IsKeyPressed() etc functions. -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 -struct ImGuiPayload; // User data payload for drag and drop operations -struct ImGuiPlatformImeData; // Platform IME data for io.SetPlatformImeDataFn() function. -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]") -struct ImGuiViewport; // A Platform Window (always only one in 'master' branch), in the future may represent Platform Monitor - -// Enums/Flags (declared as int for compatibility with old C++, to allow using as flags without overhead, 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.GoToAll") 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 -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 ImDrawFlags; // -> enum ImDrawFlags_ // Flags: for ImDrawList functions -typedef int ImDrawListFlags; // -> enum ImDrawListFlags_ // Flags: for ImDrawList instance -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 ImGuiModFlags; // -> enum ImGuiModFlags_ // 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 ImGuiViewportFlags; // -> enum ImGuiViewportFlags_ // Flags: for ImGuiViewport -typedef int ImGuiWindowFlags; // -> enum ImGuiWindowFlags_ // Flags: for Begin(), BeginChild() - -// ImTexture: user data for renderer backend to identify a texture [Compile-time configurable type] -// - To use something else than an opaque void* pointer: override with e.g. '#define ImTextureID MyTextureType*' in your imconfig.h file. -// - This can be whatever to you want it to be! read the FAQ about ImTextureID for details. -#ifndef ImTextureID -typedef void* ImTextureID; // Default: store a pointer or an integer fitting in a pointer (most renderer backends are ok with that) -#endif - -// ImDrawIdx: vertex index. [Compile-time configurable type] -// - To use 16-bit indices + allow large meshes: backend need to set 'io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset' and handle ImDrawCmd::VtxOffset (recommended). -// - To use 32-bit indices: override with '#define ImDrawIdx unsigned int' in your imconfig.h file. -#ifndef ImDrawIdx -typedef unsigned short ImDrawIdx; // Default: 16-bit (for maximum compatibility with renderer backends) -#endif - -// Scalar data types -typedef unsigned int ImGuiID;// A unique ID used by widgets (typically the result of hashing a stack of string) -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) -typedef signed long long ImS64; // 64-bit signed integer -typedef unsigned long long ImU64; // 64-bit unsigned integer - -// 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 ImWchar32 ImWchar; -#else -typedef ImWchar16 ImWchar; -#endif - -// Callback and functions types -typedef int (*ImGuiInputTextCallback)(ImGuiInputTextCallbackData* data); // Callback function for ImGui::InputText() -typedef void (*ImGuiSizeCallback)(ImGuiSizeCallbackData* data); // Callback function for ImGui::SetNextWindowSizeConstraints() -typedef void* (*ImGuiMemAllocFunc)(size_t sz, void* user_data); // Function signature for ImGui::SetAllocatorFunctions() -typedef void (*ImGuiMemFreeFunc)(void* ptr, void* user_data); // Function signature for ImGui::SetAllocatorFunctions() - -// ImVec2: 2D vector used to store positions, sizes etc. [Compile-time configurable type] -// This is a frequently used type in the API. Consider using IM_VEC2_CLASS_EXTRA to create implicit cast from/to our preferred type. -IM_MSVC_RUNTIME_CHECKS_OFF -struct ImVec2 -{ - float x, y; - constexpr ImVec2() : x(0.0f), y(0.0f) { } - constexpr ImVec2(float _x, float _y) : x(_x), y(_y) { } - 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. -#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. -#endif -}; - -// ImVec4: 4D vector used to store clipping rectangles, colors etc. [Compile-time configurable type] -struct ImVec4 -{ - float x, y, z, w; - 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 // Define additional constructors and implicit cast operators in imconfig.h to convert back and forth between your math types and ImVec4. -#endif -}; -IM_MSVC_RUNTIME_CHECKS_RESTORE - -//----------------------------------------------------------------------------- -// [SECTION] Dear ImGui end-user API functions -// (Note that ImGui:: being a namespace, you can add extra ImGui:: functions in your own separate file. Please don't modify imgui source files!) -//----------------------------------------------------------------------------- - -namespace ImGui -{ - // Context creation and access - // - Each context create its own ImFontAtlas by default. You may instance one yourself and pass it to CreateContext() to share a font atlas between contexts. - // - DLL users: heaps and globals are not shared across DLL boundaries! You will need to call SetCurrentContext() + SetAllocatorFunctions() - // for each static/DLL boundary you are calling from. Read "Context and Memory Allocators" section of imgui.cpp for details. - IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = NULL); - IMGUI_API void DestroyContext(ImGuiContext* ctx = NULL); // NULL = destroy current context - IMGUI_API ImGuiContext* GetCurrentContext(); - IMGUI_API void SetCurrentContext(ImGuiContext* ctx); - - // Main - IMGUI_API ImGuiIO& GetIO(); // access the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags) - IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure (colors, sizes). Always use PushStyleCol(), PushStyleVar() to modify style mid-frame! - IMGUI_API void NewFrame(); // start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame(). - IMGUI_API void EndFrame(); // ends the Dear ImGui frame. automatically called by Render(). If you don't need to render data (skipping rendering) you may call EndFrame() without Render()... but you'll have wasted CPU already! If you don't need to render, better to not create any windows and not call NewFrame() at all! - IMGUI_API void Render(); // ends the Dear ImGui frame, finalize the draw data. You can then get call GetDrawData(). - IMGUI_API ImDrawData* GetDrawData(); // valid after Render() and until the next call to NewFrame(). this is what you have to render. - - // Demo, Debug, Information - IMGUI_API void ShowDemoWindow(bool* p_open = NULL); // create Demo window. demonstrate most ImGui features. call this to learn about the library! try to make it always available in your application! - IMGUI_API void ShowMetricsWindow(bool* p_open = NULL); // create Metrics/Debugger window. display Dear ImGui internals: windows, draw commands, various internal state, etc. - IMGUI_API void ShowDebugLogWindow(bool* p_open = NULL); // create Debug Log window. display a simplified log of important dear imgui events. - IMGUI_API void ShowStackToolWindow(bool* p_open = NULL); // create Stack Tool window. hover items with mouse to query information about the source of their unique ID. - IMGUI_API void ShowAboutWindow(bool* p_open = NULL); // create About window. display Dear ImGui version, credits and build/system information. - IMGUI_API void ShowStyleEditor(ImGuiStyle* ref = NULL); // add style editor block (not a window). you can pass in a reference ImGuiStyle structure to compare to, revert to and save to (else it uses the default style) - IMGUI_API bool ShowStyleSelector(const char* label); // add style selector block (not a window), essentially a combo listing the default styles. - IMGUI_API void ShowFontSelector(const char* label); // add font selector block (not a window), essentially a combo listing the loaded fonts. - IMGUI_API void ShowUserGuide(); // add basic help/info block (not a window): how to manipulate ImGui as a end-user (mouse/keyboard controls). - IMGUI_API const char* GetVersion(); // get the compiled version string e.g. "1.80 WIP" (essentially the value for IMGUI_VERSION from the compiled version of imgui.cpp) - - // Styles - IMGUI_API void StyleColorsDark(ImGuiStyle* dst = NULL); // new, recommended style (default) - IMGUI_API void StyleColorsLight(ImGuiStyle* dst = NULL); // best used with borders and a custom, thicker font - IMGUI_API void StyleColorsClassic(ImGuiStyle* dst = NULL); // classic imgui style - - // Windows - // - Begin() = push window to the stack and start appending to it. End() = pop window from the stack. - // - Passing 'bool* p_open != NULL' shows a window-closing widget in the upper-right corner of the window, - // which clicking will set the boolean to false when clicked. - // - You may append multiple times to the same window during the same frame by calling Begin()/End() pairs multiple times. - // Some information such as 'flags' or 'p_open' will only be considered by the first call to Begin(). - // - Begin() return false to indicate the window is collapsed or fully clipped, so you may early out and omit submitting - // anything to the window. Always call a matching End() for each Begin() call, regardless of its return value! - // [Important: due to legacy reason, this is inconsistent with most other functions such as BeginMenu/EndMenu, - // BeginPopup/EndPopup, etc. where the EndXXX call should only be called if the corresponding BeginXXX function - // returned true. Begin and BeginChild are the only odd ones out. Will be fixed in a future update.] - // - Note that the bottom of window stack always contains a window called "Debug". - IMGUI_API bool Begin(const char* name, bool* p_open = NULL, ImGuiWindowFlags flags = 0); - IMGUI_API void End(); - - // Child Windows - // - Use child windows to begin into a self-contained independent scrolling/clipping regions within a host window. Child windows can embed their own child. - // - For each independent axis of 'size': ==0.0f: use remaining host window size / >0.0f: fixed size / <0.0f: use remaining window size minus abs(size) / Each axis can use a different mode, e.g. ImVec2(0,400). - // - BeginChild() returns false to indicate the window is collapsed or fully clipped, so you may early out and omit submitting anything to the window. - // Always call a matching EndChild() for each BeginChild() call, regardless of its return value. - // [Important: due to legacy reason, this is inconsistent with most other functions such as BeginMenu/EndMenu, - // BeginPopup/EndPopup, etc. where the EndXXX call should only be called if the corresponding BeginXXX function - // returned true. Begin and BeginChild are the only odd ones out. Will be fixed in a future update.] - IMGUI_API bool BeginChild(const char* str_id, const ImVec2& size = ImVec2(0, 0), bool border = false, ImGuiWindowFlags flags = 0); - IMGUI_API bool BeginChild(ImGuiID id, const ImVec2& size = ImVec2(0, 0), bool border = false, ImGuiWindowFlags flags = 0); - IMGUI_API void EndChild(); - - // Windows Utilities - // - 'current window' = the window we are appending into while inside a Begin()/End() block. 'next window' = next window we will Begin() into. - IMGUI_API bool IsWindowAppearing(); - IMGUI_API bool IsWindowCollapsed(); - IMGUI_API bool IsWindowFocused(ImGuiFocusedFlags flags=0); // is current window focused? or its root/child, depending on flags. see flags for options. - IMGUI_API bool IsWindowHovered(ImGuiHoveredFlags flags=0); // is current window hovered (and typically: not blocked by a popup/modal)? see flags for options. NB: If you are trying to check whether your mouse should be dispatched to imgui or to your app, you should use the 'io.WantCaptureMouse' boolean for that! Please read the FAQ! - IMGUI_API ImDrawList* GetWindowDrawList(); // get draw list associated to the current window, to append your own drawing primitives - IMGUI_API ImVec2 GetWindowPos(); // get current window position in screen space (useful if you want to do your own drawing via the DrawList API) - IMGUI_API ImVec2 GetWindowSize(); // get current window size - IMGUI_API float GetWindowWidth(); // get current window width (shortcut for GetWindowSize().x) - IMGUI_API float GetWindowHeight(); // get current window height (shortcut for GetWindowSize().y) - - // Window manipulation - // - Prefer using SetNextXXX functions (before Begin) rather that SetXXX functions (after Begin). - IMGUI_API void SetNextWindowPos(const ImVec2& pos, ImGuiCond cond = 0, const ImVec2& pivot = ImVec2(0, 0)); // set next window position. call before Begin(). use pivot=(0.5f,0.5f) to center on given point, etc. - IMGUI_API void SetNextWindowSize(const ImVec2& size, ImGuiCond cond = 0); // set next window size. set axis to 0.0f to force an auto-fit on this axis. call before Begin() - IMGUI_API void SetNextWindowSizeConstraints(const ImVec2& size_min, const ImVec2& size_max, ImGuiSizeCallback custom_callback = NULL, void* custom_callback_data = NULL); // set next window size limits. use -1,-1 on either X/Y axis to preserve the current size. Sizes will be rounded down. Use callback to apply non-trivial programmatic constraints. - IMGUI_API void SetNextWindowContentSize(const ImVec2& size); // set next window content size (~ scrollable client area, which enforce the range of scrollbars). Not including window decorations (title bar, menu bar, etc.) nor WindowPadding. set an axis to 0.0f to leave it automatic. call before Begin() - IMGUI_API void SetNextWindowCollapsed(bool collapsed, ImGuiCond cond = 0); // set next window collapsed state. call before Begin() - IMGUI_API void SetNextWindowFocus(); // set next window to be focused / top-most. call before Begin() - IMGUI_API void SetNextWindowBgAlpha(float alpha); // set next window background color alpha. helper to easily override the Alpha component of ImGuiCol_WindowBg/ChildBg/PopupBg. you may also use ImGuiWindowFlags_NoBackground. - IMGUI_API void SetWindowPos(const ImVec2& pos, ImGuiCond cond = 0); // (not recommended) set current window position - call within Begin()/End(). prefer using SetNextWindowPos(), as this may incur tearing and side-effects. - IMGUI_API void SetWindowSize(const ImVec2& size, ImGuiCond cond = 0); // (not recommended) set current window size - call within Begin()/End(). set to ImVec2(0, 0) to force an auto-fit. prefer using SetNextWindowSize(), as this may incur tearing and minor side-effects. - IMGUI_API void SetWindowCollapsed(bool collapsed, ImGuiCond cond = 0); // (not recommended) set current window collapsed state. prefer using SetNextWindowCollapsed(). - IMGUI_API void SetWindowFocus(); // (not recommended) set current window to be focused / top-most. prefer using SetNextWindowFocus(). - IMGUI_API void SetWindowFontScale(float scale); // [OBSOLETE] set font scale. Adjust IO.FontGlobalScale if you want to scale all windows. This is an old API! For correct scaling, prefer to reload font + rebuild ImFontAtlas + call style.ScaleAllSizes(). - IMGUI_API void SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond = 0); // set named window position. - IMGUI_API void SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond = 0); // set named window size. set axis to 0.0f to force an auto-fit on this axis. - IMGUI_API void SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond = 0); // set named window collapsed state - IMGUI_API void SetWindowFocus(const char* name); // set named window to be focused / top-most. use NULL to remove focus. - - // Content region - // - Retrieve available space from a given point. GetContentRegionAvail() is frequently useful. - // - Those functions are bound to be redesigned (they are confusing, incomplete and the Min/Max return values are in local window coordinates which increases confusion) - IMGUI_API ImVec2 GetContentRegionAvail(); // == GetContentRegionMax() - GetCursorPos() - IMGUI_API ImVec2 GetContentRegionMax(); // current content boundaries (typically window boundaries including scrolling, or current column boundaries), in windows coordinates - IMGUI_API ImVec2 GetWindowContentRegionMin(); // content boundaries min for the full window (roughly (0,0)-Scroll), in window coordinates - IMGUI_API ImVec2 GetWindowContentRegionMax(); // content boundaries max for the full window (roughly (0,0)+Size-Scroll) where Size can be override with SetNextWindowContentSize(), in window coordinates - - // Windows Scrolling - IMGUI_API float GetScrollX(); // get scrolling amount [0 .. GetScrollMaxX()] - IMGUI_API float GetScrollY(); // get scrolling amount [0 .. GetScrollMaxY()] - IMGUI_API void SetScrollX(float scroll_x); // set scrolling amount [0 .. GetScrollMaxX()] - IMGUI_API void SetScrollY(float scroll_y); // set scrolling amount [0 .. GetScrollMaxY()] - IMGUI_API float GetScrollMaxX(); // get maximum scrolling amount ~~ ContentSize.x - WindowSize.x - DecorationsSize.x - IMGUI_API float GetScrollMaxY(); // get maximum scrolling amount ~~ ContentSize.y - WindowSize.y - DecorationsSize.y - IMGUI_API void SetScrollHereX(float center_x_ratio = 0.5f); // adjust scrolling amount to make current cursor position visible. center_x_ratio=0.0: left, 0.5: center, 1.0: right. When using to make a "default/current item" visible, consider using SetItemDefaultFocus() instead. - IMGUI_API void SetScrollHereY(float center_y_ratio = 0.5f); // adjust scrolling amount to make current cursor position visible. center_y_ratio=0.0: top, 0.5: center, 1.0: bottom. When using to make a "default/current item" visible, consider using SetItemDefaultFocus() instead. - IMGUI_API void SetScrollFromPosX(float local_x, float center_x_ratio = 0.5f); // adjust scrolling amount to make given position visible. Generally GetCursorStartPos() + offset to compute a valid position. - IMGUI_API void SetScrollFromPosY(float local_y, float center_y_ratio = 0.5f); // adjust scrolling amount to make given position visible. Generally GetCursorStartPos() + offset to compute a valid position. - - // Parameters stacks (shared) - IMGUI_API void PushFont(ImFont* font); // use NULL as a shortcut to push default font - IMGUI_API void PopFont(); - IMGUI_API void PushStyleColor(ImGuiCol idx, ImU32 col); // modify a style color. always use this if you modify the style after NewFrame(). - IMGUI_API void PushStyleColor(ImGuiCol idx, const ImVec4& col); - IMGUI_API void PopStyleColor(int count = 1); - IMGUI_API void PushStyleVar(ImGuiStyleVar idx, float val); // modify a style float variable. always use this if you modify the style after NewFrame(). - IMGUI_API void PushStyleVar(ImGuiStyleVar idx, const ImVec2& val); // modify a style ImVec2 variable. always use this if you modify the style after NewFrame(). - IMGUI_API void PopStyleVar(int count = 1); - IMGUI_API void PushAllowKeyboardFocus(bool allow_keyboard_focus); // == tab stop enable. Allow focusing using TAB/Shift-TAB, enabled by default but you can disable it for certain widgets - IMGUI_API void PopAllowKeyboardFocus(); - IMGUI_API void PushButtonRepeat(bool repeat); // in 'repeat' mode, Button*() functions return repeated true in a typematic manner (using io.KeyRepeatDelay/io.KeyRepeatRate setting). Note that you can call IsItemActive() after any Button() to tell if the button is held in the current frame. - IMGUI_API void PopButtonRepeat(); - - // Parameters stacks (current window) - IMGUI_API void PushItemWidth(float item_width); // push width of items for common large "item+label" widgets. >0.0f: width in pixels, <0.0f align xx pixels to the right of window (so -FLT_MIN always align width to the right side). - IMGUI_API void PopItemWidth(); - IMGUI_API void SetNextItemWidth(float item_width); // set width of the _next_ common large "item+label" widget. >0.0f: width in pixels, <0.0f align xx pixels to the right of window (so -FLT_MIN always align width to the right side) - IMGUI_API float CalcItemWidth(); // width of item given pushed settings and current cursor position. NOT necessarily the width of last item unlike most 'Item' functions. - IMGUI_API void PushTextWrapPos(float wrap_local_pos_x = 0.0f); // push word-wrapping position for Text*() commands. < 0.0f: no wrapping; 0.0f: wrap to end of window (or column); > 0.0f: wrap at 'wrap_pos_x' position in window local space - IMGUI_API void PopTextWrapPos(); - - // Style read access - // - Use the style editor (ShowStyleEditor() function) to interactively see what the colors are) - IMGUI_API ImFont* GetFont(); // get current font - IMGUI_API float GetFontSize(); // get current font size (= height in pixels) of current font with current scale applied - IMGUI_API ImVec2 GetFontTexUvWhitePixel(); // get UV coordinate for a while pixel, useful to draw custom shapes via the ImDrawList API - IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f); // retrieve given style color with style alpha applied and optional extra alpha multiplier, packed as a 32-bit value suitable for ImDrawList - IMGUI_API ImU32 GetColorU32(const ImVec4& col); // retrieve given color with style alpha applied, packed as a 32-bit value suitable for ImDrawList - IMGUI_API ImU32 GetColorU32(ImU32 col); // retrieve given color with style alpha applied, packed as a 32-bit value suitable for ImDrawList - IMGUI_API const ImVec4& GetStyleColorVec4(ImGuiCol idx); // retrieve style color as stored in ImGuiStyle structure. use to feed back into PushStyleColor(), otherwise use GetColorU32() to get style color with style alpha baked in. - - // Cursor / Layout - // - By "cursor" we mean the current output position. - // - The typical widget behavior is to output themselves at the current cursor position, then move the cursor one line down. - // - You can call SameLine() between widgets to undo the last carriage return and output at the right of the preceding widget. - // - Attention! We currently have inconsistencies between window-local and absolute positions we will aim to fix with future API: - // Window-local coordinates: SameLine(), GetCursorPos(), SetCursorPos(), GetCursorStartPos(), GetContentRegionMax(), GetWindowContentRegion*(), PushTextWrapPos() - // Absolute coordinate: GetCursorScreenPos(), SetCursorScreenPos(), all ImDrawList:: functions. - IMGUI_API void Separator(); // separator, generally horizontal. inside a menu bar or in horizontal layout mode, this becomes a vertical separator. - IMGUI_API void SameLine(float offset_from_start_x=0.0f, float spacing=-1.0f); // call between widgets or groups to layout them horizontally. X position given in window coordinates. - IMGUI_API void NewLine(); // undo a SameLine() or force a new line when in an horizontal-layout context. - IMGUI_API void Spacing(); // add vertical spacing. - IMGUI_API void Dummy(const ImVec2& size); // add a dummy item of given size. unlike InvisibleButton(), Dummy() won't take the mouse click or be navigable into. - IMGUI_API void Indent(float indent_w = 0.0f); // move content position toward the right, by indent_w, or style.IndentSpacing if indent_w <= 0 - IMGUI_API void Unindent(float indent_w = 0.0f); // move content position back to the left, by indent_w, or style.IndentSpacing if indent_w <= 0 - IMGUI_API void BeginGroup(); // lock horizontal starting position - IMGUI_API void EndGroup(); // unlock horizontal starting position + capture the whole group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine() on whole group, etc.) - IMGUI_API ImVec2 GetCursorPos(); // cursor position in window coordinates (relative to window position) - IMGUI_API float GetCursorPosX(); // (some functions are using window-relative coordinates, such as: GetCursorPos, GetCursorStartPos, GetContentRegionMax, GetWindowContentRegion* etc. - IMGUI_API float GetCursorPosY(); // other functions such as GetCursorScreenPos or everything in ImDrawList:: - IMGUI_API void SetCursorPos(const ImVec2& local_pos); // are using the main, absolute coordinate system. - IMGUI_API void SetCursorPosX(float local_x); // GetWindowPos() + GetCursorPos() == GetCursorScreenPos() etc.) - IMGUI_API void SetCursorPosY(float local_y); // - IMGUI_API ImVec2 GetCursorStartPos(); // initial cursor position in window coordinates - IMGUI_API ImVec2 GetCursorScreenPos(); // cursor position in absolute coordinates (useful to work with ImDrawList API). generally top-left == GetMainViewport()->Pos == (0,0) in single viewport mode, and bottom-right == GetMainViewport()->Pos+Size == io.DisplaySize in single-viewport mode. - IMGUI_API void SetCursorScreenPos(const ImVec2& pos); // cursor position in absolute coordinates - IMGUI_API void AlignTextToFramePadding(); // vertically align upcoming text baseline to FramePadding.y so that it will align properly to regularly framed items (call if you have text on a line before a framed item) - IMGUI_API float GetTextLineHeight(); // ~ FontSize - IMGUI_API float GetTextLineHeightWithSpacing(); // ~ FontSize + style.ItemSpacing.y (distance in pixels between 2 consecutive lines of text) - IMGUI_API float GetFrameHeight(); // ~ FontSize + style.FramePadding.y * 2 - IMGUI_API float GetFrameHeightWithSpacing(); // ~ FontSize + style.FramePadding.y * 2 + style.ItemSpacing.y (distance in pixels between 2 consecutive lines of framed widgets) - - // ID stack/scopes - // Read the FAQ (docs/FAQ.md or http://dearimgui.org/faq) for more details about how ID are handled in dear imgui. - // - Those questions are answered and impacted by understanding of the ID stack system: - // - "Q: Why is my widget not reacting when I click on it?" - // - "Q: How can I have widgets with an empty label?" - // - "Q: How can I have multiple widgets with the same label?" - // - Short version: ID are hashes of the entire ID stack. If you are creating widgets in a loop you most likely - // want to push a unique identifier (e.g. object pointer, loop index) to uniquely differentiate them. - // - You can also use the "Label##foobar" syntax within widget label to distinguish them from each others. - // - In this header file we use the "label"/"name" terminology to denote a string that will be displayed + used as an ID, - // whereas "str_id" denote a string that is only used as an ID and not normally displayed. - IMGUI_API void PushID(const char* str_id); // push string into the ID stack (will hash string). - IMGUI_API void PushID(const char* str_id_begin, const char* str_id_end); // push string into the ID stack (will hash string). - IMGUI_API void PushID(const void* ptr_id); // push pointer into the ID stack (will hash pointer). - IMGUI_API void PushID(int int_id); // push integer into the ID stack (will hash integer). - IMGUI_API void PopID(); // pop from the ID stack. - IMGUI_API ImGuiID GetID(const char* str_id); // calculate unique ID (hash of whole ID stack + given parameter). e.g. if you want to query into ImGuiStorage yourself - IMGUI_API ImGuiID GetID(const char* str_id_begin, const char* str_id_end); - IMGUI_API ImGuiID GetID(const void* ptr_id); - - // Widgets: Text - IMGUI_API void TextUnformatted(const char* text, const char* text_end = NULL); // raw text without formatting. Roughly equivalent to Text("%s", text) but: A) doesn't require null terminated string if 'text_end' is specified, B) it's faster, no memory copy is done, no buffer size limits, recommended for long chunks of text. - IMGUI_API void Text(const char* fmt, ...) IM_FMTARGS(1); // formatted text - IMGUI_API void TextV(const char* fmt, va_list args) IM_FMTLIST(1); - IMGUI_API void TextColored(const ImVec4& col, const char* fmt, ...) IM_FMTARGS(2); // shortcut for PushStyleColor(ImGuiCol_Text, col); Text(fmt, ...); PopStyleColor(); - IMGUI_API void TextColoredV(const ImVec4& col, const char* fmt, va_list args) IM_FMTLIST(2); - IMGUI_API void TextDisabled(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushStyleColor(ImGuiCol_Text, style.Colors[ImGuiCol_TextDisabled]); Text(fmt, ...); PopStyleColor(); - IMGUI_API void TextDisabledV(const char* fmt, va_list args) IM_FMTLIST(1); - IMGUI_API void TextWrapped(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushTextWrapPos(0.0f); Text(fmt, ...); PopTextWrapPos();. Note that this won't work on an auto-resizing window if there's no other widgets to extend the window width, yoy may need to set a size using SetNextWindowSize(). - IMGUI_API void TextWrappedV(const char* fmt, va_list args) IM_FMTLIST(1); - IMGUI_API void LabelText(const char* label, const char* fmt, ...) IM_FMTARGS(2); // display text+label aligned the same way as value+label widgets - IMGUI_API void LabelTextV(const char* label, const char* fmt, va_list args) IM_FMTLIST(2); - IMGUI_API void BulletText(const char* fmt, ...) IM_FMTARGS(1); // shortcut for Bullet()+Text() - IMGUI_API void BulletTextV(const char* fmt, va_list args) IM_FMTLIST(1); - - // Widgets: Main - // - Most widgets return true when the value has been changed or when pressed/selected - // - You may also use one of the many IsItemXXX functions (e.g. IsItemActive, IsItemHovered, etc.) to query widget state. - IMGUI_API bool Button(const char* label, const ImVec2& size = ImVec2(0, 0)); // button - IMGUI_API bool SmallButton(const char* label); // button with FramePadding=(0,0) to easily embed within text - IMGUI_API bool InvisibleButton(const char* str_id, const ImVec2& size, ImGuiButtonFlags flags = 0); // flexible button behavior without the visuals, frequently useful to build custom behaviors using the public api (along with IsItemActive, IsItemHovered, etc.) - IMGUI_API bool ArrowButton(const char* str_id, ImGuiDir dir); // square button with an arrow shape - 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)); - 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 frame_padding uses default frame padding settings. 0 for no padding - IMGUI_API bool Checkbox(const char* label, bool* v); - IMGUI_API bool CheckboxFlags(const char* label, int* flags, int flags_value); - IMGUI_API bool CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value); - IMGUI_API bool RadioButton(const char* label, bool active); // use with e.g. if (RadioButton("one", my_value==1)) { my_value = 1; } - IMGUI_API bool RadioButton(const char* label, int* v, int v_button); // shortcut to handle the above pattern when value is an integer - IMGUI_API void ProgressBar(float fraction, const ImVec2& size_arg = ImVec2(-FLT_MIN, 0), const char* overlay = NULL); - IMGUI_API void Bullet(); // draw a small circle + keep the cursor on the same line. advance cursor x position by GetTreeNodeToLabelSpacing(), same distance that TreeNode() uses - - // Widgets: Combo Box - // - The BeginCombo()/EndCombo() api allows you to manage your contents and selection state however you want it, by creating e.g. Selectable() items. - // - The old Combo() api are helpers over BeginCombo()/EndCombo() which are kept available for convenience purpose. This is analogous to how ListBox are created. - IMGUI_API bool BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags = 0); - IMGUI_API void EndCombo(); // only call EndCombo() if BeginCombo() returns true! - IMGUI_API bool Combo(const char* label, int* current_item, const char* const items[], int items_count, int popup_max_height_in_items = -1); - IMGUI_API bool Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int popup_max_height_in_items = -1); // Separate items with \0 within a string, end item-list with \0\0. e.g. "One\0Two\0Three\0" - 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); - - // Widgets: Drag Sliders - // - CTRL+Click on any drag box to turn them into an input box. Manually input values aren't clamped by default and can go off-bounds. Use ImGuiSliderFlags_AlwaysClamp to always clamp. - // - For all the Float2/Float3/Float4/Int2/Int3/Int4 versions of every functions, note that a 'float v[X]' function argument is the same as 'float* v', - // the array syntax is just a way to document the number of elements that are expected to be accessible. You can pass address of your first element out of a contiguous set, e.g. &myvector.x - // - Adjust format string to decorate the value with a prefix, a suffix, or adapt the editing and display precision e.g. "%.3f" -> 1.234; "%5.2f secs" -> 01.23 secs; "Biscuit: %.0f" -> Biscuit: 1; etc. - // - Format string may also be set to NULL or use the default format ("%f" or "%d"). - // - Speed are per-pixel of mouse movement (v_speed=0.2f: mouse needs to move by 5 pixels to increase value by 1). For gamepad/keyboard navigation, minimum speed is Max(v_speed, minimum_step_at_given_precision). - // - Use v_min < v_max to clamp edits to given limits. Note that CTRL+Click manual input can override those limits if ImGuiSliderFlags_AlwaysClamp is not used. - // - Use v_max = FLT_MAX / INT_MAX etc to avoid clamping to a maximum, same with v_min = -FLT_MAX / INT_MIN to avoid clamping to a minimum. - // - We use the same sets of flags for DragXXX() and SliderXXX() functions as the features are the same and it makes it easier to swap them. - // - Legacy: Pre-1.78 there are DragXXX() function signatures that takes a final `float power=1.0f' argument instead of the `ImGuiSliderFlags flags=0' argument. - // If you get a warning converting a float to ImGuiSliderFlags, read https://github.com/ocornut/imgui/issues/3361 - 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); // If v_min >= v_max we have no bound - IMGUI_API bool DragFloat2(const char* label, float v[2], float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", ImGuiSliderFlags flags = 0); - IMGUI_API bool DragFloat3(const char* label, float v[3], float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", ImGuiSliderFlags flags = 0); - IMGUI_API bool DragFloat4(const char* label, float v[4], float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", ImGuiSliderFlags flags = 0); - IMGUI_API bool DragFloatRange2(const char* label, float* v_current_min, float* v_current_max, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", const char* format_max = NULL, ImGuiSliderFlags flags = 0); - IMGUI_API bool DragInt(const char* label, int* v, float v_speed = 1.0f, int v_min = 0, int v_max = 0, const char* format = "%d", ImGuiSliderFlags flags = 0); // If v_min >= v_max we have no bound - IMGUI_API bool DragInt2(const char* label, int v[2], float v_speed = 1.0f, int v_min = 0, int v_max = 0, const char* format = "%d", ImGuiSliderFlags flags = 0); - 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); - 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); - 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 = NULL, ImGuiSliderFlags flags = 0); - IMGUI_API bool DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed = 1.0f, const void* p_min = NULL, const void* p_max = NULL, const char* format = NULL, ImGuiSliderFlags flags = 0); - IMGUI_API bool DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed = 1.0f, const void* p_min = NULL, const void* p_max = NULL, const char* format = NULL, ImGuiSliderFlags flags = 0); - - // Widgets: Regular Sliders - // - CTRL+Click on any slider to turn them into an input box. Manually input values aren't clamped by default and can go off-bounds. Use ImGuiSliderFlags_AlwaysClamp to always clamp. - // - Adjust format string to decorate the value with a prefix, a suffix, or adapt the editing and display precision e.g. "%.3f" -> 1.234; "%5.2f secs" -> 01.23 secs; "Biscuit: %.0f" -> Biscuit: 1; etc. - // - Format string may also be set to NULL or use the default format ("%f" or "%d"). - // - Legacy: Pre-1.78 there are SliderXXX() function signatures that takes a final `float power=1.0f' argument instead of the `ImGuiSliderFlags flags=0' argument. - // If you get a warning converting a float to ImGuiSliderFlags, read https://github.com/ocornut/imgui/issues/3361 - IMGUI_API bool SliderFloat(const char* label, float* v, float v_min, float v_max, const char* format = "%.3f", ImGuiSliderFlags flags = 0); // adjust format to decorate the value with a prefix or a suffix for in-slider labels or unit display. - IMGUI_API bool SliderFloat2(const char* label, float v[2], float v_min, float v_max, const char* format = "%.3f", ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderFloat3(const char* label, float v[3], float v_min, float v_max, const char* format = "%.3f", ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderFloat4(const char* label, float v[4], float v_min, float v_max, const char* format = "%.3f", ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderAngle(const char* label, float* v_rad, float v_degrees_min = -360.0f, float v_degrees_max = +360.0f, const char* format = "%.0f deg", ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderInt(const char* label, int* v, int v_min, int v_max, const char* format = "%d", ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderInt2(const char* label, int v[2], int v_min, int v_max, const char* format = "%d", ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderInt3(const char* label, int v[3], int v_min, int v_max, const char* format = "%d", ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderInt4(const char* label, int v[4], int v_min, int v_max, const char* format = "%d", ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const char* format = NULL, ImGuiSliderFlags flags = 0); - IMGUI_API bool SliderScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, const void* p_min, const void* p_max, const char* format = NULL, ImGuiSliderFlags flags = 0); - IMGUI_API bool VSliderFloat(const char* label, const ImVec2& size, float* v, float v_min, float v_max, const char* format = "%.3f", ImGuiSliderFlags flags = 0); - IMGUI_API bool VSliderInt(const char* label, const ImVec2& size, int* v, int v_min, int v_max, const char* format = "%d", ImGuiSliderFlags flags = 0); - IMGUI_API bool VSliderScalar(const char* label, const ImVec2& size, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const char* format = NULL, ImGuiSliderFlags flags = 0); - - // Widgets: Input with Keyboard - // - If you want to use InputText() with std::string or any custom dynamic string type, see misc/cpp/imgui_stdlib.h and comments in imgui_demo.cpp. - // - Most of the ImGuiInputTextFlags flags are only useful for InputText() and not for InputFloatX, InputIntX, InputDouble etc. - IMGUI_API bool InputText(const char* label, char* buf, size_t buf_size, ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL); - IMGUI_API bool InputTextMultiline(const char* label, char* buf, size_t buf_size, const ImVec2& size = ImVec2(0, 0), ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL); - IMGUI_API bool InputTextWithHint(const char* label, const char* hint, char* buf, size_t buf_size, ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL); - IMGUI_API bool InputFloat(const char* label, float* v, float step = 0.0f, float step_fast = 0.0f, const char* format = "%.3f", ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputFloat2(const char* label, float v[2], const char* format = "%.3f", ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputFloat3(const char* label, float v[3], const char* format = "%.3f", ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputFloat4(const char* label, float v[4], const char* format = "%.3f", ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputInt(const char* label, int* v, int step = 1, int step_fast = 100, ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputInt2(const char* label, int v[2], ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputInt3(const char* label, int v[3], ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputInt4(const char* label, int v[4], ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputDouble(const char* label, double* v, double step = 0.0, double step_fast = 0.0, const char* format = "%.6f", ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_step = NULL, const void* p_step_fast = NULL, const char* format = NULL, ImGuiInputTextFlags flags = 0); - IMGUI_API bool InputScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, const void* p_step = NULL, const void* p_step_fast = NULL, const char* format = NULL, ImGuiInputTextFlags flags = 0); - - // Widgets: Color Editor/Picker (tip: the ColorEdit* functions have a little color square that can be left-clicked to open a picker, and right-clicked to open an option menu.) - // - Note that in C++ a 'float v[X]' function argument is the _same_ as 'float* v', the array syntax is just a way to document the number of elements that are expected to be accessible. - // - You can pass the address of a first float element out of a contiguous structure, e.g. &myvector.x - IMGUI_API bool ColorEdit3(const char* label, float col[3], ImGuiColorEditFlags flags = 0); - IMGUI_API bool ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0); - IMGUI_API bool ColorPicker3(const char* label, float col[3], ImGuiColorEditFlags flags = 0); - IMGUI_API bool ColorPicker4(const char* label, float col[4], ImGuiColorEditFlags flags = 0, const float* ref_col = NULL); - IMGUI_API bool ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags flags = 0, const ImVec2& size = ImVec2(0, 0)); // display a color square/button, hover for details, return true when pressed. - IMGUI_API void SetColorEditOptions(ImGuiColorEditFlags flags); // initialize current options (generally on application startup) if you want to select a default format, picker type, etc. User will be able to change many settings, unless you pass the _NoOptions flag to your calls. - - // Widgets: Trees - // - TreeNode functions return true when the node is open, in which case you need to also call TreePop() when you are finished displaying the tree node contents. - IMGUI_API bool TreeNode(const char* label); - IMGUI_API bool TreeNode(const char* str_id, const char* fmt, ...) IM_FMTARGS(2); // helper variation to easily decorelate the id from the displayed string. Read the FAQ about why and how to use ID. to align arbitrary text at the same level as a TreeNode() you can use Bullet(). - IMGUI_API bool TreeNode(const void* ptr_id, const char* fmt, ...) IM_FMTARGS(2); // " - IMGUI_API bool TreeNodeV(const char* str_id, const char* fmt, va_list args) IM_FMTLIST(2); - IMGUI_API bool TreeNodeV(const void* ptr_id, const char* fmt, va_list args) IM_FMTLIST(2); - IMGUI_API bool TreeNodeEx(const char* label, ImGuiTreeNodeFlags flags = 0); - IMGUI_API bool TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) IM_FMTARGS(3); - IMGUI_API bool TreeNodeEx(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) IM_FMTARGS(3); - IMGUI_API bool TreeNodeExV(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) IM_FMTLIST(3); - IMGUI_API bool TreeNodeExV(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) IM_FMTLIST(3); - IMGUI_API void TreePush(const char* str_id); // ~ Indent()+PushId(). Already called by TreeNode() when returning true, but you can call TreePush/TreePop yourself if desired. - IMGUI_API void TreePush(const void* ptr_id = NULL); // " - IMGUI_API void TreePop(); // ~ Unindent()+PopId() - IMGUI_API float GetTreeNodeToLabelSpacing(); // horizontal distance preceding label when using TreeNode*() or Bullet() == (g.FontSize + style.FramePadding.x*2) for a regular unframed TreeNode - IMGUI_API bool CollapsingHeader(const char* label, ImGuiTreeNodeFlags flags = 0); // if returning 'true' the header is open. doesn't indent nor push on ID stack. user doesn't have to call TreePop(). - IMGUI_API bool CollapsingHeader(const char* label, bool* p_visible, ImGuiTreeNodeFlags flags = 0); // when 'p_visible != NULL': if '*p_visible==true' display an additional small close button on upper right of the header which will set the bool to false when clicked, if '*p_visible==false' don't display the header. - IMGUI_API void SetNextItemOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state. - - // Widgets: Selectables - // - A selectable highlights when hovered, and can display another color when selected. - // - Neighbors selectable extend their highlight bounds in order to leave no gap between them. This is so a series of selected Selectable appear contiguous. - IMGUI_API bool Selectable(const char* label, bool selected = false, ImGuiSelectableFlags flags = 0, const ImVec2& size = ImVec2(0, 0)); // "bool selected" carry the selection state (read-only). Selectable() is clicked is returns true so you can modify your selection state. size.x==0.0: use remaining width, size.x>0.0: specify width. size.y==0.0: use label height, size.y>0.0: specify height - IMGUI_API bool Selectable(const char* label, bool* p_selected, ImGuiSelectableFlags flags = 0, const ImVec2& size = ImVec2(0, 0)); // "bool* p_selected" point to the selection state (read-write), as a convenient helper. - - // Widgets: List Boxes - // - This is essentially a thin wrapper to using BeginChild/EndChild with some stylistic changes. - // - The BeginListBox()/EndListBox() api allows you to manage your contents and selection state however you want it, by creating e.g. Selectable() or any items. - // - The simplified/old ListBox() api are helpers over BeginListBox()/EndListBox() which are kept available for convenience purpose. This is analoguous to how Combos are created. - // - Choose frame width: size.x > 0.0f: custom / size.x < 0.0f or -FLT_MIN: right-align / size.x = 0.0f (default): use current ItemWidth - // - Choose frame height: size.y > 0.0f: custom / size.y < 0.0f or -FLT_MIN: bottom-align / size.y = 0.0f (default): arbitrary default height which can fit ~7 items - IMGUI_API bool BeginListBox(const char* label, const ImVec2& size = ImVec2(0, 0)); // open a framed scrolling region - IMGUI_API void EndListBox(); // only call EndListBox() if BeginListBox() returned true! - IMGUI_API bool ListBox(const char* label, int* current_item, const char* const items[], int items_count, int height_in_items = -1); - 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); - - // Widgets: Data Plotting - // - Consider using ImPlot (https://github.com/epezent/implot) which is much better! - IMGUI_API void PlotLines(const char* label, const float* values, int values_count, int values_offset = 0, const char* overlay_text = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), int stride = sizeof(float)); - IMGUI_API void PlotLines(const char* label, float(*values_getter)(void* data, int idx), void* data, int values_count, int values_offset = 0, const char* overlay_text = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0)); - IMGUI_API void PlotHistogram(const char* label, const float* values, int values_count, int values_offset = 0, const char* overlay_text = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), int stride = sizeof(float)); - IMGUI_API void PlotHistogram(const char* label, float(*values_getter)(void* data, int idx), void* data, int values_count, int values_offset = 0, const char* overlay_text = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0)); - - // Widgets: Value() Helpers. - // - Those are merely shortcut to calling Text() with a format string. Output single value in "name: value" format (tip: freely declare more in your code to handle your types. you can add functions to the ImGui namespace) - IMGUI_API void Value(const char* prefix, bool b); - IMGUI_API void Value(const char* prefix, int v); - IMGUI_API void Value(const char* prefix, unsigned int v); - IMGUI_API void Value(const char* prefix, float v, const char* float_format = NULL); - - // Widgets: Menus - // - Use BeginMenuBar() on a window ImGuiWindowFlags_MenuBar to append to its menu bar. - // - Use BeginMainMenuBar() to create a menu bar at the top of the screen and append to it. - // - Use BeginMenu() to create a menu. You can call BeginMenu() multiple time with the same identifier to append more items to it. - // - Not that MenuItem() keyboardshortcuts are displayed as a convenience but _not processed_ by Dear ImGui at the moment. - IMGUI_API bool BeginMenuBar(); // append to menu-bar of current window (requires ImGuiWindowFlags_MenuBar flag set on parent window). - IMGUI_API void EndMenuBar(); // only call EndMenuBar() if BeginMenuBar() returns true! - IMGUI_API bool BeginMainMenuBar(); // create and append to a full screen menu-bar. - IMGUI_API void EndMainMenuBar(); // only call EndMainMenuBar() if BeginMainMenuBar() returns true! - IMGUI_API bool BeginMenu(const char* label, bool enabled = true); // create a sub-menu entry. only call EndMenu() if this returns true! - IMGUI_API void EndMenu(); // only call EndMenu() if BeginMenu() returns true! - IMGUI_API bool MenuItem(const char* label, const char* shortcut = NULL, bool selected = false, bool enabled = true); // return true when activated. - IMGUI_API bool MenuItem(const char* label, const char* shortcut, bool* p_selected, bool enabled = true); // return true when activated + toggle (*p_selected) if p_selected != NULL - - // Tooltips - // - Tooltip are windows following the mouse. They do not take focus away. - IMGUI_API void BeginTooltip(); // begin/append a tooltip window. to create full-featured tooltip (with any kind of items). - IMGUI_API void EndTooltip(); - IMGUI_API void SetTooltip(const char* fmt, ...) IM_FMTARGS(1); // set a text-only tooltip, typically use with ImGui::IsItemHovered(). override any previous call to SetTooltip(). - IMGUI_API void SetTooltipV(const char* fmt, va_list args) IM_FMTLIST(1); - - // Popups, Modals - // - They block normal mouse hovering detection (and therefore most mouse interactions) behind them. - // - If not modal: they can be closed by clicking anywhere outside them, or by pressing ESCAPE. - // - Their visibility state (~bool) is held internally instead of being held by the programmer as we are used to with regular Begin*() calls. - // - The 3 properties above are related: we need to retain popup visibility state in the library because popups may be closed as any time. - // - You can bypass the hovering restriction by using ImGuiHoveredFlags_AllowWhenBlockedByPopup when calling IsItemHovered() or IsWindowHovered(). - // - IMPORTANT: Popup identifiers are relative to the current ID stack, so OpenPopup and BeginPopup generally needs to be at the same level of the stack. - // This is sometimes leading to confusing mistakes. May rework this in the future. - - // Popups: begin/end functions - // - BeginPopup(): query popup state, if open start appending into the window. Call EndPopup() afterwards. ImGuiWindowFlags are forwarded to the window. - // - BeginPopupModal(): block every interactions behind the window, cannot be closed by user, add a dimming background, has a title bar. - IMGUI_API bool BeginPopup(const char* str_id, ImGuiWindowFlags flags = 0); // return true if the popup is open, and you can start outputting to it. - IMGUI_API bool BeginPopupModal(const char* name, bool* p_open = NULL, ImGuiWindowFlags flags = 0); // return true if the modal is open, and you can start outputting to it. - IMGUI_API void EndPopup(); // only call EndPopup() if BeginPopupXXX() returns true! - - // Popups: open/close functions - // - OpenPopup(): set popup state to open. ImGuiPopupFlags are available for opening options. - // - If not modal: they can be closed by clicking anywhere outside them, or by pressing ESCAPE. - // - CloseCurrentPopup(): use inside the BeginPopup()/EndPopup() scope to close manually. - // - CloseCurrentPopup() is called by default by Selectable()/MenuItem() when activated (FIXME: need some options). - // - Use ImGuiPopupFlags_NoOpenOverExistingPopup to avoid opening a popup if there's already one at the same level. This is equivalent to e.g. testing for !IsAnyPopupOpen() prior to OpenPopup(). - // - Use IsWindowAppearing() after BeginPopup() to tell if a window just opened. - // - IMPORTANT: Notice that for OpenPopupOnItemClick() we exceptionally default flags to 1 (== ImGuiPopupFlags_MouseButtonRight) for backward compatibility with older API taking 'int mouse_button = 1' parameter - IMGUI_API void OpenPopup(const char* str_id, ImGuiPopupFlags popup_flags = 0); // call to mark popup as open (don't call every frame!). - IMGUI_API void OpenPopup(ImGuiID id, ImGuiPopupFlags popup_flags = 0); // id overload to facilitate calling from nested stacks - IMGUI_API void OpenPopupOnItemClick(const char* str_id = NULL, ImGuiPopupFlags popup_flags = 1); // helper to open popup when clicked on last item. Default to ImGuiPopupFlags_MouseButtonRight == 1. (note: actually triggers on the mouse _released_ event to be consistent with popup behaviors) - IMGUI_API void CloseCurrentPopup(); // manually close the popup we have begin-ed into. - - // Popups: open+begin combined functions helpers - // - Helpers to do OpenPopup+BeginPopup where the Open action is triggered by e.g. hovering an item and right-clicking. - // - They are convenient to easily create context menus, hence the name. - // - IMPORTANT: Notice that BeginPopupContextXXX takes ImGuiPopupFlags just like OpenPopup() and unlike BeginPopup(). For full consistency, we may add ImGuiWindowFlags to the BeginPopupContextXXX functions in the future. - // - IMPORTANT: Notice that we exceptionally default their flags to 1 (== ImGuiPopupFlags_MouseButtonRight) for backward compatibility with older API taking 'int mouse_button = 1' parameter, so if you add other flags remember to re-add the ImGuiPopupFlags_MouseButtonRight. - IMGUI_API bool BeginPopupContextItem(const char* str_id = NULL, ImGuiPopupFlags popup_flags = 1); // open+begin popup when clicked on last item. Use str_id==NULL to associate the popup to previous item. If you want to use that on a non-interactive item such as Text() you need to pass in an explicit ID here. read comments in .cpp! - IMGUI_API bool BeginPopupContextWindow(const char* str_id = NULL, ImGuiPopupFlags popup_flags = 1);// open+begin popup when clicked on current window. - IMGUI_API bool BeginPopupContextVoid(const char* str_id = NULL, ImGuiPopupFlags popup_flags = 1); // open+begin popup when clicked in void (where there are no windows). - - // Popups: query functions - // - IsPopupOpen(): return true if the popup is open at the current BeginPopup() level of the popup stack. - // - IsPopupOpen() with ImGuiPopupFlags_AnyPopupId: return true if any popup is open at the current BeginPopup() level of the popup stack. - // - IsPopupOpen() with ImGuiPopupFlags_AnyPopupId + ImGuiPopupFlags_AnyPopupLevel: return true if any popup is open. - IMGUI_API bool IsPopupOpen(const char* str_id, ImGuiPopupFlags flags = 0); // return true if the popup is open. - - // Tables - // - Full-featured replacement for old Columns API. - // - See Demo->Tables for demo code. See top of imgui_tables.cpp for general commentary. - // - See ImGuiTableFlags_ and ImGuiTableColumnFlags_ enums for a description of available flags. - // The typical call flow is: - // - 1. Call BeginTable(), early out if returning false. - // - 2. Optionally call TableSetupColumn() to submit column name/flags/defaults. - // - 3. Optionally call TableSetupScrollFreeze() to request scroll freezing of columns/rows. - // - 4. Optionally call TableHeadersRow() to submit a header row. Names are pulled from TableSetupColumn() data. - // - 5. Populate contents: - // - In most situations you can use TableNextRow() + TableSetColumnIndex(N) to start appending into a column. - // - If you are using tables as a sort of grid, where every columns is holding the same type of contents, - // you may prefer using TableNextColumn() instead of TableNextRow() + TableSetColumnIndex(). - // TableNextColumn() will automatically wrap-around into the next row if needed. - // - IMPORTANT: Comparatively to the old Columns() API, we need to call TableNextColumn() for the first column! - // - Summary of possible call flow: - // -------------------------------------------------------------------------------------------------------- - // TableNextRow() -> TableSetColumnIndex(0) -> Text("Hello 0") -> TableSetColumnIndex(1) -> Text("Hello 1") // OK - // TableNextRow() -> TableNextColumn() -> Text("Hello 0") -> TableNextColumn() -> Text("Hello 1") // OK - // TableNextColumn() -> Text("Hello 0") -> TableNextColumn() -> Text("Hello 1") // OK: TableNextColumn() automatically gets to next row! - // TableNextRow() -> Text("Hello 0") // Not OK! Missing TableSetColumnIndex() or TableNextColumn()! Text will not appear! - // -------------------------------------------------------------------------------------------------------- - // - 5. Call EndTable() - 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); - IMGUI_API void EndTable(); // only call EndTable() if BeginTable() returns true! - IMGUI_API void TableNextRow(ImGuiTableRowFlags row_flags = 0, float min_row_height = 0.0f); // append into the first cell of a new row. - IMGUI_API bool TableNextColumn(); // append into the next column (or first column of next row if currently in last column). Return true when column is visible. - IMGUI_API bool TableSetColumnIndex(int column_n); // append into the specified column. Return true when column is visible. - - // Tables: Headers & Columns declaration - // - Use TableSetupColumn() to specify label, resizing policy, default width/weight, id, various other flags etc. - // - Use TableHeadersRow() to create a header row and automatically submit a TableHeader() for each column. - // Headers are required to perform: reordering, sorting, and opening the context menu. - // The context menu can also be made available in columns body using ImGuiTableFlags_ContextMenuInBody. - // - You may manually submit headers using TableNextRow() + TableHeader() calls, but this is only useful in - // some advanced use cases (e.g. adding custom widgets in header row). - // - Use TableSetupScrollFreeze() to lock columns/rows so they stay visible when scrolled. - IMGUI_API void TableSetupColumn(const char* label, ImGuiTableColumnFlags flags = 0, float init_width_or_weight = 0.0f, ImGuiID user_id = 0); - IMGUI_API void TableSetupScrollFreeze(int cols, int rows); // lock columns/rows so they stay visible when scrolled. - IMGUI_API void TableHeadersRow(); // submit all headers cells based on data provided to TableSetupColumn() + submit context menu - IMGUI_API void TableHeader(const char* label); // submit one header cell manually (rarely used) - - // Tables: Sorting & Miscellaneous functions - // - Sorting: call TableGetSortSpecs() to retrieve latest sort specs for the table. NULL when not sorting. - // When 'sort_specs->SpecsDirty == true' you should sort your data. It will be true when sorting specs have - // changed since last call, or the first time. Make sure to set 'SpecsDirty = false' after sorting, - // else you may wastefully sort your data every frame! - // - Functions args 'int column_n' treat the default value of -1 as the same as passing the current column index. - IMGUI_API ImGuiTableSortSpecs* TableGetSortSpecs(); // get latest sort specs for the table (NULL if not sorting). Lifetime: don't hold on this pointer over multiple frames or past any subsequent call to BeginTable(). - IMGUI_API int TableGetColumnCount(); // return number of columns (value passed to BeginTable) - IMGUI_API int TableGetColumnIndex(); // return current column index. - IMGUI_API int TableGetRowIndex(); // return current row index. - IMGUI_API const char* TableGetColumnName(int column_n = -1); // return "" if column didn't have a name declared by TableSetupColumn(). Pass -1 to use current column. - IMGUI_API ImGuiTableColumnFlags TableGetColumnFlags(int column_n = -1); // return column flags so you can query their Enabled/Visible/Sorted/Hovered status flags. Pass -1 to use current column. - IMGUI_API void TableSetColumnEnabled(int column_n, bool v);// change user accessible enabled/disabled state of a column. Set to false to hide the column. User can use the context menu to change this themselves (right-click in headers, or right-click in columns body with ImGuiTableFlags_ContextMenuInBody) - IMGUI_API void TableSetBgColor(ImGuiTableBgTarget target, ImU32 color, int column_n = -1); // change the color of a cell, row, or column. See ImGuiTableBgTarget_ flags for details. - - // Legacy Columns API (prefer using Tables!) - // - You can also use SameLine(pos_x) to mimic simplified columns. - IMGUI_API void Columns(int count = 1, const char* id = NULL, bool border = true); - IMGUI_API void NextColumn(); // next column, defaults to current row or next row if the current row is finished - IMGUI_API int GetColumnIndex(); // get current column index - IMGUI_API float GetColumnWidth(int column_index = -1); // get column width (in pixels). pass -1 to use current column - IMGUI_API void SetColumnWidth(int column_index, float width); // set column width (in pixels). pass -1 to use current column - IMGUI_API float GetColumnOffset(int column_index = -1); // get position of column line (in pixels, from the left side of the contents region). pass -1 to use current column, otherwise 0..GetColumnsCount() inclusive. column 0 is typically 0.0f - IMGUI_API void SetColumnOffset(int column_index, float offset_x); // set position of column line (in pixels, from the left side of the contents region). pass -1 to use current column - IMGUI_API int GetColumnsCount(); - - // Tab Bars, Tabs - IMGUI_API bool BeginTabBar(const char* str_id, ImGuiTabBarFlags flags = 0); // create and append into a TabBar - IMGUI_API void EndTabBar(); // only call EndTabBar() if BeginTabBar() returns true! - IMGUI_API bool BeginTabItem(const char* label, bool* p_open = NULL, ImGuiTabItemFlags flags = 0); // create a Tab. Returns true if the Tab is selected. - IMGUI_API void EndTabItem(); // only call EndTabItem() if BeginTabItem() returns true! - IMGUI_API bool TabItemButton(const char* label, ImGuiTabItemFlags flags = 0); // create a Tab behaving like a button. return true when clicked. cannot be selected in the tab bar. - IMGUI_API void SetTabItemClosed(const char* tab_or_docked_window_label); // notify TabBar or Docking system of a closed tab/window ahead (useful to reduce visual flicker on reorderable tab bars). For tab-bar: call after BeginTabBar() and before Tab submissions. Otherwise call with a window name. - - // Logging/Capture - // - All text output from the interface can be captured into tty/file/clipboard. By default, tree nodes are automatically opened during logging. - IMGUI_API void LogToTTY(int auto_open_depth = -1); // start logging to tty (stdout) - IMGUI_API void LogToFile(int auto_open_depth = -1, const char* filename = NULL); // start logging to file - IMGUI_API void LogToClipboard(int auto_open_depth = -1); // start logging to OS clipboard - IMGUI_API void LogFinish(); // stop logging (close file, etc.) - IMGUI_API void LogButtons(); // helper to display buttons for logging to tty/file/clipboard - IMGUI_API void LogText(const char* fmt, ...) IM_FMTARGS(1); // pass text data straight to log (without being displayed) - IMGUI_API void LogTextV(const char* fmt, va_list args) IM_FMTLIST(1); - - // Drag and Drop - // - On source items, call BeginDragDropSource(), if it returns true also call SetDragDropPayload() + EndDragDropSource(). - // - On target candidates, call BeginDragDropTarget(), if it returns true also call AcceptDragDropPayload() + EndDragDropTarget(). - // - If you stop calling BeginDragDropSource() the payload is preserved however it won't have a preview tooltip (we currently display a fallback "..." tooltip, see #1725) - // - An item can be both drag source and drop target. - IMGUI_API bool BeginDragDropSource(ImGuiDragDropFlags flags = 0); // call after submitting an item which may be dragged. when this return true, you can call SetDragDropPayload() + EndDragDropSource() - IMGUI_API bool SetDragDropPayload(const char* type, const void* data, size_t sz, ImGuiCond cond = 0); // type is a user defined string of maximum 32 characters. Strings starting with '_' are reserved for dear imgui internal types. Data is copied and held by imgui. Return true when payload has been accepted. - IMGUI_API void EndDragDropSource(); // only call EndDragDropSource() if BeginDragDropSource() returns true! - IMGUI_API bool BeginDragDropTarget(); // call after submitting an item that may receive a payload. If this returns true, you can call AcceptDragDropPayload() + EndDragDropTarget() - IMGUI_API const ImGuiPayload* AcceptDragDropPayload(const char* type, ImGuiDragDropFlags flags = 0); // accept contents of a given type. If ImGuiDragDropFlags_AcceptBeforeDelivery is set you can peek into the payload before the mouse button is released. - IMGUI_API void EndDragDropTarget(); // only call EndDragDropTarget() if BeginDragDropTarget() returns true! - IMGUI_API const ImGuiPayload* GetDragDropPayload(); // peek directly into the current payload from anywhere. may return NULL. use ImGuiPayload::IsDataType() to test for the payload type. - - // Disabling [BETA API] - // - Disable all user interactions and dim items visuals (applying style.DisabledAlpha over current colors) - // - Those can be nested but it cannot be used to enable an already disabled section (a single BeginDisabled(true) in the stack is enough to keep everything disabled) - // - BeginDisabled(false) essentially does nothing useful but is provided to facilitate use of boolean expressions. If you can avoid calling BeginDisabled(False)/EndDisabled() best to avoid it. - IMGUI_API void BeginDisabled(bool disabled = true); - IMGUI_API void EndDisabled(); - - // Clipping - // - Mouse hovering is affected by ImGui::PushClipRect() calls, unlike direct calls to ImDrawList::PushClipRect() which are render only. - IMGUI_API void PushClipRect(const ImVec2& clip_rect_min, const ImVec2& clip_rect_max, bool intersect_with_current_clip_rect); - IMGUI_API void PopClipRect(); - - // Focus, Activation - // - Prefer using "SetItemDefaultFocus()" over "if (IsWindowAppearing()) SetScrollHereY()" when applicable to signify "this is the default item" - IMGUI_API void SetItemDefaultFocus(); // make last item the default focused item of a window. - IMGUI_API void SetKeyboardFocusHere(int offset = 0); // focus keyboard on the next widget. Use positive 'offset' to access sub components of a multiple component widget. Use -1 to access previous widget. - - // Item/Widgets Utilities and Query Functions - // - Most of the functions are referring to the previous Item that has been submitted. - // - See Demo Window under "Widgets->Querying Status" for an interactive visualization of most of those functions. - IMGUI_API bool IsItemHovered(ImGuiHoveredFlags flags = 0); // is the last item hovered? (and usable, aka not blocked by a popup, etc.). See ImGuiHoveredFlags for more options. - IMGUI_API bool IsItemActive(); // is the last item active? (e.g. button being held, text field being edited. This will continuously return true while holding mouse button on an item. Items that don't interact will always return false) - IMGUI_API bool IsItemFocused(); // is the last item focused for keyboard/gamepad navigation? - IMGUI_API bool IsItemClicked(ImGuiMouseButton mouse_button = 0); // is the last item hovered and mouse clicked on? (**) == IsMouseClicked(mouse_button) && IsItemHovered()Important. (**) this it NOT equivalent to the behavior of e.g. Button(). Read comments in function definition. - IMGUI_API bool IsItemVisible(); // is the last item visible? (items may be out of sight because of clipping/scrolling) - IMGUI_API bool IsItemEdited(); // did the last item modify its underlying value this frame? or was pressed? This is generally the same as the "bool" return value of many widgets. - IMGUI_API bool IsItemActivated(); // was the last item just made active (item was previously inactive). - IMGUI_API bool IsItemDeactivated(); // was the last item just made inactive (item was previously active). Useful for Undo/Redo patterns with widgets that requires continuous editing. - IMGUI_API bool IsItemDeactivatedAfterEdit(); // was the last item just made inactive and made a value change when it was active? (e.g. Slider/Drag moved). Useful for Undo/Redo patterns with widgets that requires continuous editing. Note that you may get false positives (some widgets such as Combo()/ListBox()/Selectable() will return true even when clicking an already selected item). - IMGUI_API bool IsItemToggledOpen(); // was the last item open state toggled? set by TreeNode(). - IMGUI_API bool IsAnyItemHovered(); // is any item hovered? - IMGUI_API bool IsAnyItemActive(); // is any item active? - IMGUI_API bool IsAnyItemFocused(); // is any item focused? - IMGUI_API ImVec2 GetItemRectMin(); // get upper-left bounding rectangle of the last item (screen space) - IMGUI_API ImVec2 GetItemRectMax(); // get lower-right bounding rectangle of the last item (screen space) - IMGUI_API ImVec2 GetItemRectSize(); // get size of last item - IMGUI_API void SetItemAllowOverlap(); // allow last item to be overlapped by a subsequent item. sometimes useful with invisible buttons, selectables, etc. to catch unused area. - - // Viewports - // - Currently represents the Platform Window created by the application which is hosting our Dear ImGui windows. - // - In 'docking' branch with multi-viewport enabled, we extend this concept to have multiple active viewports. - // - In the future we will extend this concept further to also represent Platform Monitor and support a "no main platform window" operation mode. - IMGUI_API ImGuiViewport* GetMainViewport(); // return primary/default viewport. This can never be NULL. - - // Background/Foreground Draw Lists - IMGUI_API ImDrawList* GetBackgroundDrawList(); // this draw list will be the first rendered one. Useful to quickly draw shapes/text behind dear imgui contents. - IMGUI_API ImDrawList* GetForegroundDrawList(); // this draw list will be the last rendered one. Useful to quickly draw shapes/text over dear imgui contents. - - // Miscellaneous Utilities - IMGUI_API bool IsRectVisible(const ImVec2& size); // test if rectangle (of given size, starting from cursor position) is visible / not clipped. - IMGUI_API bool IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max); // test if rectangle (in screen space) is visible / not clipped. to perform coarse clipping on user's side. - IMGUI_API double GetTime(); // get global imgui time. incremented by io.DeltaTime every frame. - IMGUI_API int GetFrameCount(); // get global imgui frame count. incremented by 1 every frame. - IMGUI_API ImDrawListSharedData* GetDrawListSharedData(); // you may use this when creating your own ImDrawList instances. - IMGUI_API const char* GetStyleColorName(ImGuiCol idx); // get a string corresponding to the enum value (for display, saving, etc.). - IMGUI_API void SetStateStorage(ImGuiStorage* storage); // replace current window storage with our own (if you want to manipulate it yourself, typically clear subsection of it) - IMGUI_API ImGuiStorage* GetStateStorage(); - IMGUI_API bool BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags flags = 0); // helper to create a child window / scrolling region that looks like a normal widget frame - IMGUI_API void EndChildFrame(); // always call EndChildFrame() regardless of BeginChildFrame() return values (which indicates a collapsed/clipped window) - - // Text Utilities - IMGUI_API ImVec2 CalcTextSize(const char* text, const char* text_end = NULL, bool hide_text_after_double_hash = false, float wrap_width = -1.0f); - - // Color Utilities - IMGUI_API ImVec4 ColorConvertU32ToFloat4(ImU32 in); - IMGUI_API ImU32 ColorConvertFloat4ToU32(const ImVec4& in); - IMGUI_API void ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v); - IMGUI_API void ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g, float& out_b); - - // Inputs Utilities: Keyboard - // Without IMGUI_DISABLE_OBSOLETE_KEYIO: (legacy support) - // - For 'ImGuiKey key' you can still use your legacy native/user indices according to how your backend/engine stored them in io.KeysDown[]. - // With IMGUI_DISABLE_OBSOLETE_KEYIO: (this is the way forward) - // - Any use of 'ImGuiKey' will assert when key < 512 will be passed, previously reserved as native/user keys indices - // - GetKeyIndex() is pass-through and therefore deprecated (gone if IMGUI_DISABLE_OBSOLETE_KEYIO is defined) - IMGUI_API bool IsKeyDown(ImGuiKey key); // is key being held. - IMGUI_API bool IsKeyPressed(ImGuiKey key, bool repeat = true); // was key pressed (went from !Down to Down)? if repeat=true, uses io.KeyRepeatDelay / KeyRepeatRate - IMGUI_API bool IsKeyReleased(ImGuiKey key); // was key released (went from Down to !Down)? - IMGUI_API int GetKeyPressedAmount(ImGuiKey key, float repeat_delay, float rate); // uses provided repeat rate/delay. return a count, most often 0 or 1 but might be >1 if RepeatRate is small enough that DeltaTime > RepeatRate - IMGUI_API const char* GetKeyName(ImGuiKey key); // [DEBUG] returns English name of the key. Those names a provided for debugging purpose and are not meant to be saved persistently not compared. - IMGUI_API void SetNextFrameWantCaptureKeyboard(bool want_capture_keyboard); // Override io.WantCaptureKeyboard flag next frame (said flag is left for your application to handle, typically when true it instructs your app to ignore inputs). e.g. force capture keyboard when your widget is being hovered. This is equivalent to setting "io.WantCaptureKeyboard = want_capture_keyboard"; after the next NewFrame() call. - - // Inputs Utilities: Mouse - // - To refer to a mouse button, you may use named enums in your code e.g. ImGuiMouseButton_Left, ImGuiMouseButton_Right. - // - You can also use regular integer: it is forever guaranteed that 0=Left, 1=Right, 2=Middle. - // - Dragging operations are only reported after mouse has moved a certain distance away from the initial clicking position (see 'lock_threshold' and 'io.MouseDraggingThreshold') - IMGUI_API bool IsMouseDown(ImGuiMouseButton button); // is mouse button held? - IMGUI_API bool IsMouseClicked(ImGuiMouseButton button, bool repeat = false); // did mouse button clicked? (went from !Down to Down). Same as GetMouseClickedCount() == 1. - IMGUI_API bool IsMouseReleased(ImGuiMouseButton button); // did mouse button released? (went from Down to !Down) - IMGUI_API bool IsMouseDoubleClicked(ImGuiMouseButton button); // did mouse button double-clicked? Same as GetMouseClickedCount() == 2. (note that a double-click will also report IsMouseClicked() == true) - IMGUI_API int GetMouseClickedCount(ImGuiMouseButton button); // return the number of successive mouse-clicks at the time where a click happen (otherwise 0). - IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = true);// is mouse hovering given bounding rect (in screen space). clipped by current clipping settings, but disregarding of other consideration of focus/window ordering/popup-block. - IMGUI_API bool IsMousePosValid(const ImVec2* mouse_pos = NULL); // by convention we use (-FLT_MAX,-FLT_MAX) to denote that there is no mouse available - IMGUI_API bool IsAnyMouseDown(); // [WILL OBSOLETE] is any mouse button held? This was designed for backends, but prefer having backend maintain a mask of held mouse buttons, because upcoming input queue system will make this invalid. - IMGUI_API ImVec2 GetMousePos(); // shortcut to ImGui::GetIO().MousePos provided by user, to be consistent with other calls - IMGUI_API ImVec2 GetMousePosOnOpeningCurrentPopup(); // retrieve mouse position at the time of opening popup we have BeginPopup() into (helper to avoid user backing that value themselves) - IMGUI_API bool IsMouseDragging(ImGuiMouseButton button, float lock_threshold = -1.0f); // is mouse dragging? (if lock_threshold < -1.0f, uses io.MouseDraggingThreshold) - IMGUI_API ImVec2 GetMouseDragDelta(ImGuiMouseButton button = 0, float lock_threshold = -1.0f); // return the delta from the initial clicking position while the mouse button is pressed or was just released. This is locked and return 0.0f until the mouse moves past a distance threshold at least once (if lock_threshold < -1.0f, uses io.MouseDraggingThreshold) - IMGUI_API void ResetMouseDragDelta(ImGuiMouseButton button = 0); // - IMGUI_API ImGuiMouseCursor GetMouseCursor(); // get desired cursor type, reset in ImGui::NewFrame(), this is updated during the frame. valid before Render(). If you use software rendering by setting io.MouseDrawCursor ImGui will render those for you - IMGUI_API void SetMouseCursor(ImGuiMouseCursor cursor_type); // set desired cursor type - IMGUI_API void SetNextFrameWantCaptureMouse(bool want_capture_mouse); // Override io.WantCaptureMouse flag next frame (said flag is left for your application to handle, typical when true it instucts your app to ignore inputs). This is equivalent to setting "io.WantCaptureMouse = want_capture_mouse;" after the next NewFrame() call. - - // Clipboard Utilities - // - Also see the LogToClipboard() function to capture GUI into clipboard, or easily output text data to the clipboard. - IMGUI_API const char* GetClipboardText(); - IMGUI_API void SetClipboardText(const char* text); - - // Settings/.Ini Utilities - // - The disk functions are automatically called if io.IniFilename != NULL (default is "imgui.ini"). - // - Set io.IniFilename to NULL to load/save manually. Read io.WantSaveIniSettings description about handling .ini saving manually. - // - Important: default value "imgui.ini" is relative to current working dir! Most apps will want to lock this to an absolute path (e.g. same path as executables). - IMGUI_API void LoadIniSettingsFromDisk(const char* ini_filename); // call after CreateContext() and before the first call to NewFrame(). NewFrame() automatically calls LoadIniSettingsFromDisk(io.IniFilename). - IMGUI_API void LoadIniSettingsFromMemory(const char* ini_data, size_t ini_size=0); // call after CreateContext() and before the first call to NewFrame() to provide .ini data from your own data source. - IMGUI_API void SaveIniSettingsToDisk(const char* ini_filename); // this is automatically called (if io.IniFilename is not empty) a few seconds after any modification that should be reflected in the .ini file (and also by DestroyContext). - IMGUI_API const char* SaveIniSettingsToMemory(size_t* out_ini_size = NULL); // return a zero-terminated string with the .ini data which you can save by your own mean. call when io.WantSaveIniSettings is set, then save data by your own mean and clear io.WantSaveIniSettings. - - // Debug Utilities - IMGUI_API void DebugTextEncoding(const char* text); - 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); // This is called by IMGUI_CHECKVERSION() macro. - - // Memory Allocators - // - Those functions are not reliant on the current context. - // - DLL users: heaps and globals are not shared across DLL boundaries! You will need to call SetCurrentContext() + SetAllocatorFunctions() - // for each static/DLL boundary you are calling from. Read "Context and Memory Allocators" section of imgui.cpp for more details. - IMGUI_API void SetAllocatorFunctions(ImGuiMemAllocFunc alloc_func, ImGuiMemFreeFunc free_func, void* user_data = NULL); - IMGUI_API void GetAllocatorFunctions(ImGuiMemAllocFunc* p_alloc_func, ImGuiMemFreeFunc* p_free_func, void** p_user_data); - IMGUI_API void* MemAlloc(size_t size); - IMGUI_API void MemFree(void* ptr); - -} // namespace ImGui - -//----------------------------------------------------------------------------- -// [SECTION] Flags & Enumerations -//----------------------------------------------------------------------------- - -// Flags for ImGui::Begin() -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. Also referred to as Window Menu Button (e.g. within a docking node). - 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, // Display a dot next to the title. When used in a tab/docking context, tab is selected when clicking the X + closure is not assumed (will wait for user to stop submitting the tab). Otherwise closure is assumed when pressing the X, so if you keep submitting the tab may reappear at end of tab bar. - ImGuiWindowFlags_NoNav = ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus, - ImGuiWindowFlags_NoDecoration = ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse, - ImGuiWindowFlags_NoInputs = ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus, - - // [Internal] - ImGuiWindowFlags_NavFlattened = 1 << 23, // [BETA] On child window: allow gamepad/keyboard navigation to cross over parent border to this child or between sibling child windows. - 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() -}; - -// Flags for ImGui::InputText() -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_AlwaysOverwrite = 1 << 13, // Overwrite 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) - - // Obsolete names (will be removed soon) -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - ImGuiInputTextFlags_AlwaysInsertMode = ImGuiInputTextFlags_AlwaysOverwrite // [renamed in 1.82] name was not matching behavior -#endif -}; - -// Flags for ImGui::TreeNodeEx(), ImGui::CollapsingHeader*() -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, -}; - -// Flags for OpenPopup*(), BeginPopupContext*(), IsPopupOpen() functions. -// - To be backward compatible with older API which took an 'int mouse_button = 1' argument, we need to treat -// small flags values as a mouse button index, so we encode the mouse button in the first few bits of the flags. -// It is therefore guaranteed to be legal to pass a mouse button index in ImGuiPopupFlags. -// - For the same reason, we exceptionally default the ImGuiPopupFlags argument of BeginPopupContextXXX functions to 1 instead of 0. -// IMPORTANT: because the default parameter is 1 (==ImGuiPopupFlags_MouseButtonRight), if you rely on the default parameter -// and want to another another flag, you need to pass in the ImGuiPopupFlags_MouseButtonRight flag. -// - Multiple buttons currently cannot be combined/or-ed in those functions (we could allow it later). -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, -}; - -// Flags for ImGui::Selectable() -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 -}; - -// Flags for ImGui::BeginCombo() -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, -}; - -// Flags for ImGui::BeginTabBar() -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, -}; - -// Flags for ImGui::BeginTabItem() -enum ImGuiTabItemFlags_ -{ - ImGuiTabItemFlags_None = 0, - ImGuiTabItemFlags_UnsavedDocument = 1 << 0, // Display a dot next to the title + tab is selected when clicking the X + closure is not assumed (will wait for user to stop submitting the tab). Otherwise closure is assumed when pressing the X, so if you keep submitting the tab may reappear at end of tab bar. - 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) -}; - -// Flags for ImGui::BeginTable() -// - Important! Sizing policies have complex and subtle side effects, much more so than you would expect. -// Read comments/demos carefully + experiment with live demos to get acquainted with them. -// - The DEFAULT sizing policies are: -// - Default to ImGuiTableFlags_SizingFixedFit if ScrollX is on, or if host window has ImGuiWindowFlags_AlwaysAutoResize. -// - Default to ImGuiTableFlags_SizingStretchSame if ScrollX is off. -// - When ScrollX is off: -// - Table defaults to ImGuiTableFlags_SizingStretchSame -> all Columns defaults to ImGuiTableColumnFlags_WidthStretch with same weight. -// - Columns sizing policy allowed: Stretch (default), Fixed/Auto. -// - Fixed Columns (if any) will generally obtain their requested width (unless the table cannot fit them all). -// - Stretch Columns will share the remaining width according to their respective weight. -// - Mixed Fixed/Stretch columns is possible but has various side-effects on resizing behaviors. -// The typical use of mixing sizing policies is: any number of LEADING Fixed columns, followed by one or two TRAILING Stretch columns. -// (this is because the visible order of columns have subtle but necessary effects on how they react to manual resizing). -// - When ScrollX is on: -// - Table defaults to ImGuiTableFlags_SizingFixedFit -> all Columns defaults to ImGuiTableColumnFlags_WidthFixed -// - Columns sizing policy allowed: Fixed/Auto mostly. -// - Fixed Columns can be enlarged as needed. Table will show an horizontal scrollbar if needed. -// - When using auto-resizing (non-resizable) fixed columns, querying the content width to use item right-alignment e.g. SetNextItemWidth(-FLT_MIN) doesn't make sense, would create a feedback loop. -// - Using Stretch columns OFTEN DOES NOT MAKE SENSE if ScrollX is on, UNLESS you have specified a value for 'inner_width' in BeginTable(). -// If you specify a value for 'inner_width' then effectively the scrolling space is known and Stretch or mixed Fixed/Stretch columns become meaningful again. -// - Read on documentation at the top of imgui_tables.cpp for details. -enum ImGuiTableFlags_ -{ - // 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 overridden 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 -}; - -// Flags for ImGui::TableSetupColumn() -enum ImGuiTableColumnFlags_ -{ - // Input configuration flags - ImGuiTableColumnFlags_None = 0, - ImGuiTableColumnFlags_Disabled = 1 << 0, // Overriding/master disable flag: hide column, won't show in context menu (unlike calling TableSetColumnEnabled() which manipulates the user accessible state) - ImGuiTableColumnFlags_DefaultHide = 1 << 1, // Default as a hidden/disabled column. - ImGuiTableColumnFlags_DefaultSort = 1 << 2, // Default as a sorting column. - ImGuiTableColumnFlags_WidthStretch = 1 << 3, // Column will stretch. Preferable with horizontal scrolling disabled (default if table sizing policy is _SizingStretchSame or _SizingStretchProp). - ImGuiTableColumnFlags_WidthFixed = 1 << 4, // Column will not stretch. Preferable with horizontal scrolling enabled (default if table sizing policy is _SizingFixedFit and table is resizable). - ImGuiTableColumnFlags_NoResize = 1 << 5, // Disable manual resizing. - ImGuiTableColumnFlags_NoReorder = 1 << 6, // Disable manual reordering this column, this will also prevent other columns from crossing over this column. - ImGuiTableColumnFlags_NoHide = 1 << 7, // Disable ability to hide/disable this column. - ImGuiTableColumnFlags_NoClip = 1 << 8, // Disable clipping for this column (all NoClip columns will render in a same draw command). - ImGuiTableColumnFlags_NoSort = 1 << 9, // Disable ability to sort on this field (even if ImGuiTableFlags_Sortable is set on the table). - ImGuiTableColumnFlags_NoSortAscending = 1 << 10, // Disable ability to sort in the ascending direction. - ImGuiTableColumnFlags_NoSortDescending = 1 << 11, // Disable ability to sort in the descending direction. - ImGuiTableColumnFlags_NoHeaderLabel = 1 << 12, // TableHeadersRow() will not submit label for this column. Convenient for some small columns. Name will still appear in context menu. - ImGuiTableColumnFlags_NoHeaderWidth = 1 << 13, // Disable header text width contribution to automatic column width. - ImGuiTableColumnFlags_PreferSortAscending = 1 << 14, // Make the initial sort direction Ascending when first sorting on this column (default). - ImGuiTableColumnFlags_PreferSortDescending = 1 << 15, // Make the initial sort direction Descending when first sorting on this column. - ImGuiTableColumnFlags_IndentEnable = 1 << 16, // Use current Indent value when entering cell (default for column 0). - ImGuiTableColumnFlags_IndentDisable = 1 << 17, // 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 << 24, // Status: is enabled == not hidden by user/api (referred to as "Hide" in _DefaultHide and _NoHide) flags. - ImGuiTableColumnFlags_IsVisible = 1 << 25, // Status: is visible == is enabled AND not clipped by scrolling. - ImGuiTableColumnFlags_IsSorted = 1 << 26, // Status: is currently part of the sort specs - ImGuiTableColumnFlags_IsHovered = 1 << 27, // 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) - - // 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 -}; - -// Flags for ImGui::TableNextRow() -enum ImGuiTableRowFlags_ -{ - ImGuiTableRowFlags_None = 0, - ImGuiTableRowFlags_Headers = 1 << 0, // Identify header row (set default background color + width of its contents accounted differently for auto column width) -}; - -// Enum for ImGui::TableSetBgColor() -// Background colors are rendering in 3 layers: -// - Layer 0: draw with RowBg0 color if set, otherwise draw with ColumnBg0 if set. -// - Layer 1: draw with RowBg1 color if set, otherwise draw with ColumnBg1 if set. -// - Layer 2: draw with CellBg color if set. -// The purpose of the two row/columns layers is to let you decide if a background color changes should override or blend with the existing color. -// When using ImGuiTableFlags_RowBg on the table, each row has the RowBg0 color automatically set for odd/even rows. -// If you set the color of RowBg0 target, your color will override the existing RowBg0 color. -// If you set the color of RowBg1 or ColumnBg1 target, your color will blend over the RowBg0 color. -enum ImGuiTableBgTarget_ -{ - 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) -}; - -// Flags for ImGui::IsWindowFocused() -enum ImGuiFocusedFlags_ -{ - ImGuiFocusedFlags_None = 0, - ImGuiFocusedFlags_ChildWindows = 1 << 0, // Return true if any children of the window is focused - ImGuiFocusedFlags_RootWindow = 1 << 1, // Test from root window (top most parent of the current hierarchy) - ImGuiFocusedFlags_AnyWindow = 1 << 2, // 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_NoPopupHierarchy = 1 << 3, // Do not consider popup hierarchy (do not treat popup emitter as parent of popup) (when used with _ChildWindows or _RootWindow) - //ImGuiFocusedFlags_DockHierarchy = 1 << 4, // Consider docking hierarchy (treat dockspace host as parent of docked window) (when used with _ChildWindows or _RootWindow) - ImGuiFocusedFlags_RootAndChildWindows = ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows, -}; - -// Flags for ImGui::IsItemHovered(), ImGui::IsWindowHovered() -// Note: if you are trying to check whether your mouse should be dispatched to Dear ImGui or to your app, you should use 'io.WantCaptureMouse' instead! Please read the FAQ! -// Note: windows with the ImGuiWindowFlags_NoInputs flag are ignored by IsWindowHovered() calls. -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_NoPopupHierarchy = 1 << 3, // IsWindowHovered() only: Do not consider popup hierarchy (do not treat popup emitter as parent of popup) (when used with _ChildWindows or _RootWindow) - //ImGuiHoveredFlags_DockHierarchy = 1 << 4, // IsWindowHovered() only: Consider docking hierarchy (treat dockspace host as parent of docked window) (when used with _ChildWindows or _RootWindow) - ImGuiHoveredFlags_AllowWhenBlockedByPopup = 1 << 5, // Return true even if a popup window is normally blocking access to this item/window - //ImGuiHoveredFlags_AllowWhenBlockedByModal = 1 << 6, // Return true even if a modal popup window is normally blocking access to this item/window. FIXME-TODO: Unavailable yet. - ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 7, // Return true even if an active item is blocking access to this item/window. Useful for Drag and Drop patterns. - ImGuiHoveredFlags_AllowWhenOverlapped = 1 << 8, // IsItemHovered() only: Return true even if the position is obstructed or overlapped by another window - ImGuiHoveredFlags_AllowWhenDisabled = 1 << 9, // IsItemHovered() only: Return true even if the item is disabled - ImGuiHoveredFlags_NoNavOverride = 1 << 10, // Disable using gamepad/keyboard navigation state when active, always query mouse. - ImGuiHoveredFlags_RectOnly = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped, - ImGuiHoveredFlags_RootAndChildWindows = ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows, -}; - -// Flags for ImGui::BeginDragDropSource(), ImGui::AcceptDragDropPayload() -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. -}; - -// Standard Drag and Drop payload types. You can define you own payload types using short strings. Types starting with '_' are defined by Dear ImGui. -#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. - -// A primary data type -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_COUNT -}; - -// A cardinal direction -enum ImGuiDir_ -{ - ImGuiDir_None = -1, - ImGuiDir_Left = 0, - ImGuiDir_Right = 1, - ImGuiDir_Up = 2, - ImGuiDir_Down = 3, - ImGuiDir_COUNT -}; - -// A sorting direction -enum ImGuiSortDirection_ -{ - ImGuiSortDirection_None = 0, - ImGuiSortDirection_Ascending = 1, // Ascending = 0->9, A->Z etc. - ImGuiSortDirection_Descending = 2 // Descending = 9->0, Z->A etc. -}; - -// Keys value 0 to 511 are left unused as legacy native/opaque key values (< 1.87) -// Keys value >= 512 are named keys (>= 1.87) -enum ImGuiKey_ -{ - // Keyboard - ImGuiKey_None = 0, - ImGuiKey_Tab = 512, // == ImGuiKey_NamedKey_BEGIN - ImGuiKey_LeftArrow, - ImGuiKey_RightArrow, - ImGuiKey_UpArrow, - ImGuiKey_DownArrow, - ImGuiKey_PageUp, - ImGuiKey_PageDown, - ImGuiKey_Home, - ImGuiKey_End, - ImGuiKey_Insert, - ImGuiKey_Delete, - ImGuiKey_Backspace, - ImGuiKey_Space, - ImGuiKey_Enter, - ImGuiKey_Escape, - 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_Apostrophe, // ' - ImGuiKey_Comma, // , - ImGuiKey_Minus, // - - ImGuiKey_Period, // . - ImGuiKey_Slash, // / - ImGuiKey_Semicolon, // ; - ImGuiKey_Equal, // = - ImGuiKey_LeftBracket, // [ - ImGuiKey_Backslash, // \ (this text inhibit multiline comment caused by 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, - - // Gamepad (some of those are analog values, 0.0f to 1.0f) // NAVIGATION action - ImGuiKey_GamepadStart, // Menu (Xbox) + (Switch) Start/Options (PS) // -- - ImGuiKey_GamepadBack, // View (Xbox) - (Switch) Share (PS) // -- - ImGuiKey_GamepadFaceLeft, // X (Xbox) Y (Switch) Square (PS) // -> ImGuiNavInput_Menu - ImGuiKey_GamepadFaceRight, // B (Xbox) A (Switch) Circle (PS) // -> ImGuiNavInput_Cancel - ImGuiKey_GamepadFaceUp, // Y (Xbox) X (Switch) Triangle (PS) // -> ImGuiNavInput_Input - ImGuiKey_GamepadFaceDown, // A (Xbox) B (Switch) Cross (PS) // -> ImGuiNavInput_Activate - ImGuiKey_GamepadDpadLeft, // D-pad Left // -> ImGuiNavInput_DpadLeft - ImGuiKey_GamepadDpadRight, // D-pad Right // -> ImGuiNavInput_DpadRight - ImGuiKey_GamepadDpadUp, // D-pad Up // -> ImGuiNavInput_DpadUp - ImGuiKey_GamepadDpadDown, // D-pad Down // -> ImGuiNavInput_DpadDown - ImGuiKey_GamepadL1, // L Bumper (Xbox) L (Switch) L1 (PS) // -> ImGuiNavInput_FocusPrev + ImGuiNavInput_TweakSlow - ImGuiKey_GamepadR1, // R Bumper (Xbox) R (Switch) R1 (PS) // -> ImGuiNavInput_FocusNext + ImGuiNavInput_TweakFast - ImGuiKey_GamepadL2, // L Trigger (Xbox) ZL (Switch) L2 (PS) [Analog] - ImGuiKey_GamepadR2, // R Trigger (Xbox) ZR (Switch) R2 (PS) [Analog] - ImGuiKey_GamepadL3, // L Thumbstick (Xbox) L3 (Switch) L3 (PS) - ImGuiKey_GamepadR3, // R Thumbstick (Xbox) R3 (Switch) R3 (PS) - ImGuiKey_GamepadLStickLeft, // [Analog] // -> ImGuiNavInput_LStickLeft - ImGuiKey_GamepadLStickRight, // [Analog] // -> ImGuiNavInput_LStickRight - ImGuiKey_GamepadLStickUp, // [Analog] // -> ImGuiNavInput_LStickUp - ImGuiKey_GamepadLStickDown, // [Analog] // -> ImGuiNavInput_LStickDown - ImGuiKey_GamepadRStickLeft, // [Analog] - ImGuiKey_GamepadRStickRight, // [Analog] - ImGuiKey_GamepadRStickUp, // [Analog] - ImGuiKey_GamepadRStickDown, // [Analog] - - // Keyboard Modifiers (explicitly submitted by backend via AddKeyEvent() calls) - // - This is mirroring the data also written to io.KeyCtrl, io.KeyShift, io.KeyAlt, io.KeySuper, in a format allowing - // them to be accessed via standard key API, allowing calls such as IsKeyPressed(), IsKeyReleased(), querying duration etc. - // - Code polling every keys (e.g. an interface to detect a key press for input mapping) might want to ignore those - // and prefer using the real keys (e.g. ImGuiKey_LeftCtrl, ImGuiKey_RightCtrl instead of ImGuiKey_ModCtrl). - // - In theory the value of keyboard modifiers should be roughly equivalent to a logical or of the equivalent left/right keys. - // In practice: it's complicated; mods are often provided from different sources. Keyboard layout, IME, sticky keys and - // backends tend to interfere and break that equivalence. The safer decision is to relay that ambiguity down to the end-user... - ImGuiKey_ModCtrl, ImGuiKey_ModShift, ImGuiKey_ModAlt, ImGuiKey_ModSuper, - - // End of list - ImGuiKey_COUNT, // No valid ImGuiKey is ever greater than this value - - // [Internal] Prior to 1.87 we required user to fill io.KeysDown[512] using their own native index + a io.KeyMap[] array. - // We are ditching this method but keeping a legacy path for user code doing e.g. IsKeyPressed(MY_NATIVE_KEY_CODE) - ImGuiKey_NamedKey_BEGIN = 512, - ImGuiKey_NamedKey_END = ImGuiKey_COUNT, - ImGuiKey_NamedKey_COUNT = ImGuiKey_NamedKey_END - ImGuiKey_NamedKey_BEGIN, -#ifdef IMGUI_DISABLE_OBSOLETE_KEYIO - ImGuiKey_KeysData_SIZE = ImGuiKey_NamedKey_COUNT, // Size of KeysData[]: only hold named keys - ImGuiKey_KeysData_OFFSET = ImGuiKey_NamedKey_BEGIN, // First key stored in io.KeysData[0]. Accesses to io.KeysData[] must use (key - ImGuiKey_KeysData_OFFSET). -#else - ImGuiKey_KeysData_SIZE = ImGuiKey_COUNT, // Size of KeysData[]: hold legacy 0..512 keycodes + named keys - ImGuiKey_KeysData_OFFSET = 0, // First key stored in io.KeysData[0]. Accesses to io.KeysData[] must use (key - ImGuiKey_KeysData_OFFSET). -#endif - -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - ImGuiKey_KeyPadEnter = ImGuiKey_KeypadEnter, // Renamed in 1.87 -#endif -}; - -// Helper "flags" version of key-mods to store and compare multiple key-mods easily. Sometimes used for storage (e.g. io.KeyMods) but otherwise not much used in public API. -enum ImGuiModFlags_ -{ - ImGuiModFlags_None = 0, - ImGuiModFlags_Ctrl = 1 << 0, - ImGuiModFlags_Shift = 1 << 1, - ImGuiModFlags_Alt = 1 << 2, // Menu - ImGuiModFlags_Super = 1 << 3, // Cmd/Super/Windows key -}; - -// Gamepad/Keyboard navigation -// Since >= 1.87 backends you generally don't need to care about this enum since io.NavInputs[] is setup automatically. This might become private/internal some day. -// Keyboard: Set io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard to enable. NewFrame() will automatically fill io.NavInputs[] based on your io.AddKeyEvent() calls. -// Gamepad: Set io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad to enable. Backend: set ImGuiBackendFlags_HasGamepad and fill the io.NavInputs[] fields before calling NewFrame(). Note that io.NavInputs[] is cleared by EndFrame(). -// Read instructions in imgui.cpp for more details. Download PNG/PSD at http://dearimgui.org/controls_sheets. -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, // Focus Next window (w/ PadMenu) // e.g. L1 or L2 (PS4), LB or LT (Xbox), L or ZL (Switch) - ImGuiNavInput_FocusNext, // Focus 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 keyboard keys instead of io.NavInputs[]. - ImGuiNavInput_KeyLeft_, // Move left // = Arrow keys - ImGuiNavInput_KeyRight_, // Move right - ImGuiNavInput_KeyUp_, // Move up - ImGuiNavInput_KeyDown_, // Move down - ImGuiNavInput_COUNT -}; - -// Configuration flags stored in io.ConfigFlags. Set by user/application. -enum ImGuiConfigFlags_ -{ - ImGuiConfigFlags_None = 0, - ImGuiConfigFlags_NavEnableKeyboard = 1 << 0, // Master keyboard navigation enable flag. NewFrame() will automatically fill io.NavInputs[] based on io.AddKeyEvent() calls - 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. - - // 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. -}; - -// Backend capabilities flags stored in io.BackendFlags. Set by imgui_impl_xxx or custom backend. -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. -}; - -// Enumeration for PushStyleColor() / PopStyleColor() -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_Border, - ImGuiCol_BorderShadow, - ImGuiCol_FrameBg, // Background of checkbox, radio button, plot, slider, text input - ImGuiCol_FrameBgHovered, - ImGuiCol_FrameBgActive, - ImGuiCol_TitleBg, - ImGuiCol_TitleBgActive, - ImGuiCol_TitleBgCollapsed, - ImGuiCol_MenuBarBg, - ImGuiCol_ScrollbarBg, - ImGuiCol_ScrollbarGrab, - ImGuiCol_ScrollbarGrabHovered, - ImGuiCol_ScrollbarGrabActive, - ImGuiCol_CheckMark, - ImGuiCol_SliderGrab, - ImGuiCol_SliderGrabActive, - ImGuiCol_Button, - ImGuiCol_ButtonHovered, - ImGuiCol_ButtonActive, - ImGuiCol_Header, // Header* colors are used for CollapsingHeader, TreeNode, Selectable, MenuItem - ImGuiCol_HeaderHovered, - ImGuiCol_HeaderActive, - ImGuiCol_Separator, - ImGuiCol_SeparatorHovered, - ImGuiCol_SeparatorActive, - ImGuiCol_ResizeGrip, // Resize grip in lower-right and lower-left corners of windows. - ImGuiCol_ResizeGripHovered, - ImGuiCol_ResizeGripActive, - ImGuiCol_Tab, // TabItem in a TabBar - ImGuiCol_TabHovered, - ImGuiCol_TabActive, - ImGuiCol_TabUnfocused, - ImGuiCol_TabUnfocusedActive, - 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_TextSelectedBg, - ImGuiCol_DragDropTarget, // Rectangle highlighting a drop target - 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 -}; - -// Enumeration for PushStyleVar() / PopStyleVar() to temporarily modify the ImGuiStyle structure. -// - The enum only refers to fields of ImGuiStyle which makes sense to be pushed/popped inside UI code. -// During initialization or between frames, feel free to just poke into ImGuiStyle directly. -// - Tip: Use your programming IDE navigation facilities on the names in the _second column_ below to find the actual members and their description. -// In Visual Studio IDE: CTRL+comma ("Edit.GoToAll") 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. -// - When changing this enum, you need to update the associated internal table GStyleVarInfo[] accordingly. This is where we link enum values to members offset/type. -enum ImGuiStyleVar_ -{ - // Enum name --------------------- // Member in ImGuiStyle structure (see ImGuiStyle for descriptions) - 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_GrabMinSize, // float GrabMinSize - ImGuiStyleVar_GrabRounding, // float GrabRounding - ImGuiStyleVar_TabRounding, // float TabRounding - ImGuiStyleVar_ButtonTextAlign, // ImVec2 ButtonTextAlign - ImGuiStyleVar_SelectableTextAlign, // ImVec2 SelectableTextAlign - ImGuiStyleVar_COUNT -}; - -// Flags for InvisibleButton() [extended in imgui_internal.h] -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, -}; - -// Flags for ColorEdit3() / ColorEdit4() / ColorPicker3() / ColorPicker4() / ColorButton() -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_DefaultOptions_ = 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_RGB = ImGuiColorEditFlags_DisplayRGB, ImGuiColorEditFlags_HSV = ImGuiColorEditFlags_DisplayHSV, ImGuiColorEditFlags_HEX = ImGuiColorEditFlags_DisplayHex // [renamed in 1.69] -}; - -// Flags for DragFloat(), DragInt(), SliderFloat(), SliderInt() etc. -// We use the same sets of flags for DragXXX() and SliderXXX() functions as the features are the same and it makes it easier to swap them. -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 -}; - -// Identify a mouse button. -// Those values are guaranteed to be stable and we frequently use 0/1 directly. Named enums provided for convenience. -enum ImGuiMouseButton_ -{ - ImGuiMouseButton_Left = 0, - ImGuiMouseButton_Right = 1, - ImGuiMouseButton_Middle = 2, - ImGuiMouseButton_COUNT = 5 -}; - -// Enumeration for GetMouseCursor() -// User code may request backend to display given cursor by calling SetMouseCursor(), which is why we have some cursors that are marked unused here -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_COUNT -}; - -// Enumeration for ImGui::SetWindow***(), SetNextWindow***(), SetNextItem***() functions -// Represent a condition. -// Important: Treat as a regular enum! Do NOT combine multiple values using binary operators! All the functions above treat 0 as a shortcut to ImGuiCond_Always. -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) -}; - -//----------------------------------------------------------------------------- -// [SECTION] Helpers: Memory allocations macros, ImVector<> -//----------------------------------------------------------------------------- - -//----------------------------------------------------------------------------- -// IM_MALLOC(), IM_FREE(), IM_NEW(), IM_PLACEMENT_NEW(), IM_DELETE() -// We call C++ constructor on own allocated memory via the placement "new(ptr) Type()" syntax. -// Defining a custom placement new() with a custom parameter allows us to bypass including which on some platforms complains when user has disabled exceptions. -//----------------------------------------------------------------------------- - -struct ImNewWrapper {}; -inline void* operator new(size_t, ImNewWrapper, void* ptr) { return ptr; } -inline void operator delete(void*, ImNewWrapper, void*) {} // This is only required so we can use the symmetrical new() -#define IM_ALLOC(_SIZE) ImGui::MemAlloc(_SIZE) -#define IM_FREE(_PTR) ImGui::MemFree(_PTR) -#define IM_PLACEMENT_NEW(_PTR) new(ImNewWrapper(), _PTR) -#define IM_NEW(_TYPE) new(ImNewWrapper(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE -template void IM_DELETE(T* p) { if (p) { p->~T(); ImGui::MemFree(p); } } - -//----------------------------------------------------------------------------- -// ImVector<> -// Lightweight std::vector<>-like class to avoid dragging dependencies (also, some implementations of STL with debug enabled are absurdly slow, we bypass it so our code runs fast in debug). -//----------------------------------------------------------------------------- -// - You generally do NOT need to care or use this ever. But we need to make it available in imgui.h because some of our public structures are relying on it. -// - We use std-like naming convention here, which is a little unusual for this codebase. -// - Important: clear() frees memory, resize(0) keep the allocated buffer. We use resize(0) a lot to intentionally recycle allocated buffers across frames and amortize our costs. -// - Important: our implementation does NOT call C++ constructors/destructors, we treat everything as raw data! This is intentional but be extra mindful of that, -// Do NOT use this class as a std::vector replacement in your own code! Many of the structures used by dear imgui can be safely initialized by a zero-memset. -//----------------------------------------------------------------------------- - -IM_MSVC_RUNTIME_CHECKS_OFF -template -struct ImVector -{ - int Size; - 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; Data = NULL; } - inline ImVector(const ImVector& src) { Size = Capacity = 0; Data = NULL; operator=(src); } - inline ImVector& operator=(const ImVector& src) { clear(); resize(src.Size); memcpy(Data, src.Data, (size_t)Size * sizeof(T)); return *this; } - inline ~ImVector() { if (Data) IM_FREE(Data); } // Important: does not destruct anything - - inline void clear() { if (Data) { Size = Capacity = 0; IM_FREE(Data); Data = NULL; } } // Important: does not destruct anything - inline void clear_delete() { for (int n = 0; n < Size; n++) IM_DELETE(Data[n]); clear(); } // Important: never called automatically! always explicit. - inline void clear_destruct() { for (int n = 0; n < Size; n++) Data[n].~T(); clear(); } // Important: never called automatically! always explicit. - - inline bool empty() const { return Size == 0; } - inline int size() const { return Size; } - inline int size_in_bytes() const { return Size * (int)sizeof(T); } - inline int max_size() const { return 0x7FFFFFFF / (int)sizeof(T); } - inline int capacity() const { return Capacity; } - inline T& operator[](int i) { IM_ASSERT(i >= 0 && i < Size); return Data[i]; } - inline const T& operator[](int i) const { IM_ASSERT(i >= 0 && i < Size); return Data[i]; } - - inline T* begin() { return Data; } - inline const T* begin() const { return Data; } - inline T* end() { return Data + Size; } - inline const T* end() const { return Data + Size; } - inline T& front() { IM_ASSERT(Size > 0); return Data[0]; } - inline const T& front() const { IM_ASSERT(Size > 0); return Data[0]; } - inline T& back() { IM_ASSERT(Size > 0); return Data[Size - 1]; } - inline const T& back() const { IM_ASSERT(Size > 0); return Data[Size - 1]; } - inline void swap(ImVector& rhs) { int rhs_size = rhs.Size; rhs.Size = Size; Size = rhs_size; int rhs_cap = rhs.Capacity; rhs.Capacity = Capacity; Capacity = rhs_cap; T* rhs_data = rhs.Data; rhs.Data = Data; Data = rhs_data; } - - inline int _grow_capacity(int sz) const { int new_capacity = Capacity ? (Capacity + Capacity / 2) : 8; return new_capacity > sz ? new_capacity : sz; } - inline void resize(int new_size) { if (new_size > Capacity) reserve(_grow_capacity(new_size)); Size = new_size; } - inline void resize(int new_size, const T& v) { if (new_size > Capacity) reserve(_grow_capacity(new_size)); if (new_size > Size) for (int n = Size; n < new_size; n++) memcpy(&Data[n], &v, sizeof(v)); Size = new_size; } - inline void shrink(int new_size) { 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*)IM_ALLOC((size_t)new_capacity * sizeof(T)); if (Data) { memcpy(new_data, Data, (size_t)Size * sizeof(T)); IM_FREE(Data); } Data = new_data; Capacity = new_capacity; } - inline void reserve_discard(int new_capacity) { if (new_capacity <= Capacity) return; if (Data) IM_FREE(Data); Data = (T*)IM_ALLOC((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) reserve(_grow_capacity(Size + 1)); memcpy(&Data[Size], &v, sizeof(v)); Size++; } - inline void pop_back() { IM_ASSERT(Size > 0); Size--; } - inline void push_front(const T& v) { if (Size == 0) push_back(v); else insert(Data, v); } - inline T* erase(const T* it) { IM_ASSERT(it >= Data && it < Data + Size); const ptrdiff_t off = it - Data; memmove(Data + off, Data + off + 1, ((size_t)Size - (size_t)off - 1) * sizeof(T)); Size--; return Data + off; } - inline T* erase(const T* it, const T* it_last){ 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 - (size_t)count) * sizeof(T)); Size -= (int)count; return Data + off; } - inline T* erase_unsorted(const T* it) { IM_ASSERT(it >= Data && it < Data + Size); const ptrdiff_t off = it - Data; if (it < Data + Size - 1) memcpy(Data + off, Data + Size - 1, sizeof(T)); Size--; return Data + off; } - inline T* insert(const T* it, const T& v) { IM_ASSERT(it >= Data && it <= Data + Size); const ptrdiff_t off = it - Data; if (Size == Capacity) reserve(_grow_capacity(Size + 1)); if (off < (int)Size) memmove(Data + off + 1, Data + off, ((size_t)Size - (size_t)off) * sizeof(T)); memcpy(&Data[off], &v, sizeof(v)); Size++; return Data + off; } - inline bool contains(const T& v) const { const T* data = Data; const T* data_end = Data + Size; while (data < data_end) if (*data++ == v) return true; return false; } - inline T* find(const T& v) { T* data = Data; const T* data_end = Data + Size; while (data < data_end) if (*data == v) break; else ++data; return data; } - inline const T* find(const T& v) const { const T* data = Data; const T* data_end = Data + Size; while (data < data_end) if (*data == v) break; else ++data; return data; } - inline bool find_erase(const T& v) { const T* it = find(v); if (it < Data + Size) { erase(it); return true; } return false; } - inline bool find_erase_unsorted(const T& v) { const T* it = find(v); if (it < Data + Size) { erase_unsorted(it); return true; } return false; } - inline int index_from_ptr(const T* it) const { IM_ASSERT(it >= Data && it < Data + Size); const ptrdiff_t off = it - Data; return (int)off; } -}; -IM_MSVC_RUNTIME_CHECKS_RESTORE - -//----------------------------------------------------------------------------- -// [SECTION] ImGuiStyle -//----------------------------------------------------------------------------- -// You may modify the ImGui::GetStyle() main instance during initialization and before NewFrame(). -// During the frame, use ImGui::PushStyleVar(ImGuiStyleVar_XXXX)/PopStyleVar() to alter the main style values, -// and ImGui::PushStyleColor(ImGuiCol_XXX)/PopStyleColor() for colors. -//----------------------------------------------------------------------------- - -struct ImGuiStyle -{ - float Alpha; // Global alpha applies to everything in Dear ImGui. - float DisabledAlpha; // Additional alpha multiplier applied by BeginDisabled(). Multiply over current value of Alpha. - 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 (NOT point/nearest 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 CircleTessellationMaxError; // 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. - ImVec4 Colors[ImGuiCol_COUNT]; - - IMGUI_API ImGuiStyle(); - IMGUI_API void ScaleAllSizes(float scale_factor); -}; - -//----------------------------------------------------------------------------- -// [SECTION] ImGuiIO -//----------------------------------------------------------------------------- -// Communicate most settings and inputs/outputs to Dear ImGui using this structure. -// Access via ImGui::GetIO(). Read 'Programmer guide' section in .cpp file for general usage. -//----------------------------------------------------------------------------- - -// [Internal] Storage used by IsKeyDown(), IsKeyPressed() etc functions. -// If prior to 1.87 you used io.KeysDownDuration[] (which was marked as internal), you should use GetKeyData(key)->DownDuration and not io.KeysData[key]->DownDuration. -struct ImGuiKeyData -{ - bool Down; // True for if key is down - float DownDuration; // Duration the key has been down (<0.0f: not pressed, 0.0f: just pressed, >0.0f: time held) - float DownDurationPrev; // Last frame duration the key has been down - float AnalogValue; // 0.0f..1.0f for gamepad values -}; - -struct ImGuiIO -{ - //------------------------------------------------------------------ - // Configuration // 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 (generally == GetMainViewport()->Size). May change every frame. - float DeltaTime; // = 1.0f/60.0f // Time elapsed since last frame, in seconds. May change every frame. - float IniSavingRate; // = 5.0f // Minimum time between saving positions/sizes to .ini file, in seconds. - const char* IniFilename; // = "imgui.ini" // Path to .ini file (important: default "imgui.ini" is relative to current working dir!). Set NULL to disable automatic .ini loading/saving or if you want to manually call LoadIniSettingsXXX() / SaveIniSettingsXXX() functions. - 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. - 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 ConfigInputTrickleEventQueue; // = true // Enable input queue trickling: some types of events submitted during the same frame (e.g. button down + up) will be spread over multiple frames, improving interactions with low framerates. - bool ConfigInputTextCursorBlink; // = true // Enable blinking cursor (optional as some users consider it to be distracting). - bool ConfigInputTextEnterKeepActive; // = false // [BETA] Pressing Enter will keep item active and select contents (single-line only). - 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) - 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 (*SetPlatformImeDataFn)(ImGuiViewport* viewport, ImGuiPlatformImeData* data); -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - void* ImeWindowHandle; // = NULL // [Obsolete] Set ImGuiViewport::PlatformHandleRaw instead. Set this to your HWND to get automatic IME cursor positioning. -#else - void* _UnusedPadding; // Unused field to keep data structure the same size. -#endif - - //------------------------------------------------------------------ - // Input - Call before calling NewFrame() - //------------------------------------------------------------------ - - // Input Functions - IMGUI_API void AddKeyEvent(ImGuiKey key, bool down); // Queue a new key down/up event. Key should be "translated" (as in, generally ImGuiKey_A matches the key end-user would use to emit an 'A' character) - IMGUI_API void AddKeyAnalogEvent(ImGuiKey key, bool down, float v); // Queue a new key down/up event for analog values (e.g. ImGuiKey_Gamepad_ values). Dead-zones should be handled by the backend. - IMGUI_API void AddMousePosEvent(float x, float y); // Queue a mouse position update. Use -FLT_MAX,-FLT_MAX to signify no mouse (e.g. app not focused and not hovered) - IMGUI_API void AddMouseButtonEvent(int button, bool down); // Queue a mouse button change - IMGUI_API void AddMouseWheelEvent(float wh_x, float wh_y); // Queue a mouse wheel update - IMGUI_API void AddFocusEvent(bool focused); // Queue a gain/loss of focus for the application (generally based on OS/platform focus of your window) - IMGUI_API void AddInputCharacter(unsigned int c); // Queue a new character input - IMGUI_API void AddInputCharacterUTF16(ImWchar16 c); // Queue a new character input from an UTF-16 character, it can be a surrogate - IMGUI_API void AddInputCharactersUTF8(const char* str); // Queue a new characters input from an UTF-8 string - - IMGUI_API void SetKeyEventNativeData(ImGuiKey key, int native_keycode, int native_scancode, int native_legacy_index = -1); // [Optional] Specify index for legacy <1.87 IsKeyXXX() functions with native indices + specify native keycode, scancode. - IMGUI_API void SetAppAcceptingEvents(bool accepting_events); // Set master flag for accepting key/mouse/text events (default to true). Useful if you have native dialog boxes that are interrupting your application loop/refresh, and you want to disable events being queued while your app is frozen. - IMGUI_API void ClearInputCharacters(); // [Internal] Clear the text input buffer manually - IMGUI_API void ClearInputKeys(); // [Internal] Release all keys - - //------------------------------------------------------------------ - // 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; // Estimate of application framerate (rolling average over 60 frames, based on io.DeltaTime), in frame per second. Solely for convenience. Slow applications may not want to use a moving average or may want to reset underlying buffers occasionally. - 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. - - // Legacy: before 1.87, we required backend to fill io.KeyMap[] (imgui->native map) during initialization and io.KeysDown[] (native indices) every frame. - // This is still temporarily supported as a legacy feature. However the new preferred scheme is for backend to call io.AddKeyEvent(). -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - int KeyMap[ImGuiKey_COUNT]; // [LEGACY] Input: map of indices into the KeysDown[512] entries array which represent your "native" keyboard state. The first 512 are now unused and should be kept zero. Legacy backend will write into KeyMap[] using ImGuiKey_ indices which are always >512. - bool KeysDown[ImGuiKey_COUNT]; // [LEGACY] Input: 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). This used to be [512] sized. It is now ImGuiKey_COUNT to allow legacy io.KeysDown[GetKeyIndex(...)] to work without an overflow. -#endif - - //------------------------------------------------------------------ - // [Internal] Dear ImGui will maintain those fields. Forward compatibility not guaranteed! - //------------------------------------------------------------------ - - // Main Input State - // (this block used to be written by backend, since 1.87 it is best to NOT write to those directly, call the AddXXX functions above instead) - // (reading from those variables is fair game, as they are extremely unlikely to be moving anywhere) - 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 down: Control - bool KeyShift; // Keyboard modifier down: Shift - bool KeyAlt; // Keyboard modifier down: Alt - bool KeySuper; // Keyboard modifier down: Cmd/Super/Windows - float NavInputs[ImGuiNavInput_COUNT]; // Gamepad inputs. Cleared back to zero by EndFrame(). Keyboard keys will be auto-mapped and be written here by NewFrame(). - - // Other state maintained from data above + IO function calls - ImGuiModFlags KeyMods; // Key mods flags (same as io.KeyCtrl/KeyShift/KeyAlt/KeySuper but merged into flags), updated by NewFrame() - ImGuiKeyData KeysData[ImGuiKey_KeysData_SIZE]; // Key state for all known keys. Use IsKeyXXX() functions to access this. - bool WantCaptureMouseUnlessPopupClose; // Alternative to WantCaptureMouse: (WantCaptureMouse == true && WantCaptureMouseUnlessPopupClose == false) when a click over void is expected to close a popup. - 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 (same as MouseClickedCount[x] != 0) - bool MouseDoubleClicked[5]; // Has mouse button been double-clicked? (same as MouseClickedCount[x] == 2) - ImU16 MouseClickedCount[5]; // == 0 (not clicked), == 1 (same as MouseClicked[]), == 2 (double-clicked), == 3 (triple-clicked) etc. when going from !Down to Down - ImU16 MouseClickedLastCount[5]; // Count successive number of clicks. Stays valid after mouse release. Reset after another click is done. - bool MouseReleased[5]; // Mouse button went from Down to !Down - bool MouseDownOwned[5]; // Track if button was clicked inside a dear imgui window or over void blocked by a popup. We don't request mouse capture from the application if click started outside ImGui bounds. - bool MouseDownOwnedUnlessPopupClose[5]; // Track if button was clicked inside a dear imgui window. - 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 - float MouseDragMaxDistanceSqr[5]; // Squared maximum distance of how much mouse has traveled from the clicking point (used for moving thresholds) - 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. - bool AppFocusLost; // Only modify via AddFocusEvent() - bool AppAcceptingEvents; // Only modify via SetAppAcceptingEvents() - ImS8 BackendUsingLegacyKeyArrays; // -1: unknown, 0: using AddKeyEvent(), 1: using legacy io.KeysDown[] - bool BackendUsingLegacyNavInputArray; // 0: using AddKeyAnalogEvent(), 1: writing to legacy io.NavInputs[] directly - ImWchar16 InputQueueSurrogate; // For AddInputCharacterUTF16() - ImVector InputQueueCharacters; // Queue of _characters_ input (obtained by platform backend). Fill using AddInputCharacter() helper. - - IMGUI_API ImGuiIO(); -}; - -//----------------------------------------------------------------------------- -// [SECTION] Misc data structures -//----------------------------------------------------------------------------- - -// Shared state of InputText(), passed as an argument to your callback when a ImGuiInputTextFlags_Callback* flag is used. -// The callback function should return 0 by default. -// Callbacks (follow a flag name and see comments in ImGuiInputTextFlags_ declarations for more details) -// - ImGuiInputTextFlags_CallbackEdit: Callback on buffer edit (note that InputText() already returns true on edit, the callback is useful mainly to manipulate the underlying buffer while focus is active) -// - ImGuiInputTextFlags_CallbackAlways: Callback on each iteration -// - ImGuiInputTextFlags_CallbackCompletion: Callback on pressing TAB -// - ImGuiInputTextFlags_CallbackHistory: Callback on pressing Up/Down arrows -// - ImGuiInputTextFlags_CallbackCharFilter: Callback on character inputs to replace or discard them. Modify 'EventChar' to replace or discard, or return 1 in callback to discard. -// - ImGuiInputTextFlags_CallbackResize: Callback on buffer capacity changes request (beyond 'buf_size' parameter value), allowing the string to grow. -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. - 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); - void SelectAll() { SelectionStart = 0; SelectionEnd = BufTextLen; } - void ClearSelection() { SelectionStart = SelectionEnd = BufTextLen; } - bool HasSelection() const { return SelectionStart != SelectionEnd; } -}; - -// Resizing callback data to apply custom constraint. As enabled by SetNextWindowSizeConstraints(). Callback is called during the next Begin(). -// NB: For basic min/max size constraint on each axis you don't need to use the callback! The SetNextWindowSizeConstraints() parameters are enough. -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. -}; - -// Data payload for Drag and Drop operations: AcceptDragDropPayload(), GetDragDropPayload() -struct ImGuiPayload -{ - // Members - void* Data; // Data (copied and owned by dear imgui) - int DataSize; // Data size - - // [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. - - ImGuiPayload() { Clear(); } - void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, sizeof(DataType)); DataFrameCount = -1; Preview = Delivery = false; } - bool IsDataType(const char* type) const { return DataFrameCount != -1 && strcmp(type, DataType) == 0; } - bool IsPreview() const { return Preview; } - bool IsDelivery() const { return Delivery; } -}; - -// Sorting specification for one column of a table (sizeof == 12 bytes) -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)); } -}; - -// Sorting specifications for a table (often handling sort specs for a single column, occasionally more) -// Obtained by calling TableGetSortSpecs(). -// When 'SpecsDirty == true' you can sort your data. It will be true with sorting specs have changed since last call, or the first time. -// Make sure to set 'SpecsDirty = false' after sorting, else you may wastefully sort your data every frame! -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)); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Helpers (ImGuiOnceUponAFrame, ImGuiTextFilter, ImGuiTextBuffer, ImGuiStorage, ImGuiListClipper, ImColor) -//----------------------------------------------------------------------------- - -// Helper: Unicode defines -#define IM_UNICODE_CODEPOINT_INVALID 0xFFFD // Invalid Unicode code point (standard value). -#ifdef IMGUI_USE_WCHAR32 -#define IM_UNICODE_CODEPOINT_MAX 0x10FFFF // Maximum Unicode code point supported by this build. -#else -#define IM_UNICODE_CODEPOINT_MAX 0xFFFF // Maximum Unicode code point supported by this build. -#endif - -// Helper: Execute a block of code at maximum once a frame. Convenient if you want to quickly create an UI within deep-nested code that runs multiple times every frame. -// Usage: static ImGuiOnceUponAFrame oaf; if (oaf) ImGui::Text("This will be called only once per frame"); -struct ImGuiOnceUponAFrame -{ - ImGuiOnceUponAFrame() { RefFrame = -1; } - mutable int RefFrame; - operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } -}; - -// Helper: Parse and apply text filters. In format "aaaaa[,bbbb][,ccccc]" -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 PassFilter(const char* text, const char* text_end = NULL) const; - IMGUI_API void Build(); - void Clear() { InputBuf[0] = 0; Build(); } - bool IsActive() const { return !Filters.empty(); } - - // [Internal] - struct ImGuiTextRange - { - const char* b; - const char* e; - - ImGuiTextRange() { b = e = NULL; } - ImGuiTextRange(const char* _b, const char* _e) { b = _b; e = _e; } - bool empty() const { return b == e; } - IMGUI_API void split(char separator, ImVector* out) const; - }; - char InputBuf[256]; - ImVectorFilters; - int CountGrep; -}; - -// Helper: Growable text buffer for logging/accumulating text -// (this could be called 'ImGuiTextBuilder' / 'ImGuiStringBuilder') -struct ImGuiTextBuffer -{ - ImVector Buf; - IMGUI_API static char EmptyString[1]; - - ImGuiTextBuffer() { } - inline char operator[](int i) const { IM_ASSERT(Buf.Data != NULL); return Buf.Data[i]; } - const char* begin() const { return Buf.Data ? &Buf.front() : EmptyString; } - 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; } - bool empty() const { return Buf.Size <= 1; } - void clear() { Buf.clear(); } - void reserve(int capacity) { Buf.reserve(capacity); } - const char* c_str() const { return Buf.Data ? Buf.Data : EmptyString; } - IMGUI_API void append(const char* str, const char* str_end = NULL); - IMGUI_API void appendf(const char* fmt, ...) IM_FMTARGS(2); - IMGUI_API void appendfv(const char* fmt, va_list args) IM_FMTLIST(2); -}; - -// Helper: Key->Value storage -// Typically you don't have to worry about this since a storage is held within each Window. -// We use it to e.g. store collapse state for a tree (Int 0/1) -// This is optimized for efficient lookup (dichotomy into a contiguous buffer) and rare insertion (typically tied to user interactions aka max once a frame) -// You can use it as custom user storage for temporary values. Declare your own storage if, for example: -// - You want to manipulate the open/close state of a particular sub-tree in your interface (tree node uses Int 0/1 to store their state). -// - You want to store custom debug data easily without adding or editing structures in your code (probably not efficient, but convenient) -// Types are NOT stored, so it is up to you to make sure your Key don't collide with different types. -struct ImGuiStorage -{ - // [Internal] - struct ImGuiStoragePair - { - 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; } - }; - - 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(); } - IMGUI_API int GetInt(ImGuiID key, int default_val = 0) const; - IMGUI_API void SetInt(ImGuiID key, int val); - IMGUI_API bool GetBool(ImGuiID key, bool default_val = false) const; - IMGUI_API void SetBool(ImGuiID key, bool val); - IMGUI_API float GetFloat(ImGuiID key, float default_val = 0.0f) const; - IMGUI_API void SetFloat(ImGuiID key, float val); - 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(); -}; - -// Helper: Manually clip large list of items. -// If you have lots evenly spaced items and you have a random access to the list, you can perform coarse -// clipping based on visibility to only submit items that are in view. -// The clipper calculates the range of visible items and advance the cursor to compensate for the non-visible items we have skipped. -// (Dear ImGui already clip items based on their bounds but: it needs to first layout the item to do so, and generally -// fetching/submitting your own data incurs additional cost. Coarse clipping using ImGuiListClipper allows you to easily -// scale using lists with tens of thousands of items without a problem) -// Usage: -// ImGuiListClipper clipper; -// clipper.Begin(1000); // We have 1000 elements, evenly spaced. -// while (clipper.Step()) -// for (int i = clipper.DisplayStart; i < clipper.DisplayEnd; i++) -// ImGui::Text("line number %d", i); -// Generally what happens is: -// - Clipper lets you process the first element (DisplayStart = 0, DisplayEnd = 1) regardless of it being visible or not. -// - User code submit that one element. -// - Clipper can measure the height of the first element -// - Clipper calculate the actual range of elements to display based on the current clipping rectangle, position the cursor before the first visible element. -// - User code submit visible elements. -// - The clipper also handles various subtleties related to keyboard/gamepad navigation, wrapping etc. -struct ImGuiListClipper -{ - int DisplayStart; // First item to display, updated by each call to Step() - int DisplayEnd; // End of items to display (exclusive) - int ItemsCount; // [Internal] Number of items - float ItemsHeight; // [Internal] Height of item after a first step and item submission can calculate it - float StartPosY; // [Internal] Cursor position at the time of Begin() or after table frozen rows are all processed - void* TempData; // [Internal] Internal data - - // 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 ImGuiListClipper(); - IMGUI_API ~ImGuiListClipper(); - IMGUI_API void Begin(int items_count, float items_height = -1.0f); - 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. - - // Call ForceDisplayRangeByIndices() before first call to Step() if you need a range of items to be displayed regardless of visibility. - IMGUI_API void ForceDisplayRangeByIndices(int item_min, int item_max); // item_max is exclusive e.g. use (42, 42+1) to make item 42 always visible BUT due to alignment/padding of certain items it is likely that an extra item may be included on either end of the display range. - -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(*this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79] -#endif -}; - -// Helpers macros to generate 32-bit encoded colors -// User can declare their own format by #defining the 5 _SHIFT/_MASK macros in their imconfig file. -#ifndef IM_COL32_R_SHIFT -#ifdef IMGUI_USE_BGRA_PACKED_COLOR -#define IM_COL32_R_SHIFT 16 -#define IM_COL32_G_SHIFT 8 -#define IM_COL32_B_SHIFT 0 -#define IM_COL32_A_SHIFT 24 -#define IM_COL32_A_MASK 0xFF000000 -#else -#define IM_COL32_R_SHIFT 0 -#define IM_COL32_G_SHIFT 8 -#define IM_COL32_B_SHIFT 16 -#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_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; } - inline operator ImU32() const { return ImGui::ColorConvertFloat4ToU32(Value); } - inline operator ImVec4() const { 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); Value.w = a; } - static ImColor HSV(float h, float s, float v, float a = 1.0f) { float r, g, b; ImGui::ColorConvertHSVtoRGB(h, s, v, r, g, b); return ImColor(r, g, b, a); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Drawing API (ImDrawCmd, ImDrawIdx, ImDrawVert, ImDrawChannel, ImDrawListSplitter, ImDrawListFlags, ImDrawList, ImDrawData) -// Hold a series of drawing commands. The user provides a renderer for ImDrawData which essentially contains an array of ImDrawList. -//----------------------------------------------------------------------------- - -// The maximum line width to bake anti-aliased textures for. Build atlas with ImFontAtlasFlags_NoBakedLines to disable baking. -#ifndef IM_DRAWLIST_TEX_LINES_WIDTH_MAX -#define IM_DRAWLIST_TEX_LINES_WIDTH_MAX (63) -#endif - -// ImDrawCallback: Draw callbacks for advanced uses [configurable type: override in imconfig.h] -// NB: You most likely do NOT need to use draw callbacks just to create your own widget or customized UI rendering, -// you can poke into the draw list for that! Draw callback may be useful for example to: -// A) Change your GPU render state, -// B) render a complex 3D scene inside a UI element without an intermediate texture/render target, etc. -// The expected behavior from your rendering function is 'if (cmd.UserCallback != NULL) { cmd.UserCallback(parent_list, cmd); } else { RenderTriangles() }' -// If you want to override the signature of ImDrawCallback, you can simply use e.g. '#define ImDrawCallback MyDrawCallback' (in imconfig.h) + update rendering backend accordingly. -#ifndef ImDrawCallback -typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); -#endif - -// Special Draw callback value to request renderer backend to reset the graphics/render state. -// The renderer backend needs to handle this special value, otherwise it will crash trying to call a function at this address. -// This is useful for example if you submitted callbacks which you know have altered the render state and you want it to be restored. -// It is not done by default because they are many perfectly useful way of altering render state for imgui contents (e.g. changing shader/blending settings before an Image call). -#define ImDrawCallback_ResetRenderState (ImDrawCallback)(-1) - -// Typically, 1 command = 1 GPU draw call (unless command is a callback) -// - VtxOffset: When 'io.BackendFlags & ImGuiBackendFlags_RendererHasVtxOffset' is enabled, -// this fields allow us to render meshes larger than 64K vertices while keeping 16-bit indices. -// Backends made for <1.71. will typically ignore the VtxOffset fields. -// - The ClipRect/TextureId/VtxOffset fields must be contiguous as we memcmp() them together (this is asserted for). -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. - 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. - - ImDrawCmd() { memset(this, 0, sizeof(*this)); } // Also ensure our padding fields are zeroed - - // Since 1.83: returns ImTextureID associated with this draw call. Warning: DO NOT assume this is always same as 'TextureId' (we will change this function for an upcoming feature) - inline ImTextureID GetTexID() const { return TextureId; } -}; - -// Vertex layout -#ifndef IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT -struct ImDrawVert -{ - ImVec2 pos; - ImVec2 uv; - ImU32 col; -}; -#else -// You can override the vertex format layout by defining IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT in imconfig.h -// The code expect ImVec2 pos (8 bytes), ImVec2 uv (8 bytes), ImU32 col (4 bytes), but you can re-order them or add other fields as needed to simplify integration in your engine. -// The type has to be described within the macro (you can either declare the struct or use a typedef). This is because ImVec2/ImU32 are likely not declared a the time you'd want to set your type up. -// NOTE: IMGUI DOESN'T CLEAR THE STRUCTURE AND DOESN'T CALL A CONSTRUCTOR SO ANY CUSTOM FIELD WILL BE UNINITIALIZED. IF YOU ADD EXTRA FIELDS (SUCH AS A 'Z' COORDINATES) YOU WILL NEED TO CLEAR THEM DURING RENDER OR TO IGNORE THEM. -IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT; -#endif - -// [Internal] For use by ImDrawList -struct ImDrawCmdHeader -{ - ImVec4 ClipRect; - ImTextureID TextureId; - unsigned int VtxOffset; -}; - -// [Internal] For use by ImDrawListSplitter -struct ImDrawChannel -{ - ImVector _CmdBuffer; - ImVector _IdxBuffer; -}; - - -// Split/Merge functions are used to split the draw list into different layers which can be drawn into out of order. -// This is used by the Columns/Tables API, so items of each column can be batched together in a same draw call. -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) - - inline ImDrawListSplitter() { memset(this, 0, sizeof(*this)); } - inline ~ImDrawListSplitter() { ClearFreeMemory(); } - inline void Clear() { _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); -}; - -// Flags for ImDrawList functions -// (Legacy: bit 0 must always correspond to ImDrawFlags_Closed to be backward compatible with old API using a bool. Bits 1..3 must be unused) -enum ImDrawFlags_ -{ - ImDrawFlags_None = 0, - ImDrawFlags_Closed = 1 << 0, // PathStroke(), AddPolyline(): specify that shape should be closed (Important: this is always == 1 for legacy reason) - ImDrawFlags_RoundCornersTopLeft = 1 << 4, // AddRect(), AddRectFilled(), PathRect(): enable rounding top-left corner only (when rounding > 0.0f, we default to all corners). Was 0x01. - ImDrawFlags_RoundCornersTopRight = 1 << 5, // AddRect(), AddRectFilled(), PathRect(): enable rounding top-right corner only (when rounding > 0.0f, we default to all corners). Was 0x02. - ImDrawFlags_RoundCornersBottomLeft = 1 << 6, // AddRect(), AddRectFilled(), PathRect(): enable rounding bottom-left corner only (when rounding > 0.0f, we default to all corners). Was 0x04. - ImDrawFlags_RoundCornersBottomRight = 1 << 7, // AddRect(), AddRectFilled(), PathRect(): enable rounding bottom-right corner only (when rounding > 0.0f, we default to all corners). Wax 0x08. - ImDrawFlags_RoundCornersNone = 1 << 8, // AddRect(), AddRectFilled(), PathRect(): disable rounding on all corners (when rounding > 0.0f). This is NOT zero, NOT an implicit flag! - 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, // Default to ALL corners if none of the _RoundCornersXX flags are specified. - ImDrawFlags_RoundCornersMask_ = ImDrawFlags_RoundCornersAll | ImDrawFlags_RoundCornersNone, -}; - -// Flags for ImDrawList instance. Those are set automatically by ImGui:: functions from ImGuiIO settings, and generally not manipulated directly. -// It is however possible to temporarily alter flags between calls to ImDrawList:: functions. -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 (NOT point/nearest 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. -}; - -// Draw command list -// This is the low-level list of polygons that ImGui:: functions are filling. At the end of the frame, -// all command lists are passed to your ImGuiIO::RenderDrawListFn function for rendering. -// Each dear imgui window contains its own ImDrawList. You can use ImGui::GetWindowDrawList() to -// access the current window draw list and draw custom primitives. -// You can interleave normal ImGui:: calls and adding primitives to the current draw list. -// In single viewport mode, top-left is == GetMainViewport()->Pos (generally 0,0), bottom-right is == GetMainViewport()->Pos+Size (generally io.DisplaySize). -// You are totally free to apply whatever transformation matrix to want to the data (depending on the use of the transformation you may want to apply it to ClipRect as well!) -// Important: Primitives are always added to the list and not culled (culling is done at higher-level by ImGui:: functions), if you use this API a lot consider coarse culling your drawn objects. -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(const ImVec2& clip_rect_min, const 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) - IMGUI_API void PushClipRectFullScreen(); - IMGUI_API void PopClipRect(); - IMGUI_API void PushTextureID(ImTextureID texture_id); - IMGUI_API void PopTextureID(); - inline ImVec2 GetClipRectMin() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.x, cr.y); } - inline ImVec2 GetClipRectMax() const { const ImVec4& cr = _ClipRectStack.back(); return ImVec2(cr.z, cr.w); } - - // Primitives - // - Filled shapes must always use clockwise winding order. The anti-aliasing fringe depends on it. Counter-clockwise shapes will have "inward" anti-aliasing. - // - 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, ImDrawFlags flags = 0, float thickness = 1.0f); // a: upper-left, b: lower-right (== upper-left + size) - IMGUI_API void AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding = 0.0f, ImDrawFlags flags = 0); // a: upper-left, b: lower-right (== upper-left + size) - 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); - IMGUI_API void AddTriangle(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness = 1.0f); - IMGUI_API void AddTriangleFilled(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col); - IMGUI_API void AddCircle(const ImVec2& center, float radius, ImU32 col, int num_segments = 0, float thickness = 1.0f); - 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 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, ImDrawFlags flags, float thickness); - IMGUI_API void AddConvexPolyFilled(const ImVec2* points, int num_points, ImU32 col); - 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, ImDrawFlags flags = 0); - - // Stateful path API, add points then finish with PathFillConvex() or PathStroke() - // - Filled shapes must always use clockwise winding order. The anti-aliasing fringe depends on it. Counter-clockwise shapes will have "inward" anti-aliasing. - inline void PathClear() { _Path.Size = 0; } - inline void PathLineTo(const ImVec2& pos) { _Path.push_back(pos); } - inline void PathLineToMergeDuplicate(const ImVec2& pos) { if (_Path.Size == 0 || memcmp(&_Path.Data[_Path.Size - 1], &pos, 8) != 0) _Path.push_back(pos); } - inline void PathFillConvex(ImU32 col) { AddConvexPolyFilled(_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, flags, thickness); _Path.Size = 0; } - 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); // 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, ImDrawFlags flags = 0); - - // 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. - inline void ChannelsSplit(int count) { _Splitter.Split(this, count); } - inline void ChannelsMerge() { _Splitter.Merge(this); } - inline void ChannelsSetCurrent(int n) { _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 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) { _VtxWritePtr->pos = pos; _VtxWritePtr->uv = uv; _VtxWritePtr->col = col; _VtxWritePtr++; _VtxCurrentIdx++; } - inline void PrimWriteIdx(ImDrawIdx idx) { *_IdxWritePtr = idx; _IdxWritePtr++; } - inline void PrimVtx(const ImVec2& pos, const ImVec2& uv, ImU32 col) { 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) { AddBezierCubic(p1, p2, p3, p4, col, thickness, num_segments); } // OBSOLETED in 1.80 (Jan 2021) - inline void PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments = 0) { PathBezierCubicCurveTo(p2, p3, p4, num_segments); } // OBSOLETED in 1.80 (Jan 2021) -#endif - - // [Internal helpers] - 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 _OnChangedVtxOffset(); - 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); -}; - -// All draw data to render a Dear ImGui frame -// (NB: the style and the naming convention here is a little inconsistent, we currently preserve them for backward compatibility purpose, -// as this is one of the oldest structure exposed by the library! Basically, ImDrawList == CmdList) -struct ImDrawData -{ - bool Valid; // Only valid after Render() is called and before the next NewFrame() is called. - 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 - ImDrawList** CmdLists; // Array of ImDrawList* to render. The ImDrawList are owned by ImGuiContext and only pointed to from here. - ImVec2 DisplayPos; // Top-left position of the viewport to render (== top-left of the orthogonal projection matrix to use) (== GetMainViewport()->Pos for the main viewport, == (0.0) in most single-viewport applications) - ImVec2 DisplaySize; // Size of the viewport to render (== GetMainViewport()->Size for the main viewport, == io.DisplaySize in most single-viewport applications) - 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. - - // Functions - ImDrawData() { Clear(); } - void Clear() { memset(this, 0, sizeof(*this)); } // 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. -}; - -//----------------------------------------------------------------------------- -// [SECTION] Font API (ImFontConfig, ImFontGlyph, ImFontAtlasFlags, ImFontAtlas, ImFontGlyphRangesBuilder, ImFont) -//----------------------------------------------------------------------------- - -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. Note the difference between 2 and 3 is minimal so you can reduce this to 2 to save memory. 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. This is not really useful as 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) - ImFont* DstFont; - - IMGUI_API ImFontConfig(); -}; - -// Hold rendering data for one glyph. -// (Note: some language parsers may fail to convert the 31+1 bitfield members, in this case maybe drop store a single u32 or we can rework this) -struct ImFontGlyph -{ - unsigned int Colored : 1; // Flag to indicate glyph is colored and should generally ignore tinting (make it usable with no shift on little-endian as this is used in loops) - unsigned int Visible : 1; // Flag to indicate glyph has no visible pixels (e.g. space). Allow early out when rendering. - unsigned int Codepoint : 30; // 0x0000..0x10FFFF - 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 -}; - -// Helper to build glyph ranges from text/string data. Feed your application strings/characters to it then call BuildRanges(). -// This is essentially a tightly packed of vector of 64k booleans = 8KB storage. -struct ImFontGlyphRangesBuilder -{ - ImVector UsedChars; // Store 1-bit per Unicode code point (0=unused, 1=used) - - ImFontGlyphRangesBuilder() { Clear(); } - inline void Clear() { int size_in_bytes = (IM_UNICODE_CODEPOINT_MAX + 1) / 8; UsedChars.resize(size_in_bytes / (int)sizeof(ImU32)); memset(UsedChars.Data, 0, (size_t)size_in_bytes); } - inline bool GetBit(size_t n) const { 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 -}; - -// See ImFontAtlas::AddCustomRectXXX functions. -struct ImFontAtlasCustomRect -{ - 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 { return X != 0xFFFF; } -}; - -// Flags for ImFontAtlas build -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, allow support for point/nearest filtering). The AntiAliasedLinesUseTex features uses them, otherwise they will be rendered using polygons (more expensive for CPU/GPU). -}; - -// Load and rasterize multiple TTF/OTF fonts into a same texture. The font atlas will build a single texture holding: -// - One or more fonts. -// - Custom graphics data needed to render the shapes needed by Dear ImGui. -// - Mouse cursor shapes for software cursor rendering (unless setting 'Flags |= ImFontAtlasFlags_NoMouseCursors' in the font atlas). -// It is the user-code responsibility to setup/build the atlas, then upload the pixel data into a texture accessible by your graphics api. -// - Optionally, call any of the AddFont*** functions. If you don't call any, the default font embedded in the code will be loaded for you. -// - Call GetTexDataAsAlpha8() or GetTexDataAsRGBA32() to build and retrieve pixels data. -// - Upload the pixels data into a texture within your graphics system (see imgui_impl_xxxx.cpp examples) -// - Call SetTexID(my_tex_id); and pass the pointer/identifier to your texture in a format natural to your graphics API. -// This value will be passed back to you during rendering to identify the texture. Read FAQ entry about ImTextureID for more details. -// Common pitfalls: -// - If you pass a 'glyph_ranges' array to AddFont*** functions, you need to make sure that your array persist up until the -// atlas is build (when calling GetTexData*** or Build()). We only copy the pointer, not the data. -// - Important: By default, AddFontFromMemoryTTF() takes ownership of the data. Even though we are not writing to it, we will free the pointer on destruction. -// You can set font_cfg->FontDataOwnedByAtlas=false to keep ownership of your data and it won't be freed, -// - Even though many functions are suffixed with "TTF", OTF data is supported just as well. -// - This is an old API and it is currently awkward for those and and various other reasons! We will address them in the future! -struct ImFontAtlas -{ - IMGUI_API 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 { return Fonts.Size > 0 && TexReady; } // Bit ambiguous: used to detect when user didn't built texture but effectively we should check TexID != 0 except that would be backend dependent... - void SetTexID(ImTextureID id) { TexID = id; } - - //------------------------------------------- - // 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. - // - If you render colored output, set 'atlas->TexPixelsUseColors = true' as this may help some backends decide of prefered texture format. - // - 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) { IM_ASSERT(index >= 0); return &CustomRects[index]; } - - // [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 - //------------------------------------------- - - 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 (will also need to set AntiAliasedLinesUseTex = false). - bool Locked; // Marked as Locked by ImGui::NewFrame() so attempt to modify the atlas will assert. - - // [Internal] - // NB: Access texture data via GetTexData*() calls! Which will setup a default font for you. - bool TexReady; // Set when texture was built matching current font input - bool TexPixelsUseColors; // Tell whether our texture data is known to use colors (rather than just alpha channel), in order to help backend select a format. - 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] Font builder - const ImFontBuilderIO* FontBuilderIO; // Opaque interface to a font builder (default to stb_truetype, can be changed to use FreeType by defining IMGUI_ENABLE_FREETYPE). - unsigned int FontBuilderFlags; // Shared flags (for all fonts) for custom font builder. THIS IS BUILD IMPLEMENTATION DEPENDENT. Per-font override is also available in ImFontConfig. - - // [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 - - // [Obsolete] - //typedef ImFontAtlasCustomRect CustomRect; // OBSOLETED in 1.72+ - //typedef ImFontGlyphRangesBuilder GlyphRangesBuilder; // OBSOLETED in 1.67+ -}; - -// Font runtime data and rendering -// ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8() or GetTexDataAsRGBA32(). -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 // out // = FFFD/'?' // Character used if a glyph isn't found. - ImWchar EllipsisChar; // 2 // out // = '...' // Character used for ellipsis rendering. - ImWchar DotChar; // 2 // out // = '.' // Character used for ellipsis rendering (if a single '...' character isn't found) - 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 - 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; } - bool IsLoaded() const { return ContainerAtlas != NULL; } - const char* GetDebugName() const { return ConfigData ? ConfigData->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, const ImVec2& pos, ImU32 col, ImWchar c) const; - 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) const; - - // [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 bool IsGlyphRangeUnused(unsigned int c_begin, unsigned int c_last); -}; - -//----------------------------------------------------------------------------- -// [SECTION] Viewports -//----------------------------------------------------------------------------- - -// Flags stored in ImGuiViewport::Flags, giving indications to the platform backends. -enum ImGuiViewportFlags_ -{ - ImGuiViewportFlags_None = 0, - ImGuiViewportFlags_IsPlatformWindow = 1 << 0, // Represent a Platform Window - ImGuiViewportFlags_IsPlatformMonitor = 1 << 1, // Represent a Platform Monitor (unused yet) - ImGuiViewportFlags_OwnedByApp = 1 << 2, // Platform Window: is created/managed by the application (rather than a dear imgui backend) -}; - -// - Currently represents the Platform Window created by the application which is hosting our Dear ImGui windows. -// - In 'docking' branch with multi-viewport enabled, we extend this concept to have multiple active viewports. -// - In the future we will extend this concept further to also represent Platform Monitor and support a "no main platform window" operation mode. -// - About Main Area vs Work Area: -// - Main Area = entire viewport. -// - Work Area = entire viewport minus sections used by main menu bars (for platform windows), or by task bar (for platform monitor). -// - Windows are generally trying to stay within the Work Area of their host viewport. -struct ImGuiViewport -{ - ImGuiViewportFlags Flags; // See ImGuiViewportFlags_ - ImVec2 Pos; // Main Area: Position of the viewport (Dear ImGui coordinates are the same as OS desktop/native coordinates) - ImVec2 Size; // Main Area: Size of the viewport. - ImVec2 WorkPos; // Work Area: Position of the viewport minus task bars, menus bars, status bars (>= Pos) - ImVec2 WorkSize; // Work Area: Size of the viewport minus task bars, menu bars, status bars (<= Size) - - // Platform/Backend Dependent Data - void* PlatformHandleRaw; // void* to hold lower-level, platform-native window handle (under Win32 this is expected to be a HWND, unused for other platforms) - - ImGuiViewport() { memset(this, 0, sizeof(*this)); } - - // Helpers - 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); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Platform Dependent Interfaces -//----------------------------------------------------------------------------- - -// (Optional) Support for IME (Input Method Editor) via the io.SetPlatformImeDataFn() function. -struct ImGuiPlatformImeData -{ - bool WantVisible; // A widget wants the IME to be visible - ImVec2 InputPos; // Position of the input cursor - float InputLineHeight; // Line height - - ImGuiPlatformImeData() { memset(this, 0, sizeof(*this)); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Obsolete functions and types -// (Will be removed! Read 'API BREAKING CHANGES' section in imgui.cpp for details) -// Please keep your copy of dear imgui up to date! Occasionally set '#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS' in imconfig.h to stay ahead. -//----------------------------------------------------------------------------- - -namespace ImGui -{ -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - IMGUI_API int GetKeyIndex(ImGuiKey key); // map ImGuiKey_* values into legacy native key index. == io.KeyMap[key] -#else - static inline int GetKeyIndex(ImGuiKey key) { IM_ASSERT(key >= ImGuiKey_NamedKey_BEGIN && key < ImGuiKey_NamedKey_END && "ImGuiKey and native_index was merged together and native_index is disabled by IMGUI_DISABLE_OBSOLETE_KEYIO. Please switch to ImGuiKey."); return key; } -#endif -} - -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS -namespace ImGui -{ - // OBSOLETED in 1.88 (from May 2022) - static inline void CaptureKeyboardFromApp(bool want_capture_keyboard = true) { SetNextFrameWantCaptureKeyboard(want_capture_keyboard); } // Renamed as name was misleading + removed default value. - static inline void CaptureMouseFromApp(bool want_capture_mouse = true) { SetNextFrameWantCaptureMouse(want_capture_mouse); } // Renamed as name was misleading + removed default value. - // OBSOLETED in 1.86 (from November 2021) - IMGUI_API void CalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end); // Calculate coarse clipping for large list of evenly sized items. Prefer using ImGuiListClipper. - // OBSOLETED in 1.85 (from August 2021) - static inline float GetWindowContentRegionWidth() { return GetWindowContentRegionMax().x - GetWindowContentRegionMin().x; } - // OBSOLETED in 1.81 (from February 2021) - IMGUI_API bool ListBoxHeader(const char* label, int items_count, int height_in_items = -1); // Helper to calculate size from items_count and height_in_items - static inline bool ListBoxHeader(const char* label, const ImVec2& size = ImVec2(0, 0)) { return BeginListBox(label, size); } - static inline void ListBoxFooter() { EndListBox(); } - // OBSOLETED in 1.79 (from August 2020) - static inline void OpenPopupContextItem(const char* str_id = NULL, ImGuiMouseButton mb = 1) { OpenPopupOnItemClick(str_id, mb); } // Bool return value removed. Use IsWindowAppearing() in BeginPopup() instead. Renamed in 1.77, renamed back in 1.79. Sorry! - // OBSOLETED in 1.78 (from June 2020) - // Old drag/sliders functions that took a 'float power = 1.0' argument instead of flags. - // For shared code, you can version check at compile-time with `#if IMGUI_VERSION_NUM >= 17704`. - IMGUI_API bool DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min, const void* p_max, const char* format, float power); - IMGUI_API bool DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min, const void* p_max, const char* format, float power); - static inline bool DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const char* format, float power) { return DragScalar(label, ImGuiDataType_Float, v, v_speed, &v_min, &v_max, format, power); } - static inline bool DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, const char* format, float power) { return DragScalarN(label, ImGuiDataType_Float, v, 2, v_speed, &v_min, &v_max, format, power); } - static inline bool DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, const char* format, float power) { return DragScalarN(label, ImGuiDataType_Float, v, 3, v_speed, &v_min, &v_max, format, power); } - static inline bool DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, const char* format, float power) { return DragScalarN(label, ImGuiDataType_Float, v, 4, v_speed, &v_min, &v_max, format, power); } - IMGUI_API bool SliderScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const char* format, float power); - IMGUI_API bool SliderScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, const void* p_min, const void* p_max, const char* format, float power); - static inline bool SliderFloat(const char* label, float* v, float v_min, float v_max, const char* format, float power) { return SliderScalar(label, ImGuiDataType_Float, v, &v_min, &v_max, format, power); } - static inline bool SliderFloat2(const char* label, float v[2], float v_min, float v_max, const char* format, float power) { return SliderScalarN(label, ImGuiDataType_Float, v, 2, &v_min, &v_max, format, power); } - static inline bool SliderFloat3(const char* label, float v[3], float v_min, float v_max, const char* format, float power) { return SliderScalarN(label, ImGuiDataType_Float, v, 3, &v_min, &v_max, format, power); } - static inline bool SliderFloat4(const char* label, float v[4], float v_min, float v_max, const char* format, float power) { return SliderScalarN(label, ImGuiDataType_Float, v, 4, &v_min, &v_max, format, power); } - // OBSOLETED in 1.77 (from June 2020) - static inline bool BeginPopupContextWindow(const char* str_id, ImGuiMouseButton mb, bool over_items) { return BeginPopupContextWindow(str_id, mb | (over_items ? 0 : ImGuiPopupFlags_NoOpenOverItems)); } - - // Some of the older obsolete names along with their replacement (commented out so they are not reported in IDE) - //static inline void TreeAdvanceToLabelPos() { SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()); } // OBSOLETED in 1.72 (from July 2019) - //static inline void SetNextTreeNodeOpen(bool open, ImGuiCond cond = 0) { SetNextItemOpen(open, cond); } // OBSOLETED in 1.71 (from June 2019) - //static inline float GetContentRegionAvailWidth() { return GetContentRegionAvail().x; } // OBSOLETED in 1.70 (from May 2019) - //static inline ImDrawList* GetOverlayDrawList() { return GetForegroundDrawList(); } // OBSOLETED in 1.69 (from Mar 2019) - //static inline void SetScrollHere(float ratio = 0.5f) { SetScrollHereY(ratio); } // OBSOLETED in 1.66 (from Nov 2018) - //static inline bool IsItemDeactivatedAfterChange() { return IsItemDeactivatedAfterEdit(); } // OBSOLETED in 1.63 (from Aug 2018) - //static inline bool IsAnyWindowFocused() { return IsWindowFocused(ImGuiFocusedFlags_AnyWindow); } // OBSOLETED in 1.60 (from Apr 2018) - //static inline bool IsAnyWindowHovered() { return IsWindowHovered(ImGuiHoveredFlags_AnyWindow); } // OBSOLETED in 1.60 (between Dec 2017 and Apr 2018) - //static inline void ShowTestWindow() { return ShowDemoWindow(); } // OBSOLETED in 1.53 (between Oct 2017 and Dec 2017) - //static inline bool IsRootWindowFocused() { return IsWindowFocused(ImGuiFocusedFlags_RootWindow); } // OBSOLETED in 1.53 (between Oct 2017 and Dec 2017) - //static inline bool IsRootWindowOrAnyChildFocused() { return IsWindowFocused(ImGuiFocusedFlags_RootAndChildWindows); } // OBSOLETED in 1.53 (between Oct 2017 and Dec 2017) - //static inline void SetNextWindowContentWidth(float w) { SetNextWindowContentSize(ImVec2(w, 0.0f)); } // OBSOLETED in 1.53 (between Oct 2017 and Dec 2017) - //static inline float GetItemsLineHeightWithSpacing() { return GetFrameHeightWithSpacing(); } // OBSOLETED in 1.53 (between Oct 2017 and Dec 2017) -} - -// OBSOLETED in 1.82 (from Mars 2021): flags for AddRect(), AddRectFilled(), AddImageRounded(), PathRect() -typedef ImDrawFlags ImDrawCornerFlags; -enum ImDrawCornerFlags_ -{ - ImDrawCornerFlags_None = ImDrawFlags_RoundCornersNone, // Was == 0 prior to 1.82, this is now == ImDrawFlags_RoundCornersNone which is != 0 and not implicit - ImDrawCornerFlags_TopLeft = ImDrawFlags_RoundCornersTopLeft, // Was == 0x01 (1 << 0) prior to 1.82. Order matches ImDrawFlags_NoRoundCorner* flag (we exploit this internally). - ImDrawCornerFlags_TopRight = ImDrawFlags_RoundCornersTopRight, // Was == 0x02 (1 << 1) prior to 1.82. - ImDrawCornerFlags_BotLeft = ImDrawFlags_RoundCornersBottomLeft, // Was == 0x04 (1 << 2) prior to 1.82. - ImDrawCornerFlags_BotRight = ImDrawFlags_RoundCornersBottomRight, // Was == 0x08 (1 << 3) prior to 1.82. - ImDrawCornerFlags_All = ImDrawFlags_RoundCornersAll, // Was == 0x0F prior to 1.82 - ImDrawCornerFlags_Top = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_TopRight, - ImDrawCornerFlags_Bot = ImDrawCornerFlags_BotLeft | ImDrawCornerFlags_BotRight, - ImDrawCornerFlags_Left = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_BotLeft, - ImDrawCornerFlags_Right = ImDrawCornerFlags_TopRight | ImDrawCornerFlags_BotRight, -}; - -// RENAMED ImGuiKeyModFlags -> ImGuiModFlags in 1.88 (from April 2022) -typedef int ImGuiKeyModFlags; -enum ImGuiKeyModFlags_ { ImGuiKeyModFlags_None = ImGuiModFlags_None, ImGuiKeyModFlags_Ctrl = ImGuiModFlags_Ctrl, ImGuiKeyModFlags_Shift = ImGuiModFlags_Shift, ImGuiKeyModFlags_Alt = ImGuiModFlags_Alt, ImGuiKeyModFlags_Super = ImGuiModFlags_Super }; - -#endif // #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - -// RENAMED IMGUI_DISABLE_METRICS_WINDOW > IMGUI_DISABLE_DEBUG_TOOLS in 1.88 (from June 2022) -#if defined(IMGUI_DISABLE_METRICS_WINDOW) && !defined(IMGUI_DISABLE_OBSOLETE_FUNCTIONS) && !defined(IMGUI_DISABLE_DEBUG_TOOLS) -#define IMGUI_DISABLE_DEBUG_TOOLS -#endif -#if defined(IMGUI_DISABLE_METRICS_WINDOW) && defined(IMGUI_DISABLE_OBSOLETE_FUNCTIONS) -#error IMGUI_DISABLE_METRICS_WINDOW was renamed to IMGUI_DISABLE_DEBUG_TOOLS, please use new name. -#endif - -//----------------------------------------------------------------------------- - -#if defined(__clang__) -#pragma clang diagnostic pop -#elif defined(__GNUC__) -#pragma GCC diagnostic pop -#endif - -#ifdef _MSC_VER -#pragma warning (pop) -#endif - -// Include imgui_user.h at the end of imgui.h (convenient for user to only explicitly include vanilla imgui.h) -#ifdef IMGUI_INCLUDE_IMGUI_USER_H -#include "imgui_user.h" -#endif - -#endif // #ifndef IMGUI_DISABLE diff --git a/external/imgui/imgui_demo.cpp b/external/imgui/imgui_demo.cpp deleted file mode 100644 index e307aa79..00000000 --- a/external/imgui/imgui_demo.cpp +++ /dev/null @@ -1,7972 +0,0 @@ -// dear imgui, v1.89 WIP -// (demo code) - -// Help: -// - Read FAQ at http://dearimgui.org/faq -// - Newcomers, read 'Programmer guide' in imgui.cpp for notes on how to setup Dear ImGui in your codebase. -// - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that. -// Read imgui.cpp for more details, documentation and comments. -// Get the latest version at https://github.com/ocornut/imgui - -// Message to the person tempted to delete this file when integrating Dear ImGui into their codebase: -// Do NOT remove this file from your project! Think again! It is the most useful reference code that you and other -// coders will want to refer to and call. Have the ImGui::ShowDemoWindow() function wired in an always-available -// debug menu of your game/app! Removing this file from your project is hindering access to documentation for everyone -// in your team, likely leading you to poorer usage of the library. -// Everything in this file will be stripped out by the linker if you don't call ImGui::ShowDemoWindow(). -// If you want to link core Dear ImGui in your shipped builds but want a thorough guarantee that the demo will not be -// linked, you can setup your imconfig.h with #define IMGUI_DISABLE_DEMO_WINDOWS and those functions will be empty. -// In another situation, whenever you have Dear ImGui available you probably want this to be available for reference. -// Thank you, -// -Your beloved friend, imgui_demo.cpp (which you won't delete) - -// Message to beginner C/C++ programmers about the meaning of the 'static' keyword: -// In this demo code, we frequently use 'static' variables inside functions. A static variable persists across calls, -// so it is essentially like a global variable but declared inside the scope of the function. We do this as a way to -// gather code and data in the same place, to make the demo source code faster to read, faster to write, and smaller -// in size. It also happens to be a convenient way of storing simple UI related information as long as your function -// doesn't need to be reentrant or used in multiple threads. This might be a pattern you will want to use in your code, -// but most of the real data you would be editing is likely going to be stored outside your functions. - -// The Demo code in this file is designed to be easy to copy-and-paste into your application! -// Because of this: -// - We never omit the ImGui:: prefix when calling functions, even though most code here is in the same namespace. -// - We try to declare static variables in the local scope, as close as possible to the code using them. -// - We never use any of the helpers/facilities used internally by Dear ImGui, unless available in the public API. -// - We never use maths operators on ImVec2/ImVec4. For our other sources files we use them, and they are provided -// by imgui_internal.h using the IMGUI_DEFINE_MATH_OPERATORS define. For your own sources file they are optional -// and require you either enable those, either provide your own via IM_VEC2_CLASS_EXTRA in imconfig.h. -// Because we can't assume anything about your support of maths operators, we cannot use them in imgui_demo.cpp. - -// Navigating this file: -// - In Visual Studio IDE: CTRL+comma ("Edit.GoToAll") 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. - -/* - -Index of this file: - -// [SECTION] Forward Declarations, Helpers -// [SECTION] Demo Window / ShowDemoWindow() -// - sub section: ShowDemoWindowWidgets() -// - sub section: ShowDemoWindowLayout() -// - sub section: ShowDemoWindowPopups() -// - sub section: ShowDemoWindowTables() -// - sub section: ShowDemoWindowMisc() -// [SECTION] About Window / ShowAboutWindow() -// [SECTION] Style Editor / ShowStyleEditor() -// [SECTION] Example App: Main Menu Bar / ShowExampleAppMainMenuBar() -// [SECTION] Example App: Debug Console / ShowExampleAppConsole() -// [SECTION] Example App: Debug Log / ShowExampleAppLog() -// [SECTION] Example App: Simple Layout / ShowExampleAppLayout() -// [SECTION] Example App: Property Editor / ShowExampleAppPropertyEditor() -// [SECTION] Example App: Long Text / ShowExampleAppLongText() -// [SECTION] Example App: Auto Resize / ShowExampleAppAutoResize() -// [SECTION] Example App: Constrained Resize / ShowExampleAppConstrainedResize() -// [SECTION] Example App: Simple overlay / ShowExampleAppSimpleOverlay() -// [SECTION] Example App: Fullscreen window / ShowExampleAppFullscreen() -// [SECTION] Example App: Manipulating window titles / ShowExampleAppWindowTitles() -// [SECTION] Example App: Custom Rendering using ImDrawList API / ShowExampleAppCustomRendering() -// [SECTION] Example App: Documents Handling / ShowExampleAppDocuments() - -*/ - -#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) -#define _CRT_SECURE_NO_WARNINGS -#endif - -#include "imgui.h" -#ifndef IMGUI_DISABLE - -// System includes -#include // toupper -#include // INT_MIN, INT_MAX -#include // sqrtf, powf, cosf, sinf, floorf, ceilf -#include // vsnprintf, sscanf, printf -#include // NULL, malloc, free, atoi -#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier -#include // intptr_t -#else -#include // intptr_t -#endif - -// Visual Studio warnings -#ifdef _MSC_VER -#pragma warning (disable: 4127) // condition expression is constant -#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen -#pragma warning (disable: 26451) // [Static Analyzer] Arithmetic overflow : Using operator 'xxx' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator 'xxx' to avoid overflow(io.2). -#endif - -// Clang/GCC warnings with -Weverything -#if defined(__clang__) -#if __has_warning("-Wunknown-warning-option") -#pragma clang diagnostic ignored "-Wunknown-warning-option" // warning: unknown warning group 'xxx' // not all warnings are known by all Clang versions and they tend to be rename-happy.. so ignoring warnings triggers new warnings on some configuration. Great! -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" // warning: unknown warning group 'xxx' -#pragma clang diagnostic ignored "-Wold-style-cast" // warning: use of old-style cast // yes, they are more terse. -#pragma clang diagnostic ignored "-Wdeprecated-declarations" // warning: 'xx' is deprecated: The POSIX name for this.. // for strdup used in demo code (so user can copy & paste the code) -#pragma clang diagnostic ignored "-Wint-to-void-pointer-cast" // warning: cast to 'void *' from smaller integer type -#pragma clang diagnostic ignored "-Wformat-security" // warning: format string is not a string literal -#pragma clang diagnostic ignored "-Wexit-time-destructors" // warning: declaration requires an exit-time destructor // exit-time destruction order is undefined. if MemFree() leads to users code that has been disabled before exit it might cause problems. ImGui coding style welcomes static/globals. -#pragma clang diagnostic ignored "-Wunused-macros" // warning: macro is not used // we define snprintf/vsnprintf on Windows so they are available, but not always used. -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" // warning: zero as null pointer constant // some standard header variations use #define NULL 0 -#pragma clang diagnostic ignored "-Wdouble-promotion" // warning: implicit conversion from 'float' to 'double' when passing argument to function // using printf() is a misery with this as C++ va_arg ellipsis changes float to double. -#pragma clang diagnostic ignored "-Wreserved-id-macro" // warning: macro name is a reserved identifier -#pragma clang diagnostic ignored "-Wimplicit-int-float-conversion" // warning: implicit conversion from 'xxx' to 'float' may lose precision -#elif defined(__GNUC__) -#pragma GCC diagnostic ignored "-Wpragmas" // warning: unknown option after '#pragma GCC diagnostic' kind -#pragma GCC diagnostic ignored "-Wint-to-pointer-cast" // warning: cast to pointer from integer of different size -#pragma GCC diagnostic ignored "-Wformat-security" // warning: format string is not a string literal (potentially insecure) -#pragma GCC diagnostic ignored "-Wdouble-promotion" // warning: implicit conversion from 'float' to 'double' when passing argument to function -#pragma GCC diagnostic ignored "-Wconversion" // warning: conversion to 'xxxx' from 'xxxx' may alter its value -#pragma GCC diagnostic ignored "-Wmisleading-indentation" // [__GNUC__ >= 6] warning: this 'if' clause does not guard this statement // GCC 6.0+ only. See #883 on GitHub. -#endif - -// Play it nice with Windows users (Update: May 2018, Notepad now supports Unix-style carriage returns!) -#ifdef _WIN32 -#define IM_NEWLINE "\r\n" -#else -#define IM_NEWLINE "\n" -#endif - -// Helpers -#if defined(_MSC_VER) && !defined(snprintf) -#define snprintf _snprintf -#endif -#if defined(_MSC_VER) && !defined(vsnprintf) -#define vsnprintf _vsnprintf -#endif - -// Format specifiers, printing 64-bit hasn't been decently standardized... -// In a real application you should be using PRId64 and PRIu64 from (non-windows) and on Windows define them yourself. -#ifdef _MSC_VER -#define IM_PRId64 "I64d" -#define IM_PRIu64 "I64u" -#else -#define IM_PRId64 "lld" -#define IM_PRIu64 "llu" -#endif - -// Helpers macros -// We normally try to not use many helpers in imgui_demo.cpp in order to make code easier to copy and paste, -// but making an exception here as those are largely simplifying code... -// In other imgui sources we can use nicer internal functions from imgui_internal.h (ImMin/ImMax) but not in the demo. -#define IM_MIN(A, B) (((A) < (B)) ? (A) : (B)) -#define IM_MAX(A, B) (((A) >= (B)) ? (A) : (B)) -#define IM_CLAMP(V, MN, MX) ((V) < (MN) ? (MN) : (V) > (MX) ? (MX) : (V)) - -// Enforce cdecl calling convention for functions called by the standard library, in case compilation settings changed the default to e.g. __vectorcall -#ifndef IMGUI_CDECL -#ifdef _MSC_VER -#define IMGUI_CDECL __cdecl -#else -#define IMGUI_CDECL -#endif -#endif - -//----------------------------------------------------------------------------- -// [SECTION] Forward Declarations, Helpers -//----------------------------------------------------------------------------- - -#if !defined(IMGUI_DISABLE_DEMO_WINDOWS) - -// Forward Declarations -static void ShowExampleAppDocuments(bool* p_open); -static void ShowExampleAppMainMenuBar(); -static void ShowExampleAppConsole(bool* p_open); -static void ShowExampleAppLog(bool* p_open); -static void ShowExampleAppLayout(bool* p_open); -static void ShowExampleAppPropertyEditor(bool* p_open); -static void ShowExampleAppLongText(bool* p_open); -static void ShowExampleAppAutoResize(bool* p_open); -static void ShowExampleAppConstrainedResize(bool* p_open); -static void ShowExampleAppSimpleOverlay(bool* p_open); -static void ShowExampleAppFullscreen(bool* p_open); -static void ShowExampleAppWindowTitles(bool* p_open); -static void ShowExampleAppCustomRendering(bool* p_open); -static void ShowExampleMenuFile(); - -// Helper to display a little (?) mark which shows a tooltip when hovered. -// In your own code you may want to display an actual icon if you are using a merged icon fonts (see docs/FONTS.md) -static void HelpMarker(const char* desc) -{ - ImGui::TextDisabled("(?)"); - if (ImGui::IsItemHovered()) - { - ImGui::BeginTooltip(); - ImGui::PushTextWrapPos(ImGui::GetFontSize() * 35.0f); - ImGui::TextUnformatted(desc); - ImGui::PopTextWrapPos(); - ImGui::EndTooltip(); - } -} - -// Helper to wire demo markers located in code to a interactive browser -typedef void (*ImGuiDemoMarkerCallback)(const char* file, int line, const char* section, void* user_data); -extern ImGuiDemoMarkerCallback GImGuiDemoMarkerCallback; -extern void* GImGuiDemoMarkerCallbackUserData; -ImGuiDemoMarkerCallback GImGuiDemoMarkerCallback = NULL; -void* GImGuiDemoMarkerCallbackUserData = NULL; -#define IMGUI_DEMO_MARKER(section) do { if (GImGuiDemoMarkerCallback != NULL) GImGuiDemoMarkerCallback(__FILE__, __LINE__, section, GImGuiDemoMarkerCallbackUserData); } while (0) - -// Helper to display basic user controls. -void ImGui::ShowUserGuide() -{ - ImGuiIO& io = ImGui::GetIO(); - ImGui::BulletText("Double-click on title bar to collapse window."); - ImGui::BulletText( - "Click and drag on lower corner to resize window\n" - "(double-click to auto fit window to its contents)."); - ImGui::BulletText("CTRL+Click on a slider or drag box to input value as text."); - ImGui::BulletText("TAB/SHIFT+TAB to cycle through keyboard editable fields."); - ImGui::BulletText("CTRL+Tab to select a window."); - if (io.FontAllowUserScaling) - ImGui::BulletText("CTRL+Mouse Wheel to zoom window contents."); - ImGui::BulletText("While inputing text:\n"); - ImGui::Indent(); - ImGui::BulletText("CTRL+Left/Right to word jump."); - ImGui::BulletText("CTRL+A or double-click to select all."); - ImGui::BulletText("CTRL+X/C/V to use clipboard cut/copy/paste."); - ImGui::BulletText("CTRL+Z,CTRL+Y to undo/redo."); - ImGui::BulletText("ESCAPE to revert."); - ImGui::Unindent(); - ImGui::BulletText("With keyboard navigation enabled:"); - ImGui::Indent(); - ImGui::BulletText("Arrow keys to navigate."); - ImGui::BulletText("Space to activate a widget."); - ImGui::BulletText("Return to input text into a widget."); - ImGui::BulletText("Escape to deactivate a widget, close popup, exit child window."); - ImGui::BulletText("Alt to jump to the menu layer of a window."); - ImGui::Unindent(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Demo Window / ShowDemoWindow() -//----------------------------------------------------------------------------- -// - ShowDemoWindowWidgets() -// - ShowDemoWindowLayout() -// - ShowDemoWindowPopups() -// - ShowDemoWindowTables() -// - ShowDemoWindowColumns() -// - ShowDemoWindowMisc() -//----------------------------------------------------------------------------- - -// We split the contents of the big ShowDemoWindow() function into smaller functions -// (because the link time of very large functions grow non-linearly) -static void ShowDemoWindowWidgets(); -static void ShowDemoWindowLayout(); -static void ShowDemoWindowPopups(); -static void ShowDemoWindowTables(); -static void ShowDemoWindowColumns(); -static void ShowDemoWindowMisc(); - -// Demonstrate most Dear ImGui features (this is big function!) -// You may execute this function to experiment with the UI and understand what it does. -// You may then search for keywords in the code when you are interested by a specific feature. -void ImGui::ShowDemoWindow(bool* p_open) -{ - // Exceptionally add an extra assert here for people confused about initial Dear ImGui setup - // Most ImGui functions would normally just crash if the context is missing. - IM_ASSERT(ImGui::GetCurrentContext() != NULL && "Missing dear imgui context. Refer to examples app!"); - - // Examples Apps (accessible from the "Examples" menu) - static bool show_app_main_menu_bar = false; - static bool show_app_documents = false; - - static bool show_app_console = false; - static bool show_app_log = false; - static bool show_app_layout = false; - static bool show_app_property_editor = false; - static bool show_app_long_text = false; - static bool show_app_auto_resize = false; - static bool show_app_constrained_resize = false; - static bool show_app_simple_overlay = false; - static bool show_app_fullscreen = false; - static bool show_app_window_titles = false; - static bool show_app_custom_rendering = false; - - if (show_app_main_menu_bar) ShowExampleAppMainMenuBar(); - if (show_app_documents) ShowExampleAppDocuments(&show_app_documents); - - if (show_app_console) ShowExampleAppConsole(&show_app_console); - if (show_app_log) ShowExampleAppLog(&show_app_log); - if (show_app_layout) ShowExampleAppLayout(&show_app_layout); - if (show_app_property_editor) ShowExampleAppPropertyEditor(&show_app_property_editor); - if (show_app_long_text) ShowExampleAppLongText(&show_app_long_text); - if (show_app_auto_resize) ShowExampleAppAutoResize(&show_app_auto_resize); - if (show_app_constrained_resize) ShowExampleAppConstrainedResize(&show_app_constrained_resize); - if (show_app_simple_overlay) ShowExampleAppSimpleOverlay(&show_app_simple_overlay); - if (show_app_fullscreen) ShowExampleAppFullscreen(&show_app_fullscreen); - if (show_app_window_titles) ShowExampleAppWindowTitles(&show_app_window_titles); - if (show_app_custom_rendering) ShowExampleAppCustomRendering(&show_app_custom_rendering); - - // Dear ImGui Apps (accessible from the "Tools" menu) - static bool show_app_metrics = false; - static bool show_app_debug_log = false; - static bool show_app_stack_tool = false; - static bool show_app_about = false; - static bool show_app_style_editor = false; - - if (show_app_metrics) - ImGui::ShowMetricsWindow(&show_app_metrics); - if (show_app_debug_log) - ImGui::ShowDebugLogWindow(&show_app_debug_log); - if (show_app_stack_tool) - ImGui::ShowStackToolWindow(&show_app_stack_tool); - if (show_app_about) - ImGui::ShowAboutWindow(&show_app_about); - if (show_app_style_editor) - { - ImGui::Begin("Dear ImGui Style Editor", &show_app_style_editor); - ImGui::ShowStyleEditor(); - ImGui::End(); - } - - // Demonstrate the various window flags. Typically you would just use the default! - static bool no_titlebar = false; - static bool no_scrollbar = false; - static bool no_menu = false; - static bool no_move = false; - static bool no_resize = false; - static bool no_collapse = false; - static bool no_close = false; - static bool no_nav = false; - static bool no_background = false; - static bool no_bring_to_front = false; - static bool unsaved_document = false; - - ImGuiWindowFlags window_flags = 0; - if (no_titlebar) window_flags |= ImGuiWindowFlags_NoTitleBar; - if (no_scrollbar) window_flags |= ImGuiWindowFlags_NoScrollbar; - if (!no_menu) window_flags |= ImGuiWindowFlags_MenuBar; - if (no_move) window_flags |= ImGuiWindowFlags_NoMove; - if (no_resize) window_flags |= ImGuiWindowFlags_NoResize; - if (no_collapse) window_flags |= ImGuiWindowFlags_NoCollapse; - if (no_nav) window_flags |= ImGuiWindowFlags_NoNav; - if (no_background) window_flags |= ImGuiWindowFlags_NoBackground; - if (no_bring_to_front) window_flags |= ImGuiWindowFlags_NoBringToFrontOnFocus; - if (unsaved_document) window_flags |= ImGuiWindowFlags_UnsavedDocument; - if (no_close) p_open = NULL; // Don't pass our bool* to Begin - - // We specify a default position/size in case there's no data in the .ini file. - // We only do it to make the demo applications a little more welcoming, but typically this isn't required. - const ImGuiViewport* main_viewport = ImGui::GetMainViewport(); - ImGui::SetNextWindowPos(ImVec2(main_viewport->WorkPos.x + 650, main_viewport->WorkPos.y + 20), ImGuiCond_FirstUseEver); - ImGui::SetNextWindowSize(ImVec2(550, 680), ImGuiCond_FirstUseEver); - - // Main body of the Demo window starts here. - if (!ImGui::Begin("Dear ImGui Demo", p_open, window_flags)) - { - // Early out if the window is collapsed, as an optimization. - ImGui::End(); - return; - } - - // Most "big" widgets share a common width settings by default. See 'Demo->Layout->Widgets Width' for details. - - // e.g. Use 2/3 of the space for widgets and 1/3 for labels (right align) - //ImGui::PushItemWidth(-ImGui::GetWindowWidth() * 0.35f); - - // e.g. Leave a fixed amount of width for labels (by passing a negative value), the rest goes to widgets. - ImGui::PushItemWidth(ImGui::GetFontSize() * -12); - - // Menu Bar - if (ImGui::BeginMenuBar()) - { - if (ImGui::BeginMenu("Menu")) - { - IMGUI_DEMO_MARKER("Menu/File"); - ShowExampleMenuFile(); - ImGui::EndMenu(); - } - if (ImGui::BeginMenu("Examples")) - { - IMGUI_DEMO_MARKER("Menu/Examples"); - ImGui::MenuItem("Main menu bar", NULL, &show_app_main_menu_bar); - ImGui::MenuItem("Console", NULL, &show_app_console); - ImGui::MenuItem("Log", NULL, &show_app_log); - ImGui::MenuItem("Simple layout", NULL, &show_app_layout); - ImGui::MenuItem("Property editor", NULL, &show_app_property_editor); - ImGui::MenuItem("Long text display", NULL, &show_app_long_text); - ImGui::MenuItem("Auto-resizing window", NULL, &show_app_auto_resize); - ImGui::MenuItem("Constrained-resizing window", NULL, &show_app_constrained_resize); - ImGui::MenuItem("Simple overlay", NULL, &show_app_simple_overlay); - ImGui::MenuItem("Fullscreen window", NULL, &show_app_fullscreen); - ImGui::MenuItem("Manipulating window titles", NULL, &show_app_window_titles); - ImGui::MenuItem("Custom rendering", NULL, &show_app_custom_rendering); - ImGui::MenuItem("Documents", NULL, &show_app_documents); - ImGui::EndMenu(); - } - //if (ImGui::MenuItem("MenuItem")) {} // You can also use MenuItem() inside a menu bar! - if (ImGui::BeginMenu("Tools")) - { - IMGUI_DEMO_MARKER("Menu/Tools"); -#ifndef IMGUI_DISABLE_DEBUG_TOOLS - const bool has_debug_tools = true; -#else - const bool has_debug_tools = false; -#endif - ImGui::MenuItem("Metrics/Debugger", NULL, &show_app_metrics, has_debug_tools); - ImGui::MenuItem("Debug Log", NULL, &show_app_debug_log, has_debug_tools); - ImGui::MenuItem("Stack Tool", NULL, &show_app_stack_tool, has_debug_tools); - ImGui::MenuItem("Style Editor", NULL, &show_app_style_editor); - ImGui::MenuItem("About Dear ImGui", NULL, &show_app_about); - ImGui::EndMenu(); - } - ImGui::EndMenuBar(); - } - - ImGui::Text("dear imgui says hello! (%s) (%d)", IMGUI_VERSION, IMGUI_VERSION_NUM); - ImGui::Spacing(); - - IMGUI_DEMO_MARKER("Help"); - if (ImGui::CollapsingHeader("Help")) - { - ImGui::Text("ABOUT THIS DEMO:"); - ImGui::BulletText("Sections below are demonstrating many aspects of the library."); - ImGui::BulletText("The \"Examples\" menu above leads to more demo contents."); - ImGui::BulletText("The \"Tools\" menu above gives access to: About Box, Style Editor,\n" - "and Metrics/Debugger (general purpose Dear ImGui debugging tool)."); - ImGui::Separator(); - - ImGui::Text("PROGRAMMER GUIDE:"); - ImGui::BulletText("See the ShowDemoWindow() code in imgui_demo.cpp. <- you are here!"); - ImGui::BulletText("See comments in imgui.cpp."); - ImGui::BulletText("See example applications in the examples/ folder."); - ImGui::BulletText("Read the FAQ at http://www.dearimgui.org/faq/"); - ImGui::BulletText("Set 'io.ConfigFlags |= NavEnableKeyboard' for keyboard controls."); - ImGui::BulletText("Set 'io.ConfigFlags |= NavEnableGamepad' for gamepad controls."); - ImGui::Separator(); - - ImGui::Text("USER GUIDE:"); - ImGui::ShowUserGuide(); - } - - IMGUI_DEMO_MARKER("Configuration"); - if (ImGui::CollapsingHeader("Configuration")) - { - ImGuiIO& io = ImGui::GetIO(); - - if (ImGui::TreeNode("Configuration##2")) - { - ImGui::CheckboxFlags("io.ConfigFlags: NavEnableKeyboard", &io.ConfigFlags, ImGuiConfigFlags_NavEnableKeyboard); - ImGui::SameLine(); HelpMarker("Enable keyboard controls."); - ImGui::CheckboxFlags("io.ConfigFlags: NavEnableGamepad", &io.ConfigFlags, ImGuiConfigFlags_NavEnableGamepad); - ImGui::SameLine(); HelpMarker("Enable gamepad controls. Require backend to set io.BackendFlags |= ImGuiBackendFlags_HasGamepad.\n\nRead instructions in imgui.cpp for details."); - ImGui::CheckboxFlags("io.ConfigFlags: NavEnableSetMousePos", &io.ConfigFlags, ImGuiConfigFlags_NavEnableSetMousePos); - ImGui::SameLine(); HelpMarker("Instruct navigation to move the mouse cursor. See comment for ImGuiConfigFlags_NavEnableSetMousePos."); - ImGui::CheckboxFlags("io.ConfigFlags: NoMouse", &io.ConfigFlags, ImGuiConfigFlags_NoMouse); - if (io.ConfigFlags & ImGuiConfigFlags_NoMouse) - { - // The "NoMouse" option can get us stuck with a disabled mouse! Let's provide an alternative way to fix it: - if (fmodf((float)ImGui::GetTime(), 0.40f) < 0.20f) - { - ImGui::SameLine(); - ImGui::Text("<>"); - } - if (ImGui::IsKeyPressed(ImGuiKey_Space)) - io.ConfigFlags &= ~ImGuiConfigFlags_NoMouse; - } - ImGui::CheckboxFlags("io.ConfigFlags: NoMouseCursorChange", &io.ConfigFlags, ImGuiConfigFlags_NoMouseCursorChange); - ImGui::SameLine(); HelpMarker("Instruct backend to not alter mouse cursor shape and visibility."); - ImGui::Checkbox("io.ConfigInputTrickleEventQueue", &io.ConfigInputTrickleEventQueue); - ImGui::SameLine(); HelpMarker("Enable input queue trickling: some types of events submitted during the same frame (e.g. button down + up) will be spread over multiple frames, improving interactions with low framerates."); - ImGui::Checkbox("io.ConfigInputTextCursorBlink", &io.ConfigInputTextCursorBlink); - ImGui::SameLine(); HelpMarker("Enable blinking cursor (optional as some users consider it to be distracting)."); - ImGui::Checkbox("io.ConfigInputTextEnterKeepActive", &io.ConfigInputTextEnterKeepActive); - ImGui::SameLine(); HelpMarker("Pressing Enter will keep item active and select contents (single-line only)."); - ImGui::Checkbox("io.ConfigDragClickToInputText", &io.ConfigDragClickToInputText); - ImGui::SameLine(); HelpMarker("Enable turning DragXXX widgets into text input with a simple mouse click-release (without moving)."); - ImGui::Checkbox("io.ConfigWindowsResizeFromEdges", &io.ConfigWindowsResizeFromEdges); - ImGui::SameLine(); HelpMarker("Enable resizing of windows from their edges and from the lower-left corner.\nThis requires (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors) because it needs mouse cursor feedback."); - ImGui::Checkbox("io.ConfigWindowsMoveFromTitleBarOnly", &io.ConfigWindowsMoveFromTitleBarOnly); - ImGui::Checkbox("io.MouseDrawCursor", &io.MouseDrawCursor); - ImGui::SameLine(); HelpMarker("Instruct Dear ImGui to render a mouse cursor itself. Note that a mouse cursor rendered via your application GPU rendering path will feel more laggy than hardware cursor, but will be more in sync with your other visuals.\n\nSome desktop applications may use both kinds of cursors (e.g. enable software cursor only when resizing/dragging something)."); - ImGui::Text("Also see Style->Rendering for rendering options."); - ImGui::TreePop(); - ImGui::Separator(); - } - - IMGUI_DEMO_MARKER("Configuration/Backend Flags"); - if (ImGui::TreeNode("Backend Flags")) - { - HelpMarker( - "Those flags are set by the backends (imgui_impl_xxx files) to specify their capabilities.\n" - "Here we expose them as read-only fields to avoid breaking interactions with your backend."); - - // Make a local copy to avoid modifying actual backend flags. - // FIXME: We don't use BeginDisabled() to keep label bright, maybe we need a BeginReadonly() equivalent.. - ImGuiBackendFlags backend_flags = io.BackendFlags; - ImGui::CheckboxFlags("io.BackendFlags: HasGamepad", &backend_flags, ImGuiBackendFlags_HasGamepad); - ImGui::CheckboxFlags("io.BackendFlags: HasMouseCursors", &backend_flags, ImGuiBackendFlags_HasMouseCursors); - ImGui::CheckboxFlags("io.BackendFlags: HasSetMousePos", &backend_flags, ImGuiBackendFlags_HasSetMousePos); - ImGui::CheckboxFlags("io.BackendFlags: RendererHasVtxOffset", &backend_flags, ImGuiBackendFlags_RendererHasVtxOffset); - ImGui::TreePop(); - ImGui::Separator(); - } - - IMGUI_DEMO_MARKER("Configuration/Style"); - if (ImGui::TreeNode("Style")) - { - HelpMarker("The same contents can be accessed in 'Tools->Style Editor' or by calling the ShowStyleEditor() function."); - ImGui::ShowStyleEditor(); - ImGui::TreePop(); - ImGui::Separator(); - } - - IMGUI_DEMO_MARKER("Configuration/Capture, Logging"); - if (ImGui::TreeNode("Capture/Logging")) - { - HelpMarker( - "The logging API redirects all text output so you can easily capture the content of " - "a window or a block. Tree nodes can be automatically expanded.\n" - "Try opening any of the contents below in this window and then click one of the \"Log To\" button."); - ImGui::LogButtons(); - - HelpMarker("You can also call ImGui::LogText() to output directly to the log without a visual output."); - if (ImGui::Button("Copy \"Hello, world!\" to clipboard")) - { - ImGui::LogToClipboard(); - ImGui::LogText("Hello, world!"); - ImGui::LogFinish(); - } - ImGui::TreePop(); - } - } - - IMGUI_DEMO_MARKER("Window options"); - if (ImGui::CollapsingHeader("Window options")) - { - if (ImGui::BeginTable("split", 3)) - { - ImGui::TableNextColumn(); ImGui::Checkbox("No titlebar", &no_titlebar); - ImGui::TableNextColumn(); ImGui::Checkbox("No scrollbar", &no_scrollbar); - ImGui::TableNextColumn(); ImGui::Checkbox("No menu", &no_menu); - ImGui::TableNextColumn(); ImGui::Checkbox("No move", &no_move); - ImGui::TableNextColumn(); ImGui::Checkbox("No resize", &no_resize); - ImGui::TableNextColumn(); ImGui::Checkbox("No collapse", &no_collapse); - ImGui::TableNextColumn(); ImGui::Checkbox("No close", &no_close); - ImGui::TableNextColumn(); ImGui::Checkbox("No nav", &no_nav); - ImGui::TableNextColumn(); ImGui::Checkbox("No background", &no_background); - ImGui::TableNextColumn(); ImGui::Checkbox("No bring to front", &no_bring_to_front); - ImGui::TableNextColumn(); ImGui::Checkbox("Unsaved document", &unsaved_document); - ImGui::EndTable(); - } - } - - // All demo contents - ShowDemoWindowWidgets(); - ShowDemoWindowLayout(); - ShowDemoWindowPopups(); - ShowDemoWindowTables(); - ShowDemoWindowMisc(); - - // End of ShowDemoWindow() - ImGui::PopItemWidth(); - ImGui::End(); -} - -static void ShowDemoWindowWidgets() -{ - IMGUI_DEMO_MARKER("Widgets"); - if (!ImGui::CollapsingHeader("Widgets")) - return; - - static bool disable_all = false; // The Checkbox for that is inside the "Disabled" section at the bottom - if (disable_all) - ImGui::BeginDisabled(); - - IMGUI_DEMO_MARKER("Widgets/Basic"); - if (ImGui::TreeNode("Basic")) - { - IMGUI_DEMO_MARKER("Widgets/Basic/Button"); - static int clicked = 0; - if (ImGui::Button("Button")) - clicked++; - if (clicked & 1) - { - ImGui::SameLine(); - ImGui::Text("Thanks for clicking me!"); - } - - IMGUI_DEMO_MARKER("Widgets/Basic/Checkbox"); - static bool check = true; - ImGui::Checkbox("checkbox", &check); - - IMGUI_DEMO_MARKER("Widgets/Basic/RadioButton"); - static int e = 0; - ImGui::RadioButton("radio a", &e, 0); ImGui::SameLine(); - ImGui::RadioButton("radio b", &e, 1); ImGui::SameLine(); - ImGui::RadioButton("radio c", &e, 2); - - // Color buttons, demonstrate using PushID() to add unique identifier in the ID stack, and changing style. - IMGUI_DEMO_MARKER("Widgets/Basic/Buttons (Colored)"); - for (int i = 0; i < 7; i++) - { - if (i > 0) - ImGui::SameLine(); - ImGui::PushID(i); - ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i / 7.0f, 0.6f, 0.6f)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i / 7.0f, 0.7f, 0.7f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(i / 7.0f, 0.8f, 0.8f)); - ImGui::Button("Click"); - ImGui::PopStyleColor(3); - ImGui::PopID(); - } - - // Use AlignTextToFramePadding() to align text baseline to the baseline of framed widgets elements - // (otherwise a Text+SameLine+Button sequence will have the text a little too high by default!) - // See 'Demo->Layout->Text Baseline Alignment' for details. - ImGui::AlignTextToFramePadding(); - ImGui::Text("Hold to repeat:"); - ImGui::SameLine(); - - // Arrow buttons with Repeater - IMGUI_DEMO_MARKER("Widgets/Basic/Buttons (Repeating)"); - static int counter = 0; - float spacing = ImGui::GetStyle().ItemInnerSpacing.x; - ImGui::PushButtonRepeat(true); - if (ImGui::ArrowButton("##left", ImGuiDir_Left)) { counter--; } - ImGui::SameLine(0.0f, spacing); - if (ImGui::ArrowButton("##right", ImGuiDir_Right)) { counter++; } - ImGui::PopButtonRepeat(); - ImGui::SameLine(); - ImGui::Text("%d", counter); - - IMGUI_DEMO_MARKER("Widgets/Basic/Tooltips"); - ImGui::Text("Hover over me"); - if (ImGui::IsItemHovered()) - ImGui::SetTooltip("I am a tooltip"); - - ImGui::SameLine(); - ImGui::Text("- or me"); - if (ImGui::IsItemHovered()) - { - ImGui::BeginTooltip(); - ImGui::Text("I am a fancy tooltip"); - static float arr[] = { 0.6f, 0.1f, 1.0f, 0.5f, 0.92f, 0.1f, 0.2f }; - ImGui::PlotLines("Curve", arr, IM_ARRAYSIZE(arr)); - ImGui::EndTooltip(); - } - - ImGui::Separator(); - ImGui::LabelText("label", "Value"); - - { - // Using the _simplified_ one-liner Combo() api here - // See "Combo" section for examples of how to use the more flexible BeginCombo()/EndCombo() api. - IMGUI_DEMO_MARKER("Widgets/Basic/Combo"); - const char* items[] = { "AAAA", "BBBB", "CCCC", "DDDD", "EEEE", "FFFF", "GGGG", "HHHH", "IIIIIII", "JJJJ", "KKKKKKK" }; - static int item_current = 0; - ImGui::Combo("combo", &item_current, items, IM_ARRAYSIZE(items)); - ImGui::SameLine(); HelpMarker( - "Using the simplified one-liner Combo API here.\nRefer to the \"Combo\" section below for an explanation of how to use the more flexible and general BeginCombo/EndCombo API."); - } - - { - // To wire InputText() with std::string or any other custom string type, - // see the "Text Input > Resize Callback" section of this demo, and the misc/cpp/imgui_stdlib.h file. - IMGUI_DEMO_MARKER("Widgets/Basic/InputText"); - static char str0[128] = "Hello, world!"; - ImGui::InputText("input text", str0, IM_ARRAYSIZE(str0)); - ImGui::SameLine(); HelpMarker( - "USER:\n" - "Hold SHIFT or use mouse to select text.\n" - "CTRL+Left/Right to word jump.\n" - "CTRL+A or double-click to select all.\n" - "CTRL+X,CTRL+C,CTRL+V clipboard.\n" - "CTRL+Z,CTRL+Y undo/redo.\n" - "ESCAPE to revert.\n\n" - "PROGRAMMER:\n" - "You can use the ImGuiInputTextFlags_CallbackResize facility if you need to wire InputText() " - "to a dynamic string type. See misc/cpp/imgui_stdlib.h for an example (this is not demonstrated " - "in imgui_demo.cpp)."); - - static char str1[128] = ""; - ImGui::InputTextWithHint("input text (w/ hint)", "enter text here", str1, IM_ARRAYSIZE(str1)); - - IMGUI_DEMO_MARKER("Widgets/Basic/InputInt, InputFloat"); - static int i0 = 123; - ImGui::InputInt("input int", &i0); - - static float f0 = 0.001f; - ImGui::InputFloat("input float", &f0, 0.01f, 1.0f, "%.3f"); - - static double d0 = 999999.00000001; - ImGui::InputDouble("input double", &d0, 0.01f, 1.0f, "%.8f"); - - static float f1 = 1.e10f; - ImGui::InputFloat("input scientific", &f1, 0.0f, 0.0f, "%e"); - ImGui::SameLine(); HelpMarker( - "You can input value using the scientific notation,\n" - " e.g. \"1e+8\" becomes \"100000000\"."); - - static float vec4a[4] = { 0.10f, 0.20f, 0.30f, 0.44f }; - ImGui::InputFloat3("input float3", vec4a); - } - - { - IMGUI_DEMO_MARKER("Widgets/Basic/DragInt, DragFloat"); - static int i1 = 50, i2 = 42; - ImGui::DragInt("drag int", &i1, 1); - ImGui::SameLine(); HelpMarker( - "Click and drag to edit value.\n" - "Hold SHIFT/ALT for faster/slower edit.\n" - "Double-click or CTRL+click to input value."); - - ImGui::DragInt("drag int 0..100", &i2, 1, 0, 100, "%d%%", ImGuiSliderFlags_AlwaysClamp); - - static float f1 = 1.00f, f2 = 0.0067f; - ImGui::DragFloat("drag float", &f1, 0.005f); - ImGui::DragFloat("drag small float", &f2, 0.0001f, 0.0f, 0.0f, "%.06f ns"); - } - - { - IMGUI_DEMO_MARKER("Widgets/Basic/SliderInt, SliderFloat"); - static int i1 = 0; - ImGui::SliderInt("slider int", &i1, -1, 3); - ImGui::SameLine(); HelpMarker("CTRL+click to input value."); - - static float f1 = 0.123f, f2 = 0.0f; - ImGui::SliderFloat("slider float", &f1, 0.0f, 1.0f, "ratio = %.3f"); - ImGui::SliderFloat("slider float (log)", &f2, -10.0f, 10.0f, "%.4f", ImGuiSliderFlags_Logarithmic); - - IMGUI_DEMO_MARKER("Widgets/Basic/SliderAngle"); - static float angle = 0.0f; - ImGui::SliderAngle("slider angle", &angle); - - // Using the format string to display a name instead of an integer. - // Here we completely omit '%d' from the format string, so it'll only display a name. - // This technique can also be used with DragInt(). - IMGUI_DEMO_MARKER("Widgets/Basic/Slider (enum)"); - enum Element { Element_Fire, Element_Earth, Element_Air, Element_Water, Element_COUNT }; - static int elem = Element_Fire; - const char* elems_names[Element_COUNT] = { "Fire", "Earth", "Air", "Water" }; - const char* elem_name = (elem >= 0 && elem < Element_COUNT) ? elems_names[elem] : "Unknown"; - ImGui::SliderInt("slider enum", &elem, 0, Element_COUNT - 1, elem_name); - ImGui::SameLine(); HelpMarker("Using the format string parameter to display a name instead of the underlying integer."); - } - - { - IMGUI_DEMO_MARKER("Widgets/Basic/ColorEdit3, ColorEdit4"); - static float col1[3] = { 1.0f, 0.0f, 0.2f }; - static float col2[4] = { 0.4f, 0.7f, 0.0f, 0.5f }; - ImGui::ColorEdit3("color 1", col1); - ImGui::SameLine(); HelpMarker( - "Click on the color square to open a color picker.\n" - "Click and hold to use drag and drop.\n" - "Right-click on the color square to show options.\n" - "CTRL+click on individual component to input value.\n"); - - ImGui::ColorEdit4("color 2", col2); - } - - { - // Using the _simplified_ one-liner ListBox() api here - // See "List boxes" section for examples of how to use the more flexible BeginListBox()/EndListBox() api. - IMGUI_DEMO_MARKER("Widgets/Basic/ListBox"); - const char* items[] = { "Apple", "Banana", "Cherry", "Kiwi", "Mango", "Orange", "Pineapple", "Strawberry", "Watermelon" }; - static int item_current = 1; - ImGui::ListBox("listbox", &item_current, items, IM_ARRAYSIZE(items), 4); - ImGui::SameLine(); HelpMarker( - "Using the simplified one-liner ListBox API here.\nRefer to the \"List boxes\" section below for an explanation of how to use the more flexible and general BeginListBox/EndListBox API."); - } - - ImGui::TreePop(); - } - - // Testing ImGuiOnceUponAFrame helper. - //static ImGuiOnceUponAFrame once; - //for (int i = 0; i < 5; i++) - // if (once) - // ImGui::Text("This will be displayed only once."); - - IMGUI_DEMO_MARKER("Widgets/Trees"); - if (ImGui::TreeNode("Trees")) - { - IMGUI_DEMO_MARKER("Widgets/Trees/Basic trees"); - if (ImGui::TreeNode("Basic trees")) - { - for (int i = 0; i < 5; i++) - { - // Use SetNextItemOpen() so set the default state of a node to be open. We could - // also use TreeNodeEx() with the ImGuiTreeNodeFlags_DefaultOpen flag to achieve the same thing! - if (i == 0) - ImGui::SetNextItemOpen(true, ImGuiCond_Once); - - if (ImGui::TreeNode((void*)(intptr_t)i, "Child %d", i)) - { - ImGui::Text("blah blah"); - ImGui::SameLine(); - if (ImGui::SmallButton("button")) {} - ImGui::TreePop(); - } - } - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Trees/Advanced, with Selectable nodes"); - if (ImGui::TreeNode("Advanced, with Selectable nodes")) - { - HelpMarker( - "This is a more typical looking tree with selectable nodes.\n" - "Click to select, CTRL+Click to toggle, click on arrows or double-click to open."); - static ImGuiTreeNodeFlags base_flags = ImGuiTreeNodeFlags_OpenOnArrow | ImGuiTreeNodeFlags_OpenOnDoubleClick | ImGuiTreeNodeFlags_SpanAvailWidth; - static bool align_label_with_current_x_position = false; - static bool test_drag_and_drop = false; - ImGui::CheckboxFlags("ImGuiTreeNodeFlags_OpenOnArrow", &base_flags, ImGuiTreeNodeFlags_OpenOnArrow); - ImGui::CheckboxFlags("ImGuiTreeNodeFlags_OpenOnDoubleClick", &base_flags, ImGuiTreeNodeFlags_OpenOnDoubleClick); - ImGui::CheckboxFlags("ImGuiTreeNodeFlags_SpanAvailWidth", &base_flags, ImGuiTreeNodeFlags_SpanAvailWidth); ImGui::SameLine(); HelpMarker("Extend hit area to all available width instead of allowing more items to be laid out after the node."); - ImGui::CheckboxFlags("ImGuiTreeNodeFlags_SpanFullWidth", &base_flags, ImGuiTreeNodeFlags_SpanFullWidth); - ImGui::Checkbox("Align label with current X position", &align_label_with_current_x_position); - ImGui::Checkbox("Test tree node as drag source", &test_drag_and_drop); - ImGui::Text("Hello!"); - if (align_label_with_current_x_position) - ImGui::Unindent(ImGui::GetTreeNodeToLabelSpacing()); - - // 'selection_mask' is dumb representation of what may be user-side selection state. - // You may retain selection state inside or outside your objects in whatever format you see fit. - // 'node_clicked' is temporary storage of what node we have clicked to process selection at the end - /// of the loop. May be a pointer to your own node type, etc. - static int selection_mask = (1 << 2); - int node_clicked = -1; - for (int i = 0; i < 6; i++) - { - // Disable the default "open on single-click behavior" + set Selected flag according to our selection. - // To alter selection we use IsItemClicked() && !IsItemToggledOpen(), so clicking on an arrow doesn't alter selection. - ImGuiTreeNodeFlags node_flags = base_flags; - const bool is_selected = (selection_mask & (1 << i)) != 0; - if (is_selected) - node_flags |= ImGuiTreeNodeFlags_Selected; - if (i < 3) - { - // Items 0..2 are Tree Node - bool node_open = ImGui::TreeNodeEx((void*)(intptr_t)i, node_flags, "Selectable Node %d", i); - if (ImGui::IsItemClicked() && !ImGui::IsItemToggledOpen()) - node_clicked = i; - if (test_drag_and_drop && ImGui::BeginDragDropSource()) - { - ImGui::SetDragDropPayload("_TREENODE", NULL, 0); - ImGui::Text("This is a drag and drop source"); - ImGui::EndDragDropSource(); - } - if (node_open) - { - ImGui::BulletText("Blah blah\nBlah Blah"); - ImGui::TreePop(); - } - } - else - { - // Items 3..5 are Tree Leaves - // The only reason we use TreeNode at all is to allow selection of the leaf. Otherwise we can - // use BulletText() or advance the cursor by GetTreeNodeToLabelSpacing() and call Text(). - node_flags |= ImGuiTreeNodeFlags_Leaf | ImGuiTreeNodeFlags_NoTreePushOnOpen; // ImGuiTreeNodeFlags_Bullet - ImGui::TreeNodeEx((void*)(intptr_t)i, node_flags, "Selectable Leaf %d", i); - if (ImGui::IsItemClicked() && !ImGui::IsItemToggledOpen()) - node_clicked = i; - if (test_drag_and_drop && ImGui::BeginDragDropSource()) - { - ImGui::SetDragDropPayload("_TREENODE", NULL, 0); - ImGui::Text("This is a drag and drop source"); - ImGui::EndDragDropSource(); - } - } - } - if (node_clicked != -1) - { - // Update selection state - // (process outside of tree loop to avoid visual inconsistencies during the clicking frame) - if (ImGui::GetIO().KeyCtrl) - selection_mask ^= (1 << node_clicked); // CTRL+click to toggle - else //if (!(selection_mask & (1 << node_clicked))) // Depending on selection behavior you want, may want to preserve selection when clicking on item that is part of the selection - selection_mask = (1 << node_clicked); // Click to single-select - } - if (align_label_with_current_x_position) - ImGui::Indent(ImGui::GetTreeNodeToLabelSpacing()); - ImGui::TreePop(); - } - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Collapsing Headers"); - if (ImGui::TreeNode("Collapsing Headers")) - { - static bool closable_group = true; - ImGui::Checkbox("Show 2nd header", &closable_group); - if (ImGui::CollapsingHeader("Header", ImGuiTreeNodeFlags_None)) - { - ImGui::Text("IsItemHovered: %d", ImGui::IsItemHovered()); - for (int i = 0; i < 5; i++) - ImGui::Text("Some content %d", i); - } - if (ImGui::CollapsingHeader("Header with a close button", &closable_group)) - { - ImGui::Text("IsItemHovered: %d", ImGui::IsItemHovered()); - for (int i = 0; i < 5; i++) - ImGui::Text("More content %d", i); - } - /* - if (ImGui::CollapsingHeader("Header with a bullet", ImGuiTreeNodeFlags_Bullet)) - ImGui::Text("IsItemHovered: %d", ImGui::IsItemHovered()); - */ - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Bullets"); - if (ImGui::TreeNode("Bullets")) - { - ImGui::BulletText("Bullet point 1"); - ImGui::BulletText("Bullet point 2\nOn multiple lines"); - if (ImGui::TreeNode("Tree node")) - { - ImGui::BulletText("Another bullet point"); - ImGui::TreePop(); - } - ImGui::Bullet(); ImGui::Text("Bullet point 3 (two calls)"); - ImGui::Bullet(); ImGui::SmallButton("Button"); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Text"); - if (ImGui::TreeNode("Text")) - { - IMGUI_DEMO_MARKER("Widgets/Text/Colored Text"); - if (ImGui::TreeNode("Colorful Text")) - { - // Using shortcut. You can use PushStyleColor()/PopStyleColor() for more flexibility. - ImGui::TextColored(ImVec4(1.0f, 0.0f, 1.0f, 1.0f), "Pink"); - ImGui::TextColored(ImVec4(1.0f, 1.0f, 0.0f, 1.0f), "Yellow"); - ImGui::TextDisabled("Disabled"); - ImGui::SameLine(); HelpMarker("The TextDisabled color is stored in ImGuiStyle."); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Text/Word Wrapping"); - if (ImGui::TreeNode("Word Wrapping")) - { - // Using shortcut. You can use PushTextWrapPos()/PopTextWrapPos() for more flexibility. - ImGui::TextWrapped( - "This text should automatically wrap on the edge of the window. The current implementation " - "for text wrapping follows simple rules suitable for English and possibly other languages."); - ImGui::Spacing(); - - static float wrap_width = 200.0f; - ImGui::SliderFloat("Wrap width", &wrap_width, -20, 600, "%.0f"); - - ImDrawList* draw_list = ImGui::GetWindowDrawList(); - for (int n = 0; n < 2; n++) - { - ImGui::Text("Test paragraph %d:", n); - ImVec2 pos = ImGui::GetCursorScreenPos(); - ImVec2 marker_min = ImVec2(pos.x + wrap_width, pos.y); - ImVec2 marker_max = ImVec2(pos.x + wrap_width + 10, pos.y + ImGui::GetTextLineHeight()); - ImGui::PushTextWrapPos(ImGui::GetCursorPos().x + wrap_width); - if (n == 0) - ImGui::Text("The lazy dog is a good dog. This paragraph should fit within %.0f pixels. Testing a 1 character word. The quick brown fox jumps over the lazy dog.", wrap_width); - else - ImGui::Text("aaaaaaaa bbbbbbbb, c cccccccc,dddddddd. d eeeeeeee ffffffff. gggggggg!hhhhhhhh"); - - // Draw actual text bounding box, following by marker of our expected limit (should not overlap!) - draw_list->AddRect(ImGui::GetItemRectMin(), ImGui::GetItemRectMax(), IM_COL32(255, 255, 0, 255)); - draw_list->AddRectFilled(marker_min, marker_max, IM_COL32(255, 0, 255, 255)); - ImGui::PopTextWrapPos(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Text/UTF-8 Text"); - if (ImGui::TreeNode("UTF-8 Text")) - { - // UTF-8 test with Japanese characters - // (Needs a suitable font? Try "Google Noto" or "Arial Unicode". See docs/FONTS.md for details.) - // - From C++11 you can use the u8"my text" syntax to encode literal strings as UTF-8 - // - For earlier compiler, you may be able to encode your sources as UTF-8 (e.g. in Visual Studio, you - // can save your source files as 'UTF-8 without signature'). - // - FOR THIS DEMO FILE ONLY, BECAUSE WE WANT TO SUPPORT OLD COMPILERS, WE ARE *NOT* INCLUDING RAW UTF-8 - // CHARACTERS IN THIS SOURCE FILE. Instead we are encoding a few strings with hexadecimal constants. - // Don't do this in your application! Please use u8"text in any language" in your application! - // Note that characters values are preserved even by InputText() if the font cannot be displayed, - // so you can safely copy & paste garbled characters into another application. - ImGui::TextWrapped( - "CJK text will only appears if the font was loaded with the appropriate CJK character ranges. " - "Call io.Fonts->AddFontFromFileTTF() manually to load extra character ranges. " - "Read docs/FONTS.md for details."); - ImGui::Text("Hiragana: \xe3\x81\x8b\xe3\x81\x8d\xe3\x81\x8f\xe3\x81\x91\xe3\x81\x93 (kakikukeko)"); // Normally we would use u8"blah blah" with the proper characters directly in the string. - ImGui::Text("Kanjis: \xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e (nihongo)"); - static char buf[32] = "\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e"; - //static char buf[32] = u8"NIHONGO"; // <- this is how you would write it with C++11, using real kanjis - ImGui::InputText("UTF-8 input", buf, IM_ARRAYSIZE(buf)); - ImGui::TreePop(); - } - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Images"); - if (ImGui::TreeNode("Images")) - { - ImGuiIO& io = ImGui::GetIO(); - ImGui::TextWrapped( - "Below we are displaying the font texture (which is the only texture we have access to in this demo). " - "Use the 'ImTextureID' type as storage to pass pointers or identifier to your own texture data. " - "Hover the texture for a zoomed view!"); - - // Below we are displaying the font texture because it is the only texture we have access to inside the demo! - // Remember that ImTextureID is just storage for whatever you want it to be. It is essentially a value that - // will be passed to the rendering backend via the ImDrawCmd structure. - // If you use one of the default imgui_impl_XXXX.cpp rendering backend, they all have comments at the top - // of their respective source file to specify what they expect to be stored in ImTextureID, for example: - // - The imgui_impl_dx11.cpp renderer expect a 'ID3D11ShaderResourceView*' pointer - // - The imgui_impl_opengl3.cpp renderer expect a GLuint OpenGL texture identifier, etc. - // More: - // - If you decided that ImTextureID = MyEngineTexture*, then you can pass your MyEngineTexture* pointers - // to ImGui::Image(), and gather width/height through your own functions, etc. - // - You can use ShowMetricsWindow() to inspect the draw data that are being passed to your renderer, - // it will help you debug issues if you are confused about it. - // - Consider using the lower-level ImDrawList::AddImage() API, via ImGui::GetWindowDrawList()->AddImage(). - // - Read https://github.com/ocornut/imgui/blob/master/docs/FAQ.md - // - Read https://github.com/ocornut/imgui/wiki/Image-Loading-and-Displaying-Examples - ImTextureID my_tex_id = io.Fonts->TexID; - float my_tex_w = (float)io.Fonts->TexWidth; - float my_tex_h = (float)io.Fonts->TexHeight; - { - ImGui::Text("%.0fx%.0f", my_tex_w, my_tex_h); - ImVec2 pos = ImGui::GetCursorScreenPos(); - ImVec2 uv_min = ImVec2(0.0f, 0.0f); // Top-left - ImVec2 uv_max = ImVec2(1.0f, 1.0f); // Lower-right - ImVec4 tint_col = ImVec4(1.0f, 1.0f, 1.0f, 1.0f); // No tint - ImVec4 border_col = ImVec4(1.0f, 1.0f, 1.0f, 0.5f); // 50% opaque white - ImGui::Image(my_tex_id, ImVec2(my_tex_w, my_tex_h), uv_min, uv_max, tint_col, border_col); - if (ImGui::IsItemHovered()) - { - ImGui::BeginTooltip(); - float region_sz = 32.0f; - float region_x = io.MousePos.x - pos.x - region_sz * 0.5f; - float region_y = io.MousePos.y - pos.y - region_sz * 0.5f; - float zoom = 4.0f; - if (region_x < 0.0f) { region_x = 0.0f; } - else if (region_x > my_tex_w - region_sz) { region_x = my_tex_w - region_sz; } - if (region_y < 0.0f) { region_y = 0.0f; } - else if (region_y > my_tex_h - region_sz) { region_y = my_tex_h - region_sz; } - ImGui::Text("Min: (%.2f, %.2f)", region_x, region_y); - ImGui::Text("Max: (%.2f, %.2f)", region_x + region_sz, region_y + region_sz); - ImVec2 uv0 = ImVec2((region_x) / my_tex_w, (region_y) / my_tex_h); - ImVec2 uv1 = ImVec2((region_x + region_sz) / my_tex_w, (region_y + region_sz) / my_tex_h); - ImGui::Image(my_tex_id, ImVec2(region_sz * zoom, region_sz * zoom), uv0, uv1, tint_col, border_col); - ImGui::EndTooltip(); - } - } - - IMGUI_DEMO_MARKER("Widgets/Images/Textured buttons"); - ImGui::TextWrapped("And now some textured buttons.."); - static int pressed_count = 0; - for (int i = 0; i < 8; i++) - { - ImGui::PushID(i); - int frame_padding = -1 + i; // -1 == uses default padding (style.FramePadding) - ImVec2 size = ImVec2(32.0f, 32.0f); // Size of the image we want to make visible - ImVec2 uv0 = ImVec2(0.0f, 0.0f); // UV coordinates for lower-left - ImVec2 uv1 = ImVec2(32.0f / my_tex_w, 32.0f / my_tex_h);// UV coordinates for (32,32) in our texture - ImVec4 bg_col = ImVec4(0.0f, 0.0f, 0.0f, 1.0f); // Black background - ImVec4 tint_col = ImVec4(1.0f, 1.0f, 1.0f, 1.0f); // No tint - if (ImGui::ImageButton(my_tex_id, size, uv0, uv1, frame_padding, bg_col, tint_col)) - pressed_count += 1; - ImGui::PopID(); - ImGui::SameLine(); - } - ImGui::NewLine(); - ImGui::Text("Pressed %d times.", pressed_count); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Combo"); - if (ImGui::TreeNode("Combo")) - { - // Expose flags as checkbox for the demo - static ImGuiComboFlags flags = 0; - ImGui::CheckboxFlags("ImGuiComboFlags_PopupAlignLeft", &flags, ImGuiComboFlags_PopupAlignLeft); - ImGui::SameLine(); HelpMarker("Only makes a difference if the popup is larger than the combo"); - if (ImGui::CheckboxFlags("ImGuiComboFlags_NoArrowButton", &flags, ImGuiComboFlags_NoArrowButton)) - flags &= ~ImGuiComboFlags_NoPreview; // Clear the other flag, as we cannot combine both - if (ImGui::CheckboxFlags("ImGuiComboFlags_NoPreview", &flags, ImGuiComboFlags_NoPreview)) - flags &= ~ImGuiComboFlags_NoArrowButton; // Clear the other flag, as we cannot combine both - - // Using the generic BeginCombo() API, you have full control over how to display the combo contents. - // (your selection data could be an index, a pointer to the object, an id for the object, a flag intrusively - // stored in the object itself, etc.) - const char* items[] = { "AAAA", "BBBB", "CCCC", "DDDD", "EEEE", "FFFF", "GGGG", "HHHH", "IIII", "JJJJ", "KKKK", "LLLLLLL", "MMMM", "OOOOOOO" }; - static int item_current_idx = 0; // Here we store our selection data as an index. - const char* combo_preview_value = items[item_current_idx]; // Pass in the preview value visible before opening the combo (it could be anything) - if (ImGui::BeginCombo("combo 1", combo_preview_value, flags)) - { - for (int n = 0; n < IM_ARRAYSIZE(items); n++) - { - const bool is_selected = (item_current_idx == n); - if (ImGui::Selectable(items[n], is_selected)) - item_current_idx = n; - - // Set the initial focus when opening the combo (scrolling + keyboard navigation focus) - if (is_selected) - ImGui::SetItemDefaultFocus(); - } - ImGui::EndCombo(); - } - - // Simplified one-liner Combo() API, using values packed in a single constant string - // This is a convenience for when the selection set is small and known at compile-time. - static int item_current_2 = 0; - ImGui::Combo("combo 2 (one-liner)", &item_current_2, "aaaa\0bbbb\0cccc\0dddd\0eeee\0\0"); - - // Simplified one-liner Combo() using an array of const char* - // This is not very useful (may obsolete): prefer using BeginCombo()/EndCombo() for full control. - static int item_current_3 = -1; // If the selection isn't within 0..count, Combo won't display a preview - ImGui::Combo("combo 3 (array)", &item_current_3, items, IM_ARRAYSIZE(items)); - - // Simplified one-liner Combo() using an accessor function - struct Funcs { static bool ItemGetter(void* data, int n, const char** out_str) { *out_str = ((const char**)data)[n]; return true; } }; - static int item_current_4 = 0; - ImGui::Combo("combo 4 (function)", &item_current_4, &Funcs::ItemGetter, items, IM_ARRAYSIZE(items)); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/List Boxes"); - if (ImGui::TreeNode("List boxes")) - { - // Using the generic BeginListBox() API, you have full control over how to display the combo contents. - // (your selection data could be an index, a pointer to the object, an id for the object, a flag intrusively - // stored in the object itself, etc.) - const char* items[] = { "AAAA", "BBBB", "CCCC", "DDDD", "EEEE", "FFFF", "GGGG", "HHHH", "IIII", "JJJJ", "KKKK", "LLLLLLL", "MMMM", "OOOOOOO" }; - static int item_current_idx = 0; // Here we store our selection data as an index. - if (ImGui::BeginListBox("listbox 1")) - { - for (int n = 0; n < IM_ARRAYSIZE(items); n++) - { - const bool is_selected = (item_current_idx == n); - if (ImGui::Selectable(items[n], is_selected)) - item_current_idx = n; - - // Set the initial focus when opening the combo (scrolling + keyboard navigation focus) - if (is_selected) - ImGui::SetItemDefaultFocus(); - } - ImGui::EndListBox(); - } - - // Custom size: use all width, 5 items tall - ImGui::Text("Full-width:"); - if (ImGui::BeginListBox("##listbox 2", ImVec2(-FLT_MIN, 5 * ImGui::GetTextLineHeightWithSpacing()))) - { - for (int n = 0; n < IM_ARRAYSIZE(items); n++) - { - const bool is_selected = (item_current_idx == n); - if (ImGui::Selectable(items[n], is_selected)) - item_current_idx = n; - - // Set the initial focus when opening the combo (scrolling + keyboard navigation focus) - if (is_selected) - ImGui::SetItemDefaultFocus(); - } - ImGui::EndListBox(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Selectables"); - if (ImGui::TreeNode("Selectables")) - { - // Selectable() has 2 overloads: - // - The one taking "bool selected" as a read-only selection information. - // When Selectable() has been clicked it returns true and you can alter selection state accordingly. - // - The one taking "bool* p_selected" as a read-write selection information (convenient in some cases) - // The earlier is more flexible, as in real application your selection may be stored in many different ways - // and not necessarily inside a bool value (e.g. in flags within objects, as an external list, etc). - IMGUI_DEMO_MARKER("Widgets/Selectables/Basic"); - if (ImGui::TreeNode("Basic")) - { - static bool selection[5] = { false, true, false, false, false }; - ImGui::Selectable("1. I am selectable", &selection[0]); - ImGui::Selectable("2. I am selectable", &selection[1]); - ImGui::Text("(I am not selectable)"); - ImGui::Selectable("4. I am selectable", &selection[3]); - if (ImGui::Selectable("5. I am double clickable", selection[4], ImGuiSelectableFlags_AllowDoubleClick)) - if (ImGui::IsMouseDoubleClicked(0)) - selection[4] = !selection[4]; - ImGui::TreePop(); - } - IMGUI_DEMO_MARKER("Widgets/Selectables/Single Selection"); - if (ImGui::TreeNode("Selection State: Single Selection")) - { - static int selected = -1; - for (int n = 0; n < 5; n++) - { - char buf[32]; - sprintf(buf, "Object %d", n); - if (ImGui::Selectable(buf, selected == n)) - selected = n; - } - ImGui::TreePop(); - } - IMGUI_DEMO_MARKER("Widgets/Selectables/Multiple Selection"); - if (ImGui::TreeNode("Selection State: Multiple Selection")) - { - HelpMarker("Hold CTRL and click to select multiple items."); - static bool selection[5] = { false, false, false, false, false }; - for (int n = 0; n < 5; n++) - { - char buf[32]; - sprintf(buf, "Object %d", n); - if (ImGui::Selectable(buf, selection[n])) - { - if (!ImGui::GetIO().KeyCtrl) // Clear selection when CTRL is not held - memset(selection, 0, sizeof(selection)); - selection[n] ^= 1; - } - } - ImGui::TreePop(); - } - IMGUI_DEMO_MARKER("Widgets/Selectables/Rendering more text into the same line"); - if (ImGui::TreeNode("Rendering more text into the same line")) - { - // Using the Selectable() override that takes "bool* p_selected" parameter, - // this function toggle your bool value automatically. - static bool selected[3] = { false, false, false }; - ImGui::Selectable("main.c", &selected[0]); ImGui::SameLine(300); ImGui::Text(" 2,345 bytes"); - ImGui::Selectable("Hello.cpp", &selected[1]); ImGui::SameLine(300); ImGui::Text("12,345 bytes"); - ImGui::Selectable("Hello.h", &selected[2]); ImGui::SameLine(300); ImGui::Text(" 2,345 bytes"); - ImGui::TreePop(); - } - IMGUI_DEMO_MARKER("Widgets/Selectables/In columns"); - if (ImGui::TreeNode("In columns")) - { - static bool selected[10] = {}; - - if (ImGui::BeginTable("split1", 3, ImGuiTableFlags_Resizable | ImGuiTableFlags_NoSavedSettings | ImGuiTableFlags_Borders)) - { - for (int i = 0; i < 10; i++) - { - char label[32]; - sprintf(label, "Item %d", i); - ImGui::TableNextColumn(); - ImGui::Selectable(label, &selected[i]); // FIXME-TABLE: Selection overlap - } - ImGui::EndTable(); - } - ImGui::Spacing(); - if (ImGui::BeginTable("split2", 3, ImGuiTableFlags_Resizable | ImGuiTableFlags_NoSavedSettings | ImGuiTableFlags_Borders)) - { - for (int i = 0; i < 10; i++) - { - char label[32]; - sprintf(label, "Item %d", i); - ImGui::TableNextRow(); - ImGui::TableNextColumn(); - ImGui::Selectable(label, &selected[i], ImGuiSelectableFlags_SpanAllColumns); - ImGui::TableNextColumn(); - ImGui::Text("Some other contents"); - ImGui::TableNextColumn(); - ImGui::Text("123456"); - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - IMGUI_DEMO_MARKER("Widgets/Selectables/Grid"); - if (ImGui::TreeNode("Grid")) - { - static char selected[4][4] = { { 1, 0, 0, 0 }, { 0, 1, 0, 0 }, { 0, 0, 1, 0 }, { 0, 0, 0, 1 } }; - - // Add in a bit of silly fun... - const float time = (float)ImGui::GetTime(); - const bool winning_state = memchr(selected, 0, sizeof(selected)) == NULL; // If all cells are selected... - if (winning_state) - ImGui::PushStyleVar(ImGuiStyleVar_SelectableTextAlign, ImVec2(0.5f + 0.5f * cosf(time * 2.0f), 0.5f + 0.5f * sinf(time * 3.0f))); - - for (int y = 0; y < 4; y++) - for (int x = 0; x < 4; x++) - { - if (x > 0) - ImGui::SameLine(); - ImGui::PushID(y * 4 + x); - if (ImGui::Selectable("Sailor", selected[y][x] != 0, 0, ImVec2(50, 50))) - { - // Toggle clicked cell + toggle neighbors - selected[y][x] ^= 1; - if (x > 0) { selected[y][x - 1] ^= 1; } - if (x < 3) { selected[y][x + 1] ^= 1; } - if (y > 0) { selected[y - 1][x] ^= 1; } - if (y < 3) { selected[y + 1][x] ^= 1; } - } - ImGui::PopID(); - } - - if (winning_state) - ImGui::PopStyleVar(); - ImGui::TreePop(); - } - IMGUI_DEMO_MARKER("Widgets/Selectables/Alignment"); - if (ImGui::TreeNode("Alignment")) - { - HelpMarker( - "By default, Selectables uses style.SelectableTextAlign but it can be overridden on a per-item " - "basis using PushStyleVar(). You'll probably want to always keep your default situation to " - "left-align otherwise it becomes difficult to layout multiple items on a same line"); - static bool selected[3 * 3] = { true, false, true, false, true, false, true, false, true }; - for (int y = 0; y < 3; y++) - { - for (int x = 0; x < 3; x++) - { - ImVec2 alignment = ImVec2((float)x / 2.0f, (float)y / 2.0f); - char name[32]; - sprintf(name, "(%.1f,%.1f)", alignment.x, alignment.y); - if (x > 0) ImGui::SameLine(); - ImGui::PushStyleVar(ImGuiStyleVar_SelectableTextAlign, alignment); - ImGui::Selectable(name, &selected[3 * y + x], ImGuiSelectableFlags_None, ImVec2(80, 80)); - ImGui::PopStyleVar(); - } - } - ImGui::TreePop(); - } - ImGui::TreePop(); - } - - // To wire InputText() with std::string or any other custom string type, - // see the "Text Input > Resize Callback" section of this demo, and the misc/cpp/imgui_stdlib.h file. - IMGUI_DEMO_MARKER("Widgets/Text Input"); - if (ImGui::TreeNode("Text Input")) - { - IMGUI_DEMO_MARKER("Widgets/Text Input/Multi-line Text Input"); - if (ImGui::TreeNode("Multi-line Text Input")) - { - // Note: we are using a fixed-sized buffer for simplicity here. See ImGuiInputTextFlags_CallbackResize - // and the code in misc/cpp/imgui_stdlib.h for how to setup InputText() for dynamically resizing strings. - static char text[1024 * 16] = - "/*\n" - " The Pentium F00F bug, shorthand for F0 0F C7 C8,\n" - " the hexadecimal encoding of one offending instruction,\n" - " more formally, the invalid operand with locked CMPXCHG8B\n" - " instruction bug, is a design flaw in the majority of\n" - " Intel Pentium, Pentium MMX, and Pentium OverDrive\n" - " processors (all in the P5 microarchitecture).\n" - "*/\n\n" - "label:\n" - "\tlock cmpxchg8b eax\n"; - - static ImGuiInputTextFlags flags = ImGuiInputTextFlags_AllowTabInput; - HelpMarker("You can use the ImGuiInputTextFlags_CallbackResize facility if you need to wire InputTextMultiline() to a dynamic string type. See misc/cpp/imgui_stdlib.h for an example. (This is not demonstrated in imgui_demo.cpp because we don't want to include in here)"); - ImGui::CheckboxFlags("ImGuiInputTextFlags_ReadOnly", &flags, ImGuiInputTextFlags_ReadOnly); - ImGui::CheckboxFlags("ImGuiInputTextFlags_AllowTabInput", &flags, ImGuiInputTextFlags_AllowTabInput); - ImGui::CheckboxFlags("ImGuiInputTextFlags_CtrlEnterForNewLine", &flags, ImGuiInputTextFlags_CtrlEnterForNewLine); - ImGui::InputTextMultiline("##source", text, IM_ARRAYSIZE(text), ImVec2(-FLT_MIN, ImGui::GetTextLineHeight() * 16), flags); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Text Input/Filtered Text Input"); - if (ImGui::TreeNode("Filtered Text Input")) - { - struct TextFilters - { - // Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i' - static int FilterImGuiLetters(ImGuiInputTextCallbackData* data) - { - if (data->EventChar < 256 && strchr("imgui", (char)data->EventChar)) - return 0; - return 1; - } - }; - - static char buf1[64] = ""; ImGui::InputText("default", buf1, 64); - static char buf2[64] = ""; ImGui::InputText("decimal", buf2, 64, ImGuiInputTextFlags_CharsDecimal); - static char buf3[64] = ""; ImGui::InputText("hexadecimal", buf3, 64, ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase); - static char buf4[64] = ""; ImGui::InputText("uppercase", buf4, 64, ImGuiInputTextFlags_CharsUppercase); - static char buf5[64] = ""; ImGui::InputText("no blank", buf5, 64, ImGuiInputTextFlags_CharsNoBlank); - static char buf6[64] = ""; ImGui::InputText("\"imgui\" letters", buf6, 64, ImGuiInputTextFlags_CallbackCharFilter, TextFilters::FilterImGuiLetters); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Text Input/Password input"); - if (ImGui::TreeNode("Password Input")) - { - static char password[64] = "password123"; - ImGui::InputText("password", password, IM_ARRAYSIZE(password), ImGuiInputTextFlags_Password); - ImGui::SameLine(); HelpMarker("Display all characters as '*'.\nDisable clipboard cut and copy.\nDisable logging.\n"); - ImGui::InputTextWithHint("password (w/ hint)", "", password, IM_ARRAYSIZE(password), ImGuiInputTextFlags_Password); - ImGui::InputText("password (clear)", password, IM_ARRAYSIZE(password)); - ImGui::TreePop(); - } - - if (ImGui::TreeNode("Completion, History, Edit Callbacks")) - { - struct Funcs - { - static int MyCallback(ImGuiInputTextCallbackData* data) - { - if (data->EventFlag == ImGuiInputTextFlags_CallbackCompletion) - { - data->InsertChars(data->CursorPos, ".."); - } - else if (data->EventFlag == ImGuiInputTextFlags_CallbackHistory) - { - if (data->EventKey == ImGuiKey_UpArrow) - { - data->DeleteChars(0, data->BufTextLen); - data->InsertChars(0, "Pressed Up!"); - data->SelectAll(); - } - else if (data->EventKey == ImGuiKey_DownArrow) - { - data->DeleteChars(0, data->BufTextLen); - data->InsertChars(0, "Pressed Down!"); - data->SelectAll(); - } - } - else if (data->EventFlag == ImGuiInputTextFlags_CallbackEdit) - { - // Toggle casing of first character - char c = data->Buf[0]; - if ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')) data->Buf[0] ^= 32; - data->BufDirty = true; - - // Increment a counter - int* p_int = (int*)data->UserData; - *p_int = *p_int + 1; - } - return 0; - } - }; - static char buf1[64]; - ImGui::InputText("Completion", buf1, 64, ImGuiInputTextFlags_CallbackCompletion, Funcs::MyCallback); - ImGui::SameLine(); HelpMarker("Here we append \"..\" each time Tab is pressed. See 'Examples>Console' for a more meaningful demonstration of using this callback."); - - static char buf2[64]; - ImGui::InputText("History", buf2, 64, ImGuiInputTextFlags_CallbackHistory, Funcs::MyCallback); - ImGui::SameLine(); HelpMarker("Here we replace and select text each time Up/Down are pressed. See 'Examples>Console' for a more meaningful demonstration of using this callback."); - - static char buf3[64]; - static int edit_count = 0; - ImGui::InputText("Edit", buf3, 64, ImGuiInputTextFlags_CallbackEdit, Funcs::MyCallback, (void*)&edit_count); - ImGui::SameLine(); HelpMarker("Here we toggle the casing of the first character on every edits + count edits."); - ImGui::SameLine(); ImGui::Text("(%d)", edit_count); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Text Input/Resize Callback"); - if (ImGui::TreeNode("Resize Callback")) - { - // To wire InputText() with std::string or any other custom string type, - // you can use the ImGuiInputTextFlags_CallbackResize flag + create a custom ImGui::InputText() wrapper - // using your preferred type. See misc/cpp/imgui_stdlib.h for an implementation of this using std::string. - HelpMarker( - "Using ImGuiInputTextFlags_CallbackResize to wire your custom string type to InputText().\n\n" - "See misc/cpp/imgui_stdlib.h for an implementation of this for std::string."); - struct Funcs - { - static int MyResizeCallback(ImGuiInputTextCallbackData* data) - { - if (data->EventFlag == ImGuiInputTextFlags_CallbackResize) - { - ImVector* my_str = (ImVector*)data->UserData; - IM_ASSERT(my_str->begin() == data->Buf); - my_str->resize(data->BufSize); // NB: On resizing calls, generally data->BufSize == data->BufTextLen + 1 - data->Buf = my_str->begin(); - } - return 0; - } - - // Note: Because ImGui:: is a namespace you would typically add your own function into the namespace. - // For example, you code may declare a function 'ImGui::InputText(const char* label, MyString* my_str)' - static bool MyInputTextMultiline(const char* label, ImVector* my_str, const ImVec2& size = ImVec2(0, 0), ImGuiInputTextFlags flags = 0) - { - IM_ASSERT((flags & ImGuiInputTextFlags_CallbackResize) == 0); - return ImGui::InputTextMultiline(label, my_str->begin(), (size_t)my_str->size(), size, flags | ImGuiInputTextFlags_CallbackResize, Funcs::MyResizeCallback, (void*)my_str); - } - }; - - // For this demo we are using ImVector as a string container. - // Note that because we need to store a terminating zero character, our size/capacity are 1 more - // than usually reported by a typical string class. - static ImVector my_str; - if (my_str.empty()) - my_str.push_back(0); - Funcs::MyInputTextMultiline("##MyStr", &my_str, ImVec2(-FLT_MIN, ImGui::GetTextLineHeight() * 16)); - ImGui::Text("Data: %p\nSize: %d\nCapacity: %d", (void*)my_str.begin(), my_str.size(), my_str.capacity()); - ImGui::TreePop(); - } - - ImGui::TreePop(); - } - - // Tabs - IMGUI_DEMO_MARKER("Widgets/Tabs"); - if (ImGui::TreeNode("Tabs")) - { - IMGUI_DEMO_MARKER("Widgets/Tabs/Basic"); - if (ImGui::TreeNode("Basic")) - { - ImGuiTabBarFlags tab_bar_flags = ImGuiTabBarFlags_None; - if (ImGui::BeginTabBar("MyTabBar", tab_bar_flags)) - { - if (ImGui::BeginTabItem("Avocado")) - { - ImGui::Text("This is the Avocado tab!\nblah blah blah blah blah"); - ImGui::EndTabItem(); - } - if (ImGui::BeginTabItem("Broccoli")) - { - ImGui::Text("This is the Broccoli tab!\nblah blah blah blah blah"); - ImGui::EndTabItem(); - } - if (ImGui::BeginTabItem("Cucumber")) - { - ImGui::Text("This is the Cucumber tab!\nblah blah blah blah blah"); - ImGui::EndTabItem(); - } - ImGui::EndTabBar(); - } - ImGui::Separator(); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Tabs/Advanced & Close Button"); - if (ImGui::TreeNode("Advanced & Close Button")) - { - // Expose a couple of the available flags. In most cases you may just call BeginTabBar() with no flags (0). - static ImGuiTabBarFlags tab_bar_flags = ImGuiTabBarFlags_Reorderable; - ImGui::CheckboxFlags("ImGuiTabBarFlags_Reorderable", &tab_bar_flags, ImGuiTabBarFlags_Reorderable); - ImGui::CheckboxFlags("ImGuiTabBarFlags_AutoSelectNewTabs", &tab_bar_flags, ImGuiTabBarFlags_AutoSelectNewTabs); - ImGui::CheckboxFlags("ImGuiTabBarFlags_TabListPopupButton", &tab_bar_flags, ImGuiTabBarFlags_TabListPopupButton); - ImGui::CheckboxFlags("ImGuiTabBarFlags_NoCloseWithMiddleMouseButton", &tab_bar_flags, ImGuiTabBarFlags_NoCloseWithMiddleMouseButton); - if ((tab_bar_flags & ImGuiTabBarFlags_FittingPolicyMask_) == 0) - tab_bar_flags |= ImGuiTabBarFlags_FittingPolicyDefault_; - if (ImGui::CheckboxFlags("ImGuiTabBarFlags_FittingPolicyResizeDown", &tab_bar_flags, ImGuiTabBarFlags_FittingPolicyResizeDown)) - tab_bar_flags &= ~(ImGuiTabBarFlags_FittingPolicyMask_ ^ ImGuiTabBarFlags_FittingPolicyResizeDown); - if (ImGui::CheckboxFlags("ImGuiTabBarFlags_FittingPolicyScroll", &tab_bar_flags, ImGuiTabBarFlags_FittingPolicyScroll)) - tab_bar_flags &= ~(ImGuiTabBarFlags_FittingPolicyMask_ ^ ImGuiTabBarFlags_FittingPolicyScroll); - - // Tab Bar - const char* names[4] = { "Artichoke", "Beetroot", "Celery", "Daikon" }; - static bool opened[4] = { true, true, true, true }; // Persistent user state - for (int n = 0; n < IM_ARRAYSIZE(opened); n++) - { - if (n > 0) { ImGui::SameLine(); } - ImGui::Checkbox(names[n], &opened[n]); - } - - // Passing a bool* to BeginTabItem() is similar to passing one to Begin(): - // the underlying bool will be set to false when the tab is closed. - if (ImGui::BeginTabBar("MyTabBar", tab_bar_flags)) - { - for (int n = 0; n < IM_ARRAYSIZE(opened); n++) - if (opened[n] && ImGui::BeginTabItem(names[n], &opened[n], ImGuiTabItemFlags_None)) - { - ImGui::Text("This is the %s tab!", names[n]); - if (n & 1) - ImGui::Text("I am an odd tab."); - ImGui::EndTabItem(); - } - ImGui::EndTabBar(); - } - ImGui::Separator(); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Tabs/TabItemButton & Leading-Trailing flags"); - if (ImGui::TreeNode("TabItemButton & Leading/Trailing flags")) - { - static ImVector active_tabs; - static int next_tab_id = 0; - if (next_tab_id == 0) // Initialize with some default tabs - for (int i = 0; i < 3; i++) - active_tabs.push_back(next_tab_id++); - - // TabItemButton() and Leading/Trailing flags are distinct features which we will demo together. - // (It is possible to submit regular tabs with Leading/Trailing flags, or TabItemButton tabs without Leading/Trailing flags... - // but they tend to make more sense together) - static bool show_leading_button = true; - static bool show_trailing_button = true; - ImGui::Checkbox("Show Leading TabItemButton()", &show_leading_button); - ImGui::Checkbox("Show Trailing TabItemButton()", &show_trailing_button); - - // Expose some other flags which are useful to showcase how they interact with Leading/Trailing tabs - static ImGuiTabBarFlags tab_bar_flags = ImGuiTabBarFlags_AutoSelectNewTabs | ImGuiTabBarFlags_Reorderable | ImGuiTabBarFlags_FittingPolicyResizeDown; - ImGui::CheckboxFlags("ImGuiTabBarFlags_TabListPopupButton", &tab_bar_flags, ImGuiTabBarFlags_TabListPopupButton); - if (ImGui::CheckboxFlags("ImGuiTabBarFlags_FittingPolicyResizeDown", &tab_bar_flags, ImGuiTabBarFlags_FittingPolicyResizeDown)) - tab_bar_flags &= ~(ImGuiTabBarFlags_FittingPolicyMask_ ^ ImGuiTabBarFlags_FittingPolicyResizeDown); - if (ImGui::CheckboxFlags("ImGuiTabBarFlags_FittingPolicyScroll", &tab_bar_flags, ImGuiTabBarFlags_FittingPolicyScroll)) - tab_bar_flags &= ~(ImGuiTabBarFlags_FittingPolicyMask_ ^ ImGuiTabBarFlags_FittingPolicyScroll); - - if (ImGui::BeginTabBar("MyTabBar", tab_bar_flags)) - { - // Demo a Leading TabItemButton(): click the "?" button to open a menu - if (show_leading_button) - if (ImGui::TabItemButton("?", ImGuiTabItemFlags_Leading | ImGuiTabItemFlags_NoTooltip)) - ImGui::OpenPopup("MyHelpMenu"); - if (ImGui::BeginPopup("MyHelpMenu")) - { - ImGui::Selectable("Hello!"); - ImGui::EndPopup(); - } - - // Demo Trailing Tabs: click the "+" button to add a new tab (in your app you may want to use a font icon instead of the "+") - // Note that we submit it before the regular tabs, but because of the ImGuiTabItemFlags_Trailing flag it will always appear at the end. - if (show_trailing_button) - if (ImGui::TabItemButton("+", ImGuiTabItemFlags_Trailing | ImGuiTabItemFlags_NoTooltip)) - active_tabs.push_back(next_tab_id++); // Add new tab - - // Submit our regular tabs - for (int n = 0; n < active_tabs.Size; ) - { - bool open = true; - char name[16]; - snprintf(name, IM_ARRAYSIZE(name), "%04d", active_tabs[n]); - if (ImGui::BeginTabItem(name, &open, ImGuiTabItemFlags_None)) - { - ImGui::Text("This is the %s tab!", name); - ImGui::EndTabItem(); - } - - if (!open) - active_tabs.erase(active_tabs.Data + n); - else - n++; - } - - ImGui::EndTabBar(); - } - ImGui::Separator(); - ImGui::TreePop(); - } - ImGui::TreePop(); - } - - // Plot/Graph widgets are not very good. - // Consider using a third-party library such as ImPlot: https://github.com/epezent/implot - // (see others https://github.com/ocornut/imgui/wiki/Useful-Extensions) - IMGUI_DEMO_MARKER("Widgets/Plotting"); - if (ImGui::TreeNode("Plotting")) - { - static bool animate = true; - ImGui::Checkbox("Animate", &animate); - - // Plot as lines and plot as histogram - IMGUI_DEMO_MARKER("Widgets/Plotting/PlotLines, PlotHistogram"); - static float arr[] = { 0.6f, 0.1f, 1.0f, 0.5f, 0.92f, 0.1f, 0.2f }; - ImGui::PlotLines("Frame Times", arr, IM_ARRAYSIZE(arr)); - ImGui::PlotHistogram("Histogram", arr, IM_ARRAYSIZE(arr), 0, NULL, 0.0f, 1.0f, ImVec2(0, 80.0f)); - - // Fill an array of contiguous float values to plot - // Tip: If your float aren't contiguous but part of a structure, you can pass a pointer to your first float - // and the sizeof() of your structure in the "stride" parameter. - static float values[90] = {}; - static int values_offset = 0; - static double refresh_time = 0.0; - if (!animate || refresh_time == 0.0) - refresh_time = ImGui::GetTime(); - while (refresh_time < ImGui::GetTime()) // Create data at fixed 60 Hz rate for the demo - { - static float phase = 0.0f; - values[values_offset] = cosf(phase); - values_offset = (values_offset + 1) % IM_ARRAYSIZE(values); - phase += 0.10f * values_offset; - refresh_time += 1.0f / 60.0f; - } - - // Plots can display overlay texts - // (in this example, we will display an average value) - { - float average = 0.0f; - for (int n = 0; n < IM_ARRAYSIZE(values); n++) - average += values[n]; - average /= (float)IM_ARRAYSIZE(values); - char overlay[32]; - sprintf(overlay, "avg %f", average); - ImGui::PlotLines("Lines", values, IM_ARRAYSIZE(values), values_offset, overlay, -1.0f, 1.0f, ImVec2(0, 80.0f)); - } - - // Use functions to generate output - // FIXME: This is rather awkward because current plot API only pass in indices. - // We probably want an API passing floats and user provide sample rate/count. - struct Funcs - { - static float Sin(void*, int i) { return sinf(i * 0.1f); } - static float Saw(void*, int i) { return (i & 1) ? 1.0f : -1.0f; } - }; - static int func_type = 0, display_count = 70; - ImGui::Separator(); - ImGui::SetNextItemWidth(ImGui::GetFontSize() * 8); - ImGui::Combo("func", &func_type, "Sin\0Saw\0"); - ImGui::SameLine(); - ImGui::SliderInt("Sample count", &display_count, 1, 400); - float (*func)(void*, int) = (func_type == 0) ? Funcs::Sin : Funcs::Saw; - ImGui::PlotLines("Lines", func, NULL, display_count, 0, NULL, -1.0f, 1.0f, ImVec2(0, 80)); - ImGui::PlotHistogram("Histogram", func, NULL, display_count, 0, NULL, -1.0f, 1.0f, ImVec2(0, 80)); - ImGui::Separator(); - - // Animate a simple progress bar - IMGUI_DEMO_MARKER("Widgets/Plotting/ProgressBar"); - static float progress = 0.0f, progress_dir = 1.0f; - if (animate) - { - progress += progress_dir * 0.4f * ImGui::GetIO().DeltaTime; - if (progress >= +1.1f) { progress = +1.1f; progress_dir *= -1.0f; } - if (progress <= -0.1f) { progress = -0.1f; progress_dir *= -1.0f; } - } - - // Typically we would use ImVec2(-1.0f,0.0f) or ImVec2(-FLT_MIN,0.0f) to use all available width, - // or ImVec2(width,0.0f) for a specified width. ImVec2(0.0f,0.0f) uses ItemWidth. - ImGui::ProgressBar(progress, ImVec2(0.0f, 0.0f)); - ImGui::SameLine(0.0f, ImGui::GetStyle().ItemInnerSpacing.x); - ImGui::Text("Progress Bar"); - - float progress_saturated = IM_CLAMP(progress, 0.0f, 1.0f); - char buf[32]; - sprintf(buf, "%d/%d", (int)(progress_saturated * 1753), 1753); - ImGui::ProgressBar(progress, ImVec2(0.f, 0.f), buf); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Color"); - if (ImGui::TreeNode("Color/Picker Widgets")) - { - static ImVec4 color = ImVec4(114.0f / 255.0f, 144.0f / 255.0f, 154.0f / 255.0f, 200.0f / 255.0f); - - static bool alpha_preview = true; - static bool alpha_half_preview = false; - static bool drag_and_drop = true; - static bool options_menu = true; - static bool hdr = false; - ImGui::Checkbox("With Alpha Preview", &alpha_preview); - ImGui::Checkbox("With Half Alpha Preview", &alpha_half_preview); - ImGui::Checkbox("With Drag and Drop", &drag_and_drop); - ImGui::Checkbox("With Options Menu", &options_menu); ImGui::SameLine(); HelpMarker("Right-click on the individual color widget to show options."); - ImGui::Checkbox("With HDR", &hdr); ImGui::SameLine(); HelpMarker("Currently all this does is to lift the 0..1 limits on dragging widgets."); - ImGuiColorEditFlags misc_flags = (hdr ? ImGuiColorEditFlags_HDR : 0) | (drag_and_drop ? 0 : ImGuiColorEditFlags_NoDragDrop) | (alpha_half_preview ? ImGuiColorEditFlags_AlphaPreviewHalf : (alpha_preview ? ImGuiColorEditFlags_AlphaPreview : 0)) | (options_menu ? 0 : ImGuiColorEditFlags_NoOptions); - - IMGUI_DEMO_MARKER("Widgets/Color/ColorEdit"); - ImGui::Text("Color widget:"); - ImGui::SameLine(); HelpMarker( - "Click on the color square to open a color picker.\n" - "CTRL+click on individual component to input value.\n"); - ImGui::ColorEdit3("MyColor##1", (float*)&color, misc_flags); - - IMGUI_DEMO_MARKER("Widgets/Color/ColorEdit (HSV, with Alpha)"); - ImGui::Text("Color widget HSV with Alpha:"); - ImGui::ColorEdit4("MyColor##2", (float*)&color, ImGuiColorEditFlags_DisplayHSV | misc_flags); - - IMGUI_DEMO_MARKER("Widgets/Color/ColorEdit (float display)"); - ImGui::Text("Color widget with Float Display:"); - ImGui::ColorEdit4("MyColor##2f", (float*)&color, ImGuiColorEditFlags_Float | misc_flags); - - IMGUI_DEMO_MARKER("Widgets/Color/ColorButton (with Picker)"); - ImGui::Text("Color button with Picker:"); - ImGui::SameLine(); HelpMarker( - "With the ImGuiColorEditFlags_NoInputs flag you can hide all the slider/text inputs.\n" - "With the ImGuiColorEditFlags_NoLabel flag you can pass a non-empty label which will only " - "be used for the tooltip and picker popup."); - ImGui::ColorEdit4("MyColor##3", (float*)&color, ImGuiColorEditFlags_NoInputs | ImGuiColorEditFlags_NoLabel | misc_flags); - - IMGUI_DEMO_MARKER("Widgets/Color/ColorButton (with custom Picker popup)"); - ImGui::Text("Color button with Custom Picker Popup:"); - - // Generate a default palette. The palette will persist and can be edited. - static bool saved_palette_init = true; - static ImVec4 saved_palette[32] = {}; - if (saved_palette_init) - { - for (int n = 0; n < IM_ARRAYSIZE(saved_palette); n++) - { - ImGui::ColorConvertHSVtoRGB(n / 31.0f, 0.8f, 0.8f, - saved_palette[n].x, saved_palette[n].y, saved_palette[n].z); - saved_palette[n].w = 1.0f; // Alpha - } - saved_palette_init = false; - } - - static ImVec4 backup_color; - bool open_popup = ImGui::ColorButton("MyColor##3b", color, misc_flags); - ImGui::SameLine(0, ImGui::GetStyle().ItemInnerSpacing.x); - open_popup |= ImGui::Button("Palette"); - if (open_popup) - { - ImGui::OpenPopup("mypicker"); - backup_color = color; - } - if (ImGui::BeginPopup("mypicker")) - { - ImGui::Text("MY CUSTOM COLOR PICKER WITH AN AMAZING PALETTE!"); - ImGui::Separator(); - ImGui::ColorPicker4("##picker", (float*)&color, misc_flags | ImGuiColorEditFlags_NoSidePreview | ImGuiColorEditFlags_NoSmallPreview); - ImGui::SameLine(); - - ImGui::BeginGroup(); // Lock X position - ImGui::Text("Current"); - ImGui::ColorButton("##current", color, ImGuiColorEditFlags_NoPicker | ImGuiColorEditFlags_AlphaPreviewHalf, ImVec2(60, 40)); - ImGui::Text("Previous"); - if (ImGui::ColorButton("##previous", backup_color, ImGuiColorEditFlags_NoPicker | ImGuiColorEditFlags_AlphaPreviewHalf, ImVec2(60, 40))) - color = backup_color; - ImGui::Separator(); - ImGui::Text("Palette"); - for (int n = 0; n < IM_ARRAYSIZE(saved_palette); n++) - { - ImGui::PushID(n); - if ((n % 8) != 0) - ImGui::SameLine(0.0f, ImGui::GetStyle().ItemSpacing.y); - - ImGuiColorEditFlags palette_button_flags = ImGuiColorEditFlags_NoAlpha | ImGuiColorEditFlags_NoPicker | ImGuiColorEditFlags_NoTooltip; - if (ImGui::ColorButton("##palette", saved_palette[n], palette_button_flags, ImVec2(20, 20))) - color = ImVec4(saved_palette[n].x, saved_palette[n].y, saved_palette[n].z, color.w); // Preserve alpha! - - // Allow user to drop colors into each palette entry. Note that ColorButton() is already a - // drag source by default, unless specifying the ImGuiColorEditFlags_NoDragDrop flag. - if (ImGui::BeginDragDropTarget()) - { - if (const ImGuiPayload* payload = ImGui::AcceptDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_3F)) - memcpy((float*)&saved_palette[n], payload->Data, sizeof(float) * 3); - if (const ImGuiPayload* payload = ImGui::AcceptDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_4F)) - memcpy((float*)&saved_palette[n], payload->Data, sizeof(float) * 4); - ImGui::EndDragDropTarget(); - } - - ImGui::PopID(); - } - ImGui::EndGroup(); - ImGui::EndPopup(); - } - - IMGUI_DEMO_MARKER("Widgets/Color/ColorButton (simple)"); - ImGui::Text("Color button only:"); - static bool no_border = false; - ImGui::Checkbox("ImGuiColorEditFlags_NoBorder", &no_border); - ImGui::ColorButton("MyColor##3c", *(ImVec4*)&color, misc_flags | (no_border ? ImGuiColorEditFlags_NoBorder : 0), ImVec2(80, 80)); - - IMGUI_DEMO_MARKER("Widgets/Color/ColorPicker"); - ImGui::Text("Color picker:"); - static bool alpha = true; - static bool alpha_bar = true; - static bool side_preview = true; - static bool ref_color = false; - static ImVec4 ref_color_v(1.0f, 0.0f, 1.0f, 0.5f); - static int display_mode = 0; - static int picker_mode = 0; - ImGui::Checkbox("With Alpha", &alpha); - ImGui::Checkbox("With Alpha Bar", &alpha_bar); - ImGui::Checkbox("With Side Preview", &side_preview); - if (side_preview) - { - ImGui::SameLine(); - ImGui::Checkbox("With Ref Color", &ref_color); - if (ref_color) - { - ImGui::SameLine(); - ImGui::ColorEdit4("##RefColor", &ref_color_v.x, ImGuiColorEditFlags_NoInputs | misc_flags); - } - } - ImGui::Combo("Display Mode", &display_mode, "Auto/Current\0None\0RGB Only\0HSV Only\0Hex Only\0"); - ImGui::SameLine(); HelpMarker( - "ColorEdit defaults to displaying RGB inputs if you don't specify a display mode, " - "but the user can change it with a right-click on those inputs.\n\nColorPicker defaults to displaying RGB+HSV+Hex " - "if you don't specify a display mode.\n\nYou can change the defaults using SetColorEditOptions()."); - ImGui::SameLine(); HelpMarker("When not specified explicitly (Auto/Current mode), user can right-click the picker to change mode."); - ImGuiColorEditFlags flags = misc_flags; - if (!alpha) flags |= ImGuiColorEditFlags_NoAlpha; // This is by default if you call ColorPicker3() instead of ColorPicker4() - if (alpha_bar) flags |= ImGuiColorEditFlags_AlphaBar; - if (!side_preview) flags |= ImGuiColorEditFlags_NoSidePreview; - if (picker_mode == 1) flags |= ImGuiColorEditFlags_PickerHueBar; - if (picker_mode == 2) flags |= ImGuiColorEditFlags_PickerHueWheel; - if (display_mode == 1) flags |= ImGuiColorEditFlags_NoInputs; // Disable all RGB/HSV/Hex displays - if (display_mode == 2) flags |= ImGuiColorEditFlags_DisplayRGB; // Override display mode - if (display_mode == 3) flags |= ImGuiColorEditFlags_DisplayHSV; - if (display_mode == 4) flags |= ImGuiColorEditFlags_DisplayHex; - ImGui::ColorPicker4("MyColor##4", (float*)&color, flags, ref_color ? &ref_color_v.x : NULL); - - ImGui::Text("Set defaults in code:"); - ImGui::SameLine(); HelpMarker( - "SetColorEditOptions() is designed to allow you to set boot-time default.\n" - "We don't have Push/Pop functions because you can force options on a per-widget basis if needed," - "and the user can change non-forced ones with the options menu.\nWe don't have a getter to avoid" - "encouraging you to persistently save values that aren't forward-compatible."); - if (ImGui::Button("Default: Uint8 + HSV + Hue Bar")) - ImGui::SetColorEditOptions(ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_DisplayHSV | ImGuiColorEditFlags_PickerHueBar); - if (ImGui::Button("Default: Float + HDR + Hue Wheel")) - ImGui::SetColorEditOptions(ImGuiColorEditFlags_Float | ImGuiColorEditFlags_HDR | ImGuiColorEditFlags_PickerHueWheel); - - // Always both a small version of both types of pickers (to make it more visible in the demo to people who are skimming quickly through it) - ImGui::Text("Both types:"); - float w = (ImGui::GetContentRegionAvail().x - ImGui::GetStyle().ItemSpacing.y) * 0.40f; - ImGui::SetNextItemWidth(w); - ImGui::ColorPicker3("##MyColor##5", (float*)&color, ImGuiColorEditFlags_PickerHueBar | ImGuiColorEditFlags_NoSidePreview | ImGuiColorEditFlags_NoInputs | ImGuiColorEditFlags_NoAlpha); - ImGui::SameLine(); - ImGui::SetNextItemWidth(w); - ImGui::ColorPicker3("##MyColor##6", (float*)&color, ImGuiColorEditFlags_PickerHueWheel | ImGuiColorEditFlags_NoSidePreview | ImGuiColorEditFlags_NoInputs | ImGuiColorEditFlags_NoAlpha); - - // HSV encoded support (to avoid RGB<>HSV round trips and singularities when S==0 or V==0) - static ImVec4 color_hsv(0.23f, 1.0f, 1.0f, 1.0f); // Stored as HSV! - ImGui::Spacing(); - ImGui::Text("HSV encoded colors"); - ImGui::SameLine(); HelpMarker( - "By default, colors are given to ColorEdit and ColorPicker in RGB, but ImGuiColorEditFlags_InputHSV" - "allows you to store colors as HSV and pass them to ColorEdit and ColorPicker as HSV. This comes with the" - "added benefit that you can manipulate hue values with the picker even when saturation or value are zero."); - ImGui::Text("Color widget with InputHSV:"); - ImGui::ColorEdit4("HSV shown as RGB##1", (float*)&color_hsv, ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_InputHSV | ImGuiColorEditFlags_Float); - ImGui::ColorEdit4("HSV shown as HSV##1", (float*)&color_hsv, ImGuiColorEditFlags_DisplayHSV | ImGuiColorEditFlags_InputHSV | ImGuiColorEditFlags_Float); - ImGui::DragFloat4("Raw HSV values", (float*)&color_hsv, 0.01f, 0.0f, 1.0f); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Drag and Slider Flags"); - if (ImGui::TreeNode("Drag/Slider Flags")) - { - // Demonstrate using advanced flags for DragXXX and SliderXXX functions. Note that the flags are the same! - static ImGuiSliderFlags flags = ImGuiSliderFlags_None; - ImGui::CheckboxFlags("ImGuiSliderFlags_AlwaysClamp", &flags, ImGuiSliderFlags_AlwaysClamp); - ImGui::SameLine(); HelpMarker("Always clamp value to min/max bounds (if any) when input manually with CTRL+Click."); - ImGui::CheckboxFlags("ImGuiSliderFlags_Logarithmic", &flags, ImGuiSliderFlags_Logarithmic); - ImGui::SameLine(); HelpMarker("Enable logarithmic editing (more precision for small values)."); - ImGui::CheckboxFlags("ImGuiSliderFlags_NoRoundToFormat", &flags, ImGuiSliderFlags_NoRoundToFormat); - ImGui::SameLine(); HelpMarker("Disable rounding underlying value to match precision of the format string (e.g. %.3f values are rounded to those 3 digits)."); - ImGui::CheckboxFlags("ImGuiSliderFlags_NoInput", &flags, ImGuiSliderFlags_NoInput); - ImGui::SameLine(); HelpMarker("Disable CTRL+Click or Enter key allowing to input text directly into the widget."); - - // Drags - static float drag_f = 0.5f; - static int drag_i = 50; - ImGui::Text("Underlying float value: %f", drag_f); - ImGui::DragFloat("DragFloat (0 -> 1)", &drag_f, 0.005f, 0.0f, 1.0f, "%.3f", flags); - ImGui::DragFloat("DragFloat (0 -> +inf)", &drag_f, 0.005f, 0.0f, FLT_MAX, "%.3f", flags); - ImGui::DragFloat("DragFloat (-inf -> 1)", &drag_f, 0.005f, -FLT_MAX, 1.0f, "%.3f", flags); - ImGui::DragFloat("DragFloat (-inf -> +inf)", &drag_f, 0.005f, -FLT_MAX, +FLT_MAX, "%.3f", flags); - ImGui::DragInt("DragInt (0 -> 100)", &drag_i, 0.5f, 0, 100, "%d", flags); - - // Sliders - static float slider_f = 0.5f; - static int slider_i = 50; - ImGui::Text("Underlying float value: %f", slider_f); - ImGui::SliderFloat("SliderFloat (0 -> 1)", &slider_f, 0.0f, 1.0f, "%.3f", flags); - ImGui::SliderInt("SliderInt (0 -> 100)", &slider_i, 0, 100, "%d", flags); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Range Widgets"); - if (ImGui::TreeNode("Range Widgets")) - { - static float begin = 10, end = 90; - static int begin_i = 100, end_i = 1000; - ImGui::DragFloatRange2("range float", &begin, &end, 0.25f, 0.0f, 100.0f, "Min: %.1f %%", "Max: %.1f %%", ImGuiSliderFlags_AlwaysClamp); - ImGui::DragIntRange2("range int", &begin_i, &end_i, 5, 0, 1000, "Min: %d units", "Max: %d units"); - ImGui::DragIntRange2("range int (no bounds)", &begin_i, &end_i, 5, 0, 0, "Min: %d units", "Max: %d units"); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Data Types"); - if (ImGui::TreeNode("Data Types")) - { - // DragScalar/InputScalar/SliderScalar functions allow various data types - // - signed/unsigned - // - 8/16/32/64-bits - // - integer/float/double - // To avoid polluting the public API with all possible combinations, we use the ImGuiDataType enum - // to pass the type, and passing all arguments by pointer. - // This is the reason the test code below creates local variables to hold "zero" "one" etc. for each types. - // In practice, if you frequently use a given type that is not covered by the normal API entry points, - // you can wrap it yourself inside a 1 line function which can take typed argument as value instead of void*, - // and then pass their address to the generic function. For example: - // bool MySliderU64(const char *label, u64* value, u64 min = 0, u64 max = 0, const char* format = "%lld") - // { - // return SliderScalar(label, ImGuiDataType_U64, value, &min, &max, format); - // } - - // Setup limits (as helper variables so we can take their address, as explained above) - // Note: SliderScalar() functions have a maximum usable range of half the natural type maximum, hence the /2. - #ifndef LLONG_MIN - ImS64 LLONG_MIN = -9223372036854775807LL - 1; - ImS64 LLONG_MAX = 9223372036854775807LL; - ImU64 ULLONG_MAX = (2ULL * 9223372036854775807LL + 1); - #endif - const char s8_zero = 0, s8_one = 1, s8_fifty = 50, s8_min = -128, s8_max = 127; - const ImU8 u8_zero = 0, u8_one = 1, u8_fifty = 50, u8_min = 0, u8_max = 255; - const short s16_zero = 0, s16_one = 1, s16_fifty = 50, s16_min = -32768, s16_max = 32767; - const ImU16 u16_zero = 0, u16_one = 1, u16_fifty = 50, u16_min = 0, u16_max = 65535; - const ImS32 s32_zero = 0, s32_one = 1, s32_fifty = 50, s32_min = INT_MIN/2, s32_max = INT_MAX/2, s32_hi_a = INT_MAX/2 - 100, s32_hi_b = INT_MAX/2; - const ImU32 u32_zero = 0, u32_one = 1, u32_fifty = 50, u32_min = 0, u32_max = UINT_MAX/2, u32_hi_a = UINT_MAX/2 - 100, u32_hi_b = UINT_MAX/2; - const ImS64 s64_zero = 0, s64_one = 1, s64_fifty = 50, s64_min = LLONG_MIN/2, s64_max = LLONG_MAX/2, s64_hi_a = LLONG_MAX/2 - 100, s64_hi_b = LLONG_MAX/2; - const ImU64 u64_zero = 0, u64_one = 1, u64_fifty = 50, u64_min = 0, u64_max = ULLONG_MAX/2, u64_hi_a = ULLONG_MAX/2 - 100, u64_hi_b = ULLONG_MAX/2; - const float f32_zero = 0.f, f32_one = 1.f, f32_lo_a = -10000000000.0f, f32_hi_a = +10000000000.0f; - const double f64_zero = 0., f64_one = 1., f64_lo_a = -1000000000000000.0, f64_hi_a = +1000000000000000.0; - - // State - static char s8_v = 127; - static ImU8 u8_v = 255; - static short s16_v = 32767; - static ImU16 u16_v = 65535; - static ImS32 s32_v = -1; - static ImU32 u32_v = (ImU32)-1; - static ImS64 s64_v = -1; - static ImU64 u64_v = (ImU64)-1; - static float f32_v = 0.123f; - static double f64_v = 90000.01234567890123456789; - - const float drag_speed = 0.2f; - static bool drag_clamp = false; - IMGUI_DEMO_MARKER("Widgets/Data Types/Drags"); - ImGui::Text("Drags:"); - ImGui::Checkbox("Clamp integers to 0..50", &drag_clamp); - ImGui::SameLine(); HelpMarker( - "As with every widgets in dear imgui, we never modify values unless there is a user interaction.\n" - "You can override the clamping limits by using CTRL+Click to input a value."); - ImGui::DragScalar("drag s8", ImGuiDataType_S8, &s8_v, drag_speed, drag_clamp ? &s8_zero : NULL, drag_clamp ? &s8_fifty : NULL); - ImGui::DragScalar("drag u8", ImGuiDataType_U8, &u8_v, drag_speed, drag_clamp ? &u8_zero : NULL, drag_clamp ? &u8_fifty : NULL, "%u ms"); - ImGui::DragScalar("drag s16", ImGuiDataType_S16, &s16_v, drag_speed, drag_clamp ? &s16_zero : NULL, drag_clamp ? &s16_fifty : NULL); - ImGui::DragScalar("drag u16", ImGuiDataType_U16, &u16_v, drag_speed, drag_clamp ? &u16_zero : NULL, drag_clamp ? &u16_fifty : NULL, "%u ms"); - ImGui::DragScalar("drag s32", ImGuiDataType_S32, &s32_v, drag_speed, drag_clamp ? &s32_zero : NULL, drag_clamp ? &s32_fifty : NULL); - ImGui::DragScalar("drag s32 hex", ImGuiDataType_S32, &s32_v, drag_speed, drag_clamp ? &s32_zero : NULL, drag_clamp ? &s32_fifty : NULL, "0x%08X"); - ImGui::DragScalar("drag u32", ImGuiDataType_U32, &u32_v, drag_speed, drag_clamp ? &u32_zero : NULL, drag_clamp ? &u32_fifty : NULL, "%u ms"); - ImGui::DragScalar("drag s64", ImGuiDataType_S64, &s64_v, drag_speed, drag_clamp ? &s64_zero : NULL, drag_clamp ? &s64_fifty : NULL); - ImGui::DragScalar("drag u64", ImGuiDataType_U64, &u64_v, drag_speed, drag_clamp ? &u64_zero : NULL, drag_clamp ? &u64_fifty : NULL); - ImGui::DragScalar("drag float", ImGuiDataType_Float, &f32_v, 0.005f, &f32_zero, &f32_one, "%f"); - ImGui::DragScalar("drag float log", ImGuiDataType_Float, &f32_v, 0.005f, &f32_zero, &f32_one, "%f", ImGuiSliderFlags_Logarithmic); - ImGui::DragScalar("drag double", ImGuiDataType_Double, &f64_v, 0.0005f, &f64_zero, NULL, "%.10f grams"); - ImGui::DragScalar("drag double log",ImGuiDataType_Double, &f64_v, 0.0005f, &f64_zero, &f64_one, "0 < %.10f < 1", ImGuiSliderFlags_Logarithmic); - - IMGUI_DEMO_MARKER("Widgets/Data Types/Sliders"); - ImGui::Text("Sliders"); - ImGui::SliderScalar("slider s8 full", ImGuiDataType_S8, &s8_v, &s8_min, &s8_max, "%d"); - ImGui::SliderScalar("slider u8 full", ImGuiDataType_U8, &u8_v, &u8_min, &u8_max, "%u"); - ImGui::SliderScalar("slider s16 full", ImGuiDataType_S16, &s16_v, &s16_min, &s16_max, "%d"); - ImGui::SliderScalar("slider u16 full", ImGuiDataType_U16, &u16_v, &u16_min, &u16_max, "%u"); - ImGui::SliderScalar("slider s32 low", ImGuiDataType_S32, &s32_v, &s32_zero, &s32_fifty,"%d"); - ImGui::SliderScalar("slider s32 high", ImGuiDataType_S32, &s32_v, &s32_hi_a, &s32_hi_b, "%d"); - ImGui::SliderScalar("slider s32 full", ImGuiDataType_S32, &s32_v, &s32_min, &s32_max, "%d"); - ImGui::SliderScalar("slider s32 hex", ImGuiDataType_S32, &s32_v, &s32_zero, &s32_fifty, "0x%04X"); - ImGui::SliderScalar("slider u32 low", ImGuiDataType_U32, &u32_v, &u32_zero, &u32_fifty,"%u"); - ImGui::SliderScalar("slider u32 high", ImGuiDataType_U32, &u32_v, &u32_hi_a, &u32_hi_b, "%u"); - ImGui::SliderScalar("slider u32 full", ImGuiDataType_U32, &u32_v, &u32_min, &u32_max, "%u"); - ImGui::SliderScalar("slider s64 low", ImGuiDataType_S64, &s64_v, &s64_zero, &s64_fifty,"%" IM_PRId64); - ImGui::SliderScalar("slider s64 high", ImGuiDataType_S64, &s64_v, &s64_hi_a, &s64_hi_b, "%" IM_PRId64); - ImGui::SliderScalar("slider s64 full", ImGuiDataType_S64, &s64_v, &s64_min, &s64_max, "%" IM_PRId64); - ImGui::SliderScalar("slider u64 low", ImGuiDataType_U64, &u64_v, &u64_zero, &u64_fifty,"%" IM_PRIu64 " ms"); - ImGui::SliderScalar("slider u64 high", ImGuiDataType_U64, &u64_v, &u64_hi_a, &u64_hi_b, "%" IM_PRIu64 " ms"); - ImGui::SliderScalar("slider u64 full", ImGuiDataType_U64, &u64_v, &u64_min, &u64_max, "%" IM_PRIu64 " ms"); - ImGui::SliderScalar("slider float low", ImGuiDataType_Float, &f32_v, &f32_zero, &f32_one); - ImGui::SliderScalar("slider float low log", ImGuiDataType_Float, &f32_v, &f32_zero, &f32_one, "%.10f", ImGuiSliderFlags_Logarithmic); - ImGui::SliderScalar("slider float high", ImGuiDataType_Float, &f32_v, &f32_lo_a, &f32_hi_a, "%e"); - ImGui::SliderScalar("slider double low", ImGuiDataType_Double, &f64_v, &f64_zero, &f64_one, "%.10f grams"); - ImGui::SliderScalar("slider double low log",ImGuiDataType_Double, &f64_v, &f64_zero, &f64_one, "%.10f", ImGuiSliderFlags_Logarithmic); - ImGui::SliderScalar("slider double high", ImGuiDataType_Double, &f64_v, &f64_lo_a, &f64_hi_a, "%e grams"); - - ImGui::Text("Sliders (reverse)"); - ImGui::SliderScalar("slider s8 reverse", ImGuiDataType_S8, &s8_v, &s8_max, &s8_min, "%d"); - ImGui::SliderScalar("slider u8 reverse", ImGuiDataType_U8, &u8_v, &u8_max, &u8_min, "%u"); - ImGui::SliderScalar("slider s32 reverse", ImGuiDataType_S32, &s32_v, &s32_fifty, &s32_zero, "%d"); - ImGui::SliderScalar("slider u32 reverse", ImGuiDataType_U32, &u32_v, &u32_fifty, &u32_zero, "%u"); - ImGui::SliderScalar("slider s64 reverse", ImGuiDataType_S64, &s64_v, &s64_fifty, &s64_zero, "%" IM_PRId64); - ImGui::SliderScalar("slider u64 reverse", ImGuiDataType_U64, &u64_v, &u64_fifty, &u64_zero, "%" IM_PRIu64 " ms"); - - IMGUI_DEMO_MARKER("Widgets/Data Types/Inputs"); - static bool inputs_step = true; - ImGui::Text("Inputs"); - ImGui::Checkbox("Show step buttons", &inputs_step); - ImGui::InputScalar("input s8", ImGuiDataType_S8, &s8_v, inputs_step ? &s8_one : NULL, NULL, "%d"); - ImGui::InputScalar("input u8", ImGuiDataType_U8, &u8_v, inputs_step ? &u8_one : NULL, NULL, "%u"); - ImGui::InputScalar("input s16", ImGuiDataType_S16, &s16_v, inputs_step ? &s16_one : NULL, NULL, "%d"); - ImGui::InputScalar("input u16", ImGuiDataType_U16, &u16_v, inputs_step ? &u16_one : NULL, NULL, "%u"); - ImGui::InputScalar("input s32", ImGuiDataType_S32, &s32_v, inputs_step ? &s32_one : NULL, NULL, "%d"); - ImGui::InputScalar("input s32 hex", ImGuiDataType_S32, &s32_v, inputs_step ? &s32_one : NULL, NULL, "%04X"); - ImGui::InputScalar("input u32", ImGuiDataType_U32, &u32_v, inputs_step ? &u32_one : NULL, NULL, "%u"); - ImGui::InputScalar("input u32 hex", ImGuiDataType_U32, &u32_v, inputs_step ? &u32_one : NULL, NULL, "%08X"); - ImGui::InputScalar("input s64", ImGuiDataType_S64, &s64_v, inputs_step ? &s64_one : NULL); - ImGui::InputScalar("input u64", ImGuiDataType_U64, &u64_v, inputs_step ? &u64_one : NULL); - ImGui::InputScalar("input float", ImGuiDataType_Float, &f32_v, inputs_step ? &f32_one : NULL); - ImGui::InputScalar("input double", ImGuiDataType_Double, &f64_v, inputs_step ? &f64_one : NULL); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Multi-component Widgets"); - if (ImGui::TreeNode("Multi-component Widgets")) - { - static float vec4f[4] = { 0.10f, 0.20f, 0.30f, 0.44f }; - static int vec4i[4] = { 1, 5, 100, 255 }; - - ImGui::InputFloat2("input float2", vec4f); - ImGui::DragFloat2("drag float2", vec4f, 0.01f, 0.0f, 1.0f); - ImGui::SliderFloat2("slider float2", vec4f, 0.0f, 1.0f); - ImGui::InputInt2("input int2", vec4i); - ImGui::DragInt2("drag int2", vec4i, 1, 0, 255); - ImGui::SliderInt2("slider int2", vec4i, 0, 255); - ImGui::Spacing(); - - ImGui::InputFloat3("input float3", vec4f); - ImGui::DragFloat3("drag float3", vec4f, 0.01f, 0.0f, 1.0f); - ImGui::SliderFloat3("slider float3", vec4f, 0.0f, 1.0f); - ImGui::InputInt3("input int3", vec4i); - ImGui::DragInt3("drag int3", vec4i, 1, 0, 255); - ImGui::SliderInt3("slider int3", vec4i, 0, 255); - ImGui::Spacing(); - - ImGui::InputFloat4("input float4", vec4f); - ImGui::DragFloat4("drag float4", vec4f, 0.01f, 0.0f, 1.0f); - ImGui::SliderFloat4("slider float4", vec4f, 0.0f, 1.0f); - ImGui::InputInt4("input int4", vec4i); - ImGui::DragInt4("drag int4", vec4i, 1, 0, 255); - ImGui::SliderInt4("slider int4", vec4i, 0, 255); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Vertical Sliders"); - if (ImGui::TreeNode("Vertical Sliders")) - { - const float spacing = 4; - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(spacing, spacing)); - - static int int_value = 0; - ImGui::VSliderInt("##int", ImVec2(18, 160), &int_value, 0, 5); - ImGui::SameLine(); - - static float values[7] = { 0.0f, 0.60f, 0.35f, 0.9f, 0.70f, 0.20f, 0.0f }; - ImGui::PushID("set1"); - for (int i = 0; i < 7; i++) - { - if (i > 0) ImGui::SameLine(); - ImGui::PushID(i); - ImGui::PushStyleColor(ImGuiCol_FrameBg, (ImVec4)ImColor::HSV(i / 7.0f, 0.5f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, (ImVec4)ImColor::HSV(i / 7.0f, 0.6f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_FrameBgActive, (ImVec4)ImColor::HSV(i / 7.0f, 0.7f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_SliderGrab, (ImVec4)ImColor::HSV(i / 7.0f, 0.9f, 0.9f)); - ImGui::VSliderFloat("##v", ImVec2(18, 160), &values[i], 0.0f, 1.0f, ""); - if (ImGui::IsItemActive() || ImGui::IsItemHovered()) - ImGui::SetTooltip("%.3f", values[i]); - ImGui::PopStyleColor(4); - ImGui::PopID(); - } - ImGui::PopID(); - - ImGui::SameLine(); - ImGui::PushID("set2"); - static float values2[4] = { 0.20f, 0.80f, 0.40f, 0.25f }; - const int rows = 3; - const ImVec2 small_slider_size(18, (float)(int)((160.0f - (rows - 1) * spacing) / rows)); - for (int nx = 0; nx < 4; nx++) - { - if (nx > 0) ImGui::SameLine(); - ImGui::BeginGroup(); - for (int ny = 0; ny < rows; ny++) - { - ImGui::PushID(nx * rows + ny); - ImGui::VSliderFloat("##v", small_slider_size, &values2[nx], 0.0f, 1.0f, ""); - if (ImGui::IsItemActive() || ImGui::IsItemHovered()) - ImGui::SetTooltip("%.3f", values2[nx]); - ImGui::PopID(); - } - ImGui::EndGroup(); - } - ImGui::PopID(); - - ImGui::SameLine(); - ImGui::PushID("set3"); - for (int i = 0; i < 4; i++) - { - if (i > 0) ImGui::SameLine(); - ImGui::PushID(i); - ImGui::PushStyleVar(ImGuiStyleVar_GrabMinSize, 40); - ImGui::VSliderFloat("##v", ImVec2(40, 160), &values[i], 0.0f, 1.0f, "%.2f\nsec"); - ImGui::PopStyleVar(); - ImGui::PopID(); - } - ImGui::PopID(); - ImGui::PopStyleVar(); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Drag and drop"); - if (ImGui::TreeNode("Drag and Drop")) - { - IMGUI_DEMO_MARKER("Widgets/Drag and drop/Standard widgets"); - if (ImGui::TreeNode("Drag and drop in standard widgets")) - { - // ColorEdit widgets automatically act as drag source and drag target. - // They are using standardized payload strings IMGUI_PAYLOAD_TYPE_COLOR_3F and IMGUI_PAYLOAD_TYPE_COLOR_4F - // to allow your own widgets to use colors in their drag and drop interaction. - // Also see 'Demo->Widgets->Color/Picker Widgets->Palette' demo. - HelpMarker("You can drag from the color squares."); - static float col1[3] = { 1.0f, 0.0f, 0.2f }; - static float col2[4] = { 0.4f, 0.7f, 0.0f, 0.5f }; - ImGui::ColorEdit3("color 1", col1); - ImGui::ColorEdit4("color 2", col2); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Drag and drop/Copy-swap items"); - if (ImGui::TreeNode("Drag and drop to copy/swap items")) - { - enum Mode - { - Mode_Copy, - Mode_Move, - Mode_Swap - }; - static int mode = 0; - if (ImGui::RadioButton("Copy", mode == Mode_Copy)) { mode = Mode_Copy; } ImGui::SameLine(); - if (ImGui::RadioButton("Move", mode == Mode_Move)) { mode = Mode_Move; } ImGui::SameLine(); - if (ImGui::RadioButton("Swap", mode == Mode_Swap)) { mode = Mode_Swap; } - static const char* names[9] = - { - "Bobby", "Beatrice", "Betty", - "Brianna", "Barry", "Bernard", - "Bibi", "Blaine", "Bryn" - }; - for (int n = 0; n < IM_ARRAYSIZE(names); n++) - { - ImGui::PushID(n); - if ((n % 3) != 0) - ImGui::SameLine(); - ImGui::Button(names[n], ImVec2(60, 60)); - - // Our buttons are both drag sources and drag targets here! - if (ImGui::BeginDragDropSource(ImGuiDragDropFlags_None)) - { - // Set payload to carry the index of our item (could be anything) - ImGui::SetDragDropPayload("DND_DEMO_CELL", &n, sizeof(int)); - - // Display preview (could be anything, e.g. when dragging an image we could decide to display - // the filename and a small preview of the image, etc.) - if (mode == Mode_Copy) { ImGui::Text("Copy %s", names[n]); } - if (mode == Mode_Move) { ImGui::Text("Move %s", names[n]); } - if (mode == Mode_Swap) { ImGui::Text("Swap %s", names[n]); } - ImGui::EndDragDropSource(); - } - if (ImGui::BeginDragDropTarget()) - { - if (const ImGuiPayload* payload = ImGui::AcceptDragDropPayload("DND_DEMO_CELL")) - { - IM_ASSERT(payload->DataSize == sizeof(int)); - int payload_n = *(const int*)payload->Data; - if (mode == Mode_Copy) - { - names[n] = names[payload_n]; - } - if (mode == Mode_Move) - { - names[n] = names[payload_n]; - names[payload_n] = ""; - } - if (mode == Mode_Swap) - { - const char* tmp = names[n]; - names[n] = names[payload_n]; - names[payload_n] = tmp; - } - } - ImGui::EndDragDropTarget(); - } - ImGui::PopID(); - } - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Drag and Drop/Drag to reorder items (simple)"); - if (ImGui::TreeNode("Drag to reorder items (simple)")) - { - // Simple reordering - HelpMarker( - "We don't use the drag and drop api at all here! " - "Instead we query when the item is held but not hovered, and order items accordingly."); - static const char* item_names[] = { "Item One", "Item Two", "Item Three", "Item Four", "Item Five" }; - for (int n = 0; n < IM_ARRAYSIZE(item_names); n++) - { - const char* item = item_names[n]; - ImGui::Selectable(item); - - if (ImGui::IsItemActive() && !ImGui::IsItemHovered()) - { - int n_next = n + (ImGui::GetMouseDragDelta(0).y < 0.f ? -1 : 1); - if (n_next >= 0 && n_next < IM_ARRAYSIZE(item_names)) - { - item_names[n] = item_names[n_next]; - item_names[n_next] = item; - ImGui::ResetMouseDragDelta(); - } - } - } - ImGui::TreePop(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Querying Item Status (Edited,Active,Hovered etc.)"); - if (ImGui::TreeNode("Querying Item Status (Edited/Active/Hovered etc.)")) - { - // Select an item type - const char* item_names[] = - { - "Text", "Button", "Button (w/ repeat)", "Checkbox", "SliderFloat", "InputText", "InputTextMultiline", "InputFloat", - "InputFloat3", "ColorEdit4", "Selectable", "MenuItem", "TreeNode", "TreeNode (w/ double-click)", "Combo", "ListBox" - }; - static int item_type = 4; - static bool item_disabled = false; - ImGui::Combo("Item Type", &item_type, item_names, IM_ARRAYSIZE(item_names), IM_ARRAYSIZE(item_names)); - ImGui::SameLine(); - HelpMarker("Testing how various types of items are interacting with the IsItemXXX functions. Note that the bool return value of most ImGui function is generally equivalent to calling ImGui::IsItemHovered()."); - ImGui::Checkbox("Item Disabled", &item_disabled); - - // Submit selected item item so we can query their status in the code following it. - bool ret = false; - static bool b = false; - static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; - static char str[16] = {}; - if (item_disabled) - ImGui::BeginDisabled(true); - if (item_type == 0) { ImGui::Text("ITEM: Text"); } // Testing text items with no identifier/interaction - if (item_type == 1) { ret = ImGui::Button("ITEM: Button"); } // Testing button - if (item_type == 2) { ImGui::PushButtonRepeat(true); ret = ImGui::Button("ITEM: Button"); ImGui::PopButtonRepeat(); } // Testing button (with repeater) - if (item_type == 3) { ret = ImGui::Checkbox("ITEM: Checkbox", &b); } // Testing checkbox - if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } // Testing basic item - if (item_type == 5) { ret = ImGui::InputText("ITEM: InputText", &str[0], IM_ARRAYSIZE(str)); } // Testing input text (which handles tabbing) - if (item_type == 6) { ret = ImGui::InputTextMultiline("ITEM: InputTextMultiline", &str[0], IM_ARRAYSIZE(str)); } // Testing input text (which uses a child window) - if (item_type == 7) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } // Testing +/- buttons on scalar input - if (item_type == 8) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } // Testing multi-component items (IsItemXXX flags are reported merged) - if (item_type == 9) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } // Testing multi-component items (IsItemXXX flags are reported merged) - if (item_type == 10){ ret = ImGui::Selectable("ITEM: Selectable"); } // Testing selectable item - if (item_type == 11){ ret = ImGui::MenuItem("ITEM: MenuItem"); } // Testing menu item (they use ImGuiButtonFlags_PressedOnRelease button policy) - if (item_type == 12){ ret = ImGui::TreeNode("ITEM: TreeNode"); if (ret) ImGui::TreePop(); } // Testing tree node - if (item_type == 13){ ret = ImGui::TreeNodeEx("ITEM: TreeNode w/ ImGuiTreeNodeFlags_OpenOnDoubleClick", ImGuiTreeNodeFlags_OpenOnDoubleClick | ImGuiTreeNodeFlags_NoTreePushOnOpen); } // Testing tree node with ImGuiButtonFlags_PressedOnDoubleClick button policy. - if (item_type == 14){ const char* items[] = { "Apple", "Banana", "Cherry", "Kiwi" }; static int current = 1; ret = ImGui::Combo("ITEM: Combo", ¤t, items, IM_ARRAYSIZE(items)); } - if (item_type == 15){ const char* items[] = { "Apple", "Banana", "Cherry", "Kiwi" }; static int current = 1; ret = ImGui::ListBox("ITEM: ListBox", ¤t, items, IM_ARRAYSIZE(items), IM_ARRAYSIZE(items)); } - - // Display the values of IsItemHovered() and other common item state functions. - // Note that the ImGuiHoveredFlags_XXX flags can be combined. - // Because BulletText is an item itself and that would affect the output of IsItemXXX functions, - // we query every state in a single call to avoid storing them and to simplify the code. - ImGui::BulletText( - "Return value = %d\n" - "IsItemFocused() = %d\n" - "IsItemHovered() = %d\n" - "IsItemHovered(_AllowWhenBlockedByPopup) = %d\n" - "IsItemHovered(_AllowWhenBlockedByActiveItem) = %d\n" - "IsItemHovered(_AllowWhenOverlapped) = %d\n" - "IsItemHovered(_AllowWhenDisabled) = %d\n" - "IsItemHovered(_RectOnly) = %d\n" - "IsItemActive() = %d\n" - "IsItemEdited() = %d\n" - "IsItemActivated() = %d\n" - "IsItemDeactivated() = %d\n" - "IsItemDeactivatedAfterEdit() = %d\n" - "IsItemVisible() = %d\n" - "IsItemClicked() = %d\n" - "IsItemToggledOpen() = %d\n" - "GetItemRectMin() = (%.1f, %.1f)\n" - "GetItemRectMax() = (%.1f, %.1f)\n" - "GetItemRectSize() = (%.1f, %.1f)", - ret, - ImGui::IsItemFocused(), - ImGui::IsItemHovered(), - ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup), - ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem), - ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenOverlapped), - ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled), - ImGui::IsItemHovered(ImGuiHoveredFlags_RectOnly), - ImGui::IsItemActive(), - ImGui::IsItemEdited(), - ImGui::IsItemActivated(), - ImGui::IsItemDeactivated(), - ImGui::IsItemDeactivatedAfterEdit(), - ImGui::IsItemVisible(), - ImGui::IsItemClicked(), - ImGui::IsItemToggledOpen(), - ImGui::GetItemRectMin().x, ImGui::GetItemRectMin().y, - ImGui::GetItemRectMax().x, ImGui::GetItemRectMax().y, - ImGui::GetItemRectSize().x, ImGui::GetItemRectSize().y - ); - - if (item_disabled) - ImGui::EndDisabled(); - - char buf[1] = ""; - ImGui::InputText("unused", buf, IM_ARRAYSIZE(buf), ImGuiInputTextFlags_ReadOnly); - ImGui::SameLine(); - HelpMarker("This widget is only here to be able to tab-out of the widgets above and see e.g. Deactivated() status."); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Widgets/Querying Window Status (Focused,Hovered etc.)"); - if (ImGui::TreeNode("Querying Window Status (Focused/Hovered etc.)")) - { - static bool embed_all_inside_a_child_window = false; - ImGui::Checkbox("Embed everything inside a child window for testing _RootWindow flag.", &embed_all_inside_a_child_window); - if (embed_all_inside_a_child_window) - ImGui::BeginChild("outer_child", ImVec2(0, ImGui::GetFontSize() * 20.0f), true); - - // Testing IsWindowFocused() function with its various flags. - ImGui::BulletText( - "IsWindowFocused() = %d\n" - "IsWindowFocused(_ChildWindows) = %d\n" - "IsWindowFocused(_ChildWindows|_NoPopupHierarchy) = %d\n" - "IsWindowFocused(_ChildWindows|_RootWindow) = %d\n" - "IsWindowFocused(_ChildWindows|_RootWindow|_NoPopupHierarchy) = %d\n" - "IsWindowFocused(_RootWindow) = %d\n" - "IsWindowFocused(_RootWindow|_NoPopupHierarchy) = %d\n" - "IsWindowFocused(_AnyWindow) = %d\n", - ImGui::IsWindowFocused(), - ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows), - ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows | ImGuiFocusedFlags_NoPopupHierarchy), - ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows | ImGuiFocusedFlags_RootWindow), - ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows | ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_NoPopupHierarchy), - ImGui::IsWindowFocused(ImGuiFocusedFlags_RootWindow), - ImGui::IsWindowFocused(ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_NoPopupHierarchy), - ImGui::IsWindowFocused(ImGuiFocusedFlags_AnyWindow)); - - // Testing IsWindowHovered() function with its various flags. - ImGui::BulletText( - "IsWindowHovered() = %d\n" - "IsWindowHovered(_AllowWhenBlockedByPopup) = %d\n" - "IsWindowHovered(_AllowWhenBlockedByActiveItem) = %d\n" - "IsWindowHovered(_ChildWindows) = %d\n" - "IsWindowHovered(_ChildWindows|_NoPopupHierarchy) = %d\n" - "IsWindowHovered(_ChildWindows|_RootWindow) = %d\n" - "IsWindowHovered(_ChildWindows|_RootWindow|_NoPopupHierarchy) = %d\n" - "IsWindowHovered(_RootWindow) = %d\n" - "IsWindowHovered(_RootWindow|_NoPopupHierarchy) = %d\n" - "IsWindowHovered(_ChildWindows|_AllowWhenBlockedByPopup) = %d\n" - "IsWindowHovered(_AnyWindow) = %d\n", - ImGui::IsWindowHovered(), - ImGui::IsWindowHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup), - ImGui::IsWindowHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem), - ImGui::IsWindowHovered(ImGuiHoveredFlags_ChildWindows), - ImGui::IsWindowHovered(ImGuiHoveredFlags_ChildWindows | ImGuiHoveredFlags_NoPopupHierarchy), - ImGui::IsWindowHovered(ImGuiHoveredFlags_ChildWindows | ImGuiHoveredFlags_RootWindow), - ImGui::IsWindowHovered(ImGuiHoveredFlags_ChildWindows | ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_NoPopupHierarchy), - ImGui::IsWindowHovered(ImGuiHoveredFlags_RootWindow), - ImGui::IsWindowHovered(ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_NoPopupHierarchy), - ImGui::IsWindowHovered(ImGuiHoveredFlags_ChildWindows | ImGuiHoveredFlags_AllowWhenBlockedByPopup), - ImGui::IsWindowHovered(ImGuiHoveredFlags_AnyWindow)); - - ImGui::BeginChild("child", ImVec2(0, 50), true); - ImGui::Text("This is another child window for testing the _ChildWindows flag."); - ImGui::EndChild(); - if (embed_all_inside_a_child_window) - ImGui::EndChild(); - - // Calling IsItemHovered() after begin returns the hovered status of the title bar. - // This is useful in particular if you want to create a context menu associated to the title bar of a window. - static bool test_window = false; - ImGui::Checkbox("Hovered/Active tests after Begin() for title bar testing", &test_window); - if (test_window) - { - ImGui::Begin("Title bar Hovered/Active tests", &test_window); - if (ImGui::BeginPopupContextItem()) // <-- This is using IsItemHovered() - { - if (ImGui::MenuItem("Close")) { test_window = false; } - ImGui::EndPopup(); - } - ImGui::Text( - "IsItemHovered() after begin = %d (== is title bar hovered)\n" - "IsItemActive() after begin = %d (== is window being clicked/moved)\n", - ImGui::IsItemHovered(), ImGui::IsItemActive()); - ImGui::End(); - } - - ImGui::TreePop(); - } - - // Demonstrate BeginDisabled/EndDisabled using a checkbox located at the bottom of the section (which is a bit odd: - // logically we'd have this checkbox at the top of the section, but we don't want this feature to steal that space) - if (disable_all) - ImGui::EndDisabled(); - - IMGUI_DEMO_MARKER("Widgets/Disable Block"); - if (ImGui::TreeNode("Disable block")) - { - ImGui::Checkbox("Disable entire section above", &disable_all); - ImGui::SameLine(); HelpMarker("Demonstrate using BeginDisabled()/EndDisabled() across this section."); - ImGui::TreePop(); - } -} - -static void ShowDemoWindowLayout() -{ - IMGUI_DEMO_MARKER("Layout"); - if (!ImGui::CollapsingHeader("Layout & Scrolling")) - return; - - IMGUI_DEMO_MARKER("Layout/Child windows"); - if (ImGui::TreeNode("Child windows")) - { - HelpMarker("Use child windows to begin into a self-contained independent scrolling/clipping regions within a host window."); - static bool disable_mouse_wheel = false; - static bool disable_menu = false; - ImGui::Checkbox("Disable Mouse Wheel", &disable_mouse_wheel); - ImGui::Checkbox("Disable Menu", &disable_menu); - - // Child 1: no border, enable horizontal scrollbar - { - ImGuiWindowFlags window_flags = ImGuiWindowFlags_HorizontalScrollbar; - if (disable_mouse_wheel) - window_flags |= ImGuiWindowFlags_NoScrollWithMouse; - ImGui::BeginChild("ChildL", ImVec2(ImGui::GetContentRegionAvail().x * 0.5f, 260), false, window_flags); - for (int i = 0; i < 100; i++) - ImGui::Text("%04d: scrollable region", i); - ImGui::EndChild(); - } - - ImGui::SameLine(); - - // Child 2: rounded border - { - ImGuiWindowFlags window_flags = ImGuiWindowFlags_None; - if (disable_mouse_wheel) - window_flags |= ImGuiWindowFlags_NoScrollWithMouse; - if (!disable_menu) - window_flags |= ImGuiWindowFlags_MenuBar; - ImGui::PushStyleVar(ImGuiStyleVar_ChildRounding, 5.0f); - ImGui::BeginChild("ChildR", ImVec2(0, 260), true, window_flags); - if (!disable_menu && ImGui::BeginMenuBar()) - { - if (ImGui::BeginMenu("Menu")) - { - ShowExampleMenuFile(); - ImGui::EndMenu(); - } - ImGui::EndMenuBar(); - } - if (ImGui::BeginTable("split", 2, ImGuiTableFlags_Resizable | ImGuiTableFlags_NoSavedSettings)) - { - for (int i = 0; i < 100; i++) - { - char buf[32]; - sprintf(buf, "%03d", i); - ImGui::TableNextColumn(); - ImGui::Button(buf, ImVec2(-FLT_MIN, 0.0f)); - } - ImGui::EndTable(); - } - ImGui::EndChild(); - ImGui::PopStyleVar(); - } - - ImGui::Separator(); - - // Demonstrate a few extra things - // - Changing ImGuiCol_ChildBg (which is transparent black in default styles) - // - Using SetCursorPos() to position child window (the child window is an item from the POV of parent window) - // You can also call SetNextWindowPos() to position the child window. The parent window will effectively - // layout from this position. - // - Using ImGui::GetItemRectMin/Max() to query the "item" state (because the child window is an item from - // the POV of the parent window). See 'Demo->Querying Status (Edited/Active/Hovered etc.)' for details. - { - static int offset_x = 0; - ImGui::SetNextItemWidth(ImGui::GetFontSize() * 8); - ImGui::DragInt("Offset X", &offset_x, 1.0f, -1000, 1000); - - ImGui::SetCursorPosX(ImGui::GetCursorPosX() + (float)offset_x); - ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); - ImGui::BeginChild("Red", ImVec2(200, 100), true, ImGuiWindowFlags_None); - for (int n = 0; n < 50; n++) - ImGui::Text("Some test %d", n); - ImGui::EndChild(); - bool child_is_hovered = ImGui::IsItemHovered(); - ImVec2 child_rect_min = ImGui::GetItemRectMin(); - ImVec2 child_rect_max = ImGui::GetItemRectMax(); - ImGui::PopStyleColor(); - ImGui::Text("Hovered: %d", child_is_hovered); - ImGui::Text("Rect of child window is: (%.0f,%.0f) (%.0f,%.0f)", child_rect_min.x, child_rect_min.y, child_rect_max.x, child_rect_max.y); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Layout/Widgets Width"); - if (ImGui::TreeNode("Widgets Width")) - { - static float f = 0.0f; - static bool show_indented_items = true; - ImGui::Checkbox("Show indented items", &show_indented_items); - - // Use SetNextItemWidth() to set the width of a single upcoming item. - // Use PushItemWidth()/PopItemWidth() to set the width of a group of items. - // In real code use you'll probably want to choose width values that are proportional to your font size - // e.g. Using '20.0f * GetFontSize()' as width instead of '200.0f', etc. - - ImGui::Text("SetNextItemWidth/PushItemWidth(100)"); - ImGui::SameLine(); HelpMarker("Fixed width."); - ImGui::PushItemWidth(100); - ImGui::DragFloat("float##1b", &f); - if (show_indented_items) - { - ImGui::Indent(); - ImGui::DragFloat("float (indented)##1b", &f); - ImGui::Unindent(); - } - ImGui::PopItemWidth(); - - ImGui::Text("SetNextItemWidth/PushItemWidth(-100)"); - ImGui::SameLine(); HelpMarker("Align to right edge minus 100"); - ImGui::PushItemWidth(-100); - ImGui::DragFloat("float##2a", &f); - if (show_indented_items) - { - ImGui::Indent(); - ImGui::DragFloat("float (indented)##2b", &f); - ImGui::Unindent(); - } - ImGui::PopItemWidth(); - - ImGui::Text("SetNextItemWidth/PushItemWidth(GetContentRegionAvail().x * 0.5f)"); - ImGui::SameLine(); HelpMarker("Half of available width.\n(~ right-cursor_pos)\n(works within a column set)"); - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * 0.5f); - ImGui::DragFloat("float##3a", &f); - if (show_indented_items) - { - ImGui::Indent(); - ImGui::DragFloat("float (indented)##3b", &f); - ImGui::Unindent(); - } - ImGui::PopItemWidth(); - - ImGui::Text("SetNextItemWidth/PushItemWidth(-GetContentRegionAvail().x * 0.5f)"); - ImGui::SameLine(); HelpMarker("Align to right edge minus half"); - ImGui::PushItemWidth(-ImGui::GetContentRegionAvail().x * 0.5f); - ImGui::DragFloat("float##4a", &f); - if (show_indented_items) - { - ImGui::Indent(); - ImGui::DragFloat("float (indented)##4b", &f); - ImGui::Unindent(); - } - ImGui::PopItemWidth(); - - // Demonstrate using PushItemWidth to surround three items. - // Calling SetNextItemWidth() before each of them would have the same effect. - ImGui::Text("SetNextItemWidth/PushItemWidth(-FLT_MIN)"); - ImGui::SameLine(); HelpMarker("Align to right edge"); - ImGui::PushItemWidth(-FLT_MIN); - ImGui::DragFloat("##float5a", &f); - if (show_indented_items) - { - ImGui::Indent(); - ImGui::DragFloat("float (indented)##5b", &f); - ImGui::Unindent(); - } - ImGui::PopItemWidth(); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Layout/Basic Horizontal Layout"); - if (ImGui::TreeNode("Basic Horizontal Layout")) - { - ImGui::TextWrapped("(Use ImGui::SameLine() to keep adding items to the right of the preceding item)"); - - // Text - IMGUI_DEMO_MARKER("Layout/Basic Horizontal Layout/SameLine"); - ImGui::Text("Two items: Hello"); ImGui::SameLine(); - ImGui::TextColored(ImVec4(1,1,0,1), "Sailor"); - - // Adjust spacing - ImGui::Text("More spacing: Hello"); ImGui::SameLine(0, 20); - ImGui::TextColored(ImVec4(1,1,0,1), "Sailor"); - - // Button - ImGui::AlignTextToFramePadding(); - ImGui::Text("Normal buttons"); ImGui::SameLine(); - ImGui::Button("Banana"); ImGui::SameLine(); - ImGui::Button("Apple"); ImGui::SameLine(); - ImGui::Button("Corniflower"); - - // Button - ImGui::Text("Small buttons"); ImGui::SameLine(); - ImGui::SmallButton("Like this one"); ImGui::SameLine(); - ImGui::Text("can fit within a text block."); - - // Aligned to arbitrary position. Easy/cheap column. - IMGUI_DEMO_MARKER("Layout/Basic Horizontal Layout/SameLine (with offset)"); - ImGui::Text("Aligned"); - ImGui::SameLine(150); ImGui::Text("x=150"); - ImGui::SameLine(300); ImGui::Text("x=300"); - ImGui::Text("Aligned"); - ImGui::SameLine(150); ImGui::SmallButton("x=150"); - ImGui::SameLine(300); ImGui::SmallButton("x=300"); - - // Checkbox - IMGUI_DEMO_MARKER("Layout/Basic Horizontal Layout/SameLine (more)"); - static bool c1 = false, c2 = false, c3 = false, c4 = false; - ImGui::Checkbox("My", &c1); ImGui::SameLine(); - ImGui::Checkbox("Tailor", &c2); ImGui::SameLine(); - ImGui::Checkbox("Is", &c3); ImGui::SameLine(); - ImGui::Checkbox("Rich", &c4); - - // Various - static float f0 = 1.0f, f1 = 2.0f, f2 = 3.0f; - ImGui::PushItemWidth(80); - const char* items[] = { "AAAA", "BBBB", "CCCC", "DDDD" }; - static int item = -1; - ImGui::Combo("Combo", &item, items, IM_ARRAYSIZE(items)); ImGui::SameLine(); - ImGui::SliderFloat("X", &f0, 0.0f, 5.0f); ImGui::SameLine(); - ImGui::SliderFloat("Y", &f1, 0.0f, 5.0f); ImGui::SameLine(); - ImGui::SliderFloat("Z", &f2, 0.0f, 5.0f); - ImGui::PopItemWidth(); - - ImGui::PushItemWidth(80); - ImGui::Text("Lists:"); - static int selection[4] = { 0, 1, 2, 3 }; - for (int i = 0; i < 4; i++) - { - if (i > 0) ImGui::SameLine(); - ImGui::PushID(i); - ImGui::ListBox("", &selection[i], items, IM_ARRAYSIZE(items)); - ImGui::PopID(); - //if (ImGui::IsItemHovered()) ImGui::SetTooltip("ListBox %d hovered", i); - } - ImGui::PopItemWidth(); - - // Dummy - IMGUI_DEMO_MARKER("Layout/Basic Horizontal Layout/Dummy"); - ImVec2 button_sz(40, 40); - ImGui::Button("A", button_sz); ImGui::SameLine(); - ImGui::Dummy(button_sz); ImGui::SameLine(); - ImGui::Button("B", button_sz); - - // Manually wrapping - // (we should eventually provide this as an automatic layout feature, but for now you can do it manually) - IMGUI_DEMO_MARKER("Layout/Basic Horizontal Layout/Manual wrapping"); - ImGui::Text("Manual wrapping:"); - ImGuiStyle& style = ImGui::GetStyle(); - int buttons_count = 20; - float window_visible_x2 = ImGui::GetWindowPos().x + ImGui::GetWindowContentRegionMax().x; - for (int n = 0; n < buttons_count; n++) - { - ImGui::PushID(n); - ImGui::Button("Box", button_sz); - float last_button_x2 = ImGui::GetItemRectMax().x; - float next_button_x2 = last_button_x2 + style.ItemSpacing.x + button_sz.x; // Expected position if next button was on same line - if (n + 1 < buttons_count && next_button_x2 < window_visible_x2) - ImGui::SameLine(); - ImGui::PopID(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Layout/Groups"); - if (ImGui::TreeNode("Groups")) - { - HelpMarker( - "BeginGroup() basically locks the horizontal position for new line. " - "EndGroup() bundles the whole group so that you can use \"item\" functions such as " - "IsItemHovered()/IsItemActive() or SameLine() etc. on the whole group."); - ImGui::BeginGroup(); - { - ImGui::BeginGroup(); - ImGui::Button("AAA"); - ImGui::SameLine(); - ImGui::Button("BBB"); - ImGui::SameLine(); - ImGui::BeginGroup(); - ImGui::Button("CCC"); - ImGui::Button("DDD"); - ImGui::EndGroup(); - ImGui::SameLine(); - ImGui::Button("EEE"); - ImGui::EndGroup(); - if (ImGui::IsItemHovered()) - ImGui::SetTooltip("First group hovered"); - } - // Capture the group size and create widgets using the same size - ImVec2 size = ImGui::GetItemRectSize(); - const float values[5] = { 0.5f, 0.20f, 0.80f, 0.60f, 0.25f }; - ImGui::PlotHistogram("##values", values, IM_ARRAYSIZE(values), 0, NULL, 0.0f, 1.0f, size); - - ImGui::Button("ACTION", ImVec2((size.x - ImGui::GetStyle().ItemSpacing.x) * 0.5f, size.y)); - ImGui::SameLine(); - ImGui::Button("REACTION", ImVec2((size.x - ImGui::GetStyle().ItemSpacing.x) * 0.5f, size.y)); - ImGui::EndGroup(); - ImGui::SameLine(); - - ImGui::Button("LEVERAGE\nBUZZWORD", size); - ImGui::SameLine(); - - if (ImGui::BeginListBox("List", size)) - { - ImGui::Selectable("Selected", true); - ImGui::Selectable("Not Selected", false); - ImGui::EndListBox(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Layout/Text Baseline Alignment"); - if (ImGui::TreeNode("Text Baseline Alignment")) - { - { - ImGui::BulletText("Text baseline:"); - ImGui::SameLine(); HelpMarker( - "This is testing the vertical alignment that gets applied on text to keep it aligned with widgets. " - "Lines only composed of text or \"small\" widgets use less vertical space than lines with framed widgets."); - ImGui::Indent(); - - ImGui::Text("KO Blahblah"); ImGui::SameLine(); - ImGui::Button("Some framed item"); ImGui::SameLine(); - HelpMarker("Baseline of button will look misaligned with text.."); - - // If your line starts with text, call AlignTextToFramePadding() to align text to upcoming widgets. - // (because we don't know what's coming after the Text() statement, we need to move the text baseline - // down by FramePadding.y ahead of time) - ImGui::AlignTextToFramePadding(); - ImGui::Text("OK Blahblah"); ImGui::SameLine(); - ImGui::Button("Some framed item"); ImGui::SameLine(); - HelpMarker("We call AlignTextToFramePadding() to vertically align the text baseline by +FramePadding.y"); - - // SmallButton() uses the same vertical padding as Text - ImGui::Button("TEST##1"); ImGui::SameLine(); - ImGui::Text("TEST"); ImGui::SameLine(); - ImGui::SmallButton("TEST##2"); - - // If your line starts with text, call AlignTextToFramePadding() to align text to upcoming widgets. - ImGui::AlignTextToFramePadding(); - ImGui::Text("Text aligned to framed item"); ImGui::SameLine(); - ImGui::Button("Item##1"); ImGui::SameLine(); - ImGui::Text("Item"); ImGui::SameLine(); - ImGui::SmallButton("Item##2"); ImGui::SameLine(); - ImGui::Button("Item##3"); - - ImGui::Unindent(); - } - - ImGui::Spacing(); - - { - ImGui::BulletText("Multi-line text:"); - ImGui::Indent(); - ImGui::Text("One\nTwo\nThree"); ImGui::SameLine(); - ImGui::Text("Hello\nWorld"); ImGui::SameLine(); - ImGui::Text("Banana"); - - ImGui::Text("Banana"); ImGui::SameLine(); - ImGui::Text("Hello\nWorld"); ImGui::SameLine(); - ImGui::Text("One\nTwo\nThree"); - - ImGui::Button("HOP##1"); ImGui::SameLine(); - ImGui::Text("Banana"); ImGui::SameLine(); - ImGui::Text("Hello\nWorld"); ImGui::SameLine(); - ImGui::Text("Banana"); - - ImGui::Button("HOP##2"); ImGui::SameLine(); - ImGui::Text("Hello\nWorld"); ImGui::SameLine(); - ImGui::Text("Banana"); - ImGui::Unindent(); - } - - ImGui::Spacing(); - - { - ImGui::BulletText("Misc items:"); - ImGui::Indent(); - - // SmallButton() sets FramePadding to zero. Text baseline is aligned to match baseline of previous Button. - ImGui::Button("80x80", ImVec2(80, 80)); - ImGui::SameLine(); - ImGui::Button("50x50", ImVec2(50, 50)); - ImGui::SameLine(); - ImGui::Button("Button()"); - ImGui::SameLine(); - ImGui::SmallButton("SmallButton()"); - - // Tree - const float spacing = ImGui::GetStyle().ItemInnerSpacing.x; - ImGui::Button("Button##1"); - ImGui::SameLine(0.0f, spacing); - if (ImGui::TreeNode("Node##1")) - { - // Placeholder tree data - for (int i = 0; i < 6; i++) - ImGui::BulletText("Item %d..", i); - ImGui::TreePop(); - } - - // Vertically align text node a bit lower so it'll be vertically centered with upcoming widget. - // Otherwise you can use SmallButton() (smaller fit). - ImGui::AlignTextToFramePadding(); - - // Common mistake to avoid: if we want to SameLine after TreeNode we need to do it before we add - // other contents below the node. - bool node_open = ImGui::TreeNode("Node##2"); - ImGui::SameLine(0.0f, spacing); ImGui::Button("Button##2"); - if (node_open) - { - // Placeholder tree data - for (int i = 0; i < 6; i++) - ImGui::BulletText("Item %d..", i); - ImGui::TreePop(); - } - - // Bullet - ImGui::Button("Button##3"); - ImGui::SameLine(0.0f, spacing); - ImGui::BulletText("Bullet text"); - - ImGui::AlignTextToFramePadding(); - ImGui::BulletText("Node"); - ImGui::SameLine(0.0f, spacing); ImGui::Button("Button##4"); - ImGui::Unindent(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Layout/Scrolling"); - if (ImGui::TreeNode("Scrolling")) - { - // Vertical scroll functions - IMGUI_DEMO_MARKER("Layout/Scrolling/Vertical"); - HelpMarker("Use SetScrollHereY() or SetScrollFromPosY() to scroll to a given vertical position."); - - static int track_item = 50; - static bool enable_track = true; - static bool enable_extra_decorations = false; - static float scroll_to_off_px = 0.0f; - static float scroll_to_pos_px = 200.0f; - - ImGui::Checkbox("Decoration", &enable_extra_decorations); - - ImGui::Checkbox("Track", &enable_track); - ImGui::PushItemWidth(100); - ImGui::SameLine(140); enable_track |= ImGui::DragInt("##item", &track_item, 0.25f, 0, 99, "Item = %d"); - - bool scroll_to_off = ImGui::Button("Scroll Offset"); - ImGui::SameLine(140); scroll_to_off |= ImGui::DragFloat("##off", &scroll_to_off_px, 1.00f, 0, FLT_MAX, "+%.0f px"); - - bool scroll_to_pos = ImGui::Button("Scroll To Pos"); - ImGui::SameLine(140); scroll_to_pos |= ImGui::DragFloat("##pos", &scroll_to_pos_px, 1.00f, -10, FLT_MAX, "X/Y = %.0f px"); - ImGui::PopItemWidth(); - - if (scroll_to_off || scroll_to_pos) - enable_track = false; - - ImGuiStyle& style = ImGui::GetStyle(); - float child_w = (ImGui::GetContentRegionAvail().x - 4 * style.ItemSpacing.x) / 5; - if (child_w < 1.0f) - child_w = 1.0f; - ImGui::PushID("##VerticalScrolling"); - for (int i = 0; i < 5; i++) - { - if (i > 0) ImGui::SameLine(); - ImGui::BeginGroup(); - const char* names[] = { "Top", "25%", "Center", "75%", "Bottom" }; - ImGui::TextUnformatted(names[i]); - - const ImGuiWindowFlags child_flags = enable_extra_decorations ? ImGuiWindowFlags_MenuBar : 0; - const ImGuiID child_id = ImGui::GetID((void*)(intptr_t)i); - const bool child_is_visible = ImGui::BeginChild(child_id, ImVec2(child_w, 200.0f), true, child_flags); - if (ImGui::BeginMenuBar()) - { - ImGui::TextUnformatted("abc"); - ImGui::EndMenuBar(); - } - if (scroll_to_off) - ImGui::SetScrollY(scroll_to_off_px); - if (scroll_to_pos) - ImGui::SetScrollFromPosY(ImGui::GetCursorStartPos().y + scroll_to_pos_px, i * 0.25f); - if (child_is_visible) // Avoid calling SetScrollHereY when running with culled items - { - for (int item = 0; item < 100; item++) - { - if (enable_track && item == track_item) - { - ImGui::TextColored(ImVec4(1, 1, 0, 1), "Item %d", item); - ImGui::SetScrollHereY(i * 0.25f); // 0.0f:top, 0.5f:center, 1.0f:bottom - } - else - { - ImGui::Text("Item %d", item); - } - } - } - float scroll_y = ImGui::GetScrollY(); - float scroll_max_y = ImGui::GetScrollMaxY(); - ImGui::EndChild(); - ImGui::Text("%.0f/%.0f", scroll_y, scroll_max_y); - ImGui::EndGroup(); - } - ImGui::PopID(); - - // Horizontal scroll functions - IMGUI_DEMO_MARKER("Layout/Scrolling/Horizontal"); - ImGui::Spacing(); - HelpMarker( - "Use SetScrollHereX() or SetScrollFromPosX() to scroll to a given horizontal position.\n\n" - "Because the clipping rectangle of most window hides half worth of WindowPadding on the " - "left/right, using SetScrollFromPosX(+1) will usually result in clipped text whereas the " - "equivalent SetScrollFromPosY(+1) wouldn't."); - ImGui::PushID("##HorizontalScrolling"); - for (int i = 0; i < 5; i++) - { - float child_height = ImGui::GetTextLineHeight() + style.ScrollbarSize + style.WindowPadding.y * 2.0f; - ImGuiWindowFlags child_flags = ImGuiWindowFlags_HorizontalScrollbar | (enable_extra_decorations ? ImGuiWindowFlags_AlwaysVerticalScrollbar : 0); - ImGuiID child_id = ImGui::GetID((void*)(intptr_t)i); - bool child_is_visible = ImGui::BeginChild(child_id, ImVec2(-100, child_height), true, child_flags); - if (scroll_to_off) - ImGui::SetScrollX(scroll_to_off_px); - if (scroll_to_pos) - ImGui::SetScrollFromPosX(ImGui::GetCursorStartPos().x + scroll_to_pos_px, i * 0.25f); - if (child_is_visible) // Avoid calling SetScrollHereY when running with culled items - { - for (int item = 0; item < 100; item++) - { - if (item > 0) - ImGui::SameLine(); - if (enable_track && item == track_item) - { - ImGui::TextColored(ImVec4(1, 1, 0, 1), "Item %d", item); - ImGui::SetScrollHereX(i * 0.25f); // 0.0f:left, 0.5f:center, 1.0f:right - } - else - { - ImGui::Text("Item %d", item); - } - } - } - float scroll_x = ImGui::GetScrollX(); - float scroll_max_x = ImGui::GetScrollMaxX(); - ImGui::EndChild(); - ImGui::SameLine(); - const char* names[] = { "Left", "25%", "Center", "75%", "Right" }; - ImGui::Text("%s\n%.0f/%.0f", names[i], scroll_x, scroll_max_x); - ImGui::Spacing(); - } - ImGui::PopID(); - - // Miscellaneous Horizontal Scrolling Demo - IMGUI_DEMO_MARKER("Layout/Scrolling/Horizontal (more)"); - HelpMarker( - "Horizontal scrolling for a window is enabled via the ImGuiWindowFlags_HorizontalScrollbar flag.\n\n" - "You may want to also explicitly specify content width by using SetNextWindowContentWidth() before Begin()."); - static int lines = 7; - ImGui::SliderInt("Lines", &lines, 1, 15); - ImGui::PushStyleVar(ImGuiStyleVar_FrameRounding, 3.0f); - ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(2.0f, 1.0f)); - ImVec2 scrolling_child_size = ImVec2(0, ImGui::GetFrameHeightWithSpacing() * 7 + 30); - ImGui::BeginChild("scrolling", scrolling_child_size, true, ImGuiWindowFlags_HorizontalScrollbar); - for (int line = 0; line < lines; line++) - { - // Display random stuff. For the sake of this trivial demo we are using basic Button() + SameLine() - // If you want to create your own time line for a real application you may be better off manipulating - // the cursor position yourself, aka using SetCursorPos/SetCursorScreenPos to position the widgets - // yourself. You may also want to use the lower-level ImDrawList API. - int num_buttons = 10 + ((line & 1) ? line * 9 : line * 3); - for (int n = 0; n < num_buttons; n++) - { - if (n > 0) ImGui::SameLine(); - ImGui::PushID(n + line * 1000); - char num_buf[16]; - sprintf(num_buf, "%d", n); - const char* label = (!(n % 15)) ? "FizzBuzz" : (!(n % 3)) ? "Fizz" : (!(n % 5)) ? "Buzz" : num_buf; - float hue = n * 0.05f; - ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(hue, 0.7f, 0.7f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, (ImVec4)ImColor::HSV(hue, 0.8f, 0.8f)); - ImGui::Button(label, ImVec2(40.0f + sinf((float)(line + n)) * 20.0f, 0.0f)); - ImGui::PopStyleColor(3); - ImGui::PopID(); - } - } - float scroll_x = ImGui::GetScrollX(); - float scroll_max_x = ImGui::GetScrollMaxX(); - ImGui::EndChild(); - ImGui::PopStyleVar(2); - float scroll_x_delta = 0.0f; - ImGui::SmallButton("<<"); - if (ImGui::IsItemActive()) - scroll_x_delta = -ImGui::GetIO().DeltaTime * 1000.0f; - ImGui::SameLine(); - ImGui::Text("Scroll from code"); ImGui::SameLine(); - ImGui::SmallButton(">>"); - if (ImGui::IsItemActive()) - scroll_x_delta = +ImGui::GetIO().DeltaTime * 1000.0f; - ImGui::SameLine(); - ImGui::Text("%.0f/%.0f", scroll_x, scroll_max_x); - if (scroll_x_delta != 0.0f) - { - // Demonstrate a trick: you can use Begin to set yourself in the context of another window - // (here we are already out of your child window) - ImGui::BeginChild("scrolling"); - ImGui::SetScrollX(ImGui::GetScrollX() + scroll_x_delta); - ImGui::EndChild(); - } - ImGui::Spacing(); - - static bool show_horizontal_contents_size_demo_window = false; - ImGui::Checkbox("Show Horizontal contents size demo window", &show_horizontal_contents_size_demo_window); - - if (show_horizontal_contents_size_demo_window) - { - static bool show_h_scrollbar = true; - static bool show_button = true; - static bool show_tree_nodes = true; - static bool show_text_wrapped = false; - static bool show_columns = true; - static bool show_tab_bar = true; - static bool show_child = false; - static bool explicit_content_size = false; - static float contents_size_x = 300.0f; - if (explicit_content_size) - ImGui::SetNextWindowContentSize(ImVec2(contents_size_x, 0.0f)); - ImGui::Begin("Horizontal contents size demo window", &show_horizontal_contents_size_demo_window, show_h_scrollbar ? ImGuiWindowFlags_HorizontalScrollbar : 0); - IMGUI_DEMO_MARKER("Layout/Scrolling/Horizontal contents size demo window"); - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(2, 0)); - ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(2, 0)); - HelpMarker("Test of different widgets react and impact the work rectangle growing when horizontal scrolling is enabled.\n\nUse 'Metrics->Tools->Show windows rectangles' to visualize rectangles."); - ImGui::Checkbox("H-scrollbar", &show_h_scrollbar); - ImGui::Checkbox("Button", &show_button); // Will grow contents size (unless explicitly overwritten) - ImGui::Checkbox("Tree nodes", &show_tree_nodes); // Will grow contents size and display highlight over full width - ImGui::Checkbox("Text wrapped", &show_text_wrapped);// Will grow and use contents size - ImGui::Checkbox("Columns", &show_columns); // Will use contents size - ImGui::Checkbox("Tab bar", &show_tab_bar); // Will use contents size - ImGui::Checkbox("Child", &show_child); // Will grow and use contents size - ImGui::Checkbox("Explicit content size", &explicit_content_size); - ImGui::Text("Scroll %.1f/%.1f %.1f/%.1f", ImGui::GetScrollX(), ImGui::GetScrollMaxX(), ImGui::GetScrollY(), ImGui::GetScrollMaxY()); - if (explicit_content_size) - { - ImGui::SameLine(); - ImGui::SetNextItemWidth(100); - ImGui::DragFloat("##csx", &contents_size_x); - ImVec2 p = ImGui::GetCursorScreenPos(); - ImGui::GetWindowDrawList()->AddRectFilled(p, ImVec2(p.x + 10, p.y + 10), IM_COL32_WHITE); - ImGui::GetWindowDrawList()->AddRectFilled(ImVec2(p.x + contents_size_x - 10, p.y), ImVec2(p.x + contents_size_x, p.y + 10), IM_COL32_WHITE); - ImGui::Dummy(ImVec2(0, 10)); - } - ImGui::PopStyleVar(2); - ImGui::Separator(); - if (show_button) - { - ImGui::Button("this is a 300-wide button", ImVec2(300, 0)); - } - if (show_tree_nodes) - { - bool open = true; - if (ImGui::TreeNode("this is a tree node")) - { - if (ImGui::TreeNode("another one of those tree node...")) - { - ImGui::Text("Some tree contents"); - ImGui::TreePop(); - } - ImGui::TreePop(); - } - ImGui::CollapsingHeader("CollapsingHeader", &open); - } - if (show_text_wrapped) - { - ImGui::TextWrapped("This text should automatically wrap on the edge of the work rectangle."); - } - if (show_columns) - { - ImGui::Text("Tables:"); - if (ImGui::BeginTable("table", 4, ImGuiTableFlags_Borders)) - { - for (int n = 0; n < 4; n++) - { - ImGui::TableNextColumn(); - ImGui::Text("Width %.2f", ImGui::GetContentRegionAvail().x); - } - ImGui::EndTable(); - } - ImGui::Text("Columns:"); - ImGui::Columns(4); - for (int n = 0; n < 4; n++) - { - ImGui::Text("Width %.2f", ImGui::GetColumnWidth()); - ImGui::NextColumn(); - } - ImGui::Columns(1); - } - if (show_tab_bar && ImGui::BeginTabBar("Hello")) - { - if (ImGui::BeginTabItem("OneOneOne")) { ImGui::EndTabItem(); } - if (ImGui::BeginTabItem("TwoTwoTwo")) { ImGui::EndTabItem(); } - if (ImGui::BeginTabItem("ThreeThreeThree")) { ImGui::EndTabItem(); } - if (ImGui::BeginTabItem("FourFourFour")) { ImGui::EndTabItem(); } - ImGui::EndTabBar(); - } - if (show_child) - { - ImGui::BeginChild("child", ImVec2(0, 0), true); - ImGui::EndChild(); - } - ImGui::End(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Layout/Clipping"); - if (ImGui::TreeNode("Clipping")) - { - static ImVec2 size(100.0f, 100.0f); - static ImVec2 offset(30.0f, 30.0f); - ImGui::DragFloat2("size", (float*)&size, 0.5f, 1.0f, 200.0f, "%.0f"); - ImGui::TextWrapped("(Click and drag to scroll)"); - - HelpMarker( - "(Left) Using ImGui::PushClipRect():\n" - "Will alter ImGui hit-testing logic + ImDrawList rendering.\n" - "(use this if you want your clipping rectangle to affect interactions)\n\n" - "(Center) Using ImDrawList::PushClipRect():\n" - "Will alter ImDrawList rendering only.\n" - "(use this as a shortcut if you are only using ImDrawList calls)\n\n" - "(Right) Using ImDrawList::AddText() with a fine ClipRect:\n" - "Will alter only this specific ImDrawList::AddText() rendering.\n" - "This is often used internally to avoid altering the clipping rectangle and minimize draw calls."); - - for (int n = 0; n < 3; n++) - { - if (n > 0) - ImGui::SameLine(); - - ImGui::PushID(n); - ImGui::InvisibleButton("##canvas", size); - if (ImGui::IsItemActive() && ImGui::IsMouseDragging(ImGuiMouseButton_Left)) - { - offset.x += ImGui::GetIO().MouseDelta.x; - offset.y += ImGui::GetIO().MouseDelta.y; - } - ImGui::PopID(); - if (!ImGui::IsItemVisible()) // Skip rendering as ImDrawList elements are not clipped. - continue; - - const ImVec2 p0 = ImGui::GetItemRectMin(); - const ImVec2 p1 = ImGui::GetItemRectMax(); - const char* text_str = "Line 1 hello\nLine 2 clip me!"; - const ImVec2 text_pos = ImVec2(p0.x + offset.x, p0.y + offset.y); - ImDrawList* draw_list = ImGui::GetWindowDrawList(); - switch (n) - { - case 0: - ImGui::PushClipRect(p0, p1, true); - draw_list->AddRectFilled(p0, p1, IM_COL32(90, 90, 120, 255)); - draw_list->AddText(text_pos, IM_COL32_WHITE, text_str); - ImGui::PopClipRect(); - break; - case 1: - draw_list->PushClipRect(p0, p1, true); - draw_list->AddRectFilled(p0, p1, IM_COL32(90, 90, 120, 255)); - draw_list->AddText(text_pos, IM_COL32_WHITE, text_str); - draw_list->PopClipRect(); - break; - case 2: - ImVec4 clip_rect(p0.x, p0.y, p1.x, p1.y); // AddText() takes a ImVec4* here so let's convert. - draw_list->AddRectFilled(p0, p1, IM_COL32(90, 90, 120, 255)); - draw_list->AddText(ImGui::GetFont(), ImGui::GetFontSize(), text_pos, IM_COL32_WHITE, text_str, NULL, 0.0f, &clip_rect); - break; - } - } - - ImGui::TreePop(); - } -} - -static void ShowDemoWindowPopups() -{ - IMGUI_DEMO_MARKER("Popups"); - if (!ImGui::CollapsingHeader("Popups & Modal windows")) - return; - - // The properties of popups windows are: - // - They block normal mouse hovering detection outside them. (*) - // - Unless modal, they can be closed by clicking anywhere outside them, or by pressing ESCAPE. - // - Their visibility state (~bool) is held internally by Dear ImGui instead of being held by the programmer as - // we are used to with regular Begin() calls. User can manipulate the visibility state by calling OpenPopup(). - // (*) One can use IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup) to bypass it and detect hovering even - // when normally blocked by a popup. - // Those three properties are connected. The library needs to hold their visibility state BECAUSE it can close - // popups at any time. - - // Typical use for regular windows: - // bool my_tool_is_active = false; if (ImGui::Button("Open")) my_tool_is_active = true; [...] if (my_tool_is_active) Begin("My Tool", &my_tool_is_active) { [...] } End(); - // Typical use for popups: - // if (ImGui::Button("Open")) ImGui::OpenPopup("MyPopup"); if (ImGui::BeginPopup("MyPopup") { [...] EndPopup(); } - - // With popups we have to go through a library call (here OpenPopup) to manipulate the visibility state. - // This may be a bit confusing at first but it should quickly make sense. Follow on the examples below. - - IMGUI_DEMO_MARKER("Popups/Popups"); - if (ImGui::TreeNode("Popups")) - { - ImGui::TextWrapped( - "When a popup is active, it inhibits interacting with windows that are behind the popup. " - "Clicking outside the popup closes it."); - - static int selected_fish = -1; - const char* names[] = { "Bream", "Haddock", "Mackerel", "Pollock", "Tilefish" }; - static bool toggles[] = { true, false, false, false, false }; - - // Simple selection popup (if you want to show the current selection inside the Button itself, - // you may want to build a string using the "###" operator to preserve a constant ID with a variable label) - if (ImGui::Button("Select..")) - ImGui::OpenPopup("my_select_popup"); - ImGui::SameLine(); - ImGui::TextUnformatted(selected_fish == -1 ? "" : names[selected_fish]); - if (ImGui::BeginPopup("my_select_popup")) - { - ImGui::Text("Aquarium"); - ImGui::Separator(); - for (int i = 0; i < IM_ARRAYSIZE(names); i++) - if (ImGui::Selectable(names[i])) - selected_fish = i; - ImGui::EndPopup(); - } - - // Showing a menu with toggles - if (ImGui::Button("Toggle..")) - ImGui::OpenPopup("my_toggle_popup"); - if (ImGui::BeginPopup("my_toggle_popup")) - { - for (int i = 0; i < IM_ARRAYSIZE(names); i++) - ImGui::MenuItem(names[i], "", &toggles[i]); - if (ImGui::BeginMenu("Sub-menu")) - { - ImGui::MenuItem("Click me"); - ImGui::EndMenu(); - } - - ImGui::Separator(); - ImGui::Text("Tooltip here"); - if (ImGui::IsItemHovered()) - ImGui::SetTooltip("I am a tooltip over a popup"); - - if (ImGui::Button("Stacked Popup")) - ImGui::OpenPopup("another popup"); - if (ImGui::BeginPopup("another popup")) - { - for (int i = 0; i < IM_ARRAYSIZE(names); i++) - ImGui::MenuItem(names[i], "", &toggles[i]); - if (ImGui::BeginMenu("Sub-menu")) - { - ImGui::MenuItem("Click me"); - if (ImGui::Button("Stacked Popup")) - ImGui::OpenPopup("another popup"); - if (ImGui::BeginPopup("another popup")) - { - ImGui::Text("I am the last one here."); - ImGui::EndPopup(); - } - ImGui::EndMenu(); - } - ImGui::EndPopup(); - } - ImGui::EndPopup(); - } - - // Call the more complete ShowExampleMenuFile which we use in various places of this demo - if (ImGui::Button("With a menu..")) - ImGui::OpenPopup("my_file_popup"); - if (ImGui::BeginPopup("my_file_popup", ImGuiWindowFlags_MenuBar)) - { - if (ImGui::BeginMenuBar()) - { - if (ImGui::BeginMenu("File")) - { - ShowExampleMenuFile(); - ImGui::EndMenu(); - } - if (ImGui::BeginMenu("Edit")) - { - ImGui::MenuItem("Dummy"); - ImGui::EndMenu(); - } - ImGui::EndMenuBar(); - } - ImGui::Text("Hello from popup!"); - ImGui::Button("This is a dummy button.."); - ImGui::EndPopup(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Popups/Context menus"); - if (ImGui::TreeNode("Context menus")) - { - HelpMarker("\"Context\" functions are simple helpers to associate a Popup to a given Item or Window identifier."); - - // BeginPopupContextItem() is a helper to provide common/simple popup behavior of essentially doing: - // if (id == 0) - // id = GetItemID(); // Use last item id - // if (IsItemHovered() && IsMouseReleased(ImGuiMouseButton_Right)) - // OpenPopup(id); - // return BeginPopup(id); - // For advanced advanced uses you may want to replicate and customize this code. - // See more details in BeginPopupContextItem(). - - // Example 1 - // When used after an item that has an ID (e.g. Button), we can skip providing an ID to BeginPopupContextItem(), - // and BeginPopupContextItem() will use the last item ID as the popup ID. - { - const char* names[5] = { "Label1", "Label2", "Label3", "Label4", "Label5" }; - for (int n = 0; n < 5; n++) - { - ImGui::Selectable(names[n]); - if (ImGui::BeginPopupContextItem()) // <-- use last item id as popup id - { - ImGui::Text("This a popup for \"%s\"!", names[n]); - if (ImGui::Button("Close")) - ImGui::CloseCurrentPopup(); - ImGui::EndPopup(); - } - if (ImGui::IsItemHovered()) - ImGui::SetTooltip("Right-click to open popup"); - } - } - - // Example 2 - // Popup on a Text() element which doesn't have an identifier: we need to provide an identifier to BeginPopupContextItem(). - // Using an explicit identifier is also convenient if you want to activate the popups from different locations. - { - HelpMarker("Text() elements don't have stable identifiers so we need to provide one."); - static float value = 0.5f; - ImGui::Text("Value = %.3f <-- (1) right-click this text", value); - if (ImGui::BeginPopupContextItem("my popup")) - { - if (ImGui::Selectable("Set to zero")) value = 0.0f; - if (ImGui::Selectable("Set to PI")) value = 3.1415f; - ImGui::SetNextItemWidth(-FLT_MIN); - ImGui::DragFloat("##Value", &value, 0.1f, 0.0f, 0.0f); - ImGui::EndPopup(); - } - - // We can also use OpenPopupOnItemClick() to toggle the visibility of a given popup. - // Here we make it that right-clicking this other text element opens the same popup as above. - // The popup itself will be submitted by the code above. - ImGui::Text("(2) Or right-click this text"); - ImGui::OpenPopupOnItemClick("my popup", ImGuiPopupFlags_MouseButtonRight); - - // Back to square one: manually open the same popup. - if (ImGui::Button("(3) Or click this button")) - ImGui::OpenPopup("my popup"); - } - - // Example 3 - // When using BeginPopupContextItem() with an implicit identifier (NULL == use last item ID), - // we need to make sure your item identifier is stable. - // In this example we showcase altering the item label while preserving its identifier, using the ### operator (see FAQ). - { - HelpMarker("Showcase using a popup ID linked to item ID, with the item having a changing label + stable ID using the ### operator."); - static char name[32] = "Label1"; - char buf[64]; - sprintf(buf, "Button: %s###Button", name); // ### operator override ID ignoring the preceding label - ImGui::Button(buf); - if (ImGui::BeginPopupContextItem()) - { - ImGui::Text("Edit name:"); - ImGui::InputText("##edit", name, IM_ARRAYSIZE(name)); - if (ImGui::Button("Close")) - ImGui::CloseCurrentPopup(); - ImGui::EndPopup(); - } - ImGui::SameLine(); ImGui::Text("(<-- right-click here)"); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Popups/Modals"); - if (ImGui::TreeNode("Modals")) - { - ImGui::TextWrapped("Modal windows are like popups but the user cannot close them by clicking outside."); - - if (ImGui::Button("Delete..")) - ImGui::OpenPopup("Delete?"); - - // Always center this window when appearing - ImVec2 center = ImGui::GetMainViewport()->GetCenter(); - ImGui::SetNextWindowPos(center, ImGuiCond_Appearing, ImVec2(0.5f, 0.5f)); - - if (ImGui::BeginPopupModal("Delete?", NULL, ImGuiWindowFlags_AlwaysAutoResize)) - { - ImGui::Text("All those beautiful files will be deleted.\nThis operation cannot be undone!\n\n"); - ImGui::Separator(); - - //static int unused_i = 0; - //ImGui::Combo("Combo", &unused_i, "Delete\0Delete harder\0"); - - static bool dont_ask_me_next_time = false; - ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(0, 0)); - ImGui::Checkbox("Don't ask me next time", &dont_ask_me_next_time); - ImGui::PopStyleVar(); - - if (ImGui::Button("OK", ImVec2(120, 0))) { ImGui::CloseCurrentPopup(); } - ImGui::SetItemDefaultFocus(); - ImGui::SameLine(); - if (ImGui::Button("Cancel", ImVec2(120, 0))) { ImGui::CloseCurrentPopup(); } - ImGui::EndPopup(); - } - - if (ImGui::Button("Stacked modals..")) - ImGui::OpenPopup("Stacked 1"); - if (ImGui::BeginPopupModal("Stacked 1", NULL, ImGuiWindowFlags_MenuBar)) - { - if (ImGui::BeginMenuBar()) - { - if (ImGui::BeginMenu("File")) - { - if (ImGui::MenuItem("Some menu item")) {} - ImGui::EndMenu(); - } - ImGui::EndMenuBar(); - } - ImGui::Text("Hello from Stacked The First\nUsing style.Colors[ImGuiCol_ModalWindowDimBg] behind it."); - - // Testing behavior of widgets stacking their own regular popups over the modal. - static int item = 1; - static float color[4] = { 0.4f, 0.7f, 0.0f, 0.5f }; - ImGui::Combo("Combo", &item, "aaaa\0bbbb\0cccc\0dddd\0eeee\0\0"); - ImGui::ColorEdit4("color", color); - - if (ImGui::Button("Add another modal..")) - ImGui::OpenPopup("Stacked 2"); - - // Also demonstrate passing a bool* to BeginPopupModal(), this will create a regular close button which - // will close the popup. Note that the visibility state of popups is owned by imgui, so the input value - // of the bool actually doesn't matter here. - bool unused_open = true; - if (ImGui::BeginPopupModal("Stacked 2", &unused_open)) - { - ImGui::Text("Hello from Stacked The Second!"); - if (ImGui::Button("Close")) - ImGui::CloseCurrentPopup(); - ImGui::EndPopup(); - } - - if (ImGui::Button("Close")) - ImGui::CloseCurrentPopup(); - ImGui::EndPopup(); - } - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Popups/Menus inside a regular window"); - if (ImGui::TreeNode("Menus inside a regular window")) - { - ImGui::TextWrapped("Below we are testing adding menu items to a regular window. It's rather unusual but should work!"); - ImGui::Separator(); - - ImGui::MenuItem("Menu item", "CTRL+M"); - if (ImGui::BeginMenu("Menu inside a regular window")) - { - ShowExampleMenuFile(); - ImGui::EndMenu(); - } - ImGui::Separator(); - ImGui::TreePop(); - } -} - -// Dummy data structure that we use for the Table demo. -// (pre-C++11 doesn't allow us to instantiate ImVector template if this structure if defined inside the demo function) -namespace -{ -// We are passing our own identifier to TableSetupColumn() to facilitate identifying columns in the sorting code. -// This identifier will be passed down into ImGuiTableSortSpec::ColumnUserID. -// But it is possible to omit the user id parameter of TableSetupColumn() and just use the column index instead! (ImGuiTableSortSpec::ColumnIndex) -// If you don't use sorting, you will generally never care about giving column an ID! -enum MyItemColumnID -{ - MyItemColumnID_ID, - MyItemColumnID_Name, - MyItemColumnID_Action, - MyItemColumnID_Quantity, - MyItemColumnID_Description -}; - -struct MyItem -{ - int ID; - const char* Name; - int Quantity; - - // We have a problem which is affecting _only this demo_ and should not affect your code: - // As we don't rely on std:: or other third-party library to compile dear imgui, we only have reliable access to qsort(), - // however qsort doesn't allow passing user data to comparing function. - // As a workaround, we are storing the sort specs in a static/global for the comparing function to access. - // In your own use case you would probably pass the sort specs to your sorting/comparing functions directly and not use a global. - // We could technically call ImGui::TableGetSortSpecs() in CompareWithSortSpecs(), but considering that this function is called - // very often by the sorting algorithm it would be a little wasteful. - static const ImGuiTableSortSpecs* s_current_sort_specs; - - // Compare function to be used by qsort() - static int IMGUI_CDECL CompareWithSortSpecs(const void* lhs, const void* rhs) - { - const MyItem* a = (const MyItem*)lhs; - const MyItem* b = (const MyItem*)rhs; - for (int n = 0; n < s_current_sort_specs->SpecsCount; n++) - { - // Here we identify columns using the ColumnUserID value that we ourselves passed to TableSetupColumn() - // We could also choose to identify columns based on their index (sort_spec->ColumnIndex), which is simpler! - const ImGuiTableColumnSortSpecs* sort_spec = &s_current_sort_specs->Specs[n]; - int delta = 0; - switch (sort_spec->ColumnUserID) - { - case MyItemColumnID_ID: delta = (a->ID - b->ID); break; - case MyItemColumnID_Name: delta = (strcmp(a->Name, b->Name)); break; - case MyItemColumnID_Quantity: delta = (a->Quantity - b->Quantity); break; - case MyItemColumnID_Description: delta = (strcmp(a->Name, b->Name)); break; - default: IM_ASSERT(0); break; - } - if (delta > 0) - return (sort_spec->SortDirection == ImGuiSortDirection_Ascending) ? +1 : -1; - if (delta < 0) - return (sort_spec->SortDirection == ImGuiSortDirection_Ascending) ? -1 : +1; - } - - // qsort() is instable so always return a way to differenciate items. - // Your own compare function may want to avoid fallback on implicit sort specs e.g. a Name compare if it wasn't already part of the sort specs. - return (a->ID - b->ID); - } -}; -const ImGuiTableSortSpecs* MyItem::s_current_sort_specs = NULL; -} - -// Make the UI compact because there are so many fields -static void PushStyleCompact() -{ - ImGuiStyle& style = ImGui::GetStyle(); - ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(style.FramePadding.x, (float)(int)(style.FramePadding.y * 0.60f))); - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(style.ItemSpacing.x, (float)(int)(style.ItemSpacing.y * 0.60f))); -} - -static void PopStyleCompact() -{ - ImGui::PopStyleVar(2); -} - -// Show a combo box with a choice of sizing policies -static void EditTableSizingFlags(ImGuiTableFlags* p_flags) -{ - struct EnumDesc { ImGuiTableFlags Value; const char* Name; const char* Tooltip; }; - static const EnumDesc policies[] = - { - { ImGuiTableFlags_None, "Default", "Use default sizing policy:\n- ImGuiTableFlags_SizingFixedFit if ScrollX is on or if host window has ImGuiWindowFlags_AlwaysAutoResize.\n- ImGuiTableFlags_SizingStretchSame otherwise." }, - { ImGuiTableFlags_SizingFixedFit, "ImGuiTableFlags_SizingFixedFit", "Columns default to _WidthFixed (if resizable) or _WidthAuto (if not resizable), matching contents width." }, - { ImGuiTableFlags_SizingFixedSame, "ImGuiTableFlags_SizingFixedSame", "Columns are all the same width, matching the maximum contents width.\nImplicitly disable ImGuiTableFlags_Resizable and enable ImGuiTableFlags_NoKeepColumnsVisible." }, - { ImGuiTableFlags_SizingStretchProp, "ImGuiTableFlags_SizingStretchProp", "Columns default to _WidthStretch with weights proportional to their widths." }, - { ImGuiTableFlags_SizingStretchSame, "ImGuiTableFlags_SizingStretchSame", "Columns default to _WidthStretch with same weights." } - }; - int idx; - for (idx = 0; idx < IM_ARRAYSIZE(policies); idx++) - if (policies[idx].Value == (*p_flags & ImGuiTableFlags_SizingMask_)) - break; - const char* preview_text = (idx < IM_ARRAYSIZE(policies)) ? policies[idx].Name + (idx > 0 ? strlen("ImGuiTableFlags") : 0) : ""; - if (ImGui::BeginCombo("Sizing Policy", preview_text)) - { - for (int n = 0; n < IM_ARRAYSIZE(policies); n++) - if (ImGui::Selectable(policies[n].Name, idx == n)) - *p_flags = (*p_flags & ~ImGuiTableFlags_SizingMask_) | policies[n].Value; - ImGui::EndCombo(); - } - ImGui::SameLine(); - ImGui::TextDisabled("(?)"); - if (ImGui::IsItemHovered()) - { - ImGui::BeginTooltip(); - ImGui::PushTextWrapPos(ImGui::GetFontSize() * 50.0f); - for (int m = 0; m < IM_ARRAYSIZE(policies); m++) - { - ImGui::Separator(); - ImGui::Text("%s:", policies[m].Name); - ImGui::Separator(); - ImGui::SetCursorPosX(ImGui::GetCursorPosX() + ImGui::GetStyle().IndentSpacing * 0.5f); - ImGui::TextUnformatted(policies[m].Tooltip); - } - ImGui::PopTextWrapPos(); - ImGui::EndTooltip(); - } -} - -static void EditTableColumnsFlags(ImGuiTableColumnFlags* p_flags) -{ - ImGui::CheckboxFlags("_Disabled", p_flags, ImGuiTableColumnFlags_Disabled); ImGui::SameLine(); HelpMarker("Master disable flag (also hide from context menu)"); - ImGui::CheckboxFlags("_DefaultHide", p_flags, ImGuiTableColumnFlags_DefaultHide); - ImGui::CheckboxFlags("_DefaultSort", p_flags, ImGuiTableColumnFlags_DefaultSort); - if (ImGui::CheckboxFlags("_WidthStretch", p_flags, ImGuiTableColumnFlags_WidthStretch)) - *p_flags &= ~(ImGuiTableColumnFlags_WidthMask_ ^ ImGuiTableColumnFlags_WidthStretch); - if (ImGui::CheckboxFlags("_WidthFixed", p_flags, ImGuiTableColumnFlags_WidthFixed)) - *p_flags &= ~(ImGuiTableColumnFlags_WidthMask_ ^ ImGuiTableColumnFlags_WidthFixed); - ImGui::CheckboxFlags("_NoResize", p_flags, ImGuiTableColumnFlags_NoResize); - ImGui::CheckboxFlags("_NoReorder", p_flags, ImGuiTableColumnFlags_NoReorder); - ImGui::CheckboxFlags("_NoHide", p_flags, ImGuiTableColumnFlags_NoHide); - ImGui::CheckboxFlags("_NoClip", p_flags, ImGuiTableColumnFlags_NoClip); - ImGui::CheckboxFlags("_NoSort", p_flags, ImGuiTableColumnFlags_NoSort); - ImGui::CheckboxFlags("_NoSortAscending", p_flags, ImGuiTableColumnFlags_NoSortAscending); - ImGui::CheckboxFlags("_NoSortDescending", p_flags, ImGuiTableColumnFlags_NoSortDescending); - ImGui::CheckboxFlags("_NoHeaderLabel", p_flags, ImGuiTableColumnFlags_NoHeaderLabel); - ImGui::CheckboxFlags("_NoHeaderWidth", p_flags, ImGuiTableColumnFlags_NoHeaderWidth); - ImGui::CheckboxFlags("_PreferSortAscending", p_flags, ImGuiTableColumnFlags_PreferSortAscending); - ImGui::CheckboxFlags("_PreferSortDescending", p_flags, ImGuiTableColumnFlags_PreferSortDescending); - ImGui::CheckboxFlags("_IndentEnable", p_flags, ImGuiTableColumnFlags_IndentEnable); ImGui::SameLine(); HelpMarker("Default for column 0"); - ImGui::CheckboxFlags("_IndentDisable", p_flags, ImGuiTableColumnFlags_IndentDisable); ImGui::SameLine(); HelpMarker("Default for column >0"); -} - -static void ShowTableColumnsStatusFlags(ImGuiTableColumnFlags flags) -{ - ImGui::CheckboxFlags("_IsEnabled", &flags, ImGuiTableColumnFlags_IsEnabled); - ImGui::CheckboxFlags("_IsVisible", &flags, ImGuiTableColumnFlags_IsVisible); - ImGui::CheckboxFlags("_IsSorted", &flags, ImGuiTableColumnFlags_IsSorted); - ImGui::CheckboxFlags("_IsHovered", &flags, ImGuiTableColumnFlags_IsHovered); -} - -static void ShowDemoWindowTables() -{ - //ImGui::SetNextItemOpen(true, ImGuiCond_Once); - IMGUI_DEMO_MARKER("Tables"); - if (!ImGui::CollapsingHeader("Tables & Columns")) - return; - - // Using those as a base value to create width/height that are factor of the size of our font - const float TEXT_BASE_WIDTH = ImGui::CalcTextSize("A").x; - const float TEXT_BASE_HEIGHT = ImGui::GetTextLineHeightWithSpacing(); - - ImGui::PushID("Tables"); - - int open_action = -1; - if (ImGui::Button("Open all")) - open_action = 1; - ImGui::SameLine(); - if (ImGui::Button("Close all")) - open_action = 0; - ImGui::SameLine(); - - // Options - static bool disable_indent = false; - ImGui::Checkbox("Disable tree indentation", &disable_indent); - ImGui::SameLine(); - HelpMarker("Disable the indenting of tree nodes so demo tables can use the full window width."); - ImGui::Separator(); - if (disable_indent) - ImGui::PushStyleVar(ImGuiStyleVar_IndentSpacing, 0.0f); - - // About Styling of tables - // Most settings are configured on a per-table basis via the flags passed to BeginTable() and TableSetupColumns APIs. - // There are however a few settings that a shared and part of the ImGuiStyle structure: - // style.CellPadding // Padding within each cell - // style.Colors[ImGuiCol_TableHeaderBg] // Table header background - // style.Colors[ImGuiCol_TableBorderStrong] // Table outer and header borders - // style.Colors[ImGuiCol_TableBorderLight] // Table inner borders - // style.Colors[ImGuiCol_TableRowBg] // Table row background when ImGuiTableFlags_RowBg is enabled (even rows) - // style.Colors[ImGuiCol_TableRowBgAlt] // Table row background when ImGuiTableFlags_RowBg is enabled (odds rows) - - // Demos - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Basic"); - if (ImGui::TreeNode("Basic")) - { - // Here we will showcase three different ways to output a table. - // They are very simple variations of a same thing! - - // [Method 1] Using TableNextRow() to create a new row, and TableSetColumnIndex() to select the column. - // In many situations, this is the most flexible and easy to use pattern. - HelpMarker("Using TableNextRow() + calling TableSetColumnIndex() _before_ each cell, in a loop."); - if (ImGui::BeginTable("table1", 3)) - { - for (int row = 0; row < 4; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("Row %d Column %d", row, column); - } - } - ImGui::EndTable(); - } - - // [Method 2] Using TableNextColumn() called multiple times, instead of using a for loop + TableSetColumnIndex(). - // This is generally more convenient when you have code manually submitting the contents of each columns. - HelpMarker("Using TableNextRow() + calling TableNextColumn() _before_ each cell, manually."); - if (ImGui::BeginTable("table2", 3)) - { - for (int row = 0; row < 4; row++) - { - ImGui::TableNextRow(); - ImGui::TableNextColumn(); - ImGui::Text("Row %d", row); - ImGui::TableNextColumn(); - ImGui::Text("Some contents"); - ImGui::TableNextColumn(); - ImGui::Text("123.456"); - } - ImGui::EndTable(); - } - - // [Method 3] We call TableNextColumn() _before_ each cell. We never call TableNextRow(), - // as TableNextColumn() will automatically wrap around and create new roes as needed. - // This is generally more convenient when your cells all contains the same type of data. - HelpMarker( - "Only using TableNextColumn(), which tends to be convenient for tables where every cells contains the same type of contents.\n" - "This is also more similar to the old NextColumn() function of the Columns API, and provided to facilitate the Columns->Tables API transition."); - if (ImGui::BeginTable("table3", 3)) - { - for (int item = 0; item < 14; item++) - { - ImGui::TableNextColumn(); - ImGui::Text("Item %d", item); - } - ImGui::EndTable(); - } - - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Borders, background"); - if (ImGui::TreeNode("Borders, background")) - { - // Expose a few Borders related flags interactively - enum ContentsType { CT_Text, CT_FillButton }; - static ImGuiTableFlags flags = ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg; - static bool display_headers = false; - static int contents_type = CT_Text; - - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_RowBg", &flags, ImGuiTableFlags_RowBg); - ImGui::CheckboxFlags("ImGuiTableFlags_Borders", &flags, ImGuiTableFlags_Borders); - ImGui::SameLine(); HelpMarker("ImGuiTableFlags_Borders\n = ImGuiTableFlags_BordersInnerV\n | ImGuiTableFlags_BordersOuterV\n | ImGuiTableFlags_BordersInnerV\n | ImGuiTableFlags_BordersOuterH"); - ImGui::Indent(); - - ImGui::CheckboxFlags("ImGuiTableFlags_BordersH", &flags, ImGuiTableFlags_BordersH); - ImGui::Indent(); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersOuterH", &flags, ImGuiTableFlags_BordersOuterH); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersInnerH", &flags, ImGuiTableFlags_BordersInnerH); - ImGui::Unindent(); - - ImGui::CheckboxFlags("ImGuiTableFlags_BordersV", &flags, ImGuiTableFlags_BordersV); - ImGui::Indent(); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersOuterV", &flags, ImGuiTableFlags_BordersOuterV); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersInnerV", &flags, ImGuiTableFlags_BordersInnerV); - ImGui::Unindent(); - - ImGui::CheckboxFlags("ImGuiTableFlags_BordersOuter", &flags, ImGuiTableFlags_BordersOuter); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersInner", &flags, ImGuiTableFlags_BordersInner); - ImGui::Unindent(); - - ImGui::AlignTextToFramePadding(); ImGui::Text("Cell contents:"); - ImGui::SameLine(); ImGui::RadioButton("Text", &contents_type, CT_Text); - ImGui::SameLine(); ImGui::RadioButton("FillButton", &contents_type, CT_FillButton); - ImGui::Checkbox("Display headers", &display_headers); - ImGui::CheckboxFlags("ImGuiTableFlags_NoBordersInBody", &flags, ImGuiTableFlags_NoBordersInBody); ImGui::SameLine(); HelpMarker("Disable vertical borders in columns Body (borders will always appears in Headers"); - PopStyleCompact(); - - if (ImGui::BeginTable("table1", 3, flags)) - { - // Display headers so we can inspect their interaction with borders. - // (Headers are not the main purpose of this section of the demo, so we are not elaborating on them too much. See other sections for details) - if (display_headers) - { - ImGui::TableSetupColumn("One"); - ImGui::TableSetupColumn("Two"); - ImGui::TableSetupColumn("Three"); - ImGui::TableHeadersRow(); - } - - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - char buf[32]; - sprintf(buf, "Hello %d,%d", column, row); - if (contents_type == CT_Text) - ImGui::TextUnformatted(buf); - else if (contents_type == CT_FillButton) - ImGui::Button(buf, ImVec2(-FLT_MIN, 0.0f)); - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Resizable, stretch"); - if (ImGui::TreeNode("Resizable, stretch")) - { - // By default, if we don't enable ScrollX the sizing policy for each columns is "Stretch" - // Each columns maintain a sizing weight, and they will occupy all available width. - static ImGuiTableFlags flags = ImGuiTableFlags_SizingStretchSame | ImGuiTableFlags_Resizable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_ContextMenuInBody; - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_Resizable", &flags, ImGuiTableFlags_Resizable); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersV", &flags, ImGuiTableFlags_BordersV); - ImGui::SameLine(); HelpMarker("Using the _Resizable flag automatically enables the _BordersInnerV flag as well, this is why the resize borders are still showing when unchecking this."); - PopStyleCompact(); - - if (ImGui::BeginTable("table1", 3, flags)) - { - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("Hello %d,%d", column, row); - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Resizable, fixed"); - if (ImGui::TreeNode("Resizable, fixed")) - { - // Here we use ImGuiTableFlags_SizingFixedFit (even though _ScrollX is not set) - // So columns will adopt the "Fixed" policy and will maintain a fixed width regardless of the whole available width (unless table is small) - // If there is not enough available width to fit all columns, they will however be resized down. - // FIXME-TABLE: Providing a stretch-on-init would make sense especially for tables which don't have saved settings - HelpMarker( - "Using _Resizable + _SizingFixedFit flags.\n" - "Fixed-width columns generally makes more sense if you want to use horizontal scrolling.\n\n" - "Double-click a column border to auto-fit the column to its contents."); - PushStyleCompact(); - static ImGuiTableFlags flags = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_Resizable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_ContextMenuInBody; - ImGui::CheckboxFlags("ImGuiTableFlags_NoHostExtendX", &flags, ImGuiTableFlags_NoHostExtendX); - PopStyleCompact(); - - if (ImGui::BeginTable("table1", 3, flags)) - { - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("Hello %d,%d", column, row); - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Resizable, mixed"); - if (ImGui::TreeNode("Resizable, mixed")) - { - HelpMarker( - "Using TableSetupColumn() to alter resizing policy on a per-column basis.\n\n" - "When combining Fixed and Stretch columns, generally you only want one, maybe two trailing columns to use _WidthStretch."); - static ImGuiTableFlags flags = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_RowBg | ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; - - if (ImGui::BeginTable("table1", 3, flags)) - { - ImGui::TableSetupColumn("AAA", ImGuiTableColumnFlags_WidthFixed); - ImGui::TableSetupColumn("BBB", ImGuiTableColumnFlags_WidthFixed); - ImGui::TableSetupColumn("CCC", ImGuiTableColumnFlags_WidthStretch); - ImGui::TableHeadersRow(); - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("%s %d,%d", (column == 2) ? "Stretch" : "Fixed", column, row); - } - } - ImGui::EndTable(); - } - if (ImGui::BeginTable("table2", 6, flags)) - { - ImGui::TableSetupColumn("AAA", ImGuiTableColumnFlags_WidthFixed); - ImGui::TableSetupColumn("BBB", ImGuiTableColumnFlags_WidthFixed); - ImGui::TableSetupColumn("CCC", ImGuiTableColumnFlags_WidthFixed | ImGuiTableColumnFlags_DefaultHide); - ImGui::TableSetupColumn("DDD", ImGuiTableColumnFlags_WidthStretch); - ImGui::TableSetupColumn("EEE", ImGuiTableColumnFlags_WidthStretch); - ImGui::TableSetupColumn("FFF", ImGuiTableColumnFlags_WidthStretch | ImGuiTableColumnFlags_DefaultHide); - ImGui::TableHeadersRow(); - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 6; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("%s %d,%d", (column >= 3) ? "Stretch" : "Fixed", column, row); - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Reorderable, hideable, with headers"); - if (ImGui::TreeNode("Reorderable, hideable, with headers")) - { - HelpMarker( - "Click and drag column headers to reorder columns.\n\n" - "Right-click on a header to open a context menu."); - static ImGuiTableFlags flags = ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV; - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_Resizable", &flags, ImGuiTableFlags_Resizable); - ImGui::CheckboxFlags("ImGuiTableFlags_Reorderable", &flags, ImGuiTableFlags_Reorderable); - ImGui::CheckboxFlags("ImGuiTableFlags_Hideable", &flags, ImGuiTableFlags_Hideable); - ImGui::CheckboxFlags("ImGuiTableFlags_NoBordersInBody", &flags, ImGuiTableFlags_NoBordersInBody); - ImGui::CheckboxFlags("ImGuiTableFlags_NoBordersInBodyUntilResize", &flags, ImGuiTableFlags_NoBordersInBodyUntilResize); ImGui::SameLine(); HelpMarker("Disable vertical borders in columns Body until hovered for resize (borders will always appears in Headers)"); - PopStyleCompact(); - - if (ImGui::BeginTable("table1", 3, flags)) - { - // Submit columns name with TableSetupColumn() and call TableHeadersRow() to create a row with a header in each column. - // (Later we will show how TableSetupColumn() has other uses, optional flags, sizing weight etc.) - ImGui::TableSetupColumn("One"); - ImGui::TableSetupColumn("Two"); - ImGui::TableSetupColumn("Three"); - ImGui::TableHeadersRow(); - for (int row = 0; row < 6; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("Hello %d,%d", column, row); - } - } - ImGui::EndTable(); - } - - // Use outer_size.x == 0.0f instead of default to make the table as tight as possible (only valid when no scrolling and no stretch column) - if (ImGui::BeginTable("table2", 3, flags | ImGuiTableFlags_SizingFixedFit, ImVec2(0.0f, 0.0f))) - { - ImGui::TableSetupColumn("One"); - ImGui::TableSetupColumn("Two"); - ImGui::TableSetupColumn("Three"); - ImGui::TableHeadersRow(); - for (int row = 0; row < 6; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("Fixed %d,%d", column, row); - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Padding"); - if (ImGui::TreeNode("Padding")) - { - // First example: showcase use of padding flags and effect of BorderOuterV/BorderInnerV on X padding. - // We don't expose BorderOuterH/BorderInnerH here because they have no effect on X padding. - HelpMarker( - "We often want outer padding activated when any using features which makes the edges of a column visible:\n" - "e.g.:\n" - "- BorderOuterV\n" - "- any form of row selection\n" - "Because of this, activating BorderOuterV sets the default to PadOuterX. Using PadOuterX or NoPadOuterX you can override the default.\n\n" - "Actual padding values are using style.CellPadding.\n\n" - "In this demo we don't show horizontal borders to emphasis how they don't affect default horizontal padding."); - - static ImGuiTableFlags flags1 = ImGuiTableFlags_BordersV; - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_PadOuterX", &flags1, ImGuiTableFlags_PadOuterX); - ImGui::SameLine(); HelpMarker("Enable outer-most padding (default if ImGuiTableFlags_BordersOuterV is set)"); - ImGui::CheckboxFlags("ImGuiTableFlags_NoPadOuterX", &flags1, ImGuiTableFlags_NoPadOuterX); - ImGui::SameLine(); HelpMarker("Disable outer-most padding (default if ImGuiTableFlags_BordersOuterV is not set)"); - ImGui::CheckboxFlags("ImGuiTableFlags_NoPadInnerX", &flags1, ImGuiTableFlags_NoPadInnerX); - ImGui::SameLine(); HelpMarker("Disable inner padding between columns (double inner padding if BordersOuterV is on, single inner padding if BordersOuterV is off)"); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersOuterV", &flags1, ImGuiTableFlags_BordersOuterV); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersInnerV", &flags1, ImGuiTableFlags_BordersInnerV); - static bool show_headers = false; - ImGui::Checkbox("show_headers", &show_headers); - PopStyleCompact(); - - if (ImGui::BeginTable("table_padding", 3, flags1)) - { - if (show_headers) - { - ImGui::TableSetupColumn("One"); - ImGui::TableSetupColumn("Two"); - ImGui::TableSetupColumn("Three"); - ImGui::TableHeadersRow(); - } - - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - if (row == 0) - { - ImGui::Text("Avail %.2f", ImGui::GetContentRegionAvail().x); - } - else - { - char buf[32]; - sprintf(buf, "Hello %d,%d", column, row); - ImGui::Button(buf, ImVec2(-FLT_MIN, 0.0f)); - } - //if (ImGui::TableGetColumnFlags() & ImGuiTableColumnFlags_IsHovered) - // ImGui::TableSetBgColor(ImGuiTableBgTarget_CellBg, IM_COL32(0, 100, 0, 255)); - } - } - ImGui::EndTable(); - } - - // Second example: set style.CellPadding to (0.0) or a custom value. - // FIXME-TABLE: Vertical border effectively not displayed the same way as horizontal one... - HelpMarker("Setting style.CellPadding to (0,0) or a custom value."); - static ImGuiTableFlags flags2 = ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg; - static ImVec2 cell_padding(0.0f, 0.0f); - static bool show_widget_frame_bg = true; - - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_Borders", &flags2, ImGuiTableFlags_Borders); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersH", &flags2, ImGuiTableFlags_BordersH); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersV", &flags2, ImGuiTableFlags_BordersV); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersInner", &flags2, ImGuiTableFlags_BordersInner); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersOuter", &flags2, ImGuiTableFlags_BordersOuter); - ImGui::CheckboxFlags("ImGuiTableFlags_RowBg", &flags2, ImGuiTableFlags_RowBg); - ImGui::CheckboxFlags("ImGuiTableFlags_Resizable", &flags2, ImGuiTableFlags_Resizable); - ImGui::Checkbox("show_widget_frame_bg", &show_widget_frame_bg); - ImGui::SliderFloat2("CellPadding", &cell_padding.x, 0.0f, 10.0f, "%.0f"); - PopStyleCompact(); - - ImGui::PushStyleVar(ImGuiStyleVar_CellPadding, cell_padding); - if (ImGui::BeginTable("table_padding_2", 3, flags2)) - { - static char text_bufs[3 * 5][16]; // Mini text storage for 3x5 cells - static bool init = true; - if (!show_widget_frame_bg) - ImGui::PushStyleColor(ImGuiCol_FrameBg, 0); - for (int cell = 0; cell < 3 * 5; cell++) - { - ImGui::TableNextColumn(); - if (init) - strcpy(text_bufs[cell], "edit me"); - ImGui::SetNextItemWidth(-FLT_MIN); - ImGui::PushID(cell); - ImGui::InputText("##cell", text_bufs[cell], IM_ARRAYSIZE(text_bufs[cell])); - ImGui::PopID(); - } - if (!show_widget_frame_bg) - ImGui::PopStyleColor(); - init = false; - ImGui::EndTable(); - } - ImGui::PopStyleVar(); - - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Explicit widths"); - if (ImGui::TreeNode("Sizing policies")) - { - static ImGuiTableFlags flags1 = ImGuiTableFlags_BordersV | ImGuiTableFlags_BordersOuterH | ImGuiTableFlags_RowBg | ImGuiTableFlags_ContextMenuInBody; - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_Resizable", &flags1, ImGuiTableFlags_Resizable); - ImGui::CheckboxFlags("ImGuiTableFlags_NoHostExtendX", &flags1, ImGuiTableFlags_NoHostExtendX); - PopStyleCompact(); - - static ImGuiTableFlags sizing_policy_flags[4] = { ImGuiTableFlags_SizingFixedFit, ImGuiTableFlags_SizingFixedSame, ImGuiTableFlags_SizingStretchProp, ImGuiTableFlags_SizingStretchSame }; - for (int table_n = 0; table_n < 4; table_n++) - { - ImGui::PushID(table_n); - ImGui::SetNextItemWidth(TEXT_BASE_WIDTH * 30); - EditTableSizingFlags(&sizing_policy_flags[table_n]); - - // To make it easier to understand the different sizing policy, - // For each policy: we display one table where the columns have equal contents width, and one where the columns have different contents width. - if (ImGui::BeginTable("table1", 3, sizing_policy_flags[table_n] | flags1)) - { - for (int row = 0; row < 3; row++) - { - ImGui::TableNextRow(); - ImGui::TableNextColumn(); ImGui::Text("Oh dear"); - ImGui::TableNextColumn(); ImGui::Text("Oh dear"); - ImGui::TableNextColumn(); ImGui::Text("Oh dear"); - } - ImGui::EndTable(); - } - if (ImGui::BeginTable("table2", 3, sizing_policy_flags[table_n] | flags1)) - { - for (int row = 0; row < 3; row++) - { - ImGui::TableNextRow(); - ImGui::TableNextColumn(); ImGui::Text("AAAA"); - ImGui::TableNextColumn(); ImGui::Text("BBBBBBBB"); - ImGui::TableNextColumn(); ImGui::Text("CCCCCCCCCCCC"); - } - ImGui::EndTable(); - } - ImGui::PopID(); - } - - ImGui::Spacing(); - ImGui::TextUnformatted("Advanced"); - ImGui::SameLine(); - HelpMarker("This section allows you to interact and see the effect of various sizing policies depending on whether Scroll is enabled and the contents of your columns."); - - enum ContentsType { CT_ShowWidth, CT_ShortText, CT_LongText, CT_Button, CT_FillButton, CT_InputText }; - static ImGuiTableFlags flags = ImGuiTableFlags_ScrollY | ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg | ImGuiTableFlags_Resizable; - static int contents_type = CT_ShowWidth; - static int column_count = 3; - - PushStyleCompact(); - ImGui::PushID("Advanced"); - ImGui::PushItemWidth(TEXT_BASE_WIDTH * 30); - EditTableSizingFlags(&flags); - ImGui::Combo("Contents", &contents_type, "Show width\0Short Text\0Long Text\0Button\0Fill Button\0InputText\0"); - if (contents_type == CT_FillButton) - { - ImGui::SameLine(); - HelpMarker("Be mindful that using right-alignment (e.g. size.x = -FLT_MIN) creates a feedback loop where contents width can feed into auto-column width can feed into contents width."); - } - ImGui::DragInt("Columns", &column_count, 0.1f, 1, 64, "%d", ImGuiSliderFlags_AlwaysClamp); - ImGui::CheckboxFlags("ImGuiTableFlags_Resizable", &flags, ImGuiTableFlags_Resizable); - ImGui::CheckboxFlags("ImGuiTableFlags_PreciseWidths", &flags, ImGuiTableFlags_PreciseWidths); - ImGui::SameLine(); HelpMarker("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."); - ImGui::CheckboxFlags("ImGuiTableFlags_ScrollX", &flags, ImGuiTableFlags_ScrollX); - ImGui::CheckboxFlags("ImGuiTableFlags_ScrollY", &flags, ImGuiTableFlags_ScrollY); - ImGui::CheckboxFlags("ImGuiTableFlags_NoClip", &flags, ImGuiTableFlags_NoClip); - ImGui::PopItemWidth(); - ImGui::PopID(); - PopStyleCompact(); - - if (ImGui::BeginTable("table2", column_count, flags, ImVec2(0.0f, TEXT_BASE_HEIGHT * 7))) - { - for (int cell = 0; cell < 10 * column_count; cell++) - { - ImGui::TableNextColumn(); - int column = ImGui::TableGetColumnIndex(); - int row = ImGui::TableGetRowIndex(); - - ImGui::PushID(cell); - char label[32]; - static char text_buf[32] = ""; - sprintf(label, "Hello %d,%d", column, row); - switch (contents_type) - { - case CT_ShortText: ImGui::TextUnformatted(label); break; - case CT_LongText: ImGui::Text("Some %s text %d,%d\nOver two lines..", column == 0 ? "long" : "longeeer", column, row); break; - case CT_ShowWidth: ImGui::Text("W: %.1f", ImGui::GetContentRegionAvail().x); break; - case CT_Button: ImGui::Button(label); break; - case CT_FillButton: ImGui::Button(label, ImVec2(-FLT_MIN, 0.0f)); break; - case CT_InputText: ImGui::SetNextItemWidth(-FLT_MIN); ImGui::InputText("##", text_buf, IM_ARRAYSIZE(text_buf)); break; - } - ImGui::PopID(); - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Vertical scrolling, with clipping"); - if (ImGui::TreeNode("Vertical scrolling, with clipping")) - { - HelpMarker("Here we activate ScrollY, which will create a child window container to allow hosting scrollable contents.\n\nWe also demonstrate using ImGuiListClipper to virtualize the submission of many items."); - static ImGuiTableFlags flags = ImGuiTableFlags_ScrollY | ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; - - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_ScrollY", &flags, ImGuiTableFlags_ScrollY); - PopStyleCompact(); - - // When using ScrollX or ScrollY we need to specify a size for our table container! - // Otherwise by default the table will fit all available space, like a BeginChild() call. - ImVec2 outer_size = ImVec2(0.0f, TEXT_BASE_HEIGHT * 8); - if (ImGui::BeginTable("table_scrolly", 3, flags, outer_size)) - { - ImGui::TableSetupScrollFreeze(0, 1); // Make top row always visible - ImGui::TableSetupColumn("One", ImGuiTableColumnFlags_None); - ImGui::TableSetupColumn("Two", ImGuiTableColumnFlags_None); - ImGui::TableSetupColumn("Three", ImGuiTableColumnFlags_None); - ImGui::TableHeadersRow(); - - // Demonstrate using clipper for large vertical lists - ImGuiListClipper clipper; - clipper.Begin(1000); - while (clipper.Step()) - { - for (int row = clipper.DisplayStart; row < clipper.DisplayEnd; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("Hello %d,%d", column, row); - } - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Horizontal scrolling"); - if (ImGui::TreeNode("Horizontal scrolling")) - { - HelpMarker( - "When ScrollX is enabled, the default sizing policy becomes ImGuiTableFlags_SizingFixedFit, " - "as automatically stretching columns doesn't make much sense with horizontal scrolling.\n\n" - "Also note that as of the current version, you will almost always want to enable ScrollY along with ScrollX," - "because the container window won't automatically extend vertically to fix contents (this may be improved in future versions)."); - static ImGuiTableFlags flags = ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY | ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable; - static int freeze_cols = 1; - static int freeze_rows = 1; - - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_Resizable", &flags, ImGuiTableFlags_Resizable); - ImGui::CheckboxFlags("ImGuiTableFlags_ScrollX", &flags, ImGuiTableFlags_ScrollX); - ImGui::CheckboxFlags("ImGuiTableFlags_ScrollY", &flags, ImGuiTableFlags_ScrollY); - ImGui::SetNextItemWidth(ImGui::GetFrameHeight()); - ImGui::DragInt("freeze_cols", &freeze_cols, 0.2f, 0, 9, NULL, ImGuiSliderFlags_NoInput); - ImGui::SetNextItemWidth(ImGui::GetFrameHeight()); - ImGui::DragInt("freeze_rows", &freeze_rows, 0.2f, 0, 9, NULL, ImGuiSliderFlags_NoInput); - PopStyleCompact(); - - // When using ScrollX or ScrollY we need to specify a size for our table container! - // Otherwise by default the table will fit all available space, like a BeginChild() call. - ImVec2 outer_size = ImVec2(0.0f, TEXT_BASE_HEIGHT * 8); - if (ImGui::BeginTable("table_scrollx", 7, flags, outer_size)) - { - ImGui::TableSetupScrollFreeze(freeze_cols, freeze_rows); - ImGui::TableSetupColumn("Line #", ImGuiTableColumnFlags_NoHide); // Make the first column not hideable to match our use of TableSetupScrollFreeze() - ImGui::TableSetupColumn("One"); - ImGui::TableSetupColumn("Two"); - ImGui::TableSetupColumn("Three"); - ImGui::TableSetupColumn("Four"); - ImGui::TableSetupColumn("Five"); - ImGui::TableSetupColumn("Six"); - ImGui::TableHeadersRow(); - for (int row = 0; row < 20; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 7; column++) - { - // Both TableNextColumn() and TableSetColumnIndex() return true when a column is visible or performing width measurement. - // Because here we know that: - // - A) all our columns are contributing the same to row height - // - B) column 0 is always visible, - // We only always submit this one column and can skip others. - // More advanced per-column clipping behaviors may benefit from polling the status flags via TableGetColumnFlags(). - if (!ImGui::TableSetColumnIndex(column) && column > 0) - continue; - if (column == 0) - ImGui::Text("Line %d", row); - else - ImGui::Text("Hello world %d,%d", column, row); - } - } - ImGui::EndTable(); - } - - ImGui::Spacing(); - ImGui::TextUnformatted("Stretch + ScrollX"); - ImGui::SameLine(); - HelpMarker( - "Showcase using Stretch columns + ScrollX together: " - "this is rather unusual and only makes sense when specifying an 'inner_width' for the table!\n" - "Without an explicit value, inner_width is == outer_size.x and therefore using Stretch columns + ScrollX together doesn't make sense."); - static ImGuiTableFlags flags2 = ImGuiTableFlags_SizingStretchSame | ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_RowBg | ImGuiTableFlags_ContextMenuInBody; - static float inner_width = 1000.0f; - PushStyleCompact(); - ImGui::PushID("flags3"); - ImGui::PushItemWidth(TEXT_BASE_WIDTH * 30); - ImGui::CheckboxFlags("ImGuiTableFlags_ScrollX", &flags2, ImGuiTableFlags_ScrollX); - ImGui::DragFloat("inner_width", &inner_width, 1.0f, 0.0f, FLT_MAX, "%.1f"); - ImGui::PopItemWidth(); - ImGui::PopID(); - PopStyleCompact(); - if (ImGui::BeginTable("table2", 7, flags2, outer_size, inner_width)) - { - for (int cell = 0; cell < 20 * 7; cell++) - { - ImGui::TableNextColumn(); - ImGui::Text("Hello world %d,%d", ImGui::TableGetColumnIndex(), ImGui::TableGetRowIndex()); - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Columns flags"); - if (ImGui::TreeNode("Columns flags")) - { - // Create a first table just to show all the options/flags we want to make visible in our example! - const int column_count = 3; - const char* column_names[column_count] = { "One", "Two", "Three" }; - static ImGuiTableColumnFlags column_flags[column_count] = { ImGuiTableColumnFlags_DefaultSort, ImGuiTableColumnFlags_None, ImGuiTableColumnFlags_DefaultHide }; - static ImGuiTableColumnFlags column_flags_out[column_count] = { 0, 0, 0 }; // Output from TableGetColumnFlags() - - if (ImGui::BeginTable("table_columns_flags_checkboxes", column_count, ImGuiTableFlags_None)) - { - PushStyleCompact(); - for (int column = 0; column < column_count; column++) - { - ImGui::TableNextColumn(); - ImGui::PushID(column); - ImGui::AlignTextToFramePadding(); // FIXME-TABLE: Workaround for wrong text baseline propagation across columns - ImGui::Text("'%s'", column_names[column]); - ImGui::Spacing(); - ImGui::Text("Input flags:"); - EditTableColumnsFlags(&column_flags[column]); - ImGui::Spacing(); - ImGui::Text("Output flags:"); - ImGui::BeginDisabled(); - ShowTableColumnsStatusFlags(column_flags_out[column]); - ImGui::EndDisabled(); - ImGui::PopID(); - } - PopStyleCompact(); - ImGui::EndTable(); - } - - // Create the real table we care about for the example! - // We use a scrolling table to be able to showcase the difference between the _IsEnabled and _IsVisible flags above, otherwise in - // a non-scrolling table columns are always visible (unless using ImGuiTableFlags_NoKeepColumnsVisible + resizing the parent window down) - const ImGuiTableFlags flags - = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY - | ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV - | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable | ImGuiTableFlags_Sortable; - ImVec2 outer_size = ImVec2(0.0f, TEXT_BASE_HEIGHT * 9); - if (ImGui::BeginTable("table_columns_flags", column_count, flags, outer_size)) - { - for (int column = 0; column < column_count; column++) - ImGui::TableSetupColumn(column_names[column], column_flags[column]); - ImGui::TableHeadersRow(); - for (int column = 0; column < column_count; column++) - column_flags_out[column] = ImGui::TableGetColumnFlags(column); - float indent_step = (float)((int)TEXT_BASE_WIDTH / 2); - for (int row = 0; row < 8; row++) - { - ImGui::Indent(indent_step); // Add some indentation to demonstrate usage of per-column IndentEnable/IndentDisable flags. - ImGui::TableNextRow(); - for (int column = 0; column < column_count; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("%s %s", (column == 0) ? "Indented" : "Hello", ImGui::TableGetColumnName(column)); - } - } - ImGui::Unindent(indent_step * 8.0f); - - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Columns widths"); - if (ImGui::TreeNode("Columns widths")) - { - HelpMarker("Using TableSetupColumn() to setup default width."); - - static ImGuiTableFlags flags1 = ImGuiTableFlags_Borders | ImGuiTableFlags_NoBordersInBodyUntilResize; - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_Resizable", &flags1, ImGuiTableFlags_Resizable); - ImGui::CheckboxFlags("ImGuiTableFlags_NoBordersInBodyUntilResize", &flags1, ImGuiTableFlags_NoBordersInBodyUntilResize); - PopStyleCompact(); - if (ImGui::BeginTable("table1", 3, flags1)) - { - // We could also set ImGuiTableFlags_SizingFixedFit on the table and all columns will default to ImGuiTableColumnFlags_WidthFixed. - ImGui::TableSetupColumn("one", ImGuiTableColumnFlags_WidthFixed, 100.0f); // Default to 100.0f - ImGui::TableSetupColumn("two", ImGuiTableColumnFlags_WidthFixed, 200.0f); // Default to 200.0f - ImGui::TableSetupColumn("three", ImGuiTableColumnFlags_WidthFixed); // Default to auto - ImGui::TableHeadersRow(); - for (int row = 0; row < 4; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableSetColumnIndex(column); - if (row == 0) - ImGui::Text("(w: %5.1f)", ImGui::GetContentRegionAvail().x); - else - ImGui::Text("Hello %d,%d", column, row); - } - } - ImGui::EndTable(); - } - - HelpMarker("Using TableSetupColumn() to setup explicit width.\n\nUnless _NoKeepColumnsVisible is set, fixed columns with set width may still be shrunk down if there's not enough space in the host."); - - static ImGuiTableFlags flags2 = ImGuiTableFlags_None; - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_NoKeepColumnsVisible", &flags2, ImGuiTableFlags_NoKeepColumnsVisible); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersInnerV", &flags2, ImGuiTableFlags_BordersInnerV); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersOuterV", &flags2, ImGuiTableFlags_BordersOuterV); - PopStyleCompact(); - if (ImGui::BeginTable("table2", 4, flags2)) - { - // We could also set ImGuiTableFlags_SizingFixedFit on the table and all columns will default to ImGuiTableColumnFlags_WidthFixed. - ImGui::TableSetupColumn("", ImGuiTableColumnFlags_WidthFixed, 100.0f); - ImGui::TableSetupColumn("", ImGuiTableColumnFlags_WidthFixed, TEXT_BASE_WIDTH * 15.0f); - ImGui::TableSetupColumn("", ImGuiTableColumnFlags_WidthFixed, TEXT_BASE_WIDTH * 30.0f); - ImGui::TableSetupColumn("", ImGuiTableColumnFlags_WidthFixed, TEXT_BASE_WIDTH * 15.0f); - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 4; column++) - { - ImGui::TableSetColumnIndex(column); - if (row == 0) - ImGui::Text("(w: %5.1f)", ImGui::GetContentRegionAvail().x); - else - ImGui::Text("Hello %d,%d", column, row); - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Nested tables"); - if (ImGui::TreeNode("Nested tables")) - { - HelpMarker("This demonstrate embedding a table into another table cell."); - - if (ImGui::BeginTable("table_nested1", 2, ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable)) - { - ImGui::TableSetupColumn("A0"); - ImGui::TableSetupColumn("A1"); - ImGui::TableHeadersRow(); - - ImGui::TableNextColumn(); - ImGui::Text("A0 Row 0"); - { - float rows_height = TEXT_BASE_HEIGHT * 2; - if (ImGui::BeginTable("table_nested2", 2, ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable)) - { - ImGui::TableSetupColumn("B0"); - ImGui::TableSetupColumn("B1"); - ImGui::TableHeadersRow(); - - ImGui::TableNextRow(ImGuiTableRowFlags_None, rows_height); - ImGui::TableNextColumn(); - ImGui::Text("B0 Row 0"); - ImGui::TableNextColumn(); - ImGui::Text("B1 Row 0"); - ImGui::TableNextRow(ImGuiTableRowFlags_None, rows_height); - ImGui::TableNextColumn(); - ImGui::Text("B0 Row 1"); - ImGui::TableNextColumn(); - ImGui::Text("B1 Row 1"); - - ImGui::EndTable(); - } - } - ImGui::TableNextColumn(); ImGui::Text("A1 Row 0"); - ImGui::TableNextColumn(); ImGui::Text("A0 Row 1"); - ImGui::TableNextColumn(); ImGui::Text("A1 Row 1"); - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Row height"); - if (ImGui::TreeNode("Row height")) - { - HelpMarker("You can pass a 'min_row_height' to TableNextRow().\n\nRows are padded with 'style.CellPadding.y' on top and bottom, so effectively the minimum row height will always be >= 'style.CellPadding.y * 2.0f'.\n\nWe cannot honor a _maximum_ row height as that would requires a unique clipping rectangle per row."); - if (ImGui::BeginTable("table_row_height", 1, ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersInnerV)) - { - for (int row = 0; row < 10; row++) - { - float min_row_height = (float)(int)(TEXT_BASE_HEIGHT * 0.30f * row); - ImGui::TableNextRow(ImGuiTableRowFlags_None, min_row_height); - ImGui::TableNextColumn(); - ImGui::Text("min_row_height = %.2f", min_row_height); - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Outer size"); - if (ImGui::TreeNode("Outer size")) - { - // Showcasing use of ImGuiTableFlags_NoHostExtendX and ImGuiTableFlags_NoHostExtendY - // Important to that note how the two flags have slightly different behaviors! - ImGui::Text("Using NoHostExtendX and NoHostExtendY:"); - PushStyleCompact(); - static ImGuiTableFlags flags = ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_ContextMenuInBody | ImGuiTableFlags_RowBg | ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_NoHostExtendX; - ImGui::CheckboxFlags("ImGuiTableFlags_NoHostExtendX", &flags, ImGuiTableFlags_NoHostExtendX); - ImGui::SameLine(); HelpMarker("Make outer width auto-fit to columns, overriding outer_size.x value.\n\nOnly available when ScrollX/ScrollY are disabled and Stretch columns are not used."); - ImGui::CheckboxFlags("ImGuiTableFlags_NoHostExtendY", &flags, ImGuiTableFlags_NoHostExtendY); - ImGui::SameLine(); HelpMarker("Make outer height stop exactly at outer_size.y (prevent auto-extending table past the limit).\n\nOnly available when ScrollX/ScrollY are disabled. Data below the limit will be clipped and not visible."); - PopStyleCompact(); - - ImVec2 outer_size = ImVec2(0.0f, TEXT_BASE_HEIGHT * 5.5f); - if (ImGui::BeginTable("table1", 3, flags, outer_size)) - { - for (int row = 0; row < 10; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableNextColumn(); - ImGui::Text("Cell %d,%d", column, row); - } - } - ImGui::EndTable(); - } - ImGui::SameLine(); - ImGui::Text("Hello!"); - - ImGui::Spacing(); - - ImGui::Text("Using explicit size:"); - if (ImGui::BeginTable("table2", 3, ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg, ImVec2(TEXT_BASE_WIDTH * 30, 0.0f))) - { - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - ImGui::TableNextColumn(); - ImGui::Text("Cell %d,%d", column, row); - } - } - ImGui::EndTable(); - } - ImGui::SameLine(); - if (ImGui::BeginTable("table3", 3, ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg, ImVec2(TEXT_BASE_WIDTH * 30, 0.0f))) - { - for (int row = 0; row < 3; row++) - { - ImGui::TableNextRow(0, TEXT_BASE_HEIGHT * 1.5f); - for (int column = 0; column < 3; column++) - { - ImGui::TableNextColumn(); - ImGui::Text("Cell %d,%d", column, row); - } - } - ImGui::EndTable(); - } - - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Background color"); - if (ImGui::TreeNode("Background color")) - { - static ImGuiTableFlags flags = ImGuiTableFlags_RowBg; - static int row_bg_type = 1; - static int row_bg_target = 1; - static int cell_bg_type = 1; - - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_Borders", &flags, ImGuiTableFlags_Borders); - ImGui::CheckboxFlags("ImGuiTableFlags_RowBg", &flags, ImGuiTableFlags_RowBg); - ImGui::SameLine(); HelpMarker("ImGuiTableFlags_RowBg automatically sets RowBg0 to alternative colors pulled from the Style."); - ImGui::Combo("row bg type", (int*)&row_bg_type, "None\0Red\0Gradient\0"); - ImGui::Combo("row bg target", (int*)&row_bg_target, "RowBg0\0RowBg1\0"); ImGui::SameLine(); HelpMarker("Target RowBg0 to override the alternating odd/even colors,\nTarget RowBg1 to blend with them."); - ImGui::Combo("cell bg type", (int*)&cell_bg_type, "None\0Blue\0"); ImGui::SameLine(); HelpMarker("We are colorizing cells to B1->C2 here."); - IM_ASSERT(row_bg_type >= 0 && row_bg_type <= 2); - IM_ASSERT(row_bg_target >= 0 && row_bg_target <= 1); - IM_ASSERT(cell_bg_type >= 0 && cell_bg_type <= 1); - PopStyleCompact(); - - if (ImGui::BeginTable("table1", 5, flags)) - { - for (int row = 0; row < 6; row++) - { - ImGui::TableNextRow(); - - // Demonstrate setting a row background color with 'ImGui::TableSetBgColor(ImGuiTableBgTarget_RowBgX, ...)' - // We use a transparent color so we can see the one behind in case our target is RowBg1 and RowBg0 was already targeted by the ImGuiTableFlags_RowBg flag. - if (row_bg_type != 0) - { - ImU32 row_bg_color = ImGui::GetColorU32(row_bg_type == 1 ? ImVec4(0.7f, 0.3f, 0.3f, 0.65f) : ImVec4(0.2f + row * 0.1f, 0.2f, 0.2f, 0.65f)); // Flat or Gradient? - ImGui::TableSetBgColor(ImGuiTableBgTarget_RowBg0 + row_bg_target, row_bg_color); - } - - // Fill cells - for (int column = 0; column < 5; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("%c%c", 'A' + row, '0' + column); - - // Change background of Cells B1->C2 - // Demonstrate setting a cell background color with 'ImGui::TableSetBgColor(ImGuiTableBgTarget_CellBg, ...)' - // (the CellBg color will be blended over the RowBg and ColumnBg colors) - // We can also pass a column number as a third parameter to TableSetBgColor() and do this outside the column loop. - if (row >= 1 && row <= 2 && column >= 1 && column <= 2 && cell_bg_type == 1) - { - ImU32 cell_bg_color = ImGui::GetColorU32(ImVec4(0.3f, 0.3f, 0.7f, 0.65f)); - ImGui::TableSetBgColor(ImGuiTableBgTarget_CellBg, cell_bg_color); - } - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Tree view"); - if (ImGui::TreeNode("Tree view")) - { - static ImGuiTableFlags flags = ImGuiTableFlags_BordersV | ImGuiTableFlags_BordersOuterH | ImGuiTableFlags_Resizable | ImGuiTableFlags_RowBg | ImGuiTableFlags_NoBordersInBody; - - if (ImGui::BeginTable("3ways", 3, flags)) - { - // The first column will use the default _WidthStretch when ScrollX is Off and _WidthFixed when ScrollX is On - ImGui::TableSetupColumn("Name", ImGuiTableColumnFlags_NoHide); - ImGui::TableSetupColumn("Size", ImGuiTableColumnFlags_WidthFixed, TEXT_BASE_WIDTH * 12.0f); - ImGui::TableSetupColumn("Type", ImGuiTableColumnFlags_WidthFixed, TEXT_BASE_WIDTH * 18.0f); - ImGui::TableHeadersRow(); - - // Simple storage to output a dummy file-system. - struct MyTreeNode - { - const char* Name; - const char* Type; - int Size; - int ChildIdx; - int ChildCount; - static void DisplayNode(const MyTreeNode* node, const MyTreeNode* all_nodes) - { - ImGui::TableNextRow(); - ImGui::TableNextColumn(); - const bool is_folder = (node->ChildCount > 0); - if (is_folder) - { - bool open = ImGui::TreeNodeEx(node->Name, ImGuiTreeNodeFlags_SpanFullWidth); - ImGui::TableNextColumn(); - ImGui::TextDisabled("--"); - ImGui::TableNextColumn(); - ImGui::TextUnformatted(node->Type); - if (open) - { - for (int child_n = 0; child_n < node->ChildCount; child_n++) - DisplayNode(&all_nodes[node->ChildIdx + child_n], all_nodes); - ImGui::TreePop(); - } - } - else - { - ImGui::TreeNodeEx(node->Name, ImGuiTreeNodeFlags_Leaf | ImGuiTreeNodeFlags_Bullet | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_SpanFullWidth); - ImGui::TableNextColumn(); - ImGui::Text("%d", node->Size); - ImGui::TableNextColumn(); - ImGui::TextUnformatted(node->Type); - } - } - }; - static const MyTreeNode nodes[] = - { - { "Root", "Folder", -1, 1, 3 }, // 0 - { "Music", "Folder", -1, 4, 2 }, // 1 - { "Textures", "Folder", -1, 6, 3 }, // 2 - { "desktop.ini", "System file", 1024, -1,-1 }, // 3 - { "File1_a.wav", "Audio file", 123000, -1,-1 }, // 4 - { "File1_b.wav", "Audio file", 456000, -1,-1 }, // 5 - { "Image001.png", "Image file", 203128, -1,-1 }, // 6 - { "Copy of Image001.png", "Image file", 203256, -1,-1 }, // 7 - { "Copy of Image001 (Final2).png","Image file", 203512, -1,-1 }, // 8 - }; - - MyTreeNode::DisplayNode(&nodes[0], nodes); - - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Item width"); - if (ImGui::TreeNode("Item width")) - { - HelpMarker( - "Showcase using PushItemWidth() and how it is preserved on a per-column basis.\n\n" - "Note that on auto-resizing non-resizable fixed columns, querying the content width for e.g. right-alignment doesn't make sense."); - if (ImGui::BeginTable("table_item_width", 3, ImGuiTableFlags_Borders)) - { - ImGui::TableSetupColumn("small"); - ImGui::TableSetupColumn("half"); - ImGui::TableSetupColumn("right-align"); - ImGui::TableHeadersRow(); - - for (int row = 0; row < 3; row++) - { - ImGui::TableNextRow(); - if (row == 0) - { - // Setup ItemWidth once (instead of setting up every time, which is also possible but less efficient) - ImGui::TableSetColumnIndex(0); - ImGui::PushItemWidth(TEXT_BASE_WIDTH * 3.0f); // Small - ImGui::TableSetColumnIndex(1); - ImGui::PushItemWidth(-ImGui::GetContentRegionAvail().x * 0.5f); - ImGui::TableSetColumnIndex(2); - ImGui::PushItemWidth(-FLT_MIN); // Right-aligned - } - - // Draw our contents - static float dummy_f = 0.0f; - ImGui::PushID(row); - ImGui::TableSetColumnIndex(0); - ImGui::SliderFloat("float0", &dummy_f, 0.0f, 1.0f); - ImGui::TableSetColumnIndex(1); - ImGui::SliderFloat("float1", &dummy_f, 0.0f, 1.0f); - ImGui::TableSetColumnIndex(2); - ImGui::SliderFloat("##float2", &dummy_f, 0.0f, 1.0f); // No visible label since right-aligned - ImGui::PopID(); - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - // Demonstrate using TableHeader() calls instead of TableHeadersRow() - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Custom headers"); - if (ImGui::TreeNode("Custom headers")) - { - const int COLUMNS_COUNT = 3; - if (ImGui::BeginTable("table_custom_headers", COLUMNS_COUNT, ImGuiTableFlags_Borders | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable)) - { - ImGui::TableSetupColumn("Apricot"); - ImGui::TableSetupColumn("Banana"); - ImGui::TableSetupColumn("Cherry"); - - // Dummy entire-column selection storage - // FIXME: It would be nice to actually demonstrate full-featured selection using those checkbox. - static bool column_selected[3] = {}; - - // Instead of calling TableHeadersRow() we'll submit custom headers ourselves - ImGui::TableNextRow(ImGuiTableRowFlags_Headers); - for (int column = 0; column < COLUMNS_COUNT; column++) - { - ImGui::TableSetColumnIndex(column); - const char* column_name = ImGui::TableGetColumnName(column); // Retrieve name passed to TableSetupColumn() - ImGui::PushID(column); - ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(0, 0)); - ImGui::Checkbox("##checkall", &column_selected[column]); - ImGui::PopStyleVar(); - ImGui::SameLine(0.0f, ImGui::GetStyle().ItemInnerSpacing.x); - ImGui::TableHeader(column_name); - ImGui::PopID(); - } - - for (int row = 0; row < 5; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < 3; column++) - { - char buf[32]; - sprintf(buf, "Cell %d,%d", column, row); - ImGui::TableSetColumnIndex(column); - ImGui::Selectable(buf, column_selected[column]); - } - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - // Demonstrate creating custom context menus inside columns, while playing it nice with context menus provided by TableHeadersRow()/TableHeader() - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Context menus"); - if (ImGui::TreeNode("Context menus")) - { - HelpMarker("By default, right-clicking over a TableHeadersRow()/TableHeader() line will open the default context-menu.\nUsing ImGuiTableFlags_ContextMenuInBody we also allow right-clicking over columns body."); - static ImGuiTableFlags flags1 = ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable | ImGuiTableFlags_Borders | ImGuiTableFlags_ContextMenuInBody; - - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_ContextMenuInBody", &flags1, ImGuiTableFlags_ContextMenuInBody); - PopStyleCompact(); - - // Context Menus: first example - // [1.1] Right-click on the TableHeadersRow() line to open the default table context menu. - // [1.2] Right-click in columns also open the default table context menu (if ImGuiTableFlags_ContextMenuInBody is set) - const int COLUMNS_COUNT = 3; - if (ImGui::BeginTable("table_context_menu", COLUMNS_COUNT, flags1)) - { - ImGui::TableSetupColumn("One"); - ImGui::TableSetupColumn("Two"); - ImGui::TableSetupColumn("Three"); - - // [1.1]] Right-click on the TableHeadersRow() line to open the default table context menu. - ImGui::TableHeadersRow(); - - // Submit dummy contents - for (int row = 0; row < 4; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < COLUMNS_COUNT; column++) - { - ImGui::TableSetColumnIndex(column); - ImGui::Text("Cell %d,%d", column, row); - } - } - ImGui::EndTable(); - } - - // Context Menus: second example - // [2.1] Right-click on the TableHeadersRow() line to open the default table context menu. - // [2.2] Right-click on the ".." to open a custom popup - // [2.3] Right-click in columns to open another custom popup - HelpMarker("Demonstrate mixing table context menu (over header), item context button (over button) and custom per-colum context menu (over column body)."); - ImGuiTableFlags flags2 = ImGuiTableFlags_Resizable | ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable | ImGuiTableFlags_Borders; - if (ImGui::BeginTable("table_context_menu_2", COLUMNS_COUNT, flags2)) - { - ImGui::TableSetupColumn("One"); - ImGui::TableSetupColumn("Two"); - ImGui::TableSetupColumn("Three"); - - // [2.1] Right-click on the TableHeadersRow() line to open the default table context menu. - ImGui::TableHeadersRow(); - for (int row = 0; row < 4; row++) - { - ImGui::TableNextRow(); - for (int column = 0; column < COLUMNS_COUNT; column++) - { - // Submit dummy contents - ImGui::TableSetColumnIndex(column); - ImGui::Text("Cell %d,%d", column, row); - ImGui::SameLine(); - - // [2.2] Right-click on the ".." to open a custom popup - ImGui::PushID(row * COLUMNS_COUNT + column); - ImGui::SmallButton(".."); - if (ImGui::BeginPopupContextItem()) - { - ImGui::Text("This is the popup for Button(\"..\") in Cell %d,%d", column, row); - if (ImGui::Button("Close")) - ImGui::CloseCurrentPopup(); - ImGui::EndPopup(); - } - ImGui::PopID(); - } - } - - // [2.3] Right-click anywhere in columns to open another custom popup - // (instead of testing for !IsAnyItemHovered() we could also call OpenPopup() with ImGuiPopupFlags_NoOpenOverExistingPopup - // to manage popup priority as the popups triggers, here "are we hovering a column" are overlapping) - int hovered_column = -1; - for (int column = 0; column < COLUMNS_COUNT + 1; column++) - { - ImGui::PushID(column); - if (ImGui::TableGetColumnFlags(column) & ImGuiTableColumnFlags_IsHovered) - hovered_column = column; - if (hovered_column == column && !ImGui::IsAnyItemHovered() && ImGui::IsMouseReleased(1)) - ImGui::OpenPopup("MyPopup"); - if (ImGui::BeginPopup("MyPopup")) - { - if (column == COLUMNS_COUNT) - ImGui::Text("This is a custom popup for unused space after the last column."); - else - ImGui::Text("This is a custom popup for Column %d", column); - if (ImGui::Button("Close")) - ImGui::CloseCurrentPopup(); - ImGui::EndPopup(); - } - ImGui::PopID(); - } - - ImGui::EndTable(); - ImGui::Text("Hovered column: %d", hovered_column); - } - ImGui::TreePop(); - } - - // Demonstrate creating multiple tables with the same ID - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Synced instances"); - if (ImGui::TreeNode("Synced instances")) - { - HelpMarker("Multiple tables with the same identifier will share their settings, width, visibility, order etc."); - for (int n = 0; n < 3; n++) - { - char buf[32]; - sprintf(buf, "Synced Table %d", n); - bool open = ImGui::CollapsingHeader(buf, ImGuiTreeNodeFlags_DefaultOpen); - if (open && ImGui::BeginTable("Table", 3, ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable | ImGuiTableFlags_Borders | ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_NoSavedSettings)) - { - ImGui::TableSetupColumn("One"); - ImGui::TableSetupColumn("Two"); - ImGui::TableSetupColumn("Three"); - ImGui::TableHeadersRow(); - for (int cell = 0; cell < 9; cell++) - { - ImGui::TableNextColumn(); - ImGui::Text("this cell %d", cell); - } - ImGui::EndTable(); - } - } - ImGui::TreePop(); - } - - // Demonstrate using Sorting facilities - // This is a simplified version of the "Advanced" example, where we mostly focus on the code necessary to handle sorting. - // Note that the "Advanced" example also showcase manually triggering a sort (e.g. if item quantities have been modified) - static const char* template_items_names[] = - { - "Banana", "Apple", "Cherry", "Watermelon", "Grapefruit", "Strawberry", "Mango", - "Kiwi", "Orange", "Pineapple", "Blueberry", "Plum", "Coconut", "Pear", "Apricot" - }; - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Sorting"); - if (ImGui::TreeNode("Sorting")) - { - // Create item list - static ImVector items; - if (items.Size == 0) - { - items.resize(50, MyItem()); - for (int n = 0; n < items.Size; n++) - { - const int template_n = n % IM_ARRAYSIZE(template_items_names); - MyItem& item = items[n]; - item.ID = n; - item.Name = template_items_names[template_n]; - item.Quantity = (n * n - n) % 20; // Assign default quantities - } - } - - // Options - static ImGuiTableFlags flags = - ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable | ImGuiTableFlags_Sortable | ImGuiTableFlags_SortMulti - | ImGuiTableFlags_RowBg | ImGuiTableFlags_BordersOuter | ImGuiTableFlags_BordersV | ImGuiTableFlags_NoBordersInBody - | ImGuiTableFlags_ScrollY; - PushStyleCompact(); - ImGui::CheckboxFlags("ImGuiTableFlags_SortMulti", &flags, ImGuiTableFlags_SortMulti); - ImGui::SameLine(); HelpMarker("When sorting is enabled: hold shift when clicking headers to sort on multiple column. TableGetSortSpecs() may return specs where (SpecsCount > 1)."); - ImGui::CheckboxFlags("ImGuiTableFlags_SortTristate", &flags, ImGuiTableFlags_SortTristate); - ImGui::SameLine(); HelpMarker("When sorting is enabled: allow no sorting, disable default sorting. TableGetSortSpecs() may return specs where (SpecsCount == 0)."); - PopStyleCompact(); - - if (ImGui::BeginTable("table_sorting", 4, flags, ImVec2(0.0f, TEXT_BASE_HEIGHT * 15), 0.0f)) - { - // Declare columns - // We use the "user_id" parameter of TableSetupColumn() to specify a user id that will be stored in the sort specifications. - // This is so our sort function can identify a column given our own identifier. We could also identify them based on their index! - // Demonstrate using a mixture of flags among available sort-related flags: - // - ImGuiTableColumnFlags_DefaultSort - // - ImGuiTableColumnFlags_NoSort / ImGuiTableColumnFlags_NoSortAscending / ImGuiTableColumnFlags_NoSortDescending - // - ImGuiTableColumnFlags_PreferSortAscending / ImGuiTableColumnFlags_PreferSortDescending - ImGui::TableSetupColumn("ID", ImGuiTableColumnFlags_DefaultSort | ImGuiTableColumnFlags_WidthFixed, 0.0f, MyItemColumnID_ID); - ImGui::TableSetupColumn("Name", ImGuiTableColumnFlags_WidthFixed, 0.0f, MyItemColumnID_Name); - ImGui::TableSetupColumn("Action", ImGuiTableColumnFlags_NoSort | ImGuiTableColumnFlags_WidthFixed, 0.0f, MyItemColumnID_Action); - ImGui::TableSetupColumn("Quantity", ImGuiTableColumnFlags_PreferSortDescending | ImGuiTableColumnFlags_WidthStretch, 0.0f, MyItemColumnID_Quantity); - ImGui::TableSetupScrollFreeze(0, 1); // Make row always visible - ImGui::TableHeadersRow(); - - // Sort our data if sort specs have been changed! - if (ImGuiTableSortSpecs* sorts_specs = ImGui::TableGetSortSpecs()) - if (sorts_specs->SpecsDirty) - { - MyItem::s_current_sort_specs = sorts_specs; // Store in variable accessible by the sort function. - if (items.Size > 1) - qsort(&items[0], (size_t)items.Size, sizeof(items[0]), MyItem::CompareWithSortSpecs); - MyItem::s_current_sort_specs = NULL; - sorts_specs->SpecsDirty = false; - } - - // Demonstrate using clipper for large vertical lists - ImGuiListClipper clipper; - clipper.Begin(items.Size); - while (clipper.Step()) - for (int row_n = clipper.DisplayStart; row_n < clipper.DisplayEnd; row_n++) - { - // Display a data item - MyItem* item = &items[row_n]; - ImGui::PushID(item->ID); - ImGui::TableNextRow(); - ImGui::TableNextColumn(); - ImGui::Text("%04d", item->ID); - ImGui::TableNextColumn(); - ImGui::TextUnformatted(item->Name); - ImGui::TableNextColumn(); - ImGui::SmallButton("None"); - ImGui::TableNextColumn(); - ImGui::Text("%d", item->Quantity); - ImGui::PopID(); - } - ImGui::EndTable(); - } - ImGui::TreePop(); - } - - // In this example we'll expose most table flags and settings. - // For specific flags and settings refer to the corresponding section for more detailed explanation. - // This section is mostly useful to experiment with combining certain flags or settings with each others. - //ImGui::SetNextItemOpen(true, ImGuiCond_Once); // [DEBUG] - if (open_action != -1) - ImGui::SetNextItemOpen(open_action != 0); - IMGUI_DEMO_MARKER("Tables/Advanced"); - if (ImGui::TreeNode("Advanced")) - { - static ImGuiTableFlags flags = - ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable - | ImGuiTableFlags_Sortable | ImGuiTableFlags_SortMulti - | ImGuiTableFlags_RowBg | ImGuiTableFlags_Borders | ImGuiTableFlags_NoBordersInBody - | ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY - | ImGuiTableFlags_SizingFixedFit; - - enum ContentsType { CT_Text, CT_Button, CT_SmallButton, CT_FillButton, CT_Selectable, CT_SelectableSpanRow }; - static int contents_type = CT_SelectableSpanRow; - const char* contents_type_names[] = { "Text", "Button", "SmallButton", "FillButton", "Selectable", "Selectable (span row)" }; - static int freeze_cols = 1; - static int freeze_rows = 1; - static int items_count = IM_ARRAYSIZE(template_items_names) * 2; - static ImVec2 outer_size_value = ImVec2(0.0f, TEXT_BASE_HEIGHT * 12); - static float row_min_height = 0.0f; // Auto - static float inner_width_with_scroll = 0.0f; // Auto-extend - static bool outer_size_enabled = true; - static bool show_headers = true; - static bool show_wrapped_text = false; - //static ImGuiTextFilter filter; - //ImGui::SetNextItemOpen(true, ImGuiCond_Once); // FIXME-TABLE: Enabling this results in initial clipped first pass on table which tend to affects column sizing - if (ImGui::TreeNode("Options")) - { - // Make the UI compact because there are so many fields - PushStyleCompact(); - ImGui::PushItemWidth(TEXT_BASE_WIDTH * 28.0f); - - if (ImGui::TreeNodeEx("Features:", ImGuiTreeNodeFlags_DefaultOpen)) - { - ImGui::CheckboxFlags("ImGuiTableFlags_Resizable", &flags, ImGuiTableFlags_Resizable); - ImGui::CheckboxFlags("ImGuiTableFlags_Reorderable", &flags, ImGuiTableFlags_Reorderable); - ImGui::CheckboxFlags("ImGuiTableFlags_Hideable", &flags, ImGuiTableFlags_Hideable); - ImGui::CheckboxFlags("ImGuiTableFlags_Sortable", &flags, ImGuiTableFlags_Sortable); - ImGui::CheckboxFlags("ImGuiTableFlags_NoSavedSettings", &flags, ImGuiTableFlags_NoSavedSettings); - ImGui::CheckboxFlags("ImGuiTableFlags_ContextMenuInBody", &flags, ImGuiTableFlags_ContextMenuInBody); - ImGui::TreePop(); - } - - if (ImGui::TreeNodeEx("Decorations:", ImGuiTreeNodeFlags_DefaultOpen)) - { - ImGui::CheckboxFlags("ImGuiTableFlags_RowBg", &flags, ImGuiTableFlags_RowBg); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersV", &flags, ImGuiTableFlags_BordersV); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersOuterV", &flags, ImGuiTableFlags_BordersOuterV); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersInnerV", &flags, ImGuiTableFlags_BordersInnerV); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersH", &flags, ImGuiTableFlags_BordersH); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersOuterH", &flags, ImGuiTableFlags_BordersOuterH); - ImGui::CheckboxFlags("ImGuiTableFlags_BordersInnerH", &flags, ImGuiTableFlags_BordersInnerH); - ImGui::CheckboxFlags("ImGuiTableFlags_NoBordersInBody", &flags, ImGuiTableFlags_NoBordersInBody); ImGui::SameLine(); HelpMarker("Disable vertical borders in columns Body (borders will always appears in Headers"); - ImGui::CheckboxFlags("ImGuiTableFlags_NoBordersInBodyUntilResize", &flags, ImGuiTableFlags_NoBordersInBodyUntilResize); ImGui::SameLine(); HelpMarker("Disable vertical borders in columns Body until hovered for resize (borders will always appears in Headers)"); - ImGui::TreePop(); - } - - if (ImGui::TreeNodeEx("Sizing:", ImGuiTreeNodeFlags_DefaultOpen)) - { - EditTableSizingFlags(&flags); - ImGui::SameLine(); HelpMarker("In the Advanced demo we override the policy of each column so those table-wide settings have less effect that typical."); - ImGui::CheckboxFlags("ImGuiTableFlags_NoHostExtendX", &flags, ImGuiTableFlags_NoHostExtendX); - ImGui::SameLine(); HelpMarker("Make outer width auto-fit to columns, overriding outer_size.x value.\n\nOnly available when ScrollX/ScrollY are disabled and Stretch columns are not used."); - ImGui::CheckboxFlags("ImGuiTableFlags_NoHostExtendY", &flags, ImGuiTableFlags_NoHostExtendY); - ImGui::SameLine(); HelpMarker("Make outer height stop exactly at outer_size.y (prevent auto-extending table past the limit).\n\nOnly available when ScrollX/ScrollY are disabled. Data below the limit will be clipped and not visible."); - ImGui::CheckboxFlags("ImGuiTableFlags_NoKeepColumnsVisible", &flags, ImGuiTableFlags_NoKeepColumnsVisible); - ImGui::SameLine(); HelpMarker("Only available if ScrollX is disabled."); - ImGui::CheckboxFlags("ImGuiTableFlags_PreciseWidths", &flags, ImGuiTableFlags_PreciseWidths); - ImGui::SameLine(); HelpMarker("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."); - ImGui::CheckboxFlags("ImGuiTableFlags_NoClip", &flags, ImGuiTableFlags_NoClip); - ImGui::SameLine(); HelpMarker("Disable clipping rectangle for every individual columns (reduce draw command count, items will be able to overflow into other columns). Generally incompatible with ScrollFreeze options."); - ImGui::TreePop(); - } - - if (ImGui::TreeNodeEx("Padding:", ImGuiTreeNodeFlags_DefaultOpen)) - { - ImGui::CheckboxFlags("ImGuiTableFlags_PadOuterX", &flags, ImGuiTableFlags_PadOuterX); - ImGui::CheckboxFlags("ImGuiTableFlags_NoPadOuterX", &flags, ImGuiTableFlags_NoPadOuterX); - ImGui::CheckboxFlags("ImGuiTableFlags_NoPadInnerX", &flags, ImGuiTableFlags_NoPadInnerX); - ImGui::TreePop(); - } - - if (ImGui::TreeNodeEx("Scrolling:", ImGuiTreeNodeFlags_DefaultOpen)) - { - ImGui::CheckboxFlags("ImGuiTableFlags_ScrollX", &flags, ImGuiTableFlags_ScrollX); - ImGui::SameLine(); - ImGui::SetNextItemWidth(ImGui::GetFrameHeight()); - ImGui::DragInt("freeze_cols", &freeze_cols, 0.2f, 0, 9, NULL, ImGuiSliderFlags_NoInput); - ImGui::CheckboxFlags("ImGuiTableFlags_ScrollY", &flags, ImGuiTableFlags_ScrollY); - ImGui::SameLine(); - ImGui::SetNextItemWidth(ImGui::GetFrameHeight()); - ImGui::DragInt("freeze_rows", &freeze_rows, 0.2f, 0, 9, NULL, ImGuiSliderFlags_NoInput); - ImGui::TreePop(); - } - - if (ImGui::TreeNodeEx("Sorting:", ImGuiTreeNodeFlags_DefaultOpen)) - { - ImGui::CheckboxFlags("ImGuiTableFlags_SortMulti", &flags, ImGuiTableFlags_SortMulti); - ImGui::SameLine(); HelpMarker("When sorting is enabled: hold shift when clicking headers to sort on multiple column. TableGetSortSpecs() may return specs where (SpecsCount > 1)."); - ImGui::CheckboxFlags("ImGuiTableFlags_SortTristate", &flags, ImGuiTableFlags_SortTristate); - ImGui::SameLine(); HelpMarker("When sorting is enabled: allow no sorting, disable default sorting. TableGetSortSpecs() may return specs where (SpecsCount == 0)."); - ImGui::TreePop(); - } - - if (ImGui::TreeNodeEx("Other:", ImGuiTreeNodeFlags_DefaultOpen)) - { - ImGui::Checkbox("show_headers", &show_headers); - ImGui::Checkbox("show_wrapped_text", &show_wrapped_text); - - ImGui::DragFloat2("##OuterSize", &outer_size_value.x); - ImGui::SameLine(0.0f, ImGui::GetStyle().ItemInnerSpacing.x); - ImGui::Checkbox("outer_size", &outer_size_enabled); - ImGui::SameLine(); - HelpMarker("If scrolling is disabled (ScrollX and ScrollY not set):\n" - "- The table is output directly in the parent window.\n" - "- OuterSize.x < 0.0f will right-align the table.\n" - "- OuterSize.x = 0.0f will narrow fit the table unless there are any Stretch column.\n" - "- OuterSize.y then becomes the minimum size for the table, which will extend vertically if there are more rows (unless NoHostExtendY is set)."); - - // From a user point of view we will tend to use 'inner_width' differently depending on whether our table is embedding scrolling. - // To facilitate toying with this demo we will actually pass 0.0f to the BeginTable() when ScrollX is disabled. - ImGui::DragFloat("inner_width (when ScrollX active)", &inner_width_with_scroll, 1.0f, 0.0f, FLT_MAX); - - ImGui::DragFloat("row_min_height", &row_min_height, 1.0f, 0.0f, FLT_MAX); - ImGui::SameLine(); HelpMarker("Specify height of the Selectable item."); - - ImGui::DragInt("items_count", &items_count, 0.1f, 0, 9999); - ImGui::Combo("items_type (first column)", &contents_type, contents_type_names, IM_ARRAYSIZE(contents_type_names)); - //filter.Draw("filter"); - ImGui::TreePop(); - } - - ImGui::PopItemWidth(); - PopStyleCompact(); - ImGui::Spacing(); - ImGui::TreePop(); - } - - // Update item list if we changed the number of items - static ImVector items; - static ImVector selection; - static bool items_need_sort = false; - if (items.Size != items_count) - { - items.resize(items_count, MyItem()); - for (int n = 0; n < items_count; n++) - { - const int template_n = n % IM_ARRAYSIZE(template_items_names); - MyItem& item = items[n]; - item.ID = n; - item.Name = template_items_names[template_n]; - item.Quantity = (template_n == 3) ? 10 : (template_n == 4) ? 20 : 0; // Assign default quantities - } - } - - const ImDrawList* parent_draw_list = ImGui::GetWindowDrawList(); - const int parent_draw_list_draw_cmd_count = parent_draw_list->CmdBuffer.Size; - ImVec2 table_scroll_cur, table_scroll_max; // For debug display - const ImDrawList* table_draw_list = NULL; // " - - // Submit table - const float inner_width_to_use = (flags & ImGuiTableFlags_ScrollX) ? inner_width_with_scroll : 0.0f; - if (ImGui::BeginTable("table_advanced", 6, flags, outer_size_enabled ? outer_size_value : ImVec2(0, 0), inner_width_to_use)) - { - // Declare columns - // We use the "user_id" parameter of TableSetupColumn() to specify a user id that will be stored in the sort specifications. - // This is so our sort function can identify a column given our own identifier. We could also identify them based on their index! - ImGui::TableSetupColumn("ID", ImGuiTableColumnFlags_DefaultSort | ImGuiTableColumnFlags_WidthFixed | ImGuiTableColumnFlags_NoHide, 0.0f, MyItemColumnID_ID); - ImGui::TableSetupColumn("Name", ImGuiTableColumnFlags_WidthFixed, 0.0f, MyItemColumnID_Name); - ImGui::TableSetupColumn("Action", ImGuiTableColumnFlags_NoSort | ImGuiTableColumnFlags_WidthFixed, 0.0f, MyItemColumnID_Action); - ImGui::TableSetupColumn("Quantity", ImGuiTableColumnFlags_PreferSortDescending, 0.0f, MyItemColumnID_Quantity); - ImGui::TableSetupColumn("Description", (flags & ImGuiTableFlags_NoHostExtendX) ? 0 : ImGuiTableColumnFlags_WidthStretch, 0.0f, MyItemColumnID_Description); - ImGui::TableSetupColumn("Hidden", ImGuiTableColumnFlags_DefaultHide | ImGuiTableColumnFlags_NoSort); - ImGui::TableSetupScrollFreeze(freeze_cols, freeze_rows); - - // Sort our data if sort specs have been changed! - ImGuiTableSortSpecs* sorts_specs = ImGui::TableGetSortSpecs(); - if (sorts_specs && sorts_specs->SpecsDirty) - items_need_sort = true; - if (sorts_specs && items_need_sort && items.Size > 1) - { - MyItem::s_current_sort_specs = sorts_specs; // Store in variable accessible by the sort function. - qsort(&items[0], (size_t)items.Size, sizeof(items[0]), MyItem::CompareWithSortSpecs); - MyItem::s_current_sort_specs = NULL; - sorts_specs->SpecsDirty = false; - } - items_need_sort = false; - - // Take note of whether we are currently sorting based on the Quantity field, - // we will use this to trigger sorting when we know the data of this column has been modified. - const bool sorts_specs_using_quantity = (ImGui::TableGetColumnFlags(3) & ImGuiTableColumnFlags_IsSorted) != 0; - - // Show headers - if (show_headers) - ImGui::TableHeadersRow(); - - // Show data - // FIXME-TABLE FIXME-NAV: How we can get decent up/down even though we have the buttons here? - ImGui::PushButtonRepeat(true); -#if 1 - // Demonstrate using clipper for large vertical lists - ImGuiListClipper clipper; - clipper.Begin(items.Size); - while (clipper.Step()) - { - for (int row_n = clipper.DisplayStart; row_n < clipper.DisplayEnd; row_n++) -#else - // Without clipper - { - for (int row_n = 0; row_n < items.Size; row_n++) -#endif - { - MyItem* item = &items[row_n]; - //if (!filter.PassFilter(item->Name)) - // continue; - - const bool item_is_selected = selection.contains(item->ID); - ImGui::PushID(item->ID); - ImGui::TableNextRow(ImGuiTableRowFlags_None, row_min_height); - - // For the demo purpose we can select among different type of items submitted in the first column - ImGui::TableSetColumnIndex(0); - char label[32]; - sprintf(label, "%04d", item->ID); - if (contents_type == CT_Text) - ImGui::TextUnformatted(label); - else if (contents_type == CT_Button) - ImGui::Button(label); - else if (contents_type == CT_SmallButton) - ImGui::SmallButton(label); - else if (contents_type == CT_FillButton) - ImGui::Button(label, ImVec2(-FLT_MIN, 0.0f)); - else if (contents_type == CT_Selectable || contents_type == CT_SelectableSpanRow) - { - ImGuiSelectableFlags selectable_flags = (contents_type == CT_SelectableSpanRow) ? ImGuiSelectableFlags_SpanAllColumns | ImGuiSelectableFlags_AllowItemOverlap : ImGuiSelectableFlags_None; - if (ImGui::Selectable(label, item_is_selected, selectable_flags, ImVec2(0, row_min_height))) - { - if (ImGui::GetIO().KeyCtrl) - { - if (item_is_selected) - selection.find_erase_unsorted(item->ID); - else - selection.push_back(item->ID); - } - else - { - selection.clear(); - selection.push_back(item->ID); - } - } - } - - if (ImGui::TableSetColumnIndex(1)) - ImGui::TextUnformatted(item->Name); - - // Here we demonstrate marking our data set as needing to be sorted again if we modified a quantity, - // and we are currently sorting on the column showing the Quantity. - // To avoid triggering a sort while holding the button, we only trigger it when the button has been released. - // You will probably need a more advanced system in your code if you want to automatically sort when a specific entry changes. - if (ImGui::TableSetColumnIndex(2)) - { - if (ImGui::SmallButton("Chop")) { item->Quantity += 1; } - if (sorts_specs_using_quantity && ImGui::IsItemDeactivated()) { items_need_sort = true; } - ImGui::SameLine(); - if (ImGui::SmallButton("Eat")) { item->Quantity -= 1; } - if (sorts_specs_using_quantity && ImGui::IsItemDeactivated()) { items_need_sort = true; } - } - - if (ImGui::TableSetColumnIndex(3)) - ImGui::Text("%d", item->Quantity); - - ImGui::TableSetColumnIndex(4); - if (show_wrapped_text) - ImGui::TextWrapped("Lorem ipsum dolor sit amet"); - else - ImGui::Text("Lorem ipsum dolor sit amet"); - - if (ImGui::TableSetColumnIndex(5)) - ImGui::Text("1234"); - - ImGui::PopID(); - } - } - ImGui::PopButtonRepeat(); - - // Store some info to display debug details below - table_scroll_cur = ImVec2(ImGui::GetScrollX(), ImGui::GetScrollY()); - table_scroll_max = ImVec2(ImGui::GetScrollMaxX(), ImGui::GetScrollMaxY()); - table_draw_list = ImGui::GetWindowDrawList(); - ImGui::EndTable(); - } - static bool show_debug_details = false; - ImGui::Checkbox("Debug details", &show_debug_details); - if (show_debug_details && table_draw_list) - { - ImGui::SameLine(0.0f, 0.0f); - const int table_draw_list_draw_cmd_count = table_draw_list->CmdBuffer.Size; - if (table_draw_list == parent_draw_list) - ImGui::Text(": DrawCmd: +%d (in same window)", - table_draw_list_draw_cmd_count - parent_draw_list_draw_cmd_count); - else - ImGui::Text(": DrawCmd: +%d (in child window), Scroll: (%.f/%.f) (%.f/%.f)", - table_draw_list_draw_cmd_count - 1, table_scroll_cur.x, table_scroll_max.x, table_scroll_cur.y, table_scroll_max.y); - } - ImGui::TreePop(); - } - - ImGui::PopID(); - - ShowDemoWindowColumns(); - - if (disable_indent) - ImGui::PopStyleVar(); -} - -// Demonstrate old/legacy Columns API! -// [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API!] -static void ShowDemoWindowColumns() -{ - IMGUI_DEMO_MARKER("Columns (legacy API)"); - bool open = ImGui::TreeNode("Legacy Columns API"); - ImGui::SameLine(); - HelpMarker("Columns() is an old API! Prefer using the more flexible and powerful BeginTable() API!"); - if (!open) - return; - - // Basic columns - IMGUI_DEMO_MARKER("Columns (legacy API)/Basic"); - if (ImGui::TreeNode("Basic")) - { - ImGui::Text("Without border:"); - ImGui::Columns(3, "mycolumns3", false); // 3-ways, no border - ImGui::Separator(); - for (int n = 0; n < 14; n++) - { - char label[32]; - sprintf(label, "Item %d", n); - if (ImGui::Selectable(label)) {} - //if (ImGui::Button(label, ImVec2(-FLT_MIN,0.0f))) {} - ImGui::NextColumn(); - } - ImGui::Columns(1); - ImGui::Separator(); - - ImGui::Text("With border:"); - ImGui::Columns(4, "mycolumns"); // 4-ways, with border - ImGui::Separator(); - ImGui::Text("ID"); ImGui::NextColumn(); - ImGui::Text("Name"); ImGui::NextColumn(); - ImGui::Text("Path"); ImGui::NextColumn(); - ImGui::Text("Hovered"); ImGui::NextColumn(); - ImGui::Separator(); - const char* names[3] = { "One", "Two", "Three" }; - const char* paths[3] = { "/path/one", "/path/two", "/path/three" }; - static int selected = -1; - for (int i = 0; i < 3; i++) - { - char label[32]; - sprintf(label, "%04d", i); - if (ImGui::Selectable(label, selected == i, ImGuiSelectableFlags_SpanAllColumns)) - selected = i; - bool hovered = ImGui::IsItemHovered(); - ImGui::NextColumn(); - ImGui::Text(names[i]); ImGui::NextColumn(); - ImGui::Text(paths[i]); ImGui::NextColumn(); - ImGui::Text("%d", hovered); ImGui::NextColumn(); - } - ImGui::Columns(1); - ImGui::Separator(); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Columns (legacy API)/Borders"); - if (ImGui::TreeNode("Borders")) - { - // NB: Future columns API should allow automatic horizontal borders. - static bool h_borders = true; - static bool v_borders = true; - static int columns_count = 4; - const int lines_count = 3; - ImGui::SetNextItemWidth(ImGui::GetFontSize() * 8); - ImGui::DragInt("##columns_count", &columns_count, 0.1f, 2, 10, "%d columns"); - if (columns_count < 2) - columns_count = 2; - ImGui::SameLine(); - ImGui::Checkbox("horizontal", &h_borders); - ImGui::SameLine(); - ImGui::Checkbox("vertical", &v_borders); - ImGui::Columns(columns_count, NULL, v_borders); - for (int i = 0; i < columns_count * lines_count; i++) - { - if (h_borders && ImGui::GetColumnIndex() == 0) - ImGui::Separator(); - ImGui::Text("%c%c%c", 'a' + i, 'a' + i, 'a' + i); - ImGui::Text("Width %.2f", ImGui::GetColumnWidth()); - ImGui::Text("Avail %.2f", ImGui::GetContentRegionAvail().x); - ImGui::Text("Offset %.2f", ImGui::GetColumnOffset()); - ImGui::Text("Long text that is likely to clip"); - ImGui::Button("Button", ImVec2(-FLT_MIN, 0.0f)); - ImGui::NextColumn(); - } - ImGui::Columns(1); - if (h_borders) - ImGui::Separator(); - ImGui::TreePop(); - } - - // Create multiple items in a same cell before switching to next column - IMGUI_DEMO_MARKER("Columns (legacy API)/Mixed items"); - if (ImGui::TreeNode("Mixed items")) - { - ImGui::Columns(3, "mixed"); - ImGui::Separator(); - - ImGui::Text("Hello"); - ImGui::Button("Banana"); - ImGui::NextColumn(); - - ImGui::Text("ImGui"); - ImGui::Button("Apple"); - static float foo = 1.0f; - ImGui::InputFloat("red", &foo, 0.05f, 0, "%.3f"); - ImGui::Text("An extra line here."); - ImGui::NextColumn(); - - ImGui::Text("Sailor"); - ImGui::Button("Corniflower"); - static float bar = 1.0f; - ImGui::InputFloat("blue", &bar, 0.05f, 0, "%.3f"); - ImGui::NextColumn(); - - if (ImGui::CollapsingHeader("Category A")) { ImGui::Text("Blah blah blah"); } ImGui::NextColumn(); - if (ImGui::CollapsingHeader("Category B")) { ImGui::Text("Blah blah blah"); } ImGui::NextColumn(); - if (ImGui::CollapsingHeader("Category C")) { ImGui::Text("Blah blah blah"); } ImGui::NextColumn(); - ImGui::Columns(1); - ImGui::Separator(); - ImGui::TreePop(); - } - - // Word wrapping - IMGUI_DEMO_MARKER("Columns (legacy API)/Word-wrapping"); - if (ImGui::TreeNode("Word-wrapping")) - { - ImGui::Columns(2, "word-wrapping"); - ImGui::Separator(); - ImGui::TextWrapped("The quick brown fox jumps over the lazy dog."); - ImGui::TextWrapped("Hello Left"); - ImGui::NextColumn(); - ImGui::TextWrapped("The quick brown fox jumps over the lazy dog."); - ImGui::TextWrapped("Hello Right"); - ImGui::Columns(1); - ImGui::Separator(); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Columns (legacy API)/Horizontal Scrolling"); - if (ImGui::TreeNode("Horizontal Scrolling")) - { - ImGui::SetNextWindowContentSize(ImVec2(1500.0f, 0.0f)); - ImVec2 child_size = ImVec2(0, ImGui::GetFontSize() * 20.0f); - ImGui::BeginChild("##ScrollingRegion", child_size, false, ImGuiWindowFlags_HorizontalScrollbar); - ImGui::Columns(10); - - // Also demonstrate using clipper for large vertical lists - int ITEMS_COUNT = 2000; - ImGuiListClipper clipper; - clipper.Begin(ITEMS_COUNT); - while (clipper.Step()) - { - for (int i = clipper.DisplayStart; i < clipper.DisplayEnd; i++) - for (int j = 0; j < 10; j++) - { - ImGui::Text("Line %d Column %d...", i, j); - ImGui::NextColumn(); - } - } - ImGui::Columns(1); - ImGui::EndChild(); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Columns (legacy API)/Tree"); - if (ImGui::TreeNode("Tree")) - { - ImGui::Columns(2, "tree", true); - for (int x = 0; x < 3; x++) - { - bool open1 = ImGui::TreeNode((void*)(intptr_t)x, "Node%d", x); - ImGui::NextColumn(); - ImGui::Text("Node contents"); - ImGui::NextColumn(); - if (open1) - { - for (int y = 0; y < 3; y++) - { - bool open2 = ImGui::TreeNode((void*)(intptr_t)y, "Node%d.%d", x, y); - ImGui::NextColumn(); - ImGui::Text("Node contents"); - if (open2) - { - ImGui::Text("Even more contents"); - if (ImGui::TreeNode("Tree in column")) - { - ImGui::Text("The quick brown fox jumps over the lazy dog"); - ImGui::TreePop(); - } - } - ImGui::NextColumn(); - if (open2) - ImGui::TreePop(); - } - ImGui::TreePop(); - } - } - ImGui::Columns(1); - ImGui::TreePop(); - } - - ImGui::TreePop(); -} - -namespace ImGui { extern ImGuiKeyData* GetKeyData(ImGuiKey key); } - -static void ShowDemoWindowMisc() -{ - IMGUI_DEMO_MARKER("Filtering"); - if (ImGui::CollapsingHeader("Filtering")) - { - // Helper class to easy setup a text filter. - // You may want to implement a more feature-full filtering scheme in your own application. - static ImGuiTextFilter filter; - ImGui::Text("Filter usage:\n" - " \"\" display all lines\n" - " \"xxx\" display lines containing \"xxx\"\n" - " \"xxx,yyy\" display lines containing \"xxx\" or \"yyy\"\n" - " \"-xxx\" hide lines containing \"xxx\""); - filter.Draw(); - const char* lines[] = { "aaa1.c", "bbb1.c", "ccc1.c", "aaa2.cpp", "bbb2.cpp", "ccc2.cpp", "abc.h", "hello, world" }; - for (int i = 0; i < IM_ARRAYSIZE(lines); i++) - if (filter.PassFilter(lines[i])) - ImGui::BulletText("%s", lines[i]); - } - - IMGUI_DEMO_MARKER("Inputs, Navigation & Focus"); - if (ImGui::CollapsingHeader("Inputs, Navigation & Focus")) - { - ImGuiIO& io = ImGui::GetIO(); - - // Display ImGuiIO output flags - IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Output"); - ImGui::SetNextItemOpen(true, ImGuiCond_Once); - if (ImGui::TreeNode("Output")) - { - ImGui::Text("io.WantCaptureMouse: %d", io.WantCaptureMouse); - ImGui::Text("io.WantCaptureMouseUnlessPopupClose: %d", io.WantCaptureMouseUnlessPopupClose); - ImGui::Text("io.WantCaptureKeyboard: %d", io.WantCaptureKeyboard); - ImGui::Text("io.WantTextInput: %d", io.WantTextInput); - ImGui::Text("io.WantSetMousePos: %d", io.WantSetMousePos); - ImGui::Text("io.NavActive: %d, io.NavVisible: %d", io.NavActive, io.NavVisible); - ImGui::TreePop(); - } - - // Display Mouse state - IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Mouse State"); - if (ImGui::TreeNode("Mouse State")) - { - if (ImGui::IsMousePosValid()) - ImGui::Text("Mouse pos: (%g, %g)", io.MousePos.x, io.MousePos.y); - else - ImGui::Text("Mouse pos: "); - ImGui::Text("Mouse delta: (%g, %g)", io.MouseDelta.x, io.MouseDelta.y); - - int count = IM_ARRAYSIZE(io.MouseDown); - ImGui::Text("Mouse down:"); for (int i = 0; i < count; i++) if (ImGui::IsMouseDown(i)) { ImGui::SameLine(); ImGui::Text("b%d (%.02f secs)", i, io.MouseDownDuration[i]); } - ImGui::Text("Mouse clicked:"); for (int i = 0; i < count; i++) if (ImGui::IsMouseClicked(i)) { ImGui::SameLine(); ImGui::Text("b%d (%d)", i, ImGui::GetMouseClickedCount(i)); } - ImGui::Text("Mouse released:"); for (int i = 0; i < count; i++) if (ImGui::IsMouseReleased(i)) { ImGui::SameLine(); ImGui::Text("b%d", i); } - ImGui::Text("Mouse wheel: %.1f", io.MouseWheel); - ImGui::Text("Pen Pressure: %.1f", io.PenPressure); // Note: currently unused - ImGui::TreePop(); - } - - // Display Keyboard/Mouse state - IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Keyboard, Gamepad & Navigation State"); - if (ImGui::TreeNode("Keyboard, Gamepad & Navigation State")) - { - // We iterate both legacy native range and named ImGuiKey ranges, which is a little odd but this allow displaying the data for old/new backends. - // User code should never have to go through such hoops: old code may use native keycodes, new code may use ImGuiKey codes. -#ifdef IMGUI_DISABLE_OBSOLETE_KEYIO - struct funcs { static bool IsLegacyNativeDupe(ImGuiKey) { return false; } }; - const ImGuiKey key_first = ImGuiKey_NamedKey_BEGIN; -#else - struct funcs { static bool IsLegacyNativeDupe(ImGuiKey key) { return key < 512 && ImGui::GetIO().KeyMap[key] != -1; } }; // Hide Native<>ImGuiKey duplicates when both exists in the array - const ImGuiKey key_first = 0; - //ImGui::Text("Legacy raw:"); for (ImGuiKey key = key_first; key < ImGuiKey_COUNT; key++) { if (io.KeysDown[key]) { ImGui::SameLine(); ImGui::Text("\"%s\" %d", ImGui::GetKeyName(key), key); } } -#endif - ImGui::Text("Keys down:"); for (ImGuiKey key = key_first; key < ImGuiKey_COUNT; key++) { if (funcs::IsLegacyNativeDupe(key)) continue; if (ImGui::IsKeyDown(key)) { ImGui::SameLine(); ImGui::Text("\"%s\" %d (%.02f secs)", ImGui::GetKeyName(key), key, ImGui::GetKeyData(key)->DownDuration); } } - ImGui::Text("Keys pressed:"); for (ImGuiKey key = key_first; key < ImGuiKey_COUNT; key++) { if (funcs::IsLegacyNativeDupe(key)) continue; if (ImGui::IsKeyPressed(key)) { ImGui::SameLine(); ImGui::Text("\"%s\" %d", ImGui::GetKeyName(key), key); } } - ImGui::Text("Keys released:"); for (ImGuiKey key = key_first; key < ImGuiKey_COUNT; key++) { if (funcs::IsLegacyNativeDupe(key)) continue; if (ImGui::IsKeyReleased(key)) { ImGui::SameLine(); ImGui::Text("\"%s\" %d", ImGui::GetKeyName(key), key); } } - ImGui::Text("Keys mods: %s%s%s%s", io.KeyCtrl ? "CTRL " : "", io.KeyShift ? "SHIFT " : "", io.KeyAlt ? "ALT " : "", io.KeySuper ? "SUPER " : ""); - ImGui::Text("Chars queue:"); for (int i = 0; i < io.InputQueueCharacters.Size; i++) { ImWchar c = io.InputQueueCharacters[i]; ImGui::SameLine(); ImGui::Text("\'%c\' (0x%04X)", (c > ' ' && c <= 255) ? (char)c : '?', c); } // FIXME: We should convert 'c' to UTF-8 here but the functions are not public. - ImGui::Text("NavInputs down:"); for (int i = 0; i < IM_ARRAYSIZE(io.NavInputs); i++) if (io.NavInputs[i] > 0.0f) { ImGui::SameLine(); ImGui::Text("[%d] %.2f (%.02f secs)", i, io.NavInputs[i], io.NavInputsDownDuration[i]); } - ImGui::Text("NavInputs pressed:"); for (int i = 0; i < IM_ARRAYSIZE(io.NavInputs); i++) if (io.NavInputsDownDuration[i] == 0.0f) { ImGui::SameLine(); ImGui::Text("[%d]", i); } - - // Draw an arbitrary US keyboard layout to visualize translated keys - { - const ImVec2 key_size = ImVec2(35.0f, 35.0f); - const float key_rounding = 3.0f; - const ImVec2 key_face_size = ImVec2(25.0f, 25.0f); - const ImVec2 key_face_pos = ImVec2(5.0f, 3.0f); - const float key_face_rounding = 2.0f; - const ImVec2 key_label_pos = ImVec2(7.0f, 4.0f); - const ImVec2 key_step = ImVec2(key_size.x - 1.0f, key_size.y - 1.0f); - const float key_row_offset = 9.0f; - - ImVec2 board_min = ImGui::GetCursorScreenPos(); - ImVec2 board_max = ImVec2(board_min.x + 3 * key_step.x + 2 * key_row_offset + 10.0f, board_min.y + 3 * key_step.y + 10.0f); - ImVec2 start_pos = ImVec2(board_min.x + 5.0f - key_step.x, board_min.y); - - struct KeyLayoutData { int Row, Col; const char* Label; ImGuiKey Key; }; - const KeyLayoutData keys_to_display[] = - { - { 0, 0, "", ImGuiKey_Tab }, { 0, 1, "Q", ImGuiKey_Q }, { 0, 2, "W", ImGuiKey_W }, { 0, 3, "E", ImGuiKey_E }, { 0, 4, "R", ImGuiKey_R }, - { 1, 0, "", ImGuiKey_CapsLock }, { 1, 1, "A", ImGuiKey_A }, { 1, 2, "S", ImGuiKey_S }, { 1, 3, "D", ImGuiKey_D }, { 1, 4, "F", ImGuiKey_F }, - { 2, 0, "", ImGuiKey_LeftShift },{ 2, 1, "Z", ImGuiKey_Z }, { 2, 2, "X", ImGuiKey_X }, { 2, 3, "C", ImGuiKey_C }, { 2, 4, "V", ImGuiKey_V } - }; - - // Elements rendered manually via ImDrawList API are not clipped automatically. - // While not strictly necessary, here IsItemVisible() is used to avoid rendering these shapes when they are out of view. - ImGui::Dummy(ImVec2(board_max.x - board_min.x, board_max.y - board_min.y)); - if (ImGui::IsItemVisible()) - { - ImDrawList* draw_list = ImGui::GetWindowDrawList(); - draw_list->PushClipRect(board_min, board_max, true); - for (int n = 0; n < IM_ARRAYSIZE(keys_to_display); n++) - { - const KeyLayoutData* key_data = &keys_to_display[n]; - ImVec2 key_min = ImVec2(start_pos.x + key_data->Col * key_step.x + key_data->Row * key_row_offset, start_pos.y + key_data->Row * key_step.y); - ImVec2 key_max = ImVec2(key_min.x + key_size.x, key_min.y + key_size.y); - draw_list->AddRectFilled(key_min, key_max, IM_COL32(204, 204, 204, 255), key_rounding); - draw_list->AddRect(key_min, key_max, IM_COL32(24, 24, 24, 255), key_rounding); - ImVec2 face_min = ImVec2(key_min.x + key_face_pos.x, key_min.y + key_face_pos.y); - ImVec2 face_max = ImVec2(face_min.x + key_face_size.x, face_min.y + key_face_size.y); - draw_list->AddRect(face_min, face_max, IM_COL32(193, 193, 193, 255), key_face_rounding, ImDrawFlags_None, 2.0f); - draw_list->AddRectFilled(face_min, face_max, IM_COL32(252, 252, 252, 255), key_face_rounding); - ImVec2 label_min = ImVec2(key_min.x + key_label_pos.x, key_min.y + key_label_pos.y); - draw_list->AddText(label_min, IM_COL32(64, 64, 64, 255), key_data->Label); - if (ImGui::IsKeyDown(key_data->Key)) - draw_list->AddRectFilled(key_min, key_max, IM_COL32(255, 0, 0, 128), key_rounding); - } - draw_list->PopClipRect(); - } - } - ImGui::TreePop(); - } - - if (ImGui::TreeNode("Capture override")) - { - HelpMarker( - "The value of io.WantCaptureMouse and io.WantCaptureKeyboard are normally set by Dear ImGui " - "to instruct your application of how to route inputs. Typically, when a value is true, it means " - "Dear ImGui wants the corresponding inputs and we expect the underlying application to ignore them.\n\n" - "The most typical case is: when hovering a window, Dear ImGui set io.WantCaptureMouse to true, " - "and underlying application should ignore mouse inputs (in practice there are many and more subtle " - "rules leading to how those flags are set)."); - - ImGui::Text("io.WantCaptureMouse: %d", io.WantCaptureMouse); - ImGui::Text("io.WantCaptureMouseUnlessPopupClose: %d", io.WantCaptureMouseUnlessPopupClose); - ImGui::Text("io.WantCaptureKeyboard: %d", io.WantCaptureKeyboard); - - HelpMarker( - "Hovering the colored canvas will override io.WantCaptureXXX fields.\n" - "Notice how normally (when set to none), the value of io.WantCaptureKeyboard would be false when hovering and true when clicking."); - static int capture_override_mouse = -1; - static int capture_override_keyboard = -1; - const char* capture_override_desc[] = { "None", "Set to false", "Set to true" }; - ImGui::SetNextItemWidth(ImGui::GetFontSize() * 15); - ImGui::SliderInt("SetNextFrameWantCaptureMouse()", &capture_override_mouse, -1, +1, capture_override_desc[capture_override_mouse + 1], ImGuiSliderFlags_AlwaysClamp); - ImGui::SetNextItemWidth(ImGui::GetFontSize() * 15); - ImGui::SliderInt("SetNextFrameWantCaptureKeyboard()", &capture_override_keyboard, -1, +1, capture_override_desc[capture_override_keyboard + 1], ImGuiSliderFlags_AlwaysClamp); - - ImGui::ColorButton("##panel", ImVec4(0.7f, 0.1f, 0.7f, 1.0f), ImGuiColorEditFlags_NoTooltip | ImGuiColorEditFlags_NoDragDrop, ImVec2(256.0f, 192.0f)); // Dummy item - if (ImGui::IsItemHovered() && capture_override_mouse != -1) - ImGui::SetNextFrameWantCaptureMouse(capture_override_mouse == 1); - if (ImGui::IsItemHovered() && capture_override_keyboard != -1) - ImGui::SetNextFrameWantCaptureKeyboard(capture_override_keyboard == 1); - - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Tabbing"); - if (ImGui::TreeNode("Tabbing")) - { - ImGui::Text("Use TAB/SHIFT+TAB to cycle through keyboard editable fields."); - static char buf[32] = "hello"; - ImGui::InputText("1", buf, IM_ARRAYSIZE(buf)); - ImGui::InputText("2", buf, IM_ARRAYSIZE(buf)); - ImGui::InputText("3", buf, IM_ARRAYSIZE(buf)); - ImGui::PushAllowKeyboardFocus(false); - ImGui::InputText("4 (tab skip)", buf, IM_ARRAYSIZE(buf)); - ImGui::SameLine(); HelpMarker("Item won't be cycled through when using TAB or Shift+Tab."); - ImGui::PopAllowKeyboardFocus(); - ImGui::InputText("5", buf, IM_ARRAYSIZE(buf)); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Focus from code"); - if (ImGui::TreeNode("Focus from code")) - { - bool focus_1 = ImGui::Button("Focus on 1"); ImGui::SameLine(); - bool focus_2 = ImGui::Button("Focus on 2"); ImGui::SameLine(); - bool focus_3 = ImGui::Button("Focus on 3"); - int has_focus = 0; - static char buf[128] = "click on a button to set focus"; - - if (focus_1) ImGui::SetKeyboardFocusHere(); - ImGui::InputText("1", buf, IM_ARRAYSIZE(buf)); - if (ImGui::IsItemActive()) has_focus = 1; - - if (focus_2) ImGui::SetKeyboardFocusHere(); - ImGui::InputText("2", buf, IM_ARRAYSIZE(buf)); - if (ImGui::IsItemActive()) has_focus = 2; - - ImGui::PushAllowKeyboardFocus(false); - if (focus_3) ImGui::SetKeyboardFocusHere(); - ImGui::InputText("3 (tab skip)", buf, IM_ARRAYSIZE(buf)); - if (ImGui::IsItemActive()) has_focus = 3; - ImGui::SameLine(); HelpMarker("Item won't be cycled through when using TAB or Shift+Tab."); - ImGui::PopAllowKeyboardFocus(); - - if (has_focus) - ImGui::Text("Item with focus: %d", has_focus); - else - ImGui::Text("Item with focus: "); - - // Use >= 0 parameter to SetKeyboardFocusHere() to focus an upcoming item - static float f3[3] = { 0.0f, 0.0f, 0.0f }; - int focus_ahead = -1; - if (ImGui::Button("Focus on X")) { focus_ahead = 0; } ImGui::SameLine(); - if (ImGui::Button("Focus on Y")) { focus_ahead = 1; } ImGui::SameLine(); - if (ImGui::Button("Focus on Z")) { focus_ahead = 2; } - if (focus_ahead != -1) ImGui::SetKeyboardFocusHere(focus_ahead); - ImGui::SliderFloat3("Float3", &f3[0], 0.0f, 1.0f); - - ImGui::TextWrapped("NB: Cursor & selection are preserved when refocusing last used item in code."); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Dragging"); - if (ImGui::TreeNode("Dragging")) - { - ImGui::TextWrapped("You can use ImGui::GetMouseDragDelta(0) to query for the dragged amount on any widget."); - for (int button = 0; button < 3; button++) - { - ImGui::Text("IsMouseDragging(%d):", button); - ImGui::Text(" w/ default threshold: %d,", ImGui::IsMouseDragging(button)); - ImGui::Text(" w/ zero threshold: %d,", ImGui::IsMouseDragging(button, 0.0f)); - ImGui::Text(" w/ large threshold: %d,", ImGui::IsMouseDragging(button, 20.0f)); - } - - ImGui::Button("Drag Me"); - if (ImGui::IsItemActive()) - ImGui::GetForegroundDrawList()->AddLine(io.MouseClickedPos[0], io.MousePos, ImGui::GetColorU32(ImGuiCol_Button), 4.0f); // Draw a line between the button and the mouse cursor - - // Drag operations gets "unlocked" when the mouse has moved past a certain threshold - // (the default threshold is stored in io.MouseDragThreshold). You can request a lower or higher - // threshold using the second parameter of IsMouseDragging() and GetMouseDragDelta(). - ImVec2 value_raw = ImGui::GetMouseDragDelta(0, 0.0f); - ImVec2 value_with_lock_threshold = ImGui::GetMouseDragDelta(0); - ImVec2 mouse_delta = io.MouseDelta; - ImGui::Text("GetMouseDragDelta(0):"); - ImGui::Text(" w/ default threshold: (%.1f, %.1f)", value_with_lock_threshold.x, value_with_lock_threshold.y); - ImGui::Text(" w/ zero threshold: (%.1f, %.1f)", value_raw.x, value_raw.y); - ImGui::Text("io.MouseDelta: (%.1f, %.1f)", mouse_delta.x, mouse_delta.y); - ImGui::TreePop(); - } - - IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Mouse cursors"); - if (ImGui::TreeNode("Mouse cursors")) - { - const char* mouse_cursors_names[] = { "Arrow", "TextInput", "ResizeAll", "ResizeNS", "ResizeEW", "ResizeNESW", "ResizeNWSE", "Hand", "NotAllowed" }; - IM_ASSERT(IM_ARRAYSIZE(mouse_cursors_names) == ImGuiMouseCursor_COUNT); - - ImGuiMouseCursor current = ImGui::GetMouseCursor(); - ImGui::Text("Current mouse cursor = %d: %s", current, mouse_cursors_names[current]); - ImGui::Text("Hover to see mouse cursors:"); - ImGui::SameLine(); HelpMarker( - "Your application can render a different mouse cursor based on what ImGui::GetMouseCursor() returns. " - "If software cursor rendering (io.MouseDrawCursor) is set ImGui will draw the right cursor for you, " - "otherwise your backend needs to handle it."); - for (int i = 0; i < ImGuiMouseCursor_COUNT; i++) - { - char label[32]; - sprintf(label, "Mouse cursor %d: %s", i, mouse_cursors_names[i]); - ImGui::Bullet(); ImGui::Selectable(label, false); - if (ImGui::IsItemHovered()) - ImGui::SetMouseCursor(i); - } - ImGui::TreePop(); - } - } -} - -//----------------------------------------------------------------------------- -// [SECTION] About Window / ShowAboutWindow() -// Access from Dear ImGui Demo -> Tools -> About -//----------------------------------------------------------------------------- - -void ImGui::ShowAboutWindow(bool* p_open) -{ - if (!ImGui::Begin("About Dear ImGui", p_open, ImGuiWindowFlags_AlwaysAutoResize)) - { - ImGui::End(); - return; - } - IMGUI_DEMO_MARKER("Tools/About Dear ImGui"); - ImGui::Text("Dear ImGui %s", ImGui::GetVersion()); - ImGui::Separator(); - ImGui::Text("By Omar Cornut and all Dear ImGui contributors."); - ImGui::Text("Dear ImGui is licensed under the MIT License, see LICENSE for more information."); - - static bool show_config_info = false; - ImGui::Checkbox("Config/Build Information", &show_config_info); - if (show_config_info) - { - ImGuiIO& io = ImGui::GetIO(); - ImGuiStyle& style = ImGui::GetStyle(); - - bool copy_to_clipboard = ImGui::Button("Copy to clipboard"); - ImVec2 child_size = ImVec2(0, ImGui::GetTextLineHeightWithSpacing() * 18); - ImGui::BeginChildFrame(ImGui::GetID("cfg_infos"), child_size, ImGuiWindowFlags_NoMove); - if (copy_to_clipboard) - { - ImGui::LogToClipboard(); - ImGui::LogText("```\n"); // Back quotes will make text appears without formatting when pasting on GitHub - } - - ImGui::Text("Dear ImGui %s (%d)", IMGUI_VERSION, IMGUI_VERSION_NUM); - ImGui::Separator(); - ImGui::Text("sizeof(size_t): %d, sizeof(ImDrawIdx): %d, sizeof(ImDrawVert): %d", (int)sizeof(size_t), (int)sizeof(ImDrawIdx), (int)sizeof(ImDrawVert)); - ImGui::Text("define: __cplusplus=%d", (int)__cplusplus); -#ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - ImGui::Text("define: IMGUI_DISABLE_OBSOLETE_FUNCTIONS"); -#endif -#ifdef IMGUI_DISABLE_OBSOLETE_KEYIO - ImGui::Text("define: IMGUI_DISABLE_OBSOLETE_KEYIO"); -#endif -#ifdef IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS - ImGui::Text("define: IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS"); -#endif -#ifdef IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS - ImGui::Text("define: IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS"); -#endif -#ifdef IMGUI_DISABLE_WIN32_FUNCTIONS - ImGui::Text("define: IMGUI_DISABLE_WIN32_FUNCTIONS"); -#endif -#ifdef IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS - ImGui::Text("define: IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS"); -#endif -#ifdef IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS - ImGui::Text("define: IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS"); -#endif -#ifdef IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS - ImGui::Text("define: IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS"); -#endif -#ifdef IMGUI_DISABLE_FILE_FUNCTIONS - ImGui::Text("define: IMGUI_DISABLE_FILE_FUNCTIONS"); -#endif -#ifdef IMGUI_DISABLE_DEFAULT_ALLOCATORS - ImGui::Text("define: IMGUI_DISABLE_DEFAULT_ALLOCATORS"); -#endif -#ifdef IMGUI_USE_BGRA_PACKED_COLOR - ImGui::Text("define: IMGUI_USE_BGRA_PACKED_COLOR"); -#endif -#ifdef _WIN32 - ImGui::Text("define: _WIN32"); -#endif -#ifdef _WIN64 - ImGui::Text("define: _WIN64"); -#endif -#ifdef __linux__ - ImGui::Text("define: __linux__"); -#endif -#ifdef __APPLE__ - ImGui::Text("define: __APPLE__"); -#endif -#ifdef _MSC_VER - ImGui::Text("define: _MSC_VER=%d", _MSC_VER); -#endif -#ifdef _MSVC_LANG - ImGui::Text("define: _MSVC_LANG=%d", (int)_MSVC_LANG); -#endif -#ifdef __MINGW32__ - ImGui::Text("define: __MINGW32__"); -#endif -#ifdef __MINGW64__ - ImGui::Text("define: __MINGW64__"); -#endif -#ifdef __GNUC__ - ImGui::Text("define: __GNUC__=%d", (int)__GNUC__); -#endif -#ifdef __clang_version__ - ImGui::Text("define: __clang_version__=%s", __clang_version__); -#endif - ImGui::Separator(); - ImGui::Text("io.BackendPlatformName: %s", io.BackendPlatformName ? io.BackendPlatformName : "NULL"); - ImGui::Text("io.BackendRendererName: %s", io.BackendRendererName ? io.BackendRendererName : "NULL"); - ImGui::Text("io.ConfigFlags: 0x%08X", io.ConfigFlags); - if (io.ConfigFlags & ImGuiConfigFlags_NavEnableKeyboard) ImGui::Text(" NavEnableKeyboard"); - if (io.ConfigFlags & ImGuiConfigFlags_NavEnableGamepad) ImGui::Text(" NavEnableGamepad"); - if (io.ConfigFlags & ImGuiConfigFlags_NavEnableSetMousePos) ImGui::Text(" NavEnableSetMousePos"); - if (io.ConfigFlags & ImGuiConfigFlags_NavNoCaptureKeyboard) ImGui::Text(" NavNoCaptureKeyboard"); - if (io.ConfigFlags & ImGuiConfigFlags_NoMouse) ImGui::Text(" NoMouse"); - if (io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) ImGui::Text(" NoMouseCursorChange"); - if (io.MouseDrawCursor) ImGui::Text("io.MouseDrawCursor"); - if (io.ConfigMacOSXBehaviors) ImGui::Text("io.ConfigMacOSXBehaviors"); - if (io.ConfigInputTextCursorBlink) ImGui::Text("io.ConfigInputTextCursorBlink"); - if (io.ConfigWindowsResizeFromEdges) ImGui::Text("io.ConfigWindowsResizeFromEdges"); - if (io.ConfigWindowsMoveFromTitleBarOnly) ImGui::Text("io.ConfigWindowsMoveFromTitleBarOnly"); - if (io.ConfigMemoryCompactTimer >= 0.0f) ImGui::Text("io.ConfigMemoryCompactTimer = %.1f", io.ConfigMemoryCompactTimer); - ImGui::Text("io.BackendFlags: 0x%08X", io.BackendFlags); - if (io.BackendFlags & ImGuiBackendFlags_HasGamepad) ImGui::Text(" HasGamepad"); - if (io.BackendFlags & ImGuiBackendFlags_HasMouseCursors) ImGui::Text(" HasMouseCursors"); - if (io.BackendFlags & ImGuiBackendFlags_HasSetMousePos) ImGui::Text(" HasSetMousePos"); - if (io.BackendFlags & ImGuiBackendFlags_RendererHasVtxOffset) ImGui::Text(" RendererHasVtxOffset"); - ImGui::Separator(); - ImGui::Text("io.Fonts: %d fonts, Flags: 0x%08X, TexSize: %d,%d", io.Fonts->Fonts.Size, io.Fonts->Flags, io.Fonts->TexWidth, io.Fonts->TexHeight); - ImGui::Text("io.DisplaySize: %.2f,%.2f", io.DisplaySize.x, io.DisplaySize.y); - ImGui::Text("io.DisplayFramebufferScale: %.2f,%.2f", io.DisplayFramebufferScale.x, io.DisplayFramebufferScale.y); - ImGui::Separator(); - ImGui::Text("style.WindowPadding: %.2f,%.2f", style.WindowPadding.x, style.WindowPadding.y); - ImGui::Text("style.WindowBorderSize: %.2f", style.WindowBorderSize); - ImGui::Text("style.FramePadding: %.2f,%.2f", style.FramePadding.x, style.FramePadding.y); - ImGui::Text("style.FrameRounding: %.2f", style.FrameRounding); - ImGui::Text("style.FrameBorderSize: %.2f", style.FrameBorderSize); - ImGui::Text("style.ItemSpacing: %.2f,%.2f", style.ItemSpacing.x, style.ItemSpacing.y); - ImGui::Text("style.ItemInnerSpacing: %.2f,%.2f", style.ItemInnerSpacing.x, style.ItemInnerSpacing.y); - - if (copy_to_clipboard) - { - ImGui::LogText("\n```\n"); - ImGui::LogFinish(); - } - ImGui::EndChildFrame(); - } - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Style Editor / ShowStyleEditor() -//----------------------------------------------------------------------------- -// - ShowFontSelector() -// - ShowStyleSelector() -// - ShowStyleEditor() -//----------------------------------------------------------------------------- - -// Forward declare ShowFontAtlas() which isn't worth putting in public API yet -namespace ImGui { IMGUI_API void ShowFontAtlas(ImFontAtlas* atlas); } - -// Demo helper function to select among loaded fonts. -// Here we use the regular BeginCombo()/EndCombo() api which is the more flexible one. -void ImGui::ShowFontSelector(const char* label) -{ - ImGuiIO& io = ImGui::GetIO(); - ImFont* font_current = ImGui::GetFont(); - if (ImGui::BeginCombo(label, font_current->GetDebugName())) - { - for (int n = 0; n < io.Fonts->Fonts.Size; n++) - { - ImFont* font = io.Fonts->Fonts[n]; - ImGui::PushID((void*)font); - if (ImGui::Selectable(font->GetDebugName(), font == font_current)) - io.FontDefault = font; - ImGui::PopID(); - } - ImGui::EndCombo(); - } - ImGui::SameLine(); - HelpMarker( - "- Load additional fonts with io.Fonts->AddFontFromFileTTF().\n" - "- The font atlas is built when calling io.Fonts->GetTexDataAsXXXX() or io.Fonts->Build().\n" - "- Read FAQ and docs/FONTS.md for more details.\n" - "- If you need to add/remove fonts at runtime (e.g. for DPI change), do it before calling NewFrame()."); -} - -// Demo helper function to select among default colors. See ShowStyleEditor() for more advanced options. -// Here we use the simplified Combo() api that packs items into a single literal string. -// Useful for quick combo boxes where the choices are known locally. -bool ImGui::ShowStyleSelector(const char* label) -{ - static int style_idx = -1; - if (ImGui::Combo(label, &style_idx, "Dark\0Light\0Classic\0")) - { - switch (style_idx) - { - case 0: ImGui::StyleColorsDark(); break; - case 1: ImGui::StyleColorsLight(); break; - case 2: ImGui::StyleColorsClassic(); break; - } - return true; - } - return false; -} - -void ImGui::ShowStyleEditor(ImGuiStyle* ref) -{ - IMGUI_DEMO_MARKER("Tools/Style Editor"); - // You can pass in a reference ImGuiStyle structure to compare to, revert to and save to - // (without a reference style pointer, we will use one compared locally as a reference) - ImGuiStyle& style = ImGui::GetStyle(); - static ImGuiStyle ref_saved_style; - - // Default to using internal storage as reference - static bool init = true; - if (init && ref == NULL) - ref_saved_style = style; - init = false; - if (ref == NULL) - ref = &ref_saved_style; - - ImGui::PushItemWidth(ImGui::GetWindowWidth() * 0.50f); - - if (ImGui::ShowStyleSelector("Colors##Selector")) - ref_saved_style = style; - ImGui::ShowFontSelector("Fonts##Selector"); - - // Simplified Settings (expose floating-pointer border sizes as boolean representing 0.0f or 1.0f) - if (ImGui::SliderFloat("FrameRounding", &style.FrameRounding, 0.0f, 12.0f, "%.0f")) - style.GrabRounding = style.FrameRounding; // Make GrabRounding always the same value as FrameRounding - { bool border = (style.WindowBorderSize > 0.0f); if (ImGui::Checkbox("WindowBorder", &border)) { style.WindowBorderSize = border ? 1.0f : 0.0f; } } - ImGui::SameLine(); - { bool border = (style.FrameBorderSize > 0.0f); if (ImGui::Checkbox("FrameBorder", &border)) { style.FrameBorderSize = border ? 1.0f : 0.0f; } } - ImGui::SameLine(); - { bool border = (style.PopupBorderSize > 0.0f); if (ImGui::Checkbox("PopupBorder", &border)) { style.PopupBorderSize = border ? 1.0f : 0.0f; } } - - // Save/Revert button - if (ImGui::Button("Save Ref")) - *ref = ref_saved_style = style; - ImGui::SameLine(); - if (ImGui::Button("Revert Ref")) - style = *ref; - ImGui::SameLine(); - HelpMarker( - "Save/Revert in local non-persistent storage. Default Colors definition are not affected. " - "Use \"Export\" below to save them somewhere."); - - ImGui::Separator(); - - if (ImGui::BeginTabBar("##tabs", ImGuiTabBarFlags_None)) - { - if (ImGui::BeginTabItem("Sizes")) - { - ImGui::Text("Main"); - ImGui::SliderFloat2("WindowPadding", (float*)&style.WindowPadding, 0.0f, 20.0f, "%.0f"); - ImGui::SliderFloat2("FramePadding", (float*)&style.FramePadding, 0.0f, 20.0f, "%.0f"); - ImGui::SliderFloat2("CellPadding", (float*)&style.CellPadding, 0.0f, 20.0f, "%.0f"); - ImGui::SliderFloat2("ItemSpacing", (float*)&style.ItemSpacing, 0.0f, 20.0f, "%.0f"); - ImGui::SliderFloat2("ItemInnerSpacing", (float*)&style.ItemInnerSpacing, 0.0f, 20.0f, "%.0f"); - ImGui::SliderFloat2("TouchExtraPadding", (float*)&style.TouchExtraPadding, 0.0f, 10.0f, "%.0f"); - ImGui::SliderFloat("IndentSpacing", &style.IndentSpacing, 0.0f, 30.0f, "%.0f"); - ImGui::SliderFloat("ScrollbarSize", &style.ScrollbarSize, 1.0f, 20.0f, "%.0f"); - ImGui::SliderFloat("GrabMinSize", &style.GrabMinSize, 1.0f, 20.0f, "%.0f"); - ImGui::Text("Borders"); - ImGui::SliderFloat("WindowBorderSize", &style.WindowBorderSize, 0.0f, 1.0f, "%.0f"); - ImGui::SliderFloat("ChildBorderSize", &style.ChildBorderSize, 0.0f, 1.0f, "%.0f"); - ImGui::SliderFloat("PopupBorderSize", &style.PopupBorderSize, 0.0f, 1.0f, "%.0f"); - ImGui::SliderFloat("FrameBorderSize", &style.FrameBorderSize, 0.0f, 1.0f, "%.0f"); - ImGui::SliderFloat("TabBorderSize", &style.TabBorderSize, 0.0f, 1.0f, "%.0f"); - ImGui::Text("Rounding"); - ImGui::SliderFloat("WindowRounding", &style.WindowRounding, 0.0f, 12.0f, "%.0f"); - ImGui::SliderFloat("ChildRounding", &style.ChildRounding, 0.0f, 12.0f, "%.0f"); - ImGui::SliderFloat("FrameRounding", &style.FrameRounding, 0.0f, 12.0f, "%.0f"); - ImGui::SliderFloat("PopupRounding", &style.PopupRounding, 0.0f, 12.0f, "%.0f"); - ImGui::SliderFloat("ScrollbarRounding", &style.ScrollbarRounding, 0.0f, 12.0f, "%.0f"); - ImGui::SliderFloat("GrabRounding", &style.GrabRounding, 0.0f, 12.0f, "%.0f"); - ImGui::SliderFloat("LogSliderDeadzone", &style.LogSliderDeadzone, 0.0f, 12.0f, "%.0f"); - ImGui::SliderFloat("TabRounding", &style.TabRounding, 0.0f, 12.0f, "%.0f"); - ImGui::Text("Alignment"); - ImGui::SliderFloat2("WindowTitleAlign", (float*)&style.WindowTitleAlign, 0.0f, 1.0f, "%.2f"); - int window_menu_button_position = style.WindowMenuButtonPosition + 1; - if (ImGui::Combo("WindowMenuButtonPosition", (int*)&window_menu_button_position, "None\0Left\0Right\0")) - style.WindowMenuButtonPosition = window_menu_button_position - 1; - ImGui::Combo("ColorButtonPosition", (int*)&style.ColorButtonPosition, "Left\0Right\0"); - ImGui::SliderFloat2("ButtonTextAlign", (float*)&style.ButtonTextAlign, 0.0f, 1.0f, "%.2f"); - ImGui::SameLine(); HelpMarker("Alignment applies when a button is larger than its text content."); - ImGui::SliderFloat2("SelectableTextAlign", (float*)&style.SelectableTextAlign, 0.0f, 1.0f, "%.2f"); - ImGui::SameLine(); HelpMarker("Alignment applies when a selectable is larger than its text content."); - ImGui::Text("Safe Area Padding"); - ImGui::SameLine(); HelpMarker("Adjust if you cannot see the edges of your screen (e.g. on a TV where scaling has not been configured)."); - ImGui::SliderFloat2("DisplaySafeAreaPadding", (float*)&style.DisplaySafeAreaPadding, 0.0f, 30.0f, "%.0f"); - ImGui::EndTabItem(); - } - - if (ImGui::BeginTabItem("Colors")) - { - static int output_dest = 0; - static bool output_only_modified = true; - if (ImGui::Button("Export")) - { - if (output_dest == 0) - ImGui::LogToClipboard(); - else - ImGui::LogToTTY(); - ImGui::LogText("ImVec4* colors = ImGui::GetStyle().Colors;" IM_NEWLINE); - for (int i = 0; i < ImGuiCol_COUNT; i++) - { - const ImVec4& col = style.Colors[i]; - const char* name = ImGui::GetStyleColorName(i); - if (!output_only_modified || memcmp(&col, &ref->Colors[i], sizeof(ImVec4)) != 0) - ImGui::LogText("colors[ImGuiCol_%s]%*s= ImVec4(%.2ff, %.2ff, %.2ff, %.2ff);" IM_NEWLINE, - name, 23 - (int)strlen(name), "", col.x, col.y, col.z, col.w); - } - ImGui::LogFinish(); - } - ImGui::SameLine(); ImGui::SetNextItemWidth(120); ImGui::Combo("##output_type", &output_dest, "To Clipboard\0To TTY\0"); - ImGui::SameLine(); ImGui::Checkbox("Only Modified Colors", &output_only_modified); - - static ImGuiTextFilter filter; - filter.Draw("Filter colors", ImGui::GetFontSize() * 16); - - static ImGuiColorEditFlags alpha_flags = 0; - if (ImGui::RadioButton("Opaque", alpha_flags == ImGuiColorEditFlags_None)) { alpha_flags = ImGuiColorEditFlags_None; } ImGui::SameLine(); - if (ImGui::RadioButton("Alpha", alpha_flags == ImGuiColorEditFlags_AlphaPreview)) { alpha_flags = ImGuiColorEditFlags_AlphaPreview; } ImGui::SameLine(); - if (ImGui::RadioButton("Both", alpha_flags == ImGuiColorEditFlags_AlphaPreviewHalf)) { alpha_flags = ImGuiColorEditFlags_AlphaPreviewHalf; } ImGui::SameLine(); - HelpMarker( - "In the color list:\n" - "Left-click on color square to open color picker,\n" - "Right-click to open edit options menu."); - - ImGui::BeginChild("##colors", ImVec2(0, 0), true, ImGuiWindowFlags_AlwaysVerticalScrollbar | ImGuiWindowFlags_AlwaysHorizontalScrollbar | ImGuiWindowFlags_NavFlattened); - ImGui::PushItemWidth(-160); - for (int i = 0; i < ImGuiCol_COUNT; i++) - { - const char* name = ImGui::GetStyleColorName(i); - if (!filter.PassFilter(name)) - continue; - ImGui::PushID(i); - ImGui::ColorEdit4("##color", (float*)&style.Colors[i], ImGuiColorEditFlags_AlphaBar | alpha_flags); - if (memcmp(&style.Colors[i], &ref->Colors[i], sizeof(ImVec4)) != 0) - { - // Tips: in a real user application, you may want to merge and use an icon font into the main font, - // so instead of "Save"/"Revert" you'd use icons! - // Read the FAQ and docs/FONTS.md about using icon fonts. It's really easy and super convenient! - ImGui::SameLine(0.0f, style.ItemInnerSpacing.x); if (ImGui::Button("Save")) { ref->Colors[i] = style.Colors[i]; } - ImGui::SameLine(0.0f, style.ItemInnerSpacing.x); if (ImGui::Button("Revert")) { style.Colors[i] = ref->Colors[i]; } - } - ImGui::SameLine(0.0f, style.ItemInnerSpacing.x); - ImGui::TextUnformatted(name); - ImGui::PopID(); - } - ImGui::PopItemWidth(); - ImGui::EndChild(); - - ImGui::EndTabItem(); - } - - if (ImGui::BeginTabItem("Fonts")) - { - ImGuiIO& io = ImGui::GetIO(); - ImFontAtlas* atlas = io.Fonts; - HelpMarker("Read FAQ and docs/FONTS.md for details on font loading."); - ImGui::ShowFontAtlas(atlas); - - // Post-baking font scaling. Note that this is NOT the nice way of scaling fonts, read below. - // (we enforce hard clamping manually as by default DragFloat/SliderFloat allows CTRL+Click text to get out of bounds). - const float MIN_SCALE = 0.3f; - const float MAX_SCALE = 2.0f; - HelpMarker( - "Those are old settings provided for convenience.\n" - "However, the _correct_ way of scaling your UI is currently to reload your font at the designed size, " - "rebuild the font atlas, and call style.ScaleAllSizes() on a reference ImGuiStyle structure.\n" - "Using those settings here will give you poor quality results."); - static float window_scale = 1.0f; - ImGui::PushItemWidth(ImGui::GetFontSize() * 8); - if (ImGui::DragFloat("window scale", &window_scale, 0.005f, MIN_SCALE, MAX_SCALE, "%.2f", ImGuiSliderFlags_AlwaysClamp)) // Scale only this window - ImGui::SetWindowFontScale(window_scale); - ImGui::DragFloat("global scale", &io.FontGlobalScale, 0.005f, MIN_SCALE, MAX_SCALE, "%.2f", ImGuiSliderFlags_AlwaysClamp); // Scale everything - ImGui::PopItemWidth(); - - ImGui::EndTabItem(); - } - - if (ImGui::BeginTabItem("Rendering")) - { - ImGui::Checkbox("Anti-aliased lines", &style.AntiAliasedLines); - ImGui::SameLine(); - HelpMarker("When disabling anti-aliasing lines, you'll probably want to disable borders in your style as well."); - - ImGui::Checkbox("Anti-aliased lines use texture", &style.AntiAliasedLinesUseTex); - ImGui::SameLine(); - HelpMarker("Faster lines using texture data. Require backend to render with bilinear filtering (not point/nearest filtering)."); - - ImGui::Checkbox("Anti-aliased fill", &style.AntiAliasedFill); - ImGui::PushItemWidth(ImGui::GetFontSize() * 8); - ImGui::DragFloat("Curve Tessellation Tolerance", &style.CurveTessellationTol, 0.02f, 0.10f, 10.0f, "%.2f"); - if (style.CurveTessellationTol < 0.10f) style.CurveTessellationTol = 0.10f; - - // When editing the "Circle Segment Max Error" value, draw a preview of its effect on auto-tessellated circles. - ImGui::DragFloat("Circle Tessellation Max Error", &style.CircleTessellationMaxError , 0.005f, 0.10f, 5.0f, "%.2f", ImGuiSliderFlags_AlwaysClamp); - if (ImGui::IsItemActive()) - { - ImGui::SetNextWindowPos(ImGui::GetCursorScreenPos()); - ImGui::BeginTooltip(); - ImGui::TextUnformatted("(R = radius, N = number of segments)"); - ImGui::Spacing(); - ImDrawList* draw_list = ImGui::GetWindowDrawList(); - const float min_widget_width = ImGui::CalcTextSize("N: MMM\nR: MMM").x; - for (int n = 0; n < 8; n++) - { - const float RAD_MIN = 5.0f; - const float RAD_MAX = 70.0f; - const float rad = RAD_MIN + (RAD_MAX - RAD_MIN) * (float)n / (8.0f - 1.0f); - - ImGui::BeginGroup(); - - ImGui::Text("R: %.f\nN: %d", rad, draw_list->_CalcCircleAutoSegmentCount(rad)); - - const float canvas_width = IM_MAX(min_widget_width, rad * 2.0f); - const float offset_x = floorf(canvas_width * 0.5f); - const float offset_y = floorf(RAD_MAX); - - const ImVec2 p1 = ImGui::GetCursorScreenPos(); - draw_list->AddCircle(ImVec2(p1.x + offset_x, p1.y + offset_y), rad, ImGui::GetColorU32(ImGuiCol_Text)); - ImGui::Dummy(ImVec2(canvas_width, RAD_MAX * 2)); - - /* - const ImVec2 p2 = ImGui::GetCursorScreenPos(); - draw_list->AddCircleFilled(ImVec2(p2.x + offset_x, p2.y + offset_y), rad, ImGui::GetColorU32(ImGuiCol_Text)); - ImGui::Dummy(ImVec2(canvas_width, RAD_MAX * 2)); - */ - - ImGui::EndGroup(); - ImGui::SameLine(); - } - ImGui::EndTooltip(); - } - ImGui::SameLine(); - HelpMarker("When drawing circle primitives with \"num_segments == 0\" tesselation will be calculated automatically."); - - ImGui::DragFloat("Global Alpha", &style.Alpha, 0.005f, 0.20f, 1.0f, "%.2f"); // Not exposing zero here so user doesn't "lose" the UI (zero alpha clips all widgets). But application code could have a toggle to switch between zero and non-zero. - ImGui::DragFloat("Disabled Alpha", &style.DisabledAlpha, 0.005f, 0.0f, 1.0f, "%.2f"); ImGui::SameLine(); HelpMarker("Additional alpha multiplier for disabled items (multiply over current value of Alpha)."); - ImGui::PopItemWidth(); - - ImGui::EndTabItem(); - } - - ImGui::EndTabBar(); - } - - ImGui::PopItemWidth(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Main Menu Bar / ShowExampleAppMainMenuBar() -//----------------------------------------------------------------------------- -// - ShowExampleAppMainMenuBar() -// - ShowExampleMenuFile() -//----------------------------------------------------------------------------- - -// Demonstrate creating a "main" fullscreen menu bar and populating it. -// Note the difference between BeginMainMenuBar() and BeginMenuBar(): -// - BeginMenuBar() = menu-bar inside current window (which needs the ImGuiWindowFlags_MenuBar flag!) -// - BeginMainMenuBar() = helper to create menu-bar-sized window at the top of the main viewport + call BeginMenuBar() into it. -static void ShowExampleAppMainMenuBar() -{ - if (ImGui::BeginMainMenuBar()) - { - if (ImGui::BeginMenu("File")) - { - ShowExampleMenuFile(); - ImGui::EndMenu(); - } - if (ImGui::BeginMenu("Edit")) - { - if (ImGui::MenuItem("Undo", "CTRL+Z")) {} - if (ImGui::MenuItem("Redo", "CTRL+Y", false, false)) {} // Disabled item - ImGui::Separator(); - if (ImGui::MenuItem("Cut", "CTRL+X")) {} - if (ImGui::MenuItem("Copy", "CTRL+C")) {} - if (ImGui::MenuItem("Paste", "CTRL+V")) {} - ImGui::EndMenu(); - } - ImGui::EndMainMenuBar(); - } -} - -// Note that shortcuts are currently provided for display only -// (future version will add explicit flags to BeginMenu() to request processing shortcuts) -static void ShowExampleMenuFile() -{ - IMGUI_DEMO_MARKER("Examples/Menu"); - ImGui::MenuItem("(demo menu)", NULL, false, false); - if (ImGui::MenuItem("New")) {} - if (ImGui::MenuItem("Open", "Ctrl+O")) {} - if (ImGui::BeginMenu("Open Recent")) - { - ImGui::MenuItem("fish_hat.c"); - ImGui::MenuItem("fish_hat.inl"); - ImGui::MenuItem("fish_hat.h"); - if (ImGui::BeginMenu("More..")) - { - ImGui::MenuItem("Hello"); - ImGui::MenuItem("Sailor"); - if (ImGui::BeginMenu("Recurse..")) - { - ShowExampleMenuFile(); - ImGui::EndMenu(); - } - ImGui::EndMenu(); - } - ImGui::EndMenu(); - } - if (ImGui::MenuItem("Save", "Ctrl+S")) {} - if (ImGui::MenuItem("Save As..")) {} - - ImGui::Separator(); - IMGUI_DEMO_MARKER("Examples/Menu/Options"); - if (ImGui::BeginMenu("Options")) - { - static bool enabled = true; - ImGui::MenuItem("Enabled", "", &enabled); - ImGui::BeginChild("child", ImVec2(0, 60), true); - for (int i = 0; i < 10; i++) - ImGui::Text("Scrolling Text %d", i); - ImGui::EndChild(); - static float f = 0.5f; - static int n = 0; - ImGui::SliderFloat("Value", &f, 0.0f, 1.0f); - ImGui::InputFloat("Input", &f, 0.1f); - ImGui::Combo("Combo", &n, "Yes\0No\0Maybe\0\0"); - ImGui::EndMenu(); - } - - IMGUI_DEMO_MARKER("Examples/Menu/Colors"); - if (ImGui::BeginMenu("Colors")) - { - float sz = ImGui::GetTextLineHeight(); - for (int i = 0; i < ImGuiCol_COUNT; i++) - { - const char* name = ImGui::GetStyleColorName((ImGuiCol)i); - ImVec2 p = ImGui::GetCursorScreenPos(); - ImGui::GetWindowDrawList()->AddRectFilled(p, ImVec2(p.x + sz, p.y + sz), ImGui::GetColorU32((ImGuiCol)i)); - ImGui::Dummy(ImVec2(sz, sz)); - ImGui::SameLine(); - ImGui::MenuItem(name); - } - ImGui::EndMenu(); - } - - // Here we demonstrate appending again to the "Options" menu (which we already created above) - // Of course in this demo it is a little bit silly that this function calls BeginMenu("Options") twice. - // In a real code-base using it would make senses to use this feature from very different code locations. - if (ImGui::BeginMenu("Options")) // <-- Append! - { - IMGUI_DEMO_MARKER("Examples/Menu/Append to an existing menu"); - static bool b = true; - ImGui::Checkbox("SomeOption", &b); - ImGui::EndMenu(); - } - - if (ImGui::BeginMenu("Disabled", false)) // Disabled - { - IM_ASSERT(0); - } - if (ImGui::MenuItem("Checked", NULL, true)) {} - if (ImGui::MenuItem("Quit", "Alt+F4")) {} -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Debug Console / ShowExampleAppConsole() -//----------------------------------------------------------------------------- - -// Demonstrate creating a simple console window, with scrolling, filtering, completion and history. -// For the console example, we are using a more C++ like approach of declaring a class to hold both data and functions. -struct ExampleAppConsole -{ - char InputBuf[256]; - ImVector Items; - ImVector Commands; - ImVector History; - int HistoryPos; // -1: new line, 0..History.Size-1 browsing history. - ImGuiTextFilter Filter; - bool AutoScroll; - bool ScrollToBottom; - - ExampleAppConsole() - { - IMGUI_DEMO_MARKER("Examples/Console"); - ClearLog(); - memset(InputBuf, 0, sizeof(InputBuf)); - HistoryPos = -1; - - // "CLASSIFY" is here to provide the test case where "C"+[tab] completes to "CL" and display multiple matches. - Commands.push_back("HELP"); - Commands.push_back("HISTORY"); - Commands.push_back("CLEAR"); - Commands.push_back("CLASSIFY"); - AutoScroll = true; - ScrollToBottom = false; - AddLog("Welcome to Dear ImGui!"); - } - ~ExampleAppConsole() - { - ClearLog(); - for (int i = 0; i < History.Size; i++) - free(History[i]); - } - - // Portable helpers - static int Stricmp(const char* s1, const char* s2) { int d; while ((d = toupper(*s2) - toupper(*s1)) == 0 && *s1) { s1++; s2++; } return d; } - static int Strnicmp(const char* s1, const char* s2, int n) { int d = 0; while (n > 0 && (d = toupper(*s2) - toupper(*s1)) == 0 && *s1) { s1++; s2++; n--; } return d; } - static char* Strdup(const char* s) { IM_ASSERT(s); size_t len = strlen(s) + 1; void* buf = malloc(len); IM_ASSERT(buf); return (char*)memcpy(buf, (const void*)s, len); } - static void Strtrim(char* s) { char* str_end = s + strlen(s); while (str_end > s && str_end[-1] == ' ') str_end--; *str_end = 0; } - - void ClearLog() - { - for (int i = 0; i < Items.Size; i++) - free(Items[i]); - Items.clear(); - } - - void AddLog(const char* fmt, ...) IM_FMTARGS(2) - { - // FIXME-OPT - char buf[1024]; - va_list args; - va_start(args, fmt); - vsnprintf(buf, IM_ARRAYSIZE(buf), fmt, args); - buf[IM_ARRAYSIZE(buf)-1] = 0; - va_end(args); - Items.push_back(Strdup(buf)); - } - - void Draw(const char* title, bool* p_open) - { - ImGui::SetNextWindowSize(ImVec2(520, 600), ImGuiCond_FirstUseEver); - if (!ImGui::Begin(title, p_open)) - { - ImGui::End(); - return; - } - - // As a specific feature guaranteed by the library, after calling Begin() the last Item represent the title bar. - // So e.g. IsItemHovered() will return true when hovering the title bar. - // Here we create a context menu only available from the title bar. - if (ImGui::BeginPopupContextItem()) - { - if (ImGui::MenuItem("Close Console")) - *p_open = false; - ImGui::EndPopup(); - } - - ImGui::TextWrapped( - "This example implements a console with basic coloring, completion (TAB key) and history (Up/Down keys). A more elaborate " - "implementation may want to store entries along with extra data such as timestamp, emitter, etc."); - ImGui::TextWrapped("Enter 'HELP' for help."); - - // TODO: display items starting from the bottom - - if (ImGui::SmallButton("Add Debug Text")) { AddLog("%d some text", Items.Size); AddLog("some more text"); AddLog("display very important message here!"); } - ImGui::SameLine(); - if (ImGui::SmallButton("Add Debug Error")) { AddLog("[error] something went wrong"); } - ImGui::SameLine(); - if (ImGui::SmallButton("Clear")) { ClearLog(); } - ImGui::SameLine(); - bool copy_to_clipboard = ImGui::SmallButton("Copy"); - //static float t = 0.0f; if (ImGui::GetTime() - t > 0.02f) { t = ImGui::GetTime(); AddLog("Spam %f", t); } - - ImGui::Separator(); - - // Options menu - if (ImGui::BeginPopup("Options")) - { - ImGui::Checkbox("Auto-scroll", &AutoScroll); - ImGui::EndPopup(); - } - - // Options, Filter - if (ImGui::Button("Options")) - ImGui::OpenPopup("Options"); - ImGui::SameLine(); - Filter.Draw("Filter (\"incl,-excl\") (\"error\")", 180); - ImGui::Separator(); - - // Reserve enough left-over height for 1 separator + 1 input text - const float footer_height_to_reserve = ImGui::GetStyle().ItemSpacing.y + ImGui::GetFrameHeightWithSpacing(); - ImGui::BeginChild("ScrollingRegion", ImVec2(0, -footer_height_to_reserve), false, ImGuiWindowFlags_HorizontalScrollbar); - if (ImGui::BeginPopupContextWindow()) - { - if (ImGui::Selectable("Clear")) ClearLog(); - ImGui::EndPopup(); - } - - // Display every line as a separate entry so we can change their color or add custom widgets. - // If you only want raw text you can use ImGui::TextUnformatted(log.begin(), log.end()); - // NB- if you have thousands of entries this approach may be too inefficient and may require user-side clipping - // to only process visible items. The clipper will automatically measure the height of your first item and then - // "seek" to display only items in the visible area. - // To use the clipper we can replace your standard loop: - // for (int i = 0; i < Items.Size; i++) - // With: - // ImGuiListClipper clipper; - // clipper.Begin(Items.Size); - // while (clipper.Step()) - // for (int i = clipper.DisplayStart; i < clipper.DisplayEnd; i++) - // - That your items are evenly spaced (same height) - // - That you have cheap random access to your elements (you can access them given their index, - // without processing all the ones before) - // You cannot this code as-is if a filter is active because it breaks the 'cheap random-access' property. - // We would need random-access on the post-filtered list. - // A typical application wanting coarse clipping and filtering may want to pre-compute an array of indices - // or offsets of items that passed the filtering test, recomputing this array when user changes the filter, - // and appending newly elements as they are inserted. This is left as a task to the user until we can manage - // to improve this example code! - // If your items are of variable height: - // - Split them into same height items would be simpler and facilitate random-seeking into your list. - // - Consider using manual call to IsRectVisible() and skipping extraneous decoration from your items. - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(4, 1)); // Tighten spacing - if (copy_to_clipboard) - ImGui::LogToClipboard(); - for (int i = 0; i < Items.Size; i++) - { - const char* item = Items[i]; - if (!Filter.PassFilter(item)) - continue; - - // Normally you would store more information in your item than just a string. - // (e.g. make Items[] an array of structure, store color/type etc.) - ImVec4 color; - bool has_color = false; - if (strstr(item, "[error]")) { color = ImVec4(1.0f, 0.4f, 0.4f, 1.0f); has_color = true; } - else if (strncmp(item, "# ", 2) == 0) { color = ImVec4(1.0f, 0.8f, 0.6f, 1.0f); has_color = true; } - if (has_color) - ImGui::PushStyleColor(ImGuiCol_Text, color); - ImGui::TextUnformatted(item); - if (has_color) - ImGui::PopStyleColor(); - } - if (copy_to_clipboard) - ImGui::LogFinish(); - - if (ScrollToBottom || (AutoScroll && ImGui::GetScrollY() >= ImGui::GetScrollMaxY())) - ImGui::SetScrollHereY(1.0f); - ScrollToBottom = false; - - ImGui::PopStyleVar(); - ImGui::EndChild(); - ImGui::Separator(); - - // Command-line - bool reclaim_focus = false; - ImGuiInputTextFlags input_text_flags = ImGuiInputTextFlags_EnterReturnsTrue | ImGuiInputTextFlags_CallbackCompletion | ImGuiInputTextFlags_CallbackHistory; - if (ImGui::InputText("Input", InputBuf, IM_ARRAYSIZE(InputBuf), input_text_flags, &TextEditCallbackStub, (void*)this)) - { - char* s = InputBuf; - Strtrim(s); - if (s[0]) - ExecCommand(s); - strcpy(s, ""); - reclaim_focus = true; - } - - // Auto-focus on window apparition - ImGui::SetItemDefaultFocus(); - if (reclaim_focus) - ImGui::SetKeyboardFocusHere(-1); // Auto focus previous widget - - ImGui::End(); - } - - void ExecCommand(const char* command_line) - { - AddLog("# %s\n", command_line); - - // Insert into history. First find match and delete it so it can be pushed to the back. - // This isn't trying to be smart or optimal. - HistoryPos = -1; - for (int i = History.Size - 1; i >= 0; i--) - if (Stricmp(History[i], command_line) == 0) - { - free(History[i]); - History.erase(History.begin() + i); - break; - } - History.push_back(Strdup(command_line)); - - // Process command - if (Stricmp(command_line, "CLEAR") == 0) - { - ClearLog(); - } - else if (Stricmp(command_line, "HELP") == 0) - { - AddLog("Commands:"); - for (int i = 0; i < Commands.Size; i++) - AddLog("- %s", Commands[i]); - } - else if (Stricmp(command_line, "HISTORY") == 0) - { - int first = History.Size - 10; - for (int i = first > 0 ? first : 0; i < History.Size; i++) - AddLog("%3d: %s\n", i, History[i]); - } - else - { - AddLog("Unknown command: '%s'\n", command_line); - } - - // On command input, we scroll to bottom even if AutoScroll==false - ScrollToBottom = true; - } - - // In C++11 you'd be better off using lambdas for this sort of forwarding callbacks - static int TextEditCallbackStub(ImGuiInputTextCallbackData* data) - { - ExampleAppConsole* console = (ExampleAppConsole*)data->UserData; - return console->TextEditCallback(data); - } - - int TextEditCallback(ImGuiInputTextCallbackData* data) - { - //AddLog("cursor: %d, selection: %d-%d", data->CursorPos, data->SelectionStart, data->SelectionEnd); - switch (data->EventFlag) - { - case ImGuiInputTextFlags_CallbackCompletion: - { - // Example of TEXT COMPLETION - - // Locate beginning of current word - const char* word_end = data->Buf + data->CursorPos; - const char* word_start = word_end; - while (word_start > data->Buf) - { - const char c = word_start[-1]; - if (c == ' ' || c == '\t' || c == ',' || c == ';') - break; - word_start--; - } - - // Build a list of candidates - ImVector candidates; - for (int i = 0; i < Commands.Size; i++) - if (Strnicmp(Commands[i], word_start, (int)(word_end - word_start)) == 0) - candidates.push_back(Commands[i]); - - if (candidates.Size == 0) - { - // No match - AddLog("No match for \"%.*s\"!\n", (int)(word_end - word_start), word_start); - } - else if (candidates.Size == 1) - { - // Single match. Delete the beginning of the word and replace it entirely so we've got nice casing. - data->DeleteChars((int)(word_start - data->Buf), (int)(word_end - word_start)); - data->InsertChars(data->CursorPos, candidates[0]); - data->InsertChars(data->CursorPos, " "); - } - else - { - // Multiple matches. Complete as much as we can.. - // So inputing "C"+Tab will complete to "CL" then display "CLEAR" and "CLASSIFY" as matches. - int match_len = (int)(word_end - word_start); - for (;;) - { - int c = 0; - bool all_candidates_matches = true; - for (int i = 0; i < candidates.Size && all_candidates_matches; i++) - if (i == 0) - c = toupper(candidates[i][match_len]); - else if (c == 0 || c != toupper(candidates[i][match_len])) - all_candidates_matches = false; - if (!all_candidates_matches) - break; - match_len++; - } - - if (match_len > 0) - { - data->DeleteChars((int)(word_start - data->Buf), (int)(word_end - word_start)); - data->InsertChars(data->CursorPos, candidates[0], candidates[0] + match_len); - } - - // List matches - AddLog("Possible matches:\n"); - for (int i = 0; i < candidates.Size; i++) - AddLog("- %s\n", candidates[i]); - } - - break; - } - case ImGuiInputTextFlags_CallbackHistory: - { - // Example of HISTORY - const int prev_history_pos = HistoryPos; - if (data->EventKey == ImGuiKey_UpArrow) - { - if (HistoryPos == -1) - HistoryPos = History.Size - 1; - else if (HistoryPos > 0) - HistoryPos--; - } - else if (data->EventKey == ImGuiKey_DownArrow) - { - if (HistoryPos != -1) - if (++HistoryPos >= History.Size) - HistoryPos = -1; - } - - // A better implementation would preserve the data on the current input line along with cursor position. - if (prev_history_pos != HistoryPos) - { - const char* history_str = (HistoryPos >= 0) ? History[HistoryPos] : ""; - data->DeleteChars(0, data->BufTextLen); - data->InsertChars(0, history_str); - } - } - } - return 0; - } -}; - -static void ShowExampleAppConsole(bool* p_open) -{ - static ExampleAppConsole console; - console.Draw("Example: Console", p_open); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Debug Log / ShowExampleAppLog() -//----------------------------------------------------------------------------- - -// Usage: -// static ExampleAppLog my_log; -// my_log.AddLog("Hello %d world\n", 123); -// my_log.Draw("title"); -struct ExampleAppLog -{ - ImGuiTextBuffer Buf; - ImGuiTextFilter Filter; - ImVector LineOffsets; // Index to lines offset. We maintain this with AddLog() calls. - bool AutoScroll; // Keep scrolling if already at the bottom. - - ExampleAppLog() - { - AutoScroll = true; - Clear(); - } - - void Clear() - { - Buf.clear(); - LineOffsets.clear(); - LineOffsets.push_back(0); - } - - void AddLog(const char* fmt, ...) IM_FMTARGS(2) - { - int old_size = Buf.size(); - va_list args; - va_start(args, fmt); - Buf.appendfv(fmt, args); - va_end(args); - for (int new_size = Buf.size(); old_size < new_size; old_size++) - if (Buf[old_size] == '\n') - LineOffsets.push_back(old_size + 1); - } - - void Draw(const char* title, bool* p_open = NULL) - { - if (!ImGui::Begin(title, p_open)) - { - ImGui::End(); - return; - } - - // Options menu - if (ImGui::BeginPopup("Options")) - { - ImGui::Checkbox("Auto-scroll", &AutoScroll); - ImGui::EndPopup(); - } - - // Main window - if (ImGui::Button("Options")) - ImGui::OpenPopup("Options"); - ImGui::SameLine(); - bool clear = ImGui::Button("Clear"); - ImGui::SameLine(); - bool copy = ImGui::Button("Copy"); - ImGui::SameLine(); - Filter.Draw("Filter", -100.0f); - - ImGui::Separator(); - ImGui::BeginChild("scrolling", ImVec2(0, 0), false, ImGuiWindowFlags_HorizontalScrollbar); - - if (clear) - Clear(); - if (copy) - ImGui::LogToClipboard(); - - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(0, 0)); - const char* buf = Buf.begin(); - const char* buf_end = Buf.end(); - if (Filter.IsActive()) - { - // In this example we don't use the clipper when Filter is enabled. - // This is because we don't have a random access on the result on our filter. - // A real application processing logs with ten of thousands of entries may want to store the result of - // search/filter.. especially if the filtering function is not trivial (e.g. reg-exp). - for (int line_no = 0; line_no < LineOffsets.Size; line_no++) - { - const char* line_start = buf + LineOffsets[line_no]; - const char* line_end = (line_no + 1 < LineOffsets.Size) ? (buf + LineOffsets[line_no + 1] - 1) : buf_end; - if (Filter.PassFilter(line_start, line_end)) - ImGui::TextUnformatted(line_start, line_end); - } - } - else - { - // The simplest and easy way to display the entire buffer: - // ImGui::TextUnformatted(buf_begin, buf_end); - // And it'll just work. TextUnformatted() has specialization for large blob of text and will fast-forward - // to skip non-visible lines. Here we instead demonstrate using the clipper to only process lines that are - // within the visible area. - // If you have tens of thousands of items and their processing cost is non-negligible, coarse clipping them - // on your side is recommended. Using ImGuiListClipper requires - // - A) random access into your data - // - B) items all being the same height, - // both of which we can handle since we an array pointing to the beginning of each line of text. - // When using the filter (in the block of code above) we don't have random access into the data to display - // anymore, which is why we don't use the clipper. Storing or skimming through the search result would make - // it possible (and would be recommended if you want to search through tens of thousands of entries). - ImGuiListClipper clipper; - clipper.Begin(LineOffsets.Size); - while (clipper.Step()) - { - for (int line_no = clipper.DisplayStart; line_no < clipper.DisplayEnd; line_no++) - { - const char* line_start = buf + LineOffsets[line_no]; - const char* line_end = (line_no + 1 < LineOffsets.Size) ? (buf + LineOffsets[line_no + 1] - 1) : buf_end; - ImGui::TextUnformatted(line_start, line_end); - } - } - clipper.End(); - } - ImGui::PopStyleVar(); - - if (AutoScroll && ImGui::GetScrollY() >= ImGui::GetScrollMaxY()) - ImGui::SetScrollHereY(1.0f); - - ImGui::EndChild(); - ImGui::End(); - } -}; - -// Demonstrate creating a simple log window with basic filtering. -static void ShowExampleAppLog(bool* p_open) -{ - static ExampleAppLog log; - - // For the demo: add a debug button _BEFORE_ the normal log window contents - // We take advantage of a rarely used feature: multiple calls to Begin()/End() are appending to the _same_ window. - // Most of the contents of the window will be added by the log.Draw() call. - ImGui::SetNextWindowSize(ImVec2(500, 400), ImGuiCond_FirstUseEver); - ImGui::Begin("Example: Log", p_open); - IMGUI_DEMO_MARKER("Examples/Log"); - if (ImGui::SmallButton("[Debug] Add 5 entries")) - { - static int counter = 0; - const char* categories[3] = { "info", "warn", "error" }; - const char* words[] = { "Bumfuzzled", "Cattywampus", "Snickersnee", "Abibliophobia", "Absquatulate", "Nincompoop", "Pauciloquent" }; - for (int n = 0; n < 5; n++) - { - const char* category = categories[counter % IM_ARRAYSIZE(categories)]; - const char* word = words[counter % IM_ARRAYSIZE(words)]; - log.AddLog("[%05d] [%s] Hello, current time is %.1f, here's a word: '%s'\n", - ImGui::GetFrameCount(), category, ImGui::GetTime(), word); - counter++; - } - } - ImGui::End(); - - // Actually call in the regular Log helper (which will Begin() into the same window as we just did) - log.Draw("Example: Log", p_open); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Simple Layout / ShowExampleAppLayout() -//----------------------------------------------------------------------------- - -// Demonstrate create a window with multiple child windows. -static void ShowExampleAppLayout(bool* p_open) -{ - ImGui::SetNextWindowSize(ImVec2(500, 440), ImGuiCond_FirstUseEver); - if (ImGui::Begin("Example: Simple layout", p_open, ImGuiWindowFlags_MenuBar)) - { - IMGUI_DEMO_MARKER("Examples/Simple layout"); - if (ImGui::BeginMenuBar()) - { - if (ImGui::BeginMenu("File")) - { - if (ImGui::MenuItem("Close")) *p_open = false; - ImGui::EndMenu(); - } - ImGui::EndMenuBar(); - } - - // Left - static int selected = 0; - { - ImGui::BeginChild("left pane", ImVec2(150, 0), true); - for (int i = 0; i < 100; i++) - { - // FIXME: Good candidate to use ImGuiSelectableFlags_SelectOnNav - char label[128]; - sprintf(label, "MyObject %d", i); - if (ImGui::Selectable(label, selected == i)) - selected = i; - } - ImGui::EndChild(); - } - ImGui::SameLine(); - - // Right - { - ImGui::BeginGroup(); - ImGui::BeginChild("item view", ImVec2(0, -ImGui::GetFrameHeightWithSpacing())); // Leave room for 1 line below us - ImGui::Text("MyObject: %d", selected); - ImGui::Separator(); - if (ImGui::BeginTabBar("##Tabs", ImGuiTabBarFlags_None)) - { - if (ImGui::BeginTabItem("Description")) - { - ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. "); - ImGui::EndTabItem(); - } - if (ImGui::BeginTabItem("Details")) - { - ImGui::Text("ID: 0123456789"); - ImGui::EndTabItem(); - } - ImGui::EndTabBar(); - } - ImGui::EndChild(); - if (ImGui::Button("Revert")) {} - ImGui::SameLine(); - if (ImGui::Button("Save")) {} - ImGui::EndGroup(); - } - } - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Property Editor / ShowExampleAppPropertyEditor() -//----------------------------------------------------------------------------- - -static void ShowPlaceholderObject(const char* prefix, int uid) -{ - // Use object uid as identifier. Most commonly you could also use the object pointer as a base ID. - ImGui::PushID(uid); - - // Text and Tree nodes are less high than framed widgets, using AlignTextToFramePadding() we add vertical spacing to make the tree lines equal high. - ImGui::TableNextRow(); - ImGui::TableSetColumnIndex(0); - ImGui::AlignTextToFramePadding(); - bool node_open = ImGui::TreeNode("Object", "%s_%u", prefix, uid); - ImGui::TableSetColumnIndex(1); - ImGui::Text("my sailor is rich"); - - if (node_open) - { - static float placeholder_members[8] = { 0.0f, 0.0f, 1.0f, 3.1416f, 100.0f, 999.0f }; - for (int i = 0; i < 8; i++) - { - ImGui::PushID(i); // Use field index as identifier. - if (i < 2) - { - ShowPlaceholderObject("Child", 424242); - } - else - { - // Here we use a TreeNode to highlight on hover (we could use e.g. Selectable as well) - ImGui::TableNextRow(); - ImGui::TableSetColumnIndex(0); - ImGui::AlignTextToFramePadding(); - ImGuiTreeNodeFlags flags = ImGuiTreeNodeFlags_Leaf | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_Bullet; - ImGui::TreeNodeEx("Field", flags, "Field_%d", i); - - ImGui::TableSetColumnIndex(1); - ImGui::SetNextItemWidth(-FLT_MIN); - if (i >= 5) - ImGui::InputFloat("##value", &placeholder_members[i], 1.0f); - else - ImGui::DragFloat("##value", &placeholder_members[i], 0.01f); - ImGui::NextColumn(); - } - ImGui::PopID(); - } - ImGui::TreePop(); - } - ImGui::PopID(); -} - -// Demonstrate create a simple property editor. -static void ShowExampleAppPropertyEditor(bool* p_open) -{ - ImGui::SetNextWindowSize(ImVec2(430, 450), ImGuiCond_FirstUseEver); - if (!ImGui::Begin("Example: Property editor", p_open)) - { - ImGui::End(); - return; - } - IMGUI_DEMO_MARKER("Examples/Property Editor"); - - HelpMarker( - "This example shows how you may implement a property editor using two columns.\n" - "All objects/fields data are dummies here.\n" - "Remember that in many simple cases, you can use ImGui::SameLine(xxx) to position\n" - "your cursor horizontally instead of using the Columns() API."); - - ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(2, 2)); - if (ImGui::BeginTable("split", 2, ImGuiTableFlags_BordersOuter | ImGuiTableFlags_Resizable)) - { - // Iterate placeholder objects (all the same data) - for (int obj_i = 0; obj_i < 4; obj_i++) - { - ShowPlaceholderObject("Object", obj_i); - //ImGui::Separator(); - } - ImGui::EndTable(); - } - ImGui::PopStyleVar(); - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Long Text / ShowExampleAppLongText() -//----------------------------------------------------------------------------- - -// Demonstrate/test rendering huge amount of text, and the incidence of clipping. -static void ShowExampleAppLongText(bool* p_open) -{ - ImGui::SetNextWindowSize(ImVec2(520, 600), ImGuiCond_FirstUseEver); - if (!ImGui::Begin("Example: Long text display", p_open)) - { - ImGui::End(); - return; - } - IMGUI_DEMO_MARKER("Examples/Long text display"); - - static int test_type = 0; - static ImGuiTextBuffer log; - static int lines = 0; - ImGui::Text("Printing unusually long amount of text."); - ImGui::Combo("Test type", &test_type, - "Single call to TextUnformatted()\0" - "Multiple calls to Text(), clipped\0" - "Multiple calls to Text(), not clipped (slow)\0"); - ImGui::Text("Buffer contents: %d lines, %d bytes", lines, log.size()); - if (ImGui::Button("Clear")) { log.clear(); lines = 0; } - ImGui::SameLine(); - if (ImGui::Button("Add 1000 lines")) - { - for (int i = 0; i < 1000; i++) - log.appendf("%i The quick brown fox jumps over the lazy dog\n", lines + i); - lines += 1000; - } - ImGui::BeginChild("Log"); - switch (test_type) - { - case 0: - // Single call to TextUnformatted() with a big buffer - ImGui::TextUnformatted(log.begin(), log.end()); - break; - case 1: - { - // Multiple calls to Text(), manually coarsely clipped - demonstrate how to use the ImGuiListClipper helper. - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(0, 0)); - ImGuiListClipper clipper; - clipper.Begin(lines); - while (clipper.Step()) - for (int i = clipper.DisplayStart; i < clipper.DisplayEnd; i++) - ImGui::Text("%i The quick brown fox jumps over the lazy dog", i); - ImGui::PopStyleVar(); - break; - } - case 2: - // Multiple calls to Text(), not clipped (slow) - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(0, 0)); - for (int i = 0; i < lines; i++) - ImGui::Text("%i The quick brown fox jumps over the lazy dog", i); - ImGui::PopStyleVar(); - break; - } - ImGui::EndChild(); - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Auto Resize / ShowExampleAppAutoResize() -//----------------------------------------------------------------------------- - -// Demonstrate creating a window which gets auto-resized according to its content. -static void ShowExampleAppAutoResize(bool* p_open) -{ - if (!ImGui::Begin("Example: Auto-resizing window", p_open, ImGuiWindowFlags_AlwaysAutoResize)) - { - ImGui::End(); - return; - } - IMGUI_DEMO_MARKER("Examples/Auto-resizing window"); - - static int lines = 10; - ImGui::TextUnformatted( - "Window will resize every-frame to the size of its content.\n" - "Note that you probably don't want to query the window size to\n" - "output your content because that would create a feedback loop."); - ImGui::SliderInt("Number of lines", &lines, 1, 20); - for (int i = 0; i < lines; i++) - ImGui::Text("%*sThis is line %d", i * 4, "", i); // Pad with space to extend size horizontally - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Constrained Resize / ShowExampleAppConstrainedResize() -//----------------------------------------------------------------------------- - -// Demonstrate creating a window with custom resize constraints. -static void ShowExampleAppConstrainedResize(bool* p_open) -{ - struct CustomConstraints - { - // Helper functions to demonstrate programmatic constraints - static void Square(ImGuiSizeCallbackData* data) { data->DesiredSize.x = data->DesiredSize.y = IM_MAX(data->DesiredSize.x, data->DesiredSize.y); } - static void Step(ImGuiSizeCallbackData* data) { float step = (float)(int)(intptr_t)data->UserData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->DesiredSize.y / step + 0.5f) * step); } - }; - - const char* test_desc[] = - { - "Resize vertical only", - "Resize horizontal only", - "Width > 100, Height > 100", - "Width 400-500", - "Height 400-500", - "Custom: Always Square", - "Custom: Fixed Steps (100)", - }; - - static bool auto_resize = false; - static int type = 0; - static int display_lines = 10; - if (type == 0) ImGui::SetNextWindowSizeConstraints(ImVec2(-1, 0), ImVec2(-1, FLT_MAX)); // Vertical only - if (type == 1) ImGui::SetNextWindowSizeConstraints(ImVec2(0, -1), ImVec2(FLT_MAX, -1)); // Horizontal only - if (type == 2) ImGui::SetNextWindowSizeConstraints(ImVec2(100, 100), ImVec2(FLT_MAX, FLT_MAX)); // Width > 100, Height > 100 - if (type == 3) ImGui::SetNextWindowSizeConstraints(ImVec2(400, -1), ImVec2(500, -1)); // Width 400-500 - if (type == 4) ImGui::SetNextWindowSizeConstraints(ImVec2(-1, 400), ImVec2(-1, 500)); // Height 400-500 - if (type == 5) ImGui::SetNextWindowSizeConstraints(ImVec2(0, 0), ImVec2(FLT_MAX, FLT_MAX), CustomConstraints::Square); // Always Square - if (type == 6) ImGui::SetNextWindowSizeConstraints(ImVec2(0, 0), ImVec2(FLT_MAX, FLT_MAX), CustomConstraints::Step, (void*)(intptr_t)100); // Fixed Step - - ImGuiWindowFlags flags = auto_resize ? ImGuiWindowFlags_AlwaysAutoResize : 0; - if (ImGui::Begin("Example: Constrained Resize", p_open, flags)) - { - IMGUI_DEMO_MARKER("Examples/Constrained Resizing window"); - if (ImGui::Button("200x200")) { ImGui::SetWindowSize(ImVec2(200, 200)); } ImGui::SameLine(); - if (ImGui::Button("500x500")) { ImGui::SetWindowSize(ImVec2(500, 500)); } ImGui::SameLine(); - if (ImGui::Button("800x200")) { ImGui::SetWindowSize(ImVec2(800, 200)); } - ImGui::SetNextItemWidth(200); - ImGui::Combo("Constraint", &type, test_desc, IM_ARRAYSIZE(test_desc)); - ImGui::SetNextItemWidth(200); - ImGui::DragInt("Lines", &display_lines, 0.2f, 1, 100); - ImGui::Checkbox("Auto-resize", &auto_resize); - for (int i = 0; i < display_lines; i++) - ImGui::Text("%*sHello, sailor! Making this line long enough for the example.", i * 4, ""); - } - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Simple overlay / ShowExampleAppSimpleOverlay() -//----------------------------------------------------------------------------- - -// Demonstrate creating a simple static window with no decoration -// + a context-menu to choose which corner of the screen to use. -static void ShowExampleAppSimpleOverlay(bool* p_open) -{ - static int corner = 0; - ImGuiIO& io = ImGui::GetIO(); - ImGuiWindowFlags window_flags = ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoFocusOnAppearing | ImGuiWindowFlags_NoNav; - if (corner != -1) - { - const float PAD = 10.0f; - const ImGuiViewport* viewport = ImGui::GetMainViewport(); - ImVec2 work_pos = viewport->WorkPos; // Use work area to avoid menu-bar/task-bar, if any! - ImVec2 work_size = viewport->WorkSize; - ImVec2 window_pos, window_pos_pivot; - window_pos.x = (corner & 1) ? (work_pos.x + work_size.x - PAD) : (work_pos.x + PAD); - window_pos.y = (corner & 2) ? (work_pos.y + work_size.y - PAD) : (work_pos.y + PAD); - window_pos_pivot.x = (corner & 1) ? 1.0f : 0.0f; - window_pos_pivot.y = (corner & 2) ? 1.0f : 0.0f; - ImGui::SetNextWindowPos(window_pos, ImGuiCond_Always, window_pos_pivot); - window_flags |= ImGuiWindowFlags_NoMove; - } - ImGui::SetNextWindowBgAlpha(0.35f); // Transparent background - if (ImGui::Begin("Example: Simple overlay", p_open, window_flags)) - { - IMGUI_DEMO_MARKER("Examples/Simple Overlay"); - ImGui::Text("Simple overlay\n" "in the corner of the screen.\n" "(right-click to change position)"); - ImGui::Separator(); - if (ImGui::IsMousePosValid()) - ImGui::Text("Mouse Position: (%.1f,%.1f)", io.MousePos.x, io.MousePos.y); - else - ImGui::Text("Mouse Position: "); - if (ImGui::BeginPopupContextWindow()) - { - if (ImGui::MenuItem("Custom", NULL, corner == -1)) corner = -1; - if (ImGui::MenuItem("Top-left", NULL, corner == 0)) corner = 0; - if (ImGui::MenuItem("Top-right", NULL, corner == 1)) corner = 1; - if (ImGui::MenuItem("Bottom-left", NULL, corner == 2)) corner = 2; - if (ImGui::MenuItem("Bottom-right", NULL, corner == 3)) corner = 3; - if (p_open && ImGui::MenuItem("Close")) *p_open = false; - ImGui::EndPopup(); - } - } - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Fullscreen window / ShowExampleAppFullscreen() -//----------------------------------------------------------------------------- - -// Demonstrate creating a window covering the entire screen/viewport -static void ShowExampleAppFullscreen(bool* p_open) -{ - static bool use_work_area = true; - static ImGuiWindowFlags flags = ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoSavedSettings; - - // We demonstrate using the full viewport area or the work area (without menu-bars, task-bars etc.) - // Based on your use case you may want one of the other. - const ImGuiViewport* viewport = ImGui::GetMainViewport(); - ImGui::SetNextWindowPos(use_work_area ? viewport->WorkPos : viewport->Pos); - ImGui::SetNextWindowSize(use_work_area ? viewport->WorkSize : viewport->Size); - - if (ImGui::Begin("Example: Fullscreen window", p_open, flags)) - { - ImGui::Checkbox("Use work area instead of main area", &use_work_area); - ImGui::SameLine(); - HelpMarker("Main Area = entire viewport,\nWork Area = entire viewport minus sections used by the main menu bars, task bars etc.\n\nEnable the main-menu bar in Examples menu to see the difference."); - - ImGui::CheckboxFlags("ImGuiWindowFlags_NoBackground", &flags, ImGuiWindowFlags_NoBackground); - ImGui::CheckboxFlags("ImGuiWindowFlags_NoDecoration", &flags, ImGuiWindowFlags_NoDecoration); - ImGui::Indent(); - ImGui::CheckboxFlags("ImGuiWindowFlags_NoTitleBar", &flags, ImGuiWindowFlags_NoTitleBar); - ImGui::CheckboxFlags("ImGuiWindowFlags_NoCollapse", &flags, ImGuiWindowFlags_NoCollapse); - ImGui::CheckboxFlags("ImGuiWindowFlags_NoScrollbar", &flags, ImGuiWindowFlags_NoScrollbar); - ImGui::Unindent(); - - if (p_open && ImGui::Button("Close this window")) - *p_open = false; - } - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Manipulating Window Titles / ShowExampleAppWindowTitles() -//----------------------------------------------------------------------------- - -// Demonstrate using "##" and "###" in identifiers to manipulate ID generation. -// This apply to all regular items as well. -// Read FAQ section "How can I have multiple widgets with the same label?" for details. -static void ShowExampleAppWindowTitles(bool*) -{ - const ImGuiViewport* viewport = ImGui::GetMainViewport(); - const ImVec2 base_pos = viewport->Pos; - - // By default, Windows are uniquely identified by their title. - // You can use the "##" and "###" markers to manipulate the display/ID. - - // Using "##" to display same title but have unique identifier. - ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 100), ImGuiCond_FirstUseEver); - ImGui::Begin("Same title as another window##1"); - IMGUI_DEMO_MARKER("Examples/Manipulating window titles"); - ImGui::Text("This is window 1.\nMy title is the same as window 2, but my identifier is unique."); - ImGui::End(); - - ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 200), ImGuiCond_FirstUseEver); - ImGui::Begin("Same title as another window##2"); - ImGui::Text("This is window 2.\nMy title is the same as window 1, but my identifier is unique."); - ImGui::End(); - - // Using "###" to display a changing title but keep a static identifier "AnimatedTitle" - char buf[128]; - sprintf(buf, "Animated title %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3], ImGui::GetFrameCount()); - ImGui::SetNextWindowPos(ImVec2(base_pos.x + 100, base_pos.y + 300), ImGuiCond_FirstUseEver); - ImGui::Begin(buf); - ImGui::Text("This window has a changing title."); - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Custom Rendering using ImDrawList API / ShowExampleAppCustomRendering() -//----------------------------------------------------------------------------- - -// Demonstrate using the low-level ImDrawList to draw custom shapes. -static void ShowExampleAppCustomRendering(bool* p_open) -{ - if (!ImGui::Begin("Example: Custom rendering", p_open)) - { - ImGui::End(); - return; - } - IMGUI_DEMO_MARKER("Examples/Custom Rendering"); - - // Tip: If you do a lot of custom rendering, you probably want to use your own geometrical types and benefit of - // overloaded operators, etc. Define IM_VEC2_CLASS_EXTRA in imconfig.h to create implicit conversions between your - // types and ImVec2/ImVec4. Dear ImGui defines overloaded operators but they are internal to imgui.cpp and not - // exposed outside (to avoid messing with your types) In this example we are not using the maths operators! - - if (ImGui::BeginTabBar("##TabBar")) - { - if (ImGui::BeginTabItem("Primitives")) - { - ImGui::PushItemWidth(-ImGui::GetFontSize() * 15); - ImDrawList* draw_list = ImGui::GetWindowDrawList(); - - // Draw gradients - // (note that those are currently exacerbating our sRGB/Linear issues) - // Calling ImGui::GetColorU32() multiplies the given colors by the current Style Alpha, but you may pass the IM_COL32() directly as well.. - ImGui::Text("Gradients"); - ImVec2 gradient_size = ImVec2(ImGui::CalcItemWidth(), ImGui::GetFrameHeight()); - { - ImVec2 p0 = ImGui::GetCursorScreenPos(); - ImVec2 p1 = ImVec2(p0.x + gradient_size.x, p0.y + gradient_size.y); - ImU32 col_a = ImGui::GetColorU32(IM_COL32(0, 0, 0, 255)); - ImU32 col_b = ImGui::GetColorU32(IM_COL32(255, 255, 255, 255)); - draw_list->AddRectFilledMultiColor(p0, p1, col_a, col_b, col_b, col_a); - ImGui::InvisibleButton("##gradient1", gradient_size); - } - { - ImVec2 p0 = ImGui::GetCursorScreenPos(); - ImVec2 p1 = ImVec2(p0.x + gradient_size.x, p0.y + gradient_size.y); - ImU32 col_a = ImGui::GetColorU32(IM_COL32(0, 255, 0, 255)); - ImU32 col_b = ImGui::GetColorU32(IM_COL32(255, 0, 0, 255)); - draw_list->AddRectFilledMultiColor(p0, p1, col_a, col_b, col_b, col_a); - ImGui::InvisibleButton("##gradient2", gradient_size); - } - - // Draw a bunch of primitives - ImGui::Text("All primitives"); - static float sz = 36.0f; - static float thickness = 3.0f; - static int ngon_sides = 6; - static bool circle_segments_override = false; - static int circle_segments_override_v = 12; - static bool curve_segments_override = false; - static int curve_segments_override_v = 8; - static ImVec4 colf = ImVec4(1.0f, 1.0f, 0.4f, 1.0f); - ImGui::DragFloat("Size", &sz, 0.2f, 2.0f, 100.0f, "%.0f"); - ImGui::DragFloat("Thickness", &thickness, 0.05f, 1.0f, 8.0f, "%.02f"); - ImGui::SliderInt("N-gon sides", &ngon_sides, 3, 12); - ImGui::Checkbox("##circlesegmentoverride", &circle_segments_override); - ImGui::SameLine(0.0f, ImGui::GetStyle().ItemInnerSpacing.x); - circle_segments_override |= ImGui::SliderInt("Circle segments override", &circle_segments_override_v, 3, 40); - ImGui::Checkbox("##curvessegmentoverride", &curve_segments_override); - ImGui::SameLine(0.0f, ImGui::GetStyle().ItemInnerSpacing.x); - curve_segments_override |= ImGui::SliderInt("Curves segments override", &curve_segments_override_v, 3, 40); - ImGui::ColorEdit4("Color", &colf.x); - - const ImVec2 p = ImGui::GetCursorScreenPos(); - const ImU32 col = ImColor(colf); - const float spacing = 10.0f; - const ImDrawFlags corners_tl_br = ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersBottomRight; - const float rounding = sz / 5.0f; - const int circle_segments = circle_segments_override ? circle_segments_override_v : 0; - const int curve_segments = curve_segments_override ? curve_segments_override_v : 0; - float x = p.x + 4.0f; - float y = p.y + 4.0f; - for (int n = 0; n < 2; n++) - { - // First line uses a thickness of 1.0f, second line uses the configurable thickness - float th = (n == 0) ? 1.0f : thickness; - draw_list->AddNgon(ImVec2(x + sz*0.5f, y + sz*0.5f), sz*0.5f, col, ngon_sides, th); x += sz + spacing; // N-gon - draw_list->AddCircle(ImVec2(x + sz*0.5f, y + sz*0.5f), sz*0.5f, col, circle_segments, th); x += sz + spacing; // Circle - draw_list->AddRect(ImVec2(x, y), ImVec2(x + sz, y + sz), col, 0.0f, ImDrawFlags_None, th); x += sz + spacing; // Square - draw_list->AddRect(ImVec2(x, y), ImVec2(x + sz, y + sz), col, rounding, ImDrawFlags_None, th); x += sz + spacing; // Square with all rounded corners - draw_list->AddRect(ImVec2(x, y), ImVec2(x + sz, y + sz), col, rounding, corners_tl_br, th); x += sz + spacing; // Square with two rounded corners - draw_list->AddTriangle(ImVec2(x+sz*0.5f,y), ImVec2(x+sz, y+sz-0.5f), ImVec2(x, y+sz-0.5f), col, th);x += sz + spacing; // Triangle - //draw_list->AddTriangle(ImVec2(x+sz*0.2f,y), ImVec2(x, y+sz-0.5f), ImVec2(x+sz*0.4f, y+sz-0.5f), col, th);x+= sz*0.4f + spacing; // Thin triangle - draw_list->AddLine(ImVec2(x, y), ImVec2(x + sz, y), col, th); x += sz + spacing; // Horizontal line (note: drawing a filled rectangle will be faster!) - draw_list->AddLine(ImVec2(x, y), ImVec2(x, y + sz), col, th); x += spacing; // Vertical line (note: drawing a filled rectangle will be faster!) - draw_list->AddLine(ImVec2(x, y), ImVec2(x + sz, y + sz), col, th); x += sz + spacing; // Diagonal line - - // Quadratic Bezier Curve (3 control points) - ImVec2 cp3[3] = { ImVec2(x, y + sz * 0.6f), ImVec2(x + sz * 0.5f, y - sz * 0.4f), ImVec2(x + sz, y + sz) }; - draw_list->AddBezierQuadratic(cp3[0], cp3[1], cp3[2], col, th, curve_segments); x += sz + spacing; - - // Cubic Bezier Curve (4 control points) - ImVec2 cp4[4] = { ImVec2(x, y), ImVec2(x + sz * 1.3f, y + sz * 0.3f), ImVec2(x + sz - sz * 1.3f, y + sz - sz * 0.3f), ImVec2(x + sz, y + sz) }; - draw_list->AddBezierCubic(cp4[0], cp4[1], cp4[2], cp4[3], col, th, curve_segments); - - x = p.x + 4; - y += sz + spacing; - } - draw_list->AddNgonFilled(ImVec2(x + sz * 0.5f, y + sz * 0.5f), sz*0.5f, col, ngon_sides); x += sz + spacing; // N-gon - draw_list->AddCircleFilled(ImVec2(x + sz*0.5f, y + sz*0.5f), sz*0.5f, col, circle_segments); x += sz + spacing; // Circle - draw_list->AddRectFilled(ImVec2(x, y), ImVec2(x + sz, y + sz), col); x += sz + spacing; // Square - draw_list->AddRectFilled(ImVec2(x, y), ImVec2(x + sz, y + sz), col, 10.0f); x += sz + spacing; // Square with all rounded corners - draw_list->AddRectFilled(ImVec2(x, y), ImVec2(x + sz, y + sz), col, 10.0f, corners_tl_br); x += sz + spacing; // Square with two rounded corners - draw_list->AddTriangleFilled(ImVec2(x+sz*0.5f,y), ImVec2(x+sz, y+sz-0.5f), ImVec2(x, y+sz-0.5f), col); x += sz + spacing; // Triangle - //draw_list->AddTriangleFilled(ImVec2(x+sz*0.2f,y), ImVec2(x, y+sz-0.5f), ImVec2(x+sz*0.4f, y+sz-0.5f), col); x += sz*0.4f + spacing; // Thin triangle - draw_list->AddRectFilled(ImVec2(x, y), ImVec2(x + sz, y + thickness), col); x += sz + spacing; // Horizontal line (faster than AddLine, but only handle integer thickness) - draw_list->AddRectFilled(ImVec2(x, y), ImVec2(x + thickness, y + sz), col); x += spacing * 2.0f;// Vertical line (faster than AddLine, but only handle integer thickness) - draw_list->AddRectFilled(ImVec2(x, y), ImVec2(x + 1, y + 1), col); x += sz; // Pixel (faster than AddLine) - draw_list->AddRectFilledMultiColor(ImVec2(x, y), ImVec2(x + sz, y + sz), IM_COL32(0, 0, 0, 255), IM_COL32(255, 0, 0, 255), IM_COL32(255, 255, 0, 255), IM_COL32(0, 255, 0, 255)); - - ImGui::Dummy(ImVec2((sz + spacing) * 10.2f, (sz + spacing) * 3.0f)); - ImGui::PopItemWidth(); - ImGui::EndTabItem(); - } - - if (ImGui::BeginTabItem("Canvas")) - { - static ImVector points; - static ImVec2 scrolling(0.0f, 0.0f); - static bool opt_enable_grid = true; - static bool opt_enable_context_menu = true; - static bool adding_line = false; - - ImGui::Checkbox("Enable grid", &opt_enable_grid); - ImGui::Checkbox("Enable context menu", &opt_enable_context_menu); - ImGui::Text("Mouse Left: drag to add lines,\nMouse Right: drag to scroll, click for context menu."); - - // Typically you would use a BeginChild()/EndChild() pair to benefit from a clipping region + own scrolling. - // Here we demonstrate that this can be replaced by simple offsetting + custom drawing + PushClipRect/PopClipRect() calls. - // To use a child window instead we could use, e.g: - // ImGui::PushStyleVar(ImGuiStyleVar_WindowPadding, ImVec2(0, 0)); // Disable padding - // ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(50, 50, 50, 255)); // Set a background color - // ImGui::BeginChild("canvas", ImVec2(0.0f, 0.0f), true, ImGuiWindowFlags_NoMove); - // ImGui::PopStyleColor(); - // ImGui::PopStyleVar(); - // [...] - // ImGui::EndChild(); - - // Using InvisibleButton() as a convenience 1) it will advance the layout cursor and 2) allows us to use IsItemHovered()/IsItemActive() - ImVec2 canvas_p0 = ImGui::GetCursorScreenPos(); // ImDrawList API uses screen coordinates! - ImVec2 canvas_sz = ImGui::GetContentRegionAvail(); // Resize canvas to what's available - if (canvas_sz.x < 50.0f) canvas_sz.x = 50.0f; - if (canvas_sz.y < 50.0f) canvas_sz.y = 50.0f; - ImVec2 canvas_p1 = ImVec2(canvas_p0.x + canvas_sz.x, canvas_p0.y + canvas_sz.y); - - // Draw border and background color - ImGuiIO& io = ImGui::GetIO(); - ImDrawList* draw_list = ImGui::GetWindowDrawList(); - draw_list->AddRectFilled(canvas_p0, canvas_p1, IM_COL32(50, 50, 50, 255)); - draw_list->AddRect(canvas_p0, canvas_p1, IM_COL32(255, 255, 255, 255)); - - // This will catch our interactions - ImGui::InvisibleButton("canvas", canvas_sz, ImGuiButtonFlags_MouseButtonLeft | ImGuiButtonFlags_MouseButtonRight); - const bool is_hovered = ImGui::IsItemHovered(); // Hovered - const bool is_active = ImGui::IsItemActive(); // Held - const ImVec2 origin(canvas_p0.x + scrolling.x, canvas_p0.y + scrolling.y); // Lock scrolled origin - const ImVec2 mouse_pos_in_canvas(io.MousePos.x - origin.x, io.MousePos.y - origin.y); - - // Add first and second point - if (is_hovered && !adding_line && ImGui::IsMouseClicked(ImGuiMouseButton_Left)) - { - points.push_back(mouse_pos_in_canvas); - points.push_back(mouse_pos_in_canvas); - adding_line = true; - } - if (adding_line) - { - points.back() = mouse_pos_in_canvas; - if (!ImGui::IsMouseDown(ImGuiMouseButton_Left)) - adding_line = false; - } - - // Pan (we use a zero mouse threshold when there's no context menu) - // You may decide to make that threshold dynamic based on whether the mouse is hovering something etc. - const float mouse_threshold_for_pan = opt_enable_context_menu ? -1.0f : 0.0f; - if (is_active && ImGui::IsMouseDragging(ImGuiMouseButton_Right, mouse_threshold_for_pan)) - { - scrolling.x += io.MouseDelta.x; - scrolling.y += io.MouseDelta.y; - } - - // Context menu (under default mouse threshold) - ImVec2 drag_delta = ImGui::GetMouseDragDelta(ImGuiMouseButton_Right); - if (opt_enable_context_menu && drag_delta.x == 0.0f && drag_delta.y == 0.0f) - ImGui::OpenPopupOnItemClick("context", ImGuiPopupFlags_MouseButtonRight); - if (ImGui::BeginPopup("context")) - { - if (adding_line) - points.resize(points.size() - 2); - adding_line = false; - if (ImGui::MenuItem("Remove one", NULL, false, points.Size > 0)) { points.resize(points.size() - 2); } - if (ImGui::MenuItem("Remove all", NULL, false, points.Size > 0)) { points.clear(); } - ImGui::EndPopup(); - } - - // Draw grid + all lines in the canvas - draw_list->PushClipRect(canvas_p0, canvas_p1, true); - if (opt_enable_grid) - { - const float GRID_STEP = 64.0f; - for (float x = fmodf(scrolling.x, GRID_STEP); x < canvas_sz.x; x += GRID_STEP) - draw_list->AddLine(ImVec2(canvas_p0.x + x, canvas_p0.y), ImVec2(canvas_p0.x + x, canvas_p1.y), IM_COL32(200, 200, 200, 40)); - for (float y = fmodf(scrolling.y, GRID_STEP); y < canvas_sz.y; y += GRID_STEP) - draw_list->AddLine(ImVec2(canvas_p0.x, canvas_p0.y + y), ImVec2(canvas_p1.x, canvas_p0.y + y), IM_COL32(200, 200, 200, 40)); - } - for (int n = 0; n < points.Size; n += 2) - draw_list->AddLine(ImVec2(origin.x + points[n].x, origin.y + points[n].y), ImVec2(origin.x + points[n + 1].x, origin.y + points[n + 1].y), IM_COL32(255, 255, 0, 255), 2.0f); - draw_list->PopClipRect(); - - ImGui::EndTabItem(); - } - - if (ImGui::BeginTabItem("BG/FG draw lists")) - { - static bool draw_bg = true; - static bool draw_fg = true; - ImGui::Checkbox("Draw in Background draw list", &draw_bg); - ImGui::SameLine(); HelpMarker("The Background draw list will be rendered below every Dear ImGui windows."); - ImGui::Checkbox("Draw in Foreground draw list", &draw_fg); - ImGui::SameLine(); HelpMarker("The Foreground draw list will be rendered over every Dear ImGui windows."); - ImVec2 window_pos = ImGui::GetWindowPos(); - ImVec2 window_size = ImGui::GetWindowSize(); - ImVec2 window_center = ImVec2(window_pos.x + window_size.x * 0.5f, window_pos.y + window_size.y * 0.5f); - if (draw_bg) - ImGui::GetBackgroundDrawList()->AddCircle(window_center, window_size.x * 0.6f, IM_COL32(255, 0, 0, 200), 0, 10 + 4); - if (draw_fg) - ImGui::GetForegroundDrawList()->AddCircle(window_center, window_size.y * 0.6f, IM_COL32(0, 255, 0, 200), 0, 10); - ImGui::EndTabItem(); - } - - ImGui::EndTabBar(); - } - - ImGui::End(); -} - -//----------------------------------------------------------------------------- -// [SECTION] Example App: Documents Handling / ShowExampleAppDocuments() -//----------------------------------------------------------------------------- - -// Simplified structure to mimic a Document model -struct MyDocument -{ - const char* Name; // Document title - bool Open; // Set when open (we keep an array of all available documents to simplify demo code!) - bool OpenPrev; // Copy of Open from last update. - bool Dirty; // Set when the document has been modified - bool WantClose; // Set when the document - ImVec4 Color; // An arbitrary variable associated to the document - - MyDocument(const char* name, bool open = true, const ImVec4& color = ImVec4(1.0f, 1.0f, 1.0f, 1.0f)) - { - Name = name; - Open = OpenPrev = open; - Dirty = false; - WantClose = false; - Color = color; - } - void DoOpen() { Open = true; } - void DoQueueClose() { WantClose = true; } - void DoForceClose() { Open = false; Dirty = false; } - void DoSave() { Dirty = false; } - - // Display placeholder contents for the Document - static void DisplayContents(MyDocument* doc) - { - ImGui::PushID(doc); - ImGui::Text("Document \"%s\"", doc->Name); - ImGui::PushStyleColor(ImGuiCol_Text, doc->Color); - ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."); - ImGui::PopStyleColor(); - if (ImGui::Button("Modify", ImVec2(100, 0))) - doc->Dirty = true; - ImGui::SameLine(); - if (ImGui::Button("Save", ImVec2(100, 0))) - doc->DoSave(); - ImGui::ColorEdit3("color", &doc->Color.x); // Useful to test drag and drop and hold-dragged-to-open-tab behavior. - ImGui::PopID(); - } - - // Display context menu for the Document - static void DisplayContextMenu(MyDocument* doc) - { - if (!ImGui::BeginPopupContextItem()) - return; - - char buf[256]; - sprintf(buf, "Save %s", doc->Name); - if (ImGui::MenuItem(buf, "CTRL+S", false, doc->Open)) - doc->DoSave(); - if (ImGui::MenuItem("Close", "CTRL+W", false, doc->Open)) - doc->DoQueueClose(); - ImGui::EndPopup(); - } -}; - -struct ExampleAppDocuments -{ - ImVector Documents; - - ExampleAppDocuments() - { - Documents.push_back(MyDocument("Lettuce", true, ImVec4(0.4f, 0.8f, 0.4f, 1.0f))); - Documents.push_back(MyDocument("Eggplant", true, ImVec4(0.8f, 0.5f, 1.0f, 1.0f))); - Documents.push_back(MyDocument("Carrot", true, ImVec4(1.0f, 0.8f, 0.5f, 1.0f))); - Documents.push_back(MyDocument("Tomato", false, ImVec4(1.0f, 0.3f, 0.4f, 1.0f))); - Documents.push_back(MyDocument("A Rather Long Title", false)); - Documents.push_back(MyDocument("Some Document", false)); - } -}; - -// [Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. -// If a tab has been closed programmatically (aka closed from another source such as the Checkbox() in the demo, -// as opposed to clicking on the regular tab closing button) and stops being submitted, it will take a frame for -// the tab bar to notice its absence. During this frame there will be a gap in the tab bar, and if the tab that has -// disappeared was the selected one, the tab bar will report no selected tab during the frame. This will effectively -// give the impression of a flicker for one frame. -// We call SetTabItemClosed() to manually notify the Tab Bar or Docking system of removed tabs to avoid this glitch. -// Note that this completely optional, and only affect tab bars with the ImGuiTabBarFlags_Reorderable flag. -static void NotifyOfDocumentsClosedElsewhere(ExampleAppDocuments& app) -{ - for (int doc_n = 0; doc_n < app.Documents.Size; doc_n++) - { - MyDocument* doc = &app.Documents[doc_n]; - if (!doc->Open && doc->OpenPrev) - ImGui::SetTabItemClosed(doc->Name); - doc->OpenPrev = doc->Open; - } -} - -void ShowExampleAppDocuments(bool* p_open) -{ - static ExampleAppDocuments app; - - // Options - static bool opt_reorderable = true; - static ImGuiTabBarFlags opt_fitting_flags = ImGuiTabBarFlags_FittingPolicyDefault_; - - bool window_contents_visible = ImGui::Begin("Example: Documents", p_open, ImGuiWindowFlags_MenuBar); - if (!window_contents_visible) - { - ImGui::End(); - return; - } - - // Menu - if (ImGui::BeginMenuBar()) - { - if (ImGui::BeginMenu("File")) - { - int open_count = 0; - for (int doc_n = 0; doc_n < app.Documents.Size; doc_n++) - open_count += app.Documents[doc_n].Open ? 1 : 0; - - if (ImGui::BeginMenu("Open", open_count < app.Documents.Size)) - { - for (int doc_n = 0; doc_n < app.Documents.Size; doc_n++) - { - MyDocument* doc = &app.Documents[doc_n]; - if (!doc->Open) - if (ImGui::MenuItem(doc->Name)) - doc->DoOpen(); - } - ImGui::EndMenu(); - } - if (ImGui::MenuItem("Close All Documents", NULL, false, open_count > 0)) - for (int doc_n = 0; doc_n < app.Documents.Size; doc_n++) - app.Documents[doc_n].DoQueueClose(); - if (ImGui::MenuItem("Exit", "Ctrl+F4") && p_open) - *p_open = false; - ImGui::EndMenu(); - } - ImGui::EndMenuBar(); - } - - // [Debug] List documents with one checkbox for each - for (int doc_n = 0; doc_n < app.Documents.Size; doc_n++) - { - MyDocument* doc = &app.Documents[doc_n]; - if (doc_n > 0) - ImGui::SameLine(); - ImGui::PushID(doc); - if (ImGui::Checkbox(doc->Name, &doc->Open)) - if (!doc->Open) - doc->DoForceClose(); - ImGui::PopID(); - } - - ImGui::Separator(); - - // About the ImGuiWindowFlags_UnsavedDocument / ImGuiTabItemFlags_UnsavedDocument flags. - // They have multiple effects: - // - Display a dot next to the title. - // - Tab is selected when clicking the X close button. - // - Closure is not assumed (will wait for user to stop submitting the tab). - // Otherwise closure is assumed when pressing the X, so if you keep submitting the tab may reappear at end of tab bar. - // We need to assume closure by default otherwise waiting for "lack of submission" on the next frame would leave an empty - // hole for one-frame, both in the tab-bar and in tab-contents when closing a tab/window. - // The rarely used SetTabItemClosed() function is a way to notify of programmatic closure to avoid the one-frame hole. - - // Submit Tab Bar and Tabs - { - ImGuiTabBarFlags tab_bar_flags = (opt_fitting_flags) | (opt_reorderable ? ImGuiTabBarFlags_Reorderable : 0); - if (ImGui::BeginTabBar("##tabs", tab_bar_flags)) - { - if (opt_reorderable) - NotifyOfDocumentsClosedElsewhere(app); - - // [DEBUG] Stress tests - //if ((ImGui::GetFrameCount() % 30) == 0) docs[1].Open ^= 1; // [DEBUG] Automatically show/hide a tab. Test various interactions e.g. dragging with this on. - //if (ImGui::GetIO().KeyCtrl) ImGui::SetTabItemSelected(docs[1].Name); // [DEBUG] Test SetTabItemSelected(), probably not very useful as-is anyway.. - - // Submit Tabs - for (int doc_n = 0; doc_n < app.Documents.Size; doc_n++) - { - MyDocument* doc = &app.Documents[doc_n]; - if (!doc->Open) - continue; - - ImGuiTabItemFlags tab_flags = (doc->Dirty ? ImGuiTabItemFlags_UnsavedDocument : 0); - bool visible = ImGui::BeginTabItem(doc->Name, &doc->Open, tab_flags); - - // Cancel attempt to close when unsaved add to save queue so we can display a popup. - if (!doc->Open && doc->Dirty) - { - doc->Open = true; - doc->DoQueueClose(); - } - - MyDocument::DisplayContextMenu(doc); - if (visible) - { - MyDocument::DisplayContents(doc); - ImGui::EndTabItem(); - } - } - - ImGui::EndTabBar(); - } - } - - // Update closing queue - static ImVector close_queue; - if (close_queue.empty()) - { - // Close queue is locked once we started a popup - for (int doc_n = 0; doc_n < app.Documents.Size; doc_n++) - { - MyDocument* doc = &app.Documents[doc_n]; - if (doc->WantClose) - { - doc->WantClose = false; - close_queue.push_back(doc); - } - } - } - - // Display closing confirmation UI - if (!close_queue.empty()) - { - int close_queue_unsaved_documents = 0; - for (int n = 0; n < close_queue.Size; n++) - if (close_queue[n]->Dirty) - close_queue_unsaved_documents++; - - if (close_queue_unsaved_documents == 0) - { - // Close documents when all are unsaved - for (int n = 0; n < close_queue.Size; n++) - close_queue[n]->DoForceClose(); - close_queue.clear(); - } - else - { - if (!ImGui::IsPopupOpen("Save?")) - ImGui::OpenPopup("Save?"); - if (ImGui::BeginPopupModal("Save?", NULL, ImGuiWindowFlags_AlwaysAutoResize)) - { - ImGui::Text("Save change to the following items?"); - float item_height = ImGui::GetTextLineHeightWithSpacing(); - if (ImGui::BeginChildFrame(ImGui::GetID("frame"), ImVec2(-FLT_MIN, 6.25f * item_height))) - { - for (int n = 0; n < close_queue.Size; n++) - if (close_queue[n]->Dirty) - ImGui::Text("%s", close_queue[n]->Name); - ImGui::EndChildFrame(); - } - - ImVec2 button_size(ImGui::GetFontSize() * 7.0f, 0.0f); - if (ImGui::Button("Yes", button_size)) - { - for (int n = 0; n < close_queue.Size; n++) - { - if (close_queue[n]->Dirty) - close_queue[n]->DoSave(); - close_queue[n]->DoForceClose(); - } - close_queue.clear(); - ImGui::CloseCurrentPopup(); - } - ImGui::SameLine(); - if (ImGui::Button("No", button_size)) - { - for (int n = 0; n < close_queue.Size; n++) - close_queue[n]->DoForceClose(); - close_queue.clear(); - ImGui::CloseCurrentPopup(); - } - ImGui::SameLine(); - if (ImGui::Button("Cancel", button_size)) - { - close_queue.clear(); - ImGui::CloseCurrentPopup(); - } - ImGui::EndPopup(); - } - } - } - - ImGui::End(); -} - -// End of Demo code -#else - -void ImGui::ShowAboutWindow(bool*) {} -void ImGui::ShowDemoWindow(bool*) {} -void ImGui::ShowUserGuide() {} -void ImGui::ShowStyleEditor(ImGuiStyle*) {} - -#endif - -#endif // #ifndef IMGUI_DISABLE diff --git a/external/imgui/imgui_draw.cpp b/external/imgui/imgui_draw.cpp deleted file mode 100644 index 256dd6f9..00000000 --- a/external/imgui/imgui_draw.cpp +++ /dev/null @@ -1,4162 +0,0 @@ -// dear imgui, v1.89 WIP -// (drawing and font code) - -/* - -Index of this file: - -// [SECTION] STB libraries implementation -// [SECTION] Style functions -// [SECTION] ImDrawList -// [SECTION] ImDrawListSplitter -// [SECTION] ImDrawData -// [SECTION] Helpers ShadeVertsXXX functions -// [SECTION] ImFontConfig -// [SECTION] ImFontAtlas -// [SECTION] ImFontAtlas glyph ranges helpers -// [SECTION] ImFontGlyphRangesBuilder -// [SECTION] ImFont -// [SECTION] ImGui Internal Render Helpers -// [SECTION] Decompression code -// [SECTION] Default font data (ProggyClean.ttf) - -*/ - -#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) -#define _CRT_SECURE_NO_WARNINGS -#endif - -#include "imgui.h" -#ifndef IMGUI_DISABLE - -#ifndef IMGUI_DEFINE_MATH_OPERATORS -#define IMGUI_DEFINE_MATH_OPERATORS -#endif - -#include "imgui_internal.h" -#ifdef IMGUI_ENABLE_FREETYPE -#include "misc/freetype/imgui_freetype.h" -#endif - -#include // vsnprintf, sscanf, printf -#if !defined(alloca) -#if defined(__GLIBC__) || defined(__sun) || defined(__APPLE__) || defined(__NEWLIB__) -#include // alloca (glibc uses . Note that Cygwin may have _WIN32 defined, so the order matters here) -#elif defined(_WIN32) -#include // alloca -#if !defined(alloca) -#define alloca _alloca // for clang with MS Codegen -#endif -#else -#include // alloca -#endif -#endif - -// Visual Studio warnings -#ifdef _MSC_VER -#pragma warning (disable: 4127) // condition expression is constant -#pragma warning (disable: 4505) // unreferenced local function has been removed (stb stuff) -#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen -#pragma warning (disable: 6255) // [Static Analyzer] _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. -#pragma warning (disable: 26451) // [Static Analyzer] Arithmetic overflow : Using operator 'xxx' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator 'xxx' to avoid overflow(io.2). -#pragma warning (disable: 26812) // [Static Analyzer] The enum type 'xxx' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). [MSVC Static Analyzer) -#endif - -// Clang/GCC warnings with -Weverything -#if defined(__clang__) -#if __has_warning("-Wunknown-warning-option") -#pragma clang diagnostic ignored "-Wunknown-warning-option" // warning: unknown warning group 'xxx' // not all warnings are known by all Clang versions and they tend to be rename-happy.. so ignoring warnings triggers new warnings on some configuration. Great! -#endif -#if __has_warning("-Walloca") -#pragma clang diagnostic ignored "-Walloca" // warning: use of function '__builtin_alloca' is discouraged -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" // warning: unknown warning group 'xxx' -#pragma clang diagnostic ignored "-Wold-style-cast" // warning: use of old-style cast // yes, they are more terse. -#pragma clang diagnostic ignored "-Wfloat-equal" // warning: comparing floating point with == or != is unsafe // storing and comparing against same constants ok. -#pragma clang diagnostic ignored "-Wglobal-constructors" // warning: declaration requires a global destructor // similar to above, not sure what the exact difference is. -#pragma clang diagnostic ignored "-Wsign-conversion" // warning: implicit conversion changes signedness -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" // warning: zero as null pointer constant // some standard header variations use #define NULL 0 -#pragma clang diagnostic ignored "-Wcomma" // warning: possible misuse of comma operator here -#pragma clang diagnostic ignored "-Wreserved-id-macro" // warning: macro name is a reserved identifier -#pragma clang diagnostic ignored "-Wdouble-promotion" // warning: implicit conversion from 'float' to 'double' when passing argument to function // using printf() is a misery with this as C++ va_arg ellipsis changes float to double. -#pragma clang diagnostic ignored "-Wimplicit-int-float-conversion" // warning: implicit conversion from 'xxx' to 'float' may lose precision -#elif defined(__GNUC__) -#pragma GCC diagnostic ignored "-Wpragmas" // warning: unknown option after '#pragma GCC diagnostic' kind -#pragma GCC diagnostic ignored "-Wunused-function" // warning: 'xxxx' defined but not used -#pragma GCC diagnostic ignored "-Wdouble-promotion" // warning: implicit conversion from 'float' to 'double' when passing argument to function -#pragma GCC diagnostic ignored "-Wconversion" // warning: conversion to 'xxxx' from 'xxxx' may alter its value -#pragma GCC diagnostic ignored "-Wstack-protector" // warning: stack protector not protecting local variables: variable length buffer -#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 -#endif - -//------------------------------------------------------------------------- -// [SECTION] STB libraries implementation (for stb_truetype and stb_rect_pack) -//------------------------------------------------------------------------- - -// Compile time options: -//#define IMGUI_STB_NAMESPACE ImStb -//#define IMGUI_STB_TRUETYPE_FILENAME "my_folder/stb_truetype.h" -//#define IMGUI_STB_RECT_PACK_FILENAME "my_folder/stb_rect_pack.h" -//#define IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION -//#define IMGUI_DISABLE_STB_RECT_PACK_IMPLEMENTATION - -#ifdef IMGUI_STB_NAMESPACE -namespace IMGUI_STB_NAMESPACE -{ -#endif - -#ifdef _MSC_VER -#pragma warning (push) -#pragma warning (disable: 4456) // declaration of 'xx' hides previous local declaration -#pragma warning (disable: 6011) // (stb_rectpack) Dereferencing NULL pointer 'cur->next'. -#pragma warning (disable: 6385) // (stb_truetype) Reading invalid data from 'buffer': the readable size is '_Old_3`kernel_width' bytes, but '3' bytes may be read. -#pragma warning (disable: 28182) // (stb_rectpack) Dereferencing NULL pointer. 'cur' contains the same NULL value as 'cur->next' did. -#endif - -#if defined(__clang__) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wunused-function" -#pragma clang diagnostic ignored "-Wmissing-prototypes" -#pragma clang diagnostic ignored "-Wimplicit-fallthrough" -#pragma clang diagnostic ignored "-Wcast-qual" // warning: cast from 'const xxxx *' to 'xxx *' drops const qualifier -#endif - -#if defined(__GNUC__) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wtype-limits" // warning: comparison is always true due to limited range of data type [-Wtype-limits] -#pragma GCC diagnostic ignored "-Wcast-qual" // warning: cast from type 'const xxxx *' to type 'xxxx *' casts away qualifiers -#endif - -#ifndef STB_RECT_PACK_IMPLEMENTATION // in case the user already have an implementation in the _same_ compilation unit (e.g. unity builds) -#ifndef IMGUI_DISABLE_STB_RECT_PACK_IMPLEMENTATION // in case the user already have an implementation in another compilation unit -#define STBRP_STATIC -#define STBRP_ASSERT(x) do { IM_ASSERT(x); } while (0) -#define STBRP_SORT ImQsort -#define STB_RECT_PACK_IMPLEMENTATION -#endif -#ifdef IMGUI_STB_RECT_PACK_FILENAME -#include IMGUI_STB_RECT_PACK_FILENAME -#else -#include "imstb_rectpack.h" -#endif -#endif - -#ifdef IMGUI_ENABLE_STB_TRUETYPE -#ifndef STB_TRUETYPE_IMPLEMENTATION // in case the user already have an implementation in the _same_ compilation unit (e.g. unity builds) -#ifndef IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION // in case the user already have an implementation in another compilation unit -#define STBTT_malloc(x,u) ((void)(u), IM_ALLOC(x)) -#define STBTT_free(x,u) ((void)(u), IM_FREE(x)) -#define STBTT_assert(x) do { IM_ASSERT(x); } while(0) -#define STBTT_fmod(x,y) ImFmod(x,y) -#define STBTT_sqrt(x) ImSqrt(x) -#define STBTT_pow(x,y) ImPow(x,y) -#define STBTT_fabs(x) ImFabs(x) -#define STBTT_ifloor(x) ((int)ImFloorSigned(x)) -#define STBTT_iceil(x) ((int)ImCeil(x)) -#define STBTT_STATIC -#define STB_TRUETYPE_IMPLEMENTATION -#else -#define STBTT_DEF extern -#endif -#ifdef IMGUI_STB_TRUETYPE_FILENAME -#include IMGUI_STB_TRUETYPE_FILENAME -#else -#include "imstb_truetype.h" -#endif -#endif -#endif // IMGUI_ENABLE_STB_TRUETYPE - -#if defined(__GNUC__) -#pragma GCC diagnostic pop -#endif - -#if defined(__clang__) -#pragma clang diagnostic pop -#endif - -#if defined(_MSC_VER) -#pragma warning (pop) -#endif - -#ifdef IMGUI_STB_NAMESPACE -} // namespace ImStb -using namespace IMGUI_STB_NAMESPACE; -#endif - -//----------------------------------------------------------------------------- -// [SECTION] Style functions -//----------------------------------------------------------------------------- - -void ImGui::StyleColorsDark(ImGuiStyle* dst) -{ - ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); - ImVec4* colors = style->Colors; - - colors[ImGuiCol_Text] = ImVec4(1.00f, 1.00f, 1.00f, 1.00f); - colors[ImGuiCol_TextDisabled] = ImVec4(0.50f, 0.50f, 0.50f, 1.00f); - colors[ImGuiCol_WindowBg] = ImVec4(0.06f, 0.06f, 0.06f, 0.94f); - colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_PopupBg] = ImVec4(0.08f, 0.08f, 0.08f, 0.94f); - colors[ImGuiCol_Border] = ImVec4(0.43f, 0.43f, 0.50f, 0.50f); - colors[ImGuiCol_BorderShadow] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_FrameBg] = ImVec4(0.16f, 0.29f, 0.48f, 0.54f); - colors[ImGuiCol_FrameBgHovered] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); - colors[ImGuiCol_FrameBgActive] = ImVec4(0.26f, 0.59f, 0.98f, 0.67f); - colors[ImGuiCol_TitleBg] = ImVec4(0.04f, 0.04f, 0.04f, 1.00f); - colors[ImGuiCol_TitleBgActive] = ImVec4(0.16f, 0.29f, 0.48f, 1.00f); - colors[ImGuiCol_TitleBgCollapsed] = ImVec4(0.00f, 0.00f, 0.00f, 0.51f); - colors[ImGuiCol_MenuBarBg] = ImVec4(0.14f, 0.14f, 0.14f, 1.00f); - colors[ImGuiCol_ScrollbarBg] = ImVec4(0.02f, 0.02f, 0.02f, 0.53f); - colors[ImGuiCol_ScrollbarGrab] = ImVec4(0.31f, 0.31f, 0.31f, 1.00f); - colors[ImGuiCol_ScrollbarGrabHovered] = ImVec4(0.41f, 0.41f, 0.41f, 1.00f); - colors[ImGuiCol_ScrollbarGrabActive] = ImVec4(0.51f, 0.51f, 0.51f, 1.00f); - colors[ImGuiCol_CheckMark] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); - colors[ImGuiCol_SliderGrab] = ImVec4(0.24f, 0.52f, 0.88f, 1.00f); - colors[ImGuiCol_SliderGrabActive] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); - colors[ImGuiCol_Button] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); - colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); - colors[ImGuiCol_ButtonActive] = ImVec4(0.06f, 0.53f, 0.98f, 1.00f); - colors[ImGuiCol_Header] = ImVec4(0.26f, 0.59f, 0.98f, 0.31f); - colors[ImGuiCol_HeaderHovered] = ImVec4(0.26f, 0.59f, 0.98f, 0.80f); - colors[ImGuiCol_HeaderActive] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); - colors[ImGuiCol_Separator] = colors[ImGuiCol_Border]; - colors[ImGuiCol_SeparatorHovered] = ImVec4(0.10f, 0.40f, 0.75f, 0.78f); - colors[ImGuiCol_SeparatorActive] = ImVec4(0.10f, 0.40f, 0.75f, 1.00f); - colors[ImGuiCol_ResizeGrip] = ImVec4(0.26f, 0.59f, 0.98f, 0.20f); - colors[ImGuiCol_ResizeGripHovered] = ImVec4(0.26f, 0.59f, 0.98f, 0.67f); - colors[ImGuiCol_ResizeGripActive] = ImVec4(0.26f, 0.59f, 0.98f, 0.95f); - colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_TitleBgActive], 0.80f); - colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; - colors[ImGuiCol_TabActive] = ImLerp(colors[ImGuiCol_HeaderActive], colors[ImGuiCol_TitleBgActive], 0.60f); - colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_TitleBg], 0.80f); - colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_TitleBg], 0.40f); - colors[ImGuiCol_PlotLines] = ImVec4(0.61f, 0.61f, 0.61f, 1.00f); - colors[ImGuiCol_PlotLinesHovered] = ImVec4(1.00f, 0.43f, 0.35f, 1.00f); - colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); - colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f); - colors[ImGuiCol_TableHeaderBg] = ImVec4(0.19f, 0.19f, 0.20f, 1.00f); - colors[ImGuiCol_TableBorderStrong] = ImVec4(0.31f, 0.31f, 0.35f, 1.00f); // Prefer using Alpha=1.0 here - colors[ImGuiCol_TableBorderLight] = ImVec4(0.23f, 0.23f, 0.25f, 1.00f); // Prefer using Alpha=1.0 here - colors[ImGuiCol_TableRowBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_TableRowBgAlt] = ImVec4(1.00f, 1.00f, 1.00f, 0.06f); - colors[ImGuiCol_TextSelectedBg] = ImVec4(0.26f, 0.59f, 0.98f, 0.35f); - colors[ImGuiCol_DragDropTarget] = ImVec4(1.00f, 1.00f, 0.00f, 0.90f); - colors[ImGuiCol_NavHighlight] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); - colors[ImGuiCol_NavWindowingHighlight] = ImVec4(1.00f, 1.00f, 1.00f, 0.70f); - colors[ImGuiCol_NavWindowingDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.20f); - colors[ImGuiCol_ModalWindowDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.35f); -} - -void ImGui::StyleColorsClassic(ImGuiStyle* dst) -{ - ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); - ImVec4* colors = style->Colors; - - colors[ImGuiCol_Text] = ImVec4(0.90f, 0.90f, 0.90f, 1.00f); - colors[ImGuiCol_TextDisabled] = ImVec4(0.60f, 0.60f, 0.60f, 1.00f); - colors[ImGuiCol_WindowBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.85f); - colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_PopupBg] = ImVec4(0.11f, 0.11f, 0.14f, 0.92f); - colors[ImGuiCol_Border] = ImVec4(0.50f, 0.50f, 0.50f, 0.50f); - colors[ImGuiCol_BorderShadow] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_FrameBg] = ImVec4(0.43f, 0.43f, 0.43f, 0.39f); - colors[ImGuiCol_FrameBgHovered] = ImVec4(0.47f, 0.47f, 0.69f, 0.40f); - colors[ImGuiCol_FrameBgActive] = ImVec4(0.42f, 0.41f, 0.64f, 0.69f); - colors[ImGuiCol_TitleBg] = ImVec4(0.27f, 0.27f, 0.54f, 0.83f); - colors[ImGuiCol_TitleBgActive] = ImVec4(0.32f, 0.32f, 0.63f, 0.87f); - colors[ImGuiCol_TitleBgCollapsed] = ImVec4(0.40f, 0.40f, 0.80f, 0.20f); - colors[ImGuiCol_MenuBarBg] = ImVec4(0.40f, 0.40f, 0.55f, 0.80f); - colors[ImGuiCol_ScrollbarBg] = ImVec4(0.20f, 0.25f, 0.30f, 0.60f); - colors[ImGuiCol_ScrollbarGrab] = ImVec4(0.40f, 0.40f, 0.80f, 0.30f); - colors[ImGuiCol_ScrollbarGrabHovered] = ImVec4(0.40f, 0.40f, 0.80f, 0.40f); - colors[ImGuiCol_ScrollbarGrabActive] = ImVec4(0.41f, 0.39f, 0.80f, 0.60f); - colors[ImGuiCol_CheckMark] = ImVec4(0.90f, 0.90f, 0.90f, 0.50f); - colors[ImGuiCol_SliderGrab] = ImVec4(1.00f, 1.00f, 1.00f, 0.30f); - colors[ImGuiCol_SliderGrabActive] = ImVec4(0.41f, 0.39f, 0.80f, 0.60f); - colors[ImGuiCol_Button] = ImVec4(0.35f, 0.40f, 0.61f, 0.62f); - colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); - colors[ImGuiCol_ButtonActive] = ImVec4(0.46f, 0.54f, 0.80f, 1.00f); - colors[ImGuiCol_Header] = ImVec4(0.40f, 0.40f, 0.90f, 0.45f); - colors[ImGuiCol_HeaderHovered] = ImVec4(0.45f, 0.45f, 0.90f, 0.80f); - colors[ImGuiCol_HeaderActive] = ImVec4(0.53f, 0.53f, 0.87f, 0.80f); - colors[ImGuiCol_Separator] = ImVec4(0.50f, 0.50f, 0.50f, 0.60f); - colors[ImGuiCol_SeparatorHovered] = ImVec4(0.60f, 0.60f, 0.70f, 1.00f); - colors[ImGuiCol_SeparatorActive] = ImVec4(0.70f, 0.70f, 0.90f, 1.00f); - colors[ImGuiCol_ResizeGrip] = ImVec4(1.00f, 1.00f, 1.00f, 0.10f); - colors[ImGuiCol_ResizeGripHovered] = ImVec4(0.78f, 0.82f, 1.00f, 0.60f); - colors[ImGuiCol_ResizeGripActive] = ImVec4(0.78f, 0.82f, 1.00f, 0.90f); - colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_TitleBgActive], 0.80f); - colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; - colors[ImGuiCol_TabActive] = ImLerp(colors[ImGuiCol_HeaderActive], colors[ImGuiCol_TitleBgActive], 0.60f); - colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_TitleBg], 0.80f); - colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_TitleBg], 0.40f); - colors[ImGuiCol_PlotLines] = ImVec4(1.00f, 1.00f, 1.00f, 1.00f); - colors[ImGuiCol_PlotLinesHovered] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); - colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); - colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f); - colors[ImGuiCol_TableHeaderBg] = ImVec4(0.27f, 0.27f, 0.38f, 1.00f); - colors[ImGuiCol_TableBorderStrong] = ImVec4(0.31f, 0.31f, 0.45f, 1.00f); // Prefer using Alpha=1.0 here - colors[ImGuiCol_TableBorderLight] = ImVec4(0.26f, 0.26f, 0.28f, 1.00f); // Prefer using Alpha=1.0 here - colors[ImGuiCol_TableRowBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_TableRowBgAlt] = ImVec4(1.00f, 1.00f, 1.00f, 0.07f); - colors[ImGuiCol_TextSelectedBg] = ImVec4(0.00f, 0.00f, 1.00f, 0.35f); - colors[ImGuiCol_DragDropTarget] = ImVec4(1.00f, 1.00f, 0.00f, 0.90f); - colors[ImGuiCol_NavHighlight] = colors[ImGuiCol_HeaderHovered]; - colors[ImGuiCol_NavWindowingHighlight] = ImVec4(1.00f, 1.00f, 1.00f, 0.70f); - colors[ImGuiCol_NavWindowingDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.20f); - colors[ImGuiCol_ModalWindowDimBg] = ImVec4(0.20f, 0.20f, 0.20f, 0.35f); -} - -// Those light colors are better suited with a thicker font than the default one + FrameBorder -void ImGui::StyleColorsLight(ImGuiStyle* dst) -{ - ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); - ImVec4* colors = style->Colors; - - colors[ImGuiCol_Text] = ImVec4(0.00f, 0.00f, 0.00f, 1.00f); - colors[ImGuiCol_TextDisabled] = ImVec4(0.60f, 0.60f, 0.60f, 1.00f); - colors[ImGuiCol_WindowBg] = ImVec4(0.94f, 0.94f, 0.94f, 1.00f); - colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_PopupBg] = ImVec4(1.00f, 1.00f, 1.00f, 0.98f); - colors[ImGuiCol_Border] = ImVec4(0.00f, 0.00f, 0.00f, 0.30f); - colors[ImGuiCol_BorderShadow] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_FrameBg] = ImVec4(1.00f, 1.00f, 1.00f, 1.00f); - colors[ImGuiCol_FrameBgHovered] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); - colors[ImGuiCol_FrameBgActive] = ImVec4(0.26f, 0.59f, 0.98f, 0.67f); - colors[ImGuiCol_TitleBg] = ImVec4(0.96f, 0.96f, 0.96f, 1.00f); - colors[ImGuiCol_TitleBgActive] = ImVec4(0.82f, 0.82f, 0.82f, 1.00f); - colors[ImGuiCol_TitleBgCollapsed] = ImVec4(1.00f, 1.00f, 1.00f, 0.51f); - colors[ImGuiCol_MenuBarBg] = ImVec4(0.86f, 0.86f, 0.86f, 1.00f); - colors[ImGuiCol_ScrollbarBg] = ImVec4(0.98f, 0.98f, 0.98f, 0.53f); - colors[ImGuiCol_ScrollbarGrab] = ImVec4(0.69f, 0.69f, 0.69f, 0.80f); - colors[ImGuiCol_ScrollbarGrabHovered] = ImVec4(0.49f, 0.49f, 0.49f, 0.80f); - colors[ImGuiCol_ScrollbarGrabActive] = ImVec4(0.49f, 0.49f, 0.49f, 1.00f); - colors[ImGuiCol_CheckMark] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); - colors[ImGuiCol_SliderGrab] = ImVec4(0.26f, 0.59f, 0.98f, 0.78f); - colors[ImGuiCol_SliderGrabActive] = ImVec4(0.46f, 0.54f, 0.80f, 0.60f); - colors[ImGuiCol_Button] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); - colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); - colors[ImGuiCol_ButtonActive] = ImVec4(0.06f, 0.53f, 0.98f, 1.00f); - colors[ImGuiCol_Header] = ImVec4(0.26f, 0.59f, 0.98f, 0.31f); - colors[ImGuiCol_HeaderHovered] = ImVec4(0.26f, 0.59f, 0.98f, 0.80f); - colors[ImGuiCol_HeaderActive] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); - colors[ImGuiCol_Separator] = ImVec4(0.39f, 0.39f, 0.39f, 0.62f); - colors[ImGuiCol_SeparatorHovered] = ImVec4(0.14f, 0.44f, 0.80f, 0.78f); - colors[ImGuiCol_SeparatorActive] = ImVec4(0.14f, 0.44f, 0.80f, 1.00f); - colors[ImGuiCol_ResizeGrip] = ImVec4(0.35f, 0.35f, 0.35f, 0.17f); - colors[ImGuiCol_ResizeGripHovered] = ImVec4(0.26f, 0.59f, 0.98f, 0.67f); - colors[ImGuiCol_ResizeGripActive] = ImVec4(0.26f, 0.59f, 0.98f, 0.95f); - colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_TitleBgActive], 0.90f); - colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; - colors[ImGuiCol_TabActive] = ImLerp(colors[ImGuiCol_HeaderActive], colors[ImGuiCol_TitleBgActive], 0.60f); - colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_TitleBg], 0.80f); - colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_TitleBg], 0.40f); - colors[ImGuiCol_PlotLines] = ImVec4(0.39f, 0.39f, 0.39f, 1.00f); - colors[ImGuiCol_PlotLinesHovered] = ImVec4(1.00f, 0.43f, 0.35f, 1.00f); - colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); - colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.45f, 0.00f, 1.00f); - colors[ImGuiCol_TableHeaderBg] = ImVec4(0.78f, 0.87f, 0.98f, 1.00f); - colors[ImGuiCol_TableBorderStrong] = ImVec4(0.57f, 0.57f, 0.64f, 1.00f); // Prefer using Alpha=1.0 here - colors[ImGuiCol_TableBorderLight] = ImVec4(0.68f, 0.68f, 0.74f, 1.00f); // Prefer using Alpha=1.0 here - colors[ImGuiCol_TableRowBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); - colors[ImGuiCol_TableRowBgAlt] = ImVec4(0.30f, 0.30f, 0.30f, 0.09f); - colors[ImGuiCol_TextSelectedBg] = ImVec4(0.26f, 0.59f, 0.98f, 0.35f); - colors[ImGuiCol_DragDropTarget] = ImVec4(0.26f, 0.59f, 0.98f, 0.95f); - colors[ImGuiCol_NavHighlight] = colors[ImGuiCol_HeaderHovered]; - colors[ImGuiCol_NavWindowingHighlight] = ImVec4(0.70f, 0.70f, 0.70f, 0.70f); - colors[ImGuiCol_NavWindowingDimBg] = ImVec4(0.20f, 0.20f, 0.20f, 0.20f); - colors[ImGuiCol_ModalWindowDimBg] = ImVec4(0.20f, 0.20f, 0.20f, 0.35f); -} - -//----------------------------------------------------------------------------- -// [SECTION] ImDrawList -//----------------------------------------------------------------------------- - -ImDrawListSharedData::ImDrawListSharedData() -{ - memset(this, 0, sizeof(*this)); - for (int i = 0; i < IM_ARRAYSIZE(ArcFastVtx); i++) - { - const float a = ((float)i * 2 * IM_PI) / (float)IM_ARRAYSIZE(ArcFastVtx); - ArcFastVtx[i] = ImVec2(ImCos(a), ImSin(a)); - } - ArcFastRadiusCutoff = IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC_R(IM_DRAWLIST_ARCFAST_SAMPLE_MAX, CircleSegmentMaxError); -} - -void ImDrawListSharedData::SetCircleTessellationMaxError(float max_error) -{ - if (CircleSegmentMaxError == max_error) - return; - - IM_ASSERT(max_error > 0.0f); - CircleSegmentMaxError = max_error; - for (int i = 0; i < IM_ARRAYSIZE(CircleSegmentCounts); i++) - { - const float radius = (float)i; - CircleSegmentCounts[i] = (ImU8)((i > 0) ? IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC(radius, CircleSegmentMaxError) : IM_DRAWLIST_ARCFAST_SAMPLE_MAX); - } - ArcFastRadiusCutoff = IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC_R(IM_DRAWLIST_ARCFAST_SAMPLE_MAX, CircleSegmentMaxError); -} - -// Initialize before use in a new frame. We always have a command ready in the buffer. -void ImDrawList::_ResetForNewFrame() -{ - // Verify that the ImDrawCmd fields we want to memcmp() are contiguous in memory. - IM_STATIC_ASSERT(IM_OFFSETOF(ImDrawCmd, ClipRect) == 0); - IM_STATIC_ASSERT(IM_OFFSETOF(ImDrawCmd, TextureId) == sizeof(ImVec4)); - IM_STATIC_ASSERT(IM_OFFSETOF(ImDrawCmd, VtxOffset) == sizeof(ImVec4) + sizeof(ImTextureID)); - - CmdBuffer.resize(0); - IdxBuffer.resize(0); - VtxBuffer.resize(0); - Flags = _Data->InitialFlags; - memset(&_CmdHeader, 0, sizeof(_CmdHeader)); - _VtxCurrentIdx = 0; - _VtxWritePtr = NULL; - _IdxWritePtr = NULL; - _ClipRectStack.resize(0); - _TextureIdStack.resize(0); - _Path.resize(0); - _Splitter.Clear(); - CmdBuffer.push_back(ImDrawCmd()); - _FringeScale = 1.0f; -} - -void ImDrawList::_ClearFreeMemory() -{ - CmdBuffer.clear(); - IdxBuffer.clear(); - VtxBuffer.clear(); - Flags = ImDrawListFlags_None; - _VtxCurrentIdx = 0; - _VtxWritePtr = NULL; - _IdxWritePtr = NULL; - _ClipRectStack.clear(); - _TextureIdStack.clear(); - _Path.clear(); - _Splitter.ClearFreeMemory(); -} - -ImDrawList* ImDrawList::CloneOutput() const -{ - ImDrawList* dst = IM_NEW(ImDrawList(_Data)); - dst->CmdBuffer = CmdBuffer; - dst->IdxBuffer = IdxBuffer; - dst->VtxBuffer = VtxBuffer; - dst->Flags = Flags; - return dst; -} - -void ImDrawList::AddDrawCmd() -{ - ImDrawCmd draw_cmd; - draw_cmd.ClipRect = _CmdHeader.ClipRect; // Same as calling ImDrawCmd_HeaderCopy() - draw_cmd.TextureId = _CmdHeader.TextureId; - draw_cmd.VtxOffset = _CmdHeader.VtxOffset; - draw_cmd.IdxOffset = IdxBuffer.Size; - - IM_ASSERT(draw_cmd.ClipRect.x <= draw_cmd.ClipRect.z && draw_cmd.ClipRect.y <= draw_cmd.ClipRect.w); - CmdBuffer.push_back(draw_cmd); -} - -// Pop trailing draw command (used before merging or presenting to user) -// Note that this leaves the ImDrawList in a state unfit for further commands, as most code assume that CmdBuffer.Size > 0 && CmdBuffer.back().UserCallback == NULL -void ImDrawList::_PopUnusedDrawCmd() -{ - if (CmdBuffer.Size == 0) - return; - ImDrawCmd* curr_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - if (curr_cmd->ElemCount == 0 && curr_cmd->UserCallback == NULL) - CmdBuffer.pop_back(); -} - -void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data) -{ - IM_ASSERT_PARANOID(CmdBuffer.Size > 0); - ImDrawCmd* curr_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - IM_ASSERT(curr_cmd->UserCallback == NULL); - if (curr_cmd->ElemCount != 0) - { - AddDrawCmd(); - curr_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - } - curr_cmd->UserCallback = callback; - curr_cmd->UserCallbackData = callback_data; - - AddDrawCmd(); // Force a new command after us (see comment below) -} - -// Compare ClipRect, TextureId and VtxOffset with a single memcmp() -#define ImDrawCmd_HeaderSize (IM_OFFSETOF(ImDrawCmd, VtxOffset) + sizeof(unsigned int)) -#define ImDrawCmd_HeaderCompare(CMD_LHS, CMD_RHS) (memcmp(CMD_LHS, CMD_RHS, ImDrawCmd_HeaderSize)) // Compare ClipRect, TextureId, VtxOffset -#define ImDrawCmd_HeaderCopy(CMD_DST, CMD_SRC) (memcpy(CMD_DST, CMD_SRC, ImDrawCmd_HeaderSize)) // Copy ClipRect, TextureId, VtxOffset -#define ImDrawCmd_AreSequentialIdxOffset(CMD_0, CMD_1) (CMD_0->IdxOffset + CMD_0->ElemCount == CMD_1->IdxOffset) - -// Try to merge two last draw commands -void ImDrawList::_TryMergeDrawCmds() -{ - IM_ASSERT_PARANOID(CmdBuffer.Size > 0); - ImDrawCmd* curr_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - ImDrawCmd* prev_cmd = curr_cmd - 1; - if (ImDrawCmd_HeaderCompare(curr_cmd, prev_cmd) == 0 && ImDrawCmd_AreSequentialIdxOffset(prev_cmd, curr_cmd) && curr_cmd->UserCallback == NULL && prev_cmd->UserCallback == NULL) - { - prev_cmd->ElemCount += curr_cmd->ElemCount; - CmdBuffer.pop_back(); - } -} - -// Our scheme may appears a bit unusual, basically we want the most-common calls AddLine AddRect etc. to not have to perform any check so we always have a command ready in the stack. -// The cost of figuring out if a new command has to be added or if we can merge is paid in those Update** functions only. -void ImDrawList::_OnChangedClipRect() -{ - // If current command is used with different settings we need to add a new command - IM_ASSERT_PARANOID(CmdBuffer.Size > 0); - ImDrawCmd* curr_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - if (curr_cmd->ElemCount != 0 && memcmp(&curr_cmd->ClipRect, &_CmdHeader.ClipRect, sizeof(ImVec4)) != 0) - { - AddDrawCmd(); - return; - } - IM_ASSERT(curr_cmd->UserCallback == NULL); - - // Try to merge with previous command if it matches, else use current command - ImDrawCmd* prev_cmd = curr_cmd - 1; - if (curr_cmd->ElemCount == 0 && CmdBuffer.Size > 1 && ImDrawCmd_HeaderCompare(&_CmdHeader, prev_cmd) == 0 && ImDrawCmd_AreSequentialIdxOffset(prev_cmd, curr_cmd) && prev_cmd->UserCallback == NULL) - { - CmdBuffer.pop_back(); - return; - } - - curr_cmd->ClipRect = _CmdHeader.ClipRect; -} - -void ImDrawList::_OnChangedTextureID() -{ - // If current command is used with different settings we need to add a new command - IM_ASSERT_PARANOID(CmdBuffer.Size > 0); - ImDrawCmd* curr_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - if (curr_cmd->ElemCount != 0 && curr_cmd->TextureId != _CmdHeader.TextureId) - { - AddDrawCmd(); - return; - } - IM_ASSERT(curr_cmd->UserCallback == NULL); - - // Try to merge with previous command if it matches, else use current command - ImDrawCmd* prev_cmd = curr_cmd - 1; - if (curr_cmd->ElemCount == 0 && CmdBuffer.Size > 1 && ImDrawCmd_HeaderCompare(&_CmdHeader, prev_cmd) == 0 && ImDrawCmd_AreSequentialIdxOffset(prev_cmd, curr_cmd) && prev_cmd->UserCallback == NULL) - { - CmdBuffer.pop_back(); - return; - } - - curr_cmd->TextureId = _CmdHeader.TextureId; -} - -void ImDrawList::_OnChangedVtxOffset() -{ - // We don't need to compare curr_cmd->VtxOffset != _CmdHeader.VtxOffset because we know it'll be different at the time we call this. - _VtxCurrentIdx = 0; - IM_ASSERT_PARANOID(CmdBuffer.Size > 0); - ImDrawCmd* curr_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - //IM_ASSERT(curr_cmd->VtxOffset != _CmdHeader.VtxOffset); // See #3349 - if (curr_cmd->ElemCount != 0) - { - AddDrawCmd(); - return; - } - IM_ASSERT(curr_cmd->UserCallback == NULL); - curr_cmd->VtxOffset = _CmdHeader.VtxOffset; -} - -int ImDrawList::_CalcCircleAutoSegmentCount(float radius) const -{ - // Automatic segment count - const int radius_idx = (int)(radius + 0.999999f); // ceil to never reduce accuracy - if (radius_idx < IM_ARRAYSIZE(_Data->CircleSegmentCounts)) - return _Data->CircleSegmentCounts[radius_idx]; // Use cached value - else - return IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC(radius, _Data->CircleSegmentMaxError); -} - -// 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) -void ImDrawList::PushClipRect(const ImVec2& cr_min, const ImVec2& cr_max, bool intersect_with_current_clip_rect) -{ - ImVec4 cr(cr_min.x, cr_min.y, cr_max.x, cr_max.y); - if (intersect_with_current_clip_rect) - { - ImVec4 current = _CmdHeader.ClipRect; - if (cr.x < current.x) cr.x = current.x; - if (cr.y < current.y) cr.y = current.y; - if (cr.z > current.z) cr.z = current.z; - if (cr.w > current.w) cr.w = current.w; - } - cr.z = ImMax(cr.x, cr.z); - cr.w = ImMax(cr.y, cr.w); - - _ClipRectStack.push_back(cr); - _CmdHeader.ClipRect = cr; - _OnChangedClipRect(); -} - -void ImDrawList::PushClipRectFullScreen() -{ - PushClipRect(ImVec2(_Data->ClipRectFullscreen.x, _Data->ClipRectFullscreen.y), ImVec2(_Data->ClipRectFullscreen.z, _Data->ClipRectFullscreen.w)); -} - -void ImDrawList::PopClipRect() -{ - _ClipRectStack.pop_back(); - _CmdHeader.ClipRect = (_ClipRectStack.Size == 0) ? _Data->ClipRectFullscreen : _ClipRectStack.Data[_ClipRectStack.Size - 1]; - _OnChangedClipRect(); -} - -void ImDrawList::PushTextureID(ImTextureID texture_id) -{ - _TextureIdStack.push_back(texture_id); - _CmdHeader.TextureId = texture_id; - _OnChangedTextureID(); -} - -void ImDrawList::PopTextureID() -{ - _TextureIdStack.pop_back(); - _CmdHeader.TextureId = (_TextureIdStack.Size == 0) ? (ImTextureID)NULL : _TextureIdStack.Data[_TextureIdStack.Size - 1]; - _OnChangedTextureID(); -} - -// Reserve space for a number of vertices and indices. -// You must finish filling your reserved data before calling PrimReserve() again, as it may reallocate or -// submit the intermediate results. PrimUnreserve() can be used to release unused allocations. -void ImDrawList::PrimReserve(int idx_count, int vtx_count) -{ - // Large mesh support (when enabled) - IM_ASSERT_PARANOID(idx_count >= 0 && vtx_count >= 0); - if (sizeof(ImDrawIdx) == 2 && (_VtxCurrentIdx + vtx_count >= (1 << 16)) && (Flags & ImDrawListFlags_AllowVtxOffset)) - { - // FIXME: In theory we should be testing that vtx_count <64k here. - // In practice, RenderText() relies on reserving ahead for a worst case scenario so it is currently useful for us - // to not make that check until we rework the text functions to handle clipping and large horizontal lines better. - _CmdHeader.VtxOffset = VtxBuffer.Size; - _OnChangedVtxOffset(); - } - - ImDrawCmd* draw_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - draw_cmd->ElemCount += idx_count; - - int vtx_buffer_old_size = VtxBuffer.Size; - VtxBuffer.resize(vtx_buffer_old_size + vtx_count); - _VtxWritePtr = VtxBuffer.Data + vtx_buffer_old_size; - - int idx_buffer_old_size = IdxBuffer.Size; - IdxBuffer.resize(idx_buffer_old_size + idx_count); - _IdxWritePtr = IdxBuffer.Data + idx_buffer_old_size; -} - -// Release the a number of reserved vertices/indices from the end of the last reservation made with PrimReserve(). -void ImDrawList::PrimUnreserve(int idx_count, int vtx_count) -{ - IM_ASSERT_PARANOID(idx_count >= 0 && vtx_count >= 0); - - ImDrawCmd* draw_cmd = &CmdBuffer.Data[CmdBuffer.Size - 1]; - draw_cmd->ElemCount -= idx_count; - VtxBuffer.shrink(VtxBuffer.Size - vtx_count); - IdxBuffer.shrink(IdxBuffer.Size - idx_count); -} - -// Fully unrolled with inline call to keep our debug builds decently fast. -void ImDrawList::PrimRect(const ImVec2& a, const ImVec2& c, ImU32 col) -{ - ImVec2 b(c.x, a.y), d(a.x, c.y), uv(_Data->TexUvWhitePixel); - ImDrawIdx idx = (ImDrawIdx)_VtxCurrentIdx; - _IdxWritePtr[0] = idx; _IdxWritePtr[1] = (ImDrawIdx)(idx+1); _IdxWritePtr[2] = (ImDrawIdx)(idx+2); - _IdxWritePtr[3] = idx; _IdxWritePtr[4] = (ImDrawIdx)(idx+2); _IdxWritePtr[5] = (ImDrawIdx)(idx+3); - _VtxWritePtr[0].pos = a; _VtxWritePtr[0].uv = uv; _VtxWritePtr[0].col = col; - _VtxWritePtr[1].pos = b; _VtxWritePtr[1].uv = uv; _VtxWritePtr[1].col = col; - _VtxWritePtr[2].pos = c; _VtxWritePtr[2].uv = uv; _VtxWritePtr[2].col = col; - _VtxWritePtr[3].pos = d; _VtxWritePtr[3].uv = uv; _VtxWritePtr[3].col = col; - _VtxWritePtr += 4; - _VtxCurrentIdx += 4; - _IdxWritePtr += 6; -} - -void ImDrawList::PrimRectUV(const ImVec2& a, const ImVec2& c, const ImVec2& uv_a, const ImVec2& uv_c, ImU32 col) -{ - ImVec2 b(c.x, a.y), d(a.x, c.y), uv_b(uv_c.x, uv_a.y), uv_d(uv_a.x, uv_c.y); - ImDrawIdx idx = (ImDrawIdx)_VtxCurrentIdx; - _IdxWritePtr[0] = idx; _IdxWritePtr[1] = (ImDrawIdx)(idx+1); _IdxWritePtr[2] = (ImDrawIdx)(idx+2); - _IdxWritePtr[3] = idx; _IdxWritePtr[4] = (ImDrawIdx)(idx+2); _IdxWritePtr[5] = (ImDrawIdx)(idx+3); - _VtxWritePtr[0].pos = a; _VtxWritePtr[0].uv = uv_a; _VtxWritePtr[0].col = col; - _VtxWritePtr[1].pos = b; _VtxWritePtr[1].uv = uv_b; _VtxWritePtr[1].col = col; - _VtxWritePtr[2].pos = c; _VtxWritePtr[2].uv = uv_c; _VtxWritePtr[2].col = col; - _VtxWritePtr[3].pos = d; _VtxWritePtr[3].uv = uv_d; _VtxWritePtr[3].col = col; - _VtxWritePtr += 4; - _VtxCurrentIdx += 4; - _IdxWritePtr += 6; -} - -void ImDrawList::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) -{ - ImDrawIdx idx = (ImDrawIdx)_VtxCurrentIdx; - _IdxWritePtr[0] = idx; _IdxWritePtr[1] = (ImDrawIdx)(idx+1); _IdxWritePtr[2] = (ImDrawIdx)(idx+2); - _IdxWritePtr[3] = idx; _IdxWritePtr[4] = (ImDrawIdx)(idx+2); _IdxWritePtr[5] = (ImDrawIdx)(idx+3); - _VtxWritePtr[0].pos = a; _VtxWritePtr[0].uv = uv_a; _VtxWritePtr[0].col = col; - _VtxWritePtr[1].pos = b; _VtxWritePtr[1].uv = uv_b; _VtxWritePtr[1].col = col; - _VtxWritePtr[2].pos = c; _VtxWritePtr[2].uv = uv_c; _VtxWritePtr[2].col = col; - _VtxWritePtr[3].pos = d; _VtxWritePtr[3].uv = uv_d; _VtxWritePtr[3].col = col; - _VtxWritePtr += 4; - _VtxCurrentIdx += 4; - _IdxWritePtr += 6; -} - -// On AddPolyline() and AddConvexPolyFilled() we intentionally avoid using ImVec2 and superfluous function calls to optimize debug/non-inlined builds. -// - Those macros expects l-values and need to be used as their own statement. -// - Those macros are intentionally not surrounded by the 'do {} while (0)' idiom because even that translates to runtime with debug compilers. -#define IM_NORMALIZE2F_OVER_ZERO(VX,VY) { float d2 = VX*VX + VY*VY; if (d2 > 0.0f) { float inv_len = ImRsqrt(d2); VX *= inv_len; VY *= inv_len; } } (void)0 -#define IM_FIXNORMAL2F_MAX_INVLEN2 100.0f // 500.0f (see #4053, #3366) -#define IM_FIXNORMAL2F(VX,VY) { float d2 = VX*VX + VY*VY; if (d2 > 0.000001f) { float inv_len2 = 1.0f / d2; if (inv_len2 > IM_FIXNORMAL2F_MAX_INVLEN2) inv_len2 = IM_FIXNORMAL2F_MAX_INVLEN2; VX *= inv_len2; VY *= inv_len2; } } (void)0 - -// TODO: Thickness anti-aliased lines cap are missing their AA fringe. -// We avoid using the ImVec2 math operators here to reduce cost to a minimum for debug/non-inlined builds. -void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, ImDrawFlags flags, float thickness) -{ - if (points_count < 2) - return; - - const bool closed = (flags & ImDrawFlags_Closed) != 0; - const ImVec2 opaque_uv = _Data->TexUvWhitePixel; - const int count = closed ? points_count : points_count - 1; // The number of line segments we need to draw - const bool thick_line = (thickness > _FringeScale); - - if (Flags & ImDrawListFlags_AntiAliasedLines) - { - // Anti-aliased stroke - const float AA_SIZE = _FringeScale; - const ImU32 col_trans = col & ~IM_COL32_A_MASK; - - // Thicknesses <1.0 should behave like thickness 1.0 - thickness = ImMax(thickness, 1.0f); - const int integer_thickness = (int)thickness; - const float fractional_thickness = thickness - integer_thickness; - - // Do we want to draw this line using a texture? - // - For now, only draw integer-width lines using textures to avoid issues with the way scaling occurs, could be improved. - // - If AA_SIZE is not 1.0f we cannot use the texture path. - const bool use_texture = (Flags & ImDrawListFlags_AntiAliasedLinesUseTex) && (integer_thickness < IM_DRAWLIST_TEX_LINES_WIDTH_MAX) && (fractional_thickness <= 0.00001f) && (AA_SIZE == 1.0f); - - // We should never hit this, because NewFrame() doesn't set ImDrawListFlags_AntiAliasedLinesUseTex unless ImFontAtlasFlags_NoBakedLines is off - IM_ASSERT_PARANOID(!use_texture || !(_Data->Font->ContainerAtlas->Flags & ImFontAtlasFlags_NoBakedLines)); - - const int idx_count = use_texture ? (count * 6) : (thick_line ? count * 18 : count * 12); - const int vtx_count = use_texture ? (points_count * 2) : (thick_line ? points_count * 4 : points_count * 3); - PrimReserve(idx_count, vtx_count); - - // Temporary buffer - // The first items are normals at each line point, then after that there are either 2 or 4 temp points for each line point - ImVec2* temp_normals = (ImVec2*)alloca(points_count * ((use_texture || !thick_line) ? 3 : 5) * sizeof(ImVec2)); //-V630 - ImVec2* temp_points = temp_normals + points_count; - - // Calculate normals (tangents) for each line segment - for (int i1 = 0; i1 < count; i1++) - { - const int i2 = (i1 + 1) == points_count ? 0 : i1 + 1; - float dx = points[i2].x - points[i1].x; - float dy = points[i2].y - points[i1].y; - IM_NORMALIZE2F_OVER_ZERO(dx, dy); - temp_normals[i1].x = dy; - temp_normals[i1].y = -dx; - } - if (!closed) - temp_normals[points_count - 1] = temp_normals[points_count - 2]; - - // If we are drawing a one-pixel-wide line without a texture, or a textured line of any width, we only need 2 or 3 vertices per point - if (use_texture || !thick_line) - { - // [PATH 1] Texture-based lines (thick or non-thick) - // [PATH 2] Non texture-based lines (non-thick) - - // The width of the geometry we need to draw - this is essentially pixels for the line itself, plus "one pixel" for AA. - // - In the texture-based path, we don't use AA_SIZE here because the +1 is tied to the generated texture - // (see ImFontAtlasBuildRenderLinesTexData() function), and so alternate values won't work without changes to that code. - // - In the non texture-based paths, we would allow AA_SIZE to potentially be != 1.0f with a patch (e.g. fringe_scale patch to - // allow scaling geometry while preserving one-screen-pixel AA fringe). - const float half_draw_size = use_texture ? ((thickness * 0.5f) + 1) : AA_SIZE; - - // If line is not closed, the first and last points need to be generated differently as there are no normals to blend - if (!closed) - { - temp_points[0] = points[0] + temp_normals[0] * half_draw_size; - temp_points[1] = points[0] - temp_normals[0] * half_draw_size; - temp_points[(points_count-1)*2+0] = points[points_count-1] + temp_normals[points_count-1] * half_draw_size; - temp_points[(points_count-1)*2+1] = points[points_count-1] - temp_normals[points_count-1] * half_draw_size; - } - - // Generate the indices to form a number of triangles for each line segment, and the vertices for the line edges - // This takes points n and n+1 and writes into n+1, with the first point in a closed line being generated from the final one (as n+1 wraps) - // FIXME-OPT: Merge the different loops, possibly remove the temporary buffer. - unsigned int idx1 = _VtxCurrentIdx; // Vertex index for start of line segment - for (int i1 = 0; i1 < count; i1++) // i1 is the first point of the line segment - { - const int i2 = (i1 + 1) == points_count ? 0 : i1 + 1; // i2 is the second point of the line segment - const unsigned int idx2 = ((i1 + 1) == points_count) ? _VtxCurrentIdx : (idx1 + (use_texture ? 2 : 3)); // Vertex index for end of segment - - // Average normals - float dm_x = (temp_normals[i1].x + temp_normals[i2].x) * 0.5f; - float dm_y = (temp_normals[i1].y + temp_normals[i2].y) * 0.5f; - IM_FIXNORMAL2F(dm_x, dm_y); - dm_x *= half_draw_size; // dm_x, dm_y are offset to the outer edge of the AA area - dm_y *= half_draw_size; - - // Add temporary vertexes for the outer edges - ImVec2* out_vtx = &temp_points[i2 * 2]; - out_vtx[0].x = points[i2].x + dm_x; - out_vtx[0].y = points[i2].y + dm_y; - out_vtx[1].x = points[i2].x - dm_x; - out_vtx[1].y = points[i2].y - dm_y; - - if (use_texture) - { - // Add indices for two triangles - _IdxWritePtr[0] = (ImDrawIdx)(idx2 + 0); _IdxWritePtr[1] = (ImDrawIdx)(idx1 + 0); _IdxWritePtr[2] = (ImDrawIdx)(idx1 + 1); // Right tri - _IdxWritePtr[3] = (ImDrawIdx)(idx2 + 1); _IdxWritePtr[4] = (ImDrawIdx)(idx1 + 1); _IdxWritePtr[5] = (ImDrawIdx)(idx2 + 0); // Left tri - _IdxWritePtr += 6; - } - else - { - // Add indexes for four triangles - _IdxWritePtr[0] = (ImDrawIdx)(idx2 + 0); _IdxWritePtr[1] = (ImDrawIdx)(idx1 + 0); _IdxWritePtr[2] = (ImDrawIdx)(idx1 + 2); // Right tri 1 - _IdxWritePtr[3] = (ImDrawIdx)(idx1 + 2); _IdxWritePtr[4] = (ImDrawIdx)(idx2 + 2); _IdxWritePtr[5] = (ImDrawIdx)(idx2 + 0); // Right tri 2 - _IdxWritePtr[6] = (ImDrawIdx)(idx2 + 1); _IdxWritePtr[7] = (ImDrawIdx)(idx1 + 1); _IdxWritePtr[8] = (ImDrawIdx)(idx1 + 0); // Left tri 1 - _IdxWritePtr[9] = (ImDrawIdx)(idx1 + 0); _IdxWritePtr[10] = (ImDrawIdx)(idx2 + 0); _IdxWritePtr[11] = (ImDrawIdx)(idx2 + 1); // Left tri 2 - _IdxWritePtr += 12; - } - - idx1 = idx2; - } - - // Add vertexes for each point on the line - if (use_texture) - { - // If we're using textures we only need to emit the left/right edge vertices - ImVec4 tex_uvs = _Data->TexUvLines[integer_thickness]; - /*if (fractional_thickness != 0.0f) // Currently always zero when use_texture==false! - { - const ImVec4 tex_uvs_1 = _Data->TexUvLines[integer_thickness + 1]; - tex_uvs.x = tex_uvs.x + (tex_uvs_1.x - tex_uvs.x) * fractional_thickness; // inlined ImLerp() - tex_uvs.y = tex_uvs.y + (tex_uvs_1.y - tex_uvs.y) * fractional_thickness; - tex_uvs.z = tex_uvs.z + (tex_uvs_1.z - tex_uvs.z) * fractional_thickness; - tex_uvs.w = tex_uvs.w + (tex_uvs_1.w - tex_uvs.w) * fractional_thickness; - }*/ - ImVec2 tex_uv0(tex_uvs.x, tex_uvs.y); - ImVec2 tex_uv1(tex_uvs.z, tex_uvs.w); - for (int i = 0; i < points_count; i++) - { - _VtxWritePtr[0].pos = temp_points[i * 2 + 0]; _VtxWritePtr[0].uv = tex_uv0; _VtxWritePtr[0].col = col; // Left-side outer edge - _VtxWritePtr[1].pos = temp_points[i * 2 + 1]; _VtxWritePtr[1].uv = tex_uv1; _VtxWritePtr[1].col = col; // Right-side outer edge - _VtxWritePtr += 2; - } - } - else - { - // If we're not using a texture, we need the center vertex as well - for (int i = 0; i < points_count; i++) - { - _VtxWritePtr[0].pos = points[i]; _VtxWritePtr[0].uv = opaque_uv; _VtxWritePtr[0].col = col; // Center of line - _VtxWritePtr[1].pos = temp_points[i * 2 + 0]; _VtxWritePtr[1].uv = opaque_uv; _VtxWritePtr[1].col = col_trans; // Left-side outer edge - _VtxWritePtr[2].pos = temp_points[i * 2 + 1]; _VtxWritePtr[2].uv = opaque_uv; _VtxWritePtr[2].col = col_trans; // Right-side outer edge - _VtxWritePtr += 3; - } - } - } - else - { - // [PATH 2] Non texture-based lines (thick): we need to draw the solid line core and thus require four vertices per point - const float half_inner_thickness = (thickness - AA_SIZE) * 0.5f; - - // If line is not closed, the first and last points need to be generated differently as there are no normals to blend - if (!closed) - { - const int points_last = points_count - 1; - temp_points[0] = points[0] + temp_normals[0] * (half_inner_thickness + AA_SIZE); - temp_points[1] = points[0] + temp_normals[0] * (half_inner_thickness); - temp_points[2] = points[0] - temp_normals[0] * (half_inner_thickness); - temp_points[3] = points[0] - temp_normals[0] * (half_inner_thickness + AA_SIZE); - temp_points[points_last * 4 + 0] = points[points_last] + temp_normals[points_last] * (half_inner_thickness + AA_SIZE); - temp_points[points_last * 4 + 1] = points[points_last] + temp_normals[points_last] * (half_inner_thickness); - temp_points[points_last * 4 + 2] = points[points_last] - temp_normals[points_last] * (half_inner_thickness); - temp_points[points_last * 4 + 3] = points[points_last] - temp_normals[points_last] * (half_inner_thickness + AA_SIZE); - } - - // Generate the indices to form a number of triangles for each line segment, and the vertices for the line edges - // This takes points n and n+1 and writes into n+1, with the first point in a closed line being generated from the final one (as n+1 wraps) - // FIXME-OPT: Merge the different loops, possibly remove the temporary buffer. - unsigned int idx1 = _VtxCurrentIdx; // Vertex index for start of line segment - for (int i1 = 0; i1 < count; i1++) // i1 is the first point of the line segment - { - const int i2 = (i1 + 1) == points_count ? 0 : (i1 + 1); // i2 is the second point of the line segment - const unsigned int idx2 = (i1 + 1) == points_count ? _VtxCurrentIdx : (idx1 + 4); // Vertex index for end of segment - - // Average normals - float dm_x = (temp_normals[i1].x + temp_normals[i2].x) * 0.5f; - float dm_y = (temp_normals[i1].y + temp_normals[i2].y) * 0.5f; - IM_FIXNORMAL2F(dm_x, dm_y); - float dm_out_x = dm_x * (half_inner_thickness + AA_SIZE); - float dm_out_y = dm_y * (half_inner_thickness + AA_SIZE); - float dm_in_x = dm_x * half_inner_thickness; - float dm_in_y = dm_y * half_inner_thickness; - - // Add temporary vertices - ImVec2* out_vtx = &temp_points[i2 * 4]; - out_vtx[0].x = points[i2].x + dm_out_x; - out_vtx[0].y = points[i2].y + dm_out_y; - out_vtx[1].x = points[i2].x + dm_in_x; - out_vtx[1].y = points[i2].y + dm_in_y; - out_vtx[2].x = points[i2].x - dm_in_x; - out_vtx[2].y = points[i2].y - dm_in_y; - out_vtx[3].x = points[i2].x - dm_out_x; - out_vtx[3].y = points[i2].y - dm_out_y; - - // Add indexes - _IdxWritePtr[0] = (ImDrawIdx)(idx2 + 1); _IdxWritePtr[1] = (ImDrawIdx)(idx1 + 1); _IdxWritePtr[2] = (ImDrawIdx)(idx1 + 2); - _IdxWritePtr[3] = (ImDrawIdx)(idx1 + 2); _IdxWritePtr[4] = (ImDrawIdx)(idx2 + 2); _IdxWritePtr[5] = (ImDrawIdx)(idx2 + 1); - _IdxWritePtr[6] = (ImDrawIdx)(idx2 + 1); _IdxWritePtr[7] = (ImDrawIdx)(idx1 + 1); _IdxWritePtr[8] = (ImDrawIdx)(idx1 + 0); - _IdxWritePtr[9] = (ImDrawIdx)(idx1 + 0); _IdxWritePtr[10] = (ImDrawIdx)(idx2 + 0); _IdxWritePtr[11] = (ImDrawIdx)(idx2 + 1); - _IdxWritePtr[12] = (ImDrawIdx)(idx2 + 2); _IdxWritePtr[13] = (ImDrawIdx)(idx1 + 2); _IdxWritePtr[14] = (ImDrawIdx)(idx1 + 3); - _IdxWritePtr[15] = (ImDrawIdx)(idx1 + 3); _IdxWritePtr[16] = (ImDrawIdx)(idx2 + 3); _IdxWritePtr[17] = (ImDrawIdx)(idx2 + 2); - _IdxWritePtr += 18; - - idx1 = idx2; - } - - // Add vertices - for (int i = 0; i < points_count; i++) - { - _VtxWritePtr[0].pos = temp_points[i * 4 + 0]; _VtxWritePtr[0].uv = opaque_uv; _VtxWritePtr[0].col = col_trans; - _VtxWritePtr[1].pos = temp_points[i * 4 + 1]; _VtxWritePtr[1].uv = opaque_uv; _VtxWritePtr[1].col = col; - _VtxWritePtr[2].pos = temp_points[i * 4 + 2]; _VtxWritePtr[2].uv = opaque_uv; _VtxWritePtr[2].col = col; - _VtxWritePtr[3].pos = temp_points[i * 4 + 3]; _VtxWritePtr[3].uv = opaque_uv; _VtxWritePtr[3].col = col_trans; - _VtxWritePtr += 4; - } - } - _VtxCurrentIdx += (ImDrawIdx)vtx_count; - } - else - { - // [PATH 4] Non texture-based, Non anti-aliased lines - const int idx_count = count * 6; - const int vtx_count = count * 4; // FIXME-OPT: Not sharing edges - PrimReserve(idx_count, vtx_count); - - for (int i1 = 0; i1 < count; i1++) - { - const int i2 = (i1 + 1) == points_count ? 0 : i1 + 1; - const ImVec2& p1 = points[i1]; - const ImVec2& p2 = points[i2]; - - float dx = p2.x - p1.x; - float dy = p2.y - p1.y; - IM_NORMALIZE2F_OVER_ZERO(dx, dy); - dx *= (thickness * 0.5f); - dy *= (thickness * 0.5f); - - _VtxWritePtr[0].pos.x = p1.x + dy; _VtxWritePtr[0].pos.y = p1.y - dx; _VtxWritePtr[0].uv = opaque_uv; _VtxWritePtr[0].col = col; - _VtxWritePtr[1].pos.x = p2.x + dy; _VtxWritePtr[1].pos.y = p2.y - dx; _VtxWritePtr[1].uv = opaque_uv; _VtxWritePtr[1].col = col; - _VtxWritePtr[2].pos.x = p2.x - dy; _VtxWritePtr[2].pos.y = p2.y + dx; _VtxWritePtr[2].uv = opaque_uv; _VtxWritePtr[2].col = col; - _VtxWritePtr[3].pos.x = p1.x - dy; _VtxWritePtr[3].pos.y = p1.y + dx; _VtxWritePtr[3].uv = opaque_uv; _VtxWritePtr[3].col = col; - _VtxWritePtr += 4; - - _IdxWritePtr[0] = (ImDrawIdx)(_VtxCurrentIdx); _IdxWritePtr[1] = (ImDrawIdx)(_VtxCurrentIdx + 1); _IdxWritePtr[2] = (ImDrawIdx)(_VtxCurrentIdx + 2); - _IdxWritePtr[3] = (ImDrawIdx)(_VtxCurrentIdx); _IdxWritePtr[4] = (ImDrawIdx)(_VtxCurrentIdx + 2); _IdxWritePtr[5] = (ImDrawIdx)(_VtxCurrentIdx + 3); - _IdxWritePtr += 6; - _VtxCurrentIdx += 4; - } - } -} - -// - We intentionally avoid using ImVec2 and its math operators here to reduce cost to a minimum for debug/non-inlined builds. -// - Filled shapes must always use clockwise winding order. The anti-aliasing fringe depends on it. Counter-clockwise shapes will have "inward" anti-aliasing. -void ImDrawList::AddConvexPolyFilled(const ImVec2* points, const int points_count, ImU32 col) -{ - if (points_count < 3) - return; - - const ImVec2 uv = _Data->TexUvWhitePixel; - - if (Flags & ImDrawListFlags_AntiAliasedFill) - { - // Anti-aliased Fill - const float AA_SIZE = _FringeScale; - const ImU32 col_trans = col & ~IM_COL32_A_MASK; - const int idx_count = (points_count - 2)*3 + points_count * 6; - const int vtx_count = (points_count * 2); - PrimReserve(idx_count, vtx_count); - - // Add indexes for fill - unsigned int vtx_inner_idx = _VtxCurrentIdx; - unsigned int vtx_outer_idx = _VtxCurrentIdx + 1; - for (int i = 2; i < points_count; i++) - { - _IdxWritePtr[0] = (ImDrawIdx)(vtx_inner_idx); _IdxWritePtr[1] = (ImDrawIdx)(vtx_inner_idx + ((i - 1) << 1)); _IdxWritePtr[2] = (ImDrawIdx)(vtx_inner_idx + (i << 1)); - _IdxWritePtr += 3; - } - - // Compute normals - ImVec2* temp_normals = (ImVec2*)alloca(points_count * sizeof(ImVec2)); //-V630 - for (int i0 = points_count - 1, i1 = 0; i1 < points_count; i0 = i1++) - { - const ImVec2& p0 = points[i0]; - const ImVec2& p1 = points[i1]; - float dx = p1.x - p0.x; - float dy = p1.y - p0.y; - IM_NORMALIZE2F_OVER_ZERO(dx, dy); - temp_normals[i0].x = dy; - temp_normals[i0].y = -dx; - } - - for (int i0 = points_count - 1, i1 = 0; i1 < points_count; i0 = i1++) - { - // Average normals - const ImVec2& n0 = temp_normals[i0]; - const ImVec2& n1 = temp_normals[i1]; - float dm_x = (n0.x + n1.x) * 0.5f; - float dm_y = (n0.y + n1.y) * 0.5f; - IM_FIXNORMAL2F(dm_x, dm_y); - dm_x *= AA_SIZE * 0.5f; - dm_y *= AA_SIZE * 0.5f; - - // Add vertices - _VtxWritePtr[0].pos.x = (points[i1].x - dm_x); _VtxWritePtr[0].pos.y = (points[i1].y - dm_y); _VtxWritePtr[0].uv = uv; _VtxWritePtr[0].col = col; // Inner - _VtxWritePtr[1].pos.x = (points[i1].x + dm_x); _VtxWritePtr[1].pos.y = (points[i1].y + dm_y); _VtxWritePtr[1].uv = uv; _VtxWritePtr[1].col = col_trans; // Outer - _VtxWritePtr += 2; - - // Add indexes for fringes - _IdxWritePtr[0] = (ImDrawIdx)(vtx_inner_idx + (i1 << 1)); _IdxWritePtr[1] = (ImDrawIdx)(vtx_inner_idx + (i0 << 1)); _IdxWritePtr[2] = (ImDrawIdx)(vtx_outer_idx + (i0 << 1)); - _IdxWritePtr[3] = (ImDrawIdx)(vtx_outer_idx + (i0 << 1)); _IdxWritePtr[4] = (ImDrawIdx)(vtx_outer_idx + (i1 << 1)); _IdxWritePtr[5] = (ImDrawIdx)(vtx_inner_idx + (i1 << 1)); - _IdxWritePtr += 6; - } - _VtxCurrentIdx += (ImDrawIdx)vtx_count; - } - else - { - // Non Anti-aliased Fill - const int idx_count = (points_count - 2)*3; - const int vtx_count = points_count; - PrimReserve(idx_count, vtx_count); - for (int i = 0; i < vtx_count; i++) - { - _VtxWritePtr[0].pos = points[i]; _VtxWritePtr[0].uv = uv; _VtxWritePtr[0].col = col; - _VtxWritePtr++; - } - for (int i = 2; i < points_count; i++) - { - _IdxWritePtr[0] = (ImDrawIdx)(_VtxCurrentIdx); _IdxWritePtr[1] = (ImDrawIdx)(_VtxCurrentIdx + i - 1); _IdxWritePtr[2] = (ImDrawIdx)(_VtxCurrentIdx + i); - _IdxWritePtr += 3; - } - _VtxCurrentIdx += (ImDrawIdx)vtx_count; - } -} - -void ImDrawList::_PathArcToFastEx(const ImVec2& center, float radius, int a_min_sample, int a_max_sample, int a_step) -{ - if (radius < 0.5f) - { - _Path.push_back(center); - return; - } - - // Calculate arc auto segment step size - if (a_step <= 0) - a_step = IM_DRAWLIST_ARCFAST_SAMPLE_MAX / _CalcCircleAutoSegmentCount(radius); - - // Make sure we never do steps larger than one quarter of the circle - a_step = ImClamp(a_step, 1, IM_DRAWLIST_ARCFAST_TABLE_SIZE / 4); - - const int sample_range = ImAbs(a_max_sample - a_min_sample); - const int a_next_step = a_step; - - int samples = sample_range + 1; - bool extra_max_sample = false; - if (a_step > 1) - { - samples = sample_range / a_step + 1; - const int overstep = sample_range % a_step; - - if (overstep > 0) - { - extra_max_sample = true; - samples++; - - // When we have overstep to avoid awkwardly looking one long line and one tiny one at the end, - // distribute first step range evenly between them by reducing first step size. - if (sample_range > 0) - a_step -= (a_step - overstep) / 2; - } - } - - _Path.resize(_Path.Size + samples); - ImVec2* out_ptr = _Path.Data + (_Path.Size - samples); - - int sample_index = a_min_sample; - if (sample_index < 0 || sample_index >= IM_DRAWLIST_ARCFAST_SAMPLE_MAX) - { - sample_index = sample_index % IM_DRAWLIST_ARCFAST_SAMPLE_MAX; - if (sample_index < 0) - sample_index += IM_DRAWLIST_ARCFAST_SAMPLE_MAX; - } - - if (a_max_sample >= a_min_sample) - { - for (int a = a_min_sample; a <= a_max_sample; a += a_step, sample_index += a_step, a_step = a_next_step) - { - // a_step is clamped to IM_DRAWLIST_ARCFAST_SAMPLE_MAX, so we have guaranteed that it will not wrap over range twice or more - if (sample_index >= IM_DRAWLIST_ARCFAST_SAMPLE_MAX) - sample_index -= IM_DRAWLIST_ARCFAST_SAMPLE_MAX; - - const ImVec2 s = _Data->ArcFastVtx[sample_index]; - out_ptr->x = center.x + s.x * radius; - out_ptr->y = center.y + s.y * radius; - out_ptr++; - } - } - else - { - for (int a = a_min_sample; a >= a_max_sample; a -= a_step, sample_index -= a_step, a_step = a_next_step) - { - // a_step is clamped to IM_DRAWLIST_ARCFAST_SAMPLE_MAX, so we have guaranteed that it will not wrap over range twice or more - if (sample_index < 0) - sample_index += IM_DRAWLIST_ARCFAST_SAMPLE_MAX; - - const ImVec2 s = _Data->ArcFastVtx[sample_index]; - out_ptr->x = center.x + s.x * radius; - out_ptr->y = center.y + s.y * radius; - out_ptr++; - } - } - - if (extra_max_sample) - { - int normalized_max_sample = a_max_sample % IM_DRAWLIST_ARCFAST_SAMPLE_MAX; - if (normalized_max_sample < 0) - normalized_max_sample += IM_DRAWLIST_ARCFAST_SAMPLE_MAX; - - const ImVec2 s = _Data->ArcFastVtx[normalized_max_sample]; - out_ptr->x = center.x + s.x * radius; - out_ptr->y = center.y + s.y * radius; - out_ptr++; - } - - IM_ASSERT_PARANOID(_Path.Data + _Path.Size == out_ptr); -} - -void ImDrawList::_PathArcToN(const ImVec2& center, float radius, float a_min, float a_max, int num_segments) -{ - if (radius < 0.5f) - { - _Path.push_back(center); - return; - } - - // Note that we are adding a point at both a_min and a_max. - // If you are trying to draw a full closed circle you don't want the overlapping points! - _Path.reserve(_Path.Size + (num_segments + 1)); - for (int i = 0; i <= num_segments; i++) - { - const float a = a_min + ((float)i / (float)num_segments) * (a_max - a_min); - _Path.push_back(ImVec2(center.x + ImCos(a) * radius, center.y + ImSin(a) * radius)); - } -} - -// 0: East, 3: South, 6: West, 9: North, 12: East -void ImDrawList::PathArcToFast(const ImVec2& center, float radius, int a_min_of_12, int a_max_of_12) -{ - if (radius < 0.5f) - { - _Path.push_back(center); - return; - } - _PathArcToFastEx(center, radius, a_min_of_12 * IM_DRAWLIST_ARCFAST_SAMPLE_MAX / 12, a_max_of_12 * IM_DRAWLIST_ARCFAST_SAMPLE_MAX / 12, 0); -} - -void ImDrawList::PathArcTo(const ImVec2& center, float radius, float a_min, float a_max, int num_segments) -{ - if (radius < 0.5f) - { - _Path.push_back(center); - return; - } - - if (num_segments > 0) - { - _PathArcToN(center, radius, a_min, a_max, num_segments); - return; - } - - // Automatic segment count - if (radius <= _Data->ArcFastRadiusCutoff) - { - const bool a_is_reverse = a_max < a_min; - - // We are going to use precomputed values for mid samples. - // Determine first and last sample in lookup table that belong to the arc. - const float a_min_sample_f = IM_DRAWLIST_ARCFAST_SAMPLE_MAX * a_min / (IM_PI * 2.0f); - const float a_max_sample_f = IM_DRAWLIST_ARCFAST_SAMPLE_MAX * a_max / (IM_PI * 2.0f); - - const int a_min_sample = a_is_reverse ? (int)ImFloorSigned(a_min_sample_f) : (int)ImCeil(a_min_sample_f); - const int a_max_sample = a_is_reverse ? (int)ImCeil(a_max_sample_f) : (int)ImFloorSigned(a_max_sample_f); - const int a_mid_samples = a_is_reverse ? ImMax(a_min_sample - a_max_sample, 0) : ImMax(a_max_sample - a_min_sample, 0); - - const float a_min_segment_angle = a_min_sample * IM_PI * 2.0f / IM_DRAWLIST_ARCFAST_SAMPLE_MAX; - const float a_max_segment_angle = a_max_sample * IM_PI * 2.0f / IM_DRAWLIST_ARCFAST_SAMPLE_MAX; - const bool a_emit_start = ImAbs(a_min_segment_angle - a_min) >= 1e-5f; - const bool a_emit_end = ImAbs(a_max - a_max_segment_angle) >= 1e-5f; - - _Path.reserve(_Path.Size + (a_mid_samples + 1 + (a_emit_start ? 1 : 0) + (a_emit_end ? 1 : 0))); - if (a_emit_start) - _Path.push_back(ImVec2(center.x + ImCos(a_min) * radius, center.y + ImSin(a_min) * radius)); - if (a_mid_samples > 0) - _PathArcToFastEx(center, radius, a_min_sample, a_max_sample, 0); - if (a_emit_end) - _Path.push_back(ImVec2(center.x + ImCos(a_max) * radius, center.y + ImSin(a_max) * radius)); - } - else - { - const float arc_length = ImAbs(a_max - a_min); - const int circle_segment_count = _CalcCircleAutoSegmentCount(radius); - const int arc_segment_count = ImMax((int)ImCeil(circle_segment_count * arc_length / (IM_PI * 2.0f)), (int)(2.0f * IM_PI / arc_length)); - _PathArcToN(center, radius, a_min, a_max, arc_segment_count); - } -} - -ImVec2 ImBezierCubicCalc(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, float t) -{ - float u = 1.0f - t; - float w1 = u * u * u; - float w2 = 3 * u * u * t; - float w3 = 3 * u * t * t; - float w4 = t * t * t; - return ImVec2(w1 * p1.x + w2 * p2.x + w3 * p3.x + w4 * p4.x, w1 * p1.y + w2 * p2.y + w3 * p3.y + w4 * p4.y); -} - -ImVec2 ImBezierQuadraticCalc(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, float t) -{ - float u = 1.0f - t; - float w1 = u * u; - float w2 = 2 * u * t; - float w3 = t * t; - return ImVec2(w1 * p1.x + w2 * p2.x + w3 * p3.x, w1 * p1.y + w2 * p2.y + w3 * p3.y); -} - -// Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp -static void PathBezierCubicCurveToCasteljau(ImVector* path, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) -{ - float dx = x4 - x1; - float dy = y4 - y1; - float d2 = (x2 - x4) * dy - (y2 - y4) * dx; - float d3 = (x3 - x4) * dy - (y3 - y4) * dx; - d2 = (d2 >= 0) ? d2 : -d2; - d3 = (d3 >= 0) ? d3 : -d3; - if ((d2 + d3) * (d2 + d3) < tess_tol * (dx * dx + dy * dy)) - { - path->push_back(ImVec2(x4, y4)); - } - else if (level < 10) - { - float x12 = (x1 + x2) * 0.5f, y12 = (y1 + y2) * 0.5f; - float x23 = (x2 + x3) * 0.5f, y23 = (y2 + y3) * 0.5f; - float x34 = (x3 + x4) * 0.5f, y34 = (y3 + y4) * 0.5f; - float x123 = (x12 + x23) * 0.5f, y123 = (y12 + y23) * 0.5f; - float x234 = (x23 + x34) * 0.5f, y234 = (y23 + y34) * 0.5f; - float x1234 = (x123 + x234) * 0.5f, y1234 = (y123 + y234) * 0.5f; - PathBezierCubicCurveToCasteljau(path, x1, y1, x12, y12, x123, y123, x1234, y1234, tess_tol, level + 1); - PathBezierCubicCurveToCasteljau(path, x1234, y1234, x234, y234, x34, y34, x4, y4, tess_tol, level + 1); - } -} - -static void PathBezierQuadraticCurveToCasteljau(ImVector* path, float x1, float y1, float x2, float y2, float x3, float y3, float tess_tol, int level) -{ - float dx = x3 - x1, dy = y3 - y1; - float det = (x2 - x3) * dy - (y2 - y3) * dx; - if (det * det * 4.0f < tess_tol * (dx * dx + dy * dy)) - { - path->push_back(ImVec2(x3, y3)); - } - else if (level < 10) - { - float x12 = (x1 + x2) * 0.5f, y12 = (y1 + y2) * 0.5f; - float x23 = (x2 + x3) * 0.5f, y23 = (y2 + y3) * 0.5f; - float x123 = (x12 + x23) * 0.5f, y123 = (y12 + y23) * 0.5f; - PathBezierQuadraticCurveToCasteljau(path, x1, y1, x12, y12, x123, y123, tess_tol, level + 1); - PathBezierQuadraticCurveToCasteljau(path, x123, y123, x23, y23, x3, y3, tess_tol, level + 1); - } -} - -void ImDrawList::PathBezierCubicCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) -{ - ImVec2 p1 = _Path.back(); - if (num_segments == 0) - { - PathBezierCubicCurveToCasteljau(&_Path, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y, _Data->CurveTessellationTol, 0); // Auto-tessellated - } - else - { - float t_step = 1.0f / (float)num_segments; - for (int i_step = 1; i_step <= num_segments; i_step++) - _Path.push_back(ImBezierCubicCalc(p1, p2, p3, p4, t_step * i_step)); - } -} - -void ImDrawList::PathBezierQuadraticCurveTo(const ImVec2& p2, const ImVec2& p3, int num_segments) -{ - ImVec2 p1 = _Path.back(); - if (num_segments == 0) - { - PathBezierQuadraticCurveToCasteljau(&_Path, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, _Data->CurveTessellationTol, 0);// Auto-tessellated - } - else - { - float t_step = 1.0f / (float)num_segments; - for (int i_step = 1; i_step <= num_segments; i_step++) - _Path.push_back(ImBezierQuadraticCalc(p1, p2, p3, t_step * i_step)); - } -} - -IM_STATIC_ASSERT(ImDrawFlags_RoundCornersTopLeft == (1 << 4)); -static inline ImDrawFlags FixRectCornerFlags(ImDrawFlags flags) -{ -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - // Legacy Support for hard coded ~0 (used to be a suggested equivalent to ImDrawCornerFlags_All) - // ~0 --> ImDrawFlags_RoundCornersAll or 0 - if (flags == ~0) - return ImDrawFlags_RoundCornersAll; - - // Legacy Support for hard coded 0x01 to 0x0F (matching 15 out of 16 old flags combinations) - // 0x01 --> ImDrawFlags_RoundCornersTopLeft (VALUE 0x01 OVERLAPS ImDrawFlags_Closed but ImDrawFlags_Closed is never valid in this path!) - // 0x02 --> ImDrawFlags_RoundCornersTopRight - // 0x03 --> ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight - // 0x04 --> ImDrawFlags_RoundCornersBotLeft - // 0x05 --> ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersBotLeft - // ... - // 0x0F --> ImDrawFlags_RoundCornersAll or 0 - // (See all values in ImDrawCornerFlags_) - if (flags >= 0x01 && flags <= 0x0F) - return (flags << 4); - - // We cannot support hard coded 0x00 with 'float rounding > 0.0f' --> replace with ImDrawFlags_RoundCornersNone or use 'float rounding = 0.0f' -#endif - - // If this triggers, please update your code replacing hardcoded values with new ImDrawFlags_RoundCorners* values. - // Note that ImDrawFlags_Closed (== 0x01) is an invalid flag for AddRect(), AddRectFilled(), PathRect() etc... - IM_ASSERT((flags & 0x0F) == 0 && "Misuse of legacy hardcoded ImDrawCornerFlags values!"); - - if ((flags & ImDrawFlags_RoundCornersMask_) == 0) - flags |= ImDrawFlags_RoundCornersAll; - - return flags; -} - -void ImDrawList::PathRect(const ImVec2& a, const ImVec2& b, float rounding, ImDrawFlags flags) -{ - flags = FixRectCornerFlags(flags); - rounding = ImMin(rounding, ImFabs(b.x - a.x) * ( ((flags & ImDrawFlags_RoundCornersTop) == ImDrawFlags_RoundCornersTop) || ((flags & ImDrawFlags_RoundCornersBottom) == ImDrawFlags_RoundCornersBottom) ? 0.5f : 1.0f ) - 1.0f); - rounding = ImMin(rounding, ImFabs(b.y - a.y) * ( ((flags & ImDrawFlags_RoundCornersLeft) == ImDrawFlags_RoundCornersLeft) || ((flags & ImDrawFlags_RoundCornersRight) == ImDrawFlags_RoundCornersRight) ? 0.5f : 1.0f ) - 1.0f); - - if (rounding < 0.5f || (flags & ImDrawFlags_RoundCornersMask_) == ImDrawFlags_RoundCornersNone) - { - PathLineTo(a); - PathLineTo(ImVec2(b.x, a.y)); - PathLineTo(b); - PathLineTo(ImVec2(a.x, b.y)); - } - else - { - const float rounding_tl = (flags & ImDrawFlags_RoundCornersTopLeft) ? rounding : 0.0f; - const float rounding_tr = (flags & ImDrawFlags_RoundCornersTopRight) ? rounding : 0.0f; - const float rounding_br = (flags & ImDrawFlags_RoundCornersBottomRight) ? rounding : 0.0f; - const float rounding_bl = (flags & ImDrawFlags_RoundCornersBottomLeft) ? rounding : 0.0f; - PathArcToFast(ImVec2(a.x + rounding_tl, a.y + rounding_tl), rounding_tl, 6, 9); - PathArcToFast(ImVec2(b.x - rounding_tr, a.y + rounding_tr), rounding_tr, 9, 12); - PathArcToFast(ImVec2(b.x - rounding_br, b.y - rounding_br), rounding_br, 0, 3); - PathArcToFast(ImVec2(a.x + rounding_bl, b.y - rounding_bl), rounding_bl, 3, 6); - } -} - -void ImDrawList::AddLine(const ImVec2& p1, const ImVec2& p2, ImU32 col, float thickness) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - PathLineTo(p1 + ImVec2(0.5f, 0.5f)); - PathLineTo(p2 + ImVec2(0.5f, 0.5f)); - PathStroke(col, 0, thickness); -} - -// p_min = upper-left, p_max = lower-right -// Note we don't render 1 pixels sized rectangles properly. -void ImDrawList::AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags, float thickness) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - if (Flags & ImDrawListFlags_AntiAliasedLines) - PathRect(p_min + ImVec2(0.50f, 0.50f), p_max - ImVec2(0.50f, 0.50f), rounding, flags); - else - PathRect(p_min + ImVec2(0.50f, 0.50f), p_max - ImVec2(0.49f, 0.49f), rounding, flags); // Better looking lower-right corner and rounded non-AA shapes. - PathStroke(col, ImDrawFlags_Closed, thickness); -} - -void ImDrawList::AddRectFilled(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDrawFlags flags) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - if (rounding < 0.5f || (flags & ImDrawFlags_RoundCornersMask_) == ImDrawFlags_RoundCornersNone) - { - PrimReserve(6, 4); - PrimRect(p_min, p_max, col); - } - else - { - PathRect(p_min, p_max, rounding, flags); - PathFillConvex(col); - } -} - -// p_min = upper-left, p_max = lower-right -void ImDrawList::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) -{ - if (((col_upr_left | col_upr_right | col_bot_right | col_bot_left) & IM_COL32_A_MASK) == 0) - return; - - const ImVec2 uv = _Data->TexUvWhitePixel; - PrimReserve(6, 4); - PrimWriteIdx((ImDrawIdx)(_VtxCurrentIdx)); PrimWriteIdx((ImDrawIdx)(_VtxCurrentIdx + 1)); PrimWriteIdx((ImDrawIdx)(_VtxCurrentIdx + 2)); - PrimWriteIdx((ImDrawIdx)(_VtxCurrentIdx)); PrimWriteIdx((ImDrawIdx)(_VtxCurrentIdx + 2)); PrimWriteIdx((ImDrawIdx)(_VtxCurrentIdx + 3)); - PrimWriteVtx(p_min, uv, col_upr_left); - PrimWriteVtx(ImVec2(p_max.x, p_min.y), uv, col_upr_right); - PrimWriteVtx(p_max, uv, col_bot_right); - PrimWriteVtx(ImVec2(p_min.x, p_max.y), uv, col_bot_left); -} - -void ImDrawList::AddQuad(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - PathLineTo(p1); - PathLineTo(p2); - PathLineTo(p3); - PathLineTo(p4); - PathStroke(col, ImDrawFlags_Closed, thickness); -} - -void ImDrawList::AddQuadFilled(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - PathLineTo(p1); - PathLineTo(p2); - PathLineTo(p3); - PathLineTo(p4); - PathFillConvex(col); -} - -void ImDrawList::AddTriangle(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - PathLineTo(p1); - PathLineTo(p2); - PathLineTo(p3); - PathStroke(col, ImDrawFlags_Closed, thickness); -} - -void ImDrawList::AddTriangleFilled(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - PathLineTo(p1); - PathLineTo(p2); - PathLineTo(p3); - PathFillConvex(col); -} - -void ImDrawList::AddCircle(const ImVec2& center, float radius, ImU32 col, int num_segments, float thickness) -{ - if ((col & IM_COL32_A_MASK) == 0 || radius < 0.5f) - return; - - if (num_segments <= 0) - { - // Use arc with automatic segment count - _PathArcToFastEx(center, radius - 0.5f, 0, IM_DRAWLIST_ARCFAST_SAMPLE_MAX, 0); - _Path.Size--; - } - else - { - // Explicit segment count (still clamp to avoid drawing insanely tessellated shapes) - num_segments = ImClamp(num_segments, 3, IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_MAX); - - // Because we are filling a closed shape we remove 1 from the count of segments/points - const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; - PathArcTo(center, radius - 0.5f, 0.0f, a_max, num_segments - 1); - } - - PathStroke(col, ImDrawFlags_Closed, thickness); -} - -void ImDrawList::AddCircleFilled(const ImVec2& center, float radius, ImU32 col, int num_segments) -{ - if ((col & IM_COL32_A_MASK) == 0 || radius < 0.5f) - return; - - if (num_segments <= 0) - { - // Use arc with automatic segment count - _PathArcToFastEx(center, radius, 0, IM_DRAWLIST_ARCFAST_SAMPLE_MAX, 0); - _Path.Size--; - } - else - { - // Explicit segment count (still clamp to avoid drawing insanely tessellated shapes) - num_segments = ImClamp(num_segments, 3, IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_MAX); - - // Because we are filling a closed shape we remove 1 from the count of segments/points - const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; - PathArcTo(center, radius, 0.0f, a_max, num_segments - 1); - } - - PathFillConvex(col); -} - -// Guaranteed to honor 'num_segments' -void ImDrawList::AddNgon(const ImVec2& center, float radius, ImU32 col, int num_segments, float thickness) -{ - if ((col & IM_COL32_A_MASK) == 0 || num_segments <= 2) - return; - - // Because we are filling a closed shape we remove 1 from the count of segments/points - const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; - PathArcTo(center, radius - 0.5f, 0.0f, a_max, num_segments - 1); - PathStroke(col, ImDrawFlags_Closed, thickness); -} - -// Guaranteed to honor 'num_segments' -void ImDrawList::AddNgonFilled(const ImVec2& center, float radius, ImU32 col, int num_segments) -{ - if ((col & IM_COL32_A_MASK) == 0 || num_segments <= 2) - return; - - // Because we are filling a closed shape we remove 1 from the count of segments/points - const float a_max = (IM_PI * 2.0f) * ((float)num_segments - 1.0f) / (float)num_segments; - PathArcTo(center, radius, 0.0f, a_max, num_segments - 1); - PathFillConvex(col); -} - -// Cubic Bezier takes 4 controls points -void ImDrawList::AddBezierCubic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segments) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - PathLineTo(p1); - PathBezierCubicCurveTo(p2, p3, p4, num_segments); - PathStroke(col, 0, thickness); -} - -// Quadratic Bezier takes 3 controls points -void ImDrawList::AddBezierQuadratic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness, int num_segments) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - PathLineTo(p1); - PathBezierQuadraticCurveTo(p2, p3, num_segments); - PathStroke(col, 0, thickness); -} - -void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - if (text_end == NULL) - text_end = text_begin + strlen(text_begin); - if (text_begin == text_end) - return; - - // Pull default font/size from the shared ImDrawListSharedData instance - if (font == NULL) - font = _Data->Font; - if (font_size == 0.0f) - font_size = _Data->FontSize; - - IM_ASSERT(font->ContainerAtlas->TexID == _CmdHeader.TextureId); // Use high-level ImGui::PushFont() or low-level ImDrawList::PushTextureId() to change font. - - ImVec4 clip_rect = _CmdHeader.ClipRect; - if (cpu_fine_clip_rect) - { - clip_rect.x = ImMax(clip_rect.x, cpu_fine_clip_rect->x); - clip_rect.y = ImMax(clip_rect.y, cpu_fine_clip_rect->y); - clip_rect.z = ImMin(clip_rect.z, cpu_fine_clip_rect->z); - clip_rect.w = ImMin(clip_rect.w, cpu_fine_clip_rect->w); - } - font->RenderText(this, font_size, pos, col, clip_rect, text_begin, text_end, wrap_width, cpu_fine_clip_rect != NULL); -} - -void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) -{ - AddText(NULL, 0.0f, pos, col, text_begin, text_end); -} - -void ImDrawList::AddImage(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - const bool push_texture_id = user_texture_id != _CmdHeader.TextureId; - if (push_texture_id) - PushTextureID(user_texture_id); - - PrimReserve(6, 4); - PrimRectUV(p_min, p_max, uv_min, uv_max, col); - - if (push_texture_id) - PopTextureID(); -} - -void ImDrawList::AddImageQuad(ImTextureID user_texture_id, const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, const ImVec2& uv1, const ImVec2& uv2, const ImVec2& uv3, const ImVec2& uv4, ImU32 col) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - const bool push_texture_id = user_texture_id != _CmdHeader.TextureId; - if (push_texture_id) - PushTextureID(user_texture_id); - - PrimReserve(6, 4); - PrimQuadUV(p1, p2, p3, p4, uv1, uv2, uv3, uv4, col); - - if (push_texture_id) - PopTextureID(); -} - -void ImDrawList::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, ImDrawFlags flags) -{ - if ((col & IM_COL32_A_MASK) == 0) - return; - - flags = FixRectCornerFlags(flags); - if (rounding < 0.5f || (flags & ImDrawFlags_RoundCornersMask_) == ImDrawFlags_RoundCornersNone) - { - AddImage(user_texture_id, p_min, p_max, uv_min, uv_max, col); - return; - } - - const bool push_texture_id = user_texture_id != _CmdHeader.TextureId; - if (push_texture_id) - PushTextureID(user_texture_id); - - int vert_start_idx = VtxBuffer.Size; - PathRect(p_min, p_max, rounding, flags); - PathFillConvex(col); - int vert_end_idx = VtxBuffer.Size; - ImGui::ShadeVertsLinearUV(this, vert_start_idx, vert_end_idx, p_min, p_max, uv_min, uv_max, true); - - if (push_texture_id) - PopTextureID(); -} - - -//----------------------------------------------------------------------------- -// [SECTION] ImDrawListSplitter -//----------------------------------------------------------------------------- -// FIXME: This may be a little confusing, trying to be a little too low-level/optimal instead of just doing vector swap.. -//----------------------------------------------------------------------------- - -void ImDrawListSplitter::ClearFreeMemory() -{ - for (int i = 0; i < _Channels.Size; i++) - { - if (i == _Current) - memset(&_Channels[i], 0, sizeof(_Channels[i])); // Current channel is a copy of CmdBuffer/IdxBuffer, don't destruct again - _Channels[i]._CmdBuffer.clear(); - _Channels[i]._IdxBuffer.clear(); - } - _Current = 0; - _Count = 1; - _Channels.clear(); -} - -void ImDrawListSplitter::Split(ImDrawList* draw_list, int channels_count) -{ - IM_UNUSED(draw_list); - IM_ASSERT(_Current == 0 && _Count <= 1 && "Nested channel splitting is not supported. Please use separate instances of ImDrawListSplitter."); - int old_channels_count = _Channels.Size; - if (old_channels_count < channels_count) - { - _Channels.reserve(channels_count); // Avoid over reserving since this is likely to stay stable - _Channels.resize(channels_count); - } - _Count = channels_count; - - // Channels[] (24/32 bytes each) hold storage that we'll swap with draw_list->_CmdBuffer/_IdxBuffer - // The content of Channels[0] at this point doesn't matter. We clear it to make state tidy in a debugger but we don't strictly need to. - // When we switch to the next channel, we'll copy draw_list->_CmdBuffer/_IdxBuffer into Channels[0] and then Channels[1] into draw_list->CmdBuffer/_IdxBuffer - memset(&_Channels[0], 0, sizeof(ImDrawChannel)); - for (int i = 1; i < channels_count; i++) - { - if (i >= old_channels_count) - { - IM_PLACEMENT_NEW(&_Channels[i]) ImDrawChannel(); - } - else - { - _Channels[i]._CmdBuffer.resize(0); - _Channels[i]._IdxBuffer.resize(0); - } - } -} - -void ImDrawListSplitter::Merge(ImDrawList* draw_list) -{ - // Note that we never use or rely on _Channels.Size because it is merely a buffer that we never shrink back to 0 to keep all sub-buffers ready for use. - if (_Count <= 1) - return; - - SetCurrentChannel(draw_list, 0); - draw_list->_PopUnusedDrawCmd(); - - // Calculate our final buffer sizes. Also fix the incorrect IdxOffset values in each command. - int new_cmd_buffer_count = 0; - int new_idx_buffer_count = 0; - ImDrawCmd* last_cmd = (_Count > 0 && draw_list->CmdBuffer.Size > 0) ? &draw_list->CmdBuffer.back() : NULL; - int idx_offset = last_cmd ? last_cmd->IdxOffset + last_cmd->ElemCount : 0; - for (int i = 1; i < _Count; i++) - { - ImDrawChannel& ch = _Channels[i]; - if (ch._CmdBuffer.Size > 0 && ch._CmdBuffer.back().ElemCount == 0 && ch._CmdBuffer.back().UserCallback == NULL) // Equivalent of PopUnusedDrawCmd() - ch._CmdBuffer.pop_back(); - - if (ch._CmdBuffer.Size > 0 && last_cmd != NULL) - { - // Do not include ImDrawCmd_AreSequentialIdxOffset() in the compare as we rebuild IdxOffset values ourselves. - // Manipulating IdxOffset (e.g. by reordering draw commands like done by RenderDimmedBackgroundBehindWindow()) is not supported within a splitter. - ImDrawCmd* next_cmd = &ch._CmdBuffer[0]; - if (ImDrawCmd_HeaderCompare(last_cmd, next_cmd) == 0 && last_cmd->UserCallback == NULL && next_cmd->UserCallback == NULL) - { - // Merge previous channel last draw command with current channel first draw command if matching. - last_cmd->ElemCount += next_cmd->ElemCount; - idx_offset += next_cmd->ElemCount; - ch._CmdBuffer.erase(ch._CmdBuffer.Data); // FIXME-OPT: Improve for multiple merges. - } - } - if (ch._CmdBuffer.Size > 0) - last_cmd = &ch._CmdBuffer.back(); - new_cmd_buffer_count += ch._CmdBuffer.Size; - new_idx_buffer_count += ch._IdxBuffer.Size; - for (int cmd_n = 0; cmd_n < ch._CmdBuffer.Size; cmd_n++) - { - ch._CmdBuffer.Data[cmd_n].IdxOffset = idx_offset; - idx_offset += ch._CmdBuffer.Data[cmd_n].ElemCount; - } - } - draw_list->CmdBuffer.resize(draw_list->CmdBuffer.Size + new_cmd_buffer_count); - draw_list->IdxBuffer.resize(draw_list->IdxBuffer.Size + new_idx_buffer_count); - - // Write commands and indices in order (they are fairly small structures, we don't copy vertices only indices) - ImDrawCmd* cmd_write = draw_list->CmdBuffer.Data + draw_list->CmdBuffer.Size - new_cmd_buffer_count; - ImDrawIdx* idx_write = draw_list->IdxBuffer.Data + draw_list->IdxBuffer.Size - new_idx_buffer_count; - for (int i = 1; i < _Count; i++) - { - ImDrawChannel& ch = _Channels[i]; - if (int sz = ch._CmdBuffer.Size) { memcpy(cmd_write, ch._CmdBuffer.Data, sz * sizeof(ImDrawCmd)); cmd_write += sz; } - if (int sz = ch._IdxBuffer.Size) { memcpy(idx_write, ch._IdxBuffer.Data, sz * sizeof(ImDrawIdx)); idx_write += sz; } - } - draw_list->_IdxWritePtr = idx_write; - - // Ensure there's always a non-callback draw command trailing the command-buffer - if (draw_list->CmdBuffer.Size == 0 || draw_list->CmdBuffer.back().UserCallback != NULL) - draw_list->AddDrawCmd(); - - // If current command is used with different settings we need to add a new command - ImDrawCmd* curr_cmd = &draw_list->CmdBuffer.Data[draw_list->CmdBuffer.Size - 1]; - if (curr_cmd->ElemCount == 0) - ImDrawCmd_HeaderCopy(curr_cmd, &draw_list->_CmdHeader); // Copy ClipRect, TextureId, VtxOffset - else if (ImDrawCmd_HeaderCompare(curr_cmd, &draw_list->_CmdHeader) != 0) - draw_list->AddDrawCmd(); - - _Count = 1; -} - -void ImDrawListSplitter::SetCurrentChannel(ImDrawList* draw_list, int idx) -{ - IM_ASSERT(idx >= 0 && idx < _Count); - if (_Current == idx) - return; - - // Overwrite ImVector (12/16 bytes), four times. This is merely a silly optimization instead of doing .swap() - memcpy(&_Channels.Data[_Current]._CmdBuffer, &draw_list->CmdBuffer, sizeof(draw_list->CmdBuffer)); - memcpy(&_Channels.Data[_Current]._IdxBuffer, &draw_list->IdxBuffer, sizeof(draw_list->IdxBuffer)); - _Current = idx; - memcpy(&draw_list->CmdBuffer, &_Channels.Data[idx]._CmdBuffer, sizeof(draw_list->CmdBuffer)); - memcpy(&draw_list->IdxBuffer, &_Channels.Data[idx]._IdxBuffer, sizeof(draw_list->IdxBuffer)); - draw_list->_IdxWritePtr = draw_list->IdxBuffer.Data + draw_list->IdxBuffer.Size; - - // If current command is used with different settings we need to add a new command - ImDrawCmd* curr_cmd = (draw_list->CmdBuffer.Size == 0) ? NULL : &draw_list->CmdBuffer.Data[draw_list->CmdBuffer.Size - 1]; - if (curr_cmd == NULL) - draw_list->AddDrawCmd(); - else if (curr_cmd->ElemCount == 0) - ImDrawCmd_HeaderCopy(curr_cmd, &draw_list->_CmdHeader); // Copy ClipRect, TextureId, VtxOffset - else if (ImDrawCmd_HeaderCompare(curr_cmd, &draw_list->_CmdHeader) != 0) - draw_list->AddDrawCmd(); -} - -//----------------------------------------------------------------------------- -// [SECTION] ImDrawData -//----------------------------------------------------------------------------- - -// For backward compatibility: convert all buffers from indexed to de-indexed, in case you cannot render indexed. Note: this is slow and most likely a waste of resources. Always prefer indexed rendering! -void ImDrawData::DeIndexAllBuffers() -{ - ImVector new_vtx_buffer; - TotalVtxCount = TotalIdxCount = 0; - for (int i = 0; i < CmdListsCount; i++) - { - ImDrawList* cmd_list = CmdLists[i]; - if (cmd_list->IdxBuffer.empty()) - continue; - new_vtx_buffer.resize(cmd_list->IdxBuffer.Size); - for (int j = 0; j < cmd_list->IdxBuffer.Size; j++) - new_vtx_buffer[j] = cmd_list->VtxBuffer[cmd_list->IdxBuffer[j]]; - cmd_list->VtxBuffer.swap(new_vtx_buffer); - cmd_list->IdxBuffer.resize(0); - TotalVtxCount += cmd_list->VtxBuffer.Size; - } -} - -// Helper to scale the ClipRect field of each ImDrawCmd. -// Use if your final output buffer is at a different scale than draw_data->DisplaySize, -// or if there is a difference between your window resolution and framebuffer resolution. -void ImDrawData::ScaleClipRects(const ImVec2& fb_scale) -{ - for (int i = 0; i < CmdListsCount; i++) - { - ImDrawList* cmd_list = CmdLists[i]; - for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) - { - ImDrawCmd* cmd = &cmd_list->CmdBuffer[cmd_i]; - cmd->ClipRect = ImVec4(cmd->ClipRect.x * fb_scale.x, cmd->ClipRect.y * fb_scale.y, cmd->ClipRect.z * fb_scale.x, cmd->ClipRect.w * fb_scale.y); - } - } -} - -//----------------------------------------------------------------------------- -// [SECTION] Helpers ShadeVertsXXX functions -//----------------------------------------------------------------------------- - -// Generic linear color gradient, write to RGB fields, leave A untouched. -void ImGui::ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1) -{ - ImVec2 gradient_extent = gradient_p1 - gradient_p0; - float gradient_inv_length2 = 1.0f / ImLengthSqr(gradient_extent); - ImDrawVert* vert_start = draw_list->VtxBuffer.Data + vert_start_idx; - ImDrawVert* vert_end = draw_list->VtxBuffer.Data + vert_end_idx; - const int col0_r = (int)(col0 >> IM_COL32_R_SHIFT) & 0xFF; - const int col0_g = (int)(col0 >> IM_COL32_G_SHIFT) & 0xFF; - const int col0_b = (int)(col0 >> IM_COL32_B_SHIFT) & 0xFF; - const int col_delta_r = ((int)(col1 >> IM_COL32_R_SHIFT) & 0xFF) - col0_r; - const int col_delta_g = ((int)(col1 >> IM_COL32_G_SHIFT) & 0xFF) - col0_g; - const int col_delta_b = ((int)(col1 >> IM_COL32_B_SHIFT) & 0xFF) - col0_b; - for (ImDrawVert* vert = vert_start; vert < vert_end; vert++) - { - float d = ImDot(vert->pos - gradient_p0, gradient_extent); - float t = ImClamp(d * gradient_inv_length2, 0.0f, 1.0f); - int r = (int)(col0_r + col_delta_r * t); - int g = (int)(col0_g + col_delta_g * t); - int b = (int)(col0_b + col_delta_b * t); - vert->col = (r << IM_COL32_R_SHIFT) | (g << IM_COL32_G_SHIFT) | (b << IM_COL32_B_SHIFT) | (vert->col & IM_COL32_A_MASK); - } -} - -// Distribute UV over (a, b) rectangle -void ImGui::ShadeVertsLinearUV(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, const ImVec2& a, const ImVec2& b, const ImVec2& uv_a, const ImVec2& uv_b, bool clamp) -{ - const ImVec2 size = b - a; - const ImVec2 uv_size = uv_b - uv_a; - const ImVec2 scale = ImVec2( - size.x != 0.0f ? (uv_size.x / size.x) : 0.0f, - size.y != 0.0f ? (uv_size.y / size.y) : 0.0f); - - ImDrawVert* vert_start = draw_list->VtxBuffer.Data + vert_start_idx; - ImDrawVert* vert_end = draw_list->VtxBuffer.Data + vert_end_idx; - if (clamp) - { - const ImVec2 min = ImMin(uv_a, uv_b); - const ImVec2 max = ImMax(uv_a, uv_b); - for (ImDrawVert* vertex = vert_start; vertex < vert_end; ++vertex) - vertex->uv = ImClamp(uv_a + ImMul(ImVec2(vertex->pos.x, vertex->pos.y) - a, scale), min, max); - } - else - { - for (ImDrawVert* vertex = vert_start; vertex < vert_end; ++vertex) - vertex->uv = uv_a + ImMul(ImVec2(vertex->pos.x, vertex->pos.y) - a, scale); - } -} - -//----------------------------------------------------------------------------- -// [SECTION] ImFontConfig -//----------------------------------------------------------------------------- - -ImFontConfig::ImFontConfig() -{ - memset(this, 0, sizeof(*this)); - FontDataOwnedByAtlas = true; - OversampleH = 3; // FIXME: 2 may be a better default? - OversampleV = 1; - GlyphMaxAdvanceX = FLT_MAX; - RasterizerMultiply = 1.0f; - EllipsisChar = (ImWchar)-1; -} - -//----------------------------------------------------------------------------- -// [SECTION] ImFontAtlas -//----------------------------------------------------------------------------- - -// A work of art lies ahead! (. = white layer, X = black layer, others are blank) -// The 2x2 white texels on the top left are the ones we'll use everywhere in Dear ImGui to render filled shapes. -// (This is used when io.MouseDrawCursor = true) -const int FONT_ATLAS_DEFAULT_TEX_DATA_W = 122; // Actual texture will be 2 times that + 1 spacing. -const int FONT_ATLAS_DEFAULT_TEX_DATA_H = 27; -static const char FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS[FONT_ATLAS_DEFAULT_TEX_DATA_W * FONT_ATLAS_DEFAULT_TEX_DATA_H + 1] = -{ - "..- -XXXXXXX- X - X -XXXXXXX - XXXXXXX- XX - XX XX " - "..- -X.....X- X.X - X.X -X.....X - X.....X- X..X -X..X X..X" - "--- -XXX.XXX- X...X - X...X -X....X - X....X- X..X -X...X X...X" - "X - X.X - X.....X - X.....X -X...X - X...X- X..X - X...X X...X " - "XX - X.X -X.......X- X.......X -X..X.X - X.X..X- X..X - X...X...X " - "X.X - X.X -XXXX.XXXX- XXXX.XXXX -X.X X.X - X.X X.X- X..XXX - X.....X " - "X..X - X.X - X.X - X.X -XX X.X - X.X XX- X..X..XXX - X...X " - "X...X - X.X - X.X - XX X.X XX - X.X - X.X - X..X..X..XX - X.X " - "X....X - X.X - X.X - X.X X.X X.X - X.X - X.X - X..X..X..X.X - X...X " - "X.....X - X.X - X.X - X..X X.X X..X - X.X - X.X -XXX X..X..X..X..X- X.....X " - "X......X - X.X - X.X - X...XXXXXX.XXXXXX...X - X.X XX-XX X.X -X..XX........X..X- X...X...X " - "X.......X - X.X - X.X -X.....................X- X.X X.X-X.X X.X -X...X...........X- X...X X...X " - "X........X - X.X - X.X - X...XXXXXX.XXXXXX...X - X.X..X-X..X.X - X..............X-X...X X...X" - "X.........X -XXX.XXX- X.X - X..X X.X X..X - X...X-X...X - X.............X-X..X X..X" - "X..........X-X.....X- X.X - X.X X.X X.X - X....X-X....X - X.............X- XX XX " - "X......XXXXX-XXXXXXX- X.X - XX X.X XX - X.....X-X.....X - X............X--------------" - "X...X..X --------- X.X - X.X - XXXXXXX-XXXXXXX - X...........X - " - "X..X X..X - -XXXX.XXXX- XXXX.XXXX ------------------------------------- X..........X - " - "X.X X..X - -X.......X- X.......X - XX XX - - X..........X - " - "XX X..X - - X.....X - X.....X - X.X X.X - - X........X - " - " X..X - - X...X - X...X - X..X X..X - - X........X - " - " XX - - X.X - X.X - X...XXXXXXXXXXXXX...X - - XXXXXXXXXX - " - "------------- - X - X -X.....................X- ------------------- " - " ----------------------------------- X...XXXXXXXXXXXXX...X - " - " - X..X X..X - " - " - X.X X.X - " - " - XX XX - " -}; - -static const ImVec2 FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[ImGuiMouseCursor_COUNT][3] = -{ - // Pos ........ Size ......... Offset ...... - { ImVec2( 0,3), ImVec2(12,19), ImVec2( 0, 0) }, // ImGuiMouseCursor_Arrow - { ImVec2(13,0), ImVec2( 7,16), ImVec2( 1, 8) }, // ImGuiMouseCursor_TextInput - { ImVec2(31,0), ImVec2(23,23), ImVec2(11,11) }, // ImGuiMouseCursor_ResizeAll - { ImVec2(21,0), ImVec2( 9,23), ImVec2( 4,11) }, // ImGuiMouseCursor_ResizeNS - { ImVec2(55,18),ImVec2(23, 9), ImVec2(11, 4) }, // ImGuiMouseCursor_ResizeEW - { ImVec2(73,0), ImVec2(17,17), ImVec2( 8, 8) }, // ImGuiMouseCursor_ResizeNESW - { ImVec2(55,0), ImVec2(17,17), ImVec2( 8, 8) }, // ImGuiMouseCursor_ResizeNWSE - { ImVec2(91,0), ImVec2(17,22), ImVec2( 5, 0) }, // ImGuiMouseCursor_Hand - { ImVec2(109,0),ImVec2(13,15), ImVec2( 6, 7) }, // ImGuiMouseCursor_NotAllowed -}; - -ImFontAtlas::ImFontAtlas() -{ - memset(this, 0, sizeof(*this)); - TexGlyphPadding = 1; - PackIdMouseCursors = PackIdLines = -1; -} - -ImFontAtlas::~ImFontAtlas() -{ - IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"); - Clear(); -} - -void ImFontAtlas::ClearInputData() -{ - IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"); - for (int i = 0; i < ConfigData.Size; i++) - if (ConfigData[i].FontData && ConfigData[i].FontDataOwnedByAtlas) - { - IM_FREE(ConfigData[i].FontData); - ConfigData[i].FontData = NULL; - } - - // When clearing this we lose access to the font name and other information used to build the font. - for (int i = 0; i < Fonts.Size; i++) - if (Fonts[i]->ConfigData >= ConfigData.Data && Fonts[i]->ConfigData < ConfigData.Data + ConfigData.Size) - { - Fonts[i]->ConfigData = NULL; - Fonts[i]->ConfigDataCount = 0; - } - ConfigData.clear(); - CustomRects.clear(); - PackIdMouseCursors = PackIdLines = -1; - // Important: we leave TexReady untouched -} - -void ImFontAtlas::ClearTexData() -{ - IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"); - if (TexPixelsAlpha8) - IM_FREE(TexPixelsAlpha8); - if (TexPixelsRGBA32) - IM_FREE(TexPixelsRGBA32); - TexPixelsAlpha8 = NULL; - TexPixelsRGBA32 = NULL; - TexPixelsUseColors = false; - // Important: we leave TexReady untouched -} - -void ImFontAtlas::ClearFonts() -{ - IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"); - Fonts.clear_delete(); - TexReady = false; -} - -void ImFontAtlas::Clear() -{ - ClearInputData(); - ClearTexData(); - ClearFonts(); -} - -void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) -{ - // Build atlas on demand - if (TexPixelsAlpha8 == NULL) - Build(); - - *out_pixels = TexPixelsAlpha8; - if (out_width) *out_width = TexWidth; - if (out_height) *out_height = TexHeight; - if (out_bytes_per_pixel) *out_bytes_per_pixel = 1; -} - -void ImFontAtlas::GetTexDataAsRGBA32(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) -{ - // Convert to RGBA32 format on demand - // Although it is likely to be the most commonly used format, our font rendering is 1 channel / 8 bpp - if (!TexPixelsRGBA32) - { - unsigned char* pixels = NULL; - GetTexDataAsAlpha8(&pixels, NULL, NULL); - if (pixels) - { - TexPixelsRGBA32 = (unsigned int*)IM_ALLOC((size_t)TexWidth * (size_t)TexHeight * 4); - const unsigned char* src = pixels; - unsigned int* dst = TexPixelsRGBA32; - for (int n = TexWidth * TexHeight; n > 0; n--) - *dst++ = IM_COL32(255, 255, 255, (unsigned int)(*src++)); - } - } - - *out_pixels = (unsigned char*)TexPixelsRGBA32; - if (out_width) *out_width = TexWidth; - if (out_height) *out_height = TexHeight; - if (out_bytes_per_pixel) *out_bytes_per_pixel = 4; -} - -ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg) -{ - IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"); - IM_ASSERT(font_cfg->FontData != NULL && font_cfg->FontDataSize > 0); - IM_ASSERT(font_cfg->SizePixels > 0.0f); - - // Create new font - if (!font_cfg->MergeMode) - Fonts.push_back(IM_NEW(ImFont)); - else - IM_ASSERT(!Fonts.empty() && "Cannot use MergeMode for the first font"); // When using MergeMode make sure that a font has already been added before. You can use ImGui::GetIO().Fonts->AddFontDefault() to add the default imgui font. - - ConfigData.push_back(*font_cfg); - ImFontConfig& new_font_cfg = ConfigData.back(); - if (new_font_cfg.DstFont == NULL) - new_font_cfg.DstFont = Fonts.back(); - if (!new_font_cfg.FontDataOwnedByAtlas) - { - new_font_cfg.FontData = IM_ALLOC(new_font_cfg.FontDataSize); - new_font_cfg.FontDataOwnedByAtlas = true; - memcpy(new_font_cfg.FontData, font_cfg->FontData, (size_t)new_font_cfg.FontDataSize); - } - - if (new_font_cfg.DstFont->EllipsisChar == (ImWchar)-1) - new_font_cfg.DstFont->EllipsisChar = font_cfg->EllipsisChar; - - // Invalidate texture - TexReady = false; - ClearTexData(); - return new_font_cfg.DstFont; -} - -// Default font TTF is compressed with stb_compress then base85 encoded (see misc/fonts/binary_to_compressed_c.cpp for encoder) -static unsigned int stb_decompress_length(const unsigned char* input); -static unsigned int stb_decompress(unsigned char* output, const unsigned char* input, unsigned int length); -static const char* GetDefaultCompressedFontDataTTFBase85(); -static unsigned int Decode85Byte(char c) { return c >= '\\' ? c-36 : c-35; } -static void Decode85(const unsigned char* src, unsigned char* dst) -{ - while (*src) - { - unsigned int tmp = Decode85Byte(src[0]) + 85 * (Decode85Byte(src[1]) + 85 * (Decode85Byte(src[2]) + 85 * (Decode85Byte(src[3]) + 85 * Decode85Byte(src[4])))); - dst[0] = ((tmp >> 0) & 0xFF); dst[1] = ((tmp >> 8) & 0xFF); dst[2] = ((tmp >> 16) & 0xFF); dst[3] = ((tmp >> 24) & 0xFF); // We can't assume little-endianness. - src += 5; - dst += 4; - } -} - -// Load embedded ProggyClean.ttf at size 13, disable oversampling -ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) -{ - ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); - if (!font_cfg_template) - { - font_cfg.OversampleH = font_cfg.OversampleV = 1; - font_cfg.PixelSnapH = true; - } - if (font_cfg.SizePixels <= 0.0f) - font_cfg.SizePixels = 13.0f * 1.0f; - if (font_cfg.Name[0] == '\0') - ImFormatString(font_cfg.Name, IM_ARRAYSIZE(font_cfg.Name), "ProggyClean.ttf, %dpx", (int)font_cfg.SizePixels); - font_cfg.EllipsisChar = (ImWchar)0x0085; - font_cfg.GlyphOffset.y = 1.0f * IM_FLOOR(font_cfg.SizePixels / 13.0f); // Add +1 offset per 13 units - - const char* ttf_compressed_base85 = GetDefaultCompressedFontDataTTFBase85(); - const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRangesDefault(); - ImFont* font = AddFontFromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); - return font; -} - -ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) -{ - IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"); - size_t data_size = 0; - void* data = ImFileLoadToMemory(filename, "rb", &data_size, 0); - if (!data) - { - IM_ASSERT_USER_ERROR(0, "Could not load font file!"); - return NULL; - } - ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); - if (font_cfg.Name[0] == '\0') - { - // Store a short copy of filename into into the font name for convenience - const char* p; - for (p = filename + strlen(filename); p > filename && p[-1] != '/' && p[-1] != '\\'; p--) {} - ImFormatString(font_cfg.Name, IM_ARRAYSIZE(font_cfg.Name), "%s, %.0fpx", p, size_pixels); - } - return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); -} - -// NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after Build(). -ImFont* ImFontAtlas::AddFontFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) -{ - IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"); - ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); - IM_ASSERT(font_cfg.FontData == NULL); - font_cfg.FontData = ttf_data; - font_cfg.FontDataSize = ttf_size; - font_cfg.SizePixels = size_pixels > 0.0f ? size_pixels : font_cfg.SizePixels; - if (glyph_ranges) - font_cfg.GlyphRanges = glyph_ranges; - return AddFont(&font_cfg); -} - -ImFont* ImFontAtlas::AddFontFromMemoryCompressedTTF(const void* compressed_ttf_data, int compressed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) -{ - const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_ttf_data); - unsigned char* buf_decompressed_data = (unsigned char*)IM_ALLOC(buf_decompressed_size); - stb_decompress(buf_decompressed_data, (const unsigned char*)compressed_ttf_data, (unsigned int)compressed_ttf_size); - - ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); - IM_ASSERT(font_cfg.FontData == NULL); - font_cfg.FontDataOwnedByAtlas = true; - return AddFontFromMemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); -} - -ImFont* ImFontAtlas::AddFontFromMemoryCompressedBase85TTF(const char* compressed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) -{ - int compressed_ttf_size = (((int)strlen(compressed_ttf_data_base85) + 4) / 5) * 4; - void* compressed_ttf = IM_ALLOC((size_t)compressed_ttf_size); - Decode85((const unsigned char*)compressed_ttf_data_base85, (unsigned char*)compressed_ttf); - ImFont* font = AddFontFromMemoryCompressedTTF(compressed_ttf, compressed_ttf_size, size_pixels, font_cfg, glyph_ranges); - IM_FREE(compressed_ttf); - return font; -} - -int ImFontAtlas::AddCustomRectRegular(int width, int height) -{ - IM_ASSERT(width > 0 && width <= 0xFFFF); - IM_ASSERT(height > 0 && height <= 0xFFFF); - ImFontAtlasCustomRect r; - r.Width = (unsigned short)width; - r.Height = (unsigned short)height; - CustomRects.push_back(r); - return CustomRects.Size - 1; // Return index -} - -int ImFontAtlas::AddCustomRectFontGlyph(ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2& offset) -{ -#ifdef IMGUI_USE_WCHAR32 - IM_ASSERT(id <= IM_UNICODE_CODEPOINT_MAX); -#endif - IM_ASSERT(font != NULL); - IM_ASSERT(width > 0 && width <= 0xFFFF); - IM_ASSERT(height > 0 && height <= 0xFFFF); - ImFontAtlasCustomRect r; - r.Width = (unsigned short)width; - r.Height = (unsigned short)height; - r.GlyphID = id; - r.GlyphAdvanceX = advance_x; - r.GlyphOffset = offset; - r.Font = font; - CustomRects.push_back(r); - return CustomRects.Size - 1; // Return index -} - -void ImFontAtlas::CalcCustomRectUV(const ImFontAtlasCustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max) const -{ - IM_ASSERT(TexWidth > 0 && TexHeight > 0); // Font atlas needs to be built before we can calculate UV coordinates - IM_ASSERT(rect->IsPacked()); // Make sure the rectangle has been packed - *out_uv_min = ImVec2((float)rect->X * TexUvScale.x, (float)rect->Y * TexUvScale.y); - *out_uv_max = ImVec2((float)(rect->X + rect->Width) * TexUvScale.x, (float)(rect->Y + rect->Height) * TexUvScale.y); -} - -bool ImFontAtlas::GetMouseCursorTexData(ImGuiMouseCursor cursor_type, ImVec2* out_offset, ImVec2* out_size, ImVec2 out_uv_border[2], ImVec2 out_uv_fill[2]) -{ - if (cursor_type <= ImGuiMouseCursor_None || cursor_type >= ImGuiMouseCursor_COUNT) - return false; - if (Flags & ImFontAtlasFlags_NoMouseCursors) - return false; - - IM_ASSERT(PackIdMouseCursors != -1); - ImFontAtlasCustomRect* r = GetCustomRectByIndex(PackIdMouseCursors); - ImVec2 pos = FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[cursor_type][0] + ImVec2((float)r->X, (float)r->Y); - ImVec2 size = FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[cursor_type][1]; - *out_size = size; - *out_offset = FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[cursor_type][2]; - out_uv_border[0] = (pos) * TexUvScale; - out_uv_border[1] = (pos + size) * TexUvScale; - pos.x += FONT_ATLAS_DEFAULT_TEX_DATA_W + 1; - out_uv_fill[0] = (pos) * TexUvScale; - out_uv_fill[1] = (pos + size) * TexUvScale; - return true; -} - -bool ImFontAtlas::Build() -{ - IM_ASSERT(!Locked && "Cannot modify a locked ImFontAtlas between NewFrame() and EndFrame/Render()!"); - - // Default font is none are specified - if (ConfigData.Size == 0) - AddFontDefault(); - - // Select builder - // - Note that we do not reassign to atlas->FontBuilderIO, since it is likely to point to static data which - // may mess with some hot-reloading schemes. If you need to assign to this (for dynamic selection) AND are - // using a hot-reloading scheme that messes up static data, store your own instance of ImFontBuilderIO somewhere - // and point to it instead of pointing directly to return value of the GetBuilderXXX functions. - const ImFontBuilderIO* builder_io = FontBuilderIO; - if (builder_io == NULL) - { -#ifdef IMGUI_ENABLE_FREETYPE - builder_io = ImGuiFreeType::GetBuilderForFreeType(); -#elif defined(IMGUI_ENABLE_STB_TRUETYPE) - builder_io = ImFontAtlasGetBuilderForStbTruetype(); -#else - IM_ASSERT(0); // Invalid Build function -#endif - } - - // Build - return builder_io->FontBuilder_Build(this); -} - -void ImFontAtlasBuildMultiplyCalcLookupTable(unsigned char out_table[256], float in_brighten_factor) -{ - for (unsigned int i = 0; i < 256; i++) - { - unsigned int value = (unsigned int)(i * in_brighten_factor); - out_table[i] = value > 255 ? 255 : (value & 0xFF); - } -} - -void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256], unsigned char* pixels, int x, int y, int w, int h, int stride) -{ - unsigned char* data = pixels + x + y * stride; - for (int j = h; j > 0; j--, data += stride) - for (int i = 0; i < w; i++) - data[i] = table[data[i]]; -} - -#ifdef IMGUI_ENABLE_STB_TRUETYPE -// Temporary data for one source font (multiple source fonts can be merged into one destination ImFont) -// (C++03 doesn't allow instancing ImVector<> with function-local types so we declare the type here.) -struct ImFontBuildSrcData -{ - stbtt_fontinfo FontInfo; - stbtt_pack_range PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data) - stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the packer will give us their position. - stbtt_packedchar* PackedChars; // Output glyphs - const ImWchar* SrcRanges; // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF) - int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[] - int GlyphsHighest; // Highest requested codepoint - int GlyphsCount; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font) - ImBitVector GlyphsSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB) - ImVector GlyphsList; // Glyph codepoints list (flattened version of GlyphsMap) -}; - -// Temporary data for one destination ImFont* (multiple source fonts can be merged into one destination ImFont) -struct ImFontBuildDstData -{ - int SrcCount; // Number of source fonts targeting this destination font. - int GlyphsHighest; - int GlyphsCount; - ImBitVector GlyphsSet; // This is used to resolve collision when multiple sources are merged into a same destination font. -}; - -static void UnpackBitVectorToFlatIndexList(const ImBitVector* in, ImVector* out) -{ - IM_ASSERT(sizeof(in->Storage.Data[0]) == sizeof(int)); - const ImU32* it_begin = in->Storage.begin(); - const ImU32* it_end = in->Storage.end(); - for (const ImU32* it = it_begin; it < it_end; it++) - if (ImU32 entries_32 = *it) - for (ImU32 bit_n = 0; bit_n < 32; bit_n++) - if (entries_32 & ((ImU32)1 << bit_n)) - out->push_back((int)(((it - it_begin) << 5) + bit_n)); -} - -static bool ImFontAtlasBuildWithStbTruetype(ImFontAtlas* atlas) -{ - IM_ASSERT(atlas->ConfigData.Size > 0); - - ImFontAtlasBuildInit(atlas); - - // Clear atlas - atlas->TexID = (ImTextureID)NULL; - atlas->TexWidth = atlas->TexHeight = 0; - atlas->TexUvScale = ImVec2(0.0f, 0.0f); - atlas->TexUvWhitePixel = ImVec2(0.0f, 0.0f); - atlas->ClearTexData(); - - // Temporary storage for building - ImVector src_tmp_array; - ImVector dst_tmp_array; - src_tmp_array.resize(atlas->ConfigData.Size); - dst_tmp_array.resize(atlas->Fonts.Size); - memset(src_tmp_array.Data, 0, (size_t)src_tmp_array.size_in_bytes()); - memset(dst_tmp_array.Data, 0, (size_t)dst_tmp_array.size_in_bytes()); - - // 1. Initialize font loading structure, check font data validity - for (int src_i = 0; src_i < atlas->ConfigData.Size; src_i++) - { - ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; - ImFontConfig& cfg = atlas->ConfigData[src_i]; - IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas)); - - // Find index from cfg.DstFont (we allow the user to set cfg.DstFont. Also it makes casual debugging nicer than when storing indices) - src_tmp.DstIndex = -1; - for (int output_i = 0; output_i < atlas->Fonts.Size && src_tmp.DstIndex == -1; output_i++) - if (cfg.DstFont == atlas->Fonts[output_i]) - src_tmp.DstIndex = output_i; - if (src_tmp.DstIndex == -1) - { - IM_ASSERT(src_tmp.DstIndex != -1); // cfg.DstFont not pointing within atlas->Fonts[] array? - return false; - } - // Initialize helper structure for font loading and verify that the TTF/OTF data is correct - const int font_offset = stbtt_GetFontOffsetForIndex((unsigned char*)cfg.FontData, cfg.FontNo); - IM_ASSERT(font_offset >= 0 && "FontData is incorrect, or FontNo cannot be found."); - if (!stbtt_InitFont(&src_tmp.FontInfo, (unsigned char*)cfg.FontData, font_offset)) - return false; - - // Measure highest codepoints - ImFontBuildDstData& dst_tmp = dst_tmp_array[src_tmp.DstIndex]; - src_tmp.SrcRanges = cfg.GlyphRanges ? cfg.GlyphRanges : atlas->GetGlyphRangesDefault(); - for (const ImWchar* src_range = src_tmp.SrcRanges; src_range[0] && src_range[1]; src_range += 2) - src_tmp.GlyphsHighest = ImMax(src_tmp.GlyphsHighest, (int)src_range[1]); - dst_tmp.SrcCount++; - dst_tmp.GlyphsHighest = ImMax(dst_tmp.GlyphsHighest, src_tmp.GlyphsHighest); - } - - // 2. For every requested codepoint, check for their presence in the font data, and handle redundancy or overlaps between source fonts to avoid unused glyphs. - int total_glyphs_count = 0; - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; - ImFontBuildDstData& dst_tmp = dst_tmp_array[src_tmp.DstIndex]; - src_tmp.GlyphsSet.Create(src_tmp.GlyphsHighest + 1); - if (dst_tmp.GlyphsSet.Storage.empty()) - dst_tmp.GlyphsSet.Create(dst_tmp.GlyphsHighest + 1); - - for (const ImWchar* src_range = src_tmp.SrcRanges; src_range[0] && src_range[1]; src_range += 2) - for (unsigned int codepoint = src_range[0]; codepoint <= src_range[1]; codepoint++) - { - if (dst_tmp.GlyphsSet.TestBit(codepoint)) // Don't overwrite existing glyphs. We could make this an option for MergeMode (e.g. MergeOverwrite==true) - continue; - if (!stbtt_FindGlyphIndex(&src_tmp.FontInfo, codepoint)) // It is actually in the font? - continue; - - // Add to avail set/counters - src_tmp.GlyphsCount++; - dst_tmp.GlyphsCount++; - src_tmp.GlyphsSet.SetBit(codepoint); - dst_tmp.GlyphsSet.SetBit(codepoint); - total_glyphs_count++; - } - } - - // 3. Unpack our bit map into a flat list (we now have all the Unicode points that we know are requested _and_ available _and_ not overlapping another) - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; - src_tmp.GlyphsList.reserve(src_tmp.GlyphsCount); - UnpackBitVectorToFlatIndexList(&src_tmp.GlyphsSet, &src_tmp.GlyphsList); - src_tmp.GlyphsSet.Clear(); - IM_ASSERT(src_tmp.GlyphsList.Size == src_tmp.GlyphsCount); - } - for (int dst_i = 0; dst_i < dst_tmp_array.Size; dst_i++) - dst_tmp_array[dst_i].GlyphsSet.Clear(); - dst_tmp_array.clear(); - - // Allocate packing character data and flag packed characters buffer as non-packed (x0=y0=x1=y1=0) - // (We technically don't need to zero-clear buf_rects, but let's do it for the sake of sanity) - ImVector buf_rects; - ImVector buf_packedchars; - buf_rects.resize(total_glyphs_count); - buf_packedchars.resize(total_glyphs_count); - memset(buf_rects.Data, 0, (size_t)buf_rects.size_in_bytes()); - memset(buf_packedchars.Data, 0, (size_t)buf_packedchars.size_in_bytes()); - - // 4. Gather glyphs sizes so we can pack them in our virtual canvas. - int total_surface = 0; - int buf_rects_out_n = 0; - int buf_packedchars_out_n = 0; - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; - if (src_tmp.GlyphsCount == 0) - continue; - - src_tmp.Rects = &buf_rects[buf_rects_out_n]; - src_tmp.PackedChars = &buf_packedchars[buf_packedchars_out_n]; - buf_rects_out_n += src_tmp.GlyphsCount; - buf_packedchars_out_n += src_tmp.GlyphsCount; - - // Convert our ranges in the format stb_truetype wants - ImFontConfig& cfg = atlas->ConfigData[src_i]; - src_tmp.PackRange.font_size = cfg.SizePixels; - src_tmp.PackRange.first_unicode_codepoint_in_range = 0; - src_tmp.PackRange.array_of_unicode_codepoints = src_tmp.GlyphsList.Data; - src_tmp.PackRange.num_chars = src_tmp.GlyphsList.Size; - src_tmp.PackRange.chardata_for_range = src_tmp.PackedChars; - src_tmp.PackRange.h_oversample = (unsigned char)cfg.OversampleH; - src_tmp.PackRange.v_oversample = (unsigned char)cfg.OversampleV; - - // Gather the sizes of all rectangles we will need to pack (this loop is based on stbtt_PackFontRangesGatherRects) - const float scale = (cfg.SizePixels > 0) ? stbtt_ScaleForPixelHeight(&src_tmp.FontInfo, cfg.SizePixels) : stbtt_ScaleForMappingEmToPixels(&src_tmp.FontInfo, -cfg.SizePixels); - const int padding = atlas->TexGlyphPadding; - for (int glyph_i = 0; glyph_i < src_tmp.GlyphsList.Size; glyph_i++) - { - int x0, y0, x1, y1; - const int glyph_index_in_font = stbtt_FindGlyphIndex(&src_tmp.FontInfo, src_tmp.GlyphsList[glyph_i]); - IM_ASSERT(glyph_index_in_font != 0); - stbtt_GetGlyphBitmapBoxSubpixel(&src_tmp.FontInfo, glyph_index_in_font, scale * cfg.OversampleH, scale * cfg.OversampleV, 0, 0, &x0, &y0, &x1, &y1); - src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1); - src_tmp.Rects[glyph_i].h = (stbrp_coord)(y1 - y0 + padding + cfg.OversampleV - 1); - total_surface += src_tmp.Rects[glyph_i].w * src_tmp.Rects[glyph_i].h; - } - } - - // We need a width for the skyline algorithm, any width! - // The exact width doesn't really matter much, but some API/GPU have texture size limitations and increasing width can decrease height. - // User can override TexDesiredWidth and TexGlyphPadding if they wish, otherwise we use a simple heuristic to select the width based on expected surface. - const int surface_sqrt = (int)ImSqrt((float)total_surface) + 1; - atlas->TexHeight = 0; - if (atlas->TexDesiredWidth > 0) - atlas->TexWidth = atlas->TexDesiredWidth; - else - atlas->TexWidth = (surface_sqrt >= 4096 * 0.7f) ? 4096 : (surface_sqrt >= 2048 * 0.7f) ? 2048 : (surface_sqrt >= 1024 * 0.7f) ? 1024 : 512; - - // 5. Start packing - // Pack our extra data rectangles first, so it will be on the upper-left corner of our texture (UV will have small values). - const int TEX_HEIGHT_MAX = 1024 * 32; - stbtt_pack_context spc = {}; - stbtt_PackBegin(&spc, NULL, atlas->TexWidth, TEX_HEIGHT_MAX, 0, atlas->TexGlyphPadding, NULL); - ImFontAtlasBuildPackCustomRects(atlas, spc.pack_info); - - // 6. Pack each source font. No rendering yet, we are working with rectangles in an infinitely tall texture at this point. - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; - if (src_tmp.GlyphsCount == 0) - continue; - - stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); - - // Extend texture height and mark missing glyphs as non-packed so we won't render them. - // FIXME: We are not handling packing failure here (would happen if we got off TEX_HEIGHT_MAX or if a single if larger than TexWidth?) - for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++) - if (src_tmp.Rects[glyph_i].was_packed) - atlas->TexHeight = ImMax(atlas->TexHeight, src_tmp.Rects[glyph_i].y + src_tmp.Rects[glyph_i].h); - } - - // 7. Allocate texture - atlas->TexHeight = (atlas->Flags & ImFontAtlasFlags_NoPowerOfTwoHeight) ? (atlas->TexHeight + 1) : ImUpperPowerOfTwo(atlas->TexHeight); - atlas->TexUvScale = ImVec2(1.0f / atlas->TexWidth, 1.0f / atlas->TexHeight); - atlas->TexPixelsAlpha8 = (unsigned char*)IM_ALLOC(atlas->TexWidth * atlas->TexHeight); - memset(atlas->TexPixelsAlpha8, 0, atlas->TexWidth * atlas->TexHeight); - spc.pixels = atlas->TexPixelsAlpha8; - spc.height = atlas->TexHeight; - - // 8. Render/rasterize font characters into the texture - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontConfig& cfg = atlas->ConfigData[src_i]; - ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; - if (src_tmp.GlyphsCount == 0) - continue; - - stbtt_PackFontRangesRenderIntoRects(&spc, &src_tmp.FontInfo, &src_tmp.PackRange, 1, src_tmp.Rects); - - // Apply multiply operator - if (cfg.RasterizerMultiply != 1.0f) - { - unsigned char multiply_table[256]; - ImFontAtlasBuildMultiplyCalcLookupTable(multiply_table, cfg.RasterizerMultiply); - stbrp_rect* r = &src_tmp.Rects[0]; - for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++, r++) - if (r->was_packed) - ImFontAtlasBuildMultiplyRectAlpha8(multiply_table, atlas->TexPixelsAlpha8, r->x, r->y, r->w, r->h, atlas->TexWidth * 1); - } - src_tmp.Rects = NULL; - } - - // End packing - stbtt_PackEnd(&spc); - buf_rects.clear(); - - // 9. Setup ImFont and glyphs for runtime - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; - if (src_tmp.GlyphsCount == 0) - continue; - - // When merging fonts with MergeMode=true: - // - We can have multiple input fonts writing into a same destination font. - // - dst_font->ConfigData is != from cfg which is our source configuration. - ImFontConfig& cfg = atlas->ConfigData[src_i]; - ImFont* dst_font = cfg.DstFont; - - const float font_scale = stbtt_ScaleForPixelHeight(&src_tmp.FontInfo, cfg.SizePixels); - int unscaled_ascent, unscaled_descent, unscaled_line_gap; - stbtt_GetFontVMetrics(&src_tmp.FontInfo, &unscaled_ascent, &unscaled_descent, &unscaled_line_gap); - - const float ascent = ImFloor(unscaled_ascent * font_scale + ((unscaled_ascent > 0.0f) ? +1 : -1)); - const float descent = ImFloor(unscaled_descent * font_scale + ((unscaled_descent > 0.0f) ? +1 : -1)); - ImFontAtlasBuildSetupFont(atlas, dst_font, &cfg, ascent, descent); - const float font_off_x = cfg.GlyphOffset.x; - const float font_off_y = cfg.GlyphOffset.y + IM_ROUND(dst_font->Ascent); - - for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++) - { - // Register glyph - const int codepoint = src_tmp.GlyphsList[glyph_i]; - const stbtt_packedchar& pc = src_tmp.PackedChars[glyph_i]; - stbtt_aligned_quad q; - float unused_x = 0.0f, unused_y = 0.0f; - stbtt_GetPackedQuad(src_tmp.PackedChars, atlas->TexWidth, atlas->TexHeight, glyph_i, &unused_x, &unused_y, &q, 0); - dst_font->AddGlyph(&cfg, (ImWchar)codepoint, q.x0 + font_off_x, q.y0 + font_off_y, q.x1 + font_off_x, q.y1 + font_off_y, q.s0, q.t0, q.s1, q.t1, pc.xadvance); - } - } - - // Cleanup - src_tmp_array.clear_destruct(); - - ImFontAtlasBuildFinish(atlas); - return true; -} - -const ImFontBuilderIO* ImFontAtlasGetBuilderForStbTruetype() -{ - static ImFontBuilderIO io; - io.FontBuilder_Build = ImFontAtlasBuildWithStbTruetype; - return &io; -} - -#endif // IMGUI_ENABLE_STB_TRUETYPE - -void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent) -{ - if (!font_config->MergeMode) - { - font->ClearOutputData(); - font->FontSize = font_config->SizePixels; - font->ConfigData = font_config; - font->ConfigDataCount = 0; - font->ContainerAtlas = atlas; - font->Ascent = ascent; - font->Descent = descent; - } - font->ConfigDataCount++; -} - -void ImFontAtlasBuildPackCustomRects(ImFontAtlas* atlas, void* stbrp_context_opaque) -{ - stbrp_context* pack_context = (stbrp_context*)stbrp_context_opaque; - IM_ASSERT(pack_context != NULL); - - ImVector& user_rects = atlas->CustomRects; - IM_ASSERT(user_rects.Size >= 1); // We expect at least the default custom rects to be registered, else something went wrong. - - ImVector pack_rects; - pack_rects.resize(user_rects.Size); - memset(pack_rects.Data, 0, (size_t)pack_rects.size_in_bytes()); - for (int i = 0; i < user_rects.Size; i++) - { - pack_rects[i].w = user_rects[i].Width; - pack_rects[i].h = user_rects[i].Height; - } - stbrp_pack_rects(pack_context, &pack_rects[0], pack_rects.Size); - for (int i = 0; i < pack_rects.Size; i++) - if (pack_rects[i].was_packed) - { - user_rects[i].X = (unsigned short)pack_rects[i].x; - user_rects[i].Y = (unsigned short)pack_rects[i].y; - IM_ASSERT(pack_rects[i].w == user_rects[i].Width && pack_rects[i].h == user_rects[i].Height); - atlas->TexHeight = ImMax(atlas->TexHeight, pack_rects[i].y + pack_rects[i].h); - } -} - -void ImFontAtlasBuildRender8bppRectFromString(ImFontAtlas* atlas, int x, int y, int w, int h, const char* in_str, char in_marker_char, unsigned char in_marker_pixel_value) -{ - IM_ASSERT(x >= 0 && x + w <= atlas->TexWidth); - IM_ASSERT(y >= 0 && y + h <= atlas->TexHeight); - unsigned char* out_pixel = atlas->TexPixelsAlpha8 + x + (y * atlas->TexWidth); - for (int off_y = 0; off_y < h; off_y++, out_pixel += atlas->TexWidth, in_str += w) - for (int off_x = 0; off_x < w; off_x++) - out_pixel[off_x] = (in_str[off_x] == in_marker_char) ? in_marker_pixel_value : 0x00; -} - -void ImFontAtlasBuildRender32bppRectFromString(ImFontAtlas* atlas, int x, int y, int w, int h, const char* in_str, char in_marker_char, unsigned int in_marker_pixel_value) -{ - IM_ASSERT(x >= 0 && x + w <= atlas->TexWidth); - IM_ASSERT(y >= 0 && y + h <= atlas->TexHeight); - unsigned int* out_pixel = atlas->TexPixelsRGBA32 + x + (y * atlas->TexWidth); - for (int off_y = 0; off_y < h; off_y++, out_pixel += atlas->TexWidth, in_str += w) - for (int off_x = 0; off_x < w; off_x++) - out_pixel[off_x] = (in_str[off_x] == in_marker_char) ? in_marker_pixel_value : IM_COL32_BLACK_TRANS; -} - -static void ImFontAtlasBuildRenderDefaultTexData(ImFontAtlas* atlas) -{ - ImFontAtlasCustomRect* r = atlas->GetCustomRectByIndex(atlas->PackIdMouseCursors); - IM_ASSERT(r->IsPacked()); - - const int w = atlas->TexWidth; - if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors)) - { - // Render/copy pixels - IM_ASSERT(r->Width == FONT_ATLAS_DEFAULT_TEX_DATA_W * 2 + 1 && r->Height == FONT_ATLAS_DEFAULT_TEX_DATA_H); - const int x_for_white = r->X; - const int x_for_black = r->X + FONT_ATLAS_DEFAULT_TEX_DATA_W + 1; - if (atlas->TexPixelsAlpha8 != NULL) - { - ImFontAtlasBuildRender8bppRectFromString(atlas, x_for_white, r->Y, FONT_ATLAS_DEFAULT_TEX_DATA_W, FONT_ATLAS_DEFAULT_TEX_DATA_H, FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS, '.', 0xFF); - ImFontAtlasBuildRender8bppRectFromString(atlas, x_for_black, r->Y, FONT_ATLAS_DEFAULT_TEX_DATA_W, FONT_ATLAS_DEFAULT_TEX_DATA_H, FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS, 'X', 0xFF); - } - else - { - ImFontAtlasBuildRender32bppRectFromString(atlas, x_for_white, r->Y, FONT_ATLAS_DEFAULT_TEX_DATA_W, FONT_ATLAS_DEFAULT_TEX_DATA_H, FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS, '.', IM_COL32_WHITE); - ImFontAtlasBuildRender32bppRectFromString(atlas, x_for_black, r->Y, FONT_ATLAS_DEFAULT_TEX_DATA_W, FONT_ATLAS_DEFAULT_TEX_DATA_H, FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS, 'X', IM_COL32_WHITE); - } - } - else - { - // Render 4 white pixels - IM_ASSERT(r->Width == 2 && r->Height == 2); - const int offset = (int)r->X + (int)r->Y * w; - if (atlas->TexPixelsAlpha8 != NULL) - { - atlas->TexPixelsAlpha8[offset] = atlas->TexPixelsAlpha8[offset + 1] = atlas->TexPixelsAlpha8[offset + w] = atlas->TexPixelsAlpha8[offset + w + 1] = 0xFF; - } - else - { - atlas->TexPixelsRGBA32[offset] = atlas->TexPixelsRGBA32[offset + 1] = atlas->TexPixelsRGBA32[offset + w] = atlas->TexPixelsRGBA32[offset + w + 1] = IM_COL32_WHITE; - } - } - atlas->TexUvWhitePixel = ImVec2((r->X + 0.5f) * atlas->TexUvScale.x, (r->Y + 0.5f) * atlas->TexUvScale.y); -} - -static void ImFontAtlasBuildRenderLinesTexData(ImFontAtlas* atlas) -{ - if (atlas->Flags & ImFontAtlasFlags_NoBakedLines) - return; - - // This generates a triangular shape in the texture, with the various line widths stacked on top of each other to allow interpolation between them - ImFontAtlasCustomRect* r = atlas->GetCustomRectByIndex(atlas->PackIdLines); - IM_ASSERT(r->IsPacked()); - for (unsigned int n = 0; n < IM_DRAWLIST_TEX_LINES_WIDTH_MAX + 1; n++) // +1 because of the zero-width row - { - // Each line consists of at least two empty pixels at the ends, with a line of solid pixels in the middle - unsigned int y = n; - unsigned int line_width = n; - unsigned int pad_left = (r->Width - line_width) / 2; - unsigned int pad_right = r->Width - (pad_left + line_width); - - // Write each slice - IM_ASSERT(pad_left + line_width + pad_right == r->Width && y < r->Height); // Make sure we're inside the texture bounds before we start writing pixels - if (atlas->TexPixelsAlpha8 != NULL) - { - unsigned char* write_ptr = &atlas->TexPixelsAlpha8[r->X + ((r->Y + y) * atlas->TexWidth)]; - for (unsigned int i = 0; i < pad_left; i++) - *(write_ptr + i) = 0x00; - - for (unsigned int i = 0; i < line_width; i++) - *(write_ptr + pad_left + i) = 0xFF; - - for (unsigned int i = 0; i < pad_right; i++) - *(write_ptr + pad_left + line_width + i) = 0x00; - } - else - { - unsigned int* write_ptr = &atlas->TexPixelsRGBA32[r->X + ((r->Y + y) * atlas->TexWidth)]; - for (unsigned int i = 0; i < pad_left; i++) - *(write_ptr + i) = IM_COL32(255, 255, 255, 0); - - for (unsigned int i = 0; i < line_width; i++) - *(write_ptr + pad_left + i) = IM_COL32_WHITE; - - for (unsigned int i = 0; i < pad_right; i++) - *(write_ptr + pad_left + line_width + i) = IM_COL32(255, 255, 255, 0); - } - - // Calculate UVs for this line - ImVec2 uv0 = ImVec2((float)(r->X + pad_left - 1), (float)(r->Y + y)) * atlas->TexUvScale; - ImVec2 uv1 = ImVec2((float)(r->X + pad_left + line_width + 1), (float)(r->Y + y + 1)) * atlas->TexUvScale; - float half_v = (uv0.y + uv1.y) * 0.5f; // Calculate a constant V in the middle of the row to avoid sampling artifacts - atlas->TexUvLines[n] = ImVec4(uv0.x, half_v, uv1.x, half_v); - } -} - -// Note: this is called / shared by both the stb_truetype and the FreeType builder -void ImFontAtlasBuildInit(ImFontAtlas* atlas) -{ - // Register texture region for mouse cursors or standard white pixels - if (atlas->PackIdMouseCursors < 0) - { - if (!(atlas->Flags & ImFontAtlasFlags_NoMouseCursors)) - atlas->PackIdMouseCursors = atlas->AddCustomRectRegular(FONT_ATLAS_DEFAULT_TEX_DATA_W * 2 + 1, FONT_ATLAS_DEFAULT_TEX_DATA_H); - else - atlas->PackIdMouseCursors = atlas->AddCustomRectRegular(2, 2); - } - - // Register texture region for thick lines - // The +2 here is to give space for the end caps, whilst height +1 is to accommodate the fact we have a zero-width row - if (atlas->PackIdLines < 0) - { - if (!(atlas->Flags & ImFontAtlasFlags_NoBakedLines)) - atlas->PackIdLines = atlas->AddCustomRectRegular(IM_DRAWLIST_TEX_LINES_WIDTH_MAX + 2, IM_DRAWLIST_TEX_LINES_WIDTH_MAX + 1); - } -} - -// This is called/shared by both the stb_truetype and the FreeType builder. -void ImFontAtlasBuildFinish(ImFontAtlas* atlas) -{ - // Render into our custom data blocks - IM_ASSERT(atlas->TexPixelsAlpha8 != NULL || atlas->TexPixelsRGBA32 != NULL); - ImFontAtlasBuildRenderDefaultTexData(atlas); - ImFontAtlasBuildRenderLinesTexData(atlas); - - // Register custom rectangle glyphs - for (int i = 0; i < atlas->CustomRects.Size; i++) - { - const ImFontAtlasCustomRect* r = &atlas->CustomRects[i]; - if (r->Font == NULL || r->GlyphID == 0) - continue; - - // Will ignore ImFontConfig settings: GlyphMinAdvanceX, GlyphMinAdvanceY, GlyphExtraSpacing, PixelSnapH - IM_ASSERT(r->Font->ContainerAtlas == atlas); - ImVec2 uv0, uv1; - atlas->CalcCustomRectUV(r, &uv0, &uv1); - r->Font->AddGlyph(NULL, (ImWchar)r->GlyphID, r->GlyphOffset.x, r->GlyphOffset.y, r->GlyphOffset.x + r->Width, r->GlyphOffset.y + r->Height, uv0.x, uv0.y, uv1.x, uv1.y, r->GlyphAdvanceX); - } - - // Build all fonts lookup tables - for (int i = 0; i < atlas->Fonts.Size; i++) - if (atlas->Fonts[i]->DirtyLookupTables) - atlas->Fonts[i]->BuildLookupTable(); - - atlas->TexReady = true; -} - -// Retrieve list of range (2 int per range, values are inclusive) -const ImWchar* ImFontAtlas::GetGlyphRangesDefault() -{ - static const ImWchar ranges[] = - { - 0x0020, 0x00FF, // Basic Latin + Latin Supplement - 0, - }; - return &ranges[0]; -} - -const ImWchar* ImFontAtlas::GetGlyphRangesKorean() -{ - static const ImWchar ranges[] = - { - 0x0020, 0x00FF, // Basic Latin + Latin Supplement - 0x3131, 0x3163, // Korean alphabets - 0xAC00, 0xD7A3, // Korean characters - 0xFFFD, 0xFFFD, // Invalid - 0, - }; - return &ranges[0]; -} - -const ImWchar* ImFontAtlas::GetGlyphRangesChineseFull() -{ - static const ImWchar ranges[] = - { - 0x0020, 0x00FF, // Basic Latin + Latin Supplement - 0x2000, 0x206F, // General Punctuation - 0x3000, 0x30FF, // CJK Symbols and Punctuations, Hiragana, Katakana - 0x31F0, 0x31FF, // Katakana Phonetic Extensions - 0xFF00, 0xFFEF, // Half-width characters - 0xFFFD, 0xFFFD, // Invalid - 0x4e00, 0x9FAF, // CJK Ideograms - 0, - }; - return &ranges[0]; -} - -static void UnpackAccumulativeOffsetsIntoRanges(int base_codepoint, const short* accumulative_offsets, int accumulative_offsets_count, ImWchar* out_ranges) -{ - for (int n = 0; n < accumulative_offsets_count; n++, out_ranges += 2) - { - out_ranges[0] = out_ranges[1] = (ImWchar)(base_codepoint + accumulative_offsets[n]); - base_codepoint += accumulative_offsets[n]; - } - out_ranges[0] = 0; -} - -//------------------------------------------------------------------------- -// [SECTION] ImFontAtlas glyph ranges helpers -//------------------------------------------------------------------------- - -const ImWchar* ImFontAtlas::GetGlyphRangesChineseSimplifiedCommon() -{ - // Store 2500 regularly used characters for Simplified Chinese. - // Sourced from https://zh.wiktionary.org/wiki/%E9%99%84%E5%BD%95:%E7%8E%B0%E4%BB%A3%E6%B1%89%E8%AF%AD%E5%B8%B8%E7%94%A8%E5%AD%97%E8%A1%A8 - // This table covers 97.97% of all characters used during the month in July, 1987. - // You can use ImFontGlyphRangesBuilder to create your own ranges derived from this, by merging existing ranges or adding new characters. - // (Stored as accumulative offsets from the initial unicode codepoint 0x4E00. This encoding is designed to helps us compact the source code size.) - static const short accumulative_offsets_from_0x4E00[] = - { - 0,1,2,4,1,1,1,1,2,1,3,2,1,2,2,1,1,1,1,1,5,2,1,2,3,3,3,2,2,4,1,1,1,2,1,5,2,3,1,2,1,2,1,1,2,1,1,2,2,1,4,1,1,1,1,5,10,1,2,19,2,1,2,1,2,1,2,1,2, - 1,5,1,6,3,2,1,2,2,1,1,1,4,8,5,1,1,4,1,1,3,1,2,1,5,1,2,1,1,1,10,1,1,5,2,4,6,1,4,2,2,2,12,2,1,1,6,1,1,1,4,1,1,4,6,5,1,4,2,2,4,10,7,1,1,4,2,4, - 2,1,4,3,6,10,12,5,7,2,14,2,9,1,1,6,7,10,4,7,13,1,5,4,8,4,1,1,2,28,5,6,1,1,5,2,5,20,2,2,9,8,11,2,9,17,1,8,6,8,27,4,6,9,20,11,27,6,68,2,2,1,1, - 1,2,1,2,2,7,6,11,3,3,1,1,3,1,2,1,1,1,1,1,3,1,1,8,3,4,1,5,7,2,1,4,4,8,4,2,1,2,1,1,4,5,6,3,6,2,12,3,1,3,9,2,4,3,4,1,5,3,3,1,3,7,1,5,1,1,1,1,2, - 3,4,5,2,3,2,6,1,1,2,1,7,1,7,3,4,5,15,2,2,1,5,3,22,19,2,1,1,1,1,2,5,1,1,1,6,1,1,12,8,2,9,18,22,4,1,1,5,1,16,1,2,7,10,15,1,1,6,2,4,1,2,4,1,6, - 1,1,3,2,4,1,6,4,5,1,2,1,1,2,1,10,3,1,3,2,1,9,3,2,5,7,2,19,4,3,6,1,1,1,1,1,4,3,2,1,1,1,2,5,3,1,1,1,2,2,1,1,2,1,1,2,1,3,1,1,1,3,7,1,4,1,1,2,1, - 1,2,1,2,4,4,3,8,1,1,1,2,1,3,5,1,3,1,3,4,6,2,2,14,4,6,6,11,9,1,15,3,1,28,5,2,5,5,3,1,3,4,5,4,6,14,3,2,3,5,21,2,7,20,10,1,2,19,2,4,28,28,2,3, - 2,1,14,4,1,26,28,42,12,40,3,52,79,5,14,17,3,2,2,11,3,4,6,3,1,8,2,23,4,5,8,10,4,2,7,3,5,1,1,6,3,1,2,2,2,5,28,1,1,7,7,20,5,3,29,3,17,26,1,8,4, - 27,3,6,11,23,5,3,4,6,13,24,16,6,5,10,25,35,7,3,2,3,3,14,3,6,2,6,1,4,2,3,8,2,1,1,3,3,3,4,1,1,13,2,2,4,5,2,1,14,14,1,2,2,1,4,5,2,3,1,14,3,12, - 3,17,2,16,5,1,2,1,8,9,3,19,4,2,2,4,17,25,21,20,28,75,1,10,29,103,4,1,2,1,1,4,2,4,1,2,3,24,2,2,2,1,1,2,1,3,8,1,1,1,2,1,1,3,1,1,1,6,1,5,3,1,1, - 1,3,4,1,1,5,2,1,5,6,13,9,16,1,1,1,1,3,2,3,2,4,5,2,5,2,2,3,7,13,7,2,2,1,1,1,1,2,3,3,2,1,6,4,9,2,1,14,2,14,2,1,18,3,4,14,4,11,41,15,23,15,23, - 176,1,3,4,1,1,1,1,5,3,1,2,3,7,3,1,1,2,1,2,4,4,6,2,4,1,9,7,1,10,5,8,16,29,1,1,2,2,3,1,3,5,2,4,5,4,1,1,2,2,3,3,7,1,6,10,1,17,1,44,4,6,2,1,1,6, - 5,4,2,10,1,6,9,2,8,1,24,1,2,13,7,8,8,2,1,4,1,3,1,3,3,5,2,5,10,9,4,9,12,2,1,6,1,10,1,1,7,7,4,10,8,3,1,13,4,3,1,6,1,3,5,2,1,2,17,16,5,2,16,6, - 1,4,2,1,3,3,6,8,5,11,11,1,3,3,2,4,6,10,9,5,7,4,7,4,7,1,1,4,2,1,3,6,8,7,1,6,11,5,5,3,24,9,4,2,7,13,5,1,8,82,16,61,1,1,1,4,2,2,16,10,3,8,1,1, - 6,4,2,1,3,1,1,1,4,3,8,4,2,2,1,1,1,1,1,6,3,5,1,1,4,6,9,2,1,1,1,2,1,7,2,1,6,1,5,4,4,3,1,8,1,3,3,1,3,2,2,2,2,3,1,6,1,2,1,2,1,3,7,1,8,2,1,2,1,5, - 2,5,3,5,10,1,2,1,1,3,2,5,11,3,9,3,5,1,1,5,9,1,2,1,5,7,9,9,8,1,3,3,3,6,8,2,3,2,1,1,32,6,1,2,15,9,3,7,13,1,3,10,13,2,14,1,13,10,2,1,3,10,4,15, - 2,15,15,10,1,3,9,6,9,32,25,26,47,7,3,2,3,1,6,3,4,3,2,8,5,4,1,9,4,2,2,19,10,6,2,3,8,1,2,2,4,2,1,9,4,4,4,6,4,8,9,2,3,1,1,1,1,3,5,5,1,3,8,4,6, - 2,1,4,12,1,5,3,7,13,2,5,8,1,6,1,2,5,14,6,1,5,2,4,8,15,5,1,23,6,62,2,10,1,1,8,1,2,2,10,4,2,2,9,2,1,1,3,2,3,1,5,3,3,2,1,3,8,1,1,1,11,3,1,1,4, - 3,7,1,14,1,2,3,12,5,2,5,1,6,7,5,7,14,11,1,3,1,8,9,12,2,1,11,8,4,4,2,6,10,9,13,1,1,3,1,5,1,3,2,4,4,1,18,2,3,14,11,4,29,4,2,7,1,3,13,9,2,2,5, - 3,5,20,7,16,8,5,72,34,6,4,22,12,12,28,45,36,9,7,39,9,191,1,1,1,4,11,8,4,9,2,3,22,1,1,1,1,4,17,1,7,7,1,11,31,10,2,4,8,2,3,2,1,4,2,16,4,32,2, - 3,19,13,4,9,1,5,2,14,8,1,1,3,6,19,6,5,1,16,6,2,10,8,5,1,2,3,1,5,5,1,11,6,6,1,3,3,2,6,3,8,1,1,4,10,7,5,7,7,5,8,9,2,1,3,4,1,1,3,1,3,3,2,6,16, - 1,4,6,3,1,10,6,1,3,15,2,9,2,10,25,13,9,16,6,2,2,10,11,4,3,9,1,2,6,6,5,4,30,40,1,10,7,12,14,33,6,3,6,7,3,1,3,1,11,14,4,9,5,12,11,49,18,51,31, - 140,31,2,2,1,5,1,8,1,10,1,4,4,3,24,1,10,1,3,6,6,16,3,4,5,2,1,4,2,57,10,6,22,2,22,3,7,22,6,10,11,36,18,16,33,36,2,5,5,1,1,1,4,10,1,4,13,2,7, - 5,2,9,3,4,1,7,43,3,7,3,9,14,7,9,1,11,1,1,3,7,4,18,13,1,14,1,3,6,10,73,2,2,30,6,1,11,18,19,13,22,3,46,42,37,89,7,3,16,34,2,2,3,9,1,7,1,1,1,2, - 2,4,10,7,3,10,3,9,5,28,9,2,6,13,7,3,1,3,10,2,7,2,11,3,6,21,54,85,2,1,4,2,2,1,39,3,21,2,2,5,1,1,1,4,1,1,3,4,15,1,3,2,4,4,2,3,8,2,20,1,8,7,13, - 4,1,26,6,2,9,34,4,21,52,10,4,4,1,5,12,2,11,1,7,2,30,12,44,2,30,1,1,3,6,16,9,17,39,82,2,2,24,7,1,7,3,16,9,14,44,2,1,2,1,2,3,5,2,4,1,6,7,5,3, - 2,6,1,11,5,11,2,1,18,19,8,1,3,24,29,2,1,3,5,2,2,1,13,6,5,1,46,11,3,5,1,1,5,8,2,10,6,12,6,3,7,11,2,4,16,13,2,5,1,1,2,2,5,2,28,5,2,23,10,8,4, - 4,22,39,95,38,8,14,9,5,1,13,5,4,3,13,12,11,1,9,1,27,37,2,5,4,4,63,211,95,2,2,2,1,3,5,2,1,1,2,2,1,1,1,3,2,4,1,2,1,1,5,2,2,1,1,2,3,1,3,1,1,1, - 3,1,4,2,1,3,6,1,1,3,7,15,5,3,2,5,3,9,11,4,2,22,1,6,3,8,7,1,4,28,4,16,3,3,25,4,4,27,27,1,4,1,2,2,7,1,3,5,2,28,8,2,14,1,8,6,16,25,3,3,3,14,3, - 3,1,1,2,1,4,6,3,8,4,1,1,1,2,3,6,10,6,2,3,18,3,2,5,5,4,3,1,5,2,5,4,23,7,6,12,6,4,17,11,9,5,1,1,10,5,12,1,1,11,26,33,7,3,6,1,17,7,1,5,12,1,11, - 2,4,1,8,14,17,23,1,2,1,7,8,16,11,9,6,5,2,6,4,16,2,8,14,1,11,8,9,1,1,1,9,25,4,11,19,7,2,15,2,12,8,52,7,5,19,2,16,4,36,8,1,16,8,24,26,4,6,2,9, - 5,4,36,3,28,12,25,15,37,27,17,12,59,38,5,32,127,1,2,9,17,14,4,1,2,1,1,8,11,50,4,14,2,19,16,4,17,5,4,5,26,12,45,2,23,45,104,30,12,8,3,10,2,2, - 3,3,1,4,20,7,2,9,6,15,2,20,1,3,16,4,11,15,6,134,2,5,59,1,2,2,2,1,9,17,3,26,137,10,211,59,1,2,4,1,4,1,1,1,2,6,2,3,1,1,2,3,2,3,1,3,4,4,2,3,3, - 1,4,3,1,7,2,2,3,1,2,1,3,3,3,2,2,3,2,1,3,14,6,1,3,2,9,6,15,27,9,34,145,1,1,2,1,1,1,1,2,1,1,1,1,2,2,2,3,1,2,1,1,1,2,3,5,8,3,5,2,4,1,3,2,2,2,12, - 4,1,1,1,10,4,5,1,20,4,16,1,15,9,5,12,2,9,2,5,4,2,26,19,7,1,26,4,30,12,15,42,1,6,8,172,1,1,4,2,1,1,11,2,2,4,2,1,2,1,10,8,1,2,1,4,5,1,2,5,1,8, - 4,1,3,4,2,1,6,2,1,3,4,1,2,1,1,1,1,12,5,7,2,4,3,1,1,1,3,3,6,1,2,2,3,3,3,2,1,2,12,14,11,6,6,4,12,2,8,1,7,10,1,35,7,4,13,15,4,3,23,21,28,52,5, - 26,5,6,1,7,10,2,7,53,3,2,1,1,1,2,163,532,1,10,11,1,3,3,4,8,2,8,6,2,2,23,22,4,2,2,4,2,1,3,1,3,3,5,9,8,2,1,2,8,1,10,2,12,21,20,15,105,2,3,1,1, - 3,2,3,1,1,2,5,1,4,15,11,19,1,1,1,1,5,4,5,1,1,2,5,3,5,12,1,2,5,1,11,1,1,15,9,1,4,5,3,26,8,2,1,3,1,1,15,19,2,12,1,2,5,2,7,2,19,2,20,6,26,7,5, - 2,2,7,34,21,13,70,2,128,1,1,2,1,1,2,1,1,3,2,2,2,15,1,4,1,3,4,42,10,6,1,49,85,8,1,2,1,1,4,4,2,3,6,1,5,7,4,3,211,4,1,2,1,2,5,1,2,4,2,2,6,5,6, - 10,3,4,48,100,6,2,16,296,5,27,387,2,2,3,7,16,8,5,38,15,39,21,9,10,3,7,59,13,27,21,47,5,21,6 - }; - static ImWchar base_ranges[] = // not zero-terminated - { - 0x0020, 0x00FF, // Basic Latin + Latin Supplement - 0x2000, 0x206F, // General Punctuation - 0x3000, 0x30FF, // CJK Symbols and Punctuations, Hiragana, Katakana - 0x31F0, 0x31FF, // Katakana Phonetic Extensions - 0xFF00, 0xFFEF, // Half-width characters - 0xFFFD, 0xFFFD // Invalid - }; - static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E00) * 2 + 1] = { 0 }; - if (!full_ranges[0]) - { - memcpy(full_ranges, base_ranges, sizeof(base_ranges)); - UnpackAccumulativeOffsetsIntoRanges(0x4E00, accumulative_offsets_from_0x4E00, IM_ARRAYSIZE(accumulative_offsets_from_0x4E00), full_ranges + IM_ARRAYSIZE(base_ranges)); - } - return &full_ranges[0]; -} - -const ImWchar* ImFontAtlas::GetGlyphRangesJapanese() -{ - // 2999 ideograms code points for Japanese - // - 2136 Joyo (meaning "for regular use" or "for common use") Kanji code points - // - 863 Jinmeiyo (meaning "for personal name") Kanji code points - // - Sourced from the character information database of the Information-technology Promotion Agency, Japan - // - https://mojikiban.ipa.go.jp/mji/ - // - Available under the terms of the Creative Commons Attribution-ShareAlike 2.1 Japan (CC BY-SA 2.1 JP). - // - https://creativecommons.org/licenses/by-sa/2.1/jp/deed.en - // - https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode - // - You can generate this code by the script at: - // - https://github.com/vaiorabbit/everyday_use_kanji - // - References: - // - List of Joyo Kanji - // - (Official list by the Agency for Cultural Affairs) https://www.bunka.go.jp/kokugo_nihongo/sisaku/joho/joho/kakuki/14/tosin02/index.html - // - (Wikipedia) https://en.wikipedia.org/wiki/List_of_j%C5%8Dy%C5%8D_kanji - // - List of Jinmeiyo Kanji - // - (Official list by the Ministry of Justice) http://www.moj.go.jp/MINJI/minji86.html - // - (Wikipedia) https://en.wikipedia.org/wiki/Jinmeiy%C5%8D_kanji - // - Missing 1 Joyo Kanji: U+20B9F (Kun'yomi: Shikaru, On'yomi: Shitsu,shichi), see https://github.com/ocornut/imgui/pull/3627 for details. - // You can use ImFontGlyphRangesBuilder to create your own ranges derived from this, by merging existing ranges or adding new characters. - // (Stored as accumulative offsets from the initial unicode codepoint 0x4E00. This encoding is designed to helps us compact the source code size.) - static const short accumulative_offsets_from_0x4E00[] = - { - 0,1,2,4,1,1,1,1,2,1,3,3,2,2,1,5,3,5,7,5,6,1,2,1,7,2,6,3,1,8,1,1,4,1,1,18,2,11,2,6,2,1,2,1,5,1,2,1,3,1,2,1,2,3,3,1,1,2,3,1,1,1,12,7,9,1,4,5,1, - 1,2,1,10,1,1,9,2,2,4,5,6,9,3,1,1,1,1,9,3,18,5,2,2,2,2,1,6,3,7,1,1,1,1,2,2,4,2,1,23,2,10,4,3,5,2,4,10,2,4,13,1,6,1,9,3,1,1,6,6,7,6,3,1,2,11,3, - 2,2,3,2,15,2,2,5,4,3,6,4,1,2,5,2,12,16,6,13,9,13,2,1,1,7,16,4,7,1,19,1,5,1,2,2,7,7,8,2,6,5,4,9,18,7,4,5,9,13,11,8,15,2,1,1,1,2,1,2,2,1,2,2,8, - 2,9,3,3,1,1,4,4,1,1,1,4,9,1,4,3,5,5,2,7,5,3,4,8,2,1,13,2,3,3,1,14,1,1,4,5,1,3,6,1,5,2,1,1,3,3,3,3,1,1,2,7,6,6,7,1,4,7,6,1,1,1,1,1,12,3,3,9,5, - 2,6,1,5,6,1,2,3,18,2,4,14,4,1,3,6,1,1,6,3,5,5,3,2,2,2,2,12,3,1,4,2,3,2,3,11,1,7,4,1,2,1,3,17,1,9,1,24,1,1,4,2,2,4,1,2,7,1,1,1,3,1,2,2,4,15,1, - 1,2,1,1,2,1,5,2,5,20,2,5,9,1,10,8,7,6,1,1,1,1,1,1,6,2,1,2,8,1,1,1,1,5,1,1,3,1,1,1,1,3,1,1,12,4,1,3,1,1,1,1,1,10,3,1,7,5,13,1,2,3,4,6,1,1,30, - 2,9,9,1,15,38,11,3,1,8,24,7,1,9,8,10,2,1,9,31,2,13,6,2,9,4,49,5,2,15,2,1,10,2,1,1,1,2,2,6,15,30,35,3,14,18,8,1,16,10,28,12,19,45,38,1,3,2,3, - 13,2,1,7,3,6,5,3,4,3,1,5,7,8,1,5,3,18,5,3,6,1,21,4,24,9,24,40,3,14,3,21,3,2,1,2,4,2,3,1,15,15,6,5,1,1,3,1,5,6,1,9,7,3,3,2,1,4,3,8,21,5,16,4, - 5,2,10,11,11,3,6,3,2,9,3,6,13,1,2,1,1,1,1,11,12,6,6,1,4,2,6,5,2,1,1,3,3,6,13,3,1,1,5,1,2,3,3,14,2,1,2,2,2,5,1,9,5,1,1,6,12,3,12,3,4,13,2,14, - 2,8,1,17,5,1,16,4,2,2,21,8,9,6,23,20,12,25,19,9,38,8,3,21,40,25,33,13,4,3,1,4,1,2,4,1,2,5,26,2,1,1,2,1,3,6,2,1,1,1,1,1,1,2,3,1,1,1,9,2,3,1,1, - 1,3,6,3,2,1,1,6,6,1,8,2,2,2,1,4,1,2,3,2,7,3,2,4,1,2,1,2,2,1,1,1,1,1,3,1,2,5,4,10,9,4,9,1,1,1,1,1,1,5,3,2,1,6,4,9,6,1,10,2,31,17,8,3,7,5,40,1, - 7,7,1,6,5,2,10,7,8,4,15,39,25,6,28,47,18,10,7,1,3,1,1,2,1,1,1,3,3,3,1,1,1,3,4,2,1,4,1,3,6,10,7,8,6,2,2,1,3,3,2,5,8,7,9,12,2,15,1,1,4,1,2,1,1, - 1,3,2,1,3,3,5,6,2,3,2,10,1,4,2,8,1,1,1,11,6,1,21,4,16,3,1,3,1,4,2,3,6,5,1,3,1,1,3,3,4,6,1,1,10,4,2,7,10,4,7,4,2,9,4,3,1,1,1,4,1,8,3,4,1,3,1, - 6,1,4,2,1,4,7,2,1,8,1,4,5,1,1,2,2,4,6,2,7,1,10,1,1,3,4,11,10,8,21,4,6,1,3,5,2,1,2,28,5,5,2,3,13,1,2,3,1,4,2,1,5,20,3,8,11,1,3,3,3,1,8,10,9,2, - 10,9,2,3,1,1,2,4,1,8,3,6,1,7,8,6,11,1,4,29,8,4,3,1,2,7,13,1,4,1,6,2,6,12,12,2,20,3,2,3,6,4,8,9,2,7,34,5,1,18,6,1,1,4,4,5,7,9,1,2,2,4,3,4,1,7, - 2,2,2,6,2,3,25,5,3,6,1,4,6,7,4,2,1,4,2,13,6,4,4,3,1,5,3,4,4,3,2,1,1,4,1,2,1,1,3,1,11,1,6,3,1,7,3,6,2,8,8,6,9,3,4,11,3,2,10,12,2,5,11,1,6,4,5, - 3,1,8,5,4,6,6,3,5,1,1,3,2,1,2,2,6,17,12,1,10,1,6,12,1,6,6,19,9,6,16,1,13,4,4,15,7,17,6,11,9,15,12,6,7,2,1,2,2,15,9,3,21,4,6,49,18,7,3,2,3,1, - 6,8,2,2,6,2,9,1,3,6,4,4,1,2,16,2,5,2,1,6,2,3,5,3,1,2,5,1,2,1,9,3,1,8,6,4,8,11,3,1,1,1,1,3,1,13,8,4,1,3,2,2,1,4,1,11,1,5,2,1,5,2,5,8,6,1,1,7, - 4,3,8,3,2,7,2,1,5,1,5,2,4,7,6,2,8,5,1,11,4,5,3,6,18,1,2,13,3,3,1,21,1,1,4,1,4,1,1,1,8,1,2,2,7,1,2,4,2,2,9,2,1,1,1,4,3,6,3,12,5,1,1,1,5,6,3,2, - 4,8,2,2,4,2,7,1,8,9,5,2,3,2,1,3,2,13,7,14,6,5,1,1,2,1,4,2,23,2,1,1,6,3,1,4,1,15,3,1,7,3,9,14,1,3,1,4,1,1,5,8,1,3,8,3,8,15,11,4,14,4,4,2,5,5, - 1,7,1,6,14,7,7,8,5,15,4,8,6,5,6,2,1,13,1,20,15,11,9,2,5,6,2,11,2,6,2,5,1,5,8,4,13,19,25,4,1,1,11,1,34,2,5,9,14,6,2,2,6,1,1,14,1,3,14,13,1,6, - 12,21,14,14,6,32,17,8,32,9,28,1,2,4,11,8,3,1,14,2,5,15,1,1,1,1,3,6,4,1,3,4,11,3,1,1,11,30,1,5,1,4,1,5,8,1,1,3,2,4,3,17,35,2,6,12,17,3,1,6,2, - 1,1,12,2,7,3,3,2,1,16,2,8,3,6,5,4,7,3,3,8,1,9,8,5,1,2,1,3,2,8,1,2,9,12,1,1,2,3,8,3,24,12,4,3,7,5,8,3,3,3,3,3,3,1,23,10,3,1,2,2,6,3,1,16,1,16, - 22,3,10,4,11,6,9,7,7,3,6,2,2,2,4,10,2,1,1,2,8,7,1,6,4,1,3,3,3,5,10,12,12,2,3,12,8,15,1,1,16,6,6,1,5,9,11,4,11,4,2,6,12,1,17,5,13,1,4,9,5,1,11, - 2,1,8,1,5,7,28,8,3,5,10,2,17,3,38,22,1,2,18,12,10,4,38,18,1,4,44,19,4,1,8,4,1,12,1,4,31,12,1,14,7,75,7,5,10,6,6,13,3,2,11,11,3,2,5,28,15,6,18, - 18,5,6,4,3,16,1,7,18,7,36,3,5,3,1,7,1,9,1,10,7,2,4,2,6,2,9,7,4,3,32,12,3,7,10,2,23,16,3,1,12,3,31,4,11,1,3,8,9,5,1,30,15,6,12,3,2,2,11,19,9, - 14,2,6,2,3,19,13,17,5,3,3,25,3,14,1,1,1,36,1,3,2,19,3,13,36,9,13,31,6,4,16,34,2,5,4,2,3,3,5,1,1,1,4,3,1,17,3,2,3,5,3,1,3,2,3,5,6,3,12,11,1,3, - 1,2,26,7,12,7,2,14,3,3,7,7,11,25,25,28,16,4,36,1,2,1,6,2,1,9,3,27,17,4,3,4,13,4,1,3,2,2,1,10,4,2,4,6,3,8,2,1,18,1,1,24,2,2,4,33,2,3,63,7,1,6, - 40,7,3,4,4,2,4,15,18,1,16,1,1,11,2,41,14,1,3,18,13,3,2,4,16,2,17,7,15,24,7,18,13,44,2,2,3,6,1,1,7,5,1,7,1,4,3,3,5,10,8,2,3,1,8,1,1,27,4,2,1, - 12,1,2,1,10,6,1,6,7,5,2,3,7,11,5,11,3,6,6,2,3,15,4,9,1,1,2,1,2,11,2,8,12,8,5,4,2,3,1,5,2,2,1,14,1,12,11,4,1,11,17,17,4,3,2,5,5,7,3,1,5,9,9,8, - 2,5,6,6,13,13,2,1,2,6,1,2,2,49,4,9,1,2,10,16,7,8,4,3,2,23,4,58,3,29,1,14,19,19,11,11,2,7,5,1,3,4,6,2,18,5,12,12,17,17,3,3,2,4,1,6,2,3,4,3,1, - 1,1,1,5,1,1,9,1,3,1,3,6,1,8,1,1,2,6,4,14,3,1,4,11,4,1,3,32,1,2,4,13,4,1,2,4,2,1,3,1,11,1,4,2,1,4,4,6,3,5,1,6,5,7,6,3,23,3,5,3,5,3,3,13,3,9,10, - 1,12,10,2,3,18,13,7,160,52,4,2,2,3,2,14,5,4,12,4,6,4,1,20,4,11,6,2,12,27,1,4,1,2,2,7,4,5,2,28,3,7,25,8,3,19,3,6,10,2,2,1,10,2,5,4,1,3,4,1,5, - 3,2,6,9,3,6,2,16,3,3,16,4,5,5,3,2,1,2,16,15,8,2,6,21,2,4,1,22,5,8,1,1,21,11,2,1,11,11,19,13,12,4,2,3,2,3,6,1,8,11,1,4,2,9,5,2,1,11,2,9,1,1,2, - 14,31,9,3,4,21,14,4,8,1,7,2,2,2,5,1,4,20,3,3,4,10,1,11,9,8,2,1,4,5,14,12,14,2,17,9,6,31,4,14,1,20,13,26,5,2,7,3,6,13,2,4,2,19,6,2,2,18,9,3,5, - 12,12,14,4,6,2,3,6,9,5,22,4,5,25,6,4,8,5,2,6,27,2,35,2,16,3,7,8,8,6,6,5,9,17,2,20,6,19,2,13,3,1,1,1,4,17,12,2,14,7,1,4,18,12,38,33,2,10,1,1, - 2,13,14,17,11,50,6,33,20,26,74,16,23,45,50,13,38,33,6,6,7,4,4,2,1,3,2,5,8,7,8,9,3,11,21,9,13,1,3,10,6,7,1,2,2,18,5,5,1,9,9,2,68,9,19,13,2,5, - 1,4,4,7,4,13,3,9,10,21,17,3,26,2,1,5,2,4,5,4,1,7,4,7,3,4,2,1,6,1,1,20,4,1,9,2,2,1,3,3,2,3,2,1,1,1,20,2,3,1,6,2,3,6,2,4,8,1,3,2,10,3,5,3,4,4, - 3,4,16,1,6,1,10,2,4,2,1,1,2,10,11,2,2,3,1,24,31,4,10,10,2,5,12,16,164,15,4,16,7,9,15,19,17,1,2,1,1,5,1,1,1,1,1,3,1,4,3,1,3,1,3,1,2,1,1,3,3,7, - 2,8,1,2,2,2,1,3,4,3,7,8,12,92,2,10,3,1,3,14,5,25,16,42,4,7,7,4,2,21,5,27,26,27,21,25,30,31,2,1,5,13,3,22,5,6,6,11,9,12,1,5,9,7,5,5,22,60,3,5, - 13,1,1,8,1,1,3,3,2,1,9,3,3,18,4,1,2,3,7,6,3,1,2,3,9,1,3,1,3,2,1,3,1,1,1,2,1,11,3,1,6,9,1,3,2,3,1,2,1,5,1,1,4,3,4,1,2,2,4,4,1,7,2,1,2,2,3,5,13, - 18,3,4,14,9,9,4,16,3,7,5,8,2,6,48,28,3,1,1,4,2,14,8,2,9,2,1,15,2,4,3,2,10,16,12,8,7,1,1,3,1,1,1,2,7,4,1,6,4,38,39,16,23,7,15,15,3,2,12,7,21, - 37,27,6,5,4,8,2,10,8,8,6,5,1,2,1,3,24,1,16,17,9,23,10,17,6,1,51,55,44,13,294,9,3,6,2,4,2,2,15,1,1,1,13,21,17,68,14,8,9,4,1,4,9,3,11,7,1,1,1, - 5,6,3,2,1,1,1,2,3,8,1,2,2,4,1,5,5,2,1,4,3,7,13,4,1,4,1,3,1,1,1,5,5,10,1,6,1,5,2,1,5,2,4,1,4,5,7,3,18,2,9,11,32,4,3,3,2,4,7,11,16,9,11,8,13,38, - 32,8,4,2,1,1,2,1,2,4,4,1,1,1,4,1,21,3,11,1,16,1,1,6,1,3,2,4,9,8,57,7,44,1,3,3,13,3,10,1,1,7,5,2,7,21,47,63,3,15,4,7,1,16,1,1,2,8,2,3,42,15,4, - 1,29,7,22,10,3,78,16,12,20,18,4,67,11,5,1,3,15,6,21,31,32,27,18,13,71,35,5,142,4,10,1,2,50,19,33,16,35,37,16,19,27,7,1,133,19,1,4,8,7,20,1,4, - 4,1,10,3,1,6,1,2,51,5,40,15,24,43,22928,11,1,13,154,70,3,1,1,7,4,10,1,2,1,1,2,1,2,1,2,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1, - 3,2,1,1,1,1,2,1,1, - }; - static ImWchar base_ranges[] = // not zero-terminated - { - 0x0020, 0x00FF, // Basic Latin + Latin Supplement - 0x3000, 0x30FF, // CJK Symbols and Punctuations, Hiragana, Katakana - 0x31F0, 0x31FF, // Katakana Phonetic Extensions - 0xFF00, 0xFFEF, // Half-width characters - 0xFFFD, 0xFFFD // Invalid - }; - static ImWchar full_ranges[IM_ARRAYSIZE(base_ranges) + IM_ARRAYSIZE(accumulative_offsets_from_0x4E00)*2 + 1] = { 0 }; - if (!full_ranges[0]) - { - memcpy(full_ranges, base_ranges, sizeof(base_ranges)); - UnpackAccumulativeOffsetsIntoRanges(0x4E00, accumulative_offsets_from_0x4E00, IM_ARRAYSIZE(accumulative_offsets_from_0x4E00), full_ranges + IM_ARRAYSIZE(base_ranges)); - } - return &full_ranges[0]; -} - -const ImWchar* ImFontAtlas::GetGlyphRangesCyrillic() -{ - static const ImWchar ranges[] = - { - 0x0020, 0x00FF, // Basic Latin + Latin Supplement - 0x0400, 0x052F, // Cyrillic + Cyrillic Supplement - 0x2DE0, 0x2DFF, // Cyrillic Extended-A - 0xA640, 0xA69F, // Cyrillic Extended-B - 0, - }; - return &ranges[0]; -} - -const ImWchar* ImFontAtlas::GetGlyphRangesThai() -{ - static const ImWchar ranges[] = - { - 0x0020, 0x00FF, // Basic Latin - 0x2010, 0x205E, // Punctuations - 0x0E00, 0x0E7F, // Thai - 0, - }; - return &ranges[0]; -} - -const ImWchar* ImFontAtlas::GetGlyphRangesVietnamese() -{ - static const ImWchar ranges[] = - { - 0x0020, 0x00FF, // Basic Latin - 0x0102, 0x0103, - 0x0110, 0x0111, - 0x0128, 0x0129, - 0x0168, 0x0169, - 0x01A0, 0x01A1, - 0x01AF, 0x01B0, - 0x1EA0, 0x1EF9, - 0, - }; - return &ranges[0]; -} - -//----------------------------------------------------------------------------- -// [SECTION] ImFontGlyphRangesBuilder -//----------------------------------------------------------------------------- - -void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) -{ - while (text_end ? (text < text_end) : *text) - { - unsigned int c = 0; - int c_len = ImTextCharFromUtf8(&c, text, text_end); - text += c_len; - if (c_len == 0) - break; - AddChar((ImWchar)c); - } -} - -void ImFontGlyphRangesBuilder::AddRanges(const ImWchar* ranges) -{ - for (; ranges[0]; ranges += 2) - for (unsigned int c = ranges[0]; c <= ranges[1] && c <= IM_UNICODE_CODEPOINT_MAX; c++) //-V560 - AddChar((ImWchar)c); -} - -void ImFontGlyphRangesBuilder::BuildRanges(ImVector* out_ranges) -{ - const int max_codepoint = IM_UNICODE_CODEPOINT_MAX; - for (int n = 0; n <= max_codepoint; n++) - if (GetBit(n)) - { - out_ranges->push_back((ImWchar)n); - while (n < max_codepoint && GetBit(n + 1)) - n++; - out_ranges->push_back((ImWchar)n); - } - out_ranges->push_back(0); -} - -//----------------------------------------------------------------------------- -// [SECTION] ImFont -//----------------------------------------------------------------------------- - -ImFont::ImFont() -{ - FontSize = 0.0f; - FallbackAdvanceX = 0.0f; - FallbackChar = (ImWchar)-1; - EllipsisChar = (ImWchar)-1; - DotChar = (ImWchar)-1; - FallbackGlyph = NULL; - ContainerAtlas = NULL; - ConfigData = NULL; - ConfigDataCount = 0; - DirtyLookupTables = false; - Scale = 1.0f; - Ascent = Descent = 0.0f; - MetricsTotalSurface = 0; - memset(Used4kPagesMap, 0, sizeof(Used4kPagesMap)); -} - -ImFont::~ImFont() -{ - ClearOutputData(); -} - -void ImFont::ClearOutputData() -{ - FontSize = 0.0f; - FallbackAdvanceX = 0.0f; - Glyphs.clear(); - IndexAdvanceX.clear(); - IndexLookup.clear(); - FallbackGlyph = NULL; - ContainerAtlas = NULL; - DirtyLookupTables = true; - Ascent = Descent = 0.0f; - MetricsTotalSurface = 0; -} - -static ImWchar FindFirstExistingGlyph(ImFont* font, const ImWchar* candidate_chars, int candidate_chars_count) -{ - for (int n = 0; n < candidate_chars_count; n++) - if (font->FindGlyphNoFallback(candidate_chars[n]) != NULL) - return candidate_chars[n]; - return (ImWchar)-1; -} - -void ImFont::BuildLookupTable() -{ - int max_codepoint = 0; - for (int i = 0; i != Glyphs.Size; i++) - max_codepoint = ImMax(max_codepoint, (int)Glyphs[i].Codepoint); - - // Build lookup table - IM_ASSERT(Glyphs.Size < 0xFFFF); // -1 is reserved - IndexAdvanceX.clear(); - IndexLookup.clear(); - DirtyLookupTables = false; - memset(Used4kPagesMap, 0, sizeof(Used4kPagesMap)); - GrowIndex(max_codepoint + 1); - for (int i = 0; i < Glyphs.Size; i++) - { - int codepoint = (int)Glyphs[i].Codepoint; - IndexAdvanceX[codepoint] = Glyphs[i].AdvanceX; - IndexLookup[codepoint] = (ImWchar)i; - - // Mark 4K page as used - const int page_n = codepoint / 4096; - Used4kPagesMap[page_n >> 3] |= 1 << (page_n & 7); - } - - // Create a glyph to handle TAB - // FIXME: Needs proper TAB handling but it needs to be contextualized (or we could arbitrary say that each string starts at "column 0" ?) - if (FindGlyph((ImWchar)' ')) - { - if (Glyphs.back().Codepoint != '\t') // So we can call this function multiple times (FIXME: Flaky) - Glyphs.resize(Glyphs.Size + 1); - ImFontGlyph& tab_glyph = Glyphs.back(); - tab_glyph = *FindGlyph((ImWchar)' '); - tab_glyph.Codepoint = '\t'; - tab_glyph.AdvanceX *= IM_TABSIZE; - IndexAdvanceX[(int)tab_glyph.Codepoint] = (float)tab_glyph.AdvanceX; - IndexLookup[(int)tab_glyph.Codepoint] = (ImWchar)(Glyphs.Size - 1); - } - - // Mark special glyphs as not visible (note that AddGlyph already mark as non-visible glyphs with zero-size polygons) - SetGlyphVisible((ImWchar)' ', false); - SetGlyphVisible((ImWchar)'\t', false); - - // Ellipsis character is required for rendering elided text. We prefer using U+2026 (horizontal ellipsis). - // However some old fonts may contain ellipsis at U+0085. Here we auto-detect most suitable ellipsis character. - // FIXME: Note that 0x2026 is rarely included in our font ranges. Because of this we are more likely to use three individual dots. - const ImWchar ellipsis_chars[] = { (ImWchar)0x2026, (ImWchar)0x0085 }; - const ImWchar dots_chars[] = { (ImWchar)'.', (ImWchar)0xFF0E }; - if (EllipsisChar == (ImWchar)-1) - EllipsisChar = FindFirstExistingGlyph(this, ellipsis_chars, IM_ARRAYSIZE(ellipsis_chars)); - if (DotChar == (ImWchar)-1) - DotChar = FindFirstExistingGlyph(this, dots_chars, IM_ARRAYSIZE(dots_chars)); - - // Setup fallback character - const ImWchar fallback_chars[] = { (ImWchar)IM_UNICODE_CODEPOINT_INVALID, (ImWchar)'?', (ImWchar)' ' }; - FallbackGlyph = FindGlyphNoFallback(FallbackChar); - if (FallbackGlyph == NULL) - { - FallbackChar = FindFirstExistingGlyph(this, fallback_chars, IM_ARRAYSIZE(fallback_chars)); - FallbackGlyph = FindGlyphNoFallback(FallbackChar); - if (FallbackGlyph == NULL) - { - FallbackGlyph = &Glyphs.back(); - FallbackChar = (ImWchar)FallbackGlyph->Codepoint; - } - } - - FallbackAdvanceX = FallbackGlyph->AdvanceX; - for (int i = 0; i < max_codepoint + 1; i++) - if (IndexAdvanceX[i] < 0.0f) - IndexAdvanceX[i] = FallbackAdvanceX; -} - -// API is designed this way to avoid exposing the 4K page size -// e.g. use with IsGlyphRangeUnused(0, 255) -bool ImFont::IsGlyphRangeUnused(unsigned int c_begin, unsigned int c_last) -{ - unsigned int page_begin = (c_begin / 4096); - unsigned int page_last = (c_last / 4096); - for (unsigned int page_n = page_begin; page_n <= page_last; page_n++) - if ((page_n >> 3) < sizeof(Used4kPagesMap)) - if (Used4kPagesMap[page_n >> 3] & (1 << (page_n & 7))) - return false; - return true; -} - -void ImFont::SetGlyphVisible(ImWchar c, bool visible) -{ - if (ImFontGlyph* glyph = (ImFontGlyph*)(void*)FindGlyph((ImWchar)c)) - glyph->Visible = visible ? 1 : 0; -} - -void ImFont::GrowIndex(int new_size) -{ - IM_ASSERT(IndexAdvanceX.Size == IndexLookup.Size); - if (new_size <= IndexLookup.Size) - return; - IndexAdvanceX.resize(new_size, -1.0f); - IndexLookup.resize(new_size, (ImWchar)-1); -} - -// x0/y0/x1/y1 are offset from the character upper-left layout position, in pixels. Therefore x0/y0 are often fairly close to zero. -// Not to be mistaken with texture coordinates, which are held by u0/v0/u1/v1 in normalized format (0.0..1.0 on each texture axis). -// 'cfg' is not necessarily == 'this->ConfigData' because multiple source fonts+configs can be used to build one target font. -void ImFont::AddGlyph(const ImFontConfig* cfg, ImWchar codepoint, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x) -{ - if (cfg != NULL) - { - // Clamp & recenter if needed - const float advance_x_original = advance_x; - advance_x = ImClamp(advance_x, cfg->GlyphMinAdvanceX, cfg->GlyphMaxAdvanceX); - if (advance_x != advance_x_original) - { - float char_off_x = cfg->PixelSnapH ? ImFloor((advance_x - advance_x_original) * 0.5f) : (advance_x - advance_x_original) * 0.5f; - x0 += char_off_x; - x1 += char_off_x; - } - - // Snap to pixel - if (cfg->PixelSnapH) - advance_x = IM_ROUND(advance_x); - - // Bake spacing - advance_x += cfg->GlyphExtraSpacing.x; - } - - Glyphs.resize(Glyphs.Size + 1); - ImFontGlyph& glyph = Glyphs.back(); - glyph.Codepoint = (unsigned int)codepoint; - glyph.Visible = (x0 != x1) && (y0 != y1); - glyph.Colored = false; - glyph.X0 = x0; - glyph.Y0 = y0; - glyph.X1 = x1; - glyph.Y1 = y1; - glyph.U0 = u0; - glyph.V0 = v0; - glyph.U1 = u1; - glyph.V1 = v1; - glyph.AdvanceX = advance_x; - - // Compute rough surface usage metrics (+1 to account for average padding, +0.99 to round) - // We use (U1-U0)*TexWidth instead of X1-X0 to account for oversampling. - float pad = ContainerAtlas->TexGlyphPadding + 0.99f; - DirtyLookupTables = true; - MetricsTotalSurface += (int)((glyph.U1 - glyph.U0) * ContainerAtlas->TexWidth + pad) * (int)((glyph.V1 - glyph.V0) * ContainerAtlas->TexHeight + pad); -} - -void ImFont::AddRemapChar(ImWchar dst, ImWchar src, bool overwrite_dst) -{ - IM_ASSERT(IndexLookup.Size > 0); // Currently this can only be called AFTER the font has been built, aka after calling ImFontAtlas::GetTexDataAs*() function. - unsigned int index_size = (unsigned int)IndexLookup.Size; - - if (dst < index_size && IndexLookup.Data[dst] == (ImWchar)-1 && !overwrite_dst) // 'dst' already exists - return; - if (src >= index_size && dst >= index_size) // both 'dst' and 'src' don't exist -> no-op - return; - - GrowIndex(dst + 1); - IndexLookup[dst] = (src < index_size) ? IndexLookup.Data[src] : (ImWchar)-1; - IndexAdvanceX[dst] = (src < index_size) ? IndexAdvanceX.Data[src] : 1.0f; -} - -const ImFontGlyph* ImFont::FindGlyph(ImWchar c) const -{ - if (c >= (size_t)IndexLookup.Size) - return FallbackGlyph; - const ImWchar i = IndexLookup.Data[c]; - if (i == (ImWchar)-1) - return FallbackGlyph; - return &Glyphs.Data[i]; -} - -const ImFontGlyph* ImFont::FindGlyphNoFallback(ImWchar c) const -{ - if (c >= (size_t)IndexLookup.Size) - return NULL; - const ImWchar i = IndexLookup.Data[c]; - if (i == (ImWchar)-1) - return NULL; - return &Glyphs.Data[i]; -} - -const char* ImFont::CalcWordWrapPositionA(float scale, const char* text, const char* text_end, float wrap_width) const -{ - // Simple word-wrapping for English, not full-featured. Please submit failing cases! - // FIXME: Much possible improvements (don't cut things like "word !", "word!!!" but cut within "word,,,,", more sensible support for punctuations, support for Unicode punctuations, etc.) - - // For references, possible wrap point marked with ^ - // "aaa bbb, ccc,ddd. eee fff. ggg!" - // ^ ^ ^ ^ ^__ ^ ^ - - // List of hardcoded separators: .,;!?'" - - // Skip extra blanks after a line returns (that includes not counting them in width computation) - // e.g. "Hello world" --> "Hello" "World" - - // Cut words that cannot possibly fit within one line. - // e.g.: "The tropical fish" with ~5 characters worth of width --> "The tr" "opical" "fish" - - float line_width = 0.0f; - float word_width = 0.0f; - float blank_width = 0.0f; - wrap_width /= scale; // We work with unscaled widths to avoid scaling every characters - - const char* word_end = text; - const char* prev_word_end = NULL; - bool inside_word = true; - - const char* s = text; - while (s < text_end) - { - unsigned int c = (unsigned int)*s; - const char* next_s; - if (c < 0x80) - next_s = s + 1; - else - next_s = s + ImTextCharFromUtf8(&c, s, text_end); - if (c == 0) - break; - - if (c < 32) - { - if (c == '\n') - { - line_width = word_width = blank_width = 0.0f; - inside_word = true; - s = next_s; - continue; - } - if (c == '\r') - { - s = next_s; - continue; - } - } - - const float char_width = ((int)c < IndexAdvanceX.Size ? IndexAdvanceX.Data[c] : FallbackAdvanceX); - if (ImCharIsBlankW(c)) - { - if (inside_word) - { - line_width += blank_width; - blank_width = 0.0f; - word_end = s; - } - blank_width += char_width; - inside_word = false; - } - else - { - word_width += char_width; - if (inside_word) - { - word_end = next_s; - } - else - { - prev_word_end = word_end; - line_width += word_width + blank_width; - word_width = blank_width = 0.0f; - } - - // Allow wrapping after punctuation. - inside_word = (c != '.' && c != ',' && c != ';' && c != '!' && c != '?' && c != '\"'); - } - - // We ignore blank width at the end of the line (they can be skipped) - if (line_width + word_width > wrap_width) - { - // Words that cannot possibly fit within an entire line will be cut anywhere. - if (word_width < wrap_width) - s = prev_word_end ? prev_word_end : word_end; - break; - } - - s = next_s; - } - - return s; -} - -ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining) const -{ - if (!text_end) - text_end = text_begin + strlen(text_begin); // FIXME-OPT: Need to avoid this. - - const float line_height = size; - const float scale = size / FontSize; - - ImVec2 text_size = ImVec2(0, 0); - float line_width = 0.0f; - - const bool word_wrap_enabled = (wrap_width > 0.0f); - const char* word_wrap_eol = NULL; - - const char* s = text_begin; - while (s < text_end) - { - if (word_wrap_enabled) - { - // Calculate how far we can render. Requires two passes on the string data but keeps the code simple and not intrusive for what's essentially an uncommon feature. - if (!word_wrap_eol) - { - word_wrap_eol = CalcWordWrapPositionA(scale, s, text_end, wrap_width - line_width); - if (word_wrap_eol == s) // Wrap_width is too small to fit anything. Force displaying 1 character to minimize the height discontinuity. - word_wrap_eol++; // +1 may not be a character start point in UTF-8 but it's ok because we use s >= word_wrap_eol below - } - - if (s >= word_wrap_eol) - { - if (text_size.x < line_width) - text_size.x = line_width; - text_size.y += line_height; - line_width = 0.0f; - word_wrap_eol = NULL; - - // Wrapping skips upcoming blanks - while (s < text_end) - { - const char c = *s; - if (ImCharIsBlankA(c)) { s++; } else if (c == '\n') { s++; break; } else { break; } - } - continue; - } - } - - // Decode and advance source - const char* prev_s = s; - unsigned int c = (unsigned int)*s; - if (c < 0x80) - { - s += 1; - } - else - { - s += ImTextCharFromUtf8(&c, s, text_end); - if (c == 0) // Malformed UTF-8? - break; - } - - if (c < 32) - { - if (c == '\n') - { - text_size.x = ImMax(text_size.x, line_width); - text_size.y += line_height; - line_width = 0.0f; - continue; - } - if (c == '\r') - continue; - } - - const float char_width = ((int)c < IndexAdvanceX.Size ? IndexAdvanceX.Data[c] : FallbackAdvanceX) * scale; - if (line_width + char_width >= max_width) - { - s = prev_s; - break; - } - - line_width += char_width; - } - - if (text_size.x < line_width) - text_size.x = line_width; - - if (line_width > 0 || text_size.y == 0.0f) - text_size.y += line_height; - - if (remaining) - *remaining = s; - - return text_size; -} - -// Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound. -void ImFont::RenderChar(ImDrawList* draw_list, float size, const ImVec2& pos, ImU32 col, ImWchar c) const -{ - const ImFontGlyph* glyph = FindGlyph(c); - if (!glyph || !glyph->Visible) - return; - if (glyph->Colored) - col |= ~IM_COL32_A_MASK; - float scale = (size >= 0.0f) ? (size / FontSize) : 1.0f; - float x = IM_FLOOR(pos.x); - float y = IM_FLOOR(pos.y); - draw_list->PrimReserve(6, 4); - draw_list->PrimRectUV(ImVec2(x + glyph->X0 * scale, y + glyph->Y0 * scale), ImVec2(x + glyph->X1 * scale, y + glyph->Y1 * scale), ImVec2(glyph->U0, glyph->V0), ImVec2(glyph->U1, glyph->V1), col); -} - -// Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound. -void ImFont::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, bool cpu_fine_clip) const -{ - if (!text_end) - text_end = text_begin + strlen(text_begin); // ImGui:: functions generally already provides a valid text_end, so this is merely to handle direct calls. - - // Align to be pixel perfect - float x = IM_FLOOR(pos.x); - float y = IM_FLOOR(pos.y); - if (y > clip_rect.w) - return; - - const float start_x = x; - const float scale = size / FontSize; - const float line_height = FontSize * scale; - const bool word_wrap_enabled = (wrap_width > 0.0f); - const char* word_wrap_eol = NULL; - - // Fast-forward to first visible line - const char* s = text_begin; - if (y + line_height < clip_rect.y && !word_wrap_enabled) - while (y + line_height < clip_rect.y && s < text_end) - { - s = (const char*)memchr(s, '\n', text_end - s); - s = s ? s + 1 : text_end; - y += line_height; - } - - // For large text, scan for the last visible line in order to avoid over-reserving in the call to PrimReserve() - // Note that very large horizontal line will still be affected by the issue (e.g. a one megabyte string buffer without a newline will likely crash atm) - if (text_end - s > 10000 && !word_wrap_enabled) - { - const char* s_end = s; - float y_end = y; - while (y_end < clip_rect.w && s_end < text_end) - { - s_end = (const char*)memchr(s_end, '\n', text_end - s_end); - s_end = s_end ? s_end + 1 : text_end; - y_end += line_height; - } - text_end = s_end; - } - if (s == text_end) - return; - - // Reserve vertices for remaining worse case (over-reserving is useful and easily amortized) - const int vtx_count_max = (int)(text_end - s) * 4; - const int idx_count_max = (int)(text_end - s) * 6; - const int idx_expected_size = draw_list->IdxBuffer.Size + idx_count_max; - draw_list->PrimReserve(idx_count_max, vtx_count_max); - - ImDrawVert* vtx_write = draw_list->_VtxWritePtr; - ImDrawIdx* idx_write = draw_list->_IdxWritePtr; - unsigned int vtx_current_idx = draw_list->_VtxCurrentIdx; - - const ImU32 col_untinted = col | ~IM_COL32_A_MASK; - - while (s < text_end) - { - if (word_wrap_enabled) - { - // Calculate how far we can render. Requires two passes on the string data but keeps the code simple and not intrusive for what's essentially an uncommon feature. - if (!word_wrap_eol) - { - word_wrap_eol = CalcWordWrapPositionA(scale, s, text_end, wrap_width - (x - start_x)); - if (word_wrap_eol == s) // Wrap_width is too small to fit anything. Force displaying 1 character to minimize the height discontinuity. - word_wrap_eol++; // +1 may not be a character start point in UTF-8 but it's ok because we use s >= word_wrap_eol below - } - - if (s >= word_wrap_eol) - { - x = start_x; - y += line_height; - word_wrap_eol = NULL; - - // Wrapping skips upcoming blanks - while (s < text_end) - { - const char c = *s; - if (ImCharIsBlankA(c)) { s++; } else if (c == '\n') { s++; break; } else { break; } - } - continue; - } - } - - // Decode and advance source - unsigned int c = (unsigned int)*s; - if (c < 0x80) - { - s += 1; - } - else - { - s += ImTextCharFromUtf8(&c, s, text_end); - if (c == 0) // Malformed UTF-8? - break; - } - - if (c < 32) - { - if (c == '\n') - { - x = start_x; - y += line_height; - if (y > clip_rect.w) - break; // break out of main loop - continue; - } - if (c == '\r') - continue; - } - - const ImFontGlyph* glyph = FindGlyph((ImWchar)c); - if (glyph == NULL) - continue; - - float char_width = glyph->AdvanceX * scale; - if (glyph->Visible) - { - // We don't do a second finer clipping test on the Y axis as we've already skipped anything before clip_rect.y and exit once we pass clip_rect.w - float x1 = x + glyph->X0 * scale; - float x2 = x + glyph->X1 * scale; - float y1 = y + glyph->Y0 * scale; - float y2 = y + glyph->Y1 * scale; - if (x1 <= clip_rect.z && x2 >= clip_rect.x) - { - // Render a character - float u1 = glyph->U0; - float v1 = glyph->V0; - float u2 = glyph->U1; - float v2 = glyph->V1; - - // CPU side clipping used to fit text in their frame when the frame is too small. Only does clipping for axis aligned quads. - if (cpu_fine_clip) - { - if (x1 < clip_rect.x) - { - u1 = u1 + (1.0f - (x2 - clip_rect.x) / (x2 - x1)) * (u2 - u1); - x1 = clip_rect.x; - } - if (y1 < clip_rect.y) - { - v1 = v1 + (1.0f - (y2 - clip_rect.y) / (y2 - y1)) * (v2 - v1); - y1 = clip_rect.y; - } - if (x2 > clip_rect.z) - { - u2 = u1 + ((clip_rect.z - x1) / (x2 - x1)) * (u2 - u1); - x2 = clip_rect.z; - } - if (y2 > clip_rect.w) - { - v2 = v1 + ((clip_rect.w - y1) / (y2 - y1)) * (v2 - v1); - y2 = clip_rect.w; - } - if (y1 >= y2) - { - x += char_width; - continue; - } - } - - // Support for untinted glyphs - ImU32 glyph_col = glyph->Colored ? col_untinted : col; - - // We are NOT calling PrimRectUV() here because non-inlined causes too much overhead in a debug builds. Inlined here: - { - idx_write[0] = (ImDrawIdx)(vtx_current_idx); idx_write[1] = (ImDrawIdx)(vtx_current_idx+1); idx_write[2] = (ImDrawIdx)(vtx_current_idx+2); - idx_write[3] = (ImDrawIdx)(vtx_current_idx); idx_write[4] = (ImDrawIdx)(vtx_current_idx+2); idx_write[5] = (ImDrawIdx)(vtx_current_idx+3); - vtx_write[0].pos.x = x1; vtx_write[0].pos.y = y1; vtx_write[0].col = glyph_col; vtx_write[0].uv.x = u1; vtx_write[0].uv.y = v1; - vtx_write[1].pos.x = x2; vtx_write[1].pos.y = y1; vtx_write[1].col = glyph_col; vtx_write[1].uv.x = u2; vtx_write[1].uv.y = v1; - vtx_write[2].pos.x = x2; vtx_write[2].pos.y = y2; vtx_write[2].col = glyph_col; vtx_write[2].uv.x = u2; vtx_write[2].uv.y = v2; - vtx_write[3].pos.x = x1; vtx_write[3].pos.y = y2; vtx_write[3].col = glyph_col; vtx_write[3].uv.x = u1; vtx_write[3].uv.y = v2; - vtx_write += 4; - vtx_current_idx += 4; - idx_write += 6; - } - } - } - x += char_width; - } - - // Give back unused vertices (clipped ones, blanks) ~ this is essentially a PrimUnreserve() action. - draw_list->VtxBuffer.Size = (int)(vtx_write - draw_list->VtxBuffer.Data); // Same as calling shrink() - draw_list->IdxBuffer.Size = (int)(idx_write - draw_list->IdxBuffer.Data); - draw_list->CmdBuffer[draw_list->CmdBuffer.Size - 1].ElemCount -= (idx_expected_size - draw_list->IdxBuffer.Size); - draw_list->_VtxWritePtr = vtx_write; - draw_list->_IdxWritePtr = idx_write; - draw_list->_VtxCurrentIdx = vtx_current_idx; -} - -//----------------------------------------------------------------------------- -// [SECTION] ImGui Internal Render Helpers -//----------------------------------------------------------------------------- -// Vaguely redesigned to stop accessing ImGui global state: -// - RenderArrow() -// - RenderBullet() -// - RenderCheckMark() -// - RenderArrowPointingAt() -// - RenderRectFilledRangeH() -// - RenderRectFilledWithHole() -//----------------------------------------------------------------------------- -// Function in need of a redesign (legacy mess) -// - RenderColorRectWithAlphaCheckerboard() -//----------------------------------------------------------------------------- - -// Render an arrow aimed to be aligned with text (p_min is a position in the same space text would be positioned). To e.g. denote expanded/collapsed state -void ImGui::RenderArrow(ImDrawList* draw_list, ImVec2 pos, ImU32 col, ImGuiDir dir, float scale) -{ - const float h = draw_list->_Data->FontSize * 1.00f; - float r = h * 0.40f * scale; - ImVec2 center = pos + ImVec2(h * 0.50f, h * 0.50f * scale); - - ImVec2 a, b, c; - switch (dir) - { - case ImGuiDir_Up: - case ImGuiDir_Down: - if (dir == ImGuiDir_Up) r = -r; - a = ImVec2(+0.000f, +0.750f) * r; - b = ImVec2(-0.866f, -0.750f) * r; - c = ImVec2(+0.866f, -0.750f) * r; - break; - case ImGuiDir_Left: - case ImGuiDir_Right: - if (dir == ImGuiDir_Left) r = -r; - a = ImVec2(+0.750f, +0.000f) * r; - b = ImVec2(-0.750f, +0.866f) * r; - c = ImVec2(-0.750f, -0.866f) * r; - break; - case ImGuiDir_None: - case ImGuiDir_COUNT: - IM_ASSERT(0); - break; - } - draw_list->AddTriangleFilled(center + a, center + b, center + c, col); -} - -void ImGui::RenderBullet(ImDrawList* draw_list, ImVec2 pos, ImU32 col) -{ - draw_list->AddCircleFilled(pos, draw_list->_Data->FontSize * 0.20f, col, 8); -} - -void ImGui::RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz) -{ - float thickness = ImMax(sz / 5.0f, 1.0f); - sz -= thickness * 0.5f; - pos += ImVec2(thickness * 0.25f, thickness * 0.25f); - - float third = sz / 3.0f; - float bx = pos.x + third; - float by = pos.y + sz - third * 0.5f; - draw_list->PathLineTo(ImVec2(bx - third, by - third)); - draw_list->PathLineTo(ImVec2(bx, by)); - draw_list->PathLineTo(ImVec2(bx + third * 2.0f, by - third * 2.0f)); - draw_list->PathStroke(col, 0, thickness); -} - -// Render an arrow. 'pos' is position of the arrow tip. half_sz.x is length from base to tip. half_sz.y is length on each side. -void ImGui::RenderArrowPointingAt(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, ImGuiDir direction, ImU32 col) -{ - switch (direction) - { - case ImGuiDir_Left: draw_list->AddTriangleFilled(ImVec2(pos.x + half_sz.x, pos.y - half_sz.y), ImVec2(pos.x + half_sz.x, pos.y + half_sz.y), pos, col); return; - case ImGuiDir_Right: draw_list->AddTriangleFilled(ImVec2(pos.x - half_sz.x, pos.y + half_sz.y), ImVec2(pos.x - half_sz.x, pos.y - half_sz.y), pos, col); return; - case ImGuiDir_Up: draw_list->AddTriangleFilled(ImVec2(pos.x + half_sz.x, pos.y + half_sz.y), ImVec2(pos.x - half_sz.x, pos.y + half_sz.y), pos, col); return; - case ImGuiDir_Down: draw_list->AddTriangleFilled(ImVec2(pos.x - half_sz.x, pos.y - half_sz.y), ImVec2(pos.x + half_sz.x, pos.y - half_sz.y), pos, col); return; - case ImGuiDir_None: case ImGuiDir_COUNT: break; // Fix warnings - } -} - -static inline float ImAcos01(float x) -{ - if (x <= 0.0f) return IM_PI * 0.5f; - if (x >= 1.0f) return 0.0f; - return ImAcos(x); - //return (-0.69813170079773212f * x * x - 0.87266462599716477f) * x + 1.5707963267948966f; // Cheap approximation, may be enough for what we do. -} - -// FIXME: Cleanup and move code to ImDrawList. -void ImGui::RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding) -{ - if (x_end_norm == x_start_norm) - return; - if (x_start_norm > x_end_norm) - ImSwap(x_start_norm, x_end_norm); - - ImVec2 p0 = ImVec2(ImLerp(rect.Min.x, rect.Max.x, x_start_norm), rect.Min.y); - ImVec2 p1 = ImVec2(ImLerp(rect.Min.x, rect.Max.x, x_end_norm), rect.Max.y); - if (rounding == 0.0f) - { - draw_list->AddRectFilled(p0, p1, col, 0.0f); - return; - } - - rounding = ImClamp(ImMin((rect.Max.x - rect.Min.x) * 0.5f, (rect.Max.y - rect.Min.y) * 0.5f) - 1.0f, 0.0f, rounding); - const float inv_rounding = 1.0f / rounding; - const float arc0_b = ImAcos01(1.0f - (p0.x - rect.Min.x) * inv_rounding); - const float arc0_e = ImAcos01(1.0f - (p1.x - rect.Min.x) * inv_rounding); - const float half_pi = IM_PI * 0.5f; // We will == compare to this because we know this is the exact value ImAcos01 can return. - const float x0 = ImMax(p0.x, rect.Min.x + rounding); - if (arc0_b == arc0_e) - { - draw_list->PathLineTo(ImVec2(x0, p1.y)); - draw_list->PathLineTo(ImVec2(x0, p0.y)); - } - else if (arc0_b == 0.0f && arc0_e == half_pi) - { - draw_list->PathArcToFast(ImVec2(x0, p1.y - rounding), rounding, 3, 6); // BL - draw_list->PathArcToFast(ImVec2(x0, p0.y + rounding), rounding, 6, 9); // TR - } - else - { - draw_list->PathArcTo(ImVec2(x0, p1.y - rounding), rounding, IM_PI - arc0_e, IM_PI - arc0_b, 3); // BL - draw_list->PathArcTo(ImVec2(x0, p0.y + rounding), rounding, IM_PI + arc0_b, IM_PI + arc0_e, 3); // TR - } - if (p1.x > rect.Min.x + rounding) - { - const float arc1_b = ImAcos01(1.0f - (rect.Max.x - p1.x) * inv_rounding); - const float arc1_e = ImAcos01(1.0f - (rect.Max.x - p0.x) * inv_rounding); - const float x1 = ImMin(p1.x, rect.Max.x - rounding); - if (arc1_b == arc1_e) - { - draw_list->PathLineTo(ImVec2(x1, p0.y)); - draw_list->PathLineTo(ImVec2(x1, p1.y)); - } - else if (arc1_b == 0.0f && arc1_e == half_pi) - { - draw_list->PathArcToFast(ImVec2(x1, p0.y + rounding), rounding, 9, 12); // TR - draw_list->PathArcToFast(ImVec2(x1, p1.y - rounding), rounding, 0, 3); // BR - } - else - { - draw_list->PathArcTo(ImVec2(x1, p0.y + rounding), rounding, -arc1_e, -arc1_b, 3); // TR - draw_list->PathArcTo(ImVec2(x1, p1.y - rounding), rounding, +arc1_b, +arc1_e, 3); // BR - } - } - draw_list->PathFillConvex(col); -} - -void ImGui::RenderRectFilledWithHole(ImDrawList* draw_list, const ImRect& outer, const ImRect& inner, ImU32 col, float rounding) -{ - const bool fill_L = (inner.Min.x > outer.Min.x); - const bool fill_R = (inner.Max.x < outer.Max.x); - const bool fill_U = (inner.Min.y > outer.Min.y); - const bool fill_D = (inner.Max.y < outer.Max.y); - if (fill_L) draw_list->AddRectFilled(ImVec2(outer.Min.x, inner.Min.y), ImVec2(inner.Min.x, inner.Max.y), col, rounding, ImDrawFlags_RoundCornersNone | (fill_U ? 0 : ImDrawFlags_RoundCornersTopLeft) | (fill_D ? 0 : ImDrawFlags_RoundCornersBottomLeft)); - if (fill_R) draw_list->AddRectFilled(ImVec2(inner.Max.x, inner.Min.y), ImVec2(outer.Max.x, inner.Max.y), col, rounding, ImDrawFlags_RoundCornersNone | (fill_U ? 0 : ImDrawFlags_RoundCornersTopRight) | (fill_D ? 0 : ImDrawFlags_RoundCornersBottomRight)); - if (fill_U) draw_list->AddRectFilled(ImVec2(inner.Min.x, outer.Min.y), ImVec2(inner.Max.x, inner.Min.y), col, rounding, ImDrawFlags_RoundCornersNone | (fill_L ? 0 : ImDrawFlags_RoundCornersTopLeft) | (fill_R ? 0 : ImDrawFlags_RoundCornersTopRight)); - if (fill_D) draw_list->AddRectFilled(ImVec2(inner.Min.x, inner.Max.y), ImVec2(inner.Max.x, outer.Max.y), col, rounding, ImDrawFlags_RoundCornersNone | (fill_L ? 0 : ImDrawFlags_RoundCornersBottomLeft) | (fill_R ? 0 : ImDrawFlags_RoundCornersBottomRight)); - if (fill_L && fill_U) draw_list->AddRectFilled(ImVec2(outer.Min.x, outer.Min.y), ImVec2(inner.Min.x, inner.Min.y), col, rounding, ImDrawFlags_RoundCornersTopLeft); - if (fill_R && fill_U) draw_list->AddRectFilled(ImVec2(inner.Max.x, outer.Min.y), ImVec2(outer.Max.x, inner.Min.y), col, rounding, ImDrawFlags_RoundCornersTopRight); - if (fill_L && fill_D) draw_list->AddRectFilled(ImVec2(outer.Min.x, inner.Max.y), ImVec2(inner.Min.x, outer.Max.y), col, rounding, ImDrawFlags_RoundCornersBottomLeft); - if (fill_R && fill_D) draw_list->AddRectFilled(ImVec2(inner.Max.x, inner.Max.y), ImVec2(outer.Max.x, outer.Max.y), col, rounding, ImDrawFlags_RoundCornersBottomRight); -} - -// Helper for ColorPicker4() -// NB: This is rather brittle and will show artifact when rounding this enabled if rounded corners overlap multiple cells. Caller currently responsible for avoiding that. -// Spent a non reasonable amount of time trying to getting this right for ColorButton with rounding+anti-aliasing+ImGuiColorEditFlags_HalfAlphaPreview flag + various grid sizes and offsets, and eventually gave up... probably more reasonable to disable rounding altogether. -// FIXME: uses ImGui::GetColorU32 -void ImGui::RenderColorRectWithAlphaCheckerboard(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 col, float grid_step, ImVec2 grid_off, float rounding, ImDrawFlags flags) -{ - if ((flags & ImDrawFlags_RoundCornersMask_) == 0) - flags = ImDrawFlags_RoundCornersDefault_; - if (((col & IM_COL32_A_MASK) >> IM_COL32_A_SHIFT) < 0xFF) - { - ImU32 col_bg1 = GetColorU32(ImAlphaBlendColors(IM_COL32(204, 204, 204, 255), col)); - ImU32 col_bg2 = GetColorU32(ImAlphaBlendColors(IM_COL32(128, 128, 128, 255), col)); - draw_list->AddRectFilled(p_min, p_max, col_bg1, rounding, flags); - - int yi = 0; - for (float y = p_min.y + grid_off.y; y < p_max.y; y += grid_step, yi++) - { - float y1 = ImClamp(y, p_min.y, p_max.y), y2 = ImMin(y + grid_step, p_max.y); - if (y2 <= y1) - continue; - for (float x = p_min.x + grid_off.x + (yi & 1) * grid_step; x < p_max.x; x += grid_step * 2.0f) - { - float x1 = ImClamp(x, p_min.x, p_max.x), x2 = ImMin(x + grid_step, p_max.x); - if (x2 <= x1) - continue; - ImDrawFlags cell_flags = ImDrawFlags_RoundCornersNone; - if (y1 <= p_min.y) { if (x1 <= p_min.x) cell_flags |= ImDrawFlags_RoundCornersTopLeft; if (x2 >= p_max.x) cell_flags |= ImDrawFlags_RoundCornersTopRight; } - if (y2 >= p_max.y) { if (x1 <= p_min.x) cell_flags |= ImDrawFlags_RoundCornersBottomLeft; if (x2 >= p_max.x) cell_flags |= ImDrawFlags_RoundCornersBottomRight; } - - // Combine flags - cell_flags = (flags == ImDrawFlags_RoundCornersNone || cell_flags == ImDrawFlags_RoundCornersNone) ? ImDrawFlags_RoundCornersNone : (cell_flags & flags); - draw_list->AddRectFilled(ImVec2(x1, y1), ImVec2(x2, y2), col_bg2, rounding, cell_flags); - } - } - } - else - { - draw_list->AddRectFilled(p_min, p_max, col, rounding, flags); - } -} - -//----------------------------------------------------------------------------- -// [SECTION] Decompression code -//----------------------------------------------------------------------------- -// Compressed with stb_compress() then converted to a C array and encoded as base85. -// Use the program in misc/fonts/binary_to_compressed_c.cpp to create the array from a TTF file. -// The purpose of encoding as base85 instead of "0x00,0x01,..." style is only save on _source code_ size. -// Decompression from stb.h (public domain) by Sean Barrett https://github.com/nothings/stb/blob/master/stb.h -//----------------------------------------------------------------------------- - -static unsigned int stb_decompress_length(const unsigned char *input) -{ - return (input[8] << 24) + (input[9] << 16) + (input[10] << 8) + input[11]; -} - -static unsigned char *stb__barrier_out_e, *stb__barrier_out_b; -static const unsigned char *stb__barrier_in_b; -static unsigned char *stb__dout; -static void stb__match(const unsigned char *data, unsigned int length) -{ - // INVERSE of memmove... write each byte before copying the next... - IM_ASSERT(stb__dout + length <= stb__barrier_out_e); - if (stb__dout + length > stb__barrier_out_e) { stb__dout += length; return; } - if (data < stb__barrier_out_b) { stb__dout = stb__barrier_out_e+1; return; } - while (length--) *stb__dout++ = *data++; -} - -static void stb__lit(const unsigned char *data, unsigned int length) -{ - IM_ASSERT(stb__dout + length <= stb__barrier_out_e); - if (stb__dout + length > stb__barrier_out_e) { stb__dout += length; return; } - if (data < stb__barrier_in_b) { stb__dout = stb__barrier_out_e+1; return; } - memcpy(stb__dout, data, length); - stb__dout += length; -} - -#define stb__in2(x) ((i[x] << 8) + i[(x)+1]) -#define stb__in3(x) ((i[x] << 16) + stb__in2((x)+1)) -#define stb__in4(x) ((i[x] << 24) + stb__in3((x)+1)) - -static const unsigned char *stb_decompress_token(const unsigned char *i) -{ - if (*i >= 0x20) { // use fewer if's for cases that expand small - if (*i >= 0x80) stb__match(stb__dout-i[1]-1, i[0] - 0x80 + 1), i += 2; - else if (*i >= 0x40) stb__match(stb__dout-(stb__in2(0) - 0x4000 + 1), i[2]+1), i += 3; - else /* *i >= 0x20 */ stb__lit(i+1, i[0] - 0x20 + 1), i += 1 + (i[0] - 0x20 + 1); - } else { // more ifs for cases that expand large, since overhead is amortized - if (*i >= 0x18) stb__match(stb__dout-(stb__in3(0) - 0x180000 + 1), i[3]+1), i += 4; - else if (*i >= 0x10) stb__match(stb__dout-(stb__in3(0) - 0x100000 + 1), stb__in2(3)+1), i += 5; - else if (*i >= 0x08) stb__lit(i+2, stb__in2(0) - 0x0800 + 1), i += 2 + (stb__in2(0) - 0x0800 + 1); - else if (*i == 0x07) stb__lit(i+3, stb__in2(1) + 1), i += 3 + (stb__in2(1) + 1); - else if (*i == 0x06) stb__match(stb__dout-(stb__in3(1)+1), i[4]+1), i += 5; - else if (*i == 0x04) stb__match(stb__dout-(stb__in3(1)+1), stb__in2(4)+1), i += 6; - } - return i; -} - -static unsigned int stb_adler32(unsigned int adler32, unsigned char *buffer, unsigned int buflen) -{ - const unsigned long ADLER_MOD = 65521; - unsigned long s1 = adler32 & 0xffff, s2 = adler32 >> 16; - unsigned long blocklen = buflen % 5552; - - unsigned long i; - while (buflen) { - for (i=0; i + 7 < blocklen; i += 8) { - s1 += buffer[0], s2 += s1; - s1 += buffer[1], s2 += s1; - s1 += buffer[2], s2 += s1; - s1 += buffer[3], s2 += s1; - s1 += buffer[4], s2 += s1; - s1 += buffer[5], s2 += s1; - s1 += buffer[6], s2 += s1; - s1 += buffer[7], s2 += s1; - - buffer += 8; - } - - for (; i < blocklen; ++i) - s1 += *buffer++, s2 += s1; - - s1 %= ADLER_MOD, s2 %= ADLER_MOD; - buflen -= blocklen; - blocklen = 5552; - } - return (unsigned int)(s2 << 16) + (unsigned int)s1; -} - -static unsigned int stb_decompress(unsigned char *output, const unsigned char *i, unsigned int /*length*/) -{ - if (stb__in4(0) != 0x57bC0000) return 0; - if (stb__in4(4) != 0) return 0; // error! stream is > 4GB - const unsigned int olen = stb_decompress_length(i); - stb__barrier_in_b = i; - stb__barrier_out_e = output + olen; - stb__barrier_out_b = output; - i += 16; - - stb__dout = output; - for (;;) { - const unsigned char *old_i = i; - i = stb_decompress_token(i); - if (i == old_i) { - if (*i == 0x05 && i[1] == 0xfa) { - IM_ASSERT(stb__dout == output + olen); - if (stb__dout != output + olen) return 0; - if (stb_adler32(1, output, olen) != (unsigned int) stb__in4(2)) - return 0; - return olen; - } else { - IM_ASSERT(0); /* NOTREACHED */ - return 0; - } - } - IM_ASSERT(stb__dout <= output + olen); - if (stb__dout > output + olen) - return 0; - } -} - -//----------------------------------------------------------------------------- -// [SECTION] Default font data (ProggyClean.ttf) -//----------------------------------------------------------------------------- -// ProggyClean.ttf -// Copyright (c) 2004, 2005 Tristan Grimmer -// MIT license (see License.txt in http://www.upperbounds.net/download/ProggyClean.ttf.zip) -// Download and more information at http://upperbounds.net -//----------------------------------------------------------------------------- -// File: 'ProggyClean.ttf' (41208 bytes) -// Exported using misc/fonts/binary_to_compressed_c.cpp (with compression + base85 string encoding). -// The purpose of encoding as base85 instead of "0x00,0x01,..." style is only save on _source code_ size. -//----------------------------------------------------------------------------- -static const char proggy_clean_ttf_compressed_data_base85[11980 + 1] = - "7])#######hV0qs'/###[),##/l:$#Q6>##5[n42>c-TH`->>#/e>11NNV=Bv(*:.F?uu#(gRU.o0XGH`$vhLG1hxt9?W`#,5LsCp#-i>.r$<$6pD>Lb';9Crc6tgXmKVeU2cD4Eo3R/" - "2*>]b(MC;$jPfY.;h^`IWM9Qo#t'X#(v#Y9w0#1D$CIf;W'#pWUPXOuxXuU(H9M(1=Ke$$'5F%)]0^#0X@U.a$FBjVQTSDgEKnIS7EM9>ZY9w0#L;>>#Mx&4Mvt//L[MkA#W@lK.N'[0#7RL_&#w+F%HtG9M#XL`N&.,GM4Pg;--VsM.M0rJfLH2eTM`*oJMHRC`N" - "kfimM2J,W-jXS:)r0wK#@Fge$U>`w'N7G#$#fB#$E^$#:9:hk+eOe--6x)F7*E%?76%^GMHePW-Z5l'&GiF#$956:rS?dA#fiK:)Yr+`�j@'DbG&#^$PG.Ll+DNa&VZ>1i%h1S9u5o@YaaW$e+bROPOpxTO7Stwi1::iB1q)C_=dV26J;2,]7op$]uQr@_V7$q^%lQwtuHY]=DX,n3L#0PHDO4f9>dC@O>HBuKPpP*E,N+b3L#lpR/MrTEH.IAQk.a>D[.e;mc." - "x]Ip.PH^'/aqUO/$1WxLoW0[iLAw=4h(9.`G" - "CRUxHPeR`5Mjol(dUWxZa(>STrPkrJiWx`5U7F#.g*jrohGg`cg:lSTvEY/EV_7H4Q9[Z%cnv;JQYZ5q.l7Zeas:HOIZOB?Ggv:[7MI2k).'2($5FNP&EQ(,)" - "U]W]+fh18.vsai00);D3@4ku5P?DP8aJt+;qUM]=+b'8@;mViBKx0DE[-auGl8:PJ&Dj+M6OC]O^((##]`0i)drT;-7X`=-H3[igUnPG-NZlo.#k@h#=Ork$m>a>$-?Tm$UV(?#P6YY#" - "'/###xe7q.73rI3*pP/$1>s9)W,JrM7SN]'/4C#v$U`0#V.[0>xQsH$fEmPMgY2u7Kh(G%siIfLSoS+MK2eTM$=5,M8p`A.;_R%#u[K#$x4AG8.kK/HSB==-'Ie/QTtG?-.*^N-4B/ZM" - "_3YlQC7(p7q)&](`6_c)$/*JL(L-^(]$wIM`dPtOdGA,U3:w2M-0+WomX2u7lqM2iEumMTcsF?-aT=Z-97UEnXglEn1K-bnEO`gu" - "Ft(c%=;Am_Qs@jLooI&NX;]0#j4#F14;gl8-GQpgwhrq8'=l_f-b49'UOqkLu7-##oDY2L(te+Mch&gLYtJ,MEtJfLh'x'M=$CS-ZZ%P]8bZ>#S?YY#%Q&q'3^Fw&?D)UDNrocM3A76/" - "/oL?#h7gl85[qW/NDOk%16ij;+:1a'iNIdb-ou8.P*w,v5#EI$TWS>Pot-R*H'-SEpA:g)f+O$%%`kA#G=8RMmG1&O`>to8bC]T&$,n.LoO>29sp3dt-52U%VM#q7'DHpg+#Z9%H[Ket`e;)f#Km8&+DC$I46>#Kr]]u-[=99tts1.qb#q72g1WJO81q+eN'03'eM>&1XxY-caEnO" - "j%2n8)),?ILR5^.Ibn<-X-Mq7[a82Lq:F&#ce+S9wsCK*x`569E8ew'He]h:sI[2LM$[guka3ZRd6:t%IG:;$%YiJ:Nq=?eAw;/:nnDq0(CYcMpG)qLN4$##&J-XTt,%OVU4)S1+R-#dg0/Nn?Ku1^0f$B*P:Rowwm-`0PKjYDDM'3]d39VZHEl4,.j']Pk-M.h^&:0FACm$maq-&sgw0t7/6(^xtk%" - "LuH88Fj-ekm>GA#_>568x6(OFRl-IZp`&b,_P'$MhLbxfc$mj`,O;&%W2m`Zh:/)Uetw:aJ%]K9h:TcF]u_-Sj9,VK3M.*'&0D[Ca]J9gp8,kAW]" - "%(?A%R$f<->Zts'^kn=-^@c4%-pY6qI%J%1IGxfLU9CP8cbPlXv);C=b),<2mOvP8up,UVf3839acAWAW-W?#ao/^#%KYo8fRULNd2.>%m]UK:n%r$'sw]J;5pAoO_#2mO3n,'=H5(et" - "Hg*`+RLgv>=4U8guD$I%D:W>-r5V*%j*W:Kvej.Lp$'?;++O'>()jLR-^u68PHm8ZFWe+ej8h:9r6L*0//c&iH&R8pRbA#Kjm%upV1g:" - "a_#Ur7FuA#(tRh#.Y5K+@?3<-8m0$PEn;J:rh6?I6uG<-`wMU'ircp0LaE_OtlMb&1#6T.#FDKu#1Lw%u%+GM+X'e?YLfjM[VO0MbuFp7;>Q&#WIo)0@F%q7c#4XAXN-U&VBpqB>0ie&jhZ[?iLR@@_AvA-iQC(=ksRZRVp7`.=+NpBC%rh&3]R:8XDmE5^V8O(x<-+k?'(^](H.aREZSi,#1:[IXaZFOm<-ui#qUq2$##Ri;u75OK#(RtaW-K-F`S+cF]uN`-KMQ%rP/Xri.LRcB##=YL3BgM/3M" - "D?@f&1'BW-)Ju#bmmWCMkk&#TR`C,5d>g)F;t,4:@_l8G/5h4vUd%&%950:VXD'QdWoY-F$BtUwmfe$YqL'8(PWX(" - "P?^@Po3$##`MSs?DWBZ/S>+4%>fX,VWv/w'KD`LP5IbH;rTV>n3cEK8U#bX]l-/V+^lj3;vlMb&[5YQ8#pekX9JP3XUC72L,,?+Ni&co7ApnO*5NK,((W-i:$,kp'UDAO(G0Sq7MVjJs" - "bIu)'Z,*[>br5fX^:FPAWr-m2KgLQ_nN6'8uTGT5g)uLv:873UpTLgH+#FgpH'_o1780Ph8KmxQJ8#H72L4@768@Tm&Q" - "h4CB/5OvmA&,Q&QbUoi$a_%3M01H)4x7I^&KQVgtFnV+;[Pc>[m4k//,]1?#`VY[Jr*3&&slRfLiVZJ:]?=K3Sw=[$=uRB?3xk48@aege0jT6'N#(q%.O=?2S]u*(m<-" - "V8J'(1)G][68hW$5'q[GC&5j`TE?m'esFGNRM)j,ffZ?-qx8;->g4t*:CIP/[Qap7/9'#(1sao7w-.qNUdkJ)tCF&#B^;xGvn2r9FEPFFFcL@.iFNkTve$m%#QvQS8U@)2Z+3K:AKM5i" - "sZ88+dKQ)W6>J%CL`.d*(B`-n8D9oK-XV1q['-5k'cAZ69e;D_?$ZPP&s^+7])$*$#@QYi9,5P r+$%CE=68>K8r0=dSC%%(@p7" - ".m7jilQ02'0-VWAgTlGW'b)Tq7VT9q^*^$$.:&N@@" - "$&)WHtPm*5_rO0&e%K&#-30j(E4#'Zb.o/(Tpm$>K'f@[PvFl,hfINTNU6u'0pao7%XUp9]5.>%h`8_=VYbxuel.NTSsJfLacFu3B'lQSu/m6-Oqem8T+oE--$0a/k]uj9EwsG>%veR*" - "hv^BFpQj:K'#SJ,sB-'#](j.Lg92rTw-*n%@/;39rrJF,l#qV%OrtBeC6/,;qB3ebNW[?,Hqj2L.1NP&GjUR=1D8QaS3Up&@*9wP?+lo7b?@%'k4`p0Z$22%K3+iCZj?XJN4Nm&+YF]u" - "@-W$U%VEQ/,,>>#)D#%8cY#YZ?=,`Wdxu/ae&#" - "w6)R89tI#6@s'(6Bf7a&?S=^ZI_kS&ai`&=tE72L_D,;^R)7[$so8lKN%5/$(vdfq7+ebA#" - "u1p]ovUKW&Y%q]'>$1@-[xfn$7ZTp7mM,G,Ko7a&Gu%G[RMxJs[0MM%wci.LFDK)(%:_i2B5CsR8&9Z&#=mPEnm0f`<&c)QL5uJ#%u%lJj+D-r;BoFDoS97h5g)E#o:&S4weDF,9^Hoe`h*L+_a*NrLW-1pG_&2UdB8" - "6e%B/:=>)N4xeW.*wft-;$'58-ESqr#U`'6AQ]m&6/`Z>#S?YY#Vc;r7U2&326d=w&H####?TZ`*4?&.MK?LP8Vxg>$[QXc%QJv92.(Db*B)gb*BM9dM*hJMAo*c&#" - "b0v=Pjer]$gG&JXDf->'StvU7505l9$AFvgYRI^&<^b68?j#q9QX4SM'RO#&sL1IM.rJfLUAj221]d##DW=m83u5;'bYx,*Sl0hL(W;;$doB&O/TQ:(Z^xBdLjLV#*8U_72Lh+2Q8Cj0i:6hp&$C/:p(HK>T8Y[gHQ4`4)'$Ab(Nof%V'8hL&#SfD07&6D@M.*J:;$-rv29'M]8qMv-tLp,'886iaC=Hb*YJoKJ,(j%K=H`K.v9HggqBIiZu'QvBT.#=)0ukruV&.)3=(^1`o*Pj4<-#MJ+gLq9-##@HuZPN0]u:h7.T..G:;$/Usj(T7`Q8tT72LnYl<-qx8;-HV7Q-&Xdx%1a,hC=0u+HlsV>nuIQL-5" - "_>@kXQtMacfD.m-VAb8;IReM3$wf0''hra*so568'Ip&vRs849'MRYSp%:t:h5qSgwpEr$B>Q,;s(C#$)`svQuF$##-D,##,g68@2[T;.XSdN9Qe)rpt._K-#5wF)sP'##p#C0c%-Gb%" - "hd+<-j'Ai*x&&HMkT]C'OSl##5RG[JXaHN;d'uA#x._U;.`PU@(Z3dt4r152@:v,'R.Sj'w#0<-;kPI)FfJ&#AYJ&#//)>-k=m=*XnK$>=)72L]0I%>.G690a:$##<,);?;72#?x9+d;" - "^V'9;jY@;)br#q^YQpx:X#Te$Z^'=-=bGhLf:D6&bNwZ9-ZD#n^9HhLMr5G;']d&6'wYmTFmLq9wI>P(9mI[>kC-ekLC/R&CH+s'B;K-M6$EB%is00:" - "+A4[7xks.LrNk0&E)wILYF@2L'0Nb$+pv<(2.768/FrY&h$^3i&@+G%JT'<-,v`3;_)I9M^AE]CN?Cl2AZg+%4iTpT3$U4O]GKx'm9)b@p7YsvK3w^YR-" - "CdQ*:Ir<($u&)#(&?L9Rg3H)4fiEp^iI9O8KnTj,]H?D*r7'M;PwZ9K0E^k&-cpI;.p/6_vwoFMV<->#%Xi.LxVnrU(4&8/P+:hLSKj$#U%]49t'I:rgMi'FL@a:0Y-uA[39',(vbma*" - "hU%<-SRF`Tt:542R_VV$p@[p8DV[A,?1839FWdFTi1O*H&#(AL8[_P%.M>v^-))qOT*F5Cq0`Ye%+$B6i:7@0IXSsDiWP,##P`%/L-" - "S(qw%sf/@%#B6;/U7K]uZbi^Oc^2n%t<)'mEVE''n`WnJra$^TKvX5B>;_aSEK',(hwa0:i4G?.Bci.(X[?b*($,=-n<.Q%`(X=?+@Am*Js0&=3bh8K]mL69=Lb,OcZV/);TTm8VI;?%OtJ<(b4mq7M6:u?KRdFl*:xP?Yb.5)%w_I?7uk5JC+FS(m#i'k.'a0i)9<7b'fs'59hq$*5Uhv##pi^8+hIEBF`nvo`;'l0.^S1<-wUK2/Coh58KKhLj" - "M=SO*rfO`+qC`W-On.=AJ56>>i2@2LH6A:&5q`?9I3@@'04&p2/LVa*T-4<-i3;M9UvZd+N7>b*eIwg:CC)c<>nO&#$(>.Z-I&J(Q0Hd5Q%7Co-b`-cP)hI;*_F]u`Rb[.j8_Q/<&>uu+VsH$sM9TA%?)(vmJ80),P7E>)tjD%2L=-t#fK[%`v=Q8WlA2);Sa" - ">gXm8YB`1d@K#n]76-a$U,mF%Ul:#/'xoFM9QX-$.QN'>" - "[%$Z$uF6pA6Ki2O5:8w*vP1<-1`[G,)-m#>0`P&#eb#.3i)rtB61(o'$?X3B2Qft^ae_5tKL9MUe9b*sLEQ95C&`=G?@Mj=wh*'3E>=-<)Gt*Iw)'QG:`@I" - "wOf7&]1i'S01B+Ev/Nac#9S;=;YQpg_6U`*kVY39xK,[/6Aj7:'1Bm-_1EYfa1+o&o4hp7KN_Q(OlIo@S%;jVdn0'1h19w,WQhLI)3S#f$2(eb,jr*b;3Vw]*7NH%$c4Vs,eD9>XW8?N]o+(*pgC%/72LV-uW%iewS8W6m2rtCpo'RS1R84=@paTKt)>=%&1[)*vp'u+x,VrwN;&]kuO9JDbg=pO$J*.jVe;u'm0dr9l,<*wMK*Oe=g8lV_KEBFkO'oU]^=[-792#ok,)" - "i]lR8qQ2oA8wcRCZ^7w/Njh;?.stX?Q1>S1q4Bn$)K1<-rGdO'$Wr.Lc.CG)$/*JL4tNR/,SVO3,aUw'DJN:)Ss;wGn9A32ijw%FL+Z0Fn.U9;reSq)bmI32U==5ALuG&#Vf1398/pVo" - "1*c-(aY168o<`JsSbk-,1N;$>0:OUas(3:8Z972LSfF8eb=c-;>SPw7.6hn3m`9^Xkn(r.qS[0;T%&Qc=+STRxX'q1BNk3&*eu2;&8q$&x>Q#Q7^Tf+6<(d%ZVmj2bDi%.3L2n+4W'$P" - "iDDG)g,r%+?,$@?uou5tSe2aN_AQU*'IAO" - "URQ##V^Fv-XFbGM7Fl(N<3DhLGF%q.1rC$#:T__&Pi68%0xi_&[qFJ(77j_&JWoF.V735&T,[R*:xFR*K5>>#`bW-?4Ne_&6Ne_&6Ne_&n`kr-#GJcM6X;uM6X;uM(.a..^2TkL%oR(#" - ";u.T%fAr%4tJ8&><1=GHZ_+m9/#H1F^R#SC#*N=BA9(D?v[UiFY>>^8p,KKF.W]L29uLkLlu/+4T" - "w$)F./^n3+rlo+DB;5sIYGNk+i1t-69Jg--0pao7Sm#K)pdHW&;LuDNH@H>#/X-TI(;P>#,Gc>#0Su>#4`1?#8lC?#xL$#B.`$#F:r$#JF.%#NR@%#R_R%#Vke%#Zww%#_-4^Rh%Sflr-k'MS.o?.5/sWel/wpEM0%3'/1)K^f1-d>G21&v(35>V`39V7A4=onx4" - "A1OY5EI0;6Ibgr6M$HS7Q<)58C5w,;WoA*#[%T*#`1g*#d=#+#hI5+#lUG+#pbY+#tnl+#x$),#&1;,#*=M,#.I`,#2Ur,#6b.-#;w[H#iQtA#m^0B#qjBB#uvTB##-hB#'9$C#+E6C#" - "/QHC#3^ZC#7jmC#;v)D#?,)4kMYD4lVu`4m`:&5niUA5@(A5BA1]PBB:xlBCC=2CDLXMCEUtiCf&0g2'tN?PGT4CPGT4CPGT4CPGT4CPGT4CPGT4CPGT4CP" - "GT4CPGT4CPGT4CPGT4CPGT4CPGT4CP-qekC`.9kEg^+F$kwViFJTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5KTB&5o,^<-28ZI'O?;xp" - "O?;xpO?;xpO?;xpO?;xpO?;xpO?;xpO?;xpO?;xpO?;xpO?;xpO?;xpO?;xpO?;xp;7q-#lLYI:xvD=#"; - -static const char* GetDefaultCompressedFontDataTTFBase85() -{ - return proggy_clean_ttf_compressed_data_base85; -} - -#endif // #ifndef IMGUI_DISABLE diff --git a/external/imgui/imgui_internal.h b/external/imgui/imgui_internal.h deleted file mode 100644 index 4419e29f..00000000 --- a/external/imgui/imgui_internal.h +++ /dev/null @@ -1,2986 +0,0 @@ -// dear imgui, v1.89 WIP -// (internal structures/api) - -// You may use this file to debug, understand or extend ImGui features but we don't provide any guarantee of forward compatibility! -// Set: -// #define IMGUI_DEFINE_MATH_OPERATORS -// To implement maths operators for ImVec2 (disabled by default to not collide with using IM_VEC2_CLASS_EXTRA along with your own math types+operators) - -/* - -Index of this file: - -// [SECTION] Header mess -// [SECTION] Forward declarations -// [SECTION] Context pointer -// [SECTION] STB libraries includes -// [SECTION] Macros -// [SECTION] Generic helpers -// [SECTION] ImDrawList support -// [SECTION] Widgets support: flags, enums, data structures -// [SECTION] Inputs support -// [SECTION] Clipper support -// [SECTION] Navigation support -// [SECTION] Columns support -// [SECTION] Multi-select support -// [SECTION] Docking support -// [SECTION] Viewport support -// [SECTION] Settings support -// [SECTION] Metrics, Debug tools -// [SECTION] Generic context hooks -// [SECTION] ImGuiContext (main imgui context) -// [SECTION] ImGuiWindowTempData, ImGuiWindow -// [SECTION] Tab bar, Tab item support -// [SECTION] Table support -// [SECTION] ImGui internal API -// [SECTION] ImFontAtlas internal API -// [SECTION] Test Engine specific hooks (imgui_test_engine) - -*/ - -#pragma once -#ifndef IMGUI_DISABLE - -//----------------------------------------------------------------------------- -// [SECTION] Header mess -//----------------------------------------------------------------------------- - -#ifndef IMGUI_VERSION -#include "imgui.h" -#endif - -#include // FILE*, sscanf -#include // NULL, malloc, free, qsort, atoi, atof -#include // sqrtf, fabsf, fmodf, powf, floorf, ceilf, cosf, sinf -#include // INT_MIN, INT_MAX - -// Enable SSE intrinsics if available -#if (defined __SSE__ || defined __x86_64__ || defined _M_X64) && !defined(IMGUI_DISABLE_SSE) -#define IMGUI_ENABLE_SSE -#include -#endif - -// Visual Studio warnings -#ifdef _MSC_VER -#pragma warning (push) -#pragma warning (disable: 4251) // class 'xxx' needs to have dll-interface to be used by clients of struct 'xxx' // when IMGUI_API is set to__declspec(dllexport) -#pragma warning (disable: 26812) // The enum type 'xxx' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). [MSVC Static Analyzer) -#pragma warning (disable: 26495) // [Static Analyzer] Variable 'XXX' is uninitialized. Always initialize a member variable (type.6). -#if defined(_MSC_VER) && _MSC_VER >= 1922 // MSVC 2019 16.2 or later -#pragma warning (disable: 5054) // operator '|': deprecated between enumerations of different types -#endif -#endif - -// Clang/GCC warnings with -Weverything -#if defined(__clang__) -#pragma clang diagnostic push -#if __has_warning("-Wunknown-warning-option") -#pragma clang diagnostic ignored "-Wunknown-warning-option" // warning: unknown warning group 'xxx' -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" // warning: unknown warning group 'xxx' -#pragma clang diagnostic ignored "-Wfloat-equal" // warning: comparing floating point with == or != is unsafe // storing and comparing against same constants ok, for ImFloorSigned() -#pragma clang diagnostic ignored "-Wunused-function" // for stb_textedit.h -#pragma clang diagnostic ignored "-Wmissing-prototypes" // for stb_textedit.h -#pragma clang diagnostic ignored "-Wold-style-cast" -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" -#pragma clang diagnostic ignored "-Wdouble-promotion" -#pragma clang diagnostic ignored "-Wimplicit-int-float-conversion" // warning: implicit conversion from 'xxx' to 'float' may lose precision -#pragma clang diagnostic ignored "-Wmissing-noreturn" // warning: function 'xxx' could be declared with attribute 'noreturn' -#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 -#endif - -// Legacy defines -#ifdef IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS // Renamed in 1.74 -#error Use IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS -#endif -#ifdef IMGUI_DISABLE_MATH_FUNCTIONS // Renamed in 1.74 -#error Use IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS -#endif - -// Enable stb_truetype by default unless FreeType is enabled. -// You can compile with both by defining both IMGUI_ENABLE_FREETYPE and IMGUI_ENABLE_STB_TRUETYPE together. -#ifndef IMGUI_ENABLE_FREETYPE -#define IMGUI_ENABLE_STB_TRUETYPE -#endif - -//----------------------------------------------------------------------------- -// [SECTION] Forward declarations -//----------------------------------------------------------------------------- - -struct ImBitVector; // Store 1-bit per value -struct ImRect; // An axis-aligned rectangle (2 points) -struct ImDrawDataBuilder; // Helper to build a ImDrawData instance -struct ImDrawListSharedData; // Data shared between all ImDrawList instances -struct ImGuiColorMod; // Stacked color modifier, backup of modified data so we can restore it -struct ImGuiContext; // Main Dear ImGui context -struct ImGuiContextHook; // Hook for extensions like ImGuiTestEngine -struct ImGuiDataTypeInfo; // Type information associated to a ImGuiDataType enum -struct ImGuiGroupData; // Stacked storage data for BeginGroup()/EndGroup() -struct ImGuiInputTextState; // Internal state of the currently focused/edited text input box -struct ImGuiLastItemData; // Status storage for last submitted items -struct ImGuiMenuColumns; // Simple column measurement, currently used for MenuItem() only -struct ImGuiNavItemData; // Result of a gamepad/keyboard directional navigation move query result -struct ImGuiMetricsConfig; // Storage for ShowMetricsWindow() and DebugNodeXXX() functions -struct ImGuiNextWindowData; // Storage for SetNextWindow** functions -struct ImGuiNextItemData; // Storage for SetNextItem** functions -struct ImGuiOldColumnData; // Storage data for a single column for legacy Columns() api -struct ImGuiOldColumns; // Storage data for a columns set for legacy Columns() api -struct ImGuiPopupData; // Storage for current popup stack -struct ImGuiSettingsHandler; // Storage for one type registered in the .ini file -struct ImGuiStackSizes; // Storage of stack sizes for debugging/asserting -struct ImGuiStyleMod; // Stacked style modifier, backup of modified data so we can restore it -struct ImGuiTabBar; // Storage for a tab bar -struct ImGuiTabItem; // Storage for a tab item (within a tab bar) -struct ImGuiTable; // Storage for a table -struct ImGuiTableColumn; // Storage for one column of a table -struct ImGuiTableInstanceData; // Storage for one instance of a same table -struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables. -struct ImGuiTableSettings; // Storage for a table .ini settings -struct ImGuiTableColumnsSettings; // Storage for a column .ini settings -struct ImGuiWindow; // Storage for one window -struct ImGuiWindowTempData; // Temporary storage for one window (that's the data which in theory we could ditch at the end of the frame, in practice we currently keep it for each window) -struct ImGuiWindowSettings; // Storage for a window .ini settings (we keep one of those even if the actual window wasn't instanced during this session) - -// Use your programming IDE "Go to definition" facility on the names of the center columns to find the actual flags/enum lists. -typedef int ImGuiLayoutType; // -> enum ImGuiLayoutType_ // Enum: Horizontal or vertical -typedef int ImGuiActivateFlags; // -> enum ImGuiActivateFlags_ // Flags: for navigation/focus function (will be for ActivateItem() later) -typedef int ImGuiDebugLogFlags; // -> enum ImGuiDebugLogFlags_ // Flags: for ShowDebugLogWindow(), g.DebugLogFlags -typedef int ImGuiItemFlags; // -> enum ImGuiItemFlags_ // Flags: for PushItemFlag() -typedef int ImGuiItemStatusFlags; // -> enum ImGuiItemStatusFlags_ // Flags: for DC.LastItemStatusFlags -typedef int ImGuiOldColumnFlags; // -> enum ImGuiOldColumnFlags_ // Flags: for BeginColumns() -typedef int ImGuiNavHighlightFlags; // -> enum ImGuiNavHighlightFlags_ // Flags: for RenderNavHighlight() -typedef int ImGuiNavDirSourceFlags; // -> enum ImGuiNavDirSourceFlags_ // Flags: for GetNavInputAmount2d() -typedef int ImGuiNavMoveFlags; // -> enum ImGuiNavMoveFlags_ // Flags: for navigation requests -typedef int ImGuiNextItemDataFlags; // -> enum ImGuiNextItemDataFlags_ // Flags: for SetNextItemXXX() functions -typedef int ImGuiNextWindowDataFlags; // -> enum ImGuiNextWindowDataFlags_// Flags: for SetNextWindowXXX() functions -typedef int ImGuiScrollFlags; // -> enum ImGuiScrollFlags_ // Flags: for ScrollToItem() and navigation requests -typedef int ImGuiSeparatorFlags; // -> enum ImGuiSeparatorFlags_ // Flags: for SeparatorEx() -typedef int ImGuiTextFlags; // -> enum ImGuiTextFlags_ // Flags: for TextEx() -typedef int ImGuiTooltipFlags; // -> enum ImGuiTooltipFlags_ // Flags: for BeginTooltipEx() - -typedef void (*ImGuiErrorLogCallback)(void* user_data, const char* fmt, ...); - -//----------------------------------------------------------------------------- -// [SECTION] Context pointer -// See implementation of this variable in imgui.cpp for comments and details. -//----------------------------------------------------------------------------- - -#ifndef GImGui -extern IMGUI_API ImGuiContext* GImGui; // Current implicit context pointer -#endif - -//------------------------------------------------------------------------- -// [SECTION] STB libraries includes -//------------------------------------------------------------------------- - -namespace ImStb -{ - -#undef STB_TEXTEDIT_STRING -#undef STB_TEXTEDIT_CHARTYPE -#define STB_TEXTEDIT_STRING ImGuiInputTextState -#define STB_TEXTEDIT_CHARTYPE ImWchar -#define STB_TEXTEDIT_GETWIDTH_NEWLINE (-1.0f) -#define STB_TEXTEDIT_UNDOSTATECOUNT 99 -#define STB_TEXTEDIT_UNDOCHARCOUNT 999 -#include "imstb_textedit.h" - -} // namespace ImStb - -//----------------------------------------------------------------------------- -// [SECTION] Macros -//----------------------------------------------------------------------------- - -// Debug Printing Into TTY -// (since IMGUI_VERSION_NUM >= 18729: IMGUI_DEBUG_LOG was reworked into IMGUI_DEBUG_PRINTF (and removed framecount from it). If you were using a #define IMGUI_DEBUG_LOG please rename) -#ifndef IMGUI_DEBUG_PRINTF -#ifndef IMGUI_DISABLE_DEFAULT_FORMAT_FUNCTIONS -#define IMGUI_DEBUG_PRINTF(_FMT,...) printf(_FMT, __VA_ARGS__) -#else -#define IMGUI_DEBUG_PRINTF(_FMT,...) -#endif -#endif - -// Debug Logging for ShowDebugLogWindow(). This is designed for relatively rare events so please don't spam. -#define IMGUI_DEBUG_LOG(...) ImGui::DebugLog(__VA_ARGS__); -#define IMGUI_DEBUG_LOG_ACTIVEID(...) do { if (g.DebugLogFlags & ImGuiDebugLogFlags_EventActiveId) IMGUI_DEBUG_LOG(__VA_ARGS__); } while (0) -#define IMGUI_DEBUG_LOG_FOCUS(...) do { if (g.DebugLogFlags & ImGuiDebugLogFlags_EventFocus) IMGUI_DEBUG_LOG(__VA_ARGS__); } while (0) -#define IMGUI_DEBUG_LOG_POPUP(...) do { if (g.DebugLogFlags & ImGuiDebugLogFlags_EventPopup) IMGUI_DEBUG_LOG(__VA_ARGS__); } while (0) -#define IMGUI_DEBUG_LOG_NAV(...) do { if (g.DebugLogFlags & ImGuiDebugLogFlags_EventNav) IMGUI_DEBUG_LOG(__VA_ARGS__); } while (0) -#define IMGUI_DEBUG_LOG_IO(...) do { if (g.DebugLogFlags & ImGuiDebugLogFlags_EventIO) IMGUI_DEBUG_LOG(__VA_ARGS__); } while (0) - -// Static Asserts -#define IM_STATIC_ASSERT(_COND) static_assert(_COND, "") - -// "Paranoid" Debug Asserts are meant to only be enabled during specific debugging/work, otherwise would slow down the code too much. -// We currently don't have many of those so the effect is currently negligible, but onward intent to add more aggressive ones in the code. -//#define IMGUI_DEBUG_PARANOID -#ifdef IMGUI_DEBUG_PARANOID -#define IM_ASSERT_PARANOID(_EXPR) IM_ASSERT(_EXPR) -#else -#define IM_ASSERT_PARANOID(_EXPR) -#endif - -// Error handling -// Down the line in some frameworks/languages we would like to have a way to redirect those to the programmer and recover from more faults. -#ifndef IM_ASSERT_USER_ERROR -#define IM_ASSERT_USER_ERROR(_EXP,_MSG) IM_ASSERT((_EXP) && _MSG) // Recoverable User Error -#endif - -// Misc Macros -#define IM_PI 3.14159265358979323846f -#ifdef _WIN32 -#define IM_NEWLINE "\r\n" // Play it nice with Windows users (Update: since 2018-05, Notepad finally appears to support Unix-style carriage returns!) -#else -#define IM_NEWLINE "\n" -#endif -#define IM_TABSIZE (4) -#define IM_MEMALIGN(_OFF,_ALIGN) (((_OFF) + ((_ALIGN) - 1)) & ~((_ALIGN) - 1)) // Memory align e.g. IM_ALIGN(0,4)=0, IM_ALIGN(1,4)=4, IM_ALIGN(4,4)=4, IM_ALIGN(5,4)=8 -#define IM_F32_TO_INT8_UNBOUND(_VAL) ((int)((_VAL) * 255.0f + ((_VAL)>=0 ? 0.5f : -0.5f))) // Unsaturated, for display purpose -#define IM_F32_TO_INT8_SAT(_VAL) ((int)(ImSaturate(_VAL) * 255.0f + 0.5f)) // Saturated, always output 0..255 -#define IM_FLOOR(_VAL) ((float)(int)(_VAL)) // ImFloor() is not inlined in MSVC debug builds -#define IM_ROUND(_VAL) ((float)(int)((_VAL) + 0.5f)) // - -// Enforce cdecl calling convention for functions called by the standard library, in case compilation settings changed the default to e.g. __vectorcall -#ifdef _MSC_VER -#define IMGUI_CDECL __cdecl -#else -#define IMGUI_CDECL -#endif - -// Warnings -#if defined(_MSC_VER) && !defined(__clang__) -#define IM_MSVC_WARNING_SUPPRESS(XXXX) __pragma(warning(suppress: XXXX)) -#else -#define IM_MSVC_WARNING_SUPPRESS(XXXX) -#endif - -// Debug Tools -// Use 'Metrics/Debugger->Tools->Item Picker' to break into the call-stack of a specific item. -// This will call IM_DEBUG_BREAK() which you may redefine yourself. See https://github.com/scottt/debugbreak for more reference. -#ifndef IM_DEBUG_BREAK -#if defined (_MSC_VER) -#define IM_DEBUG_BREAK() __debugbreak() -#elif defined(__clang__) -#define IM_DEBUG_BREAK() __builtin_debugtrap() -#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) -#define IM_DEBUG_BREAK() __asm__ volatile("int $0x03") -#elif defined(__GNUC__) && defined(__thumb__) -#define IM_DEBUG_BREAK() __asm__ volatile(".inst 0xde01") -#elif defined(__GNUC__) && defined(__arm__) && !defined(__thumb__) -#define IM_DEBUG_BREAK() __asm__ volatile(".inst 0xe7f001f0"); -#else -#define IM_DEBUG_BREAK() IM_ASSERT(0) // It is expected that you define IM_DEBUG_BREAK() into something that will break nicely in a debugger! -#endif -#endif // #ifndef IM_DEBUG_BREAK - -//----------------------------------------------------------------------------- -// [SECTION] Generic helpers -// Note that the ImXXX helpers functions are lower-level than ImGui functions. -// ImGui functions or the ImGui context are never called/used from other ImXXX functions. -//----------------------------------------------------------------------------- -// - Helpers: Hashing -// - Helpers: Sorting -// - Helpers: Bit manipulation -// - Helpers: String -// - Helpers: Formatting -// - Helpers: UTF-8 <> wchar conversions -// - Helpers: ImVec2/ImVec4 operators -// - Helpers: Maths -// - Helpers: Geometry -// - Helper: ImVec1 -// - Helper: ImVec2ih -// - Helper: ImRect -// - Helper: ImBitArray -// - Helper: ImBitVector -// - Helper: ImSpan<>, ImSpanAllocator<> -// - Helper: ImPool<> -// - Helper: ImChunkStream<> -//----------------------------------------------------------------------------- - -// Helpers: Hashing -IMGUI_API ImGuiID ImHashData(const void* data, size_t data_size, ImU32 seed = 0); -IMGUI_API ImGuiID ImHashStr(const char* data, size_t data_size = 0, ImU32 seed = 0); - -// Helpers: Sorting -#ifndef ImQsort -static inline void ImQsort(void* base, size_t count, size_t size_of_element, int(IMGUI_CDECL *compare_func)(void const*, void const*)) { if (count > 1) qsort(base, count, size_of_element, compare_func); } -#endif - -// Helpers: Color Blending -IMGUI_API ImU32 ImAlphaBlendColors(ImU32 col_a, ImU32 col_b); - -// Helpers: Bit manipulation -static inline bool ImIsPowerOfTwo(int v) { return v != 0 && (v & (v - 1)) == 0; } -static inline bool ImIsPowerOfTwo(ImU64 v) { return v != 0 && (v & (v - 1)) == 0; } -static inline int ImUpperPowerOfTwo(int v) { v--; v |= v >> 1; v |= v >> 2; v |= v >> 4; v |= v >> 8; v |= v >> 16; v++; return v; } - -// Helpers: String -IMGUI_API int ImStricmp(const char* str1, const char* str2); -IMGUI_API int ImStrnicmp(const char* str1, const char* str2, size_t count); -IMGUI_API void ImStrncpy(char* dst, const char* src, size_t count); -IMGUI_API char* ImStrdup(const char* str); -IMGUI_API char* ImStrdupcpy(char* dst, size_t* p_dst_size, const char* str); -IMGUI_API const char* ImStrchrRange(const char* str_begin, const char* str_end, char c); -IMGUI_API int ImStrlenW(const ImWchar* str); -IMGUI_API const char* ImStreolRange(const char* str, const char* str_end); // End end-of-line -IMGUI_API const ImWchar*ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin); // Find beginning-of-line -IMGUI_API const char* ImStristr(const char* haystack, const char* haystack_end, const char* needle, const char* needle_end); -IMGUI_API void ImStrTrimBlanks(char* str); -IMGUI_API const char* ImStrSkipBlank(const char* str); -static inline bool ImCharIsBlankA(char c) { return c == ' ' || c == '\t'; } -static inline bool ImCharIsBlankW(unsigned int c) { return c == ' ' || c == '\t' || c == 0x3000; } - -// Helpers: Formatting -IMGUI_API int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) IM_FMTARGS(3); -IMGUI_API int ImFormatStringV(char* buf, size_t buf_size, const char* fmt, va_list args) IM_FMTLIST(3); -IMGUI_API void ImFormatStringToTempBuffer(const char** out_buf, const char** out_buf_end, const char* fmt, ...) IM_FMTARGS(3); -IMGUI_API void ImFormatStringToTempBufferV(const char** out_buf, const char** out_buf_end, const char* fmt, va_list args) IM_FMTLIST(3); -IMGUI_API const char* ImParseFormatFindStart(const char* format); -IMGUI_API const char* ImParseFormatFindEnd(const char* format); -IMGUI_API const char* ImParseFormatTrimDecorations(const char* format, char* buf, size_t buf_size); -IMGUI_API void ImParseFormatSanitizeForPrinting(const char* fmt_in, char* fmt_out, size_t fmt_out_size); -IMGUI_API const char* ImParseFormatSanitizeForScanning(const char* fmt_in, char* fmt_out, size_t fmt_out_size); -IMGUI_API int ImParseFormatPrecision(const char* format, int default_value); - -// Helpers: UTF-8 <> wchar conversions -IMGUI_API const char* ImTextCharToUtf8(char out_buf[5], unsigned int c); // return out_buf -IMGUI_API int ImTextStrToUtf8(char* out_buf, int out_buf_size, const ImWchar* in_text, const ImWchar* in_text_end); // return output UTF-8 bytes count -IMGUI_API int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char* in_text_end); // read one character. return input UTF-8 bytes count -IMGUI_API int ImTextStrFromUtf8(ImWchar* out_buf, int out_buf_size, const char* in_text, const char* in_text_end, const char** in_remaining = NULL); // return input UTF-8 bytes count -IMGUI_API int ImTextCountCharsFromUtf8(const char* in_text, const char* in_text_end); // return number of UTF-8 code-points (NOT bytes count) -IMGUI_API int ImTextCountUtf8BytesFromChar(const char* in_text, const char* in_text_end); // return number of bytes to express one char in UTF-8 -IMGUI_API int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_end); // return number of bytes to express string in UTF-8 - -// Helpers: ImVec2/ImVec4 operators -// We are keeping those disabled by default so they don't leak in user space, to allow user enabling implicit cast operators between ImVec2 and their own types (using IM_VEC2_CLASS_EXTRA etc.) -// We unfortunately don't have a unary- operator for ImVec2 because this would needs to be defined inside the class itself. -#ifdef IMGUI_DEFINE_MATH_OPERATORS -IM_MSVC_RUNTIME_CHECKS_OFF -static inline ImVec2 operator*(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x * rhs, lhs.y * rhs); } -static inline ImVec2 operator/(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x / rhs, lhs.y / rhs); } -static inline ImVec2 operator+(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x + rhs.x, lhs.y + rhs.y); } -static inline ImVec2 operator-(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x - rhs.x, lhs.y - rhs.y); } -static inline ImVec2 operator*(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x * rhs.x, lhs.y * rhs.y); } -static inline ImVec2 operator/(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x / rhs.x, lhs.y / rhs.y); } -static inline ImVec2& operator*=(ImVec2& lhs, const float rhs) { lhs.x *= rhs; lhs.y *= rhs; return lhs; } -static inline ImVec2& operator/=(ImVec2& lhs, const float rhs) { lhs.x /= rhs; lhs.y /= rhs; return lhs; } -static inline ImVec2& operator+=(ImVec2& lhs, const ImVec2& rhs) { lhs.x += rhs.x; lhs.y += rhs.y; return lhs; } -static inline ImVec2& operator-=(ImVec2& lhs, const ImVec2& rhs) { lhs.x -= rhs.x; lhs.y -= rhs.y; return lhs; } -static inline ImVec2& operator*=(ImVec2& lhs, const ImVec2& rhs) { lhs.x *= rhs.x; lhs.y *= rhs.y; return lhs; } -static inline ImVec2& operator/=(ImVec2& lhs, const ImVec2& rhs) { lhs.x /= rhs.x; lhs.y /= rhs.y; return lhs; } -static inline ImVec4 operator+(const ImVec4& lhs, const ImVec4& rhs) { return ImVec4(lhs.x + rhs.x, lhs.y + rhs.y, lhs.z + rhs.z, lhs.w + rhs.w); } -static inline ImVec4 operator-(const ImVec4& lhs, const ImVec4& rhs) { return ImVec4(lhs.x - rhs.x, lhs.y - rhs.y, lhs.z - rhs.z, lhs.w - rhs.w); } -static inline ImVec4 operator*(const ImVec4& lhs, const ImVec4& rhs) { return ImVec4(lhs.x * rhs.x, lhs.y * rhs.y, lhs.z * rhs.z, lhs.w * rhs.w); } -IM_MSVC_RUNTIME_CHECKS_RESTORE -#endif - -// Helpers: File System -#ifdef IMGUI_DISABLE_FILE_FUNCTIONS -#define IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS -typedef void* ImFileHandle; -static inline ImFileHandle ImFileOpen(const char*, const char*) { return NULL; } -static inline bool ImFileClose(ImFileHandle) { return false; } -static inline ImU64 ImFileGetSize(ImFileHandle) { return (ImU64)-1; } -static inline ImU64 ImFileRead(void*, ImU64, ImU64, ImFileHandle) { return 0; } -static inline ImU64 ImFileWrite(const void*, ImU64, ImU64, ImFileHandle) { return 0; } -#endif -#ifndef IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS -typedef FILE* ImFileHandle; -IMGUI_API ImFileHandle ImFileOpen(const char* filename, const char* mode); -IMGUI_API bool ImFileClose(ImFileHandle file); -IMGUI_API ImU64 ImFileGetSize(ImFileHandle file); -IMGUI_API ImU64 ImFileRead(void* data, ImU64 size, ImU64 count, ImFileHandle file); -IMGUI_API ImU64 ImFileWrite(const void* data, ImU64 size, ImU64 count, ImFileHandle file); -#else -#define IMGUI_DISABLE_TTY_FUNCTIONS // Can't use stdout, fflush if we are not using default file functions -#endif -IMGUI_API void* ImFileLoadToMemory(const char* filename, const char* mode, size_t* out_file_size = NULL, int padding_bytes = 0); - -// Helpers: Maths -IM_MSVC_RUNTIME_CHECKS_OFF -// - Wrapper for standard libs functions. (Note that imgui_demo.cpp does _not_ use them to keep the code easy to copy) -#ifndef IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS -#define ImFabs(X) fabsf(X) -#define ImSqrt(X) sqrtf(X) -#define ImFmod(X, Y) fmodf((X), (Y)) -#define ImCos(X) cosf(X) -#define ImSin(X) sinf(X) -#define ImAcos(X) acosf(X) -#define ImAtan2(Y, X) atan2f((Y), (X)) -#define ImAtof(STR) atof(STR) -//#define ImFloorStd(X) floorf(X) // We use our own, see ImFloor() and ImFloorSigned() -#define ImCeil(X) ceilf(X) -static inline float ImPow(float x, float y) { return powf(x, y); } // DragBehaviorT/SliderBehaviorT uses ImPow with either float/double and need the precision -static inline double ImPow(double x, double y) { return pow(x, y); } -static inline float ImLog(float x) { return logf(x); } // DragBehaviorT/SliderBehaviorT uses ImLog with either float/double and need the precision -static inline double ImLog(double x) { return log(x); } -static inline int ImAbs(int x) { return x < 0 ? -x : x; } -static inline float ImAbs(float x) { return fabsf(x); } -static inline double ImAbs(double x) { return fabs(x); } -static inline float ImSign(float x) { return (x < 0.0f) ? -1.0f : (x > 0.0f) ? 1.0f : 0.0f; } // Sign operator - returns -1, 0 or 1 based on sign of argument -static inline double ImSign(double x) { return (x < 0.0) ? -1.0 : (x > 0.0) ? 1.0 : 0.0; } -#ifdef IMGUI_ENABLE_SSE -static inline float ImRsqrt(float x) { return _mm_cvtss_f32(_mm_rsqrt_ss(_mm_set_ss(x))); } -#else -static inline float ImRsqrt(float x) { return 1.0f / sqrtf(x); } -#endif -static inline double ImRsqrt(double x) { return 1.0 / sqrt(x); } -#endif -// - ImMin/ImMax/ImClamp/ImLerp/ImSwap are used by widgets which support variety of types: signed/unsigned int/long long float/double -// (Exceptionally using templates here but we could also redefine them for those types) -template static inline T ImMin(T lhs, T rhs) { return lhs < rhs ? lhs : rhs; } -template static inline T ImMax(T lhs, T rhs) { return lhs >= rhs ? lhs : rhs; } -template static inline T ImClamp(T v, T mn, T mx) { return (v < mn) ? mn : (v > mx) ? mx : v; } -template static inline T ImLerp(T a, T b, float t) { return (T)(a + (b - a) * t); } -template static inline void ImSwap(T& a, T& b) { T tmp = a; a = b; b = tmp; } -template static inline T ImAddClampOverflow(T a, T b, T mn, T mx) { if (b < 0 && (a < mn - b)) return mn; if (b > 0 && (a > mx - b)) return mx; return a + b; } -template static inline T ImSubClampOverflow(T a, T b, T mn, T mx) { if (b > 0 && (a < mn + b)) return mn; if (b < 0 && (a > mx + b)) return mx; return a - b; } -// - Misc maths helpers -static inline ImVec2 ImMin(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x < rhs.x ? lhs.x : rhs.x, lhs.y < rhs.y ? lhs.y : rhs.y); } -static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x >= rhs.x ? lhs.x : rhs.x, lhs.y >= rhs.y ? lhs.y : rhs.y); } -static inline ImVec2 ImClamp(const ImVec2& v, const ImVec2& mn, ImVec2 mx) { return ImVec2((v.x < mn.x) ? mn.x : (v.x > mx.x) ? mx.x : v.x, (v.y < mn.y) ? mn.y : (v.y > mx.y) ? mx.y : v.y); } -static inline ImVec2 ImLerp(const ImVec2& a, const ImVec2& b, float t) { return ImVec2(a.x + (b.x - a.x) * t, a.y + (b.y - a.y) * t); } -static inline ImVec2 ImLerp(const ImVec2& a, const ImVec2& b, const ImVec2& t) { return ImVec2(a.x + (b.x - a.x) * t.x, a.y + (b.y - a.y) * t.y); } -static inline ImVec4 ImLerp(const ImVec4& a, const ImVec4& b, float t) { return ImVec4(a.x + (b.x - a.x) * t, a.y + (b.y - a.y) * t, a.z + (b.z - a.z) * t, a.w + (b.w - a.w) * t); } -static inline float ImSaturate(float f) { return (f < 0.0f) ? 0.0f : (f > 1.0f) ? 1.0f : f; } -static inline float ImLengthSqr(const ImVec2& lhs) { return (lhs.x * lhs.x) + (lhs.y * lhs.y); } -static inline float ImLengthSqr(const ImVec4& lhs) { return (lhs.x * lhs.x) + (lhs.y * lhs.y) + (lhs.z * lhs.z) + (lhs.w * lhs.w); } -static inline float ImInvLength(const ImVec2& lhs, float fail_value) { float d = (lhs.x * lhs.x) + (lhs.y * lhs.y); if (d > 0.0f) return ImRsqrt(d); return fail_value; } -static inline float ImFloor(float f) { return (float)(int)(f); } -static inline float ImFloorSigned(float f) { return (float)((f >= 0 || (float)(int)f == f) ? (int)f : (int)f - 1); } // Decent replacement for floorf() -static inline ImVec2 ImFloor(const ImVec2& v) { return ImVec2((float)(int)(v.x), (float)(int)(v.y)); } -static inline ImVec2 ImFloorSigned(const ImVec2& v) { return ImVec2(ImFloorSigned(v.x), ImFloorSigned(v.y)); } -static inline int ImModPositive(int a, int b) { return (a + b) % b; } -static inline float ImDot(const ImVec2& a, const ImVec2& b) { return a.x * b.x + a.y * b.y; } -static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a) { return ImVec2(v.x * cos_a - v.y * sin_a, v.x * sin_a + v.y * cos_a); } -static inline float ImLinearSweep(float current, float target, float speed) { if (current < target) return ImMin(current + speed, target); if (current > target) return ImMax(current - speed, target); return current; } -static inline ImVec2 ImMul(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x * rhs.x, lhs.y * rhs.y); } -static inline bool ImIsFloatAboveGuaranteedIntegerPrecision(float f) { return f <= -16777216 || f >= 16777216; } -IM_MSVC_RUNTIME_CHECKS_RESTORE - -// Helpers: Geometry -IMGUI_API ImVec2 ImBezierCubicCalc(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, float t); -IMGUI_API ImVec2 ImBezierCubicClosestPoint(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, const ImVec2& p, int num_segments); // For curves with explicit number of segments -IMGUI_API ImVec2 ImBezierCubicClosestPointCasteljau(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, const ImVec2& p, float tess_tol);// For auto-tessellated curves you can use tess_tol = style.CurveTessellationTol -IMGUI_API ImVec2 ImBezierQuadraticCalc(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, float t); -IMGUI_API ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& p); -IMGUI_API bool ImTriangleContainsPoint(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p); -IMGUI_API ImVec2 ImTriangleClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p); -IMGUI_API void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p, float& out_u, float& out_v, float& out_w); -inline float ImTriangleArea(const ImVec2& a, const ImVec2& b, const ImVec2& c) { return ImFabs((a.x * (b.y - c.y)) + (b.x * (c.y - a.y)) + (c.x * (a.y - b.y))) * 0.5f; } -IMGUI_API ImGuiDir ImGetDirQuadrantFromDelta(float dx, float dy); - -// Helper: ImVec1 (1D vector) -// (this odd construct is used to facilitate the transition between 1D and 2D, and the maintenance of some branches/patches) -IM_MSVC_RUNTIME_CHECKS_OFF -struct ImVec1 -{ - float x; - constexpr ImVec1() : x(0.0f) { } - constexpr ImVec1(float _x) : x(_x) { } -}; - -// Helper: ImVec2ih (2D vector, half-size integer, for long-term packed storage) -struct ImVec2ih -{ - short x, y; - constexpr ImVec2ih() : x(0), y(0) {} - constexpr ImVec2ih(short _x, short _y) : x(_x), y(_y) {} - constexpr explicit ImVec2ih(const ImVec2& rhs) : x((short)rhs.x), y((short)rhs.y) {} -}; - -// Helper: ImRect (2D axis aligned bounding-box) -// NB: we can't rely on ImVec2 math operators being available here! -struct IMGUI_API ImRect -{ - ImVec2 Min; // Upper-left - ImVec2 Max; // Lower-right - - constexpr ImRect() : Min(0.0f, 0.0f), Max(0.0f, 0.0f) {} - constexpr ImRect(const ImVec2& min, const ImVec2& max) : Min(min), Max(max) {} - constexpr ImRect(const ImVec4& v) : Min(v.x, v.y), Max(v.z, v.w) {} - constexpr ImRect(float x1, float y1, float x2, float y2) : Min(x1, y1), Max(x2, y2) {} - - ImVec2 GetCenter() const { return ImVec2((Min.x + Max.x) * 0.5f, (Min.y + Max.y) * 0.5f); } - ImVec2 GetSize() const { return ImVec2(Max.x - Min.x, Max.y - Min.y); } - float GetWidth() const { return Max.x - Min.x; } - float GetHeight() const { return Max.y - Min.y; } - float GetArea() const { return (Max.x - Min.x) * (Max.y - Min.y); } - ImVec2 GetTL() const { return Min; } // Top-left - ImVec2 GetTR() const { return ImVec2(Max.x, Min.y); } // Top-right - ImVec2 GetBL() const { return ImVec2(Min.x, Max.y); } // Bottom-left - ImVec2 GetBR() const { return Max; } // Bottom-right - bool Contains(const ImVec2& p) const { return p.x >= Min.x && p.y >= Min.y && p.x < Max.x && p.y < Max.y; } - bool Contains(const ImRect& r) const { return r.Min.x >= Min.x && r.Min.y >= Min.y && r.Max.x <= Max.x && r.Max.y <= Max.y; } - bool Overlaps(const ImRect& r) const { return r.Min.y < Max.y && r.Max.y > Min.y && r.Min.x < Max.x && r.Max.x > Min.x; } - void Add(const ImVec2& p) { if (Min.x > p.x) Min.x = p.x; if (Min.y > p.y) Min.y = p.y; if (Max.x < p.x) Max.x = p.x; if (Max.y < p.y) Max.y = p.y; } - void Add(const ImRect& r) { if (Min.x > r.Min.x) Min.x = r.Min.x; if (Min.y > r.Min.y) Min.y = r.Min.y; if (Max.x < r.Max.x) Max.x = r.Max.x; if (Max.y < r.Max.y) Max.y = r.Max.y; } - void Expand(const float amount) { Min.x -= amount; Min.y -= amount; Max.x += amount; Max.y += amount; } - void Expand(const ImVec2& amount) { Min.x -= amount.x; Min.y -= amount.y; Max.x += amount.x; Max.y += amount.y; } - void Translate(const ImVec2& d) { Min.x += d.x; Min.y += d.y; Max.x += d.x; Max.y += d.y; } - void TranslateX(float dx) { Min.x += dx; Max.x += dx; } - void TranslateY(float dy) { Min.y += dy; Max.y += dy; } - void ClipWith(const ImRect& r) { Min = ImMax(Min, r.Min); Max = ImMin(Max, r.Max); } // Simple version, may lead to an inverted rectangle, which is fine for Contains/Overlaps test but not for display. - void ClipWithFull(const ImRect& r) { Min = ImClamp(Min, r.Min, r.Max); Max = ImClamp(Max, r.Min, r.Max); } // Full version, ensure both points are fully clipped. - void Floor() { Min.x = IM_FLOOR(Min.x); Min.y = IM_FLOOR(Min.y); Max.x = IM_FLOOR(Max.x); Max.y = IM_FLOOR(Max.y); } - bool IsInverted() const { return Min.x > Max.x || Min.y > Max.y; } - ImVec4 ToVec4() const { return ImVec4(Min.x, Min.y, Max.x, Max.y); } -}; -IM_MSVC_RUNTIME_CHECKS_RESTORE - -// Helper: ImBitArray -inline bool ImBitArrayTestBit(const ImU32* arr, int n) { ImU32 mask = (ImU32)1 << (n & 31); return (arr[n >> 5] & mask) != 0; } -inline void ImBitArrayClearBit(ImU32* arr, int n) { ImU32 mask = (ImU32)1 << (n & 31); arr[n >> 5] &= ~mask; } -inline void ImBitArraySetBit(ImU32* arr, int n) { ImU32 mask = (ImU32)1 << (n & 31); arr[n >> 5] |= mask; } -inline void ImBitArraySetBitRange(ImU32* arr, int n, int n2) // Works on range [n..n2) -{ - n2--; - while (n <= n2) - { - int a_mod = (n & 31); - int b_mod = (n2 > (n | 31) ? 31 : (n2 & 31)) + 1; - ImU32 mask = (ImU32)(((ImU64)1 << b_mod) - 1) & ~(ImU32)(((ImU64)1 << a_mod) - 1); - arr[n >> 5] |= mask; - n = (n + 32) & ~31; - } -} - -// Helper: ImBitArray class (wrapper over ImBitArray functions) -// Store 1-bit per value. -template -struct ImBitArray -{ - ImU32 Storage[(BITCOUNT + 31) >> 5]; - ImBitArray() { ClearAllBits(); } - void ClearAllBits() { memset(Storage, 0, sizeof(Storage)); } - void SetAllBits() { memset(Storage, 255, sizeof(Storage)); } - bool TestBit(int n) const { n += OFFSET; IM_ASSERT(n >= 0 && n < BITCOUNT); return ImBitArrayTestBit(Storage, n); } - void SetBit(int n) { n += OFFSET; IM_ASSERT(n >= 0 && n < BITCOUNT); ImBitArraySetBit(Storage, n); } - void ClearBit(int n) { n += OFFSET; IM_ASSERT(n >= 0 && n < BITCOUNT); ImBitArrayClearBit(Storage, n); } - void SetBitRange(int n, int n2) { n += OFFSET; n2 += OFFSET; IM_ASSERT(n >= 0 && n < BITCOUNT && n2 > n && n2 <= BITCOUNT); ImBitArraySetBitRange(Storage, n, n2); } // Works on range [n..n2) - bool operator[](int n) const { n += OFFSET; IM_ASSERT(n >= 0 && n < BITCOUNT); return ImBitArrayTestBit(Storage, n); } -}; - -// Helper: ImBitVector -// Store 1-bit per value. -struct IMGUI_API ImBitVector -{ - ImVector Storage; - void Create(int sz) { Storage.resize((sz + 31) >> 5); memset(Storage.Data, 0, (size_t)Storage.Size * sizeof(Storage.Data[0])); } - void Clear() { Storage.clear(); } - bool TestBit(int n) const { IM_ASSERT(n < (Storage.Size << 5)); return ImBitArrayTestBit(Storage.Data, n); } - void SetBit(int n) { IM_ASSERT(n < (Storage.Size << 5)); ImBitArraySetBit(Storage.Data, n); } - void ClearBit(int n) { IM_ASSERT(n < (Storage.Size << 5)); ImBitArrayClearBit(Storage.Data, n); } -}; - -// Helper: ImSpan<> -// Pointing to a span of data we don't own. -template -struct ImSpan -{ - T* Data; - T* DataEnd; - - // Constructors, destructor - inline ImSpan() { Data = DataEnd = NULL; } - inline ImSpan(T* data, int size) { Data = data; DataEnd = data + size; } - inline ImSpan(T* data, T* data_end) { Data = data; DataEnd = data_end; } - - inline void set(T* data, int size) { Data = data; DataEnd = data + size; } - inline void set(T* data, T* data_end) { Data = data; DataEnd = data_end; } - inline int size() const { return (int)(ptrdiff_t)(DataEnd - Data); } - inline int size_in_bytes() const { return (int)(ptrdiff_t)(DataEnd - Data) * (int)sizeof(T); } - inline T& operator[](int i) { T* p = Data + i; IM_ASSERT(p >= Data && p < DataEnd); return *p; } - inline const T& operator[](int i) const { const T* p = Data + i; IM_ASSERT(p >= Data && p < DataEnd); return *p; } - - inline T* begin() { return Data; } - inline const T* begin() const { return Data; } - inline T* end() { return DataEnd; } - inline const T* end() const { return DataEnd; } - - // Utilities - inline int index_from_ptr(const T* it) const { IM_ASSERT(it >= Data && it < DataEnd); const ptrdiff_t off = it - Data; return (int)off; } -}; - -// Helper: ImSpanAllocator<> -// Facilitate storing multiple chunks into a single large block (the "arena") -// - Usage: call Reserve() N times, allocate GetArenaSizeInBytes() worth, pass it to SetArenaBasePtr(), call GetSpan() N times to retrieve the aligned ranges. -template -struct ImSpanAllocator -{ - char* BasePtr; - int CurrOff; - int CurrIdx; - int Offsets[CHUNKS]; - int Sizes[CHUNKS]; - - ImSpanAllocator() { memset(this, 0, sizeof(*this)); } - inline void Reserve(int n, size_t sz, int a=4) { IM_ASSERT(n == CurrIdx && n < CHUNKS); CurrOff = IM_MEMALIGN(CurrOff, a); Offsets[n] = CurrOff; Sizes[n] = (int)sz; CurrIdx++; CurrOff += (int)sz; } - inline int GetArenaSizeInBytes() { return CurrOff; } - inline void SetArenaBasePtr(void* base_ptr) { BasePtr = (char*)base_ptr; } - inline void* GetSpanPtrBegin(int n) { IM_ASSERT(n >= 0 && n < CHUNKS && CurrIdx == CHUNKS); return (void*)(BasePtr + Offsets[n]); } - inline void* GetSpanPtrEnd(int n) { IM_ASSERT(n >= 0 && n < CHUNKS && CurrIdx == CHUNKS); return (void*)(BasePtr + Offsets[n] + Sizes[n]); } - template - inline void GetSpan(int n, ImSpan* span) { span->set((T*)GetSpanPtrBegin(n), (T*)GetSpanPtrEnd(n)); } -}; - -// Helper: ImPool<> -// Basic keyed storage for contiguous instances, slow/amortized insertion, O(1) indexable, O(Log N) queries by ID over a dense/hot buffer, -// Honor constructor/destructor. Add/remove invalidate all pointers. Indexes have the same lifetime as the associated object. -typedef int ImPoolIdx; -template -struct ImPool -{ - ImVector Buf; // Contiguous data - ImGuiStorage Map; // ID->Index - ImPoolIdx FreeIdx; // Next free idx to use - ImPoolIdx AliveCount; // Number of active/alive items (for display purpose) - - ImPool() { FreeIdx = AliveCount = 0; } - ~ImPool() { Clear(); } - T* GetByKey(ImGuiID key) { int idx = Map.GetInt(key, -1); return (idx != -1) ? &Buf[idx] : NULL; } - T* GetByIndex(ImPoolIdx n) { return &Buf[n]; } - ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Buf.Data && p < Buf.Data + Buf.Size); return (ImPoolIdx)(p - Buf.Data); } - T* GetOrAddByKey(ImGuiID key) { int* p_idx = Map.GetIntRef(key, -1); if (*p_idx != -1) return &Buf[*p_idx]; *p_idx = FreeIdx; return Add(); } - bool Contains(const T* p) const { return (p >= Buf.Data && p < Buf.Data + Buf.Size); } - void Clear() { for (int n = 0; n < Map.Data.Size; n++) { int idx = Map.Data[n].val_i; if (idx != -1) Buf[idx].~T(); } Map.Clear(); Buf.clear(); FreeIdx = AliveCount = 0; } - T* Add() { int idx = FreeIdx; if (idx == Buf.Size) { Buf.resize(Buf.Size + 1); FreeIdx++; } else { FreeIdx = *(int*)&Buf[idx]; } IM_PLACEMENT_NEW(&Buf[idx]) T(); AliveCount++; return &Buf[idx]; } - void Remove(ImGuiID key, const T* p) { Remove(key, GetIndex(p)); } - void Remove(ImGuiID key, ImPoolIdx idx) { Buf[idx].~T(); *(int*)&Buf[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); AliveCount--; } - void Reserve(int capacity) { Buf.reserve(capacity); Map.Data.reserve(capacity); } - - // To iterate a ImPool: for (int n = 0; n < pool.GetMapSize(); n++) if (T* t = pool.TryGetMapData(n)) { ... } - // Can be avoided if you know .Remove() has never been called on the pool, or AliveCount == GetMapSize() - int GetAliveCount() const { return AliveCount; } // Number of active/alive items in the pool (for display purpose) - int GetBufSize() const { return Buf.Size; } - int GetMapSize() const { return Map.Data.Size; } // It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere - T* TryGetMapData(ImPoolIdx n) { int idx = Map.Data[n].val_i; if (idx == -1) return NULL; return GetByIndex(idx); } -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - int GetSize() { return GetMapSize(); } // For ImPlot: should use GetMapSize() from (IMGUI_VERSION_NUM >= 18304) -#endif -}; - -// Helper: ImChunkStream<> -// Build and iterate a contiguous stream of variable-sized structures. -// This is used by Settings to store persistent data while reducing allocation count. -// We store the chunk size first, and align the final size on 4 bytes boundaries. -// The tedious/zealous amount of casting is to avoid -Wcast-align warnings. -template -struct ImChunkStream -{ - ImVector Buf; - - void clear() { Buf.clear(); } - bool empty() const { return Buf.Size == 0; } - int size() const { return Buf.Size; } - T* alloc_chunk(size_t sz) { size_t HDR_SZ = 4; sz = IM_MEMALIGN(HDR_SZ + sz, 4u); int off = Buf.Size; Buf.resize(off + (int)sz); ((int*)(void*)(Buf.Data + off))[0] = (int)sz; return (T*)(void*)(Buf.Data + off + (int)HDR_SZ); } - T* begin() { size_t HDR_SZ = 4; if (!Buf.Data) return NULL; return (T*)(void*)(Buf.Data + HDR_SZ); } - T* next_chunk(T* p) { size_t HDR_SZ = 4; IM_ASSERT(p >= begin() && p < end()); p = (T*)(void*)((char*)(void*)p + chunk_size(p)); if (p == (T*)(void*)((char*)end() + HDR_SZ)) return (T*)0; IM_ASSERT(p < end()); return p; } - int chunk_size(const T* p) { return ((const int*)p)[-1]; } - T* end() { return (T*)(void*)(Buf.Data + Buf.Size); } - int offset_from_ptr(const T* p) { IM_ASSERT(p >= begin() && p < end()); const ptrdiff_t off = (const char*)p - Buf.Data; return (int)off; } - T* ptr_from_offset(int off) { IM_ASSERT(off >= 4 && off < Buf.Size); return (T*)(void*)(Buf.Data + off); } - void swap(ImChunkStream& rhs) { rhs.Buf.swap(Buf); } - -}; - -//----------------------------------------------------------------------------- -// [SECTION] ImDrawList support -//----------------------------------------------------------------------------- - -// ImDrawList: Helper function to calculate a circle's segment count given its radius and a "maximum error" value. -// Estimation of number of circle segment based on error is derived using method described in https://stackoverflow.com/a/2244088/15194693 -// Number of segments (N) is calculated using equation: -// N = ceil ( pi / acos(1 - error / r) ) where r > 0, error <= r -// Our equation is significantly simpler that one in the post thanks for choosing segment that is -// perpendicular to X axis. Follow steps in the article from this starting condition and you will -// will get this result. -// -// Rendering circles with an odd number of segments, while mathematically correct will produce -// asymmetrical results on the raster grid. Therefore we're rounding N to next even number (7->8, 8->8, 9->10 etc.) -#define IM_ROUNDUP_TO_EVEN(_V) ((((_V) + 1) / 2) * 2) -#define IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_MIN 4 -#define IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_MAX 512 -#define IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC(_RAD,_MAXERROR) ImClamp(IM_ROUNDUP_TO_EVEN((int)ImCeil(IM_PI / ImAcos(1 - ImMin((_MAXERROR), (_RAD)) / (_RAD)))), IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_MIN, IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_MAX) - -// Raw equation from IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC rewritten for 'r' and 'error'. -#define IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC_R(_N,_MAXERROR) ((_MAXERROR) / (1 - ImCos(IM_PI / ImMax((float)(_N), IM_PI)))) -#define IM_DRAWLIST_CIRCLE_AUTO_SEGMENT_CALC_ERROR(_N,_RAD) ((1 - ImCos(IM_PI / ImMax((float)(_N), IM_PI))) / (_RAD)) - -// ImDrawList: Lookup table size for adaptive arc drawing, cover full circle. -#ifndef IM_DRAWLIST_ARCFAST_TABLE_SIZE -#define IM_DRAWLIST_ARCFAST_TABLE_SIZE 48 // Number of samples in lookup table. -#endif -#define IM_DRAWLIST_ARCFAST_SAMPLE_MAX IM_DRAWLIST_ARCFAST_TABLE_SIZE // Sample index _PathArcToFastEx() for 360 angle. - -// Data shared between all ImDrawList instances -// You may want to create your own instance of this if you want to use ImDrawList completely without ImGui. In that case, watch out for future changes to this structure. -struct IMGUI_API ImDrawListSharedData -{ - ImVec2 TexUvWhitePixel; // UV of white pixel in the atlas - ImFont* Font; // Current/default font (optional, for simplified AddText overload) - float FontSize; // Current/default font size (optional, for simplified AddText overload) - float CurveTessellationTol; // Tessellation tolerance when using PathBezierCurveTo() - float CircleSegmentMaxError; // Number of circle segments to use per pixel of radius for AddCircle() etc - ImVec4 ClipRectFullscreen; // Value for PushClipRectFullscreen() - ImDrawListFlags InitialFlags; // Initial flags at the beginning of the frame (it is possible to alter flags on a per-drawlist basis afterwards) - - // [Internal] Lookup tables - ImVec2 ArcFastVtx[IM_DRAWLIST_ARCFAST_TABLE_SIZE]; // Sample points on the quarter of the circle. - float ArcFastRadiusCutoff; // Cutoff radius after which arc drawing will fallback to slower PathArcTo() - ImU8 CircleSegmentCounts[64]; // Precomputed segment count for given radius before we calculate it dynamically (to avoid calculation overhead) - const ImVec4* TexUvLines; // UV of anti-aliased lines in the atlas - - ImDrawListSharedData(); - void SetCircleTessellationMaxError(float max_error); -}; - -struct ImDrawDataBuilder -{ - ImVector Layers[2]; // Global layers for: regular, tooltip - - void Clear() { for (int n = 0; n < IM_ARRAYSIZE(Layers); n++) Layers[n].resize(0); } - void ClearFreeMemory() { for (int n = 0; n < IM_ARRAYSIZE(Layers); n++) Layers[n].clear(); } - int GetDrawListCount() const { int count = 0; for (int n = 0; n < IM_ARRAYSIZE(Layers); n++) count += Layers[n].Size; return count; } - IMGUI_API void FlattenIntoSingleLayer(); -}; - -//----------------------------------------------------------------------------- -// [SECTION] Widgets support: flags, enums, data structures -//----------------------------------------------------------------------------- - -// Transient per-window flags, reset at the beginning of the frame. For child window, inherited from parent on first Begin(). -// This is going to be exposed in imgui.h when stabilized enough. -enum ImGuiItemFlags_ -{ - // Controlled by user - ImGuiItemFlags_None = 0, - ImGuiItemFlags_NoTabStop = 1 << 0, // false // Disable keyboard tabbing (FIXME: should merge with _NoNav) - ImGuiItemFlags_ButtonRepeat = 1 << 1, // false // Button() will return true multiple times based on io.KeyRepeatDelay and io.KeyRepeatRate settings. - ImGuiItemFlags_Disabled = 1 << 2, // false // Disable interactions but doesn't affect visuals. See BeginDisabled()/EndDisabled(). See github.com/ocornut/imgui/issues/211 - ImGuiItemFlags_NoNav = 1 << 3, // false // Disable keyboard/gamepad directional navigation (FIXME: should merge with _NoTabStop) - ImGuiItemFlags_NoNavDefaultFocus = 1 << 4, // false // Disable item being a candidate for default focus (e.g. used by title bar items) - ImGuiItemFlags_SelectableDontClosePopup = 1 << 5, // false // Disable MenuItem/Selectable() automatically closing their popup window - ImGuiItemFlags_MixedValue = 1 << 6, // false // [BETA] Represent a mixed/indeterminate value, generally multi-selection where values differ. Currently only supported by Checkbox() (later should support all sorts of widgets) - ImGuiItemFlags_ReadOnly = 1 << 7, // false // [ALPHA] Allow hovering interactions but underlying value is not changed. - - // Controlled by widget code - ImGuiItemFlags_Inputable = 1 << 8, // false // [WIP] Auto-activate input mode when tab focused. Currently only used and supported by a few items before it becomes a generic feature. -}; - -// Storage for LastItem data -enum ImGuiItemStatusFlags_ -{ - ImGuiItemStatusFlags_None = 0, - ImGuiItemStatusFlags_HoveredRect = 1 << 0, // Mouse position is within item rectangle (does NOT mean that the window is in correct z-order and can be hovered!, this is only one part of the most-common IsItemHovered test) - ImGuiItemStatusFlags_HasDisplayRect = 1 << 1, // g.LastItemData.DisplayRect is valid - ImGuiItemStatusFlags_Edited = 1 << 2, // Value exposed by item was edited in the current frame (should match the bool return value of most widgets) - ImGuiItemStatusFlags_ToggledSelection = 1 << 3, // Set when Selectable(), TreeNode() reports toggling a selection. We can't report "Selected", only state changes, in order to easily handle clipping with less issues. - ImGuiItemStatusFlags_ToggledOpen = 1 << 4, // Set when TreeNode() reports toggling their open state. - ImGuiItemStatusFlags_HasDeactivated = 1 << 5, // Set if the widget/group is able to provide data for the ImGuiItemStatusFlags_Deactivated flag. - ImGuiItemStatusFlags_Deactivated = 1 << 6, // Only valid if ImGuiItemStatusFlags_HasDeactivated is set. - ImGuiItemStatusFlags_HoveredWindow = 1 << 7, // Override the HoveredWindow test to allow cross-window hover testing. - ImGuiItemStatusFlags_FocusedByTabbing = 1 << 8, // Set when the Focusable item just got focused by Tabbing (FIXME: to be removed soon) - -#ifdef IMGUI_ENABLE_TEST_ENGINE - ImGuiItemStatusFlags_Openable = 1 << 20, // Item is an openable (e.g. TreeNode) - ImGuiItemStatusFlags_Opened = 1 << 21, // - ImGuiItemStatusFlags_Checkable = 1 << 22, // Item is a checkable (e.g. CheckBox, MenuItem) - ImGuiItemStatusFlags_Checked = 1 << 23, // -#endif -}; - -// Extend ImGuiInputTextFlags_ -enum ImGuiInputTextFlagsPrivate_ -{ - // [Internal] - ImGuiInputTextFlags_Multiline = 1 << 26, // For internal use by InputTextMultiline() - ImGuiInputTextFlags_NoMarkEdited = 1 << 27, // For internal use by functions using InputText() before reformatting data - ImGuiInputTextFlags_MergedItem = 1 << 28, // For internal use by TempInputText(), will skip calling ItemAdd(). Require bounding-box to strictly match. -}; - -// Extend ImGuiButtonFlags_ -enum ImGuiButtonFlagsPrivate_ -{ - ImGuiButtonFlags_PressedOnClick = 1 << 4, // return true on click (mouse down event) - ImGuiButtonFlags_PressedOnClickRelease = 1 << 5, // [Default] return true on click + release on same item <-- this is what the majority of Button are using - ImGuiButtonFlags_PressedOnClickReleaseAnywhere = 1 << 6, // return true on click + release even if the release event is not done while hovering the item - ImGuiButtonFlags_PressedOnRelease = 1 << 7, // return true on release (default requires click+release) - ImGuiButtonFlags_PressedOnDoubleClick = 1 << 8, // return true on double-click (default requires click+release) - ImGuiButtonFlags_PressedOnDragDropHold = 1 << 9, // return true when held into while we are drag and dropping another item (used by e.g. tree nodes, collapsing headers) - ImGuiButtonFlags_Repeat = 1 << 10, // hold to repeat - ImGuiButtonFlags_FlattenChildren = 1 << 11, // allow interactions even if a child window is overlapping - ImGuiButtonFlags_AllowItemOverlap = 1 << 12, // require previous frame HoveredId to either match id or be null before being usable, use along with SetItemAllowOverlap() - ImGuiButtonFlags_DontClosePopups = 1 << 13, // disable automatically closing parent popup on press // [UNUSED] - //ImGuiButtonFlags_Disabled = 1 << 14, // disable interactions -> use BeginDisabled() or ImGuiItemFlags_Disabled - ImGuiButtonFlags_AlignTextBaseLine = 1 << 15, // vertically align button to match text baseline - ButtonEx() only // FIXME: Should be removed and handled by SmallButton(), not possible currently because of DC.CursorPosPrevLine - ImGuiButtonFlags_NoKeyModifiers = 1 << 16, // disable mouse interaction if a key modifier is held - ImGuiButtonFlags_NoHoldingActiveId = 1 << 17, // don't set ActiveId while holding the mouse (ImGuiButtonFlags_PressedOnClick only) - ImGuiButtonFlags_NoNavFocus = 1 << 18, // don't override navigation focus when activated - ImGuiButtonFlags_NoHoveredOnFocus = 1 << 19, // don't report as hovered when nav focus is on this item - ImGuiButtonFlags_PressedOnMask_ = ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnClickReleaseAnywhere | ImGuiButtonFlags_PressedOnRelease | ImGuiButtonFlags_PressedOnDoubleClick | ImGuiButtonFlags_PressedOnDragDropHold, - ImGuiButtonFlags_PressedOnDefault_ = ImGuiButtonFlags_PressedOnClickRelease, -}; - -// Extend ImGuiComboFlags_ -enum ImGuiComboFlagsPrivate_ -{ - ImGuiComboFlags_CustomPreview = 1 << 20, // enable BeginComboPreview() -}; - -// Extend ImGuiSliderFlags_ -enum ImGuiSliderFlagsPrivate_ -{ - ImGuiSliderFlags_Vertical = 1 << 20, // Should this slider be orientated vertically? - ImGuiSliderFlags_ReadOnly = 1 << 21, -}; - -// Extend ImGuiSelectableFlags_ -enum ImGuiSelectableFlagsPrivate_ -{ - // NB: need to be in sync with last value of ImGuiSelectableFlags_ - ImGuiSelectableFlags_NoHoldingActiveID = 1 << 20, - ImGuiSelectableFlags_SelectOnNav = 1 << 21, // (WIP) Auto-select when moved into. This is not exposed in public API as to handle multi-select and modifiers we will need user to explicitly control focus scope. May be replaced with a BeginSelection() API. - ImGuiSelectableFlags_SelectOnClick = 1 << 22, // Override button behavior to react on Click (default is Click+Release) - ImGuiSelectableFlags_SelectOnRelease = 1 << 23, // Override button behavior to react on Release (default is Click+Release) - ImGuiSelectableFlags_SpanAvailWidth = 1 << 24, // Span all avail width even if we declared less for layout purpose. FIXME: We may be able to remove this (added in 6251d379, 2bcafc86 for menus) - ImGuiSelectableFlags_DrawHoveredWhenHeld = 1 << 25, // Always show active when held, even is not hovered. This concept could probably be renamed/formalized somehow. - ImGuiSelectableFlags_SetNavIdOnHover = 1 << 26, // Set Nav/Focus ID on mouse hover (used by MenuItem) - ImGuiSelectableFlags_NoPadWithHalfSpacing = 1 << 27, // Disable padding each side with ItemSpacing * 0.5f -}; - -// Extend ImGuiTreeNodeFlags_ -enum ImGuiTreeNodeFlagsPrivate_ -{ - ImGuiTreeNodeFlags_ClipLabelForTrailingButton = 1 << 20, -}; - -enum ImGuiSeparatorFlags_ -{ - ImGuiSeparatorFlags_None = 0, - ImGuiSeparatorFlags_Horizontal = 1 << 0, // Axis default to current layout type, so generally Horizontal unless e.g. in a menu bar - ImGuiSeparatorFlags_Vertical = 1 << 1, - ImGuiSeparatorFlags_SpanAllColumns = 1 << 2, -}; - -enum ImGuiTextFlags_ -{ - ImGuiTextFlags_None = 0, - ImGuiTextFlags_NoWidthForLargeClippedText = 1 << 0, -}; - -enum ImGuiTooltipFlags_ -{ - ImGuiTooltipFlags_None = 0, - ImGuiTooltipFlags_OverridePreviousTooltip = 1 << 0, // Override will clear/ignore previously submitted tooltip (defaults to append) -}; - -// FIXME: this is in development, not exposed/functional as a generic feature yet. -// Horizontal/Vertical enums are fixed to 0/1 so they may be used to index ImVec2 -enum ImGuiLayoutType_ -{ - ImGuiLayoutType_Horizontal = 0, - ImGuiLayoutType_Vertical = 1 -}; - -enum ImGuiLogType -{ - ImGuiLogType_None = 0, - ImGuiLogType_TTY, - ImGuiLogType_File, - ImGuiLogType_Buffer, - ImGuiLogType_Clipboard, -}; - -// X/Y enums are fixed to 0/1 so they may be used to index ImVec2 -enum ImGuiAxis -{ - ImGuiAxis_None = -1, - ImGuiAxis_X = 0, - ImGuiAxis_Y = 1 -}; - -enum ImGuiPlotType -{ - ImGuiPlotType_Lines, - ImGuiPlotType_Histogram, -}; - -enum ImGuiPopupPositionPolicy -{ - ImGuiPopupPositionPolicy_Default, - ImGuiPopupPositionPolicy_ComboBox, - ImGuiPopupPositionPolicy_Tooltip, -}; - -struct ImGuiDataTypeTempStorage -{ - ImU8 Data[8]; // Can fit any data up to ImGuiDataType_COUNT -}; - -// Type information associated to one ImGuiDataType. Retrieve with DataTypeGetInfo(). -struct ImGuiDataTypeInfo -{ - size_t Size; // Size in bytes - const char* Name; // Short descriptive name for the type, for debugging - const char* PrintFmt; // Default printf format for the type - const char* ScanFmt; // Default scanf format for the type -}; - -// Extend ImGuiDataType_ -enum ImGuiDataTypePrivate_ -{ - ImGuiDataType_String = ImGuiDataType_COUNT + 1, - ImGuiDataType_Pointer, - ImGuiDataType_ID, -}; - -// Stacked color modifier, backup of modified data so we can restore it -struct ImGuiColorMod -{ - ImGuiCol Col; - ImVec4 BackupValue; -}; - -// Stacked style modifier, backup of modified data so we can restore it. Data type inferred from the variable. -struct ImGuiStyleMod -{ - ImGuiStyleVar VarIdx; - union { int BackupInt[2]; float BackupFloat[2]; }; - ImGuiStyleMod(ImGuiStyleVar idx, int v) { VarIdx = idx; BackupInt[0] = v; } - ImGuiStyleMod(ImGuiStyleVar idx, float v) { VarIdx = idx; BackupFloat[0] = v; } - ImGuiStyleMod(ImGuiStyleVar idx, ImVec2 v) { VarIdx = idx; BackupFloat[0] = v.x; BackupFloat[1] = v.y; } -}; - -// Storage data for BeginComboPreview()/EndComboPreview() -struct IMGUI_API ImGuiComboPreviewData -{ - ImRect PreviewRect; - ImVec2 BackupCursorPos; - ImVec2 BackupCursorMaxPos; - ImVec2 BackupCursorPosPrevLine; - float BackupPrevLineTextBaseOffset; - ImGuiLayoutType BackupLayout; - - ImGuiComboPreviewData() { memset(this, 0, sizeof(*this)); } -}; - -// Stacked storage data for BeginGroup()/EndGroup() -struct IMGUI_API ImGuiGroupData -{ - ImGuiID WindowID; - ImVec2 BackupCursorPos; - ImVec2 BackupCursorMaxPos; - ImVec1 BackupIndent; - ImVec1 BackupGroupOffset; - ImVec2 BackupCurrLineSize; - float BackupCurrLineTextBaseOffset; - ImGuiID BackupActiveIdIsAlive; - bool BackupActiveIdPreviousFrameIsAlive; - bool BackupHoveredIdIsAlive; - bool EmitItem; -}; - -// Simple column measurement, currently used for MenuItem() only.. This is very short-sighted/throw-away code and NOT a generic helper. -struct IMGUI_API ImGuiMenuColumns -{ - ImU32 TotalWidth; - ImU32 NextTotalWidth; - ImU16 Spacing; - ImU16 OffsetIcon; // Always zero for now - ImU16 OffsetLabel; // Offsets are locked in Update() - ImU16 OffsetShortcut; - ImU16 OffsetMark; - ImU16 Widths[4]; // Width of: Icon, Label, Shortcut, Mark (accumulators for current frame) - - ImGuiMenuColumns() { memset(this, 0, sizeof(*this)); } - void Update(float spacing, bool window_reappearing); - float DeclColumns(float w_icon, float w_label, float w_shortcut, float w_mark); - void CalcNextTotalWidth(bool update_offsets); -}; - -// Internal state of the currently focused/edited text input box -// For a given item ID, access with ImGui::GetInputTextState() -struct IMGUI_API ImGuiInputTextState -{ - ImGuiID ID; // widget id owning the text state - int CurLenW, CurLenA; // we need to maintain our buffer length in both UTF-8 and wchar format. UTF-8 length is valid even if TextA is not. - ImVector TextW; // edit buffer, we need to persist but can't guarantee the persistence of the user-provided buffer. so we copy into own buffer. - ImVector TextA; // temporary UTF8 buffer for callbacks and other operations. this is not updated in every code-path! size=capacity. - ImVector InitialTextA; // backup of end-user buffer at the time of focus (in UTF-8, unaltered) - bool TextAIsValid; // temporary UTF8 buffer is not initially valid before we make the widget active (until then we pull the data from user argument) - int BufCapacityA; // end-user buffer capacity - float ScrollX; // horizontal scrolling/offset - ImStb::STB_TexteditState Stb; // state for stb_textedit.h - float CursorAnim; // timer for cursor blink, reset on every user action so the cursor reappears immediately - bool CursorFollow; // set when we want scrolling to follow the current cursor position (not always!) - bool SelectedAllMouseLock; // after a double-click to select all, we ignore further mouse drags to update selection - bool Edited; // edited this frame - ImGuiInputTextFlags Flags; // copy of InputText() flags - - ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } - void ClearText() { CurLenW = CurLenA = 0; TextW[0] = 0; TextA[0] = 0; CursorClamp(); } - void ClearFreeMemory() { TextW.clear(); TextA.clear(); InitialTextA.clear(); } - int GetUndoAvailCount() const { return Stb.undostate.undo_point; } - int GetRedoAvailCount() const { return STB_TEXTEDIT_UNDOSTATECOUNT - Stb.undostate.redo_point; } - void OnKeyPressed(int key); // Cannot be inline because we call in code in stb_textedit.h implementation - - // Cursor & Selection - void CursorAnimReset() { CursorAnim = -0.30f; } // After a user-input the cursor stays on for a while without blinking - void CursorClamp() { Stb.cursor = ImMin(Stb.cursor, CurLenW); Stb.select_start = ImMin(Stb.select_start, CurLenW); Stb.select_end = ImMin(Stb.select_end, CurLenW); } - bool HasSelection() const { return Stb.select_start != Stb.select_end; } - void ClearSelection() { Stb.select_start = Stb.select_end = Stb.cursor; } - int GetCursorPos() const { return Stb.cursor; } - int GetSelectionStart() const { return Stb.select_start; } - int GetSelectionEnd() const { return Stb.select_end; } - void SelectAll() { Stb.select_start = 0; Stb.cursor = Stb.select_end = CurLenW; Stb.has_preferred_x = 0; } -}; - -// Storage for current popup stack -struct ImGuiPopupData -{ - ImGuiID PopupId; // Set on OpenPopup() - ImGuiWindow* Window; // Resolved on BeginPopup() - may stay unresolved if user never calls OpenPopup() - ImGuiWindow* SourceWindow; // Set on OpenPopup() copy of NavWindow at the time of opening the popup - int ParentNavLayer; // Resolved on BeginPopup(). Actually a ImGuiNavLayer type (declared down below), initialized to -1 which is not part of an enum, but serves well-enough as "not any of layers" value - int OpenFrameCount; // Set on OpenPopup() - ImGuiID OpenParentId; // Set on OpenPopup(), we need this to differentiate multiple menu sets from each others (e.g. inside menu bar vs loose menu items) - ImVec2 OpenPopupPos; // Set on OpenPopup(), preferred popup position (typically == OpenMousePos when using mouse) - ImVec2 OpenMousePos; // Set on OpenPopup(), copy of mouse position at the time of opening popup - - ImGuiPopupData() { memset(this, 0, sizeof(*this)); ParentNavLayer = OpenFrameCount = -1; } -}; - -enum ImGuiNextWindowDataFlags_ -{ - ImGuiNextWindowDataFlags_None = 0, - ImGuiNextWindowDataFlags_HasPos = 1 << 0, - ImGuiNextWindowDataFlags_HasSize = 1 << 1, - ImGuiNextWindowDataFlags_HasContentSize = 1 << 2, - ImGuiNextWindowDataFlags_HasCollapsed = 1 << 3, - ImGuiNextWindowDataFlags_HasSizeConstraint = 1 << 4, - ImGuiNextWindowDataFlags_HasFocus = 1 << 5, - ImGuiNextWindowDataFlags_HasBgAlpha = 1 << 6, - ImGuiNextWindowDataFlags_HasScroll = 1 << 7, -}; - -// Storage for SetNexWindow** functions -struct ImGuiNextWindowData -{ - ImGuiNextWindowDataFlags Flags; - ImGuiCond PosCond; - ImGuiCond SizeCond; - ImGuiCond CollapsedCond; - ImVec2 PosVal; - ImVec2 PosPivotVal; - ImVec2 SizeVal; - ImVec2 ContentSizeVal; - ImVec2 ScrollVal; - bool CollapsedVal; - ImRect SizeConstraintRect; - ImGuiSizeCallback SizeCallback; - void* SizeCallbackUserData; - float BgAlphaVal; // Override background alpha - ImVec2 MenuBarOffsetMinVal; // (Always on) This is not exposed publicly, so we don't clear it and it doesn't have a corresponding flag (could we? for consistency?) - - ImGuiNextWindowData() { memset(this, 0, sizeof(*this)); } - inline void ClearFlags() { Flags = ImGuiNextWindowDataFlags_None; } -}; - -enum ImGuiNextItemDataFlags_ -{ - ImGuiNextItemDataFlags_None = 0, - ImGuiNextItemDataFlags_HasWidth = 1 << 0, - ImGuiNextItemDataFlags_HasOpen = 1 << 1, -}; - -struct ImGuiNextItemData -{ - ImGuiNextItemDataFlags Flags; - float Width; // Set by SetNextItemWidth() - ImGuiID FocusScopeId; // Set by SetNextItemMultiSelectData() (!= 0 signify value has been set, so it's an alternate version of HasSelectionData, we don't use Flags for this because they are cleared too early. This is mostly used for debugging) - ImGuiCond OpenCond; - bool OpenVal; // Set by SetNextItemOpen() - - ImGuiNextItemData() { memset(this, 0, sizeof(*this)); } - inline void ClearFlags() { Flags = ImGuiNextItemDataFlags_None; } // Also cleared manually by ItemAdd()! -}; - -// Status storage for the last submitted item -struct ImGuiLastItemData -{ - ImGuiID ID; - ImGuiItemFlags InFlags; // See ImGuiItemFlags_ - ImGuiItemStatusFlags StatusFlags; // See ImGuiItemStatusFlags_ - ImRect Rect; // Full rectangle - ImRect NavRect; // Navigation scoring rectangle (not displayed) - ImRect DisplayRect; // Display rectangle (only if ImGuiItemStatusFlags_HasDisplayRect is set) - - ImGuiLastItemData() { memset(this, 0, sizeof(*this)); } -}; - -struct IMGUI_API ImGuiStackSizes -{ - short SizeOfIDStack; - short SizeOfColorStack; - short SizeOfStyleVarStack; - short SizeOfFontStack; - short SizeOfFocusScopeStack; - short SizeOfGroupStack; - short SizeOfItemFlagsStack; - short SizeOfBeginPopupStack; - short SizeOfDisabledStack; - - ImGuiStackSizes() { memset(this, 0, sizeof(*this)); } - void SetToCurrentState(); - void CompareWithCurrentState(); -}; - -// Data saved for each window pushed into the stack -struct ImGuiWindowStackData -{ - ImGuiWindow* Window; - ImGuiLastItemData ParentLastItemDataBackup; - ImGuiStackSizes StackSizesOnBegin; // Store size of various stacks for asserting -}; - -struct ImGuiShrinkWidthItem -{ - int Index; - float Width; - float InitialWidth; -}; - -struct ImGuiPtrOrIndex -{ - void* Ptr; // Either field can be set, not both. e.g. Dock node tab bars are loose while BeginTabBar() ones are in a pool. - int Index; // Usually index in a main pool. - - ImGuiPtrOrIndex(void* ptr) { Ptr = ptr; Index = -1; } - ImGuiPtrOrIndex(int index) { Ptr = NULL; Index = index; } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Inputs support -//----------------------------------------------------------------------------- - -typedef ImBitArray ImBitArrayForNamedKeys; - -// Extend ImGuiKey_ -enum ImGuiKeyPrivate_ -{ - ImGuiKey_LegacyNativeKey_BEGIN = 0, - ImGuiKey_LegacyNativeKey_END = 512, - ImGuiKey_Gamepad_BEGIN = ImGuiKey_GamepadStart, - ImGuiKey_Gamepad_END = ImGuiKey_GamepadRStickDown + 1, -}; - -enum ImGuiInputEventType -{ - ImGuiInputEventType_None = 0, - ImGuiInputEventType_MousePos, - ImGuiInputEventType_MouseWheel, - ImGuiInputEventType_MouseButton, - ImGuiInputEventType_Key, - ImGuiInputEventType_Text, - ImGuiInputEventType_Focus, - ImGuiInputEventType_COUNT -}; - -enum ImGuiInputSource -{ - ImGuiInputSource_None = 0, - ImGuiInputSource_Mouse, - ImGuiInputSource_Keyboard, - ImGuiInputSource_Gamepad, - ImGuiInputSource_Clipboard, // Currently only used by InputText() - ImGuiInputSource_Nav, // Stored in g.ActiveIdSource only - ImGuiInputSource_COUNT -}; - -// FIXME: Structures in the union below need to be declared as anonymous unions appears to be an extension? -// Using ImVec2() would fail on Clang 'union member 'MousePos' has a non-trivial default constructor' -struct ImGuiInputEventMousePos { float PosX, PosY; }; -struct ImGuiInputEventMouseWheel { float WheelX, WheelY; }; -struct ImGuiInputEventMouseButton { int Button; bool Down; }; -struct ImGuiInputEventKey { ImGuiKey Key; bool Down; float AnalogValue; }; -struct ImGuiInputEventText { unsigned int Char; }; -struct ImGuiInputEventAppFocused { bool Focused; }; - -struct ImGuiInputEvent -{ - ImGuiInputEventType Type; - ImGuiInputSource Source; - union - { - ImGuiInputEventMousePos MousePos; // if Type == ImGuiInputEventType_MousePos - ImGuiInputEventMouseWheel MouseWheel; // if Type == ImGuiInputEventType_MouseWheel - ImGuiInputEventMouseButton MouseButton; // if Type == ImGuiInputEventType_MouseButton - ImGuiInputEventKey Key; // if Type == ImGuiInputEventType_Key - ImGuiInputEventText Text; // if Type == ImGuiInputEventType_Text - ImGuiInputEventAppFocused AppFocused; // if Type == ImGuiInputEventType_Focus - }; - bool AddedByTestEngine; - - ImGuiInputEvent() { memset(this, 0, sizeof(*this)); } -}; - -// FIXME-NAV: Clarify/expose various repeat delay/rate -enum ImGuiNavReadMode -{ - ImGuiNavReadMode_Down, - ImGuiNavReadMode_Repeat, - ImGuiNavReadMode_RepeatSlow, - ImGuiNavReadMode_RepeatFast, -}; - -//----------------------------------------------------------------------------- -// [SECTION] Clipper support -//----------------------------------------------------------------------------- - -struct ImGuiListClipperRange -{ - int Min; - int Max; - bool PosToIndexConvert; // Begin/End are absolute position (will be converted to indices later) - ImS8 PosToIndexOffsetMin; // Add to Min after converting to indices - ImS8 PosToIndexOffsetMax; // Add to Min after converting to indices - - static ImGuiListClipperRange FromIndices(int min, int max) { ImGuiListClipperRange r = { min, max, false, 0, 0 }; return r; } - static ImGuiListClipperRange FromPositions(float y1, float y2, int off_min, int off_max) { ImGuiListClipperRange r = { (int)y1, (int)y2, true, (ImS8)off_min, (ImS8)off_max }; return r; } -}; - -// Temporary clipper data, buffers shared/reused between instances -struct ImGuiListClipperData -{ - ImGuiListClipper* ListClipper; - float LossynessOffset; - int StepNo; - int ItemsFrozen; - ImVector Ranges; - - ImGuiListClipperData() { memset(this, 0, sizeof(*this)); } - void Reset(ImGuiListClipper* clipper) { ListClipper = clipper; StepNo = ItemsFrozen = 0; Ranges.resize(0); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Navigation support -//----------------------------------------------------------------------------- - -enum ImGuiActivateFlags_ -{ - ImGuiActivateFlags_None = 0, - ImGuiActivateFlags_PreferInput = 1 << 0, // Favor activation that requires keyboard text input (e.g. for Slider/Drag). Default if keyboard is available. - ImGuiActivateFlags_PreferTweak = 1 << 1, // Favor activation for tweaking with arrows or gamepad (e.g. for Slider/Drag). Default if keyboard is not available. - ImGuiActivateFlags_TryToPreserveState = 1 << 2, // Request widget to preserve state if it can (e.g. InputText will try to preserve cursor/selection) -}; - -// Early work-in-progress API for ScrollToItem() -enum ImGuiScrollFlags_ -{ - ImGuiScrollFlags_None = 0, - ImGuiScrollFlags_KeepVisibleEdgeX = 1 << 0, // If item is not visible: scroll as little as possible on X axis to bring item back into view [default for X axis] - ImGuiScrollFlags_KeepVisibleEdgeY = 1 << 1, // If item is not visible: scroll as little as possible on Y axis to bring item back into view [default for Y axis for windows that are already visible] - ImGuiScrollFlags_KeepVisibleCenterX = 1 << 2, // If item is not visible: scroll to make the item centered on X axis [rarely used] - ImGuiScrollFlags_KeepVisibleCenterY = 1 << 3, // If item is not visible: scroll to make the item centered on Y axis - ImGuiScrollFlags_AlwaysCenterX = 1 << 4, // Always center the result item on X axis [rarely used] - ImGuiScrollFlags_AlwaysCenterY = 1 << 5, // Always center the result item on Y axis [default for Y axis for appearing window) - ImGuiScrollFlags_NoScrollParent = 1 << 6, // Disable forwarding scrolling to parent window if required to keep item/rect visible (only scroll window the function was applied to). - ImGuiScrollFlags_MaskX_ = ImGuiScrollFlags_KeepVisibleEdgeX | ImGuiScrollFlags_KeepVisibleCenterX | ImGuiScrollFlags_AlwaysCenterX, - ImGuiScrollFlags_MaskY_ = ImGuiScrollFlags_KeepVisibleEdgeY | ImGuiScrollFlags_KeepVisibleCenterY | ImGuiScrollFlags_AlwaysCenterY, -}; - -enum ImGuiNavHighlightFlags_ -{ - ImGuiNavHighlightFlags_None = 0, - ImGuiNavHighlightFlags_TypeDefault = 1 << 0, - ImGuiNavHighlightFlags_TypeThin = 1 << 1, - ImGuiNavHighlightFlags_AlwaysDraw = 1 << 2, // Draw rectangular highlight if (g.NavId == id) _even_ when using the mouse. - ImGuiNavHighlightFlags_NoRounding = 1 << 3, -}; - -enum ImGuiNavDirSourceFlags_ -{ - ImGuiNavDirSourceFlags_None = 0, - ImGuiNavDirSourceFlags_Keyboard = 1 << 0, - ImGuiNavDirSourceFlags_PadDPad = 1 << 1, - ImGuiNavDirSourceFlags_PadLStick = 1 << 2, -}; - -enum ImGuiNavMoveFlags_ -{ - ImGuiNavMoveFlags_None = 0, - ImGuiNavMoveFlags_LoopX = 1 << 0, // On failed request, restart from opposite side - ImGuiNavMoveFlags_LoopY = 1 << 1, - ImGuiNavMoveFlags_WrapX = 1 << 2, // On failed request, request from opposite side one line down (when NavDir==right) or one line up (when NavDir==left) - ImGuiNavMoveFlags_WrapY = 1 << 3, // This is not super useful but provided for completeness - ImGuiNavMoveFlags_AllowCurrentNavId = 1 << 4, // Allow scoring and considering the current NavId as a move target candidate. This is used when the move source is offset (e.g. pressing PageDown actually needs to send a Up move request, if we are pressing PageDown from the bottom-most item we need to stay in place) - ImGuiNavMoveFlags_AlsoScoreVisibleSet = 1 << 5, // Store alternate result in NavMoveResultLocalVisible that only comprise elements that are already fully visible (used by PageUp/PageDown) - ImGuiNavMoveFlags_ScrollToEdgeY = 1 << 6, // Force scrolling to min/max (used by Home/End) // FIXME-NAV: Aim to remove or reword, probably unnecessary - ImGuiNavMoveFlags_Forwarded = 1 << 7, - ImGuiNavMoveFlags_DebugNoResult = 1 << 8, // Dummy scoring for debug purpose, don't apply result - ImGuiNavMoveFlags_FocusApi = 1 << 9, - ImGuiNavMoveFlags_Tabbing = 1 << 10, // == Focus + Activate if item is Inputable + DontChangeNavHighlight - ImGuiNavMoveFlags_Activate = 1 << 11, - ImGuiNavMoveFlags_DontSetNavHighlight = 1 << 12, // Do not alter the visible state of keyboard vs mouse nav highlight -}; - -enum ImGuiNavLayer -{ - ImGuiNavLayer_Main = 0, // Main scrolling layer - ImGuiNavLayer_Menu = 1, // Menu layer (access with Alt/ImGuiNavInput_Menu) - ImGuiNavLayer_COUNT -}; - -struct ImGuiNavItemData -{ - ImGuiWindow* Window; // Init,Move // Best candidate window (result->ItemWindow->RootWindowForNav == request->Window) - ImGuiID ID; // Init,Move // Best candidate item ID - ImGuiID FocusScopeId; // Init,Move // Best candidate focus scope ID - ImRect RectRel; // Init,Move // Best candidate bounding box in window relative space - ImGuiItemFlags InFlags; // ????,Move // Best candidate item flags - float DistBox; // Move // Best candidate box distance to current NavId - float DistCenter; // Move // Best candidate center distance to current NavId - float DistAxial; // Move // Best candidate axial distance to current NavId - - ImGuiNavItemData() { Clear(); } - void Clear() { Window = NULL; ID = FocusScopeId = 0; InFlags = 0; DistBox = DistCenter = DistAxial = FLT_MAX; } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Columns support -//----------------------------------------------------------------------------- - -// Flags for internal's BeginColumns(). Prefix using BeginTable() nowadays! -enum ImGuiOldColumnFlags_ -{ - ImGuiOldColumnFlags_None = 0, - ImGuiOldColumnFlags_NoBorder = 1 << 0, // Disable column dividers - ImGuiOldColumnFlags_NoResize = 1 << 1, // Disable resizing columns when clicking on the dividers - ImGuiOldColumnFlags_NoPreserveWidths = 1 << 2, // Disable column width preservation when adjusting columns - ImGuiOldColumnFlags_NoForceWithinWindow = 1 << 3, // Disable forcing columns to fit within window - ImGuiOldColumnFlags_GrowParentContentsSize = 1 << 4, // (WIP) Restore pre-1.51 behavior of extending the parent window contents size but _without affecting the columns width at all_. Will eventually remove. - - // Obsolete names (will be removed) -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - ImGuiColumnsFlags_None = ImGuiOldColumnFlags_None, - ImGuiColumnsFlags_NoBorder = ImGuiOldColumnFlags_NoBorder, - ImGuiColumnsFlags_NoResize = ImGuiOldColumnFlags_NoResize, - ImGuiColumnsFlags_NoPreserveWidths = ImGuiOldColumnFlags_NoPreserveWidths, - ImGuiColumnsFlags_NoForceWithinWindow = ImGuiOldColumnFlags_NoForceWithinWindow, - ImGuiColumnsFlags_GrowParentContentsSize = ImGuiOldColumnFlags_GrowParentContentsSize, -#endif -}; - -struct ImGuiOldColumnData -{ - float OffsetNorm; // Column start offset, normalized 0.0 (far left) -> 1.0 (far right) - float OffsetNormBeforeResize; - ImGuiOldColumnFlags Flags; // Not exposed - ImRect ClipRect; - - ImGuiOldColumnData() { memset(this, 0, sizeof(*this)); } -}; - -struct ImGuiOldColumns -{ - ImGuiID ID; - ImGuiOldColumnFlags Flags; - bool IsFirstFrame; - bool IsBeingResized; - int Current; - int Count; - float OffMinX, OffMaxX; // Offsets from HostWorkRect.Min.x - float LineMinY, LineMaxY; - float HostCursorPosY; // Backup of CursorPos at the time of BeginColumns() - float HostCursorMaxPosX; // Backup of CursorMaxPos at the time of BeginColumns() - ImRect HostInitialClipRect; // Backup of ClipRect at the time of BeginColumns() - ImRect HostBackupClipRect; // Backup of ClipRect during PushColumnsBackground()/PopColumnsBackground() - ImRect HostBackupParentWorkRect;//Backup of WorkRect at the time of BeginColumns() - ImVector Columns; - ImDrawListSplitter Splitter; - - ImGuiOldColumns() { memset(this, 0, sizeof(*this)); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Multi-select support -//----------------------------------------------------------------------------- - -#ifdef IMGUI_HAS_MULTI_SELECT -// -#endif // #ifdef IMGUI_HAS_MULTI_SELECT - -//----------------------------------------------------------------------------- -// [SECTION] Docking support -//----------------------------------------------------------------------------- - -#ifdef IMGUI_HAS_DOCK -// -#endif // #ifdef IMGUI_HAS_DOCK - -//----------------------------------------------------------------------------- -// [SECTION] Viewport support -//----------------------------------------------------------------------------- - -// ImGuiViewport Private/Internals fields (cardinal sin: we are using inheritance!) -// Every instance of ImGuiViewport is in fact a ImGuiViewportP. -struct ImGuiViewportP : public ImGuiViewport -{ - int DrawListsLastFrame[2]; // Last frame number the background (0) and foreground (1) draw lists were used - ImDrawList* DrawLists[2]; // Convenience background (0) and foreground (1) draw lists. We use them to draw software mouser cursor when io.MouseDrawCursor is set and to draw most debug overlays. - ImDrawData DrawDataP; - ImDrawDataBuilder DrawDataBuilder; - - ImVec2 WorkOffsetMin; // Work Area: Offset from Pos to top-left corner of Work Area. Generally (0,0) or (0,+main_menu_bar_height). Work Area is Full Area but without menu-bars/status-bars (so WorkArea always fit inside Pos/Size!) - ImVec2 WorkOffsetMax; // Work Area: Offset from Pos+Size to bottom-right corner of Work Area. Generally (0,0) or (0,-status_bar_height). - ImVec2 BuildWorkOffsetMin; // Work Area: Offset being built during current frame. Generally >= 0.0f. - ImVec2 BuildWorkOffsetMax; // Work Area: Offset being built during current frame. Generally <= 0.0f. - - ImGuiViewportP() { DrawListsLastFrame[0] = DrawListsLastFrame[1] = -1; DrawLists[0] = DrawLists[1] = NULL; } - ~ImGuiViewportP() { if (DrawLists[0]) IM_DELETE(DrawLists[0]); if (DrawLists[1]) IM_DELETE(DrawLists[1]); } - - // Calculate work rect pos/size given a set of offset (we have 1 pair of offset for rect locked from last frame data, and 1 pair for currently building rect) - ImVec2 CalcWorkRectPos(const ImVec2& off_min) const { return ImVec2(Pos.x + off_min.x, Pos.y + off_min.y); } - ImVec2 CalcWorkRectSize(const ImVec2& off_min, const ImVec2& off_max) const { return ImVec2(ImMax(0.0f, Size.x - off_min.x + off_max.x), ImMax(0.0f, Size.y - off_min.y + off_max.y)); } - void UpdateWorkRect() { WorkPos = CalcWorkRectPos(WorkOffsetMin); WorkSize = CalcWorkRectSize(WorkOffsetMin, WorkOffsetMax); } // Update public fields - - // Helpers to retrieve ImRect (we don't need to store BuildWorkRect as every access tend to change it, hence the code asymmetry) - ImRect GetMainRect() const { return ImRect(Pos.x, Pos.y, Pos.x + Size.x, Pos.y + Size.y); } - ImRect GetWorkRect() const { return ImRect(WorkPos.x, WorkPos.y, WorkPos.x + WorkSize.x, WorkPos.y + WorkSize.y); } - ImRect GetBuildWorkRect() const { ImVec2 pos = CalcWorkRectPos(BuildWorkOffsetMin); ImVec2 size = CalcWorkRectSize(BuildWorkOffsetMin, BuildWorkOffsetMax); return ImRect(pos.x, pos.y, pos.x + size.x, pos.y + size.y); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Settings support -//----------------------------------------------------------------------------- - -// Windows data saved in imgui.ini file -// Because we never destroy or rename ImGuiWindowSettings, we can store the names in a separate buffer easily. -// (this is designed to be stored in a ImChunkStream buffer, with the variable-length Name following our structure) -struct ImGuiWindowSettings -{ - ImGuiID ID; - ImVec2ih Pos; - ImVec2ih Size; - bool Collapsed; - bool WantApply; // Set when loaded from .ini data (to enable merging/loading .ini data into an already running context) - - ImGuiWindowSettings() { memset(this, 0, sizeof(*this)); } - char* GetName() { return (char*)(this + 1); } -}; - -struct ImGuiSettingsHandler -{ - const char* TypeName; // Short description stored in .ini file. Disallowed characters: '[' ']' - ImGuiID TypeHash; // == ImHashStr(TypeName) - void (*ClearAllFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler); // Clear all settings data - void (*ReadInitFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler); // Read: Called before reading (in registration order) - void* (*ReadOpenFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, const char* name); // Read: Called when entering into a new ini entry e.g. "[Window][Name]" - void (*ReadLineFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, void* entry, const char* line); // Read: Called for every line of text within an ini entry - void (*ApplyAllFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler); // Read: Called after reading (in registration order) - void (*WriteAllFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* out_buf); // Write: Output every entries into 'out_buf' - void* UserData; - - ImGuiSettingsHandler() { memset(this, 0, sizeof(*this)); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Metrics, Debug Tools -//----------------------------------------------------------------------------- - -enum ImGuiDebugLogFlags_ -{ - // Event types - ImGuiDebugLogFlags_None = 0, - ImGuiDebugLogFlags_EventActiveId = 1 << 0, - ImGuiDebugLogFlags_EventFocus = 1 << 1, - ImGuiDebugLogFlags_EventPopup = 1 << 2, - ImGuiDebugLogFlags_EventNav = 1 << 3, - ImGuiDebugLogFlags_EventIO = 1 << 4, - ImGuiDebugLogFlags_EventMask_ = ImGuiDebugLogFlags_EventActiveId | ImGuiDebugLogFlags_EventFocus | ImGuiDebugLogFlags_EventPopup | ImGuiDebugLogFlags_EventNav | ImGuiDebugLogFlags_EventIO, - ImGuiDebugLogFlags_OutputToTTY = 1 << 10, // Also send output to TTY -}; - -struct ImGuiMetricsConfig -{ - bool ShowDebugLog; - bool ShowStackTool; - bool ShowWindowsRects; - bool ShowWindowsBeginOrder; - bool ShowTablesRects; - bool ShowDrawCmdMesh; - bool ShowDrawCmdBoundingBoxes; - int ShowWindowsRectsType; - int ShowTablesRectsType; - - ImGuiMetricsConfig() - { - ShowDebugLog = ShowStackTool = ShowWindowsRects = ShowWindowsBeginOrder = ShowTablesRects = false; - ShowDrawCmdMesh = true; - ShowDrawCmdBoundingBoxes = true; - ShowWindowsRectsType = ShowTablesRectsType = -1; - } -}; - -struct ImGuiStackLevelInfo -{ - ImGuiID ID; - ImS8 QueryFrameCount; // >= 1: Query in progress - bool QuerySuccess; // Obtained result from DebugHookIdInfo() - ImGuiDataType DataType : 8; - char Desc[57]; // Arbitrarily sized buffer to hold a result (FIXME: could replace Results[] with a chunk stream?) FIXME: Now that we added CTRL+C this should be fixed. - - ImGuiStackLevelInfo() { memset(this, 0, sizeof(*this)); } -}; - -// State for Stack tool queries -struct ImGuiStackTool -{ - int LastActiveFrame; - int StackLevel; // -1: query stack and resize Results, >= 0: individual stack level - ImGuiID QueryId; // ID to query details for - ImVector Results; - bool CopyToClipboardOnCtrlC; - float CopyToClipboardLastTime; - - ImGuiStackTool() { memset(this, 0, sizeof(*this)); CopyToClipboardLastTime = -FLT_MAX; } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Generic context hooks -//----------------------------------------------------------------------------- - -typedef void (*ImGuiContextHookCallback)(ImGuiContext* ctx, ImGuiContextHook* hook); -enum ImGuiContextHookType { ImGuiContextHookType_NewFramePre, ImGuiContextHookType_NewFramePost, ImGuiContextHookType_EndFramePre, ImGuiContextHookType_EndFramePost, ImGuiContextHookType_RenderPre, ImGuiContextHookType_RenderPost, ImGuiContextHookType_Shutdown, ImGuiContextHookType_PendingRemoval_ }; - -struct ImGuiContextHook -{ - ImGuiID HookId; // A unique ID assigned by AddContextHook() - ImGuiContextHookType Type; - ImGuiID Owner; - ImGuiContextHookCallback Callback; - void* UserData; - - ImGuiContextHook() { memset(this, 0, sizeof(*this)); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] ImGuiContext (main Dear ImGui context) -//----------------------------------------------------------------------------- - -struct ImGuiContext -{ - bool Initialized; - bool FontAtlasOwnedByContext; // IO.Fonts-> is owned by the ImGuiContext and will be destructed along with it. - ImGuiIO IO; - ImVector InputEventsQueue; // Input events which will be tricked/written into IO structure. - ImVector InputEventsTrail; // Past input events processed in NewFrame(). This is to allow domain-specific application to access e.g mouse/pen trail. - ImGuiStyle Style; - ImFont* Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back() - float FontSize; // (Shortcut) == FontBaseSize * g.CurrentWindow->FontWindowScale == window->FontSize(). Text height for current window. - float FontBaseSize; // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height. - ImDrawListSharedData DrawListSharedData; - double Time; - int FrameCount; - int FrameCountEnded; - int FrameCountRendered; - bool WithinFrameScope; // Set by NewFrame(), cleared by EndFrame() - bool WithinFrameScopeWithImplicitWindow; // Set by NewFrame(), cleared by EndFrame() when the implicit debug window has been pushed - bool WithinEndChild; // Set within EndChild() - bool GcCompactAll; // Request full GC - bool TestEngineHookItems; // Will call test engine hooks: ImGuiTestEngineHook_ItemAdd(), ImGuiTestEngineHook_ItemInfo(), ImGuiTestEngineHook_Log() - void* TestEngine; // Test engine user data - - // Windows state - ImVector Windows; // Windows, sorted in display order, back to front - ImVector WindowsFocusOrder; // Root windows, sorted in focus order, back to front. - ImVector WindowsTempSortBuffer; // Temporary buffer used in EndFrame() to reorder windows so parents are kept before their child - ImVector CurrentWindowStack; - ImGuiStorage WindowsById; // Map window's ImGuiID to ImGuiWindow* - int WindowsActiveCount; // Number of unique windows submitted by frame - ImVec2 WindowsHoverPadding; // Padding around resizable windows for which hovering on counts as hovering the window == ImMax(style.TouchExtraPadding, WINDOWS_HOVER_PADDING) - ImGuiWindow* CurrentWindow; // Window being drawn into - ImGuiWindow* HoveredWindow; // Window the mouse is hovering. Will typically catch mouse inputs. - ImGuiWindow* HoveredWindowUnderMovingWindow; // Hovered window ignoring MovingWindow. Only set if MovingWindow is set. - ImGuiWindow* MovingWindow; // Track the window we clicked on (in order to preserve focus). The actual window that is moved is generally MovingWindow->RootWindow. - ImGuiWindow* WheelingWindow; // Track the window we started mouse-wheeling on. Until a timer elapse or mouse has moved, generally keep scrolling the same window even if during the course of scrolling the mouse ends up hovering a child window. - ImVec2 WheelingWindowRefMousePos; - float WheelingWindowTimer; - - // Item/widgets state and tracking information - ImGuiID DebugHookIdInfo; // Will call core hooks: DebugHookIdInfo() from GetID functions, used by Stack Tool [next HoveredId/ActiveId to not pull in an extra cache-line] - ImGuiID HoveredId; // Hovered widget, filled during the frame - ImGuiID HoveredIdPreviousFrame; - bool HoveredIdAllowOverlap; - bool HoveredIdUsingMouseWheel; // Hovered widget will use mouse wheel. Blocks scrolling the underlying window. - bool HoveredIdPreviousFrameUsingMouseWheel; - bool HoveredIdDisabled; // At least one widget passed the rect test, but has been discarded by disabled flag or popup inhibit. May be true even if HoveredId == 0. - float HoveredIdTimer; // Measure contiguous hovering time - float HoveredIdNotActiveTimer; // Measure contiguous hovering time where the item has not been active - ImGuiID ActiveId; // Active widget - ImGuiID ActiveIdIsAlive; // Active widget has been seen this frame (we can't use a bool as the ActiveId may change within the frame) - float ActiveIdTimer; - bool ActiveIdIsJustActivated; // Set at the time of activation for one frame - bool ActiveIdAllowOverlap; // Active widget allows another widget to steal active id (generally for overlapping widgets, but not always) - bool ActiveIdNoClearOnFocusLoss; // Disable losing active id if the active id window gets unfocused. - bool ActiveIdHasBeenPressedBefore; // Track whether the active id led to a press (this is to allow changing between PressOnClick and PressOnRelease without pressing twice). Used by range_select branch. - bool ActiveIdHasBeenEditedBefore; // Was the value associated to the widget Edited over the course of the Active state. - bool ActiveIdHasBeenEditedThisFrame; - ImVec2 ActiveIdClickOffset; // Clicked offset from upper-left corner, if applicable (currently only set by ButtonBehavior) - ImGuiWindow* ActiveIdWindow; - ImGuiInputSource ActiveIdSource; // Activating with mouse or nav (gamepad/keyboard) - int ActiveIdMouseButton; - ImGuiID ActiveIdPreviousFrame; - bool ActiveIdPreviousFrameIsAlive; - bool ActiveIdPreviousFrameHasBeenEditedBefore; - ImGuiWindow* ActiveIdPreviousFrameWindow; - ImGuiID LastActiveId; // Store the last non-zero ActiveId, useful for animation. - float LastActiveIdTimer; // Store the last non-zero ActiveId timer since the beginning of activation, useful for animation. - - // Input Ownership - bool ActiveIdUsingMouseWheel; // Active widget will want to read mouse wheel. Blocks scrolling the underlying window. - ImU32 ActiveIdUsingNavDirMask; // Active widget will want to read those nav move requests (e.g. can activate a button and move away from it) - ImU32 ActiveIdUsingNavInputMask; // Active widget will want to read those nav inputs. - ImBitArrayForNamedKeys ActiveIdUsingKeyInputMask; // Active widget will want to read those key inputs. When we grow the ImGuiKey enum we'll need to either to order the enum to make useful keys come first, either redesign this into e.g. a small array. - - // Next window/item data - ImGuiItemFlags CurrentItemFlags; // == g.ItemFlagsStack.back() - ImGuiNextItemData NextItemData; // Storage for SetNextItem** functions - ImGuiLastItemData LastItemData; // Storage for last submitted item (setup by ItemAdd) - ImGuiNextWindowData NextWindowData; // Storage for SetNextWindow** functions - - // Shared stacks - ImVector ColorStack; // Stack for PushStyleColor()/PopStyleColor() - inherited by Begin() - ImVector StyleVarStack; // Stack for PushStyleVar()/PopStyleVar() - inherited by Begin() - ImVector FontStack; // Stack for PushFont()/PopFont() - inherited by Begin() - ImVector FocusScopeStack; // Stack for PushFocusScope()/PopFocusScope() - not inherited by Begin(), unless child window - ImVectorItemFlagsStack; // Stack for PushItemFlag()/PopItemFlag() - inherited by Begin() - ImVectorGroupStack; // Stack for BeginGroup()/EndGroup() - not inherited by Begin() - ImVectorOpenPopupStack; // Which popups are open (persistent) - ImVectorBeginPopupStack; // Which level of BeginPopup() we are in (reset every frame) - int BeginMenuCount; - - // Viewports - ImVector Viewports; // Active viewports (Size==1 in 'master' branch). Each viewports hold their copy of ImDrawData. - - // Gamepad/keyboard Navigation - ImGuiWindow* NavWindow; // Focused window for navigation. Could be called 'FocusedWindow' - ImGuiID NavId; // Focused item for navigation - ImGuiID NavFocusScopeId; // Identify a selection scope (selection code often wants to "clear other items" when landing on an item of the selection set) - ImGuiID NavActivateId; // ~~ (g.ActiveId == 0) && IsNavInputPressed(ImGuiNavInput_Activate) ? NavId : 0, also set when calling ActivateItem() - ImGuiID NavActivateDownId; // ~~ IsNavInputDown(ImGuiNavInput_Activate) ? NavId : 0 - ImGuiID NavActivatePressedId; // ~~ IsNavInputPressed(ImGuiNavInput_Activate) ? NavId : 0 - ImGuiID NavActivateInputId; // ~~ IsNavInputPressed(ImGuiNavInput_Input) ? NavId : 0; ImGuiActivateFlags_PreferInput will be set and NavActivateId will be 0. - ImGuiActivateFlags NavActivateFlags; - ImGuiID NavJustMovedToId; // Just navigated to this id (result of a successfully MoveRequest). - ImGuiID NavJustMovedToFocusScopeId; // Just navigated to this focus scope id (result of a successfully MoveRequest). - ImGuiModFlags NavJustMovedToKeyMods; - ImGuiID NavNextActivateId; // Set by ActivateItem(), queued until next frame. - ImGuiActivateFlags NavNextActivateFlags; - ImGuiInputSource NavInputSource; // Keyboard or Gamepad mode? THIS WILL ONLY BE None or NavGamepad or NavKeyboard. - ImGuiNavLayer NavLayer; // Layer we are navigating on. For now the system is hard-coded for 0=main contents and 1=menu/title bar, may expose layers later. - bool NavIdIsAlive; // Nav widget has been seen this frame ~~ NavRectRel is valid - bool NavMousePosDirty; // When set we will update mouse position if (io.ConfigFlags & ImGuiConfigFlags_NavEnableSetMousePos) if set (NB: this not enabled by default) - bool NavDisableHighlight; // When user starts using mouse, we hide gamepad/keyboard highlight (NB: but they are still available, which is why NavDisableHighlight isn't always != NavDisableMouseHover) - bool NavDisableMouseHover; // When user starts using gamepad/keyboard, we hide mouse hovering highlight until mouse is touched again. - - // Navigation: Init & Move Requests - bool NavAnyRequest; // ~~ NavMoveRequest || NavInitRequest this is to perform early out in ItemAdd() - bool NavInitRequest; // Init request for appearing window to select first item - bool NavInitRequestFromMove; - ImGuiID NavInitResultId; // Init request result (first item of the window, or one for which SetItemDefaultFocus() was called) - ImRect NavInitResultRectRel; // Init request result rectangle (relative to parent window) - bool NavMoveSubmitted; // Move request submitted, will process result on next NewFrame() - bool NavMoveScoringItems; // Move request submitted, still scoring incoming items - bool NavMoveForwardToNextFrame; - ImGuiNavMoveFlags NavMoveFlags; - ImGuiScrollFlags NavMoveScrollFlags; - ImGuiModFlags NavMoveKeyMods; - ImGuiDir NavMoveDir; // Direction of the move request (left/right/up/down) - ImGuiDir NavMoveDirForDebug; - ImGuiDir NavMoveClipDir; // FIXME-NAV: Describe the purpose of this better. Might want to rename? - ImRect NavScoringRect; // Rectangle used for scoring, in screen space. Based of window->NavRectRel[], modified for directional navigation scoring. - ImRect NavScoringNoClipRect; // Some nav operations (such as PageUp/PageDown) enforce a region which clipper will attempt to always keep submitted - int NavScoringDebugCount; // Metrics for debugging - int NavTabbingDir; // Generally -1 or +1, 0 when tabbing without a nav id - int NavTabbingCounter; // >0 when counting items for tabbing - ImGuiNavItemData NavMoveResultLocal; // Best move request candidate within NavWindow - ImGuiNavItemData NavMoveResultLocalVisible; // Best move request candidate within NavWindow that are mostly visible (when using ImGuiNavMoveFlags_AlsoScoreVisibleSet flag) - ImGuiNavItemData NavMoveResultOther; // Best move request candidate within NavWindow's flattened hierarchy (when using ImGuiWindowFlags_NavFlattened flag) - ImGuiNavItemData NavTabbingResultFirst; // First tabbing request candidate within NavWindow and flattened hierarchy - - // Navigation: Windowing (CTRL+TAB for list, or Menu button + keys or directional pads to move/resize) - ImGuiWindow* NavWindowingTarget; // Target window when doing CTRL+Tab (or Pad Menu + FocusPrev/Next), this window is temporarily displayed top-most! - ImGuiWindow* NavWindowingTargetAnim; // Record of last valid NavWindowingTarget until DimBgRatio and NavWindowingHighlightAlpha becomes 0.0f, so the fade-out can stay on it. - ImGuiWindow* NavWindowingListWindow; // Internal window actually listing the CTRL+Tab contents - float NavWindowingTimer; - float NavWindowingHighlightAlpha; - bool NavWindowingToggleLayer; - ImVec2 NavWindowingAccumDeltaPos; - ImVec2 NavWindowingAccumDeltaSize; - - // Render - float DimBgRatio; // 0.0..1.0 animation when fading in a dimming background (for modal window and CTRL+TAB list) - ImGuiMouseCursor MouseCursor; - - // Drag and Drop - bool DragDropActive; - bool DragDropWithinSource; // Set when within a BeginDragDropXXX/EndDragDropXXX block for a drag source. - bool DragDropWithinTarget; // Set when within a BeginDragDropXXX/EndDragDropXXX block for a drag target. - ImGuiDragDropFlags DragDropSourceFlags; - int DragDropSourceFrameCount; - int DragDropMouseButton; - ImGuiPayload DragDropPayload; - ImRect DragDropTargetRect; // Store rectangle of current target candidate (we favor small targets when overlapping) - ImGuiID DragDropTargetId; - ImGuiDragDropFlags DragDropAcceptFlags; - float DragDropAcceptIdCurrRectSurface; // Target item surface (we resolve overlapping targets by prioritizing the smaller surface) - ImGuiID DragDropAcceptIdCurr; // Target item id (set at the time of accepting the payload) - ImGuiID DragDropAcceptIdPrev; // Target item id from previous frame (we need to store this to allow for overlapping drag and drop targets) - int DragDropAcceptFrameCount; // Last time a target expressed a desire to accept the source - ImGuiID DragDropHoldJustPressedId; // Set when holding a payload just made ButtonBehavior() return a press. - ImVector DragDropPayloadBufHeap; // We don't expose the ImVector<> directly, ImGuiPayload only holds pointer+size - unsigned char DragDropPayloadBufLocal[16]; // Local buffer for small payloads - - // Clipper - int ClipperTempDataStacked; - ImVector ClipperTempData; - - // Tables - ImGuiTable* CurrentTable; - int TablesTempDataStacked; // Temporary table data size (because we leave previous instances undestructed, we generally don't use TablesTempData.Size) - ImVector TablesTempData; // Temporary table data (buffers reused/shared across instances, support nesting) - ImPool Tables; // Persistent table data - ImVector TablesLastTimeActive; // Last used timestamp of each tables (SOA, for efficient GC) - ImVector DrawChannelsTempMergeBuffer; - - // Tab bars - ImGuiTabBar* CurrentTabBar; - ImPool TabBars; - ImVector CurrentTabBarStack; - ImVector ShrinkWidthBuffer; - - // Widget state - ImVec2 MouseLastValidPos; - ImGuiInputTextState InputTextState; - ImFont InputTextPasswordFont; - ImGuiID TempInputId; // Temporary text input when CTRL+clicking on a slider, etc. - ImGuiColorEditFlags ColorEditOptions; // Store user options for color edit widgets - float ColorEditLastHue; // Backup of last Hue associated to LastColor, so we can restore Hue in lossy RGB<>HSV round trips - float ColorEditLastSat; // Backup of last Saturation associated to LastColor, so we can restore Saturation in lossy RGB<>HSV round trips - ImU32 ColorEditLastColor; // RGB value with alpha set to 0. - ImVec4 ColorPickerRef; // Initial/reference color at the time of opening the color picker. - ImGuiComboPreviewData ComboPreviewData; - float SliderGrabClickOffset; - float SliderCurrentAccum; // Accumulated slider delta when using navigation controls. - bool SliderCurrentAccumDirty; // Has the accumulated slider delta changed since last time we tried to apply it? - bool DragCurrentAccumDirty; - float DragCurrentAccum; // Accumulator for dragging modification. Always high-precision, not rounded by end-user precision settings - float DragSpeedDefaultRatio; // If speed == 0.0f, uses (max-min) * DragSpeedDefaultRatio - float ScrollbarClickDeltaToGrabCenter; // Distance between mouse and center of grab box, normalized in parent space. Use storage? - float DisabledAlphaBackup; // Backup for style.Alpha for BeginDisabled() - short DisabledStackSize; - short TooltipOverrideCount; - float TooltipSlowDelay; // Time before slow tooltips appears (FIXME: This is temporary until we merge in tooltip timer+priority work) - ImVector ClipboardHandlerData; // If no custom clipboard handler is defined - ImVector MenusIdSubmittedThisFrame; // A list of menu IDs that were rendered at least once - - // Platform support - ImGuiPlatformImeData PlatformImeData; // Data updated by current frame - ImGuiPlatformImeData PlatformImeDataPrev; // Previous frame data (when changing we will call io.SetPlatformImeDataFn - char PlatformLocaleDecimalPoint; // '.' or *localeconv()->decimal_point - - // Settings - bool SettingsLoaded; - float SettingsDirtyTimer; // Save .ini Settings to memory when time reaches zero - ImGuiTextBuffer SettingsIniData; // In memory .ini settings - ImVector SettingsHandlers; // List of .ini settings handlers - ImChunkStream SettingsWindows; // ImGuiWindow .ini settings entries - ImChunkStream SettingsTables; // ImGuiTable .ini settings entries - ImVector Hooks; // Hooks for extensions (e.g. test engine) - ImGuiID HookIdNext; // Next available HookId - - // Capture/Logging - bool LogEnabled; // Currently capturing - ImGuiLogType LogType; // Capture target - ImFileHandle LogFile; // If != NULL log to stdout/ file - ImGuiTextBuffer LogBuffer; // Accumulation buffer when log to clipboard. This is pointer so our GImGui static constructor doesn't call heap allocators. - const char* LogNextPrefix; - const char* LogNextSuffix; - float LogLinePosY; - bool LogLineFirstItem; - int LogDepthRef; - int LogDepthToExpand; - int LogDepthToExpandDefault; // Default/stored value for LogDepthMaxExpand if not specified in the LogXXX function call. - - // Debug Tools - ImGuiDebugLogFlags DebugLogFlags; - ImGuiTextBuffer DebugLogBuf; - bool DebugItemPickerActive; // Item picker is active (started with DebugStartItemPicker()) - ImU8 DebugItemPickerMouseButton; - ImGuiID DebugItemPickerBreakId; // Will call IM_DEBUG_BREAK() when encountering this ID - ImGuiMetricsConfig DebugMetricsConfig; - ImGuiStackTool DebugStackTool; - - // Misc - float FramerateSecPerFrame[60]; // Calculate estimate of framerate for user over the last 60 frames.. - int FramerateSecPerFrameIdx; - int FramerateSecPerFrameCount; - float FramerateSecPerFrameAccum; - int WantCaptureMouseNextFrame; // Explicit capture override via SetNextFrameWantCaptureMouse()/SetNextFrameWantCaptureKeyboard(). Default to -1. - int WantCaptureKeyboardNextFrame; // " - int WantTextInputNextFrame; - ImVector TempBuffer; // Temporary text buffer - - ImGuiContext(ImFontAtlas* shared_font_atlas) - { - Initialized = false; - FontAtlasOwnedByContext = shared_font_atlas ? false : true; - Font = NULL; - FontSize = FontBaseSize = 0.0f; - IO.Fonts = shared_font_atlas ? shared_font_atlas : IM_NEW(ImFontAtlas)(); - Time = 0.0f; - FrameCount = 0; - FrameCountEnded = FrameCountRendered = -1; - WithinFrameScope = WithinFrameScopeWithImplicitWindow = WithinEndChild = false; - GcCompactAll = false; - TestEngineHookItems = false; - TestEngine = NULL; - - WindowsActiveCount = 0; - CurrentWindow = NULL; - HoveredWindow = NULL; - HoveredWindowUnderMovingWindow = NULL; - MovingWindow = NULL; - WheelingWindow = NULL; - WheelingWindowTimer = 0.0f; - - DebugHookIdInfo = 0; - HoveredId = HoveredIdPreviousFrame = 0; - HoveredIdAllowOverlap = false; - HoveredIdUsingMouseWheel = HoveredIdPreviousFrameUsingMouseWheel = false; - HoveredIdDisabled = false; - HoveredIdTimer = HoveredIdNotActiveTimer = 0.0f; - ActiveId = 0; - ActiveIdIsAlive = 0; - ActiveIdTimer = 0.0f; - ActiveIdIsJustActivated = false; - ActiveIdAllowOverlap = false; - ActiveIdNoClearOnFocusLoss = false; - ActiveIdHasBeenPressedBefore = false; - ActiveIdHasBeenEditedBefore = false; - ActiveIdHasBeenEditedThisFrame = false; - ActiveIdClickOffset = ImVec2(-1, -1); - ActiveIdWindow = NULL; - ActiveIdSource = ImGuiInputSource_None; - ActiveIdMouseButton = -1; - ActiveIdPreviousFrame = 0; - ActiveIdPreviousFrameIsAlive = false; - ActiveIdPreviousFrameHasBeenEditedBefore = false; - ActiveIdPreviousFrameWindow = NULL; - LastActiveId = 0; - LastActiveIdTimer = 0.0f; - - ActiveIdUsingMouseWheel = false; - ActiveIdUsingNavDirMask = 0x00; - ActiveIdUsingNavInputMask = 0x00; - ActiveIdUsingKeyInputMask.ClearAllBits(); - - CurrentItemFlags = ImGuiItemFlags_None; - BeginMenuCount = 0; - - NavWindow = NULL; - NavId = NavFocusScopeId = NavActivateId = NavActivateDownId = NavActivatePressedId = NavActivateInputId = 0; - NavJustMovedToId = NavJustMovedToFocusScopeId = NavNextActivateId = 0; - NavActivateFlags = NavNextActivateFlags = ImGuiActivateFlags_None; - NavJustMovedToKeyMods = ImGuiModFlags_None; - NavInputSource = ImGuiInputSource_None; - NavLayer = ImGuiNavLayer_Main; - NavIdIsAlive = false; - NavMousePosDirty = false; - NavDisableHighlight = true; - NavDisableMouseHover = false; - NavAnyRequest = false; - NavInitRequest = false; - NavInitRequestFromMove = false; - NavInitResultId = 0; - NavMoveSubmitted = false; - NavMoveScoringItems = false; - NavMoveForwardToNextFrame = false; - NavMoveFlags = ImGuiNavMoveFlags_None; - NavMoveScrollFlags = ImGuiScrollFlags_None; - NavMoveKeyMods = ImGuiModFlags_None; - NavMoveDir = NavMoveDirForDebug = NavMoveClipDir = ImGuiDir_None; - NavScoringDebugCount = 0; - NavTabbingDir = 0; - NavTabbingCounter = 0; - - NavWindowingTarget = NavWindowingTargetAnim = NavWindowingListWindow = NULL; - NavWindowingTimer = NavWindowingHighlightAlpha = 0.0f; - NavWindowingToggleLayer = false; - - DimBgRatio = 0.0f; - MouseCursor = ImGuiMouseCursor_Arrow; - - DragDropActive = DragDropWithinSource = DragDropWithinTarget = false; - DragDropSourceFlags = ImGuiDragDropFlags_None; - DragDropSourceFrameCount = -1; - DragDropMouseButton = -1; - DragDropTargetId = 0; - DragDropAcceptFlags = ImGuiDragDropFlags_None; - DragDropAcceptIdCurrRectSurface = 0.0f; - DragDropAcceptIdPrev = DragDropAcceptIdCurr = 0; - DragDropAcceptFrameCount = -1; - DragDropHoldJustPressedId = 0; - memset(DragDropPayloadBufLocal, 0, sizeof(DragDropPayloadBufLocal)); - - ClipperTempDataStacked = 0; - - CurrentTable = NULL; - TablesTempDataStacked = 0; - CurrentTabBar = NULL; - - TempInputId = 0; - ColorEditOptions = ImGuiColorEditFlags_DefaultOptions_; - ColorEditLastHue = ColorEditLastSat = 0.0f; - ColorEditLastColor = 0; - SliderGrabClickOffset = 0.0f; - SliderCurrentAccum = 0.0f; - SliderCurrentAccumDirty = false; - DragCurrentAccumDirty = false; - DragCurrentAccum = 0.0f; - DragSpeedDefaultRatio = 1.0f / 100.0f; - DisabledAlphaBackup = 0.0f; - DisabledStackSize = 0; - ScrollbarClickDeltaToGrabCenter = 0.0f; - TooltipOverrideCount = 0; - TooltipSlowDelay = 0.50f; - - PlatformImeData.InputPos = ImVec2(0.0f, 0.0f); - PlatformImeDataPrev.InputPos = ImVec2(-1.0f, -1.0f); // Different to ensure initial submission - PlatformLocaleDecimalPoint = '.'; - - SettingsLoaded = false; - SettingsDirtyTimer = 0.0f; - HookIdNext = 0; - - LogEnabled = false; - LogType = ImGuiLogType_None; - LogNextPrefix = LogNextSuffix = NULL; - LogFile = NULL; - LogLinePosY = FLT_MAX; - LogLineFirstItem = false; - LogDepthRef = 0; - LogDepthToExpand = LogDepthToExpandDefault = 2; - - DebugLogFlags = ImGuiDebugLogFlags_OutputToTTY; - DebugItemPickerActive = false; - DebugItemPickerMouseButton = ImGuiMouseButton_Left; - DebugItemPickerBreakId = 0; - - memset(FramerateSecPerFrame, 0, sizeof(FramerateSecPerFrame)); - FramerateSecPerFrameIdx = FramerateSecPerFrameCount = 0; - FramerateSecPerFrameAccum = 0.0f; - WantCaptureMouseNextFrame = WantCaptureKeyboardNextFrame = WantTextInputNextFrame = -1; - } -}; - -//----------------------------------------------------------------------------- -// [SECTION] ImGuiWindowTempData, ImGuiWindow -//----------------------------------------------------------------------------- - -// Transient per-window data, reset at the beginning of the frame. This used to be called ImGuiDrawContext, hence the DC variable name in ImGuiWindow. -// (That's theory, in practice the delimitation between ImGuiWindow and ImGuiWindowTempData is quite tenuous and could be reconsidered..) -// (This doesn't need a constructor because we zero-clear it as part of ImGuiWindow and all frame-temporary data are setup on Begin) -struct IMGUI_API ImGuiWindowTempData -{ - // Layout - ImVec2 CursorPos; // Current emitting position, in absolute coordinates. - ImVec2 CursorPosPrevLine; - ImVec2 CursorStartPos; // Initial position after Begin(), generally ~ window position + WindowPadding. - ImVec2 CursorMaxPos; // Used to implicitly calculate ContentSize at the beginning of next frame, for scrolling range and auto-resize. Always growing during the frame. - ImVec2 IdealMaxPos; // Used to implicitly calculate ContentSizeIdeal at the beginning of next frame, for auto-resize only. Always growing during the frame. - ImVec2 CurrLineSize; - ImVec2 PrevLineSize; - float CurrLineTextBaseOffset; // Baseline offset (0.0f by default on a new line, generally == style.FramePadding.y when a framed item has been added). - float PrevLineTextBaseOffset; - bool IsSameLine; - ImVec1 Indent; // Indentation / start position from left of window (increased by TreePush/TreePop, etc.) - ImVec1 ColumnsOffset; // Offset to the current column (if ColumnsCurrent > 0). FIXME: This and the above should be a stack to allow use cases like Tree->Column->Tree. Need revamp columns API. - ImVec1 GroupOffset; - ImVec2 CursorStartPosLossyness;// Record the loss of precision of CursorStartPos due to really large scrolling amount. This is used by clipper to compensentate and fix the most common use case of large scroll area. - - // Keyboard/Gamepad navigation - ImGuiNavLayer NavLayerCurrent; // Current layer, 0..31 (we currently only use 0..1) - short NavLayersActiveMask; // Which layers have been written to (result from previous frame) - short NavLayersActiveMaskNext;// Which layers have been written to (accumulator for current frame) - ImGuiID NavFocusScopeIdCurrent; // Current focus scope ID while appending - bool NavHideHighlightOneFrame; - bool NavHasScroll; // Set when scrolling can be used (ScrollMax > 0.0f) - - // Miscellaneous - bool MenuBarAppending; // FIXME: Remove this - ImVec2 MenuBarOffset; // MenuBarOffset.x is sort of equivalent of a per-layer CursorPos.x, saved/restored as we switch to the menu bar. The only situation when MenuBarOffset.y is > 0 if when (SafeAreaPadding.y > FramePadding.y), often used on TVs. - ImGuiMenuColumns MenuColumns; // Simplified columns storage for menu items measurement - int TreeDepth; // Current tree depth. - ImU32 TreeJumpToParentOnPopMask; // Store a copy of !g.NavIdIsAlive for TreeDepth 0..31.. Could be turned into a ImU64 if necessary. - ImVector ChildWindows; - ImGuiStorage* StateStorage; // Current persistent per-window storage (store e.g. tree node open/close state) - ImGuiOldColumns* CurrentColumns; // Current columns set - int CurrentTableIdx; // Current table index (into g.Tables) - ImGuiLayoutType LayoutType; - ImGuiLayoutType ParentLayoutType; // Layout type of parent window at the time of Begin() - - // Local parameters stacks - // We store the current settings outside of the vectors to increase memory locality (reduce cache misses). The vectors are rarely modified. Also it allows us to not heap allocate for short-lived windows which are not using those settings. - float ItemWidth; // Current item width (>0.0: width in pixels, <0.0: align xx pixels to the right of window). - float TextWrapPos; // Current text wrap pos. - ImVector ItemWidthStack; // Store item widths to restore (attention: .back() is not == ItemWidth) - ImVector TextWrapPosStack; // Store text wrap pos to restore (attention: .back() is not == TextWrapPos) -}; - -// Storage for one window -struct IMGUI_API ImGuiWindow -{ - char* Name; // Window name, owned by the window. - ImGuiID ID; // == ImHashStr(Name) - ImGuiWindowFlags Flags; // See enum ImGuiWindowFlags_ - ImGuiViewportP* Viewport; // Always set in Begin(). Inactive windows may have a NULL value here if their viewport was discarded. - ImVec2 Pos; // Position (always rounded-up to nearest pixel) - ImVec2 Size; // Current size (==SizeFull or collapsed title bar size) - ImVec2 SizeFull; // Size when non collapsed - ImVec2 ContentSize; // Size of contents/scrollable client area (calculated from the extents reach of the cursor) from previous frame. Does not include window decoration or window padding. - ImVec2 ContentSizeIdeal; - ImVec2 ContentSizeExplicit; // Size of contents/scrollable client area explicitly request by the user via SetNextWindowContentSize(). - ImVec2 WindowPadding; // Window padding at the time of Begin(). - float WindowRounding; // Window rounding at the time of Begin(). May be clamped lower to avoid rendering artifacts with title bar, menu bar etc. - float WindowBorderSize; // Window border size at the time of Begin(). - int NameBufLen; // Size of buffer storing Name. May be larger than strlen(Name)! - ImGuiID MoveId; // == window->GetID("#MOVE") - ImGuiID ChildId; // ID of corresponding item in parent window (for navigation to return from child window to parent window) - ImVec2 Scroll; - ImVec2 ScrollMax; - ImVec2 ScrollTarget; // target scroll position. stored as cursor position with scrolling canceled out, so the highest point is always 0.0f. (FLT_MAX for no change) - ImVec2 ScrollTargetCenterRatio; // 0.0f = scroll so that target position is at top, 0.5f = scroll so that target position is centered - ImVec2 ScrollTargetEdgeSnapDist; // 0.0f = no snapping, >0.0f snapping threshold - ImVec2 ScrollbarSizes; // Size taken by each scrollbars on their smaller axis. Pay attention! ScrollbarSizes.x == width of the vertical scrollbar, ScrollbarSizes.y = height of the horizontal scrollbar. - bool ScrollbarX, ScrollbarY; // Are scrollbars visible? - bool Active; // Set to true on Begin(), unless Collapsed - bool WasActive; - bool WriteAccessed; // Set to true when any widget access the current window - bool Collapsed; // Set when collapsing window to become only title-bar - bool WantCollapseToggle; - bool SkipItems; // Set when items can safely be all clipped (e.g. window not visible or collapsed) - bool Appearing; // Set during the frame where the window is appearing (or re-appearing) - bool Hidden; // Do not display (== HiddenFrames*** > 0) - bool IsFallbackWindow; // Set on the "Debug##Default" window. - bool IsExplicitChild; // Set when passed _ChildWindow, left to false by BeginDocked() - bool HasCloseButton; // Set when the window has a close button (p_open != NULL) - signed char ResizeBorderHeld; // Current border being held for resize (-1: none, otherwise 0-3) - short BeginCount; // Number of Begin() during the current frame (generally 0 or 1, 1+ if appending via multiple Begin/End pairs) - short BeginOrderWithinParent; // Begin() order within immediate parent window, if we are a child window. Otherwise 0. - short BeginOrderWithinContext; // Begin() order within entire imgui context. This is mostly used for debugging submission order related issues. - short FocusOrder; // Order within WindowsFocusOrder[], altered when windows are focused. - ImGuiID PopupId; // ID in the popup stack when this window is used as a popup/menu (because we use generic Name/ID for recycling) - ImS8 AutoFitFramesX, AutoFitFramesY; - ImS8 AutoFitChildAxises; - bool AutoFitOnlyGrows; - ImGuiDir AutoPosLastDirection; - ImS8 HiddenFramesCanSkipItems; // Hide the window for N frames - ImS8 HiddenFramesCannotSkipItems; // Hide the window for N frames while allowing items to be submitted so we can measure their size - ImS8 HiddenFramesForRenderOnly; // Hide the window until frame N at Render() time only - ImS8 DisableInputsFrames; // Disable window interactions for N frames - ImGuiCond SetWindowPosAllowFlags : 8; // store acceptable condition flags for SetNextWindowPos() use. - ImGuiCond SetWindowSizeAllowFlags : 8; // store acceptable condition flags for SetNextWindowSize() use. - ImGuiCond SetWindowCollapsedAllowFlags : 8; // store acceptable condition flags for SetNextWindowCollapsed() use. - ImVec2 SetWindowPosVal; // store window position when using a non-zero Pivot (position set needs to be processed when we know the window size) - ImVec2 SetWindowPosPivot; // store window pivot for positioning. ImVec2(0, 0) when positioning from top-left corner; ImVec2(0.5f, 0.5f) for centering; ImVec2(1, 1) for bottom right. - - ImVector IDStack; // ID stack. ID are hashes seeded with the value at the top of the stack. (In theory this should be in the TempData structure) - ImGuiWindowTempData DC; // Temporary per-window data, reset at the beginning of the frame. This used to be called ImGuiDrawContext, hence the "DC" variable name. - - // The best way to understand what those rectangles are is to use the 'Metrics->Tools->Show Windows Rectangles' viewer. - // The main 'OuterRect', omitted as a field, is window->Rect(). - ImRect OuterRectClipped; // == Window->Rect() just after setup in Begin(). == window->Rect() for root window. - ImRect InnerRect; // Inner rectangle (omit title bar, menu bar, scroll bar) - ImRect InnerClipRect; // == InnerRect shrunk by WindowPadding*0.5f on each side, clipped within viewport or parent clip rect. - ImRect WorkRect; // Initially covers the whole scrolling region. Reduced by containers e.g columns/tables when active. Shrunk by WindowPadding*1.0f on each side. This is meant to replace ContentRegionRect over time (from 1.71+ onward). - ImRect ParentWorkRect; // Backup of WorkRect before entering a container such as columns/tables. Used by e.g. SpanAllColumns functions to easily access. Stacked containers are responsible for maintaining this. // FIXME-WORKRECT: Could be a stack? - ImRect ClipRect; // Current clipping/scissoring rectangle, evolve as we are using PushClipRect(), etc. == DrawList->clip_rect_stack.back(). - ImRect ContentRegionRect; // FIXME: This is currently confusing/misleading. It is essentially WorkRect but not handling of scrolling. We currently rely on it as right/bottom aligned sizing operation need some size to rely on. - ImVec2ih HitTestHoleSize; // Define an optional rectangular hole where mouse will pass-through the window. - ImVec2ih HitTestHoleOffset; - - int LastFrameActive; // Last frame number the window was Active. - float LastTimeActive; // Last timestamp the window was Active (using float as we don't need high precision there) - float ItemWidthDefault; - ImGuiStorage StateStorage; - ImVector ColumnsStorage; - float FontWindowScale; // User scale multiplier per-window, via SetWindowFontScale() - int SettingsOffset; // Offset into SettingsWindows[] (offsets are always valid as we only grow the array from the back) - - ImDrawList* DrawList; // == &DrawListInst (for backward compatibility reason with code using imgui_internal.h we keep this a pointer) - ImDrawList DrawListInst; - ImGuiWindow* ParentWindow; // If we are a child _or_ popup _or_ docked window, this is pointing to our parent. Otherwise NULL. - ImGuiWindow* ParentWindowInBeginStack; - ImGuiWindow* RootWindow; // Point to ourself or first ancestor that is not a child window. Doesn't cross through popups/dock nodes. - ImGuiWindow* RootWindowPopupTree; // Point to ourself or first ancestor that is not a child window. Cross through popups parent<>child. - ImGuiWindow* RootWindowForTitleBarHighlight; // Point to ourself or first ancestor which will display TitleBgActive color when this window is active. - ImGuiWindow* RootWindowForNav; // Point to ourself or first ancestor which doesn't have the NavFlattened flag. - - ImGuiWindow* NavLastChildNavWindow; // When going to the menu bar, we remember the child window we came from. (This could probably be made implicit if we kept g.Windows sorted by last focused including child window.) - ImGuiID NavLastIds[ImGuiNavLayer_COUNT]; // Last known NavId for this window, per layer (0/1) - ImRect NavRectRel[ImGuiNavLayer_COUNT]; // Reference rectangle, in window relative space - - int MemoryDrawListIdxCapacity; // Backup of last idx/vtx count, so when waking up the window we can preallocate and avoid iterative alloc/copy - int MemoryDrawListVtxCapacity; - bool MemoryCompacted; // Set when window extraneous data have been garbage collected - -public: - ImGuiWindow(ImGuiContext* context, const char* name); - ~ImGuiWindow(); - - ImGuiID GetID(const char* str, const char* str_end = NULL); - ImGuiID GetID(const void* ptr); - ImGuiID GetID(int n); - ImGuiID GetIDFromRectangle(const ImRect& r_abs); - - // We don't use g.FontSize because the window may be != g.CurrentWidow. - ImRect Rect() const { return ImRect(Pos.x, Pos.y, Pos.x + Size.x, Pos.y + Size.y); } - float CalcFontSize() const { ImGuiContext& g = *GImGui; float scale = g.FontBaseSize * FontWindowScale; if (ParentWindow) scale *= ParentWindow->FontWindowScale; return scale; } - float TitleBarHeight() const { ImGuiContext& g = *GImGui; return (Flags & ImGuiWindowFlags_NoTitleBar) ? 0.0f : CalcFontSize() + g.Style.FramePadding.y * 2.0f; } - ImRect TitleBarRect() const { return ImRect(Pos, ImVec2(Pos.x + SizeFull.x, Pos.y + TitleBarHeight())); } - float MenuBarHeight() const { ImGuiContext& g = *GImGui; return (Flags & ImGuiWindowFlags_MenuBar) ? DC.MenuBarOffset.y + CalcFontSize() + g.Style.FramePadding.y * 2.0f : 0.0f; } - ImRect MenuBarRect() const { float y1 = Pos.y + TitleBarHeight(); return ImRect(Pos.x, y1, Pos.x + SizeFull.x, y1 + MenuBarHeight()); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Tab bar, Tab item support -//----------------------------------------------------------------------------- - -// Extend ImGuiTabBarFlags_ -enum ImGuiTabBarFlagsPrivate_ -{ - ImGuiTabBarFlags_DockNode = 1 << 20, // Part of a dock node [we don't use this in the master branch but it facilitate branch syncing to keep this around] - ImGuiTabBarFlags_IsFocused = 1 << 21, - ImGuiTabBarFlags_SaveSettings = 1 << 22, // FIXME: Settings are handled by the docking system, this only request the tab bar to mark settings dirty when reordering tabs -}; - -// Extend ImGuiTabItemFlags_ -enum ImGuiTabItemFlagsPrivate_ -{ - ImGuiTabItemFlags_SectionMask_ = ImGuiTabItemFlags_Leading | ImGuiTabItemFlags_Trailing, - ImGuiTabItemFlags_NoCloseButton = 1 << 20, // Track whether p_open was set or not (we'll need this info on the next frame to recompute ContentWidth during layout) - ImGuiTabItemFlags_Button = 1 << 21, // Used by TabItemButton, change the tab item behavior to mimic a button -}; - -// Storage for one active tab item (sizeof() 40 bytes) -struct ImGuiTabItem -{ - ImGuiID ID; - ImGuiTabItemFlags Flags; - int LastFrameVisible; - int LastFrameSelected; // This allows us to infer an ordered list of the last activated tabs with little maintenance - float Offset; // Position relative to beginning of tab - float Width; // Width currently displayed - float ContentWidth; // Width of label, stored during BeginTabItem() call - float RequestedWidth; // Width optionally requested by caller, -1.0f is unused - ImS32 NameOffset; // When Window==NULL, offset to name within parent ImGuiTabBar::TabsNames - ImS16 BeginOrder; // BeginTabItem() order, used to re-order tabs after toggling ImGuiTabBarFlags_Reorderable - ImS16 IndexDuringLayout; // Index only used during TabBarLayout() - bool WantClose; // Marked as closed by SetTabItemClosed() - - ImGuiTabItem() { memset(this, 0, sizeof(*this)); LastFrameVisible = LastFrameSelected = -1; NameOffset = -1; BeginOrder = IndexDuringLayout = -1; } -}; - -// Storage for a tab bar (sizeof() 152 bytes) -struct IMGUI_API ImGuiTabBar -{ - ImVector Tabs; - ImGuiTabBarFlags Flags; - ImGuiID ID; // Zero for tab-bars used by docking - ImGuiID SelectedTabId; // Selected tab/window - ImGuiID NextSelectedTabId; // Next selected tab/window. Will also trigger a scrolling animation - ImGuiID VisibleTabId; // Can occasionally be != SelectedTabId (e.g. when previewing contents for CTRL+TAB preview) - int CurrFrameVisible; - int PrevFrameVisible; - ImRect BarRect; - float CurrTabsContentsHeight; - float PrevTabsContentsHeight; // Record the height of contents submitted below the tab bar - float WidthAllTabs; // Actual width of all tabs (locked during layout) - float WidthAllTabsIdeal; // Ideal width if all tabs were visible and not clipped - float ScrollingAnim; - float ScrollingTarget; - float ScrollingTargetDistToVisibility; - float ScrollingSpeed; - float ScrollingRectMinX; - float ScrollingRectMaxX; - ImGuiID ReorderRequestTabId; - ImS16 ReorderRequestOffset; - ImS8 BeginCount; - bool WantLayout; - bool VisibleTabWasSubmitted; - bool TabsAddedNew; // Set to true when a new tab item or button has been added to the tab bar during last frame - ImS16 TabsActiveCount; // Number of tabs submitted this frame. - ImS16 LastTabItemIdx; // Index of last BeginTabItem() tab for use by EndTabItem() - float ItemSpacingY; - ImVec2 FramePadding; // style.FramePadding locked at the time of BeginTabBar() - ImVec2 BackupCursorPos; - ImGuiTextBuffer TabsNames; // For non-docking tab bar we re-append names in a contiguous buffer. - - ImGuiTabBar(); - int GetTabOrder(const ImGuiTabItem* tab) const { return Tabs.index_from_ptr(tab); } - const char* GetTabName(const ImGuiTabItem* tab) const - { - IM_ASSERT(tab->NameOffset != -1 && tab->NameOffset < TabsNames.Buf.Size); - return TabsNames.Buf.Data + tab->NameOffset; - } -}; - -//----------------------------------------------------------------------------- -// [SECTION] Table support -//----------------------------------------------------------------------------- - -#define IM_COL32_DISABLE IM_COL32(0,0,0,1) // Special sentinel code which cannot be used as a regular color. -#define IMGUI_TABLE_MAX_COLUMNS 64 // sizeof(ImU64) * 8. This is solely because we frequently encode columns set in a ImU64. -#define IMGUI_TABLE_MAX_DRAW_CHANNELS (4 + 64 * 2) // See TableSetupDrawChannels() - -// Our current column maximum is 64 but we may raise that in the future. -typedef ImS8 ImGuiTableColumnIdx; -typedef ImU8 ImGuiTableDrawChannelIdx; - -// [Internal] sizeof() ~ 104 -// We use the terminology "Enabled" to refer to a column that is not Hidden by user/api. -// We use the terminology "Clipped" to refer to a column that is out of sight because of scrolling/clipping. -// This is in contrast with some user-facing api such as IsItemVisible() / IsRectVisible() which use "Visible" to mean "not clipped". -struct ImGuiTableColumn -{ - ImGuiTableColumnFlags Flags; // Flags after some patching (not directly same as provided by user). See ImGuiTableColumnFlags_ - float WidthGiven; // Final/actual width visible == (MaxX - MinX), locked in TableUpdateLayout(). May be > WidthRequest to honor minimum width, may be < WidthRequest to honor shrinking columns down in tight space. - float MinX; // Absolute positions - float MaxX; - float WidthRequest; // Master width absolute value when !(Flags & _WidthStretch). When Stretch this is derived every frame from StretchWeight in TableUpdateLayout() - float WidthAuto; // Automatic width - float StretchWeight; // Master width weight when (Flags & _WidthStretch). Often around ~1.0f initially. - float InitStretchWeightOrWidth; // Value passed to TableSetupColumn(). For Width it is a content width (_without padding_). - ImRect ClipRect; // Clipping rectangle for the column - ImGuiID UserID; // Optional, value passed to TableSetupColumn() - float WorkMinX; // Contents region min ~(MinX + CellPaddingX + CellSpacingX1) == cursor start position when entering column - float WorkMaxX; // Contents region max ~(MaxX - CellPaddingX - CellSpacingX2) - float ItemWidth; // Current item width for the column, preserved across rows - float ContentMaxXFrozen; // Contents maximum position for frozen rows (apart from headers), from which we can infer content width. - float ContentMaxXUnfrozen; - float ContentMaxXHeadersUsed; // Contents maximum position for headers rows (regardless of freezing). TableHeader() automatically softclip itself + report ideal desired size, to avoid creating extraneous draw calls - float ContentMaxXHeadersIdeal; - ImS16 NameOffset; // Offset into parent ColumnsNames[] - ImGuiTableColumnIdx DisplayOrder; // Index within Table's IndexToDisplayOrder[] (column may be reordered by users) - ImGuiTableColumnIdx IndexWithinEnabledSet; // Index within enabled/visible set (<= IndexToDisplayOrder) - ImGuiTableColumnIdx PrevEnabledColumn; // Index of prev enabled/visible column within Columns[], -1 if first enabled/visible column - ImGuiTableColumnIdx NextEnabledColumn; // Index of next enabled/visible column within Columns[], -1 if last enabled/visible column - ImGuiTableColumnIdx SortOrder; // Index of this column within sort specs, -1 if not sorting on this column, 0 for single-sort, may be >0 on multi-sort - ImGuiTableDrawChannelIdx DrawChannelCurrent; // Index within DrawSplitter.Channels[] - ImGuiTableDrawChannelIdx DrawChannelFrozen; // Draw channels for frozen rows (often headers) - ImGuiTableDrawChannelIdx DrawChannelUnfrozen; // Draw channels for unfrozen rows - bool IsEnabled; // IsUserEnabled && (Flags & ImGuiTableColumnFlags_Disabled) == 0 - bool IsUserEnabled; // Is the column not marked Hidden by the user? (unrelated to being off view, e.g. clipped by scrolling). - bool IsUserEnabledNextFrame; - bool IsVisibleX; // Is actually in view (e.g. overlapping the host window clipping rectangle, not scrolled). - bool IsVisibleY; - bool IsRequestOutput; // Return value for TableSetColumnIndex() / TableNextColumn(): whether we request user to output contents or not. - bool IsSkipItems; // Do we want item submissions to this column to be completely ignored (no layout will happen). - bool IsPreserveWidthAuto; - ImS8 NavLayerCurrent; // ImGuiNavLayer in 1 byte - ImU8 AutoFitQueue; // Queue of 8 values for the next 8 frames to request auto-fit - ImU8 CannotSkipItemsQueue; // Queue of 8 values for the next 8 frames to disable Clipped/SkipItem - ImU8 SortDirection : 2; // ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending - ImU8 SortDirectionsAvailCount : 2; // Number of available sort directions (0 to 3) - ImU8 SortDirectionsAvailMask : 4; // Mask of available sort directions (1-bit each) - ImU8 SortDirectionsAvailList; // Ordered of available sort directions (2-bits each) - - ImGuiTableColumn() - { - memset(this, 0, sizeof(*this)); - StretchWeight = WidthRequest = -1.0f; - NameOffset = -1; - DisplayOrder = IndexWithinEnabledSet = -1; - PrevEnabledColumn = NextEnabledColumn = -1; - SortOrder = -1; - SortDirection = ImGuiSortDirection_None; - DrawChannelCurrent = DrawChannelFrozen = DrawChannelUnfrozen = (ImU8)-1; - } -}; - -// Transient cell data stored per row. -// sizeof() ~ 6 -struct ImGuiTableCellData -{ - ImU32 BgColor; // Actual color - ImGuiTableColumnIdx Column; // Column number -}; - -// Per-instance data that needs preserving across frames (seemingly most others do not need to be preserved aside from debug needs, does that needs they could be moved to ImGuiTableTempData ?) -struct ImGuiTableInstanceData -{ - float LastOuterHeight; // Outer height from last frame // FIXME: multi-instance issue (#3955) - float LastFirstRowHeight; // Height of first row from last frame // FIXME: possible multi-instance issue? - - ImGuiTableInstanceData() { LastOuterHeight = LastFirstRowHeight = 0.0f; } -}; - -// FIXME-TABLE: more transient data could be stored in a per-stacked table structure: DrawSplitter, SortSpecs, incoming RowData -struct IMGUI_API ImGuiTable -{ - ImGuiID ID; - ImGuiTableFlags Flags; - void* RawData; // Single allocation to hold Columns[], DisplayOrderToIndex[] and RowCellData[] - ImGuiTableTempData* TempData; // Transient data while table is active. Point within g.CurrentTableStack[] - ImSpan Columns; // Point within RawData[] - ImSpan DisplayOrderToIndex; // Point within RawData[]. Store display order of columns (when not reordered, the values are 0...Count-1) - ImSpan RowCellData; // Point within RawData[]. Store cells background requests for current row. - ImU64 EnabledMaskByDisplayOrder; // Column DisplayOrder -> IsEnabled map - ImU64 EnabledMaskByIndex; // Column Index -> IsEnabled map (== not hidden by user/api) in a format adequate for iterating column without touching cold data - ImU64 VisibleMaskByIndex; // Column Index -> IsVisibleX|IsVisibleY map (== not hidden by user/api && not hidden by scrolling/cliprect) - ImU64 RequestOutputMaskByIndex; // Column Index -> IsVisible || AutoFit (== expect user to submit items) - ImGuiTableFlags SettingsLoadedFlags; // Which data were loaded from the .ini file (e.g. when order is not altered we won't save order) - int SettingsOffset; // Offset in g.SettingsTables - int LastFrameActive; - int ColumnsCount; // Number of columns declared in BeginTable() - int CurrentRow; - int CurrentColumn; - ImS16 InstanceCurrent; // Count of BeginTable() calls with same ID in the same frame (generally 0). This is a little bit similar to BeginCount for a window, but multiple table with same ID look are multiple tables, they are just synched. - ImS16 InstanceInteracted; // Mark which instance (generally 0) of the same ID is being interacted with - float RowPosY1; - float RowPosY2; - float RowMinHeight; // Height submitted to TableNextRow() - float RowTextBaseline; - float RowIndentOffsetX; - ImGuiTableRowFlags RowFlags : 16; // Current row flags, see ImGuiTableRowFlags_ - ImGuiTableRowFlags LastRowFlags : 16; - int RowBgColorCounter; // Counter for alternating background colors (can be fast-forwarded by e.g clipper), not same as CurrentRow because header rows typically don't increase this. - ImU32 RowBgColor[2]; // Background color override for current row. - ImU32 BorderColorStrong; - ImU32 BorderColorLight; - float BorderX1; - float BorderX2; - float HostIndentX; - float MinColumnWidth; - float OuterPaddingX; - float CellPaddingX; // Padding from each borders - float CellPaddingY; - float CellSpacingX1; // Spacing between non-bordered cells - float CellSpacingX2; - float InnerWidth; // User value passed to BeginTable(), see comments at the top of BeginTable() for details. - float ColumnsGivenWidth; // Sum of current column width - float ColumnsAutoFitWidth; // Sum of ideal column width in order nothing to be clipped, used for auto-fitting and content width submission in outer window - float ColumnsStretchSumWeights; // Sum of weight of all enabled stretching columns - float ResizedColumnNextWidth; - float ResizeLockMinContentsX2; // Lock minimum contents width while resizing down in order to not create feedback loops. But we allow growing the table. - float RefScale; // Reference scale to be able to rescale columns on font/dpi changes. - ImRect OuterRect; // Note: for non-scrolling table, OuterRect.Max.y is often FLT_MAX until EndTable(), unless a height has been specified in BeginTable(). - ImRect InnerRect; // InnerRect but without decoration. As with OuterRect, for non-scrolling tables, InnerRect.Max.y is - ImRect WorkRect; - ImRect InnerClipRect; - ImRect BgClipRect; // We use this to cpu-clip cell background color fill, evolve during the frame as we cross frozen rows boundaries - ImRect Bg0ClipRectForDrawCmd; // Actual ImDrawCmd clip rect for BG0/1 channel. This tends to be == OuterWindow->ClipRect at BeginTable() because output in BG0/BG1 is cpu-clipped - ImRect Bg2ClipRectForDrawCmd; // Actual ImDrawCmd clip rect for BG2 channel. This tends to be a correct, tight-fit, because output to BG2 are done by widgets relying on regular ClipRect. - ImRect HostClipRect; // This is used to check if we can eventually merge our columns draw calls into the current draw call of the current window. - ImRect HostBackupInnerClipRect; // Backup of InnerWindow->ClipRect during PushTableBackground()/PopTableBackground() - ImGuiWindow* OuterWindow; // Parent window for the table - ImGuiWindow* InnerWindow; // Window holding the table data (== OuterWindow or a child window) - ImGuiTextBuffer ColumnsNames; // Contiguous buffer holding columns names - ImDrawListSplitter* DrawSplitter; // Shortcut to TempData->DrawSplitter while in table. Isolate draw commands per columns to avoid switching clip rect constantly - ImGuiTableInstanceData InstanceDataFirst; - ImVector InstanceDataExtra; // FIXME-OPT: Using a small-vector pattern would be good. - ImGuiTableColumnSortSpecs SortSpecsSingle; - ImVector SortSpecsMulti; // FIXME-OPT: Using a small-vector pattern would be good. - ImGuiTableSortSpecs SortSpecs; // Public facing sorts specs, this is what we return in TableGetSortSpecs() - ImGuiTableColumnIdx SortSpecsCount; - ImGuiTableColumnIdx ColumnsEnabledCount; // Number of enabled columns (<= ColumnsCount) - ImGuiTableColumnIdx ColumnsEnabledFixedCount; // Number of enabled columns (<= ColumnsCount) - ImGuiTableColumnIdx DeclColumnsCount; // Count calls to TableSetupColumn() - ImGuiTableColumnIdx HoveredColumnBody; // Index of column whose visible region is being hovered. Important: == ColumnsCount when hovering empty region after the right-most column! - ImGuiTableColumnIdx HoveredColumnBorder; // Index of column whose right-border is being hovered (for resizing). - ImGuiTableColumnIdx AutoFitSingleColumn; // Index of single column requesting auto-fit. - ImGuiTableColumnIdx ResizedColumn; // Index of column being resized. Reset when InstanceCurrent==0. - ImGuiTableColumnIdx LastResizedColumn; // Index of column being resized from previous frame. - ImGuiTableColumnIdx HeldHeaderColumn; // Index of column header being held. - ImGuiTableColumnIdx ReorderColumn; // Index of column being reordered. (not cleared) - ImGuiTableColumnIdx ReorderColumnDir; // -1 or +1 - ImGuiTableColumnIdx LeftMostEnabledColumn; // Index of left-most non-hidden column. - ImGuiTableColumnIdx RightMostEnabledColumn; // Index of right-most non-hidden column. - ImGuiTableColumnIdx LeftMostStretchedColumn; // Index of left-most stretched column. - ImGuiTableColumnIdx RightMostStretchedColumn; // Index of right-most stretched column. - ImGuiTableColumnIdx ContextPopupColumn; // Column right-clicked on, of -1 if opening context menu from a neutral/empty spot - ImGuiTableColumnIdx FreezeRowsRequest; // Requested frozen rows count - ImGuiTableColumnIdx FreezeRowsCount; // Actual frozen row count (== FreezeRowsRequest, or == 0 when no scrolling offset) - ImGuiTableColumnIdx FreezeColumnsRequest; // Requested frozen columns count - ImGuiTableColumnIdx FreezeColumnsCount; // Actual frozen columns count (== FreezeColumnsRequest, or == 0 when no scrolling offset) - ImGuiTableColumnIdx RowCellDataCurrent; // Index of current RowCellData[] entry in current row - ImGuiTableDrawChannelIdx DummyDrawChannel; // Redirect non-visible columns here. - ImGuiTableDrawChannelIdx Bg2DrawChannelCurrent; // For Selectable() and other widgets drawing across columns after the freezing line. Index within DrawSplitter.Channels[] - ImGuiTableDrawChannelIdx Bg2DrawChannelUnfrozen; - bool IsLayoutLocked; // Set by TableUpdateLayout() which is called when beginning the first row. - bool IsInsideRow; // Set when inside TableBeginRow()/TableEndRow(). - bool IsInitializing; - bool IsSortSpecsDirty; - bool IsUsingHeaders; // Set when the first row had the ImGuiTableRowFlags_Headers flag. - bool IsContextPopupOpen; // Set when default context menu is open (also see: ContextPopupColumn, InstanceInteracted). - bool IsSettingsRequestLoad; - bool IsSettingsDirty; // Set when table settings have changed and needs to be reported into ImGuiTableSetttings data. - bool IsDefaultDisplayOrder; // Set when display order is unchanged from default (DisplayOrder contains 0...Count-1) - bool IsResetAllRequest; - bool IsResetDisplayOrderRequest; - bool IsUnfrozenRows; // Set when we got past the frozen row. - bool IsDefaultSizingPolicy; // Set if user didn't explicitly set a sizing policy in BeginTable() - bool MemoryCompacted; - bool HostSkipItems; // Backup of InnerWindow->SkipItem at the end of BeginTable(), because we will overwrite InnerWindow->SkipItem on a per-column basis - - ImGuiTable() { memset(this, 0, sizeof(*this)); LastFrameActive = -1; } - ~ImGuiTable() { IM_FREE(RawData); } -}; - -// Transient data that are only needed between BeginTable() and EndTable(), those buffers are shared (1 per level of stacked table). -// - Accessing those requires chasing an extra pointer so for very frequently used data we leave them in the main table structure. -// - We also leave out of this structure data that tend to be particularly useful for debugging/metrics. -struct IMGUI_API ImGuiTableTempData -{ - int TableIndex; // Index in g.Tables.Buf[] pool - float LastTimeActive; // Last timestamp this structure was used - - ImVec2 UserOuterSize; // outer_size.x passed to BeginTable() - ImDrawListSplitter DrawSplitter; - - ImRect HostBackupWorkRect; // Backup of InnerWindow->WorkRect at the end of BeginTable() - ImRect HostBackupParentWorkRect; // Backup of InnerWindow->ParentWorkRect at the end of BeginTable() - ImVec2 HostBackupPrevLineSize; // Backup of InnerWindow->DC.PrevLineSize at the end of BeginTable() - ImVec2 HostBackupCurrLineSize; // Backup of InnerWindow->DC.CurrLineSize at the end of BeginTable() - ImVec2 HostBackupCursorMaxPos; // Backup of InnerWindow->DC.CursorMaxPos at the end of BeginTable() - ImVec1 HostBackupColumnsOffset; // Backup of OuterWindow->DC.ColumnsOffset at the end of BeginTable() - float HostBackupItemWidth; // Backup of OuterWindow->DC.ItemWidth at the end of BeginTable() - int HostBackupItemWidthStackSize;//Backup of OuterWindow->DC.ItemWidthStack.Size at the end of BeginTable() - - ImGuiTableTempData() { memset(this, 0, sizeof(*this)); LastTimeActive = -1.0f; } -}; - -// sizeof() ~ 12 -struct ImGuiTableColumnSettings -{ - float WidthOrWeight; - ImGuiID UserID; - ImGuiTableColumnIdx Index; - ImGuiTableColumnIdx DisplayOrder; - ImGuiTableColumnIdx SortOrder; - ImU8 SortDirection : 2; - ImU8 IsEnabled : 1; // "Visible" in ini file - ImU8 IsStretch : 1; - - ImGuiTableColumnSettings() - { - WidthOrWeight = 0.0f; - UserID = 0; - Index = -1; - DisplayOrder = SortOrder = -1; - SortDirection = ImGuiSortDirection_None; - IsEnabled = 1; - IsStretch = 0; - } -}; - -// This is designed to be stored in a single ImChunkStream (1 header followed by N ImGuiTableColumnSettings, etc.) -struct ImGuiTableSettings -{ - ImGuiID ID; // Set to 0 to invalidate/delete the setting - ImGuiTableFlags SaveFlags; // Indicate data we want to save using the Resizable/Reorderable/Sortable/Hideable flags (could be using its own flags..) - float RefScale; // Reference scale to be able to rescale columns on font/dpi changes. - ImGuiTableColumnIdx ColumnsCount; - ImGuiTableColumnIdx ColumnsCountMax; // Maximum number of columns this settings instance can store, we can recycle a settings instance with lower number of columns but not higher - bool WantApply; // Set when loaded from .ini data (to enable merging/loading .ini data into an already running context) - - ImGuiTableSettings() { memset(this, 0, sizeof(*this)); } - ImGuiTableColumnSettings* GetColumnSettings() { return (ImGuiTableColumnSettings*)(this + 1); } -}; - -//----------------------------------------------------------------------------- -// [SECTION] ImGui internal API -// No guarantee of forward compatibility here! -//----------------------------------------------------------------------------- - -namespace ImGui -{ - // Windows - // We should always have a CurrentWindow in the stack (there is an implicit "Debug" window) - // If this ever crash because g.CurrentWindow is NULL it means that either - // - ImGui::NewFrame() has never been called, which is illegal. - // - You are calling ImGui functions after ImGui::EndFrame()/ImGui::Render() and before the next ImGui::NewFrame(), which is also illegal. - inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentWindow; } - inline ImGuiWindow* GetCurrentWindow() { ImGuiContext& g = *GImGui; g.CurrentWindow->WriteAccessed = true; return g.CurrentWindow; } - IMGUI_API ImGuiWindow* FindWindowByID(ImGuiID id); - IMGUI_API ImGuiWindow* FindWindowByName(const char* name); - IMGUI_API void UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window); - IMGUI_API ImVec2 CalcWindowNextAutoFitSize(ImGuiWindow* window); - IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarchy); - IMGUI_API bool IsWindowWithinBeginStackOf(ImGuiWindow* window, ImGuiWindow* potential_parent); - IMGUI_API bool IsWindowAbove(ImGuiWindow* potential_above, ImGuiWindow* potential_below); - IMGUI_API bool IsWindowNavFocusable(ImGuiWindow* window); - IMGUI_API void SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond = 0); - IMGUI_API void SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond = 0); - IMGUI_API void SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond = 0); - IMGUI_API void SetWindowHitTestHole(ImGuiWindow* window, const ImVec2& pos, const ImVec2& size); - inline ImRect WindowRectAbsToRel(ImGuiWindow* window, const ImRect& r) { ImVec2 off = window->DC.CursorStartPos; return ImRect(r.Min.x - off.x, r.Min.y - off.y, r.Max.x - off.x, r.Max.y - off.y); } - inline ImRect WindowRectRelToAbs(ImGuiWindow* window, const ImRect& r) { ImVec2 off = window->DC.CursorStartPos; return ImRect(r.Min.x + off.x, r.Min.y + off.y, r.Max.x + off.x, r.Max.y + off.y); } - - // Windows: Display Order and Focus Order - IMGUI_API void FocusWindow(ImGuiWindow* window); - IMGUI_API void FocusTopMostWindowUnderOne(ImGuiWindow* under_this_window, ImGuiWindow* ignore_window); - IMGUI_API void BringWindowToFocusFront(ImGuiWindow* window); - IMGUI_API void BringWindowToDisplayFront(ImGuiWindow* window); - IMGUI_API void BringWindowToDisplayBack(ImGuiWindow* window); - IMGUI_API void BringWindowToDisplayBehind(ImGuiWindow* window, ImGuiWindow* above_window); - IMGUI_API int FindWindowDisplayIndex(ImGuiWindow* window); - IMGUI_API ImGuiWindow* FindBottomMostVisibleWindowWithinBeginStack(ImGuiWindow* window); - - // Fonts, drawing - IMGUI_API void SetCurrentFont(ImFont* font); - inline ImFont* GetDefaultFont() { ImGuiContext& g = *GImGui; return g.IO.FontDefault ? g.IO.FontDefault : g.IO.Fonts->Fonts[0]; } - inline ImDrawList* GetForegroundDrawList(ImGuiWindow* window) { IM_UNUSED(window); return GetForegroundDrawList(); } // This seemingly unnecessary wrapper simplifies compatibility between the 'master' and 'docking' branches. - IMGUI_API ImDrawList* GetBackgroundDrawList(ImGuiViewport* viewport); // get background draw list for the given viewport. this draw list will be the first rendering one. Useful to quickly draw shapes/text behind dear imgui contents. - IMGUI_API ImDrawList* GetForegroundDrawList(ImGuiViewport* viewport); // get foreground draw list for the given viewport. this draw list will be the last rendered one. Useful to quickly draw shapes/text over dear imgui contents. - - // Init - IMGUI_API void Initialize(); - IMGUI_API void Shutdown(); // Since 1.60 this is a _private_ function. You can call DestroyContext() to destroy the context created by CreateContext(). - - // NewFrame - IMGUI_API void UpdateInputEvents(bool trickle_fast_inputs); - IMGUI_API void UpdateHoveredWindowAndCaptureFlags(); - IMGUI_API void StartMouseMovingWindow(ImGuiWindow* window); - IMGUI_API void UpdateMouseMovingWindowNewFrame(); - IMGUI_API void UpdateMouseMovingWindowEndFrame(); - - // Generic context hooks - IMGUI_API ImGuiID AddContextHook(ImGuiContext* context, const ImGuiContextHook* hook); - IMGUI_API void RemoveContextHook(ImGuiContext* context, ImGuiID hook_to_remove); - IMGUI_API void CallContextHooks(ImGuiContext* context, ImGuiContextHookType type); - - // Viewports - IMGUI_API void SetWindowViewport(ImGuiWindow* window, ImGuiViewportP* viewport); - - // Settings - IMGUI_API void MarkIniSettingsDirty(); - IMGUI_API void MarkIniSettingsDirty(ImGuiWindow* window); - IMGUI_API void ClearIniSettings(); - IMGUI_API ImGuiWindowSettings* CreateNewWindowSettings(const char* name); - IMGUI_API ImGuiWindowSettings* FindWindowSettings(ImGuiID id); - IMGUI_API ImGuiWindowSettings* FindOrCreateWindowSettings(const char* name); - IMGUI_API void AddSettingsHandler(const ImGuiSettingsHandler* handler); - IMGUI_API void RemoveSettingsHandler(const char* type_name); - IMGUI_API ImGuiSettingsHandler* FindSettingsHandler(const char* type_name); - - // Scrolling - IMGUI_API void SetNextWindowScroll(const ImVec2& scroll); // Use -1.0f on one axis to leave as-is - IMGUI_API void SetScrollX(ImGuiWindow* window, float scroll_x); - IMGUI_API void SetScrollY(ImGuiWindow* window, float scroll_y); - IMGUI_API void SetScrollFromPosX(ImGuiWindow* window, float local_x, float center_x_ratio); - IMGUI_API void SetScrollFromPosY(ImGuiWindow* window, float local_y, float center_y_ratio); - - // Early work-in-progress API (ScrollToItem() will become public) - IMGUI_API void ScrollToItem(ImGuiScrollFlags flags = 0); - IMGUI_API void ScrollToRect(ImGuiWindow* window, const ImRect& rect, ImGuiScrollFlags flags = 0); - IMGUI_API ImVec2 ScrollToRectEx(ImGuiWindow* window, const ImRect& rect, ImGuiScrollFlags flags = 0); -//#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - inline void ScrollToBringRectIntoView(ImGuiWindow* window, const ImRect& rect) { ScrollToRect(window, rect, ImGuiScrollFlags_KeepVisibleEdgeY); } -//#endif - - // Basic Accessors - inline ImGuiID GetItemID() { ImGuiContext& g = *GImGui; return g.LastItemData.ID; } // Get ID of last item (~~ often same ImGui::GetID(label) beforehand) - inline ImGuiItemStatusFlags GetItemStatusFlags(){ ImGuiContext& g = *GImGui; return g.LastItemData.StatusFlags; } - inline ImGuiItemFlags GetItemFlags() { ImGuiContext& g = *GImGui; return g.LastItemData.InFlags; } - inline ImGuiID GetActiveID() { ImGuiContext& g = *GImGui; return g.ActiveId; } - inline ImGuiID GetFocusID() { ImGuiContext& g = *GImGui; return g.NavId; } - IMGUI_API void SetActiveID(ImGuiID id, ImGuiWindow* window); - IMGUI_API void SetFocusID(ImGuiID id, ImGuiWindow* window); - IMGUI_API void ClearActiveID(); - IMGUI_API ImGuiID GetHoveredID(); - IMGUI_API void SetHoveredID(ImGuiID id); - IMGUI_API void KeepAliveID(ImGuiID id); - IMGUI_API void MarkItemEdited(ImGuiID id); // Mark data associated to given item as "edited", used by IsItemDeactivatedAfterEdit() function. - IMGUI_API void PushOverrideID(ImGuiID id); // Push given value as-is at the top of the ID stack (whereas PushID combines old and new hashes) - IMGUI_API ImGuiID GetIDWithSeed(const char* str_id_begin, const char* str_id_end, ImGuiID seed); - - // Basic Helpers for widget code - IMGUI_API void ItemSize(const ImVec2& size, float text_baseline_y = -1.0f); - inline void ItemSize(const ImRect& bb, float text_baseline_y = -1.0f) { ItemSize(bb.GetSize(), text_baseline_y); } // FIXME: This is a misleading API since we expect CursorPos to be bb.Min. - IMGUI_API bool ItemAdd(const ImRect& bb, ImGuiID id, const ImRect* nav_bb = NULL, ImGuiItemFlags extra_flags = 0); - IMGUI_API bool ItemHoverable(const ImRect& bb, ImGuiID id); - IMGUI_API bool IsClippedEx(const ImRect& bb, ImGuiID id); - IMGUI_API void SetLastItemData(ImGuiID item_id, ImGuiItemFlags in_flags, ImGuiItemStatusFlags status_flags, const ImRect& item_rect); - IMGUI_API ImVec2 CalcItemSize(ImVec2 size, float default_w, float default_h); - IMGUI_API float CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x); - IMGUI_API void PushMultiItemsWidths(int components, float width_full); - IMGUI_API bool IsItemToggledSelection(); // Was the last item selection toggled? (after Selectable(), TreeNode() etc. We only returns toggle _event_ in order to handle clipping correctly) - IMGUI_API ImVec2 GetContentRegionMaxAbs(); - IMGUI_API void ShrinkWidths(ImGuiShrinkWidthItem* items, int count, float width_excess); - - // Parameter stacks - IMGUI_API void PushItemFlag(ImGuiItemFlags option, bool enabled); - IMGUI_API void PopItemFlag(); - - // Logging/Capture - IMGUI_API void LogBegin(ImGuiLogType type, int auto_open_depth); // -> BeginCapture() when we design v2 api, for now stay under the radar by using the old name. - IMGUI_API void LogToBuffer(int auto_open_depth = -1); // Start logging/capturing to internal buffer - IMGUI_API void LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end = NULL); - IMGUI_API void LogSetNextTextDecoration(const char* prefix, const char* suffix); - - // Popups, Modals, Tooltips - IMGUI_API bool BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags); - IMGUI_API void OpenPopupEx(ImGuiID id, ImGuiPopupFlags popup_flags = ImGuiPopupFlags_None); - IMGUI_API void ClosePopupToLevel(int remaining, bool restore_focus_to_window_under_popup); - IMGUI_API void ClosePopupsOverWindow(ImGuiWindow* ref_window, bool restore_focus_to_window_under_popup); - IMGUI_API void ClosePopupsExceptModals(); - IMGUI_API bool IsPopupOpen(ImGuiID id, ImGuiPopupFlags popup_flags); - IMGUI_API bool BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags); - IMGUI_API void BeginTooltipEx(ImGuiTooltipFlags tooltip_flags, ImGuiWindowFlags extra_window_flags); - IMGUI_API ImRect GetPopupAllowedExtentRect(ImGuiWindow* window); - IMGUI_API ImGuiWindow* GetTopMostPopupModal(); - IMGUI_API ImGuiWindow* GetTopMostAndVisiblePopupModal(); - IMGUI_API ImVec2 FindBestWindowPosForPopup(ImGuiWindow* window); - IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy); - - // Menus - IMGUI_API bool BeginViewportSideBar(const char* name, ImGuiViewport* viewport, ImGuiDir dir, float size, ImGuiWindowFlags window_flags); - IMGUI_API bool BeginMenuEx(const char* label, const char* icon, bool enabled = true); - IMGUI_API bool MenuItemEx(const char* label, const char* icon, const char* shortcut = NULL, bool selected = false, bool enabled = true); - - // Combos - IMGUI_API bool BeginComboPopup(ImGuiID popup_id, const ImRect& bb, ImGuiComboFlags flags); - IMGUI_API bool BeginComboPreview(); - IMGUI_API void EndComboPreview(); - - // Gamepad/Keyboard Navigation - IMGUI_API void NavInitWindow(ImGuiWindow* window, bool force_reinit); - IMGUI_API void NavInitRequestApplyResult(); - IMGUI_API bool NavMoveRequestButNoResultYet(); - IMGUI_API void NavMoveRequestSubmit(ImGuiDir move_dir, ImGuiDir clip_dir, ImGuiNavMoveFlags move_flags, ImGuiScrollFlags scroll_flags); - IMGUI_API void NavMoveRequestForward(ImGuiDir move_dir, ImGuiDir clip_dir, ImGuiNavMoveFlags move_flags, ImGuiScrollFlags scroll_flags); - IMGUI_API void NavMoveRequestResolveWithLastItem(ImGuiNavItemData* result); - IMGUI_API void NavMoveRequestCancel(); - IMGUI_API void NavMoveRequestApplyResult(); - IMGUI_API void NavMoveRequestTryWrapping(ImGuiWindow* window, ImGuiNavMoveFlags move_flags); - IMGUI_API const char* GetNavInputName(ImGuiNavInput n); - IMGUI_API float GetNavInputAmount(ImGuiNavInput n, ImGuiNavReadMode mode); - IMGUI_API ImVec2 GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, ImGuiNavReadMode mode, float slow_factor = 0.0f, float fast_factor = 0.0f); - IMGUI_API int CalcTypematicRepeatAmount(float t0, float t1, float repeat_delay, float repeat_rate); - IMGUI_API void ActivateItem(ImGuiID id); // Remotely activate a button, checkbox, tree node etc. given its unique ID. activation is queued and processed on the next frame when the item is encountered again. - IMGUI_API void SetNavWindow(ImGuiWindow* window); - IMGUI_API void SetNavID(ImGuiID id, ImGuiNavLayer nav_layer, ImGuiID focus_scope_id, const ImRect& rect_rel); - - // Focus Scope (WIP) - // This is generally used to identify a selection set (multiple of which may be in the same window), as selection - // patterns generally need to react (e.g. clear selection) when landing on an item of the set. - IMGUI_API void PushFocusScope(ImGuiID id); - IMGUI_API void PopFocusScope(); - inline ImGuiID GetFocusedFocusScope() { ImGuiContext& g = *GImGui; return g.NavFocusScopeId; } // Focus scope which is actually active - inline ImGuiID GetFocusScope() { ImGuiContext& g = *GImGui; return g.CurrentWindow->DC.NavFocusScopeIdCurrent; } // Focus scope we are outputting into, set by PushFocusScope() - - // Inputs - // FIXME: Eventually we should aim to move e.g. IsActiveIdUsingKey() into IsKeyXXX functions. - inline bool IsNamedKey(ImGuiKey key) { return key >= ImGuiKey_NamedKey_BEGIN && key < ImGuiKey_NamedKey_END; } - inline bool IsLegacyKey(ImGuiKey key) { return key >= ImGuiKey_LegacyNativeKey_BEGIN && key < ImGuiKey_LegacyNativeKey_END; } - inline bool IsGamepadKey(ImGuiKey key) { return key >= ImGuiKey_Gamepad_BEGIN && key < ImGuiKey_Gamepad_END; } - IMGUI_API ImGuiKeyData* GetKeyData(ImGuiKey key); - IMGUI_API void SetItemUsingMouseWheel(); - IMGUI_API void SetActiveIdUsingNavAndKeys(); - inline bool IsActiveIdUsingNavDir(ImGuiDir dir) { ImGuiContext& g = *GImGui; return (g.ActiveIdUsingNavDirMask & (1 << dir)) != 0; } - inline bool IsActiveIdUsingNavInput(ImGuiNavInput input) { ImGuiContext& g = *GImGui; return (g.ActiveIdUsingNavInputMask & (1 << input)) != 0; } - inline bool IsActiveIdUsingKey(ImGuiKey key) { ImGuiContext& g = *GImGui; return g.ActiveIdUsingKeyInputMask[key]; } - inline void SetActiveIdUsingKey(ImGuiKey key) { ImGuiContext& g = *GImGui; g.ActiveIdUsingKeyInputMask.SetBit(key); } - IMGUI_API bool IsMouseDragPastThreshold(ImGuiMouseButton button, float lock_threshold = -1.0f); - IMGUI_API ImGuiModFlags GetMergedModFlags(); -#ifndef IMGUI_DISABLE_OBSOLETE_KEYIO - inline bool IsKeyPressedMap(ImGuiKey key, bool repeat = true) { IM_ASSERT(IsNamedKey(key)); return IsKeyPressed(key, repeat); } // [removed in 1.87] -#endif - - // Inputs: Navigation - inline bool IsNavInputDown(ImGuiNavInput n) { ImGuiContext& g = *GImGui; return g.IO.NavInputs[n] > 0.0f; } - inline bool IsNavInputPressed(ImGuiNavInput n) { ImGuiContext& g = *GImGui; return g.IO.NavInputsDownDuration[n] == 0.0f; } - inline bool IsNavInputTest(ImGuiNavInput n, ImGuiNavReadMode read_mode) { return (GetNavInputAmount(n, read_mode) > 0.0f); } - - // Drag and Drop - IMGUI_API bool IsDragDropActive(); - IMGUI_API bool BeginDragDropTargetCustom(const ImRect& bb, ImGuiID id); - IMGUI_API void ClearDragDrop(); - IMGUI_API bool IsDragDropPayloadBeingAccepted(); - - // Internal Columns API (this is not exposed because we will encourage transitioning to the Tables API) - IMGUI_API void SetWindowClipRectBeforeSetChannel(ImGuiWindow* window, const ImRect& clip_rect); - IMGUI_API void BeginColumns(const char* str_id, int count, ImGuiOldColumnFlags flags = 0); // setup number of columns. use an identifier to distinguish multiple column sets. close with EndColumns(). - IMGUI_API void EndColumns(); // close columns - IMGUI_API void PushColumnClipRect(int column_index); - IMGUI_API void PushColumnsBackground(); - IMGUI_API void PopColumnsBackground(); - IMGUI_API ImGuiID GetColumnsID(const char* str_id, int count); - IMGUI_API ImGuiOldColumns* FindOrCreateColumns(ImGuiWindow* window, ImGuiID id); - IMGUI_API float GetColumnOffsetFromNorm(const ImGuiOldColumns* columns, float offset_norm); - IMGUI_API float GetColumnNormFromOffset(const ImGuiOldColumns* columns, float offset); - - // Tables: Candidates for public API - IMGUI_API void TableOpenContextMenu(int column_n = -1); - IMGUI_API void TableSetColumnWidth(int column_n, float width); - IMGUI_API void TableSetColumnSortDirection(int column_n, ImGuiSortDirection sort_direction, bool append_to_sort_specs); - IMGUI_API int TableGetHoveredColumn(); // May use (TableGetColumnFlags() & ImGuiTableColumnFlags_IsHovered) instead. Return hovered column. return -1 when table is not hovered. return columns_count if the unused space at the right of visible columns is hovered. - IMGUI_API float TableGetHeaderRowHeight(); - IMGUI_API void TablePushBackgroundChannel(); - IMGUI_API void TablePopBackgroundChannel(); - - // Tables: Internals - inline ImGuiTable* GetCurrentTable() { ImGuiContext& g = *GImGui; return g.CurrentTable; } - IMGUI_API ImGuiTable* TableFindByID(ImGuiID id); - IMGUI_API bool BeginTableEx(const char* name, ImGuiID id, int columns_count, ImGuiTableFlags flags = 0, const ImVec2& outer_size = ImVec2(0, 0), float inner_width = 0.0f); - IMGUI_API void TableBeginInitMemory(ImGuiTable* table, int columns_count); - IMGUI_API void TableBeginApplyRequests(ImGuiTable* table); - IMGUI_API void TableSetupDrawChannels(ImGuiTable* table); - IMGUI_API void TableUpdateLayout(ImGuiTable* table); - IMGUI_API void TableUpdateBorders(ImGuiTable* table); - IMGUI_API void TableUpdateColumnsWeightFromWidth(ImGuiTable* table); - IMGUI_API void TableDrawBorders(ImGuiTable* table); - IMGUI_API void TableDrawContextMenu(ImGuiTable* table); - IMGUI_API bool TableBeginContextMenuPopup(ImGuiTable* table); - IMGUI_API void TableMergeDrawChannels(ImGuiTable* table); - inline ImGuiTableInstanceData* TableGetInstanceData(ImGuiTable* table, int instance_no) { if (instance_no == 0) return &table->InstanceDataFirst; return &table->InstanceDataExtra[instance_no - 1]; } - IMGUI_API void TableSortSpecsSanitize(ImGuiTable* table); - IMGUI_API void TableSortSpecsBuild(ImGuiTable* table); - IMGUI_API ImGuiSortDirection TableGetColumnNextSortDirection(ImGuiTableColumn* column); - IMGUI_API void TableFixColumnSortDirection(ImGuiTable* table, ImGuiTableColumn* column); - IMGUI_API float TableGetColumnWidthAuto(ImGuiTable* table, ImGuiTableColumn* column); - IMGUI_API void TableBeginRow(ImGuiTable* table); - IMGUI_API void TableEndRow(ImGuiTable* table); - IMGUI_API void TableBeginCell(ImGuiTable* table, int column_n); - IMGUI_API void TableEndCell(ImGuiTable* table); - IMGUI_API ImRect TableGetCellBgRect(const ImGuiTable* table, int column_n); - IMGUI_API const char* TableGetColumnName(const ImGuiTable* table, int column_n); - IMGUI_API ImGuiID TableGetColumnResizeID(const ImGuiTable* table, int column_n, int instance_no = 0); - IMGUI_API float TableGetMaxColumnWidth(const ImGuiTable* table, int column_n); - IMGUI_API void TableSetColumnWidthAutoSingle(ImGuiTable* table, int column_n); - IMGUI_API void TableSetColumnWidthAutoAll(ImGuiTable* table); - IMGUI_API void TableRemove(ImGuiTable* table); - IMGUI_API void TableGcCompactTransientBuffers(ImGuiTable* table); - IMGUI_API void TableGcCompactTransientBuffers(ImGuiTableTempData* table); - IMGUI_API void TableGcCompactSettings(); - - // Tables: Settings - IMGUI_API void TableLoadSettings(ImGuiTable* table); - IMGUI_API void TableSaveSettings(ImGuiTable* table); - IMGUI_API void TableResetSettings(ImGuiTable* table); - IMGUI_API ImGuiTableSettings* TableGetBoundSettings(ImGuiTable* table); - IMGUI_API void TableSettingsAddSettingsHandler(); - IMGUI_API ImGuiTableSettings* TableSettingsCreate(ImGuiID id, int columns_count); - IMGUI_API ImGuiTableSettings* TableSettingsFindByID(ImGuiID id); - - // Tab Bars - IMGUI_API bool BeginTabBarEx(ImGuiTabBar* tab_bar, const ImRect& bb, ImGuiTabBarFlags flags); - IMGUI_API ImGuiTabItem* TabBarFindTabByID(ImGuiTabBar* tab_bar, ImGuiID tab_id); - IMGUI_API void TabBarRemoveTab(ImGuiTabBar* tab_bar, ImGuiID tab_id); - IMGUI_API void TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab); - IMGUI_API void TabBarQueueReorder(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, int offset); - IMGUI_API void TabBarQueueReorderFromMousePos(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, ImVec2 mouse_pos); - IMGUI_API bool TabBarProcessReorder(ImGuiTabBar* tab_bar); - IMGUI_API bool TabItemEx(ImGuiTabBar* tab_bar, const char* label, bool* p_open, ImGuiTabItemFlags flags); - IMGUI_API ImVec2 TabItemCalcSize(const char* label, bool has_close_button); - IMGUI_API void TabItemBackground(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImU32 col); - IMGUI_API void TabItemLabelAndCloseButton(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImVec2 frame_padding, const char* label, ImGuiID tab_id, ImGuiID close_button_id, bool is_contents_visible, bool* out_just_closed, bool* out_text_clipped); - - // Render helpers - // AVOID USING OUTSIDE OF IMGUI.CPP! NOT FOR PUBLIC CONSUMPTION. THOSE FUNCTIONS ARE A MESS. THEIR SIGNATURE AND BEHAVIOR WILL CHANGE, THEY NEED TO BE REFACTORED INTO SOMETHING DECENT. - // NB: All position are in absolute pixels coordinates (we are never using window coordinates internally) - IMGUI_API void RenderText(ImVec2 pos, const char* text, const char* text_end = NULL, bool hide_text_after_hash = true); - IMGUI_API void RenderTextWrapped(ImVec2 pos, const char* text, const char* text_end, float wrap_width); - IMGUI_API void RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align = ImVec2(0, 0), const ImRect* clip_rect = NULL); - IMGUI_API void RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align = ImVec2(0, 0), const ImRect* clip_rect = NULL); - IMGUI_API void RenderTextEllipsis(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, float clip_max_x, float ellipsis_max_x, const char* text, const char* text_end, const ImVec2* text_size_if_known); - IMGUI_API void RenderFrame(ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, bool border = true, float rounding = 0.0f); - IMGUI_API void RenderFrameBorder(ImVec2 p_min, ImVec2 p_max, float rounding = 0.0f); - IMGUI_API void RenderColorRectWithAlphaCheckerboard(ImDrawList* draw_list, ImVec2 p_min, ImVec2 p_max, ImU32 fill_col, float grid_step, ImVec2 grid_off, float rounding = 0.0f, ImDrawFlags flags = 0); - IMGUI_API void RenderNavHighlight(const ImRect& bb, ImGuiID id, ImGuiNavHighlightFlags flags = ImGuiNavHighlightFlags_TypeDefault); // Navigation highlight - IMGUI_API const char* FindRenderedTextEnd(const char* text, const char* text_end = NULL); // Find the optional ## from which we stop displaying text. - IMGUI_API void RenderMouseCursor(ImVec2 pos, float scale, ImGuiMouseCursor mouse_cursor, ImU32 col_fill, ImU32 col_border, ImU32 col_shadow); - - // Render helpers (those functions don't access any ImGui state!) - IMGUI_API void RenderArrow(ImDrawList* draw_list, ImVec2 pos, ImU32 col, ImGuiDir dir, float scale = 1.0f); - IMGUI_API void RenderBullet(ImDrawList* draw_list, ImVec2 pos, ImU32 col); - IMGUI_API void RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz); - IMGUI_API void RenderArrowPointingAt(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, ImGuiDir direction, ImU32 col); - IMGUI_API void RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding); - IMGUI_API void RenderRectFilledWithHole(ImDrawList* draw_list, const ImRect& outer, const ImRect& inner, ImU32 col, float rounding); - - // Widgets - IMGUI_API void TextEx(const char* text, const char* text_end = NULL, ImGuiTextFlags flags = 0); - IMGUI_API bool ButtonEx(const char* label, const ImVec2& size_arg = ImVec2(0, 0), ImGuiButtonFlags flags = 0); - IMGUI_API bool CloseButton(ImGuiID id, const ImVec2& pos); - IMGUI_API bool CollapseButton(ImGuiID id, const ImVec2& pos); - IMGUI_API bool ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size_arg, ImGuiButtonFlags flags = 0); - IMGUI_API void Scrollbar(ImGuiAxis axis); - IMGUI_API bool ScrollbarEx(const ImRect& bb, ImGuiID id, ImGuiAxis axis, ImS64* p_scroll_v, ImS64 avail_v, ImS64 contents_v, ImDrawFlags flags); - IMGUI_API bool ImageButtonEx(ImGuiID id, ImTextureID texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, const ImVec2& padding, const ImVec4& bg_col, const ImVec4& tint_col); - IMGUI_API ImRect GetWindowScrollbarRect(ImGuiWindow* window, ImGuiAxis axis); - IMGUI_API ImGuiID GetWindowScrollbarID(ImGuiWindow* window, ImGuiAxis axis); - IMGUI_API ImGuiID GetWindowResizeCornerID(ImGuiWindow* window, int n); // 0..3: corners - IMGUI_API ImGuiID GetWindowResizeBorderID(ImGuiWindow* window, ImGuiDir dir); - IMGUI_API void SeparatorEx(ImGuiSeparatorFlags flags); - IMGUI_API bool CheckboxFlags(const char* label, ImS64* flags, ImS64 flags_value); - IMGUI_API bool CheckboxFlags(const char* label, ImU64* flags, ImU64 flags_value); - - // Widgets low-level behaviors - IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags = 0); - IMGUI_API bool DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags); - IMGUI_API bool SliderBehavior(const ImRect& bb, ImGuiID id, ImGuiDataType data_type, void* p_v, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags, ImRect* out_grab_bb); - IMGUI_API bool SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend = 0.0f, float hover_visibility_delay = 0.0f); - IMGUI_API bool TreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const char* label, const char* label_end = NULL); - IMGUI_API void TreePushOverrideID(ImGuiID id); - IMGUI_API void TreeNodeSetOpen(ImGuiID id, bool open); - IMGUI_API bool TreeNodeUpdateNextOpen(ImGuiID id, ImGuiTreeNodeFlags flags); // Return open state. Consume previous SetNextItemOpen() data, if any. May return true when logging. - - // Template functions are instantiated in imgui_widgets.cpp for a finite number of types. - // To use them externally (for custom widget) you may need an "extern template" statement in your code in order to link to existing instances and silence Clang warnings (see #2036). - // e.g. " extern template IMGUI_API float RoundScalarWithFormatT(const char* format, ImGuiDataType data_type, float v); " - template IMGUI_API float ScaleRatioFromValueT(ImGuiDataType data_type, T v, T v_min, T v_max, bool is_logarithmic, float logarithmic_zero_epsilon, float zero_deadzone_size); - template IMGUI_API T ScaleValueFromRatioT(ImGuiDataType data_type, float t, T v_min, T v_max, bool is_logarithmic, float logarithmic_zero_epsilon, float zero_deadzone_size); - template IMGUI_API bool DragBehaviorT(ImGuiDataType data_type, T* v, float v_speed, T v_min, T v_max, const char* format, ImGuiSliderFlags flags); - template IMGUI_API bool SliderBehaviorT(const ImRect& bb, ImGuiID id, ImGuiDataType data_type, T* v, T v_min, T v_max, const char* format, ImGuiSliderFlags flags, ImRect* out_grab_bb); - template IMGUI_API T RoundScalarWithFormatT(const char* format, ImGuiDataType data_type, T v); - template IMGUI_API bool CheckboxFlagsT(const char* label, T* flags, T flags_value); - - // Data type helpers - IMGUI_API const ImGuiDataTypeInfo* DataTypeGetInfo(ImGuiDataType data_type); - IMGUI_API int DataTypeFormatString(char* buf, int buf_size, ImGuiDataType data_type, const void* p_data, const char* format); - IMGUI_API void DataTypeApplyOp(ImGuiDataType data_type, int op, void* output, const void* arg_1, const void* arg_2); - IMGUI_API bool DataTypeApplyFromText(const char* buf, ImGuiDataType data_type, void* p_data, const char* format); - IMGUI_API int DataTypeCompare(ImGuiDataType data_type, const void* arg_1, const void* arg_2); - IMGUI_API bool DataTypeClamp(ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max); - - // InputText - IMGUI_API bool InputTextEx(const char* label, const char* hint, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback = NULL, void* user_data = NULL); - IMGUI_API bool TempInputText(const ImRect& bb, ImGuiID id, const char* label, char* buf, int buf_size, ImGuiInputTextFlags flags); - IMGUI_API bool TempInputScalar(const ImRect& bb, ImGuiID id, const char* label, ImGuiDataType data_type, void* p_data, const char* format, const void* p_clamp_min = NULL, const void* p_clamp_max = NULL); - inline bool TempInputIsActive(ImGuiID id) { ImGuiContext& g = *GImGui; return (g.ActiveId == id && g.TempInputId == id); } - inline ImGuiInputTextState* GetInputTextState(ImGuiID id) { ImGuiContext& g = *GImGui; return (id != 0 && g.InputTextState.ID == id) ? &g.InputTextState : NULL; } // Get input text state if active - - // Color - IMGUI_API void ColorTooltip(const char* text, const float* col, ImGuiColorEditFlags flags); - IMGUI_API void ColorEditOptionsPopup(const float* col, ImGuiColorEditFlags flags); - IMGUI_API void ColorPickerOptionsPopup(const float* ref_col, ImGuiColorEditFlags flags); - - // Plot - IMGUI_API int PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 frame_size); - - // Shade functions (write over already created vertices) - IMGUI_API void ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, ImVec2 gradient_p0, ImVec2 gradient_p1, ImU32 col0, ImU32 col1); - IMGUI_API void ShadeVertsLinearUV(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, const ImVec2& a, const ImVec2& b, const ImVec2& uv_a, const ImVec2& uv_b, bool clamp); - - // Garbage collection - IMGUI_API void GcCompactTransientMiscBuffers(); - IMGUI_API void GcCompactTransientWindowBuffers(ImGuiWindow* window); - IMGUI_API void GcAwakeTransientWindowBuffers(ImGuiWindow* window); - - // Debug Log - IMGUI_API void DebugLog(const char* fmt, ...) IM_FMTARGS(1); - IMGUI_API void DebugLogV(const char* fmt, va_list args) IM_FMTLIST(1); - - // Debug Tools - IMGUI_API void ErrorCheckEndFrameRecover(ImGuiErrorLogCallback log_callback, void* user_data = NULL); - IMGUI_API void ErrorCheckEndWindowRecover(ImGuiErrorLogCallback log_callback, void* user_data = NULL); - inline void DebugDrawItemRect(ImU32 col = IM_COL32(255,0,0,255)) { ImGuiContext& g = *GImGui; ImGuiWindow* window = g.CurrentWindow; GetForegroundDrawList(window)->AddRect(g.LastItemData.Rect.Min, g.LastItemData.Rect.Max, col); } - inline void DebugStartItemPicker() { ImGuiContext& g = *GImGui; g.DebugItemPickerActive = true; } - IMGUI_API void ShowFontAtlas(ImFontAtlas* atlas); - IMGUI_API void DebugHookIdInfo(ImGuiID id, ImGuiDataType data_type, const void* data_id, const void* data_id_end); - IMGUI_API void DebugNodeColumns(ImGuiOldColumns* columns); - IMGUI_API void DebugNodeDrawList(ImGuiWindow* window, const ImDrawList* draw_list, const char* label); - IMGUI_API void DebugNodeDrawCmdShowMeshAndBoundingBox(ImDrawList* out_draw_list, const ImDrawList* draw_list, const ImDrawCmd* draw_cmd, bool show_mesh, bool show_aabb); - IMGUI_API void DebugNodeFont(ImFont* font); - IMGUI_API void DebugNodeFontGlyph(ImFont* font, const ImFontGlyph* glyph); - IMGUI_API void DebugNodeStorage(ImGuiStorage* storage, const char* label); - IMGUI_API void DebugNodeTabBar(ImGuiTabBar* tab_bar, const char* label); - IMGUI_API void DebugNodeTable(ImGuiTable* table); - IMGUI_API void DebugNodeTableSettings(ImGuiTableSettings* settings); - IMGUI_API void DebugNodeInputTextState(ImGuiInputTextState* state); - IMGUI_API void DebugNodeWindow(ImGuiWindow* window, const char* label); - IMGUI_API void DebugNodeWindowSettings(ImGuiWindowSettings* settings); - IMGUI_API void DebugNodeWindowsList(ImVector* windows, const char* label); - IMGUI_API void DebugNodeWindowsListByBeginStackParent(ImGuiWindow** windows, int windows_size, ImGuiWindow* parent_in_begin_stack); - IMGUI_API void DebugNodeViewport(ImGuiViewportP* viewport); - IMGUI_API void DebugRenderViewportThumbnail(ImDrawList* draw_list, ImGuiViewportP* viewport, const ImRect& bb); - - // Obsolete functions -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - inline bool TreeNodeBehaviorIsOpen(ImGuiID id, ImGuiTreeNodeFlags flags = 0) { return TreeNodeUpdateNextOpen(id, flags); } // Renamed in 1.89 - - // Refactored focus/nav/tabbing system in 1.82 and 1.84. If you have old/custom copy-and-pasted widgets that used FocusableItemRegister(): - // (Old) IMGUI_VERSION_NUM < 18209: using 'ItemAdd(....)' and 'bool tab_focused = FocusableItemRegister(...)' - // (Old) IMGUI_VERSION_NUM >= 18209: using 'ItemAdd(..., ImGuiItemAddFlags_Focusable)' and 'bool tab_focused = (GetItemStatusFlags() & ImGuiItemStatusFlags_Focused) != 0' - // (New) IMGUI_VERSION_NUM >= 18413: using 'ItemAdd(..., ImGuiItemFlags_Inputable)' and 'bool tab_focused = (GetItemStatusFlags() & ImGuiItemStatusFlags_FocusedTabbing) != 0 || g.NavActivateInputId == id' (WIP) - // Widget code are simplified as there's no need to call FocusableItemUnregister() while managing the transition from regular widget to TempInputText() - inline bool FocusableItemRegister(ImGuiWindow* window, ImGuiID id) { IM_ASSERT(0); IM_UNUSED(window); IM_UNUSED(id); return false; } // -> pass ImGuiItemAddFlags_Inputable flag to ItemAdd() - inline void FocusableItemUnregister(ImGuiWindow* window) { IM_ASSERT(0); IM_UNUSED(window); } // -> unnecessary: TempInputText() uses ImGuiInputTextFlags_MergedItem -#endif - -} // namespace ImGui - - -//----------------------------------------------------------------------------- -// [SECTION] ImFontAtlas internal API -//----------------------------------------------------------------------------- - -// This structure is likely to evolve as we add support for incremental atlas updates -struct ImFontBuilderIO -{ - bool (*FontBuilder_Build)(ImFontAtlas* atlas); -}; - -// Helper for font builder -#ifdef IMGUI_ENABLE_STB_TRUETYPE -IMGUI_API const ImFontBuilderIO* ImFontAtlasGetBuilderForStbTruetype(); -#endif -IMGUI_API void ImFontAtlasBuildInit(ImFontAtlas* atlas); -IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent); -IMGUI_API void ImFontAtlasBuildPackCustomRects(ImFontAtlas* atlas, void* stbrp_context_opaque); -IMGUI_API void ImFontAtlasBuildFinish(ImFontAtlas* atlas); -IMGUI_API void ImFontAtlasBuildRender8bppRectFromString(ImFontAtlas* atlas, int x, int y, int w, int h, const char* in_str, char in_marker_char, unsigned char in_marker_pixel_value); -IMGUI_API void ImFontAtlasBuildRender32bppRectFromString(ImFontAtlas* atlas, int x, int y, int w, int h, const char* in_str, char in_marker_char, unsigned int in_marker_pixel_value); -IMGUI_API void ImFontAtlasBuildMultiplyCalcLookupTable(unsigned char out_table[256], float in_multiply_factor); -IMGUI_API void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256], unsigned char* pixels, int x, int y, int w, int h, int stride); - -//----------------------------------------------------------------------------- -// [SECTION] Test Engine specific hooks (imgui_test_engine) -//----------------------------------------------------------------------------- - -#ifdef IMGUI_ENABLE_TEST_ENGINE -extern void ImGuiTestEngineHook_ItemAdd(ImGuiContext* ctx, const ImRect& bb, ImGuiID id); -extern void ImGuiTestEngineHook_ItemInfo(ImGuiContext* ctx, ImGuiID id, const char* label, ImGuiItemStatusFlags flags); -extern void ImGuiTestEngineHook_Log(ImGuiContext* ctx, const char* fmt, ...); -extern const char* ImGuiTestEngine_FindItemDebugLabel(ImGuiContext* ctx, ImGuiID id); - -#define IMGUI_TEST_ENGINE_ITEM_ADD(_BB,_ID) if (g.TestEngineHookItems) ImGuiTestEngineHook_ItemAdd(&g, _BB, _ID) // Register item bounding box -#define IMGUI_TEST_ENGINE_ITEM_INFO(_ID,_LABEL,_FLAGS) if (g.TestEngineHookItems) ImGuiTestEngineHook_ItemInfo(&g, _ID, _LABEL, _FLAGS) // Register item label and status flags (optional) -#define IMGUI_TEST_ENGINE_LOG(_FMT,...) if (g.TestEngineHookItems) ImGuiTestEngineHook_Log(&g, _FMT, __VA_ARGS__) // Custom log entry from user land into test log -#else -#define IMGUI_TEST_ENGINE_ITEM_ADD(_BB,_ID) ((void)0) -#define IMGUI_TEST_ENGINE_ITEM_INFO(_ID,_LABEL,_FLAGS) ((void)g) -#endif - -//----------------------------------------------------------------------------- - -#if defined(__clang__) -#pragma clang diagnostic pop -#elif defined(__GNUC__) -#pragma GCC diagnostic pop -#endif - -#ifdef _MSC_VER -#pragma warning (pop) -#endif - -#endif // #ifndef IMGUI_DISABLE diff --git a/external/imgui/imgui_tables.cpp b/external/imgui/imgui_tables.cpp deleted file mode 100644 index 9b18f41d..00000000 --- a/external/imgui/imgui_tables.cpp +++ /dev/null @@ -1,4071 +0,0 @@ -// dear imgui, v1.89 WIP -// (tables and columns code) - -/* - -Index of this file: - -// [SECTION] Commentary -// [SECTION] Header mess -// [SECTION] Tables: Main code -// [SECTION] Tables: Simple accessors -// [SECTION] Tables: Row changes -// [SECTION] Tables: Columns changes -// [SECTION] Tables: Columns width management -// [SECTION] Tables: Drawing -// [SECTION] Tables: Sorting -// [SECTION] Tables: Headers -// [SECTION] Tables: Context Menu -// [SECTION] Tables: Settings (.ini data) -// [SECTION] Tables: Garbage Collection -// [SECTION] Tables: Debugging -// [SECTION] Columns, BeginColumns, EndColumns, etc. - -*/ - -// Navigating this file: -// - In Visual Studio IDE: CTRL+comma ("Edit.GoToAll") 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. - -//----------------------------------------------------------------------------- -// [SECTION] Commentary -//----------------------------------------------------------------------------- - -//----------------------------------------------------------------------------- -// Typical tables call flow: (root level is generally public API): -//----------------------------------------------------------------------------- -// - BeginTable() user begin into a table -// | BeginChild() - (if ScrollX/ScrollY is set) -// | TableBeginInitMemory() - first time table is used -// | TableResetSettings() - on settings reset -// | TableLoadSettings() - on settings load -// | TableBeginApplyRequests() - apply queued resizing/reordering/hiding requests -// | - TableSetColumnWidth() - apply resizing width (for mouse resize, often requested by previous frame) -// | - TableUpdateColumnsWeightFromWidth()- recompute columns weights (of stretch columns) from their respective width -// - TableSetupColumn() user submit columns details (optional) -// - TableSetupScrollFreeze() user submit scroll freeze information (optional) -//----------------------------------------------------------------------------- -// - TableUpdateLayout() [Internal] followup to BeginTable(): setup everything: widths, columns positions, clipping rectangles. Automatically called by the FIRST call to TableNextRow() or TableHeadersRow(). -// | TableSetupDrawChannels() - setup ImDrawList channels -// | TableUpdateBorders() - detect hovering columns for resize, ahead of contents submission -// | TableDrawContextMenu() - draw right-click context menu -//----------------------------------------------------------------------------- -// - TableHeadersRow() or TableHeader() user submit a headers row (optional) -// | TableSortSpecsClickColumn() - when left-clicked: alter sort order and sort direction -// | TableOpenContextMenu() - when right-clicked: trigger opening of the default context menu -// - TableGetSortSpecs() user queries updated sort specs (optional, generally after submitting headers) -// - TableNextRow() user begin into a new row (also automatically called by TableHeadersRow()) -// | TableEndRow() - finish existing row -// | TableBeginRow() - add a new row -// - TableSetColumnIndex() / TableNextColumn() user begin into a cell -// | TableEndCell() - close existing column/cell -// | TableBeginCell() - enter into current column/cell -// - [...] user emit contents -//----------------------------------------------------------------------------- -// - EndTable() user ends the table -// | TableDrawBorders() - draw outer borders, inner vertical borders -// | TableMergeDrawChannels() - merge draw channels if clipping isn't required -// | EndChild() - (if ScrollX/ScrollY is set) -//----------------------------------------------------------------------------- - -//----------------------------------------------------------------------------- -// TABLE SIZING -//----------------------------------------------------------------------------- -// (Read carefully because this is subtle but it does make sense!) -//----------------------------------------------------------------------------- -// About 'outer_size': -// Its meaning needs to differ slightly depending on if we are using ScrollX/ScrollY flags. -// Default value is ImVec2(0.0f, 0.0f). -// X -// - outer_size.x <= 0.0f -> Right-align from window/work-rect right-most edge. With -FLT_MIN or 0.0f will align exactly on right-most edge. -// - outer_size.x > 0.0f -> Set Fixed width. -// Y with ScrollX/ScrollY disabled: we output table directly in current window -// - outer_size.y < 0.0f -> Bottom-align (but will auto extend, unless _NoHostExtendY is set). Not meaningful is parent window can vertically scroll. -// - outer_size.y = 0.0f -> No minimum height (but will auto extend, unless _NoHostExtendY is set) -// - outer_size.y > 0.0f -> Set Minimum height (but will auto extend, unless _NoHostExtenY is set) -// Y with ScrollX/ScrollY enabled: using a child window for scrolling -// - outer_size.y < 0.0f -> Bottom-align. Not meaningful is parent window can vertically scroll. -// - outer_size.y = 0.0f -> Bottom-align, consistent with BeginChild(). Not recommended unless table is last item in parent window. -// - outer_size.y > 0.0f -> Set Exact height. Recommended when using Scrolling on any axis. -//----------------------------------------------------------------------------- -// Outer size is also affected by the NoHostExtendX/NoHostExtendY flags. -// Important to that note how the two flags have slightly different behaviors! -// - ImGuiTableFlags_NoHostExtendX -> 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 -> Make outer height stop exactly at outer_size.y (prevent auto-extending table past the limit). Only available when ScrollX/ScrollY is disabled. Data below the limit will be clipped and not visible. -// In theory ImGuiTableFlags_NoHostExtendY could be the default and any non-scrolling tables with outer_size.y != 0.0f would use exact height. -// This would be consistent but perhaps less useful and more confusing (as vertically clipped items are not easily noticeable) -//----------------------------------------------------------------------------- -// About 'inner_width': -// With ScrollX disabled: -// - inner_width -> *ignored* -// With ScrollX enabled: -// - inner_width < 0.0f -> *illegal* fit in known width (right align from outer_size.x) <-- weird -// - inner_width = 0.0f -> fit in outer_width: Fixed size columns will take space they need (if avail, otherwise shrink down), Stretch columns becomes Fixed columns. -// - inner_width > 0.0f -> override scrolling width, generally to be larger than outer_size.x. Fixed column take space they need (if avail, otherwise shrink down), Stretch columns share remaining space! -//----------------------------------------------------------------------------- -// Details: -// - If you want to use Stretch columns with ScrollX, you generally need to specify 'inner_width' otherwise the concept -// of "available space" doesn't make sense. -// - Even if not really useful, we allow 'inner_width < outer_size.x' for consistency and to facilitate understanding -// of what the value does. -//----------------------------------------------------------------------------- - -//----------------------------------------------------------------------------- -// COLUMNS SIZING POLICIES -//----------------------------------------------------------------------------- -// About overriding column sizing policy and width/weight with TableSetupColumn(): -// We use a default parameter of 'init_width_or_weight == -1'. -// - with ImGuiTableColumnFlags_WidthFixed, init_width <= 0 (default) --> width is automatic -// - with ImGuiTableColumnFlags_WidthFixed, init_width > 0 (explicit) --> width is custom -// - with ImGuiTableColumnFlags_WidthStretch, init_weight <= 0 (default) --> weight is 1.0f -// - with ImGuiTableColumnFlags_WidthStretch, init_weight > 0 (explicit) --> weight is custom -// Widths are specified _without_ CellPadding. If you specify a width of 100.0f, the column will be cover (100.0f + Padding * 2.0f) -// and you can fit a 100.0f wide item in it without clipping and with full padding. -//----------------------------------------------------------------------------- -// About default sizing policy (if you don't specify a ImGuiTableColumnFlags_WidthXXXX flag) -// - with Table policy ImGuiTableFlags_SizingFixedFit --> default Column policy is ImGuiTableColumnFlags_WidthFixed, default Width is equal to contents width -// - with Table policy ImGuiTableFlags_SizingFixedSame --> default Column policy is ImGuiTableColumnFlags_WidthFixed, default Width is max of all contents width -// - with Table policy ImGuiTableFlags_SizingStretchSame --> default Column policy is ImGuiTableColumnFlags_WidthStretch, default Weight is 1.0f -// - with Table policy ImGuiTableFlags_SizingStretchWeight --> default Column policy is ImGuiTableColumnFlags_WidthStretch, default Weight is proportional to contents -// Default Width and default Weight can be overridden when calling TableSetupColumn(). -//----------------------------------------------------------------------------- -// About mixing Fixed/Auto and Stretch columns together: -// - the typical use of mixing sizing policies is: any number of LEADING Fixed columns, followed by one or two TRAILING Stretch columns. -// - using mixed policies with ScrollX does not make much sense, as using Stretch columns with ScrollX does not make much sense in the first place! -// that is, unless 'inner_width' is passed to BeginTable() to explicitly provide a total width to layout columns in. -// - when using ImGuiTableFlags_SizingFixedSame with mixed columns, only the Fixed/Auto columns will match their widths to the width of the maximum contents. -// - when using ImGuiTableFlags_SizingStretchSame with mixed columns, only the Stretch columns will match their weight/widths. -//----------------------------------------------------------------------------- -// About using column width: -// If a column is manual resizable or has a width specified with TableSetupColumn(): -// - you may use GetContentRegionAvail().x to query the width available in a given column. -// - right-side alignment features such as SetNextItemWidth(-x) or PushItemWidth(-x) will rely on this width. -// If the column is not resizable and has no width specified with TableSetupColumn(): -// - its width will be automatic and be set to the max of items submitted. -// - therefore you generally cannot have ALL items of the columns use e.g. SetNextItemWidth(-FLT_MIN). -// - but if the column has one or more items of known/fixed size, this will become the reference width used by SetNextItemWidth(-FLT_MIN). -//----------------------------------------------------------------------------- - - -//----------------------------------------------------------------------------- -// TABLES CLIPPING/CULLING -//----------------------------------------------------------------------------- -// About clipping/culling of Rows in Tables: -// - For large numbers of rows, it is recommended you use ImGuiListClipper to only submit visible rows. -// ImGuiListClipper is reliant on the fact that rows are of equal height. -// See 'Demo->Tables->Vertical Scrolling' or 'Demo->Tables->Advanced' for a demo of using the clipper. -// - Note that auto-resizing columns don't play well with using the clipper. -// By default a table with _ScrollX but without _Resizable will have column auto-resize. -// So, if you want to use the clipper, make sure to either enable _Resizable, either setup columns width explicitly with _WidthFixed. -//----------------------------------------------------------------------------- -// About clipping/culling of Columns in Tables: -// - Both TableSetColumnIndex() and TableNextColumn() return true when the column is visible or performing -// width measurements. Otherwise, you may skip submitting the contents of a cell/column, BUT ONLY if you know -// it is not going to contribute to row height. -// In many situations, you may skip submitting contents for every column but one (e.g. the first one). -// - Case A: column is not hidden by user, and at least partially in sight (most common case). -// - Case B: column is clipped / out of sight (because of scrolling or parent ClipRect): TableNextColumn() return false as a hint but we still allow layout output. -// - Case C: column is hidden explicitly by the user (e.g. via the context menu, or _DefaultHide column flag, etc.). -// -// [A] [B] [C] -// TableNextColumn(): true false false -> [userland] when TableNextColumn() / TableSetColumnIndex() return false, user can skip submitting items but only if the column doesn't contribute to row height. -// SkipItems: false false true -> [internal] when SkipItems is true, most widgets will early out if submitted, resulting is no layout output. -// ClipRect: normal zero-width zero-width -> [internal] when ClipRect is zero, ItemAdd() will return false and most widgets will early out mid-way. -// ImDrawList output: normal dummy dummy -> [internal] when using the dummy channel, ImDrawList submissions (if any) will be wasted (because cliprect is zero-width anyway). -// -// - We need to distinguish those cases because non-hidden columns that are clipped outside of scrolling bounds should still contribute their height to the row. -// However, in the majority of cases, the contribution to row height is the same for all columns, or the tallest cells are known by the programmer. -//----------------------------------------------------------------------------- -// About clipping/culling of whole Tables: -// - Scrolling tables with a known outer size can be clipped earlier as BeginTable() will return false. -//----------------------------------------------------------------------------- - -//----------------------------------------------------------------------------- -// [SECTION] Header mess -//----------------------------------------------------------------------------- - -#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) -#define _CRT_SECURE_NO_WARNINGS -#endif - -#include "imgui.h" -#ifndef IMGUI_DISABLE - -#ifndef IMGUI_DEFINE_MATH_OPERATORS -#define IMGUI_DEFINE_MATH_OPERATORS -#endif -#include "imgui_internal.h" - -// System includes -#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier -#include // intptr_t -#else -#include // intptr_t -#endif - -// Visual Studio warnings -#ifdef _MSC_VER -#pragma warning (disable: 4127) // condition expression is constant -#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen -#if defined(_MSC_VER) && _MSC_VER >= 1922 // MSVC 2019 16.2 or later -#pragma warning (disable: 5054) // operator '|': deprecated between enumerations of different types -#endif -#pragma warning (disable: 26451) // [Static Analyzer] Arithmetic overflow : Using operator 'xxx' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator 'xxx' to avoid overflow(io.2). -#pragma warning (disable: 26812) // [Static Analyzer] The enum type 'xxx' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). -#endif - -// Clang/GCC warnings with -Weverything -#if defined(__clang__) -#if __has_warning("-Wunknown-warning-option") -#pragma clang diagnostic ignored "-Wunknown-warning-option" // warning: unknown warning group 'xxx' // not all warnings are known by all Clang versions and they tend to be rename-happy.. so ignoring warnings triggers new warnings on some configuration. Great! -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" // warning: unknown warning group 'xxx' -#pragma clang diagnostic ignored "-Wold-style-cast" // warning: use of old-style cast // yes, they are more terse. -#pragma clang diagnostic ignored "-Wfloat-equal" // warning: comparing floating point with == or != is unsafe // storing and comparing against same constants (typically 0.0f) is ok. -#pragma clang diagnostic ignored "-Wformat-nonliteral" // warning: format string is not a string literal // passing non-literal to vsnformat(). yes, user passing incorrect format strings can crash the code. -#pragma clang diagnostic ignored "-Wsign-conversion" // warning: implicit conversion changes signedness -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" // warning: zero as null pointer constant // some standard header variations use #define NULL 0 -#pragma clang diagnostic ignored "-Wdouble-promotion" // warning: implicit conversion from 'float' to 'double' when passing argument to function // using printf() is a misery with this as C++ va_arg ellipsis changes float to double. -#pragma clang diagnostic ignored "-Wenum-enum-conversion" // warning: bitwise operation between different enumeration types ('XXXFlags_' and 'XXXFlagsPrivate_') -#pragma clang diagnostic ignored "-Wdeprecated-enum-enum-conversion"// warning: bitwise operation between different enumeration types ('XXXFlags_' and 'XXXFlagsPrivate_') is deprecated -#pragma clang diagnostic ignored "-Wimplicit-int-float-conversion" // warning: implicit conversion from 'xxx' to 'float' may lose precision -#elif defined(__GNUC__) -#pragma GCC diagnostic ignored "-Wpragmas" // warning: unknown option after '#pragma GCC diagnostic' kind -#pragma GCC diagnostic ignored "-Wformat-nonliteral" // warning: format not a string literal, format string not checked -#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 -#endif - -//----------------------------------------------------------------------------- -// [SECTION] Tables: Main code -//----------------------------------------------------------------------------- -// - TableFixFlags() [Internal] -// - TableFindByID() [Internal] -// - BeginTable() -// - BeginTableEx() [Internal] -// - TableBeginInitMemory() [Internal] -// - TableBeginApplyRequests() [Internal] -// - TableSetupColumnFlags() [Internal] -// - TableUpdateLayout() [Internal] -// - TableUpdateBorders() [Internal] -// - EndTable() -// - TableSetupColumn() -// - TableSetupScrollFreeze() -//----------------------------------------------------------------------------- - -// Configuration -static const int TABLE_DRAW_CHANNEL_BG0 = 0; -static const int TABLE_DRAW_CHANNEL_BG2_FROZEN = 1; -static const int TABLE_DRAW_CHANNEL_NOCLIP = 2; // When using ImGuiTableFlags_NoClip (this becomes the last visible channel) -static const float TABLE_BORDER_SIZE = 1.0f; // FIXME-TABLE: Currently hard-coded because of clipping assumptions with outer borders rendering. -static const float TABLE_RESIZE_SEPARATOR_HALF_THICKNESS = 4.0f; // Extend outside inner borders. -static const float TABLE_RESIZE_SEPARATOR_FEEDBACK_TIMER = 0.06f; // Delay/timer before making the hover feedback (color+cursor) visible because tables/columns tends to be more cramped. - -// Helper -inline ImGuiTableFlags TableFixFlags(ImGuiTableFlags flags, ImGuiWindow* outer_window) -{ - // Adjust flags: set default sizing policy - if ((flags & ImGuiTableFlags_SizingMask_) == 0) - flags |= ((flags & ImGuiTableFlags_ScrollX) || (outer_window->Flags & ImGuiWindowFlags_AlwaysAutoResize)) ? ImGuiTableFlags_SizingFixedFit : ImGuiTableFlags_SizingStretchSame; - - // Adjust flags: enable NoKeepColumnsVisible when using ImGuiTableFlags_SizingFixedSame - if ((flags & ImGuiTableFlags_SizingMask_) == ImGuiTableFlags_SizingFixedSame) - flags |= ImGuiTableFlags_NoKeepColumnsVisible; - - // Adjust flags: enforce borders when resizable - if (flags & ImGuiTableFlags_Resizable) - flags |= ImGuiTableFlags_BordersInnerV; - - // Adjust flags: disable NoHostExtendX/NoHostExtendY if we have any scrolling going on - if (flags & (ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY)) - flags &= ~(ImGuiTableFlags_NoHostExtendX | ImGuiTableFlags_NoHostExtendY); - - // Adjust flags: NoBordersInBodyUntilResize takes priority over NoBordersInBody - if (flags & ImGuiTableFlags_NoBordersInBodyUntilResize) - flags &= ~ImGuiTableFlags_NoBordersInBody; - - // Adjust flags: disable saved settings if there's nothing to save - if ((flags & (ImGuiTableFlags_Resizable | ImGuiTableFlags_Hideable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Sortable)) == 0) - flags |= ImGuiTableFlags_NoSavedSettings; - - // Inherit _NoSavedSettings from top-level window (child windows always have _NoSavedSettings set) - if (outer_window->RootWindow->Flags & ImGuiWindowFlags_NoSavedSettings) - flags |= ImGuiTableFlags_NoSavedSettings; - - return flags; -} - -ImGuiTable* ImGui::TableFindByID(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - return g.Tables.GetByKey(id); -} - -// Read about "TABLE SIZING" at the top of this file. -bool ImGui::BeginTable(const char* str_id, int columns_count, ImGuiTableFlags flags, const ImVec2& outer_size, float inner_width) -{ - ImGuiID id = GetID(str_id); - return BeginTableEx(str_id, id, columns_count, flags, outer_size, inner_width); -} - -bool ImGui::BeginTableEx(const char* name, ImGuiID id, int columns_count, ImGuiTableFlags flags, const ImVec2& outer_size, float inner_width) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* outer_window = GetCurrentWindow(); - if (outer_window->SkipItems) // Consistent with other tables + beneficial side effect that assert on miscalling EndTable() will be more visible. - return false; - - // Sanity checks - IM_ASSERT(columns_count > 0 && columns_count <= IMGUI_TABLE_MAX_COLUMNS && "Only 1..64 columns allowed!"); - if (flags & ImGuiTableFlags_ScrollX) - IM_ASSERT(inner_width >= 0.0f); - - // If an outer size is specified ahead we will be able to early out when not visible. Exact clipping rules may evolve. - const bool use_child_window = (flags & (ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY)) != 0; - const ImVec2 avail_size = GetContentRegionAvail(); - ImVec2 actual_outer_size = CalcItemSize(outer_size, ImMax(avail_size.x, 1.0f), use_child_window ? ImMax(avail_size.y, 1.0f) : 0.0f); - ImRect outer_rect(outer_window->DC.CursorPos, outer_window->DC.CursorPos + actual_outer_size); - if (use_child_window && IsClippedEx(outer_rect, 0)) - { - ItemSize(outer_rect); - return false; - } - - // Acquire storage for the table - ImGuiTable* table = g.Tables.GetOrAddByKey(id); - const int instance_no = (table->LastFrameActive != g.FrameCount) ? 0 : table->InstanceCurrent + 1; - const ImGuiID instance_id = id + instance_no; - const ImGuiTableFlags table_last_flags = table->Flags; - if (instance_no > 0) - IM_ASSERT(table->ColumnsCount == columns_count && "BeginTable(): Cannot change columns count mid-frame while preserving same ID"); - - // Acquire temporary buffers - const int table_idx = g.Tables.GetIndex(table); - if (++g.TablesTempDataStacked > g.TablesTempData.Size) - g.TablesTempData.resize(g.TablesTempDataStacked, ImGuiTableTempData()); - ImGuiTableTempData* temp_data = table->TempData = &g.TablesTempData[g.TablesTempDataStacked - 1]; - temp_data->TableIndex = table_idx; - table->DrawSplitter = &table->TempData->DrawSplitter; - table->DrawSplitter->Clear(); - - // Fix flags - table->IsDefaultSizingPolicy = (flags & ImGuiTableFlags_SizingMask_) == 0; - flags = TableFixFlags(flags, outer_window); - - // Initialize - table->ID = id; - table->Flags = flags; - table->InstanceCurrent = (ImS16)instance_no; - table->LastFrameActive = g.FrameCount; - table->OuterWindow = table->InnerWindow = outer_window; - table->ColumnsCount = columns_count; - table->IsLayoutLocked = false; - table->InnerWidth = inner_width; - temp_data->UserOuterSize = outer_size; - if (instance_no > 0 && table->InstanceDataExtra.Size < instance_no) - table->InstanceDataExtra.push_back(ImGuiTableInstanceData()); - - // When not using a child window, WorkRect.Max will grow as we append contents. - if (use_child_window) - { - // Ensure no vertical scrollbar appears if we only want horizontal one, to make flag consistent - // (we have no other way to disable vertical scrollbar of a window while keeping the horizontal one showing) - ImVec2 override_content_size(FLT_MAX, FLT_MAX); - if ((flags & ImGuiTableFlags_ScrollX) && !(flags & ImGuiTableFlags_ScrollY)) - override_content_size.y = FLT_MIN; - - // Ensure specified width (when not specified, Stretched columns will act as if the width == OuterWidth and - // never lead to any scrolling). We don't handle inner_width < 0.0f, we could potentially use it to right-align - // based on the right side of the child window work rect, which would require knowing ahead if we are going to - // have decoration taking horizontal spaces (typically a vertical scrollbar). - if ((flags & ImGuiTableFlags_ScrollX) && inner_width > 0.0f) - override_content_size.x = inner_width; - - if (override_content_size.x != FLT_MAX || override_content_size.y != FLT_MAX) - SetNextWindowContentSize(ImVec2(override_content_size.x != FLT_MAX ? override_content_size.x : 0.0f, override_content_size.y != FLT_MAX ? override_content_size.y : 0.0f)); - - // Reset scroll if we are reactivating it - if ((table_last_flags & (ImGuiTableFlags_ScrollX | ImGuiTableFlags_ScrollY)) == 0) - SetNextWindowScroll(ImVec2(0.0f, 0.0f)); - - // Create scrolling region (without border and zero window padding) - ImGuiWindowFlags child_flags = (flags & ImGuiTableFlags_ScrollX) ? ImGuiWindowFlags_HorizontalScrollbar : ImGuiWindowFlags_None; - BeginChildEx(name, instance_id, outer_rect.GetSize(), false, child_flags); - table->InnerWindow = g.CurrentWindow; - table->WorkRect = table->InnerWindow->WorkRect; - table->OuterRect = table->InnerWindow->Rect(); - table->InnerRect = table->InnerWindow->InnerRect; - IM_ASSERT(table->InnerWindow->WindowPadding.x == 0.0f && table->InnerWindow->WindowPadding.y == 0.0f && table->InnerWindow->WindowBorderSize == 0.0f); - } - else - { - // For non-scrolling tables, WorkRect == OuterRect == InnerRect. - // But at this point we do NOT have a correct value for .Max.y (unless a height has been explicitly passed in). It will only be updated in EndTable(). - table->WorkRect = table->OuterRect = table->InnerRect = outer_rect; - } - - // Push a standardized ID for both child-using and not-child-using tables - PushOverrideID(instance_id); - - // Backup a copy of host window members we will modify - ImGuiWindow* inner_window = table->InnerWindow; - table->HostIndentX = inner_window->DC.Indent.x; - table->HostClipRect = inner_window->ClipRect; - table->HostSkipItems = inner_window->SkipItems; - temp_data->HostBackupWorkRect = inner_window->WorkRect; - temp_data->HostBackupParentWorkRect = inner_window->ParentWorkRect; - temp_data->HostBackupColumnsOffset = outer_window->DC.ColumnsOffset; - temp_data->HostBackupPrevLineSize = inner_window->DC.PrevLineSize; - temp_data->HostBackupCurrLineSize = inner_window->DC.CurrLineSize; - temp_data->HostBackupCursorMaxPos = inner_window->DC.CursorMaxPos; - temp_data->HostBackupItemWidth = outer_window->DC.ItemWidth; - temp_data->HostBackupItemWidthStackSize = outer_window->DC.ItemWidthStack.Size; - inner_window->DC.PrevLineSize = inner_window->DC.CurrLineSize = ImVec2(0.0f, 0.0f); - - // Padding and Spacing - // - None ........Content..... Pad .....Content........ - // - PadOuter | Pad ..Content..... Pad .....Content.. Pad | - // - PadInner ........Content.. Pad | Pad ..Content........ - // - PadOuter+PadInner | Pad ..Content.. Pad | Pad ..Content.. Pad | - const bool pad_outer_x = (flags & ImGuiTableFlags_NoPadOuterX) ? false : (flags & ImGuiTableFlags_PadOuterX) ? true : (flags & ImGuiTableFlags_BordersOuterV) != 0; - const bool pad_inner_x = (flags & ImGuiTableFlags_NoPadInnerX) ? false : true; - const float inner_spacing_for_border = (flags & ImGuiTableFlags_BordersInnerV) ? TABLE_BORDER_SIZE : 0.0f; - const float inner_spacing_explicit = (pad_inner_x && (flags & ImGuiTableFlags_BordersInnerV) == 0) ? g.Style.CellPadding.x : 0.0f; - const float inner_padding_explicit = (pad_inner_x && (flags & ImGuiTableFlags_BordersInnerV) != 0) ? g.Style.CellPadding.x : 0.0f; - table->CellSpacingX1 = inner_spacing_explicit + inner_spacing_for_border; - table->CellSpacingX2 = inner_spacing_explicit; - table->CellPaddingX = inner_padding_explicit; - table->CellPaddingY = g.Style.CellPadding.y; - - const float outer_padding_for_border = (flags & ImGuiTableFlags_BordersOuterV) ? TABLE_BORDER_SIZE : 0.0f; - const float outer_padding_explicit = pad_outer_x ? g.Style.CellPadding.x : 0.0f; - table->OuterPaddingX = (outer_padding_for_border + outer_padding_explicit) - table->CellPaddingX; - - table->CurrentColumn = -1; - table->CurrentRow = -1; - table->RowBgColorCounter = 0; - table->LastRowFlags = ImGuiTableRowFlags_None; - table->InnerClipRect = (inner_window == outer_window) ? table->WorkRect : inner_window->ClipRect; - table->InnerClipRect.ClipWith(table->WorkRect); // We need this to honor inner_width - table->InnerClipRect.ClipWithFull(table->HostClipRect); - table->InnerClipRect.Max.y = (flags & ImGuiTableFlags_NoHostExtendY) ? ImMin(table->InnerClipRect.Max.y, inner_window->WorkRect.Max.y) : inner_window->ClipRect.Max.y; - - table->RowPosY1 = table->RowPosY2 = table->WorkRect.Min.y; // This is needed somehow - table->RowTextBaseline = 0.0f; // This will be cleared again by TableBeginRow() - table->FreezeRowsRequest = table->FreezeRowsCount = 0; // This will be setup by TableSetupScrollFreeze(), if any - table->FreezeColumnsRequest = table->FreezeColumnsCount = 0; - table->IsUnfrozenRows = true; - table->DeclColumnsCount = 0; - - // Using opaque colors facilitate overlapping elements of the grid - table->BorderColorStrong = GetColorU32(ImGuiCol_TableBorderStrong); - table->BorderColorLight = GetColorU32(ImGuiCol_TableBorderLight); - - // Make table current - g.CurrentTable = table; - outer_window->DC.CurrentTableIdx = table_idx; - if (inner_window != outer_window) // So EndChild() within the inner window can restore the table properly. - inner_window->DC.CurrentTableIdx = table_idx; - - if ((table_last_flags & ImGuiTableFlags_Reorderable) && (flags & ImGuiTableFlags_Reorderable) == 0) - table->IsResetDisplayOrderRequest = true; - - // Mark as used - if (table_idx >= g.TablesLastTimeActive.Size) - g.TablesLastTimeActive.resize(table_idx + 1, -1.0f); - g.TablesLastTimeActive[table_idx] = (float)g.Time; - temp_data->LastTimeActive = (float)g.Time; - table->MemoryCompacted = false; - - // Setup memory buffer (clear data if columns count changed) - ImGuiTableColumn* old_columns_to_preserve = NULL; - void* old_columns_raw_data = NULL; - const int old_columns_count = table->Columns.size(); - if (old_columns_count != 0 && old_columns_count != columns_count) - { - // Attempt to preserve width on column count change (#4046) - old_columns_to_preserve = table->Columns.Data; - old_columns_raw_data = table->RawData; - table->RawData = NULL; - } - if (table->RawData == NULL) - { - TableBeginInitMemory(table, columns_count); - table->IsInitializing = table->IsSettingsRequestLoad = true; - } - if (table->IsResetAllRequest) - TableResetSettings(table); - if (table->IsInitializing) - { - // Initialize - table->SettingsOffset = -1; - table->IsSortSpecsDirty = true; - table->InstanceInteracted = -1; - table->ContextPopupColumn = -1; - table->ReorderColumn = table->ResizedColumn = table->LastResizedColumn = -1; - table->AutoFitSingleColumn = -1; - table->HoveredColumnBody = table->HoveredColumnBorder = -1; - for (int n = 0; n < columns_count; n++) - { - ImGuiTableColumn* column = &table->Columns[n]; - if (old_columns_to_preserve && n < old_columns_count) - { - // FIXME: We don't attempt to preserve column order in this path. - *column = old_columns_to_preserve[n]; - } - else - { - float width_auto = column->WidthAuto; - *column = ImGuiTableColumn(); - column->WidthAuto = width_auto; - column->IsPreserveWidthAuto = true; // Preserve WidthAuto when reinitializing a live table: not technically necessary but remove a visible flicker - column->IsEnabled = column->IsUserEnabled = column->IsUserEnabledNextFrame = true; - } - column->DisplayOrder = table->DisplayOrderToIndex[n] = (ImGuiTableColumnIdx)n; - } - } - if (old_columns_raw_data) - IM_FREE(old_columns_raw_data); - - // Load settings - if (table->IsSettingsRequestLoad) - TableLoadSettings(table); - - // Handle DPI/font resize - // This is designed to facilitate DPI changes with the assumption that e.g. style.CellPadding has been scaled as well. - // It will also react to changing fonts with mixed results. It doesn't need to be perfect but merely provide a decent transition. - // FIXME-DPI: Provide consistent standards for reference size. Perhaps using g.CurrentDpiScale would be more self explanatory. - // This is will lead us to non-rounded WidthRequest in columns, which should work but is a poorly tested path. - const float new_ref_scale_unit = g.FontSize; // g.Font->GetCharAdvance('A') ? - if (table->RefScale != 0.0f && table->RefScale != new_ref_scale_unit) - { - const float scale_factor = new_ref_scale_unit / table->RefScale; - //IMGUI_DEBUG_PRINT("[table] %08X RefScaleUnit %.3f -> %.3f, scaling width by %.3f\n", table->ID, table->RefScaleUnit, new_ref_scale_unit, scale_factor); - for (int n = 0; n < columns_count; n++) - table->Columns[n].WidthRequest = table->Columns[n].WidthRequest * scale_factor; - } - table->RefScale = new_ref_scale_unit; - - // Disable output until user calls TableNextRow() or TableNextColumn() leading to the TableUpdateLayout() call.. - // This is not strictly necessary but will reduce cases were "out of table" output will be misleading to the user. - // Because we cannot safely assert in EndTable() when no rows have been created, this seems like our best option. - inner_window->SkipItems = true; - - // Clear names - // At this point the ->NameOffset field of each column will be invalid until TableUpdateLayout() or the first call to TableSetupColumn() - if (table->ColumnsNames.Buf.Size > 0) - table->ColumnsNames.Buf.resize(0); - - // Apply queued resizing/reordering/hiding requests - TableBeginApplyRequests(table); - - return true; -} - -// For reference, the average total _allocation count_ for a table is: -// + 0 (for ImGuiTable instance, we are pooling allocations in g.Tables) -// + 1 (for table->RawData allocated below) -// + 1 (for table->ColumnsNames, if names are used) -// Shared allocations per number of nested tables -// + 1 (for table->Splitter._Channels) -// + 2 * active_channels_count (for ImDrawCmd and ImDrawIdx buffers inside channels) -// Where active_channels_count is variable but often == columns_count or columns_count + 1, see TableSetupDrawChannels() for details. -// Unused channels don't perform their +2 allocations. -void ImGui::TableBeginInitMemory(ImGuiTable* table, int columns_count) -{ - // Allocate single buffer for our arrays - ImSpanAllocator<3> span_allocator; - span_allocator.Reserve(0, columns_count * sizeof(ImGuiTableColumn)); - span_allocator.Reserve(1, columns_count * sizeof(ImGuiTableColumnIdx)); - span_allocator.Reserve(2, columns_count * sizeof(ImGuiTableCellData), 4); - table->RawData = IM_ALLOC(span_allocator.GetArenaSizeInBytes()); - memset(table->RawData, 0, span_allocator.GetArenaSizeInBytes()); - span_allocator.SetArenaBasePtr(table->RawData); - span_allocator.GetSpan(0, &table->Columns); - span_allocator.GetSpan(1, &table->DisplayOrderToIndex); - span_allocator.GetSpan(2, &table->RowCellData); -} - -// Apply queued resizing/reordering/hiding requests -void ImGui::TableBeginApplyRequests(ImGuiTable* table) -{ - // Handle resizing request - // (We process this at the first TableBegin of the frame) - // FIXME-TABLE: Contains columns if our work area doesn't allow for scrolling? - if (table->InstanceCurrent == 0) - { - if (table->ResizedColumn != -1 && table->ResizedColumnNextWidth != FLT_MAX) - TableSetColumnWidth(table->ResizedColumn, table->ResizedColumnNextWidth); - table->LastResizedColumn = table->ResizedColumn; - table->ResizedColumnNextWidth = FLT_MAX; - table->ResizedColumn = -1; - - // Process auto-fit for single column, which is a special case for stretch columns and fixed columns with FixedSame policy. - // FIXME-TABLE: Would be nice to redistribute available stretch space accordingly to other weights, instead of giving it all to siblings. - if (table->AutoFitSingleColumn != -1) - { - TableSetColumnWidth(table->AutoFitSingleColumn, table->Columns[table->AutoFitSingleColumn].WidthAuto); - table->AutoFitSingleColumn = -1; - } - } - - // Handle reordering request - // Note: we don't clear ReorderColumn after handling the request. - if (table->InstanceCurrent == 0) - { - if (table->HeldHeaderColumn == -1 && table->ReorderColumn != -1) - table->ReorderColumn = -1; - table->HeldHeaderColumn = -1; - if (table->ReorderColumn != -1 && table->ReorderColumnDir != 0) - { - // We need to handle reordering across hidden columns. - // In the configuration below, moving C to the right of E will lead to: - // ... C [D] E ---> ... [D] E C (Column name/index) - // ... 2 3 4 ... 2 3 4 (Display order) - const int reorder_dir = table->ReorderColumnDir; - IM_ASSERT(reorder_dir == -1 || reorder_dir == +1); - IM_ASSERT(table->Flags & ImGuiTableFlags_Reorderable); - ImGuiTableColumn* src_column = &table->Columns[table->ReorderColumn]; - ImGuiTableColumn* dst_column = &table->Columns[(reorder_dir == -1) ? src_column->PrevEnabledColumn : src_column->NextEnabledColumn]; - IM_UNUSED(dst_column); - const int src_order = src_column->DisplayOrder; - const int dst_order = dst_column->DisplayOrder; - src_column->DisplayOrder = (ImGuiTableColumnIdx)dst_order; - for (int order_n = src_order + reorder_dir; order_n != dst_order + reorder_dir; order_n += reorder_dir) - table->Columns[table->DisplayOrderToIndex[order_n]].DisplayOrder -= (ImGuiTableColumnIdx)reorder_dir; - IM_ASSERT(dst_column->DisplayOrder == dst_order - reorder_dir); - - // Display order is stored in both columns->IndexDisplayOrder and table->DisplayOrder[], - // rebuild the later from the former. - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - table->DisplayOrderToIndex[table->Columns[column_n].DisplayOrder] = (ImGuiTableColumnIdx)column_n; - table->ReorderColumnDir = 0; - table->IsSettingsDirty = true; - } - } - - // Handle display order reset request - if (table->IsResetDisplayOrderRequest) - { - for (int n = 0; n < table->ColumnsCount; n++) - table->DisplayOrderToIndex[n] = table->Columns[n].DisplayOrder = (ImGuiTableColumnIdx)n; - table->IsResetDisplayOrderRequest = false; - table->IsSettingsDirty = true; - } -} - -// Adjust flags: default width mode + stretch columns are not allowed when auto extending -static void TableSetupColumnFlags(ImGuiTable* table, ImGuiTableColumn* column, ImGuiTableColumnFlags flags_in) -{ - ImGuiTableColumnFlags flags = flags_in; - - // Sizing Policy - if ((flags & ImGuiTableColumnFlags_WidthMask_) == 0) - { - const ImGuiTableFlags table_sizing_policy = (table->Flags & ImGuiTableFlags_SizingMask_); - if (table_sizing_policy == ImGuiTableFlags_SizingFixedFit || table_sizing_policy == ImGuiTableFlags_SizingFixedSame) - flags |= ImGuiTableColumnFlags_WidthFixed; - else - flags |= ImGuiTableColumnFlags_WidthStretch; - } - else - { - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiTableColumnFlags_WidthMask_)); // Check that only 1 of each set is used. - } - - // Resize - if ((table->Flags & ImGuiTableFlags_Resizable) == 0) - flags |= ImGuiTableColumnFlags_NoResize; - - // Sorting - if ((flags & ImGuiTableColumnFlags_NoSortAscending) && (flags & ImGuiTableColumnFlags_NoSortDescending)) - flags |= ImGuiTableColumnFlags_NoSort; - - // Indentation - if ((flags & ImGuiTableColumnFlags_IndentMask_) == 0) - flags |= (table->Columns.index_from_ptr(column) == 0) ? ImGuiTableColumnFlags_IndentEnable : ImGuiTableColumnFlags_IndentDisable; - - // Alignment - //if ((flags & ImGuiTableColumnFlags_AlignMask_) == 0) - // flags |= ImGuiTableColumnFlags_AlignCenter; - //IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiTableColumnFlags_AlignMask_)); // Check that only 1 of each set is used. - - // Preserve status flags - column->Flags = flags | (column->Flags & ImGuiTableColumnFlags_StatusMask_); - - // Build an ordered list of available sort directions - column->SortDirectionsAvailCount = column->SortDirectionsAvailMask = column->SortDirectionsAvailList = 0; - if (table->Flags & ImGuiTableFlags_Sortable) - { - int count = 0, mask = 0, list = 0; - if ((flags & ImGuiTableColumnFlags_PreferSortAscending) != 0 && (flags & ImGuiTableColumnFlags_NoSortAscending) == 0) { mask |= 1 << ImGuiSortDirection_Ascending; list |= ImGuiSortDirection_Ascending << (count << 1); count++; } - if ((flags & ImGuiTableColumnFlags_PreferSortDescending) != 0 && (flags & ImGuiTableColumnFlags_NoSortDescending) == 0) { mask |= 1 << ImGuiSortDirection_Descending; list |= ImGuiSortDirection_Descending << (count << 1); count++; } - if ((flags & ImGuiTableColumnFlags_PreferSortAscending) == 0 && (flags & ImGuiTableColumnFlags_NoSortAscending) == 0) { mask |= 1 << ImGuiSortDirection_Ascending; list |= ImGuiSortDirection_Ascending << (count << 1); count++; } - if ((flags & ImGuiTableColumnFlags_PreferSortDescending) == 0 && (flags & ImGuiTableColumnFlags_NoSortDescending) == 0) { mask |= 1 << ImGuiSortDirection_Descending; list |= ImGuiSortDirection_Descending << (count << 1); count++; } - if ((table->Flags & ImGuiTableFlags_SortTristate) || count == 0) { mask |= 1 << ImGuiSortDirection_None; count++; } - column->SortDirectionsAvailList = (ImU8)list; - column->SortDirectionsAvailMask = (ImU8)mask; - column->SortDirectionsAvailCount = (ImU8)count; - ImGui::TableFixColumnSortDirection(table, column); - } -} - -// Layout columns for the frame. This is in essence the followup to BeginTable(). -// Runs on the first call to TableNextRow(), to give a chance for TableSetupColumn() to be called first. -// FIXME-TABLE: Our width (and therefore our WorkRect) will be minimal in the first frame for _WidthAuto columns. -// Increase feedback side-effect with widgets relying on WorkRect.Max.x... Maybe provide a default distribution for _WidthAuto columns? -void ImGui::TableUpdateLayout(ImGuiTable* table) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(table->IsLayoutLocked == false); - - const ImGuiTableFlags table_sizing_policy = (table->Flags & ImGuiTableFlags_SizingMask_); - table->IsDefaultDisplayOrder = true; - table->ColumnsEnabledCount = 0; - table->EnabledMaskByIndex = 0x00; - table->EnabledMaskByDisplayOrder = 0x00; - table->LeftMostEnabledColumn = -1; - table->MinColumnWidth = ImMax(1.0f, g.Style.FramePadding.x * 1.0f); // g.Style.ColumnsMinSpacing; // FIXME-TABLE - - // [Part 1] Apply/lock Enabled and Order states. Calculate auto/ideal width for columns. Count fixed/stretch columns. - // Process columns in their visible orders as we are building the Prev/Next indices. - int count_fixed = 0; // Number of columns that have fixed sizing policies - int count_stretch = 0; // Number of columns that have stretch sizing policies - int prev_visible_column_idx = -1; - bool has_auto_fit_request = false; - bool has_resizable = false; - float stretch_sum_width_auto = 0.0f; - float fixed_max_width_auto = 0.0f; - for (int order_n = 0; order_n < table->ColumnsCount; order_n++) - { - const int column_n = table->DisplayOrderToIndex[order_n]; - if (column_n != order_n) - table->IsDefaultDisplayOrder = false; - ImGuiTableColumn* column = &table->Columns[column_n]; - - // Clear column setup if not submitted by user. Currently we make it mandatory to call TableSetupColumn() every frame. - // It would easily work without but we're not ready to guarantee it since e.g. names need resubmission anyway. - // We take a slight shortcut but in theory we could be calling TableSetupColumn() here with dummy values, it should yield the same effect. - if (table->DeclColumnsCount <= column_n) - { - TableSetupColumnFlags(table, column, ImGuiTableColumnFlags_None); - column->NameOffset = -1; - column->UserID = 0; - column->InitStretchWeightOrWidth = -1.0f; - } - - // Update Enabled state, mark settings and sort specs dirty - if (!(table->Flags & ImGuiTableFlags_Hideable) || (column->Flags & ImGuiTableColumnFlags_NoHide)) - column->IsUserEnabledNextFrame = true; - if (column->IsUserEnabled != column->IsUserEnabledNextFrame) - { - column->IsUserEnabled = column->IsUserEnabledNextFrame; - table->IsSettingsDirty = true; - } - column->IsEnabled = column->IsUserEnabled && (column->Flags & ImGuiTableColumnFlags_Disabled) == 0; - - if (column->SortOrder != -1 && !column->IsEnabled) - table->IsSortSpecsDirty = true; - if (column->SortOrder > 0 && !(table->Flags & ImGuiTableFlags_SortMulti)) - table->IsSortSpecsDirty = true; - - // Auto-fit unsized columns - const bool start_auto_fit = (column->Flags & ImGuiTableColumnFlags_WidthFixed) ? (column->WidthRequest < 0.0f) : (column->StretchWeight < 0.0f); - if (start_auto_fit) - column->AutoFitQueue = column->CannotSkipItemsQueue = (1 << 3) - 1; // Fit for three frames - - if (!column->IsEnabled) - { - column->IndexWithinEnabledSet = -1; - continue; - } - - // Mark as enabled and link to previous/next enabled column - column->PrevEnabledColumn = (ImGuiTableColumnIdx)prev_visible_column_idx; - column->NextEnabledColumn = -1; - if (prev_visible_column_idx != -1) - table->Columns[prev_visible_column_idx].NextEnabledColumn = (ImGuiTableColumnIdx)column_n; - else - table->LeftMostEnabledColumn = (ImGuiTableColumnIdx)column_n; - column->IndexWithinEnabledSet = table->ColumnsEnabledCount++; - table->EnabledMaskByIndex |= (ImU64)1 << column_n; - table->EnabledMaskByDisplayOrder |= (ImU64)1 << column->DisplayOrder; - prev_visible_column_idx = column_n; - IM_ASSERT(column->IndexWithinEnabledSet <= column->DisplayOrder); - - // Calculate ideal/auto column width (that's the width required for all contents to be visible without clipping) - // Combine width from regular rows + width from headers unless requested not to. - if (!column->IsPreserveWidthAuto) - column->WidthAuto = TableGetColumnWidthAuto(table, column); - - // Non-resizable columns keep their requested width (apply user value regardless of IsPreserveWidthAuto) - const bool column_is_resizable = (column->Flags & ImGuiTableColumnFlags_NoResize) == 0; - if (column_is_resizable) - has_resizable = true; - if ((column->Flags & ImGuiTableColumnFlags_WidthFixed) && column->InitStretchWeightOrWidth > 0.0f && !column_is_resizable) - column->WidthAuto = column->InitStretchWeightOrWidth; - - if (column->AutoFitQueue != 0x00) - has_auto_fit_request = true; - if (column->Flags & ImGuiTableColumnFlags_WidthStretch) - { - stretch_sum_width_auto += column->WidthAuto; - count_stretch++; - } - else - { - fixed_max_width_auto = ImMax(fixed_max_width_auto, column->WidthAuto); - count_fixed++; - } - } - if ((table->Flags & ImGuiTableFlags_Sortable) && table->SortSpecsCount == 0 && !(table->Flags & ImGuiTableFlags_SortTristate)) - table->IsSortSpecsDirty = true; - table->RightMostEnabledColumn = (ImGuiTableColumnIdx)prev_visible_column_idx; - IM_ASSERT(table->LeftMostEnabledColumn >= 0 && table->RightMostEnabledColumn >= 0); - - // [Part 2] Disable child window clipping while fitting columns. This is not strictly necessary but makes it possible - // to avoid the column fitting having to wait until the first visible frame of the child container (may or not be a good thing). - // FIXME-TABLE: for always auto-resizing columns may not want to do that all the time. - if (has_auto_fit_request && table->OuterWindow != table->InnerWindow) - table->InnerWindow->SkipItems = false; - if (has_auto_fit_request) - table->IsSettingsDirty = true; - - // [Part 3] Fix column flags and record a few extra information. - float sum_width_requests = 0.0f; // Sum of all width for fixed and auto-resize columns, excluding width contributed by Stretch columns but including spacing/padding. - float stretch_sum_weights = 0.0f; // Sum of all weights for stretch columns. - table->LeftMostStretchedColumn = table->RightMostStretchedColumn = -1; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - if (!(table->EnabledMaskByIndex & ((ImU64)1 << column_n))) - continue; - ImGuiTableColumn* column = &table->Columns[column_n]; - - const bool column_is_resizable = (column->Flags & ImGuiTableColumnFlags_NoResize) == 0; - if (column->Flags & ImGuiTableColumnFlags_WidthFixed) - { - // Apply same widths policy - float width_auto = column->WidthAuto; - if (table_sizing_policy == ImGuiTableFlags_SizingFixedSame && (column->AutoFitQueue != 0x00 || !column_is_resizable)) - width_auto = fixed_max_width_auto; - - // Apply automatic width - // Latch initial size for fixed columns and update it constantly for auto-resizing column (unless clipped!) - if (column->AutoFitQueue != 0x00) - column->WidthRequest = width_auto; - else if ((column->Flags & ImGuiTableColumnFlags_WidthFixed) && !column_is_resizable && (table->RequestOutputMaskByIndex & ((ImU64)1 << column_n))) - column->WidthRequest = width_auto; - - // FIXME-TABLE: Increase minimum size during init frame to avoid biasing auto-fitting widgets - // (e.g. TextWrapped) too much. Otherwise what tends to happen is that TextWrapped would output a very - // large height (= first frame scrollbar display very off + clipper would skip lots of items). - // This is merely making the side-effect less extreme, but doesn't properly fixes it. - // FIXME: Move this to ->WidthGiven to avoid temporary lossyless? - // FIXME: This break IsPreserveWidthAuto from not flickering if the stored WidthAuto was smaller. - if (column->AutoFitQueue > 0x01 && table->IsInitializing && !column->IsPreserveWidthAuto) - column->WidthRequest = ImMax(column->WidthRequest, table->MinColumnWidth * 4.0f); // FIXME-TABLE: Another constant/scale? - sum_width_requests += column->WidthRequest; - } - else - { - // Initialize stretch weight - if (column->AutoFitQueue != 0x00 || column->StretchWeight < 0.0f || !column_is_resizable) - { - if (column->InitStretchWeightOrWidth > 0.0f) - column->StretchWeight = column->InitStretchWeightOrWidth; - else if (table_sizing_policy == ImGuiTableFlags_SizingStretchProp) - column->StretchWeight = (column->WidthAuto / stretch_sum_width_auto) * count_stretch; - else - column->StretchWeight = 1.0f; - } - - stretch_sum_weights += column->StretchWeight; - if (table->LeftMostStretchedColumn == -1 || table->Columns[table->LeftMostStretchedColumn].DisplayOrder > column->DisplayOrder) - table->LeftMostStretchedColumn = (ImGuiTableColumnIdx)column_n; - if (table->RightMostStretchedColumn == -1 || table->Columns[table->RightMostStretchedColumn].DisplayOrder < column->DisplayOrder) - table->RightMostStretchedColumn = (ImGuiTableColumnIdx)column_n; - } - column->IsPreserveWidthAuto = false; - sum_width_requests += table->CellPaddingX * 2.0f; - } - table->ColumnsEnabledFixedCount = (ImGuiTableColumnIdx)count_fixed; - table->ColumnsStretchSumWeights = stretch_sum_weights; - - // [Part 4] Apply final widths based on requested widths - const ImRect work_rect = table->WorkRect; - const float width_spacings = (table->OuterPaddingX * 2.0f) + (table->CellSpacingX1 + table->CellSpacingX2) * (table->ColumnsEnabledCount - 1); - const float width_avail = ((table->Flags & ImGuiTableFlags_ScrollX) && table->InnerWidth == 0.0f) ? table->InnerClipRect.GetWidth() : work_rect.GetWidth(); - const float width_avail_for_stretched_columns = width_avail - width_spacings - sum_width_requests; - float width_remaining_for_stretched_columns = width_avail_for_stretched_columns; - table->ColumnsGivenWidth = width_spacings + (table->CellPaddingX * 2.0f) * table->ColumnsEnabledCount; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - if (!(table->EnabledMaskByIndex & ((ImU64)1 << column_n))) - continue; - ImGuiTableColumn* column = &table->Columns[column_n]; - - // Allocate width for stretched/weighted columns (StretchWeight gets converted into WidthRequest) - if (column->Flags & ImGuiTableColumnFlags_WidthStretch) - { - float weight_ratio = column->StretchWeight / stretch_sum_weights; - column->WidthRequest = IM_FLOOR(ImMax(width_avail_for_stretched_columns * weight_ratio, table->MinColumnWidth) + 0.01f); - width_remaining_for_stretched_columns -= column->WidthRequest; - } - - // [Resize Rule 1] The right-most Visible column is not resizable if there is at least one Stretch column - // See additional comments in TableSetColumnWidth(). - if (column->NextEnabledColumn == -1 && table->LeftMostStretchedColumn != -1) - column->Flags |= ImGuiTableColumnFlags_NoDirectResize_; - - // Assign final width, record width in case we will need to shrink - column->WidthGiven = ImFloor(ImMax(column->WidthRequest, table->MinColumnWidth)); - table->ColumnsGivenWidth += column->WidthGiven; - } - - // [Part 5] Redistribute stretch remainder width due to rounding (remainder width is < 1.0f * number of Stretch column). - // Using right-to-left distribution (more likely to match resizing cursor). - if (width_remaining_for_stretched_columns >= 1.0f && !(table->Flags & ImGuiTableFlags_PreciseWidths)) - for (int order_n = table->ColumnsCount - 1; stretch_sum_weights > 0.0f && width_remaining_for_stretched_columns >= 1.0f && order_n >= 0; order_n--) - { - if (!(table->EnabledMaskByDisplayOrder & ((ImU64)1 << order_n))) - continue; - ImGuiTableColumn* column = &table->Columns[table->DisplayOrderToIndex[order_n]]; - if (!(column->Flags & ImGuiTableColumnFlags_WidthStretch)) - continue; - column->WidthRequest += 1.0f; - column->WidthGiven += 1.0f; - width_remaining_for_stretched_columns -= 1.0f; - } - - ImGuiTableInstanceData* table_instance = TableGetInstanceData(table, table->InstanceCurrent); - table->HoveredColumnBody = -1; - table->HoveredColumnBorder = -1; - const ImRect mouse_hit_rect(table->OuterRect.Min.x, table->OuterRect.Min.y, table->OuterRect.Max.x, ImMax(table->OuterRect.Max.y, table->OuterRect.Min.y + table_instance->LastOuterHeight)); - const bool is_hovering_table = ItemHoverable(mouse_hit_rect, 0); - - // [Part 6] Setup final position, offset, skip/clip states and clipping rectangles, detect hovered column - // Process columns in their visible orders as we are comparing the visible order and adjusting host_clip_rect while looping. - int visible_n = 0; - bool offset_x_frozen = (table->FreezeColumnsCount > 0); - float offset_x = ((table->FreezeColumnsCount > 0) ? table->OuterRect.Min.x : work_rect.Min.x) + table->OuterPaddingX - table->CellSpacingX1; - ImRect host_clip_rect = table->InnerClipRect; - //host_clip_rect.Max.x += table->CellPaddingX + table->CellSpacingX2; - table->VisibleMaskByIndex = 0x00; - table->RequestOutputMaskByIndex = 0x00; - for (int order_n = 0; order_n < table->ColumnsCount; order_n++) - { - const int column_n = table->DisplayOrderToIndex[order_n]; - ImGuiTableColumn* column = &table->Columns[column_n]; - - column->NavLayerCurrent = (ImS8)((table->FreezeRowsCount > 0 || column_n < table->FreezeColumnsCount) ? ImGuiNavLayer_Menu : ImGuiNavLayer_Main); - - if (offset_x_frozen && table->FreezeColumnsCount == visible_n) - { - offset_x += work_rect.Min.x - table->OuterRect.Min.x; - offset_x_frozen = false; - } - - // Clear status flags - column->Flags &= ~ImGuiTableColumnFlags_StatusMask_; - - if ((table->EnabledMaskByDisplayOrder & ((ImU64)1 << order_n)) == 0) - { - // Hidden column: clear a few fields and we are done with it for the remainder of the function. - // We set a zero-width clip rect but set Min.y/Max.y properly to not interfere with the clipper. - column->MinX = column->MaxX = column->WorkMinX = column->ClipRect.Min.x = column->ClipRect.Max.x = offset_x; - column->WidthGiven = 0.0f; - column->ClipRect.Min.y = work_rect.Min.y; - column->ClipRect.Max.y = FLT_MAX; - column->ClipRect.ClipWithFull(host_clip_rect); - column->IsVisibleX = column->IsVisibleY = column->IsRequestOutput = false; - column->IsSkipItems = true; - column->ItemWidth = 1.0f; - continue; - } - - // Detect hovered column - if (is_hovering_table && g.IO.MousePos.x >= column->ClipRect.Min.x && g.IO.MousePos.x < column->ClipRect.Max.x) - table->HoveredColumnBody = (ImGuiTableColumnIdx)column_n; - - // Lock start position - column->MinX = offset_x; - - // Lock width based on start position and minimum/maximum width for this position - float max_width = TableGetMaxColumnWidth(table, column_n); - column->WidthGiven = ImMin(column->WidthGiven, max_width); - column->WidthGiven = ImMax(column->WidthGiven, ImMin(column->WidthRequest, table->MinColumnWidth)); - column->MaxX = offset_x + column->WidthGiven + table->CellSpacingX1 + table->CellSpacingX2 + table->CellPaddingX * 2.0f; - - // Lock other positions - // - ClipRect.Min.x: Because merging draw commands doesn't compare min boundaries, we make ClipRect.Min.x match left bounds to be consistent regardless of merging. - // - ClipRect.Max.x: using WorkMaxX instead of MaxX (aka including padding) makes things more consistent when resizing down, tho slightly detrimental to visibility in very-small column. - // - ClipRect.Max.x: using MaxX makes it easier for header to receive hover highlight with no discontinuity and display sorting arrow. - // - FIXME-TABLE: We want equal width columns to have equal (ClipRect.Max.x - WorkMinX) width, which means ClipRect.max.x cannot stray off host_clip_rect.Max.x else right-most column may appear shorter. - column->WorkMinX = column->MinX + table->CellPaddingX + table->CellSpacingX1; - column->WorkMaxX = column->MaxX - table->CellPaddingX - table->CellSpacingX2; // Expected max - column->ItemWidth = ImFloor(column->WidthGiven * 0.65f); - column->ClipRect.Min.x = column->MinX; - column->ClipRect.Min.y = work_rect.Min.y; - column->ClipRect.Max.x = column->MaxX; //column->WorkMaxX; - column->ClipRect.Max.y = FLT_MAX; - column->ClipRect.ClipWithFull(host_clip_rect); - - // Mark column as Clipped (not in sight) - // Note that scrolling tables (where inner_window != outer_window) handle Y clipped earlier in BeginTable() so IsVisibleY really only applies to non-scrolling tables. - // FIXME-TABLE: Because InnerClipRect.Max.y is conservatively ==outer_window->ClipRect.Max.y, we never can mark columns _Above_ the scroll line as not IsVisibleY. - // Taking advantage of LastOuterHeight would yield good results there... - // FIXME-TABLE: Y clipping is disabled because it effectively means not submitting will reduce contents width which is fed to outer_window->DC.CursorMaxPos.x, - // and this may be used (e.g. typically by outer_window using AlwaysAutoResize or outer_window's horizontal scrollbar, but could be something else). - // Possible solution to preserve last known content width for clipped column. Test 'table_reported_size' fails when enabling Y clipping and window is resized small. - column->IsVisibleX = (column->ClipRect.Max.x > column->ClipRect.Min.x); - column->IsVisibleY = true; // (column->ClipRect.Max.y > column->ClipRect.Min.y); - const bool is_visible = column->IsVisibleX; //&& column->IsVisibleY; - if (is_visible) - table->VisibleMaskByIndex |= ((ImU64)1 << column_n); - - // Mark column as requesting output from user. Note that fixed + non-resizable sets are auto-fitting at all times and therefore always request output. - column->IsRequestOutput = is_visible || column->AutoFitQueue != 0 || column->CannotSkipItemsQueue != 0; - if (column->IsRequestOutput) - table->RequestOutputMaskByIndex |= ((ImU64)1 << column_n); - - // Mark column as SkipItems (ignoring all items/layout) - column->IsSkipItems = !column->IsEnabled || table->HostSkipItems; - if (column->IsSkipItems) - IM_ASSERT(!is_visible); - - // Update status flags - column->Flags |= ImGuiTableColumnFlags_IsEnabled; - if (is_visible) - column->Flags |= ImGuiTableColumnFlags_IsVisible; - if (column->SortOrder != -1) - column->Flags |= ImGuiTableColumnFlags_IsSorted; - if (table->HoveredColumnBody == column_n) - column->Flags |= ImGuiTableColumnFlags_IsHovered; - - // Alignment - // FIXME-TABLE: This align based on the whole column width, not per-cell, and therefore isn't useful in - // many cases (to be able to honor this we might be able to store a log of cells width, per row, for - // visible rows, but nav/programmatic scroll would have visible artifacts.) - //if (column->Flags & ImGuiTableColumnFlags_AlignRight) - // column->WorkMinX = ImMax(column->WorkMinX, column->MaxX - column->ContentWidthRowsUnfrozen); - //else if (column->Flags & ImGuiTableColumnFlags_AlignCenter) - // column->WorkMinX = ImLerp(column->WorkMinX, ImMax(column->StartX, column->MaxX - column->ContentWidthRowsUnfrozen), 0.5f); - - // Reset content width variables - column->ContentMaxXFrozen = column->ContentMaxXUnfrozen = column->WorkMinX; - column->ContentMaxXHeadersUsed = column->ContentMaxXHeadersIdeal = column->WorkMinX; - - // Don't decrement auto-fit counters until container window got a chance to submit its items - if (table->HostSkipItems == false) - { - column->AutoFitQueue >>= 1; - column->CannotSkipItemsQueue >>= 1; - } - - if (visible_n < table->FreezeColumnsCount) - host_clip_rect.Min.x = ImClamp(column->MaxX + TABLE_BORDER_SIZE, host_clip_rect.Min.x, host_clip_rect.Max.x); - - offset_x += column->WidthGiven + table->CellSpacingX1 + table->CellSpacingX2 + table->CellPaddingX * 2.0f; - visible_n++; - } - - // [Part 7] Detect/store when we are hovering the unused space after the right-most column (so e.g. context menus can react on it) - // Clear Resizable flag if none of our column are actually resizable (either via an explicit _NoResize flag, either - // because of using _WidthAuto/_WidthStretch). This will hide the resizing option from the context menu. - const float unused_x1 = ImMax(table->WorkRect.Min.x, table->Columns[table->RightMostEnabledColumn].ClipRect.Max.x); - if (is_hovering_table && table->HoveredColumnBody == -1) - { - if (g.IO.MousePos.x >= unused_x1) - table->HoveredColumnBody = (ImGuiTableColumnIdx)table->ColumnsCount; - } - if (has_resizable == false && (table->Flags & ImGuiTableFlags_Resizable)) - table->Flags &= ~ImGuiTableFlags_Resizable; - - // [Part 8] Lock actual OuterRect/WorkRect right-most position. - // This is done late to handle the case of fixed-columns tables not claiming more widths that they need. - // Because of this we are careful with uses of WorkRect and InnerClipRect before this point. - if (table->RightMostStretchedColumn != -1) - table->Flags &= ~ImGuiTableFlags_NoHostExtendX; - if (table->Flags & ImGuiTableFlags_NoHostExtendX) - { - table->OuterRect.Max.x = table->WorkRect.Max.x = unused_x1; - table->InnerClipRect.Max.x = ImMin(table->InnerClipRect.Max.x, unused_x1); - } - table->InnerWindow->ParentWorkRect = table->WorkRect; - table->BorderX1 = table->InnerClipRect.Min.x;// +((table->Flags & ImGuiTableFlags_BordersOuter) ? 0.0f : -1.0f); - table->BorderX2 = table->InnerClipRect.Max.x;// +((table->Flags & ImGuiTableFlags_BordersOuter) ? 0.0f : +1.0f); - - // [Part 9] Allocate draw channels and setup background cliprect - TableSetupDrawChannels(table); - - // [Part 10] Hit testing on borders - if (table->Flags & ImGuiTableFlags_Resizable) - TableUpdateBorders(table); - table_instance->LastFirstRowHeight = 0.0f; - table->IsLayoutLocked = true; - table->IsUsingHeaders = false; - - // [Part 11] Context menu - if (TableBeginContextMenuPopup(table)) - { - TableDrawContextMenu(table); - EndPopup(); - } - - // [Part 13] Sanitize and build sort specs before we have a change to use them for display. - // This path will only be exercised when sort specs are modified before header rows (e.g. init or visibility change) - if (table->IsSortSpecsDirty && (table->Flags & ImGuiTableFlags_Sortable)) - TableSortSpecsBuild(table); - - // Initial state - ImGuiWindow* inner_window = table->InnerWindow; - if (table->Flags & ImGuiTableFlags_NoClip) - table->DrawSplitter->SetCurrentChannel(inner_window->DrawList, TABLE_DRAW_CHANNEL_NOCLIP); - else - inner_window->DrawList->PushClipRect(inner_window->ClipRect.Min, inner_window->ClipRect.Max, false); -} - -// Process hit-testing on resizing borders. Actual size change will be applied in EndTable() -// - Set table->HoveredColumnBorder with a short delay/timer to reduce feedback noise -// - Submit ahead of table contents and header, use ImGuiButtonFlags_AllowItemOverlap to prioritize widgets -// overlapping the same area. -void ImGui::TableUpdateBorders(ImGuiTable* table) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(table->Flags & ImGuiTableFlags_Resizable); - - // At this point OuterRect height may be zero or under actual final height, so we rely on temporal coherency and - // use the final height from last frame. Because this is only affecting _interaction_ with columns, it is not - // really problematic (whereas the actual visual will be displayed in EndTable() and using the current frame height). - // Actual columns highlight/render will be performed in EndTable() and not be affected. - ImGuiTableInstanceData* table_instance = TableGetInstanceData(table, table->InstanceCurrent); - const float hit_half_width = TABLE_RESIZE_SEPARATOR_HALF_THICKNESS; - const float hit_y1 = table->OuterRect.Min.y; - const float hit_y2_body = ImMax(table->OuterRect.Max.y, hit_y1 + table_instance->LastOuterHeight); - const float hit_y2_head = hit_y1 + table_instance->LastFirstRowHeight; - - for (int order_n = 0; order_n < table->ColumnsCount; order_n++) - { - if (!(table->EnabledMaskByDisplayOrder & ((ImU64)1 << order_n))) - continue; - - const int column_n = table->DisplayOrderToIndex[order_n]; - ImGuiTableColumn* column = &table->Columns[column_n]; - if (column->Flags & (ImGuiTableColumnFlags_NoResize | ImGuiTableColumnFlags_NoDirectResize_)) - continue; - - // ImGuiTableFlags_NoBordersInBodyUntilResize will be honored in TableDrawBorders() - const float border_y2_hit = (table->Flags & ImGuiTableFlags_NoBordersInBody) ? hit_y2_head : hit_y2_body; - if ((table->Flags & ImGuiTableFlags_NoBordersInBody) && table->IsUsingHeaders == false) - continue; - - if (!column->IsVisibleX && table->LastResizedColumn != column_n) - continue; - - ImGuiID column_id = TableGetColumnResizeID(table, column_n, table->InstanceCurrent); - ImRect hit_rect(column->MaxX - hit_half_width, hit_y1, column->MaxX + hit_half_width, border_y2_hit); - //GetForegroundDrawList()->AddRect(hit_rect.Min, hit_rect.Max, IM_COL32(255, 0, 0, 100)); - KeepAliveID(column_id); - - bool hovered = false, held = false; - bool pressed = ButtonBehavior(hit_rect, column_id, &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_AllowItemOverlap | ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_PressedOnDoubleClick | ImGuiButtonFlags_NoNavFocus); - if (pressed && IsMouseDoubleClicked(0)) - { - TableSetColumnWidthAutoSingle(table, column_n); - ClearActiveID(); - held = hovered = false; - } - if (held) - { - if (table->LastResizedColumn == -1) - table->ResizeLockMinContentsX2 = table->RightMostEnabledColumn != -1 ? table->Columns[table->RightMostEnabledColumn].MaxX : -FLT_MAX; - table->ResizedColumn = (ImGuiTableColumnIdx)column_n; - table->InstanceInteracted = table->InstanceCurrent; - } - if ((hovered && g.HoveredIdTimer > TABLE_RESIZE_SEPARATOR_FEEDBACK_TIMER) || held) - { - table->HoveredColumnBorder = (ImGuiTableColumnIdx)column_n; - SetMouseCursor(ImGuiMouseCursor_ResizeEW); - } - } -} - -void ImGui::EndTable() -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(table != NULL && "Only call EndTable() if BeginTable() returns true!"); - - // This assert would be very useful to catch a common error... unfortunately it would probably trigger in some - // cases, and for consistency user may sometimes output empty tables (and still benefit from e.g. outer border) - //IM_ASSERT(table->IsLayoutLocked && "Table unused: never called TableNextRow(), is that the intent?"); - - // If the user never got to call TableNextRow() or TableNextColumn(), we call layout ourselves to ensure all our - // code paths are consistent (instead of just hoping that TableBegin/TableEnd will work), get borders drawn, etc. - if (!table->IsLayoutLocked) - TableUpdateLayout(table); - - const ImGuiTableFlags flags = table->Flags; - ImGuiWindow* inner_window = table->InnerWindow; - ImGuiWindow* outer_window = table->OuterWindow; - ImGuiTableTempData* temp_data = table->TempData; - IM_ASSERT(inner_window == g.CurrentWindow); - IM_ASSERT(outer_window == inner_window || outer_window == inner_window->ParentWindow); - - if (table->IsInsideRow) - TableEndRow(table); - - // Context menu in columns body - if (flags & ImGuiTableFlags_ContextMenuInBody) - if (table->HoveredColumnBody != -1 && !IsAnyItemHovered() && IsMouseReleased(ImGuiMouseButton_Right)) - TableOpenContextMenu((int)table->HoveredColumnBody); - - // Finalize table height - ImGuiTableInstanceData* table_instance = TableGetInstanceData(table, table->InstanceCurrent); - inner_window->DC.PrevLineSize = temp_data->HostBackupPrevLineSize; - inner_window->DC.CurrLineSize = temp_data->HostBackupCurrLineSize; - inner_window->DC.CursorMaxPos = temp_data->HostBackupCursorMaxPos; - const float inner_content_max_y = table->RowPosY2; - IM_ASSERT(table->RowPosY2 == inner_window->DC.CursorPos.y); - if (inner_window != outer_window) - inner_window->DC.CursorMaxPos.y = inner_content_max_y; - else if (!(flags & ImGuiTableFlags_NoHostExtendY)) - table->OuterRect.Max.y = table->InnerRect.Max.y = ImMax(table->OuterRect.Max.y, inner_content_max_y); // Patch OuterRect/InnerRect height - table->WorkRect.Max.y = ImMax(table->WorkRect.Max.y, table->OuterRect.Max.y); - table_instance->LastOuterHeight = table->OuterRect.GetHeight(); - - // Setup inner scrolling range - // FIXME: This ideally should be done earlier, in BeginTable() SetNextWindowContentSize call, just like writing to inner_window->DC.CursorMaxPos.y, - // but since the later is likely to be impossible to do we'd rather update both axises together. - if (table->Flags & ImGuiTableFlags_ScrollX) - { - const float outer_padding_for_border = (table->Flags & ImGuiTableFlags_BordersOuterV) ? TABLE_BORDER_SIZE : 0.0f; - float max_pos_x = table->InnerWindow->DC.CursorMaxPos.x; - if (table->RightMostEnabledColumn != -1) - max_pos_x = ImMax(max_pos_x, table->Columns[table->RightMostEnabledColumn].WorkMaxX + table->CellPaddingX + table->OuterPaddingX - outer_padding_for_border); - if (table->ResizedColumn != -1) - max_pos_x = ImMax(max_pos_x, table->ResizeLockMinContentsX2); - table->InnerWindow->DC.CursorMaxPos.x = max_pos_x; - } - - // Pop clipping rect - if (!(flags & ImGuiTableFlags_NoClip)) - inner_window->DrawList->PopClipRect(); - inner_window->ClipRect = inner_window->DrawList->_ClipRectStack.back(); - - // Draw borders - if ((flags & ImGuiTableFlags_Borders) != 0) - TableDrawBorders(table); - -#if 0 - // Strip out dummy channel draw calls - // We have no way to prevent user submitting direct ImDrawList calls into a hidden column (but ImGui:: calls will be clipped out) - // Pros: remove draw calls which will have no effect. since they'll have zero-size cliprect they may be early out anyway. - // Cons: making it harder for users watching metrics/debugger to spot the wasted vertices. - if (table->DummyDrawChannel != (ImGuiTableColumnIdx)-1) - { - ImDrawChannel* dummy_channel = &table->DrawSplitter._Channels[table->DummyDrawChannel]; - dummy_channel->_CmdBuffer.resize(0); - dummy_channel->_IdxBuffer.resize(0); - } -#endif - - // Flatten channels and merge draw calls - ImDrawListSplitter* splitter = table->DrawSplitter; - splitter->SetCurrentChannel(inner_window->DrawList, 0); - if ((table->Flags & ImGuiTableFlags_NoClip) == 0) - TableMergeDrawChannels(table); - splitter->Merge(inner_window->DrawList); - - // Update ColumnsAutoFitWidth to get us ahead for host using our size to auto-resize without waiting for next BeginTable() - float auto_fit_width_for_fixed = 0.0f; - float auto_fit_width_for_stretched = 0.0f; - float auto_fit_width_for_stretched_min = 0.0f; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - if (table->EnabledMaskByIndex & ((ImU64)1 << column_n)) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - float column_width_request = ((column->Flags & ImGuiTableColumnFlags_WidthFixed) && !(column->Flags & ImGuiTableColumnFlags_NoResize)) ? column->WidthRequest : TableGetColumnWidthAuto(table, column); - if (column->Flags & ImGuiTableColumnFlags_WidthFixed) - auto_fit_width_for_fixed += column_width_request; - else - auto_fit_width_for_stretched += column_width_request; - if ((column->Flags & ImGuiTableColumnFlags_WidthStretch) && (column->Flags & ImGuiTableColumnFlags_NoResize) != 0) - auto_fit_width_for_stretched_min = ImMax(auto_fit_width_for_stretched_min, column_width_request / (column->StretchWeight / table->ColumnsStretchSumWeights)); - } - const float width_spacings = (table->OuterPaddingX * 2.0f) + (table->CellSpacingX1 + table->CellSpacingX2) * (table->ColumnsEnabledCount - 1); - table->ColumnsAutoFitWidth = width_spacings + (table->CellPaddingX * 2.0f) * table->ColumnsEnabledCount + auto_fit_width_for_fixed + ImMax(auto_fit_width_for_stretched, auto_fit_width_for_stretched_min); - - // Update scroll - if ((table->Flags & ImGuiTableFlags_ScrollX) == 0 && inner_window != outer_window) - { - inner_window->Scroll.x = 0.0f; - } - else if (table->LastResizedColumn != -1 && table->ResizedColumn == -1 && inner_window->ScrollbarX && table->InstanceInteracted == table->InstanceCurrent) - { - // When releasing a column being resized, scroll to keep the resulting column in sight - const float neighbor_width_to_keep_visible = table->MinColumnWidth + table->CellPaddingX * 2.0f; - ImGuiTableColumn* column = &table->Columns[table->LastResizedColumn]; - if (column->MaxX < table->InnerClipRect.Min.x) - SetScrollFromPosX(inner_window, column->MaxX - inner_window->Pos.x - neighbor_width_to_keep_visible, 1.0f); - else if (column->MaxX > table->InnerClipRect.Max.x) - SetScrollFromPosX(inner_window, column->MaxX - inner_window->Pos.x + neighbor_width_to_keep_visible, 1.0f); - } - - // Apply resizing/dragging at the end of the frame - if (table->ResizedColumn != -1 && table->InstanceCurrent == table->InstanceInteracted) - { - ImGuiTableColumn* column = &table->Columns[table->ResizedColumn]; - const float new_x2 = (g.IO.MousePos.x - g.ActiveIdClickOffset.x + TABLE_RESIZE_SEPARATOR_HALF_THICKNESS); - const float new_width = ImFloor(new_x2 - column->MinX - table->CellSpacingX1 - table->CellPaddingX * 2.0f); - table->ResizedColumnNextWidth = new_width; - } - - // Pop from id stack - IM_ASSERT_USER_ERROR(inner_window->IDStack.back() == table->ID + table->InstanceCurrent, "Mismatching PushID/PopID!"); - IM_ASSERT_USER_ERROR(outer_window->DC.ItemWidthStack.Size >= temp_data->HostBackupItemWidthStackSize, "Too many PopItemWidth!"); - PopID(); - - // Restore window data that we modified - const ImVec2 backup_outer_max_pos = outer_window->DC.CursorMaxPos; - inner_window->WorkRect = temp_data->HostBackupWorkRect; - inner_window->ParentWorkRect = temp_data->HostBackupParentWorkRect; - inner_window->SkipItems = table->HostSkipItems; - outer_window->DC.CursorPos = table->OuterRect.Min; - outer_window->DC.ItemWidth = temp_data->HostBackupItemWidth; - outer_window->DC.ItemWidthStack.Size = temp_data->HostBackupItemWidthStackSize; - outer_window->DC.ColumnsOffset = temp_data->HostBackupColumnsOffset; - - // Layout in outer window - // (FIXME: To allow auto-fit and allow desirable effect of SameLine() we dissociate 'used' vs 'ideal' size by overriding - // CursorPosPrevLine and CursorMaxPos manually. That should be a more general layout feature, see same problem e.g. #3414) - if (inner_window != outer_window) - { - EndChild(); - } - else - { - ItemSize(table->OuterRect.GetSize()); - ItemAdd(table->OuterRect, 0); - } - - // Override declared contents width/height to enable auto-resize while not needlessly adding a scrollbar - if (table->Flags & ImGuiTableFlags_NoHostExtendX) - { - // FIXME-TABLE: Could we remove this section? - // ColumnsAutoFitWidth may be one frame ahead here since for Fixed+NoResize is calculated from latest contents - IM_ASSERT((table->Flags & ImGuiTableFlags_ScrollX) == 0); - outer_window->DC.CursorMaxPos.x = ImMax(backup_outer_max_pos.x, table->OuterRect.Min.x + table->ColumnsAutoFitWidth); - } - else if (temp_data->UserOuterSize.x <= 0.0f) - { - const float decoration_size = (table->Flags & ImGuiTableFlags_ScrollX) ? inner_window->ScrollbarSizes.x : 0.0f; - outer_window->DC.IdealMaxPos.x = ImMax(outer_window->DC.IdealMaxPos.x, table->OuterRect.Min.x + table->ColumnsAutoFitWidth + decoration_size - temp_data->UserOuterSize.x); - outer_window->DC.CursorMaxPos.x = ImMax(backup_outer_max_pos.x, ImMin(table->OuterRect.Max.x, table->OuterRect.Min.x + table->ColumnsAutoFitWidth)); - } - else - { - outer_window->DC.CursorMaxPos.x = ImMax(backup_outer_max_pos.x, table->OuterRect.Max.x); - } - if (temp_data->UserOuterSize.y <= 0.0f) - { - const float decoration_size = (table->Flags & ImGuiTableFlags_ScrollY) ? inner_window->ScrollbarSizes.y : 0.0f; - outer_window->DC.IdealMaxPos.y = ImMax(outer_window->DC.IdealMaxPos.y, inner_content_max_y + decoration_size - temp_data->UserOuterSize.y); - outer_window->DC.CursorMaxPos.y = ImMax(backup_outer_max_pos.y, ImMin(table->OuterRect.Max.y, inner_content_max_y)); - } - else - { - // OuterRect.Max.y may already have been pushed downward from the initial value (unless ImGuiTableFlags_NoHostExtendY is set) - outer_window->DC.CursorMaxPos.y = ImMax(backup_outer_max_pos.y, table->OuterRect.Max.y); - } - - // Save settings - if (table->IsSettingsDirty) - TableSaveSettings(table); - table->IsInitializing = false; - - // Clear or restore current table, if any - IM_ASSERT(g.CurrentWindow == outer_window && g.CurrentTable == table); - IM_ASSERT(g.TablesTempDataStacked > 0); - temp_data = (--g.TablesTempDataStacked > 0) ? &g.TablesTempData[g.TablesTempDataStacked - 1] : NULL; - g.CurrentTable = temp_data ? g.Tables.GetByIndex(temp_data->TableIndex) : NULL; - if (g.CurrentTable) - { - g.CurrentTable->TempData = temp_data; - g.CurrentTable->DrawSplitter = &temp_data->DrawSplitter; - } - outer_window->DC.CurrentTableIdx = g.CurrentTable ? g.Tables.GetIndex(g.CurrentTable) : -1; -} - -// See "COLUMN SIZING POLICIES" comments at the top of this file -// If (init_width_or_weight <= 0.0f) it is ignored -void ImGui::TableSetupColumn(const char* label, ImGuiTableColumnFlags flags, float init_width_or_weight, ImGuiID user_id) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(table != NULL && "Need to call TableSetupColumn() after BeginTable()!"); - IM_ASSERT(table->IsLayoutLocked == false && "Need to call call TableSetupColumn() before first row!"); - IM_ASSERT((flags & ImGuiTableColumnFlags_StatusMask_) == 0 && "Illegal to pass StatusMask values to TableSetupColumn()"); - if (table->DeclColumnsCount >= table->ColumnsCount) - { - IM_ASSERT_USER_ERROR(table->DeclColumnsCount < table->ColumnsCount, "Called TableSetupColumn() too many times!"); - return; - } - - ImGuiTableColumn* column = &table->Columns[table->DeclColumnsCount]; - table->DeclColumnsCount++; - - // Assert when passing a width or weight if policy is entirely left to default, to avoid storing width into weight and vice-versa. - // Give a grace to users of ImGuiTableFlags_ScrollX. - if (table->IsDefaultSizingPolicy && (flags & ImGuiTableColumnFlags_WidthMask_) == 0 && (flags & ImGuiTableFlags_ScrollX) == 0) - IM_ASSERT(init_width_or_weight <= 0.0f && "Can only specify width/weight if sizing policy is set explicitly in either Table or Column."); - - // When passing a width automatically enforce WidthFixed policy - // (whereas TableSetupColumnFlags would default to WidthAuto if table is not Resizable) - if ((flags & ImGuiTableColumnFlags_WidthMask_) == 0 && init_width_or_weight > 0.0f) - if ((table->Flags & ImGuiTableFlags_SizingMask_) == ImGuiTableFlags_SizingFixedFit || (table->Flags & ImGuiTableFlags_SizingMask_) == ImGuiTableFlags_SizingFixedSame) - flags |= ImGuiTableColumnFlags_WidthFixed; - - TableSetupColumnFlags(table, column, flags); - column->UserID = user_id; - flags = column->Flags; - - // Initialize defaults - column->InitStretchWeightOrWidth = init_width_or_weight; - if (table->IsInitializing) - { - // Init width or weight - if (column->WidthRequest < 0.0f && column->StretchWeight < 0.0f) - { - if ((flags & ImGuiTableColumnFlags_WidthFixed) && init_width_or_weight > 0.0f) - column->WidthRequest = init_width_or_weight; - if (flags & ImGuiTableColumnFlags_WidthStretch) - column->StretchWeight = (init_width_or_weight > 0.0f) ? init_width_or_weight : -1.0f; - - // Disable auto-fit if an explicit width/weight has been specified - if (init_width_or_weight > 0.0f) - column->AutoFitQueue = 0x00; - } - - // Init default visibility/sort state - if ((flags & ImGuiTableColumnFlags_DefaultHide) && (table->SettingsLoadedFlags & ImGuiTableFlags_Hideable) == 0) - column->IsUserEnabled = column->IsUserEnabledNextFrame = false; - if (flags & ImGuiTableColumnFlags_DefaultSort && (table->SettingsLoadedFlags & ImGuiTableFlags_Sortable) == 0) - { - column->SortOrder = 0; // Multiple columns using _DefaultSort will be reassigned unique SortOrder values when building the sort specs. - column->SortDirection = (column->Flags & ImGuiTableColumnFlags_PreferSortDescending) ? (ImS8)ImGuiSortDirection_Descending : (ImU8)(ImGuiSortDirection_Ascending); - } - } - - // Store name (append with zero-terminator in contiguous buffer) - column->NameOffset = -1; - if (label != NULL && label[0] != 0) - { - column->NameOffset = (ImS16)table->ColumnsNames.size(); - table->ColumnsNames.append(label, label + strlen(label) + 1); - } -} - -// [Public] -void ImGui::TableSetupScrollFreeze(int columns, int rows) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(table != NULL && "Need to call TableSetupColumn() after BeginTable()!"); - IM_ASSERT(table->IsLayoutLocked == false && "Need to call TableSetupColumn() before first row!"); - IM_ASSERT(columns >= 0 && columns < IMGUI_TABLE_MAX_COLUMNS); - IM_ASSERT(rows >= 0 && rows < 128); // Arbitrary limit - - table->FreezeColumnsRequest = (table->Flags & ImGuiTableFlags_ScrollX) ? (ImGuiTableColumnIdx)ImMin(columns, table->ColumnsCount) : 0; - table->FreezeColumnsCount = (table->InnerWindow->Scroll.x != 0.0f) ? table->FreezeColumnsRequest : 0; - table->FreezeRowsRequest = (table->Flags & ImGuiTableFlags_ScrollY) ? (ImGuiTableColumnIdx)rows : 0; - table->FreezeRowsCount = (table->InnerWindow->Scroll.y != 0.0f) ? table->FreezeRowsRequest : 0; - table->IsUnfrozenRows = (table->FreezeRowsCount == 0); // Make sure this is set before TableUpdateLayout() so ImGuiListClipper can benefit from it.b - - // Ensure frozen columns are ordered in their section. We still allow multiple frozen columns to be reordered. - // FIXME-TABLE: This work for preserving 2143 into 21|43. How about 4321 turning into 21|43? (preserve relative order in each section) - for (int column_n = 0; column_n < table->FreezeColumnsRequest; column_n++) - { - int order_n = table->DisplayOrderToIndex[column_n]; - if (order_n != column_n && order_n >= table->FreezeColumnsRequest) - { - ImSwap(table->Columns[table->DisplayOrderToIndex[order_n]].DisplayOrder, table->Columns[table->DisplayOrderToIndex[column_n]].DisplayOrder); - ImSwap(table->DisplayOrderToIndex[order_n], table->DisplayOrderToIndex[column_n]); - } - } -} - -//----------------------------------------------------------------------------- -// [SECTION] Tables: Simple accessors -//----------------------------------------------------------------------------- -// - TableGetColumnCount() -// - TableGetColumnName() -// - TableGetColumnName() [Internal] -// - TableSetColumnEnabled() -// - TableGetColumnFlags() -// - TableGetCellBgRect() [Internal] -// - TableGetColumnResizeID() [Internal] -// - TableGetHoveredColumn() [Internal] -// - TableSetBgColor() -//----------------------------------------------------------------------------- - -int ImGui::TableGetColumnCount() -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - return table ? table->ColumnsCount : 0; -} - -const char* ImGui::TableGetColumnName(int column_n) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - if (!table) - return NULL; - if (column_n < 0) - column_n = table->CurrentColumn; - return TableGetColumnName(table, column_n); -} - -const char* ImGui::TableGetColumnName(const ImGuiTable* table, int column_n) -{ - if (table->IsLayoutLocked == false && column_n >= table->DeclColumnsCount) - return ""; // NameOffset is invalid at this point - const ImGuiTableColumn* column = &table->Columns[column_n]; - if (column->NameOffset == -1) - return ""; - return &table->ColumnsNames.Buf[column->NameOffset]; -} - -// Change user accessible enabled/disabled state of a column (often perceived as "showing/hiding" from users point of view) -// Note that end-user can use the context menu to change this themselves (right-click in headers, or right-click in columns body with ImGuiTableFlags_ContextMenuInBody) -// - Require table to have the ImGuiTableFlags_Hideable flag because we are manipulating user accessible state. -// - Request will be applied during next layout, which happens on the first call to TableNextRow() after BeginTable(). -// - For the getter you can test (TableGetColumnFlags() & ImGuiTableColumnFlags_IsEnabled) != 0. -// - Alternative: the ImGuiTableColumnFlags_Disabled is an overriding/master disable flag which will also hide the column from context menu. -void ImGui::TableSetColumnEnabled(int column_n, bool enabled) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(table != NULL); - if (!table) - return; - IM_ASSERT(table->Flags & ImGuiTableFlags_Hideable); // See comments above - if (column_n < 0) - column_n = table->CurrentColumn; - IM_ASSERT(column_n >= 0 && column_n < table->ColumnsCount); - ImGuiTableColumn* column = &table->Columns[column_n]; - column->IsUserEnabledNextFrame = enabled; -} - -// We allow querying for an extra column in order to poll the IsHovered state of the right-most section -ImGuiTableColumnFlags ImGui::TableGetColumnFlags(int column_n) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - if (!table) - return ImGuiTableColumnFlags_None; - if (column_n < 0) - column_n = table->CurrentColumn; - if (column_n == table->ColumnsCount) - return (table->HoveredColumnBody == column_n) ? ImGuiTableColumnFlags_IsHovered : ImGuiTableColumnFlags_None; - return table->Columns[column_n].Flags; -} - -// Return the cell rectangle based on currently known height. -// - Important: we generally don't know our row height until the end of the row, so Max.y will be incorrect in many situations. -// The only case where this is correct is if we provided a min_row_height to TableNextRow() and don't go below it, or in TableEndRow() when we locked that height. -// - Important: if ImGuiTableFlags_PadOuterX is set but ImGuiTableFlags_PadInnerX is not set, the outer-most left and right -// columns report a small offset so their CellBgRect can extend up to the outer border. -// FIXME: But the rendering code in TableEndRow() nullifies that with clamping required for scrolling. -ImRect ImGui::TableGetCellBgRect(const ImGuiTable* table, int column_n) -{ - const ImGuiTableColumn* column = &table->Columns[column_n]; - float x1 = column->MinX; - float x2 = column->MaxX; - //if (column->PrevEnabledColumn == -1) - // x1 -= table->OuterPaddingX; - //if (column->NextEnabledColumn == -1) - // x2 += table->OuterPaddingX; - x1 = ImMax(x1, table->WorkRect.Min.x); - x2 = ImMin(x2, table->WorkRect.Max.x); - return ImRect(x1, table->RowPosY1, x2, table->RowPosY2); -} - -// Return the resizing ID for the right-side of the given column. -ImGuiID ImGui::TableGetColumnResizeID(const ImGuiTable* table, int column_n, int instance_no) -{ - IM_ASSERT(column_n >= 0 && column_n < table->ColumnsCount); - ImGuiID id = table->ID + 1 + (instance_no * table->ColumnsCount) + column_n; - return id; -} - -// Return -1 when table is not hovered. return columns_count if the unused space at the right of visible columns is hovered. -int ImGui::TableGetHoveredColumn() -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - if (!table) - return -1; - return (int)table->HoveredColumnBody; -} - -void ImGui::TableSetBgColor(ImGuiTableBgTarget target, ImU32 color, int column_n) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(target != ImGuiTableBgTarget_None); - - if (color == IM_COL32_DISABLE) - color = 0; - - // We cannot draw neither the cell or row background immediately as we don't know the row height at this point in time. - switch (target) - { - case ImGuiTableBgTarget_CellBg: - { - if (table->RowPosY1 > table->InnerClipRect.Max.y) // Discard - return; - if (column_n == -1) - column_n = table->CurrentColumn; - if ((table->VisibleMaskByIndex & ((ImU64)1 << column_n)) == 0) - return; - if (table->RowCellDataCurrent < 0 || table->RowCellData[table->RowCellDataCurrent].Column != column_n) - table->RowCellDataCurrent++; - ImGuiTableCellData* cell_data = &table->RowCellData[table->RowCellDataCurrent]; - cell_data->BgColor = color; - cell_data->Column = (ImGuiTableColumnIdx)column_n; - break; - } - case ImGuiTableBgTarget_RowBg0: - case ImGuiTableBgTarget_RowBg1: - { - if (table->RowPosY1 > table->InnerClipRect.Max.y) // Discard - return; - IM_ASSERT(column_n == -1); - int bg_idx = (target == ImGuiTableBgTarget_RowBg1) ? 1 : 0; - table->RowBgColor[bg_idx] = color; - break; - } - default: - IM_ASSERT(0); - } -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Row changes -//------------------------------------------------------------------------- -// - TableGetRowIndex() -// - TableNextRow() -// - TableBeginRow() [Internal] -// - TableEndRow() [Internal] -//------------------------------------------------------------------------- - -// [Public] Note: for row coloring we use ->RowBgColorCounter which is the same value without counting header rows -int ImGui::TableGetRowIndex() -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - if (!table) - return 0; - return table->CurrentRow; -} - -// [Public] Starts into the first cell of a new row -void ImGui::TableNextRow(ImGuiTableRowFlags row_flags, float row_min_height) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - - if (!table->IsLayoutLocked) - TableUpdateLayout(table); - if (table->IsInsideRow) - TableEndRow(table); - - table->LastRowFlags = table->RowFlags; - table->RowFlags = row_flags; - table->RowMinHeight = row_min_height; - TableBeginRow(table); - - // We honor min_row_height requested by user, but cannot guarantee per-row maximum height, - // because that would essentially require a unique clipping rectangle per-cell. - table->RowPosY2 += table->CellPaddingY * 2.0f; - table->RowPosY2 = ImMax(table->RowPosY2, table->RowPosY1 + row_min_height); - - // Disable output until user calls TableNextColumn() - table->InnerWindow->SkipItems = true; -} - -// [Internal] Called by TableNextRow() -void ImGui::TableBeginRow(ImGuiTable* table) -{ - ImGuiWindow* window = table->InnerWindow; - IM_ASSERT(!table->IsInsideRow); - - // New row - table->CurrentRow++; - table->CurrentColumn = -1; - table->RowBgColor[0] = table->RowBgColor[1] = IM_COL32_DISABLE; - table->RowCellDataCurrent = -1; - table->IsInsideRow = true; - - // Begin frozen rows - float next_y1 = table->RowPosY2; - if (table->CurrentRow == 0 && table->FreezeRowsCount > 0) - next_y1 = window->DC.CursorPos.y = table->OuterRect.Min.y; - - table->RowPosY1 = table->RowPosY2 = next_y1; - table->RowTextBaseline = 0.0f; - table->RowIndentOffsetX = window->DC.Indent.x - table->HostIndentX; // Lock indent - window->DC.PrevLineTextBaseOffset = 0.0f; - window->DC.CursorMaxPos.y = next_y1; - - // Making the header BG color non-transparent will allow us to overlay it multiple times when handling smooth dragging. - if (table->RowFlags & ImGuiTableRowFlags_Headers) - { - TableSetBgColor(ImGuiTableBgTarget_RowBg0, GetColorU32(ImGuiCol_TableHeaderBg)); - if (table->CurrentRow == 0) - table->IsUsingHeaders = true; - } -} - -// [Internal] Called by TableNextRow() -void ImGui::TableEndRow(ImGuiTable* table) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_ASSERT(window == table->InnerWindow); - IM_ASSERT(table->IsInsideRow); - - if (table->CurrentColumn != -1) - TableEndCell(table); - - // Logging - if (g.LogEnabled) - LogRenderedText(NULL, "|"); - - // Position cursor at the bottom of our row so it can be used for e.g. clipping calculation. However it is - // likely that the next call to TableBeginCell() will reposition the cursor to take account of vertical padding. - window->DC.CursorPos.y = table->RowPosY2; - - // Row background fill - const float bg_y1 = table->RowPosY1; - const float bg_y2 = table->RowPosY2; - const bool unfreeze_rows_actual = (table->CurrentRow + 1 == table->FreezeRowsCount); - const bool unfreeze_rows_request = (table->CurrentRow + 1 == table->FreezeRowsRequest); - if (table->CurrentRow == 0) - TableGetInstanceData(table, table->InstanceCurrent)->LastFirstRowHeight = bg_y2 - bg_y1; - - const bool is_visible = (bg_y2 >= table->InnerClipRect.Min.y && bg_y1 <= table->InnerClipRect.Max.y); - if (is_visible) - { - // Decide of background color for the row - ImU32 bg_col0 = 0; - ImU32 bg_col1 = 0; - if (table->RowBgColor[0] != IM_COL32_DISABLE) - bg_col0 = table->RowBgColor[0]; - else if (table->Flags & ImGuiTableFlags_RowBg) - bg_col0 = GetColorU32((table->RowBgColorCounter & 1) ? ImGuiCol_TableRowBgAlt : ImGuiCol_TableRowBg); - if (table->RowBgColor[1] != IM_COL32_DISABLE) - bg_col1 = table->RowBgColor[1]; - - // Decide of top border color - ImU32 border_col = 0; - const float border_size = TABLE_BORDER_SIZE; - if (table->CurrentRow > 0 || table->InnerWindow == table->OuterWindow) - if (table->Flags & ImGuiTableFlags_BordersInnerH) - border_col = (table->LastRowFlags & ImGuiTableRowFlags_Headers) ? table->BorderColorStrong : table->BorderColorLight; - - const bool draw_cell_bg_color = table->RowCellDataCurrent >= 0; - const bool draw_strong_bottom_border = unfreeze_rows_actual; - if ((bg_col0 | bg_col1 | border_col) != 0 || draw_strong_bottom_border || draw_cell_bg_color) - { - // In theory we could call SetWindowClipRectBeforeSetChannel() but since we know TableEndRow() is - // always followed by a change of clipping rectangle we perform the smallest overwrite possible here. - if ((table->Flags & ImGuiTableFlags_NoClip) == 0) - window->DrawList->_CmdHeader.ClipRect = table->Bg0ClipRectForDrawCmd.ToVec4(); - table->DrawSplitter->SetCurrentChannel(window->DrawList, TABLE_DRAW_CHANNEL_BG0); - } - - // Draw row background - // We soft/cpu clip this so all backgrounds and borders can share the same clipping rectangle - if (bg_col0 || bg_col1) - { - ImRect row_rect(table->WorkRect.Min.x, bg_y1, table->WorkRect.Max.x, bg_y2); - row_rect.ClipWith(table->BgClipRect); - if (bg_col0 != 0 && row_rect.Min.y < row_rect.Max.y) - window->DrawList->AddRectFilled(row_rect.Min, row_rect.Max, bg_col0); - if (bg_col1 != 0 && row_rect.Min.y < row_rect.Max.y) - window->DrawList->AddRectFilled(row_rect.Min, row_rect.Max, bg_col1); - } - - // Draw cell background color - if (draw_cell_bg_color) - { - ImGuiTableCellData* cell_data_end = &table->RowCellData[table->RowCellDataCurrent]; - for (ImGuiTableCellData* cell_data = &table->RowCellData[0]; cell_data <= cell_data_end; cell_data++) - { - // As we render the BG here we need to clip things (for layout we would not) - // FIXME: This cancels the OuterPadding addition done by TableGetCellBgRect(), need to keep it while rendering correctly while scrolling. - const ImGuiTableColumn* column = &table->Columns[cell_data->Column]; - ImRect cell_bg_rect = TableGetCellBgRect(table, cell_data->Column); - cell_bg_rect.ClipWith(table->BgClipRect); - cell_bg_rect.Min.x = ImMax(cell_bg_rect.Min.x, column->ClipRect.Min.x); // So that first column after frozen one gets clipped when scrolling - cell_bg_rect.Max.x = ImMin(cell_bg_rect.Max.x, column->MaxX); - window->DrawList->AddRectFilled(cell_bg_rect.Min, cell_bg_rect.Max, cell_data->BgColor); - } - } - - // Draw top border - if (border_col && bg_y1 >= table->BgClipRect.Min.y && bg_y1 < table->BgClipRect.Max.y) - window->DrawList->AddLine(ImVec2(table->BorderX1, bg_y1), ImVec2(table->BorderX2, bg_y1), border_col, border_size); - - // Draw bottom border at the row unfreezing mark (always strong) - if (draw_strong_bottom_border && bg_y2 >= table->BgClipRect.Min.y && bg_y2 < table->BgClipRect.Max.y) - window->DrawList->AddLine(ImVec2(table->BorderX1, bg_y2), ImVec2(table->BorderX2, bg_y2), table->BorderColorStrong, border_size); - } - - // End frozen rows (when we are past the last frozen row line, teleport cursor and alter clipping rectangle) - // We need to do that in TableEndRow() instead of TableBeginRow() so the list clipper can mark end of row and - // get the new cursor position. - if (unfreeze_rows_request) - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - column->NavLayerCurrent = (ImS8)((column_n < table->FreezeColumnsCount) ? ImGuiNavLayer_Menu : ImGuiNavLayer_Main); - } - if (unfreeze_rows_actual) - { - IM_ASSERT(table->IsUnfrozenRows == false); - table->IsUnfrozenRows = true; - - // BgClipRect starts as table->InnerClipRect, reduce it now and make BgClipRectForDrawCmd == BgClipRect - float y0 = ImMax(table->RowPosY2 + 1, window->InnerClipRect.Min.y); - table->BgClipRect.Min.y = table->Bg2ClipRectForDrawCmd.Min.y = ImMin(y0, window->InnerClipRect.Max.y); - table->BgClipRect.Max.y = table->Bg2ClipRectForDrawCmd.Max.y = window->InnerClipRect.Max.y; - table->Bg2DrawChannelCurrent = table->Bg2DrawChannelUnfrozen; - IM_ASSERT(table->Bg2ClipRectForDrawCmd.Min.y <= table->Bg2ClipRectForDrawCmd.Max.y); - - float row_height = table->RowPosY2 - table->RowPosY1; - table->RowPosY2 = window->DC.CursorPos.y = table->WorkRect.Min.y + table->RowPosY2 - table->OuterRect.Min.y; - table->RowPosY1 = table->RowPosY2 - row_height; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - column->DrawChannelCurrent = column->DrawChannelUnfrozen; - column->ClipRect.Min.y = table->Bg2ClipRectForDrawCmd.Min.y; - } - - // Update cliprect ahead of TableBeginCell() so clipper can access to new ClipRect->Min.y - SetWindowClipRectBeforeSetChannel(window, table->Columns[0].ClipRect); - table->DrawSplitter->SetCurrentChannel(window->DrawList, table->Columns[0].DrawChannelCurrent); - } - - if (!(table->RowFlags & ImGuiTableRowFlags_Headers)) - table->RowBgColorCounter++; - table->IsInsideRow = false; -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Columns changes -//------------------------------------------------------------------------- -// - TableGetColumnIndex() -// - TableSetColumnIndex() -// - TableNextColumn() -// - TableBeginCell() [Internal] -// - TableEndCell() [Internal] -//------------------------------------------------------------------------- - -int ImGui::TableGetColumnIndex() -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - if (!table) - return 0; - return table->CurrentColumn; -} - -// [Public] Append into a specific column -bool ImGui::TableSetColumnIndex(int column_n) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - if (!table) - return false; - - if (table->CurrentColumn != column_n) - { - if (table->CurrentColumn != -1) - TableEndCell(table); - IM_ASSERT(column_n >= 0 && table->ColumnsCount); - TableBeginCell(table, column_n); - } - - // Return whether the column is visible. User may choose to skip submitting items based on this return value, - // however they shouldn't skip submitting for columns that may have the tallest contribution to row height. - return (table->RequestOutputMaskByIndex & ((ImU64)1 << column_n)) != 0; -} - -// [Public] Append into the next column, wrap and create a new row when already on last column -bool ImGui::TableNextColumn() -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - if (!table) - return false; - - if (table->IsInsideRow && table->CurrentColumn + 1 < table->ColumnsCount) - { - if (table->CurrentColumn != -1) - TableEndCell(table); - TableBeginCell(table, table->CurrentColumn + 1); - } - else - { - TableNextRow(); - TableBeginCell(table, 0); - } - - // Return whether the column is visible. User may choose to skip submitting items based on this return value, - // however they shouldn't skip submitting for columns that may have the tallest contribution to row height. - int column_n = table->CurrentColumn; - return (table->RequestOutputMaskByIndex & ((ImU64)1 << column_n)) != 0; -} - - -// [Internal] Called by TableSetColumnIndex()/TableNextColumn() -// This is called very frequently, so we need to be mindful of unnecessary overhead. -// FIXME-TABLE FIXME-OPT: Could probably shortcut some things for non-active or clipped columns. -void ImGui::TableBeginCell(ImGuiTable* table, int column_n) -{ - ImGuiTableColumn* column = &table->Columns[column_n]; - ImGuiWindow* window = table->InnerWindow; - table->CurrentColumn = column_n; - - // Start position is roughly ~~ CellRect.Min + CellPadding + Indent - float start_x = column->WorkMinX; - if (column->Flags & ImGuiTableColumnFlags_IndentEnable) - start_x += table->RowIndentOffsetX; // ~~ += window.DC.Indent.x - table->HostIndentX, except we locked it for the row. - - window->DC.CursorPos.x = start_x; - window->DC.CursorPos.y = table->RowPosY1 + table->CellPaddingY; - window->DC.CursorMaxPos.x = window->DC.CursorPos.x; - window->DC.ColumnsOffset.x = start_x - window->Pos.x - window->DC.Indent.x; // FIXME-WORKRECT - window->DC.CurrLineTextBaseOffset = table->RowTextBaseline; - window->DC.NavLayerCurrent = (ImGuiNavLayer)column->NavLayerCurrent; - - window->WorkRect.Min.y = window->DC.CursorPos.y; - window->WorkRect.Min.x = column->WorkMinX; - window->WorkRect.Max.x = column->WorkMaxX; - window->DC.ItemWidth = column->ItemWidth; - - // To allow ImGuiListClipper to function we propagate our row height - if (!column->IsEnabled) - window->DC.CursorPos.y = ImMax(window->DC.CursorPos.y, table->RowPosY2); - - window->SkipItems = column->IsSkipItems; - if (column->IsSkipItems) - { - ImGuiContext& g = *GImGui; - g.LastItemData.ID = 0; - g.LastItemData.StatusFlags = 0; - } - - if (table->Flags & ImGuiTableFlags_NoClip) - { - // FIXME: if we end up drawing all borders/bg in EndTable, could remove this and just assert that channel hasn't changed. - table->DrawSplitter->SetCurrentChannel(window->DrawList, TABLE_DRAW_CHANNEL_NOCLIP); - //IM_ASSERT(table->DrawSplitter._Current == TABLE_DRAW_CHANNEL_NOCLIP); - } - else - { - // FIXME-TABLE: Could avoid this if draw channel is dummy channel? - SetWindowClipRectBeforeSetChannel(window, column->ClipRect); - table->DrawSplitter->SetCurrentChannel(window->DrawList, column->DrawChannelCurrent); - } - - // Logging - ImGuiContext& g = *GImGui; - if (g.LogEnabled && !column->IsSkipItems) - { - LogRenderedText(&window->DC.CursorPos, "|"); - g.LogLinePosY = FLT_MAX; - } -} - -// [Internal] Called by TableNextRow()/TableSetColumnIndex()/TableNextColumn() -void ImGui::TableEndCell(ImGuiTable* table) -{ - ImGuiTableColumn* column = &table->Columns[table->CurrentColumn]; - ImGuiWindow* window = table->InnerWindow; - - // Report maximum position so we can infer content size per column. - float* p_max_pos_x; - if (table->RowFlags & ImGuiTableRowFlags_Headers) - p_max_pos_x = &column->ContentMaxXHeadersUsed; // Useful in case user submit contents in header row that is not a TableHeader() call - else - p_max_pos_x = table->IsUnfrozenRows ? &column->ContentMaxXUnfrozen : &column->ContentMaxXFrozen; - *p_max_pos_x = ImMax(*p_max_pos_x, window->DC.CursorMaxPos.x); - table->RowPosY2 = ImMax(table->RowPosY2, window->DC.CursorMaxPos.y + table->CellPaddingY); - column->ItemWidth = window->DC.ItemWidth; - - // Propagate text baseline for the entire row - // FIXME-TABLE: Here we propagate text baseline from the last line of the cell.. instead of the first one. - table->RowTextBaseline = ImMax(table->RowTextBaseline, window->DC.PrevLineTextBaseOffset); -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Columns width management -//------------------------------------------------------------------------- -// - TableGetMaxColumnWidth() [Internal] -// - TableGetColumnWidthAuto() [Internal] -// - TableSetColumnWidth() -// - TableSetColumnWidthAutoSingle() [Internal] -// - TableSetColumnWidthAutoAll() [Internal] -// - TableUpdateColumnsWeightFromWidth() [Internal] -//------------------------------------------------------------------------- - -// Maximum column content width given current layout. Use column->MinX so this value on a per-column basis. -float ImGui::TableGetMaxColumnWidth(const ImGuiTable* table, int column_n) -{ - const ImGuiTableColumn* column = &table->Columns[column_n]; - float max_width = FLT_MAX; - const float min_column_distance = table->MinColumnWidth + table->CellPaddingX * 2.0f + table->CellSpacingX1 + table->CellSpacingX2; - if (table->Flags & ImGuiTableFlags_ScrollX) - { - // Frozen columns can't reach beyond visible width else scrolling will naturally break. - // (we use DisplayOrder as within a set of multiple frozen column reordering is possible) - if (column->DisplayOrder < table->FreezeColumnsRequest) - { - max_width = (table->InnerClipRect.Max.x - (table->FreezeColumnsRequest - column->DisplayOrder) * min_column_distance) - column->MinX; - max_width = max_width - table->OuterPaddingX - table->CellPaddingX - table->CellSpacingX2; - } - } - else if ((table->Flags & ImGuiTableFlags_NoKeepColumnsVisible) == 0) - { - // If horizontal scrolling if disabled, we apply a final lossless shrinking of columns in order to make - // sure they are all visible. Because of this we also know that all of the columns will always fit in - // table->WorkRect and therefore in table->InnerRect (because ScrollX is off) - // FIXME-TABLE: This is solved incorrectly but also quite a difficult problem to fix as we also want ClipRect width to match. - // See "table_width_distrib" and "table_width_keep_visible" tests - max_width = table->WorkRect.Max.x - (table->ColumnsEnabledCount - column->IndexWithinEnabledSet - 1) * min_column_distance - column->MinX; - //max_width -= table->CellSpacingX1; - max_width -= table->CellSpacingX2; - max_width -= table->CellPaddingX * 2.0f; - max_width -= table->OuterPaddingX; - } - return max_width; -} - -// Note this is meant to be stored in column->WidthAuto, please generally use the WidthAuto field -float ImGui::TableGetColumnWidthAuto(ImGuiTable* table, ImGuiTableColumn* column) -{ - const float content_width_body = ImMax(column->ContentMaxXFrozen, column->ContentMaxXUnfrozen) - column->WorkMinX; - const float content_width_headers = column->ContentMaxXHeadersIdeal - column->WorkMinX; - float width_auto = content_width_body; - if (!(column->Flags & ImGuiTableColumnFlags_NoHeaderWidth)) - width_auto = ImMax(width_auto, content_width_headers); - - // Non-resizable fixed columns preserve their requested width - if ((column->Flags & ImGuiTableColumnFlags_WidthFixed) && column->InitStretchWeightOrWidth > 0.0f) - if (!(table->Flags & ImGuiTableFlags_Resizable) || (column->Flags & ImGuiTableColumnFlags_NoResize)) - width_auto = column->InitStretchWeightOrWidth; - - return ImMax(width_auto, table->MinColumnWidth); -} - -// 'width' = inner column width, without padding -void ImGui::TableSetColumnWidth(int column_n, float width) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(table != NULL && table->IsLayoutLocked == false); - IM_ASSERT(column_n >= 0 && column_n < table->ColumnsCount); - ImGuiTableColumn* column_0 = &table->Columns[column_n]; - float column_0_width = width; - - // Apply constraints early - // Compare both requested and actual given width to avoid overwriting requested width when column is stuck (minimum size, bounded) - IM_ASSERT(table->MinColumnWidth > 0.0f); - const float min_width = table->MinColumnWidth; - const float max_width = ImMax(min_width, TableGetMaxColumnWidth(table, column_n)); - column_0_width = ImClamp(column_0_width, min_width, max_width); - if (column_0->WidthGiven == column_0_width || column_0->WidthRequest == column_0_width) - return; - - //IMGUI_DEBUG_PRINT("TableSetColumnWidth(%d, %.1f->%.1f)\n", column_0_idx, column_0->WidthGiven, column_0_width); - ImGuiTableColumn* column_1 = (column_0->NextEnabledColumn != -1) ? &table->Columns[column_0->NextEnabledColumn] : NULL; - - // In this surprisingly not simple because of how we support mixing Fixed and multiple Stretch columns. - // - All fixed: easy. - // - All stretch: easy. - // - One or more fixed + one stretch: easy. - // - One or more fixed + more than one stretch: tricky. - // Qt when manual resize is enabled only support a single _trailing_ stretch column. - - // When forwarding resize from Wn| to Fn+1| we need to be considerate of the _NoResize flag on Fn+1. - // FIXME-TABLE: Find a way to rewrite all of this so interactions feel more consistent for the user. - // Scenarios: - // - F1 F2 F3 resize from F1| or F2| --> ok: alter ->WidthRequested of Fixed column. Subsequent columns will be offset. - // - F1 F2 F3 resize from F3| --> ok: alter ->WidthRequested of Fixed column. If active, ScrollX extent can be altered. - // - F1 F2 W3 resize from F1| or F2| --> ok: alter ->WidthRequested of Fixed column. If active, ScrollX extent can be altered, but it doesn't make much sense as the Stretch column will always be minimal size. - // - F1 F2 W3 resize from W3| --> ok: no-op (disabled by Resize Rule 1) - // - W1 W2 W3 resize from W1| or W2| --> ok - // - W1 W2 W3 resize from W3| --> ok: no-op (disabled by Resize Rule 1) - // - W1 F2 F3 resize from F3| --> ok: no-op (disabled by Resize Rule 1) - // - W1 F2 resize from F2| --> ok: no-op (disabled by Resize Rule 1) - // - W1 W2 F3 resize from W1| or W2| --> ok - // - W1 F2 W3 resize from W1| or F2| --> ok - // - F1 W2 F3 resize from W2| --> ok - // - F1 W3 F2 resize from W3| --> ok - // - W1 F2 F3 resize from W1| --> ok: equivalent to resizing |F2. F3 will not move. - // - W1 F2 F3 resize from F2| --> ok - // All resizes from a Wx columns are locking other columns. - - // Possible improvements: - // - W1 W2 W3 resize W1| --> to not be stuck, both W2 and W3 would stretch down. Seems possible to fix. Would be most beneficial to simplify resize of all-weighted columns. - // - W3 F1 F2 resize W3| --> to not be stuck past F1|, both F1 and F2 would need to stretch down, which would be lossy or ambiguous. Seems hard to fix. - - // [Resize Rule 1] Can't resize from right of right-most visible column if there is any Stretch column. Implemented in TableUpdateLayout(). - - // If we have all Fixed columns OR resizing a Fixed column that doesn't come after a Stretch one, we can do an offsetting resize. - // This is the preferred resize path - if (column_0->Flags & ImGuiTableColumnFlags_WidthFixed) - if (!column_1 || table->LeftMostStretchedColumn == -1 || table->Columns[table->LeftMostStretchedColumn].DisplayOrder >= column_0->DisplayOrder) - { - column_0->WidthRequest = column_0_width; - table->IsSettingsDirty = true; - return; - } - - // We can also use previous column if there's no next one (this is used when doing an auto-fit on the right-most stretch column) - if (column_1 == NULL) - column_1 = (column_0->PrevEnabledColumn != -1) ? &table->Columns[column_0->PrevEnabledColumn] : NULL; - if (column_1 == NULL) - return; - - // Resizing from right-side of a Stretch column before a Fixed column forward sizing to left-side of fixed column. - // (old_a + old_b == new_a + new_b) --> (new_a == old_a + old_b - new_b) - float column_1_width = ImMax(column_1->WidthRequest - (column_0_width - column_0->WidthRequest), min_width); - column_0_width = column_0->WidthRequest + column_1->WidthRequest - column_1_width; - IM_ASSERT(column_0_width > 0.0f && column_1_width > 0.0f); - column_0->WidthRequest = column_0_width; - column_1->WidthRequest = column_1_width; - if ((column_0->Flags | column_1->Flags) & ImGuiTableColumnFlags_WidthStretch) - TableUpdateColumnsWeightFromWidth(table); - table->IsSettingsDirty = true; -} - -// Disable clipping then auto-fit, will take 2 frames -// (we don't take a shortcut for unclipped columns to reduce inconsistencies when e.g. resizing multiple columns) -void ImGui::TableSetColumnWidthAutoSingle(ImGuiTable* table, int column_n) -{ - // Single auto width uses auto-fit - ImGuiTableColumn* column = &table->Columns[column_n]; - if (!column->IsEnabled) - return; - column->CannotSkipItemsQueue = (1 << 0); - table->AutoFitSingleColumn = (ImGuiTableColumnIdx)column_n; -} - -void ImGui::TableSetColumnWidthAutoAll(ImGuiTable* table) -{ - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - if (!column->IsEnabled && !(column->Flags & ImGuiTableColumnFlags_WidthStretch)) // Cannot reset weight of hidden stretch column - continue; - column->CannotSkipItemsQueue = (1 << 0); - column->AutoFitQueue = (1 << 1); - } -} - -void ImGui::TableUpdateColumnsWeightFromWidth(ImGuiTable* table) -{ - IM_ASSERT(table->LeftMostStretchedColumn != -1 && table->RightMostStretchedColumn != -1); - - // Measure existing quantity - float visible_weight = 0.0f; - float visible_width = 0.0f; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - if (!column->IsEnabled || !(column->Flags & ImGuiTableColumnFlags_WidthStretch)) - continue; - IM_ASSERT(column->StretchWeight > 0.0f); - visible_weight += column->StretchWeight; - visible_width += column->WidthRequest; - } - IM_ASSERT(visible_weight > 0.0f && visible_width > 0.0f); - - // Apply new weights - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - if (!column->IsEnabled || !(column->Flags & ImGuiTableColumnFlags_WidthStretch)) - continue; - column->StretchWeight = (column->WidthRequest / visible_width) * visible_weight; - IM_ASSERT(column->StretchWeight > 0.0f); - } -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Drawing -//------------------------------------------------------------------------- -// - TablePushBackgroundChannel() [Internal] -// - TablePopBackgroundChannel() [Internal] -// - TableSetupDrawChannels() [Internal] -// - TableMergeDrawChannels() [Internal] -// - TableDrawBorders() [Internal] -//------------------------------------------------------------------------- - -// Bg2 is used by Selectable (and possibly other widgets) to render to the background. -// Unlike our Bg0/1 channel which we uses for RowBg/CellBg/Borders and where we guarantee all shapes to be CPU-clipped, the Bg2 channel being widgets-facing will rely on regular ClipRect. -void ImGui::TablePushBackgroundChannel() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiTable* table = g.CurrentTable; - - // Optimization: avoid SetCurrentChannel() + PushClipRect() - table->HostBackupInnerClipRect = window->ClipRect; - SetWindowClipRectBeforeSetChannel(window, table->Bg2ClipRectForDrawCmd); - table->DrawSplitter->SetCurrentChannel(window->DrawList, table->Bg2DrawChannelCurrent); -} - -void ImGui::TablePopBackgroundChannel() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiTable* table = g.CurrentTable; - ImGuiTableColumn* column = &table->Columns[table->CurrentColumn]; - - // Optimization: avoid PopClipRect() + SetCurrentChannel() - SetWindowClipRectBeforeSetChannel(window, table->HostBackupInnerClipRect); - table->DrawSplitter->SetCurrentChannel(window->DrawList, column->DrawChannelCurrent); -} - -// Allocate draw channels. Called by TableUpdateLayout() -// - We allocate them following storage order instead of display order so reordering columns won't needlessly -// increase overall dormant memory cost. -// - We isolate headers draw commands in their own channels instead of just altering clip rects. -// This is in order to facilitate merging of draw commands. -// - After crossing FreezeRowsCount, all columns see their current draw channel changed to a second set of channels. -// - We only use the dummy draw channel so we can push a null clipping rectangle into it without affecting other -// channels, while simplifying per-row/per-cell overhead. It will be empty and discarded when merged. -// - We allocate 1 or 2 background draw channels. This is because we know TablePushBackgroundChannel() is only used for -// horizontal spanning. If we allowed vertical spanning we'd need one background draw channel per merge group (1-4). -// Draw channel allocation (before merging): -// - NoClip --> 2+D+1 channels: bg0/1 + bg2 + foreground (same clip rect == always 1 draw call) -// - Clip --> 2+D+N channels -// - FreezeRows --> 2+D+N*2 (unless scrolling value is zero) -// - FreezeRows || FreezeColunns --> 3+D+N*2 (unless scrolling value is zero) -// Where D is 1 if any column is clipped or hidden (dummy channel) otherwise 0. -void ImGui::TableSetupDrawChannels(ImGuiTable* table) -{ - const int freeze_row_multiplier = (table->FreezeRowsCount > 0) ? 2 : 1; - const int channels_for_row = (table->Flags & ImGuiTableFlags_NoClip) ? 1 : table->ColumnsEnabledCount; - const int channels_for_bg = 1 + 1 * freeze_row_multiplier; - const int channels_for_dummy = (table->ColumnsEnabledCount < table->ColumnsCount || table->VisibleMaskByIndex != table->EnabledMaskByIndex) ? +1 : 0; - const int channels_total = channels_for_bg + (channels_for_row * freeze_row_multiplier) + channels_for_dummy; - table->DrawSplitter->Split(table->InnerWindow->DrawList, channels_total); - table->DummyDrawChannel = (ImGuiTableDrawChannelIdx)((channels_for_dummy > 0) ? channels_total - 1 : -1); - table->Bg2DrawChannelCurrent = TABLE_DRAW_CHANNEL_BG2_FROZEN; - table->Bg2DrawChannelUnfrozen = (ImGuiTableDrawChannelIdx)((table->FreezeRowsCount > 0) ? 2 + channels_for_row : TABLE_DRAW_CHANNEL_BG2_FROZEN); - - int draw_channel_current = 2; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - if (column->IsVisibleX && column->IsVisibleY) - { - column->DrawChannelFrozen = (ImGuiTableDrawChannelIdx)(draw_channel_current); - column->DrawChannelUnfrozen = (ImGuiTableDrawChannelIdx)(draw_channel_current + (table->FreezeRowsCount > 0 ? channels_for_row + 1 : 0)); - if (!(table->Flags & ImGuiTableFlags_NoClip)) - draw_channel_current++; - } - else - { - column->DrawChannelFrozen = column->DrawChannelUnfrozen = table->DummyDrawChannel; - } - column->DrawChannelCurrent = column->DrawChannelFrozen; - } - - // Initial draw cmd starts with a BgClipRect that matches the one of its host, to facilitate merge draw commands by default. - // All our cell highlight are manually clipped with BgClipRect. When unfreezing it will be made smaller to fit scrolling rect. - // (This technically isn't part of setting up draw channels, but is reasonably related to be done here) - table->BgClipRect = table->InnerClipRect; - table->Bg0ClipRectForDrawCmd = table->OuterWindow->ClipRect; - table->Bg2ClipRectForDrawCmd = table->HostClipRect; - IM_ASSERT(table->BgClipRect.Min.y <= table->BgClipRect.Max.y); -} - -// This function reorder draw channels based on matching clip rectangle, to facilitate merging them. Called by EndTable(). -// For simplicity we call it TableMergeDrawChannels() but in fact it only reorder channels + overwrite ClipRect, -// actual merging is done by table->DrawSplitter.Merge() which is called right after TableMergeDrawChannels(). -// -// Columns where the contents didn't stray off their local clip rectangle can be merged. To achieve -// this we merge their clip rect and make them contiguous in the channel list, so they can be merged -// by the call to DrawSplitter.Merge() following to the call to this function. -// We reorder draw commands by arranging them into a maximum of 4 distinct groups: -// -// 1 group: 2 groups: 2 groups: 4 groups: -// [ 0. ] no freeze [ 0. ] row freeze [ 01 ] col freeze [ 01 ] row+col freeze -// [ .. ] or no scroll [ 2. ] and v-scroll [ .. ] and h-scroll [ 23 ] and v+h-scroll -// -// Each column itself can use 1 channel (row freeze disabled) or 2 channels (row freeze enabled). -// When the contents of a column didn't stray off its limit, we move its channels into the corresponding group -// based on its position (within frozen rows/columns groups or not). -// At the end of the operation our 1-4 groups will each have a ImDrawCmd using the same ClipRect. -// This function assume that each column are pointing to a distinct draw channel, -// otherwise merge_group->ChannelsCount will not match set bit count of merge_group->ChannelsMask. -// -// Column channels will not be merged into one of the 1-4 groups in the following cases: -// - The contents stray off its clipping rectangle (we only compare the MaxX value, not the MinX value). -// Direct ImDrawList calls won't be taken into account by default, if you use them make sure the ImGui:: bounds -// matches, by e.g. calling SetCursorScreenPos(). -// - The channel uses more than one draw command itself. We drop all our attempt at merging stuff here.. -// we could do better but it's going to be rare and probably not worth the hassle. -// Columns for which the draw channel(s) haven't been merged with other will use their own ImDrawCmd. -// -// This function is particularly tricky to understand.. take a breath. -void ImGui::TableMergeDrawChannels(ImGuiTable* table) -{ - ImGuiContext& g = *GImGui; - ImDrawListSplitter* splitter = table->DrawSplitter; - const bool has_freeze_v = (table->FreezeRowsCount > 0); - const bool has_freeze_h = (table->FreezeColumnsCount > 0); - IM_ASSERT(splitter->_Current == 0); - - // Track which groups we are going to attempt to merge, and which channels goes into each group. - struct MergeGroup - { - ImRect ClipRect; - int ChannelsCount; - ImBitArray ChannelsMask; - - MergeGroup() { ChannelsCount = 0; } - }; - int merge_group_mask = 0x00; - MergeGroup merge_groups[4]; - - // 1. Scan channels and take note of those which can be merged - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - if ((table->VisibleMaskByIndex & ((ImU64)1 << column_n)) == 0) - continue; - ImGuiTableColumn* column = &table->Columns[column_n]; - - const int merge_group_sub_count = has_freeze_v ? 2 : 1; - for (int merge_group_sub_n = 0; merge_group_sub_n < merge_group_sub_count; merge_group_sub_n++) - { - const int channel_no = (merge_group_sub_n == 0) ? column->DrawChannelFrozen : column->DrawChannelUnfrozen; - - // Don't attempt to merge if there are multiple draw calls within the column - ImDrawChannel* src_channel = &splitter->_Channels[channel_no]; - if (src_channel->_CmdBuffer.Size > 0 && src_channel->_CmdBuffer.back().ElemCount == 0 && src_channel->_CmdBuffer.back().UserCallback == NULL) // Equivalent of PopUnusedDrawCmd() - src_channel->_CmdBuffer.pop_back(); - if (src_channel->_CmdBuffer.Size != 1) - continue; - - // Find out the width of this merge group and check if it will fit in our column - // (note that we assume that rendering didn't stray on the left direction. we should need a CursorMinPos to detect it) - if (!(column->Flags & ImGuiTableColumnFlags_NoClip)) - { - float content_max_x; - if (!has_freeze_v) - content_max_x = ImMax(column->ContentMaxXUnfrozen, column->ContentMaxXHeadersUsed); // No row freeze - else if (merge_group_sub_n == 0) - content_max_x = ImMax(column->ContentMaxXFrozen, column->ContentMaxXHeadersUsed); // Row freeze: use width before freeze - else - content_max_x = column->ContentMaxXUnfrozen; // Row freeze: use width after freeze - if (content_max_x > column->ClipRect.Max.x) - continue; - } - - const int merge_group_n = (has_freeze_h && column_n < table->FreezeColumnsCount ? 0 : 1) + (has_freeze_v && merge_group_sub_n == 0 ? 0 : 2); - IM_ASSERT(channel_no < IMGUI_TABLE_MAX_DRAW_CHANNELS); - MergeGroup* merge_group = &merge_groups[merge_group_n]; - if (merge_group->ChannelsCount == 0) - merge_group->ClipRect = ImRect(+FLT_MAX, +FLT_MAX, -FLT_MAX, -FLT_MAX); - merge_group->ChannelsMask.SetBit(channel_no); - merge_group->ChannelsCount++; - merge_group->ClipRect.Add(src_channel->_CmdBuffer[0].ClipRect); - merge_group_mask |= (1 << merge_group_n); - } - - // Invalidate current draw channel - // (we don't clear DrawChannelFrozen/DrawChannelUnfrozen solely to facilitate debugging/later inspection of data) - column->DrawChannelCurrent = (ImGuiTableDrawChannelIdx)-1; - } - - // [DEBUG] Display merge groups -#if 0 - if (g.IO.KeyShift) - for (int merge_group_n = 0; merge_group_n < IM_ARRAYSIZE(merge_groups); merge_group_n++) - { - MergeGroup* merge_group = &merge_groups[merge_group_n]; - if (merge_group->ChannelsCount == 0) - continue; - char buf[32]; - ImFormatString(buf, 32, "MG%d:%d", merge_group_n, merge_group->ChannelsCount); - ImVec2 text_pos = merge_group->ClipRect.Min + ImVec2(4, 4); - ImVec2 text_size = CalcTextSize(buf, NULL); - GetForegroundDrawList()->AddRectFilled(text_pos, text_pos + text_size, IM_COL32(0, 0, 0, 255)); - GetForegroundDrawList()->AddText(text_pos, IM_COL32(255, 255, 0, 255), buf, NULL); - GetForegroundDrawList()->AddRect(merge_group->ClipRect.Min, merge_group->ClipRect.Max, IM_COL32(255, 255, 0, 255)); - } -#endif - - // 2. Rewrite channel list in our preferred order - if (merge_group_mask != 0) - { - // We skip channel 0 (Bg0/Bg1) and 1 (Bg2 frozen) from the shuffling since they won't move - see channels allocation in TableSetupDrawChannels(). - const int LEADING_DRAW_CHANNELS = 2; - g.DrawChannelsTempMergeBuffer.resize(splitter->_Count - LEADING_DRAW_CHANNELS); // Use shared temporary storage so the allocation gets amortized - ImDrawChannel* dst_tmp = g.DrawChannelsTempMergeBuffer.Data; - ImBitArray remaining_mask; // We need 132-bit of storage - remaining_mask.SetBitRange(LEADING_DRAW_CHANNELS, splitter->_Count); - remaining_mask.ClearBit(table->Bg2DrawChannelUnfrozen); - IM_ASSERT(has_freeze_v == false || table->Bg2DrawChannelUnfrozen != TABLE_DRAW_CHANNEL_BG2_FROZEN); - int remaining_count = splitter->_Count - (has_freeze_v ? LEADING_DRAW_CHANNELS + 1 : LEADING_DRAW_CHANNELS); - //ImRect host_rect = (table->InnerWindow == table->OuterWindow) ? table->InnerClipRect : table->HostClipRect; - ImRect host_rect = table->HostClipRect; - for (int merge_group_n = 0; merge_group_n < IM_ARRAYSIZE(merge_groups); merge_group_n++) - { - if (int merge_channels_count = merge_groups[merge_group_n].ChannelsCount) - { - MergeGroup* merge_group = &merge_groups[merge_group_n]; - ImRect merge_clip_rect = merge_group->ClipRect; - - // Extend outer-most clip limits to match those of host, so draw calls can be merged even if - // outer-most columns have some outer padding offsetting them from their parent ClipRect. - // The principal cases this is dealing with are: - // - On a same-window table (not scrolling = single group), all fitting columns ClipRect -> will extend and match host ClipRect -> will merge - // - Columns can use padding and have left-most ClipRect.Min.x and right-most ClipRect.Max.x != from host ClipRect -> will extend and match host ClipRect -> will merge - // FIXME-TABLE FIXME-WORKRECT: We are wasting a merge opportunity on tables without scrolling if column doesn't fit - // within host clip rect, solely because of the half-padding difference between window->WorkRect and window->InnerClipRect. - if ((merge_group_n & 1) == 0 || !has_freeze_h) - merge_clip_rect.Min.x = ImMin(merge_clip_rect.Min.x, host_rect.Min.x); - if ((merge_group_n & 2) == 0 || !has_freeze_v) - merge_clip_rect.Min.y = ImMin(merge_clip_rect.Min.y, host_rect.Min.y); - if ((merge_group_n & 1) != 0) - merge_clip_rect.Max.x = ImMax(merge_clip_rect.Max.x, host_rect.Max.x); - if ((merge_group_n & 2) != 0 && (table->Flags & ImGuiTableFlags_NoHostExtendY) == 0) - merge_clip_rect.Max.y = ImMax(merge_clip_rect.Max.y, host_rect.Max.y); -#if 0 - GetOverlayDrawList()->AddRect(merge_group->ClipRect.Min, merge_group->ClipRect.Max, IM_COL32(255, 0, 0, 200), 0.0f, 0, 1.0f); - GetOverlayDrawList()->AddLine(merge_group->ClipRect.Min, merge_clip_rect.Min, IM_COL32(255, 100, 0, 200)); - GetOverlayDrawList()->AddLine(merge_group->ClipRect.Max, merge_clip_rect.Max, IM_COL32(255, 100, 0, 200)); -#endif - remaining_count -= merge_group->ChannelsCount; - for (int n = 0; n < IM_ARRAYSIZE(remaining_mask.Storage); n++) - remaining_mask.Storage[n] &= ~merge_group->ChannelsMask.Storage[n]; - for (int n = 0; n < splitter->_Count && merge_channels_count != 0; n++) - { - // Copy + overwrite new clip rect - if (!merge_group->ChannelsMask.TestBit(n)) - continue; - merge_group->ChannelsMask.ClearBit(n); - merge_channels_count--; - - ImDrawChannel* channel = &splitter->_Channels[n]; - IM_ASSERT(channel->_CmdBuffer.Size == 1 && merge_clip_rect.Contains(ImRect(channel->_CmdBuffer[0].ClipRect))); - channel->_CmdBuffer[0].ClipRect = merge_clip_rect.ToVec4(); - memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); - } - } - - // Make sure Bg2DrawChannelUnfrozen appears in the middle of our groups (whereas Bg0/Bg1 and Bg2 frozen are fixed to 0 and 1) - if (merge_group_n == 1 && has_freeze_v) - memcpy(dst_tmp++, &splitter->_Channels[table->Bg2DrawChannelUnfrozen], sizeof(ImDrawChannel)); - } - - // Append unmergeable channels that we didn't reorder at the end of the list - for (int n = 0; n < splitter->_Count && remaining_count != 0; n++) - { - if (!remaining_mask.TestBit(n)) - continue; - ImDrawChannel* channel = &splitter->_Channels[n]; - memcpy(dst_tmp++, channel, sizeof(ImDrawChannel)); - remaining_count--; - } - IM_ASSERT(dst_tmp == g.DrawChannelsTempMergeBuffer.Data + g.DrawChannelsTempMergeBuffer.Size); - memcpy(splitter->_Channels.Data + LEADING_DRAW_CHANNELS, g.DrawChannelsTempMergeBuffer.Data, (splitter->_Count - LEADING_DRAW_CHANNELS) * sizeof(ImDrawChannel)); - } -} - -// FIXME-TABLE: This is a mess, need to redesign how we render borders (as some are also done in TableEndRow) -void ImGui::TableDrawBorders(ImGuiTable* table) -{ - ImGuiWindow* inner_window = table->InnerWindow; - if (!table->OuterWindow->ClipRect.Overlaps(table->OuterRect)) - return; - - ImDrawList* inner_drawlist = inner_window->DrawList; - table->DrawSplitter->SetCurrentChannel(inner_drawlist, TABLE_DRAW_CHANNEL_BG0); - inner_drawlist->PushClipRect(table->Bg0ClipRectForDrawCmd.Min, table->Bg0ClipRectForDrawCmd.Max, false); - - // Draw inner border and resizing feedback - ImGuiTableInstanceData* table_instance = TableGetInstanceData(table, table->InstanceCurrent); - const float border_size = TABLE_BORDER_SIZE; - const float draw_y1 = table->InnerRect.Min.y; - const float draw_y2_body = table->InnerRect.Max.y; - const float draw_y2_head = table->IsUsingHeaders ? ImMin(table->InnerRect.Max.y, (table->FreezeRowsCount >= 1 ? table->InnerRect.Min.y : table->WorkRect.Min.y) + table_instance->LastFirstRowHeight) : draw_y1; - if (table->Flags & ImGuiTableFlags_BordersInnerV) - { - for (int order_n = 0; order_n < table->ColumnsCount; order_n++) - { - if (!(table->EnabledMaskByDisplayOrder & ((ImU64)1 << order_n))) - continue; - - const int column_n = table->DisplayOrderToIndex[order_n]; - ImGuiTableColumn* column = &table->Columns[column_n]; - const bool is_hovered = (table->HoveredColumnBorder == column_n); - const bool is_resized = (table->ResizedColumn == column_n) && (table->InstanceInteracted == table->InstanceCurrent); - const bool is_resizable = (column->Flags & (ImGuiTableColumnFlags_NoResize | ImGuiTableColumnFlags_NoDirectResize_)) == 0; - const bool is_frozen_separator = (table->FreezeColumnsCount == order_n + 1); - if (column->MaxX > table->InnerClipRect.Max.x && !is_resized) - continue; - - // Decide whether right-most column is visible - if (column->NextEnabledColumn == -1 && !is_resizable) - if ((table->Flags & ImGuiTableFlags_SizingMask_) != ImGuiTableFlags_SizingFixedSame || (table->Flags & ImGuiTableFlags_NoHostExtendX)) - continue; - if (column->MaxX <= column->ClipRect.Min.x) // FIXME-TABLE FIXME-STYLE: Assume BorderSize==1, this is problematic if we want to increase the border size.. - continue; - - // Draw in outer window so right-most column won't be clipped - // Always draw full height border when being resized/hovered, or on the delimitation of frozen column scrolling. - ImU32 col; - float draw_y2; - if (is_hovered || is_resized || is_frozen_separator) - { - draw_y2 = draw_y2_body; - col = is_resized ? GetColorU32(ImGuiCol_SeparatorActive) : is_hovered ? GetColorU32(ImGuiCol_SeparatorHovered) : table->BorderColorStrong; - } - else - { - draw_y2 = (table->Flags & (ImGuiTableFlags_NoBordersInBody | ImGuiTableFlags_NoBordersInBodyUntilResize)) ? draw_y2_head : draw_y2_body; - col = (table->Flags & (ImGuiTableFlags_NoBordersInBody | ImGuiTableFlags_NoBordersInBodyUntilResize)) ? table->BorderColorStrong : table->BorderColorLight; - } - - if (draw_y2 > draw_y1) - inner_drawlist->AddLine(ImVec2(column->MaxX, draw_y1), ImVec2(column->MaxX, draw_y2), col, border_size); - } - } - - // Draw outer border - // FIXME: could use AddRect or explicit VLine/HLine helper? - if (table->Flags & ImGuiTableFlags_BordersOuter) - { - // Display outer border offset by 1 which is a simple way to display it without adding an extra draw call - // (Without the offset, in outer_window it would be rendered behind cells, because child windows are above their - // parent. In inner_window, it won't reach out over scrollbars. Another weird solution would be to display part - // of it in inner window, and the part that's over scrollbars in the outer window..) - // Either solution currently won't allow us to use a larger border size: the border would clipped. - const ImRect outer_border = table->OuterRect; - const ImU32 outer_col = table->BorderColorStrong; - if ((table->Flags & ImGuiTableFlags_BordersOuter) == ImGuiTableFlags_BordersOuter) - { - inner_drawlist->AddRect(outer_border.Min, outer_border.Max, outer_col, 0.0f, 0, border_size); - } - else if (table->Flags & ImGuiTableFlags_BordersOuterV) - { - inner_drawlist->AddLine(outer_border.Min, ImVec2(outer_border.Min.x, outer_border.Max.y), outer_col, border_size); - inner_drawlist->AddLine(ImVec2(outer_border.Max.x, outer_border.Min.y), outer_border.Max, outer_col, border_size); - } - else if (table->Flags & ImGuiTableFlags_BordersOuterH) - { - inner_drawlist->AddLine(outer_border.Min, ImVec2(outer_border.Max.x, outer_border.Min.y), outer_col, border_size); - inner_drawlist->AddLine(ImVec2(outer_border.Min.x, outer_border.Max.y), outer_border.Max, outer_col, border_size); - } - } - if ((table->Flags & ImGuiTableFlags_BordersInnerH) && table->RowPosY2 < table->OuterRect.Max.y) - { - // Draw bottom-most row border - const float border_y = table->RowPosY2; - if (border_y >= table->BgClipRect.Min.y && border_y < table->BgClipRect.Max.y) - inner_drawlist->AddLine(ImVec2(table->BorderX1, border_y), ImVec2(table->BorderX2, border_y), table->BorderColorLight, border_size); - } - - inner_drawlist->PopClipRect(); -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Sorting -//------------------------------------------------------------------------- -// - TableGetSortSpecs() -// - TableFixColumnSortDirection() [Internal] -// - TableGetColumnNextSortDirection() [Internal] -// - TableSetColumnSortDirection() [Internal] -// - TableSortSpecsSanitize() [Internal] -// - TableSortSpecsBuild() [Internal] -//------------------------------------------------------------------------- - -// Return NULL if no sort specs (most often when ImGuiTableFlags_Sortable is not set) -// You can sort your data again when 'SpecsChanged == true'. It will be true with sorting specs have changed since -// last call, or the first time. -// Lifetime: don't hold on this pointer over multiple frames or past any subsequent call to BeginTable()! -ImGuiTableSortSpecs* ImGui::TableGetSortSpecs() -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(table != NULL); - - if (!(table->Flags & ImGuiTableFlags_Sortable)) - return NULL; - - // Require layout (in case TableHeadersRow() hasn't been called) as it may alter IsSortSpecsDirty in some paths. - if (!table->IsLayoutLocked) - TableUpdateLayout(table); - - TableSortSpecsBuild(table); - - return &table->SortSpecs; -} - -static inline ImGuiSortDirection TableGetColumnAvailSortDirection(ImGuiTableColumn* column, int n) -{ - IM_ASSERT(n < column->SortDirectionsAvailCount); - return (column->SortDirectionsAvailList >> (n << 1)) & 0x03; -} - -// Fix sort direction if currently set on a value which is unavailable (e.g. activating NoSortAscending/NoSortDescending) -void ImGui::TableFixColumnSortDirection(ImGuiTable* table, ImGuiTableColumn* column) -{ - if (column->SortOrder == -1 || (column->SortDirectionsAvailMask & (1 << column->SortDirection)) != 0) - return; - column->SortDirection = (ImU8)TableGetColumnAvailSortDirection(column, 0); - table->IsSortSpecsDirty = true; -} - -// Calculate next sort direction that would be set after clicking the column -// - If the PreferSortDescending flag is set, we will default to a Descending direction on the first click. -// - Note that the PreferSortAscending flag is never checked, it is essentially the default and therefore a no-op. -IM_STATIC_ASSERT(ImGuiSortDirection_None == 0 && ImGuiSortDirection_Ascending == 1 && ImGuiSortDirection_Descending == 2); -ImGuiSortDirection ImGui::TableGetColumnNextSortDirection(ImGuiTableColumn* column) -{ - IM_ASSERT(column->SortDirectionsAvailCount > 0); - if (column->SortOrder == -1) - return TableGetColumnAvailSortDirection(column, 0); - for (int n = 0; n < 3; n++) - if (column->SortDirection == TableGetColumnAvailSortDirection(column, n)) - return TableGetColumnAvailSortDirection(column, (n + 1) % column->SortDirectionsAvailCount); - IM_ASSERT(0); - return ImGuiSortDirection_None; -} - -// Note that the NoSortAscending/NoSortDescending flags are processed in TableSortSpecsSanitize(), and they may change/revert -// the value of SortDirection. We could technically also do it here but it would be unnecessary and duplicate code. -void ImGui::TableSetColumnSortDirection(int column_n, ImGuiSortDirection sort_direction, bool append_to_sort_specs) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - - if (!(table->Flags & ImGuiTableFlags_SortMulti)) - append_to_sort_specs = false; - if (!(table->Flags & ImGuiTableFlags_SortTristate)) - IM_ASSERT(sort_direction != ImGuiSortDirection_None); - - ImGuiTableColumnIdx sort_order_max = 0; - if (append_to_sort_specs) - for (int other_column_n = 0; other_column_n < table->ColumnsCount; other_column_n++) - sort_order_max = ImMax(sort_order_max, table->Columns[other_column_n].SortOrder); - - ImGuiTableColumn* column = &table->Columns[column_n]; - column->SortDirection = (ImU8)sort_direction; - if (column->SortDirection == ImGuiSortDirection_None) - column->SortOrder = -1; - else if (column->SortOrder == -1 || !append_to_sort_specs) - column->SortOrder = append_to_sort_specs ? sort_order_max + 1 : 0; - - for (int other_column_n = 0; other_column_n < table->ColumnsCount; other_column_n++) - { - ImGuiTableColumn* other_column = &table->Columns[other_column_n]; - if (other_column != column && !append_to_sort_specs) - other_column->SortOrder = -1; - TableFixColumnSortDirection(table, other_column); - } - table->IsSettingsDirty = true; - table->IsSortSpecsDirty = true; -} - -void ImGui::TableSortSpecsSanitize(ImGuiTable* table) -{ - IM_ASSERT(table->Flags & ImGuiTableFlags_Sortable); - - // Clear SortOrder from hidden column and verify that there's no gap or duplicate. - int sort_order_count = 0; - ImU64 sort_order_mask = 0x00; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - if (column->SortOrder != -1 && !column->IsEnabled) - column->SortOrder = -1; - if (column->SortOrder == -1) - continue; - sort_order_count++; - sort_order_mask |= ((ImU64)1 << column->SortOrder); - IM_ASSERT(sort_order_count < (int)sizeof(sort_order_mask) * 8); - } - - const bool need_fix_linearize = ((ImU64)1 << sort_order_count) != (sort_order_mask + 1); - const bool need_fix_single_sort_order = (sort_order_count > 1) && !(table->Flags & ImGuiTableFlags_SortMulti); - if (need_fix_linearize || need_fix_single_sort_order) - { - ImU64 fixed_mask = 0x00; - for (int sort_n = 0; sort_n < sort_order_count; sort_n++) - { - // Fix: Rewrite sort order fields if needed so they have no gap or duplicate. - // (e.g. SortOrder 0 disappeared, SortOrder 1..2 exists --> rewrite then as SortOrder 0..1) - int column_with_smallest_sort_order = -1; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - if ((fixed_mask & ((ImU64)1 << (ImU64)column_n)) == 0 && table->Columns[column_n].SortOrder != -1) - if (column_with_smallest_sort_order == -1 || table->Columns[column_n].SortOrder < table->Columns[column_with_smallest_sort_order].SortOrder) - column_with_smallest_sort_order = column_n; - IM_ASSERT(column_with_smallest_sort_order != -1); - fixed_mask |= ((ImU64)1 << column_with_smallest_sort_order); - table->Columns[column_with_smallest_sort_order].SortOrder = (ImGuiTableColumnIdx)sort_n; - - // Fix: Make sure only one column has a SortOrder if ImGuiTableFlags_MultiSortable is not set. - if (need_fix_single_sort_order) - { - sort_order_count = 1; - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - if (column_n != column_with_smallest_sort_order) - table->Columns[column_n].SortOrder = -1; - break; - } - } - } - - // Fallback default sort order (if no column had the ImGuiTableColumnFlags_DefaultSort flag) - if (sort_order_count == 0 && !(table->Flags & ImGuiTableFlags_SortTristate)) - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - if (column->IsEnabled && !(column->Flags & ImGuiTableColumnFlags_NoSort)) - { - sort_order_count = 1; - column->SortOrder = 0; - column->SortDirection = (ImU8)TableGetColumnAvailSortDirection(column, 0); - break; - } - } - - table->SortSpecsCount = (ImGuiTableColumnIdx)sort_order_count; -} - -void ImGui::TableSortSpecsBuild(ImGuiTable* table) -{ - bool dirty = table->IsSortSpecsDirty; - if (dirty) - { - TableSortSpecsSanitize(table); - table->SortSpecsMulti.resize(table->SortSpecsCount <= 1 ? 0 : table->SortSpecsCount); - table->SortSpecs.SpecsDirty = true; // Mark as dirty for user - table->IsSortSpecsDirty = false; // Mark as not dirty for us - } - - // Write output - ImGuiTableColumnSortSpecs* sort_specs = (table->SortSpecsCount == 0) ? NULL : (table->SortSpecsCount == 1) ? &table->SortSpecsSingle : table->SortSpecsMulti.Data; - if (dirty && sort_specs != NULL) - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - { - ImGuiTableColumn* column = &table->Columns[column_n]; - if (column->SortOrder == -1) - continue; - IM_ASSERT(column->SortOrder < table->SortSpecsCount); - ImGuiTableColumnSortSpecs* sort_spec = &sort_specs[column->SortOrder]; - sort_spec->ColumnUserID = column->UserID; - sort_spec->ColumnIndex = (ImGuiTableColumnIdx)column_n; - sort_spec->SortOrder = (ImGuiTableColumnIdx)column->SortOrder; - sort_spec->SortDirection = column->SortDirection; - } - - table->SortSpecs.Specs = sort_specs; - table->SortSpecs.SpecsCount = table->SortSpecsCount; -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Headers -//------------------------------------------------------------------------- -// - TableGetHeaderRowHeight() [Internal] -// - TableHeadersRow() -// - TableHeader() -//------------------------------------------------------------------------- - -float ImGui::TableGetHeaderRowHeight() -{ - // Caring for a minor edge case: - // Calculate row height, for the unlikely case that some labels may be taller than others. - // If we didn't do that, uneven header height would highlight but smaller one before the tallest wouldn't catch input for all height. - // In your custom header row you may omit this all together and just call TableNextRow() without a height... - float row_height = GetTextLineHeight(); - int columns_count = TableGetColumnCount(); - for (int column_n = 0; column_n < columns_count; column_n++) - { - ImGuiTableColumnFlags flags = TableGetColumnFlags(column_n); - if ((flags & ImGuiTableColumnFlags_IsEnabled) && !(flags & ImGuiTableColumnFlags_NoHeaderLabel)) - row_height = ImMax(row_height, CalcTextSize(TableGetColumnName(column_n)).y); - } - row_height += GetStyle().CellPadding.y * 2.0f; - return row_height; -} - -// [Public] This is a helper to output TableHeader() calls based on the column names declared in TableSetupColumn(). -// The intent is that advanced users willing to create customized headers would not need to use this helper -// and can create their own! For example: TableHeader() may be preceeded by Checkbox() or other custom widgets. -// See 'Demo->Tables->Custom headers' for a demonstration of implementing a custom version of this. -// This code is constructed to not make much use of internal functions, as it is intended to be a template to copy. -// FIXME-TABLE: TableOpenContextMenu() and TableGetHeaderRowHeight() are not public. -void ImGui::TableHeadersRow() -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(table != NULL && "Need to call TableHeadersRow() after BeginTable()!"); - - // Layout if not already done (this is automatically done by TableNextRow, we do it here solely to facilitate stepping in debugger as it is frequent to step in TableUpdateLayout) - if (!table->IsLayoutLocked) - TableUpdateLayout(table); - - // Open row - const float row_y1 = GetCursorScreenPos().y; - const float row_height = TableGetHeaderRowHeight(); - TableNextRow(ImGuiTableRowFlags_Headers, row_height); - if (table->HostSkipItems) // Merely an optimization, you may skip in your own code. - return; - - const int columns_count = TableGetColumnCount(); - for (int column_n = 0; column_n < columns_count; column_n++) - { - if (!TableSetColumnIndex(column_n)) - continue; - - // Push an id to allow unnamed labels (generally accidental, but let's behave nicely with them) - // - in your own code you may omit the PushID/PopID all-together, provided you know they won't collide - // - table->InstanceCurrent is only >0 when we use multiple BeginTable/EndTable calls with same identifier. - const char* name = (TableGetColumnFlags(column_n) & ImGuiTableColumnFlags_NoHeaderLabel) ? "" : TableGetColumnName(column_n); - PushID(table->InstanceCurrent * table->ColumnsCount + column_n); - TableHeader(name); - PopID(); - } - - // Allow opening popup from the right-most section after the last column. - ImVec2 mouse_pos = ImGui::GetMousePos(); - if (IsMouseReleased(1) && TableGetHoveredColumn() == columns_count) - if (mouse_pos.y >= row_y1 && mouse_pos.y < row_y1 + row_height) - TableOpenContextMenu(-1); // Will open a non-column-specific popup. -} - -// Emit a column header (text + optional sort order) -// We cpu-clip text here so that all columns headers can be merged into a same draw call. -// Note that because of how we cpu-clip and display sorting indicators, you _cannot_ use SameLine() after a TableHeader() -void ImGui::TableHeader(const char* label) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return; - - ImGuiTable* table = g.CurrentTable; - IM_ASSERT(table != NULL && "Need to call TableHeader() after BeginTable()!"); - IM_ASSERT(table->CurrentColumn != -1); - const int column_n = table->CurrentColumn; - ImGuiTableColumn* column = &table->Columns[column_n]; - - // Label - if (label == NULL) - label = ""; - const char* label_end = FindRenderedTextEnd(label); - ImVec2 label_size = CalcTextSize(label, label_end, true); - ImVec2 label_pos = window->DC.CursorPos; - - // If we already got a row height, there's use that. - // FIXME-TABLE: Padding problem if the correct outer-padding CellBgRect strays off our ClipRect? - ImRect cell_r = TableGetCellBgRect(table, column_n); - float label_height = ImMax(label_size.y, table->RowMinHeight - table->CellPaddingY * 2.0f); - - // Calculate ideal size for sort order arrow - float w_arrow = 0.0f; - float w_sort_text = 0.0f; - char sort_order_suf[4] = ""; - const float ARROW_SCALE = 0.65f; - if ((table->Flags & ImGuiTableFlags_Sortable) && !(column->Flags & ImGuiTableColumnFlags_NoSort)) - { - w_arrow = ImFloor(g.FontSize * ARROW_SCALE + g.Style.FramePadding.x); - if (column->SortOrder > 0) - { - ImFormatString(sort_order_suf, IM_ARRAYSIZE(sort_order_suf), "%d", column->SortOrder + 1); - w_sort_text = g.Style.ItemInnerSpacing.x + CalcTextSize(sort_order_suf).x; - } - } - - // We feed our unclipped width to the column without writing on CursorMaxPos, so that column is still considering for merging. - float max_pos_x = label_pos.x + label_size.x + w_sort_text + w_arrow; - column->ContentMaxXHeadersUsed = ImMax(column->ContentMaxXHeadersUsed, column->WorkMaxX); - column->ContentMaxXHeadersIdeal = ImMax(column->ContentMaxXHeadersIdeal, max_pos_x); - - // Keep header highlighted when context menu is open. - const bool selected = (table->IsContextPopupOpen && table->ContextPopupColumn == column_n && table->InstanceInteracted == table->InstanceCurrent); - ImGuiID id = window->GetID(label); - ImRect bb(cell_r.Min.x, cell_r.Min.y, cell_r.Max.x, ImMax(cell_r.Max.y, cell_r.Min.y + label_height + g.Style.CellPadding.y * 2.0f)); - ItemSize(ImVec2(0.0f, label_height)); // Don't declare unclipped width, it'll be fed ContentMaxPosHeadersIdeal - if (!ItemAdd(bb, id)) - return; - - //GetForegroundDrawList()->AddRect(cell_r.Min, cell_r.Max, IM_COL32(255, 0, 0, 255)); // [DEBUG] - //GetForegroundDrawList()->AddRect(bb.Min, bb.Max, IM_COL32(255, 0, 0, 255)); // [DEBUG] - - // Using AllowItemOverlap mode because we cover the whole cell, and we want user to be able to submit subsequent items. - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_AllowItemOverlap); - if (g.ActiveId != id) - SetItemAllowOverlap(); - if (held || hovered || selected) - { - const ImU32 col = GetColorU32(held ? ImGuiCol_HeaderActive : hovered ? ImGuiCol_HeaderHovered : ImGuiCol_Header); - //RenderFrame(bb.Min, bb.Max, col, false, 0.0f); - TableSetBgColor(ImGuiTableBgTarget_CellBg, col, table->CurrentColumn); - } - else - { - // Submit single cell bg color in the case we didn't submit a full header row - if ((table->RowFlags & ImGuiTableRowFlags_Headers) == 0) - TableSetBgColor(ImGuiTableBgTarget_CellBg, GetColorU32(ImGuiCol_TableHeaderBg), table->CurrentColumn); - } - RenderNavHighlight(bb, id, ImGuiNavHighlightFlags_TypeThin | ImGuiNavHighlightFlags_NoRounding); - if (held) - table->HeldHeaderColumn = (ImGuiTableColumnIdx)column_n; - window->DC.CursorPos.y -= g.Style.ItemSpacing.y * 0.5f; - - // Drag and drop to re-order columns. - // FIXME-TABLE: Scroll request while reordering a column and it lands out of the scrolling zone. - if (held && (table->Flags & ImGuiTableFlags_Reorderable) && IsMouseDragging(0) && !g.DragDropActive) - { - // While moving a column it will jump on the other side of the mouse, so we also test for MouseDelta.x - table->ReorderColumn = (ImGuiTableColumnIdx)column_n; - table->InstanceInteracted = table->InstanceCurrent; - - // We don't reorder: through the frozen<>unfrozen line, or through a column that is marked with ImGuiTableColumnFlags_NoReorder. - if (g.IO.MouseDelta.x < 0.0f && g.IO.MousePos.x < cell_r.Min.x) - if (ImGuiTableColumn* prev_column = (column->PrevEnabledColumn != -1) ? &table->Columns[column->PrevEnabledColumn] : NULL) - if (!((column->Flags | prev_column->Flags) & ImGuiTableColumnFlags_NoReorder)) - if ((column->IndexWithinEnabledSet < table->FreezeColumnsRequest) == (prev_column->IndexWithinEnabledSet < table->FreezeColumnsRequest)) - table->ReorderColumnDir = -1; - if (g.IO.MouseDelta.x > 0.0f && g.IO.MousePos.x > cell_r.Max.x) - if (ImGuiTableColumn* next_column = (column->NextEnabledColumn != -1) ? &table->Columns[column->NextEnabledColumn] : NULL) - if (!((column->Flags | next_column->Flags) & ImGuiTableColumnFlags_NoReorder)) - if ((column->IndexWithinEnabledSet < table->FreezeColumnsRequest) == (next_column->IndexWithinEnabledSet < table->FreezeColumnsRequest)) - table->ReorderColumnDir = +1; - } - - // Sort order arrow - const float ellipsis_max = cell_r.Max.x - w_arrow - w_sort_text; - if ((table->Flags & ImGuiTableFlags_Sortable) && !(column->Flags & ImGuiTableColumnFlags_NoSort)) - { - if (column->SortOrder != -1) - { - float x = ImMax(cell_r.Min.x, cell_r.Max.x - w_arrow - w_sort_text); - float y = label_pos.y; - if (column->SortOrder > 0) - { - PushStyleColor(ImGuiCol_Text, GetColorU32(ImGuiCol_Text, 0.70f)); - RenderText(ImVec2(x + g.Style.ItemInnerSpacing.x, y), sort_order_suf); - PopStyleColor(); - x += w_sort_text; - } - RenderArrow(window->DrawList, ImVec2(x, y), GetColorU32(ImGuiCol_Text), column->SortDirection == ImGuiSortDirection_Ascending ? ImGuiDir_Up : ImGuiDir_Down, ARROW_SCALE); - } - - // Handle clicking on column header to adjust Sort Order - if (pressed && table->ReorderColumn != column_n) - { - ImGuiSortDirection sort_direction = TableGetColumnNextSortDirection(column); - TableSetColumnSortDirection(column_n, sort_direction, g.IO.KeyShift); - } - } - - // Render clipped label. Clipping here ensure that in the majority of situations, all our header cells will - // be merged into a single draw call. - //window->DrawList->AddCircleFilled(ImVec2(ellipsis_max, label_pos.y), 40, IM_COL32_WHITE); - RenderTextEllipsis(window->DrawList, label_pos, ImVec2(ellipsis_max, label_pos.y + label_height + g.Style.FramePadding.y), ellipsis_max, ellipsis_max, label, label_end, &label_size); - - const bool text_clipped = label_size.x > (ellipsis_max - label_pos.x); - if (text_clipped && hovered && g.HoveredIdNotActiveTimer > g.TooltipSlowDelay) - SetTooltip("%.*s", (int)(label_end - label), label); - - // We don't use BeginPopupContextItem() because we want the popup to stay up even after the column is hidden - if (IsMouseReleased(1) && IsItemHovered()) - TableOpenContextMenu(column_n); -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Context Menu -//------------------------------------------------------------------------- -// - TableOpenContextMenu() [Internal] -// - TableDrawContextMenu() [Internal] -//------------------------------------------------------------------------- - -// Use -1 to open menu not specific to a given column. -void ImGui::TableOpenContextMenu(int column_n) -{ - ImGuiContext& g = *GImGui; - ImGuiTable* table = g.CurrentTable; - if (column_n == -1 && table->CurrentColumn != -1) // When called within a column automatically use this one (for consistency) - column_n = table->CurrentColumn; - if (column_n == table->ColumnsCount) // To facilitate using with TableGetHoveredColumn() - column_n = -1; - IM_ASSERT(column_n >= -1 && column_n < table->ColumnsCount); - if (table->Flags & (ImGuiTableFlags_Resizable | ImGuiTableFlags_Reorderable | ImGuiTableFlags_Hideable)) - { - table->IsContextPopupOpen = true; - table->ContextPopupColumn = (ImGuiTableColumnIdx)column_n; - table->InstanceInteracted = table->InstanceCurrent; - const ImGuiID context_menu_id = ImHashStr("##ContextMenu", 0, table->ID); - OpenPopupEx(context_menu_id, ImGuiPopupFlags_None); - } -} - -bool ImGui::TableBeginContextMenuPopup(ImGuiTable* table) -{ - if (!table->IsContextPopupOpen || table->InstanceCurrent != table->InstanceInteracted) - return false; - const ImGuiID context_menu_id = ImHashStr("##ContextMenu", 0, table->ID); - if (BeginPopupEx(context_menu_id, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoSavedSettings)) - return true; - table->IsContextPopupOpen = false; - return false; -} - -// Output context menu into current window (generally a popup) -// FIXME-TABLE: Ideally this should be writable by the user. Full programmatic access to that data? -void ImGui::TableDrawContextMenu(ImGuiTable* table) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return; - - bool want_separator = false; - const int column_n = (table->ContextPopupColumn >= 0 && table->ContextPopupColumn < table->ColumnsCount) ? table->ContextPopupColumn : -1; - ImGuiTableColumn* column = (column_n != -1) ? &table->Columns[column_n] : NULL; - - // Sizing - if (table->Flags & ImGuiTableFlags_Resizable) - { - if (column != NULL) - { - const bool can_resize = !(column->Flags & ImGuiTableColumnFlags_NoResize) && column->IsEnabled; - if (MenuItem("Size column to fit###SizeOne", NULL, false, can_resize)) - TableSetColumnWidthAutoSingle(table, column_n); - } - - const char* size_all_desc; - if (table->ColumnsEnabledFixedCount == table->ColumnsEnabledCount && (table->Flags & ImGuiTableFlags_SizingMask_) != ImGuiTableFlags_SizingFixedSame) - size_all_desc = "Size all columns to fit###SizeAll"; // All fixed - else - size_all_desc = "Size all columns to default###SizeAll"; // All stretch or mixed - if (MenuItem(size_all_desc, NULL)) - TableSetColumnWidthAutoAll(table); - want_separator = true; - } - - // Ordering - if (table->Flags & ImGuiTableFlags_Reorderable) - { - if (MenuItem("Reset order", NULL, false, !table->IsDefaultDisplayOrder)) - table->IsResetDisplayOrderRequest = true; - want_separator = true; - } - - // Reset all (should work but seems unnecessary/noisy to expose?) - //if (MenuItem("Reset all")) - // table->IsResetAllRequest = true; - - // Sorting - // (modify TableOpenContextMenu() to add _Sortable flag if enabling this) -#if 0 - if ((table->Flags & ImGuiTableFlags_Sortable) && column != NULL && (column->Flags & ImGuiTableColumnFlags_NoSort) == 0) - { - if (want_separator) - Separator(); - want_separator = true; - - bool append_to_sort_specs = g.IO.KeyShift; - if (MenuItem("Sort in Ascending Order", NULL, column->SortOrder != -1 && column->SortDirection == ImGuiSortDirection_Ascending, (column->Flags & ImGuiTableColumnFlags_NoSortAscending) == 0)) - TableSetColumnSortDirection(table, column_n, ImGuiSortDirection_Ascending, append_to_sort_specs); - if (MenuItem("Sort in Descending Order", NULL, column->SortOrder != -1 && column->SortDirection == ImGuiSortDirection_Descending, (column->Flags & ImGuiTableColumnFlags_NoSortDescending) == 0)) - TableSetColumnSortDirection(table, column_n, ImGuiSortDirection_Descending, append_to_sort_specs); - } -#endif - - // Hiding / Visibility - if (table->Flags & ImGuiTableFlags_Hideable) - { - if (want_separator) - Separator(); - want_separator = true; - - PushItemFlag(ImGuiItemFlags_SelectableDontClosePopup, true); - for (int other_column_n = 0; other_column_n < table->ColumnsCount; other_column_n++) - { - ImGuiTableColumn* other_column = &table->Columns[other_column_n]; - if (other_column->Flags & ImGuiTableColumnFlags_Disabled) - continue; - - const char* name = TableGetColumnName(table, other_column_n); - if (name == NULL || name[0] == 0) - name = ""; - - // Make sure we can't hide the last active column - bool menu_item_active = (other_column->Flags & ImGuiTableColumnFlags_NoHide) ? false : true; - if (other_column->IsUserEnabled && table->ColumnsEnabledCount <= 1) - menu_item_active = false; - if (MenuItem(name, NULL, other_column->IsUserEnabled, menu_item_active)) - other_column->IsUserEnabledNextFrame = !other_column->IsUserEnabled; - } - PopItemFlag(); - } -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Settings (.ini data) -//------------------------------------------------------------------------- -// FIXME: The binding/finding/creating flow are too confusing. -//------------------------------------------------------------------------- -// - TableSettingsInit() [Internal] -// - TableSettingsCalcChunkSize() [Internal] -// - TableSettingsCreate() [Internal] -// - TableSettingsFindByID() [Internal] -// - TableGetBoundSettings() [Internal] -// - TableResetSettings() -// - TableSaveSettings() [Internal] -// - TableLoadSettings() [Internal] -// - TableSettingsHandler_ClearAll() [Internal] -// - TableSettingsHandler_ApplyAll() [Internal] -// - TableSettingsHandler_ReadOpen() [Internal] -// - TableSettingsHandler_ReadLine() [Internal] -// - TableSettingsHandler_WriteAll() [Internal] -// - TableSettingsInstallHandler() [Internal] -//------------------------------------------------------------------------- -// [Init] 1: TableSettingsHandler_ReadXXXX() Load and parse .ini file into TableSettings. -// [Main] 2: TableLoadSettings() When table is created, bind Table to TableSettings, serialize TableSettings data into Table. -// [Main] 3: TableSaveSettings() When table properties are modified, serialize Table data into bound or new TableSettings, mark .ini as dirty. -// [Main] 4: TableSettingsHandler_WriteAll() When .ini file is dirty (which can come from other source), save TableSettings into .ini file. -//------------------------------------------------------------------------- - -// Clear and initialize empty settings instance -static void TableSettingsInit(ImGuiTableSettings* settings, ImGuiID id, int columns_count, int columns_count_max) -{ - IM_PLACEMENT_NEW(settings) ImGuiTableSettings(); - ImGuiTableColumnSettings* settings_column = settings->GetColumnSettings(); - for (int n = 0; n < columns_count_max; n++, settings_column++) - IM_PLACEMENT_NEW(settings_column) ImGuiTableColumnSettings(); - settings->ID = id; - settings->ColumnsCount = (ImGuiTableColumnIdx)columns_count; - settings->ColumnsCountMax = (ImGuiTableColumnIdx)columns_count_max; - settings->WantApply = true; -} - -static size_t TableSettingsCalcChunkSize(int columns_count) -{ - return sizeof(ImGuiTableSettings) + (size_t)columns_count * sizeof(ImGuiTableColumnSettings); -} - -ImGuiTableSettings* ImGui::TableSettingsCreate(ImGuiID id, int columns_count) -{ - ImGuiContext& g = *GImGui; - ImGuiTableSettings* settings = g.SettingsTables.alloc_chunk(TableSettingsCalcChunkSize(columns_count)); - TableSettingsInit(settings, id, columns_count, columns_count); - return settings; -} - -// Find existing settings -ImGuiTableSettings* ImGui::TableSettingsFindByID(ImGuiID id) -{ - // FIXME-OPT: Might want to store a lookup map for this? - ImGuiContext& g = *GImGui; - for (ImGuiTableSettings* settings = g.SettingsTables.begin(); settings != NULL; settings = g.SettingsTables.next_chunk(settings)) - if (settings->ID == id) - return settings; - return NULL; -} - -// Get settings for a given table, NULL if none -ImGuiTableSettings* ImGui::TableGetBoundSettings(ImGuiTable* table) -{ - if (table->SettingsOffset != -1) - { - ImGuiContext& g = *GImGui; - ImGuiTableSettings* settings = g.SettingsTables.ptr_from_offset(table->SettingsOffset); - IM_ASSERT(settings->ID == table->ID); - if (settings->ColumnsCountMax >= table->ColumnsCount) - return settings; // OK - settings->ID = 0; // Invalidate storage, we won't fit because of a count change - } - return NULL; -} - -// Restore initial state of table (with or without saved settings) -void ImGui::TableResetSettings(ImGuiTable* table) -{ - table->IsInitializing = table->IsSettingsDirty = true; - table->IsResetAllRequest = false; - table->IsSettingsRequestLoad = false; // Don't reload from ini - table->SettingsLoadedFlags = ImGuiTableFlags_None; // Mark as nothing loaded so our initialized data becomes authoritative -} - -void ImGui::TableSaveSettings(ImGuiTable* table) -{ - table->IsSettingsDirty = false; - if (table->Flags & ImGuiTableFlags_NoSavedSettings) - return; - - // Bind or create settings data - ImGuiContext& g = *GImGui; - ImGuiTableSettings* settings = TableGetBoundSettings(table); - if (settings == NULL) - { - settings = TableSettingsCreate(table->ID, table->ColumnsCount); - table->SettingsOffset = g.SettingsTables.offset_from_ptr(settings); - } - settings->ColumnsCount = (ImGuiTableColumnIdx)table->ColumnsCount; - - // Serialize ImGuiTable/ImGuiTableColumn into ImGuiTableSettings/ImGuiTableColumnSettings - IM_ASSERT(settings->ID == table->ID); - IM_ASSERT(settings->ColumnsCount == table->ColumnsCount && settings->ColumnsCountMax >= settings->ColumnsCount); - ImGuiTableColumn* column = table->Columns.Data; - ImGuiTableColumnSettings* column_settings = settings->GetColumnSettings(); - - bool save_ref_scale = false; - settings->SaveFlags = ImGuiTableFlags_None; - for (int n = 0; n < table->ColumnsCount; n++, column++, column_settings++) - { - const float width_or_weight = (column->Flags & ImGuiTableColumnFlags_WidthStretch) ? column->StretchWeight : column->WidthRequest; - column_settings->WidthOrWeight = width_or_weight; - column_settings->Index = (ImGuiTableColumnIdx)n; - column_settings->DisplayOrder = column->DisplayOrder; - column_settings->SortOrder = column->SortOrder; - column_settings->SortDirection = column->SortDirection; - column_settings->IsEnabled = column->IsUserEnabled; - column_settings->IsStretch = (column->Flags & ImGuiTableColumnFlags_WidthStretch) ? 1 : 0; - if ((column->Flags & ImGuiTableColumnFlags_WidthStretch) == 0) - save_ref_scale = true; - - // We skip saving some data in the .ini file when they are unnecessary to restore our state. - // Note that fixed width where initial width was derived from auto-fit will always be saved as InitStretchWeightOrWidth will be 0.0f. - // FIXME-TABLE: We don't have logic to easily compare SortOrder to DefaultSortOrder yet so it's always saved when present. - if (width_or_weight != column->InitStretchWeightOrWidth) - settings->SaveFlags |= ImGuiTableFlags_Resizable; - if (column->DisplayOrder != n) - settings->SaveFlags |= ImGuiTableFlags_Reorderable; - if (column->SortOrder != -1) - settings->SaveFlags |= ImGuiTableFlags_Sortable; - if (column->IsUserEnabled != ((column->Flags & ImGuiTableColumnFlags_DefaultHide) == 0)) - settings->SaveFlags |= ImGuiTableFlags_Hideable; - } - settings->SaveFlags &= table->Flags; - settings->RefScale = save_ref_scale ? table->RefScale : 0.0f; - - MarkIniSettingsDirty(); -} - -void ImGui::TableLoadSettings(ImGuiTable* table) -{ - ImGuiContext& g = *GImGui; - table->IsSettingsRequestLoad = false; - if (table->Flags & ImGuiTableFlags_NoSavedSettings) - return; - - // Bind settings - ImGuiTableSettings* settings; - if (table->SettingsOffset == -1) - { - settings = TableSettingsFindByID(table->ID); - if (settings == NULL) - return; - if (settings->ColumnsCount != table->ColumnsCount) // Allow settings if columns count changed. We could otherwise decide to return... - table->IsSettingsDirty = true; - table->SettingsOffset = g.SettingsTables.offset_from_ptr(settings); - } - else - { - settings = TableGetBoundSettings(table); - } - - table->SettingsLoadedFlags = settings->SaveFlags; - table->RefScale = settings->RefScale; - - // Serialize ImGuiTableSettings/ImGuiTableColumnSettings into ImGuiTable/ImGuiTableColumn - ImGuiTableColumnSettings* column_settings = settings->GetColumnSettings(); - ImU64 display_order_mask = 0; - for (int data_n = 0; data_n < settings->ColumnsCount; data_n++, column_settings++) - { - int column_n = column_settings->Index; - if (column_n < 0 || column_n >= table->ColumnsCount) - continue; - - ImGuiTableColumn* column = &table->Columns[column_n]; - if (settings->SaveFlags & ImGuiTableFlags_Resizable) - { - if (column_settings->IsStretch) - column->StretchWeight = column_settings->WidthOrWeight; - else - column->WidthRequest = column_settings->WidthOrWeight; - column->AutoFitQueue = 0x00; - } - if (settings->SaveFlags & ImGuiTableFlags_Reorderable) - column->DisplayOrder = column_settings->DisplayOrder; - else - column->DisplayOrder = (ImGuiTableColumnIdx)column_n; - display_order_mask |= (ImU64)1 << column->DisplayOrder; - column->IsUserEnabled = column->IsUserEnabledNextFrame = column_settings->IsEnabled; - column->SortOrder = column_settings->SortOrder; - column->SortDirection = column_settings->SortDirection; - } - - // Validate and fix invalid display order data - const ImU64 expected_display_order_mask = (settings->ColumnsCount == 64) ? ~0 : ((ImU64)1 << settings->ColumnsCount) - 1; - if (display_order_mask != expected_display_order_mask) - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - table->Columns[column_n].DisplayOrder = (ImGuiTableColumnIdx)column_n; - - // Rebuild index - for (int column_n = 0; column_n < table->ColumnsCount; column_n++) - table->DisplayOrderToIndex[table->Columns[column_n].DisplayOrder] = (ImGuiTableColumnIdx)column_n; -} - -static void TableSettingsHandler_ClearAll(ImGuiContext* ctx, ImGuiSettingsHandler*) -{ - ImGuiContext& g = *ctx; - for (int i = 0; i != g.Tables.GetMapSize(); i++) - if (ImGuiTable* table = g.Tables.TryGetMapData(i)) - table->SettingsOffset = -1; - g.SettingsTables.clear(); -} - -// Apply to existing windows (if any) -static void TableSettingsHandler_ApplyAll(ImGuiContext* ctx, ImGuiSettingsHandler*) -{ - ImGuiContext& g = *ctx; - for (int i = 0; i != g.Tables.GetMapSize(); i++) - if (ImGuiTable* table = g.Tables.TryGetMapData(i)) - { - table->IsSettingsRequestLoad = true; - table->SettingsOffset = -1; - } -} - -static void* TableSettingsHandler_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) -{ - ImGuiID id = 0; - int columns_count = 0; - if (sscanf(name, "0x%08X,%d", &id, &columns_count) < 2) - return NULL; - - if (ImGuiTableSettings* settings = ImGui::TableSettingsFindByID(id)) - { - if (settings->ColumnsCountMax >= columns_count) - { - TableSettingsInit(settings, id, columns_count, settings->ColumnsCountMax); // Recycle - return settings; - } - settings->ID = 0; // Invalidate storage, we won't fit because of a count change - } - return ImGui::TableSettingsCreate(id, columns_count); -} - -static void TableSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const char* line) -{ - // "Column 0 UserID=0x42AD2D21 Width=100 Visible=1 Order=0 Sort=0v" - ImGuiTableSettings* settings = (ImGuiTableSettings*)entry; - float f = 0.0f; - int column_n = 0, r = 0, n = 0; - - if (sscanf(line, "RefScale=%f", &f) == 1) { settings->RefScale = f; return; } - - if (sscanf(line, "Column %d%n", &column_n, &r) == 1) - { - if (column_n < 0 || column_n >= settings->ColumnsCount) - return; - line = ImStrSkipBlank(line + r); - char c = 0; - ImGuiTableColumnSettings* column = settings->GetColumnSettings() + column_n; - column->Index = (ImGuiTableColumnIdx)column_n; - if (sscanf(line, "UserID=0x%08X%n", (ImU32*)&n, &r)==1) { line = ImStrSkipBlank(line + r); column->UserID = (ImGuiID)n; } - if (sscanf(line, "Width=%d%n", &n, &r) == 1) { line = ImStrSkipBlank(line + r); column->WidthOrWeight = (float)n; column->IsStretch = 0; settings->SaveFlags |= ImGuiTableFlags_Resizable; } - if (sscanf(line, "Weight=%f%n", &f, &r) == 1) { line = ImStrSkipBlank(line + r); column->WidthOrWeight = f; column->IsStretch = 1; settings->SaveFlags |= ImGuiTableFlags_Resizable; } - if (sscanf(line, "Visible=%d%n", &n, &r) == 1) { line = ImStrSkipBlank(line + r); column->IsEnabled = (ImU8)n; settings->SaveFlags |= ImGuiTableFlags_Hideable; } - if (sscanf(line, "Order=%d%n", &n, &r) == 1) { line = ImStrSkipBlank(line + r); column->DisplayOrder = (ImGuiTableColumnIdx)n; settings->SaveFlags |= ImGuiTableFlags_Reorderable; } - if (sscanf(line, "Sort=%d%c%n", &n, &c, &r) == 2) { line = ImStrSkipBlank(line + r); column->SortOrder = (ImGuiTableColumnIdx)n; column->SortDirection = (c == '^') ? ImGuiSortDirection_Descending : ImGuiSortDirection_Ascending; settings->SaveFlags |= ImGuiTableFlags_Sortable; } - } -} - -static void TableSettingsHandler_WriteAll(ImGuiContext* ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* buf) -{ - ImGuiContext& g = *ctx; - for (ImGuiTableSettings* settings = g.SettingsTables.begin(); settings != NULL; settings = g.SettingsTables.next_chunk(settings)) - { - if (settings->ID == 0) // Skip ditched settings - continue; - - // TableSaveSettings() may clear some of those flags when we establish that the data can be stripped - // (e.g. Order was unchanged) - const bool save_size = (settings->SaveFlags & ImGuiTableFlags_Resizable) != 0; - const bool save_visible = (settings->SaveFlags & ImGuiTableFlags_Hideable) != 0; - const bool save_order = (settings->SaveFlags & ImGuiTableFlags_Reorderable) != 0; - const bool save_sort = (settings->SaveFlags & ImGuiTableFlags_Sortable) != 0; - if (!save_size && !save_visible && !save_order && !save_sort) - continue; - - buf->reserve(buf->size() + 30 + settings->ColumnsCount * 50); // ballpark reserve - buf->appendf("[%s][0x%08X,%d]\n", handler->TypeName, settings->ID, settings->ColumnsCount); - if (settings->RefScale != 0.0f) - buf->appendf("RefScale=%g\n", settings->RefScale); - ImGuiTableColumnSettings* column = settings->GetColumnSettings(); - for (int column_n = 0; column_n < settings->ColumnsCount; column_n++, column++) - { - // "Column 0 UserID=0x42AD2D21 Width=100 Visible=1 Order=0 Sort=0v" - bool save_column = column->UserID != 0 || save_size || save_visible || save_order || (save_sort && column->SortOrder != -1); - if (!save_column) - continue; - buf->appendf("Column %-2d", column_n); - if (column->UserID != 0) buf->appendf(" UserID=%08X", column->UserID); - if (save_size && column->IsStretch) buf->appendf(" Weight=%.4f", column->WidthOrWeight); - if (save_size && !column->IsStretch) buf->appendf(" Width=%d", (int)column->WidthOrWeight); - if (save_visible) buf->appendf(" Visible=%d", column->IsEnabled); - if (save_order) buf->appendf(" Order=%d", column->DisplayOrder); - if (save_sort && column->SortOrder != -1) buf->appendf(" Sort=%d%c", column->SortOrder, (column->SortDirection == ImGuiSortDirection_Ascending) ? 'v' : '^'); - buf->append("\n"); - } - buf->append("\n"); - } -} - -void ImGui::TableSettingsAddSettingsHandler() -{ - ImGuiSettingsHandler ini_handler; - ini_handler.TypeName = "Table"; - ini_handler.TypeHash = ImHashStr("Table"); - ini_handler.ClearAllFn = TableSettingsHandler_ClearAll; - ini_handler.ReadOpenFn = TableSettingsHandler_ReadOpen; - ini_handler.ReadLineFn = TableSettingsHandler_ReadLine; - ini_handler.ApplyAllFn = TableSettingsHandler_ApplyAll; - ini_handler.WriteAllFn = TableSettingsHandler_WriteAll; - AddSettingsHandler(&ini_handler); -} - -//------------------------------------------------------------------------- -// [SECTION] Tables: Garbage Collection -//------------------------------------------------------------------------- -// - TableRemove() [Internal] -// - TableGcCompactTransientBuffers() [Internal] -// - TableGcCompactSettings() [Internal] -//------------------------------------------------------------------------- - -// Remove Table (currently only used by TestEngine) -void ImGui::TableRemove(ImGuiTable* table) -{ - //IMGUI_DEBUG_PRINT("TableRemove() id=0x%08X\n", table->ID); - ImGuiContext& g = *GImGui; - int table_idx = g.Tables.GetIndex(table); - //memset(table->RawData.Data, 0, table->RawData.size_in_bytes()); - //memset(table, 0, sizeof(ImGuiTable)); - g.Tables.Remove(table->ID, table); - g.TablesLastTimeActive[table_idx] = -1.0f; -} - -// Free up/compact internal Table buffers for when it gets unused -void ImGui::TableGcCompactTransientBuffers(ImGuiTable* table) -{ - //IMGUI_DEBUG_PRINT("TableGcCompactTransientBuffers() id=0x%08X\n", table->ID); - ImGuiContext& g = *GImGui; - IM_ASSERT(table->MemoryCompacted == false); - table->SortSpecs.Specs = NULL; - table->SortSpecsMulti.clear(); - table->IsSortSpecsDirty = true; // FIXME: shouldn't have to leak into user performing a sort - table->ColumnsNames.clear(); - table->MemoryCompacted = true; - for (int n = 0; n < table->ColumnsCount; n++) - table->Columns[n].NameOffset = -1; - g.TablesLastTimeActive[g.Tables.GetIndex(table)] = -1.0f; -} - -void ImGui::TableGcCompactTransientBuffers(ImGuiTableTempData* temp_data) -{ - temp_data->DrawSplitter.ClearFreeMemory(); - temp_data->LastTimeActive = -1.0f; -} - -// Compact and remove unused settings data (currently only used by TestEngine) -void ImGui::TableGcCompactSettings() -{ - ImGuiContext& g = *GImGui; - int required_memory = 0; - for (ImGuiTableSettings* settings = g.SettingsTables.begin(); settings != NULL; settings = g.SettingsTables.next_chunk(settings)) - if (settings->ID != 0) - required_memory += (int)TableSettingsCalcChunkSize(settings->ColumnsCount); - if (required_memory == g.SettingsTables.Buf.Size) - return; - ImChunkStream new_chunk_stream; - new_chunk_stream.Buf.reserve(required_memory); - for (ImGuiTableSettings* settings = g.SettingsTables.begin(); settings != NULL; settings = g.SettingsTables.next_chunk(settings)) - if (settings->ID != 0) - memcpy(new_chunk_stream.alloc_chunk(TableSettingsCalcChunkSize(settings->ColumnsCount)), settings, TableSettingsCalcChunkSize(settings->ColumnsCount)); - g.SettingsTables.swap(new_chunk_stream); -} - - -//------------------------------------------------------------------------- -// [SECTION] Tables: Debugging -//------------------------------------------------------------------------- -// - DebugNodeTable() [Internal] -//------------------------------------------------------------------------- - -#ifndef IMGUI_DISABLE_DEBUG_TOOLS - -static const char* DebugNodeTableGetSizingPolicyDesc(ImGuiTableFlags sizing_policy) -{ - sizing_policy &= ImGuiTableFlags_SizingMask_; - if (sizing_policy == ImGuiTableFlags_SizingFixedFit) { return "FixedFit"; } - if (sizing_policy == ImGuiTableFlags_SizingFixedSame) { return "FixedSame"; } - if (sizing_policy == ImGuiTableFlags_SizingStretchProp) { return "StretchProp"; } - if (sizing_policy == ImGuiTableFlags_SizingStretchSame) { return "StretchSame"; } - return "N/A"; -} - -void ImGui::DebugNodeTable(ImGuiTable* table) -{ - char buf[512]; - char* p = buf; - const char* buf_end = buf + IM_ARRAYSIZE(buf); - const bool is_active = (table->LastFrameActive >= ImGui::GetFrameCount() - 2); // Note that fully clipped early out scrolling tables will appear as inactive here. - ImFormatString(p, buf_end - p, "Table 0x%08X (%d columns, in '%s')%s", table->ID, table->ColumnsCount, table->OuterWindow->Name, is_active ? "" : " *Inactive*"); - if (!is_active) { PushStyleColor(ImGuiCol_Text, GetStyleColorVec4(ImGuiCol_TextDisabled)); } - bool open = TreeNode(table, "%s", buf); - if (!is_active) { PopStyleColor(); } - if (IsItemHovered()) - GetForegroundDrawList()->AddRect(table->OuterRect.Min, table->OuterRect.Max, IM_COL32(255, 255, 0, 255)); - if (IsItemVisible() && table->HoveredColumnBody != -1) - GetForegroundDrawList()->AddRect(GetItemRectMin(), GetItemRectMax(), IM_COL32(255, 255, 0, 255)); - if (!open) - return; - if (table->InstanceCurrent > 0) - ImGui::Text("** %d instances of same table! Some data below will refer to last instance.", table->InstanceCurrent + 1); - bool clear_settings = SmallButton("Clear settings"); - BulletText("OuterRect: Pos: (%.1f,%.1f) Size: (%.1f,%.1f) Sizing: '%s'", table->OuterRect.Min.x, table->OuterRect.Min.y, table->OuterRect.GetWidth(), table->OuterRect.GetHeight(), DebugNodeTableGetSizingPolicyDesc(table->Flags)); - BulletText("ColumnsGivenWidth: %.1f, ColumnsAutoFitWidth: %.1f, InnerWidth: %.1f%s", table->ColumnsGivenWidth, table->ColumnsAutoFitWidth, table->InnerWidth, table->InnerWidth == 0.0f ? " (auto)" : ""); - BulletText("CellPaddingX: %.1f, CellSpacingX: %.1f/%.1f, OuterPaddingX: %.1f", table->CellPaddingX, table->CellSpacingX1, table->CellSpacingX2, table->OuterPaddingX); - BulletText("HoveredColumnBody: %d, HoveredColumnBorder: %d", table->HoveredColumnBody, table->HoveredColumnBorder); - BulletText("ResizedColumn: %d, ReorderColumn: %d, HeldHeaderColumn: %d", table->ResizedColumn, table->ReorderColumn, table->HeldHeaderColumn); - //BulletText("BgDrawChannels: %d/%d", 0, table->BgDrawChannelUnfrozen); - float sum_weights = 0.0f; - for (int n = 0; n < table->ColumnsCount; n++) - if (table->Columns[n].Flags & ImGuiTableColumnFlags_WidthStretch) - sum_weights += table->Columns[n].StretchWeight; - for (int n = 0; n < table->ColumnsCount; n++) - { - ImGuiTableColumn* column = &table->Columns[n]; - const char* name = TableGetColumnName(table, n); - ImFormatString(buf, IM_ARRAYSIZE(buf), - "Column %d order %d '%s': offset %+.2f to %+.2f%s\n" - "Enabled: %d, VisibleX/Y: %d/%d, RequestOutput: %d, SkipItems: %d, DrawChannels: %d,%d\n" - "WidthGiven: %.1f, Request/Auto: %.1f/%.1f, StretchWeight: %.3f (%.1f%%)\n" - "MinX: %.1f, MaxX: %.1f (%+.1f), ClipRect: %.1f to %.1f (+%.1f)\n" - "ContentWidth: %.1f,%.1f, HeadersUsed/Ideal %.1f/%.1f\n" - "Sort: %d%s, UserID: 0x%08X, Flags: 0x%04X: %s%s%s..", - n, column->DisplayOrder, name, column->MinX - table->WorkRect.Min.x, column->MaxX - table->WorkRect.Min.x, (n < table->FreezeColumnsRequest) ? " (Frozen)" : "", - column->IsEnabled, column->IsVisibleX, column->IsVisibleY, column->IsRequestOutput, column->IsSkipItems, column->DrawChannelFrozen, column->DrawChannelUnfrozen, - column->WidthGiven, column->WidthRequest, column->WidthAuto, column->StretchWeight, column->StretchWeight > 0.0f ? (column->StretchWeight / sum_weights) * 100.0f : 0.0f, - column->MinX, column->MaxX, column->MaxX - column->MinX, column->ClipRect.Min.x, column->ClipRect.Max.x, column->ClipRect.Max.x - column->ClipRect.Min.x, - column->ContentMaxXFrozen - column->WorkMinX, column->ContentMaxXUnfrozen - column->WorkMinX, column->ContentMaxXHeadersUsed - column->WorkMinX, column->ContentMaxXHeadersIdeal - column->WorkMinX, - column->SortOrder, (column->SortDirection == ImGuiSortDirection_Ascending) ? " (Asc)" : (column->SortDirection == ImGuiSortDirection_Descending) ? " (Des)" : "", column->UserID, column->Flags, - (column->Flags & ImGuiTableColumnFlags_WidthStretch) ? "WidthStretch " : "", - (column->Flags & ImGuiTableColumnFlags_WidthFixed) ? "WidthFixed " : "", - (column->Flags & ImGuiTableColumnFlags_NoResize) ? "NoResize " : ""); - Bullet(); - Selectable(buf); - if (IsItemHovered()) - { - ImRect r(column->MinX, table->OuterRect.Min.y, column->MaxX, table->OuterRect.Max.y); - GetForegroundDrawList()->AddRect(r.Min, r.Max, IM_COL32(255, 255, 0, 255)); - } - } - if (ImGuiTableSettings* settings = TableGetBoundSettings(table)) - DebugNodeTableSettings(settings); - if (clear_settings) - table->IsResetAllRequest = true; - TreePop(); -} - -void ImGui::DebugNodeTableSettings(ImGuiTableSettings* settings) -{ - if (!TreeNode((void*)(intptr_t)settings->ID, "Settings 0x%08X (%d columns)", settings->ID, settings->ColumnsCount)) - return; - BulletText("SaveFlags: 0x%08X", settings->SaveFlags); - BulletText("ColumnsCount: %d (max %d)", settings->ColumnsCount, settings->ColumnsCountMax); - for (int n = 0; n < settings->ColumnsCount; n++) - { - ImGuiTableColumnSettings* column_settings = &settings->GetColumnSettings()[n]; - ImGuiSortDirection sort_dir = (column_settings->SortOrder != -1) ? (ImGuiSortDirection)column_settings->SortDirection : ImGuiSortDirection_None; - BulletText("Column %d Order %d SortOrder %d %s Vis %d %s %7.3f UserID 0x%08X", - n, column_settings->DisplayOrder, column_settings->SortOrder, - (sort_dir == ImGuiSortDirection_Ascending) ? "Asc" : (sort_dir == ImGuiSortDirection_Descending) ? "Des" : "---", - column_settings->IsEnabled, column_settings->IsStretch ? "Weight" : "Width ", column_settings->WidthOrWeight, column_settings->UserID); - } - TreePop(); -} - -#else // #ifndef IMGUI_DISABLE_DEBUG_TOOLS - -void ImGui::DebugNodeTable(ImGuiTable*) {} -void ImGui::DebugNodeTableSettings(ImGuiTableSettings*) {} - -#endif - - -//------------------------------------------------------------------------- -// [SECTION] Columns, BeginColumns, EndColumns, etc. -// (This is a legacy API, prefer using BeginTable/EndTable!) -//------------------------------------------------------------------------- -// FIXME: sizing is lossy when columns width is very small (default width may turn negative etc.) -//------------------------------------------------------------------------- -// - SetWindowClipRectBeforeSetChannel() [Internal] -// - GetColumnIndex() -// - GetColumnsCount() -// - GetColumnOffset() -// - GetColumnWidth() -// - SetColumnOffset() -// - SetColumnWidth() -// - PushColumnClipRect() [Internal] -// - PushColumnsBackground() [Internal] -// - PopColumnsBackground() [Internal] -// - FindOrCreateColumns() [Internal] -// - GetColumnsID() [Internal] -// - BeginColumns() -// - NextColumn() -// - EndColumns() -// - Columns() -//------------------------------------------------------------------------- - -// [Internal] Small optimization to avoid calls to PopClipRect/SetCurrentChannel/PushClipRect in sequences, -// they would meddle many times with the underlying ImDrawCmd. -// Instead, we do a preemptive overwrite of clipping rectangle _without_ altering the command-buffer and let -// the subsequent single call to SetCurrentChannel() does it things once. -void ImGui::SetWindowClipRectBeforeSetChannel(ImGuiWindow* window, const ImRect& clip_rect) -{ - ImVec4 clip_rect_vec4 = clip_rect.ToVec4(); - window->ClipRect = clip_rect; - window->DrawList->_CmdHeader.ClipRect = clip_rect_vec4; - window->DrawList->_ClipRectStack.Data[window->DrawList->_ClipRectStack.Size - 1] = clip_rect_vec4; -} - -int ImGui::GetColumnIndex() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->DC.CurrentColumns ? window->DC.CurrentColumns->Current : 0; -} - -int ImGui::GetColumnsCount() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - return window->DC.CurrentColumns ? window->DC.CurrentColumns->Count : 1; -} - -float ImGui::GetColumnOffsetFromNorm(const ImGuiOldColumns* columns, float offset_norm) -{ - return offset_norm * (columns->OffMaxX - columns->OffMinX); -} - -float ImGui::GetColumnNormFromOffset(const ImGuiOldColumns* columns, float offset) -{ - return offset / (columns->OffMaxX - columns->OffMinX); -} - -static const float COLUMNS_HIT_RECT_HALF_WIDTH = 4.0f; - -static float GetDraggedColumnOffset(ImGuiOldColumns* columns, int column_index) -{ - // Active (dragged) column always follow mouse. The reason we need this is that dragging a column to the right edge of an auto-resizing - // window creates a feedback loop because we store normalized positions. So while dragging we enforce absolute positioning. - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_ASSERT(column_index > 0); // We are not supposed to drag column 0. - IM_ASSERT(g.ActiveId == columns->ID + ImGuiID(column_index)); - - float x = g.IO.MousePos.x - g.ActiveIdClickOffset.x + COLUMNS_HIT_RECT_HALF_WIDTH - window->Pos.x; - x = ImMax(x, ImGui::GetColumnOffset(column_index - 1) + g.Style.ColumnsMinSpacing); - if ((columns->Flags & ImGuiOldColumnFlags_NoPreserveWidths)) - x = ImMin(x, ImGui::GetColumnOffset(column_index + 1) - g.Style.ColumnsMinSpacing); - - return x; -} - -float ImGui::GetColumnOffset(int column_index) -{ - ImGuiWindow* window = GetCurrentWindowRead(); - ImGuiOldColumns* columns = window->DC.CurrentColumns; - if (columns == NULL) - return 0.0f; - - if (column_index < 0) - column_index = columns->Current; - IM_ASSERT(column_index < columns->Columns.Size); - - const float t = columns->Columns[column_index].OffsetNorm; - const float x_offset = ImLerp(columns->OffMinX, columns->OffMaxX, t); - return x_offset; -} - -static float GetColumnWidthEx(ImGuiOldColumns* columns, int column_index, bool before_resize = false) -{ - if (column_index < 0) - column_index = columns->Current; - - float offset_norm; - if (before_resize) - offset_norm = columns->Columns[column_index + 1].OffsetNormBeforeResize - columns->Columns[column_index].OffsetNormBeforeResize; - else - offset_norm = columns->Columns[column_index + 1].OffsetNorm - columns->Columns[column_index].OffsetNorm; - return ImGui::GetColumnOffsetFromNorm(columns, offset_norm); -} - -float ImGui::GetColumnWidth(int column_index) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiOldColumns* columns = window->DC.CurrentColumns; - if (columns == NULL) - return GetContentRegionAvail().x; - - if (column_index < 0) - column_index = columns->Current; - return GetColumnOffsetFromNorm(columns, columns->Columns[column_index + 1].OffsetNorm - columns->Columns[column_index].OffsetNorm); -} - -void ImGui::SetColumnOffset(int column_index, float offset) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiOldColumns* columns = window->DC.CurrentColumns; - IM_ASSERT(columns != NULL); - - if (column_index < 0) - column_index = columns->Current; - IM_ASSERT(column_index < columns->Columns.Size); - - const bool preserve_width = !(columns->Flags & ImGuiOldColumnFlags_NoPreserveWidths) && (column_index < columns->Count - 1); - const float width = preserve_width ? GetColumnWidthEx(columns, column_index, columns->IsBeingResized) : 0.0f; - - if (!(columns->Flags & ImGuiOldColumnFlags_NoForceWithinWindow)) - offset = ImMin(offset, columns->OffMaxX - g.Style.ColumnsMinSpacing * (columns->Count - column_index)); - columns->Columns[column_index].OffsetNorm = GetColumnNormFromOffset(columns, offset - columns->OffMinX); - - if (preserve_width) - SetColumnOffset(column_index + 1, offset + ImMax(g.Style.ColumnsMinSpacing, width)); -} - -void ImGui::SetColumnWidth(int column_index, float width) -{ - ImGuiWindow* window = GetCurrentWindowRead(); - ImGuiOldColumns* columns = window->DC.CurrentColumns; - IM_ASSERT(columns != NULL); - - if (column_index < 0) - column_index = columns->Current; - SetColumnOffset(column_index + 1, GetColumnOffset(column_index) + width); -} - -void ImGui::PushColumnClipRect(int column_index) -{ - ImGuiWindow* window = GetCurrentWindowRead(); - ImGuiOldColumns* columns = window->DC.CurrentColumns; - if (column_index < 0) - column_index = columns->Current; - - ImGuiOldColumnData* column = &columns->Columns[column_index]; - PushClipRect(column->ClipRect.Min, column->ClipRect.Max, false); -} - -// Get into the columns background draw command (which is generally the same draw command as before we called BeginColumns) -void ImGui::PushColumnsBackground() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - ImGuiOldColumns* columns = window->DC.CurrentColumns; - if (columns->Count == 1) - return; - - // Optimization: avoid SetCurrentChannel() + PushClipRect() - columns->HostBackupClipRect = window->ClipRect; - SetWindowClipRectBeforeSetChannel(window, columns->HostInitialClipRect); - columns->Splitter.SetCurrentChannel(window->DrawList, 0); -} - -void ImGui::PopColumnsBackground() -{ - ImGuiWindow* window = GetCurrentWindowRead(); - ImGuiOldColumns* columns = window->DC.CurrentColumns; - if (columns->Count == 1) - return; - - // Optimization: avoid PopClipRect() + SetCurrentChannel() - SetWindowClipRectBeforeSetChannel(window, columns->HostBackupClipRect); - columns->Splitter.SetCurrentChannel(window->DrawList, columns->Current + 1); -} - -ImGuiOldColumns* ImGui::FindOrCreateColumns(ImGuiWindow* window, ImGuiID id) -{ - // We have few columns per window so for now we don't need bother much with turning this into a faster lookup. - for (int n = 0; n < window->ColumnsStorage.Size; n++) - if (window->ColumnsStorage[n].ID == id) - return &window->ColumnsStorage[n]; - - window->ColumnsStorage.push_back(ImGuiOldColumns()); - ImGuiOldColumns* columns = &window->ColumnsStorage.back(); - columns->ID = id; - return columns; -} - -ImGuiID ImGui::GetColumnsID(const char* str_id, int columns_count) -{ - ImGuiWindow* window = GetCurrentWindow(); - - // Differentiate column ID with an arbitrary prefix for cases where users name their columns set the same as another widget. - // In addition, when an identifier isn't explicitly provided we include the number of columns in the hash to make it uniquer. - PushID(0x11223347 + (str_id ? 0 : columns_count)); - ImGuiID id = window->GetID(str_id ? str_id : "columns"); - PopID(); - - return id; -} - -void ImGui::BeginColumns(const char* str_id, int columns_count, ImGuiOldColumnFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - - IM_ASSERT(columns_count >= 1); - IM_ASSERT(window->DC.CurrentColumns == NULL); // Nested columns are currently not supported - - // Acquire storage for the columns set - ImGuiID id = GetColumnsID(str_id, columns_count); - ImGuiOldColumns* columns = FindOrCreateColumns(window, id); - IM_ASSERT(columns->ID == id); - columns->Current = 0; - columns->Count = columns_count; - columns->Flags = flags; - window->DC.CurrentColumns = columns; - - columns->HostCursorPosY = window->DC.CursorPos.y; - columns->HostCursorMaxPosX = window->DC.CursorMaxPos.x; - columns->HostInitialClipRect = window->ClipRect; - columns->HostBackupParentWorkRect = window->ParentWorkRect; - window->ParentWorkRect = window->WorkRect; - - // Set state for first column - // We aim so that the right-most column will have the same clipping width as other after being clipped by parent ClipRect - const float column_padding = g.Style.ItemSpacing.x; - const float half_clip_extend_x = ImFloor(ImMax(window->WindowPadding.x * 0.5f, window->WindowBorderSize)); - const float max_1 = window->WorkRect.Max.x + column_padding - ImMax(column_padding - window->WindowPadding.x, 0.0f); - const float max_2 = window->WorkRect.Max.x + half_clip_extend_x; - columns->OffMinX = window->DC.Indent.x - column_padding + ImMax(column_padding - window->WindowPadding.x, 0.0f); - columns->OffMaxX = ImMax(ImMin(max_1, max_2) - window->Pos.x, columns->OffMinX + 1.0f); - columns->LineMinY = columns->LineMaxY = window->DC.CursorPos.y; - - // Clear data if columns count changed - if (columns->Columns.Size != 0 && columns->Columns.Size != columns_count + 1) - columns->Columns.resize(0); - - // Initialize default widths - columns->IsFirstFrame = (columns->Columns.Size == 0); - if (columns->Columns.Size == 0) - { - columns->Columns.reserve(columns_count + 1); - for (int n = 0; n < columns_count + 1; n++) - { - ImGuiOldColumnData column; - column.OffsetNorm = n / (float)columns_count; - columns->Columns.push_back(column); - } - } - - for (int n = 0; n < columns_count; n++) - { - // Compute clipping rectangle - ImGuiOldColumnData* column = &columns->Columns[n]; - float clip_x1 = IM_ROUND(window->Pos.x + GetColumnOffset(n)); - float clip_x2 = IM_ROUND(window->Pos.x + GetColumnOffset(n + 1) - 1.0f); - column->ClipRect = ImRect(clip_x1, -FLT_MAX, clip_x2, +FLT_MAX); - column->ClipRect.ClipWithFull(window->ClipRect); - } - - if (columns->Count > 1) - { - columns->Splitter.Split(window->DrawList, 1 + columns->Count); - columns->Splitter.SetCurrentChannel(window->DrawList, 1); - PushColumnClipRect(0); - } - - // We don't generally store Indent.x inside ColumnsOffset because it may be manipulated by the user. - float offset_0 = GetColumnOffset(columns->Current); - float offset_1 = GetColumnOffset(columns->Current + 1); - float width = offset_1 - offset_0; - PushItemWidth(width * 0.65f); - window->DC.ColumnsOffset.x = ImMax(column_padding - window->WindowPadding.x, 0.0f); - window->DC.CursorPos.x = IM_FLOOR(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x); - window->WorkRect.Max.x = window->Pos.x + offset_1 - column_padding; -} - -void ImGui::NextColumn() -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems || window->DC.CurrentColumns == NULL) - return; - - ImGuiContext& g = *GImGui; - ImGuiOldColumns* columns = window->DC.CurrentColumns; - - if (columns->Count == 1) - { - window->DC.CursorPos.x = IM_FLOOR(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x); - IM_ASSERT(columns->Current == 0); - return; - } - - // Next column - if (++columns->Current == columns->Count) - columns->Current = 0; - - PopItemWidth(); - - // Optimization: avoid PopClipRect() + SetCurrentChannel() + PushClipRect() - // (which would needlessly attempt to update commands in the wrong channel, then pop or overwrite them), - ImGuiOldColumnData* column = &columns->Columns[columns->Current]; - SetWindowClipRectBeforeSetChannel(window, column->ClipRect); - columns->Splitter.SetCurrentChannel(window->DrawList, columns->Current + 1); - - const float column_padding = g.Style.ItemSpacing.x; - columns->LineMaxY = ImMax(columns->LineMaxY, window->DC.CursorPos.y); - if (columns->Current > 0) - { - // Columns 1+ ignore IndentX (by canceling it out) - // FIXME-COLUMNS: Unnecessary, could be locked? - window->DC.ColumnsOffset.x = GetColumnOffset(columns->Current) - window->DC.Indent.x + column_padding; - } - else - { - // New row/line: column 0 honor IndentX. - window->DC.ColumnsOffset.x = ImMax(column_padding - window->WindowPadding.x, 0.0f); - columns->LineMinY = columns->LineMaxY; - } - window->DC.CursorPos.x = IM_FLOOR(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x); - window->DC.CursorPos.y = columns->LineMinY; - window->DC.CurrLineSize = ImVec2(0.0f, 0.0f); - window->DC.CurrLineTextBaseOffset = 0.0f; - - // FIXME-COLUMNS: Share code with BeginColumns() - move code on columns setup. - float offset_0 = GetColumnOffset(columns->Current); - float offset_1 = GetColumnOffset(columns->Current + 1); - float width = offset_1 - offset_0; - PushItemWidth(width * 0.65f); - window->WorkRect.Max.x = window->Pos.x + offset_1 - column_padding; -} - -void ImGui::EndColumns() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - ImGuiOldColumns* columns = window->DC.CurrentColumns; - IM_ASSERT(columns != NULL); - - PopItemWidth(); - if (columns->Count > 1) - { - PopClipRect(); - columns->Splitter.Merge(window->DrawList); - } - - const ImGuiOldColumnFlags flags = columns->Flags; - columns->LineMaxY = ImMax(columns->LineMaxY, window->DC.CursorPos.y); - window->DC.CursorPos.y = columns->LineMaxY; - if (!(flags & ImGuiOldColumnFlags_GrowParentContentsSize)) - window->DC.CursorMaxPos.x = columns->HostCursorMaxPosX; // Restore cursor max pos, as columns don't grow parent - - // Draw columns borders and handle resize - // The IsBeingResized flag ensure we preserve pre-resize columns width so back-and-forth are not lossy - bool is_being_resized = false; - if (!(flags & ImGuiOldColumnFlags_NoBorder) && !window->SkipItems) - { - // We clip Y boundaries CPU side because very long triangles are mishandled by some GPU drivers. - const float y1 = ImMax(columns->HostCursorPosY, window->ClipRect.Min.y); - const float y2 = ImMin(window->DC.CursorPos.y, window->ClipRect.Max.y); - int dragging_column = -1; - for (int n = 1; n < columns->Count; n++) - { - ImGuiOldColumnData* column = &columns->Columns[n]; - float x = window->Pos.x + GetColumnOffset(n); - const ImGuiID column_id = columns->ID + ImGuiID(n); - const float column_hit_hw = COLUMNS_HIT_RECT_HALF_WIDTH; - const ImRect column_hit_rect(ImVec2(x - column_hit_hw, y1), ImVec2(x + column_hit_hw, y2)); - KeepAliveID(column_id); - if (IsClippedEx(column_hit_rect, column_id)) // FIXME: Can be removed or replaced with a lower-level test - continue; - - bool hovered = false, held = false; - if (!(flags & ImGuiOldColumnFlags_NoResize)) - { - ButtonBehavior(column_hit_rect, column_id, &hovered, &held); - if (hovered || held) - g.MouseCursor = ImGuiMouseCursor_ResizeEW; - if (held && !(column->Flags & ImGuiOldColumnFlags_NoResize)) - dragging_column = n; - } - - // Draw column - const ImU32 col = GetColorU32(held ? ImGuiCol_SeparatorActive : hovered ? ImGuiCol_SeparatorHovered : ImGuiCol_Separator); - const float xi = IM_FLOOR(x); - window->DrawList->AddLine(ImVec2(xi, y1 + 1.0f), ImVec2(xi, y2), col); - } - - // Apply dragging after drawing the column lines, so our rendered lines are in sync with how items were displayed during the frame. - if (dragging_column != -1) - { - if (!columns->IsBeingResized) - for (int n = 0; n < columns->Count + 1; n++) - columns->Columns[n].OffsetNormBeforeResize = columns->Columns[n].OffsetNorm; - columns->IsBeingResized = is_being_resized = true; - float x = GetDraggedColumnOffset(columns, dragging_column); - SetColumnOffset(dragging_column, x); - } - } - columns->IsBeingResized = is_being_resized; - - window->WorkRect = window->ParentWorkRect; - window->ParentWorkRect = columns->HostBackupParentWorkRect; - window->DC.CurrentColumns = NULL; - window->DC.ColumnsOffset.x = 0.0f; - window->DC.CursorPos.x = IM_FLOOR(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x); -} - -void ImGui::Columns(int columns_count, const char* id, bool border) -{ - ImGuiWindow* window = GetCurrentWindow(); - IM_ASSERT(columns_count >= 1); - - ImGuiOldColumnFlags flags = (border ? 0 : ImGuiOldColumnFlags_NoBorder); - //flags |= ImGuiOldColumnFlags_NoPreserveWidths; // NB: Legacy behavior - ImGuiOldColumns* columns = window->DC.CurrentColumns; - if (columns != NULL && columns->Count == columns_count && columns->Flags == flags) - return; - - if (columns != NULL) - EndColumns(); - - if (columns_count != 1) - BeginColumns(id, columns_count, flags); -} - -//------------------------------------------------------------------------- - -#endif // #ifndef IMGUI_DISABLE diff --git a/external/imgui/imgui_widgets.cpp b/external/imgui/imgui_widgets.cpp deleted file mode 100644 index 9118b354..00000000 --- a/external/imgui/imgui_widgets.cpp +++ /dev/null @@ -1,8409 +0,0 @@ -// dear imgui, v1.89 WIP -// (widgets code) - -/* - -Index of this file: - -// [SECTION] Forward Declarations -// [SECTION] Widgets: Text, etc. -// [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.) -// [SECTION] Widgets: Low-level Layout helpers (Spacing, Dummy, NewLine, Separator, etc.) -// [SECTION] Widgets: ComboBox -// [SECTION] Data Type and Data Formatting Helpers -// [SECTION] Widgets: DragScalar, DragFloat, DragInt, etc. -// [SECTION] Widgets: SliderScalar, SliderFloat, SliderInt, etc. -// [SECTION] Widgets: InputScalar, InputFloat, InputInt, etc. -// [SECTION] Widgets: InputText, InputTextMultiline -// [SECTION] Widgets: ColorEdit, ColorPicker, ColorButton, etc. -// [SECTION] Widgets: TreeNode, CollapsingHeader, etc. -// [SECTION] Widgets: Selectable -// [SECTION] Widgets: ListBox -// [SECTION] Widgets: PlotLines, PlotHistogram -// [SECTION] Widgets: Value helpers -// [SECTION] Widgets: MenuItem, BeginMenu, EndMenu, etc. -// [SECTION] Widgets: BeginTabBar, EndTabBar, etc. -// [SECTION] Widgets: BeginTabItem, EndTabItem, etc. -// [SECTION] Widgets: Columns, BeginColumns, EndColumns, etc. - -*/ - -#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) -#define _CRT_SECURE_NO_WARNINGS -#endif - -#include "imgui.h" -#ifndef IMGUI_DISABLE - -#ifndef IMGUI_DEFINE_MATH_OPERATORS -#define IMGUI_DEFINE_MATH_OPERATORS -#endif -#include "imgui_internal.h" - -// System includes -#include // toupper -#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier -#include // intptr_t -#else -#include // intptr_t -#endif - -//------------------------------------------------------------------------- -// Warnings -//------------------------------------------------------------------------- - -// Visual Studio warnings -#ifdef _MSC_VER -#pragma warning (disable: 4127) // condition expression is constant -#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen -#if defined(_MSC_VER) && _MSC_VER >= 1922 // MSVC 2019 16.2 or later -#pragma warning (disable: 5054) // operator '|': deprecated between enumerations of different types -#endif -#pragma warning (disable: 26451) // [Static Analyzer] Arithmetic overflow : Using operator 'xxx' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator 'xxx' to avoid overflow(io.2). -#pragma warning (disable: 26812) // [Static Analyzer] The enum type 'xxx' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). -#endif - -// Clang/GCC warnings with -Weverything -#if defined(__clang__) -#if __has_warning("-Wunknown-warning-option") -#pragma clang diagnostic ignored "-Wunknown-warning-option" // warning: unknown warning group 'xxx' // not all warnings are known by all Clang versions and they tend to be rename-happy.. so ignoring warnings triggers new warnings on some configuration. Great! -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" // warning: unknown warning group 'xxx' -#pragma clang diagnostic ignored "-Wold-style-cast" // warning: use of old-style cast // yes, they are more terse. -#pragma clang diagnostic ignored "-Wfloat-equal" // warning: comparing floating point with == or != is unsafe // storing and comparing against same constants (typically 0.0f) is ok. -#pragma clang diagnostic ignored "-Wformat-nonliteral" // warning: format string is not a string literal // passing non-literal to vsnformat(). yes, user passing incorrect format strings can crash the code. -#pragma clang diagnostic ignored "-Wsign-conversion" // warning: implicit conversion changes signedness -#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" // warning: zero as null pointer constant // some standard header variations use #define NULL 0 -#pragma clang diagnostic ignored "-Wdouble-promotion" // warning: implicit conversion from 'float' to 'double' when passing argument to function // using printf() is a misery with this as C++ va_arg ellipsis changes float to double. -#pragma clang diagnostic ignored "-Wenum-enum-conversion" // warning: bitwise operation between different enumeration types ('XXXFlags_' and 'XXXFlagsPrivate_') -#pragma clang diagnostic ignored "-Wdeprecated-enum-enum-conversion"// warning: bitwise operation between different enumeration types ('XXXFlags_' and 'XXXFlagsPrivate_') is deprecated -#pragma clang diagnostic ignored "-Wimplicit-int-float-conversion" // warning: implicit conversion from 'xxx' to 'float' may lose precision -#elif defined(__GNUC__) -#pragma GCC diagnostic ignored "-Wpragmas" // warning: unknown option after '#pragma GCC diagnostic' kind -#pragma GCC diagnostic ignored "-Wformat-nonliteral" // warning: format not a string literal, format string not checked -#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 "-Wdeprecated-enum-enum-conversion" // warning: bitwise operation between different enumeration types ('XXXFlags_' and 'XXXFlagsPrivate_') is deprecated -#endif - -//------------------------------------------------------------------------- -// Data -//------------------------------------------------------------------------- - -// Widgets -static const float DRAGDROP_HOLD_TO_OPEN_TIMER = 0.70f; // Time for drag-hold to activate items accepting the ImGuiButtonFlags_PressedOnDragDropHold button behavior. -static const float DRAG_MOUSE_THRESHOLD_FACTOR = 0.50f; // Multiplier for the default value of io.MouseDragThreshold to make DragFloat/DragInt react faster to mouse drags. - -// Those MIN/MAX values are not define because we need to point to them -static const signed char IM_S8_MIN = -128; -static const signed char IM_S8_MAX = 127; -static const unsigned char IM_U8_MIN = 0; -static const unsigned char IM_U8_MAX = 0xFF; -static const signed short IM_S16_MIN = -32768; -static const signed short IM_S16_MAX = 32767; -static const unsigned short IM_U16_MIN = 0; -static const unsigned short IM_U16_MAX = 0xFFFF; -static const ImS32 IM_S32_MIN = INT_MIN; // (-2147483647 - 1), (0x80000000); -static const ImS32 IM_S32_MAX = INT_MAX; // (2147483647), (0x7FFFFFFF) -static const ImU32 IM_U32_MIN = 0; -static const ImU32 IM_U32_MAX = UINT_MAX; // (0xFFFFFFFF) -#ifdef LLONG_MIN -static const ImS64 IM_S64_MIN = LLONG_MIN; // (-9223372036854775807ll - 1ll); -static const ImS64 IM_S64_MAX = LLONG_MAX; // (9223372036854775807ll); -#else -static const ImS64 IM_S64_MIN = -9223372036854775807LL - 1; -static const ImS64 IM_S64_MAX = 9223372036854775807LL; -#endif -static const ImU64 IM_U64_MIN = 0; -#ifdef ULLONG_MAX -static const ImU64 IM_U64_MAX = ULLONG_MAX; // (0xFFFFFFFFFFFFFFFFull); -#else -static const ImU64 IM_U64_MAX = (2ULL * 9223372036854775807LL + 1); -#endif - -//------------------------------------------------------------------------- -// [SECTION] Forward Declarations -//------------------------------------------------------------------------- - -// For InputTextEx() -static bool InputTextFilterCharacter(unsigned int* p_char, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data, ImGuiInputSource input_source); -static int InputTextCalcTextLenAndLineCount(const char* text_begin, const char** out_text_end); -static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const ImWchar* text_end, const ImWchar** remaining = NULL, ImVec2* out_offset = NULL, bool stop_on_new_line = false); - -//------------------------------------------------------------------------- -// [SECTION] Widgets: Text, etc. -//------------------------------------------------------------------------- -// - TextEx() [Internal] -// - TextUnformatted() -// - Text() -// - TextV() -// - TextColored() -// - TextColoredV() -// - TextDisabled() -// - TextDisabledV() -// - TextWrapped() -// - TextWrappedV() -// - LabelText() -// - LabelTextV() -// - BulletText() -// - BulletTextV() -//------------------------------------------------------------------------- - -void ImGui::TextEx(const char* text, const char* text_end, ImGuiTextFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - ImGuiContext& g = *GImGui; - - // Accept null ranges - if (text == text_end) - text = text_end = ""; - - // Calculate length - const char* text_begin = text; - if (text_end == NULL) - text_end = text + strlen(text); // FIXME-OPT - - const ImVec2 text_pos(window->DC.CursorPos.x, window->DC.CursorPos.y + window->DC.CurrLineTextBaseOffset); - const float wrap_pos_x = window->DC.TextWrapPos; - const bool wrap_enabled = (wrap_pos_x >= 0.0f); - if (text_end - text <= 2000 || wrap_enabled) - { - // Common case - const float wrap_width = wrap_enabled ? CalcWrapWidthForPos(window->DC.CursorPos, wrap_pos_x) : 0.0f; - const ImVec2 text_size = CalcTextSize(text_begin, text_end, false, wrap_width); - - ImRect bb(text_pos, text_pos + text_size); - ItemSize(text_size, 0.0f); - if (!ItemAdd(bb, 0)) - return; - - // Render (we don't hide text after ## in this end-user function) - RenderTextWrapped(bb.Min, text_begin, text_end, wrap_width); - } - else - { - // Long text! - // Perform manual coarse clipping to optimize for long multi-line text - // - From this point we will only compute the width of lines that are visible. Optimization only available when word-wrapping is disabled. - // - We also don't vertically center the text within the line full height, which is unlikely to matter because we are likely the biggest and only item on the line. - // - We use memchr(), pay attention that well optimized versions of those str/mem functions are much faster than a casually written loop. - const char* line = text; - const float line_height = GetTextLineHeight(); - ImVec2 text_size(0, 0); - - // Lines to skip (can't skip when logging text) - ImVec2 pos = text_pos; - if (!g.LogEnabled) - { - int lines_skippable = (int)((window->ClipRect.Min.y - text_pos.y) / line_height); - if (lines_skippable > 0) - { - int lines_skipped = 0; - while (line < text_end && lines_skipped < lines_skippable) - { - const char* line_end = (const char*)memchr(line, '\n', text_end - line); - if (!line_end) - line_end = text_end; - if ((flags & ImGuiTextFlags_NoWidthForLargeClippedText) == 0) - text_size.x = ImMax(text_size.x, CalcTextSize(line, line_end).x); - line = line_end + 1; - lines_skipped++; - } - pos.y += lines_skipped * line_height; - } - } - - // Lines to render - if (line < text_end) - { - ImRect line_rect(pos, pos + ImVec2(FLT_MAX, line_height)); - while (line < text_end) - { - if (IsClippedEx(line_rect, 0)) - break; - - const char* line_end = (const char*)memchr(line, '\n', text_end - line); - if (!line_end) - line_end = text_end; - text_size.x = ImMax(text_size.x, CalcTextSize(line, line_end).x); - RenderText(pos, line, line_end, false); - line = line_end + 1; - line_rect.Min.y += line_height; - line_rect.Max.y += line_height; - pos.y += line_height; - } - - // Count remaining lines - int lines_skipped = 0; - while (line < text_end) - { - const char* line_end = (const char*)memchr(line, '\n', text_end - line); - if (!line_end) - line_end = text_end; - if ((flags & ImGuiTextFlags_NoWidthForLargeClippedText) == 0) - text_size.x = ImMax(text_size.x, CalcTextSize(line, line_end).x); - line = line_end + 1; - lines_skipped++; - } - pos.y += lines_skipped * line_height; - } - text_size.y = (pos - text_pos).y; - - ImRect bb(text_pos, text_pos + text_size); - ItemSize(text_size, 0.0f); - ItemAdd(bb, 0); - } -} - -void ImGui::TextUnformatted(const char* text, const char* text_end) -{ - TextEx(text, text_end, ImGuiTextFlags_NoWidthForLargeClippedText); -} - -void ImGui::Text(const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - TextV(fmt, args); - va_end(args); -} - -void ImGui::TextV(const char* fmt, va_list args) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - // FIXME-OPT: Handle the %s shortcut? - const char* text, *text_end; - ImFormatStringToTempBufferV(&text, &text_end, fmt, args); - TextEx(text, text_end, ImGuiTextFlags_NoWidthForLargeClippedText); -} - -void ImGui::TextColored(const ImVec4& col, const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - TextColoredV(col, fmt, args); - va_end(args); -} - -void ImGui::TextColoredV(const ImVec4& col, const char* fmt, va_list args) -{ - PushStyleColor(ImGuiCol_Text, col); - if (fmt[0] == '%' && fmt[1] == 's' && fmt[2] == 0) - TextEx(va_arg(args, const char*), NULL, ImGuiTextFlags_NoWidthForLargeClippedText); // Skip formatting - else - TextV(fmt, args); - PopStyleColor(); -} - -void ImGui::TextDisabled(const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - TextDisabledV(fmt, args); - va_end(args); -} - -void ImGui::TextDisabledV(const char* fmt, va_list args) -{ - ImGuiContext& g = *GImGui; - PushStyleColor(ImGuiCol_Text, g.Style.Colors[ImGuiCol_TextDisabled]); - if (fmt[0] == '%' && fmt[1] == 's' && fmt[2] == 0) - TextEx(va_arg(args, const char*), NULL, ImGuiTextFlags_NoWidthForLargeClippedText); // Skip formatting - else - TextV(fmt, args); - PopStyleColor(); -} - -void ImGui::TextWrapped(const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - TextWrappedV(fmt, args); - va_end(args); -} - -void ImGui::TextWrappedV(const char* fmt, va_list args) -{ - ImGuiContext& g = *GImGui; - bool need_backup = (g.CurrentWindow->DC.TextWrapPos < 0.0f); // Keep existing wrap position if one is already set - if (need_backup) - PushTextWrapPos(0.0f); - if (fmt[0] == '%' && fmt[1] == 's' && fmt[2] == 0) - TextEx(va_arg(args, const char*), NULL, ImGuiTextFlags_NoWidthForLargeClippedText); // Skip formatting - else - TextV(fmt, args); - if (need_backup) - PopTextWrapPos(); -} - -void ImGui::LabelText(const char* label, const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - LabelTextV(label, fmt, args); - va_end(args); -} - -// Add a label+text combo aligned to other label+value widgets -void ImGui::LabelTextV(const char* label, const char* fmt, va_list args) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const float w = CalcItemWidth(); - - const char* value_text_begin, *value_text_end; - ImFormatStringToTempBufferV(&value_text_begin, &value_text_end, fmt, args); - const ImVec2 value_size = CalcTextSize(value_text_begin, value_text_end, false); - const ImVec2 label_size = CalcTextSize(label, NULL, true); - - const ImVec2 pos = window->DC.CursorPos; - const ImRect value_bb(pos, pos + ImVec2(w, value_size.y + style.FramePadding.y * 2)); - const ImRect total_bb(pos, pos + ImVec2(w + (label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f), ImMax(value_size.y, label_size.y) + style.FramePadding.y * 2)); - ItemSize(total_bb, style.FramePadding.y); - if (!ItemAdd(total_bb, 0)) - return; - - // Render - RenderTextClipped(value_bb.Min + style.FramePadding, value_bb.Max, value_text_begin, value_text_end, &value_size, ImVec2(0.0f, 0.0f)); - if (label_size.x > 0.0f) - RenderText(ImVec2(value_bb.Max.x + style.ItemInnerSpacing.x, value_bb.Min.y + style.FramePadding.y), label); -} - -void ImGui::BulletText(const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - BulletTextV(fmt, args); - va_end(args); -} - -// Text with a little bullet aligned to the typical tree node. -void ImGui::BulletTextV(const char* fmt, va_list args) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - - const char* text_begin, *text_end; - ImFormatStringToTempBufferV(&text_begin, &text_end, fmt, args); - const ImVec2 label_size = CalcTextSize(text_begin, text_end, false); - const ImVec2 total_size = ImVec2(g.FontSize + (label_size.x > 0.0f ? (label_size.x + style.FramePadding.x * 2) : 0.0f), label_size.y); // Empty text doesn't add padding - ImVec2 pos = window->DC.CursorPos; - pos.y += window->DC.CurrLineTextBaseOffset; - ItemSize(total_size, 0.0f); - const ImRect bb(pos, pos + total_size); - if (!ItemAdd(bb, 0)) - return; - - // Render - ImU32 text_col = GetColorU32(ImGuiCol_Text); - RenderBullet(window->DrawList, bb.Min + ImVec2(style.FramePadding.x + g.FontSize * 0.5f, g.FontSize * 0.5f), text_col); - RenderText(bb.Min + ImVec2(g.FontSize + style.FramePadding.x * 2, 0.0f), text_begin, text_end, false); -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: Main -//------------------------------------------------------------------------- -// - ButtonBehavior() [Internal] -// - Button() -// - SmallButton() -// - InvisibleButton() -// - ArrowButton() -// - CloseButton() [Internal] -// - CollapseButton() [Internal] -// - GetWindowScrollbarID() [Internal] -// - GetWindowScrollbarRect() [Internal] -// - Scrollbar() [Internal] -// - ScrollbarEx() [Internal] -// - Image() -// - ImageButton() -// - Checkbox() -// - CheckboxFlagsT() [Internal] -// - CheckboxFlags() -// - RadioButton() -// - ProgressBar() -// - Bullet() -//------------------------------------------------------------------------- - -// The ButtonBehavior() function is key to many interactions and used by many/most widgets. -// Because we handle so many cases (keyboard/gamepad navigation, drag and drop) and many specific behavior (via ImGuiButtonFlags_), -// this code is a little complex. -// By far the most common path is interacting with the Mouse using the default ImGuiButtonFlags_PressedOnClickRelease button behavior. -// See the series of events below and the corresponding state reported by dear imgui: -//------------------------------------------------------------------------------------------------------------------------------------------------ -// with PressedOnClickRelease: return-value IsItemHovered() IsItemActive() IsItemActivated() IsItemDeactivated() IsItemClicked() -// Frame N+0 (mouse is outside bb) - - - - - - -// Frame N+1 (mouse moves inside bb) - true - - - - -// Frame N+2 (mouse button is down) - true true true - true -// Frame N+3 (mouse button is down) - true true - - - -// Frame N+4 (mouse moves outside bb) - - true - - - -// Frame N+5 (mouse moves inside bb) - true true - - - -// Frame N+6 (mouse button is released) true true - - true - -// Frame N+7 (mouse button is released) - true - - - - -// Frame N+8 (mouse moves outside bb) - - - - - - -//------------------------------------------------------------------------------------------------------------------------------------------------ -// with PressedOnClick: return-value IsItemHovered() IsItemActive() IsItemActivated() IsItemDeactivated() IsItemClicked() -// Frame N+2 (mouse button is down) true true true true - true -// Frame N+3 (mouse button is down) - true true - - - -// Frame N+6 (mouse button is released) - true - - true - -// Frame N+7 (mouse button is released) - true - - - - -//------------------------------------------------------------------------------------------------------------------------------------------------ -// with PressedOnRelease: return-value IsItemHovered() IsItemActive() IsItemActivated() IsItemDeactivated() IsItemClicked() -// Frame N+2 (mouse button is down) - true - - - true -// Frame N+3 (mouse button is down) - true - - - - -// Frame N+6 (mouse button is released) true true - - - - -// Frame N+7 (mouse button is released) - true - - - - -//------------------------------------------------------------------------------------------------------------------------------------------------ -// with PressedOnDoubleClick: return-value IsItemHovered() IsItemActive() IsItemActivated() IsItemDeactivated() IsItemClicked() -// Frame N+0 (mouse button is down) - true - - - true -// Frame N+1 (mouse button is down) - true - - - - -// Frame N+2 (mouse button is released) - true - - - - -// Frame N+3 (mouse button is released) - true - - - - -// Frame N+4 (mouse button is down) true true true true - true -// Frame N+5 (mouse button is down) - true true - - - -// Frame N+6 (mouse button is released) - true - - true - -// Frame N+7 (mouse button is released) - true - - - - -//------------------------------------------------------------------------------------------------------------------------------------------------ -// Note that some combinations are supported, -// - PressedOnDragDropHold can generally be associated with any flag. -// - PressedOnDoubleClick can be associated by PressedOnClickRelease/PressedOnRelease, in which case the second release event won't be reported. -//------------------------------------------------------------------------------------------------------------------------------------------------ -// The behavior of the return-value changes when ImGuiButtonFlags_Repeat is set: -// Repeat+ Repeat+ Repeat+ Repeat+ -// PressedOnClickRelease PressedOnClick PressedOnRelease PressedOnDoubleClick -//------------------------------------------------------------------------------------------------------------------------------------------------- -// Frame N+0 (mouse button is down) - true - true -// ... - - - - -// Frame N + RepeatDelay true true - true -// ... - - - - -// Frame N + RepeatDelay + RepeatRate*N true true - true -//------------------------------------------------------------------------------------------------------------------------------------------------- - -bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - - // Default only reacts to left mouse button - if ((flags & ImGuiButtonFlags_MouseButtonMask_) == 0) - flags |= ImGuiButtonFlags_MouseButtonDefault_; - - // Default behavior requires click + release inside bounding box - if ((flags & ImGuiButtonFlags_PressedOnMask_) == 0) - flags |= ImGuiButtonFlags_PressedOnDefault_; - - ImGuiWindow* backup_hovered_window = g.HoveredWindow; - const bool flatten_hovered_children = (flags & ImGuiButtonFlags_FlattenChildren) && g.HoveredWindow && g.HoveredWindow->RootWindow == window; - if (flatten_hovered_children) - g.HoveredWindow = window; - -#ifdef IMGUI_ENABLE_TEST_ENGINE - if (id != 0 && g.LastItemData.ID != id) - IMGUI_TEST_ENGINE_ITEM_ADD(bb, id); -#endif - - bool pressed = false; - bool hovered = ItemHoverable(bb, id); - - // Drag source doesn't report as hovered - if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoDisableHover)) - hovered = false; - - // Special mode for Drag and Drop where holding button pressed for a long time while dragging another item triggers the button - if (g.DragDropActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoHoldToOpenOthers)) - if (IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) - { - hovered = true; - SetHoveredID(id); - if (g.HoveredIdTimer - g.IO.DeltaTime <= DRAGDROP_HOLD_TO_OPEN_TIMER && g.HoveredIdTimer >= DRAGDROP_HOLD_TO_OPEN_TIMER) - { - pressed = true; - g.DragDropHoldJustPressedId = id; - FocusWindow(window); - } - } - - if (flatten_hovered_children) - g.HoveredWindow = backup_hovered_window; - - // AllowOverlap mode (rarely used) requires previous frame HoveredId to be null or to match. This allows using patterns where a later submitted widget overlaps a previous one. - if (hovered && (flags & ImGuiButtonFlags_AllowItemOverlap) && (g.HoveredIdPreviousFrame != id && g.HoveredIdPreviousFrame != 0)) - hovered = false; - - // Mouse handling - if (hovered) - { - if (!(flags & ImGuiButtonFlags_NoKeyModifiers) || (!g.IO.KeyCtrl && !g.IO.KeyShift && !g.IO.KeyAlt)) - { - // Poll buttons - int mouse_button_clicked = -1; - if ((flags & ImGuiButtonFlags_MouseButtonLeft) && g.IO.MouseClicked[0]) { mouse_button_clicked = 0; } - else if ((flags & ImGuiButtonFlags_MouseButtonRight) && g.IO.MouseClicked[1]) { mouse_button_clicked = 1; } - else if ((flags & ImGuiButtonFlags_MouseButtonMiddle) && g.IO.MouseClicked[2]) { mouse_button_clicked = 2; } - - if (mouse_button_clicked != -1 && g.ActiveId != id) - { - if (flags & (ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnClickReleaseAnywhere)) - { - SetActiveID(id, window); - g.ActiveIdMouseButton = mouse_button_clicked; - if (!(flags & ImGuiButtonFlags_NoNavFocus)) - SetFocusID(id, window); - FocusWindow(window); - } - if ((flags & ImGuiButtonFlags_PressedOnClick) || ((flags & ImGuiButtonFlags_PressedOnDoubleClick) && g.IO.MouseClickedCount[mouse_button_clicked] == 2)) - { - pressed = true; - if (flags & ImGuiButtonFlags_NoHoldingActiveId) - ClearActiveID(); - else - SetActiveID(id, window); // Hold on ID - if (!(flags & ImGuiButtonFlags_NoNavFocus)) - SetFocusID(id, window); - g.ActiveIdMouseButton = mouse_button_clicked; - FocusWindow(window); - } - } - if (flags & ImGuiButtonFlags_PressedOnRelease) - { - int mouse_button_released = -1; - if ((flags & ImGuiButtonFlags_MouseButtonLeft) && g.IO.MouseReleased[0]) { mouse_button_released = 0; } - else if ((flags & ImGuiButtonFlags_MouseButtonRight) && g.IO.MouseReleased[1]) { mouse_button_released = 1; } - else if ((flags & ImGuiButtonFlags_MouseButtonMiddle) && g.IO.MouseReleased[2]) { mouse_button_released = 2; } - if (mouse_button_released != -1) - { - const bool has_repeated_at_least_once = (flags & ImGuiButtonFlags_Repeat) && g.IO.MouseDownDurationPrev[mouse_button_released] >= g.IO.KeyRepeatDelay; // Repeat mode trumps on release behavior - if (!has_repeated_at_least_once) - pressed = true; - if (!(flags & ImGuiButtonFlags_NoNavFocus)) - SetFocusID(id, window); - ClearActiveID(); - } - } - - // 'Repeat' mode acts when held regardless of _PressedOn flags (see table above). - // Relies on repeat logic of IsMouseClicked() but we may as well do it ourselves if we end up exposing finer RepeatDelay/RepeatRate settings. - if (g.ActiveId == id && (flags & ImGuiButtonFlags_Repeat)) - if (g.IO.MouseDownDuration[g.ActiveIdMouseButton] > 0.0f && IsMouseClicked(g.ActiveIdMouseButton, true)) - pressed = true; - } - - if (pressed) - g.NavDisableHighlight = true; - } - - // Gamepad/Keyboard navigation - // We report navigated item as hovered but we don't set g.HoveredId to not interfere with mouse. - if (g.NavId == id && !g.NavDisableHighlight && g.NavDisableMouseHover && (g.ActiveId == 0 || g.ActiveId == id || g.ActiveId == window->MoveId)) - if (!(flags & ImGuiButtonFlags_NoHoveredOnFocus)) - hovered = true; - if (g.NavActivateDownId == id) - { - bool nav_activated_by_code = (g.NavActivateId == id); - bool nav_activated_by_inputs = (flags & ImGuiButtonFlags_Repeat) ? IsNavInputTest(ImGuiNavInput_Activate, ImGuiNavReadMode_Repeat) : IsNavInputPressed(ImGuiNavInput_Activate); - if (nav_activated_by_code || nav_activated_by_inputs) - { - // Set active id so it can be queried by user via IsItemActive(), equivalent of holding the mouse button. - pressed = true; - SetActiveID(id, window); - g.ActiveIdSource = ImGuiInputSource_Nav; - if (!(flags & ImGuiButtonFlags_NoNavFocus)) - SetFocusID(id, window); - } - } - - // Process while held - bool held = false; - if (g.ActiveId == id) - { - if (g.ActiveIdSource == ImGuiInputSource_Mouse) - { - if (g.ActiveIdIsJustActivated) - g.ActiveIdClickOffset = g.IO.MousePos - bb.Min; - - const int mouse_button = g.ActiveIdMouseButton; - IM_ASSERT(mouse_button >= 0 && mouse_button < ImGuiMouseButton_COUNT); - if (g.IO.MouseDown[mouse_button]) - { - held = true; - } - else - { - bool release_in = hovered && (flags & ImGuiButtonFlags_PressedOnClickRelease) != 0; - bool release_anywhere = (flags & ImGuiButtonFlags_PressedOnClickReleaseAnywhere) != 0; - if ((release_in || release_anywhere) && !g.DragDropActive) - { - // Report as pressed when releasing the mouse (this is the most common path) - bool is_double_click_release = (flags & ImGuiButtonFlags_PressedOnDoubleClick) && g.IO.MouseReleased[mouse_button] && g.IO.MouseClickedLastCount[mouse_button] == 2; - bool is_repeating_already = (flags & ImGuiButtonFlags_Repeat) && g.IO.MouseDownDurationPrev[mouse_button] >= g.IO.KeyRepeatDelay; // Repeat mode trumps - if (!is_double_click_release && !is_repeating_already) - pressed = true; - } - ClearActiveID(); - } - if (!(flags & ImGuiButtonFlags_NoNavFocus)) - g.NavDisableHighlight = true; - } - else if (g.ActiveIdSource == ImGuiInputSource_Nav) - { - // When activated using Nav, we hold on the ActiveID until activation button is released - if (g.NavActivateDownId != id) - ClearActiveID(); - } - if (pressed) - g.ActiveIdHasBeenPressedBefore = true; - } - - if (out_hovered) *out_hovered = hovered; - if (out_held) *out_held = held; - - return pressed; -} - -bool ImGui::ButtonEx(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - const ImVec2 label_size = CalcTextSize(label, NULL, true); - - ImVec2 pos = window->DC.CursorPos; - if ((flags & ImGuiButtonFlags_AlignTextBaseLine) && style.FramePadding.y < window->DC.CurrLineTextBaseOffset) // Try to vertically align buttons that are smaller/have no padding so that text baseline matches (bit hacky, since it shouldn't be a flag) - pos.y += window->DC.CurrLineTextBaseOffset - style.FramePadding.y; - ImVec2 size = CalcItemSize(size_arg, label_size.x + style.FramePadding.x * 2.0f, label_size.y + style.FramePadding.y * 2.0f); - - const ImRect bb(pos, pos + size); - ItemSize(size, style.FramePadding.y); - if (!ItemAdd(bb, id)) - return false; - - if (g.LastItemData.InFlags & ImGuiItemFlags_ButtonRepeat) - flags |= ImGuiButtonFlags_Repeat; - - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); - - // Render - const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); - RenderNavHighlight(bb, id); - RenderFrame(bb.Min, bb.Max, col, true, style.FrameRounding); - - if (g.LogEnabled) - LogSetNextTextDecoration("[", "]"); - RenderTextClipped(bb.Min + style.FramePadding, bb.Max - style.FramePadding, label, NULL, &label_size, style.ButtonTextAlign, &bb); - - // Automatically close popups - //if (pressed && !(flags & ImGuiButtonFlags_DontClosePopups) && (window->Flags & ImGuiWindowFlags_Popup)) - // CloseCurrentPopup(); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags); - return pressed; -} - -bool ImGui::Button(const char* label, const ImVec2& size_arg) -{ - return ButtonEx(label, size_arg, ImGuiButtonFlags_None); -} - -// Small buttons fits within text without additional vertical spacing. -bool ImGui::SmallButton(const char* label) -{ - ImGuiContext& g = *GImGui; - float backup_padding_y = g.Style.FramePadding.y; - g.Style.FramePadding.y = 0.0f; - bool pressed = ButtonEx(label, ImVec2(0, 0), ImGuiButtonFlags_AlignTextBaseLine); - g.Style.FramePadding.y = backup_padding_y; - return pressed; -} - -// Tip: use ImGui::PushID()/PopID() to push indices or pointers in the ID stack. -// Then you can keep 'str_id' empty or the same for all your buttons (instead of creating a string based on a non-string id) -bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg, ImGuiButtonFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - // Cannot use zero-size for InvisibleButton(). Unlike Button() there is not way to fallback using the label size. - IM_ASSERT(size_arg.x != 0.0f && size_arg.y != 0.0f); - - const ImGuiID id = window->GetID(str_id); - ImVec2 size = CalcItemSize(size_arg, 0.0f, 0.0f); - const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + size); - ItemSize(size); - if (!ItemAdd(bb, id)) - return false; - - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, str_id, g.LastItemData.StatusFlags); - return pressed; -} - -bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - const ImGuiID id = window->GetID(str_id); - const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + size); - const float default_size = GetFrameHeight(); - ItemSize(size, (size.y >= default_size) ? g.Style.FramePadding.y : -1.0f); - if (!ItemAdd(bb, id)) - return false; - - if (g.LastItemData.InFlags & ImGuiItemFlags_ButtonRepeat) - flags |= ImGuiButtonFlags_Repeat; - - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); - - // Render - const ImU32 bg_col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); - const ImU32 text_col = GetColorU32(ImGuiCol_Text); - RenderNavHighlight(bb, id); - RenderFrame(bb.Min, bb.Max, bg_col, true, g.Style.FrameRounding); - RenderArrow(window->DrawList, bb.Min + ImVec2(ImMax(0.0f, (size.x - g.FontSize) * 0.5f), ImMax(0.0f, (size.y - g.FontSize) * 0.5f)), text_col, dir); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, str_id, g.LastItemData.StatusFlags); - return pressed; -} - -bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) -{ - float sz = GetFrameHeight(); - return ArrowButtonEx(str_id, dir, ImVec2(sz, sz), ImGuiButtonFlags_None); -} - -// Button to close a window -bool ImGui::CloseButton(ImGuiID id, const ImVec2& pos) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - // Tweak 1: Shrink hit-testing area if button covers an abnormally large proportion of the visible region. That's in order to facilitate moving the window away. (#3825) - // This may better be applied as a general hit-rect reduction mechanism for all widgets to ensure the area to move window is always accessible? - const ImRect bb(pos, pos + ImVec2(g.FontSize, g.FontSize) + g.Style.FramePadding * 2.0f); - ImRect bb_interact = bb; - const float area_to_visible_ratio = window->OuterRectClipped.GetArea() / bb.GetArea(); - if (area_to_visible_ratio < 1.5f) - bb_interact.Expand(ImFloor(bb_interact.GetSize() * -0.25f)); - - // Tweak 2: We intentionally allow interaction when clipped so that a mechanical Alt,Right,Activate sequence can always close a window. - // (this isn't the regular behavior of buttons, but it doesn't affect the user much because navigation tends to keep items visible). - bool is_clipped = !ItemAdd(bb_interact, id); - - bool hovered, held; - bool pressed = ButtonBehavior(bb_interact, id, &hovered, &held); - if (is_clipped) - return pressed; - - // Render - // FIXME: Clarify this mess - ImU32 col = GetColorU32(held ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered); - ImVec2 center = bb.GetCenter(); - if (hovered) - window->DrawList->AddCircleFilled(center, ImMax(2.0f, g.FontSize * 0.5f + 1.0f), col, 12); - - float cross_extent = g.FontSize * 0.5f * 0.7071f - 1.0f; - ImU32 cross_col = GetColorU32(ImGuiCol_Text); - center -= ImVec2(0.5f, 0.5f); - window->DrawList->AddLine(center + ImVec2(+cross_extent, +cross_extent), center + ImVec2(-cross_extent, -cross_extent), cross_col, 1.0f); - window->DrawList->AddLine(center + ImVec2(+cross_extent, -cross_extent), center + ImVec2(-cross_extent, +cross_extent), cross_col, 1.0f); - - return pressed; -} - -bool ImGui::CollapseButton(ImGuiID id, const ImVec2& pos) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - ImRect bb(pos, pos + ImVec2(g.FontSize, g.FontSize) + g.Style.FramePadding * 2.0f); - ItemAdd(bb, id); - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_None); - - // Render - ImU32 bg_col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); - ImU32 text_col = GetColorU32(ImGuiCol_Text); - if (hovered || held) - window->DrawList->AddCircleFilled(bb.GetCenter()/*+ ImVec2(0.0f, -0.5f)*/, g.FontSize * 0.5f + 1.0f, bg_col, 12); - RenderArrow(window->DrawList, bb.Min + g.Style.FramePadding, text_col, window->Collapsed ? ImGuiDir_Right : ImGuiDir_Down, 1.0f); - - // Switch to moving the window after mouse is moved beyond the initial drag threshold - if (IsItemActive() && IsMouseDragging(0)) - StartMouseMovingWindow(window); - - return pressed; -} - -ImGuiID ImGui::GetWindowScrollbarID(ImGuiWindow* window, ImGuiAxis axis) -{ - return window->GetID(axis == ImGuiAxis_X ? "#SCROLLX" : "#SCROLLY"); -} - -// Return scrollbar rectangle, must only be called for corresponding axis if window->ScrollbarX/Y is set. -ImRect ImGui::GetWindowScrollbarRect(ImGuiWindow* window, ImGuiAxis axis) -{ - const ImRect outer_rect = window->Rect(); - const ImRect inner_rect = window->InnerRect; - const float border_size = window->WindowBorderSize; - const float scrollbar_size = window->ScrollbarSizes[axis ^ 1]; // (ScrollbarSizes.x = width of Y scrollbar; ScrollbarSizes.y = height of X scrollbar) - IM_ASSERT(scrollbar_size > 0.0f); - if (axis == ImGuiAxis_X) - return ImRect(inner_rect.Min.x, ImMax(outer_rect.Min.y, outer_rect.Max.y - border_size - scrollbar_size), inner_rect.Max.x, outer_rect.Max.y); - else - return ImRect(ImMax(outer_rect.Min.x, outer_rect.Max.x - border_size - scrollbar_size), inner_rect.Min.y, outer_rect.Max.x, inner_rect.Max.y); -} - -void ImGui::Scrollbar(ImGuiAxis axis) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - const ImGuiID id = GetWindowScrollbarID(window, axis); - - // Calculate scrollbar bounding box - ImRect bb = GetWindowScrollbarRect(window, axis); - ImDrawFlags rounding_corners = ImDrawFlags_RoundCornersNone; - if (axis == ImGuiAxis_X) - { - rounding_corners |= ImDrawFlags_RoundCornersBottomLeft; - if (!window->ScrollbarY) - rounding_corners |= ImDrawFlags_RoundCornersBottomRight; - } - else - { - if ((window->Flags & ImGuiWindowFlags_NoTitleBar) && !(window->Flags & ImGuiWindowFlags_MenuBar)) - rounding_corners |= ImDrawFlags_RoundCornersTopRight; - if (!window->ScrollbarX) - rounding_corners |= ImDrawFlags_RoundCornersBottomRight; - } - float size_avail = window->InnerRect.Max[axis] - window->InnerRect.Min[axis]; - float size_contents = window->ContentSize[axis] + window->WindowPadding[axis] * 2.0f; - ImS64 scroll = (ImS64)window->Scroll[axis]; - ScrollbarEx(bb, id, axis, &scroll, (ImS64)size_avail, (ImS64)size_contents, rounding_corners); - window->Scroll[axis] = (float)scroll; -} - -// Vertical/Horizontal scrollbar -// The entire piece of code below is rather confusing because: -// - We handle absolute seeking (when first clicking outside the grab) and relative manipulation (afterward or when clicking inside the grab) -// - We store values as normalized ratio and in a form that allows the window content to change while we are holding on a scrollbar -// - We handle both horizontal and vertical scrollbars, which makes the terminology not ideal. -// Still, the code should probably be made simpler.. -bool ImGui::ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, ImS64* p_scroll_v, ImS64 size_avail_v, ImS64 size_contents_v, ImDrawFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return false; - - KeepAliveID(id); - - const float bb_frame_width = bb_frame.GetWidth(); - const float bb_frame_height = bb_frame.GetHeight(); - if (bb_frame_width <= 0.0f || bb_frame_height <= 0.0f) - return false; - - // When we are too small, start hiding and disabling the grab (this reduce visual noise on very small window and facilitate using the window resize grab) - float alpha = 1.0f; - if ((axis == ImGuiAxis_Y) && bb_frame_height < g.FontSize + g.Style.FramePadding.y * 2.0f) - alpha = ImSaturate((bb_frame_height - g.FontSize) / (g.Style.FramePadding.y * 2.0f)); - if (alpha <= 0.0f) - return false; - - const ImGuiStyle& style = g.Style; - const bool allow_interaction = (alpha >= 1.0f); - - ImRect bb = bb_frame; - bb.Expand(ImVec2(-ImClamp(IM_FLOOR((bb_frame_width - 2.0f) * 0.5f), 0.0f, 3.0f), -ImClamp(IM_FLOOR((bb_frame_height - 2.0f) * 0.5f), 0.0f, 3.0f))); - - // V denote the main, longer axis of the scrollbar (= height for a vertical scrollbar) - const float scrollbar_size_v = (axis == ImGuiAxis_X) ? bb.GetWidth() : bb.GetHeight(); - - // Calculate the height of our grabbable box. It generally represent the amount visible (vs the total scrollable amount) - // But we maintain a minimum size in pixel to allow for the user to still aim inside. - IM_ASSERT(ImMax(size_contents_v, size_avail_v) > 0.0f); // Adding this assert to check if the ImMax(XXX,1.0f) is still needed. PLEASE CONTACT ME if this triggers. - const ImS64 win_size_v = ImMax(ImMax(size_contents_v, size_avail_v), (ImS64)1); - const float grab_h_pixels = ImClamp(scrollbar_size_v * ((float)size_avail_v / (float)win_size_v), style.GrabMinSize, scrollbar_size_v); - const float grab_h_norm = grab_h_pixels / scrollbar_size_v; - - // Handle input right away. None of the code of Begin() is relying on scrolling position before calling Scrollbar(). - bool held = false; - bool hovered = false; - ButtonBehavior(bb, id, &hovered, &held, ImGuiButtonFlags_NoNavFocus); - - const ImS64 scroll_max = ImMax((ImS64)1, size_contents_v - size_avail_v); - float scroll_ratio = ImSaturate((float)*p_scroll_v / (float)scroll_max); - float grab_v_norm = scroll_ratio * (scrollbar_size_v - grab_h_pixels) / scrollbar_size_v; // Grab position in normalized space - if (held && allow_interaction && grab_h_norm < 1.0f) - { - const float scrollbar_pos_v = bb.Min[axis]; - const float mouse_pos_v = g.IO.MousePos[axis]; - - // Click position in scrollbar normalized space (0.0f->1.0f) - const float clicked_v_norm = ImSaturate((mouse_pos_v - scrollbar_pos_v) / scrollbar_size_v); - SetHoveredID(id); - - bool seek_absolute = false; - if (g.ActiveIdIsJustActivated) - { - // On initial click calculate the distance between mouse and the center of the grab - seek_absolute = (clicked_v_norm < grab_v_norm || clicked_v_norm > grab_v_norm + grab_h_norm); - if (seek_absolute) - g.ScrollbarClickDeltaToGrabCenter = 0.0f; - else - g.ScrollbarClickDeltaToGrabCenter = clicked_v_norm - grab_v_norm - grab_h_norm * 0.5f; - } - - // Apply scroll (p_scroll_v will generally point on one member of window->Scroll) - // It is ok to modify Scroll here because we are being called in Begin() after the calculation of ContentSize and before setting up our starting position - const float scroll_v_norm = ImSaturate((clicked_v_norm - g.ScrollbarClickDeltaToGrabCenter - grab_h_norm * 0.5f) / (1.0f - grab_h_norm)); - *p_scroll_v = (ImS64)(scroll_v_norm * scroll_max); - - // Update values for rendering - scroll_ratio = ImSaturate((float)*p_scroll_v / (float)scroll_max); - grab_v_norm = scroll_ratio * (scrollbar_size_v - grab_h_pixels) / scrollbar_size_v; - - // Update distance to grab now that we have seeked and saturated - if (seek_absolute) - g.ScrollbarClickDeltaToGrabCenter = clicked_v_norm - grab_v_norm - grab_h_norm * 0.5f; - } - - // Render - const ImU32 bg_col = GetColorU32(ImGuiCol_ScrollbarBg); - const ImU32 grab_col = GetColorU32(held ? ImGuiCol_ScrollbarGrabActive : hovered ? ImGuiCol_ScrollbarGrabHovered : ImGuiCol_ScrollbarGrab, alpha); - window->DrawList->AddRectFilled(bb_frame.Min, bb_frame.Max, bg_col, window->WindowRounding, flags); - ImRect grab_rect; - if (axis == ImGuiAxis_X) - grab_rect = ImRect(ImLerp(bb.Min.x, bb.Max.x, grab_v_norm), bb.Min.y, ImLerp(bb.Min.x, bb.Max.x, grab_v_norm) + grab_h_pixels, bb.Max.y); - else - grab_rect = ImRect(bb.Min.x, ImLerp(bb.Min.y, bb.Max.y, grab_v_norm), bb.Max.x, ImLerp(bb.Min.y, bb.Max.y, grab_v_norm) + grab_h_pixels); - window->DrawList->AddRectFilled(grab_rect.Min, grab_rect.Max, grab_col, style.ScrollbarRounding); - - return held; -} - -void ImGui::Image(ImTextureID user_texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, const ImVec4& tint_col, const ImVec4& border_col) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - ImRect bb(window->DC.CursorPos, window->DC.CursorPos + size); - if (border_col.w > 0.0f) - bb.Max += ImVec2(2, 2); - ItemSize(bb); - if (!ItemAdd(bb, 0)) - return; - - if (border_col.w > 0.0f) - { - window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(border_col), 0.0f); - window->DrawList->AddImage(user_texture_id, bb.Min + ImVec2(1, 1), bb.Max - ImVec2(1, 1), uv0, uv1, GetColorU32(tint_col)); - } - else - { - window->DrawList->AddImage(user_texture_id, bb.Min, bb.Max, uv0, uv1, GetColorU32(tint_col)); - } -} - -// ImageButton() is flawed as 'id' is always derived from 'texture_id' (see #2464 #1390) -// We provide this internal helper to write your own variant while we figure out how to redesign the public ImageButton() API. -bool ImGui::ImageButtonEx(ImGuiID id, ImTextureID texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, const ImVec2& padding, const ImVec4& bg_col, const ImVec4& tint_col) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + size + padding * 2); - ItemSize(bb); - if (!ItemAdd(bb, id)) - return false; - - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held); - - // Render - const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); - RenderNavHighlight(bb, id); - RenderFrame(bb.Min, bb.Max, col, true, ImClamp((float)ImMin(padding.x, padding.y), 0.0f, g.Style.FrameRounding)); - if (bg_col.w > 0.0f) - window->DrawList->AddRectFilled(bb.Min + padding, bb.Max - padding, GetColorU32(bg_col)); - window->DrawList->AddImage(texture_id, bb.Min + padding, bb.Max - padding, uv0, uv1, GetColorU32(tint_col)); - - return pressed; -} - -// frame_padding < 0: uses FramePadding from style (default) -// frame_padding = 0: no framing -// frame_padding > 0: set framing size -bool ImGui::ImageButton(ImTextureID user_texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4& bg_col, const ImVec4& tint_col) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return false; - - // Default to using texture ID as ID. User can still push string/integer prefixes. - PushID((void*)(intptr_t)user_texture_id); - const ImGuiID id = window->GetID("#image"); - PopID(); - - const ImVec2 padding = (frame_padding >= 0) ? ImVec2((float)frame_padding, (float)frame_padding) : g.Style.FramePadding; - return ImageButtonEx(id, user_texture_id, size, uv0, uv1, padding, bg_col, tint_col); -} - -bool ImGui::Checkbox(const char* label, bool* v) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - const ImVec2 label_size = CalcTextSize(label, NULL, true); - - const float square_sz = GetFrameHeight(); - const ImVec2 pos = window->DC.CursorPos; - const ImRect total_bb(pos, pos + ImVec2(square_sz + (label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f), label_size.y + style.FramePadding.y * 2.0f)); - ItemSize(total_bb, style.FramePadding.y); - if (!ItemAdd(total_bb, id)) - { - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags | ImGuiItemStatusFlags_Checkable | (*v ? ImGuiItemStatusFlags_Checked : 0)); - return false; - } - - bool hovered, held; - bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); - if (pressed) - { - *v = !(*v); - MarkItemEdited(id); - } - - const ImRect check_bb(pos, pos + ImVec2(square_sz, square_sz)); - RenderNavHighlight(total_bb, id); - RenderFrame(check_bb.Min, check_bb.Max, GetColorU32((held && hovered) ? ImGuiCol_FrameBgActive : hovered ? ImGuiCol_FrameBgHovered : ImGuiCol_FrameBg), true, style.FrameRounding); - ImU32 check_col = GetColorU32(ImGuiCol_CheckMark); - bool mixed_value = (g.LastItemData.InFlags & ImGuiItemFlags_MixedValue) != 0; - if (mixed_value) - { - // Undocumented tristate/mixed/indeterminate checkbox (#2644) - // This may seem awkwardly designed because the aim is to make ImGuiItemFlags_MixedValue supported by all widgets (not just checkbox) - ImVec2 pad(ImMax(1.0f, IM_FLOOR(square_sz / 3.6f)), ImMax(1.0f, IM_FLOOR(square_sz / 3.6f))); - window->DrawList->AddRectFilled(check_bb.Min + pad, check_bb.Max - pad, check_col, style.FrameRounding); - } - else if (*v) - { - const float pad = ImMax(1.0f, IM_FLOOR(square_sz / 6.0f)); - RenderCheckMark(window->DrawList, check_bb.Min + ImVec2(pad, pad), check_col, square_sz - pad * 2.0f); - } - - ImVec2 label_pos = ImVec2(check_bb.Max.x + style.ItemInnerSpacing.x, check_bb.Min.y + style.FramePadding.y); - if (g.LogEnabled) - LogRenderedText(&label_pos, mixed_value ? "[~]" : *v ? "[x]" : "[ ]"); - if (label_size.x > 0.0f) - RenderText(label_pos, label); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags | ImGuiItemStatusFlags_Checkable | (*v ? ImGuiItemStatusFlags_Checked : 0)); - return pressed; -} - -template -bool ImGui::CheckboxFlagsT(const char* label, T* flags, T flags_value) -{ - bool all_on = (*flags & flags_value) == flags_value; - bool any_on = (*flags & flags_value) != 0; - bool pressed; - if (!all_on && any_on) - { - ImGuiContext& g = *GImGui; - ImGuiItemFlags backup_item_flags = g.CurrentItemFlags; - g.CurrentItemFlags |= ImGuiItemFlags_MixedValue; - pressed = Checkbox(label, &all_on); - g.CurrentItemFlags = backup_item_flags; - } - else - { - pressed = Checkbox(label, &all_on); - - } - if (pressed) - { - if (all_on) - *flags |= flags_value; - else - *flags &= ~flags_value; - } - return pressed; -} - -bool ImGui::CheckboxFlags(const char* label, int* flags, int flags_value) -{ - return CheckboxFlagsT(label, flags, flags_value); -} - -bool ImGui::CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) -{ - return CheckboxFlagsT(label, flags, flags_value); -} - -bool ImGui::CheckboxFlags(const char* label, ImS64* flags, ImS64 flags_value) -{ - return CheckboxFlagsT(label, flags, flags_value); -} - -bool ImGui::CheckboxFlags(const char* label, ImU64* flags, ImU64 flags_value) -{ - return CheckboxFlagsT(label, flags, flags_value); -} - -bool ImGui::RadioButton(const char* label, bool active) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - const ImVec2 label_size = CalcTextSize(label, NULL, true); - - const float square_sz = GetFrameHeight(); - const ImVec2 pos = window->DC.CursorPos; - const ImRect check_bb(pos, pos + ImVec2(square_sz, square_sz)); - const ImRect total_bb(pos, pos + ImVec2(square_sz + (label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f), label_size.y + style.FramePadding.y * 2.0f)); - ItemSize(total_bb, style.FramePadding.y); - if (!ItemAdd(total_bb, id)) - return false; - - ImVec2 center = check_bb.GetCenter(); - center.x = IM_ROUND(center.x); - center.y = IM_ROUND(center.y); - const float radius = (square_sz - 1.0f) * 0.5f; - - bool hovered, held; - bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); - if (pressed) - MarkItemEdited(id); - - RenderNavHighlight(total_bb, id); - window->DrawList->AddCircleFilled(center, radius, GetColorU32((held && hovered) ? ImGuiCol_FrameBgActive : hovered ? ImGuiCol_FrameBgHovered : ImGuiCol_FrameBg), 16); - if (active) - { - const float pad = ImMax(1.0f, IM_FLOOR(square_sz / 6.0f)); - window->DrawList->AddCircleFilled(center, radius - pad, GetColorU32(ImGuiCol_CheckMark), 16); - } - - if (style.FrameBorderSize > 0.0f) - { - window->DrawList->AddCircle(center + ImVec2(1, 1), radius, GetColorU32(ImGuiCol_BorderShadow), 16, style.FrameBorderSize); - window->DrawList->AddCircle(center, radius, GetColorU32(ImGuiCol_Border), 16, style.FrameBorderSize); - } - - ImVec2 label_pos = ImVec2(check_bb.Max.x + style.ItemInnerSpacing.x, check_bb.Min.y + style.FramePadding.y); - if (g.LogEnabled) - LogRenderedText(&label_pos, active ? "(x)" : "( )"); - if (label_size.x > 0.0f) - RenderText(label_pos, label); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags); - return pressed; -} - -// FIXME: This would work nicely if it was a public template, e.g. 'template RadioButton(const char* label, T* v, T v_button)', but I'm not sure how we would expose it.. -bool ImGui::RadioButton(const char* label, int* v, int v_button) -{ - const bool pressed = RadioButton(label, *v == v_button); - if (pressed) - *v = v_button; - return pressed; -} - -// size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size -void ImGui::ProgressBar(float fraction, const ImVec2& size_arg, const char* overlay) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - - ImVec2 pos = window->DC.CursorPos; - ImVec2 size = CalcItemSize(size_arg, CalcItemWidth(), g.FontSize + style.FramePadding.y * 2.0f); - ImRect bb(pos, pos + size); - ItemSize(size, style.FramePadding.y); - if (!ItemAdd(bb, 0)) - return; - - // Render - fraction = ImSaturate(fraction); - RenderFrame(bb.Min, bb.Max, GetColorU32(ImGuiCol_FrameBg), true, style.FrameRounding); - bb.Expand(ImVec2(-style.FrameBorderSize, -style.FrameBorderSize)); - const ImVec2 fill_br = ImVec2(ImLerp(bb.Min.x, bb.Max.x, fraction), bb.Max.y); - RenderRectFilledRangeH(window->DrawList, bb, GetColorU32(ImGuiCol_PlotHistogram), 0.0f, fraction, style.FrameRounding); - - // Default displaying the fraction as percentage string, but user can override it - char overlay_buf[32]; - if (!overlay) - { - ImFormatString(overlay_buf, IM_ARRAYSIZE(overlay_buf), "%.0f%%", fraction * 100 + 0.01f); - overlay = overlay_buf; - } - - ImVec2 overlay_size = CalcTextSize(overlay, NULL); - if (overlay_size.x > 0.0f) - RenderTextClipped(ImVec2(ImClamp(fill_br.x + style.ItemSpacing.x, bb.Min.x, bb.Max.x - overlay_size.x - style.ItemInnerSpacing.x), bb.Min.y), bb.Max, overlay, NULL, &overlay_size, ImVec2(0.0f, 0.5f), &bb); -} - -void ImGui::Bullet() -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const float line_height = ImMax(ImMin(window->DC.CurrLineSize.y, g.FontSize + style.FramePadding.y * 2), g.FontSize); - const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize, line_height)); - ItemSize(bb); - if (!ItemAdd(bb, 0)) - { - SameLine(0, style.FramePadding.x * 2); - return; - } - - // Render and stay on same line - ImU32 text_col = GetColorU32(ImGuiCol_Text); - RenderBullet(window->DrawList, bb.Min + ImVec2(style.FramePadding.x + g.FontSize * 0.5f, line_height * 0.5f), text_col); - SameLine(0, style.FramePadding.x * 2.0f); -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: Low-level Layout helpers -//------------------------------------------------------------------------- -// - Spacing() -// - Dummy() -// - NewLine() -// - AlignTextToFramePadding() -// - SeparatorEx() [Internal] -// - Separator() -// - SplitterBehavior() [Internal] -// - ShrinkWidths() [Internal] -//------------------------------------------------------------------------- - -void ImGui::Spacing() -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - ItemSize(ImVec2(0, 0)); -} - -void ImGui::Dummy(const ImVec2& size) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + size); - ItemSize(size); - ItemAdd(bb, 0); -} - -void ImGui::NewLine() -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - ImGuiContext& g = *GImGui; - const ImGuiLayoutType backup_layout_type = window->DC.LayoutType; - window->DC.LayoutType = ImGuiLayoutType_Vertical; - window->DC.IsSameLine = false; - if (window->DC.CurrLineSize.y > 0.0f) // In the event that we are on a line with items that is smaller that FontSize high, we will preserve its height. - ItemSize(ImVec2(0, 0)); - else - ItemSize(ImVec2(0.0f, g.FontSize)); - window->DC.LayoutType = backup_layout_type; -} - -void ImGui::AlignTextToFramePadding() -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - ImGuiContext& g = *GImGui; - window->DC.CurrLineSize.y = ImMax(window->DC.CurrLineSize.y, g.FontSize + g.Style.FramePadding.y * 2); - window->DC.CurrLineTextBaseOffset = ImMax(window->DC.CurrLineTextBaseOffset, g.Style.FramePadding.y); -} - -// Horizontal/vertical separating line -void ImGui::SeparatorEx(ImGuiSeparatorFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - - ImGuiContext& g = *GImGui; - IM_ASSERT(ImIsPowerOfTwo(flags & (ImGuiSeparatorFlags_Horizontal | ImGuiSeparatorFlags_Vertical))); // Check that only 1 option is selected - - float thickness_draw = 1.0f; - float thickness_layout = 0.0f; - if (flags & ImGuiSeparatorFlags_Vertical) - { - // Vertical separator, for menu bars (use current line height). Not exposed because it is misleading and it doesn't have an effect on regular layout. - float y1 = window->DC.CursorPos.y; - float y2 = window->DC.CursorPos.y + window->DC.CurrLineSize.y; - const ImRect bb(ImVec2(window->DC.CursorPos.x, y1), ImVec2(window->DC.CursorPos.x + thickness_draw, y2)); - ItemSize(ImVec2(thickness_layout, 0.0f)); - if (!ItemAdd(bb, 0)) - return; - - // Draw - window->DrawList->AddLine(ImVec2(bb.Min.x, bb.Min.y), ImVec2(bb.Min.x, bb.Max.y), GetColorU32(ImGuiCol_Separator)); - if (g.LogEnabled) - LogText(" |"); - } - else if (flags & ImGuiSeparatorFlags_Horizontal) - { - // Horizontal Separator - float x1 = window->Pos.x; - float x2 = window->Pos.x + window->Size.x; - - // FIXME-WORKRECT: old hack (#205) until we decide of consistent behavior with WorkRect/Indent and Separator - if (g.GroupStack.Size > 0 && g.GroupStack.back().WindowID == window->ID) - x1 += window->DC.Indent.x; - - // FIXME-WORKRECT: In theory we should simply be using WorkRect.Min.x/Max.x everywhere but it isn't aesthetically what we want, - // need to introduce a variant of WorkRect for that purpose. (#4787) - if (ImGuiTable* table = g.CurrentTable) - { - x1 = table->Columns[table->CurrentColumn].MinX; - x2 = table->Columns[table->CurrentColumn].MaxX; - } - - ImGuiOldColumns* columns = (flags & ImGuiSeparatorFlags_SpanAllColumns) ? window->DC.CurrentColumns : NULL; - if (columns) - PushColumnsBackground(); - - // We don't provide our width to the layout so that it doesn't get feed back into AutoFit - // FIXME: This prevents ->CursorMaxPos based bounding box evaluation from working (e.g. TableEndCell) - const ImRect bb(ImVec2(x1, window->DC.CursorPos.y), ImVec2(x2, window->DC.CursorPos.y + thickness_draw)); - ItemSize(ImVec2(0.0f, thickness_layout)); - const bool item_visible = ItemAdd(bb, 0); - if (item_visible) - { - // Draw - window->DrawList->AddLine(bb.Min, ImVec2(bb.Max.x, bb.Min.y), GetColorU32(ImGuiCol_Separator)); - if (g.LogEnabled) - LogRenderedText(&bb.Min, "--------------------------------\n"); - - } - if (columns) - { - PopColumnsBackground(); - columns->LineMinY = window->DC.CursorPos.y; - } - } -} - -void ImGui::Separator() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return; - - // Those flags should eventually be overridable by the user - ImGuiSeparatorFlags flags = (window->DC.LayoutType == ImGuiLayoutType_Horizontal) ? ImGuiSeparatorFlags_Vertical : ImGuiSeparatorFlags_Horizontal; - flags |= ImGuiSeparatorFlags_SpanAllColumns; // NB: this only applies to legacy Columns() api as they relied on Separator() a lot. - SeparatorEx(flags); -} - -// Using 'hover_visibility_delay' allows us to hide the highlight and mouse cursor for a short time, which can be convenient to reduce visual noise. -bool ImGui::SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend, float hover_visibility_delay) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - const ImGuiItemFlags item_flags_backup = g.CurrentItemFlags; - g.CurrentItemFlags |= ImGuiItemFlags_NoNav | ImGuiItemFlags_NoNavDefaultFocus; - bool item_add = ItemAdd(bb, id); - g.CurrentItemFlags = item_flags_backup; - if (!item_add) - return false; - - bool hovered, held; - ImRect bb_interact = bb; - bb_interact.Expand(axis == ImGuiAxis_Y ? ImVec2(0.0f, hover_extend) : ImVec2(hover_extend, 0.0f)); - ButtonBehavior(bb_interact, id, &hovered, &held, ImGuiButtonFlags_FlattenChildren | ImGuiButtonFlags_AllowItemOverlap); - if (hovered) - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_HoveredRect; // for IsItemHovered(), because bb_interact is larger than bb - if (g.ActiveId != id) - SetItemAllowOverlap(); - - if (held || (hovered && g.HoveredIdPreviousFrame == id && g.HoveredIdTimer >= hover_visibility_delay)) - SetMouseCursor(axis == ImGuiAxis_Y ? ImGuiMouseCursor_ResizeNS : ImGuiMouseCursor_ResizeEW); - - ImRect bb_render = bb; - if (held) - { - ImVec2 mouse_delta_2d = g.IO.MousePos - g.ActiveIdClickOffset - bb_interact.Min; - float mouse_delta = (axis == ImGuiAxis_Y) ? mouse_delta_2d.y : mouse_delta_2d.x; - - // Minimum pane size - float size_1_maximum_delta = ImMax(0.0f, *size1 - min_size1); - float size_2_maximum_delta = ImMax(0.0f, *size2 - min_size2); - if (mouse_delta < -size_1_maximum_delta) - mouse_delta = -size_1_maximum_delta; - if (mouse_delta > size_2_maximum_delta) - mouse_delta = size_2_maximum_delta; - - // Apply resize - if (mouse_delta != 0.0f) - { - if (mouse_delta < 0.0f) - IM_ASSERT(*size1 + mouse_delta >= min_size1); - if (mouse_delta > 0.0f) - IM_ASSERT(*size2 - mouse_delta >= min_size2); - *size1 += mouse_delta; - *size2 -= mouse_delta; - bb_render.Translate((axis == ImGuiAxis_X) ? ImVec2(mouse_delta, 0.0f) : ImVec2(0.0f, mouse_delta)); - MarkItemEdited(id); - } - } - - // Render - const ImU32 col = GetColorU32(held ? ImGuiCol_SeparatorActive : (hovered && g.HoveredIdTimer >= hover_visibility_delay) ? ImGuiCol_SeparatorHovered : ImGuiCol_Separator); - window->DrawList->AddRectFilled(bb_render.Min, bb_render.Max, col, 0.0f); - - return held; -} - -static int IMGUI_CDECL ShrinkWidthItemComparer(const void* lhs, const void* rhs) -{ - const ImGuiShrinkWidthItem* a = (const ImGuiShrinkWidthItem*)lhs; - const ImGuiShrinkWidthItem* b = (const ImGuiShrinkWidthItem*)rhs; - if (int d = (int)(b->Width - a->Width)) - return d; - return (b->Index - a->Index); -} - -// Shrink excess width from a set of item, by removing width from the larger items first. -// Set items Width to -1.0f to disable shrinking this item. -void ImGui::ShrinkWidths(ImGuiShrinkWidthItem* items, int count, float width_excess) -{ - if (count == 1) - { - if (items[0].Width >= 0.0f) - items[0].Width = ImMax(items[0].Width - width_excess, 1.0f); - return; - } - ImQsort(items, (size_t)count, sizeof(ImGuiShrinkWidthItem), ShrinkWidthItemComparer); - int count_same_width = 1; - while (width_excess > 0.0f && count_same_width < count) - { - while (count_same_width < count && items[0].Width <= items[count_same_width].Width) - count_same_width++; - float max_width_to_remove_per_item = (count_same_width < count && items[count_same_width].Width >= 0.0f) ? (items[0].Width - items[count_same_width].Width) : (items[0].Width - 1.0f); - if (max_width_to_remove_per_item <= 0.0f) - break; - float width_to_remove_per_item = ImMin(width_excess / count_same_width, max_width_to_remove_per_item); - for (int item_n = 0; item_n < count_same_width; item_n++) - items[item_n].Width -= width_to_remove_per_item; - width_excess -= width_to_remove_per_item * count_same_width; - } - - // Round width and redistribute remainder - // Ensure that e.g. the right-most tab of a shrunk tab-bar always reaches exactly at the same distance from the right-most edge of the tab bar separator. - width_excess = 0.0f; - for (int n = 0; n < count; n++) - { - float width_rounded = ImFloor(items[n].Width); - width_excess += items[n].Width - width_rounded; - items[n].Width = width_rounded; - } - while (width_excess > 0.0f) - for (int n = 0; n < count; n++) - if (items[n].Width + 1.0f <= items[n].InitialWidth) - { - items[n].Width += 1.0f; - width_excess -= 1.0f; - } -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: ComboBox -//------------------------------------------------------------------------- -// - CalcMaxPopupHeightFromItemCount() [Internal] -// - BeginCombo() -// - BeginComboPopup() [Internal] -// - EndCombo() -// - BeginComboPreview() [Internal] -// - EndComboPreview() [Internal] -// - Combo() -//------------------------------------------------------------------------- - -static float CalcMaxPopupHeightFromItemCount(int items_count) -{ - ImGuiContext& g = *GImGui; - if (items_count <= 0) - return FLT_MAX; - return (g.FontSize + g.Style.ItemSpacing.y) * items_count - g.Style.ItemSpacing.y + (g.Style.WindowPadding.y * 2); -} - -bool ImGui::BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - - ImGuiNextWindowDataFlags backup_next_window_data_flags = g.NextWindowData.Flags; - g.NextWindowData.ClearFlags(); // We behave like Begin() and need to consume those values - if (window->SkipItems) - return false; - - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - IM_ASSERT((flags & (ImGuiComboFlags_NoArrowButton | ImGuiComboFlags_NoPreview)) != (ImGuiComboFlags_NoArrowButton | ImGuiComboFlags_NoPreview)); // Can't use both flags together - - const float arrow_size = (flags & ImGuiComboFlags_NoArrowButton) ? 0.0f : GetFrameHeight(); - const ImVec2 label_size = CalcTextSize(label, NULL, true); - const float w = (flags & ImGuiComboFlags_NoPreview) ? arrow_size : CalcItemWidth(); - const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w, label_size.y + style.FramePadding.y * 2.0f)); - const ImRect total_bb(bb.Min, bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0.0f)); - ItemSize(total_bb, style.FramePadding.y); - if (!ItemAdd(total_bb, id, &bb)) - return false; - - // Open on click - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held); - const ImGuiID popup_id = ImHashStr("##ComboPopup", 0, id); - bool popup_open = IsPopupOpen(popup_id, ImGuiPopupFlags_None); - if (pressed && !popup_open) - { - OpenPopupEx(popup_id, ImGuiPopupFlags_None); - popup_open = true; - } - - // Render shape - const ImU32 frame_col = GetColorU32(hovered ? ImGuiCol_FrameBgHovered : ImGuiCol_FrameBg); - const float value_x2 = ImMax(bb.Min.x, bb.Max.x - arrow_size); - RenderNavHighlight(bb, id); - if (!(flags & ImGuiComboFlags_NoPreview)) - window->DrawList->AddRectFilled(bb.Min, ImVec2(value_x2, bb.Max.y), frame_col, style.FrameRounding, (flags & ImGuiComboFlags_NoArrowButton) ? ImDrawFlags_RoundCornersAll : ImDrawFlags_RoundCornersLeft); - if (!(flags & ImGuiComboFlags_NoArrowButton)) - { - ImU32 bg_col = GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol_Button); - ImU32 text_col = GetColorU32(ImGuiCol_Text); - window->DrawList->AddRectFilled(ImVec2(value_x2, bb.Min.y), bb.Max, bg_col, style.FrameRounding, (w <= arrow_size) ? ImDrawFlags_RoundCornersAll : ImDrawFlags_RoundCornersRight); - if (value_x2 + arrow_size - style.FramePadding.x <= bb.Max.x) - RenderArrow(window->DrawList, ImVec2(value_x2 + style.FramePadding.y, bb.Min.y + style.FramePadding.y), text_col, ImGuiDir_Down, 1.0f); - } - RenderFrameBorder(bb.Min, bb.Max, style.FrameRounding); - - // Custom preview - if (flags & ImGuiComboFlags_CustomPreview) - { - g.ComboPreviewData.PreviewRect = ImRect(bb.Min.x, bb.Min.y, value_x2, bb.Max.y); - IM_ASSERT(preview_value == NULL || preview_value[0] == 0); - preview_value = NULL; - } - - // Render preview and label - if (preview_value != NULL && !(flags & ImGuiComboFlags_NoPreview)) - { - if (g.LogEnabled) - LogSetNextTextDecoration("{", "}"); - RenderTextClipped(bb.Min + style.FramePadding, ImVec2(value_x2, bb.Max.y), preview_value, NULL, NULL); - } - if (label_size.x > 0) - RenderText(ImVec2(bb.Max.x + style.ItemInnerSpacing.x, bb.Min.y + style.FramePadding.y), label); - - if (!popup_open) - return false; - - g.NextWindowData.Flags = backup_next_window_data_flags; - return BeginComboPopup(popup_id, bb, flags); -} - -bool ImGui::BeginComboPopup(ImGuiID popup_id, const ImRect& bb, ImGuiComboFlags flags) -{ - ImGuiContext& g = *GImGui; - if (!IsPopupOpen(popup_id, ImGuiPopupFlags_None)) - { - g.NextWindowData.ClearFlags(); - return false; - } - - // Set popup size - float w = bb.GetWidth(); - if (g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasSizeConstraint) - { - g.NextWindowData.SizeConstraintRect.Min.x = ImMax(g.NextWindowData.SizeConstraintRect.Min.x, w); - } - else - { - if ((flags & ImGuiComboFlags_HeightMask_) == 0) - flags |= ImGuiComboFlags_HeightRegular; - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiComboFlags_HeightMask_)); // Only one - int popup_max_height_in_items = -1; - if (flags & ImGuiComboFlags_HeightRegular) popup_max_height_in_items = 8; - else if (flags & ImGuiComboFlags_HeightSmall) popup_max_height_in_items = 4; - else if (flags & ImGuiComboFlags_HeightLarge) popup_max_height_in_items = 20; - SetNextWindowSizeConstraints(ImVec2(w, 0.0f), ImVec2(FLT_MAX, CalcMaxPopupHeightFromItemCount(popup_max_height_in_items))); - } - - // This is essentially a specialized version of BeginPopupEx() - char name[16]; - ImFormatString(name, IM_ARRAYSIZE(name), "##Combo_%02d", g.BeginPopupStack.Size); // Recycle windows based on depth - - // Set position given a custom constraint (peak into expected window size so we can position it) - // FIXME: This might be easier to express with an hypothetical SetNextWindowPosConstraints() function? - // FIXME: This might be moved to Begin() or at least around the same spot where Tooltips and other Popups are calling FindBestWindowPosForPopupEx()? - if (ImGuiWindow* popup_window = FindWindowByName(name)) - if (popup_window->WasActive) - { - // Always override 'AutoPosLastDirection' to not leave a chance for a past value to affect us. - ImVec2 size_expected = CalcWindowNextAutoFitSize(popup_window); - popup_window->AutoPosLastDirection = (flags & ImGuiComboFlags_PopupAlignLeft) ? ImGuiDir_Left : ImGuiDir_Down; // Left = "Below, Toward Left", Down = "Below, Toward Right (default)" - ImRect r_outer = GetPopupAllowedExtentRect(popup_window); - ImVec2 pos = FindBestWindowPosForPopupEx(bb.GetBL(), size_expected, &popup_window->AutoPosLastDirection, r_outer, bb, ImGuiPopupPositionPolicy_ComboBox); - SetNextWindowPos(pos); - } - - // We don't use BeginPopupEx() solely because we have a custom name string, which we could make an argument to BeginPopupEx() - ImGuiWindowFlags window_flags = ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_Popup | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoMove; - PushStyleVar(ImGuiStyleVar_WindowPadding, ImVec2(g.Style.FramePadding.x, g.Style.WindowPadding.y)); // Horizontally align ourselves with the framed text - bool ret = Begin(name, NULL, window_flags); - PopStyleVar(); - if (!ret) - { - EndPopup(); - IM_ASSERT(0); // This should never happen as we tested for IsPopupOpen() above - return false; - } - return true; -} - -void ImGui::EndCombo() -{ - EndPopup(); -} - -// Call directly after the BeginCombo/EndCombo block. The preview is designed to only host non-interactive elements -// (Experimental, see GitHub issues: #1658, #4168) -bool ImGui::BeginComboPreview() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiComboPreviewData* preview_data = &g.ComboPreviewData; - - if (window->SkipItems || !window->ClipRect.Overlaps(g.LastItemData.Rect)) // FIXME: Because we don't have a ImGuiItemStatusFlags_Visible flag to test last ItemAdd() result - return false; - IM_ASSERT(g.LastItemData.Rect.Min.x == preview_data->PreviewRect.Min.x && g.LastItemData.Rect.Min.y == preview_data->PreviewRect.Min.y); // Didn't call after BeginCombo/EndCombo block or forgot to pass ImGuiComboFlags_CustomPreview flag? - if (!window->ClipRect.Contains(preview_data->PreviewRect)) // Narrower test (optional) - return false; - - // FIXME: This could be contained in a PushWorkRect() api - preview_data->BackupCursorPos = window->DC.CursorPos; - preview_data->BackupCursorMaxPos = window->DC.CursorMaxPos; - preview_data->BackupCursorPosPrevLine = window->DC.CursorPosPrevLine; - preview_data->BackupPrevLineTextBaseOffset = window->DC.PrevLineTextBaseOffset; - preview_data->BackupLayout = window->DC.LayoutType; - window->DC.CursorPos = preview_data->PreviewRect.Min + g.Style.FramePadding; - window->DC.CursorMaxPos = window->DC.CursorPos; - window->DC.LayoutType = ImGuiLayoutType_Horizontal; - window->DC.IsSameLine = false; - PushClipRect(preview_data->PreviewRect.Min, preview_data->PreviewRect.Max, true); - - return true; -} - -void ImGui::EndComboPreview() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiComboPreviewData* preview_data = &g.ComboPreviewData; - - // FIXME: Using CursorMaxPos approximation instead of correct AABB which we will store in ImDrawCmd in the future - ImDrawList* draw_list = window->DrawList; - if (window->DC.CursorMaxPos.x < preview_data->PreviewRect.Max.x && window->DC.CursorMaxPos.y < preview_data->PreviewRect.Max.y) - if (draw_list->CmdBuffer.Size > 1) // Unlikely case that the PushClipRect() didn't create a command - { - draw_list->_CmdHeader.ClipRect = draw_list->CmdBuffer[draw_list->CmdBuffer.Size - 1].ClipRect = draw_list->CmdBuffer[draw_list->CmdBuffer.Size - 2].ClipRect; - draw_list->_TryMergeDrawCmds(); - } - PopClipRect(); - window->DC.CursorPos = preview_data->BackupCursorPos; - window->DC.CursorMaxPos = ImMax(window->DC.CursorMaxPos, preview_data->BackupCursorMaxPos); - window->DC.CursorPosPrevLine = preview_data->BackupCursorPosPrevLine; - window->DC.PrevLineTextBaseOffset = preview_data->BackupPrevLineTextBaseOffset; - window->DC.LayoutType = preview_data->BackupLayout; - window->DC.IsSameLine = false; - preview_data->PreviewRect = ImRect(); -} - -// Getter for the old Combo() API: const char*[] -static bool Items_ArrayGetter(void* data, int idx, const char** out_text) -{ - const char* const* items = (const char* const*)data; - if (out_text) - *out_text = items[idx]; - return true; -} - -// Getter for the old Combo() API: "item1\0item2\0item3\0" -static bool Items_SingleStringGetter(void* data, int idx, const char** out_text) -{ - // FIXME-OPT: we could pre-compute the indices to fasten this. But only 1 active combo means the waste is limited. - const char* items_separated_by_zeros = (const char*)data; - int items_count = 0; - const char* p = items_separated_by_zeros; - while (*p) - { - if (idx == items_count) - break; - p += strlen(p) + 1; - items_count++; - } - if (!*p) - return false; - if (out_text) - *out_text = p; - return true; -} - -// Old API, prefer using BeginCombo() nowadays if you can. -bool ImGui::Combo(const char* label, int* current_item, bool (*items_getter)(void*, int, const char**), void* data, int items_count, int popup_max_height_in_items) -{ - ImGuiContext& g = *GImGui; - - // Call the getter to obtain the preview string which is a parameter to BeginCombo() - const char* preview_value = NULL; - if (*current_item >= 0 && *current_item < items_count) - items_getter(data, *current_item, &preview_value); - - // The old Combo() API exposed "popup_max_height_in_items". The new more general BeginCombo() API doesn't have/need it, but we emulate it here. - if (popup_max_height_in_items != -1 && !(g.NextWindowData.Flags & ImGuiNextWindowDataFlags_HasSizeConstraint)) - SetNextWindowSizeConstraints(ImVec2(0, 0), ImVec2(FLT_MAX, CalcMaxPopupHeightFromItemCount(popup_max_height_in_items))); - - if (!BeginCombo(label, preview_value, ImGuiComboFlags_None)) - return false; - - // Display items - // FIXME-OPT: Use clipper (but we need to disable it on the appearing frame to make sure our call to SetItemDefaultFocus() is processed) - bool value_changed = false; - for (int i = 0; i < items_count; i++) - { - PushID(i); - const bool item_selected = (i == *current_item); - const char* item_text; - if (!items_getter(data, i, &item_text)) - item_text = "*Unknown item*"; - if (Selectable(item_text, item_selected)) - { - value_changed = true; - *current_item = i; - } - if (item_selected) - SetItemDefaultFocus(); - PopID(); - } - - EndCombo(); - - if (value_changed) - MarkItemEdited(g.LastItemData.ID); - - return value_changed; -} - -// Combo box helper allowing to pass an array of strings. -bool ImGui::Combo(const char* label, int* current_item, const char* const items[], int items_count, int height_in_items) -{ - const bool value_changed = Combo(label, current_item, Items_ArrayGetter, (void*)items, items_count, height_in_items); - return value_changed; -} - -// Combo box helper allowing to pass all items in a single string literal holding multiple zero-terminated items "item1\0item2\0" -bool ImGui::Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int height_in_items) -{ - int items_count = 0; - const char* p = items_separated_by_zeros; // FIXME-OPT: Avoid computing this, or at least only when combo is open - while (*p) - { - p += strlen(p) + 1; - items_count++; - } - bool value_changed = Combo(label, current_item, Items_SingleStringGetter, (void*)items_separated_by_zeros, items_count, height_in_items); - return value_changed; -} - -//------------------------------------------------------------------------- -// [SECTION] Data Type and Data Formatting Helpers [Internal] -//------------------------------------------------------------------------- -// - PatchFormatStringFloatToInt() -// - DataTypeGetInfo() -// - DataTypeFormatString() -// - DataTypeApplyOp() -// - DataTypeApplyOpFromText() -// - DataTypeCompare() -// - DataTypeClamp() -// - GetMinimumStepAtDecimalPrecision -// - RoundScalarWithFormat<>() -//------------------------------------------------------------------------- - -static const ImGuiDataTypeInfo GDataTypeInfo[] = -{ - { sizeof(char), "S8", "%d", "%d" }, // ImGuiDataType_S8 - { sizeof(unsigned char), "U8", "%u", "%u" }, - { sizeof(short), "S16", "%d", "%d" }, // ImGuiDataType_S16 - { sizeof(unsigned short), "U16", "%u", "%u" }, - { sizeof(int), "S32", "%d", "%d" }, // ImGuiDataType_S32 - { sizeof(unsigned int), "U32", "%u", "%u" }, -#ifdef _MSC_VER - { sizeof(ImS64), "S64", "%I64d","%I64d" }, // ImGuiDataType_S64 - { sizeof(ImU64), "U64", "%I64u","%I64u" }, -#else - { sizeof(ImS64), "S64", "%lld", "%lld" }, // ImGuiDataType_S64 - { sizeof(ImU64), "U64", "%llu", "%llu" }, -#endif - { sizeof(float), "float", "%.3f","%f" }, // ImGuiDataType_Float (float are promoted to double in va_arg) - { sizeof(double), "double","%f", "%lf" }, // ImGuiDataType_Double -}; -IM_STATIC_ASSERT(IM_ARRAYSIZE(GDataTypeInfo) == ImGuiDataType_COUNT); - -// FIXME-LEGACY: Prior to 1.61 our DragInt() function internally used floats and because of this the compile-time default value for format was "%.0f". -// Even though we changed the compile-time default, we expect users to have carried %f around, which would break the display of DragInt() calls. -// To honor backward compatibility we are rewriting the format string, unless IMGUI_DISABLE_OBSOLETE_FUNCTIONS is enabled. What could possibly go wrong?! -static const char* PatchFormatStringFloatToInt(const char* fmt) -{ - if (fmt[0] == '%' && fmt[1] == '.' && fmt[2] == '0' && fmt[3] == 'f' && fmt[4] == 0) // Fast legacy path for "%.0f" which is expected to be the most common case. - return "%d"; - const char* fmt_start = ImParseFormatFindStart(fmt); // Find % (if any, and ignore %%) - const char* fmt_end = ImParseFormatFindEnd(fmt_start); // Find end of format specifier, which itself is an exercise of confidence/recklessness (because snprintf is dependent on libc or user). - if (fmt_end > fmt_start && fmt_end[-1] == 'f') - { -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - if (fmt_start == fmt && fmt_end[0] == 0) - return "%d"; - const char* tmp_format; - ImFormatStringToTempBuffer(&tmp_format, NULL, "%.*s%%d%s", (int)(fmt_start - fmt), fmt, fmt_end); // Honor leading and trailing decorations, but lose alignment/precision. - return tmp_format; -#else - IM_ASSERT(0 && "DragInt(): Invalid format string!"); // Old versions used a default parameter of "%.0f", please replace with e.g. "%d" -#endif - } - return fmt; -} - -const ImGuiDataTypeInfo* ImGui::DataTypeGetInfo(ImGuiDataType data_type) -{ - IM_ASSERT(data_type >= 0 && data_type < ImGuiDataType_COUNT); - return &GDataTypeInfo[data_type]; -} - -int ImGui::DataTypeFormatString(char* buf, int buf_size, ImGuiDataType data_type, const void* p_data, const char* format) -{ - // Signedness doesn't matter when pushing integer arguments - if (data_type == ImGuiDataType_S32 || data_type == ImGuiDataType_U32) - return ImFormatString(buf, buf_size, format, *(const ImU32*)p_data); - if (data_type == ImGuiDataType_S64 || data_type == ImGuiDataType_U64) - return ImFormatString(buf, buf_size, format, *(const ImU64*)p_data); - if (data_type == ImGuiDataType_Float) - return ImFormatString(buf, buf_size, format, *(const float*)p_data); - if (data_type == ImGuiDataType_Double) - return ImFormatString(buf, buf_size, format, *(const double*)p_data); - if (data_type == ImGuiDataType_S8) - return ImFormatString(buf, buf_size, format, *(const ImS8*)p_data); - if (data_type == ImGuiDataType_U8) - return ImFormatString(buf, buf_size, format, *(const ImU8*)p_data); - if (data_type == ImGuiDataType_S16) - return ImFormatString(buf, buf_size, format, *(const ImS16*)p_data); - if (data_type == ImGuiDataType_U16) - return ImFormatString(buf, buf_size, format, *(const ImU16*)p_data); - IM_ASSERT(0); - return 0; -} - -void ImGui::DataTypeApplyOp(ImGuiDataType data_type, int op, void* output, const void* arg1, const void* arg2) -{ - IM_ASSERT(op == '+' || op == '-'); - switch (data_type) - { - case ImGuiDataType_S8: - if (op == '+') { *(ImS8*)output = ImAddClampOverflow(*(const ImS8*)arg1, *(const ImS8*)arg2, IM_S8_MIN, IM_S8_MAX); } - if (op == '-') { *(ImS8*)output = ImSubClampOverflow(*(const ImS8*)arg1, *(const ImS8*)arg2, IM_S8_MIN, IM_S8_MAX); } - return; - case ImGuiDataType_U8: - if (op == '+') { *(ImU8*)output = ImAddClampOverflow(*(const ImU8*)arg1, *(const ImU8*)arg2, IM_U8_MIN, IM_U8_MAX); } - if (op == '-') { *(ImU8*)output = ImSubClampOverflow(*(const ImU8*)arg1, *(const ImU8*)arg2, IM_U8_MIN, IM_U8_MAX); } - return; - case ImGuiDataType_S16: - if (op == '+') { *(ImS16*)output = ImAddClampOverflow(*(const ImS16*)arg1, *(const ImS16*)arg2, IM_S16_MIN, IM_S16_MAX); } - if (op == '-') { *(ImS16*)output = ImSubClampOverflow(*(const ImS16*)arg1, *(const ImS16*)arg2, IM_S16_MIN, IM_S16_MAX); } - return; - case ImGuiDataType_U16: - if (op == '+') { *(ImU16*)output = ImAddClampOverflow(*(const ImU16*)arg1, *(const ImU16*)arg2, IM_U16_MIN, IM_U16_MAX); } - if (op == '-') { *(ImU16*)output = ImSubClampOverflow(*(const ImU16*)arg1, *(const ImU16*)arg2, IM_U16_MIN, IM_U16_MAX); } - return; - case ImGuiDataType_S32: - if (op == '+') { *(ImS32*)output = ImAddClampOverflow(*(const ImS32*)arg1, *(const ImS32*)arg2, IM_S32_MIN, IM_S32_MAX); } - if (op == '-') { *(ImS32*)output = ImSubClampOverflow(*(const ImS32*)arg1, *(const ImS32*)arg2, IM_S32_MIN, IM_S32_MAX); } - return; - case ImGuiDataType_U32: - if (op == '+') { *(ImU32*)output = ImAddClampOverflow(*(const ImU32*)arg1, *(const ImU32*)arg2, IM_U32_MIN, IM_U32_MAX); } - if (op == '-') { *(ImU32*)output = ImSubClampOverflow(*(const ImU32*)arg1, *(const ImU32*)arg2, IM_U32_MIN, IM_U32_MAX); } - return; - case ImGuiDataType_S64: - if (op == '+') { *(ImS64*)output = ImAddClampOverflow(*(const ImS64*)arg1, *(const ImS64*)arg2, IM_S64_MIN, IM_S64_MAX); } - if (op == '-') { *(ImS64*)output = ImSubClampOverflow(*(const ImS64*)arg1, *(const ImS64*)arg2, IM_S64_MIN, IM_S64_MAX); } - return; - case ImGuiDataType_U64: - if (op == '+') { *(ImU64*)output = ImAddClampOverflow(*(const ImU64*)arg1, *(const ImU64*)arg2, IM_U64_MIN, IM_U64_MAX); } - if (op == '-') { *(ImU64*)output = ImSubClampOverflow(*(const ImU64*)arg1, *(const ImU64*)arg2, IM_U64_MIN, IM_U64_MAX); } - return; - case ImGuiDataType_Float: - if (op == '+') { *(float*)output = *(const float*)arg1 + *(const float*)arg2; } - if (op == '-') { *(float*)output = *(const float*)arg1 - *(const float*)arg2; } - return; - case ImGuiDataType_Double: - if (op == '+') { *(double*)output = *(const double*)arg1 + *(const double*)arg2; } - if (op == '-') { *(double*)output = *(const double*)arg1 - *(const double*)arg2; } - return; - case ImGuiDataType_COUNT: break; - } - IM_ASSERT(0); -} - -// User can input math operators (e.g. +100) to edit a numerical values. -// NB: This is _not_ a full expression evaluator. We should probably add one and replace this dumb mess.. -bool ImGui::DataTypeApplyFromText(const char* buf, ImGuiDataType data_type, void* p_data, const char* format) -{ - while (ImCharIsBlankA(*buf)) - buf++; - if (!buf[0]) - return false; - - // Copy the value in an opaque buffer so we can compare at the end of the function if it changed at all. - const ImGuiDataTypeInfo* type_info = DataTypeGetInfo(data_type); - ImGuiDataTypeTempStorage data_backup; - memcpy(&data_backup, p_data, type_info->Size); - - // Sanitize format - // For float/double we have to ignore format with precision (e.g. "%.2f") because sscanf doesn't take them in, so force them into %f and %lf - char format_sanitized[32]; - if (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double) - format = type_info->ScanFmt; - else - format = ImParseFormatSanitizeForScanning(format, format_sanitized, IM_ARRAYSIZE(format_sanitized)); - - // Small types need a 32-bit buffer to receive the result from scanf() - int v32 = 0; - if (sscanf(buf, format, type_info->Size >= 4 ? p_data : &v32) < 1) - return false; - if (type_info->Size < 4) - { - if (data_type == ImGuiDataType_S8) - *(ImS8*)p_data = (ImS8)ImClamp(v32, (int)IM_S8_MIN, (int)IM_S8_MAX); - else if (data_type == ImGuiDataType_U8) - *(ImU8*)p_data = (ImU8)ImClamp(v32, (int)IM_U8_MIN, (int)IM_U8_MAX); - else if (data_type == ImGuiDataType_S16) - *(ImS16*)p_data = (ImS16)ImClamp(v32, (int)IM_S16_MIN, (int)IM_S16_MAX); - else if (data_type == ImGuiDataType_U16) - *(ImU16*)p_data = (ImU16)ImClamp(v32, (int)IM_U16_MIN, (int)IM_U16_MAX); - else - IM_ASSERT(0); - } - - return memcmp(&data_backup, p_data, type_info->Size) != 0; -} - -template -static int DataTypeCompareT(const T* lhs, const T* rhs) -{ - if (*lhs < *rhs) return -1; - if (*lhs > *rhs) return +1; - return 0; -} - -int ImGui::DataTypeCompare(ImGuiDataType data_type, const void* arg_1, const void* arg_2) -{ - switch (data_type) - { - case ImGuiDataType_S8: return DataTypeCompareT((const ImS8* )arg_1, (const ImS8* )arg_2); - case ImGuiDataType_U8: return DataTypeCompareT((const ImU8* )arg_1, (const ImU8* )arg_2); - case ImGuiDataType_S16: return DataTypeCompareT((const ImS16* )arg_1, (const ImS16* )arg_2); - case ImGuiDataType_U16: return DataTypeCompareT((const ImU16* )arg_1, (const ImU16* )arg_2); - case ImGuiDataType_S32: return DataTypeCompareT((const ImS32* )arg_1, (const ImS32* )arg_2); - case ImGuiDataType_U32: return DataTypeCompareT((const ImU32* )arg_1, (const ImU32* )arg_2); - case ImGuiDataType_S64: return DataTypeCompareT((const ImS64* )arg_1, (const ImS64* )arg_2); - case ImGuiDataType_U64: return DataTypeCompareT((const ImU64* )arg_1, (const ImU64* )arg_2); - case ImGuiDataType_Float: return DataTypeCompareT((const float* )arg_1, (const float* )arg_2); - case ImGuiDataType_Double: return DataTypeCompareT((const double*)arg_1, (const double*)arg_2); - case ImGuiDataType_COUNT: break; - } - IM_ASSERT(0); - return 0; -} - -template -static bool DataTypeClampT(T* v, const T* v_min, const T* v_max) -{ - // Clamp, both sides are optional, return true if modified - if (v_min && *v < *v_min) { *v = *v_min; return true; } - if (v_max && *v > *v_max) { *v = *v_max; return true; } - return false; -} - -bool ImGui::DataTypeClamp(ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max) -{ - switch (data_type) - { - case ImGuiDataType_S8: return DataTypeClampT((ImS8* )p_data, (const ImS8* )p_min, (const ImS8* )p_max); - case ImGuiDataType_U8: return DataTypeClampT((ImU8* )p_data, (const ImU8* )p_min, (const ImU8* )p_max); - case ImGuiDataType_S16: return DataTypeClampT((ImS16* )p_data, (const ImS16* )p_min, (const ImS16* )p_max); - case ImGuiDataType_U16: return DataTypeClampT((ImU16* )p_data, (const ImU16* )p_min, (const ImU16* )p_max); - case ImGuiDataType_S32: return DataTypeClampT((ImS32* )p_data, (const ImS32* )p_min, (const ImS32* )p_max); - case ImGuiDataType_U32: return DataTypeClampT((ImU32* )p_data, (const ImU32* )p_min, (const ImU32* )p_max); - case ImGuiDataType_S64: return DataTypeClampT((ImS64* )p_data, (const ImS64* )p_min, (const ImS64* )p_max); - case ImGuiDataType_U64: return DataTypeClampT((ImU64* )p_data, (const ImU64* )p_min, (const ImU64* )p_max); - case ImGuiDataType_Float: return DataTypeClampT((float* )p_data, (const float* )p_min, (const float* )p_max); - case ImGuiDataType_Double: return DataTypeClampT((double*)p_data, (const double*)p_min, (const double*)p_max); - case ImGuiDataType_COUNT: break; - } - IM_ASSERT(0); - return false; -} - -static float GetMinimumStepAtDecimalPrecision(int decimal_precision) -{ - static const float min_steps[10] = { 1.0f, 0.1f, 0.01f, 0.001f, 0.0001f, 0.00001f, 0.000001f, 0.0000001f, 0.00000001f, 0.000000001f }; - if (decimal_precision < 0) - return FLT_MIN; - return (decimal_precision < IM_ARRAYSIZE(min_steps)) ? min_steps[decimal_precision] : ImPow(10.0f, (float)-decimal_precision); -} - -template -TYPE ImGui::RoundScalarWithFormatT(const char* format, ImGuiDataType data_type, TYPE v) -{ - IM_UNUSED(data_type); - IM_ASSERT(data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double); - const char* fmt_start = ImParseFormatFindStart(format); - if (fmt_start[0] != '%' || fmt_start[1] == '%') // Don't apply if the value is not visible in the format string - return v; - - // Sanitize format - char fmt_sanitized[32]; - ImParseFormatSanitizeForPrinting(fmt_start, fmt_sanitized, IM_ARRAYSIZE(fmt_sanitized)); - fmt_start = fmt_sanitized; - - // Format value with our rounding, and read back - char v_str[64]; - ImFormatString(v_str, IM_ARRAYSIZE(v_str), fmt_start, v); - const char* p = v_str; - while (*p == ' ') - p++; - v = (TYPE)ImAtof(p); - - return v; -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: DragScalar, DragFloat, DragInt, etc. -//------------------------------------------------------------------------- -// - DragBehaviorT<>() [Internal] -// - DragBehavior() [Internal] -// - DragScalar() -// - DragScalarN() -// - DragFloat() -// - DragFloat2() -// - DragFloat3() -// - DragFloat4() -// - DragFloatRange2() -// - DragInt() -// - DragInt2() -// - DragInt3() -// - DragInt4() -// - DragIntRange2() -//------------------------------------------------------------------------- - -// This is called by DragBehavior() when the widget is active (held by mouse or being manipulated with Nav controls) -template -bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const TYPE v_max, const char* format, ImGuiSliderFlags flags) -{ - ImGuiContext& g = *GImGui; - const ImGuiAxis axis = (flags & ImGuiSliderFlags_Vertical) ? ImGuiAxis_Y : ImGuiAxis_X; - const bool is_clamped = (v_min < v_max); - const bool is_logarithmic = (flags & ImGuiSliderFlags_Logarithmic) != 0; - const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); - - // Default tweak speed - if (v_speed == 0.0f && is_clamped && (v_max - v_min < FLT_MAX)) - v_speed = (float)((v_max - v_min) * g.DragSpeedDefaultRatio); - - // Inputs accumulates into g.DragCurrentAccum, which is flushed into the current value as soon as it makes a difference with our precision settings - float adjust_delta = 0.0f; - if (g.ActiveIdSource == ImGuiInputSource_Mouse && IsMousePosValid() && IsMouseDragPastThreshold(0, g.IO.MouseDragThreshold * DRAG_MOUSE_THRESHOLD_FACTOR)) - { - adjust_delta = g.IO.MouseDelta[axis]; - if (g.IO.KeyAlt) - adjust_delta *= 1.0f / 100.0f; - if (g.IO.KeyShift) - adjust_delta *= 10.0f; - } - else if (g.ActiveIdSource == ImGuiInputSource_Nav) - { - const int decimal_precision = is_floating_point ? ImParseFormatPrecision(format, 3) : 0; - adjust_delta = GetNavInputAmount2d(ImGuiNavDirSourceFlags_Keyboard | ImGuiNavDirSourceFlags_PadDPad, ImGuiNavReadMode_RepeatFast, 1.0f / 10.0f, 10.0f)[axis]; - v_speed = ImMax(v_speed, GetMinimumStepAtDecimalPrecision(decimal_precision)); - } - adjust_delta *= v_speed; - - // For vertical drag we currently assume that Up=higher value (like we do with vertical sliders). This may become a parameter. - if (axis == ImGuiAxis_Y) - adjust_delta = -adjust_delta; - - // For logarithmic use our range is effectively 0..1 so scale the delta into that range - if (is_logarithmic && (v_max - v_min < FLT_MAX) && ((v_max - v_min) > 0.000001f)) // Epsilon to avoid /0 - adjust_delta /= (float)(v_max - v_min); - - // Clear current value on activation - // Avoid altering values and clamping when we are _already_ past the limits and heading in the same direction, so e.g. if range is 0..255, current value is 300 and we are pushing to the right side, keep the 300. - bool is_just_activated = g.ActiveIdIsJustActivated; - bool is_already_past_limits_and_pushing_outward = is_clamped && ((*v >= v_max && adjust_delta > 0.0f) || (*v <= v_min && adjust_delta < 0.0f)); - if (is_just_activated || is_already_past_limits_and_pushing_outward) - { - g.DragCurrentAccum = 0.0f; - g.DragCurrentAccumDirty = false; - } - else if (adjust_delta != 0.0f) - { - g.DragCurrentAccum += adjust_delta; - g.DragCurrentAccumDirty = true; - } - - if (!g.DragCurrentAccumDirty) - return false; - - TYPE v_cur = *v; - FLOATTYPE v_old_ref_for_accum_remainder = (FLOATTYPE)0.0f; - - float logarithmic_zero_epsilon = 0.0f; // Only valid when is_logarithmic is true - const float zero_deadzone_halfsize = 0.0f; // Drag widgets have no deadzone (as it doesn't make sense) - if (is_logarithmic) - { - // When using logarithmic sliders, we need to clamp to avoid hitting zero, but our choice of clamp value greatly affects slider precision. We attempt to use the specified precision to estimate a good lower bound. - const int decimal_precision = is_floating_point ? ImParseFormatPrecision(format, 3) : 1; - logarithmic_zero_epsilon = ImPow(0.1f, (float)decimal_precision); - - // Convert to parametric space, apply delta, convert back - float v_old_parametric = ScaleRatioFromValueT(data_type, v_cur, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - float v_new_parametric = v_old_parametric + g.DragCurrentAccum; - v_cur = ScaleValueFromRatioT(data_type, v_new_parametric, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - v_old_ref_for_accum_remainder = v_old_parametric; - } - else - { - v_cur += (SIGNEDTYPE)g.DragCurrentAccum; - } - - // Round to user desired precision based on format string - if (is_floating_point && !(flags & ImGuiSliderFlags_NoRoundToFormat)) - v_cur = RoundScalarWithFormatT(format, data_type, v_cur); - - // Preserve remainder after rounding has been applied. This also allow slow tweaking of values. - g.DragCurrentAccumDirty = false; - if (is_logarithmic) - { - // Convert to parametric space, apply delta, convert back - float v_new_parametric = ScaleRatioFromValueT(data_type, v_cur, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - g.DragCurrentAccum -= (float)(v_new_parametric - v_old_ref_for_accum_remainder); - } - else - { - g.DragCurrentAccum -= (float)((SIGNEDTYPE)v_cur - (SIGNEDTYPE)*v); - } - - // Lose zero sign for float/double - if (v_cur == (TYPE)-0) - v_cur = (TYPE)0; - - // Clamp values (+ handle overflow/wrap-around for integer types) - if (*v != v_cur && is_clamped) - { - if (v_cur < v_min || (v_cur > *v && adjust_delta < 0.0f && !is_floating_point)) - v_cur = v_min; - if (v_cur > v_max || (v_cur < *v && adjust_delta > 0.0f && !is_floating_point)) - v_cur = v_max; - } - - // Apply result - if (*v == v_cur) - return false; - *v = v_cur; - return true; -} - -bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) -{ - // Read imgui.cpp "API BREAKING CHANGES" section for 1.78 if you hit this assert. - IM_ASSERT((flags == 1 || (flags & ImGuiSliderFlags_InvalidMask_) == 0) && "Invalid ImGuiSliderFlags flags! Has the 'float power' argument been mistakenly cast to flags? Call function with ImGuiSliderFlags_Logarithmic flags instead."); - - ImGuiContext& g = *GImGui; - if (g.ActiveId == id) - { - // Those are the things we can do easily outside the DragBehaviorT<> template, saves code generation. - if (g.ActiveIdSource == ImGuiInputSource_Mouse && !g.IO.MouseDown[0]) - ClearActiveID(); - else if (g.ActiveIdSource == ImGuiInputSource_Nav && g.NavActivatePressedId == id && !g.ActiveIdIsJustActivated) - ClearActiveID(); - } - if (g.ActiveId != id) - return false; - if ((g.LastItemData.InFlags & ImGuiItemFlags_ReadOnly) || (flags & ImGuiSliderFlags_ReadOnly)) - return false; - - switch (data_type) - { - case ImGuiDataType_S8: { ImS32 v32 = (ImS32)*(ImS8*)p_v; bool r = DragBehaviorT(ImGuiDataType_S32, &v32, v_speed, p_min ? *(const ImS8*) p_min : IM_S8_MIN, p_max ? *(const ImS8*)p_max : IM_S8_MAX, format, flags); if (r) *(ImS8*)p_v = (ImS8)v32; return r; } - case ImGuiDataType_U8: { ImU32 v32 = (ImU32)*(ImU8*)p_v; bool r = DragBehaviorT(ImGuiDataType_U32, &v32, v_speed, p_min ? *(const ImU8*) p_min : IM_U8_MIN, p_max ? *(const ImU8*)p_max : IM_U8_MAX, format, flags); if (r) *(ImU8*)p_v = (ImU8)v32; return r; } - case ImGuiDataType_S16: { ImS32 v32 = (ImS32)*(ImS16*)p_v; bool r = DragBehaviorT(ImGuiDataType_S32, &v32, v_speed, p_min ? *(const ImS16*)p_min : IM_S16_MIN, p_max ? *(const ImS16*)p_max : IM_S16_MAX, format, flags); if (r) *(ImS16*)p_v = (ImS16)v32; return r; } - case ImGuiDataType_U16: { ImU32 v32 = (ImU32)*(ImU16*)p_v; bool r = DragBehaviorT(ImGuiDataType_U32, &v32, v_speed, p_min ? *(const ImU16*)p_min : IM_U16_MIN, p_max ? *(const ImU16*)p_max : IM_U16_MAX, format, flags); if (r) *(ImU16*)p_v = (ImU16)v32; return r; } - case ImGuiDataType_S32: return DragBehaviorT(data_type, (ImS32*)p_v, v_speed, p_min ? *(const ImS32* )p_min : IM_S32_MIN, p_max ? *(const ImS32* )p_max : IM_S32_MAX, format, flags); - case ImGuiDataType_U32: return DragBehaviorT(data_type, (ImU32*)p_v, v_speed, p_min ? *(const ImU32* )p_min : IM_U32_MIN, p_max ? *(const ImU32* )p_max : IM_U32_MAX, format, flags); - case ImGuiDataType_S64: return DragBehaviorT(data_type, (ImS64*)p_v, v_speed, p_min ? *(const ImS64* )p_min : IM_S64_MIN, p_max ? *(const ImS64* )p_max : IM_S64_MAX, format, flags); - case ImGuiDataType_U64: return DragBehaviorT(data_type, (ImU64*)p_v, v_speed, p_min ? *(const ImU64* )p_min : IM_U64_MIN, p_max ? *(const ImU64* )p_max : IM_U64_MAX, format, flags); - case ImGuiDataType_Float: return DragBehaviorT(data_type, (float*)p_v, v_speed, p_min ? *(const float* )p_min : -FLT_MAX, p_max ? *(const float* )p_max : FLT_MAX, format, flags); - case ImGuiDataType_Double: return DragBehaviorT(data_type, (double*)p_v, v_speed, p_min ? *(const double*)p_min : -DBL_MAX, p_max ? *(const double*)p_max : DBL_MAX, format, flags); - case ImGuiDataType_COUNT: break; - } - IM_ASSERT(0); - return false; -} - -// Note: p_data, p_min and p_max are _pointers_ to a memory address holding the data. For a Drag widget, p_min and p_max are optional. -// Read code of e.g. DragFloat(), DragInt() etc. or examples in 'Demo->Widgets->Data Types' to understand how to use this function directly. -bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - const float w = CalcItemWidth(); - - const ImVec2 label_size = CalcTextSize(label, NULL, true); - const ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w, label_size.y + style.FramePadding.y * 2.0f)); - const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0.0f)); - - const bool temp_input_allowed = (flags & ImGuiSliderFlags_NoInput) == 0; - ItemSize(total_bb, style.FramePadding.y); - if (!ItemAdd(total_bb, id, &frame_bb, temp_input_allowed ? ImGuiItemFlags_Inputable : 0)) - return false; - - // Default format string when passing NULL - if (format == NULL) - format = DataTypeGetInfo(data_type)->PrintFmt; - else if (data_type == ImGuiDataType_S32 && strcmp(format, "%d") != 0) // (FIXME-LEGACY: Patch old "%.0f" format string to use "%d", read function more details.) - format = PatchFormatStringFloatToInt(format); - - const bool hovered = ItemHoverable(frame_bb, id); - bool temp_input_is_active = temp_input_allowed && TempInputIsActive(id); - if (!temp_input_is_active) - { - // Tabbing or CTRL-clicking on Drag turns it into an InputText - const bool input_requested_by_tabbing = temp_input_allowed && (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_FocusedByTabbing) != 0; - const bool clicked = (hovered && g.IO.MouseClicked[0]); - const bool double_clicked = (hovered && g.IO.MouseClickedCount[0] == 2); - const bool make_active = (input_requested_by_tabbing || clicked || double_clicked || g.NavActivateId == id || g.NavActivateInputId == id); - if (make_active && temp_input_allowed) - if (input_requested_by_tabbing || (clicked && g.IO.KeyCtrl) || double_clicked || g.NavActivateInputId == id) - temp_input_is_active = true; - - // (Optional) simple click (without moving) turns Drag into an InputText - if (g.IO.ConfigDragClickToInputText && temp_input_allowed && !temp_input_is_active) - if (g.ActiveId == id && hovered && g.IO.MouseReleased[0] && !IsMouseDragPastThreshold(0, g.IO.MouseDragThreshold * DRAG_MOUSE_THRESHOLD_FACTOR)) - { - g.NavActivateId = g.NavActivateInputId = id; - g.NavActivateFlags = ImGuiActivateFlags_PreferInput; - temp_input_is_active = true; - } - - if (make_active && !temp_input_is_active) - { - SetActiveID(id, window); - SetFocusID(id, window); - FocusWindow(window); - g.ActiveIdUsingNavDirMask = (1 << ImGuiDir_Left) | (1 << ImGuiDir_Right); - } - } - - if (temp_input_is_active) - { - // Only clamp CTRL+Click input when ImGuiSliderFlags_AlwaysClamp is set - const bool is_clamp_input = (flags & ImGuiSliderFlags_AlwaysClamp) != 0 && (p_min == NULL || p_max == NULL || DataTypeCompare(data_type, p_min, p_max) < 0); - return TempInputScalar(frame_bb, id, label, data_type, p_data, format, is_clamp_input ? p_min : NULL, is_clamp_input ? p_max : NULL); - } - - // Draw frame - const ImU32 frame_col = GetColorU32(g.ActiveId == id ? ImGuiCol_FrameBgActive : hovered ? ImGuiCol_FrameBgHovered : ImGuiCol_FrameBg); - RenderNavHighlight(frame_bb, id); - RenderFrame(frame_bb.Min, frame_bb.Max, frame_col, true, style.FrameRounding); - - // Drag behavior - const bool value_changed = DragBehavior(id, data_type, p_data, v_speed, p_min, p_max, format, flags); - if (value_changed) - MarkItemEdited(id); - - // Display value using user-provided display format so user can add prefix/suffix/decorations to the value. - char value_buf[64]; - const char* value_buf_end = value_buf + DataTypeFormatString(value_buf, IM_ARRAYSIZE(value_buf), data_type, p_data, format); - if (g.LogEnabled) - LogSetNextTextDecoration("{", "}"); - RenderTextClipped(frame_bb.Min, frame_bb.Max, value_buf, value_buf_end, NULL, ImVec2(0.5f, 0.5f)); - - if (label_size.x > 0.0f) - RenderText(ImVec2(frame_bb.Max.x + style.ItemInnerSpacing.x, frame_bb.Min.y + style.FramePadding.y), label); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags); - return value_changed; -} - -bool ImGui::DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - bool value_changed = false; - BeginGroup(); - PushID(label); - PushMultiItemsWidths(components, CalcItemWidth()); - size_t type_size = GDataTypeInfo[data_type].Size; - for (int i = 0; i < components; i++) - { - PushID(i); - if (i > 0) - SameLine(0, g.Style.ItemInnerSpacing.x); - value_changed |= DragScalar("", data_type, p_data, v_speed, p_min, p_max, format, flags); - PopID(); - PopItemWidth(); - p_data = (void*)((char*)p_data + type_size); - } - PopID(); - - const char* label_end = FindRenderedTextEnd(label); - if (label != label_end) - { - SameLine(0, g.Style.ItemInnerSpacing.x); - TextEx(label, label_end); - } - - EndGroup(); - return value_changed; -} - -bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return DragScalar(label, ImGuiDataType_Float, v, v_speed, &v_min, &v_max, format, flags); -} - -bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return DragScalarN(label, ImGuiDataType_Float, v, 2, v_speed, &v_min, &v_max, format, flags); -} - -bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return DragScalarN(label, ImGuiDataType_Float, v, 3, v_speed, &v_min, &v_max, format, flags); -} - -bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return DragScalarN(label, ImGuiDataType_Float, v, 4, v_speed, &v_min, &v_max, format, flags); -} - -// NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this. -bool ImGui::DragFloatRange2(const char* label, float* v_current_min, float* v_current_max, float v_speed, float v_min, float v_max, const char* format, const char* format_max, ImGuiSliderFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - PushID(label); - BeginGroup(); - PushMultiItemsWidths(2, CalcItemWidth()); - - float min_min = (v_min >= v_max) ? -FLT_MAX : v_min; - float min_max = (v_min >= v_max) ? *v_current_max : ImMin(v_max, *v_current_max); - ImGuiSliderFlags min_flags = flags | ((min_min == min_max) ? ImGuiSliderFlags_ReadOnly : 0); - bool value_changed = DragScalar("##min", ImGuiDataType_Float, v_current_min, v_speed, &min_min, &min_max, format, min_flags); - PopItemWidth(); - SameLine(0, g.Style.ItemInnerSpacing.x); - - float max_min = (v_min >= v_max) ? *v_current_min : ImMax(v_min, *v_current_min); - float max_max = (v_min >= v_max) ? FLT_MAX : v_max; - ImGuiSliderFlags max_flags = flags | ((max_min == max_max) ? ImGuiSliderFlags_ReadOnly : 0); - value_changed |= DragScalar("##max", ImGuiDataType_Float, v_current_max, v_speed, &max_min, &max_max, format_max ? format_max : format, max_flags); - PopItemWidth(); - SameLine(0, g.Style.ItemInnerSpacing.x); - - TextEx(label, FindRenderedTextEnd(label)); - EndGroup(); - PopID(); - - return value_changed; -} - -// NB: v_speed is float to allow adjusting the drag speed with more precision -bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return DragScalar(label, ImGuiDataType_S32, v, v_speed, &v_min, &v_max, format, flags); -} - -bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return DragScalarN(label, ImGuiDataType_S32, v, 2, v_speed, &v_min, &v_max, format, flags); -} - -bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return DragScalarN(label, ImGuiDataType_S32, v, 3, v_speed, &v_min, &v_max, format, flags); -} - -bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return DragScalarN(label, ImGuiDataType_S32, v, 4, v_speed, &v_min, &v_max, format, flags); -} - -// NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this. -bool ImGui::DragIntRange2(const char* label, int* v_current_min, int* v_current_max, float v_speed, int v_min, int v_max, const char* format, const char* format_max, ImGuiSliderFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - PushID(label); - BeginGroup(); - PushMultiItemsWidths(2, CalcItemWidth()); - - int min_min = (v_min >= v_max) ? INT_MIN : v_min; - int min_max = (v_min >= v_max) ? *v_current_max : ImMin(v_max, *v_current_max); - ImGuiSliderFlags min_flags = flags | ((min_min == min_max) ? ImGuiSliderFlags_ReadOnly : 0); - bool value_changed = DragInt("##min", v_current_min, v_speed, min_min, min_max, format, min_flags); - PopItemWidth(); - SameLine(0, g.Style.ItemInnerSpacing.x); - - int max_min = (v_min >= v_max) ? *v_current_min : ImMax(v_min, *v_current_min); - int max_max = (v_min >= v_max) ? INT_MAX : v_max; - ImGuiSliderFlags max_flags = flags | ((max_min == max_max) ? ImGuiSliderFlags_ReadOnly : 0); - value_changed |= DragInt("##max", v_current_max, v_speed, max_min, max_max, format_max ? format_max : format, max_flags); - PopItemWidth(); - SameLine(0, g.Style.ItemInnerSpacing.x); - - TextEx(label, FindRenderedTextEnd(label)); - EndGroup(); - PopID(); - - return value_changed; -} - -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - -// Obsolete versions with power parameter. See https://github.com/ocornut/imgui/issues/3361 for details. -bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min, const void* p_max, const char* format, float power) -{ - ImGuiSliderFlags drag_flags = ImGuiSliderFlags_None; - if (power != 1.0f) - { - IM_ASSERT(power == 1.0f && "Call function with ImGuiSliderFlags_Logarithmic flags instead of using the old 'float power' function!"); - IM_ASSERT(p_min != NULL && p_max != NULL); // When using a power curve the drag needs to have known bounds - drag_flags |= ImGuiSliderFlags_Logarithmic; // Fallback for non-asserting paths - } - return DragScalar(label, data_type, p_data, v_speed, p_min, p_max, format, drag_flags); -} - -bool ImGui::DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min, const void* p_max, const char* format, float power) -{ - ImGuiSliderFlags drag_flags = ImGuiSliderFlags_None; - if (power != 1.0f) - { - IM_ASSERT(power == 1.0f && "Call function with ImGuiSliderFlags_Logarithmic flags instead of using the old 'float power' function!"); - IM_ASSERT(p_min != NULL && p_max != NULL); // When using a power curve the drag needs to have known bounds - drag_flags |= ImGuiSliderFlags_Logarithmic; // Fallback for non-asserting paths - } - return DragScalarN(label, data_type, p_data, components, v_speed, p_min, p_max, format, drag_flags); -} - -#endif // IMGUI_DISABLE_OBSOLETE_FUNCTIONS - -//------------------------------------------------------------------------- -// [SECTION] Widgets: SliderScalar, SliderFloat, SliderInt, etc. -//------------------------------------------------------------------------- -// - ScaleRatioFromValueT<> [Internal] -// - ScaleValueFromRatioT<> [Internal] -// - SliderBehaviorT<>() [Internal] -// - SliderBehavior() [Internal] -// - SliderScalar() -// - SliderScalarN() -// - SliderFloat() -// - SliderFloat2() -// - SliderFloat3() -// - SliderFloat4() -// - SliderAngle() -// - SliderInt() -// - SliderInt2() -// - SliderInt3() -// - SliderInt4() -// - VSliderScalar() -// - VSliderFloat() -// - VSliderInt() -//------------------------------------------------------------------------- - -// Convert a value v in the output space of a slider into a parametric position on the slider itself (the logical opposite of ScaleValueFromRatioT) -template -float ImGui::ScaleRatioFromValueT(ImGuiDataType data_type, TYPE v, TYPE v_min, TYPE v_max, bool is_logarithmic, float logarithmic_zero_epsilon, float zero_deadzone_halfsize) -{ - if (v_min == v_max) - return 0.0f; - IM_UNUSED(data_type); - - const TYPE v_clamped = (v_min < v_max) ? ImClamp(v, v_min, v_max) : ImClamp(v, v_max, v_min); - if (is_logarithmic) - { - bool flipped = v_max < v_min; - - if (flipped) // Handle the case where the range is backwards - ImSwap(v_min, v_max); - - // Fudge min/max to avoid getting close to log(0) - FLOATTYPE v_min_fudged = (ImAbs((FLOATTYPE)v_min) < logarithmic_zero_epsilon) ? ((v_min < 0.0f) ? -logarithmic_zero_epsilon : logarithmic_zero_epsilon) : (FLOATTYPE)v_min; - FLOATTYPE v_max_fudged = (ImAbs((FLOATTYPE)v_max) < logarithmic_zero_epsilon) ? ((v_max < 0.0f) ? -logarithmic_zero_epsilon : logarithmic_zero_epsilon) : (FLOATTYPE)v_max; - - // Awkward special cases - we need ranges of the form (-100 .. 0) to convert to (-100 .. -epsilon), not (-100 .. epsilon) - if ((v_min == 0.0f) && (v_max < 0.0f)) - v_min_fudged = -logarithmic_zero_epsilon; - else if ((v_max == 0.0f) && (v_min < 0.0f)) - v_max_fudged = -logarithmic_zero_epsilon; - - float result; - if (v_clamped <= v_min_fudged) - result = 0.0f; // Workaround for values that are in-range but below our fudge - else if (v_clamped >= v_max_fudged) - result = 1.0f; // Workaround for values that are in-range but above our fudge - else if ((v_min * v_max) < 0.0f) // Range crosses zero, so split into two portions - { - float zero_point_center = (-(float)v_min) / ((float)v_max - (float)v_min); // The zero point in parametric space. There's an argument we should take the logarithmic nature into account when calculating this, but for now this should do (and the most common case of a symmetrical range works fine) - float zero_point_snap_L = zero_point_center - zero_deadzone_halfsize; - float zero_point_snap_R = zero_point_center + zero_deadzone_halfsize; - if (v == 0.0f) - result = zero_point_center; // Special case for exactly zero - else if (v < 0.0f) - result = (1.0f - (float)(ImLog(-(FLOATTYPE)v_clamped / logarithmic_zero_epsilon) / ImLog(-v_min_fudged / logarithmic_zero_epsilon))) * zero_point_snap_L; - else - result = zero_point_snap_R + ((float)(ImLog((FLOATTYPE)v_clamped / logarithmic_zero_epsilon) / ImLog(v_max_fudged / logarithmic_zero_epsilon)) * (1.0f - zero_point_snap_R)); - } - else if ((v_min < 0.0f) || (v_max < 0.0f)) // Entirely negative slider - result = 1.0f - (float)(ImLog(-(FLOATTYPE)v_clamped / -v_max_fudged) / ImLog(-v_min_fudged / -v_max_fudged)); - else - result = (float)(ImLog((FLOATTYPE)v_clamped / v_min_fudged) / ImLog(v_max_fudged / v_min_fudged)); - - return flipped ? (1.0f - result) : result; - } - else - { - // Linear slider - return (float)((FLOATTYPE)(SIGNEDTYPE)(v_clamped - v_min) / (FLOATTYPE)(SIGNEDTYPE)(v_max - v_min)); - } -} - -// Convert a parametric position on a slider into a value v in the output space (the logical opposite of ScaleRatioFromValueT) -template -TYPE ImGui::ScaleValueFromRatioT(ImGuiDataType data_type, float t, TYPE v_min, TYPE v_max, bool is_logarithmic, float logarithmic_zero_epsilon, float zero_deadzone_halfsize) -{ - // We special-case the extents because otherwise our logarithmic fudging can lead to "mathematically correct" - // but non-intuitive behaviors like a fully-left slider not actually reaching the minimum value. Also generally simpler. - if (t <= 0.0f || v_min == v_max) - return v_min; - if (t >= 1.0f) - return v_max; - - TYPE result = (TYPE)0; - if (is_logarithmic) - { - // Fudge min/max to avoid getting silly results close to zero - FLOATTYPE v_min_fudged = (ImAbs((FLOATTYPE)v_min) < logarithmic_zero_epsilon) ? ((v_min < 0.0f) ? -logarithmic_zero_epsilon : logarithmic_zero_epsilon) : (FLOATTYPE)v_min; - FLOATTYPE v_max_fudged = (ImAbs((FLOATTYPE)v_max) < logarithmic_zero_epsilon) ? ((v_max < 0.0f) ? -logarithmic_zero_epsilon : logarithmic_zero_epsilon) : (FLOATTYPE)v_max; - - const bool flipped = v_max < v_min; // Check if range is "backwards" - if (flipped) - ImSwap(v_min_fudged, v_max_fudged); - - // Awkward special case - we need ranges of the form (-100 .. 0) to convert to (-100 .. -epsilon), not (-100 .. epsilon) - if ((v_max == 0.0f) && (v_min < 0.0f)) - v_max_fudged = -logarithmic_zero_epsilon; - - float t_with_flip = flipped ? (1.0f - t) : t; // t, but flipped if necessary to account for us flipping the range - - if ((v_min * v_max) < 0.0f) // Range crosses zero, so we have to do this in two parts - { - float zero_point_center = (-(float)ImMin(v_min, v_max)) / ImAbs((float)v_max - (float)v_min); // The zero point in parametric space - float zero_point_snap_L = zero_point_center - zero_deadzone_halfsize; - float zero_point_snap_R = zero_point_center + zero_deadzone_halfsize; - if (t_with_flip >= zero_point_snap_L && t_with_flip <= zero_point_snap_R) - result = (TYPE)0.0f; // Special case to make getting exactly zero possible (the epsilon prevents it otherwise) - else if (t_with_flip < zero_point_center) - result = (TYPE)-(logarithmic_zero_epsilon * ImPow(-v_min_fudged / logarithmic_zero_epsilon, (FLOATTYPE)(1.0f - (t_with_flip / zero_point_snap_L)))); - else - result = (TYPE)(logarithmic_zero_epsilon * ImPow(v_max_fudged / logarithmic_zero_epsilon, (FLOATTYPE)((t_with_flip - zero_point_snap_R) / (1.0f - zero_point_snap_R)))); - } - else if ((v_min < 0.0f) || (v_max < 0.0f)) // Entirely negative slider - result = (TYPE)-(-v_max_fudged * ImPow(-v_min_fudged / -v_max_fudged, (FLOATTYPE)(1.0f - t_with_flip))); - else - result = (TYPE)(v_min_fudged * ImPow(v_max_fudged / v_min_fudged, (FLOATTYPE)t_with_flip)); - } - else - { - // Linear slider - const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); - if (is_floating_point) - { - result = ImLerp(v_min, v_max, t); - } - else if (t < 1.0) - { - // - For integer values we want the clicking position to match the grab box so we round above - // This code is carefully tuned to work with large values (e.g. high ranges of U64) while preserving this property.. - // - Not doing a *1.0 multiply at the end of a range as it tends to be lossy. While absolute aiming at a large s64/u64 - // range is going to be imprecise anyway, with this check we at least make the edge values matches expected limits. - FLOATTYPE v_new_off_f = (SIGNEDTYPE)(v_max - v_min) * t; - result = (TYPE)((SIGNEDTYPE)v_min + (SIGNEDTYPE)(v_new_off_f + (FLOATTYPE)(v_min > v_max ? -0.5 : 0.5))); - } - } - - return result; -} - -// FIXME: Try to move more of the code into shared SliderBehavior() -template -bool ImGui::SliderBehaviorT(const ImRect& bb, ImGuiID id, ImGuiDataType data_type, TYPE* v, const TYPE v_min, const TYPE v_max, const char* format, ImGuiSliderFlags flags, ImRect* out_grab_bb) -{ - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - - const ImGuiAxis axis = (flags & ImGuiSliderFlags_Vertical) ? ImGuiAxis_Y : ImGuiAxis_X; - const bool is_logarithmic = (flags & ImGuiSliderFlags_Logarithmic) != 0; - const bool is_floating_point = (data_type == ImGuiDataType_Float) || (data_type == ImGuiDataType_Double); - const SIGNEDTYPE v_range = (v_min < v_max ? v_max - v_min : v_min - v_max); - - // Calculate bounds - const float grab_padding = 2.0f; // FIXME: Should be part of style. - const float slider_sz = (bb.Max[axis] - bb.Min[axis]) - grab_padding * 2.0f; - float grab_sz = style.GrabMinSize; - if (!is_floating_point && v_range >= 0) // v_range < 0 may happen on integer overflows - grab_sz = ImMax((float)(slider_sz / (v_range + 1)), style.GrabMinSize); // For integer sliders: if possible have the grab size represent 1 unit - grab_sz = ImMin(grab_sz, slider_sz); - const float slider_usable_sz = slider_sz - grab_sz; - const float slider_usable_pos_min = bb.Min[axis] + grab_padding + grab_sz * 0.5f; - const float slider_usable_pos_max = bb.Max[axis] - grab_padding - grab_sz * 0.5f; - - float logarithmic_zero_epsilon = 0.0f; // Only valid when is_logarithmic is true - float zero_deadzone_halfsize = 0.0f; // Only valid when is_logarithmic is true - if (is_logarithmic) - { - // When using logarithmic sliders, we need to clamp to avoid hitting zero, but our choice of clamp value greatly affects slider precision. We attempt to use the specified precision to estimate a good lower bound. - const int decimal_precision = is_floating_point ? ImParseFormatPrecision(format, 3) : 1; - logarithmic_zero_epsilon = ImPow(0.1f, (float)decimal_precision); - zero_deadzone_halfsize = (style.LogSliderDeadzone * 0.5f) / ImMax(slider_usable_sz, 1.0f); - } - - // Process interacting with the slider - bool value_changed = false; - if (g.ActiveId == id) - { - bool set_new_value = false; - float clicked_t = 0.0f; - if (g.ActiveIdSource == ImGuiInputSource_Mouse) - { - if (!g.IO.MouseDown[0]) - { - ClearActiveID(); - } - else - { - const float mouse_abs_pos = g.IO.MousePos[axis]; - if (g.ActiveIdIsJustActivated) - { - float grab_t = ScaleRatioFromValueT(data_type, *v, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - if (axis == ImGuiAxis_Y) - grab_t = 1.0f - grab_t; - const float grab_pos = ImLerp(slider_usable_pos_min, slider_usable_pos_max, grab_t); - const bool clicked_around_grab = (mouse_abs_pos >= grab_pos - grab_sz * 0.5f - 1.0f) && (mouse_abs_pos <= grab_pos + grab_sz * 0.5f + 1.0f); // No harm being extra generous here. - g.SliderGrabClickOffset = (clicked_around_grab && is_floating_point) ? mouse_abs_pos - grab_pos : 0.0f; - } - if (slider_usable_sz > 0.0f) - clicked_t = ImSaturate((mouse_abs_pos - g.SliderGrabClickOffset - slider_usable_pos_min) / slider_usable_sz); - if (axis == ImGuiAxis_Y) - clicked_t = 1.0f - clicked_t; - set_new_value = true; - } - } - else if (g.ActiveIdSource == ImGuiInputSource_Nav) - { - if (g.ActiveIdIsJustActivated) - { - g.SliderCurrentAccum = 0.0f; // Reset any stored nav delta upon activation - g.SliderCurrentAccumDirty = false; - } - - const ImVec2 input_delta2 = GetNavInputAmount2d(ImGuiNavDirSourceFlags_Keyboard | ImGuiNavDirSourceFlags_PadDPad, ImGuiNavReadMode_RepeatFast); - float input_delta = (axis == ImGuiAxis_X) ? input_delta2.x : -input_delta2.y; - if (input_delta != 0.0f) - { - const bool tweak_slow = IsNavInputDown(ImGuiNavInput_TweakSlow); - const bool tweak_fast = IsNavInputDown(ImGuiNavInput_TweakFast); - const int decimal_precision = is_floating_point ? ImParseFormatPrecision(format, 3) : 0; - if (decimal_precision > 0) - { - input_delta /= 100.0f; // Gamepad/keyboard tweak speeds in % of slider bounds - if (tweak_slow) - input_delta /= 10.0f; - } - else - { - if ((v_range >= -100.0f && v_range <= 100.0f) || tweak_slow) - input_delta = ((input_delta < 0.0f) ? -1.0f : +1.0f) / (float)v_range; // Gamepad/keyboard tweak speeds in integer steps - else - input_delta /= 100.0f; - } - if (tweak_fast) - input_delta *= 10.0f; - - g.SliderCurrentAccum += input_delta; - g.SliderCurrentAccumDirty = true; - } - - float delta = g.SliderCurrentAccum; - if (g.NavActivatePressedId == id && !g.ActiveIdIsJustActivated) - { - ClearActiveID(); - } - else if (g.SliderCurrentAccumDirty) - { - clicked_t = ScaleRatioFromValueT(data_type, *v, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - - if ((clicked_t >= 1.0f && delta > 0.0f) || (clicked_t <= 0.0f && delta < 0.0f)) // This is to avoid applying the saturation when already past the limits - { - set_new_value = false; - g.SliderCurrentAccum = 0.0f; // If pushing up against the limits, don't continue to accumulate - } - else - { - set_new_value = true; - float old_clicked_t = clicked_t; - clicked_t = ImSaturate(clicked_t + delta); - - // Calculate what our "new" clicked_t will be, and thus how far we actually moved the slider, and subtract this from the accumulator - TYPE v_new = ScaleValueFromRatioT(data_type, clicked_t, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - if (is_floating_point && !(flags & ImGuiSliderFlags_NoRoundToFormat)) - v_new = RoundScalarWithFormatT(format, data_type, v_new); - float new_clicked_t = ScaleRatioFromValueT(data_type, v_new, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - - if (delta > 0) - g.SliderCurrentAccum -= ImMin(new_clicked_t - old_clicked_t, delta); - else - g.SliderCurrentAccum -= ImMax(new_clicked_t - old_clicked_t, delta); - } - - g.SliderCurrentAccumDirty = false; - } - } - - if (set_new_value) - { - TYPE v_new = ScaleValueFromRatioT(data_type, clicked_t, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - - // Round to user desired precision based on format string - if (is_floating_point && !(flags & ImGuiSliderFlags_NoRoundToFormat)) - v_new = RoundScalarWithFormatT(format, data_type, v_new); - - // Apply result - if (*v != v_new) - { - *v = v_new; - value_changed = true; - } - } - } - - if (slider_sz < 1.0f) - { - *out_grab_bb = ImRect(bb.Min, bb.Min); - } - else - { - // Output grab position so it can be displayed by the caller - float grab_t = ScaleRatioFromValueT(data_type, *v, v_min, v_max, is_logarithmic, logarithmic_zero_epsilon, zero_deadzone_halfsize); - if (axis == ImGuiAxis_Y) - grab_t = 1.0f - grab_t; - const float grab_pos = ImLerp(slider_usable_pos_min, slider_usable_pos_max, grab_t); - if (axis == ImGuiAxis_X) - *out_grab_bb = ImRect(grab_pos - grab_sz * 0.5f, bb.Min.y + grab_padding, grab_pos + grab_sz * 0.5f, bb.Max.y - grab_padding); - else - *out_grab_bb = ImRect(bb.Min.x + grab_padding, grab_pos - grab_sz * 0.5f, bb.Max.x - grab_padding, grab_pos + grab_sz * 0.5f); - } - - return value_changed; -} - -// For 32-bit and larger types, slider bounds are limited to half the natural type range. -// So e.g. an integer Slider between INT_MAX-10 and INT_MAX will fail, but an integer Slider between INT_MAX/2-10 and INT_MAX/2 will be ok. -// It would be possible to lift that limitation with some work but it doesn't seem to be worth it for sliders. -bool ImGui::SliderBehavior(const ImRect& bb, ImGuiID id, ImGuiDataType data_type, void* p_v, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags, ImRect* out_grab_bb) -{ - // Read imgui.cpp "API BREAKING CHANGES" section for 1.78 if you hit this assert. - IM_ASSERT((flags == 1 || (flags & ImGuiSliderFlags_InvalidMask_) == 0) && "Invalid ImGuiSliderFlags flag! Has the 'float power' argument been mistakenly cast to flags? Call function with ImGuiSliderFlags_Logarithmic flags instead."); - - // Those are the things we can do easily outside the SliderBehaviorT<> template, saves code generation. - ImGuiContext& g = *GImGui; - if ((g.LastItemData.InFlags & ImGuiItemFlags_ReadOnly) || (flags & ImGuiSliderFlags_ReadOnly)) - return false; - - switch (data_type) - { - case ImGuiDataType_S8: { ImS32 v32 = (ImS32)*(ImS8*)p_v; bool r = SliderBehaviorT(bb, id, ImGuiDataType_S32, &v32, *(const ImS8*)p_min, *(const ImS8*)p_max, format, flags, out_grab_bb); if (r) *(ImS8*)p_v = (ImS8)v32; return r; } - case ImGuiDataType_U8: { ImU32 v32 = (ImU32)*(ImU8*)p_v; bool r = SliderBehaviorT(bb, id, ImGuiDataType_U32, &v32, *(const ImU8*)p_min, *(const ImU8*)p_max, format, flags, out_grab_bb); if (r) *(ImU8*)p_v = (ImU8)v32; return r; } - case ImGuiDataType_S16: { ImS32 v32 = (ImS32)*(ImS16*)p_v; bool r = SliderBehaviorT(bb, id, ImGuiDataType_S32, &v32, *(const ImS16*)p_min, *(const ImS16*)p_max, format, flags, out_grab_bb); if (r) *(ImS16*)p_v = (ImS16)v32; return r; } - case ImGuiDataType_U16: { ImU32 v32 = (ImU32)*(ImU16*)p_v; bool r = SliderBehaviorT(bb, id, ImGuiDataType_U32, &v32, *(const ImU16*)p_min, *(const ImU16*)p_max, format, flags, out_grab_bb); if (r) *(ImU16*)p_v = (ImU16)v32; return r; } - case ImGuiDataType_S32: - IM_ASSERT(*(const ImS32*)p_min >= IM_S32_MIN / 2 && *(const ImS32*)p_max <= IM_S32_MAX / 2); - return SliderBehaviorT(bb, id, data_type, (ImS32*)p_v, *(const ImS32*)p_min, *(const ImS32*)p_max, format, flags, out_grab_bb); - case ImGuiDataType_U32: - IM_ASSERT(*(const ImU32*)p_max <= IM_U32_MAX / 2); - return SliderBehaviorT(bb, id, data_type, (ImU32*)p_v, *(const ImU32*)p_min, *(const ImU32*)p_max, format, flags, out_grab_bb); - case ImGuiDataType_S64: - IM_ASSERT(*(const ImS64*)p_min >= IM_S64_MIN / 2 && *(const ImS64*)p_max <= IM_S64_MAX / 2); - return SliderBehaviorT(bb, id, data_type, (ImS64*)p_v, *(const ImS64*)p_min, *(const ImS64*)p_max, format, flags, out_grab_bb); - case ImGuiDataType_U64: - IM_ASSERT(*(const ImU64*)p_max <= IM_U64_MAX / 2); - return SliderBehaviorT(bb, id, data_type, (ImU64*)p_v, *(const ImU64*)p_min, *(const ImU64*)p_max, format, flags, out_grab_bb); - case ImGuiDataType_Float: - IM_ASSERT(*(const float*)p_min >= -FLT_MAX / 2.0f && *(const float*)p_max <= FLT_MAX / 2.0f); - return SliderBehaviorT(bb, id, data_type, (float*)p_v, *(const float*)p_min, *(const float*)p_max, format, flags, out_grab_bb); - case ImGuiDataType_Double: - IM_ASSERT(*(const double*)p_min >= -DBL_MAX / 2.0f && *(const double*)p_max <= DBL_MAX / 2.0f); - return SliderBehaviorT(bb, id, data_type, (double*)p_v, *(const double*)p_min, *(const double*)p_max, format, flags, out_grab_bb); - case ImGuiDataType_COUNT: break; - } - IM_ASSERT(0); - return false; -} - -// Note: p_data, p_min and p_max are _pointers_ to a memory address holding the data. For a slider, they are all required. -// Read code of e.g. SliderFloat(), SliderInt() etc. or examples in 'Demo->Widgets->Data Types' to understand how to use this function directly. -bool ImGui::SliderScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - const float w = CalcItemWidth(); - - const ImVec2 label_size = CalcTextSize(label, NULL, true); - const ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w, label_size.y + style.FramePadding.y * 2.0f)); - const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0.0f)); - - const bool temp_input_allowed = (flags & ImGuiSliderFlags_NoInput) == 0; - ItemSize(total_bb, style.FramePadding.y); - if (!ItemAdd(total_bb, id, &frame_bb, temp_input_allowed ? ImGuiItemFlags_Inputable : 0)) - return false; - - // Default format string when passing NULL - if (format == NULL) - format = DataTypeGetInfo(data_type)->PrintFmt; - else if (data_type == ImGuiDataType_S32 && strcmp(format, "%d") != 0) // (FIXME-LEGACY: Patch old "%.0f" format string to use "%d", read function more details.) - format = PatchFormatStringFloatToInt(format); - - const bool hovered = ItemHoverable(frame_bb, id); - bool temp_input_is_active = temp_input_allowed && TempInputIsActive(id); - if (!temp_input_is_active) - { - // Tabbing or CTRL-clicking on Slider turns it into an input box - const bool input_requested_by_tabbing = temp_input_allowed && (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_FocusedByTabbing) != 0; - const bool clicked = (hovered && g.IO.MouseClicked[0]); - const bool make_active = (input_requested_by_tabbing || clicked || g.NavActivateId == id || g.NavActivateInputId == id); - if (make_active && temp_input_allowed) - if (input_requested_by_tabbing || (clicked && g.IO.KeyCtrl) || g.NavActivateInputId == id) - temp_input_is_active = true; - - if (make_active && !temp_input_is_active) - { - SetActiveID(id, window); - SetFocusID(id, window); - FocusWindow(window); - g.ActiveIdUsingNavDirMask |= (1 << ImGuiDir_Left) | (1 << ImGuiDir_Right); - } - } - - if (temp_input_is_active) - { - // Only clamp CTRL+Click input when ImGuiSliderFlags_AlwaysClamp is set - const bool is_clamp_input = (flags & ImGuiSliderFlags_AlwaysClamp) != 0; - return TempInputScalar(frame_bb, id, label, data_type, p_data, format, is_clamp_input ? p_min : NULL, is_clamp_input ? p_max : NULL); - } - - // Draw frame - const ImU32 frame_col = GetColorU32(g.ActiveId == id ? ImGuiCol_FrameBgActive : hovered ? ImGuiCol_FrameBgHovered : ImGuiCol_FrameBg); - RenderNavHighlight(frame_bb, id); - RenderFrame(frame_bb.Min, frame_bb.Max, frame_col, true, g.Style.FrameRounding); - - // Slider behavior - ImRect grab_bb; - const bool value_changed = SliderBehavior(frame_bb, id, data_type, p_data, p_min, p_max, format, flags, &grab_bb); - if (value_changed) - MarkItemEdited(id); - - // Render grab - if (grab_bb.Max.x > grab_bb.Min.x) - window->DrawList->AddRectFilled(grab_bb.Min, grab_bb.Max, GetColorU32(g.ActiveId == id ? ImGuiCol_SliderGrabActive : ImGuiCol_SliderGrab), style.GrabRounding); - - // Display value using user-provided display format so user can add prefix/suffix/decorations to the value. - char value_buf[64]; - const char* value_buf_end = value_buf + DataTypeFormatString(value_buf, IM_ARRAYSIZE(value_buf), data_type, p_data, format); - if (g.LogEnabled) - LogSetNextTextDecoration("{", "}"); - RenderTextClipped(frame_bb.Min, frame_bb.Max, value_buf, value_buf_end, NULL, ImVec2(0.5f, 0.5f)); - - if (label_size.x > 0.0f) - RenderText(ImVec2(frame_bb.Max.x + style.ItemInnerSpacing.x, frame_bb.Min.y + style.FramePadding.y), label); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags); - return value_changed; -} - -// Add multiple sliders on 1 line for compact edition of multiple components -bool ImGui::SliderScalarN(const char* label, ImGuiDataType data_type, void* v, int components, const void* v_min, const void* v_max, const char* format, ImGuiSliderFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - bool value_changed = false; - BeginGroup(); - PushID(label); - PushMultiItemsWidths(components, CalcItemWidth()); - size_t type_size = GDataTypeInfo[data_type].Size; - for (int i = 0; i < components; i++) - { - PushID(i); - if (i > 0) - SameLine(0, g.Style.ItemInnerSpacing.x); - value_changed |= SliderScalar("", data_type, v, v_min, v_max, format, flags); - PopID(); - PopItemWidth(); - v = (void*)((char*)v + type_size); - } - PopID(); - - const char* label_end = FindRenderedTextEnd(label); - if (label != label_end) - { - SameLine(0, g.Style.ItemInnerSpacing.x); - TextEx(label, label_end); - } - - EndGroup(); - return value_changed; -} - -bool ImGui::SliderFloat(const char* label, float* v, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return SliderScalar(label, ImGuiDataType_Float, v, &v_min, &v_max, format, flags); -} - -bool ImGui::SliderFloat2(const char* label, float v[2], float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return SliderScalarN(label, ImGuiDataType_Float, v, 2, &v_min, &v_max, format, flags); -} - -bool ImGui::SliderFloat3(const char* label, float v[3], float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return SliderScalarN(label, ImGuiDataType_Float, v, 3, &v_min, &v_max, format, flags); -} - -bool ImGui::SliderFloat4(const char* label, float v[4], float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return SliderScalarN(label, ImGuiDataType_Float, v, 4, &v_min, &v_max, format, flags); -} - -bool ImGui::SliderAngle(const char* label, float* v_rad, float v_degrees_min, float v_degrees_max, const char* format, ImGuiSliderFlags flags) -{ - if (format == NULL) - format = "%.0f deg"; - float v_deg = (*v_rad) * 360.0f / (2 * IM_PI); - bool value_changed = SliderFloat(label, &v_deg, v_degrees_min, v_degrees_max, format, flags); - *v_rad = v_deg * (2 * IM_PI) / 360.0f; - return value_changed; -} - -bool ImGui::SliderInt(const char* label, int* v, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return SliderScalar(label, ImGuiDataType_S32, v, &v_min, &v_max, format, flags); -} - -bool ImGui::SliderInt2(const char* label, int v[2], int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return SliderScalarN(label, ImGuiDataType_S32, v, 2, &v_min, &v_max, format, flags); -} - -bool ImGui::SliderInt3(const char* label, int v[3], int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return SliderScalarN(label, ImGuiDataType_S32, v, 3, &v_min, &v_max, format, flags); -} - -bool ImGui::SliderInt4(const char* label, int v[4], int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return SliderScalarN(label, ImGuiDataType_S32, v, 4, &v_min, &v_max, format, flags); -} - -bool ImGui::VSliderScalar(const char* label, const ImVec2& size, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - - const ImVec2 label_size = CalcTextSize(label, NULL, true); - const ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + size); - const ImRect bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0.0f)); - - ItemSize(bb, style.FramePadding.y); - if (!ItemAdd(frame_bb, id)) - return false; - - // Default format string when passing NULL - if (format == NULL) - format = DataTypeGetInfo(data_type)->PrintFmt; - else if (data_type == ImGuiDataType_S32 && strcmp(format, "%d") != 0) // (FIXME-LEGACY: Patch old "%.0f" format string to use "%d", read function more details.) - format = PatchFormatStringFloatToInt(format); - - const bool hovered = ItemHoverable(frame_bb, id); - if ((hovered && g.IO.MouseClicked[0]) || g.NavActivateId == id || g.NavActivateInputId == id) - { - SetActiveID(id, window); - SetFocusID(id, window); - FocusWindow(window); - g.ActiveIdUsingNavDirMask |= (1 << ImGuiDir_Up) | (1 << ImGuiDir_Down); - } - - // Draw frame - const ImU32 frame_col = GetColorU32(g.ActiveId == id ? ImGuiCol_FrameBgActive : hovered ? ImGuiCol_FrameBgHovered : ImGuiCol_FrameBg); - RenderNavHighlight(frame_bb, id); - RenderFrame(frame_bb.Min, frame_bb.Max, frame_col, true, g.Style.FrameRounding); - - // Slider behavior - ImRect grab_bb; - const bool value_changed = SliderBehavior(frame_bb, id, data_type, p_data, p_min, p_max, format, flags | ImGuiSliderFlags_Vertical, &grab_bb); - if (value_changed) - MarkItemEdited(id); - - // Render grab - if (grab_bb.Max.y > grab_bb.Min.y) - window->DrawList->AddRectFilled(grab_bb.Min, grab_bb.Max, GetColorU32(g.ActiveId == id ? ImGuiCol_SliderGrabActive : ImGuiCol_SliderGrab), style.GrabRounding); - - // Display value using user-provided display format so user can add prefix/suffix/decorations to the value. - // For the vertical slider we allow centered text to overlap the frame padding - char value_buf[64]; - const char* value_buf_end = value_buf + DataTypeFormatString(value_buf, IM_ARRAYSIZE(value_buf), data_type, p_data, format); - RenderTextClipped(ImVec2(frame_bb.Min.x, frame_bb.Min.y + style.FramePadding.y), frame_bb.Max, value_buf, value_buf_end, NULL, ImVec2(0.5f, 0.0f)); - if (label_size.x > 0.0f) - RenderText(ImVec2(frame_bb.Max.x + style.ItemInnerSpacing.x, frame_bb.Min.y + style.FramePadding.y), label); - - return value_changed; -} - -bool ImGui::VSliderFloat(const char* label, const ImVec2& size, float* v, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) -{ - return VSliderScalar(label, size, ImGuiDataType_Float, v, &v_min, &v_max, format, flags); -} - -bool ImGui::VSliderInt(const char* label, const ImVec2& size, int* v, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) -{ - return VSliderScalar(label, size, ImGuiDataType_S32, v, &v_min, &v_max, format, flags); -} - -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - -// Obsolete versions with power parameter. See https://github.com/ocornut/imgui/issues/3361 for details. -bool ImGui::SliderScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max, const char* format, float power) -{ - ImGuiSliderFlags slider_flags = ImGuiSliderFlags_None; - if (power != 1.0f) - { - IM_ASSERT(power == 1.0f && "Call function with ImGuiSliderFlags_Logarithmic flags instead of using the old 'float power' function!"); - slider_flags |= ImGuiSliderFlags_Logarithmic; // Fallback for non-asserting paths - } - return SliderScalar(label, data_type, p_data, p_min, p_max, format, slider_flags); -} - -bool ImGui::SliderScalarN(const char* label, ImGuiDataType data_type, void* v, int components, const void* v_min, const void* v_max, const char* format, float power) -{ - ImGuiSliderFlags slider_flags = ImGuiSliderFlags_None; - if (power != 1.0f) - { - IM_ASSERT(power == 1.0f && "Call function with ImGuiSliderFlags_Logarithmic flags instead of using the old 'float power' function!"); - slider_flags |= ImGuiSliderFlags_Logarithmic; // Fallback for non-asserting paths - } - return SliderScalarN(label, data_type, v, components, v_min, v_max, format, slider_flags); -} - -#endif // IMGUI_DISABLE_OBSOLETE_FUNCTIONS - -//------------------------------------------------------------------------- -// [SECTION] Widgets: InputScalar, InputFloat, InputInt, etc. -//------------------------------------------------------------------------- -// - ImParseFormatFindStart() [Internal] -// - ImParseFormatFindEnd() [Internal] -// - ImParseFormatTrimDecorations() [Internal] -// - ImParseFormatSanitizeForPrinting() [Internal] -// - ImParseFormatSanitizeForScanning() [Internal] -// - ImParseFormatPrecision() [Internal] -// - TempInputTextScalar() [Internal] -// - InputScalar() -// - InputScalarN() -// - InputFloat() -// - InputFloat2() -// - InputFloat3() -// - InputFloat4() -// - InputInt() -// - InputInt2() -// - InputInt3() -// - InputInt4() -// - InputDouble() -//------------------------------------------------------------------------- - -// We don't use strchr() because our strings are usually very short and often start with '%' -const char* ImParseFormatFindStart(const char* fmt) -{ - while (char c = fmt[0]) - { - if (c == '%' && fmt[1] != '%') - return fmt; - else if (c == '%') - fmt++; - fmt++; - } - return fmt; -} - -const char* ImParseFormatFindEnd(const char* fmt) -{ - // Printf/scanf types modifiers: I/L/h/j/l/t/w/z. Other uppercase letters qualify as types aka end of the format. - if (fmt[0] != '%') - return fmt; - const unsigned int ignored_uppercase_mask = (1 << ('I'-'A')) | (1 << ('L'-'A')); - const unsigned int ignored_lowercase_mask = (1 << ('h'-'a')) | (1 << ('j'-'a')) | (1 << ('l'-'a')) | (1 << ('t'-'a')) | (1 << ('w'-'a')) | (1 << ('z'-'a')); - for (char c; (c = *fmt) != 0; fmt++) - { - if (c >= 'A' && c <= 'Z' && ((1 << (c - 'A')) & ignored_uppercase_mask) == 0) - return fmt + 1; - if (c >= 'a' && c <= 'z' && ((1 << (c - 'a')) & ignored_lowercase_mask) == 0) - return fmt + 1; - } - return fmt; -} - -// Extract the format out of a format string with leading or trailing decorations -// fmt = "blah blah" -> return fmt -// fmt = "%.3f" -> return fmt -// fmt = "hello %.3f" -> return fmt + 6 -// fmt = "%.3f hello" -> return buf written with "%.3f" -const char* ImParseFormatTrimDecorations(const char* fmt, char* buf, size_t buf_size) -{ - const char* fmt_start = ImParseFormatFindStart(fmt); - if (fmt_start[0] != '%') - return fmt; - const char* fmt_end = ImParseFormatFindEnd(fmt_start); - if (fmt_end[0] == 0) // If we only have leading decoration, we don't need to copy the data. - return fmt_start; - ImStrncpy(buf, fmt_start, ImMin((size_t)(fmt_end - fmt_start) + 1, buf_size)); - return buf; -} - -// Sanitize format -// - Zero terminate so extra characters after format (e.g. "%f123") don't confuse atof/atoi -// - stb_sprintf.h supports several new modifiers which format numbers in a way that also makes them incompatible atof/atoi. -void ImParseFormatSanitizeForPrinting(const char* fmt_in, char* fmt_out, size_t fmt_out_size) -{ - const char* fmt_end = ImParseFormatFindEnd(fmt_in); - IM_UNUSED(fmt_out_size); - IM_ASSERT((size_t)(fmt_end - fmt_in + 1) < fmt_out_size); // Format is too long, let us know if this happens to you! - while (fmt_in < fmt_end) - { - char c = *fmt_in++; - if (c != '\'' && c != '$' && c != '_') // Custom flags provided by stb_sprintf.h. POSIX 2008 also supports '. - *(fmt_out++) = c; - } - *fmt_out = 0; // Zero-terminate -} - -// - For scanning we need to remove all width and precision fields "%3.7f" -> "%f". BUT don't strip types like "%I64d" which includes digits. ! "%07I64d" -> "%I64d" -const char* ImParseFormatSanitizeForScanning(const char* fmt_in, char* fmt_out, size_t fmt_out_size) -{ - const char* fmt_end = ImParseFormatFindEnd(fmt_in); - const char* fmt_out_begin = fmt_out; - IM_UNUSED(fmt_out_size); - IM_ASSERT((size_t)(fmt_end - fmt_in + 1) < fmt_out_size); // Format is too long, let us know if this happens to you! - bool has_type = false; - while (fmt_in < fmt_end) - { - char c = *fmt_in++; - if (!has_type && ((c >= '0' && c <= '9') || c == '.')) - continue; - has_type |= ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')); // Stop skipping digits - if (c != '\'' && c != '$' && c != '_') // Custom flags provided by stb_sprintf.h. POSIX 2008 also supports '. - *(fmt_out++) = c; - } - *fmt_out = 0; // Zero-terminate - return fmt_out_begin; -} - -template -static const char* ImAtoi(const char* src, TYPE* output) -{ - int negative = 0; - if (*src == '-') { negative = 1; src++; } - if (*src == '+') { src++; } - TYPE v = 0; - while (*src >= '0' && *src <= '9') - v = (v * 10) + (*src++ - '0'); - *output = negative ? -v : v; - return src; -} - -// Parse display precision back from the display format string -// FIXME: This is still used by some navigation code path to infer a minimum tweak step, but we should aim to rework widgets so it isn't needed. -int ImParseFormatPrecision(const char* fmt, int default_precision) -{ - fmt = ImParseFormatFindStart(fmt); - if (fmt[0] != '%') - return default_precision; - fmt++; - while (*fmt >= '0' && *fmt <= '9') - fmt++; - int precision = INT_MAX; - if (*fmt == '.') - { - fmt = ImAtoi(fmt + 1, &precision); - if (precision < 0 || precision > 99) - precision = default_precision; - } - if (*fmt == 'e' || *fmt == 'E') // Maximum precision with scientific notation - precision = -1; - if ((*fmt == 'g' || *fmt == 'G') && precision == INT_MAX) - precision = -1; - return (precision == INT_MAX) ? default_precision : precision; -} - -// Create text input in place of another active widget (e.g. used when doing a CTRL+Click on drag/slider widgets) -// FIXME: Facilitate using this in variety of other situations. -bool ImGui::TempInputText(const ImRect& bb, ImGuiID id, const char* label, char* buf, int buf_size, ImGuiInputTextFlags flags) -{ - // On the first frame, g.TempInputTextId == 0, then on subsequent frames it becomes == id. - // We clear ActiveID on the first frame to allow the InputText() taking it back. - ImGuiContext& g = *GImGui; - const bool init = (g.TempInputId != id); - if (init) - ClearActiveID(); - - g.CurrentWindow->DC.CursorPos = bb.Min; - bool value_changed = InputTextEx(label, NULL, buf, buf_size, bb.GetSize(), flags | ImGuiInputTextFlags_MergedItem); - if (init) - { - // First frame we started displaying the InputText widget, we expect it to take the active id. - IM_ASSERT(g.ActiveId == id); - g.TempInputId = g.ActiveId; - } - return value_changed; -} - -static inline ImGuiInputTextFlags InputScalar_DefaultCharsFilter(ImGuiDataType data_type, const char* format) -{ - if (data_type == ImGuiDataType_Float || data_type == ImGuiDataType_Double) - return ImGuiInputTextFlags_CharsScientific; - const char format_last_char = format[0] ? format[strlen(format) - 1] : 0; - return (format_last_char == 'x' || format_last_char == 'X') ? ImGuiInputTextFlags_CharsHexadecimal : ImGuiInputTextFlags_CharsDecimal; -} - -// Note that Drag/Slider functions are only forwarding the min/max values clamping values if the ImGuiSliderFlags_AlwaysClamp flag is set! -// This is intended: this way we allow CTRL+Click manual input to set a value out of bounds, for maximum flexibility. -// However this may not be ideal for all uses, as some user code may break on out of bound values. -bool ImGui::TempInputScalar(const ImRect& bb, ImGuiID id, const char* label, ImGuiDataType data_type, void* p_data, const char* format, const void* p_clamp_min, const void* p_clamp_max) -{ - char fmt_buf[32]; - char data_buf[32]; - format = ImParseFormatTrimDecorations(format, fmt_buf, IM_ARRAYSIZE(fmt_buf)); - DataTypeFormatString(data_buf, IM_ARRAYSIZE(data_buf), data_type, p_data, format); - ImStrTrimBlanks(data_buf); - - ImGuiInputTextFlags flags = ImGuiInputTextFlags_AutoSelectAll | ImGuiInputTextFlags_NoMarkEdited; - flags |= InputScalar_DefaultCharsFilter(data_type, format); - - bool value_changed = false; - if (TempInputText(bb, id, label, data_buf, IM_ARRAYSIZE(data_buf), flags)) - { - // Backup old value - size_t data_type_size = DataTypeGetInfo(data_type)->Size; - ImGuiDataTypeTempStorage data_backup; - memcpy(&data_backup, p_data, data_type_size); - - // Apply new value (or operations) then clamp - DataTypeApplyFromText(data_buf, data_type, p_data, format); - if (p_clamp_min || p_clamp_max) - { - if (p_clamp_min && p_clamp_max && DataTypeCompare(data_type, p_clamp_min, p_clamp_max) > 0) - ImSwap(p_clamp_min, p_clamp_max); - DataTypeClamp(data_type, p_data, p_clamp_min, p_clamp_max); - } - - // Only mark as edited if new value is different - value_changed = memcmp(&data_backup, p_data, data_type_size) != 0; - if (value_changed) - MarkItemEdited(id); - } - return value_changed; -} - -// Note: p_data, p_step, p_step_fast are _pointers_ to a memory address holding the data. For an Input widget, p_step and p_step_fast are optional. -// Read code of e.g. InputFloat(), InputInt() etc. or examples in 'Demo->Widgets->Data Types' to understand how to use this function directly. -bool ImGui::InputScalar(const char* label, ImGuiDataType data_type, void* p_data, const void* p_step, const void* p_step_fast, const char* format, ImGuiInputTextFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - ImGuiStyle& style = g.Style; - - if (format == NULL) - format = DataTypeGetInfo(data_type)->PrintFmt; - - char buf[64]; - DataTypeFormatString(buf, IM_ARRAYSIZE(buf), data_type, p_data, format); - - // Testing ActiveId as a minor optimization as filtering is not needed until active - if (g.ActiveId == 0 && (flags & (ImGuiInputTextFlags_CharsDecimal | ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsScientific)) == 0) - flags |= InputScalar_DefaultCharsFilter(data_type, format); - flags |= ImGuiInputTextFlags_AutoSelectAll | ImGuiInputTextFlags_NoMarkEdited; // We call MarkItemEdited() ourselves by comparing the actual data rather than the string. - - bool value_changed = false; - if (p_step != NULL) - { - const float button_size = GetFrameHeight(); - - BeginGroup(); // The only purpose of the group here is to allow the caller to query item data e.g. IsItemActive() - PushID(label); - SetNextItemWidth(ImMax(1.0f, CalcItemWidth() - (button_size + style.ItemInnerSpacing.x) * 2)); - if (InputText("", buf, IM_ARRAYSIZE(buf), flags)) // PushId(label) + "" gives us the expected ID from outside point of view - value_changed = DataTypeApplyFromText(buf, data_type, p_data, format); - - // Step buttons - const ImVec2 backup_frame_padding = style.FramePadding; - style.FramePadding.x = style.FramePadding.y; - ImGuiButtonFlags button_flags = ImGuiButtonFlags_Repeat | ImGuiButtonFlags_DontClosePopups; - if (flags & ImGuiInputTextFlags_ReadOnly) - BeginDisabled(); - SameLine(0, style.ItemInnerSpacing.x); - if (ButtonEx("-", ImVec2(button_size, button_size), button_flags)) - { - DataTypeApplyOp(data_type, '-', p_data, p_data, g.IO.KeyCtrl && p_step_fast ? p_step_fast : p_step); - value_changed = true; - } - SameLine(0, style.ItemInnerSpacing.x); - if (ButtonEx("+", ImVec2(button_size, button_size), button_flags)) - { - DataTypeApplyOp(data_type, '+', p_data, p_data, g.IO.KeyCtrl && p_step_fast ? p_step_fast : p_step); - value_changed = true; - } - if (flags & ImGuiInputTextFlags_ReadOnly) - EndDisabled(); - - const char* label_end = FindRenderedTextEnd(label); - if (label != label_end) - { - SameLine(0, style.ItemInnerSpacing.x); - TextEx(label, label_end); - } - style.FramePadding = backup_frame_padding; - - PopID(); - EndGroup(); - } - else - { - if (InputText(label, buf, IM_ARRAYSIZE(buf), flags)) - value_changed = DataTypeApplyFromText(buf, data_type, p_data, format); - } - if (value_changed) - MarkItemEdited(g.LastItemData.ID); - - return value_changed; -} - -bool ImGui::InputScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, const void* p_step, const void* p_step_fast, const char* format, ImGuiInputTextFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - bool value_changed = false; - BeginGroup(); - PushID(label); - PushMultiItemsWidths(components, CalcItemWidth()); - size_t type_size = GDataTypeInfo[data_type].Size; - for (int i = 0; i < components; i++) - { - PushID(i); - if (i > 0) - SameLine(0, g.Style.ItemInnerSpacing.x); - value_changed |= InputScalar("", data_type, p_data, p_step, p_step_fast, format, flags); - PopID(); - PopItemWidth(); - p_data = (void*)((char*)p_data + type_size); - } - PopID(); - - const char* label_end = FindRenderedTextEnd(label); - if (label != label_end) - { - SameLine(0.0f, g.Style.ItemInnerSpacing.x); - TextEx(label, label_end); - } - - EndGroup(); - return value_changed; -} - -bool ImGui::InputFloat(const char* label, float* v, float step, float step_fast, const char* format, ImGuiInputTextFlags flags) -{ - flags |= ImGuiInputTextFlags_CharsScientific; - return InputScalar(label, ImGuiDataType_Float, (void*)v, (void*)(step > 0.0f ? &step : NULL), (void*)(step_fast > 0.0f ? &step_fast : NULL), format, flags); -} - -bool ImGui::InputFloat2(const char* label, float v[2], const char* format, ImGuiInputTextFlags flags) -{ - return InputScalarN(label, ImGuiDataType_Float, v, 2, NULL, NULL, format, flags); -} - -bool ImGui::InputFloat3(const char* label, float v[3], const char* format, ImGuiInputTextFlags flags) -{ - return InputScalarN(label, ImGuiDataType_Float, v, 3, NULL, NULL, format, flags); -} - -bool ImGui::InputFloat4(const char* label, float v[4], const char* format, ImGuiInputTextFlags flags) -{ - return InputScalarN(label, ImGuiDataType_Float, v, 4, NULL, NULL, format, flags); -} - -bool ImGui::InputInt(const char* label, int* v, int step, int step_fast, ImGuiInputTextFlags flags) -{ - // Hexadecimal input provided as a convenience but the flag name is awkward. Typically you'd use InputText() to parse your own data, if you want to handle prefixes. - const char* format = (flags & ImGuiInputTextFlags_CharsHexadecimal) ? "%08X" : "%d"; - return InputScalar(label, ImGuiDataType_S32, (void*)v, (void*)(step > 0 ? &step : NULL), (void*)(step_fast > 0 ? &step_fast : NULL), format, flags); -} - -bool ImGui::InputInt2(const char* label, int v[2], ImGuiInputTextFlags flags) -{ - return InputScalarN(label, ImGuiDataType_S32, v, 2, NULL, NULL, "%d", flags); -} - -bool ImGui::InputInt3(const char* label, int v[3], ImGuiInputTextFlags flags) -{ - return InputScalarN(label, ImGuiDataType_S32, v, 3, NULL, NULL, "%d", flags); -} - -bool ImGui::InputInt4(const char* label, int v[4], ImGuiInputTextFlags flags) -{ - return InputScalarN(label, ImGuiDataType_S32, v, 4, NULL, NULL, "%d", flags); -} - -bool ImGui::InputDouble(const char* label, double* v, double step, double step_fast, const char* format, ImGuiInputTextFlags flags) -{ - flags |= ImGuiInputTextFlags_CharsScientific; - return InputScalar(label, ImGuiDataType_Double, (void*)v, (void*)(step > 0.0 ? &step : NULL), (void*)(step_fast > 0.0 ? &step_fast : NULL), format, flags); -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: InputText, InputTextMultiline, InputTextWithHint -//------------------------------------------------------------------------- -// - InputText() -// - InputTextWithHint() -// - InputTextMultiline() -// - InputTextGetCharInfo() [Internal] -// - InputTextReindexLines() [Internal] -// - InputTextReindexLinesRange() [Internal] -// - InputTextEx() [Internal] -// - DebugNodeInputTextState() [Internal] -//------------------------------------------------------------------------- - -bool ImGui::InputText(const char* label, char* buf, size_t buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) -{ - IM_ASSERT(!(flags & ImGuiInputTextFlags_Multiline)); // call InputTextMultiline() - return InputTextEx(label, NULL, buf, (int)buf_size, ImVec2(0, 0), flags, callback, user_data); -} - -bool ImGui::InputTextMultiline(const char* label, char* buf, size_t buf_size, const ImVec2& size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) -{ - return InputTextEx(label, NULL, buf, (int)buf_size, size, flags | ImGuiInputTextFlags_Multiline, callback, user_data); -} - -bool ImGui::InputTextWithHint(const char* label, const char* hint, char* buf, size_t buf_size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) -{ - IM_ASSERT(!(flags & ImGuiInputTextFlags_Multiline)); // call InputTextMultiline() or InputTextEx() manually if you need multi-line + hint. - return InputTextEx(label, hint, buf, (int)buf_size, ImVec2(0, 0), flags, callback, user_data); -} - -static int InputTextCalcTextLenAndLineCount(const char* text_begin, const char** out_text_end) -{ - int line_count = 0; - const char* s = text_begin; - while (char c = *s++) // We are only matching for \n so we can ignore UTF-8 decoding - if (c == '\n') - line_count++; - s--; - if (s[0] != '\n' && s[0] != '\r') - line_count++; - *out_text_end = s; - return line_count; -} - -static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const ImWchar* text_end, const ImWchar** remaining, ImVec2* out_offset, bool stop_on_new_line) -{ - ImGuiContext& g = *GImGui; - ImFont* font = g.Font; - const float line_height = g.FontSize; - const float scale = line_height / font->FontSize; - - ImVec2 text_size = ImVec2(0, 0); - float line_width = 0.0f; - - const ImWchar* s = text_begin; - while (s < text_end) - { - unsigned int c = (unsigned int)(*s++); - if (c == '\n') - { - text_size.x = ImMax(text_size.x, line_width); - text_size.y += line_height; - line_width = 0.0f; - if (stop_on_new_line) - break; - continue; - } - if (c == '\r') - continue; - - const float char_width = font->GetCharAdvance((ImWchar)c) * scale; - line_width += char_width; - } - - if (text_size.x < line_width) - text_size.x = line_width; - - if (out_offset) - *out_offset = ImVec2(line_width, text_size.y + line_height); // offset allow for the possibility of sitting after a trailing \n - - if (line_width > 0 || text_size.y == 0.0f) // whereas size.y will ignore the trailing \n - text_size.y += line_height; - - if (remaining) - *remaining = s; - - return text_size; -} - -// Wrapper for stb_textedit.h to edit text (our wrapper is for: statically sized buffer, single-line, wchar characters. InputText converts between UTF-8 and wchar) -namespace ImStb -{ - -static int STB_TEXTEDIT_STRINGLEN(const ImGuiInputTextState* obj) { return obj->CurLenW; } -static ImWchar STB_TEXTEDIT_GETCHAR(const ImGuiInputTextState* obj, int idx) { return obj->TextW[idx]; } -static float STB_TEXTEDIT_GETWIDTH(ImGuiInputTextState* obj, int line_start_idx, int char_idx) { ImWchar c = obj->TextW[line_start_idx + char_idx]; if (c == '\n') return STB_TEXTEDIT_GETWIDTH_NEWLINE; ImGuiContext& g = *GImGui; return g.Font->GetCharAdvance(c) * (g.FontSize / g.Font->FontSize); } -static int STB_TEXTEDIT_KEYTOTEXT(int key) { return key >= 0x200000 ? 0 : key; } -static ImWchar STB_TEXTEDIT_NEWLINE = '\n'; -static void STB_TEXTEDIT_LAYOUTROW(StbTexteditRow* r, ImGuiInputTextState* obj, int line_start_idx) -{ - const ImWchar* text = obj->TextW.Data; - const ImWchar* text_remaining = NULL; - const ImVec2 size = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); - r->x0 = 0.0f; - r->x1 = size.x; - r->baseline_y_delta = size.y; - r->ymin = 0.0f; - r->ymax = size.y; - r->num_chars = (int)(text_remaining - (text + line_start_idx)); -} - -// When ImGuiInputTextFlags_Password is set, we don't want actions such as CTRL+Arrow to leak the fact that underlying data are blanks or separators. -static bool is_separator(unsigned int c) { return ImCharIsBlankW(c) || c==',' || c==';' || c=='(' || c==')' || c=='{' || c=='}' || c=='[' || c==']' || c=='|' || c=='\n' || c=='\r'; } -static int is_word_boundary_from_right(ImGuiInputTextState* obj, int idx) { if (obj->Flags & ImGuiInputTextFlags_Password) return 0; return idx > 0 ? (is_separator(obj->TextW[idx - 1]) && !is_separator(obj->TextW[idx]) ) : 1; } -static int is_word_boundary_from_left(ImGuiInputTextState* obj, int idx) { if (obj->Flags & ImGuiInputTextFlags_Password) return 0; return idx > 0 ? (!is_separator(obj->TextW[idx - 1]) && is_separator(obj->TextW[idx])) : 1; } -static int STB_TEXTEDIT_MOVEWORDLEFT_IMPL(ImGuiInputTextState* obj, int idx) { idx--; while (idx >= 0 && !is_word_boundary_from_right(obj, idx)) idx--; return idx < 0 ? 0 : idx; } -static int STB_TEXTEDIT_MOVEWORDRIGHT_MAC(ImGuiInputTextState* obj, int idx) { idx++; int len = obj->CurLenW; while (idx < len && !is_word_boundary_from_left(obj, idx)) idx++; return idx > len ? len : idx; } -static int STB_TEXTEDIT_MOVEWORDRIGHT_WIN(ImGuiInputTextState* obj, int idx) { idx++; int len = obj->CurLenW; while (idx < len && !is_word_boundary_from_right(obj, idx)) idx++; return idx > len ? len : idx; } -static int STB_TEXTEDIT_MOVEWORDRIGHT_IMPL(ImGuiInputTextState* obj, int idx) { if (ImGui::GetIO().ConfigMacOSXBehaviors) return STB_TEXTEDIT_MOVEWORDRIGHT_MAC(obj, idx); else return STB_TEXTEDIT_MOVEWORDRIGHT_WIN(obj, idx); } -#define STB_TEXTEDIT_MOVEWORDLEFT STB_TEXTEDIT_MOVEWORDLEFT_IMPL // They need to be #define for stb_textedit.h -#define STB_TEXTEDIT_MOVEWORDRIGHT STB_TEXTEDIT_MOVEWORDRIGHT_IMPL - -static void STB_TEXTEDIT_DELETECHARS(ImGuiInputTextState* obj, int pos, int n) -{ - ImWchar* dst = obj->TextW.Data + pos; - - // We maintain our buffer length in both UTF-8 and wchar formats - obj->Edited = true; - obj->CurLenA -= ImTextCountUtf8BytesFromStr(dst, dst + n); - obj->CurLenW -= n; - - // Offset remaining text (FIXME-OPT: Use memmove) - const ImWchar* src = obj->TextW.Data + pos + n; - while (ImWchar c = *src++) - *dst++ = c; - *dst = '\0'; -} - -static bool STB_TEXTEDIT_INSERTCHARS(ImGuiInputTextState* obj, int pos, const ImWchar* new_text, int new_text_len) -{ - const bool is_resizable = (obj->Flags & ImGuiInputTextFlags_CallbackResize) != 0; - const int text_len = obj->CurLenW; - IM_ASSERT(pos <= text_len); - - const int new_text_len_utf8 = ImTextCountUtf8BytesFromStr(new_text, new_text + new_text_len); - if (!is_resizable && (new_text_len_utf8 + obj->CurLenA + 1 > obj->BufCapacityA)) - return false; - - // Grow internal buffer if needed - if (new_text_len + text_len + 1 > obj->TextW.Size) - { - if (!is_resizable) - return false; - IM_ASSERT(text_len < obj->TextW.Size); - obj->TextW.resize(text_len + ImClamp(new_text_len * 4, 32, ImMax(256, new_text_len)) + 1); - } - - ImWchar* text = obj->TextW.Data; - if (pos != text_len) - memmove(text + pos + new_text_len, text + pos, (size_t)(text_len - pos) * sizeof(ImWchar)); - memcpy(text + pos, new_text, (size_t)new_text_len * sizeof(ImWchar)); - - obj->Edited = true; - obj->CurLenW += new_text_len; - obj->CurLenA += new_text_len_utf8; - obj->TextW[obj->CurLenW] = '\0'; - - return true; -} - -// We don't use an enum so we can build even with conflicting symbols (if another user of stb_textedit.h leak their STB_TEXTEDIT_K_* symbols) -#define STB_TEXTEDIT_K_LEFT 0x200000 // keyboard input to move cursor left -#define STB_TEXTEDIT_K_RIGHT 0x200001 // keyboard input to move cursor right -#define STB_TEXTEDIT_K_UP 0x200002 // keyboard input to move cursor up -#define STB_TEXTEDIT_K_DOWN 0x200003 // keyboard input to move cursor down -#define STB_TEXTEDIT_K_LINESTART 0x200004 // keyboard input to move cursor to start of line -#define STB_TEXTEDIT_K_LINEEND 0x200005 // keyboard input to move cursor to end of line -#define STB_TEXTEDIT_K_TEXTSTART 0x200006 // keyboard input to move cursor to start of text -#define STB_TEXTEDIT_K_TEXTEND 0x200007 // keyboard input to move cursor to end of text -#define STB_TEXTEDIT_K_DELETE 0x200008 // keyboard input to delete selection or character under cursor -#define STB_TEXTEDIT_K_BACKSPACE 0x200009 // keyboard input to delete selection or character left of cursor -#define STB_TEXTEDIT_K_UNDO 0x20000A // keyboard input to perform undo -#define STB_TEXTEDIT_K_REDO 0x20000B // keyboard input to perform redo -#define STB_TEXTEDIT_K_WORDLEFT 0x20000C // keyboard input to move cursor left one word -#define STB_TEXTEDIT_K_WORDRIGHT 0x20000D // keyboard input to move cursor right one word -#define STB_TEXTEDIT_K_PGUP 0x20000E // keyboard input to move cursor up a page -#define STB_TEXTEDIT_K_PGDOWN 0x20000F // keyboard input to move cursor down a page -#define STB_TEXTEDIT_K_SHIFT 0x400000 - -#define STB_TEXTEDIT_IMPLEMENTATION -#include "imstb_textedit.h" - -// stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling -// the stb_textedit_paste() function creates two separate records, so we perform it manually. (FIXME: Report to nothings/stb?) -static void stb_textedit_replace(ImGuiInputTextState* str, STB_TexteditState* state, const STB_TEXTEDIT_CHARTYPE* text, int text_len) -{ - stb_text_makeundo_replace(str, state, 0, str->CurLenW, text_len); - ImStb::STB_TEXTEDIT_DELETECHARS(str, 0, str->CurLenW); - if (text_len <= 0) - return; - if (ImStb::STB_TEXTEDIT_INSERTCHARS(str, 0, text, text_len)) - { - state->cursor = text_len; - state->has_preferred_x = 0; - return; - } - IM_ASSERT(0); // Failed to insert character, normally shouldn't happen because of how we currently use stb_textedit_replace() -} - -} // namespace ImStb - -void ImGuiInputTextState::OnKeyPressed(int key) -{ - stb_textedit_key(this, &Stb, key); - CursorFollow = true; - CursorAnimReset(); -} - -ImGuiInputTextCallbackData::ImGuiInputTextCallbackData() -{ - memset(this, 0, sizeof(*this)); -} - -// Public API to manipulate UTF-8 text -// We expose UTF-8 to the user (unlike the STB_TEXTEDIT_* functions which are manipulating wchar) -// FIXME: The existence of this rarely exercised code path is a bit of a nuisance. -void ImGuiInputTextCallbackData::DeleteChars(int pos, int bytes_count) -{ - IM_ASSERT(pos + bytes_count <= BufTextLen); - char* dst = Buf + pos; - const char* src = Buf + pos + bytes_count; - while (char c = *src++) - *dst++ = c; - *dst = '\0'; - - if (CursorPos >= pos + bytes_count) - CursorPos -= bytes_count; - else if (CursorPos >= pos) - CursorPos = pos; - SelectionStart = SelectionEnd = CursorPos; - BufDirty = true; - BufTextLen -= bytes_count; -} - -void ImGuiInputTextCallbackData::InsertChars(int pos, const char* new_text, const char* new_text_end) -{ - const bool is_resizable = (Flags & ImGuiInputTextFlags_CallbackResize) != 0; - const int new_text_len = new_text_end ? (int)(new_text_end - new_text) : (int)strlen(new_text); - if (new_text_len + BufTextLen >= BufSize) - { - if (!is_resizable) - return; - - // Contrary to STB_TEXTEDIT_INSERTCHARS() this is working in the UTF8 buffer, hence the mildly similar code (until we remove the U16 buffer altogether!) - ImGuiContext& g = *GImGui; - ImGuiInputTextState* edit_state = &g.InputTextState; - IM_ASSERT(edit_state->ID != 0 && g.ActiveId == edit_state->ID); - IM_ASSERT(Buf == edit_state->TextA.Data); - int new_buf_size = BufTextLen + ImClamp(new_text_len * 4, 32, ImMax(256, new_text_len)) + 1; - edit_state->TextA.reserve(new_buf_size + 1); - Buf = edit_state->TextA.Data; - BufSize = edit_state->BufCapacityA = new_buf_size; - } - - if (BufTextLen != pos) - memmove(Buf + pos + new_text_len, Buf + pos, (size_t)(BufTextLen - pos)); - memcpy(Buf + pos, new_text, (size_t)new_text_len * sizeof(char)); - Buf[BufTextLen + new_text_len] = '\0'; - - if (CursorPos >= pos) - CursorPos += new_text_len; - SelectionStart = SelectionEnd = CursorPos; - BufDirty = true; - BufTextLen += new_text_len; -} - -// Return false to discard a character. -static bool InputTextFilterCharacter(unsigned int* p_char, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data, ImGuiInputSource input_source) -{ - IM_ASSERT(input_source == ImGuiInputSource_Keyboard || input_source == ImGuiInputSource_Clipboard); - unsigned int c = *p_char; - - // Filter non-printable (NB: isprint is unreliable! see #2467) - bool apply_named_filters = true; - if (c < 0x20) - { - bool pass = false; - pass |= (c == '\n' && (flags & ImGuiInputTextFlags_Multiline)); // Note that an Enter KEY will emit \r and be ignored (we poll for KEY in InputText() code) - pass |= (c == '\t' && (flags & ImGuiInputTextFlags_AllowTabInput)); - if (!pass) - return false; - apply_named_filters = false; // Override named filters below so newline and tabs can still be inserted. - } - - if (input_source != ImGuiInputSource_Clipboard) - { - // We ignore Ascii representation of delete (emitted from Backspace on OSX, see #2578, #2817) - if (c == 127) - return false; - - // Filter private Unicode range. GLFW on OSX seems to send private characters for special keys like arrow keys (FIXME) - if (c >= 0xE000 && c <= 0xF8FF) - return false; - } - - // Filter Unicode ranges we are not handling in this build - if (c > IM_UNICODE_CODEPOINT_MAX) - return false; - - // Generic named filters - if (apply_named_filters && (flags & (ImGuiInputTextFlags_CharsDecimal | ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase | ImGuiInputTextFlags_CharsNoBlank | ImGuiInputTextFlags_CharsScientific))) - { - // The libc allows overriding locale, with e.g. 'setlocale(LC_NUMERIC, "de_DE.UTF-8");' which affect the output/input of printf/scanf to use e.g. ',' instead of '.'. - // The standard mandate that programs starts in the "C" locale where the decimal point is '.'. - // We don't really intend to provide widespread support for it, but out of empathy for people stuck with using odd API, we support the bare minimum aka overriding the decimal point. - // Change the default decimal_point with: - // ImGui::GetCurrentContext()->PlatformLocaleDecimalPoint = *localeconv()->decimal_point; - // Users of non-default decimal point (in particular ',') may be affected by word-selection logic (is_word_boundary_from_right/is_word_boundary_from_left) functions. - ImGuiContext& g = *GImGui; - const unsigned c_decimal_point = (unsigned int)g.PlatformLocaleDecimalPoint; - - // Allow 0-9 . - + * / - if (flags & ImGuiInputTextFlags_CharsDecimal) - if (!(c >= '0' && c <= '9') && (c != c_decimal_point) && (c != '-') && (c != '+') && (c != '*') && (c != '/')) - return false; - - // Allow 0-9 . - + * / e E - if (flags & ImGuiInputTextFlags_CharsScientific) - if (!(c >= '0' && c <= '9') && (c != c_decimal_point) && (c != '-') && (c != '+') && (c != '*') && (c != '/') && (c != 'e') && (c != 'E')) - return false; - - // Allow 0-9 a-F A-F - if (flags & ImGuiInputTextFlags_CharsHexadecimal) - if (!(c >= '0' && c <= '9') && !(c >= 'a' && c <= 'f') && !(c >= 'A' && c <= 'F')) - return false; - - // Turn a-z into A-Z - if (flags & ImGuiInputTextFlags_CharsUppercase) - if (c >= 'a' && c <= 'z') - *p_char = (c += (unsigned int)('A' - 'a')); - - if (flags & ImGuiInputTextFlags_CharsNoBlank) - if (ImCharIsBlankW(c)) - return false; - } - - // Custom callback filter - if (flags & ImGuiInputTextFlags_CallbackCharFilter) - { - ImGuiInputTextCallbackData callback_data; - memset(&callback_data, 0, sizeof(ImGuiInputTextCallbackData)); - callback_data.EventFlag = ImGuiInputTextFlags_CallbackCharFilter; - callback_data.EventChar = (ImWchar)c; - callback_data.Flags = flags; - callback_data.UserData = user_data; - if (callback(&callback_data) != 0) - return false; - *p_char = callback_data.EventChar; - if (!callback_data.EventChar) - return false; - } - - return true; -} - -// Find the shortest single replacement we can make to get the new text from the old text. -// Important: needs to be run before TextW is rewritten with the new characters because calling STB_TEXTEDIT_GETCHAR() at the end. -// FIXME: Ideally we should transition toward (1) making InsertChars()/DeleteChars() update undo-stack (2) discourage (and keep reconcile) or obsolete (and remove reconcile) accessing buffer directly. -static void InputTextReconcileUndoStateAfterUserCallback(ImGuiInputTextState* state, const char* new_buf_a, int new_length_a) -{ - ImGuiContext& g = *GImGui; - const ImWchar* old_buf = state->TextW.Data; - const int old_length = state->CurLenW; - const int new_length = ImTextCountCharsFromUtf8(new_buf_a, new_buf_a + new_length_a); - g.TempBuffer.reserve_discard((new_length + 1) * sizeof(ImWchar)); - ImWchar* new_buf = (ImWchar*)(void*)g.TempBuffer.Data; - ImTextStrFromUtf8(new_buf, new_length + 1, new_buf_a, new_buf_a + new_length_a); - - const int shorter_length = ImMin(old_length, new_length); - int first_diff; - for (first_diff = 0; first_diff < shorter_length; first_diff++) - if (old_buf[first_diff] != new_buf[first_diff]) - break; - if (first_diff == old_length && first_diff == new_length) - return; - - int old_last_diff = old_length - 1; - int new_last_diff = new_length - 1; - for (; old_last_diff >= first_diff && new_last_diff >= first_diff; old_last_diff--, new_last_diff--) - if (old_buf[old_last_diff] != new_buf[new_last_diff]) - break; - - const int insert_len = new_last_diff - first_diff + 1; - const int delete_len = old_last_diff - first_diff + 1; - if (insert_len > 0 || delete_len > 0) - if (STB_TEXTEDIT_CHARTYPE* p = stb_text_createundo(&state->Stb.undostate, first_diff, delete_len, insert_len)) - for (int i = 0; i < delete_len; i++) - p[i] = ImStb::STB_TEXTEDIT_GETCHAR(state, first_diff + i); -} - -// Edit a string of text -// - buf_size account for the zero-terminator, so a buf_size of 6 can hold "Hello" but not "Hello!". -// This is so we can easily call InputText() on static arrays using ARRAYSIZE() and to match -// Note that in std::string world, capacity() would omit 1 byte used by the zero-terminator. -// - When active, hold on a privately held copy of the text (and apply back to 'buf'). So changing 'buf' while the InputText is active has no effect. -// - If you want to use ImGui::InputText() with std::string, see misc/cpp/imgui_stdlib.h -// (FIXME: Rather confusing and messy function, among the worse part of our codebase, expecting to rewrite a V2 at some point.. Partly because we are -// doing UTF8 > U16 > UTF8 conversions on the go to easily interface with stb_textedit. Ideally should stay in UTF-8 all the time. See https://github.com/nothings/stb/issues/188) -bool ImGui::InputTextEx(const char* label, const char* hint, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* callback_user_data) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - IM_ASSERT(buf != NULL && buf_size >= 0); - IM_ASSERT(!((flags & ImGuiInputTextFlags_CallbackHistory) && (flags & ImGuiInputTextFlags_Multiline))); // Can't use both together (they both use up/down keys) - IM_ASSERT(!((flags & ImGuiInputTextFlags_CallbackCompletion) && (flags & ImGuiInputTextFlags_AllowTabInput))); // Can't use both together (they both use tab key) - - ImGuiContext& g = *GImGui; - ImGuiIO& io = g.IO; - const ImGuiStyle& style = g.Style; - - const bool RENDER_SELECTION_WHEN_INACTIVE = false; - const bool is_multiline = (flags & ImGuiInputTextFlags_Multiline) != 0; - const bool is_readonly = (flags & ImGuiInputTextFlags_ReadOnly) != 0; - const bool is_password = (flags & ImGuiInputTextFlags_Password) != 0; - const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; - const bool is_resizable = (flags & ImGuiInputTextFlags_CallbackResize) != 0; - if (is_resizable) - IM_ASSERT(callback != NULL); // Must provide a callback if you set the ImGuiInputTextFlags_CallbackResize flag! - - if (is_multiline) // Open group before calling GetID() because groups tracks id created within their scope (including the scrollbar) - BeginGroup(); - const ImGuiID id = window->GetID(label); - const ImVec2 label_size = CalcTextSize(label, NULL, true); - const ImVec2 frame_size = CalcItemSize(size_arg, CalcItemWidth(), (is_multiline ? g.FontSize * 8.0f : label_size.y) + style.FramePadding.y * 2.0f); // Arbitrary default of 8 lines high for multi-line - const ImVec2 total_size = ImVec2(frame_size.x + (label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f), frame_size.y); - - const ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + frame_size); - const ImRect total_bb(frame_bb.Min, frame_bb.Min + total_size); - - ImGuiWindow* draw_window = window; - ImVec2 inner_size = frame_size; - ImGuiItemStatusFlags item_status_flags = 0; - ImGuiLastItemData item_data_backup; - if (is_multiline) - { - ImVec2 backup_pos = window->DC.CursorPos; - ItemSize(total_bb, style.FramePadding.y); - if (!ItemAdd(total_bb, id, &frame_bb, ImGuiItemFlags_Inputable)) - { - EndGroup(); - return false; - } - item_status_flags = g.LastItemData.StatusFlags; - item_data_backup = g.LastItemData; - window->DC.CursorPos = backup_pos; - - // We reproduce the contents of BeginChildFrame() in order to provide 'label' so our window internal data are easier to read/debug. - // FIXME-NAV: Pressing NavActivate will trigger general child activation right before triggering our own below. Harmless but bizarre. - PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); - PushStyleVar(ImGuiStyleVar_ChildRounding, style.FrameRounding); - PushStyleVar(ImGuiStyleVar_ChildBorderSize, style.FrameBorderSize); - PushStyleVar(ImGuiStyleVar_WindowPadding, ImVec2(0, 0)); // Ensure no clip rect so mouse hover can reach FramePadding edges - bool child_visible = BeginChildEx(label, id, frame_bb.GetSize(), true, ImGuiWindowFlags_NoMove); - PopStyleVar(3); - PopStyleColor(); - if (!child_visible) - { - EndChild(); - EndGroup(); - return false; - } - draw_window = g.CurrentWindow; // Child window - draw_window->DC.NavLayersActiveMaskNext |= (1 << draw_window->DC.NavLayerCurrent); // This is to ensure that EndChild() will display a navigation highlight so we can "enter" into it. - draw_window->DC.CursorPos += style.FramePadding; - inner_size.x -= draw_window->ScrollbarSizes.x; - } - else - { - // Support for internal ImGuiInputTextFlags_MergedItem flag, which could be redesigned as an ItemFlags if needed (with test performed in ItemAdd) - ItemSize(total_bb, style.FramePadding.y); - if (!(flags & ImGuiInputTextFlags_MergedItem)) - if (!ItemAdd(total_bb, id, &frame_bb, ImGuiItemFlags_Inputable)) - return false; - item_status_flags = g.LastItemData.StatusFlags; - } - const bool hovered = ItemHoverable(frame_bb, id); - if (hovered) - g.MouseCursor = ImGuiMouseCursor_TextInput; - - // We are only allowed to access the state if we are already the active widget. - ImGuiInputTextState* state = GetInputTextState(id); - - const bool input_requested_by_tabbing = (item_status_flags & ImGuiItemStatusFlags_FocusedByTabbing) != 0; - const bool input_requested_by_nav = (g.ActiveId != id) && ((g.NavActivateInputId == id) || (g.NavActivateId == id && g.NavInputSource == ImGuiInputSource_Keyboard)); - - const bool user_clicked = hovered && io.MouseClicked[0]; - const bool user_scroll_finish = is_multiline && state != NULL && g.ActiveId == 0 && g.ActiveIdPreviousFrame == GetWindowScrollbarID(draw_window, ImGuiAxis_Y); - const bool user_scroll_active = is_multiline && state != NULL && g.ActiveId == GetWindowScrollbarID(draw_window, ImGuiAxis_Y); - bool clear_active_id = false; - bool select_all = false; - - float scroll_y = is_multiline ? draw_window->Scroll.y : FLT_MAX; - - const bool init_changed_specs = (state != NULL && state->Stb.single_line != !is_multiline); - const bool init_make_active = (user_clicked || user_scroll_finish || input_requested_by_nav || input_requested_by_tabbing); - const bool init_state = (init_make_active || user_scroll_active); - if ((init_state && g.ActiveId != id) || init_changed_specs) - { - // Access state even if we don't own it yet. - state = &g.InputTextState; - state->CursorAnimReset(); - - // Take a copy of the initial buffer value (both in original UTF-8 format and converted to wchar) - // From the moment we focused we are ignoring the content of 'buf' (unless we are in read-only mode) - const int buf_len = (int)strlen(buf); - state->InitialTextA.resize(buf_len + 1); // UTF-8. we use +1 to make sure that .Data is always pointing to at least an empty string. - memcpy(state->InitialTextA.Data, buf, buf_len + 1); - - // Preserve cursor position and undo/redo stack if we come back to same widget - // FIXME: Since we reworked this on 2022/06, may want to differenciate recycle_cursor vs recycle_undostate? - bool recycle_state = (state->ID == id && !init_changed_specs); - if (recycle_state && (state->CurLenA != buf_len || (state->TextAIsValid && strncmp(state->TextA.Data, buf, buf_len) != 0))) - recycle_state = false; - - // Start edition - const char* buf_end = NULL; - state->ID = id; - state->TextW.resize(buf_size + 1); // wchar count <= UTF-8 count. we use +1 to make sure that .Data is always pointing to at least an empty string. - state->TextA.resize(0); - state->TextAIsValid = false; // TextA is not valid yet (we will display buf until then) - state->CurLenW = ImTextStrFromUtf8(state->TextW.Data, buf_size, buf, NULL, &buf_end); - state->CurLenA = (int)(buf_end - buf); // We can't get the result from ImStrncpy() above because it is not UTF-8 aware. Here we'll cut off malformed UTF-8. - - if (recycle_state) - { - // Recycle existing cursor/selection/undo stack but clamp position - // Note a single mouse click will override the cursor/position immediately by calling stb_textedit_click handler. - state->CursorClamp(); - } - else - { - state->ScrollX = 0.0f; - stb_textedit_initialize_state(&state->Stb, !is_multiline); - } - - if (!is_multiline) - { - if (flags & ImGuiInputTextFlags_AutoSelectAll) - select_all = true; - if (input_requested_by_nav && (!recycle_state || !(g.NavActivateFlags & ImGuiActivateFlags_TryToPreserveState))) - select_all = true; - if (input_requested_by_tabbing || (user_clicked && io.KeyCtrl)) - select_all = true; - } - - if (flags & ImGuiInputTextFlags_AlwaysOverwrite) - state->Stb.insert_mode = 1; // stb field name is indeed incorrect (see #2863) - } - - if (g.ActiveId != id && init_make_active) - { - IM_ASSERT(state && state->ID == id); - SetActiveID(id, window); - SetFocusID(id, window); - FocusWindow(window); - - // Declare our inputs - IM_ASSERT(ImGuiNavInput_COUNT < 32); - g.ActiveIdUsingNavDirMask |= (1 << ImGuiDir_Left) | (1 << ImGuiDir_Right); - if (is_multiline || (flags & ImGuiInputTextFlags_CallbackHistory)) - g.ActiveIdUsingNavDirMask |= (1 << ImGuiDir_Up) | (1 << ImGuiDir_Down); - g.ActiveIdUsingNavInputMask |= (1 << ImGuiNavInput_Cancel); - SetActiveIdUsingKey(ImGuiKey_Home); - SetActiveIdUsingKey(ImGuiKey_End); - if (is_multiline) - { - SetActiveIdUsingKey(ImGuiKey_PageUp); - SetActiveIdUsingKey(ImGuiKey_PageDown); - } - if (flags & (ImGuiInputTextFlags_CallbackCompletion | ImGuiInputTextFlags_AllowTabInput)) // Disable keyboard tabbing out as we will use the \t character. - { - SetActiveIdUsingKey(ImGuiKey_Tab); - } - } - - // We have an edge case if ActiveId was set through another widget (e.g. widget being swapped), clear id immediately (don't wait until the end of the function) - if (g.ActiveId == id && state == NULL) - ClearActiveID(); - - // Release focus when we click outside - if (g.ActiveId == id && io.MouseClicked[0] && !init_state && !init_make_active) //-V560 - clear_active_id = true; - - // Lock the decision of whether we are going to take the path displaying the cursor or selection - const bool render_cursor = (g.ActiveId == id) || (state && user_scroll_active); - bool render_selection = state && (state->HasSelection() || select_all) && (RENDER_SELECTION_WHEN_INACTIVE || render_cursor); - bool value_changed = false; - bool validated = false; - - // When read-only we always use the live data passed to the function - // FIXME-OPT: Because our selection/cursor code currently needs the wide text we need to convert it when active, which is not ideal :( - if (is_readonly && state != NULL && (render_cursor || render_selection)) - { - const char* buf_end = NULL; - state->TextW.resize(buf_size + 1); - state->CurLenW = ImTextStrFromUtf8(state->TextW.Data, state->TextW.Size, buf, NULL, &buf_end); - state->CurLenA = (int)(buf_end - buf); - state->CursorClamp(); - render_selection &= state->HasSelection(); - } - - // Select the buffer to render. - const bool buf_display_from_state = (render_cursor || render_selection || g.ActiveId == id) && !is_readonly && state && state->TextAIsValid; - const bool is_displaying_hint = (hint != NULL && (buf_display_from_state ? state->TextA.Data : buf)[0] == 0); - - // Password pushes a temporary font with only a fallback glyph - if (is_password && !is_displaying_hint) - { - const ImFontGlyph* glyph = g.Font->FindGlyph('*'); - ImFont* password_font = &g.InputTextPasswordFont; - password_font->FontSize = g.Font->FontSize; - password_font->Scale = g.Font->Scale; - password_font->Ascent = g.Font->Ascent; - password_font->Descent = g.Font->Descent; - password_font->ContainerAtlas = g.Font->ContainerAtlas; - password_font->FallbackGlyph = glyph; - password_font->FallbackAdvanceX = glyph->AdvanceX; - IM_ASSERT(password_font->Glyphs.empty() && password_font->IndexAdvanceX.empty() && password_font->IndexLookup.empty()); - PushFont(password_font); - } - - // Process mouse inputs and character inputs - int backup_current_text_length = 0; - if (g.ActiveId == id) - { - IM_ASSERT(state != NULL); - backup_current_text_length = state->CurLenA; - state->Edited = false; - state->BufCapacityA = buf_size; - state->Flags = flags; - - // Although we are active we don't prevent mouse from hovering other elements unless we are interacting right now with the widget. - // Down the line we should have a cleaner library-wide concept of Selected vs Active. - g.ActiveIdAllowOverlap = !io.MouseDown[0]; - g.WantTextInputNextFrame = 1; - - // Edit in progress - const float mouse_x = (io.MousePos.x - frame_bb.Min.x - style.FramePadding.x) + state->ScrollX; - const float mouse_y = (is_multiline ? (io.MousePos.y - draw_window->DC.CursorPos.y) : (g.FontSize * 0.5f)); - - const bool is_osx = io.ConfigMacOSXBehaviors; - if (select_all) - { - state->SelectAll(); - state->SelectedAllMouseLock = true; - } - else if (hovered && io.MouseClickedCount[0] >= 2 && !io.KeyShift) - { - stb_textedit_click(state, &state->Stb, mouse_x, mouse_y); - const int multiclick_count = (io.MouseClickedCount[0] - 2); - if ((multiclick_count % 2) == 0) - { - // Double-click: Select word - // We always use the "Mac" word advance for double-click select vs CTRL+Right which use the platform dependent variant: - // FIXME: There are likely many ways to improve this behavior, but there's no "right" behavior (depends on use-case, software, OS) - const bool is_bol = (state->Stb.cursor == 0) || ImStb::STB_TEXTEDIT_GETCHAR(state, state->Stb.cursor - 1) == '\n'; - if (STB_TEXT_HAS_SELECTION(&state->Stb) || !is_bol) - state->OnKeyPressed(STB_TEXTEDIT_K_WORDLEFT); - //state->OnKeyPressed(STB_TEXTEDIT_K_WORDRIGHT | STB_TEXTEDIT_K_SHIFT); - if (!STB_TEXT_HAS_SELECTION(&state->Stb)) - ImStb::stb_textedit_prep_selection_at_cursor(&state->Stb); - state->Stb.cursor = ImStb::STB_TEXTEDIT_MOVEWORDRIGHT_MAC(state, state->Stb.cursor); - state->Stb.select_end = state->Stb.cursor; - ImStb::stb_textedit_clamp(state, &state->Stb); - } - else - { - // Triple-click: Select line - const bool is_eol = ImStb::STB_TEXTEDIT_GETCHAR(state, state->Stb.cursor) == '\n'; - state->OnKeyPressed(STB_TEXTEDIT_K_LINESTART); - state->OnKeyPressed(STB_TEXTEDIT_K_LINEEND | STB_TEXTEDIT_K_SHIFT); - state->OnKeyPressed(STB_TEXTEDIT_K_RIGHT | STB_TEXTEDIT_K_SHIFT); - if (!is_eol && is_multiline) - { - ImSwap(state->Stb.select_start, state->Stb.select_end); - state->Stb.cursor = state->Stb.select_end; - } - state->CursorFollow = false; - } - state->CursorAnimReset(); - } - else if (io.MouseClicked[0] && !state->SelectedAllMouseLock) - { - // FIXME: unselect on late click could be done release? - if (hovered) - { - stb_textedit_click(state, &state->Stb, mouse_x, mouse_y); - state->CursorAnimReset(); - } - } - else if (io.MouseDown[0] && !state->SelectedAllMouseLock && (io.MouseDelta.x != 0.0f || io.MouseDelta.y != 0.0f)) - { - stb_textedit_drag(state, &state->Stb, mouse_x, mouse_y); - state->CursorAnimReset(); - state->CursorFollow = true; - } - if (state->SelectedAllMouseLock && !io.MouseDown[0]) - state->SelectedAllMouseLock = false; - - // We expect backends to emit a Tab key but some also emit a Tab character which we ignore (#2467, #1336) - // (For Tab and Enter: Win32/SFML/Allegro are sending both keys and chars, GLFW and SDL are only sending keys. For Space they all send all threes) - const bool ignore_char_inputs = (io.KeyCtrl && !io.KeyAlt) || (is_osx && io.KeySuper); - if ((flags & ImGuiInputTextFlags_AllowTabInput) && IsKeyPressed(ImGuiKey_Tab) && !ignore_char_inputs && !io.KeyShift && !is_readonly) - { - unsigned int c = '\t'; // Insert TAB - if (InputTextFilterCharacter(&c, flags, callback, callback_user_data, ImGuiInputSource_Keyboard)) - state->OnKeyPressed((int)c); - } - - // Process regular text input (before we check for Return because using some IME will effectively send a Return?) - // We ignore CTRL inputs, but need to allow ALT+CTRL as some keyboards (e.g. German) use AltGR (which _is_ Alt+Ctrl) to input certain characters. - if (io.InputQueueCharacters.Size > 0) - { - if (!ignore_char_inputs && !is_readonly && !input_requested_by_nav) - for (int n = 0; n < io.InputQueueCharacters.Size; n++) - { - // Insert character if they pass filtering - unsigned int c = (unsigned int)io.InputQueueCharacters[n]; - if (c == '\t') // Skip Tab, see above. - continue; - if (InputTextFilterCharacter(&c, flags, callback, callback_user_data, ImGuiInputSource_Keyboard)) - state->OnKeyPressed((int)c); - } - - // Consume characters - io.InputQueueCharacters.resize(0); - } - } - - // Process other shortcuts/key-presses - bool cancel_edit = false; - if (g.ActiveId == id && !g.ActiveIdIsJustActivated && !clear_active_id) - { - IM_ASSERT(state != NULL); - - const int row_count_per_page = ImMax((int)((inner_size.y - style.FramePadding.y) / g.FontSize), 1); - state->Stb.row_count_per_page = row_count_per_page; - - const int k_mask = (io.KeyShift ? STB_TEXTEDIT_K_SHIFT : 0); - const bool is_osx = io.ConfigMacOSXBehaviors; - const bool is_osx_shift_shortcut = is_osx && (io.KeyMods == (ImGuiModFlags_Super | ImGuiModFlags_Shift)); - const bool is_wordmove_key_down = is_osx ? io.KeyAlt : io.KeyCtrl; // OS X style: Text editing cursor movement using Alt instead of Ctrl - const bool is_startend_key_down = is_osx && io.KeySuper && !io.KeyCtrl && !io.KeyAlt; // OS X style: Line/Text Start and End using Cmd+Arrows instead of Home/End - const bool is_ctrl_key_only = (io.KeyMods == ImGuiModFlags_Ctrl); - const bool is_shift_key_only = (io.KeyMods == ImGuiModFlags_Shift); - const bool is_shortcut_key = g.IO.ConfigMacOSXBehaviors ? (io.KeyMods == ImGuiModFlags_Super) : (io.KeyMods == ImGuiModFlags_Ctrl); - - const bool is_cut = ((is_shortcut_key && IsKeyPressed(ImGuiKey_X)) || (is_shift_key_only && IsKeyPressed(ImGuiKey_Delete))) && !is_readonly && !is_password && (!is_multiline || state->HasSelection()); - const bool is_copy = ((is_shortcut_key && IsKeyPressed(ImGuiKey_C)) || (is_ctrl_key_only && IsKeyPressed(ImGuiKey_Insert))) && !is_password && (!is_multiline || state->HasSelection()); - const bool is_paste = ((is_shortcut_key && IsKeyPressed(ImGuiKey_V)) || (is_shift_key_only && IsKeyPressed(ImGuiKey_Insert))) && !is_readonly; - const bool is_undo = ((is_shortcut_key && IsKeyPressed(ImGuiKey_Z)) && !is_readonly && is_undoable); - const bool is_redo = ((is_shortcut_key && IsKeyPressed(ImGuiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressed(ImGuiKey_Z))) && !is_readonly && is_undoable; - const bool is_select_all = is_shortcut_key && IsKeyPressed(ImGuiKey_A); - - // We allow validate/cancel with Nav source (gamepad) to makes it easier to undo an accidental NavInput press with no keyboard wired, but otherwise it isn't very useful. - const bool is_enter_pressed = IsKeyPressed(ImGuiKey_Enter) || IsKeyPressed(ImGuiKey_KeypadEnter); - const bool is_validate_nav = (IsNavInputPressed(ImGuiNavInput_Activate) && !IsKeyPressed(ImGuiKey_Space)) || IsNavInputPressed(ImGuiNavInput_Input); - const bool is_cancel = IsKeyPressed(ImGuiKey_Escape) || IsNavInputPressed(ImGuiNavInput_Cancel); - - if (IsKeyPressed(ImGuiKey_LeftArrow)) { state->OnKeyPressed((is_startend_key_down ? STB_TEXTEDIT_K_LINESTART : is_wordmove_key_down ? STB_TEXTEDIT_K_WORDLEFT : STB_TEXTEDIT_K_LEFT) | k_mask); } - else if (IsKeyPressed(ImGuiKey_RightArrow)) { state->OnKeyPressed((is_startend_key_down ? STB_TEXTEDIT_K_LINEEND : is_wordmove_key_down ? STB_TEXTEDIT_K_WORDRIGHT : STB_TEXTEDIT_K_RIGHT) | k_mask); } - else if (IsKeyPressed(ImGuiKey_UpArrow) && is_multiline) { if (io.KeyCtrl) SetScrollY(draw_window, ImMax(draw_window->Scroll.y - g.FontSize, 0.0f)); else state->OnKeyPressed((is_startend_key_down ? STB_TEXTEDIT_K_TEXTSTART : STB_TEXTEDIT_K_UP) | k_mask); } - else if (IsKeyPressed(ImGuiKey_DownArrow) && is_multiline) { if (io.KeyCtrl) SetScrollY(draw_window, ImMin(draw_window->Scroll.y + g.FontSize, GetScrollMaxY())); else state->OnKeyPressed((is_startend_key_down ? STB_TEXTEDIT_K_TEXTEND : STB_TEXTEDIT_K_DOWN) | k_mask); } - else if (IsKeyPressed(ImGuiKey_PageUp) && is_multiline) { state->OnKeyPressed(STB_TEXTEDIT_K_PGUP | k_mask); scroll_y -= row_count_per_page * g.FontSize; } - else if (IsKeyPressed(ImGuiKey_PageDown) && is_multiline) { state->OnKeyPressed(STB_TEXTEDIT_K_PGDOWN | k_mask); scroll_y += row_count_per_page * g.FontSize; } - else if (IsKeyPressed(ImGuiKey_Home)) { state->OnKeyPressed(io.KeyCtrl ? STB_TEXTEDIT_K_TEXTSTART | k_mask : STB_TEXTEDIT_K_LINESTART | k_mask); } - else if (IsKeyPressed(ImGuiKey_End)) { state->OnKeyPressed(io.KeyCtrl ? STB_TEXTEDIT_K_TEXTEND | k_mask : STB_TEXTEDIT_K_LINEEND | k_mask); } - else if (IsKeyPressed(ImGuiKey_Delete) && !is_readonly && !is_cut) { state->OnKeyPressed(STB_TEXTEDIT_K_DELETE | k_mask); } - else if (IsKeyPressed(ImGuiKey_Backspace) && !is_readonly) - { - if (!state->HasSelection()) - { - if (is_wordmove_key_down) - state->OnKeyPressed(STB_TEXTEDIT_K_WORDLEFT | STB_TEXTEDIT_K_SHIFT); - else if (is_osx && io.KeySuper && !io.KeyAlt && !io.KeyCtrl) - state->OnKeyPressed(STB_TEXTEDIT_K_LINESTART | STB_TEXTEDIT_K_SHIFT); - } - state->OnKeyPressed(STB_TEXTEDIT_K_BACKSPACE | k_mask); - } - else if (is_enter_pressed) - { - // Determine if we turn Enter into a \n character - bool ctrl_enter_for_new_line = (flags & ImGuiInputTextFlags_CtrlEnterForNewLine) != 0; - if (!is_multiline || (ctrl_enter_for_new_line && !io.KeyCtrl) || (!ctrl_enter_for_new_line && io.KeyCtrl)) - { - validated = true; - if (io.ConfigInputTextEnterKeepActive && !is_multiline) - state->SelectAll(); // No need to scroll - else - clear_active_id = true; - } - else if (!is_readonly) - { - unsigned int c = '\n'; // Insert new line - if (InputTextFilterCharacter(&c, flags, callback, callback_user_data, ImGuiInputSource_Keyboard)) - state->OnKeyPressed((int)c); - } - } - else if (is_validate_nav) - { - IM_ASSERT(!is_enter_pressed); - validated = clear_active_id = true; - } - else if (is_cancel) - { - clear_active_id = cancel_edit = true; - } - else if (is_undo || is_redo) - { - state->OnKeyPressed(is_undo ? STB_TEXTEDIT_K_UNDO : STB_TEXTEDIT_K_REDO); - state->ClearSelection(); - } - else if (is_select_all) - { - state->SelectAll(); - state->CursorFollow = true; - } - else if (is_cut || is_copy) - { - // Cut, Copy - if (io.SetClipboardTextFn) - { - const int ib = state->HasSelection() ? ImMin(state->Stb.select_start, state->Stb.select_end) : 0; - const int ie = state->HasSelection() ? ImMax(state->Stb.select_start, state->Stb.select_end) : state->CurLenW; - const int clipboard_data_len = ImTextCountUtf8BytesFromStr(state->TextW.Data + ib, state->TextW.Data + ie) + 1; - char* clipboard_data = (char*)IM_ALLOC(clipboard_data_len * sizeof(char)); - ImTextStrToUtf8(clipboard_data, clipboard_data_len, state->TextW.Data + ib, state->TextW.Data + ie); - SetClipboardText(clipboard_data); - MemFree(clipboard_data); - } - if (is_cut) - { - if (!state->HasSelection()) - state->SelectAll(); - state->CursorFollow = true; - stb_textedit_cut(state, &state->Stb); - } - } - else if (is_paste) - { - if (const char* clipboard = GetClipboardText()) - { - // Filter pasted buffer - const int clipboard_len = (int)strlen(clipboard); - ImWchar* clipboard_filtered = (ImWchar*)IM_ALLOC((clipboard_len + 1) * sizeof(ImWchar)); - int clipboard_filtered_len = 0; - for (const char* s = clipboard; *s; ) - { - unsigned int c; - s += ImTextCharFromUtf8(&c, s, NULL); - if (c == 0) - break; - if (!InputTextFilterCharacter(&c, flags, callback, callback_user_data, ImGuiInputSource_Clipboard)) - continue; - clipboard_filtered[clipboard_filtered_len++] = (ImWchar)c; - } - clipboard_filtered[clipboard_filtered_len] = 0; - if (clipboard_filtered_len > 0) // If everything was filtered, ignore the pasting operation - { - stb_textedit_paste(state, &state->Stb, clipboard_filtered, clipboard_filtered_len); - state->CursorFollow = true; - } - MemFree(clipboard_filtered); - } - } - - // Update render selection flag after events have been handled, so selection highlight can be displayed during the same frame. - render_selection |= state->HasSelection() && (RENDER_SELECTION_WHEN_INACTIVE || render_cursor); - } - - // Process callbacks and apply result back to user's buffer. - const char* apply_new_text = NULL; - int apply_new_text_length = 0; - if (g.ActiveId == id) - { - IM_ASSERT(state != NULL); - if (cancel_edit) - { - // Restore initial value. Only return true if restoring to the initial value changes the current buffer contents. - if (!is_readonly && strcmp(buf, state->InitialTextA.Data) != 0) - { - // Push records into the undo stack so we can CTRL+Z the revert operation itself - apply_new_text = state->InitialTextA.Data; - apply_new_text_length = state->InitialTextA.Size - 1; - ImVector w_text; - if (apply_new_text_length > 0) - { - w_text.resize(ImTextCountCharsFromUtf8(apply_new_text, apply_new_text + apply_new_text_length) + 1); - ImTextStrFromUtf8(w_text.Data, w_text.Size, apply_new_text, apply_new_text + apply_new_text_length); - } - stb_textedit_replace(state, &state->Stb, w_text.Data, (apply_new_text_length > 0) ? (w_text.Size - 1) : 0); - } - } - - // Apply ASCII value - if (!is_readonly) - { - state->TextAIsValid = true; - state->TextA.resize(state->TextW.Size * 4 + 1); - ImTextStrToUtf8(state->TextA.Data, state->TextA.Size, state->TextW.Data, NULL); - } - - // When using 'ImGuiInputTextFlags_EnterReturnsTrue' as a special case we reapply the live buffer back to the input buffer before clearing ActiveId, even though strictly speaking it wasn't modified on this frame. - // If we didn't do that, code like InputInt() with ImGuiInputTextFlags_EnterReturnsTrue would fail. - // This also allows the user to use InputText() with ImGuiInputTextFlags_EnterReturnsTrue without maintaining any user-side storage (please note that if you use this property along ImGuiInputTextFlags_CallbackResize you can end up with your temporary string object unnecessarily allocating once a frame, either store your string data, either if you don't then don't use ImGuiInputTextFlags_CallbackResize). - const bool apply_edit_back_to_user_buffer = !cancel_edit || (validated && (flags & ImGuiInputTextFlags_EnterReturnsTrue) != 0); - if (apply_edit_back_to_user_buffer) - { - // Apply new value immediately - copy modified buffer back - // Note that as soon as the input box is active, the in-widget value gets priority over any underlying modification of the input buffer - // FIXME: We actually always render 'buf' when calling DrawList->AddText, making the comment above incorrect. - // FIXME-OPT: CPU waste to do this every time the widget is active, should mark dirty state from the stb_textedit callbacks. - - // User callback - if ((flags & (ImGuiInputTextFlags_CallbackCompletion | ImGuiInputTextFlags_CallbackHistory | ImGuiInputTextFlags_CallbackEdit | ImGuiInputTextFlags_CallbackAlways)) != 0) - { - IM_ASSERT(callback != NULL); - - // The reason we specify the usage semantic (Completion/History) is that Completion needs to disable keyboard TABBING at the moment. - ImGuiInputTextFlags event_flag = 0; - ImGuiKey event_key = ImGuiKey_None; - if ((flags & ImGuiInputTextFlags_CallbackCompletion) != 0 && IsKeyPressed(ImGuiKey_Tab)) - { - event_flag = ImGuiInputTextFlags_CallbackCompletion; - event_key = ImGuiKey_Tab; - } - else if ((flags & ImGuiInputTextFlags_CallbackHistory) != 0 && IsKeyPressed(ImGuiKey_UpArrow)) - { - event_flag = ImGuiInputTextFlags_CallbackHistory; - event_key = ImGuiKey_UpArrow; - } - else if ((flags & ImGuiInputTextFlags_CallbackHistory) != 0 && IsKeyPressed(ImGuiKey_DownArrow)) - { - event_flag = ImGuiInputTextFlags_CallbackHistory; - event_key = ImGuiKey_DownArrow; - } - else if ((flags & ImGuiInputTextFlags_CallbackEdit) && state->Edited) - { - event_flag = ImGuiInputTextFlags_CallbackEdit; - } - else if (flags & ImGuiInputTextFlags_CallbackAlways) - { - event_flag = ImGuiInputTextFlags_CallbackAlways; - } - - if (event_flag) - { - ImGuiInputTextCallbackData callback_data; - memset(&callback_data, 0, sizeof(ImGuiInputTextCallbackData)); - callback_data.EventFlag = event_flag; - callback_data.Flags = flags; - callback_data.UserData = callback_user_data; - - char* callback_buf = is_readonly ? buf : state->TextA.Data; - callback_data.EventKey = event_key; - callback_data.Buf = callback_buf; - callback_data.BufTextLen = state->CurLenA; - callback_data.BufSize = state->BufCapacityA; - callback_data.BufDirty = false; - - // We have to convert from wchar-positions to UTF-8-positions, which can be pretty slow (an incentive to ditch the ImWchar buffer, see https://github.com/nothings/stb/issues/188) - ImWchar* text = state->TextW.Data; - const int utf8_cursor_pos = callback_data.CursorPos = ImTextCountUtf8BytesFromStr(text, text + state->Stb.cursor); - const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, text + state->Stb.select_start); - const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text + state->Stb.select_end); - - // Call user code - callback(&callback_data); - - // Read back what user may have modified - callback_buf = is_readonly ? buf : state->TextA.Data; // Pointer may have been invalidated by a resize callback - IM_ASSERT(callback_data.Buf == callback_buf); // Invalid to modify those fields - IM_ASSERT(callback_data.BufSize == state->BufCapacityA); - IM_ASSERT(callback_data.Flags == flags); - const bool buf_dirty = callback_data.BufDirty; - if (callback_data.CursorPos != utf8_cursor_pos || buf_dirty) { state->Stb.cursor = ImTextCountCharsFromUtf8(callback_data.Buf, callback_data.Buf + callback_data.CursorPos); state->CursorFollow = true; } - if (callback_data.SelectionStart != utf8_selection_start || buf_dirty) { state->Stb.select_start = (callback_data.SelectionStart == callback_data.CursorPos) ? state->Stb.cursor : ImTextCountCharsFromUtf8(callback_data.Buf, callback_data.Buf + callback_data.SelectionStart); } - if (callback_data.SelectionEnd != utf8_selection_end || buf_dirty) { state->Stb.select_end = (callback_data.SelectionEnd == callback_data.SelectionStart) ? state->Stb.select_start : ImTextCountCharsFromUtf8(callback_data.Buf, callback_data.Buf + callback_data.SelectionEnd); } - if (buf_dirty) - { - IM_ASSERT(callback_data.BufTextLen == (int)strlen(callback_data.Buf)); // You need to maintain BufTextLen if you change the text! - InputTextReconcileUndoStateAfterUserCallback(state, callback_data.Buf, callback_data.BufTextLen); // FIXME: Move the rest of this block inside function and rename to InputTextReconcileStateAfterUserCallback() ? - if (callback_data.BufTextLen > backup_current_text_length && is_resizable) - state->TextW.resize(state->TextW.Size + (callback_data.BufTextLen - backup_current_text_length)); // Worse case scenario resize - state->CurLenW = ImTextStrFromUtf8(state->TextW.Data, state->TextW.Size, callback_data.Buf, NULL); - state->CurLenA = callback_data.BufTextLen; // Assume correct length and valid UTF-8 from user, saves us an extra strlen() - state->CursorAnimReset(); - } - } - } - - // Will copy result string if modified - if (!is_readonly && strcmp(state->TextA.Data, buf) != 0) - { - apply_new_text = state->TextA.Data; - apply_new_text_length = state->CurLenA; - } - } - - // Clear temporary user storage - state->Flags = ImGuiInputTextFlags_None; - } - - // Copy result to user buffer. This can currently only happen when (g.ActiveId == id) - if (apply_new_text != NULL) - { - // We cannot test for 'backup_current_text_length != apply_new_text_length' here because we have no guarantee that the size - // of our owned buffer matches the size of the string object held by the user, and by design we allow InputText() to be used - // without any storage on user's side. - IM_ASSERT(apply_new_text_length >= 0); - if (is_resizable) - { - ImGuiInputTextCallbackData callback_data; - callback_data.EventFlag = ImGuiInputTextFlags_CallbackResize; - callback_data.Flags = flags; - callback_data.Buf = buf; - callback_data.BufTextLen = apply_new_text_length; - callback_data.BufSize = ImMax(buf_size, apply_new_text_length + 1); - callback_data.UserData = callback_user_data; - callback(&callback_data); - buf = callback_data.Buf; - buf_size = callback_data.BufSize; - apply_new_text_length = ImMin(callback_data.BufTextLen, buf_size - 1); - IM_ASSERT(apply_new_text_length <= buf_size); - } - //IMGUI_DEBUG_PRINT("InputText(\"%s\"): apply_new_text length %d\n", label, apply_new_text_length); - - // If the underlying buffer resize was denied or not carried to the next frame, apply_new_text_length+1 may be >= buf_size. - ImStrncpy(buf, apply_new_text, ImMin(apply_new_text_length + 1, buf_size)); - value_changed = true; - } - - // Release active ID at the end of the function (so e.g. pressing Return still does a final application of the value) - if (clear_active_id && g.ActiveId == id) - ClearActiveID(); - - // Render frame - if (!is_multiline) - { - RenderNavHighlight(frame_bb, id); - RenderFrame(frame_bb.Min, frame_bb.Max, GetColorU32(ImGuiCol_FrameBg), true, style.FrameRounding); - } - - const ImVec4 clip_rect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + inner_size.x, frame_bb.Min.y + inner_size.y); // Not using frame_bb.Max because we have adjusted size - ImVec2 draw_pos = is_multiline ? draw_window->DC.CursorPos : frame_bb.Min + style.FramePadding; - ImVec2 text_size(0.0f, 0.0f); - - // Set upper limit of single-line InputTextEx() at 2 million characters strings. The current pathological worst case is a long line - // without any carriage return, which would makes ImFont::RenderText() reserve too many vertices and probably crash. Avoid it altogether. - // Note that we only use this limit on single-line InputText(), so a pathologically large line on a InputTextMultiline() would still crash. - const int buf_display_max_length = 2 * 1024 * 1024; - const char* buf_display = buf_display_from_state ? state->TextA.Data : buf; //-V595 - const char* buf_display_end = NULL; // We have specialized paths below for setting the length - if (is_displaying_hint) - { - buf_display = hint; - buf_display_end = hint + strlen(hint); - } - - // Render text. We currently only render selection when the widget is active or while scrolling. - // FIXME: We could remove the '&& render_cursor' to keep rendering selection when inactive. - if (render_cursor || render_selection) - { - IM_ASSERT(state != NULL); - if (!is_displaying_hint) - buf_display_end = buf_display + state->CurLenA; - - // Render text (with cursor and selection) - // This is going to be messy. We need to: - // - Display the text (this alone can be more easily clipped) - // - Handle scrolling, highlight selection, display cursor (those all requires some form of 1d->2d cursor position calculation) - // - Measure text height (for scrollbar) - // We are attempting to do most of that in **one main pass** to minimize the computation cost (non-negligible for large amount of text) + 2nd pass for selection rendering (we could merge them by an extra refactoring effort) - // FIXME: This should occur on buf_display but we'd need to maintain cursor/select_start/select_end for UTF-8. - const ImWchar* text_begin = state->TextW.Data; - ImVec2 cursor_offset, select_start_offset; - - { - // Find lines numbers straddling 'cursor' (slot 0) and 'select_start' (slot 1) positions. - const ImWchar* searches_input_ptr[2] = { NULL, NULL }; - int searches_result_line_no[2] = { -1000, -1000 }; - int searches_remaining = 0; - if (render_cursor) - { - searches_input_ptr[0] = text_begin + state->Stb.cursor; - searches_result_line_no[0] = -1; - searches_remaining++; - } - if (render_selection) - { - searches_input_ptr[1] = text_begin + ImMin(state->Stb.select_start, state->Stb.select_end); - searches_result_line_no[1] = -1; - searches_remaining++; - } - - // Iterate all lines to find our line numbers - // In multi-line mode, we never exit the loop until all lines are counted, so add one extra to the searches_remaining counter. - searches_remaining += is_multiline ? 1 : 0; - int line_count = 0; - //for (const ImWchar* s = text_begin; (s = (const ImWchar*)wcschr((const wchar_t*)s, (wchar_t)'\n')) != NULL; s++) // FIXME-OPT: Could use this when wchar_t are 16-bit - for (const ImWchar* s = text_begin; *s != 0; s++) - if (*s == '\n') - { - line_count++; - if (searches_result_line_no[0] == -1 && s >= searches_input_ptr[0]) { searches_result_line_no[0] = line_count; if (--searches_remaining <= 0) break; } - if (searches_result_line_no[1] == -1 && s >= searches_input_ptr[1]) { searches_result_line_no[1] = line_count; if (--searches_remaining <= 0) break; } - } - line_count++; - if (searches_result_line_no[0] == -1) - searches_result_line_no[0] = line_count; - if (searches_result_line_no[1] == -1) - searches_result_line_no[1] = line_count; - - // Calculate 2d position by finding the beginning of the line and measuring distance - cursor_offset.x = InputTextCalcTextSizeW(ImStrbolW(searches_input_ptr[0], text_begin), searches_input_ptr[0]).x; - cursor_offset.y = searches_result_line_no[0] * g.FontSize; - if (searches_result_line_no[1] >= 0) - { - select_start_offset.x = InputTextCalcTextSizeW(ImStrbolW(searches_input_ptr[1], text_begin), searches_input_ptr[1]).x; - select_start_offset.y = searches_result_line_no[1] * g.FontSize; - } - - // Store text height (note that we haven't calculated text width at all, see GitHub issues #383, #1224) - if (is_multiline) - text_size = ImVec2(inner_size.x, line_count * g.FontSize); - } - - // Scroll - if (render_cursor && state->CursorFollow) - { - // Horizontal scroll in chunks of quarter width - if (!(flags & ImGuiInputTextFlags_NoHorizontalScroll)) - { - const float scroll_increment_x = inner_size.x * 0.25f; - const float visible_width = inner_size.x - style.FramePadding.x; - if (cursor_offset.x < state->ScrollX) - state->ScrollX = IM_FLOOR(ImMax(0.0f, cursor_offset.x - scroll_increment_x)); - else if (cursor_offset.x - visible_width >= state->ScrollX) - state->ScrollX = IM_FLOOR(cursor_offset.x - visible_width + scroll_increment_x); - } - else - { - state->ScrollX = 0.0f; - } - - // Vertical scroll - if (is_multiline) - { - // Test if cursor is vertically visible - if (cursor_offset.y - g.FontSize < scroll_y) - scroll_y = ImMax(0.0f, cursor_offset.y - g.FontSize); - else if (cursor_offset.y - (inner_size.y - style.FramePadding.y * 2.0f) >= scroll_y) - scroll_y = cursor_offset.y - inner_size.y + style.FramePadding.y * 2.0f; - const float scroll_max_y = ImMax((text_size.y + style.FramePadding.y * 2.0f) - inner_size.y, 0.0f); - scroll_y = ImClamp(scroll_y, 0.0f, scroll_max_y); - draw_pos.y += (draw_window->Scroll.y - scroll_y); // Manipulate cursor pos immediately avoid a frame of lag - draw_window->Scroll.y = scroll_y; - } - - state->CursorFollow = false; - } - - // Draw selection - const ImVec2 draw_scroll = ImVec2(state->ScrollX, 0.0f); - if (render_selection) - { - const ImWchar* text_selected_begin = text_begin + ImMin(state->Stb.select_start, state->Stb.select_end); - const ImWchar* text_selected_end = text_begin + ImMax(state->Stb.select_start, state->Stb.select_end); - - ImU32 bg_color = GetColorU32(ImGuiCol_TextSelectedBg, render_cursor ? 1.0f : 0.6f); // FIXME: current code flow mandate that render_cursor is always true here, we are leaving the transparent one for tests. - float bg_offy_up = is_multiline ? 0.0f : -1.0f; // FIXME: those offsets should be part of the style? they don't play so well with multi-line selection. - float bg_offy_dn = is_multiline ? 0.0f : 2.0f; - ImVec2 rect_pos = draw_pos + select_start_offset - draw_scroll; - for (const ImWchar* p = text_selected_begin; p < text_selected_end; ) - { - if (rect_pos.y > clip_rect.w + g.FontSize) - break; - if (rect_pos.y < clip_rect.y) - { - //p = (const ImWchar*)wmemchr((const wchar_t*)p, '\n', text_selected_end - p); // FIXME-OPT: Could use this when wchar_t are 16-bit - //p = p ? p + 1 : text_selected_end; - while (p < text_selected_end) - if (*p++ == '\n') - break; - } - else - { - ImVec2 rect_size = InputTextCalcTextSizeW(p, text_selected_end, &p, NULL, true); - if (rect_size.x <= 0.0f) rect_size.x = IM_FLOOR(g.Font->GetCharAdvance((ImWchar)' ') * 0.50f); // So we can see selected empty lines - ImRect rect(rect_pos + ImVec2(0.0f, bg_offy_up - g.FontSize), rect_pos + ImVec2(rect_size.x, bg_offy_dn)); - rect.ClipWith(clip_rect); - if (rect.Overlaps(clip_rect)) - draw_window->DrawList->AddRectFilled(rect.Min, rect.Max, bg_color); - } - rect_pos.x = draw_pos.x - draw_scroll.x; - rect_pos.y += g.FontSize; - } - } - - // We test for 'buf_display_max_length' as a way to avoid some pathological cases (e.g. single-line 1 MB string) which would make ImDrawList crash. - if (is_multiline || (buf_display_end - buf_display) < buf_display_max_length) - { - ImU32 col = GetColorU32(is_displaying_hint ? ImGuiCol_TextDisabled : ImGuiCol_Text); - draw_window->DrawList->AddText(g.Font, g.FontSize, draw_pos - draw_scroll, col, buf_display, buf_display_end, 0.0f, is_multiline ? NULL : &clip_rect); - } - - // Draw blinking cursor - if (render_cursor) - { - state->CursorAnim += io.DeltaTime; - bool cursor_is_visible = (!g.IO.ConfigInputTextCursorBlink) || (state->CursorAnim <= 0.0f) || ImFmod(state->CursorAnim, 1.20f) <= 0.80f; - ImVec2 cursor_screen_pos = ImFloor(draw_pos + cursor_offset - draw_scroll); - ImRect cursor_screen_rect(cursor_screen_pos.x, cursor_screen_pos.y - g.FontSize + 0.5f, cursor_screen_pos.x + 1.0f, cursor_screen_pos.y - 1.5f); - if (cursor_is_visible && cursor_screen_rect.Overlaps(clip_rect)) - draw_window->DrawList->AddLine(cursor_screen_rect.Min, cursor_screen_rect.GetBL(), GetColorU32(ImGuiCol_Text)); - - // Notify OS of text input position for advanced IME (-1 x offset so that Windows IME can cover our cursor. Bit of an extra nicety.) - if (!is_readonly) - { - g.PlatformImeData.WantVisible = true; - g.PlatformImeData.InputPos = ImVec2(cursor_screen_pos.x - 1.0f, cursor_screen_pos.y - g.FontSize); - g.PlatformImeData.InputLineHeight = g.FontSize; - } - } - } - else - { - // Render text only (no selection, no cursor) - if (is_multiline) - text_size = ImVec2(inner_size.x, InputTextCalcTextLenAndLineCount(buf_display, &buf_display_end) * g.FontSize); // We don't need width - else if (!is_displaying_hint && g.ActiveId == id) - buf_display_end = buf_display + state->CurLenA; - else if (!is_displaying_hint) - buf_display_end = buf_display + strlen(buf_display); - - if (is_multiline || (buf_display_end - buf_display) < buf_display_max_length) - { - ImU32 col = GetColorU32(is_displaying_hint ? ImGuiCol_TextDisabled : ImGuiCol_Text); - draw_window->DrawList->AddText(g.Font, g.FontSize, draw_pos, col, buf_display, buf_display_end, 0.0f, is_multiline ? NULL : &clip_rect); - } - } - - if (is_password && !is_displaying_hint) - PopFont(); - - if (is_multiline) - { - // For focus requests to work on our multiline we need to ensure our child ItemAdd() call specifies the ImGuiItemFlags_Inputable (ref issue #4761)... - Dummy(ImVec2(text_size.x, text_size.y + style.FramePadding.y)); - ImGuiItemFlags backup_item_flags = g.CurrentItemFlags; - g.CurrentItemFlags |= ImGuiItemFlags_Inputable | ImGuiItemFlags_NoTabStop; - EndChild(); - item_data_backup.StatusFlags |= (g.LastItemData.StatusFlags & ImGuiItemStatusFlags_HoveredWindow); - g.CurrentItemFlags = backup_item_flags; - - // ...and then we need to undo the group overriding last item data, which gets a bit messy as EndGroup() tries to forward scrollbar being active... - // FIXME: This quite messy/tricky, should attempt to get rid of the child window. - EndGroup(); - if (g.LastItemData.ID == 0) - { - g.LastItemData.ID = id; - g.LastItemData.InFlags = item_data_backup.InFlags; - g.LastItemData.StatusFlags = item_data_backup.StatusFlags; - } - } - - // Log as text - if (g.LogEnabled && (!is_password || is_displaying_hint)) - { - LogSetNextTextDecoration("{", "}"); - LogRenderedText(&draw_pos, buf_display, buf_display_end); - } - - if (label_size.x > 0) - RenderText(ImVec2(frame_bb.Max.x + style.ItemInnerSpacing.x, frame_bb.Min.y + style.FramePadding.y), label); - - if (value_changed && !(flags & ImGuiInputTextFlags_NoMarkEdited)) - MarkItemEdited(id); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags); - if ((flags & ImGuiInputTextFlags_EnterReturnsTrue) != 0) - return validated; - else - return value_changed; -} - -void ImGui::DebugNodeInputTextState(ImGuiInputTextState* state) -{ -#ifndef IMGUI_DISABLE_DEBUG_TOOLS - ImGuiContext& g = *GImGui; - ImStb::STB_TexteditState* stb_state = &state->Stb; - ImStb::StbUndoState* undo_state = &stb_state->undostate; - Text("ID: 0x%08X, ActiveID: 0x%08X", state->ID, g.ActiveId); - Text("CurLenW: %d, CurLenA: %d, Cursor: %d, Selection: %d..%d", state->CurLenA, state->CurLenW, stb_state->cursor, stb_state->select_start, stb_state->select_end); - Text("undo_point: %d, redo_point: %d, undo_char_point: %d, redo_char_point: %d", undo_state->undo_point, undo_state->redo_point, undo_state->undo_char_point, undo_state->redo_char_point); - if (BeginChild("undopoints", ImVec2(0.0f, GetTextLineHeight() * 15), true)) // Visualize undo state - { - PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(0, 0)); - for (int n = 0; n < STB_TEXTEDIT_UNDOSTATECOUNT; n++) - { - ImStb::StbUndoRecord* undo_rec = &undo_state->undo_rec[n]; - const char undo_rec_type = (n < undo_state->undo_point) ? 'u' : (n >= undo_state->redo_point) ? 'r' : ' '; - if (undo_rec_type == ' ') - BeginDisabled(); - char buf[64] = ""; - if (undo_rec_type != ' ' && undo_rec->char_storage != -1) - ImTextStrToUtf8(buf, IM_ARRAYSIZE(buf), undo_state->undo_char + undo_rec->char_storage, undo_state->undo_char + undo_rec->char_storage + undo_rec->insert_length); - Text("%c [%02d] where %03d, insert %03d, delete %03d, char_storage %03d \"%s\"", - undo_rec_type, n, undo_rec->where, undo_rec->insert_length, undo_rec->delete_length, undo_rec->char_storage, buf); - if (undo_rec_type == ' ') - EndDisabled(); - } - PopStyleVar(); - } - EndChild(); -#else - IM_UNUSED(state); -#endif -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: ColorEdit, ColorPicker, ColorButton, etc. -//------------------------------------------------------------------------- -// - ColorEdit3() -// - ColorEdit4() -// - ColorPicker3() -// - RenderColorRectWithAlphaCheckerboard() [Internal] -// - ColorPicker4() -// - ColorButton() -// - SetColorEditOptions() -// - ColorTooltip() [Internal] -// - ColorEditOptionsPopup() [Internal] -// - ColorPickerOptionsPopup() [Internal] -//------------------------------------------------------------------------- - -bool ImGui::ColorEdit3(const char* label, float col[3], ImGuiColorEditFlags flags) -{ - return ColorEdit4(label, col, flags | ImGuiColorEditFlags_NoAlpha); -} - -// ColorEdit supports RGB and HSV inputs. In case of RGB input resulting color may have undefined hue and/or saturation. -// Since widget displays both RGB and HSV values we must preserve hue and saturation to prevent these values resetting. -static void ColorEditRestoreHS(const float* col, float* H, float* S, float* V) -{ - // This check is optional. Suppose we have two color widgets side by side, both widgets display different colors, but both colors have hue and/or saturation undefined. - // With color check: hue/saturation is preserved in one widget. Editing color in one widget would reset hue/saturation in another one. - // Without color check: common hue/saturation would be displayed in all widgets that have hue/saturation undefined. - // g.ColorEditLastColor is stored as ImU32 RGB value: this essentially gives us color equality check with reduced precision. - // Tiny external color changes would not be detected and this check would still pass. This is OK, since we only restore hue/saturation _only_ if they are undefined, - // therefore this change flipping hue/saturation from undefined to a very tiny value would still be represented in color picker. - ImGuiContext& g = *GImGui; - if (g.ColorEditLastColor != ImGui::ColorConvertFloat4ToU32(ImVec4(col[0], col[1], col[2], 0))) - return; - - // When S == 0, H is undefined. - // When H == 1 it wraps around to 0. - if (*S == 0.0f || (*H == 0.0f && g.ColorEditLastHue == 1)) - *H = g.ColorEditLastHue; - - // When V == 0, S is undefined. - if (*V == 0.0f) - *S = g.ColorEditLastSat; -} - -// Edit colors components (each component in 0.0f..1.0f range). -// See enum ImGuiColorEditFlags_ for available options. e.g. Only access 3 floats if ImGuiColorEditFlags_NoAlpha flag is set. -// With typical options: Left-click on color square to open color picker. Right-click to open option menu. CTRL-Click over input fields to edit them and TAB to go to next item. -bool ImGui::ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const float square_sz = GetFrameHeight(); - const float w_full = CalcItemWidth(); - const float w_button = (flags & ImGuiColorEditFlags_NoSmallPreview) ? 0.0f : (square_sz + style.ItemInnerSpacing.x); - const float w_inputs = w_full - w_button; - const char* label_display_end = FindRenderedTextEnd(label); - g.NextItemData.ClearFlags(); - - BeginGroup(); - PushID(label); - - // If we're not showing any slider there's no point in doing any HSV conversions - const ImGuiColorEditFlags flags_untouched = flags; - if (flags & ImGuiColorEditFlags_NoInputs) - flags = (flags & (~ImGuiColorEditFlags_DisplayMask_)) | ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_NoOptions; - - // Context menu: display and modify options (before defaults are applied) - if (!(flags & ImGuiColorEditFlags_NoOptions)) - ColorEditOptionsPopup(col, flags); - - // Read stored options - if (!(flags & ImGuiColorEditFlags_DisplayMask_)) - flags |= (g.ColorEditOptions & ImGuiColorEditFlags_DisplayMask_); - if (!(flags & ImGuiColorEditFlags_DataTypeMask_)) - flags |= (g.ColorEditOptions & ImGuiColorEditFlags_DataTypeMask_); - if (!(flags & ImGuiColorEditFlags_PickerMask_)) - flags |= (g.ColorEditOptions & ImGuiColorEditFlags_PickerMask_); - if (!(flags & ImGuiColorEditFlags_InputMask_)) - flags |= (g.ColorEditOptions & ImGuiColorEditFlags_InputMask_); - flags |= (g.ColorEditOptions & ~(ImGuiColorEditFlags_DisplayMask_ | ImGuiColorEditFlags_DataTypeMask_ | ImGuiColorEditFlags_PickerMask_ | ImGuiColorEditFlags_InputMask_)); - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiColorEditFlags_DisplayMask_)); // Check that only 1 is selected - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiColorEditFlags_InputMask_)); // Check that only 1 is selected - - const bool alpha = (flags & ImGuiColorEditFlags_NoAlpha) == 0; - const bool hdr = (flags & ImGuiColorEditFlags_HDR) != 0; - const int components = alpha ? 4 : 3; - - // Convert to the formats we need - float f[4] = { col[0], col[1], col[2], alpha ? col[3] : 1.0f }; - if ((flags & ImGuiColorEditFlags_InputHSV) && (flags & ImGuiColorEditFlags_DisplayRGB)) - ColorConvertHSVtoRGB(f[0], f[1], f[2], f[0], f[1], f[2]); - else if ((flags & ImGuiColorEditFlags_InputRGB) && (flags & ImGuiColorEditFlags_DisplayHSV)) - { - // Hue is lost when converting from greyscale rgb (saturation=0). Restore it. - ColorConvertRGBtoHSV(f[0], f[1], f[2], f[0], f[1], f[2]); - ColorEditRestoreHS(col, &f[0], &f[1], &f[2]); - } - int i[4] = { IM_F32_TO_INT8_UNBOUND(f[0]), IM_F32_TO_INT8_UNBOUND(f[1]), IM_F32_TO_INT8_UNBOUND(f[2]), IM_F32_TO_INT8_UNBOUND(f[3]) }; - - bool value_changed = false; - bool value_changed_as_float = false; - - const ImVec2 pos = window->DC.CursorPos; - const float inputs_offset_x = (style.ColorButtonPosition == ImGuiDir_Left) ? w_button : 0.0f; - window->DC.CursorPos.x = pos.x + inputs_offset_x; - - if ((flags & (ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_DisplayHSV)) != 0 && (flags & ImGuiColorEditFlags_NoInputs) == 0) - { - // RGB/HSV 0..255 Sliders - const float w_item_one = ImMax(1.0f, IM_FLOOR((w_inputs - (style.ItemInnerSpacing.x) * (components - 1)) / (float)components)); - const float w_item_last = ImMax(1.0f, IM_FLOOR(w_inputs - (w_item_one + style.ItemInnerSpacing.x) * (components - 1))); - - const bool hide_prefix = (w_item_one <= CalcTextSize((flags & ImGuiColorEditFlags_Float) ? "M:0.000" : "M:000").x); - static const char* ids[4] = { "##X", "##Y", "##Z", "##W" }; - static const char* fmt_table_int[3][4] = - { - { "%3d", "%3d", "%3d", "%3d" }, // Short display - { "R:%3d", "G:%3d", "B:%3d", "A:%3d" }, // Long display for RGBA - { "H:%3d", "S:%3d", "V:%3d", "A:%3d" } // Long display for HSVA - }; - static const char* fmt_table_float[3][4] = - { - { "%0.3f", "%0.3f", "%0.3f", "%0.3f" }, // Short display - { "R:%0.3f", "G:%0.3f", "B:%0.3f", "A:%0.3f" }, // Long display for RGBA - { "H:%0.3f", "S:%0.3f", "V:%0.3f", "A:%0.3f" } // Long display for HSVA - }; - const int fmt_idx = hide_prefix ? 0 : (flags & ImGuiColorEditFlags_DisplayHSV) ? 2 : 1; - - for (int n = 0; n < components; n++) - { - if (n > 0) - SameLine(0, style.ItemInnerSpacing.x); - SetNextItemWidth((n + 1 < components) ? w_item_one : w_item_last); - - // FIXME: When ImGuiColorEditFlags_HDR flag is passed HS values snap in weird ways when SV values go below 0. - if (flags & ImGuiColorEditFlags_Float) - { - value_changed |= DragFloat(ids[n], &f[n], 1.0f / 255.0f, 0.0f, hdr ? 0.0f : 1.0f, fmt_table_float[fmt_idx][n]); - value_changed_as_float |= value_changed; - } - else - { - value_changed |= DragInt(ids[n], &i[n], 1.0f, 0, hdr ? 0 : 255, fmt_table_int[fmt_idx][n]); - } - if (!(flags & ImGuiColorEditFlags_NoOptions)) - OpenPopupOnItemClick("context", ImGuiPopupFlags_MouseButtonRight); - } - } - else if ((flags & ImGuiColorEditFlags_DisplayHex) != 0 && (flags & ImGuiColorEditFlags_NoInputs) == 0) - { - // RGB Hexadecimal Input - char buf[64]; - if (alpha) - ImFormatString(buf, IM_ARRAYSIZE(buf), "#%02X%02X%02X%02X", ImClamp(i[0], 0, 255), ImClamp(i[1], 0, 255), ImClamp(i[2], 0, 255), ImClamp(i[3], 0, 255)); - else - ImFormatString(buf, IM_ARRAYSIZE(buf), "#%02X%02X%02X", ImClamp(i[0], 0, 255), ImClamp(i[1], 0, 255), ImClamp(i[2], 0, 255)); - SetNextItemWidth(w_inputs); - if (InputText("##Text", buf, IM_ARRAYSIZE(buf), ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase)) - { - value_changed = true; - char* p = buf; - while (*p == '#' || ImCharIsBlankA(*p)) - p++; - i[0] = i[1] = i[2] = 0; - i[3] = 0xFF; // alpha default to 255 is not parsed by scanf (e.g. inputting #FFFFFF omitting alpha) - int r; - if (alpha) - r = sscanf(p, "%02X%02X%02X%02X", (unsigned int*)&i[0], (unsigned int*)&i[1], (unsigned int*)&i[2], (unsigned int*)&i[3]); // Treat at unsigned (%X is unsigned) - else - r = sscanf(p, "%02X%02X%02X", (unsigned int*)&i[0], (unsigned int*)&i[1], (unsigned int*)&i[2]); - IM_UNUSED(r); // Fixes C6031: Return value ignored: 'sscanf'. - } - if (!(flags & ImGuiColorEditFlags_NoOptions)) - OpenPopupOnItemClick("context", ImGuiPopupFlags_MouseButtonRight); - } - - ImGuiWindow* picker_active_window = NULL; - if (!(flags & ImGuiColorEditFlags_NoSmallPreview)) - { - const float button_offset_x = ((flags & ImGuiColorEditFlags_NoInputs) || (style.ColorButtonPosition == ImGuiDir_Left)) ? 0.0f : w_inputs + style.ItemInnerSpacing.x; - window->DC.CursorPos = ImVec2(pos.x + button_offset_x, pos.y); - - const ImVec4 col_v4(col[0], col[1], col[2], alpha ? col[3] : 1.0f); - if (ColorButton("##ColorButton", col_v4, flags)) - { - if (!(flags & ImGuiColorEditFlags_NoPicker)) - { - // Store current color and open a picker - g.ColorPickerRef = col_v4; - OpenPopup("picker"); - SetNextWindowPos(g.LastItemData.Rect.GetBL() + ImVec2(0.0f, style.ItemSpacing.y)); - } - } - if (!(flags & ImGuiColorEditFlags_NoOptions)) - OpenPopupOnItemClick("context", ImGuiPopupFlags_MouseButtonRight); - - if (BeginPopup("picker")) - { - picker_active_window = g.CurrentWindow; - if (label != label_display_end) - { - TextEx(label, label_display_end); - Spacing(); - } - ImGuiColorEditFlags picker_flags_to_forward = ImGuiColorEditFlags_DataTypeMask_ | ImGuiColorEditFlags_PickerMask_ | ImGuiColorEditFlags_InputMask_ | ImGuiColorEditFlags_HDR | ImGuiColorEditFlags_NoAlpha | ImGuiColorEditFlags_AlphaBar; - ImGuiColorEditFlags picker_flags = (flags_untouched & picker_flags_to_forward) | ImGuiColorEditFlags_DisplayMask_ | ImGuiColorEditFlags_NoLabel | ImGuiColorEditFlags_AlphaPreviewHalf; - SetNextItemWidth(square_sz * 12.0f); // Use 256 + bar sizes? - value_changed |= ColorPicker4("##picker", col, picker_flags, &g.ColorPickerRef.x); - EndPopup(); - } - } - - if (label != label_display_end && !(flags & ImGuiColorEditFlags_NoLabel)) - { - SameLine(0.0f, style.ItemInnerSpacing.x); - TextEx(label, label_display_end); - } - - // Convert back - if (value_changed && picker_active_window == NULL) - { - if (!value_changed_as_float) - for (int n = 0; n < 4; n++) - f[n] = i[n] / 255.0f; - if ((flags & ImGuiColorEditFlags_DisplayHSV) && (flags & ImGuiColorEditFlags_InputRGB)) - { - g.ColorEditLastHue = f[0]; - g.ColorEditLastSat = f[1]; - ColorConvertHSVtoRGB(f[0], f[1], f[2], f[0], f[1], f[2]); - g.ColorEditLastColor = ColorConvertFloat4ToU32(ImVec4(f[0], f[1], f[2], 0)); - } - if ((flags & ImGuiColorEditFlags_DisplayRGB) && (flags & ImGuiColorEditFlags_InputHSV)) - ColorConvertRGBtoHSV(f[0], f[1], f[2], f[0], f[1], f[2]); - - col[0] = f[0]; - col[1] = f[1]; - col[2] = f[2]; - if (alpha) - col[3] = f[3]; - } - - PopID(); - EndGroup(); - - // Drag and Drop Target - // NB: The flag test is merely an optional micro-optimization, BeginDragDropTarget() does the same test. - if ((g.LastItemData.StatusFlags & ImGuiItemStatusFlags_HoveredRect) && !(flags & ImGuiColorEditFlags_NoDragDrop) && BeginDragDropTarget()) - { - bool accepted_drag_drop = false; - if (const ImGuiPayload* payload = AcceptDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_3F)) - { - memcpy((float*)col, payload->Data, sizeof(float) * 3); // Preserve alpha if any //-V512 - value_changed = accepted_drag_drop = true; - } - if (const ImGuiPayload* payload = AcceptDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_4F)) - { - memcpy((float*)col, payload->Data, sizeof(float) * components); - value_changed = accepted_drag_drop = true; - } - - // Drag-drop payloads are always RGB - if (accepted_drag_drop && (flags & ImGuiColorEditFlags_InputHSV)) - ColorConvertRGBtoHSV(col[0], col[1], col[2], col[0], col[1], col[2]); - EndDragDropTarget(); - } - - // When picker is being actively used, use its active id so IsItemActive() will function on ColorEdit4(). - if (picker_active_window && g.ActiveId != 0 && g.ActiveIdWindow == picker_active_window) - g.LastItemData.ID = g.ActiveId; - - if (value_changed) - MarkItemEdited(g.LastItemData.ID); - - return value_changed; -} - -bool ImGui::ColorPicker3(const char* label, float col[3], ImGuiColorEditFlags flags) -{ - float col4[4] = { col[0], col[1], col[2], 1.0f }; - if (!ColorPicker4(label, col4, flags | ImGuiColorEditFlags_NoAlpha)) - return false; - col[0] = col4[0]; col[1] = col4[1]; col[2] = col4[2]; - return true; -} - -// Helper for ColorPicker4() -static void RenderArrowsForVerticalBar(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, float bar_w, float alpha) -{ - ImU32 alpha8 = IM_F32_TO_INT8_SAT(alpha); - ImGui::RenderArrowPointingAt(draw_list, ImVec2(pos.x + half_sz.x + 1, pos.y), ImVec2(half_sz.x + 2, half_sz.y + 1), ImGuiDir_Right, IM_COL32(0,0,0,alpha8)); - ImGui::RenderArrowPointingAt(draw_list, ImVec2(pos.x + half_sz.x, pos.y), half_sz, ImGuiDir_Right, IM_COL32(255,255,255,alpha8)); - ImGui::RenderArrowPointingAt(draw_list, ImVec2(pos.x + bar_w - half_sz.x - 1, pos.y), ImVec2(half_sz.x + 2, half_sz.y + 1), ImGuiDir_Left, IM_COL32(0,0,0,alpha8)); - ImGui::RenderArrowPointingAt(draw_list, ImVec2(pos.x + bar_w - half_sz.x, pos.y), half_sz, ImGuiDir_Left, IM_COL32(255,255,255,alpha8)); -} - -// Note: ColorPicker4() only accesses 3 floats if ImGuiColorEditFlags_NoAlpha flag is set. -// (In C++ the 'float col[4]' notation for a function argument is equivalent to 'float* col', we only specify a size to facilitate understanding of the code.) -// FIXME: we adjust the big color square height based on item width, which may cause a flickering feedback loop (if automatic height makes a vertical scrollbar appears, affecting automatic width..) -// FIXME: this is trying to be aware of style.Alpha but not fully correct. Also, the color wheel will have overlapping glitches with (style.Alpha < 1.0) -bool ImGui::ColorPicker4(const char* label, float col[4], ImGuiColorEditFlags flags, const float* ref_col) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImDrawList* draw_list = window->DrawList; - ImGuiStyle& style = g.Style; - ImGuiIO& io = g.IO; - - const float width = CalcItemWidth(); - g.NextItemData.ClearFlags(); - - PushID(label); - BeginGroup(); - - if (!(flags & ImGuiColorEditFlags_NoSidePreview)) - flags |= ImGuiColorEditFlags_NoSmallPreview; - - // Context menu: display and store options. - if (!(flags & ImGuiColorEditFlags_NoOptions)) - ColorPickerOptionsPopup(col, flags); - - // Read stored options - if (!(flags & ImGuiColorEditFlags_PickerMask_)) - flags |= ((g.ColorEditOptions & ImGuiColorEditFlags_PickerMask_) ? g.ColorEditOptions : ImGuiColorEditFlags_DefaultOptions_) & ImGuiColorEditFlags_PickerMask_; - if (!(flags & ImGuiColorEditFlags_InputMask_)) - flags |= ((g.ColorEditOptions & ImGuiColorEditFlags_InputMask_) ? g.ColorEditOptions : ImGuiColorEditFlags_DefaultOptions_) & ImGuiColorEditFlags_InputMask_; - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiColorEditFlags_PickerMask_)); // Check that only 1 is selected - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiColorEditFlags_InputMask_)); // Check that only 1 is selected - if (!(flags & ImGuiColorEditFlags_NoOptions)) - flags |= (g.ColorEditOptions & ImGuiColorEditFlags_AlphaBar); - - // Setup - int components = (flags & ImGuiColorEditFlags_NoAlpha) ? 3 : 4; - bool alpha_bar = (flags & ImGuiColorEditFlags_AlphaBar) && !(flags & ImGuiColorEditFlags_NoAlpha); - ImVec2 picker_pos = window->DC.CursorPos; - float square_sz = GetFrameHeight(); - float bars_width = square_sz; // Arbitrary smallish width of Hue/Alpha picking bars - float sv_picker_size = ImMax(bars_width * 1, width - (alpha_bar ? 2 : 1) * (bars_width + style.ItemInnerSpacing.x)); // Saturation/Value picking box - float bar0_pos_x = picker_pos.x + sv_picker_size + style.ItemInnerSpacing.x; - float bar1_pos_x = bar0_pos_x + bars_width + style.ItemInnerSpacing.x; - float bars_triangles_half_sz = IM_FLOOR(bars_width * 0.20f); - - float backup_initial_col[4]; - memcpy(backup_initial_col, col, components * sizeof(float)); - - float wheel_thickness = sv_picker_size * 0.08f; - float wheel_r_outer = sv_picker_size * 0.50f; - float wheel_r_inner = wheel_r_outer - wheel_thickness; - ImVec2 wheel_center(picker_pos.x + (sv_picker_size + bars_width)*0.5f, picker_pos.y + sv_picker_size * 0.5f); - - // Note: the triangle is displayed rotated with triangle_pa pointing to Hue, but most coordinates stays unrotated for logic. - float triangle_r = wheel_r_inner - (int)(sv_picker_size * 0.027f); - ImVec2 triangle_pa = ImVec2(triangle_r, 0.0f); // Hue point. - ImVec2 triangle_pb = ImVec2(triangle_r * -0.5f, triangle_r * -0.866025f); // Black point. - ImVec2 triangle_pc = ImVec2(triangle_r * -0.5f, triangle_r * +0.866025f); // White point. - - float H = col[0], S = col[1], V = col[2]; - float R = col[0], G = col[1], B = col[2]; - if (flags & ImGuiColorEditFlags_InputRGB) - { - // Hue is lost when converting from greyscale rgb (saturation=0). Restore it. - ColorConvertRGBtoHSV(R, G, B, H, S, V); - ColorEditRestoreHS(col, &H, &S, &V); - } - else if (flags & ImGuiColorEditFlags_InputHSV) - { - ColorConvertHSVtoRGB(H, S, V, R, G, B); - } - - bool value_changed = false, value_changed_h = false, value_changed_sv = false; - - PushItemFlag(ImGuiItemFlags_NoNav, true); - if (flags & ImGuiColorEditFlags_PickerHueWheel) - { - // Hue wheel + SV triangle logic - InvisibleButton("hsv", ImVec2(sv_picker_size + style.ItemInnerSpacing.x + bars_width, sv_picker_size)); - if (IsItemActive()) - { - ImVec2 initial_off = g.IO.MouseClickedPos[0] - wheel_center; - ImVec2 current_off = g.IO.MousePos - wheel_center; - float initial_dist2 = ImLengthSqr(initial_off); - if (initial_dist2 >= (wheel_r_inner - 1) * (wheel_r_inner - 1) && initial_dist2 <= (wheel_r_outer + 1) * (wheel_r_outer + 1)) - { - // Interactive with Hue wheel - H = ImAtan2(current_off.y, current_off.x) / IM_PI * 0.5f; - if (H < 0.0f) - H += 1.0f; - value_changed = value_changed_h = true; - } - float cos_hue_angle = ImCos(-H * 2.0f * IM_PI); - float sin_hue_angle = ImSin(-H * 2.0f * IM_PI); - if (ImTriangleContainsPoint(triangle_pa, triangle_pb, triangle_pc, ImRotate(initial_off, cos_hue_angle, sin_hue_angle))) - { - // Interacting with SV triangle - ImVec2 current_off_unrotated = ImRotate(current_off, cos_hue_angle, sin_hue_angle); - if (!ImTriangleContainsPoint(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated)) - current_off_unrotated = ImTriangleClosestPoint(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated); - float uu, vv, ww; - ImTriangleBarycentricCoords(triangle_pa, triangle_pb, triangle_pc, current_off_unrotated, uu, vv, ww); - V = ImClamp(1.0f - vv, 0.0001f, 1.0f); - S = ImClamp(uu / V, 0.0001f, 1.0f); - value_changed = value_changed_sv = true; - } - } - if (!(flags & ImGuiColorEditFlags_NoOptions)) - OpenPopupOnItemClick("context", ImGuiPopupFlags_MouseButtonRight); - } - else if (flags & ImGuiColorEditFlags_PickerHueBar) - { - // SV rectangle logic - InvisibleButton("sv", ImVec2(sv_picker_size, sv_picker_size)); - if (IsItemActive()) - { - S = ImSaturate((io.MousePos.x - picker_pos.x) / (sv_picker_size - 1)); - V = 1.0f - ImSaturate((io.MousePos.y - picker_pos.y) / (sv_picker_size - 1)); - - // Greatly reduces hue jitter and reset to 0 when hue == 255 and color is rapidly modified using SV square. - if (g.ColorEditLastColor == ColorConvertFloat4ToU32(ImVec4(col[0], col[1], col[2], 0))) - H = g.ColorEditLastHue; - value_changed = value_changed_sv = true; - } - if (!(flags & ImGuiColorEditFlags_NoOptions)) - OpenPopupOnItemClick("context", ImGuiPopupFlags_MouseButtonRight); - - // Hue bar logic - SetCursorScreenPos(ImVec2(bar0_pos_x, picker_pos.y)); - InvisibleButton("hue", ImVec2(bars_width, sv_picker_size)); - if (IsItemActive()) - { - H = ImSaturate((io.MousePos.y - picker_pos.y) / (sv_picker_size - 1)); - value_changed = value_changed_h = true; - } - } - - // Alpha bar logic - if (alpha_bar) - { - SetCursorScreenPos(ImVec2(bar1_pos_x, picker_pos.y)); - InvisibleButton("alpha", ImVec2(bars_width, sv_picker_size)); - if (IsItemActive()) - { - col[3] = 1.0f - ImSaturate((io.MousePos.y - picker_pos.y) / (sv_picker_size - 1)); - value_changed = true; - } - } - PopItemFlag(); // ImGuiItemFlags_NoNav - - if (!(flags & ImGuiColorEditFlags_NoSidePreview)) - { - SameLine(0, style.ItemInnerSpacing.x); - BeginGroup(); - } - - if (!(flags & ImGuiColorEditFlags_NoLabel)) - { - const char* label_display_end = FindRenderedTextEnd(label); - if (label != label_display_end) - { - if ((flags & ImGuiColorEditFlags_NoSidePreview)) - SameLine(0, style.ItemInnerSpacing.x); - TextEx(label, label_display_end); - } - } - - if (!(flags & ImGuiColorEditFlags_NoSidePreview)) - { - PushItemFlag(ImGuiItemFlags_NoNavDefaultFocus, true); - ImVec4 col_v4(col[0], col[1], col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : col[3]); - if ((flags & ImGuiColorEditFlags_NoLabel)) - Text("Current"); - - ImGuiColorEditFlags sub_flags_to_forward = ImGuiColorEditFlags_InputMask_ | ImGuiColorEditFlags_HDR | ImGuiColorEditFlags_AlphaPreview | ImGuiColorEditFlags_AlphaPreviewHalf | ImGuiColorEditFlags_NoTooltip; - ColorButton("##current", col_v4, (flags & sub_flags_to_forward), ImVec2(square_sz * 3, square_sz * 2)); - if (ref_col != NULL) - { - Text("Original"); - ImVec4 ref_col_v4(ref_col[0], ref_col[1], ref_col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : ref_col[3]); - if (ColorButton("##original", ref_col_v4, (flags & sub_flags_to_forward), ImVec2(square_sz * 3, square_sz * 2))) - { - memcpy(col, ref_col, components * sizeof(float)); - value_changed = true; - } - } - PopItemFlag(); - EndGroup(); - } - - // Convert back color to RGB - if (value_changed_h || value_changed_sv) - { - if (flags & ImGuiColorEditFlags_InputRGB) - { - ColorConvertHSVtoRGB(H, S, V, col[0], col[1], col[2]); - g.ColorEditLastHue = H; - g.ColorEditLastSat = S; - g.ColorEditLastColor = ColorConvertFloat4ToU32(ImVec4(col[0], col[1], col[2], 0)); - } - else if (flags & ImGuiColorEditFlags_InputHSV) - { - col[0] = H; - col[1] = S; - col[2] = V; - } - } - - // R,G,B and H,S,V slider color editor - bool value_changed_fix_hue_wrap = false; - if ((flags & ImGuiColorEditFlags_NoInputs) == 0) - { - PushItemWidth((alpha_bar ? bar1_pos_x : bar0_pos_x) + bars_width - picker_pos.x); - ImGuiColorEditFlags sub_flags_to_forward = ImGuiColorEditFlags_DataTypeMask_ | ImGuiColorEditFlags_InputMask_ | ImGuiColorEditFlags_HDR | ImGuiColorEditFlags_NoAlpha | ImGuiColorEditFlags_NoOptions | ImGuiColorEditFlags_NoSmallPreview | ImGuiColorEditFlags_AlphaPreview | ImGuiColorEditFlags_AlphaPreviewHalf; - ImGuiColorEditFlags sub_flags = (flags & sub_flags_to_forward) | ImGuiColorEditFlags_NoPicker; - if (flags & ImGuiColorEditFlags_DisplayRGB || (flags & ImGuiColorEditFlags_DisplayMask_) == 0) - if (ColorEdit4("##rgb", col, sub_flags | ImGuiColorEditFlags_DisplayRGB)) - { - // FIXME: Hackily differentiating using the DragInt (ActiveId != 0 && !ActiveIdAllowOverlap) vs. using the InputText or DropTarget. - // For the later we don't want to run the hue-wrap canceling code. If you are well versed in HSV picker please provide your input! (See #2050) - value_changed_fix_hue_wrap = (g.ActiveId != 0 && !g.ActiveIdAllowOverlap); - value_changed = true; - } - if (flags & ImGuiColorEditFlags_DisplayHSV || (flags & ImGuiColorEditFlags_DisplayMask_) == 0) - value_changed |= ColorEdit4("##hsv", col, sub_flags | ImGuiColorEditFlags_DisplayHSV); - if (flags & ImGuiColorEditFlags_DisplayHex || (flags & ImGuiColorEditFlags_DisplayMask_) == 0) - value_changed |= ColorEdit4("##hex", col, sub_flags | ImGuiColorEditFlags_DisplayHex); - PopItemWidth(); - } - - // Try to cancel hue wrap (after ColorEdit4 call), if any - if (value_changed_fix_hue_wrap && (flags & ImGuiColorEditFlags_InputRGB)) - { - float new_H, new_S, new_V; - ColorConvertRGBtoHSV(col[0], col[1], col[2], new_H, new_S, new_V); - if (new_H <= 0 && H > 0) - { - if (new_V <= 0 && V != new_V) - ColorConvertHSVtoRGB(H, S, new_V <= 0 ? V * 0.5f : new_V, col[0], col[1], col[2]); - else if (new_S <= 0) - ColorConvertHSVtoRGB(H, new_S <= 0 ? S * 0.5f : new_S, new_V, col[0], col[1], col[2]); - } - } - - if (value_changed) - { - if (flags & ImGuiColorEditFlags_InputRGB) - { - R = col[0]; - G = col[1]; - B = col[2]; - ColorConvertRGBtoHSV(R, G, B, H, S, V); - ColorEditRestoreHS(col, &H, &S, &V); // Fix local Hue as display below will use it immediately. - } - else if (flags & ImGuiColorEditFlags_InputHSV) - { - H = col[0]; - S = col[1]; - V = col[2]; - ColorConvertHSVtoRGB(H, S, V, R, G, B); - } - } - - const int style_alpha8 = IM_F32_TO_INT8_SAT(style.Alpha); - const ImU32 col_black = IM_COL32(0,0,0,style_alpha8); - const ImU32 col_white = IM_COL32(255,255,255,style_alpha8); - const ImU32 col_midgrey = IM_COL32(128,128,128,style_alpha8); - const ImU32 col_hues[6 + 1] = { IM_COL32(255,0,0,style_alpha8), IM_COL32(255,255,0,style_alpha8), IM_COL32(0,255,0,style_alpha8), IM_COL32(0,255,255,style_alpha8), IM_COL32(0,0,255,style_alpha8), IM_COL32(255,0,255,style_alpha8), IM_COL32(255,0,0,style_alpha8) }; - - ImVec4 hue_color_f(1, 1, 1, style.Alpha); ColorConvertHSVtoRGB(H, 1, 1, hue_color_f.x, hue_color_f.y, hue_color_f.z); - ImU32 hue_color32 = ColorConvertFloat4ToU32(hue_color_f); - ImU32 user_col32_striped_of_alpha = ColorConvertFloat4ToU32(ImVec4(R, G, B, style.Alpha)); // Important: this is still including the main rendering/style alpha!! - - ImVec2 sv_cursor_pos; - - if (flags & ImGuiColorEditFlags_PickerHueWheel) - { - // Render Hue Wheel - const float aeps = 0.5f / wheel_r_outer; // Half a pixel arc length in radians (2pi cancels out). - const int segment_per_arc = ImMax(4, (int)wheel_r_outer / 12); - for (int n = 0; n < 6; n++) - { - const float a0 = (n) /6.0f * 2.0f * IM_PI - aeps; - const float a1 = (n+1.0f)/6.0f * 2.0f * IM_PI + aeps; - const int vert_start_idx = draw_list->VtxBuffer.Size; - draw_list->PathArcTo(wheel_center, (wheel_r_inner + wheel_r_outer)*0.5f, a0, a1, segment_per_arc); - draw_list->PathStroke(col_white, 0, wheel_thickness); - const int vert_end_idx = draw_list->VtxBuffer.Size; - - // Paint colors over existing vertices - ImVec2 gradient_p0(wheel_center.x + ImCos(a0) * wheel_r_inner, wheel_center.y + ImSin(a0) * wheel_r_inner); - ImVec2 gradient_p1(wheel_center.x + ImCos(a1) * wheel_r_inner, wheel_center.y + ImSin(a1) * wheel_r_inner); - ShadeVertsLinearColorGradientKeepAlpha(draw_list, vert_start_idx, vert_end_idx, gradient_p0, gradient_p1, col_hues[n], col_hues[n + 1]); - } - - // Render Cursor + preview on Hue Wheel - float cos_hue_angle = ImCos(H * 2.0f * IM_PI); - float sin_hue_angle = ImSin(H * 2.0f * IM_PI); - ImVec2 hue_cursor_pos(wheel_center.x + cos_hue_angle * (wheel_r_inner + wheel_r_outer) * 0.5f, wheel_center.y + sin_hue_angle * (wheel_r_inner + wheel_r_outer) * 0.5f); - float hue_cursor_rad = value_changed_h ? wheel_thickness * 0.65f : wheel_thickness * 0.55f; - int hue_cursor_segments = ImClamp((int)(hue_cursor_rad / 1.4f), 9, 32); - draw_list->AddCircleFilled(hue_cursor_pos, hue_cursor_rad, hue_color32, hue_cursor_segments); - draw_list->AddCircle(hue_cursor_pos, hue_cursor_rad + 1, col_midgrey, hue_cursor_segments); - draw_list->AddCircle(hue_cursor_pos, hue_cursor_rad, col_white, hue_cursor_segments); - - // Render SV triangle (rotated according to hue) - ImVec2 tra = wheel_center + ImRotate(triangle_pa, cos_hue_angle, sin_hue_angle); - ImVec2 trb = wheel_center + ImRotate(triangle_pb, cos_hue_angle, sin_hue_angle); - ImVec2 trc = wheel_center + ImRotate(triangle_pc, cos_hue_angle, sin_hue_angle); - ImVec2 uv_white = GetFontTexUvWhitePixel(); - draw_list->PrimReserve(6, 6); - draw_list->PrimVtx(tra, uv_white, hue_color32); - draw_list->PrimVtx(trb, uv_white, hue_color32); - draw_list->PrimVtx(trc, uv_white, col_white); - draw_list->PrimVtx(tra, uv_white, 0); - draw_list->PrimVtx(trb, uv_white, col_black); - draw_list->PrimVtx(trc, uv_white, 0); - draw_list->AddTriangle(tra, trb, trc, col_midgrey, 1.5f); - sv_cursor_pos = ImLerp(ImLerp(trc, tra, ImSaturate(S)), trb, ImSaturate(1 - V)); - } - else if (flags & ImGuiColorEditFlags_PickerHueBar) - { - // Render SV Square - draw_list->AddRectFilledMultiColor(picker_pos, picker_pos + ImVec2(sv_picker_size, sv_picker_size), col_white, hue_color32, hue_color32, col_white); - draw_list->AddRectFilledMultiColor(picker_pos, picker_pos + ImVec2(sv_picker_size, sv_picker_size), 0, 0, col_black, col_black); - RenderFrameBorder(picker_pos, picker_pos + ImVec2(sv_picker_size, sv_picker_size), 0.0f); - sv_cursor_pos.x = ImClamp(IM_ROUND(picker_pos.x + ImSaturate(S) * sv_picker_size), picker_pos.x + 2, picker_pos.x + sv_picker_size - 2); // Sneakily prevent the circle to stick out too much - sv_cursor_pos.y = ImClamp(IM_ROUND(picker_pos.y + ImSaturate(1 - V) * sv_picker_size), picker_pos.y + 2, picker_pos.y + sv_picker_size - 2); - - // Render Hue Bar - for (int i = 0; i < 6; ++i) - draw_list->AddRectFilledMultiColor(ImVec2(bar0_pos_x, picker_pos.y + i * (sv_picker_size / 6)), ImVec2(bar0_pos_x + bars_width, picker_pos.y + (i + 1) * (sv_picker_size / 6)), col_hues[i], col_hues[i], col_hues[i + 1], col_hues[i + 1]); - float bar0_line_y = IM_ROUND(picker_pos.y + H * sv_picker_size); - RenderFrameBorder(ImVec2(bar0_pos_x, picker_pos.y), ImVec2(bar0_pos_x + bars_width, picker_pos.y + sv_picker_size), 0.0f); - RenderArrowsForVerticalBar(draw_list, ImVec2(bar0_pos_x - 1, bar0_line_y), ImVec2(bars_triangles_half_sz + 1, bars_triangles_half_sz), bars_width + 2.0f, style.Alpha); - } - - // Render cursor/preview circle (clamp S/V within 0..1 range because floating points colors may lead HSV values to be out of range) - float sv_cursor_rad = value_changed_sv ? 10.0f : 6.0f; - draw_list->AddCircleFilled(sv_cursor_pos, sv_cursor_rad, user_col32_striped_of_alpha, 12); - draw_list->AddCircle(sv_cursor_pos, sv_cursor_rad + 1, col_midgrey, 12); - draw_list->AddCircle(sv_cursor_pos, sv_cursor_rad, col_white, 12); - - // Render alpha bar - if (alpha_bar) - { - float alpha = ImSaturate(col[3]); - ImRect bar1_bb(bar1_pos_x, picker_pos.y, bar1_pos_x + bars_width, picker_pos.y + sv_picker_size); - RenderColorRectWithAlphaCheckerboard(draw_list, bar1_bb.Min, bar1_bb.Max, 0, bar1_bb.GetWidth() / 2.0f, ImVec2(0.0f, 0.0f)); - draw_list->AddRectFilledMultiColor(bar1_bb.Min, bar1_bb.Max, user_col32_striped_of_alpha, user_col32_striped_of_alpha, user_col32_striped_of_alpha & ~IM_COL32_A_MASK, user_col32_striped_of_alpha & ~IM_COL32_A_MASK); - float bar1_line_y = IM_ROUND(picker_pos.y + (1.0f - alpha) * sv_picker_size); - RenderFrameBorder(bar1_bb.Min, bar1_bb.Max, 0.0f); - RenderArrowsForVerticalBar(draw_list, ImVec2(bar1_pos_x - 1, bar1_line_y), ImVec2(bars_triangles_half_sz + 1, bars_triangles_half_sz), bars_width + 2.0f, style.Alpha); - } - - EndGroup(); - - if (value_changed && memcmp(backup_initial_col, col, components * sizeof(float)) == 0) - value_changed = false; - if (value_changed) - MarkItemEdited(g.LastItemData.ID); - - PopID(); - - return value_changed; -} - -// A little color square. Return true when clicked. -// FIXME: May want to display/ignore the alpha component in the color display? Yet show it in the tooltip. -// 'desc_id' is not called 'label' because we don't display it next to the button, but only in the tooltip. -// Note that 'col' may be encoded in HSV if ImGuiColorEditFlags_InputHSV is set. -bool ImGui::ColorButton(const char* desc_id, const ImVec4& col, ImGuiColorEditFlags flags, const ImVec2& size_arg) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiID id = window->GetID(desc_id); - const float default_size = GetFrameHeight(); - const ImVec2 size(size_arg.x == 0.0f ? default_size : size_arg.x, size_arg.y == 0.0f ? default_size : size_arg.y); - const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + size); - ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f); - if (!ItemAdd(bb, id)) - return false; - - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held); - - if (flags & ImGuiColorEditFlags_NoAlpha) - flags &= ~(ImGuiColorEditFlags_AlphaPreview | ImGuiColorEditFlags_AlphaPreviewHalf); - - ImVec4 col_rgb = col; - if (flags & ImGuiColorEditFlags_InputHSV) - ColorConvertHSVtoRGB(col_rgb.x, col_rgb.y, col_rgb.z, col_rgb.x, col_rgb.y, col_rgb.z); - - ImVec4 col_rgb_without_alpha(col_rgb.x, col_rgb.y, col_rgb.z, 1.0f); - float grid_step = ImMin(size.x, size.y) / 2.99f; - float rounding = ImMin(g.Style.FrameRounding, grid_step * 0.5f); - ImRect bb_inner = bb; - float off = 0.0f; - if ((flags & ImGuiColorEditFlags_NoBorder) == 0) - { - off = -0.75f; // The border (using Col_FrameBg) tends to look off when color is near-opaque and rounding is enabled. This offset seemed like a good middle ground to reduce those artifacts. - bb_inner.Expand(off); - } - if ((flags & ImGuiColorEditFlags_AlphaPreviewHalf) && col_rgb.w < 1.0f) - { - float mid_x = IM_ROUND((bb_inner.Min.x + bb_inner.Max.x) * 0.5f); - RenderColorRectWithAlphaCheckerboard(window->DrawList, ImVec2(bb_inner.Min.x + grid_step, bb_inner.Min.y), bb_inner.Max, GetColorU32(col_rgb), grid_step, ImVec2(-grid_step + off, off), rounding, ImDrawFlags_RoundCornersRight); - window->DrawList->AddRectFilled(bb_inner.Min, ImVec2(mid_x, bb_inner.Max.y), GetColorU32(col_rgb_without_alpha), rounding, ImDrawFlags_RoundCornersLeft); - } - else - { - // Because GetColorU32() multiplies by the global style Alpha and we don't want to display a checkerboard if the source code had no alpha - ImVec4 col_source = (flags & ImGuiColorEditFlags_AlphaPreview) ? col_rgb : col_rgb_without_alpha; - if (col_source.w < 1.0f) - RenderColorRectWithAlphaCheckerboard(window->DrawList, bb_inner.Min, bb_inner.Max, GetColorU32(col_source), grid_step, ImVec2(off, off), rounding); - else - window->DrawList->AddRectFilled(bb_inner.Min, bb_inner.Max, GetColorU32(col_source), rounding); - } - RenderNavHighlight(bb, id); - if ((flags & ImGuiColorEditFlags_NoBorder) == 0) - { - if (g.Style.FrameBorderSize > 0.0f) - RenderFrameBorder(bb.Min, bb.Max, rounding); - else - window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_FrameBg), rounding); // Color button are often in need of some sort of border - } - - // Drag and Drop Source - // NB: The ActiveId test is merely an optional micro-optimization, BeginDragDropSource() does the same test. - if (g.ActiveId == id && !(flags & ImGuiColorEditFlags_NoDragDrop) && BeginDragDropSource()) - { - if (flags & ImGuiColorEditFlags_NoAlpha) - SetDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_3F, &col_rgb, sizeof(float) * 3, ImGuiCond_Once); - else - SetDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_4F, &col_rgb, sizeof(float) * 4, ImGuiCond_Once); - ColorButton(desc_id, col, flags); - SameLine(); - TextEx("Color"); - EndDragDropSource(); - } - - // Tooltip - if (!(flags & ImGuiColorEditFlags_NoTooltip) && hovered) - ColorTooltip(desc_id, &col.x, flags & (ImGuiColorEditFlags_InputMask_ | ImGuiColorEditFlags_NoAlpha | ImGuiColorEditFlags_AlphaPreview | ImGuiColorEditFlags_AlphaPreviewHalf)); - - return pressed; -} - -// Initialize/override default color options -void ImGui::SetColorEditOptions(ImGuiColorEditFlags flags) -{ - ImGuiContext& g = *GImGui; - if ((flags & ImGuiColorEditFlags_DisplayMask_) == 0) - flags |= ImGuiColorEditFlags_DefaultOptions_ & ImGuiColorEditFlags_DisplayMask_; - if ((flags & ImGuiColorEditFlags_DataTypeMask_) == 0) - flags |= ImGuiColorEditFlags_DefaultOptions_ & ImGuiColorEditFlags_DataTypeMask_; - if ((flags & ImGuiColorEditFlags_PickerMask_) == 0) - flags |= ImGuiColorEditFlags_DefaultOptions_ & ImGuiColorEditFlags_PickerMask_; - if ((flags & ImGuiColorEditFlags_InputMask_) == 0) - flags |= ImGuiColorEditFlags_DefaultOptions_ & ImGuiColorEditFlags_InputMask_; - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiColorEditFlags_DisplayMask_)); // Check only 1 option is selected - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiColorEditFlags_DataTypeMask_)); // Check only 1 option is selected - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiColorEditFlags_PickerMask_)); // Check only 1 option is selected - IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiColorEditFlags_InputMask_)); // Check only 1 option is selected - g.ColorEditOptions = flags; -} - -// Note: only access 3 floats if ImGuiColorEditFlags_NoAlpha flag is set. -void ImGui::ColorTooltip(const char* text, const float* col, ImGuiColorEditFlags flags) -{ - ImGuiContext& g = *GImGui; - - BeginTooltipEx(ImGuiTooltipFlags_OverridePreviousTooltip, ImGuiWindowFlags_None); - const char* text_end = text ? FindRenderedTextEnd(text, NULL) : text; - if (text_end > text) - { - TextEx(text, text_end); - Separator(); - } - - ImVec2 sz(g.FontSize * 3 + g.Style.FramePadding.y * 2, g.FontSize * 3 + g.Style.FramePadding.y * 2); - ImVec4 cf(col[0], col[1], col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : col[3]); - int cr = IM_F32_TO_INT8_SAT(col[0]), cg = IM_F32_TO_INT8_SAT(col[1]), cb = IM_F32_TO_INT8_SAT(col[2]), ca = (flags & ImGuiColorEditFlags_NoAlpha) ? 255 : IM_F32_TO_INT8_SAT(col[3]); - ColorButton("##preview", cf, (flags & (ImGuiColorEditFlags_InputMask_ | ImGuiColorEditFlags_NoAlpha | ImGuiColorEditFlags_AlphaPreview | ImGuiColorEditFlags_AlphaPreviewHalf)) | ImGuiColorEditFlags_NoTooltip, sz); - SameLine(); - if ((flags & ImGuiColorEditFlags_InputRGB) || !(flags & ImGuiColorEditFlags_InputMask_)) - { - if (flags & ImGuiColorEditFlags_NoAlpha) - Text("#%02X%02X%02X\nR: %d, G: %d, B: %d\n(%.3f, %.3f, %.3f)", cr, cg, cb, cr, cg, cb, col[0], col[1], col[2]); - else - Text("#%02X%02X%02X%02X\nR:%d, G:%d, B:%d, A:%d\n(%.3f, %.3f, %.3f, %.3f)", cr, cg, cb, ca, cr, cg, cb, ca, col[0], col[1], col[2], col[3]); - } - else if (flags & ImGuiColorEditFlags_InputHSV) - { - if (flags & ImGuiColorEditFlags_NoAlpha) - Text("H: %.3f, S: %.3f, V: %.3f", col[0], col[1], col[2]); - else - Text("H: %.3f, S: %.3f, V: %.3f, A: %.3f", col[0], col[1], col[2], col[3]); - } - EndTooltip(); -} - -void ImGui::ColorEditOptionsPopup(const float* col, ImGuiColorEditFlags flags) -{ - bool allow_opt_inputs = !(flags & ImGuiColorEditFlags_DisplayMask_); - bool allow_opt_datatype = !(flags & ImGuiColorEditFlags_DataTypeMask_); - if ((!allow_opt_inputs && !allow_opt_datatype) || !BeginPopup("context")) - return; - ImGuiContext& g = *GImGui; - ImGuiColorEditFlags opts = g.ColorEditOptions; - if (allow_opt_inputs) - { - if (RadioButton("RGB", (opts & ImGuiColorEditFlags_DisplayRGB) != 0)) opts = (opts & ~ImGuiColorEditFlags_DisplayMask_) | ImGuiColorEditFlags_DisplayRGB; - if (RadioButton("HSV", (opts & ImGuiColorEditFlags_DisplayHSV) != 0)) opts = (opts & ~ImGuiColorEditFlags_DisplayMask_) | ImGuiColorEditFlags_DisplayHSV; - if (RadioButton("Hex", (opts & ImGuiColorEditFlags_DisplayHex) != 0)) opts = (opts & ~ImGuiColorEditFlags_DisplayMask_) | ImGuiColorEditFlags_DisplayHex; - } - if (allow_opt_datatype) - { - if (allow_opt_inputs) Separator(); - if (RadioButton("0..255", (opts & ImGuiColorEditFlags_Uint8) != 0)) opts = (opts & ~ImGuiColorEditFlags_DataTypeMask_) | ImGuiColorEditFlags_Uint8; - if (RadioButton("0.00..1.00", (opts & ImGuiColorEditFlags_Float) != 0)) opts = (opts & ~ImGuiColorEditFlags_DataTypeMask_) | ImGuiColorEditFlags_Float; - } - - if (allow_opt_inputs || allow_opt_datatype) - Separator(); - if (Button("Copy as..", ImVec2(-1, 0))) - OpenPopup("Copy"); - if (BeginPopup("Copy")) - { - int cr = IM_F32_TO_INT8_SAT(col[0]), cg = IM_F32_TO_INT8_SAT(col[1]), cb = IM_F32_TO_INT8_SAT(col[2]), ca = (flags & ImGuiColorEditFlags_NoAlpha) ? 255 : IM_F32_TO_INT8_SAT(col[3]); - char buf[64]; - ImFormatString(buf, IM_ARRAYSIZE(buf), "(%.3ff, %.3ff, %.3ff, %.3ff)", col[0], col[1], col[2], (flags & ImGuiColorEditFlags_NoAlpha) ? 1.0f : col[3]); - if (Selectable(buf)) - SetClipboardText(buf); - ImFormatString(buf, IM_ARRAYSIZE(buf), "(%d,%d,%d,%d)", cr, cg, cb, ca); - if (Selectable(buf)) - SetClipboardText(buf); - ImFormatString(buf, IM_ARRAYSIZE(buf), "#%02X%02X%02X", cr, cg, cb); - if (Selectable(buf)) - SetClipboardText(buf); - if (!(flags & ImGuiColorEditFlags_NoAlpha)) - { - ImFormatString(buf, IM_ARRAYSIZE(buf), "#%02X%02X%02X%02X", cr, cg, cb, ca); - if (Selectable(buf)) - SetClipboardText(buf); - } - EndPopup(); - } - - g.ColorEditOptions = opts; - EndPopup(); -} - -void ImGui::ColorPickerOptionsPopup(const float* ref_col, ImGuiColorEditFlags flags) -{ - bool allow_opt_picker = !(flags & ImGuiColorEditFlags_PickerMask_); - bool allow_opt_alpha_bar = !(flags & ImGuiColorEditFlags_NoAlpha) && !(flags & ImGuiColorEditFlags_AlphaBar); - if ((!allow_opt_picker && !allow_opt_alpha_bar) || !BeginPopup("context")) - return; - ImGuiContext& g = *GImGui; - if (allow_opt_picker) - { - ImVec2 picker_size(g.FontSize * 8, ImMax(g.FontSize * 8 - (GetFrameHeight() + g.Style.ItemInnerSpacing.x), 1.0f)); // FIXME: Picker size copied from main picker function - PushItemWidth(picker_size.x); - for (int picker_type = 0; picker_type < 2; picker_type++) - { - // Draw small/thumbnail version of each picker type (over an invisible button for selection) - if (picker_type > 0) Separator(); - PushID(picker_type); - ImGuiColorEditFlags picker_flags = ImGuiColorEditFlags_NoInputs | ImGuiColorEditFlags_NoOptions | ImGuiColorEditFlags_NoLabel | ImGuiColorEditFlags_NoSidePreview | (flags & ImGuiColorEditFlags_NoAlpha); - if (picker_type == 0) picker_flags |= ImGuiColorEditFlags_PickerHueBar; - if (picker_type == 1) picker_flags |= ImGuiColorEditFlags_PickerHueWheel; - ImVec2 backup_pos = GetCursorScreenPos(); - if (Selectable("##selectable", false, 0, picker_size)) // By default, Selectable() is closing popup - g.ColorEditOptions = (g.ColorEditOptions & ~ImGuiColorEditFlags_PickerMask_) | (picker_flags & ImGuiColorEditFlags_PickerMask_); - SetCursorScreenPos(backup_pos); - ImVec4 previewing_ref_col; - memcpy(&previewing_ref_col, ref_col, sizeof(float) * ((picker_flags & ImGuiColorEditFlags_NoAlpha) ? 3 : 4)); - ColorPicker4("##previewing_picker", &previewing_ref_col.x, picker_flags); - PopID(); - } - PopItemWidth(); - } - if (allow_opt_alpha_bar) - { - if (allow_opt_picker) Separator(); - CheckboxFlags("Alpha Bar", &g.ColorEditOptions, ImGuiColorEditFlags_AlphaBar); - } - EndPopup(); -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: TreeNode, CollapsingHeader, etc. -//------------------------------------------------------------------------- -// - TreeNode() -// - TreeNodeV() -// - TreeNodeEx() -// - TreeNodeExV() -// - TreeNodeBehavior() [Internal] -// - TreePush() -// - TreePop() -// - GetTreeNodeToLabelSpacing() -// - SetNextItemOpen() -// - CollapsingHeader() -//------------------------------------------------------------------------- - -bool ImGui::TreeNode(const char* str_id, const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - bool is_open = TreeNodeExV(str_id, 0, fmt, args); - va_end(args); - return is_open; -} - -bool ImGui::TreeNode(const void* ptr_id, const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - bool is_open = TreeNodeExV(ptr_id, 0, fmt, args); - va_end(args); - return is_open; -} - -bool ImGui::TreeNode(const char* label) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - return TreeNodeBehavior(window->GetID(label), 0, label, NULL); -} - -bool ImGui::TreeNodeV(const char* str_id, const char* fmt, va_list args) -{ - return TreeNodeExV(str_id, 0, fmt, args); -} - -bool ImGui::TreeNodeV(const void* ptr_id, const char* fmt, va_list args) -{ - return TreeNodeExV(ptr_id, 0, fmt, args); -} - -bool ImGui::TreeNodeEx(const char* label, ImGuiTreeNodeFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - return TreeNodeBehavior(window->GetID(label), flags, label, NULL); -} - -bool ImGui::TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - bool is_open = TreeNodeExV(str_id, flags, fmt, args); - va_end(args); - return is_open; -} - -bool ImGui::TreeNodeEx(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) -{ - va_list args; - va_start(args, fmt); - bool is_open = TreeNodeExV(ptr_id, flags, fmt, args); - va_end(args); - return is_open; -} - -bool ImGui::TreeNodeExV(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - const char* label, *label_end; - ImFormatStringToTempBufferV(&label, &label_end, fmt, args); - return TreeNodeBehavior(window->GetID(str_id), flags, label, label_end); -} - -bool ImGui::TreeNodeExV(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - const char* label, *label_end; - ImFormatStringToTempBufferV(&label, &label_end, fmt, args); - return TreeNodeBehavior(window->GetID(ptr_id), flags, label, label_end); -} - -void ImGui::TreeNodeSetOpen(ImGuiID id, bool open) -{ - ImGuiContext& g = *GImGui; - ImGuiStorage* storage = g.CurrentWindow->DC.StateStorage; - storage->SetInt(id, open ? 1 : 0); -} - -bool ImGui::TreeNodeUpdateNextOpen(ImGuiID id, ImGuiTreeNodeFlags flags) -{ - if (flags & ImGuiTreeNodeFlags_Leaf) - return true; - - // We only write to the tree storage if the user clicks (or explicitly use the SetNextItemOpen function) - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - ImGuiStorage* storage = window->DC.StateStorage; - - bool is_open; - if (g.NextItemData.Flags & ImGuiNextItemDataFlags_HasOpen) - { - if (g.NextItemData.OpenCond & ImGuiCond_Always) - { - is_open = g.NextItemData.OpenVal; - TreeNodeSetOpen(id, is_open); - } - else - { - // We treat ImGuiCond_Once and ImGuiCond_FirstUseEver the same because tree node state are not saved persistently. - const int stored_value = storage->GetInt(id, -1); - if (stored_value == -1) - { - is_open = g.NextItemData.OpenVal; - TreeNodeSetOpen(id, is_open); - } - else - { - is_open = stored_value != 0; - } - } - } - else - { - is_open = storage->GetInt(id, (flags & ImGuiTreeNodeFlags_DefaultOpen) ? 1 : 0) != 0; - } - - // When logging is enabled, we automatically expand tree nodes (but *NOT* collapsing headers.. seems like sensible behavior). - // NB- If we are above max depth we still allow manually opened nodes to be logged. - if (g.LogEnabled && !(flags & ImGuiTreeNodeFlags_NoAutoOpenOnLog) && (window->DC.TreeDepth - g.LogDepthRef) < g.LogDepthToExpand) - is_open = true; - - return is_open; -} - -bool ImGui::TreeNodeBehavior(ImGuiID id, ImGuiTreeNodeFlags flags, const char* label, const char* label_end) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const bool display_frame = (flags & ImGuiTreeNodeFlags_Framed) != 0; - const ImVec2 padding = (display_frame || (flags & ImGuiTreeNodeFlags_FramePadding)) ? style.FramePadding : ImVec2(style.FramePadding.x, ImMin(window->DC.CurrLineTextBaseOffset, style.FramePadding.y)); - - if (!label_end) - label_end = FindRenderedTextEnd(label); - const ImVec2 label_size = CalcTextSize(label, label_end, false); - - // We vertically grow up to current line height up the typical widget height. - const float frame_height = ImMax(ImMin(window->DC.CurrLineSize.y, g.FontSize + style.FramePadding.y * 2), label_size.y + padding.y * 2); - ImRect frame_bb; - frame_bb.Min.x = (flags & ImGuiTreeNodeFlags_SpanFullWidth) ? window->WorkRect.Min.x : window->DC.CursorPos.x; - frame_bb.Min.y = window->DC.CursorPos.y; - frame_bb.Max.x = window->WorkRect.Max.x; - frame_bb.Max.y = window->DC.CursorPos.y + frame_height; - if (display_frame) - { - // Framed header expand a little outside the default padding, to the edge of InnerClipRect - // (FIXME: May remove this at some point and make InnerClipRect align with WindowPadding.x instead of WindowPadding.x*0.5f) - frame_bb.Min.x -= IM_FLOOR(window->WindowPadding.x * 0.5f - 1.0f); - frame_bb.Max.x += IM_FLOOR(window->WindowPadding.x * 0.5f); - } - - const float text_offset_x = g.FontSize + (display_frame ? padding.x * 3 : padding.x * 2); // Collapser arrow width + Spacing - const float text_offset_y = ImMax(padding.y, window->DC.CurrLineTextBaseOffset); // Latch before ItemSize changes it - const float text_width = g.FontSize + (label_size.x > 0.0f ? label_size.x + padding.x * 2 : 0.0f); // Include collapser - ImVec2 text_pos(window->DC.CursorPos.x + text_offset_x, window->DC.CursorPos.y + text_offset_y); - ItemSize(ImVec2(text_width, frame_height), padding.y); - - // For regular tree nodes, we arbitrary allow to click past 2 worth of ItemSpacing - ImRect interact_bb = frame_bb; - if (!display_frame && (flags & (ImGuiTreeNodeFlags_SpanAvailWidth | ImGuiTreeNodeFlags_SpanFullWidth)) == 0) - interact_bb.Max.x = frame_bb.Min.x + text_width + style.ItemSpacing.x * 2.0f; - - // Store a flag for the current depth to tell if we will allow closing this node when navigating one of its child. - // For this purpose we essentially compare if g.NavIdIsAlive went from 0 to 1 between TreeNode() and TreePop(). - // This is currently only support 32 level deep and we are fine with (1 << Depth) overflowing into a zero. - const bool is_leaf = (flags & ImGuiTreeNodeFlags_Leaf) != 0; - bool is_open = TreeNodeUpdateNextOpen(id, flags); - if (is_open && !g.NavIdIsAlive && (flags & ImGuiTreeNodeFlags_NavLeftJumpsBackHere) && !(flags & ImGuiTreeNodeFlags_NoTreePushOnOpen)) - window->DC.TreeJumpToParentOnPopMask |= (1 << window->DC.TreeDepth); - - bool item_add = ItemAdd(interact_bb, id); - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_HasDisplayRect; - g.LastItemData.DisplayRect = frame_bb; - - if (!item_add) - { - if (is_open && !(flags & ImGuiTreeNodeFlags_NoTreePushOnOpen)) - TreePushOverrideID(id); - IMGUI_TEST_ENGINE_ITEM_INFO(g.LastItemData.ID, label, g.LastItemData.StatusFlags | (is_leaf ? 0 : ImGuiItemStatusFlags_Openable) | (is_open ? ImGuiItemStatusFlags_Opened : 0)); - return is_open; - } - - ImGuiButtonFlags button_flags = ImGuiTreeNodeFlags_None; - if (flags & ImGuiTreeNodeFlags_AllowItemOverlap) - button_flags |= ImGuiButtonFlags_AllowItemOverlap; - if (!is_leaf) - button_flags |= ImGuiButtonFlags_PressedOnDragDropHold; - - // We allow clicking on the arrow section with keyboard modifiers held, in order to easily - // allow browsing a tree while preserving selection with code implementing multi-selection patterns. - // When clicking on the rest of the tree node we always disallow keyboard modifiers. - const float arrow_hit_x1 = (text_pos.x - text_offset_x) - style.TouchExtraPadding.x; - const float arrow_hit_x2 = (text_pos.x - text_offset_x) + (g.FontSize + padding.x * 2.0f) + style.TouchExtraPadding.x; - const bool is_mouse_x_over_arrow = (g.IO.MousePos.x >= arrow_hit_x1 && g.IO.MousePos.x < arrow_hit_x2); - if (window != g.HoveredWindow || !is_mouse_x_over_arrow) - button_flags |= ImGuiButtonFlags_NoKeyModifiers; - - // Open behaviors can be altered with the _OpenOnArrow and _OnOnDoubleClick flags. - // Some alteration have subtle effects (e.g. toggle on MouseUp vs MouseDown events) due to requirements for multi-selection and drag and drop support. - // - Single-click on label = Toggle on MouseUp (default, when _OpenOnArrow=0) - // - Single-click on arrow = Toggle on MouseDown (when _OpenOnArrow=0) - // - Single-click on arrow = Toggle on MouseDown (when _OpenOnArrow=1) - // - Double-click on label = Toggle on MouseDoubleClick (when _OpenOnDoubleClick=1) - // - Double-click on arrow = Toggle on MouseDoubleClick (when _OpenOnDoubleClick=1 and _OpenOnArrow=0) - // It is rather standard that arrow click react on Down rather than Up. - // We set ImGuiButtonFlags_PressedOnClickRelease on OpenOnDoubleClick because we want the item to be active on the initial MouseDown in order for drag and drop to work. - if (is_mouse_x_over_arrow) - button_flags |= ImGuiButtonFlags_PressedOnClick; - else if (flags & ImGuiTreeNodeFlags_OpenOnDoubleClick) - button_flags |= ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnDoubleClick; - else - button_flags |= ImGuiButtonFlags_PressedOnClickRelease; - - bool selected = (flags & ImGuiTreeNodeFlags_Selected) != 0; - const bool was_selected = selected; - - bool hovered, held; - bool pressed = ButtonBehavior(interact_bb, id, &hovered, &held, button_flags); - bool toggled = false; - if (!is_leaf) - { - if (pressed && g.DragDropHoldJustPressedId != id) - { - if ((flags & (ImGuiTreeNodeFlags_OpenOnArrow | ImGuiTreeNodeFlags_OpenOnDoubleClick)) == 0 || (g.NavActivateId == id)) - toggled = true; - if (flags & ImGuiTreeNodeFlags_OpenOnArrow) - toggled |= is_mouse_x_over_arrow && !g.NavDisableMouseHover; // Lightweight equivalent of IsMouseHoveringRect() since ButtonBehavior() already did the job - if ((flags & ImGuiTreeNodeFlags_OpenOnDoubleClick) && g.IO.MouseClickedCount[0] == 2) - toggled = true; - } - else if (pressed && g.DragDropHoldJustPressedId == id) - { - IM_ASSERT(button_flags & ImGuiButtonFlags_PressedOnDragDropHold); - if (!is_open) // When using Drag and Drop "hold to open" we keep the node highlighted after opening, but never close it again. - toggled = true; - } - - if (g.NavId == id && g.NavMoveDir == ImGuiDir_Left && is_open) - { - toggled = true; - NavMoveRequestCancel(); - } - if (g.NavId == id && g.NavMoveDir == ImGuiDir_Right && !is_open) // If there's something upcoming on the line we may want to give it the priority? - { - toggled = true; - NavMoveRequestCancel(); - } - - if (toggled) - { - is_open = !is_open; - window->DC.StateStorage->SetInt(id, is_open); - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_ToggledOpen; - } - } - if (flags & ImGuiTreeNodeFlags_AllowItemOverlap) - SetItemAllowOverlap(); - - // In this branch, TreeNodeBehavior() cannot toggle the selection so this will never trigger. - if (selected != was_selected) //-V547 - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_ToggledSelection; - - // Render - const ImU32 text_col = GetColorU32(ImGuiCol_Text); - ImGuiNavHighlightFlags nav_highlight_flags = ImGuiNavHighlightFlags_TypeThin; - if (display_frame) - { - // Framed type - const ImU32 bg_col = GetColorU32((held && hovered) ? ImGuiCol_HeaderActive : hovered ? ImGuiCol_HeaderHovered : ImGuiCol_Header); - RenderFrame(frame_bb.Min, frame_bb.Max, bg_col, true, style.FrameRounding); - RenderNavHighlight(frame_bb, id, nav_highlight_flags); - if (flags & ImGuiTreeNodeFlags_Bullet) - RenderBullet(window->DrawList, ImVec2(text_pos.x - text_offset_x * 0.60f, text_pos.y + g.FontSize * 0.5f), text_col); - else if (!is_leaf) - RenderArrow(window->DrawList, ImVec2(text_pos.x - text_offset_x + padding.x, text_pos.y), text_col, is_open ? ImGuiDir_Down : ImGuiDir_Right, 1.0f); - else // Leaf without bullet, left-adjusted text - text_pos.x -= text_offset_x; - if (flags & ImGuiTreeNodeFlags_ClipLabelForTrailingButton) - frame_bb.Max.x -= g.FontSize + style.FramePadding.x; - - if (g.LogEnabled) - LogSetNextTextDecoration("###", "###"); - RenderTextClipped(text_pos, frame_bb.Max, label, label_end, &label_size); - } - else - { - // Unframed typed for tree nodes - if (hovered || selected) - { - const ImU32 bg_col = GetColorU32((held && hovered) ? ImGuiCol_HeaderActive : hovered ? ImGuiCol_HeaderHovered : ImGuiCol_Header); - RenderFrame(frame_bb.Min, frame_bb.Max, bg_col, false); - } - RenderNavHighlight(frame_bb, id, nav_highlight_flags); - if (flags & ImGuiTreeNodeFlags_Bullet) - RenderBullet(window->DrawList, ImVec2(text_pos.x - text_offset_x * 0.5f, text_pos.y + g.FontSize * 0.5f), text_col); - else if (!is_leaf) - RenderArrow(window->DrawList, ImVec2(text_pos.x - text_offset_x + padding.x, text_pos.y + g.FontSize * 0.15f), text_col, is_open ? ImGuiDir_Down : ImGuiDir_Right, 0.70f); - if (g.LogEnabled) - LogSetNextTextDecoration(">", NULL); - RenderText(text_pos, label, label_end, false); - } - - if (is_open && !(flags & ImGuiTreeNodeFlags_NoTreePushOnOpen)) - TreePushOverrideID(id); - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags | (is_leaf ? 0 : ImGuiItemStatusFlags_Openable) | (is_open ? ImGuiItemStatusFlags_Opened : 0)); - return is_open; -} - -void ImGui::TreePush(const char* str_id) -{ - ImGuiWindow* window = GetCurrentWindow(); - Indent(); - window->DC.TreeDepth++; - PushID(str_id); -} - -void ImGui::TreePush(const void* ptr_id) -{ - ImGuiWindow* window = GetCurrentWindow(); - Indent(); - window->DC.TreeDepth++; - PushID(ptr_id); -} - -void ImGui::TreePushOverrideID(ImGuiID id) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - Indent(); - window->DC.TreeDepth++; - PushOverrideID(id); -} - -void ImGui::TreePop() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - Unindent(); - - window->DC.TreeDepth--; - ImU32 tree_depth_mask = (1 << window->DC.TreeDepth); - - // Handle Left arrow to move to parent tree node (when ImGuiTreeNodeFlags_NavLeftJumpsBackHere is enabled) - if (g.NavMoveDir == ImGuiDir_Left && g.NavWindow == window && NavMoveRequestButNoResultYet()) - if (g.NavIdIsAlive && (window->DC.TreeJumpToParentOnPopMask & tree_depth_mask)) - { - SetNavID(window->IDStack.back(), g.NavLayer, 0, ImRect()); - NavMoveRequestCancel(); - } - window->DC.TreeJumpToParentOnPopMask &= tree_depth_mask - 1; - - IM_ASSERT(window->IDStack.Size > 1); // There should always be 1 element in the IDStack (pushed during window creation). If this triggers you called TreePop/PopID too much. - PopID(); -} - -// Horizontal distance preceding label when using TreeNode() or Bullet() -float ImGui::GetTreeNodeToLabelSpacing() -{ - ImGuiContext& g = *GImGui; - return g.FontSize + (g.Style.FramePadding.x * 2.0f); -} - -// Set next TreeNode/CollapsingHeader open state. -void ImGui::SetNextItemOpen(bool is_open, ImGuiCond cond) -{ - ImGuiContext& g = *GImGui; - if (g.CurrentWindow->SkipItems) - return; - g.NextItemData.Flags |= ImGuiNextItemDataFlags_HasOpen; - g.NextItemData.OpenVal = is_open; - g.NextItemData.OpenCond = cond ? cond : ImGuiCond_Always; -} - -// CollapsingHeader returns true when opened but do not indent nor push into the ID stack (because of the ImGuiTreeNodeFlags_NoTreePushOnOpen flag). -// This is basically the same as calling TreeNodeEx(label, ImGuiTreeNodeFlags_CollapsingHeader). You can remove the _NoTreePushOnOpen flag if you want behavior closer to normal TreeNode(). -bool ImGui::CollapsingHeader(const char* label, ImGuiTreeNodeFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - return TreeNodeBehavior(window->GetID(label), flags | ImGuiTreeNodeFlags_CollapsingHeader, label); -} - -// p_visible == NULL : regular collapsing header -// p_visible != NULL && *p_visible == true : show a small close button on the corner of the header, clicking the button will set *p_visible = false -// p_visible != NULL && *p_visible == false : do not show the header at all -// Do not mistake this with the Open state of the header itself, which you can adjust with SetNextItemOpen() or ImGuiTreeNodeFlags_DefaultOpen. -bool ImGui::CollapsingHeader(const char* label, bool* p_visible, ImGuiTreeNodeFlags flags) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - if (p_visible && !*p_visible) - return false; - - ImGuiID id = window->GetID(label); - flags |= ImGuiTreeNodeFlags_CollapsingHeader; - if (p_visible) - flags |= ImGuiTreeNodeFlags_AllowItemOverlap | ImGuiTreeNodeFlags_ClipLabelForTrailingButton; - bool is_open = TreeNodeBehavior(id, flags, label); - if (p_visible != NULL) - { - // Create a small overlapping close button - // FIXME: We can evolve this into user accessible helpers to add extra buttons on title bars, headers, etc. - // FIXME: CloseButton can overlap into text, need find a way to clip the text somehow. - ImGuiContext& g = *GImGui; - ImGuiLastItemData last_item_backup = g.LastItemData; - float button_size = g.FontSize; - float button_x = ImMax(g.LastItemData.Rect.Min.x, g.LastItemData.Rect.Max.x - g.Style.FramePadding.x * 2.0f - button_size); - float button_y = g.LastItemData.Rect.Min.y; - ImGuiID close_button_id = GetIDWithSeed("#CLOSE", NULL, id); - if (CloseButton(close_button_id, ImVec2(button_x, button_y))) - *p_visible = false; - g.LastItemData = last_item_backup; - } - - return is_open; -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: Selectable -//------------------------------------------------------------------------- -// - Selectable() -//------------------------------------------------------------------------- - -// Tip: pass a non-visible label (e.g. "##hello") then you can use the space to draw other text or image. -// But you need to make sure the ID is unique, e.g. enclose calls in PushID/PopID or use ##unique_id. -// With this scheme, ImGuiSelectableFlags_SpanAllColumns and ImGuiSelectableFlags_AllowItemOverlap are also frequently used flags. -// FIXME: Selectable() with (size.x == 0.0f) and (SelectableTextAlign.x > 0.0f) followed by SameLine() is currently not supported. -bool ImGui::Selectable(const char* label, bool selected, ImGuiSelectableFlags flags, const ImVec2& size_arg) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - - // Submit label or explicit size to ItemSize(), whereas ItemAdd() will submit a larger/spanning rectangle. - ImGuiID id = window->GetID(label); - ImVec2 label_size = CalcTextSize(label, NULL, true); - ImVec2 size(size_arg.x != 0.0f ? size_arg.x : label_size.x, size_arg.y != 0.0f ? size_arg.y : label_size.y); - ImVec2 pos = window->DC.CursorPos; - pos.y += window->DC.CurrLineTextBaseOffset; - ItemSize(size, 0.0f); - - // Fill horizontal space - // We don't support (size < 0.0f) in Selectable() because the ItemSpacing extension would make explicitly right-aligned sizes not visibly match other widgets. - const bool span_all_columns = (flags & ImGuiSelectableFlags_SpanAllColumns) != 0; - const float min_x = span_all_columns ? window->ParentWorkRect.Min.x : pos.x; - const float max_x = span_all_columns ? window->ParentWorkRect.Max.x : window->WorkRect.Max.x; - if (size_arg.x == 0.0f || (flags & ImGuiSelectableFlags_SpanAvailWidth)) - size.x = ImMax(label_size.x, max_x - min_x); - - // Text stays at the submission position, but bounding box may be extended on both sides - const ImVec2 text_min = pos; - const ImVec2 text_max(min_x + size.x, pos.y + size.y); - - // Selectables are meant to be tightly packed together with no click-gap, so we extend their box to cover spacing between selectable. - ImRect bb(min_x, pos.y, text_max.x, text_max.y); - if ((flags & ImGuiSelectableFlags_NoPadWithHalfSpacing) == 0) - { - const float spacing_x = span_all_columns ? 0.0f : style.ItemSpacing.x; - const float spacing_y = style.ItemSpacing.y; - const float spacing_L = IM_FLOOR(spacing_x * 0.50f); - const float spacing_U = IM_FLOOR(spacing_y * 0.50f); - bb.Min.x -= spacing_L; - bb.Min.y -= spacing_U; - bb.Max.x += (spacing_x - spacing_L); - bb.Max.y += (spacing_y - spacing_U); - } - //if (g.IO.KeyCtrl) { GetForegroundDrawList()->AddRect(bb.Min, bb.Max, IM_COL32(0, 255, 0, 255)); } - - // Modify ClipRect for the ItemAdd(), faster than doing a PushColumnsBackground/PushTableBackground for every Selectable.. - const float backup_clip_rect_min_x = window->ClipRect.Min.x; - const float backup_clip_rect_max_x = window->ClipRect.Max.x; - if (span_all_columns) - { - window->ClipRect.Min.x = window->ParentWorkRect.Min.x; - window->ClipRect.Max.x = window->ParentWorkRect.Max.x; - } - - const bool disabled_item = (flags & ImGuiSelectableFlags_Disabled) != 0; - const bool item_add = ItemAdd(bb, id, NULL, disabled_item ? ImGuiItemFlags_Disabled : ImGuiItemFlags_None); - if (span_all_columns) - { - window->ClipRect.Min.x = backup_clip_rect_min_x; - window->ClipRect.Max.x = backup_clip_rect_max_x; - } - - if (!item_add) - return false; - - const bool disabled_global = (g.CurrentItemFlags & ImGuiItemFlags_Disabled) != 0; - if (disabled_item && !disabled_global) // Only testing this as an optimization - BeginDisabled(); - - // FIXME: We can standardize the behavior of those two, we could also keep the fast path of override ClipRect + full push on render only, - // which would be advantageous since most selectable are not selected. - if (span_all_columns && window->DC.CurrentColumns) - PushColumnsBackground(); - else if (span_all_columns && g.CurrentTable) - TablePushBackgroundChannel(); - - // We use NoHoldingActiveID on menus so user can click and _hold_ on a menu then drag to browse child entries - ImGuiButtonFlags button_flags = 0; - if (flags & ImGuiSelectableFlags_NoHoldingActiveID) { button_flags |= ImGuiButtonFlags_NoHoldingActiveId; } - if (flags & ImGuiSelectableFlags_SelectOnClick) { button_flags |= ImGuiButtonFlags_PressedOnClick; } - if (flags & ImGuiSelectableFlags_SelectOnRelease) { button_flags |= ImGuiButtonFlags_PressedOnRelease; } - if (flags & ImGuiSelectableFlags_AllowDoubleClick) { button_flags |= ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnDoubleClick; } - if (flags & ImGuiSelectableFlags_AllowItemOverlap) { button_flags |= ImGuiButtonFlags_AllowItemOverlap; } - - const bool was_selected = selected; - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held, button_flags); - - // Auto-select when moved into - // - This will be more fully fleshed in the range-select branch - // - This is not exposed as it won't nicely work with some user side handling of shift/control - // - We cannot do 'if (g.NavJustMovedToId != id) { selected = false; pressed = was_selected; }' for two reasons - // - (1) it would require focus scope to be set, need exposing PushFocusScope() or equivalent (e.g. BeginSelection() calling PushFocusScope()) - // - (2) usage will fail with clipped items - // The multi-select API aim to fix those issues, e.g. may be replaced with a BeginSelection() API. - if ((flags & ImGuiSelectableFlags_SelectOnNav) && g.NavJustMovedToId != 0 && g.NavJustMovedToFocusScopeId == window->DC.NavFocusScopeIdCurrent) - if (g.NavJustMovedToId == id) - selected = pressed = true; - - // Update NavId when clicking or when Hovering (this doesn't happen on most widgets), so navigation can be resumed with gamepad/keyboard - if (pressed || (hovered && (flags & ImGuiSelectableFlags_SetNavIdOnHover))) - { - if (!g.NavDisableMouseHover && g.NavWindow == window && g.NavLayer == window->DC.NavLayerCurrent) - { - SetNavID(id, window->DC.NavLayerCurrent, window->DC.NavFocusScopeIdCurrent, WindowRectAbsToRel(window, bb)); // (bb == NavRect) - g.NavDisableHighlight = true; - } - } - if (pressed) - MarkItemEdited(id); - - if (flags & ImGuiSelectableFlags_AllowItemOverlap) - SetItemAllowOverlap(); - - // In this branch, Selectable() cannot toggle the selection so this will never trigger. - if (selected != was_selected) //-V547 - g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_ToggledSelection; - - // Render - if (held && (flags & ImGuiSelectableFlags_DrawHoveredWhenHeld)) - hovered = true; - if (hovered || selected) - { - const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_HeaderActive : hovered ? ImGuiCol_HeaderHovered : ImGuiCol_Header); - RenderFrame(bb.Min, bb.Max, col, false, 0.0f); - } - RenderNavHighlight(bb, id, ImGuiNavHighlightFlags_TypeThin | ImGuiNavHighlightFlags_NoRounding); - - if (span_all_columns && window->DC.CurrentColumns) - PopColumnsBackground(); - else if (span_all_columns && g.CurrentTable) - TablePopBackgroundChannel(); - - RenderTextClipped(text_min, text_max, label, NULL, &label_size, style.SelectableTextAlign, &bb); - - // Automatically close popups - if (pressed && (window->Flags & ImGuiWindowFlags_Popup) && !(flags & ImGuiSelectableFlags_DontClosePopups) && !(g.LastItemData.InFlags & ImGuiItemFlags_SelectableDontClosePopup)) - CloseCurrentPopup(); - - if (disabled_item && !disabled_global) - EndDisabled(); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags); - return pressed; //-V1020 -} - -bool ImGui::Selectable(const char* label, bool* p_selected, ImGuiSelectableFlags flags, const ImVec2& size_arg) -{ - if (Selectable(label, *p_selected, flags, size_arg)) - { - *p_selected = !*p_selected; - return true; - } - return false; -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: ListBox -//------------------------------------------------------------------------- -// - BeginListBox() -// - EndListBox() -// - ListBox() -//------------------------------------------------------------------------- - -// Tip: To have a list filling the entire window width, use size.x = -FLT_MIN and pass an non-visible label e.g. "##empty" -// Tip: If your vertical size is calculated from an item count (e.g. 10 * item_height) consider adding a fractional part to facilitate seeing scrolling boundaries (e.g. 10.25 * item_height). -bool ImGui::BeginListBox(const char* label, const ImVec2& size_arg) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - const ImGuiStyle& style = g.Style; - const ImGuiID id = GetID(label); - const ImVec2 label_size = CalcTextSize(label, NULL, true); - - // Size default to hold ~7.25 items. - // Fractional number of items helps seeing that we can scroll down/up without looking at scrollbar. - ImVec2 size = ImFloor(CalcItemSize(size_arg, CalcItemWidth(), GetTextLineHeightWithSpacing() * 7.25f + style.FramePadding.y * 2.0f)); - ImVec2 frame_size = ImVec2(size.x, ImMax(size.y, label_size.y)); - ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + frame_size); - ImRect bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0.0f)); - g.NextItemData.ClearFlags(); - - if (!IsRectVisible(bb.Min, bb.Max)) - { - ItemSize(bb.GetSize(), style.FramePadding.y); - ItemAdd(bb, 0, &frame_bb); - return false; - } - - // FIXME-OPT: We could omit the BeginGroup() if label_size.x but would need to omit the EndGroup() as well. - BeginGroup(); - if (label_size.x > 0.0f) - { - ImVec2 label_pos = ImVec2(frame_bb.Max.x + style.ItemInnerSpacing.x, frame_bb.Min.y + style.FramePadding.y); - RenderText(label_pos, label); - window->DC.CursorMaxPos = ImMax(window->DC.CursorMaxPos, label_pos + label_size); - } - - BeginChildFrame(id, frame_bb.GetSize()); - return true; -} - -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS -// OBSOLETED in 1.81 (from February 2021) -bool ImGui::ListBoxHeader(const char* label, int items_count, int height_in_items) -{ - // If height_in_items == -1, default height is maximum 7. - ImGuiContext& g = *GImGui; - float height_in_items_f = (height_in_items < 0 ? ImMin(items_count, 7) : height_in_items) + 0.25f; - ImVec2 size; - size.x = 0.0f; - size.y = GetTextLineHeightWithSpacing() * height_in_items_f + g.Style.FramePadding.y * 2.0f; - return BeginListBox(label, size); -} -#endif - -void ImGui::EndListBox() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - IM_ASSERT((window->Flags & ImGuiWindowFlags_ChildWindow) && "Mismatched BeginListBox/EndListBox calls. Did you test the return value of BeginListBox?"); - IM_UNUSED(window); - - EndChildFrame(); - EndGroup(); // This is only required to be able to do IsItemXXX query on the whole ListBox including label -} - -bool ImGui::ListBox(const char* label, int* current_item, const char* const items[], int items_count, int height_items) -{ - const bool value_changed = ListBox(label, current_item, Items_ArrayGetter, (void*)items, items_count, height_items); - return value_changed; -} - -// This is merely a helper around BeginListBox(), EndListBox(). -// Considering using those directly to submit custom data or store selection differently. -bool ImGui::ListBox(const char* label, int* current_item, bool (*items_getter)(void*, int, const char**), void* data, int items_count, int height_in_items) -{ - ImGuiContext& g = *GImGui; - - // Calculate size from "height_in_items" - if (height_in_items < 0) - height_in_items = ImMin(items_count, 7); - float height_in_items_f = height_in_items + 0.25f; - ImVec2 size(0.0f, ImFloor(GetTextLineHeightWithSpacing() * height_in_items_f + g.Style.FramePadding.y * 2.0f)); - - if (!BeginListBox(label, size)) - return false; - - // Assume all items have even height (= 1 line of text). If you need items of different height, - // you can create a custom version of ListBox() in your code without using the clipper. - bool value_changed = false; - ImGuiListClipper clipper; - clipper.Begin(items_count, GetTextLineHeightWithSpacing()); // We know exactly our line height here so we pass it as a minor optimization, but generally you don't need to. - while (clipper.Step()) - for (int i = clipper.DisplayStart; i < clipper.DisplayEnd; i++) - { - const char* item_text; - if (!items_getter(data, i, &item_text)) - item_text = "*Unknown item*"; - - PushID(i); - const bool item_selected = (i == *current_item); - if (Selectable(item_text, item_selected)) - { - *current_item = i; - value_changed = true; - } - if (item_selected) - SetItemDefaultFocus(); - PopID(); - } - EndListBox(); - - if (value_changed) - MarkItemEdited(g.LastItemData.ID); - - return value_changed; -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: PlotLines, PlotHistogram -//------------------------------------------------------------------------- -// - PlotEx() [Internal] -// - PlotLines() -// - PlotHistogram() -//------------------------------------------------------------------------- -// Plot/Graph widgets are not very good. -// Consider writing your own, or using a third-party one, see: -// - ImPlot https://github.com/epezent/implot -// - others https://github.com/ocornut/imgui/wiki/Useful-Extensions -//------------------------------------------------------------------------- - -int ImGui::PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 frame_size) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return -1; - - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - - const ImVec2 label_size = CalcTextSize(label, NULL, true); - if (frame_size.x == 0.0f) - frame_size.x = CalcItemWidth(); - if (frame_size.y == 0.0f) - frame_size.y = label_size.y + (style.FramePadding.y * 2); - - const ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + frame_size); - const ImRect inner_bb(frame_bb.Min + style.FramePadding, frame_bb.Max - style.FramePadding); - const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0)); - ItemSize(total_bb, style.FramePadding.y); - if (!ItemAdd(total_bb, 0, &frame_bb)) - return -1; - const bool hovered = ItemHoverable(frame_bb, id); - - // Determine scale from values if not specified - if (scale_min == FLT_MAX || scale_max == FLT_MAX) - { - float v_min = FLT_MAX; - float v_max = -FLT_MAX; - for (int i = 0; i < values_count; i++) - { - const float v = values_getter(data, i); - if (v != v) // Ignore NaN values - continue; - v_min = ImMin(v_min, v); - v_max = ImMax(v_max, v); - } - if (scale_min == FLT_MAX) - scale_min = v_min; - if (scale_max == FLT_MAX) - scale_max = v_max; - } - - RenderFrame(frame_bb.Min, frame_bb.Max, GetColorU32(ImGuiCol_FrameBg), true, style.FrameRounding); - - const int values_count_min = (plot_type == ImGuiPlotType_Lines) ? 2 : 1; - int idx_hovered = -1; - if (values_count >= values_count_min) - { - int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); - int item_count = values_count + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); - - // Tooltip on hover - if (hovered && inner_bb.Contains(g.IO.MousePos)) - { - const float t = ImClamp((g.IO.MousePos.x - inner_bb.Min.x) / (inner_bb.Max.x - inner_bb.Min.x), 0.0f, 0.9999f); - const int v_idx = (int)(t * item_count); - IM_ASSERT(v_idx >= 0 && v_idx < values_count); - - const float v0 = values_getter(data, (v_idx + values_offset) % values_count); - const float v1 = values_getter(data, (v_idx + 1 + values_offset) % values_count); - if (plot_type == ImGuiPlotType_Lines) - SetTooltip("%d: %8.4g\n%d: %8.4g", v_idx, v0, v_idx + 1, v1); - else if (plot_type == ImGuiPlotType_Histogram) - SetTooltip("%d: %8.4g", v_idx, v0); - idx_hovered = v_idx; - } - - const float t_step = 1.0f / (float)res_w; - const float inv_scale = (scale_min == scale_max) ? 0.0f : (1.0f / (scale_max - scale_min)); - - float v0 = values_getter(data, (0 + values_offset) % values_count); - float t0 = 0.0f; - ImVec2 tp0 = ImVec2( t0, 1.0f - ImSaturate((v0 - scale_min) * inv_scale) ); // Point in the normalized space of our target rectangle - float histogram_zero_line_t = (scale_min * scale_max < 0.0f) ? (1 + scale_min * inv_scale) : (scale_min < 0.0f ? 0.0f : 1.0f); // Where does the zero line stands - - const ImU32 col_base = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGuiCol_PlotHistogram); - const ImU32 col_hovered = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLinesHovered : ImGuiCol_PlotHistogramHovered); - - for (int n = 0; n < res_w; n++) - { - const float t1 = t0 + t_step; - const int v1_idx = (int)(t0 * item_count + 0.5f); - IM_ASSERT(v1_idx >= 0 && v1_idx < values_count); - const float v1 = values_getter(data, (v1_idx + values_offset + 1) % values_count); - const ImVec2 tp1 = ImVec2( t1, 1.0f - ImSaturate((v1 - scale_min) * inv_scale) ); - - // NB: Draw calls are merged together by the DrawList system. Still, we should render our batch are lower level to save a bit of CPU. - ImVec2 pos0 = ImLerp(inner_bb.Min, inner_bb.Max, tp0); - ImVec2 pos1 = ImLerp(inner_bb.Min, inner_bb.Max, (plot_type == ImGuiPlotType_Lines) ? tp1 : ImVec2(tp1.x, histogram_zero_line_t)); - if (plot_type == ImGuiPlotType_Lines) - { - window->DrawList->AddLine(pos0, pos1, idx_hovered == v1_idx ? col_hovered : col_base); - } - else if (plot_type == ImGuiPlotType_Histogram) - { - if (pos1.x >= pos0.x + 2.0f) - pos1.x -= 1.0f; - window->DrawList->AddRectFilled(pos0, pos1, idx_hovered == v1_idx ? col_hovered : col_base); - } - - t0 = t1; - tp0 = tp1; - } - } - - // Text overlay - if (overlay_text) - RenderTextClipped(ImVec2(frame_bb.Min.x, frame_bb.Min.y + style.FramePadding.y), frame_bb.Max, overlay_text, NULL, NULL, ImVec2(0.5f, 0.0f)); - - if (label_size.x > 0.0f) - RenderText(ImVec2(frame_bb.Max.x + style.ItemInnerSpacing.x, inner_bb.Min.y), label); - - // Return hovered index or -1 if none are hovered. - // This is currently not exposed in the public API because we need a larger redesign of the whole thing, but in the short-term we are making it available in PlotEx(). - return idx_hovered; -} - -struct ImGuiPlotArrayGetterData -{ - const float* Values; - int Stride; - - ImGuiPlotArrayGetterData(const float* values, int stride) { Values = values; Stride = stride; } -}; - -static float Plot_ArrayGetter(void* data, int idx) -{ - ImGuiPlotArrayGetterData* plot_data = (ImGuiPlotArrayGetterData*)data; - const float v = *(const float*)(const void*)((const unsigned char*)plot_data->Values + (size_t)idx * plot_data->Stride); - return v; -} - -void ImGui::PlotLines(const char* label, const float* values, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) -{ - ImGuiPlotArrayGetterData data(values, stride); - PlotEx(ImGuiPlotType_Lines, label, &Plot_ArrayGetter, (void*)&data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); -} - -void ImGui::PlotLines(const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size) -{ - PlotEx(ImGuiPlotType_Lines, label, values_getter, data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); -} - -void ImGui::PlotHistogram(const char* label, const float* values, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) -{ - ImGuiPlotArrayGetterData data(values, stride); - PlotEx(ImGuiPlotType_Histogram, label, &Plot_ArrayGetter, (void*)&data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); -} - -void ImGui::PlotHistogram(const char* label, float (*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size) -{ - PlotEx(ImGuiPlotType_Histogram, label, values_getter, data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: Value helpers -// Those is not very useful, legacy API. -//------------------------------------------------------------------------- -// - Value() -//------------------------------------------------------------------------- - -void ImGui::Value(const char* prefix, bool b) -{ - Text("%s: %s", prefix, (b ? "true" : "false")); -} - -void ImGui::Value(const char* prefix, int v) -{ - Text("%s: %d", prefix, v); -} - -void ImGui::Value(const char* prefix, unsigned int v) -{ - Text("%s: %d", prefix, v); -} - -void ImGui::Value(const char* prefix, float v, const char* float_format) -{ - if (float_format) - { - char fmt[64]; - ImFormatString(fmt, IM_ARRAYSIZE(fmt), "%%s: %s", float_format); - Text(fmt, prefix, v); - } - else - { - Text("%s: %.3f", prefix, v); - } -} - -//------------------------------------------------------------------------- -// [SECTION] MenuItem, BeginMenu, EndMenu, etc. -//------------------------------------------------------------------------- -// - ImGuiMenuColumns [Internal] -// - BeginMenuBar() -// - EndMenuBar() -// - BeginMainMenuBar() -// - EndMainMenuBar() -// - BeginMenu() -// - EndMenu() -// - MenuItemEx() [Internal] -// - MenuItem() -//------------------------------------------------------------------------- - -// Helpers for internal use -void ImGuiMenuColumns::Update(float spacing, bool window_reappearing) -{ - if (window_reappearing) - memset(Widths, 0, sizeof(Widths)); - Spacing = (ImU16)spacing; - CalcNextTotalWidth(true); - memset(Widths, 0, sizeof(Widths)); - TotalWidth = NextTotalWidth; - NextTotalWidth = 0; -} - -void ImGuiMenuColumns::CalcNextTotalWidth(bool update_offsets) -{ - ImU16 offset = 0; - bool want_spacing = false; - for (int i = 0; i < IM_ARRAYSIZE(Widths); i++) - { - ImU16 width = Widths[i]; - if (want_spacing && width > 0) - offset += Spacing; - want_spacing |= (width > 0); - if (update_offsets) - { - if (i == 1) { OffsetLabel = offset; } - if (i == 2) { OffsetShortcut = offset; } - if (i == 3) { OffsetMark = offset; } - } - offset += width; - } - NextTotalWidth = offset; -} - -float ImGuiMenuColumns::DeclColumns(float w_icon, float w_label, float w_shortcut, float w_mark) -{ - Widths[0] = ImMax(Widths[0], (ImU16)w_icon); - Widths[1] = ImMax(Widths[1], (ImU16)w_label); - Widths[2] = ImMax(Widths[2], (ImU16)w_shortcut); - Widths[3] = ImMax(Widths[3], (ImU16)w_mark); - CalcNextTotalWidth(false); - return (float)ImMax(TotalWidth, NextTotalWidth); -} - -// FIXME: Provided a rectangle perhaps e.g. a BeginMenuBarEx() could be used anywhere.. -// Currently the main responsibility of this function being to setup clip-rect + horizontal layout + menu navigation layer. -// Ideally we also want this to be responsible for claiming space out of the main window scrolling rectangle, in which case ImGuiWindowFlags_MenuBar will become unnecessary. -// Then later the same system could be used for multiple menu-bars, scrollbars, side-bars. -bool ImGui::BeginMenuBar() -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - if (!(window->Flags & ImGuiWindowFlags_MenuBar)) - return false; - - IM_ASSERT(!window->DC.MenuBarAppending); - BeginGroup(); // Backup position on layer 0 // FIXME: Misleading to use a group for that backup/restore - PushID("##menubar"); - - // We don't clip with current window clipping rectangle as it is already set to the area below. However we clip with window full rect. - // We remove 1 worth of rounding to Max.x to that text in long menus and small windows don't tend to display over the lower-right rounded area, which looks particularly glitchy. - ImRect bar_rect = window->MenuBarRect(); - ImRect clip_rect(IM_ROUND(bar_rect.Min.x + window->WindowBorderSize), IM_ROUND(bar_rect.Min.y + window->WindowBorderSize), IM_ROUND(ImMax(bar_rect.Min.x, bar_rect.Max.x - ImMax(window->WindowRounding, window->WindowBorderSize))), IM_ROUND(bar_rect.Max.y)); - clip_rect.ClipWith(window->OuterRectClipped); - PushClipRect(clip_rect.Min, clip_rect.Max, false); - - // We overwrite CursorMaxPos because BeginGroup sets it to CursorPos (essentially the .EmitItem hack in EndMenuBar() would need something analogous here, maybe a BeginGroupEx() with flags). - window->DC.CursorPos = window->DC.CursorMaxPos = ImVec2(bar_rect.Min.x + window->DC.MenuBarOffset.x, bar_rect.Min.y + window->DC.MenuBarOffset.y); - window->DC.LayoutType = ImGuiLayoutType_Horizontal; - window->DC.IsSameLine = false; - window->DC.NavLayerCurrent = ImGuiNavLayer_Menu; - window->DC.MenuBarAppending = true; - AlignTextToFramePadding(); - return true; -} - -void ImGui::EndMenuBar() -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return; - ImGuiContext& g = *GImGui; - - // Nav: When a move request within one of our child menu failed, capture the request to navigate among our siblings. - if (NavMoveRequestButNoResultYet() && (g.NavMoveDir == ImGuiDir_Left || g.NavMoveDir == ImGuiDir_Right) && (g.NavWindow->Flags & ImGuiWindowFlags_ChildMenu)) - { - // Try to find out if the request is for one of our child menu - ImGuiWindow* nav_earliest_child = g.NavWindow; - while (nav_earliest_child->ParentWindow && (nav_earliest_child->ParentWindow->Flags & ImGuiWindowFlags_ChildMenu)) - nav_earliest_child = nav_earliest_child->ParentWindow; - if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGuiLayoutType_Horizontal && (g.NavMoveFlags & ImGuiNavMoveFlags_Forwarded) == 0) - { - // To do so we claim focus back, restore NavId and then process the movement request for yet another frame. - // This involve a one-frame delay which isn't very problematic in this situation. We could remove it by scoring in advance for multiple window (probably not worth bothering) - const ImGuiNavLayer layer = ImGuiNavLayer_Menu; - IM_ASSERT(window->DC.NavLayersActiveMaskNext & (1 << layer)); // Sanity check - FocusWindow(window); - SetNavID(window->NavLastIds[layer], layer, 0, window->NavRectRel[layer]); - g.NavDisableHighlight = true; // Hide highlight for the current frame so we don't see the intermediary selection. - g.NavDisableMouseHover = g.NavMousePosDirty = true; - NavMoveRequestForward(g.NavMoveDir, g.NavMoveClipDir, g.NavMoveFlags, g.NavMoveScrollFlags); // Repeat - } - } - - IM_MSVC_WARNING_SUPPRESS(6011); // Static Analysis false positive "warning C6011: Dereferencing NULL pointer 'window'" - IM_ASSERT(window->Flags & ImGuiWindowFlags_MenuBar); - IM_ASSERT(window->DC.MenuBarAppending); - PopClipRect(); - PopID(); - window->DC.MenuBarOffset.x = window->DC.CursorPos.x - window->Pos.x; // Save horizontal position so next append can reuse it. This is kinda equivalent to a per-layer CursorPos. - g.GroupStack.back().EmitItem = false; - EndGroup(); // Restore position on layer 0 - window->DC.LayoutType = ImGuiLayoutType_Vertical; - window->DC.IsSameLine = false; - window->DC.NavLayerCurrent = ImGuiNavLayer_Main; - window->DC.MenuBarAppending = false; -} - -// Important: calling order matters! -// FIXME: Somehow overlapping with docking tech. -// FIXME: The "rect-cut" aspect of this could be formalized into a lower-level helper (rect-cut: https://halt.software/dead-simple-layouts) -bool ImGui::BeginViewportSideBar(const char* name, ImGuiViewport* viewport_p, ImGuiDir dir, float axis_size, ImGuiWindowFlags window_flags) -{ - IM_ASSERT(dir != ImGuiDir_None); - - ImGuiWindow* bar_window = FindWindowByName(name); - if (bar_window == NULL || bar_window->BeginCount == 0) - { - // Calculate and set window size/position - ImGuiViewportP* viewport = (ImGuiViewportP*)(void*)(viewport_p ? viewport_p : GetMainViewport()); - ImRect avail_rect = viewport->GetBuildWorkRect(); - ImGuiAxis axis = (dir == ImGuiDir_Up || dir == ImGuiDir_Down) ? ImGuiAxis_Y : ImGuiAxis_X; - ImVec2 pos = avail_rect.Min; - if (dir == ImGuiDir_Right || dir == ImGuiDir_Down) - pos[axis] = avail_rect.Max[axis] - axis_size; - ImVec2 size = avail_rect.GetSize(); - size[axis] = axis_size; - SetNextWindowPos(pos); - SetNextWindowSize(size); - - // Report our size into work area (for next frame) using actual window size - if (dir == ImGuiDir_Up || dir == ImGuiDir_Left) - viewport->BuildWorkOffsetMin[axis] += axis_size; - else if (dir == ImGuiDir_Down || dir == ImGuiDir_Right) - viewport->BuildWorkOffsetMax[axis] -= axis_size; - } - - window_flags |= ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMove; - PushStyleVar(ImGuiStyleVar_WindowRounding, 0.0f); - PushStyleVar(ImGuiStyleVar_WindowMinSize, ImVec2(0, 0)); // Lift normal size constraint - bool is_open = Begin(name, NULL, window_flags); - PopStyleVar(2); - - return is_open; -} - -bool ImGui::BeginMainMenuBar() -{ - ImGuiContext& g = *GImGui; - ImGuiViewportP* viewport = (ImGuiViewportP*)(void*)GetMainViewport(); - - // For the main menu bar, which cannot be moved, we honor g.Style.DisplaySafeAreaPadding to ensure text can be visible on a TV set. - // FIXME: This could be generalized as an opt-in way to clamp window->DC.CursorStartPos to avoid SafeArea? - // FIXME: Consider removing support for safe area down the line... it's messy. Nowadays consoles have support for TV calibration in OS settings. - g.NextWindowData.MenuBarOffsetMinVal = ImVec2(g.Style.DisplaySafeAreaPadding.x, ImMax(g.Style.DisplaySafeAreaPadding.y - g.Style.FramePadding.y, 0.0f)); - ImGuiWindowFlags window_flags = ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_MenuBar; - float height = GetFrameHeight(); - bool is_open = BeginViewportSideBar("##MainMenuBar", viewport, ImGuiDir_Up, height, window_flags); - g.NextWindowData.MenuBarOffsetMinVal = ImVec2(0.0f, 0.0f); - - if (is_open) - BeginMenuBar(); - else - End(); - return is_open; -} - -void ImGui::EndMainMenuBar() -{ - EndMenuBar(); - - // When the user has left the menu layer (typically: closed menus through activation of an item), we restore focus to the previous window - // FIXME: With this strategy we won't be able to restore a NULL focus. - ImGuiContext& g = *GImGui; - if (g.CurrentWindow == g.NavWindow && g.NavLayer == ImGuiNavLayer_Main && !g.NavAnyRequest) - FocusTopMostWindowUnderOne(g.NavWindow, NULL); - - End(); -} - -static bool IsRootOfOpenMenuSet() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if ((g.OpenPopupStack.Size <= g.BeginPopupStack.Size) || (window->Flags & ImGuiWindowFlags_ChildMenu)) - return false; - - // Initially we used 'upper_popup->OpenParentId == window->IDStack.back()' to differentiate multiple menu sets from each others - // (e.g. inside menu bar vs loose menu items) based on parent ID. - // This would however prevent the use of e.g. PuhsID() user code submitting menus. - // Previously this worked between popup and a first child menu because the first child menu always had the _ChildWindow flag, - // making hovering on parent popup possible while first child menu was focused - but this was generally a bug with other side effects. - // Instead we don't treat Popup specifically (in order to consistently support menu features in them), maybe the first child menu of a Popup - // doesn't have the _ChildWindow flag, and we rely on this IsRootOfOpenMenuSet() check to allow hovering between root window/popup and first child menu. - // In the end, lack of ID check made it so we could no longer differentiate between separate menu sets. To compensate for that, we at least check parent window nav layer. - // This fixes the most common case of menu opening on hover when moving between window content and menu bar. Multiple different menu sets in same nav layer would still - // open on hover, but that should be a lesser problem, because if such menus are close in proximity in window content then it won't feel weird and if they are far apart - // it likely won't be a problem anyone runs into. - const ImGuiPopupData* upper_popup = &g.OpenPopupStack[g.BeginPopupStack.Size]; - return (window->DC.NavLayerCurrent == upper_popup->ParentNavLayer && upper_popup->Window && (upper_popup->Window->Flags & ImGuiWindowFlags_ChildMenu)); -} - -bool ImGui::BeginMenuEx(const char* label, const char* icon, bool enabled) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - const ImGuiStyle& style = g.Style; - const ImGuiID id = window->GetID(label); - bool menu_is_open = IsPopupOpen(id, ImGuiPopupFlags_None); - - // Sub-menus are ChildWindow so that mouse can be hovering across them (otherwise top-most popup menu would steal focus and not allow hovering on parent menu) - // The first menu in a hierarchy isn't so hovering doesn't get across (otherwise e.g. resizing borders with ImGuiButtonFlags_FlattenChildren would react), but top-most BeginMenu() will bypass that limitation. - ImGuiWindowFlags flags = ImGuiWindowFlags_ChildMenu | ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoNavFocus; - if (window->Flags & ImGuiWindowFlags_ChildMenu) - flags |= ImGuiWindowFlags_ChildWindow; - - // If a menu with same the ID was already submitted, we will append to it, matching the behavior of Begin(). - // We are relying on a O(N) search - so O(N log N) over the frame - which seems like the most efficient for the expected small amount of BeginMenu() calls per frame. - // If somehow this is ever becoming a problem we can switch to use e.g. ImGuiStorage mapping key to last frame used. - if (g.MenusIdSubmittedThisFrame.contains(id)) - { - if (menu_is_open) - menu_is_open = BeginPopupEx(id, flags); // menu_is_open can be 'false' when the popup is completely clipped (e.g. zero size display) - else - g.NextWindowData.ClearFlags(); // we behave like Begin() and need to consume those values - return menu_is_open; - } - - // Tag menu as used. Next time BeginMenu() with same ID is called it will append to existing menu - g.MenusIdSubmittedThisFrame.push_back(id); - - ImVec2 label_size = CalcTextSize(label, NULL, true); - - // Odd hack to allow hovering across menus of a same menu-set (otherwise we wouldn't be able to hover parent without always being a Child window) - const bool menuset_is_open = IsRootOfOpenMenuSet(); - ImGuiWindow* backed_nav_window = g.NavWindow; - if (menuset_is_open) - g.NavWindow = window; - - // The reference position stored in popup_pos will be used by Begin() to find a suitable position for the child menu, - // However the final position is going to be different! It is chosen by FindBestWindowPosForPopup(). - // e.g. Menus tend to overlap each other horizontally to amplify relative Z-ordering. - ImVec2 popup_pos, pos = window->DC.CursorPos; - PushID(label); - if (!enabled) - BeginDisabled(); - const ImGuiMenuColumns* offsets = &window->DC.MenuColumns; - bool pressed; - const ImGuiSelectableFlags selectable_flags = ImGuiSelectableFlags_NoHoldingActiveID | ImGuiSelectableFlags_SelectOnClick | ImGuiSelectableFlags_DontClosePopups; - if (window->DC.LayoutType == ImGuiLayoutType_Horizontal) - { - // Menu inside an horizontal menu bar - // Selectable extend their highlight by half ItemSpacing in each direction. - // For ChildMenu, the popup position will be overwritten by the call to FindBestWindowPosForPopup() in Begin() - popup_pos = ImVec2(pos.x - 1.0f - IM_FLOOR(style.ItemSpacing.x * 0.5f), pos.y - style.FramePadding.y + window->MenuBarHeight()); - window->DC.CursorPos.x += IM_FLOOR(style.ItemSpacing.x * 0.5f); - PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(style.ItemSpacing.x * 2.0f, style.ItemSpacing.y)); - float w = label_size.x; - ImVec2 text_pos(window->DC.CursorPos.x + offsets->OffsetLabel, window->DC.CursorPos.y + window->DC.CurrLineTextBaseOffset); - pressed = Selectable("", menu_is_open, selectable_flags, ImVec2(w, 0.0f)); - RenderText(text_pos, label); - PopStyleVar(); - window->DC.CursorPos.x += IM_FLOOR(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the PopStyleVar(). - } - else - { - // Menu inside a regular/vertical menu - // (In a typical menu window where all items are BeginMenu() or MenuItem() calls, extra_w will always be 0.0f. - // Only when they are other items sticking out we're going to add spacing, yet only register minimum width into the layout system. - popup_pos = ImVec2(pos.x, pos.y - style.WindowPadding.y); - float icon_w = (icon && icon[0]) ? CalcTextSize(icon, NULL).x : 0.0f; - float checkmark_w = IM_FLOOR(g.FontSize * 1.20f); - float min_w = window->DC.MenuColumns.DeclColumns(icon_w, label_size.x, 0.0f, checkmark_w); // Feedback to next frame - float extra_w = ImMax(0.0f, GetContentRegionAvail().x - min_w); - ImVec2 text_pos(window->DC.CursorPos.x + offsets->OffsetLabel, window->DC.CursorPos.y + window->DC.CurrLineTextBaseOffset); - pressed = Selectable("", menu_is_open, selectable_flags | ImGuiSelectableFlags_SpanAvailWidth, ImVec2(min_w, 0.0f)); - RenderText(text_pos, label); - if (icon_w > 0.0f) - RenderText(pos + ImVec2(offsets->OffsetIcon, 0.0f), icon); - RenderArrow(window->DrawList, pos + ImVec2(offsets->OffsetMark + extra_w + g.FontSize * 0.30f, 0.0f), GetColorU32(ImGuiCol_Text), ImGuiDir_Right); - } - if (!enabled) - EndDisabled(); - - const bool hovered = (g.HoveredId == id) && enabled && !g.NavDisableMouseHover; - if (menuset_is_open) - g.NavWindow = backed_nav_window; - - bool want_open = false; - bool want_close = false; - if (window->DC.LayoutType == ImGuiLayoutType_Vertical) // (window->Flags & (ImGuiWindowFlags_Popup|ImGuiWindowFlags_ChildMenu)) - { - // Close menu when not hovering it anymore unless we are moving roughly in the direction of the menu - // Implement http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown to avoid using timers, so menus feels more reactive. - bool moving_toward_child_menu = false; - ImGuiWindow* child_menu_window = (g.BeginPopupStack.Size < g.OpenPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].SourceWindow == window) ? g.OpenPopupStack[g.BeginPopupStack.Size].Window : NULL; - if (g.HoveredWindow == window && child_menu_window != NULL && !(window->Flags & ImGuiWindowFlags_MenuBar)) - { - float ref_unit = g.FontSize; // FIXME-DPI - ImRect next_window_rect = child_menu_window->Rect(); - ImVec2 ta = (g.IO.MousePos - g.IO.MouseDelta); - ImVec2 tb = (window->Pos.x < child_menu_window->Pos.x) ? next_window_rect.GetTL() : next_window_rect.GetTR(); - ImVec2 tc = (window->Pos.x < child_menu_window->Pos.x) ? next_window_rect.GetBL() : next_window_rect.GetBR(); - float extra = ImClamp(ImFabs(ta.x - tb.x) * 0.30f, ref_unit * 0.5f, ref_unit * 2.5f); // add a bit of extra slack. - ta.x += (window->Pos.x < child_menu_window->Pos.x) ? -0.5f : +0.5f; // to avoid numerical issues (FIXME: ??) - tb.y = ta.y + ImMax((tb.y - extra) - ta.y, -ref_unit * 8.0f); // triangle has maximum height to limit the slope and the bias toward large sub-menus - tc.y = ta.y + ImMin((tc.y + extra) - ta.y, +ref_unit * 8.0f); - moving_toward_child_menu = ImTriangleContainsPoint(ta, tb, tc, g.IO.MousePos); - //GetForegroundDrawList()->AddTriangleFilled(ta, tb, tc, moving_toward_other_child_menu ? IM_COL32(0,128,0,128) : IM_COL32(128,0,0,128)); // [DEBUG] - } - - // The 'HovereWindow == window' check creates an inconsistency (e.g. moving away from menu slowly tends to hit same window, whereas moving away fast does not) - // But we also need to not close the top-menu menu when moving over void. Perhaps we should extend the triangle check to a larger polygon. - // (Remember to test this on BeginPopup("A")->BeginMenu("B") sequence which behaves slightly differently as B isn't a Child of A and hovering isn't shared.) - if (menu_is_open && !hovered && g.HoveredWindow == window && !moving_toward_child_menu) - want_close = true; - - // Open - if (!menu_is_open && pressed) // Click/activate to open - want_open = true; - else if (!menu_is_open && hovered && !moving_toward_child_menu) // Hover to open - want_open = true; - if (g.NavId == id && g.NavMoveDir == ImGuiDir_Right) // Nav-Right to open - { - want_open = true; - NavMoveRequestCancel(); - } - } - else - { - // Menu bar - if (menu_is_open && pressed && menuset_is_open) // Click an open menu again to close it - { - want_close = true; - want_open = menu_is_open = false; - } - else if (pressed || (hovered && menuset_is_open && !menu_is_open)) // First click to open, then hover to open others - { - want_open = true; - } - else if (g.NavId == id && g.NavMoveDir == ImGuiDir_Down) // Nav-Down to open - { - want_open = true; - NavMoveRequestCancel(); - } - } - - if (!enabled) // explicitly close if an open menu becomes disabled, facilitate users code a lot in pattern such as 'if (BeginMenu("options", has_object)) { ..use object.. }' - want_close = true; - if (want_close && IsPopupOpen(id, ImGuiPopupFlags_None)) - ClosePopupToLevel(g.BeginPopupStack.Size, true); - - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags | ImGuiItemStatusFlags_Openable | (menu_is_open ? ImGuiItemStatusFlags_Opened : 0)); - PopID(); - - if (!menu_is_open && want_open && g.OpenPopupStack.Size > g.BeginPopupStack.Size) - { - // Don't recycle same menu level in the same frame, first close the other menu and yield for a frame. - OpenPopup(label); - return false; - } - - menu_is_open |= want_open; - if (want_open) - OpenPopup(label); - - if (menu_is_open) - { - SetNextWindowPos(popup_pos, ImGuiCond_Always); // Note: this is super misleading! The value will serve as reference for FindBestWindowPosForPopup(), not actual pos. - PushStyleVar(ImGuiStyleVar_ChildRounding, style.PopupRounding); // First level will use _PopupRounding, subsequent will use _ChildRounding - menu_is_open = BeginPopupEx(id, flags); // menu_is_open can be 'false' when the popup is completely clipped (e.g. zero size display) - PopStyleVar(); - } - else - { - g.NextWindowData.ClearFlags(); // We behave like Begin() and need to consume those values - } - - return menu_is_open; -} - -bool ImGui::BeginMenu(const char* label, bool enabled) -{ - return BeginMenuEx(label, NULL, enabled); -} - -void ImGui::EndMenu() -{ - // Nav: When a left move request _within our child menu_ failed, close ourselves (the _parent_ menu). - // A menu doesn't close itself because EndMenuBar() wants the catch the last Left<>Right inputs. - // However, it means that with the current code, a BeginMenu() from outside another menu or a menu-bar won't be closable with the Left direction. - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (g.NavMoveDir == ImGuiDir_Left && NavMoveRequestButNoResultYet() && window->DC.LayoutType == ImGuiLayoutType_Vertical) - if (g.NavWindow && (g.NavWindow->RootWindowForNav->Flags & ImGuiWindowFlags_Popup) && g.NavWindow->RootWindowForNav->ParentWindow == window) - { - ClosePopupToLevel(g.BeginPopupStack.Size, true); - NavMoveRequestCancel(); - } - - EndPopup(); -} - -bool ImGui::MenuItemEx(const char* label, const char* icon, const char* shortcut, bool selected, bool enabled) -{ - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - ImGuiStyle& style = g.Style; - ImVec2 pos = window->DC.CursorPos; - ImVec2 label_size = CalcTextSize(label, NULL, true); - - const bool menuset_is_open = IsRootOfOpenMenuSet(); - ImGuiWindow* backed_nav_window = g.NavWindow; - if (menuset_is_open) - g.NavWindow = window; - - // We've been using the equivalent of ImGuiSelectableFlags_SetNavIdOnHover on all Selectable() since early Nav system days (commit 43ee5d73), - // but I am unsure whether this should be kept at all. For now moved it to be an opt-in feature used by menus only. - bool pressed; - PushID(label); - if (!enabled) - BeginDisabled(); - - const ImGuiSelectableFlags selectable_flags = ImGuiSelectableFlags_SelectOnRelease | ImGuiSelectableFlags_SetNavIdOnHover; - const ImGuiMenuColumns* offsets = &window->DC.MenuColumns; - if (window->DC.LayoutType == ImGuiLayoutType_Horizontal) - { - // Mimic the exact layout spacing of BeginMenu() to allow MenuItem() inside a menu bar, which is a little misleading but may be useful - // Note that in this situation: we don't render the shortcut, we render a highlight instead of the selected tick mark. - float w = label_size.x; - window->DC.CursorPos.x += IM_FLOOR(style.ItemSpacing.x * 0.5f); - ImVec2 text_pos(window->DC.CursorPos.x + offsets->OffsetLabel, window->DC.CursorPos.y + window->DC.CurrLineTextBaseOffset); - PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(style.ItemSpacing.x * 2.0f, style.ItemSpacing.y)); - pressed = Selectable("", selected, selectable_flags, ImVec2(w, 0.0f)); - PopStyleVar(); - RenderText(text_pos, label); - window->DC.CursorPos.x += IM_FLOOR(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the PopStyleVar(). - } - else - { - // Menu item inside a vertical menu - // (In a typical menu window where all items are BeginMenu() or MenuItem() calls, extra_w will always be 0.0f. - // Only when they are other items sticking out we're going to add spacing, yet only register minimum width into the layout system. - float icon_w = (icon && icon[0]) ? CalcTextSize(icon, NULL).x : 0.0f; - float shortcut_w = (shortcut && shortcut[0]) ? CalcTextSize(shortcut, NULL).x : 0.0f; - float checkmark_w = IM_FLOOR(g.FontSize * 1.20f); - float min_w = window->DC.MenuColumns.DeclColumns(icon_w, label_size.x, shortcut_w, checkmark_w); // Feedback for next frame - float stretch_w = ImMax(0.0f, GetContentRegionAvail().x - min_w); - pressed = Selectable("", false, selectable_flags | ImGuiSelectableFlags_SpanAvailWidth, ImVec2(min_w, 0.0f)); - RenderText(pos + ImVec2(offsets->OffsetLabel, 0.0f), label); - if (icon_w > 0.0f) - RenderText(pos + ImVec2(offsets->OffsetIcon, 0.0f), icon); - if (shortcut_w > 0.0f) - { - PushStyleColor(ImGuiCol_Text, style.Colors[ImGuiCol_TextDisabled]); - RenderText(pos + ImVec2(offsets->OffsetShortcut + stretch_w, 0.0f), shortcut, NULL, false); - PopStyleColor(); - } - if (selected) - RenderCheckMark(window->DrawList, pos + ImVec2(offsets->OffsetMark + stretch_w + g.FontSize * 0.40f, g.FontSize * 0.134f * 0.5f), GetColorU32(ImGuiCol_Text), g.FontSize * 0.866f); - } - IMGUI_TEST_ENGINE_ITEM_INFO(g.LastItemData.ID, label, g.LastItemData.StatusFlags | ImGuiItemStatusFlags_Checkable | (selected ? ImGuiItemStatusFlags_Checked : 0)); - if (!enabled) - EndDisabled(); - PopID(); - if (menuset_is_open) - g.NavWindow = backed_nav_window; - - return pressed; -} - -bool ImGui::MenuItem(const char* label, const char* shortcut, bool selected, bool enabled) -{ - return MenuItemEx(label, NULL, shortcut, selected, enabled); -} - -bool ImGui::MenuItem(const char* label, const char* shortcut, bool* p_selected, bool enabled) -{ - if (MenuItemEx(label, NULL, shortcut, p_selected ? *p_selected : false, enabled)) - { - if (p_selected) - *p_selected = !*p_selected; - return true; - } - return false; -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: BeginTabBar, EndTabBar, etc. -//------------------------------------------------------------------------- -// - BeginTabBar() -// - BeginTabBarEx() [Internal] -// - EndTabBar() -// - TabBarLayout() [Internal] -// - TabBarCalcTabID() [Internal] -// - TabBarCalcMaxTabWidth() [Internal] -// - TabBarFindTabById() [Internal] -// - TabBarRemoveTab() [Internal] -// - TabBarCloseTab() [Internal] -// - TabBarScrollClamp() [Internal] -// - TabBarScrollToTab() [Internal] -// - TabBarQueueChangeTabOrder() [Internal] -// - TabBarScrollingButtons() [Internal] -// - TabBarTabListPopupButton() [Internal] -//------------------------------------------------------------------------- - -struct ImGuiTabBarSection -{ - int TabCount; // Number of tabs in this section. - float Width; // Sum of width of tabs in this section (after shrinking down) - float Spacing; // Horizontal spacing at the end of the section. - - ImGuiTabBarSection() { memset(this, 0, sizeof(*this)); } -}; - -namespace ImGui -{ - static void TabBarLayout(ImGuiTabBar* tab_bar); - static ImU32 TabBarCalcTabID(ImGuiTabBar* tab_bar, const char* label); - static float TabBarCalcMaxTabWidth(); - static float TabBarScrollClamp(ImGuiTabBar* tab_bar, float scrolling); - static void TabBarScrollToTab(ImGuiTabBar* tab_bar, ImGuiID tab_id, ImGuiTabBarSection* sections); - static ImGuiTabItem* TabBarScrollingButtons(ImGuiTabBar* tab_bar); - static ImGuiTabItem* TabBarTabListPopupButton(ImGuiTabBar* tab_bar); -} - -ImGuiTabBar::ImGuiTabBar() -{ - memset(this, 0, sizeof(*this)); - CurrFrameVisible = PrevFrameVisible = -1; - LastTabItemIdx = -1; -} - -static inline int TabItemGetSectionIdx(const ImGuiTabItem* tab) -{ - return (tab->Flags & ImGuiTabItemFlags_Leading) ? 0 : (tab->Flags & ImGuiTabItemFlags_Trailing) ? 2 : 1; -} - -static int IMGUI_CDECL TabItemComparerBySection(const void* lhs, const void* rhs) -{ - const ImGuiTabItem* a = (const ImGuiTabItem*)lhs; - const ImGuiTabItem* b = (const ImGuiTabItem*)rhs; - const int a_section = TabItemGetSectionIdx(a); - const int b_section = TabItemGetSectionIdx(b); - if (a_section != b_section) - return a_section - b_section; - return (int)(a->IndexDuringLayout - b->IndexDuringLayout); -} - -static int IMGUI_CDECL TabItemComparerByBeginOrder(const void* lhs, const void* rhs) -{ - const ImGuiTabItem* a = (const ImGuiTabItem*)lhs; - const ImGuiTabItem* b = (const ImGuiTabItem*)rhs; - return (int)(a->BeginOrder - b->BeginOrder); -} - -static ImGuiTabBar* GetTabBarFromTabBarRef(const ImGuiPtrOrIndex& ref) -{ - ImGuiContext& g = *GImGui; - return ref.Ptr ? (ImGuiTabBar*)ref.Ptr : g.TabBars.GetByIndex(ref.Index); -} - -static ImGuiPtrOrIndex GetTabBarRefFromTabBar(ImGuiTabBar* tab_bar) -{ - ImGuiContext& g = *GImGui; - if (g.TabBars.Contains(tab_bar)) - return ImGuiPtrOrIndex(g.TabBars.GetIndex(tab_bar)); - return ImGuiPtrOrIndex(tab_bar); -} - -bool ImGui::BeginTabBar(const char* str_id, ImGuiTabBarFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return false; - - ImGuiID id = window->GetID(str_id); - ImGuiTabBar* tab_bar = g.TabBars.GetOrAddByKey(id); - ImRect tab_bar_bb = ImRect(window->DC.CursorPos.x, window->DC.CursorPos.y, window->WorkRect.Max.x, window->DC.CursorPos.y + g.FontSize + g.Style.FramePadding.y * 2); - tab_bar->ID = id; - return BeginTabBarEx(tab_bar, tab_bar_bb, flags | ImGuiTabBarFlags_IsFocused); -} - -bool ImGui::BeginTabBarEx(ImGuiTabBar* tab_bar, const ImRect& tab_bar_bb, ImGuiTabBarFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return false; - - if ((flags & ImGuiTabBarFlags_DockNode) == 0) - PushOverrideID(tab_bar->ID); - - // Add to stack - g.CurrentTabBarStack.push_back(GetTabBarRefFromTabBar(tab_bar)); - g.CurrentTabBar = tab_bar; - - // Append with multiple BeginTabBar()/EndTabBar() pairs. - tab_bar->BackupCursorPos = window->DC.CursorPos; - if (tab_bar->CurrFrameVisible == g.FrameCount) - { - window->DC.CursorPos = ImVec2(tab_bar->BarRect.Min.x, tab_bar->BarRect.Max.y + tab_bar->ItemSpacingY); - tab_bar->BeginCount++; - return true; - } - - // Ensure correct ordering when toggling ImGuiTabBarFlags_Reorderable flag, or when a new tab was added while being not reorderable - if ((flags & ImGuiTabBarFlags_Reorderable) != (tab_bar->Flags & ImGuiTabBarFlags_Reorderable) || (tab_bar->TabsAddedNew && !(flags & ImGuiTabBarFlags_Reorderable))) - ImQsort(tab_bar->Tabs.Data, tab_bar->Tabs.Size, sizeof(ImGuiTabItem), TabItemComparerByBeginOrder); - tab_bar->TabsAddedNew = false; - - // Flags - if ((flags & ImGuiTabBarFlags_FittingPolicyMask_) == 0) - flags |= ImGuiTabBarFlags_FittingPolicyDefault_; - - tab_bar->Flags = flags; - tab_bar->BarRect = tab_bar_bb; - tab_bar->WantLayout = true; // Layout will be done on the first call to ItemTab() - tab_bar->PrevFrameVisible = tab_bar->CurrFrameVisible; - tab_bar->CurrFrameVisible = g.FrameCount; - tab_bar->PrevTabsContentsHeight = tab_bar->CurrTabsContentsHeight; - tab_bar->CurrTabsContentsHeight = 0.0f; - tab_bar->ItemSpacingY = g.Style.ItemSpacing.y; - tab_bar->FramePadding = g.Style.FramePadding; - tab_bar->TabsActiveCount = 0; - tab_bar->BeginCount = 1; - - // Set cursor pos in a way which only be used in the off-chance the user erroneously submits item before BeginTabItem(): items will overlap - window->DC.CursorPos = ImVec2(tab_bar->BarRect.Min.x, tab_bar->BarRect.Max.y + tab_bar->ItemSpacingY); - - // Draw separator - const ImU32 col = GetColorU32((flags & ImGuiTabBarFlags_IsFocused) ? ImGuiCol_TabActive : ImGuiCol_TabUnfocusedActive); - const float y = tab_bar->BarRect.Max.y - 1.0f; - { - const float separator_min_x = tab_bar->BarRect.Min.x - IM_FLOOR(window->WindowPadding.x * 0.5f); - const float separator_max_x = tab_bar->BarRect.Max.x + IM_FLOOR(window->WindowPadding.x * 0.5f); - window->DrawList->AddLine(ImVec2(separator_min_x, y), ImVec2(separator_max_x, y), col, 1.0f); - } - return true; -} - -void ImGui::EndTabBar() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return; - - ImGuiTabBar* tab_bar = g.CurrentTabBar; - if (tab_bar == NULL) - { - IM_ASSERT_USER_ERROR(tab_bar != NULL, "Mismatched BeginTabBar()/EndTabBar()!"); - return; - } - - // Fallback in case no TabItem have been submitted - if (tab_bar->WantLayout) - TabBarLayout(tab_bar); - - // Restore the last visible height if no tab is visible, this reduce vertical flicker/movement when a tabs gets removed without calling SetTabItemClosed(). - const bool tab_bar_appearing = (tab_bar->PrevFrameVisible + 1 < g.FrameCount); - if (tab_bar->VisibleTabWasSubmitted || tab_bar->VisibleTabId == 0 || tab_bar_appearing) - { - tab_bar->CurrTabsContentsHeight = ImMax(window->DC.CursorPos.y - tab_bar->BarRect.Max.y, tab_bar->CurrTabsContentsHeight); - window->DC.CursorPos.y = tab_bar->BarRect.Max.y + tab_bar->CurrTabsContentsHeight; - } - else - { - window->DC.CursorPos.y = tab_bar->BarRect.Max.y + tab_bar->PrevTabsContentsHeight; - } - if (tab_bar->BeginCount > 1) - window->DC.CursorPos = tab_bar->BackupCursorPos; - - if ((tab_bar->Flags & ImGuiTabBarFlags_DockNode) == 0) - PopID(); - - g.CurrentTabBarStack.pop_back(); - g.CurrentTabBar = g.CurrentTabBarStack.empty() ? NULL : GetTabBarFromTabBarRef(g.CurrentTabBarStack.back()); -} - -// This is called only once a frame before by the first call to ItemTab() -// The reason we're not calling it in BeginTabBar() is to leave a chance to the user to call the SetTabItemClosed() functions. -static void ImGui::TabBarLayout(ImGuiTabBar* tab_bar) -{ - ImGuiContext& g = *GImGui; - tab_bar->WantLayout = false; - - // Garbage collect by compacting list - // Detect if we need to sort out tab list (e.g. in rare case where a tab changed section) - int tab_dst_n = 0; - bool need_sort_by_section = false; - ImGuiTabBarSection sections[3]; // Layout sections: Leading, Central, Trailing - for (int tab_src_n = 0; tab_src_n < tab_bar->Tabs.Size; tab_src_n++) - { - ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; - if (tab->LastFrameVisible < tab_bar->PrevFrameVisible || tab->WantClose) - { - // Remove tab - if (tab_bar->VisibleTabId == tab->ID) { tab_bar->VisibleTabId = 0; } - if (tab_bar->SelectedTabId == tab->ID) { tab_bar->SelectedTabId = 0; } - if (tab_bar->NextSelectedTabId == tab->ID) { tab_bar->NextSelectedTabId = 0; } - continue; - } - if (tab_dst_n != tab_src_n) - tab_bar->Tabs[tab_dst_n] = tab_bar->Tabs[tab_src_n]; - - tab = &tab_bar->Tabs[tab_dst_n]; - tab->IndexDuringLayout = (ImS16)tab_dst_n; - - // We will need sorting if tabs have changed section (e.g. moved from one of Leading/Central/Trailing to another) - int curr_tab_section_n = TabItemGetSectionIdx(tab); - if (tab_dst_n > 0) - { - ImGuiTabItem* prev_tab = &tab_bar->Tabs[tab_dst_n - 1]; - int prev_tab_section_n = TabItemGetSectionIdx(prev_tab); - if (curr_tab_section_n == 0 && prev_tab_section_n != 0) - need_sort_by_section = true; - if (prev_tab_section_n == 2 && curr_tab_section_n != 2) - need_sort_by_section = true; - } - - sections[curr_tab_section_n].TabCount++; - tab_dst_n++; - } - if (tab_bar->Tabs.Size != tab_dst_n) - tab_bar->Tabs.resize(tab_dst_n); - - if (need_sort_by_section) - ImQsort(tab_bar->Tabs.Data, tab_bar->Tabs.Size, sizeof(ImGuiTabItem), TabItemComparerBySection); - - // Calculate spacing between sections - sections[0].Spacing = sections[0].TabCount > 0 && (sections[1].TabCount + sections[2].TabCount) > 0 ? g.Style.ItemInnerSpacing.x : 0.0f; - sections[1].Spacing = sections[1].TabCount > 0 && sections[2].TabCount > 0 ? g.Style.ItemInnerSpacing.x : 0.0f; - - // Setup next selected tab - ImGuiID scroll_to_tab_id = 0; - if (tab_bar->NextSelectedTabId) - { - tab_bar->SelectedTabId = tab_bar->NextSelectedTabId; - tab_bar->NextSelectedTabId = 0; - scroll_to_tab_id = tab_bar->SelectedTabId; - } - - // Process order change request (we could probably process it when requested but it's just saner to do it in a single spot). - if (tab_bar->ReorderRequestTabId != 0) - { - if (TabBarProcessReorder(tab_bar)) - if (tab_bar->ReorderRequestTabId == tab_bar->SelectedTabId) - scroll_to_tab_id = tab_bar->ReorderRequestTabId; - tab_bar->ReorderRequestTabId = 0; - } - - // Tab List Popup (will alter tab_bar->BarRect and therefore the available width!) - const bool tab_list_popup_button = (tab_bar->Flags & ImGuiTabBarFlags_TabListPopupButton) != 0; - if (tab_list_popup_button) - if (ImGuiTabItem* tab_to_select = TabBarTabListPopupButton(tab_bar)) // NB: Will alter BarRect.Min.x! - scroll_to_tab_id = tab_bar->SelectedTabId = tab_to_select->ID; - - // Leading/Trailing tabs will be shrink only if central one aren't visible anymore, so layout the shrink data as: leading, trailing, central - // (whereas our tabs are stored as: leading, central, trailing) - int shrink_buffer_indexes[3] = { 0, sections[0].TabCount + sections[2].TabCount, sections[0].TabCount }; - g.ShrinkWidthBuffer.resize(tab_bar->Tabs.Size); - - // Compute ideal tabs widths + store them into shrink buffer - ImGuiTabItem* most_recently_selected_tab = NULL; - int curr_section_n = -1; - bool found_selected_tab_id = false; - for (int tab_n = 0; tab_n < tab_bar->Tabs.Size; tab_n++) - { - ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; - IM_ASSERT(tab->LastFrameVisible >= tab_bar->PrevFrameVisible); - - if ((most_recently_selected_tab == NULL || most_recently_selected_tab->LastFrameSelected < tab->LastFrameSelected) && !(tab->Flags & ImGuiTabItemFlags_Button)) - most_recently_selected_tab = tab; - if (tab->ID == tab_bar->SelectedTabId) - found_selected_tab_id = true; - if (scroll_to_tab_id == 0 && g.NavJustMovedToId == tab->ID) - scroll_to_tab_id = tab->ID; - - // Refresh tab width immediately, otherwise changes of style e.g. style.FramePadding.x would noticeably lag in the tab bar. - // Additionally, when using TabBarAddTab() to manipulate tab bar order we occasionally insert new tabs that don't have a width yet, - // and we cannot wait for the next BeginTabItem() call. We cannot compute this width within TabBarAddTab() because font size depends on the active window. - const char* tab_name = tab_bar->GetTabName(tab); - const bool has_close_button = (tab->Flags & ImGuiTabItemFlags_NoCloseButton) ? false : true; - tab->ContentWidth = (tab->RequestedWidth > 0.0f) ? tab->RequestedWidth : TabItemCalcSize(tab_name, has_close_button).x; - - int section_n = TabItemGetSectionIdx(tab); - ImGuiTabBarSection* section = §ions[section_n]; - section->Width += tab->ContentWidth + (section_n == curr_section_n ? g.Style.ItemInnerSpacing.x : 0.0f); - curr_section_n = section_n; - - // Store data so we can build an array sorted by width if we need to shrink tabs down - IM_MSVC_WARNING_SUPPRESS(6385); - ImGuiShrinkWidthItem* shrink_width_item = &g.ShrinkWidthBuffer[shrink_buffer_indexes[section_n]++]; - shrink_width_item->Index = tab_n; - shrink_width_item->Width = shrink_width_item->InitialWidth = tab->ContentWidth; - - IM_ASSERT(tab->ContentWidth > 0.0f); - tab->Width = tab->ContentWidth; - } - - // Compute total ideal width (used for e.g. auto-resizing a window) - tab_bar->WidthAllTabsIdeal = 0.0f; - for (int section_n = 0; section_n < 3; section_n++) - tab_bar->WidthAllTabsIdeal += sections[section_n].Width + sections[section_n].Spacing; - - // Horizontal scrolling buttons - // (note that TabBarScrollButtons() will alter BarRect.Max.x) - if ((tab_bar->WidthAllTabsIdeal > tab_bar->BarRect.GetWidth() && tab_bar->Tabs.Size > 1) && !(tab_bar->Flags & ImGuiTabBarFlags_NoTabListScrollingButtons) && (tab_bar->Flags & ImGuiTabBarFlags_FittingPolicyScroll)) - if (ImGuiTabItem* scroll_and_select_tab = TabBarScrollingButtons(tab_bar)) - { - scroll_to_tab_id = scroll_and_select_tab->ID; - if ((scroll_and_select_tab->Flags & ImGuiTabItemFlags_Button) == 0) - tab_bar->SelectedTabId = scroll_to_tab_id; - } - - // Shrink widths if full tabs don't fit in their allocated space - float section_0_w = sections[0].Width + sections[0].Spacing; - float section_1_w = sections[1].Width + sections[1].Spacing; - float section_2_w = sections[2].Width + sections[2].Spacing; - bool central_section_is_visible = (section_0_w + section_2_w) < tab_bar->BarRect.GetWidth(); - float width_excess; - if (central_section_is_visible) - width_excess = ImMax(section_1_w - (tab_bar->BarRect.GetWidth() - section_0_w - section_2_w), 0.0f); // Excess used to shrink central section - else - width_excess = (section_0_w + section_2_w) - tab_bar->BarRect.GetWidth(); // Excess used to shrink leading/trailing section - - // With ImGuiTabBarFlags_FittingPolicyScroll policy, we will only shrink leading/trailing if the central section is not visible anymore - if (width_excess > 0.0f && ((tab_bar->Flags & ImGuiTabBarFlags_FittingPolicyResizeDown) || !central_section_is_visible)) - { - int shrink_data_count = (central_section_is_visible ? sections[1].TabCount : sections[0].TabCount + sections[2].TabCount); - int shrink_data_offset = (central_section_is_visible ? sections[0].TabCount + sections[2].TabCount : 0); - ShrinkWidths(g.ShrinkWidthBuffer.Data + shrink_data_offset, shrink_data_count, width_excess); - - // Apply shrunk values into tabs and sections - for (int tab_n = shrink_data_offset; tab_n < shrink_data_offset + shrink_data_count; tab_n++) - { - ImGuiTabItem* tab = &tab_bar->Tabs[g.ShrinkWidthBuffer[tab_n].Index]; - float shrinked_width = IM_FLOOR(g.ShrinkWidthBuffer[tab_n].Width); - if (shrinked_width < 0.0f) - continue; - - int section_n = TabItemGetSectionIdx(tab); - sections[section_n].Width -= (tab->Width - shrinked_width); - tab->Width = shrinked_width; - } - } - - // Layout all active tabs - int section_tab_index = 0; - float tab_offset = 0.0f; - tab_bar->WidthAllTabs = 0.0f; - for (int section_n = 0; section_n < 3; section_n++) - { - ImGuiTabBarSection* section = §ions[section_n]; - if (section_n == 2) - tab_offset = ImMin(ImMax(0.0f, tab_bar->BarRect.GetWidth() - section->Width), tab_offset); - - for (int tab_n = 0; tab_n < section->TabCount; tab_n++) - { - ImGuiTabItem* tab = &tab_bar->Tabs[section_tab_index + tab_n]; - tab->Offset = tab_offset; - tab_offset += tab->Width + (tab_n < section->TabCount - 1 ? g.Style.ItemInnerSpacing.x : 0.0f); - } - tab_bar->WidthAllTabs += ImMax(section->Width + section->Spacing, 0.0f); - tab_offset += section->Spacing; - section_tab_index += section->TabCount; - } - - // If we have lost the selected tab, select the next most recently active one - if (found_selected_tab_id == false) - tab_bar->SelectedTabId = 0; - if (tab_bar->SelectedTabId == 0 && tab_bar->NextSelectedTabId == 0 && most_recently_selected_tab != NULL) - scroll_to_tab_id = tab_bar->SelectedTabId = most_recently_selected_tab->ID; - - // Lock in visible tab - tab_bar->VisibleTabId = tab_bar->SelectedTabId; - tab_bar->VisibleTabWasSubmitted = false; - - // Update scrolling - if (scroll_to_tab_id != 0) - TabBarScrollToTab(tab_bar, scroll_to_tab_id, sections); - tab_bar->ScrollingAnim = TabBarScrollClamp(tab_bar, tab_bar->ScrollingAnim); - tab_bar->ScrollingTarget = TabBarScrollClamp(tab_bar, tab_bar->ScrollingTarget); - if (tab_bar->ScrollingAnim != tab_bar->ScrollingTarget) - { - // Scrolling speed adjust itself so we can always reach our target in 1/3 seconds. - // Teleport if we are aiming far off the visible line - tab_bar->ScrollingSpeed = ImMax(tab_bar->ScrollingSpeed, 70.0f * g.FontSize); - tab_bar->ScrollingSpeed = ImMax(tab_bar->ScrollingSpeed, ImFabs(tab_bar->ScrollingTarget - tab_bar->ScrollingAnim) / 0.3f); - const bool teleport = (tab_bar->PrevFrameVisible + 1 < g.FrameCount) || (tab_bar->ScrollingTargetDistToVisibility > 10.0f * g.FontSize); - tab_bar->ScrollingAnim = teleport ? tab_bar->ScrollingTarget : ImLinearSweep(tab_bar->ScrollingAnim, tab_bar->ScrollingTarget, g.IO.DeltaTime * tab_bar->ScrollingSpeed); - } - else - { - tab_bar->ScrollingSpeed = 0.0f; - } - tab_bar->ScrollingRectMinX = tab_bar->BarRect.Min.x + sections[0].Width + sections[0].Spacing; - tab_bar->ScrollingRectMaxX = tab_bar->BarRect.Max.x - sections[2].Width - sections[1].Spacing; - - // Clear name buffers - if ((tab_bar->Flags & ImGuiTabBarFlags_DockNode) == 0) - tab_bar->TabsNames.Buf.resize(0); - - // Actual layout in host window (we don't do it in BeginTabBar() so as not to waste an extra frame) - ImGuiWindow* window = g.CurrentWindow; - window->DC.CursorPos = tab_bar->BarRect.Min; - ItemSize(ImVec2(tab_bar->WidthAllTabs, tab_bar->BarRect.GetHeight()), tab_bar->FramePadding.y); - window->DC.IdealMaxPos.x = ImMax(window->DC.IdealMaxPos.x, tab_bar->BarRect.Min.x + tab_bar->WidthAllTabsIdeal); -} - -// Dockables uses Name/ID in the global namespace. Non-dockable items use the ID stack. -static ImU32 ImGui::TabBarCalcTabID(ImGuiTabBar* tab_bar, const char* label) -{ - if (tab_bar->Flags & ImGuiTabBarFlags_DockNode) - { - ImGuiID id = ImHashStr(label); - KeepAliveID(id); - return id; - } - else - { - ImGuiWindow* window = GImGui->CurrentWindow; - return window->GetID(label); - } -} - -static float ImGui::TabBarCalcMaxTabWidth() -{ - ImGuiContext& g = *GImGui; - return g.FontSize * 20.0f; -} - -ImGuiTabItem* ImGui::TabBarFindTabByID(ImGuiTabBar* tab_bar, ImGuiID tab_id) -{ - if (tab_id != 0) - for (int n = 0; n < tab_bar->Tabs.Size; n++) - if (tab_bar->Tabs[n].ID == tab_id) - return &tab_bar->Tabs[n]; - return NULL; -} - -// The *TabId fields be already set by the docking system _before_ the actual TabItem was created, so we clear them regardless. -void ImGui::TabBarRemoveTab(ImGuiTabBar* tab_bar, ImGuiID tab_id) -{ - if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) - tab_bar->Tabs.erase(tab); - if (tab_bar->VisibleTabId == tab_id) { tab_bar->VisibleTabId = 0; } - if (tab_bar->SelectedTabId == tab_id) { tab_bar->SelectedTabId = 0; } - if (tab_bar->NextSelectedTabId == tab_id) { tab_bar->NextSelectedTabId = 0; } -} - -// Called on manual closure attempt -void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) -{ - IM_ASSERT(!(tab->Flags & ImGuiTabItemFlags_Button)); - if (!(tab->Flags & ImGuiTabItemFlags_UnsavedDocument)) - { - // This will remove a frame of lag for selecting another tab on closure. - // However we don't run it in the case where the 'Unsaved' flag is set, so user gets a chance to fully undo the closure - tab->WantClose = true; - if (tab_bar->VisibleTabId == tab->ID) - { - tab->LastFrameVisible = -1; - tab_bar->SelectedTabId = tab_bar->NextSelectedTabId = 0; - } - } - else - { - // Actually select before expecting closure attempt (on an UnsavedDocument tab user is expect to e.g. show a popup) - if (tab_bar->VisibleTabId != tab->ID) - tab_bar->NextSelectedTabId = tab->ID; - } -} - -static float ImGui::TabBarScrollClamp(ImGuiTabBar* tab_bar, float scrolling) -{ - scrolling = ImMin(scrolling, tab_bar->WidthAllTabs - tab_bar->BarRect.GetWidth()); - return ImMax(scrolling, 0.0f); -} - -// Note: we may scroll to tab that are not selected! e.g. using keyboard arrow keys -static void ImGui::TabBarScrollToTab(ImGuiTabBar* tab_bar, ImGuiID tab_id, ImGuiTabBarSection* sections) -{ - ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id); - if (tab == NULL) - return; - if (tab->Flags & ImGuiTabItemFlags_SectionMask_) - return; - - ImGuiContext& g = *GImGui; - float margin = g.FontSize * 1.0f; // When to scroll to make Tab N+1 visible always make a bit of N visible to suggest more scrolling area (since we don't have a scrollbar) - int order = tab_bar->GetTabOrder(tab); - - // Scrolling happens only in the central section (leading/trailing sections are not scrolling) - // FIXME: This is all confusing. - float scrollable_width = tab_bar->BarRect.GetWidth() - sections[0].Width - sections[2].Width - sections[1].Spacing; - - // We make all tabs positions all relative Sections[0].Width to make code simpler - float tab_x1 = tab->Offset - sections[0].Width + (order > sections[0].TabCount - 1 ? -margin : 0.0f); - float tab_x2 = tab->Offset - sections[0].Width + tab->Width + (order + 1 < tab_bar->Tabs.Size - sections[2].TabCount ? margin : 1.0f); - tab_bar->ScrollingTargetDistToVisibility = 0.0f; - if (tab_bar->ScrollingTarget > tab_x1 || (tab_x2 - tab_x1 >= scrollable_width)) - { - // Scroll to the left - tab_bar->ScrollingTargetDistToVisibility = ImMax(tab_bar->ScrollingAnim - tab_x2, 0.0f); - tab_bar->ScrollingTarget = tab_x1; - } - else if (tab_bar->ScrollingTarget < tab_x2 - scrollable_width) - { - // Scroll to the right - tab_bar->ScrollingTargetDistToVisibility = ImMax((tab_x1 - scrollable_width) - tab_bar->ScrollingAnim, 0.0f); - tab_bar->ScrollingTarget = tab_x2 - scrollable_width; - } -} - -void ImGui::TabBarQueueReorder(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, int offset) -{ - IM_ASSERT(offset != 0); - IM_ASSERT(tab_bar->ReorderRequestTabId == 0); - tab_bar->ReorderRequestTabId = tab->ID; - tab_bar->ReorderRequestOffset = (ImS16)offset; -} - -void ImGui::TabBarQueueReorderFromMousePos(ImGuiTabBar* tab_bar, const ImGuiTabItem* src_tab, ImVec2 mouse_pos) -{ - ImGuiContext& g = *GImGui; - IM_ASSERT(tab_bar->ReorderRequestTabId == 0); - if ((tab_bar->Flags & ImGuiTabBarFlags_Reorderable) == 0) - return; - - const bool is_central_section = (src_tab->Flags & ImGuiTabItemFlags_SectionMask_) == 0; - const float bar_offset = tab_bar->BarRect.Min.x - (is_central_section ? tab_bar->ScrollingTarget : 0); - - // Count number of contiguous tabs we are crossing over - const int dir = (bar_offset + src_tab->Offset) > mouse_pos.x ? -1 : +1; - const int src_idx = tab_bar->Tabs.index_from_ptr(src_tab); - int dst_idx = src_idx; - for (int i = src_idx; i >= 0 && i < tab_bar->Tabs.Size; i += dir) - { - // Reordered tabs must share the same section - const ImGuiTabItem* dst_tab = &tab_bar->Tabs[i]; - if (dst_tab->Flags & ImGuiTabItemFlags_NoReorder) - break; - if ((dst_tab->Flags & ImGuiTabItemFlags_SectionMask_) != (src_tab->Flags & ImGuiTabItemFlags_SectionMask_)) - break; - dst_idx = i; - - // Include spacing after tab, so when mouse cursor is between tabs we would not continue checking further tabs that are not hovered. - const float x1 = bar_offset + dst_tab->Offset - g.Style.ItemInnerSpacing.x; - const float x2 = bar_offset + dst_tab->Offset + dst_tab->Width + g.Style.ItemInnerSpacing.x; - //GetForegroundDrawList()->AddRect(ImVec2(x1, tab_bar->BarRect.Min.y), ImVec2(x2, tab_bar->BarRect.Max.y), IM_COL32(255, 0, 0, 255)); - if ((dir < 0 && mouse_pos.x > x1) || (dir > 0 && mouse_pos.x < x2)) - break; - } - - if (dst_idx != src_idx) - TabBarQueueReorder(tab_bar, src_tab, dst_idx - src_idx); -} - -bool ImGui::TabBarProcessReorder(ImGuiTabBar* tab_bar) -{ - ImGuiTabItem* tab1 = TabBarFindTabByID(tab_bar, tab_bar->ReorderRequestTabId); - if (tab1 == NULL || (tab1->Flags & ImGuiTabItemFlags_NoReorder)) - return false; - - //IM_ASSERT(tab_bar->Flags & ImGuiTabBarFlags_Reorderable); // <- this may happen when using debug tools - int tab2_order = tab_bar->GetTabOrder(tab1) + tab_bar->ReorderRequestOffset; - if (tab2_order < 0 || tab2_order >= tab_bar->Tabs.Size) - return false; - - // Reordered tabs must share the same section - // (Note: TabBarQueueReorderFromMousePos() also has a similar test but since we allow direct calls to TabBarQueueReorder() we do it here too) - ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; - if (tab2->Flags & ImGuiTabItemFlags_NoReorder) - return false; - if ((tab1->Flags & ImGuiTabItemFlags_SectionMask_) != (tab2->Flags & ImGuiTabItemFlags_SectionMask_)) - return false; - - ImGuiTabItem item_tmp = *tab1; - ImGuiTabItem* src_tab = (tab_bar->ReorderRequestOffset > 0) ? tab1 + 1 : tab2; - ImGuiTabItem* dst_tab = (tab_bar->ReorderRequestOffset > 0) ? tab1 : tab2 + 1; - const int move_count = (tab_bar->ReorderRequestOffset > 0) ? tab_bar->ReorderRequestOffset : -tab_bar->ReorderRequestOffset; - memmove(dst_tab, src_tab, move_count * sizeof(ImGuiTabItem)); - *tab2 = item_tmp; - - if (tab_bar->Flags & ImGuiTabBarFlags_SaveSettings) - MarkIniSettingsDirty(); - return true; -} - -static ImGuiTabItem* ImGui::TabBarScrollingButtons(ImGuiTabBar* tab_bar) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - const ImVec2 arrow_button_size(g.FontSize - 2.0f, g.FontSize + g.Style.FramePadding.y * 2.0f); - const float scrolling_buttons_width = arrow_button_size.x * 2.0f; - - const ImVec2 backup_cursor_pos = window->DC.CursorPos; - //window->DrawList->AddRect(ImVec2(tab_bar->BarRect.Max.x - scrolling_buttons_width, tab_bar->BarRect.Min.y), ImVec2(tab_bar->BarRect.Max.x, tab_bar->BarRect.Max.y), IM_COL32(255,0,0,255)); - - int select_dir = 0; - ImVec4 arrow_col = g.Style.Colors[ImGuiCol_Text]; - arrow_col.w *= 0.5f; - - PushStyleColor(ImGuiCol_Text, arrow_col); - PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - const float backup_repeat_delay = g.IO.KeyRepeatDelay; - const float backup_repeat_rate = g.IO.KeyRepeatRate; - g.IO.KeyRepeatDelay = 0.250f; - g.IO.KeyRepeatRate = 0.200f; - float x = ImMax(tab_bar->BarRect.Min.x, tab_bar->BarRect.Max.x - scrolling_buttons_width); - window->DC.CursorPos = ImVec2(x, tab_bar->BarRect.Min.y); - if (ArrowButtonEx("##<", ImGuiDir_Left, arrow_button_size, ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_Repeat)) - select_dir = -1; - window->DC.CursorPos = ImVec2(x + arrow_button_size.x, tab_bar->BarRect.Min.y); - if (ArrowButtonEx("##>", ImGuiDir_Right, arrow_button_size, ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_Repeat)) - select_dir = +1; - PopStyleColor(2); - g.IO.KeyRepeatRate = backup_repeat_rate; - g.IO.KeyRepeatDelay = backup_repeat_delay; - - ImGuiTabItem* tab_to_scroll_to = NULL; - if (select_dir != 0) - if (ImGuiTabItem* tab_item = TabBarFindTabByID(tab_bar, tab_bar->SelectedTabId)) - { - int selected_order = tab_bar->GetTabOrder(tab_item); - int target_order = selected_order + select_dir; - - // Skip tab item buttons until another tab item is found or end is reached - while (tab_to_scroll_to == NULL) - { - // If we are at the end of the list, still scroll to make our tab visible - tab_to_scroll_to = &tab_bar->Tabs[(target_order >= 0 && target_order < tab_bar->Tabs.Size) ? target_order : selected_order]; - - // Cross through buttons - // (even if first/last item is a button, return it so we can update the scroll) - if (tab_to_scroll_to->Flags & ImGuiTabItemFlags_Button) - { - target_order += select_dir; - selected_order += select_dir; - tab_to_scroll_to = (target_order < 0 || target_order >= tab_bar->Tabs.Size) ? tab_to_scroll_to : NULL; - } - } - } - window->DC.CursorPos = backup_cursor_pos; - tab_bar->BarRect.Max.x -= scrolling_buttons_width + 1.0f; - - return tab_to_scroll_to; -} - -static ImGuiTabItem* ImGui::TabBarTabListPopupButton(ImGuiTabBar* tab_bar) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - - // We use g.Style.FramePadding.y to match the square ArrowButton size - const float tab_list_popup_button_width = g.FontSize + g.Style.FramePadding.y; - const ImVec2 backup_cursor_pos = window->DC.CursorPos; - window->DC.CursorPos = ImVec2(tab_bar->BarRect.Min.x - g.Style.FramePadding.y, tab_bar->BarRect.Min.y); - tab_bar->BarRect.Min.x += tab_list_popup_button_width; - - ImVec4 arrow_col = g.Style.Colors[ImGuiCol_Text]; - arrow_col.w *= 0.5f; - PushStyleColor(ImGuiCol_Text, arrow_col); - PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - bool open = BeginCombo("##v", NULL, ImGuiComboFlags_NoPreview | ImGuiComboFlags_HeightLargest); - PopStyleColor(2); - - ImGuiTabItem* tab_to_select = NULL; - if (open) - { - for (int tab_n = 0; tab_n < tab_bar->Tabs.Size; tab_n++) - { - ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; - if (tab->Flags & ImGuiTabItemFlags_Button) - continue; - - const char* tab_name = tab_bar->GetTabName(tab); - if (Selectable(tab_name, tab_bar->SelectedTabId == tab->ID)) - tab_to_select = tab; - } - EndCombo(); - } - - window->DC.CursorPos = backup_cursor_pos; - return tab_to_select; -} - -//------------------------------------------------------------------------- -// [SECTION] Widgets: BeginTabItem, EndTabItem, etc. -//------------------------------------------------------------------------- -// - BeginTabItem() -// - EndTabItem() -// - TabItemButton() -// - TabItemEx() [Internal] -// - SetTabItemClosed() -// - TabItemCalcSize() [Internal] -// - TabItemBackground() [Internal] -// - TabItemLabelAndCloseButton() [Internal] -//------------------------------------------------------------------------- - -bool ImGui::BeginTabItem(const char* label, bool* p_open, ImGuiTabItemFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return false; - - ImGuiTabBar* tab_bar = g.CurrentTabBar; - if (tab_bar == NULL) - { - IM_ASSERT_USER_ERROR(tab_bar, "Needs to be called between BeginTabBar() and EndTabBar()!"); - return false; - } - IM_ASSERT(!(flags & ImGuiTabItemFlags_Button)); // BeginTabItem() Can't be used with button flags, use TabItemButton() instead! - - bool ret = TabItemEx(tab_bar, label, p_open, flags); - if (ret && !(flags & ImGuiTabItemFlags_NoPushId)) - { - ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; - PushOverrideID(tab->ID); // We already hashed 'label' so push into the ID stack directly instead of doing another hash through PushID(label) - } - return ret; -} - -void ImGui::EndTabItem() -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return; - - ImGuiTabBar* tab_bar = g.CurrentTabBar; - if (tab_bar == NULL) - { - IM_ASSERT_USER_ERROR(tab_bar != NULL, "Needs to be called between BeginTabBar() and EndTabBar()!"); - return; - } - IM_ASSERT(tab_bar->LastTabItemIdx >= 0); - ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; - if (!(tab->Flags & ImGuiTabItemFlags_NoPushId)) - PopID(); -} - -bool ImGui::TabItemButton(const char* label, ImGuiTabItemFlags flags) -{ - ImGuiContext& g = *GImGui; - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return false; - - ImGuiTabBar* tab_bar = g.CurrentTabBar; - if (tab_bar == NULL) - { - IM_ASSERT_USER_ERROR(tab_bar != NULL, "Needs to be called between BeginTabBar() and EndTabBar()!"); - return false; - } - return TabItemEx(tab_bar, label, NULL, flags | ImGuiTabItemFlags_Button | ImGuiTabItemFlags_NoReorder); -} - -bool ImGui::TabItemEx(ImGuiTabBar* tab_bar, const char* label, bool* p_open, ImGuiTabItemFlags flags) -{ - // Layout whole tab bar if not already done - ImGuiContext& g = *GImGui; - if (tab_bar->WantLayout) - { - ImGuiNextItemData backup_next_item_data = g.NextItemData; - TabBarLayout(tab_bar); - g.NextItemData = backup_next_item_data; - } - ImGuiWindow* window = g.CurrentWindow; - if (window->SkipItems) - return false; - - const ImGuiStyle& style = g.Style; - const ImGuiID id = TabBarCalcTabID(tab_bar, label); - - // If the user called us with *p_open == false, we early out and don't render. - // We make a call to ItemAdd() so that attempts to use a contextual popup menu with an implicit ID won't use an older ID. - IMGUI_TEST_ENGINE_ITEM_INFO(id, label, g.LastItemData.StatusFlags); - if (p_open && !*p_open) - { - ItemAdd(ImRect(), id, NULL, ImGuiItemFlags_NoNav | ImGuiItemFlags_NoNavDefaultFocus); - return false; - } - - IM_ASSERT(!p_open || !(flags & ImGuiTabItemFlags_Button)); - IM_ASSERT((flags & (ImGuiTabItemFlags_Leading | ImGuiTabItemFlags_Trailing)) != (ImGuiTabItemFlags_Leading | ImGuiTabItemFlags_Trailing)); // Can't use both Leading and Trailing - - // Store into ImGuiTabItemFlags_NoCloseButton, also honor ImGuiTabItemFlags_NoCloseButton passed by user (although not documented) - if (flags & ImGuiTabItemFlags_NoCloseButton) - p_open = NULL; - else if (p_open == NULL) - flags |= ImGuiTabItemFlags_NoCloseButton; - - // Acquire tab data - ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, id); - bool tab_is_new = false; - if (tab == NULL) - { - tab_bar->Tabs.push_back(ImGuiTabItem()); - tab = &tab_bar->Tabs.back(); - tab->ID = id; - tab_bar->TabsAddedNew = tab_is_new = true; - } - tab_bar->LastTabItemIdx = (ImS16)tab_bar->Tabs.index_from_ptr(tab); - - // Calculate tab contents size - ImVec2 size = TabItemCalcSize(label, p_open != NULL); - tab->RequestedWidth = -1.0f; - if (g.NextItemData.Flags & ImGuiNextItemDataFlags_HasWidth) - size.x = tab->RequestedWidth = g.NextItemData.Width; - if (tab_is_new) - tab->Width = size.x; - tab->ContentWidth = size.x; - tab->BeginOrder = tab_bar->TabsActiveCount++; - - const bool tab_bar_appearing = (tab_bar->PrevFrameVisible + 1 < g.FrameCount); - const bool tab_bar_focused = (tab_bar->Flags & ImGuiTabBarFlags_IsFocused) != 0; - const bool tab_appearing = (tab->LastFrameVisible + 1 < g.FrameCount); - const bool is_tab_button = (flags & ImGuiTabItemFlags_Button) != 0; - tab->LastFrameVisible = g.FrameCount; - tab->Flags = flags; - - // Append name with zero-terminator - tab->NameOffset = (ImS32)tab_bar->TabsNames.size(); - tab_bar->TabsNames.append(label, label + strlen(label) + 1); - - // Update selected tab - if (!is_tab_button) - { - if (tab_appearing && (tab_bar->Flags & ImGuiTabBarFlags_AutoSelectNewTabs) && tab_bar->NextSelectedTabId == 0) - if (!tab_bar_appearing || tab_bar->SelectedTabId == 0) - tab_bar->NextSelectedTabId = id; // New tabs gets activated - if ((flags & ImGuiTabItemFlags_SetSelected) && (tab_bar->SelectedTabId != id)) // _SetSelected can only be passed on explicit tab bar - tab_bar->NextSelectedTabId = id; - } - - // Lock visibility - // (Note: tab_contents_visible != tab_selected... because CTRL+TAB operations may preview some tabs without selecting them!) - bool tab_contents_visible = (tab_bar->VisibleTabId == id); - if (tab_contents_visible) - tab_bar->VisibleTabWasSubmitted = true; - - // On the very first frame of a tab bar we let first tab contents be visible to minimize appearing glitches - if (!tab_contents_visible && tab_bar->SelectedTabId == 0 && tab_bar_appearing) - if (tab_bar->Tabs.Size == 1 && !(tab_bar->Flags & ImGuiTabBarFlags_AutoSelectNewTabs)) - tab_contents_visible = true; - - // Note that tab_is_new is not necessarily the same as tab_appearing! When a tab bar stops being submitted - // and then gets submitted again, the tabs will have 'tab_appearing=true' but 'tab_is_new=false'. - if (tab_appearing && (!tab_bar_appearing || tab_is_new)) - { - ItemAdd(ImRect(), id, NULL, ImGuiItemFlags_NoNav | ImGuiItemFlags_NoNavDefaultFocus); - if (is_tab_button) - return false; - return tab_contents_visible; - } - - if (tab_bar->SelectedTabId == id) - tab->LastFrameSelected = g.FrameCount; - - // Backup current layout position - const ImVec2 backup_main_cursor_pos = window->DC.CursorPos; - - // Layout - const bool is_central_section = (tab->Flags & ImGuiTabItemFlags_SectionMask_) == 0; - size.x = tab->Width; - if (is_central_section) - window->DC.CursorPos = tab_bar->BarRect.Min + ImVec2(IM_FLOOR(tab->Offset - tab_bar->ScrollingAnim), 0.0f); - else - window->DC.CursorPos = tab_bar->BarRect.Min + ImVec2(tab->Offset, 0.0f); - ImVec2 pos = window->DC.CursorPos; - ImRect bb(pos, pos + size); - - // We don't have CPU clipping primitives to clip the CloseButton (until it becomes a texture), so need to add an extra draw call (temporary in the case of vertical animation) - const bool want_clip_rect = is_central_section && (bb.Min.x < tab_bar->ScrollingRectMinX || bb.Max.x > tab_bar->ScrollingRectMaxX); - if (want_clip_rect) - PushClipRect(ImVec2(ImMax(bb.Min.x, tab_bar->ScrollingRectMinX), bb.Min.y - 1), ImVec2(tab_bar->ScrollingRectMaxX, bb.Max.y), true); - - ImVec2 backup_cursor_max_pos = window->DC.CursorMaxPos; - ItemSize(bb.GetSize(), style.FramePadding.y); - window->DC.CursorMaxPos = backup_cursor_max_pos; - - if (!ItemAdd(bb, id)) - { - if (want_clip_rect) - PopClipRect(); - window->DC.CursorPos = backup_main_cursor_pos; - return tab_contents_visible; - } - - // Click to Select a tab - ImGuiButtonFlags button_flags = ((is_tab_button ? ImGuiButtonFlags_PressedOnClickRelease : ImGuiButtonFlags_PressedOnClick) | ImGuiButtonFlags_AllowItemOverlap); - if (g.DragDropActive) - button_flags |= ImGuiButtonFlags_PressedOnDragDropHold; - bool hovered, held; - bool pressed = ButtonBehavior(bb, id, &hovered, &held, button_flags); - if (pressed && !is_tab_button) - tab_bar->NextSelectedTabId = id; - - // Allow the close button to overlap unless we are dragging (in which case we don't want any overlapping tabs to be hovered) - if (g.ActiveId != id) - SetItemAllowOverlap(); - - // Drag and drop: re-order tabs - if (held && !tab_appearing && IsMouseDragging(0)) - { - if (!g.DragDropActive && (tab_bar->Flags & ImGuiTabBarFlags_Reorderable)) - { - // While moving a tab it will jump on the other side of the mouse, so we also test for MouseDelta.x - if (g.IO.MouseDelta.x < 0.0f && g.IO.MousePos.x < bb.Min.x) - { - TabBarQueueReorderFromMousePos(tab_bar, tab, g.IO.MousePos); - } - else if (g.IO.MouseDelta.x > 0.0f && g.IO.MousePos.x > bb.Max.x) - { - TabBarQueueReorderFromMousePos(tab_bar, tab, g.IO.MousePos); - } - } - } - -#if 0 - if (hovered && g.HoveredIdNotActiveTimer > TOOLTIP_DELAY && bb.GetWidth() < tab->ContentWidth) - { - // Enlarge tab display when hovering - bb.Max.x = bb.Min.x + IM_FLOOR(ImLerp(bb.GetWidth(), tab->ContentWidth, ImSaturate((g.HoveredIdNotActiveTimer - 0.40f) * 6.0f))); - display_draw_list = GetForegroundDrawList(window); - TabItemBackground(display_draw_list, bb, flags, GetColorU32(ImGuiCol_TitleBgActive)); - } -#endif - - // Render tab shape - ImDrawList* display_draw_list = window->DrawList; - const ImU32 tab_col = GetColorU32((held || hovered) ? ImGuiCol_TabHovered : tab_contents_visible ? (tab_bar_focused ? ImGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabUnfocused)); - TabItemBackground(display_draw_list, bb, flags, tab_col); - RenderNavHighlight(bb, id); - - // Select with right mouse button. This is so the common idiom for context menu automatically highlight the current widget. - const bool hovered_unblocked = IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup); - if (hovered_unblocked && (IsMouseClicked(1) || IsMouseReleased(1))) - if (!is_tab_button) - tab_bar->NextSelectedTabId = id; - - if (tab_bar->Flags & ImGuiTabBarFlags_NoCloseWithMiddleMouseButton) - flags |= ImGuiTabItemFlags_NoCloseWithMiddleMouseButton; - - // Render tab label, process close button - const ImGuiID close_button_id = p_open ? GetIDWithSeed("#CLOSE", NULL, id) : 0; - bool just_closed; - bool text_clipped; - TabItemLabelAndCloseButton(display_draw_list, bb, flags, tab_bar->FramePadding, label, id, close_button_id, tab_contents_visible, &just_closed, &text_clipped); - if (just_closed && p_open != NULL) - { - *p_open = false; - TabBarCloseTab(tab_bar, tab); - } - - // Restore main window position so user can draw there - if (want_clip_rect) - PopClipRect(); - window->DC.CursorPos = backup_main_cursor_pos; - - // Tooltip - // (Won't work over the close button because ItemOverlap systems messes up with HoveredIdTimer-> seems ok) - // (We test IsItemHovered() to discard e.g. when another item is active or drag and drop over the tab bar, which g.HoveredId ignores) - // FIXME: This is a mess. - // FIXME: We may want disabled tab to still display the tooltip? - if (text_clipped && g.HoveredId == id && !held && g.HoveredIdNotActiveTimer > g.TooltipSlowDelay && IsItemHovered()) - if (!(tab_bar->Flags & ImGuiTabBarFlags_NoTooltip) && !(tab->Flags & ImGuiTabItemFlags_NoTooltip)) - SetTooltip("%.*s", (int)(FindRenderedTextEnd(label) - label), label); - - IM_ASSERT(!is_tab_button || !(tab_bar->SelectedTabId == tab->ID && is_tab_button)); // TabItemButton should not be selected - if (is_tab_button) - return pressed; - return tab_contents_visible; -} - -// [Public] This is call is 100% optional but it allows to remove some one-frame glitches when a tab has been unexpectedly removed. -// To use it to need to call the function SetTabItemClosed() between BeginTabBar() and EndTabBar(). -// Tabs closed by the close button will automatically be flagged to avoid this issue. -void ImGui::SetTabItemClosed(const char* label) -{ - ImGuiContext& g = *GImGui; - bool is_within_manual_tab_bar = g.CurrentTabBar && !(g.CurrentTabBar->Flags & ImGuiTabBarFlags_DockNode); - if (is_within_manual_tab_bar) - { - ImGuiTabBar* tab_bar = g.CurrentTabBar; - ImGuiID tab_id = TabBarCalcTabID(tab_bar, label); - if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) - tab->WantClose = true; // Will be processed by next call to TabBarLayout() - } -} - -ImVec2 ImGui::TabItemCalcSize(const char* label, bool has_close_button) -{ - ImGuiContext& g = *GImGui; - ImVec2 label_size = CalcTextSize(label, NULL, true); - ImVec2 size = ImVec2(label_size.x + g.Style.FramePadding.x, label_size.y + g.Style.FramePadding.y * 2.0f); - if (has_close_button) - size.x += g.Style.FramePadding.x + (g.Style.ItemInnerSpacing.x + g.FontSize); // We use Y intentionally to fit the close button circle. - else - size.x += g.Style.FramePadding.x + 1.0f; - return ImVec2(ImMin(size.x, TabBarCalcMaxTabWidth()), size.y); -} - -void ImGui::TabItemBackground(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImU32 col) -{ - // While rendering tabs, we trim 1 pixel off the top of our bounding box so they can fit within a regular frame height while looking "detached" from it. - ImGuiContext& g = *GImGui; - const float width = bb.GetWidth(); - IM_UNUSED(flags); - IM_ASSERT(width > 0.0f); - const float rounding = ImMax(0.0f, ImMin((flags & ImGuiTabItemFlags_Button) ? g.Style.FrameRounding : g.Style.TabRounding, width * 0.5f - 1.0f)); - const float y1 = bb.Min.y + 1.0f; - const float y2 = bb.Max.y - 1.0f; - draw_list->PathLineTo(ImVec2(bb.Min.x, y2)); - draw_list->PathArcToFast(ImVec2(bb.Min.x + rounding, y1 + rounding), rounding, 6, 9); - draw_list->PathArcToFast(ImVec2(bb.Max.x - rounding, y1 + rounding), rounding, 9, 12); - draw_list->PathLineTo(ImVec2(bb.Max.x, y2)); - draw_list->PathFillConvex(col); - if (g.Style.TabBorderSize > 0.0f) - { - draw_list->PathLineTo(ImVec2(bb.Min.x + 0.5f, y2)); - draw_list->PathArcToFast(ImVec2(bb.Min.x + rounding + 0.5f, y1 + rounding + 0.5f), rounding, 6, 9); - draw_list->PathArcToFast(ImVec2(bb.Max.x - rounding - 0.5f, y1 + rounding + 0.5f), rounding, 9, 12); - draw_list->PathLineTo(ImVec2(bb.Max.x - 0.5f, y2)); - draw_list->PathStroke(GetColorU32(ImGuiCol_Border), 0, g.Style.TabBorderSize); - } -} - -// Render text label (with custom clipping) + Unsaved Document marker + Close Button logic -// We tend to lock style.FramePadding for a given tab-bar, hence the 'frame_padding' parameter. -void ImGui::TabItemLabelAndCloseButton(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImVec2 frame_padding, const char* label, ImGuiID tab_id, ImGuiID close_button_id, bool is_contents_visible, bool* out_just_closed, bool* out_text_clipped) -{ - ImGuiContext& g = *GImGui; - ImVec2 label_size = CalcTextSize(label, NULL, true); - - if (out_just_closed) - *out_just_closed = false; - if (out_text_clipped) - *out_text_clipped = false; - - if (bb.GetWidth() <= 1.0f) - return; - - // In Style V2 we'll have full override of all colors per state (e.g. focused, selected) - // But right now if you want to alter text color of tabs this is what you need to do. -#if 0 - const float backup_alpha = g.Style.Alpha; - if (!is_contents_visible) - g.Style.Alpha *= 0.7f; -#endif - - // Render text label (with clipping + alpha gradient) + unsaved marker - ImRect text_pixel_clip_bb(bb.Min.x + frame_padding.x, bb.Min.y + frame_padding.y, bb.Max.x - frame_padding.x, bb.Max.y); - ImRect text_ellipsis_clip_bb = text_pixel_clip_bb; - - // Return clipped state ignoring the close button - if (out_text_clipped) - { - *out_text_clipped = (text_ellipsis_clip_bb.Min.x + label_size.x) > text_pixel_clip_bb.Max.x; - //draw_list->AddCircle(text_ellipsis_clip_bb.Min, 3.0f, *out_text_clipped ? IM_COL32(255, 0, 0, 255) : IM_COL32(0, 255, 0, 255)); - } - - const float button_sz = g.FontSize; - const ImVec2 button_pos(ImMax(bb.Min.x, bb.Max.x - frame_padding.x * 2.0f - button_sz), bb.Min.y); - - // Close Button & Unsaved Marker - // We are relying on a subtle and confusing distinction between 'hovered' and 'g.HoveredId' which happens because we are using ImGuiButtonFlags_AllowOverlapMode + SetItemAllowOverlap() - // 'hovered' will be true when hovering the Tab but NOT when hovering the close button - // 'g.HoveredId==id' will be true when hovering the Tab including when hovering the close button - // 'g.ActiveId==close_button_id' will be true when we are holding on the close button, in which case both hovered booleans are false - bool close_button_pressed = false; - bool close_button_visible = false; - if (close_button_id != 0) - if (is_contents_visible || bb.GetWidth() >= ImMax(button_sz, g.Style.TabMinWidthForCloseButton)) - if (g.HoveredId == tab_id || g.HoveredId == close_button_id || g.ActiveId == tab_id || g.ActiveId == close_button_id) - close_button_visible = true; - bool unsaved_marker_visible = (flags & ImGuiTabItemFlags_UnsavedDocument) != 0 && (button_pos.x + button_sz <= bb.Max.x); - - if (close_button_visible) - { - ImGuiLastItemData last_item_backup = g.LastItemData; - PushStyleVar(ImGuiStyleVar_FramePadding, frame_padding); - if (CloseButton(close_button_id, button_pos)) - close_button_pressed = true; - PopStyleVar(); - g.LastItemData = last_item_backup; - - // Close with middle mouse button - if (!(flags & ImGuiTabItemFlags_NoCloseWithMiddleMouseButton) && IsMouseClicked(2)) - close_button_pressed = true; - } - else if (unsaved_marker_visible) - { - const ImRect bullet_bb(button_pos, button_pos + ImVec2(button_sz, button_sz) + g.Style.FramePadding * 2.0f); - RenderBullet(draw_list, bullet_bb.GetCenter(), GetColorU32(ImGuiCol_Text)); - } - - // This is all rather complicated - // (the main idea is that because the close button only appears on hover, we don't want it to alter the ellipsis position) - // FIXME: if FramePadding is noticeably large, ellipsis_max_x will be wrong here (e.g. #3497), maybe for consistency that parameter of RenderTextEllipsis() shouldn't exist.. - float ellipsis_max_x = close_button_visible ? text_pixel_clip_bb.Max.x : bb.Max.x - 1.0f; - if (close_button_visible || unsaved_marker_visible) - { - text_pixel_clip_bb.Max.x -= close_button_visible ? (button_sz) : (button_sz * 0.80f); - text_ellipsis_clip_bb.Max.x -= unsaved_marker_visible ? (button_sz * 0.80f) : 0.0f; - ellipsis_max_x = text_pixel_clip_bb.Max.x; - } - RenderTextEllipsis(draw_list, text_ellipsis_clip_bb.Min, text_ellipsis_clip_bb.Max, text_pixel_clip_bb.Max.x, ellipsis_max_x, label, NULL, &label_size); - -#if 0 - if (!is_contents_visible) - g.Style.Alpha = backup_alpha; -#endif - - if (out_just_closed) - *out_just_closed = close_button_pressed; -} - - -#endif // #ifndef IMGUI_DISABLE diff --git a/external/imgui/imstb_rectpack.h b/external/imgui/imstb_rectpack.h deleted file mode 100644 index f6917e7a..00000000 --- a/external/imgui/imstb_rectpack.h +++ /dev/null @@ -1,627 +0,0 @@ -// [DEAR IMGUI] -// This is a slightly modified version of stb_rect_pack.h 1.01. -// Grep for [DEAR IMGUI] to find the changes. -// -// stb_rect_pack.h - v1.01 - public domain - rectangle packing -// Sean Barrett 2014 -// -// Useful for e.g. packing rectangular textures into an atlas. -// Does not do rotation. -// -// Before #including, -// -// #define STB_RECT_PACK_IMPLEMENTATION -// -// in the file that you want to have the implementation. -// -// Not necessarily the awesomest packing method, but better than -// the totally naive one in stb_truetype (which is primarily what -// this is meant to replace). -// -// Has only had a few tests run, may have issues. -// -// More docs to come. -// -// No memory allocations; uses qsort() and assert() from stdlib. -// Can override those by defining STBRP_SORT and STBRP_ASSERT. -// -// This library currently uses the Skyline Bottom-Left algorithm. -// -// Please note: better rectangle packers are welcome! Please -// implement them to the same API, but with a different init -// function. -// -// Credits -// -// Library -// Sean Barrett -// Minor features -// Martins Mozeiko -// github:IntellectualKitty -// -// Bugfixes / warning fixes -// Jeremy Jaussaud -// Fabian Giesen -// -// Version history: -// -// 1.01 (2021-07-11) always use large rect mode, expose STBRP__MAXVAL in public section -// 1.00 (2019-02-25) avoid small space waste; gracefully fail too-wide rectangles -// 0.99 (2019-02-07) warning fixes -// 0.11 (2017-03-03) return packing success/fail result -// 0.10 (2016-10-25) remove cast-away-const to avoid warnings -// 0.09 (2016-08-27) fix compiler warnings -// 0.08 (2015-09-13) really fix bug with empty rects (w=0 or h=0) -// 0.07 (2015-09-13) fix bug with empty rects (w=0 or h=0) -// 0.06 (2015-04-15) added STBRP_SORT to allow replacing qsort -// 0.05: added STBRP_ASSERT to allow replacing assert -// 0.04: fixed minor bug in STBRP_LARGE_RECTS support -// 0.01: initial release -// -// LICENSE -// -// See end of file for license information. - -////////////////////////////////////////////////////////////////////////////// -// -// INCLUDE SECTION -// - -#ifndef STB_INCLUDE_STB_RECT_PACK_H -#define STB_INCLUDE_STB_RECT_PACK_H - -#define STB_RECT_PACK_VERSION 1 - -#ifdef STBRP_STATIC -#define STBRP_DEF static -#else -#define STBRP_DEF extern -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -typedef struct stbrp_context stbrp_context; -typedef struct stbrp_node stbrp_node; -typedef struct stbrp_rect stbrp_rect; - -typedef int stbrp_coord; - -#define STBRP__MAXVAL 0x7fffffff -// Mostly for internal use, but this is the maximum supported coordinate value. - -STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects); -// Assign packed locations to rectangles. The rectangles are of type -// 'stbrp_rect' defined below, stored in the array 'rects', and there -// are 'num_rects' many of them. -// -// Rectangles which are successfully packed have the 'was_packed' flag -// set to a non-zero value and 'x' and 'y' store the minimum location -// on each axis (i.e. bottom-left in cartesian coordinates, top-left -// if you imagine y increasing downwards). Rectangles which do not fit -// have the 'was_packed' flag set to 0. -// -// You should not try to access the 'rects' array from another thread -// while this function is running, as the function temporarily reorders -// the array while it executes. -// -// To pack into another rectangle, you need to call stbrp_init_target -// again. To continue packing into the same rectangle, you can call -// this function again. Calling this multiple times with multiple rect -// arrays will probably produce worse packing results than calling it -// a single time with the full rectangle array, but the option is -// available. -// -// The function returns 1 if all of the rectangles were successfully -// packed and 0 otherwise. - -struct stbrp_rect -{ - // reserved for your use: - int id; - - // input: - stbrp_coord w, h; - - // output: - stbrp_coord x, y; - int was_packed; // non-zero if valid packing - -}; // 16 bytes, nominally - - -STBRP_DEF void stbrp_init_target (stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes); -// Initialize a rectangle packer to: -// pack a rectangle that is 'width' by 'height' in dimensions -// using temporary storage provided by the array 'nodes', which is 'num_nodes' long -// -// You must call this function every time you start packing into a new target. -// -// There is no "shutdown" function. The 'nodes' memory must stay valid for -// the following stbrp_pack_rects() call (or calls), but can be freed after -// the call (or calls) finish. -// -// Note: to guarantee best results, either: -// 1. make sure 'num_nodes' >= 'width' -// or 2. call stbrp_allow_out_of_mem() defined below with 'allow_out_of_mem = 1' -// -// If you don't do either of the above things, widths will be quantized to multiples -// of small integers to guarantee the algorithm doesn't run out of temporary storage. -// -// If you do #2, then the non-quantized algorithm will be used, but the algorithm -// may run out of temporary storage and be unable to pack some rectangles. - -STBRP_DEF void stbrp_setup_allow_out_of_mem (stbrp_context *context, int allow_out_of_mem); -// Optionally call this function after init but before doing any packing to -// change the handling of the out-of-temp-memory scenario, described above. -// If you call init again, this will be reset to the default (false). - - -STBRP_DEF void stbrp_setup_heuristic (stbrp_context *context, int heuristic); -// Optionally select which packing heuristic the library should use. Different -// heuristics will produce better/worse results for different data sets. -// If you call init again, this will be reset to the default. - -enum -{ - STBRP_HEURISTIC_Skyline_default=0, - STBRP_HEURISTIC_Skyline_BL_sortHeight = STBRP_HEURISTIC_Skyline_default, - STBRP_HEURISTIC_Skyline_BF_sortHeight -}; - - -////////////////////////////////////////////////////////////////////////////// -// -// the details of the following structures don't matter to you, but they must -// be visible so you can handle the memory allocations for them - -struct stbrp_node -{ - stbrp_coord x,y; - stbrp_node *next; -}; - -struct stbrp_context -{ - int width; - int height; - int align; - int init_mode; - int heuristic; - int num_nodes; - stbrp_node *active_head; - stbrp_node *free_head; - stbrp_node extra[2]; // we allocate two extra nodes so optimal user-node-count is 'width' not 'width+2' -}; - -#ifdef __cplusplus -} -#endif - -#endif - -////////////////////////////////////////////////////////////////////////////// -// -// IMPLEMENTATION SECTION -// - -#ifdef STB_RECT_PACK_IMPLEMENTATION -#ifndef STBRP_SORT -#include -#define STBRP_SORT qsort -#endif - -#ifndef STBRP_ASSERT -#include -#define STBRP_ASSERT assert -#endif - -#ifdef _MSC_VER -#define STBRP__NOTUSED(v) (void)(v) -#define STBRP__CDECL __cdecl -#else -#define STBRP__NOTUSED(v) (void)sizeof(v) -#define STBRP__CDECL -#endif - -enum -{ - STBRP__INIT_skyline = 1 -}; - -STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) -{ - switch (context->init_mode) { - case STBRP__INIT_skyline: - STBRP_ASSERT(heuristic == STBRP_HEURISTIC_Skyline_BL_sortHeight || heuristic == STBRP_HEURISTIC_Skyline_BF_sortHeight); - context->heuristic = heuristic; - break; - default: - STBRP_ASSERT(0); - } -} - -STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int allow_out_of_mem) -{ - if (allow_out_of_mem) - // if it's ok to run out of memory, then don't bother aligning them; - // this gives better packing, but may fail due to OOM (even though - // the rectangles easily fit). @TODO a smarter approach would be to only - // quantize once we've hit OOM, then we could get rid of this parameter. - context->align = 1; - else { - // if it's not ok to run out of memory, then quantize the widths - // so that num_nodes is always enough nodes. - // - // I.e. num_nodes * align >= width - // align >= width / num_nodes - // align = ceil(width/num_nodes) - - context->align = (context->width + context->num_nodes-1) / context->num_nodes; - } -} - -STBRP_DEF void stbrp_init_target(stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes) -{ - int i; - - for (i=0; i < num_nodes-1; ++i) - nodes[i].next = &nodes[i+1]; - nodes[i].next = NULL; - context->init_mode = STBRP__INIT_skyline; - context->heuristic = STBRP_HEURISTIC_Skyline_default; - context->free_head = &nodes[0]; - context->active_head = &context->extra[0]; - context->width = width; - context->height = height; - context->num_nodes = num_nodes; - stbrp_setup_allow_out_of_mem(context, 0); - - // node 0 is the full width, node 1 is the sentinel (lets us not store width explicitly) - context->extra[0].x = 0; - context->extra[0].y = 0; - context->extra[0].next = &context->extra[1]; - context->extra[1].x = (stbrp_coord) width; - context->extra[1].y = (1<<30); - context->extra[1].next = NULL; -} - -// find minimum y position if it starts at x1 -static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first, int x0, int width, int *pwaste) -{ - stbrp_node *node = first; - int x1 = x0 + width; - int min_y, visited_width, waste_area; - - STBRP__NOTUSED(c); - - STBRP_ASSERT(first->x <= x0); - - #if 0 - // skip in case we're past the node - while (node->next->x <= x0) - ++node; - #else - STBRP_ASSERT(node->next->x > x0); // we ended up handling this in the caller for efficiency - #endif - - STBRP_ASSERT(node->x <= x0); - - min_y = 0; - waste_area = 0; - visited_width = 0; - while (node->x < x1) { - if (node->y > min_y) { - // raise min_y higher. - // we've accounted for all waste up to min_y, - // but we'll now add more waste for everything we've visted - waste_area += visited_width * (node->y - min_y); - min_y = node->y; - // the first time through, visited_width might be reduced - if (node->x < x0) - visited_width += node->next->x - x0; - else - visited_width += node->next->x - node->x; - } else { - // add waste area - int under_width = node->next->x - node->x; - if (under_width + visited_width > width) - under_width = width - visited_width; - waste_area += under_width * (min_y - node->y); - visited_width += under_width; - } - node = node->next; - } - - *pwaste = waste_area; - return min_y; -} - -typedef struct -{ - int x,y; - stbrp_node **prev_link; -} stbrp__findresult; - -static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, int width, int height) -{ - int best_waste = (1<<30), best_x, best_y = (1 << 30); - stbrp__findresult fr; - stbrp_node **prev, *node, *tail, **best = NULL; - - // align to multiple of c->align - width = (width + c->align - 1); - width -= width % c->align; - STBRP_ASSERT(width % c->align == 0); - - // if it can't possibly fit, bail immediately - if (width > c->width || height > c->height) { - fr.prev_link = NULL; - fr.x = fr.y = 0; - return fr; - } - - node = c->active_head; - prev = &c->active_head; - while (node->x + width <= c->width) { - int y,waste; - y = stbrp__skyline_find_min_y(c, node, node->x, width, &waste); - if (c->heuristic == STBRP_HEURISTIC_Skyline_BL_sortHeight) { // actually just want to test BL - // bottom left - if (y < best_y) { - best_y = y; - best = prev; - } - } else { - // best-fit - if (y + height <= c->height) { - // can only use it if it first vertically - if (y < best_y || (y == best_y && waste < best_waste)) { - best_y = y; - best_waste = waste; - best = prev; - } - } - } - prev = &node->next; - node = node->next; - } - - best_x = (best == NULL) ? 0 : (*best)->x; - - // if doing best-fit (BF), we also have to try aligning right edge to each node position - // - // e.g, if fitting - // - // ____________________ - // |____________________| - // - // into - // - // | | - // | ____________| - // |____________| - // - // then right-aligned reduces waste, but bottom-left BL is always chooses left-aligned - // - // This makes BF take about 2x the time - - if (c->heuristic == STBRP_HEURISTIC_Skyline_BF_sortHeight) { - tail = c->active_head; - node = c->active_head; - prev = &c->active_head; - // find first node that's admissible - while (tail->x < width) - tail = tail->next; - while (tail) { - int xpos = tail->x - width; - int y,waste; - STBRP_ASSERT(xpos >= 0); - // find the left position that matches this - while (node->next->x <= xpos) { - prev = &node->next; - node = node->next; - } - STBRP_ASSERT(node->next->x > xpos && node->x <= xpos); - y = stbrp__skyline_find_min_y(c, node, xpos, width, &waste); - if (y + height <= c->height) { - if (y <= best_y) { - if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) { - best_x = xpos; - //STBRP_ASSERT(y <= best_y); [DEAR IMGUI] - best_y = y; - best_waste = waste; - best = prev; - } - } - } - tail = tail->next; - } - } - - fr.prev_link = best; - fr.x = best_x; - fr.y = best_y; - return fr; -} - -static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context *context, int width, int height) -{ - // find best position according to heuristic - stbrp__findresult res = stbrp__skyline_find_best_pos(context, width, height); - stbrp_node *node, *cur; - - // bail if: - // 1. it failed - // 2. the best node doesn't fit (we don't always check this) - // 3. we're out of memory - if (res.prev_link == NULL || res.y + height > context->height || context->free_head == NULL) { - res.prev_link = NULL; - return res; - } - - // on success, create new node - node = context->free_head; - node->x = (stbrp_coord) res.x; - node->y = (stbrp_coord) (res.y + height); - - context->free_head = node->next; - - // insert the new node into the right starting point, and - // let 'cur' point to the remaining nodes needing to be - // stiched back in - - cur = *res.prev_link; - if (cur->x < res.x) { - // preserve the existing one, so start testing with the next one - stbrp_node *next = cur->next; - cur->next = node; - cur = next; - } else { - *res.prev_link = node; - } - - // from here, traverse cur and free the nodes, until we get to one - // that shouldn't be freed - while (cur->next && cur->next->x <= res.x + width) { - stbrp_node *next = cur->next; - // move the current node to the free list - cur->next = context->free_head; - context->free_head = cur; - cur = next; - } - - // stitch the list back in - node->next = cur; - - if (cur->x < res.x + width) - cur->x = (stbrp_coord) (res.x + width); - -#ifdef _DEBUG - cur = context->active_head; - while (cur->x < context->width) { - STBRP_ASSERT(cur->x < cur->next->x); - cur = cur->next; - } - STBRP_ASSERT(cur->next == NULL); - - { - int count=0; - cur = context->active_head; - while (cur) { - cur = cur->next; - ++count; - } - cur = context->free_head; - while (cur) { - cur = cur->next; - ++count; - } - STBRP_ASSERT(count == context->num_nodes+2); - } -#endif - - return res; -} - -static int STBRP__CDECL rect_height_compare(const void *a, const void *b) -{ - const stbrp_rect *p = (const stbrp_rect *) a; - const stbrp_rect *q = (const stbrp_rect *) b; - if (p->h > q->h) - return -1; - if (p->h < q->h) - return 1; - return (p->w > q->w) ? -1 : (p->w < q->w); -} - -static int STBRP__CDECL rect_original_order(const void *a, const void *b) -{ - const stbrp_rect *p = (const stbrp_rect *) a; - const stbrp_rect *q = (const stbrp_rect *) b; - return (p->was_packed < q->was_packed) ? -1 : (p->was_packed > q->was_packed); -} - -STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects) -{ - int i, all_rects_packed = 1; - - // we use the 'was_packed' field internally to allow sorting/unsorting - for (i=0; i < num_rects; ++i) { - rects[i].was_packed = i; - } - - // sort according to heuristic - STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_height_compare); - - for (i=0; i < num_rects; ++i) { - if (rects[i].w == 0 || rects[i].h == 0) { - rects[i].x = rects[i].y = 0; // empty rect needs no space - } else { - stbrp__findresult fr = stbrp__skyline_pack_rectangle(context, rects[i].w, rects[i].h); - if (fr.prev_link) { - rects[i].x = (stbrp_coord) fr.x; - rects[i].y = (stbrp_coord) fr.y; - } else { - rects[i].x = rects[i].y = STBRP__MAXVAL; - } - } - } - - // unsort - STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_original_order); - - // set was_packed flags and all_rects_packed status - for (i=0; i < num_rects; ++i) { - rects[i].was_packed = !(rects[i].x == STBRP__MAXVAL && rects[i].y == STBRP__MAXVAL); - if (!rects[i].was_packed) - all_rects_packed = 0; - } - - // return the all_rects_packed status - return all_rects_packed; -} -#endif - -/* ------------------------------------------------------------------------------- -This software is available under 2 licenses -- choose whichever you prefer. ------------------------------------------------------------------------------- -ALTERNATIVE A - MIT License -Copyright (c) 2017 Sean Barrett -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. ------------------------------------------------------------------------------- -ALTERNATIVE B - Public Domain (www.unlicense.org) -This is free and unencumbered software released into the public domain. -Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -software, either in source code form or as a compiled binary, for any purpose, -commercial or non-commercial, and by any means. -In jurisdictions that recognize copyright laws, the author or authors of this -software dedicate any and all copyright interest in the software to the public -domain. We make this dedication for the benefit of the public at large and to -the detriment of our heirs and successors. We intend this dedication to be an -overt act of relinquishment in perpetuity of all present and future rights to -this software under copyright law. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------------------------------------------------------- -*/ diff --git a/external/imgui/imstb_textedit.h b/external/imgui/imstb_textedit.h deleted file mode 100644 index 75a159da..00000000 --- a/external/imgui/imstb_textedit.h +++ /dev/null @@ -1,1447 +0,0 @@ -// [DEAR IMGUI] -// This is a slightly modified version of stb_textedit.h 1.14. -// Those changes would need to be pushed into nothings/stb: -// - Fix in stb_textedit_discard_redo (see https://github.com/nothings/stb/issues/321) -// Grep for [DEAR IMGUI] to find the changes. - -// stb_textedit.h - v1.14 - public domain - Sean Barrett -// Development of this library was sponsored by RAD Game Tools -// -// This C header file implements the guts of a multi-line text-editing -// widget; you implement display, word-wrapping, and low-level string -// insertion/deletion, and stb_textedit will map user inputs into -// insertions & deletions, plus updates to the cursor position, -// selection state, and undo state. -// -// It is intended for use in games and other systems that need to build -// their own custom widgets and which do not have heavy text-editing -// requirements (this library is not recommended for use for editing large -// texts, as its performance does not scale and it has limited undo). -// -// Non-trivial behaviors are modelled after Windows text controls. -// -// -// LICENSE -// -// See end of file for license information. -// -// -// DEPENDENCIES -// -// Uses the C runtime function 'memmove', which you can override -// by defining STB_TEXTEDIT_memmove before the implementation. -// Uses no other functions. Performs no runtime allocations. -// -// -// VERSION HISTORY -// -// 1.14 (2021-07-11) page up/down, various fixes -// 1.13 (2019-02-07) fix bug in undo size management -// 1.12 (2018-01-29) user can change STB_TEXTEDIT_KEYTYPE, fix redo to avoid crash -// 1.11 (2017-03-03) fix HOME on last line, dragging off single-line textfield -// 1.10 (2016-10-25) supress warnings about casting away const with -Wcast-qual -// 1.9 (2016-08-27) customizable move-by-word -// 1.8 (2016-04-02) better keyboard handling when mouse button is down -// 1.7 (2015-09-13) change y range handling in case baseline is non-0 -// 1.6 (2015-04-15) allow STB_TEXTEDIT_memmove -// 1.5 (2014-09-10) add support for secondary keys for OS X -// 1.4 (2014-08-17) fix signed/unsigned warnings -// 1.3 (2014-06-19) fix mouse clicking to round to nearest char boundary -// 1.2 (2014-05-27) fix some RAD types that had crept into the new code -// 1.1 (2013-12-15) move-by-word (requires STB_TEXTEDIT_IS_SPACE ) -// 1.0 (2012-07-26) improve documentation, initial public release -// 0.3 (2012-02-24) bugfixes, single-line mode; insert mode -// 0.2 (2011-11-28) fixes to undo/redo -// 0.1 (2010-07-08) initial version -// -// ADDITIONAL CONTRIBUTORS -// -// Ulf Winklemann: move-by-word in 1.1 -// Fabian Giesen: secondary key inputs in 1.5 -// Martins Mozeiko: STB_TEXTEDIT_memmove in 1.6 -// Louis Schnellbach: page up/down in 1.14 -// -// Bugfixes: -// Scott Graham -// Daniel Keller -// Omar Cornut -// Dan Thompson -// -// USAGE -// -// This file behaves differently depending on what symbols you define -// before including it. -// -// -// Header-file mode: -// -// If you do not define STB_TEXTEDIT_IMPLEMENTATION before including this, -// it will operate in "header file" mode. In this mode, it declares a -// single public symbol, STB_TexteditState, which encapsulates the current -// state of a text widget (except for the string, which you will store -// separately). -// -// To compile in this mode, you must define STB_TEXTEDIT_CHARTYPE to a -// primitive type that defines a single character (e.g. char, wchar_t, etc). -// -// To save space or increase undo-ability, you can optionally define the -// following things that are used by the undo system: -// -// STB_TEXTEDIT_POSITIONTYPE small int type encoding a valid cursor position -// STB_TEXTEDIT_UNDOSTATECOUNT the number of undo states to allow -// STB_TEXTEDIT_UNDOCHARCOUNT the number of characters to store in the undo buffer -// -// If you don't define these, they are set to permissive types and -// moderate sizes. The undo system does no memory allocations, so -// it grows STB_TexteditState by the worst-case storage which is (in bytes): -// -// [4 + 3 * sizeof(STB_TEXTEDIT_POSITIONTYPE)] * STB_TEXTEDIT_UNDOSTATECOUNT -// + sizeof(STB_TEXTEDIT_CHARTYPE) * STB_TEXTEDIT_UNDOCHARCOUNT -// -// -// Implementation mode: -// -// If you define STB_TEXTEDIT_IMPLEMENTATION before including this, it -// will compile the implementation of the text edit widget, depending -// on a large number of symbols which must be defined before the include. -// -// The implementation is defined only as static functions. You will then -// need to provide your own APIs in the same file which will access the -// static functions. -// -// The basic concept is that you provide a "string" object which -// behaves like an array of characters. stb_textedit uses indices to -// refer to positions in the string, implicitly representing positions -// in the displayed textedit. This is true for both plain text and -// rich text; even with rich text stb_truetype interacts with your -// code as if there was an array of all the displayed characters. -// -// Symbols that must be the same in header-file and implementation mode: -// -// STB_TEXTEDIT_CHARTYPE the character type -// STB_TEXTEDIT_POSITIONTYPE small type that is a valid cursor position -// STB_TEXTEDIT_UNDOSTATECOUNT the number of undo states to allow -// STB_TEXTEDIT_UNDOCHARCOUNT the number of characters to store in the undo buffer -// -// Symbols you must define for implementation mode: -// -// STB_TEXTEDIT_STRING the type of object representing a string being edited, -// typically this is a wrapper object with other data you need -// -// STB_TEXTEDIT_STRINGLEN(obj) the length of the string (ideally O(1)) -// STB_TEXTEDIT_LAYOUTROW(&r,obj,n) returns the results of laying out a line of characters -// starting from character #n (see discussion below) -// STB_TEXTEDIT_GETWIDTH(obj,n,i) returns the pixel delta from the xpos of the i'th character -// to the xpos of the i+1'th char for a line of characters -// starting at character #n (i.e. accounts for kerning -// with previous char) -// STB_TEXTEDIT_KEYTOTEXT(k) maps a keyboard input to an insertable character -// (return type is int, -1 means not valid to insert) -// STB_TEXTEDIT_GETCHAR(obj,i) returns the i'th character of obj, 0-based -// STB_TEXTEDIT_NEWLINE the character returned by _GETCHAR() we recognize -// as manually wordwrapping for end-of-line positioning -// -// STB_TEXTEDIT_DELETECHARS(obj,i,n) delete n characters starting at i -// STB_TEXTEDIT_INSERTCHARS(obj,i,c*,n) insert n characters at i (pointed to by STB_TEXTEDIT_CHARTYPE*) -// -// STB_TEXTEDIT_K_SHIFT a power of two that is or'd in to a keyboard input to represent the shift key -// -// STB_TEXTEDIT_K_LEFT keyboard input to move cursor left -// STB_TEXTEDIT_K_RIGHT keyboard input to move cursor right -// STB_TEXTEDIT_K_UP keyboard input to move cursor up -// STB_TEXTEDIT_K_DOWN keyboard input to move cursor down -// STB_TEXTEDIT_K_PGUP keyboard input to move cursor up a page -// STB_TEXTEDIT_K_PGDOWN keyboard input to move cursor down a page -// STB_TEXTEDIT_K_LINESTART keyboard input to move cursor to start of line // e.g. HOME -// STB_TEXTEDIT_K_LINEEND keyboard input to move cursor to end of line // e.g. END -// STB_TEXTEDIT_K_TEXTSTART keyboard input to move cursor to start of text // e.g. ctrl-HOME -// STB_TEXTEDIT_K_TEXTEND keyboard input to move cursor to end of text // e.g. ctrl-END -// STB_TEXTEDIT_K_DELETE keyboard input to delete selection or character under cursor -// STB_TEXTEDIT_K_BACKSPACE keyboard input to delete selection or character left of cursor -// STB_TEXTEDIT_K_UNDO keyboard input to perform undo -// STB_TEXTEDIT_K_REDO keyboard input to perform redo -// -// Optional: -// STB_TEXTEDIT_K_INSERT keyboard input to toggle insert mode -// STB_TEXTEDIT_IS_SPACE(ch) true if character is whitespace (e.g. 'isspace'), -// required for default WORDLEFT/WORDRIGHT handlers -// STB_TEXTEDIT_MOVEWORDLEFT(obj,i) custom handler for WORDLEFT, returns index to move cursor to -// STB_TEXTEDIT_MOVEWORDRIGHT(obj,i) custom handler for WORDRIGHT, returns index to move cursor to -// STB_TEXTEDIT_K_WORDLEFT keyboard input to move cursor left one word // e.g. ctrl-LEFT -// STB_TEXTEDIT_K_WORDRIGHT keyboard input to move cursor right one word // e.g. ctrl-RIGHT -// STB_TEXTEDIT_K_LINESTART2 secondary keyboard input to move cursor to start of line -// STB_TEXTEDIT_K_LINEEND2 secondary keyboard input to move cursor to end of line -// STB_TEXTEDIT_K_TEXTSTART2 secondary keyboard input to move cursor to start of text -// STB_TEXTEDIT_K_TEXTEND2 secondary keyboard input to move cursor to end of text -// -// Keyboard input must be encoded as a single integer value; e.g. a character code -// and some bitflags that represent shift states. to simplify the interface, SHIFT must -// be a bitflag, so we can test the shifted state of cursor movements to allow selection, -// i.e. (STB_TEXTEDIT_K_RIGHT|STB_TEXTEDIT_K_SHIFT) should be shifted right-arrow. -// -// You can encode other things, such as CONTROL or ALT, in additional bits, and -// then test for their presence in e.g. STB_TEXTEDIT_K_WORDLEFT. For example, -// my Windows implementations add an additional CONTROL bit, and an additional KEYDOWN -// bit. Then all of the STB_TEXTEDIT_K_ values bitwise-or in the KEYDOWN bit, -// and I pass both WM_KEYDOWN and WM_CHAR events to the "key" function in the -// API below. The control keys will only match WM_KEYDOWN events because of the -// keydown bit I add, and STB_TEXTEDIT_KEYTOTEXT only tests for the KEYDOWN -// bit so it only decodes WM_CHAR events. -// -// STB_TEXTEDIT_LAYOUTROW returns information about the shape of one displayed -// row of characters assuming they start on the i'th character--the width and -// the height and the number of characters consumed. This allows this library -// to traverse the entire layout incrementally. You need to compute word-wrapping -// here. -// -// Each textfield keeps its own insert mode state, which is not how normal -// applications work. To keep an app-wide insert mode, update/copy the -// "insert_mode" field of STB_TexteditState before/after calling API functions. -// -// API -// -// void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) -// -// void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) -// void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) -// int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) -// int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) -// void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXEDIT_KEYTYPE key) -// -// Each of these functions potentially updates the string and updates the -// state. -// -// initialize_state: -// set the textedit state to a known good default state when initially -// constructing the textedit. -// -// click: -// call this with the mouse x,y on a mouse down; it will update the cursor -// and reset the selection start/end to the cursor point. the x,y must -// be relative to the text widget, with (0,0) being the top left. -// -// drag: -// call this with the mouse x,y on a mouse drag/up; it will update the -// cursor and the selection end point -// -// cut: -// call this to delete the current selection; returns true if there was -// one. you should FIRST copy the current selection to the system paste buffer. -// (To copy, just copy the current selection out of the string yourself.) -// -// paste: -// call this to paste text at the current cursor point or over the current -// selection if there is one. -// -// key: -// call this for keyboard inputs sent to the textfield. you can use it -// for "key down" events or for "translated" key events. if you need to -// do both (as in Win32), or distinguish Unicode characters from control -// inputs, set a high bit to distinguish the two; then you can define the -// various definitions like STB_TEXTEDIT_K_LEFT have the is-key-event bit -// set, and make STB_TEXTEDIT_KEYTOCHAR check that the is-key-event bit is -// clear. STB_TEXTEDIT_KEYTYPE defaults to int, but you can #define it to -// anything other type you wante before including. -// -// -// When rendering, you can read the cursor position and selection state from -// the STB_TexteditState. -// -// -// Notes: -// -// This is designed to be usable in IMGUI, so it allows for the possibility of -// running in an IMGUI that has NOT cached the multi-line layout. For this -// reason, it provides an interface that is compatible with computing the -// layout incrementally--we try to make sure we make as few passes through -// as possible. (For example, to locate the mouse pointer in the text, we -// could define functions that return the X and Y positions of characters -// and binary search Y and then X, but if we're doing dynamic layout this -// will run the layout algorithm many times, so instead we manually search -// forward in one pass. Similar logic applies to e.g. up-arrow and -// down-arrow movement.) -// -// If it's run in a widget that *has* cached the layout, then this is less -// efficient, but it's not horrible on modern computers. But you wouldn't -// want to edit million-line files with it. - - -//////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////// -//// -//// Header-file mode -//// -//// - -#ifndef INCLUDE_STB_TEXTEDIT_H -#define INCLUDE_STB_TEXTEDIT_H - -//////////////////////////////////////////////////////////////////////// -// -// STB_TexteditState -// -// Definition of STB_TexteditState which you should store -// per-textfield; it includes cursor position, selection state, -// and undo state. -// - -#ifndef STB_TEXTEDIT_UNDOSTATECOUNT -#define STB_TEXTEDIT_UNDOSTATECOUNT 99 -#endif -#ifndef STB_TEXTEDIT_UNDOCHARCOUNT -#define STB_TEXTEDIT_UNDOCHARCOUNT 999 -#endif -#ifndef STB_TEXTEDIT_CHARTYPE -#define STB_TEXTEDIT_CHARTYPE int -#endif -#ifndef STB_TEXTEDIT_POSITIONTYPE -#define STB_TEXTEDIT_POSITIONTYPE int -#endif - -typedef struct -{ - // private data - STB_TEXTEDIT_POSITIONTYPE where; - STB_TEXTEDIT_POSITIONTYPE insert_length; - STB_TEXTEDIT_POSITIONTYPE delete_length; - int char_storage; -} StbUndoRecord; - -typedef struct -{ - // private data - StbUndoRecord undo_rec [STB_TEXTEDIT_UNDOSTATECOUNT]; - STB_TEXTEDIT_CHARTYPE undo_char[STB_TEXTEDIT_UNDOCHARCOUNT]; - short undo_point, redo_point; - int undo_char_point, redo_char_point; -} StbUndoState; - -typedef struct -{ - ///////////////////// - // - // public data - // - - int cursor; - // position of the text cursor within the string - - int select_start; // selection start point - int select_end; - // selection start and end point in characters; if equal, no selection. - // note that start may be less than or greater than end (e.g. when - // dragging the mouse, start is where the initial click was, and you - // can drag in either direction) - - unsigned char insert_mode; - // each textfield keeps its own insert mode state. to keep an app-wide - // insert mode, copy this value in/out of the app state - - int row_count_per_page; - // page size in number of row. - // this value MUST be set to >0 for pageup or pagedown in multilines documents. - - ///////////////////// - // - // private data - // - unsigned char cursor_at_end_of_line; // not implemented yet - unsigned char initialized; - unsigned char has_preferred_x; - unsigned char single_line; - unsigned char padding1, padding2, padding3; - float preferred_x; // this determines where the cursor up/down tries to seek to along x - StbUndoState undostate; -} STB_TexteditState; - - -//////////////////////////////////////////////////////////////////////// -// -// StbTexteditRow -// -// Result of layout query, used by stb_textedit to determine where -// the text in each row is. - -// result of layout query -typedef struct -{ - float x0,x1; // starting x location, end x location (allows for align=right, etc) - float baseline_y_delta; // position of baseline relative to previous row's baseline - float ymin,ymax; // height of row above and below baseline - int num_chars; -} StbTexteditRow; -#endif //INCLUDE_STB_TEXTEDIT_H - - -//////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////// -//// -//// Implementation mode -//// -//// - - -// implementation isn't include-guarded, since it might have indirectly -// included just the "header" portion -#ifdef STB_TEXTEDIT_IMPLEMENTATION - -#ifndef STB_TEXTEDIT_memmove -#include -#define STB_TEXTEDIT_memmove memmove -#endif - - -///////////////////////////////////////////////////////////////////////////// -// -// Mouse input handling -// - -// traverse the layout to locate the nearest character to a display position -static int stb_text_locate_coord(STB_TEXTEDIT_STRING *str, float x, float y) -{ - StbTexteditRow r; - int n = STB_TEXTEDIT_STRINGLEN(str); - float base_y = 0, prev_x; - int i=0, k; - - r.x0 = r.x1 = 0; - r.ymin = r.ymax = 0; - r.num_chars = 0; - - // search rows to find one that straddles 'y' - while (i < n) { - STB_TEXTEDIT_LAYOUTROW(&r, str, i); - if (r.num_chars <= 0) - return n; - - if (i==0 && y < base_y + r.ymin) - return 0; - - if (y < base_y + r.ymax) - break; - - i += r.num_chars; - base_y += r.baseline_y_delta; - } - - // below all text, return 'after' last character - if (i >= n) - return n; - - // check if it's before the beginning of the line - if (x < r.x0) - return i; - - // check if it's before the end of the line - if (x < r.x1) { - // search characters in row for one that straddles 'x' - prev_x = r.x0; - for (k=0; k < r.num_chars; ++k) { - float w = STB_TEXTEDIT_GETWIDTH(str, i, k); - if (x < prev_x+w) { - if (x < prev_x+w/2) - return k+i; - else - return k+i+1; - } - prev_x += w; - } - // shouldn't happen, but if it does, fall through to end-of-line case - } - - // if the last character is a newline, return that. otherwise return 'after' the last character - if (STB_TEXTEDIT_GETCHAR(str, i+r.num_chars-1) == STB_TEXTEDIT_NEWLINE) - return i+r.num_chars-1; - else - return i+r.num_chars; -} - -// API click: on mouse down, move the cursor to the clicked location, and reset the selection -static void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) -{ - // In single-line mode, just always make y = 0. This lets the drag keep working if the mouse - // goes off the top or bottom of the text - if( state->single_line ) - { - StbTexteditRow r; - STB_TEXTEDIT_LAYOUTROW(&r, str, 0); - y = r.ymin; - } - - state->cursor = stb_text_locate_coord(str, x, y); - state->select_start = state->cursor; - state->select_end = state->cursor; - state->has_preferred_x = 0; -} - -// API drag: on mouse drag, move the cursor and selection endpoint to the clicked location -static void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) -{ - int p = 0; - - // In single-line mode, just always make y = 0. This lets the drag keep working if the mouse - // goes off the top or bottom of the text - if( state->single_line ) - { - StbTexteditRow r; - STB_TEXTEDIT_LAYOUTROW(&r, str, 0); - y = r.ymin; - } - - if (state->select_start == state->select_end) - state->select_start = state->cursor; - - p = stb_text_locate_coord(str, x, y); - state->cursor = state->select_end = p; -} - -///////////////////////////////////////////////////////////////////////////// -// -// Keyboard input handling -// - -// forward declarations -static void stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state); -static void stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state); -static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length); -static void stb_text_makeundo_insert(STB_TexteditState *state, int where, int length); -static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length); - -typedef struct -{ - float x,y; // position of n'th character - float height; // height of line - int first_char, length; // first char of row, and length - int prev_first; // first char of previous row -} StbFindState; - -// find the x/y location of a character, and remember info about the previous row in -// case we get a move-up event (for page up, we'll have to rescan) -static void stb_textedit_find_charpos(StbFindState *find, STB_TEXTEDIT_STRING *str, int n, int single_line) -{ - StbTexteditRow r; - int prev_start = 0; - int z = STB_TEXTEDIT_STRINGLEN(str); - int i=0, first; - - if (n == z) { - // if it's at the end, then find the last line -- simpler than trying to - // explicitly handle this case in the regular code - if (single_line) { - STB_TEXTEDIT_LAYOUTROW(&r, str, 0); - find->y = 0; - find->first_char = 0; - find->length = z; - find->height = r.ymax - r.ymin; - find->x = r.x1; - } else { - find->y = 0; - find->x = 0; - find->height = 1; - while (i < z) { - STB_TEXTEDIT_LAYOUTROW(&r, str, i); - prev_start = i; - i += r.num_chars; - } - find->first_char = i; - find->length = 0; - find->prev_first = prev_start; - } - return; - } - - // search rows to find the one that straddles character n - find->y = 0; - - for(;;) { - STB_TEXTEDIT_LAYOUTROW(&r, str, i); - if (n < i + r.num_chars) - break; - prev_start = i; - i += r.num_chars; - find->y += r.baseline_y_delta; - } - - find->first_char = first = i; - find->length = r.num_chars; - find->height = r.ymax - r.ymin; - find->prev_first = prev_start; - - // now scan to find xpos - find->x = r.x0; - for (i=0; first+i < n; ++i) - find->x += STB_TEXTEDIT_GETWIDTH(str, first, i); -} - -#define STB_TEXT_HAS_SELECTION(s) ((s)->select_start != (s)->select_end) - -// make the selection/cursor state valid if client altered the string -static void stb_textedit_clamp(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) -{ - int n = STB_TEXTEDIT_STRINGLEN(str); - if (STB_TEXT_HAS_SELECTION(state)) { - if (state->select_start > n) state->select_start = n; - if (state->select_end > n) state->select_end = n; - // if clamping forced them to be equal, move the cursor to match - if (state->select_start == state->select_end) - state->cursor = state->select_start; - } - if (state->cursor > n) state->cursor = n; -} - -// delete characters while updating undo -static void stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int len) -{ - stb_text_makeundo_delete(str, state, where, len); - STB_TEXTEDIT_DELETECHARS(str, where, len); - state->has_preferred_x = 0; -} - -// delete the section -static void stb_textedit_delete_selection(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) -{ - stb_textedit_clamp(str, state); - if (STB_TEXT_HAS_SELECTION(state)) { - if (state->select_start < state->select_end) { - stb_textedit_delete(str, state, state->select_start, state->select_end - state->select_start); - state->select_end = state->cursor = state->select_start; - } else { - stb_textedit_delete(str, state, state->select_end, state->select_start - state->select_end); - state->select_start = state->cursor = state->select_end; - } - state->has_preferred_x = 0; - } -} - -// canoncialize the selection so start <= end -static void stb_textedit_sortselection(STB_TexteditState *state) -{ - if (state->select_end < state->select_start) { - int temp = state->select_end; - state->select_end = state->select_start; - state->select_start = temp; - } -} - -// move cursor to first character of selection -static void stb_textedit_move_to_first(STB_TexteditState *state) -{ - if (STB_TEXT_HAS_SELECTION(state)) { - stb_textedit_sortselection(state); - state->cursor = state->select_start; - state->select_end = state->select_start; - state->has_preferred_x = 0; - } -} - -// move cursor to last character of selection -static void stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) -{ - if (STB_TEXT_HAS_SELECTION(state)) { - stb_textedit_sortselection(state); - stb_textedit_clamp(str, state); - state->cursor = state->select_end; - state->select_start = state->select_end; - state->has_preferred_x = 0; - } -} - -#ifdef STB_TEXTEDIT_IS_SPACE -static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) -{ - return idx > 0 ? (STB_TEXTEDIT_IS_SPACE( STB_TEXTEDIT_GETCHAR(str,idx-1) ) && !STB_TEXTEDIT_IS_SPACE( STB_TEXTEDIT_GETCHAR(str, idx) ) ) : 1; -} - -#ifndef STB_TEXTEDIT_MOVEWORDLEFT -static int stb_textedit_move_to_word_previous( STB_TEXTEDIT_STRING *str, int c ) -{ - --c; // always move at least one character - while( c >= 0 && !is_word_boundary( str, c ) ) - --c; - - if( c < 0 ) - c = 0; - - return c; -} -#define STB_TEXTEDIT_MOVEWORDLEFT stb_textedit_move_to_word_previous -#endif - -#ifndef STB_TEXTEDIT_MOVEWORDRIGHT -static int stb_textedit_move_to_word_next( STB_TEXTEDIT_STRING *str, int c ) -{ - const int len = STB_TEXTEDIT_STRINGLEN(str); - ++c; // always move at least one character - while( c < len && !is_word_boundary( str, c ) ) - ++c; - - if( c > len ) - c = len; - - return c; -} -#define STB_TEXTEDIT_MOVEWORDRIGHT stb_textedit_move_to_word_next -#endif - -#endif - -// update selection and cursor to match each other -static void stb_textedit_prep_selection_at_cursor(STB_TexteditState *state) -{ - if (!STB_TEXT_HAS_SELECTION(state)) - state->select_start = state->select_end = state->cursor; - else - state->cursor = state->select_end; -} - -// API cut: delete selection -static int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) -{ - if (STB_TEXT_HAS_SELECTION(state)) { - stb_textedit_delete_selection(str,state); // implicitly clamps - state->has_preferred_x = 0; - return 1; - } - return 0; -} - -// API paste: replace existing selection with passed-in text -static int stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) -{ - // if there's a selection, the paste should delete it - stb_textedit_clamp(str, state); - stb_textedit_delete_selection(str,state); - // try to insert the characters - if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, text, len)) { - stb_text_makeundo_insert(state, state->cursor, len); - state->cursor += len; - state->has_preferred_x = 0; - return 1; - } - // note: paste failure will leave deleted selection, may be restored with an undo (see https://github.com/nothings/stb/issues/734 for details) - return 0; -} - -#ifndef STB_TEXTEDIT_KEYTYPE -#define STB_TEXTEDIT_KEYTYPE int -#endif - -// API key: process a keyboard input -static void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_KEYTYPE key) -{ -retry: - switch (key) { - default: { - int c = STB_TEXTEDIT_KEYTOTEXT(key); - if (c > 0) { - STB_TEXTEDIT_CHARTYPE ch = (STB_TEXTEDIT_CHARTYPE) c; - - // can't add newline in single-line mode - if (c == '\n' && state->single_line) - break; - - if (state->insert_mode && !STB_TEXT_HAS_SELECTION(state) && state->cursor < STB_TEXTEDIT_STRINGLEN(str)) { - stb_text_makeundo_replace(str, state, state->cursor, 1, 1); - STB_TEXTEDIT_DELETECHARS(str, state->cursor, 1); - if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, &ch, 1)) { - ++state->cursor; - state->has_preferred_x = 0; - } - } else { - stb_textedit_delete_selection(str,state); // implicitly clamps - if (STB_TEXTEDIT_INSERTCHARS(str, state->cursor, &ch, 1)) { - stb_text_makeundo_insert(state, state->cursor, 1); - ++state->cursor; - state->has_preferred_x = 0; - } - } - } - break; - } - -#ifdef STB_TEXTEDIT_K_INSERT - case STB_TEXTEDIT_K_INSERT: - state->insert_mode = !state->insert_mode; - break; -#endif - - case STB_TEXTEDIT_K_UNDO: - stb_text_undo(str, state); - state->has_preferred_x = 0; - break; - - case STB_TEXTEDIT_K_REDO: - stb_text_redo(str, state); - state->has_preferred_x = 0; - break; - - case STB_TEXTEDIT_K_LEFT: - // if currently there's a selection, move cursor to start of selection - if (STB_TEXT_HAS_SELECTION(state)) - stb_textedit_move_to_first(state); - else - if (state->cursor > 0) - --state->cursor; - state->has_preferred_x = 0; - break; - - case STB_TEXTEDIT_K_RIGHT: - // if currently there's a selection, move cursor to end of selection - if (STB_TEXT_HAS_SELECTION(state)) - stb_textedit_move_to_last(str, state); - else - ++state->cursor; - stb_textedit_clamp(str, state); - state->has_preferred_x = 0; - break; - - case STB_TEXTEDIT_K_LEFT | STB_TEXTEDIT_K_SHIFT: - stb_textedit_clamp(str, state); - stb_textedit_prep_selection_at_cursor(state); - // move selection left - if (state->select_end > 0) - --state->select_end; - state->cursor = state->select_end; - state->has_preferred_x = 0; - break; - -#ifdef STB_TEXTEDIT_MOVEWORDLEFT - case STB_TEXTEDIT_K_WORDLEFT: - if (STB_TEXT_HAS_SELECTION(state)) - stb_textedit_move_to_first(state); - else { - state->cursor = STB_TEXTEDIT_MOVEWORDLEFT(str, state->cursor); - stb_textedit_clamp( str, state ); - } - break; - - case STB_TEXTEDIT_K_WORDLEFT | STB_TEXTEDIT_K_SHIFT: - if( !STB_TEXT_HAS_SELECTION( state ) ) - stb_textedit_prep_selection_at_cursor(state); - - state->cursor = STB_TEXTEDIT_MOVEWORDLEFT(str, state->cursor); - state->select_end = state->cursor; - - stb_textedit_clamp( str, state ); - break; -#endif - -#ifdef STB_TEXTEDIT_MOVEWORDRIGHT - case STB_TEXTEDIT_K_WORDRIGHT: - if (STB_TEXT_HAS_SELECTION(state)) - stb_textedit_move_to_last(str, state); - else { - state->cursor = STB_TEXTEDIT_MOVEWORDRIGHT(str, state->cursor); - stb_textedit_clamp( str, state ); - } - break; - - case STB_TEXTEDIT_K_WORDRIGHT | STB_TEXTEDIT_K_SHIFT: - if( !STB_TEXT_HAS_SELECTION( state ) ) - stb_textedit_prep_selection_at_cursor(state); - - state->cursor = STB_TEXTEDIT_MOVEWORDRIGHT(str, state->cursor); - state->select_end = state->cursor; - - stb_textedit_clamp( str, state ); - break; -#endif - - case STB_TEXTEDIT_K_RIGHT | STB_TEXTEDIT_K_SHIFT: - stb_textedit_prep_selection_at_cursor(state); - // move selection right - ++state->select_end; - stb_textedit_clamp(str, state); - state->cursor = state->select_end; - state->has_preferred_x = 0; - break; - - case STB_TEXTEDIT_K_DOWN: - case STB_TEXTEDIT_K_DOWN | STB_TEXTEDIT_K_SHIFT: - case STB_TEXTEDIT_K_PGDOWN: - case STB_TEXTEDIT_K_PGDOWN | STB_TEXTEDIT_K_SHIFT: { - StbFindState find; - StbTexteditRow row; - int i, j, sel = (key & STB_TEXTEDIT_K_SHIFT) != 0; - int is_page = (key & ~STB_TEXTEDIT_K_SHIFT) == STB_TEXTEDIT_K_PGDOWN; - int row_count = is_page ? state->row_count_per_page : 1; - - if (!is_page && state->single_line) { - // on windows, up&down in single-line behave like left&right - key = STB_TEXTEDIT_K_RIGHT | (key & STB_TEXTEDIT_K_SHIFT); - goto retry; - } - - if (sel) - stb_textedit_prep_selection_at_cursor(state); - else if (STB_TEXT_HAS_SELECTION(state)) - stb_textedit_move_to_last(str, state); - - // compute current position of cursor point - stb_textedit_clamp(str, state); - stb_textedit_find_charpos(&find, str, state->cursor, state->single_line); - - for (j = 0; j < row_count; ++j) { - float x, goal_x = state->has_preferred_x ? state->preferred_x : find.x; - int start = find.first_char + find.length; - - if (find.length == 0) - break; - - // [DEAR IMGUI] - // going down while being on the last line shouldn't bring us to that line end - if (STB_TEXTEDIT_GETCHAR(str, find.first_char + find.length - 1) != STB_TEXTEDIT_NEWLINE) - break; - - // now find character position down a row - state->cursor = start; - STB_TEXTEDIT_LAYOUTROW(&row, str, state->cursor); - x = row.x0; - for (i=0; i < row.num_chars; ++i) { - float dx = STB_TEXTEDIT_GETWIDTH(str, start, i); - #ifdef STB_TEXTEDIT_GETWIDTH_NEWLINE - if (dx == STB_TEXTEDIT_GETWIDTH_NEWLINE) - break; - #endif - x += dx; - if (x > goal_x) - break; - ++state->cursor; - } - stb_textedit_clamp(str, state); - - state->has_preferred_x = 1; - state->preferred_x = goal_x; - - if (sel) - state->select_end = state->cursor; - - // go to next line - find.first_char = find.first_char + find.length; - find.length = row.num_chars; - } - break; - } - - case STB_TEXTEDIT_K_UP: - case STB_TEXTEDIT_K_UP | STB_TEXTEDIT_K_SHIFT: - case STB_TEXTEDIT_K_PGUP: - case STB_TEXTEDIT_K_PGUP | STB_TEXTEDIT_K_SHIFT: { - StbFindState find; - StbTexteditRow row; - int i, j, prev_scan, sel = (key & STB_TEXTEDIT_K_SHIFT) != 0; - int is_page = (key & ~STB_TEXTEDIT_K_SHIFT) == STB_TEXTEDIT_K_PGUP; - int row_count = is_page ? state->row_count_per_page : 1; - - if (!is_page && state->single_line) { - // on windows, up&down become left&right - key = STB_TEXTEDIT_K_LEFT | (key & STB_TEXTEDIT_K_SHIFT); - goto retry; - } - - if (sel) - stb_textedit_prep_selection_at_cursor(state); - else if (STB_TEXT_HAS_SELECTION(state)) - stb_textedit_move_to_first(state); - - // compute current position of cursor point - stb_textedit_clamp(str, state); - stb_textedit_find_charpos(&find, str, state->cursor, state->single_line); - - for (j = 0; j < row_count; ++j) { - float x, goal_x = state->has_preferred_x ? state->preferred_x : find.x; - - // can only go up if there's a previous row - if (find.prev_first == find.first_char) - break; - - // now find character position up a row - state->cursor = find.prev_first; - STB_TEXTEDIT_LAYOUTROW(&row, str, state->cursor); - x = row.x0; - for (i=0; i < row.num_chars; ++i) { - float dx = STB_TEXTEDIT_GETWIDTH(str, find.prev_first, i); - #ifdef STB_TEXTEDIT_GETWIDTH_NEWLINE - if (dx == STB_TEXTEDIT_GETWIDTH_NEWLINE) - break; - #endif - x += dx; - if (x > goal_x) - break; - ++state->cursor; - } - stb_textedit_clamp(str, state); - - state->has_preferred_x = 1; - state->preferred_x = goal_x; - - if (sel) - state->select_end = state->cursor; - - // go to previous line - // (we need to scan previous line the hard way. maybe we could expose this as a new API function?) - prev_scan = find.prev_first > 0 ? find.prev_first - 1 : 0; - while (prev_scan > 0 && STB_TEXTEDIT_GETCHAR(str, prev_scan - 1) != STB_TEXTEDIT_NEWLINE) - --prev_scan; - find.first_char = find.prev_first; - find.prev_first = prev_scan; - } - break; - } - - case STB_TEXTEDIT_K_DELETE: - case STB_TEXTEDIT_K_DELETE | STB_TEXTEDIT_K_SHIFT: - if (STB_TEXT_HAS_SELECTION(state)) - stb_textedit_delete_selection(str, state); - else { - int n = STB_TEXTEDIT_STRINGLEN(str); - if (state->cursor < n) - stb_textedit_delete(str, state, state->cursor, 1); - } - state->has_preferred_x = 0; - break; - - case STB_TEXTEDIT_K_BACKSPACE: - case STB_TEXTEDIT_K_BACKSPACE | STB_TEXTEDIT_K_SHIFT: - if (STB_TEXT_HAS_SELECTION(state)) - stb_textedit_delete_selection(str, state); - else { - stb_textedit_clamp(str, state); - if (state->cursor > 0) { - stb_textedit_delete(str, state, state->cursor-1, 1); - --state->cursor; - } - } - state->has_preferred_x = 0; - break; - -#ifdef STB_TEXTEDIT_K_TEXTSTART2 - case STB_TEXTEDIT_K_TEXTSTART2: -#endif - case STB_TEXTEDIT_K_TEXTSTART: - state->cursor = state->select_start = state->select_end = 0; - state->has_preferred_x = 0; - break; - -#ifdef STB_TEXTEDIT_K_TEXTEND2 - case STB_TEXTEDIT_K_TEXTEND2: -#endif - case STB_TEXTEDIT_K_TEXTEND: - state->cursor = STB_TEXTEDIT_STRINGLEN(str); - state->select_start = state->select_end = 0; - state->has_preferred_x = 0; - break; - -#ifdef STB_TEXTEDIT_K_TEXTSTART2 - case STB_TEXTEDIT_K_TEXTSTART2 | STB_TEXTEDIT_K_SHIFT: -#endif - case STB_TEXTEDIT_K_TEXTSTART | STB_TEXTEDIT_K_SHIFT: - stb_textedit_prep_selection_at_cursor(state); - state->cursor = state->select_end = 0; - state->has_preferred_x = 0; - break; - -#ifdef STB_TEXTEDIT_K_TEXTEND2 - case STB_TEXTEDIT_K_TEXTEND2 | STB_TEXTEDIT_K_SHIFT: -#endif - case STB_TEXTEDIT_K_TEXTEND | STB_TEXTEDIT_K_SHIFT: - stb_textedit_prep_selection_at_cursor(state); - state->cursor = state->select_end = STB_TEXTEDIT_STRINGLEN(str); - state->has_preferred_x = 0; - break; - - -#ifdef STB_TEXTEDIT_K_LINESTART2 - case STB_TEXTEDIT_K_LINESTART2: -#endif - case STB_TEXTEDIT_K_LINESTART: - stb_textedit_clamp(str, state); - stb_textedit_move_to_first(state); - if (state->single_line) - state->cursor = 0; - else while (state->cursor > 0 && STB_TEXTEDIT_GETCHAR(str, state->cursor-1) != STB_TEXTEDIT_NEWLINE) - --state->cursor; - state->has_preferred_x = 0; - break; - -#ifdef STB_TEXTEDIT_K_LINEEND2 - case STB_TEXTEDIT_K_LINEEND2: -#endif - case STB_TEXTEDIT_K_LINEEND: { - int n = STB_TEXTEDIT_STRINGLEN(str); - stb_textedit_clamp(str, state); - stb_textedit_move_to_first(state); - if (state->single_line) - state->cursor = n; - else while (state->cursor < n && STB_TEXTEDIT_GETCHAR(str, state->cursor) != STB_TEXTEDIT_NEWLINE) - ++state->cursor; - state->has_preferred_x = 0; - break; - } - -#ifdef STB_TEXTEDIT_K_LINESTART2 - case STB_TEXTEDIT_K_LINESTART2 | STB_TEXTEDIT_K_SHIFT: -#endif - case STB_TEXTEDIT_K_LINESTART | STB_TEXTEDIT_K_SHIFT: - stb_textedit_clamp(str, state); - stb_textedit_prep_selection_at_cursor(state); - if (state->single_line) - state->cursor = 0; - else while (state->cursor > 0 && STB_TEXTEDIT_GETCHAR(str, state->cursor-1) != STB_TEXTEDIT_NEWLINE) - --state->cursor; - state->select_end = state->cursor; - state->has_preferred_x = 0; - break; - -#ifdef STB_TEXTEDIT_K_LINEEND2 - case STB_TEXTEDIT_K_LINEEND2 | STB_TEXTEDIT_K_SHIFT: -#endif - case STB_TEXTEDIT_K_LINEEND | STB_TEXTEDIT_K_SHIFT: { - int n = STB_TEXTEDIT_STRINGLEN(str); - stb_textedit_clamp(str, state); - stb_textedit_prep_selection_at_cursor(state); - if (state->single_line) - state->cursor = n; - else while (state->cursor < n && STB_TEXTEDIT_GETCHAR(str, state->cursor) != STB_TEXTEDIT_NEWLINE) - ++state->cursor; - state->select_end = state->cursor; - state->has_preferred_x = 0; - break; - } - } -} - -///////////////////////////////////////////////////////////////////////////// -// -// Undo processing -// -// @OPTIMIZE: the undo/redo buffer should be circular - -static void stb_textedit_flush_redo(StbUndoState *state) -{ - state->redo_point = STB_TEXTEDIT_UNDOSTATECOUNT; - state->redo_char_point = STB_TEXTEDIT_UNDOCHARCOUNT; -} - -// discard the oldest entry in the undo list -static void stb_textedit_discard_undo(StbUndoState *state) -{ - if (state->undo_point > 0) { - // if the 0th undo state has characters, clean those up - if (state->undo_rec[0].char_storage >= 0) { - int n = state->undo_rec[0].insert_length, i; - // delete n characters from all other records - state->undo_char_point -= n; - STB_TEXTEDIT_memmove(state->undo_char, state->undo_char + n, (size_t) (state->undo_char_point*sizeof(STB_TEXTEDIT_CHARTYPE))); - for (i=0; i < state->undo_point; ++i) - if (state->undo_rec[i].char_storage >= 0) - state->undo_rec[i].char_storage -= n; // @OPTIMIZE: get rid of char_storage and infer it - } - --state->undo_point; - STB_TEXTEDIT_memmove(state->undo_rec, state->undo_rec+1, (size_t) (state->undo_point*sizeof(state->undo_rec[0]))); - } -} - -// discard the oldest entry in the redo list--it's bad if this -// ever happens, but because undo & redo have to store the actual -// characters in different cases, the redo character buffer can -// fill up even though the undo buffer didn't -static void stb_textedit_discard_redo(StbUndoState *state) -{ - int k = STB_TEXTEDIT_UNDOSTATECOUNT-1; - - if (state->redo_point <= k) { - // if the k'th undo state has characters, clean those up - if (state->undo_rec[k].char_storage >= 0) { - int n = state->undo_rec[k].insert_length, i; - // move the remaining redo character data to the end of the buffer - state->redo_char_point += n; - STB_TEXTEDIT_memmove(state->undo_char + state->redo_char_point, state->undo_char + state->redo_char_point-n, (size_t) ((STB_TEXTEDIT_UNDOCHARCOUNT - state->redo_char_point)*sizeof(STB_TEXTEDIT_CHARTYPE))); - // adjust the position of all the other records to account for above memmove - for (i=state->redo_point; i < k; ++i) - if (state->undo_rec[i].char_storage >= 0) - state->undo_rec[i].char_storage += n; - } - // now move all the redo records towards the end of the buffer; the first one is at 'redo_point' - // [DEAR IMGUI] - size_t move_size = (size_t)((STB_TEXTEDIT_UNDOSTATECOUNT - state->redo_point - 1) * sizeof(state->undo_rec[0])); - const char* buf_begin = (char*)state->undo_rec; (void)buf_begin; - const char* buf_end = (char*)state->undo_rec + sizeof(state->undo_rec); (void)buf_end; - IM_ASSERT(((char*)(state->undo_rec + state->redo_point)) >= buf_begin); - IM_ASSERT(((char*)(state->undo_rec + state->redo_point + 1) + move_size) <= buf_end); - STB_TEXTEDIT_memmove(state->undo_rec + state->redo_point+1, state->undo_rec + state->redo_point, move_size); - - // now move redo_point to point to the new one - ++state->redo_point; - } -} - -static StbUndoRecord *stb_text_create_undo_record(StbUndoState *state, int numchars) -{ - // any time we create a new undo record, we discard redo - stb_textedit_flush_redo(state); - - // if we have no free records, we have to make room, by sliding the - // existing records down - if (state->undo_point == STB_TEXTEDIT_UNDOSTATECOUNT) - stb_textedit_discard_undo(state); - - // if the characters to store won't possibly fit in the buffer, we can't undo - if (numchars > STB_TEXTEDIT_UNDOCHARCOUNT) { - state->undo_point = 0; - state->undo_char_point = 0; - return NULL; - } - - // if we don't have enough free characters in the buffer, we have to make room - while (state->undo_char_point + numchars > STB_TEXTEDIT_UNDOCHARCOUNT) - stb_textedit_discard_undo(state); - - return &state->undo_rec[state->undo_point++]; -} - -static STB_TEXTEDIT_CHARTYPE *stb_text_createundo(StbUndoState *state, int pos, int insert_len, int delete_len) -{ - StbUndoRecord *r = stb_text_create_undo_record(state, insert_len); - if (r == NULL) - return NULL; - - r->where = pos; - r->insert_length = (STB_TEXTEDIT_POSITIONTYPE) insert_len; - r->delete_length = (STB_TEXTEDIT_POSITIONTYPE) delete_len; - - if (insert_len == 0) { - r->char_storage = -1; - return NULL; - } else { - r->char_storage = state->undo_char_point; - state->undo_char_point += insert_len; - return &state->undo_char[r->char_storage]; - } -} - -static void stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) -{ - StbUndoState *s = &state->undostate; - StbUndoRecord u, *r; - if (s->undo_point == 0) - return; - - // we need to do two things: apply the undo record, and create a redo record - u = s->undo_rec[s->undo_point-1]; - r = &s->undo_rec[s->redo_point-1]; - r->char_storage = -1; - - r->insert_length = u.delete_length; - r->delete_length = u.insert_length; - r->where = u.where; - - if (u.delete_length) { - // if the undo record says to delete characters, then the redo record will - // need to re-insert the characters that get deleted, so we need to store - // them. - - // there are three cases: - // there's enough room to store the characters - // characters stored for *redoing* don't leave room for redo - // characters stored for *undoing* don't leave room for redo - // if the last is true, we have to bail - - if (s->undo_char_point + u.delete_length >= STB_TEXTEDIT_UNDOCHARCOUNT) { - // the undo records take up too much character space; there's no space to store the redo characters - r->insert_length = 0; - } else { - int i; - - // there's definitely room to store the characters eventually - while (s->undo_char_point + u.delete_length > s->redo_char_point) { - // should never happen: - if (s->redo_point == STB_TEXTEDIT_UNDOSTATECOUNT) - return; - // there's currently not enough room, so discard a redo record - stb_textedit_discard_redo(s); - } - r = &s->undo_rec[s->redo_point-1]; - - r->char_storage = s->redo_char_point - u.delete_length; - s->redo_char_point = s->redo_char_point - u.delete_length; - - // now save the characters - for (i=0; i < u.delete_length; ++i) - s->undo_char[r->char_storage + i] = STB_TEXTEDIT_GETCHAR(str, u.where + i); - } - - // now we can carry out the deletion - STB_TEXTEDIT_DELETECHARS(str, u.where, u.delete_length); - } - - // check type of recorded action: - if (u.insert_length) { - // easy case: was a deletion, so we need to insert n characters - STB_TEXTEDIT_INSERTCHARS(str, u.where, &s->undo_char[u.char_storage], u.insert_length); - s->undo_char_point -= u.insert_length; - } - - state->cursor = u.where + u.insert_length; - - s->undo_point--; - s->redo_point--; -} - -static void stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) -{ - StbUndoState *s = &state->undostate; - StbUndoRecord *u, r; - if (s->redo_point == STB_TEXTEDIT_UNDOSTATECOUNT) - return; - - // we need to do two things: apply the redo record, and create an undo record - u = &s->undo_rec[s->undo_point]; - r = s->undo_rec[s->redo_point]; - - // we KNOW there must be room for the undo record, because the redo record - // was derived from an undo record - - u->delete_length = r.insert_length; - u->insert_length = r.delete_length; - u->where = r.where; - u->char_storage = -1; - - if (r.delete_length) { - // the redo record requires us to delete characters, so the undo record - // needs to store the characters - - if (s->undo_char_point + u->insert_length > s->redo_char_point) { - u->insert_length = 0; - u->delete_length = 0; - } else { - int i; - u->char_storage = s->undo_char_point; - s->undo_char_point = s->undo_char_point + u->insert_length; - - // now save the characters - for (i=0; i < u->insert_length; ++i) - s->undo_char[u->char_storage + i] = STB_TEXTEDIT_GETCHAR(str, u->where + i); - } - - STB_TEXTEDIT_DELETECHARS(str, r.where, r.delete_length); - } - - if (r.insert_length) { - // easy case: need to insert n characters - STB_TEXTEDIT_INSERTCHARS(str, r.where, &s->undo_char[r.char_storage], r.insert_length); - s->redo_char_point += r.insert_length; - } - - state->cursor = r.where + r.insert_length; - - s->undo_point++; - s->redo_point++; -} - -static void stb_text_makeundo_insert(STB_TexteditState *state, int where, int length) -{ - stb_text_createundo(&state->undostate, where, 0, length); -} - -static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length) -{ - int i; - STB_TEXTEDIT_CHARTYPE *p = stb_text_createundo(&state->undostate, where, length, 0); - if (p) { - for (i=0; i < length; ++i) - p[i] = STB_TEXTEDIT_GETCHAR(str, where+i); - } -} - -static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) -{ - int i; - STB_TEXTEDIT_CHARTYPE *p = stb_text_createundo(&state->undostate, where, old_length, new_length); - if (p) { - for (i=0; i < old_length; ++i) - p[i] = STB_TEXTEDIT_GETCHAR(str, where+i); - } -} - -// reset the state to default -static void stb_textedit_clear_state(STB_TexteditState *state, int is_single_line) -{ - state->undostate.undo_point = 0; - state->undostate.undo_char_point = 0; - state->undostate.redo_point = STB_TEXTEDIT_UNDOSTATECOUNT; - state->undostate.redo_char_point = STB_TEXTEDIT_UNDOCHARCOUNT; - state->select_end = state->select_start = 0; - state->cursor = 0; - state->has_preferred_x = 0; - state->preferred_x = 0; - state->cursor_at_end_of_line = 0; - state->initialized = 1; - state->single_line = (unsigned char) is_single_line; - state->insert_mode = 0; - state->row_count_per_page = 0; -} - -// API initialize -static void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) -{ - stb_textedit_clear_state(state, is_single_line); -} - -#if defined(__GNUC__) || defined(__clang__) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wcast-qual" -#endif - -static int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE const *ctext, int len) -{ - return stb_textedit_paste_internal(str, state, (STB_TEXTEDIT_CHARTYPE *) ctext, len); -} - -#if defined(__GNUC__) || defined(__clang__) -#pragma GCC diagnostic pop -#endif - -#endif//STB_TEXTEDIT_IMPLEMENTATION - -/* ------------------------------------------------------------------------------- -This software is available under 2 licenses -- choose whichever you prefer. ------------------------------------------------------------------------------- -ALTERNATIVE A - MIT License -Copyright (c) 2017 Sean Barrett -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. ------------------------------------------------------------------------------- -ALTERNATIVE B - Public Domain (www.unlicense.org) -This is free and unencumbered software released into the public domain. -Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -software, either in source code form or as a compiled binary, for any purpose, -commercial or non-commercial, and by any means. -In jurisdictions that recognize copyright laws, the author or authors of this -software dedicate any and all copyright interest in the software to the public -domain. We make this dedication for the benefit of the public at large and to -the detriment of our heirs and successors. We intend this dedication to be an -overt act of relinquishment in perpetuity of all present and future rights to -this software under copyright law. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------------------------------------------------------- -*/ diff --git a/external/imgui/imstb_truetype.h b/external/imgui/imstb_truetype.h deleted file mode 100644 index 643d3789..00000000 --- a/external/imgui/imstb_truetype.h +++ /dev/null @@ -1,5085 +0,0 @@ -// [DEAR IMGUI] -// This is a slightly modified version of stb_truetype.h 1.26. -// Mostly fixing for compiler and static analyzer warnings. -// Grep for [DEAR IMGUI] to find the changes. - -// stb_truetype.h - v1.26 - public domain -// authored from 2009-2021 by Sean Barrett / RAD Game Tools -// -// ======================================================================= -// -// NO SECURITY GUARANTEE -- DO NOT USE THIS ON UNTRUSTED FONT FILES -// -// This library does no range checking of the offsets found in the file, -// meaning an attacker can use it to read arbitrary memory. -// -// ======================================================================= -// -// This library processes TrueType files: -// parse files -// extract glyph metrics -// extract glyph shapes -// render glyphs to one-channel bitmaps with antialiasing (box filter) -// render glyphs to one-channel SDF bitmaps (signed-distance field/function) -// -// Todo: -// non-MS cmaps -// crashproof on bad data -// hinting? (no longer patented) -// cleartype-style AA? -// optimize: use simple memory allocator for intermediates -// optimize: build edge-list directly from curves -// optimize: rasterize directly from curves? -// -// ADDITIONAL CONTRIBUTORS -// -// Mikko Mononen: compound shape support, more cmap formats -// Tor Andersson: kerning, subpixel rendering -// Dougall Johnson: OpenType / Type 2 font handling -// Daniel Ribeiro Maciel: basic GPOS-based kerning -// -// Misc other: -// Ryan Gordon -// Simon Glass -// github:IntellectualKitty -// Imanol Celaya -// Daniel Ribeiro Maciel -// -// Bug/warning reports/fixes: -// "Zer" on mollyrocket Fabian "ryg" Giesen github:NiLuJe -// Cass Everitt Martins Mozeiko github:aloucks -// stoiko (Haemimont Games) Cap Petschulat github:oyvindjam -// Brian Hook Omar Cornut github:vassvik -// Walter van Niftrik Ryan Griege -// David Gow Peter LaValle -// David Given Sergey Popov -// Ivan-Assen Ivanov Giumo X. Clanjor -// Anthony Pesch Higor Euripedes -// Johan Duparc Thomas Fields -// Hou Qiming Derek Vinyard -// Rob Loach Cort Stratton -// Kenney Phillis Jr. Brian Costabile -// Ken Voskuil (kaesve) -// -// VERSION HISTORY -// -// 1.26 (2021-08-28) fix broken rasterizer -// 1.25 (2021-07-11) many fixes -// 1.24 (2020-02-05) fix warning -// 1.23 (2020-02-02) query SVG data for glyphs; query whole kerning table (but only kern not GPOS) -// 1.22 (2019-08-11) minimize missing-glyph duplication; fix kerning if both 'GPOS' and 'kern' are defined -// 1.21 (2019-02-25) fix warning -// 1.20 (2019-02-07) PackFontRange skips missing codepoints; GetScaleFontVMetrics() -// 1.19 (2018-02-11) GPOS kerning, STBTT_fmod -// 1.18 (2018-01-29) add missing function -// 1.17 (2017-07-23) make more arguments const; doc fix -// 1.16 (2017-07-12) SDF support -// 1.15 (2017-03-03) make more arguments const -// 1.14 (2017-01-16) num-fonts-in-TTC function -// 1.13 (2017-01-02) support OpenType fonts, certain Apple fonts -// 1.12 (2016-10-25) suppress warnings about casting away const with -Wcast-qual -// 1.11 (2016-04-02) fix unused-variable warning -// 1.10 (2016-04-02) user-defined fabs(); rare memory leak; remove duplicate typedef -// 1.09 (2016-01-16) warning fix; avoid crash on outofmem; use allocation userdata properly -// 1.08 (2015-09-13) document stbtt_Rasterize(); fixes for vertical & horizontal edges -// 1.07 (2015-08-01) allow PackFontRanges to accept arrays of sparse codepoints; -// variant PackFontRanges to pack and render in separate phases; -// fix stbtt_GetFontOFfsetForIndex (never worked for non-0 input?); -// fixed an assert() bug in the new rasterizer -// replace assert() with STBTT_assert() in new rasterizer -// -// Full history can be found at the end of this file. -// -// LICENSE -// -// See end of file for license information. -// -// USAGE -// -// Include this file in whatever places need to refer to it. In ONE C/C++ -// file, write: -// #define STB_TRUETYPE_IMPLEMENTATION -// before the #include of this file. This expands out the actual -// implementation into that C/C++ file. -// -// To make the implementation private to the file that generates the implementation, -// #define STBTT_STATIC -// -// Simple 3D API (don't ship this, but it's fine for tools and quick start) -// stbtt_BakeFontBitmap() -- bake a font to a bitmap for use as texture -// stbtt_GetBakedQuad() -- compute quad to draw for a given char -// -// Improved 3D API (more shippable): -// #include "stb_rect_pack.h" -- optional, but you really want it -// stbtt_PackBegin() -// stbtt_PackSetOversampling() -- for improved quality on small fonts -// stbtt_PackFontRanges() -- pack and renders -// stbtt_PackEnd() -// stbtt_GetPackedQuad() -// -// "Load" a font file from a memory buffer (you have to keep the buffer loaded) -// stbtt_InitFont() -// stbtt_GetFontOffsetForIndex() -- indexing for TTC font collections -// stbtt_GetNumberOfFonts() -- number of fonts for TTC font collections -// -// Render a unicode codepoint to a bitmap -// stbtt_GetCodepointBitmap() -- allocates and returns a bitmap -// stbtt_MakeCodepointBitmap() -- renders into bitmap you provide -// stbtt_GetCodepointBitmapBox() -- how big the bitmap must be -// -// Character advance/positioning -// stbtt_GetCodepointHMetrics() -// stbtt_GetFontVMetrics() -// stbtt_GetFontVMetricsOS2() -// stbtt_GetCodepointKernAdvance() -// -// Starting with version 1.06, the rasterizer was replaced with a new, -// faster and generally-more-precise rasterizer. The new rasterizer more -// accurately measures pixel coverage for anti-aliasing, except in the case -// where multiple shapes overlap, in which case it overestimates the AA pixel -// coverage. Thus, anti-aliasing of intersecting shapes may look wrong. If -// this turns out to be a problem, you can re-enable the old rasterizer with -// #define STBTT_RASTERIZER_VERSION 1 -// which will incur about a 15% speed hit. -// -// ADDITIONAL DOCUMENTATION -// -// Immediately after this block comment are a series of sample programs. -// -// After the sample programs is the "header file" section. This section -// includes documentation for each API function. -// -// Some important concepts to understand to use this library: -// -// Codepoint -// Characters are defined by unicode codepoints, e.g. 65 is -// uppercase A, 231 is lowercase c with a cedilla, 0x7e30 is -// the hiragana for "ma". -// -// Glyph -// A visual character shape (every codepoint is rendered as -// some glyph) -// -// Glyph index -// A font-specific integer ID representing a glyph -// -// Baseline -// Glyph shapes are defined relative to a baseline, which is the -// bottom of uppercase characters. Characters extend both above -// and below the baseline. -// -// Current Point -// As you draw text to the screen, you keep track of a "current point" -// which is the origin of each character. The current point's vertical -// position is the baseline. Even "baked fonts" use this model. -// -// Vertical Font Metrics -// The vertical qualities of the font, used to vertically position -// and space the characters. See docs for stbtt_GetFontVMetrics. -// -// Font Size in Pixels or Points -// The preferred interface for specifying font sizes in stb_truetype -// is to specify how tall the font's vertical extent should be in pixels. -// If that sounds good enough, skip the next paragraph. -// -// Most font APIs instead use "points", which are a common typographic -// measurement for describing font size, defined as 72 points per inch. -// stb_truetype provides a point API for compatibility. However, true -// "per inch" conventions don't make much sense on computer displays -// since different monitors have different number of pixels per -// inch. For example, Windows traditionally uses a convention that -// there are 96 pixels per inch, thus making 'inch' measurements have -// nothing to do with inches, and thus effectively defining a point to -// be 1.333 pixels. Additionally, the TrueType font data provides -// an explicit scale factor to scale a given font's glyphs to points, -// but the author has observed that this scale factor is often wrong -// for non-commercial fonts, thus making fonts scaled in points -// according to the TrueType spec incoherently sized in practice. -// -// DETAILED USAGE: -// -// Scale: -// Select how high you want the font to be, in points or pixels. -// Call ScaleForPixelHeight or ScaleForMappingEmToPixels to compute -// a scale factor SF that will be used by all other functions. -// -// Baseline: -// You need to select a y-coordinate that is the baseline of where -// your text will appear. Call GetFontBoundingBox to get the baseline-relative -// bounding box for all characters. SF*-y0 will be the distance in pixels -// that the worst-case character could extend above the baseline, so if -// you want the top edge of characters to appear at the top of the -// screen where y=0, then you would set the baseline to SF*-y0. -// -// Current point: -// Set the current point where the first character will appear. The -// first character could extend left of the current point; this is font -// dependent. You can either choose a current point that is the leftmost -// point and hope, or add some padding, or check the bounding box or -// left-side-bearing of the first character to be displayed and set -// the current point based on that. -// -// Displaying a character: -// Compute the bounding box of the character. It will contain signed values -// relative to . I.e. if it returns x0,y0,x1,y1, -// then the character should be displayed in the rectangle from -// to = 32 && *text < 128) { - stbtt_aligned_quad q; - stbtt_GetBakedQuad(cdata, 512,512, *text-32, &x,&y,&q,1);//1=opengl & d3d10+,0=d3d9 - glTexCoord2f(q.s0,q.t0); glVertex2f(q.x0,q.y0); - glTexCoord2f(q.s1,q.t0); glVertex2f(q.x1,q.y0); - glTexCoord2f(q.s1,q.t1); glVertex2f(q.x1,q.y1); - glTexCoord2f(q.s0,q.t1); glVertex2f(q.x0,q.y1); - } - ++text; - } - glEnd(); -} -#endif -// -// -////////////////////////////////////////////////////////////////////////////// -// -// Complete program (this compiles): get a single bitmap, print as ASCII art -// -#if 0 -#include -#define STB_TRUETYPE_IMPLEMENTATION // force following include to generate implementation -#include "stb_truetype.h" - -char ttf_buffer[1<<25]; - -int main(int argc, char **argv) -{ - stbtt_fontinfo font; - unsigned char *bitmap; - int w,h,i,j,c = (argc > 1 ? atoi(argv[1]) : 'a'), s = (argc > 2 ? atoi(argv[2]) : 20); - - fread(ttf_buffer, 1, 1<<25, fopen(argc > 3 ? argv[3] : "c:/windows/fonts/arialbd.ttf", "rb")); - - stbtt_InitFont(&font, ttf_buffer, stbtt_GetFontOffsetForIndex(ttf_buffer,0)); - bitmap = stbtt_GetCodepointBitmap(&font, 0,stbtt_ScaleForPixelHeight(&font, s), c, &w, &h, 0,0); - - for (j=0; j < h; ++j) { - for (i=0; i < w; ++i) - putchar(" .:ioVM@"[bitmap[j*w+i]>>5]); - putchar('\n'); - } - return 0; -} -#endif -// -// Output: -// -// .ii. -// @@@@@@. -// V@Mio@@o -// :i. V@V -// :oM@@M -// :@@@MM@M -// @@o o@M -// :@@. M@M -// @@@o@@@@ -// :M@@V:@@. -// -////////////////////////////////////////////////////////////////////////////// -// -// Complete program: print "Hello World!" banner, with bugs -// -#if 0 -char buffer[24<<20]; -unsigned char screen[20][79]; - -int main(int arg, char **argv) -{ - stbtt_fontinfo font; - int i,j,ascent,baseline,ch=0; - float scale, xpos=2; // leave a little padding in case the character extends left - char *text = "Heljo World!"; // intentionally misspelled to show 'lj' brokenness - - fread(buffer, 1, 1000000, fopen("c:/windows/fonts/arialbd.ttf", "rb")); - stbtt_InitFont(&font, buffer, 0); - - scale = stbtt_ScaleForPixelHeight(&font, 15); - stbtt_GetFontVMetrics(&font, &ascent,0,0); - baseline = (int) (ascent*scale); - - while (text[ch]) { - int advance,lsb,x0,y0,x1,y1; - float x_shift = xpos - (float) floor(xpos); - stbtt_GetCodepointHMetrics(&font, text[ch], &advance, &lsb); - stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1); - stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79, scale,scale,x_shift,0, text[ch]); - // note that this stomps the old data, so where character boxes overlap (e.g. 'lj') it's wrong - // because this API is really for baking character bitmaps into textures. if you want to render - // a sequence of characters, you really need to render each bitmap to a temp buffer, then - // "alpha blend" that into the working buffer - xpos += (advance * scale); - if (text[ch+1]) - xpos += scale*stbtt_GetCodepointKernAdvance(&font, text[ch],text[ch+1]); - ++ch; - } - - for (j=0; j < 20; ++j) { - for (i=0; i < 78; ++i) - putchar(" .:ioVM@"[screen[j][i]>>5]); - putchar('\n'); - } - - return 0; -} -#endif - - -////////////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////////////// -//// -//// INTEGRATION WITH YOUR CODEBASE -//// -//// The following sections allow you to supply alternate definitions -//// of C library functions used by stb_truetype, e.g. if you don't -//// link with the C runtime library. - -#ifdef STB_TRUETYPE_IMPLEMENTATION - // #define your own (u)stbtt_int8/16/32 before including to override this - #ifndef stbtt_uint8 - typedef unsigned char stbtt_uint8; - typedef signed char stbtt_int8; - typedef unsigned short stbtt_uint16; - typedef signed short stbtt_int16; - typedef unsigned int stbtt_uint32; - typedef signed int stbtt_int32; - #endif - - typedef char stbtt__check_size32[sizeof(stbtt_int32)==4 ? 1 : -1]; - typedef char stbtt__check_size16[sizeof(stbtt_int16)==2 ? 1 : -1]; - - // e.g. #define your own STBTT_ifloor/STBTT_iceil() to avoid math.h - #ifndef STBTT_ifloor - #include - #define STBTT_ifloor(x) ((int) floor(x)) - #define STBTT_iceil(x) ((int) ceil(x)) - #endif - - #ifndef STBTT_sqrt - #include - #define STBTT_sqrt(x) sqrt(x) - #define STBTT_pow(x,y) pow(x,y) - #endif - - #ifndef STBTT_fmod - #include - #define STBTT_fmod(x,y) fmod(x,y) - #endif - - #ifndef STBTT_cos - #include - #define STBTT_cos(x) cos(x) - #define STBTT_acos(x) acos(x) - #endif - - #ifndef STBTT_fabs - #include - #define STBTT_fabs(x) fabs(x) - #endif - - // #define your own functions "STBTT_malloc" / "STBTT_free" to avoid malloc.h - #ifndef STBTT_malloc - #include - #define STBTT_malloc(x,u) ((void)(u),malloc(x)) - #define STBTT_free(x,u) ((void)(u),free(x)) - #endif - - #ifndef STBTT_assert - #include - #define STBTT_assert(x) assert(x) - #endif - - #ifndef STBTT_strlen - #include - #define STBTT_strlen(x) strlen(x) - #endif - - #ifndef STBTT_memcpy - #include - #define STBTT_memcpy memcpy - #define STBTT_memset memset - #endif -#endif - -/////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////////// -//// -//// INTERFACE -//// -//// - -#ifndef __STB_INCLUDE_STB_TRUETYPE_H__ -#define __STB_INCLUDE_STB_TRUETYPE_H__ - -#ifdef STBTT_STATIC -#define STBTT_DEF static -#else -#define STBTT_DEF extern -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -// private structure -typedef struct -{ - unsigned char *data; - int cursor; - int size; -} stbtt__buf; - -////////////////////////////////////////////////////////////////////////////// -// -// TEXTURE BAKING API -// -// If you use this API, you only have to call two functions ever. -// - -typedef struct -{ - unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap - float xoff,yoff,xadvance; -} stbtt_bakedchar; - -STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, // font location (use offset=0 for plain .ttf) - float pixel_height, // height of font in pixels - unsigned char *pixels, int pw, int ph, // bitmap to be filled in - int first_char, int num_chars, // characters to bake - stbtt_bakedchar *chardata); // you allocate this, it's num_chars long -// if return is positive, the first unused row of the bitmap -// if return is negative, returns the negative of the number of characters that fit -// if return is 0, no characters fit and no rows were used -// This uses a very crappy packing. - -typedef struct -{ - float x0,y0,s0,t0; // top-left - float x1,y1,s1,t1; // bottom-right -} stbtt_aligned_quad; - -STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, // same data as above - int char_index, // character to display - float *xpos, float *ypos, // pointers to current position in screen pixel space - stbtt_aligned_quad *q, // output: quad to draw - int opengl_fillrule); // true if opengl fill rule; false if DX9 or earlier -// Call GetBakedQuad with char_index = 'character - first_char', and it -// creates the quad you need to draw and advances the current position. -// -// The coordinate system used assumes y increases downwards. -// -// Characters will extend both above and below the current position; -// see discussion of "BASELINE" above. -// -// It's inefficient; you might want to c&p it and optimize it. - -STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap); -// Query the font vertical metrics without having to create a font first. - - -////////////////////////////////////////////////////////////////////////////// -// -// NEW TEXTURE BAKING API -// -// This provides options for packing multiple fonts into one atlas, not -// perfectly but better than nothing. - -typedef struct -{ - unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap - float xoff,yoff,xadvance; - float xoff2,yoff2; -} stbtt_packedchar; - -typedef struct stbtt_pack_context stbtt_pack_context; -typedef struct stbtt_fontinfo stbtt_fontinfo; -#ifndef STB_RECT_PACK_VERSION -typedef struct stbrp_rect stbrp_rect; -#endif - -STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context); -// Initializes a packing context stored in the passed-in stbtt_pack_context. -// Future calls using this context will pack characters into the bitmap passed -// in here: a 1-channel bitmap that is width * height. stride_in_bytes is -// the distance from one row to the next (or 0 to mean they are packed tightly -// together). "padding" is the amount of padding to leave between each -// character (normally you want '1' for bitmaps you'll use as textures with -// bilinear filtering). -// -// Returns 0 on failure, 1 on success. - -STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc); -// Cleans up the packing context and frees all memory. - -#define STBTT_POINT_SIZE(x) (-(x)) - -STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size, - int first_unicode_char_in_range, int num_chars_in_range, stbtt_packedchar *chardata_for_range); -// Creates character bitmaps from the font_index'th font found in fontdata (use -// font_index=0 if you don't know what that is). It creates num_chars_in_range -// bitmaps for characters with unicode values starting at first_unicode_char_in_range -// and increasing. Data for how to render them is stored in chardata_for_range; -// pass these to stbtt_GetPackedQuad to get back renderable quads. -// -// font_size is the full height of the character from ascender to descender, -// as computed by stbtt_ScaleForPixelHeight. To use a point size as computed -// by stbtt_ScaleForMappingEmToPixels, wrap the point size in STBTT_POINT_SIZE() -// and pass that result as 'font_size': -// ..., 20 , ... // font max minus min y is 20 pixels tall -// ..., STBTT_POINT_SIZE(20), ... // 'M' is 20 pixels tall - -typedef struct -{ - float font_size; - int first_unicode_codepoint_in_range; // if non-zero, then the chars are continuous, and this is the first codepoint - int *array_of_unicode_codepoints; // if non-zero, then this is an array of unicode codepoints - int num_chars; - stbtt_packedchar *chardata_for_range; // output - unsigned char h_oversample, v_oversample; // don't set these, they're used internally -} stbtt_pack_range; - -STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, stbtt_pack_range *ranges, int num_ranges); -// Creates character bitmaps from multiple ranges of characters stored in -// ranges. This will usually create a better-packed bitmap than multiple -// calls to stbtt_PackFontRange. Note that you can call this multiple -// times within a single PackBegin/PackEnd. - -STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample); -// Oversampling a font increases the quality by allowing higher-quality subpixel -// positioning, and is especially valuable at smaller text sizes. -// -// This function sets the amount of oversampling for all following calls to -// stbtt_PackFontRange(s) or stbtt_PackFontRangesGatherRects for a given -// pack context. The default (no oversampling) is achieved by h_oversample=1 -// and v_oversample=1. The total number of pixels required is -// h_oversample*v_oversample larger than the default; for example, 2x2 -// oversampling requires 4x the storage of 1x1. For best results, render -// oversampled textures with bilinear filtering. Look at the readme in -// stb/tests/oversample for information about oversampled fonts -// -// To use with PackFontRangesGather etc., you must set it before calls -// call to PackFontRangesGatherRects. - -STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip); -// If skip != 0, this tells stb_truetype to skip any codepoints for which -// there is no corresponding glyph. If skip=0, which is the default, then -// codepoints without a glyph recived the font's "missing character" glyph, -// typically an empty box by convention. - -STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, // same data as above - int char_index, // character to display - float *xpos, float *ypos, // pointers to current position in screen pixel space - stbtt_aligned_quad *q, // output: quad to draw - int align_to_integer); - -STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects); -STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_rects); -STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects); -// Calling these functions in sequence is roughly equivalent to calling -// stbtt_PackFontRanges(). If you more control over the packing of multiple -// fonts, or if you want to pack custom data into a font texture, take a look -// at the source to of stbtt_PackFontRanges() and create a custom version -// using these functions, e.g. call GatherRects multiple times, -// building up a single array of rects, then call PackRects once, -// then call RenderIntoRects repeatedly. This may result in a -// better packing than calling PackFontRanges multiple times -// (or it may not). - -// this is an opaque structure that you shouldn't mess with which holds -// all the context needed from PackBegin to PackEnd. -struct stbtt_pack_context { - void *user_allocator_context; - void *pack_info; - int width; - int height; - int stride_in_bytes; - int padding; - int skip_missing; - unsigned int h_oversample, v_oversample; - unsigned char *pixels; - void *nodes; -}; - -////////////////////////////////////////////////////////////////////////////// -// -// FONT LOADING -// -// - -STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data); -// This function will determine the number of fonts in a font file. TrueType -// collection (.ttc) files may contain multiple fonts, while TrueType font -// (.ttf) files only contain one font. The number of fonts can be used for -// indexing with the previous function where the index is between zero and one -// less than the total fonts. If an error occurs, -1 is returned. - -STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int index); -// Each .ttf/.ttc file may have more than one font. Each font has a sequential -// index number starting from 0. Call this function to get the font offset for -// a given index; it returns -1 if the index is out of range. A regular .ttf -// file will only define one font and it always be at offset 0, so it will -// return '0' for index 0, and -1 for all other indices. - -// The following structure is defined publicly so you can declare one on -// the stack or as a global or etc, but you should treat it as opaque. -struct stbtt_fontinfo -{ - void * userdata; - unsigned char * data; // pointer to .ttf file - int fontstart; // offset of start of font - - int numGlyphs; // number of glyphs, needed for range checking - - int loca,head,glyf,hhea,hmtx,kern,gpos,svg; // table locations as offset from start of .ttf - int index_map; // a cmap mapping for our chosen character encoding - int indexToLocFormat; // format needed to map from glyph index to glyph - - stbtt__buf cff; // cff font data - stbtt__buf charstrings; // the charstring index - stbtt__buf gsubrs; // global charstring subroutines index - stbtt__buf subrs; // private charstring subroutines index - stbtt__buf fontdicts; // array of font dicts - stbtt__buf fdselect; // map from glyph to fontdict -}; - -STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *data, int offset); -// Given an offset into the file that defines a font, this function builds -// the necessary cached info for the rest of the system. You must allocate -// the stbtt_fontinfo yourself, and stbtt_InitFont will fill it out. You don't -// need to do anything special to free it, because the contents are pure -// value data with no additional data structures. Returns 0 on failure. - - -////////////////////////////////////////////////////////////////////////////// -// -// CHARACTER TO GLYPH-INDEX CONVERSIOn - -STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codepoint); -// If you're going to perform multiple operations on the same character -// and you want a speed-up, call this function with the character you're -// going to process, then use glyph-based functions instead of the -// codepoint-based functions. -// Returns 0 if the character codepoint is not defined in the font. - - -////////////////////////////////////////////////////////////////////////////// -// -// CHARACTER PROPERTIES -// - -STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float pixels); -// computes a scale factor to produce a font whose "height" is 'pixels' tall. -// Height is measured as the distance from the highest ascender to the lowest -// descender; in other words, it's equivalent to calling stbtt_GetFontVMetrics -// and computing: -// scale = pixels / (ascent - descent) -// so if you prefer to measure height by the ascent only, use a similar calculation. - -STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *info, float pixels); -// computes a scale factor to produce a font whose EM size is mapped to -// 'pixels' tall. This is probably what traditional APIs compute, but -// I'm not positive. - -STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *lineGap); -// ascent is the coordinate above the baseline the font extends; descent -// is the coordinate below the baseline the font extends (i.e. it is typically negative) -// lineGap is the spacing between one row's descent and the next row's ascent... -// so you should advance the vertical position by "*ascent - *descent + *lineGap" -// these are expressed in unscaled coordinates, so you must multiply by -// the scale factor for a given size - -STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDescent, int *typoLineGap); -// analogous to GetFontVMetrics, but returns the "typographic" values from the OS/2 -// table (specific to MS/Windows TTF files). -// -// Returns 1 on success (table present), 0 on failure. - -STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1); -// the bounding box around all possible characters - -STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWidth, int *leftSideBearing); -// leftSideBearing is the offset from the current horizontal position to the left edge of the character -// advanceWidth is the offset from the current horizontal position to the next horizontal position -// these are expressed in unscaled coordinates - -STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2); -// an additional amount to add to the 'advance' value between ch1 and ch2 - -STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1); -// Gets the bounding box of the visible part of the glyph, in unscaled coordinates - -STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int glyph_index, int *advanceWidth, int *leftSideBearing); -STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2); -STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int *x1, int *y1); -// as above, but takes one or more glyph indices for greater efficiency - -typedef struct stbtt_kerningentry -{ - int glyph1; // use stbtt_FindGlyphIndex - int glyph2; - int advance; -} stbtt_kerningentry; - -STBTT_DEF int stbtt_GetKerningTableLength(const stbtt_fontinfo *info); -STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_kerningentry* table, int table_length); -// Retrieves a complete list of all of the kerning pairs provided by the font -// stbtt_GetKerningTable never writes more than table_length entries and returns how many entries it did write. -// The table will be sorted by (a.glyph1 == b.glyph1)?(a.glyph2 < b.glyph2):(a.glyph1 < b.glyph1) - -////////////////////////////////////////////////////////////////////////////// -// -// GLYPH SHAPES (you probably don't need these, but they have to go before -// the bitmaps for C declaration-order reasons) -// - -#ifndef STBTT_vmove // you can predefine these to use different values (but why?) - enum { - STBTT_vmove=1, - STBTT_vline, - STBTT_vcurve, - STBTT_vcubic - }; -#endif - -#ifndef stbtt_vertex // you can predefine this to use different values - // (we share this with other code at RAD) - #define stbtt_vertex_type short // can't use stbtt_int16 because that's not visible in the header file - typedef struct - { - stbtt_vertex_type x,y,cx,cy,cx1,cy1; - unsigned char type,padding; - } stbtt_vertex; -#endif - -STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index); -// returns non-zero if nothing is drawn for this glyph - -STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices); -STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **vertices); -// returns # of vertices and fills *vertices with the pointer to them -// these are expressed in "unscaled" coordinates -// -// The shape is a series of contours. Each one starts with -// a STBTT_moveto, then consists of a series of mixed -// STBTT_lineto and STBTT_curveto segments. A lineto -// draws a line from previous endpoint to its x,y; a curveto -// draws a quadratic bezier from previous endpoint to -// its x,y, using cx,cy as the bezier control point. - -STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *vertices); -// frees the data allocated above - -STBTT_DEF unsigned char *stbtt_FindSVGDoc(const stbtt_fontinfo *info, int gl); -STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unicode_codepoint, const char **svg); -STBTT_DEF int stbtt_GetGlyphSVG(const stbtt_fontinfo *info, int gl, const char **svg); -// fills svg with the character's SVG data. -// returns data size or 0 if SVG not found. - -////////////////////////////////////////////////////////////////////////////// -// -// BITMAP RENDERING -// - -STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata); -// frees the bitmap allocated below - -STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); -// allocates a large-enough single-channel 8bpp bitmap and renders the -// specified character/glyph at the specified scale into it, with -// antialiasing. 0 is no coverage (transparent), 255 is fully covered (opaque). -// *width & *height are filled out with the width & height of the bitmap, -// which is stored left-to-right, top-to-bottom. -// -// xoff/yoff are the offset it pixel space from the glyph origin to the top-left of the bitmap - -STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); -// the same as stbtt_GetCodepoitnBitmap, but you can specify a subpixel -// shift for the character - -STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint); -// the same as stbtt_GetCodepointBitmap, but you pass in storage for the bitmap -// in the form of 'output', with row spacing of 'out_stride' bytes. the bitmap -// is clipped to out_w/out_h bytes. Call stbtt_GetCodepointBitmapBox to get the -// width and height and positioning info for it first. - -STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint); -// same as stbtt_MakeCodepointBitmap, but you can specify a subpixel -// shift for the character - -STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint); -// same as stbtt_MakeCodepointBitmapSubpixel, but prefiltering -// is performed (see stbtt_PackSetOversampling) - -STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1); -// get the bbox of the bitmap centered around the glyph origin; so the -// bitmap width is ix1-ix0, height is iy1-iy0, and location to place -// the bitmap top left is (leftSideBearing*scale,iy0). -// (Note that the bitmap uses y-increases-down, but the shape uses -// y-increases-up, so CodepointBitmapBox and CodepointBox are inverted.) - -STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1); -// same as stbtt_GetCodepointBitmapBox, but you can specify a subpixel -// shift for the character - -// the following functions are equivalent to the above functions, but operate -// on glyph indices instead of Unicode codepoints (for efficiency) -STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); -STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); -STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph); -STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph); -STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int glyph); -STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1); -STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1); - - -// @TODO: don't expose this structure -typedef struct -{ - int w,h,stride; - unsigned char *pixels; -} stbtt__bitmap; - -// rasterize a shape with quadratic beziers into a bitmap -STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, // 1-channel bitmap to draw into - float flatness_in_pixels, // allowable error of curve in pixels - stbtt_vertex *vertices, // array of vertices defining shape - int num_verts, // number of vertices in above array - float scale_x, float scale_y, // scale applied to input vertices - float shift_x, float shift_y, // translation applied to input vertices - int x_off, int y_off, // another translation applied to input - int invert, // if non-zero, vertically flip shape - void *userdata); // context for to STBTT_MALLOC - -////////////////////////////////////////////////////////////////////////////// -// -// Signed Distance Function (or Field) rendering - -STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata); -// frees the SDF bitmap allocated below - -STBTT_DEF unsigned char * stbtt_GetGlyphSDF(const stbtt_fontinfo *info, float scale, int glyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); -STBTT_DEF unsigned char * stbtt_GetCodepointSDF(const stbtt_fontinfo *info, float scale, int codepoint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); -// These functions compute a discretized SDF field for a single character, suitable for storing -// in a single-channel texture, sampling with bilinear filtering, and testing against -// larger than some threshold to produce scalable fonts. -// info -- the font -// scale -- controls the size of the resulting SDF bitmap, same as it would be creating a regular bitmap -// glyph/codepoint -- the character to generate the SDF for -// padding -- extra "pixels" around the character which are filled with the distance to the character (not 0), -// which allows effects like bit outlines -// onedge_value -- value 0-255 to test the SDF against to reconstruct the character (i.e. the isocontour of the character) -// pixel_dist_scale -- what value the SDF should increase by when moving one SDF "pixel" away from the edge (on the 0..255 scale) -// if positive, > onedge_value is inside; if negative, < onedge_value is inside -// width,height -- output height & width of the SDF bitmap (including padding) -// xoff,yoff -- output origin of the character -// return value -- a 2D array of bytes 0..255, width*height in size -// -// pixel_dist_scale & onedge_value are a scale & bias that allows you to make -// optimal use of the limited 0..255 for your application, trading off precision -// and special effects. SDF values outside the range 0..255 are clamped to 0..255. -// -// Example: -// scale = stbtt_ScaleForPixelHeight(22) -// padding = 5 -// onedge_value = 180 -// pixel_dist_scale = 180/5.0 = 36.0 -// -// This will create an SDF bitmap in which the character is about 22 pixels -// high but the whole bitmap is about 22+5+5=32 pixels high. To produce a filled -// shape, sample the SDF at each pixel and fill the pixel if the SDF value -// is greater than or equal to 180/255. (You'll actually want to antialias, -// which is beyond the scope of this example.) Additionally, you can compute -// offset outlines (e.g. to stroke the character border inside & outside, -// or only outside). For example, to fill outside the character up to 3 SDF -// pixels, you would compare against (180-36.0*3)/255 = 72/255. The above -// choice of variables maps a range from 5 pixels outside the shape to -// 2 pixels inside the shape to 0..255; this is intended primarily for apply -// outside effects only (the interior range is needed to allow proper -// antialiasing of the font at *smaller* sizes) -// -// The function computes the SDF analytically at each SDF pixel, not by e.g. -// building a higher-res bitmap and approximating it. In theory the quality -// should be as high as possible for an SDF of this size & representation, but -// unclear if this is true in practice (perhaps building a higher-res bitmap -// and computing from that can allow drop-out prevention). -// -// The algorithm has not been optimized at all, so expect it to be slow -// if computing lots of characters or very large sizes. - - - -////////////////////////////////////////////////////////////////////////////// -// -// Finding the right font... -// -// You should really just solve this offline, keep your own tables -// of what font is what, and don't try to get it out of the .ttf file. -// That's because getting it out of the .ttf file is really hard, because -// the names in the file can appear in many possible encodings, in many -// possible languages, and e.g. if you need a case-insensitive comparison, -// the details of that depend on the encoding & language in a complex way -// (actually underspecified in truetype, but also gigantic). -// -// But you can use the provided functions in two possible ways: -// stbtt_FindMatchingFont() will use *case-sensitive* comparisons on -// unicode-encoded names to try to find the font you want; -// you can run this before calling stbtt_InitFont() -// -// stbtt_GetFontNameString() lets you get any of the various strings -// from the file yourself and do your own comparisons on them. -// You have to have called stbtt_InitFont() first. - - -STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags); -// returns the offset (not index) of the font that matches, or -1 if none -// if you use STBTT_MACSTYLE_DONTCARE, use a font name like "Arial Bold". -// if you use any other flag, use a font name like "Arial"; this checks -// the 'macStyle' header field; i don't know if fonts set this consistently -#define STBTT_MACSTYLE_DONTCARE 0 -#define STBTT_MACSTYLE_BOLD 1 -#define STBTT_MACSTYLE_ITALIC 2 -#define STBTT_MACSTYLE_UNDERSCORE 4 -#define STBTT_MACSTYLE_NONE 8 // <= not same as 0, this makes us check the bitfield is 0 - -STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2); -// returns 1/0 whether the first string interpreted as utf8 is identical to -// the second string interpreted as big-endian utf16... useful for strings from next func - -STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID); -// returns the string (which may be big-endian double byte, e.g. for unicode) -// and puts the length in bytes in *length. -// -// some of the values for the IDs are below; for more see the truetype spec: -// http://developer.apple.com/textfonts/TTRefMan/RM06/Chap6name.html -// http://www.microsoft.com/typography/otspec/name.htm - -enum { // platformID - STBTT_PLATFORM_ID_UNICODE =0, - STBTT_PLATFORM_ID_MAC =1, - STBTT_PLATFORM_ID_ISO =2, - STBTT_PLATFORM_ID_MICROSOFT =3 -}; - -enum { // encodingID for STBTT_PLATFORM_ID_UNICODE - STBTT_UNICODE_EID_UNICODE_1_0 =0, - STBTT_UNICODE_EID_UNICODE_1_1 =1, - STBTT_UNICODE_EID_ISO_10646 =2, - STBTT_UNICODE_EID_UNICODE_2_0_BMP=3, - STBTT_UNICODE_EID_UNICODE_2_0_FULL=4 -}; - -enum { // encodingID for STBTT_PLATFORM_ID_MICROSOFT - STBTT_MS_EID_SYMBOL =0, - STBTT_MS_EID_UNICODE_BMP =1, - STBTT_MS_EID_SHIFTJIS =2, - STBTT_MS_EID_UNICODE_FULL =10 -}; - -enum { // encodingID for STBTT_PLATFORM_ID_MAC; same as Script Manager codes - STBTT_MAC_EID_ROMAN =0, STBTT_MAC_EID_ARABIC =4, - STBTT_MAC_EID_JAPANESE =1, STBTT_MAC_EID_HEBREW =5, - STBTT_MAC_EID_CHINESE_TRAD =2, STBTT_MAC_EID_GREEK =6, - STBTT_MAC_EID_KOREAN =3, STBTT_MAC_EID_RUSSIAN =7 -}; - -enum { // languageID for STBTT_PLATFORM_ID_MICROSOFT; same as LCID... - // problematic because there are e.g. 16 english LCIDs and 16 arabic LCIDs - STBTT_MS_LANG_ENGLISH =0x0409, STBTT_MS_LANG_ITALIAN =0x0410, - STBTT_MS_LANG_CHINESE =0x0804, STBTT_MS_LANG_JAPANESE =0x0411, - STBTT_MS_LANG_DUTCH =0x0413, STBTT_MS_LANG_KOREAN =0x0412, - STBTT_MS_LANG_FRENCH =0x040c, STBTT_MS_LANG_RUSSIAN =0x0419, - STBTT_MS_LANG_GERMAN =0x0407, STBTT_MS_LANG_SPANISH =0x0409, - STBTT_MS_LANG_HEBREW =0x040d, STBTT_MS_LANG_SWEDISH =0x041D -}; - -enum { // languageID for STBTT_PLATFORM_ID_MAC - STBTT_MAC_LANG_ENGLISH =0 , STBTT_MAC_LANG_JAPANESE =11, - STBTT_MAC_LANG_ARABIC =12, STBTT_MAC_LANG_KOREAN =23, - STBTT_MAC_LANG_DUTCH =4 , STBTT_MAC_LANG_RUSSIAN =32, - STBTT_MAC_LANG_FRENCH =1 , STBTT_MAC_LANG_SPANISH =6 , - STBTT_MAC_LANG_GERMAN =2 , STBTT_MAC_LANG_SWEDISH =5 , - STBTT_MAC_LANG_HEBREW =10, STBTT_MAC_LANG_CHINESE_SIMPLIFIED =33, - STBTT_MAC_LANG_ITALIAN =3 , STBTT_MAC_LANG_CHINESE_TRAD =19 -}; - -#ifdef __cplusplus -} -#endif - -#endif // __STB_INCLUDE_STB_TRUETYPE_H__ - -/////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////////// -//// -//// IMPLEMENTATION -//// -//// - -#ifdef STB_TRUETYPE_IMPLEMENTATION - -#ifndef STBTT_MAX_OVERSAMPLE -#define STBTT_MAX_OVERSAMPLE 8 -#endif - -#if STBTT_MAX_OVERSAMPLE > 255 -#error "STBTT_MAX_OVERSAMPLE cannot be > 255" -#endif - -typedef int stbtt__test_oversample_pow2[(STBTT_MAX_OVERSAMPLE & (STBTT_MAX_OVERSAMPLE-1)) == 0 ? 1 : -1]; - -#ifndef STBTT_RASTERIZER_VERSION -#define STBTT_RASTERIZER_VERSION 2 -#endif - -#ifdef _MSC_VER -#define STBTT__NOTUSED(v) (void)(v) -#else -#define STBTT__NOTUSED(v) (void)sizeof(v) -#endif - -////////////////////////////////////////////////////////////////////////// -// -// stbtt__buf helpers to parse data from file -// - -static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) -{ - if (b->cursor >= b->size) - return 0; - return b->data[b->cursor++]; -} - -static stbtt_uint8 stbtt__buf_peek8(stbtt__buf *b) -{ - if (b->cursor >= b->size) - return 0; - return b->data[b->cursor]; -} - -static void stbtt__buf_seek(stbtt__buf *b, int o) -{ - STBTT_assert(!(o > b->size || o < 0)); - b->cursor = (o > b->size || o < 0) ? b->size : o; -} - -static void stbtt__buf_skip(stbtt__buf *b, int o) -{ - stbtt__buf_seek(b, b->cursor + o); -} - -static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) -{ - stbtt_uint32 v = 0; - int i; - STBTT_assert(n >= 1 && n <= 4); - for (i = 0; i < n; i++) - v = (v << 8) | stbtt__buf_get8(b); - return v; -} - -static stbtt__buf stbtt__new_buf(const void *p, size_t size) -{ - stbtt__buf r; - STBTT_assert(size < 0x40000000); - r.data = (stbtt_uint8*) p; - r.size = (int) size; - r.cursor = 0; - return r; -} - -#define stbtt__buf_get16(b) stbtt__buf_get((b), 2) -#define stbtt__buf_get32(b) stbtt__buf_get((b), 4) - -static stbtt__buf stbtt__buf_range(const stbtt__buf *b, int o, int s) -{ - stbtt__buf r = stbtt__new_buf(NULL, 0); - if (o < 0 || s < 0 || o > b->size || s > b->size - o) return r; - r.data = b->data + o; - r.size = s; - return r; -} - -static stbtt__buf stbtt__cff_get_index(stbtt__buf *b) -{ - int count, start, offsize; - start = b->cursor; - count = stbtt__buf_get16(b); - if (count) { - offsize = stbtt__buf_get8(b); - STBTT_assert(offsize >= 1 && offsize <= 4); - stbtt__buf_skip(b, offsize * count); - stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); - } - return stbtt__buf_range(b, start, b->cursor - start); -} - -static stbtt_uint32 stbtt__cff_int(stbtt__buf *b) -{ - int b0 = stbtt__buf_get8(b); - if (b0 >= 32 && b0 <= 246) return b0 - 139; - else if (b0 >= 247 && b0 <= 250) return (b0 - 247)*256 + stbtt__buf_get8(b) + 108; - else if (b0 >= 251 && b0 <= 254) return -(b0 - 251)*256 - stbtt__buf_get8(b) - 108; - else if (b0 == 28) return stbtt__buf_get16(b); - else if (b0 == 29) return stbtt__buf_get32(b); - STBTT_assert(0); - return 0; -} - -static void stbtt__cff_skip_operand(stbtt__buf *b) { - int v, b0 = stbtt__buf_peek8(b); - STBTT_assert(b0 >= 28); - if (b0 == 30) { - stbtt__buf_skip(b, 1); - while (b->cursor < b->size) { - v = stbtt__buf_get8(b); - if ((v & 0xF) == 0xF || (v >> 4) == 0xF) - break; - } - } else { - stbtt__cff_int(b); - } -} - -static stbtt__buf stbtt__dict_get(stbtt__buf *b, int key) -{ - stbtt__buf_seek(b, 0); - while (b->cursor < b->size) { - int start = b->cursor, end, op; - while (stbtt__buf_peek8(b) >= 28) - stbtt__cff_skip_operand(b); - end = b->cursor; - op = stbtt__buf_get8(b); - if (op == 12) op = stbtt__buf_get8(b) | 0x100; - if (op == key) return stbtt__buf_range(b, start, end-start); - } - return stbtt__buf_range(b, 0, 0); -} - -static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, stbtt_uint32 *out) -{ - int i; - stbtt__buf operands = stbtt__dict_get(b, key); - for (i = 0; i < outcount && operands.cursor < operands.size; i++) - out[i] = stbtt__cff_int(&operands); -} - -static int stbtt__cff_index_count(stbtt__buf *b) -{ - stbtt__buf_seek(b, 0); - return stbtt__buf_get16(b); -} - -static stbtt__buf stbtt__cff_index_get(stbtt__buf b, int i) -{ - int count, offsize, start, end; - stbtt__buf_seek(&b, 0); - count = stbtt__buf_get16(&b); - offsize = stbtt__buf_get8(&b); - STBTT_assert(i >= 0 && i < count); - STBTT_assert(offsize >= 1 && offsize <= 4); - stbtt__buf_skip(&b, i*offsize); - start = stbtt__buf_get(&b, offsize); - end = stbtt__buf_get(&b, offsize); - return stbtt__buf_range(&b, 2+(count+1)*offsize+start, end - start); -} - -////////////////////////////////////////////////////////////////////////// -// -// accessors to parse data from file -// - -// on platforms that don't allow misaligned reads, if we want to allow -// truetype fonts that aren't padded to alignment, define ALLOW_UNALIGNED_TRUETYPE - -#define ttBYTE(p) (* (stbtt_uint8 *) (p)) -#define ttCHAR(p) (* (stbtt_int8 *) (p)) -#define ttFixed(p) ttLONG(p) - -static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } -static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } -static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; } -static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; } - -#define stbtt_tag4(p,c0,c1,c2,c3) ((p)[0] == (c0) && (p)[1] == (c1) && (p)[2] == (c2) && (p)[3] == (c3)) -#define stbtt_tag(p,str) stbtt_tag4(p,str[0],str[1],str[2],str[3]) - -static int stbtt__isfont(stbtt_uint8 *font) -{ - // check the version number - if (stbtt_tag4(font, '1',0,0,0)) return 1; // TrueType 1 - if (stbtt_tag(font, "typ1")) return 1; // TrueType with type 1 font -- we don't support this! - if (stbtt_tag(font, "OTTO")) return 1; // OpenType with CFF - if (stbtt_tag4(font, 0,1,0,0)) return 1; // OpenType 1.0 - if (stbtt_tag(font, "true")) return 1; // Apple specification for TrueType fonts - return 0; -} - -// @OPTIMIZE: binary search -static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fontstart, const char *tag) -{ - stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); - stbtt_uint32 tabledir = fontstart + 12; - stbtt_int32 i; - for (i=0; i < num_tables; ++i) { - stbtt_uint32 loc = tabledir + 16*i; - if (stbtt_tag(data+loc+0, tag)) - return ttULONG(data+loc+8); - } - return 0; -} - -static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_collection, int index) -{ - // if it's just a font, there's only one valid index - if (stbtt__isfont(font_collection)) - return index == 0 ? 0 : -1; - - // check if it's a TTC - if (stbtt_tag(font_collection, "ttcf")) { - // version 1? - if (ttULONG(font_collection+4) == 0x00010000 || ttULONG(font_collection+4) == 0x00020000) { - stbtt_int32 n = ttLONG(font_collection+8); - if (index >= n) - return -1; - return ttULONG(font_collection+12+index*4); - } - } - return -1; -} - -static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) -{ - // if it's just a font, there's only one valid font - if (stbtt__isfont(font_collection)) - return 1; - - // check if it's a TTC - if (stbtt_tag(font_collection, "ttcf")) { - // version 1? - if (ttULONG(font_collection+4) == 0x00010000 || ttULONG(font_collection+4) == 0x00020000) { - return ttLONG(font_collection+8); - } - } - return 0; -} - -static stbtt__buf stbtt__get_subrs(stbtt__buf cff, stbtt__buf fontdict) -{ - stbtt_uint32 subrsoff = 0, private_loc[2] = { 0, 0 }; - stbtt__buf pdict; - stbtt__dict_get_ints(&fontdict, 18, 2, private_loc); - if (!private_loc[1] || !private_loc[0]) return stbtt__new_buf(NULL, 0); - pdict = stbtt__buf_range(&cff, private_loc[1], private_loc[0]); - stbtt__dict_get_ints(&pdict, 19, 1, &subrsoff); - if (!subrsoff) return stbtt__new_buf(NULL, 0); - stbtt__buf_seek(&cff, private_loc[1]+subrsoff); - return stbtt__cff_get_index(&cff); -} - -// since most people won't use this, find this table the first time it's needed -static int stbtt__get_svg(stbtt_fontinfo *info) -{ - stbtt_uint32 t; - if (info->svg < 0) { - t = stbtt__find_table(info->data, info->fontstart, "SVG "); - if (t) { - stbtt_uint32 offset = ttULONG(info->data + t + 2); - info->svg = t + offset; - } else { - info->svg = 0; - } - } - return info->svg; -} - -static int stbtt_InitFont_internal(stbtt_fontinfo *info, unsigned char *data, int fontstart) -{ - stbtt_uint32 cmap, t; - stbtt_int32 i,numTables; - - info->data = data; - info->fontstart = fontstart; - info->cff = stbtt__new_buf(NULL, 0); - - cmap = stbtt__find_table(data, fontstart, "cmap"); // required - info->loca = stbtt__find_table(data, fontstart, "loca"); // required - info->head = stbtt__find_table(data, fontstart, "head"); // required - info->glyf = stbtt__find_table(data, fontstart, "glyf"); // required - info->hhea = stbtt__find_table(data, fontstart, "hhea"); // required - info->hmtx = stbtt__find_table(data, fontstart, "hmtx"); // required - info->kern = stbtt__find_table(data, fontstart, "kern"); // not required - info->gpos = stbtt__find_table(data, fontstart, "GPOS"); // not required - - if (!cmap || !info->head || !info->hhea || !info->hmtx) - return 0; - if (info->glyf) { - // required for truetype - if (!info->loca) return 0; - } else { - // initialization for CFF / Type2 fonts (OTF) - stbtt__buf b, topdict, topdictidx; - stbtt_uint32 cstype = 2, charstrings = 0, fdarrayoff = 0, fdselectoff = 0; - stbtt_uint32 cff; - - cff = stbtt__find_table(data, fontstart, "CFF "); - if (!cff) return 0; - - info->fontdicts = stbtt__new_buf(NULL, 0); - info->fdselect = stbtt__new_buf(NULL, 0); - - // @TODO this should use size from table (not 512MB) - info->cff = stbtt__new_buf(data+cff, 512*1024*1024); - b = info->cff; - - // read the header - stbtt__buf_skip(&b, 2); - stbtt__buf_seek(&b, stbtt__buf_get8(&b)); // hdrsize - - // @TODO the name INDEX could list multiple fonts, - // but we just use the first one. - stbtt__cff_get_index(&b); // name INDEX - topdictidx = stbtt__cff_get_index(&b); - topdict = stbtt__cff_index_get(topdictidx, 0); - stbtt__cff_get_index(&b); // string INDEX - info->gsubrs = stbtt__cff_get_index(&b); - - stbtt__dict_get_ints(&topdict, 17, 1, &charstrings); - stbtt__dict_get_ints(&topdict, 0x100 | 6, 1, &cstype); - stbtt__dict_get_ints(&topdict, 0x100 | 36, 1, &fdarrayoff); - stbtt__dict_get_ints(&topdict, 0x100 | 37, 1, &fdselectoff); - info->subrs = stbtt__get_subrs(b, topdict); - - // we only support Type 2 charstrings - if (cstype != 2) return 0; - if (charstrings == 0) return 0; - - if (fdarrayoff) { - // looks like a CID font - if (!fdselectoff) return 0; - stbtt__buf_seek(&b, fdarrayoff); - info->fontdicts = stbtt__cff_get_index(&b); - info->fdselect = stbtt__buf_range(&b, fdselectoff, b.size-fdselectoff); - } - - stbtt__buf_seek(&b, charstrings); - info->charstrings = stbtt__cff_get_index(&b); - } - - t = stbtt__find_table(data, fontstart, "maxp"); - if (t) - info->numGlyphs = ttUSHORT(data+t+4); - else - info->numGlyphs = 0xffff; - - info->svg = -1; - - // find a cmap encoding table we understand *now* to avoid searching - // later. (todo: could make this installable) - // the same regardless of glyph. - numTables = ttUSHORT(data + cmap + 2); - info->index_map = 0; - for (i=0; i < numTables; ++i) { - stbtt_uint32 encoding_record = cmap + 4 + 8 * i; - // find an encoding we understand: - switch(ttUSHORT(data+encoding_record)) { - case STBTT_PLATFORM_ID_MICROSOFT: - switch (ttUSHORT(data+encoding_record+2)) { - case STBTT_MS_EID_UNICODE_BMP: - case STBTT_MS_EID_UNICODE_FULL: - // MS/Unicode - info->index_map = cmap + ttULONG(data+encoding_record+4); - break; - } - break; - case STBTT_PLATFORM_ID_UNICODE: - // Mac/iOS has these - // all the encodingIDs are unicode, so we don't bother to check it - info->index_map = cmap + ttULONG(data+encoding_record+4); - break; - } - } - if (info->index_map == 0) - return 0; - - info->indexToLocFormat = ttUSHORT(data+info->head + 50); - return 1; -} - -STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codepoint) -{ - stbtt_uint8 *data = info->data; - stbtt_uint32 index_map = info->index_map; - - stbtt_uint16 format = ttUSHORT(data + index_map + 0); - if (format == 0) { // apple byte encoding - stbtt_int32 bytes = ttUSHORT(data + index_map + 2); - if (unicode_codepoint < bytes-6) - return ttBYTE(data + index_map + 6 + unicode_codepoint); - return 0; - } else if (format == 6) { - stbtt_uint32 first = ttUSHORT(data + index_map + 6); - stbtt_uint32 count = ttUSHORT(data + index_map + 8); - if ((stbtt_uint32) unicode_codepoint >= first && (stbtt_uint32) unicode_codepoint < first+count) - return ttUSHORT(data + index_map + 10 + (unicode_codepoint - first)*2); - return 0; - } else if (format == 2) { - STBTT_assert(0); // @TODO: high-byte mapping for japanese/chinese/korean - return 0; - } else if (format == 4) { // standard mapping for windows fonts: binary search collection of ranges - stbtt_uint16 segcount = ttUSHORT(data+index_map+6) >> 1; - stbtt_uint16 searchRange = ttUSHORT(data+index_map+8) >> 1; - stbtt_uint16 entrySelector = ttUSHORT(data+index_map+10); - stbtt_uint16 rangeShift = ttUSHORT(data+index_map+12) >> 1; - - // do a binary search of the segments - stbtt_uint32 endCount = index_map + 14; - stbtt_uint32 search = endCount; - - if (unicode_codepoint > 0xffff) - return 0; - - // they lie from endCount .. endCount + segCount - // but searchRange is the nearest power of two, so... - if (unicode_codepoint >= ttUSHORT(data + search + rangeShift*2)) - search += rangeShift*2; - - // now decrement to bias correctly to find smallest - search -= 2; - while (entrySelector) { - stbtt_uint16 end; - searchRange >>= 1; - end = ttUSHORT(data + search + searchRange*2); - if (unicode_codepoint > end) - search += searchRange*2; - --entrySelector; - } - search += 2; - - { - stbtt_uint16 offset, start, last; - stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1); - - start = ttUSHORT(data + index_map + 14 + segcount*2 + 2 + 2*item); - last = ttUSHORT(data + endCount + 2*item); - if (unicode_codepoint < start || unicode_codepoint > last) - return 0; - - offset = ttUSHORT(data + index_map + 14 + segcount*6 + 2 + 2*item); - if (offset == 0) - return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 + segcount*4 + 2 + 2*item)); - - return ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 + segcount*6 + 2 + 2*item); - } - } else if (format == 12 || format == 13) { - stbtt_uint32 ngroups = ttULONG(data+index_map+12); - stbtt_int32 low,high; - low = 0; high = (stbtt_int32)ngroups; - // Binary search the right group. - while (low < high) { - stbtt_int32 mid = low + ((high-low) >> 1); // rounds down, so low <= mid < high - stbtt_uint32 start_char = ttULONG(data+index_map+16+mid*12); - stbtt_uint32 end_char = ttULONG(data+index_map+16+mid*12+4); - if ((stbtt_uint32) unicode_codepoint < start_char) - high = mid; - else if ((stbtt_uint32) unicode_codepoint > end_char) - low = mid+1; - else { - stbtt_uint32 start_glyph = ttULONG(data+index_map+16+mid*12+8); - if (format == 12) - return start_glyph + unicode_codepoint-start_char; - else // format == 13 - return start_glyph; - } - } - return 0; // not found - } - // @TODO - STBTT_assert(0); - return 0; -} - -STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices) -{ - return stbtt_GetGlyphShape(info, stbtt_FindGlyphIndex(info, unicode_codepoint), vertices); -} - -static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy) -{ - v->type = type; - v->x = (stbtt_int16) x; - v->y = (stbtt_int16) y; - v->cx = (stbtt_int16) cx; - v->cy = (stbtt_int16) cy; -} - -static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_index) -{ - int g1,g2; - - STBTT_assert(!info->cff.size); - - if (glyph_index >= info->numGlyphs) return -1; // glyph index out of range - if (info->indexToLocFormat >= 2) return -1; // unknown index->glyph map format - - if (info->indexToLocFormat == 0) { - g1 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2) * 2; - g2 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2 + 2) * 2; - } else { - g1 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4); - g2 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4 + 4); - } - - return g1==g2 ? -1 : g1; // if length is 0, return -1 -} - -static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int *x1, int *y1); - -STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int *x1, int *y1) -{ - if (info->cff.size) { - stbtt__GetGlyphInfoT2(info, glyph_index, x0, y0, x1, y1); - } else { - int g = stbtt__GetGlyfOffset(info, glyph_index); - if (g < 0) return 0; - - if (x0) *x0 = ttSHORT(info->data + g + 2); - if (y0) *y0 = ttSHORT(info->data + g + 4); - if (x1) *x1 = ttSHORT(info->data + g + 6); - if (y1) *y1 = ttSHORT(info->data + g + 8); - } - return 1; -} - -STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1) -{ - return stbtt_GetGlyphBox(info, stbtt_FindGlyphIndex(info,codepoint), x0,y0,x1,y1); -} - -STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index) -{ - stbtt_int16 numberOfContours; - int g; - if (info->cff.size) - return stbtt__GetGlyphInfoT2(info, glyph_index, NULL, NULL, NULL, NULL) == 0; - g = stbtt__GetGlyfOffset(info, glyph_index); - if (g < 0) return 1; - numberOfContours = ttSHORT(info->data + g); - return numberOfContours == 0; -} - -static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, - stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) -{ - if (start_off) { - if (was_off) - stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); - stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); - } else { - if (was_off) - stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); - else - stbtt_setvertex(&vertices[num_vertices++], STBTT_vline,sx,sy,0,0); - } - return num_vertices; -} - -static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvertices) -{ - stbtt_int16 numberOfContours; - stbtt_uint8 *endPtsOfContours; - stbtt_uint8 *data = info->data; - stbtt_vertex *vertices=0; - int num_vertices=0; - int g = stbtt__GetGlyfOffset(info, glyph_index); - - *pvertices = NULL; - - if (g < 0) return 0; - - numberOfContours = ttSHORT(data + g); - - if (numberOfContours > 0) { - stbtt_uint8 flags=0,flagcount; - stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; - stbtt_int32 x,y,cx,cy,sx,sy, scx,scy; - stbtt_uint8 *points; - endPtsOfContours = (data + g + 10); - ins = ttUSHORT(data + g + 10 + numberOfContours * 2); - points = data + g + 10 + numberOfContours * 2 + 2 + ins; - - n = 1+ttUSHORT(endPtsOfContours + numberOfContours*2-2); - - m = n + 2*numberOfContours; // a loose bound on how many vertices we might need - vertices = (stbtt_vertex *) STBTT_malloc(m * sizeof(vertices[0]), info->userdata); - if (vertices == 0) - return 0; - - next_move = 0; - flagcount=0; - - // in first pass, we load uninterpreted data into the allocated array - // above, shifted to the end of the array so we won't overwrite it when - // we create our final data starting from the front - - off = m - n; // starting offset for uninterpreted data, regardless of how m ends up being calculated - - // first load flags - - for (i=0; i < n; ++i) { - if (flagcount == 0) { - flags = *points++; - if (flags & 8) - flagcount = *points++; - } else - --flagcount; - vertices[off+i].type = flags; - } - - // now load x coordinates - x=0; - for (i=0; i < n; ++i) { - flags = vertices[off+i].type; - if (flags & 2) { - stbtt_int16 dx = *points++; - x += (flags & 16) ? dx : -dx; // ??? - } else { - if (!(flags & 16)) { - x = x + (stbtt_int16) (points[0]*256 + points[1]); - points += 2; - } - } - vertices[off+i].x = (stbtt_int16) x; - } - - // now load y coordinates - y=0; - for (i=0; i < n; ++i) { - flags = vertices[off+i].type; - if (flags & 4) { - stbtt_int16 dy = *points++; - y += (flags & 32) ? dy : -dy; // ??? - } else { - if (!(flags & 32)) { - y = y + (stbtt_int16) (points[0]*256 + points[1]); - points += 2; - } - } - vertices[off+i].y = (stbtt_int16) y; - } - - // now convert them to our format - num_vertices=0; - sx = sy = cx = cy = scx = scy = 0; - for (i=0; i < n; ++i) { - flags = vertices[off+i].type; - x = (stbtt_int16) vertices[off+i].x; - y = (stbtt_int16) vertices[off+i].y; - - if (next_move == i) { - if (i != 0) - num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); - - // now start the new one - start_off = !(flags & 1); - if (start_off) { - // if we start off with an off-curve point, then when we need to find a point on the curve - // where we can start, and we need to save some state for when we wraparound. - scx = x; - scy = y; - if (!(vertices[off+i+1].type & 1)) { - // next point is also a curve point, so interpolate an on-point curve - sx = (x + (stbtt_int32) vertices[off+i+1].x) >> 1; - sy = (y + (stbtt_int32) vertices[off+i+1].y) >> 1; - } else { - // otherwise just use the next point as our start point - sx = (stbtt_int32) vertices[off+i+1].x; - sy = (stbtt_int32) vertices[off+i+1].y; - ++i; // we're using point i+1 as the starting point, so skip it - } - } else { - sx = x; - sy = y; - } - stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove,sx,sy,0,0); - was_off = 0; - next_move = 1 + ttUSHORT(endPtsOfContours+j*2); - ++j; - } else { - if (!(flags & 1)) { // if it's a curve - if (was_off) // two off-curve control points in a row means interpolate an on-curve midpoint - stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+x)>>1, (cy+y)>>1, cx, cy); - cx = x; - cy = y; - was_off = 1; - } else { - if (was_off) - stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, x,y, cx, cy); - else - stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, x,y,0,0); - was_off = 0; - } - } - } - num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); - } else if (numberOfContours < 0) { - // Compound shapes. - int more = 1; - stbtt_uint8 *comp = data + g + 10; - num_vertices = 0; - vertices = 0; - while (more) { - stbtt_uint16 flags, gidx; - int comp_num_verts = 0, i; - stbtt_vertex *comp_verts = 0, *tmp = 0; - float mtx[6] = {1,0,0,1,0,0}, m, n; - - flags = ttSHORT(comp); comp+=2; - gidx = ttSHORT(comp); comp+=2; - - if (flags & 2) { // XY values - if (flags & 1) { // shorts - mtx[4] = ttSHORT(comp); comp+=2; - mtx[5] = ttSHORT(comp); comp+=2; - } else { - mtx[4] = ttCHAR(comp); comp+=1; - mtx[5] = ttCHAR(comp); comp+=1; - } - } - else { - // @TODO handle matching point - STBTT_assert(0); - } - if (flags & (1<<3)) { // WE_HAVE_A_SCALE - mtx[0] = mtx[3] = ttSHORT(comp)/16384.0f; comp+=2; - mtx[1] = mtx[2] = 0; - } else if (flags & (1<<6)) { // WE_HAVE_AN_X_AND_YSCALE - mtx[0] = ttSHORT(comp)/16384.0f; comp+=2; - mtx[1] = mtx[2] = 0; - mtx[3] = ttSHORT(comp)/16384.0f; comp+=2; - } else if (flags & (1<<7)) { // WE_HAVE_A_TWO_BY_TWO - mtx[0] = ttSHORT(comp)/16384.0f; comp+=2; - mtx[1] = ttSHORT(comp)/16384.0f; comp+=2; - mtx[2] = ttSHORT(comp)/16384.0f; comp+=2; - mtx[3] = ttSHORT(comp)/16384.0f; comp+=2; - } - - // Find transformation scales. - m = (float) STBTT_sqrt(mtx[0]*mtx[0] + mtx[1]*mtx[1]); - n = (float) STBTT_sqrt(mtx[2]*mtx[2] + mtx[3]*mtx[3]); - - // Get indexed glyph. - comp_num_verts = stbtt_GetGlyphShape(info, gidx, &comp_verts); - if (comp_num_verts > 0) { - // Transform vertices. - for (i = 0; i < comp_num_verts; ++i) { - stbtt_vertex* v = &comp_verts[i]; - stbtt_vertex_type x,y; - x=v->x; y=v->y; - v->x = (stbtt_vertex_type)(m * (mtx[0]*x + mtx[2]*y + mtx[4])); - v->y = (stbtt_vertex_type)(n * (mtx[1]*x + mtx[3]*y + mtx[5])); - x=v->cx; y=v->cy; - v->cx = (stbtt_vertex_type)(m * (mtx[0]*x + mtx[2]*y + mtx[4])); - v->cy = (stbtt_vertex_type)(n * (mtx[1]*x + mtx[3]*y + mtx[5])); - } - // Append vertices. - tmp = (stbtt_vertex*)STBTT_malloc((num_vertices+comp_num_verts)*sizeof(stbtt_vertex), info->userdata); - if (!tmp) { - if (vertices) STBTT_free(vertices, info->userdata); - if (comp_verts) STBTT_free(comp_verts, info->userdata); - return 0; - } - if (num_vertices > 0 && vertices) STBTT_memcpy(tmp, vertices, num_vertices*sizeof(stbtt_vertex)); - STBTT_memcpy(tmp+num_vertices, comp_verts, comp_num_verts*sizeof(stbtt_vertex)); - if (vertices) STBTT_free(vertices, info->userdata); - vertices = tmp; - STBTT_free(comp_verts, info->userdata); - num_vertices += comp_num_verts; - } - // More components ? - more = flags & (1<<5); - } - } else { - // numberOfCounters == 0, do nothing - } - - *pvertices = vertices; - return num_vertices; -} - -typedef struct -{ - int bounds; - int started; - float first_x, first_y; - float x, y; - stbtt_int32 min_x, max_x, min_y, max_y; - - stbtt_vertex *pvertices; - int num_vertices; -} stbtt__csctx; - -#define STBTT__CSCTX_INIT(bounds) {bounds,0, 0,0, 0,0, 0,0,0,0, NULL, 0} - -static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_int32 y) -{ - if (x > c->max_x || !c->started) c->max_x = x; - if (y > c->max_y || !c->started) c->max_y = y; - if (x < c->min_x || !c->started) c->min_x = x; - if (y < c->min_y || !c->started) c->min_y = y; - c->started = 1; -} - -static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1) -{ - if (c->bounds) { - stbtt__track_vertex(c, x, y); - if (type == STBTT_vcubic) { - stbtt__track_vertex(c, cx, cy); - stbtt__track_vertex(c, cx1, cy1); - } - } else { - stbtt_setvertex(&c->pvertices[c->num_vertices], type, x, y, cx, cy); - c->pvertices[c->num_vertices].cx1 = (stbtt_int16) cx1; - c->pvertices[c->num_vertices].cy1 = (stbtt_int16) cy1; - } - c->num_vertices++; -} - -static void stbtt__csctx_close_shape(stbtt__csctx *ctx) -{ - if (ctx->first_x != ctx->x || ctx->first_y != ctx->y) - stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->first_x, (int)ctx->first_y, 0, 0, 0, 0); -} - -static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) -{ - stbtt__csctx_close_shape(ctx); - ctx->first_x = ctx->x = ctx->x + dx; - ctx->first_y = ctx->y = ctx->y + dy; - stbtt__csctx_v(ctx, STBTT_vmove, (int)ctx->x, (int)ctx->y, 0, 0, 0, 0); -} - -static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) -{ - ctx->x += dx; - ctx->y += dy; - stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->x, (int)ctx->y, 0, 0, 0, 0); -} - -static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) -{ - float cx1 = ctx->x + dx1; - float cy1 = ctx->y + dy1; - float cx2 = cx1 + dx2; - float cy2 = cy1 + dy2; - ctx->x = cx2 + dx3; - ctx->y = cy2 + dy3; - stbtt__csctx_v(ctx, STBTT_vcubic, (int)ctx->x, (int)ctx->y, (int)cx1, (int)cy1, (int)cx2, (int)cy2); -} - -static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n) -{ - int count = stbtt__cff_index_count(&idx); - int bias = 107; - if (count >= 33900) - bias = 32768; - else if (count >= 1240) - bias = 1131; - n += bias; - if (n < 0 || n >= count) - return stbtt__new_buf(NULL, 0); - return stbtt__cff_index_get(idx, n); -} - -static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo *info, int glyph_index) -{ - stbtt__buf fdselect = info->fdselect; - int nranges, start, end, v, fmt, fdselector = -1, i; - - stbtt__buf_seek(&fdselect, 0); - fmt = stbtt__buf_get8(&fdselect); - if (fmt == 0) { - // untested - stbtt__buf_skip(&fdselect, glyph_index); - fdselector = stbtt__buf_get8(&fdselect); - } else if (fmt == 3) { - nranges = stbtt__buf_get16(&fdselect); - start = stbtt__buf_get16(&fdselect); - for (i = 0; i < nranges; i++) { - v = stbtt__buf_get8(&fdselect); - end = stbtt__buf_get16(&fdselect); - if (glyph_index >= start && glyph_index < end) { - fdselector = v; - break; - } - start = end; - } - } - if (fdselector == -1) stbtt__new_buf(NULL, 0); - return stbtt__get_subrs(info->cff, stbtt__cff_index_get(info->fontdicts, fdselector)); -} - -static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_index, stbtt__csctx *c) -{ - int in_header = 1, maskbits = 0, subr_stack_height = 0, sp = 0, v, i, b0; - int has_subrs = 0, clear_stack; - float s[48]; - stbtt__buf subr_stack[10], subrs = info->subrs, b; - float f; - -#define STBTT__CSERR(s) (0) - - // this currently ignores the initial width value, which isn't needed if we have hmtx - b = stbtt__cff_index_get(info->charstrings, glyph_index); - while (b.cursor < b.size) { - i = 0; - clear_stack = 1; - b0 = stbtt__buf_get8(&b); - switch (b0) { - // @TODO implement hinting - case 0x13: // hintmask - case 0x14: // cntrmask - if (in_header) - maskbits += (sp / 2); // implicit "vstem" - in_header = 0; - stbtt__buf_skip(&b, (maskbits + 7) / 8); - break; - - case 0x01: // hstem - case 0x03: // vstem - case 0x12: // hstemhm - case 0x17: // vstemhm - maskbits += (sp / 2); - break; - - case 0x15: // rmoveto - in_header = 0; - if (sp < 2) return STBTT__CSERR("rmoveto stack"); - stbtt__csctx_rmove_to(c, s[sp-2], s[sp-1]); - break; - case 0x04: // vmoveto - in_header = 0; - if (sp < 1) return STBTT__CSERR("vmoveto stack"); - stbtt__csctx_rmove_to(c, 0, s[sp-1]); - break; - case 0x16: // hmoveto - in_header = 0; - if (sp < 1) return STBTT__CSERR("hmoveto stack"); - stbtt__csctx_rmove_to(c, s[sp-1], 0); - break; - - case 0x05: // rlineto - if (sp < 2) return STBTT__CSERR("rlineto stack"); - for (; i + 1 < sp; i += 2) - stbtt__csctx_rline_to(c, s[i], s[i+1]); - break; - - // hlineto/vlineto and vhcurveto/hvcurveto alternate horizontal and vertical - // starting from a different place. - - case 0x07: // vlineto - if (sp < 1) return STBTT__CSERR("vlineto stack"); - goto vlineto; - case 0x06: // hlineto - if (sp < 1) return STBTT__CSERR("hlineto stack"); - for (;;) { - if (i >= sp) break; - stbtt__csctx_rline_to(c, s[i], 0); - i++; - vlineto: - if (i >= sp) break; - stbtt__csctx_rline_to(c, 0, s[i]); - i++; - } - break; - - case 0x1F: // hvcurveto - if (sp < 4) return STBTT__CSERR("hvcurveto stack"); - goto hvcurveto; - case 0x1E: // vhcurveto - if (sp < 4) return STBTT__CSERR("vhcurveto stack"); - for (;;) { - if (i + 3 >= sp) break; - stbtt__csctx_rccurve_to(c, 0, s[i], s[i+1], s[i+2], s[i+3], (sp - i == 5) ? s[i + 4] : 0.0f); - i += 4; - hvcurveto: - if (i + 3 >= sp) break; - stbtt__csctx_rccurve_to(c, s[i], 0, s[i+1], s[i+2], (sp - i == 5) ? s[i+4] : 0.0f, s[i+3]); - i += 4; - } - break; - - case 0x08: // rrcurveto - if (sp < 6) return STBTT__CSERR("rcurveline stack"); - for (; i + 5 < sp; i += 6) - stbtt__csctx_rccurve_to(c, s[i], s[i+1], s[i+2], s[i+3], s[i+4], s[i+5]); - break; - - case 0x18: // rcurveline - if (sp < 8) return STBTT__CSERR("rcurveline stack"); - for (; i + 5 < sp - 2; i += 6) - stbtt__csctx_rccurve_to(c, s[i], s[i+1], s[i+2], s[i+3], s[i+4], s[i+5]); - if (i + 1 >= sp) return STBTT__CSERR("rcurveline stack"); - stbtt__csctx_rline_to(c, s[i], s[i+1]); - break; - - case 0x19: // rlinecurve - if (sp < 8) return STBTT__CSERR("rlinecurve stack"); - for (; i + 1 < sp - 6; i += 2) - stbtt__csctx_rline_to(c, s[i], s[i+1]); - if (i + 5 >= sp) return STBTT__CSERR("rlinecurve stack"); - stbtt__csctx_rccurve_to(c, s[i], s[i+1], s[i+2], s[i+3], s[i+4], s[i+5]); - break; - - case 0x1A: // vvcurveto - case 0x1B: // hhcurveto - if (sp < 4) return STBTT__CSERR("(vv|hh)curveto stack"); - f = 0.0; - if (sp & 1) { f = s[i]; i++; } - for (; i + 3 < sp; i += 4) { - if (b0 == 0x1B) - stbtt__csctx_rccurve_to(c, s[i], f, s[i+1], s[i+2], s[i+3], 0.0); - else - stbtt__csctx_rccurve_to(c, f, s[i], s[i+1], s[i+2], 0.0, s[i+3]); - f = 0.0; - } - break; - - case 0x0A: // callsubr - if (!has_subrs) { - if (info->fdselect.size) - subrs = stbtt__cid_get_glyph_subrs(info, glyph_index); - has_subrs = 1; - } - // FALLTHROUGH - case 0x1D: // callgsubr - if (sp < 1) return STBTT__CSERR("call(g|)subr stack"); - v = (int) s[--sp]; - if (subr_stack_height >= 10) return STBTT__CSERR("recursion limit"); - subr_stack[subr_stack_height++] = b; - b = stbtt__get_subr(b0 == 0x0A ? subrs : info->gsubrs, v); - if (b.size == 0) return STBTT__CSERR("subr not found"); - b.cursor = 0; - clear_stack = 0; - break; - - case 0x0B: // return - if (subr_stack_height <= 0) return STBTT__CSERR("return outside subr"); - b = subr_stack[--subr_stack_height]; - clear_stack = 0; - break; - - case 0x0E: // endchar - stbtt__csctx_close_shape(c); - return 1; - - case 0x0C: { // two-byte escape - float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; - float dx, dy; - int b1 = stbtt__buf_get8(&b); - switch (b1) { - // @TODO These "flex" implementations ignore the flex-depth and resolution, - // and always draw beziers. - case 0x22: // hflex - if (sp < 7) return STBTT__CSERR("hflex stack"); - dx1 = s[0]; - dx2 = s[1]; - dy2 = s[2]; - dx3 = s[3]; - dx4 = s[4]; - dx5 = s[5]; - dx6 = s[6]; - stbtt__csctx_rccurve_to(c, dx1, 0, dx2, dy2, dx3, 0); - stbtt__csctx_rccurve_to(c, dx4, 0, dx5, -dy2, dx6, 0); - break; - - case 0x23: // flex - if (sp < 13) return STBTT__CSERR("flex stack"); - dx1 = s[0]; - dy1 = s[1]; - dx2 = s[2]; - dy2 = s[3]; - dx3 = s[4]; - dy3 = s[5]; - dx4 = s[6]; - dy4 = s[7]; - dx5 = s[8]; - dy5 = s[9]; - dx6 = s[10]; - dy6 = s[11]; - //fd is s[12] - stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); - stbtt__csctx_rccurve_to(c, dx4, dy4, dx5, dy5, dx6, dy6); - break; - - case 0x24: // hflex1 - if (sp < 9) return STBTT__CSERR("hflex1 stack"); - dx1 = s[0]; - dy1 = s[1]; - dx2 = s[2]; - dy2 = s[3]; - dx3 = s[4]; - dx4 = s[5]; - dx5 = s[6]; - dy5 = s[7]; - dx6 = s[8]; - stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, 0); - stbtt__csctx_rccurve_to(c, dx4, 0, dx5, dy5, dx6, -(dy1+dy2+dy5)); - break; - - case 0x25: // flex1 - if (sp < 11) return STBTT__CSERR("flex1 stack"); - dx1 = s[0]; - dy1 = s[1]; - dx2 = s[2]; - dy2 = s[3]; - dx3 = s[4]; - dy3 = s[5]; - dx4 = s[6]; - dy4 = s[7]; - dx5 = s[8]; - dy5 = s[9]; - dx6 = dy6 = s[10]; - dx = dx1+dx2+dx3+dx4+dx5; - dy = dy1+dy2+dy3+dy4+dy5; - if (STBTT_fabs(dx) > STBTT_fabs(dy)) - dy6 = -dy; - else - dx6 = -dx; - stbtt__csctx_rccurve_to(c, dx1, dy1, dx2, dy2, dx3, dy3); - stbtt__csctx_rccurve_to(c, dx4, dy4, dx5, dy5, dx6, dy6); - break; - - default: - return STBTT__CSERR("unimplemented"); - } - } break; - - default: - if (b0 != 255 && b0 != 28 && b0 < 32) - return STBTT__CSERR("reserved operator"); - - // push immediate - if (b0 == 255) { - f = (float)(stbtt_int32)stbtt__buf_get32(&b) / 0x10000; - } else { - stbtt__buf_skip(&b, -1); - f = (float)(stbtt_int16)stbtt__cff_int(&b); - } - if (sp >= 48) return STBTT__CSERR("push stack overflow"); - s[sp++] = f; - clear_stack = 0; - break; - } - if (clear_stack) sp = 0; - } - return STBTT__CSERR("no endchar"); - -#undef STBTT__CSERR -} - -static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvertices) -{ - // runs the charstring twice, once to count and once to output (to avoid realloc) - stbtt__csctx count_ctx = STBTT__CSCTX_INIT(1); - stbtt__csctx output_ctx = STBTT__CSCTX_INIT(0); - if (stbtt__run_charstring(info, glyph_index, &count_ctx)) { - *pvertices = (stbtt_vertex*)STBTT_malloc(count_ctx.num_vertices*sizeof(stbtt_vertex), info->userdata); - output_ctx.pvertices = *pvertices; - if (stbtt__run_charstring(info, glyph_index, &output_ctx)) { - STBTT_assert(output_ctx.num_vertices == count_ctx.num_vertices); - return output_ctx.num_vertices; - } - } - *pvertices = NULL; - return 0; -} - -static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int *x1, int *y1) -{ - stbtt__csctx c = STBTT__CSCTX_INIT(1); - int r = stbtt__run_charstring(info, glyph_index, &c); - if (x0) *x0 = r ? c.min_x : 0; - if (y0) *y0 = r ? c.min_y : 0; - if (x1) *x1 = r ? c.max_x : 0; - if (y1) *y1 = r ? c.max_y : 0; - return r ? c.num_vertices : 0; -} - -STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvertices) -{ - if (!info->cff.size) - return stbtt__GetGlyphShapeTT(info, glyph_index, pvertices); - else - return stbtt__GetGlyphShapeT2(info, glyph_index, pvertices); -} - -STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int glyph_index, int *advanceWidth, int *leftSideBearing) -{ - stbtt_uint16 numOfLongHorMetrics = ttUSHORT(info->data+info->hhea + 34); - if (glyph_index < numOfLongHorMetrics) { - if (advanceWidth) *advanceWidth = ttSHORT(info->data + info->hmtx + 4*glyph_index); - if (leftSideBearing) *leftSideBearing = ttSHORT(info->data + info->hmtx + 4*glyph_index + 2); - } else { - if (advanceWidth) *advanceWidth = ttSHORT(info->data + info->hmtx + 4*(numOfLongHorMetrics-1)); - if (leftSideBearing) *leftSideBearing = ttSHORT(info->data + info->hmtx + 4*numOfLongHorMetrics + 2*(glyph_index - numOfLongHorMetrics)); - } -} - -STBTT_DEF int stbtt_GetKerningTableLength(const stbtt_fontinfo *info) -{ - stbtt_uint8 *data = info->data + info->kern; - - // we only look at the first table. it must be 'horizontal' and format 0. - if (!info->kern) - return 0; - if (ttUSHORT(data+2) < 1) // number of tables, need at least 1 - return 0; - if (ttUSHORT(data+8) != 1) // horizontal flag must be set in format - return 0; - - return ttUSHORT(data+10); -} - -STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_kerningentry* table, int table_length) -{ - stbtt_uint8 *data = info->data + info->kern; - int k, length; - - // we only look at the first table. it must be 'horizontal' and format 0. - if (!info->kern) - return 0; - if (ttUSHORT(data+2) < 1) // number of tables, need at least 1 - return 0; - if (ttUSHORT(data+8) != 1) // horizontal flag must be set in format - return 0; - - length = ttUSHORT(data+10); - if (table_length < length) - length = table_length; - - for (k = 0; k < length; k++) - { - table[k].glyph1 = ttUSHORT(data+18+(k*6)); - table[k].glyph2 = ttUSHORT(data+20+(k*6)); - table[k].advance = ttSHORT(data+22+(k*6)); - } - - return length; -} - -static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) -{ - stbtt_uint8 *data = info->data + info->kern; - stbtt_uint32 needle, straw; - int l, r, m; - - // we only look at the first table. it must be 'horizontal' and format 0. - if (!info->kern) - return 0; - if (ttUSHORT(data+2) < 1) // number of tables, need at least 1 - return 0; - if (ttUSHORT(data+8) != 1) // horizontal flag must be set in format - return 0; - - l = 0; - r = ttUSHORT(data+10) - 1; - needle = glyph1 << 16 | glyph2; - while (l <= r) { - m = (l + r) >> 1; - straw = ttULONG(data+18+(m*6)); // note: unaligned read - if (needle < straw) - r = m - 1; - else if (needle > straw) - l = m + 1; - else - return ttSHORT(data+22+(m*6)); - } - return 0; -} - -static stbtt_int32 stbtt__GetCoverageIndex(stbtt_uint8 *coverageTable, int glyph) -{ - stbtt_uint16 coverageFormat = ttUSHORT(coverageTable); - switch (coverageFormat) { - case 1: { - stbtt_uint16 glyphCount = ttUSHORT(coverageTable + 2); - - // Binary search. - stbtt_int32 l=0, r=glyphCount-1, m; - int straw, needle=glyph; - while (l <= r) { - stbtt_uint8 *glyphArray = coverageTable + 4; - stbtt_uint16 glyphID; - m = (l + r) >> 1; - glyphID = ttUSHORT(glyphArray + 2 * m); - straw = glyphID; - if (needle < straw) - r = m - 1; - else if (needle > straw) - l = m + 1; - else { - return m; - } - } - break; - } - - case 2: { - stbtt_uint16 rangeCount = ttUSHORT(coverageTable + 2); - stbtt_uint8 *rangeArray = coverageTable + 4; - - // Binary search. - stbtt_int32 l=0, r=rangeCount-1, m; - int strawStart, strawEnd, needle=glyph; - while (l <= r) { - stbtt_uint8 *rangeRecord; - m = (l + r) >> 1; - rangeRecord = rangeArray + 6 * m; - strawStart = ttUSHORT(rangeRecord); - strawEnd = ttUSHORT(rangeRecord + 2); - if (needle < strawStart) - r = m - 1; - else if (needle > strawEnd) - l = m + 1; - else { - stbtt_uint16 startCoverageIndex = ttUSHORT(rangeRecord + 4); - return startCoverageIndex + glyph - strawStart; - } - } - break; - } - - default: return -1; // unsupported - } - - return -1; -} - -static stbtt_int32 stbtt__GetGlyphClass(stbtt_uint8 *classDefTable, int glyph) -{ - stbtt_uint16 classDefFormat = ttUSHORT(classDefTable); - switch (classDefFormat) - { - case 1: { - stbtt_uint16 startGlyphID = ttUSHORT(classDefTable + 2); - stbtt_uint16 glyphCount = ttUSHORT(classDefTable + 4); - stbtt_uint8 *classDef1ValueArray = classDefTable + 6; - - if (glyph >= startGlyphID && glyph < startGlyphID + glyphCount) - return (stbtt_int32)ttUSHORT(classDef1ValueArray + 2 * (glyph - startGlyphID)); - break; - } - - case 2: { - stbtt_uint16 classRangeCount = ttUSHORT(classDefTable + 2); - stbtt_uint8 *classRangeRecords = classDefTable + 4; - - // Binary search. - stbtt_int32 l=0, r=classRangeCount-1, m; - int strawStart, strawEnd, needle=glyph; - while (l <= r) { - stbtt_uint8 *classRangeRecord; - m = (l + r) >> 1; - classRangeRecord = classRangeRecords + 6 * m; - strawStart = ttUSHORT(classRangeRecord); - strawEnd = ttUSHORT(classRangeRecord + 2); - if (needle < strawStart) - r = m - 1; - else if (needle > strawEnd) - l = m + 1; - else - return (stbtt_int32)ttUSHORT(classRangeRecord + 4); - } - break; - } - - default: - return -1; // Unsupported definition type, return an error. - } - - // "All glyphs not assigned to a class fall into class 0". (OpenType spec) - return 0; -} - -// Define to STBTT_assert(x) if you want to break on unimplemented formats. -#define STBTT_GPOS_TODO_assert(x) - -static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) -{ - stbtt_uint16 lookupListOffset; - stbtt_uint8 *lookupList; - stbtt_uint16 lookupCount; - stbtt_uint8 *data; - stbtt_int32 i, sti; - - if (!info->gpos) return 0; - - data = info->data + info->gpos; - - if (ttUSHORT(data+0) != 1) return 0; // Major version 1 - if (ttUSHORT(data+2) != 0) return 0; // Minor version 0 - - lookupListOffset = ttUSHORT(data+8); - lookupList = data + lookupListOffset; - lookupCount = ttUSHORT(lookupList); - - for (i=0; i= pairSetCount) return 0; - - needle=glyph2; - r=pairValueCount-1; - l=0; - - // Binary search. - while (l <= r) { - stbtt_uint16 secondGlyph; - stbtt_uint8 *pairValue; - m = (l + r) >> 1; - pairValue = pairValueArray + (2 + valueRecordPairSizeInBytes) * m; - secondGlyph = ttUSHORT(pairValue); - straw = secondGlyph; - if (needle < straw) - r = m - 1; - else if (needle > straw) - l = m + 1; - else { - stbtt_int16 xAdvance = ttSHORT(pairValue + 2); - return xAdvance; - } - } - } else - return 0; - break; - } - - case 2: { - stbtt_uint16 valueFormat1 = ttUSHORT(table + 4); - stbtt_uint16 valueFormat2 = ttUSHORT(table + 6); - if (valueFormat1 == 4 && valueFormat2 == 0) { // Support more formats? - stbtt_uint16 classDef1Offset = ttUSHORT(table + 8); - stbtt_uint16 classDef2Offset = ttUSHORT(table + 10); - int glyph1class = stbtt__GetGlyphClass(table + classDef1Offset, glyph1); - int glyph2class = stbtt__GetGlyphClass(table + classDef2Offset, glyph2); - - stbtt_uint16 class1Count = ttUSHORT(table + 12); - stbtt_uint16 class2Count = ttUSHORT(table + 14); - stbtt_uint8 *class1Records, *class2Records; - stbtt_int16 xAdvance; - - if (glyph1class < 0 || glyph1class >= class1Count) return 0; // malformed - if (glyph2class < 0 || glyph2class >= class2Count) return 0; // malformed - - class1Records = table + 16; - class2Records = class1Records + 2 * (glyph1class * class2Count); - xAdvance = ttSHORT(class2Records + 2 * glyph2class); - return xAdvance; - } else - return 0; - break; - } - - default: - return 0; // Unsupported position format - } - } - } - - return 0; -} - -STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int g1, int g2) -{ - int xAdvance = 0; - - if (info->gpos) - xAdvance += stbtt__GetGlyphGPOSInfoAdvance(info, g1, g2); - else if (info->kern) - xAdvance += stbtt__GetGlyphKernInfoAdvance(info, g1, g2); - - return xAdvance; -} - -STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2) -{ - if (!info->kern && !info->gpos) // if no kerning table, don't waste time looking up both codepoint->glyphs - return 0; - return stbtt_GetGlyphKernAdvance(info, stbtt_FindGlyphIndex(info,ch1), stbtt_FindGlyphIndex(info,ch2)); -} - -STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWidth, int *leftSideBearing) -{ - stbtt_GetGlyphHMetrics(info, stbtt_FindGlyphIndex(info,codepoint), advanceWidth, leftSideBearing); -} - -STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *lineGap) -{ - if (ascent ) *ascent = ttSHORT(info->data+info->hhea + 4); - if (descent) *descent = ttSHORT(info->data+info->hhea + 6); - if (lineGap) *lineGap = ttSHORT(info->data+info->hhea + 8); -} - -STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDescent, int *typoLineGap) -{ - int tab = stbtt__find_table(info->data, info->fontstart, "OS/2"); - if (!tab) - return 0; - if (typoAscent ) *typoAscent = ttSHORT(info->data+tab + 68); - if (typoDescent) *typoDescent = ttSHORT(info->data+tab + 70); - if (typoLineGap) *typoLineGap = ttSHORT(info->data+tab + 72); - return 1; -} - -STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1) -{ - *x0 = ttSHORT(info->data + info->head + 36); - *y0 = ttSHORT(info->data + info->head + 38); - *x1 = ttSHORT(info->data + info->head + 40); - *y1 = ttSHORT(info->data + info->head + 42); -} - -STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float height) -{ - int fheight = ttSHORT(info->data + info->hhea + 4) - ttSHORT(info->data + info->hhea + 6); - return (float) height / fheight; -} - -STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *info, float pixels) -{ - int unitsPerEm = ttUSHORT(info->data + info->head + 18); - return pixels / unitsPerEm; -} - -STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) -{ - STBTT_free(v, info->userdata); -} - -STBTT_DEF stbtt_uint8 *stbtt_FindSVGDoc(const stbtt_fontinfo *info, int gl) -{ - int i; - stbtt_uint8 *data = info->data; - stbtt_uint8 *svg_doc_list = data + stbtt__get_svg((stbtt_fontinfo *) info); - - int numEntries = ttUSHORT(svg_doc_list); - stbtt_uint8 *svg_docs = svg_doc_list + 2; - - for(i=0; i= ttUSHORT(svg_doc)) && (gl <= ttUSHORT(svg_doc + 2))) - return svg_doc; - } - return 0; -} - -STBTT_DEF int stbtt_GetGlyphSVG(const stbtt_fontinfo *info, int gl, const char **svg) -{ - stbtt_uint8 *data = info->data; - stbtt_uint8 *svg_doc; - - if (info->svg == 0) - return 0; - - svg_doc = stbtt_FindSVGDoc(info, gl); - if (svg_doc != NULL) { - *svg = (char *) data + info->svg + ttULONG(svg_doc + 4); - return ttULONG(svg_doc + 8); - } else { - return 0; - } -} - -STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unicode_codepoint, const char **svg) -{ - return stbtt_GetGlyphSVG(info, stbtt_FindGlyphIndex(info, unicode_codepoint), svg); -} - -////////////////////////////////////////////////////////////////////////////// -// -// antialiasing software rasterizer -// - -STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) -{ - int x0=0,y0=0,x1,y1; // =0 suppresses compiler warning - if (!stbtt_GetGlyphBox(font, glyph, &x0,&y0,&x1,&y1)) { - // e.g. space character - if (ix0) *ix0 = 0; - if (iy0) *iy0 = 0; - if (ix1) *ix1 = 0; - if (iy1) *iy1 = 0; - } else { - // move to integral bboxes (treating pixels as little squares, what pixels get touched)? - if (ix0) *ix0 = STBTT_ifloor( x0 * scale_x + shift_x); - if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y); - if (ix1) *ix1 = STBTT_iceil ( x1 * scale_x + shift_x); - if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y); - } -} - -STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) -{ - stbtt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); -} - -STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) -{ - stbtt_GetGlyphBitmapBoxSubpixel(font, stbtt_FindGlyphIndex(font,codepoint), scale_x, scale_y,shift_x,shift_y, ix0,iy0,ix1,iy1); -} - -STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) -{ - stbtt_GetCodepointBitmapBoxSubpixel(font, codepoint, scale_x, scale_y,0.0f,0.0f, ix0,iy0,ix1,iy1); -} - -////////////////////////////////////////////////////////////////////////////// -// -// Rasterizer - -typedef struct stbtt__hheap_chunk -{ - struct stbtt__hheap_chunk *next; -} stbtt__hheap_chunk; - -typedef struct stbtt__hheap -{ - struct stbtt__hheap_chunk *head; - void *first_free; - int num_remaining_in_head_chunk; -} stbtt__hheap; - -static void *stbtt__hheap_alloc(stbtt__hheap *hh, size_t size, void *userdata) -{ - if (hh->first_free) { - void *p = hh->first_free; - hh->first_free = * (void **) p; - return p; - } else { - if (hh->num_remaining_in_head_chunk == 0) { - int count = (size < 32 ? 2000 : size < 128 ? 800 : 100); - stbtt__hheap_chunk *c = (stbtt__hheap_chunk *) STBTT_malloc(sizeof(stbtt__hheap_chunk) + size * count, userdata); - if (c == NULL) - return NULL; - c->next = hh->head; - hh->head = c; - hh->num_remaining_in_head_chunk = count; - } - --hh->num_remaining_in_head_chunk; - return (char *) (hh->head) + sizeof(stbtt__hheap_chunk) + size * hh->num_remaining_in_head_chunk; - } -} - -static void stbtt__hheap_free(stbtt__hheap *hh, void *p) -{ - *(void **) p = hh->first_free; - hh->first_free = p; -} - -static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) -{ - stbtt__hheap_chunk *c = hh->head; - while (c) { - stbtt__hheap_chunk *n = c->next; - STBTT_free(c, userdata); - c = n; - } -} - -typedef struct stbtt__edge { - float x0,y0, x1,y1; - int invert; -} stbtt__edge; - - -typedef struct stbtt__active_edge -{ - struct stbtt__active_edge *next; - #if STBTT_RASTERIZER_VERSION==1 - int x,dx; - float ey; - int direction; - #elif STBTT_RASTERIZER_VERSION==2 - float fx,fdx,fdy; - float direction; - float sy; - float ey; - #else - #error "Unrecognized value of STBTT_RASTERIZER_VERSION" - #endif -} stbtt__active_edge; - -#if STBTT_RASTERIZER_VERSION == 1 -#define STBTT_FIXSHIFT 10 -#define STBTT_FIX (1 << STBTT_FIXSHIFT) -#define STBTT_FIXMASK (STBTT_FIX-1) - -static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) -{ - stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); - float dxdy = (e->x1 - e->x0) / (e->y1 - e->y0); - STBTT_assert(z != NULL); - if (!z) return z; - - // round dx down to avoid overshooting - if (dxdy < 0) - z->dx = -STBTT_ifloor(STBTT_FIX * -dxdy); - else - z->dx = STBTT_ifloor(STBTT_FIX * dxdy); - - z->x = STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point - e->y0)); // use z->dx so when we offset later it's by the same amount - z->x -= off_x * STBTT_FIX; - - z->ey = e->y1; - z->next = 0; - z->direction = e->invert ? 1 : -1; - return z; -} -#elif STBTT_RASTERIZER_VERSION == 2 -static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) -{ - stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); - float dxdy = (e->x1 - e->x0) / (e->y1 - e->y0); - STBTT_assert(z != NULL); - //STBTT_assert(e->y0 <= start_point); - if (!z) return z; - z->fdx = dxdy; - z->fdy = dxdy != 0.0f ? (1.0f/dxdy) : 0.0f; - z->fx = e->x0 + dxdy * (start_point - e->y0); - z->fx -= off_x; - z->direction = e->invert ? 1.0f : -1.0f; - z->sy = e->y0; - z->ey = e->y1; - z->next = 0; - return z; -} -#else -#error "Unrecognized value of STBTT_RASTERIZER_VERSION" -#endif - -#if STBTT_RASTERIZER_VERSION == 1 -// note: this routine clips fills that extend off the edges... ideally this -// wouldn't happen, but it could happen if the truetype glyph bounding boxes -// are wrong, or if the user supplies a too-small bitmap -static void stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int max_weight) -{ - // non-zero winding fill - int x0=0, w=0; - - while (e) { - if (w == 0) { - // if we're currently at zero, we need to record the edge start point - x0 = e->x; w += e->direction; - } else { - int x1 = e->x; w += e->direction; - // if we went to zero, we need to draw - if (w == 0) { - int i = x0 >> STBTT_FIXSHIFT; - int j = x1 >> STBTT_FIXSHIFT; - - if (i < len && j >= 0) { - if (i == j) { - // x0,x1 are the same pixel, so compute combined coverage - scanline[i] = scanline[i] + (stbtt_uint8) ((x1 - x0) * max_weight >> STBTT_FIXSHIFT); - } else { - if (i >= 0) // add antialiasing for x0 - scanline[i] = scanline[i] + (stbtt_uint8) (((STBTT_FIX - (x0 & STBTT_FIXMASK)) * max_weight) >> STBTT_FIXSHIFT); - else - i = -1; // clip - - if (j < len) // add antialiasing for x1 - scanline[j] = scanline[j] + (stbtt_uint8) (((x1 & STBTT_FIXMASK) * max_weight) >> STBTT_FIXSHIFT); - else - j = len; // clip - - for (++i; i < j; ++i) // fill pixels between x0 and x1 - scanline[i] = scanline[i] + (stbtt_uint8) max_weight; - } - } - } - } - - e = e->next; - } -} - -static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) -{ - stbtt__hheap hh = { 0, 0, 0 }; - stbtt__active_edge *active = NULL; - int y,j=0; - int max_weight = (255 / vsubsample); // weight per vertical scanline - int s; // vertical subsample index - unsigned char scanline_data[512], *scanline; - - if (result->w > 512) - scanline = (unsigned char *) STBTT_malloc(result->w, userdata); - else - scanline = scanline_data; - - y = off_y * vsubsample; - e[n].y0 = (off_y + result->h) * (float) vsubsample + 1; - - while (j < result->h) { - STBTT_memset(scanline, 0, result->w); - for (s=0; s < vsubsample; ++s) { - // find center of pixel for this scanline - float scan_y = y + 0.5f; - stbtt__active_edge **step = &active; - - // update all active edges; - // remove all active edges that terminate before the center of this scanline - while (*step) { - stbtt__active_edge * z = *step; - if (z->ey <= scan_y) { - *step = z->next; // delete from list - STBTT_assert(z->direction); - z->direction = 0; - stbtt__hheap_free(&hh, z); - } else { - z->x += z->dx; // advance to position for current scanline - step = &((*step)->next); // advance through list - } - } - - // resort the list if needed - for(;;) { - int changed=0; - step = &active; - while (*step && (*step)->next) { - if ((*step)->x > (*step)->next->x) { - stbtt__active_edge *t = *step; - stbtt__active_edge *q = t->next; - - t->next = q->next; - q->next = t; - *step = q; - changed = 1; - } - step = &(*step)->next; - } - if (!changed) break; - } - - // insert all edges that start before the center of this scanline -- omit ones that also end on this scanline - while (e->y0 <= scan_y) { - if (e->y1 > scan_y) { - stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); - if (z != NULL) { - // find insertion point - if (active == NULL) - active = z; - else if (z->x < active->x) { - // insert at front - z->next = active; - active = z; - } else { - // find thing to insert AFTER - stbtt__active_edge *p = active; - while (p->next && p->next->x < z->x) - p = p->next; - // at this point, p->next->x is NOT < z->x - z->next = p->next; - p->next = z; - } - } - } - ++e; - } - - // now process all active edges in XOR fashion - if (active) - stbtt__fill_active_edges(scanline, result->w, active, max_weight); - - ++y; - } - STBTT_memcpy(result->pixels + j * result->stride, scanline, result->w); - ++j; - } - - stbtt__hheap_cleanup(&hh, userdata); - - if (scanline != scanline_data) - STBTT_free(scanline, userdata); -} - -#elif STBTT_RASTERIZER_VERSION == 2 - -// the edge passed in here does not cross the vertical line at x or the vertical line at x+1 -// (i.e. it has already been clipped to those) -static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, float y0, float x1, float y1) -{ - if (y0 == y1) return; - STBTT_assert(y0 < y1); - STBTT_assert(e->sy <= e->ey); - if (y0 > e->ey) return; - if (y1 < e->sy) return; - if (y0 < e->sy) { - x0 += (x1-x0) * (e->sy - y0) / (y1-y0); - y0 = e->sy; - } - if (y1 > e->ey) { - x1 += (x1-x0) * (e->ey - y1) / (y1-y0); - y1 = e->ey; - } - - if (x0 == x) - STBTT_assert(x1 <= x+1); - else if (x0 == x+1) - STBTT_assert(x1 >= x); - else if (x0 <= x) - STBTT_assert(x1 <= x); - else if (x0 >= x+1) - STBTT_assert(x1 >= x+1); - else - STBTT_assert(x1 >= x && x1 <= x+1); - - if (x0 <= x && x1 <= x) - scanline[x] += e->direction * (y1-y0); - else if (x0 >= x+1 && x1 >= x+1) - ; - else { - STBTT_assert(x0 >= x && x0 <= x+1 && x1 >= x && x1 <= x+1); - scanline[x] += e->direction * (y1-y0) * (1-((x0-x)+(x1-x))/2); // coverage = 1 - average x position - } -} - -static float stbtt__sized_trapezoid_area(float height, float top_width, float bottom_width) -{ - STBTT_assert(top_width >= 0); - STBTT_assert(bottom_width >= 0); - return (top_width + bottom_width) / 2.0f * height; -} - -static float stbtt__position_trapezoid_area(float height, float tx0, float tx1, float bx0, float bx1) -{ - return stbtt__sized_trapezoid_area(height, tx1 - tx0, bx1 - bx0); -} - -static float stbtt__sized_triangle_area(float height, float width) -{ - return height * width / 2; -} - -static void stbtt__fill_active_edges_new(float *scanline, float *scanline_fill, int len, stbtt__active_edge *e, float y_top) -{ - float y_bottom = y_top+1; - - while (e) { - // brute force every pixel - - // compute intersection points with top & bottom - STBTT_assert(e->ey >= y_top); - - if (e->fdx == 0) { - float x0 = e->fx; - if (x0 < len) { - if (x0 >= 0) { - stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); - stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); - } else { - stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); - } - } - } else { - float x0 = e->fx; - float dx = e->fdx; - float xb = x0 + dx; - float x_top, x_bottom; - float sy0,sy1; - float dy = e->fdy; - STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); - - // compute endpoints of line segment clipped to this scanline (if the - // line segment starts on this scanline. x0 is the intersection of the - // line with y_top, but that may be off the line segment. - if (e->sy > y_top) { - x_top = x0 + dx * (e->sy - y_top); - sy0 = e->sy; - } else { - x_top = x0; - sy0 = y_top; - } - if (e->ey < y_bottom) { - x_bottom = x0 + dx * (e->ey - y_top); - sy1 = e->ey; - } else { - x_bottom = xb; - sy1 = y_bottom; - } - - if (x_top >= 0 && x_bottom >= 0 && x_top < len && x_bottom < len) { - // from here on, we don't have to range check x values - - if ((int) x_top == (int) x_bottom) { - float height; - // simple case, only spans one pixel - int x = (int) x_top; - height = (sy1 - sy0) * e->direction; - STBTT_assert(x >= 0 && x < len); - scanline[x] += stbtt__position_trapezoid_area(height, x_top, x+1.0f, x_bottom, x+1.0f); - scanline_fill[x] += height; // everything right of this pixel is filled - } else { - int x,x1,x2; - float y_crossing, y_final, step, sign, area; - // covers 2+ pixels - if (x_top > x_bottom) { - // flip scanline vertically; signed area is the same - float t; - sy0 = y_bottom - (sy0 - y_top); - sy1 = y_bottom - (sy1 - y_top); - t = sy0, sy0 = sy1, sy1 = t; - t = x_bottom, x_bottom = x_top, x_top = t; - dx = -dx; - dy = -dy; - t = x0, x0 = xb, xb = t; - } - STBTT_assert(dy >= 0); - STBTT_assert(dx >= 0); - - x1 = (int) x_top; - x2 = (int) x_bottom; - // compute intersection with y axis at x1+1 - y_crossing = y_top + dy * (x1+1 - x0); - - // compute intersection with y axis at x2 - y_final = y_top + dy * (x2 - x0); - - // x1 x_top x2 x_bottom - // y_top +------|-----+------------+------------+--------|---+------------+ - // | | | | | | - // | | | | | | - // sy0 | Txxxxx|............|............|............|............| - // y_crossing | *xxxxx.......|............|............|............| - // | | xxxxx..|............|............|............| - // | | /- xx*xxxx........|............|............| - // | | dy < | xxxxxx..|............|............| - // y_final | | \- | xx*xxx.........|............| - // sy1 | | | | xxxxxB...|............| - // | | | | | | - // | | | | | | - // y_bottom +------------+------------+------------+------------+------------+ - // - // goal is to measure the area covered by '.' in each pixel - - // if x2 is right at the right edge of x1, y_crossing can blow up, github #1057 - // @TODO: maybe test against sy1 rather than y_bottom? - if (y_crossing > y_bottom) - y_crossing = y_bottom; - - sign = e->direction; - - // area of the rectangle covered from sy0..y_crossing - area = sign * (y_crossing-sy0); - - // area of the triangle (x_top,sy0), (x1+1,sy0), (x1+1,y_crossing) - scanline[x1] += stbtt__sized_triangle_area(area, x1+1 - x_top); - - // check if final y_crossing is blown up; no test case for this - if (y_final > y_bottom) { - int denom = (x2 - (x1+1)); - y_final = y_bottom; - if (denom != 0) { // [DEAR IMGUI] Avoid div by zero (https://github.com/nothings/stb/issues/1316) - dy = (y_final - y_crossing ) / denom; // if denom=0, y_final = y_crossing, so y_final <= y_bottom - } - } - - // in second pixel, area covered by line segment found in first pixel - // is always a rectangle 1 wide * the height of that line segment; this - // is exactly what the variable 'area' stores. it also gets a contribution - // from the line segment within it. the THIRD pixel will get the first - // pixel's rectangle contribution, the second pixel's rectangle contribution, - // and its own contribution. the 'own contribution' is the same in every pixel except - // the leftmost and rightmost, a trapezoid that slides down in each pixel. - // the second pixel's contribution to the third pixel will be the - // rectangle 1 wide times the height change in the second pixel, which is dy. - - step = sign * dy * 1; // dy is dy/dx, change in y for every 1 change in x, - // which multiplied by 1-pixel-width is how much pixel area changes for each step in x - // so the area advances by 'step' every time - - for (x = x1+1; x < x2; ++x) { - scanline[x] += area + step/2; // area of trapezoid is 1*step/2 - area += step; - } - STBTT_assert(STBTT_fabs(area) <= 1.01f); // accumulated error from area += step unless we round step down - STBTT_assert(sy1 > y_final-0.01f); - - // area covered in the last pixel is the rectangle from all the pixels to the left, - // plus the trapezoid filled by the line segment in this pixel all the way to the right edge - scanline[x2] += area + sign * stbtt__position_trapezoid_area(sy1-y_final, (float) x2, x2+1.0f, x_bottom, x2+1.0f); - - // the rest of the line is filled based on the total height of the line segment in this pixel - scanline_fill[x2] += sign * (sy1-sy0); - } - } else { - // if edge goes outside of box we're drawing, we require - // clipping logic. since this does not match the intended use - // of this library, we use a different, very slow brute - // force implementation - // note though that this does happen some of the time because - // x_top and x_bottom can be extrapolated at the top & bottom of - // the shape and actually lie outside the bounding box - int x; - for (x=0; x < len; ++x) { - // cases: - // - // there can be up to two intersections with the pixel. any intersection - // with left or right edges can be handled by splitting into two (or three) - // regions. intersections with top & bottom do not necessitate case-wise logic. - // - // the old way of doing this found the intersections with the left & right edges, - // then used some simple logic to produce up to three segments in sorted order - // from top-to-bottom. however, this had a problem: if an x edge was epsilon - // across the x border, then the corresponding y position might not be distinct - // from the other y segment, and it might ignored as an empty segment. to avoid - // that, we need to explicitly produce segments based on x positions. - - // rename variables to clearly-defined pairs - float y0 = y_top; - float x1 = (float) (x); - float x2 = (float) (x+1); - float x3 = xb; - float y3 = y_bottom; - - // x = e->x + e->dx * (y-y_top) - // (y-y_top) = (x - e->x) / e->dx - // y = (x - e->x) / e->dx + y_top - float y1 = (x - x0) / dx + y_top; - float y2 = (x+1 - x0) / dx + y_top; - - if (x0 < x1 && x3 > x2) { // three segments descending down-right - stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1); - stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x2,y2); - stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); - } else if (x3 < x1 && x0 > x2) { // three segments descending down-left - stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); - stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x1,y1); - stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3); - } else if (x0 < x1 && x3 > x1) { // two segments across x, down-right - stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1); - stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3); - } else if (x3 < x1 && x0 > x1) { // two segments across x, down-left - stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1); - stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3); - } else if (x0 < x2 && x3 > x2) { // two segments across x+1, down-right - stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); - stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); - } else if (x3 < x2 && x0 > x2) { // two segments across x+1, down-left - stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); - stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); - } else { // one segment - stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x3,y3); - } - } - } - } - e = e->next; - } -} - -// directly AA rasterize edges w/o supersampling -static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) -{ - stbtt__hheap hh = { 0, 0, 0 }; - stbtt__active_edge *active = NULL; - int y,j=0, i; - float scanline_data[129], *scanline, *scanline2; - - STBTT__NOTUSED(vsubsample); - - if (result->w > 64) - scanline = (float *) STBTT_malloc((result->w*2+1) * sizeof(float), userdata); - else - scanline = scanline_data; - - scanline2 = scanline + result->w; - - y = off_y; - e[n].y0 = (float) (off_y + result->h) + 1; - - while (j < result->h) { - // find center of pixel for this scanline - float scan_y_top = y + 0.0f; - float scan_y_bottom = y + 1.0f; - stbtt__active_edge **step = &active; - - STBTT_memset(scanline , 0, result->w*sizeof(scanline[0])); - STBTT_memset(scanline2, 0, (result->w+1)*sizeof(scanline[0])); - - // update all active edges; - // remove all active edges that terminate before the top of this scanline - while (*step) { - stbtt__active_edge * z = *step; - if (z->ey <= scan_y_top) { - *step = z->next; // delete from list - STBTT_assert(z->direction); - z->direction = 0; - stbtt__hheap_free(&hh, z); - } else { - step = &((*step)->next); // advance through list - } - } - - // insert all edges that start before the bottom of this scanline - while (e->y0 <= scan_y_bottom) { - if (e->y0 != e->y1) { - stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); - if (z != NULL) { - if (j == 0 && off_y != 0) { - if (z->ey < scan_y_top) { - // this can happen due to subpixel positioning and some kind of fp rounding error i think - z->ey = scan_y_top; - } - } - STBTT_assert(z->ey >= scan_y_top); // if we get really unlucky a tiny bit of an edge can be out of bounds - // insert at front - z->next = active; - active = z; - } - } - ++e; - } - - // now process all active edges - if (active) - stbtt__fill_active_edges_new(scanline, scanline2+1, result->w, active, scan_y_top); - - { - float sum = 0; - for (i=0; i < result->w; ++i) { - float k; - int m; - sum += scanline2[i]; - k = scanline[i] + sum; - k = (float) STBTT_fabs(k)*255 + 0.5f; - m = (int) k; - if (m > 255) m = 255; - result->pixels[j*result->stride + i] = (unsigned char) m; - } - } - // advance all the edges - step = &active; - while (*step) { - stbtt__active_edge *z = *step; - z->fx += z->fdx; // advance to position for current scanline - step = &((*step)->next); // advance through list - } - - ++y; - ++j; - } - - stbtt__hheap_cleanup(&hh, userdata); - - if (scanline != scanline_data) - STBTT_free(scanline, userdata); -} -#else -#error "Unrecognized value of STBTT_RASTERIZER_VERSION" -#endif - -#define STBTT__COMPARE(a,b) ((a)->y0 < (b)->y0) - -static void stbtt__sort_edges_ins_sort(stbtt__edge *p, int n) -{ - int i,j; - for (i=1; i < n; ++i) { - stbtt__edge t = p[i], *a = &t; - j = i; - while (j > 0) { - stbtt__edge *b = &p[j-1]; - int c = STBTT__COMPARE(a,b); - if (!c) break; - p[j] = p[j-1]; - --j; - } - if (i != j) - p[j] = t; - } -} - -static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) -{ - /* threshold for transitioning to insertion sort */ - while (n > 12) { - stbtt__edge t; - int c01,c12,c,m,i,j; - - /* compute median of three */ - m = n >> 1; - c01 = STBTT__COMPARE(&p[0],&p[m]); - c12 = STBTT__COMPARE(&p[m],&p[n-1]); - /* if 0 >= mid >= end, or 0 < mid < end, then use mid */ - if (c01 != c12) { - /* otherwise, we'll need to swap something else to middle */ - int z; - c = STBTT__COMPARE(&p[0],&p[n-1]); - /* 0>mid && midn => n; 0 0 */ - /* 0n: 0>n => 0; 0 n */ - z = (c == c12) ? 0 : n-1; - t = p[z]; - p[z] = p[m]; - p[m] = t; - } - /* now p[m] is the median-of-three */ - /* swap it to the beginning so it won't move around */ - t = p[0]; - p[0] = p[m]; - p[m] = t; - - /* partition loop */ - i=1; - j=n-1; - for(;;) { - /* handling of equality is crucial here */ - /* for sentinels & efficiency with duplicates */ - for (;;++i) { - if (!STBTT__COMPARE(&p[i], &p[0])) break; - } - for (;;--j) { - if (!STBTT__COMPARE(&p[0], &p[j])) break; - } - /* make sure we haven't crossed */ - if (i >= j) break; - t = p[i]; - p[i] = p[j]; - p[j] = t; - - ++i; - --j; - } - /* recurse on smaller side, iterate on larger */ - if (j < (n-i)) { - stbtt__sort_edges_quicksort(p,j); - p = p+i; - n = n-i; - } else { - stbtt__sort_edges_quicksort(p+i, n-i); - n = j; - } - } -} - -static void stbtt__sort_edges(stbtt__edge *p, int n) -{ - stbtt__sort_edges_quicksort(p, n); - stbtt__sort_edges_ins_sort(p, n); -} - -typedef struct -{ - float x,y; -} stbtt__point; - -static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata) -{ - float y_scale_inv = invert ? -scale_y : scale_y; - stbtt__edge *e; - int n,i,j,k,m; -#if STBTT_RASTERIZER_VERSION == 1 - int vsubsample = result->h < 8 ? 15 : 5; -#elif STBTT_RASTERIZER_VERSION == 2 - int vsubsample = 1; -#else - #error "Unrecognized value of STBTT_RASTERIZER_VERSION" -#endif - // vsubsample should divide 255 evenly; otherwise we won't reach full opacity - - // now we have to blow out the windings into explicit edge lists - n = 0; - for (i=0; i < windings; ++i) - n += wcount[i]; - - e = (stbtt__edge *) STBTT_malloc(sizeof(*e) * (n+1), userdata); // add an extra one as a sentinel - if (e == 0) return; - n = 0; - - m=0; - for (i=0; i < windings; ++i) { - stbtt__point *p = pts + m; - m += wcount[i]; - j = wcount[i]-1; - for (k=0; k < wcount[i]; j=k++) { - int a=k,b=j; - // skip the edge if horizontal - if (p[j].y == p[k].y) - continue; - // add edge from j to k to the list - e[n].invert = 0; - if (invert ? p[j].y > p[k].y : p[j].y < p[k].y) { - e[n].invert = 1; - a=j,b=k; - } - e[n].x0 = p[a].x * scale_x + shift_x; - e[n].y0 = (p[a].y * y_scale_inv + shift_y) * vsubsample; - e[n].x1 = p[b].x * scale_x + shift_x; - e[n].y1 = (p[b].y * y_scale_inv + shift_y) * vsubsample; - ++n; - } - } - - // now sort the edges by their highest point (should snap to integer, and then by x) - //STBTT_sort(e, n, sizeof(e[0]), stbtt__edge_compare); - stbtt__sort_edges(e, n); - - // now, traverse the scanlines and find the intersections on each scanline, use xor winding rule - stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata); - - STBTT_free(e, userdata); -} - -static void stbtt__add_point(stbtt__point *points, int n, float x, float y) -{ - if (!points) return; // during first pass, it's unallocated - points[n].x = x; - points[n].y = y; -} - -// tessellate until threshold p is happy... @TODO warped to compensate for non-linear stretching -static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float x1, float y1, float x2, float y2, float objspace_flatness_squared, int n) -{ - // midpoint - float mx = (x0 + 2*x1 + x2)/4; - float my = (y0 + 2*y1 + y2)/4; - // versus directly drawn line - float dx = (x0+x2)/2 - mx; - float dy = (y0+y2)/2 - my; - if (n > 16) // 65536 segments on one curve better be enough! - return 1; - if (dx*dx+dy*dy > objspace_flatness_squared) { // half-pixel error allowed... need to be smaller if AA - stbtt__tesselate_curve(points, num_points, x0,y0, (x0+x1)/2.0f,(y0+y1)/2.0f, mx,my, objspace_flatness_squared,n+1); - stbtt__tesselate_curve(points, num_points, mx,my, (x1+x2)/2.0f,(y1+y2)/2.0f, x2,y2, objspace_flatness_squared,n+1); - } else { - stbtt__add_point(points, *num_points,x2,y2); - *num_points = *num_points+1; - } - return 1; -} - -static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points, float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, float objspace_flatness_squared, int n) -{ - // @TODO this "flatness" calculation is just made-up nonsense that seems to work well enough - float dx0 = x1-x0; - float dy0 = y1-y0; - float dx1 = x2-x1; - float dy1 = y2-y1; - float dx2 = x3-x2; - float dy2 = y3-y2; - float dx = x3-x0; - float dy = y3-y0; - float longlen = (float) (STBTT_sqrt(dx0*dx0+dy0*dy0)+STBTT_sqrt(dx1*dx1+dy1*dy1)+STBTT_sqrt(dx2*dx2+dy2*dy2)); - float shortlen = (float) STBTT_sqrt(dx*dx+dy*dy); - float flatness_squared = longlen*longlen-shortlen*shortlen; - - if (n > 16) // 65536 segments on one curve better be enough! - return; - - if (flatness_squared > objspace_flatness_squared) { - float x01 = (x0+x1)/2; - float y01 = (y0+y1)/2; - float x12 = (x1+x2)/2; - float y12 = (y1+y2)/2; - float x23 = (x2+x3)/2; - float y23 = (y2+y3)/2; - - float xa = (x01+x12)/2; - float ya = (y01+y12)/2; - float xb = (x12+x23)/2; - float yb = (y12+y23)/2; - - float mx = (xa+xb)/2; - float my = (ya+yb)/2; - - stbtt__tesselate_cubic(points, num_points, x0,y0, x01,y01, xa,ya, mx,my, objspace_flatness_squared,n+1); - stbtt__tesselate_cubic(points, num_points, mx,my, xb,yb, x23,y23, x3,y3, objspace_flatness_squared,n+1); - } else { - stbtt__add_point(points, *num_points,x3,y3); - *num_points = *num_points+1; - } -} - -// returns number of contours -static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userdata) -{ - stbtt__point *points=0; - int num_points=0; - - float objspace_flatness_squared = objspace_flatness * objspace_flatness; - int i,n=0,start=0, pass; - - // count how many "moves" there are to get the contour count - for (i=0; i < num_verts; ++i) - if (vertices[i].type == STBTT_vmove) - ++n; - - *num_contours = n; - if (n == 0) return 0; - - *contour_lengths = (int *) STBTT_malloc(sizeof(**contour_lengths) * n, userdata); - - if (*contour_lengths == 0) { - *num_contours = 0; - return 0; - } - - // make two passes through the points so we don't need to realloc - for (pass=0; pass < 2; ++pass) { - float x=0,y=0; - if (pass == 1) { - points = (stbtt__point *) STBTT_malloc(num_points * sizeof(points[0]), userdata); - if (points == NULL) goto error; - } - num_points = 0; - n= -1; - for (i=0; i < num_verts; ++i) { - switch (vertices[i].type) { - case STBTT_vmove: - // start the next contour - if (n >= 0) - (*contour_lengths)[n] = num_points - start; - ++n; - start = num_points; - - x = vertices[i].x, y = vertices[i].y; - stbtt__add_point(points, num_points++, x,y); - break; - case STBTT_vline: - x = vertices[i].x, y = vertices[i].y; - stbtt__add_point(points, num_points++, x, y); - break; - case STBTT_vcurve: - stbtt__tesselate_curve(points, &num_points, x,y, - vertices[i].cx, vertices[i].cy, - vertices[i].x, vertices[i].y, - objspace_flatness_squared, 0); - x = vertices[i].x, y = vertices[i].y; - break; - case STBTT_vcubic: - stbtt__tesselate_cubic(points, &num_points, x,y, - vertices[i].cx, vertices[i].cy, - vertices[i].cx1, vertices[i].cy1, - vertices[i].x, vertices[i].y, - objspace_flatness_squared, 0); - x = vertices[i].x, y = vertices[i].y; - break; - } - } - (*contour_lengths)[n] = num_points - start; - } - - return points; -error: - STBTT_free(points, userdata); - STBTT_free(*contour_lengths, userdata); - *contour_lengths = 0; - *num_contours = 0; - return NULL; -} - -STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void *userdata) -{ - float scale = scale_x > scale_y ? scale_y : scale_x; - int winding_count = 0; - int *winding_lengths = NULL; - stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &winding_lengths, &winding_count, userdata); - if (windings) { - stbtt__rasterize(result, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, userdata); - STBTT_free(winding_lengths, userdata); - STBTT_free(windings, userdata); - } -} - -STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) -{ - STBTT_free(bitmap, userdata); -} - -STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) -{ - int ix0,iy0,ix1,iy1; - stbtt__bitmap gbm; - stbtt_vertex *vertices; - int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); - - if (scale_x == 0) scale_x = scale_y; - if (scale_y == 0) { - if (scale_x == 0) { - STBTT_free(vertices, info->userdata); - return NULL; - } - scale_y = scale_x; - } - - stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, shift_y, &ix0,&iy0,&ix1,&iy1); - - // now we get the size - gbm.w = (ix1 - ix0); - gbm.h = (iy1 - iy0); - gbm.pixels = NULL; // in case we error - - if (width ) *width = gbm.w; - if (height) *height = gbm.h; - if (xoff ) *xoff = ix0; - if (yoff ) *yoff = iy0; - - if (gbm.w && gbm.h) { - gbm.pixels = (unsigned char *) STBTT_malloc(gbm.w * gbm.h, info->userdata); - if (gbm.pixels) { - gbm.stride = gbm.w; - - stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1, info->userdata); - } - } - STBTT_free(vertices, info->userdata); - return gbm.pixels; -} - -STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff) -{ - return stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y, 0.0f, 0.0f, glyph, width, height, xoff, yoff); -} - -STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph) -{ - int ix0,iy0; - stbtt_vertex *vertices; - int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); - stbtt__bitmap gbm; - - stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, shift_y, &ix0,&iy0,0,0); - gbm.pixels = output; - gbm.w = out_w; - gbm.h = out_h; - gbm.stride = out_stride; - - if (gbm.w && gbm.h) - stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0,iy0, 1, info->userdata); - - STBTT_free(vertices, info->userdata); -} - -STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph) -{ - stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f, glyph); -} - -STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff) -{ - return stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y,shift_x,shift_y, stbtt_FindGlyphIndex(info,codepoint), width,height,xoff,yoff); -} - -STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint) -{ - stbtt_MakeGlyphBitmapSubpixelPrefilter(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_FindGlyphIndex(info,codepoint)); -} - -STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint) -{ - stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, shift_y, stbtt_FindGlyphIndex(info,codepoint)); -} - -STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff) -{ - return stbtt_GetCodepointBitmapSubpixel(info, scale_x, scale_y, 0.0f,0.0f, codepoint, width,height,xoff,yoff); -} - -STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint) -{ - stbtt_MakeCodepointBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f, codepoint); -} - -////////////////////////////////////////////////////////////////////////////// -// -// bitmap baking -// -// This is SUPER-CRAPPY packing to keep source code small - -static int stbtt_BakeFontBitmap_internal(unsigned char *data, int offset, // font location (use offset=0 for plain .ttf) - float pixel_height, // height of font in pixels - unsigned char *pixels, int pw, int ph, // bitmap to be filled in - int first_char, int num_chars, // characters to bake - stbtt_bakedchar *chardata) -{ - float scale; - int x,y,bottom_y, i; - stbtt_fontinfo f; - f.userdata = NULL; - if (!stbtt_InitFont(&f, data, offset)) - return -1; - STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels - x=y=1; - bottom_y = 1; - - scale = stbtt_ScaleForPixelHeight(&f, pixel_height); - - for (i=0; i < num_chars; ++i) { - int advance, lsb, x0,y0,x1,y1,gw,gh; - int g = stbtt_FindGlyphIndex(&f, first_char + i); - stbtt_GetGlyphHMetrics(&f, g, &advance, &lsb); - stbtt_GetGlyphBitmapBox(&f, g, scale,scale, &x0,&y0,&x1,&y1); - gw = x1-x0; - gh = y1-y0; - if (x + gw + 1 >= pw) - y = bottom_y, x = 1; // advance to next row - if (y + gh + 1 >= ph) // check if it fits vertically AFTER potentially moving to next row - return -i; - STBTT_assert(x+gw < pw); - STBTT_assert(y+gh < ph); - stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g); - chardata[i].x0 = (stbtt_int16) x; - chardata[i].y0 = (stbtt_int16) y; - chardata[i].x1 = (stbtt_int16) (x + gw); - chardata[i].y1 = (stbtt_int16) (y + gh); - chardata[i].xadvance = scale * advance; - chardata[i].xoff = (float) x0; - chardata[i].yoff = (float) y0; - x = x + gw + 1; - if (y+gh+1 > bottom_y) - bottom_y = y+gh+1; - } - return bottom_y; -} - -STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule) -{ - float d3d_bias = opengl_fillrule ? 0 : -0.5f; - float ipw = 1.0f / pw, iph = 1.0f / ph; - const stbtt_bakedchar *b = chardata + char_index; - int round_x = STBTT_ifloor((*xpos + b->xoff) + 0.5f); - int round_y = STBTT_ifloor((*ypos + b->yoff) + 0.5f); - - q->x0 = round_x + d3d_bias; - q->y0 = round_y + d3d_bias; - q->x1 = round_x + b->x1 - b->x0 + d3d_bias; - q->y1 = round_y + b->y1 - b->y0 + d3d_bias; - - q->s0 = b->x0 * ipw; - q->t0 = b->y0 * iph; - q->s1 = b->x1 * ipw; - q->t1 = b->y1 * iph; - - *xpos += b->xadvance; -} - -////////////////////////////////////////////////////////////////////////////// -// -// rectangle packing replacement routines if you don't have stb_rect_pack.h -// - -#ifndef STB_RECT_PACK_VERSION - -typedef int stbrp_coord; - -//////////////////////////////////////////////////////////////////////////////////// -// // -// // -// COMPILER WARNING ?!?!? // -// // -// // -// if you get a compile warning due to these symbols being defined more than // -// once, move #include "stb_rect_pack.h" before #include "stb_truetype.h" // -// // -//////////////////////////////////////////////////////////////////////////////////// - -typedef struct -{ - int width,height; - int x,y,bottom_y; -} stbrp_context; - -typedef struct -{ - unsigned char x; -} stbrp_node; - -struct stbrp_rect -{ - stbrp_coord x,y; - int id,w,h,was_packed; -}; - -static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_node *nodes, int num_nodes) -{ - con->width = pw; - con->height = ph; - con->x = 0; - con->y = 0; - con->bottom_y = 0; - STBTT__NOTUSED(nodes); - STBTT__NOTUSED(num_nodes); -} - -static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int num_rects) -{ - int i; - for (i=0; i < num_rects; ++i) { - if (con->x + rects[i].w > con->width) { - con->x = 0; - con->y = con->bottom_y; - } - if (con->y + rects[i].h > con->height) - break; - rects[i].x = con->x; - rects[i].y = con->y; - rects[i].was_packed = 1; - con->x += rects[i].w; - if (con->y + rects[i].h > con->bottom_y) - con->bottom_y = con->y + rects[i].h; - } - for ( ; i < num_rects; ++i) - rects[i].was_packed = 0; -} -#endif - -////////////////////////////////////////////////////////////////////////////// -// -// bitmap baking -// -// This is SUPER-AWESOME (tm Ryan Gordon) packing using stb_rect_pack.h. If -// stb_rect_pack.h isn't available, it uses the BakeFontBitmap strategy. - -STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) -{ - stbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context); - int num_nodes = pw - padding; - stbrp_node *nodes = (stbrp_node *) STBTT_malloc(sizeof(*nodes ) * num_nodes,alloc_context); - - if (context == NULL || nodes == NULL) { - if (context != NULL) STBTT_free(context, alloc_context); - if (nodes != NULL) STBTT_free(nodes , alloc_context); - return 0; - } - - spc->user_allocator_context = alloc_context; - spc->width = pw; - spc->height = ph; - spc->pixels = pixels; - spc->pack_info = context; - spc->nodes = nodes; - spc->padding = padding; - spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; - spc->h_oversample = 1; - spc->v_oversample = 1; - spc->skip_missing = 0; - - stbrp_init_target(context, pw-padding, ph-padding, nodes, num_nodes); - - if (pixels) - STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels - - return 1; -} - -STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) -{ - STBTT_free(spc->nodes , spc->user_allocator_context); - STBTT_free(spc->pack_info, spc->user_allocator_context); -} - -STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample) -{ - STBTT_assert(h_oversample <= STBTT_MAX_OVERSAMPLE); - STBTT_assert(v_oversample <= STBTT_MAX_OVERSAMPLE); - if (h_oversample <= STBTT_MAX_OVERSAMPLE) - spc->h_oversample = h_oversample; - if (v_oversample <= STBTT_MAX_OVERSAMPLE) - spc->v_oversample = v_oversample; -} - -STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip) -{ - spc->skip_missing = skip; -} - -#define STBTT__OVER_MASK (STBTT_MAX_OVERSAMPLE-1) - -static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned int kernel_width) -{ - unsigned char buffer[STBTT_MAX_OVERSAMPLE]; - int safe_w = w - kernel_width; - int j; - STBTT_memset(buffer, 0, STBTT_MAX_OVERSAMPLE); // suppress bogus warning from VS2013 -analyze - for (j=0; j < h; ++j) { - int i; - unsigned int total; - STBTT_memset(buffer, 0, kernel_width); - - total = 0; - - // make kernel_width a constant in common cases so compiler can optimize out the divide - switch (kernel_width) { - case 2: - for (i=0; i <= safe_w; ++i) { - total += pixels[i] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; - pixels[i] = (unsigned char) (total / 2); - } - break; - case 3: - for (i=0; i <= safe_w; ++i) { - total += pixels[i] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; - pixels[i] = (unsigned char) (total / 3); - } - break; - case 4: - for (i=0; i <= safe_w; ++i) { - total += pixels[i] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; - pixels[i] = (unsigned char) (total / 4); - } - break; - case 5: - for (i=0; i <= safe_w; ++i) { - total += pixels[i] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; - pixels[i] = (unsigned char) (total / 5); - } - break; - default: - for (i=0; i <= safe_w; ++i) { - total += pixels[i] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i]; - pixels[i] = (unsigned char) (total / kernel_width); - } - break; - } - - for (; i < w; ++i) { - STBTT_assert(pixels[i] == 0); - total -= buffer[i & STBTT__OVER_MASK]; - pixels[i] = (unsigned char) (total / kernel_width); - } - - pixels += stride_in_bytes; - } -} - -static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned int kernel_width) -{ - unsigned char buffer[STBTT_MAX_OVERSAMPLE]; - int safe_h = h - kernel_width; - int j; - STBTT_memset(buffer, 0, STBTT_MAX_OVERSAMPLE); // suppress bogus warning from VS2013 -analyze - for (j=0; j < w; ++j) { - int i; - unsigned int total; - STBTT_memset(buffer, 0, kernel_width); - - total = 0; - - // make kernel_width a constant in common cases so compiler can optimize out the divide - switch (kernel_width) { - case 2: - for (i=0; i <= safe_h; ++i) { - total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; - pixels[i*stride_in_bytes] = (unsigned char) (total / 2); - } - break; - case 3: - for (i=0; i <= safe_h; ++i) { - total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; - pixels[i*stride_in_bytes] = (unsigned char) (total / 3); - } - break; - case 4: - for (i=0; i <= safe_h; ++i) { - total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; - pixels[i*stride_in_bytes] = (unsigned char) (total / 4); - } - break; - case 5: - for (i=0; i <= safe_h; ++i) { - total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; - pixels[i*stride_in_bytes] = (unsigned char) (total / 5); - } - break; - default: - for (i=0; i <= safe_h; ++i) { - total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; - buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; - pixels[i*stride_in_bytes] = (unsigned char) (total / kernel_width); - } - break; - } - - for (; i < h; ++i) { - STBTT_assert(pixels[i*stride_in_bytes] == 0); - total -= buffer[i & STBTT__OVER_MASK]; - pixels[i*stride_in_bytes] = (unsigned char) (total / kernel_width); - } - - pixels += 1; - } -} - -static float stbtt__oversample_shift(int oversample) -{ - if (!oversample) - return 0.0f; - - // The prefilter is a box filter of width "oversample", - // which shifts phase by (oversample - 1)/2 pixels in - // oversampled space. We want to shift in the opposite - // direction to counter this. - return (float)-(oversample - 1) / (2.0f * (float)oversample); -} - -// rects array must be big enough to accommodate all characters in the given ranges -STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects) -{ - int i,j,k; - int missing_glyph_added = 0; - - k=0; - for (i=0; i < num_ranges; ++i) { - float fh = ranges[i].font_size; - float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info, -fh); - ranges[i].h_oversample = (unsigned char) spc->h_oversample; - ranges[i].v_oversample = (unsigned char) spc->v_oversample; - for (j=0; j < ranges[i].num_chars; ++j) { - int x0,y0,x1,y1; - int codepoint = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j : ranges[i].array_of_unicode_codepoints[j]; - int glyph = stbtt_FindGlyphIndex(info, codepoint); - if (glyph == 0 && (spc->skip_missing || missing_glyph_added)) { - rects[k].w = rects[k].h = 0; - } else { - stbtt_GetGlyphBitmapBoxSubpixel(info,glyph, - scale * spc->h_oversample, - scale * spc->v_oversample, - 0,0, - &x0,&y0,&x1,&y1); - rects[k].w = (stbrp_coord) (x1-x0 + spc->padding + spc->h_oversample-1); - rects[k].h = (stbrp_coord) (y1-y0 + spc->padding + spc->v_oversample-1); - if (glyph == 0) - missing_glyph_added = 1; - } - ++k; - } - } - - return k; -} - -STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int glyph) -{ - stbtt_MakeGlyphBitmapSubpixel(info, - output, - out_w - (prefilter_x - 1), - out_h - (prefilter_y - 1), - out_stride, - scale_x, - scale_y, - shift_x, - shift_y, - glyph); - - if (prefilter_x > 1) - stbtt__h_prefilter(output, out_w, out_h, out_stride, prefilter_x); - - if (prefilter_y > 1) - stbtt__v_prefilter(output, out_w, out_h, out_stride, prefilter_y); - - *sub_x = stbtt__oversample_shift(prefilter_x); - *sub_y = stbtt__oversample_shift(prefilter_y); -} - -// rects array must be big enough to accommodate all characters in the given ranges -STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects) -{ - int i,j,k, missing_glyph = -1, return_value = 1; - - // save current values - int old_h_over = spc->h_oversample; - int old_v_over = spc->v_oversample; - - k = 0; - for (i=0; i < num_ranges; ++i) { - float fh = ranges[i].font_size; - float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info, -fh); - float recip_h,recip_v,sub_x,sub_y; - spc->h_oversample = ranges[i].h_oversample; - spc->v_oversample = ranges[i].v_oversample; - recip_h = 1.0f / spc->h_oversample; - recip_v = 1.0f / spc->v_oversample; - sub_x = stbtt__oversample_shift(spc->h_oversample); - sub_y = stbtt__oversample_shift(spc->v_oversample); - for (j=0; j < ranges[i].num_chars; ++j) { - stbrp_rect *r = &rects[k]; - if (r->was_packed && r->w != 0 && r->h != 0) { - stbtt_packedchar *bc = &ranges[i].chardata_for_range[j]; - int advance, lsb, x0,y0,x1,y1; - int codepoint = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j : ranges[i].array_of_unicode_codepoints[j]; - int glyph = stbtt_FindGlyphIndex(info, codepoint); - stbrp_coord pad = (stbrp_coord) spc->padding; - - // pad on left and top - r->x += pad; - r->y += pad; - r->w -= pad; - r->h -= pad; - stbtt_GetGlyphHMetrics(info, glyph, &advance, &lsb); - stbtt_GetGlyphBitmapBox(info, glyph, - scale * spc->h_oversample, - scale * spc->v_oversample, - &x0,&y0,&x1,&y1); - stbtt_MakeGlyphBitmapSubpixel(info, - spc->pixels + r->x + r->y*spc->stride_in_bytes, - r->w - spc->h_oversample+1, - r->h - spc->v_oversample+1, - spc->stride_in_bytes, - scale * spc->h_oversample, - scale * spc->v_oversample, - 0,0, - glyph); - - if (spc->h_oversample > 1) - stbtt__h_prefilter(spc->pixels + r->x + r->y*spc->stride_in_bytes, - r->w, r->h, spc->stride_in_bytes, - spc->h_oversample); - - if (spc->v_oversample > 1) - stbtt__v_prefilter(spc->pixels + r->x + r->y*spc->stride_in_bytes, - r->w, r->h, spc->stride_in_bytes, - spc->v_oversample); - - bc->x0 = (stbtt_int16) r->x; - bc->y0 = (stbtt_int16) r->y; - bc->x1 = (stbtt_int16) (r->x + r->w); - bc->y1 = (stbtt_int16) (r->y + r->h); - bc->xadvance = scale * advance; - bc->xoff = (float) x0 * recip_h + sub_x; - bc->yoff = (float) y0 * recip_v + sub_y; - bc->xoff2 = (x0 + r->w) * recip_h + sub_x; - bc->yoff2 = (y0 + r->h) * recip_v + sub_y; - - if (glyph == 0) - missing_glyph = j; - } else if (spc->skip_missing) { - return_value = 0; - } else if (r->was_packed && r->w == 0 && r->h == 0 && missing_glyph >= 0) { - ranges[i].chardata_for_range[j] = ranges[i].chardata_for_range[missing_glyph]; - } else { - return_value = 0; // if any fail, report failure - } - - ++k; - } - } - - // restore original values - spc->h_oversample = old_h_over; - spc->v_oversample = old_v_over; - - return return_value; -} - -STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_rects) -{ - stbrp_pack_rects((stbrp_context *) spc->pack_info, rects, num_rects); -} - -STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, stbtt_pack_range *ranges, int num_ranges) -{ - stbtt_fontinfo info; - int i, j, n, return_value; // [DEAR IMGUI] removed = 1; - //stbrp_context *context = (stbrp_context *) spc->pack_info; - stbrp_rect *rects; - - // flag all characters as NOT packed - for (i=0; i < num_ranges; ++i) - for (j=0; j < ranges[i].num_chars; ++j) - ranges[i].chardata_for_range[j].x0 = - ranges[i].chardata_for_range[j].y0 = - ranges[i].chardata_for_range[j].x1 = - ranges[i].chardata_for_range[j].y1 = 0; - - n = 0; - for (i=0; i < num_ranges; ++i) - n += ranges[i].num_chars; - - rects = (stbrp_rect *) STBTT_malloc(sizeof(*rects) * n, spc->user_allocator_context); - if (rects == NULL) - return 0; - - info.userdata = spc->user_allocator_context; - stbtt_InitFont(&info, fontdata, stbtt_GetFontOffsetForIndex(fontdata,font_index)); - - n = stbtt_PackFontRangesGatherRects(spc, &info, ranges, num_ranges, rects); - - stbtt_PackFontRangesPackRects(spc, rects, n); - - return_value = stbtt_PackFontRangesRenderIntoRects(spc, &info, ranges, num_ranges, rects); - - STBTT_free(rects, spc->user_allocator_context); - return return_value; -} - -STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size, - int first_unicode_codepoint_in_range, int num_chars_in_range, stbtt_packedchar *chardata_for_range) -{ - stbtt_pack_range range; - range.first_unicode_codepoint_in_range = first_unicode_codepoint_in_range; - range.array_of_unicode_codepoints = NULL; - range.num_chars = num_chars_in_range; - range.chardata_for_range = chardata_for_range; - range.font_size = font_size; - return stbtt_PackFontRanges(spc, fontdata, font_index, &range, 1); -} - -STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap) -{ - int i_ascent, i_descent, i_lineGap; - float scale; - stbtt_fontinfo info; - stbtt_InitFont(&info, fontdata, stbtt_GetFontOffsetForIndex(fontdata, index)); - scale = size > 0 ? stbtt_ScaleForPixelHeight(&info, size) : stbtt_ScaleForMappingEmToPixels(&info, -size); - stbtt_GetFontVMetrics(&info, &i_ascent, &i_descent, &i_lineGap); - *ascent = (float) i_ascent * scale; - *descent = (float) i_descent * scale; - *lineGap = (float) i_lineGap * scale; -} - -STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer) -{ - float ipw = 1.0f / pw, iph = 1.0f / ph; - const stbtt_packedchar *b = chardata + char_index; - - if (align_to_integer) { - float x = (float) STBTT_ifloor((*xpos + b->xoff) + 0.5f); - float y = (float) STBTT_ifloor((*ypos + b->yoff) + 0.5f); - q->x0 = x; - q->y0 = y; - q->x1 = x + b->xoff2 - b->xoff; - q->y1 = y + b->yoff2 - b->yoff; - } else { - q->x0 = *xpos + b->xoff; - q->y0 = *ypos + b->yoff; - q->x1 = *xpos + b->xoff2; - q->y1 = *ypos + b->yoff2; - } - - q->s0 = b->x0 * ipw; - q->t0 = b->y0 * iph; - q->s1 = b->x1 * ipw; - q->t1 = b->y1 * iph; - - *xpos += b->xadvance; -} - -////////////////////////////////////////////////////////////////////////////// -// -// sdf computation -// - -#define STBTT_min(a,b) ((a) < (b) ? (a) : (b)) -#define STBTT_max(a,b) ((a) < (b) ? (b) : (a)) - -static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], float q0[2], float q1[2], float q2[2], float hits[2][2]) -{ - float q0perp = q0[1]*ray[0] - q0[0]*ray[1]; - float q1perp = q1[1]*ray[0] - q1[0]*ray[1]; - float q2perp = q2[1]*ray[0] - q2[0]*ray[1]; - float roperp = orig[1]*ray[0] - orig[0]*ray[1]; - - float a = q0perp - 2*q1perp + q2perp; - float b = q1perp - q0perp; - float c = q0perp - roperp; - - float s0 = 0., s1 = 0.; - int num_s = 0; - - if (a != 0.0) { - float discr = b*b - a*c; - if (discr > 0.0) { - float rcpna = -1 / a; - float d = (float) STBTT_sqrt(discr); - s0 = (b+d) * rcpna; - s1 = (b-d) * rcpna; - if (s0 >= 0.0 && s0 <= 1.0) - num_s = 1; - if (d > 0.0 && s1 >= 0.0 && s1 <= 1.0) { - if (num_s == 0) s0 = s1; - ++num_s; - } - } - } else { - // 2*b*s + c = 0 - // s = -c / (2*b) - s0 = c / (-2 * b); - if (s0 >= 0.0 && s0 <= 1.0) - num_s = 1; - } - - if (num_s == 0) - return 0; - else { - float rcp_len2 = 1 / (ray[0]*ray[0] + ray[1]*ray[1]); - float rayn_x = ray[0] * rcp_len2, rayn_y = ray[1] * rcp_len2; - - float q0d = q0[0]*rayn_x + q0[1]*rayn_y; - float q1d = q1[0]*rayn_x + q1[1]*rayn_y; - float q2d = q2[0]*rayn_x + q2[1]*rayn_y; - float rod = orig[0]*rayn_x + orig[1]*rayn_y; - - float q10d = q1d - q0d; - float q20d = q2d - q0d; - float q0rd = q0d - rod; - - hits[0][0] = q0rd + s0*(2.0f - 2.0f*s0)*q10d + s0*s0*q20d; - hits[0][1] = a*s0+b; - - if (num_s > 1) { - hits[1][0] = q0rd + s1*(2.0f - 2.0f*s1)*q10d + s1*s1*q20d; - hits[1][1] = a*s1+b; - return 2; - } else { - return 1; - } - } -} - -static int equal(float *a, float *b) -{ - return (a[0] == b[0] && a[1] == b[1]); -} - -static int stbtt__compute_crossings_x(float x, float y, int nverts, stbtt_vertex *verts) -{ - int i; - float orig[2], ray[2] = { 1, 0 }; - float y_frac; - int winding = 0; - - // make sure y never passes through a vertex of the shape - y_frac = (float) STBTT_fmod(y, 1.0f); - if (y_frac < 0.01f) - y += 0.01f; - else if (y_frac > 0.99f) - y -= 0.01f; - - orig[0] = x; - orig[1] = y; - - // test a ray from (-infinity,y) to (x,y) - for (i=0; i < nverts; ++i) { - if (verts[i].type == STBTT_vline) { - int x0 = (int) verts[i-1].x, y0 = (int) verts[i-1].y; - int x1 = (int) verts[i ].x, y1 = (int) verts[i ].y; - if (y > STBTT_min(y0,y1) && y < STBTT_max(y0,y1) && x > STBTT_min(x0,x1)) { - float x_inter = (y - y0) / (y1 - y0) * (x1-x0) + x0; - if (x_inter < x) - winding += (y0 < y1) ? 1 : -1; - } - } - if (verts[i].type == STBTT_vcurve) { - int x0 = (int) verts[i-1].x , y0 = (int) verts[i-1].y ; - int x1 = (int) verts[i ].cx, y1 = (int) verts[i ].cy; - int x2 = (int) verts[i ].x , y2 = (int) verts[i ].y ; - int ax = STBTT_min(x0,STBTT_min(x1,x2)), ay = STBTT_min(y0,STBTT_min(y1,y2)); - int by = STBTT_max(y0,STBTT_max(y1,y2)); - if (y > ay && y < by && x > ax) { - float q0[2],q1[2],q2[2]; - float hits[2][2]; - q0[0] = (float)x0; - q0[1] = (float)y0; - q1[0] = (float)x1; - q1[1] = (float)y1; - q2[0] = (float)x2; - q2[1] = (float)y2; - if (equal(q0,q1) || equal(q1,q2)) { - x0 = (int)verts[i-1].x; - y0 = (int)verts[i-1].y; - x1 = (int)verts[i ].x; - y1 = (int)verts[i ].y; - if (y > STBTT_min(y0,y1) && y < STBTT_max(y0,y1) && x > STBTT_min(x0,x1)) { - float x_inter = (y - y0) / (y1 - y0) * (x1-x0) + x0; - if (x_inter < x) - winding += (y0 < y1) ? 1 : -1; - } - } else { - int num_hits = stbtt__ray_intersect_bezier(orig, ray, q0, q1, q2, hits); - if (num_hits >= 1) - if (hits[0][0] < 0) - winding += (hits[0][1] < 0 ? -1 : 1); - if (num_hits >= 2) - if (hits[1][0] < 0) - winding += (hits[1][1] < 0 ? -1 : 1); - } - } - } - } - return winding; -} - -static float stbtt__cuberoot( float x ) -{ - if (x<0) - return -(float) STBTT_pow(-x,1.0f/3.0f); - else - return (float) STBTT_pow( x,1.0f/3.0f); -} - -// x^3 + a*x^2 + b*x + c = 0 -static int stbtt__solve_cubic(float a, float b, float c, float* r) -{ - float s = -a / 3; - float p = b - a*a / 3; - float q = a * (2*a*a - 9*b) / 27 + c; - float p3 = p*p*p; - float d = q*q + 4*p3 / 27; - if (d >= 0) { - float z = (float) STBTT_sqrt(d); - float u = (-q + z) / 2; - float v = (-q - z) / 2; - u = stbtt__cuberoot(u); - v = stbtt__cuberoot(v); - r[0] = s + u + v; - return 1; - } else { - float u = (float) STBTT_sqrt(-p/3); - float v = (float) STBTT_acos(-STBTT_sqrt(-27/p3) * q / 2) / 3; // p3 must be negative, since d is negative - float m = (float) STBTT_cos(v); - float n = (float) STBTT_cos(v-3.141592/2)*1.732050808f; - r[0] = s + u * 2 * m; - r[1] = s - u * (m + n); - r[2] = s - u * (m - n); - - //STBTT_assert( STBTT_fabs(((r[0]+a)*r[0]+b)*r[0]+c) < 0.05f); // these asserts may not be safe at all scales, though they're in bezier t parameter units so maybe? - //STBTT_assert( STBTT_fabs(((r[1]+a)*r[1]+b)*r[1]+c) < 0.05f); - //STBTT_assert( STBTT_fabs(((r[2]+a)*r[2]+b)*r[2]+c) < 0.05f); - return 3; - } -} - -STBTT_DEF unsigned char * stbtt_GetGlyphSDF(const stbtt_fontinfo *info, float scale, int glyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff) -{ - float scale_x = scale, scale_y = scale; - int ix0,iy0,ix1,iy1; - int w,h; - unsigned char *data; - - if (scale == 0) return NULL; - - stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale, scale, 0.0f,0.0f, &ix0,&iy0,&ix1,&iy1); - - // if empty, return NULL - if (ix0 == ix1 || iy0 == iy1) - return NULL; - - ix0 -= padding; - iy0 -= padding; - ix1 += padding; - iy1 += padding; - - w = (ix1 - ix0); - h = (iy1 - iy0); - - if (width ) *width = w; - if (height) *height = h; - if (xoff ) *xoff = ix0; - if (yoff ) *yoff = iy0; - - // invert for y-downwards bitmaps - scale_y = -scale_y; - - { - int x,y,i,j; - float *precompute; - stbtt_vertex *verts; - int num_verts = stbtt_GetGlyphShape(info, glyph, &verts); - data = (unsigned char *) STBTT_malloc(w * h, info->userdata); - precompute = (float *) STBTT_malloc(num_verts * sizeof(float), info->userdata); - - for (i=0,j=num_verts-1; i < num_verts; j=i++) { - if (verts[i].type == STBTT_vline) { - float x0 = verts[i].x*scale_x, y0 = verts[i].y*scale_y; - float x1 = verts[j].x*scale_x, y1 = verts[j].y*scale_y; - float dist = (float) STBTT_sqrt((x1-x0)*(x1-x0) + (y1-y0)*(y1-y0)); - precompute[i] = (dist == 0) ? 0.0f : 1.0f / dist; - } else if (verts[i].type == STBTT_vcurve) { - float x2 = verts[j].x *scale_x, y2 = verts[j].y *scale_y; - float x1 = verts[i].cx*scale_x, y1 = verts[i].cy*scale_y; - float x0 = verts[i].x *scale_x, y0 = verts[i].y *scale_y; - float bx = x0 - 2*x1 + x2, by = y0 - 2*y1 + y2; - float len2 = bx*bx + by*by; - if (len2 != 0.0f) - precompute[i] = 1.0f / (bx*bx + by*by); - else - precompute[i] = 0.0f; - } else - precompute[i] = 0.0f; - } - - for (y=iy0; y < iy1; ++y) { - for (x=ix0; x < ix1; ++x) { - float val; - float min_dist = 999999.0f; - float sx = (float) x + 0.5f; - float sy = (float) y + 0.5f; - float x_gspace = (sx / scale_x); - float y_gspace = (sy / scale_y); - - int winding = stbtt__compute_crossings_x(x_gspace, y_gspace, num_verts, verts); // @OPTIMIZE: this could just be a rasterization, but needs to be line vs. non-tesselated curves so a new path - - for (i=0; i < num_verts; ++i) { - float x0 = verts[i].x*scale_x, y0 = verts[i].y*scale_y; - - if (verts[i].type == STBTT_vline && precompute[i] != 0.0f) { - float x1 = verts[i-1].x*scale_x, y1 = verts[i-1].y*scale_y; - - float dist,dist2 = (x0-sx)*(x0-sx) + (y0-sy)*(y0-sy); - if (dist2 < min_dist*min_dist) - min_dist = (float) STBTT_sqrt(dist2); - - // coarse culling against bbox - //if (sx > STBTT_min(x0,x1)-min_dist && sx < STBTT_max(x0,x1)+min_dist && - // sy > STBTT_min(y0,y1)-min_dist && sy < STBTT_max(y0,y1)+min_dist) - dist = (float) STBTT_fabs((x1-x0)*(y0-sy) - (y1-y0)*(x0-sx)) * precompute[i]; - STBTT_assert(i != 0); - if (dist < min_dist) { - // check position along line - // x' = x0 + t*(x1-x0), y' = y0 + t*(y1-y0) - // minimize (x'-sx)*(x'-sx)+(y'-sy)*(y'-sy) - float dx = x1-x0, dy = y1-y0; - float px = x0-sx, py = y0-sy; - // minimize (px+t*dx)^2 + (py+t*dy)^2 = px*px + 2*px*dx*t + t^2*dx*dx + py*py + 2*py*dy*t + t^2*dy*dy - // derivative: 2*px*dx + 2*py*dy + (2*dx*dx+2*dy*dy)*t, set to 0 and solve - float t = -(px*dx + py*dy) / (dx*dx + dy*dy); - if (t >= 0.0f && t <= 1.0f) - min_dist = dist; - } - } else if (verts[i].type == STBTT_vcurve) { - float x2 = verts[i-1].x *scale_x, y2 = verts[i-1].y *scale_y; - float x1 = verts[i ].cx*scale_x, y1 = verts[i ].cy*scale_y; - float box_x0 = STBTT_min(STBTT_min(x0,x1),x2); - float box_y0 = STBTT_min(STBTT_min(y0,y1),y2); - float box_x1 = STBTT_max(STBTT_max(x0,x1),x2); - float box_y1 = STBTT_max(STBTT_max(y0,y1),y2); - // coarse culling against bbox to avoid computing cubic unnecessarily - if (sx > box_x0-min_dist && sx < box_x1+min_dist && sy > box_y0-min_dist && sy < box_y1+min_dist) { - int num=0; - float ax = x1-x0, ay = y1-y0; - float bx = x0 - 2*x1 + x2, by = y0 - 2*y1 + y2; - float mx = x0 - sx, my = y0 - sy; - float res[3] = {0.f,0.f,0.f}; - float px,py,t,it,dist2; - float a_inv = precompute[i]; - if (a_inv == 0.0) { // if a_inv is 0, it's 2nd degree so use quadratic formula - float a = 3*(ax*bx + ay*by); - float b = 2*(ax*ax + ay*ay) + (mx*bx+my*by); - float c = mx*ax+my*ay; - if (a == 0.0) { // if a is 0, it's linear - if (b != 0.0) { - res[num++] = -c/b; - } - } else { - float discriminant = b*b - 4*a*c; - if (discriminant < 0) - num = 0; - else { - float root = (float) STBTT_sqrt(discriminant); - res[0] = (-b - root)/(2*a); - res[1] = (-b + root)/(2*a); - num = 2; // don't bother distinguishing 1-solution case, as code below will still work - } - } - } else { - float b = 3*(ax*bx + ay*by) * a_inv; // could precompute this as it doesn't depend on sample point - float c = (2*(ax*ax + ay*ay) + (mx*bx+my*by)) * a_inv; - float d = (mx*ax+my*ay) * a_inv; - num = stbtt__solve_cubic(b, c, d, res); - } - dist2 = (x0-sx)*(x0-sx) + (y0-sy)*(y0-sy); - if (dist2 < min_dist*min_dist) - min_dist = (float) STBTT_sqrt(dist2); - - if (num >= 1 && res[0] >= 0.0f && res[0] <= 1.0f) { - t = res[0], it = 1.0f - t; - px = it*it*x0 + 2*t*it*x1 + t*t*x2; - py = it*it*y0 + 2*t*it*y1 + t*t*y2; - dist2 = (px-sx)*(px-sx) + (py-sy)*(py-sy); - if (dist2 < min_dist * min_dist) - min_dist = (float) STBTT_sqrt(dist2); - } - if (num >= 2 && res[1] >= 0.0f && res[1] <= 1.0f) { - t = res[1], it = 1.0f - t; - px = it*it*x0 + 2*t*it*x1 + t*t*x2; - py = it*it*y0 + 2*t*it*y1 + t*t*y2; - dist2 = (px-sx)*(px-sx) + (py-sy)*(py-sy); - if (dist2 < min_dist * min_dist) - min_dist = (float) STBTT_sqrt(dist2); - } - if (num >= 3 && res[2] >= 0.0f && res[2] <= 1.0f) { - t = res[2], it = 1.0f - t; - px = it*it*x0 + 2*t*it*x1 + t*t*x2; - py = it*it*y0 + 2*t*it*y1 + t*t*y2; - dist2 = (px-sx)*(px-sx) + (py-sy)*(py-sy); - if (dist2 < min_dist * min_dist) - min_dist = (float) STBTT_sqrt(dist2); - } - } - } - } - if (winding == 0) - min_dist = -min_dist; // if outside the shape, value is negative - val = onedge_value + pixel_dist_scale * min_dist; - if (val < 0) - val = 0; - else if (val > 255) - val = 255; - data[(y-iy0)*w+(x-ix0)] = (unsigned char) val; - } - } - STBTT_free(precompute, info->userdata); - STBTT_free(verts, info->userdata); - } - return data; -} - -STBTT_DEF unsigned char * stbtt_GetCodepointSDF(const stbtt_fontinfo *info, float scale, int codepoint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff) -{ - return stbtt_GetGlyphSDF(info, scale, stbtt_FindGlyphIndex(info, codepoint), padding, onedge_value, pixel_dist_scale, width, height, xoff, yoff); -} - -STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata) -{ - STBTT_free(bitmap, userdata); -} - -////////////////////////////////////////////////////////////////////////////// -// -// font name matching -- recommended not to use this -// - -// check if a utf8 string contains a prefix which is the utf16 string; if so return length of matching utf8 string -static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint8 *s1, stbtt_int32 len1, stbtt_uint8 *s2, stbtt_int32 len2) -{ - stbtt_int32 i=0; - - // convert utf16 to utf8 and compare the results while converting - while (len2) { - stbtt_uint16 ch = s2[0]*256 + s2[1]; - if (ch < 0x80) { - if (i >= len1) return -1; - if (s1[i++] != ch) return -1; - } else if (ch < 0x800) { - if (i+1 >= len1) return -1; - if (s1[i++] != 0xc0 + (ch >> 6)) return -1; - if (s1[i++] != 0x80 + (ch & 0x3f)) return -1; - } else if (ch >= 0xd800 && ch < 0xdc00) { - stbtt_uint32 c; - stbtt_uint16 ch2 = s2[2]*256 + s2[3]; - if (i+3 >= len1) return -1; - c = ((ch - 0xd800) << 10) + (ch2 - 0xdc00) + 0x10000; - if (s1[i++] != 0xf0 + (c >> 18)) return -1; - if (s1[i++] != 0x80 + ((c >> 12) & 0x3f)) return -1; - if (s1[i++] != 0x80 + ((c >> 6) & 0x3f)) return -1; - if (s1[i++] != 0x80 + ((c ) & 0x3f)) return -1; - s2 += 2; // plus another 2 below - len2 -= 2; - } else if (ch >= 0xdc00 && ch < 0xe000) { - return -1; - } else { - if (i+2 >= len1) return -1; - if (s1[i++] != 0xe0 + (ch >> 12)) return -1; - if (s1[i++] != 0x80 + ((ch >> 6) & 0x3f)) return -1; - if (s1[i++] != 0x80 + ((ch ) & 0x3f)) return -1; - } - s2 += 2; - len2 -= 2; - } - return i; -} - -static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len1, char *s2, int len2) -{ - return len1 == stbtt__CompareUTF8toUTF16_bigendian_prefix((stbtt_uint8*) s1, len1, (stbtt_uint8*) s2, len2); -} - -// returns results in whatever encoding you request... but note that 2-byte encodings -// will be BIG-ENDIAN... use stbtt_CompareUTF8toUTF16_bigendian() to compare -STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID) -{ - stbtt_int32 i,count,stringOffset; - stbtt_uint8 *fc = font->data; - stbtt_uint32 offset = font->fontstart; - stbtt_uint32 nm = stbtt__find_table(fc, offset, "name"); - if (!nm) return NULL; - - count = ttUSHORT(fc+nm+2); - stringOffset = nm + ttUSHORT(fc+nm+4); - for (i=0; i < count; ++i) { - stbtt_uint32 loc = nm + 6 + 12 * i; - if (platformID == ttUSHORT(fc+loc+0) && encodingID == ttUSHORT(fc+loc+2) - && languageID == ttUSHORT(fc+loc+4) && nameID == ttUSHORT(fc+loc+6)) { - *length = ttUSHORT(fc+loc+8); - return (const char *) (fc+stringOffset+ttUSHORT(fc+loc+10)); - } - } - return NULL; -} - -static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, stbtt_int32 target_id, stbtt_int32 next_id) -{ - stbtt_int32 i; - stbtt_int32 count = ttUSHORT(fc+nm+2); - stbtt_int32 stringOffset = nm + ttUSHORT(fc+nm+4); - - for (i=0; i < count; ++i) { - stbtt_uint32 loc = nm + 6 + 12 * i; - stbtt_int32 id = ttUSHORT(fc+loc+6); - if (id == target_id) { - // find the encoding - stbtt_int32 platform = ttUSHORT(fc+loc+0), encoding = ttUSHORT(fc+loc+2), language = ttUSHORT(fc+loc+4); - - // is this a Unicode encoding? - if (platform == 0 || (platform == 3 && encoding == 1) || (platform == 3 && encoding == 10)) { - stbtt_int32 slen = ttUSHORT(fc+loc+8); - stbtt_int32 off = ttUSHORT(fc+loc+10); - - // check if there's a prefix match - stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,slen); - if (matchlen >= 0) { - // check for target_id+1 immediately following, with same encoding & language - if (i+1 < count && ttUSHORT(fc+loc+12+6) == next_id && ttUSHORT(fc+loc+12) == platform && ttUSHORT(fc+loc+12+2) == encoding && ttUSHORT(fc+loc+12+4) == language) { - slen = ttUSHORT(fc+loc+12+8); - off = ttUSHORT(fc+loc+12+10); - if (slen == 0) { - if (matchlen == nlen) - return 1; - } else if (matchlen < nlen && name[matchlen] == ' ') { - ++matchlen; - if (stbtt_CompareUTF8toUTF16_bigendian_internal((char*) (name+matchlen), nlen-matchlen, (char*)(fc+stringOffset+off),slen)) - return 1; - } - } else { - // if nothing immediately following - if (matchlen == nlen) - return 1; - } - } - } - - // @TODO handle other encodings - } - } - return 0; -} - -static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_uint8 *name, stbtt_int32 flags) -{ - stbtt_int32 nlen = (stbtt_int32) STBTT_strlen((char *) name); - stbtt_uint32 nm,hd; - if (!stbtt__isfont(fc+offset)) return 0; - - // check italics/bold/underline flags in macStyle... - if (flags) { - hd = stbtt__find_table(fc, offset, "head"); - if ((ttUSHORT(fc+hd+44) & 7) != (flags & 7)) return 0; - } - - nm = stbtt__find_table(fc, offset, "name"); - if (!nm) return 0; - - if (flags) { - // if we checked the macStyle flags, then just check the family and ignore the subfamily - if (stbtt__matchpair(fc, nm, name, nlen, 16, -1)) return 1; - if (stbtt__matchpair(fc, nm, name, nlen, 1, -1)) return 1; - if (stbtt__matchpair(fc, nm, name, nlen, 3, -1)) return 1; - } else { - if (stbtt__matchpair(fc, nm, name, nlen, 16, 17)) return 1; - if (stbtt__matchpair(fc, nm, name, nlen, 1, 2)) return 1; - if (stbtt__matchpair(fc, nm, name, nlen, 3, -1)) return 1; - } - - return 0; -} - -static int stbtt_FindMatchingFont_internal(unsigned char *font_collection, char *name_utf8, stbtt_int32 flags) -{ - stbtt_int32 i; - for (i=0;;++i) { - stbtt_int32 off = stbtt_GetFontOffsetForIndex(font_collection, i); - if (off < 0) return off; - if (stbtt__matches((stbtt_uint8 *) font_collection, off, (stbtt_uint8*) name_utf8, flags)) - return off; - } -} - -#if defined(__GNUC__) || defined(__clang__) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wcast-qual" -#endif - -STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, - float pixel_height, unsigned char *pixels, int pw, int ph, - int first_char, int num_chars, stbtt_bakedchar *chardata) -{ - return stbtt_BakeFontBitmap_internal((unsigned char *) data, offset, pixel_height, pixels, pw, ph, first_char, num_chars, chardata); -} - -STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int index) -{ - return stbtt_GetFontOffsetForIndex_internal((unsigned char *) data, index); -} - -STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data) -{ - return stbtt_GetNumberOfFonts_internal((unsigned char *) data); -} - -STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *data, int offset) -{ - return stbtt_InitFont_internal(info, (unsigned char *) data, offset); -} - -STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags) -{ - return stbtt_FindMatchingFont_internal((unsigned char *) fontdata, (char *) name, flags); -} - -STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2) -{ - return stbtt_CompareUTF8toUTF16_bigendian_internal((char *) s1, len1, (char *) s2, len2); -} - -#if defined(__GNUC__) || defined(__clang__) -#pragma GCC diagnostic pop -#endif - -#endif // STB_TRUETYPE_IMPLEMENTATION - - -// FULL VERSION HISTORY -// -// 1.25 (2021-07-11) many fixes -// 1.24 (2020-02-05) fix warning -// 1.23 (2020-02-02) query SVG data for glyphs; query whole kerning table (but only kern not GPOS) -// 1.22 (2019-08-11) minimize missing-glyph duplication; fix kerning if both 'GPOS' and 'kern' are defined -// 1.21 (2019-02-25) fix warning -// 1.20 (2019-02-07) PackFontRange skips missing codepoints; GetScaleFontVMetrics() -// 1.19 (2018-02-11) OpenType GPOS kerning (horizontal only), STBTT_fmod -// 1.18 (2018-01-29) add missing function -// 1.17 (2017-07-23) make more arguments const; doc fix -// 1.16 (2017-07-12) SDF support -// 1.15 (2017-03-03) make more arguments const -// 1.14 (2017-01-16) num-fonts-in-TTC function -// 1.13 (2017-01-02) support OpenType fonts, certain Apple fonts -// 1.12 (2016-10-25) suppress warnings about casting away const with -Wcast-qual -// 1.11 (2016-04-02) fix unused-variable warning -// 1.10 (2016-04-02) allow user-defined fabs() replacement -// fix memory leak if fontsize=0.0 -// fix warning from duplicate typedef -// 1.09 (2016-01-16) warning fix; avoid crash on outofmem; use alloc userdata for PackFontRanges -// 1.08 (2015-09-13) document stbtt_Rasterize(); fixes for vertical & horizontal edges -// 1.07 (2015-08-01) allow PackFontRanges to accept arrays of sparse codepoints; -// allow PackFontRanges to pack and render in separate phases; -// fix stbtt_GetFontOFfsetForIndex (never worked for non-0 input?); -// fixed an assert() bug in the new rasterizer -// replace assert() with STBTT_assert() in new rasterizer -// 1.06 (2015-07-14) performance improvements (~35% faster on x86 and x64 on test machine) -// also more precise AA rasterizer, except if shapes overlap -// remove need for STBTT_sort -// 1.05 (2015-04-15) fix misplaced definitions for STBTT_STATIC -// 1.04 (2015-04-15) typo in example -// 1.03 (2015-04-12) STBTT_STATIC, fix memory leak in new packing, various fixes -// 1.02 (2014-12-10) fix various warnings & compile issues w/ stb_rect_pack, C++ -// 1.01 (2014-12-08) fix subpixel position when oversampling to exactly match -// non-oversampled; STBTT_POINT_SIZE for packed case only -// 1.00 (2014-12-06) add new PackBegin etc. API, w/ support for oversampling -// 0.99 (2014-09-18) fix multiple bugs with subpixel rendering (ryg) -// 0.9 (2014-08-07) support certain mac/iOS fonts without an MS platformID -// 0.8b (2014-07-07) fix a warning -// 0.8 (2014-05-25) fix a few more warnings -// 0.7 (2013-09-25) bugfix: subpixel glyph bug fixed in 0.5 had come back -// 0.6c (2012-07-24) improve documentation -// 0.6b (2012-07-20) fix a few more warnings -// 0.6 (2012-07-17) fix warnings; added stbtt_ScaleForMappingEmToPixels, -// stbtt_GetFontBoundingBox, stbtt_IsGlyphEmpty -// 0.5 (2011-12-09) bugfixes: -// subpixel glyph renderer computed wrong bounding box -// first vertex of shape can be off-curve (FreeSans) -// 0.4b (2011-12-03) fixed an error in the font baking example -// 0.4 (2011-12-01) kerning, subpixel rendering (tor) -// bugfixes for: -// codepoint-to-glyph conversion using table fmt=12 -// codepoint-to-glyph conversion using table fmt=4 -// stbtt_GetBakedQuad with non-square texture (Zer) -// updated Hello World! sample to use kerning and subpixel -// fixed some warnings -// 0.3 (2009-06-24) cmap fmt=12, compound shapes (MM) -// userdata, malloc-from-userdata, non-zero fill (stb) -// 0.2 (2009-03-11) Fix unsigned/signed char warnings -// 0.1 (2009-03-09) First public release -// - -/* ------------------------------------------------------------------------------- -This software is available under 2 licenses -- choose whichever you prefer. ------------------------------------------------------------------------------- -ALTERNATIVE A - MIT License -Copyright (c) 2017 Sean Barrett -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. ------------------------------------------------------------------------------- -ALTERNATIVE B - Public Domain (www.unlicense.org) -This is free and unencumbered software released into the public domain. -Anyone is free to copy, modify, publish, use, compile, sell, or distribute this -software, either in source code form or as a compiled binary, for any purpose, -commercial or non-commercial, and by any means. -In jurisdictions that recognize copyright laws, the author or authors of this -software dedicate any and all copyright interest in the software to the public -domain. We make this dedication for the benefit of the public at large and to -the detriment of our heirs and successors. We intend this dedication to be an -overt act of relinquishment in perpetuity of all present and future rights to -this software under copyright law. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------------------------------------------------------------- -*/ diff --git a/external/imgui/misc/README.txt b/external/imgui/misc/README.txt deleted file mode 100644 index b4ce89f0..00000000 --- a/external/imgui/misc/README.txt +++ /dev/null @@ -1,23 +0,0 @@ - -misc/cpp/ - InputText() wrappers for C++ standard library (STL) type: std::string. - This is also an example of how you may wrap your own similar types. - -misc/debuggers/ - Helper files for popular debuggers. - With the .natvis file, types like ImVector<> will be displayed nicely in Visual Studio debugger. - -misc/fonts/ - Fonts loading/merging instructions (e.g. How to handle glyph ranges, how to merge icons fonts). - Command line tool "binary_to_compressed_c" to create compressed arrays to embed data in source code. - Suggested fonts and links. - -misc/freetype/ - Font atlas builder/rasterizer using FreeType instead of stb_truetype. - Benefit from better FreeType rasterization, in particular for small fonts. - -misc/single_file/ - Single-file header stub. - We use this to validate compiling all *.cpp files in a same compilation unit. - Users of that technique (also called "Unity builds") can generally provide this themselves, - so we don't really recommend you use this in your projects. diff --git a/external/imgui/misc/cpp/README.txt b/external/imgui/misc/cpp/README.txt deleted file mode 100644 index 42915902..00000000 --- a/external/imgui/misc/cpp/README.txt +++ /dev/null @@ -1,13 +0,0 @@ - -imgui_stdlib.h + imgui_stdlib.cpp - InputText() wrappers for C++ standard library (STL) type: std::string. - This is also an example of how you may wrap your own similar types. - -imgui_scoped.h - [Experimental, not currently in main repository] - Additional header file with some RAII-style wrappers for common Dear ImGui functions. - Try by merging: https://github.com/ocornut/imgui/pull/2197 - Discuss at: https://github.com/ocornut/imgui/issues/2096 - -See more C++ related extension on Wiki - https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness diff --git a/external/imgui/misc/cpp/imgui_stdlib.cpp b/external/imgui/misc/cpp/imgui_stdlib.cpp deleted file mode 100644 index dd6bd8a5..00000000 --- a/external/imgui/misc/cpp/imgui_stdlib.cpp +++ /dev/null @@ -1,72 +0,0 @@ -// dear imgui: wrappers for C++ standard library (STL) types (std::string, etc.) -// This is also an example of how you may wrap your own similar types. - -// Changelog: -// - v0.10: Initial version. Added InputText() / InputTextMultiline() calls with std::string - -#include "imgui.h" -#include "imgui_stdlib.h" - -struct InputTextCallback_UserData -{ - std::string* Str; - ImGuiInputTextCallback ChainCallback; - void* ChainCallbackUserData; -}; - -static int InputTextCallback(ImGuiInputTextCallbackData* data) -{ - InputTextCallback_UserData* user_data = (InputTextCallback_UserData*)data->UserData; - if (data->EventFlag == ImGuiInputTextFlags_CallbackResize) - { - // Resize string callback - // If for some reason we refuse the new length (BufTextLen) and/or capacity (BufSize) we need to set them back to what we want. - std::string* str = user_data->Str; - IM_ASSERT(data->Buf == str->c_str()); - str->resize(data->BufTextLen); - data->Buf = (char*)str->c_str(); - } - else if (user_data->ChainCallback) - { - // Forward to user callback, if any - data->UserData = user_data->ChainCallbackUserData; - return user_data->ChainCallback(data); - } - return 0; -} - -bool ImGui::InputText(const char* label, std::string* str, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) -{ - IM_ASSERT((flags & ImGuiInputTextFlags_CallbackResize) == 0); - flags |= ImGuiInputTextFlags_CallbackResize; - - InputTextCallback_UserData cb_user_data; - cb_user_data.Str = str; - cb_user_data.ChainCallback = callback; - cb_user_data.ChainCallbackUserData = user_data; - return InputText(label, (char*)str->c_str(), str->capacity() + 1, flags, InputTextCallback, &cb_user_data); -} - -bool ImGui::InputTextMultiline(const char* label, std::string* str, const ImVec2& size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) -{ - IM_ASSERT((flags & ImGuiInputTextFlags_CallbackResize) == 0); - flags |= ImGuiInputTextFlags_CallbackResize; - - InputTextCallback_UserData cb_user_data; - cb_user_data.Str = str; - cb_user_data.ChainCallback = callback; - cb_user_data.ChainCallbackUserData = user_data; - return InputTextMultiline(label, (char*)str->c_str(), str->capacity() + 1, size, flags, InputTextCallback, &cb_user_data); -} - -bool ImGui::InputTextWithHint(const char* label, const char* hint, std::string* str, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) -{ - IM_ASSERT((flags & ImGuiInputTextFlags_CallbackResize) == 0); - flags |= ImGuiInputTextFlags_CallbackResize; - - InputTextCallback_UserData cb_user_data; - cb_user_data.Str = str; - cb_user_data.ChainCallback = callback; - cb_user_data.ChainCallbackUserData = user_data; - return InputTextWithHint(label, hint, (char*)str->c_str(), str->capacity() + 1, flags, InputTextCallback, &cb_user_data); -} diff --git a/external/imgui/misc/cpp/imgui_stdlib.h b/external/imgui/misc/cpp/imgui_stdlib.h deleted file mode 100644 index 61afc098..00000000 --- a/external/imgui/misc/cpp/imgui_stdlib.h +++ /dev/null @@ -1,18 +0,0 @@ -// dear imgui: wrappers for C++ standard library (STL) types (std::string, etc.) -// This is also an example of how you may wrap your own similar types. - -// Changelog: -// - v0.10: Initial version. Added InputText() / InputTextMultiline() calls with std::string - -#pragma once - -#include - -namespace ImGui -{ - // ImGui::InputText() with std::string - // Because text input needs dynamic resizing, we need to setup a callback to grow the capacity - IMGUI_API bool InputText(const char* label, std::string* str, ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL); - IMGUI_API bool InputTextMultiline(const char* label, std::string* str, const ImVec2& size = ImVec2(0, 0), ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL); - IMGUI_API bool InputTextWithHint(const char* label, const char* hint, std::string* str, ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL); -} diff --git a/external/imgui/misc/debuggers/README.txt b/external/imgui/misc/debuggers/README.txt deleted file mode 100644 index 3f4ba83e..00000000 --- a/external/imgui/misc/debuggers/README.txt +++ /dev/null @@ -1,16 +0,0 @@ - -HELPER FILES FOR POPULAR DEBUGGERS - -imgui.gdb - GDB: disable stepping into trivial functions. - (read comments inside file for details) - -imgui.natstepfilter - Visual Studio Debugger: disable stepping into trivial functions. - (read comments inside file for details) - -imgui.natvis - Visual Studio Debugger: describe Dear ImGui types for better display. - With this, types like ImVector<> will be displayed nicely in the debugger. - (read comments inside file for details) - diff --git a/external/imgui/misc/debuggers/imgui.gdb b/external/imgui/misc/debuggers/imgui.gdb deleted file mode 100644 index 000ff6eb..00000000 --- a/external/imgui/misc/debuggers/imgui.gdb +++ /dev/null @@ -1,12 +0,0 @@ -# GDB configuration to aid debugging experience - -# To enable these customizations edit $HOME/.gdbinit (or ./.gdbinit if local gdbinit is enabled) and add: -# add-auto-load-safe-path /path/to/imgui.gdb -# source /path/to/imgui.gdb -# -# More Information at: -# * https://sourceware.org/gdb/current/onlinedocs/gdb/gdbinit-man.html -# * https://sourceware.org/gdb/current/onlinedocs/gdb/Init-File-in-the-Current-Directory.html#Init-File-in-the-Current-Directory - -# Disable stepping into trivial functions -skip -rfunction Im(Vec2|Vec4|Strv|Vector|Span)::.+ diff --git a/external/imgui/misc/debuggers/imgui.natstepfilter b/external/imgui/misc/debuggers/imgui.natstepfilter deleted file mode 100644 index efd1957b..00000000 --- a/external/imgui/misc/debuggers/imgui.natstepfilter +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - (ImVec2|ImVec4|ImStrv)::.+ - NoStepInto - - - (ImVector|ImSpan).*::operator.+ - NoStepInto - - - diff --git a/external/imgui/misc/debuggers/imgui.natvis b/external/imgui/misc/debuggers/imgui.natvis deleted file mode 100644 index 13b63600..00000000 --- a/external/imgui/misc/debuggers/imgui.natvis +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - {{Size={Size} Capacity={Capacity}}} - - - Size - Data - - - - - - {{Size={DataEnd-Data} }} - - - DataEnd-Data - Data - - - - - - {{x={x,g} y={y,g}}} - - - - {{x={x,g} y={y,g} z={z,g} w={w,g}}} - - - - {{Min=({Min.x,g} {Min.y,g}) Max=({Max.x,g} {Max.y,g}) Size=({Max.x-Min.x,g} {Max.y-Min.y,g})}} - - Min - Max - Max.x - Min.x - Max.y - Min.y - - - - - {{Name {Name,s} Active {(Active||WasActive)?1:0,d} Child {(Flags & 0x01000000)?1:0,d} Popup {(Flags & 0x04000000)?1:0,d} Hidden {(Hidden)?1:0,d}} - - - diff --git a/external/imgui/misc/fonts/Cousine-Regular.ttf b/external/imgui/misc/fonts/Cousine-Regular.ttf deleted file mode 100644 index 70a0bf902e1482724d7706f7a0f40d94fe51f4c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 43912 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 Illi(w09Gt1l>h($ diff --git a/external/imgui/misc/fonts/DroidSans.ttf b/external/imgui/misc/fonts/DroidSans.ttf deleted file mode 100644 index 767c63ad000e3eea20f3cb7a43ba9f4154ed7a5d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 190044 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

)1;2&7 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 O0|NuY|NkJ8fdK$e16>gS diff --git a/external/imgui/misc/fonts/Karla-Regular.ttf b/external/imgui/misc/fonts/Karla-Regular.ttf deleted file mode 100644 index 81b3de6eb12d7da48b307dfcb754d6595cd09a3f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16848 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%0AOcSw$Ewbq^Q34jt7POoU8Xp3W-7?-s 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 diff --git a/external/imgui/misc/fonts/ProggyClean.ttf b/external/imgui/misc/fonts/ProggyClean.ttf deleted file mode 100644 index 0270cdfe3caa811e1b252cdcc5b179989c1b8ad6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 41208 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 r*AmsgmZ<)b64k$!sQ$G~V_*OPXwd2% diff --git a/external/imgui/misc/fonts/Roboto-Medium.ttf b/external/imgui/misc/fonts/Roboto-Medium.ttf deleted file mode 100644 index 39c63d7461796094c0b8889ee8fe2706d344a99a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 162588 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 z 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 GERq0N(MvP{ diff --git a/external/imgui/misc/fonts/binary_to_compressed_c.cpp b/external/imgui/misc/fonts/binary_to_compressed_c.cpp deleted file mode 100644 index 196c5034..00000000 --- a/external/imgui/misc/fonts/binary_to_compressed_c.cpp +++ /dev/null @@ -1,388 +0,0 @@ -// dear imgui -// (binary_to_compressed_c.cpp) -// Helper tool to turn a file into a C array, if you want to embed font data in your source code. - -// The data is first compressed with stb_compress() to reduce source code size, -// then encoded in Base85 to fit in a string so we can fit roughly 4 bytes of compressed data into 5 bytes of source code (suggested by @mmalex) -// (If we used 32-bit constants it would require take 11 bytes of source code to encode 4 bytes, and be endianness dependent) -// Note that even with compression, the output array is likely to be bigger than the binary file.. -// Load compressed TTF fonts with ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF() - -// Build with, e.g: -// # cl.exe binary_to_compressed_c.cpp -// # g++ binary_to_compressed_c.cpp -// # clang++ binary_to_compressed_c.cpp -// You can also find a precompiled Windows binary in the binary/demo package available from https://github.com/ocornut/imgui - -// Usage: -// binary_to_compressed_c.exe [-base85] [-nocompress] [-nostatic] -// Usage example: -// # binary_to_compressed_c.exe myfont.ttf MyFont > myfont.cpp -// # binary_to_compressed_c.exe -base85 myfont.ttf MyFont > myfont.cpp - -#define _CRT_SECURE_NO_WARNINGS -#include -#include -#include -#include - -// stb_compress* from stb.h - declaration -typedef unsigned int stb_uint; -typedef unsigned char stb_uchar; -stb_uint stb_compress(stb_uchar* out, stb_uchar* in, stb_uint len); - -static bool binary_to_compressed_c(const char* filename, const char* symbol, bool use_base85_encoding, bool use_compression, bool use_static); - -int main(int argc, char** argv) -{ - if (argc < 3) - { - printf("Syntax: %s [-base85] [-nocompress] [-nostatic] \n", argv[0]); - return 0; - } - - int argn = 1; - bool use_base85_encoding = false; - bool use_compression = true; - bool use_static = true; - while (argn < (argc - 2) && argv[argn][0] == '-') - { - if (strcmp(argv[argn], "-base85") == 0) { use_base85_encoding = true; argn++; } - else if (strcmp(argv[argn], "-nocompress") == 0) { use_compression = false; argn++; } - else if (strcmp(argv[argn], "-nostatic") == 0) { use_static = false; argn++; } - else - { - fprintf(stderr, "Unknown argument: '%s'\n", argv[argn]); - return 1; - } - } - - bool ret = binary_to_compressed_c(argv[argn], argv[argn + 1], use_base85_encoding, use_compression, use_static); - if (!ret) - fprintf(stderr, "Error opening or reading file: '%s'\n", argv[argn]); - return ret ? 0 : 1; -} - -char Encode85Byte(unsigned int x) -{ - x = (x % 85) + 35; - return (char)((x >= '\\') ? x + 1 : x); -} - -bool binary_to_compressed_c(const char* filename, const char* symbol, bool use_base85_encoding, bool use_compression, bool use_static) -{ - // Read file - FILE* f = fopen(filename, "rb"); - if (!f) return false; - int data_sz; - if (fseek(f, 0, SEEK_END) || (data_sz = (int)ftell(f)) == -1 || fseek(f, 0, SEEK_SET)) { fclose(f); return false; } - char* data = new char[data_sz + 4]; - if (fread(data, 1, data_sz, f) != (size_t)data_sz) { fclose(f); delete[] data; return false; } - memset((void*)(((char*)data) + data_sz), 0, 4); - fclose(f); - - // Compress - int maxlen = data_sz + 512 + (data_sz >> 2) + sizeof(int); // total guess - char* compressed = use_compression ? new char[maxlen] : data; - int compressed_sz = use_compression ? stb_compress((stb_uchar*)compressed, (stb_uchar*)data, data_sz) : data_sz; - if (use_compression) - memset(compressed + compressed_sz, 0, maxlen - compressed_sz); - - // Output as Base85 encoded - FILE* out = stdout; - fprintf(out, "// File: '%s' (%d bytes)\n", filename, (int)data_sz); - fprintf(out, "// Exported using binary_to_compressed_c.cpp\n"); - const char* static_str = use_static ? "static " : ""; - const char* compressed_str = use_compression ? "compressed_" : ""; - if (use_base85_encoding) - { - fprintf(out, "%sconst char %s_%sdata_base85[%d+1] =\n \"", static_str, symbol, compressed_str, (int)((compressed_sz + 3) / 4)*5); - char prev_c = 0; - for (int src_i = 0; src_i < compressed_sz; src_i += 4) - { - // This is made a little more complicated by the fact that ??X sequences are interpreted as trigraphs by old C/C++ compilers. So we need to escape pairs of ??. - unsigned int d = *(unsigned int*)(compressed + src_i); - for (unsigned int n5 = 0; n5 < 5; n5++, d /= 85) - { - char c = Encode85Byte(d); - fprintf(out, (c == '?' && prev_c == '?') ? "\\%c" : "%c", c); - prev_c = c; - } - if ((src_i % 112) == 112 - 4) - fprintf(out, "\"\n \""); - } - fprintf(out, "\";\n\n"); - } - else - { - fprintf(out, "%sconst unsigned int %s_%ssize = %d;\n", static_str, symbol, compressed_str, (int)compressed_sz); - fprintf(out, "%sconst unsigned int %s_%sdata[%d/4] =\n{", static_str, symbol, compressed_str, (int)((compressed_sz + 3) / 4)*4); - int column = 0; - for (int i = 0; i < compressed_sz; i += 4) - { - unsigned int d = *(unsigned int*)(compressed + i); - if ((column++ % 12) == 0) - fprintf(out, "\n 0x%08x, ", d); - else - fprintf(out, "0x%08x, ", d); - } - fprintf(out, "\n};\n\n"); - } - - // Cleanup - delete[] data; - if (use_compression) - delete[] compressed; - return true; -} - -// stb_compress* from stb.h - definition - -//////////////////// compressor /////////////////////// - -static stb_uint stb_adler32(stb_uint adler32, stb_uchar *buffer, stb_uint buflen) -{ - const unsigned long ADLER_MOD = 65521; - unsigned long s1 = adler32 & 0xffff, s2 = adler32 >> 16; - unsigned long blocklen, i; - - blocklen = buflen % 5552; - while (buflen) { - for (i=0; i + 7 < blocklen; i += 8) { - s1 += buffer[0], s2 += s1; - s1 += buffer[1], s2 += s1; - s1 += buffer[2], s2 += s1; - s1 += buffer[3], s2 += s1; - s1 += buffer[4], s2 += s1; - s1 += buffer[5], s2 += s1; - s1 += buffer[6], s2 += s1; - s1 += buffer[7], s2 += s1; - - buffer += 8; - } - - for (; i < blocklen; ++i) - s1 += *buffer++, s2 += s1; - - s1 %= ADLER_MOD, s2 %= ADLER_MOD; - buflen -= blocklen; - blocklen = 5552; - } - return (s2 << 16) + s1; -} - -static unsigned int stb_matchlen(stb_uchar *m1, stb_uchar *m2, stb_uint maxlen) -{ - stb_uint i; - for (i=0; i < maxlen; ++i) - if (m1[i] != m2[i]) return i; - return i; -} - -// simple implementation that just takes the source data in a big block - -static stb_uchar *stb__out; -static FILE *stb__outfile; -static stb_uint stb__outbytes; - -static void stb__write(unsigned char v) -{ - fputc(v, stb__outfile); - ++stb__outbytes; -} - -//#define stb_out(v) (stb__out ? *stb__out++ = (stb_uchar) (v) : stb__write((stb_uchar) (v))) -#define stb_out(v) do { if (stb__out) *stb__out++ = (stb_uchar) (v); else stb__write((stb_uchar) (v)); } while (0) - -static void stb_out2(stb_uint v) { stb_out(v >> 8); stb_out(v); } -static void stb_out3(stb_uint v) { stb_out(v >> 16); stb_out(v >> 8); stb_out(v); } -static void stb_out4(stb_uint v) { stb_out(v >> 24); stb_out(v >> 16); stb_out(v >> 8 ); stb_out(v); } - -static void outliterals(stb_uchar *in, int numlit) -{ - while (numlit > 65536) { - outliterals(in,65536); - in += 65536; - numlit -= 65536; - } - - if (numlit == 0) ; - else if (numlit <= 32) stb_out (0x000020 + numlit-1); - else if (numlit <= 2048) stb_out2(0x000800 + numlit-1); - else /* numlit <= 65536) */ stb_out3(0x070000 + numlit-1); - - if (stb__out) { - memcpy(stb__out,in,numlit); - stb__out += numlit; - } else - fwrite(in, 1, numlit, stb__outfile); -} - -static int stb__window = 0x40000; // 256K - -static int stb_not_crap(int best, int dist) -{ - return ((best > 2 && dist <= 0x00100) - || (best > 5 && dist <= 0x04000) - || (best > 7 && dist <= 0x80000)); -} - -static stb_uint stb__hashsize = 32768; - -// note that you can play with the hashing functions all you -// want without needing to change the decompressor -#define stb__hc(q,h,c) (((h) << 7) + ((h) >> 25) + q[c]) -#define stb__hc2(q,h,c,d) (((h) << 14) + ((h) >> 18) + (q[c] << 7) + q[d]) -#define stb__hc3(q,c,d,e) ((q[c] << 14) + (q[d] << 7) + q[e]) - -static unsigned int stb__running_adler; - -static int stb_compress_chunk(stb_uchar *history, - stb_uchar *start, - stb_uchar *end, - int length, - int *pending_literals, - stb_uchar **chash, - stb_uint mask) -{ - (void)history; - int window = stb__window; - stb_uint match_max; - stb_uchar *lit_start = start - *pending_literals; - stb_uchar *q = start; - -#define STB__SCRAMBLE(h) (((h) + ((h) >> 16)) & mask) - - // stop short of the end so we don't scan off the end doing - // the hashing; this means we won't compress the last few bytes - // unless they were part of something longer - while (q < start+length && q+12 < end) { - int m; - stb_uint h1,h2,h3,h4, h; - stb_uchar *t; - int best = 2, dist=0; - - if (q+65536 > end) - match_max = (stb_uint)(end-q); - else - match_max = 65536; - -#define stb__nc(b,d) ((d) <= window && ((b) > 9 || stb_not_crap((int)(b),(int)(d)))) - -#define STB__TRY(t,p) /* avoid retrying a match we already tried */ \ - if (p ? dist != (int)(q-t) : 1) \ - if ((m = stb_matchlen(t, q, match_max)) > best) \ - if (stb__nc(m,q-(t))) \ - best = m, dist = (int)(q - (t)) - - // rather than search for all matches, only try 4 candidate locations, - // chosen based on 4 different hash functions of different lengths. - // this strategy is inspired by LZO; hashing is unrolled here using the - // 'hc' macro - h = stb__hc3(q,0, 1, 2); h1 = STB__SCRAMBLE(h); - t = chash[h1]; if (t) STB__TRY(t,0); - h = stb__hc2(q,h, 3, 4); h2 = STB__SCRAMBLE(h); - h = stb__hc2(q,h, 5, 6); t = chash[h2]; if (t) STB__TRY(t,1); - h = stb__hc2(q,h, 7, 8); h3 = STB__SCRAMBLE(h); - h = stb__hc2(q,h, 9,10); t = chash[h3]; if (t) STB__TRY(t,1); - h = stb__hc2(q,h,11,12); h4 = STB__SCRAMBLE(h); - t = chash[h4]; if (t) STB__TRY(t,1); - - // because we use a shared hash table, can only update it - // _after_ we've probed all of them - chash[h1] = chash[h2] = chash[h3] = chash[h4] = q; - - if (best > 2) - assert(dist > 0); - - // see if our best match qualifies - if (best < 3) { // fast path literals - ++q; - } else if (best > 2 && best <= 0x80 && dist <= 0x100) { - outliterals(lit_start, (int)(q-lit_start)); lit_start = (q += best); - stb_out(0x80 + best-1); - stb_out(dist-1); - } else if (best > 5 && best <= 0x100 && dist <= 0x4000) { - outliterals(lit_start, (int)(q-lit_start)); lit_start = (q += best); - stb_out2(0x4000 + dist-1); - stb_out(best-1); - } else if (best > 7 && best <= 0x100 && dist <= 0x80000) { - outliterals(lit_start, (int)(q-lit_start)); lit_start = (q += best); - stb_out3(0x180000 + dist-1); - stb_out(best-1); - } else if (best > 8 && best <= 0x10000 && dist <= 0x80000) { - outliterals(lit_start, (int)(q-lit_start)); lit_start = (q += best); - stb_out3(0x100000 + dist-1); - stb_out2(best-1); - } else if (best > 9 && dist <= 0x1000000) { - if (best > 65536) best = 65536; - outliterals(lit_start, (int)(q-lit_start)); lit_start = (q += best); - if (best <= 0x100) { - stb_out(0x06); - stb_out3(dist-1); - stb_out(best-1); - } else { - stb_out(0x04); - stb_out3(dist-1); - stb_out2(best-1); - } - } else { // fallback literals if no match was a balanced tradeoff - ++q; - } - } - - // if we didn't get all the way, add the rest to literals - if (q-start < length) - q = start+length; - - // the literals are everything from lit_start to q - *pending_literals = (int)(q - lit_start); - - stb__running_adler = stb_adler32(stb__running_adler, start, (stb_uint)(q - start)); - return (int)(q - start); -} - -static int stb_compress_inner(stb_uchar *input, stb_uint length) -{ - int literals = 0; - stb_uint len,i; - - stb_uchar **chash; - chash = (stb_uchar**) malloc(stb__hashsize * sizeof(stb_uchar*)); - if (chash == NULL) return 0; // failure - for (i=0; i < stb__hashsize; ++i) - chash[i] = NULL; - - // stream signature - stb_out(0x57); stb_out(0xbc); - stb_out2(0); - - stb_out4(0); // 64-bit length requires 32-bit leading 0 - stb_out4(length); - stb_out4(stb__window); - - stb__running_adler = 1; - - len = stb_compress_chunk(input, input, input+length, length, &literals, chash, stb__hashsize-1); - assert(len == length); - - outliterals(input+length - literals, literals); - - free(chash); - - stb_out2(0x05fa); // end opcode - - stb_out4(stb__running_adler); - - return 1; // success -} - -stb_uint stb_compress(stb_uchar *out, stb_uchar *input, stb_uint length) -{ - stb__out = out; - stb__outfile = NULL; - - stb_compress_inner(input, length); - - return (stb_uint)(stb__out - out); -} diff --git a/external/imgui/misc/freetype/README.md b/external/imgui/misc/freetype/README.md deleted file mode 100644 index 5fcfc2d7..00000000 --- a/external/imgui/misc/freetype/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# imgui_freetype - -Build font atlases using FreeType instead of stb_truetype (which is the default font rasterizer). -
by @vuhdo, @mikesart, @ocornut. - -### Usage - -1. Get latest FreeType binaries or build yourself (under Windows you may use vcpkg with `vcpkg install freetype --triplet=x64-windows`, `vcpkg integrate install`). -2. Add imgui_freetype.h/cpp alongside your project files. -3. Add `#define IMGUI_ENABLE_FREETYPE` in your [imconfig.h](https://github.com/ocornut/imgui/blob/master/imconfig.h) file - -### About Gamma Correct Blending - -FreeType assumes blending in linear space rather than gamma space. -See FreeType note for [FT_Render_Glyph](https://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Render_Glyph). -For correct results you need to be using sRGB and convert to linear space in the pixel shader output. -The default Dear ImGui styles will be impacted by this change (alpha values will need tweaking). - -### Testbed for toying with settings (for developers) - -See https://gist.github.com/ocornut/b3a9ecf13502fd818799a452969649ad - -### Known issues - -- Oversampling settins are ignored but also not so much necessary with the higher quality rendering. - -### Comparaison - -Small, thin anti-aliased fonts typically benefit a lot from FreeType's hinting: -![comparing_font_rasterizers](https://user-images.githubusercontent.com/8225057/107550178-fef87f00-6bd0-11eb-8d09-e2edb2f0ccfc.gif) - -### Colorful glyphs/emojis - -You can use the `ImGuiFreeTypeBuilderFlags_LoadColor` flag to load certain colorful glyphs. See the -["Using Colorful Glyphs/Emojis"](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md#using-colorful-glyphsemojis) section of FONTS.md. - -![colored glyphs](https://user-images.githubusercontent.com/8225057/106171241-9dc4ba80-6191-11eb-8a69-ca1467b206d1.png) diff --git a/external/imgui/misc/freetype/imgui_freetype.cpp b/external/imgui/misc/freetype/imgui_freetype.cpp deleted file mode 100644 index 4066a9a6..00000000 --- a/external/imgui/misc/freetype/imgui_freetype.cpp +++ /dev/null @@ -1,779 +0,0 @@ -// dear imgui: FreeType font builder (used as a replacement for the stb_truetype builder) -// (code) - -// Get the latest version at https://github.com/ocornut/imgui/tree/master/misc/freetype -// Original code by @vuhdo (Aleksei Skriabin). Improvements by @mikesart. Maintained since 2019 by @ocornut. - -// CHANGELOG -// (minor and older changes stripped away, please see git history for details) -// 2021/08/23: fixed crash when FT_Render_Glyph() fails to render a glyph and returns NULL. -// 2021/03/05: added ImGuiFreeTypeBuilderFlags_Bitmap to load bitmap glyphs. -// 2021/03/02: set 'atlas->TexPixelsUseColors = true' to help some backends with deciding of a prefered texture format. -// 2021/01/28: added support for color-layered glyphs via ImGuiFreeTypeBuilderFlags_LoadColor (require Freetype 2.10+). -// 2021/01/26: simplified integration by using '#define IMGUI_ENABLE_FREETYPE'. -// renamed ImGuiFreeType::XXX flags to ImGuiFreeTypeBuilderFlags_XXX for consistency with other API. removed ImGuiFreeType::BuildFontAtlas(). -// 2020/06/04: fix for rare case where FT_Get_Char_Index() succeed but FT_Load_Glyph() fails. -// 2019/02/09: added RasterizerFlags::Monochrome flag to disable font anti-aliasing (combine with ::MonoHinting for best results!) -// 2019/01/15: added support for imgui allocators + added FreeType only override function SetAllocatorFunctions(). -// 2019/01/10: re-factored to match big update in STB builder. fixed texture height waste. fixed redundant glyphs when merging. support for glyph padding. -// 2018/06/08: added support for ImFontConfig::GlyphMinAdvanceX, GlyphMaxAdvanceX. -// 2018/02/04: moved to main imgui repository (away from http://www.github.com/ocornut/imgui_club) -// 2018/01/22: fix for addition of ImFontAtlas::TexUvscale member. -// 2017/10/22: minor inconsequential change to match change in master (removed an unnecessary statement). -// 2017/09/26: fixes for imgui internal changes. -// 2017/08/26: cleanup, optimizations, support for ImFontConfig::RasterizerFlags, ImFontConfig::RasterizerMultiply. -// 2017/08/16: imported from https://github.com/Vuhdo/imgui_freetype into http://www.github.com/ocornut/imgui_club, updated for latest changes in ImFontAtlas, minor tweaks. - -// About Gamma Correct Blending: -// - FreeType assumes blending in linear space rather than gamma space. -// - See https://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Render_Glyph -// - For correct results you need to be using sRGB and convert to linear space in the pixel shader output. -// - The default dear imgui styles will be impacted by this change (alpha values will need tweaking). - -// FIXME: cfg.OversampleH, OversampleV are not supported (but perhaps not so necessary with this rasterizer). - -#include "imgui_freetype.h" -#include "imgui_internal.h" // ImMin,ImMax,ImFontAtlasBuild*, -#include -#include -#include FT_FREETYPE_H // -#include FT_MODULE_H // -#include FT_GLYPH_H // -#include FT_SYNTHESIS_H // - -#ifdef _MSC_VER -#pragma warning (disable: 4505) // unreferenced local function has been removed (stb stuff) -#pragma warning (disable: 26812) // [Static Analyzer] The enum type 'xxx' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). -#endif - -#if defined(__GNUC__) -#pragma GCC diagnostic ignored "-Wpragmas" // warning: unknown option after '#pragma GCC diagnostic' kind -#pragma GCC diagnostic ignored "-Wunused-function" // warning: 'xxxx' defined but not used -#endif - -//------------------------------------------------------------------------- -// Data -//------------------------------------------------------------------------- - -// Default memory allocators -static void* ImGuiFreeTypeDefaultAllocFunc(size_t size, void* user_data) { IM_UNUSED(user_data); return IM_ALLOC(size); } -static void ImGuiFreeTypeDefaultFreeFunc(void* ptr, void* user_data) { IM_UNUSED(user_data); IM_FREE(ptr); } - -// Current memory allocators -static void* (*GImGuiFreeTypeAllocFunc)(size_t size, void* user_data) = ImGuiFreeTypeDefaultAllocFunc; -static void (*GImGuiFreeTypeFreeFunc)(void* ptr, void* user_data) = ImGuiFreeTypeDefaultFreeFunc; -static void* GImGuiFreeTypeAllocatorUserData = NULL; - -//------------------------------------------------------------------------- -// Code -//------------------------------------------------------------------------- - -namespace -{ - // Glyph metrics: - // -------------- - // - // xmin xmax - // | | - // |<-------- width -------->| - // | | - // | +-------------------------+----------------- ymax - // | | ggggggggg ggggg | ^ ^ - // | | g:::::::::ggg::::g | | | - // | | g:::::::::::::::::g | | | - // | | g::::::ggggg::::::gg | | | - // | | g:::::g g:::::g | | | - // offsetX -|-------->| g:::::g g:::::g | offsetY | - // | | g:::::g g:::::g | | | - // | | g::::::g g:::::g | | | - // | | g:::::::ggggg:::::g | | | - // | | g::::::::::::::::g | | height - // | | gg::::::::::::::g | | | - // baseline ---*---------|---- gggggggg::::::g-----*-------- | - // / | | g:::::g | | - // origin | | gggggg g:::::g | | - // | | g:::::gg gg:::::g | | - // | | g::::::ggg:::::::g | | - // | | gg:::::::::::::g | | - // | | ggg::::::ggg | | - // | | gggggg | v - // | +-------------------------+----------------- ymin - // | | - // |------------- advanceX ----------->| - - // A structure that describe a glyph. - struct GlyphInfo - { - int Width; // Glyph's width in pixels. - int Height; // Glyph's height in pixels. - FT_Int OffsetX; // The distance from the origin ("pen position") to the left of the glyph. - FT_Int OffsetY; // The distance from the origin to the top of the glyph. This is usually a value < 0. - float AdvanceX; // The distance from the origin to the origin of the next glyph. This is usually a value > 0. - bool IsColored; // The glyph is colored - }; - - // Font parameters and metrics. - struct FontInfo - { - uint32_t PixelHeight; // Size this font was generated with. - float Ascender; // The pixel extents above the baseline in pixels (typically positive). - float Descender; // The extents below the baseline in pixels (typically negative). - float LineSpacing; // The baseline-to-baseline distance. Note that it usually is larger than the sum of the ascender and descender taken as absolute values. There is also no guarantee that no glyphs extend above or below subsequent baselines when using this distance. Think of it as a value the designer of the font finds appropriate. - float LineGap; // The spacing in pixels between one row's descent and the next row's ascent. - float MaxAdvanceWidth; // This field gives the maximum horizontal cursor advance for all glyphs in the font. - }; - - // FreeType glyph rasterizer. - // NB: No ctor/dtor, explicitly call Init()/Shutdown() - struct FreeTypeFont - { - bool InitFont(FT_Library ft_library, const ImFontConfig& cfg, unsigned int extra_user_flags); // Initialize from an external data buffer. Doesn't copy data, and you must ensure it stays valid up to this object lifetime. - void CloseFont(); - void SetPixelHeight(int pixel_height); // Change font pixel size. All following calls to RasterizeGlyph() will use this size - const FT_Glyph_Metrics* LoadGlyph(uint32_t in_codepoint); - const FT_Bitmap* RenderGlyphAndGetInfo(GlyphInfo* out_glyph_info); - void BlitGlyph(const FT_Bitmap* ft_bitmap, uint32_t* dst, uint32_t dst_pitch, unsigned char* multiply_table = NULL); - ~FreeTypeFont() { CloseFont(); } - - // [Internals] - FontInfo Info; // Font descriptor of the current font. - FT_Face Face; - unsigned int UserFlags; // = ImFontConfig::RasterizerFlags - FT_Int32 LoadFlags; - FT_Render_Mode RenderMode; - }; - - // From SDL_ttf: Handy routines for converting from fixed point - #define FT_CEIL(X) (((X + 63) & -64) / 64) - - bool FreeTypeFont::InitFont(FT_Library ft_library, const ImFontConfig& cfg, unsigned int extra_font_builder_flags) - { - FT_Error error = FT_New_Memory_Face(ft_library, (uint8_t*)cfg.FontData, (uint32_t)cfg.FontDataSize, (uint32_t)cfg.FontNo, &Face); - if (error != 0) - return false; - error = FT_Select_Charmap(Face, FT_ENCODING_UNICODE); - if (error != 0) - return false; - - // Convert to FreeType flags (NB: Bold and Oblique are processed separately) - UserFlags = cfg.FontBuilderFlags | extra_font_builder_flags; - - LoadFlags = 0; - if ((UserFlags & ImGuiFreeTypeBuilderFlags_Bitmap) == 0) - LoadFlags |= FT_LOAD_NO_BITMAP; - - if (UserFlags & ImGuiFreeTypeBuilderFlags_NoHinting) - LoadFlags |= FT_LOAD_NO_HINTING; - if (UserFlags & ImGuiFreeTypeBuilderFlags_NoAutoHint) - LoadFlags |= FT_LOAD_NO_AUTOHINT; - if (UserFlags & ImGuiFreeTypeBuilderFlags_ForceAutoHint) - LoadFlags |= FT_LOAD_FORCE_AUTOHINT; - if (UserFlags & ImGuiFreeTypeBuilderFlags_LightHinting) - LoadFlags |= FT_LOAD_TARGET_LIGHT; - else if (UserFlags & ImGuiFreeTypeBuilderFlags_MonoHinting) - LoadFlags |= FT_LOAD_TARGET_MONO; - else - LoadFlags |= FT_LOAD_TARGET_NORMAL; - - if (UserFlags & ImGuiFreeTypeBuilderFlags_Monochrome) - RenderMode = FT_RENDER_MODE_MONO; - else - RenderMode = FT_RENDER_MODE_NORMAL; - - if (UserFlags & ImGuiFreeTypeBuilderFlags_LoadColor) - LoadFlags |= FT_LOAD_COLOR; - - memset(&Info, 0, sizeof(Info)); - SetPixelHeight((uint32_t)cfg.SizePixels); - - return true; - } - - void FreeTypeFont::CloseFont() - { - if (Face) - { - FT_Done_Face(Face); - Face = NULL; - } - } - - void FreeTypeFont::SetPixelHeight(int pixel_height) - { - // Vuhdo: I'm not sure how to deal with font sizes properly. As far as I understand, currently ImGui assumes that the 'pixel_height' - // is a maximum height of an any given glyph, i.e. it's the sum of font's ascender and descender. Seems strange to me. - // NB: FT_Set_Pixel_Sizes() doesn't seem to get us the same result. - FT_Size_RequestRec req; - req.type = (UserFlags & ImGuiFreeTypeBuilderFlags_Bitmap) ? FT_SIZE_REQUEST_TYPE_NOMINAL : FT_SIZE_REQUEST_TYPE_REAL_DIM; - req.width = 0; - req.height = (uint32_t)pixel_height * 64; - req.horiResolution = 0; - req.vertResolution = 0; - FT_Request_Size(Face, &req); - - // Update font info - FT_Size_Metrics metrics = Face->size->metrics; - Info.PixelHeight = (uint32_t)pixel_height; - Info.Ascender = (float)FT_CEIL(metrics.ascender); - Info.Descender = (float)FT_CEIL(metrics.descender); - Info.LineSpacing = (float)FT_CEIL(metrics.height); - Info.LineGap = (float)FT_CEIL(metrics.height - metrics.ascender + metrics.descender); - Info.MaxAdvanceWidth = (float)FT_CEIL(metrics.max_advance); - } - - const FT_Glyph_Metrics* FreeTypeFont::LoadGlyph(uint32_t codepoint) - { - uint32_t glyph_index = FT_Get_Char_Index(Face, codepoint); - if (glyph_index == 0) - return NULL; - - // If this crash for you: FreeType 2.11.0 has a crash bug on some bitmap/colored fonts. - // - https://gitlab.freedesktop.org/freetype/freetype/-/issues/1076 - // - https://github.com/ocornut/imgui/issues/4567 - // - https://github.com/ocornut/imgui/issues/4566 - // You can use FreeType 2.10, or the patched version of 2.11.0 in VcPkg, or probably any upcoming FreeType version. - FT_Error error = FT_Load_Glyph(Face, glyph_index, LoadFlags); - if (error) - return NULL; - - // Need an outline for this to work - FT_GlyphSlot slot = Face->glyph; - IM_ASSERT(slot->format == FT_GLYPH_FORMAT_OUTLINE || slot->format == FT_GLYPH_FORMAT_BITMAP); - - // Apply convenience transform (this is not picking from real "Bold"/"Italic" fonts! Merely applying FreeType helper transform. Oblique == Slanting) - if (UserFlags & ImGuiFreeTypeBuilderFlags_Bold) - FT_GlyphSlot_Embolden(slot); - if (UserFlags & ImGuiFreeTypeBuilderFlags_Oblique) - { - FT_GlyphSlot_Oblique(slot); - //FT_BBox bbox; - //FT_Outline_Get_BBox(&slot->outline, &bbox); - //slot->metrics.width = bbox.xMax - bbox.xMin; - //slot->metrics.height = bbox.yMax - bbox.yMin; - } - - return &slot->metrics; - } - - const FT_Bitmap* FreeTypeFont::RenderGlyphAndGetInfo(GlyphInfo* out_glyph_info) - { - FT_GlyphSlot slot = Face->glyph; - FT_Error error = FT_Render_Glyph(slot, RenderMode); - if (error != 0) - return NULL; - - FT_Bitmap* ft_bitmap = &Face->glyph->bitmap; - out_glyph_info->Width = (int)ft_bitmap->width; - out_glyph_info->Height = (int)ft_bitmap->rows; - out_glyph_info->OffsetX = Face->glyph->bitmap_left; - out_glyph_info->OffsetY = -Face->glyph->bitmap_top; - out_glyph_info->AdvanceX = (float)FT_CEIL(slot->advance.x); - out_glyph_info->IsColored = (ft_bitmap->pixel_mode == FT_PIXEL_MODE_BGRA); - - return ft_bitmap; - } - - void FreeTypeFont::BlitGlyph(const FT_Bitmap* ft_bitmap, uint32_t* dst, uint32_t dst_pitch, unsigned char* multiply_table) - { - IM_ASSERT(ft_bitmap != NULL); - const uint32_t w = ft_bitmap->width; - const uint32_t h = ft_bitmap->rows; - const uint8_t* src = ft_bitmap->buffer; - const uint32_t src_pitch = ft_bitmap->pitch; - - switch (ft_bitmap->pixel_mode) - { - case FT_PIXEL_MODE_GRAY: // Grayscale image, 1 byte per pixel. - { - if (multiply_table == NULL) - { - for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) - for (uint32_t x = 0; x < w; x++) - dst[x] = IM_COL32(255, 255, 255, src[x]); - } - else - { - for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) - for (uint32_t x = 0; x < w; x++) - dst[x] = IM_COL32(255, 255, 255, multiply_table[src[x]]); - } - break; - } - case FT_PIXEL_MODE_MONO: // Monochrome image, 1 bit per pixel. The bits in each byte are ordered from MSB to LSB. - { - uint8_t color0 = multiply_table ? multiply_table[0] : 0; - uint8_t color1 = multiply_table ? multiply_table[255] : 255; - for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) - { - uint8_t bits = 0; - const uint8_t* bits_ptr = src; - for (uint32_t x = 0; x < w; x++, bits <<= 1) - { - if ((x & 7) == 0) - bits = *bits_ptr++; - dst[x] = IM_COL32(255, 255, 255, (bits & 0x80) ? color1 : color0); - } - } - break; - } - case FT_PIXEL_MODE_BGRA: - { - // FIXME: Converting pre-multiplied alpha to straight. Doesn't smell good. - #define DE_MULTIPLY(color, alpha) (ImU32)(255.0f * (float)color / (float)alpha + 0.5f) - if (multiply_table == NULL) - { - for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) - for (uint32_t x = 0; x < w; x++) - { - uint8_t r = src[x * 4 + 2], g = src[x * 4 + 1], b = src[x * 4], a = src[x * 4 + 3]; - dst[x] = IM_COL32(DE_MULTIPLY(r, a), DE_MULTIPLY(g, a), DE_MULTIPLY(b, a), a); - } - } - else - { - for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) - { - for (uint32_t x = 0; x < w; x++) - { - uint8_t r = src[x * 4 + 2], g = src[x * 4 + 1], b = src[x * 4], a = src[x * 4 + 3]; - dst[x] = IM_COL32(multiply_table[DE_MULTIPLY(r, a)], multiply_table[DE_MULTIPLY(g, a)], multiply_table[DE_MULTIPLY(b, a)], multiply_table[a]); - } - } - } - #undef DE_MULTIPLY - break; - } - default: - IM_ASSERT(0 && "FreeTypeFont::BlitGlyph(): Unknown bitmap pixel mode!"); - } - } -} - -#ifndef STB_RECT_PACK_IMPLEMENTATION // in case the user already have an implementation in the _same_ compilation unit (e.g. unity builds) -#ifndef IMGUI_DISABLE_STB_RECT_PACK_IMPLEMENTATION -#define STBRP_ASSERT(x) do { IM_ASSERT(x); } while (0) -#define STBRP_STATIC -#define STB_RECT_PACK_IMPLEMENTATION -#endif -#ifdef IMGUI_STB_RECT_PACK_FILENAME -#include IMGUI_STB_RECT_PACK_FILENAME -#else -#include "imstb_rectpack.h" -#endif -#endif - -struct ImFontBuildSrcGlyphFT -{ - GlyphInfo Info; - uint32_t Codepoint; - unsigned int* BitmapData; // Point within one of the dst_tmp_bitmap_buffers[] array - - ImFontBuildSrcGlyphFT() { memset((void*)this, 0, sizeof(*this)); } -}; - -struct ImFontBuildSrcDataFT -{ - FreeTypeFont Font; - stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the packer will give us their position. - const ImWchar* SrcRanges; // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF) - int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[] - int GlyphsHighest; // Highest requested codepoint - int GlyphsCount; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font) - ImBitVector GlyphsSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB) - ImVector GlyphsList; -}; - -// Temporary data for one destination ImFont* (multiple source fonts can be merged into one destination ImFont) -struct ImFontBuildDstDataFT -{ - int SrcCount; // Number of source fonts targeting this destination font. - int GlyphsHighest; - int GlyphsCount; - ImBitVector GlyphsSet; // This is used to resolve collision when multiple sources are merged into a same destination font. -}; - -bool ImFontAtlasBuildWithFreeTypeEx(FT_Library ft_library, ImFontAtlas* atlas, unsigned int extra_flags) -{ - IM_ASSERT(atlas->ConfigData.Size > 0); - - ImFontAtlasBuildInit(atlas); - - // Clear atlas - atlas->TexID = (ImTextureID)NULL; - atlas->TexWidth = atlas->TexHeight = 0; - atlas->TexUvScale = ImVec2(0.0f, 0.0f); - atlas->TexUvWhitePixel = ImVec2(0.0f, 0.0f); - atlas->ClearTexData(); - - // Temporary storage for building - bool src_load_color = false; - ImVector src_tmp_array; - ImVector dst_tmp_array; - src_tmp_array.resize(atlas->ConfigData.Size); - dst_tmp_array.resize(atlas->Fonts.Size); - memset((void*)src_tmp_array.Data, 0, (size_t)src_tmp_array.size_in_bytes()); - memset((void*)dst_tmp_array.Data, 0, (size_t)dst_tmp_array.size_in_bytes()); - - // 1. Initialize font loading structure, check font data validity - for (int src_i = 0; src_i < atlas->ConfigData.Size; src_i++) - { - ImFontBuildSrcDataFT& src_tmp = src_tmp_array[src_i]; - ImFontConfig& cfg = atlas->ConfigData[src_i]; - FreeTypeFont& font_face = src_tmp.Font; - IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas)); - - // Find index from cfg.DstFont (we allow the user to set cfg.DstFont. Also it makes casual debugging nicer than when storing indices) - src_tmp.DstIndex = -1; - for (int output_i = 0; output_i < atlas->Fonts.Size && src_tmp.DstIndex == -1; output_i++) - if (cfg.DstFont == atlas->Fonts[output_i]) - src_tmp.DstIndex = output_i; - IM_ASSERT(src_tmp.DstIndex != -1); // cfg.DstFont not pointing within atlas->Fonts[] array? - if (src_tmp.DstIndex == -1) - return false; - - // Load font - if (!font_face.InitFont(ft_library, cfg, extra_flags)) - return false; - - // Measure highest codepoints - src_load_color |= (cfg.FontBuilderFlags & ImGuiFreeTypeBuilderFlags_LoadColor) != 0; - ImFontBuildDstDataFT& dst_tmp = dst_tmp_array[src_tmp.DstIndex]; - src_tmp.SrcRanges = cfg.GlyphRanges ? cfg.GlyphRanges : atlas->GetGlyphRangesDefault(); - for (const ImWchar* src_range = src_tmp.SrcRanges; src_range[0] && src_range[1]; src_range += 2) - src_tmp.GlyphsHighest = ImMax(src_tmp.GlyphsHighest, (int)src_range[1]); - dst_tmp.SrcCount++; - dst_tmp.GlyphsHighest = ImMax(dst_tmp.GlyphsHighest, src_tmp.GlyphsHighest); - } - - // 2. For every requested codepoint, check for their presence in the font data, and handle redundancy or overlaps between source fonts to avoid unused glyphs. - int total_glyphs_count = 0; - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcDataFT& src_tmp = src_tmp_array[src_i]; - ImFontBuildDstDataFT& dst_tmp = dst_tmp_array[src_tmp.DstIndex]; - src_tmp.GlyphsSet.Create(src_tmp.GlyphsHighest + 1); - if (dst_tmp.GlyphsSet.Storage.empty()) - dst_tmp.GlyphsSet.Create(dst_tmp.GlyphsHighest + 1); - - for (const ImWchar* src_range = src_tmp.SrcRanges; src_range[0] && src_range[1]; src_range += 2) - for (int codepoint = src_range[0]; codepoint <= (int)src_range[1]; codepoint++) - { - if (dst_tmp.GlyphsSet.TestBit(codepoint)) // Don't overwrite existing glyphs. We could make this an option (e.g. MergeOverwrite) - continue; - uint32_t glyph_index = FT_Get_Char_Index(src_tmp.Font.Face, codepoint); // It is actually in the font? (FIXME-OPT: We are not storing the glyph_index..) - if (glyph_index == 0) - continue; - - // Add to avail set/counters - src_tmp.GlyphsCount++; - dst_tmp.GlyphsCount++; - src_tmp.GlyphsSet.SetBit(codepoint); - dst_tmp.GlyphsSet.SetBit(codepoint); - total_glyphs_count++; - } - } - - // 3. Unpack our bit map into a flat list (we now have all the Unicode points that we know are requested _and_ available _and_ not overlapping another) - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcDataFT& src_tmp = src_tmp_array[src_i]; - src_tmp.GlyphsList.reserve(src_tmp.GlyphsCount); - - IM_ASSERT(sizeof(src_tmp.GlyphsSet.Storage.Data[0]) == sizeof(ImU32)); - const ImU32* it_begin = src_tmp.GlyphsSet.Storage.begin(); - const ImU32* it_end = src_tmp.GlyphsSet.Storage.end(); - for (const ImU32* it = it_begin; it < it_end; it++) - if (ImU32 entries_32 = *it) - for (ImU32 bit_n = 0; bit_n < 32; bit_n++) - if (entries_32 & ((ImU32)1 << bit_n)) - { - ImFontBuildSrcGlyphFT src_glyph; - src_glyph.Codepoint = (ImWchar)(((it - it_begin) << 5) + bit_n); - //src_glyph.GlyphIndex = 0; // FIXME-OPT: We had this info in the previous step and lost it.. - src_tmp.GlyphsList.push_back(src_glyph); - } - src_tmp.GlyphsSet.Clear(); - IM_ASSERT(src_tmp.GlyphsList.Size == src_tmp.GlyphsCount); - } - for (int dst_i = 0; dst_i < dst_tmp_array.Size; dst_i++) - dst_tmp_array[dst_i].GlyphsSet.Clear(); - dst_tmp_array.clear(); - - // Allocate packing character data and flag packed characters buffer as non-packed (x0=y0=x1=y1=0) - // (We technically don't need to zero-clear buf_rects, but let's do it for the sake of sanity) - ImVector buf_rects; - buf_rects.resize(total_glyphs_count); - memset(buf_rects.Data, 0, (size_t)buf_rects.size_in_bytes()); - - // Allocate temporary rasterization data buffers. - // We could not find a way to retrieve accurate glyph size without rendering them. - // (e.g. slot->metrics->width not always matching bitmap->width, especially considering the Oblique transform) - // We allocate in chunks of 256 KB to not waste too much extra memory ahead. Hopefully users of FreeType won't find the temporary allocations. - const int BITMAP_BUFFERS_CHUNK_SIZE = 256 * 1024; - int buf_bitmap_current_used_bytes = 0; - ImVector buf_bitmap_buffers; - buf_bitmap_buffers.push_back((unsigned char*)IM_ALLOC(BITMAP_BUFFERS_CHUNK_SIZE)); - - // 4. Gather glyphs sizes so we can pack them in our virtual canvas. - // 8. Render/rasterize font characters into the texture - int total_surface = 0; - int buf_rects_out_n = 0; - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcDataFT& src_tmp = src_tmp_array[src_i]; - ImFontConfig& cfg = atlas->ConfigData[src_i]; - if (src_tmp.GlyphsCount == 0) - continue; - - src_tmp.Rects = &buf_rects[buf_rects_out_n]; - buf_rects_out_n += src_tmp.GlyphsCount; - - // Compute multiply table if requested - const bool multiply_enabled = (cfg.RasterizerMultiply != 1.0f); - unsigned char multiply_table[256]; - if (multiply_enabled) - ImFontAtlasBuildMultiplyCalcLookupTable(multiply_table, cfg.RasterizerMultiply); - - // Gather the sizes of all rectangles we will need to pack - const int padding = atlas->TexGlyphPadding; - for (int glyph_i = 0; glyph_i < src_tmp.GlyphsList.Size; glyph_i++) - { - ImFontBuildSrcGlyphFT& src_glyph = src_tmp.GlyphsList[glyph_i]; - - const FT_Glyph_Metrics* metrics = src_tmp.Font.LoadGlyph(src_glyph.Codepoint); - if (metrics == NULL) - continue; - - // Render glyph into a bitmap (currently held by FreeType) - const FT_Bitmap* ft_bitmap = src_tmp.Font.RenderGlyphAndGetInfo(&src_glyph.Info); - if (ft_bitmap == NULL) - continue; - - // Allocate new temporary chunk if needed - const int bitmap_size_in_bytes = src_glyph.Info.Width * src_glyph.Info.Height * 4; - if (buf_bitmap_current_used_bytes + bitmap_size_in_bytes > BITMAP_BUFFERS_CHUNK_SIZE) - { - buf_bitmap_current_used_bytes = 0; - buf_bitmap_buffers.push_back((unsigned char*)IM_ALLOC(BITMAP_BUFFERS_CHUNK_SIZE)); - } - - // Blit rasterized pixels to our temporary buffer and keep a pointer to it. - src_glyph.BitmapData = (unsigned int*)(buf_bitmap_buffers.back() + buf_bitmap_current_used_bytes); - buf_bitmap_current_used_bytes += bitmap_size_in_bytes; - src_tmp.Font.BlitGlyph(ft_bitmap, src_glyph.BitmapData, src_glyph.Info.Width, multiply_enabled ? multiply_table : NULL); - - src_tmp.Rects[glyph_i].w = (stbrp_coord)(src_glyph.Info.Width + padding); - src_tmp.Rects[glyph_i].h = (stbrp_coord)(src_glyph.Info.Height + padding); - total_surface += src_tmp.Rects[glyph_i].w * src_tmp.Rects[glyph_i].h; - } - } - - // We need a width for the skyline algorithm, any width! - // The exact width doesn't really matter much, but some API/GPU have texture size limitations and increasing width can decrease height. - // User can override TexDesiredWidth and TexGlyphPadding if they wish, otherwise we use a simple heuristic to select the width based on expected surface. - const int surface_sqrt = (int)ImSqrt((float)total_surface) + 1; - atlas->TexHeight = 0; - if (atlas->TexDesiredWidth > 0) - atlas->TexWidth = atlas->TexDesiredWidth; - else - atlas->TexWidth = (surface_sqrt >= 4096 * 0.7f) ? 4096 : (surface_sqrt >= 2048 * 0.7f) ? 2048 : (surface_sqrt >= 1024 * 0.7f) ? 1024 : 512; - - // 5. Start packing - // Pack our extra data rectangles first, so it will be on the upper-left corner of our texture (UV will have small values). - const int TEX_HEIGHT_MAX = 1024 * 32; - const int num_nodes_for_packing_algorithm = atlas->TexWidth - atlas->TexGlyphPadding; - ImVector pack_nodes; - pack_nodes.resize(num_nodes_for_packing_algorithm); - stbrp_context pack_context; - stbrp_init_target(&pack_context, atlas->TexWidth, TEX_HEIGHT_MAX, pack_nodes.Data, pack_nodes.Size); - ImFontAtlasBuildPackCustomRects(atlas, &pack_context); - - // 6. Pack each source font. No rendering yet, we are working with rectangles in an infinitely tall texture at this point. - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcDataFT& src_tmp = src_tmp_array[src_i]; - if (src_tmp.GlyphsCount == 0) - continue; - - stbrp_pack_rects(&pack_context, src_tmp.Rects, src_tmp.GlyphsCount); - - // Extend texture height and mark missing glyphs as non-packed so we won't render them. - // FIXME: We are not handling packing failure here (would happen if we got off TEX_HEIGHT_MAX or if a single if larger than TexWidth?) - for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++) - if (src_tmp.Rects[glyph_i].was_packed) - atlas->TexHeight = ImMax(atlas->TexHeight, src_tmp.Rects[glyph_i].y + src_tmp.Rects[glyph_i].h); - } - - // 7. Allocate texture - atlas->TexHeight = (atlas->Flags & ImFontAtlasFlags_NoPowerOfTwoHeight) ? (atlas->TexHeight + 1) : ImUpperPowerOfTwo(atlas->TexHeight); - atlas->TexUvScale = ImVec2(1.0f / atlas->TexWidth, 1.0f / atlas->TexHeight); - if (src_load_color) - { - size_t tex_size = (size_t)atlas->TexWidth * atlas->TexHeight * 4; - atlas->TexPixelsRGBA32 = (unsigned int*)IM_ALLOC(tex_size); - memset(atlas->TexPixelsRGBA32, 0, tex_size); - } - else - { - size_t tex_size = (size_t)atlas->TexWidth * atlas->TexHeight * 1; - atlas->TexPixelsAlpha8 = (unsigned char*)IM_ALLOC(tex_size); - memset(atlas->TexPixelsAlpha8, 0, tex_size); - } - - // 8. Copy rasterized font characters back into the main texture - // 9. Setup ImFont and glyphs for runtime - bool tex_use_colors = false; - for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) - { - ImFontBuildSrcDataFT& src_tmp = src_tmp_array[src_i]; - if (src_tmp.GlyphsCount == 0) - continue; - - // When merging fonts with MergeMode=true: - // - We can have multiple input fonts writing into a same destination font. - // - dst_font->ConfigData is != from cfg which is our source configuration. - ImFontConfig& cfg = atlas->ConfigData[src_i]; - ImFont* dst_font = cfg.DstFont; - - const float ascent = src_tmp.Font.Info.Ascender; - const float descent = src_tmp.Font.Info.Descender; - ImFontAtlasBuildSetupFont(atlas, dst_font, &cfg, ascent, descent); - const float font_off_x = cfg.GlyphOffset.x; - const float font_off_y = cfg.GlyphOffset.y + IM_ROUND(dst_font->Ascent); - - const int padding = atlas->TexGlyphPadding; - for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++) - { - ImFontBuildSrcGlyphFT& src_glyph = src_tmp.GlyphsList[glyph_i]; - stbrp_rect& pack_rect = src_tmp.Rects[glyph_i]; - IM_ASSERT(pack_rect.was_packed); - if (pack_rect.w == 0 && pack_rect.h == 0) - continue; - - GlyphInfo& info = src_glyph.Info; - IM_ASSERT(info.Width + padding <= pack_rect.w); - IM_ASSERT(info.Height + padding <= pack_rect.h); - const int tx = pack_rect.x + padding; - const int ty = pack_rect.y + padding; - - // Register glyph - float x0 = info.OffsetX + font_off_x; - float y0 = info.OffsetY + font_off_y; - float x1 = x0 + info.Width; - float y1 = y0 + info.Height; - float u0 = (tx) / (float)atlas->TexWidth; - float v0 = (ty) / (float)atlas->TexHeight; - float u1 = (tx + info.Width) / (float)atlas->TexWidth; - float v1 = (ty + info.Height) / (float)atlas->TexHeight; - dst_font->AddGlyph(&cfg, (ImWchar)src_glyph.Codepoint, x0, y0, x1, y1, u0, v0, u1, v1, info.AdvanceX); - - ImFontGlyph* dst_glyph = &dst_font->Glyphs.back(); - IM_ASSERT(dst_glyph->Codepoint == src_glyph.Codepoint); - if (src_glyph.Info.IsColored) - dst_glyph->Colored = tex_use_colors = true; - - // Blit from temporary buffer to final texture - size_t blit_src_stride = (size_t)src_glyph.Info.Width; - size_t blit_dst_stride = (size_t)atlas->TexWidth; - unsigned int* blit_src = src_glyph.BitmapData; - if (atlas->TexPixelsAlpha8 != NULL) - { - unsigned char* blit_dst = atlas->TexPixelsAlpha8 + (ty * blit_dst_stride) + tx; - for (int y = 0; y < info.Height; y++, blit_dst += blit_dst_stride, blit_src += blit_src_stride) - for (int x = 0; x < info.Width; x++) - blit_dst[x] = (unsigned char)((blit_src[x] >> IM_COL32_A_SHIFT) & 0xFF); - } - else - { - unsigned int* blit_dst = atlas->TexPixelsRGBA32 + (ty * blit_dst_stride) + tx; - for (int y = 0; y < info.Height; y++, blit_dst += blit_dst_stride, blit_src += blit_src_stride) - for (int x = 0; x < info.Width; x++) - blit_dst[x] = blit_src[x]; - } - } - - src_tmp.Rects = NULL; - } - atlas->TexPixelsUseColors = tex_use_colors; - - // Cleanup - for (int buf_i = 0; buf_i < buf_bitmap_buffers.Size; buf_i++) - IM_FREE(buf_bitmap_buffers[buf_i]); - src_tmp_array.clear_destruct(); - - ImFontAtlasBuildFinish(atlas); - - return true; -} - -// FreeType memory allocation callbacks -static void* FreeType_Alloc(FT_Memory /*memory*/, long size) -{ - return GImGuiFreeTypeAllocFunc((size_t)size, GImGuiFreeTypeAllocatorUserData); -} - -static void FreeType_Free(FT_Memory /*memory*/, void* block) -{ - GImGuiFreeTypeFreeFunc(block, GImGuiFreeTypeAllocatorUserData); -} - -static void* FreeType_Realloc(FT_Memory /*memory*/, long cur_size, long new_size, void* block) -{ - // Implement realloc() as we don't ask user to provide it. - if (block == NULL) - return GImGuiFreeTypeAllocFunc((size_t)new_size, GImGuiFreeTypeAllocatorUserData); - - if (new_size == 0) - { - GImGuiFreeTypeFreeFunc(block, GImGuiFreeTypeAllocatorUserData); - return NULL; - } - - if (new_size > cur_size) - { - void* new_block = GImGuiFreeTypeAllocFunc((size_t)new_size, GImGuiFreeTypeAllocatorUserData); - memcpy(new_block, block, (size_t)cur_size); - GImGuiFreeTypeFreeFunc(block, GImGuiFreeTypeAllocatorUserData); - return new_block; - } - - return block; -} - -static bool ImFontAtlasBuildWithFreeType(ImFontAtlas* atlas) -{ - // FreeType memory management: https://www.freetype.org/freetype2/docs/design/design-4.html - FT_MemoryRec_ memory_rec = {}; - memory_rec.user = NULL; - memory_rec.alloc = &FreeType_Alloc; - memory_rec.free = &FreeType_Free; - memory_rec.realloc = &FreeType_Realloc; - - // https://www.freetype.org/freetype2/docs/reference/ft2-module_management.html#FT_New_Library - FT_Library ft_library; - FT_Error error = FT_New_Library(&memory_rec, &ft_library); - if (error != 0) - return false; - - // If you don't call FT_Add_Default_Modules() the rest of code may work, but FreeType won't use our custom allocator. - FT_Add_Default_Modules(ft_library); - - bool ret = ImFontAtlasBuildWithFreeTypeEx(ft_library, atlas, atlas->FontBuilderFlags); - FT_Done_Library(ft_library); - - return ret; -} - -const ImFontBuilderIO* ImGuiFreeType::GetBuilderForFreeType() -{ - static ImFontBuilderIO io; - io.FontBuilder_Build = ImFontAtlasBuildWithFreeType; - return &io; -} - -void ImGuiFreeType::SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* user_data), void (*free_func)(void* ptr, void* user_data), void* user_data) -{ - GImGuiFreeTypeAllocFunc = alloc_func; - GImGuiFreeTypeFreeFunc = free_func; - GImGuiFreeTypeAllocatorUserData = user_data; -} diff --git a/external/imgui/misc/freetype/imgui_freetype.h b/external/imgui/misc/freetype/imgui_freetype.h deleted file mode 100644 index 713e4639..00000000 --- a/external/imgui/misc/freetype/imgui_freetype.h +++ /dev/null @@ -1,50 +0,0 @@ -// dear imgui: FreeType font builder (used as a replacement for the stb_truetype builder) -// (headers) - -#pragma once - -#include "imgui.h" // IMGUI_API - -// Forward declarations -struct ImFontAtlas; -struct ImFontBuilderIO; - -// Hinting greatly impacts visuals (and glyph sizes). -// - By default, hinting is enabled and the font's native hinter is preferred over the auto-hinter. -// - When disabled, FreeType generates blurrier glyphs, more or less matches the stb_truetype.h -// - The Default hinting mode usually looks good, but may distort glyphs in an unusual way. -// - The Light hinting mode generates fuzzier glyphs but better matches Microsoft's rasterizer. -// You can set those flags globaly in ImFontAtlas::FontBuilderFlags -// You can set those flags on a per font basis in ImFontConfig::FontBuilderFlags -enum ImGuiFreeTypeBuilderFlags -{ - ImGuiFreeTypeBuilderFlags_NoHinting = 1 << 0, // Disable hinting. This generally generates 'blurrier' bitmap glyphs when the glyph are rendered in any of the anti-aliased modes. - ImGuiFreeTypeBuilderFlags_NoAutoHint = 1 << 1, // Disable auto-hinter. - ImGuiFreeTypeBuilderFlags_ForceAutoHint = 1 << 2, // Indicates that the auto-hinter is preferred over the font's native hinter. - ImGuiFreeTypeBuilderFlags_LightHinting = 1 << 3, // A lighter hinting algorithm for gray-level modes. Many generated glyphs are fuzzier but better resemble their original shape. This is achieved by snapping glyphs to the pixel grid only vertically (Y-axis), as is done by Microsoft's ClearType and Adobe's proprietary font renderer. This preserves inter-glyph spacing in horizontal text. - ImGuiFreeTypeBuilderFlags_MonoHinting = 1 << 4, // Strong hinting algorithm that should only be used for monochrome output. - ImGuiFreeTypeBuilderFlags_Bold = 1 << 5, // Styling: Should we artificially embolden the font? - ImGuiFreeTypeBuilderFlags_Oblique = 1 << 6, // Styling: Should we slant the font, emulating italic style? - ImGuiFreeTypeBuilderFlags_Monochrome = 1 << 7, // Disable anti-aliasing. Combine this with MonoHinting for best results! - ImGuiFreeTypeBuilderFlags_LoadColor = 1 << 8, // Enable FreeType color-layered glyphs - ImGuiFreeTypeBuilderFlags_Bitmap = 1 << 9 // Enable FreeType bitmap glyphs -}; - -namespace ImGuiFreeType -{ - // This is automatically assigned when using '#define IMGUI_ENABLE_FREETYPE'. - // If you need to dynamically select between multiple builders: - // - you can manually assign this builder with 'atlas->FontBuilderIO = ImGuiFreeType::GetBuilderForFreeType()' - // - prefer deep-copying this into your own ImFontBuilderIO instance if you use hot-reloading that messes up static data. - IMGUI_API const ImFontBuilderIO* GetBuilderForFreeType(); - - // Override allocators. By default ImGuiFreeType will use IM_ALLOC()/IM_FREE() - // However, as FreeType does lots of allocations we provide a way for the user to redirect it to a separate memory heap if desired. - IMGUI_API void SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* user_data), void (*free_func)(void* ptr, void* user_data), void* user_data = NULL); - - // Obsolete names (will be removed soon) - // Prefer using '#define IMGUI_ENABLE_FREETYPE' -#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS - static inline bool BuildFontAtlas(ImFontAtlas* atlas, unsigned int flags = 0) { atlas->FontBuilderIO = GetBuilderForFreeType(); atlas->FontBuilderFlags = flags; return atlas->Build(); } -#endif -} diff --git a/external/imgui/misc/single_file/imgui_single_file.h b/external/imgui/misc/single_file/imgui_single_file.h deleted file mode 100644 index 185341b1..00000000 --- a/external/imgui/misc/single_file/imgui_single_file.h +++ /dev/null @@ -1,18 +0,0 @@ -// dear imgui: single-file wrapper include -// We use this to validate compiling all *.cpp files in a same compilation unit. -// Users of that technique (also called "Unity builds") can generally provide this themselves, -// so we don't really recommend you use this in your projects. - -// Do this: -// #define IMGUI_IMPLEMENTATION -// Before you include this file in *one* C++ file to create the implementation. -// Using this in your project will leak the contents of imgui_internal.h and ImVec2 operators in this compilation unit. -#include "imgui.h" - -#ifdef IMGUI_IMPLEMENTATION -#include "../../imgui.cpp" -#include "../../imgui_demo.cpp" -#include "../../imgui_draw.cpp" -#include "../../imgui_tables.cpp" -#include "../../imgui_widgets.cpp" -#endif diff --git a/external/nativefiledialog-extended b/external/nativefiledialog-extended new file mode 160000 index 00000000..33115928 --- /dev/null +++ b/external/nativefiledialog-extended @@ -0,0 +1 @@ +Subproject commit 33115928184cc3cc1b945a0f94bbc574d137224c diff --git a/external/nativefiledialog-extended/.circleci/config.yml b/external/nativefiledialog-extended/.circleci/config.yml deleted file mode 100644 index 4c55a5de..00000000 --- a/external/nativefiledialog-extended/.circleci/config.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: 2.1 - -jobs: - build: - macos: - xcode: 13.3 - steps: - - checkout - - run: - name: Install dependencies - command: | - brew install cmake - - run: - name: Configure - command: mkdir build && mkdir install && cd build && cmake -DCMAKE_INSTALL_PREFIX="../install" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-Wall -Wextra -Werror -pedantic" -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror -pedantic" -DNFD_BUILD_TESTS=ON .. - - run: - name: Build - command: cmake --build build --target install - -workflows: - main: - jobs: - - build: - name: MacOS 12 - Clang \ No newline at end of file diff --git a/external/nativefiledialog-extended/.clang-format b/external/nativefiledialog-extended/.clang-format deleted file mode 100644 index 56badbe5..00000000 --- a/external/nativefiledialog-extended/.clang-format +++ /dev/null @@ -1,11 +0,0 @@ ---- -BasedOnStyle: Chromium -IndentWidth: 4 -BinPackArguments: false -ColumnLimit: 100 -AllowShortIfStatementsOnASingleLine: WithoutElse -AllowShortLoopsOnASingleLine: true ---- -Language: Cpp ---- -Language: ObjC diff --git a/external/nativefiledialog-extended/.github/workflows/cmake.yml b/external/nativefiledialog-extended/.github/workflows/cmake.yml deleted file mode 100644 index 5343bc50..00000000 --- a/external/nativefiledialog-extended/.github/workflows/cmake.yml +++ /dev/null @@ -1,146 +0,0 @@ -name: build - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - clang-format: - - name: ClangFormat check - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Format code - run: find src/ test/ -iname '*.c' -or -iname '*.cpp' -or -iname '*.m' -or -iname '*.mm' -or -iname '*.h' -or -iname '*.hpp' | xargs clang-format -i -style=file - - name: Check diff - run: git diff --exit-code - - build-ubuntu: - - name: Ubuntu ${{ matrix.os.name }} - ${{ matrix.compiler.name }}, ${{ matrix.portal.name }}, C++${{ matrix.cppstd }} - runs-on: ${{ matrix.os.label }} - - strategy: - matrix: - os: [ {label: ubuntu-latest, name: latest}, {label: ubuntu-18.04, name: 18.04} ] - portal: [ {flag: OFF, dep: libgtk-3-dev, name: GTK}, {flag: ON, dep: libdbus-1-dev, name: Portal} ] # The NFD_PORTAL setting defaults to OFF (i.e. uses GTK) - compiler: [ {c: gcc, cpp: g++, name: GCC}, {c: clang, cpp: clang++, name: Clang} ] # The default compiler is gcc/g++ - cppstd: [23, 11] - - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Installing Dependencies - run: sudo apt-get update && sudo apt-get install ${{ matrix.portal.dep }} - - name: Configure - run: mkdir build && mkdir install && cd build && cmake -DCMAKE_INSTALL_PREFIX="../install" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=${{ matrix.compiler.c }} -DCMAKE_CXX_COMPILER=${{ matrix.compiler.cpp }} -DCMAKE_CXX_STANDARD=${{ matrix.cppstd }} -DCMAKE_C_FLAGS="-Wall -Wextra -Werror -pedantic" -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror -pedantic" -DNFD_PORTAL=${{ matrix.portal.flag }} -DNFD_BUILD_TESTS=ON .. - - name: Build - run: cmake --build build --target install - - name: Upload test binaries - uses: actions/upload-artifact@v2 - with: - name: Ubuntu ${{ matrix.os.name }} - ${{ matrix.compiler.name }}, ${{ matrix.portal.name }}, C++${{ matrix.cppstd }} - path: | - build/src/libnfd.a - build/test/test_* - - build-macos-clang: - - name: MacOS ${{ matrix.os.name }} - Clang - runs-on: ${{ matrix.os.label }} - - strategy: - matrix: - os: [ {label: macos-latest, name: latest}, {label: macos-10.15, name: 10.15} ] - - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Configure - run: mkdir build && mkdir install && cd build && cmake -DCMAKE_INSTALL_PREFIX="../install" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-Wall -Wextra -Werror -pedantic" -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror -pedantic" -DNFD_BUILD_TESTS=ON .. - - name: Build - run: cmake --build build --target install - - name: Upload test binaries - uses: actions/upload-artifact@v2 - with: - name: MacOS ${{ matrix.os.name }} - Clang - path: | - build/src/libnfd.a - build/test/test_* - - build-windows-msvc: - - name: Windows latest - MSVC - runs-on: windows-latest - - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Configure - run: mkdir build && mkdir install && cd build && cmake -DCMAKE_INSTALL_PREFIX="../install" -DNFD_BUILD_TESTS=ON .. - - name: Build - run: cmake --build build --target install --config Release - - name: Upload test binaries - uses: actions/upload-artifact@v2 - with: - name: Windows latest - MSVC - path: | - build/src/Release/nfd.lib - build/test/Release/test_* - - build-windows-clang: - - name: Windows latest - Clang - runs-on: windows-latest - - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Configure - run: mkdir build && mkdir install && cd build && cmake -DCMAKE_INSTALL_PREFIX="../install" -T ClangCL -DNFD_BUILD_TESTS=ON .. - - name: Build - run: cmake --build build --target install --config Release - - name: Upload test binaries - uses: actions/upload-artifact@v2 - with: - name: Windows latest - Clang - path: | - build/src/Release/nfd.lib - build/test/Release/test_* - - build-windows-mingw: - - name: Windows latest - MinGW - runs-on: windows-latest - - defaults: - run: - shell: msys2 {0} - - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Set up MinGW-w64 - uses: msys2/setup-msys2@v2 - with: - path-type: minimal - install: >- - base-devel - mingw-w64-x86_64-gcc - mingw-w64-x86_64-cmake - - name: Configure - run: mkdir build && mkdir install && cd build && cmake -DCMAKE_INSTALL_PREFIX="../install" -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ -G 'MSYS Makefiles' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-Wall -Wextra -Werror -pedantic" -DCMAKE_CXX_FLAGS="-Wall -Wextra -Werror -pedantic" -DNFD_BUILD_TESTS=ON .. - - name: Build - run: cmake --build build --target install - - name: Upload test binaries - uses: actions/upload-artifact@v2 - with: - name: Windows latest - MinGW - path: | - build/src/libnfd.a - build/test/test_* diff --git a/external/nativefiledialog-extended/.gitignore b/external/nativefiledialog-extended/.gitignore deleted file mode 100644 index 747ae819..00000000 --- a/external/nativefiledialog-extended/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# VS CMake default output -/.vs/ -/out/ -/CMakeSettings.json - -# Mac OS X rubbish -.DS_Store diff --git a/external/nativefiledialog-extended/CMakeLists.txt b/external/nativefiledialog-extended/CMakeLists.txt deleted file mode 100644 index f3deec3b..00000000 --- a/external/nativefiledialog-extended/CMakeLists.txt +++ /dev/null @@ -1,45 +0,0 @@ -cmake_minimum_required(VERSION 3.2) -project(nativefiledialog-extended) - -set(nfd_PLATFORM Undefined) -if(WIN32) - set(nfd_PLATFORM PLATFORM_WIN32) -elseif(APPLE) - set(nfd_PLATFORM PLATFORM_MACOS) -elseif(UNIX AND NOT APPLE) - set(nfd_PLATFORM PLATFORM_LINUX) -endif() - -message("nfd Platform: ${nfd_PLATFORM}") - -set(nfd_COMPILER Undefined) -if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_SIMULATE_ID STREQUAL "MSVC") - # This is clang-cl, which has different compiler options - set(nfd_COMPILER COMPILER_CLANGCL) -elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") - set(nfd_COMPILER COMPILER_MSVC) -elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") - set(nfd_COMPILER COMPILER_GNU) -endif() - -message("nfd Compiler: ${nfd_COMPILER}") - -# Use latest C++ by default (should be the best one), but let user override it -if(NOT DEFINED CMAKE_CXX_STANDARD) - if(CMAKE_VERSION VERSION_LESS "3.8") - set (CMAKE_CXX_STANDARD 14) - elseif(CMAKE_VERSION VERSION_LESS "3.12") - set (CMAKE_CXX_STANDARD 17) - elseif(CMAKE_VERSION VERSION_LESS "3.20") - set (CMAKE_CXX_STANDARD 20) - else() - set (CMAKE_CXX_STANDARD 23) - endif() -endif() - -add_subdirectory(src) - -option(NFD_BUILD_TESTS "Build tests for nfd" OFF) -if(${NFD_BUILD_TESTS}) - add_subdirectory(test) -endif() diff --git a/external/nativefiledialog-extended/LICENSE b/external/nativefiledialog-extended/LICENSE deleted file mode 100644 index 3ab103c5..00000000 --- a/external/nativefiledialog-extended/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. - diff --git a/external/nativefiledialog-extended/README.md b/external/nativefiledialog-extended/README.md deleted file mode 100644 index 04780e82..00000000 --- a/external/nativefiledialog-extended/README.md +++ /dev/null @@ -1,297 +0,0 @@ - -# Native File Dialog Extended - -![GitHub Actions](https://github.com/btzy/nativefiledialog-extended/workflows/build/badge.svg) - -A small C library with that portably invokes native file open, folder select and file save dialogs. Write dialog code once and have it pop up native dialogs on all supported platforms. Avoid linking large dependencies like wxWidgets and Qt. - -This library is based on Michael Labbe's Native File Dialog ([mlabbe/nativefiledialog](https://github.com/mlabbe/nativefiledialog)). - -Features: - -- Lean C API, static library — no C++/ObjC runtime needed -- Supports Windows (MSVC, MinGW, Clang), MacOS (Clang), and Linux (GTK, portal) (GCC, Clang) -- Zlib licensed -- Friendly names for filters (e.g. `C/C++ Source files (*.c;*.cpp)` instead of `(*.c;*.cpp)`) on platforms that support it -- Automatically append file extension on platforms where users expect it -- Support for setting a default folder path -- Support for setting a default file name (e.g. `Untitled.c`) -- Consistent UTF-8 support on all platforms -- Native character set (UTF-16 `wchar_t`) support on Windows -- Initialization and de-initialization of platform library (e.g. COM (Windows) / GTK (Linux GTK) / D-Bus (Linux portal)) decoupled from dialog functions, so applications can choose when to initialize/de-initialize -- Multiple file selection support (for file open dialog) -- Support for Vista's modern `IFileDialog` on Windows -- No third party dependencies -- Modern CMake build system -- Works alongside [SDL2](http://www.libsdl.org) on all platforms -- Optional C++ wrapper with `unique_ptr` auto-freeing semantics and optional parameters, for those using this library from C++ - -**Comparison with original Native File Dialog:** - -The friendly names feature is the primary reason for breaking API compatibility with Michael Labbe's library (and hence this library probably will never be merged with it). There are also a number of tweaks that cause observable differences in this library. - -Features added in Native File Dialog Extended: - -- Friendly names for filters -- Automatically appending file extensions -- Support for setting a default file name -- Native character set (UTF-16 `wchar_t`) support on Windows -- xdg-desktop-portal support on Linux that opens the "native" file chooser (see "Usage" section below) -- Initialization and de-initialization of platform library decoupled from file dialog functions -- Modern CMake build system -- Optional C++ wrapper with `unique_ptr` auto-freeing semantics and optional parameters - -There is also significant code refractoring, especially for the Windows implementation. - -The [wiki](https://github.com/btzy/nativefiledialog-extended/wiki) keeps track of known language bindings and known popular projects that depend on this library. - -# Basic Usage - -```C -#include -#include -#include - -int main(void) -{ - - NFD_Init(); - - nfdchar_t *outPath; - nfdfilteritem_t filterItem[2] = { { "Source code", "c,cpp,cc" }, { "Headers", "h,hpp" } }; - nfdresult_t result = NFD_OpenDialog(&outPath, filterItem, 2, NULL); - if (result == NFD_OKAY) - { - puts("Success!"); - puts(outPath); - NFD_FreePath(outPath); - } - else if (result == NFD_CANCEL) - { - puts("User pressed cancel."); - } - else - { - printf("Error: %s\n", NFD_GetError()); - } - - NFD_Quit(); - return 0; -} -``` - -See [NFD.h](src/include/nfd.h) for more options. - -If you are using a platform abstraction framework such as SDL or GLFW, also see the "Usage" section below. - -# Screenshots # - -![Windows 10](screens/open_win10.png?raw=true#gh-light-mode-only) -![Windows 10](screens/open_win10_dark.png?raw=true#gh-dark-mode-only) -![MacOS 10.13](screens/open_macos_11.0.png?raw=true#gh-light-mode-only) -![MacOS 10.13](screens/open_macos_11.0_dark.png?raw=true#gh-dark-mode-only) -![GTK3 on Ubuntu 20.04](screens/open_gtk3.png?raw=true#gh-light-mode-only) -![GTK3 on Ubuntu 20.04](screens/open_gtk3_dark.png?raw=true#gh-dark-mode-only) - -# Building - -## CMake Projects -If your project uses CMake, -simply add the following lines to your CMakeLists.txt: -``` -add_subdirectory(path/to/nativefiledialog-extended) -target_link_libraries(MyProgram PRIVATE nfd) -``` -Make sure that you also have the needed [dependencies](#dependencies). - -## Standalone Library -If you want to build the standalone static library, -execute the following commands (starting from the project root directory): -``` -mkdir build -cd build -cmake -DCMAKE_BUILD_TYPE=Release .. -cmake --build . -``` - -The above commands will make a `build` directory, -and build the project (in release mode) there. -If you are developing NFDe, you may want to do `-DCMAKE_BUILD_TYPE=Debug` -to build a debug version of the library instead. - -If you want to build the sample programs, -add `-DNFD_BUILD_TESTS=ON` (sample programs are not built by default). - -On Linux, if you want to use the Flatpak desktop portal instead of GTK, add `-DNFD_PORTAL=ON`. (Otherwise, GTK will be used.) See the "Usage" section below for more information. - -See the [CI build file](.github/workflows/cmake.yml) for some example build commands. - -### Visual Studio on Windows -Recent versions of Visual Studio have CMake support built into the IDE. -You should be able to "Open Folder" in the project root directory, -and Visual Studio will recognize and configure the project appropriately. -From there, you will be able to set configurations for Debug vs Release, -and for x86 vs x64. -For more information, see [the Microsoft Docs page]([https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=vs-2019](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=vs-2019)). -This has been tested to work on Visual Studio 2019, -and it probably works on Visual Studio 2017 too. - -### Compiling Your Programs - - 1. Add `src/include` to your include search path. - 2. Add `nfd.lib` or `nfd_d.lib` to the list of static libraries to link against (for release or debug, respectively). - 3. Add `build//` to the library search path. - -## Dependencies - -### Linux - -#### GTK (default) -Make sure `libgtk-3-dev` is installed on your system. - -#### Portal -Make sure `libdbus-1-dev` is installed on your system. - -### MacOS -On MacOS, add `AppKit` and `UniformTypeIdentifiers` to the list of frameworks. - -### Windows -On Windows (both MSVC and MinGW), ensure you are building against `ole32.lib` and `uuid.lib`. - -# Usage - -See `NFD.h` for API calls. See the `test` directory for example code (both C and C++). - -If you turned on the option to build the `test` directory (`-DNFD_BUILD_TESTS=ON`), then `build/bin` will contain the compiled test programs. - -## File Filter Syntax - -Files can be filtered by file extension groups: - -```C -nfdfilteritem_t filterItem[2] = { { "Source code", "c,cpp,cc" }, { "Headers", "h,hpp" } }; -``` - -A file filter is a pair of strings comprising the friendly name and the specification (multiple file extensions are comma-separated). - -A list of file filters can be passed as an argument when invoking the library. - -A wildcard filter is always added to every dialog. - -*Note: On MacOS, the file dialogs do not have friendly names and there is no way to switch between filters, so the filter specifications are combined (e.g. "c,cpp,cc,h,hpp"). The filter specification is also never explicitly shown to the user. This is usual MacOS behaviour and users expect it.* - -*Note 2: You must ensure that the specification string is non-empty and that every file extension has at least one character. Otherwise, bad things might ensue (i.e. undefined behaviour).* - -*Note 3: On Linux, the file extension is appended (if missing) when the user presses down the "Save" button. The appended file extension will remain visible to the user, even if an overwrite prompt is shown and the user then presses "Cancel".* - -*Note 4: On Windows, the default folder parameter is only used if there is no recently used folder available. Otherwise, the default folder will be the folder that was last used. Internally, the Windows implementation calls [IFileDialog::SetDefaultFolder(IShellItem)](https://docs.microsoft.com/en-us/windows/desktop/api/shobjidl_core/nf-shobjidl_core-ifiledialog-setdefaultfolder). This is usual Windows behaviour and users expect it.* - -## Iterating Over PathSets - -A file open dialog that supports multiple selection produces a PathSet, which is a thin abstraction over the platform-specific collection. There are two ways to iterate over a PathSet: - -### Accessing by index - -This method does array-like access on the PathSet, and is the easiest to use. -However, on certain platforms (Linux, and possibly Windows), -it takes O(N2) time in total to iterate the entire PathSet, -because the underlying platform-specific implementation uses a linked list. - -See [test_opendialogmultiple.c](test/test_opendialogmultiple.c). - -### Using an enumerator (experimental) - -This method uses an enumerator object to iterate the paths in the PathSet. -It is guaranteed to take O(N) time in total to iterate the entire PathSet. - -See [test_opendialogmultiple_enum.c](test/test_opendialogmultiple_enum.c). - -This API is experimental, and subject to change. - -## Customization Macros - -You can define the following macros *before* including `nfd.h`/`nfd.hpp`: - -- `NFD_NATIVE`: Define this before including `nfd.h` to make non-suffixed function names and typedefs (e.g. `NFD_OpenDialog`) aliases for the native functions (e.g. `NFD_OpenDialogN`) instead of aliases for the UTF-8 functions (e.g. `NFD_OpenDialogU8`). This macro does not affect the C++ wrapper `nfd.hpp`. -- `NFD_THROWS_EXCEPTIONS`: (C++ only) Define this before including `nfd.hpp` to make `NFD::Guard` construction throw `std::runtime_error` if `NFD_Init` fails. Otherwise, there is no way to detect failure in `NFD::Guard` construction. - -Macros that might be defined by `nfd.h`: - -- `NFD_DIFFERENT_NATIVE_FUNCTIONS`: Defined if the native and UTF-8 versions of functions are different (i.e. compiling for Windows); not defined otherwise. If `NFD_DIFFERENT_NATIVE_FUNCTIONS` is not defined, then the UTF-8 versions of functions are aliases for the native versions. This might be useful if you are writing a function that wants to provide overloads depending on whether the native functions and UTF-8 functions are the same. (Native is UTF-16 (`wchar_t`) for Windows and UTF-8 (`char`) for Mac/Linux.) - -## Usage with a Platform Abstraction Framework - -NFDe is known to work with SDL2 and GLFW, and should also work with other platform abstraction framworks. However, you should initialize NFDe _after_ initializing the framework, and probably should deinitialize NFDe _before_ deinitializing the framework. This is because some frameworks expect to be initialized on a "clean slate", and they may configure the system in a different way from NFDe. `NFD_Init` is generally very careful not to disrupt the existing configuration unless necessary, and `NFD_Quit` restores the configuration back exactly to what it was before initialization. - -An example with SDL2: - -``` -// Initialize SDL2 first -if (SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO) != 0) { - // display some error here -} - -// Then initialize NFDe -if (NFD_Init() != NFD_OKAY) { - // display some error here -} - -/* -Your main program goes here -*/ - -NFD_Quit(); // deinitialize NFDe first - -SDL_Quit(); // Then deinitialize SDL2 -``` - -## Using xdg-desktop-portal on Linux - -On Linux, you can use the portal implementation instead of GTK, which will open the "native" file chooser selected by the OS or customized by the user. The user must have `xdg-desktop-portal` and a suitable backend installed (this comes pre-installed with most common desktop distros), otherwise `NFD_ERROR` will be returned. - -The portal implementation is much less battle-tested than the GTK implementation. There may be bugs — please report them on the issue tracker. - -To use the portal implementation, add `-DNFD_PORTAL=ON` to the build command. - -*Note: Setting a default path is not supported by the portal implementation, and any default path passed to NFDe will be ignored. This is a limitation of the portal API, so there is no way NFDe can work around it.* - -### What is a portal? - -Unlike Windows and MacOS, Linux does not have a file chooser baked into the operating system. Linux applications that want a file chooser usually link with a library that provides one (such as GTK, as in the Linux screenshot above). This is a mostly acceptable solution that many applications use, but may make the file chooser look foreign on non-GTK distros. - -Flatpak was introduced in 2015, and with it came a standardized interface to open a file chooser. Applications using this interface did not need to come with a file chooser, and could use the one provided by Flatpak. This interface became known as the desktop portal, and its use expanded to non-Flatpak applications. Now, most major desktop Linux distros come with the desktop portal installed, with file choosers that fit the theme of the distro. Users can also install a different portal backend if desired. There are currently two known backends: GTK and KDE. (XFCE does not currently seem to have a portal backend.) - -## Platform-specific Quirks - -### MacOS - -- If the MacOS deployment target is ≥ 11.0, the [allowedContentTypes](https://developer.apple.com/documentation/appkit/nssavepanel/3566857-allowedcontenttypes?language=objc) property of NSSavePanel is used instead of the deprecated [allowedFileTypes](https://developer.apple.com/documentation/appkit/nssavepanel/1534419-allowedfiletypes?language=objc) property for file filters. Thus, if you are filtering by a custom file extension specific to your application, you will need to define the data type in your `Info.plist` file as per the [Apple documentation](https://developer.apple.com/documentation/uniformtypeidentifiers/defining_file_and_data_types_for_your_app). - -# Known Limitations # - - - No support for Windows XP's legacy dialogs such as `GetOpenFileName`. (There are no plans to support this; you shouldn't be still using Windows XP anyway.) - - No Emscripten (WebAssembly) bindings. (This might get implemented if I decide to port Circuit Sandbox for the web, but I don't think there is any way to implement a web-based folder picker.) - - GTK dialogs don't set the existing window as parent, so if users click the existing window while the dialog is open then the dialog will go behind it. GTK writes a warning to stdout or stderr about this. - - Portal dialogs (the alternative to GTK on Linux) don't support a default path. Any default path you supply will be ignored. - - This library is not compatible with the original Native File Dialog library. Things might break if you use both in the same project. (There are no plans to support this; you have to use one or the other.) - - This library does not explicitly dispatch calls to the UI thread. This may lead to crashes if you call functions from other threads when the platform does not support it (e.g. MacOS). Users are generally expected to call NFDe from an appropriate UI thread (i.e. the thread performing the UI event loop). - -# Reporting Bugs # - -Please use the GitHub issue tracker to report bugs or to contribute to this repository. Feel free to submit bug reports of any kind. - -# Credit # - -Bernard Teo (me) and other contributors for everything that wasn't from Michael Labbe's [Native File Dialog](https://github.com/mlabbe/nativefiledialog). - -[Michael Labbe](https://github.com/mlabbe) for his awesome Native File Dialog library, and the other contributors to that library. - -Much of this README has also been copied from the README of original Native File Dialog repository. - -## License ## - -Everything in this repository is distributed under the ZLib license, as is the original Native File Dialog library. - -## Support ## - -I don't provide any paid support. [Michael Labbe](https://github.com/mlabbe) appears to provide paid support for his [library](https://github.com/mlabbe/nativefiledialog) at the time of writing. diff --git a/external/nativefiledialog-extended/screens/open_gtk3.png b/external/nativefiledialog-extended/screens/open_gtk3.png deleted file mode 100644 index 76dfe9754983b59d9fe68961e1b1427e0b442c0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 33502 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%0Dcab8W?K@n^sFemzNEZc%jhcVz9o^Cc%E zj4aJ(tpD;n@T*w-PnQT=ZA;hCqn!(XwI`|kH`ARkJ@{#cr~bY3yJl2BU|W9KVCN0q zor;>5?(t{|-JA2f&guD?+Uc -Er~TWz`{S5+@u^ZA9(XCD@@$}cn)o9_Hg;!@Wt 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 %p*;Rh>$wcPr@2}pQUDZ}l^S4^3T2*?j_{xHP z=k8X2k^FP}&)vk8N0lx2gqv?WTPlC$_Ri}E0ylrVqhD#Y?u=_EmMdgFKR#FK|99v9 z;_~PFobODJ_xe{c#bb(y&>yGc=MFCVA>DCQGd#Rc>c;Jz>H7sIhtI1B`d7JolT~*R z^Y*jzKAcVv|5R1QFZFceyO0pEzYC0JTYR-HHS*-$C#yZ-+v-xV=j_~79!xzTF5*7x zkh}H&sG@xf?%qhXd;NUZiuU}-9dG^QR;Is>_%3aJKl}1D-p}n4N97}*imUi)J=#+p z{XeSmU+w0JpTpM9d3?=l>i7E${cBuPUD@0BnHK%cK3nzvXfXTsD~Wr5r1$2p$eO?3 zEbsm!)9Ms{?z{c{Pg&2;+xNgEGb?J&`Ust+Y_V?VV;^oU2}<8-eOoMl|7`#3(^sxJ zxAWt7`DK#)Gq<10zS?9s_sRRb*{0tUWWHWWH7k4-6`8ff&3$?Ooc~$VoZI;Q~p+y4z``?%!mqc;oc&n?|1`}_I|y|ZW6TKzN0-4U90;p}mh zxDBDcw{C9FOiN76wXgA!pWO69UBC6xzvX(%qxz!W7@k)Srho`3V@h5nCE#)%vZ zGtSJuzN@l(o9tR%%SCI>=uE3x9JY4tnOP>AOSA5;aG9j!^75pnQf{+VSINwT?1&rI zw{C99x?g=~3ix`9sphLxRvSlOy|JuTdiJ(&wa4|Mjm{{%JF?MQzGzmD+PZm-a@wXp z_aEFXb>i&V+&4EimMm-uTvp4Z{z1g2@U0kMzt`~k}WmU{> z|5h^Xg=x`kWyiXzs(CYx))!ZQpQO3CjkiG3peF7>w&HyC&Xhw-ez-W!O}oanw13|w z@voXY)Be_PI%#Y8dAsDj_Pishb-zLnKU%a%X=Br*q?y;_3wd5iZrHp@tL#6^%(p#H__5$%&FPV$<2Zct%Q8zjyeb%u!}qsO{M7eeFNKz*47T{mXUZTq(J`==9^M1SkI+xF~`FM4`psd{D7v^^VF z3TnT)(|G!!fAZr;^Y;HPSk%8Z@Bd|m$Kma^)8FnbdY<^?@a~E0x$I0%MucQ8S~B6X zc$0GSqj|P<9~2DRmo8iR@#4Xlot;ZJYUo+*`?LR^u-)ya_YRl7oqH+JpDobq!$f9r zruVJv^FG9t8SKkj&-gaFEiGgCP$^j z-+g3ReC$o?|2|$YH2*?I4(71W?Vyk?o#?v=ypdvtko)23Nm%4YxVz89{~jdnNtwefh7le07U z++sUWrRfH`MX^q2j@7w$%qIEo?}-OKvvlK(i}}L+H_tXYR3SE$)&Ad(`>cuP-x-f> zHA@GNuKmdnncX+Xc3W_4>!t633pBU=OMbtuQ`hT`PIsV_-&`|g+haF_p1WqNZd<=T zf9CcZpoKIW|87{$@laapv&h5y_5XVX!LvWGs=w!O+Vy*%7lT>}J<1QcKuL+A!E;iB zt3MM1!xf_#z3J+I`O+FzDcdNn=H7bY_> zFl_B?Y;-ItDhdh`I<|4arW0n)+hjKVm5`FU6skI*;OM<=xzfS$GQ127A7lkPU3Tu= zxpL)7OG`_qg=eaZn5MWXP1&_;*S>vrKO?KwoVtI1{@&W(Wo-Mcr5G3{1dg5p`hQa5G15`sxJ>0-nu0u($gAroVsw)cyS$z6&&7!LaYlzS`d&9}by%1QTcI|A$5Y`O~C&AH?KK9s`A$r>mdKI;Vst01~dbNdN!< diff --git a/external/nativefiledialog-extended/screens/open_gtk3_dark.png b/external/nativefiledialog-extended/screens/open_gtk3_dark.png deleted file mode 100644 index 8b551e3dc07f94da253025fd5b54e90899b381ae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34551 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%0Av&CJzwRF#ox_v5d%*=J~ zU0im~HSB!s$tCODIwY@LT72Y&>Y;tL(s$HAJ^Hr`u4bJ+b&89d+gB|(;KJN$38&*b z%HBqmm2JD4_4e*=^SPSq&7S2?C_bNgdQDx|G!LfVGt=WU-ndmtZN8!Vr;MBPdWe4C zYM$2*|G9miG)YKNS2y>~jg5OiO~AK{HMq{or)~autXJA>w(s9d`|<@?8kZfDv#n}r zY5DQ{H>lO;6V{j)-}nFf^j*`Vek=~yz2}$o*WWBR)%bQ9DxZ?F{xdCJ*{1Lj3#fi> z_x`+d-RpfqN^9&h`by0W#?)U@pF?H6CnFq)a+ czWnlE`)5Vxb}iz2@E+tWPgg&ebxsLQ05$O{oB#j- diff --git a/external/nativefiledialog-extended/screens/open_macos_10.13_list.png b/external/nativefiledialog-extended/screens/open_macos_10.13_list.png deleted file mode 100644 index 47e288f70566420d76b53db3bc43133f2e9a8880..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 49890 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 z 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 Y?ZutDMQU54TtKaJPgg&ebxsLQ0Hzj1nE(I) diff --git a/external/nativefiledialog-extended/screens/open_macos_10.13_tree.png b/external/nativefiledialog-extended/screens/open_macos_10.13_tree.png deleted file mode 100644 index e39af98820c72f2627390561ac5cc3f0b486a282..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 82185 zcmeAS@N?(olHy`uVBq!ia0y~yU{+vYV0^&A#K6FCDRtf=1_lPk;vjb?hIQv;UNSH+ zu%tWsIx;Y9?C1WI$jZRLz**oCSb)YHW=q$2LkTy6)SoASrc zn;4rqUk-K+4Ae03?B28eM0~d9`rgoto13O}EIqsK%`vaFUr!{THr8G<)je`k)YG*Q zD>++(ycW*LS~hFt%vt|;_8a*co7%cQ-@MuKdHH$E?{}=r-~GM!`Bz|zQ(|f9Ru7d` zD^{#nv!@LY)yh zZL?NoUtedy!>lDLD!OXbDgzfaN3eXOgGu+PQ(mT~rW)%sX3m@$yQ`$Ju!!3!^VTly zwJV=)FSYbty7d%T?IY$Ux5ZPZOj*%U=phYuIS0!k){xLp$5dBOfB$r&nHf7<(k@)n zwOxDl)0L>FCR49zu{Sy>2z2ms{P>}*r?+g$(xs&@FS$-UuxibkH7izRxCu`$X*^qT z;ZlYPTeIWx%O`i(NUe)LJV`LjGfjN!Qqx%zd9L!BM?FlNb8^`{bJv%%L(c81{e5D> zr4zR51`bPuczJnqb8~-xeeEvsl<7Q=;pIiPp>~0`Ke8@>C znOkq+HLomWb-z&RIb*dAa<)}0!V}weO_@G@^@s@?1!X0|0(+? zZ@HH1GPBy__q>4gMexhpP0`-4;E-si3o{!}!^5`y7q>O+xV7L%^QVB& z(5VL3E@_oczUP`fb=tIPVgF-!X|HYVFOj%}uj@B{KlIyHv4ej)Uxndz_4lvaFMr5%-}-Au<`?&N z-lFi5E^RHXDygq6(f3c6JG>DOV+drT-_}upJLYbX^Y}1 z{2{R73pW?ni4KtuXI89QIcep6;UlaLVJ~Vg3;J<9I=s|5_RL#P?>Y-hOG`UDyPG#} zrtEpCVfFU?_vd#Ev%h}4c%YvzZ)t&r%+AMiy1Kg9_~m@u?#Z7#dGgk+TPaK0uC0~6 zV4(v)sr5t8TAjEW?!2yQEEqw-bG_=@$&L= zqbm~beKLy9XCGZ$>~3XcmGWe-()X5_#XbW$o3MniM-eA7ytl!^V3jN$1l_hh! zciLwD@Vmrt^ypDWM#dUD`Fmgf{QdjdK6{GGyUhHuwNc%Dk*oXpUG1%YyjZ?u$&wSY zi>|5&ZcaShrtUv)!o*`QuCKqptMv5=kK`=@37jlVsi&vSoISh#|KIORR?6{muQ_w( z%%)A78kyO(jDN^Bu}q7ZrMTf%FQ49qeS3dwS-(@Y#&uBugGl761yOr1Ja+B{FjJTIoA;zxLVt*E#- zySz^k`(+cabb*MKD_0sC8h&WxIJ~#|ds$IY*5c>4*xMJ$%i3HO(a;y+)Y&FFyT|0% zpP!%kcqAmt!gGQ>P-YPx;Yx#RUZlYri(^&RDQzd;a}H zmzOVGX_)aqL9*Air*N|3cUL{hRSPfPIwb#d^70urZ?A8^-*5j<^+5TfOzg)w`|xte3C3W!Amcd)5?(3FWu5-~NsNruR~H`SIOyi~iVl@7sP$ z#O#>Izmyag?V`88w$8OKFMEIQ@72}eAFdX@nX&Ono0QeLqj%<+)Tjp@*_wSlZhxI^ z_BEY~^DX9wPn__mt^K<(In{rq(FxnPzH6^Gv-6*uXUmRXQhqP&$XO)tVpi^@#5jh$?9+0Zl9fD*zBVy|MB*7N&nAWuAw1q)9UvB zdp0ZAfN`}H43wrt3Q6*2aYbS54IAoJ*KeF^vYaNq@?h8Eo0==stL12l|{G~ zhBds>$|w$Ce#LdEAamEQUDKvb+aq+Zxt%}d7Ei~lEixJ+-`?C~wr@#lxUyY?e^0Q+ zPeo%Bwvh1b>+50znYT<(lzFM)b8Wf5yp1qhWrc;&#i))cMH4MKdEKL#BB%B-MyhN6 zICRR$cd-#~^1f}JhNqYKT%NH!GiXiTsmrFijc&d74&|xY=w43ZeH@f~Sa`YogqsB~ zr0y=i(Pwmhx_x(q;fH^5K5Wv3>)$_vteJdvX4C8ollI zn&GgspCzG_zg1qzZmZbN`D|ua|4#^A+3sUB(|_jznN_QQe}A8UYfEO+W0sj~jpn;~ zU%q(t<@NpXg@uOdQ^6vfke+OK>Ssvj(GTmnS{YX>n!jQ?b{2fTcJ}M*>$iC}1}8(rnns#o^ z&86AmnaZ2Fi?6MTESS7y<2m<`A8P`Zq-8u!vCq2EvGH;H_jS`m>`zr`&t7v>{!fQS z#Ey;2i=}HjHfxEuZswSMuu1B~k7}lUvvi`j>1b+lu3G*7@B8{CTT@@Wd>I)LF=fgW zo0=a1%VbwS{qpv9xhCI6Gtae8Z|CpNt>7)$Ibm&wmqXf%6$g^r(-(YGF_BrTs-U1? zVIdL6Y{2vXkiiy#*>(X(W~^8qpdup3x=NEPU}4C?1}@iDzk~0NhH&+IHP&n1kkDPR zZ`Fw$mPLPDicVi1*LNV7`;YUvG|}s|2SuL# z-}m7AomrMA^z&rz6iOv1;hTnx{Z*P5lbJO_J6}>yV%k|C7 z%FfO*m6DQLva*@c|HOet=93*F7j9hGxoTZoxv=ivJQttP>whLQ)>gkxV&+_RI{tpI zwf}?}^Zf60Eiiof%Jq;$x%pm^&0)*p_e)H#_#URSCHBnmJikM0p1gLM)m>Qr*?Z%@ z5K#x#L*XZ{>(A@&w5+%L7FcH)7Q@~k5~16!@j8HatJqGH4J$(GIift#W%iuRZ6JQnr9Q{k28oM~-~x9-@vGc_$O@8+hZJ9bF?Yfa2h+^)IcVb&J) zqHLvAZJ#(-1T<>N2CN83WDL~`XioBKadkAE5YV8tYCYaUZmg7z9kJ zuKwP~9{)#X$HnWxGUY$c->xhut_t}u&HmDz@V_E^KDIkP4Yb#_|0s4kG`eGlM^H;; z{~^Jt;-b^KRVJ-spSZtmZuQHJua+N}A71?5;^!hY=c+U7qx+s$t-C9*r*LcGork8? z>o^Ln7lk$~>f*T?aQ{-F-m`B@R=V?EUcGW}w3WM+^~N`5l7Uh?Bd6#*Khi0DzvgrA zv}xD!_y65i`8n;%8_;>gIlY8o|7e^?q^w|CJzIUTo^^cB+&A+?2js91kX-y3Y z4dc8g;=%Kqf7@S|>3S#kRzD4ln>lgm+m3}fx`hY-uI@Bg?&7+1mBwtWZtkF zJ1?g9%Os>_ELg2o_jkzxuhskKmgY0(?wxn|IM4h0`_=3AuVU%hR~B~c)-ATM=HCZb ztoX=Yn(Z_%tTLhb&dCtnwv3X-2_L^7nWh{4=FOYBUoV$mUhY46*|i5(SBLx0v$=Tf zn%bOu8cjCqOBJ_kCR|?T+hWkl=qmP9(a6jB)P$-DQ&+P`26QWSAD-BG&1uOL?u!mf zc~aV>IC@=|U!EEmF0e^UmU)xkrH+l_Y_nKGx*3;BO^yr*3|x3)QG!=@9Iu3d53@*2 zMX09TVx~9zmD=ISuROVaD&4uUIQs08i+XI=u8GasFlCoRr90b+`q$4Et)5)VupxqB z-M@YBRs-npgGS?pNcjjC##jKaZEMD16qh zPU#c(u1tFBlsBz?)v8z9a&No!NC*lDFz9n%S~a81TlvKK^X;#^f`ca)tZNuxR z@uF;A}jX}B~&@)c8d_xuOtCnBcwA1csYvQq9z+|!MPkKK~iNbs0Q zO-(#8LD9PWT}%DRislKSFC`|FPFm!}dLi@14=qtE*QsuS3j;zH%xbD%c_Ut`S1ItI zPRWi&r=pTiEG5d4@9fUO%h>zu;pvgR5fAtx27)0)KvsbaFZs z{icp7gJ;^w1Bu7Byy9|n-6}ClquH)?6L0z>miCL&Odh_T(&JPbe7kc-X4A^3Qr18& zJEi?%5_*rX->KB{j^D4NbNp1hx$2>oKy&wMhk0R@Thhc6qaDJQ$~{SAU9obdW3Oq^ z6OSKXY)fB>WQIB{Ub?sHtCq5|b98j|fdIL3($)%?%CL$>I@`5*x$wW%4_$Oc@lWU8t%tn<@A8w*2?a+&@**W;|V-gEJLc3U6L z&R62vAi1&QTH?)3spffiZtO1C-?RMi{_E@G+r^5c7ilI;U!5d%@0Qq&+qe7WY^Chh zTFCT8#8|%wcWZ^CboADusM zo}bz(?$D{9p84iII(sGj=$}nSb@wJedE<2;sdVA%FE6-OS(MA~(-i)2-)4X5$4mRa ze^&XhkM+S@Zw-yd`>Trn&t$mp(dmIL-+%G;TW5X5_f(cV_mtb-^Z(hyx7y|JZ8g-l zdtSVEKh8NI@7|u3D_3^jSA2b8$=Boif4$QFam)+eAq@%&dZK5t%IB_@ws!dXINp5E z*Vot2w<^`jT+4pPm3isjy1!C(hdSpSbh|35Vjh0aY4MvjF)3aio|fGWjr(eU|N8m! zOjV~xt1 zn4Ob)t}vYUVg9@JgTsQlCdMC=+d^|8z0%A~&ri6x%> zV_2btsPjqJqihMCt2g)^&f+>z_vgitkYXcsmnrhEzCK>STkZC`_+*11^Q_|a|Na#} zYPg$yY-Q;5JO8rp@AE#w(4A-}eP?aYuC6%ss-Lzzcm7Xp!d2N^f`lEK& zWsDBqV({mdS6SLGEIdzC*tP8K_mc+3wr+{1_Iq9p`@i|%<&OCO(zC4+{;(W2i?|pf z*i~1;%E~IT!hXw^2idE1K4b^PC0ylVO3jEcIdMU#kyWtM<@L3-moHvixxc4EmzR4@ z`uTZ|3)$AoW$wJda8@AVtlPQ+S&Cm-!&WcwNHBe{#nCO*Oy;PO$#nOAxs!h@x7Zi? zpXk!w`S+;K$R;^&rx}Y<=Q)BJZ$58@Bo&EjyL2X^v?pLd|J&y03aeH#xdzG(>ap#}x zGSJl4&OT;6`_AQiSE9CBy$#lON7RCiUlt!`xwbX?`jfoo_~uVctKViUJP_2@#u^s<^8%~bo}F7J z9{BX}qoT6u0prVE?}N@RYu=uad-Cn4`*U{-2`*T1VZoAB>%_cQX=;_^?3(DIvuwqR zfY62&QLL}cLslk5^T%b!{XW+5qGW-XPU?+4mBq}uOdsa1WxT(&D6@UrqO=QnTTh)l z`SRjo_vN+AgT5@T{`<@H>8q=&i|)P<5f?wa{^8$wMiV_)R>$pcTnil~tp55+RB|Qb zwQGkCEz&*rq+Mx)icsgORj($gdY`D^{cvW+?AezydiSi~qWMAl^qDhLZg<@NcfwZj zL)(f!vy?yBoc?R6Y{e}5Dk;zZ-ut;O7c_t&!f?9j4Q}W|4^OLmw@EJEQee8`T}d#iiwRo!u>rQ+PBwd#l&_|2tiCSk88eROJ=6 z1E-eSRa{u=Ext2*{Z_BLS>+d_mfBYQ2zb}Bd%Ax7wxctje5{bt5tGbRJr}>jVY#rd zMHE-0lHKhGm;LQqrMi2(KYqG;TJG-s+2SQ0QB}Kk?W%gc?)`P4d%rmyYj%`u>E3Bu z*>69G&Chz(Rd;{p=R3D-nPQcH&t~T=hBSfhqc?Bf45(YVa;2m9+vMP1ml=+%D6nbQ zN%>YK!0iqsrKOIhUTUk_zxZvieRRO; zFqgQf=+Z|^9Z!guPS{%eZ_dG#RYF_W{`6S9PqNZ;3?)AG09yYDYdhK(d!JUPF z&!R<#u3am8abe+-P_Bx!2P;?Ge*VT~|w;KaRV#>6w_%b$d=RQdXvbH7n;?%THY8^1ff}d7(JM+y} zw6cN3I9zHgY~;S4*5B{K^!jg8ixha$M_yP}Rdq!-*cuL&MW&69x;}lsUmqS8Hi^w8 z_(ewZLD8v~uY9t;Rj3Fu{Nq7K%kp<~_U>htbgmKEbEbafZQq5bMI3iJxQDZ^n*WQb zW5X4*tZ7rGC`=FSc-E+A>|%Xk$!VUm)7`hI*Z==({z}OOGEtS`yI_Ztx1$os&_;(X zMk`ofH@heZEV1|7-^|Qx;FSlN@cOv#VAO^Q2Yx-!(ATg3@W3%JFfg=K^v?l?9w+6U zl3;Hgsb=L|!#`=x9ht(ZGkP8z&@h=K2%gdtct5q@J>g(-#`E*lE#Zfhor6x8?(;u# zG;?L<(b5tH2GRV>LGw>Z33hCAkNKu#`j&Oq7Xc2J-ybG&todHV@c!eP(9rOSikeTP zZnt!WyiW|Wc&o2wer4&Sn}1qA%ZE=eY}%x*{!D+)?=|ZL8z(s5J$R} zf%)8?2`das9Bq}E6sH&cG2*_v^YZ!2cK<3KOsV8rvS-qT2!<7lviTbwwn)pDabK%m zU-kS-#8QSDqr6KW9xit8-zIOnN1xYg-5cqBelF364;in_KUreBhL`_6+O)iS&&jvd|0=yw980u*d@z!JYLW8e zLuPlAANyIx$m;) zJ70QR#_jt*jz<0ZUUl7d_V=8)7RlJ!{|dW=UW-rq>%Ty_vUiu-!S6gQOpO5yBH>d` zoH*e*c}_>gZpDdHmd5<<&$L{#-)^#rX?Nd({FLkbdDVI9chsCqB@@k?IJUg?dMCP) z`?$`VZCS6Gwk?ZLSoHGy#y4>+h})f94t*9=;kJdpze$uf3tc z|06SY?!T#j_t)8oUmx?Q&8^HXRru$y|B!L=K8`PUeqEpAxae?P@nK){J6uw=ISc=; z3%R@0aX-)7OqO+3=kI41n$+q3{Wmc`>{;I4f18&|?W{k-?s!_?__`stEPqT?%F@>3 z@oVJGVqg3ZKd|8UrtrS~_hNn@ee9&KE4k=j|N9fA35VCl|N3K4^iKNx+JnV9mhIDj zv_;R^_jU8P%YVOpcKkEfwYC0touI(}tmpBIP2~QY)W_aynrrCI_HW~fL~-_tJXW_Qi_|De6s{mOBjsPC2cuVDdfI5tp{iKJZCy zvq57I!|J8%PHp$L&#$j}zI4XJ4}ltf(H2GfbZc($o>65H`@G}zpS@*<Q<_FKz!M5eHI*H#^?&P!;TdbugH zFWHS}>m}D$ubdZeWxaOW*3U2exy%pFob}~TE7Y7~kKU+yp5EMg_*tJtK_;K>t-61D zzgfN6SFN6!Hjl6W;oF{m$tlhpYi=%&kuAIVcF$vD8L?kq`dy3rZ^w4clzscE;7(pT zPoB^3!=?WUk6(@sU4C8L<*~>%O}jL~Nnx@rVImPSe80 z^y%QBpkuw#?fDb^Q&LhM$F>BV|1R-uzh!aS*;%Hw*LZHP`}*w`PsSQY#()2^?cZ}B zzSAzAd|ri9dNtdk#|*67pEp({&AiO~c}>F(AqL)EUp|PfG`Mzi(P^bC#cSJ+6)`l+ z?X8l`kgVC2^ZHtV`=ZAI%>TJxTI)W!^Kh;(uUFrim=`8#iCVAvUe39~p+{rNA7j>`?C5?UZ8MTc;**_hEAQ0F8gO(7k#lS%T#>Dmc7S3n04OB zx3;bj`mbPTCL}aP<7oeDR67ch~*@v|+08YOl@x`KrG4 zvFDGJH@)E4vwPdFZ_;_Jo0`7;`@C(9#mg)6S29Gr+Asa%Uiy!e4`uHc)?e!C-h8y# zjGkxynk=rrDfqGfnZHU54VIJFTzML28M{`^m)TIe_VC(i=iYEGu6@ADc}e@L+rRvp z{9l`$+t(G{kBxifynOThHuk@tzm$ILKGJdDB4Li?9;K@h3{wC7YX6%3KK3tG#^B7F zYUfr3fet^$XC|t)wu0hKFQlJ)6lt5ev%P%2j=as|>i_ST z^J!Q~7ClK#y*jzueNz1QKWTUUz0+Hz>F>X8l{Y(+`7!SIQfqfF(T*1?C5#Go1s}h>jMw?{_iVzi zRhO^V8hliFe~NLz^3y@q3?+B}rFS0Pb%?v@>gD@l{gP&%x~J}DtNmCRzv!c<`0wPG zQcuif*UYv~ee@;Ouxwua&l`ucxup-DGqc!K&~;f{`*HPo%U!qTsjU~7HS6H+urQbB z%C>jrJ`&PXN$%*M^Xb#4D_5>8TC^xjMsGUz;#1bXjgPvD9v$gCIoV#F_v-}7=B3s} z_oSXT=5LZ)lD_W&cf}m(?^^A<*3VtGv;M8#sh+8yci;bhzxMiHcl%dQ4}7@&?0){d zwZ03dq|Lj%!F;C4z0F_vXIz}>)Oa-S*UJY7e(t->{$k18y8?CRvktR~ADmn~o9~Xn zHp$F8p<7MkSeW&$H&*rr8Z%pIgbRq4^%LQ*Z?sl!ckbKMK-e(D& z)(&m0RScoNzHxjTCF~AeN#Pa_pAy=zE_Uhf%q0iSSC>wWR#?=0Ic>V6pK>@~2az%nuN{i*=z09MA5#Qh4-Mn?Hs&bLw zvRwu@`M&SC=e&i}IWSEt{P-mw=~!8L{!7UlE?vI7aF>$#l?7|p<|ZaGGGAX8JKG?U zDRIi_`1-$BE5s8e84f>R&wHrx)vKp(Kg2ut+f+rLy>wae*Xos5;ug29O24=B|NXhU z7hI3<7UTW=c#)Sn+np8J4w0uR z9$Y)!Ts3y`U9*n-Y^E>X;OG~u9`WMR!Y#pv?+g9vD`eRD@nX4myERYSu2tgI1}pYd zzdLq$(xf}}$$1P3DGSyW^eHSmrnOUlXX>kC%%uzJL^5ymYh`V%o0gIuZbVtyzeXh)_=?H`pP4w(M4s9%^vLz z9*&lEe|}8S3_dwyQ%GnSQ)p;wZ;*;XsOSQ-d46rHHW?`{&JJH06DpeO#I-p4Z_@<{ zoy>dRC3ILG$-Xdh-opIWlui3`chbGjQ3rP!R&XAAe!T8)VV=zg7QyO9W9xb5=2^#2 ztqgmi^p9hLTyyE~ZB6cPIo<@`ej%~O{{NrNmHRlR2KyR>PQEJIa%*efuBL#iyG{j$ zgO=4fY%x8*xcPfi!_k&qO&u%;&NPdcr@T~ozCgErSwZ=iH6dkbl8b^r9<;7@1NBN4 zovqk+w{rdcr>*a2?T-+PuX}lbso~!7h5q7#7qdRB0yrgeq?=Up7uTr0W*q+aSB zx+8AsvcvB0@2}ze0{V8S=U`>$Zx-vVPovS>D&Yp1-rDU?cEcK z-rU%@GI*}%;dVBmh)W*aI-mEYx$Lm>`W4k=QswQWAOh($bxn_a{5nC=igB&RhCX@w zzFi#9g^E#%RLwAOwzuJYJFH=aMnWR>=V=M7m;t}tFq6j)Yu zkbRSLft}prD%Olv;CrYQ3Dc1dc zfA9XWKH2Q*SDcxFVs$&XBX=~1dt@cfm4CcAcG|T4YLf*kJ9hFbJ6-FS%`SiCsV$Rp zd*LD_cZHLtT925;B4ii-TqRue?^XA{XMd|^N6wfT{q4==`)AhN-_|}gc2|j_xw61o zuGpz@zXL;qg98`7i8d{J`oF~SC3irmqgs}d_M5GIzVDPCOQvf@*Shl03=@cI*!wF) zP0~?8L`f)-JMrjmxejd=9)>4Vlh2htJzQOIz9D{p4EZ}ajN`jh$N?&))< z&mHLaCgCtEwd~-Ah~g(XQ7devFL-ue3Q1wyzhX;M56kc6r*HmRZM;-v+S^xqZ2m7y zagpQMyfQIezjf2Y^Ru^<_?VcQo}3_3)Y}zsNqnKxsZ*!Sa&A1ht>EbB$i(i6 zt5>ywvA!qI)XbUrQ|0-~$9K~EjpwI!{M>VZ{i*f*hPgAfc5hO>JujdvrAhXDNSSTm z&ikvyXZp_SI%FOGPQ>i#!-&whA1121VR zvgFBc$+Y{vA?&I8jV_V<6SlI{TrR)Or2O3fO7Ntwkxwa2dPz5o3}#P$P6Lc4nu z1-KS6uhDGd{Zs3-@Q{+8@|*P*#m&q&FFoF*xQipIWu@IUk#9wOAHEh8Y}i)DuYRlG z$IIg~Yh-Pv7Cb+!LfQHG^QMeT4oV_nohh?qTCO?;oYhuK=5S&Dz`${L_JiXe z`F)>U&T8E?<7Z}ql)uVE4x^mEbNBYAGPR{TD19$tm@T_O_tl|ZZN<%<6TNgkzYGlj zcGK-`ZCKxS){8!NTf67~J|3&10{ldU+X{h&;3X4}sFRQ*?xvBr#Y-#w!Wqb{* zf|?a2eUcM;!b0=R&&{)~{_-M_ul@3_=`&*fF3?R^`hKQ8`lpb+$j zYvJ0N+qcUule1%vM1v29~SX= zRsQmT^{)-T2|hdNu7Lpo5PPD-hSC! z^@CE1;g+u^rH!-1x({Buwysdfw^^{Z)=aXwC!#`xrEQ7R+rrlsA{;aF4l@0@6D=c9 zZ}=ozT>Slm{R|IcDi?YDONecmGh@b#7cbttnIZXXN7w4@+?FPZ;-wYZDs{FdV%+w- zqMpoQ%sdfoYX91f{l`wr85bq0F4sCa9yx2n5cjuyp6nCjnEr*iANRKgqzif87S~v= zqodRI_<%z&`{6Ai38Eq*8JU@(;oHGD5ea&R8s8oG&d~e`!v$~foA8!>sSN(bE^A|6RyrNIHDs)!o zZ4SNG+G{^gCEEG)e7DNno};&CuC@rY{wNdQ_P=&I|AWOMi*3HE1)AyDyj<$jY_h1d zVS1#i>(Q;**Zt;Le0+6P`_e786xVpJ@VBh?;pvBF>xR6);?L$3c*P;zz}2}o@2c;H zZ_9fwuq>Rq_aa~J$7vJRbpO2ilT&|>6W8Lckq_rpeNk_9W1=p!5ewra| zU)J&Q)JVz1XQicY*~Fgds_-f}Q18<0EoH3fKmCvEGcRD&eR=%O+cZ)AyW)jUPV95d zW5|DUP=ND(lT_+bj#)E<1v;#%ZU25+=K%Ka)T ztTqqd%Bd?F@nPDk#fuj&TJ&iuQ%9SrWTUF?0u`Z)y|LEL?kUaVOGKAjshRpx!nHn?Ck8|<$kIvDic0lTlW1*C%0DdLv}6QpyY$y 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 diff --git a/external/nativefiledialog-extended/screens/open_macos_11.0.png b/external/nativefiledialog-extended/screens/open_macos_11.0.png deleted file mode 100644 index 61bff05d36e109a31610c8c5bd83e6a6bd0c87f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 46991 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

0IeyqFW$sym2 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 L>gTe~DWM4fyCh1k diff --git a/external/nativefiledialog-extended/screens/open_macos_11.0_dark.png b/external/nativefiledialog-extended/screens/open_macos_11.0_dark.png deleted file mode 100644 index 436ea93b53d1b5f1249de05421b43f9b88234457..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 47064 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π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 Y@kr<0jl#>mTY*G8UHx3vIVCg!0IB)7{r~^~ diff --git a/external/nativefiledialog-extended/screens/open_win10.png b/external/nativefiledialog-extended/screens/open_win10.png deleted file mode 100644 index 33d802ca2a427c29fe39727f8fa27f2193858cbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24860 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 D)I~Qk diff --git a/external/nativefiledialog-extended/screens/open_win10_dark.png b/external/nativefiledialog-extended/screens/open_win10_dark.png deleted file mode 100644 index 7d2aab28feb889082d1fd1938600b001aee103b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24491 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 diff --git a/external/nativefiledialog-extended/src/CMakeLists.txt b/external/nativefiledialog-extended/src/CMakeLists.txt deleted file mode 100644 index 21a1fd07..00000000 --- a/external/nativefiledialog-extended/src/CMakeLists.txt +++ /dev/null @@ -1,85 +0,0 @@ -set(TARGET_NAME nfd) - -set(PUBLIC_HEADER_FILES - include/nfd.h - include/nfd.hpp) - -set(SOURCE_FILES ${PUBLIC_HEADER_FILES}) - -if(nfd_PLATFORM STREQUAL PLATFORM_WIN32) - list(APPEND SOURCE_FILES nfd_win.cpp) -endif() - -if(nfd_PLATFORM STREQUAL PLATFORM_LINUX) - find_package(PkgConfig REQUIRED) - # for Linux, we support GTK3 and xdg-desktop-portal - option(NFD_PORTAL "Use xdg-desktop-portal instead of GTK" OFF) - if(NOT NFD_PORTAL) - pkg_check_modules(GTK3 REQUIRED gtk+-3.0) - message("Using GTK version: ${GTK3_VERSION}") - list(APPEND SOURCE_FILES nfd_gtk.cpp) - else() - pkg_check_modules(DBUS REQUIRED dbus-1) - message("Using DBUS version: ${DBUS_VERSION}") - list(APPEND SOURCE_FILES nfd_portal.cpp) - endif() -endif() - -if(nfd_PLATFORM STREQUAL PLATFORM_MACOS) - find_library(APPKIT_LIBRARY AppKit) - find_library(UNIFORMTYPEIDENTIFIERS_LIBRARY UniformTypeIdentifiers) - list(APPEND SOURCE_FILES nfd_cocoa.m) -endif() - -# Define the library -add_library(${TARGET_NAME} STATIC - ${SOURCE_FILES}) - -# Allow includes from include/ -target_include_directories(${TARGET_NAME} - PUBLIC include/) - -if(nfd_PLATFORM STREQUAL PLATFORM_LINUX) - if(NOT NFD_PORTAL) - target_include_directories(${TARGET_NAME} - PRIVATE ${GTK3_INCLUDE_DIRS}) - target_link_libraries(${TARGET_NAME} - PRIVATE ${GTK3_LIBRARIES}) - else() - target_include_directories(${TARGET_NAME} - PRIVATE ${DBUS_INCLUDE_DIRS}) - target_link_libraries(${TARGET_NAME} - PRIVATE ${DBUS_LIBRARIES}) - target_compile_definitions(${TARGET_NAME} - PUBLIC NFD_PORTAL) - endif() -endif() - -if(nfd_PLATFORM STREQUAL PLATFORM_MACOS) - if(UNIFORMTYPEIDENTIFIERS_LIBRARY) - target_link_libraries(${TARGET_NAME} - PRIVATE ${APPKIT_LIBRARY} ${UNIFORMTYPEIDENTIFIERS_LIBRARY}) - else() - target_link_libraries(${TARGET_NAME} - PRIVATE ${APPKIT_LIBRARY}) - endif() -endif() - -if(nfd_COMPILER STREQUAL COMPILER_MSVC) - string(REPLACE "/EHsc" "/EHs-c-" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") - string(REPLACE "/GR" "/GR-" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") - set_property(TARGET ${TARGET_NAME} APPEND_STRING PROPERTY STATIC_LIBRARY_OPTIONS /NODEFAULTLIB) -endif() - -if(nfd_COMPILER STREQUAL COMPILER_CLANGCL) - string(REPLACE "/EHsc" "/EHs-c-" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") - string(REPLACE "/GR" "/GR-" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") -endif() - -if(nfd_COMPILER STREQUAL COMPILER_GNU) - target_compile_options(${TARGET_NAME} PRIVATE -nostdlib -fno-exceptions -fno-rtti) -endif() - -set_target_properties(${TARGET_NAME} PROPERTIES PUBLIC_HEADER "${PUBLIC_HEADER_FILES}") - -install(TARGETS ${TARGET_NAME} LIBRARY DESTINATION lib ARCHIVE DESTINATION lib PUBLIC_HEADER DESTINATION include) diff --git a/external/nativefiledialog-extended/src/include/nfd.h b/external/nativefiledialog-extended/src/include/nfd.h deleted file mode 100644 index eb9ba6d8..00000000 --- a/external/nativefiledialog-extended/src/include/nfd.h +++ /dev/null @@ -1,281 +0,0 @@ -/* - Native File Dialog Extended - Repository: https://github.com/btzy/nativefiledialog-extended - License: Zlib - Authors: Bernard Teo, Michael Labbe - - This header contains the functions that can be called by user code. - */ - -#ifndef _NFD_H -#define _NFD_H - -#ifdef __cplusplus -extern "C" { -#endif // __cplusplus - -#include - -#ifdef _WIN32 -/* denotes UTF-16 char */ -typedef wchar_t nfdnchar_t; -#else -/* denotes UTF-8 char */ -typedef char nfdnchar_t; -#endif // _WIN32 - -/* opaque data structure -- see NFD_PathSet_* */ -typedef void nfdpathset_t; -#ifndef NFD_PORTAL -typedef struct { - void* ptr; -} nfdpathsetenum_t; -#else -typedef struct { - void* d1; - void* d2; - unsigned int d3; - int d4; - int d5; - int d6; - int d7; - int d8; - int d9; - int d10; - int d11; - int p1; - void* p2; - void* p3; -} nfdpathsetenum_t; -#endif - -typedef unsigned int nfdfiltersize_t; - -typedef enum { - NFD_ERROR, /* programmatic error */ - NFD_OKAY, /* user pressed okay, or successful return */ - NFD_CANCEL /* user pressed cancel */ -} nfdresult_t; - -typedef struct { - const nfdnchar_t* name; - const nfdnchar_t* spec; -} nfdnfilteritem_t; - -/* free a file path that was returned by the dialogs */ -/* Note: use NFD_PathSet_FreePath to free path from pathset instead of this function */ -void NFD_FreePathN(nfdnchar_t* filePath); - -/* initialize NFD - call this for every thread that might use NFD, before calling any other NFD - * functions on that thread */ -nfdresult_t NFD_Init(void); - -/* call this to de-initialize NFD, if NFD_Init returned NFD_OKAY */ -void NFD_Quit(void); - -/* single file open dialog */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathN() if this function returns - * NFD_OKAY */ -/* If filterCount is zero, filterList is ignored (you can use NULL) */ -/* If defaultPath is NULL, the operating system will decide */ -nfdresult_t NFD_OpenDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath); - -/* multiple file open dialog */ -/* It is the caller's responsibility to free `outPaths` via NFD_PathSet_Free() if this function - * returns NFD_OKAY */ -/* If filterCount is zero, filterList is ignored (you can use NULL) */ -/* If defaultPath is NULL, the operating system will decide */ -nfdresult_t NFD_OpenDialogMultipleN(const nfdpathset_t** outPaths, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath); - -/* save dialog */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathN() if this function returns - * NFD_OKAY */ -/* If filterCount is zero, filterList is ignored (you can use NULL) */ -/* If defaultPath is NULL, the operating system will decide */ -nfdresult_t NFD_SaveDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath, - const nfdnchar_t* defaultName); - -/* select folder dialog */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathN() if this function returns - * NFD_OKAY */ -/* If defaultPath is NULL, the operating system will decide */ -nfdresult_t NFD_PickFolderN(nfdnchar_t** outPath, const nfdnchar_t* defaultPath); - -/* Get last error -- set when nfdresult_t returns NFD_ERROR */ -/* Returns the last error that was set, or NULL if there is no error. */ -/* The memory is owned by NFD and should not be freed by user code. */ -/* This is *always* ASCII printable characters, so it can be interpreted as UTF-8 without any - * conversion. */ -const char* NFD_GetError(void); -/* clear the error */ -void NFD_ClearError(void); - -/* path set operations */ -#ifdef _WIN32 -typedef unsigned long nfdpathsetsize_t; -#elif __APPLE__ -typedef unsigned long nfdpathsetsize_t; -#else -typedef unsigned int nfdpathsetsize_t; -#endif // _WIN32, __APPLE__ - -/* Gets the number of entries stored in pathSet */ -/* note that some paths might be invalid (NFD_ERROR will be returned by NFD_PathSet_GetPath), so we - * might not actually have this number of usable paths */ -nfdresult_t NFD_PathSet_GetCount(const nfdpathset_t* pathSet, nfdpathsetsize_t* count); -/* Gets the UTF-8 path at offset index */ -/* It is the caller's responsibility to free `outPath` via NFD_PathSet_FreePathN() if this function - * returns NFD_OKAY */ -nfdresult_t NFD_PathSet_GetPathN(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdnchar_t** outPath); -/* Free the path gotten by NFD_PathSet_GetPathN */ -#ifdef _WIN32 -#define NFD_PathSet_FreePathN NFD_FreePathN -#elif __APPLE__ -#define NFD_PathSet_FreePathN NFD_FreePathN -#else -void NFD_PathSet_FreePathN(const nfdnchar_t* filePath); -#endif // _WIN32, __APPLE__ - -/* Gets an enumerator of the path set. */ -/* It is the caller's responsibility to free `enumerator` via NFD_PathSet_FreeEnum() if this - * function returns NFD_OKAY, and it should be freed before freeing the pathset. */ -nfdresult_t NFD_PathSet_GetEnum(const nfdpathset_t* pathSet, nfdpathsetenum_t* outEnumerator); -/* Frees an enumerator of the path set. */ -void NFD_PathSet_FreeEnum(nfdpathsetenum_t* enumerator); -/* Gets the next item from the path set enumerator. - * If there are no more items, then *outPaths will be set to NULL. */ -/* It is the caller's responsibility to free `*outPath` via NFD_PathSet_FreePath() if this - * function returns NFD_OKAY and `*outPath` is not null */ -nfdresult_t NFD_PathSet_EnumNextN(nfdpathsetenum_t* enumerator, nfdnchar_t** outPath); - -/* Free the pathSet */ -void NFD_PathSet_Free(const nfdpathset_t* pathSet); - -#ifdef _WIN32 - -/* say that the U8 versions of functions are not just #defined to be the native versions */ -#define NFD_DIFFERENT_NATIVE_FUNCTIONS - -typedef char nfdu8char_t; - -typedef struct { - const nfdu8char_t* name; - const nfdu8char_t* spec; -} nfdu8filteritem_t; - -/* UTF-8 compatibility functions */ - -/* free a file path that was returned */ -void NFD_FreePathU8(nfdu8char_t* outPath); - -/* single file open dialog */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathU8() if this function returns - * NFD_OKAY */ -nfdresult_t NFD_OpenDialogU8(nfdu8char_t** outPath, - const nfdu8filteritem_t* filterList, - nfdfiltersize_t count, - const nfdu8char_t* defaultPath); - -/* multiple file open dialog */ -/* It is the caller's responsibility to free `outPaths` via NFD_PathSet_Free() if this function - * returns NFD_OKAY */ -nfdresult_t NFD_OpenDialogMultipleU8(const nfdpathset_t** outPaths, - const nfdu8filteritem_t* filterList, - nfdfiltersize_t count, - const nfdu8char_t* defaultPath); - -/* save dialog */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathU8() if this function returns - * NFD_OKAY */ -nfdresult_t NFD_SaveDialogU8(nfdu8char_t** outPath, - const nfdu8filteritem_t* filterList, - nfdfiltersize_t count, - const nfdu8char_t* defaultPath, - const nfdu8char_t* defaultName); - -/* select folder dialog */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathU8() if this function returns - * NFD_OKAY */ -nfdresult_t NFD_PickFolderU8(nfdu8char_t** outPath, const nfdu8char_t* defaultPath); - -/* Get the UTF-8 path at offset index */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathU8() if this function returns - * NFD_OKAY */ -nfdresult_t NFD_PathSet_GetPathU8(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdu8char_t** outPath); - -/* Gets the next item from the path set enumerator. - * If there are no more items, then *outPaths will be set to NULL. */ -/* It is the caller's responsibility to free `*outPath` via NFD_PathSet_FreePathU8() if this - * function returns NFD_OKAY and `*outPath` is not null */ -nfdresult_t NFD_PathSet_EnumNextU8(nfdpathsetenum_t* enumerator, nfdu8char_t** outPath); - -#define NFD_PathSet_FreePathU8 NFD_FreePathU8 - -#ifdef NFD_NATIVE -typedef nfdnchar_t nfdchar_t; -typedef nfdnfilteritem_t nfdfilteritem_t; -#define NFD_FreePath NFD_FreePathN -#define NFD_OpenDialog NFD_OpenDialogN -#define NFD_OpenDialogMultiple NFD_OpenDialogMultipleN -#define NFD_SaveDialog NFD_SaveDialogN -#define NFD_PickFolder NFD_PickFolderN -#define NFD_PathSet_GetPath NFD_PathSet_GetPathN -#define NFD_PathSet_FreePath NFD_PathSet_FreePathN -#define NFD_PathSet_EnumNext NFD_PathSet_EnumNextN -#else -typedef nfdu8char_t nfdchar_t; -typedef nfdu8filteritem_t nfdfilteritem_t; -#define NFD_FreePath NFD_FreePathU8 -#define NFD_OpenDialog NFD_OpenDialogU8 -#define NFD_OpenDialogMultiple NFD_OpenDialogMultipleU8 -#define NFD_SaveDialog NFD_SaveDialogU8 -#define NFD_PickFolder NFD_PickFolderU8 -#define NFD_PathSet_GetPath NFD_PathSet_GetPathU8 -#define NFD_PathSet_FreePath NFD_PathSet_FreePathU8 -#define NFD_PathSet_EnumNext NFD_PathSet_EnumNextU8 -#endif // NFD_NATIVE - -#else // _WIN32 - -/* the native charset is already UTF-8 */ -typedef nfdnchar_t nfdchar_t; -typedef nfdnfilteritem_t nfdfilteritem_t; -#define NFD_FreePath NFD_FreePathN -#define NFD_OpenDialog NFD_OpenDialogN -#define NFD_OpenDialogMultiple NFD_OpenDialogMultipleN -#define NFD_SaveDialog NFD_SaveDialogN -#define NFD_PickFolder NFD_PickFolderN -#define NFD_PathSet_GetPath NFD_PathSet_GetPathN -#define NFD_PathSet_FreePath NFD_PathSet_FreePathN -#define NFD_PathSet_EnumNext NFD_PathSet_EnumNextN -typedef nfdnchar_t nfdu8char_t; -typedef nfdnfilteritem_t nfdu8filteritem_t; -#define NFD_FreePathU8 NFD_FreePathN -#define NFD_OpenDialogU8 NFD_OpenDialogN -#define NFD_OpenDialogMultipleU8 NFD_OpenDialogMultipleN -#define NFD_SaveDialogU8 NFD_SaveDialogN -#define NFD_PickFolderU8 NFD_PickFolderN -#define NFD_PathSet_GetPathU8 NFD_PathSet_GetPathN -#define NFD_PathSet_FreePathU8 NFD_PathSet_FreePathN -#define NFD_PathSet_EnumNextU8 NFD_PathSet_EnumNextN - -#endif // _WIN32 - -#ifdef __cplusplus -} -#endif // __cplusplus - -#endif // _NFD_H diff --git a/external/nativefiledialog-extended/src/include/nfd.hpp b/external/nativefiledialog-extended/src/include/nfd.hpp deleted file mode 100644 index e5df323b..00000000 --- a/external/nativefiledialog-extended/src/include/nfd.hpp +++ /dev/null @@ -1,311 +0,0 @@ -/* - Native File Dialog Extended - Repository: https://github.com/btzy/nativefiledialog-extended - License: Zlib - Author: Bernard Teo - - This header is a thin C++ wrapper for nfd.h. - C++ projects can choose to use this header instead of nfd.h directly. - - Refer to documentation on nfd.h for instructions on how to use these functions. -*/ - -#ifndef _NFD_HPP -#define _NFD_HPP - -#include -#include // for std::size_t -#include // for std::unique_ptr -#ifdef NFD_THROWS_EXCEPTIONS -#include -#endif - -namespace NFD { - -inline nfdresult_t Init() noexcept { - return ::NFD_Init(); -} - -inline void Quit() noexcept { - ::NFD_Quit(); -} - -inline void FreePath(nfdnchar_t* outPath) noexcept { - ::NFD_FreePathN(outPath); -} - -inline nfdresult_t OpenDialog(nfdnchar_t*& outPath, - const nfdnfilteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdnchar_t* defaultPath = nullptr) noexcept { - return ::NFD_OpenDialogN(&outPath, filterList, filterCount, defaultPath); -} - -inline nfdresult_t OpenDialogMultiple(const nfdpathset_t*& outPaths, - const nfdnfilteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdnchar_t* defaultPath = nullptr) noexcept { - return ::NFD_OpenDialogMultipleN(&outPaths, filterList, filterCount, defaultPath); -} - -inline nfdresult_t SaveDialog(nfdnchar_t*& outPath, - const nfdnfilteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdnchar_t* defaultPath = nullptr, - const nfdnchar_t* defaultName = nullptr) noexcept { - return ::NFD_SaveDialogN(&outPath, filterList, filterCount, defaultPath, defaultName); -} - -inline nfdresult_t PickFolder(nfdnchar_t*& outPath, - const nfdnchar_t* defaultPath = nullptr) noexcept { - return ::NFD_PickFolderN(&outPath, defaultPath); -} - -inline const char* GetError() noexcept { - return ::NFD_GetError(); -} - -inline void ClearError() noexcept { - ::NFD_ClearError(); -} - -namespace PathSet { -inline nfdresult_t Count(const nfdpathset_t* pathSet, nfdpathsetsize_t& count) noexcept { - return ::NFD_PathSet_GetCount(pathSet, &count); -} - -inline nfdresult_t GetPath(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdnchar_t*& outPath) noexcept { - return ::NFD_PathSet_GetPathN(pathSet, index, &outPath); -} - -inline void FreePath(nfdnchar_t* filePath) noexcept { - ::NFD_PathSet_FreePathN(filePath); -} - -inline void Free(const nfdpathset_t* pathSet) noexcept { - ::NFD_PathSet_Free(pathSet); -} -} // namespace PathSet - -#ifdef NFD_DIFFERENT_NATIVE_FUNCTIONS -/* we need the C++ bindings for the UTF-8 functions as well, because there are different functions - * for them */ - -inline void FreePath(nfdu8char_t* outPath) noexcept { - ::NFD_FreePathU8(outPath); -} - -inline nfdresult_t OpenDialog(nfdu8char_t*& outPath, - const nfdu8filteritem_t* filterList = nullptr, - nfdfiltersize_t count = 0, - const nfdu8char_t* defaultPath = nullptr) noexcept { - return ::NFD_OpenDialogU8(&outPath, filterList, count, defaultPath); -} - -inline nfdresult_t OpenDialogMultiple(const nfdpathset_t*& outPaths, - const nfdu8filteritem_t* filterList = nullptr, - nfdfiltersize_t count = 0, - const nfdu8char_t* defaultPath = nullptr) noexcept { - return ::NFD_OpenDialogMultipleU8(&outPaths, filterList, count, defaultPath); -} - -inline nfdresult_t SaveDialog(nfdu8char_t*& outPath, - const nfdu8filteritem_t* filterList = nullptr, - nfdfiltersize_t count = 0, - const nfdu8char_t* defaultPath = nullptr, - const nfdu8char_t* defaultName = nullptr) noexcept { - return ::NFD_SaveDialogU8(&outPath, filterList, count, defaultPath, defaultName); -} - -inline nfdresult_t PickFolder(nfdu8char_t*& outPath, - const nfdu8char_t* defaultPath = nullptr) noexcept { - return ::NFD_PickFolderU8(&outPath, defaultPath); -} - -namespace PathSet { -inline nfdresult_t GetPath(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdu8char_t*& outPath) noexcept { - return ::NFD_PathSet_GetPathU8(pathSet, index, &outPath); -} -inline void FreePath(nfdu8char_t* filePath) noexcept { - ::NFD_PathSet_FreePathU8(filePath); -} -} // namespace PathSet -#endif - -// smart objects - -class Guard { - public: -#ifndef NFD_THROWS_EXCEPTIONS - inline Guard() noexcept { - Init(); // always assume that initialization succeeds - } -#else - inline Guard() { - if (!Init()) { - throw std::runtime_error(GetError()); - } - } -#endif - inline ~Guard() noexcept { Quit(); } - - // Not allowed to copy or move this class - Guard(const Guard&) = delete; - Guard& operator=(const Guard&) = delete; -}; - -template -struct PathDeleter { - inline void operator()(T* ptr) const noexcept { FreePath(ptr); } -}; - -typedef std::unique_ptr> UniquePath; -typedef std::unique_ptr> UniquePathN; -typedef std::unique_ptr> UniquePathU8; - -struct PathSetDeleter { - inline void operator()(const nfdpathset_t* ptr) const noexcept { PathSet::Free(ptr); } -}; - -typedef std::unique_ptr UniquePathSet; - -template -struct PathSetPathDeleter { - inline void operator()(T* ptr) const noexcept { PathSet::FreePath(ptr); } -}; - -typedef std::unique_ptr> UniquePathSetPath; -typedef std::unique_ptr> UniquePathSetPathN; -typedef std::unique_ptr> UniquePathSetPathU8; - -inline nfdresult_t OpenDialog(UniquePathN& outPath, - const nfdnfilteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdnchar_t* defaultPath = nullptr) noexcept { - nfdnchar_t* out; - nfdresult_t res = OpenDialog(out, filterList, filterCount, defaultPath); - if (res == NFD_OKAY) { - outPath.reset(out); - } - return res; -} - -inline nfdresult_t OpenDialogMultiple(UniquePathSet& outPaths, - const nfdnfilteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdnchar_t* defaultPath = nullptr) noexcept { - const nfdpathset_t* out; - nfdresult_t res = OpenDialogMultiple(out, filterList, filterCount, defaultPath); - if (res == NFD_OKAY) { - outPaths.reset(out); - } - return res; -} - -inline nfdresult_t SaveDialog(UniquePathN& outPath, - const nfdnfilteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdnchar_t* defaultPath = nullptr, - const nfdnchar_t* defaultName = nullptr) noexcept { - nfdnchar_t* out; - nfdresult_t res = SaveDialog(out, filterList, filterCount, defaultPath, defaultName); - if (res == NFD_OKAY) { - outPath.reset(out); - } - return res; -} - -inline nfdresult_t PickFolder(UniquePathN& outPath, - const nfdnchar_t* defaultPath = nullptr) noexcept { - nfdnchar_t* out; - nfdresult_t res = PickFolder(out, defaultPath); - if (res == NFD_OKAY) { - outPath.reset(out); - } - return res; -} - -#ifdef NFD_DIFFERENT_NATIVE_FUNCTIONS -inline nfdresult_t OpenDialog(UniquePathU8& outPath, - const nfdu8filteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdu8char_t* defaultPath = nullptr) noexcept { - nfdu8char_t* out; - nfdresult_t res = OpenDialog(out, filterList, filterCount, defaultPath); - if (res == NFD_OKAY) { - outPath.reset(out); - } - return res; -} - -inline nfdresult_t OpenDialogMultiple(UniquePathSet& outPaths, - const nfdu8filteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdu8char_t* defaultPath = nullptr) noexcept { - const nfdpathset_t* out; - nfdresult_t res = OpenDialogMultiple(out, filterList, filterCount, defaultPath); - if (res == NFD_OKAY) { - outPaths.reset(out); - } - return res; -} - -inline nfdresult_t SaveDialog(UniquePathU8& outPath, - const nfdu8filteritem_t* filterList = nullptr, - nfdfiltersize_t filterCount = 0, - const nfdu8char_t* defaultPath = nullptr, - const nfdu8char_t* defaultName = nullptr) noexcept { - nfdu8char_t* out; - nfdresult_t res = SaveDialog(out, filterList, filterCount, defaultPath, defaultName); - if (res == NFD_OKAY) { - outPath.reset(out); - } - return res; -} - -inline nfdresult_t PickFolder(UniquePathU8& outPath, - const nfdu8char_t* defaultPath = nullptr) noexcept { - nfdu8char_t* out; - nfdresult_t res = PickFolder(out, defaultPath); - if (res == NFD_OKAY) { - outPath.reset(out); - } - return res; -} -#endif - -namespace PathSet { -inline nfdresult_t Count(const UniquePathSet& uniquePathSet, nfdpathsetsize_t& count) noexcept { - return Count(uniquePathSet.get(), count); -} -inline nfdresult_t GetPath(const UniquePathSet& uniquePathSet, - nfdpathsetsize_t index, - UniquePathSetPathN& outPath) noexcept { - nfdnchar_t* out; - nfdresult_t res = GetPath(uniquePathSet.get(), index, out); - if (res == NFD_OKAY) { - outPath.reset(out); - } - return res; -} -#ifdef NFD_DIFFERENT_NATIVE_FUNCTIONS -inline nfdresult_t GetPath(const UniquePathSet& uniquePathSet, - nfdpathsetsize_t index, - UniquePathSetPathU8& outPath) noexcept { - nfdu8char_t* out; - nfdresult_t res = GetPath(uniquePathSet.get(), index, out); - if (res == NFD_OKAY) { - outPath.reset(out); - } - return res; -} -#endif -} // namespace PathSet - -} // namespace NFD - -#endif diff --git a/external/nativefiledialog-extended/src/nfd_cocoa.m b/external/nativefiledialog-extended/src/nfd_cocoa.m deleted file mode 100644 index f7024356..00000000 --- a/external/nativefiledialog-extended/src/nfd_cocoa.m +++ /dev/null @@ -1,387 +0,0 @@ -/* - Native File Dialog Extended - Repository: https://github.com/btzy/nativefiledialog-extended - License: Zlib - Authors: Bernard Teo, Michael Labbe - */ - -#include -#include -#include "nfd.h" - -// MacOS is deprecating the allowedFileTypes property in favour of allowedContentTypes, so we have -// to introduce this breaking change. Define NFD_MACOS_ALLOWEDCONTENTTYPES to 1 to have it set the -// allowedContentTypes property of the SavePanel or OpenPanel. Define -// NFD_MACOS_ALLOWEDCONTENTTYPES to 0 to have it set the allowedFileTypes property of the SavePanel -// or OpenPanel. If NFD_MACOS_ALLOWEDCONTENTTYPES is undefined, then it will set it to 1 if -// __MAC_OS_X_VERSION_MIN_REQUIRED >= 11.0, and 0 otherwise. -#if !defined(NFD_MACOS_ALLOWEDCONTENTTYPES) -#if !defined(__MAC_OS_X_VERSION_MIN_REQUIRED) || !defined(__MAC_11_0) || \ - __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_11_0 -#define NFD_MACOS_ALLOWEDCONTENTTYPES 0 -#else -#define NFD_MACOS_ALLOWEDCONTENTTYPES 1 -#endif -#endif - -#if NFD_MACOS_ALLOWEDCONTENTTYPES == 1 -#include -#endif - -static const char* g_errorstr = NULL; - -static void NFDi_SetError(const char* msg) { - g_errorstr = msg; -} - -static void* NFDi_Malloc(size_t bytes) { - void* ptr = malloc(bytes); - if (!ptr) NFDi_SetError("NFDi_Malloc failed."); - - return ptr; -} - -static void NFDi_Free(void* ptr) { - assert(ptr); - free(ptr); -} - -#if NFD_MACOS_ALLOWEDCONTENTTYPES == 1 -// Returns an NSArray of UTType representing the content types. -static NSArray* BuildAllowedContentTypes(const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - NSMutableArray* buildFilterList = [[NSMutableArray alloc] init]; - - for (nfdfiltersize_t filterIndex = 0; filterIndex != filterCount; ++filterIndex) { - // this is the spec to parse (we don't use the friendly name on OS X) - const nfdnchar_t* filterSpec = filterList[filterIndex].spec; - - const nfdnchar_t* p_currentFilterBegin = filterSpec; - for (const nfdnchar_t* p_filterSpec = filterSpec; *p_filterSpec; ++p_filterSpec) { - if (*p_filterSpec == ',') { - // add the extension to the array - NSString* filterStr = [[NSString alloc] - initWithBytes:(const void*)p_currentFilterBegin - length:(sizeof(nfdnchar_t) * (p_filterSpec - p_currentFilterBegin)) - encoding:NSUTF8StringEncoding]; - UTType* filterType = [UTType typeWithFilenameExtension:filterStr - conformingToType:UTTypeData]; - [filterStr release]; - if (filterType) [buildFilterList addObject:filterType]; - p_currentFilterBegin = p_filterSpec + 1; - } - } - // add the extension to the array - NSString* filterStr = [[NSString alloc] initWithUTF8String:p_currentFilterBegin]; - UTType* filterType = [UTType typeWithFilenameExtension:filterStr - conformingToType:UTTypeData]; - [filterStr release]; - if (filterType) [buildFilterList addObject:filterType]; - } - - NSArray* returnArray = [NSArray arrayWithArray:buildFilterList]; - - [buildFilterList release]; - - assert([returnArray count] != 0); - - return returnArray; -} -#else -// Returns an NSArray of NSString representing the file types. -static NSArray* BuildAllowedFileTypes(const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - NSMutableArray* buildFilterList = [[NSMutableArray alloc] init]; - - for (nfdfiltersize_t filterIndex = 0; filterIndex != filterCount; ++filterIndex) { - // this is the spec to parse (we don't use the friendly name on OS X) - const nfdnchar_t* filterSpec = filterList[filterIndex].spec; - - const nfdnchar_t* p_currentFilterBegin = filterSpec; - for (const nfdnchar_t* p_filterSpec = filterSpec; *p_filterSpec; ++p_filterSpec) { - if (*p_filterSpec == ',') { - // add the extension to the array - NSString* filterStr = [[[NSString alloc] - initWithBytes:(const void*)p_currentFilterBegin - length:(sizeof(nfdnchar_t) * (p_filterSpec - p_currentFilterBegin)) - encoding:NSUTF8StringEncoding] autorelease]; - [buildFilterList addObject:filterStr]; - p_currentFilterBegin = p_filterSpec + 1; - } - } - // add the extension to the array - NSString* filterStr = [NSString stringWithUTF8String:p_currentFilterBegin]; - [buildFilterList addObject:filterStr]; - } - - NSArray* returnArray = [NSArray arrayWithArray:buildFilterList]; - - [buildFilterList release]; - - assert([returnArray count] != 0); - - return returnArray; -} -#endif - -static void AddFilterListToDialog(NSSavePanel* dialog, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - // note: NSOpenPanel inherits from NSSavePanel. - - if (!filterCount) return; - - assert(filterList); - -// Make NSArray of file types and set it on the dialog -// We use setAllowedFileTypes or setAllowedContentTypes depending on the deployment target -#if NFD_MACOS_ALLOWEDCONTENTTYPES == 1 - NSArray* allowedContentTypes = BuildAllowedContentTypes(filterList, filterCount); - [dialog setAllowedContentTypes:allowedContentTypes]; -#else - NSArray* allowedFileTypes = BuildAllowedFileTypes(filterList, filterCount); - [dialog setAllowedFileTypes:allowedFileTypes]; -#endif -} - -static void SetDefaultPath(NSSavePanel* dialog, const nfdnchar_t* defaultPath) { - if (!defaultPath || !*defaultPath) return; - - NSString* defaultPathString = [NSString stringWithUTF8String:defaultPath]; - NSURL* url = [NSURL fileURLWithPath:defaultPathString isDirectory:YES]; - [dialog setDirectoryURL:url]; -} - -static void SetDefaultName(NSSavePanel* dialog, const nfdnchar_t* defaultName) { - if (!defaultName || !*defaultName) return; - - NSString* defaultNameString = [NSString stringWithUTF8String:defaultName]; - [dialog setNameFieldStringValue:defaultNameString]; -} - -static nfdresult_t CopyUtf8String(const char* utf8Str, nfdnchar_t** out) { - // byte count, not char count - size_t len = strlen(utf8Str); - - // Too bad we have to use additional memory for all the result paths, - // because we cannot reconstitute an NSString from a char* to release it properly. - *out = (nfdnchar_t*)NFDi_Malloc(len + 1); - if (*out) { - strcpy(*out, utf8Str); - return NFD_OKAY; - } - - return NFD_ERROR; -} - -/* public */ - -const char* NFD_GetError(void) { - return g_errorstr; -} - -void NFD_FreePathN(nfdnchar_t* filePath) { - NFDi_Free((void*)filePath); -} - -static NSApplicationActivationPolicy old_app_policy; - -nfdresult_t NFD_Init(void) { - NSApplication* app = [NSApplication sharedApplication]; - old_app_policy = [app activationPolicy]; - if (old_app_policy == NSApplicationActivationPolicyProhibited) { - if (![app setActivationPolicy:NSApplicationActivationPolicyAccessory]) { - NFDi_SetError("Failed to set activation policy."); - return NFD_ERROR; - } - } - return NFD_OKAY; -} - -/* call this to de-initialize NFD, if NFD_Init returned NFD_OKAY */ -void NFD_Quit(void) { - [[NSApplication sharedApplication] setActivationPolicy:old_app_policy]; -} - -nfdresult_t NFD_OpenDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath) { - nfdresult_t result = NFD_CANCEL; - @autoreleasepool { - NSWindow* keyWindow = [[NSApplication sharedApplication] keyWindow]; - - NSOpenPanel* dialog = [NSOpenPanel openPanel]; - [dialog setAllowsMultipleSelection:NO]; - - // Build the filter list - AddFilterListToDialog(dialog, filterList, filterCount); - - // Set the starting directory - SetDefaultPath(dialog, defaultPath); - - if ([dialog runModal] == NSModalResponseOK) { - const NSURL* url = [dialog URL]; - const char* utf8Path = [[url path] UTF8String]; - result = CopyUtf8String(utf8Path, outPath); - } - - // return focus to the key window (i.e. main window) - [keyWindow makeKeyAndOrderFront:nil]; - } - return result; -} - -nfdresult_t NFD_OpenDialogMultipleN(const nfdpathset_t** outPaths, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath) { - nfdresult_t result = NFD_CANCEL; - @autoreleasepool { - NSWindow* keyWindow = [[NSApplication sharedApplication] keyWindow]; - - NSOpenPanel* dialog = [NSOpenPanel openPanel]; - [dialog setAllowsMultipleSelection:YES]; - - // Build the filter list - AddFilterListToDialog(dialog, filterList, filterCount); - - // Set the starting directory - SetDefaultPath(dialog, defaultPath); - - if ([dialog runModal] == NSModalResponseOK) { - const NSArray* urls = [dialog URLs]; - - if ([urls count] > 0) { - // have at least one URL, we return this NSArray - [urls retain]; - *outPaths = (const nfdpathset_t*)urls; - result = NFD_OKAY; - } - } - - // return focus to the key window (i.e. main window) - [keyWindow makeKeyAndOrderFront:nil]; - } - return result; -} - -nfdresult_t NFD_SaveDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath, - const nfdnchar_t* defaultName) { - nfdresult_t result = NFD_CANCEL; - @autoreleasepool { - NSWindow* keyWindow = [[NSApplication sharedApplication] keyWindow]; - - NSSavePanel* dialog = [NSSavePanel savePanel]; - [dialog setExtensionHidden:NO]; - // allow other file types, to give the user an escape hatch since you can't select "*.*" on - // Mac - [dialog setAllowsOtherFileTypes:TRUE]; - - // Build the filter list - AddFilterListToDialog(dialog, filterList, filterCount); - - // Set the starting directory - SetDefaultPath(dialog, defaultPath); - - // Set the default file name - SetDefaultName(dialog, defaultName); - - if ([dialog runModal] == NSModalResponseOK) { - const NSURL* url = [dialog URL]; - const char* utf8Path = [[url path] UTF8String]; - result = CopyUtf8String(utf8Path, outPath); - } - - // return focus to the key window (i.e. main window) - [keyWindow makeKeyAndOrderFront:nil]; - } - return result; -} - -nfdresult_t NFD_PickFolderN(nfdnchar_t** outPath, const nfdnchar_t* defaultPath) { - nfdresult_t result = NFD_CANCEL; - @autoreleasepool { - NSWindow* keyWindow = [[NSApplication sharedApplication] keyWindow]; - - NSOpenPanel* dialog = [NSOpenPanel openPanel]; - [dialog setAllowsMultipleSelection:NO]; - [dialog setCanChooseDirectories:YES]; - [dialog setCanCreateDirectories:YES]; - [dialog setCanChooseFiles:NO]; - - // Set the starting directory - SetDefaultPath(dialog, defaultPath); - - if ([dialog runModal] == NSModalResponseOK) { - const NSURL* url = [dialog URL]; - const char* utf8Path = [[url path] UTF8String]; - result = CopyUtf8String(utf8Path, outPath); - } - - // return focus to the key window (i.e. main window) - [keyWindow makeKeyAndOrderFront:nil]; - } - return result; -} - -nfdresult_t NFD_PathSet_GetCount(const nfdpathset_t* pathSet, nfdpathsetsize_t* count) { - const NSArray* urls = (const NSArray*)pathSet; - *count = [urls count]; - return NFD_OKAY; -} - -nfdresult_t NFD_PathSet_GetPathN(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdnchar_t** outPath) { - const NSArray* urls = (const NSArray*)pathSet; - - @autoreleasepool { - // autoreleasepool needed because UTF8String method might use the pool - const NSURL* url = [urls objectAtIndex:index]; - const char* utf8Path = [[url path] UTF8String]; - return CopyUtf8String(utf8Path, outPath); - } -} - -void NFD_PathSet_Free(const nfdpathset_t* pathSet) { - const NSArray* urls = (const NSArray*)pathSet; - [urls release]; -} - -nfdresult_t NFD_PathSet_GetEnum(const nfdpathset_t* pathSet, nfdpathsetenum_t* outEnumerator) { - const NSArray* urls = (const NSArray*)pathSet; - - @autoreleasepool { - // autoreleasepool needed because NSEnumerator uses it - NSEnumerator* enumerator = [urls objectEnumerator]; - [enumerator retain]; - outEnumerator->ptr = (void*)enumerator; - } - - return NFD_OKAY; -} - -void NFD_PathSet_FreeEnum(nfdpathsetenum_t* enumerator) { - NSEnumerator* real_enum = (NSEnumerator*)enumerator->ptr; - [real_enum release]; -} - -nfdresult_t NFD_PathSet_EnumNextN(nfdpathsetenum_t* enumerator, nfdnchar_t** outPath) { - NSEnumerator* real_enum = (NSEnumerator*)enumerator->ptr; - - @autoreleasepool { - // autoreleasepool needed because NSURL uses it - const NSURL* url = [real_enum nextObject]; - if (url) { - const char* utf8Path = [[url path] UTF8String]; - return CopyUtf8String(utf8Path, outPath); - } else { - *outPath = NULL; - return NFD_OKAY; - } - } -} diff --git a/external/nativefiledialog-extended/src/nfd_gtk.cpp b/external/nativefiledialog-extended/src/nfd_gtk.cpp deleted file mode 100644 index dda56a88..00000000 --- a/external/nativefiledialog-extended/src/nfd_gtk.cpp +++ /dev/null @@ -1,631 +0,0 @@ -/* - Native File Dialog Extended - Repository: https://github.com/btzy/nativefiledialog-extended - License: Zlib - Authors: Bernard Teo, Michael Labbe - - Note: We do not check for malloc failure on Linux - Linux overcommits memory! -*/ - -#include -#include -#if defined(GDK_WINDOWING_X11) -#include -#endif -#include -#include -#include -#include - -#include "nfd.h" - -namespace { - -template -struct Free_Guard { - T* data; - Free_Guard(T* freeable) noexcept : data(freeable) {} - ~Free_Guard() { NFDi_Free(data); } -}; - -template -struct FreeCheck_Guard { - T* data; - FreeCheck_Guard(T* freeable = nullptr) noexcept : data(freeable) {} - ~FreeCheck_Guard() { - if (data) NFDi_Free(data); - } -}; - -/* current error */ -const char* g_errorstr = nullptr; - -void NFDi_SetError(const char* msg) { - g_errorstr = msg; -} - -template -T* NFDi_Malloc(size_t bytes) { - void* ptr = malloc(bytes); - if (!ptr) NFDi_SetError("NFDi_Malloc failed."); - - return static_cast(ptr); -} - -template -void NFDi_Free(T* ptr) { - assert(ptr); - free(static_cast(ptr)); -} - -template -T* copy(const T* begin, const T* end, T* out) { - for (; begin != end; ++begin) { - *out++ = *begin; - } - return out; -} - -// Does not own the filter and extension. -struct Pair_GtkFileFilter_FileExtension { - GtkFileFilter* filter; - const nfdnchar_t* extensionBegin; - const nfdnchar_t* extensionEnd; -}; - -struct ButtonClickedArgs { - Pair_GtkFileFilter_FileExtension* map; - GtkFileChooser* chooser; -}; - -void AddFiltersToDialog(GtkFileChooser* chooser, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - if (filterCount) { - assert(filterList); - - // we have filters to add ... format and add them - - for (nfdfiltersize_t index = 0; index != filterCount; ++index) { - GtkFileFilter* filter = gtk_file_filter_new(); - - // count number of file extensions - size_t sep = 1; - for (const nfdnchar_t* p_spec = filterList[index].spec; *p_spec; ++p_spec) { - if (*p_spec == L',') { - ++sep; - } - } - - // friendly name conversions: "png,jpg" -> "Image files - // (png, jpg)" - - // calculate space needed (including the trailing '\0') - size_t nameSize = - sep + strlen(filterList[index].spec) + 3 + strlen(filterList[index].name); - - // malloc the required memory - nfdnchar_t* nameBuf = NFDi_Malloc(sizeof(nfdnchar_t) * nameSize); - - nfdnchar_t* p_nameBuf = nameBuf; - for (const nfdnchar_t* p_filterName = filterList[index].name; *p_filterName; - ++p_filterName) { - *p_nameBuf++ = *p_filterName; - } - *p_nameBuf++ = ' '; - *p_nameBuf++ = '('; - const nfdnchar_t* p_extensionStart = filterList[index].spec; - for (const nfdnchar_t* p_spec = filterList[index].spec; true; ++p_spec) { - if (*p_spec == ',' || !*p_spec) { - if (*p_spec == ',') { - *p_nameBuf++ = ','; - *p_nameBuf++ = ' '; - } - - // +1 for the trailing '\0' - nfdnchar_t* extnBuf = NFDi_Malloc(sizeof(nfdnchar_t) * - (p_spec - p_extensionStart + 3)); - nfdnchar_t* p_extnBufEnd = extnBuf; - *p_extnBufEnd++ = '*'; - *p_extnBufEnd++ = '.'; - p_extnBufEnd = copy(p_extensionStart, p_spec, p_extnBufEnd); - *p_extnBufEnd++ = '\0'; - assert((size_t)(p_extnBufEnd - extnBuf) == - sizeof(nfdnchar_t) * (p_spec - p_extensionStart + 3)); - gtk_file_filter_add_pattern(filter, extnBuf); - NFDi_Free(extnBuf); - - if (*p_spec) { - // update the extension start point - p_extensionStart = p_spec + 1; - } else { - // reached the '\0' character - break; - } - } else { - *p_nameBuf++ = *p_spec; - } - } - *p_nameBuf++ = ')'; - *p_nameBuf++ = '\0'; - assert((size_t)(p_nameBuf - nameBuf) == sizeof(nfdnchar_t) * nameSize); - - // add to the filter - gtk_file_filter_set_name(filter, nameBuf); - - // free the memory - NFDi_Free(nameBuf); - - // add filter to chooser - gtk_file_chooser_add_filter(chooser, filter); - } - } - - /* always append a wildcard option to the end*/ - - GtkFileFilter* filter = gtk_file_filter_new(); - gtk_file_filter_set_name(filter, "All files"); - gtk_file_filter_add_pattern(filter, "*"); - gtk_file_chooser_add_filter(chooser, filter); -} - -// returns null-terminated map (trailing .filter is null) -Pair_GtkFileFilter_FileExtension* AddFiltersToDialogWithMap(GtkFileChooser* chooser, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - Pair_GtkFileFilter_FileExtension* map = NFDi_Malloc( - sizeof(Pair_GtkFileFilter_FileExtension) * (filterCount + 1)); - - if (filterCount) { - assert(filterList); - - // we have filters to add ... format and add them - - for (nfdfiltersize_t index = 0; index != filterCount; ++index) { - GtkFileFilter* filter = gtk_file_filter_new(); - - // store filter in map - map[index].filter = filter; - map[index].extensionBegin = filterList[index].spec; - map[index].extensionEnd = nullptr; - - // count number of file extensions - size_t sep = 1; - for (const nfdnchar_t* p_spec = filterList[index].spec; *p_spec; ++p_spec) { - if (*p_spec == L',') { - ++sep; - } - } - - // friendly name conversions: "png,jpg" -> "Image files - // (png, jpg)" - - // calculate space needed (including the trailing '\0') - size_t nameSize = - sep + strlen(filterList[index].spec) + 3 + strlen(filterList[index].name); - - // malloc the required memory - nfdnchar_t* nameBuf = NFDi_Malloc(sizeof(nfdnchar_t) * nameSize); - - nfdnchar_t* p_nameBuf = nameBuf; - for (const nfdnchar_t* p_filterName = filterList[index].name; *p_filterName; - ++p_filterName) { - *p_nameBuf++ = *p_filterName; - } - *p_nameBuf++ = ' '; - *p_nameBuf++ = '('; - const nfdnchar_t* p_extensionStart = filterList[index].spec; - for (const nfdnchar_t* p_spec = filterList[index].spec; true; ++p_spec) { - if (*p_spec == ',' || !*p_spec) { - if (*p_spec == ',') { - *p_nameBuf++ = ','; - *p_nameBuf++ = ' '; - } - - // +1 for the trailing '\0' - nfdnchar_t* extnBuf = NFDi_Malloc(sizeof(nfdnchar_t) * - (p_spec - p_extensionStart + 3)); - nfdnchar_t* p_extnBufEnd = extnBuf; - *p_extnBufEnd++ = '*'; - *p_extnBufEnd++ = '.'; - p_extnBufEnd = copy(p_extensionStart, p_spec, p_extnBufEnd); - *p_extnBufEnd++ = '\0'; - assert((size_t)(p_extnBufEnd - extnBuf) == - sizeof(nfdnchar_t) * (p_spec - p_extensionStart + 3)); - gtk_file_filter_add_pattern(filter, extnBuf); - NFDi_Free(extnBuf); - - // store current pointer in map (if it's - // the first one) - if (map[index].extensionEnd == nullptr) { - map[index].extensionEnd = p_spec; - } - - if (*p_spec) { - // update the extension start point - p_extensionStart = p_spec + 1; - } else { - // reached the '\0' character - break; - } - } else { - *p_nameBuf++ = *p_spec; - } - } - *p_nameBuf++ = ')'; - *p_nameBuf++ = '\0'; - assert((size_t)(p_nameBuf - nameBuf) == sizeof(nfdnchar_t) * nameSize); - - // add to the filter - gtk_file_filter_set_name(filter, nameBuf); - - // free the memory - NFDi_Free(nameBuf); - - // add filter to chooser - gtk_file_chooser_add_filter(chooser, filter); - } - } - // set trailing map index to null - map[filterCount].filter = nullptr; - - /* always append a wildcard option to the end*/ - GtkFileFilter* filter = gtk_file_filter_new(); - gtk_file_filter_set_name(filter, "All files"); - gtk_file_filter_add_pattern(filter, "*"); - gtk_file_chooser_add_filter(chooser, filter); - - return map; -} - -void SetDefaultPath(GtkFileChooser* chooser, const char* defaultPath) { - if (!defaultPath || !*defaultPath) return; - - /* GTK+ manual recommends not specifically setting the default path. - We do it anyway in order to be consistent across platforms. - - If consistency with the native OS is preferred, this is the line - to comment out. -ml */ - gtk_file_chooser_set_current_folder(chooser, defaultPath); -} - -void SetDefaultName(GtkFileChooser* chooser, const char* defaultName) { - if (!defaultName || !*defaultName) return; - - gtk_file_chooser_set_current_name(chooser, defaultName); -} - -void WaitForCleanup() { - while (gtk_events_pending()) gtk_main_iteration(); -} - -struct Widget_Guard { - GtkWidget* data; - Widget_Guard(GtkWidget* widget) : data(widget) {} - ~Widget_Guard() { - WaitForCleanup(); - gtk_widget_destroy(data); - WaitForCleanup(); - } -}; - -void FileActivatedSignalHandler(GtkButton* saveButton, void* userdata) { - (void)saveButton; // silence the unused arg warning - - ButtonClickedArgs* args = static_cast(userdata); - GtkFileChooser* chooser = args->chooser; - char* currentFileName = gtk_file_chooser_get_current_name(chooser); - if (*currentFileName) { // string is not empty - - // find a '.' in the file name - const char* p_period = currentFileName; - for (; *p_period; ++p_period) { - if (*p_period == '.') { - break; - } - } - - if (!*p_period) { // there is no '.', so append the default extension - Pair_GtkFileFilter_FileExtension* filterMap = - static_cast(args->map); - GtkFileFilter* currentFilter = gtk_file_chooser_get_filter(chooser); - if (currentFilter) { - for (; filterMap->filter; ++filterMap) { - if (filterMap->filter == currentFilter) break; - } - } - if (filterMap->filter) { - // memory for appended string (including '.' and - // trailing '\0') - char* appendedFileName = NFDi_Malloc( - sizeof(char) * ((p_period - currentFileName) + - (filterMap->extensionEnd - filterMap->extensionBegin) + 2)); - char* p_fileName = copy(currentFileName, p_period, appendedFileName); - *p_fileName++ = '.'; - p_fileName = copy(filterMap->extensionBegin, filterMap->extensionEnd, p_fileName); - *p_fileName++ = '\0'; - - assert(p_fileName - appendedFileName == - (p_period - currentFileName) + - (filterMap->extensionEnd - filterMap->extensionBegin) + 2); - - // set the appended file name - gtk_file_chooser_set_current_name(chooser, appendedFileName); - - // free the memory - NFDi_Free(appendedFileName); - } - } - } - - // free the memory - g_free(currentFileName); -} - -// wrapper for gtk_dialog_run() that brings the dialog to the front -// see issues at: -// https://github.com/btzy/nativefiledialog-extended/issues/31 -// https://github.com/mlabbe/nativefiledialog/pull/92 -// https://github.com/guillaumechereau/noc/pull/11 -gint RunDialogWithFocus(GtkDialog* dialog) { -#if defined(GDK_WINDOWING_X11) - gtk_widget_show_all(GTK_WIDGET(dialog)); // show the dialog so that it gets a display - if (GDK_IS_X11_DISPLAY(gtk_widget_get_display(GTK_WIDGET(dialog)))) { - GdkWindow* window = gtk_widget_get_window(GTK_WIDGET(dialog)); - gdk_window_set_events( - window, - static_cast(gdk_window_get_events(window) | GDK_PROPERTY_CHANGE_MASK)); - gtk_window_present_with_time(GTK_WINDOW(dialog), gdk_x11_get_server_time(window)); - } -#endif - return gtk_dialog_run(dialog); -} - -} // namespace - -const char* NFD_GetError(void) { - return g_errorstr; -} - -void NFD_ClearError(void) { - NFDi_SetError(nullptr); -} - -/* public */ - -nfdresult_t NFD_Init(void) { - // Init GTK - if (!gtk_init_check(NULL, NULL)) { - NFDi_SetError("Failed to initialize GTK+ with gtk_init_check."); - return NFD_ERROR; - } - return NFD_OKAY; -} -void NFD_Quit(void) { - // do nothing, GTK cannot be de-initialized -} - -void NFD_FreePathN(nfdnchar_t* filePath) { - assert(filePath); - g_free(filePath); -} - -nfdresult_t NFD_OpenDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath) { - GtkWidget* widget = gtk_file_chooser_dialog_new("Open File", - nullptr, - GTK_FILE_CHOOSER_ACTION_OPEN, - "_Cancel", - GTK_RESPONSE_CANCEL, - "_Open", - GTK_RESPONSE_ACCEPT, - nullptr); - - // guard to destroy the widget when returning from this function - Widget_Guard widgetGuard(widget); - - /* Build the filter list */ - AddFiltersToDialog(GTK_FILE_CHOOSER(widget), filterList, filterCount); - - /* Set the default path */ - SetDefaultPath(GTK_FILE_CHOOSER(widget), defaultPath); - - if (RunDialogWithFocus(GTK_DIALOG(widget)) == GTK_RESPONSE_ACCEPT) { - // write out the file name - *outPath = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(widget)); - - return NFD_OKAY; - } else { - return NFD_CANCEL; - } -} - -nfdresult_t NFD_OpenDialogMultipleN(const nfdpathset_t** outPaths, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath) { - GtkWidget* widget = gtk_file_chooser_dialog_new("Open Files", - nullptr, - GTK_FILE_CHOOSER_ACTION_OPEN, - "_Cancel", - GTK_RESPONSE_CANCEL, - "_Open", - GTK_RESPONSE_ACCEPT, - nullptr); - - // guard to destroy the widget when returning from this function - Widget_Guard widgetGuard(widget); - - // set select multiple - gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(widget), TRUE); - - /* Build the filter list */ - AddFiltersToDialog(GTK_FILE_CHOOSER(widget), filterList, filterCount); - - /* Set the default path */ - SetDefaultPath(GTK_FILE_CHOOSER(widget), defaultPath); - - if (RunDialogWithFocus(GTK_DIALOG(widget)) == GTK_RESPONSE_ACCEPT) { - // write out the file name - GSList* fileList = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(widget)); - - *outPaths = static_cast(fileList); - return NFD_OKAY; - } else { - return NFD_CANCEL; - } -} - -nfdresult_t NFD_SaveDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath, - const nfdnchar_t* defaultName) { - GtkWidget* widget = gtk_file_chooser_dialog_new("Save File", - nullptr, - GTK_FILE_CHOOSER_ACTION_SAVE, - "_Cancel", - GTK_RESPONSE_CANCEL, - nullptr); - - // guard to destroy the widget when returning from this function - Widget_Guard widgetGuard(widget); - - GtkWidget* saveButton = gtk_dialog_add_button(GTK_DIALOG(widget), "_Save", GTK_RESPONSE_ACCEPT); - - // Prompt on overwrite - gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(widget), TRUE); - - /* Build the filter list */ - ButtonClickedArgs buttonClickedArgs; - buttonClickedArgs.chooser = GTK_FILE_CHOOSER(widget); - buttonClickedArgs.map = - AddFiltersToDialogWithMap(GTK_FILE_CHOOSER(widget), filterList, filterCount); - - /* Set the default path */ - SetDefaultPath(GTK_FILE_CHOOSER(widget), defaultPath); - - /* Set the default file name */ - SetDefaultName(GTK_FILE_CHOOSER(widget), defaultName); - - /* set the handler to add file extension */ - gulong handlerID = g_signal_connect(G_OBJECT(saveButton), - "pressed", - G_CALLBACK(FileActivatedSignalHandler), - static_cast(&buttonClickedArgs)); - - /* invoke the dialog (blocks until dialog is closed) */ - gint result = RunDialogWithFocus(GTK_DIALOG(widget)); - /* unset the handler */ - g_signal_handler_disconnect(G_OBJECT(saveButton), handlerID); - - /* free the filter map */ - NFDi_Free(buttonClickedArgs.map); - - if (result == GTK_RESPONSE_ACCEPT) { - // write out the file name - *outPath = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(widget)); - - return NFD_OKAY; - } else { - return NFD_CANCEL; - } -} - -nfdresult_t NFD_PickFolderN(nfdnchar_t** outPath, const nfdnchar_t* defaultPath) { - GtkWidget* widget = gtk_file_chooser_dialog_new("Select folder", - nullptr, - GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, - "_Cancel", - GTK_RESPONSE_CANCEL, - "_Select", - GTK_RESPONSE_ACCEPT, - nullptr); - - // guard to destroy the widget when returning from this function - Widget_Guard widgetGuard(widget); - - /* Set the default path */ - SetDefaultPath(GTK_FILE_CHOOSER(widget), defaultPath); - - if (RunDialogWithFocus(GTK_DIALOG(widget)) == GTK_RESPONSE_ACCEPT) { - // write out the file name - *outPath = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(widget)); - - return NFD_OKAY; - } else { - return NFD_CANCEL; - } -} - -nfdresult_t NFD_PathSet_GetCount(const nfdpathset_t* pathSet, nfdpathsetsize_t* count) { - assert(pathSet); - // const_cast because methods on GSList aren't const, but it should act - // like const to the caller - GSList* fileList = const_cast(static_cast(pathSet)); - - *count = g_slist_length(fileList); - return NFD_OKAY; -} - -nfdresult_t NFD_PathSet_GetPathN(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdnchar_t** outPath) { - assert(pathSet); - // const_cast because methods on GSList aren't const, but it should act - // like const to the caller - GSList* fileList = const_cast(static_cast(pathSet)); - - // Note: this takes linear time... but should be good enough - *outPath = static_cast(g_slist_nth_data(fileList, index)); - - return NFD_OKAY; -} - -void NFD_PathSet_FreePathN(const nfdnchar_t* filePath) { - assert(filePath); - (void)filePath; // prevent warning in release build - // no-op, because NFD_PathSet_Free does the freeing for us -} - -void NFD_PathSet_Free(const nfdpathset_t* pathSet) { - assert(pathSet); - // const_cast because methods on GSList aren't const, but it should act - // like const to the caller - GSList* fileList = const_cast(static_cast(pathSet)); - - // free all the nodes - for (GSList* node = fileList; node; node = node->next) { - assert(node->data); - g_free(node->data); - } - - // free the path set memory - g_slist_free(fileList); -} - -nfdresult_t NFD_PathSet_GetEnum(const nfdpathset_t* pathSet, nfdpathsetenum_t* outEnumerator) { - // The pathset (GSList) is already a linked list, so the enumeration is itself - outEnumerator->ptr = const_cast(pathSet); - - return NFD_OKAY; -} - -void NFD_PathSet_FreeEnum(nfdpathsetenum_t*) { - // Do nothing, because the enumeration is the pathset itself -} - -nfdresult_t NFD_PathSet_EnumNextN(nfdpathsetenum_t* enumerator, nfdnchar_t** outPath) { - const GSList* fileList = static_cast(enumerator->ptr); - - if (fileList) { - *outPath = static_cast(fileList->data); - enumerator->ptr = static_cast(fileList->next); - } else { - *outPath = nullptr; - } - - return NFD_OKAY; -} diff --git a/external/nativefiledialog-extended/src/nfd_portal.cpp b/external/nativefiledialog-extended/src/nfd_portal.cpp deleted file mode 100644 index 7b4a66e5..00000000 --- a/external/nativefiledialog-extended/src/nfd_portal.cpp +++ /dev/null @@ -1,1414 +0,0 @@ -/* - Native File Dialog Extended - Repository: https://github.com/btzy/nativefiledialog-extended - License: Zlib - Authors: Bernard Teo - - Note: We do not check for malloc failure on Linux - Linux overcommits memory! -*/ - -#include -#include -#include -#include -#include -#include -#include -#include // for the random token string -#include // for access() - -#include "nfd.h" - -/* -Define NFD_PORTAL_AUTO_APPEND_FILE_EXTENSION to 0 if you don't want the file extension to be -appended when missing. Linux programs usually doesn't append the file extension, but for consistency -with other OSes we append it by default. -*/ -#ifndef NFD_PORTAL_AUTO_APPEND_FILE_EXTENSION -#define NFD_PORTAL_AUTO_APPEND_FILE_EXTENSION 1 -#endif - -namespace { - -template -T* NFDi_Malloc(size_t bytes) { - void* ptr = malloc(bytes); - assert(ptr); // Linux malloc never fails - - return static_cast(ptr); -} - -template -void NFDi_Free(T* ptr) { - assert(ptr); - free(static_cast(ptr)); -} - -template -struct Free_Guard { - T* data; - Free_Guard(T* freeable) noexcept : data(freeable) {} - ~Free_Guard() { NFDi_Free(data); } -}; - -template -struct FreeCheck_Guard { - T* data; - FreeCheck_Guard(T* freeable = nullptr) noexcept : data(freeable) {} - ~FreeCheck_Guard() { - if (data) NFDi_Free(data); - } -}; - -struct DBusMessage_Guard { - DBusMessage* data; - DBusMessage_Guard(DBusMessage* freeable) noexcept : data(freeable) {} - ~DBusMessage_Guard() { dbus_message_unref(data); } -}; - -/* D-Bus connection handle */ -DBusConnection* dbus_conn; -/* current D-Bus error */ -DBusError dbus_err; -/* current error (may be a pointer to the D-Bus error message above, or a pointer to some string - * literal) */ -const char* err_ptr = nullptr; -/* the unique name of our connection, used for the Request handle; owned by D-Bus so we don't free - * it */ -const char* dbus_unique_name; - -void NFDi_SetError(const char* msg) { - err_ptr = msg; -} - -template -T* copy(const T* begin, const T* end, T* out) { - for (; begin != end; ++begin) { - *out++ = *begin; - } - return out; -} - -template -T* transform(const T* begin, const T* end, T* out, Callback callback) { - for (; begin != end; ++begin) { - *out++ = callback(*begin); - } - return out; -} - -constexpr const char* STR_EMPTY = ""; -constexpr const char* STR_OPEN_FILE = "Open File"; -constexpr const char* STR_OPEN_FILES = "Open Files"; -constexpr const char* STR_SAVE_FILE = "Save File"; -constexpr const char* STR_SELECT_FOLDER = "Select Folder"; -constexpr const char* STR_HANDLE_TOKEN = "handle_token"; -constexpr const char* STR_MULTIPLE = "multiple"; -constexpr const char* STR_DIRECTORY = "directory"; -constexpr const char* STR_FILTERS = "filters"; -constexpr const char* STR_CURRENT_FILTER = "current_filter"; -constexpr const char* STR_CURRENT_NAME = "current_name"; -constexpr const char* STR_CURRENT_FOLDER = "current_folder"; -constexpr const char* STR_CURRENT_FILE = "current_file"; -constexpr const char* STR_ALL_FILES = "All files"; -constexpr const char* STR_ASTERISK = "*"; - -template -void AppendOpenFileQueryTitle(DBusMessageIter&); -template <> -void AppendOpenFileQueryTitle(DBusMessageIter& iter) { - dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &STR_OPEN_FILE); -} -template <> -void AppendOpenFileQueryTitle(DBusMessageIter& iter) { - dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &STR_OPEN_FILES); -} -template <> -void AppendOpenFileQueryTitle(DBusMessageIter& iter) { - dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &STR_SELECT_FOLDER); -} - -void AppendSaveFileQueryTitle(DBusMessageIter& iter) { - dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &STR_SAVE_FILE); -} - -void AppendOpenFileQueryDictEntryHandleToken(DBusMessageIter& sub_iter, const char* handle_token) { - DBusMessageIter sub_sub_iter; - DBusMessageIter variant_iter; - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_HANDLE_TOKEN); - dbus_message_iter_open_container(&sub_sub_iter, DBUS_TYPE_VARIANT, "s", &variant_iter); - dbus_message_iter_append_basic(&variant_iter, DBUS_TYPE_STRING, &handle_token); - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); -} - -template -void AppendOpenFileQueryDictEntryMultiple(DBusMessageIter&); -template <> -void AppendOpenFileQueryDictEntryMultiple(DBusMessageIter& sub_iter) { - DBusMessageIter sub_sub_iter; - DBusMessageIter variant_iter; - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_MULTIPLE); - dbus_message_iter_open_container(&sub_sub_iter, DBUS_TYPE_VARIANT, "b", &variant_iter); - { - int b = true; - dbus_message_iter_append_basic(&variant_iter, DBUS_TYPE_BOOLEAN, &b); - } - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); -} -template <> -void AppendOpenFileQueryDictEntryMultiple(DBusMessageIter&) {} - -template -void AppendOpenFileQueryDictEntryDirectory(DBusMessageIter&); -template <> -void AppendOpenFileQueryDictEntryDirectory(DBusMessageIter& sub_iter) { - DBusMessageIter sub_sub_iter; - DBusMessageIter variant_iter; - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_DIRECTORY); - dbus_message_iter_open_container(&sub_sub_iter, DBUS_TYPE_VARIANT, "b", &variant_iter); - { - int b = true; - dbus_message_iter_append_basic(&variant_iter, DBUS_TYPE_BOOLEAN, &b); - } - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); -} -template <> -void AppendOpenFileQueryDictEntryDirectory(DBusMessageIter&) {} - -void AppendSingleFilter(DBusMessageIter& base_iter, const nfdnfilteritem_t& filter) { - DBusMessageIter filter_list_struct_iter; - DBusMessageIter filter_sublist_iter; - DBusMessageIter filter_sublist_struct_iter; - dbus_message_iter_open_container( - &base_iter, DBUS_TYPE_STRUCT, nullptr, &filter_list_struct_iter); - // count number of file extensions - size_t sep = 1; - for (const char* p = filter.spec; *p; ++p) { - if (*p == L',') { - ++sep; - } - } - { - const size_t name_len = strlen(filter.name); - const size_t spec_len = strlen(filter.spec); - char* buf = static_cast(alloca(sep + name_len + 2 + spec_len + 1)); - char* buf_end = buf; - buf_end = copy(filter.name, filter.name + name_len, buf_end); - *buf_end++ = ' '; - *buf_end++ = '('; - const char* spec_ptr = filter.spec; - do { - *buf_end++ = *spec_ptr; - if (*spec_ptr == ',') *buf_end++ = ' '; - ++spec_ptr; - } while (*spec_ptr != '\0'); - *buf_end++ = ')'; - *buf_end = '\0'; - dbus_message_iter_append_basic(&filter_list_struct_iter, DBUS_TYPE_STRING, &buf); - } - { - dbus_message_iter_open_container( - &filter_list_struct_iter, DBUS_TYPE_ARRAY, "(us)", &filter_sublist_iter); - const char* extn_begin = filter.spec; - const char* extn_end = extn_begin; - while (true) { - dbus_message_iter_open_container( - &filter_sublist_iter, DBUS_TYPE_STRUCT, nullptr, &filter_sublist_struct_iter); - { - const unsigned zero = 0; - dbus_message_iter_append_basic( - &filter_sublist_struct_iter, DBUS_TYPE_UINT32, &zero); - } - do { - ++extn_end; - } while (*extn_end != ',' && *extn_end != '\0'); - char* buf = static_cast(alloca(2 + (extn_end - extn_begin) + 1)); - char* buf_end = buf; - *buf_end++ = '*'; - *buf_end++ = '.'; - buf_end = copy(extn_begin, extn_end, buf_end); - *buf_end = '\0'; - dbus_message_iter_append_basic(&filter_sublist_struct_iter, DBUS_TYPE_STRING, &buf); - dbus_message_iter_close_container(&filter_sublist_iter, &filter_sublist_struct_iter); - if (*extn_end == '\0') { - break; - } - extn_begin = extn_end + 1; - extn_end = extn_begin; - } - } - dbus_message_iter_close_container(&filter_list_struct_iter, &filter_sublist_iter); - dbus_message_iter_close_container(&base_iter, &filter_list_struct_iter); -} - -bool AppendSingleFilterCheckExtn(DBusMessageIter& base_iter, - const nfdnfilteritem_t& filter, - const nfdnchar_t* match_extn) { - DBusMessageIter filter_list_struct_iter; - DBusMessageIter filter_sublist_iter; - DBusMessageIter filter_sublist_struct_iter; - dbus_message_iter_open_container( - &base_iter, DBUS_TYPE_STRUCT, nullptr, &filter_list_struct_iter); - // count number of file extensions - size_t sep = 1; - for (const char* p = filter.spec; *p; ++p) { - if (*p == L',') { - ++sep; - } - } - { - const size_t name_len = strlen(filter.name); - const size_t spec_len = strlen(filter.spec); - char* buf = static_cast(alloca(sep + name_len + 2 + spec_len + 1)); - char* buf_end = buf; - buf_end = copy(filter.name, filter.name + name_len, buf_end); - *buf_end++ = ' '; - *buf_end++ = '('; - const char* spec_ptr = filter.spec; - do { - *buf_end++ = *spec_ptr; - if (*spec_ptr == ',') *buf_end++ = ' '; - ++spec_ptr; - } while (*spec_ptr != '\0'); - *buf_end++ = ')'; - *buf_end = '\0'; - dbus_message_iter_append_basic(&filter_list_struct_iter, DBUS_TYPE_STRING, &buf); - } - bool extn_matched = false; - { - dbus_message_iter_open_container( - &filter_list_struct_iter, DBUS_TYPE_ARRAY, "(us)", &filter_sublist_iter); - const char* extn_begin = filter.spec; - const char* extn_end = extn_begin; - while (true) { - dbus_message_iter_open_container( - &filter_sublist_iter, DBUS_TYPE_STRUCT, nullptr, &filter_sublist_struct_iter); - { - const unsigned zero = 0; - dbus_message_iter_append_basic( - &filter_sublist_struct_iter, DBUS_TYPE_UINT32, &zero); - } - do { - ++extn_end; - } while (*extn_end != ',' && *extn_end != '\0'); - char* buf = static_cast(alloca(2 + (extn_end - extn_begin) + 1)); - char* buf_end = buf; - *buf_end++ = '*'; - *buf_end++ = '.'; - buf_end = copy(extn_begin, extn_end, buf_end); - *buf_end = '\0'; - dbus_message_iter_append_basic(&filter_sublist_struct_iter, DBUS_TYPE_STRING, &buf); - dbus_message_iter_close_container(&filter_sublist_iter, &filter_sublist_struct_iter); - if (!extn_matched) { - const char* match_extn_p; - const char* p; - for (p = extn_begin, match_extn_p = match_extn; p != extn_end && *match_extn_p; - ++p, ++match_extn_p) { - if (*p != *match_extn_p) break; - } - if (p == extn_end && !*match_extn_p) { - extn_matched = true; - } - } - if (*extn_end == '\0') { - break; - } - extn_begin = extn_end + 1; - extn_end = extn_begin; - } - } - dbus_message_iter_close_container(&filter_list_struct_iter, &filter_sublist_iter); - dbus_message_iter_close_container(&base_iter, &filter_list_struct_iter); - return extn_matched; -} - -void AppendWildcardFilter(DBusMessageIter& base_iter) { - DBusMessageIter filter_list_struct_iter; - DBusMessageIter filter_sublist_iter; - DBusMessageIter filter_sublist_struct_iter; - dbus_message_iter_open_container( - &base_iter, DBUS_TYPE_STRUCT, nullptr, &filter_list_struct_iter); - dbus_message_iter_append_basic(&filter_list_struct_iter, DBUS_TYPE_STRING, &STR_ALL_FILES); - dbus_message_iter_open_container( - &filter_list_struct_iter, DBUS_TYPE_ARRAY, "(us)", &filter_sublist_iter); - dbus_message_iter_open_container( - &filter_sublist_iter, DBUS_TYPE_STRUCT, nullptr, &filter_sublist_struct_iter); - { - const unsigned zero = 0; - dbus_message_iter_append_basic(&filter_sublist_struct_iter, DBUS_TYPE_UINT32, &zero); - } - dbus_message_iter_append_basic(&filter_sublist_struct_iter, DBUS_TYPE_STRING, &STR_ASTERISK); - dbus_message_iter_close_container(&filter_sublist_iter, &filter_sublist_struct_iter); - dbus_message_iter_close_container(&filter_list_struct_iter, &filter_sublist_iter); - dbus_message_iter_close_container(&base_iter, &filter_list_struct_iter); -} - -template -void AppendOpenFileQueryDictEntryFilters(DBusMessageIter&, - const nfdnfilteritem_t*, - nfdfiltersize_t); -template <> -void AppendOpenFileQueryDictEntryFilters(DBusMessageIter& sub_iter, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - if (filterCount != 0) { - DBusMessageIter sub_sub_iter; - DBusMessageIter variant_iter; - DBusMessageIter filter_list_iter; - - // filters - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_FILTERS); - dbus_message_iter_open_container( - &sub_sub_iter, DBUS_TYPE_VARIANT, "a(sa(us))", &variant_iter); - dbus_message_iter_open_container( - &variant_iter, DBUS_TYPE_ARRAY, "(sa(us))", &filter_list_iter); - for (nfdfiltersize_t i = 0; i != filterCount; ++i) { - AppendSingleFilter(filter_list_iter, filterList[i]); - } - AppendWildcardFilter(filter_list_iter); - dbus_message_iter_close_container(&variant_iter, &filter_list_iter); - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); - - // current_filter - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_CURRENT_FILTER); - dbus_message_iter_open_container( - &sub_sub_iter, DBUS_TYPE_VARIANT, "(sa(us))", &variant_iter); - AppendSingleFilter(variant_iter, filterList[0]); - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); - } -} -template <> -void AppendOpenFileQueryDictEntryFilters(DBusMessageIter&, - const nfdnfilteritem_t*, - nfdfiltersize_t) {} - -void AppendSaveFileQueryDictEntryFilters(DBusMessageIter& sub_iter, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultName) { - if (filterCount != 0) { - DBusMessageIter sub_sub_iter; - DBusMessageIter variant_iter; - DBusMessageIter filter_list_iter; - - // The extension of the defaultName (without the '.'). If NULL, it means that there is no - // extension. - const nfdnchar_t* extn = NULL; - if (defaultName) { - const nfdnchar_t* p = defaultName; - while (*p) ++p; - while (*--p != '.') - ; - ++p; - if (*p) extn = p; - } - bool extn_matched = false; - size_t selected_filter_index; - - // filters - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_FILTERS); - dbus_message_iter_open_container( - &sub_sub_iter, DBUS_TYPE_VARIANT, "a(sa(us))", &variant_iter); - dbus_message_iter_open_container( - &variant_iter, DBUS_TYPE_ARRAY, "(sa(us))", &filter_list_iter); - for (nfdfiltersize_t i = 0; i != filterCount; ++i) { - if (!extn_matched && extn) { - extn_matched = AppendSingleFilterCheckExtn(filter_list_iter, filterList[i], extn); - if (extn_matched) selected_filter_index = i; - } else { - AppendSingleFilter(filter_list_iter, filterList[i]); - } - } - AppendWildcardFilter(filter_list_iter); - dbus_message_iter_close_container(&variant_iter, &filter_list_iter); - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); - - // current_filter - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_CURRENT_FILTER); - dbus_message_iter_open_container( - &sub_sub_iter, DBUS_TYPE_VARIANT, "(sa(us))", &variant_iter); - if (extn_matched) { - AppendSingleFilter(variant_iter, filterList[selected_filter_index]); - } else { - AppendWildcardFilter(variant_iter); - } - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); - } -} - -void AppendSaveFileQueryDictEntryCurrentName(DBusMessageIter& sub_iter, const char* name) { - if (!name) return; - DBusMessageIter sub_sub_iter; - DBusMessageIter variant_iter; - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_CURRENT_NAME); - dbus_message_iter_open_container(&sub_sub_iter, DBUS_TYPE_VARIANT, "s", &variant_iter); - dbus_message_iter_append_basic(&variant_iter, DBUS_TYPE_STRING, &name); - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); -} - -void AppendSaveFileQueryDictEntryCurrentFolder(DBusMessageIter& sub_iter, const char* path) { - if (!path) return; - DBusMessageIter sub_sub_iter; - DBusMessageIter variant_iter; - DBusMessageIter array_iter; - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_CURRENT_FOLDER); - dbus_message_iter_open_container(&sub_sub_iter, DBUS_TYPE_VARIANT, "ay", &variant_iter); - dbus_message_iter_open_container(&variant_iter, DBUS_TYPE_ARRAY, "y", &array_iter); - // Append string as byte array, including the terminating null byte as required by the portal. - const char* p = path; - do { - dbus_message_iter_append_basic(&array_iter, DBUS_TYPE_BYTE, p); - } while (*p++); - dbus_message_iter_close_container(&variant_iter, &array_iter); - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); -} - -void AppendSaveFileQueryDictEntryCurrentFile(DBusMessageIter& sub_iter, - const char* path, - const char* name) { - if (!path || !name) return; - const size_t path_len = strlen(path); - const size_t name_len = strlen(name); - char* pathname; - char* pathname_end; - size_t pathname_len; - if (path_len && path[path_len - 1] == '/') { - pathname_len = path_len + name_len; - pathname = NFDi_Malloc(pathname_len + 1); - pathname_end = pathname; - pathname_end = copy(path, path + path_len, pathname_end); - pathname_end = copy(name, name + name_len, pathname_end); - *pathname_end++ = '\0'; - } else { - pathname_len = path_len + 1 + name_len; - pathname = NFDi_Malloc(pathname_len + 1); - pathname_end = pathname; - pathname_end = copy(path, path + path_len, pathname_end); - *pathname_end++ = '/'; - pathname_end = copy(name, name + name_len, pathname_end); - *pathname_end++ = '\0'; - } - Free_Guard guard(pathname); - if (access(pathname, F_OK) != 0) return; - DBusMessageIter sub_sub_iter; - DBusMessageIter variant_iter; - DBusMessageIter array_iter; - dbus_message_iter_open_container(&sub_iter, DBUS_TYPE_DICT_ENTRY, nullptr, &sub_sub_iter); - dbus_message_iter_append_basic(&sub_sub_iter, DBUS_TYPE_STRING, &STR_CURRENT_FILE); - dbus_message_iter_open_container(&sub_sub_iter, DBUS_TYPE_VARIANT, "ay", &variant_iter); - dbus_message_iter_open_container(&variant_iter, DBUS_TYPE_ARRAY, "y", &array_iter); - // This includes the terminating null character, which is required by the portal. - for (const char* p = pathname; p != pathname_end; ++p) { - dbus_message_iter_append_basic(&array_iter, DBUS_TYPE_BYTE, p); - } - dbus_message_iter_close_container(&variant_iter, &array_iter); - dbus_message_iter_close_container(&sub_sub_iter, &variant_iter); - dbus_message_iter_close_container(&sub_iter, &sub_sub_iter); -} - -// Append OpenFile() portal params to the given query. -template -void AppendOpenFileQueryParams(DBusMessage* query, - const char* handle_token, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - DBusMessageIter iter; - dbus_message_iter_init_append(query, &iter); - - dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &STR_EMPTY); - - AppendOpenFileQueryTitle(iter); - - DBusMessageIter sub_iter; - dbus_message_iter_open_container(&iter, DBUS_TYPE_ARRAY, "{sv}", &sub_iter); - AppendOpenFileQueryDictEntryHandleToken(sub_iter, handle_token); - AppendOpenFileQueryDictEntryMultiple(sub_iter); - AppendOpenFileQueryDictEntryDirectory(sub_iter); - AppendOpenFileQueryDictEntryFilters(sub_iter, filterList, filterCount); - dbus_message_iter_close_container(&iter, &sub_iter); -} - -// Append SaveFile() portal params to the given query. -void AppendSaveFileQueryParams(DBusMessage* query, - const char* handle_token, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath, - const nfdnchar_t* defaultName) { - DBusMessageIter iter; - dbus_message_iter_init_append(query, &iter); - - dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &STR_EMPTY); - - AppendSaveFileQueryTitle(iter); - - DBusMessageIter sub_iter; - dbus_message_iter_open_container(&iter, DBUS_TYPE_ARRAY, "{sv}", &sub_iter); - AppendOpenFileQueryDictEntryHandleToken(sub_iter, handle_token); - AppendSaveFileQueryDictEntryFilters(sub_iter, filterList, filterCount, defaultName); - AppendSaveFileQueryDictEntryCurrentName(sub_iter, defaultName); - AppendSaveFileQueryDictEntryCurrentFolder(sub_iter, defaultPath); - AppendSaveFileQueryDictEntryCurrentFile(sub_iter, defaultPath, defaultName); - dbus_message_iter_close_container(&iter, &sub_iter); -} - -nfdresult_t ReadDictImpl(const char*, DBusMessageIter&) { - return NFD_OKAY; -} - -template -nfdresult_t ReadDictImpl(const char* key, - DBusMessageIter& iter, - const char*& candidate_key, - Callback& candidate_callback, - Args&... args) { - if (strcmp(key, candidate_key) == 0) { - // this is the correct callback - return candidate_callback(iter); - } else { - return ReadDictImpl(key, iter, args...); - } -} - -// Read a dictionary from the given iterator. The type of the element under this iterator will be -// checked. The args are alternately key and callback. Key is a const char*, and callback is a -// function that returns nfdresult_t. Return NFD_ERROR to stop processing and return immediately. -template -nfdresult_t ReadDict(DBusMessageIter iter, Args... args) { - if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_ARRAY) { - NFDi_SetError("D-Bus response signal argument is not an array."); - return NFD_ERROR; - } - DBusMessageIter sub_iter; - dbus_message_iter_recurse(&iter, &sub_iter); - while (dbus_message_iter_get_arg_type(&sub_iter) == DBUS_TYPE_DICT_ENTRY) { - DBusMessageIter de_iter; - dbus_message_iter_recurse(&sub_iter, &de_iter); - if (dbus_message_iter_get_arg_type(&de_iter) != DBUS_TYPE_STRING) { - NFDi_SetError("D-Bus response signal dict entry does not start with a string."); - return NFD_ERROR; - } - const char* key; - dbus_message_iter_get_basic(&de_iter, &key); - if (!dbus_message_iter_next(&de_iter)) { - NFDi_SetError("D-Bus response signal dict entry is missing one or more arguments."); - return NFD_ERROR; - } - // unwrap the variant - if (dbus_message_iter_get_arg_type(&de_iter) != DBUS_TYPE_VARIANT) { - NFDi_SetError("D-Bus response signal dict entry value is not a variant."); - return NFD_ERROR; - } - DBusMessageIter de_variant_iter; - dbus_message_iter_recurse(&de_iter, &de_variant_iter); - if (ReadDictImpl(key, de_variant_iter, args...) == NFD_ERROR) return NFD_ERROR; - if (!dbus_message_iter_next(&sub_iter)) break; - } - return NFD_OKAY; -} - -// Read the message, returning an iterator to the `results` dictionary of the response. If response -// was okay, then returns NFD_OKAY and set `resultsIter` to the results dictionary iterator (this is -// the iterator to the entire dictionary (which has type DBUS_TYPE_ARRAY), not an iterator to the -// first item in the dictionary). It does not check that this iterator is DBUS_TYPE_ARRAY; you -// should use ReadDict() which will check it. Otherwise, returns NFD_CANCEL or NFD_ERROR as -// appropriate, and does not modify `resultsIter`. `resultsIter` can be copied by value. -nfdresult_t ReadResponseResults(DBusMessage* msg, DBusMessageIter& resultsIter) { - DBusMessageIter iter; - if (!dbus_message_iter_init(msg, &iter)) { - NFDi_SetError("D-Bus response signal is missing one or more arguments."); - return NFD_ERROR; - } - if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_UINT32) { - NFDi_SetError("D-Bus response signal argument is not a uint32."); - return NFD_ERROR; - } - dbus_uint32_t resp_code; - dbus_message_iter_get_basic(&iter, &resp_code); - if (resp_code != 0) { - if (resp_code == 1) { - // User pressed cancel - return NFD_CANCEL; - } else { - // Some error occurred - NFDi_SetError("D-Bus file dialog interaction was ended abruptly."); - return NFD_ERROR; - } - } - // User successfully responded - if (!dbus_message_iter_next(&iter)) { - NFDi_SetError("D-Bus response signal is missing one or more arguments."); - return NFD_ERROR; - } - resultsIter = iter; - return NFD_OKAY; -} - -// Read the message. If response was okay, then returns NFD_OKAY and set `uriIter` to the URI array -// iterator. Otherwise, returns NFD_CANCEL or NFD_ERROR as appropriate, and does not modify -// `uriIter`. `uriIter` can be copied by value. -nfdresult_t ReadResponseUris(DBusMessage* msg, DBusMessageIter& uriIter) { - DBusMessageIter iter; - const nfdresult_t res = ReadResponseResults(msg, iter); - if (res != NFD_OKAY) return res; - bool has_uris = false; - if (ReadDict(iter, "uris", [&uriIter, &has_uris](DBusMessageIter& uris_iter) { - if (dbus_message_iter_get_arg_type(&uris_iter) != DBUS_TYPE_ARRAY) { - NFDi_SetError("D-Bus response signal URI iter is not an array."); - return NFD_ERROR; - } - dbus_message_iter_recurse(&uris_iter, &uriIter); - has_uris = true; - return NFD_OKAY; - }) == NFD_ERROR) - return NFD_ERROR; - - if (!has_uris) { - NFDi_SetError("D-Bus response signal has no URI field."); - return NFD_ERROR; - } - return NFD_OKAY; -} - -// Same as ReadResponseUris, but does not perform any message type checks. -// You should only use this if you previously used ReadResponseUris and it returned NFD_OKAY! -void ReadResponseUrisUnchecked(DBusMessage* msg, DBusMessageIter& uriIter) { - DBusMessageIter iter; - dbus_message_iter_init(msg, &iter); - dbus_message_iter_next(&iter); - ReadDict(iter, "uris", [&uriIter](DBusMessageIter& uris_iter) { - dbus_message_iter_recurse(&uris_iter, &uriIter); - return NFD_OKAY; - }); -} -nfdpathsetsize_t ReadResponseUrisUncheckedGetArraySize(DBusMessage* msg) { - DBusMessageIter iter; - dbus_message_iter_init(msg, &iter); - dbus_message_iter_next(&iter); - nfdpathsetsize_t sz = 0; // Initialization will never be used, but we initialize it to prevent - // the uninitialized warning otherwise. - ReadDict(iter, "uris", [&sz](DBusMessageIter& uris_iter) { - sz = dbus_message_iter_get_element_count(&uris_iter); - return NFD_OKAY; - }); - return sz; -} - -// Read the response URI. If response was okay, then returns NFD_OKAY and set file to it (the -// pointer is set to some string owned by msg, so you should not manually free it). Otherwise, -// returns NFD_CANCEL or NFD_ERROR as appropriate, and does not modify `file`. -nfdresult_t ReadResponseUrisSingle(DBusMessage* msg, const char*& file) { - DBusMessageIter uri_iter; - const nfdresult_t res = ReadResponseUris(msg, uri_iter); - if (res != NFD_OKAY) return res; // can be NFD_CANCEL or NFD_ERROR - if (dbus_message_iter_get_arg_type(&uri_iter) != DBUS_TYPE_STRING) { - NFDi_SetError("D-Bus response signal URI sub iter is not a string."); - return NFD_ERROR; - } - dbus_message_iter_get_basic(&uri_iter, &file); - return NFD_OKAY; -} - -#if NFD_PORTAL_AUTO_APPEND_FILE_EXTENSION == 1 -// Read the response URI and selected extension (in the form "*.abc" or "*") (if any). If response -// was okay, then returns NFD_OKAY and set file and extn to them (the pointer is set to some string -// owned by msg, so you should not manually free it). `file` is the user-entered file name, and -// `extn` is the selected file extension (the first one if there are multiple extensions in the -// selected option) (this is NULL if "All files" is selected). Otherwise, returns NFD_CANCEL or -// NFD_ERROR as appropriate, and does not modify `file` and `extn`. -nfdresult_t ReadResponseUrisSingleAndCurrentExtension(DBusMessage* msg, - const char*& file, - const char*& extn) { - DBusMessageIter iter; - const nfdresult_t res = ReadResponseResults(msg, iter); - if (res != NFD_OKAY) return res; - const char* tmp_file = nullptr; - const char* tmp_extn = nullptr; - if (ReadDict( - iter, - "uris", - [&tmp_file](DBusMessageIter& uris_iter) { - if (dbus_message_iter_get_arg_type(&uris_iter) != DBUS_TYPE_ARRAY) { - NFDi_SetError("D-Bus response signal URI iter is not an array."); - return NFD_ERROR; - } - DBusMessageIter uri_iter; - dbus_message_iter_recurse(&uris_iter, &uri_iter); - if (dbus_message_iter_get_arg_type(&uri_iter) != DBUS_TYPE_STRING) { - NFDi_SetError("D-Bus response signal URI sub iter is not a string."); - return NFD_ERROR; - } - dbus_message_iter_get_basic(&uri_iter, &tmp_file); - return NFD_OKAY; - }, - "current_filter", - [&tmp_extn](DBusMessageIter& current_filter_iter) { - // current_filter is best_effort, so if we fail, we still return NFD_OKAY. - if (dbus_message_iter_get_arg_type(¤t_filter_iter) != DBUS_TYPE_STRUCT) { - // NFDi_SetError("D-Bus response signal current_filter iter is not a struct."); - return NFD_OKAY; - } - DBusMessageIter current_filter_struct_iter; - dbus_message_iter_recurse(¤t_filter_iter, ¤t_filter_struct_iter); - if (!dbus_message_iter_next(¤t_filter_struct_iter)) { - // NFDi_SetError("D-Bus response signal current_filter struct iter ended - // prematurely."); - return NFD_OKAY; - } - if (dbus_message_iter_get_arg_type(¤t_filter_struct_iter) != - DBUS_TYPE_ARRAY) { - // NFDi_SetError("D-Bus response signal URI sub iter is not a string."); - return NFD_OKAY; - } - DBusMessageIter current_filter_array_iter; - dbus_message_iter_recurse(¤t_filter_struct_iter, ¤t_filter_array_iter); - if (dbus_message_iter_get_arg_type(¤t_filter_array_iter) != - DBUS_TYPE_STRUCT) { - // NFDi_SetError("D-Bus response signal current_filter iter is not a struct."); - return NFD_OKAY; - } - DBusMessageIter current_filter_extn_iter; - dbus_message_iter_recurse(¤t_filter_array_iter, ¤t_filter_extn_iter); - if (dbus_message_iter_get_arg_type(¤t_filter_extn_iter) != DBUS_TYPE_UINT32) { - // NFDi_SetError("D-Bus response signal URI sub iter is not a string."); - return NFD_OKAY; - } - dbus_uint32_t type; - dbus_message_iter_get_basic(¤t_filter_extn_iter, &type); - if (type != 0) { - // NFDi_SetError("Wrong filter type."); - return NFD_OKAY; - } - if (!dbus_message_iter_next(¤t_filter_extn_iter)) { - // NFDi_SetError("D-Bus response signal current_filter struct iter ended - // prematurely."); - return NFD_OKAY; - } - if (dbus_message_iter_get_arg_type(¤t_filter_extn_iter) != DBUS_TYPE_STRING) { - // NFDi_SetError("D-Bus response signal URI sub iter is not a string."); - return NFD_OKAY; - } - dbus_message_iter_get_basic(¤t_filter_extn_iter, &tmp_extn); - return NFD_OKAY; - }) == NFD_ERROR) - return NFD_ERROR; - - if (!tmp_file) { - NFDi_SetError("D-Bus response signal has no URI field."); - return NFD_ERROR; - } - file = tmp_file; - extn = tmp_extn; - return NFD_OKAY; -} -#endif - -// Appends up to 64 random chars to the given pointer. Returns the end of the appended chars. -char* Generate64RandomChars(char* out) { - size_t amount = 32; - while (amount > 0) { - unsigned char buf[32]; - ssize_t res = getrandom(buf, amount, 0); - if (res == -1) { - if (errno == EINTR) - continue; - else - break; // too bad, urandom isn't working well - } - amount -= res; - // we encode each random char using two chars, since they must be [A-Z][a-z][0-9]_ - for (size_t i = 0; i != static_cast(res); ++i) { - *out++ = 'A' + static_cast(buf[i] & 15); - *out++ = 'A' + static_cast(buf[i] >> 4); - } - } - return out; -} - -constexpr const char STR_RESPONSE_HANDLE_PREFIX[] = "/org/freedesktop/portal/desktop/request/"; -constexpr size_t STR_RESPONSE_HANDLE_PREFIX_LEN = - sizeof(STR_RESPONSE_HANDLE_PREFIX) - 1; // -1 to remove the \0. - -// Allocates and returns a path like "/org/freedesktop/portal/desktop/request/SENDER/TOKEN" with -// randomly generated TOKEN as recommended by flatpak. `handle_token_ptr` is a pointer to the -// TOKEN part. -char* MakeUniqueObjectPath(const char** handle_token_ptr) { - const char* sender = dbus_unique_name; - if (*sender == ':') ++sender; - const size_t sender_len = strlen(sender); - const size_t sz = STR_RESPONSE_HANDLE_PREFIX_LEN + sender_len + 1 + - 64; // 1 for '/', followed by 64 random chars - char* path = NFDi_Malloc(sz + 1); - char* path_ptr = path; - path_ptr = copy(STR_RESPONSE_HANDLE_PREFIX, - STR_RESPONSE_HANDLE_PREFIX + STR_RESPONSE_HANDLE_PREFIX_LEN, - path_ptr); - path_ptr = transform( - sender, sender + sender_len, path_ptr, [](char ch) { return ch != '.' ? ch : '_'; }); - *path_ptr++ = '/'; - *handle_token_ptr = path_ptr; - path_ptr = Generate64RandomChars(path_ptr); - *path_ptr = '\0'; - return path; -} - -constexpr const char STR_RESPONSE_SUBSCRIPTION_PATH_1[] = - "type='signal',sender='org.freedesktop.portal.Desktop',path='"; -constexpr const char STR_RESPONSE_SUBSCRIPTION_PATH_1_LEN = - sizeof(STR_RESPONSE_SUBSCRIPTION_PATH_1) - 1; -constexpr const char STR_RESPONSE_SUBSCRIPTION_PATH_2[] = - "',interface='org.freedesktop.portal.Request',member='Response',destination='"; -constexpr const char STR_RESPONSE_SUBSCRIPTION_PATH_2_LEN = - sizeof(STR_RESPONSE_SUBSCRIPTION_PATH_2) - 1; -constexpr const char STR_RESPONSE_SUBSCRIPTION_PATH_3[] = "'"; -constexpr const char STR_RESPONSE_SUBSCRIPTION_PATH_3_LEN = - sizeof(STR_RESPONSE_SUBSCRIPTION_PATH_3) - 1; - -class DBusSignalSubscriptionHandler { - private: - char* sub_cmd; - - public: - DBusSignalSubscriptionHandler() : sub_cmd(nullptr) {} - ~DBusSignalSubscriptionHandler() { - if (sub_cmd) Unsubscribe(); - } - - nfdresult_t Subscribe(const char* handle_path) { - if (sub_cmd) Unsubscribe(); - sub_cmd = MakeResponseSubscriptionPath(handle_path, dbus_unique_name); - DBusError err; - dbus_error_init(&err); - dbus_bus_add_match(dbus_conn, sub_cmd, &err); - if (dbus_error_is_set(&err)) { - dbus_error_free(&dbus_err); - dbus_move_error(&err, &dbus_err); - NFDi_SetError(dbus_err.message); - return NFD_ERROR; - } - return NFD_OKAY; - } - - void Unsubscribe() { - DBusError err; - dbus_error_init(&err); - dbus_bus_remove_match(dbus_conn, sub_cmd, &err); - NFDi_Free(sub_cmd); - sub_cmd = nullptr; - dbus_error_free( - &err); // silence unsubscribe errors, because this is intuitively part of 'cleanup' - } - - private: - static char* MakeResponseSubscriptionPath(const char* handle_path, const char* unique_name) { - const size_t handle_path_len = strlen(handle_path); - const size_t unique_name_len = strlen(unique_name); - const size_t sz = STR_RESPONSE_SUBSCRIPTION_PATH_1_LEN + handle_path_len + - STR_RESPONSE_SUBSCRIPTION_PATH_2_LEN + unique_name_len + - STR_RESPONSE_SUBSCRIPTION_PATH_3_LEN; - char* res = NFDi_Malloc(sz + 1); - char* res_ptr = res; - res_ptr = copy(STR_RESPONSE_SUBSCRIPTION_PATH_1, - STR_RESPONSE_SUBSCRIPTION_PATH_1 + STR_RESPONSE_SUBSCRIPTION_PATH_1_LEN, - res_ptr); - res_ptr = copy(handle_path, handle_path + handle_path_len, res_ptr); - res_ptr = copy(STR_RESPONSE_SUBSCRIPTION_PATH_2, - STR_RESPONSE_SUBSCRIPTION_PATH_2 + STR_RESPONSE_SUBSCRIPTION_PATH_2_LEN, - res_ptr); - res_ptr = copy(unique_name, unique_name + unique_name_len, res_ptr); - res_ptr = copy(STR_RESPONSE_SUBSCRIPTION_PATH_3, - STR_RESPONSE_SUBSCRIPTION_PATH_3 + STR_RESPONSE_SUBSCRIPTION_PATH_3_LEN, - res_ptr); - *res_ptr = '\0'; - return res; - } -}; - -constexpr const char FILE_URI_PREFIX[] = "file://"; -constexpr size_t FILE_URI_PREFIX_LEN = sizeof(FILE_URI_PREFIX) - 1; - -// If fileUri starts with "file://", strips that prefix and copies it to a new buffer, and make -// outPath point to it, and returns NFD_OKAY. Otherwise, does not modify outPath and returns -// NFD_ERROR (with the correct error set) -nfdresult_t AllocAndCopyFilePath(const char* fileUri, char*& outPath) { - const char* prefix_begin = FILE_URI_PREFIX; - const char* const prefix_end = FILE_URI_PREFIX + FILE_URI_PREFIX_LEN; - for (; prefix_begin != prefix_end; ++prefix_begin, ++fileUri) { - if (*prefix_begin != *fileUri) { - NFDi_SetError("D-Bus freedesktop portal returned a URI that is not a file URI."); - return NFD_ERROR; - } - } - size_t len = strlen(fileUri); - char* path_without_prefix = NFDi_Malloc(len + 1); - copy(fileUri, fileUri + (len + 1), path_without_prefix); - outPath = path_without_prefix; - return NFD_OKAY; -} - -#if NFD_PORTAL_AUTO_APPEND_FILE_EXTENSION == 1 -bool TryGetValidExtension(const char* extn, - const char*& trimmed_extn, - const char*& trimmed_extn_end) { - if (!extn) return false; - if (*extn != '*') return false; - ++extn; - if (*extn != '.') return false; - trimmed_extn = extn; - for (++extn; *extn != '\0'; ++extn) - ; - ++extn; - trimmed_extn_end = extn; - return true; -} - -// Like AllocAndCopyFilePath, but if `fileUri` has no extension and `extn` is usable, appends the -// extension. `extn` could be null, in which case no extension will ever be appended. `extn` is -// expected to be either in the form "*.abc" or "*", but this function will check for it, and ignore -// the extension if it is not in the correct form. -nfdresult_t AllocAndCopyFilePathWithExtn(const char* fileUri, const char* extn, char*& outPath) { - const char* prefix_begin = FILE_URI_PREFIX; - const char* const prefix_end = FILE_URI_PREFIX + FILE_URI_PREFIX_LEN; - for (; prefix_begin != prefix_end; ++prefix_begin, ++fileUri) { - if (*prefix_begin != *fileUri) { - NFDi_SetError("D-Bus freedesktop portal returned a URI that is not a file URI."); - return NFD_ERROR; - } - } - - const char* file_end = fileUri; - for (; *file_end != '\0'; ++file_end) - ; - const char* file_it = file_end; - do { - --file_it; - } while (*file_it != '/' && *file_it != '.'); - const char* trimmed_extn; // includes the '.' - const char* trimmed_extn_end; // includes the '\0' - if (*file_it == '.' || !TryGetValidExtension(extn, trimmed_extn, trimmed_extn_end)) { - // has file extension already or no valid extension in `extn` - ++file_end; // includes the '\0' - char* path_without_prefix = NFDi_Malloc(file_end - fileUri); - copy(fileUri, file_end, path_without_prefix); - outPath = path_without_prefix; - } else { - // no file extension and we have a valid extension - char* path_without_prefix = - NFDi_Malloc((file_end - fileUri) + (trimmed_extn_end - trimmed_extn)); - char* out = copy(fileUri, file_end, path_without_prefix); - copy(trimmed_extn, trimmed_extn_end, out); - outPath = path_without_prefix; - } - return NFD_OKAY; -} -#endif - -// DBus wrapper function that helps invoke the portal for all OpenFile() variants. -// This function returns NFD_OKAY iff outMsg gets set (to the returned message). -// Caller is responsible for freeing the outMsg using dbus_message_unref() (or use -// DBusMessage_Guard). -template -nfdresult_t NFD_DBus_OpenFile(DBusMessage*& outMsg, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - const char* handle_token_ptr; - char* handle_obj_path = MakeUniqueObjectPath(&handle_token_ptr); - Free_Guard handle_obj_path_guard(handle_obj_path); - - DBusError err; // need a separate error object because we don't want to mess with the old one - // if it's stil set - dbus_error_init(&err); - - // Subscribe to the signal using the handle_obj_path - DBusSignalSubscriptionHandler signal_sub; - nfdresult_t res = signal_sub.Subscribe(handle_obj_path); - if (res != NFD_OKAY) return res; - - // TODO: use XOpenDisplay()/XGetInputFocus() to find xid of window... but what should one do on - // Wayland? - - DBusMessage* query = dbus_message_new_method_call("org.freedesktop.portal.Desktop", - "/org/freedesktop/portal/desktop", - "org.freedesktop.portal.FileChooser", - "OpenFile"); - DBusMessage_Guard query_guard(query); - AppendOpenFileQueryParams( - query, handle_token_ptr, filterList, filterCount); - - DBusMessage* reply = - dbus_connection_send_with_reply_and_block(dbus_conn, query, DBUS_TIMEOUT_INFINITE, &err); - if (!reply) { - dbus_error_free(&dbus_err); - dbus_move_error(&err, &dbus_err); - NFDi_SetError(dbus_err.message); - return NFD_ERROR; - } - DBusMessage_Guard reply_guard(reply); - - // Check the reply and update our signal subscription if necessary - { - DBusMessageIter iter; - if (!dbus_message_iter_init(reply, &iter)) { - NFDi_SetError("D-Bus reply is missing an argument."); - return NFD_ERROR; - } - if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_OBJECT_PATH) { - NFDi_SetError("D-Bus reply is not an object path."); - return NFD_ERROR; - } - - const char* path; - dbus_message_iter_get_basic(&iter, &path); - if (strcmp(path, handle_obj_path) != 0) { - // needs to change our signal subscription - signal_sub.Subscribe(path); - } - } - - // Wait and read the response - // const char* file = nullptr; - do { - while (true) { - DBusMessage* msg = dbus_connection_pop_message(dbus_conn); - if (!msg) break; - - if (dbus_message_is_signal(msg, "org.freedesktop.portal.Request", "Response")) { - // this is the response we're looking for - outMsg = msg; - return NFD_OKAY; - } - - dbus_message_unref(msg); - } - } while (dbus_connection_read_write(dbus_conn, -1)); - - NFDi_SetError("D-Bus freedesktop portal did not give us a reply."); - return NFD_ERROR; -} - -// DBus wrapper function that helps invoke the portal for the SaveFile() API. -// This function returns NFD_OKAY iff outMsg gets set (to the returned message). -// Caller is responsible for freeing the outMsg using dbus_message_unref() (or use -// DBusMessage_Guard). -nfdresult_t NFD_DBus_SaveFile(DBusMessage*& outMsg, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath, - const nfdnchar_t* defaultName) { - const char* handle_token_ptr; - char* handle_obj_path = MakeUniqueObjectPath(&handle_token_ptr); - Free_Guard handle_obj_path_guard(handle_obj_path); - - DBusError err; // need a separate error object because we don't want to mess with the old one - // if it's stil set - dbus_error_init(&err); - - // Subscribe to the signal using the handle_obj_path - DBusSignalSubscriptionHandler signal_sub; - nfdresult_t res = signal_sub.Subscribe(handle_obj_path); - if (res != NFD_OKAY) return res; - - // TODO: use XOpenDisplay()/XGetInputFocus() to find xid of window... but what should one do on - // Wayland? - - DBusMessage* query = dbus_message_new_method_call("org.freedesktop.portal.Desktop", - "/org/freedesktop/portal/desktop", - "org.freedesktop.portal.FileChooser", - "SaveFile"); - DBusMessage_Guard query_guard(query); - AppendSaveFileQueryParams( - query, handle_token_ptr, filterList, filterCount, defaultPath, defaultName); - - DBusMessage* reply = - dbus_connection_send_with_reply_and_block(dbus_conn, query, DBUS_TIMEOUT_INFINITE, &err); - if (!reply) { - dbus_error_free(&dbus_err); - dbus_move_error(&err, &dbus_err); - NFDi_SetError(dbus_err.message); - return NFD_ERROR; - } - DBusMessage_Guard reply_guard(reply); - - // Check the reply and update our signal subscription if necessary - { - DBusMessageIter iter; - if (!dbus_message_iter_init(reply, &iter)) { - NFDi_SetError("D-Bus reply is missing an argument."); - return NFD_ERROR; - } - if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_OBJECT_PATH) { - NFDi_SetError("D-Bus reply is not an object path."); - return NFD_ERROR; - } - - const char* path; - dbus_message_iter_get_basic(&iter, &path); - if (strcmp(path, handle_obj_path) != 0) { - // needs to change our signal subscription - signal_sub.Subscribe(path); - } - } - - // Wait and read the response - // const char* file = nullptr; - do { - while (true) { - DBusMessage* msg = dbus_connection_pop_message(dbus_conn); - if (!msg) break; - - if (dbus_message_is_signal(msg, "org.freedesktop.portal.Request", "Response")) { - // this is the response we're looking for - outMsg = msg; - return NFD_OKAY; - } - - dbus_message_unref(msg); - } - } while (dbus_connection_read_write(dbus_conn, -1)); - - NFDi_SetError("D-Bus freedesktop portal did not give us a reply."); - return NFD_ERROR; -} - -} // namespace - -/* public */ - -const char* NFD_GetError(void) { - return err_ptr; -} - -void NFD_ClearError(void) { - NFDi_SetError(nullptr); - dbus_error_free(&dbus_err); -} - -nfdresult_t NFD_Init(void) { - // Initialize dbus_error - dbus_error_init(&dbus_err); - // Get DBus connection - dbus_conn = dbus_bus_get(DBUS_BUS_SESSION, &dbus_err); - if (!dbus_conn) { - NFDi_SetError(dbus_err.message); - return NFD_ERROR; - } - dbus_unique_name = dbus_bus_get_unique_name(dbus_conn); - if (!dbus_unique_name) { - NFDi_SetError("Unable to get the unique name of our D-Bus connection."); - return NFD_ERROR; - } - return NFD_OKAY; -} -void NFD_Quit(void) { - dbus_connection_unref(dbus_conn); - // Note: We do not free dbus_error since NFD_Init might set it. - // To avoid leaking memory, the caller should explicitly call NFD_ClearError after reading the - // error. -} - -void NFD_FreePathN(nfdnchar_t* filePath) { - assert(filePath); - NFDi_Free(filePath); -} - -nfdresult_t NFD_OpenDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath) { - (void)defaultPath; // Default path not supported for portal backend - - DBusMessage* msg; - { - const nfdresult_t res = NFD_DBus_OpenFile(msg, filterList, filterCount); - if (res != NFD_OKAY) { - return res; - } - } - DBusMessage_Guard msg_guard(msg); - - const char* file; - { - const nfdresult_t res = ReadResponseUrisSingle(msg, file); - if (res != NFD_OKAY) { - return res; - } - } - - return AllocAndCopyFilePath(file, *outPath); -} - -nfdresult_t NFD_OpenDialogMultipleN(const nfdpathset_t** outPaths, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath) { - (void)defaultPath; // Default path not supported for portal backend - - DBusMessage* msg; - { - const nfdresult_t res = NFD_DBus_OpenFile(msg, filterList, filterCount); - if (res != NFD_OKAY) { - return res; - } - } - - DBusMessageIter uri_iter; - const nfdresult_t res = ReadResponseUris(msg, uri_iter); - if (res != NFD_OKAY) { - dbus_message_unref(msg); - return res; - } - - *outPaths = msg; - return NFD_OKAY; -} - -nfdresult_t NFD_SaveDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath, - const nfdnchar_t* defaultName) { - DBusMessage* msg; - { - const nfdresult_t res = - NFD_DBus_SaveFile(msg, filterList, filterCount, defaultPath, defaultName); - if (res != NFD_OKAY) { - return res; - } - } - DBusMessage_Guard msg_guard(msg); - -#if NFD_PORTAL_AUTO_APPEND_FILE_EXTENSION == 1 - const char* file; - const char* extn; - { - const nfdresult_t res = ReadResponseUrisSingleAndCurrentExtension(msg, file, extn); - if (res != NFD_OKAY) { - return res; - } - } - - return AllocAndCopyFilePathWithExtn(file, extn, *outPath); -#else - const char* file; - { - const nfdresult_t res = ReadResponseUrisSingle(msg, file); - if (res != NFD_OKAY) { - return res; - } - } - - return AllocAndCopyFilePath(file, *outPath); -#endif -} - -nfdresult_t NFD_PickFolderN(nfdnchar_t** outPath, const nfdnchar_t* defaultPath) { - (void)defaultPath; // Default path not supported for portal backend - - DBusMessage* msg; - { - const nfdresult_t res = NFD_DBus_OpenFile(msg, nullptr, 0); - if (res != NFD_OKAY) { - return res; - } - } - DBusMessage_Guard msg_guard(msg); - - const char* file; - { - const nfdresult_t res = ReadResponseUrisSingle(msg, file); - if (res != NFD_OKAY) { - return res; - } - } - - return AllocAndCopyFilePath(file, *outPath); -} - -nfdresult_t NFD_PathSet_GetCount(const nfdpathset_t* pathSet, nfdpathsetsize_t* count) { - assert(pathSet); - DBusMessage* msg = const_cast(static_cast(pathSet)); - *count = ReadResponseUrisUncheckedGetArraySize(msg); - return NFD_OKAY; -} - -nfdresult_t NFD_PathSet_GetPathN(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdnchar_t** outPath) { - assert(pathSet); - DBusMessage* msg = const_cast(static_cast(pathSet)); - DBusMessageIter uri_iter; - ReadResponseUrisUnchecked(msg, uri_iter); - while (index > 0) { - --index; - if (!dbus_message_iter_next(&uri_iter)) { - NFDi_SetError("Index out of bounds."); - return NFD_ERROR; - } - } - if (dbus_message_iter_get_arg_type(&uri_iter) != DBUS_TYPE_STRING) { - NFDi_SetError("D-Bus response signal URI sub iter is not a string."); - return NFD_ERROR; - } - const char* file; - dbus_message_iter_get_basic(&uri_iter, &file); - return AllocAndCopyFilePath(file, *outPath); -} - -void NFD_PathSet_FreePathN(const nfdnchar_t* filePath) { - assert(filePath); - NFD_FreePathN(const_cast(filePath)); -} - -void NFD_PathSet_Free(const nfdpathset_t* pathSet) { - assert(pathSet); - DBusMessage* msg = const_cast(static_cast(pathSet)); - dbus_message_unref(msg); -} - -nfdresult_t NFD_PathSet_GetEnum(const nfdpathset_t* pathSet, nfdpathsetenum_t* outEnumerator) { - assert(pathSet); - DBusMessage* msg = const_cast(static_cast(pathSet)); - ReadResponseUrisUnchecked(msg, *reinterpret_cast(outEnumerator)); - return NFD_OKAY; -} - -void NFD_PathSet_FreeEnum(nfdpathsetenum_t*) { - // Do nothing, because the enumeration is just a message iterator -} - -nfdresult_t NFD_PathSet_EnumNextN(nfdpathsetenum_t* enumerator, nfdnchar_t** outPath) { - DBusMessageIter& uri_iter = *reinterpret_cast(enumerator); - const int arg_type = dbus_message_iter_get_arg_type(&uri_iter); - if (arg_type == DBUS_TYPE_INVALID) { - *outPath = nullptr; - return NFD_OKAY; - } - if (arg_type != DBUS_TYPE_STRING) { - NFDi_SetError("D-Bus response signal URI sub iter is not a string."); - return NFD_ERROR; - } - const char* file; - dbus_message_iter_get_basic(&uri_iter, &file); - const nfdresult_t res = AllocAndCopyFilePath(file, *outPath); - if (res != NFD_OKAY) return res; - dbus_message_iter_next(&uri_iter); - return NFD_OKAY; -} diff --git a/external/nativefiledialog-extended/src/nfd_win.cpp b/external/nativefiledialog-extended/src/nfd_win.cpp deleted file mode 100644 index 772dfb27..00000000 --- a/external/nativefiledialog-extended/src/nfd_win.cpp +++ /dev/null @@ -1,969 +0,0 @@ -/* - Native File Dialog Extended - Repository: https://github.com/btzy/nativefiledialog-extended - License: Zlib - Author: Bernard Teo - */ - -/* only locally define UNICODE in this compilation unit */ -#ifndef UNICODE -#define UNICODE -#endif - -#ifdef __MINGW32__ -// Explicitly setting NTDDI version, this is necessary for the MinGW compiler -#define NTDDI_VERSION NTDDI_VISTA -#define _WIN32_WINNT _WIN32_WINNT_VISTA -#endif - -#if _MSC_VER -// see -// https://developercommunity.visualstudio.com/content/problem/185399/error-c2760-in-combaseapih-with-windows-sdk-81-and.html -struct IUnknown; // Workaround for "combaseapi.h(229): error C2187: syntax error: 'identifier' was - // unexpected here" when using /permissive- -#endif - -#include -#include -#include -#include -#include -#include "nfd.h" - -namespace { - -/* current error */ -const char* g_errorstr = nullptr; - -void NFDi_SetError(const char* msg) { - g_errorstr = msg; -} - -template -T* NFDi_Malloc(size_t bytes) { - void* ptr = malloc(bytes); - if (!ptr) NFDi_SetError("NFDi_Malloc failed."); - - return static_cast(ptr); -} - -template -void NFDi_Free(T* ptr) { - assert(ptr); - free(static_cast(ptr)); -} - -/* guard objects */ -template -struct Release_Guard { - T* data; - Release_Guard(T* releasable) noexcept : data(releasable) {} - ~Release_Guard() { data->Release(); } -}; - -template -struct Free_Guard { - T* data; - Free_Guard(T* freeable) noexcept : data(freeable) {} - ~Free_Guard() { NFDi_Free(data); } -}; - -template -struct FreeCheck_Guard { - T* data; - FreeCheck_Guard(T* freeable = nullptr) noexcept : data(freeable) {} - ~FreeCheck_Guard() { - if (data) NFDi_Free(data); - } -}; - -/* helper functions */ -nfdresult_t AddFiltersToDialog(::IFileDialog* fileOpenDialog, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - /* filterCount plus 1 because we hardcode the *.* wildcard after the while loop */ - COMDLG_FILTERSPEC* specList = - NFDi_Malloc(sizeof(COMDLG_FILTERSPEC) * (filterCount + 1)); - if (!specList) { - return NFD_ERROR; - } - - /* ad-hoc RAII object to free memory when destructing */ - struct COMDLG_FILTERSPEC_Guard { - COMDLG_FILTERSPEC* _specList; - nfdfiltersize_t index; - COMDLG_FILTERSPEC_Guard(COMDLG_FILTERSPEC* specList) noexcept - : _specList(specList), index(0) {} - ~COMDLG_FILTERSPEC_Guard() { - for (--index; index != static_cast(-1); --index) { - NFDi_Free(const_cast(_specList[index].pszSpec)); - } - NFDi_Free(_specList); - } - }; - - COMDLG_FILTERSPEC_Guard specListGuard(specList); - - if (filterCount) { - assert(filterList); - - // we have filters to add ... format and add them - - // use the index that comes from the RAII object (instead of making a copy), so the RAII - // object will know which memory to free - nfdfiltersize_t& index = specListGuard.index; - - for (; index != filterCount; ++index) { - // set the friendly name of this filter - specList[index].pszName = filterList[index].name; - - // set the specification of this filter... - - // count number of file extensions - size_t sep = 1; - for (const nfdnchar_t* p_spec = filterList[index].spec; *p_spec; ++p_spec) { - if (*p_spec == L',') { - ++sep; - } - } - - // calculate space needed (including the trailing '\0') - size_t specSize = sep * 2 + wcslen(filterList[index].spec) + 1; - - // malloc the required memory and populate it - nfdnchar_t* specBuf = NFDi_Malloc(sizeof(nfdnchar_t) * specSize); - - if (!specBuf) { - // automatic freeing of memory via COMDLG_FILTERSPEC_Guard - return NFD_ERROR; - } - - // convert "png,jpg" to "*.png;*.jpg" as required by Windows ... - nfdnchar_t* p_specBuf = specBuf; - *p_specBuf++ = L'*'; - *p_specBuf++ = L'.'; - for (const nfdnchar_t* p_spec = filterList[index].spec; *p_spec; ++p_spec) { - if (*p_spec == L',') { - *p_specBuf++ = L';'; - *p_specBuf++ = L'*'; - *p_specBuf++ = L'.'; - } else { - *p_specBuf++ = *p_spec; - } - } - *p_specBuf++ = L'\0'; - - // assert that we had allocated exactly the correct amount of memory that we used - assert(static_cast(p_specBuf - specBuf) == specSize); - - // save the buffer to the guard object - specList[index].pszSpec = specBuf; - } - } - - /* Add wildcard */ - specList[filterCount].pszName = L"All files"; - specList[filterCount].pszSpec = L"*.*"; - - // add the filter to the dialog - if (!SUCCEEDED(fileOpenDialog->SetFileTypes(filterCount + 1, specList))) { - NFDi_SetError("Failed to set the allowable file types for the drop-down menu."); - return NFD_ERROR; - } - - // automatic freeing of memory via COMDLG_FILTERSPEC_Guard - return NFD_OKAY; -} - -/* call after AddFiltersToDialog */ -nfdresult_t SetDefaultExtension(::IFileDialog* fileOpenDialog, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount) { - // if there are no filters, then don't set default extensions - if (!filterCount) { - return NFD_OKAY; - } - - assert(filterList); - - // set the first item as the default index, and set the default extension - if (!SUCCEEDED(fileOpenDialog->SetFileTypeIndex(1))) { - NFDi_SetError("Failed to set the selected file type index."); - return NFD_ERROR; - } - - // set the first item as the default file extension - const nfdnchar_t* p_spec = filterList[0].spec; - for (; *p_spec; ++p_spec) { - if (*p_spec == ',') { - break; - } - } - if (*p_spec) { - // multiple file extensions for this type (need to allocate memory) - size_t numChars = p_spec - filterList[0].spec; - // allocate one more char space for the '\0' - nfdnchar_t* extnBuf = NFDi_Malloc(sizeof(nfdnchar_t) * (numChars + 1)); - if (!extnBuf) { - return NFD_ERROR; - } - Free_Guard extnBufGuard(extnBuf); - - // copy the extension - for (size_t i = 0; i != numChars; ++i) { - extnBuf[i] = filterList[0].spec[i]; - } - // pad with trailing '\0' - extnBuf[numChars] = L'\0'; - - if (!SUCCEEDED(fileOpenDialog->SetDefaultExtension(extnBuf))) { - NFDi_SetError("Failed to set default extension."); - return NFD_ERROR; - } - } else { - // single file extension for this type (no need to allocate memory) - if (!SUCCEEDED(fileOpenDialog->SetDefaultExtension(filterList[0].spec))) { - NFDi_SetError("Failed to set default extension."); - return NFD_ERROR; - } - } - - return NFD_OKAY; -} - -nfdresult_t SetDefaultPath(IFileDialog* dialog, const nfdnchar_t* defaultPath) { - if (!defaultPath || !*defaultPath) return NFD_OKAY; - - IShellItem* folder; - HRESULT result = SHCreateItemFromParsingName(defaultPath, nullptr, IID_PPV_ARGS(&folder)); - - // Valid non results. - if (result == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND) || - result == HRESULT_FROM_WIN32(ERROR_INVALID_DRIVE)) { - return NFD_OKAY; - } - - if (!SUCCEEDED(result)) { - NFDi_SetError("Failed to create ShellItem for setting the default path."); - return NFD_ERROR; - } - - Release_Guard folderGuard(folder); - - // SetDefaultFolder() might use another recently used folder if available, so the user doesn't - // need to keep navigating back to the default folder (recommended by Windows). change to - // SetFolder() if you always want to use the default folder - if (!SUCCEEDED(dialog->SetDefaultFolder(folder))) { - NFDi_SetError("Failed to set default path."); - return NFD_ERROR; - } - - return NFD_OKAY; -} - -nfdresult_t SetDefaultName(IFileDialog* dialog, const nfdnchar_t* defaultName) { - if (!defaultName || !*defaultName) return NFD_OKAY; - - if (!SUCCEEDED(dialog->SetFileName(defaultName))) { - NFDi_SetError("Failed to set default file name."); - return NFD_ERROR; - } - - return NFD_OKAY; -} - -nfdresult_t AddOptions(IFileDialog* dialog, FILEOPENDIALOGOPTIONS options) { - FILEOPENDIALOGOPTIONS existingOptions; - if (!SUCCEEDED(dialog->GetOptions(&existingOptions))) { - NFDi_SetError("Failed to get options."); - return NFD_ERROR; - } - if (!SUCCEEDED(dialog->SetOptions(existingOptions | options))) { - NFDi_SetError("Failed to set options."); - return NFD_ERROR; - } - return NFD_OKAY; -} -} // namespace - -const char* NFD_GetError(void) { - return g_errorstr; -} - -void NFD_ClearError(void) { - NFDi_SetError(nullptr); -} - -/* public */ - -namespace { -// The user might have initialized with COINIT_MULTITHREADED before, -// in which case we will fail to do CoInitializeEx(), but file dialogs will still work. -// See https://github.com/mlabbe/nativefiledialog/issues/72 for more information. -bool needs_uninitialize; -} // namespace - -nfdresult_t NFD_Init(void) { - // Init COM library. - HRESULT result = - ::CoInitializeEx(nullptr, ::COINIT_APARTMENTTHREADED | ::COINIT_DISABLE_OLE1DDE); - - if (SUCCEEDED(result)) { - needs_uninitialize = true; - return NFD_OKAY; - } else if (result == RPC_E_CHANGED_MODE) { - // If this happens, the user already initialized COM using COINIT_MULTITHREADED, - // so COM will still work, but we shouldn't uninitialize it later. - needs_uninitialize = false; - return NFD_OKAY; - } else { - NFDi_SetError("Failed to initialize COM."); - return NFD_ERROR; - } -} -void NFD_Quit(void) { - if (needs_uninitialize) ::CoUninitialize(); -} - -void NFD_FreePathN(nfdnchar_t* filePath) { - assert(filePath); - ::CoTaskMemFree(filePath); -} - -nfdresult_t NFD_OpenDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath) { - ::IFileOpenDialog* fileOpenDialog; - - // Create dialog - HRESULT result = ::CoCreateInstance(::CLSID_FileOpenDialog, - nullptr, - CLSCTX_ALL, - ::IID_IFileOpenDialog, - reinterpret_cast(&fileOpenDialog)); - - if (!SUCCEEDED(result)) { - NFDi_SetError("Could not create dialog."); - return NFD_ERROR; - } - - // make sure we remember to free the dialog - Release_Guard<::IFileOpenDialog> fileOpenDialogGuard(fileOpenDialog); - - // Build the filter list - if (!AddFiltersToDialog(fileOpenDialog, filterList, filterCount)) { - return NFD_ERROR; - } - - // Set auto-completed default extension - if (!SetDefaultExtension(fileOpenDialog, filterList, filterCount)) { - return NFD_ERROR; - } - - // Set the default path - if (!SetDefaultPath(fileOpenDialog, defaultPath)) { - return NFD_ERROR; - } - - // Only show file system items - if (!AddOptions(fileOpenDialog, ::FOS_FORCEFILESYSTEM)) { - return NFD_ERROR; - } - - // Show the dialog. - result = fileOpenDialog->Show(nullptr); - if (SUCCEEDED(result)) { - // Get the file name - ::IShellItem* psiResult; - result = fileOpenDialog->GetResult(&psiResult); - if (!SUCCEEDED(result)) { - NFDi_SetError("Could not get shell item from dialog."); - return NFD_ERROR; - } - Release_Guard<::IShellItem> psiResultGuard(psiResult); - - nfdnchar_t* filePath; - result = psiResult->GetDisplayName(::SIGDN_FILESYSPATH, &filePath); - if (!SUCCEEDED(result)) { - NFDi_SetError("Could not get file path from shell item returned by dialog."); - return NFD_ERROR; - } - - *outPath = filePath; - - return NFD_OKAY; - } else if (result == HRESULT_FROM_WIN32(ERROR_CANCELLED)) { - return NFD_CANCEL; - } else { - NFDi_SetError("File dialog box show failed."); - return NFD_ERROR; - } -} - -nfdresult_t NFD_OpenDialogMultipleN(const nfdpathset_t** outPaths, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath) { - ::IFileOpenDialog* fileOpenDialog(nullptr); - - // Create dialog - HRESULT result = ::CoCreateInstance(::CLSID_FileOpenDialog, - nullptr, - CLSCTX_ALL, - ::IID_IFileOpenDialog, - reinterpret_cast(&fileOpenDialog)); - - if (!SUCCEEDED(result)) { - NFDi_SetError("Could not create dialog."); - return NFD_ERROR; - } - - // make sure we remember to free the dialog - Release_Guard<::IFileOpenDialog> fileOpenDialogGuard(fileOpenDialog); - - // Build the filter list - if (!AddFiltersToDialog(fileOpenDialog, filterList, filterCount)) { - return NFD_ERROR; - } - - // Set auto-completed default extension - if (!SetDefaultExtension(fileOpenDialog, filterList, filterCount)) { - return NFD_ERROR; - } - - // Set the default path - if (!SetDefaultPath(fileOpenDialog, defaultPath)) { - return NFD_ERROR; - } - - // Set a flag for multiple options and file system items only - if (!AddOptions(fileOpenDialog, ::FOS_FORCEFILESYSTEM | ::FOS_ALLOWMULTISELECT)) { - return NFD_ERROR; - } - - // Show the dialog. - result = fileOpenDialog->Show(nullptr); - if (SUCCEEDED(result)) { - ::IShellItemArray* shellItems; - result = fileOpenDialog->GetResults(&shellItems); - if (!SUCCEEDED(result)) { - NFDi_SetError("Could not get shell items."); - return NFD_ERROR; - } - - // save the path set to the output - *outPaths = static_cast(shellItems); - - return NFD_OKAY; - } else if (result == HRESULT_FROM_WIN32(ERROR_CANCELLED)) { - return NFD_CANCEL; - } else { - NFDi_SetError("File dialog box show failed."); - return NFD_ERROR; - } -} - -nfdresult_t NFD_SaveDialogN(nfdnchar_t** outPath, - const nfdnfilteritem_t* filterList, - nfdfiltersize_t filterCount, - const nfdnchar_t* defaultPath, - const nfdnchar_t* defaultName) { - ::IFileSaveDialog* fileSaveDialog; - - // Create dialog - HRESULT result = ::CoCreateInstance(::CLSID_FileSaveDialog, - nullptr, - CLSCTX_ALL, - ::IID_IFileSaveDialog, - reinterpret_cast(&fileSaveDialog)); - - if (!SUCCEEDED(result)) { - NFDi_SetError("Could not create dialog."); - return NFD_ERROR; - } - - // make sure we remember to free the dialog - Release_Guard<::IFileSaveDialog> fileSaveDialogGuard(fileSaveDialog); - - // Build the filter list - if (!AddFiltersToDialog(fileSaveDialog, filterList, filterCount)) { - return NFD_ERROR; - } - - // Set default extension - if (!SetDefaultExtension(fileSaveDialog, filterList, filterCount)) { - return NFD_ERROR; - } - - // Set the default path - if (!SetDefaultPath(fileSaveDialog, defaultPath)) { - return NFD_ERROR; - } - - // Set the default name - if (!SetDefaultName(fileSaveDialog, defaultName)) { - return NFD_ERROR; - } - - // Only show file system items - if (!AddOptions(fileSaveDialog, ::FOS_FORCEFILESYSTEM)) { - return NFD_ERROR; - } - - // Show the dialog. - result = fileSaveDialog->Show(nullptr); - if (SUCCEEDED(result)) { - // Get the file name - ::IShellItem* psiResult; - result = fileSaveDialog->GetResult(&psiResult); - if (!SUCCEEDED(result)) { - NFDi_SetError("Could not get shell item from dialog."); - return NFD_ERROR; - } - Release_Guard<::IShellItem> psiResultGuard(psiResult); - - nfdnchar_t* filePath; - result = psiResult->GetDisplayName(::SIGDN_FILESYSPATH, &filePath); - if (!SUCCEEDED(result)) { - NFDi_SetError("Could not get file path from shell item returned by dialog."); - return NFD_ERROR; - } - - *outPath = filePath; - - return NFD_OKAY; - } else if (result == HRESULT_FROM_WIN32(ERROR_CANCELLED)) { - return NFD_CANCEL; - } else { - NFDi_SetError("File dialog box show failed."); - return NFD_ERROR; - } -} - -nfdresult_t NFD_PickFolderN(nfdnchar_t** outPath, const nfdnchar_t* defaultPath) { - ::IFileOpenDialog* fileOpenDialog; - - // Create dialog - if (!SUCCEEDED(::CoCreateInstance(::CLSID_FileOpenDialog, - nullptr, - CLSCTX_ALL, - ::IID_IFileOpenDialog, - reinterpret_cast(&fileOpenDialog)))) { - NFDi_SetError("Could not create dialog."); - return NFD_ERROR; - } - - Release_Guard<::IFileOpenDialog> fileOpenDialogGuard(fileOpenDialog); - - // Set the default path - if (!SetDefaultPath(fileOpenDialog, defaultPath)) { - return NFD_ERROR; - } - - // Only show items that are folders and on the file system - if (!AddOptions(fileOpenDialog, ::FOS_FORCEFILESYSTEM | ::FOS_PICKFOLDERS)) { - return NFD_ERROR; - } - - // Show the dialog to the user - const HRESULT result = fileOpenDialog->Show(nullptr); - if (result == HRESULT_FROM_WIN32(ERROR_CANCELLED)) { - return NFD_CANCEL; - } else if (!SUCCEEDED(result)) { - NFDi_SetError("File dialog box show failed."); - return NFD_ERROR; - } - - // Get the shell item result - ::IShellItem* psiResult; - if (!SUCCEEDED(fileOpenDialog->GetResult(&psiResult))) { - return NFD_ERROR; - } - - Release_Guard<::IShellItem> psiResultGuard(psiResult); - - // Finally get the path - nfdnchar_t* filePath; - // Why are we not using SIGDN_FILESYSPATH? - if (!SUCCEEDED(psiResult->GetDisplayName(::SIGDN_DESKTOPABSOLUTEPARSING, &filePath))) { - NFDi_SetError("Could not get file path from shell item returned by dialog."); - return NFD_ERROR; - } - - *outPath = filePath; - - return NFD_OKAY; -} - -nfdresult_t NFD_PathSet_GetCount(const nfdpathset_t* pathSet, nfdpathsetsize_t* count) { - assert(pathSet); - // const_cast because methods on IShellItemArray aren't const, but it should act like const to - // the caller - ::IShellItemArray* psiaPathSet = - const_cast<::IShellItemArray*>(static_cast(pathSet)); - - DWORD numPaths; - if (!SUCCEEDED(psiaPathSet->GetCount(&numPaths))) { - NFDi_SetError("Could not get path count."); - return NFD_ERROR; - } - *count = numPaths; - return NFD_OKAY; -} - -nfdresult_t NFD_PathSet_GetPathN(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdnchar_t** outPath) { - assert(pathSet); - // const_cast because methods on IShellItemArray aren't const, but it should act like const to - // the caller - ::IShellItemArray* psiaPathSet = - const_cast<::IShellItemArray*>(static_cast(pathSet)); - - ::IShellItem* psiPath; - if (!SUCCEEDED(psiaPathSet->GetItemAt(index, &psiPath))) { - NFDi_SetError("Could not get shell item."); - return NFD_ERROR; - } - - Release_Guard<::IShellItem> psiPathGuard(psiPath); - - nfdnchar_t* name; - if (!SUCCEEDED(psiPath->GetDisplayName(::SIGDN_FILESYSPATH, &name))) { - NFDi_SetError("Could not get file path from shell item."); - return NFD_ERROR; - } - - *outPath = name; - return NFD_OKAY; -} - -nfdresult_t NFD_PathSet_GetEnum(const nfdpathset_t* pathSet, nfdpathsetenum_t* outEnumerator) { - assert(pathSet); - // const_cast because methods on IShellItemArray aren't const, but it should act like const to - // the caller - ::IShellItemArray* psiaPathSet = - const_cast<::IShellItemArray*>(static_cast(pathSet)); - - ::IEnumShellItems* pesiPaths; - if (!SUCCEEDED(psiaPathSet->EnumItems(&pesiPaths))) { - NFDi_SetError("Could not get enumerator."); - return NFD_ERROR; - } - - outEnumerator->ptr = static_cast(pesiPaths); - return NFD_OKAY; -} - -void NFD_PathSet_FreeEnum(nfdpathsetenum_t* enumerator) { - assert(enumerator->ptr); - - ::IEnumShellItems* pesiPaths = static_cast<::IEnumShellItems*>(enumerator->ptr); - - // free the enumerator memory - pesiPaths->Release(); -} - -nfdresult_t NFD_PathSet_EnumNextN(nfdpathsetenum_t* enumerator, nfdnchar_t** outPath) { - assert(enumerator->ptr); - - ::IEnumShellItems* pesiPaths = static_cast<::IEnumShellItems*>(enumerator->ptr); - - ::IShellItem* psiPath; - HRESULT res = pesiPaths->Next(1, &psiPath, NULL); - if (!SUCCEEDED(res)) { - NFDi_SetError("Could not get next item of enumerator."); - return NFD_ERROR; - } - if (res != S_OK) { - *outPath = nullptr; - return NFD_OKAY; - } - - Release_Guard<::IShellItem> psiPathGuard(psiPath); - - nfdnchar_t* name; - if (!SUCCEEDED(psiPath->GetDisplayName(::SIGDN_FILESYSPATH, &name))) { - NFDi_SetError("Could not get file path from shell item."); - return NFD_ERROR; - } - - *outPath = name; - return NFD_OKAY; -} - -void NFD_PathSet_Free(const nfdpathset_t* pathSet) { - assert(pathSet); - // const_cast because methods on IShellItemArray aren't const, but it should act like const to - // the caller - ::IShellItemArray* psiaPathSet = - const_cast<::IShellItemArray*>(static_cast(pathSet)); - - // free the path set memory - psiaPathSet->Release(); -} - -namespace { -// allocs the space in outStr -- call NFDi_Free() -nfdresult_t CopyCharToWChar(const nfdu8char_t* inStr, nfdnchar_t*& outStr) { - int charsNeeded = MultiByteToWideChar(CP_UTF8, 0, inStr, -1, nullptr, 0); - assert(charsNeeded); - - nfdnchar_t* tmp_outStr = NFDi_Malloc(sizeof(nfdnchar_t) * charsNeeded); - if (!tmp_outStr) { - return NFD_ERROR; - } - - int ret = MultiByteToWideChar(CP_UTF8, 0, inStr, -1, tmp_outStr, charsNeeded); - assert(ret && ret == charsNeeded); - (void)ret; // prevent warning in release build - outStr = tmp_outStr; - return NFD_OKAY; -} - -// allocs the space in outPath -- call NFDi_Free() -nfdresult_t CopyWCharToNFDChar(const nfdnchar_t* inStr, nfdu8char_t*& outStr) { - int bytesNeeded = WideCharToMultiByte(CP_UTF8, 0, inStr, -1, nullptr, 0, nullptr, nullptr); - assert(bytesNeeded); - - nfdu8char_t* tmp_outStr = NFDi_Malloc(sizeof(nfdu8char_t) * bytesNeeded); - if (!tmp_outStr) { - return NFD_ERROR; - } - - int ret = WideCharToMultiByte(CP_UTF8, 0, inStr, -1, tmp_outStr, bytesNeeded, nullptr, nullptr); - assert(ret && ret == bytesNeeded); - (void)ret; // prevent warning in release build - outStr = tmp_outStr; - return NFD_OKAY; -} - -struct FilterItem_Guard { - nfdnfilteritem_t* data; - nfdfiltersize_t index; - FilterItem_Guard() noexcept : data(nullptr), index(0) {} - ~FilterItem_Guard() { - assert(data || index == 0); - for (--index; index != static_cast(-1); --index) { - NFDi_Free(const_cast(data[index].spec)); - NFDi_Free(const_cast(data[index].name)); - } - if (data) NFDi_Free(data); - } -}; - -nfdresult_t CopyFilterItem(const nfdu8filteritem_t* filterList, - nfdfiltersize_t count, - FilterItem_Guard& filterItemsNGuard) { - if (count) { - nfdnfilteritem_t*& filterItemsN = filterItemsNGuard.data; - filterItemsN = NFDi_Malloc(sizeof(nfdnfilteritem_t) * count); - if (!filterItemsN) { - return NFD_ERROR; - } - - nfdfiltersize_t& index = filterItemsNGuard.index; - for (; index != count; ++index) { - nfdresult_t res = CopyCharToWChar(filterList[index].name, - const_cast(filterItemsN[index].name)); - if (!res) { - return NFD_ERROR; - } - res = CopyCharToWChar(filterList[index].spec, - const_cast(filterItemsN[index].spec)); - if (!res) { - // remember to free the name, because we also created it (and it won't be protected - // by the guard, because we have not incremented the index) - NFDi_Free(const_cast(filterItemsN[index].name)); - return NFD_ERROR; - } - } - } - return NFD_OKAY; -} -nfdresult_t ConvertU8ToNative(const nfdu8char_t* u8Text, FreeCheck_Guard& nativeText) { - if (u8Text) { - nfdresult_t res = CopyCharToWChar(u8Text, nativeText.data); - if (!res) { - return NFD_ERROR; - } - } - return NFD_OKAY; -} -void NormalizePathSeparator(nfdnchar_t* path) { - if (path) { - for (; *path; ++path) { - if (*path == L'/') *path = L'\\'; - } - } -} -} // namespace - -void NFD_FreePathU8(nfdu8char_t* outPath) { - NFDi_Free(outPath); -} - -nfdresult_t NFD_OpenDialogU8(nfdu8char_t** outPath, - const nfdu8filteritem_t* filterList, - nfdfiltersize_t count, - const nfdu8char_t* defaultPath) { - // populate the real nfdnfilteritem_t - FilterItem_Guard filterItemsNGuard; - if (!CopyFilterItem(filterList, count, filterItemsNGuard)) { - return NFD_ERROR; - } - - // convert and normalize the default path, but only if it is not nullptr - FreeCheck_Guard defaultPathNGuard; - ConvertU8ToNative(defaultPath, defaultPathNGuard); - NormalizePathSeparator(defaultPathNGuard.data); - - // call the native function - nfdnchar_t* outPathN; - nfdresult_t res = - NFD_OpenDialogN(&outPathN, filterItemsNGuard.data, count, defaultPathNGuard.data); - - if (res != NFD_OKAY) { - return res; - } - - // convert the outPath to UTF-8 - res = CopyWCharToNFDChar(outPathN, *outPath); - - // free the native out path, and return the result - NFD_FreePathN(outPathN); - return res; -} - -/* multiple file open dialog */ -/* It is the caller's responsibility to free `outPaths` via NFD_PathSet_Free() if this function - * returns NFD_OKAY */ -nfdresult_t NFD_OpenDialogMultipleU8(const nfdpathset_t** outPaths, - const nfdu8filteritem_t* filterList, - nfdfiltersize_t count, - const nfdu8char_t* defaultPath) { - // populate the real nfdnfilteritem_t - FilterItem_Guard filterItemsNGuard; - if (!CopyFilterItem(filterList, count, filterItemsNGuard)) { - return NFD_ERROR; - } - - // convert and normalize the default path, but only if it is not nullptr - FreeCheck_Guard defaultPathNGuard; - ConvertU8ToNative(defaultPath, defaultPathNGuard); - NormalizePathSeparator(defaultPathNGuard.data); - - // call the native function - return NFD_OpenDialogMultipleN(outPaths, filterItemsNGuard.data, count, defaultPathNGuard.data); -} - -/* save dialog */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathU8() if this function returns - * NFD_OKAY */ -nfdresult_t NFD_SaveDialogU8(nfdu8char_t** outPath, - const nfdu8filteritem_t* filterList, - nfdfiltersize_t count, - const nfdu8char_t* defaultPath, - const nfdu8char_t* defaultName) { - // populate the real nfdnfilteritem_t - FilterItem_Guard filterItemsNGuard; - if (!CopyFilterItem(filterList, count, filterItemsNGuard)) { - return NFD_ERROR; - } - - // convert and normalize the default path, but only if it is not nullptr - FreeCheck_Guard defaultPathNGuard; - ConvertU8ToNative(defaultPath, defaultPathNGuard); - NormalizePathSeparator(defaultPathNGuard.data); - - // convert the default name, but only if it is not nullptr - FreeCheck_Guard defaultNameNGuard; - ConvertU8ToNative(defaultName, defaultNameNGuard); - - // call the native function - nfdnchar_t* outPathN; - nfdresult_t res = NFD_SaveDialogN( - &outPathN, filterItemsNGuard.data, count, defaultPathNGuard.data, defaultNameNGuard.data); - - if (res != NFD_OKAY) { - return res; - } - - // convert the outPath to UTF-8 - res = CopyWCharToNFDChar(outPathN, *outPath); - - // free the native out path, and return the result - NFD_FreePathN(outPathN); - return res; -} - -/* select folder dialog */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathU8() if this function returns - * NFD_OKAY */ -nfdresult_t NFD_PickFolderU8(nfdu8char_t** outPath, const nfdu8char_t* defaultPath) { - // convert and normalize the default path, but only if it is not nullptr - FreeCheck_Guard defaultPathNGuard; - ConvertU8ToNative(defaultPath, defaultPathNGuard); - NormalizePathSeparator(defaultPathNGuard.data); - - // call the native function - nfdnchar_t* outPathN; - nfdresult_t res = NFD_PickFolderN(&outPathN, defaultPathNGuard.data); - - if (res != NFD_OKAY) { - return res; - } - - // convert the outPath to UTF-8 - res = CopyWCharToNFDChar(outPathN, *outPath); - - // free the native out path, and return the result - NFD_FreePathN(outPathN); - return res; -} - -/* Get the UTF-8 path at offset index */ -/* It is the caller's responsibility to free `outPath` via NFD_FreePathU8() if this function returns - * NFD_OKAY */ -nfdresult_t NFD_PathSet_GetPathU8(const nfdpathset_t* pathSet, - nfdpathsetsize_t index, - nfdu8char_t** outPath) { - // call the native function - nfdnchar_t* outPathN; - nfdresult_t res = NFD_PathSet_GetPathN(pathSet, index, &outPathN); - - if (res != NFD_OKAY) { - return res; - } - - // convert the outPath to UTF-8 - res = CopyWCharToNFDChar(outPathN, *outPath); - - // free the native out path, and return the result - NFD_FreePathN(outPathN); - return res; -} - -nfdresult_t NFD_PathSet_EnumNextU8(nfdpathsetenum_t* enumerator, nfdu8char_t** outPath) { - // call the native function - nfdnchar_t* outPathN; - nfdresult_t res = NFD_PathSet_EnumNextN(enumerator, &outPathN); - - if (res != NFD_OKAY) { - return res; - } - - if (outPathN) { - // convert the outPath to UTF-8 - res = CopyWCharToNFDChar(outPathN, *outPath); - - // free the native out path, and return the result - NFD_FreePathN(outPathN); - } else { - *outPath = nullptr; - res = NFD_OKAY; - } - - return res; -} diff --git a/external/nativefiledialog-extended/test/CMakeLists.txt b/external/nativefiledialog-extended/test/CMakeLists.txt deleted file mode 100644 index 7af0a59e..00000000 --- a/external/nativefiledialog-extended/test/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ - -set(TEST_LIST - test_opendialog.c - test_opendialog_cpp.cpp - test_opendialogmultiple.c - test_opendialogmultiple_cpp.cpp - test_opendialogmultiple_enum.c - test_pickfolder.c - test_pickfolder_cpp.cpp - test_savedialog.c) - -foreach (TEST ${TEST_LIST}) - string(REPLACE "." "_" CLEAN_TEST_NAME ${TEST}) - add_executable(${CLEAN_TEST_NAME} - ${TEST}) - target_link_libraries(${CLEAN_TEST_NAME} - PUBLIC nfd) -endforeach() \ No newline at end of file diff --git a/external/nativefiledialog-extended/test/test_opendialog.c b/external/nativefiledialog-extended/test/test_opendialog.c deleted file mode 100644 index 412d0196..00000000 --- a/external/nativefiledialog-extended/test/test_opendialog.c +++ /dev/null @@ -1,36 +0,0 @@ -#include - -#include -#include - -/* this test should compile on all supported platforms */ - -int main(void) { - // initialize NFD - // either call NFD_Init at the start of your program and NFD_Quit at the end of your program, - // or before/after every time you want to show a file dialog. - NFD_Init(); - - nfdchar_t* outPath; - - // prepare filters for the dialog - nfdfilteritem_t filterItem[2] = {{"Source code", "c,cpp,cc"}, {"Headers", "h,hpp"}}; - - // show the dialog - nfdresult_t result = NFD_OpenDialog(&outPath, filterItem, 2, NULL); - if (result == NFD_OKAY) { - puts("Success!"); - puts(outPath); - // remember to free the memory (since NFD_OKAY is returned) - NFD_FreePath(outPath); - } else if (result == NFD_CANCEL) { - puts("User pressed cancel."); - } else { - printf("Error: %s\n", NFD_GetError()); - } - - // Quit NFD - NFD_Quit(); - - return 0; -} diff --git a/external/nativefiledialog-extended/test/test_opendialog_cpp.cpp b/external/nativefiledialog-extended/test/test_opendialog_cpp.cpp deleted file mode 100644 index 089e97a6..00000000 --- a/external/nativefiledialog-extended/test/test_opendialog_cpp.cpp +++ /dev/null @@ -1,29 +0,0 @@ -#include -#include "nfd.hpp" - -/* this test should compile on all supported platforms */ -/* this demonstrates the thin C++ wrapper */ - -int main() { - // initialize NFD - NFD::Guard nfdGuard; - - // auto-freeing memory - NFD::UniquePath outPath; - - // prepare filters for the dialog - nfdfilteritem_t filterItem[2] = {{"Source code", "c,cpp,cc"}, {"Headers", "h,hpp"}}; - - // show the dialog - nfdresult_t result = NFD::OpenDialog(outPath, filterItem, 2); - if (result == NFD_OKAY) { - std::cout << "Success!" << std::endl << outPath.get() << std::endl; - } else if (result == NFD_CANCEL) { - std::cout << "User pressed cancel." << std::endl; - } else { - std::cout << "Error: " << NFD::GetError() << std::endl; - } - - // NFD::Guard will automatically quit NFD. - return 0; -} diff --git a/external/nativefiledialog-extended/test/test_opendialogmultiple.c b/external/nativefiledialog-extended/test/test_opendialogmultiple.c deleted file mode 100644 index 6b1d1898..00000000 --- a/external/nativefiledialog-extended/test/test_opendialogmultiple.c +++ /dev/null @@ -1,50 +0,0 @@ -#include - -#include -#include - -/* this test should compile on all supported platforms */ - -int main(void) { - // initialize NFD - // either call NFD_Init at the start of your program and NFD_Quit at the end of your program, - // or before/after every time you want to show a file dialog. - NFD_Init(); - - const nfdpathset_t* outPaths; - - // prepare filters for the dialog - nfdfilteritem_t filterItem[2] = {{"Source code", "c,cpp,cc"}, {"Headers", "h,hpp"}}; - - // show the dialog - nfdresult_t result = NFD_OpenDialogMultiple(&outPaths, filterItem, 2, NULL); - - if (result == NFD_OKAY) { - puts("Success!"); - - nfdpathsetsize_t numPaths; - NFD_PathSet_GetCount(outPaths, &numPaths); - - nfdpathsetsize_t i; - for (i = 0; i < numPaths; ++i) { - nfdchar_t* path; - NFD_PathSet_GetPath(outPaths, i, &path); - printf("Path %i: %s\n", (int)i, path); - - // remember to free the pathset path with NFD_PathSet_FreePath (not NFD_FreePath!) - NFD_PathSet_FreePath(path); - } - - // remember to free the pathset memory (since NFD_OKAY is returned) - NFD_PathSet_Free(outPaths); - } else if (result == NFD_CANCEL) { - puts("User pressed cancel."); - } else { - printf("Error: %s\n", NFD_GetError()); - } - - // Quit NFD - NFD_Quit(); - - return 0; -} diff --git a/external/nativefiledialog-extended/test/test_opendialogmultiple_cpp.cpp b/external/nativefiledialog-extended/test/test_opendialogmultiple_cpp.cpp deleted file mode 100644 index 09edb746..00000000 --- a/external/nativefiledialog-extended/test/test_opendialogmultiple_cpp.cpp +++ /dev/null @@ -1,40 +0,0 @@ -#include "nfd.hpp" - -#include - -/* this test should compile on all supported platforms */ -/* this demonstrates the thin C++ wrapper */ - -int main() { - // initialize NFD - NFD::Guard nfdGuard; - - // auto-freeing memory - NFD::UniquePathSet outPaths; - - // prepare filters for the dialog - nfdfilteritem_t filterItem[2] = {{"Source code", "c,cpp,cc"}, {"Headers", "h,hpp"}}; - - // show the dialog - nfdresult_t result = NFD::OpenDialogMultiple(outPaths, filterItem, 2); - if (result == NFD_OKAY) { - std::cout << "Success!" << std::endl; - - nfdpathsetsize_t numPaths; - NFD::PathSet::Count(outPaths, numPaths); - - nfdpathsetsize_t i; - for (i = 0; i < numPaths; ++i) { - NFD::UniquePathSetPath path; - NFD::PathSet::GetPath(outPaths, i, path); - std::cout << "Path " << i << ": " << path.get() << std::endl; - } - } else if (result == NFD_CANCEL) { - std::cout << "User pressed cancel." << std::endl; - } else { - std::cout << "Error: " << NFD::GetError() << std::endl; - } - - // NFD::Guard will automatically quit NFD. - return 0; -} diff --git a/external/nativefiledialog-extended/test/test_opendialogmultiple_enum.c b/external/nativefiledialog-extended/test/test_opendialogmultiple_enum.c deleted file mode 100644 index 827029c1..00000000 --- a/external/nativefiledialog-extended/test/test_opendialogmultiple_enum.c +++ /dev/null @@ -1,53 +0,0 @@ -#include - -#include -#include - -/* this test should compile on all supported platforms */ - -int main(void) { - // initialize NFD - // either call NFD_Init at the start of your program and NFD_Quit at the end of your program, - // or before/after every time you want to show a file dialog. - NFD_Init(); - - const nfdpathset_t* outPaths; - - // prepare filters for the dialog - nfdfilteritem_t filterItem[2] = {{"Source code", "c,cpp,cc"}, {"Headers", "h,hpp"}}; - - // show the dialog - nfdresult_t result = NFD_OpenDialogMultiple(&outPaths, filterItem, 2, NULL); - - if (result == NFD_OKAY) { - puts("Success!"); - - // declare enumerator (not a pointer) - nfdpathsetenum_t enumerator; - - NFD_PathSet_GetEnum(outPaths, &enumerator); - nfdchar_t* path; - unsigned i = 0; - while (NFD_PathSet_EnumNext(&enumerator, &path) && path) { - printf("Path %u: %s\n", i++, path); - - // remember to free the pathset path with NFD_PathSet_FreePath (not NFD_FreePath!) - NFD_PathSet_FreePath(path); - } - - // remember to free the pathset enumerator memory (before freeing the pathset) - NFD_PathSet_FreeEnum(&enumerator); - - // remember to free the pathset memory (since NFD_OKAY is returned) - NFD_PathSet_Free(outPaths); - } else if (result == NFD_CANCEL) { - puts("User pressed cancel."); - } else { - printf("Error: %s\n", NFD_GetError()); - } - - // Quit NFD - NFD_Quit(); - - return 0; -} diff --git a/external/nativefiledialog-extended/test/test_pickfolder.c b/external/nativefiledialog-extended/test/test_pickfolder.c deleted file mode 100644 index 12df1995..00000000 --- a/external/nativefiledialog-extended/test/test_pickfolder.c +++ /dev/null @@ -1,33 +0,0 @@ -#include - -#include -#include - -/* this test should compile on all supported platforms */ - -int main(void) { - // initialize NFD - // either call NFD_Init at the start of your program and NFD_Quit at the end of your program, - // or before/after every time you want to show a file dialog. - NFD_Init(); - - nfdchar_t* outPath; - - // show the dialog - nfdresult_t result = NFD_PickFolder(&outPath, NULL); - if (result == NFD_OKAY) { - puts("Success!"); - puts(outPath); - // remember to free the memory (since NFD_OKAY is returned) - NFD_FreePath(outPath); - } else if (result == NFD_CANCEL) { - puts("User pressed cancel."); - } else { - printf("Error: %s\n", NFD_GetError()); - } - - // Quit NFD - NFD_Quit(); - - return 0; -} diff --git a/external/nativefiledialog-extended/test/test_pickfolder_cpp.cpp b/external/nativefiledialog-extended/test/test_pickfolder_cpp.cpp deleted file mode 100644 index 747f3506..00000000 --- a/external/nativefiledialog-extended/test/test_pickfolder_cpp.cpp +++ /dev/null @@ -1,27 +0,0 @@ -#include "nfd.hpp" - -#include - -/* this test should compile on all supported platforms */ -/* this demonstrates the thin C++ wrapper */ - -int main() { - // initialize NFD - NFD::Guard nfdGuard; - - // auto-freeing memory - NFD::UniquePath outPath; - - // show the dialog - nfdresult_t result = NFD::PickFolder(outPath); - if (result == NFD_OKAY) { - std::cout << "Success!" << std::endl << outPath.get() << std::endl; - } else if (result == NFD_CANCEL) { - std::cout << "User pressed cancel." << std::endl; - } else { - std::cout << "Error: " << NFD::GetError() << std::endl; - } - - // NFD::Guard will automatically quit NFD. - return 0; -} diff --git a/external/nativefiledialog-extended/test/test_savedialog.c b/external/nativefiledialog-extended/test/test_savedialog.c deleted file mode 100644 index 42ff5950..00000000 --- a/external/nativefiledialog-extended/test/test_savedialog.c +++ /dev/null @@ -1,36 +0,0 @@ -#include - -#include -#include - -/* this test should compile on all supported platforms */ - -int main(void) { - // initialize NFD - // either call NFD_Init at the start of your program and NFD_Quit at the end of your program, - // or before/after every time you want to show a file dialog. - NFD_Init(); - - nfdchar_t* savePath; - - // prepare filters for the dialog - nfdfilteritem_t filterItem[2] = {{"Source code", "c,cpp,cc"}, {"Header", "h,hpp"}}; - - // show the dialog - nfdresult_t result = NFD_SaveDialog(&savePath, filterItem, 2, NULL, "Untitled.c"); - if (result == NFD_OKAY) { - puts("Success!"); - puts(savePath); - // remember to free the memory (since NFD_OKAY is returned) - NFD_FreePath(savePath); - } else if (result == NFD_CANCEL) { - puts("User pressed cancel."); - } else { - printf("Error: %s\n", NFD_GetError()); - } - - // Quit NFD - NFD_Quit(); - - return 0; -} diff --git a/external/parallel-rdp-standalone/CMakeLists.txt b/external/parallel-rdp-standalone/CMakeLists.txt deleted file mode 100644 index 4e7061b7..00000000 --- a/external/parallel-rdp-standalone/CMakeLists.txt +++ /dev/null @@ -1,67 +0,0 @@ -cmake_minimum_required(VERSION 3.20) -project(parallel-rdp) - -file(GLOB_RECURSE parallel-rdp-cpp parallel-rdp/*.cpp) - -add_library(parallel-rdp - ${parallel-rdp-cpp} - ParallelRDPWrapper.cpp - ParallelRDPWrapper.hpp - vulkan/buffer.cpp - vulkan/buffer_pool.cpp - vulkan/command_buffer.cpp - vulkan/command_pool.cpp - vulkan/context.cpp - vulkan/cookie.cpp - vulkan/descriptor_set.cpp - vulkan/device.cpp - vulkan/event_manager.cpp - vulkan/fence.cpp - vulkan/fence_manager.cpp - vulkan/image.cpp - vulkan/memory_allocator.cpp - vulkan/pipeline_event.cpp - vulkan/query_pool.cpp - vulkan/render_pass.cpp - vulkan/sampler.cpp - vulkan/semaphore.cpp - vulkan/semaphore_manager.cpp - vulkan/shader.cpp - vulkan/texture_format.cpp - vulkan/wsi.cpp - vulkan/wsi.hpp - vulkan/wsi_timing.cpp - vulkan/wsi_timing.hpp - util/aligned_alloc.cpp - util/timer.cpp - util/timeline_trace_file.cpp - util/timeline_trace_file.hpp - util/thread_name.cpp - util/thread_name.hpp - util/logging.cpp - util/logging.hpp - util/thread_id.cpp - util/thread_id.hpp - # C - volk/volk.c -) - -target_compile_definitions(parallel-rdp PUBLIC GRANITE_VULKAN_MT) - -target_include_directories(parallel-rdp PUBLIC - parallel-rdp - volk - parallel-rdp-standalone/spirv-cross - vulkan - vulkan-headers/include - util - ../../src/cores/ - . - .. - ) - -if(WIN32) - target_compile_definitions(parallel-rdp PUBLIC VK_USE_PLATFORM_WIN32_KHR) -else() - target_link_libraries(parallel-rdp dl) -endif() \ No newline at end of file diff --git a/external/parallel-rdp-standalone/COMMIT b/external/parallel-rdp-standalone/COMMIT deleted file mode 100644 index 90ed36cf..00000000 --- a/external/parallel-rdp-standalone/COMMIT +++ /dev/null @@ -1 +0,0 @@ -f187ecba0df48e3185ac61e5516c34f903c7a095 diff --git a/external/parallel-rdp-standalone/LICENSE b/external/parallel-rdp-standalone/LICENSE deleted file mode 100644 index c92e9009..00000000 --- a/external/parallel-rdp-standalone/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2020 Themaister - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/external/parallel-rdp-standalone/README.md b/external/parallel-rdp-standalone/README.md deleted file mode 100644 index f153657a..00000000 --- a/external/parallel-rdp-standalone/README.md +++ /dev/null @@ -1,265 +0,0 @@ -# paraLLEl-RDP - -This project is a revival and complete rewrite of the old, defunct paraLLEl-RDP project. - -The goal is to implement the Nintendo 64 RDP graphics chip as accurately as possible using Vulkan compute. -The implementation aims to be bitexact with the -[Angrylion-Plus](https://github.com/ata4/angrylion-rdp-plus) reference renderer where possible. - -## Disclaimer - -While paraLLEl-RDP uses [Angrylion-Plus](https://github.com/ata4/angrylion-rdp-plus) -as an implementation reference, it is not a port, and not a derived codebase of said project. -It is written from scratch by studying [Angrylion-Plus](https://github.com/ata4/angrylion-rdp-plus) -and trying to understand what is going on. -The test suite uses [Angrylion-Plus](https://github.com/ata4/angrylion-rdp-plus) as a reference -to validate implementation and cross-checking behavior. - -## Use cases - -- **Much** faster LLE RDP emulation of N64 compared to a CPU implementation - as parallel graphics workloads are offloaded to the GPU. - Emulation performance is now completely bound by CPU and LLE RSP performance. - Early benchmarking results suggest 2000 - 5000 VI/s being achieved on mid-range desktop GPUs based on timestamp data. - There is no way the CPU emulation can keep up with that, but that means this should - scale down to fairly gimped GPUs as well, assuming the driver requirements are met. -- A backend renderer for standalone engines which aim to efficiently reproduce faithful N64 graphics. -- Hopefully, an easier to understand implementation than the reference renderer. -- An esoteric use case of advanced Vulkan compute programming. - -## Missing features - -The implementation is quite complete, and compatibility is very high in the limited amount of content I've tested. -However, not every single feature is supported at this moment. -Ticking the last boxes depends mostly on real content making use of said features. - -- Color combiner chroma keying -- Various "bugs" / questionable behavior that seems meaningless to emulate -- Certain extreme edge cases in TMEM upload. The implementation has tests for many "crazy" edge cases though. -- ... possibly other obscure features - -The VI is essentially complete. A fancy deinterlacer might be useful to add since we have plenty of GPU cycles to spare in the graphics queue. -The VI filtering is always turned on if game requests it, but features can selectively be turned off for the pixel purists. - -## Environment variables for development / testing - -### `RDP_DEBUG` / `RDP_DEBUG_X` / `RDP_DEBUG_Y` - -Supports printf in shaders, which is extremely useful to drill down difficult bugs. -Only printfs from certain pixels can be filtered through to avoid spam. - -### `VI_DEBUG` / `VI_DEBUG_X` / `VI_DEBUG_Y` - -Same as `RDP_DEBUG` but for the VI. - -### `PARALLEL_RDP_MEASURE_SYNC_TIME` - -Measures time stalled in `CommandProcessor::wait_for_timeline`. Useful to measure -CPU overhead in hard-synced emulator integrations. - -### `PARALLEL_RDP_SMALL_TYPES=0` - -Force-disables 8/16-bit arithmetic support. Useful when suspecting driver bugs. - -### `PARALLEL_RDP_UBERSHADER=1` - -Forces the use of ubershaders. Can be extremely slow depending on the shader compiler. - -### `PARALLEL_RDP_FORCE_SYNC_SHADER=1` - -Disabled async pipeline optimization, and blocks for every shader compiler. -Only use if the ubershader crashes, since this adds the dreaded shader compilation stalls. - -### `PARALLEL_RDP_BENCH=1` - -Measures RDP rendering time spent on GPU using Vulkan timestamps. -At end of a run, reports average time spent per render pass, -and how many render passes are flushed per frame. - -### `PARALLEL_RDP_SUBGROUP=0` - -Force-disables use of Vulkan subgroup operations, -which are used to optimize the tile binning algorithm. - -### `PARALLEL_RDP_ALLOW_EXTERNAL_HOST=0` - -Disables use of `VK_EXT_external_memory_host`. For testing. - -## Vulkan driver requirements - -paraLLEl-RDP requires up-to-date Vulkan implementations. A lot of the great improvements over the previous implementation -comes from the idea that we can implement N64's UMA by simply importing RDRAM directly as an SSBO and perform 8 and 16-bit -data access over the bus. With the tile based architecture in paraLLEl-RDP, this works very well and actual -PCI-e traffic is massively reduced. The bandwidth for doing this is also trivial. On iGPU systems, this also works really well, since -it's all the same memory anyways. - -Thus, the requirements are as follows. All of these features are widely supported, or will soon be in drivers. -paraLLEl-RDP does not aim for compatibility with ancient hardware and drivers. -Just use the reference renderer for that. This is enthusiast software for a niche audience. - -- Vulkan 1.1 -- VK_KHR_8bit_storage / VK_KHR_16bit_storage -- Optionally VK_KHR_shader_float16_int8 which enables small integer arithmetic -- Optionally subgroup support with VK_EXT_subgroup_size_control -- For integration in emulators, VK_EXT_external_memory_host is currently required (may be relaxed later at some performance cost) - -### Tested drivers - -paraLLEl-RDP has been tested on Linux and Windows on all desktop vendors. - -- Intel Mesa (20.0.6) - Passes conformance -- Intel Windows - Passes conformance (**CAVEAT**. Intel Windows requires 64 KiB alignment for host memory import, make sure to add some padding around RDRAM in an emulator to make this work well.) -- AMD RADV LLVM (20.0.6) - Passes conformance -- AMD RADV ACO - Passes conformance with bleeding edge drivers and `PARALLEL_RDP_SMALL_TYPES=0`. -- Linux AMDGPU-PRO - Passes conformance, with caveat that 8/16-bit arithmetic does not work correctly for some tests. - paraLLEl-RDP automatically disables small integer arithmetic for proprietary AMD driver. -- AMD Windows - Passes conformance with same caveat and workaround as AMDGPU-PRO. -- NVIDIA Linux - Passes conformance (**MAJOR CAVEAT**, NVIDIA Linux does not support VK_EXT_external_memory_host as of 2020-05-12.) -- NVIDIA Windows - Passes conformance - -## Implementation strategy - -This project uses Vulkan compute shaders to implement a fully programmable rasterization pipeline. -The overall rendering architecture is reused from [RetroWarp](https://github.com/Themaister/RetroWarp) -with some further refinements. - -The lower level Vulkan backend comes from [Granite](https://github.com/Themaister/Granite). - -### Asynchronous pipeline optimization - -Toggleable paths in RDP state is expressed as specialization constants. The rendering thread will -detect new state combinations and kick off building pipelines which only specify exact state needed to render. -This is a massive performance optimization. - -The same shaders are used for an "ubershader" fallback when pipelines are not ready. -In this case, specialization constants are simply not used. -The same SPIR-V modules are reused to great effect using this Vulkan feature. - -### Tile-based rendering - -See [RetroWarp](https://github.com/Themaister/RetroWarp) for more details. - -### GPU-driven TMEM management - -TMEM management is fully GPU-driven, but this is a very complicated implementation. -Certain combinations of formats are not supported, but such cases would produce -meaningless results, and it is unclear that applications can make meaningful use of these "weird" uploads. - -### Synchronization - -Synchronizing the GPU and CPU emulation is one of the hot button issues of N64 emulation. -The integration code is designed around a timeline of synchronization points which can be waited on by the CPU -when appropriate. For accurate emulation, an OpSyncFull is generally followed by a full wait, -but most games can be more relaxed and only synchronize with the CPU N frames later. -Implementation of this behavior is outside the scope of paraLLEl-RDP, and is left up to the integration code. - -### Asynchronous compute - -GPUs with a dedicated compute queue is recommended for optimal performance since -RDP shading work can happen on the compute queue, and won't be blocked by graphics workloads happening -in the graphics queue, which will typically be VI scanout and frontend applying shaders on top. - -## Project structure - -This project implements several submodules which are quite useful. - -### rdp-replayer - -This app replays RDP dump files, which are produced by running content through an RDP dumper. -An implementation can be found in e.g. parallel-N64. The file format is very simple and essentially -contains a record of RDRAM changes and RDP command streams. -This dump is replayed and a live comparison between the reference renderer can be compared to paraLLEl-RDP -with visual output. The UI is extremely crude, and is not user-friendly, but good enough for my use. - -### rdp-conformance - -I made a somewhat comprehensive test suite for the RDP, with a custom higher level RDP command stream generator. -There are roughly ~150 fuzz tests which exercise many aspects of the RDP. -In order to pass the test, paraLLEl-RDP must produce bit-exact results compared to Angrylion, -so the test condition is as stringent as possible. - -#### A note on bitexactness - -There are a few cases where bit-exactness is a meaningless term, such as the noise feature of the RDP. -It is not particularly meaningful to exactly reproduce noise, since it is by its very nature unpredictable. -For that reason, this repo references a fork of the reference renderer which implements deterministic "undefined behavior" -where appropriate. The exact formulation of the noise generator is not very interesting as long as -correct entropy and output range is reproduced. - -##### Intentional differences from reference renderer - -Certain effects invoke "undefined behavior" in the RDP and requires cycle accuracy to resolve bit-accurately with real RDP. -Reference renderer attempts to emulate these effects, but to reproduce this behavior breaks any form of multi-threading. -To be able to validate dumps in a sensible way with buggy content, I modified the reference slightly to make certain -"undefined behavior" deterministic. This doesn't meaningfully change the rendered output in the cases I've seen in the wild. -Some of these effects would be possible to emulate, -but at the cost of lots of added complexity and it wouldn't be quite correct anyways given the cycle accuracy issue. - -- CombinedColor/Alpha in first cycle is cleared to zero. Some games read this in first cycle, - and reference renderer will read whatever was generated last pixel. - This causes issues in some cases, where cycle accuracy would have caused the feedback to converge to zero over time. -- Reading LODFrac in 1 cycle mode. This is currently ignored. The results generated seem non-sensical. Never seen this in the wild. -- Using TexLOD in copy mode. This is currently ignored. The results generated seem non-sensical. Never seen this in the wild. -- Reading MemoryColor in first blender cycle in 2-cycle mode. Reference seems to wait until the second cycle before updating this value, - despite memory coverage being updated right away. The sensible thing to do is to allow reading memory color in first cycle. -- Alpha testing in 2-cycle mode reads combined alpha from next pixel in reference. - Just doing alpha testing in first cycle on current pixel is good enough. - If this is correct hardware behavior, I consider this a hardware bug. -- Reading Texel1 in cycle 1 of 2-cycle mode reads the Texel0 from next pixel. - In the few cases I've seen this, the rendered output is slightly buggy, but it's hardly visible in motion. - The workaround is just to read Texel0 from current pixel which still renders fine. - -### vi-conformance - -This is a conformance suite, except for the video interface (VI) unit. - -### rdp-validate-dump - -This tool replays an RDP dump headless and compares outputs between reference renderer and paraLLEl-RDP. -To pass, bitexact output must be generated. - -## Build - -Checkout submodules. This pulls in Angrylion-Plus as well as Granite. - -``` -git submodule update --init --recursive -``` - -Standard CMake build. - -``` -mkdir build -cd build -cmake .. -cmake --build . --parallel (--config Release on MSVC) -``` - -### Run test suite - -You can run rdp-conformance and vi-conformance with ctest to verify if your driver is behaving correctly. - -``` -ctest (-C Release on MSVC) -``` - -### Embedding shaders in a C++ header - -If embedding paraLLEl-RDP in an emulator project, it is helpful to pre-compile and bake SPIR-V shaders in a C++ header. -Build slangmosh from Granite, and then run: - -``` -slangmosh parallel-rdp/shaders/slangmosh.json --output slangmosh.hpp --vk11 --strip -O --namespace RDP -``` - -### Generating a standalone code base for emulator integration - -Run the `generate_standalone_codebase.sh $OUTDIR` script with an output directory `$OUTDIR/` as argument to generate a standalone code base which can be built without any special build system support. -Include `$OUTDIR/config.mk` if building with Make to make your life easier. -Note that `slangmosh` must be in your path for this script to run. It executes the command above to build `slangmosh.hpp`. - -## License - -paraLLEl-RDP is licensed under the permissive license MIT. See included LICENSE file. -This implementation builds heavily on the knowledge (but not code) gained from studying the reference implementation, -thus it felt fair to release it under a permissive license, so my work could be reused more easily. diff --git a/external/parallel-rdp-standalone/config.mk b/external/parallel-rdp-standalone/config.mk deleted file mode 100644 index bb8b1633..00000000 --- a/external/parallel-rdp-standalone/config.mk +++ /dev/null @@ -1,53 +0,0 @@ -# For use in standalone implementations. - -PARALLEL_RDP_CFLAGS := -PARALLEL_RDP_CXXFLAGS := -DGRANITE_VULKAN_MT - -PARALLEL_RDP_SOURCES_CXX := \ - $(wildcard $(PARALLEL_RDP_IMPLEMENTATION)/parallel-rdp/*.cpp) \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/buffer.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/buffer_pool.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/command_buffer.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/command_pool.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/context.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/cookie.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/descriptor_set.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/device.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/event_manager.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/fence.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/fence_manager.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/image.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/memory_allocator.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/pipeline_event.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/query_pool.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/render_pass.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/sampler.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/semaphore.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/semaphore_manager.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/shader.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/vulkan/texture_format.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/util/logging.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/util/thread_id.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/util/aligned_alloc.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/util/timer.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/util/timeline_trace_file.cpp \ - $(PARALLEL_RDP_IMPLEMENTATION)/util/thread_name.cpp - -PARALLEL_RDP_SOURCES_C := \ - $(PARALLEL_RDP_IMPLEMENTATION)/volk/volk.c - -PARALLEL_RDP_INCLUDE_DIRS := \ - -I$(PARALLEL_RDP_IMPLEMENTATION)/parallel-rdp \ - -I$(PARALLEL_RDP_IMPLEMENTATION)/volk \ - -I$(PARALLEL_RDP_IMPLEMENTATION)/vulkan \ - -I$(PARALLEL_RDP_IMPLEMENTATION)/vulkan-headers/include \ - -I$(PARALLEL_RDP_IMPLEMENTATION)/util - -PARALLEL_RDP_LDFLAGS := -pthread -ifeq (,$(findstring win,$(platform))) - PARALLEL_RDP_LDFLAGS += -ldl -else - PARALLEL_RDP_CFLAGS += -DVK_USE_PLATFORM_WIN32_KHR - PARALLEL_RDP_LDFLAGS += -lwinmm -endif - diff --git a/external/parallel-rdp-standalone/parallel-rdp/command_ring.cpp b/external/parallel-rdp-standalone/parallel-rdp/command_ring.cpp deleted file mode 100644 index 5220cbc3..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/command_ring.cpp +++ /dev/null @@ -1,135 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include -#include "command_ring.hpp" -#include "rdp_device.hpp" -#include "thread_id.hpp" -#include - -namespace RDP -{ -void CommandRing::init( -#ifdef PARALLEL_RDP_SHADER_DIR - Granite::Global::GlobalManagersHandle global_handles_, -#endif - CommandProcessor *processor_, unsigned count) -{ - assert((count & (count - 1)) == 0); - teardown_thread(); - processor = processor_; - ring.resize(count); - write_count = 0; - read_count = 0; -#ifdef PARALLEL_RDP_SHADER_DIR - global_handles = std::move(global_handles_); -#endif - thr = std::thread(&CommandRing::thread_loop, this); -} - -void CommandRing::teardown_thread() -{ - if (thr.joinable()) - { - enqueue_command(0, nullptr); - thr.join(); - } -} - -CommandRing::~CommandRing() -{ - teardown_thread(); -} - -void CommandRing::drain() -{ - std::unique_lock holder{lock}; - cond.wait(holder, [this]() { - return write_count == completed_count; - }); -} - -void CommandRing::enqueue_command(unsigned num_words, const uint32_t *words) -{ - std::unique_lock holder{lock}; - cond.wait(holder, [this, num_words]() { - return write_count + num_words + 1 <= read_count + ring.size(); - }); - - size_t mask = ring.size() - 1; - ring[write_count++ & mask] = num_words; - for (unsigned i = 0; i < num_words; i++) - ring[write_count++ & mask] = words[i]; - - cond.notify_one(); -} - -void CommandRing::thread_loop() -{ - Util::register_thread_index(0); - -#ifdef PARALLEL_RDP_SHADER_DIR - // Here to let the RDP play nice with full Granite. - // When we move to standalone Granite, we won't need to interact with global subsystems like this. - Granite::Global::set_thread_context(*global_handles); - global_handles.reset(); -#endif - - std::vector tmp_buffer; - tmp_buffer.reserve(64); - size_t mask = ring.size() - 1; - - for (;;) - { - bool is_idle = false; - { - std::unique_lock holder{lock}; - if (cond.wait_for(holder, std::chrono::microseconds(500), [this]() { return write_count > read_count; })) - { - uint32_t num_words = ring[read_count++ & mask]; - tmp_buffer.resize(num_words); - for (uint32_t i = 0; i < num_words; i++) - tmp_buffer[i] = ring[read_count++ & mask]; - } - else - { - // If we don't receive commands at a steady pace, - // notify rendering thread that we should probably kick some work. - tmp_buffer.resize(1); - tmp_buffer[0] = uint32_t(Op::MetaIdle) << 24; - is_idle = true; - } - } - - if (tmp_buffer.empty()) - break; - - processor->enqueue_command_direct(tmp_buffer.size(), tmp_buffer.data()); - if (!is_idle) - { - std::lock_guard holder{lock}; - completed_count = read_count; - cond.notify_one(); - } - } -} -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/command_ring.hpp b/external/parallel-rdp-standalone/parallel-rdp/command_ring.hpp deleted file mode 100644 index c74c43d0..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/command_ring.hpp +++ /dev/null @@ -1,67 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include -#include - -#ifdef PARALLEL_RDP_SHADER_DIR -#include "global_managers.hpp" -#endif - -namespace RDP -{ -class CommandProcessor; -class CommandRing -{ -public: - void init( -#ifdef PARALLEL_RDP_SHADER_DIR - Granite::Global::GlobalManagersHandle global_handles, -#endif - CommandProcessor *processor, unsigned count); - ~CommandRing(); - void drain(); - - void enqueue_command(unsigned num_words, const uint32_t *words); - -private: - CommandProcessor *processor = nullptr; - std::thread thr; - std::mutex lock; - std::condition_variable cond; - - std::vector ring; - uint64_t write_count = 0; - uint64_t read_count = 0; - uint64_t completed_count = 0; - - void thread_loop(); - void teardown_thread(); -#ifdef PARALLEL_RDP_SHADER_DIR - Granite::Global::GlobalManagersHandle global_handles; -#endif -}; -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/luts.hpp b/external/parallel-rdp-standalone/parallel-rdp/luts.hpp deleted file mode 100644 index f5709698..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/luts.hpp +++ /dev/null @@ -1,1556 +0,0 @@ -#pragma once - -#include - -namespace RDP -{ -static const uint8_t blender_lut[0x8000] = { - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, - 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, - 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, - 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, - 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, - 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, - 32, 32, 33, 33, 34, 34, 35, 35, 36, 36, 37, 37, 38, 38, 39, 39, 40, 40, 41, 41, 42, 42, 43, 43, 44, 44, 45, 45, 46, 46, 47, 47, - 48, 48, 49, 49, 50, 50, 51, 51, 52, 52, 53, 53, 54, 54, 55, 55, 56, 56, 57, 57, 58, 58, 59, 59, 60, 60, 61, 61, 62, 62, 63, 63, - 64, 64, 65, 65, 66, 66, 67, 67, 68, 68, 69, 69, 70, 70, 71, 71, 72, 72, 73, 73, 74, 74, 75, 75, 76, 76, 77, 77, 78, 78, 79, 79, - 80, 80, 81, 81, 82, 82, 83, 83, 84, 84, 85, 85, 86, 86, 87, 87, 88, 88, 89, 89, 90, 90, 91, 91, 92, 92, 93, 93, 94, 94, 95, 95, - 96, 96, 97, 97, 98, 98, 99, 99, 100, 100, 101, 101, 102, 102, 103, 103, 104, 104, 105, 105, 106, 106, 107, 107, 108, 108, 109, 109, 110, 110, 111, 111, - 112, 112, 113, 113, 114, 114, 115, 115, 116, 116, 117, 117, 118, 118, 119, 119, 120, 120, 121, 121, 122, 122, 123, 123, 124, 124, 125, 125, 126, 126, 127, 127, - 128, 128, 129, 129, 130, 130, 131, 131, 132, 132, 133, 133, 134, 134, 135, 135, 136, 136, 137, 137, 138, 138, 139, 139, 140, 140, 141, 141, 142, 142, 143, 143, - 144, 144, 145, 145, 146, 146, 147, 147, 148, 148, 149, 149, 150, 150, 151, 151, 152, 152, 153, 153, 154, 154, 155, 155, 156, 156, 157, 157, 158, 158, 159, 159, - 160, 160, 161, 161, 162, 162, 163, 163, 164, 164, 165, 165, 166, 166, 167, 167, 168, 168, 169, 169, 170, 170, 171, 171, 172, 172, 173, 173, 174, 174, 175, 175, - 176, 176, 177, 177, 178, 178, 179, 179, 180, 180, 181, 181, 182, 182, 183, 183, 184, 184, 185, 185, 186, 186, 187, 187, 188, 188, 189, 189, 190, 190, 191, 191, - 192, 192, 193, 193, 194, 194, 195, 195, 196, 196, 197, 197, 198, 198, 199, 199, 200, 200, 201, 201, 202, 202, 203, 203, 204, 204, 205, 205, 206, 206, 207, 207, - 208, 208, 209, 209, 210, 210, 211, 211, 212, 212, 213, 213, 214, 214, 215, 215, 216, 216, 217, 217, 218, 218, 219, 219, 220, 220, 221, 221, 222, 222, 223, 223, - 224, 224, 225, 225, 226, 226, 227, 227, 228, 228, 229, 229, 230, 230, 231, 231, 232, 232, 233, 233, 234, 234, 235, 235, 236, 236, 237, 237, 238, 238, 239, 239, - 240, 240, 241, 241, 242, 242, 243, 243, 244, 244, 245, 245, 246, 246, 247, 247, 248, 248, 249, 249, 250, 250, 251, 251, 252, 252, 253, 253, 254, 254, 255, 255, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, - 32, 32, 33, 33, 34, 34, 35, 35, 36, 36, 37, 37, 38, 38, 39, 39, 40, 40, 41, 41, 42, 42, 43, 43, 44, 44, 45, 45, 46, 46, 47, 47, - 48, 48, 49, 49, 50, 50, 51, 51, 52, 52, 53, 53, 54, 54, 55, 55, 56, 56, 57, 57, 58, 58, 59, 59, 60, 60, 61, 61, 62, 62, 63, 63, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, - 32, 32, 33, 33, 34, 34, 35, 35, 36, 36, 37, 37, 38, 38, 39, 39, 40, 40, 41, 41, 42, 42, 43, 43, 44, 44, 45, 45, 46, 46, 47, 47, - 48, 48, 49, 49, 50, 50, 51, 51, 52, 52, 53, 53, 54, 54, 55, 55, 56, 56, 57, 57, 58, 58, 59, 59, 60, 60, 61, 61, 62, 62, 63, 63, - 64, 64, 65, 65, 66, 66, 67, 67, 68, 68, 69, 69, 70, 70, 71, 71, 72, 72, 73, 73, 74, 74, 75, 75, 76, 76, 77, 77, 78, 78, 79, 79, - 80, 80, 81, 81, 82, 82, 83, 83, 84, 84, 85, 85, 86, 86, 87, 87, 88, 88, 89, 89, 90, 90, 91, 91, 92, 92, 93, 93, 94, 94, 95, 95, - 96, 96, 97, 97, 98, 98, 99, 99, 100, 100, 101, 101, 102, 102, 103, 103, 104, 104, 105, 105, 106, 106, 107, 107, 108, 108, 109, 109, 110, 110, 111, 111, - 112, 112, 113, 113, 114, 114, 115, 115, 116, 116, 117, 117, 118, 118, 119, 119, 120, 120, 121, 121, 122, 122, 123, 123, 124, 124, 125, 125, 126, 126, 127, 127, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, - 32, 32, 33, 33, 34, 34, 35, 35, 36, 36, 37, 37, 38, 38, 39, 39, 40, 40, 41, 41, 42, 42, 43, 43, 44, 44, 45, 45, 46, 46, 47, 47, - 48, 48, 49, 49, 50, 50, 51, 51, 52, 52, 53, 53, 54, 54, 55, 55, 56, 56, 57, 57, 58, 58, 59, 59, 60, 60, 61, 61, 62, 62, 63, 63, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 31, 31, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 1, 1, 2, 2, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, - 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, - 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, - 32, 32, 32, 33, 33, 33, 34, 34, 34, 35, 35, 35, 36, 36, 36, 37, 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, 40, 41, 41, 41, 42, 42, - 42, 43, 43, 43, 44, 44, 44, 45, 45, 45, 46, 46, 46, 47, 47, 47, 48, 48, 48, 49, 49, 49, 50, 50, 50, 51, 51, 51, 52, 52, 52, 53, - 53, 53, 54, 54, 54, 55, 55, 55, 56, 56, 56, 57, 57, 57, 58, 58, 58, 59, 59, 59, 60, 60, 60, 61, 61, 61, 62, 62, 62, 63, 63, 63, - 64, 64, 64, 65, 65, 65, 66, 66, 66, 67, 67, 67, 68, 68, 68, 69, 69, 69, 70, 70, 70, 71, 71, 71, 72, 72, 72, 73, 73, 73, 74, 74, - 74, 75, 75, 75, 76, 76, 76, 77, 77, 77, 78, 78, 78, 79, 79, 79, 80, 80, 80, 81, 81, 81, 82, 82, 82, 83, 83, 83, 84, 84, 84, 85, - 85, 85, 86, 86, 86, 87, 87, 87, 88, 88, 88, 89, 89, 89, 90, 90, 90, 91, 91, 91, 92, 92, 92, 93, 93, 93, 94, 94, 94, 95, 95, 95, - 96, 96, 96, 97, 97, 97, 98, 98, 98, 99, 99, 99, 100, 100, 100, 101, 101, 101, 102, 102, 102, 103, 103, 103, 104, 104, 104, 105, 105, 105, 106, 106, - 106, 107, 107, 107, 108, 108, 108, 109, 109, 109, 110, 110, 110, 111, 111, 111, 112, 112, 112, 113, 113, 113, 114, 114, 114, 115, 115, 115, 116, 116, 116, 117, - 117, 117, 118, 118, 118, 119, 119, 119, 120, 120, 120, 121, 121, 121, 122, 122, 122, 123, 123, 123, 124, 124, 124, 125, 125, 125, 126, 126, 126, 127, 127, 127, - 128, 128, 128, 129, 129, 129, 130, 130, 130, 131, 131, 131, 132, 132, 132, 133, 133, 133, 134, 134, 134, 135, 135, 135, 136, 136, 136, 137, 137, 137, 138, 138, - 138, 139, 139, 139, 140, 140, 140, 141, 141, 141, 142, 142, 142, 143, 143, 143, 144, 144, 144, 145, 145, 145, 146, 146, 146, 147, 147, 147, 148, 148, 148, 149, - 149, 149, 150, 150, 150, 151, 151, 151, 152, 152, 152, 153, 153, 153, 154, 154, 154, 155, 155, 155, 156, 156, 156, 157, 157, 157, 158, 158, 158, 159, 159, 159, - 160, 160, 160, 161, 161, 161, 162, 162, 162, 163, 163, 163, 164, 164, 164, 165, 165, 165, 166, 166, 166, 167, 167, 167, 168, 168, 168, 169, 169, 169, 170, 170, - 170, 171, 171, 171, 172, 172, 172, 173, 173, 173, 174, 174, 174, 175, 175, 175, 176, 176, 176, 177, 177, 177, 178, 178, 178, 179, 179, 179, 180, 180, 180, 181, - 181, 181, 182, 182, 182, 183, 183, 183, 184, 184, 184, 185, 185, 185, 186, 186, 186, 187, 187, 187, 188, 188, 188, 189, 189, 189, 190, 190, 190, 191, 191, 191, - 192, 192, 192, 193, 193, 193, 194, 194, 194, 195, 195, 195, 196, 196, 196, 197, 197, 197, 198, 198, 198, 199, 199, 199, 200, 200, 200, 201, 201, 201, 202, 202, - 202, 203, 203, 203, 204, 204, 204, 205, 205, 205, 206, 206, 206, 207, 207, 207, 208, 208, 208, 209, 209, 209, 210, 210, 210, 211, 211, 211, 212, 212, 212, 213, - 213, 213, 214, 214, 214, 215, 215, 215, 216, 216, 216, 217, 217, 217, 218, 218, 218, 219, 219, 219, 220, 220, 220, 221, 221, 221, 222, 222, 222, 223, 223, 223, - 224, 224, 224, 225, 225, 225, 226, 226, 226, 227, 227, 227, 228, 228, 228, 229, 229, 229, 230, 230, 230, 231, 231, 231, 232, 232, 232, 233, 233, 233, 234, 234, - 234, 235, 235, 235, 236, 236, 236, 237, 237, 237, 238, 238, 238, 239, 239, 239, 240, 240, 240, 241, 241, 241, 242, 242, 242, 243, 243, 243, 244, 244, 244, 245, - 245, 245, 246, 246, 246, 247, 247, 247, 248, 248, 248, 249, 249, 249, 250, 250, 250, 251, 251, 251, 252, 252, 252, 253, 253, 253, 254, 254, 254, 255, 255, 255, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, - 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, - 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, - 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, - 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, - 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, - 32, 32, 32, 33, 33, 33, 34, 34, 34, 35, 35, 35, 36, 36, 36, 37, 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, 40, 41, 41, 41, 42, 42, - 42, 43, 43, 43, 44, 44, 44, 45, 45, 45, 46, 46, 46, 47, 47, 47, 48, 48, 48, 49, 49, 49, 50, 50, 50, 51, 51, 51, 52, 52, 52, 53, - 53, 53, 54, 54, 54, 55, 55, 55, 56, 56, 56, 57, 57, 57, 58, 58, 58, 59, 59, 59, 60, 60, 60, 61, 61, 61, 62, 62, 62, 63, 63, 63, - 64, 64, 64, 65, 65, 65, 66, 66, 66, 67, 67, 67, 68, 68, 68, 69, 69, 69, 70, 70, 70, 71, 71, 71, 72, 72, 72, 73, 73, 73, 74, 74, - 74, 75, 75, 75, 76, 76, 76, 77, 77, 77, 78, 78, 78, 79, 79, 79, 80, 80, 80, 81, 81, 81, 82, 82, 82, 83, 83, 83, 84, 84, 84, 85, - 85, 85, 86, 86, 86, 87, 87, 87, 88, 88, 88, 89, 89, 89, 90, 90, 90, 91, 91, 91, 92, 92, 92, 93, 93, 93, 94, 94, 94, 95, 95, 95, - 96, 96, 96, 97, 97, 97, 98, 98, 98, 99, 99, 99, 100, 100, 100, 101, 101, 101, 102, 102, 102, 103, 103, 103, 104, 104, 104, 105, 105, 105, 106, 106, - 106, 107, 107, 107, 108, 108, 108, 109, 109, 109, 110, 110, 110, 111, 111, 111, 112, 112, 112, 113, 113, 113, 114, 114, 114, 115, 115, 115, 116, 116, 116, 117, - 117, 117, 118, 118, 118, 119, 119, 119, 120, 120, 120, 121, 121, 121, 122, 122, 122, 123, 123, 123, 124, 124, 124, 125, 125, 125, 126, 126, 126, 127, 127, 127, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, - 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, - 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, - 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, - 32, 32, 32, 33, 33, 33, 34, 34, 34, 35, 35, 35, 36, 36, 36, 37, 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, 40, 41, 41, 41, 42, 42, - 42, 43, 43, 43, 44, 44, 44, 45, 45, 45, 46, 46, 46, 47, 47, 47, 48, 48, 48, 49, 49, 49, 50, 50, 50, 51, 51, 51, 52, 52, 52, 53, - 53, 53, 54, 54, 54, 55, 55, 55, 56, 56, 56, 57, 57, 57, 58, 58, 58, 59, 59, 59, 60, 60, 60, 61, 61, 61, 62, 62, 62, 63, 63, 63, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, - 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, - 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, - 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, - 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, - 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 23, 23, 23, 23, - 24, 24, 24, 24, 25, 25, 25, 25, 26, 26, 26, 26, 27, 27, 27, 27, 28, 28, 28, 28, 29, 29, 29, 29, 30, 30, 30, 30, 31, 31, 31, 31, - 32, 32, 32, 32, 33, 33, 33, 33, 34, 34, 34, 34, 35, 35, 35, 35, 36, 36, 36, 36, 37, 37, 37, 37, 38, 38, 38, 38, 39, 39, 39, 39, - 40, 40, 40, 40, 41, 41, 41, 41, 42, 42, 42, 42, 43, 43, 43, 43, 44, 44, 44, 44, 45, 45, 45, 45, 46, 46, 46, 46, 47, 47, 47, 47, - 48, 48, 48, 48, 49, 49, 49, 49, 50, 50, 50, 50, 51, 51, 51, 51, 52, 52, 52, 52, 53, 53, 53, 53, 54, 54, 54, 54, 55, 55, 55, 55, - 56, 56, 56, 56, 57, 57, 57, 57, 58, 58, 58, 58, 59, 59, 59, 59, 60, 60, 60, 60, 61, 61, 61, 61, 62, 62, 62, 62, 63, 63, 63, 63, - 64, 64, 64, 64, 65, 65, 65, 65, 66, 66, 66, 66, 67, 67, 67, 67, 68, 68, 68, 68, 69, 69, 69, 69, 70, 70, 70, 70, 71, 71, 71, 71, - 72, 72, 72, 72, 73, 73, 73, 73, 74, 74, 74, 74, 75, 75, 75, 75, 76, 76, 76, 76, 77, 77, 77, 77, 78, 78, 78, 78, 79, 79, 79, 79, - 80, 80, 80, 80, 81, 81, 81, 81, 82, 82, 82, 82, 83, 83, 83, 83, 84, 84, 84, 84, 85, 85, 85, 85, 86, 86, 86, 86, 87, 87, 87, 87, - 88, 88, 88, 88, 89, 89, 89, 89, 90, 90, 90, 90, 91, 91, 91, 91, 92, 92, 92, 92, 93, 93, 93, 93, 94, 94, 94, 94, 95, 95, 95, 95, - 96, 96, 96, 96, 97, 97, 97, 97, 98, 98, 98, 98, 99, 99, 99, 99, 100, 100, 100, 100, 101, 101, 101, 101, 102, 102, 102, 102, 103, 103, 103, 103, - 104, 104, 104, 104, 105, 105, 105, 105, 106, 106, 106, 106, 107, 107, 107, 107, 108, 108, 108, 108, 109, 109, 109, 109, 110, 110, 110, 110, 111, 111, 111, 111, - 112, 112, 112, 112, 113, 113, 113, 113, 114, 114, 114, 114, 115, 115, 115, 115, 116, 116, 116, 116, 117, 117, 117, 117, 118, 118, 118, 118, 119, 119, 119, 119, - 120, 120, 120, 120, 121, 121, 121, 121, 122, 122, 122, 122, 123, 123, 123, 123, 124, 124, 124, 124, 125, 125, 125, 125, 126, 126, 126, 126, 127, 127, 127, 127, - 128, 128, 128, 128, 129, 129, 129, 129, 130, 130, 130, 130, 131, 131, 131, 131, 132, 132, 132, 132, 133, 133, 133, 133, 134, 134, 134, 134, 135, 135, 135, 135, - 136, 136, 136, 136, 137, 137, 137, 137, 138, 138, 138, 138, 139, 139, 139, 139, 140, 140, 140, 140, 141, 141, 141, 141, 142, 142, 142, 142, 143, 143, 143, 143, - 144, 144, 144, 144, 145, 145, 145, 145, 146, 146, 146, 146, 147, 147, 147, 147, 148, 148, 148, 148, 149, 149, 149, 149, 150, 150, 150, 150, 151, 151, 151, 151, - 152, 152, 152, 152, 153, 153, 153, 153, 154, 154, 154, 154, 155, 155, 155, 155, 156, 156, 156, 156, 157, 157, 157, 157, 158, 158, 158, 158, 159, 159, 159, 159, - 160, 160, 160, 160, 161, 161, 161, 161, 162, 162, 162, 162, 163, 163, 163, 163, 164, 164, 164, 164, 165, 165, 165, 165, 166, 166, 166, 166, 167, 167, 167, 167, - 168, 168, 168, 168, 169, 169, 169, 169, 170, 170, 170, 170, 171, 171, 171, 171, 172, 172, 172, 172, 173, 173, 173, 173, 174, 174, 174, 174, 175, 175, 175, 175, - 176, 176, 176, 176, 177, 177, 177, 177, 178, 178, 178, 178, 179, 179, 179, 179, 180, 180, 180, 180, 181, 181, 181, 181, 182, 182, 182, 182, 183, 183, 183, 183, - 184, 184, 184, 184, 185, 185, 185, 185, 186, 186, 186, 186, 187, 187, 187, 187, 188, 188, 188, 188, 189, 189, 189, 189, 190, 190, 190, 190, 191, 191, 191, 191, - 192, 192, 192, 192, 193, 193, 193, 193, 194, 194, 194, 194, 195, 195, 195, 195, 196, 196, 196, 196, 197, 197, 197, 197, 198, 198, 198, 198, 199, 199, 199, 199, - 200, 200, 200, 200, 201, 201, 201, 201, 202, 202, 202, 202, 203, 203, 203, 203, 204, 204, 204, 204, 205, 205, 205, 205, 206, 206, 206, 206, 207, 207, 207, 207, - 208, 208, 208, 208, 209, 209, 209, 209, 210, 210, 210, 210, 211, 211, 211, 211, 212, 212, 212, 212, 213, 213, 213, 213, 214, 214, 214, 214, 215, 215, 215, 215, - 216, 216, 216, 216, 217, 217, 217, 217, 218, 218, 218, 218, 219, 219, 219, 219, 220, 220, 220, 220, 221, 221, 221, 221, 222, 222, 222, 222, 223, 223, 223, 223, - 224, 224, 224, 224, 225, 225, 225, 225, 226, 226, 226, 226, 227, 227, 227, 227, 228, 228, 228, 228, 229, 229, 229, 229, 230, 230, 230, 230, 231, 231, 231, 231, - 232, 232, 232, 232, 233, 233, 233, 233, 234, 234, 234, 234, 235, 235, 235, 235, 236, 236, 236, 236, 237, 237, 237, 237, 238, 238, 238, 238, 239, 239, 239, 239, - 240, 240, 240, 240, 241, 241, 241, 241, 242, 242, 242, 242, 243, 243, 243, 243, 244, 244, 244, 244, 245, 245, 245, 245, 246, 246, 246, 246, 247, 247, 247, 247, - 248, 248, 248, 248, 249, 249, 249, 249, 250, 250, 250, 250, 251, 251, 251, 251, 252, 252, 252, 252, 253, 253, 253, 253, 254, 254, 254, 254, 255, 255, 255, 255, - 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, - 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, - 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 23, 23, 23, 23, - 24, 24, 24, 24, 25, 25, 25, 25, 26, 26, 26, 26, 27, 27, 27, 27, 28, 28, 28, 28, 29, 29, 29, 29, 30, 30, 30, 30, 31, 31, 31, 31, - 32, 32, 32, 32, 33, 33, 33, 33, 34, 34, 34, 34, 35, 35, 35, 35, 36, 36, 36, 36, 37, 37, 37, 37, 38, 38, 38, 38, 39, 39, 39, 39, - 40, 40, 40, 40, 41, 41, 41, 41, 42, 42, 42, 42, 43, 43, 43, 43, 44, 44, 44, 44, 45, 45, 45, 45, 46, 46, 46, 46, 47, 47, 47, 47, - 48, 48, 48, 48, 49, 49, 49, 49, 50, 50, 50, 50, 51, 51, 51, 51, 52, 52, 52, 52, 53, 53, 53, 53, 54, 54, 54, 54, 55, 55, 55, 55, - 56, 56, 56, 56, 57, 57, 57, 57, 58, 58, 58, 58, 59, 59, 59, 59, 60, 60, 60, 60, 61, 61, 61, 61, 62, 62, 62, 62, 63, 63, 63, 63, - 64, 64, 64, 64, 65, 65, 65, 65, 66, 66, 66, 66, 67, 67, 67, 67, 68, 68, 68, 68, 69, 69, 69, 69, 70, 70, 70, 70, 71, 71, 71, 71, - 72, 72, 72, 72, 73, 73, 73, 73, 74, 74, 74, 74, 75, 75, 75, 75, 76, 76, 76, 76, 77, 77, 77, 77, 78, 78, 78, 78, 79, 79, 79, 79, - 80, 80, 80, 80, 81, 81, 81, 81, 82, 82, 82, 82, 83, 83, 83, 83, 84, 84, 84, 84, 85, 85, 85, 85, 86, 86, 86, 86, 87, 87, 87, 87, - 88, 88, 88, 88, 89, 89, 89, 89, 90, 90, 90, 90, 91, 91, 91, 91, 92, 92, 92, 92, 93, 93, 93, 93, 94, 94, 94, 94, 95, 95, 95, 95, - 96, 96, 96, 96, 97, 97, 97, 97, 98, 98, 98, 98, 99, 99, 99, 99, 100, 100, 100, 100, 101, 101, 101, 101, 102, 102, 102, 102, 103, 103, 103, 103, - 104, 104, 104, 104, 105, 105, 105, 105, 106, 106, 106, 106, 107, 107, 107, 107, 108, 108, 108, 108, 109, 109, 109, 109, 110, 110, 110, 110, 111, 111, 111, 111, - 112, 112, 112, 112, 113, 113, 113, 113, 114, 114, 114, 114, 115, 115, 115, 115, 116, 116, 116, 116, 117, 117, 117, 117, 118, 118, 118, 118, 119, 119, 119, 119, - 120, 120, 120, 120, 121, 121, 121, 121, 122, 122, 122, 122, 123, 123, 123, 123, 124, 124, 124, 124, 125, 125, 125, 125, 126, 126, 126, 126, 127, 127, 127, 127, - 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, - 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, - 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 23, 23, 23, 23, - 24, 24, 24, 24, 25, 25, 25, 25, 26, 26, 26, 26, 27, 27, 27, 27, 28, 28, 28, 28, 29, 29, 29, 29, 30, 30, 30, 30, 31, 31, 31, 31, - 32, 32, 32, 32, 33, 33, 33, 33, 34, 34, 34, 34, 35, 35, 35, 35, 36, 36, 36, 36, 37, 37, 37, 37, 38, 38, 38, 38, 39, 39, 39, 39, - 40, 40, 40, 40, 41, 41, 41, 41, 42, 42, 42, 42, 43, 43, 43, 43, 44, 44, 44, 44, 45, 45, 45, 45, 46, 46, 46, 46, 47, 47, 47, 47, - 48, 48, 48, 48, 49, 49, 49, 49, 50, 50, 50, 50, 51, 51, 51, 51, 52, 52, 52, 52, 53, 53, 53, 53, 54, 54, 54, 54, 55, 55, 55, 55, - 56, 56, 56, 56, 57, 57, 57, 57, 58, 58, 58, 58, 59, 59, 59, 59, 60, 60, 60, 60, 61, 61, 61, 61, 62, 62, 62, 62, 63, 63, 63, 63, - 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, - 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, - 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 23, 23, 23, 23, - 24, 24, 24, 24, 25, 25, 25, 25, 26, 26, 26, 26, 27, 27, 27, 27, 28, 28, 28, 28, 29, 29, 29, 29, 30, 30, 30, 30, 31, 31, 31, 31, - 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, - 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, - 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, - 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 6, 6, - 6, 6, 6, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 12, 12, 12, 12, - 12, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 19, - 19, 19, 19, 19, 20, 20, 20, 20, 20, 21, 21, 21, 21, 21, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 25, 25, 25, - 25, 25, 26, 26, 26, 26, 26, 27, 27, 27, 27, 27, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, - 32, 32, 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, 36, 36, 36, 36, 36, 37, 37, 37, 37, 37, 38, 38, - 38, 38, 38, 39, 39, 39, 39, 39, 40, 40, 40, 40, 40, 41, 41, 41, 41, 41, 42, 42, 42, 42, 42, 43, 43, 43, 43, 43, 44, 44, 44, 44, - 44, 45, 45, 45, 45, 45, 46, 46, 46, 46, 46, 47, 47, 47, 47, 47, 48, 48, 48, 48, 48, 49, 49, 49, 49, 49, 50, 50, 50, 50, 50, 51, - 51, 51, 51, 51, 52, 52, 52, 52, 52, 53, 53, 53, 53, 53, 54, 54, 54, 54, 54, 55, 55, 55, 55, 55, 56, 56, 56, 56, 56, 57, 57, 57, - 57, 57, 58, 58, 58, 58, 58, 59, 59, 59, 59, 59, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, - 64, 64, 64, 64, 64, 65, 65, 65, 65, 65, 66, 66, 66, 66, 66, 67, 67, 67, 67, 67, 68, 68, 68, 68, 68, 69, 69, 69, 69, 69, 70, 70, - 70, 70, 70, 71, 71, 71, 71, 71, 72, 72, 72, 72, 72, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 75, 75, 75, 75, 75, 76, 76, 76, 76, - 76, 77, 77, 77, 77, 77, 78, 78, 78, 78, 78, 79, 79, 79, 79, 79, 80, 80, 80, 80, 80, 81, 81, 81, 81, 81, 82, 82, 82, 82, 82, 83, - 83, 83, 83, 83, 84, 84, 84, 84, 84, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 87, 87, 87, 87, 87, 88, 88, 88, 88, 88, 89, 89, 89, - 89, 89, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, - 96, 96, 96, 96, 96, 97, 97, 97, 97, 97, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 102, 102, - 102, 102, 102, 103, 103, 103, 103, 103, 104, 104, 104, 104, 104, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 107, 107, 107, 107, 107, 108, 108, 108, 108, - 108, 109, 109, 109, 109, 109, 110, 110, 110, 110, 110, 111, 111, 111, 111, 111, 112, 112, 112, 112, 112, 113, 113, 113, 113, 113, 114, 114, 114, 114, 114, 115, - 115, 115, 115, 115, 116, 116, 116, 116, 116, 117, 117, 117, 117, 117, 118, 118, 118, 118, 118, 119, 119, 119, 119, 119, 120, 120, 120, 120, 120, 121, 121, 121, - 121, 121, 122, 122, 122, 122, 122, 123, 123, 123, 123, 123, 124, 124, 124, 124, 124, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 127, 127, 127, 127, 127, - 128, 128, 128, 128, 128, 129, 129, 129, 129, 129, 130, 130, 130, 130, 130, 131, 131, 131, 131, 131, 132, 132, 132, 132, 132, 133, 133, 133, 133, 133, 134, 134, - 134, 134, 134, 135, 135, 135, 135, 135, 136, 136, 136, 136, 136, 137, 137, 137, 137, 137, 138, 138, 138, 138, 138, 139, 139, 139, 139, 139, 140, 140, 140, 140, - 140, 141, 141, 141, 141, 141, 142, 142, 142, 142, 142, 143, 143, 143, 143, 143, 144, 144, 144, 144, 144, 145, 145, 145, 145, 145, 146, 146, 146, 146, 146, 147, - 147, 147, 147, 147, 148, 148, 148, 148, 148, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 151, 151, 151, 151, 151, 152, 152, 152, 152, 152, 153, 153, 153, - 153, 153, 154, 154, 154, 154, 154, 155, 155, 155, 155, 155, 156, 156, 156, 156, 156, 157, 157, 157, 157, 157, 158, 158, 158, 158, 158, 159, 159, 159, 159, 159, - 160, 160, 160, 160, 160, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 166, 166, - 166, 166, 166, 167, 167, 167, 167, 167, 168, 168, 168, 168, 168, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 171, 171, 171, 171, 171, 172, 172, 172, 172, - 172, 173, 173, 173, 173, 173, 174, 174, 174, 174, 174, 175, 175, 175, 175, 175, 176, 176, 176, 176, 176, 177, 177, 177, 177, 177, 178, 178, 178, 178, 178, 179, - 179, 179, 179, 179, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 183, 183, 183, 183, 183, 184, 184, 184, 184, 184, 185, 185, 185, - 185, 185, 186, 186, 186, 186, 186, 187, 187, 187, 187, 187, 188, 188, 188, 188, 188, 189, 189, 189, 189, 189, 190, 190, 190, 190, 190, 191, 191, 191, 191, 191, - 192, 192, 192, 192, 192, 193, 193, 193, 193, 193, 194, 194, 194, 194, 194, 195, 195, 195, 195, 195, 196, 196, 196, 196, 196, 197, 197, 197, 197, 197, 198, 198, - 198, 198, 198, 199, 199, 199, 199, 199, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 204, 204, 204, 204, - 204, 205, 205, 205, 205, 205, 206, 206, 206, 206, 206, 207, 207, 207, 207, 207, 208, 208, 208, 208, 208, 209, 209, 209, 209, 209, 210, 210, 210, 210, 210, 211, - 211, 211, 211, 211, 212, 212, 212, 212, 212, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 215, 215, 215, 215, 215, 216, 216, 216, 216, 216, 217, 217, 217, - 217, 217, 218, 218, 218, 218, 218, 219, 219, 219, 219, 219, 220, 220, 220, 220, 220, 221, 221, 221, 221, 221, 222, 222, 222, 222, 222, 223, 223, 223, 223, 223, - 224, 224, 224, 224, 224, 225, 225, 225, 225, 225, 226, 226, 226, 226, 226, 227, 227, 227, 227, 227, 228, 228, 228, 228, 228, 229, 229, 229, 229, 229, 230, 230, - 230, 230, 230, 231, 231, 231, 231, 231, 232, 232, 232, 232, 232, 233, 233, 233, 233, 233, 234, 234, 234, 234, 234, 235, 235, 235, 235, 235, 236, 236, 236, 236, - 236, 237, 237, 237, 237, 237, 238, 238, 238, 238, 238, 239, 239, 239, 239, 239, 240, 240, 240, 240, 240, 241, 241, 241, 241, 241, 242, 242, 242, 242, 242, 243, - 243, 243, 243, 243, 244, 244, 244, 244, 244, 245, 245, 245, 245, 245, 246, 246, 246, 246, 246, 247, 247, 247, 247, 247, 248, 248, 248, 248, 248, 249, 249, 249, - 249, 249, 250, 250, 250, 250, 250, 251, 251, 251, 251, 251, 252, 252, 252, 252, 252, 253, 253, 253, 253, 253, 254, 254, 254, 254, 254, 255, 255, 255, 255, 255, - 51, 51, 51, 51, 52, 52, 52, 52, 52, 53, 53, 53, 53, 53, 54, 54, 54, 54, 54, 55, 55, 55, 55, 55, 56, 56, 56, 56, 56, 57, 57, 57, - 57, 57, 58, 58, 58, 58, 58, 59, 59, 59, 59, 59, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, - 64, 64, 64, 64, 64, 65, 65, 65, 65, 65, 66, 66, 66, 66, 66, 67, 67, 67, 67, 67, 68, 68, 68, 68, 68, 69, 69, 69, 69, 69, 70, 70, - 70, 70, 70, 71, 71, 71, 71, 71, 72, 72, 72, 72, 72, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 75, 75, 75, 75, 75, 76, 76, 76, 76, - 76, 77, 77, 77, 77, 77, 78, 78, 78, 78, 78, 79, 79, 79, 79, 79, 80, 80, 80, 80, 80, 81, 81, 81, 81, 81, 82, 82, 82, 82, 82, 83, - 83, 83, 83, 83, 84, 84, 84, 84, 84, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 87, 87, 87, 87, 87, 88, 88, 88, 88, 88, 89, 89, 89, - 89, 89, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, - 96, 96, 96, 96, 96, 97, 97, 97, 97, 97, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 102, 102, - 102, 102, 102, 103, 103, 103, 103, 103, 104, 104, 104, 104, 104, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 107, 107, 107, 107, 107, 108, 108, 108, 108, - 108, 109, 109, 109, 109, 109, 110, 110, 110, 110, 110, 111, 111, 111, 111, 111, 112, 112, 112, 112, 112, 113, 113, 113, 113, 113, 114, 114, 114, 114, 114, 115, - 115, 115, 115, 115, 116, 116, 116, 116, 116, 117, 117, 117, 117, 117, 118, 118, 118, 118, 118, 119, 119, 119, 119, 119, 120, 120, 120, 120, 120, 121, 121, 121, - 121, 121, 122, 122, 122, 122, 122, 123, 123, 123, 123, 123, 124, 124, 124, 124, 124, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 127, 127, 127, 127, 127, - 25, 25, 26, 26, 26, 26, 26, 27, 27, 27, 27, 27, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, - 32, 32, 32, 32, 32, 33, 33, 33, 33, 33, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, 36, 36, 36, 36, 36, 37, 37, 37, 37, 37, 38, 38, - 38, 38, 38, 39, 39, 39, 39, 39, 40, 40, 40, 40, 40, 41, 41, 41, 41, 41, 42, 42, 42, 42, 42, 43, 43, 43, 43, 43, 44, 44, 44, 44, - 44, 45, 45, 45, 45, 45, 46, 46, 46, 46, 46, 47, 47, 47, 47, 47, 48, 48, 48, 48, 48, 49, 49, 49, 49, 49, 50, 50, 50, 50, 50, 51, - 51, 51, 51, 51, 52, 52, 52, 52, 52, 53, 53, 53, 53, 53, 54, 54, 54, 54, 54, 55, 55, 55, 55, 55, 56, 56, 56, 56, 56, 57, 57, 57, - 57, 57, 58, 58, 58, 58, 58, 59, 59, 59, 59, 59, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, - 12, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 19, - 19, 19, 19, 19, 20, 20, 20, 20, 20, 21, 21, 21, 21, 21, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 25, 25, 25, - 25, 25, 26, 26, 26, 26, 26, 27, 27, 27, 27, 27, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, - 6, 6, 6, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 12, 12, 12, 12, - 12, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 6, 6, - 6, 6, 6, 7, 7, 7, 7, 7, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, - 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, - 10, 10, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, - 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, 19, 19, 20, 20, 20, 20, 20, 20, 21, 21, - 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, - 26, 26, 27, 27, 27, 27, 27, 27, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, 31, - 32, 32, 32, 32, 32, 32, 33, 33, 33, 33, 33, 33, 34, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, 36, 36, 36, 36, 36, 36, 37, 37, - 37, 37, 37, 37, 38, 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, 39, 40, 40, 40, 40, 40, 40, 41, 41, 41, 41, 41, 41, 42, 42, 42, 42, - 42, 42, 43, 43, 43, 43, 43, 43, 44, 44, 44, 44, 44, 44, 45, 45, 45, 45, 45, 45, 46, 46, 46, 46, 46, 46, 47, 47, 47, 47, 47, 47, - 48, 48, 48, 48, 48, 48, 49, 49, 49, 49, 49, 49, 50, 50, 50, 50, 50, 50, 51, 51, 51, 51, 51, 51, 52, 52, 52, 52, 52, 52, 53, 53, - 53, 53, 53, 53, 54, 54, 54, 54, 54, 54, 55, 55, 55, 55, 55, 55, 56, 56, 56, 56, 56, 56, 57, 57, 57, 57, 57, 57, 58, 58, 58, 58, - 58, 58, 59, 59, 59, 59, 59, 59, 60, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, 63, - 64, 64, 64, 64, 64, 64, 65, 65, 65, 65, 65, 65, 66, 66, 66, 66, 66, 66, 67, 67, 67, 67, 67, 67, 68, 68, 68, 68, 68, 68, 69, 69, - 69, 69, 69, 69, 70, 70, 70, 70, 70, 70, 71, 71, 71, 71, 71, 71, 72, 72, 72, 72, 72, 72, 73, 73, 73, 73, 73, 73, 74, 74, 74, 74, - 74, 74, 75, 75, 75, 75, 75, 75, 76, 76, 76, 76, 76, 76, 77, 77, 77, 77, 77, 77, 78, 78, 78, 78, 78, 78, 79, 79, 79, 79, 79, 79, - 80, 80, 80, 80, 80, 80, 81, 81, 81, 81, 81, 81, 82, 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 83, 84, 84, 84, 84, 84, 84, 85, 85, - 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 87, 87, 87, 87, 87, 87, 88, 88, 88, 88, 88, 88, 89, 89, 89, 89, 89, 89, 90, 90, 90, 90, - 90, 90, 91, 91, 91, 91, 91, 91, 92, 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, 95, - 96, 96, 96, 96, 96, 96, 97, 97, 97, 97, 97, 97, 98, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 100, 101, 101, - 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 103, 103, 103, 103, 103, 103, 104, 104, 104, 104, 104, 104, 105, 105, 105, 105, 105, 105, 106, 106, 106, 106, - 106, 106, 107, 107, 107, 107, 107, 107, 108, 108, 108, 108, 108, 108, 109, 109, 109, 109, 109, 109, 110, 110, 110, 110, 110, 110, 111, 111, 111, 111, 111, 111, - 112, 112, 112, 112, 112, 112, 113, 113, 113, 113, 113, 113, 114, 114, 114, 114, 114, 114, 115, 115, 115, 115, 115, 115, 116, 116, 116, 116, 116, 116, 117, 117, - 117, 117, 117, 117, 118, 118, 118, 118, 118, 118, 119, 119, 119, 119, 119, 119, 120, 120, 120, 120, 120, 120, 121, 121, 121, 121, 121, 121, 122, 122, 122, 122, - 122, 122, 123, 123, 123, 123, 123, 123, 124, 124, 124, 124, 124, 124, 125, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 126, 127, 127, 127, 127, 127, 127, - 128, 128, 128, 128, 128, 128, 129, 129, 129, 129, 129, 129, 130, 130, 130, 130, 130, 130, 131, 131, 131, 131, 131, 131, 132, 132, 132, 132, 132, 132, 133, 133, - 133, 133, 133, 133, 134, 134, 134, 134, 134, 134, 135, 135, 135, 135, 135, 135, 136, 136, 136, 136, 136, 136, 137, 137, 137, 137, 137, 137, 138, 138, 138, 138, - 138, 138, 139, 139, 139, 139, 139, 139, 140, 140, 140, 140, 140, 140, 141, 141, 141, 141, 141, 141, 142, 142, 142, 142, 142, 142, 143, 143, 143, 143, 143, 143, - 144, 144, 144, 144, 144, 144, 145, 145, 145, 145, 145, 145, 146, 146, 146, 146, 146, 146, 147, 147, 147, 147, 147, 147, 148, 148, 148, 148, 148, 148, 149, 149, - 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 151, 151, 151, 151, 151, 151, 152, 152, 152, 152, 152, 152, 153, 153, 153, 153, 153, 153, 154, 154, 154, 154, - 154, 154, 155, 155, 155, 155, 155, 155, 156, 156, 156, 156, 156, 156, 157, 157, 157, 157, 157, 157, 158, 158, 158, 158, 158, 158, 159, 159, 159, 159, 159, 159, - 160, 160, 160, 160, 160, 160, 161, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, 163, 164, 164, 164, 164, 164, 164, 165, 165, - 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 167, 167, 167, 167, 167, 167, 168, 168, 168, 168, 168, 168, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, - 170, 170, 171, 171, 171, 171, 171, 171, 172, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 174, 174, 174, 174, 174, 174, 175, 175, 175, 175, 175, 175, - 176, 176, 176, 176, 176, 176, 177, 177, 177, 177, 177, 177, 178, 178, 178, 178, 178, 178, 179, 179, 179, 179, 179, 179, 180, 180, 180, 180, 180, 180, 181, 181, - 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 183, 183, 183, 183, 183, 183, 184, 184, 184, 184, 184, 184, 185, 185, 185, 185, 185, 185, 186, 186, 186, 186, - 186, 186, 187, 187, 187, 187, 187, 187, 188, 188, 188, 188, 188, 188, 189, 189, 189, 189, 189, 189, 190, 190, 190, 190, 190, 190, 191, 191, 191, 191, 191, 191, - 192, 192, 192, 192, 192, 192, 193, 193, 193, 193, 193, 193, 194, 194, 194, 194, 194, 194, 195, 195, 195, 195, 195, 195, 196, 196, 196, 196, 196, 196, 197, 197, - 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 199, 199, 199, 199, 199, 199, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 201, 202, 202, 202, 202, - 202, 202, 203, 203, 203, 203, 203, 203, 204, 204, 204, 204, 204, 204, 205, 205, 205, 205, 205, 205, 206, 206, 206, 206, 206, 206, 207, 207, 207, 207, 207, 207, - 208, 208, 208, 208, 208, 208, 209, 209, 209, 209, 209, 209, 210, 210, 210, 210, 210, 210, 211, 211, 211, 211, 211, 211, 212, 212, 212, 212, 212, 212, 213, 213, - 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, 215, 215, 215, 215, 215, 215, 216, 216, 216, 216, 216, 216, 217, 217, 217, 217, 217, 217, 218, 218, 218, 218, - 218, 218, 219, 219, 219, 219, 219, 219, 220, 220, 220, 220, 220, 220, 221, 221, 221, 221, 221, 221, 222, 222, 222, 222, 222, 222, 223, 223, 223, 223, 223, 223, - 224, 224, 224, 224, 224, 224, 225, 225, 225, 225, 225, 225, 226, 226, 226, 226, 226, 226, 227, 227, 227, 227, 227, 227, 228, 228, 228, 228, 228, 228, 229, 229, - 229, 229, 229, 229, 230, 230, 230, 230, 230, 230, 231, 231, 231, 231, 231, 231, 232, 232, 232, 232, 232, 232, 233, 233, 233, 233, 233, 233, 234, 234, 234, 234, - 234, 234, 235, 235, 235, 235, 235, 235, 236, 236, 236, 236, 236, 236, 237, 237, 237, 237, 237, 237, 238, 238, 238, 238, 238, 238, 239, 239, 239, 239, 239, 239, - 240, 240, 240, 240, 240, 240, 241, 241, 241, 241, 241, 241, 242, 242, 242, 242, 242, 242, 243, 243, 243, 243, 243, 243, 244, 244, 244, 244, 244, 244, 245, 245, - 245, 245, 245, 245, 246, 246, 246, 246, 246, 246, 247, 247, 247, 247, 247, 247, 248, 248, 248, 248, 248, 248, 249, 249, 249, 249, 249, 249, 250, 250, 250, 250, - 250, 250, 251, 251, 251, 251, 251, 251, 252, 252, 252, 252, 252, 252, 253, 253, 253, 253, 253, 253, 254, 254, 254, 254, 254, 254, 255, 255, 255, 255, 255, 255, - 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 87, 87, 87, 87, 87, 87, 88, 88, 88, 88, 88, 88, 89, 89, 89, 89, 89, 89, 90, 90, 90, 90, - 90, 90, 91, 91, 91, 91, 91, 91, 92, 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, 95, - 96, 96, 96, 96, 96, 96, 97, 97, 97, 97, 97, 97, 98, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 100, 101, 101, - 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 103, 103, 103, 103, 103, 103, 104, 104, 104, 104, 104, 104, 105, 105, 105, 105, 105, 105, 106, 106, 106, 106, - 106, 106, 107, 107, 107, 107, 107, 107, 108, 108, 108, 108, 108, 108, 109, 109, 109, 109, 109, 109, 110, 110, 110, 110, 110, 110, 111, 111, 111, 111, 111, 111, - 112, 112, 112, 112, 112, 112, 113, 113, 113, 113, 113, 113, 114, 114, 114, 114, 114, 114, 115, 115, 115, 115, 115, 115, 116, 116, 116, 116, 116, 116, 117, 117, - 117, 117, 117, 117, 118, 118, 118, 118, 118, 118, 119, 119, 119, 119, 119, 119, 120, 120, 120, 120, 120, 120, 121, 121, 121, 121, 121, 121, 122, 122, 122, 122, - 122, 122, 123, 123, 123, 123, 123, 123, 124, 124, 124, 124, 124, 124, 125, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 126, 127, 127, 127, 127, 127, 127, - 42, 42, 43, 43, 43, 43, 43, 43, 44, 44, 44, 44, 44, 44, 45, 45, 45, 45, 45, 45, 46, 46, 46, 46, 46, 46, 47, 47, 47, 47, 47, 47, - 48, 48, 48, 48, 48, 48, 49, 49, 49, 49, 49, 49, 50, 50, 50, 50, 50, 50, 51, 51, 51, 51, 51, 51, 52, 52, 52, 52, 52, 52, 53, 53, - 53, 53, 53, 53, 54, 54, 54, 54, 54, 54, 55, 55, 55, 55, 55, 55, 56, 56, 56, 56, 56, 56, 57, 57, 57, 57, 57, 57, 58, 58, 58, 58, - 58, 58, 59, 59, 59, 59, 59, 59, 60, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, 63, - 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, - 26, 26, 27, 27, 27, 27, 27, 27, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, 31, - 10, 10, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, - 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 2, 2, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, - 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, - 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, - 13, 13, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 18, 18, - 18, 18, 18, 18, 18, 19, 19, 19, 19, 19, 19, 19, 20, 20, 20, 20, 20, 20, 20, 21, 21, 21, 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, - 22, 23, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, 26, 26, 26, 27, 27, 27, - 27, 27, 27, 27, 28, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, 31, 31, - 32, 32, 32, 32, 32, 32, 32, 33, 33, 33, 33, 33, 33, 33, 34, 34, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, 35, 36, 36, 36, 36, - 36, 36, 36, 37, 37, 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, 39, 39, 40, 40, 40, 40, 40, 40, 40, 41, - 41, 41, 41, 41, 41, 41, 42, 42, 42, 42, 42, 42, 42, 43, 43, 43, 43, 43, 43, 43, 44, 44, 44, 44, 44, 44, 44, 45, 45, 45, 45, 45, - 45, 45, 46, 46, 46, 46, 46, 46, 46, 47, 47, 47, 47, 47, 47, 47, 48, 48, 48, 48, 48, 48, 48, 49, 49, 49, 49, 49, 49, 49, 50, 50, - 50, 50, 50, 50, 50, 51, 51, 51, 51, 51, 51, 51, 52, 52, 52, 52, 52, 52, 52, 53, 53, 53, 53, 53, 53, 53, 54, 54, 54, 54, 54, 54, - 54, 55, 55, 55, 55, 55, 55, 55, 56, 56, 56, 56, 56, 56, 56, 57, 57, 57, 57, 57, 57, 57, 58, 58, 58, 58, 58, 58, 58, 59, 59, 59, - 59, 59, 59, 59, 60, 60, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, 63, 63, - 64, 64, 64, 64, 64, 64, 64, 65, 65, 65, 65, 65, 65, 65, 66, 66, 66, 66, 66, 66, 66, 67, 67, 67, 67, 67, 67, 67, 68, 68, 68, 68, - 68, 68, 68, 69, 69, 69, 69, 69, 69, 69, 70, 70, 70, 70, 70, 70, 70, 71, 71, 71, 71, 71, 71, 71, 72, 72, 72, 72, 72, 72, 72, 73, - 73, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 75, 75, 75, 75, 75, 75, 75, 76, 76, 76, 76, 76, 76, 76, 77, 77, 77, 77, 77, - 77, 77, 78, 78, 78, 78, 78, 78, 78, 79, 79, 79, 79, 79, 79, 79, 80, 80, 80, 80, 80, 80, 80, 81, 81, 81, 81, 81, 81, 81, 82, 82, - 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 83, 83, 84, 84, 84, 84, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, - 86, 87, 87, 87, 87, 87, 87, 87, 88, 88, 88, 88, 88, 88, 88, 89, 89, 89, 89, 89, 89, 89, 90, 90, 90, 90, 90, 90, 90, 91, 91, 91, - 91, 91, 91, 91, 92, 92, 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, 95, 95, - 96, 96, 96, 96, 96, 96, 96, 97, 97, 97, 97, 97, 97, 97, 98, 98, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, 99, 99, 100, 100, 100, 100, - 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 103, 103, 103, 103, 103, 103, 103, 104, 104, 104, 104, 104, 104, 104, 105, - 105, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 106, 106, 107, 107, 107, 107, 107, 107, 107, 108, 108, 108, 108, 108, 108, 108, 109, 109, 109, 109, 109, - 109, 109, 110, 110, 110, 110, 110, 110, 110, 111, 111, 111, 111, 111, 111, 111, 112, 112, 112, 112, 112, 112, 112, 113, 113, 113, 113, 113, 113, 113, 114, 114, - 114, 114, 114, 114, 114, 115, 115, 115, 115, 115, 115, 115, 116, 116, 116, 116, 116, 116, 116, 117, 117, 117, 117, 117, 117, 117, 118, 118, 118, 118, 118, 118, - 118, 119, 119, 119, 119, 119, 119, 119, 120, 120, 120, 120, 120, 120, 120, 121, 121, 121, 121, 121, 121, 121, 122, 122, 122, 122, 122, 122, 122, 123, 123, 123, - 123, 123, 123, 123, 124, 124, 124, 124, 124, 124, 124, 125, 125, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 126, 126, 127, 127, 127, 127, 127, 127, 127, - 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129, 129, 129, 129, 130, 130, 130, 130, 130, 130, 130, 131, 131, 131, 131, 131, 131, 131, 132, 132, 132, 132, - 132, 132, 132, 133, 133, 133, 133, 133, 133, 133, 134, 134, 134, 134, 134, 134, 134, 135, 135, 135, 135, 135, 135, 135, 136, 136, 136, 136, 136, 136, 136, 137, - 137, 137, 137, 137, 137, 137, 138, 138, 138, 138, 138, 138, 138, 139, 139, 139, 139, 139, 139, 139, 140, 140, 140, 140, 140, 140, 140, 141, 141, 141, 141, 141, - 141, 141, 142, 142, 142, 142, 142, 142, 142, 143, 143, 143, 143, 143, 143, 143, 144, 144, 144, 144, 144, 144, 144, 145, 145, 145, 145, 145, 145, 145, 146, 146, - 146, 146, 146, 146, 146, 147, 147, 147, 147, 147, 147, 147, 148, 148, 148, 148, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, - 150, 151, 151, 151, 151, 151, 151, 151, 152, 152, 152, 152, 152, 152, 152, 153, 153, 153, 153, 153, 153, 153, 154, 154, 154, 154, 154, 154, 154, 155, 155, 155, - 155, 155, 155, 155, 156, 156, 156, 156, 156, 156, 156, 157, 157, 157, 157, 157, 157, 157, 158, 158, 158, 158, 158, 158, 158, 159, 159, 159, 159, 159, 159, 159, - 160, 160, 160, 160, 160, 160, 160, 161, 161, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, 163, 163, 164, 164, 164, 164, - 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 167, 167, 167, 167, 167, 167, 167, 168, 168, 168, 168, 168, 168, 168, 169, - 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 171, 171, 171, 171, 172, 172, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, - 173, 173, 174, 174, 174, 174, 174, 174, 174, 175, 175, 175, 175, 175, 175, 175, 176, 176, 176, 176, 176, 176, 176, 177, 177, 177, 177, 177, 177, 177, 178, 178, - 178, 178, 178, 178, 178, 179, 179, 179, 179, 179, 179, 179, 180, 180, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, - 182, 183, 183, 183, 183, 183, 183, 183, 184, 184, 184, 184, 184, 184, 184, 185, 185, 185, 185, 185, 185, 185, 186, 186, 186, 186, 186, 186, 186, 187, 187, 187, - 187, 187, 187, 187, 188, 188, 188, 188, 188, 188, 188, 189, 189, 189, 189, 189, 189, 189, 190, 190, 190, 190, 190, 190, 190, 191, 191, 191, 191, 191, 191, 191, - 192, 192, 192, 192, 192, 192, 192, 193, 193, 193, 193, 193, 193, 193, 194, 194, 194, 194, 194, 194, 194, 195, 195, 195, 195, 195, 195, 195, 196, 196, 196, 196, - 196, 196, 196, 197, 197, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 199, 199, 199, 199, 199, 199, 199, 200, 200, 200, 200, 200, 200, 200, 201, - 201, 201, 201, 201, 201, 201, 202, 202, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 203, 203, 204, 204, 204, 204, 204, 204, 204, 205, 205, 205, 205, 205, - 205, 205, 206, 206, 206, 206, 206, 206, 206, 207, 207, 207, 207, 207, 207, 207, 208, 208, 208, 208, 208, 208, 208, 209, 209, 209, 209, 209, 209, 209, 210, 210, - 210, 210, 210, 210, 210, 211, 211, 211, 211, 211, 211, 211, 212, 212, 212, 212, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, - 214, 215, 215, 215, 215, 215, 215, 215, 216, 216, 216, 216, 216, 216, 216, 217, 217, 217, 217, 217, 217, 217, 218, 218, 218, 218, 218, 218, 218, 219, 219, 219, - 219, 219, 219, 219, 220, 220, 220, 220, 220, 220, 220, 221, 221, 221, 221, 221, 221, 221, 222, 222, 222, 222, 222, 222, 222, 223, 223, 223, 223, 223, 223, 223, - 224, 224, 224, 224, 224, 224, 224, 225, 225, 225, 225, 225, 225, 225, 226, 226, 226, 226, 226, 226, 226, 227, 227, 227, 227, 227, 227, 227, 228, 228, 228, 228, - 228, 228, 228, 229, 229, 229, 229, 229, 229, 229, 230, 230, 230, 230, 230, 230, 230, 231, 231, 231, 231, 231, 231, 231, 232, 232, 232, 232, 232, 232, 232, 233, - 233, 233, 233, 233, 233, 233, 234, 234, 234, 234, 234, 234, 234, 235, 235, 235, 235, 235, 235, 235, 236, 236, 236, 236, 236, 236, 236, 237, 237, 237, 237, 237, - 237, 237, 238, 238, 238, 238, 238, 238, 238, 239, 239, 239, 239, 239, 239, 239, 240, 240, 240, 240, 240, 240, 240, 241, 241, 241, 241, 241, 241, 241, 242, 242, - 242, 242, 242, 242, 242, 243, 243, 243, 243, 243, 243, 243, 244, 244, 244, 244, 244, 244, 244, 245, 245, 245, 245, 245, 245, 245, 246, 246, 246, 246, 246, 246, - 246, 247, 247, 247, 247, 247, 247, 247, 248, 248, 248, 248, 248, 248, 248, 249, 249, 249, 249, 249, 249, 249, 250, 250, 250, 250, 250, 250, 250, 251, 251, 251, - 251, 251, 251, 251, 252, 252, 252, 252, 252, 252, 252, 253, 253, 253, 253, 253, 253, 253, 254, 254, 254, 254, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, - 109, 109, 110, 110, 110, 110, 110, 110, 110, 111, 111, 111, 111, 111, 111, 111, 112, 112, 112, 112, 112, 112, 112, 113, 113, 113, 113, 113, 113, 113, 114, 114, - 114, 114, 114, 114, 114, 115, 115, 115, 115, 115, 115, 115, 116, 116, 116, 116, 116, 116, 116, 117, 117, 117, 117, 117, 117, 117, 118, 118, 118, 118, 118, 118, - 118, 119, 119, 119, 119, 119, 119, 119, 120, 120, 120, 120, 120, 120, 120, 121, 121, 121, 121, 121, 121, 121, 122, 122, 122, 122, 122, 122, 122, 123, 123, 123, - 123, 123, 123, 123, 124, 124, 124, 124, 124, 124, 124, 125, 125, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 126, 126, 127, 127, 127, 127, 127, 127, 127, - 54, 55, 55, 55, 55, 55, 55, 55, 56, 56, 56, 56, 56, 56, 56, 57, 57, 57, 57, 57, 57, 57, 58, 58, 58, 58, 58, 58, 58, 59, 59, 59, - 59, 59, 59, 59, 60, 60, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, 63, 63, - 27, 27, 27, 27, 28, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, 31, 31, - 13, 13, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 6, 7, 7, 7, 7, 7, 7, 7, 3, 3, 3, 3, 1, 1, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, - 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, - 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, - 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, - 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, 19, 19, 19, 19, - 20, 20, 20, 20, 20, 20, 20, 20, 21, 21, 21, 21, 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 23, 23, - 24, 24, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, 26, 26, 26, 26, 27, 27, 27, 27, 27, 27, 27, 27, - 28, 28, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, 31, 31, 31, - 32, 32, 32, 32, 32, 32, 32, 32, 33, 33, 33, 33, 33, 33, 33, 33, 34, 34, 34, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, 35, 35, - 36, 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, 39, 39, 39, - 40, 40, 40, 40, 40, 40, 40, 40, 41, 41, 41, 41, 41, 41, 41, 41, 42, 42, 42, 42, 42, 42, 42, 42, 43, 43, 43, 43, 43, 43, 43, 43, - 44, 44, 44, 44, 44, 44, 44, 44, 45, 45, 45, 45, 45, 45, 45, 45, 46, 46, 46, 46, 46, 46, 46, 46, 47, 47, 47, 47, 47, 47, 47, 47, - 48, 48, 48, 48, 48, 48, 48, 48, 49, 49, 49, 49, 49, 49, 49, 49, 50, 50, 50, 50, 50, 50, 50, 50, 51, 51, 51, 51, 51, 51, 51, 51, - 52, 52, 52, 52, 52, 52, 52, 52, 53, 53, 53, 53, 53, 53, 53, 53, 54, 54, 54, 54, 54, 54, 54, 54, 55, 55, 55, 55, 55, 55, 55, 55, - 56, 56, 56, 56, 56, 56, 56, 56, 57, 57, 57, 57, 57, 57, 57, 57, 58, 58, 58, 58, 58, 58, 58, 58, 59, 59, 59, 59, 59, 59, 59, 59, - 60, 60, 60, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, 63, 63, 63, - 64, 64, 64, 64, 64, 64, 64, 64, 65, 65, 65, 65, 65, 65, 65, 65, 66, 66, 66, 66, 66, 66, 66, 66, 67, 67, 67, 67, 67, 67, 67, 67, - 68, 68, 68, 68, 68, 68, 68, 68, 69, 69, 69, 69, 69, 69, 69, 69, 70, 70, 70, 70, 70, 70, 70, 70, 71, 71, 71, 71, 71, 71, 71, 71, - 72, 72, 72, 72, 72, 72, 72, 72, 73, 73, 73, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, 75, 75, 75, 75, 75, 75, 75, 75, - 76, 76, 76, 76, 76, 76, 76, 76, 77, 77, 77, 77, 77, 77, 77, 77, 78, 78, 78, 78, 78, 78, 78, 78, 79, 79, 79, 79, 79, 79, 79, 79, - 80, 80, 80, 80, 80, 80, 80, 80, 81, 81, 81, 81, 81, 81, 81, 81, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 83, 83, 83, - 84, 84, 84, 84, 84, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 87, 87, 87, 87, 87, 87, 87, 87, - 88, 88, 88, 88, 88, 88, 88, 88, 89, 89, 89, 89, 89, 89, 89, 89, 90, 90, 90, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 91, 91, 91, - 92, 92, 92, 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 93, 93, 93, 94, 94, 94, 94, 94, 94, 94, 94, 95, 95, 95, 95, 95, 95, 95, 95, - 96, 96, 96, 96, 96, 96, 96, 96, 97, 97, 97, 97, 97, 97, 97, 97, 98, 98, 98, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, 99, 99, 99, - 100, 100, 100, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 103, 103, 103, 103, 103, 103, 103, 103, - 104, 104, 104, 104, 104, 104, 104, 104, 105, 105, 105, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 106, 106, 106, 107, 107, 107, 107, 107, 107, 107, 107, - 108, 108, 108, 108, 108, 108, 108, 108, 109, 109, 109, 109, 109, 109, 109, 109, 110, 110, 110, 110, 110, 110, 110, 110, 111, 111, 111, 111, 111, 111, 111, 111, - 112, 112, 112, 112, 112, 112, 112, 112, 113, 113, 113, 113, 113, 113, 113, 113, 114, 114, 114, 114, 114, 114, 114, 114, 115, 115, 115, 115, 115, 115, 115, 115, - 116, 116, 116, 116, 116, 116, 116, 116, 117, 117, 117, 117, 117, 117, 117, 117, 118, 118, 118, 118, 118, 118, 118, 118, 119, 119, 119, 119, 119, 119, 119, 119, - 120, 120, 120, 120, 120, 120, 120, 120, 121, 121, 121, 121, 121, 121, 121, 121, 122, 122, 122, 122, 122, 122, 122, 122, 123, 123, 123, 123, 123, 123, 123, 123, - 124, 124, 124, 124, 124, 124, 124, 124, 125, 125, 125, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 126, 126, 126, 127, 127, 127, 127, 127, 127, 127, 127, - 128, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129, 129, 129, 129, 129, 130, 130, 130, 130, 130, 130, 130, 130, 131, 131, 131, 131, 131, 131, 131, 131, - 132, 132, 132, 132, 132, 132, 132, 132, 133, 133, 133, 133, 133, 133, 133, 133, 134, 134, 134, 134, 134, 134, 134, 134, 135, 135, 135, 135, 135, 135, 135, 135, - 136, 136, 136, 136, 136, 136, 136, 136, 137, 137, 137, 137, 137, 137, 137, 137, 138, 138, 138, 138, 138, 138, 138, 138, 139, 139, 139, 139, 139, 139, 139, 139, - 140, 140, 140, 140, 140, 140, 140, 140, 141, 141, 141, 141, 141, 141, 141, 141, 142, 142, 142, 142, 142, 142, 142, 142, 143, 143, 143, 143, 143, 143, 143, 143, - 144, 144, 144, 144, 144, 144, 144, 144, 145, 145, 145, 145, 145, 145, 145, 145, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, 147, 147, 147, 147, 147, 147, - 148, 148, 148, 148, 148, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 151, 151, 151, 151, 151, 151, 151, 151, - 152, 152, 152, 152, 152, 152, 152, 152, 153, 153, 153, 153, 153, 153, 153, 153, 154, 154, 154, 154, 154, 154, 154, 154, 155, 155, 155, 155, 155, 155, 155, 155, - 156, 156, 156, 156, 156, 156, 156, 156, 157, 157, 157, 157, 157, 157, 157, 157, 158, 158, 158, 158, 158, 158, 158, 158, 159, 159, 159, 159, 159, 159, 159, 159, - 160, 160, 160, 160, 160, 160, 160, 160, 161, 161, 161, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, 163, 163, 163, - 164, 164, 164, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 167, 167, 167, 167, 167, 167, 167, 167, - 168, 168, 168, 168, 168, 168, 168, 168, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 171, 171, 171, 171, 171, - 172, 172, 172, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 174, 174, 174, 174, 174, 174, 174, 174, 175, 175, 175, 175, 175, 175, 175, 175, - 176, 176, 176, 176, 176, 176, 176, 176, 177, 177, 177, 177, 177, 177, 177, 177, 178, 178, 178, 178, 178, 178, 178, 178, 179, 179, 179, 179, 179, 179, 179, 179, - 180, 180, 180, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 183, 183, 183, 183, 183, 183, 183, 183, - 184, 184, 184, 184, 184, 184, 184, 184, 185, 185, 185, 185, 185, 185, 185, 185, 186, 186, 186, 186, 186, 186, 186, 186, 187, 187, 187, 187, 187, 187, 187, 187, - 188, 188, 188, 188, 188, 188, 188, 188, 189, 189, 189, 189, 189, 189, 189, 189, 190, 190, 190, 190, 190, 190, 190, 190, 191, 191, 191, 191, 191, 191, 191, 191, - 192, 192, 192, 192, 192, 192, 192, 192, 193, 193, 193, 193, 193, 193, 193, 193, 194, 194, 194, 194, 194, 194, 194, 194, 195, 195, 195, 195, 195, 195, 195, 195, - 196, 196, 196, 196, 196, 196, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 198, 199, 199, 199, 199, 199, 199, 199, 199, - 200, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 201, 201, 201, 202, 202, 202, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 203, 203, 203, - 204, 204, 204, 204, 204, 204, 204, 204, 205, 205, 205, 205, 205, 205, 205, 205, 206, 206, 206, 206, 206, 206, 206, 206, 207, 207, 207, 207, 207, 207, 207, 207, - 208, 208, 208, 208, 208, 208, 208, 208, 209, 209, 209, 209, 209, 209, 209, 209, 210, 210, 210, 210, 210, 210, 210, 210, 211, 211, 211, 211, 211, 211, 211, 211, - 212, 212, 212, 212, 212, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 215, 215, 215, 215, 215, 215, 215, 215, - 216, 216, 216, 216, 216, 216, 216, 216, 217, 217, 217, 217, 217, 217, 217, 217, 218, 218, 218, 218, 218, 218, 218, 218, 219, 219, 219, 219, 219, 219, 219, 219, - 220, 220, 220, 220, 220, 220, 220, 220, 221, 221, 221, 221, 221, 221, 221, 221, 222, 222, 222, 222, 222, 222, 222, 222, 223, 223, 223, 223, 223, 223, 223, 223, - 224, 224, 224, 224, 224, 224, 224, 224, 225, 225, 225, 225, 225, 225, 225, 225, 226, 226, 226, 226, 226, 226, 226, 226, 227, 227, 227, 227, 227, 227, 227, 227, - 228, 228, 228, 228, 228, 228, 228, 228, 229, 229, 229, 229, 229, 229, 229, 229, 230, 230, 230, 230, 230, 230, 230, 230, 231, 231, 231, 231, 231, 231, 231, 231, - 232, 232, 232, 232, 232, 232, 232, 232, 233, 233, 233, 233, 233, 233, 233, 233, 234, 234, 234, 234, 234, 234, 234, 234, 235, 235, 235, 235, 235, 235, 235, 235, - 236, 236, 236, 236, 236, 236, 236, 236, 237, 237, 237, 237, 237, 237, 237, 237, 238, 238, 238, 238, 238, 238, 238, 238, 239, 239, 239, 239, 239, 239, 239, 239, - 240, 240, 240, 240, 240, 240, 240, 240, 241, 241, 241, 241, 241, 241, 241, 241, 242, 242, 242, 242, 242, 242, 242, 242, 243, 243, 243, 243, 243, 243, 243, 243, - 244, 244, 244, 244, 244, 244, 244, 244, 245, 245, 245, 245, 245, 245, 245, 245, 246, 246, 246, 246, 246, 246, 246, 246, 247, 247, 247, 247, 247, 247, 247, 247, - 248, 248, 248, 248, 248, 248, 248, 248, 249, 249, 249, 249, 249, 249, 249, 249, 250, 250, 250, 250, 250, 250, 250, 250, 251, 251, 251, 251, 251, 251, 251, 251, - 252, 252, 252, 252, 252, 252, 252, 252, 253, 253, 253, 253, 253, 253, 253, 253, 254, 254, 254, 254, 254, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, - 227, 227, 226, 226, 229, 229, 228, 228, 228, 228, 228, 228, 228, 229, 229, 229, 229, 229, 229, 229, 229, 229, 230, 230, 230, 230, 230, 230, 230, 230, 230, 231, - 231, 231, 231, 231, 229, 229, 228, 228, 235, 235, 234, 234, 232, 232, 232, 232, 232, 233, 233, 233, 233, 233, 233, 233, 233, 233, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 235, 235, 235, 235, 235, 235, 235, 234, 234, 237, 237, 236, 236, 236, 236, 236, 236, 236, 237, 237, 237, 237, 237, 237, 237, 237, 237, 238, 238, - 238, 238, 238, 238, 238, 238, 238, 239, 235, 235, 234, 234, 232, 232, 232, 232, 247, 247, 247, 247, 245, 245, 244, 244, 240, 241, 241, 241, 241, 241, 241, 241, - 184, 185, 185, 185, 185, 185, 185, 185, 185, 185, 186, 186, 186, 186, 186, 186, 186, 186, 186, 187, 187, 187, 187, 187, 187, 187, 186, 186, 189, 189, 188, 188, - 174, 174, 174, 174, 174, 174, 174, 175, 171, 171, 170, 170, 168, 168, 168, 168, 161, 161, 162, 162, 162, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, - 135, 135, 135, 135, 133, 133, 132, 132, 139, 139, 138, 138, 136, 136, 136, 136, 136, 137, 137, 137, 137, 137, 137, 137, 137, 137, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 139, 139, 139, 139, 139, 139, 139, 138, 138, 141, 141, 140, 140, 140, 140, 140, 140, 140, 141, 141, 141, 141, 141, 141, 141, 141, 141, 142, 142, - 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 29, 29, 29, 30, 30, 23, 23, 23, 23, 21, 21, 20, 20, 16, 17, 17, 17, 17, 17, 17, 17, - 46, 46, 46, 46, 46, 46, 46, 47, 43, 43, 42, 42, 40, 40, 40, 40, 33, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, - 35, 35, 34, 34, 37, 37, 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, 37, 37, 37, 37, 37, 37, 38, 38, 38, 38, 38, 38, 38, 38, 38, 39, - 39, 39, 39, 39, 37, 37, 36, 36, 43, 43, 42, 42, 40, 40, 40, 40, 40, 41, 41, 41, 41, 41, 41, 41, 41, 41, 42, 42, 42, 42, 42, 42, - 42, 42, 42, 43, 43, 43, 43, 43, 43, 43, 42, 42, 45, 45, 44, 44, 44, 44, 44, 44, 44, 45, 45, 45, 45, 45, 45, 45, 45, 45, 46, 46, - 46, 46, 46, 46, 46, 46, 46, 47, 43, 43, 42, 42, 40, 40, 40, 40, 55, 55, 55, 55, 53, 53, 52, 52, 48, 49, 49, 49, 49, 49, 49, 49, - 49, 49, 50, 50, 50, 50, 50, 50, 50, 50, 50, 51, 51, 51, 51, 51, 51, 51, 50, 50, 53, 53, 52, 52, 52, 52, 52, 52, 52, 53, 53, 53, - 53, 53, 53, 53, 53, 53, 54, 54, 54, 54, 54, 54, 54, 54, 54, 55, 55, 55, 55, 55, 53, 53, 52, 52, 59, 59, 58, 58, 56, 56, 56, 56, - 56, 57, 57, 57, 57, 57, 57, 57, 57, 57, 58, 58, 58, 58, 58, 58, 58, 58, 58, 59, 59, 59, 59, 59, 59, 59, 58, 58, 61, 61, 60, 60, - 46, 46, 46, 46, 46, 46, 46, 47, 43, 43, 42, 42, 40, 40, 40, 40, 33, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, - 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 93, 93, 93, 93, 94, 94, 87, 87, 87, 87, 85, 85, 84, 84, 80, 81, 81, 81, 81, 81, 81, 81, - 67, 67, 66, 66, 69, 69, 68, 68, 68, 68, 68, 68, 68, 69, 69, 69, 69, 69, 69, 69, 69, 69, 70, 70, 70, 70, 70, 70, 70, 70, 70, 71, - 71, 71, 71, 71, 69, 69, 68, 68, 75, 75, 74, 74, 72, 72, 72, 72, 72, 73, 73, 73, 73, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, - 74, 74, 74, 75, 75, 75, 75, 75, 75, 75, 74, 74, 77, 77, 76, 76, 76, 76, 76, 76, 76, 77, 77, 77, 77, 77, 77, 77, 77, 77, 78, 78, - 78, 78, 78, 78, 78, 78, 78, 79, 75, 75, 74, 74, 72, 72, 72, 72, 87, 87, 87, 87, 85, 85, 84, 84, 80, 81, 81, 81, 81, 81, 81, 81, - 81, 81, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 83, 83, 82, 82, 85, 85, 84, 84, 84, 84, 84, 84, 84, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 86, 87, 87, 87, 87, 87, 85, 85, 84, 84, 91, 91, 90, 90, 88, 88, 88, 88, - 88, 89, 89, 89, 89, 89, 89, 89, 89, 89, 90, 90, 90, 90, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 91, 91, 90, 90, 93, 93, 92, 92, - 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 93, 93, 93, 93, 94, 94, 87, 87, 87, 87, 85, 85, 84, 84, 80, 81, 81, 81, 81, 81, 81, 81, - 110, 110, 110, 110, 110, 110, 110, 111, 107, 107, 106, 106, 104, 104, 104, 104, 97, 97, 98, 98, 98, 98, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, - 99, 99, 98, 98, 101, 101, 100, 100, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 102, 103, - 103, 103, 103, 103, 101, 101, 100, 100, 107, 107, 106, 106, 104, 104, 104, 104, 104, 105, 105, 105, 105, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 106, - 106, 106, 106, 107, 107, 107, 107, 107, 107, 107, 106, 106, 109, 109, 108, 108, 108, 108, 108, 108, 108, 109, 109, 109, 109, 109, 109, 109, 109, 109, 110, 110, - 110, 110, 110, 110, 110, 110, 110, 111, 107, 107, 106, 106, 104, 104, 104, 104, 119, 119, 119, 119, 117, 117, 116, 116, 112, 113, 113, 113, 113, 113, 113, 113, - 113, 113, 114, 114, 114, 114, 114, 114, 114, 114, 114, 115, 115, 115, 115, 115, 115, 115, 114, 114, 117, 117, 116, 116, 116, 116, 116, 116, 116, 117, 117, 117, - 117, 117, 117, 117, 117, 117, 118, 118, 118, 118, 118, 118, 118, 118, 118, 119, 119, 119, 119, 119, 117, 117, 116, 116, 123, 123, 122, 122, 120, 120, 120, 120, - 92, 92, 92, 92, 92, 93, 93, 93, 93, 93, 93, 93, 93, 93, 94, 94, 87, 87, 87, 87, 85, 85, 84, 84, 80, 81, 81, 81, 81, 81, 81, 81, - 67, 67, 66, 66, 69, 69, 68, 68, 68, 68, 68, 68, 68, 69, 69, 69, 69, 69, 69, 69, 69, 69, 70, 70, 70, 70, 70, 70, 70, 70, 70, 71, - 184, 185, 185, 185, 185, 185, 185, 185, 185, 185, 186, 186, 186, 186, 186, 186, 186, 186, 186, 187, 187, 187, 187, 187, 187, 187, 186, 186, 189, 189, 188, 188, - 174, 174, 174, 174, 174, 174, 174, 175, 171, 171, 170, 170, 168, 168, 168, 168, 161, 161, 162, 162, 162, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, - 135, 135, 135, 135, 133, 133, 132, 132, 139, 139, 138, 138, 136, 136, 136, 136, 136, 137, 137, 137, 137, 137, 137, 137, 137, 137, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 139, 139, 139, 139, 139, 139, 139, 138, 138, 141, 141, 140, 140, 140, 140, 140, 140, 140, 141, 141, 141, 141, 141, 141, 141, 141, 141, 142, 142, - 142, 142, 142, 142, 142, 142, 142, 143, 139, 139, 138, 138, 136, 136, 136, 136, 151, 151, 151, 151, 149, 149, 148, 148, 144, 145, 145, 145, 145, 145, 145, 145, - 145, 145, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, 147, 147, 147, 147, 147, 146, 146, 149, 149, 148, 148, 148, 148, 148, 148, 148, 149, 149, 149, - 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 150, 151, 151, 151, 151, 151, 149, 149, 148, 148, 155, 155, 154, 154, 152, 152, 152, 152, - 152, 153, 153, 153, 153, 153, 153, 153, 153, 153, 154, 154, 154, 154, 154, 154, 154, 154, 154, 155, 155, 155, 155, 155, 155, 155, 154, 154, 157, 157, 156, 156, - 156, 156, 156, 156, 156, 157, 157, 157, 157, 157, 157, 157, 157, 157, 158, 158, 151, 151, 151, 151, 149, 149, 148, 148, 144, 145, 145, 145, 145, 145, 145, 145, - 174, 174, 174, 174, 174, 174, 174, 175, 171, 171, 170, 170, 168, 168, 168, 168, 161, 161, 162, 162, 162, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, - 163, 163, 162, 162, 165, 165, 164, 164, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 166, 167, - 167, 167, 167, 167, 165, 165, 164, 164, 171, 171, 170, 170, 168, 168, 168, 168, 168, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 171, 171, 171, 171, 171, 171, 171, 170, 170, 173, 173, 172, 172, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 174, 174, - 174, 174, 174, 174, 174, 174, 174, 175, 171, 171, 170, 170, 168, 168, 168, 168, 183, 183, 183, 183, 181, 181, 180, 180, 176, 177, 177, 177, 177, 177, 177, 177, - 177, 177, 178, 178, 178, 178, 178, 178, 178, 178, 178, 179, 179, 179, 179, 179, 179, 179, 178, 178, 181, 181, 180, 180, 180, 180, 180, 180, 180, 181, 181, 181, - 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 182, 183, 183, 183, 183, 183, 181, 181, 180, 180, 187, 187, 186, 186, 184, 184, 184, 184, - 184, 185, 185, 185, 185, 185, 185, 185, 185, 185, 186, 186, 186, 186, 186, 186, 186, 186, 186, 187, 187, 187, 187, 187, 187, 187, 186, 186, 189, 189, 188, 188, - 174, 174, 174, 174, 174, 174, 174, 175, 171, 171, 170, 170, 168, 168, 168, 168, 161, 161, 162, 162, 162, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, - 220, 220, 220, 220, 220, 221, 221, 221, 221, 221, 221, 221, 221, 221, 222, 222, 215, 215, 215, 215, 213, 213, 212, 212, 208, 209, 209, 209, 209, 209, 209, 209, - 195, 195, 194, 194, 197, 197, 196, 196, 196, 196, 196, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 198, 198, 198, 198, 198, 198, 198, 198, 198, 199, - 199, 199, 199, 199, 197, 197, 196, 196, 203, 203, 202, 202, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 201, 201, 201, 201, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 203, 203, 203, 203, 203, 203, 203, 202, 202, 205, 205, 204, 204, 204, 204, 204, 204, 204, 205, 205, 205, 205, 205, 205, 205, 205, 205, 206, 206, - 206, 206, 206, 206, 206, 206, 206, 207, 203, 203, 202, 202, 200, 200, 200, 200, 215, 215, 215, 215, 213, 213, 212, 212, 208, 209, 209, 209, 209, 209, 209, 209, - 209, 209, 210, 210, 210, 210, 210, 210, 210, 210, 210, 211, 211, 211, 211, 211, 211, 211, 210, 210, 213, 213, 212, 212, 212, 212, 212, 212, 212, 213, 213, 213, - 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 214, 215, 215, 215, 215, 215, 213, 213, 212, 212, 219, 219, 218, 218, 216, 216, 216, 216, - 216, 217, 217, 217, 217, 217, 217, 217, 217, 217, 218, 218, 218, 218, 218, 218, 218, 218, 218, 219, 219, 219, 219, 219, 219, 219, 218, 218, 221, 221, 220, 220, - 220, 220, 220, 220, 220, 221, 221, 221, 221, 221, 221, 221, 221, 221, 222, 222, 215, 215, 215, 215, 213, 213, 212, 212, 208, 209, 209, 209, 209, 209, 209, 209, - 238, 238, 238, 238, 238, 238, 238, 239, 235, 235, 234, 234, 232, 232, 232, 232, 225, 225, 226, 226, 226, 226, 226, 226, 226, 226, 226, 227, 227, 227, 227, 227, - 204, 204, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 206, 206, 206, 206, 203, 203, 203, 203, 202, 202, 202, 202, 200, 200, 201, 201, 201, 201, 201, 201, - 214, 214, 214, 214, 214, 214, 215, 215, 213, 213, 213, 213, 212, 212, 212, 212, 209, 209, 209, 209, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 211, 211, - 211, 211, 211, 211, 210, 210, 210, 210, 213, 213, 213, 213, 212, 212, 212, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, - 214, 214, 214, 214, 214, 214, 215, 215, 213, 213, 213, 213, 212, 212, 212, 212, 219, 219, 219, 219, 218, 218, 218, 218, 216, 216, 217, 217, 217, 217, 217, 217, - 217, 217, 217, 217, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 219, 219, 219, 219, 219, 219, 218, 218, 218, 218, 221, 221, 221, 221, 220, 220, 220, 220, - 214, 214, 214, 214, 214, 214, 215, 215, 213, 213, 213, 213, 212, 212, 212, 212, 209, 209, 209, 209, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 211, 211, - 236, 236, 237, 237, 237, 237, 237, 237, 237, 237, 237, 237, 238, 238, 238, 238, 235, 235, 235, 235, 234, 234, 234, 234, 232, 232, 233, 233, 233, 233, 233, 233, - 227, 227, 227, 227, 226, 226, 226, 226, 229, 229, 229, 229, 228, 228, 228, 228, 228, 228, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 230, 230, 230, 230, - 179, 179, 179, 179, 178, 178, 178, 178, 181, 181, 181, 181, 180, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 183, 183, 181, 181, 181, 181, 180, 180, 180, 180, 187, 187, 187, 187, 186, 186, 186, 186, 184, 184, 185, 185, 185, 185, 185, 185, - 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 174, 174, 174, 174, 171, 171, 171, 171, 170, 170, 170, 170, 168, 168, 169, 169, 169, 169, 169, 169, - 163, 163, 163, 163, 162, 162, 162, 162, 165, 165, 165, 165, 164, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, - 140, 140, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 142, 142, 142, 142, 139, 139, 139, 139, 138, 138, 138, 138, 136, 136, 137, 137, 137, 137, 137, 137, - 150, 150, 150, 150, 150, 150, 151, 151, 149, 149, 149, 149, 148, 148, 148, 148, 145, 145, 145, 145, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, - 147, 147, 147, 147, 146, 146, 146, 146, 149, 149, 149, 149, 148, 148, 148, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, - 150, 150, 150, 150, 150, 150, 151, 151, 149, 149, 149, 149, 148, 148, 148, 148, 155, 155, 155, 155, 154, 154, 154, 154, 152, 152, 153, 153, 153, 153, 153, 153, - 51, 51, 51, 51, 50, 50, 50, 50, 53, 53, 53, 53, 52, 52, 52, 52, 52, 52, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 54, 54, 54, 54, - 54, 54, 54, 54, 54, 54, 55, 55, 53, 53, 53, 53, 52, 52, 52, 52, 59, 59, 59, 59, 58, 58, 58, 58, 56, 56, 57, 57, 57, 57, 57, 57, - 44, 44, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 46, 46, 46, 46, 43, 43, 43, 43, 42, 42, 42, 42, 40, 40, 41, 41, 41, 41, 41, 41, - 35, 35, 35, 35, 34, 34, 34, 34, 37, 37, 37, 37, 36, 36, 36, 36, 36, 36, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 38, 38, 38, 38, - 89, 89, 89, 89, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 91, 90, 90, 90, 90, 93, 93, 93, 93, 92, 92, 92, 92, - 86, 86, 86, 86, 86, 86, 87, 87, 85, 85, 85, 85, 84, 84, 84, 84, 81, 81, 81, 81, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, - 70, 70, 70, 70, 70, 70, 71, 71, 69, 69, 69, 69, 68, 68, 68, 68, 75, 75, 75, 75, 74, 74, 74, 74, 72, 72, 73, 73, 73, 73, 73, 73, - 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 75, 75, 75, 75, 75, 75, 74, 74, 74, 74, 77, 77, 77, 77, 76, 76, 76, 76, - 76, 76, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 78, 78, 78, 78, 75, 75, 75, 75, 74, 74, 74, 74, 72, 72, 73, 73, 73, 73, 73, 73, - 86, 86, 86, 86, 86, 86, 87, 87, 85, 85, 85, 85, 84, 84, 84, 84, 81, 81, 81, 81, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, - 83, 83, 83, 83, 82, 82, 82, 82, 85, 85, 85, 85, 84, 84, 84, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, - 86, 86, 86, 86, 86, 86, 87, 87, 85, 85, 85, 85, 84, 84, 84, 84, 91, 91, 91, 91, 90, 90, 90, 90, 88, 88, 89, 89, 89, 89, 89, 89, - 89, 89, 89, 89, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 91, 90, 90, 90, 90, 93, 93, 93, 93, 92, 92, 92, 92, - 86, 86, 86, 86, 86, 86, 87, 87, 85, 85, 85, 85, 84, 84, 84, 84, 81, 81, 81, 81, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, - 108, 108, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 110, 110, 110, 110, 107, 107, 107, 107, 106, 106, 106, 106, 104, 104, 105, 105, 105, 105, 105, 105, - 99, 99, 99, 99, 98, 98, 98, 98, 101, 101, 101, 101, 100, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, - 102, 102, 102, 102, 102, 102, 103, 103, 101, 101, 101, 101, 100, 100, 100, 100, 107, 107, 107, 107, 106, 106, 106, 106, 104, 104, 105, 105, 105, 105, 105, 105, - 105, 105, 105, 105, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 107, 107, 107, 107, 107, 107, 106, 106, 106, 106, 109, 109, 109, 109, 108, 108, 108, 108, - 108, 108, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 110, 110, 110, 110, 107, 107, 107, 107, 106, 106, 106, 106, 104, 104, 105, 105, 105, 105, 105, 105, - 118, 118, 118, 118, 118, 118, 119, 119, 117, 117, 117, 117, 116, 116, 116, 116, 113, 113, 113, 113, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 115, 115, - 89, 89, 89, 89, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 91, 90, 90, 90, 90, 93, 93, 93, 93, 92, 92, 92, 92, - 86, 86, 86, 86, 86, 86, 87, 87, 85, 85, 85, 85, 84, 84, 84, 84, 81, 81, 81, 81, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, - 70, 70, 70, 70, 70, 70, 71, 71, 69, 69, 69, 69, 68, 68, 68, 68, 75, 75, 75, 75, 74, 74, 74, 74, 72, 72, 73, 73, 73, 73, 73, 73, - 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 75, 75, 75, 75, 75, 75, 74, 74, 74, 74, 77, 77, 77, 77, 76, 76, 76, 76, - 179, 179, 179, 179, 178, 178, 178, 178, 181, 181, 181, 181, 180, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 183, 183, 181, 181, 181, 181, 180, 180, 180, 180, 187, 187, 187, 187, 186, 186, 186, 186, 184, 184, 185, 185, 185, 185, 185, 185, - 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 174, 174, 174, 174, 171, 171, 171, 171, 170, 170, 170, 170, 168, 168, 169, 169, 169, 169, 169, 169, - 163, 163, 163, 163, 162, 162, 162, 162, 165, 165, 165, 165, 164, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, - 140, 140, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 142, 142, 142, 142, 139, 139, 139, 139, 138, 138, 138, 138, 136, 136, 137, 137, 137, 137, 137, 137, - 150, 150, 150, 150, 150, 150, 151, 151, 149, 149, 149, 149, 148, 148, 148, 148, 145, 145, 145, 145, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, - 147, 147, 147, 147, 146, 146, 146, 146, 149, 149, 149, 149, 148, 148, 148, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, - 150, 150, 150, 150, 150, 150, 151, 151, 149, 149, 149, 149, 148, 148, 148, 148, 155, 155, 155, 155, 154, 154, 154, 154, 152, 152, 153, 153, 153, 153, 153, 153, - 153, 153, 153, 153, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 155, 155, 155, 155, 155, 155, 154, 154, 154, 154, 157, 157, 157, 157, 156, 156, 156, 156, - 150, 150, 150, 150, 150, 150, 151, 151, 149, 149, 149, 149, 148, 148, 148, 148, 145, 145, 145, 145, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, - 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 174, 174, 174, 174, 171, 171, 171, 171, 170, 170, 170, 170, 168, 168, 169, 169, 169, 169, 169, 169, - 163, 163, 163, 163, 162, 162, 162, 162, 165, 165, 165, 165, 164, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, - 166, 166, 166, 166, 166, 166, 167, 167, 165, 165, 165, 165, 164, 164, 164, 164, 171, 171, 171, 171, 170, 170, 170, 170, 168, 168, 169, 169, 169, 169, 169, 169, - 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 171, 171, 171, 170, 170, 170, 170, 173, 173, 173, 173, 172, 172, 172, 172, - 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 174, 174, 174, 174, 171, 171, 171, 171, 170, 170, 170, 170, 168, 168, 169, 169, 169, 169, 169, 169, - 182, 182, 182, 182, 182, 182, 183, 183, 181, 181, 181, 181, 180, 180, 180, 180, 177, 177, 177, 177, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 179, 179, - 179, 179, 179, 179, 178, 178, 178, 178, 181, 181, 181, 181, 180, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 183, 183, 181, 181, 181, 181, 180, 180, 180, 180, 187, 187, 187, 187, 186, 186, 186, 186, 184, 184, 185, 185, 185, 185, 185, 185, - 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 174, 174, 174, 174, 171, 171, 171, 171, 170, 170, 170, 170, 168, 168, 169, 169, 169, 169, 169, 169, - 163, 163, 163, 163, 162, 162, 162, 162, 165, 165, 165, 165, 164, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, - 217, 217, 217, 217, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 219, 219, 219, 219, 219, 219, 218, 218, 218, 218, 221, 221, 221, 221, 220, 220, 220, 220, - 214, 214, 214, 214, 214, 214, 215, 215, 213, 213, 213, 213, 212, 212, 212, 212, 209, 209, 209, 209, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 211, 211, - 198, 198, 198, 198, 198, 198, 199, 199, 197, 197, 197, 197, 196, 196, 196, 196, 203, 203, 203, 203, 202, 202, 202, 202, 200, 200, 201, 201, 201, 201, 201, 201, - 201, 201, 201, 201, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 203, 202, 202, 202, 202, 205, 205, 205, 205, 204, 204, 204, 204, - 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 165, 165, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, - 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 164, 165, 170, 171, 171, 171, 171, 171, 170, 170, - 213, 213, 212, 212, 212, 212, 212, 213, 218, 219, 219, 219, 219, 219, 218, 218, 218, 218, 218, 218, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 218, 218, - 218, 218, 218, 218, 218, 218, 218, 218, 218, 219, 219, 219, 219, 219, 218, 218, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 213, 213, 213, 213, - 213, 213, 212, 212, 212, 212, 212, 213, 210, 210, 210, 210, 210, 210, 210, 210, 210, 211, 211, 211, 211, 211, 210, 210, 210, 210, 210, 210, 213, 213, 213, 213, - 202, 202, 202, 202, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 202, 202, - 202, 202, 202, 202, 205, 205, 205, 205, 205, 205, 204, 204, 204, 204, 204, 205, 205, 205, 205, 205, 205, 205, 205, 205, 202, 203, 203, 203, 203, 203, 202, 202, - 202, 202, 202, 202, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 202, 202, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 213, 213, 213, 213, - 213, 213, 212, 212, 212, 212, 212, 213, 210, 210, 210, 210, 210, 210, 210, 210, 210, 211, 211, 211, 211, 211, 210, 210, 210, 210, 210, 210, 213, 213, 213, 213, - 213, 213, 212, 212, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 213, 213, 213, 213, - 213, 213, 212, 212, 212, 212, 212, 213, 218, 219, 219, 219, 219, 219, 218, 218, 218, 218, 218, 218, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 218, 218, - 218, 218, 218, 218, 218, 218, 218, 218, 218, 219, 219, 219, 219, 219, 218, 218, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 213, 213, 213, 213, - 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, - 181, 181, 180, 180, 180, 180, 180, 181, 178, 178, 178, 178, 178, 178, 178, 178, 178, 179, 179, 179, 179, 179, 178, 178, 178, 178, 178, 178, 181, 181, 181, 181, - 181, 181, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, - 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 170, 171, 171, 171, 171, 171, 170, 170, - 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 165, 165, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, - 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 164, 165, 170, 171, 171, 171, 171, 171, 170, 170, - 149, 149, 148, 148, 148, 148, 148, 149, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, 147, 147, 147, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, - 149, 149, 148, 148, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 149, 149, 149, 149, - 149, 149, 148, 148, 148, 148, 148, 149, 154, 155, 155, 155, 155, 155, 154, 154, 154, 154, 154, 154, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 154, 154, - 154, 154, 154, 154, 154, 154, 154, 154, 154, 155, 155, 155, 155, 155, 154, 154, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 149, 149, 149, 149, - 149, 149, 148, 148, 148, 148, 148, 149, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, 147, 147, 147, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, - 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 170, 171, 171, 171, 171, 171, 170, 170, - 85, 85, 84, 84, 84, 84, 84, 85, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, - 74, 74, 74, 74, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 75, 75, 75, 75, 75, 74, 74, - 74, 74, 74, 74, 77, 77, 77, 77, 77, 77, 76, 76, 76, 76, 76, 77, 77, 77, 77, 77, 77, 77, 77, 77, 74, 75, 75, 75, 75, 75, 74, 74, - 74, 74, 74, 74, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 74, 74, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, - 85, 85, 84, 84, 84, 84, 84, 85, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, - 85, 85, 84, 84, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, - 85, 85, 84, 84, 84, 84, 84, 85, 90, 91, 91, 91, 91, 91, 90, 90, 90, 90, 90, 90, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 90, 90, - 90, 90, 90, 90, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 90, 90, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, - 85, 85, 84, 84, 84, 84, 84, 85, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, - 106, 106, 106, 106, 109, 109, 109, 109, 109, 109, 108, 108, 108, 108, 108, 109, 109, 109, 109, 109, 109, 109, 109, 109, 106, 107, 107, 107, 107, 107, 106, 106, - 106, 106, 106, 106, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 106, 106, 101, 101, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 101, 101, - 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 101, 101, 101, 101, 101, 101, 100, 100, 100, 100, 100, 101, 106, 107, 107, 107, 107, 107, 106, 106, - 106, 106, 106, 106, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 107, 107, 107, 107, 107, 106, 106, - 106, 106, 106, 106, 109, 109, 109, 109, 109, 109, 108, 108, 108, 108, 108, 109, 109, 109, 109, 109, 109, 109, 109, 109, 106, 107, 107, 107, 107, 107, 106, 106, - 85, 85, 84, 84, 84, 84, 84, 85, 90, 91, 91, 91, 91, 91, 90, 90, 90, 90, 90, 90, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 90, 90, - 90, 90, 90, 90, 90, 90, 90, 90, 90, 91, 91, 91, 91, 91, 90, 90, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, - 85, 85, 84, 84, 84, 84, 84, 85, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, - 74, 74, 74, 74, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 75, 75, 75, 75, 75, 74, 74, - 74, 74, 74, 74, 77, 77, 77, 77, 77, 77, 76, 76, 76, 76, 76, 77, 77, 77, 77, 77, 77, 77, 77, 77, 74, 75, 75, 75, 75, 75, 74, 74, - 74, 74, 74, 74, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 74, 74, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, - 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, - 181, 181, 180, 180, 180, 180, 180, 181, 178, 178, 178, 178, 178, 178, 178, 178, 178, 179, 179, 179, 179, 179, 178, 178, 178, 178, 178, 178, 181, 181, 181, 181, - 181, 181, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, - 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 170, 171, 171, 171, 171, 171, 170, 170, - 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 165, 165, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, - 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 164, 165, 170, 171, 171, 171, 171, 171, 170, 170, - 149, 149, 148, 148, 148, 148, 148, 149, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, 147, 147, 147, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, - 149, 149, 148, 148, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 149, 149, 149, 149, - 149, 149, 148, 148, 148, 148, 148, 149, 154, 155, 155, 155, 155, 155, 154, 154, 154, 154, 154, 154, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 154, 154, - 154, 154, 154, 154, 154, 154, 154, 154, 154, 155, 155, 155, 155, 155, 154, 154, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 149, 149, 149, 149, - 149, 149, 148, 148, 148, 148, 148, 149, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, 147, 147, 147, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, - 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 170, 171, 171, 171, 171, 171, 170, 170, - 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 165, 165, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, - 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 164, 165, 170, 171, 171, 171, 171, 171, 170, 170, - 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 171, 171, 170, 170, - 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 170, 171, 171, 171, 171, 171, 170, 170, - 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, - 181, 181, 180, 180, 180, 180, 180, 181, 178, 178, 178, 178, 178, 178, 178, 178, 178, 179, 179, 179, 179, 179, 178, 178, 178, 178, 178, 178, 181, 181, 181, 181, - 181, 181, 180, 180, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, - 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 172, 173, 173, 173, 173, 173, 173, 173, 173, 173, 170, 171, 171, 171, 171, 171, 170, 170, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 173, 173, 173, 173, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 180, 181, 181, 181, 181, - 178, 178, 178, 178, 179, 179, 179, 179, 178, 178, 178, 178, 178, 178, 178, 178, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 180, 181, 181, 181, 181, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 173, 173, 173, 173, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 165, 165, 165, 165, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 212, 213, 213, 213, 213, - 218, 218, 218, 218, 219, 219, 219, 219, 218, 218, 218, 218, 218, 218, 218, 218, 217, 217, 217, 217, 217, 217, 217, 217, 218, 218, 218, 218, 218, 218, 218, 218, - 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 212, 213, 213, 213, 213, - 210, 210, 210, 210, 211, 211, 211, 211, 210, 210, 210, 210, 210, 210, 210, 210, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 212, 213, 213, 213, 213, - 202, 202, 202, 202, 203, 203, 203, 203, 202, 202, 202, 202, 202, 202, 202, 202, 205, 205, 205, 205, 205, 205, 205, 205, 204, 204, 204, 204, 205, 205, 205, 205, - 202, 202, 202, 202, 203, 203, 203, 203, 202, 202, 202, 202, 202, 202, 202, 202, 201, 201, 201, 201, 201, 201, 201, 201, 202, 202, 202, 202, 202, 202, 202, 202, - 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 212, 213, 213, 213, 213, - 210, 210, 210, 210, 211, 211, 211, 211, 210, 210, 210, 210, 210, 210, 210, 210, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 212, 213, 213, 213, 213, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 173, 173, 173, 173, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 180, 181, 181, 181, 181, - 178, 178, 178, 178, 179, 179, 179, 179, 178, 178, 178, 178, 178, 178, 178, 178, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 180, 181, 181, 181, 181, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 173, 173, 173, 173, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 165, 165, 165, 165, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 148, 149, 149, 149, 149, - 154, 154, 154, 154, 155, 155, 155, 155, 154, 154, 154, 154, 154, 154, 154, 154, 153, 153, 153, 153, 153, 153, 153, 153, 154, 154, 154, 154, 154, 154, 154, 154, - 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 148, 149, 149, 149, 149, - 146, 146, 146, 146, 147, 147, 147, 147, 146, 146, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 148, 149, 149, 149, 149, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 173, 173, 173, 173, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 165, 165, 165, 165, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 84, 85, 85, 85, 85, - 90, 90, 90, 90, 91, 91, 91, 91, 90, 90, 90, 90, 90, 90, 90, 90, 89, 89, 89, 89, 89, 89, 89, 89, 90, 90, 90, 90, 90, 90, 90, 90, - 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 84, 85, 85, 85, 85, - 82, 82, 82, 82, 83, 83, 83, 83, 82, 82, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 84, 85, 85, 85, 85, - 106, 106, 106, 106, 107, 107, 107, 107, 106, 106, 106, 106, 106, 106, 106, 106, 109, 109, 109, 109, 109, 109, 109, 109, 108, 108, 108, 108, 109, 109, 109, 109, - 106, 106, 106, 106, 107, 107, 107, 107, 106, 106, 106, 106, 106, 106, 106, 106, 105, 105, 105, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 106, 106, 106, - 101, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 101, 101, 101, 101, 101, 101, 101, 101, 100, 100, 100, 100, 101, 101, 101, 101, - 106, 106, 106, 106, 107, 107, 107, 107, 106, 106, 106, 106, 106, 106, 106, 106, 105, 105, 105, 105, 105, 105, 105, 105, 106, 106, 106, 106, 106, 106, 106, 106, - 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 84, 85, 85, 85, 85, - 90, 90, 90, 90, 91, 91, 91, 91, 90, 90, 90, 90, 90, 90, 90, 90, 89, 89, 89, 89, 89, 89, 89, 89, 90, 90, 90, 90, 90, 90, 90, 90, - 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 84, 85, 85, 85, 85, - 82, 82, 82, 82, 83, 83, 83, 83, 82, 82, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 84, 85, 85, 85, 85, - 74, 74, 74, 74, 75, 75, 75, 75, 74, 74, 74, 74, 74, 74, 74, 74, 77, 77, 77, 77, 77, 77, 77, 77, 76, 76, 76, 76, 77, 77, 77, 77, - 74, 74, 74, 74, 75, 75, 75, 75, 74, 74, 74, 74, 74, 74, 74, 74, 73, 73, 73, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, - 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 84, 85, 85, 85, 85, - 82, 82, 82, 82, 83, 83, 83, 83, 82, 82, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 84, 85, 85, 85, 85, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 173, 173, 173, 173, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 180, 181, 181, 181, 181, - 178, 178, 178, 178, 179, 179, 179, 179, 178, 178, 178, 178, 178, 178, 178, 178, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 180, 181, 181, 181, 181, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 173, 173, 173, 173, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 165, 165, 165, 165, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 148, 149, 149, 149, 149, - 154, 154, 154, 154, 155, 155, 155, 155, 154, 154, 154, 154, 154, 154, 154, 154, 153, 153, 153, 153, 153, 153, 153, 153, 154, 154, 154, 154, 154, 154, 154, 154, - 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 148, 149, 149, 149, 149, - 146, 146, 146, 146, 147, 147, 147, 147, 146, 146, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 148, 149, 149, 149, 149, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 172, 172, 172, 172, 173, 173, 173, 173, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, 164, 164, 165, 165, 165, 165, - 170, 170, 170, 170, 171, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, - 146, 146, 146, 146, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, - 164, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, - 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 179, 179, 178, 178, 178, 178, 178, 178, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, - 164, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 210, 210, 210, 210, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, - 214, 214, 214, 214, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 218, 218, 218, 218, 218, 218, 218, 219, - 219, 219, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 217, 217, 217, 217, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, - 214, 214, 214, 214, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 211, 211, 210, 210, 210, 210, 210, 210, - 210, 210, 210, 210, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, - 205, 205, 205, 205, 205, 205, 204, 204, 202, 202, 202, 202, 202, 202, 202, 203, 203, 203, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 201, 201, 201, 201, - 164, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, - 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 179, 179, 178, 178, 178, 178, 178, 178, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, - 164, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 155, 155, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 153, 153, 153, 153, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, - 150, 150, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 147, 147, 146, 146, 146, 146, 146, 146, - 146, 146, 146, 146, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, - 164, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, - 109, 109, 109, 109, 109, 109, 108, 108, 106, 106, 106, 106, 106, 106, 106, 107, 107, 107, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 105, 105, 105, 105, - 105, 105, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 107, 102, 102, 102, 102, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 100, 100, - 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, - 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 90, 90, 90, 90, 90, 90, 90, 91, - 91, 91, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 89, 89, 89, 89, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, - 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 83, 83, 82, 82, 82, 82, 82, 82, - 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, - 77, 77, 77, 77, 77, 77, 76, 76, 74, 74, 74, 74, 74, 74, 74, 75, 75, 75, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 73, 73, 73, 73, - 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 75, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, - 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 83, 83, 82, 82, 82, 82, 82, 82, - 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, - 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 84, 84, 85, 85, 85, 85, 85, 85, 85, 90, 90, 90, 90, 90, 90, 90, 91, - 164, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, - 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 180, 180, 180, 181, 181, 181, 181, 181, 181, 181, 179, 179, 178, 178, 178, 178, 178, 178, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 173, 173, 173, 173, 173, 173, 172, 172, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 166, 166, 166, 166, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 164, 164, - 164, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, - 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, - 155, 155, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 153, 153, 153, 153, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, - 150, 150, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 148, 148, 148, 149, 149, 149, 149, 149, 149, 149, 147, 147, 146, 146, 146, 146, 146, 146, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 165, 165, 165, 165, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 149, 149, 149, 149, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 146, 146, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, 149, 149, 149, 149, - 149, 149, 149, 149, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 165, 165, 165, 165, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 181, 181, 181, 181, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 165, 165, 165, 165, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 213, 213, 213, 213, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 210, 210, 210, 210, 210, 210, 210, 210, 213, 213, 213, 213, 213, 213, 213, 213, - 213, 213, 213, 213, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 213, 213, 213, 213, 213, 213, 213, 213, - 213, 213, 213, 213, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 219, 219, 218, 218, 218, 218, - 213, 213, 213, 213, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 213, 213, 213, 213, 213, 213, 213, 213, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 165, 165, 165, 165, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 181, 181, 181, 181, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 165, 165, 165, 165, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 149, 149, 149, 149, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 146, 146, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, 149, 149, 149, 149, - 149, 149, 149, 149, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 165, 165, 165, 165, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 181, 181, 181, 181, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 85, 85, 85, 85, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 82, 82, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, - 74, 74, 74, 74, 74, 74, 74, 74, 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 75, 75, 74, 74, 74, 74, - 85, 85, 85, 85, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 82, 82, 82, 82, 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 91, 91, 90, 90, 90, 90, - 85, 85, 85, 85, 84, 84, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 165, 165, 165, 165, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 181, 181, 181, 181, 180, 180, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 182, 182, 182, 181, 181, 181, 181, 181, 181, 181, 181, - 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 171, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 180, 181, 181, 181, 181, 181, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 148, 149, 149, 149, 149, 149, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 180, 181, 181, 181, 181, 181, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 212, 213, 213, 213, 213, 213, - 213, 213, 213, 213, 213, 213, 213, 213, 210, 210, 210, 210, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 212, 213, 213, 213, 213, 213, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 180, 181, 181, 181, 181, 181, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 148, 149, 149, 149, 149, 149, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 180, 181, 181, 181, 181, 181, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 90, 90, 90, 90, 90, 90, 90, 90, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 86, 86, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 82, 82, 82, 82, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 84, 85, 85, 85, 85, 85, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 173, 173, 173, 173, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 165, 165, 165, 165, 165, 165, 165, 165, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 171, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 169, 169, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, -}; - -static const uint8_t gamma_table[256 + 256 * 64] = { - 0, 16, 22, 26, 32, 34, 38, 42, 44, 48, 50, 52, 54, 56, 58, 60, 64, 64, 66, 68, 70, 72, 74, 76, 78, 80, 80, 82, 84, 86, 86, 88, - 90, 90, 92, 94, 96, 96, 98, 98, 100, 102, 102, 104, 106, 106, 108, 108, 110, 112, 112, 114, 114, 116, 116, 118, 118, 120, 120, 122, 122, 124, 124, 126, - 128, 128, 128, 130, 130, 132, 132, 134, 134, 136, 136, 138, 138, 140, 140, 142, 142, 144, 144, 144, 146, 146, 148, 148, 150, 150, 150, 152, 152, 154, 154, 154, - 156, 156, 158, 158, 160, 160, 160, 162, 162, 162, 164, 164, 166, 166, 166, 168, 168, 170, 170, 170, 172, 172, 172, 174, 174, 176, 176, 176, 178, 178, 178, 180, - 180, 180, 182, 182, 182, 184, 184, 184, 186, 186, 186, 188, 188, 188, 190, 190, 192, 192, 192, 192, 194, 194, 194, 196, 196, 196, 198, 198, 198, 200, 200, 200, - 202, 202, 202, 204, 204, 204, 206, 206, 206, 208, 208, 208, 208, 210, 210, 210, 212, 212, 212, 214, 214, 214, 214, 216, 216, 216, 218, 218, 218, 218, 220, 220, - 220, 222, 222, 222, 224, 224, 224, 224, 226, 226, 226, 226, 228, 228, 228, 230, 230, 230, 230, 232, 232, 232, 234, 234, 234, 234, 236, 236, 236, 236, 238, 238, - 238, 240, 240, 240, 240, 242, 242, 242, 242, 244, 244, 244, 244, 246, 246, 246, 246, 248, 248, 248, 248, 250, 250, 250, 250, 252, 252, 252, 252, 254, 254, 254, - 0, 2, 2, 2, 4, 4, 4, 4, 4, 6, 6, 6, 6, 6, 6, 6, 8, 8, 8, 8, 8, 8, 8, 8, 8, 10, 10, 10, 10, 10, 10, 10, - 10, 10, 10, 10, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, - 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, - 18, 18, 18, 18, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 22, 22, 22, 22, 22, 22, 22, - 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, - 24, 24, 24, 24, 24, 24, 24, 24, 24, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, - 26, 26, 26, 26, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, - 28, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, - 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, - 32, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, - 34, 34, 34, 34, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, - 36, 36, 36, 36, 36, 36, 36, 36, 36, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, - 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, - 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 42, 42, 42, 42, 42, 42, 42, - 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, - 42, 42, 42, 42, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, - 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, - 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, - 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, - 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, - 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, - 50, 50, 50, 50, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, - 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 54, 54, 54, 54, 54, 54, 54, - 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, - 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, - 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, - 56, 56, 56, 56, 56, 56, 56, 56, 56, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, - 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, - 58, 58, 58, 58, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, - 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, - 60, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, - 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, - 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, - 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, - 64, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, - 68, 68, 68, 68, 68, 68, 68, 68, 68, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, - 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, - 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, - 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, - 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 74, 74, 74, 74, 74, 74, 74, - 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, - 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, - 74, 74, 74, 74, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, - 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, - 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, - 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, - 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, - 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, - 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, - 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, - 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, - 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, 82, - 82, 82, 82, 82, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, - 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, - 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 86, 86, 86, 86, 86, 86, 86, - 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, - 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, - 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, - 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, - 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, - 88, 88, 88, 88, 88, 88, 88, 88, 88, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, - 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, - 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, - 90, 90, 90, 90, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, - 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, - 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, 92, - 92, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, - 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, - 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, - 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, - 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, - 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, - 96, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, - 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, - 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, - 98, 98, 98, 98, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, - 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, - 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, - 100, 100, 100, 100, 100, 100, 100, 100, 100, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, - 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, - 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, - 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, - 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, - 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, - 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 106, 106, 106, 106, 106, 106, 106, - 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, - 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, - 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, - 106, 106, 106, 106, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, - 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, - 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, - 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, - 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, - 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, - 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, - 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, - 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, - 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, - 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, - 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, - 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, - 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, - 114, 114, 114, 114, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, - 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, - 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, - 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 118, 118, 118, 118, 118, 118, 118, - 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, - 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, - 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, - 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - 120, 120, 120, 120, 120, 120, 120, 120, 120, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, - 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, - 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, - 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, 122, - 122, 122, 122, 122, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, - 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, - 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, - 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, - 124, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, - 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, - 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, - 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, - 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, - 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, - 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, - 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, - 128, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, - 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, - 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, - 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, - 130, 130, 130, 130, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, - 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, - 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, - 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, - 132, 132, 132, 132, 132, 132, 132, 132, 132, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, - 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, - 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, - 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, - 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, - 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, - 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, - 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, - 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 138, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 138, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, - 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, - 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, - 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, - 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, - 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, - 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, - 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, - 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, - 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, - 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, - 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, - 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, - 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, - 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, - 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, - 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, - 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, - 146, 146, 146, 146, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, - 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, - 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, - 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, - 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 150, 150, 150, 150, 150, 150, 150, - 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, - 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, - 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, - 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, - 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, - 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, - 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, - 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, - 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, 152, - 152, 152, 152, 152, 152, 152, 152, 152, 152, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, - 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, - 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, - 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, - 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, - 154, 154, 154, 154, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, - 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, - 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, - 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, - 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, - 156, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, - 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, - 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, - 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, - 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, 158, - 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, - 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, - 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, - 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, - 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, - 160, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, - 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, - 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, - 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, - 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, 162, - 162, 162, 162, 162, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, - 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, - 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, - 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, - 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, - 164, 164, 164, 164, 164, 164, 164, 164, 164, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, - 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, - 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, - 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, - 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, - 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, - 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, - 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, - 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, - 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, - 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, - 170, 170, 170, 170, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, - 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, - 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, - 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, - 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, - 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, - 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, - 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, - 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, - 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, - 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, 174, - 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, - 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, - 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, - 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, - 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, - 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, - 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, - 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, - 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, - 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, - 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, - 178, 178, 178, 178, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, - 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, - 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, - 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, - 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, - 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 182, 182, 182, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, - 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, - 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, - 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, - 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, - 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, - 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, - 184, 184, 184, 184, 184, 184, 184, 184, 184, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, - 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, - 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, - 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, - 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, - 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, - 186, 186, 186, 186, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, - 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, - 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, - 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, - 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, - 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, - 188, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, - 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, - 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, - 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, - 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, - 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, - 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, - 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, - 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, - 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, - 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, - 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, - 192, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, - 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, - 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, - 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, - 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, - 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, 194, - 194, 194, 194, 194, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, - 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, - 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, - 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, - 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, - 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, - 196, 196, 196, 196, 196, 196, 196, 196, 196, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, - 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, - 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, - 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, - 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, - 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, - 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, - 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, - 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, - 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, - 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, - 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, - 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, - 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, - 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, - 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, - 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, - 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, - 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, 206, - 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, - 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, - 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, - 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, - 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, - 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, - 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, - 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, - 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, - 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, - 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, - 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, - 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, - 210, 210, 210, 210, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 212, 214, 214, 214, 214, 214, 214, 214, - 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, - 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, - 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, - 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, - 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, - 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, - 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, - 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, - 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, - 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, - 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, - 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, - 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, - 216, 216, 216, 216, 216, 216, 216, 216, 216, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, - 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, - 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, - 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, - 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, - 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, - 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, - 218, 218, 218, 218, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, - 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, - 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, - 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, - 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, - 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, - 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, - 220, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, - 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, - 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, - 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, - 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, - 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, - 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, - 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, - 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, - 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, - 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, - 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, - 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, - 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, - 224, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, - 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, - 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, - 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, - 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, - 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, - 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, - 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, - 234, 234, 234, 234, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, - 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, - 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, - 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, - 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, - 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, - 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, - 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, - 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, - 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, - 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, - 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, - 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, - 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, - 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, - 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, - 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, - 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, - 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, - 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, - 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, - 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, - 242, 242, 242, 242, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, - 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, - 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, - 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, - 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, - 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, - 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, - 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 246, 246, 246, 246, 246, 246, 246, - 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, - 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, - 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, - 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, - 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, - 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, - 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, - 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 248, 248, 248, 248, 248, 248, 248, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, - 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, - 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, - 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, - 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, - 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, - 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, - 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, - 250, 250, 250, 250, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, - 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, - 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, - 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, - 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, - 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, - 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, - 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, - 252, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, -}; -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/rdp_common.hpp b/external/parallel-rdp-standalone/parallel-rdp/rdp_common.hpp deleted file mode 100644 index 4609e2c8..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/rdp_common.hpp +++ /dev/null @@ -1,410 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -namespace Vulkan -{ -class Program; -class Shader; -} - -namespace RDP -{ -template struct Shaders; -using ShaderBank = Shaders; - -// list of command IDs -enum class Op -{ - Nop = 0, - - MetaSignalTimeline = 1, - MetaFlush = 2, - MetaIdle = 3, - MetaSetQuirks = 4, - - FillTriangle = 0x08, - FillZBufferTriangle = 0x09, - TextureTriangle = 0x0a, - TextureZBufferTriangle = 0x0b, - ShadeTriangle = 0x0c, - ShadeZBufferTriangle = 0x0d, - ShadeTextureTriangle = 0x0e, - ShadeTextureZBufferTriangle = 0x0f, - TextureRectangle = 0x24, - TextureRectangleFlip = 0x25, - SyncLoad = 0x26, - SyncPipe = 0x27, - SyncTile = 0x28, - SyncFull = 0x29, - SetKeyGB = 0x2a, - SetKeyR = 0x2b, - SetConvert = 0x2c, - SetScissor = 0x2d, - SetPrimDepth = 0x2e, - SetOtherModes = 0x2f, - LoadTLut = 0x30, - SetTileSize = 0x32, - LoadBlock = 0x33, - LoadTile = 0x34, - SetTile = 0x35, - FillRectangle = 0x36, - SetFillColor = 0x37, - SetFogColor = 0x38, - SetBlendColor = 0x39, - SetPrimColor = 0x3a, - SetEnvColor = 0x3b, - SetCombine = 0x3c, - SetTextureImage = 0x3d, - SetMaskImage = 0x3e, - SetColorImage = 0x3f -}; - -enum class RGBMul : uint8_t -{ - Combined = 0, - Texel0 = 1, - Texel1 = 2, - Primitive = 3, - Shade = 4, - Env = 5, - KeyScale = 6, - CombinedAlpha = 7, - Texel0Alpha = 8, - Texel1Alpha = 9, - PrimitiveAlpha = 10, - ShadeAlpha = 11, - EnvAlpha = 12, - LODFrac = 13, - PrimLODFrac = 14, - ConvertK5 = 15, - Zero = 16 -}; - -enum class RGBMulAdd : uint8_t -{ - Combined = 0, - Texel0 = 1, - Texel1 = 2, - Primitive = 3, - Shade = 4, - Env = 5, - One = 6, - Noise = 7, - Zero = 8 -}; - -enum class RGBMulSub : uint8_t -{ - Combined = 0, - Texel0 = 1, - Texel1 = 2, - Primitive = 3, - Shade = 4, - Env = 5, - KeyCenter = 6, - ConvertK4 = 7, - Zero = 8 -}; - -enum class RGBAdd : uint8_t -{ - Combined = 0, - Texel0 = 1, - Texel1 = 2, - Primitive = 3, - Shade = 4, - Env = 5, - One = 6, - Zero = 7 -}; - -enum class AlphaAddSub : uint8_t -{ - CombinedAlpha = 0, - Texel0Alpha = 1, - Texel1Alpha = 2, - PrimitiveAlpha = 3, - ShadeAlpha = 4, - EnvAlpha = 5, - One = 6, - Zero = 7 -}; - -enum class AlphaMul : uint8_t -{ - LODFrac = 0, - Texel0Alpha = 1, - Texel1Alpha = 2, - PrimitiveAlpha = 3, - ShadeAlpha = 4, - EnvAlpha = 5, - PrimLODFrac = 6, - Zero = 7 -}; - -enum class TextureSize : uint8_t -{ - Bpp4 = 0, - Bpp8 = 1, - Bpp16 = 2, - Bpp32 = 3 -}; - -enum class TextureFormat : uint8_t -{ - RGBA = 0, - YUV = 1, - CI = 2, - IA = 3, - I = 4 -}; - -enum class RGBDitherMode : uint8_t -{ - Magic = 0, - Bayer = 1, - Noise = 2, - Off = 3 -}; - -enum class AlphaDitherMode : uint8_t -{ - Pattern = 0, - InvPattern = 1, - Noise = 2, - Off = 3 -}; - -enum class CycleType : uint8_t -{ - Cycle1 = 0, - Cycle2 = 1, - Copy = 2, - Fill = 3 -}; - -enum class BlendMode1A : uint8_t -{ - PixelColor = 0, - MemoryColor = 1, - BlendColor = 2, - FogColor = 3 -}; - -enum class BlendMode1B : uint8_t -{ - PixelAlpha = 0, - FogAlpha = 1, - ShadeAlpha = 2, - Zero = 3 -}; - -enum class BlendMode2A : uint8_t -{ - PixelColor = 0, - MemoryColor = 1, - BlendColor = 2, - FogColor = 3 -}; - -enum class BlendMode2B : uint8_t -{ - InvPixelAlpha = 0, - MemoryAlpha = 1, - One = 2, - Zero = 3 -}; - -enum class CoverageMode : uint8_t -{ - Clamp = 0, - Wrap = 1, - Zap = 2, - Save = 3 -}; - -enum class ZMode : uint8_t -{ - Opaque = 0, - Interpenetrating = 1, - Transparent = 2, - Decal = 3 -}; - -enum TileInfoFlagBits -{ - TILE_INFO_CLAMP_S_BIT = 1 << 0, - TILE_INFO_MIRROR_S_BIT = 1 << 1, - TILE_INFO_CLAMP_T_BIT = 1 << 2, - TILE_INFO_MIRROR_T_BIT = 1 << 3 -}; -using TileInfoFlags = uint8_t; - -struct TileSize -{ - uint32_t slo = 0; - uint32_t shi = 0; - uint32_t tlo = 0; - uint32_t thi = 0; -}; - -struct TileMeta -{ - uint32_t offset = 0; - uint32_t stride = 0; - TextureFormat fmt = TextureFormat::RGBA; - TextureSize size = TextureSize::Bpp16; - uint8_t palette = 0; - uint8_t mask_s = 0; - uint8_t shift_s = 0; - uint8_t mask_t = 0; - uint8_t shift_t = 0; - TileInfoFlags flags = 0; -}; - -struct TileInfo -{ - TileSize size; - TileMeta meta; -}; - -struct CombinerInputsRGB -{ - RGBMulAdd muladd; - RGBMulSub mulsub; - RGBMul mul; - RGBAdd add; -}; - -struct CombinerInputsAlpha -{ - AlphaAddSub muladd; - AlphaAddSub mulsub; - AlphaMul mul; - AlphaAddSub add; -}; - -struct CombinerInputs -{ - CombinerInputsRGB rgb; - CombinerInputsAlpha alpha; -}; - -struct BlendModes -{ - BlendMode1A blend_1a; - BlendMode1B blend_1b; - BlendMode2A blend_2a; - BlendMode2B blend_2b; -}; - -static_assert(sizeof(TileInfo) == 32, "TileInfo must be 32 bytes."); - -enum class VIRegister -{ - Control = 0, - Origin, - Width, - Intr, - VCurrentLine, - Timing, - VSync, - HSync, - Leap, - HStart, - VStart, - VBurst, - XScale, - YScale, - Count -}; - -enum VIControlFlagBits -{ - VI_CONTROL_TYPE_BLANK_BIT = 0 << 0, - VI_CONTROL_TYPE_RESERVED_BIT = 1 << 0, - VI_CONTROL_TYPE_RGBA5551_BIT = 2 << 0, - VI_CONTROL_TYPE_RGBA8888_BIT = 3 << 0, - VI_CONTROL_TYPE_MASK = 3 << 0, - VI_CONTROL_GAMMA_DITHER_ENABLE_BIT = 1 << 2, - VI_CONTROL_GAMMA_ENABLE_BIT = 1 << 3, - VI_CONTROL_DIVOT_ENABLE_BIT = 1 << 4, - VI_CONTROL_SERRATE_BIT = 1 << 6, - VI_CONTROL_AA_MODE_RESAMP_EXTRA_ALWAYS_BIT = 0 << 8, - VI_CONTROL_AA_MODE_RESAMP_EXTRA_BIT = 1 << 8, - VI_CONTROL_AA_MODE_RESAMP_ONLY_BIT = 2 << 8, - VI_CONTROL_AA_MODE_RESAMP_REPLICATE_BIT = 3 << 8, - VI_CONTROL_AA_MODE_MASK = 3 << 8, - VI_CONTROL_DITHER_FILTER_ENABLE_BIT = 1 << 16, - VI_CONTROL_META_AA_BIT = 1 << 17, - VI_CONTROL_META_SCALE_BIT = 1 << 18 -}; -using VIControlFlags = uint32_t; - -static inline uint32_t make_vi_start_register(uint32_t start_value, uint32_t end_value) -{ - return ((start_value & 0x3ff) << 16) | (end_value & 0x3ff); -} - -static inline uint32_t make_vi_scale_register(uint32_t scale_factor, uint32_t bias) -{ - return ((bias & 0xfff) << 16) | (scale_factor & 0xfff); -} - -constexpr uint32_t VI_V_SYNC_NTSC = 525; -constexpr uint32_t VI_V_SYNC_PAL = 625; -constexpr uint32_t VI_H_OFFSET_NTSC = 108; -constexpr uint32_t VI_H_OFFSET_PAL = 128; -constexpr uint32_t VI_V_OFFSET_NTSC = 34; -constexpr uint32_t VI_V_OFFSET_PAL = 44; -constexpr uint32_t VI_V_RES_NTSC = 480; -constexpr uint32_t VI_V_RES_PAL = 576; -constexpr int VI_SCANOUT_WIDTH = 640; - -constexpr uint32_t VI_V_RES_MAX = VI_V_RES_PAL > VI_V_RES_NTSC ? VI_V_RES_PAL : VI_V_RES_NTSC; -// Handle odd v_start as well. Needed for rounding to work in our favor. -constexpr uint32_t VI_V_END_PAL = (VI_V_OFFSET_PAL + VI_V_RES_PAL) | 1; -constexpr uint32_t VI_V_END_NTSC = (VI_V_OFFSET_NTSC + VI_V_RES_NTSC) | 1; -constexpr uint32_t VI_V_END_MAX = VI_V_END_PAL > VI_V_END_NTSC ? VI_V_END_PAL : VI_V_END_NTSC; - -constexpr uint32_t VI_MAX_OUTPUT_SCANLINES = (VI_V_RES_MAX >> 1); - -static inline uint32_t make_default_v_start() -{ - return make_vi_start_register(VI_V_OFFSET_NTSC, VI_V_OFFSET_NTSC + 224 * 2); -} - -static inline uint32_t make_default_h_start() -{ - return make_vi_start_register(VI_H_OFFSET_NTSC, VI_H_OFFSET_NTSC + VI_SCANOUT_WIDTH); -} - -template -static int32_t sext(int32_t v) -{ - struct { int32_t dummy : bits; } d; - d.dummy = v; - return d.dummy; -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/rdp_data_structures.hpp b/external/parallel-rdp-standalone/parallel-rdp/rdp_data_structures.hpp deleted file mode 100644 index 5253afbf..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/rdp_data_structures.hpp +++ /dev/null @@ -1,390 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include -#include -#include "rdp_common.hpp" - -namespace RDP -{ -enum TriangleSetupFlagBits -{ - TRIANGLE_SETUP_FLIP_BIT = 1 << 0, - TRIANGLE_SETUP_DO_OFFSET_BIT = 1 << 1, - TRIANGLE_SETUP_SKIP_XFRAC_BIT = 1 << 2, - TRIANGLE_SETUP_INTERLACE_FIELD_BIT = 1 << 3, - TRIANGLE_SETUP_INTERLACE_KEEP_ODD_BIT = 1 << 4, - TRIANGLE_SETUP_DISABLE_UPSCALING_BIT = 1 << 5, - TRIANGLE_SETUP_NATIVE_LOD_BIT = 1 << 6, - TRIANGLE_SETUP_FILL_COPY_RASTER_BIT = 1 << 7 -}; -using TriangleSetupFlags = uint8_t; - -enum StaticRasterizationFlagBits -{ - RASTERIZATION_INTERLACE_FIELD_BIT = 1 << 0, - RASTERIZATION_INTERLACE_KEEP_ODD_BIT = 1 << 1, - RASTERIZATION_AA_BIT = 1 << 2, - RASTERIZATION_PERSPECTIVE_CORRECT_BIT = 1 << 3, - RASTERIZATION_TLUT_BIT = 1 << 4, - RASTERIZATION_TLUT_TYPE_BIT = 1 << 5, - RASTERIZATION_CVG_TIMES_ALPHA_BIT = 1 << 6, - RASTERIZATION_ALPHA_CVG_SELECT_BIT = 1 << 7, - RASTERIZATION_MULTI_CYCLE_BIT = 1 << 8, - RASTERIZATION_TEX_LOD_ENABLE_BIT = 1 << 9, - RASTERIZATION_SHARPEN_LOD_ENABLE_BIT = 1 << 10, - RASTERIZATION_DETAIL_LOD_ENABLE_BIT = 1 << 11, - RASTERIZATION_FILL_BIT = 1 << 12, - RASTERIZATION_COPY_BIT = 1 << 13, - RASTERIZATION_SAMPLE_MODE_BIT = 1 << 14, - RASTERIZATION_ALPHA_TEST_BIT = 1 << 15, - RASTERIZATION_ALPHA_TEST_DITHER_BIT = 1 << 16, - RASTERIZATION_SAMPLE_MID_TEXEL_BIT = 1 << 17, - RASTERIZATION_USES_TEXEL0_BIT = 1 << 18, - RASTERIZATION_USES_TEXEL1_BIT = 1 << 19, - RASTERIZATION_USES_LOD_BIT = 1 << 20, - RASTERIZATION_USES_PIPELINED_TEXEL1_BIT = 1 << 21, - RASTERIZATION_CONVERT_ONE_BIT = 1 << 22, - RASTERIZATION_BILERP_0_BIT = 1 << 23, - RASTERIZATION_BILERP_1_BIT = 1 << 24, - RASTERIZATION_UPSCALING_LOG2_BIT_OFFSET = 26, - RASTERIZATION_NEED_NOISE_BIT = 1 << 28, - RASTERIZATION_USE_STATIC_TEXTURE_SIZE_FORMAT_BIT = 1 << 29, - RASTERIZATION_USE_SPECIALIZATION_CONSTANT_BIT = 1 << 30 -}; -using StaticRasterizationFlags = uint32_t; - -enum DepthBlendFlagBits -{ - DEPTH_BLEND_DEPTH_TEST_BIT = 1 << 0, - DEPTH_BLEND_DEPTH_UPDATE_BIT = 1 << 1, - DEPTH_BLEND_FORCE_BLEND_BIT = 1 << 3, - DEPTH_BLEND_IMAGE_READ_ENABLE_BIT = 1 << 4, - DEPTH_BLEND_COLOR_ON_COVERAGE_BIT = 1 << 5, - DEPTH_BLEND_MULTI_CYCLE_BIT = 1 << 6, - DEPTH_BLEND_AA_BIT = 1 << 7, - DEPTH_BLEND_DITHER_ENABLE_BIT = 1 << 8 -}; -using DepthBlendFlags = uint32_t; - -struct TriangleSetup -{ - int32_t xh, xm, xl; - int16_t yh, ym; - - int32_t dxhdy, dxmdy, dxldy; - int16_t yl; - TriangleSetupFlags flags; - uint8_t tile; -}; - -struct AttributeSetup -{ - int32_t r, g, b, a; - int32_t drdx, dgdx, dbdx, dadx; - int32_t drde, dgde, dbde, dade; - int32_t drdy, dgdy, dbdy, dady; - - int32_t s, t, z, w; - int32_t dsdx, dtdx, dzdx, dwdx; - int32_t dsde, dtde, dzde, dwde; - int32_t dsdy, dtdy, dzdy, dwdy; -}; - -struct ConstantCombinerInputs -{ - uint8_t muladd[4]; - uint8_t mulsub[4]; - uint8_t mul[4]; - uint8_t add[4]; -}; - -// Per-primitive state which is very dynamic in nature and does not change anything about the shader itself. -struct DerivedSetup -{ - ConstantCombinerInputs constants[2]; - uint8_t fog_color[4]; - uint8_t blend_color[4]; - uint32_t fill_color; - uint16_t dz; - uint8_t dz_compressed; - uint8_t min_lod; - int16_t convert_factors[4]; -}; - -static_assert((sizeof(TriangleSetup) & 15) == 0, "TriangleSetup must be aligned to 16 bytes."); -static_assert((sizeof(AttributeSetup) & 15) == 0, "AttributeSetup must be aligned to 16 bytes."); -static_assert(sizeof(DerivedSetup) == 56, "DerivedSetup is not 56 bytes."); - -struct ScissorState -{ - uint32_t xlo; - uint32_t ylo; - uint32_t xhi; - uint32_t yhi; -}; - -struct StaticRasterizationState -{ - CombinerInputs combiner[2]; - StaticRasterizationFlags flags; - uint32_t dither; - uint32_t texture_size; - uint32_t texture_fmt; -}; -static_assert(sizeof(StaticRasterizationState) == 32, "StaticRasterizationState must be 32 bytes."); - -struct DepthBlendState -{ - BlendModes blend_cycles[2]; - DepthBlendFlags flags; - CoverageMode coverage_mode; - ZMode z_mode; - uint8_t padding[2]; -}; -static_assert(sizeof(DepthBlendState) == 16, "DepthBlendState must be 16 bytes."); - -struct InstanceIndices -{ - uint8_t static_index; - uint8_t depth_blend_index; - uint8_t tile_instance_index; - uint8_t padding[5]; - uint8_t tile_indices[8]; -}; -static_assert((sizeof(InstanceIndices) & 15) == 0, "InstanceIndices must be aligned to 16 bytes."); - -struct UploadInfo -{ - int32_t width, height; - float min_t_mod, max_t_mod; - - int32_t vram_addr; - int32_t vram_width; - int32_t vram_size; - int32_t vram_effective_width; - - int32_t tmem_offset; - int32_t tmem_stride_words; - int32_t tmem_size; - int32_t tmem_fmt; - - int32_t mode; - float inv_tmem_stride_words; - int32_t dxt; - int32_t padding; -}; -static_assert((sizeof(UploadInfo) & 15) == 0, "UploadInfo must be aligned to 16 bytes."); - -struct SpanSetup -{ - int32_t r, g, b, a; - int32_t s, t, w, z; - - int16_t xlo[4]; - int16_t xhi[4]; - - int32_t interpolation_base_x; - int32_t start_x; - int32_t end_x; - int16_t lodlength; - uint16_t valid_line; -}; -static_assert((sizeof(SpanSetup) & 15) == 0, "SpanSetup is not aligned to 16 bytes."); - -struct SpanInfoOffsets -{ - int32_t offset, ylo, yhi, padding; -}; -static_assert((sizeof(SpanInfoOffsets) == 16), "SpanInfoOffsets is not 16 bytes."); - -struct SpanInterpolationJob -{ - uint16_t primitive_index, base_y, max_y, padding; -}; -static_assert((sizeof(SpanInterpolationJob) == 8), "SpanInterpolationJob is not 8 bytes."); - -struct GlobalState -{ - uint32_t addr_index; - uint32_t depth_addr_index; - uint32_t fb_width, fb_height; - uint32_t group_mask; -}; - -struct TileRasterWork -{ - uint32_t tile_x, tile_y; - uint32_t tile_instance; - uint32_t primitive; -}; -static_assert((sizeof(TileRasterWork) == 16), "TileRasterWork is not 16 bytes."); - -struct GlobalFBInfo -{ - uint32_t dx_shift; - uint32_t dx_mask; - uint32_t fb_size; - uint32_t base_primitive_index; -}; - -template -class StateCache -{ -public: - unsigned add(const T &t) - { - if (cached_index >= 0) - if (memcmp(&elements[cached_index], &t, sizeof(T)) == 0) - return unsigned(cached_index); - - for (int i = int(count) - 1; i >= 0; i--) - { - if (memcmp(&elements[i], &t, sizeof(T)) == 0) - { - cached_index = i; - return unsigned(i); - } - } - - assert(count < N); - memcpy(elements + count, &t, sizeof(T)); - unsigned ret = count++; - cached_index = int(ret); - return ret; - } - - bool full() const - { - return count == N; - } - - unsigned size() const - { - return count; - } - - unsigned byte_size() const - { - return size() * sizeof(T); - } - - const T *data() const - { - return elements; - } - - void reset() - { - count = 0; - cached_index = -1; - } - - bool empty() const - { - return count == 0; - } - -private: - unsigned count = 0; - int cached_index = -1; - T elements[N]; -}; - -template -class StreamCache -{ -public: - void add(const T &t) - { - assert(count < N); - memcpy(&elements[count++], &t, sizeof(T)); - } - - bool full() const - { - return count == N; - } - - unsigned size() const - { - return count; - } - - unsigned byte_size() const - { - return size() * sizeof(T); - } - - const T *data() const - { - return elements; - } - - void reset() - { - count = 0; - } - - bool empty() const - { - return count == 0; - } - -private: - unsigned count = 0; - T elements[N]; -}; - -namespace Limits -{ -constexpr unsigned MaxPrimitives = 256; -constexpr unsigned MaxStaticRasterizationStates = 64; -constexpr unsigned MaxDepthBlendStates = 64; -constexpr unsigned MaxTileInfoStates = 256; -constexpr unsigned NumSyncStates = 32; -constexpr unsigned MaxNumTiles = 8; -constexpr unsigned MaxTMEMInstances = 256; -constexpr unsigned MaxSpanSetups = 32 * 1024; -constexpr unsigned MaxWidth = 1024; -constexpr unsigned MaxHeight = 1024; -constexpr unsigned MaxTileInstances = 0x8000; -} - -namespace ImplementationConstants -{ -constexpr unsigned DefaultWorkgroupSize = 64; - -constexpr unsigned TileWidth = 8; -constexpr unsigned TileHeight = 8; -constexpr unsigned MaxTilesX = Limits::MaxWidth / TileWidth; -constexpr unsigned MaxTilesY = Limits::MaxHeight / TileHeight; -constexpr unsigned IncoherentPageSize = 1024; -constexpr unsigned MaxPendingRenderPassesBeforeFlush = 8; -constexpr unsigned MinimumPrimitivesForIdleFlush = 32; -constexpr unsigned MinimumRenderPassesForIdleFlush = 2; -} -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/rdp_device.cpp b/external/parallel-rdp-standalone/parallel-rdp/rdp_device.cpp deleted file mode 100644 index b51a22c0..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/rdp_device.cpp +++ /dev/null @@ -1,1259 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "rdp_device.hpp" -#include "rdp_common.hpp" -#include - -#ifdef __SSE2__ -#include -#endif - -#ifndef PARALLEL_RDP_SHADER_DIR -#include "shaders/slangmosh.hpp" -#endif - -using namespace Vulkan; - -#define STATE_MASK(flag, cond, mask) do { \ - (flag) &= ~(mask); \ - if (cond) (flag) |= (mask); \ -} while(0) - -namespace RDP -{ -CommandProcessor::CommandProcessor(Vulkan::Device &device_, void *rdram_ptr, - size_t rdram_offset_, size_t rdram_size_, size_t hidden_rdram_size, - CommandProcessorFlags flags_) - : device(device_), rdram_offset(rdram_offset_), rdram_size(rdram_size_), flags(flags_), renderer(*this), -#ifdef PARALLEL_RDP_SHADER_DIR - timeline_worker(Granite::Global::create_thread_context(), FenceExecutor{&device, &thread_timeline_value}) -#else - timeline_worker(FenceExecutor{&device, &thread_timeline_value}) -#endif -{ - BufferCreateInfo info = {}; - info.size = rdram_size; - info.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT; - info.domain = BufferDomain::CachedCoherentHostPreferCached; - info.misc = BUFFER_MISC_ZERO_INITIALIZE_BIT; - - if (const char *env = getenv("PARALLEL_RDP_DUMP_PATH")) - { - dump_writer.reset(new RDPDumpWriter); - if (!dump_writer->init(env, rdram_size, hidden_rdram_size)) - { - LOGE("Failed to init RDP dump: %s.\n", env); - dump_writer.reset(); - } - else - { - LOGI("Dumping RDP commands to: %s.\n", env); - flags |= COMMAND_PROCESSOR_FLAG_HOST_VISIBLE_HIDDEN_RDRAM_BIT; - } - } - - if (rdram_ptr) - { - bool allow_memory_host = true; - if (const char *env = getenv("PARALLEL_RDP_ALLOW_EXTERNAL_HOST")) - allow_memory_host = strtol(env, nullptr, 0) > 0; - - if (allow_memory_host && device.get_device_features().supports_external_memory_host) - { - size_t import_size = rdram_size + rdram_offset; - size_t align = device.get_device_features().host_memory_properties.minImportedHostPointerAlignment; - import_size = (import_size + align - 1) & ~(align - 1); - info.size = import_size; - rdram = device.create_imported_host_buffer(info, VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT, rdram_ptr); - if (!rdram) - LOGE("Failed to allocate RDRAM with VK_EXT_external_memory_host.\n"); - } - - if (!rdram) - { - LOGW("VK_EXT_external_memory_host not supported or failed, falling back to a slower path.\n"); - is_host_coherent = false; - rdram_offset = 0; - host_rdram = static_cast(rdram_ptr) + rdram_offset_; - - BufferCreateInfo device_rdram = {}; - device_rdram.size = rdram_size * 2; // Need twice the memory amount so we can also store a writemask. - device_rdram.usage = VK_BUFFER_USAGE_TRANSFER_DST_BIT | - VK_BUFFER_USAGE_TRANSFER_SRC_BIT | - VK_BUFFER_USAGE_STORAGE_BUFFER_BIT; - - if (device.get_gpu_properties().deviceType == VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU) - device_rdram.domain = BufferDomain::CachedCoherentHostPreferCached; - else - device_rdram.domain = BufferDomain::Device; - - device_rdram.misc = BUFFER_MISC_ZERO_INITIALIZE_BIT; - rdram = device.create_buffer(device_rdram); - } - } - else - rdram = device.create_buffer(info); - - if (!rdram) - LOGE("Failed to allocate RDRAM.\n"); - - info.size = hidden_rdram_size; - // Should be CachedHost, but seeing some insane bug on incoherent Arm systems for time being, - // so just forcing coherent memory here for now. Not sure what is going on. - info.domain = (flags & COMMAND_PROCESSOR_FLAG_HOST_VISIBLE_HIDDEN_RDRAM_BIT) != 0 ? - BufferDomain::CachedCoherentHostPreferCoherent : BufferDomain::Device; - info.misc = 0; - hidden_rdram = device.create_buffer(info); - - info.size = 0x1000; - info.domain = (flags & COMMAND_PROCESSOR_FLAG_HOST_VISIBLE_TMEM_BIT) != 0 ? - BufferDomain::CachedCoherentHostPreferCoherent : BufferDomain::Device; - tmem = device.create_buffer(info); - - clear_hidden_rdram(); - clear_tmem(); - init_renderer(); - - if (const char *env = getenv("PARALLEL_RDP_BENCH")) - { - measure_stall_time = strtol(env, nullptr, 0) > 0; - if (measure_stall_time) - LOGI("Will measure stall timings.\n"); - } - - if (const char *env = getenv("PARALLEL_RDP_SINGLE_THREADED_COMMAND")) - { - single_threaded_processing = strtol(env, nullptr, 0) > 0; - if (single_threaded_processing) - LOGI("Will use single threaded command processing.\n"); - } - - if (!single_threaded_processing) - { - ring.init( -#ifdef PARALLEL_RDP_SHADER_DIR - Granite::Global::create_thread_context(), -#endif - this, 4 * 1024); - } - - if (const char *env = getenv("PARALLEL_RDP_BENCH")) - timestamp = strtol(env, nullptr, 0) > 0; -} - -CommandProcessor::~CommandProcessor() -{ - idle(); -} - -void CommandProcessor::begin_frame_context() -{ - flush(); - drain_command_ring(); - device.next_frame_context(); -} - -void CommandProcessor::init_renderer() -{ - if (!rdram) - { - is_supported = false; - return; - } - - renderer.set_device(&device); - renderer.set_rdram(rdram.get(), host_rdram, rdram_offset, rdram_size, is_host_coherent); - renderer.set_hidden_rdram(hidden_rdram.get()); - renderer.set_tmem(tmem.get()); - - unsigned factor = 1; - if (flags & COMMAND_PROCESSOR_FLAG_UPSCALING_8X_BIT) - factor = 8; - else if (flags & COMMAND_PROCESSOR_FLAG_UPSCALING_4X_BIT) - factor = 4; - else if (flags & COMMAND_PROCESSOR_FLAG_UPSCALING_2X_BIT) - factor = 2; - - if (factor != 1) - LOGI("Enabling upscaling: %ux.\n", factor); - - RendererOptions opts; - opts.upscaling_factor = factor; - opts.super_sampled_readback = (flags & COMMAND_PROCESSOR_FLAG_SUPER_SAMPLED_READ_BACK_BIT) != 0; - opts.super_sampled_readback_dither = (flags & COMMAND_PROCESSOR_FLAG_SUPER_SAMPLED_DITHER_BIT) != 0; - - is_supported = renderer.init_renderer(opts); - - vi.set_device(&device); - vi.set_rdram(rdram.get(), rdram_offset, rdram_size); - vi.set_hidden_rdram(hidden_rdram.get()); - vi.set_renderer(&renderer); - -#ifndef PARALLEL_RDP_SHADER_DIR - Vulkan::ResourceLayout layout; - shader_bank.reset(new ShaderBank(device, layout, [&](const char *name, const char *define) -> int { - if (strncmp(name, "vi_", 3) == 0) - return vi.resolve_shader_define(name, define); - else - return renderer.resolve_shader_define(name, define); - })); - renderer.set_shader_bank(shader_bank.get()); - vi.set_shader_bank(shader_bank.get()); -#endif -} - -bool CommandProcessor::device_is_supported() const -{ - return is_supported; -} - -void CommandProcessor::clear_hidden_rdram() -{ - clear_buffer(*hidden_rdram, 0x03030303); -} - -void CommandProcessor::clear_tmem() -{ - clear_buffer(*tmem, 0); -} - -void CommandProcessor::clear_buffer(Vulkan::Buffer &buffer, uint32_t value) -{ - if (!buffer.get_allocation().is_host_allocation()) - { - auto cmd = device.request_command_buffer(); - cmd->fill_buffer(buffer, value); - Fence fence; - device.submit(cmd, &fence); - fence->wait(); - } - else - { - auto *mapped = device.map_host_buffer(buffer, MEMORY_ACCESS_WRITE_BIT); - memset(mapped, value & 0xff, buffer.get_create_info().size); - device.unmap_host_buffer(buffer, MEMORY_ACCESS_WRITE_BIT); - } -} - -void CommandProcessor::op_sync_full(const uint32_t *) -{ - renderer.flush_and_signal(); -} - -void CommandProcessor::decode_triangle_setup(TriangleSetup &setup, const uint32_t *words) const -{ - bool copy_cycle = (static_state.flags & RASTERIZATION_COPY_BIT) != 0; - bool flip = (words[0] & 0x800000u) != 0; - bool sign_dxhdy = (words[5] & 0x80000000u) != 0; - bool do_offset = flip == sign_dxhdy; - - setup.flags |= flip ? TRIANGLE_SETUP_FLIP_BIT : 0; - setup.flags |= do_offset ? TRIANGLE_SETUP_DO_OFFSET_BIT : 0; - setup.flags |= copy_cycle ? TRIANGLE_SETUP_SKIP_XFRAC_BIT : 0; - setup.flags |= quirks.u.options.native_texture_lod ? TRIANGLE_SETUP_NATIVE_LOD_BIT : 0; - - setup.tile = (words[0] >> 16) & 63; - - setup.yl = sext<14>(words[0]); - setup.ym = sext<14>(words[1] >> 16); - setup.yh = sext<14>(words[1]); - - // The lower bit is ignored, so shift here to obtain an extra bit of subpixel precision. - // This is very useful for upscaling, since we can obtain 8x before we overflow instead of 4x. - setup.xl = sext<28>(words[2]) >> 1; - setup.xh = sext<28>(words[4]) >> 1; - setup.xm = sext<28>(words[6]) >> 1; - setup.dxldy = sext<28>(words[3] >> 2) >> 1; - setup.dxhdy = sext<28>(words[5] >> 2) >> 1; - setup.dxmdy = sext<28>(words[7] >> 2) >> 1; -} - -static void decode_tex_setup(AttributeSetup &attr, const uint32_t *words) -{ - attr.s = (words[0] & 0xffff0000u) | ((words[4] >> 16) & 0x0000ffffu); - attr.t = ((words[0] << 16) & 0xffff0000u) | (words[4] & 0x0000ffffu); - attr.w = (words[1] & 0xffff0000u) | ((words[5] >> 16) & 0x0000ffffu); - - attr.dsdx = (words[2] & 0xffff0000u) | ((words[6] >> 16) & 0x0000ffffu); - attr.dtdx = ((words[2] << 16) & 0xffff0000u) | (words[6] & 0x0000ffffu); - attr.dwdx = (words[3] & 0xffff0000u) | ((words[7] >> 16) & 0x0000ffffu); - - attr.dsde = (words[8] & 0xffff0000u) | ((words[12] >> 16) & 0x0000ffffu); - attr.dtde = ((words[8] << 16) & 0xffff0000u) | (words[12] & 0x0000ffffu); - attr.dwde = (words[9] & 0xffff0000u) | ((words[13] >> 16) & 0x0000ffffu); - - attr.dsdy = (words[10] & 0xffff0000u) | ((words[14] >> 16) & 0x0000ffffu); - attr.dtdy = ((words[10] << 16) & 0xffff0000u) | (words[14] & 0x0000ffffu); - attr.dwdy = (words[11] & 0xffff0000u) | ((words[15] >> 16) & 0x0000ffffu); -} - -static void decode_rgba_setup(AttributeSetup &attr, const uint32_t *words) -{ - attr.r = (words[0] & 0xffff0000u) | ((words[4] >> 16) & 0xffff); - attr.g = (words[0] << 16) | (words[4] & 0xffff); - attr.b = (words[1] & 0xffff0000u) | ((words[5] >> 16) & 0xffff); - attr.a = (words[1] << 16) | (words[5] & 0xffff); - - attr.drdx = (words[2] & 0xffff0000u) | ((words[6] >> 16) & 0xffff); - attr.dgdx = (words[2] << 16) | (words[6] & 0xffff); - attr.dbdx = (words[3] & 0xffff0000u) | ((words[7] >> 16) & 0xffff); - attr.dadx = (words[3] << 16) | (words[7] & 0xffff); - - attr.drde = (words[8] & 0xffff0000u) | ((words[12] >> 16) & 0xffff); - attr.dgde = (words[8] << 16) | (words[12] & 0xffff); - attr.dbde = (words[9] & 0xffff0000u) | ((words[13] >> 16) & 0xffff); - attr.dade = (words[9] << 16) | (words[13] & 0xffff); - - attr.drdy = (words[10] & 0xffff0000u) | ((words[14] >> 16) & 0xffff); - attr.dgdy = (words[10] << 16) | (words[14] & 0xffff); - attr.dbdy = (words[11] & 0xffff0000u) | ((words[15] >> 16) & 0xffff); - attr.dady = (words[11] << 16) | (words[15] & 0xffff); -} - -static void decode_z_setup(AttributeSetup &attr, const uint32_t *words) -{ - attr.z = words[0]; - attr.dzdx = words[1]; - attr.dzde = words[2]; - attr.dzdy = words[3]; -} - -void CommandProcessor::op_fill_triangle(const uint32_t *words) -{ - TriangleSetup setup = {}; - decode_triangle_setup(setup, words); - renderer.draw_flat_primitive(setup); -} - -void CommandProcessor::op_shade_triangle(const uint32_t *words) -{ - TriangleSetup setup = {}; - AttributeSetup attr = {}; - decode_triangle_setup(setup, words); - decode_rgba_setup(attr, words + 8); - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_shade_z_buffer_triangle(const uint32_t *words) -{ - TriangleSetup setup = {}; - AttributeSetup attr = {}; - decode_triangle_setup(setup, words); - decode_rgba_setup(attr, words + 8); - decode_z_setup(attr, words + 24); - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_shade_texture_z_buffer_triangle(const uint32_t *words) -{ - TriangleSetup setup = {}; - AttributeSetup attr = {}; - decode_triangle_setup(setup, words); - decode_rgba_setup(attr, words + 8); - decode_tex_setup(attr, words + 24); - decode_z_setup(attr, words + 40); - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_fill_z_buffer_triangle(const uint32_t *words) -{ - TriangleSetup setup = {}; - AttributeSetup attr = {}; - decode_triangle_setup(setup, words); - decode_z_setup(attr, words + 8); - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_texture_triangle(const uint32_t *words) -{ - TriangleSetup setup = {}; - AttributeSetup attr = {}; - decode_triangle_setup(setup, words); - decode_tex_setup(attr, words + 8); - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_texture_z_buffer_triangle(const uint32_t *words) -{ - TriangleSetup setup = {}; - AttributeSetup attr = {}; - decode_triangle_setup(setup, words); - decode_tex_setup(attr, words + 8); - decode_z_setup(attr, words + 24); - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_shade_texture_triangle(const uint32_t *words) -{ - TriangleSetup setup = {}; - AttributeSetup attr = {}; - decode_triangle_setup(setup, words); - decode_rgba_setup(attr, words + 8); - decode_tex_setup(attr, words + 24); - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_set_color_image(const uint32_t *words) -{ - unsigned fmt = (words[0] >> 21) & 7; - unsigned size = (words[0] >> 19) & 3; - unsigned width = (words[0] & 1023) + 1; - unsigned addr = words[1] & 0xffffff; - - FBFormat fbfmt; - switch (size) - { - case 0: - fbfmt = FBFormat::I4; - break; - - case 1: - fbfmt = FBFormat::I8; - break; - - case 2: - fbfmt = fmt ? FBFormat::IA88 : FBFormat::RGBA5551; - break; - - case 3: - fbfmt = FBFormat::RGBA8888; - break; - - default: - LOGE("Invalid pixel size %u.\n", size); - return; - } - - renderer.set_color_framebuffer(addr, width, fbfmt); -} - -void CommandProcessor::op_set_mask_image(const uint32_t *words) -{ - unsigned addr = words[1] & 0xffffff; - renderer.set_depth_framebuffer(addr); -} - -void CommandProcessor::op_set_scissor(const uint32_t *words) -{ - scissor_state.xlo = (words[0] >> 12) & 0xfff; - scissor_state.xhi = (words[1] >> 12) & 0xfff; - scissor_state.ylo = (words[0] >> 0) & 0xfff; - scissor_state.yhi = (words[1] >> 0) & 0xfff; - - STATE_MASK(static_state.flags, bool(words[1] & (1 << 25)), RASTERIZATION_INTERLACE_FIELD_BIT); - STATE_MASK(static_state.flags, bool(words[1] & (1 << 24)), RASTERIZATION_INTERLACE_KEEP_ODD_BIT); - renderer.set_scissor_state(scissor_state); - renderer.set_static_rasterization_state(static_state); -} - -void CommandProcessor::op_set_other_modes(const uint32_t *words) -{ - STATE_MASK(static_state.flags, bool(words[0] & (1 << 19)), RASTERIZATION_PERSPECTIVE_CORRECT_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 18)), RASTERIZATION_DETAIL_LOD_ENABLE_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 17)), RASTERIZATION_SHARPEN_LOD_ENABLE_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 16)), RASTERIZATION_TEX_LOD_ENABLE_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 15)), RASTERIZATION_TLUT_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 14)), RASTERIZATION_TLUT_TYPE_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 13)), RASTERIZATION_SAMPLE_MODE_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 12)), RASTERIZATION_SAMPLE_MID_TEXEL_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 11)), RASTERIZATION_BILERP_0_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 10)), RASTERIZATION_BILERP_1_BIT); - STATE_MASK(static_state.flags, bool(words[0] & (1 << 9)), RASTERIZATION_CONVERT_ONE_BIT); - STATE_MASK(depth_blend.flags, bool(words[1] & (1 << 14)), DEPTH_BLEND_FORCE_BLEND_BIT); - STATE_MASK(static_state.flags, bool(words[1] & (1 << 13)), RASTERIZATION_ALPHA_CVG_SELECT_BIT); - STATE_MASK(static_state.flags, bool(words[1] & (1 << 12)), RASTERIZATION_CVG_TIMES_ALPHA_BIT); - STATE_MASK(depth_blend.flags, bool(words[1] & (1 << 7)), DEPTH_BLEND_COLOR_ON_COVERAGE_BIT); - STATE_MASK(depth_blend.flags, bool(words[1] & (1 << 6)), DEPTH_BLEND_IMAGE_READ_ENABLE_BIT); - STATE_MASK(depth_blend.flags, bool(words[1] & (1 << 5)), DEPTH_BLEND_DEPTH_UPDATE_BIT); - STATE_MASK(depth_blend.flags, bool(words[1] & (1 << 4)), DEPTH_BLEND_DEPTH_TEST_BIT); - STATE_MASK(static_state.flags, bool(words[1] & (1 << 3)), RASTERIZATION_AA_BIT); - STATE_MASK(depth_blend.flags, bool(words[1] & (1 << 3)), DEPTH_BLEND_AA_BIT); - - STATE_MASK(static_state.flags, bool(words[1] & (1 << 1)), RASTERIZATION_ALPHA_TEST_DITHER_BIT); - STATE_MASK(static_state.flags, bool(words[1] & (1 << 0)), RASTERIZATION_ALPHA_TEST_BIT); - static_state.dither = (words[0] >> 4) & 0x0f; - STATE_MASK(depth_blend.flags, RGBDitherMode(static_state.dither >> 2) != RGBDitherMode::Off, DEPTH_BLEND_DITHER_ENABLE_BIT); - depth_blend.coverage_mode = static_cast((words[1] >> 8) & 3); - depth_blend.z_mode = static_cast((words[1] >> 10) & 3); - - static_state.flags &= ~(RASTERIZATION_MULTI_CYCLE_BIT | - RASTERIZATION_FILL_BIT | - RASTERIZATION_COPY_BIT); - depth_blend.flags &= ~DEPTH_BLEND_MULTI_CYCLE_BIT; - - switch (CycleType((words[0] >> 20) & 3)) - { - case CycleType::Cycle2: - static_state.flags |= RASTERIZATION_MULTI_CYCLE_BIT; - depth_blend.flags |= DEPTH_BLEND_MULTI_CYCLE_BIT; - break; - - case CycleType::Fill: - static_state.flags |= RASTERIZATION_FILL_BIT; - break; - - case CycleType::Copy: - static_state.flags |= RASTERIZATION_COPY_BIT; - break; - - default: - break; - } - - depth_blend.blend_cycles[0].blend_1a = static_cast((words[1] >> 30) & 3); - depth_blend.blend_cycles[1].blend_1a = static_cast((words[1] >> 28) & 3); - depth_blend.blend_cycles[0].blend_1b = static_cast((words[1] >> 26) & 3); - depth_blend.blend_cycles[1].blend_1b = static_cast((words[1] >> 24) & 3); - depth_blend.blend_cycles[0].blend_2a = static_cast((words[1] >> 22) & 3); - depth_blend.blend_cycles[1].blend_2a = static_cast((words[1] >> 20) & 3); - depth_blend.blend_cycles[0].blend_2b = static_cast((words[1] >> 18) & 3); - depth_blend.blend_cycles[1].blend_2b = static_cast((words[1] >> 16) & 3); - - renderer.set_static_rasterization_state(static_state); - renderer.set_depth_blend_state(depth_blend); - renderer.set_enable_primitive_depth(bool(words[1] & (1 << 2))); -} - -void CommandProcessor::op_set_texture_image(const uint32_t *words) -{ - auto fmt = TextureFormat((words[0] >> 21) & 7); - auto size = TextureSize((words[0] >> 19) & 3); - uint32_t width = (words[0] & 0x3ff) + 1; - uint32_t addr = words[1] & 0x00ffffffu; - - texture_image.addr = addr; - texture_image.width = width; - texture_image.size = size; - texture_image.fmt = fmt; -} - -void CommandProcessor::op_set_tile(const uint32_t *words) -{ - uint32_t tile = (words[1] >> 24) & 7; - - TileMeta info = {}; - info.offset = ((words[0] >> 0) & 511) << 3; - info.stride = ((words[0] >> 9) & 511) << 3; - info.size = TextureSize((words[0] >> 19) & 3); - info.fmt = TextureFormat((words[0] >> 21) & 7); - - info.palette = (words[1] >> 20) & 15; - - info.shift_s = (words[1] >> 0) & 15; - info.mask_s = (words[1] >> 4) & 15; - info.shift_t = (words[1] >> 10) & 15; - info.mask_t = (words[1] >> 14) & 15; - - if (words[1] & (1 << 8)) - info.flags |= TILE_INFO_MIRROR_S_BIT; - if (words[1] & (1 << 9)) - info.flags |= TILE_INFO_CLAMP_S_BIT; - if (words[1] & (1 << 18)) - info.flags |= TILE_INFO_MIRROR_T_BIT; - if (words[1] & (1 << 19)) - info.flags |= TILE_INFO_CLAMP_T_BIT; - - if (info.mask_s > 10) - info.mask_s = 10; - else if (info.mask_s == 0) - info.flags |= TILE_INFO_CLAMP_S_BIT; - - if (info.mask_t > 10) - info.mask_t = 10; - else if (info.mask_t == 0) - info.flags |= TILE_INFO_CLAMP_T_BIT; - - renderer.set_tile(tile, info); -} - -void CommandProcessor::op_load_tile(const uint32_t *words) -{ - uint32_t tile = (words[1] >> 24) & 7; - - LoadTileInfo info = {}; - - info.tex_addr = texture_image.addr; - info.tex_width = texture_image.width; - info.fmt = texture_image.fmt; - info.size = texture_image.size; - info.slo = (words[0] >> 12) & 0xfff; - info.shi = (words[1] >> 12) & 0xfff; - info.tlo = (words[0] >> 0) & 0xfff; - info.thi = (words[1] >> 0) & 0xfff; - info.mode = UploadMode::Tile; - - renderer.load_tile(tile, info); -} - -void CommandProcessor::op_load_tlut(const uint32_t *words) -{ - uint32_t tile = (words[1] >> 24) & 7; - - LoadTileInfo info = {}; - - info.tex_addr = texture_image.addr; - info.tex_width = texture_image.width; - info.fmt = texture_image.fmt; - info.size = texture_image.size; - info.slo = (words[0] >> 12) & 0xfff; - info.shi = (words[1] >> 12) & 0xfff; - info.tlo = (words[0] >> 0) & 0xfff; - info.thi = (words[1] >> 0) & 0xfff; - info.mode = UploadMode::TLUT; - - renderer.load_tile(tile, info); -} - -void CommandProcessor::op_load_block(const uint32_t *words) -{ - uint32_t tile = (words[1] >> 24) & 7; - - LoadTileInfo info = {}; - - info.tex_addr = texture_image.addr; - info.tex_width = texture_image.width; - info.fmt = texture_image.fmt; - info.size = texture_image.size; - info.slo = (words[0] >> 12) & 0xfff; - info.shi = (words[1] >> 12) & 0xfff; - info.tlo = (words[0] >> 0) & 0xfff; - info.thi = (words[1] >> 0) & 0xfff; - info.mode = UploadMode::Block; - - renderer.load_tile(tile, info); -} - -void CommandProcessor::op_set_tile_size(const uint32_t *words) -{ - uint32_t tile = (words[1] >> 24) & 7; - auto slo = (words[0] >> 12) & 0xfff; - auto shi = (words[1] >> 12) & 0xfff; - auto tlo = (words[0] >> 0) & 0xfff; - auto thi = (words[1] >> 0) & 0xfff; - renderer.set_tile_size(tile, slo, shi, tlo, thi); -} - -void CommandProcessor::op_set_combine(const uint32_t *words) -{ - static_state.combiner[0].rgb.muladd = static_cast((words[0] >> 20) & 0xf); - static_state.combiner[0].rgb.mul = static_cast((words[0] >> 15) & 0x1f); - static_state.combiner[0].rgb.mulsub = static_cast((words[1] >> 28) & 0xf); - static_state.combiner[0].rgb.add = static_cast(words[1] >> 15 & 0x7); - - static_state.combiner[0].alpha.muladd = static_cast((words[0] >> 12) & 0x7); - static_state.combiner[0].alpha.mulsub = static_cast((words[1] >> 12) & 0x7); - static_state.combiner[0].alpha.mul = static_cast((words[0] >> 9) & 0x7); - static_state.combiner[0].alpha.add = static_cast((words[1] >> 9) & 0x7); - - static_state.combiner[1].rgb.muladd = static_cast((words[0] >> 5) & 0xf); - static_state.combiner[1].rgb.mul = static_cast((words[0] >> 0) & 0x1f); - static_state.combiner[1].rgb.mulsub = static_cast((words[1] >> 24) & 0xf); - static_state.combiner[1].rgb.add = static_cast(words[1] >> 6 & 0x7); - - static_state.combiner[1].alpha.muladd = static_cast((words[1] >> 21) & 0x7); - static_state.combiner[1].alpha.mulsub = static_cast((words[1] >> 3) & 0x7); - static_state.combiner[1].alpha.mul = static_cast((words[1] >> 18) & 0x7); - static_state.combiner[1].alpha.add = static_cast((words[1] >> 0) & 0x7); - - renderer.set_static_rasterization_state(static_state); -} - -void CommandProcessor::op_set_blend_color(const uint32_t *words) -{ - renderer.set_blend_color(words[1]); -} - -void CommandProcessor::op_set_env_color(const uint32_t *words) -{ - renderer.set_env_color(words[1]); -} - -void CommandProcessor::op_set_fog_color(const uint32_t *words) -{ - renderer.set_fog_color(words[1]); -} - -void CommandProcessor::op_set_prim_color(const uint32_t *words) -{ - uint8_t prim_min_level = (words[0] >> 8) & 31; - uint8_t prim_level_frac = (words[0] >> 0) & 0xff; - renderer.set_primitive_color(prim_min_level, prim_level_frac, words[1]); -} - -void CommandProcessor::op_set_fill_color(const uint32_t *words) -{ - renderer.set_fill_color(words[1]); -} - -void CommandProcessor::op_fill_rectangle(const uint32_t *words) -{ - uint32_t xl = (words[0] >> 12) & 0xfff; - uint32_t yl = (words[0] >> 0) & 0xfff; - uint32_t xh = (words[1] >> 12) & 0xfff; - uint32_t yh = (words[1] >> 0) & 0xfff; - - if ((static_state.flags & (RASTERIZATION_COPY_BIT | RASTERIZATION_FILL_BIT)) != 0) - yl |= 3; - - TriangleSetup setup = {}; - setup.xh = xh << 13; - setup.xl = xl << 13; - setup.xm = xl << 13; - setup.ym = yl; - setup.yl = yl; - setup.yh = yh; - setup.flags = TRIANGLE_SETUP_FLIP_BIT | TRIANGLE_SETUP_DISABLE_UPSCALING_BIT; - - renderer.draw_flat_primitive(setup); -} - -void CommandProcessor::op_texture_rectangle(const uint32_t *words) -{ - uint32_t xl = (words[0] >> 12) & 0xfff; - uint32_t yl = (words[0] >> 0) & 0xfff; - uint32_t xh = (words[1] >> 12) & 0xfff; - uint32_t yh = (words[1] >> 0) & 0xfff; - uint32_t tile = (words[1] >> 24) & 0x7; - - int32_t s = (words[2] >> 16) & 0xffff; - int32_t t = (words[2] >> 0) & 0xffff; - int32_t dsdx = (words[3] >> 16) & 0xffff; - int32_t dtdy = (words[3] >> 0) & 0xffff; - dsdx = sext<16>(dsdx); - dtdy = sext<16>(dtdy); - - if ((static_state.flags & (RASTERIZATION_COPY_BIT | RASTERIZATION_FILL_BIT)) != 0) - yl |= 3; - - TriangleSetup setup = {}; - AttributeSetup attr = {}; - - setup.xh = xh << 13; - setup.xl = xl << 13; - setup.xm = xl << 13; - setup.ym = yl; - setup.yl = yl; - setup.yh = yh; - setup.flags = TRIANGLE_SETUP_FLIP_BIT | - (quirks.u.options.native_resolution_tex_rect ? TRIANGLE_SETUP_DISABLE_UPSCALING_BIT : 0) | - (quirks.u.options.native_texture_lod ? TRIANGLE_SETUP_NATIVE_LOD_BIT : 0); - setup.tile = tile; - - attr.s = s << 16; - attr.t = t << 16; - attr.dsdx = dsdx << 11; - attr.dtde = dtdy << 11; - attr.dtdy = dtdy << 11; - - if ((static_state.flags & RASTERIZATION_COPY_BIT) != 0) - setup.flags |= TRIANGLE_SETUP_SKIP_XFRAC_BIT; - - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_texture_rectangle_flip(const uint32_t *words) -{ - uint32_t xl = (words[0] >> 12) & 0xfff; - uint32_t yl = (words[0] >> 0) & 0xfff; - uint32_t xh = (words[1] >> 12) & 0xfff; - uint32_t yh = (words[1] >> 0) & 0xfff; - uint32_t tile = (words[1] >> 24) & 0x7; - - int32_t s = (words[2] >> 16) & 0xffff; - int32_t t = (words[2] >> 0) & 0xffff; - int32_t dsdx = (words[3] >> 16) & 0xffff; - int32_t dtdy = (words[3] >> 0) & 0xffff; - dsdx = sext<16>(dsdx); - dtdy = sext<16>(dtdy); - - if ((static_state.flags & (RASTERIZATION_COPY_BIT | RASTERIZATION_FILL_BIT)) != 0) - yl |= 3; - - TriangleSetup setup = {}; - AttributeSetup attr = {}; - - setup.xh = xh << 13; - setup.xl = xl << 13; - setup.xm = xl << 13; - setup.ym = yl; - setup.yl = yl; - setup.yh = yh; - setup.flags = TRIANGLE_SETUP_FLIP_BIT | TRIANGLE_SETUP_DISABLE_UPSCALING_BIT | - (quirks.u.options.native_resolution_tex_rect ? TRIANGLE_SETUP_DISABLE_UPSCALING_BIT : 0) | - (quirks.u.options.native_texture_lod ? TRIANGLE_SETUP_NATIVE_LOD_BIT : 0); - setup.tile = tile; - - attr.s = s << 16; - attr.t = t << 16; - attr.dtdx = dtdy << 11; - attr.dsde = dsdx << 11; - attr.dsdy = dsdx << 11; - - if ((static_state.flags & RASTERIZATION_COPY_BIT) != 0) - setup.flags |= TRIANGLE_SETUP_SKIP_XFRAC_BIT; - - renderer.draw_shaded_primitive(setup, attr); -} - -void CommandProcessor::op_set_prim_depth(const uint32_t *words) -{ - renderer.set_primitive_depth((words[1] >> 16) & 0xffff, words[1] & 0xffff); -} - -void CommandProcessor::op_set_convert(const uint32_t *words) -{ - uint64_t merged = (uint64_t(words[0]) << 32) | words[1]; - - uint16_t k5 = (merged >> 0) & 0x1ff; - uint16_t k4 = (merged >> 9) & 0x1ff; - uint16_t k3 = (merged >> 18) & 0x1ff; - uint16_t k2 = (merged >> 27) & 0x1ff; - uint16_t k1 = (merged >> 36) & 0x1ff; - uint16_t k0 = (merged >> 45) & 0x1ff; - renderer.set_convert(k0, k1, k2, k3, k4, k5); -} - -void CommandProcessor::op_set_key_gb(const uint32_t *words) -{ - uint32_t g_width = (words[0] >> 12) & 0xfff; - uint32_t b_width = (words[0] >> 0) & 0xfff; - uint32_t g_center = (words[1] >> 24) & 0xff; - uint32_t g_scale = (words[1] >> 16) & 0xff; - uint32_t b_center = (words[1] >> 8) & 0xff; - uint32_t b_scale = (words[1] >> 0) & 0xff; - renderer.set_color_key(1, g_width, g_center, g_scale); - renderer.set_color_key(2, b_width, b_center, b_scale); -} - -void CommandProcessor::op_set_key_r(const uint32_t *words) -{ - uint32_t r_width = (words[1] >> 16) & 0xfff; - uint32_t r_center = (words[1] >> 8) & 0xff; - uint32_t r_scale = (words[1] >> 0) & 0xff; - renderer.set_color_key(0, r_width, r_center, r_scale); -} - -#define OP(x) void CommandProcessor::op_##x(const uint32_t *) {} -OP(sync_load) OP(sync_pipe) -OP(sync_tile) -#undef OP - -void CommandProcessor::enqueue_command_inner(unsigned num_words, const uint32_t *words) -{ - if (single_threaded_processing) - enqueue_command_direct(num_words, words); - else - ring.enqueue_command(num_words, words); -} - -void CommandProcessor::enqueue_command(unsigned num_words, const uint32_t *words) -{ - if (dump_writer && !dump_in_command_list) - { - wait_for_timeline(signal_timeline()); - dump_writer->flush_dram(begin_read_rdram(), rdram_size); - dump_writer->flush_hidden_dram(begin_read_hidden_rdram(), hidden_rdram->get_create_info().size); - dump_in_command_list = true; - } - - enqueue_command_inner(num_words, words); - - if (dump_writer) - { - uint32_t cmd_id = (words[0] >> 24) & 63; - if (Op(cmd_id) == Op::SyncFull) - { - dump_writer->signal_complete(); - dump_in_command_list = false; - } - else - dump_writer->emit_command(cmd_id, words, num_words); - } -} - -void CommandProcessor::enqueue_command_direct(unsigned, const uint32_t *words) -{ -#define OP(x) &CommandProcessor::op_##x - using CommandFunc = void (CommandProcessor::*)(const uint32_t *words); - static const CommandFunc funcs[64] = { - /* 0x00 */ nullptr, nullptr, nullptr, nullptr, - /* 0x04 */ nullptr, nullptr, nullptr, nullptr, - /* 0x08 */ OP(fill_triangle), OP(fill_z_buffer_triangle), OP(texture_triangle), OP(texture_z_buffer_triangle), - /* 0x0c */ OP(shade_triangle), OP(shade_z_buffer_triangle), OP(shade_texture_triangle), OP(shade_texture_z_buffer_triangle), - /* 0x10 */ nullptr, nullptr, nullptr, nullptr, - /* 0x14 */ nullptr, nullptr, nullptr, nullptr, - /* 0x18 */ nullptr, nullptr, nullptr, nullptr, - /* 0x1c */ nullptr, nullptr, nullptr, nullptr, - /* 0x20 */ nullptr, nullptr, nullptr, nullptr, - /* 0x24 */ OP(texture_rectangle), OP(texture_rectangle_flip), OP(sync_load), OP(sync_pipe), - /* 0x28 */ OP(sync_tile), OP(sync_full), OP(set_key_gb), OP(set_key_r), - /* 0x2c */ OP(set_convert), OP(set_scissor), OP(set_prim_depth), OP(set_other_modes), - /* 0x30 */ OP(load_tlut), nullptr, OP(set_tile_size), OP(load_block), - /* 0x34 */ OP(load_tile), OP(set_tile), OP(fill_rectangle), OP(set_fill_color), - /* 0x38 */ OP(set_fog_color), OP(set_blend_color), OP(set_prim_color), OP(set_env_color), - /* 0x3c */ OP(set_combine), OP(set_texture_image), OP(set_mask_image), OP(set_color_image), - }; -#undef OP - - unsigned op = (words[0] >> 24) & 63; - switch (Op(op)) - { - case Op::MetaSignalTimeline: - { - renderer.flush_and_signal(); - uint64_t val = words[1] | (uint64_t(words[2]) << 32); - CoherencyOperation signal_op; - signal_op.timeline_value = val; - timeline_worker.push(std::move(signal_op)); - break; - } - - case Op::MetaFlush: - { - renderer.flush_and_signal(); - break; - } - - case Op::MetaIdle: - { - renderer.notify_idle_command_thread(); - break; - } - - case Op::MetaSetQuirks: - { - quirks.u.words[0] = words[1]; - break; - } - - default: - if (funcs[op]) - (this->*funcs[op])(words); - break; - } -} - -void CommandProcessor::set_quirks(const Quirks &quirks_) -{ - const uint32_t words[2] = { - uint32_t(Op::MetaSetQuirks) << 24u, - quirks_.u.words[0], - }; - enqueue_command_inner(2, words); -} - -void CommandProcessor::set_vi_register(VIRegister reg, uint32_t value) -{ - vi.set_vi_register(reg, value); - if (dump_writer) - dump_writer->set_vi_register(uint32_t(reg), value); -} - -void CommandProcessor::begin_vi_register_per_scanline(VideoInterface::PerScanlineRegisterFlags vi_flags) -{ - vi.begin_vi_register_per_scanline(vi_flags); -} - -void CommandProcessor::set_vi_register_for_scanline(VideoInterface::PerScanlineRegisterBits reg, uint32_t value) -{ - vi.set_vi_register_for_scanline(reg, value); -} - -void CommandProcessor::latch_vi_register_for_scanline(unsigned vi_line) -{ - vi.latch_vi_register_for_scanline(vi_line); -} - -void CommandProcessor::end_vi_register_per_scanline() -{ - vi.end_vi_register_per_scanline(); -} - -void *CommandProcessor::begin_read_rdram() -{ - if (rdram) - return device.map_host_buffer(*rdram, MEMORY_ACCESS_READ_BIT); - else - return nullptr; -} - -void CommandProcessor::end_write_rdram() -{ - if (rdram) - device.unmap_host_buffer(*rdram, MEMORY_ACCESS_WRITE_BIT); -} - -void *CommandProcessor::begin_read_hidden_rdram() -{ - return device.map_host_buffer(*hidden_rdram, MEMORY_ACCESS_READ_BIT); -} - -void CommandProcessor::end_write_hidden_rdram() -{ - device.unmap_host_buffer(*hidden_rdram, MEMORY_ACCESS_WRITE_BIT); -} - -size_t CommandProcessor::get_rdram_size() const -{ - if (is_host_coherent) - return rdram->get_create_info().size; - else - return rdram->get_create_info().size / 2; -} - -size_t CommandProcessor::get_hidden_rdram_size() const -{ - return hidden_rdram->get_create_info().size; -} - -void *CommandProcessor::get_tmem() -{ - return device.map_host_buffer(*tmem, MEMORY_ACCESS_READ_BIT); -} - -void CommandProcessor::idle() -{ - flush(); - wait_for_timeline(signal_timeline()); -} - -void CommandProcessor::flush() -{ - const uint32_t words[1] = { - uint32_t(Op::MetaFlush) << 24, - }; - enqueue_command_inner(1, words); -} - -uint64_t CommandProcessor::signal_timeline() -{ - timeline_value++; - - const uint32_t words[3] = { - uint32_t(Op::MetaSignalTimeline) << 24, - uint32_t(timeline_value), - uint32_t(timeline_value >> 32), - }; - enqueue_command_inner(3, words); - - return timeline_value; -} - -void CommandProcessor::wait_for_timeline(uint64_t index) -{ - Vulkan::QueryPoolHandle start_ts, end_ts; - if (measure_stall_time) - start_ts = device.write_calibrated_timestamp(); - timeline_worker.wait([this, index]() -> bool { - return thread_timeline_value >= index; - }); - if (measure_stall_time) - { - end_ts = device.write_calibrated_timestamp(); - device.register_time_interval("RDP CPU", std::move(start_ts), std::move(end_ts), "wait-for-timeline"); - } -} - -Vulkan::ImageHandle CommandProcessor::scanout(const ScanoutOptions &opts, VkImageLayout target_layout) -{ - Vulkan::QueryPoolHandle start_ts, end_ts; - drain_command_ring(); - - if (dump_writer) - { - wait_for_timeline(signal_timeline()); - dump_writer->flush_dram(begin_read_rdram(), rdram_size); - dump_writer->flush_hidden_dram(begin_read_hidden_rdram(), hidden_rdram->get_create_info().size); - dump_writer->end_frame(); - } - - // Block idle callbacks triggering while we're doing this. - renderer.lock_command_processing(); - { - renderer.flush_and_signal(); - if (!is_host_coherent) - { - unsigned offset, length; - vi.scanout_memory_range(offset, length); - renderer.resolve_coherency_external(offset, length); - } - } - renderer.unlock_command_processing(); - - auto scanout = vi.scanout(target_layout, opts, renderer.get_scaling_factor()); - return scanout; -} - -Vulkan::ImageHandle CommandProcessor::scanout(const ScanoutOptions &opts) -{ - return scanout(opts, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); -} - -void CommandProcessor::drain_command_ring() -{ - Vulkan::QueryPoolHandle start_ts, end_ts; - if (timestamp) - start_ts = device.write_calibrated_timestamp(); - ring.drain(); - if (timestamp) - { - end_ts = device.write_calibrated_timestamp(); - device.register_time_interval("RDP CPU", std::move(start_ts), std::move(end_ts), "drain-command-ring"); - } -} - -void CommandProcessor::scanout_async_buffer(VIScanoutBuffer &buffer, const ScanoutOptions &opts) -{ - auto handle = scanout(opts, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); - if (!handle) - { - buffer.width = 0; - buffer.height = 0; - buffer.fence.reset(); - return; - } - - buffer.width = handle->get_width(); - buffer.height = handle->get_height(); - - Vulkan::BufferCreateInfo info = {}; - info.size = buffer.width * buffer.height * sizeof(uint32_t); - info.usage = VK_BUFFER_USAGE_TRANSFER_DST_BIT; - info.domain = Vulkan::BufferDomain::CachedHost; - if (!buffer.buffer || buffer.buffer->get_create_info().size < info.size) - buffer.buffer = device.create_buffer(info); - - auto cmd = device.request_command_buffer(); - cmd->copy_image_to_buffer(*buffer.buffer, *handle, 0, {}, { buffer.width, buffer.height, 1 }, 0, 0, { VK_IMAGE_ASPECT_COLOR_BIT, 0, 0, 1 }); - cmd->barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_HOST_BIT, VK_ACCESS_HOST_READ_BIT); - - buffer.fence.reset(); - device.submit(cmd, &buffer.fence); -} - -void CommandProcessor::scanout_sync(std::vector &colors, unsigned &width, unsigned &height, - const ScanoutOptions &opts) -{ - VIScanoutBuffer scanout; - scanout_async_buffer(scanout, opts); - - if (!scanout.width || !scanout.height) - { - width = 0; - height = 0; - colors.clear(); - return; - } - - width = scanout.width; - height = scanout.height; - colors.resize(width * height); - - scanout.fence->wait(); - memcpy(colors.data(), device.map_host_buffer(*scanout.buffer, Vulkan::MEMORY_ACCESS_READ_BIT), - width * height * sizeof(uint32_t)); - device.unmap_host_buffer(*scanout.buffer, Vulkan::MEMORY_ACCESS_READ_BIT); -} - -void CommandProcessor::FenceExecutor::notify_work_locked(const CoherencyOperation &work) -{ - if (work.timeline_value) - *value = work.timeline_value; -} - -bool CommandProcessor::FenceExecutor::is_sentinel(const CoherencyOperation &work) const -{ - return !work.fence && !work.timeline_value; -} - -static void masked_memcpy(uint8_t * __restrict dst, - const uint8_t * __restrict data_src, - const uint8_t * __restrict masked_src, - size_t size) -{ -#if defined(__SSE2__) - for (size_t i = 0; i < size; i += 16) - { - __m128i data = _mm_loadu_si128(reinterpret_cast(data_src + i)); - __m128i mask = _mm_loadu_si128(reinterpret_cast(masked_src + i)); - _mm_maskmoveu_si128(data, mask, reinterpret_cast(dst + i)); - } -#else - auto * __restrict data32 = reinterpret_cast(data_src); - auto * __restrict mask32 = reinterpret_cast(masked_src); - auto * __restrict dst32 = reinterpret_cast(dst); - auto size32 = size >> 2; - - for (size_t i = 0; i < size32; i++) - { - auto mask = mask32[i]; - if (mask == ~0u) - { - dst32[i] = data32[i]; - } - else if (mask) - { - // Fairly rare path. - for (unsigned j = 0; j < 4; j++) - if (masked_src[4 * i + j]) - dst[4 * i + j] = data_src[4 * i + j]; - } - } -#endif -} - -void CommandProcessor::FenceExecutor::perform_work(CoherencyOperation &work) -{ - if (work.fence) - work.fence->wait(); - - if (work.unlock_cookie) - work.unlock_cookie->fetch_sub(1, std::memory_order_relaxed); - - if (work.src) - { - for (auto © : work.copies) - { - auto *mapped_data = static_cast(device->map_host_buffer(*work.src, MEMORY_ACCESS_READ_BIT, copy.src_offset, copy.size)); - auto *mapped_mask = static_cast(device->map_host_buffer(*work.src, MEMORY_ACCESS_READ_BIT, copy.mask_offset, copy.size)); - masked_memcpy(work.dst + copy.dst_offset, mapped_data, mapped_mask, copy.size); - for (unsigned i = 0; i < copy.counters; i++) - { - unsigned val = copy.counter_base[i].fetch_sub(1, std::memory_order_release); - (void)val; - assert(val > 0); - } - } - -#ifdef __SSE2__ - _mm_mfence(); -#endif - } -} - -void CommandProcessor::enqueue_coherency_operation(CoherencyOperation &&op) -{ - timeline_worker.push(std::move(op)); -} -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/rdp_device.hpp b/external/parallel-rdp-standalone/parallel-rdp/rdp_device.hpp deleted file mode 100644 index d7ec48c4..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/rdp_device.hpp +++ /dev/null @@ -1,286 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include -#include "device.hpp" -#include "video_interface.hpp" -#include "rdp_renderer.hpp" -#include "rdp_common.hpp" -#include "command_ring.hpp" -#include "worker_thread.hpp" -#include "rdp_dump_write.hpp" - -#ifndef GRANITE_VULKAN_MT -#error "Granite Vulkan backend must be built with multithreading support." -#endif - -namespace RDP -{ -struct RGBA -{ - uint8_t r, g, b, a; -}; - -enum CommandProcessorFlagBits -{ - COMMAND_PROCESSOR_FLAG_HOST_VISIBLE_HIDDEN_RDRAM_BIT = 1 << 0, - COMMAND_PROCESSOR_FLAG_HOST_VISIBLE_TMEM_BIT = 1 << 1, - COMMAND_PROCESSOR_FLAG_UPSCALING_2X_BIT = 1 << 2, - COMMAND_PROCESSOR_FLAG_UPSCALING_4X_BIT = 1 << 3, - COMMAND_PROCESSOR_FLAG_UPSCALING_8X_BIT = 1 << 4, - COMMAND_PROCESSOR_FLAG_SUPER_SAMPLED_READ_BACK_BIT = 1 << 5, - COMMAND_PROCESSOR_FLAG_SUPER_SAMPLED_DITHER_BIT = 1 << 6 -}; -using CommandProcessorFlags = uint32_t; - -struct CoherencyCopy -{ - size_t src_offset = 0; - size_t mask_offset = 0; - size_t dst_offset = 0; - size_t size = 0; - std::atomic_uint32_t *counter_base = nullptr; - unsigned counters = 0; -}; - -struct CoherencyOperation -{ - Vulkan::Fence fence; - uint64_t timeline_value = 0; - - uint8_t *dst = nullptr; - const Vulkan::Buffer *src = nullptr; - std::vector copies; - std::atomic_uint32_t *unlock_cookie = nullptr; -}; - -// These options control various behavior when upscaling to workaround glitches which arise naturally as part of upscaling. -struct Quirks -{ - inline Quirks() - { - u.options.native_resolution_tex_rect = true; - u.options.native_texture_lod = false; - } - - inline void set_native_resolution_tex_rect(bool enable) - { - u.options.native_resolution_tex_rect = enable; - } - - inline void set_native_texture_lod(bool enable) - { - u.options.native_texture_lod = enable; - } - - union - { - struct Opts - { - // If true, force TEX_RECT and TEX_RECT_FLIP to render without upscaling. - // Works around bilinear filtering bugs in Cycle1/Cycle2 mode where game assumed 1:1 pixel transfer. - bool native_resolution_tex_rect; - - // Forces LOD to be computed as 1x upscale. - // Fixes content which relies on LOD computation to select textures in clever ways. - bool native_texture_lod; - } options; - uint32_t words[1]; - } u; -}; - -class CommandProcessor -{ -public: - CommandProcessor(Vulkan::Device &device, - void *rdram_ptr, - size_t rdram_offset, - size_t rdram_size, - size_t hidden_rdram_size, - CommandProcessorFlags flags); - - ~CommandProcessor(); - - bool device_is_supported() const; - - // Synchronization. - void flush(); - uint64_t signal_timeline(); - void wait_for_timeline(uint64_t index); - void idle(); - void begin_frame_context(); - - // Queues up state and drawing commands. - void enqueue_command(unsigned num_words, const uint32_t *words); - void enqueue_command_direct(unsigned num_words, const uint32_t *words); - - void set_quirks(const Quirks &quirks); - - // Interact with memory. - void *begin_read_rdram(); - void end_write_rdram(); - void *begin_read_hidden_rdram(); - void end_write_hidden_rdram(); - size_t get_rdram_size() const; - size_t get_hidden_rdram_size() const; - void *get_tmem(); - - // Sets VI register - void set_vi_register(VIRegister reg, uint32_t value); - - Vulkan::ImageHandle scanout(const ScanoutOptions &opts = {}); - void scanout_sync(std::vector &colors, unsigned &width, unsigned &height, const ScanoutOptions &opts = {}); - void scanout_async_buffer(VIScanoutBuffer &buffer, const ScanoutOptions &opts = {}); - - // Support for modifying certain registers per-scanline. - // The idea is that before we scanout(), we use set_vi_register() to - // set frame-global VI register state. - // While scanning out, we can support changing some state, in particular HStart and XStart - // which allows various raster effects ala HDMA. - // For sanity's sake, scanout() reads all memory at once. A fully beam-raced implementation - // would render out images every scanline, but that would cripple performance and it's questionable - // how this is useful, especially on a 3D console. The only failure case of this style of implementation - // would be if a demo attempted to modify VRAM *after* it has been scanned out, i.e. a write-after-read - // hazard. - - // Latch registers are initialized to the values in set_vi_register() for each respective register. - // After scanout(), the flags state is cleared to 0. - void begin_vi_register_per_scanline(VideoInterface::PerScanlineRegisterFlags flags); - void set_vi_register_for_scanline(VideoInterface::PerScanlineRegisterBits reg, uint32_t value); - - // Between begin_vi_register_per_scanline() and scanout(), line must be monotonically increasing, - // or the call is ignored. Initial value for the line counter is 0 - // (to set parameters for line 0, use global VI register state). - // Currently set registers in set_vi_register_for_scanline() are considered to be the active VI register - // values starting with VI line "vi_line", until the bottom of the frame or a new vi_line is set. - // Register state is assumed to have been fixed from the last latched scanline up until vi_line. - // - // The units used for this value matches the hardware YStart registers, - // i.e. the first active scanline is not 0, but VI_H_OFFSET_{NTSC,PAL}. - // For every scanned line, vi_line should increment by 2. - // vi_line must be less than VI_V_END_MAX (really, VI_V_END_{NTSC,PAL}), or it is ignored. - void latch_vi_register_for_scanline(unsigned vi_line); - - // Assumes that scanline register state does not change until end of frame. - // Must be called before scanout(), or all per-scanline register state is ignored for the scanout. - void end_vi_register_per_scanline(); - - // Intended flow is something like: - // set_vi_register(reg, value0) // value0 used for line [0, 99] - // begin_vi_register_per_scanline(flags); - // set_vi_register_for_scanline(reg, value1); // value1 used for line [100, 199] - // latch_vi_register_for_scanline(100); - // set_vi_register_for_scanline(reg, value2); - // latch_vi_register_for_scanline(200); // value2 used for line [200, VBlank] - // end_vi_register_per_scanline(); - // scanout(); - -private: - Vulkan::Device &device; - Vulkan::BufferHandle rdram; - Vulkan::BufferHandle hidden_rdram; - Vulkan::BufferHandle tmem; - size_t rdram_offset; - size_t rdram_size; - CommandProcessorFlags flags; -#ifndef PARALLEL_RDP_SHADER_DIR - std::unique_ptr shader_bank; -#endif - - CommandRing ring; - - VideoInterface vi; - Renderer renderer; - - void clear_hidden_rdram(); - void clear_tmem(); - void clear_buffer(Vulkan::Buffer &buffer, uint32_t value); - void init_renderer(); - void enqueue_command_inner(unsigned num_words, const uint32_t *words); - - Vulkan::ImageHandle scanout(const ScanoutOptions &opts, VkImageLayout target_layout); - -#define OP(x) void op_##x(const uint32_t *words) - OP(fill_triangle); OP(fill_z_buffer_triangle); OP(texture_triangle); OP(texture_z_buffer_triangle); - OP(shade_triangle); OP(shade_z_buffer_triangle); OP(shade_texture_triangle); OP(shade_texture_z_buffer_triangle); - OP(texture_rectangle); OP(texture_rectangle_flip); OP(sync_load); OP(sync_pipe); - OP(sync_tile); OP(sync_full); OP(set_key_gb); OP(set_key_r); - OP(set_convert); OP(set_scissor); OP(set_prim_depth); OP(set_other_modes); - OP(load_tlut); OP(set_tile_size); OP(load_block); - OP(load_tile); OP(set_tile); OP(fill_rectangle); OP(set_fill_color); - OP(set_fog_color); OP(set_blend_color); OP(set_prim_color); OP(set_env_color); - OP(set_combine); OP(set_texture_image); OP(set_mask_image); OP(set_color_image); -#undef OP - - ScissorState scissor_state = {}; - StaticRasterizationState static_state = {}; - DepthBlendState depth_blend = {}; - - struct - { - uint32_t addr; - uint32_t width; - TextureFormat fmt; - TextureSize size; - } texture_image = {}; - - uint64_t timeline_value = 0; - uint64_t thread_timeline_value = 0; - - struct FenceExecutor - { - explicit inline FenceExecutor(Vulkan::Device *device_, uint64_t *ptr) - : device(device_), value(ptr) - { - } - - Vulkan::Device *device; - uint64_t *value; - bool is_sentinel(const CoherencyOperation &work) const; - void perform_work(CoherencyOperation &work); - void notify_work_locked(const CoherencyOperation &work); - }; - WorkerThread timeline_worker; - - uint8_t *host_rdram = nullptr; - bool measure_stall_time = false; - bool single_threaded_processing = false; - bool is_supported = false; - bool is_host_coherent = true; - bool timestamp = false; - - friend class Renderer; - - void enqueue_coherency_operation(CoherencyOperation &&op); - void drain_command_ring(); - void decode_triangle_setup(TriangleSetup &setup, const uint32_t *words) const; - - Quirks quirks; - - std::unique_ptr dump_writer; - bool dump_in_command_list = false; -}; -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/rdp_dump_write.cpp b/external/parallel-rdp-standalone/parallel-rdp/rdp_dump_write.cpp deleted file mode 100644 index 1beee25a..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/rdp_dump_write.cpp +++ /dev/null @@ -1,151 +0,0 @@ -/* Copyright (c) 2021 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "rdp_dump_write.hpp" -#include -#include -#include - -namespace RDP -{ -RDPDumpWriter::~RDPDumpWriter() -{ - end(); - if (file) - fclose(file); -} - -bool RDPDumpWriter::init(const char *path, uint32_t dram_size, uint32_t hidden_dram_size) -{ - if (file) - return false; - - rdp_dram_cache.clear(); - rdp_dram_cache.resize(dram_size); - rdp_hidden_dram_cache.clear(); - rdp_hidden_dram_cache.resize(hidden_dram_size); - - file = fopen(path, "wb"); - if (!file) - return false; - - fwrite("RDPDUMP2", 8, 1, file); - fwrite(&dram_size, sizeof(dram_size), 1, file); - fwrite(&hidden_dram_size, sizeof(hidden_dram_size), 1, file); - return true; -} - -void RDPDumpWriter::end_frame() -{ - if (!file) - return; - - uint32_t cmd = RDP_DUMP_CMD_END_FRAME; - fwrite(&cmd, sizeof(cmd), 1, file); -} - -void RDPDumpWriter::end() -{ - if (!file) - return; - - uint32_t cmd = RDP_DUMP_CMD_EOF; - fwrite(&cmd, sizeof(cmd), 1, file); - - fclose(file); - file = nullptr; - - rdp_dram_cache.clear(); - rdp_hidden_dram_cache.clear(); -} - -void RDPDumpWriter::flush(const void *dram_, uint32_t size, - RDPDumpCmd block_cmd, RDPDumpCmd flush_cmd, - uint8_t *cache) -{ - if (!file) - return; - - const auto *dram = static_cast(dram_); - const uint32_t block_size = 4 * 1024; - uint32_t i = 0; - - for (i = 0; i < size; i += block_size) - { - if (memcmp(dram + i, cache + i, block_size) != 0) - { - uint32_t cmd = block_cmd; - fwrite(&cmd, sizeof(cmd), 1, file); - fwrite(&i, sizeof(i), 1, file); - fwrite(&block_size, sizeof(block_size), 1, file); - fwrite(dram + i, 1, block_size, file); - memcpy(cache + i, dram + i, block_size); - } - } - - uint32_t cmd = flush_cmd; - fwrite(&cmd, sizeof(cmd), 1, file); - -} - -void RDPDumpWriter::flush_dram(const void *dram_, uint32_t size) -{ - flush(dram_, size, RDP_DUMP_CMD_UPDATE_DRAM, RDP_DUMP_CMD_UPDATE_DRAM_FLUSH, rdp_dram_cache.data()); -} - -void RDPDumpWriter::flush_hidden_dram(const void *dram_, uint32_t size) -{ - flush(dram_, size, RDP_DUMP_CMD_UPDATE_HIDDEN_DRAM, RDP_DUMP_CMD_UPDATE_HIDDEN_DRAM_FLUSH, rdp_hidden_dram_cache.data()); -} - -void RDPDumpWriter::signal_complete() -{ - if (!file) - return; - - uint32_t cmd = RDP_DUMP_CMD_SIGNAL_COMPLETE; - fwrite(&cmd, sizeof(cmd), 1, file); -} - -void RDPDumpWriter::emit_command(uint32_t command, const uint32_t *cmd_data, uint32_t cmd_words) -{ - if (!file) - return; - - uint32_t cmd = RDP_DUMP_CMD_RDP_COMMAND; - fwrite(&cmd, sizeof(cmd), 1, file); - fwrite(&command, sizeof(command), 1, file); - fwrite(&cmd_words, sizeof(cmd_words), 1, file); - fwrite(cmd_data, sizeof(*cmd_data), cmd_words, file); -} - -void RDPDumpWriter::set_vi_register(uint32_t vi_register, uint32_t value) -{ - if (!file) - return; - - uint32_t cmd = RDP_DUMP_CMD_SET_VI_REGISTER; - fwrite(&cmd, sizeof(cmd), 1, file); - fwrite(&vi_register, sizeof(vi_register), 1, file); - fwrite(&value, sizeof(value), 1, file); -} -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/rdp_dump_write.hpp b/external/parallel-rdp-standalone/parallel-rdp/rdp_dump_write.hpp deleted file mode 100644 index b4753902..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/rdp_dump_write.hpp +++ /dev/null @@ -1,65 +0,0 @@ -/* Copyright (c) 2021 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include - -namespace RDP -{ -class RDPDumpWriter -{ -public: - ~RDPDumpWriter(); - bool init(const char *path, uint32_t dram_size, uint32_t hidden_dram_size); - void flush_dram(const void *dram, uint32_t size); - void flush_hidden_dram(const void *dram, uint32_t size); - void signal_complete(); - void emit_command(uint32_t command, const uint32_t *cmd_data, uint32_t cmd_words); - void set_vi_register(uint32_t vi_register, uint32_t value); - void end_frame(); - -private: - enum RDPDumpCmd : uint32_t - { - RDP_DUMP_CMD_INVALID = 0, - RDP_DUMP_CMD_UPDATE_DRAM = 1, - RDP_DUMP_CMD_RDP_COMMAND = 2, - RDP_DUMP_CMD_SET_VI_REGISTER = 3, - RDP_DUMP_CMD_END_FRAME = 4, - RDP_DUMP_CMD_SIGNAL_COMPLETE = 5, - RDP_DUMP_CMD_EOF = 6, - RDP_DUMP_CMD_UPDATE_DRAM_FLUSH = 7, - RDP_DUMP_CMD_UPDATE_HIDDEN_DRAM = 8, - RDP_DUMP_CMD_UPDATE_HIDDEN_DRAM_FLUSH = 9, - RDP_DUMP_CMD_INT_MAX = 0x7fffffff - }; - - FILE *file = nullptr; - std::vector rdp_dram_cache; - std::vector rdp_hidden_dram_cache; - void flush(const void *dram_, uint32_t size, RDPDumpCmd block_cmd, RDPDumpCmd flush_cmd, uint8_t *cache); - void end(); -}; -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/rdp_renderer.cpp b/external/parallel-rdp-standalone/parallel-rdp/rdp_renderer.cpp deleted file mode 100644 index 4d93db2e..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/rdp_renderer.cpp +++ /dev/null @@ -1,3520 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "rdp_renderer.hpp" -#include "rdp_device.hpp" -#include "logging.hpp" -#include "bitops.hpp" -#include "luts.hpp" -#include "timer.hpp" -#include -#ifdef PARALLEL_RDP_SHADER_DIR -#include "global_managers.hpp" -#include "os_filesystem.hpp" -#else -#include "shaders/slangmosh.hpp" -#endif - -namespace RDP -{ -Renderer::Renderer(CommandProcessor &processor_) - : processor(processor_) -{ - active_submissions = 0; -} - -Renderer::~Renderer() -{ -} - -void Renderer::set_shader_bank(const ShaderBank *bank) -{ - shader_bank = bank; -} - -bool Renderer::init_renderer(const RendererOptions &options) -{ - if (options.upscaling_factor == 0) - return false; - if (options.upscaling_factor == 1 && options.super_sampled_readback) - return false; - - caps.max_width = options.upscaling_factor * Limits::MaxWidth; - caps.max_height = options.upscaling_factor * Limits::MaxHeight; - caps.max_tiles_x = options.upscaling_factor * ImplementationConstants::MaxTilesX; - caps.max_tiles_y = options.upscaling_factor * ImplementationConstants::MaxTilesY; - caps.max_num_tile_instances = options.upscaling_factor * options.upscaling_factor * Limits::MaxTileInstances; - -#ifdef PARALLEL_RDP_SHADER_DIR - pipeline_worker.reset(new WorkerThread( - Granite::Global::create_thread_context(), { device })); -#else - pipeline_worker.reset(new WorkerThread({ device })); -#endif - -#ifdef PARALLEL_RDP_SHADER_DIR - if (!GRANITE_FILESYSTEM()->get_backend("rdp")) - GRANITE_FILESYSTEM()->register_protocol("rdp", std::make_unique(PARALLEL_RDP_SHADER_DIR)); - device->get_shader_manager().add_include_directory("builtin://shaders/inc"); -#endif - - for (auto &buffer : buffer_instances) - buffer.init(*device); - - if (const char *env = getenv("RDP_DEBUG")) - debug_channel = strtoul(env, nullptr, 0) != 0; - if (const char *env = getenv("RDP_DEBUG_X")) - filter_debug_channel_x = strtol(env, nullptr, 0); - if (const char *env = getenv("RDP_DEBUG_Y")) - filter_debug_channel_y = strtol(env, nullptr, 0); - - { - Vulkan::BufferCreateInfo info = {}; - info.size = Limits::MaxTMEMInstances * 0x1000; - info.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT; - info.domain = Vulkan::BufferDomain::Device; - info.misc = Vulkan::BUFFER_MISC_ZERO_INITIALIZE_BIT; - tmem_instances = device->create_buffer(info); - device->set_name(*tmem_instances, "tmem-instances"); - stream.tmem_upload_infos.reserve(Limits::MaxTMEMInstances); - } - - { - Vulkan::BufferCreateInfo info = {}; - info.size = options.upscaling_factor * Limits::MaxSpanSetups * sizeof(SpanSetup); - info.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT; - info.domain = Vulkan::BufferDomain::Device; - info.misc = Vulkan::BUFFER_MISC_ZERO_INITIALIZE_BIT; - span_setups = device->create_buffer(info); - device->set_name(*span_setups, "span-setups"); - } - - init_blender_lut(); - init_buffers(options); - if (options.upscaling_factor > 1 && !init_internal_upscaling_factor(options)) - return false; - return init_caps(); -} - -void Renderer::set_device(Vulkan::Device *device_) -{ - device = device_; -} - -bool Renderer::init_caps() -{ - auto &features = device->get_device_features(); - - if (const char *timestamp = getenv("PARALLEL_RDP_BENCH")) - { - caps.timestamp = strtol(timestamp, nullptr, 0); - LOGI("Enabling timestamps = %d\n", caps.timestamp); - } - - if (const char *ubershader = getenv("PARALLEL_RDP_UBERSHADER")) - { - caps.ubershader = strtol(ubershader, nullptr, 0) > 0; - LOGI("Overriding ubershader = %d\n", int(caps.ubershader)); - } - - if (const char *force_sync = getenv("PARALLEL_RDP_FORCE_SYNC_SHADER")) - { - caps.force_sync = strtol(force_sync, nullptr, 0) > 0; - LOGI("Overriding force sync shader = %d\n", int(caps.force_sync)); - } - - bool allow_subgroup = true; - if (const char *subgroup = getenv("PARALLEL_RDP_SUBGROUP")) - { - allow_subgroup = strtol(subgroup, nullptr, 0) > 0; - LOGI("Allow subgroups = %d\n", int(allow_subgroup)); - } - - bool allow_small_types = true; - bool forces_small_types = false; - if (const char *small = getenv("PARALLEL_RDP_SMALL_TYPES")) - { - allow_small_types = strtol(small, nullptr, 0) > 0; - forces_small_types = true; - LOGI("Allow small types = %d.\n", int(allow_small_types)); - } - - if (!features.storage_16bit_features.storageBuffer16BitAccess) - { - LOGE("VK_KHR_16bit_storage for SSBOs is not supported! This is a minimum requirement for paraLLEl-RDP.\n"); - return false; - } - - if (!features.storage_8bit_features.storageBuffer8BitAccess) - { - LOGE("VK_KHR_8bit_storage for SSBOs is not supported! This is a minimum requirement for paraLLEl-RDP.\n"); - return false; - } - - // Driver workarounds here for 8/16-bit integer support. - if (features.supports_driver_properties && !forces_small_types) - { - if (features.driver_properties.driverID == VK_DRIVER_ID_AMD_PROPRIETARY_KHR) - { - LOGW("Current proprietary AMD driver is known to be buggy with 8/16-bit integer arithmetic, disabling support for time being.\n"); - allow_small_types = false; - } - else if (features.driver_properties.driverID == VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR || - features.driver_properties.driverID == VK_DRIVER_ID_MESA_RADV_KHR) - { - LOGW("Current open-source AMD drivers are known to be slightly faster without 8/16-bit integer arithmetic.\n"); - allow_small_types = false; - } - else if (features.driver_properties.driverID == VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR) - { - LOGW("Current NVIDIA driver is known to be slightly faster without 8/16-bit integer arithmetic.\n"); - allow_small_types = false; - } - else if (features.driver_properties.driverID == VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR) - { - LOGW("Current proprietary Intel Windows driver is tested to perform much better without 8/16-bit integer support.\n"); - allow_small_types = false; - } - - // Intel ANV *must* use small integer arithmetic, or it doesn't pass test suite. - } - - if (!allow_small_types) - { - caps.supports_small_integer_arithmetic = false; - } - else if (features.enabled_features.shaderInt16 && features.float16_int8_features.shaderInt8) - { - LOGI("Enabling 8 and 16-bit integer arithmetic support for more efficient shaders!\n"); - caps.supports_small_integer_arithmetic = true; - } - else - { - LOGW("Device does not support 8 and 16-bit integer arithmetic support. Falling back to 32-bit arithmetic everywhere.\n"); - caps.supports_small_integer_arithmetic = false; - } - - uint32_t subgroup_size = features.subgroup_properties.subgroupSize; - - const VkSubgroupFeatureFlags required = - VK_SUBGROUP_FEATURE_BALLOT_BIT | - VK_SUBGROUP_FEATURE_BASIC_BIT | - VK_SUBGROUP_FEATURE_VOTE_BIT | - VK_SUBGROUP_FEATURE_ARITHMETIC_BIT; - - caps.subgroup_tile_binning = - allow_subgroup && - (features.subgroup_properties.supportedOperations & required) == required && - (features.subgroup_properties.supportedStages & VK_SHADER_STAGE_COMPUTE_BIT) != 0 && - can_support_minimum_subgroup_size(32) && subgroup_size <= 64; - - caps.subgroup_depth_blend = - caps.super_sample_readback && - allow_subgroup && - (features.subgroup_properties.supportedOperations & required) == required && - (features.subgroup_properties.supportedStages & VK_SHADER_STAGE_COMPUTE_BIT) != 0; - - return true; -} - -int Renderer::resolve_shader_define(const char *name, const char *define) const -{ - if (strcmp(define, "DEBUG_ENABLE") == 0) - return int(debug_channel); - else if (strcmp(define, "UBERSHADER") == 0) - return int(caps.ubershader); - else if (strcmp(define, "SMALL_TYPES") == 0) - return int(caps.supports_small_integer_arithmetic); - else if (strcmp(define, "SUBGROUP") == 0) - { - if (strcmp(name, "tile_binning_combined") == 0) - return int(caps.subgroup_tile_binning); - else if (strcmp(name, "depth_blend") == 0 || strcmp(name, "ubershader") == 0) - return int(caps.subgroup_depth_blend); - else - return 0; - } - else - return 0; -} - -void Renderer::init_buffers(const RendererOptions &options) -{ - Vulkan::BufferCreateInfo info = {}; - info.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT; - info.domain = Vulkan::BufferDomain::Device; - info.misc = Vulkan::BUFFER_MISC_ZERO_INITIALIZE_BIT; - - static_assert((Limits::MaxPrimitives % 32) == 0, "MaxPrimitives must be divisble by 32."); - static_assert(Limits::MaxPrimitives <= (32 * 32), "MaxPrimitives must be less-or-equal than 1024."); - - info.size = sizeof(uint32_t) * - (Limits::MaxPrimitives / 32) * - (caps.max_width / ImplementationConstants::TileWidth) * - (caps.max_height / ImplementationConstants::TileHeight); - - tile_binning_buffer = device->create_buffer(info); - device->set_name(*tile_binning_buffer, "tile-binning-buffer"); - - info.size = sizeof(uint32_t) * - (caps.max_width / ImplementationConstants::TileWidth) * - (caps.max_height / ImplementationConstants::TileHeight); - - tile_binning_buffer_coarse = device->create_buffer(info); - device->set_name(*tile_binning_buffer_coarse, "tile-binning-buffer-coarse"); - - if (!caps.ubershader) - { - info.size = sizeof(uint32_t) * - (Limits::MaxPrimitives / 32) * - (caps.max_width / ImplementationConstants::TileWidth) * - (caps.max_height / ImplementationConstants::TileHeight); - - per_tile_offsets = device->create_buffer(info); - device->set_name(*per_tile_offsets, "per-tile-offsets"); - - info.size = sizeof(TileRasterWork) * Limits::MaxStaticRasterizationStates * caps.max_num_tile_instances; - tile_work_list = device->create_buffer(info); - device->set_name(*tile_work_list, "tile-work-list"); - - info.size = sizeof(uint32_t) * - caps.max_num_tile_instances * - ImplementationConstants::TileWidth * - ImplementationConstants::TileHeight; - per_tile_shaded_color = device->create_buffer(info); - device->set_name(*per_tile_shaded_color, "per-tile-shaded-color"); - per_tile_shaded_depth = device->create_buffer(info); - device->set_name(*per_tile_shaded_depth, "per-tile-shaded-depth"); - - info.size = sizeof(uint8_t) * - caps.max_num_tile_instances * - ImplementationConstants::TileWidth * - ImplementationConstants::TileHeight; - per_tile_shaded_coverage = device->create_buffer(info); - per_tile_shaded_shaded_alpha = device->create_buffer(info); - device->set_name(*per_tile_shaded_coverage, "per-tile-shaded-coverage"); - device->set_name(*per_tile_shaded_shaded_alpha, "per-tile-shaded-shaded-alpha"); - } -} - -void Renderer::init_blender_lut() -{ - Vulkan::BufferCreateInfo info = {}; - info.size = sizeof(blender_lut); - info.domain = Vulkan::BufferDomain::Device; - info.usage = VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT; - - blender_divider_lut_buffer = device->create_buffer(info, blender_lut); - device->set_name(*blender_divider_lut_buffer, "blender-divider-lut-buffer"); - - Vulkan::BufferViewCreateInfo view = {}; - view.buffer = blender_divider_lut_buffer.get(); - view.format = VK_FORMAT_R8_UINT; - view.range = info.size; - blender_divider_buffer = device->create_buffer_view(view); -} - -void Renderer::message(const std::string &tag, uint32_t code, uint32_t x, uint32_t y, uint32_t, uint32_t num_words, - const Vulkan::DebugChannelInterface::Word *words) -{ - if (filter_debug_channel_x >= 0 && x != uint32_t(filter_debug_channel_x)) - return; - if (filter_debug_channel_y >= 0 && y != uint32_t(filter_debug_channel_y)) - return; - - enum Code - { - ASSERT_EQUAL = 0, - ASSERT_NOT_EQUAL = 1, - ASSERT_LESS_THAN = 2, - ASSERT_LESS_THAN_EQUAL = 3, - GENERIC = 4, - HEX = 5 - }; - - switch (Code(code)) - { - case ASSERT_EQUAL: - LOGE("ASSERT TRIPPED FOR (%u, %u), line %d, %d == %d failed.\n", - x, y, words[0].s32, words[1].s32, words[2].s32); - break; - - case ASSERT_NOT_EQUAL: - LOGE("ASSERT TRIPPED FOR (%u, %u), line %d, %d != %d failed.\n", - x, y, words[0].s32, words[1].s32, words[2].s32); - break; - - case ASSERT_LESS_THAN: - LOGE("ASSERT TRIPPED FOR (%u, %u), line %d, %d < %d failed.\n", - x, y, words[0].s32, words[1].s32, words[2].s32); - break; - - case ASSERT_LESS_THAN_EQUAL: - LOGE("ASSERT TRIPPED FOR (%u, %u), line %d, %d <= %d failed.\n", - x, y, words[0].s32, words[1].s32, words[2].s32); - break; - - case GENERIC: - switch (num_words) - { - case 1: - LOGI("(%u, %u), line %d.\n", x, y, words[0].s32); - break; - - case 2: - LOGI("(%u, %u), line %d: (%d).\n", x, y, words[0].s32, words[1].s32); - break; - - case 3: - LOGI("(%u, %u), line %d: (%d, %d).\n", x, y, words[0].s32, words[1].s32, words[2].s32); - break; - - case 4: - LOGI("(%u, %u), line %d: (%d, %d, %d).\n", x, y, - words[0].s32, words[1].s32, words[2].s32, words[3].s32); - break; - - default: - LOGE("Unknown number of generic parameters: %u\n", num_words); - break; - } - break; - - case HEX: - switch (num_words) - { - case 1: - LOGI("(%u, %u), line %d.\n", x, y, words[0].s32); - break; - - case 2: - LOGI("(%u, %u), line %d: (0x%x).\n", x, y, words[0].s32, words[1].s32); - break; - - case 3: - LOGI("(%u, %u), line %d: (0x%x, 0x%x).\n", x, y, words[0].s32, words[1].s32, words[2].s32); - break; - - case 4: - LOGI("(%u, %u), line %d: (0x%x, 0x%x, 0x%x).\n", x, y, - words[0].s32, words[1].s32, words[2].s32, words[3].s32); - break; - - default: - LOGE("Unknown number of generic parameters: %u\n", num_words); - break; - } - break; - - default: - LOGE("Unexpected message code: %u\n", code); - break; - } -} - -void Renderer::RenderBuffers::init(Vulkan::Device &device, Vulkan::BufferDomain domain, - RenderBuffers *borrow) -{ - triangle_setup = create_buffer(device, domain, - sizeof(TriangleSetup) * Limits::MaxPrimitives, - borrow ? &borrow->triangle_setup : nullptr); - device.set_name(*triangle_setup.buffer, "triangle-setup"); - - attribute_setup = create_buffer(device, domain, - sizeof(AttributeSetup) * Limits::MaxPrimitives, - borrow ? &borrow->attribute_setup: nullptr); - device.set_name(*attribute_setup.buffer, "attribute-setup"); - - derived_setup = create_buffer(device, domain, - sizeof(DerivedSetup) * Limits::MaxPrimitives, - borrow ? &borrow->derived_setup : nullptr); - device.set_name(*derived_setup.buffer, "derived-setup"); - - scissor_setup = create_buffer(device, domain, - sizeof(ScissorState) * Limits::MaxPrimitives, - borrow ? &borrow->scissor_setup : nullptr); - device.set_name(*scissor_setup.buffer, "scissor-state"); - - static_raster_state = create_buffer(device, domain, - sizeof(StaticRasterizationState) * Limits::MaxStaticRasterizationStates, - borrow ? &borrow->static_raster_state : nullptr); - device.set_name(*static_raster_state.buffer, "static-raster-state"); - - depth_blend_state = create_buffer(device, domain, - sizeof(DepthBlendState) * Limits::MaxDepthBlendStates, - borrow ? &borrow->depth_blend_state : nullptr); - device.set_name(*depth_blend_state.buffer, "depth-blend-state"); - - tile_info_state = create_buffer(device, domain, - sizeof(TileInfo) * Limits::MaxTileInfoStates, - borrow ? &borrow->tile_info_state : nullptr); - device.set_name(*tile_info_state.buffer, "tile-info-state"); - - state_indices = create_buffer(device, domain, - sizeof(InstanceIndices) * Limits::MaxPrimitives, - borrow ? &borrow->state_indices : nullptr); - device.set_name(*state_indices.buffer, "state-indices"); - - span_info_offsets = create_buffer(device, domain, - sizeof(SpanInfoOffsets) * Limits::MaxPrimitives, - borrow ? &borrow->span_info_offsets : nullptr); - device.set_name(*span_info_offsets.buffer, "span-info-offsets"); - - span_info_jobs = create_buffer(device, domain, - sizeof(SpanInterpolationJob) * Limits::MaxSpanSetups, - borrow ? &borrow->span_info_jobs : nullptr); - device.set_name(*span_info_jobs.buffer, "span-info-jobs"); - - if (!borrow) - { - Vulkan::BufferViewCreateInfo info = {}; - info.buffer = span_info_jobs.buffer.get(); - info.format = VK_FORMAT_R16G16B16A16_UINT; - info.range = span_info_jobs.buffer->get_create_info().size; - span_info_jobs_view = device.create_buffer_view(info); - } -} - -Renderer::MappedBuffer Renderer::RenderBuffers::create_buffer( - Vulkan::Device &device, Vulkan::BufferDomain domain, VkDeviceSize size, - Renderer::MappedBuffer *borrow) -{ - Vulkan::BufferCreateInfo info = {}; - info.domain = domain; - - if (domain == Vulkan::BufferDomain::Device || domain == Vulkan::BufferDomain::LinkedDeviceHostPreferDevice) - { - info.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT | - VK_BUFFER_USAGE_TRANSFER_DST_BIT | - VK_BUFFER_USAGE_STORAGE_BUFFER_BIT | - VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT; - } - else if (borrow && borrow->is_host) - { - return *borrow; - } - else - { - info.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT; - } - - info.size = size; - Renderer::MappedBuffer buffer; - buffer.buffer = device.create_buffer(info); - buffer.is_host = device.map_host_buffer(*buffer.buffer, 0) != nullptr; - return buffer; -} - -void Renderer::RenderBuffersUpdater::init(Vulkan::Device &device) -{ - gpu.init(device, Vulkan::BufferDomain::LinkedDeviceHostPreferDevice, nullptr); - cpu.init(device, Vulkan::BufferDomain::Host, &gpu); -} - -bool Renderer::init_internal_upscaling_factor(const RendererOptions &options) -{ - unsigned factor = options.upscaling_factor; - if (!device || !rdram || !hidden_rdram) - { - LOGE("Renderer is not initialized.\n"); - return false; - } - - caps.upscaling = factor; - caps.super_sample_readback = options.super_sampled_readback; - caps.super_sample_readback_dither = options.super_sampled_readback_dither; - - if (factor == 1) - { - upscaling_multisampled_hidden_rdram.reset(); - upscaling_reference_rdram.reset(); - upscaling_multisampled_rdram.reset(); - return true; - } - - Vulkan::BufferCreateInfo info; - info.domain = Vulkan::BufferDomain::Device; - info.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT; - info.misc = Vulkan::BUFFER_MISC_ZERO_INITIALIZE_BIT; - - info.size = rdram_size; - upscaling_reference_rdram = device->create_buffer(info); - device->set_name(*upscaling_reference_rdram, "reference-rdram"); - - info.size = rdram_size * factor * factor; - // If we're super-sampling we'll need to carry forward a u8 writemask per unscaled pixel. - // The resolve pass will conditionally write a resolved pixel to avoid potential race conditions. - // We allocate 2 bits per pixel (color / depth write). - // The SSAA resolve shader will convert this to a VRAM write mask if we also need to handle incoherent - // RDRAM. - if (caps.super_sample_readback) - info.size += 2 * Limits::MaxWidth * Limits::MaxHeight / 8; - - upscaling_multisampled_rdram = device->create_buffer(info); - device->set_name(*upscaling_multisampled_rdram, "multisampled-rdram"); - - info.size = hidden_rdram->get_create_info().size * factor * factor; - upscaling_multisampled_hidden_rdram = device->create_buffer(info); - device->set_name(*upscaling_multisampled_hidden_rdram, "multisampled-hidden-rdram"); - - { - auto cmd = device->request_command_buffer(); - cmd->fill_buffer(*upscaling_multisampled_hidden_rdram, 0x03030303); - cmd->barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, - VK_ACCESS_MEMORY_READ_BIT | VK_ACCESS_MEMORY_WRITE_BIT); - device->submit(cmd); - } - - return true; -} - -void Renderer::set_rdram(Vulkan::Buffer *buffer, uint8_t *host_rdram, size_t offset, size_t size, bool coherent) -{ - rdram = buffer; - rdram_offset = offset; - rdram_size = size; - is_host_coherent = coherent; - device->set_name(*rdram, "rdram"); - - if (!is_host_coherent) - { - assert(rdram_offset == 0); - incoherent.host_rdram = host_rdram; - - // If we're not host coherent (missing VK_EXT_external_memory_host), - // we need to create a staging RDRAM buffer which is used for the real RDRAM uploads. - // RDRAM may be uploaded in a masked way (if GPU has pending writes), or direct copy (if no pending writes are outstanding). - Vulkan::BufferCreateInfo info = {}; - info.size = size; - info.domain = Vulkan::BufferDomain::Host; - info.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT | VK_BUFFER_USAGE_TRANSFER_SRC_BIT; - incoherent.staging_rdram = device->create_buffer(info); - device->set_name(*incoherent.staging_rdram, "staging-rdram"); - - const auto div_round_up = [](size_t a, size_t b) -> size_t { return (a + b - 1) / b; }; - - if (!rdram->get_allocation().is_host_allocation()) - { - // If we cannot map RDRAM, we need a staging readback buffer. - Vulkan::BufferCreateInfo readback_info = {}; - readback_info.domain = Vulkan::BufferDomain::CachedCoherentHostPreferCached; - readback_info.size = rdram_size * Limits::NumSyncStates; - readback_info.usage = VK_BUFFER_USAGE_TRANSFER_DST_BIT; - incoherent.staging_readback = device->create_buffer(readback_info); - device->set_name(*incoherent.staging_readback, "staging-readback"); - incoherent.staging_readback_pages = div_round_up(readback_info.size, ImplementationConstants::IncoherentPageSize); - } - - incoherent.page_to_direct_copy.clear(); - incoherent.page_to_masked_copy.clear(); - incoherent.page_to_pending_readback.clear(); - - auto packed_pages = div_round_up(size, ImplementationConstants::IncoherentPageSize * 32); - incoherent.num_pages = div_round_up(size, ImplementationConstants::IncoherentPageSize); - - incoherent.page_to_direct_copy.resize(packed_pages); - incoherent.page_to_masked_copy.resize(packed_pages); - incoherent.page_to_pending_readback.resize(packed_pages); - incoherent.pending_writes_for_page.reset(new std::atomic_uint32_t[incoherent.num_pages]); - for (unsigned i = 0; i < incoherent.num_pages; i++) - incoherent.pending_writes_for_page[i].store(0); - } - else - { - incoherent = {}; - } -} - -void Renderer::set_hidden_rdram(Vulkan::Buffer *buffer) -{ - hidden_rdram = buffer; - device->set_name(*hidden_rdram, "hidden-rdram"); -} - -void Renderer::set_tmem(Vulkan::Buffer *buffer) -{ - tmem = buffer; - device->set_name(*tmem, "tmem"); -} - -void Renderer::flush_and_signal() -{ - flush_queues(); - submit_to_queue(); - assert(!stream.cmd); -} - -void Renderer::set_color_framebuffer(uint32_t addr, uint32_t width, FBFormat fmt) -{ - if (fb.addr != addr || fb.width != width || fb.fmt != fmt) - flush_queues(); - - fb.addr = addr; - fb.width = width; - fb.fmt = fmt; -} - -void Renderer::set_depth_framebuffer(uint32_t addr) -{ - if (fb.depth_addr != addr) - flush_queues(); - - fb.depth_addr = addr; -} - -void Renderer::set_scissor_state(const ScissorState &state) -{ - stream.scissor_state = state; -} - -void Renderer::set_static_rasterization_state(const StaticRasterizationState &state) -{ - stream.static_raster_state = state; -} - -void Renderer::set_depth_blend_state(const DepthBlendState &state) -{ - stream.depth_blend_state = state; -} - -void Renderer::draw_flat_primitive(TriangleSetup &setup) -{ - draw_shaded_primitive(setup, {}); -} - -static int normalize_dzpix(int dz) -{ - if (dz >= 0x8000) - return 0x8000; - else if (dz == 0) - return 1; - - unsigned bit = 31 - leading_zeroes(dz); - return 1 << (bit + 1); -} - -static uint16_t dz_compress(int dz) -{ - int val = 0; - if (dz & 0xff00) - val |= 8; - if (dz & 0xf0f0) - val |= 4; - if (dz & 0xcccc) - val |= 2; - if (dz & 0xaaaa) - val |= 1; - return uint16_t(val); -} - -static void encode_rgb(uint8_t *rgba, uint32_t color) -{ - rgba[0] = uint8_t(color >> 24); - rgba[1] = uint8_t(color >> 16); - rgba[2] = uint8_t(color >> 8); -} - -static void encode_alpha(uint8_t *rgba, uint32_t color) -{ - rgba[3] = uint8_t(color); -} - -void Renderer::build_combiner_constants(DerivedSetup &setup, unsigned cycle) const -{ - auto &comb = stream.static_raster_state.combiner[cycle]; - auto &output = setup.constants[cycle]; - - switch (comb.rgb.muladd) - { - case RGBMulAdd::Env: - encode_rgb(output.muladd, constants.env_color); - break; - - case RGBMulAdd::Primitive: - encode_rgb(output.muladd, constants.primitive_color); - break; - - default: - break; - } - - switch (comb.rgb.mulsub) - { - case RGBMulSub::Env: - encode_rgb(output.mulsub, constants.env_color); - break; - - case RGBMulSub::Primitive: - encode_rgb(output.mulsub, constants.primitive_color); - break; - - case RGBMulSub::ConvertK4: - // Need to decode this specially since it's a 9-bit value. - encode_rgb(output.mulsub, uint32_t(constants.convert[4]) << 8); - break; - - case RGBMulSub::KeyCenter: - output.mulsub[0] = constants.key_center[0]; - output.mulsub[1] = constants.key_center[1]; - output.mulsub[2] = constants.key_center[2]; - break; - - default: - break; - } - - switch (comb.rgb.mul) - { - case RGBMul::Primitive: - encode_rgb(output.mul, constants.primitive_color); - break; - - case RGBMul::Env: - encode_rgb(output.mul, constants.env_color); - break; - - case RGBMul::PrimitiveAlpha: - encode_rgb(output.mul, 0x01010101 * ((constants.primitive_color) & 0xff)); - break; - - case RGBMul::EnvAlpha: - encode_rgb(output.mul, 0x01010101 * ((constants.env_color) & 0xff)); - break; - - case RGBMul::PrimLODFrac: - encode_rgb(output.mul, 0x01010101 * constants.prim_lod_frac); - break; - - case RGBMul::ConvertK5: - // Need to decode this specially since it's a 9-bit value. - encode_rgb(output.mul, uint32_t(constants.convert[5]) << 8); - break; - - case RGBMul::KeyScale: - output.mul[0] = constants.key_scale[0]; - output.mul[1] = constants.key_scale[1]; - output.mul[2] = constants.key_scale[2]; - break; - - default: - break; - } - - switch (comb.rgb.add) - { - case RGBAdd::Primitive: - encode_rgb(output.add, constants.primitive_color); - break; - - case RGBAdd::Env: - encode_rgb(output.add, constants.env_color); - break; - - default: - break; - } - - switch (comb.alpha.muladd) - { - case AlphaAddSub::PrimitiveAlpha: - encode_alpha(output.muladd, constants.primitive_color); - break; - - case AlphaAddSub::EnvAlpha: - encode_alpha(output.muladd, constants.env_color); - break; - - default: - break; - } - - switch (comb.alpha.mulsub) - { - case AlphaAddSub::PrimitiveAlpha: - encode_alpha(output.mulsub, constants.primitive_color); - break; - - case AlphaAddSub::EnvAlpha: - encode_alpha(output.mulsub, constants.env_color); - break; - - default: - break; - } - - switch (comb.alpha.mul) - { - case AlphaMul::PrimitiveAlpha: - encode_alpha(output.mul, constants.primitive_color); - break; - - case AlphaMul::EnvAlpha: - encode_alpha(output.mul, constants.env_color); - break; - - case AlphaMul::PrimLODFrac: - encode_alpha(output.mul, constants.prim_lod_frac); - break; - - default: - break; - } - - switch (comb.alpha.add) - { - case AlphaAddSub::PrimitiveAlpha: - encode_alpha(output.add, constants.primitive_color); - break; - - case AlphaAddSub::EnvAlpha: - encode_alpha(output.add, constants.env_color); - break; - - default: - break; - } -} - -DerivedSetup Renderer::build_derived_attributes(const AttributeSetup &attr) const -{ - DerivedSetup setup = {}; - if (constants.use_prim_depth) - { - setup.dz = constants.prim_dz; - setup.dz_compressed = dz_compress(setup.dz); - } - else - { - int dzdx = attr.dzdx >> 16; - int dzdy = attr.dzdy >> 16; - int dzpix = (dzdx < 0 ? (~dzdx & 0x7fff) : dzdx) + (dzdy < 0 ? (~dzdy & 0x7fff) : dzdy); - dzpix = normalize_dzpix(dzpix); - setup.dz = dzpix; - setup.dz_compressed = dz_compress(dzpix); - } - - build_combiner_constants(setup, 0); - build_combiner_constants(setup, 1); - - setup.fog_color[0] = uint8_t(constants.fog_color >> 24); - setup.fog_color[1] = uint8_t(constants.fog_color >> 16); - setup.fog_color[2] = uint8_t(constants.fog_color >> 8); - setup.fog_color[3] = uint8_t(constants.fog_color >> 0); - - setup.blend_color[0] = uint8_t(constants.blend_color >> 24); - setup.blend_color[1] = uint8_t(constants.blend_color >> 16); - setup.blend_color[2] = uint8_t(constants.blend_color >> 8); - setup.blend_color[3] = uint8_t(constants.blend_color >> 0); - - setup.fill_color = constants.fill_color; - setup.min_lod = constants.min_level; - - for (unsigned i = 0; i < 4; i++) - setup.convert_factors[i] = int16_t(constants.convert[i]); - - return setup; -} - -static constexpr unsigned SUBPIXELS_Y = 4; - -static int32_t clamp_int32(int64_t v) -{ - if (v < std::numeric_limits::min()) - return std::numeric_limits::min(); - else if (v > std::numeric_limits::max()) - return std::numeric_limits::max(); - else - return int32_t(v); -} - -static std::pair interpolate_x(const TriangleSetup &setup, int y, bool flip, int scaling) -{ - // Interpolate in 64-bit so we are guaranteed to catch any overflow scenario. - int64_t yh_interpolation_base = setup.yh & ~(SUBPIXELS_Y - 1); - int64_t ym_interpolation_base = setup.ym; - yh_interpolation_base *= scaling; - ym_interpolation_base *= scaling; - - int64_t xh = scaling * setup.xh + int64_t(y - yh_interpolation_base) * setup.dxhdy; - int64_t xm = scaling * setup.xm + int64_t(y - yh_interpolation_base) * setup.dxmdy; - int64_t xl = scaling * setup.xl + int64_t(y - ym_interpolation_base) * setup.dxldy; - if (y < scaling * setup.ym) - xl = xm; - - int64_t xh_shifted = xh >> 15; - int64_t xl_shifted = xl >> 15; - - int64_t xleft, xright; - if (flip) - { - xleft = xh_shifted; - xright = xl_shifted; - } - else - { - xleft = xl_shifted; - xright = xh_shifted; - } - - return { clamp_int32(xleft), clamp_int32(xright) }; -} - -unsigned Renderer::compute_conservative_max_num_tiles(const TriangleSetup &setup) const -{ - if (setup.yl <= setup.yh) - return 0; - - int scaling = int(caps.upscaling); - int start_y = setup.yh & ~(SUBPIXELS_Y - 1); - int end_y = (setup.yl - 1) | (SUBPIXELS_Y - 1); - - start_y = std::max(int(stream.scissor_state.ylo), start_y); - end_y = std::min(int(stream.scissor_state.yhi) - 1, end_y); - start_y *= scaling; - end_y *= scaling; - - // Y is clipped out, exit early. - if (end_y < start_y) - return 0; - - bool flip = (setup.flags & TRIANGLE_SETUP_FLIP_BIT) != 0; - - auto upper = interpolate_x(setup, start_y, flip, scaling); - auto lower = interpolate_x(setup, end_y, flip, scaling); - auto mid = upper; - auto mid1 = upper; - - int ym = scaling * setup.ym; - if (ym > start_y && ym < end_y) - { - mid = interpolate_x(setup, ym, flip, scaling); - mid1 = interpolate_x(setup, ym - 1, flip, scaling); - } - - // Robustness, check if we overflow the X rasterizer precision. - // After shifting down, we should have 12 bits signed. - // If we detect any overflow here we need to assume X range is scissor rect. - // This really should never happen, but it's possible to write tests that intentionally trigger weird - // overflow behavior that needs to be specially handled. - // There might be freak scenarios where we cannot detect overflow since we're only sampling at 4 scanlines - // and we have ~32 overflows happening at once, - // So we need to interpolate in 64-bit to make this work. - - auto start_x = std::min(std::min(upper.first, lower.first), std::min(mid.first, mid1.first)); - auto end_x = std::max(std::max(upper.second, lower.second), std::max(mid.second, mid1.second)); - - auto max_range_x = std::max(std::abs(start_x), std::abs(end_x)); - // Effective X range is [-2048, 2047], but just make it [-2047, 2047] to match binning shader. - // If we interpolate X to something outside that range, - // we must assume the entire X range will be covered. - if (max_range_x > 2047 * scaling) - { - start_x = 0; - end_x = 0x7fffffff; - } - - start_x = std::max(start_x, scaling * (int(stream.scissor_state.xlo) >> 2)); - end_x = std::min(end_x, scaling * ((int(stream.scissor_state.xhi) + 3) >> 2) - 1); - - if (end_x < start_x) - return 0; - - start_x /= ImplementationConstants::TileWidth; - end_x /= ImplementationConstants::TileWidth; - start_y /= (SUBPIXELS_Y * ImplementationConstants::TileHeight); - end_y /= (SUBPIXELS_Y * ImplementationConstants::TileHeight); - - return (end_x - start_x + 1) * (end_y - start_y + 1); -} - -static bool combiner_accesses_texel0(const CombinerInputs &inputs) -{ - return inputs.rgb.muladd == RGBMulAdd::Texel0 || - inputs.rgb.mulsub == RGBMulSub::Texel0 || - inputs.rgb.mul == RGBMul::Texel0 || - inputs.rgb.add == RGBAdd::Texel0 || - inputs.rgb.mul == RGBMul::Texel0Alpha || - inputs.alpha.muladd == AlphaAddSub::Texel0Alpha || - inputs.alpha.mulsub == AlphaAddSub::Texel0Alpha || - inputs.alpha.mul == AlphaMul::Texel0Alpha || - inputs.alpha.add == AlphaAddSub::Texel0Alpha; -} - -static bool combiner_accesses_lod_frac(const CombinerInputs &inputs) -{ - return inputs.rgb.mul == RGBMul::LODFrac || inputs.alpha.mul == AlphaMul::LODFrac; -} - -static bool combiner_accesses_texel1(const CombinerInputs &inputs) -{ - return inputs.rgb.muladd == RGBMulAdd::Texel1 || - inputs.rgb.mulsub == RGBMulSub::Texel1 || - inputs.rgb.mul == RGBMul::Texel1 || - inputs.rgb.add == RGBAdd::Texel1 || - inputs.rgb.mul == RGBMul::Texel1Alpha || - inputs.alpha.muladd == AlphaAddSub::Texel1Alpha || - inputs.alpha.mulsub == AlphaAddSub::Texel1Alpha || - inputs.alpha.mul == AlphaMul::Texel1Alpha || - inputs.alpha.add == AlphaAddSub::Texel1Alpha; -} - -static bool combiner_uses_texel0(const StaticRasterizationState &state) -{ - // Texel0 can be safely used in cycle0 of CYCLE2 mode, or in cycle1 (only cycle) of CYCLE1 mode. - if ((state.flags & RASTERIZATION_MULTI_CYCLE_BIT) != 0) - { - // In second cycle, Texel0 and Texel1 swap around ... - return combiner_accesses_texel0(state.combiner[0]) || - combiner_accesses_texel1(state.combiner[1]); - } - else - return combiner_accesses_texel0(state.combiner[1]); -} - -static bool combiner_uses_texel1(const StaticRasterizationState &state) -{ - // Texel1 can be safely used in cycle0 of CYCLE2 mode, and never in cycle1 mode. - // Texel0 can be safely accessed in cycle1, which is an alias due to pipelining. - if ((state.flags & RASTERIZATION_MULTI_CYCLE_BIT) != 0) - { - return combiner_accesses_texel1(state.combiner[0]) || - combiner_accesses_texel0(state.combiner[1]); - } - else - return false; -} - -static bool combiner_uses_pipelined_texel1(const StaticRasterizationState &state) -{ - // If you access Texel1 in cycle1 mode, you end up reading the next pixel's color for whatever reason. - if ((state.flags & RASTERIZATION_MULTI_CYCLE_BIT) == 0) - return combiner_accesses_texel1(state.combiner[1]); - else - return false; -} - -static bool combiner_uses_lod_frac(const StaticRasterizationState &state) -{ - if ((state.flags & RASTERIZATION_MULTI_CYCLE_BIT) != 0) - return combiner_accesses_lod_frac(state.combiner[0]) || combiner_accesses_lod_frac(state.combiner[1]); - else - return false; -} - -void Renderer::deduce_noise_state() -{ - auto &state = stream.static_raster_state; - state.flags &= ~RASTERIZATION_NEED_NOISE_BIT; - - // Figure out if we need to seed noise variable for this primitive. - if ((state.dither & 3) == 2 || ((state.dither >> 2) & 3) == 2) - { - state.flags |= RASTERIZATION_NEED_NOISE_BIT; - return; - } - - if ((state.flags & (RASTERIZATION_COPY_BIT | RASTERIZATION_FILL_BIT)) != 0) - return; - - if ((state.flags & RASTERIZATION_MULTI_CYCLE_BIT) != 0) - { - if (state.combiner[0].rgb.muladd == RGBMulAdd::Noise) - state.flags |= RASTERIZATION_NEED_NOISE_BIT; - } - else if (state.combiner[1].rgb.muladd == RGBMulAdd::Noise) - state.flags |= RASTERIZATION_NEED_NOISE_BIT; - - if ((state.flags & (RASTERIZATION_ALPHA_TEST_BIT | RASTERIZATION_ALPHA_TEST_DITHER_BIT)) == - (RASTERIZATION_ALPHA_TEST_BIT | RASTERIZATION_ALPHA_TEST_DITHER_BIT)) - { - state.flags |= RASTERIZATION_NEED_NOISE_BIT; - } -} - -static RGBMulAdd normalize_combiner(RGBMulAdd muladd) -{ - switch (muladd) - { - case RGBMulAdd::Noise: - case RGBMulAdd::Texel0: - case RGBMulAdd::Texel1: - case RGBMulAdd::Combined: - case RGBMulAdd::One: - case RGBMulAdd::Shade: - return muladd; - - default: - return RGBMulAdd::Zero; - } -} - -static RGBMulSub normalize_combiner(RGBMulSub mulsub) -{ - switch (mulsub) - { - case RGBMulSub::Combined: - case RGBMulSub::Texel0: - case RGBMulSub::Texel1: - case RGBMulSub::Shade: - case RGBMulSub::ConvertK4: - return mulsub; - - default: - return RGBMulSub::Zero; - } -} - -static RGBMul normalize_combiner(RGBMul mul) -{ - switch (mul) - { - case RGBMul::Combined: - case RGBMul::CombinedAlpha: - case RGBMul::Texel0: - case RGBMul::Texel1: - case RGBMul::Texel0Alpha: - case RGBMul::Texel1Alpha: - case RGBMul::Shade: - case RGBMul::ShadeAlpha: - case RGBMul::LODFrac: - case RGBMul::ConvertK5: - return mul; - - default: - return RGBMul::Zero; - } -} - -static RGBAdd normalize_combiner(RGBAdd add) -{ - switch (add) - { - case RGBAdd::Texel0: - case RGBAdd::Texel1: - case RGBAdd::Combined: - case RGBAdd::One: - case RGBAdd::Shade: - return add; - - default: - return RGBAdd::Zero; - } -} - -static AlphaAddSub normalize_combiner(AlphaAddSub addsub) -{ - switch (addsub) - { - case AlphaAddSub::CombinedAlpha: - case AlphaAddSub::Texel0Alpha: - case AlphaAddSub::Texel1Alpha: - case AlphaAddSub::ShadeAlpha: - case AlphaAddSub::One: - return addsub; - - default: - return AlphaAddSub::Zero; - } -} - -static AlphaMul normalize_combiner(AlphaMul mul) -{ - switch (mul) - { - case AlphaMul::LODFrac: - case AlphaMul::Texel0Alpha: - case AlphaMul::Texel1Alpha: - case AlphaMul::ShadeAlpha: - return mul; - - default: - return AlphaMul::Zero; - } -} - -static void normalize_combiner(CombinerInputsRGB &comb) -{ - comb.muladd = normalize_combiner(comb.muladd); - comb.mulsub = normalize_combiner(comb.mulsub); - comb.mul = normalize_combiner(comb.mul); - comb.add = normalize_combiner(comb.add); -} - -static void normalize_combiner(CombinerInputsAlpha &comb) -{ - comb.muladd = normalize_combiner(comb.muladd); - comb.mulsub = normalize_combiner(comb.mulsub); - comb.mul = normalize_combiner(comb.mul); - comb.add = normalize_combiner(comb.add); -} - -static void normalize_combiner(CombinerInputs &comb) -{ - normalize_combiner(comb.rgb); - normalize_combiner(comb.alpha); -} - -StaticRasterizationState Renderer::normalize_static_state(StaticRasterizationState state) -{ - if ((state.flags & RASTERIZATION_FILL_BIT) != 0) - { - state = {}; - state.flags = RASTERIZATION_FILL_BIT; - return state; - } - - if ((state.flags & RASTERIZATION_COPY_BIT) != 0) - { - auto flags = state.flags & - (RASTERIZATION_COPY_BIT | - RASTERIZATION_TLUT_BIT | - RASTERIZATION_TLUT_TYPE_BIT | - RASTERIZATION_USES_TEXEL0_BIT | - RASTERIZATION_USE_STATIC_TEXTURE_SIZE_FORMAT_BIT | - RASTERIZATION_TEX_LOD_ENABLE_BIT | - RASTERIZATION_DETAIL_LOD_ENABLE_BIT | - RASTERIZATION_ALPHA_TEST_BIT); - - auto fmt = state.texture_fmt; - auto siz = state.texture_size; - state = {}; - state.flags = flags; - state.texture_fmt = fmt; - state.texture_size = siz; - return state; - } - - if ((state.flags & (RASTERIZATION_MULTI_CYCLE_BIT | RASTERIZATION_USES_PIPELINED_TEXEL1_BIT)) == 0) - state.flags &= ~(RASTERIZATION_BILERP_1_BIT | RASTERIZATION_CONVERT_ONE_BIT); - - normalize_combiner(state.combiner[0]); - normalize_combiner(state.combiner[1]); - return state; -} - -void Renderer::deduce_static_texture_state(unsigned tile, unsigned max_lod_level) -{ - auto &state = stream.static_raster_state; - state.flags &= ~RASTERIZATION_USE_STATIC_TEXTURE_SIZE_FORMAT_BIT; - state.texture_size = 0; - state.texture_fmt = 0; - - if ((state.flags & RASTERIZATION_FILL_BIT) != 0) - return; - - auto fmt = tiles[tile].meta.fmt; - auto siz = tiles[tile].meta.size; - - if ((state.flags & RASTERIZATION_COPY_BIT) == 0) - { - // If all tiles we sample have the same fmt and size (common case), we can use a static variant. - bool uses_texel0 = combiner_uses_texel0(state); - bool uses_texel1 = combiner_uses_texel1(state); - bool uses_pipelined_texel1 = combiner_uses_pipelined_texel1(state); - bool uses_lod_frac = combiner_uses_lod_frac(state); - - if (uses_texel1 && (state.flags & RASTERIZATION_CONVERT_ONE_BIT) != 0) - uses_texel0 = true; - - state.flags &= ~(RASTERIZATION_USES_TEXEL0_BIT | - RASTERIZATION_USES_TEXEL1_BIT | - RASTERIZATION_USES_PIPELINED_TEXEL1_BIT | - RASTERIZATION_USES_LOD_BIT); - if (uses_texel0) - state.flags |= RASTERIZATION_USES_TEXEL0_BIT; - if (uses_texel1) - state.flags |= RASTERIZATION_USES_TEXEL1_BIT; - if (uses_pipelined_texel1) - state.flags |= RASTERIZATION_USES_PIPELINED_TEXEL1_BIT; - if (uses_lod_frac || (state.flags & RASTERIZATION_TEX_LOD_ENABLE_BIT) != 0) - state.flags |= RASTERIZATION_USES_LOD_BIT; - - if (!uses_texel0 && !uses_texel1 && !uses_pipelined_texel1) - return; - - bool use_lod = (state.flags & RASTERIZATION_TEX_LOD_ENABLE_BIT) != 0; - bool use_detail = (state.flags & RASTERIZATION_DETAIL_LOD_ENABLE_BIT) != 0; - - bool uses_physical_texel1 = uses_texel1 && - ((state.flags & RASTERIZATION_CONVERT_ONE_BIT) == 0 || - (state.flags & RASTERIZATION_BILERP_1_BIT) != 0); - - if (!use_lod) - max_lod_level = uses_physical_texel1 ? 1 : 0; - if (use_detail) - max_lod_level++; - max_lod_level = std::min(max_lod_level, 7u); - - for (unsigned i = 1; i <= max_lod_level; i++) - { - auto &t = tiles[(tile + i) & 7].meta; - if (t.fmt != fmt) - return; - if (t.size != siz) - return; - } - } - - // We have a static format. - state.flags |= RASTERIZATION_USE_STATIC_TEXTURE_SIZE_FORMAT_BIT; - state.texture_fmt = uint32_t(fmt); - state.texture_size = uint32_t(siz); -} - -void Renderer::fixup_triangle_setup(TriangleSetup &setup) const -{ - // If YM is lower than the first sub-scanline we rasterize, we will never observe YM at all. - // To account for this, fixup here so that YM is out of range. - // No known content actually triggers this, but some public tests triggered it. - int start_y = setup.yh & ~(SUBPIXELS_Y - 1); - if (setup.ym < start_y) - setup.ym = std::numeric_limits::max(); - - if ((stream.static_raster_state.flags & RASTERIZATION_INTERLACE_FIELD_BIT) != 0) - { - setup.flags |= (stream.static_raster_state.flags & RASTERIZATION_INTERLACE_FIELD_BIT) ? - TRIANGLE_SETUP_INTERLACE_FIELD_BIT : 0; - setup.flags |= (stream.static_raster_state.flags & RASTERIZATION_INTERLACE_KEEP_ODD_BIT) ? - TRIANGLE_SETUP_INTERLACE_KEEP_ODD_BIT : 0; - } - - // Span size is inclusive, not exclusive. - // Rasterization is based on X range directly. - if ((stream.static_raster_state.flags & (RASTERIZATION_COPY_BIT | RASTERIZATION_FILL_BIT)) != 0) - setup.flags |= TRIANGLE_SETUP_FILL_COPY_RASTER_BIT; -} - -void Renderer::draw_shaded_primitive(TriangleSetup &setup, const AttributeSetup &attr) -{ - fixup_triangle_setup(setup); - - unsigned num_tiles = compute_conservative_max_num_tiles(setup); - -#if 0 - // Don't exit early, throws off seeding of noise channels. - if (!num_tiles) - return; -#endif - - if (!caps.ubershader) - stream.max_shaded_tiles += num_tiles; - - update_deduced_height(setup); - stream.span_info_offsets.add(allocate_span_jobs(setup)); - stream.triangle_setup.add(setup); - - if (constants.use_prim_depth) - { - auto tmp_attr = attr; - tmp_attr.z = constants.prim_depth; - tmp_attr.dzdx = 0; - tmp_attr.dzde = 0; - tmp_attr.dzdy = 0; - stream.attribute_setup.add(tmp_attr); - } - else - { - stream.attribute_setup.add(attr); - } - - stream.derived_setup.add(build_derived_attributes(attr)); - stream.scissor_setup.add(stream.scissor_state); - - deduce_static_texture_state(setup.tile & 7, setup.tile >> 3); - deduce_noise_state(); - - InstanceIndices indices = {}; - indices.static_index = stream.static_raster_state_cache.add(normalize_static_state(stream.static_raster_state)); - indices.depth_blend_index = stream.depth_blend_state_cache.add(stream.depth_blend_state); - indices.tile_instance_index = uint8_t(stream.tmem_upload_infos.size()); - for (unsigned i = 0; i < 8; i++) - indices.tile_indices[i] = stream.tile_info_state_cache.add(tiles[i]); - stream.state_indices.add(indices); - - fb.color_write_pending = true; - if (stream.depth_blend_state.flags & DEPTH_BLEND_DEPTH_UPDATE_BIT) - fb.depth_write_pending = true; - pending_primitives++; - - if (need_flush()) - flush_queues(); -} - -SpanInfoOffsets Renderer::allocate_span_jobs(const TriangleSetup &setup) -{ - int min_active_sub_scanline = std::max(int(setup.yh), int(stream.scissor_state.ylo)); - int min_active_line = min_active_sub_scanline >> 2; - - int max_active_sub_scanline = std::min(setup.yl - 1, int(stream.scissor_state.yhi) - 1); - int max_active_line = max_active_sub_scanline >> 2; - - if (max_active_line < min_active_line) - return { 0, 0, -1, 0 }; - - // Need to poke into next scanline validation for certain workarounds. - int height = std::max(max_active_line - min_active_line + 2, 0); - height = std::min(height, 1024); - - int num_jobs = (height + ImplementationConstants::DefaultWorkgroupSize - 1) / ImplementationConstants::DefaultWorkgroupSize; - - SpanInfoOffsets offsets = {}; - offsets.offset = uint32_t(stream.span_info_jobs.size()) * ImplementationConstants::DefaultWorkgroupSize; - offsets.ylo = min_active_line; - offsets.yhi = max_active_line; - - for (int i = 0; i < num_jobs; i++) - { - SpanInterpolationJob interpolation_job = {}; - interpolation_job.primitive_index = uint32_t(stream.triangle_setup.size()); - interpolation_job.base_y = min_active_line + ImplementationConstants::DefaultWorkgroupSize * i; - interpolation_job.max_y = max_active_line + 1; - stream.span_info_jobs.add(interpolation_job); - } - return offsets; -} - -void Renderer::update_deduced_height(const TriangleSetup &setup) -{ - int max_active_sub_scanline = std::min(setup.yl - 1, int(stream.scissor_state.yhi) - 1); - int max_active_line = max_active_sub_scanline >> 2; - int height = std::max(max_active_line + 1, 0); - fb.deduced_height = std::max(fb.deduced_height, uint32_t(height)); -} - -bool Renderer::need_flush() const -{ - bool cache_full = - stream.static_raster_state_cache.full() || - stream.depth_blend_state_cache.full() || - (stream.tile_info_state_cache.size() + 8 > Limits::MaxTileInfoStates); - - bool triangle_full = - stream.triangle_setup.full(); - bool span_info_full = - (stream.span_info_jobs.size() * ImplementationConstants::DefaultWorkgroupSize + Limits::MaxHeight > Limits::MaxSpanSetups); - bool max_shaded_tiles = - (stream.max_shaded_tiles + caps.max_tiles_x * caps.max_tiles_y > caps.max_num_tile_instances); - -#ifdef VULKAN_DEBUG - if (cache_full) - LOGI("Cache is full.\n"); - if (triangle_full) - LOGI("Triangle is full.\n"); - if (span_info_full) - LOGI("Span info is full.\n"); - if (max_shaded_tiles) - LOGI("Shaded tiles is full.\n"); -#endif - - return cache_full || triangle_full || span_info_full || max_shaded_tiles; -} - -template -void Renderer::RenderBuffersUpdater::upload(Vulkan::CommandBuffer &cmd, Vulkan::Device &device, - const MappedBuffer &gpu, const MappedBuffer &cpu, const Cache &cache, - bool &did_upload) -{ - if (!cache.empty()) - { - memcpy(device.map_host_buffer(*cpu.buffer, Vulkan::MEMORY_ACCESS_WRITE_BIT), cache.data(), cache.byte_size()); - device.unmap_host_buffer(*cpu.buffer, Vulkan::MEMORY_ACCESS_WRITE_BIT); - if (gpu.buffer != cpu.buffer) - { - cmd.copy_buffer(*gpu.buffer, 0, *cpu.buffer, 0, cache.byte_size()); - did_upload = true; - } - } -} - -void Renderer::RenderBuffersUpdater::upload(Vulkan::Device &device, const Renderer::StreamCaches &caches, - Vulkan::CommandBuffer &cmd) -{ - bool did_upload = false; - - upload(cmd, device, gpu.triangle_setup, cpu.triangle_setup, caches.triangle_setup, did_upload); - upload(cmd, device, gpu.attribute_setup, cpu.attribute_setup, caches.attribute_setup, did_upload); - upload(cmd, device, gpu.derived_setup, cpu.derived_setup, caches.derived_setup, did_upload); - upload(cmd, device, gpu.scissor_setup, cpu.scissor_setup, caches.scissor_setup, did_upload); - - upload(cmd, device, gpu.static_raster_state, cpu.static_raster_state, caches.static_raster_state_cache, did_upload); - upload(cmd, device, gpu.depth_blend_state, cpu.depth_blend_state, caches.depth_blend_state_cache, did_upload); - upload(cmd, device, gpu.tile_info_state, cpu.tile_info_state, caches.tile_info_state_cache, did_upload); - - upload(cmd, device, gpu.state_indices, cpu.state_indices, caches.state_indices, did_upload); - upload(cmd, device, gpu.span_info_offsets, cpu.span_info_offsets, caches.span_info_offsets, did_upload); - upload(cmd, device, gpu.span_info_jobs, cpu.span_info_jobs, caches.span_info_jobs, did_upload); - - if (did_upload) - { - cmd.barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - } -} - -void Renderer::update_tmem_instances(Vulkan::CommandBuffer &cmd) -{ - cmd.begin_region("tmem-update"); - cmd.set_storage_buffer(0, 0, *rdram, rdram_offset, rdram_size); - cmd.set_storage_buffer(0, 1, *tmem); - cmd.set_storage_buffer(0, 2, *tmem_instances); - - memcpy(cmd.allocate_typed_constant_data(1, 0, stream.tmem_upload_infos.size()), - stream.tmem_upload_infos.data(), - stream.tmem_upload_infos.size() * sizeof(UploadInfo)); - - auto count = uint32_t(stream.tmem_upload_infos.size()); - -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://tmem_update.comp", {{ "DEBUG_ENABLE", debug_channel ? 1 : 0 }}); -#else - cmd.set_program(shader_bank->tmem_update); -#endif - - cmd.push_constants(&count, 0, sizeof(count)); - cmd.set_specialization_constant_mask(1); - cmd.set_specialization_constant(0, ImplementationConstants::DefaultWorkgroupSize); - - Vulkan::QueryPoolHandle start_ts, end_ts; - if (caps.timestamp >= 2) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - cmd.dispatch(2048 / ImplementationConstants::DefaultWorkgroupSize, 1, 1); - if (caps.timestamp >= 2) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval("RDP GPU", std::move(start_ts), std::move(end_ts), - "tmem-update", std::to_string(stream.tmem_upload_infos.size())); - } - cmd.end_region(); -} - -void Renderer::submit_span_setup_jobs(Vulkan::CommandBuffer &cmd, bool upscale) -{ - cmd.begin_region("span-setup"); - auto &instance = buffer_instances[buffer_instance]; - cmd.set_storage_buffer(0, 0, *instance.gpu.triangle_setup.buffer); - cmd.set_storage_buffer(0, 1, *instance.gpu.attribute_setup.buffer); - cmd.set_storage_buffer(0, 2, *instance.gpu.scissor_setup.buffer); - cmd.set_storage_buffer(0, 3, *span_setups); - -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://span_setup.comp", {{ "DEBUG_ENABLE", debug_channel ? 1 : 0 }}); -#else - cmd.set_program(shader_bank->span_setup); -#endif - - cmd.set_buffer_view(1, 0, *instance.gpu.span_info_jobs_view); - cmd.set_specialization_constant_mask(3); - cmd.set_specialization_constant(0, (upscale ? caps.upscaling : 1) * ImplementationConstants::DefaultWorkgroupSize); - cmd.set_specialization_constant(1, upscale ? trailing_zeroes(caps.upscaling) : 0u); - - Vulkan::QueryPoolHandle begin_ts, end_ts; - if (caps.timestamp >= 2) - begin_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - cmd.dispatch(stream.span_info_jobs.size(), 1, 1); - if (caps.timestamp >= 2) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval("RDP GPU", std::move(begin_ts), std::move(end_ts), "span-info-jobs"); - } - cmd.end_region(); -} - -void Renderer::clear_indirect_buffer(Vulkan::CommandBuffer &cmd) -{ - cmd.begin_region("clear-indirect-buffer"); - -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://clear_indirect_buffer.comp"); -#else - cmd.set_program(shader_bank->clear_indirect_buffer); -#endif - - cmd.set_storage_buffer(0, 0, *indirect_dispatch_buffer); - - static_assert((Limits::MaxStaticRasterizationStates % ImplementationConstants::DefaultWorkgroupSize) == 0, "MaxStaticRasterizationStates does not align."); - cmd.set_specialization_constant_mask(1); - cmd.set_specialization_constant(0, ImplementationConstants::DefaultWorkgroupSize); - cmd.dispatch(Limits::MaxStaticRasterizationStates / ImplementationConstants::DefaultWorkgroupSize, 1, 1); - cmd.end_region(); -} - -void Renderer::submit_rasterization(Vulkan::CommandBuffer &cmd, Vulkan::Buffer &tmem, bool upscaling) -{ - cmd.begin_region("rasterization"); - auto &instance = buffer_instances[buffer_instance]; - - cmd.set_storage_buffer(0, 0, *instance.gpu.triangle_setup.buffer); - cmd.set_storage_buffer(0, 1, *instance.gpu.attribute_setup.buffer); - cmd.set_storage_buffer(0, 2, *instance.gpu.derived_setup.buffer); - cmd.set_storage_buffer(0, 3, *instance.gpu.static_raster_state.buffer); - cmd.set_storage_buffer(0, 4, *instance.gpu.state_indices.buffer); - cmd.set_storage_buffer(0, 5, *instance.gpu.span_info_offsets.buffer); - cmd.set_storage_buffer(0, 6, *span_setups); - cmd.set_storage_buffer(0, 7, tmem); - cmd.set_storage_buffer(0, 8, *instance.gpu.tile_info_state.buffer); - - cmd.set_storage_buffer(0, 9, *per_tile_shaded_color); - cmd.set_storage_buffer(0, 10, *per_tile_shaded_depth); - cmd.set_storage_buffer(0, 11, *per_tile_shaded_shaded_alpha); - cmd.set_storage_buffer(0, 12, *per_tile_shaded_coverage); - - auto *global_fb_info = cmd.allocate_typed_constant_data(2, 0, 1); - switch (fb.fmt) - { - case FBFormat::I4: - global_fb_info->fb_size = 0; - global_fb_info->dx_mask = 0; - global_fb_info->dx_shift = 0; - break; - - case FBFormat::I8: - global_fb_info->fb_size = 1; - global_fb_info->dx_mask = ~7u; - global_fb_info->dx_shift = 3; - break; - - case FBFormat::RGBA5551: - case FBFormat::IA88: - global_fb_info->fb_size = 2; - global_fb_info->dx_mask = ~3u; - global_fb_info->dx_shift = 2; - break; - - case FBFormat::RGBA8888: - global_fb_info->fb_size = 4; - global_fb_info->dx_shift = ~1u; - global_fb_info->dx_shift = 1; - break; - } - - global_fb_info->base_primitive_index = base_primitive_index; - -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://rasterizer.comp", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - { "SMALL_TYPES", caps.supports_small_integer_arithmetic ? 1 : 0 }, - }); -#else - cmd.set_program(shader_bank->rasterizer); -#endif - - cmd.set_specialization_constant(0, ImplementationConstants::TileWidth); - cmd.set_specialization_constant(1, ImplementationConstants::TileHeight); - - Vulkan::QueryPoolHandle start_ts, end_ts; - if (caps.timestamp >= 2) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - - uint32_t scale_log2_bit = (upscaling ? trailing_zeroes(caps.upscaling) : 0u) << RASTERIZATION_UPSCALING_LOG2_BIT_OFFSET; - - for (size_t i = 0; i < stream.static_raster_state_cache.size(); i++) - { - cmd.set_storage_buffer(1, 0, *tile_work_list, - i * sizeof(TileRasterWork) * caps.max_num_tile_instances, - sizeof(TileRasterWork) * caps.max_num_tile_instances); - - auto &state = stream.static_raster_state_cache.data()[i]; - cmd.set_specialization_constant(2, state.flags | RASTERIZATION_USE_SPECIALIZATION_CONSTANT_BIT | scale_log2_bit); - cmd.set_specialization_constant(3, state.combiner[0].rgb); - cmd.set_specialization_constant(4, state.combiner[0].alpha); - cmd.set_specialization_constant(5, state.combiner[1].rgb); - cmd.set_specialization_constant(6, state.combiner[1].alpha); - - cmd.set_specialization_constant(7, state.dither | - (state.texture_size << 8u) | - (state.texture_fmt << 16u)); - cmd.set_specialization_constant_mask(0xff); - - if (!caps.force_sync && !cmd.flush_pipeline_state_without_blocking()) - { - Vulkan::DeferredPipelineCompile compile; - cmd.extract_pipeline_state(compile); - if (pending_async_pipelines.count(compile.hash) == 0) - { - pending_async_pipelines.insert(compile.hash); - pipeline_worker->push(std::move(compile)); - } - cmd.set_specialization_constant_mask(7); - cmd.set_specialization_constant(2, scale_log2_bit); - } - - cmd.dispatch_indirect(*indirect_dispatch_buffer, 4 * sizeof(uint32_t) * i); - } - - if (caps.timestamp >= 2) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval("RDP GPU", std::move(start_ts), std::move(end_ts), "shading"); - } - cmd.end_region(); -} - -void Renderer::submit_tile_binning_combined(Vulkan::CommandBuffer &cmd, bool upscale) -{ - cmd.begin_region("tile-binning-combined"); - auto &instance = buffer_instances[buffer_instance]; - cmd.set_storage_buffer(0, 0, *instance.gpu.triangle_setup.buffer); - cmd.set_storage_buffer(0, 1, *instance.gpu.scissor_setup.buffer); - cmd.set_storage_buffer(0, 2, *instance.gpu.state_indices.buffer); - cmd.set_storage_buffer(0, 3, *tile_binning_buffer); - cmd.set_storage_buffer(0, 4, *tile_binning_buffer_coarse); - - if (!caps.ubershader) - { - cmd.set_storage_buffer(0, 5, *per_tile_offsets); - cmd.set_storage_buffer(0, 6, *indirect_dispatch_buffer); - cmd.set_storage_buffer(0, 7, *tile_work_list); - } - - cmd.set_specialization_constant_mask(0x7f); - cmd.set_specialization_constant(1, ImplementationConstants::TileWidth); - cmd.set_specialization_constant(2, ImplementationConstants::TileHeight); - cmd.set_specialization_constant(3, Limits::MaxPrimitives); - cmd.set_specialization_constant(4, upscale ? caps.max_width : Limits::MaxWidth); - cmd.set_specialization_constant(5, caps.max_num_tile_instances); - cmd.set_specialization_constant(6, upscale ? caps.upscaling : 1u); - - struct PushData - { - uint32_t width, height; - uint32_t num_primitives; - } push = {}; - push.width = fb.width; - push.height = fb.deduced_height; - - if (upscale) - { - push.width *= caps.upscaling; - push.height *= caps.upscaling; - } - - push.num_primitives = uint32_t(stream.triangle_setup.size()); - unsigned num_primitives_32 = (push.num_primitives + 31) / 32; - - cmd.push_constants(&push, 0, sizeof(push)); - - auto &features = device->get_device_features(); - uint32_t subgroup_size = features.subgroup_properties.subgroupSize; - - Vulkan::QueryPoolHandle start_ts, end_ts; - if (caps.timestamp >= 2) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - - if (caps.subgroup_tile_binning) - { -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://tile_binning_combined.comp", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - { "SUBGROUP", 1 }, - { "UBERSHADER", int(caps.ubershader) }, - { "SMALL_TYPES", caps.supports_small_integer_arithmetic ? 1 : 0 }, - }); -#else - cmd.set_program(shader_bank->tile_binning_combined); -#endif - - if (supports_subgroup_size_control(32, subgroup_size)) - { - cmd.enable_subgroup_size_control(true); - cmd.set_subgroup_size_log2(true, 5, trailing_zeroes(subgroup_size)); - } - } - else - { -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://tile_binning_combined.comp", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - { "SUBGROUP", 0 }, - { "UBERSHADER", int(caps.ubershader) }, - { "SMALL_TYPES", caps.supports_small_integer_arithmetic ? 1 : 0 }, - }); -#else - cmd.set_program(shader_bank->tile_binning_combined); -#endif - - subgroup_size = 32; - } - - cmd.set_specialization_constant(0, subgroup_size); - unsigned meta_tiles_x = 8; - unsigned meta_tiles_y = subgroup_size / meta_tiles_x; - unsigned num_tiles_x = (push.width + ImplementationConstants::TileWidth - 1) / ImplementationConstants::TileWidth; - unsigned num_tiles_y = (push.height + ImplementationConstants::TileHeight - 1) / ImplementationConstants::TileHeight; - unsigned num_meta_tiles_x = (num_tiles_x + meta_tiles_x - 1) / meta_tiles_x; - unsigned num_meta_tiles_y = (num_tiles_y + meta_tiles_y - 1) / meta_tiles_y; - cmd.dispatch(num_primitives_32, num_meta_tiles_x, num_meta_tiles_y); - - if (caps.timestamp >= 2) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval("RDP GPU", std::move(start_ts), std::move(end_ts), "tile-binning"); - } - - cmd.enable_subgroup_size_control(false); - cmd.end_region(); -} - -void Renderer::submit_update_upscaled_domain_external(Vulkan::CommandBuffer &cmd, - unsigned addr, unsigned length, unsigned pixel_size_log2) -{ - submit_update_upscaled_domain(cmd, ResolveStage::Pre, addr, addr, length, 1, pixel_size_log2); -} - -void Renderer::submit_update_upscaled_domain(Vulkan::CommandBuffer &cmd, ResolveStage stage, - unsigned addr, unsigned depth_addr, - unsigned width, unsigned height, - unsigned pixel_size_log2) -{ -#ifdef PARALLEL_RDP_SHADER_DIR - if (stage == ResolveStage::Pre) - cmd.set_program("rdp://update_upscaled_domain_pre.comp"); - else if (stage == ResolveStage::Post) - cmd.set_program("rdp://update_upscaled_domain_post.comp"); - else - cmd.set_program("rdp://update_upscaled_domain_resolve.comp"); -#else - if (stage == ResolveStage::Pre) - cmd.set_program(shader_bank->update_upscaled_domain_pre); - else if (stage == ResolveStage::Post) - cmd.set_program(shader_bank->update_upscaled_domain_post); - else - cmd.set_program(shader_bank->update_upscaled_domain_resolve); -#endif - - unsigned num_pixels = width * height; - - if (stage != ResolveStage::SSAAResolve) - { - // Ensure that we always process entire words, thus we avoid having to do weird swizzles, - // and memory access patterns are linear with gl_GlobalInvocationID.x. - addr &= ~3u; - depth_addr &= ~3u; - unsigned align_pixels = 4u >> pixel_size_log2; - num_pixels = (num_pixels + align_pixels - 1u) & ~(align_pixels - 1u); - } - - cmd.set_storage_buffer(0, 0, *rdram, rdram_offset, - (stage == ResolveStage::SSAAResolve && !is_host_coherent ? 2 : 1) * rdram_size); - cmd.set_storage_buffer(0, 1, *hidden_rdram); - cmd.set_storage_buffer(0, 2, *upscaling_reference_rdram); - cmd.set_storage_buffer(0, 3, *upscaling_multisampled_rdram); - cmd.set_storage_buffer(0, 4, *upscaling_multisampled_hidden_rdram); - - cmd.set_specialization_constant_mask(0x7f); - cmd.set_specialization_constant(0, uint32_t(rdram_size)); - cmd.set_specialization_constant(1, pixel_size_log2); - cmd.set_specialization_constant(2, int(addr == depth_addr)); - cmd.set_specialization_constant(3, ImplementationConstants::DefaultWorkgroupSize); - cmd.set_specialization_constant(4, caps.upscaling * caps.upscaling); - if (stage == ResolveStage::SSAAResolve) - { - cmd.set_specialization_constant(5, uint32_t(caps.super_sample_readback_dither)); - cmd.set_specialization_constant(6, uint32_t(!is_host_coherent)); - } - - uint32_t num_workgroups_x, num_workgroups_y; - - if (stage == ResolveStage::SSAAResolve) - { - num_workgroups_x = - (width + ImplementationConstants::DefaultWorkgroupSize - 1) / - ImplementationConstants::DefaultWorkgroupSize; - num_workgroups_y = height; - } - else - { - num_workgroups_x = - (num_pixels + ImplementationConstants::DefaultWorkgroupSize - 1) / - ImplementationConstants::DefaultWorkgroupSize; - num_workgroups_y = 1; - } - - struct Push - { - uint32_t pixels; - uint32_t fb_addr, fb_depth_addr; - uint32_t width, height; - } push = {}; - push.pixels = num_pixels; - push.fb_addr = addr >> pixel_size_log2; - push.fb_depth_addr = depth_addr >> 1; - push.width = width; - push.height = height; - - cmd.push_constants(&push, 0, sizeof(push)); - - Vulkan::QueryPoolHandle start_ts, end_ts; - if (caps.timestamp >= 2 && stage == ResolveStage::SSAAResolve) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - cmd.dispatch(num_workgroups_x, num_workgroups_y, 1); - if (caps.timestamp >= 2 && stage == ResolveStage::SSAAResolve) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval("RDP GPU", std::move(start_ts), std::move(end_ts), "ssaa-resolve"); - } -} - -void Renderer::submit_clear_super_sample_write_mask(Vulkan::CommandBuffer &cmd, unsigned width, unsigned height) -{ - // Pack 4x4 block of pixel's writemasks in one u32. Allows for one depth_blend workgroup to target a single u32 - // in all cases, which is nice :) - unsigned blocks_x = (width + 3) / 4; - unsigned blocks_y = (height + 3) / 4; - unsigned num_words = blocks_x * blocks_y; - unsigned num_workgroups = (num_words + ImplementationConstants::DefaultWorkgroupSize - 1) / - ImplementationConstants::DefaultWorkgroupSize; - -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://clear_super_sampled_write_mask.comp"); -#else - cmd.set_program(shader_bank->clear_super_sampled_write_mask); -#endif - - cmd.set_storage_buffer(0, 0, *upscaling_multisampled_rdram, rdram_size * caps.upscaling * caps.upscaling, - 2 * Limits::MaxWidth * Limits::MaxHeight / 8); - - cmd.set_specialization_constant_mask(1); - cmd.set_specialization_constant(0, ImplementationConstants::DefaultWorkgroupSize); - cmd.dispatch(num_workgroups, 1, 1); - cmd.set_specialization_constant_mask(0); -} - -void Renderer::submit_update_upscaled_domain(Vulkan::CommandBuffer &cmd, ResolveStage stage) -{ - unsigned pixel_size_log2; - - switch (fb.fmt) - { - case FBFormat::RGBA8888: - pixel_size_log2 = 2; - break; - - case FBFormat::RGBA5551: - case FBFormat::IA88: - pixel_size_log2 = 1; - break; - - default: - pixel_size_log2 = 0; - break; - } - - submit_update_upscaled_domain(cmd, stage, fb.addr, fb.depth_addr, - fb.width, fb.deduced_height, pixel_size_log2); -} - -void Renderer::submit_depth_blend(Vulkan::CommandBuffer &cmd, Vulkan::Buffer &tmem, bool upscaled, bool force_write_mask) -{ - cmd.begin_region("render-pass"); - auto &instance = buffer_instances[buffer_instance]; - - cmd.set_specialization_constant_mask(0xff); - cmd.set_specialization_constant(0, uint32_t(rdram_size)); - cmd.set_specialization_constant(1, uint32_t(fb.fmt)); - cmd.set_specialization_constant(2, int(fb.addr == fb.depth_addr)); - cmd.set_specialization_constant(3, ImplementationConstants::TileWidth); - cmd.set_specialization_constant(4, ImplementationConstants::TileHeight); - cmd.set_specialization_constant(5, Limits::MaxPrimitives); - cmd.set_specialization_constant(6, upscaled ? caps.max_width : Limits::MaxWidth); - cmd.set_specialization_constant(7, uint32_t(force_write_mask || (!is_host_coherent && !upscaled)) | - ((upscaled ? trailing_zeroes(caps.upscaling) : 0u) << 1u)); - - if (upscaled) - cmd.set_storage_buffer(0, 0, *upscaling_multisampled_rdram); - else - cmd.set_storage_buffer(0, 0, *rdram, rdram_offset, rdram_size * (is_host_coherent ? 1 : 2)); - cmd.set_storage_buffer(0, 1, upscaled ? *upscaling_multisampled_hidden_rdram : *hidden_rdram); - cmd.set_storage_buffer(0, 2, tmem); - - if (!caps.ubershader) - { - cmd.set_storage_buffer(0, 3, *per_tile_shaded_color); - cmd.set_storage_buffer(0, 4, *per_tile_shaded_depth); - cmd.set_storage_buffer(0, 5, *per_tile_shaded_shaded_alpha); - cmd.set_storage_buffer(0, 6, *per_tile_shaded_coverage); - cmd.set_storage_buffer(0, 7, *per_tile_offsets); - } - - cmd.set_storage_buffer(1, 0, *instance.gpu.triangle_setup.buffer); - cmd.set_storage_buffer(1, 1, *instance.gpu.attribute_setup.buffer); - cmd.set_storage_buffer(1, 2, *instance.gpu.derived_setup.buffer); - cmd.set_storage_buffer(1, 3, *instance.gpu.scissor_setup.buffer); - cmd.set_storage_buffer(1, 4, *instance.gpu.static_raster_state.buffer); - cmd.set_storage_buffer(1, 5, *instance.gpu.depth_blend_state.buffer); - cmd.set_storage_buffer(1, 6, *instance.gpu.state_indices.buffer); - cmd.set_storage_buffer(1, 7, *instance.gpu.tile_info_state.buffer); - cmd.set_storage_buffer(1, 8, *span_setups); - cmd.set_storage_buffer(1, 9, *instance.gpu.span_info_offsets.buffer); - cmd.set_buffer_view(1, 10, *blender_divider_buffer); - cmd.set_storage_buffer(1, 11, *tile_binning_buffer); - cmd.set_storage_buffer(1, 12, *tile_binning_buffer_coarse); - - auto *global_fb_info = cmd.allocate_typed_constant_data(2, 0, 1); - - GlobalState push = {}; - push.fb_width = fb.width; - push.fb_height = fb.deduced_height; - - if (upscaled) - { - push.fb_width *= caps.upscaling; - push.fb_height *= caps.upscaling; - } - - switch (fb.fmt) - { - case FBFormat::I4: - push.addr_index = fb.addr; - global_fb_info->fb_size = 0; - global_fb_info->dx_mask = 0; - global_fb_info->dx_shift = 0; - break; - - case FBFormat::I8: - push.addr_index = fb.addr; - global_fb_info->fb_size = 1; - global_fb_info->dx_mask = ~7u; - global_fb_info->dx_shift = 3; - break; - - case FBFormat::RGBA5551: - case FBFormat::IA88: - push.addr_index = fb.addr >> 1u; - global_fb_info->fb_size = 2; - global_fb_info->dx_mask = ~3u; - global_fb_info->dx_shift = 2; - break; - - case FBFormat::RGBA8888: - push.addr_index = fb.addr >> 2u; - global_fb_info->fb_size = 4; - global_fb_info->dx_mask = ~1u; - global_fb_info->dx_shift = 1; - break; - } - - global_fb_info->base_primitive_index = base_primitive_index; - - push.depth_addr_index = fb.depth_addr >> 1; - unsigned num_primitives_32 = (stream.triangle_setup.size() + 31) / 32; - push.group_mask = (1u << num_primitives_32) - 1; - cmd.push_constants(&push, 0, sizeof(push)); - - if (caps.ubershader) - { -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://ubershader.comp", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - { "SMALL_TYPES", caps.supports_small_integer_arithmetic ? 1 : 0 }, - { "SUBGROUP", caps.subgroup_depth_blend ? 1 : 0 }, - }); -#else - cmd.set_program(shader_bank->ubershader); -#endif - } - else - { -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://depth_blend.comp", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - { "SMALL_TYPES", caps.supports_small_integer_arithmetic ? 1 : 0 }, - { "SUBGROUP", caps.subgroup_depth_blend ? 1 : 0 }, - }); -#else - cmd.set_program(shader_bank->depth_blend); -#endif - } - - Vulkan::QueryPoolHandle start_ts, end_ts; - if (caps.timestamp >= 2) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - - cmd.dispatch((push.fb_width + 7) / 8, (push.fb_height + 7) / 8, 1); - - if (caps.timestamp >= 2) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval("RDP GPU", std::move(start_ts), std::move(end_ts), "depth-blending"); - } - - cmd.end_region(); -} - -void Renderer::submit_render_pass(Vulkan::CommandBuffer &cmd) -{ - bool need_render_pass = fb.width != 0 && fb.deduced_height != 0 && !stream.span_info_jobs.empty(); - bool need_tmem_upload = !stream.tmem_upload_infos.empty(); - bool need_submit = need_render_pass || need_tmem_upload; - if (!need_submit) - return; - - Vulkan::QueryPoolHandle render_pass_start, render_pass_end; - if (caps.timestamp >= 1) - render_pass_start = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - - if (debug_channel) - cmd.begin_debug_channel(this, "Debug", 16 * 1024 * 1024); - - // Here we run 3 dispatches in parallel. Span setup and TMEM instances are low occupancy kind of jobs, but the binning - // pass should dominate here unless the workload is trivial. - if (need_render_pass) - { - submit_span_setup_jobs(cmd, false); - submit_tile_binning_combined(cmd, false); - if (caps.upscaling > 1) - submit_update_upscaled_domain(cmd, ResolveStage::Pre); - } - - if (need_tmem_upload) - update_tmem_instances(cmd); - - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT | (!caps.ubershader ? VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT : 0), - VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT | - (!caps.ubershader ? VK_ACCESS_INDIRECT_COMMAND_READ_BIT : 0)); - - if (need_render_pass && !caps.ubershader) - { - submit_rasterization(cmd, need_tmem_upload ? *tmem_instances : *tmem, false); - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - } - - if (need_render_pass) - submit_depth_blend(cmd, need_tmem_upload ? *tmem_instances : *tmem, false, false); - - if (!caps.ubershader) - clear_indirect_buffer(cmd); - - if (render_pass_is_upscaled()) - { - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, - VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT); - - // TODO: Could probably do this reference update in the render pass itself, - // just write output to two buffers ... This is more composable for now. - submit_update_upscaled_domain(cmd, ResolveStage::Post); - } - - if (caps.timestamp >= 1) - { - render_pass_end = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - std::string tag; - tag = "(" + std::to_string(fb.width) + " x " + std::to_string(fb.deduced_height) + ")"; - tag += " (" + std::to_string(stream.triangle_setup.size()) + " triangles)"; - device->register_time_interval("RDP GPU", std::move(render_pass_start), std::move(render_pass_end), "render-pass", std::move(tag)); - } -} - -void Renderer::submit_render_pass_upscaled(Vulkan::CommandBuffer &cmd) -{ - cmd.begin_region("render-pass-upscaled"); - Vulkan::QueryPoolHandle start_ts, end_ts; - if (caps.timestamp >= 1) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - - bool need_tmem_upload = !stream.tmem_upload_infos.empty(); - - submit_span_setup_jobs(cmd, true); - submit_tile_binning_combined(cmd, true); - if (caps.super_sample_readback) - { - submit_update_upscaled_domain(cmd, ResolveStage::Pre); - submit_clear_super_sample_write_mask(cmd, fb.width, fb.deduced_height); - if (need_tmem_upload) - update_tmem_instances(cmd); - } - - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT | - (!caps.ubershader ? VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT : 0), - VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT | - (!caps.ubershader ? VK_ACCESS_INDIRECT_COMMAND_READ_BIT : 0)); - - if (!caps.ubershader) - { - submit_rasterization(cmd, need_tmem_upload ? *tmem_instances : *tmem, true); - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, - VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, - VK_ACCESS_SHADER_READ_BIT); - } - - submit_depth_blend(cmd, need_tmem_upload ? *tmem_instances : *tmem, true, caps.super_sample_readback); - if (!caps.ubershader) - clear_indirect_buffer(cmd); - - if (caps.super_sample_readback) - { - cmd.begin_region("ssaa-resolve"); - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, - VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT); - - submit_update_upscaled_domain(cmd, ResolveStage::SSAAResolve); - cmd.end_region(); - } - - if (caps.timestamp >= 1) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval("RDP GPU", std::move(start_ts), std::move(end_ts), "render-pass-upscaled"); - } - cmd.end_region(); -} - -void Renderer::submit_render_pass_end(Vulkan::CommandBuffer &cmd) -{ - base_primitive_index += uint32_t(stream.triangle_setup.size()); - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, - VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT); -} - -void Renderer::maintain_queues() -{ - // Some conditions dictate if we should flush a render pass. - // These heuristics ensures we don't wait too long to flush render passes, - // and also ensure that we don't spam submissions too often, causing massive bubbles on GPU. - - // If we get a lot of small render passes in a row, it makes sense to batch them up, e.g. 8 at a time. - // If we get 2 full render passes of ~256 primitives, that's also a good indication we should flush since we're getting spammed. - // If we have no pending submissions, the GPU is idle and there is no reason not to submit. - // If we haven't submitted anything in a while (1.0 ms), it's probably fine to submit again. - if (pending_render_passes >= ImplementationConstants::MaxPendingRenderPassesBeforeFlush || - (caps.super_sample_readback && pending_render_passes_upscaled >= ImplementationConstants::MaxPendingRenderPassesBeforeFlush) || - pending_primitives >= Limits::MaxPrimitives || - pending_primitives_upscaled >= Limits::MaxPrimitives || - active_submissions.load(std::memory_order_relaxed) == 0 || - int64_t(Util::get_current_time_nsecs() - last_submit_ns) > 1000000) - { - submit_to_queue(); - } -} - -void Renderer::lock_command_processing() -{ - idle_lock.lock(); -} - -void Renderer::unlock_command_processing() -{ - idle_lock.unlock(); -} - -void Renderer::maintain_queues_idle() -{ - std::lock_guard holder{idle_lock}; - if (pending_primitives >= ImplementationConstants::MinimumPrimitivesForIdleFlush || - pending_render_passes >= ImplementationConstants::MinimumRenderPassesForIdleFlush) - { - flush_queues(); - submit_to_queue(); - } -} - -void Renderer::enqueue_fence_wait(Vulkan::Fence fence) -{ - CoherencyOperation op; - op.fence = std::move(fence); - op.unlock_cookie = &active_submissions; - active_submissions.fetch_add(1, std::memory_order_relaxed); - processor.enqueue_coherency_operation(std::move(op)); - last_submit_ns = Util::get_current_time_nsecs(); -} - -void Renderer::submit_to_queue() -{ - bool pending_host_visible_render_passes = - (caps.super_sample_readback ? pending_render_passes_upscaled : pending_render_passes) != 0; - bool pending_upscaled_passes = pending_render_passes_upscaled != 0; - pending_render_passes = 0; - pending_render_passes_upscaled = 0; - pending_primitives = 0; - pending_primitives_upscaled = 0; - - if (!stream.cmd) - { - if (pending_host_visible_render_passes) - { - Vulkan::Fence fence; - device->submit_empty(Vulkan::CommandBuffer::Type::AsyncCompute, &fence); - enqueue_fence_wait(fence); - } - return; - } - - bool need_host_barrier = is_host_coherent || !incoherent.staging_readback; - - // If we maintain queues in-between doing 1x render pass and upscaled render pass, - // we haven't flushed memory yet. - bool need_memory_flush = pending_host_visible_render_passes && !pending_upscaled_passes; - stream.cmd->barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, - need_memory_flush ? VK_ACCESS_MEMORY_WRITE_BIT : 0, - (need_host_barrier ? VK_PIPELINE_STAGE_HOST_BIT : VK_PIPELINE_STAGE_TRANSFER_BIT), - (need_host_barrier ? VK_ACCESS_HOST_READ_BIT : VK_ACCESS_TRANSFER_READ_BIT)); - - Vulkan::Fence fence; - - if (is_host_coherent) - { - device->submit(stream.cmd, &fence); - if (pending_host_visible_render_passes) - enqueue_fence_wait(fence); - } - else - { - CoherencyOperation op; - if (pending_host_visible_render_passes) - resolve_coherency_gpu_to_host(op, *stream.cmd); - - device->submit(stream.cmd, &fence); - - if (pending_host_visible_render_passes) - { - enqueue_fence_wait(fence); - op.fence = fence; - if (!op.copies.empty()) - processor.enqueue_coherency_operation(std::move(op)); - } - } - - Util::for_each_bit(sync_indices_needs_flush, [&](unsigned bit) { - auto &sync = internal_sync[bit]; - sync.fence = fence; - }); - sync_indices_needs_flush = 0; - stream.cmd.reset(); -} - -void Renderer::reset_context() -{ - stream.scissor_setup.reset(); - stream.static_raster_state_cache.reset(); - stream.depth_blend_state_cache.reset(); - stream.tile_info_state_cache.reset(); - stream.triangle_setup.reset(); - stream.attribute_setup.reset(); - stream.derived_setup.reset(); - stream.state_indices.reset(); - stream.span_info_offsets.reset(); - stream.span_info_jobs.reset(); - stream.max_shaded_tiles = 0; - - fb.deduced_height = 0; - fb.color_write_pending = false; - fb.depth_write_pending = false; - - stream.tmem_upload_infos.clear(); -} - -void Renderer::begin_new_context() -{ - buffer_instance = (buffer_instance + 1) % Limits::NumSyncStates; - reset_context(); -} - -uint32_t Renderer::get_byte_size_for_bound_color_framebuffer() const -{ - unsigned pixel_count = fb.width * fb.deduced_height; - unsigned byte_count; - switch (fb.fmt) - { - case FBFormat::RGBA8888: - byte_count = pixel_count * 4; - break; - - case FBFormat::RGBA5551: - case FBFormat::IA88: - byte_count = pixel_count * 2; - break; - - default: - byte_count = pixel_count; - break; - } - - return byte_count; -} - -uint32_t Renderer::get_byte_size_for_bound_depth_framebuffer() const -{ - return fb.width * fb.deduced_height * 2; -} - -void Renderer::mark_pages_for_gpu_read(uint32_t base_addr, uint32_t byte_count) -{ - if (byte_count == 0) - return; - - uint32_t start_page = base_addr / ImplementationConstants::IncoherentPageSize; - uint32_t end_page = (base_addr + byte_count - 1) / ImplementationConstants::IncoherentPageSize + 1; - start_page &= incoherent.num_pages - 1; - end_page &= incoherent.num_pages - 1; - - uint32_t page = start_page; - while (page != end_page) - { - bool pending_writes = (incoherent.page_to_pending_readback[page / 32] & (1u << (page & 31))) != 0 || - incoherent.pending_writes_for_page[page].load(std::memory_order_relaxed) != 0; - - // We'll do an acquire memory barrier later before we start memcpy-ing from host memory. - if (pending_writes) - incoherent.page_to_masked_copy[page / 32] |= 1u << (page & 31); - else - incoherent.page_to_direct_copy[page / 32] |= 1u << (page & 31); - - page = (page + 1) & (incoherent.num_pages - 1); - } -} - -void Renderer::lock_pages_for_gpu_write(uint32_t base_addr, uint32_t byte_count) -{ - if (byte_count == 0) - return; - - uint32_t start_page = base_addr / ImplementationConstants::IncoherentPageSize; - uint32_t end_page = (base_addr + byte_count - 1) / ImplementationConstants::IncoherentPageSize + 1; - - for (uint32_t page = start_page; page < end_page; page++) - { - uint32_t wrapped_page = page & (incoherent.num_pages - 1); - incoherent.page_to_pending_readback[wrapped_page / 32] |= 1u << (wrapped_page & 31); - } -} - -void Renderer::resolve_coherency_gpu_to_host(CoherencyOperation &op, Vulkan::CommandBuffer &cmd) -{ - cmd.begin_region("resolve-coherency-gpu-to-host"); - if (!incoherent.staging_readback) - { - // iGPU path. - op.src = rdram; - op.dst = incoherent.host_rdram; - op.timeline_value = 0; - - for (auto &readback : incoherent.page_to_pending_readback) - { - uint32_t base_index = 32 * uint32_t(&readback - incoherent.page_to_pending_readback.data()); - - Util::for_each_bit_range(readback, [&](unsigned index, unsigned count) { - index += base_index; - - for (unsigned i = 0; i < count; i++) - incoherent.pending_writes_for_page[index + i].fetch_add(1, std::memory_order_relaxed); - - CoherencyCopy coherent_copy = {}; - coherent_copy.counter_base = &incoherent.pending_writes_for_page[index]; - coherent_copy.counters = count; - coherent_copy.src_offset = index * ImplementationConstants::IncoherentPageSize; - coherent_copy.mask_offset = coherent_copy.src_offset + rdram_size; - coherent_copy.dst_offset = index * ImplementationConstants::IncoherentPageSize; - coherent_copy.size = ImplementationConstants::IncoherentPageSize * count; - op.copies.push_back(coherent_copy); - }); - - readback = 0; - } - } - else - { - // Discrete GPU path. - Util::SmallVector copies; - op.src = incoherent.staging_readback.get(); - op.dst = incoherent.host_rdram; - op.timeline_value = 0; - - for (auto &readback : incoherent.page_to_pending_readback) - { - uint32_t base_index = 32 * uint32_t(&readback - incoherent.page_to_pending_readback.data()); - - Util::for_each_bit_range(readback, [&](unsigned index, unsigned count) { - index += base_index; - - for (unsigned i = 0; i < count; i++) - incoherent.pending_writes_for_page[index + i].fetch_add(1, std::memory_order_relaxed); - - VkBufferCopy copy = {}; - copy.srcOffset = index * ImplementationConstants::IncoherentPageSize; - - unsigned dst_page_index = incoherent.staging_readback_index; - copy.dstOffset = dst_page_index * ImplementationConstants::IncoherentPageSize; - - incoherent.staging_readback_index += count; - incoherent.staging_readback_index &= (incoherent.staging_readback_pages - 1); - // Unclean wraparound check. - if (incoherent.staging_readback_index != 0 && incoherent.staging_readback_index < dst_page_index) - { - copy.dstOffset = 0; - incoherent.staging_readback_index = count; - } - - copy.size = ImplementationConstants::IncoherentPageSize * count; - copies.push_back(copy); - - CoherencyCopy coherent_copy = {}; - coherent_copy.counter_base = &incoherent.pending_writes_for_page[index]; - coherent_copy.counters = count; - coherent_copy.src_offset = copy.dstOffset; - coherent_copy.dst_offset = index * ImplementationConstants::IncoherentPageSize; - coherent_copy.size = ImplementationConstants::IncoherentPageSize * count; - - VkBufferCopy mask_copy = {}; - mask_copy.srcOffset = index * ImplementationConstants::IncoherentPageSize + rdram_size; - - dst_page_index = incoherent.staging_readback_index; - mask_copy.dstOffset = dst_page_index * ImplementationConstants::IncoherentPageSize; - - incoherent.staging_readback_index += count; - incoherent.staging_readback_index &= (incoherent.staging_readback_pages - 1); - // Unclean wraparound check. - if (incoherent.staging_readback_index != 0 && incoherent.staging_readback_index < dst_page_index) - { - mask_copy.dstOffset = 0; - incoherent.staging_readback_index = count; - } - - mask_copy.size = ImplementationConstants::IncoherentPageSize * count; - copies.push_back(mask_copy); - coherent_copy.mask_offset = mask_copy.dstOffset; - - op.copies.push_back(coherent_copy); - }); - - readback = 0; - } - - if (!copies.empty()) - { -//#define COHERENCY_READBACK_TIMESTAMPS -#ifdef COHERENCY_READBACK_TIMESTAMPS - Vulkan::QueryPoolHandle start_ts, end_ts; - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_TRANSFER_BIT); -#endif - cmd.copy_buffer(*incoherent.staging_readback, *rdram, copies.data(), copies.size()); -#ifdef COHERENCY_READBACK_TIMESTAMPS - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_TRANSFER_BIT); - device->register_time_interval(std::move(start_ts), std::move(end_ts), "coherency-readback"); -#endif - cmd.barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_HOST_BIT | VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, - VK_ACCESS_HOST_READ_BIT); - } - } - cmd.end_region(); -} - -void Renderer::resolve_coherency_external(unsigned offset, unsigned length) -{ - mark_pages_for_gpu_read(offset, length); - ensure_command_buffer(); - resolve_coherency_host_to_gpu(*stream.cmd); - device->submit(stream.cmd); - stream.cmd.reset(); -} - -unsigned Renderer::get_scaling_factor() const -{ - return caps.upscaling; -} - -const Vulkan::Buffer *Renderer::get_upscaled_rdram_buffer() const -{ - return upscaling_multisampled_rdram.get(); -} - -const Vulkan::Buffer *Renderer::get_upscaled_hidden_rdram_buffer() const -{ - return upscaling_multisampled_hidden_rdram.get(); -} - -void Renderer::resolve_coherency_host_to_gpu(Vulkan::CommandBuffer &cmd) -{ - // Now, ensure that the GPU sees a coherent view of the CPU memory writes up until now. - // Writes made by the GPU which are not known to be resolved on the timeline waiter thread will always - // "win" over writes made by CPU, since CPU is not allowed to meaningfully overwrite data which the GPU - // is going to touch. - - cmd.begin_region("resolve-coherency-host-to-gpu"); - - Vulkan::QueryPoolHandle start_ts, end_ts; - if (caps.timestamp) - start_ts = device->write_calibrated_timestamp(); - - std::atomic_thread_fence(std::memory_order_acquire); - - Util::SmallVector buffer_copies; - Util::SmallVector masked_page_copies; - Util::SmallVector to_clear_write_mask; - - // If we're able to map RDRAM directly, we can just memcpy straight into RDRAM if we have an unmasked copy. - // Important for iGPU. - if (rdram->get_allocation().is_host_allocation()) - { - for (auto &direct : incoherent.page_to_direct_copy) - { - uint32_t base_index = 32 * (&direct - incoherent.page_to_direct_copy.data()); - Util::for_each_bit_range(direct, [&](unsigned index, unsigned count) { - index += base_index; - auto *mapped_rdram = device->map_host_buffer(*rdram, Vulkan::MEMORY_ACCESS_WRITE_BIT, - ImplementationConstants::IncoherentPageSize * index, - ImplementationConstants::IncoherentPageSize * count); - memcpy(mapped_rdram, - incoherent.host_rdram + ImplementationConstants::IncoherentPageSize * index, - ImplementationConstants::IncoherentPageSize * count); - - device->unmap_host_buffer(*rdram, Vulkan::MEMORY_ACCESS_WRITE_BIT, - ImplementationConstants::IncoherentPageSize * index, - ImplementationConstants::IncoherentPageSize * count); - - mapped_rdram = device->map_host_buffer(*rdram, Vulkan::MEMORY_ACCESS_WRITE_BIT, - ImplementationConstants::IncoherentPageSize * index + rdram_size, - ImplementationConstants::IncoherentPageSize * count); - - memset(mapped_rdram, 0, ImplementationConstants::IncoherentPageSize * count); - - device->unmap_host_buffer(*rdram, Vulkan::MEMORY_ACCESS_WRITE_BIT, - ImplementationConstants::IncoherentPageSize * index + rdram_size, - ImplementationConstants::IncoherentPageSize * count); - }); - direct = 0; - } - - auto *mapped_staging = static_cast(device->map_host_buffer(*incoherent.staging_rdram, - Vulkan::MEMORY_ACCESS_WRITE_BIT)); - - for (auto &indirect : incoherent.page_to_masked_copy) - { - uint32_t base_index = 32 * (&indirect - incoherent.page_to_masked_copy.data()); - Util::for_each_bit(indirect, [&](unsigned index) { - index += base_index; - masked_page_copies.push_back(index); - memcpy(mapped_staging + ImplementationConstants::IncoherentPageSize * index, - incoherent.host_rdram + ImplementationConstants::IncoherentPageSize * index, - ImplementationConstants::IncoherentPageSize); - }); - indirect = 0; - } - - device->unmap_host_buffer(*incoherent.staging_rdram, Vulkan::MEMORY_ACCESS_WRITE_BIT); - } - else - { - auto *mapped_rdram = static_cast(device->map_host_buffer(*incoherent.staging_rdram, Vulkan::MEMORY_ACCESS_WRITE_BIT)); - - size_t num_packed_pages = incoherent.page_to_masked_copy.size(); - for (size_t i = 0; i < num_packed_pages; i++) - { - uint32_t base_index = 32 * i; - uint32_t tmp = incoherent.page_to_masked_copy[i] | incoherent.page_to_direct_copy[i]; - Util::for_each_bit(tmp, [&](unsigned index) { - unsigned bit = index; - index += base_index; - - if ((1u << bit) & incoherent.page_to_masked_copy[i]) - masked_page_copies.push_back(index); - else - { - VkBufferCopy copy = {}; - copy.size = ImplementationConstants::IncoherentPageSize; - copy.dstOffset = copy.srcOffset = index * ImplementationConstants::IncoherentPageSize; - buffer_copies.push_back(copy); - to_clear_write_mask.push_back(index); - } - - memcpy(mapped_rdram + ImplementationConstants::IncoherentPageSize * index, - incoherent.host_rdram + ImplementationConstants::IncoherentPageSize * index, - ImplementationConstants::IncoherentPageSize); - }); - - incoherent.page_to_masked_copy[i] = 0; - incoherent.page_to_direct_copy[i] = 0; - } - - device->unmap_host_buffer(*incoherent.staging_rdram, Vulkan::MEMORY_ACCESS_WRITE_BIT); - } - - if (!masked_page_copies.empty()) - { -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://masked_rdram_resolve.comp"); -#else - cmd.set_program(shader_bank->masked_rdram_resolve); -#endif - cmd.set_specialization_constant_mask(3); - cmd.set_specialization_constant(0, ImplementationConstants::IncoherentPageSize / 4); - cmd.set_specialization_constant(1, ImplementationConstants::IncoherentPageSize / 4); - - cmd.set_storage_buffer(0, 0, *rdram, rdram_offset, rdram_size); - cmd.set_storage_buffer(0, 1, *incoherent.staging_rdram); - cmd.set_storage_buffer(0, 2, *rdram, rdram_offset + rdram_size, rdram_size); - -//#define COHERENCY_MASK_TIMESTAMPS -#ifdef COHERENCY_MASK_TIMESTAMPS - Vulkan::QueryPoolHandle start_ts, end_ts; - start_ts = cmd->write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); -#endif - - for (size_t i = 0; i < masked_page_copies.size(); i += 4096) - { - size_t to_copy = std::min(masked_page_copies.size() - i, size_t(4096)); - memcpy(cmd.allocate_typed_constant_data(1, 0, to_copy), - masked_page_copies.data() + i, - to_copy * sizeof(uint32_t)); - cmd.dispatch(to_copy, 1, 1); - } - -#ifdef COHERENCY_MASK_TIMESTAMPS - end_ts = cmd->write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval(std::move(start_ts), std::move(end_ts), "coherent-mask-copy"); -#endif - } - - // Could use FillBuffer here, but would need to use TRANSFER stage, and introduce more barriers than needed. - if (!to_clear_write_mask.empty()) - { -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://clear_write_mask.comp"); -#else - cmd.set_program(shader_bank->clear_write_mask); -#endif - cmd.set_specialization_constant_mask(3); - cmd.set_specialization_constant(0, ImplementationConstants::IncoherentPageSize / 4); - cmd.set_specialization_constant(1, ImplementationConstants::IncoherentPageSize / 4); - cmd.set_storage_buffer(0, 0, *rdram, rdram_offset + rdram_size, rdram_size); - for (size_t i = 0; i < to_clear_write_mask.size(); i += 4096) - { - size_t to_copy = std::min(to_clear_write_mask.size() - i, size_t(4096)); - memcpy(cmd.allocate_typed_constant_data(1, 0, to_copy), - to_clear_write_mask.data() + i, - to_copy * sizeof(uint32_t)); - cmd.dispatch(to_copy, 1, 1); - } - } - - if (!to_clear_write_mask.empty() || !masked_page_copies.empty()) - { - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - } - - // If we cannot map the device memory, copy. We're latency sensitive, so don't use DMA queue. - if (!buffer_copies.empty()) - { - cmd.barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, 0, - VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT); - -//#define COHERENCY_COPY_TIMESTAMPS -#ifdef COHERENCY_COPY_TIMESTAMPS - Vulkan::QueryPoolHandle start_ts, end_ts; - start_ts = cmd->write_timestamp(VK_PIPELINE_STAGE_ALL_COMMANDS_BIT); -#endif - cmd.copy_buffer(*rdram, *incoherent.staging_rdram, buffer_copies.data(), buffer_copies.size()); -#ifdef COHERENCY_COPY_TIMESTAMPS - end_ts = cmd->write_timestamp(VK_PIPELINE_STAGE_TRANSFER_BIT); - device->register_time_interval(std::move(start_ts), std::move(end_ts), "coherent-copy"); -#endif - - cmd.barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - } - - if (caps.timestamp) - { - end_ts = device->write_calibrated_timestamp(); - device->register_time_interval("RDP CPU", std::move(start_ts), std::move(end_ts), "coherency-host-to-gpu"); - } - - cmd.end_region(); -} - -void Renderer::flush_queues() -{ - if (stream.tmem_upload_infos.empty() && stream.span_info_jobs.empty()) - { - base_primitive_index += stream.triangle_setup.size(); - reset_context(); - return; - } - - if (!is_host_coherent) - { - mark_pages_for_gpu_read(fb.addr, get_byte_size_for_bound_color_framebuffer()); - mark_pages_for_gpu_read(fb.depth_addr, get_byte_size_for_bound_depth_framebuffer()); - - // We're going to write to these pages, so lock them down. - lock_pages_for_gpu_write(fb.addr, get_byte_size_for_bound_color_framebuffer()); - lock_pages_for_gpu_write(fb.depth_addr, get_byte_size_for_bound_depth_framebuffer()); - } - - auto &instance = buffer_instances[buffer_instance]; - auto &sync = internal_sync[buffer_instance]; - if (sync_indices_needs_flush & (1u << buffer_instance)) - submit_to_queue(); - sync_indices_needs_flush |= 1u << buffer_instance; - - if (sync.fence) - { - Vulkan::QueryPoolHandle start_ts, end_ts; - if (caps.timestamp) - start_ts = device->write_calibrated_timestamp(); - sync.fence->wait(); - if (caps.timestamp) - { - end_ts = device->write_calibrated_timestamp(); - device->register_time_interval("RDP CPU", std::move(start_ts), std::move(end_ts), "render-pass-fence"); - } - sync.fence.reset(); - } - - ensure_command_buffer(); - - if (!is_host_coherent) - resolve_coherency_host_to_gpu(*stream.cmd); - instance.upload(*device, stream, *stream.cmd); - - // If we have super-sampled readback, then this is meaningless. - bool has_single_sampled_render_pass = !caps.super_sample_readback; - - if (has_single_sampled_render_pass) - { - stream.cmd->begin_region("render-pass-1x"); - submit_render_pass(*stream.cmd); - stream.cmd->end_region(); - pending_render_passes++; - } - - if (render_pass_is_upscaled()) - { - if (has_single_sampled_render_pass) - { - maintain_queues(); - ensure_command_buffer(); - - // We're going to keep reading the same data structures, so make sure - // we signal fence after upscaled render pass is submitted. - sync_indices_needs_flush |= 1u << buffer_instance; - } - - submit_render_pass_upscaled(*stream.cmd); - pending_render_passes_upscaled++; - pending_primitives_upscaled += uint32_t(stream.triangle_setup.size()); - } - - submit_render_pass_end(*stream.cmd); - - begin_new_context(); - maintain_queues(); -} - -bool Renderer::render_pass_is_upscaled() const -{ - if (caps.super_sample_readback) - return true; - - bool need_render_pass = fb.width != 0 && fb.deduced_height != 0 && !stream.span_info_jobs.empty(); - return need_render_pass && should_render_upscaled(); -} - -bool Renderer::should_render_upscaled() const -{ - if (caps.upscaling > 1) - { - // A heuristic. There is no point to render upscaled for purely off-screen passes. - // We should ideally only upscale the final pass which hits screen. - // From a heuristic point-of-view we expect only 16-bit/32-bit frame buffers to be relevant, - // and only frame buffers with at least 256 pixels. - return (fb.fmt == FBFormat::RGBA5551 || fb.fmt == FBFormat::RGBA8888) && fb.width >= 256; - } - else - return false; -} - -void Renderer::ensure_command_buffer() -{ - if (!stream.cmd) - stream.cmd = device->request_command_buffer(Vulkan::CommandBuffer::Type::AsyncCompute); - - if (!caps.ubershader && !indirect_dispatch_buffer) - { - Vulkan::BufferCreateInfo indirect_info = {}; - indirect_info.size = 4 * sizeof(uint32_t) * Limits::MaxStaticRasterizationStates; - indirect_info.domain = Vulkan::BufferDomain::Device; - indirect_info.usage = VK_BUFFER_USAGE_STORAGE_BUFFER_BIT | VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT; - - indirect_dispatch_buffer = device->create_buffer(indirect_info); - device->set_name(*indirect_dispatch_buffer, "indirect-dispatch-buffer"); - - clear_indirect_buffer(*stream.cmd); - stream.cmd->barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT | VK_ACCESS_SHADER_READ_BIT); - } -} - -void Renderer::set_tile(uint32_t tile, const TileMeta &meta) -{ - tiles[tile].meta = meta; -} - -void Renderer::set_tile_size(uint32_t tile, uint32_t slo, uint32_t shi, uint32_t tlo, uint32_t thi) -{ - tiles[tile].size.slo = slo; - tiles[tile].size.shi = shi; - tiles[tile].size.tlo = tlo; - tiles[tile].size.thi = thi; -} - -void Renderer::notify_idle_command_thread() -{ - maintain_queues_idle(); -} - -bool Renderer::tmem_upload_needs_flush(uint32_t addr) const -{ - // Not perfect, since TMEM upload could slice into framebuffer, - // but I doubt this will be an issue (famous last words ...) - - if (fb.color_write_pending) - { - uint32_t offset = (addr - fb.addr) & (rdram_size - 1); - uint32_t pending_pixels = fb.deduced_height * fb.width; - - switch (fb.fmt) - { - case FBFormat::RGBA5551: - case FBFormat::I8: - offset >>= 1; - break; - - case FBFormat::RGBA8888: - offset >>= 2; - break; - - default: - break; - } - - if (offset < pending_pixels) - { - //LOGI("Flushing render pass due to coherent TMEM fetch from color buffer.\n"); - return true; - } - } - - if (fb.depth_write_pending) - { - uint32_t offset = (addr - fb.depth_addr) & (rdram_size - 1); - uint32_t pending_pixels = fb.deduced_height * fb.width; - offset >>= 1; - - if (offset < pending_pixels) - { - //LOGI("Flushing render pass due to coherent TMEM fetch from depth buffer.\n"); - return true; - } - } - - return false; -} - -void Renderer::load_tile(uint32_t tile, const LoadTileInfo &info) -{ - if (tmem_upload_needs_flush(info.tex_addr)) - flush_queues(); - - // Detect noop cases. - if (info.mode != UploadMode::Block) - { - if ((info.thi >> 2) < (info.tlo >> 2)) - return; - - unsigned pixel_count = (((info.shi >> 2) - (info.slo >> 2)) + 1) & 0xfff; - if (!pixel_count) - return; - } - else - { - unsigned pixel_count = ((info.shi - info.slo) + 1) & 0xfff; - if (!pixel_count) - return; - } - - if (!is_host_coherent) - { - unsigned pixel_count; - unsigned offset_pixels; - unsigned base_addr = info.tex_addr; - - if (info.mode == UploadMode::Block) - { - pixel_count = (info.shi - info.slo + 1) & 0xfff; - offset_pixels = info.slo + info.tex_width * info.tlo; - } - else - { - unsigned max_x = ((info.shi >> 2) - (info.slo >> 2)) & 0xfff; - unsigned max_y = (info.thi >> 2) - (info.tlo >> 2); - pixel_count = max_y * info.tex_width + max_x + 1; - offset_pixels = (info.slo >> 2) + info.tex_width * (info.tlo >> 2); - } - - unsigned byte_size = pixel_count << (unsigned(info.size) - 1); - byte_size = (byte_size + 7) & ~7; - base_addr += offset_pixels << (unsigned(info.size) - 1); - mark_pages_for_gpu_read(base_addr, byte_size); - } - - if (info.mode == UploadMode::Tile) - { - auto &meta = tiles[tile].meta; - unsigned pixels_coverered_per_line = (((info.shi >> 2) - (info.slo >> 2)) + 1) & 0xfff; - - // Technically, 32-bpp TMEM upload and YUV upload will work like 16bpp, just split into two halves, but that also means - // we get 2kB wraparound instead of 4kB wraparound, so this works out just fine for our purposes. - unsigned quad_words_covered_per_line = ((pixels_coverered_per_line << unsigned(meta.size)) + 15) >> 4; - - // Deal with mismatch in state, there is no reasonable scenarios where this should even matter, but you never know ... - if (unsigned(meta.size) > unsigned(info.size)) - quad_words_covered_per_line <<= unsigned(meta.size) - unsigned(info.size); - else if (unsigned(meta.size) < unsigned(info.size)) - quad_words_covered_per_line >>= unsigned(info.size) - unsigned(meta.size); - - // Compute a conservative estimate for how many bytes we're going to splat down into TMEM. - unsigned bytes_covered_per_line = std::max(quad_words_covered_per_line * 8, meta.stride); - - unsigned max_bytes_per_line = 0x1000; - // We need to write lower and upper halves at once, - // so we need to wrap around at 2k boundary. - if (meta.fmt == TextureFormat::YUV) - max_bytes_per_line /= 2; - - unsigned num_lines = ((info.thi >> 2) - (info.tlo >> 2)) + 1; - unsigned total_bytes_covered = bytes_covered_per_line * num_lines; - - if (total_bytes_covered > max_bytes_per_line) - { - // Welp, for whatever reason, the game wants to write more than 4k of texture data to TMEM in one go. - // We can only handle 4kB in one go due to wrap-around effects, - // so split up the upload in multiple chunks. - - unsigned max_lines_per_iteration = max_bytes_per_line / bytes_covered_per_line; - // Align T-state. - max_lines_per_iteration &= ~1u; - - if (max_lines_per_iteration == 0) - { - LOGE("Pure insanity where content is attempting to load more than 2kB of TMEM data in one single line ...\n"); - // Could be supported if we start splitting up horizonal direction as well, but seriously ... - return; - } - - for (unsigned line = 0; line < num_lines; line += max_lines_per_iteration) - { - unsigned to_copy_lines = std::min(num_lines - line, max_lines_per_iteration); - - LoadTileInfo tmp_info = info; - tmp_info.tlo = info.tlo + (line << 2); - tmp_info.thi = tmp_info.tlo + ((to_copy_lines - 1) << 2); - load_tile_iteration(tile, tmp_info, line * meta.stride); - } - - auto &size = tiles[tile].size; - size.slo = info.slo; - size.shi = info.shi; - size.tlo = info.tlo; - size.thi = info.thi; - } - else - load_tile_iteration(tile, info, 0); - } - else - load_tile_iteration(tile, info, 0); -} - -void Renderer::load_tile_iteration(uint32_t tile, const LoadTileInfo &info, uint32_t tmem_offset) -{ - auto &size = tiles[tile].size; - auto &meta = tiles[tile].meta; - size.slo = info.slo; - size.shi = info.shi; - size.tlo = info.tlo; - size.thi = info.thi; - - if (meta.fmt == TextureFormat::YUV && ((meta.size != TextureSize::Bpp16) || (info.size != TextureSize::Bpp16))) - { - LOGE("Only 16bpp is supported for YUV uploads.\n"); - return; - } - - // This case does not appear to be supported. - if (info.size == TextureSize::Bpp4) - { - LOGE("4-bit VRAM pointer crashes the RDP.\n"); - return; - } - - if (meta.size == TextureSize::Bpp32 && meta.fmt != TextureFormat::RGBA) - { - LOGE("32bpp tile uploads must using RGBA texture format, unsupported otherwise.\n"); - return; - } - - if (info.mode == UploadMode::TLUT && meta.size == TextureSize::Bpp32) - { - LOGE("TLUT uploads with 32bpp tiles are unsupported.\n"); - return; - } - - if (info.mode != UploadMode::TLUT) - { - if (info.size == TextureSize::Bpp32 && meta.size == TextureSize::Bpp8) - { - LOGE("FIXME: Loading tile with Texture 32-bit and Tile 8-bit. This creates insane results, unsupported.\n"); - return; - } - else if (info.size == TextureSize::Bpp16 && meta.size == TextureSize::Bpp4) - { - LOGE("FIXME: Loading tile with Texture 16-bit and Tile 4-bit. This creates insane results, unsupported.\n"); - return; - } - else if (info.size == TextureSize::Bpp32 && meta.size == TextureSize::Bpp4) - { - LOGE("FIXME: Loading tile with Texture 32-bit and Tile 4-bit. This creates insane results, unsupported.\n"); - return; - } - } - - UploadInfo upload = {}; - upload.tmem_stride_words = meta.stride >> 1; - - uint32_t upload_x = 0; - uint32_t upload_y = 0; - - auto upload_mode = info.mode; - - if (upload_mode == UploadMode::Block) - { - upload_x = info.slo; - upload_y = info.tlo; - - // LoadBlock is kinda awkward. Rather than specifying width and height, we get width and dTdx. - // dTdx will increment and generate a T coordinate based on S coordinate (T = (S_64bpp_word * dTdx) >> 11). - // The stride is added on top of this, so effective stride is stride(T) + stride(tile). - // Usually it makes sense for stride(tile) to be 0, but it doesn't have to be ... - // The only reasonable solution is to try to decompose this mess into a normal width/height/stride. - // In the general dTdx case, we don't have to deduce a stable value for stride. - // If dTdx is very weird, we might get variable stride, which is near-impossible to deal with. - // However, it makes zero sense for content to actually rely on this behavior. - // Even if there are inaccuracies in the fraction, we always floor it to get T, and thus we'll have to run - // for quite some time to observe the fractional error accumulate. - - unsigned pixel_count = (info.shi - info.slo + 1) & 0xfff; - - unsigned dt = info.thi; - - unsigned max_tmem_iteration = (pixel_count - 1) >> (4u - unsigned(info.size)); - unsigned max_t = (max_tmem_iteration * dt) >> 11; - - if (max_t != 0) - { - // dT is an inverse which is not necessarily accurate, we can end up with an uneven amount of - // texels per "line". If we have stride == 0, this is fairly easy to deal with, - // but for the case where stride != 0, it is very difficult to implement it correctly. - // We will need to solve this kind of equation for X: - - // TMEM word = floor((x * dt) / 2048) * stride + x - // This equation has no solutions for cases where we stride over TMEM words. - // The only way I can think of is to test all candidates for the floor() expression, and see if that is a valid solution. - // We can find an conservative estimate for floor() by: - // t_min = TMEM word / (max_num_64bpp_elements + stride) - // t_max = TMEM word / (min_num_64bpp_elements + stride) - unsigned max_num_64bpp_elements_before_wrap = ((1u << 11u) + dt - 1u) / dt; - unsigned min_num_64bpp_elements_before_wrap = (1u << 11u) / dt; - - bool uneven_dt = max_num_64bpp_elements_before_wrap != min_num_64bpp_elements_before_wrap; - - if (uneven_dt) - { - // If we never get rounding errors, we can handwave this issue away and pretend that min == max iterations. - // This is by far the common case. - - // Each overflow into next T adds a certain amount of error. - unsigned overflow_amt = dt * max_num_64bpp_elements_before_wrap - (1 << 11); - - // Multiply this by maximum value of T we can observe, and we have a conservative estimate for our T error. - overflow_amt *= max_t; - - // If this error is less than 1 step of dt, we can be certain that we will get max_num iterations every time, - // and we can ignore the worst edge cases. - if (overflow_amt < dt) - { - min_num_64bpp_elements_before_wrap = max_num_64bpp_elements_before_wrap; - uneven_dt = false; - } - } - - // Add more precision bits to DXT. We might have to shift it down if we have a meta.size fixup down below. - // Also makes the right shift nicer (16 vs 11). - upload.dxt = dt << 5; - - if (meta.size == TextureSize::Bpp32 || meta.fmt == TextureFormat::YUV) - { - // We iterate twice for Bpp32 and YUV to complete a 64bpp word. - upload.tmem_stride_words <<= 1; - - // Pure, utter insanity, but no content should *ever* hit this ... - if (uneven_dt && meta.size != info.size) - { - LOGE("Got uneven_dt, and texture size != tile size.\n"); - return; - } - } - - // If TMEM and VRAM bpp misalign, we need to fixup this since we step too fast or slow. - if (unsigned(meta.size) > unsigned(info.size)) - { - unsigned shamt = unsigned(meta.size) - unsigned(info.size); - max_num_64bpp_elements_before_wrap <<= shamt; - min_num_64bpp_elements_before_wrap <<= shamt; - // Need to step slower so we can handle the added striding. - upload.dxt >>= shamt; - } - else if (unsigned(info.size) > unsigned(meta.size)) - { - // Here we step multiple times over the same pixel, but potentially with different T state, - // since dTdx applies between the iterations. - // Horrible, horrible mess ... - LOGE("LoadBlock: VRAM bpp size is larger than tile bpp. This is unsupported.\n"); - return; - } - - unsigned max_line_stride_64bpp = max_num_64bpp_elements_before_wrap + (upload.tmem_stride_words >> 2); - unsigned min_line_stride_64bpp = min_num_64bpp_elements_before_wrap + (upload.tmem_stride_words >> 2); - - // Multiplying 64bpp TMEM word by these gives us lower and upper bounds for T. - // These serve as candidate expressions for floor(). - float min_t_mod = 1.0f / float(max_line_stride_64bpp); - float max_t_mod = 1.0f / float(min_line_stride_64bpp); - upload.min_t_mod = min_t_mod; - upload.max_t_mod = max_t_mod; - - upload.width = pixel_count; - upload.height = 1; - upload.tmem_stride_words >>= 2; // Stride in 64bpp instead of 16bpp. - } - else - { - // We never trigger a case where T is non-zero, so this is equivalent to a Tile upload. - upload.width = pixel_count; - upload.height = 1; - upload.tmem_stride_words = 0; - upload_mode = UploadMode::Tile; - } - } - else - { - upload_x = info.slo >> 2; - upload_y = info.tlo >> 2; - upload.width = (((info.shi >> 2) - (info.slo >> 2)) + 1) & 0xfff; - upload.height = ((info.thi >> 2) - (info.tlo >> 2)) + 1; - } - - if (!upload.width) - return; - - switch (info.size) - { - case TextureSize::Bpp8: - upload.vram_effective_width = (upload.width + 7) & ~7; - break; - - case TextureSize::Bpp16: - // In 16-bit VRAM pointer with TLUT, we iterate one texel at a time, not 4. - if (upload_mode == UploadMode::TLUT) - upload.vram_effective_width = upload.width; - else - upload.vram_effective_width = (upload.width + 3) & ~3; - break; - - case TextureSize::Bpp32: - upload.vram_effective_width = (upload.width + 1) & ~1; - break; - - default: - break; - } - - // Uploads happen in chunks of 8 bytes in groups of 4x16-bits. - switch (meta.size) - { - case TextureSize::Bpp4: - upload.width = (upload.width + 15) & ~15; - upload.width >>= 2; - break; - - case TextureSize::Bpp8: - upload.width = (upload.width + 7) & ~7; - upload.width >>= 1; - break; - - case TextureSize::Bpp16: - upload.width = (upload.width + 3) & ~3; - // Consider YUV uploads to be 32bpp since that's kinda what they are. - if (meta.fmt == TextureFormat::YUV) - upload.width >>= 1; - break; - - case TextureSize::Bpp32: - upload.width = (upload.width + 1) & ~1; - break; - - default: - LOGE("Unimplemented!\n"); - break; - } - - if (upload.height > 1 && upload_mode == UploadMode::TLUT) - { - LOGE("Load TLUT with height > 1 is not supported.\n"); - return; - } - - upload.vram_addr = info.tex_addr + ((info.tex_width * upload_y + upload_x) << (unsigned(info.size) - 1)); - upload.vram_width = upload_mode == UploadMode::Block ? upload.vram_effective_width : info.tex_width; - upload.vram_size = int32_t(info.size); - - upload.tmem_offset = (meta.offset + tmem_offset) & 0xfff; - upload.tmem_size = int32_t(meta.size); - upload.tmem_fmt = int32_t(meta.fmt); - upload.mode = int32_t(upload_mode); - - upload.inv_tmem_stride_words = 1.0f / float(upload.tmem_stride_words); - - stream.tmem_upload_infos.push_back(upload); - if (stream.tmem_upload_infos.size() + 1 >= Limits::MaxTMEMInstances) - flush_queues(); -} - -void Renderer::set_blend_color(uint32_t color) -{ - constants.blend_color = color; -} - -void Renderer::set_fog_color(uint32_t color) -{ - constants.fog_color = color; -} - -void Renderer::set_env_color(uint32_t color) -{ - constants.env_color = color; -} - -void Renderer::set_fill_color(uint32_t color) -{ - constants.fill_color = color; -} - -void Renderer::set_primitive_depth(uint16_t prim_depth, uint16_t prim_dz) -{ - constants.prim_depth = int32_t(prim_depth & 0x7fff) << 16; - constants.prim_dz = prim_dz; -} - -void Renderer::set_enable_primitive_depth(bool enable) -{ - constants.use_prim_depth = enable; -} - -void Renderer::set_convert(uint16_t k0, uint16_t k1, uint16_t k2, uint16_t k3, uint16_t k4, uint16_t k5) -{ - constants.convert[0] = 2 * sext<9>(k0) + 1; - constants.convert[1] = 2 * sext<9>(k1) + 1; - constants.convert[2] = 2 * sext<9>(k2) + 1; - constants.convert[3] = 2 * sext<9>(k3) + 1; - constants.convert[4] = k4; - constants.convert[5] = k5; -} - -void Renderer::set_color_key(unsigned component, uint32_t width, uint32_t center, uint32_t scale) -{ - constants.key_width[component] = width; - constants.key_center[component] = center; - constants.key_scale[component] = scale; -} - -void Renderer::set_primitive_color(uint8_t min_level, uint8_t prim_lod_frac, uint32_t color) -{ - constants.primitive_color = color; - constants.min_level = min_level; - constants.prim_lod_frac = prim_lod_frac; -} - -bool Renderer::can_support_minimum_subgroup_size(unsigned size) const -{ - return supports_subgroup_size_control(size, device->get_device_features().subgroup_properties.subgroupSize); -} - -bool Renderer::supports_subgroup_size_control(uint32_t minimum_size, uint32_t maximum_size) const -{ - auto &features = device->get_device_features(); - - if (!features.subgroup_size_control_features.computeFullSubgroups) - return false; - - bool use_varying = minimum_size <= features.subgroup_size_control_properties.minSubgroupSize && - maximum_size >= features.subgroup_size_control_properties.maxSubgroupSize; - - if (!use_varying) - { - bool outside_range = minimum_size > features.subgroup_size_control_properties.maxSubgroupSize || - maximum_size < features.subgroup_size_control_properties.minSubgroupSize; - if (outside_range) - return false; - - if ((features.subgroup_size_control_properties.requiredSubgroupSizeStages & VK_SHADER_STAGE_COMPUTE_BIT) == 0) - return false; - } - - return true; -} - -void Renderer::PipelineExecutor::perform_work(const Vulkan::DeferredPipelineCompile &compile) const -{ - auto start_ts = device->write_calibrated_timestamp(); - Vulkan::CommandBuffer::build_compute_pipeline(device, compile); - auto end_ts = device->write_calibrated_timestamp(); - device->register_time_interval("RDP Pipeline", std::move(start_ts), std::move(end_ts), - "pipeline-compilation", std::to_string(compile.hash)); -} - -bool Renderer::PipelineExecutor::is_sentinel(const Vulkan::DeferredPipelineCompile &compile) const -{ - return compile.hash == 0; -} - -void Renderer::PipelineExecutor::notify_work_locked(const Vulkan::DeferredPipelineCompile &) const -{ -} -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/rdp_renderer.hpp b/external/parallel-rdp-standalone/parallel-rdp/rdp_renderer.hpp deleted file mode 100644 index 2303653a..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/rdp_renderer.hpp +++ /dev/null @@ -1,393 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "rdp_data_structures.hpp" -#include "device.hpp" -#include "rdp_common.hpp" -#include "worker_thread.hpp" -#include - -namespace RDP -{ -struct CoherencyOperation; - -struct SyncObject -{ - Vulkan::Fence fence; -}; - -enum class FBFormat : uint32_t -{ - I4 = 0, - I8 = 1, - RGBA5551 = 2, - IA88 = 3, - RGBA8888 = 4 -}; - -enum class UploadMode : uint32_t -{ - Tile = 0, - TLUT = 1, - Block = 2 -}; - -struct LoadTileInfo -{ - uint32_t tex_addr; - uint32_t tex_width; - uint16_t slo, tlo, shi, thi; - TextureFormat fmt; - TextureSize size; - UploadMode mode; -}; - -class CommandProcessor; - -struct RendererOptions -{ - unsigned upscaling_factor = 1; - bool super_sampled_readback = false; - bool super_sampled_readback_dither = false; -}; - -class Renderer : public Vulkan::DebugChannelInterface -{ -public: - explicit Renderer(CommandProcessor &processor); - ~Renderer(); - void set_device(Vulkan::Device *device); - - // If coherent is false, RDRAM is a buffer split into data in lower half and writemask state in upper half, each part being size large. - // offset must be 0 in this case. - void set_rdram(Vulkan::Buffer *buffer, uint8_t *host_rdram, size_t offset, size_t size, bool coherent); - void set_hidden_rdram(Vulkan::Buffer *buffer); - void set_tmem(Vulkan::Buffer *buffer); - void set_shader_bank(const ShaderBank *bank); - - bool init_renderer(const RendererOptions &options); - - // setup may be mutated to apply various fixups to triangle setup. - void draw_flat_primitive(TriangleSetup &setup); - void draw_shaded_primitive(TriangleSetup &setup, const AttributeSetup &attr); - - void set_color_framebuffer(uint32_t addr, uint32_t width, FBFormat fmt); - void set_depth_framebuffer(uint32_t addr); - - void set_scissor_state(const ScissorState &state); - void set_static_rasterization_state(const StaticRasterizationState &state); - void set_depth_blend_state(const DepthBlendState &state); - - void set_tile(uint32_t tile, const TileMeta &info); - void set_tile_size(uint32_t tile, uint32_t slo, uint32_t shi, uint32_t tlo, uint32_t thi); - void load_tile(uint32_t tile, const LoadTileInfo &info); - void load_tile_iteration(uint32_t tile, const LoadTileInfo &info, uint32_t tmem_offset); - - void set_blend_color(uint32_t color); - void set_fog_color(uint32_t color); - void set_env_color(uint32_t color); - void set_primitive_color(uint8_t min_level, uint8_t prim_lod_frac, uint32_t color); - void set_fill_color(uint32_t color); - void set_primitive_depth(uint16_t prim_depth, uint16_t prim_dz); - void set_enable_primitive_depth(bool enable); - void set_convert(uint16_t k0, uint16_t k1, uint16_t k2, uint16_t k3, uint16_t k4, uint16_t k5); - void set_color_key(unsigned component, uint32_t width, uint32_t center, uint32_t scale); - - // Called when the command thread has not seen any activity in a given period of time. - // This is useful so we don't needlessly queue up work when we might as well kick it to the GPU. - void notify_idle_command_thread(); - void flush_and_signal(); - - int resolve_shader_define(const char *name, const char *define) const; - - void resolve_coherency_external(unsigned offset, unsigned length); - void submit_update_upscaled_domain_external(Vulkan::CommandBuffer &cmd, - unsigned addr, unsigned pixels, unsigned pixel_size_log2); - unsigned get_scaling_factor() const; - - const Vulkan::Buffer *get_upscaled_rdram_buffer() const; - const Vulkan::Buffer *get_upscaled_hidden_rdram_buffer() const; - - void lock_command_processing(); - void unlock_command_processing(); - -private: - CommandProcessor &processor; - Vulkan::Device *device = nullptr; - Vulkan::Buffer *rdram = nullptr; - - Vulkan::BufferHandle upscaling_reference_rdram; - Vulkan::BufferHandle upscaling_multisampled_rdram; - Vulkan::BufferHandle upscaling_multisampled_hidden_rdram; - - struct - { - uint8_t *host_rdram = nullptr; - Vulkan::BufferHandle staging_rdram; - Vulkan::BufferHandle staging_readback; - std::unique_ptr pending_writes_for_page; - std::vector page_to_direct_copy; - std::vector page_to_masked_copy; - std::vector page_to_pending_readback; - unsigned num_pages = 0; - unsigned staging_readback_pages = 0; - unsigned staging_readback_index = 0; // Ringbuffer the readbacks. - } incoherent; - - size_t rdram_offset = 0; - size_t rdram_size = 0; - bool is_host_coherent = false; - Vulkan::Buffer *hidden_rdram = nullptr; - Vulkan::Buffer *tmem = nullptr; - const ShaderBank *shader_bank = nullptr; - - bool init_caps(); - void init_blender_lut(); - void init_buffers(const RendererOptions &options); - bool init_internal_upscaling_factor(const RendererOptions &options); - - struct - { - uint32_t addr = 0; - uint32_t depth_addr = 0; - uint32_t width = 0; - uint32_t deduced_height = 0; - FBFormat fmt = FBFormat::I8; - bool depth_write_pending = false; - bool color_write_pending = false; - } fb; - - struct StreamCaches - { - ScissorState scissor_state = {}; - StaticRasterizationState static_raster_state = {}; - DepthBlendState depth_blend_state = {}; - - StateCache static_raster_state_cache; - StateCache depth_blend_state_cache; - StateCache tile_info_state_cache; - - StreamCache triangle_setup; - StreamCache scissor_setup; - StreamCache attribute_setup; - StreamCache derived_setup; - StreamCache state_indices; - StreamCache span_info_offsets; - StreamCache span_info_jobs; - - std::vector tmem_upload_infos; - unsigned max_shaded_tiles = 0; - Vulkan::CommandBufferHandle cmd; - } stream; - - void ensure_command_buffer(); - - TileInfo tiles[Limits::MaxNumTiles]; - Vulkan::BufferHandle tmem_instances; - Vulkan::BufferHandle span_setups; - Vulkan::BufferHandle blender_divider_lut_buffer; - Vulkan::BufferViewHandle blender_divider_buffer; - - Vulkan::BufferHandle tile_binning_buffer; - Vulkan::BufferHandle tile_binning_buffer_coarse; - - Vulkan::BufferHandle indirect_dispatch_buffer; - Vulkan::BufferHandle tile_work_list; - Vulkan::BufferHandle per_tile_offsets; - Vulkan::BufferHandle per_tile_shaded_color; - Vulkan::BufferHandle per_tile_shaded_depth; - Vulkan::BufferHandle per_tile_shaded_shaded_alpha; - Vulkan::BufferHandle per_tile_shaded_coverage; - - struct MappedBuffer - { - Vulkan::BufferHandle buffer; - bool is_host = false; - }; - - struct RenderBuffers - { - void init(Vulkan::Device &device, Vulkan::BufferDomain domain, RenderBuffers *borrow); - static MappedBuffer create_buffer(Vulkan::Device &device, Vulkan::BufferDomain domain, VkDeviceSize size, MappedBuffer *borrow); - - MappedBuffer triangle_setup; - MappedBuffer attribute_setup; - MappedBuffer derived_setup; - MappedBuffer scissor_setup; - - MappedBuffer static_raster_state; - MappedBuffer depth_blend_state; - MappedBuffer tile_info_state; - - MappedBuffer state_indices; - MappedBuffer span_info_offsets; - - MappedBuffer span_info_jobs; - Vulkan::BufferViewHandle span_info_jobs_view; - }; - - struct RenderBuffersUpdater - { - void init(Vulkan::Device &device); - void upload(Vulkan::Device &device, const StreamCaches &caches, Vulkan::CommandBuffer &cmd); - - template - void upload(Vulkan::CommandBuffer &cmd, Vulkan::Device &device, - const MappedBuffer &gpu, const MappedBuffer &cpu, const Cache &cache, bool &did_upload); - - RenderBuffers cpu, gpu; - }; - - struct InternalSynchronization - { - Vulkan::Fence fence; - }; - - struct Constants - { - uint32_t blend_color = 0; - uint32_t fog_color = 0; - uint32_t env_color = 0; - uint32_t primitive_color = 0; - uint32_t fill_color = 0; - uint8_t min_level = 0; - uint8_t prim_lod_frac = 0; - int32_t prim_depth = 0; - uint16_t prim_dz = 0; - uint16_t convert[6] = {}; - - uint16_t key_width[3] = {}; - uint8_t key_center[3] = {}; - uint8_t key_scale[3] = {}; - - bool use_prim_depth = false; - } constants; - - RenderBuffersUpdater buffer_instances[Limits::NumSyncStates]; - InternalSynchronization internal_sync[Limits::NumSyncStates]; - uint32_t sync_indices_needs_flush = 0; - unsigned buffer_instance = 0; - uint32_t base_primitive_index = 0; - unsigned pending_render_passes = 0; - unsigned pending_render_passes_upscaled = 0; - unsigned pending_primitives = 0; - unsigned pending_primitives_upscaled = 0; - - bool tmem_upload_needs_flush(uint32_t addr) const; - - bool render_pass_is_upscaled() const; - bool should_render_upscaled() const; - - void flush_queues(); - void submit_render_pass(Vulkan::CommandBuffer &cmd); - void submit_render_pass_upscaled(Vulkan::CommandBuffer &cmd); - void submit_render_pass_end(Vulkan::CommandBuffer &cmd); - void submit_to_queue(); - void begin_new_context(); - void reset_context(); - bool need_flush() const; - void maintain_queues(); - void maintain_queues_idle(); - void update_tmem_instances(Vulkan::CommandBuffer &cmd); - void submit_span_setup_jobs(Vulkan::CommandBuffer &cmd, bool upscaled); - void update_deduced_height(const TriangleSetup &setup); - void submit_tile_binning_combined(Vulkan::CommandBuffer &cmd, bool upscaled); - void clear_indirect_buffer(Vulkan::CommandBuffer &cmd); - void submit_rasterization(Vulkan::CommandBuffer &cmd, Vulkan::Buffer &tmem, bool upscaled); - void submit_depth_blend(Vulkan::CommandBuffer &cmd, Vulkan::Buffer &tmem, bool upscaled, bool force_write_mask); - - enum class ResolveStage { Pre, Post, SSAAResolve }; - void submit_update_upscaled_domain(Vulkan::CommandBuffer &cmd, ResolveStage stage); - void submit_update_upscaled_domain(Vulkan::CommandBuffer &cmd, ResolveStage stage, - unsigned addr, unsigned depth_addr, - unsigned width, unsigned height, - unsigned pixel_size_log2); - void submit_clear_super_sample_write_mask(Vulkan::CommandBuffer &cmd, unsigned width, unsigned height); - - SpanInfoOffsets allocate_span_jobs(const TriangleSetup &setup); - - DerivedSetup build_derived_attributes(const AttributeSetup &attr) const; - void build_combiner_constants(DerivedSetup &setup, unsigned cycle) const; - int filter_debug_channel_x = -1; - int filter_debug_channel_y = -1; - bool debug_channel = false; - - void message(const std::string &tag, uint32_t code, - uint32_t x, uint32_t y, uint32_t z, - uint32_t num_words, const Vulkan::DebugChannelInterface::Word *words) override; - - bool can_support_minimum_subgroup_size(unsigned size) const; - bool supports_subgroup_size_control(uint32_t minimum_size, uint32_t maximum_size) const; - - std::unordered_set pending_async_pipelines; - - unsigned compute_conservative_max_num_tiles(const TriangleSetup &setup) const; - - void deduce_static_texture_state(unsigned tile, unsigned max_lod_level); - void deduce_noise_state(); - static StaticRasterizationState normalize_static_state(StaticRasterizationState state); - void fixup_triangle_setup(TriangleSetup &setup) const; - - struct Caps - { - int timestamp = 0; - bool force_sync = false; - bool ubershader = false; - bool supports_small_integer_arithmetic = false; - bool subgroup_tile_binning = false; - bool subgroup_depth_blend = false; - bool super_sample_readback = false; - bool super_sample_readback_dither = false; - unsigned upscaling = 1; - unsigned max_num_tile_instances = Limits::MaxTileInstances; - unsigned max_tiles_x = ImplementationConstants::MaxTilesX; - unsigned max_tiles_y = ImplementationConstants::MaxTilesY; - unsigned max_width = Limits::MaxWidth; - unsigned max_height = Limits::MaxHeight; - } caps; - - struct PipelineExecutor - { - Vulkan::Device *device; - bool is_sentinel(const Vulkan::DeferredPipelineCompile &compile) const; - void perform_work(const Vulkan::DeferredPipelineCompile &compile) const; - void notify_work_locked(const Vulkan::DeferredPipelineCompile &compile) const; - }; - - std::unique_ptr> pipeline_worker; - - void resolve_coherency_host_to_gpu(Vulkan::CommandBuffer &cmd); - void resolve_coherency_gpu_to_host(CoherencyOperation &op, Vulkan::CommandBuffer &cmd); - uint32_t get_byte_size_for_bound_color_framebuffer() const; - uint32_t get_byte_size_for_bound_depth_framebuffer() const; - void mark_pages_for_gpu_read(uint32_t base_addr, uint32_t byte_count); - void lock_pages_for_gpu_write(uint32_t base_addr, uint32_t byte_count); - - std::atomic_uint32_t active_submissions; - void enqueue_fence_wait(Vulkan::Fence fence); - uint64_t last_submit_ns = 0; - - std::mutex idle_lock; -}; -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/binning.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/binning.h deleted file mode 100644 index 169e173f..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/binning.h +++ /dev/null @@ -1,146 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef BINNING_H_ -#define BINNING_H_ - -// There are 4 critical Y coordinates to test when binning. Top, bottom, mid, and mid - 1. - -const int SUBPIXELS_Y = 4; - -ivec4 quantize_x(ivec4 x) -{ - return x >> 15; -} - -int minimum4(ivec4 v) -{ - ivec2 minimum2 = min(v.xy, v.zw); - return min(minimum2.x, minimum2.y); -} - -int maximum4(ivec4 v) -{ - ivec2 maximum2 = max(v.xy, v.zw); - return max(maximum2.x, maximum2.y); -} - -ivec4 madd_32_64(ivec4 a, int b, int c, out ivec4 hi_bits) -{ - ivec4 lo, hi; - imulExtended(a, ivec4(b), hi, lo); - uvec4 carry; - lo = ivec4(uaddCarry(lo, uvec4(c), carry)); - hi += ivec4(carry); - hi_bits = hi; - return lo; -} - -ivec2 interpolate_xs(TriangleSetup setup, ivec4 ys, bool flip, int scaling) -{ - int yh_interpolation_base = setup.yh & ~(SUBPIXELS_Y - 1); - int ym_interpolation_base = setup.ym; - - yh_interpolation_base *= scaling; - ym_interpolation_base *= scaling; - - // Interpolate in 64-bit so we can detect quirky overflow scenarios. - ivec4 xh_hi, xm_hi, xl_hi; - ivec4 xh = madd_32_64(ys - yh_interpolation_base, setup.dxhdy, scaling * setup.xh, xh_hi); - ivec4 xm = madd_32_64(ys - yh_interpolation_base, setup.dxmdy, scaling * setup.xm, xm_hi); - ivec4 xl = madd_32_64(ys - ym_interpolation_base, setup.dxldy, scaling * setup.xl, xl_hi); - xl = mix(xl, xm, lessThan(ys, ivec4(scaling * setup.ym))); - xl_hi = mix(xl_hi, xm_hi, lessThan(ys, ivec4(scaling * setup.ym))); - - // Handle overflow scenarios. Saturate 64-bit signed to 32-bit signed without 64-bit math. - xh = mix(xh, ivec4(0x7fffffff), greaterThan(xh_hi, ivec4(0))); - xh = mix(xh, ivec4(-0x80000000), lessThan(xh_hi, ivec4(-1))); - xl = mix(xl, ivec4(0x7fffffff), greaterThan(xl_hi, ivec4(0))); - xl = mix(xl, ivec4(-0x80000000), lessThan(xl_hi, ivec4(-1))); - - ivec4 xh_shifted = quantize_x(xh); - ivec4 xl_shifted = quantize_x(xl); - - ivec4 xleft, xright; - if (flip) - { - xleft = xh_shifted; - xright = xl_shifted; - } - else - { - xleft = xl_shifted; - xright = xh_shifted; - } - - // If one of the results are out of range, we have overflow, and we need to be conservative when binning. - int max_range = maximum4(max(abs(xleft), abs(xright))); - ivec2 range; - if (max_range <= 2047 * scaling) - range = ivec2(minimum4(xleft), maximum4(xright)); - else - range = ivec2(0, 0x7fffffff); - - return range; -} - -bool bin_primitive(TriangleSetup setup, ivec2 lo, ivec2 hi, int scaling, ScissorState scissor) -{ - // First clip Y range based on scissor. - lo.y = max(lo.y, scaling * (scissor.ylo >> 2)); - hi.y = min(hi.y, scaling * ((scissor.yhi + 3) >> 2) - 1); - - int start_y = lo.y * SUBPIXELS_Y; - int end_y = (hi.y * SUBPIXELS_Y) + (SUBPIXELS_Y - 1); - - // First, we clip start/end against y_lo, y_hi. - start_y = max(start_y, scaling * int(setup.yh)); - end_y = min(end_y, scaling * int(setup.yl) - 1); - - // Y is clipped out, exit early. - if (end_y < start_y) - return false; - - bool flip = (setup.flags & TRIANGLE_SETUP_FLIP_BIT) != 0; - - // Sample the X ranges for min and max Y, and potentially the mid-point as well. - ivec4 ys = ivec4(start_y, end_y, clamp(setup.ym * scaling + ivec2(-1, 0), ivec2(start_y), ivec2(end_y))); - ivec2 x_range = interpolate_xs(setup, ys, flip, scaling); - - // For FILL_COPY_RASTER_BIT we're inclusive, if not, exclusive. - int x_bias = (setup.flags & TRIANGLE_SETUP_FILL_COPY_RASTER_BIT) != 0 ? 4 : 3; - ivec2 scissor_x = ivec2(scaling * (scissor.xlo >> 2), scaling * ((scissor.xhi + x_bias) >> 2) - 1); - - // Scissor is applied through a clamp with a mask being generated for overshoot which affects if the line is valid. - // Since this is a conservative test we don't compute valid line here, so we have to assume it is valid. - // We can end up creating fake coverage in FILL/COPY modes in some cases - // if we clamp scissor to outside the primitive's range as long as at least one sub-line passes the scissor test. - // The x_range ends up being degenerate, but these fill modes are conservative and generate one pixel of coverage - // anyways. - x_range = clamp(x_range, scissor_x.xx, scissor_x.yy); - - x_range.x = max(x_range.x, lo.x); - x_range.y = min(x_range.y, hi.x); - return x_range.x <= x_range.y; -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/blender.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/blender.h deleted file mode 100644 index 553e3225..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/blender.h +++ /dev/null @@ -1,145 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef BLENDER_H_ -#define BLENDER_H_ - -struct BlendInputs -{ - u8x4 pixel_color; - u8x4 memory_color; - u8x4 fog_color; - u8x4 blend_color; - u8 shade_alpha; -}; - -const int BLEND_MODE_1A_PIXEL_COLOR = 0; -const int BLEND_MODE_1A_MEMORY_COLOR = 1; -const int BLEND_MODE_1A_BLEND_COLOR = 2; -const int BLEND_MODE_1A_FOG_COLOR = 3; - -const int BLEND_MODE_1B_PIXEL_ALPHA = 0; -const int BLEND_MODE_1B_FOG_ALPHA = 1; -const int BLEND_MODE_1B_SHADE_ALPHA = 2; -const int BLEND_MODE_1B_ZERO = 3; - -const int BLEND_MODE_2A_PIXEL_COLOR = 0; -const int BLEND_MODE_2A_MEMORY_COLOR = 1; -const int BLEND_MODE_2A_BLEND_COLOR = 2; -const int BLEND_MODE_2A_FOG_COLOR = 3; - -const int BLEND_MODE_2B_INV_PIXEL_ALPHA = 0; -const int BLEND_MODE_2B_MEMORY_ALPHA = 1; -const int BLEND_MODE_2B_ONE = 2; -const int BLEND_MODE_2B_ZERO = 3; - -u8x3 blender(BlendInputs inputs, u8x4 blend_modes, - bool force_blend, bool blend_en, bool color_on_coverage, bool coverage_wrap, u8x2 blend_shift, - bool final_cycle) -{ - u8x3 rgb1; - switch (int(blend_modes.z)) - { - case BLEND_MODE_2A_PIXEL_COLOR: rgb1 = inputs.pixel_color.rgb; break; - case BLEND_MODE_2A_MEMORY_COLOR: rgb1 = inputs.memory_color.rgb; break; - case BLEND_MODE_2A_BLEND_COLOR: rgb1 = inputs.blend_color.rgb; break; - case BLEND_MODE_2A_FOG_COLOR: rgb1 = inputs.fog_color.rgb; break; - } - - if (final_cycle) - { - if (color_on_coverage && !coverage_wrap) - return rgb1; - } - - u8x3 rgb0; - switch (int(blend_modes.x)) - { - case BLEND_MODE_1A_PIXEL_COLOR: rgb0 = inputs.pixel_color.rgb; break; - case BLEND_MODE_1A_MEMORY_COLOR: rgb0 = inputs.memory_color.rgb; break; - case BLEND_MODE_1A_BLEND_COLOR: rgb0 = inputs.blend_color.rgb; break; - case BLEND_MODE_1A_FOG_COLOR: rgb0 = inputs.fog_color.rgb; break; - } - - if (final_cycle) - { - if (!blend_en || (blend_modes.y == BLEND_MODE_1B_PIXEL_ALPHA && - blend_modes.w == BLEND_MODE_2B_INV_PIXEL_ALPHA && - inputs.pixel_color.a == U8_C(0xff))) - { - return rgb0; - } - } - - u8 a0; - u8 a1; - - switch (int(blend_modes.y)) - { - case BLEND_MODE_1B_PIXEL_ALPHA: a0 = inputs.pixel_color.a; break; - case BLEND_MODE_1B_FOG_ALPHA: a0 = inputs.fog_color.a; break; - case BLEND_MODE_1B_SHADE_ALPHA: a0 = inputs.shade_alpha; break; - case BLEND_MODE_1B_ZERO: a0 = U8_C(0); break; - } - - switch (int(blend_modes.w)) - { - case BLEND_MODE_2B_INV_PIXEL_ALPHA: a1 = ~a0 & U8_C(0xff); break; - case BLEND_MODE_2B_MEMORY_ALPHA: a1 = inputs.memory_color.a; break; - case BLEND_MODE_2B_ONE: a1 = U8_C(0xff); break; - case BLEND_MODE_2B_ZERO: a1 = U8_C(0); break; - } - - a0 >>= U8_C(3); - a1 >>= U8_C(3); - - if (blend_modes.w == BLEND_MODE_2B_MEMORY_ALPHA) - { - a0 = (a0 >> blend_shift.x) & U8_C(0x3c); - a1 = (a1 >> blend_shift.y) | U8_C(3); - } - - i16x3 blended = i16x3(rgb0) * i16(a0) + i16x3(rgb1) * (i16(a1) + I16_C(1)); - - if (!final_cycle || force_blend) - { - rgb0 = u8x3(blended >> I16_C(5)); - } - else - { - // Serious funk here. Somehow the RDP implemented a divider to deal with weighted average. - // Typically relevant when using blender shifters from interpenetrating Z mode. - // Under normal condition, this is implemented as a straight integer divider, but - // for edge cases, we need a look-up table. The results make no sense. - int blend_sum = (int(a0) >> 2) + (int(a1) >> 2) + 1; - blended >>= I16_C(2); - blended &= I16_C(0x7ff); - - rgb0.r = u8(texelFetch(uBlenderDividerLUT, (blend_sum << 11) | blended.x).x); - rgb0.g = u8(texelFetch(uBlenderDividerLUT, (blend_sum << 11) | blended.y).x); - rgb0.b = u8(texelFetch(uBlenderDividerLUT, (blend_sum << 11) | blended.z).x); - } - - return rgb0 & U8_C(0xff); -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/clamping.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/clamping.h deleted file mode 100644 index ab3238f8..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/clamping.h +++ /dev/null @@ -1,78 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef CLAMPING_H_ -#define CLAMPING_H_ - -#if SMALL_TYPES && 0 -// This path is buggy on RADV LLVM, disable for time being. -i16x4 clamp_9bit_notrunc(i16x4 color) -{ - // [-129, -256] should clamp to 0xff, subtracting by 0x80 will underflow back to positive numbers. - // [-128, -1] should clamp to 0. - color -= I16_C(0x80); - // Sign-extend to 9-bit. - color <<= I16_C(7); - color >>= I16_C(7); - color += I16_C(0x80); - return clamp(color, i16x4(0), i16x4(0xff)); -} -#else -i16x4 clamp_9bit_notrunc(ivec4 color) -{ - // [-129, -256] should clamp to 0xff, subtracting by 0x80 will underflow back to positive numbers. - // [-128, -1] should clamp to 0. - color -= 0x80; - // Sign-extend to 9-bit. - color = bitfieldExtract(color, 0, 9); - color += 0x80; - return i16x4(clamp(color, ivec4(0), ivec4(0xff))); -} -#endif - -u8x4 clamp_9bit(i16x4 color) -{ - return u8x4(clamp_9bit_notrunc(color)); -} - -int clamp_9bit(int color) -{ - return clamp(bitfieldExtract(color - 0x80, 0, 9) + 0x80, 0, 0xff); -} - -// Returns 18-bit UNORM depth. -int clamp_z(int z) -{ - // Similar to RGBA, we reserve an extra bit to deal with overflow and underflow. - z -= (1 << 17); - z <<= (31 - 18); - z >>= (31 - 18); - z += (1 << 17); - - // [0x00000, 0x3ffff] maps to self. - // [0x40000, 0x5ffff] maps to 0x3ffff. - // [0x60000, 0x7ffff] maps to 0. - - return clamp(z, 0, 0x3ffff); -} - -#endif diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_indirect_buffer.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_indirect_buffer.comp deleted file mode 100644 index 30dc16fa..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_indirect_buffer.comp +++ /dev/null @@ -1,33 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -layout(local_size_x_id = 0) in; - -layout(set = 0, binding = 0, std430) writeonly buffer ClearIndirectBuffer -{ - uvec4 indirects[]; -}; - -void main() -{ - indirects[gl_GlobalInvocationID.x] = uvec4(0, 1, 1, 0); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_super_sampled_write_mask.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_super_sampled_write_mask.comp deleted file mode 100644 index 4494fe92..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_super_sampled_write_mask.comp +++ /dev/null @@ -1,34 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -layout(local_size_x_id = 0) in; - -layout(set = 0, binding = 0, std430) writeonly buffer ToClear -{ - uint elems[]; -} mask_ram; - -void main() -{ - mask_ram.elems[gl_GlobalInvocationID.x] = 0u; -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_write_mask.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_write_mask.comp deleted file mode 100644 index 134403da..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/clear_write_mask.comp +++ /dev/null @@ -1,42 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -layout(local_size_x_id = 0) in; -layout(constant_id = 1) const int PAGE_STRIDE = 256; - -layout(set = 0, binding = 0, std430) writeonly buffer SSBO -{ - uint write_mask[]; -}; - -layout(set = 1, binding = 0, std140) uniform UBO -{ - uvec4 offsets[1024]; -}; - -void main() -{ - uint offset = offsets[gl_WorkGroupID.x >> 2u][gl_WorkGroupID.x & 3u]; - offset *= PAGE_STRIDE; - write_mask[offset + gl_LocalInvocationIndex] = 0u; -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/combiner.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/combiner.h deleted file mode 100644 index 1d6977a0..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/combiner.h +++ /dev/null @@ -1,284 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef COMBINER_H_ -#define COMBINER_H_ - -#include "clamping.h" - -ivec4 special_expand(ivec4 value) -{ - // Special sign-extend without explicit clamp. - return bitfieldExtract(value - 0x80, 0, 9) + 0x80; -} - -i16x4 combiner_equation(ivec4 a, ivec4 b, ivec4 c, ivec4 d) -{ - // Sign-extend multiplier to 9 bits. - c = bitfieldExtract(c, 0, 9); - - // Need this to deal with very specific 9-bit sign bits ... - a = special_expand(a); - b = special_expand(b); - d = special_expand(d); - - ivec4 color = (a - b) * c; - color += 0x80; - return i16x4(color >> 8) + i16x4(d); -} - -struct CombinerInputs -{ - u8x4 constant_muladd; - u8x4 constant_mulsub; - u8x4 constant_mul; - u8x4 constant_add; - - u8x4 shade; - i16x4 combined; - i16x4 texel0; - i16x4 texel1; - i16 lod_frac; - i16 noise; -}; - -const int RGB_MULADD_COMBINED = 0; -const int RGB_MULADD_TEXEL0 = 1; -const int RGB_MULADD_TEXEL1 = 2; -const int RGB_MULADD_SHADE = 4; -const int RGB_MULADD_ONE = 6; -const int RGB_MULADD_NOISE = 7; - -const int RGB_MULSUB_COMBINED = 0; -const int RGB_MULSUB_TEXEL0 = 1; -const int RGB_MULSUB_TEXEL1 = 2; -const int RGB_MULSUB_SHADE = 4; -const int RGB_MULSUB_K4 = 7; - -const int RGB_MUL_COMBINED = 0; -const int RGB_MUL_TEXEL0 = 1; -const int RGB_MUL_TEXEL1 = 2; -const int RGB_MUL_SHADE = 4; -const int RGB_MUL_COMBINED_ALPHA = 7; -const int RGB_MUL_TEXEL0_ALPHA = 8; -const int RGB_MUL_TEXEL1_ALPHA = 9; -const int RGB_MUL_SHADE_ALPHA = 11; -const int RGB_MUL_LOD_FRAC = 13; -const int RGB_MUL_K5 = 15; - -const int RGB_ADD_COMBINED = 0; -const int RGB_ADD_TEXEL0 = 1; -const int RGB_ADD_TEXEL1 = 2; -const int RGB_ADD_SHADE = 4; -const int RGB_ADD_ONE = 6; - -const int ALPHA_ADDSUB_COMBINED = 0; -const int ALPHA_ADDSUB_TEXEL0_ALPHA = 1; -const int ALPHA_ADDSUB_TEXEL1_ALPHA = 2; -const int ALPHA_ADDSUB_SHADE_ALPHA = 4; -const int ALPHA_ADDSUB_ONE = 6; - -const int ALPHA_MUL_LOD_FRAC = 0; -const int ALPHA_MUL_TEXEL0_ALPHA = 1; -const int ALPHA_MUL_TEXEL1_ALPHA = 2; -const int ALPHA_MUL_SHADE_ALPHA = 4; - -ivec4 select_muladd(CombinerInputs inputs, int selector_rgb, int selector_alpha) -{ - ivec3 res; - switch (selector_rgb) - { - case RGB_MULADD_COMBINED: res = inputs.combined.rgb; break; - case RGB_MULADD_TEXEL0: res = inputs.texel0.rgb; break; - case RGB_MULADD_TEXEL1: res = inputs.texel1.rgb; break; - case RGB_MULADD_SHADE: res = inputs.shade.rgb; break; - case RGB_MULADD_NOISE: res = ivec3(inputs.noise); break; - case RGB_MULADD_ONE: res = ivec3(0x100); break; - default: res = inputs.constant_muladd.rgb; break; - } - - int alpha; - switch (selector_alpha) - { - case ALPHA_ADDSUB_COMBINED: alpha = inputs.combined.a; break; - case ALPHA_ADDSUB_TEXEL0_ALPHA: alpha = inputs.texel0.a; break; - case ALPHA_ADDSUB_TEXEL1_ALPHA: alpha = inputs.texel1.a; break; - case ALPHA_ADDSUB_SHADE_ALPHA: alpha = inputs.shade.a; break; - case ALPHA_ADDSUB_ONE: alpha = 0x100; break; - default: alpha = inputs.constant_muladd.a; break; - } - return ivec4(res, alpha); -} - -ivec4 select_mulsub(CombinerInputs inputs, int selector_rgb, int selector_alpha) -{ - ivec3 res; - switch (selector_rgb) - { - case RGB_MULSUB_COMBINED: res = inputs.combined.rgb; break; - case RGB_MULSUB_TEXEL0: res = inputs.texel0.rgb; break; - case RGB_MULSUB_TEXEL1: res = inputs.texel1.rgb; break; - case RGB_MULSUB_SHADE: res = inputs.shade.rgb; break; - case RGB_MULSUB_K4: res = ivec3((int(inputs.constant_mulsub.g) << 8) | inputs.constant_mulsub.b); break; - default: res = inputs.constant_mulsub.rgb; break; - } - - int alpha; - switch (selector_alpha) - { - case ALPHA_ADDSUB_COMBINED: alpha = inputs.combined.a; break; - case ALPHA_ADDSUB_TEXEL0_ALPHA: alpha = inputs.texel0.a; break; - case ALPHA_ADDSUB_TEXEL1_ALPHA: alpha = inputs.texel1.a; break; - case ALPHA_ADDSUB_SHADE_ALPHA: alpha = inputs.shade.a; break; - case ALPHA_ADDSUB_ONE: alpha = 0x100; break; - default: alpha = inputs.constant_mulsub.a; break; - } - return ivec4(res, alpha); -} - -ivec4 select_mul(CombinerInputs inputs, int selector_rgb, int selector_alpha) -{ - ivec3 res; - switch (selector_rgb) - { - case RGB_MUL_COMBINED: res = inputs.combined.rgb; break; - case RGB_MUL_COMBINED_ALPHA: res = inputs.combined.aaa; break; - case RGB_MUL_TEXEL0: res = inputs.texel0.rgb; break; - case RGB_MUL_TEXEL1: res = inputs.texel1.rgb; break; - case RGB_MUL_SHADE: res = inputs.shade.rgb; break; - case RGB_MUL_TEXEL0_ALPHA: res = inputs.texel0.aaa; break; - case RGB_MUL_TEXEL1_ALPHA: res = inputs.texel1.aaa; break; - case RGB_MUL_SHADE_ALPHA: res = inputs.shade.aaa; break; - case RGB_MUL_LOD_FRAC: res = ivec3(inputs.lod_frac); break; - case RGB_MUL_K5: res = ivec3((int(inputs.constant_mul.g) << 8) | inputs.constant_mul.b); break; - default: res = inputs.constant_mul.rgb; break; - } - - int alpha; - switch (selector_alpha) - { - case ALPHA_MUL_LOD_FRAC: alpha = inputs.lod_frac; break; - case ALPHA_MUL_TEXEL0_ALPHA: alpha = inputs.texel0.a; break; - case ALPHA_MUL_TEXEL1_ALPHA: alpha = inputs.texel1.a; break; - case ALPHA_MUL_SHADE_ALPHA: alpha = inputs.shade.a; break; - default: alpha = inputs.constant_mul.a; break; - } - return ivec4(res, alpha); -} - -ivec4 select_add(CombinerInputs inputs, int selector_rgb, int selector_alpha) -{ - ivec3 res; - switch (selector_rgb) - { - case RGB_ADD_COMBINED: res = inputs.combined.rgb; break; - case RGB_ADD_TEXEL0: res = inputs.texel0.rgb; break; - case RGB_ADD_TEXEL1: res = inputs.texel1.rgb; break; - case RGB_ADD_SHADE: res = inputs.shade.rgb; break; - case RGB_ADD_ONE: res = ivec3(0x100); break; - default: res = inputs.constant_add.rgb; break; - } - - int alpha; - switch (selector_alpha) - { - case ALPHA_ADDSUB_COMBINED: alpha = inputs.combined.a; break; - case ALPHA_ADDSUB_TEXEL0_ALPHA: alpha = inputs.texel0.a; break; - case ALPHA_ADDSUB_TEXEL1_ALPHA: alpha = inputs.texel1.a; break; - case ALPHA_ADDSUB_SHADE_ALPHA: alpha = inputs.shade.a; break; - case ALPHA_ADDSUB_ONE: alpha = 0x100; break; - default: alpha = inputs.constant_add.a; break; - } - return ivec4(res, alpha); -} - -i16x4 combiner_cycle0(CombinerInputs inputs, u8x4 combiner_inputs_rgb, u8x4 combiner_inputs_alpha, int alpha_dith, - int coverage, bool cvg_times_alpha, bool alpha_cvg_select, bool alpha_test, out u8 alpha_test_reference) -{ - ivec4 muladd = select_muladd(inputs, combiner_inputs_rgb.x, combiner_inputs_alpha.x); - ivec4 mulsub = select_mulsub(inputs, combiner_inputs_rgb.y, combiner_inputs_alpha.y); - ivec4 mul = select_mul(inputs, combiner_inputs_rgb.z, combiner_inputs_alpha.z); - ivec4 add = select_add(inputs, combiner_inputs_rgb.w, combiner_inputs_alpha.w); - - i16x4 combined = combiner_equation(muladd, mulsub, mul, add); - - if (alpha_test) - { - int clamped_alpha = clamp_9bit(combined.a); - // Expands 0xff to 0x100 to avoid having to divide by 2**n - 1. - int expanded_alpha = clamped_alpha + ((clamped_alpha + 1) >> 8); - - if (alpha_cvg_select) - { - int modulated_alpha; - if (cvg_times_alpha) - modulated_alpha = (expanded_alpha * coverage + 4) >> 3; - else - modulated_alpha = coverage << 5; - expanded_alpha = modulated_alpha; - } - else - expanded_alpha += alpha_dith; - - alpha_test_reference = u8(clamp(expanded_alpha, 0, 0xff)); - } - else - alpha_test_reference = U8_C(0); - - return combined; -} - -i16x4 combiner_cycle1(CombinerInputs inputs, u8x4 combiner_inputs_rgb, u8x4 combiner_inputs_alpha, int alpha_dith, - inout int coverage, bool cvg_times_alpha, bool alpha_cvg_select) -{ - ivec4 muladd = select_muladd(inputs, combiner_inputs_rgb.x, combiner_inputs_alpha.x); - ivec4 mulsub = select_mulsub(inputs, combiner_inputs_rgb.y, combiner_inputs_alpha.y); - ivec4 mul = select_mul(inputs, combiner_inputs_rgb.z, combiner_inputs_alpha.z); - ivec4 add = select_add(inputs, combiner_inputs_rgb.w, combiner_inputs_alpha.w); - - i16x4 combined = combiner_equation(muladd, mulsub, mul, add); - - combined = clamp_9bit_notrunc(combined); - - // Expands 0xff to 0x100 to avoid having to divide by 2**n - 1. - int expanded_alpha = combined.a + ((combined.a + 1) >> 8); - - int modulated_alpha; - if (cvg_times_alpha) - { - modulated_alpha = (expanded_alpha * coverage + 4) >> 3; - coverage = modulated_alpha >> 5; - } - else - modulated_alpha = coverage << 5; - - if (alpha_cvg_select) - expanded_alpha = modulated_alpha; - else - expanded_alpha += alpha_dith; - - combined.a = i16(clamp(expanded_alpha, 0, 0xff)); - - return combined; -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/coverage.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/coverage.h deleted file mode 100644 index 6b9b9713..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/coverage.h +++ /dev/null @@ -1,81 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef COVERAGE_H_ -#define COVERAGE_H_ - -#include "data_structures.h" - -const int SUBPIXELS_LOG2 = 2; -const int SUBPIXELS = 1 << SUBPIXELS_LOG2; - -u8 compute_coverage(u16x4 xleft, u16x4 xright, int x) -{ - u16x4 xshift = u16x4(0, 4, 2, 6) + (u16(x) << U16_C(3)); - bvec4 clip_lo_x01 = lessThan(xshift, xleft.xxyy); - bvec4 clip_lo_x23 = lessThan(xshift, xleft.zzww); - bvec4 clip_hi_x01 = greaterThanEqual(xshift, xright.xxyy); - bvec4 clip_hi_x23 = greaterThanEqual(xshift, xright.zzww); - - u8x4 clip_x0 = u8x4(clip_lo_x01) | u8x4(clip_hi_x01); - u8x4 clip_x1 = u8x4(clip_lo_x23) | u8x4(clip_hi_x23); - u8x4 clip_x = clip_x0 * u8x4(1, 2, 4, 8) + clip_x1 * u8x4(16, 32, 64, 128); - u8 clip_coverage = (clip_x.x | clip_x.y) | (clip_x.z | clip_x.w); - return ~clip_coverage & U8_C(0xff); -} - -const int COVERAGE_CLAMP = 0; -const int COVERAGE_WRAP = 1; -const int COVERAGE_ZAP = 2; -const int COVERAGE_SAVE = 3; - -int blend_coverage(int coverage, int memory_coverage, bool blend_en, int mode) -{ - int res = 0; - switch (mode) - { - case COVERAGE_CLAMP: - { - if (blend_en) - res = min(7, memory_coverage + coverage); // image_read_en to read memory coverage, otherwise, it's 7. - else - res = (coverage - 1) & 7; - break; - } - - case COVERAGE_WRAP: - res = (coverage + memory_coverage) & 7; - break; - - case COVERAGE_ZAP: - res = 7; - break; - - case COVERAGE_SAVE: - res = memory_coverage; - break; - } - - return res; -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/data_structures.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/data_structures.h deleted file mode 100644 index 54bcd385..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/data_structures.h +++ /dev/null @@ -1,346 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef DATA_STRUCTURES_H_ -#define DATA_STRUCTURES_H_ - -// Data structures which are supposed to match up with rdp_data_structures.hpp. -// A little dirty to duplicate like this, but it's non-trivial to share headers with C++, -// especially when we need to deal with small integer types. - -const int TRIANGLE_SETUP_FLIP_BIT = 1 << 0; -const int TRIANGLE_SETUP_DO_OFFSET_BIT = 1 << 1; -const int TRIANGLE_SETUP_SKIP_XFRAC_BIT = 1 << 2; -const int TRIANGLE_SETUP_INTERLACE_FIELD_BIT = 1 << 3; -const int TRIANGLE_SETUP_INTERLACE_KEEP_ODD_BIT = 1 << 4; -const int TRIANGLE_SETUP_DISABLE_UPSCALING_BIT = 1 << 5; -const int TRIANGLE_SETUP_NATIVE_LOD_BIT = 1 << 6; -const int TRIANGLE_SETUP_FILL_COPY_RASTER_BIT = 1 << 7; - -const int RASTERIZATION_INTERLACE_FIELD_BIT = 1 << 0; -const int RASTERIZATION_INTERLACE_KEEP_ODD_BIT = 1 << 1; -const int RASTERIZATION_AA_BIT = 1 << 2; -const int RASTERIZATION_PERSPECTIVE_CORRECT_BIT = 1 << 3; -const int RASTERIZATION_TLUT_BIT = 1 << 4; -const int RASTERIZATION_TLUT_TYPE_BIT = 1 << 5; -const int RASTERIZATION_CVG_TIMES_ALPHA_BIT = 1 << 6; -const int RASTERIZATION_ALPHA_CVG_SELECT_BIT = 1 << 7; -const int RASTERIZATION_MULTI_CYCLE_BIT = 1 << 8; -const int RASTERIZATION_TEX_LOD_ENABLE_BIT = 1 << 9; -const int RASTERIZATION_SHARPEN_LOD_ENABLE_BIT = 1 << 10; -const int RASTERIZATION_DETAIL_LOD_ENABLE_BIT = 1 << 11; -const int RASTERIZATION_FILL_BIT = 1 << 12; -const int RASTERIZATION_COPY_BIT = 1 << 13; -const int RASTERIZATION_SAMPLE_MODE_BIT = 1 << 14; -const int RASTERIZATION_ALPHA_TEST_BIT = 1 << 15; -const int RASTERIZATION_ALPHA_TEST_DITHER_BIT = 1 << 16; -const int RASTERIZATION_SAMPLE_MID_TEXEL_BIT = 1 << 17; -const int RASTERIZATION_USES_TEXEL0_BIT = 1 << 18; -const int RASTERIZATION_USES_TEXEL1_BIT = 1 << 19; -const int RASTERIZATION_USES_LOD_BIT = 1 << 20; -const int RASTERIZATION_USES_PIPELINED_TEXEL1_BIT = 1 << 21; -const int RASTERIZATION_CONVERT_ONE_BIT = 1 << 22; -const int RASTERIZATION_BILERP_0_BIT = 1 << 23; -const int RASTERIZATION_BILERP_1_BIT = 1 << 24; -const int RASTERIZATION_UPSCALING_LOG2_BIT_OFFSET = 26; -const int RASTERIZATION_NEED_NOISE_BIT = 1 << 28; -const int RASTERIZATION_USE_STATIC_TEXTURE_SIZE_FORMAT_BIT = 1 << 29; -const int RASTERIZATION_USE_SPECIALIZATION_CONSTANT_BIT = 1 << 30; - -const int DEPTH_BLEND_DEPTH_TEST_BIT = 1 << 0; -const int DEPTH_BLEND_DEPTH_UPDATE_BIT = 1 << 1; -const int DEPTH_BLEND_FORCE_BLEND_BIT = 1 << 3; -const int DEPTH_BLEND_IMAGE_READ_ENABLE_BIT = 1 << 4; -const int DEPTH_BLEND_COLOR_ON_COVERAGE_BIT = 1 << 5; -const int DEPTH_BLEND_MULTI_CYCLE_BIT = 1 << 6; -const int DEPTH_BLEND_AA_BIT = 1 << 7; -const int DEPTH_BLEND_DITHER_ENABLE_BIT = 1 << 8; - -struct TriangleSetupMem -{ - int xh, xm, xl; - mem_i16 yh, ym; - int dxhdy, dxmdy, dxldy; - mem_i16 yl; mem_u8 flags; mem_u8 tile; -}; - -#if SMALL_TYPES -#define TriangleSetup TriangleSetupMem -#else -struct TriangleSetup -{ - int xh, xm, xl; - i16 yh, ym; - int dxhdy, dxmdy, dxldy; - i16 yl; u8 flags; u8 tile; -}; -#endif - -struct AttributeSetupMem -{ - ivec4 rgba; - ivec4 drgba_dx; - ivec4 drgba_de; - ivec4 drgba_dy; - - ivec4 stzw; - ivec4 dstzw_dx; - ivec4 dstzw_de; - ivec4 dstzw_dy; -}; -#define AttributeSetup AttributeSetupMem - -struct SpanSetupMem -{ - ivec4 rgba; - ivec4 stzw; - - mem_u16x4 xleft; - mem_u16x4 xright; - - int interpolation_base_x; - int start_x; - int end_x; - mem_i16 lodlength; - mem_u16 valid_line; -}; -#if SMALL_TYPES -#define SpanSetup SpanSetupMem -#else -struct SpanSetup -{ - ivec4 rgba; - ivec4 stzw; - - u16x4 xleft; - u16x4 xright; - - int interpolation_base_x; - int start_x; - int end_x; - i16 lodlength; - u16 valid_line; -}; -#endif - -struct SpanInfoOffsetsMem -{ - int offset; - int ylo; - int yhi; - int padding; -}; -#define SpanInfoOffsets SpanInfoOffsetsMem - -struct DerivedSetupMem -{ - mem_u8x4 constant_muladd0; - mem_u8x4 constant_mulsub0; - mem_u8x4 constant_mul0; - mem_u8x4 constant_add0; - - mem_u8x4 constant_muladd1; - mem_u8x4 constant_mulsub1; - mem_u8x4 constant_mul1; - mem_u8x4 constant_add1; - - mem_u8x4 fog_color; - mem_u8x4 blend_color; - uint fill_color; - - mem_u16 dz; - mem_u8 dz_compressed; - mem_u8 min_lod; - - mem_i16x4 factors; -}; - -#if SMALL_TYPES -#define DerivedSetup DerivedSetupMem -#else -struct DerivedSetup -{ - u8x4 constant_muladd0; - u8x4 constant_mulsub0; - u8x4 constant_mul0; - u8x4 constant_add0; - - u8x4 constant_muladd1; - u8x4 constant_mulsub1; - u8x4 constant_mul1; - u8x4 constant_add1; - - u8x4 fog_color; - u8x4 blend_color; - uint fill_color; - - u16 dz; - u8 dz_compressed; - u8 min_lod; - - i16x4 factors; -}; -#endif - -#define ScissorStateMem ivec4 - -struct ScissorState -{ - int xlo, ylo, xhi, yhi; -}; - -const int TILE_INFO_CLAMP_S_BIT = 1 << 0; -const int TILE_INFO_MIRROR_S_BIT = 1 << 1; -const int TILE_INFO_CLAMP_T_BIT = 1 << 2; -const int TILE_INFO_MIRROR_T_BIT = 1 << 3; - -struct TileInfoMem -{ - uint slo; - uint shi; - uint tlo; - uint thi; - uint offset; - uint stride; - mem_u8 fmt; - mem_u8 size; - mem_u8 palette; - mem_u8 mask_s; - mem_u8 shift_s; - mem_u8 mask_t; - mem_u8 shift_t; - mem_u8 flags; -}; - -#if SMALL_TYPES -#define TileInfo TileInfoMem -#else -struct TileInfo -{ - uint slo; - uint shi; - uint tlo; - uint thi; - uint offset; - uint stride; - u8 fmt; - u8 size; - u8 palette; - u8 mask_s; - u8 shift_s; - u8 mask_t; - u8 shift_t; - u8 flags; -}; -#endif - -struct StaticRasterizationStateMem -{ - mem_u8x4 combiner_inputs_rgb0; - mem_u8x4 combiner_inputs_alpha0; - mem_u8x4 combiner_inputs_rgb1; - mem_u8x4 combiner_inputs_alpha1; - uint flags; - int dither; - int texture_size; - int texture_fmt; -}; - -#if SMALL_TYPES -#define StaticRasterizationState StaticRasterizationStateMem -#else -struct StaticRasterizationState -{ - u8x4 combiner_inputs_rgb0; - u8x4 combiner_inputs_alpha0; - u8x4 combiner_inputs_rgb1; - u8x4 combiner_inputs_alpha1; - uint flags; - int dither; - int texture_size; - int texture_fmt; -}; -#endif - -struct DepthBlendStateMem -{ - mem_u8x4 blend_modes0; - mem_u8x4 blend_modes1; - uint flags; - mem_u8 coverage_mode; - mem_u8 z_mode; - mem_u8 padding0; - mem_u8 padding1; -}; - -#if SMALL_TYPES -#define DepthBlendState DepthBlendStateMem -#else -struct DepthBlendState -{ - u8x4 blend_modes0; - u8x4 blend_modes1; - uint flags; - u8 coverage_mode; - u8 z_mode; - u8 padding0; - u8 padding1; -}; -#endif - -struct InstanceIndicesMem -{ - mem_u8x4 static_depth_tmem; - mem_u8x4 other; - mem_u8 tile_infos[8]; -}; - -struct TMEMInstance16Mem -{ - mem_u16 elems[2048]; -}; - -struct TMEMInstance8Mem -{ - mem_u8 elems[4096]; -}; - -struct ShadedData -{ - u8x4 combined; - int z_dith; - u8 coverage_count; - u8 shade_alpha; -}; - -const int COVERAGE_FILL_BIT = 0x40; -const int COVERAGE_COPY_BIT = 0x20; - -struct GlobalFBInfo -{ - int dx_shift; - int dx_mask; - int fb_size; - uint base_primitive_index; -}; - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/data_structures_buffers.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/data_structures_buffers.h deleted file mode 100644 index d8d2c63f..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/data_structures_buffers.h +++ /dev/null @@ -1,134 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef DATA_STRUCTURES_BUFFERS_H_ -#define DATA_STRUCTURES_BUFFERS_H_ - -#include "data_structures.h" - -layout(set = 0, binding = 0, std430) buffer VRAM32 -{ - uint data[]; -} vram32; - -layout(set = 0, binding = 0, std430) buffer VRAM16 -{ - mem_u16 data[]; -} vram16; - -layout(set = 0, binding = 0, std430) buffer VRAM8 -{ - mem_u8 data[]; -} vram8; - -layout(set = 0, binding = 1, std430) buffer HiddenVRAM -{ - mem_u8 data[]; -} hidden_vram; - -layout(set = 0, binding = 2, std430) readonly buffer TMEM16 -{ - TMEMInstance16Mem instances[]; -} tmem16; - -layout(set = 0, binding = 2, std430) readonly buffer TMEM8 -{ - TMEMInstance8Mem instances[]; -} tmem8; - -layout(set = 1, binding = 0, std430) readonly buffer TriangleSetupBuffer -{ - TriangleSetupMem elems[]; -} triangle_setup; -#include "load_triangle_setup.h" - -layout(set = 1, binding = 1, std430) readonly buffer AttributeSetupBuffer -{ - AttributeSetupMem elems[]; -} attribute_setup; -#include "load_attribute_setup.h" - -layout(set = 1, binding = 2, std430) readonly buffer DerivedSetupBuffer -{ - DerivedSetupMem elems[]; -} derived_setup; -#include "load_derived_setup.h" - -layout(set = 1, binding = 3, std430) readonly buffer ScissorStateBuffer -{ - ScissorStateMem elems[]; -} scissor_state; -#include "load_scissor_state.h" - -layout(set = 1, binding = 4, std430) readonly buffer StaticRasterStateBuffer -{ - StaticRasterizationStateMem elems[]; -} static_raster_state; -#include "load_static_raster_state.h" - -layout(set = 1, binding = 5, std430) readonly buffer DepthBlendStateBuffer -{ - DepthBlendStateMem elems[]; -} depth_blend_state; -#include "load_depth_blend_state.h" - -layout(set = 1, binding = 6, std430) readonly buffer StateIndicesBuffer -{ - InstanceIndicesMem elems[]; -} state_indices; - -layout(set = 1, binding = 7, std430) readonly buffer TileInfoBuffer -{ - TileInfoMem elems[]; -} tile_infos; -#include "load_tile_info.h" - -layout(set = 1, binding = 8, std430) readonly buffer SpanSetups -{ - SpanSetupMem elems[]; -} span_setups; -#include "load_span_setup.h" - -layout(set = 1, binding = 9, std430) readonly buffer SpanInfoOffsetBuffer -{ - SpanInfoOffsetsMem elems[]; -} span_offsets; -#include "load_span_offsets.h" - -layout(set = 1, binding = 10) uniform utextureBuffer uBlenderDividerLUT; - -layout(set = 1, binding = 11, std430) readonly buffer TileBinning -{ - uint elems[]; -} tile_binning; - -layout(set = 1, binding = 12, std430) readonly buffer TileBinningCoarse -{ - uint elems[]; -} tile_binning_coarse; - -layout(set = 2, binding = 0, std140) uniform GlobalConstants -{ - GlobalFBInfo fb_info; -} global_constants; - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/debug.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/debug.h deleted file mode 100644 index dbbd3368..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/debug.h +++ /dev/null @@ -1,151 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef DEBUG_H_ -#define DEBUG_H_ - -#if defined(DEBUG_ENABLE) && DEBUG_ENABLE -#include "debug_channel.h" - -const uint CODE_ASSERT_EQUAL = 0; -const uint CODE_ASSERT_NOT_EQUAL = 1; -const uint CODE_ASSERT_LESS_THAN = 2; -const uint CODE_ASSERT_LESS_THAN_EQUAL = 3; -const uint CODE_GENERIC = 4; -const uint CODE_HEX = 5; - -void ASSERT_EQUAL_(int line, int a, int b) -{ - if (a != b) - add_debug_message(CODE_ASSERT_EQUAL, gl_GlobalInvocationID, ivec3(line, a, b)); -} - -void ASSERT_NOT_EQUAL_(int line, int a, int b) -{ - if (a == b) - add_debug_message(CODE_ASSERT_NOT_EQUAL, gl_GlobalInvocationID, ivec3(line, a, b)); -} - -void ASSERT_LESS_THAN_(int line, int a, int b) -{ - if (a >= b) - add_debug_message(CODE_ASSERT_LESS_THAN, gl_GlobalInvocationID, ivec3(line, a, b)); -} - -void ASSERT_LESS_THAN_EQUAL_(int line, int a, int b) -{ - if (a > b) - add_debug_message(CODE_ASSERT_LESS_THAN_EQUAL, gl_GlobalInvocationID, ivec3(line, a, b)); -} - -void ASSERT_EQUAL_(int line, uint a, uint b) -{ - if (a != b) - add_debug_message(CODE_ASSERT_EQUAL, gl_GlobalInvocationID, ivec3(line, a, b)); -} - -void ASSERT_NOT_EQUAL_(int line, uint a, uint b) -{ - if (a == b) - add_debug_message(CODE_ASSERT_NOT_EQUAL, gl_GlobalInvocationID, ivec3(line, a, b)); -} - -void ASSERT_LESS_THAN_(int line, uint a, uint b) -{ - if (a >= b) - add_debug_message(CODE_ASSERT_LESS_THAN, gl_GlobalInvocationID, ivec3(line, a, b)); -} - -void ASSERT_LESS_THAN_EQUAL_(int line, uint a, uint b) -{ - if (a > b) - add_debug_message(CODE_ASSERT_LESS_THAN_EQUAL, gl_GlobalInvocationID, ivec3(line, a, b)); -} - -void GENERIC_MESSAGE_(int line) -{ - add_debug_message(CODE_GENERIC, gl_GlobalInvocationID, line); -} - -void GENERIC_MESSAGE_(int line, uint v) -{ - add_debug_message(CODE_GENERIC, gl_GlobalInvocationID, uvec2(line, v)); -} - -void GENERIC_MESSAGE_(int line, uvec2 v) -{ - add_debug_message(CODE_GENERIC, gl_GlobalInvocationID, uvec3(line, v)); -} - -void GENERIC_MESSAGE_(int line, uvec3 v) -{ - add_debug_message(CODE_GENERIC, gl_GlobalInvocationID, uvec4(line, v)); -} - -void HEX_MESSAGE_(int line) -{ - add_debug_message(CODE_HEX, gl_GlobalInvocationID, line); -} - -void HEX_MESSAGE_(int line, uint v) -{ - add_debug_message(CODE_HEX, gl_GlobalInvocationID, uvec2(line, v)); -} - -void HEX_MESSAGE_(int line, uvec2 v) -{ - add_debug_message(CODE_HEX, gl_GlobalInvocationID, uvec3(line, v)); -} - -void HEX_MESSAGE_(int line, uvec3 v) -{ - add_debug_message(CODE_HEX, gl_GlobalInvocationID, uvec4(line, v)); -} - -#define ASSERT_EQUAL(a, b) ASSERT_EQUAL_(__LINE__, a, b) -#define ASSERT_NOT_EQUAL(a, b) ASSERT_NOT_EQUAL_(__LINE__, a, b) -#define ASSERT_LESS_THAN(a, b) ASSERT_LESS_THAN_(__LINE__, a, b) -#define ASSERT_LESS_THAN_EQUAL(a, b) ASSERT_LESS_THAN_EQUAL_(__LINE__, a, b) -#define GENERIC_MESSAGE0() GENERIC_MESSAGE_(__LINE__) -#define GENERIC_MESSAGE1(a) GENERIC_MESSAGE_(__LINE__, a) -#define GENERIC_MESSAGE2(a, b) GENERIC_MESSAGE_(__LINE__, uvec2(a, b)) -#define GENERIC_MESSAGE3(a, b, c) GENERIC_MESSAGE_(__LINE__, uvec3(a, b, c)) -#define HEX_MESSAGE0() HEX_MESSAGE_(__LINE__) -#define HEX_MESSAGE1(a) HEX_MESSAGE_(__LINE__, a) -#define HEX_MESSAGE2(a, b) HEX_MESSAGE_(__LINE__, uvec2(a, b)) -#define HEX_MESSAGE3(a, b, c) HEX_MESSAGE_(__LINE__, uvec3(a, b, c)) -#else -#define ASSERT_EQUAL(a, b) -#define ASSERT_NOT_EQUAL(a, b) -#define ASSERT_LESS_THAN(a, b) -#define ASSERT_LESS_THAN_EQUAL(a, b) -#define GENERIC_MESSAGE0() -#define GENERIC_MESSAGE1(a) -#define GENERIC_MESSAGE2(a, b) -#define GENERIC_MESSAGE3(a, b, c) -#define HEX_MESSAGE0() -#define HEX_MESSAGE1(a) -#define HEX_MESSAGE2(a, b) -#define HEX_MESSAGE3(a, b, c) -#endif - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/depth_blend.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/depth_blend.comp deleted file mode 100644 index 37342735..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/depth_blend.comp +++ /dev/null @@ -1,149 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#if SUBGROUP -#extension GL_KHR_shader_subgroup_basic : require -#extension GL_KHR_shader_subgroup_vote : require -#extension GL_KHR_shader_subgroup_ballot : require -#extension GL_KHR_shader_subgroup_arithmetic : require -#endif -#include "small_types.h" - -layout(local_size_x_id = 3, local_size_y_id = 4) in; - -#include "noise.h" -#include "debug.h" -#include "data_structures_buffers.h" -#include "memory_interfacing.h" - -layout(set = 0, binding = 3, std430) readonly buffer ColorBuffer -{ - mem_u8x4 elems[]; -} color; - -layout(set = 0, binding = 3, std430) readonly buffer ColorRawBuffer -{ - uint elems[]; -} raw_color; - -layout(set = 0, binding = 4, std430) readonly buffer DepthBuffer -{ - int elems[]; -} depth; - -layout(set = 0, binding = 5, std430) readonly buffer ShadeAlpha -{ - mem_u8 elems[]; -} shade_alpha; - -layout(set = 0, binding = 6, std430) readonly buffer Coverage -{ - mem_i8 elems[]; -} coverage; - -layout(std430, set = 0, binding = 7) readonly buffer TileInstanceOffset -{ - uint elems[]; -} tile_instance_offsets; - -layout(push_constant, std430) uniform Registers -{ - uint fb_addr_index; - uint fb_depth_addr_index; - uint fb_width; - uint fb_height; - uint group_mask; -} registers; - -layout(constant_id = 5) const int MAX_PRIMITIVES = 256; -layout(constant_id = 6) const int MAX_WIDTH = 1024; - -const int TILE_BINNING_STRIDE = MAX_PRIMITIVES / 32; -const int MAX_TILES_X = MAX_WIDTH / int(gl_WorkGroupSize.x); - -// Overall architecture of the tiling is from RetroWarp. - -void main() -{ - int x = int(gl_GlobalInvocationID.x); - int y = int(gl_GlobalInvocationID.y); - ivec2 tile = ivec2(gl_WorkGroupID.xy); - - int linear_tile = tile.x + tile.y * MAX_TILES_X; - int linear_tile_base = linear_tile * TILE_BINNING_STRIDE; - - uint coarse_binned = tile_binning_coarse.elems[linear_tile] & registers.group_mask; - if (coarse_binned == 0u) - return; - - init_tile(gl_GlobalInvocationID.xy, - registers.fb_width, registers.fb_height, - registers.fb_addr_index, registers.fb_depth_addr_index); - - while (coarse_binned != 0u) - { - int mask_index = findLSB(coarse_binned); - coarse_binned &= ~uint(1 << mask_index); - - uint tile_instance = tile_instance_offsets.elems[linear_tile_base + mask_index]; - uint binned = tile_binning.elems[linear_tile_base + mask_index]; - - while (binned != 0u) - { - int i = findLSB(binned); - binned &= ~uint(1 << i); - uint primitive_index = uint(i + 32 * mask_index); - - uint index = tile_instance * (gl_WorkGroupSize.x * gl_WorkGroupSize.y) + gl_LocalInvocationIndex; - int coverage = int(coverage.elems[index]); - - if (coverage >= 0) - { - if ((coverage & COVERAGE_FILL_BIT) != 0) - { - fill_color(derived_setup.elems[primitive_index].fill_color); - } - else if ((coverage & COVERAGE_COPY_BIT) != 0) - { - uint word = raw_color.elems[index]; - copy_pipeline(word, primitive_index); - } - else - { - ShadedData shaded; - shaded.combined = u8x4(color.elems[index]); - shaded.z_dith = depth.elems[index]; - shaded.shade_alpha = u8(shade_alpha.elems[index]); - shaded.coverage_count = u8(coverage); - depth_blend(x, y, primitive_index, shaded); - } - } - - tile_instance++; - } - } - - finish_tile(gl_GlobalInvocationID.xy, - registers.fb_width, registers.fb_height, - registers.fb_addr_index, registers.fb_depth_addr_index); -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/depth_test.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/depth_test.h deleted file mode 100644 index adaa1709..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/depth_test.h +++ /dev/null @@ -1,146 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef DEPTH_TEST_H_ -#define DEPTH_TEST_H_ - -#include "z_encode.h" - -const int Z_MODE_OPAQUE = 0; -const int Z_MODE_INTERPENETRATING = 1; -const int Z_MODE_TRANSPARENT = 2; -const int Z_MODE_DECAL = 3; - -int combine_dz(int dz) -{ - // Find largest POT which is <= dz. - if (dz != 0) - dz = 1 << findMSB(dz); - return dz; -} - -bool depth_test(int z, int dz, int dz_compressed, - u16 current_depth, u8 current_dz, - inout int coverage_count, int current_coverage_count, - bool z_compare, int z_mode, - bool force_blend, bool aa_enable, - out bool blend_en, out bool coverage_wrap, out u8x2 blend_shift) -{ - bool depth_pass; - - if (z_compare) - { - int memory_z = z_decompress(current_depth); - int memory_dz = dz_decompress(current_dz); - int precision_factor = (int(current_depth) >> 11) & 0xf; - bool coplanar = false; - - blend_shift.x = u8(clamp(dz_compressed - current_dz, 0, 4)); - blend_shift.y = u8(clamp(current_dz - dz_compressed, 0, 4)); - - if (precision_factor < 3) - { - if (memory_dz != 0x8000) - memory_dz = max(memory_dz << 1, 16 >> precision_factor); - else - { - coplanar = true; - memory_dz = 0xffff; - } - } - - int combined_dz = combine_dz(dz | memory_dz); - int combined_dz_interpenetrate = combined_dz; - combined_dz <<= 3; - - bool farther = coplanar || ((z + combined_dz) >= memory_z); - bool overflow = (coverage_count + current_coverage_count) >= 8; - - blend_en = force_blend || (!overflow && aa_enable && farther); - coverage_wrap = overflow; - - depth_pass = false; - bool max_z = memory_z == 0x3ffff; - bool front = z < memory_z; - int z_closest_possible = z - combined_dz; - bool nearer = coplanar || (z_closest_possible <= memory_z); - - switch (z_mode) - { - case Z_MODE_OPAQUE: - { - // The OPAQUE mode is normal less-than. - // However, if z is sufficiently close enough to memory Z, we assume that we have the same surface - // and we should simply increment coverage (blend_en). - // If we overflow coverage, it is clear that we have a different surface, and here we should only - // consider pure in-front test and overwrite coverage. - depth_pass = max_z || (overflow ? front : nearer); - break; - } - - case Z_MODE_INTERPENETRATING: - { - // This one is ... interesting as it affects coverage. - if (!front || !farther || !overflow) - { - // If there is no decal-like intersect, treat this as normal opaque mode. - depth_pass = max_z || (overflow ? front : nearer); - } - else - { - // Modify coverage based on how far away current surface we are somehow? - combined_dz_interpenetrate = dz_compress(combined_dz_interpenetrate & 0xffff); - int cvg_coeff = ((memory_z >> combined_dz_interpenetrate) - (z >> combined_dz_interpenetrate)) & 0xf; - coverage_count = min((cvg_coeff * coverage_count) >> 3, 8); - depth_pass = true; - } - break; - } - - case Z_MODE_TRANSPARENT: - { - depth_pass = front || max_z; - break; - } - - case Z_MODE_DECAL: - { - // Decals pass if |z - memory_z| <= max(dz, memory_dz). - depth_pass = farther && nearer && !max_z; - break; - } - } - } - else - { - blend_shift.x = u8(0); - blend_shift.y = u8(min(0xf - dz_compressed, 4)); - - bool overflow = (coverage_count + current_coverage_count) >= 8; - blend_en = force_blend || (!overflow && aa_enable); - coverage_wrap = overflow; - depth_pass = true; - } - return depth_pass; -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/dither.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/dither.h deleted file mode 100644 index c0cfea9e..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/dither.h +++ /dev/null @@ -1,70 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef DITHER_H_ -#define DITHER_H_ - -const u8 dither_matrices[2][16] = u8[][]( - u8[](U8_C(0), U8_C(6), U8_C(1), U8_C(7), U8_C(4), U8_C(2), U8_C(5), U8_C(3), U8_C(3), U8_C(5), U8_C(2), U8_C(4), U8_C(7), U8_C(1), U8_C(6), U8_C(0)), - u8[](U8_C(0), U8_C(4), U8_C(1), U8_C(5), U8_C(4), U8_C(0), U8_C(5), U8_C(1), U8_C(3), U8_C(7), U8_C(2), U8_C(6), U8_C(7), U8_C(3), U8_C(6), U8_C(2))); - -u8x3 rgb_dither(ivec3 orig_rgb, int dith) -{ - ivec3 rgb_dith = (ivec3(dith) >> ivec3(0, 3, 6)) & 7; - ivec3 rgb = mix((orig_rgb & 0xf8) + 8, ivec3(255), greaterThan(orig_rgb, ivec3(247))); - ivec3 replace_sign = (rgb_dith - (orig_rgb & 7)) >> 31; - ivec3 dither_diff = rgb - orig_rgb; - rgb = orig_rgb + (dither_diff & replace_sign); - return u8x3(rgb & 0xff); -} - -void dither_coefficients(int x, int y, int dither_mode_rgb, int dither_mode_alpha, out int rgb_dither, out int alpha_dither) -{ - const int DITHER_SPLAT = (1 << 0) | (1 << 3) | (1 << 6); - - if (dither_mode_rgb < 2) - rgb_dither = int(dither_matrices[dither_mode_rgb][(y & 3) * 4 + (x & 3)]) * DITHER_SPLAT; - else if (dither_mode_rgb == 2) - rgb_dither = noise_get_dither_color(); - else - rgb_dither = 0; - - if (dither_mode_alpha == 3) - alpha_dither = 0; - else - { - if (dither_mode_alpha == 2) - { - alpha_dither = noise_get_dither_alpha(); - } - else - { - alpha_dither = dither_mode_rgb >= 2 ? - int(dither_matrices[dither_mode_rgb & 1][(y & 3) * 4 + (x & 3)]) : (rgb_dither & 7); - - if (dither_mode_alpha == 1) - alpha_dither = ~alpha_dither & 7; - } - } -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/extract_vram.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/extract_vram.comp deleted file mode 100644 index 79e8369c..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/extract_vram.comp +++ /dev/null @@ -1,107 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -#include "small_types.h" -layout(local_size_x = 16, local_size_y = 8) in; - -// Copies VRAM into a texture which is then consumed by VI scanout. - -layout(set = 0, binding = 0, rgba8ui) uniform writeonly uimage2D uAAInput; -layout(set = 0, binding = 1, std430) readonly buffer RDRAM16 -{ - mem_u16 elems[]; -} vram16; - -layout(set = 0, binding = 1, std430) readonly buffer RDRAM32 -{ - uint elems[]; -} vram32; - -layout(set = 0, binding = 2, std430) readonly buffer HiddenRDRAM -{ - mem_u8 elems[]; -} hidden_vram; - -layout(push_constant, std430) uniform Registers -{ - int fb_offset; - int fb_width; - ivec2 offset; - ivec2 resolution; -} registers; - -layout(constant_id = 0) const int RDRAM_SIZE = 0; -const int RDRAM_MASK_8 = RDRAM_SIZE - 1; -const int RDRAM_MASK_16 = RDRAM_MASK_8 >> 1; -const int RDRAM_MASK_32 = RDRAM_MASK_16 >> 1; -layout(constant_id = 2) const int SCALING_LOG2 = 0; -const int SCALING_FACTOR = 1 << SCALING_LOG2; - -#include "vi_status.h" - -uvec4 fetch_color(ivec2 coord) -{ - ivec2 slice2d = coord & (SCALING_FACTOR - 1); - coord >>= SCALING_LOG2; - int slice = slice2d.y * SCALING_FACTOR + slice2d.x; - - uvec4 color; - if (FMT_RGBA8888) - { - int linear_coord = coord.y * registers.fb_width + coord.x + registers.fb_offset; - linear_coord &= RDRAM_MASK_32; - linear_coord += slice * (RDRAM_SIZE >> 2); - uint word = uint(vram32.elems[linear_coord]); - color = (uvec4(word) >> uvec4(24, 16, 8, 5)) & uvec4(0xff, 0xff, 0xff, 7); - } - else if (FMT_RGBA5551) - { - int linear_coord = coord.y * registers.fb_width + coord.x + registers.fb_offset; - linear_coord &= RDRAM_MASK_16; - linear_coord += slice * (RDRAM_SIZE >> 1); - uint word = uint(vram16.elems[linear_coord ^ 1]); - uint hidden_word = uint(hidden_vram.elems[linear_coord]); - - uint r = (word >> 8u) & 0xf8u; - uint g = (word >> 3u) & 0xf8u; - uint b = (word << 2u) & 0xf8u; - uint a = ((word & 1u) << 2u) | hidden_word; - color = uvec4(r, g, b, a); - } - else - color = uvec4(0); - - if (!FETCH_AA) - color.a = 7u; - - return color; -} - -void main() -{ - if (any(greaterThanEqual(gl_GlobalInvocationID.xy, registers.resolution))) - return; - - ivec2 coord = ivec2(gl_GlobalInvocationID.xy) + registers.offset; - uvec4 col = fetch_color(coord); - imageStore(uAAInput, ivec2(gl_GlobalInvocationID.xy), col); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/fb_formats.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/fb_formats.h deleted file mode 100644 index d6d56a52..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/fb_formats.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef FB_FORMATS_H_ -#define FB_FORMATS_H_ - -const int FB_FMT_I4 = 0; -const int FB_FMT_I8 = 1; -const int FB_FMT_RGBA5551 = 2; -const int FB_FMT_IA88 = 3; -const int FB_FMT_RGBA8888 = 4; - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/fullscreen.vert b/external/parallel-rdp-standalone/parallel-rdp/shaders/fullscreen.vert deleted file mode 100644 index f4db1cac..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/fullscreen.vert +++ /dev/null @@ -1,32 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -void main() -{ - if (gl_VertexIndex == 0) - gl_Position = vec4(-1.0, -1.0, 0.0, 1.0); - else if (gl_VertexIndex == 1) - gl_Position = vec4(-1.0, +3.0, 0.0, 1.0); - else - gl_Position = vec4(+3.0, -1.0, 0.0, 1.0); -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/interpolation.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/interpolation.h deleted file mode 100644 index 4e02e73f..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/interpolation.h +++ /dev/null @@ -1,255 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef INTERPOLATION_H_ -#define INTERPOLATION_H_ - -#include "data_structures.h" -#include "clamping.h" -#include "perspective.h" - -u8x4 interpolate_rgba(ivec4 rgba, ivec4 drgba_dx, ivec4 drgba_dy, int dx, int coverage) -{ - rgba += ((drgba_dx & ~0x1f) >> SCALING_LOG2) * dx; - - // RGBA is interpolated to 9-bit. The last bit is used to deal with clamping. - // Slight underflow below 0 is clamped to 0 and slight overflow above 0xff is clamped to 0xff. - - // Keep 2 sign bits of precision before we complete the centroid interpolation. - i16x4 snapped_rgba = i16x4(rgba >> 14); - - // Centroid clipping is based on the first coverage bit, and we interpolate at the first subpixel in scanline order. - // With this layout we can just use findLSB to get correct result. - // 0x01 0x02 - // 0x04 0x08 - // 0x10 0x20 - // 0x40 0x80 - int first_coverage = findLSB(coverage); - i16 yoff = i16(first_coverage >> 1); - i16 xoff = i16((first_coverage & 1) << 1) + (yoff & I16_C(1)); - snapped_rgba <<= I16_C(2 + SCALING_LOG2); - snapped_rgba += xoff * i16x4(drgba_dx >> 14) + yoff * i16x4(drgba_dy >> 14); - snapped_rgba >>= I16_C(4 + SCALING_LOG2); - return clamp_9bit(snapped_rgba); -} - -void interpolate_st_copy(SpanSetup span, ivec4 dstzw_dx, int x, bool perspective, bool flip, - out ivec2 st, out int s_offset) -{ - int dx = flip ? (x - span.start_x) : (span.end_x - x); - - // For copy pipe, we should duplicate pixels when scaling, there is no filtering we can (or should!) do. - dx >>= SCALING_LOG2; - - // Snap DX to where we perform interpolation (once per N output pixels). - int snapped_dx = dx & global_constants.fb_info.dx_mask; - s_offset = dx - snapped_dx; - int lerp_dx = (dx >> global_constants.fb_info.dx_shift) * (flip ? 1 : -1); - ivec3 stw = span.stzw.xyw + (dstzw_dx.xyw & ~0x1f) * lerp_dx; - - if (perspective) - { - bool st_overflow; - st = perspective_divide(stw >> 16, st_overflow); - } - else - st = no_perspective_divide(stw >> 16); -} - -ivec2 interpolate_st_single(ivec4 stzw, ivec4 dstzw_dx, int dx, bool perspective) -{ - ivec3 stw = stzw.xyw + ((dstzw_dx.xyw & ~0x1f) >> SCALING_LOG2) * dx; - stw >>= 16; - ivec2 st; - - if (perspective) - { - bool st_overflow; - st = perspective_divide(stw, st_overflow); - } - else - st = no_perspective_divide(stw); - - return st; -} - -void interpolate_stz(ivec4 stzw, ivec4 dstzw_dx, ivec4 dstzw_dy, int dx, int coverage, bool perspective, bool uses_lod, - int flip_direction, out ivec2 st, out ivec2 st_dx, out ivec2 st_dy, out int z, inout bool st_overflow) -{ - ivec3 stw = stzw.xyw + ((dstzw_dx.xyw & ~0x1f) >> SCALING_LOG2) * dx; - ivec3 stw_dx, stw_dy; - - if (uses_lod) - { - stw_dx = stw + flip_direction * ((dstzw_dx.xyw & ~0x1f) >> SCALING_LOG2); - if (SCALING_FACTOR > 1) - stw_dy = stw + abs(flip_direction) * ((dstzw_dy.xyw & ~0x7fff) >> SCALING_LOG2); - else - stw_dy = stw + ((dstzw_dy.xyw & ~0x7fff) >> SCALING_LOG2); - } - - if (perspective) - { - st = perspective_divide(stw >> 16, st_overflow); - if (uses_lod) - { - st_dx = perspective_divide(stw_dx >> 16, st_overflow); - st_dy = perspective_divide(stw_dy >> 16, st_overflow); - } - } - else - { - st = no_perspective_divide(stw >> 16); - if (uses_lod) - { - st_dx = no_perspective_divide(stw_dx >> 16); - st_dy = no_perspective_divide(stw_dy >> 16); - } - } - - // Ensure that interpolation snaps as we expect on every "main" pixel, - // for subpixels, interpolate with quantized step factor. - z = stzw.z + dstzw_dx.z * (dx >> SCALING_LOG2) + (dstzw_dx.z >> SCALING_LOG2) * (dx & (SCALING_FACTOR - 1)); - - int snapped_z = z >> 10; - int first_coverage = findLSB(coverage); - int yoff = first_coverage >> 1; - int xoff = ((first_coverage & 1) << 1) + (yoff & I16_C(1)); - snapped_z <<= 2 + SCALING_LOG2; - snapped_z += xoff * (dstzw_dx.z >> 10) + yoff * (dstzw_dy.z >> 10); - snapped_z >>= 5 + SCALING_LOG2; - - z = clamp_z(snapped_z); -} - -#if 0 -u8x4 interpolate_rgba(TriangleSetup setup, AttributeSetup attr, int x, int y, int coverage) -{ - bool do_offset = (setup.flags & TRIANGLE_SETUP_DO_OFFSET_BIT) != 0; - int y_interpolation_base = int(setup.yh) >> 2; - int xh = setup.xh + (y - y_interpolation_base) * (setup.dxhdy << 2); - - ivec4 drgba_diff = ivec4(0); - - // In do_offset mode, varyings are latched at last subpixel line instead of first (for some reason). - if (do_offset) - { - xh += 3 * setup.dxhdy; - ivec4 drgba_deh = attr.drgba_de & ~0x1ff; - ivec4 drgba_dyh = attr.drgba_dy & ~0x1ff; - drgba_diff = drgba_deh - (drgba_deh >> 2) - drgba_dyh + (drgba_dyh >> 2); - } - - int base_x = xh >> 16; - int xfrac = (xh >> 8) & 0xff; - - ivec4 rgba = attr.rgba; - rgba += attr.drgba_de * (y - y_interpolation_base); - rgba = ((rgba & ~0x1ff) + drgba_diff - xfrac * ((attr.drgba_dx >> 8) & ~1)) & ~0x3ff; - rgba += (attr.drgba_dx & ~0x1f) * (x - base_x); - - // RGBA is interpolated to 9-bit. The last bit is used to deal with clamping. - // Slight underflow below 0 is clamped to 0 and slight overflow above 0xff is clamped to 0xff. - - // Keep 2 sign bits of precision before we complete the centroid interpolation. - i16x4 snapped_rgba = i16x4(rgba >> 14); - - // Centroid clipping is based on the first coverage bit, and we interpolate at the first subpixel in scanline order. - // FWIW, Angrylion has a very different coverage bit assignment, but we need this layout to avoid an awkward LUT. - // With this layout we can just use findLSB instead. - // 0x01 0x02 - // 0x04 0x08 - // 0x10 0x20 - // 0x40 0x80 - int first_coverage = findLSB(coverage); - i16 yoff = i16(first_coverage >> 1); - i16 xoff = i16((first_coverage & 1) << 1) + (yoff & I16_C(1)); - snapped_rgba <<= I16_C(2); - snapped_rgba += xoff * i16x4(attr.drgba_dx >> 14) + yoff * i16x4(attr.drgba_dy >> 14); - snapped_rgba >>= I16_C(4); - return clamp_9bit(snapped_rgba); -} - -ivec3 interpolate_stw(TriangleSetup setup, AttributeSetup attr, int x, int y) -{ - bool do_offset = (setup.flags & TRIANGLE_SETUP_DO_OFFSET_BIT) != 0; - int y_interpolation_base = int(setup.yh) >> 2; - int xh = setup.xh + (y - y_interpolation_base) * (setup.dxhdy << 2); - - ivec3 dstw_diff = ivec3(0); - - // In do_offset mode, varyings are latched at last subpixel line instead of first (for some reason). - if (do_offset) - { - xh += 3 * setup.dxhdy; - ivec3 dstw_deh = attr.dstzw_de.xyw & ~0x1ff; - ivec3 dstw_dyh = attr.dstzw_dy.xyw & ~0x1ff; - dstw_diff = dstw_deh - (dstw_deh >> 2) - dstw_dyh + (dstw_dyh >> 2); - } - - int base_x = xh >> 16; - int xfrac = (xh >> 8) & 0xff; - - ivec3 stw = attr.stzw.xyw; - stw += attr.dstzw_de.xyw * (y - y_interpolation_base); - stw = ((stw & ~0x1ff) + dstw_diff - xfrac * ((attr.dstzw_dx.xyw >> 8) & ~1)) & ~0x3ff; - stw += (attr.dstzw_dx.xyw & ~0x1f) * (x - base_x); - - ivec3 snapped_stw = stw >> 16; - return snapped_stw; -} - -int interpolate_z(TriangleSetup setup, AttributeSetup attr, int x, int y, int coverage) -{ - bool do_offset = (setup.flags & TRIANGLE_SETUP_DO_OFFSET_BIT) != 0; - int y_interpolation_base = int(setup.yh) >> 2; - int xh = setup.xh + (y - y_interpolation_base) * (setup.dxhdy << 2); - - int dzdiff = 0; - // In do_offset mode, varyings are latched at last subpixel line instead of first (for some reason). - if (do_offset) - { - xh += 3 * setup.dxhdy; - int dzdeh = attr.dstzw_de.z & ~0x1ff; - int dzdyh = attr.dstzw_dy.z & ~0x1ff; - dzdiff = dzdeh - (dzdeh >> 2) - dzdyh + (dzdyh >> 2); - } - - int base_x = xh >> 16; - int xfrac = (xh >> 8) & 0xff; - int z = attr.stzw.z; - z += attr.dstzw_de.z * (y - y_interpolation_base); - z = ((z & ~0x1ff) + dzdiff - xfrac * ((attr.dstzw_dx.z >> 8) & ~1)) & ~0x3ff; - z += attr.dstzw_dx.z * (x - base_x); - - int snapped_z = z >> 10; - int first_coverage = findLSB(coverage); - int yoff = first_coverage >> 1; - int xoff = ((first_coverage & 1) << 1) + (yoff & 1s); - snapped_z <<= 2; - snapped_z += xoff * (attr.dstzw_dx.z >> 10) + yoff * (attr.dstzw_dy.z >> 10); - snapped_z >>= 5; - return clamp_z(snapped_z); -} -#endif - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_attribute_setup.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_attribute_setup.h deleted file mode 100644 index 6e950fc8..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_attribute_setup.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_ATTRIBUTE_SETUP_H_ -#define LOAD_ATTRIBUTE_SETUP_H_ - -AttributeSetup load_attribute_setup(uint index) -{ - return attribute_setup.elems[index]; -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_depth_blend_state.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_depth_blend_state.h deleted file mode 100644 index 66f3fa7c..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_depth_blend_state.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_DEPTH_BLEND_STATE_H_ -#define LOAD_DEPTH_BLEND_STATE_H_ - -DepthBlendState load_depth_blend_state(uint index) -{ -#if SMALL_TYPES - return depth_blend_state.elems[index]; -#else - return DepthBlendState( - u8x4(depth_blend_state.elems[index].blend_modes0), - u8x4(depth_blend_state.elems[index].blend_modes1), - depth_blend_state.elems[index].flags, - u8(depth_blend_state.elems[index].coverage_mode), - u8(depth_blend_state.elems[index].z_mode), - u8(0), u8(0)); -#endif -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_derived_setup.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_derived_setup.h deleted file mode 100644 index 74594c0d..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_derived_setup.h +++ /dev/null @@ -1,50 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_DERIVED_SETUP_H_ -#define LOAD_DERIVED_SETUP_H_ - -DerivedSetup load_derived_setup(uint index) -{ -#if SMALL_TYPES - return derived_setup.elems[index]; -#else - return DerivedSetup( - u8x4(derived_setup.elems[index].constant_muladd0), - u8x4(derived_setup.elems[index].constant_mulsub0), - u8x4(derived_setup.elems[index].constant_mul0), - u8x4(derived_setup.elems[index].constant_add0), - u8x4(derived_setup.elems[index].constant_muladd1), - u8x4(derived_setup.elems[index].constant_mulsub1), - u8x4(derived_setup.elems[index].constant_mul1), - u8x4(derived_setup.elems[index].constant_add1), - u8x4(derived_setup.elems[index].fog_color), - u8x4(derived_setup.elems[index].blend_color), - uint(derived_setup.elems[index].fill_color), - u16(derived_setup.elems[index].dz), - u8(derived_setup.elems[index].dz_compressed), - u8(derived_setup.elems[index].min_lod), - i16x4(derived_setup.elems[index].factors)); -#endif -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_scissor_state.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_scissor_state.h deleted file mode 100644 index 517617e5..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_scissor_state.h +++ /dev/null @@ -1,32 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_SCISSOR_STATE_H_ -#define LOAD_SCISSOR_STATE_H_ - -ScissorState load_scissor_state(uint index) -{ - ivec4 values = scissor_state.elems[index]; - return ScissorState(values.x, values.y, values.z, values.w); -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_span_offsets.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_span_offsets.h deleted file mode 100644 index 34b77448..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_span_offsets.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_SPAN_OFFSETS_H_ -#define LOAD_SPAN_OFFSETS_H_ - -SpanInfoOffsets load_span_offsets(uint index) -{ - return span_offsets.elems[index]; -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_span_setup.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_span_setup.h deleted file mode 100644 index 5b961390..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_span_setup.h +++ /dev/null @@ -1,44 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_SPAN_SETUP_H_ -#define LOAD_SPAN_SETUP_H_ - -SpanSetup load_span_setup(uint index) -{ -#if SMALL_TYPES - return span_setups.elems[index]; -#else - return SpanSetup( - span_setups.elems[index].rgba, - span_setups.elems[index].stzw, - u16x4(uvec4(span_setups.elems[index].xleft)), - u16x4(uvec4(span_setups.elems[index].xright)), - span_setups.elems[index].interpolation_base_x, - span_setups.elems[index].start_x, - span_setups.elems[index].end_x, - i16(span_setups.elems[index].lodlength), - u16(span_setups.elems[index].valid_line)); -#endif -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_static_raster_state.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_static_raster_state.h deleted file mode 100644 index 20b89303..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_static_raster_state.h +++ /dev/null @@ -1,42 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_STATIC_RASTER_STATE_H_ -#define LOAD_STATIC_RASTER_STATE_H_ - -StaticRasterizationState load_static_rasterization_state(uint index) -{ -#if SMALL_TYPES - return static_raster_state.elems[index]; -#else - return StaticRasterizationState( - u8x4(static_raster_state.elems[index].combiner_inputs_rgb0), - u8x4(static_raster_state.elems[index].combiner_inputs_alpha0), - u8x4(static_raster_state.elems[index].combiner_inputs_rgb1), - u8x4(static_raster_state.elems[index].combiner_inputs_alpha1), - static_raster_state.elems[index].flags, - static_raster_state.elems[index].dither, - 0, 0); -#endif -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_tile_info.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_tile_info.h deleted file mode 100644 index 5972c9e0..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_tile_info.h +++ /dev/null @@ -1,49 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_TILE_INFO_H_ -#define LOAD_TILE_INFO_H_ - -TileInfo load_tile_info(uint index) -{ -#if SMALL_TYPES - return tile_infos.elems[index]; -#else - return TileInfo( - tile_infos.elems[index].slo, - tile_infos.elems[index].shi, - tile_infos.elems[index].tlo, - tile_infos.elems[index].thi, - tile_infos.elems[index].offset, - tile_infos.elems[index].stride, - u8(tile_infos.elems[index].fmt), - u8(tile_infos.elems[index].size), - u8(tile_infos.elems[index].palette), - u8(tile_infos.elems[index].mask_s), - u8(tile_infos.elems[index].shift_s), - u8(tile_infos.elems[index].mask_t), - u8(tile_infos.elems[index].shift_t), - u8(tile_infos.elems[index].flags)); -#endif -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_triangle_setup.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/load_triangle_setup.h deleted file mode 100644 index 05c51c9f..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/load_triangle_setup.h +++ /dev/null @@ -1,46 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef LOAD_TRIANGLE_SETUP_H_ -#define LOAD_TRIANGLE_SETUP_H_ - -TriangleSetup load_triangle_setup(uint index) -{ -#if SMALL_TYPES - return triangle_setup.elems[index]; -#else - return TriangleSetup( - triangle_setup.elems[index].xh, - triangle_setup.elems[index].xm, - triangle_setup.elems[index].xl, - i16(triangle_setup.elems[index].yh), - i16(triangle_setup.elems[index].ym), - triangle_setup.elems[index].dxhdy, - triangle_setup.elems[index].dxmdy, - triangle_setup.elems[index].dxldy, - i16(triangle_setup.elems[index].yl), - u8(triangle_setup.elems[index].flags), - u8(triangle_setup.elems[index].tile)); -#endif -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/masked_rdram_resolve.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/masked_rdram_resolve.comp deleted file mode 100644 index 11ec56c3..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/masked_rdram_resolve.comp +++ /dev/null @@ -1,70 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -layout(local_size_x_id = 0) in; -layout(constant_id = 1) const int PAGE_STRIDE = 256; - -layout(set = 0, binding = 0, std430) buffer RDRAM -{ - uint rdram[]; -}; - -layout(set = 0, binding = 1, std430) readonly buffer StagingRDRAM -{ - uint staging_rdram[]; -}; - -layout(set = 0, binding = 2, std430) readonly buffer WriteMaskRDRAM -{ - uint writemask[]; -}; - -layout(set = 1, binding = 0, std140) uniform UBO -{ - uvec4 offsets[1024]; -}; - -void main() -{ - uint offset = offsets[gl_WorkGroupID.x >> 2u][gl_WorkGroupID.x & 3u]; - offset *= PAGE_STRIDE; - offset += gl_LocalInvocationIndex; - uint mask = writemask[offset]; - - if (mask == ~0u) - { - return; - } - else if (mask == 0u) - { - uint staging = staging_rdram[offset]; - rdram[offset] = staging; - } - else - { - uint word = rdram[offset]; - uint staging = staging_rdram[offset]; - word = (word & mask) | (staging & ~mask); - rdram[offset] = word; - } -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/memory_interfacing.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/memory_interfacing.h deleted file mode 100644 index 78a1ace3..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/memory_interfacing.h +++ /dev/null @@ -1,582 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef MEMORY_INTERFACING_H_ -#define MEMORY_INTERFACING_H_ - -#include "dither.h" -#include "z_encode.h" -#include "blender.h" -#include "depth_test.h" -#include "coverage.h" -#include "fb_formats.h" - -layout(constant_id = 0) const uint RDRAM_SIZE = 0; - -layout(constant_id = 7) const int RDRAM_INCOHERENT_SCALING = 0; -const bool RDRAM_INCOHERENT = (RDRAM_INCOHERENT_SCALING & 1) != 0; -const int SCALING_LOG2 = RDRAM_INCOHERENT_SCALING >> 1; -const int SCALING_FACTOR = 1 << SCALING_LOG2; -const bool RDRAM_UNSCALED_WRITE_MASK = RDRAM_INCOHERENT && SCALING_LOG2 == 0; -const bool RDRAM_SCALED_WRITE_MASK = RDRAM_INCOHERENT && SCALING_LOG2 != 0; - -const uint RDRAM_MASK_8 = RDRAM_SIZE - 1u; -const uint RDRAM_MASK_16 = RDRAM_MASK_8 >> 1u; -const uint RDRAM_MASK_32 = RDRAM_MASK_8 >> 2u; - -layout(constant_id = 1) const int FB_FMT = 0; -layout(constant_id = 2) const bool FB_COLOR_DEPTH_ALIAS = false; - -u8x4 current_color; -bool current_color_dirty; - -u16 current_depth; -u8 current_dz; -bool current_depth_dirty; - -void load_vram_color(uint index, uint slice) -{ - switch (FB_FMT) - { - case FB_FMT_I4: - case FB_FMT_I8: - { - index &= RDRAM_MASK_8; - index += slice * RDRAM_SIZE; - u8 word = u8(vram8.data[index ^ 3u]); - current_color = u8x4(word, word, word, u8(hidden_vram.data[index >> 1])); - break; - } - - case FB_FMT_RGBA5551: - { - index &= RDRAM_MASK_16; - index += slice * (RDRAM_SIZE >> 1); - uint word = uint(vram16.data[index ^ 1u]); - uvec3 rgb = uvec3(word >> 8u, word >> 3u, word << 2u) & 0xf8u; - current_color = u8x4(rgb, (u8(hidden_vram.data[index]) << U8_C(5)) | u8((word & 1) << 7)); - break; - } - - case FB_FMT_IA88: - { - index &= RDRAM_MASK_16; - index += slice * (RDRAM_SIZE >> 1); - uint word = uint(vram16.data[index ^ 1u]); - current_color = u8x4(u8x3(word >> 8u), word & 0xff); - break; - } - - case FB_FMT_RGBA8888: - { - index &= RDRAM_MASK_32; - index += slice * (RDRAM_SIZE >> 2); - uint word = vram32.data[index]; - current_color = u8x4((uvec4(word) >> uvec4(24, 16, 8, 0)) & uvec4(0xff)); - break; - } - } -} - -void alias_color_to_depth() -{ - /* Inherit memory depth from color. */ - switch (FB_FMT) - { - case FB_FMT_RGBA5551: - { - current_dz = (current_color.a >> U8_C(3)) | (current_color.b & U8_C(8)); - uint word = (current_color.r & 0xf8u) << 6u; - word |= (current_color.g & 0xf8u) << 1u; - word |= (current_color.b & 0xf8u) >> 4u; - current_depth = u16(word); - break; - } - - case FB_FMT_IA88: - { - uvec2 col = current_color.ra; - uint word = (col.x << 8u) | col.y; - uint hidden_word = (word & 1u) * 3u; - current_depth = u16(word >> 2u); - current_dz = u8(((word & 3u) << 2u) | hidden_word); - break; - } - } -} - -void alias_depth_to_color() -{ - uint word = (uint(current_depth) << 4u) | current_dz; - - switch (FB_FMT) - { - case FB_FMT_RGBA5551: - { - current_color.r = u8((word >> 10u) & 0xf8u); - current_color.g = u8((word >> 5u) & 0xf8u); - current_color.b = u8((word >> 0u) & 0xf8u); - current_color.a = u8((word & 7u) << 5u); - break; - } - - case FB_FMT_IA88: - { - current_color.r = u8((word >> 10u) & 0xffu); - current_color.a = u8((word >> 2u) & 0xffu); - break; - } - } - - current_color_dirty = true; -} - -void load_vram_depth(uint index, uint slice) -{ - index &= RDRAM_MASK_16; - index += slice * (RDRAM_SIZE >> 1); - u16 word = u16(vram16.data[index ^ 1u]); - current_depth = word >> U16_C(2); - current_dz = u8(hidden_vram.data[index]) | u8((word & U16_C(3)) << U16_C(2)); -} - -void store_vram_color(uint index, uint slice) -{ - //GENERIC_MESSAGE1(index); - if (current_color_dirty) - { - switch (FB_FMT) - { - case FB_FMT_I4: - { - index &= RDRAM_MASK_8; - index += slice * RDRAM_SIZE; - vram8.data[index ^ 3u] = mem_u8(0); - if ((index & 1u) != 0u) - hidden_vram.data[index >> 1u] = mem_u8(current_color.a); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram8.data[(index ^ 3u) + RDRAM_SIZE] = mem_u8(0xff); - } - break; - } - - case FB_FMT_I8: - { - index &= RDRAM_MASK_8; - index += slice * RDRAM_SIZE; - vram8.data[index ^ 3u] = mem_u8(current_color.r); - if ((index & 1u) != 0u) - hidden_vram.data[index >> 1u] = mem_u8((current_color.r & 1) * 3); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram8.data[(index ^ 3u) + RDRAM_SIZE] = mem_u8(0xff); - } - break; - } - - case FB_FMT_RGBA5551: - { - index &= RDRAM_MASK_16; - index += slice * (RDRAM_SIZE >> 1); - uvec4 c = uvec4(current_color); - c.rgb &= 0xf8u; - uint cov = c.w >> 5u; - uint word = (c.x << 8u) | (c.y << 3u) | (c.z >> 2u) | (cov >> 2u); - vram16.data[index ^ 1u] = mem_u16(word); - hidden_vram.data[index] = mem_u8(cov & U8_C(3)); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram16.data[(index ^ 1u) + (RDRAM_SIZE >> 1u)] = mem_u16(0xffff); - } - break; - } - - case FB_FMT_IA88: - { - index &= RDRAM_MASK_16; - index += slice * (RDRAM_SIZE >> 1); - uvec2 col = current_color.ra; - uint word = (col.x << 8u) | col.y; - vram16.data[index ^ 1u] = mem_u16(word); - hidden_vram.data[index] = mem_u8((col.y & 1) * 3); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram16.data[(index ^ 1u) + (RDRAM_SIZE >> 1u)] = mem_u16(0xffff); - } - break; - } - - case FB_FMT_RGBA8888: - { - index &= RDRAM_MASK_32; - index += slice * (RDRAM_SIZE >> 2); - uvec4 col = current_color; - uint word = (col.r << 24u) | (col.g << 16u) | (col.b << 8u) | (col.a << 0u); - vram32.data[index] = word; - hidden_vram.data[2u * index] = mem_u8((current_color.g & 1) * 3); - hidden_vram.data[2u * index + 1u] = mem_u8((current_color.a & 1) * 3); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram32.data[index + (RDRAM_SIZE >> 2u)] = ~0u; - } - break; - } - } - } -} - -void store_vram_depth(uint index, uint slice) -{ - if (!FB_COLOR_DEPTH_ALIAS) - { - //GENERIC_MESSAGE1(index); - if (current_depth_dirty) - { - index &= RDRAM_MASK_16; - index += slice * (RDRAM_SIZE >> 1); - vram16.data[index ^ 1u] = mem_u16((current_depth << U16_C(2)) | (current_dz >> U16_C(2))); - hidden_vram.data[index] = mem_u8(current_dz & U16_C(3)); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram16.data[(index ^ 1) + (RDRAM_SIZE >> 1u)] = mem_u16(0xffff); - } - } - } -} - -uint color_fb_index; - -void init_tile(uvec2 coord, uint fb_width, uint fb_height, uint fb_addr_index, uint fb_depth_addr_index) -{ - current_color_dirty = false; - current_depth_dirty = false; - if (all(lessThan(coord, uvec2(fb_width, fb_height)))) - { - uvec2 slice2d = coord & (SCALING_FACTOR - 1); - coord >>= SCALING_LOG2; - uint slice = slice2d.y * SCALING_FACTOR + slice2d.x; - - uint index = fb_addr_index + (fb_width >> SCALING_LOG2) * coord.y + coord.x; - color_fb_index = index; - load_vram_color(index, slice); - - index = fb_depth_addr_index + (fb_width >> SCALING_LOG2) * coord.y + coord.x; - load_vram_depth(index, slice); - } -} - -void emit_scaled_write_masks(uvec2 unscaled_coord, uint unscaled_fb_width) -{ - // Merge write masks across pixels. - // We reserved a chunk of memory after scaled RDRAM to store 2 bits per pixel holding - // a write mask for color and depth. The resolve stage will only resolve a pixel - // and trigger a write if any sub-sample was marked as written. - - // Write masks are organized in 4x4 blocks of unscaled pixels for locality purposes. - // This guarantees a minimum number of loop iterations to resolve the write masks. - uint unscaled_block = (unscaled_coord.y >> 2u) * ((unscaled_fb_width + 3u) >> 2u) + (unscaled_coord.x >> 2u); - uvec2 unscaled_sub = unscaled_coord & 3u; - uint word = uint(current_color_dirty) + 2u * uint(current_depth_dirty); - word <<= 2u * (unscaled_sub.x + unscaled_sub.y * 4u); - -#if SUBGROUP - // This should only need one iteration . - bool is_active = true; - do - { - if (subgroupBroadcastFirst(unscaled_block) == unscaled_block) - { - uint merged = subgroupOr(word); - if (subgroupElect()) - atomicOr(vram32.data[SCALING_FACTOR * SCALING_FACTOR * (RDRAM_SIZE >> 2) + unscaled_block], merged); - is_active = false; - } - } while (is_active); -#else - // Just use atomics directly. With subgroup support, we can be a bit smarter about it. - if (word != 0u) - atomicOr(vram32.data[SCALING_FACTOR * SCALING_FACTOR * (RDRAM_SIZE >> 2) + unscaled_block], word); -#endif -} - -void finish_tile(uvec2 coord, uint fb_width, uint fb_height, uint fb_addr_index, uint fb_depth_addr_index) -{ - if (all(lessThan(coord, uvec2(fb_width, fb_height)))) - { - uint unscaled_fb_width = fb_width >> SCALING_LOG2; - - uvec2 slice2d = coord & (SCALING_FACTOR - 1); - coord >>= SCALING_LOG2; - uint slice = slice2d.y * SCALING_FACTOR + slice2d.x; - - uint index = fb_addr_index + unscaled_fb_width * coord.y + coord.x; - store_vram_color(index, slice); - - index = fb_depth_addr_index + unscaled_fb_width * coord.y + coord.x; - store_vram_depth(index, slice); - - if (RDRAM_SCALED_WRITE_MASK) - emit_scaled_write_masks(coord, unscaled_fb_width); - } -} - -u8x4 decode_memory_color(bool image_read_en) -{ - u8 memory_coverage = image_read_en ? (current_color.a & U8_C(0xe0)) : U8_C(0xe0); - - u8x3 color; - switch (FB_FMT) - { - case FB_FMT_I4: - color = u8x3(0); - memory_coverage = U8_C(0xe0); - break; - - case FB_FMT_I8: - color = current_color.rrr; - memory_coverage = U8_C(0xe0); - break; - - case FB_FMT_RGBA5551: - color = current_color.rgb & U8_C(0xf8); - break; - - case FB_FMT_IA88: - color = current_color.rrr; - break; - - case FB_FMT_RGBA8888: - color = current_color.rgb; - break; - } - return u8x4(color, memory_coverage); -} - -void write_color(u8x4 col) -{ - if (FB_FMT == FB_FMT_I4) - current_color.rgb = col.rgb; - else - current_color = col; - current_color_dirty = true; -} - -void copy_pipeline(uint word, uint primitive_index) -{ - switch (FB_FMT) - { - case FB_FMT_I4: - { - current_color = u8x4(0); - current_color_dirty = true; - break; - } - - case FB_FMT_I8: - { - // Alpha testing needs to only look at the low dword for some bizarre reason. - // I don't think alpha testing is supposed to be used at all with 8-bit FB ... - word &= 0xffu; - write_color(u8x4(word)); - break; - } - - case FB_FMT_RGBA5551: - { - uint r = (word >> 8) & 0xf8u; - uint g = (word >> 3) & 0xf8u; - uint b = (word << 2) & 0xf8u; - uint a = (word & 1) * 0xe0u; - write_color(u8x4(r, g, b, a)); - break; - } - } - - if (FB_COLOR_DEPTH_ALIAS) - alias_color_to_depth(); -} - -void fill_color(uint col) -{ - switch (FB_FMT) - { - case FB_FMT_RGBA8888: - { - uint r = (col >> 24u) & 0xffu; - uint g = (col >> 16u) & 0xffu; - uint b = (col >> 8u) & 0xffu; - uint a = (col >> 0u) & 0xffu; - write_color(u8x4(r, g, b, a)); - break; - } - - case FB_FMT_RGBA5551: - { - col >>= ((color_fb_index & 1u) ^ 1u) * 16u; - uint r = (col >> 8u) & 0xf8u; - uint g = (col >> 3u) & 0xf8u; - uint b = (col << 2u) & 0xf8u; - uint a = (col & 1u) * 0xe0u; - write_color(u8x4(r, g, b, a)); - break; - } - - case FB_FMT_IA88: - { - col >>= ((color_fb_index & 1u) ^ 1u) * 16u; - col &= 0xffffu; - uint r = (col >> 8u) & 0xffu; - uint a = (col >> 0u) & 0xffu; - write_color(u8x4(r, r, r, a)); - break; - } - - case FB_FMT_I8: - { - col >>= ((color_fb_index & 3u) ^ 3u) * 8u; - col &= 0xffu; - write_color(u8x4(col)); - break; - } - } - - if (FB_COLOR_DEPTH_ALIAS) - alias_color_to_depth(); -} - -void depth_blend(int x, int y, uint primitive_index, ShadedData shaded) -{ - int z = shaded.z_dith >> 9; - int dith = shaded.z_dith & 0x1ff; - int coverage_count = shaded.coverage_count; - u8x4 combined = shaded.combined; - u8 shade_alpha = shaded.shade_alpha; - - uint blend_state_index = uint(state_indices.elems[primitive_index].static_depth_tmem.y); - DerivedSetup derived = load_derived_setup(primitive_index); - DepthBlendState depth_blend = load_depth_blend_state(blend_state_index); - - bool force_blend = (depth_blend.flags & DEPTH_BLEND_FORCE_BLEND_BIT) != 0; - bool z_compare = (depth_blend.flags & DEPTH_BLEND_DEPTH_TEST_BIT) != 0; - bool z_update = (depth_blend.flags & DEPTH_BLEND_DEPTH_UPDATE_BIT) != 0; - bool image_read_enable = (depth_blend.flags & DEPTH_BLEND_IMAGE_READ_ENABLE_BIT) != 0; - bool color_on_coverage = (depth_blend.flags & DEPTH_BLEND_COLOR_ON_COVERAGE_BIT) != 0; - bool blend_multicycle = (depth_blend.flags & DEPTH_BLEND_MULTI_CYCLE_BIT) != 0; - bool aa_enable = (depth_blend.flags & DEPTH_BLEND_AA_BIT) != 0; - bool dither_en = (depth_blend.flags & DEPTH_BLEND_DITHER_ENABLE_BIT) != 0; - - bool blend_en; - bool coverage_wrap; - u8x2 blend_shift; - - u8x4 memory_color = decode_memory_color(image_read_enable); - u8 memory_coverage = memory_color.a >> U8_C(5); - - bool z_pass = depth_test(z, derived.dz, derived.dz_compressed, - current_depth, current_dz, - coverage_count, memory_coverage, - z_compare, depth_blend.z_mode, - force_blend, aa_enable, - blend_en, coverage_wrap, blend_shift); - - GENERIC_MESSAGE3(combined.x, combined.y, combined.z); - - // Pixel tests. - if (z_pass && (!aa_enable || coverage_count != 0)) - { - // Blending - BlendInputs blender_inputs = - BlendInputs(combined, memory_color, - derived.fog_color, derived.blend_color, shade_alpha); - - u8x4 blend_modes = depth_blend.blend_modes0; - if (blend_multicycle) - { - blender_inputs.pixel_color.rgb = - blender(blender_inputs, - blend_modes, - force_blend, blend_en, color_on_coverage, coverage_wrap, blend_shift, false); - blend_modes = depth_blend.blend_modes1; - } - u8x3 rgb = blender(blender_inputs, - blend_modes, - force_blend, blend_en, color_on_coverage, coverage_wrap, blend_shift, true); - - // Dither - if (dither_en) - rgb = rgb_dither(rgb, dith); - - // Coverage blending - int new_coverage = blend_coverage(coverage_count, memory_coverage, blend_en, depth_blend.coverage_mode); - - GENERIC_MESSAGE3(rgb.x, rgb.y, rgb.z); - - // Writeback - write_color(u8x4(rgb, new_coverage << 5)); - - // Z-writeback. - if (z_update) - { - current_depth = z_compress(z); - current_dz = u8(derived.dz_compressed); - current_depth_dirty = true; - - if (FB_COLOR_DEPTH_ALIAS) - alias_depth_to_color(); - } - else if (FB_COLOR_DEPTH_ALIAS) - alias_color_to_depth(); - } -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/noise.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/noise.h deleted file mode 100644 index 2c7071a4..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/noise.h +++ /dev/null @@ -1,71 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef NOISE_H_ -#define NOISE_H_ - -u16 seeded_noise = U16_C(0); - -// From: https://www.shadertoy.com/view/XlXcW4 with slight modifications. -void reseed_noise(uint x, uint y, uint primitive_offset) -{ - const uint NOISE_PRIME = 1103515245u; - uvec3 seed = uvec3(x, y, primitive_offset); - seed = ((seed >> 8u) ^ seed.yzx) * NOISE_PRIME; - seed = ((seed >> 8u) ^ seed.yzx) * NOISE_PRIME; - seed = ((seed >> 8u) ^ seed.yzx) * NOISE_PRIME; - seeded_noise = u16(seed.x >> 16u); -} - -i16 noise_get_combiner() -{ - return i16(((seeded_noise & U16_C(7u)) << U16_C(6u)) | U16_C(0x20u)); -} - -int noise_get_dither_alpha() -{ - return int(seeded_noise & U16_C(7u)); -} - -int noise_get_dither_color() -{ - // 3 bits of noise for RGB separately. - return int(seeded_noise & U16_C(0x1ff)); -} - -u8 noise_get_blend_threshold() -{ - return u8(seeded_noise & U16_C(0xffu)); -} - -uvec3 noise_get_full_gamma_dither() -{ - uint seed = seeded_noise; - return uvec3(seed & 0x3f, (seed >> 6u) & 0x3f, ((seed >> 9u) & 0x38) | (seed & 7u)); -} - -uvec3 noise_get_partial_gamma_dither() -{ - return (uvec3(seeded_noise) >> uvec3(0, 1, 2)) & 1u; -} - -#endif diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/perspective.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/perspective.h deleted file mode 100644 index 72dd398b..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/perspective.h +++ /dev/null @@ -1,114 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - */ - -#ifndef PERSPECTIVE_H_ -#define PERSPECTIVE_H_ - -const i16x2 perspective_table[64] = i16x2[]( - i16x2(0x4000, -252 * 4), i16x2(0x3f04, -244 * 4), i16x2(0x3e10, -238 * 4), i16x2(0x3d22, -230 * 4), - i16x2(0x3c3c, -223 * 4), i16x2(0x3b5d, -218 * 4), i16x2(0x3a83, -210 * 4), i16x2(0x39b1, -205 * 4), - i16x2(0x38e4, -200 * 4), i16x2(0x381c, -194 * 4), i16x2(0x375a, -189 * 4), i16x2(0x369d, -184 * 4), - i16x2(0x35e5, -179 * 4), i16x2(0x3532, -175 * 4), i16x2(0x3483, -170 * 4), i16x2(0x33d9, -166 * 4), - i16x2(0x3333, -162 * 4), i16x2(0x3291, -157 * 4), i16x2(0x31f4, -155 * 4), i16x2(0x3159, -150 * 4), - i16x2(0x30c3, -147 * 4), i16x2(0x3030, -143 * 4), i16x2(0x2fa1, -140 * 4), i16x2(0x2f15, -137 * 4), - i16x2(0x2e8c, -134 * 4), i16x2(0x2e06, -131 * 4), i16x2(0x2d83, -128 * 4), i16x2(0x2d03, -125 * 4), - i16x2(0x2c86, -123 * 4), i16x2(0x2c0b, -120 * 4), i16x2(0x2b93, -117 * 4), i16x2(0x2b1e, -115 * 4), - i16x2(0x2aab, -113 * 4), i16x2(0x2a3a, -110 * 4), i16x2(0x29cc, -108 * 4), i16x2(0x2960, -106 * 4), - i16x2(0x28f6, -104 * 4), i16x2(0x288e, -102 * 4), i16x2(0x2828, -100 * 4), i16x2(0x27c4, -98 * 4), - i16x2(0x2762, -96 * 4), i16x2(0x2702, -94 * 4), i16x2(0x26a4, -92 * 4), i16x2(0x2648, -91 * 4), - i16x2(0x25ed, -89 * 4), i16x2(0x2594, -87 * 4), i16x2(0x253d, -86 * 4), i16x2(0x24e7, -85 * 4), - i16x2(0x2492, -83 * 4), i16x2(0x243f, -81 * 4), i16x2(0x23ee, -80 * 4), i16x2(0x239e, -79 * 4), - i16x2(0x234f, -77 * 4), i16x2(0x2302, -76 * 4), i16x2(0x22b6, -74 * 4), i16x2(0x226c, -74 * 4), - i16x2(0x2222, -72 * 4), i16x2(0x21da, -71 * 4), i16x2(0x2193, -70 * 4), i16x2(0x214d, -69 * 4), - i16x2(0x2108, -67 * 4), i16x2(0x20c5, -67 * 4), i16x2(0x2082, -65 * 4), i16x2(0x2041, -65 * 4) -); - -ivec2 perspective_get_lut(int w) -{ - int shift = min(14 - findMSB(w), 14); - int normout = (w << shift) & 0x3fff; - int wnorm = normout & 0xff; - ivec2 table = ivec2(perspective_table[normout >> 8]); - int rcp = ((table.y * wnorm) >> 10) + table.x; - return ivec2(rcp, shift); -} - -ivec2 no_perspective_divide(ivec3 stw) -{ - return stw.xy; -} - -// s16 divided by s1.15. -// Classic approximation of a (x * rcp) >> shift with a LUT to find rcp. -ivec2 perspective_divide(ivec3 stw, inout bool overflow) -{ - int w = stw.z; - bool w_carry = w <= 0; - w &= 0x7fff; - - ivec2 table = perspective_get_lut(w); - int shift = table.y; - ivec2 prod = stw.xy * table.x; - - int temp_mask = ((1 << 30) - 1) & -((1 << 29) >> shift); - ivec2 out_of_bounds = prod & temp_mask; - - ivec2 temp; - if (shift != 14) - temp = prod = prod >> (13 - shift); - else - temp = prod << 1; - - if (any(notEqual(out_of_bounds, ivec2(0)))) - { - if (out_of_bounds.x != temp_mask && out_of_bounds.x != 0) - { - if ((prod.x & (1 << 29)) == 0) - temp.x = 0x7fff; - else - temp.x = -0x8000; - overflow = true; - } - - if (out_of_bounds.y != temp_mask && out_of_bounds.y != 0) - { - if ((prod.y & (1 << 29)) == 0) - temp.y = 0x7fff; - else - temp.y = -0x8000; - overflow = true; - } - } - - if (w_carry) - { - temp = ivec2(0x7fff); - overflow = true; - } - - // Perspective divide produces a 17-bit signed coordinate, which is later clamped to 16-bit signed. - // However, the LOD computation happens in 17 bits ... - return clamp(temp, ivec2(-0x10000), ivec2(0xffff)); -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/rasterizer.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/rasterizer.comp deleted file mode 100644 index ac583062..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/rasterizer.comp +++ /dev/null @@ -1,191 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -#include "small_types.h" - -layout(local_size_x_id = 0, local_size_y_id = 1) in; - -#include "debug.h" -#include "data_structures.h" - -layout(set = 0, binding = 0, std430) readonly buffer TriangleSetupBuffer -{ - TriangleSetupMem elems[]; -} triangle_setup; -#include "load_triangle_setup.h" - -layout(set = 0, binding = 1, std430) readonly buffer AttributeSetupBuffer -{ - AttributeSetupMem elems[]; -} attribute_setup; -#include "load_attribute_setup.h" - -layout(set = 0, binding = 2, std430) readonly buffer DerivedSetupBuffer -{ - DerivedSetupMem elems[]; -} derived_setup; -#include "load_derived_setup.h" - -layout(set = 0, binding = 3, std430) readonly buffer StaticRasterStateBuffer -{ - StaticRasterizationStateMem elems[]; -} static_raster_state; -#include "load_static_raster_state.h" - -layout(set = 0, binding = 4, std430) readonly buffer StateIndicesBuffer -{ - InstanceIndicesMem elems[]; -} state_indices; - -layout(set = 0, binding = 5, std430) readonly buffer SpanInfoOffsetBuffer -{ - SpanInfoOffsetsMem elems[]; -} span_offsets; -#include "load_span_offsets.h" - -layout(set = 0, binding = 6, std430) readonly buffer SpanSetups -{ - SpanSetupMem elems[]; -} span_setups; -#include "load_span_setup.h" - -layout(set = 0, binding = 7, std430) readonly buffer TMEM16 -{ - TMEMInstance16Mem instances[]; -} tmem16; - -layout(set = 0, binding = 7, std430) readonly buffer TMEM8 -{ - TMEMInstance8Mem instances[]; -} tmem8; - -layout(set = 0, binding = 8, std430) readonly buffer TileInfoBuffer -{ - TileInfoMem elems[]; -} tile_infos; -#include "load_tile_info.h" - -layout(set = 2, binding = 0, std140) uniform GlobalConstants -{ - GlobalFBInfo fb_info; -} global_constants; - -layout(constant_id = 2) const int STATIC_STATE_FLAGS = 0; -layout(constant_id = 3) const int COMBINER_INPUTS_RGB0 = 0; -layout(constant_id = 4) const int COMBINER_INPUTS_ALPHA0 = 0; -layout(constant_id = 5) const int COMBINER_INPUTS_RGB1 = 0; -layout(constant_id = 6) const int COMBINER_INPUTS_ALPHA1 = 0; -layout(constant_id = 7) const int DITHER_TEX_SIZE_TEX_FMT = 0; - -const int COMBINER_INPUT_RGB0_MULADD = (COMBINER_INPUTS_RGB0 >> 0) & 0xff; -const int COMBINER_INPUT_RGB0_MULSUB = (COMBINER_INPUTS_RGB0 >> 8) & 0xff; -const int COMBINER_INPUT_RGB0_MUL = (COMBINER_INPUTS_RGB0 >> 16) & 0xff; -const int COMBINER_INPUT_RGB0_ADD = (COMBINER_INPUTS_RGB0 >> 24) & 0xff; - -const int COMBINER_INPUT_ALPHA0_MULADD = (COMBINER_INPUTS_ALPHA0 >> 0) & 0xff; -const int COMBINER_INPUT_ALPHA0_MULSUB = (COMBINER_INPUTS_ALPHA0 >> 8) & 0xff; -const int COMBINER_INPUT_ALPHA0_MUL = (COMBINER_INPUTS_ALPHA0 >> 16) & 0xff; -const int COMBINER_INPUT_ALPHA0_ADD = (COMBINER_INPUTS_ALPHA0 >> 24) & 0xff; - -const int COMBINER_INPUT_RGB1_MULADD = (COMBINER_INPUTS_RGB1 >> 0) & 0xff; -const int COMBINER_INPUT_RGB1_MULSUB = (COMBINER_INPUTS_RGB1 >> 8) & 0xff; -const int COMBINER_INPUT_RGB1_MUL = (COMBINER_INPUTS_RGB1 >> 16) & 0xff; -const int COMBINER_INPUT_RGB1_ADD = (COMBINER_INPUTS_RGB1 >> 24) & 0xff; - -const int COMBINER_INPUT_ALPHA1_MULADD = (COMBINER_INPUTS_ALPHA1 >> 0) & 0xff; -const int COMBINER_INPUT_ALPHA1_MULSUB = (COMBINER_INPUTS_ALPHA1 >> 8) & 0xff; -const int COMBINER_INPUT_ALPHA1_MUL = (COMBINER_INPUTS_ALPHA1 >> 16) & 0xff; -const int COMBINER_INPUT_ALPHA1_ADD = (COMBINER_INPUTS_ALPHA1 >> 24) & 0xff; - -const int DITHER = (DITHER_TEX_SIZE_TEX_FMT >> 0) & 0xff; -const int TEX_SIZE = (DITHER_TEX_SIZE_TEX_FMT >> 8) & 0xff; -const int TEX_FMT = (DITHER_TEX_SIZE_TEX_FMT >> 16) & 0xff; - -#define RASTERIZER_SPEC_CONSTANT - -#include "noise.h" -#include "shading.h" - -layout(set = 0, binding = 9, std430) writeonly buffer ColorBuffer -{ - mem_u8x4 elems[]; -} color; - -layout(set = 0, binding = 9, std430) writeonly buffer ColorBufferRaw -{ - uint elems[]; -} raw_color; - -layout(set = 0, binding = 10, std430) writeonly buffer DepthBuffer -{ - int elems[]; -} depth; - -layout(set = 0, binding = 11, std430) writeonly buffer ShadeAlpha -{ - mem_u8 elems[]; -} shade_alpha; - -layout(set = 0, binding = 12, std430) writeonly buffer Coverage -{ - mem_i8 elems[]; -} coverage; - -layout(set = 1, binding = 0, std430) readonly buffer TileWorkList -{ - uvec4 elems[]; -} tile_work_list; - -void main() -{ - uvec4 work = tile_work_list.elems[gl_WorkGroupID.x]; - int x = int(work.x * gl_WorkGroupSize.x + gl_LocalInvocationID.x); - int y = int(work.y * gl_WorkGroupSize.y + gl_LocalInvocationID.y); - uint tile_instance = work.z; - uint primitive_index = work.w; - - ShadedData shaded; - i8 coverage_value; - uint index = tile_instance * (gl_WorkGroupSize.x * gl_WorkGroupSize.y) + gl_LocalInvocationIndex; - - if (shade_pixel(x, y, primitive_index, shaded)) - { - coverage_value = i8(shaded.coverage_count); - - if (coverage_value <= I8_C(8)) - { - // Workaround curious bug with glslang, need to cast manually to uvec4 first. - color.elems[index] = mem_u8x4(uvec4(shaded.combined)); - shade_alpha.elems[index] = mem_u8(shaded.shade_alpha); - depth.elems[index] = shaded.z_dith; - } - else if ((coverage_value & COVERAGE_COPY_BIT) != 0) - { - // For copy pipe, we use a raw 32-bit word to represent the loaded texel. - raw_color.elems[index] = shaded.z_dith; - } - } - else - coverage_value = I8_C(-1); - - coverage.elems[index] = mem_i8(coverage_value); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/shading.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/shading.h deleted file mode 100644 index 02d20bb9..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/shading.h +++ /dev/null @@ -1,353 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef SHADING_H_ -#define SHADING_H_ - -#ifdef RASTERIZER_SPEC_CONSTANT -const int SCALING_LOG2 = (STATIC_STATE_FLAGS >> RASTERIZATION_UPSCALING_LOG2_BIT_OFFSET) & 3; -const int SCALING_FACTOR = 1 << SCALING_LOG2; -#endif - -#include "coverage.h" -#include "interpolation.h" -#include "perspective.h" -#include "texture.h" -#include "dither.h" -#include "combiner.h" - -bool shade_pixel(int x, int y, uint primitive_index, out ShadedData shaded) -{ - SpanInfoOffsets span_offsets = load_span_offsets(primitive_index); - if ((y < (SCALING_FACTOR * span_offsets.ylo)) || (y > (span_offsets.yhi * SCALING_FACTOR + (SCALING_FACTOR - 1)))) - return false; - - uint setup_flags = uint(triangle_setup.elems[primitive_index].flags); - if (SCALING_FACTOR > 1) - { - if ((setup_flags & TRIANGLE_SETUP_DISABLE_UPSCALING_BIT) != 0u) - { - x &= ~(SCALING_FACTOR - 1); - y &= ~(SCALING_FACTOR - 1); - } - } - - SpanSetup span_setup = load_span_setup(SCALING_FACTOR * span_offsets.offset + (y - SCALING_FACTOR * span_offsets.ylo)); - if (span_setup.valid_line == U16_C(0)) - return false; - - uint setup_tile = uint(triangle_setup.elems[primitive_index].tile); - AttributeSetup attr = load_attribute_setup(primitive_index); - - uvec4 states = uvec4(state_indices.elems[primitive_index].static_depth_tmem); - uint static_state_index = states.x; - uint tmem_instance_index = states.z; - - StaticRasterizationState static_state = load_static_rasterization_state(static_state_index); - uint static_state_flags = static_state.flags; - int static_state_dither = static_state.dither; - u8x4 combiner_inputs_rgb0 = static_state.combiner_inputs_rgb0; - u8x4 combiner_inputs_alpha0 = static_state.combiner_inputs_alpha0; - u8x4 combiner_inputs_rgb1 = static_state.combiner_inputs_rgb1; - u8x4 combiner_inputs_alpha1 = static_state.combiner_inputs_alpha1; - -#ifdef RASTERIZER_SPEC_CONSTANT - if ((STATIC_STATE_FLAGS & RASTERIZATION_USE_SPECIALIZATION_CONSTANT_BIT) != 0) - { - static_state_flags = STATIC_STATE_FLAGS; - static_state_dither = DITHER; - - combiner_inputs_rgb0.x = u8(COMBINER_INPUT_RGB0_MULADD); - combiner_inputs_rgb0.y = u8(COMBINER_INPUT_RGB0_MULSUB); - combiner_inputs_rgb0.z = u8(COMBINER_INPUT_RGB0_MUL); - combiner_inputs_rgb0.w = u8(COMBINER_INPUT_RGB0_ADD); - - combiner_inputs_alpha0.x = u8(COMBINER_INPUT_ALPHA0_MULADD); - combiner_inputs_alpha0.y = u8(COMBINER_INPUT_ALPHA0_MULSUB); - combiner_inputs_alpha0.z = u8(COMBINER_INPUT_ALPHA0_MUL); - combiner_inputs_alpha0.w = u8(COMBINER_INPUT_ALPHA0_ADD); - - combiner_inputs_rgb1.x = u8(COMBINER_INPUT_RGB1_MULADD); - combiner_inputs_rgb1.y = u8(COMBINER_INPUT_RGB1_MULSUB); - combiner_inputs_rgb1.z = u8(COMBINER_INPUT_RGB1_MUL); - combiner_inputs_rgb1.w = u8(COMBINER_INPUT_RGB1_ADD); - - combiner_inputs_alpha1.x = u8(COMBINER_INPUT_ALPHA1_MULADD); - combiner_inputs_alpha1.y = u8(COMBINER_INPUT_ALPHA1_MULSUB); - combiner_inputs_alpha1.z = u8(COMBINER_INPUT_ALPHA1_MUL); - combiner_inputs_alpha1.w = u8(COMBINER_INPUT_ALPHA1_ADD); - } -#endif - - // This is a great case for specialization constants. - bool tlut = (static_state_flags & RASTERIZATION_TLUT_BIT) != 0; - bool tlut_type = (static_state_flags & RASTERIZATION_TLUT_TYPE_BIT) != 0; - bool sample_quad = (static_state_flags & RASTERIZATION_SAMPLE_MODE_BIT) != 0; - bool cvg_times_alpha = (static_state_flags & RASTERIZATION_CVG_TIMES_ALPHA_BIT) != 0; - bool alpha_cvg_select = (static_state_flags & RASTERIZATION_ALPHA_CVG_SELECT_BIT) != 0; - bool perspective = (static_state_flags & RASTERIZATION_PERSPECTIVE_CORRECT_BIT) != 0; - bool tex_lod_en = (static_state_flags & RASTERIZATION_TEX_LOD_ENABLE_BIT) != 0; - bool sharpen_lod_en = (static_state_flags & RASTERIZATION_SHARPEN_LOD_ENABLE_BIT) != 0; - bool detail_lod_en = (static_state_flags & RASTERIZATION_DETAIL_LOD_ENABLE_BIT) != 0; - bool aa_enable = (static_state_flags & RASTERIZATION_AA_BIT) != 0; - bool multi_cycle = (static_state_flags & RASTERIZATION_MULTI_CYCLE_BIT) != 0; - bool interlace_en = (static_state_flags & RASTERIZATION_INTERLACE_FIELD_BIT) != 0; - bool fill_en = (static_state_flags & RASTERIZATION_FILL_BIT) != 0; - bool copy_en = (static_state_flags & RASTERIZATION_COPY_BIT) != 0; - bool alpha_test = (static_state_flags & RASTERIZATION_ALPHA_TEST_BIT) != 0; - bool alpha_test_dither = (static_state_flags & RASTERIZATION_ALPHA_TEST_DITHER_BIT) != 0; - bool mid_texel = (static_state_flags & RASTERIZATION_SAMPLE_MID_TEXEL_BIT) != 0; - bool uses_texel0 = (static_state_flags & RASTERIZATION_USES_TEXEL0_BIT) != 0; - bool uses_texel1 = (static_state_flags & RASTERIZATION_USES_TEXEL1_BIT) != 0; - bool uses_pipelined_texel1 = (static_state_flags & RASTERIZATION_USES_PIPELINED_TEXEL1_BIT) != 0; - bool uses_lod = (static_state_flags & RASTERIZATION_USES_LOD_BIT) != 0; - bool convert_one = (static_state_flags & RASTERIZATION_CONVERT_ONE_BIT) != 0; - bool bilerp0 = (static_state_flags & RASTERIZATION_BILERP_0_BIT) != 0; - bool bilerp1 = (static_state_flags & RASTERIZATION_BILERP_1_BIT) != 0; - - if ((static_state_flags & RASTERIZATION_NEED_NOISE_BIT) != 0) - reseed_noise(x, y, primitive_index + global_constants.fb_info.base_primitive_index); - - bool flip = (setup_flags & TRIANGLE_SETUP_FLIP_BIT) != 0; - - if (copy_en) - { - bool valid = x >= span_setup.start_x && x <= span_setup.end_x; - if (!valid) - return false; - - ivec2 st; - int s_offset; - interpolate_st_copy(span_setup, attr.dstzw_dx, x, perspective, flip, st, s_offset); - - uint tile0 = uint(setup_tile) & 7u; - uint tile_info_index0 = uint(state_indices.elems[primitive_index].tile_infos[tile0]); - TileInfo tile_info0 = load_tile_info(tile_info_index0); -#ifdef RASTERIZER_SPEC_CONSTANT - if ((STATIC_STATE_FLAGS & RASTERIZATION_USE_STATIC_TEXTURE_SIZE_FORMAT_BIT) != 0) - { - tile_info0.fmt = u8(TEX_FMT); - tile_info0.size = u8(TEX_SIZE); - } -#endif - int texel0 = sample_texture_copy(tile_info0, tmem_instance_index, st, s_offset, tlut, tlut_type); - shaded.z_dith = texel0; - shaded.coverage_count = U8_C(COVERAGE_COPY_BIT); - - if (alpha_test && global_constants.fb_info.fb_size == 2 && (texel0 & 1) == 0) - return false; - - return true; - } - else if (fill_en) - { - shaded.coverage_count = U8_C(COVERAGE_FILL_BIT); - return x >= span_setup.start_x && x <= span_setup.end_x; - } - - int coverage = compute_coverage(span_setup.xleft, span_setup.xright, x); - - // There is no way we can gain coverage here. - // Reject work as fast as possible. - if (coverage == 0) - return false; - - int coverage_count = bitCount(coverage); - - // If we're not using AA, only the first coverage bit is relevant. - if (!aa_enable && (coverage & 1) == 0) - return false; - - DerivedSetup derived = load_derived_setup(primitive_index); - - int dx = x - span_setup.interpolation_base_x; - int interpolation_direction = flip ? 1 : -1; - - // Interpolate attributes. - u8x4 shade = interpolate_rgba(span_setup.rgba, attr.drgba_dx, attr.drgba_dy, - dx, coverage); - - ivec2 st, st_dx, st_dy; - int z; - bool perspective_overflow = false; - - int tex_interpolation_direction = interpolation_direction; - if (SCALING_FACTOR > 1 && uses_lod) - if ((setup_flags & TRIANGLE_SETUP_NATIVE_LOD_BIT) != 0) - tex_interpolation_direction *= SCALING_FACTOR; - - interpolate_stz(span_setup.stzw, attr.dstzw_dx, attr.dstzw_dy, dx, coverage, perspective, uses_lod, - tex_interpolation_direction, st, st_dx, st_dy, z, perspective_overflow); - - // Sample textures. - uint tile0 = uint(setup_tile) & 7u; - uint tile1 = (tile0 + 1) & 7u; - uint max_level = uint(setup_tile) >> 3u; - int min_lod = derived.min_lod; - - i16 lod_frac; - if (uses_lod) - { - compute_lod_2cycle(tile0, tile1, lod_frac, max_level, min_lod, st, st_dx, st_dy, perspective_overflow, - tex_lod_en, sharpen_lod_en, detail_lod_en); - } - - i16x4 texel0, texel1; - - if (uses_texel0) - { - uint tile_info_index0 = uint(state_indices.elems[primitive_index].tile_infos[tile0]); - TileInfo tile_info0 = load_tile_info(tile_info_index0); -#ifdef RASTERIZER_SPEC_CONSTANT - if ((STATIC_STATE_FLAGS & RASTERIZATION_USE_STATIC_TEXTURE_SIZE_FORMAT_BIT) != 0) - { - tile_info0.fmt = u8(TEX_FMT); - tile_info0.size = u8(TEX_SIZE); - } -#endif - texel0 = sample_texture(tile_info0, tmem_instance_index, st, tlut, tlut_type, - sample_quad, mid_texel, false, bilerp0, derived.factors, i16x4(0)); - } - - // A very awkward mechanism where we peek into the next pixel, or in some cases, the next scanline's first pixel. - if (uses_pipelined_texel1) - { - bool valid_line = uint(span_setups.elems[SCALING_FACTOR * span_offsets.offset + (y - SCALING_FACTOR * span_offsets.ylo + 1)].valid_line) != 0u; - bool long_span = span_setup.lodlength >= 8; - bool end_span = x == (flip ? span_setup.end_x : span_setup.start_x); - - if (end_span && long_span && valid_line) - { - ivec3 stw = span_setups.elems[SCALING_FACTOR * span_offsets.offset + (y - SCALING_FACTOR * span_offsets.ylo + 1)].stzw.xyw >> 16; - if (perspective) - { - bool st_overflow; - st = perspective_divide(stw, st_overflow); - } - else - st = no_perspective_divide(stw); - } - else - st = interpolate_st_single(span_setup.stzw, attr.dstzw_dx, dx + interpolation_direction * SCALING_FACTOR, perspective); - - tile1 = tile0; - uses_texel1 = true; - } - - if (uses_texel1) - { - if (convert_one && !bilerp1) - { - texel1 = texture_convert_factors(texel0, derived.factors); - } - else - { - uint tile_info_index1 = uint(state_indices.elems[primitive_index].tile_infos[tile1]); - TileInfo tile_info1 = load_tile_info(tile_info_index1); -#ifdef RASTERIZER_SPEC_CONSTANT - if ((STATIC_STATE_FLAGS & RASTERIZATION_USE_STATIC_TEXTURE_SIZE_FORMAT_BIT) != 0) - { - tile_info1.fmt = u8(TEX_FMT); - tile_info1.size = u8(TEX_SIZE); - } -#endif - texel1 = sample_texture(tile_info1, tmem_instance_index, st, tlut, tlut_type, sample_quad, mid_texel, - convert_one, bilerp1, derived.factors, texel0); - } - } - - int rgb_dith, alpha_dith; - dither_coefficients(x, y >> int(interlace_en), static_state_dither >> 2, static_state_dither & 3, rgb_dith, alpha_dith); - - // Run combiner. - u8x4 combined; - u8 alpha_reference; - if (multi_cycle) - { - CombinerInputs combined_inputs = - CombinerInputs(derived.constant_muladd0, derived.constant_mulsub0, derived.constant_mul0, derived.constant_add0, - shade, u8x4(0), texel0, texel1, lod_frac, noise_get_combiner()); - - combined_inputs.combined = combiner_cycle0(combined_inputs, - combiner_inputs_rgb0, - combiner_inputs_alpha0, - alpha_dith, coverage_count, cvg_times_alpha, alpha_cvg_select, - alpha_test, alpha_reference); - - combined_inputs.constant_muladd = derived.constant_muladd1; - combined_inputs.constant_mulsub = derived.constant_mulsub1; - combined_inputs.constant_mul = derived.constant_mul1; - combined_inputs.constant_add = derived.constant_add1; - - // Pipelining, texel1 is promoted to texel0 in cycle1. - // I don't think hardware ever intended for you to access texels in second cycle due to this nature. - i16x4 tmp_texel = combined_inputs.texel0; - combined_inputs.texel0 = combined_inputs.texel1; - // Following the pipelining, texel1 should become texel0 of next pixel, - // but let's not go there ... - combined_inputs.texel1 = tmp_texel; - - combined = u8x4(combiner_cycle1(combined_inputs, - combiner_inputs_rgb1, - combiner_inputs_alpha1, - alpha_dith, coverage_count, cvg_times_alpha, alpha_cvg_select)); - } - else - { - CombinerInputs combined_inputs = - CombinerInputs(derived.constant_muladd1, derived.constant_mulsub1, derived.constant_mul1, derived.constant_add1, - shade, u8x4(0), texel0, texel1, lod_frac, noise_get_combiner()); - - combined = u8x4(combiner_cycle1(combined_inputs, - combiner_inputs_rgb1, - combiner_inputs_alpha1, - alpha_dith, coverage_count, cvg_times_alpha, alpha_cvg_select)); - - alpha_reference = combined.a; - } - - // After combiner, color can be modified to 0 through alpha-to-cvg, so check for potential write_enable here. - // If we're not using AA, the first coverage bit is used instead, coverage count is ignored. - if (aa_enable && coverage_count == 0) - return false; - - if (alpha_test) - { - u8 alpha_threshold; - if (alpha_test_dither) - alpha_threshold = noise_get_blend_threshold(); - else - alpha_threshold = derived.blend_color.a; - - if (alpha_reference < alpha_threshold) - return false; - } - - shaded.combined = combined; - shaded.z_dith = (z << 9) | rgb_dith; - shaded.coverage_count = u8(coverage_count); - // Shade alpha needs to be passed separately since it might affect the blending stage. - shaded.shade_alpha = u8(min(shade.a + alpha_dith, 0xff)); - return true; -} - -#endif diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/slangmosh.hpp b/external/parallel-rdp-standalone/parallel-rdp/shaders/slangmosh.hpp deleted file mode 100644 index 13c3b2a4..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/slangmosh.hpp +++ /dev/null @@ -1,54613 +0,0 @@ -// Autogenerated from slangmosh, do not edit. -#pragma once -#include -namespace RDP -{ -static const uint32_t spirv_bank[] = -{ - 0x07230203u, 0x00010300u, 0x000d000au, 0x00000a60u, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, - 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, - 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, - 0x0003000eu, 0x00000000u, 0x00000001u, 0x0006000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, - 0x0000042fu, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00040047u, - 0x000001c7u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000001c8u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x000001c8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001c8u, 0x00000002u, 0x00040047u, - 0x000001cau, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001cau, 0x00000021u, 0x00000000u, 0x00040047u, - 0x000001d2u, 0x00000006u, 0x00000001u, 0x00040048u, 0x000001d3u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x000001d3u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001d3u, 0x00000002u, 0x00040047u, - 0x000001d5u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001d5u, 0x00000021u, 0x00000000u, 0x00040047u, - 0x00000341u, 0x00000006u, 0x00000002u, 0x00040048u, 0x00000342u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00000342u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000342u, 0x00000002u, 0x00040047u, - 0x00000344u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000344u, 0x00000021u, 0x00000000u, 0x00040047u, - 0x00000429u, 0x00000006u, 0x00000002u, 0x00050048u, 0x0000042au, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x0000042au, 0x00000002u, 0x00040047u, 0x0000042cu, 0x00000022u, 0x00000000u, 0x00040047u, - 0x0000042cu, 0x00000021u, 0x00000001u, 0x00040047u, 0x0000042fu, 0x0000000bu, 0x0000001cu, 0x00040047u, - 0x0000043fu, 0x00000006u, 0x00000002u, 0x00050048u, 0x00000440u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00040047u, 0x00000441u, 0x00000006u, 0x00001000u, 0x00040048u, 0x00000442u, 0x00000000u, 0x00000019u, - 0x00050048u, 0x00000442u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000442u, 0x00000002u, - 0x00040047u, 0x00000444u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000444u, 0x00000021u, 0x00000002u, - 0x00050048u, 0x0000044bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000044bu, 0x00000002u, - 0x00050048u, 0x0000045bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000045bu, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x0000045bu, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x0000045bu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x0000045bu, 0x00000004u, 0x00000023u, - 0x00000010u, 0x00050048u, 0x0000045bu, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x0000045bu, - 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x0000045bu, 0x00000007u, 0x00000023u, 0x0000001cu, - 0x00050048u, 0x0000045bu, 0x00000008u, 0x00000023u, 0x00000020u, 0x00050048u, 0x0000045bu, 0x00000009u, - 0x00000023u, 0x00000024u, 0x00050048u, 0x0000045bu, 0x0000000au, 0x00000023u, 0x00000028u, 0x00050048u, - 0x0000045bu, 0x0000000bu, 0x00000023u, 0x0000002cu, 0x00050048u, 0x0000045bu, 0x0000000cu, 0x00000023u, - 0x00000030u, 0x00050048u, 0x0000045bu, 0x0000000du, 0x00000023u, 0x00000034u, 0x00050048u, 0x0000045bu, - 0x0000000eu, 0x00000023u, 0x00000038u, 0x00050048u, 0x0000045bu, 0x0000000fu, 0x00000023u, 0x0000003cu, - 0x00040047u, 0x0000045du, 0x00000006u, 0x00000040u, 0x00050048u, 0x0000045eu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x0000045eu, 0x00000002u, 0x00040047u, 0x00000460u, 0x00000022u, 0x00000001u, - 0x00040047u, 0x00000460u, 0x00000021u, 0x00000000u, 0x00040047u, 0x000004c3u, 0x00000001u, 0x00000000u, - 0x00040047u, 0x000004c4u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, - 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, 0x00030016u, 0x00000008u, 0x00000020u, - 0x00020014u, 0x00000011u, 0x0004002bu, 0x00000008u, 0x00000025u, 0x3f000000u, 0x0004002bu, 0x00000006u, - 0x0000002du, 0x00000008u, 0x0004002bu, 0x00000006u, 0x00000030u, 0x000007ffu, 0x0004002bu, 0x00000006u, - 0x00000032u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x0000003cu, 0x000003ffu, 0x0004002bu, 0x00000006u, - 0x0000003fu, 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000040u, 0x0000000cu, 0x0004002bu, 0x00000006u, - 0x00000043u, 0x00000002u, 0x0004002bu, 0x00000006u, 0x00000051u, 0xfffffffeu, 0x0004002bu, 0x00000006u, - 0x0000005cu, 0x00000010u, 0x0004002bu, 0x00000006u, 0x00000098u, 0x00000003u, 0x0003002au, 0x00000011u, - 0x000000bbu, 0x00030029u, 0x00000011u, 0x000000ecu, 0x0004002bu, 0x00000006u, 0x00000153u, 0x00000006u, - 0x0004002bu, 0x00000006u, 0x0000015cu, 0x00000004u, 0x00040015u, 0x000001c4u, 0x00000020u, 0x00000000u, - 0x0003001du, 0x000001c7u, 0x000001c4u, 0x0003001eu, 0x000001c8u, 0x000001c7u, 0x00040020u, 0x000001c9u, - 0x0000000cu, 0x000001c8u, 0x0004003bu, 0x000001c9u, 0x000001cau, 0x0000000cu, 0x00040020u, 0x000001cdu, - 0x0000000cu, 0x000001c4u, 0x00040015u, 0x000001d1u, 0x00000008u, 0x00000000u, 0x0003001du, 0x000001d2u, - 0x000001d1u, 0x0003001eu, 0x000001d3u, 0x000001d2u, 0x00040020u, 0x000001d4u, 0x0000000cu, 0x000001d3u, - 0x0004003bu, 0x000001d4u, 0x000001d5u, 0x0000000cu, 0x00040020u, 0x000001d8u, 0x0000000cu, 0x000001d1u, - 0x0004002bu, 0x00000006u, 0x000001dcu, 0x00000018u, 0x0004002bu, 0x000001c4u, 0x000001fdu, 0x00000010u, - 0x0004002bu, 0x000001c4u, 0x000001ffu, 0x000000ffu, 0x0004002bu, 0x000001c4u, 0x00000203u, 0x00000000u, - 0x0004002bu, 0x000001c4u, 0x00000207u, 0x00000008u, 0x0004002bu, 0x000001c4u, 0x0000020eu, 0x00000018u, - 0x0004002bu, 0x000001c4u, 0x0000021bu, 0x00000001u, 0x0004002bu, 0x000001c4u, 0x00000221u, 0x0000ffffu, - 0x0004002bu, 0x00000006u, 0x0000022cu, 0x00000fffu, 0x0004002bu, 0x00000006u, 0x000002e0u, 0xfffffffcu, - 0x00040015u, 0x00000340u, 0x00000010u, 0x00000000u, 0x0003001du, 0x00000341u, 0x00000340u, 0x0003001eu, - 0x00000342u, 0x00000341u, 0x00040020u, 0x00000343u, 0x0000000cu, 0x00000342u, 0x0004003bu, 0x00000343u, - 0x00000344u, 0x0000000cu, 0x00040020u, 0x00000348u, 0x0000000cu, 0x00000340u, 0x0004002bu, 0x00000006u, - 0x00000393u, 0xfffffff8u, 0x0004002bu, 0x00000006u, 0x000003c8u, 0xffffffffu, 0x0004002bu, 0x00000006u, - 0x000003cdu, 0x0000001cu, 0x0004002bu, 0x000001c4u, 0x00000428u, 0x00000800u, 0x0004001cu, 0x00000429u, - 0x00000340u, 0x00000428u, 0x0003001eu, 0x0000042au, 0x00000429u, 0x00040020u, 0x0000042bu, 0x0000000cu, - 0x0000042au, 0x0004003bu, 0x0000042bu, 0x0000042cu, 0x0000000cu, 0x00040017u, 0x0000042du, 0x000001c4u, - 0x00000003u, 0x00040020u, 0x0000042eu, 0x00000001u, 0x0000042du, 0x0004003bu, 0x0000042eu, 0x0000042fu, - 0x00000001u, 0x00040020u, 0x00000430u, 0x00000001u, 0x000001c4u, 0x0004002bu, 0x00000006u, 0x0000043du, - 0x00000400u, 0x0004001cu, 0x0000043fu, 0x00000340u, 0x00000428u, 0x0003001eu, 0x00000440u, 0x0000043fu, - 0x0003001du, 0x00000441u, 0x00000440u, 0x0003001eu, 0x00000442u, 0x00000441u, 0x00040020u, 0x00000443u, - 0x0000000cu, 0x00000442u, 0x0004003bu, 0x00000443u, 0x00000444u, 0x0000000cu, 0x0003001eu, 0x0000044bu, - 0x00000006u, 0x00040020u, 0x0000044cu, 0x00000009u, 0x0000044bu, 0x0004003bu, 0x0000044cu, 0x0000044du, - 0x00000009u, 0x00040020u, 0x0000044eu, 0x00000009u, 0x00000006u, 0x0012001eu, 0x0000045bu, 0x00000006u, - 0x00000006u, 0x00000008u, 0x00000008u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, - 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000008u, 0x00000006u, 0x00000006u, 0x0004002bu, - 0x000001c4u, 0x0000045cu, 0x00000100u, 0x0004001cu, 0x0000045du, 0x0000045bu, 0x0000045cu, 0x0003001eu, - 0x0000045eu, 0x0000045du, 0x00040020u, 0x0000045fu, 0x00000002u, 0x0000045eu, 0x0004003bu, 0x0000045fu, - 0x00000460u, 0x00000002u, 0x00040020u, 0x00000462u, 0x00000002u, 0x0000045bu, 0x00040032u, 0x000001c4u, - 0x000004c3u, 0x00000001u, 0x00060033u, 0x0000042du, 0x000004c4u, 0x000004c3u, 0x0000021bu, 0x0000021bu, - 0x00030001u, 0x00000006u, 0x0000096du, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, - 0x000200f8u, 0x00000005u, 0x00050041u, 0x00000430u, 0x00000431u, 0x0000042fu, 0x00000203u, 0x0004003du, - 0x000001c4u, 0x00000432u, 0x00000431u, 0x00060041u, 0x00000348u, 0x00000433u, 0x0000042cu, 0x0000003fu, - 0x00000432u, 0x0004003du, 0x00000340u, 0x00000434u, 0x00000433u, 0x00040071u, 0x000001c4u, 0x00000435u, - 0x00000434u, 0x0004007cu, 0x00000006u, 0x00000439u, 0x00000432u, 0x000500c6u, 0x00000006u, 0x0000043au, - 0x00000439u, 0x00000032u, 0x000500afu, 0x00000011u, 0x0000043eu, 0x0000043au, 0x0000043du, 0x00040071u, - 0x00000340u, 0x00000448u, 0x00000435u, 0x00080041u, 0x00000348u, 0x00000449u, 0x00000444u, 0x0000003fu, - 0x0000003fu, 0x0000003fu, 0x00000432u, 0x0003003eu, 0x00000449u, 0x00000448u, 0x00050041u, 0x0000044eu, - 0x0000044fu, 0x0000044du, 0x0000003fu, 0x0004003du, 0x00000006u, 0x00000450u, 0x0000044fu, 0x000200f9u, - 0x00000452u, 0x000200f8u, 0x00000452u, 0x000700f5u, 0x00000006u, 0x000009a2u, 0x0000096du, 0x00000005u, - 0x00000a40u, 0x00000455u, 0x000700f5u, 0x00000006u, 0x0000096cu, 0x0000096du, 0x00000005u, 0x00000a21u, - 0x00000455u, 0x000700f5u, 0x000001c4u, 0x00000941u, 0x00000435u, 0x00000005u, 0x000009dbu, 0x00000455u, - 0x000700f5u, 0x00000011u, 0x00000940u, 0x000000bbu, 0x00000005u, 0x000009fdu, 0x00000455u, 0x000700f5u, - 0x00000006u, 0x0000093fu, 0x0000003fu, 0x00000005u, 0x000004b3u, 0x00000455u, 0x000500b1u, 0x00000011u, - 0x00000459u, 0x0000093fu, 0x00000450u, 0x000400f6u, 0x00000454u, 0x00000455u, 0x00000000u, 0x000400fau, - 0x00000459u, 0x00000453u, 0x00000454u, 0x000200f8u, 0x00000453u, 0x00060041u, 0x00000462u, 0x00000463u, - 0x00000460u, 0x0000003fu, 0x0000093fu, 0x0004003du, 0x0000045bu, 0x00000464u, 0x00000463u, 0x00050051u, - 0x00000006u, 0x00000465u, 0x00000464u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000467u, 0x00000464u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00000469u, 0x00000464u, 0x00000002u, 0x00050051u, 0x00000008u, - 0x0000046bu, 0x00000464u, 0x00000003u, 0x00050051u, 0x00000006u, 0x0000046du, 0x00000464u, 0x00000004u, - 0x00050051u, 0x00000006u, 0x0000046fu, 0x00000464u, 0x00000005u, 0x00050051u, 0x00000006u, 0x00000471u, - 0x00000464u, 0x00000006u, 0x00050051u, 0x00000006u, 0x00000473u, 0x00000464u, 0x00000007u, 0x00050051u, - 0x00000006u, 0x00000475u, 0x00000464u, 0x00000008u, 0x00050051u, 0x00000006u, 0x00000477u, 0x00000464u, - 0x00000009u, 0x00050051u, 0x00000006u, 0x00000479u, 0x00000464u, 0x0000000au, 0x00050051u, 0x00000006u, - 0x0000047bu, 0x00000464u, 0x0000000bu, 0x00050051u, 0x00000006u, 0x0000047eu, 0x00000464u, 0x0000000cu, - 0x00050051u, 0x00000008u, 0x00000480u, 0x00000464u, 0x0000000du, 0x00050051u, 0x00000006u, 0x00000482u, - 0x00000464u, 0x0000000eu, 0x000500aau, 0x00000011u, 0x00000489u, 0x0000047eu, 0x00000032u, 0x000300f7u, - 0x0000048bu, 0x00000000u, 0x000400fau, 0x00000489u, 0x0000048au, 0x00000491u, 0x000200f8u, 0x0000048au, - 0x000300f7u, 0x00000593u, 0x00000000u, 0x000300fbu, 0x00000203u, 0x000004dau, 0x000200f8u, 0x000004dau, - 0x000500c7u, 0x00000006u, 0x000004ddu, 0x00000475u, 0x0000022cu, 0x000500c3u, 0x00000006u, 0x000004deu, - 0x000004ddu, 0x00000032u, 0x00050082u, 0x00000006u, 0x000004e1u, 0x0000043au, 0x000004deu, 0x000500c7u, - 0x00000006u, 0x000004e2u, 0x000004e1u, 0x00000030u, 0x00050082u, 0x00000006u, 0x000004e7u, 0x00000471u, - 0x00000479u, 0x000500aau, 0x00000011u, 0x000004e8u, 0x000004e7u, 0x00000043u, 0x000300f7u, 0x00000568u, - 0x00000000u, 0x000400fau, 0x000004e8u, 0x000004e9u, 0x000004f7u, 0x000200f8u, 0x000004e9u, 0x000500c3u, - 0x00000006u, 0x000004ebu, 0x000004e2u, 0x00000043u, 0x00050082u, 0x00000006u, 0x000004eeu, 0x00000471u, - 0x00000043u, 0x000500c4u, 0x00000006u, 0x000004f0u, 0x000004ebu, 0x000004eeu, 0x000500afu, 0x00000011u, - 0x000004f4u, 0x000004f0u, 0x00000473u, 0x000300f7u, 0x000004f6u, 0x00000000u, 0x000400fau, 0x000004f4u, - 0x000004f5u, 0x000004f6u, 0x000200f8u, 0x000004f5u, 0x000200f9u, 0x00000593u, 0x000200f8u, 0x000004f6u, - 0x000200f9u, 0x00000568u, 0x000200f8u, 0x000004f7u, 0x000500aau, 0x00000011u, 0x000004fdu, 0x000004e7u, - 0x00000032u, 0x000300f7u, 0x00000567u, 0x00000000u, 0x000400fau, 0x000004fdu, 0x000004feu, 0x00000516u, - 0x000200f8u, 0x000004feu, 0x000500c7u, 0x00000006u, 0x00000500u, 0x000004e2u, 0x0000015cu, 0x000500aau, - 0x00000011u, 0x00000501u, 0x00000500u, 0x0000003fu, 0x000300f7u, 0x00000515u, 0x00000000u, 0x000400fau, - 0x00000501u, 0x00000502u, 0x00000514u, 0x000200f8u, 0x00000502u, 0x000500aau, 0x00000011u, 0x00000507u, - 0x00000471u, 0x00000043u, 0x000600a9u, 0x00000006u, 0x00000508u, 0x00000507u, 0x00000043u, 0x0000003fu, - 0x00050080u, 0x00000006u, 0x00000509u, 0x00000479u, 0x00000508u, 0x000500c7u, 0x00000006u, 0x0000050bu, - 0x000004e2u, 0x00000393u, 0x000500c3u, 0x00000006u, 0x0000050du, 0x0000050bu, 0x00000509u, 0x000500afu, - 0x00000011u, 0x00000511u, 0x0000050du, 0x00000473u, 0x000300f7u, 0x00000513u, 0x00000000u, 0x000400fau, - 0x00000511u, 0x00000512u, 0x00000513u, 0x000200f8u, 0x00000512u, 0x000200f9u, 0x00000593u, 0x000200f8u, - 0x00000513u, 0x000200f9u, 0x00000515u, 0x000200f8u, 0x00000514u, 0x000200f9u, 0x00000593u, 0x000200f8u, - 0x00000515u, 0x000200f9u, 0x00000567u, 0x000200f8u, 0x00000516u, 0x000500aau, 0x00000011u, 0x0000051bu, - 0x00000471u, 0x00000479u, 0x000300f7u, 0x00000566u, 0x00000000u, 0x000400fau, 0x0000051bu, 0x0000051cu, - 0x00000534u, 0x000200f8u, 0x0000051cu, 0x000500c7u, 0x00000006u, 0x0000051eu, 0x000004e2u, 0x00000040u, - 0x000500aau, 0x00000011u, 0x0000051fu, 0x0000051eu, 0x0000003fu, 0x000300f7u, 0x00000533u, 0x00000000u, - 0x000400fau, 0x0000051fu, 0x00000520u, 0x00000532u, 0x000200f8u, 0x00000520u, 0x000500aau, 0x00000011u, - 0x00000525u, 0x00000471u, 0x00000043u, 0x000600a9u, 0x00000006u, 0x00000526u, 0x00000525u, 0x00000043u, - 0x0000003fu, 0x00050080u, 0x00000006u, 0x00000527u, 0x00000479u, 0x00000526u, 0x000500c7u, 0x00000006u, - 0x00000529u, 0x000004e2u, 0x000002e0u, 0x000500c3u, 0x00000006u, 0x0000052bu, 0x00000529u, 0x00000527u, - 0x000500afu, 0x00000011u, 0x0000052fu, 0x0000052bu, 0x00000473u, 0x000300f7u, 0x00000531u, 0x00000000u, - 0x000400fau, 0x0000052fu, 0x00000530u, 0x00000531u, 0x000200f8u, 0x00000530u, 0x000200f9u, 0x00000593u, - 0x000200f8u, 0x00000531u, 0x000200f9u, 0x00000533u, 0x000200f8u, 0x00000532u, 0x000200f9u, 0x00000593u, - 0x000200f8u, 0x00000533u, 0x000200f9u, 0x00000566u, 0x000200f8u, 0x00000534u, 0x000500aau, 0x00000011u, - 0x0000053au, 0x000004e7u, 0x000003c8u, 0x000300f7u, 0x00000565u, 0x00000000u, 0x000400fau, 0x0000053au, - 0x0000053bu, 0x0000054eu, 0x000200f8u, 0x0000053bu, 0x000500c7u, 0x00000006u, 0x0000053du, 0x000004e2u, - 0x000003cdu, 0x000500aau, 0x00000011u, 0x0000053eu, 0x0000053du, 0x0000003fu, 0x000300f7u, 0x0000054du, - 0x00000000u, 0x000400fau, 0x0000053eu, 0x0000053fu, 0x0000054cu, 0x000200f8u, 0x0000053fu, 0x000500c3u, - 0x00000006u, 0x00000544u, 0x000004e2u, 0x00000479u, 0x000500c7u, 0x00000006u, 0x00000545u, 0x00000544u, - 0x00000393u, 0x000500afu, 0x00000011u, 0x00000549u, 0x00000545u, 0x00000473u, 0x000300f7u, 0x0000054bu, - 0x00000000u, 0x000400fau, 0x00000549u, 0x0000054au, 0x0000054bu, 0x000200f8u, 0x0000054au, 0x000200f9u, - 0x00000593u, 0x000200f8u, 0x0000054bu, 0x000200f9u, 0x0000054du, 0x000200f8u, 0x0000054cu, 0x000200f9u, - 0x00000593u, 0x000200f8u, 0x0000054du, 0x000200f9u, 0x00000565u, 0x000200f8u, 0x0000054eu, 0x000500c3u, - 0x00000006u, 0x00000550u, 0x000004e2u, 0x00000043u, 0x00050084u, 0x00000006u, 0x00000554u, 0x00000550u, - 0x0000015cu, 0x00050080u, 0x00000006u, 0x00000556u, 0x00000554u, 0x00000043u, 0x000500b1u, 0x00000011u, - 0x00000559u, 0x00000556u, 0x00000473u, 0x000600a9u, 0x00000006u, 0x00000a5eu, 0x00000559u, 0x00000556u, - 0x00000554u, 0x000500afu, 0x00000011u, 0x00000561u, 0x00000a5eu, 0x00000473u, 0x000300f7u, 0x00000563u, - 0x00000000u, 0x000400fau, 0x00000561u, 0x00000562u, 0x00000563u, 0x000200f8u, 0x00000562u, 0x000200f9u, - 0x00000593u, 0x000200f8u, 0x00000563u, 0x000200f9u, 0x00000565u, 0x000200f8u, 0x00000565u, 0x000700f5u, - 0x00000006u, 0x000009aeu, 0x00000545u, 0x0000054du, 0x00000a5eu, 0x00000563u, 0x000200f9u, 0x00000566u, - 0x000200f8u, 0x00000566u, 0x000700f5u, 0x00000006u, 0x000009adu, 0x0000052bu, 0x00000533u, 0x000009aeu, - 0x00000565u, 0x000200f9u, 0x00000567u, 0x000200f8u, 0x00000567u, 0x000700f5u, 0x00000006u, 0x000009acu, - 0x0000050du, 0x00000515u, 0x000009adu, 0x00000566u, 0x000200f9u, 0x00000568u, 0x000200f8u, 0x00000568u, - 0x000700f5u, 0x00000006u, 0x000009abu, 0x000004f0u, 0x000004f6u, 0x000009acu, 0x00000567u, 0x00050082u, - 0x00000006u, 0x0000056eu, 0x00000471u, 0x00000032u, 0x000500c4u, 0x00000006u, 0x0000056fu, 0x000009abu, - 0x0000056eu, 0x00050080u, 0x00000006u, 0x00000570u, 0x0000046du, 0x0000056fu, 0x000500c7u, 0x00000006u, - 0x00000572u, 0x00000570u, 0x00000032u, 0x00050084u, 0x00000006u, 0x00000573u, 0x00000043u, 0x00000572u, - 0x000500c7u, 0x00000006u, 0x00000575u, 0x000004e2u, 0x00000098u, 0x00050084u, 0x00000006u, 0x00000576u, - 0x00000573u, 0x00000575u, 0x00050080u, 0x00000006u, 0x00000578u, 0x00000570u, 0x00000576u, 0x000500c7u, - 0x00000006u, 0x0000057au, 0x00000578u, 0x00000032u, 0x000500aau, 0x00000011u, 0x0000057bu, 0x0000057au, - 0x0000003fu, 0x000300f7u, 0x00000591u, 0x00000000u, 0x000400fau, 0x0000057bu, 0x0000057cu, 0x00000583u, - 0x000200f8u, 0x0000057cu, 0x000500c3u, 0x00000006u, 0x0000057eu, 0x00000578u, 0x00000032u, 0x000500c6u, - 0x00000006u, 0x0000057fu, 0x0000057eu, 0x00000032u, 0x00060041u, 0x00000348u, 0x00000580u, 0x00000344u, - 0x0000003fu, 0x0000057fu, 0x0004003du, 0x00000340u, 0x00000581u, 0x00000580u, 0x00040071u, 0x000001c4u, - 0x00000582u, 0x00000581u, 0x000200f9u, 0x00000591u, 0x000200f8u, 0x00000583u, 0x000500c6u, 0x00000006u, - 0x00000585u, 0x00000578u, 0x00000098u, 0x00060041u, 0x000001d8u, 0x00000586u, 0x000001d5u, 0x0000003fu, - 0x00000585u, 0x0004003du, 0x000001d1u, 0x00000587u, 0x00000586u, 0x00040071u, 0x000001c4u, 0x00000588u, - 0x00000587u, 0x000500c4u, 0x000001c4u, 0x00000589u, 0x00000588u, 0x0000002du, 0x00050080u, 0x00000006u, - 0x0000058bu, 0x00000578u, 0x00000032u, 0x000500c6u, 0x00000006u, 0x0000058cu, 0x0000058bu, 0x00000098u, - 0x00060041u, 0x000001d8u, 0x0000058du, 0x000001d5u, 0x0000003fu, 0x0000058cu, 0x0004003du, 0x000001d1u, - 0x0000058eu, 0x0000058du, 0x00040071u, 0x000001c4u, 0x0000058fu, 0x0000058eu, 0x000500c5u, 0x000001c4u, - 0x00000590u, 0x00000589u, 0x0000058fu, 0x000200f9u, 0x00000591u, 0x000200f8u, 0x00000591u, 0x000700f5u, - 0x000001c4u, 0x000009afu, 0x00000582u, 0x0000057cu, 0x00000590u, 0x00000583u, 0x000200f9u, 0x00000593u, - 0x000200f8u, 0x00000593u, 0x001500f5u, 0x00000011u, 0x000009feu, 0x00000940u, 0x000004f5u, 0x00000940u, - 0x00000512u, 0x00000940u, 0x00000514u, 0x00000940u, 0x00000530u, 0x00000940u, 0x00000532u, 0x00000940u, - 0x0000054au, 0x00000940u, 0x0000054cu, 0x00000940u, 0x00000562u, 0x000000ecu, 0x00000591u, 0x001500f5u, - 0x000001c4u, 0x000009dcu, 0x00000941u, 0x000004f5u, 0x00000941u, 0x00000512u, 0x00000941u, 0x00000514u, - 0x00000941u, 0x00000530u, 0x00000941u, 0x00000532u, 0x00000941u, 0x0000054au, 0x00000941u, 0x0000054cu, - 0x00000941u, 0x00000562u, 0x000009afu, 0x00000591u, 0x000200f9u, 0x0000048bu, 0x000200f8u, 0x00000491u, - 0x000500aau, 0x00000011u, 0x00000495u, 0x0000047bu, 0x00000032u, 0x000500aau, 0x00000011u, 0x00000498u, - 0x00000479u, 0x00000098u, 0x000500a6u, 0x00000011u, 0x0000049au, 0x00000498u, 0x00000495u, 0x000300f7u, - 0x0000049cu, 0x00000000u, 0x000400fau, 0x0000049au, 0x0000049bu, 0x000004a7u, 0x000200f8u, 0x0000049bu, - 0x000500c7u, 0x00000006u, 0x0000049eu, 0x0000043au, 0x0000003cu, 0x000300f7u, 0x00000762u, 0x00000000u, - 0x000300fbu, 0x00000203u, 0x000005bdu, 0x000200f8u, 0x000005bdu, 0x000500c7u, 0x00000006u, 0x000005c0u, - 0x00000475u, 0x00000030u, 0x000500c3u, 0x00000006u, 0x000005c1u, 0x000005c0u, 0x00000032u, 0x00050082u, - 0x00000006u, 0x000005c6u, 0x0000049eu, 0x000005c1u, 0x000500c7u, 0x00000006u, 0x000005c7u, 0x000005c6u, - 0x0000003cu, 0x000500aau, 0x00000011u, 0x000005cau, 0x0000047eu, 0x00000043u, 0x000300f7u, 0x00000699u, - 0x00000000u, 0x000400fau, 0x000005cau, 0x000005cbu, 0x00000674u, 0x000200f8u, 0x000005cbu, 0x000500c3u, - 0x00000006u, 0x000005cdu, 0x000005c7u, 0x00000032u, 0x000500aau, 0x00000011u, 0x000005d0u, 0x00000477u, - 0x0000003fu, 0x000300f7u, 0x00000672u, 0x00000000u, 0x000400fau, 0x000005d0u, 0x000005d1u, 0x00000605u, - 0x000200f8u, 0x000005d1u, 0x000500c7u, 0x00000006u, 0x000005d3u, 0x000005cdu, 0x00000051u, 0x00050080u, - 0x00000006u, 0x000005d5u, 0x000005d3u, 0x00000032u, 0x00050084u, 0x00000006u, 0x000005d9u, 0x000005d3u, - 0x00000482u, 0x000500c3u, 0x00000006u, 0x000005dau, 0x000005d9u, 0x0000005cu, 0x00050084u, 0x00000006u, - 0x000005deu, 0x000005d5u, 0x00000482u, 0x000500c3u, 0x00000006u, 0x000005dfu, 0x000005deu, 0x0000005cu, - 0x000500abu, 0x00000011u, 0x000005e2u, 0x000005dau, 0x000005dfu, 0x000300f7u, 0x00000604u, 0x00000000u, - 0x000400fau, 0x000005e2u, 0x000005e3u, 0x000005feu, 0x000200f8u, 0x000005e3u, 0x000500c7u, 0x00000006u, - 0x000005e6u, 0x000005dau, 0x00000032u, 0x000500c6u, 0x00000006u, 0x000005e7u, 0x000005d3u, 0x000005e6u, - 0x000500c7u, 0x00000006u, 0x000005eau, 0x000005dfu, 0x00000032u, 0x000500c6u, 0x00000006u, 0x000005ebu, - 0x000005d5u, 0x000005eau, 0x000500aau, 0x00000011u, 0x000005eeu, 0x000005ebu, 0x000005cdu, 0x000300f7u, - 0x000005fdu, 0x00000000u, 0x000400fau, 0x000005eeu, 0x000005efu, 0x000005f3u, 0x000200f8u, 0x000005efu, - 0x000500c4u, 0x00000006u, 0x000005f2u, 0x000005eau, 0x00000032u, 0x000200f9u, 0x000005fdu, 0x000200f8u, - 0x000005f3u, 0x000500aau, 0x00000011u, 0x000005f6u, 0x000005e7u, 0x000005cdu, 0x000300f7u, 0x000005f7u, - 0x00000000u, 0x000400fau, 0x000005f6u, 0x000005f7u, 0x000005fbu, 0x000200f8u, 0x000005f7u, 0x000500c4u, - 0x00000006u, 0x000005fau, 0x000005e6u, 0x00000032u, 0x000200f9u, 0x000005fdu, 0x000200f8u, 0x000005fbu, - 0x000200f9u, 0x00000762u, 0x000200f8u, 0x000005fdu, 0x000700f5u, 0x00000006u, 0x00000986u, 0x000005f2u, - 0x000005efu, 0x000005fau, 0x000005f7u, 0x000200f9u, 0x00000604u, 0x000200f8u, 0x000005feu, 0x000500c7u, - 0x00000006u, 0x00000600u, 0x000005dau, 0x00000032u, 0x000500c4u, 0x00000006u, 0x00000601u, 0x00000600u, - 0x00000032u, 0x000500c6u, 0x00000006u, 0x00000603u, 0x0000003fu, 0x00000601u, 0x000200f9u, 0x00000604u, - 0x000200f8u, 0x00000604u, 0x000700f5u, 0x00000006u, 0x00000985u, 0x00000986u, 0x000005fdu, 0x00000603u, - 0x000005feu, 0x000200f9u, 0x00000672u, 0x000200f8u, 0x00000605u, 0x000500c7u, 0x00000006u, 0x00000607u, - 0x000005cdu, 0x00000051u, 0x0004006fu, 0x00000008u, 0x00000766u, 0x00000607u, 0x00050081u, 0x00000008u, - 0x00000767u, 0x00000766u, 0x00000025u, 0x00050085u, 0x00000008u, 0x00000769u, 0x00000767u, 0x00000469u, - 0x0004006eu, 0x00000006u, 0x0000076au, 0x00000769u, 0x000500c5u, 0x00000006u, 0x0000060cu, 0x000005cdu, - 0x00000032u, 0x0004006fu, 0x00000008u, 0x0000076eu, 0x0000060cu, 0x00050081u, 0x00000008u, 0x0000076fu, - 0x0000076eu, 0x00000025u, 0x00050085u, 0x00000008u, 0x00000771u, 0x0000076fu, 0x0000046bu, 0x0004006eu, - 0x00000006u, 0x00000772u, 0x00000771u, 0x00050084u, 0x00000006u, 0x00000614u, 0x00000477u, 0x0000076au, - 0x00050082u, 0x00000006u, 0x00000615u, 0x0000060cu, 0x00000614u, 0x00050084u, 0x00000006u, 0x0000061au, - 0x00000477u, 0x00000772u, 0x00050082u, 0x00000006u, 0x0000061bu, 0x00000607u, 0x0000061au, 0x00050084u, - 0x00000006u, 0x00000620u, 0x0000061bu, 0x00000482u, 0x000500c3u, 0x00000006u, 0x00000621u, 0x00000620u, - 0x0000005cu, 0x0007000cu, 0x00000006u, 0x00000622u, 0x00000001u, 0x0000002au, 0x0000076au, 0x00000621u, - 0x00050084u, 0x00000006u, 0x00000627u, 0x00000615u, 0x00000482u, 0x000500c3u, 0x00000006u, 0x00000628u, - 0x00000627u, 0x0000005cu, 0x0007000cu, 0x00000006u, 0x00000629u, 0x00000001u, 0x00000027u, 0x00000772u, - 0x00000628u, 0x000200f9u, 0x0000062bu, 0x000200f8u, 0x0000062bu, 0x000700f5u, 0x00000006u, 0x00000973u, - 0x00000629u, 0x00000605u, 0x0000066cu, 0x0000066au, 0x000500afu, 0x00000011u, 0x0000062fu, 0x00000973u, - 0x00000622u, 0x000400f6u, 0x0000066du, 0x0000066au, 0x00000000u, 0x000400fau, 0x0000062fu, 0x00000630u, - 0x0000066du, 0x000200f8u, 0x00000630u, 0x00050084u, 0x00000006u, 0x00000635u, 0x00000477u, 0x00000973u, - 0x00050082u, 0x00000006u, 0x00000636u, 0x00000607u, 0x00000635u, 0x00050082u, 0x00000006u, 0x0000063cu, - 0x0000060cu, 0x00000635u, 0x00050084u, 0x00000006u, 0x00000640u, 0x00000636u, 0x00000482u, 0x000500c3u, - 0x00000006u, 0x00000641u, 0x00000640u, 0x0000005cu, 0x00050084u, 0x00000006u, 0x00000645u, 0x0000063cu, - 0x00000482u, 0x000500c3u, 0x00000006u, 0x00000646u, 0x00000645u, 0x0000005cu, 0x00050084u, 0x00000006u, - 0x0000064au, 0x00000646u, 0x00000477u, 0x00050080u, 0x00000006u, 0x0000064bu, 0x0000063cu, 0x0000064au, - 0x000500c7u, 0x00000006u, 0x0000064du, 0x00000646u, 0x00000032u, 0x000500c6u, 0x00000006u, 0x0000064eu, - 0x0000064bu, 0x0000064du, 0x000500aau, 0x00000011u, 0x00000650u, 0x0000064eu, 0x000005cdu, 0x000300f7u, - 0x00000669u, 0x00000000u, 0x000400fau, 0x00000650u, 0x00000651u, 0x00000657u, 0x000200f8u, 0x00000651u, - 0x000500c4u, 0x00000006u, 0x00000653u, 0x0000063cu, 0x00000032u, 0x000500c7u, 0x00000006u, 0x00000655u, - 0x000005c7u, 0x00000032u, 0x00050080u, 0x00000006u, 0x00000656u, 0x00000653u, 0x00000655u, 0x000200f9u, - 0x0000066du, 0x000200f8u, 0x00000657u, 0x00050084u, 0x00000006u, 0x0000065bu, 0x00000641u, 0x00000477u, - 0x00050080u, 0x00000006u, 0x0000065cu, 0x00000636u, 0x0000065bu, 0x000500c7u, 0x00000006u, 0x0000065eu, - 0x00000641u, 0x00000032u, 0x000500c6u, 0x00000006u, 0x0000065fu, 0x0000065cu, 0x0000065eu, 0x000500aau, - 0x00000011u, 0x00000661u, 0x0000065fu, 0x000005cdu, 0x000300f7u, 0x00000668u, 0x00000000u, 0x000400fau, - 0x00000661u, 0x00000662u, 0x00000668u, 0x000200f8u, 0x00000662u, 0x000500c4u, 0x00000006u, 0x00000664u, - 0x00000636u, 0x00000032u, 0x000500c7u, 0x00000006u, 0x00000666u, 0x000005c7u, 0x00000032u, 0x00050080u, - 0x00000006u, 0x00000667u, 0x00000664u, 0x00000666u, 0x000200f9u, 0x0000066du, 0x000200f8u, 0x00000668u, - 0x000200f9u, 0x00000669u, 0x000200f8u, 0x00000669u, 0x000200f9u, 0x0000066au, 0x000200f8u, 0x0000066au, - 0x00050082u, 0x00000006u, 0x0000066cu, 0x00000973u, 0x00000032u, 0x000200f9u, 0x0000062bu, 0x000200f8u, - 0x0000066du, 0x000900f5u, 0x00000006u, 0x0000097au, 0x000005c7u, 0x0000062bu, 0x00000656u, 0x00000651u, - 0x00000667u, 0x00000662u, 0x000900f5u, 0x00000011u, 0x00000975u, 0x000000bbu, 0x0000062bu, 0x000000ecu, - 0x00000651u, 0x000000ecu, 0x00000662u, 0x000400a8u, 0x00000011u, 0x0000066fu, 0x00000975u, 0x000300f7u, - 0x00000671u, 0x00000000u, 0x000400fau, 0x0000066fu, 0x00000670u, 0x00000671u, 0x000200f8u, 0x00000670u, - 0x000200f9u, 0x00000762u, 0x000200f8u, 0x00000671u, 0x000200f9u, 0x00000672u, 0x000200f8u, 0x00000672u, - 0x000700f5u, 0x00000006u, 0x00000984u, 0x00000985u, 0x00000604u, 0x0000003fu, 0x00000671u, 0x000700f5u, - 0x00000006u, 0x00000977u, 0x000005c7u, 0x00000604u, 0x0000097au, 0x00000671u, 0x000200f9u, 0x00000699u, - 0x000200f8u, 0x00000674u, 0x000500aau, 0x00000011u, 0x00000676u, 0x00000477u, 0x0000003fu, 0x000300f7u, - 0x00000698u, 0x00000000u, 0x000400fau, 0x00000676u, 0x00000677u, 0x0000067cu, 0x000200f8u, 0x00000677u, - 0x00050082u, 0x00000006u, 0x0000067bu, 0x00000467u, 0x00000032u, 0x000200f9u, 0x00000698u, 0x000200f8u, - 0x0000067cu, 0x0004006fu, 0x00000008u, 0x00000776u, 0x000005c7u, 0x00050081u, 0x00000008u, 0x00000777u, - 0x00000776u, 0x00000025u, 0x00050085u, 0x00000008u, 0x00000779u, 0x00000777u, 0x00000480u, 0x0004006eu, - 0x00000006u, 0x0000077au, 0x00000779u, 0x00050084u, 0x00000006u, 0x00000684u, 0x0000077au, 0x00000477u, - 0x00050082u, 0x00000006u, 0x00000685u, 0x000005c7u, 0x00000684u, 0x000500afu, 0x00000011u, 0x00000689u, - 0x0000077au, 0x00000467u, 0x000300f7u, 0x00000697u, 0x00000000u, 0x000400fau, 0x00000689u, 0x0000068au, - 0x00000697u, 0x000200f8u, 0x0000068au, 0x00050082u, 0x00000006u, 0x0000068fu, 0x0000077au, 0x00000467u, - 0x00050080u, 0x00000006u, 0x00000690u, 0x0000068fu, 0x00000032u, 0x00050084u, 0x00000006u, 0x00000691u, - 0x00000477u, 0x00000690u, 0x00050080u, 0x00000006u, 0x00000693u, 0x00000685u, 0x00000691u, 0x00050082u, - 0x00000006u, 0x00000696u, 0x00000467u, 0x00000032u, 0x000200f9u, 0x00000697u, 0x000200f8u, 0x00000697u, - 0x000700f5u, 0x00000006u, 0x00000980u, 0x0000077au, 0x0000067cu, 0x00000696u, 0x0000068au, 0x000700f5u, - 0x00000006u, 0x0000097du, 0x00000685u, 0x0000067cu, 0x00000693u, 0x0000068au, 0x000200f9u, 0x00000698u, - 0x000200f8u, 0x00000698u, 0x000700f5u, 0x00000006u, 0x0000097fu, 0x0000067bu, 0x00000677u, 0x00000980u, - 0x00000697u, 0x000700f5u, 0x00000006u, 0x0000097cu, 0x000005c7u, 0x00000677u, 0x0000097du, 0x00000697u, - 0x000200f9u, 0x00000699u, 0x000200f8u, 0x00000699u, 0x000700f5u, 0x00000006u, 0x00000983u, 0x00000984u, - 0x00000672u, 0x0000003fu, 0x00000698u, 0x000700f5u, 0x00000006u, 0x0000097eu, 0x0000003fu, 0x00000672u, - 0x0000097fu, 0x00000698u, 0x000700f5u, 0x00000006u, 0x0000097bu, 0x00000977u, 0x00000672u, 0x0000097cu, - 0x00000698u, 0x000500c7u, 0x00000006u, 0x0000069cu, 0x0000097eu, 0x00000032u, 0x000500c4u, 0x00000006u, - 0x0000069du, 0x0000069cu, 0x00000032u, 0x000500c6u, 0x00000006u, 0x0000069eu, 0x0000097bu, 0x0000069du, - 0x000500afu, 0x00000011u, 0x000006a2u, 0x0000069eu, 0x00000465u, 0x000500adu, 0x00000011u, 0x000006a4u, - 0x0000097eu, 0x0000003fu, 0x000500a7u, 0x00000011u, 0x000006a5u, 0x000006a2u, 0x000006a4u, 0x000300f7u, - 0x000006acu, 0x00000000u, 0x000400fau, 0x000006a5u, 0x000006a6u, 0x000006acu, 0x000200f8u, 0x000006a6u, - 0x00050082u, 0x00000006u, 0x000006a8u, 0x0000097eu, 0x00000032u, 0x00050080u, 0x00000006u, 0x000006abu, - 0x0000097bu, 0x00000477u, 0x000200f9u, 0x000006acu, 0x000200f8u, 0x000006acu, 0x000700f5u, 0x00000006u, - 0x0000098bu, 0x0000097bu, 0x00000699u, 0x000006abu, 0x000006a6u, 0x000700f5u, 0x00000006u, 0x00000981u, - 0x0000097eu, 0x00000699u, 0x000006a8u, 0x000006a6u, 0x000500c7u, 0x00000006u, 0x000006aeu, 0x00000981u, - 0x00000032u, 0x000500c4u, 0x00000006u, 0x000006afu, 0x000006aeu, 0x00000032u, 0x000500c5u, 0x00000006u, - 0x000006b1u, 0x000006afu, 0x00000983u, 0x000500c6u, 0x00000006u, 0x000006b3u, 0x0000098bu, 0x000006b1u, - 0x000500aau, 0x00000011u, 0x000006b6u, 0x00000471u, 0x00000098u, 0x000500a6u, 0x00000011u, 0x000006b8u, - 0x000006b6u, 0x00000495u, 0x000300f7u, 0x000006fdu, 0x00000000u, 0x000400fau, 0x000006b8u, 0x000006b9u, - 0x000006bdu, 0x000200f8u, 0x000006b9u, 0x000500c7u, 0x00000006u, 0x000006bbu, 0x000006b3u, 0x00000051u, - 0x00050084u, 0x00000006u, 0x000006bcu, 0x0000015cu, 0x000006bbu, 0x000200f9u, 0x000006fdu, 0x000200f8u, - 0x000006bdu, 0x000500aau, 0x00000011u, 0x000006c0u, 0x00000471u, 0x00000043u, 0x000300f7u, 0x000006fcu, - 0x00000000u, 0x000400fau, 0x000006c0u, 0x000006c1u, 0x000006d6u, 0x000200f8u, 0x000006c1u, 0x000500c7u, - 0x00000006u, 0x000006c3u, 0x000006b3u, 0x00000043u, 0x000500abu, 0x00000011u, 0x000006c4u, 0x000006c3u, - 0x0000003fu, 0x000300f7u, 0x000006d2u, 0x00000000u, 0x000400fau, 0x000006c4u, 0x000006c5u, 0x000006d2u, - 0x000200f8u, 0x000006c5u, 0x000500adu, 0x00000011u, 0x000006c7u, 0x00000981u, 0x0000003fu, 0x000300f7u, - 0x000006c8u, 0x00000000u, 0x000400fau, 0x000006c7u, 0x000006c8u, 0x000006d0u, 0x000200f8u, 0x000006c8u, - 0x00050082u, 0x00000006u, 0x000006cau, 0x00000981u, 0x00000032u, 0x00050080u, 0x00000006u, 0x000006cdu, - 0x000006b3u, 0x00000477u, 0x000500c6u, 0x00000006u, 0x000006cfu, 0x000006cdu, 0x00000043u, 0x000200f9u, - 0x000006d2u, 0x000200f8u, 0x000006d0u, 0x000200f9u, 0x00000762u, 0x000200f8u, 0x000006d2u, 0x000700f5u, - 0x00000006u, 0x00000998u, 0x00000981u, 0x000006c1u, 0x000006cau, 0x000006c8u, 0x000700f5u, 0x00000006u, - 0x00000992u, 0x000006b3u, 0x000006c1u, 0x000006cfu, 0x000006c8u, 0x000500c7u, 0x00000006u, 0x000006d4u, - 0x00000992u, 0x00000051u, 0x00050084u, 0x00000006u, 0x000006d5u, 0x00000043u, 0x000006d4u, 0x000200f9u, - 0x000006fcu, 0x000200f8u, 0x000006d6u, 0x000500aau, 0x00000011u, 0x000006d9u, 0x00000471u, 0x00000032u, - 0x000300f7u, 0x000006fbu, 0x00000000u, 0x000400fau, 0x000006d9u, 0x000006dau, 0x000006fbu, 0x000200f8u, - 0x000006dau, 0x000200f9u, 0x000006dbu, 0x000200f8u, 0x000006dbu, 0x000700f5u, 0x00000006u, 0x0000098eu, - 0x000006b3u, 0x000006dau, 0x000006efu, 0x000006e8u, 0x000700f5u, 0x00000006u, 0x0000098du, 0x00000981u, - 0x000006dau, 0x000006eau, 0x000006e8u, 0x000700f5u, 0x00000006u, 0x0000098cu, 0x0000003fu, 0x000006dau, - 0x000006f2u, 0x000006e8u, 0x000400f6u, 0x000006f3u, 0x000006e8u, 0x00000000u, 0x000200f9u, 0x000006dcu, - 0x000200f8u, 0x000006dcu, 0x000500b1u, 0x00000011u, 0x000006deu, 0x0000098cu, 0x0000015cu, 0x000500adu, - 0x00000011u, 0x000006e0u, 0x0000098du, 0x0000003fu, 0x000500a7u, 0x00000011u, 0x000006e1u, 0x000006deu, - 0x000006e0u, 0x000300f7u, 0x000006e6u, 0x00000000u, 0x000400fau, 0x000006e1u, 0x000006e2u, 0x000006e6u, - 0x000200f8u, 0x000006e2u, 0x000500c7u, 0x00000006u, 0x000006e4u, 0x0000098eu, 0x00000153u, 0x000500abu, - 0x00000011u, 0x000006e5u, 0x000006e4u, 0x0000003fu, 0x000200f9u, 0x000006e6u, 0x000200f8u, 0x000006e6u, - 0x000700f5u, 0x00000011u, 0x000006e7u, 0x000006e1u, 0x000006dcu, 0x000006e5u, 0x000006e2u, 0x000400fau, - 0x000006e7u, 0x000006e8u, 0x000006f3u, 0x000200f8u, 0x000006e8u, 0x00050082u, 0x00000006u, 0x000006eau, - 0x0000098du, 0x00000032u, 0x00050080u, 0x00000006u, 0x000006edu, 0x0000098eu, 0x00000477u, 0x000500c6u, - 0x00000006u, 0x000006efu, 0x000006edu, 0x00000043u, 0x00050080u, 0x00000006u, 0x000006f2u, 0x0000098cu, - 0x00000032u, 0x000200f9u, 0x000006dbu, 0x000200f8u, 0x000006f3u, 0x000500c7u, 0x00000006u, 0x000006f5u, - 0x0000098eu, 0x00000153u, 0x000500abu, 0x00000011u, 0x000006f6u, 0x000006f5u, 0x0000003fu, 0x000300f7u, - 0x000006f8u, 0x00000000u, 0x000400fau, 0x000006f6u, 0x000006f7u, 0x000006f8u, 0x000200f8u, 0x000006f7u, - 0x000200f9u, 0x00000762u, 0x000200f8u, 0x000006f8u, 0x000500c7u, 0x00000006u, 0x000006fau, 0x0000098eu, - 0x00000051u, 0x000200f9u, 0x000006fbu, 0x000200f8u, 0x000006fbu, 0x000700f5u, 0x00000006u, 0x0000099cu, - 0x000009a2u, 0x000006d6u, 0x000006fau, 0x000006f8u, 0x000700f5u, 0x00000006u, 0x00000999u, 0x00000981u, - 0x000006d6u, 0x0000098du, 0x000006f8u, 0x000700f5u, 0x00000006u, 0x00000995u, 0x000006b3u, 0x000006d6u, - 0x0000098eu, 0x000006f8u, 0x000200f9u, 0x000006fcu, 0x000200f8u, 0x000006fcu, 0x000700f5u, 0x00000006u, - 0x0000099bu, 0x000006d5u, 0x000006d2u, 0x0000099cu, 0x000006fbu, 0x000700f5u, 0x00000006u, 0x00000997u, - 0x00000998u, 0x000006d2u, 0x00000999u, 0x000006fbu, 0x000700f5u, 0x00000006u, 0x00000994u, 0x00000992u, - 0x000006d2u, 0x00000995u, 0x000006fbu, 0x000200f9u, 0x000006fdu, 0x000200f8u, 0x000006fdu, 0x000700f5u, - 0x00000006u, 0x0000099au, 0x000006bcu, 0x000006b9u, 0x0000099bu, 0x000006fcu, 0x000700f5u, 0x00000006u, - 0x00000996u, 0x00000981u, 0x000006b9u, 0x00000997u, 0x000006fcu, 0x000700f5u, 0x00000006u, 0x00000993u, - 0x000006b3u, 0x000006b9u, 0x00000994u, 0x000006fcu, 0x000500afu, 0x00000011u, 0x00000701u, 0x00000993u, - 0x00000465u, 0x000300f7u, 0x00000703u, 0x00000000u, 0x000400fau, 0x00000701u, 0x00000702u, 0x00000703u, - 0x000200f8u, 0x00000702u, 0x000200f9u, 0x00000762u, 0x000200f8u, 0x00000703u, 0x00050084u, 0x00000006u, - 0x00000709u, 0x00000996u, 0x0000046fu, 0x00050082u, 0x00000006u, 0x0000070cu, 0x00000471u, 0x00000032u, - 0x000500c4u, 0x00000006u, 0x0000070du, 0x00000709u, 0x0000070cu, 0x00050080u, 0x00000006u, 0x0000070eu, - 0x0000046du, 0x0000070du, 0x00050080u, 0x00000006u, 0x00000711u, 0x0000070eu, 0x0000099au, 0x000500c7u, - 0x00000006u, 0x00000713u, 0x00000993u, 0x00000032u, 0x00050084u, 0x00000006u, 0x00000714u, 0x0000015cu, - 0x00000713u, 0x00050080u, 0x00000006u, 0x00000715u, 0x00000711u, 0x00000714u, 0x000500c7u, 0x00000006u, - 0x00000717u, 0x00000715u, 0x00000098u, 0x000500aau, 0x00000011u, 0x00000718u, 0x00000717u, 0x0000003fu, - 0x000300f7u, 0x0000073cu, 0x00000000u, 0x000400fau, 0x00000718u, 0x00000719u, 0x0000071eu, 0x000200f8u, - 0x00000719u, 0x000500c3u, 0x00000006u, 0x0000071bu, 0x00000715u, 0x00000043u, 0x00060041u, 0x000001cdu, - 0x0000071cu, 0x000001cau, 0x0000003fu, 0x0000071bu, 0x0004003du, 0x000001c4u, 0x0000071du, 0x0000071cu, - 0x000200f9u, 0x0000073cu, 0x000200f8u, 0x0000071eu, 0x000500c6u, 0x00000006u, 0x00000720u, 0x00000715u, - 0x00000098u, 0x00060041u, 0x000001d8u, 0x00000721u, 0x000001d5u, 0x0000003fu, 0x00000720u, 0x0004003du, - 0x000001d1u, 0x00000722u, 0x00000721u, 0x00040071u, 0x000001c4u, 0x00000723u, 0x00000722u, 0x000500c4u, - 0x000001c4u, 0x00000724u, 0x00000723u, 0x000001dcu, 0x00050080u, 0x00000006u, 0x00000726u, 0x00000715u, - 0x00000032u, 0x000500c6u, 0x00000006u, 0x00000727u, 0x00000726u, 0x00000098u, 0x00060041u, 0x000001d8u, - 0x00000728u, 0x000001d5u, 0x0000003fu, 0x00000727u, 0x0004003du, 0x000001d1u, 0x00000729u, 0x00000728u, - 0x00040071u, 0x000001c4u, 0x0000072au, 0x00000729u, 0x000500c4u, 0x000001c4u, 0x0000072bu, 0x0000072au, - 0x0000005cu, 0x000500c5u, 0x000001c4u, 0x0000072cu, 0x00000724u, 0x0000072bu, 0x00050080u, 0x00000006u, - 0x0000072eu, 0x00000715u, 0x00000043u, 0x000500c6u, 0x00000006u, 0x0000072fu, 0x0000072eu, 0x00000098u, - 0x00060041u, 0x000001d8u, 0x00000730u, 0x000001d5u, 0x0000003fu, 0x0000072fu, 0x0004003du, 0x000001d1u, - 0x00000731u, 0x00000730u, 0x00040071u, 0x000001c4u, 0x00000732u, 0x00000731u, 0x000500c4u, 0x000001c4u, - 0x00000733u, 0x00000732u, 0x0000002du, 0x000500c5u, 0x000001c4u, 0x00000734u, 0x0000072cu, 0x00000733u, - 0x00050080u, 0x00000006u, 0x00000736u, 0x00000715u, 0x00000098u, 0x000500c6u, 0x00000006u, 0x00000737u, - 0x00000736u, 0x00000098u, 0x00060041u, 0x000001d8u, 0x00000738u, 0x000001d5u, 0x0000003fu, 0x00000737u, - 0x0004003du, 0x000001d1u, 0x00000739u, 0x00000738u, 0x00040071u, 0x000001c4u, 0x0000073au, 0x00000739u, - 0x000500c5u, 0x000001c4u, 0x0000073bu, 0x00000734u, 0x0000073au, 0x000200f9u, 0x0000073cu, 0x000200f8u, - 0x0000073cu, 0x000700f5u, 0x000001c4u, 0x000009a7u, 0x0000071du, 0x00000719u, 0x0000073bu, 0x0000071eu, - 0x000300f7u, 0x00000760u, 0x00000000u, 0x000400fau, 0x00000495u, 0x0000073eu, 0x00000757u, 0x000200f8u, - 0x0000073eu, 0x000300f7u, 0x00000756u, 0x00000000u, 0x000400fau, 0x0000043eu, 0x00000740u, 0x0000074bu, - 0x000200f8u, 0x00000740u, 0x000500c2u, 0x000001c4u, 0x00000742u, 0x000009a7u, 0x000001fdu, 0x000500c7u, - 0x000001c4u, 0x00000743u, 0x00000742u, 0x000001ffu, 0x000500c2u, 0x000001c4u, 0x00000745u, 0x000009a7u, - 0x00000203u, 0x000500c7u, 0x000001c4u, 0x00000746u, 0x00000745u, 0x000001ffu, 0x000500c4u, 0x000001c4u, - 0x00000748u, 0x00000743u, 0x00000207u, 0x000500c5u, 0x000001c4u, 0x0000074au, 0x00000748u, 0x00000746u, - 0x000200f9u, 0x00000756u, 0x000200f8u, 0x0000074bu, 0x000500c2u, 0x000001c4u, 0x0000074du, 0x000009a7u, - 0x0000020eu, 0x000500c7u, 0x000001c4u, 0x0000074eu, 0x0000074du, 0x000001ffu, 0x000500c2u, 0x000001c4u, - 0x00000750u, 0x000009a7u, 0x00000207u, 0x000500c7u, 0x000001c4u, 0x00000751u, 0x00000750u, 0x000001ffu, - 0x000500c4u, 0x000001c4u, 0x00000753u, 0x0000074eu, 0x00000207u, 0x000500c5u, 0x000001c4u, 0x00000755u, - 0x00000753u, 0x00000751u, 0x000200f9u, 0x00000756u, 0x000200f8u, 0x00000756u, 0x000700f5u, 0x000001c4u, - 0x000009a9u, 0x0000074au, 0x00000740u, 0x00000755u, 0x0000074bu, 0x000200f9u, 0x00000760u, 0x000200f8u, - 0x00000757u, 0x000600a9u, 0x000001c4u, 0x00000759u, 0x0000043eu, 0x0000021bu, 0x00000203u, 0x00050084u, - 0x000001c4u, 0x0000075au, 0x000001fdu, 0x00000759u, 0x00050082u, 0x000001c4u, 0x0000075bu, 0x000001fdu, - 0x0000075au, 0x000500c2u, 0x000001c4u, 0x0000075du, 0x000009a7u, 0x0000075bu, 0x000500c7u, 0x000001c4u, - 0x0000075fu, 0x0000075du, 0x00000221u, 0x000200f9u, 0x00000760u, 0x000200f8u, 0x00000760u, 0x000700f5u, - 0x000001c4u, 0x000009a8u, 0x000009a9u, 0x00000756u, 0x0000075fu, 0x00000757u, 0x000200f9u, 0x00000762u, - 0x000200f8u, 0x00000762u, 0x000f00f5u, 0x00000006u, 0x00000a49u, 0x000009a2u, 0x000005fbu, 0x000009a2u, - 0x00000670u, 0x000009a2u, 0x000006d0u, 0x000009a2u, 0x000006f7u, 0x0000099au, 0x00000702u, 0x0000099au, - 0x00000760u, 0x000f00f5u, 0x00000011u, 0x00000a01u, 0x00000940u, 0x000005fbu, 0x00000940u, 0x00000670u, - 0x00000940u, 0x000006d0u, 0x00000940u, 0x000006f7u, 0x00000940u, 0x00000702u, 0x000000ecu, 0x00000760u, - 0x000f00f5u, 0x000001c4u, 0x000009dfu, 0x00000941u, 0x000005fbu, 0x00000941u, 0x00000670u, 0x00000941u, - 0x000006d0u, 0x00000941u, 0x000006f7u, 0x00000941u, 0x00000702u, 0x000009a8u, 0x00000760u, 0x000200f9u, - 0x0000049cu, 0x000200f8u, 0x000004a7u, 0x000500abu, 0x00000011u, 0x000004aau, 0x0000047bu, 0x00000032u, - 0x000300f7u, 0x000004acu, 0x00000000u, 0x000400fau, 0x000004aau, 0x000004abu, 0x000004acu, 0x000200f8u, - 0x000004abu, 0x000300f7u, 0x000008a3u, 0x00000000u, 0x000300fbu, 0x00000203u, 0x00000796u, 0x000200f8u, - 0x00000796u, 0x000500c7u, 0x00000006u, 0x00000799u, 0x00000475u, 0x0000022cu, 0x000500c3u, 0x00000006u, - 0x0000079au, 0x00000799u, 0x00000032u, 0x00050082u, 0x00000006u, 0x0000079fu, 0x0000043au, 0x0000079au, - 0x000500c7u, 0x00000006u, 0x000007a0u, 0x0000079fu, 0x00000030u, 0x000500aau, 0x00000011u, 0x000007a3u, - 0x0000047eu, 0x00000043u, 0x000300f7u, 0x00000824u, 0x00000000u, 0x000400fau, 0x000007a3u, 0x000007a4u, - 0x000007ffu, 0x000200f8u, 0x000007a4u, 0x000500c3u, 0x00000006u, 0x000007a6u, 0x000007a0u, 0x00000043u, - 0x000500aau, 0x00000011u, 0x000007a9u, 0x00000477u, 0x0000003fu, 0x000300f7u, 0x000007fdu, 0x00000000u, - 0x000400fau, 0x000007a9u, 0x000007aau, 0x000007b2u, 0x000200f8u, 0x000007aau, 0x00050084u, 0x00000006u, - 0x000007aeu, 0x000007a6u, 0x00000482u, 0x000500c3u, 0x00000006u, 0x000007afu, 0x000007aeu, 0x0000005cu, - 0x000500c7u, 0x00000006u, 0x000007b0u, 0x000007afu, 0x00000032u, 0x000500c4u, 0x00000006u, 0x000007b1u, - 0x000007b0u, 0x00000032u, 0x000200f9u, 0x000007fdu, 0x000200f8u, 0x000007b2u, 0x0004006fu, 0x00000008u, - 0x000008a7u, 0x000007a6u, 0x00050081u, 0x00000008u, 0x000008a8u, 0x000008a7u, 0x00000025u, 0x00050085u, - 0x00000008u, 0x000008aau, 0x000008a8u, 0x00000469u, 0x0004006eu, 0x00000006u, 0x000008abu, 0x000008aau, - 0x00050085u, 0x00000008u, 0x000008b2u, 0x000008a8u, 0x0000046bu, 0x0004006eu, 0x00000006u, 0x000008b3u, - 0x000008b2u, 0x00050084u, 0x00000006u, 0x000007beu, 0x00000477u, 0x000008abu, 0x00050082u, 0x00000006u, - 0x000007bfu, 0x000007a6u, 0x000007beu, 0x00050084u, 0x00000006u, 0x000007c3u, 0x00000477u, 0x000008b3u, - 0x00050082u, 0x00000006u, 0x000007c4u, 0x000007a6u, 0x000007c3u, 0x00050084u, 0x00000006u, 0x000007c9u, - 0x000007c4u, 0x00000482u, 0x000500c3u, 0x00000006u, 0x000007cau, 0x000007c9u, 0x0000005cu, 0x0007000cu, - 0x00000006u, 0x000007cbu, 0x00000001u, 0x0000002au, 0x000008abu, 0x000007cau, 0x00050084u, 0x00000006u, - 0x000007d0u, 0x000007bfu, 0x00000482u, 0x000500c3u, 0x00000006u, 0x000007d1u, 0x000007d0u, 0x0000005cu, - 0x0007000cu, 0x00000006u, 0x000007d2u, 0x00000001u, 0x00000027u, 0x000008b3u, 0x000007d1u, 0x000200f9u, - 0x000007d4u, 0x000200f8u, 0x000007d4u, 0x000700f5u, 0x00000006u, 0x00000944u, 0x000007a0u, 0x000007b2u, - 0x00000a20u, 0x000007f5u, 0x000700f5u, 0x00000011u, 0x00000943u, 0x000000bbu, 0x000007b2u, 0x00000a5fu, - 0x000007f5u, 0x000700f5u, 0x00000006u, 0x00000942u, 0x000007d2u, 0x000007b2u, 0x000007f7u, 0x000007f5u, - 0x000700f5u, 0x00000006u, 0x0000095eu, 0x0000003fu, 0x000007b2u, 0x0000095fu, 0x000007f5u, 0x000500afu, - 0x00000011u, 0x000007d8u, 0x00000942u, 0x000007cbu, 0x000400f6u, 0x000007f8u, 0x000007f5u, 0x00000000u, - 0x000400fau, 0x000007d8u, 0x000007d9u, 0x000007f8u, 0x000200f8u, 0x000007d9u, 0x00050084u, 0x00000006u, - 0x000007ddu, 0x00000477u, 0x00000942u, 0x00050082u, 0x00000006u, 0x000007deu, 0x000007a6u, 0x000007ddu, - 0x00050084u, 0x00000006u, 0x000007e2u, 0x000007deu, 0x00000482u, 0x000500c3u, 0x00000006u, 0x000007e3u, - 0x000007e2u, 0x0000005cu, 0x00050084u, 0x00000006u, 0x000007e7u, 0x000007e3u, 0x00000477u, 0x00050080u, - 0x00000006u, 0x000007e8u, 0x000007deu, 0x000007e7u, 0x000500aau, 0x00000011u, 0x000007eau, 0x000007e8u, - 0x000007a6u, 0x000300f7u, 0x000007f4u, 0x00000000u, 0x000400fau, 0x000007eau, 0x000007ebu, 0x000007f4u, - 0x000200f8u, 0x000007ebu, 0x000500c7u, 0x00000006u, 0x000007edu, 0x000007e3u, 0x00000032u, 0x000500c4u, - 0x00000006u, 0x000007eeu, 0x000007edu, 0x00000032u, 0x000500c4u, 0x00000006u, 0x000007f0u, 0x000007deu, - 0x00000043u, 0x000500c7u, 0x00000006u, 0x000007f2u, 0x00000944u, 0x00000098u, 0x00050080u, 0x00000006u, - 0x000007f3u, 0x000007f0u, 0x000007f2u, 0x000200f9u, 0x000007f4u, 0x000200f8u, 0x000007f4u, 0x000700f5u, - 0x00000006u, 0x00000a20u, 0x00000944u, 0x000007d9u, 0x000007f3u, 0x000007ebu, 0x000700f5u, 0x00000006u, - 0x0000095fu, 0x0000095eu, 0x000007d9u, 0x000007eeu, 0x000007ebu, 0x000600a9u, 0x00000011u, 0x00000a5fu, - 0x000007eau, 0x000000ecu, 0x00000943u, 0x000200f9u, 0x000007f5u, 0x000200f8u, 0x000007f5u, 0x00050082u, - 0x00000006u, 0x000007f7u, 0x00000942u, 0x00000032u, 0x000200f9u, 0x000007d4u, 0x000200f8u, 0x000007f8u, - 0x000400a8u, 0x00000011u, 0x000007fau, 0x00000943u, 0x000300f7u, 0x000007fcu, 0x00000000u, 0x000400fau, - 0x000007fau, 0x000007fbu, 0x000007fcu, 0x000200f8u, 0x000007fbu, 0x000200f9u, 0x000008a3u, 0x000200f8u, - 0x000007fcu, 0x000200f9u, 0x000007fdu, 0x000200f8u, 0x000007fdu, 0x000700f5u, 0x00000006u, 0x0000095du, - 0x000007b1u, 0x000007aau, 0x0000095eu, 0x000007fcu, 0x000700f5u, 0x00000006u, 0x00000946u, 0x000007a0u, - 0x000007aau, 0x00000944u, 0x000007fcu, 0x000200f9u, 0x00000824u, 0x000200f8u, 0x000007ffu, 0x000500aau, - 0x00000011u, 0x00000801u, 0x00000477u, 0x0000003fu, 0x000300f7u, 0x00000823u, 0x00000000u, 0x000400fau, - 0x00000801u, 0x00000802u, 0x00000807u, 0x000200f8u, 0x00000802u, 0x00050082u, 0x00000006u, 0x00000806u, - 0x00000467u, 0x00000032u, 0x000200f9u, 0x00000823u, 0x000200f8u, 0x00000807u, 0x0004006fu, 0x00000008u, - 0x000008b7u, 0x000007a0u, 0x00050081u, 0x00000008u, 0x000008b8u, 0x000008b7u, 0x00000025u, 0x00050085u, - 0x00000008u, 0x000008bau, 0x000008b8u, 0x00000480u, 0x0004006eu, 0x00000006u, 0x000008bbu, 0x000008bau, - 0x00050084u, 0x00000006u, 0x0000080fu, 0x000008bbu, 0x00000477u, 0x00050082u, 0x00000006u, 0x00000810u, - 0x000007a0u, 0x0000080fu, 0x000500afu, 0x00000011u, 0x00000814u, 0x000008bbu, 0x00000467u, 0x000300f7u, - 0x00000822u, 0x00000000u, 0x000400fau, 0x00000814u, 0x00000815u, 0x00000822u, 0x000200f8u, 0x00000815u, - 0x00050082u, 0x00000006u, 0x0000081au, 0x000008bbu, 0x00000467u, 0x00050080u, 0x00000006u, 0x0000081bu, - 0x0000081au, 0x00000032u, 0x00050084u, 0x00000006u, 0x0000081cu, 0x00000477u, 0x0000081bu, 0x00050080u, - 0x00000006u, 0x0000081eu, 0x00000810u, 0x0000081cu, 0x00050082u, 0x00000006u, 0x00000821u, 0x00000467u, - 0x00000032u, 0x000200f9u, 0x00000822u, 0x000200f8u, 0x00000822u, 0x000700f5u, 0x00000006u, 0x0000094eu, - 0x000008bbu, 0x00000807u, 0x00000821u, 0x00000815u, 0x000700f5u, 0x00000006u, 0x00000949u, 0x00000810u, - 0x00000807u, 0x0000081eu, 0x00000815u, 0x000200f9u, 0x00000823u, 0x000200f8u, 0x00000823u, 0x000700f5u, - 0x00000006u, 0x0000094du, 0x00000806u, 0x00000802u, 0x0000094eu, 0x00000822u, 0x000700f5u, 0x00000006u, - 0x00000948u, 0x000007a0u, 0x00000802u, 0x00000949u, 0x00000822u, 0x000200f9u, 0x00000824u, 0x000200f8u, - 0x00000824u, 0x000700f5u, 0x00000006u, 0x0000095cu, 0x0000095du, 0x000007fdu, 0x0000003fu, 0x00000823u, - 0x000700f5u, 0x00000006u, 0x0000094cu, 0x0000003fu, 0x000007fdu, 0x0000094du, 0x00000823u, 0x000700f5u, - 0x00000006u, 0x00000947u, 0x00000946u, 0x000007fdu, 0x00000948u, 0x00000823u, 0x000500abu, 0x00000011u, - 0x00000829u, 0x00000479u, 0x00000471u, 0x000300f7u, 0x00000869u, 0x00000000u, 0x000400fau, 0x00000829u, - 0x0000082au, 0x00000865u, 0x000200f8u, 0x0000082au, 0x00050082u, 0x00000006u, 0x0000082fu, 0x00000471u, - 0x00000479u, 0x000500aau, 0x00000011u, 0x00000830u, 0x0000082fu, 0x00000032u, 0x000300f7u, 0x00000864u, - 0x00000000u, 0x000400fau, 0x00000830u, 0x00000831u, 0x00000843u, 0x000200f8u, 0x00000831u, 0x000500c7u, - 0x00000006u, 0x00000833u, 0x00000947u, 0x000002e0u, 0x00050084u, 0x00000006u, 0x00000834u, 0x00000833u, - 0x0000015cu, 0x00050080u, 0x00000006u, 0x00000837u, 0x00000833u, 0x00000043u, 0x00050082u, 0x00000006u, - 0x0000083cu, 0x00000098u, 0x00000471u, 0x000500c3u, 0x00000006u, 0x0000083du, 0x00000473u, 0x0000083cu, - 0x000500b1u, 0x00000011u, 0x0000083eu, 0x00000837u, 0x0000083du, 0x000300f7u, 0x00000842u, 0x00000000u, - 0x000400fau, 0x0000083eu, 0x0000083fu, 0x00000842u, 0x000200f8u, 0x0000083fu, 0x00050080u, 0x00000006u, - 0x00000841u, 0x00000834u, 0x0000002du, 0x000200f9u, 0x00000842u, 0x000200f8u, 0x00000842u, 0x000700f5u, - 0x00000006u, 0x00000967u, 0x00000834u, 0x00000831u, 0x00000841u, 0x0000083fu, 0x000200f9u, 0x00000864u, - 0x000200f8u, 0x00000843u, 0x000500aau, 0x00000011u, 0x00000846u, 0x00000479u, 0x00000043u, 0x000300f7u, - 0x0000084bu, 0x00000000u, 0x000400fau, 0x00000846u, 0x00000847u, 0x0000084bu, 0x000200f8u, 0x00000847u, - 0x000500aau, 0x00000011u, 0x0000084au, 0x00000471u, 0x00000032u, 0x000200f9u, 0x0000084bu, 0x000200f8u, - 0x0000084bu, 0x000700f5u, 0x00000011u, 0x0000084cu, 0x00000846u, 0x00000843u, 0x0000084au, 0x00000847u, - 0x000300f7u, 0x00000863u, 0x00000000u, 0x000400fau, 0x0000084cu, 0x0000084du, 0x00000863u, 0x000200f8u, - 0x0000084du, 0x000500c7u, 0x00000006u, 0x0000084fu, 0x00000947u, 0x0000015cu, 0x000500abu, 0x00000011u, - 0x00000850u, 0x0000084fu, 0x0000003fu, 0x000300f7u, 0x00000860u, 0x00000000u, 0x000400fau, 0x00000850u, - 0x00000851u, 0x00000860u, 0x000200f8u, 0x00000851u, 0x000500c7u, 0x00000006u, 0x00000853u, 0x00000477u, - 0x0000015cu, 0x000500abu, 0x00000011u, 0x00000854u, 0x00000853u, 0x0000003fu, 0x000500adu, 0x00000011u, - 0x00000856u, 0x0000094cu, 0x0000003fu, 0x000500a7u, 0x00000011u, 0x00000857u, 0x00000854u, 0x00000856u, - 0x000300f7u, 0x00000858u, 0x00000000u, 0x000400fau, 0x00000857u, 0x00000858u, 0x0000085eu, 0x000200f8u, - 0x00000858u, 0x00050082u, 0x00000006u, 0x0000085au, 0x0000094cu, 0x00000032u, 0x00050080u, 0x00000006u, - 0x0000085du, 0x00000947u, 0x00000477u, 0x000200f9u, 0x00000860u, 0x000200f8u, 0x0000085eu, 0x000200f9u, - 0x000008a3u, 0x000200f8u, 0x00000860u, 0x000700f5u, 0x00000006u, 0x00000958u, 0x0000094cu, 0x0000084du, - 0x0000085au, 0x00000858u, 0x000700f5u, 0x00000006u, 0x0000094fu, 0x00000947u, 0x0000084du, 0x0000085du, - 0x00000858u, 0x000500c7u, 0x00000006u, 0x00000862u, 0x0000094fu, 0x000002e0u, 0x000200f9u, 0x00000863u, - 0x000200f8u, 0x00000863u, 0x000700f5u, 0x00000006u, 0x00000968u, 0x0000096cu, 0x0000084bu, 0x00000862u, - 0x00000860u, 0x000700f5u, 0x00000006u, 0x00000957u, 0x0000094cu, 0x0000084bu, 0x00000958u, 0x00000860u, - 0x000700f5u, 0x00000006u, 0x00000953u, 0x00000947u, 0x0000084bu, 0x0000094fu, 0x00000860u, 0x000200f9u, - 0x00000864u, 0x000200f8u, 0x00000864u, 0x000700f5u, 0x00000006u, 0x00000966u, 0x00000967u, 0x00000842u, - 0x00000968u, 0x00000863u, 0x000700f5u, 0x00000006u, 0x00000955u, 0x0000094cu, 0x00000842u, 0x00000957u, - 0x00000863u, 0x000700f5u, 0x00000006u, 0x00000951u, 0x00000947u, 0x00000842u, 0x00000953u, 0x00000863u, - 0x000200f9u, 0x00000869u, 0x000200f8u, 0x00000865u, 0x000500c7u, 0x00000006u, 0x00000867u, 0x00000947u, - 0x000002e0u, 0x00050084u, 0x00000006u, 0x00000868u, 0x00000867u, 0x00000043u, 0x000200f9u, 0x00000869u, - 0x000200f8u, 0x00000869u, 0x000700f5u, 0x00000006u, 0x00000965u, 0x00000966u, 0x00000864u, 0x00000868u, - 0x00000865u, 0x000700f5u, 0x00000006u, 0x00000954u, 0x00000955u, 0x00000864u, 0x0000094cu, 0x00000865u, - 0x000700f5u, 0x00000006u, 0x00000950u, 0x00000951u, 0x00000864u, 0x00000947u, 0x00000865u, 0x000500afu, - 0x00000011u, 0x0000086du, 0x00000950u, 0x00000465u, 0x000300f7u, 0x0000086fu, 0x00000000u, 0x000400fau, - 0x0000086du, 0x0000086eu, 0x0000086fu, 0x000200f8u, 0x0000086eu, 0x000200f9u, 0x000008a3u, 0x000200f8u, - 0x0000086fu, 0x00050084u, 0x00000006u, 0x00000875u, 0x00000954u, 0x0000046fu, 0x00050082u, 0x00000006u, - 0x00000878u, 0x00000471u, 0x00000032u, 0x000500c4u, 0x00000006u, 0x00000879u, 0x00000875u, 0x00000878u, - 0x00050080u, 0x00000006u, 0x0000087au, 0x0000046du, 0x00000879u, 0x000500c7u, 0x00000006u, 0x0000087cu, - 0x00000954u, 0x00000032u, 0x000500c4u, 0x00000006u, 0x0000087du, 0x0000087cu, 0x00000032u, 0x000500c5u, - 0x00000006u, 0x0000087fu, 0x0000087du, 0x0000095cu, 0x000500c6u, 0x00000006u, 0x00000881u, 0x00000950u, - 0x0000087fu, 0x00050080u, 0x00000006u, 0x00000884u, 0x0000087au, 0x00000965u, 0x000500c7u, 0x00000006u, - 0x00000886u, 0x00000881u, 0x00000098u, 0x00050084u, 0x00000006u, 0x00000887u, 0x00000043u, 0x00000886u, - 0x00050080u, 0x00000006u, 0x00000888u, 0x00000884u, 0x00000887u, 0x000500c7u, 0x00000006u, 0x0000088au, - 0x00000888u, 0x00000032u, 0x000500aau, 0x00000011u, 0x0000088bu, 0x0000088au, 0x0000003fu, 0x000300f7u, - 0x000008a1u, 0x00000000u, 0x000400fau, 0x0000088bu, 0x0000088cu, 0x00000893u, 0x000200f8u, 0x0000088cu, - 0x000500c3u, 0x00000006u, 0x0000088eu, 0x00000888u, 0x00000032u, 0x000500c6u, 0x00000006u, 0x0000088fu, - 0x0000088eu, 0x00000032u, 0x00060041u, 0x00000348u, 0x00000890u, 0x00000344u, 0x0000003fu, 0x0000088fu, - 0x0004003du, 0x00000340u, 0x00000891u, 0x00000890u, 0x00040071u, 0x000001c4u, 0x00000892u, 0x00000891u, - 0x000200f9u, 0x000008a1u, 0x000200f8u, 0x00000893u, 0x000500c6u, 0x00000006u, 0x00000895u, 0x00000888u, - 0x00000098u, 0x00060041u, 0x000001d8u, 0x00000896u, 0x000001d5u, 0x0000003fu, 0x00000895u, 0x0004003du, - 0x000001d1u, 0x00000897u, 0x00000896u, 0x00040071u, 0x000001c4u, 0x00000898u, 0x00000897u, 0x000500c4u, - 0x000001c4u, 0x00000899u, 0x00000898u, 0x0000002du, 0x00050080u, 0x00000006u, 0x0000089bu, 0x00000888u, - 0x00000032u, 0x000500c6u, 0x00000006u, 0x0000089cu, 0x0000089bu, 0x00000098u, 0x00060041u, 0x000001d8u, - 0x0000089du, 0x000001d5u, 0x0000003fu, 0x0000089cu, 0x0004003du, 0x000001d1u, 0x0000089eu, 0x0000089du, - 0x00040071u, 0x000001c4u, 0x0000089fu, 0x0000089eu, 0x000500c5u, 0x000001c4u, 0x000008a0u, 0x00000899u, - 0x0000089fu, 0x000200f9u, 0x000008a1u, 0x000200f8u, 0x000008a1u, 0x000700f5u, 0x000001c4u, 0x00000972u, - 0x00000892u, 0x0000088cu, 0x000008a0u, 0x00000893u, 0x000200f9u, 0x000008a3u, 0x000200f8u, 0x000008a3u, - 0x000b00f5u, 0x00000006u, 0x00000a3eu, 0x0000096cu, 0x000007fbu, 0x0000096cu, 0x0000085eu, 0x00000965u, - 0x0000086eu, 0x00000965u, 0x000008a1u, 0x000b00f5u, 0x00000011u, 0x00000a12u, 0x00000940u, 0x000007fbu, - 0x00000940u, 0x0000085eu, 0x00000940u, 0x0000086eu, 0x000000ecu, 0x000008a1u, 0x000b00f5u, 0x000001c4u, - 0x000009f0u, 0x00000941u, 0x000007fbu, 0x00000941u, 0x0000085eu, 0x00000941u, 0x0000086eu, 0x00000972u, - 0x000008a1u, 0x000200f9u, 0x000004acu, 0x000200f8u, 0x000004acu, 0x000700f5u, 0x00000006u, 0x00000a3du, - 0x0000096cu, 0x000004a7u, 0x00000a3eu, 0x000008a3u, 0x000700f5u, 0x00000011u, 0x00000a11u, 0x00000940u, - 0x000004a7u, 0x00000a12u, 0x000008a3u, 0x000700f5u, 0x000001c4u, 0x000009efu, 0x00000941u, 0x000004a7u, - 0x000009f0u, 0x000008a3u, 0x000200f9u, 0x0000049cu, 0x000200f8u, 0x0000049cu, 0x000700f5u, 0x00000006u, - 0x00000a48u, 0x00000a49u, 0x00000762u, 0x000009a2u, 0x000004acu, 0x000700f5u, 0x00000006u, 0x00000a29u, - 0x0000096cu, 0x00000762u, 0x00000a3du, 0x000004acu, 0x000700f5u, 0x00000011u, 0x00000a00u, 0x00000a01u, - 0x00000762u, 0x00000a11u, 0x000004acu, 0x000700f5u, 0x000001c4u, 0x000009deu, 0x000009dfu, 0x00000762u, - 0x000009efu, 0x000004acu, 0x000200f9u, 0x0000048bu, 0x000200f8u, 0x0000048bu, 0x000700f5u, 0x00000006u, - 0x00000a40u, 0x000009a2u, 0x00000593u, 0x00000a48u, 0x0000049cu, 0x000700f5u, 0x00000006u, 0x00000a21u, - 0x0000096cu, 0x00000593u, 0x00000a29u, 0x0000049cu, 0x000700f5u, 0x00000011u, 0x000009fdu, 0x000009feu, - 0x00000593u, 0x00000a00u, 0x0000049cu, 0x000700f5u, 0x000001c4u, 0x000009dbu, 0x000009dcu, 0x00000593u, - 0x000009deu, 0x0000049cu, 0x00050080u, 0x00000006u, 0x000004b3u, 0x0000093fu, 0x00000032u, 0x00040071u, - 0x00000340u, 0x000004b7u, 0x000009dbu, 0x00080041u, 0x00000348u, 0x000004b8u, 0x00000444u, 0x0000003fu, - 0x000004b3u, 0x0000003fu, 0x00000432u, 0x0003003eu, 0x000004b8u, 0x000004b7u, 0x000200f9u, 0x00000455u, - 0x000200f8u, 0x00000455u, 0x000200f9u, 0x00000452u, 0x000200f8u, 0x00000454u, 0x000300f7u, 0x000004bdu, - 0x00000000u, 0x000400fau, 0x00000940u, 0x000004bcu, 0x000004bdu, 0x000200f8u, 0x000004bcu, 0x00040071u, - 0x00000340u, 0x000004c1u, 0x00000941u, 0x0003003eu, 0x00000433u, 0x000004c1u, 0x000200f9u, 0x000004bdu, - 0x000200f8u, 0x000004bdu, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x000004b8u, - 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x0000002eu, 0x00020011u, 0x00001151u, 0x00020011u, - 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, - 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, - 0x00000001u, 0x0008000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000131u, 0x00000148u, - 0x0000030du, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, - 0x00000034u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000034u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x00000034u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00000034u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000034u, 0x00000004u, 0x00000023u, 0x0000000eu, - 0x00050048u, 0x00000034u, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000034u, 0x00000006u, - 0x00000023u, 0x00000014u, 0x00050048u, 0x00000034u, 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, - 0x00000034u, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x00000034u, 0x00000009u, 0x00000023u, - 0x0000001eu, 0x00050048u, 0x00000034u, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, 0x00000035u, - 0x00000006u, 0x00000020u, 0x00040048u, 0x00000036u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000036u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000036u, 0x00000002u, 0x00040047u, 0x00000038u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000038u, 0x00000021u, 0x00000000u, 0x00050048u, 0x00000072u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000072u, 0x00000001u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x00000072u, 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x00000072u, 0x00000003u, - 0x00000023u, 0x00000030u, 0x00050048u, 0x00000072u, 0x00000004u, 0x00000023u, 0x00000040u, 0x00050048u, - 0x00000072u, 0x00000005u, 0x00000023u, 0x00000050u, 0x00050048u, 0x00000072u, 0x00000006u, 0x00000023u, - 0x00000060u, 0x00050048u, 0x00000072u, 0x00000007u, 0x00000023u, 0x00000070u, 0x00040047u, 0x00000073u, - 0x00000006u, 0x00000080u, 0x00040048u, 0x00000074u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000074u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000074u, 0x00000002u, 0x00040047u, 0x00000076u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000076u, 0x00000021u, 0x00000001u, 0x00040047u, 0x00000091u, - 0x00000006u, 0x00000010u, 0x00040048u, 0x00000092u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000092u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000092u, 0x00000002u, 0x00040047u, 0x00000094u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000094u, 0x00000021u, 0x00000002u, 0x00050048u, 0x000000aau, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000000aau, 0x00000001u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x000000aau, 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x000000aau, 0x00000003u, - 0x00000023u, 0x00000028u, 0x00050048u, 0x000000aau, 0x00000004u, 0x00000023u, 0x00000030u, 0x00050048u, - 0x000000aau, 0x00000005u, 0x00000023u, 0x00000034u, 0x00050048u, 0x000000aau, 0x00000006u, 0x00000023u, - 0x00000038u, 0x00050048u, 0x000000aau, 0x00000007u, 0x00000023u, 0x0000003cu, 0x00050048u, 0x000000aau, - 0x00000008u, 0x00000023u, 0x0000003eu, 0x00040047u, 0x000000abu, 0x00000006u, 0x00000040u, 0x00040048u, - 0x000000acu, 0x00000000u, 0x00000019u, 0x00050048u, 0x000000acu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000000acu, 0x00000002u, 0x00040047u, 0x000000aeu, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000000aeu, 0x00000021u, 0x00000003u, 0x00040047u, 0x00000114u, 0x00000001u, 0x00000001u, 0x00040047u, - 0x0000012du, 0x00000022u, 0x00000001u, 0x00040047u, 0x0000012du, 0x00000021u, 0x00000000u, 0x00040047u, - 0x00000131u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x00000148u, 0x0000000bu, 0x0000001du, 0x00040047u, - 0x0000030du, 0x0000000bu, 0x0000001cu, 0x00040047u, 0x00000314u, 0x00000001u, 0x00000000u, 0x00040047u, - 0x00000315u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, - 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040015u, 0x00000008u, 0x00000020u, 0x00000001u, - 0x00040017u, 0x0000000eu, 0x00000008u, 0x00000004u, 0x00040020u, 0x00000020u, 0x00000007u, 0x0000000eu, - 0x00040020u, 0x0000002cu, 0x00000007u, 0x00000008u, 0x00040015u, 0x00000032u, 0x00000010u, 0x00000001u, - 0x00040015u, 0x00000033u, 0x00000008u, 0x00000000u, 0x000d001eu, 0x00000034u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x00000032u, 0x00000032u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000032u, 0x00000033u, - 0x00000033u, 0x0003001du, 0x00000035u, 0x00000034u, 0x0003001eu, 0x00000036u, 0x00000035u, 0x00040020u, - 0x00000037u, 0x0000000cu, 0x00000036u, 0x0004003bu, 0x00000037u, 0x00000038u, 0x0000000cu, 0x0004002bu, - 0x00000008u, 0x00000039u, 0x00000000u, 0x00040020u, 0x0000003bu, 0x0000000cu, 0x00000008u, 0x0004002bu, - 0x00000008u, 0x0000003fu, 0x00000001u, 0x0004002bu, 0x00000008u, 0x00000043u, 0x00000002u, 0x0004002bu, - 0x00000008u, 0x00000047u, 0x00000003u, 0x00040020u, 0x00000048u, 0x0000000cu, 0x00000032u, 0x0004002bu, - 0x00000008u, 0x0000004du, 0x00000004u, 0x0004002bu, 0x00000008u, 0x00000052u, 0x00000005u, 0x0004002bu, - 0x00000008u, 0x00000056u, 0x00000006u, 0x0004002bu, 0x00000008u, 0x0000005au, 0x00000007u, 0x0004002bu, - 0x00000008u, 0x0000005eu, 0x00000008u, 0x0004002bu, 0x00000008u, 0x00000063u, 0x00000009u, 0x00040020u, - 0x00000064u, 0x0000000cu, 0x00000033u, 0x000a001eu, 0x00000072u, 0x0000000eu, 0x0000000eu, 0x0000000eu, - 0x0000000eu, 0x0000000eu, 0x0000000eu, 0x0000000eu, 0x0000000eu, 0x0003001du, 0x00000073u, 0x00000072u, - 0x0003001eu, 0x00000074u, 0x00000073u, 0x00040020u, 0x00000075u, 0x0000000cu, 0x00000074u, 0x0004003bu, - 0x00000075u, 0x00000076u, 0x0000000cu, 0x00040020u, 0x00000078u, 0x0000000cu, 0x00000072u, 0x0003001du, - 0x00000091u, 0x0000000eu, 0x0003001eu, 0x00000092u, 0x00000091u, 0x00040020u, 0x00000093u, 0x0000000cu, - 0x00000092u, 0x0004003bu, 0x00000093u, 0x00000094u, 0x0000000cu, 0x00040020u, 0x00000096u, 0x0000000cu, - 0x0000000eu, 0x0004002bu, 0x00000006u, 0x00000099u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x0000009cu, - 0x00000001u, 0x0004002bu, 0x00000006u, 0x0000009fu, 0x00000002u, 0x0004002bu, 0x00000006u, 0x000000a2u, - 0x00000003u, 0x00040015u, 0x000000a8u, 0x00000010u, 0x00000000u, 0x00040017u, 0x000000a9u, 0x000000a8u, - 0x00000004u, 0x000b001eu, 0x000000aau, 0x0000000eu, 0x0000000eu, 0x000000a9u, 0x000000a9u, 0x00000008u, - 0x00000008u, 0x00000008u, 0x00000032u, 0x000000a8u, 0x0003001du, 0x000000abu, 0x000000aau, 0x0003001eu, - 0x000000acu, 0x000000abu, 0x00040020u, 0x000000adu, 0x0000000cu, 0x000000acu, 0x0004003bu, 0x000000adu, - 0x000000aeu, 0x0000000cu, 0x00040017u, 0x000000bau, 0x00000006u, 0x00000004u, 0x00040020u, 0x000000bdu, - 0x0000000cu, 0x000000a9u, 0x00040020u, 0x000000dau, 0x0000000cu, 0x000000a8u, 0x0004002bu, 0x00000008u, - 0x000000deu, 0x00000fffu, 0x0007002cu, 0x0000000eu, 0x000000e1u, 0x00000039u, 0x00000039u, 0x00000039u, - 0x00000039u, 0x00020014u, 0x000000e2u, 0x00040017u, 0x000000e3u, 0x000000e2u, 0x00000004u, 0x0007002cu, - 0x0000000eu, 0x000000e5u, 0x0000003fu, 0x0000003fu, 0x0000003fu, 0x0000003fu, 0x0004002bu, 0x00000008u, - 0x000000e9u, 0x0000000cu, 0x00040017u, 0x000000f6u, 0x00000008u, 0x00000002u, 0x00040020u, 0x000000f7u, - 0x00000007u, 0x000000f6u, 0x00040032u, 0x00000008u, 0x00000114u, 0x00000000u, 0x00060034u, 0x00000008u, - 0x00000118u, 0x000000c4u, 0x0000003fu, 0x00000114u, 0x00060034u, 0x00000008u, 0x00000119u, 0x00000082u, - 0x00000118u, 0x0000003fu, 0x00040017u, 0x00000128u, 0x00000008u, 0x00000003u, 0x00040020u, 0x00000129u, - 0x00000007u, 0x00000128u, 0x00090019u, 0x0000012bu, 0x00000006u, 0x00000005u, 0x00000000u, 0x00000000u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, 0x0000012cu, 0x00000000u, 0x0000012bu, 0x0004003bu, - 0x0000012cu, 0x0000012du, 0x00000000u, 0x00040017u, 0x0000012fu, 0x00000006u, 0x00000003u, 0x00040020u, - 0x00000130u, 0x00000001u, 0x0000012fu, 0x0004003bu, 0x00000130u, 0x00000131u, 0x00000001u, 0x00040020u, - 0x00000132u, 0x00000001u, 0x00000006u, 0x00060034u, 0x00000008u, 0x00000144u, 0x00000082u, 0x00000118u, - 0x0000003fu, 0x0004003bu, 0x00000132u, 0x00000148u, 0x00000001u, 0x0004002bu, 0x00000008u, 0x00000171u, - 0x00000010u, 0x00060034u, 0x00000008u, 0x00000197u, 0x00000084u, 0x00000118u, 0x00000047u, 0x0004002bu, - 0x00000008u, 0x000001a0u, 0xfffffe00u, 0x0004002bu, 0x00000008u, 0x000001cau, 0x0000000fu, 0x0004002bu, - 0x00000008u, 0x000001d4u, 0x000000ffu, 0x0004002bu, 0x00000008u, 0x000001eau, 0xfffffffeu, 0x0004002bu, - 0x00000008u, 0x000001f2u, 0xfffffc00u, 0x0004002bu, 0x00000008u, 0x0000021bu, 0xfffffffcu, 0x0007002cu, - 0x0000000eu, 0x00000229u, 0x00000039u, 0x0000003fu, 0x00000043u, 0x00000047u, 0x0007002cu, 0x000000bau, - 0x00000248u, 0x00000099u, 0x00000099u, 0x00000099u, 0x00000099u, 0x0007002cu, 0x000000bau, 0x00000249u, - 0x0000009cu, 0x0000009cu, 0x0000009cu, 0x0000009cu, 0x0004002bu, 0x00000008u, 0x00000282u, 0x0000001bu, - 0x00060034u, 0x00000008u, 0x00000283u, 0x00000080u, 0x00000282u, 0x00000114u, 0x00060034u, 0x00000008u, - 0x00000286u, 0x00000080u, 0x00000282u, 0x00000114u, 0x0004002bu, 0x00000008u, 0x000002ceu, 0x0000ffffu, - 0x0007002cu, 0x0000000eu, 0x000002cfu, 0x000002ceu, 0x000002ceu, 0x000002ceu, 0x000002ceu, 0x0004003bu, - 0x00000130u, 0x0000030du, 0x00000001u, 0x00040032u, 0x00000006u, 0x00000314u, 0x00000001u, 0x00060033u, - 0x0000012fu, 0x00000315u, 0x00000314u, 0x0000009cu, 0x0000009cu, 0x0007002cu, 0x0000000eu, 0x000004acu, - 0x000001a0u, 0x000001a0u, 0x000001a0u, 0x000001a0u, 0x0007002cu, 0x0000000eu, 0x000004adu, 0x00000043u, - 0x00000043u, 0x00000043u, 0x00000043u, 0x0007002cu, 0x0000000eu, 0x000004aeu, 0x0000005eu, 0x0000005eu, - 0x0000005eu, 0x0000005eu, 0x0007002cu, 0x0000000eu, 0x000004afu, 0x000001eau, 0x000001eau, 0x000001eau, - 0x000001eau, 0x0007002cu, 0x0000000eu, 0x000004b0u, 0x000001f2u, 0x000001f2u, 0x000001f2u, 0x000001f2u, - 0x0007002cu, 0x0000000eu, 0x000004b1u, 0x000000deu, 0x000000deu, 0x000000deu, 0x000000deu, 0x0007002cu, - 0x0000000eu, 0x000004b2u, 0x000000e9u, 0x000000e9u, 0x000000e9u, 0x000000e9u, 0x00050036u, 0x00000002u, - 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x000000f7u, 0x00000405u, - 0x00000007u, 0x0004003bu, 0x000000f7u, 0x000003f8u, 0x00000007u, 0x0004003bu, 0x00000020u, 0x00000375u, - 0x00000007u, 0x0004003bu, 0x00000129u, 0x0000012au, 0x00000007u, 0x000300f7u, 0x0000032eu, 0x00000000u, - 0x000300fbu, 0x00000099u, 0x0000032fu, 0x000200f8u, 0x0000032fu, 0x0004003du, 0x0000012bu, 0x0000012eu, - 0x0000012du, 0x00050041u, 0x00000132u, 0x00000133u, 0x00000131u, 0x00000099u, 0x0004003du, 0x00000006u, - 0x00000134u, 0x00000133u, 0x0004007cu, 0x00000008u, 0x00000135u, 0x00000134u, 0x0005005fu, 0x000000bau, - 0x00000136u, 0x0000012eu, 0x00000135u, 0x0008004fu, 0x0000012fu, 0x00000137u, 0x00000136u, 0x00000136u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0004007cu, 0x00000128u, 0x00000138u, 0x00000137u, 0x0003003eu, - 0x0000012au, 0x00000138u, 0x00050041u, 0x0000002cu, 0x0000013au, 0x0000012au, 0x00000099u, 0x0004003du, - 0x00000008u, 0x0000013bu, 0x0000013au, 0x00050041u, 0x0000002cu, 0x0000013du, 0x0000012au, 0x0000009cu, - 0x0004003du, 0x00000008u, 0x0000013eu, 0x0000013du, 0x00050084u, 0x00000008u, 0x0000013fu, 0x0000013eu, - 0x00000118u, 0x00050041u, 0x0000002cu, 0x00000141u, 0x0000012au, 0x0000009fu, 0x0004003du, 0x00000008u, - 0x00000142u, 0x00000141u, 0x00050084u, 0x00000008u, 0x00000143u, 0x00000142u, 0x00000118u, 0x00050080u, - 0x00000008u, 0x00000145u, 0x00000143u, 0x00000144u, 0x0004003du, 0x00000006u, 0x00000149u, 0x00000148u, - 0x0004007cu, 0x00000008u, 0x0000014au, 0x00000149u, 0x00050080u, 0x00000008u, 0x0000014bu, 0x0000013fu, - 0x0000014au, 0x000500adu, 0x000000e2u, 0x0000014eu, 0x0000014bu, 0x00000145u, 0x000300f7u, 0x00000150u, - 0x00000000u, 0x000400fau, 0x0000014eu, 0x0000014fu, 0x00000150u, 0x000200f8u, 0x0000014fu, 0x000200f9u, - 0x0000032eu, 0x000200f8u, 0x00000150u, 0x0004007cu, 0x00000006u, 0x00000155u, 0x0000013bu, 0x00070041u, - 0x0000003bu, 0x00000336u, 0x00000038u, 0x00000039u, 0x00000155u, 0x00000039u, 0x0004003du, 0x00000008u, - 0x00000337u, 0x00000336u, 0x00070041u, 0x0000003bu, 0x00000339u, 0x00000038u, 0x00000039u, 0x00000155u, - 0x0000003fu, 0x0004003du, 0x00000008u, 0x0000033au, 0x00000339u, 0x00070041u, 0x0000003bu, 0x0000033cu, - 0x00000038u, 0x00000039u, 0x00000155u, 0x00000043u, 0x0004003du, 0x00000008u, 0x0000033du, 0x0000033cu, - 0x00070041u, 0x00000048u, 0x0000033fu, 0x00000038u, 0x00000039u, 0x00000155u, 0x00000047u, 0x0004003du, - 0x00000032u, 0x00000340u, 0x0000033fu, 0x00040072u, 0x00000008u, 0x00000341u, 0x00000340u, 0x00070041u, - 0x00000048u, 0x00000343u, 0x00000038u, 0x00000039u, 0x00000155u, 0x0000004du, 0x0004003du, 0x00000032u, - 0x00000344u, 0x00000343u, 0x00040072u, 0x00000008u, 0x00000345u, 0x00000344u, 0x00070041u, 0x0000003bu, - 0x00000347u, 0x00000038u, 0x00000039u, 0x00000155u, 0x00000052u, 0x0004003du, 0x00000008u, 0x00000348u, - 0x00000347u, 0x00070041u, 0x0000003bu, 0x0000034au, 0x00000038u, 0x00000039u, 0x00000155u, 0x00000056u, - 0x0004003du, 0x00000008u, 0x0000034bu, 0x0000034au, 0x00070041u, 0x0000003bu, 0x0000034du, 0x00000038u, - 0x00000039u, 0x00000155u, 0x0000005au, 0x0004003du, 0x00000008u, 0x0000034eu, 0x0000034du, 0x00070041u, - 0x00000048u, 0x00000350u, 0x00000038u, 0x00000039u, 0x00000155u, 0x0000005eu, 0x0004003du, 0x00000032u, - 0x00000351u, 0x00000350u, 0x00040072u, 0x00000008u, 0x00000352u, 0x00000351u, 0x00070041u, 0x00000064u, - 0x00000354u, 0x00000038u, 0x00000039u, 0x00000155u, 0x00000063u, 0x0004003du, 0x00000033u, 0x00000355u, - 0x00000354u, 0x00040071u, 0x00000006u, 0x00000356u, 0x00000355u, 0x0004007cu, 0x00000008u, 0x00000357u, - 0x00000356u, 0x00060041u, 0x00000078u, 0x00000362u, 0x00000076u, 0x00000039u, 0x00000155u, 0x0004003du, - 0x00000072u, 0x00000363u, 0x00000362u, 0x00050051u, 0x0000000eu, 0x00000364u, 0x00000363u, 0x00000000u, - 0x00050051u, 0x0000000eu, 0x00000366u, 0x00000363u, 0x00000001u, 0x00050051u, 0x0000000eu, 0x00000368u, - 0x00000363u, 0x00000002u, 0x00050051u, 0x0000000eu, 0x0000036au, 0x00000363u, 0x00000003u, 0x00050051u, - 0x0000000eu, 0x0000036cu, 0x00000363u, 0x00000004u, 0x00050051u, 0x0000000eu, 0x0000036eu, 0x00000363u, - 0x00000005u, 0x00050051u, 0x0000000eu, 0x00000370u, 0x00000363u, 0x00000006u, 0x00050051u, 0x0000000eu, - 0x00000372u, 0x00000363u, 0x00000007u, 0x00060041u, 0x00000096u, 0x00000379u, 0x00000094u, 0x00000039u, - 0x00000155u, 0x0004003du, 0x0000000eu, 0x0000037au, 0x00000379u, 0x0003003eu, 0x00000375u, 0x0000037au, - 0x00050041u, 0x0000002cu, 0x0000037bu, 0x00000375u, 0x00000099u, 0x0004003du, 0x00000008u, 0x0000037cu, - 0x0000037bu, 0x00050041u, 0x0000002cu, 0x0000037du, 0x00000375u, 0x0000009cu, 0x0004003du, 0x00000008u, - 0x0000037eu, 0x0000037du, 0x00050041u, 0x0000002cu, 0x0000037fu, 0x00000375u, 0x0000009fu, 0x0004003du, - 0x00000008u, 0x00000380u, 0x0000037fu, 0x00050041u, 0x0000002cu, 0x00000381u, 0x00000375u, 0x000000a2u, - 0x0004003du, 0x00000008u, 0x00000382u, 0x00000381u, 0x000500c7u, 0x00000008u, 0x00000167u, 0x00000357u, - 0x0000003fu, 0x000500abu, 0x000000e2u, 0x00000168u, 0x00000167u, 0x00000039u, 0x000500c7u, 0x00000008u, - 0x0000016cu, 0x00000357u, 0x0000005eu, 0x000500abu, 0x000000e2u, 0x0000016du, 0x0000016cu, 0x00000039u, - 0x000500c7u, 0x00000008u, 0x00000172u, 0x00000357u, 0x00000171u, 0x000500abu, 0x000000e2u, 0x00000173u, - 0x00000172u, 0x00000039u, 0x000500c7u, 0x00000008u, 0x00000177u, 0x00000357u, 0x00000043u, 0x000500abu, - 0x000000e2u, 0x00000178u, 0x00000177u, 0x00000039u, 0x000500c7u, 0x00000008u, 0x0000017cu, 0x00000357u, - 0x0000004du, 0x000500abu, 0x000000e2u, 0x0000017du, 0x0000017cu, 0x00000039u, 0x000500c3u, 0x00000008u, - 0x00000181u, 0x00000341u, 0x00000043u, 0x00050084u, 0x00000008u, 0x00000183u, 0x00000181u, 0x00000118u, - 0x00050082u, 0x00000008u, 0x00000187u, 0x0000014bu, 0x00000183u, 0x00050084u, 0x00000008u, 0x0000018bu, - 0x00000337u, 0x00000118u, 0x000500c4u, 0x00000008u, 0x0000018fu, 0x00000348u, 0x00000043u, 0x00050084u, - 0x00000008u, 0x00000190u, 0x00000187u, 0x0000018fu, 0x00050080u, 0x00000008u, 0x00000191u, 0x0000018bu, - 0x00000190u, 0x000300f7u, 0x00000196u, 0x00000000u, 0x000400fau, 0x00000178u, 0x00000195u, 0x00000196u, - 0x000200f8u, 0x00000195u, 0x00050084u, 0x00000008u, 0x0000019au, 0x00000197u, 0x00000348u, 0x00050080u, - 0x00000008u, 0x0000019cu, 0x00000191u, 0x0000019au, 0x000500c7u, 0x0000000eu, 0x000001a2u, 0x00000368u, - 0x000004acu, 0x000500c7u, 0x0000000eu, 0x000001a7u, 0x0000036au, 0x000004acu, 0x000500c3u, 0x0000000eu, - 0x000001abu, 0x000001a2u, 0x000004adu, 0x00050082u, 0x0000000eu, 0x000001acu, 0x000001a2u, 0x000001abu, - 0x00050082u, 0x0000000eu, 0x000001aeu, 0x000001acu, 0x000001a7u, 0x000500c3u, 0x0000000eu, 0x000001b1u, - 0x000001a7u, 0x000004adu, 0x00050080u, 0x0000000eu, 0x000001b2u, 0x000001aeu, 0x000001b1u, 0x000500c7u, - 0x0000000eu, 0x000001b7u, 0x00000370u, 0x000004acu, 0x000500c7u, 0x0000000eu, 0x000001bcu, 0x00000372u, - 0x000004acu, 0x000500c3u, 0x0000000eu, 0x000001c0u, 0x000001b7u, 0x000004adu, 0x00050082u, 0x0000000eu, - 0x000001c1u, 0x000001b7u, 0x000001c0u, 0x00050082u, 0x0000000eu, 0x000001c3u, 0x000001c1u, 0x000001bcu, - 0x000500c3u, 0x0000000eu, 0x000001c6u, 0x000001bcu, 0x000004adu, 0x00050080u, 0x0000000eu, 0x000001c7u, - 0x000001c3u, 0x000001c6u, 0x000200f9u, 0x00000196u, 0x000200f8u, 0x00000196u, 0x000700f5u, 0x0000000eu, - 0x000004a5u, 0x000000e1u, 0x00000150u, 0x000001c7u, 0x00000195u, 0x000700f5u, 0x0000000eu, 0x000004a3u, - 0x000000e1u, 0x00000150u, 0x000001b2u, 0x00000195u, 0x000700f5u, 0x00000008u, 0x000004a0u, 0x00000191u, - 0x00000150u, 0x0000019cu, 0x00000195u, 0x000500c3u, 0x00000008u, 0x000001cbu, 0x000004a0u, 0x000001cau, - 0x000300f7u, 0x000001d0u, 0x00000000u, 0x000400fau, 0x0000017du, 0x000001cfu, 0x000001d1u, 0x000200f8u, - 0x000001cfu, 0x000200f9u, 0x000001d0u, 0x000200f8u, 0x000001d1u, 0x000500c3u, 0x00000008u, 0x000001d3u, - 0x000004a0u, 0x0000005au, 0x000500c7u, 0x00000008u, 0x000001d5u, 0x000001d3u, 0x000001d4u, 0x000200f9u, - 0x000001d0u, 0x000200f8u, 0x000001d0u, 0x000700f5u, 0x00000008u, 0x000004a1u, 0x00000039u, 0x000001cfu, - 0x000001d5u, 0x000001d1u, 0x000500c3u, 0x00000008u, 0x00000389u, 0x00000187u, 0x00000114u, 0x000500c7u, - 0x00000008u, 0x0000038bu, 0x00000187u, 0x00000119u, 0x00070050u, 0x0000000eu, 0x0000038eu, 0x00000389u, - 0x00000389u, 0x00000389u, 0x00000389u, 0x00050084u, 0x0000000eu, 0x0000038fu, 0x0000038eu, 0x00000368u, - 0x00070050u, 0x0000000eu, 0x00000392u, 0x00000114u, 0x00000114u, 0x00000114u, 0x00000114u, 0x000500c3u, - 0x0000000eu, 0x00000393u, 0x00000368u, 0x00000392u, 0x00070050u, 0x0000000eu, 0x00000394u, 0x0000038bu, - 0x0000038bu, 0x0000038bu, 0x0000038bu, 0x00050084u, 0x0000000eu, 0x00000395u, 0x00000394u, 0x00000393u, - 0x00050080u, 0x0000000eu, 0x00000396u, 0x0000038fu, 0x00000395u, 0x00050080u, 0x0000000eu, 0x000001e0u, - 0x00000364u, 0x00000396u, 0x000500c7u, 0x0000000eu, 0x000001e3u, 0x000001e0u, 0x000004acu, 0x00050080u, - 0x0000000eu, 0x000001e5u, 0x000001e3u, 0x000004a3u, 0x000500c3u, 0x0000000eu, 0x000001e9u, 0x00000366u, - 0x000004aeu, 0x000500c7u, 0x0000000eu, 0x000001ecu, 0x000001e9u, 0x000004afu, 0x000500c3u, 0x00000008u, - 0x0000039cu, 0x000004a1u, 0x00000114u, 0x000500c7u, 0x00000008u, 0x0000039eu, 0x000004a1u, 0x00000119u, - 0x00070050u, 0x0000000eu, 0x000003a1u, 0x0000039cu, 0x0000039cu, 0x0000039cu, 0x0000039cu, 0x00050084u, - 0x0000000eu, 0x000003a2u, 0x000003a1u, 0x000001ecu, 0x000500c3u, 0x0000000eu, 0x000003a6u, 0x000001ecu, - 0x00000392u, 0x00070050u, 0x0000000eu, 0x000003a7u, 0x0000039eu, 0x0000039eu, 0x0000039eu, 0x0000039eu, - 0x00050084u, 0x0000000eu, 0x000003a8u, 0x000003a7u, 0x000003a6u, 0x00050080u, 0x0000000eu, 0x000003a9u, - 0x000003a2u, 0x000003a8u, 0x00050082u, 0x0000000eu, 0x000001f1u, 0x000001e5u, 0x000003a9u, 0x000500c7u, - 0x0000000eu, 0x000001f4u, 0x000001f1u, 0x000004b0u, 0x00050084u, 0x0000000eu, 0x000003b5u, 0x0000038eu, - 0x00000370u, 0x000500c3u, 0x0000000eu, 0x000003b9u, 0x00000370u, 0x00000392u, 0x00050084u, 0x0000000eu, - 0x000003bbu, 0x00000394u, 0x000003b9u, 0x00050080u, 0x0000000eu, 0x000003bcu, 0x000003b5u, 0x000003bbu, - 0x00050080u, 0x0000000eu, 0x000001feu, 0x0000036cu, 0x000003bcu, 0x000500c7u, 0x0000000eu, 0x00000201u, - 0x000001feu, 0x000004acu, 0x00050080u, 0x0000000eu, 0x00000203u, 0x00000201u, 0x000004a5u, 0x000500c3u, - 0x0000000eu, 0x00000207u, 0x0000036eu, 0x000004aeu, 0x000500c7u, 0x0000000eu, 0x00000209u, 0x00000207u, - 0x000004afu, 0x00050084u, 0x0000000eu, 0x000003c8u, 0x000003a1u, 0x00000209u, 0x000500c3u, 0x0000000eu, - 0x000003ccu, 0x00000209u, 0x00000392u, 0x00050084u, 0x0000000eu, 0x000003ceu, 0x000003a7u, 0x000003ccu, - 0x00050080u, 0x0000000eu, 0x000003cfu, 0x000003c8u, 0x000003ceu, 0x00050082u, 0x0000000eu, 0x0000020eu, - 0x00000203u, 0x000003cfu, 0x000500c7u, 0x0000000eu, 0x00000210u, 0x0000020eu, 0x000004b0u, 0x000500c7u, - 0x00000008u, 0x0000021cu, 0x00000341u, 0x0000021bu, 0x00050084u, 0x00000008u, 0x00000221u, 0x0000021cu, - 0x00000118u, 0x00050084u, 0x00000008u, 0x00000223u, 0x00000345u, 0x00000118u, 0x00050084u, 0x00000008u, - 0x00000226u, 0x0000014bu, 0x0000004du, 0x00070050u, 0x0000000eu, 0x0000022au, 0x00000226u, 0x00000226u, - 0x00000226u, 0x00000226u, 0x00050080u, 0x0000000eu, 0x0000022bu, 0x0000022au, 0x00000229u, 0x0007000cu, - 0x00000008u, 0x00000231u, 0x00000001u, 0x0000002au, 0x00000341u, 0x0000037eu, 0x00050084u, 0x00000008u, - 0x00000232u, 0x00000231u, 0x00000118u, 0x0007000cu, 0x00000008u, 0x00000238u, 0x00000001u, 0x00000027u, - 0x00000352u, 0x00000382u, 0x00050084u, 0x00000008u, 0x00000239u, 0x00000238u, 0x00000118u, 0x00070050u, - 0x0000000eu, 0x0000023eu, 0x00000232u, 0x00000232u, 0x00000232u, 0x00000232u, 0x000500b1u, 0x000000e3u, - 0x0000023fu, 0x0000022bu, 0x0000023eu, 0x00070050u, 0x0000000eu, 0x00000243u, 0x00000239u, 0x00000239u, - 0x00000239u, 0x00000239u, 0x000500afu, 0x000000e3u, 0x00000244u, 0x0000022bu, 0x00000243u, 0x000600a9u, - 0x000000bau, 0x0000024au, 0x0000023fu, 0x00000249u, 0x00000248u, 0x000600a9u, 0x000000bau, 0x0000024cu, - 0x00000244u, 0x00000249u, 0x00000248u, 0x000500c5u, 0x000000bau, 0x0000024du, 0x0000024au, 0x0000024cu, - 0x00070050u, 0x0000000eu, 0x00000254u, 0x00000221u, 0x00000221u, 0x00000221u, 0x00000221u, 0x00050082u, - 0x0000000eu, 0x00000255u, 0x0000022bu, 0x00000254u, 0x00070050u, 0x0000000eu, 0x00000258u, 0x00000348u, - 0x00000348u, 0x00000348u, 0x00000348u, 0x00050084u, 0x0000000eu, 0x00000259u, 0x00000255u, 0x00000258u, - 0x00070050u, 0x0000000eu, 0x0000025au, 0x0000018bu, 0x0000018bu, 0x0000018bu, 0x0000018bu, 0x00050080u, - 0x0000000eu, 0x0000025bu, 0x0000025au, 0x00000259u, 0x00050084u, 0x00000008u, 0x0000025fu, 0x0000033au, - 0x00000118u, 0x00070050u, 0x0000000eu, 0x00000266u, 0x0000034bu, 0x0000034bu, 0x0000034bu, 0x0000034bu, - 0x00050084u, 0x0000000eu, 0x00000267u, 0x00000255u, 0x00000266u, 0x00070050u, 0x0000000eu, 0x00000268u, - 0x0000025fu, 0x0000025fu, 0x0000025fu, 0x0000025fu, 0x00050080u, 0x0000000eu, 0x00000269u, 0x00000268u, - 0x00000267u, 0x00050084u, 0x00000008u, 0x0000026du, 0x0000033du, 0x00000118u, 0x00070050u, 0x0000000eu, - 0x00000270u, 0x00000223u, 0x00000223u, 0x00000223u, 0x00000223u, 0x00050082u, 0x0000000eu, 0x00000271u, - 0x0000022bu, 0x00000270u, 0x00070050u, 0x0000000eu, 0x00000274u, 0x0000034eu, 0x0000034eu, 0x0000034eu, - 0x0000034eu, 0x00050084u, 0x0000000eu, 0x00000275u, 0x00000271u, 0x00000274u, 0x00070050u, 0x0000000eu, - 0x00000276u, 0x0000026du, 0x0000026du, 0x0000026du, 0x0000026du, 0x00050080u, 0x0000000eu, 0x00000277u, - 0x00000276u, 0x00000275u, 0x00050084u, 0x00000008u, 0x0000027du, 0x00000118u, 0x00000345u, 0x00070050u, - 0x0000000eu, 0x0000027eu, 0x0000027du, 0x0000027du, 0x0000027du, 0x0000027du, 0x000500b1u, 0x000000e3u, - 0x0000027fu, 0x0000022bu, 0x0000027eu, 0x000600a9u, 0x0000000eu, 0x00000280u, 0x0000027fu, 0x00000269u, - 0x00000277u, 0x000600cau, 0x0000000eu, 0x00000284u, 0x00000280u, 0x00000039u, 0x00000283u, 0x000600cau, - 0x0000000eu, 0x00000287u, 0x0000025bu, 0x00000039u, 0x00000286u, 0x000500c7u, 0x0000000eu, 0x000003d6u, - 0x00000287u, 0x000004b1u, 0x000500abu, 0x000000e3u, 0x000003d7u, 0x000003d6u, 0x000000e1u, 0x000600a9u, - 0x0000000eu, 0x000003d8u, 0x000003d7u, 0x000000e5u, 0x000000e1u, 0x000500c3u, 0x0000000eu, 0x000003dbu, - 0x00000287u, 0x000004b2u, 0x000500c5u, 0x0000000eu, 0x000003ddu, 0x000003dbu, 0x000003d8u, 0x000500c7u, - 0x0000000eu, 0x000003eau, 0x00000284u, 0x000004b1u, 0x000500abu, 0x000000e3u, 0x000003ebu, 0x000003eau, - 0x000000e1u, 0x000600a9u, 0x0000000eu, 0x000003ecu, 0x000003ebu, 0x000000e5u, 0x000000e1u, 0x000500c3u, - 0x0000000eu, 0x000003efu, 0x00000284u, 0x000004b2u, 0x000500c5u, 0x0000000eu, 0x000003f1u, 0x000003efu, - 0x000003ecu, 0x00070050u, 0x000000e3u, 0x000004b3u, 0x00000168u, 0x00000168u, 0x00000168u, 0x00000168u, - 0x000600a9u, 0x0000000eu, 0x000004b4u, 0x000004b3u, 0x000003f1u, 0x000003ddu, 0x000600a9u, 0x0000000eu, - 0x000004b6u, 0x000004b3u, 0x000003ddu, 0x000003f1u, 0x000500c3u, 0x0000000eu, 0x0000029du, 0x000004b6u, - 0x000000e5u, 0x000500c3u, 0x0000000eu, 0x000002a0u, 0x000004b4u, 0x000000e5u, 0x000500adu, 0x000000e3u, - 0x000002a1u, 0x0000029du, 0x000002a0u, 0x000500c4u, 0x00000008u, 0x000002a5u, 0x0000037cu, 0x0000003fu, - 0x00050084u, 0x00000008u, 0x000002a6u, 0x00000118u, 0x000002a5u, 0x00070050u, 0x0000000eu, 0x000002a7u, - 0x000002a6u, 0x000002a6u, 0x000002a6u, 0x000002a6u, 0x000500c4u, 0x00000008u, 0x000002abu, 0x00000380u, - 0x0000003fu, 0x00050084u, 0x00000008u, 0x000002acu, 0x00000118u, 0x000002abu, 0x00070050u, 0x0000000eu, - 0x000002adu, 0x000002acu, 0x000002acu, 0x000002acu, 0x000002acu, 0x0007000cu, 0x0000000eu, 0x000002b1u, - 0x00000001u, 0x00000027u, 0x000004b6u, 0x000004b4u, 0x000500afu, 0x000000e3u, 0x000002b3u, 0x000002b1u, - 0x000002adu, 0x0004009bu, 0x000000e2u, 0x000002b4u, 0x000002b3u, 0x0007000cu, 0x0000000eu, 0x000002b8u, - 0x00000001u, 0x0000002au, 0x000004b6u, 0x000004b4u, 0x000500b1u, 0x000000e3u, 0x000002bau, 0x000002b8u, - 0x000002a7u, 0x0004009bu, 0x000000e2u, 0x000002bbu, 0x000002bau, 0x0007000cu, 0x0000000eu, 0x000002beu, - 0x00000001u, 0x0000002au, 0x000004b6u, 0x000002a7u, 0x0007000cu, 0x0000000eu, 0x000002c1u, 0x00000001u, - 0x00000027u, 0x000002beu, 0x000002adu, 0x0007000cu, 0x0000000eu, 0x000002c4u, 0x00000001u, 0x0000002au, - 0x000004b4u, 0x000002a7u, 0x0007000cu, 0x0000000eu, 0x000002c7u, 0x00000001u, 0x00000027u, 0x000002c4u, - 0x000002adu, 0x000600a9u, 0x000000bau, 0x000002c9u, 0x000002a1u, 0x00000249u, 0x00000248u, 0x000500c5u, - 0x000000bau, 0x000002cbu, 0x000002c9u, 0x0000024du, 0x000500abu, 0x000000e3u, 0x000002ccu, 0x000002cbu, - 0x00000248u, 0x000600a9u, 0x0000000eu, 0x000002d1u, 0x000002ccu, 0x000002cfu, 0x000002c1u, 0x000600a9u, - 0x0000000eu, 0x000002d4u, 0x000002ccu, 0x000000e1u, 0x000002c7u, 0x0007004fu, 0x000000f6u, 0x000003fcu, - 0x000002d1u, 0x000002d1u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000000f6u, 0x000003feu, 0x000002d1u, - 0x000002d1u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x000000f6u, 0x000003ffu, 0x00000001u, 0x00000027u, - 0x000003fcu, 0x000003feu, 0x0003003eu, 0x000003f8u, 0x000003ffu, 0x00050041u, 0x0000002cu, 0x00000400u, - 0x000003f8u, 0x00000099u, 0x0004003du, 0x00000008u, 0x00000401u, 0x00000400u, 0x00050041u, 0x0000002cu, - 0x00000402u, 0x000003f8u, 0x0000009cu, 0x0004003du, 0x00000008u, 0x00000403u, 0x00000402u, 0x0007000cu, - 0x00000008u, 0x00000404u, 0x00000001u, 0x00000027u, 0x00000401u, 0x00000403u, 0x000500c3u, 0x00000008u, - 0x000002d9u, 0x00000404u, 0x00000047u, 0x0007004fu, 0x000000f6u, 0x00000409u, 0x000002d4u, 0x000002d4u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x000000f6u, 0x0000040bu, 0x000002d4u, 0x000002d4u, 0x00000002u, - 0x00000003u, 0x0007000cu, 0x000000f6u, 0x0000040cu, 0x00000001u, 0x0000002au, 0x00000409u, 0x0000040bu, - 0x0003003eu, 0x00000405u, 0x0000040cu, 0x00050041u, 0x0000002cu, 0x0000040du, 0x00000405u, 0x00000099u, - 0x0004003du, 0x00000008u, 0x0000040eu, 0x0000040du, 0x00050041u, 0x0000002cu, 0x0000040fu, 0x00000405u, - 0x0000009cu, 0x0004003du, 0x00000008u, 0x00000410u, 0x0000040fu, 0x0007000cu, 0x00000008u, 0x00000411u, - 0x00000001u, 0x0000002au, 0x0000040eu, 0x00000410u, 0x000500c3u, 0x00000008u, 0x000002deu, 0x00000411u, - 0x00000047u, 0x0004009bu, 0x000000e2u, 0x000002e8u, 0x000002ccu, 0x000400a8u, 0x000000e2u, 0x000002e9u, - 0x000002e8u, 0x000400a8u, 0x000000e2u, 0x000002ebu, 0x000002b4u, 0x000500a7u, 0x000000e2u, 0x000002ecu, - 0x000002e9u, 0x000002ebu, 0x000400a8u, 0x000000e2u, 0x000002eeu, 0x000002bbu, 0x000500a7u, 0x000000e2u, - 0x000002efu, 0x000002ecu, 0x000002eeu, 0x000600a9u, 0x00000008u, 0x000002f0u, 0x000002efu, 0x0000003fu, - 0x00000039u, 0x000300f7u, 0x000002f4u, 0x00000000u, 0x000400fau, 0x0000016du, 0x000002f3u, 0x000002f4u, - 0x000200f8u, 0x000002f3u, 0x000500c3u, 0x00000008u, 0x000002f6u, 0x0000014bu, 0x00000114u, 0x000500c7u, - 0x00000008u, 0x000002f7u, 0x000002f6u, 0x0000003fu, 0x000600a9u, 0x00000008u, 0x000002f9u, 0x00000173u, - 0x0000003fu, 0x00000039u, 0x000500abu, 0x000000e2u, 0x000002fau, 0x000002f7u, 0x000002f9u, 0x000600a9u, - 0x00000008u, 0x000004b7u, 0x000002fau, 0x00000039u, 0x000002f0u, 0x000200f9u, 0x000002f4u, 0x000200f8u, - 0x000002f4u, 0x000700f5u, 0x00000008u, 0x000004aau, 0x000002f0u, 0x000001d0u, 0x000004b7u, 0x000002f3u, - 0x000300f7u, 0x00000301u, 0x00000000u, 0x000400fau, 0x00000168u, 0x00000300u, 0x00000306u, 0x000200f8u, - 0x00000300u, 0x00050082u, 0x00000008u, 0x00000305u, 0x000002deu, 0x000001cbu, 0x000200f9u, 0x00000301u, - 0x000200f8u, 0x00000306u, 0x00050082u, 0x00000008u, 0x0000030au, 0x000001cbu, 0x000002d9u, 0x000200f9u, - 0x00000301u, 0x000200f8u, 0x00000301u, 0x000700f5u, 0x00000008u, 0x000004a8u, 0x00000305u, 0x00000300u, - 0x0000030au, 0x00000306u, 0x00050041u, 0x00000132u, 0x0000030fu, 0x0000030du, 0x00000099u, 0x0004003du, - 0x00000006u, 0x00000310u, 0x0000030fu, 0x00070041u, 0x00000096u, 0x00000416u, 0x000000aeu, 0x00000039u, - 0x00000310u, 0x00000039u, 0x0003003eu, 0x00000416u, 0x000001f4u, 0x00070041u, 0x00000096u, 0x0000041au, - 0x000000aeu, 0x00000039u, 0x00000310u, 0x0000003fu, 0x0003003eu, 0x0000041au, 0x00000210u, 0x0004007cu, - 0x000000bau, 0x0000041eu, 0x000002d1u, 0x00040071u, 0x000000a9u, 0x0000041fu, 0x0000041eu, 0x00070041u, - 0x000000bdu, 0x00000420u, 0x000000aeu, 0x00000039u, 0x00000310u, 0x00000043u, 0x0003003eu, 0x00000420u, - 0x0000041fu, 0x0004007cu, 0x000000bau, 0x00000424u, 0x000002d4u, 0x00040071u, 0x000000a9u, 0x00000425u, - 0x00000424u, 0x00070041u, 0x000000bdu, 0x00000426u, 0x000000aeu, 0x00000039u, 0x00000310u, 0x00000047u, - 0x0003003eu, 0x00000426u, 0x00000425u, 0x00070041u, 0x0000003bu, 0x0000042au, 0x000000aeu, 0x00000039u, - 0x00000310u, 0x0000004du, 0x0003003eu, 0x0000042au, 0x000001cbu, 0x00070041u, 0x0000003bu, 0x0000042eu, - 0x000000aeu, 0x00000039u, 0x00000310u, 0x00000052u, 0x0003003eu, 0x0000042eu, 0x000002d9u, 0x00070041u, - 0x0000003bu, 0x00000432u, 0x000000aeu, 0x00000039u, 0x00000310u, 0x00000056u, 0x0003003eu, 0x00000432u, - 0x000002deu, 0x00040072u, 0x00000032u, 0x00000436u, 0x000004a8u, 0x00070041u, 0x00000048u, 0x00000437u, - 0x000000aeu, 0x00000039u, 0x00000310u, 0x0000005au, 0x0003003eu, 0x00000437u, 0x00000436u, 0x00040071u, - 0x000000a8u, 0x0000043bu, 0x000004aau, 0x00070041u, 0x000000dau, 0x0000043cu, 0x000000aeu, 0x00000039u, - 0x00000310u, 0x0000005eu, 0x0003003eu, 0x0000043cu, 0x0000043bu, 0x000200f9u, 0x0000032eu, 0x000200f8u, - 0x0000032eu, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x0000001bu, 0x00000000u, - 0x00020011u, 0x00000001u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, - 0x0003000eu, 0x00000000u, 0x00000001u, 0x0006000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, - 0x00000010u, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00040047u, - 0x00000008u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000009u, 0x00000000u, 0x00000019u, 0x00050048u, - 0x00000009u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000009u, 0x00000002u, 0x00040047u, - 0x0000000bu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000000bu, 0x00000021u, 0x00000000u, 0x00040047u, - 0x00000010u, 0x0000000bu, 0x0000001cu, 0x00040047u, 0x00000019u, 0x00000001u, 0x00000000u, 0x00040047u, - 0x0000001au, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, - 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040017u, 0x00000007u, 0x00000006u, 0x00000004u, - 0x0003001du, 0x00000008u, 0x00000007u, 0x0003001eu, 0x00000009u, 0x00000008u, 0x00040020u, 0x0000000au, - 0x0000000cu, 0x00000009u, 0x0004003bu, 0x0000000au, 0x0000000bu, 0x0000000cu, 0x00040015u, 0x0000000cu, - 0x00000020u, 0x00000001u, 0x0004002bu, 0x0000000cu, 0x0000000du, 0x00000000u, 0x00040017u, 0x0000000eu, - 0x00000006u, 0x00000003u, 0x00040020u, 0x0000000fu, 0x00000001u, 0x0000000eu, 0x0004003bu, 0x0000000fu, - 0x00000010u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x00000011u, 0x00000000u, 0x00040020u, 0x00000012u, - 0x00000001u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000015u, 0x00000001u, 0x0007002cu, 0x00000007u, - 0x00000016u, 0x00000011u, 0x00000015u, 0x00000015u, 0x00000011u, 0x00040020u, 0x00000017u, 0x0000000cu, - 0x00000007u, 0x00040032u, 0x00000006u, 0x00000019u, 0x00000001u, 0x00060033u, 0x0000000eu, 0x0000001au, - 0x00000019u, 0x00000015u, 0x00000015u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, - 0x000200f8u, 0x00000005u, 0x00050041u, 0x00000012u, 0x00000013u, 0x00000010u, 0x00000011u, 0x0004003du, - 0x00000006u, 0x00000014u, 0x00000013u, 0x00060041u, 0x00000017u, 0x00000018u, 0x0000000bu, 0x0000000du, - 0x00000014u, 0x0003003eu, 0x00000018u, 0x00000016u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, - 0x000d000au, 0x0000075eu, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00001151u, 0x00020011u, - 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, - 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, - 0x00000001u, 0x0007000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000203u, 0x0000020eu, - 0x00060010u, 0x00000004u, 0x00000011u, 0x00000020u, 0x00000001u, 0x00000001u, 0x00050048u, 0x000001acu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000001acu, 0x00000001u, 0x00000023u, 0x00000004u, - 0x00050048u, 0x000001acu, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000001acu, 0x00000003u, - 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001acu, 0x00000004u, 0x00000023u, 0x0000000eu, 0x00050048u, - 0x000001acu, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000001acu, 0x00000006u, 0x00000023u, - 0x00000014u, 0x00050048u, 0x000001acu, 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, 0x000001acu, - 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000001acu, 0x00000009u, 0x00000023u, 0x0000001eu, - 0x00050048u, 0x000001acu, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, 0x000001adu, 0x00000006u, - 0x00000020u, 0x00040048u, 0x000001aeu, 0x00000000u, 0x00000018u, 0x00050048u, 0x000001aeu, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000001aeu, 0x00000002u, 0x00040047u, 0x000001b0u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x000001b0u, 0x00000021u, 0x00000000u, 0x00040047u, 0x000001e1u, 0x00000006u, - 0x00000010u, 0x00040048u, 0x000001e2u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000001e2u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000001e2u, 0x00000002u, 0x00040047u, 0x000001e4u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x000001e4u, 0x00000021u, 0x00000001u, 0x00040047u, 0x000001f6u, 0x00000006u, - 0x00000010u, 0x00050048u, 0x000001f7u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001f7u, - 0x00000002u, 0x00040047u, 0x000001f9u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001f9u, 0x00000021u, - 0x00000006u, 0x00040047u, 0x00000203u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x0000020eu, 0x0000000bu, - 0x0000001du, 0x00040047u, 0x00000222u, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000223u, 0x00000001u, - 0x00000001u, 0x00040047u, 0x0000022cu, 0x00000001u, 0x00000002u, 0x00050048u, 0x00000236u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x00000236u, 0x00000001u, 0x00000023u, 0x00000008u, 0x00030047u, - 0x00000236u, 0x00000002u, 0x00040047u, 0x00000273u, 0x00000001u, 0x00000006u, 0x00040047u, 0x000002b4u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x000002b5u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002b5u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002b5u, 0x00000002u, 0x00040047u, 0x000002b7u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000002b7u, 0x00000021u, 0x00000003u, 0x00040047u, 0x000002b9u, - 0x00000001u, 0x00000003u, 0x00040047u, 0x000002c4u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002c5u, - 0x00000000u, 0x00000019u, 0x00050048u, 0x000002c5u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000002c5u, 0x00000002u, 0x00040047u, 0x000002c7u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002c7u, - 0x00000021u, 0x00000004u, 0x00040047u, 0x000002e4u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002e5u, - 0x00000000u, 0x00000019u, 0x00050048u, 0x000002e5u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000002e5u, 0x00000002u, 0x00040047u, 0x000002e7u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002e7u, - 0x00000021u, 0x00000005u, 0x00040047u, 0x0000030eu, 0x00000006u, 0x00000001u, 0x00050048u, 0x0000030fu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000030fu, 0x00000001u, 0x00000023u, 0x00000004u, - 0x00050048u, 0x0000030fu, 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, 0x00000310u, 0x00000006u, - 0x00000010u, 0x00040048u, 0x00000311u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000311u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00000311u, 0x00000002u, 0x00040047u, 0x00000313u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x00000313u, 0x00000021u, 0x00000002u, 0x00040047u, 0x0000031cu, 0x00000006u, - 0x00000010u, 0x00040048u, 0x0000031du, 0x00000000u, 0x00000019u, 0x00050048u, 0x0000031du, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x0000031du, 0x00000002u, 0x00040047u, 0x0000031fu, 0x00000022u, - 0x00000000u, 0x00040047u, 0x0000031fu, 0x00000021u, 0x00000007u, 0x00040047u, 0x00000321u, 0x00000001u, - 0x00000005u, 0x00040047u, 0x00000335u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, - 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000007u, - 0x00000006u, 0x00000004u, 0x00040020u, 0x00000008u, 0x00000007u, 0x00000007u, 0x00040020u, 0x00000014u, - 0x00000007u, 0x00000006u, 0x00020014u, 0x0000001eu, 0x00040017u, 0x00000020u, 0x00000006u, 0x00000002u, - 0x00040020u, 0x00000028u, 0x00000007u, 0x00000020u, 0x00040015u, 0x00000033u, 0x00000020u, 0x00000000u, - 0x0004002bu, 0x00000006u, 0x00000042u, 0x0000000fu, 0x0004002bu, 0x00000033u, 0x0000004du, 0x00000000u, - 0x0004002bu, 0x00000033u, 0x00000050u, 0x00000001u, 0x0004001eu, 0x00000068u, 0x00000007u, 0x00000007u, - 0x00040017u, 0x0000006du, 0x00000033u, 0x00000004u, 0x0004001eu, 0x00000074u, 0x0000006du, 0x0000006du, - 0x0004002bu, 0x00000006u, 0x00000082u, 0x00000003u, 0x0004002bu, 0x00000006u, 0x00000085u, 0xfffffffcu, - 0x0004002bu, 0x00000006u, 0x00000088u, 0x00000004u, 0x0004002bu, 0x00000006u, 0x00000096u, 0x00000005u, - 0x0004002bu, 0x00000006u, 0x00000098u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x000000aau, 0x00000006u, - 0x0004002bu, 0x00000006u, 0x000000acu, 0x00000001u, 0x0004002bu, 0x00000006u, 0x000000beu, 0x00000007u, - 0x0004002bu, 0x00000006u, 0x000000c0u, 0x00000002u, 0x00040017u, 0x000000d5u, 0x0000001eu, 0x00000004u, - 0x0004002bu, 0x00000006u, 0x000000e3u, 0x7fffffffu, 0x0007002cu, 0x00000007u, 0x000000e4u, 0x000000e3u, - 0x000000e3u, 0x000000e3u, 0x000000e3u, 0x0007002cu, 0x00000007u, 0x000000e6u, 0x00000098u, 0x00000098u, - 0x00000098u, 0x00000098u, 0x0004002bu, 0x00000006u, 0x000000eau, 0x80000000u, 0x0007002cu, 0x00000007u, - 0x000000ebu, 0x000000eau, 0x000000eau, 0x000000eau, 0x000000eau, 0x0004002bu, 0x00000006u, 0x000000edu, - 0xffffffffu, 0x0007002cu, 0x00000007u, 0x000000eeu, 0x000000edu, 0x000000edu, 0x000000edu, 0x000000edu, - 0x0004002bu, 0x00000006u, 0x00000114u, 0x000007ffu, 0x0005002cu, 0x00000020u, 0x00000123u, 0x00000098u, - 0x000000e3u, 0x0004002bu, 0x00000006u, 0x0000014cu, 0x00000008u, 0x0003002au, 0x0000001eu, 0x00000157u, - 0x0004002bu, 0x00000006u, 0x0000015au, 0x00000009u, 0x0005002cu, 0x00000020u, 0x00000166u, 0x000000edu, - 0x00000098u, 0x0004002bu, 0x00000006u, 0x0000017eu, 0x00000080u, 0x00040015u, 0x000001aau, 0x00000010u, - 0x00000001u, 0x00040015u, 0x000001abu, 0x00000008u, 0x00000000u, 0x000d001eu, 0x000001acu, 0x00000006u, - 0x00000006u, 0x00000006u, 0x000001aau, 0x000001aau, 0x00000006u, 0x00000006u, 0x00000006u, 0x000001aau, - 0x000001abu, 0x000001abu, 0x0003001du, 0x000001adu, 0x000001acu, 0x0003001eu, 0x000001aeu, 0x000001adu, - 0x00040020u, 0x000001afu, 0x0000000cu, 0x000001aeu, 0x0004003bu, 0x000001afu, 0x000001b0u, 0x0000000cu, - 0x00040020u, 0x000001b2u, 0x0000000cu, 0x00000006u, 0x00040020u, 0x000001bcu, 0x0000000cu, 0x000001aau, - 0x00040020u, 0x000001d2u, 0x0000000cu, 0x000001abu, 0x0003001du, 0x000001e1u, 0x00000007u, 0x0003001eu, - 0x000001e2u, 0x000001e1u, 0x00040020u, 0x000001e3u, 0x0000000cu, 0x000001e2u, 0x0004003bu, 0x000001e3u, - 0x000001e4u, 0x0000000cu, 0x00040020u, 0x000001e6u, 0x0000000cu, 0x00000007u, 0x0004002bu, 0x00000033u, - 0x000001edu, 0x00000002u, 0x0004002bu, 0x00000033u, 0x000001f0u, 0x00000003u, 0x0003001du, 0x000001f6u, - 0x0000006du, 0x0003001eu, 0x000001f7u, 0x000001f6u, 0x00040020u, 0x000001f8u, 0x0000000cu, 0x000001f7u, - 0x0004003bu, 0x000001f8u, 0x000001f9u, 0x0000000cu, 0x00040020u, 0x000001fbu, 0x0000000cu, 0x00000033u, - 0x00040017u, 0x00000201u, 0x00000033u, 0x00000003u, 0x00040020u, 0x00000202u, 0x00000001u, 0x00000201u, - 0x0004003bu, 0x00000202u, 0x00000203u, 0x00000001u, 0x00040020u, 0x00000204u, 0x00000001u, 0x00000033u, - 0x00040017u, 0x00000209u, 0x00000033u, 0x00000002u, 0x0004003bu, 0x00000204u, 0x0000020eu, 0x00000001u, - 0x0005002cu, 0x00000020u, 0x00000219u, 0x0000014cu, 0x00000088u, 0x00040032u, 0x00000006u, 0x00000222u, - 0x00000400u, 0x00040032u, 0x00000006u, 0x00000223u, 0x00000008u, 0x00060034u, 0x00000006u, 0x00000224u, - 0x00000087u, 0x00000222u, 0x00000223u, 0x00060034u, 0x00000006u, 0x0000022bu, 0x00000084u, 0x00000223u, - 0x0000014cu, 0x00040032u, 0x00000006u, 0x0000022cu, 0x00000008u, 0x00060034u, 0x00000006u, 0x0000022du, - 0x00000084u, 0x0000022cu, 0x00000088u, 0x00050033u, 0x00000020u, 0x0000022eu, 0x0000022bu, 0x0000022du, - 0x00060034u, 0x00000006u, 0x00000232u, 0x00000084u, 0x00000223u, 0x0000014cu, 0x00060034u, 0x00000006u, - 0x00000233u, 0x00000084u, 0x0000022cu, 0x00000088u, 0x00050033u, 0x00000020u, 0x00000234u, 0x00000232u, - 0x00000233u, 0x0004001eu, 0x00000236u, 0x00000209u, 0x00000006u, 0x00040020u, 0x00000237u, 0x00000009u, - 0x00000236u, 0x0004003bu, 0x00000237u, 0x00000238u, 0x00000009u, 0x00040020u, 0x00000239u, 0x00000009u, - 0x00000209u, 0x00050033u, 0x00000020u, 0x00000242u, 0x00000223u, 0x0000022cu, 0x00050033u, 0x00000020u, - 0x00000246u, 0x00000223u, 0x0000022cu, 0x00040020u, 0x0000024fu, 0x00000009u, 0x00000006u, 0x00040020u, - 0x00000256u, 0x00000004u, 0x00000033u, 0x0004003bu, 0x00000256u, 0x00000257u, 0x00000004u, 0x0004002bu, - 0x00000033u, 0x00000258u, 0x00000108u, 0x0004002bu, 0x00000006u, 0x0000025bu, 0x00000020u, 0x00040032u, - 0x00000006u, 0x00000273u, 0x00000001u, 0x0003001du, 0x000002b4u, 0x00000033u, 0x0003001eu, 0x000002b5u, - 0x000002b4u, 0x00040020u, 0x000002b6u, 0x0000000cu, 0x000002b5u, 0x0004003bu, 0x000002b6u, 0x000002b7u, - 0x0000000cu, 0x00040032u, 0x00000006u, 0x000002b9u, 0x00000100u, 0x00060034u, 0x00000006u, 0x000002bau, - 0x00000087u, 0x000002b9u, 0x0000025bu, 0x0003001du, 0x000002c4u, 0x00000033u, 0x0003001eu, 0x000002c5u, - 0x000002c4u, 0x00040020u, 0x000002c6u, 0x0000000cu, 0x000002c5u, 0x0004003bu, 0x000002c6u, 0x000002c7u, - 0x0000000cu, 0x0003001du, 0x000002e4u, 0x00000033u, 0x0003001eu, 0x000002e5u, 0x000002e4u, 0x00040020u, - 0x000002e6u, 0x0000000cu, 0x000002e5u, 0x0004003bu, 0x000002e6u, 0x000002e7u, 0x0000000cu, 0x00040017u, - 0x0000030cu, 0x000001abu, 0x00000004u, 0x0004002bu, 0x00000033u, 0x0000030du, 0x00000008u, 0x0004001cu, - 0x0000030eu, 0x000001abu, 0x0000030du, 0x0005001eu, 0x0000030fu, 0x0000030cu, 0x0000030cu, 0x0000030eu, - 0x0003001du, 0x00000310u, 0x0000030fu, 0x0003001eu, 0x00000311u, 0x00000310u, 0x00040020u, 0x00000312u, - 0x0000000cu, 0x00000311u, 0x0004003bu, 0x00000312u, 0x00000313u, 0x0000000cu, 0x0003001du, 0x0000031cu, - 0x0000006du, 0x0003001eu, 0x0000031du, 0x0000031cu, 0x00040020u, 0x0000031eu, 0x0000000cu, 0x0000031du, - 0x0004003bu, 0x0000031eu, 0x0000031fu, 0x0000000cu, 0x00040032u, 0x00000006u, 0x00000321u, 0x00008000u, - 0x00060034u, 0x00000033u, 0x00000322u, 0x00000080u, 0x00000321u, 0x0000004du, 0x00040020u, 0x00000330u, - 0x0000000cu, 0x0000006du, 0x0004002bu, 0x00000033u, 0x00000334u, 0x00000020u, 0x0006002cu, 0x00000201u, - 0x00000335u, 0x00000334u, 0x00000050u, 0x00000050u, 0x0005002cu, 0x00000020u, 0x00000754u, 0x000000acu, - 0x000000acu, 0x0007002cu, 0x00000007u, 0x00000755u, 0x00000042u, 0x00000042u, 0x00000042u, 0x00000042u, - 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, - 0x00000028u, 0x000006e2u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x000006d5u, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x000006c8u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000561u, 0x00000007u, 0x0004003bu, - 0x00000008u, 0x00000521u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000514u, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x00000507u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x000004fau, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x00000393u, 0x00000007u, 0x0004003bu, 0x00000008u, 0x00000353u, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x00000217u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000276u, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x00000278u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x000002a6u, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x000002a8u, 0x00000007u, 0x00050041u, 0x00000204u, 0x00000205u, 0x00000203u, 0x0000004du, - 0x0004003du, 0x00000033u, 0x00000206u, 0x00000205u, 0x0004007cu, 0x00000006u, 0x00000207u, 0x00000206u, - 0x0004003du, 0x00000201u, 0x0000020au, 0x00000203u, 0x0007004fu, 0x00000209u, 0x0000020bu, 0x0000020au, - 0x0000020au, 0x00000001u, 0x00000002u, 0x0004007cu, 0x00000020u, 0x0000020cu, 0x0000020bu, 0x0004003du, - 0x00000033u, 0x0000020fu, 0x0000020eu, 0x0004007cu, 0x00000006u, 0x00000210u, 0x0000020fu, 0x000500c7u, - 0x00000006u, 0x00000213u, 0x00000210u, 0x000000beu, 0x000500c3u, 0x00000006u, 0x00000216u, 0x00000210u, - 0x00000082u, 0x00050084u, 0x00000020u, 0x0000021au, 0x0000020cu, 0x00000219u, 0x00050050u, 0x00000020u, - 0x0000021du, 0x00000213u, 0x00000216u, 0x00050080u, 0x00000020u, 0x0000021eu, 0x0000021au, 0x0000021du, - 0x0003003eu, 0x00000217u, 0x0000021eu, 0x00050041u, 0x00000014u, 0x00000220u, 0x00000217u, 0x00000050u, - 0x0004003du, 0x00000006u, 0x00000221u, 0x00000220u, 0x00050084u, 0x00000006u, 0x00000225u, 0x00000221u, - 0x00000224u, 0x00050041u, 0x00000014u, 0x00000226u, 0x00000217u, 0x0000004du, 0x0004003du, 0x00000006u, - 0x00000227u, 0x00000226u, 0x00050080u, 0x00000006u, 0x00000228u, 0x00000225u, 0x00000227u, 0x00050084u, - 0x00000020u, 0x0000022fu, 0x0000020cu, 0x0000022eu, 0x00050080u, 0x00000020u, 0x00000235u, 0x0000022fu, - 0x00000234u, 0x00050041u, 0x00000239u, 0x0000023au, 0x00000238u, 0x00000098u, 0x0004003du, 0x00000209u, - 0x0000023bu, 0x0000023au, 0x0004007cu, 0x00000020u, 0x0000023cu, 0x0000023bu, 0x0007000cu, 0x00000020u, - 0x0000023du, 0x00000001u, 0x00000027u, 0x00000235u, 0x0000023cu, 0x00050082u, 0x00000020u, 0x0000023fu, - 0x0000023du, 0x00000754u, 0x00050084u, 0x00000020u, 0x00000243u, 0x0000021eu, 0x00000242u, 0x00050080u, - 0x00000020u, 0x00000247u, 0x00000243u, 0x00000246u, 0x0007000cu, 0x00000020u, 0x0000024bu, 0x00000001u, - 0x00000027u, 0x00000247u, 0x0000023cu, 0x00050082u, 0x00000020u, 0x0000024du, 0x0000024bu, 0x00000754u, - 0x00050041u, 0x0000024fu, 0x00000250u, 0x00000238u, 0x000000acu, 0x0004003du, 0x00000006u, 0x00000251u, - 0x00000250u, 0x000500aau, 0x0000001eu, 0x00000253u, 0x00000210u, 0x00000098u, 0x000300f7u, 0x00000255u, - 0x00000000u, 0x000400fau, 0x00000253u, 0x00000254u, 0x00000255u, 0x000200f8u, 0x00000254u, 0x0003003eu, - 0x00000257u, 0x0000004du, 0x000200f9u, 0x00000255u, 0x000200f8u, 0x00000255u, 0x000400e0u, 0x000001edu, - 0x000001edu, 0x00000258u, 0x000500b1u, 0x0000001eu, 0x0000025cu, 0x00000210u, 0x0000025bu, 0x000300f7u, - 0x0000025eu, 0x00000000u, 0x000400fau, 0x0000025cu, 0x0000025du, 0x0000025eu, 0x000200f8u, 0x0000025du, - 0x00050084u, 0x00000006u, 0x00000261u, 0x00000207u, 0x0000025bu, 0x00050080u, 0x00000006u, 0x00000263u, - 0x00000261u, 0x00000210u, 0x0004007cu, 0x00000033u, 0x00000264u, 0x00000263u, 0x0004007cu, 0x00000033u, - 0x00000267u, 0x00000251u, 0x000500b0u, 0x0000001eu, 0x00000268u, 0x00000264u, 0x00000267u, 0x000300f7u, - 0x0000026au, 0x00000000u, 0x000400fau, 0x00000268u, 0x00000269u, 0x0000026au, 0x000200f8u, 0x00000269u, - 0x00060041u, 0x000001e6u, 0x00000357u, 0x000001e4u, 0x00000098u, 0x00000264u, 0x0004003du, 0x00000007u, - 0x00000358u, 0x00000357u, 0x0003003eu, 0x00000353u, 0x00000358u, 0x00050041u, 0x00000014u, 0x00000359u, - 0x00000353u, 0x0000004du, 0x0004003du, 0x00000006u, 0x0000035au, 0x00000359u, 0x00050041u, 0x00000014u, - 0x0000035bu, 0x00000353u, 0x00000050u, 0x0004003du, 0x00000006u, 0x0000035cu, 0x0000035bu, 0x00050041u, - 0x00000014u, 0x0000035du, 0x00000353u, 0x000001edu, 0x0004003du, 0x00000006u, 0x0000035eu, 0x0000035du, - 0x00050041u, 0x00000014u, 0x0000035fu, 0x00000353u, 0x000001f0u, 0x0004003du, 0x00000006u, 0x00000360u, - 0x0000035fu, 0x00070041u, 0x000001b2u, 0x00000365u, 0x000001b0u, 0x00000098u, 0x00000264u, 0x00000098u, - 0x0004003du, 0x00000006u, 0x00000366u, 0x00000365u, 0x00070041u, 0x000001b2u, 0x00000368u, 0x000001b0u, - 0x00000098u, 0x00000264u, 0x000000acu, 0x0004003du, 0x00000006u, 0x00000369u, 0x00000368u, 0x00070041u, - 0x000001b2u, 0x0000036bu, 0x000001b0u, 0x00000098u, 0x00000264u, 0x000000c0u, 0x0004003du, 0x00000006u, - 0x0000036cu, 0x0000036bu, 0x00070041u, 0x000001bcu, 0x0000036eu, 0x000001b0u, 0x00000098u, 0x00000264u, - 0x00000082u, 0x0004003du, 0x000001aau, 0x0000036fu, 0x0000036eu, 0x00040072u, 0x00000006u, 0x00000370u, - 0x0000036fu, 0x00070041u, 0x000001bcu, 0x00000372u, 0x000001b0u, 0x00000098u, 0x00000264u, 0x00000088u, - 0x0004003du, 0x000001aau, 0x00000373u, 0x00000372u, 0x00040072u, 0x00000006u, 0x00000374u, 0x00000373u, - 0x00070041u, 0x000001b2u, 0x00000376u, 0x000001b0u, 0x00000098u, 0x00000264u, 0x00000096u, 0x0004003du, - 0x00000006u, 0x00000377u, 0x00000376u, 0x00070041u, 0x000001b2u, 0x00000379u, 0x000001b0u, 0x00000098u, - 0x00000264u, 0x000000aau, 0x0004003du, 0x00000006u, 0x0000037au, 0x00000379u, 0x00070041u, 0x000001b2u, - 0x0000037cu, 0x000001b0u, 0x00000098u, 0x00000264u, 0x000000beu, 0x0004003du, 0x00000006u, 0x0000037du, - 0x0000037cu, 0x00070041u, 0x000001bcu, 0x0000037fu, 0x000001b0u, 0x00000098u, 0x00000264u, 0x0000014cu, - 0x0004003du, 0x000001aau, 0x00000380u, 0x0000037fu, 0x00040072u, 0x00000006u, 0x00000381u, 0x00000380u, - 0x00070041u, 0x000001d2u, 0x00000383u, 0x000001b0u, 0x00000098u, 0x00000264u, 0x0000015au, 0x0004003du, - 0x000001abu, 0x00000384u, 0x00000383u, 0x00040071u, 0x00000033u, 0x00000385u, 0x00000384u, 0x0004007cu, - 0x00000006u, 0x00000386u, 0x00000385u, 0x0003003eu, 0x00000276u, 0x0000022fu, 0x0003003eu, 0x00000278u, - 0x0000023fu, 0x000300f7u, 0x0000040du, 0x00000000u, 0x000300fbu, 0x0000004du, 0x0000039cu, 0x000200f8u, - 0x0000039cu, 0x00050041u, 0x00000014u, 0x0000039du, 0x00000276u, 0x00000050u, 0x0004003du, 0x00000006u, - 0x0000039eu, 0x0000039du, 0x000500c3u, 0x00000006u, 0x000003a2u, 0x0000035cu, 0x000000c0u, 0x00050084u, - 0x00000006u, 0x000003a3u, 0x00000273u, 0x000003a2u, 0x0007000cu, 0x00000006u, 0x000003a4u, 0x00000001u, - 0x0000002au, 0x0000039eu, 0x000003a3u, 0x0003003eu, 0x0000039du, 0x000003a4u, 0x00050041u, 0x00000014u, - 0x000003a6u, 0x00000278u, 0x00000050u, 0x0004003du, 0x00000006u, 0x000003a7u, 0x000003a6u, 0x00050080u, - 0x00000006u, 0x000003abu, 0x00000360u, 0x00000082u, 0x000500c3u, 0x00000006u, 0x000003acu, 0x000003abu, - 0x000000c0u, 0x00050084u, 0x00000006u, 0x000003adu, 0x00000273u, 0x000003acu, 0x00050082u, 0x00000006u, - 0x000003aeu, 0x000003adu, 0x000000acu, 0x0007000cu, 0x00000006u, 0x000003afu, 0x00000001u, 0x00000027u, - 0x000003a7u, 0x000003aeu, 0x0003003eu, 0x000003a6u, 0x000003afu, 0x0004003du, 0x00000006u, 0x000003b2u, - 0x0000039du, 0x00050084u, 0x00000006u, 0x000003b3u, 0x000003b2u, 0x00000088u, 0x0004003du, 0x00000006u, - 0x000003b5u, 0x000003a6u, 0x00050084u, 0x00000006u, 0x000003b6u, 0x000003b5u, 0x00000088u, 0x00050080u, - 0x00000006u, 0x000003b7u, 0x000003b6u, 0x00000082u, 0x00050084u, 0x00000006u, 0x000003bcu, 0x00000273u, - 0x00000370u, 0x0007000cu, 0x00000006u, 0x000003bdu, 0x00000001u, 0x0000002au, 0x000003b3u, 0x000003bcu, - 0x00050084u, 0x00000006u, 0x000003c2u, 0x00000273u, 0x00000381u, 0x00050082u, 0x00000006u, 0x000003c3u, - 0x000003c2u, 0x000000acu, 0x0007000cu, 0x00000006u, 0x000003c4u, 0x00000001u, 0x00000027u, 0x000003b7u, - 0x000003c3u, 0x000500b1u, 0x0000001eu, 0x000003c7u, 0x000003c4u, 0x000003bdu, 0x000300f7u, 0x000003c9u, - 0x00000000u, 0x000400fau, 0x000003c7u, 0x000003c8u, 0x000003c9u, 0x000200f8u, 0x000003c8u, 0x000200f9u, - 0x0000040du, 0x000200f8u, 0x000003c9u, 0x000500c7u, 0x00000006u, 0x000003ccu, 0x00000386u, 0x000000acu, - 0x000500abu, 0x0000001eu, 0x000003cdu, 0x000003ccu, 0x00000098u, 0x00050084u, 0x00000006u, 0x000003d3u, - 0x00000374u, 0x00000273u, 0x00050050u, 0x00000020u, 0x000003d4u, 0x000003d3u, 0x000003d3u, 0x00050080u, - 0x00000020u, 0x000003d5u, 0x000003d4u, 0x00000166u, 0x00050050u, 0x00000020u, 0x000003d7u, 0x000003bdu, - 0x000003bdu, 0x00050050u, 0x00000020u, 0x000003d9u, 0x000003c4u, 0x000003c4u, 0x0008000cu, 0x00000020u, - 0x000003dau, 0x00000001u, 0x0000002du, 0x000003d5u, 0x000003d7u, 0x000003d9u, 0x00050051u, 0x00000006u, - 0x000003dbu, 0x000003dau, 0x00000000u, 0x00050051u, 0x00000006u, 0x000003dcu, 0x000003dau, 0x00000001u, - 0x00070050u, 0x00000007u, 0x000003ddu, 0x000003bdu, 0x000003c4u, 0x000003dbu, 0x000003dcu, 0x000500c7u, - 0x00000006u, 0x00000432u, 0x00000370u, 0x00000085u, 0x00050084u, 0x00000006u, 0x00000437u, 0x00000432u, - 0x00000273u, 0x00070050u, 0x00000007u, 0x0000043du, 0x00000437u, 0x00000437u, 0x00000437u, 0x00000437u, - 0x00050082u, 0x00000007u, 0x0000043eu, 0x000003ddu, 0x0000043du, 0x00050084u, 0x00000006u, 0x00000442u, - 0x00000273u, 0x00000366u, 0x00070050u, 0x00000007u, 0x000004a9u, 0x00000377u, 0x00000377u, 0x00000377u, - 0x00000377u, 0x00050098u, 0x00000068u, 0x000004aau, 0x0000043eu, 0x000004a9u, 0x00050051u, 0x00000007u, - 0x000004abu, 0x000004aau, 0x00000000u, 0x00050051u, 0x00000007u, 0x000004acu, 0x000004aau, 0x00000001u, - 0x0004007cu, 0x0000006du, 0x000004aeu, 0x000004abu, 0x0004007cu, 0x00000033u, 0x000004b0u, 0x00000442u, - 0x00070050u, 0x0000006du, 0x000004b1u, 0x000004b0u, 0x000004b0u, 0x000004b0u, 0x000004b0u, 0x00050095u, - 0x00000074u, 0x000004b2u, 0x000004aeu, 0x000004b1u, 0x00050051u, 0x0000006du, 0x000004b3u, 0x000004b2u, - 0x00000001u, 0x00050051u, 0x0000006du, 0x000004b4u, 0x000004b2u, 0x00000000u, 0x0004007cu, 0x00000007u, - 0x000004b5u, 0x000004b4u, 0x0004007cu, 0x00000007u, 0x000004b7u, 0x000004b3u, 0x00050080u, 0x00000007u, - 0x000004b9u, 0x000004acu, 0x000004b7u, 0x00050084u, 0x00000006u, 0x0000044eu, 0x00000273u, 0x00000369u, - 0x00070050u, 0x00000007u, 0x000004c3u, 0x0000037au, 0x0000037au, 0x0000037au, 0x0000037au, 0x00050098u, - 0x00000068u, 0x000004c4u, 0x0000043eu, 0x000004c3u, 0x00050051u, 0x00000007u, 0x000004c5u, 0x000004c4u, - 0x00000000u, 0x00050051u, 0x00000007u, 0x000004c6u, 0x000004c4u, 0x00000001u, 0x0004007cu, 0x0000006du, - 0x000004c8u, 0x000004c5u, 0x0004007cu, 0x00000033u, 0x000004cau, 0x0000044eu, 0x00070050u, 0x0000006du, - 0x000004cbu, 0x000004cau, 0x000004cau, 0x000004cau, 0x000004cau, 0x00050095u, 0x00000074u, 0x000004ccu, - 0x000004c8u, 0x000004cbu, 0x00050051u, 0x0000006du, 0x000004cdu, 0x000004ccu, 0x00000001u, 0x00050051u, - 0x0000006du, 0x000004ceu, 0x000004ccu, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000004cfu, 0x000004ceu, - 0x0004007cu, 0x00000007u, 0x000004d1u, 0x000004cdu, 0x00050080u, 0x00000007u, 0x000004d3u, 0x000004c6u, - 0x000004d1u, 0x00070050u, 0x00000007u, 0x00000455u, 0x000003d3u, 0x000003d3u, 0x000003d3u, 0x000003d3u, - 0x00050082u, 0x00000007u, 0x00000456u, 0x000003ddu, 0x00000455u, 0x00050084u, 0x00000006u, 0x0000045au, - 0x00000273u, 0x0000036cu, 0x00070050u, 0x00000007u, 0x000004ddu, 0x0000037du, 0x0000037du, 0x0000037du, - 0x0000037du, 0x00050098u, 0x00000068u, 0x000004deu, 0x00000456u, 0x000004ddu, 0x00050051u, 0x00000007u, - 0x000004dfu, 0x000004deu, 0x00000000u, 0x00050051u, 0x00000007u, 0x000004e0u, 0x000004deu, 0x00000001u, - 0x0004007cu, 0x0000006du, 0x000004e2u, 0x000004dfu, 0x0004007cu, 0x00000033u, 0x000004e4u, 0x0000045au, - 0x00070050u, 0x0000006du, 0x000004e5u, 0x000004e4u, 0x000004e4u, 0x000004e4u, 0x000004e4u, 0x00050095u, - 0x00000074u, 0x000004e6u, 0x000004e2u, 0x000004e5u, 0x00050051u, 0x0000006du, 0x000004e7u, 0x000004e6u, - 0x00000001u, 0x00050051u, 0x0000006du, 0x000004e8u, 0x000004e6u, 0x00000000u, 0x0004007cu, 0x00000007u, - 0x000004e9u, 0x000004e8u, 0x0004007cu, 0x00000007u, 0x000004ebu, 0x000004e7u, 0x00050080u, 0x00000007u, - 0x000004edu, 0x000004e0u, 0x000004ebu, 0x00050084u, 0x00000006u, 0x00000465u, 0x00000273u, 0x00000374u, - 0x00070050u, 0x00000007u, 0x00000466u, 0x00000465u, 0x00000465u, 0x00000465u, 0x00000465u, 0x000500b1u, - 0x000000d5u, 0x00000467u, 0x000003ddu, 0x00000466u, 0x000600a9u, 0x00000007u, 0x00000468u, 0x00000467u, - 0x000004cfu, 0x000004e9u, 0x000600a9u, 0x00000007u, 0x00000472u, 0x00000467u, 0x000004d3u, 0x000004edu, - 0x000500adu, 0x000000d5u, 0x00000475u, 0x000004b9u, 0x000000e6u, 0x000600a9u, 0x00000007u, 0x00000476u, - 0x00000475u, 0x000000e4u, 0x000004b5u, 0x000500b1u, 0x000000d5u, 0x00000479u, 0x000004b9u, 0x000000eeu, - 0x000600a9u, 0x00000007u, 0x0000047au, 0x00000479u, 0x000000ebu, 0x00000476u, 0x000500adu, 0x000000d5u, - 0x0000047du, 0x00000472u, 0x000000e6u, 0x000600a9u, 0x00000007u, 0x0000047eu, 0x0000047du, 0x000000e4u, - 0x00000468u, 0x000500b1u, 0x000000d5u, 0x00000481u, 0x00000472u, 0x000000eeu, 0x000600a9u, 0x00000007u, - 0x00000482u, 0x00000481u, 0x000000ebu, 0x0000047eu, 0x000500c3u, 0x00000007u, 0x000004f4u, 0x0000047au, - 0x00000755u, 0x000500c3u, 0x00000007u, 0x000004f9u, 0x00000482u, 0x00000755u, 0x00070050u, 0x000000d5u, - 0x00000756u, 0x000003cdu, 0x000003cdu, 0x000003cdu, 0x000003cdu, 0x000600a9u, 0x00000007u, 0x00000757u, - 0x00000756u, 0x000004f9u, 0x000004f4u, 0x000600a9u, 0x00000007u, 0x00000759u, 0x00000756u, 0x000004f4u, - 0x000004f9u, 0x0006000cu, 0x00000007u, 0x00000490u, 0x00000001u, 0x00000005u, 0x00000759u, 0x0006000cu, - 0x00000007u, 0x00000492u, 0x00000001u, 0x00000005u, 0x00000757u, 0x0007000cu, 0x00000007u, 0x00000493u, - 0x00000001u, 0x0000002au, 0x00000490u, 0x00000492u, 0x0007004fu, 0x00000020u, 0x000004feu, 0x00000493u, - 0x00000493u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x00000500u, 0x00000493u, 0x00000493u, - 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x00000501u, 0x00000001u, 0x0000002au, 0x000004feu, - 0x00000500u, 0x0003003eu, 0x000004fau, 0x00000501u, 0x00050041u, 0x00000014u, 0x00000502u, 0x000004fau, - 0x0000004du, 0x0004003du, 0x00000006u, 0x00000503u, 0x00000502u, 0x00050041u, 0x00000014u, 0x00000504u, - 0x000004fau, 0x00000050u, 0x0004003du, 0x00000006u, 0x00000505u, 0x00000504u, 0x0007000cu, 0x00000006u, - 0x00000506u, 0x00000001u, 0x0000002au, 0x00000503u, 0x00000505u, 0x00050084u, 0x00000006u, 0x00000497u, - 0x00000114u, 0x00000273u, 0x000500b3u, 0x0000001eu, 0x00000498u, 0x00000506u, 0x00000497u, 0x000300f7u, - 0x000004a0u, 0x00000000u, 0x000400fau, 0x00000498u, 0x00000499u, 0x0000049fu, 0x000200f8u, 0x00000499u, - 0x0007004fu, 0x00000020u, 0x0000050bu, 0x00000759u, 0x00000759u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x00000020u, 0x0000050du, 0x00000759u, 0x00000759u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, - 0x0000050eu, 0x00000001u, 0x00000027u, 0x0000050bu, 0x0000050du, 0x0003003eu, 0x00000507u, 0x0000050eu, - 0x00050041u, 0x00000014u, 0x0000050fu, 0x00000507u, 0x0000004du, 0x0004003du, 0x00000006u, 0x00000510u, - 0x0000050fu, 0x00050041u, 0x00000014u, 0x00000511u, 0x00000507u, 0x00000050u, 0x0004003du, 0x00000006u, - 0x00000512u, 0x00000511u, 0x0007000cu, 0x00000006u, 0x00000513u, 0x00000001u, 0x00000027u, 0x00000510u, - 0x00000512u, 0x0007004fu, 0x00000020u, 0x00000518u, 0x00000757u, 0x00000757u, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x00000020u, 0x0000051au, 0x00000757u, 0x00000757u, 0x00000002u, 0x00000003u, 0x0007000cu, - 0x00000020u, 0x0000051bu, 0x00000001u, 0x0000002au, 0x00000518u, 0x0000051au, 0x0003003eu, 0x00000514u, - 0x0000051bu, 0x00050041u, 0x00000014u, 0x0000051cu, 0x00000514u, 0x0000004du, 0x0004003du, 0x00000006u, - 0x0000051du, 0x0000051cu, 0x00050041u, 0x00000014u, 0x0000051eu, 0x00000514u, 0x00000050u, 0x0004003du, - 0x00000006u, 0x0000051fu, 0x0000051eu, 0x0007000cu, 0x00000006u, 0x00000520u, 0x00000001u, 0x0000002au, - 0x0000051du, 0x0000051fu, 0x00050050u, 0x00000020u, 0x0000049eu, 0x00000513u, 0x00000520u, 0x000200f9u, - 0x000004a0u, 0x000200f8u, 0x0000049fu, 0x000200f9u, 0x000004a0u, 0x000200f8u, 0x000004a0u, 0x000700f5u, - 0x00000020u, 0x00000737u, 0x0000049eu, 0x00000499u, 0x00000123u, 0x0000049fu, 0x000500c7u, 0x00000006u, - 0x000003e5u, 0x00000386u, 0x0000017eu, 0x000500abu, 0x0000001eu, 0x000003e6u, 0x000003e5u, 0x00000098u, - 0x000600a9u, 0x00000006u, 0x000003e7u, 0x000003e6u, 0x00000088u, 0x00000082u, 0x000500c3u, 0x00000006u, - 0x000003ebu, 0x0000035au, 0x000000c0u, 0x00050084u, 0x00000006u, 0x000003ecu, 0x00000273u, 0x000003ebu, - 0x00050080u, 0x00000006u, 0x000003f1u, 0x0000035eu, 0x000003e7u, 0x000500c3u, 0x00000006u, 0x000003f2u, - 0x000003f1u, 0x000000c0u, 0x00050084u, 0x00000006u, 0x000003f3u, 0x00000273u, 0x000003f2u, 0x00050082u, - 0x00000006u, 0x000003f4u, 0x000003f3u, 0x000000acu, 0x00050050u, 0x00000020u, 0x000003f5u, 0x000003ecu, - 0x000003f4u, 0x0007004fu, 0x00000020u, 0x000003f8u, 0x000003f5u, 0x000003f5u, 0x00000000u, 0x00000000u, - 0x0007004fu, 0x00000020u, 0x000003fau, 0x000003f5u, 0x000003f5u, 0x00000001u, 0x00000001u, 0x0008000cu, - 0x00000020u, 0x000003fbu, 0x00000001u, 0x0000002du, 0x00000737u, 0x000003f8u, 0x000003fau, 0x0003003eu, - 0x00000393u, 0x000003fbu, 0x00050041u, 0x00000014u, 0x000003fcu, 0x00000393u, 0x0000004du, 0x0004003du, - 0x00000006u, 0x000003fdu, 0x000003fcu, 0x00050041u, 0x00000014u, 0x000003feu, 0x00000276u, 0x0000004du, - 0x0004003du, 0x00000006u, 0x000003ffu, 0x000003feu, 0x0007000cu, 0x00000006u, 0x00000400u, 0x00000001u, - 0x0000002au, 0x000003fdu, 0x000003ffu, 0x0003003eu, 0x000003fcu, 0x00000400u, 0x00050041u, 0x00000014u, - 0x00000402u, 0x00000393u, 0x00000050u, 0x0004003du, 0x00000006u, 0x00000403u, 0x00000402u, 0x00050041u, - 0x00000014u, 0x00000404u, 0x00000278u, 0x0000004du, 0x0004003du, 0x00000006u, 0x00000405u, 0x00000404u, - 0x0007000cu, 0x00000006u, 0x00000406u, 0x00000001u, 0x00000027u, 0x00000403u, 0x00000405u, 0x0003003eu, - 0x00000402u, 0x00000406u, 0x0004003du, 0x00000006u, 0x00000409u, 0x000003fcu, 0x0004003du, 0x00000006u, - 0x0000040bu, 0x00000402u, 0x000500b3u, 0x0000001eu, 0x0000040cu, 0x00000409u, 0x0000040bu, 0x000200f9u, - 0x0000040du, 0x000200f8u, 0x0000040du, 0x000700f5u, 0x0000001eu, 0x00000738u, 0x00000157u, 0x000003c8u, - 0x0000040cu, 0x000004a0u, 0x000200f9u, 0x0000026au, 0x000200f8u, 0x0000026au, 0x000700f5u, 0x0000001eu, - 0x0000073au, 0x00000157u, 0x0000025du, 0x00000738u, 0x0000040du, 0x000200f9u, 0x0000025eu, 0x000200f8u, - 0x0000025eu, 0x000700f5u, 0x0000001eu, 0x00000739u, 0x00000157u, 0x00000255u, 0x0000073au, 0x0000026au, - 0x000300f7u, 0x00000280u, 0x00000000u, 0x000400fau, 0x00000739u, 0x0000027fu, 0x00000280u, 0x000200f8u, - 0x0000027fu, 0x000500c4u, 0x00000033u, 0x00000282u, 0x00000050u, 0x00000210u, 0x000700f1u, 0x00000033u, - 0x00000283u, 0x00000257u, 0x00000050u, 0x0000004du, 0x00000282u, 0x000200f9u, 0x00000280u, 0x000200f8u, - 0x00000280u, 0x000400e0u, 0x000001edu, 0x000001edu, 0x00000258u, 0x0004003du, 0x00000033u, 0x00000285u, - 0x00000257u, 0x000200f9u, 0x00000287u, 0x000200f8u, 0x00000287u, 0x000700f5u, 0x00000033u, 0x0000073cu, - 0x0000004du, 0x00000280u, 0x00000750u, 0x0000028au, 0x000700f5u, 0x00000033u, 0x0000073bu, 0x00000285u, - 0x00000280u, 0x00000295u, 0x0000028au, 0x000500abu, 0x0000001eu, 0x0000028du, 0x0000073bu, 0x0000004du, - 0x000400f6u, 0x00000289u, 0x0000028au, 0x00000000u, 0x000400fau, 0x0000028du, 0x00000288u, 0x00000289u, - 0x000200f8u, 0x00000288u, 0x0006000cu, 0x00000006u, 0x00000290u, 0x00000001u, 0x00000049u, 0x0000073bu, - 0x000500c4u, 0x00000033u, 0x00000292u, 0x00000050u, 0x00000290u, 0x000400c8u, 0x00000033u, 0x00000293u, - 0x00000292u, 0x000500c7u, 0x00000033u, 0x00000295u, 0x0000073bu, 0x00000293u, 0x00050084u, 0x00000006u, - 0x00000298u, 0x00000207u, 0x0000025bu, 0x00050080u, 0x00000006u, 0x0000029au, 0x00000298u, 0x00000290u, - 0x0004007cu, 0x00000033u, 0x0000029bu, 0x0000029au, 0x00060041u, 0x000001e6u, 0x00000525u, 0x000001e4u, - 0x00000098u, 0x0000029bu, 0x0004003du, 0x00000007u, 0x00000526u, 0x00000525u, 0x0003003eu, 0x00000521u, - 0x00000526u, 0x00050041u, 0x00000014u, 0x00000527u, 0x00000521u, 0x0000004du, 0x0004003du, 0x00000006u, - 0x00000528u, 0x00000527u, 0x00050041u, 0x00000014u, 0x00000529u, 0x00000521u, 0x00000050u, 0x0004003du, - 0x00000006u, 0x0000052au, 0x00000529u, 0x00050041u, 0x00000014u, 0x0000052bu, 0x00000521u, 0x000001edu, - 0x0004003du, 0x00000006u, 0x0000052cu, 0x0000052bu, 0x00050041u, 0x00000014u, 0x0000052du, 0x00000521u, - 0x000001f0u, 0x0004003du, 0x00000006u, 0x0000052eu, 0x0000052du, 0x00070041u, 0x000001b2u, 0x00000533u, - 0x000001b0u, 0x00000098u, 0x0000029bu, 0x00000098u, 0x0004003du, 0x00000006u, 0x00000534u, 0x00000533u, - 0x00070041u, 0x000001b2u, 0x00000536u, 0x000001b0u, 0x00000098u, 0x0000029bu, 0x000000acu, 0x0004003du, - 0x00000006u, 0x00000537u, 0x00000536u, 0x00070041u, 0x000001b2u, 0x00000539u, 0x000001b0u, 0x00000098u, - 0x0000029bu, 0x000000c0u, 0x0004003du, 0x00000006u, 0x0000053au, 0x00000539u, 0x00070041u, 0x000001bcu, - 0x0000053cu, 0x000001b0u, 0x00000098u, 0x0000029bu, 0x00000082u, 0x0004003du, 0x000001aau, 0x0000053du, - 0x0000053cu, 0x00040072u, 0x00000006u, 0x0000053eu, 0x0000053du, 0x00070041u, 0x000001bcu, 0x00000540u, - 0x000001b0u, 0x00000098u, 0x0000029bu, 0x00000088u, 0x0004003du, 0x000001aau, 0x00000541u, 0x00000540u, - 0x00040072u, 0x00000006u, 0x00000542u, 0x00000541u, 0x00070041u, 0x000001b2u, 0x00000544u, 0x000001b0u, - 0x00000098u, 0x0000029bu, 0x00000096u, 0x0004003du, 0x00000006u, 0x00000545u, 0x00000544u, 0x00070041u, - 0x000001b2u, 0x00000547u, 0x000001b0u, 0x00000098u, 0x0000029bu, 0x000000aau, 0x0004003du, 0x00000006u, - 0x00000548u, 0x00000547u, 0x00070041u, 0x000001b2u, 0x0000054au, 0x000001b0u, 0x00000098u, 0x0000029bu, - 0x000000beu, 0x0004003du, 0x00000006u, 0x0000054bu, 0x0000054au, 0x00070041u, 0x000001bcu, 0x0000054du, - 0x000001b0u, 0x00000098u, 0x0000029bu, 0x0000014cu, 0x0004003du, 0x000001aau, 0x0000054eu, 0x0000054du, - 0x00040072u, 0x00000006u, 0x0000054fu, 0x0000054eu, 0x00070041u, 0x000001d2u, 0x00000551u, 0x000001b0u, - 0x00000098u, 0x0000029bu, 0x0000015au, 0x0004003du, 0x000001abu, 0x00000552u, 0x00000551u, 0x00040071u, - 0x00000033u, 0x00000553u, 0x00000552u, 0x0004007cu, 0x00000006u, 0x00000554u, 0x00000553u, 0x0003003eu, - 0x000002a6u, 0x00000243u, 0x0003003eu, 0x000002a8u, 0x0000024du, 0x000300f7u, 0x000005dbu, 0x00000000u, - 0x000300fbu, 0x0000004du, 0x0000056au, 0x000200f8u, 0x0000056au, 0x00050041u, 0x00000014u, 0x0000056bu, - 0x000002a6u, 0x00000050u, 0x0004003du, 0x00000006u, 0x0000056cu, 0x0000056bu, 0x000500c3u, 0x00000006u, - 0x00000570u, 0x0000052au, 0x000000c0u, 0x00050084u, 0x00000006u, 0x00000571u, 0x00000273u, 0x00000570u, - 0x0007000cu, 0x00000006u, 0x00000572u, 0x00000001u, 0x0000002au, 0x0000056cu, 0x00000571u, 0x0003003eu, - 0x0000056bu, 0x00000572u, 0x00050041u, 0x00000014u, 0x00000574u, 0x000002a8u, 0x00000050u, 0x0004003du, - 0x00000006u, 0x00000575u, 0x00000574u, 0x00050080u, 0x00000006u, 0x00000579u, 0x0000052eu, 0x00000082u, - 0x000500c3u, 0x00000006u, 0x0000057au, 0x00000579u, 0x000000c0u, 0x00050084u, 0x00000006u, 0x0000057bu, - 0x00000273u, 0x0000057au, 0x00050082u, 0x00000006u, 0x0000057cu, 0x0000057bu, 0x000000acu, 0x0007000cu, - 0x00000006u, 0x0000057du, 0x00000001u, 0x00000027u, 0x00000575u, 0x0000057cu, 0x0003003eu, 0x00000574u, - 0x0000057du, 0x0004003du, 0x00000006u, 0x00000580u, 0x0000056bu, 0x00050084u, 0x00000006u, 0x00000581u, - 0x00000580u, 0x00000088u, 0x0004003du, 0x00000006u, 0x00000583u, 0x00000574u, 0x00050084u, 0x00000006u, - 0x00000584u, 0x00000583u, 0x00000088u, 0x00050080u, 0x00000006u, 0x00000585u, 0x00000584u, 0x00000082u, - 0x00050084u, 0x00000006u, 0x0000058au, 0x00000273u, 0x0000053eu, 0x0007000cu, 0x00000006u, 0x0000058bu, - 0x00000001u, 0x0000002au, 0x00000581u, 0x0000058au, 0x00050084u, 0x00000006u, 0x00000590u, 0x00000273u, - 0x0000054fu, 0x00050082u, 0x00000006u, 0x00000591u, 0x00000590u, 0x000000acu, 0x0007000cu, 0x00000006u, - 0x00000592u, 0x00000001u, 0x00000027u, 0x00000585u, 0x00000591u, 0x000500b1u, 0x0000001eu, 0x00000595u, - 0x00000592u, 0x0000058bu, 0x000300f7u, 0x00000597u, 0x00000000u, 0x000400fau, 0x00000595u, 0x00000596u, - 0x00000597u, 0x000200f8u, 0x00000596u, 0x000200f9u, 0x000005dbu, 0x000200f8u, 0x00000597u, 0x000500c7u, - 0x00000006u, 0x0000059au, 0x00000554u, 0x000000acu, 0x000500abu, 0x0000001eu, 0x0000059bu, 0x0000059au, - 0x00000098u, 0x00050084u, 0x00000006u, 0x000005a1u, 0x00000542u, 0x00000273u, 0x00050050u, 0x00000020u, - 0x000005a2u, 0x000005a1u, 0x000005a1u, 0x00050080u, 0x00000020u, 0x000005a3u, 0x000005a2u, 0x00000166u, - 0x00050050u, 0x00000020u, 0x000005a5u, 0x0000058bu, 0x0000058bu, 0x00050050u, 0x00000020u, 0x000005a7u, - 0x00000592u, 0x00000592u, 0x0008000cu, 0x00000020u, 0x000005a8u, 0x00000001u, 0x0000002du, 0x000005a3u, - 0x000005a5u, 0x000005a7u, 0x00050051u, 0x00000006u, 0x000005a9u, 0x000005a8u, 0x00000000u, 0x00050051u, - 0x00000006u, 0x000005aau, 0x000005a8u, 0x00000001u, 0x00070050u, 0x00000007u, 0x000005abu, 0x0000058bu, - 0x00000592u, 0x000005a9u, 0x000005aau, 0x000500c7u, 0x00000006u, 0x00000600u, 0x0000053eu, 0x00000085u, - 0x00050084u, 0x00000006u, 0x00000605u, 0x00000600u, 0x00000273u, 0x00070050u, 0x00000007u, 0x0000060bu, - 0x00000605u, 0x00000605u, 0x00000605u, 0x00000605u, 0x00050082u, 0x00000007u, 0x0000060cu, 0x000005abu, - 0x0000060bu, 0x00050084u, 0x00000006u, 0x00000610u, 0x00000273u, 0x00000534u, 0x00070050u, 0x00000007u, - 0x00000677u, 0x00000545u, 0x00000545u, 0x00000545u, 0x00000545u, 0x00050098u, 0x00000068u, 0x00000678u, - 0x0000060cu, 0x00000677u, 0x00050051u, 0x00000007u, 0x00000679u, 0x00000678u, 0x00000000u, 0x00050051u, - 0x00000007u, 0x0000067au, 0x00000678u, 0x00000001u, 0x0004007cu, 0x0000006du, 0x0000067cu, 0x00000679u, - 0x0004007cu, 0x00000033u, 0x0000067eu, 0x00000610u, 0x00070050u, 0x0000006du, 0x0000067fu, 0x0000067eu, - 0x0000067eu, 0x0000067eu, 0x0000067eu, 0x00050095u, 0x00000074u, 0x00000680u, 0x0000067cu, 0x0000067fu, - 0x00050051u, 0x0000006du, 0x00000681u, 0x00000680u, 0x00000001u, 0x00050051u, 0x0000006du, 0x00000682u, - 0x00000680u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000683u, 0x00000682u, 0x0004007cu, 0x00000007u, - 0x00000685u, 0x00000681u, 0x00050080u, 0x00000007u, 0x00000687u, 0x0000067au, 0x00000685u, 0x00050084u, - 0x00000006u, 0x0000061cu, 0x00000273u, 0x00000537u, 0x00070050u, 0x00000007u, 0x00000691u, 0x00000548u, - 0x00000548u, 0x00000548u, 0x00000548u, 0x00050098u, 0x00000068u, 0x00000692u, 0x0000060cu, 0x00000691u, - 0x00050051u, 0x00000007u, 0x00000693u, 0x00000692u, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000694u, - 0x00000692u, 0x00000001u, 0x0004007cu, 0x0000006du, 0x00000696u, 0x00000693u, 0x0004007cu, 0x00000033u, - 0x00000698u, 0x0000061cu, 0x00070050u, 0x0000006du, 0x00000699u, 0x00000698u, 0x00000698u, 0x00000698u, - 0x00000698u, 0x00050095u, 0x00000074u, 0x0000069au, 0x00000696u, 0x00000699u, 0x00050051u, 0x0000006du, - 0x0000069bu, 0x0000069au, 0x00000001u, 0x00050051u, 0x0000006du, 0x0000069cu, 0x0000069au, 0x00000000u, - 0x0004007cu, 0x00000007u, 0x0000069du, 0x0000069cu, 0x0004007cu, 0x00000007u, 0x0000069fu, 0x0000069bu, - 0x00050080u, 0x00000007u, 0x000006a1u, 0x00000694u, 0x0000069fu, 0x00070050u, 0x00000007u, 0x00000623u, - 0x000005a1u, 0x000005a1u, 0x000005a1u, 0x000005a1u, 0x00050082u, 0x00000007u, 0x00000624u, 0x000005abu, - 0x00000623u, 0x00050084u, 0x00000006u, 0x00000628u, 0x00000273u, 0x0000053au, 0x00070050u, 0x00000007u, - 0x000006abu, 0x0000054bu, 0x0000054bu, 0x0000054bu, 0x0000054bu, 0x00050098u, 0x00000068u, 0x000006acu, - 0x00000624u, 0x000006abu, 0x00050051u, 0x00000007u, 0x000006adu, 0x000006acu, 0x00000000u, 0x00050051u, - 0x00000007u, 0x000006aeu, 0x000006acu, 0x00000001u, 0x0004007cu, 0x0000006du, 0x000006b0u, 0x000006adu, - 0x0004007cu, 0x00000033u, 0x000006b2u, 0x00000628u, 0x00070050u, 0x0000006du, 0x000006b3u, 0x000006b2u, - 0x000006b2u, 0x000006b2u, 0x000006b2u, 0x00050095u, 0x00000074u, 0x000006b4u, 0x000006b0u, 0x000006b3u, - 0x00050051u, 0x0000006du, 0x000006b5u, 0x000006b4u, 0x00000001u, 0x00050051u, 0x0000006du, 0x000006b6u, - 0x000006b4u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000006b7u, 0x000006b6u, 0x0004007cu, 0x00000007u, - 0x000006b9u, 0x000006b5u, 0x00050080u, 0x00000007u, 0x000006bbu, 0x000006aeu, 0x000006b9u, 0x00050084u, - 0x00000006u, 0x00000633u, 0x00000273u, 0x00000542u, 0x00070050u, 0x00000007u, 0x00000634u, 0x00000633u, - 0x00000633u, 0x00000633u, 0x00000633u, 0x000500b1u, 0x000000d5u, 0x00000635u, 0x000005abu, 0x00000634u, - 0x000600a9u, 0x00000007u, 0x00000636u, 0x00000635u, 0x0000069du, 0x000006b7u, 0x000600a9u, 0x00000007u, - 0x00000640u, 0x00000635u, 0x000006a1u, 0x000006bbu, 0x000500adu, 0x000000d5u, 0x00000643u, 0x00000687u, - 0x000000e6u, 0x000600a9u, 0x00000007u, 0x00000644u, 0x00000643u, 0x000000e4u, 0x00000683u, 0x000500b1u, - 0x000000d5u, 0x00000647u, 0x00000687u, 0x000000eeu, 0x000600a9u, 0x00000007u, 0x00000648u, 0x00000647u, - 0x000000ebu, 0x00000644u, 0x000500adu, 0x000000d5u, 0x0000064bu, 0x00000640u, 0x000000e6u, 0x000600a9u, - 0x00000007u, 0x0000064cu, 0x0000064bu, 0x000000e4u, 0x00000636u, 0x000500b1u, 0x000000d5u, 0x0000064fu, - 0x00000640u, 0x000000eeu, 0x000600a9u, 0x00000007u, 0x00000650u, 0x0000064fu, 0x000000ebu, 0x0000064cu, - 0x000500c3u, 0x00000007u, 0x000006c2u, 0x00000648u, 0x00000755u, 0x000500c3u, 0x00000007u, 0x000006c7u, - 0x00000650u, 0x00000755u, 0x00070050u, 0x000000d5u, 0x0000075au, 0x0000059bu, 0x0000059bu, 0x0000059bu, - 0x0000059bu, 0x000600a9u, 0x00000007u, 0x0000075bu, 0x0000075au, 0x000006c7u, 0x000006c2u, 0x000600a9u, - 0x00000007u, 0x0000075du, 0x0000075au, 0x000006c2u, 0x000006c7u, 0x0006000cu, 0x00000007u, 0x0000065eu, - 0x00000001u, 0x00000005u, 0x0000075du, 0x0006000cu, 0x00000007u, 0x00000660u, 0x00000001u, 0x00000005u, - 0x0000075bu, 0x0007000cu, 0x00000007u, 0x00000661u, 0x00000001u, 0x0000002au, 0x0000065eu, 0x00000660u, - 0x0007004fu, 0x00000020u, 0x000006ccu, 0x00000661u, 0x00000661u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x00000020u, 0x000006ceu, 0x00000661u, 0x00000661u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, - 0x000006cfu, 0x00000001u, 0x0000002au, 0x000006ccu, 0x000006ceu, 0x0003003eu, 0x000006c8u, 0x000006cfu, - 0x00050041u, 0x00000014u, 0x000006d0u, 0x000006c8u, 0x0000004du, 0x0004003du, 0x00000006u, 0x000006d1u, - 0x000006d0u, 0x00050041u, 0x00000014u, 0x000006d2u, 0x000006c8u, 0x00000050u, 0x0004003du, 0x00000006u, - 0x000006d3u, 0x000006d2u, 0x0007000cu, 0x00000006u, 0x000006d4u, 0x00000001u, 0x0000002au, 0x000006d1u, - 0x000006d3u, 0x00050084u, 0x00000006u, 0x00000665u, 0x00000114u, 0x00000273u, 0x000500b3u, 0x0000001eu, - 0x00000666u, 0x000006d4u, 0x00000665u, 0x000300f7u, 0x0000066eu, 0x00000000u, 0x000400fau, 0x00000666u, - 0x00000667u, 0x0000066du, 0x000200f8u, 0x00000667u, 0x0007004fu, 0x00000020u, 0x000006d9u, 0x0000075du, - 0x0000075du, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x000006dbu, 0x0000075du, 0x0000075du, - 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x000006dcu, 0x00000001u, 0x00000027u, 0x000006d9u, - 0x000006dbu, 0x0003003eu, 0x000006d5u, 0x000006dcu, 0x00050041u, 0x00000014u, 0x000006ddu, 0x000006d5u, - 0x0000004du, 0x0004003du, 0x00000006u, 0x000006deu, 0x000006ddu, 0x00050041u, 0x00000014u, 0x000006dfu, - 0x000006d5u, 0x00000050u, 0x0004003du, 0x00000006u, 0x000006e0u, 0x000006dfu, 0x0007000cu, 0x00000006u, - 0x000006e1u, 0x00000001u, 0x00000027u, 0x000006deu, 0x000006e0u, 0x0007004fu, 0x00000020u, 0x000006e6u, - 0x0000075bu, 0x0000075bu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x000006e8u, 0x0000075bu, - 0x0000075bu, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x000006e9u, 0x00000001u, 0x0000002au, - 0x000006e6u, 0x000006e8u, 0x0003003eu, 0x000006e2u, 0x000006e9u, 0x00050041u, 0x00000014u, 0x000006eau, - 0x000006e2u, 0x0000004du, 0x0004003du, 0x00000006u, 0x000006ebu, 0x000006eau, 0x00050041u, 0x00000014u, - 0x000006ecu, 0x000006e2u, 0x00000050u, 0x0004003du, 0x00000006u, 0x000006edu, 0x000006ecu, 0x0007000cu, - 0x00000006u, 0x000006eeu, 0x00000001u, 0x0000002au, 0x000006ebu, 0x000006edu, 0x00050050u, 0x00000020u, - 0x0000066cu, 0x000006e1u, 0x000006eeu, 0x000200f9u, 0x0000066eu, 0x000200f8u, 0x0000066du, 0x000200f9u, - 0x0000066eu, 0x000200f8u, 0x0000066eu, 0x000700f5u, 0x00000020u, 0x00000747u, 0x0000066cu, 0x00000667u, - 0x00000123u, 0x0000066du, 0x000500c7u, 0x00000006u, 0x000005b3u, 0x00000554u, 0x0000017eu, 0x000500abu, - 0x0000001eu, 0x000005b4u, 0x000005b3u, 0x00000098u, 0x000600a9u, 0x00000006u, 0x000005b5u, 0x000005b4u, - 0x00000088u, 0x00000082u, 0x000500c3u, 0x00000006u, 0x000005b9u, 0x00000528u, 0x000000c0u, 0x00050084u, - 0x00000006u, 0x000005bau, 0x00000273u, 0x000005b9u, 0x00050080u, 0x00000006u, 0x000005bfu, 0x0000052cu, - 0x000005b5u, 0x000500c3u, 0x00000006u, 0x000005c0u, 0x000005bfu, 0x000000c0u, 0x00050084u, 0x00000006u, - 0x000005c1u, 0x00000273u, 0x000005c0u, 0x00050082u, 0x00000006u, 0x000005c2u, 0x000005c1u, 0x000000acu, - 0x00050050u, 0x00000020u, 0x000005c3u, 0x000005bau, 0x000005c2u, 0x0007004fu, 0x00000020u, 0x000005c6u, - 0x000005c3u, 0x000005c3u, 0x00000000u, 0x00000000u, 0x0007004fu, 0x00000020u, 0x000005c8u, 0x000005c3u, - 0x000005c3u, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000020u, 0x000005c9u, 0x00000001u, 0x0000002du, - 0x00000747u, 0x000005c6u, 0x000005c8u, 0x0003003eu, 0x00000561u, 0x000005c9u, 0x00050041u, 0x00000014u, - 0x000005cau, 0x00000561u, 0x0000004du, 0x0004003du, 0x00000006u, 0x000005cbu, 0x000005cau, 0x00050041u, - 0x00000014u, 0x000005ccu, 0x000002a6u, 0x0000004du, 0x0004003du, 0x00000006u, 0x000005cdu, 0x000005ccu, - 0x0007000cu, 0x00000006u, 0x000005ceu, 0x00000001u, 0x0000002au, 0x000005cbu, 0x000005cdu, 0x0003003eu, - 0x000005cau, 0x000005ceu, 0x00050041u, 0x00000014u, 0x000005d0u, 0x00000561u, 0x00000050u, 0x0004003du, - 0x00000006u, 0x000005d1u, 0x000005d0u, 0x00050041u, 0x00000014u, 0x000005d2u, 0x000002a8u, 0x0000004du, - 0x0004003du, 0x00000006u, 0x000005d3u, 0x000005d2u, 0x0007000cu, 0x00000006u, 0x000005d4u, 0x00000001u, - 0x00000027u, 0x000005d1u, 0x000005d3u, 0x0003003eu, 0x000005d0u, 0x000005d4u, 0x0004003du, 0x00000006u, - 0x000005d7u, 0x000005cau, 0x0004003du, 0x00000006u, 0x000005d9u, 0x000005d0u, 0x000500b3u, 0x0000001eu, - 0x000005dau, 0x000005d7u, 0x000005d9u, 0x000200f9u, 0x000005dbu, 0x000200f8u, 0x000005dbu, 0x000700f5u, - 0x0000001eu, 0x00000748u, 0x00000157u, 0x00000596u, 0x000005dau, 0x0000066eu, 0x000300f7u, 0x000002afu, - 0x00000000u, 0x000400fau, 0x00000748u, 0x000002aeu, 0x000002afu, 0x000200f8u, 0x000002aeu, 0x000500c5u, - 0x00000033u, 0x000002b3u, 0x0000073cu, 0x00000292u, 0x000200f9u, 0x000002afu, 0x000200f8u, 0x000002afu, - 0x000700f5u, 0x00000033u, 0x00000750u, 0x0000073cu, 0x000005dbu, 0x000002b3u, 0x000002aeu, 0x000200f9u, - 0x0000028au, 0x000200f8u, 0x0000028au, 0x000200f9u, 0x00000287u, 0x000200f8u, 0x00000289u, 0x00050084u, - 0x00000006u, 0x000002bbu, 0x00000228u, 0x000002bau, 0x00050080u, 0x00000006u, 0x000002bdu, 0x000002bbu, - 0x00000207u, 0x00060041u, 0x000001fbu, 0x000002bfu, 0x000002b7u, 0x00000098u, 0x000002bdu, 0x0003003eu, - 0x000002bfu, 0x0000073cu, 0x000500abu, 0x0000001eu, 0x000002c1u, 0x0000073cu, 0x0000004du, 0x000300f7u, - 0x000002c3u, 0x00000000u, 0x000400fau, 0x000002c1u, 0x000002c2u, 0x000002cdu, 0x000200f8u, 0x000002c2u, - 0x00060041u, 0x000001fbu, 0x000002c9u, 0x000002c7u, 0x00000098u, 0x00000228u, 0x000500c4u, 0x00000033u, - 0x000002cbu, 0x00000050u, 0x00000207u, 0x000700f1u, 0x00000033u, 0x000002ccu, 0x000002c9u, 0x00000050u, - 0x0000004du, 0x000002cbu, 0x000200f9u, 0x000002c3u, 0x000200f8u, 0x000002cdu, 0x00060041u, 0x000001fbu, - 0x000002cfu, 0x000002c7u, 0x00000098u, 0x00000228u, 0x000500c4u, 0x00000033u, 0x000002d1u, 0x00000050u, - 0x00000207u, 0x000400c8u, 0x00000033u, 0x000002d2u, 0x000002d1u, 0x000700f0u, 0x00000033u, 0x000002d3u, - 0x000002cfu, 0x00000050u, 0x0000004du, 0x000002d2u, 0x000200f9u, 0x000002c3u, 0x000200f8u, 0x000002c3u, - 0x000400cdu, 0x00000006u, 0x000002d6u, 0x0000073cu, 0x0004007cu, 0x00000033u, 0x000002d7u, 0x000002d6u, - 0x000500abu, 0x0000001eu, 0x000002dau, 0x000002d7u, 0x0000004du, 0x000300f7u, 0x000002dcu, 0x00000000u, - 0x000400fau, 0x000002dau, 0x000002dbu, 0x000002dcu, 0x000200f8u, 0x000002dbu, 0x00070041u, 0x000001fbu, - 0x000002ddu, 0x000001f9u, 0x00000098u, 0x00000098u, 0x000001f0u, 0x000700eau, 0x00000033u, 0x000002dfu, - 0x000002ddu, 0x00000050u, 0x0000004du, 0x000002d7u, 0x000200f9u, 0x000002dcu, 0x000200f8u, 0x000002dcu, - 0x000700f5u, 0x00000033u, 0x0000073eu, 0x0000004du, 0x000002c3u, 0x000002dfu, 0x000002dbu, 0x000300f7u, - 0x000002e3u, 0x00000000u, 0x000400fau, 0x000002dau, 0x000002e2u, 0x000002e3u, 0x000200f8u, 0x000002e2u, - 0x00060041u, 0x000001fbu, 0x000002edu, 0x000002e7u, 0x00000098u, 0x000002bdu, 0x0003003eu, 0x000002edu, - 0x0000073eu, 0x000200f9u, 0x000002e3u, 0x000200f8u, 0x000002e3u, 0x000200f9u, 0x000002f0u, 0x000200f8u, - 0x000002f0u, 0x000700f5u, 0x00000033u, 0x00000743u, 0x0000073eu, 0x000002e3u, 0x00000753u, 0x000002f3u, - 0x000700f5u, 0x00000033u, 0x00000741u, 0x0000073cu, 0x000002e3u, 0x000002feu, 0x000002f3u, 0x000500abu, - 0x0000001eu, 0x000002f6u, 0x00000741u, 0x0000004du, 0x000400f6u, 0x000002f2u, 0x000002f3u, 0x00000000u, - 0x000400fau, 0x000002f6u, 0x000002f1u, 0x000002f2u, 0x000200f8u, 0x000002f1u, 0x0006000cu, 0x00000006u, - 0x000002f9u, 0x00000001u, 0x00000049u, 0x00000741u, 0x000500c4u, 0x00000033u, 0x000002fbu, 0x00000050u, - 0x000002f9u, 0x000400c8u, 0x00000033u, 0x000002fcu, 0x000002fbu, 0x000500c7u, 0x00000033u, 0x000002feu, - 0x00000741u, 0x000002fcu, 0x00050084u, 0x00000006u, 0x00000301u, 0x00000207u, 0x0000025bu, 0x00050080u, - 0x00000006u, 0x00000303u, 0x00000301u, 0x000002f9u, 0x000500c7u, 0x00000033u, 0x00000307u, 0x0000073cu, - 0x000002fbu, 0x000500abu, 0x0000001eu, 0x00000308u, 0x00000307u, 0x0000004du, 0x000300f7u, 0x0000030au, - 0x00000000u, 0x000400fau, 0x00000308u, 0x00000309u, 0x0000030au, 0x000200f8u, 0x00000309u, 0x00080041u, - 0x000001d2u, 0x00000315u, 0x00000313u, 0x00000098u, 0x00000303u, 0x00000098u, 0x0000004du, 0x0004003du, - 0x000001abu, 0x00000316u, 0x00000315u, 0x00040071u, 0x00000033u, 0x00000317u, 0x00000316u, 0x00070041u, - 0x000001fbu, 0x000006f2u, 0x000001f9u, 0x00000098u, 0x00000317u, 0x0000004du, 0x000700eau, 0x00000033u, - 0x000006f3u, 0x000006f2u, 0x00000050u, 0x0000004du, 0x00000050u, 0x00050084u, 0x00000033u, 0x00000324u, - 0x00000322u, 0x00000317u, 0x00050080u, 0x00000033u, 0x00000325u, 0x000006f3u, 0x00000324u, 0x0004003du, - 0x00000006u, 0x00000327u, 0x00000226u, 0x0004007cu, 0x00000033u, 0x00000328u, 0x00000327u, 0x0004003du, - 0x00000006u, 0x0000032au, 0x00000220u, 0x0004007cu, 0x00000033u, 0x0000032bu, 0x0000032au, 0x0004007cu, - 0x00000033u, 0x0000032eu, 0x00000303u, 0x00070050u, 0x0000006du, 0x0000032fu, 0x00000328u, 0x0000032bu, - 0x00000743u, 0x0000032eu, 0x00060041u, 0x00000330u, 0x00000331u, 0x0000031fu, 0x00000098u, 0x00000325u, - 0x0003003eu, 0x00000331u, 0x0000032fu, 0x00050080u, 0x00000033u, 0x00000333u, 0x00000743u, 0x000000acu, - 0x000200f9u, 0x0000030au, 0x000200f8u, 0x0000030au, 0x000700f5u, 0x00000033u, 0x00000753u, 0x00000743u, - 0x000002f1u, 0x00000333u, 0x00000309u, 0x000200f9u, 0x000002f3u, 0x000200f8u, 0x000002f3u, 0x000200f9u, - 0x000002f0u, 0x000200f8u, 0x000002f2u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, - 0x000007aau, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x0000003du, 0x00020011u, 0x0000003eu, - 0x00020011u, 0x0000003fu, 0x00020011u, 0x00000040u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, - 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, - 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, - 0x0009000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000215u, 0x00000220u, 0x00000224u, - 0x0000022fu, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, - 0x000001acu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000001acu, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x000001acu, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000001acu, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001acu, 0x00000004u, 0x00000023u, 0x0000000eu, - 0x00050048u, 0x000001acu, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000001acu, 0x00000006u, - 0x00000023u, 0x00000014u, 0x00050048u, 0x000001acu, 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, - 0x000001acu, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000001acu, 0x00000009u, 0x00000023u, - 0x0000001eu, 0x00050048u, 0x000001acu, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, 0x000001adu, - 0x00000006u, 0x00000020u, 0x00040048u, 0x000001aeu, 0x00000000u, 0x00000018u, 0x00050048u, 0x000001aeu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001aeu, 0x00000002u, 0x00040047u, 0x000001b0u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000001b0u, 0x00000021u, 0x00000000u, 0x00040047u, 0x000001e1u, - 0x00000006u, 0x00000010u, 0x00040048u, 0x000001e2u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000001e2u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001e2u, 0x00000002u, 0x00040047u, 0x000001e4u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000001e4u, 0x00000021u, 0x00000001u, 0x00040047u, 0x00000200u, - 0x00000006u, 0x00000010u, 0x00050048u, 0x00000201u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x00000201u, 0x00000002u, 0x00040047u, 0x00000203u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000203u, - 0x00000021u, 0x00000006u, 0x00040047u, 0x00000215u, 0x0000000bu, 0x0000001au, 0x00030047u, 0x00000220u, - 0x00000000u, 0x00040047u, 0x00000220u, 0x0000000bu, 0x00000029u, 0x00030047u, 0x00000221u, 0x00000000u, - 0x00030047u, 0x00000222u, 0x00000000u, 0x00030047u, 0x00000224u, 0x00000000u, 0x00040047u, 0x00000224u, - 0x0000000bu, 0x00000024u, 0x00030047u, 0x00000225u, 0x00000000u, 0x00030047u, 0x00000226u, 0x00000000u, - 0x00030047u, 0x00000227u, 0x00000000u, 0x00040047u, 0x0000022fu, 0x0000000bu, 0x00000028u, 0x00040047u, - 0x00000237u, 0x00000001u, 0x00000000u, 0x00040047u, 0x00000238u, 0x0000000bu, 0x00000019u, 0x00040047u, - 0x00000245u, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000246u, 0x00000001u, 0x00000001u, 0x00040047u, - 0x0000024fu, 0x00000001u, 0x00000002u, 0x00050048u, 0x00000263u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000263u, 0x00000001u, 0x00000023u, 0x00000008u, 0x00030047u, 0x00000263u, 0x00000002u, - 0x00040047u, 0x00000299u, 0x00000001u, 0x00000006u, 0x00040047u, 0x000002d6u, 0x00000006u, 0x00000004u, - 0x00040048u, 0x000002d7u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002d7u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000002d7u, 0x00000002u, 0x00040047u, 0x000002d9u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000002d9u, 0x00000021u, 0x00000003u, 0x00040047u, 0x000002dbu, 0x00000001u, 0x00000003u, - 0x00040047u, 0x000002e6u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002e7u, 0x00000000u, 0x00000019u, - 0x00050048u, 0x000002e7u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002e7u, 0x00000002u, - 0x00040047u, 0x000002e9u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002e9u, 0x00000021u, 0x00000004u, - 0x00040047u, 0x00000319u, 0x00000006u, 0x00000004u, 0x00040048u, 0x0000031au, 0x00000000u, 0x00000019u, - 0x00050048u, 0x0000031au, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000031au, 0x00000002u, - 0x00040047u, 0x0000031cu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000031cu, 0x00000021u, 0x00000005u, - 0x00040047u, 0x00000344u, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000345u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x00000345u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000345u, - 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, 0x00000346u, 0x00000006u, 0x00000010u, 0x00040048u, - 0x00000347u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000347u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000347u, 0x00000002u, 0x00040047u, 0x00000349u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x00000349u, 0x00000021u, 0x00000002u, 0x00040047u, 0x00000352u, 0x00000006u, 0x00000010u, 0x00040048u, - 0x00000353u, 0x00000000u, 0x00000019u, 0x00050048u, 0x00000353u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000353u, 0x00000002u, 0x00040047u, 0x00000355u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x00000355u, 0x00000021u, 0x00000007u, 0x00040047u, 0x00000357u, 0x00000001u, 0x00000005u, 0x00020013u, - 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, - 0x00040017u, 0x00000007u, 0x00000006u, 0x00000004u, 0x00040020u, 0x00000008u, 0x00000007u, 0x00000007u, - 0x00040020u, 0x00000014u, 0x00000007u, 0x00000006u, 0x00020014u, 0x0000001eu, 0x00040017u, 0x00000020u, - 0x00000006u, 0x00000002u, 0x00040020u, 0x00000028u, 0x00000007u, 0x00000020u, 0x00040015u, 0x00000033u, - 0x00000020u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000042u, 0x0000000fu, 0x0004002bu, 0x00000033u, - 0x0000004du, 0x00000000u, 0x0004002bu, 0x00000033u, 0x00000050u, 0x00000001u, 0x0004001eu, 0x00000068u, - 0x00000007u, 0x00000007u, 0x00040017u, 0x0000006du, 0x00000033u, 0x00000004u, 0x0004001eu, 0x00000074u, - 0x0000006du, 0x0000006du, 0x0004002bu, 0x00000006u, 0x00000082u, 0x00000003u, 0x0004002bu, 0x00000006u, - 0x00000085u, 0xfffffffcu, 0x0004002bu, 0x00000006u, 0x00000088u, 0x00000004u, 0x0004002bu, 0x00000006u, - 0x00000096u, 0x00000005u, 0x0004002bu, 0x00000006u, 0x00000098u, 0x00000000u, 0x0004002bu, 0x00000006u, - 0x000000aau, 0x00000006u, 0x0004002bu, 0x00000006u, 0x000000acu, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x000000beu, 0x00000007u, 0x0004002bu, 0x00000006u, 0x000000c0u, 0x00000002u, 0x00040017u, 0x000000d5u, - 0x0000001eu, 0x00000004u, 0x0004002bu, 0x00000006u, 0x000000e3u, 0x7fffffffu, 0x0007002cu, 0x00000007u, - 0x000000e4u, 0x000000e3u, 0x000000e3u, 0x000000e3u, 0x000000e3u, 0x0007002cu, 0x00000007u, 0x000000e6u, - 0x00000098u, 0x00000098u, 0x00000098u, 0x00000098u, 0x0004002bu, 0x00000006u, 0x000000eau, 0x80000000u, - 0x0007002cu, 0x00000007u, 0x000000ebu, 0x000000eau, 0x000000eau, 0x000000eau, 0x000000eau, 0x0004002bu, - 0x00000006u, 0x000000edu, 0xffffffffu, 0x0007002cu, 0x00000007u, 0x000000eeu, 0x000000edu, 0x000000edu, - 0x000000edu, 0x000000edu, 0x0004002bu, 0x00000006u, 0x00000114u, 0x000007ffu, 0x0005002cu, 0x00000020u, - 0x00000123u, 0x00000098u, 0x000000e3u, 0x0004002bu, 0x00000006u, 0x0000014cu, 0x00000008u, 0x0003002au, - 0x0000001eu, 0x00000157u, 0x0004002bu, 0x00000006u, 0x0000015au, 0x00000009u, 0x0005002cu, 0x00000020u, - 0x00000166u, 0x000000edu, 0x00000098u, 0x0004002bu, 0x00000006u, 0x0000017eu, 0x00000080u, 0x00040015u, - 0x000001aau, 0x00000010u, 0x00000001u, 0x00040015u, 0x000001abu, 0x00000008u, 0x00000000u, 0x000d001eu, - 0x000001acu, 0x00000006u, 0x00000006u, 0x00000006u, 0x000001aau, 0x000001aau, 0x00000006u, 0x00000006u, - 0x00000006u, 0x000001aau, 0x000001abu, 0x000001abu, 0x0003001du, 0x000001adu, 0x000001acu, 0x0003001eu, - 0x000001aeu, 0x000001adu, 0x00040020u, 0x000001afu, 0x0000000cu, 0x000001aeu, 0x0004003bu, 0x000001afu, - 0x000001b0u, 0x0000000cu, 0x00040020u, 0x000001b2u, 0x0000000cu, 0x00000006u, 0x00040020u, 0x000001bcu, - 0x0000000cu, 0x000001aau, 0x00040020u, 0x000001d2u, 0x0000000cu, 0x000001abu, 0x0003001du, 0x000001e1u, - 0x00000007u, 0x0003001eu, 0x000001e2u, 0x000001e1u, 0x00040020u, 0x000001e3u, 0x0000000cu, 0x000001e2u, - 0x0004003bu, 0x000001e3u, 0x000001e4u, 0x0000000cu, 0x00040020u, 0x000001e6u, 0x0000000cu, 0x00000007u, - 0x0004002bu, 0x00000033u, 0x000001edu, 0x00000002u, 0x0004002bu, 0x00000033u, 0x000001f0u, 0x00000003u, - 0x00030029u, 0x0000001eu, 0x000001f7u, 0x0003001du, 0x00000200u, 0x0000006du, 0x0003001eu, 0x00000201u, - 0x00000200u, 0x00040020u, 0x00000202u, 0x0000000cu, 0x00000201u, 0x0004003bu, 0x00000202u, 0x00000203u, - 0x0000000cu, 0x00040020u, 0x00000205u, 0x0000000cu, 0x00000033u, 0x00040017u, 0x00000213u, 0x00000033u, - 0x00000003u, 0x00040020u, 0x00000214u, 0x00000001u, 0x00000213u, 0x0004003bu, 0x00000214u, 0x00000215u, - 0x00000001u, 0x00040020u, 0x00000216u, 0x00000001u, 0x00000033u, 0x00040017u, 0x0000021bu, 0x00000033u, - 0x00000002u, 0x0004003bu, 0x00000216u, 0x00000220u, 0x00000001u, 0x0004003bu, 0x00000216u, 0x00000224u, - 0x00000001u, 0x0004003bu, 0x00000216u, 0x0000022fu, 0x00000001u, 0x00040032u, 0x00000033u, 0x00000237u, - 0x00000001u, 0x00060033u, 0x00000213u, 0x00000238u, 0x00000237u, 0x00000050u, 0x00000050u, 0x00060034u, - 0x00000033u, 0x00000239u, 0x00000051u, 0x00000238u, 0x00000000u, 0x00060034u, 0x00000006u, 0x0000023au, - 0x00000080u, 0x00000239u, 0x0000004du, 0x00060034u, 0x00000006u, 0x0000023bu, 0x000000c3u, 0x0000023au, - 0x00000082u, 0x00050033u, 0x00000020u, 0x0000023cu, 0x0000014cu, 0x0000023bu, 0x00040032u, 0x00000006u, - 0x00000245u, 0x00000400u, 0x00040032u, 0x00000006u, 0x00000246u, 0x00000008u, 0x00060034u, 0x00000006u, - 0x00000247u, 0x00000087u, 0x00000245u, 0x00000246u, 0x00060034u, 0x00000006u, 0x0000024eu, 0x00000084u, - 0x00000246u, 0x0000014cu, 0x00040032u, 0x00000006u, 0x0000024fu, 0x00000008u, 0x00060034u, 0x00000006u, - 0x00000250u, 0x00000084u, 0x0000024fu, 0x0000023bu, 0x00050033u, 0x00000020u, 0x00000251u, 0x0000024eu, - 0x00000250u, 0x00060034u, 0x00000006u, 0x0000025eu, 0x00000084u, 0x00000246u, 0x0000014cu, 0x0004001eu, - 0x00000263u, 0x0000021bu, 0x00000006u, 0x00040020u, 0x00000264u, 0x00000009u, 0x00000263u, 0x0004003bu, - 0x00000264u, 0x00000265u, 0x00000009u, 0x00040020u, 0x00000266u, 0x00000009u, 0x0000021bu, 0x00050033u, - 0x00000020u, 0x0000026fu, 0x00000246u, 0x0000024fu, 0x00050033u, 0x00000020u, 0x00000273u, 0x00000246u, - 0x0000024fu, 0x00040020u, 0x0000027cu, 0x00000009u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000281u, - 0x00000020u, 0x00040032u, 0x00000006u, 0x00000299u, 0x00000001u, 0x0003001du, 0x000002d6u, 0x00000033u, - 0x0003001eu, 0x000002d7u, 0x000002d6u, 0x00040020u, 0x000002d8u, 0x0000000cu, 0x000002d7u, 0x0004003bu, - 0x000002d8u, 0x000002d9u, 0x0000000cu, 0x00040032u, 0x00000006u, 0x000002dbu, 0x00000100u, 0x00060034u, - 0x00000006u, 0x000002dcu, 0x00000087u, 0x000002dbu, 0x00000281u, 0x0003001du, 0x000002e6u, 0x00000033u, - 0x0003001eu, 0x000002e7u, 0x000002e6u, 0x00040020u, 0x000002e8u, 0x0000000cu, 0x000002e7u, 0x0004003bu, - 0x000002e8u, 0x000002e9u, 0x0000000cu, 0x0003001du, 0x00000319u, 0x00000033u, 0x0003001eu, 0x0000031au, - 0x00000319u, 0x00040020u, 0x0000031bu, 0x0000000cu, 0x0000031au, 0x0004003bu, 0x0000031bu, 0x0000031cu, - 0x0000000cu, 0x00040017u, 0x00000342u, 0x000001abu, 0x00000004u, 0x0004002bu, 0x00000033u, 0x00000343u, - 0x00000008u, 0x0004001cu, 0x00000344u, 0x000001abu, 0x00000343u, 0x0005001eu, 0x00000345u, 0x00000342u, - 0x00000342u, 0x00000344u, 0x0003001du, 0x00000346u, 0x00000345u, 0x0003001eu, 0x00000347u, 0x00000346u, - 0x00040020u, 0x00000348u, 0x0000000cu, 0x00000347u, 0x0004003bu, 0x00000348u, 0x00000349u, 0x0000000cu, - 0x0003001du, 0x00000352u, 0x0000006du, 0x0003001eu, 0x00000353u, 0x00000352u, 0x00040020u, 0x00000354u, - 0x0000000cu, 0x00000353u, 0x0004003bu, 0x00000354u, 0x00000355u, 0x0000000cu, 0x00040032u, 0x00000006u, - 0x00000357u, 0x00008000u, 0x00060034u, 0x00000033u, 0x00000358u, 0x00000080u, 0x00000357u, 0x0000004du, - 0x00040020u, 0x00000366u, 0x0000000cu, 0x0000006du, 0x0005002cu, 0x00000020u, 0x000007a0u, 0x000000acu, - 0x000000acu, 0x0007002cu, 0x00000007u, 0x000007a1u, 0x00000042u, 0x00000042u, 0x00000042u, 0x00000042u, - 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, - 0x00000028u, 0x00000715u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000708u, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x000006fbu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000594u, 0x00000007u, 0x0004003bu, - 0x00000008u, 0x00000554u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000547u, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x0000053au, 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000052du, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x000003c6u, 0x00000007u, 0x0004003bu, 0x00000008u, 0x00000386u, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x00000235u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000024cu, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x0000029cu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000029eu, 0x00000007u, 0x0004003bu, - 0x00000028u, 0x000002c8u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x000002cau, 0x00000007u, 0x00050041u, - 0x00000216u, 0x00000217u, 0x00000215u, 0x0000004du, 0x0004003du, 0x00000033u, 0x00000218u, 0x00000217u, - 0x0004007cu, 0x00000006u, 0x00000219u, 0x00000218u, 0x0004003du, 0x00000213u, 0x0000021cu, 0x00000215u, - 0x0007004fu, 0x0000021bu, 0x0000021du, 0x0000021cu, 0x0000021cu, 0x00000001u, 0x00000002u, 0x0004007cu, - 0x00000020u, 0x0000021eu, 0x0000021du, 0x0004003du, 0x00000033u, 0x00000221u, 0x00000220u, 0x0004007cu, - 0x00000006u, 0x00000222u, 0x00000221u, 0x0004003du, 0x00000033u, 0x00000225u, 0x00000224u, 0x0004007cu, - 0x00000006u, 0x00000226u, 0x00000225u, 0x000500c3u, 0x00000006u, 0x00000227u, 0x00000226u, 0x00000082u, - 0x000500c7u, 0x00000006u, 0x0000022au, 0x00000222u, 0x000000beu, 0x000500c3u, 0x00000006u, 0x0000022du, - 0x00000222u, 0x00000082u, 0x0004003du, 0x00000033u, 0x00000230u, 0x0000022fu, 0x0004007cu, 0x00000006u, - 0x00000231u, 0x00000230u, 0x00050084u, 0x00000006u, 0x00000232u, 0x00000227u, 0x00000231u, 0x00050080u, - 0x00000006u, 0x00000234u, 0x0000022du, 0x00000232u, 0x00050084u, 0x00000020u, 0x0000023du, 0x0000021eu, - 0x0000023cu, 0x00050050u, 0x00000020u, 0x00000240u, 0x0000022au, 0x00000234u, 0x00050080u, 0x00000020u, - 0x00000241u, 0x0000023du, 0x00000240u, 0x0003003eu, 0x00000235u, 0x00000241u, 0x00050041u, 0x00000014u, - 0x00000243u, 0x00000235u, 0x00000050u, 0x0004003du, 0x00000006u, 0x00000244u, 0x00000243u, 0x00050084u, - 0x00000006u, 0x00000248u, 0x00000244u, 0x00000247u, 0x00050041u, 0x00000014u, 0x00000249u, 0x00000235u, - 0x0000004du, 0x0004003du, 0x00000006u, 0x0000024au, 0x00000249u, 0x00050080u, 0x00000006u, 0x0000024bu, - 0x00000248u, 0x0000024au, 0x00050084u, 0x00000020u, 0x00000252u, 0x0000021eu, 0x00000251u, 0x0003003eu, - 0x0000024cu, 0x00000252u, 0x00050084u, 0x00000006u, 0x00000254u, 0x00000227u, 0x0000024fu, 0x00050084u, - 0x00000006u, 0x00000257u, 0x00000254u, 0x00000231u, 0x00050041u, 0x00000014u, 0x00000258u, 0x0000024cu, - 0x00000050u, 0x0004003du, 0x00000006u, 0x00000259u, 0x00000258u, 0x00050080u, 0x00000006u, 0x0000025au, - 0x00000259u, 0x00000257u, 0x0003003eu, 0x00000258u, 0x0000025au, 0x0004003du, 0x00000020u, 0x0000025du, - 0x0000024cu, 0x00050084u, 0x00000006u, 0x00000260u, 0x0000024fu, 0x00000227u, 0x00050050u, 0x00000020u, - 0x00000261u, 0x0000025eu, 0x00000260u, 0x00050080u, 0x00000020u, 0x00000262u, 0x0000025du, 0x00000261u, - 0x00050041u, 0x00000266u, 0x00000267u, 0x00000265u, 0x00000098u, 0x0004003du, 0x0000021bu, 0x00000268u, - 0x00000267u, 0x0004007cu, 0x00000020u, 0x00000269u, 0x00000268u, 0x0007000cu, 0x00000020u, 0x0000026au, - 0x00000001u, 0x00000027u, 0x00000262u, 0x00000269u, 0x00050082u, 0x00000020u, 0x0000026cu, 0x0000026au, - 0x000007a0u, 0x00050084u, 0x00000020u, 0x00000270u, 0x00000241u, 0x0000026fu, 0x00050080u, 0x00000020u, - 0x00000274u, 0x00000270u, 0x00000273u, 0x0007000cu, 0x00000020u, 0x00000278u, 0x00000001u, 0x00000027u, - 0x00000274u, 0x00000269u, 0x00050082u, 0x00000020u, 0x0000027au, 0x00000278u, 0x000007a0u, 0x00050041u, - 0x0000027cu, 0x0000027du, 0x00000265u, 0x000000acu, 0x0004003du, 0x00000006u, 0x0000027eu, 0x0000027du, - 0x000500b1u, 0x0000001eu, 0x00000282u, 0x00000222u, 0x00000281u, 0x000300f7u, 0x00000284u, 0x00000000u, - 0x000400fau, 0x00000282u, 0x00000283u, 0x00000284u, 0x000200f8u, 0x00000283u, 0x00050084u, 0x00000006u, - 0x00000287u, 0x00000219u, 0x00000281u, 0x00050080u, 0x00000006u, 0x00000289u, 0x00000287u, 0x00000222u, - 0x0004007cu, 0x00000033u, 0x0000028au, 0x00000289u, 0x0004007cu, 0x00000033u, 0x0000028du, 0x0000027eu, - 0x000500b0u, 0x0000001eu, 0x0000028eu, 0x0000028au, 0x0000028du, 0x000300f7u, 0x00000290u, 0x00000000u, - 0x000400fau, 0x0000028eu, 0x0000028fu, 0x00000290u, 0x000200f8u, 0x0000028fu, 0x00060041u, 0x000001e6u, - 0x0000038au, 0x000001e4u, 0x00000098u, 0x0000028au, 0x0004003du, 0x00000007u, 0x0000038bu, 0x0000038au, - 0x0003003eu, 0x00000386u, 0x0000038bu, 0x00050041u, 0x00000014u, 0x0000038cu, 0x00000386u, 0x0000004du, - 0x0004003du, 0x00000006u, 0x0000038du, 0x0000038cu, 0x00050041u, 0x00000014u, 0x0000038eu, 0x00000386u, - 0x00000050u, 0x0004003du, 0x00000006u, 0x0000038fu, 0x0000038eu, 0x00050041u, 0x00000014u, 0x00000390u, - 0x00000386u, 0x000001edu, 0x0004003du, 0x00000006u, 0x00000391u, 0x00000390u, 0x00050041u, 0x00000014u, - 0x00000392u, 0x00000386u, 0x000001f0u, 0x0004003du, 0x00000006u, 0x00000393u, 0x00000392u, 0x00070041u, - 0x000001b2u, 0x00000398u, 0x000001b0u, 0x00000098u, 0x0000028au, 0x00000098u, 0x0004003du, 0x00000006u, - 0x00000399u, 0x00000398u, 0x00070041u, 0x000001b2u, 0x0000039bu, 0x000001b0u, 0x00000098u, 0x0000028au, - 0x000000acu, 0x0004003du, 0x00000006u, 0x0000039cu, 0x0000039bu, 0x00070041u, 0x000001b2u, 0x0000039eu, - 0x000001b0u, 0x00000098u, 0x0000028au, 0x000000c0u, 0x0004003du, 0x00000006u, 0x0000039fu, 0x0000039eu, - 0x00070041u, 0x000001bcu, 0x000003a1u, 0x000001b0u, 0x00000098u, 0x0000028au, 0x00000082u, 0x0004003du, - 0x000001aau, 0x000003a2u, 0x000003a1u, 0x00040072u, 0x00000006u, 0x000003a3u, 0x000003a2u, 0x00070041u, - 0x000001bcu, 0x000003a5u, 0x000001b0u, 0x00000098u, 0x0000028au, 0x00000088u, 0x0004003du, 0x000001aau, - 0x000003a6u, 0x000003a5u, 0x00040072u, 0x00000006u, 0x000003a7u, 0x000003a6u, 0x00070041u, 0x000001b2u, - 0x000003a9u, 0x000001b0u, 0x00000098u, 0x0000028au, 0x00000096u, 0x0004003du, 0x00000006u, 0x000003aau, - 0x000003a9u, 0x00070041u, 0x000001b2u, 0x000003acu, 0x000001b0u, 0x00000098u, 0x0000028au, 0x000000aau, - 0x0004003du, 0x00000006u, 0x000003adu, 0x000003acu, 0x00070041u, 0x000001b2u, 0x000003afu, 0x000001b0u, - 0x00000098u, 0x0000028au, 0x000000beu, 0x0004003du, 0x00000006u, 0x000003b0u, 0x000003afu, 0x00070041u, - 0x000001bcu, 0x000003b2u, 0x000001b0u, 0x00000098u, 0x0000028au, 0x0000014cu, 0x0004003du, 0x000001aau, - 0x000003b3u, 0x000003b2u, 0x00040072u, 0x00000006u, 0x000003b4u, 0x000003b3u, 0x00070041u, 0x000001d2u, - 0x000003b6u, 0x000001b0u, 0x00000098u, 0x0000028au, 0x0000015au, 0x0004003du, 0x000001abu, 0x000003b7u, - 0x000003b6u, 0x00040071u, 0x00000033u, 0x000003b8u, 0x000003b7u, 0x0004007cu, 0x00000006u, 0x000003b9u, - 0x000003b8u, 0x0004003du, 0x00000020u, 0x0000029du, 0x0000024cu, 0x0003003eu, 0x0000029cu, 0x0000029du, - 0x0003003eu, 0x0000029eu, 0x0000026cu, 0x000300f7u, 0x00000440u, 0x00000000u, 0x000300fbu, 0x0000004du, - 0x000003cfu, 0x000200f8u, 0x000003cfu, 0x00050041u, 0x00000014u, 0x000003d0u, 0x0000029cu, 0x00000050u, - 0x0004003du, 0x00000006u, 0x000003d1u, 0x000003d0u, 0x000500c3u, 0x00000006u, 0x000003d5u, 0x0000038fu, - 0x000000c0u, 0x00050084u, 0x00000006u, 0x000003d6u, 0x00000299u, 0x000003d5u, 0x0007000cu, 0x00000006u, - 0x000003d7u, 0x00000001u, 0x0000002au, 0x000003d1u, 0x000003d6u, 0x0003003eu, 0x000003d0u, 0x000003d7u, - 0x00050041u, 0x00000014u, 0x000003d9u, 0x0000029eu, 0x00000050u, 0x0004003du, 0x00000006u, 0x000003dau, - 0x000003d9u, 0x00050080u, 0x00000006u, 0x000003deu, 0x00000393u, 0x00000082u, 0x000500c3u, 0x00000006u, - 0x000003dfu, 0x000003deu, 0x000000c0u, 0x00050084u, 0x00000006u, 0x000003e0u, 0x00000299u, 0x000003dfu, - 0x00050082u, 0x00000006u, 0x000003e1u, 0x000003e0u, 0x000000acu, 0x0007000cu, 0x00000006u, 0x000003e2u, - 0x00000001u, 0x00000027u, 0x000003dau, 0x000003e1u, 0x0003003eu, 0x000003d9u, 0x000003e2u, 0x0004003du, - 0x00000006u, 0x000003e5u, 0x000003d0u, 0x00050084u, 0x00000006u, 0x000003e6u, 0x000003e5u, 0x00000088u, - 0x0004003du, 0x00000006u, 0x000003e8u, 0x000003d9u, 0x00050084u, 0x00000006u, 0x000003e9u, 0x000003e8u, - 0x00000088u, 0x00050080u, 0x00000006u, 0x000003eau, 0x000003e9u, 0x00000082u, 0x00050084u, 0x00000006u, - 0x000003efu, 0x00000299u, 0x000003a3u, 0x0007000cu, 0x00000006u, 0x000003f0u, 0x00000001u, 0x0000002au, - 0x000003e6u, 0x000003efu, 0x00050084u, 0x00000006u, 0x000003f5u, 0x00000299u, 0x000003b4u, 0x00050082u, - 0x00000006u, 0x000003f6u, 0x000003f5u, 0x000000acu, 0x0007000cu, 0x00000006u, 0x000003f7u, 0x00000001u, - 0x00000027u, 0x000003eau, 0x000003f6u, 0x000500b1u, 0x0000001eu, 0x000003fau, 0x000003f7u, 0x000003f0u, - 0x000300f7u, 0x000003fcu, 0x00000000u, 0x000400fau, 0x000003fau, 0x000003fbu, 0x000003fcu, 0x000200f8u, - 0x000003fbu, 0x000200f9u, 0x00000440u, 0x000200f8u, 0x000003fcu, 0x000500c7u, 0x00000006u, 0x000003ffu, - 0x000003b9u, 0x000000acu, 0x000500abu, 0x0000001eu, 0x00000400u, 0x000003ffu, 0x00000098u, 0x00050084u, - 0x00000006u, 0x00000406u, 0x000003a7u, 0x00000299u, 0x00050050u, 0x00000020u, 0x00000407u, 0x00000406u, - 0x00000406u, 0x00050080u, 0x00000020u, 0x00000408u, 0x00000407u, 0x00000166u, 0x00050050u, 0x00000020u, - 0x0000040au, 0x000003f0u, 0x000003f0u, 0x00050050u, 0x00000020u, 0x0000040cu, 0x000003f7u, 0x000003f7u, - 0x0008000cu, 0x00000020u, 0x0000040du, 0x00000001u, 0x0000002du, 0x00000408u, 0x0000040au, 0x0000040cu, - 0x00050051u, 0x00000006u, 0x0000040eu, 0x0000040du, 0x00000000u, 0x00050051u, 0x00000006u, 0x0000040fu, - 0x0000040du, 0x00000001u, 0x00070050u, 0x00000007u, 0x00000410u, 0x000003f0u, 0x000003f7u, 0x0000040eu, - 0x0000040fu, 0x000500c7u, 0x00000006u, 0x00000465u, 0x000003a3u, 0x00000085u, 0x00050084u, 0x00000006u, - 0x0000046au, 0x00000465u, 0x00000299u, 0x00070050u, 0x00000007u, 0x00000470u, 0x0000046au, 0x0000046au, - 0x0000046au, 0x0000046au, 0x00050082u, 0x00000007u, 0x00000471u, 0x00000410u, 0x00000470u, 0x00050084u, - 0x00000006u, 0x00000475u, 0x00000299u, 0x00000399u, 0x00070050u, 0x00000007u, 0x000004dcu, 0x000003aau, - 0x000003aau, 0x000003aau, 0x000003aau, 0x00050098u, 0x00000068u, 0x000004ddu, 0x00000471u, 0x000004dcu, - 0x00050051u, 0x00000007u, 0x000004deu, 0x000004ddu, 0x00000000u, 0x00050051u, 0x00000007u, 0x000004dfu, - 0x000004ddu, 0x00000001u, 0x0004007cu, 0x0000006du, 0x000004e1u, 0x000004deu, 0x0004007cu, 0x00000033u, - 0x000004e3u, 0x00000475u, 0x00070050u, 0x0000006du, 0x000004e4u, 0x000004e3u, 0x000004e3u, 0x000004e3u, - 0x000004e3u, 0x00050095u, 0x00000074u, 0x000004e5u, 0x000004e1u, 0x000004e4u, 0x00050051u, 0x0000006du, - 0x000004e6u, 0x000004e5u, 0x00000001u, 0x00050051u, 0x0000006du, 0x000004e7u, 0x000004e5u, 0x00000000u, - 0x0004007cu, 0x00000007u, 0x000004e8u, 0x000004e7u, 0x0004007cu, 0x00000007u, 0x000004eau, 0x000004e6u, - 0x00050080u, 0x00000007u, 0x000004ecu, 0x000004dfu, 0x000004eau, 0x00050084u, 0x00000006u, 0x00000481u, - 0x00000299u, 0x0000039cu, 0x00070050u, 0x00000007u, 0x000004f6u, 0x000003adu, 0x000003adu, 0x000003adu, - 0x000003adu, 0x00050098u, 0x00000068u, 0x000004f7u, 0x00000471u, 0x000004f6u, 0x00050051u, 0x00000007u, - 0x000004f8u, 0x000004f7u, 0x00000000u, 0x00050051u, 0x00000007u, 0x000004f9u, 0x000004f7u, 0x00000001u, - 0x0004007cu, 0x0000006du, 0x000004fbu, 0x000004f8u, 0x0004007cu, 0x00000033u, 0x000004fdu, 0x00000481u, - 0x00070050u, 0x0000006du, 0x000004feu, 0x000004fdu, 0x000004fdu, 0x000004fdu, 0x000004fdu, 0x00050095u, - 0x00000074u, 0x000004ffu, 0x000004fbu, 0x000004feu, 0x00050051u, 0x0000006du, 0x00000500u, 0x000004ffu, - 0x00000001u, 0x00050051u, 0x0000006du, 0x00000501u, 0x000004ffu, 0x00000000u, 0x0004007cu, 0x00000007u, - 0x00000502u, 0x00000501u, 0x0004007cu, 0x00000007u, 0x00000504u, 0x00000500u, 0x00050080u, 0x00000007u, - 0x00000506u, 0x000004f9u, 0x00000504u, 0x00070050u, 0x00000007u, 0x00000488u, 0x00000406u, 0x00000406u, - 0x00000406u, 0x00000406u, 0x00050082u, 0x00000007u, 0x00000489u, 0x00000410u, 0x00000488u, 0x00050084u, - 0x00000006u, 0x0000048du, 0x00000299u, 0x0000039fu, 0x00070050u, 0x00000007u, 0x00000510u, 0x000003b0u, - 0x000003b0u, 0x000003b0u, 0x000003b0u, 0x00050098u, 0x00000068u, 0x00000511u, 0x00000489u, 0x00000510u, - 0x00050051u, 0x00000007u, 0x00000512u, 0x00000511u, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000513u, - 0x00000511u, 0x00000001u, 0x0004007cu, 0x0000006du, 0x00000515u, 0x00000512u, 0x0004007cu, 0x00000033u, - 0x00000517u, 0x0000048du, 0x00070050u, 0x0000006du, 0x00000518u, 0x00000517u, 0x00000517u, 0x00000517u, - 0x00000517u, 0x00050095u, 0x00000074u, 0x00000519u, 0x00000515u, 0x00000518u, 0x00050051u, 0x0000006du, - 0x0000051au, 0x00000519u, 0x00000001u, 0x00050051u, 0x0000006du, 0x0000051bu, 0x00000519u, 0x00000000u, - 0x0004007cu, 0x00000007u, 0x0000051cu, 0x0000051bu, 0x0004007cu, 0x00000007u, 0x0000051eu, 0x0000051au, - 0x00050080u, 0x00000007u, 0x00000520u, 0x00000513u, 0x0000051eu, 0x00050084u, 0x00000006u, 0x00000498u, - 0x00000299u, 0x000003a7u, 0x00070050u, 0x00000007u, 0x00000499u, 0x00000498u, 0x00000498u, 0x00000498u, - 0x00000498u, 0x000500b1u, 0x000000d5u, 0x0000049au, 0x00000410u, 0x00000499u, 0x000600a9u, 0x00000007u, - 0x0000049bu, 0x0000049au, 0x00000502u, 0x0000051cu, 0x000600a9u, 0x00000007u, 0x000004a5u, 0x0000049au, - 0x00000506u, 0x00000520u, 0x000500adu, 0x000000d5u, 0x000004a8u, 0x000004ecu, 0x000000e6u, 0x000600a9u, - 0x00000007u, 0x000004a9u, 0x000004a8u, 0x000000e4u, 0x000004e8u, 0x000500b1u, 0x000000d5u, 0x000004acu, - 0x000004ecu, 0x000000eeu, 0x000600a9u, 0x00000007u, 0x000004adu, 0x000004acu, 0x000000ebu, 0x000004a9u, - 0x000500adu, 0x000000d5u, 0x000004b0u, 0x000004a5u, 0x000000e6u, 0x000600a9u, 0x00000007u, 0x000004b1u, - 0x000004b0u, 0x000000e4u, 0x0000049bu, 0x000500b1u, 0x000000d5u, 0x000004b4u, 0x000004a5u, 0x000000eeu, - 0x000600a9u, 0x00000007u, 0x000004b5u, 0x000004b4u, 0x000000ebu, 0x000004b1u, 0x000500c3u, 0x00000007u, - 0x00000527u, 0x000004adu, 0x000007a1u, 0x000500c3u, 0x00000007u, 0x0000052cu, 0x000004b5u, 0x000007a1u, - 0x00070050u, 0x000000d5u, 0x000007a2u, 0x00000400u, 0x00000400u, 0x00000400u, 0x00000400u, 0x000600a9u, - 0x00000007u, 0x000007a3u, 0x000007a2u, 0x0000052cu, 0x00000527u, 0x000600a9u, 0x00000007u, 0x000007a5u, - 0x000007a2u, 0x00000527u, 0x0000052cu, 0x0006000cu, 0x00000007u, 0x000004c3u, 0x00000001u, 0x00000005u, - 0x000007a5u, 0x0006000cu, 0x00000007u, 0x000004c5u, 0x00000001u, 0x00000005u, 0x000007a3u, 0x0007000cu, - 0x00000007u, 0x000004c6u, 0x00000001u, 0x0000002au, 0x000004c3u, 0x000004c5u, 0x0007004fu, 0x00000020u, - 0x00000531u, 0x000004c6u, 0x000004c6u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x00000533u, - 0x000004c6u, 0x000004c6u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x00000534u, 0x00000001u, - 0x0000002au, 0x00000531u, 0x00000533u, 0x0003003eu, 0x0000052du, 0x00000534u, 0x00050041u, 0x00000014u, - 0x00000535u, 0x0000052du, 0x0000004du, 0x0004003du, 0x00000006u, 0x00000536u, 0x00000535u, 0x00050041u, - 0x00000014u, 0x00000537u, 0x0000052du, 0x00000050u, 0x0004003du, 0x00000006u, 0x00000538u, 0x00000537u, - 0x0007000cu, 0x00000006u, 0x00000539u, 0x00000001u, 0x0000002au, 0x00000536u, 0x00000538u, 0x00050084u, - 0x00000006u, 0x000004cau, 0x00000114u, 0x00000299u, 0x000500b3u, 0x0000001eu, 0x000004cbu, 0x00000539u, - 0x000004cau, 0x000300f7u, 0x000004d3u, 0x00000000u, 0x000400fau, 0x000004cbu, 0x000004ccu, 0x000004d2u, - 0x000200f8u, 0x000004ccu, 0x0007004fu, 0x00000020u, 0x0000053eu, 0x000007a5u, 0x000007a5u, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x00000020u, 0x00000540u, 0x000007a5u, 0x000007a5u, 0x00000002u, 0x00000003u, - 0x0007000cu, 0x00000020u, 0x00000541u, 0x00000001u, 0x00000027u, 0x0000053eu, 0x00000540u, 0x0003003eu, - 0x0000053au, 0x00000541u, 0x00050041u, 0x00000014u, 0x00000542u, 0x0000053au, 0x0000004du, 0x0004003du, - 0x00000006u, 0x00000543u, 0x00000542u, 0x00050041u, 0x00000014u, 0x00000544u, 0x0000053au, 0x00000050u, - 0x0004003du, 0x00000006u, 0x00000545u, 0x00000544u, 0x0007000cu, 0x00000006u, 0x00000546u, 0x00000001u, - 0x00000027u, 0x00000543u, 0x00000545u, 0x0007004fu, 0x00000020u, 0x0000054bu, 0x000007a3u, 0x000007a3u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x0000054du, 0x000007a3u, 0x000007a3u, 0x00000002u, - 0x00000003u, 0x0007000cu, 0x00000020u, 0x0000054eu, 0x00000001u, 0x0000002au, 0x0000054bu, 0x0000054du, - 0x0003003eu, 0x00000547u, 0x0000054eu, 0x00050041u, 0x00000014u, 0x0000054fu, 0x00000547u, 0x0000004du, - 0x0004003du, 0x00000006u, 0x00000550u, 0x0000054fu, 0x00050041u, 0x00000014u, 0x00000551u, 0x00000547u, - 0x00000050u, 0x0004003du, 0x00000006u, 0x00000552u, 0x00000551u, 0x0007000cu, 0x00000006u, 0x00000553u, - 0x00000001u, 0x0000002au, 0x00000550u, 0x00000552u, 0x00050050u, 0x00000020u, 0x000004d1u, 0x00000546u, - 0x00000553u, 0x000200f9u, 0x000004d3u, 0x000200f8u, 0x000004d2u, 0x000200f9u, 0x000004d3u, 0x000200f8u, - 0x000004d3u, 0x000700f5u, 0x00000020u, 0x0000077bu, 0x000004d1u, 0x000004ccu, 0x00000123u, 0x000004d2u, - 0x000500c7u, 0x00000006u, 0x00000418u, 0x000003b9u, 0x0000017eu, 0x000500abu, 0x0000001eu, 0x00000419u, - 0x00000418u, 0x00000098u, 0x000600a9u, 0x00000006u, 0x0000041au, 0x00000419u, 0x00000088u, 0x00000082u, - 0x000500c3u, 0x00000006u, 0x0000041eu, 0x0000038du, 0x000000c0u, 0x00050084u, 0x00000006u, 0x0000041fu, - 0x00000299u, 0x0000041eu, 0x00050080u, 0x00000006u, 0x00000424u, 0x00000391u, 0x0000041au, 0x000500c3u, - 0x00000006u, 0x00000425u, 0x00000424u, 0x000000c0u, 0x00050084u, 0x00000006u, 0x00000426u, 0x00000299u, - 0x00000425u, 0x00050082u, 0x00000006u, 0x00000427u, 0x00000426u, 0x000000acu, 0x00050050u, 0x00000020u, - 0x00000428u, 0x0000041fu, 0x00000427u, 0x0007004fu, 0x00000020u, 0x0000042bu, 0x00000428u, 0x00000428u, - 0x00000000u, 0x00000000u, 0x0007004fu, 0x00000020u, 0x0000042du, 0x00000428u, 0x00000428u, 0x00000001u, - 0x00000001u, 0x0008000cu, 0x00000020u, 0x0000042eu, 0x00000001u, 0x0000002du, 0x0000077bu, 0x0000042bu, - 0x0000042du, 0x0003003eu, 0x000003c6u, 0x0000042eu, 0x00050041u, 0x00000014u, 0x0000042fu, 0x000003c6u, - 0x0000004du, 0x0004003du, 0x00000006u, 0x00000430u, 0x0000042fu, 0x00050041u, 0x00000014u, 0x00000431u, - 0x0000029cu, 0x0000004du, 0x0004003du, 0x00000006u, 0x00000432u, 0x00000431u, 0x0007000cu, 0x00000006u, - 0x00000433u, 0x00000001u, 0x0000002au, 0x00000430u, 0x00000432u, 0x0003003eu, 0x0000042fu, 0x00000433u, - 0x00050041u, 0x00000014u, 0x00000435u, 0x000003c6u, 0x00000050u, 0x0004003du, 0x00000006u, 0x00000436u, - 0x00000435u, 0x00050041u, 0x00000014u, 0x00000437u, 0x0000029eu, 0x0000004du, 0x0004003du, 0x00000006u, - 0x00000438u, 0x00000437u, 0x0007000cu, 0x00000006u, 0x00000439u, 0x00000001u, 0x00000027u, 0x00000436u, - 0x00000438u, 0x0003003eu, 0x00000435u, 0x00000439u, 0x0004003du, 0x00000006u, 0x0000043cu, 0x0000042fu, - 0x0004003du, 0x00000006u, 0x0000043eu, 0x00000435u, 0x000500b3u, 0x0000001eu, 0x0000043fu, 0x0000043cu, - 0x0000043eu, 0x000200f9u, 0x00000440u, 0x000200f8u, 0x00000440u, 0x000700f5u, 0x0000001eu, 0x0000077cu, - 0x00000157u, 0x000003fbu, 0x0000043fu, 0x000004d3u, 0x000200f9u, 0x00000290u, 0x000200f8u, 0x00000290u, - 0x000700f5u, 0x0000001eu, 0x0000077eu, 0x00000157u, 0x00000283u, 0x0000077cu, 0x00000440u, 0x000200f9u, - 0x00000284u, 0x000200f8u, 0x00000284u, 0x000700f5u, 0x0000001eu, 0x0000077du, 0x00000157u, 0x00000005u, - 0x0000077eu, 0x00000290u, 0x00050153u, 0x0000006du, 0x000002a6u, 0x000001f0u, 0x0000077du, 0x00050051u, - 0x00000033u, 0x000002a7u, 0x000002a6u, 0x00000000u, 0x000200f9u, 0x000002a9u, 0x000200f8u, 0x000002a9u, - 0x000700f5u, 0x00000033u, 0x00000780u, 0x0000004du, 0x00000284u, 0x0000079au, 0x000002acu, 0x000700f5u, - 0x00000033u, 0x0000077fu, 0x000002a7u, 0x00000284u, 0x000002b7u, 0x000002acu, 0x000500abu, 0x0000001eu, - 0x000002afu, 0x0000077fu, 0x0000004du, 0x000400f6u, 0x000002abu, 0x000002acu, 0x00000000u, 0x000400fau, - 0x000002afu, 0x000002aau, 0x000002abu, 0x000200f8u, 0x000002aau, 0x0006000cu, 0x00000006u, 0x000002b2u, - 0x00000001u, 0x00000049u, 0x0000077fu, 0x000500c4u, 0x00000033u, 0x000002b4u, 0x00000050u, 0x000002b2u, - 0x000400c8u, 0x00000033u, 0x000002b5u, 0x000002b4u, 0x000500c7u, 0x00000033u, 0x000002b7u, 0x0000077fu, - 0x000002b5u, 0x00050084u, 0x00000006u, 0x000002bau, 0x00000219u, 0x00000281u, 0x00050080u, 0x00000006u, - 0x000002bcu, 0x000002bau, 0x000002b2u, 0x0004007cu, 0x00000033u, 0x000002bdu, 0x000002bcu, 0x00060041u, - 0x000001e6u, 0x00000558u, 0x000001e4u, 0x00000098u, 0x000002bdu, 0x0004003du, 0x00000007u, 0x00000559u, - 0x00000558u, 0x0003003eu, 0x00000554u, 0x00000559u, 0x00050041u, 0x00000014u, 0x0000055au, 0x00000554u, - 0x0000004du, 0x0004003du, 0x00000006u, 0x0000055bu, 0x0000055au, 0x00050041u, 0x00000014u, 0x0000055cu, - 0x00000554u, 0x00000050u, 0x0004003du, 0x00000006u, 0x0000055du, 0x0000055cu, 0x00050041u, 0x00000014u, - 0x0000055eu, 0x00000554u, 0x000001edu, 0x0004003du, 0x00000006u, 0x0000055fu, 0x0000055eu, 0x00050041u, - 0x00000014u, 0x00000560u, 0x00000554u, 0x000001f0u, 0x0004003du, 0x00000006u, 0x00000561u, 0x00000560u, - 0x00070041u, 0x000001b2u, 0x00000566u, 0x000001b0u, 0x00000098u, 0x000002bdu, 0x00000098u, 0x0004003du, - 0x00000006u, 0x00000567u, 0x00000566u, 0x00070041u, 0x000001b2u, 0x00000569u, 0x000001b0u, 0x00000098u, - 0x000002bdu, 0x000000acu, 0x0004003du, 0x00000006u, 0x0000056au, 0x00000569u, 0x00070041u, 0x000001b2u, - 0x0000056cu, 0x000001b0u, 0x00000098u, 0x000002bdu, 0x000000c0u, 0x0004003du, 0x00000006u, 0x0000056du, - 0x0000056cu, 0x00070041u, 0x000001bcu, 0x0000056fu, 0x000001b0u, 0x00000098u, 0x000002bdu, 0x00000082u, - 0x0004003du, 0x000001aau, 0x00000570u, 0x0000056fu, 0x00040072u, 0x00000006u, 0x00000571u, 0x00000570u, - 0x00070041u, 0x000001bcu, 0x00000573u, 0x000001b0u, 0x00000098u, 0x000002bdu, 0x00000088u, 0x0004003du, - 0x000001aau, 0x00000574u, 0x00000573u, 0x00040072u, 0x00000006u, 0x00000575u, 0x00000574u, 0x00070041u, - 0x000001b2u, 0x00000577u, 0x000001b0u, 0x00000098u, 0x000002bdu, 0x00000096u, 0x0004003du, 0x00000006u, - 0x00000578u, 0x00000577u, 0x00070041u, 0x000001b2u, 0x0000057au, 0x000001b0u, 0x00000098u, 0x000002bdu, - 0x000000aau, 0x0004003du, 0x00000006u, 0x0000057bu, 0x0000057au, 0x00070041u, 0x000001b2u, 0x0000057du, - 0x000001b0u, 0x00000098u, 0x000002bdu, 0x000000beu, 0x0004003du, 0x00000006u, 0x0000057eu, 0x0000057du, - 0x00070041u, 0x000001bcu, 0x00000580u, 0x000001b0u, 0x00000098u, 0x000002bdu, 0x0000014cu, 0x0004003du, - 0x000001aau, 0x00000581u, 0x00000580u, 0x00040072u, 0x00000006u, 0x00000582u, 0x00000581u, 0x00070041u, - 0x000001d2u, 0x00000584u, 0x000001b0u, 0x00000098u, 0x000002bdu, 0x0000015au, 0x0004003du, 0x000001abu, - 0x00000585u, 0x00000584u, 0x00040071u, 0x00000033u, 0x00000586u, 0x00000585u, 0x0004007cu, 0x00000006u, - 0x00000587u, 0x00000586u, 0x0003003eu, 0x000002c8u, 0x00000270u, 0x0003003eu, 0x000002cau, 0x0000027au, - 0x000300f7u, 0x0000060eu, 0x00000000u, 0x000300fbu, 0x0000004du, 0x0000059du, 0x000200f8u, 0x0000059du, - 0x00050041u, 0x00000014u, 0x0000059eu, 0x000002c8u, 0x00000050u, 0x0004003du, 0x00000006u, 0x0000059fu, - 0x0000059eu, 0x000500c3u, 0x00000006u, 0x000005a3u, 0x0000055du, 0x000000c0u, 0x00050084u, 0x00000006u, - 0x000005a4u, 0x00000299u, 0x000005a3u, 0x0007000cu, 0x00000006u, 0x000005a5u, 0x00000001u, 0x0000002au, - 0x0000059fu, 0x000005a4u, 0x0003003eu, 0x0000059eu, 0x000005a5u, 0x00050041u, 0x00000014u, 0x000005a7u, - 0x000002cau, 0x00000050u, 0x0004003du, 0x00000006u, 0x000005a8u, 0x000005a7u, 0x00050080u, 0x00000006u, - 0x000005acu, 0x00000561u, 0x00000082u, 0x000500c3u, 0x00000006u, 0x000005adu, 0x000005acu, 0x000000c0u, - 0x00050084u, 0x00000006u, 0x000005aeu, 0x00000299u, 0x000005adu, 0x00050082u, 0x00000006u, 0x000005afu, - 0x000005aeu, 0x000000acu, 0x0007000cu, 0x00000006u, 0x000005b0u, 0x00000001u, 0x00000027u, 0x000005a8u, - 0x000005afu, 0x0003003eu, 0x000005a7u, 0x000005b0u, 0x0004003du, 0x00000006u, 0x000005b3u, 0x0000059eu, - 0x00050084u, 0x00000006u, 0x000005b4u, 0x000005b3u, 0x00000088u, 0x0004003du, 0x00000006u, 0x000005b6u, - 0x000005a7u, 0x00050084u, 0x00000006u, 0x000005b7u, 0x000005b6u, 0x00000088u, 0x00050080u, 0x00000006u, - 0x000005b8u, 0x000005b7u, 0x00000082u, 0x00050084u, 0x00000006u, 0x000005bdu, 0x00000299u, 0x00000571u, - 0x0007000cu, 0x00000006u, 0x000005beu, 0x00000001u, 0x0000002au, 0x000005b4u, 0x000005bdu, 0x00050084u, - 0x00000006u, 0x000005c3u, 0x00000299u, 0x00000582u, 0x00050082u, 0x00000006u, 0x000005c4u, 0x000005c3u, - 0x000000acu, 0x0007000cu, 0x00000006u, 0x000005c5u, 0x00000001u, 0x00000027u, 0x000005b8u, 0x000005c4u, - 0x000500b1u, 0x0000001eu, 0x000005c8u, 0x000005c5u, 0x000005beu, 0x000300f7u, 0x000005cau, 0x00000000u, - 0x000400fau, 0x000005c8u, 0x000005c9u, 0x000005cau, 0x000200f8u, 0x000005c9u, 0x000200f9u, 0x0000060eu, - 0x000200f8u, 0x000005cau, 0x000500c7u, 0x00000006u, 0x000005cdu, 0x00000587u, 0x000000acu, 0x000500abu, - 0x0000001eu, 0x000005ceu, 0x000005cdu, 0x00000098u, 0x00050084u, 0x00000006u, 0x000005d4u, 0x00000575u, - 0x00000299u, 0x00050050u, 0x00000020u, 0x000005d5u, 0x000005d4u, 0x000005d4u, 0x00050080u, 0x00000020u, - 0x000005d6u, 0x000005d5u, 0x00000166u, 0x00050050u, 0x00000020u, 0x000005d8u, 0x000005beu, 0x000005beu, - 0x00050050u, 0x00000020u, 0x000005dau, 0x000005c5u, 0x000005c5u, 0x0008000cu, 0x00000020u, 0x000005dbu, - 0x00000001u, 0x0000002du, 0x000005d6u, 0x000005d8u, 0x000005dau, 0x00050051u, 0x00000006u, 0x000005dcu, - 0x000005dbu, 0x00000000u, 0x00050051u, 0x00000006u, 0x000005ddu, 0x000005dbu, 0x00000001u, 0x00070050u, - 0x00000007u, 0x000005deu, 0x000005beu, 0x000005c5u, 0x000005dcu, 0x000005ddu, 0x000500c7u, 0x00000006u, - 0x00000633u, 0x00000571u, 0x00000085u, 0x00050084u, 0x00000006u, 0x00000638u, 0x00000633u, 0x00000299u, - 0x00070050u, 0x00000007u, 0x0000063eu, 0x00000638u, 0x00000638u, 0x00000638u, 0x00000638u, 0x00050082u, - 0x00000007u, 0x0000063fu, 0x000005deu, 0x0000063eu, 0x00050084u, 0x00000006u, 0x00000643u, 0x00000299u, - 0x00000567u, 0x00070050u, 0x00000007u, 0x000006aau, 0x00000578u, 0x00000578u, 0x00000578u, 0x00000578u, - 0x00050098u, 0x00000068u, 0x000006abu, 0x0000063fu, 0x000006aau, 0x00050051u, 0x00000007u, 0x000006acu, - 0x000006abu, 0x00000000u, 0x00050051u, 0x00000007u, 0x000006adu, 0x000006abu, 0x00000001u, 0x0004007cu, - 0x0000006du, 0x000006afu, 0x000006acu, 0x0004007cu, 0x00000033u, 0x000006b1u, 0x00000643u, 0x00070050u, - 0x0000006du, 0x000006b2u, 0x000006b1u, 0x000006b1u, 0x000006b1u, 0x000006b1u, 0x00050095u, 0x00000074u, - 0x000006b3u, 0x000006afu, 0x000006b2u, 0x00050051u, 0x0000006du, 0x000006b4u, 0x000006b3u, 0x00000001u, - 0x00050051u, 0x0000006du, 0x000006b5u, 0x000006b3u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000006b6u, - 0x000006b5u, 0x0004007cu, 0x00000007u, 0x000006b8u, 0x000006b4u, 0x00050080u, 0x00000007u, 0x000006bau, - 0x000006adu, 0x000006b8u, 0x00050084u, 0x00000006u, 0x0000064fu, 0x00000299u, 0x0000056au, 0x00070050u, - 0x00000007u, 0x000006c4u, 0x0000057bu, 0x0000057bu, 0x0000057bu, 0x0000057bu, 0x00050098u, 0x00000068u, - 0x000006c5u, 0x0000063fu, 0x000006c4u, 0x00050051u, 0x00000007u, 0x000006c6u, 0x000006c5u, 0x00000000u, - 0x00050051u, 0x00000007u, 0x000006c7u, 0x000006c5u, 0x00000001u, 0x0004007cu, 0x0000006du, 0x000006c9u, - 0x000006c6u, 0x0004007cu, 0x00000033u, 0x000006cbu, 0x0000064fu, 0x00070050u, 0x0000006du, 0x000006ccu, - 0x000006cbu, 0x000006cbu, 0x000006cbu, 0x000006cbu, 0x00050095u, 0x00000074u, 0x000006cdu, 0x000006c9u, - 0x000006ccu, 0x00050051u, 0x0000006du, 0x000006ceu, 0x000006cdu, 0x00000001u, 0x00050051u, 0x0000006du, - 0x000006cfu, 0x000006cdu, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000006d0u, 0x000006cfu, 0x0004007cu, - 0x00000007u, 0x000006d2u, 0x000006ceu, 0x00050080u, 0x00000007u, 0x000006d4u, 0x000006c7u, 0x000006d2u, - 0x00070050u, 0x00000007u, 0x00000656u, 0x000005d4u, 0x000005d4u, 0x000005d4u, 0x000005d4u, 0x00050082u, - 0x00000007u, 0x00000657u, 0x000005deu, 0x00000656u, 0x00050084u, 0x00000006u, 0x0000065bu, 0x00000299u, - 0x0000056du, 0x00070050u, 0x00000007u, 0x000006deu, 0x0000057eu, 0x0000057eu, 0x0000057eu, 0x0000057eu, - 0x00050098u, 0x00000068u, 0x000006dfu, 0x00000657u, 0x000006deu, 0x00050051u, 0x00000007u, 0x000006e0u, - 0x000006dfu, 0x00000000u, 0x00050051u, 0x00000007u, 0x000006e1u, 0x000006dfu, 0x00000001u, 0x0004007cu, - 0x0000006du, 0x000006e3u, 0x000006e0u, 0x0004007cu, 0x00000033u, 0x000006e5u, 0x0000065bu, 0x00070050u, - 0x0000006du, 0x000006e6u, 0x000006e5u, 0x000006e5u, 0x000006e5u, 0x000006e5u, 0x00050095u, 0x00000074u, - 0x000006e7u, 0x000006e3u, 0x000006e6u, 0x00050051u, 0x0000006du, 0x000006e8u, 0x000006e7u, 0x00000001u, - 0x00050051u, 0x0000006du, 0x000006e9u, 0x000006e7u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000006eau, - 0x000006e9u, 0x0004007cu, 0x00000007u, 0x000006ecu, 0x000006e8u, 0x00050080u, 0x00000007u, 0x000006eeu, - 0x000006e1u, 0x000006ecu, 0x00050084u, 0x00000006u, 0x00000666u, 0x00000299u, 0x00000575u, 0x00070050u, - 0x00000007u, 0x00000667u, 0x00000666u, 0x00000666u, 0x00000666u, 0x00000666u, 0x000500b1u, 0x000000d5u, - 0x00000668u, 0x000005deu, 0x00000667u, 0x000600a9u, 0x00000007u, 0x00000669u, 0x00000668u, 0x000006d0u, - 0x000006eau, 0x000600a9u, 0x00000007u, 0x00000673u, 0x00000668u, 0x000006d4u, 0x000006eeu, 0x000500adu, - 0x000000d5u, 0x00000676u, 0x000006bau, 0x000000e6u, 0x000600a9u, 0x00000007u, 0x00000677u, 0x00000676u, - 0x000000e4u, 0x000006b6u, 0x000500b1u, 0x000000d5u, 0x0000067au, 0x000006bau, 0x000000eeu, 0x000600a9u, - 0x00000007u, 0x0000067bu, 0x0000067au, 0x000000ebu, 0x00000677u, 0x000500adu, 0x000000d5u, 0x0000067eu, - 0x00000673u, 0x000000e6u, 0x000600a9u, 0x00000007u, 0x0000067fu, 0x0000067eu, 0x000000e4u, 0x00000669u, - 0x000500b1u, 0x000000d5u, 0x00000682u, 0x00000673u, 0x000000eeu, 0x000600a9u, 0x00000007u, 0x00000683u, - 0x00000682u, 0x000000ebu, 0x0000067fu, 0x000500c3u, 0x00000007u, 0x000006f5u, 0x0000067bu, 0x000007a1u, - 0x000500c3u, 0x00000007u, 0x000006fau, 0x00000683u, 0x000007a1u, 0x00070050u, 0x000000d5u, 0x000007a6u, - 0x000005ceu, 0x000005ceu, 0x000005ceu, 0x000005ceu, 0x000600a9u, 0x00000007u, 0x000007a7u, 0x000007a6u, - 0x000006fau, 0x000006f5u, 0x000600a9u, 0x00000007u, 0x000007a9u, 0x000007a6u, 0x000006f5u, 0x000006fau, - 0x0006000cu, 0x00000007u, 0x00000691u, 0x00000001u, 0x00000005u, 0x000007a9u, 0x0006000cu, 0x00000007u, - 0x00000693u, 0x00000001u, 0x00000005u, 0x000007a7u, 0x0007000cu, 0x00000007u, 0x00000694u, 0x00000001u, - 0x0000002au, 0x00000691u, 0x00000693u, 0x0007004fu, 0x00000020u, 0x000006ffu, 0x00000694u, 0x00000694u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x00000701u, 0x00000694u, 0x00000694u, 0x00000002u, - 0x00000003u, 0x0007000cu, 0x00000020u, 0x00000702u, 0x00000001u, 0x0000002au, 0x000006ffu, 0x00000701u, - 0x0003003eu, 0x000006fbu, 0x00000702u, 0x00050041u, 0x00000014u, 0x00000703u, 0x000006fbu, 0x0000004du, - 0x0004003du, 0x00000006u, 0x00000704u, 0x00000703u, 0x00050041u, 0x00000014u, 0x00000705u, 0x000006fbu, - 0x00000050u, 0x0004003du, 0x00000006u, 0x00000706u, 0x00000705u, 0x0007000cu, 0x00000006u, 0x00000707u, - 0x00000001u, 0x0000002au, 0x00000704u, 0x00000706u, 0x00050084u, 0x00000006u, 0x00000698u, 0x00000114u, - 0x00000299u, 0x000500b3u, 0x0000001eu, 0x00000699u, 0x00000707u, 0x00000698u, 0x000300f7u, 0x000006a1u, - 0x00000000u, 0x000400fau, 0x00000699u, 0x0000069au, 0x000006a0u, 0x000200f8u, 0x0000069au, 0x0007004fu, - 0x00000020u, 0x0000070cu, 0x000007a9u, 0x000007a9u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, - 0x0000070eu, 0x000007a9u, 0x000007a9u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x0000070fu, - 0x00000001u, 0x00000027u, 0x0000070cu, 0x0000070eu, 0x0003003eu, 0x00000708u, 0x0000070fu, 0x00050041u, - 0x00000014u, 0x00000710u, 0x00000708u, 0x0000004du, 0x0004003du, 0x00000006u, 0x00000711u, 0x00000710u, - 0x00050041u, 0x00000014u, 0x00000712u, 0x00000708u, 0x00000050u, 0x0004003du, 0x00000006u, 0x00000713u, - 0x00000712u, 0x0007000cu, 0x00000006u, 0x00000714u, 0x00000001u, 0x00000027u, 0x00000711u, 0x00000713u, - 0x0007004fu, 0x00000020u, 0x00000719u, 0x000007a7u, 0x000007a7u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x00000020u, 0x0000071bu, 0x000007a7u, 0x000007a7u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, - 0x0000071cu, 0x00000001u, 0x0000002au, 0x00000719u, 0x0000071bu, 0x0003003eu, 0x00000715u, 0x0000071cu, - 0x00050041u, 0x00000014u, 0x0000071du, 0x00000715u, 0x0000004du, 0x0004003du, 0x00000006u, 0x0000071eu, - 0x0000071du, 0x00050041u, 0x00000014u, 0x0000071fu, 0x00000715u, 0x00000050u, 0x0004003du, 0x00000006u, - 0x00000720u, 0x0000071fu, 0x0007000cu, 0x00000006u, 0x00000721u, 0x00000001u, 0x0000002au, 0x0000071eu, - 0x00000720u, 0x00050050u, 0x00000020u, 0x0000069fu, 0x00000714u, 0x00000721u, 0x000200f9u, 0x000006a1u, - 0x000200f8u, 0x000006a0u, 0x000200f9u, 0x000006a1u, 0x000200f8u, 0x000006a1u, 0x000700f5u, 0x00000020u, - 0x00000791u, 0x0000069fu, 0x0000069au, 0x00000123u, 0x000006a0u, 0x000500c7u, 0x00000006u, 0x000005e6u, - 0x00000587u, 0x0000017eu, 0x000500abu, 0x0000001eu, 0x000005e7u, 0x000005e6u, 0x00000098u, 0x000600a9u, - 0x00000006u, 0x000005e8u, 0x000005e7u, 0x00000088u, 0x00000082u, 0x000500c3u, 0x00000006u, 0x000005ecu, - 0x0000055bu, 0x000000c0u, 0x00050084u, 0x00000006u, 0x000005edu, 0x00000299u, 0x000005ecu, 0x00050080u, - 0x00000006u, 0x000005f2u, 0x0000055fu, 0x000005e8u, 0x000500c3u, 0x00000006u, 0x000005f3u, 0x000005f2u, - 0x000000c0u, 0x00050084u, 0x00000006u, 0x000005f4u, 0x00000299u, 0x000005f3u, 0x00050082u, 0x00000006u, - 0x000005f5u, 0x000005f4u, 0x000000acu, 0x00050050u, 0x00000020u, 0x000005f6u, 0x000005edu, 0x000005f5u, - 0x0007004fu, 0x00000020u, 0x000005f9u, 0x000005f6u, 0x000005f6u, 0x00000000u, 0x00000000u, 0x0007004fu, - 0x00000020u, 0x000005fbu, 0x000005f6u, 0x000005f6u, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000020u, - 0x000005fcu, 0x00000001u, 0x0000002du, 0x00000791u, 0x000005f9u, 0x000005fbu, 0x0003003eu, 0x00000594u, - 0x000005fcu, 0x00050041u, 0x00000014u, 0x000005fdu, 0x00000594u, 0x0000004du, 0x0004003du, 0x00000006u, - 0x000005feu, 0x000005fdu, 0x00050041u, 0x00000014u, 0x000005ffu, 0x000002c8u, 0x0000004du, 0x0004003du, - 0x00000006u, 0x00000600u, 0x000005ffu, 0x0007000cu, 0x00000006u, 0x00000601u, 0x00000001u, 0x0000002au, - 0x000005feu, 0x00000600u, 0x0003003eu, 0x000005fdu, 0x00000601u, 0x00050041u, 0x00000014u, 0x00000603u, - 0x00000594u, 0x00000050u, 0x0004003du, 0x00000006u, 0x00000604u, 0x00000603u, 0x00050041u, 0x00000014u, - 0x00000605u, 0x000002cau, 0x0000004du, 0x0004003du, 0x00000006u, 0x00000606u, 0x00000605u, 0x0007000cu, - 0x00000006u, 0x00000607u, 0x00000001u, 0x00000027u, 0x00000604u, 0x00000606u, 0x0003003eu, 0x00000603u, - 0x00000607u, 0x0004003du, 0x00000006u, 0x0000060au, 0x000005fdu, 0x0004003du, 0x00000006u, 0x0000060cu, - 0x00000603u, 0x000500b3u, 0x0000001eu, 0x0000060du, 0x0000060au, 0x0000060cu, 0x000200f9u, 0x0000060eu, - 0x000200f8u, 0x0000060eu, 0x000700f5u, 0x0000001eu, 0x00000792u, 0x00000157u, 0x000005c9u, 0x0000060du, - 0x000006a1u, 0x000300f7u, 0x000002d1u, 0x00000000u, 0x000400fau, 0x00000792u, 0x000002d0u, 0x000002d1u, - 0x000200f8u, 0x000002d0u, 0x000500c5u, 0x00000033u, 0x000002d5u, 0x00000780u, 0x000002b4u, 0x000200f9u, - 0x000002d1u, 0x000200f8u, 0x000002d1u, 0x000700f5u, 0x00000033u, 0x0000079au, 0x00000780u, 0x0000060eu, - 0x000002d5u, 0x000002d0u, 0x000200f9u, 0x000002acu, 0x000200f8u, 0x000002acu, 0x000200f9u, 0x000002a9u, - 0x000200f8u, 0x000002abu, 0x00050084u, 0x00000006u, 0x000002ddu, 0x0000024bu, 0x000002dcu, 0x00050080u, - 0x00000006u, 0x000002dfu, 0x000002ddu, 0x00000219u, 0x00060041u, 0x00000205u, 0x000002e1u, 0x000002d9u, - 0x00000098u, 0x000002dfu, 0x0003003eu, 0x000002e1u, 0x00000780u, 0x000500abu, 0x0000001eu, 0x000002e3u, - 0x00000780u, 0x0000004du, 0x000300f7u, 0x000002e5u, 0x00000000u, 0x000400fau, 0x000002e3u, 0x000002e4u, - 0x000002efu, 0x000200f8u, 0x000002e4u, 0x00060041u, 0x00000205u, 0x000002ebu, 0x000002e9u, 0x00000098u, - 0x0000024bu, 0x000500c4u, 0x00000033u, 0x000002edu, 0x00000050u, 0x00000219u, 0x000700f1u, 0x00000033u, - 0x000002eeu, 0x000002ebu, 0x00000050u, 0x0000004du, 0x000002edu, 0x000200f9u, 0x000002e5u, 0x000200f8u, - 0x000002efu, 0x00060041u, 0x00000205u, 0x000002f1u, 0x000002e9u, 0x00000098u, 0x0000024bu, 0x000500c4u, - 0x00000033u, 0x000002f3u, 0x00000050u, 0x00000219u, 0x000400c8u, 0x00000033u, 0x000002f4u, 0x000002f3u, - 0x000700f0u, 0x00000033u, 0x000002f5u, 0x000002f1u, 0x00000050u, 0x0000004du, 0x000002f4u, 0x000200f9u, - 0x000002e5u, 0x000200f8u, 0x000002e5u, 0x000400cdu, 0x00000006u, 0x000002f8u, 0x00000780u, 0x0004007cu, - 0x00000033u, 0x000002f9u, 0x000002f8u, 0x000500abu, 0x0000001eu, 0x000002fcu, 0x000002f9u, 0x0000004du, - 0x0005014fu, 0x0000001eu, 0x000002fdu, 0x000001f0u, 0x000002fcu, 0x000300f7u, 0x000002ffu, 0x00000000u, - 0x000400fau, 0x000002fdu, 0x000002feu, 0x000002ffu, 0x000200f8u, 0x000002feu, 0x0006015du, 0x00000033u, - 0x00000302u, 0x000001f0u, 0x00000000u, 0x000002f9u, 0x0004014du, 0x0000001eu, 0x00000303u, 0x000001f0u, - 0x000300f7u, 0x00000305u, 0x00000000u, 0x000400fau, 0x00000303u, 0x00000304u, 0x00000305u, 0x000200f8u, - 0x00000304u, 0x000500abu, 0x0000001eu, 0x00000307u, 0x00000302u, 0x0000004du, 0x000300f7u, 0x00000309u, - 0x00000000u, 0x000400fau, 0x00000307u, 0x00000308u, 0x00000309u, 0x000200f8u, 0x00000308u, 0x00070041u, - 0x00000205u, 0x0000030au, 0x00000203u, 0x00000098u, 0x00000098u, 0x000001f0u, 0x000700eau, 0x00000033u, - 0x0000030cu, 0x0000030au, 0x00000050u, 0x0000004du, 0x00000302u, 0x000200f9u, 0x00000309u, 0x000200f8u, - 0x00000309u, 0x000700f5u, 0x00000033u, 0x00000783u, 0x0000004du, 0x00000304u, 0x0000030cu, 0x00000308u, - 0x000200f9u, 0x00000305u, 0x000200f8u, 0x00000305u, 0x000700f5u, 0x00000033u, 0x00000782u, 0x0000004du, - 0x000002feu, 0x00000783u, 0x00000309u, 0x00050152u, 0x00000033u, 0x0000030eu, 0x000001f0u, 0x00000782u, - 0x0006015du, 0x00000033u, 0x00000310u, 0x000001f0u, 0x00000001u, 0x000002f9u, 0x00050082u, 0x00000033u, - 0x00000312u, 0x00000310u, 0x000002f9u, 0x00050080u, 0x00000033u, 0x00000314u, 0x0000030eu, 0x00000312u, - 0x000200f9u, 0x000002ffu, 0x000200f8u, 0x000002ffu, 0x000700f5u, 0x00000033u, 0x00000784u, 0x0000004du, - 0x000002e5u, 0x00000314u, 0x00000305u, 0x000300f7u, 0x00000318u, 0x00000000u, 0x000400fau, 0x000002fcu, - 0x00000317u, 0x00000318u, 0x000200f8u, 0x00000317u, 0x00060041u, 0x00000205u, 0x00000322u, 0x0000031cu, - 0x00000098u, 0x000002dfu, 0x0003003eu, 0x00000322u, 0x00000784u, 0x000200f9u, 0x00000318u, 0x000200f8u, - 0x00000318u, 0x00060168u, 0x00000033u, 0x00000325u, 0x000001f0u, 0x00000000u, 0x00000780u, 0x000200f9u, - 0x00000326u, 0x000200f8u, 0x00000326u, 0x000700f5u, 0x00000033u, 0x0000078du, 0x00000784u, 0x00000318u, - 0x0000079fu, 0x00000329u, 0x000700f5u, 0x00000033u, 0x00000789u, 0x00000325u, 0x00000318u, 0x00000334u, - 0x00000329u, 0x000500abu, 0x0000001eu, 0x0000032cu, 0x00000789u, 0x0000004du, 0x000400f6u, 0x00000328u, - 0x00000329u, 0x00000000u, 0x000400fau, 0x0000032cu, 0x00000327u, 0x00000328u, 0x000200f8u, 0x00000327u, - 0x0006000cu, 0x00000006u, 0x0000032fu, 0x00000001u, 0x00000049u, 0x00000789u, 0x000500c4u, 0x00000033u, - 0x00000331u, 0x00000050u, 0x0000032fu, 0x000400c8u, 0x00000033u, 0x00000332u, 0x00000331u, 0x000500c7u, - 0x00000033u, 0x00000334u, 0x00000789u, 0x00000332u, 0x00050084u, 0x00000006u, 0x00000337u, 0x00000219u, - 0x00000281u, 0x00050080u, 0x00000006u, 0x00000339u, 0x00000337u, 0x0000032fu, 0x000500c7u, 0x00000033u, - 0x0000033du, 0x00000780u, 0x00000331u, 0x000500abu, 0x0000001eu, 0x0000033eu, 0x0000033du, 0x0000004du, - 0x000300f7u, 0x00000340u, 0x00000000u, 0x000400fau, 0x0000033eu, 0x0000033fu, 0x00000340u, 0x000200f8u, - 0x0000033fu, 0x00080041u, 0x000001d2u, 0x0000034bu, 0x00000349u, 0x00000098u, 0x00000339u, 0x00000098u, - 0x0000004du, 0x0004003du, 0x000001abu, 0x0000034cu, 0x0000034bu, 0x00040071u, 0x00000033u, 0x0000034du, - 0x0000034cu, 0x00050153u, 0x0000006du, 0x00000727u, 0x000001f0u, 0x000001f7u, 0x00060156u, 0x00000033u, - 0x00000729u, 0x000001f0u, 0x00000000u, 0x00000727u, 0x0004014du, 0x0000001eu, 0x0000072au, 0x000001f0u, - 0x000300f7u, 0x00000730u, 0x00000000u, 0x000400fau, 0x0000072au, 0x0000072bu, 0x00000730u, 0x000200f8u, - 0x0000072bu, 0x00070041u, 0x00000205u, 0x0000072du, 0x00000203u, 0x00000098u, 0x0000034du, 0x0000004du, - 0x000700eau, 0x00000033u, 0x0000072fu, 0x0000072du, 0x00000050u, 0x0000004du, 0x00000729u, 0x000200f9u, - 0x00000730u, 0x000200f8u, 0x00000730u, 0x000700f5u, 0x00000033u, 0x0000078bu, 0x0000004du, 0x0000033fu, - 0x0000072fu, 0x0000072bu, 0x00050152u, 0x00000033u, 0x00000732u, 0x000001f0u, 0x0000078bu, 0x00060156u, - 0x00000033u, 0x00000734u, 0x000001f0u, 0x00000002u, 0x00000727u, 0x00050080u, 0x00000033u, 0x00000736u, - 0x00000732u, 0x00000734u, 0x00050084u, 0x00000033u, 0x0000035au, 0x00000358u, 0x0000034du, 0x00050080u, - 0x00000033u, 0x0000035bu, 0x00000736u, 0x0000035au, 0x0004003du, 0x00000006u, 0x0000035du, 0x00000249u, - 0x0004007cu, 0x00000033u, 0x0000035eu, 0x0000035du, 0x0004003du, 0x00000006u, 0x00000360u, 0x00000243u, - 0x0004007cu, 0x00000033u, 0x00000361u, 0x00000360u, 0x0004007cu, 0x00000033u, 0x00000364u, 0x00000339u, - 0x00070050u, 0x0000006du, 0x00000365u, 0x0000035eu, 0x00000361u, 0x0000078du, 0x00000364u, 0x00060041u, - 0x00000366u, 0x00000367u, 0x00000355u, 0x00000098u, 0x0000035bu, 0x0003003eu, 0x00000367u, 0x00000365u, - 0x00050080u, 0x00000033u, 0x00000369u, 0x0000078du, 0x000000acu, 0x000200f9u, 0x00000340u, 0x000200f8u, - 0x00000340u, 0x000700f5u, 0x00000033u, 0x0000079fu, 0x0000078du, 0x00000327u, 0x00000369u, 0x00000730u, - 0x000200f9u, 0x00000329u, 0x000200f8u, 0x00000329u, 0x000200f9u, 0x00000326u, 0x000200f8u, 0x00000328u, - 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x000006eau, 0x00000000u, 0x00020011u, - 0x00000001u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, - 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, - 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000005u, 0x00000004u, - 0x6e69616du, 0x00000000u, 0x000001f5u, 0x00000200u, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000020u, - 0x00000001u, 0x00000001u, 0x00050048u, 0x000001a8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x000001a8u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000001a8u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x000001a8u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001a8u, - 0x00000004u, 0x00000023u, 0x0000000eu, 0x00050048u, 0x000001a8u, 0x00000005u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x000001a8u, 0x00000006u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000001a8u, 0x00000007u, - 0x00000023u, 0x00000018u, 0x00050048u, 0x000001a8u, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, - 0x000001a8u, 0x00000009u, 0x00000023u, 0x0000001eu, 0x00050048u, 0x000001a8u, 0x0000000au, 0x00000023u, - 0x0000001fu, 0x00040047u, 0x000001a9u, 0x00000006u, 0x00000020u, 0x00040048u, 0x000001aau, 0x00000000u, - 0x00000018u, 0x00050048u, 0x000001aau, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001aau, - 0x00000002u, 0x00040047u, 0x000001acu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001acu, 0x00000021u, - 0x00000000u, 0x00040047u, 0x000001ddu, 0x00000006u, 0x00000010u, 0x00040048u, 0x000001deu, 0x00000000u, - 0x00000018u, 0x00050048u, 0x000001deu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001deu, - 0x00000002u, 0x00040047u, 0x000001e0u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001e0u, 0x00000021u, - 0x00000001u, 0x00040047u, 0x000001f5u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x00000200u, 0x0000000bu, - 0x0000001du, 0x00040047u, 0x00000214u, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000215u, 0x00000001u, - 0x00000001u, 0x00040047u, 0x0000021eu, 0x00000001u, 0x00000002u, 0x00050048u, 0x00000228u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x00000228u, 0x00000001u, 0x00000023u, 0x00000008u, 0x00030047u, - 0x00000228u, 0x00000002u, 0x00040047u, 0x00000265u, 0x00000001u, 0x00000006u, 0x00040047u, 0x000002a6u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x000002a7u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002a7u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002a7u, 0x00000002u, 0x00040047u, 0x000002a9u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000002a9u, 0x00000021u, 0x00000003u, 0x00040047u, 0x000002abu, - 0x00000001u, 0x00000003u, 0x00040047u, 0x000002b7u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002b8u, - 0x00000000u, 0x00000019u, 0x00050048u, 0x000002b8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000002b8u, 0x00000002u, 0x00040047u, 0x000002bau, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002bau, - 0x00000021u, 0x00000004u, 0x00040047u, 0x000002c8u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, - 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, 0x00040017u, - 0x00000007u, 0x00000006u, 0x00000004u, 0x00040020u, 0x00000008u, 0x00000007u, 0x00000007u, 0x00040020u, - 0x00000014u, 0x00000007u, 0x00000006u, 0x00020014u, 0x0000001eu, 0x00040017u, 0x00000020u, 0x00000006u, - 0x00000002u, 0x00040020u, 0x00000028u, 0x00000007u, 0x00000020u, 0x00040015u, 0x00000033u, 0x00000020u, - 0x00000000u, 0x0004002bu, 0x00000006u, 0x0000003eu, 0x0000000fu, 0x0004002bu, 0x00000033u, 0x00000049u, - 0x00000000u, 0x0004002bu, 0x00000033u, 0x0000004cu, 0x00000001u, 0x0004001eu, 0x00000064u, 0x00000007u, - 0x00000007u, 0x00040017u, 0x00000069u, 0x00000033u, 0x00000004u, 0x0004001eu, 0x00000070u, 0x00000069u, - 0x00000069u, 0x0004002bu, 0x00000006u, 0x0000007eu, 0x00000003u, 0x0004002bu, 0x00000006u, 0x00000081u, - 0xfffffffcu, 0x0004002bu, 0x00000006u, 0x00000084u, 0x00000004u, 0x0004002bu, 0x00000006u, 0x00000092u, - 0x00000005u, 0x0004002bu, 0x00000006u, 0x00000094u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x000000a6u, - 0x00000006u, 0x0004002bu, 0x00000006u, 0x000000a8u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x000000bau, - 0x00000007u, 0x0004002bu, 0x00000006u, 0x000000bcu, 0x00000002u, 0x00040017u, 0x000000d1u, 0x0000001eu, - 0x00000004u, 0x0004002bu, 0x00000006u, 0x000000dfu, 0x7fffffffu, 0x0007002cu, 0x00000007u, 0x000000e0u, - 0x000000dfu, 0x000000dfu, 0x000000dfu, 0x000000dfu, 0x0007002cu, 0x00000007u, 0x000000e2u, 0x00000094u, - 0x00000094u, 0x00000094u, 0x00000094u, 0x0004002bu, 0x00000006u, 0x000000e6u, 0x80000000u, 0x0007002cu, - 0x00000007u, 0x000000e7u, 0x000000e6u, 0x000000e6u, 0x000000e6u, 0x000000e6u, 0x0004002bu, 0x00000006u, - 0x000000e9u, 0xffffffffu, 0x0007002cu, 0x00000007u, 0x000000eau, 0x000000e9u, 0x000000e9u, 0x000000e9u, - 0x000000e9u, 0x0004002bu, 0x00000006u, 0x00000110u, 0x000007ffu, 0x0005002cu, 0x00000020u, 0x0000011fu, - 0x00000094u, 0x000000dfu, 0x0004002bu, 0x00000006u, 0x00000148u, 0x00000008u, 0x0003002au, 0x0000001eu, - 0x00000153u, 0x0004002bu, 0x00000006u, 0x00000156u, 0x00000009u, 0x0005002cu, 0x00000020u, 0x00000162u, - 0x000000e9u, 0x00000094u, 0x0004002bu, 0x00000006u, 0x0000017au, 0x00000080u, 0x00040015u, 0x000001a6u, - 0x00000010u, 0x00000001u, 0x00040015u, 0x000001a7u, 0x00000008u, 0x00000000u, 0x000d001eu, 0x000001a8u, - 0x00000006u, 0x00000006u, 0x00000006u, 0x000001a6u, 0x000001a6u, 0x00000006u, 0x00000006u, 0x00000006u, - 0x000001a6u, 0x000001a7u, 0x000001a7u, 0x0003001du, 0x000001a9u, 0x000001a8u, 0x0003001eu, 0x000001aau, - 0x000001a9u, 0x00040020u, 0x000001abu, 0x0000000cu, 0x000001aau, 0x0004003bu, 0x000001abu, 0x000001acu, - 0x0000000cu, 0x00040020u, 0x000001aeu, 0x0000000cu, 0x00000006u, 0x00040020u, 0x000001b8u, 0x0000000cu, - 0x000001a6u, 0x00040020u, 0x000001ceu, 0x0000000cu, 0x000001a7u, 0x0003001du, 0x000001ddu, 0x00000007u, - 0x0003001eu, 0x000001deu, 0x000001ddu, 0x00040020u, 0x000001dfu, 0x0000000cu, 0x000001deu, 0x0004003bu, - 0x000001dfu, 0x000001e0u, 0x0000000cu, 0x00040020u, 0x000001e2u, 0x0000000cu, 0x00000007u, 0x0004002bu, - 0x00000033u, 0x000001e9u, 0x00000002u, 0x0004002bu, 0x00000033u, 0x000001ecu, 0x00000003u, 0x00040017u, - 0x000001f3u, 0x00000033u, 0x00000003u, 0x00040020u, 0x000001f4u, 0x00000001u, 0x000001f3u, 0x0004003bu, - 0x000001f4u, 0x000001f5u, 0x00000001u, 0x00040020u, 0x000001f6u, 0x00000001u, 0x00000033u, 0x00040017u, - 0x000001fbu, 0x00000033u, 0x00000002u, 0x0004003bu, 0x000001f6u, 0x00000200u, 0x00000001u, 0x0005002cu, - 0x00000020u, 0x0000020bu, 0x00000148u, 0x00000084u, 0x00040032u, 0x00000006u, 0x00000214u, 0x00000400u, - 0x00040032u, 0x00000006u, 0x00000215u, 0x00000008u, 0x00060034u, 0x00000006u, 0x00000216u, 0x00000087u, - 0x00000214u, 0x00000215u, 0x00060034u, 0x00000006u, 0x0000021du, 0x00000084u, 0x00000215u, 0x00000148u, - 0x00040032u, 0x00000006u, 0x0000021eu, 0x00000008u, 0x00060034u, 0x00000006u, 0x0000021fu, 0x00000084u, - 0x0000021eu, 0x00000084u, 0x00050033u, 0x00000020u, 0x00000220u, 0x0000021du, 0x0000021fu, 0x00060034u, - 0x00000006u, 0x00000224u, 0x00000084u, 0x00000215u, 0x00000148u, 0x00060034u, 0x00000006u, 0x00000225u, - 0x00000084u, 0x0000021eu, 0x00000084u, 0x00050033u, 0x00000020u, 0x00000226u, 0x00000224u, 0x00000225u, - 0x0004001eu, 0x00000228u, 0x000001fbu, 0x00000006u, 0x00040020u, 0x00000229u, 0x00000009u, 0x00000228u, - 0x0004003bu, 0x00000229u, 0x0000022au, 0x00000009u, 0x00040020u, 0x0000022bu, 0x00000009u, 0x000001fbu, - 0x00050033u, 0x00000020u, 0x00000234u, 0x00000215u, 0x0000021eu, 0x00050033u, 0x00000020u, 0x00000238u, - 0x00000215u, 0x0000021eu, 0x00040020u, 0x00000241u, 0x00000009u, 0x00000006u, 0x00040020u, 0x00000248u, - 0x00000004u, 0x00000033u, 0x0004003bu, 0x00000248u, 0x00000249u, 0x00000004u, 0x0004002bu, 0x00000033u, - 0x0000024au, 0x00000108u, 0x0004002bu, 0x00000006u, 0x0000024du, 0x00000020u, 0x00040032u, 0x00000006u, - 0x00000265u, 0x00000001u, 0x0003001du, 0x000002a6u, 0x00000033u, 0x0003001eu, 0x000002a7u, 0x000002a6u, - 0x00040020u, 0x000002a8u, 0x0000000cu, 0x000002a7u, 0x0004003bu, 0x000002a8u, 0x000002a9u, 0x0000000cu, - 0x00040032u, 0x00000006u, 0x000002abu, 0x00000100u, 0x00060034u, 0x00000006u, 0x000002acu, 0x00000087u, - 0x000002abu, 0x0000024du, 0x00040020u, 0x000002b1u, 0x0000000cu, 0x00000033u, 0x0003001du, 0x000002b7u, - 0x00000033u, 0x0003001eu, 0x000002b8u, 0x000002b7u, 0x00040020u, 0x000002b9u, 0x0000000cu, 0x000002b8u, - 0x0004003bu, 0x000002b9u, 0x000002bau, 0x0000000cu, 0x0004002bu, 0x00000033u, 0x000002c7u, 0x00000020u, - 0x0006002cu, 0x000001f3u, 0x000002c8u, 0x000002c7u, 0x0000004cu, 0x0000004cu, 0x0005002cu, 0x00000020u, - 0x000006e0u, 0x000000a8u, 0x000000a8u, 0x0007002cu, 0x00000007u, 0x000006e1u, 0x0000003eu, 0x0000003eu, - 0x0000003eu, 0x0000003eu, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, - 0x00000005u, 0x0004003bu, 0x00000028u, 0x0000067eu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000671u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000664u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x000004fdu, - 0x00000007u, 0x0004003bu, 0x00000008u, 0x000004bdu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x000004b0u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x000004a3u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000496u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000032fu, 0x00000007u, 0x0004003bu, 0x00000008u, 0x000002efu, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000209u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000268u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000026au, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000298u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000029au, 0x00000007u, 0x00050041u, 0x000001f6u, 0x000001f7u, - 0x000001f5u, 0x00000049u, 0x0004003du, 0x00000033u, 0x000001f8u, 0x000001f7u, 0x0004007cu, 0x00000006u, - 0x000001f9u, 0x000001f8u, 0x0004003du, 0x000001f3u, 0x000001fcu, 0x000001f5u, 0x0007004fu, 0x000001fbu, - 0x000001fdu, 0x000001fcu, 0x000001fcu, 0x00000001u, 0x00000002u, 0x0004007cu, 0x00000020u, 0x000001feu, - 0x000001fdu, 0x0004003du, 0x00000033u, 0x00000201u, 0x00000200u, 0x0004007cu, 0x00000006u, 0x00000202u, - 0x00000201u, 0x000500c7u, 0x00000006u, 0x00000205u, 0x00000202u, 0x000000bau, 0x000500c3u, 0x00000006u, - 0x00000208u, 0x00000202u, 0x0000007eu, 0x00050084u, 0x00000020u, 0x0000020cu, 0x000001feu, 0x0000020bu, - 0x00050050u, 0x00000020u, 0x0000020fu, 0x00000205u, 0x00000208u, 0x00050080u, 0x00000020u, 0x00000210u, - 0x0000020cu, 0x0000020fu, 0x0003003eu, 0x00000209u, 0x00000210u, 0x00050041u, 0x00000014u, 0x00000212u, - 0x00000209u, 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000213u, 0x00000212u, 0x00050084u, 0x00000006u, - 0x00000217u, 0x00000213u, 0x00000216u, 0x00050041u, 0x00000014u, 0x00000218u, 0x00000209u, 0x00000049u, - 0x0004003du, 0x00000006u, 0x00000219u, 0x00000218u, 0x00050080u, 0x00000006u, 0x0000021au, 0x00000217u, - 0x00000219u, 0x00050084u, 0x00000020u, 0x00000221u, 0x000001feu, 0x00000220u, 0x00050080u, 0x00000020u, - 0x00000227u, 0x00000221u, 0x00000226u, 0x00050041u, 0x0000022bu, 0x0000022cu, 0x0000022au, 0x00000094u, - 0x0004003du, 0x000001fbu, 0x0000022du, 0x0000022cu, 0x0004007cu, 0x00000020u, 0x0000022eu, 0x0000022du, - 0x0007000cu, 0x00000020u, 0x0000022fu, 0x00000001u, 0x00000027u, 0x00000227u, 0x0000022eu, 0x00050082u, - 0x00000020u, 0x00000231u, 0x0000022fu, 0x000006e0u, 0x00050084u, 0x00000020u, 0x00000235u, 0x00000210u, - 0x00000234u, 0x00050080u, 0x00000020u, 0x00000239u, 0x00000235u, 0x00000238u, 0x0007000cu, 0x00000020u, - 0x0000023du, 0x00000001u, 0x00000027u, 0x00000239u, 0x0000022eu, 0x00050082u, 0x00000020u, 0x0000023fu, - 0x0000023du, 0x000006e0u, 0x00050041u, 0x00000241u, 0x00000242u, 0x0000022au, 0x000000a8u, 0x0004003du, - 0x00000006u, 0x00000243u, 0x00000242u, 0x000500aau, 0x0000001eu, 0x00000245u, 0x00000202u, 0x00000094u, - 0x000300f7u, 0x00000247u, 0x00000000u, 0x000400fau, 0x00000245u, 0x00000246u, 0x00000247u, 0x000200f8u, - 0x00000246u, 0x0003003eu, 0x00000249u, 0x00000049u, 0x000200f9u, 0x00000247u, 0x000200f8u, 0x00000247u, - 0x000400e0u, 0x000001e9u, 0x000001e9u, 0x0000024au, 0x000500b1u, 0x0000001eu, 0x0000024eu, 0x00000202u, - 0x0000024du, 0x000300f7u, 0x00000250u, 0x00000000u, 0x000400fau, 0x0000024eu, 0x0000024fu, 0x00000250u, - 0x000200f8u, 0x0000024fu, 0x00050084u, 0x00000006u, 0x00000253u, 0x000001f9u, 0x0000024du, 0x00050080u, - 0x00000006u, 0x00000255u, 0x00000253u, 0x00000202u, 0x0004007cu, 0x00000033u, 0x00000256u, 0x00000255u, - 0x0004007cu, 0x00000033u, 0x00000259u, 0x00000243u, 0x000500b0u, 0x0000001eu, 0x0000025au, 0x00000256u, - 0x00000259u, 0x000300f7u, 0x0000025cu, 0x00000000u, 0x000400fau, 0x0000025au, 0x0000025bu, 0x0000025cu, - 0x000200f8u, 0x0000025bu, 0x00060041u, 0x000001e2u, 0x000002f3u, 0x000001e0u, 0x00000094u, 0x00000256u, - 0x0004003du, 0x00000007u, 0x000002f4u, 0x000002f3u, 0x0003003eu, 0x000002efu, 0x000002f4u, 0x00050041u, - 0x00000014u, 0x000002f5u, 0x000002efu, 0x00000049u, 0x0004003du, 0x00000006u, 0x000002f6u, 0x000002f5u, - 0x00050041u, 0x00000014u, 0x000002f7u, 0x000002efu, 0x0000004cu, 0x0004003du, 0x00000006u, 0x000002f8u, - 0x000002f7u, 0x00050041u, 0x00000014u, 0x000002f9u, 0x000002efu, 0x000001e9u, 0x0004003du, 0x00000006u, - 0x000002fau, 0x000002f9u, 0x00050041u, 0x00000014u, 0x000002fbu, 0x000002efu, 0x000001ecu, 0x0004003du, - 0x00000006u, 0x000002fcu, 0x000002fbu, 0x00070041u, 0x000001aeu, 0x00000301u, 0x000001acu, 0x00000094u, - 0x00000256u, 0x00000094u, 0x0004003du, 0x00000006u, 0x00000302u, 0x00000301u, 0x00070041u, 0x000001aeu, - 0x00000304u, 0x000001acu, 0x00000094u, 0x00000256u, 0x000000a8u, 0x0004003du, 0x00000006u, 0x00000305u, - 0x00000304u, 0x00070041u, 0x000001aeu, 0x00000307u, 0x000001acu, 0x00000094u, 0x00000256u, 0x000000bcu, - 0x0004003du, 0x00000006u, 0x00000308u, 0x00000307u, 0x00070041u, 0x000001b8u, 0x0000030au, 0x000001acu, - 0x00000094u, 0x00000256u, 0x0000007eu, 0x0004003du, 0x000001a6u, 0x0000030bu, 0x0000030au, 0x00040072u, - 0x00000006u, 0x0000030cu, 0x0000030bu, 0x00070041u, 0x000001b8u, 0x0000030eu, 0x000001acu, 0x00000094u, - 0x00000256u, 0x00000084u, 0x0004003du, 0x000001a6u, 0x0000030fu, 0x0000030eu, 0x00040072u, 0x00000006u, - 0x00000310u, 0x0000030fu, 0x00070041u, 0x000001aeu, 0x00000312u, 0x000001acu, 0x00000094u, 0x00000256u, - 0x00000092u, 0x0004003du, 0x00000006u, 0x00000313u, 0x00000312u, 0x00070041u, 0x000001aeu, 0x00000315u, - 0x000001acu, 0x00000094u, 0x00000256u, 0x000000a6u, 0x0004003du, 0x00000006u, 0x00000316u, 0x00000315u, - 0x00070041u, 0x000001aeu, 0x00000318u, 0x000001acu, 0x00000094u, 0x00000256u, 0x000000bau, 0x0004003du, - 0x00000006u, 0x00000319u, 0x00000318u, 0x00070041u, 0x000001b8u, 0x0000031bu, 0x000001acu, 0x00000094u, - 0x00000256u, 0x00000148u, 0x0004003du, 0x000001a6u, 0x0000031cu, 0x0000031bu, 0x00040072u, 0x00000006u, - 0x0000031du, 0x0000031cu, 0x00070041u, 0x000001ceu, 0x0000031fu, 0x000001acu, 0x00000094u, 0x00000256u, - 0x00000156u, 0x0004003du, 0x000001a7u, 0x00000320u, 0x0000031fu, 0x00040071u, 0x00000033u, 0x00000321u, - 0x00000320u, 0x0004007cu, 0x00000006u, 0x00000322u, 0x00000321u, 0x0003003eu, 0x00000268u, 0x00000221u, - 0x0003003eu, 0x0000026au, 0x00000231u, 0x000300f7u, 0x000003a9u, 0x00000000u, 0x000300fbu, 0x00000049u, - 0x00000338u, 0x000200f8u, 0x00000338u, 0x00050041u, 0x00000014u, 0x00000339u, 0x00000268u, 0x0000004cu, - 0x0004003du, 0x00000006u, 0x0000033au, 0x00000339u, 0x000500c3u, 0x00000006u, 0x0000033eu, 0x000002f8u, - 0x000000bcu, 0x00050084u, 0x00000006u, 0x0000033fu, 0x00000265u, 0x0000033eu, 0x0007000cu, 0x00000006u, - 0x00000340u, 0x00000001u, 0x0000002au, 0x0000033au, 0x0000033fu, 0x0003003eu, 0x00000339u, 0x00000340u, - 0x00050041u, 0x00000014u, 0x00000342u, 0x0000026au, 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000343u, - 0x00000342u, 0x00050080u, 0x00000006u, 0x00000347u, 0x000002fcu, 0x0000007eu, 0x000500c3u, 0x00000006u, - 0x00000348u, 0x00000347u, 0x000000bcu, 0x00050084u, 0x00000006u, 0x00000349u, 0x00000265u, 0x00000348u, - 0x00050082u, 0x00000006u, 0x0000034au, 0x00000349u, 0x000000a8u, 0x0007000cu, 0x00000006u, 0x0000034bu, - 0x00000001u, 0x00000027u, 0x00000343u, 0x0000034au, 0x0003003eu, 0x00000342u, 0x0000034bu, 0x0004003du, - 0x00000006u, 0x0000034eu, 0x00000339u, 0x00050084u, 0x00000006u, 0x0000034fu, 0x0000034eu, 0x00000084u, - 0x0004003du, 0x00000006u, 0x00000351u, 0x00000342u, 0x00050084u, 0x00000006u, 0x00000352u, 0x00000351u, - 0x00000084u, 0x00050080u, 0x00000006u, 0x00000353u, 0x00000352u, 0x0000007eu, 0x00050084u, 0x00000006u, - 0x00000358u, 0x00000265u, 0x0000030cu, 0x0007000cu, 0x00000006u, 0x00000359u, 0x00000001u, 0x0000002au, - 0x0000034fu, 0x00000358u, 0x00050084u, 0x00000006u, 0x0000035eu, 0x00000265u, 0x0000031du, 0x00050082u, - 0x00000006u, 0x0000035fu, 0x0000035eu, 0x000000a8u, 0x0007000cu, 0x00000006u, 0x00000360u, 0x00000001u, - 0x00000027u, 0x00000353u, 0x0000035fu, 0x000500b1u, 0x0000001eu, 0x00000363u, 0x00000360u, 0x00000359u, - 0x000300f7u, 0x00000365u, 0x00000000u, 0x000400fau, 0x00000363u, 0x00000364u, 0x00000365u, 0x000200f8u, - 0x00000364u, 0x000200f9u, 0x000003a9u, 0x000200f8u, 0x00000365u, 0x000500c7u, 0x00000006u, 0x00000368u, - 0x00000322u, 0x000000a8u, 0x000500abu, 0x0000001eu, 0x00000369u, 0x00000368u, 0x00000094u, 0x00050084u, - 0x00000006u, 0x0000036fu, 0x00000310u, 0x00000265u, 0x00050050u, 0x00000020u, 0x00000370u, 0x0000036fu, - 0x0000036fu, 0x00050080u, 0x00000020u, 0x00000371u, 0x00000370u, 0x00000162u, 0x00050050u, 0x00000020u, - 0x00000373u, 0x00000359u, 0x00000359u, 0x00050050u, 0x00000020u, 0x00000375u, 0x00000360u, 0x00000360u, - 0x0008000cu, 0x00000020u, 0x00000376u, 0x00000001u, 0x0000002du, 0x00000371u, 0x00000373u, 0x00000375u, - 0x00050051u, 0x00000006u, 0x00000377u, 0x00000376u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000378u, - 0x00000376u, 0x00000001u, 0x00070050u, 0x00000007u, 0x00000379u, 0x00000359u, 0x00000360u, 0x00000377u, - 0x00000378u, 0x000500c7u, 0x00000006u, 0x000003ceu, 0x0000030cu, 0x00000081u, 0x00050084u, 0x00000006u, - 0x000003d3u, 0x000003ceu, 0x00000265u, 0x00070050u, 0x00000007u, 0x000003d9u, 0x000003d3u, 0x000003d3u, - 0x000003d3u, 0x000003d3u, 0x00050082u, 0x00000007u, 0x000003dau, 0x00000379u, 0x000003d9u, 0x00050084u, - 0x00000006u, 0x000003deu, 0x00000265u, 0x00000302u, 0x00070050u, 0x00000007u, 0x00000445u, 0x00000313u, - 0x00000313u, 0x00000313u, 0x00000313u, 0x00050098u, 0x00000064u, 0x00000446u, 0x000003dau, 0x00000445u, - 0x00050051u, 0x00000007u, 0x00000447u, 0x00000446u, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000448u, - 0x00000446u, 0x00000001u, 0x0004007cu, 0x00000069u, 0x0000044au, 0x00000447u, 0x0004007cu, 0x00000033u, - 0x0000044cu, 0x000003deu, 0x00070050u, 0x00000069u, 0x0000044du, 0x0000044cu, 0x0000044cu, 0x0000044cu, - 0x0000044cu, 0x00050095u, 0x00000070u, 0x0000044eu, 0x0000044au, 0x0000044du, 0x00050051u, 0x00000069u, - 0x0000044fu, 0x0000044eu, 0x00000001u, 0x00050051u, 0x00000069u, 0x00000450u, 0x0000044eu, 0x00000000u, - 0x0004007cu, 0x00000007u, 0x00000451u, 0x00000450u, 0x0004007cu, 0x00000007u, 0x00000453u, 0x0000044fu, - 0x00050080u, 0x00000007u, 0x00000455u, 0x00000448u, 0x00000453u, 0x00050084u, 0x00000006u, 0x000003eau, - 0x00000265u, 0x00000305u, 0x00070050u, 0x00000007u, 0x0000045fu, 0x00000316u, 0x00000316u, 0x00000316u, - 0x00000316u, 0x00050098u, 0x00000064u, 0x00000460u, 0x000003dau, 0x0000045fu, 0x00050051u, 0x00000007u, - 0x00000461u, 0x00000460u, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000462u, 0x00000460u, 0x00000001u, - 0x0004007cu, 0x00000069u, 0x00000464u, 0x00000461u, 0x0004007cu, 0x00000033u, 0x00000466u, 0x000003eau, - 0x00070050u, 0x00000069u, 0x00000467u, 0x00000466u, 0x00000466u, 0x00000466u, 0x00000466u, 0x00050095u, - 0x00000070u, 0x00000468u, 0x00000464u, 0x00000467u, 0x00050051u, 0x00000069u, 0x00000469u, 0x00000468u, - 0x00000001u, 0x00050051u, 0x00000069u, 0x0000046au, 0x00000468u, 0x00000000u, 0x0004007cu, 0x00000007u, - 0x0000046bu, 0x0000046au, 0x0004007cu, 0x00000007u, 0x0000046du, 0x00000469u, 0x00050080u, 0x00000007u, - 0x0000046fu, 0x00000462u, 0x0000046du, 0x00070050u, 0x00000007u, 0x000003f1u, 0x0000036fu, 0x0000036fu, - 0x0000036fu, 0x0000036fu, 0x00050082u, 0x00000007u, 0x000003f2u, 0x00000379u, 0x000003f1u, 0x00050084u, - 0x00000006u, 0x000003f6u, 0x00000265u, 0x00000308u, 0x00070050u, 0x00000007u, 0x00000479u, 0x00000319u, - 0x00000319u, 0x00000319u, 0x00000319u, 0x00050098u, 0x00000064u, 0x0000047au, 0x000003f2u, 0x00000479u, - 0x00050051u, 0x00000007u, 0x0000047bu, 0x0000047au, 0x00000000u, 0x00050051u, 0x00000007u, 0x0000047cu, - 0x0000047au, 0x00000001u, 0x0004007cu, 0x00000069u, 0x0000047eu, 0x0000047bu, 0x0004007cu, 0x00000033u, - 0x00000480u, 0x000003f6u, 0x00070050u, 0x00000069u, 0x00000481u, 0x00000480u, 0x00000480u, 0x00000480u, - 0x00000480u, 0x00050095u, 0x00000070u, 0x00000482u, 0x0000047eu, 0x00000481u, 0x00050051u, 0x00000069u, - 0x00000483u, 0x00000482u, 0x00000001u, 0x00050051u, 0x00000069u, 0x00000484u, 0x00000482u, 0x00000000u, - 0x0004007cu, 0x00000007u, 0x00000485u, 0x00000484u, 0x0004007cu, 0x00000007u, 0x00000487u, 0x00000483u, - 0x00050080u, 0x00000007u, 0x00000489u, 0x0000047cu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00000401u, - 0x00000265u, 0x00000310u, 0x00070050u, 0x00000007u, 0x00000402u, 0x00000401u, 0x00000401u, 0x00000401u, - 0x00000401u, 0x000500b1u, 0x000000d1u, 0x00000403u, 0x00000379u, 0x00000402u, 0x000600a9u, 0x00000007u, - 0x00000404u, 0x00000403u, 0x0000046bu, 0x00000485u, 0x000600a9u, 0x00000007u, 0x0000040eu, 0x00000403u, - 0x0000046fu, 0x00000489u, 0x000500adu, 0x000000d1u, 0x00000411u, 0x00000455u, 0x000000e2u, 0x000600a9u, - 0x00000007u, 0x00000412u, 0x00000411u, 0x000000e0u, 0x00000451u, 0x000500b1u, 0x000000d1u, 0x00000415u, - 0x00000455u, 0x000000eau, 0x000600a9u, 0x00000007u, 0x00000416u, 0x00000415u, 0x000000e7u, 0x00000412u, - 0x000500adu, 0x000000d1u, 0x00000419u, 0x0000040eu, 0x000000e2u, 0x000600a9u, 0x00000007u, 0x0000041au, - 0x00000419u, 0x000000e0u, 0x00000404u, 0x000500b1u, 0x000000d1u, 0x0000041du, 0x0000040eu, 0x000000eau, - 0x000600a9u, 0x00000007u, 0x0000041eu, 0x0000041du, 0x000000e7u, 0x0000041au, 0x000500c3u, 0x00000007u, - 0x00000490u, 0x00000416u, 0x000006e1u, 0x000500c3u, 0x00000007u, 0x00000495u, 0x0000041eu, 0x000006e1u, - 0x00070050u, 0x000000d1u, 0x000006e2u, 0x00000369u, 0x00000369u, 0x00000369u, 0x00000369u, 0x000600a9u, - 0x00000007u, 0x000006e3u, 0x000006e2u, 0x00000495u, 0x00000490u, 0x000600a9u, 0x00000007u, 0x000006e5u, - 0x000006e2u, 0x00000490u, 0x00000495u, 0x0006000cu, 0x00000007u, 0x0000042cu, 0x00000001u, 0x00000005u, - 0x000006e5u, 0x0006000cu, 0x00000007u, 0x0000042eu, 0x00000001u, 0x00000005u, 0x000006e3u, 0x0007000cu, - 0x00000007u, 0x0000042fu, 0x00000001u, 0x0000002au, 0x0000042cu, 0x0000042eu, 0x0007004fu, 0x00000020u, - 0x0000049au, 0x0000042fu, 0x0000042fu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x0000049cu, - 0x0000042fu, 0x0000042fu, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x0000049du, 0x00000001u, - 0x0000002au, 0x0000049au, 0x0000049cu, 0x0003003eu, 0x00000496u, 0x0000049du, 0x00050041u, 0x00000014u, - 0x0000049eu, 0x00000496u, 0x00000049u, 0x0004003du, 0x00000006u, 0x0000049fu, 0x0000049eu, 0x00050041u, - 0x00000014u, 0x000004a0u, 0x00000496u, 0x0000004cu, 0x0004003du, 0x00000006u, 0x000004a1u, 0x000004a0u, - 0x0007000cu, 0x00000006u, 0x000004a2u, 0x00000001u, 0x0000002au, 0x0000049fu, 0x000004a1u, 0x00050084u, - 0x00000006u, 0x00000433u, 0x00000110u, 0x00000265u, 0x000500b3u, 0x0000001eu, 0x00000434u, 0x000004a2u, - 0x00000433u, 0x000300f7u, 0x0000043cu, 0x00000000u, 0x000400fau, 0x00000434u, 0x00000435u, 0x0000043bu, - 0x000200f8u, 0x00000435u, 0x0007004fu, 0x00000020u, 0x000004a7u, 0x000006e5u, 0x000006e5u, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x00000020u, 0x000004a9u, 0x000006e5u, 0x000006e5u, 0x00000002u, 0x00000003u, - 0x0007000cu, 0x00000020u, 0x000004aau, 0x00000001u, 0x00000027u, 0x000004a7u, 0x000004a9u, 0x0003003eu, - 0x000004a3u, 0x000004aau, 0x00050041u, 0x00000014u, 0x000004abu, 0x000004a3u, 0x00000049u, 0x0004003du, - 0x00000006u, 0x000004acu, 0x000004abu, 0x00050041u, 0x00000014u, 0x000004adu, 0x000004a3u, 0x0000004cu, - 0x0004003du, 0x00000006u, 0x000004aeu, 0x000004adu, 0x0007000cu, 0x00000006u, 0x000004afu, 0x00000001u, - 0x00000027u, 0x000004acu, 0x000004aeu, 0x0007004fu, 0x00000020u, 0x000004b4u, 0x000006e3u, 0x000006e3u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x000004b6u, 0x000006e3u, 0x000006e3u, 0x00000002u, - 0x00000003u, 0x0007000cu, 0x00000020u, 0x000004b7u, 0x00000001u, 0x0000002au, 0x000004b4u, 0x000004b6u, - 0x0003003eu, 0x000004b0u, 0x000004b7u, 0x00050041u, 0x00000014u, 0x000004b8u, 0x000004b0u, 0x00000049u, - 0x0004003du, 0x00000006u, 0x000004b9u, 0x000004b8u, 0x00050041u, 0x00000014u, 0x000004bau, 0x000004b0u, - 0x0000004cu, 0x0004003du, 0x00000006u, 0x000004bbu, 0x000004bau, 0x0007000cu, 0x00000006u, 0x000004bcu, - 0x00000001u, 0x0000002au, 0x000004b9u, 0x000004bbu, 0x00050050u, 0x00000020u, 0x0000043au, 0x000004afu, - 0x000004bcu, 0x000200f9u, 0x0000043cu, 0x000200f8u, 0x0000043bu, 0x000200f9u, 0x0000043cu, 0x000200f8u, - 0x0000043cu, 0x000700f5u, 0x00000020u, 0x000006ceu, 0x0000043au, 0x00000435u, 0x0000011fu, 0x0000043bu, - 0x000500c7u, 0x00000006u, 0x00000381u, 0x00000322u, 0x0000017au, 0x000500abu, 0x0000001eu, 0x00000382u, - 0x00000381u, 0x00000094u, 0x000600a9u, 0x00000006u, 0x00000383u, 0x00000382u, 0x00000084u, 0x0000007eu, - 0x000500c3u, 0x00000006u, 0x00000387u, 0x000002f6u, 0x000000bcu, 0x00050084u, 0x00000006u, 0x00000388u, - 0x00000265u, 0x00000387u, 0x00050080u, 0x00000006u, 0x0000038du, 0x000002fau, 0x00000383u, 0x000500c3u, - 0x00000006u, 0x0000038eu, 0x0000038du, 0x000000bcu, 0x00050084u, 0x00000006u, 0x0000038fu, 0x00000265u, - 0x0000038eu, 0x00050082u, 0x00000006u, 0x00000390u, 0x0000038fu, 0x000000a8u, 0x00050050u, 0x00000020u, - 0x00000391u, 0x00000388u, 0x00000390u, 0x0007004fu, 0x00000020u, 0x00000394u, 0x00000391u, 0x00000391u, - 0x00000000u, 0x00000000u, 0x0007004fu, 0x00000020u, 0x00000396u, 0x00000391u, 0x00000391u, 0x00000001u, - 0x00000001u, 0x0008000cu, 0x00000020u, 0x00000397u, 0x00000001u, 0x0000002du, 0x000006ceu, 0x00000394u, - 0x00000396u, 0x0003003eu, 0x0000032fu, 0x00000397u, 0x00050041u, 0x00000014u, 0x00000398u, 0x0000032fu, - 0x00000049u, 0x0004003du, 0x00000006u, 0x00000399u, 0x00000398u, 0x00050041u, 0x00000014u, 0x0000039au, - 0x00000268u, 0x00000049u, 0x0004003du, 0x00000006u, 0x0000039bu, 0x0000039au, 0x0007000cu, 0x00000006u, - 0x0000039cu, 0x00000001u, 0x0000002au, 0x00000399u, 0x0000039bu, 0x0003003eu, 0x00000398u, 0x0000039cu, - 0x00050041u, 0x00000014u, 0x0000039eu, 0x0000032fu, 0x0000004cu, 0x0004003du, 0x00000006u, 0x0000039fu, - 0x0000039eu, 0x00050041u, 0x00000014u, 0x000003a0u, 0x0000026au, 0x00000049u, 0x0004003du, 0x00000006u, - 0x000003a1u, 0x000003a0u, 0x0007000cu, 0x00000006u, 0x000003a2u, 0x00000001u, 0x00000027u, 0x0000039fu, - 0x000003a1u, 0x0003003eu, 0x0000039eu, 0x000003a2u, 0x0004003du, 0x00000006u, 0x000003a5u, 0x00000398u, - 0x0004003du, 0x00000006u, 0x000003a7u, 0x0000039eu, 0x000500b3u, 0x0000001eu, 0x000003a8u, 0x000003a5u, - 0x000003a7u, 0x000200f9u, 0x000003a9u, 0x000200f8u, 0x000003a9u, 0x000700f5u, 0x0000001eu, 0x000006cfu, - 0x00000153u, 0x00000364u, 0x000003a8u, 0x0000043cu, 0x000200f9u, 0x0000025cu, 0x000200f8u, 0x0000025cu, - 0x000700f5u, 0x0000001eu, 0x000006d1u, 0x00000153u, 0x0000024fu, 0x000006cfu, 0x000003a9u, 0x000200f9u, - 0x00000250u, 0x000200f8u, 0x00000250u, 0x000700f5u, 0x0000001eu, 0x000006d0u, 0x00000153u, 0x00000247u, - 0x000006d1u, 0x0000025cu, 0x000300f7u, 0x00000272u, 0x00000000u, 0x000400fau, 0x000006d0u, 0x00000271u, - 0x00000272u, 0x000200f8u, 0x00000271u, 0x000500c4u, 0x00000033u, 0x00000274u, 0x0000004cu, 0x00000202u, - 0x000700f1u, 0x00000033u, 0x00000275u, 0x00000249u, 0x0000004cu, 0x00000049u, 0x00000274u, 0x000200f9u, - 0x00000272u, 0x000200f8u, 0x00000272u, 0x000400e0u, 0x000001e9u, 0x000001e9u, 0x0000024au, 0x0004003du, - 0x00000033u, 0x00000277u, 0x00000249u, 0x000200f9u, 0x00000279u, 0x000200f8u, 0x00000279u, 0x000700f5u, - 0x00000033u, 0x000006d3u, 0x00000049u, 0x00000272u, 0x000006dfu, 0x0000027cu, 0x000700f5u, 0x00000033u, - 0x000006d2u, 0x00000277u, 0x00000272u, 0x00000287u, 0x0000027cu, 0x000500abu, 0x0000001eu, 0x0000027fu, - 0x000006d2u, 0x00000049u, 0x000400f6u, 0x0000027bu, 0x0000027cu, 0x00000000u, 0x000400fau, 0x0000027fu, - 0x0000027au, 0x0000027bu, 0x000200f8u, 0x0000027au, 0x0006000cu, 0x00000006u, 0x00000282u, 0x00000001u, - 0x00000049u, 0x000006d2u, 0x000500c4u, 0x00000033u, 0x00000284u, 0x0000004cu, 0x00000282u, 0x000400c8u, - 0x00000033u, 0x00000285u, 0x00000284u, 0x000500c7u, 0x00000033u, 0x00000287u, 0x000006d2u, 0x00000285u, - 0x00050084u, 0x00000006u, 0x0000028au, 0x000001f9u, 0x0000024du, 0x00050080u, 0x00000006u, 0x0000028cu, - 0x0000028au, 0x00000282u, 0x0004007cu, 0x00000033u, 0x0000028du, 0x0000028cu, 0x00060041u, 0x000001e2u, - 0x000004c1u, 0x000001e0u, 0x00000094u, 0x0000028du, 0x0004003du, 0x00000007u, 0x000004c2u, 0x000004c1u, - 0x0003003eu, 0x000004bdu, 0x000004c2u, 0x00050041u, 0x00000014u, 0x000004c3u, 0x000004bdu, 0x00000049u, - 0x0004003du, 0x00000006u, 0x000004c4u, 0x000004c3u, 0x00050041u, 0x00000014u, 0x000004c5u, 0x000004bdu, - 0x0000004cu, 0x0004003du, 0x00000006u, 0x000004c6u, 0x000004c5u, 0x00050041u, 0x00000014u, 0x000004c7u, - 0x000004bdu, 0x000001e9u, 0x0004003du, 0x00000006u, 0x000004c8u, 0x000004c7u, 0x00050041u, 0x00000014u, - 0x000004c9u, 0x000004bdu, 0x000001ecu, 0x0004003du, 0x00000006u, 0x000004cau, 0x000004c9u, 0x00070041u, - 0x000001aeu, 0x000004cfu, 0x000001acu, 0x00000094u, 0x0000028du, 0x00000094u, 0x0004003du, 0x00000006u, - 0x000004d0u, 0x000004cfu, 0x00070041u, 0x000001aeu, 0x000004d2u, 0x000001acu, 0x00000094u, 0x0000028du, - 0x000000a8u, 0x0004003du, 0x00000006u, 0x000004d3u, 0x000004d2u, 0x00070041u, 0x000001aeu, 0x000004d5u, - 0x000001acu, 0x00000094u, 0x0000028du, 0x000000bcu, 0x0004003du, 0x00000006u, 0x000004d6u, 0x000004d5u, - 0x00070041u, 0x000001b8u, 0x000004d8u, 0x000001acu, 0x00000094u, 0x0000028du, 0x0000007eu, 0x0004003du, - 0x000001a6u, 0x000004d9u, 0x000004d8u, 0x00040072u, 0x00000006u, 0x000004dau, 0x000004d9u, 0x00070041u, - 0x000001b8u, 0x000004dcu, 0x000001acu, 0x00000094u, 0x0000028du, 0x00000084u, 0x0004003du, 0x000001a6u, - 0x000004ddu, 0x000004dcu, 0x00040072u, 0x00000006u, 0x000004deu, 0x000004ddu, 0x00070041u, 0x000001aeu, - 0x000004e0u, 0x000001acu, 0x00000094u, 0x0000028du, 0x00000092u, 0x0004003du, 0x00000006u, 0x000004e1u, - 0x000004e0u, 0x00070041u, 0x000001aeu, 0x000004e3u, 0x000001acu, 0x00000094u, 0x0000028du, 0x000000a6u, - 0x0004003du, 0x00000006u, 0x000004e4u, 0x000004e3u, 0x00070041u, 0x000001aeu, 0x000004e6u, 0x000001acu, - 0x00000094u, 0x0000028du, 0x000000bau, 0x0004003du, 0x00000006u, 0x000004e7u, 0x000004e6u, 0x00070041u, - 0x000001b8u, 0x000004e9u, 0x000001acu, 0x00000094u, 0x0000028du, 0x00000148u, 0x0004003du, 0x000001a6u, - 0x000004eau, 0x000004e9u, 0x00040072u, 0x00000006u, 0x000004ebu, 0x000004eau, 0x00070041u, 0x000001ceu, - 0x000004edu, 0x000001acu, 0x00000094u, 0x0000028du, 0x00000156u, 0x0004003du, 0x000001a7u, 0x000004eeu, - 0x000004edu, 0x00040071u, 0x00000033u, 0x000004efu, 0x000004eeu, 0x0004007cu, 0x00000006u, 0x000004f0u, - 0x000004efu, 0x0003003eu, 0x00000298u, 0x00000235u, 0x0003003eu, 0x0000029au, 0x0000023fu, 0x000300f7u, - 0x00000577u, 0x00000000u, 0x000300fbu, 0x00000049u, 0x00000506u, 0x000200f8u, 0x00000506u, 0x00050041u, - 0x00000014u, 0x00000507u, 0x00000298u, 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000508u, 0x00000507u, - 0x000500c3u, 0x00000006u, 0x0000050cu, 0x000004c6u, 0x000000bcu, 0x00050084u, 0x00000006u, 0x0000050du, - 0x00000265u, 0x0000050cu, 0x0007000cu, 0x00000006u, 0x0000050eu, 0x00000001u, 0x0000002au, 0x00000508u, - 0x0000050du, 0x0003003eu, 0x00000507u, 0x0000050eu, 0x00050041u, 0x00000014u, 0x00000510u, 0x0000029au, - 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000511u, 0x00000510u, 0x00050080u, 0x00000006u, 0x00000515u, - 0x000004cau, 0x0000007eu, 0x000500c3u, 0x00000006u, 0x00000516u, 0x00000515u, 0x000000bcu, 0x00050084u, - 0x00000006u, 0x00000517u, 0x00000265u, 0x00000516u, 0x00050082u, 0x00000006u, 0x00000518u, 0x00000517u, - 0x000000a8u, 0x0007000cu, 0x00000006u, 0x00000519u, 0x00000001u, 0x00000027u, 0x00000511u, 0x00000518u, - 0x0003003eu, 0x00000510u, 0x00000519u, 0x0004003du, 0x00000006u, 0x0000051cu, 0x00000507u, 0x00050084u, - 0x00000006u, 0x0000051du, 0x0000051cu, 0x00000084u, 0x0004003du, 0x00000006u, 0x0000051fu, 0x00000510u, - 0x00050084u, 0x00000006u, 0x00000520u, 0x0000051fu, 0x00000084u, 0x00050080u, 0x00000006u, 0x00000521u, - 0x00000520u, 0x0000007eu, 0x00050084u, 0x00000006u, 0x00000526u, 0x00000265u, 0x000004dau, 0x0007000cu, - 0x00000006u, 0x00000527u, 0x00000001u, 0x0000002au, 0x0000051du, 0x00000526u, 0x00050084u, 0x00000006u, - 0x0000052cu, 0x00000265u, 0x000004ebu, 0x00050082u, 0x00000006u, 0x0000052du, 0x0000052cu, 0x000000a8u, - 0x0007000cu, 0x00000006u, 0x0000052eu, 0x00000001u, 0x00000027u, 0x00000521u, 0x0000052du, 0x000500b1u, - 0x0000001eu, 0x00000531u, 0x0000052eu, 0x00000527u, 0x000300f7u, 0x00000533u, 0x00000000u, 0x000400fau, - 0x00000531u, 0x00000532u, 0x00000533u, 0x000200f8u, 0x00000532u, 0x000200f9u, 0x00000577u, 0x000200f8u, - 0x00000533u, 0x000500c7u, 0x00000006u, 0x00000536u, 0x000004f0u, 0x000000a8u, 0x000500abu, 0x0000001eu, - 0x00000537u, 0x00000536u, 0x00000094u, 0x00050084u, 0x00000006u, 0x0000053du, 0x000004deu, 0x00000265u, - 0x00050050u, 0x00000020u, 0x0000053eu, 0x0000053du, 0x0000053du, 0x00050080u, 0x00000020u, 0x0000053fu, - 0x0000053eu, 0x00000162u, 0x00050050u, 0x00000020u, 0x00000541u, 0x00000527u, 0x00000527u, 0x00050050u, - 0x00000020u, 0x00000543u, 0x0000052eu, 0x0000052eu, 0x0008000cu, 0x00000020u, 0x00000544u, 0x00000001u, - 0x0000002du, 0x0000053fu, 0x00000541u, 0x00000543u, 0x00050051u, 0x00000006u, 0x00000545u, 0x00000544u, - 0x00000000u, 0x00050051u, 0x00000006u, 0x00000546u, 0x00000544u, 0x00000001u, 0x00070050u, 0x00000007u, - 0x00000547u, 0x00000527u, 0x0000052eu, 0x00000545u, 0x00000546u, 0x000500c7u, 0x00000006u, 0x0000059cu, - 0x000004dau, 0x00000081u, 0x00050084u, 0x00000006u, 0x000005a1u, 0x0000059cu, 0x00000265u, 0x00070050u, - 0x00000007u, 0x000005a7u, 0x000005a1u, 0x000005a1u, 0x000005a1u, 0x000005a1u, 0x00050082u, 0x00000007u, - 0x000005a8u, 0x00000547u, 0x000005a7u, 0x00050084u, 0x00000006u, 0x000005acu, 0x00000265u, 0x000004d0u, - 0x00070050u, 0x00000007u, 0x00000613u, 0x000004e1u, 0x000004e1u, 0x000004e1u, 0x000004e1u, 0x00050098u, - 0x00000064u, 0x00000614u, 0x000005a8u, 0x00000613u, 0x00050051u, 0x00000007u, 0x00000615u, 0x00000614u, - 0x00000000u, 0x00050051u, 0x00000007u, 0x00000616u, 0x00000614u, 0x00000001u, 0x0004007cu, 0x00000069u, - 0x00000618u, 0x00000615u, 0x0004007cu, 0x00000033u, 0x0000061au, 0x000005acu, 0x00070050u, 0x00000069u, - 0x0000061bu, 0x0000061au, 0x0000061au, 0x0000061au, 0x0000061au, 0x00050095u, 0x00000070u, 0x0000061cu, - 0x00000618u, 0x0000061bu, 0x00050051u, 0x00000069u, 0x0000061du, 0x0000061cu, 0x00000001u, 0x00050051u, - 0x00000069u, 0x0000061eu, 0x0000061cu, 0x00000000u, 0x0004007cu, 0x00000007u, 0x0000061fu, 0x0000061eu, - 0x0004007cu, 0x00000007u, 0x00000621u, 0x0000061du, 0x00050080u, 0x00000007u, 0x00000623u, 0x00000616u, - 0x00000621u, 0x00050084u, 0x00000006u, 0x000005b8u, 0x00000265u, 0x000004d3u, 0x00070050u, 0x00000007u, - 0x0000062du, 0x000004e4u, 0x000004e4u, 0x000004e4u, 0x000004e4u, 0x00050098u, 0x00000064u, 0x0000062eu, - 0x000005a8u, 0x0000062du, 0x00050051u, 0x00000007u, 0x0000062fu, 0x0000062eu, 0x00000000u, 0x00050051u, - 0x00000007u, 0x00000630u, 0x0000062eu, 0x00000001u, 0x0004007cu, 0x00000069u, 0x00000632u, 0x0000062fu, - 0x0004007cu, 0x00000033u, 0x00000634u, 0x000005b8u, 0x00070050u, 0x00000069u, 0x00000635u, 0x00000634u, - 0x00000634u, 0x00000634u, 0x00000634u, 0x00050095u, 0x00000070u, 0x00000636u, 0x00000632u, 0x00000635u, - 0x00050051u, 0x00000069u, 0x00000637u, 0x00000636u, 0x00000001u, 0x00050051u, 0x00000069u, 0x00000638u, - 0x00000636u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000639u, 0x00000638u, 0x0004007cu, 0x00000007u, - 0x0000063bu, 0x00000637u, 0x00050080u, 0x00000007u, 0x0000063du, 0x00000630u, 0x0000063bu, 0x00070050u, - 0x00000007u, 0x000005bfu, 0x0000053du, 0x0000053du, 0x0000053du, 0x0000053du, 0x00050082u, 0x00000007u, - 0x000005c0u, 0x00000547u, 0x000005bfu, 0x00050084u, 0x00000006u, 0x000005c4u, 0x00000265u, 0x000004d6u, - 0x00070050u, 0x00000007u, 0x00000647u, 0x000004e7u, 0x000004e7u, 0x000004e7u, 0x000004e7u, 0x00050098u, - 0x00000064u, 0x00000648u, 0x000005c0u, 0x00000647u, 0x00050051u, 0x00000007u, 0x00000649u, 0x00000648u, - 0x00000000u, 0x00050051u, 0x00000007u, 0x0000064au, 0x00000648u, 0x00000001u, 0x0004007cu, 0x00000069u, - 0x0000064cu, 0x00000649u, 0x0004007cu, 0x00000033u, 0x0000064eu, 0x000005c4u, 0x00070050u, 0x00000069u, - 0x0000064fu, 0x0000064eu, 0x0000064eu, 0x0000064eu, 0x0000064eu, 0x00050095u, 0x00000070u, 0x00000650u, - 0x0000064cu, 0x0000064fu, 0x00050051u, 0x00000069u, 0x00000651u, 0x00000650u, 0x00000001u, 0x00050051u, - 0x00000069u, 0x00000652u, 0x00000650u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000653u, 0x00000652u, - 0x0004007cu, 0x00000007u, 0x00000655u, 0x00000651u, 0x00050080u, 0x00000007u, 0x00000657u, 0x0000064au, - 0x00000655u, 0x00050084u, 0x00000006u, 0x000005cfu, 0x00000265u, 0x000004deu, 0x00070050u, 0x00000007u, - 0x000005d0u, 0x000005cfu, 0x000005cfu, 0x000005cfu, 0x000005cfu, 0x000500b1u, 0x000000d1u, 0x000005d1u, - 0x00000547u, 0x000005d0u, 0x000600a9u, 0x00000007u, 0x000005d2u, 0x000005d1u, 0x00000639u, 0x00000653u, - 0x000600a9u, 0x00000007u, 0x000005dcu, 0x000005d1u, 0x0000063du, 0x00000657u, 0x000500adu, 0x000000d1u, - 0x000005dfu, 0x00000623u, 0x000000e2u, 0x000600a9u, 0x00000007u, 0x000005e0u, 0x000005dfu, 0x000000e0u, - 0x0000061fu, 0x000500b1u, 0x000000d1u, 0x000005e3u, 0x00000623u, 0x000000eau, 0x000600a9u, 0x00000007u, - 0x000005e4u, 0x000005e3u, 0x000000e7u, 0x000005e0u, 0x000500adu, 0x000000d1u, 0x000005e7u, 0x000005dcu, - 0x000000e2u, 0x000600a9u, 0x00000007u, 0x000005e8u, 0x000005e7u, 0x000000e0u, 0x000005d2u, 0x000500b1u, - 0x000000d1u, 0x000005ebu, 0x000005dcu, 0x000000eau, 0x000600a9u, 0x00000007u, 0x000005ecu, 0x000005ebu, - 0x000000e7u, 0x000005e8u, 0x000500c3u, 0x00000007u, 0x0000065eu, 0x000005e4u, 0x000006e1u, 0x000500c3u, - 0x00000007u, 0x00000663u, 0x000005ecu, 0x000006e1u, 0x00070050u, 0x000000d1u, 0x000006e6u, 0x00000537u, - 0x00000537u, 0x00000537u, 0x00000537u, 0x000600a9u, 0x00000007u, 0x000006e7u, 0x000006e6u, 0x00000663u, - 0x0000065eu, 0x000600a9u, 0x00000007u, 0x000006e9u, 0x000006e6u, 0x0000065eu, 0x00000663u, 0x0006000cu, - 0x00000007u, 0x000005fau, 0x00000001u, 0x00000005u, 0x000006e9u, 0x0006000cu, 0x00000007u, 0x000005fcu, - 0x00000001u, 0x00000005u, 0x000006e7u, 0x0007000cu, 0x00000007u, 0x000005fdu, 0x00000001u, 0x0000002au, - 0x000005fau, 0x000005fcu, 0x0007004fu, 0x00000020u, 0x00000668u, 0x000005fdu, 0x000005fdu, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x00000020u, 0x0000066au, 0x000005fdu, 0x000005fdu, 0x00000002u, 0x00000003u, - 0x0007000cu, 0x00000020u, 0x0000066bu, 0x00000001u, 0x0000002au, 0x00000668u, 0x0000066au, 0x0003003eu, - 0x00000664u, 0x0000066bu, 0x00050041u, 0x00000014u, 0x0000066cu, 0x00000664u, 0x00000049u, 0x0004003du, - 0x00000006u, 0x0000066du, 0x0000066cu, 0x00050041u, 0x00000014u, 0x0000066eu, 0x00000664u, 0x0000004cu, - 0x0004003du, 0x00000006u, 0x0000066fu, 0x0000066eu, 0x0007000cu, 0x00000006u, 0x00000670u, 0x00000001u, - 0x0000002au, 0x0000066du, 0x0000066fu, 0x00050084u, 0x00000006u, 0x00000601u, 0x00000110u, 0x00000265u, - 0x000500b3u, 0x0000001eu, 0x00000602u, 0x00000670u, 0x00000601u, 0x000300f7u, 0x0000060au, 0x00000000u, - 0x000400fau, 0x00000602u, 0x00000603u, 0x00000609u, 0x000200f8u, 0x00000603u, 0x0007004fu, 0x00000020u, - 0x00000675u, 0x000006e9u, 0x000006e9u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x00000677u, - 0x000006e9u, 0x000006e9u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x00000678u, 0x00000001u, - 0x00000027u, 0x00000675u, 0x00000677u, 0x0003003eu, 0x00000671u, 0x00000678u, 0x00050041u, 0x00000014u, - 0x00000679u, 0x00000671u, 0x00000049u, 0x0004003du, 0x00000006u, 0x0000067au, 0x00000679u, 0x00050041u, - 0x00000014u, 0x0000067bu, 0x00000671u, 0x0000004cu, 0x0004003du, 0x00000006u, 0x0000067cu, 0x0000067bu, - 0x0007000cu, 0x00000006u, 0x0000067du, 0x00000001u, 0x00000027u, 0x0000067au, 0x0000067cu, 0x0007004fu, - 0x00000020u, 0x00000682u, 0x000006e7u, 0x000006e7u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, - 0x00000684u, 0x000006e7u, 0x000006e7u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x00000685u, - 0x00000001u, 0x0000002au, 0x00000682u, 0x00000684u, 0x0003003eu, 0x0000067eu, 0x00000685u, 0x00050041u, - 0x00000014u, 0x00000686u, 0x0000067eu, 0x00000049u, 0x0004003du, 0x00000006u, 0x00000687u, 0x00000686u, - 0x00050041u, 0x00000014u, 0x00000688u, 0x0000067eu, 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000689u, - 0x00000688u, 0x0007000cu, 0x00000006u, 0x0000068au, 0x00000001u, 0x0000002au, 0x00000687u, 0x00000689u, - 0x00050050u, 0x00000020u, 0x00000608u, 0x0000067du, 0x0000068au, 0x000200f9u, 0x0000060au, 0x000200f8u, - 0x00000609u, 0x000200f9u, 0x0000060au, 0x000200f8u, 0x0000060au, 0x000700f5u, 0x00000020u, 0x000006d6u, - 0x00000608u, 0x00000603u, 0x0000011fu, 0x00000609u, 0x000500c7u, 0x00000006u, 0x0000054fu, 0x000004f0u, - 0x0000017au, 0x000500abu, 0x0000001eu, 0x00000550u, 0x0000054fu, 0x00000094u, 0x000600a9u, 0x00000006u, - 0x00000551u, 0x00000550u, 0x00000084u, 0x0000007eu, 0x000500c3u, 0x00000006u, 0x00000555u, 0x000004c4u, - 0x000000bcu, 0x00050084u, 0x00000006u, 0x00000556u, 0x00000265u, 0x00000555u, 0x00050080u, 0x00000006u, - 0x0000055bu, 0x000004c8u, 0x00000551u, 0x000500c3u, 0x00000006u, 0x0000055cu, 0x0000055bu, 0x000000bcu, - 0x00050084u, 0x00000006u, 0x0000055du, 0x00000265u, 0x0000055cu, 0x00050082u, 0x00000006u, 0x0000055eu, - 0x0000055du, 0x000000a8u, 0x00050050u, 0x00000020u, 0x0000055fu, 0x00000556u, 0x0000055eu, 0x0007004fu, - 0x00000020u, 0x00000562u, 0x0000055fu, 0x0000055fu, 0x00000000u, 0x00000000u, 0x0007004fu, 0x00000020u, - 0x00000564u, 0x0000055fu, 0x0000055fu, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000020u, 0x00000565u, - 0x00000001u, 0x0000002du, 0x000006d6u, 0x00000562u, 0x00000564u, 0x0003003eu, 0x000004fdu, 0x00000565u, - 0x00050041u, 0x00000014u, 0x00000566u, 0x000004fdu, 0x00000049u, 0x0004003du, 0x00000006u, 0x00000567u, - 0x00000566u, 0x00050041u, 0x00000014u, 0x00000568u, 0x00000298u, 0x00000049u, 0x0004003du, 0x00000006u, - 0x00000569u, 0x00000568u, 0x0007000cu, 0x00000006u, 0x0000056au, 0x00000001u, 0x0000002au, 0x00000567u, - 0x00000569u, 0x0003003eu, 0x00000566u, 0x0000056au, 0x00050041u, 0x00000014u, 0x0000056cu, 0x000004fdu, - 0x0000004cu, 0x0004003du, 0x00000006u, 0x0000056du, 0x0000056cu, 0x00050041u, 0x00000014u, 0x0000056eu, - 0x0000029au, 0x00000049u, 0x0004003du, 0x00000006u, 0x0000056fu, 0x0000056eu, 0x0007000cu, 0x00000006u, - 0x00000570u, 0x00000001u, 0x00000027u, 0x0000056du, 0x0000056fu, 0x0003003eu, 0x0000056cu, 0x00000570u, - 0x0004003du, 0x00000006u, 0x00000573u, 0x00000566u, 0x0004003du, 0x00000006u, 0x00000575u, 0x0000056cu, - 0x000500b3u, 0x0000001eu, 0x00000576u, 0x00000573u, 0x00000575u, 0x000200f9u, 0x00000577u, 0x000200f8u, - 0x00000577u, 0x000700f5u, 0x0000001eu, 0x000006d7u, 0x00000153u, 0x00000532u, 0x00000576u, 0x0000060au, - 0x000300f7u, 0x000002a1u, 0x00000000u, 0x000400fau, 0x000006d7u, 0x000002a0u, 0x000002a1u, 0x000200f8u, - 0x000002a0u, 0x000500c5u, 0x00000033u, 0x000002a5u, 0x000006d3u, 0x00000284u, 0x000200f9u, 0x000002a1u, - 0x000200f8u, 0x000002a1u, 0x000700f5u, 0x00000033u, 0x000006dfu, 0x000006d3u, 0x00000577u, 0x000002a5u, - 0x000002a0u, 0x000200f9u, 0x0000027cu, 0x000200f8u, 0x0000027cu, 0x000200f9u, 0x00000279u, 0x000200f8u, - 0x0000027bu, 0x00050084u, 0x00000006u, 0x000002adu, 0x0000021au, 0x000002acu, 0x00050080u, 0x00000006u, - 0x000002afu, 0x000002adu, 0x000001f9u, 0x00060041u, 0x000002b1u, 0x000002b2u, 0x000002a9u, 0x00000094u, - 0x000002afu, 0x0003003eu, 0x000002b2u, 0x000006d3u, 0x000500abu, 0x0000001eu, 0x000002b4u, 0x000006d3u, - 0x00000049u, 0x000300f7u, 0x000002b6u, 0x00000000u, 0x000400fau, 0x000002b4u, 0x000002b5u, 0x000002c0u, - 0x000200f8u, 0x000002b5u, 0x00060041u, 0x000002b1u, 0x000002bcu, 0x000002bau, 0x00000094u, 0x0000021au, - 0x000500c4u, 0x00000033u, 0x000002beu, 0x0000004cu, 0x000001f9u, 0x000700f1u, 0x00000033u, 0x000002bfu, - 0x000002bcu, 0x0000004cu, 0x00000049u, 0x000002beu, 0x000200f9u, 0x000002b6u, 0x000200f8u, 0x000002c0u, - 0x00060041u, 0x000002b1u, 0x000002c2u, 0x000002bau, 0x00000094u, 0x0000021au, 0x000500c4u, 0x00000033u, - 0x000002c4u, 0x0000004cu, 0x000001f9u, 0x000400c8u, 0x00000033u, 0x000002c5u, 0x000002c4u, 0x000700f0u, - 0x00000033u, 0x000002c6u, 0x000002c2u, 0x0000004cu, 0x00000049u, 0x000002c5u, 0x000200f9u, 0x000002b6u, - 0x000200f8u, 0x000002b6u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x000006f8u, - 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x0000003du, 0x00020011u, 0x00000040u, 0x00020011u, - 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, - 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, - 0x0003000eu, 0x00000000u, 0x00000001u, 0x0009000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, - 0x000001f5u, 0x00000200u, 0x00000204u, 0x0000020fu, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, - 0x00000001u, 0x00000001u, 0x00050048u, 0x000001a8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x000001a8u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000001a8u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x000001a8u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001a8u, - 0x00000004u, 0x00000023u, 0x0000000eu, 0x00050048u, 0x000001a8u, 0x00000005u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x000001a8u, 0x00000006u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000001a8u, 0x00000007u, - 0x00000023u, 0x00000018u, 0x00050048u, 0x000001a8u, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, - 0x000001a8u, 0x00000009u, 0x00000023u, 0x0000001eu, 0x00050048u, 0x000001a8u, 0x0000000au, 0x00000023u, - 0x0000001fu, 0x00040047u, 0x000001a9u, 0x00000006u, 0x00000020u, 0x00040048u, 0x000001aau, 0x00000000u, - 0x00000018u, 0x00050048u, 0x000001aau, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001aau, - 0x00000002u, 0x00040047u, 0x000001acu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001acu, 0x00000021u, - 0x00000000u, 0x00040047u, 0x000001ddu, 0x00000006u, 0x00000010u, 0x00040048u, 0x000001deu, 0x00000000u, - 0x00000018u, 0x00050048u, 0x000001deu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001deu, - 0x00000002u, 0x00040047u, 0x000001e0u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001e0u, 0x00000021u, - 0x00000001u, 0x00040047u, 0x000001f5u, 0x0000000bu, 0x0000001au, 0x00030047u, 0x00000200u, 0x00000000u, - 0x00040047u, 0x00000200u, 0x0000000bu, 0x00000029u, 0x00030047u, 0x00000201u, 0x00000000u, 0x00030047u, - 0x00000202u, 0x00000000u, 0x00030047u, 0x00000204u, 0x00000000u, 0x00040047u, 0x00000204u, 0x0000000bu, - 0x00000024u, 0x00030047u, 0x00000205u, 0x00000000u, 0x00030047u, 0x00000206u, 0x00000000u, 0x00030047u, - 0x00000207u, 0x00000000u, 0x00040047u, 0x0000020fu, 0x0000000bu, 0x00000028u, 0x00040047u, 0x00000217u, - 0x00000001u, 0x00000000u, 0x00040047u, 0x00000218u, 0x0000000bu, 0x00000019u, 0x00040047u, 0x00000225u, - 0x00000001u, 0x00000004u, 0x00040047u, 0x00000226u, 0x00000001u, 0x00000001u, 0x00040047u, 0x0000022fu, - 0x00000001u, 0x00000002u, 0x00050048u, 0x00000243u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000243u, 0x00000001u, 0x00000023u, 0x00000008u, 0x00030047u, 0x00000243u, 0x00000002u, 0x00040047u, - 0x00000279u, 0x00000001u, 0x00000006u, 0x00040047u, 0x000002b6u, 0x00000006u, 0x00000004u, 0x00040048u, - 0x000002b7u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002b7u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000002b7u, 0x00000002u, 0x00040047u, 0x000002b9u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000002b9u, 0x00000021u, 0x00000003u, 0x00040047u, 0x000002bbu, 0x00000001u, 0x00000003u, 0x00040047u, - 0x000002c7u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002c8u, 0x00000000u, 0x00000019u, 0x00050048u, - 0x000002c8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002c8u, 0x00000002u, 0x00040047u, - 0x000002cau, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002cau, 0x00000021u, 0x00000004u, 0x00020013u, - 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, - 0x00040017u, 0x00000007u, 0x00000006u, 0x00000004u, 0x00040020u, 0x00000008u, 0x00000007u, 0x00000007u, - 0x00040020u, 0x00000014u, 0x00000007u, 0x00000006u, 0x00020014u, 0x0000001eu, 0x00040017u, 0x00000020u, - 0x00000006u, 0x00000002u, 0x00040020u, 0x00000028u, 0x00000007u, 0x00000020u, 0x00040015u, 0x00000033u, - 0x00000020u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x0000003eu, 0x0000000fu, 0x0004002bu, 0x00000033u, - 0x00000049u, 0x00000000u, 0x0004002bu, 0x00000033u, 0x0000004cu, 0x00000001u, 0x0004001eu, 0x00000064u, - 0x00000007u, 0x00000007u, 0x00040017u, 0x00000069u, 0x00000033u, 0x00000004u, 0x0004001eu, 0x00000070u, - 0x00000069u, 0x00000069u, 0x0004002bu, 0x00000006u, 0x0000007eu, 0x00000003u, 0x0004002bu, 0x00000006u, - 0x00000081u, 0xfffffffcu, 0x0004002bu, 0x00000006u, 0x00000084u, 0x00000004u, 0x0004002bu, 0x00000006u, - 0x00000092u, 0x00000005u, 0x0004002bu, 0x00000006u, 0x00000094u, 0x00000000u, 0x0004002bu, 0x00000006u, - 0x000000a6u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x000000a8u, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x000000bau, 0x00000007u, 0x0004002bu, 0x00000006u, 0x000000bcu, 0x00000002u, 0x00040017u, 0x000000d1u, - 0x0000001eu, 0x00000004u, 0x0004002bu, 0x00000006u, 0x000000dfu, 0x7fffffffu, 0x0007002cu, 0x00000007u, - 0x000000e0u, 0x000000dfu, 0x000000dfu, 0x000000dfu, 0x000000dfu, 0x0007002cu, 0x00000007u, 0x000000e2u, - 0x00000094u, 0x00000094u, 0x00000094u, 0x00000094u, 0x0004002bu, 0x00000006u, 0x000000e6u, 0x80000000u, - 0x0007002cu, 0x00000007u, 0x000000e7u, 0x000000e6u, 0x000000e6u, 0x000000e6u, 0x000000e6u, 0x0004002bu, - 0x00000006u, 0x000000e9u, 0xffffffffu, 0x0007002cu, 0x00000007u, 0x000000eau, 0x000000e9u, 0x000000e9u, - 0x000000e9u, 0x000000e9u, 0x0004002bu, 0x00000006u, 0x00000110u, 0x000007ffu, 0x0005002cu, 0x00000020u, - 0x0000011fu, 0x00000094u, 0x000000dfu, 0x0004002bu, 0x00000006u, 0x00000148u, 0x00000008u, 0x0003002au, - 0x0000001eu, 0x00000153u, 0x0004002bu, 0x00000006u, 0x00000156u, 0x00000009u, 0x0005002cu, 0x00000020u, - 0x00000162u, 0x000000e9u, 0x00000094u, 0x0004002bu, 0x00000006u, 0x0000017au, 0x00000080u, 0x00040015u, - 0x000001a6u, 0x00000010u, 0x00000001u, 0x00040015u, 0x000001a7u, 0x00000008u, 0x00000000u, 0x000d001eu, - 0x000001a8u, 0x00000006u, 0x00000006u, 0x00000006u, 0x000001a6u, 0x000001a6u, 0x00000006u, 0x00000006u, - 0x00000006u, 0x000001a6u, 0x000001a7u, 0x000001a7u, 0x0003001du, 0x000001a9u, 0x000001a8u, 0x0003001eu, - 0x000001aau, 0x000001a9u, 0x00040020u, 0x000001abu, 0x0000000cu, 0x000001aau, 0x0004003bu, 0x000001abu, - 0x000001acu, 0x0000000cu, 0x00040020u, 0x000001aeu, 0x0000000cu, 0x00000006u, 0x00040020u, 0x000001b8u, - 0x0000000cu, 0x000001a6u, 0x00040020u, 0x000001ceu, 0x0000000cu, 0x000001a7u, 0x0003001du, 0x000001ddu, - 0x00000007u, 0x0003001eu, 0x000001deu, 0x000001ddu, 0x00040020u, 0x000001dfu, 0x0000000cu, 0x000001deu, - 0x0004003bu, 0x000001dfu, 0x000001e0u, 0x0000000cu, 0x00040020u, 0x000001e2u, 0x0000000cu, 0x00000007u, - 0x0004002bu, 0x00000033u, 0x000001e9u, 0x00000002u, 0x0004002bu, 0x00000033u, 0x000001ecu, 0x00000003u, - 0x00040017u, 0x000001f3u, 0x00000033u, 0x00000003u, 0x00040020u, 0x000001f4u, 0x00000001u, 0x000001f3u, - 0x0004003bu, 0x000001f4u, 0x000001f5u, 0x00000001u, 0x00040020u, 0x000001f6u, 0x00000001u, 0x00000033u, - 0x00040017u, 0x000001fbu, 0x00000033u, 0x00000002u, 0x0004003bu, 0x000001f6u, 0x00000200u, 0x00000001u, - 0x0004003bu, 0x000001f6u, 0x00000204u, 0x00000001u, 0x0004003bu, 0x000001f6u, 0x0000020fu, 0x00000001u, - 0x00040032u, 0x00000033u, 0x00000217u, 0x00000001u, 0x00060033u, 0x000001f3u, 0x00000218u, 0x00000217u, - 0x0000004cu, 0x0000004cu, 0x00060034u, 0x00000033u, 0x00000219u, 0x00000051u, 0x00000218u, 0x00000000u, - 0x00060034u, 0x00000006u, 0x0000021au, 0x00000080u, 0x00000219u, 0x00000049u, 0x00060034u, 0x00000006u, - 0x0000021bu, 0x000000c3u, 0x0000021au, 0x0000007eu, 0x00050033u, 0x00000020u, 0x0000021cu, 0x00000148u, - 0x0000021bu, 0x00040032u, 0x00000006u, 0x00000225u, 0x00000400u, 0x00040032u, 0x00000006u, 0x00000226u, - 0x00000008u, 0x00060034u, 0x00000006u, 0x00000227u, 0x00000087u, 0x00000225u, 0x00000226u, 0x00060034u, - 0x00000006u, 0x0000022eu, 0x00000084u, 0x00000226u, 0x00000148u, 0x00040032u, 0x00000006u, 0x0000022fu, - 0x00000008u, 0x00060034u, 0x00000006u, 0x00000230u, 0x00000084u, 0x0000022fu, 0x0000021bu, 0x00050033u, - 0x00000020u, 0x00000231u, 0x0000022eu, 0x00000230u, 0x00060034u, 0x00000006u, 0x0000023eu, 0x00000084u, - 0x00000226u, 0x00000148u, 0x0004001eu, 0x00000243u, 0x000001fbu, 0x00000006u, 0x00040020u, 0x00000244u, - 0x00000009u, 0x00000243u, 0x0004003bu, 0x00000244u, 0x00000245u, 0x00000009u, 0x00040020u, 0x00000246u, - 0x00000009u, 0x000001fbu, 0x00050033u, 0x00000020u, 0x0000024fu, 0x00000226u, 0x0000022fu, 0x00050033u, - 0x00000020u, 0x00000253u, 0x00000226u, 0x0000022fu, 0x00040020u, 0x0000025cu, 0x00000009u, 0x00000006u, - 0x0004002bu, 0x00000006u, 0x00000261u, 0x00000020u, 0x00040032u, 0x00000006u, 0x00000279u, 0x00000001u, - 0x0003001du, 0x000002b6u, 0x00000033u, 0x0003001eu, 0x000002b7u, 0x000002b6u, 0x00040020u, 0x000002b8u, - 0x0000000cu, 0x000002b7u, 0x0004003bu, 0x000002b8u, 0x000002b9u, 0x0000000cu, 0x00040032u, 0x00000006u, - 0x000002bbu, 0x00000100u, 0x00060034u, 0x00000006u, 0x000002bcu, 0x00000087u, 0x000002bbu, 0x00000261u, - 0x00040020u, 0x000002c1u, 0x0000000cu, 0x00000033u, 0x0003001du, 0x000002c7u, 0x00000033u, 0x0003001eu, - 0x000002c8u, 0x000002c7u, 0x00040020u, 0x000002c9u, 0x0000000cu, 0x000002c8u, 0x0004003bu, 0x000002c9u, - 0x000002cau, 0x0000000cu, 0x0005002cu, 0x00000020u, 0x000006eeu, 0x000000a8u, 0x000000a8u, 0x0007002cu, - 0x00000007u, 0x000006efu, 0x0000003eu, 0x0000003eu, 0x0000003eu, 0x0000003eu, 0x00050036u, 0x00000002u, - 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x00000028u, 0x0000068cu, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000067fu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000672u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000050bu, 0x00000007u, 0x0004003bu, 0x00000008u, 0x000004cbu, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x000004beu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x000004b1u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x000004a4u, 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000033du, - 0x00000007u, 0x0004003bu, 0x00000008u, 0x000002fdu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x00000215u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000022cu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000027cu, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x0000027eu, 0x00000007u, 0x0004003bu, 0x00000028u, 0x000002a8u, - 0x00000007u, 0x0004003bu, 0x00000028u, 0x000002aau, 0x00000007u, 0x00050041u, 0x000001f6u, 0x000001f7u, - 0x000001f5u, 0x00000049u, 0x0004003du, 0x00000033u, 0x000001f8u, 0x000001f7u, 0x0004007cu, 0x00000006u, - 0x000001f9u, 0x000001f8u, 0x0004003du, 0x000001f3u, 0x000001fcu, 0x000001f5u, 0x0007004fu, 0x000001fbu, - 0x000001fdu, 0x000001fcu, 0x000001fcu, 0x00000001u, 0x00000002u, 0x0004007cu, 0x00000020u, 0x000001feu, - 0x000001fdu, 0x0004003du, 0x00000033u, 0x00000201u, 0x00000200u, 0x0004007cu, 0x00000006u, 0x00000202u, - 0x00000201u, 0x0004003du, 0x00000033u, 0x00000205u, 0x00000204u, 0x0004007cu, 0x00000006u, 0x00000206u, - 0x00000205u, 0x000500c3u, 0x00000006u, 0x00000207u, 0x00000206u, 0x0000007eu, 0x000500c7u, 0x00000006u, - 0x0000020au, 0x00000202u, 0x000000bau, 0x000500c3u, 0x00000006u, 0x0000020du, 0x00000202u, 0x0000007eu, - 0x0004003du, 0x00000033u, 0x00000210u, 0x0000020fu, 0x0004007cu, 0x00000006u, 0x00000211u, 0x00000210u, - 0x00050084u, 0x00000006u, 0x00000212u, 0x00000207u, 0x00000211u, 0x00050080u, 0x00000006u, 0x00000214u, - 0x0000020du, 0x00000212u, 0x00050084u, 0x00000020u, 0x0000021du, 0x000001feu, 0x0000021cu, 0x00050050u, - 0x00000020u, 0x00000220u, 0x0000020au, 0x00000214u, 0x00050080u, 0x00000020u, 0x00000221u, 0x0000021du, - 0x00000220u, 0x0003003eu, 0x00000215u, 0x00000221u, 0x00050041u, 0x00000014u, 0x00000223u, 0x00000215u, - 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000224u, 0x00000223u, 0x00050084u, 0x00000006u, 0x00000228u, - 0x00000224u, 0x00000227u, 0x00050041u, 0x00000014u, 0x00000229u, 0x00000215u, 0x00000049u, 0x0004003du, - 0x00000006u, 0x0000022au, 0x00000229u, 0x00050080u, 0x00000006u, 0x0000022bu, 0x00000228u, 0x0000022au, - 0x00050084u, 0x00000020u, 0x00000232u, 0x000001feu, 0x00000231u, 0x0003003eu, 0x0000022cu, 0x00000232u, - 0x00050084u, 0x00000006u, 0x00000234u, 0x00000207u, 0x0000022fu, 0x00050084u, 0x00000006u, 0x00000237u, - 0x00000234u, 0x00000211u, 0x00050041u, 0x00000014u, 0x00000238u, 0x0000022cu, 0x0000004cu, 0x0004003du, - 0x00000006u, 0x00000239u, 0x00000238u, 0x00050080u, 0x00000006u, 0x0000023au, 0x00000239u, 0x00000237u, - 0x0003003eu, 0x00000238u, 0x0000023au, 0x0004003du, 0x00000020u, 0x0000023du, 0x0000022cu, 0x00050084u, - 0x00000006u, 0x00000240u, 0x0000022fu, 0x00000207u, 0x00050050u, 0x00000020u, 0x00000241u, 0x0000023eu, - 0x00000240u, 0x00050080u, 0x00000020u, 0x00000242u, 0x0000023du, 0x00000241u, 0x00050041u, 0x00000246u, - 0x00000247u, 0x00000245u, 0x00000094u, 0x0004003du, 0x000001fbu, 0x00000248u, 0x00000247u, 0x0004007cu, - 0x00000020u, 0x00000249u, 0x00000248u, 0x0007000cu, 0x00000020u, 0x0000024au, 0x00000001u, 0x00000027u, - 0x00000242u, 0x00000249u, 0x00050082u, 0x00000020u, 0x0000024cu, 0x0000024au, 0x000006eeu, 0x00050084u, - 0x00000020u, 0x00000250u, 0x00000221u, 0x0000024fu, 0x00050080u, 0x00000020u, 0x00000254u, 0x00000250u, - 0x00000253u, 0x0007000cu, 0x00000020u, 0x00000258u, 0x00000001u, 0x00000027u, 0x00000254u, 0x00000249u, - 0x00050082u, 0x00000020u, 0x0000025au, 0x00000258u, 0x000006eeu, 0x00050041u, 0x0000025cu, 0x0000025du, - 0x00000245u, 0x000000a8u, 0x0004003du, 0x00000006u, 0x0000025eu, 0x0000025du, 0x000500b1u, 0x0000001eu, - 0x00000262u, 0x00000202u, 0x00000261u, 0x000300f7u, 0x00000264u, 0x00000000u, 0x000400fau, 0x00000262u, - 0x00000263u, 0x00000264u, 0x000200f8u, 0x00000263u, 0x00050084u, 0x00000006u, 0x00000267u, 0x000001f9u, - 0x00000261u, 0x00050080u, 0x00000006u, 0x00000269u, 0x00000267u, 0x00000202u, 0x0004007cu, 0x00000033u, - 0x0000026au, 0x00000269u, 0x0004007cu, 0x00000033u, 0x0000026du, 0x0000025eu, 0x000500b0u, 0x0000001eu, - 0x0000026eu, 0x0000026au, 0x0000026du, 0x000300f7u, 0x00000270u, 0x00000000u, 0x000400fau, 0x0000026eu, - 0x0000026fu, 0x00000270u, 0x000200f8u, 0x0000026fu, 0x00060041u, 0x000001e2u, 0x00000301u, 0x000001e0u, - 0x00000094u, 0x0000026au, 0x0004003du, 0x00000007u, 0x00000302u, 0x00000301u, 0x0003003eu, 0x000002fdu, - 0x00000302u, 0x00050041u, 0x00000014u, 0x00000303u, 0x000002fdu, 0x00000049u, 0x0004003du, 0x00000006u, - 0x00000304u, 0x00000303u, 0x00050041u, 0x00000014u, 0x00000305u, 0x000002fdu, 0x0000004cu, 0x0004003du, - 0x00000006u, 0x00000306u, 0x00000305u, 0x00050041u, 0x00000014u, 0x00000307u, 0x000002fdu, 0x000001e9u, - 0x0004003du, 0x00000006u, 0x00000308u, 0x00000307u, 0x00050041u, 0x00000014u, 0x00000309u, 0x000002fdu, - 0x000001ecu, 0x0004003du, 0x00000006u, 0x0000030au, 0x00000309u, 0x00070041u, 0x000001aeu, 0x0000030fu, - 0x000001acu, 0x00000094u, 0x0000026au, 0x00000094u, 0x0004003du, 0x00000006u, 0x00000310u, 0x0000030fu, - 0x00070041u, 0x000001aeu, 0x00000312u, 0x000001acu, 0x00000094u, 0x0000026au, 0x000000a8u, 0x0004003du, - 0x00000006u, 0x00000313u, 0x00000312u, 0x00070041u, 0x000001aeu, 0x00000315u, 0x000001acu, 0x00000094u, - 0x0000026au, 0x000000bcu, 0x0004003du, 0x00000006u, 0x00000316u, 0x00000315u, 0x00070041u, 0x000001b8u, - 0x00000318u, 0x000001acu, 0x00000094u, 0x0000026au, 0x0000007eu, 0x0004003du, 0x000001a6u, 0x00000319u, - 0x00000318u, 0x00040072u, 0x00000006u, 0x0000031au, 0x00000319u, 0x00070041u, 0x000001b8u, 0x0000031cu, - 0x000001acu, 0x00000094u, 0x0000026au, 0x00000084u, 0x0004003du, 0x000001a6u, 0x0000031du, 0x0000031cu, - 0x00040072u, 0x00000006u, 0x0000031eu, 0x0000031du, 0x00070041u, 0x000001aeu, 0x00000320u, 0x000001acu, - 0x00000094u, 0x0000026au, 0x00000092u, 0x0004003du, 0x00000006u, 0x00000321u, 0x00000320u, 0x00070041u, - 0x000001aeu, 0x00000323u, 0x000001acu, 0x00000094u, 0x0000026au, 0x000000a6u, 0x0004003du, 0x00000006u, - 0x00000324u, 0x00000323u, 0x00070041u, 0x000001aeu, 0x00000326u, 0x000001acu, 0x00000094u, 0x0000026au, - 0x000000bau, 0x0004003du, 0x00000006u, 0x00000327u, 0x00000326u, 0x00070041u, 0x000001b8u, 0x00000329u, - 0x000001acu, 0x00000094u, 0x0000026au, 0x00000148u, 0x0004003du, 0x000001a6u, 0x0000032au, 0x00000329u, - 0x00040072u, 0x00000006u, 0x0000032bu, 0x0000032au, 0x00070041u, 0x000001ceu, 0x0000032du, 0x000001acu, - 0x00000094u, 0x0000026au, 0x00000156u, 0x0004003du, 0x000001a7u, 0x0000032eu, 0x0000032du, 0x00040071u, - 0x00000033u, 0x0000032fu, 0x0000032eu, 0x0004007cu, 0x00000006u, 0x00000330u, 0x0000032fu, 0x0004003du, - 0x00000020u, 0x0000027du, 0x0000022cu, 0x0003003eu, 0x0000027cu, 0x0000027du, 0x0003003eu, 0x0000027eu, - 0x0000024cu, 0x000300f7u, 0x000003b7u, 0x00000000u, 0x000300fbu, 0x00000049u, 0x00000346u, 0x000200f8u, - 0x00000346u, 0x00050041u, 0x00000014u, 0x00000347u, 0x0000027cu, 0x0000004cu, 0x0004003du, 0x00000006u, - 0x00000348u, 0x00000347u, 0x000500c3u, 0x00000006u, 0x0000034cu, 0x00000306u, 0x000000bcu, 0x00050084u, - 0x00000006u, 0x0000034du, 0x00000279u, 0x0000034cu, 0x0007000cu, 0x00000006u, 0x0000034eu, 0x00000001u, - 0x0000002au, 0x00000348u, 0x0000034du, 0x0003003eu, 0x00000347u, 0x0000034eu, 0x00050041u, 0x00000014u, - 0x00000350u, 0x0000027eu, 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000351u, 0x00000350u, 0x00050080u, - 0x00000006u, 0x00000355u, 0x0000030au, 0x0000007eu, 0x000500c3u, 0x00000006u, 0x00000356u, 0x00000355u, - 0x000000bcu, 0x00050084u, 0x00000006u, 0x00000357u, 0x00000279u, 0x00000356u, 0x00050082u, 0x00000006u, - 0x00000358u, 0x00000357u, 0x000000a8u, 0x0007000cu, 0x00000006u, 0x00000359u, 0x00000001u, 0x00000027u, - 0x00000351u, 0x00000358u, 0x0003003eu, 0x00000350u, 0x00000359u, 0x0004003du, 0x00000006u, 0x0000035cu, - 0x00000347u, 0x00050084u, 0x00000006u, 0x0000035du, 0x0000035cu, 0x00000084u, 0x0004003du, 0x00000006u, - 0x0000035fu, 0x00000350u, 0x00050084u, 0x00000006u, 0x00000360u, 0x0000035fu, 0x00000084u, 0x00050080u, - 0x00000006u, 0x00000361u, 0x00000360u, 0x0000007eu, 0x00050084u, 0x00000006u, 0x00000366u, 0x00000279u, - 0x0000031au, 0x0007000cu, 0x00000006u, 0x00000367u, 0x00000001u, 0x0000002au, 0x0000035du, 0x00000366u, - 0x00050084u, 0x00000006u, 0x0000036cu, 0x00000279u, 0x0000032bu, 0x00050082u, 0x00000006u, 0x0000036du, - 0x0000036cu, 0x000000a8u, 0x0007000cu, 0x00000006u, 0x0000036eu, 0x00000001u, 0x00000027u, 0x00000361u, - 0x0000036du, 0x000500b1u, 0x0000001eu, 0x00000371u, 0x0000036eu, 0x00000367u, 0x000300f7u, 0x00000373u, - 0x00000000u, 0x000400fau, 0x00000371u, 0x00000372u, 0x00000373u, 0x000200f8u, 0x00000372u, 0x000200f9u, - 0x000003b7u, 0x000200f8u, 0x00000373u, 0x000500c7u, 0x00000006u, 0x00000376u, 0x00000330u, 0x000000a8u, - 0x000500abu, 0x0000001eu, 0x00000377u, 0x00000376u, 0x00000094u, 0x00050084u, 0x00000006u, 0x0000037du, - 0x0000031eu, 0x00000279u, 0x00050050u, 0x00000020u, 0x0000037eu, 0x0000037du, 0x0000037du, 0x00050080u, - 0x00000020u, 0x0000037fu, 0x0000037eu, 0x00000162u, 0x00050050u, 0x00000020u, 0x00000381u, 0x00000367u, - 0x00000367u, 0x00050050u, 0x00000020u, 0x00000383u, 0x0000036eu, 0x0000036eu, 0x0008000cu, 0x00000020u, - 0x00000384u, 0x00000001u, 0x0000002du, 0x0000037fu, 0x00000381u, 0x00000383u, 0x00050051u, 0x00000006u, - 0x00000385u, 0x00000384u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000386u, 0x00000384u, 0x00000001u, - 0x00070050u, 0x00000007u, 0x00000387u, 0x00000367u, 0x0000036eu, 0x00000385u, 0x00000386u, 0x000500c7u, - 0x00000006u, 0x000003dcu, 0x0000031au, 0x00000081u, 0x00050084u, 0x00000006u, 0x000003e1u, 0x000003dcu, - 0x00000279u, 0x00070050u, 0x00000007u, 0x000003e7u, 0x000003e1u, 0x000003e1u, 0x000003e1u, 0x000003e1u, - 0x00050082u, 0x00000007u, 0x000003e8u, 0x00000387u, 0x000003e7u, 0x00050084u, 0x00000006u, 0x000003ecu, - 0x00000279u, 0x00000310u, 0x00070050u, 0x00000007u, 0x00000453u, 0x00000321u, 0x00000321u, 0x00000321u, - 0x00000321u, 0x00050098u, 0x00000064u, 0x00000454u, 0x000003e8u, 0x00000453u, 0x00050051u, 0x00000007u, - 0x00000455u, 0x00000454u, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000456u, 0x00000454u, 0x00000001u, - 0x0004007cu, 0x00000069u, 0x00000458u, 0x00000455u, 0x0004007cu, 0x00000033u, 0x0000045au, 0x000003ecu, - 0x00070050u, 0x00000069u, 0x0000045bu, 0x0000045au, 0x0000045au, 0x0000045au, 0x0000045au, 0x00050095u, - 0x00000070u, 0x0000045cu, 0x00000458u, 0x0000045bu, 0x00050051u, 0x00000069u, 0x0000045du, 0x0000045cu, - 0x00000001u, 0x00050051u, 0x00000069u, 0x0000045eu, 0x0000045cu, 0x00000000u, 0x0004007cu, 0x00000007u, - 0x0000045fu, 0x0000045eu, 0x0004007cu, 0x00000007u, 0x00000461u, 0x0000045du, 0x00050080u, 0x00000007u, - 0x00000463u, 0x00000456u, 0x00000461u, 0x00050084u, 0x00000006u, 0x000003f8u, 0x00000279u, 0x00000313u, - 0x00070050u, 0x00000007u, 0x0000046du, 0x00000324u, 0x00000324u, 0x00000324u, 0x00000324u, 0x00050098u, - 0x00000064u, 0x0000046eu, 0x000003e8u, 0x0000046du, 0x00050051u, 0x00000007u, 0x0000046fu, 0x0000046eu, - 0x00000000u, 0x00050051u, 0x00000007u, 0x00000470u, 0x0000046eu, 0x00000001u, 0x0004007cu, 0x00000069u, - 0x00000472u, 0x0000046fu, 0x0004007cu, 0x00000033u, 0x00000474u, 0x000003f8u, 0x00070050u, 0x00000069u, - 0x00000475u, 0x00000474u, 0x00000474u, 0x00000474u, 0x00000474u, 0x00050095u, 0x00000070u, 0x00000476u, - 0x00000472u, 0x00000475u, 0x00050051u, 0x00000069u, 0x00000477u, 0x00000476u, 0x00000001u, 0x00050051u, - 0x00000069u, 0x00000478u, 0x00000476u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000479u, 0x00000478u, - 0x0004007cu, 0x00000007u, 0x0000047bu, 0x00000477u, 0x00050080u, 0x00000007u, 0x0000047du, 0x00000470u, - 0x0000047bu, 0x00070050u, 0x00000007u, 0x000003ffu, 0x0000037du, 0x0000037du, 0x0000037du, 0x0000037du, - 0x00050082u, 0x00000007u, 0x00000400u, 0x00000387u, 0x000003ffu, 0x00050084u, 0x00000006u, 0x00000404u, - 0x00000279u, 0x00000316u, 0x00070050u, 0x00000007u, 0x00000487u, 0x00000327u, 0x00000327u, 0x00000327u, - 0x00000327u, 0x00050098u, 0x00000064u, 0x00000488u, 0x00000400u, 0x00000487u, 0x00050051u, 0x00000007u, - 0x00000489u, 0x00000488u, 0x00000000u, 0x00050051u, 0x00000007u, 0x0000048au, 0x00000488u, 0x00000001u, - 0x0004007cu, 0x00000069u, 0x0000048cu, 0x00000489u, 0x0004007cu, 0x00000033u, 0x0000048eu, 0x00000404u, - 0x00070050u, 0x00000069u, 0x0000048fu, 0x0000048eu, 0x0000048eu, 0x0000048eu, 0x0000048eu, 0x00050095u, - 0x00000070u, 0x00000490u, 0x0000048cu, 0x0000048fu, 0x00050051u, 0x00000069u, 0x00000491u, 0x00000490u, - 0x00000001u, 0x00050051u, 0x00000069u, 0x00000492u, 0x00000490u, 0x00000000u, 0x0004007cu, 0x00000007u, - 0x00000493u, 0x00000492u, 0x0004007cu, 0x00000007u, 0x00000495u, 0x00000491u, 0x00050080u, 0x00000007u, - 0x00000497u, 0x0000048au, 0x00000495u, 0x00050084u, 0x00000006u, 0x0000040fu, 0x00000279u, 0x0000031eu, - 0x00070050u, 0x00000007u, 0x00000410u, 0x0000040fu, 0x0000040fu, 0x0000040fu, 0x0000040fu, 0x000500b1u, - 0x000000d1u, 0x00000411u, 0x00000387u, 0x00000410u, 0x000600a9u, 0x00000007u, 0x00000412u, 0x00000411u, - 0x00000479u, 0x00000493u, 0x000600a9u, 0x00000007u, 0x0000041cu, 0x00000411u, 0x0000047du, 0x00000497u, - 0x000500adu, 0x000000d1u, 0x0000041fu, 0x00000463u, 0x000000e2u, 0x000600a9u, 0x00000007u, 0x00000420u, - 0x0000041fu, 0x000000e0u, 0x0000045fu, 0x000500b1u, 0x000000d1u, 0x00000423u, 0x00000463u, 0x000000eau, - 0x000600a9u, 0x00000007u, 0x00000424u, 0x00000423u, 0x000000e7u, 0x00000420u, 0x000500adu, 0x000000d1u, - 0x00000427u, 0x0000041cu, 0x000000e2u, 0x000600a9u, 0x00000007u, 0x00000428u, 0x00000427u, 0x000000e0u, - 0x00000412u, 0x000500b1u, 0x000000d1u, 0x0000042bu, 0x0000041cu, 0x000000eau, 0x000600a9u, 0x00000007u, - 0x0000042cu, 0x0000042bu, 0x000000e7u, 0x00000428u, 0x000500c3u, 0x00000007u, 0x0000049eu, 0x00000424u, - 0x000006efu, 0x000500c3u, 0x00000007u, 0x000004a3u, 0x0000042cu, 0x000006efu, 0x00070050u, 0x000000d1u, - 0x000006f0u, 0x00000377u, 0x00000377u, 0x00000377u, 0x00000377u, 0x000600a9u, 0x00000007u, 0x000006f1u, - 0x000006f0u, 0x000004a3u, 0x0000049eu, 0x000600a9u, 0x00000007u, 0x000006f3u, 0x000006f0u, 0x0000049eu, - 0x000004a3u, 0x0006000cu, 0x00000007u, 0x0000043au, 0x00000001u, 0x00000005u, 0x000006f3u, 0x0006000cu, - 0x00000007u, 0x0000043cu, 0x00000001u, 0x00000005u, 0x000006f1u, 0x0007000cu, 0x00000007u, 0x0000043du, - 0x00000001u, 0x0000002au, 0x0000043au, 0x0000043cu, 0x0007004fu, 0x00000020u, 0x000004a8u, 0x0000043du, - 0x0000043du, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x000004aau, 0x0000043du, 0x0000043du, - 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x000004abu, 0x00000001u, 0x0000002au, 0x000004a8u, - 0x000004aau, 0x0003003eu, 0x000004a4u, 0x000004abu, 0x00050041u, 0x00000014u, 0x000004acu, 0x000004a4u, - 0x00000049u, 0x0004003du, 0x00000006u, 0x000004adu, 0x000004acu, 0x00050041u, 0x00000014u, 0x000004aeu, - 0x000004a4u, 0x0000004cu, 0x0004003du, 0x00000006u, 0x000004afu, 0x000004aeu, 0x0007000cu, 0x00000006u, - 0x000004b0u, 0x00000001u, 0x0000002au, 0x000004adu, 0x000004afu, 0x00050084u, 0x00000006u, 0x00000441u, - 0x00000110u, 0x00000279u, 0x000500b3u, 0x0000001eu, 0x00000442u, 0x000004b0u, 0x00000441u, 0x000300f7u, - 0x0000044au, 0x00000000u, 0x000400fau, 0x00000442u, 0x00000443u, 0x00000449u, 0x000200f8u, 0x00000443u, - 0x0007004fu, 0x00000020u, 0x000004b5u, 0x000006f3u, 0x000006f3u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x00000020u, 0x000004b7u, 0x000006f3u, 0x000006f3u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, - 0x000004b8u, 0x00000001u, 0x00000027u, 0x000004b5u, 0x000004b7u, 0x0003003eu, 0x000004b1u, 0x000004b8u, - 0x00050041u, 0x00000014u, 0x000004b9u, 0x000004b1u, 0x00000049u, 0x0004003du, 0x00000006u, 0x000004bau, - 0x000004b9u, 0x00050041u, 0x00000014u, 0x000004bbu, 0x000004b1u, 0x0000004cu, 0x0004003du, 0x00000006u, - 0x000004bcu, 0x000004bbu, 0x0007000cu, 0x00000006u, 0x000004bdu, 0x00000001u, 0x00000027u, 0x000004bau, - 0x000004bcu, 0x0007004fu, 0x00000020u, 0x000004c2u, 0x000006f1u, 0x000006f1u, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x00000020u, 0x000004c4u, 0x000006f1u, 0x000006f1u, 0x00000002u, 0x00000003u, 0x0007000cu, - 0x00000020u, 0x000004c5u, 0x00000001u, 0x0000002au, 0x000004c2u, 0x000004c4u, 0x0003003eu, 0x000004beu, - 0x000004c5u, 0x00050041u, 0x00000014u, 0x000004c6u, 0x000004beu, 0x00000049u, 0x0004003du, 0x00000006u, - 0x000004c7u, 0x000004c6u, 0x00050041u, 0x00000014u, 0x000004c8u, 0x000004beu, 0x0000004cu, 0x0004003du, - 0x00000006u, 0x000004c9u, 0x000004c8u, 0x0007000cu, 0x00000006u, 0x000004cau, 0x00000001u, 0x0000002au, - 0x000004c7u, 0x000004c9u, 0x00050050u, 0x00000020u, 0x00000448u, 0x000004bdu, 0x000004cau, 0x000200f9u, - 0x0000044au, 0x000200f8u, 0x00000449u, 0x000200f9u, 0x0000044au, 0x000200f8u, 0x0000044au, 0x000700f5u, - 0x00000020u, 0x000006dcu, 0x00000448u, 0x00000443u, 0x0000011fu, 0x00000449u, 0x000500c7u, 0x00000006u, - 0x0000038fu, 0x00000330u, 0x0000017au, 0x000500abu, 0x0000001eu, 0x00000390u, 0x0000038fu, 0x00000094u, - 0x000600a9u, 0x00000006u, 0x00000391u, 0x00000390u, 0x00000084u, 0x0000007eu, 0x000500c3u, 0x00000006u, - 0x00000395u, 0x00000304u, 0x000000bcu, 0x00050084u, 0x00000006u, 0x00000396u, 0x00000279u, 0x00000395u, - 0x00050080u, 0x00000006u, 0x0000039bu, 0x00000308u, 0x00000391u, 0x000500c3u, 0x00000006u, 0x0000039cu, - 0x0000039bu, 0x000000bcu, 0x00050084u, 0x00000006u, 0x0000039du, 0x00000279u, 0x0000039cu, 0x00050082u, - 0x00000006u, 0x0000039eu, 0x0000039du, 0x000000a8u, 0x00050050u, 0x00000020u, 0x0000039fu, 0x00000396u, - 0x0000039eu, 0x0007004fu, 0x00000020u, 0x000003a2u, 0x0000039fu, 0x0000039fu, 0x00000000u, 0x00000000u, - 0x0007004fu, 0x00000020u, 0x000003a4u, 0x0000039fu, 0x0000039fu, 0x00000001u, 0x00000001u, 0x0008000cu, - 0x00000020u, 0x000003a5u, 0x00000001u, 0x0000002du, 0x000006dcu, 0x000003a2u, 0x000003a4u, 0x0003003eu, - 0x0000033du, 0x000003a5u, 0x00050041u, 0x00000014u, 0x000003a6u, 0x0000033du, 0x00000049u, 0x0004003du, - 0x00000006u, 0x000003a7u, 0x000003a6u, 0x00050041u, 0x00000014u, 0x000003a8u, 0x0000027cu, 0x00000049u, - 0x0004003du, 0x00000006u, 0x000003a9u, 0x000003a8u, 0x0007000cu, 0x00000006u, 0x000003aau, 0x00000001u, - 0x0000002au, 0x000003a7u, 0x000003a9u, 0x0003003eu, 0x000003a6u, 0x000003aau, 0x00050041u, 0x00000014u, - 0x000003acu, 0x0000033du, 0x0000004cu, 0x0004003du, 0x00000006u, 0x000003adu, 0x000003acu, 0x00050041u, - 0x00000014u, 0x000003aeu, 0x0000027eu, 0x00000049u, 0x0004003du, 0x00000006u, 0x000003afu, 0x000003aeu, - 0x0007000cu, 0x00000006u, 0x000003b0u, 0x00000001u, 0x00000027u, 0x000003adu, 0x000003afu, 0x0003003eu, - 0x000003acu, 0x000003b0u, 0x0004003du, 0x00000006u, 0x000003b3u, 0x000003a6u, 0x0004003du, 0x00000006u, - 0x000003b5u, 0x000003acu, 0x000500b3u, 0x0000001eu, 0x000003b6u, 0x000003b3u, 0x000003b5u, 0x000200f9u, - 0x000003b7u, 0x000200f8u, 0x000003b7u, 0x000700f5u, 0x0000001eu, 0x000006ddu, 0x00000153u, 0x00000372u, - 0x000003b6u, 0x0000044au, 0x000200f9u, 0x00000270u, 0x000200f8u, 0x00000270u, 0x000700f5u, 0x0000001eu, - 0x000006dfu, 0x00000153u, 0x00000263u, 0x000006ddu, 0x000003b7u, 0x000200f9u, 0x00000264u, 0x000200f8u, - 0x00000264u, 0x000700f5u, 0x0000001eu, 0x000006deu, 0x00000153u, 0x00000005u, 0x000006dfu, 0x00000270u, - 0x00050153u, 0x00000069u, 0x00000286u, 0x000001ecu, 0x000006deu, 0x00050051u, 0x00000033u, 0x00000287u, - 0x00000286u, 0x00000000u, 0x000200f9u, 0x00000289u, 0x000200f8u, 0x00000289u, 0x000700f5u, 0x00000033u, - 0x000006e1u, 0x00000049u, 0x00000264u, 0x000006edu, 0x0000028cu, 0x000700f5u, 0x00000033u, 0x000006e0u, - 0x00000287u, 0x00000264u, 0x00000297u, 0x0000028cu, 0x000500abu, 0x0000001eu, 0x0000028fu, 0x000006e0u, - 0x00000049u, 0x000400f6u, 0x0000028bu, 0x0000028cu, 0x00000000u, 0x000400fau, 0x0000028fu, 0x0000028au, - 0x0000028bu, 0x000200f8u, 0x0000028au, 0x0006000cu, 0x00000006u, 0x00000292u, 0x00000001u, 0x00000049u, - 0x000006e0u, 0x000500c4u, 0x00000033u, 0x00000294u, 0x0000004cu, 0x00000292u, 0x000400c8u, 0x00000033u, - 0x00000295u, 0x00000294u, 0x000500c7u, 0x00000033u, 0x00000297u, 0x000006e0u, 0x00000295u, 0x00050084u, - 0x00000006u, 0x0000029au, 0x000001f9u, 0x00000261u, 0x00050080u, 0x00000006u, 0x0000029cu, 0x0000029au, - 0x00000292u, 0x0004007cu, 0x00000033u, 0x0000029du, 0x0000029cu, 0x00060041u, 0x000001e2u, 0x000004cfu, - 0x000001e0u, 0x00000094u, 0x0000029du, 0x0004003du, 0x00000007u, 0x000004d0u, 0x000004cfu, 0x0003003eu, - 0x000004cbu, 0x000004d0u, 0x00050041u, 0x00000014u, 0x000004d1u, 0x000004cbu, 0x00000049u, 0x0004003du, - 0x00000006u, 0x000004d2u, 0x000004d1u, 0x00050041u, 0x00000014u, 0x000004d3u, 0x000004cbu, 0x0000004cu, - 0x0004003du, 0x00000006u, 0x000004d4u, 0x000004d3u, 0x00050041u, 0x00000014u, 0x000004d5u, 0x000004cbu, - 0x000001e9u, 0x0004003du, 0x00000006u, 0x000004d6u, 0x000004d5u, 0x00050041u, 0x00000014u, 0x000004d7u, - 0x000004cbu, 0x000001ecu, 0x0004003du, 0x00000006u, 0x000004d8u, 0x000004d7u, 0x00070041u, 0x000001aeu, - 0x000004ddu, 0x000001acu, 0x00000094u, 0x0000029du, 0x00000094u, 0x0004003du, 0x00000006u, 0x000004deu, - 0x000004ddu, 0x00070041u, 0x000001aeu, 0x000004e0u, 0x000001acu, 0x00000094u, 0x0000029du, 0x000000a8u, - 0x0004003du, 0x00000006u, 0x000004e1u, 0x000004e0u, 0x00070041u, 0x000001aeu, 0x000004e3u, 0x000001acu, - 0x00000094u, 0x0000029du, 0x000000bcu, 0x0004003du, 0x00000006u, 0x000004e4u, 0x000004e3u, 0x00070041u, - 0x000001b8u, 0x000004e6u, 0x000001acu, 0x00000094u, 0x0000029du, 0x0000007eu, 0x0004003du, 0x000001a6u, - 0x000004e7u, 0x000004e6u, 0x00040072u, 0x00000006u, 0x000004e8u, 0x000004e7u, 0x00070041u, 0x000001b8u, - 0x000004eau, 0x000001acu, 0x00000094u, 0x0000029du, 0x00000084u, 0x0004003du, 0x000001a6u, 0x000004ebu, - 0x000004eau, 0x00040072u, 0x00000006u, 0x000004ecu, 0x000004ebu, 0x00070041u, 0x000001aeu, 0x000004eeu, - 0x000001acu, 0x00000094u, 0x0000029du, 0x00000092u, 0x0004003du, 0x00000006u, 0x000004efu, 0x000004eeu, - 0x00070041u, 0x000001aeu, 0x000004f1u, 0x000001acu, 0x00000094u, 0x0000029du, 0x000000a6u, 0x0004003du, - 0x00000006u, 0x000004f2u, 0x000004f1u, 0x00070041u, 0x000001aeu, 0x000004f4u, 0x000001acu, 0x00000094u, - 0x0000029du, 0x000000bau, 0x0004003du, 0x00000006u, 0x000004f5u, 0x000004f4u, 0x00070041u, 0x000001b8u, - 0x000004f7u, 0x000001acu, 0x00000094u, 0x0000029du, 0x00000148u, 0x0004003du, 0x000001a6u, 0x000004f8u, - 0x000004f7u, 0x00040072u, 0x00000006u, 0x000004f9u, 0x000004f8u, 0x00070041u, 0x000001ceu, 0x000004fbu, - 0x000001acu, 0x00000094u, 0x0000029du, 0x00000156u, 0x0004003du, 0x000001a7u, 0x000004fcu, 0x000004fbu, - 0x00040071u, 0x00000033u, 0x000004fdu, 0x000004fcu, 0x0004007cu, 0x00000006u, 0x000004feu, 0x000004fdu, - 0x0003003eu, 0x000002a8u, 0x00000250u, 0x0003003eu, 0x000002aau, 0x0000025au, 0x000300f7u, 0x00000585u, - 0x00000000u, 0x000300fbu, 0x00000049u, 0x00000514u, 0x000200f8u, 0x00000514u, 0x00050041u, 0x00000014u, - 0x00000515u, 0x000002a8u, 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000516u, 0x00000515u, 0x000500c3u, - 0x00000006u, 0x0000051au, 0x000004d4u, 0x000000bcu, 0x00050084u, 0x00000006u, 0x0000051bu, 0x00000279u, - 0x0000051au, 0x0007000cu, 0x00000006u, 0x0000051cu, 0x00000001u, 0x0000002au, 0x00000516u, 0x0000051bu, - 0x0003003eu, 0x00000515u, 0x0000051cu, 0x00050041u, 0x00000014u, 0x0000051eu, 0x000002aau, 0x0000004cu, - 0x0004003du, 0x00000006u, 0x0000051fu, 0x0000051eu, 0x00050080u, 0x00000006u, 0x00000523u, 0x000004d8u, - 0x0000007eu, 0x000500c3u, 0x00000006u, 0x00000524u, 0x00000523u, 0x000000bcu, 0x00050084u, 0x00000006u, - 0x00000525u, 0x00000279u, 0x00000524u, 0x00050082u, 0x00000006u, 0x00000526u, 0x00000525u, 0x000000a8u, - 0x0007000cu, 0x00000006u, 0x00000527u, 0x00000001u, 0x00000027u, 0x0000051fu, 0x00000526u, 0x0003003eu, - 0x0000051eu, 0x00000527u, 0x0004003du, 0x00000006u, 0x0000052au, 0x00000515u, 0x00050084u, 0x00000006u, - 0x0000052bu, 0x0000052au, 0x00000084u, 0x0004003du, 0x00000006u, 0x0000052du, 0x0000051eu, 0x00050084u, - 0x00000006u, 0x0000052eu, 0x0000052du, 0x00000084u, 0x00050080u, 0x00000006u, 0x0000052fu, 0x0000052eu, - 0x0000007eu, 0x00050084u, 0x00000006u, 0x00000534u, 0x00000279u, 0x000004e8u, 0x0007000cu, 0x00000006u, - 0x00000535u, 0x00000001u, 0x0000002au, 0x0000052bu, 0x00000534u, 0x00050084u, 0x00000006u, 0x0000053au, - 0x00000279u, 0x000004f9u, 0x00050082u, 0x00000006u, 0x0000053bu, 0x0000053au, 0x000000a8u, 0x0007000cu, - 0x00000006u, 0x0000053cu, 0x00000001u, 0x00000027u, 0x0000052fu, 0x0000053bu, 0x000500b1u, 0x0000001eu, - 0x0000053fu, 0x0000053cu, 0x00000535u, 0x000300f7u, 0x00000541u, 0x00000000u, 0x000400fau, 0x0000053fu, - 0x00000540u, 0x00000541u, 0x000200f8u, 0x00000540u, 0x000200f9u, 0x00000585u, 0x000200f8u, 0x00000541u, - 0x000500c7u, 0x00000006u, 0x00000544u, 0x000004feu, 0x000000a8u, 0x000500abu, 0x0000001eu, 0x00000545u, - 0x00000544u, 0x00000094u, 0x00050084u, 0x00000006u, 0x0000054bu, 0x000004ecu, 0x00000279u, 0x00050050u, - 0x00000020u, 0x0000054cu, 0x0000054bu, 0x0000054bu, 0x00050080u, 0x00000020u, 0x0000054du, 0x0000054cu, - 0x00000162u, 0x00050050u, 0x00000020u, 0x0000054fu, 0x00000535u, 0x00000535u, 0x00050050u, 0x00000020u, - 0x00000551u, 0x0000053cu, 0x0000053cu, 0x0008000cu, 0x00000020u, 0x00000552u, 0x00000001u, 0x0000002du, - 0x0000054du, 0x0000054fu, 0x00000551u, 0x00050051u, 0x00000006u, 0x00000553u, 0x00000552u, 0x00000000u, - 0x00050051u, 0x00000006u, 0x00000554u, 0x00000552u, 0x00000001u, 0x00070050u, 0x00000007u, 0x00000555u, - 0x00000535u, 0x0000053cu, 0x00000553u, 0x00000554u, 0x000500c7u, 0x00000006u, 0x000005aau, 0x000004e8u, - 0x00000081u, 0x00050084u, 0x00000006u, 0x000005afu, 0x000005aau, 0x00000279u, 0x00070050u, 0x00000007u, - 0x000005b5u, 0x000005afu, 0x000005afu, 0x000005afu, 0x000005afu, 0x00050082u, 0x00000007u, 0x000005b6u, - 0x00000555u, 0x000005b5u, 0x00050084u, 0x00000006u, 0x000005bau, 0x00000279u, 0x000004deu, 0x00070050u, - 0x00000007u, 0x00000621u, 0x000004efu, 0x000004efu, 0x000004efu, 0x000004efu, 0x00050098u, 0x00000064u, - 0x00000622u, 0x000005b6u, 0x00000621u, 0x00050051u, 0x00000007u, 0x00000623u, 0x00000622u, 0x00000000u, - 0x00050051u, 0x00000007u, 0x00000624u, 0x00000622u, 0x00000001u, 0x0004007cu, 0x00000069u, 0x00000626u, - 0x00000623u, 0x0004007cu, 0x00000033u, 0x00000628u, 0x000005bau, 0x00070050u, 0x00000069u, 0x00000629u, - 0x00000628u, 0x00000628u, 0x00000628u, 0x00000628u, 0x00050095u, 0x00000070u, 0x0000062au, 0x00000626u, - 0x00000629u, 0x00050051u, 0x00000069u, 0x0000062bu, 0x0000062au, 0x00000001u, 0x00050051u, 0x00000069u, - 0x0000062cu, 0x0000062au, 0x00000000u, 0x0004007cu, 0x00000007u, 0x0000062du, 0x0000062cu, 0x0004007cu, - 0x00000007u, 0x0000062fu, 0x0000062bu, 0x00050080u, 0x00000007u, 0x00000631u, 0x00000624u, 0x0000062fu, - 0x00050084u, 0x00000006u, 0x000005c6u, 0x00000279u, 0x000004e1u, 0x00070050u, 0x00000007u, 0x0000063bu, - 0x000004f2u, 0x000004f2u, 0x000004f2u, 0x000004f2u, 0x00050098u, 0x00000064u, 0x0000063cu, 0x000005b6u, - 0x0000063bu, 0x00050051u, 0x00000007u, 0x0000063du, 0x0000063cu, 0x00000000u, 0x00050051u, 0x00000007u, - 0x0000063eu, 0x0000063cu, 0x00000001u, 0x0004007cu, 0x00000069u, 0x00000640u, 0x0000063du, 0x0004007cu, - 0x00000033u, 0x00000642u, 0x000005c6u, 0x00070050u, 0x00000069u, 0x00000643u, 0x00000642u, 0x00000642u, - 0x00000642u, 0x00000642u, 0x00050095u, 0x00000070u, 0x00000644u, 0x00000640u, 0x00000643u, 0x00050051u, - 0x00000069u, 0x00000645u, 0x00000644u, 0x00000001u, 0x00050051u, 0x00000069u, 0x00000646u, 0x00000644u, - 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000647u, 0x00000646u, 0x0004007cu, 0x00000007u, 0x00000649u, - 0x00000645u, 0x00050080u, 0x00000007u, 0x0000064bu, 0x0000063eu, 0x00000649u, 0x00070050u, 0x00000007u, - 0x000005cdu, 0x0000054bu, 0x0000054bu, 0x0000054bu, 0x0000054bu, 0x00050082u, 0x00000007u, 0x000005ceu, - 0x00000555u, 0x000005cdu, 0x00050084u, 0x00000006u, 0x000005d2u, 0x00000279u, 0x000004e4u, 0x00070050u, - 0x00000007u, 0x00000655u, 0x000004f5u, 0x000004f5u, 0x000004f5u, 0x000004f5u, 0x00050098u, 0x00000064u, - 0x00000656u, 0x000005ceu, 0x00000655u, 0x00050051u, 0x00000007u, 0x00000657u, 0x00000656u, 0x00000000u, - 0x00050051u, 0x00000007u, 0x00000658u, 0x00000656u, 0x00000001u, 0x0004007cu, 0x00000069u, 0x0000065au, - 0x00000657u, 0x0004007cu, 0x00000033u, 0x0000065cu, 0x000005d2u, 0x00070050u, 0x00000069u, 0x0000065du, - 0x0000065cu, 0x0000065cu, 0x0000065cu, 0x0000065cu, 0x00050095u, 0x00000070u, 0x0000065eu, 0x0000065au, - 0x0000065du, 0x00050051u, 0x00000069u, 0x0000065fu, 0x0000065eu, 0x00000001u, 0x00050051u, 0x00000069u, - 0x00000660u, 0x0000065eu, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000661u, 0x00000660u, 0x0004007cu, - 0x00000007u, 0x00000663u, 0x0000065fu, 0x00050080u, 0x00000007u, 0x00000665u, 0x00000658u, 0x00000663u, - 0x00050084u, 0x00000006u, 0x000005ddu, 0x00000279u, 0x000004ecu, 0x00070050u, 0x00000007u, 0x000005deu, - 0x000005ddu, 0x000005ddu, 0x000005ddu, 0x000005ddu, 0x000500b1u, 0x000000d1u, 0x000005dfu, 0x00000555u, - 0x000005deu, 0x000600a9u, 0x00000007u, 0x000005e0u, 0x000005dfu, 0x00000647u, 0x00000661u, 0x000600a9u, - 0x00000007u, 0x000005eau, 0x000005dfu, 0x0000064bu, 0x00000665u, 0x000500adu, 0x000000d1u, 0x000005edu, - 0x00000631u, 0x000000e2u, 0x000600a9u, 0x00000007u, 0x000005eeu, 0x000005edu, 0x000000e0u, 0x0000062du, - 0x000500b1u, 0x000000d1u, 0x000005f1u, 0x00000631u, 0x000000eau, 0x000600a9u, 0x00000007u, 0x000005f2u, - 0x000005f1u, 0x000000e7u, 0x000005eeu, 0x000500adu, 0x000000d1u, 0x000005f5u, 0x000005eau, 0x000000e2u, - 0x000600a9u, 0x00000007u, 0x000005f6u, 0x000005f5u, 0x000000e0u, 0x000005e0u, 0x000500b1u, 0x000000d1u, - 0x000005f9u, 0x000005eau, 0x000000eau, 0x000600a9u, 0x00000007u, 0x000005fau, 0x000005f9u, 0x000000e7u, - 0x000005f6u, 0x000500c3u, 0x00000007u, 0x0000066cu, 0x000005f2u, 0x000006efu, 0x000500c3u, 0x00000007u, - 0x00000671u, 0x000005fau, 0x000006efu, 0x00070050u, 0x000000d1u, 0x000006f4u, 0x00000545u, 0x00000545u, - 0x00000545u, 0x00000545u, 0x000600a9u, 0x00000007u, 0x000006f5u, 0x000006f4u, 0x00000671u, 0x0000066cu, - 0x000600a9u, 0x00000007u, 0x000006f7u, 0x000006f4u, 0x0000066cu, 0x00000671u, 0x0006000cu, 0x00000007u, - 0x00000608u, 0x00000001u, 0x00000005u, 0x000006f7u, 0x0006000cu, 0x00000007u, 0x0000060au, 0x00000001u, - 0x00000005u, 0x000006f5u, 0x0007000cu, 0x00000007u, 0x0000060bu, 0x00000001u, 0x0000002au, 0x00000608u, - 0x0000060au, 0x0007004fu, 0x00000020u, 0x00000676u, 0x0000060bu, 0x0000060bu, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x00000020u, 0x00000678u, 0x0000060bu, 0x0000060bu, 0x00000002u, 0x00000003u, 0x0007000cu, - 0x00000020u, 0x00000679u, 0x00000001u, 0x0000002au, 0x00000676u, 0x00000678u, 0x0003003eu, 0x00000672u, - 0x00000679u, 0x00050041u, 0x00000014u, 0x0000067au, 0x00000672u, 0x00000049u, 0x0004003du, 0x00000006u, - 0x0000067bu, 0x0000067au, 0x00050041u, 0x00000014u, 0x0000067cu, 0x00000672u, 0x0000004cu, 0x0004003du, - 0x00000006u, 0x0000067du, 0x0000067cu, 0x0007000cu, 0x00000006u, 0x0000067eu, 0x00000001u, 0x0000002au, - 0x0000067bu, 0x0000067du, 0x00050084u, 0x00000006u, 0x0000060fu, 0x00000110u, 0x00000279u, 0x000500b3u, - 0x0000001eu, 0x00000610u, 0x0000067eu, 0x0000060fu, 0x000300f7u, 0x00000618u, 0x00000000u, 0x000400fau, - 0x00000610u, 0x00000611u, 0x00000617u, 0x000200f8u, 0x00000611u, 0x0007004fu, 0x00000020u, 0x00000683u, - 0x000006f7u, 0x000006f7u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x00000685u, 0x000006f7u, - 0x000006f7u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x00000686u, 0x00000001u, 0x00000027u, - 0x00000683u, 0x00000685u, 0x0003003eu, 0x0000067fu, 0x00000686u, 0x00050041u, 0x00000014u, 0x00000687u, - 0x0000067fu, 0x00000049u, 0x0004003du, 0x00000006u, 0x00000688u, 0x00000687u, 0x00050041u, 0x00000014u, - 0x00000689u, 0x0000067fu, 0x0000004cu, 0x0004003du, 0x00000006u, 0x0000068au, 0x00000689u, 0x0007000cu, - 0x00000006u, 0x0000068bu, 0x00000001u, 0x00000027u, 0x00000688u, 0x0000068au, 0x0007004fu, 0x00000020u, - 0x00000690u, 0x000006f5u, 0x000006f5u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000020u, 0x00000692u, - 0x000006f5u, 0x000006f5u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000020u, 0x00000693u, 0x00000001u, - 0x0000002au, 0x00000690u, 0x00000692u, 0x0003003eu, 0x0000068cu, 0x00000693u, 0x00050041u, 0x00000014u, - 0x00000694u, 0x0000068cu, 0x00000049u, 0x0004003du, 0x00000006u, 0x00000695u, 0x00000694u, 0x00050041u, - 0x00000014u, 0x00000696u, 0x0000068cu, 0x0000004cu, 0x0004003du, 0x00000006u, 0x00000697u, 0x00000696u, - 0x0007000cu, 0x00000006u, 0x00000698u, 0x00000001u, 0x0000002au, 0x00000695u, 0x00000697u, 0x00050050u, - 0x00000020u, 0x00000616u, 0x0000068bu, 0x00000698u, 0x000200f9u, 0x00000618u, 0x000200f8u, 0x00000617u, - 0x000200f9u, 0x00000618u, 0x000200f8u, 0x00000618u, 0x000700f5u, 0x00000020u, 0x000006e4u, 0x00000616u, - 0x00000611u, 0x0000011fu, 0x00000617u, 0x000500c7u, 0x00000006u, 0x0000055du, 0x000004feu, 0x0000017au, - 0x000500abu, 0x0000001eu, 0x0000055eu, 0x0000055du, 0x00000094u, 0x000600a9u, 0x00000006u, 0x0000055fu, - 0x0000055eu, 0x00000084u, 0x0000007eu, 0x000500c3u, 0x00000006u, 0x00000563u, 0x000004d2u, 0x000000bcu, - 0x00050084u, 0x00000006u, 0x00000564u, 0x00000279u, 0x00000563u, 0x00050080u, 0x00000006u, 0x00000569u, - 0x000004d6u, 0x0000055fu, 0x000500c3u, 0x00000006u, 0x0000056au, 0x00000569u, 0x000000bcu, 0x00050084u, - 0x00000006u, 0x0000056bu, 0x00000279u, 0x0000056au, 0x00050082u, 0x00000006u, 0x0000056cu, 0x0000056bu, - 0x000000a8u, 0x00050050u, 0x00000020u, 0x0000056du, 0x00000564u, 0x0000056cu, 0x0007004fu, 0x00000020u, - 0x00000570u, 0x0000056du, 0x0000056du, 0x00000000u, 0x00000000u, 0x0007004fu, 0x00000020u, 0x00000572u, - 0x0000056du, 0x0000056du, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000020u, 0x00000573u, 0x00000001u, - 0x0000002du, 0x000006e4u, 0x00000570u, 0x00000572u, 0x0003003eu, 0x0000050bu, 0x00000573u, 0x00050041u, - 0x00000014u, 0x00000574u, 0x0000050bu, 0x00000049u, 0x0004003du, 0x00000006u, 0x00000575u, 0x00000574u, - 0x00050041u, 0x00000014u, 0x00000576u, 0x000002a8u, 0x00000049u, 0x0004003du, 0x00000006u, 0x00000577u, - 0x00000576u, 0x0007000cu, 0x00000006u, 0x00000578u, 0x00000001u, 0x0000002au, 0x00000575u, 0x00000577u, - 0x0003003eu, 0x00000574u, 0x00000578u, 0x00050041u, 0x00000014u, 0x0000057au, 0x0000050bu, 0x0000004cu, - 0x0004003du, 0x00000006u, 0x0000057bu, 0x0000057au, 0x00050041u, 0x00000014u, 0x0000057cu, 0x000002aau, - 0x00000049u, 0x0004003du, 0x00000006u, 0x0000057du, 0x0000057cu, 0x0007000cu, 0x00000006u, 0x0000057eu, - 0x00000001u, 0x00000027u, 0x0000057bu, 0x0000057du, 0x0003003eu, 0x0000057au, 0x0000057eu, 0x0004003du, - 0x00000006u, 0x00000581u, 0x00000574u, 0x0004003du, 0x00000006u, 0x00000583u, 0x0000057au, 0x000500b3u, - 0x0000001eu, 0x00000584u, 0x00000581u, 0x00000583u, 0x000200f9u, 0x00000585u, 0x000200f8u, 0x00000585u, - 0x000700f5u, 0x0000001eu, 0x000006e5u, 0x00000153u, 0x00000540u, 0x00000584u, 0x00000618u, 0x000300f7u, - 0x000002b1u, 0x00000000u, 0x000400fau, 0x000006e5u, 0x000002b0u, 0x000002b1u, 0x000200f8u, 0x000002b0u, - 0x000500c5u, 0x00000033u, 0x000002b5u, 0x000006e1u, 0x00000294u, 0x000200f9u, 0x000002b1u, 0x000200f8u, - 0x000002b1u, 0x000700f5u, 0x00000033u, 0x000006edu, 0x000006e1u, 0x00000585u, 0x000002b5u, 0x000002b0u, - 0x000200f9u, 0x0000028cu, 0x000200f8u, 0x0000028cu, 0x000200f9u, 0x00000289u, 0x000200f8u, 0x0000028bu, - 0x00050084u, 0x00000006u, 0x000002bdu, 0x0000022bu, 0x000002bcu, 0x00050080u, 0x00000006u, 0x000002bfu, - 0x000002bdu, 0x000001f9u, 0x00060041u, 0x000002c1u, 0x000002c2u, 0x000002b9u, 0x00000094u, 0x000002bfu, - 0x0003003eu, 0x000002c2u, 0x000006e1u, 0x000500abu, 0x0000001eu, 0x000002c4u, 0x000006e1u, 0x00000049u, - 0x000300f7u, 0x000002c6u, 0x00000000u, 0x000400fau, 0x000002c4u, 0x000002c5u, 0x000002d0u, 0x000200f8u, - 0x000002c5u, 0x00060041u, 0x000002c1u, 0x000002ccu, 0x000002cau, 0x00000094u, 0x0000022bu, 0x000500c4u, - 0x00000033u, 0x000002ceu, 0x0000004cu, 0x000001f9u, 0x000700f1u, 0x00000033u, 0x000002cfu, 0x000002ccu, - 0x0000004cu, 0x00000049u, 0x000002ceu, 0x000200f9u, 0x000002c6u, 0x000200f8u, 0x000002d0u, 0x00060041u, - 0x000002c1u, 0x000002d2u, 0x000002cau, 0x00000094u, 0x0000022bu, 0x000500c4u, 0x00000033u, 0x000002d4u, - 0x0000004cu, 0x000001f9u, 0x000400c8u, 0x00000033u, 0x000002d5u, 0x000002d4u, 0x000700f0u, 0x00000033u, - 0x000002d6u, 0x000002d2u, 0x0000004cu, 0x00000049u, 0x000002d5u, 0x000200f9u, 0x000002c6u, 0x000200f8u, - 0x000002c6u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x00000786u, 0x00000000u, - 0x00020011u, 0x00000001u, 0x00020011u, 0x00000016u, 0x00020011u, 0x00000027u, 0x00020011u, 0x00001151u, - 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, - 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, - 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000200u, - 0x0000020bu, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000020u, 0x00000001u, 0x00000001u, 0x00050048u, - 0x000001b9u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000001b9u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x000001b9u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000001b9u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001b9u, 0x00000004u, 0x00000023u, 0x0000000eu, - 0x00050048u, 0x000001b9u, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000001b9u, 0x00000006u, - 0x00000023u, 0x00000014u, 0x00050048u, 0x000001b9u, 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, - 0x000001b9u, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000001b9u, 0x00000009u, 0x00000023u, - 0x0000001eu, 0x00050048u, 0x000001b9u, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, 0x000001bau, - 0x00000006u, 0x00000020u, 0x00040048u, 0x000001bbu, 0x00000000u, 0x00000018u, 0x00050048u, 0x000001bbu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001bbu, 0x00000002u, 0x00040047u, 0x000001bdu, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000001bdu, 0x00000021u, 0x00000000u, 0x00040047u, 0x000001deu, - 0x00000006u, 0x00000010u, 0x00040048u, 0x000001dfu, 0x00000000u, 0x00000018u, 0x00050048u, 0x000001dfu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001dfu, 0x00000002u, 0x00040047u, 0x000001e1u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000001e1u, 0x00000021u, 0x00000001u, 0x00040047u, 0x000001f3u, - 0x00000006u, 0x00000010u, 0x00050048u, 0x000001f4u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000001f4u, 0x00000002u, 0x00040047u, 0x000001f6u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001f6u, - 0x00000021u, 0x00000006u, 0x00040047u, 0x00000200u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x0000020bu, - 0x0000000bu, 0x0000001du, 0x00040047u, 0x0000021fu, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000220u, - 0x00000001u, 0x00000001u, 0x00040047u, 0x00000229u, 0x00000001u, 0x00000002u, 0x00050048u, 0x00000233u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000233u, 0x00000001u, 0x00000023u, 0x00000008u, - 0x00030047u, 0x00000233u, 0x00000002u, 0x00040047u, 0x00000270u, 0x00000001u, 0x00000006u, 0x00040047u, - 0x000002b1u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002b2u, 0x00000000u, 0x00000019u, 0x00050048u, - 0x000002b2u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002b2u, 0x00000002u, 0x00040047u, - 0x000002b4u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002b4u, 0x00000021u, 0x00000003u, 0x00040047u, - 0x000002b6u, 0x00000001u, 0x00000003u, 0x00040047u, 0x000002c1u, 0x00000006u, 0x00000004u, 0x00040048u, - 0x000002c2u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002c2u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000002c2u, 0x00000002u, 0x00040047u, 0x000002c4u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000002c4u, 0x00000021u, 0x00000004u, 0x00040047u, 0x000002e1u, 0x00000006u, 0x00000004u, 0x00040048u, - 0x000002e2u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002e2u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000002e2u, 0x00000002u, 0x00040047u, 0x000002e4u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000002e4u, 0x00000021u, 0x00000005u, 0x00040047u, 0x0000030bu, 0x00000006u, 0x00000001u, 0x00050048u, - 0x0000030cu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000030cu, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x0000030cu, 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, 0x0000030du, - 0x00000006u, 0x00000010u, 0x00040048u, 0x0000030eu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000030eu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000030eu, 0x00000002u, 0x00040047u, 0x00000310u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000310u, 0x00000021u, 0x00000002u, 0x00040047u, 0x0000031au, - 0x00000006u, 0x00000010u, 0x00040048u, 0x0000031bu, 0x00000000u, 0x00000019u, 0x00050048u, 0x0000031bu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000031bu, 0x00000002u, 0x00040047u, 0x0000031du, - 0x00000022u, 0x00000000u, 0x00040047u, 0x0000031du, 0x00000021u, 0x00000007u, 0x00040047u, 0x0000031fu, - 0x00000001u, 0x00000005u, 0x00040047u, 0x00000333u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, - 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, 0x00040017u, - 0x00000007u, 0x00000006u, 0x00000004u, 0x00040020u, 0x00000008u, 0x00000007u, 0x00000007u, 0x00040020u, - 0x00000014u, 0x00000007u, 0x00000006u, 0x00040015u, 0x0000001cu, 0x00000010u, 0x00000001u, 0x00040015u, - 0x0000001du, 0x00000008u, 0x00000000u, 0x00020014u, 0x00000020u, 0x00040017u, 0x00000022u, 0x00000006u, - 0x00000002u, 0x00040020u, 0x0000002au, 0x00000007u, 0x00000022u, 0x00040015u, 0x00000035u, 0x00000020u, - 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000044u, 0x0000000fu, 0x0004002bu, 0x00000035u, 0x0000004fu, - 0x00000000u, 0x0004002bu, 0x00000035u, 0x00000052u, 0x00000001u, 0x0004001eu, 0x0000006au, 0x00000007u, - 0x00000007u, 0x00040017u, 0x0000006fu, 0x00000035u, 0x00000004u, 0x0004001eu, 0x00000076u, 0x0000006fu, - 0x0000006fu, 0x0004002bu, 0x00000006u, 0x00000084u, 0x00000003u, 0x0004002bu, 0x00000006u, 0x00000089u, - 0xfffffffcu, 0x0004002bu, 0x00000006u, 0x0000008cu, 0x00000004u, 0x0004002bu, 0x00000006u, 0x0000009du, - 0x00000000u, 0x0004002bu, 0x00000006u, 0x000000b1u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x000000c3u, - 0x00000007u, 0x0004002bu, 0x00000006u, 0x000000c5u, 0x00000002u, 0x00040017u, 0x000000dbu, 0x00000020u, - 0x00000004u, 0x0004002bu, 0x00000006u, 0x000000eau, 0x7fffffffu, 0x0007002cu, 0x00000007u, 0x000000ebu, - 0x000000eau, 0x000000eau, 0x000000eau, 0x000000eau, 0x0007002cu, 0x00000007u, 0x000000edu, 0x0000009du, - 0x0000009du, 0x0000009du, 0x0000009du, 0x0004002bu, 0x00000006u, 0x000000f1u, 0x80000000u, 0x0007002cu, - 0x00000007u, 0x000000f2u, 0x000000f1u, 0x000000f1u, 0x000000f1u, 0x000000f1u, 0x0004002bu, 0x00000006u, - 0x000000f4u, 0xffffffffu, 0x0007002cu, 0x00000007u, 0x000000f5u, 0x000000f4u, 0x000000f4u, 0x000000f4u, - 0x000000f4u, 0x0004002bu, 0x00000006u, 0x0000011bu, 0x000007ffu, 0x0005002cu, 0x00000022u, 0x0000012au, - 0x0000009du, 0x000000eau, 0x0004002bu, 0x00000006u, 0x00000154u, 0x00000008u, 0x0003002au, 0x00000020u, - 0x00000160u, 0x0005002cu, 0x00000022u, 0x00000173u, 0x000000f4u, 0x0000009du, 0x0004002bu, 0x00000006u, - 0x0000018du, 0x00000080u, 0x000d001eu, 0x000001b9u, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000001cu, - 0x0000001cu, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000001cu, 0x0000001du, 0x0000001du, 0x0003001du, - 0x000001bau, 0x000001b9u, 0x0003001eu, 0x000001bbu, 0x000001bau, 0x00040020u, 0x000001bcu, 0x0000000cu, - 0x000001bbu, 0x0004003bu, 0x000001bcu, 0x000001bdu, 0x0000000cu, 0x00040020u, 0x000001bfu, 0x0000000cu, - 0x000001b9u, 0x0003001du, 0x000001deu, 0x00000007u, 0x0003001eu, 0x000001dfu, 0x000001deu, 0x00040020u, - 0x000001e0u, 0x0000000cu, 0x000001dfu, 0x0004003bu, 0x000001e0u, 0x000001e1u, 0x0000000cu, 0x00040020u, - 0x000001e3u, 0x0000000cu, 0x00000007u, 0x0004002bu, 0x00000035u, 0x000001eau, 0x00000002u, 0x0004002bu, - 0x00000035u, 0x000001edu, 0x00000003u, 0x0003001du, 0x000001f3u, 0x0000006fu, 0x0003001eu, 0x000001f4u, - 0x000001f3u, 0x00040020u, 0x000001f5u, 0x0000000cu, 0x000001f4u, 0x0004003bu, 0x000001f5u, 0x000001f6u, - 0x0000000cu, 0x00040020u, 0x000001f8u, 0x0000000cu, 0x00000035u, 0x00040017u, 0x000001feu, 0x00000035u, - 0x00000003u, 0x00040020u, 0x000001ffu, 0x00000001u, 0x000001feu, 0x0004003bu, 0x000001ffu, 0x00000200u, - 0x00000001u, 0x00040020u, 0x00000201u, 0x00000001u, 0x00000035u, 0x00040017u, 0x00000206u, 0x00000035u, - 0x00000002u, 0x0004003bu, 0x00000201u, 0x0000020bu, 0x00000001u, 0x0005002cu, 0x00000022u, 0x00000216u, - 0x00000154u, 0x0000008cu, 0x00040032u, 0x00000006u, 0x0000021fu, 0x00000400u, 0x00040032u, 0x00000006u, - 0x00000220u, 0x00000008u, 0x00060034u, 0x00000006u, 0x00000221u, 0x00000087u, 0x0000021fu, 0x00000220u, - 0x00060034u, 0x00000006u, 0x00000228u, 0x00000084u, 0x00000220u, 0x00000154u, 0x00040032u, 0x00000006u, - 0x00000229u, 0x00000008u, 0x00060034u, 0x00000006u, 0x0000022au, 0x00000084u, 0x00000229u, 0x0000008cu, - 0x00050033u, 0x00000022u, 0x0000022bu, 0x00000228u, 0x0000022au, 0x00060034u, 0x00000006u, 0x0000022fu, - 0x00000084u, 0x00000220u, 0x00000154u, 0x00060034u, 0x00000006u, 0x00000230u, 0x00000084u, 0x00000229u, - 0x0000008cu, 0x00050033u, 0x00000022u, 0x00000231u, 0x0000022fu, 0x00000230u, 0x0004001eu, 0x00000233u, - 0x00000206u, 0x00000006u, 0x00040020u, 0x00000234u, 0x00000009u, 0x00000233u, 0x0004003bu, 0x00000234u, - 0x00000235u, 0x00000009u, 0x00040020u, 0x00000236u, 0x00000009u, 0x00000206u, 0x00050033u, 0x00000022u, - 0x0000023fu, 0x00000220u, 0x00000229u, 0x00050033u, 0x00000022u, 0x00000243u, 0x00000220u, 0x00000229u, - 0x00040020u, 0x0000024cu, 0x00000009u, 0x00000006u, 0x00040020u, 0x00000253u, 0x00000004u, 0x00000035u, - 0x0004003bu, 0x00000253u, 0x00000254u, 0x00000004u, 0x0004002bu, 0x00000035u, 0x00000255u, 0x00000108u, - 0x0004002bu, 0x00000006u, 0x00000258u, 0x00000020u, 0x00040032u, 0x00000006u, 0x00000270u, 0x00000001u, - 0x0003001du, 0x000002b1u, 0x00000035u, 0x0003001eu, 0x000002b2u, 0x000002b1u, 0x00040020u, 0x000002b3u, - 0x0000000cu, 0x000002b2u, 0x0004003bu, 0x000002b3u, 0x000002b4u, 0x0000000cu, 0x00040032u, 0x00000006u, - 0x000002b6u, 0x00000100u, 0x00060034u, 0x00000006u, 0x000002b7u, 0x00000087u, 0x000002b6u, 0x00000258u, - 0x0003001du, 0x000002c1u, 0x00000035u, 0x0003001eu, 0x000002c2u, 0x000002c1u, 0x00040020u, 0x000002c3u, - 0x0000000cu, 0x000002c2u, 0x0004003bu, 0x000002c3u, 0x000002c4u, 0x0000000cu, 0x0003001du, 0x000002e1u, - 0x00000035u, 0x0003001eu, 0x000002e2u, 0x000002e1u, 0x00040020u, 0x000002e3u, 0x0000000cu, 0x000002e2u, - 0x0004003bu, 0x000002e3u, 0x000002e4u, 0x0000000cu, 0x00040017u, 0x00000309u, 0x0000001du, 0x00000004u, - 0x0004002bu, 0x00000035u, 0x0000030au, 0x00000008u, 0x0004001cu, 0x0000030bu, 0x0000001du, 0x0000030au, - 0x0005001eu, 0x0000030cu, 0x00000309u, 0x00000309u, 0x0000030bu, 0x0003001du, 0x0000030du, 0x0000030cu, - 0x0003001eu, 0x0000030eu, 0x0000030du, 0x00040020u, 0x0000030fu, 0x0000000cu, 0x0000030eu, 0x0004003bu, - 0x0000030fu, 0x00000310u, 0x0000000cu, 0x00040020u, 0x00000312u, 0x0000000cu, 0x0000001du, 0x0003001du, - 0x0000031au, 0x0000006fu, 0x0003001eu, 0x0000031bu, 0x0000031au, 0x00040020u, 0x0000031cu, 0x0000000cu, - 0x0000031bu, 0x0004003bu, 0x0000031cu, 0x0000031du, 0x0000000cu, 0x00040032u, 0x00000006u, 0x0000031fu, - 0x00008000u, 0x00060034u, 0x00000035u, 0x00000320u, 0x00000080u, 0x0000031fu, 0x0000004fu, 0x00040020u, - 0x0000032eu, 0x0000000cu, 0x0000006fu, 0x0004002bu, 0x00000035u, 0x00000332u, 0x00000020u, 0x0006002cu, - 0x000001feu, 0x00000333u, 0x00000332u, 0x00000052u, 0x00000052u, 0x0005002cu, 0x00000022u, 0x0000077cu, - 0x000000b1u, 0x000000b1u, 0x0007002cu, 0x00000007u, 0x0000077du, 0x00000044u, 0x00000044u, 0x00000044u, - 0x00000044u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, - 0x0004003bu, 0x0000002au, 0x000006dau, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000006cdu, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x000006c0u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x0000054eu, 0x00000007u, - 0x0004003bu, 0x00000008u, 0x0000051cu, 0x00000007u, 0x0004003bu, 0x0000002au, 0x0000050fu, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x00000502u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000004f5u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x00000383u, 0x00000007u, 0x0004003bu, 0x00000008u, 0x00000351u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x00000214u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000273u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x00000275u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000002a3u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x000002a5u, 0x00000007u, 0x00050041u, 0x00000201u, 0x00000202u, 0x00000200u, - 0x0000004fu, 0x0004003du, 0x00000035u, 0x00000203u, 0x00000202u, 0x0004007cu, 0x00000006u, 0x00000204u, - 0x00000203u, 0x0004003du, 0x000001feu, 0x00000207u, 0x00000200u, 0x0007004fu, 0x00000206u, 0x00000208u, - 0x00000207u, 0x00000207u, 0x00000001u, 0x00000002u, 0x0004007cu, 0x00000022u, 0x00000209u, 0x00000208u, - 0x0004003du, 0x00000035u, 0x0000020cu, 0x0000020bu, 0x0004007cu, 0x00000006u, 0x0000020du, 0x0000020cu, - 0x000500c7u, 0x00000006u, 0x00000210u, 0x0000020du, 0x000000c3u, 0x000500c3u, 0x00000006u, 0x00000213u, - 0x0000020du, 0x00000084u, 0x00050084u, 0x00000022u, 0x00000217u, 0x00000209u, 0x00000216u, 0x00050050u, - 0x00000022u, 0x0000021au, 0x00000210u, 0x00000213u, 0x00050080u, 0x00000022u, 0x0000021bu, 0x00000217u, - 0x0000021au, 0x0003003eu, 0x00000214u, 0x0000021bu, 0x00050041u, 0x00000014u, 0x0000021du, 0x00000214u, - 0x00000052u, 0x0004003du, 0x00000006u, 0x0000021eu, 0x0000021du, 0x00050084u, 0x00000006u, 0x00000222u, - 0x0000021eu, 0x00000221u, 0x00050041u, 0x00000014u, 0x00000223u, 0x00000214u, 0x0000004fu, 0x0004003du, - 0x00000006u, 0x00000224u, 0x00000223u, 0x00050080u, 0x00000006u, 0x00000225u, 0x00000222u, 0x00000224u, - 0x00050084u, 0x00000022u, 0x0000022cu, 0x00000209u, 0x0000022bu, 0x00050080u, 0x00000022u, 0x00000232u, - 0x0000022cu, 0x00000231u, 0x00050041u, 0x00000236u, 0x00000237u, 0x00000235u, 0x0000009du, 0x0004003du, - 0x00000206u, 0x00000238u, 0x00000237u, 0x0004007cu, 0x00000022u, 0x00000239u, 0x00000238u, 0x0007000cu, - 0x00000022u, 0x0000023au, 0x00000001u, 0x00000027u, 0x00000232u, 0x00000239u, 0x00050082u, 0x00000022u, - 0x0000023cu, 0x0000023au, 0x0000077cu, 0x00050084u, 0x00000022u, 0x00000240u, 0x0000021bu, 0x0000023fu, - 0x00050080u, 0x00000022u, 0x00000244u, 0x00000240u, 0x00000243u, 0x0007000cu, 0x00000022u, 0x00000248u, - 0x00000001u, 0x00000027u, 0x00000244u, 0x00000239u, 0x00050082u, 0x00000022u, 0x0000024au, 0x00000248u, - 0x0000077cu, 0x00050041u, 0x0000024cu, 0x0000024du, 0x00000235u, 0x000000b1u, 0x0004003du, 0x00000006u, - 0x0000024eu, 0x0000024du, 0x000500aau, 0x00000020u, 0x00000250u, 0x0000020du, 0x0000009du, 0x000300f7u, - 0x00000252u, 0x00000000u, 0x000400fau, 0x00000250u, 0x00000251u, 0x00000252u, 0x000200f8u, 0x00000251u, - 0x0003003eu, 0x00000254u, 0x0000004fu, 0x000200f9u, 0x00000252u, 0x000200f8u, 0x00000252u, 0x000400e0u, - 0x000001eau, 0x000001eau, 0x00000255u, 0x000500b1u, 0x00000020u, 0x00000259u, 0x0000020du, 0x00000258u, - 0x000300f7u, 0x0000025bu, 0x00000000u, 0x000400fau, 0x00000259u, 0x0000025au, 0x0000025bu, 0x000200f8u, - 0x0000025au, 0x00050084u, 0x00000006u, 0x0000025eu, 0x00000204u, 0x00000258u, 0x00050080u, 0x00000006u, - 0x00000260u, 0x0000025eu, 0x0000020du, 0x0004007cu, 0x00000035u, 0x00000261u, 0x00000260u, 0x0004007cu, - 0x00000035u, 0x00000264u, 0x0000024eu, 0x000500b0u, 0x00000020u, 0x00000265u, 0x00000261u, 0x00000264u, - 0x000300f7u, 0x00000267u, 0x00000000u, 0x000400fau, 0x00000265u, 0x00000266u, 0x00000267u, 0x000200f8u, - 0x00000266u, 0x00060041u, 0x000001e3u, 0x00000355u, 0x000001e1u, 0x0000009du, 0x00000261u, 0x0004003du, - 0x00000007u, 0x00000356u, 0x00000355u, 0x0003003eu, 0x00000351u, 0x00000356u, 0x00050041u, 0x00000014u, - 0x00000357u, 0x00000351u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x00000358u, 0x00000357u, 0x00050041u, - 0x00000014u, 0x00000359u, 0x00000351u, 0x00000052u, 0x0004003du, 0x00000006u, 0x0000035au, 0x00000359u, - 0x00050041u, 0x00000014u, 0x0000035bu, 0x00000351u, 0x000001eau, 0x0004003du, 0x00000006u, 0x0000035cu, - 0x0000035bu, 0x00050041u, 0x00000014u, 0x0000035du, 0x00000351u, 0x000001edu, 0x0004003du, 0x00000006u, - 0x0000035eu, 0x0000035du, 0x00060041u, 0x000001bfu, 0x00000364u, 0x000001bdu, 0x0000009du, 0x00000261u, - 0x0004003du, 0x000001b9u, 0x00000365u, 0x00000364u, 0x00050051u, 0x00000006u, 0x00000366u, 0x00000365u, - 0x00000000u, 0x00050051u, 0x00000006u, 0x00000368u, 0x00000365u, 0x00000001u, 0x00050051u, 0x00000006u, - 0x0000036au, 0x00000365u, 0x00000002u, 0x00050051u, 0x0000001cu, 0x0000036cu, 0x00000365u, 0x00000003u, - 0x00050051u, 0x0000001cu, 0x0000036eu, 0x00000365u, 0x00000004u, 0x00050051u, 0x00000006u, 0x00000370u, - 0x00000365u, 0x00000005u, 0x00050051u, 0x00000006u, 0x00000372u, 0x00000365u, 0x00000006u, 0x00050051u, - 0x00000006u, 0x00000374u, 0x00000365u, 0x00000007u, 0x00050051u, 0x0000001cu, 0x00000376u, 0x00000365u, - 0x00000008u, 0x00050051u, 0x0000001du, 0x00000378u, 0x00000365u, 0x00000009u, 0x0003003eu, 0x00000273u, - 0x0000022cu, 0x0003003eu, 0x00000275u, 0x0000023cu, 0x000300f7u, 0x00000404u, 0x00000000u, 0x000300fbu, - 0x0000004fu, 0x0000038cu, 0x000200f8u, 0x0000038cu, 0x00050041u, 0x00000014u, 0x0000038du, 0x00000273u, - 0x00000052u, 0x0004003du, 0x00000006u, 0x0000038eu, 0x0000038du, 0x000500c3u, 0x00000006u, 0x00000392u, - 0x0000035au, 0x000000c5u, 0x00050084u, 0x00000006u, 0x00000393u, 0x00000270u, 0x00000392u, 0x0007000cu, - 0x00000006u, 0x00000394u, 0x00000001u, 0x0000002au, 0x0000038eu, 0x00000393u, 0x0003003eu, 0x0000038du, - 0x00000394u, 0x00050041u, 0x00000014u, 0x00000396u, 0x00000275u, 0x00000052u, 0x0004003du, 0x00000006u, - 0x00000397u, 0x00000396u, 0x00050080u, 0x00000006u, 0x0000039bu, 0x0000035eu, 0x00000084u, 0x000500c3u, - 0x00000006u, 0x0000039cu, 0x0000039bu, 0x000000c5u, 0x00050084u, 0x00000006u, 0x0000039du, 0x00000270u, - 0x0000039cu, 0x00050082u, 0x00000006u, 0x0000039eu, 0x0000039du, 0x000000b1u, 0x0007000cu, 0x00000006u, - 0x0000039fu, 0x00000001u, 0x00000027u, 0x00000397u, 0x0000039eu, 0x0003003eu, 0x00000396u, 0x0000039fu, - 0x0004003du, 0x00000006u, 0x000003a2u, 0x0000038du, 0x00050084u, 0x00000006u, 0x000003a3u, 0x000003a2u, - 0x0000008cu, 0x0004003du, 0x00000006u, 0x000003a5u, 0x00000396u, 0x00050084u, 0x00000006u, 0x000003a6u, - 0x000003a5u, 0x0000008cu, 0x00050080u, 0x00000006u, 0x000003a7u, 0x000003a6u, 0x00000084u, 0x00040072u, - 0x00000006u, 0x000003acu, 0x0000036cu, 0x00050084u, 0x00000006u, 0x000003adu, 0x00000270u, 0x000003acu, - 0x0007000cu, 0x00000006u, 0x000003aeu, 0x00000001u, 0x0000002au, 0x000003a3u, 0x000003adu, 0x00040072u, - 0x00000006u, 0x000003b3u, 0x00000376u, 0x00050084u, 0x00000006u, 0x000003b4u, 0x00000270u, 0x000003b3u, - 0x00050082u, 0x00000006u, 0x000003b5u, 0x000003b4u, 0x000000b1u, 0x0007000cu, 0x00000006u, 0x000003b6u, - 0x00000001u, 0x00000027u, 0x000003a7u, 0x000003b5u, 0x000500b1u, 0x00000020u, 0x000003b9u, 0x000003b6u, - 0x000003aeu, 0x000300f7u, 0x000003bbu, 0x00000000u, 0x000400fau, 0x000003b9u, 0x000003bau, 0x000003bbu, - 0x000200f8u, 0x000003bau, 0x000200f9u, 0x00000404u, 0x000200f8u, 0x000003bbu, 0x00040071u, 0x00000035u, - 0x000003beu, 0x00000378u, 0x0004007cu, 0x00000006u, 0x000003bfu, 0x000003beu, 0x000500c7u, 0x00000006u, - 0x000003c0u, 0x000003bfu, 0x000000b1u, 0x000500abu, 0x00000020u, 0x000003c1u, 0x000003c0u, 0x0000009du, - 0x00040072u, 0x00000006u, 0x000003c6u, 0x0000036eu, 0x00050084u, 0x00000006u, 0x000003c8u, 0x000003c6u, - 0x00000270u, 0x00050050u, 0x00000022u, 0x000003c9u, 0x000003c8u, 0x000003c8u, 0x00050080u, 0x00000022u, - 0x000003cau, 0x000003c9u, 0x00000173u, 0x00050050u, 0x00000022u, 0x000003ccu, 0x000003aeu, 0x000003aeu, - 0x00050050u, 0x00000022u, 0x000003ceu, 0x000003b6u, 0x000003b6u, 0x0008000cu, 0x00000022u, 0x000003cfu, - 0x00000001u, 0x0000002du, 0x000003cau, 0x000003ccu, 0x000003ceu, 0x00050051u, 0x00000006u, 0x000003d0u, - 0x000003cfu, 0x00000000u, 0x00050051u, 0x00000006u, 0x000003d1u, 0x000003cfu, 0x00000001u, 0x00070050u, - 0x00000007u, 0x000003d2u, 0x000003aeu, 0x000003b6u, 0x000003d0u, 0x000003d1u, 0x000500c7u, 0x00000006u, - 0x0000042au, 0x000003acu, 0x00000089u, 0x00050084u, 0x00000006u, 0x00000430u, 0x0000042au, 0x00000270u, - 0x00070050u, 0x00000007u, 0x00000436u, 0x00000430u, 0x00000430u, 0x00000430u, 0x00000430u, 0x00050082u, - 0x00000007u, 0x00000437u, 0x000003d2u, 0x00000436u, 0x00050084u, 0x00000006u, 0x0000043bu, 0x00000270u, - 0x00000366u, 0x00070050u, 0x00000007u, 0x000004a4u, 0x00000370u, 0x00000370u, 0x00000370u, 0x00000370u, - 0x00050098u, 0x0000006au, 0x000004a5u, 0x00000437u, 0x000004a4u, 0x00050051u, 0x00000007u, 0x000004a6u, - 0x000004a5u, 0x00000000u, 0x00050051u, 0x00000007u, 0x000004a7u, 0x000004a5u, 0x00000001u, 0x0004007cu, - 0x0000006fu, 0x000004a9u, 0x000004a6u, 0x0004007cu, 0x00000035u, 0x000004abu, 0x0000043bu, 0x00070050u, - 0x0000006fu, 0x000004acu, 0x000004abu, 0x000004abu, 0x000004abu, 0x000004abu, 0x00050095u, 0x00000076u, - 0x000004adu, 0x000004a9u, 0x000004acu, 0x00050051u, 0x0000006fu, 0x000004aeu, 0x000004adu, 0x00000001u, - 0x00050051u, 0x0000006fu, 0x000004afu, 0x000004adu, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000004b0u, - 0x000004afu, 0x0004007cu, 0x00000007u, 0x000004b2u, 0x000004aeu, 0x00050080u, 0x00000007u, 0x000004b4u, - 0x000004a7u, 0x000004b2u, 0x00050084u, 0x00000006u, 0x00000447u, 0x00000270u, 0x00000368u, 0x00070050u, - 0x00000007u, 0x000004beu, 0x00000372u, 0x00000372u, 0x00000372u, 0x00000372u, 0x00050098u, 0x0000006au, - 0x000004bfu, 0x00000437u, 0x000004beu, 0x00050051u, 0x00000007u, 0x000004c0u, 0x000004bfu, 0x00000000u, - 0x00050051u, 0x00000007u, 0x000004c1u, 0x000004bfu, 0x00000001u, 0x0004007cu, 0x0000006fu, 0x000004c3u, - 0x000004c0u, 0x0004007cu, 0x00000035u, 0x000004c5u, 0x00000447u, 0x00070050u, 0x0000006fu, 0x000004c6u, - 0x000004c5u, 0x000004c5u, 0x000004c5u, 0x000004c5u, 0x00050095u, 0x00000076u, 0x000004c7u, 0x000004c3u, - 0x000004c6u, 0x00050051u, 0x0000006fu, 0x000004c8u, 0x000004c7u, 0x00000001u, 0x00050051u, 0x0000006fu, - 0x000004c9u, 0x000004c7u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000004cau, 0x000004c9u, 0x0004007cu, - 0x00000007u, 0x000004ccu, 0x000004c8u, 0x00050080u, 0x00000007u, 0x000004ceu, 0x000004c1u, 0x000004ccu, - 0x00070050u, 0x00000007u, 0x0000044eu, 0x000003c8u, 0x000003c8u, 0x000003c8u, 0x000003c8u, 0x00050082u, - 0x00000007u, 0x0000044fu, 0x000003d2u, 0x0000044eu, 0x00050084u, 0x00000006u, 0x00000453u, 0x00000270u, - 0x0000036au, 0x00070050u, 0x00000007u, 0x000004d8u, 0x00000374u, 0x00000374u, 0x00000374u, 0x00000374u, - 0x00050098u, 0x0000006au, 0x000004d9u, 0x0000044fu, 0x000004d8u, 0x00050051u, 0x00000007u, 0x000004dau, - 0x000004d9u, 0x00000000u, 0x00050051u, 0x00000007u, 0x000004dbu, 0x000004d9u, 0x00000001u, 0x0004007cu, - 0x0000006fu, 0x000004ddu, 0x000004dau, 0x0004007cu, 0x00000035u, 0x000004dfu, 0x00000453u, 0x00070050u, - 0x0000006fu, 0x000004e0u, 0x000004dfu, 0x000004dfu, 0x000004dfu, 0x000004dfu, 0x00050095u, 0x00000076u, - 0x000004e1u, 0x000004ddu, 0x000004e0u, 0x00050051u, 0x0000006fu, 0x000004e2u, 0x000004e1u, 0x00000001u, - 0x00050051u, 0x0000006fu, 0x000004e3u, 0x000004e1u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000004e4u, - 0x000004e3u, 0x0004007cu, 0x00000007u, 0x000004e6u, 0x000004e2u, 0x00050080u, 0x00000007u, 0x000004e8u, - 0x000004dbu, 0x000004e6u, 0x00050084u, 0x00000006u, 0x0000045fu, 0x00000270u, 0x000003c6u, 0x00070050u, - 0x00000007u, 0x00000460u, 0x0000045fu, 0x0000045fu, 0x0000045fu, 0x0000045fu, 0x000500b1u, 0x000000dbu, - 0x00000461u, 0x000003d2u, 0x00000460u, 0x000600a9u, 0x00000007u, 0x00000462u, 0x00000461u, 0x000004cau, - 0x000004e4u, 0x000600a9u, 0x00000007u, 0x0000046du, 0x00000461u, 0x000004ceu, 0x000004e8u, 0x000500adu, - 0x000000dbu, 0x00000470u, 0x000004b4u, 0x000000edu, 0x000600a9u, 0x00000007u, 0x00000471u, 0x00000470u, - 0x000000ebu, 0x000004b0u, 0x000500b1u, 0x000000dbu, 0x00000474u, 0x000004b4u, 0x000000f5u, 0x000600a9u, - 0x00000007u, 0x00000475u, 0x00000474u, 0x000000f2u, 0x00000471u, 0x000500adu, 0x000000dbu, 0x00000478u, - 0x0000046du, 0x000000edu, 0x000600a9u, 0x00000007u, 0x00000479u, 0x00000478u, 0x000000ebu, 0x00000462u, - 0x000500b1u, 0x000000dbu, 0x0000047cu, 0x0000046du, 0x000000f5u, 0x000600a9u, 0x00000007u, 0x0000047du, - 0x0000047cu, 0x000000f2u, 0x00000479u, 0x000500c3u, 0x00000007u, 0x000004efu, 0x00000475u, 0x0000077du, - 0x000500c3u, 0x00000007u, 0x000004f4u, 0x0000047du, 0x0000077du, 0x00070050u, 0x000000dbu, 0x0000077eu, - 0x000003c1u, 0x000003c1u, 0x000003c1u, 0x000003c1u, 0x000600a9u, 0x00000007u, 0x0000077fu, 0x0000077eu, - 0x000004f4u, 0x000004efu, 0x000600a9u, 0x00000007u, 0x00000781u, 0x0000077eu, 0x000004efu, 0x000004f4u, - 0x0006000cu, 0x00000007u, 0x0000048bu, 0x00000001u, 0x00000005u, 0x00000781u, 0x0006000cu, 0x00000007u, - 0x0000048du, 0x00000001u, 0x00000005u, 0x0000077fu, 0x0007000cu, 0x00000007u, 0x0000048eu, 0x00000001u, - 0x0000002au, 0x0000048bu, 0x0000048du, 0x0007004fu, 0x00000022u, 0x000004f9u, 0x0000048eu, 0x0000048eu, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x000004fbu, 0x0000048eu, 0x0000048eu, 0x00000002u, - 0x00000003u, 0x0007000cu, 0x00000022u, 0x000004fcu, 0x00000001u, 0x0000002au, 0x000004f9u, 0x000004fbu, - 0x0003003eu, 0x000004f5u, 0x000004fcu, 0x00050041u, 0x00000014u, 0x000004fdu, 0x000004f5u, 0x0000004fu, - 0x0004003du, 0x00000006u, 0x000004feu, 0x000004fdu, 0x00050041u, 0x00000014u, 0x000004ffu, 0x000004f5u, - 0x00000052u, 0x0004003du, 0x00000006u, 0x00000500u, 0x000004ffu, 0x0007000cu, 0x00000006u, 0x00000501u, - 0x00000001u, 0x0000002au, 0x000004feu, 0x00000500u, 0x00050084u, 0x00000006u, 0x00000492u, 0x0000011bu, - 0x00000270u, 0x000500b3u, 0x00000020u, 0x00000493u, 0x00000501u, 0x00000492u, 0x000300f7u, 0x0000049bu, - 0x00000000u, 0x000400fau, 0x00000493u, 0x00000494u, 0x0000049au, 0x000200f8u, 0x00000494u, 0x0007004fu, - 0x00000022u, 0x00000506u, 0x00000781u, 0x00000781u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, - 0x00000508u, 0x00000781u, 0x00000781u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x00000509u, - 0x00000001u, 0x00000027u, 0x00000506u, 0x00000508u, 0x0003003eu, 0x00000502u, 0x00000509u, 0x00050041u, - 0x00000014u, 0x0000050au, 0x00000502u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x0000050bu, 0x0000050au, - 0x00050041u, 0x00000014u, 0x0000050cu, 0x00000502u, 0x00000052u, 0x0004003du, 0x00000006u, 0x0000050du, - 0x0000050cu, 0x0007000cu, 0x00000006u, 0x0000050eu, 0x00000001u, 0x00000027u, 0x0000050bu, 0x0000050du, - 0x0007004fu, 0x00000022u, 0x00000513u, 0x0000077fu, 0x0000077fu, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x00000022u, 0x00000515u, 0x0000077fu, 0x0000077fu, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, - 0x00000516u, 0x00000001u, 0x0000002au, 0x00000513u, 0x00000515u, 0x0003003eu, 0x0000050fu, 0x00000516u, - 0x00050041u, 0x00000014u, 0x00000517u, 0x0000050fu, 0x0000004fu, 0x0004003du, 0x00000006u, 0x00000518u, - 0x00000517u, 0x00050041u, 0x00000014u, 0x00000519u, 0x0000050fu, 0x00000052u, 0x0004003du, 0x00000006u, - 0x0000051au, 0x00000519u, 0x0007000cu, 0x00000006u, 0x0000051bu, 0x00000001u, 0x0000002au, 0x00000518u, - 0x0000051au, 0x00050050u, 0x00000022u, 0x00000499u, 0x0000050eu, 0x0000051bu, 0x000200f9u, 0x0000049bu, - 0x000200f8u, 0x0000049au, 0x000200f9u, 0x0000049bu, 0x000200f8u, 0x0000049bu, 0x000700f5u, 0x00000022u, - 0x0000075fu, 0x00000499u, 0x00000494u, 0x0000012au, 0x0000049au, 0x000500c7u, 0x00000006u, 0x000003dcu, - 0x000003bfu, 0x0000018du, 0x000500abu, 0x00000020u, 0x000003ddu, 0x000003dcu, 0x0000009du, 0x000600a9u, - 0x00000006u, 0x000003deu, 0x000003ddu, 0x0000008cu, 0x00000084u, 0x000500c3u, 0x00000006u, 0x000003e2u, - 0x00000358u, 0x000000c5u, 0x00050084u, 0x00000006u, 0x000003e3u, 0x00000270u, 0x000003e2u, 0x00050080u, - 0x00000006u, 0x000003e8u, 0x0000035cu, 0x000003deu, 0x000500c3u, 0x00000006u, 0x000003e9u, 0x000003e8u, - 0x000000c5u, 0x00050084u, 0x00000006u, 0x000003eau, 0x00000270u, 0x000003e9u, 0x00050082u, 0x00000006u, - 0x000003ebu, 0x000003eau, 0x000000b1u, 0x00050050u, 0x00000022u, 0x000003ecu, 0x000003e3u, 0x000003ebu, - 0x0007004fu, 0x00000022u, 0x000003efu, 0x000003ecu, 0x000003ecu, 0x00000000u, 0x00000000u, 0x0007004fu, - 0x00000022u, 0x000003f1u, 0x000003ecu, 0x000003ecu, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000022u, - 0x000003f2u, 0x00000001u, 0x0000002du, 0x0000075fu, 0x000003efu, 0x000003f1u, 0x0003003eu, 0x00000383u, - 0x000003f2u, 0x00050041u, 0x00000014u, 0x000003f3u, 0x00000383u, 0x0000004fu, 0x0004003du, 0x00000006u, - 0x000003f4u, 0x000003f3u, 0x00050041u, 0x00000014u, 0x000003f5u, 0x00000273u, 0x0000004fu, 0x0004003du, - 0x00000006u, 0x000003f6u, 0x000003f5u, 0x0007000cu, 0x00000006u, 0x000003f7u, 0x00000001u, 0x0000002au, - 0x000003f4u, 0x000003f6u, 0x0003003eu, 0x000003f3u, 0x000003f7u, 0x00050041u, 0x00000014u, 0x000003f9u, - 0x00000383u, 0x00000052u, 0x0004003du, 0x00000006u, 0x000003fau, 0x000003f9u, 0x00050041u, 0x00000014u, - 0x000003fbu, 0x00000275u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x000003fcu, 0x000003fbu, 0x0007000cu, - 0x00000006u, 0x000003fdu, 0x00000001u, 0x00000027u, 0x000003fau, 0x000003fcu, 0x0003003eu, 0x000003f9u, - 0x000003fdu, 0x0004003du, 0x00000006u, 0x00000400u, 0x000003f3u, 0x0004003du, 0x00000006u, 0x00000402u, - 0x000003f9u, 0x000500b3u, 0x00000020u, 0x00000403u, 0x00000400u, 0x00000402u, 0x000200f9u, 0x00000404u, - 0x000200f8u, 0x00000404u, 0x000700f5u, 0x00000020u, 0x00000760u, 0x00000160u, 0x000003bau, 0x00000403u, - 0x0000049bu, 0x000200f9u, 0x00000267u, 0x000200f8u, 0x00000267u, 0x000700f5u, 0x00000020u, 0x00000762u, - 0x00000160u, 0x0000025au, 0x00000760u, 0x00000404u, 0x000200f9u, 0x0000025bu, 0x000200f8u, 0x0000025bu, - 0x000700f5u, 0x00000020u, 0x00000761u, 0x00000160u, 0x00000252u, 0x00000762u, 0x00000267u, 0x000300f7u, - 0x0000027du, 0x00000000u, 0x000400fau, 0x00000761u, 0x0000027cu, 0x0000027du, 0x000200f8u, 0x0000027cu, - 0x000500c4u, 0x00000035u, 0x0000027fu, 0x00000052u, 0x0000020du, 0x000700f1u, 0x00000035u, 0x00000280u, - 0x00000254u, 0x00000052u, 0x0000004fu, 0x0000027fu, 0x000200f9u, 0x0000027du, 0x000200f8u, 0x0000027du, - 0x000400e0u, 0x000001eau, 0x000001eau, 0x00000255u, 0x0004003du, 0x00000035u, 0x00000282u, 0x00000254u, - 0x000200f9u, 0x00000284u, 0x000200f8u, 0x00000284u, 0x000700f5u, 0x00000035u, 0x00000764u, 0x0000004fu, - 0x0000027du, 0x00000778u, 0x00000287u, 0x000700f5u, 0x00000035u, 0x00000763u, 0x00000282u, 0x0000027du, - 0x00000292u, 0x00000287u, 0x000500abu, 0x00000020u, 0x0000028au, 0x00000763u, 0x0000004fu, 0x000400f6u, - 0x00000286u, 0x00000287u, 0x00000000u, 0x000400fau, 0x0000028au, 0x00000285u, 0x00000286u, 0x000200f8u, - 0x00000285u, 0x0006000cu, 0x00000006u, 0x0000028du, 0x00000001u, 0x00000049u, 0x00000763u, 0x000500c4u, - 0x00000035u, 0x0000028fu, 0x00000052u, 0x0000028du, 0x000400c8u, 0x00000035u, 0x00000290u, 0x0000028fu, - 0x000500c7u, 0x00000035u, 0x00000292u, 0x00000763u, 0x00000290u, 0x00050084u, 0x00000006u, 0x00000295u, - 0x00000204u, 0x00000258u, 0x00050080u, 0x00000006u, 0x00000297u, 0x00000295u, 0x0000028du, 0x0004007cu, - 0x00000035u, 0x00000298u, 0x00000297u, 0x00060041u, 0x000001e3u, 0x00000520u, 0x000001e1u, 0x0000009du, - 0x00000298u, 0x0004003du, 0x00000007u, 0x00000521u, 0x00000520u, 0x0003003eu, 0x0000051cu, 0x00000521u, - 0x00050041u, 0x00000014u, 0x00000522u, 0x0000051cu, 0x0000004fu, 0x0004003du, 0x00000006u, 0x00000523u, - 0x00000522u, 0x00050041u, 0x00000014u, 0x00000524u, 0x0000051cu, 0x00000052u, 0x0004003du, 0x00000006u, - 0x00000525u, 0x00000524u, 0x00050041u, 0x00000014u, 0x00000526u, 0x0000051cu, 0x000001eau, 0x0004003du, - 0x00000006u, 0x00000527u, 0x00000526u, 0x00050041u, 0x00000014u, 0x00000528u, 0x0000051cu, 0x000001edu, - 0x0004003du, 0x00000006u, 0x00000529u, 0x00000528u, 0x00060041u, 0x000001bfu, 0x0000052fu, 0x000001bdu, - 0x0000009du, 0x00000298u, 0x0004003du, 0x000001b9u, 0x00000530u, 0x0000052fu, 0x00050051u, 0x00000006u, - 0x00000531u, 0x00000530u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000533u, 0x00000530u, 0x00000001u, - 0x00050051u, 0x00000006u, 0x00000535u, 0x00000530u, 0x00000002u, 0x00050051u, 0x0000001cu, 0x00000537u, - 0x00000530u, 0x00000003u, 0x00050051u, 0x0000001cu, 0x00000539u, 0x00000530u, 0x00000004u, 0x00050051u, - 0x00000006u, 0x0000053bu, 0x00000530u, 0x00000005u, 0x00050051u, 0x00000006u, 0x0000053du, 0x00000530u, - 0x00000006u, 0x00050051u, 0x00000006u, 0x0000053fu, 0x00000530u, 0x00000007u, 0x00050051u, 0x0000001cu, - 0x00000541u, 0x00000530u, 0x00000008u, 0x00050051u, 0x0000001du, 0x00000543u, 0x00000530u, 0x00000009u, - 0x0003003eu, 0x000002a3u, 0x00000240u, 0x0003003eu, 0x000002a5u, 0x0000024au, 0x000300f7u, 0x000005cfu, - 0x00000000u, 0x000300fbu, 0x0000004fu, 0x00000557u, 0x000200f8u, 0x00000557u, 0x00050041u, 0x00000014u, - 0x00000558u, 0x000002a3u, 0x00000052u, 0x0004003du, 0x00000006u, 0x00000559u, 0x00000558u, 0x000500c3u, - 0x00000006u, 0x0000055du, 0x00000525u, 0x000000c5u, 0x00050084u, 0x00000006u, 0x0000055eu, 0x00000270u, - 0x0000055du, 0x0007000cu, 0x00000006u, 0x0000055fu, 0x00000001u, 0x0000002au, 0x00000559u, 0x0000055eu, - 0x0003003eu, 0x00000558u, 0x0000055fu, 0x00050041u, 0x00000014u, 0x00000561u, 0x000002a5u, 0x00000052u, - 0x0004003du, 0x00000006u, 0x00000562u, 0x00000561u, 0x00050080u, 0x00000006u, 0x00000566u, 0x00000529u, - 0x00000084u, 0x000500c3u, 0x00000006u, 0x00000567u, 0x00000566u, 0x000000c5u, 0x00050084u, 0x00000006u, - 0x00000568u, 0x00000270u, 0x00000567u, 0x00050082u, 0x00000006u, 0x00000569u, 0x00000568u, 0x000000b1u, - 0x0007000cu, 0x00000006u, 0x0000056au, 0x00000001u, 0x00000027u, 0x00000562u, 0x00000569u, 0x0003003eu, - 0x00000561u, 0x0000056au, 0x0004003du, 0x00000006u, 0x0000056du, 0x00000558u, 0x00050084u, 0x00000006u, - 0x0000056eu, 0x0000056du, 0x0000008cu, 0x0004003du, 0x00000006u, 0x00000570u, 0x00000561u, 0x00050084u, - 0x00000006u, 0x00000571u, 0x00000570u, 0x0000008cu, 0x00050080u, 0x00000006u, 0x00000572u, 0x00000571u, - 0x00000084u, 0x00040072u, 0x00000006u, 0x00000577u, 0x00000537u, 0x00050084u, 0x00000006u, 0x00000578u, - 0x00000270u, 0x00000577u, 0x0007000cu, 0x00000006u, 0x00000579u, 0x00000001u, 0x0000002au, 0x0000056eu, - 0x00000578u, 0x00040072u, 0x00000006u, 0x0000057eu, 0x00000541u, 0x00050084u, 0x00000006u, 0x0000057fu, - 0x00000270u, 0x0000057eu, 0x00050082u, 0x00000006u, 0x00000580u, 0x0000057fu, 0x000000b1u, 0x0007000cu, - 0x00000006u, 0x00000581u, 0x00000001u, 0x00000027u, 0x00000572u, 0x00000580u, 0x000500b1u, 0x00000020u, - 0x00000584u, 0x00000581u, 0x00000579u, 0x000300f7u, 0x00000586u, 0x00000000u, 0x000400fau, 0x00000584u, - 0x00000585u, 0x00000586u, 0x000200f8u, 0x00000585u, 0x000200f9u, 0x000005cfu, 0x000200f8u, 0x00000586u, - 0x00040071u, 0x00000035u, 0x00000589u, 0x00000543u, 0x0004007cu, 0x00000006u, 0x0000058au, 0x00000589u, - 0x000500c7u, 0x00000006u, 0x0000058bu, 0x0000058au, 0x000000b1u, 0x000500abu, 0x00000020u, 0x0000058cu, - 0x0000058bu, 0x0000009du, 0x00040072u, 0x00000006u, 0x00000591u, 0x00000539u, 0x00050084u, 0x00000006u, - 0x00000593u, 0x00000591u, 0x00000270u, 0x00050050u, 0x00000022u, 0x00000594u, 0x00000593u, 0x00000593u, - 0x00050080u, 0x00000022u, 0x00000595u, 0x00000594u, 0x00000173u, 0x00050050u, 0x00000022u, 0x00000597u, - 0x00000579u, 0x00000579u, 0x00050050u, 0x00000022u, 0x00000599u, 0x00000581u, 0x00000581u, 0x0008000cu, - 0x00000022u, 0x0000059au, 0x00000001u, 0x0000002du, 0x00000595u, 0x00000597u, 0x00000599u, 0x00050051u, - 0x00000006u, 0x0000059bu, 0x0000059au, 0x00000000u, 0x00050051u, 0x00000006u, 0x0000059cu, 0x0000059au, - 0x00000001u, 0x00070050u, 0x00000007u, 0x0000059du, 0x00000579u, 0x00000581u, 0x0000059bu, 0x0000059cu, - 0x000500c7u, 0x00000006u, 0x000005f5u, 0x00000577u, 0x00000089u, 0x00050084u, 0x00000006u, 0x000005fbu, - 0x000005f5u, 0x00000270u, 0x00070050u, 0x00000007u, 0x00000601u, 0x000005fbu, 0x000005fbu, 0x000005fbu, - 0x000005fbu, 0x00050082u, 0x00000007u, 0x00000602u, 0x0000059du, 0x00000601u, 0x00050084u, 0x00000006u, - 0x00000606u, 0x00000270u, 0x00000531u, 0x00070050u, 0x00000007u, 0x0000066fu, 0x0000053bu, 0x0000053bu, - 0x0000053bu, 0x0000053bu, 0x00050098u, 0x0000006au, 0x00000670u, 0x00000602u, 0x0000066fu, 0x00050051u, - 0x00000007u, 0x00000671u, 0x00000670u, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000672u, 0x00000670u, - 0x00000001u, 0x0004007cu, 0x0000006fu, 0x00000674u, 0x00000671u, 0x0004007cu, 0x00000035u, 0x00000676u, - 0x00000606u, 0x00070050u, 0x0000006fu, 0x00000677u, 0x00000676u, 0x00000676u, 0x00000676u, 0x00000676u, - 0x00050095u, 0x00000076u, 0x00000678u, 0x00000674u, 0x00000677u, 0x00050051u, 0x0000006fu, 0x00000679u, - 0x00000678u, 0x00000001u, 0x00050051u, 0x0000006fu, 0x0000067au, 0x00000678u, 0x00000000u, 0x0004007cu, - 0x00000007u, 0x0000067bu, 0x0000067au, 0x0004007cu, 0x00000007u, 0x0000067du, 0x00000679u, 0x00050080u, - 0x00000007u, 0x0000067fu, 0x00000672u, 0x0000067du, 0x00050084u, 0x00000006u, 0x00000612u, 0x00000270u, - 0x00000533u, 0x00070050u, 0x00000007u, 0x00000689u, 0x0000053du, 0x0000053du, 0x0000053du, 0x0000053du, - 0x00050098u, 0x0000006au, 0x0000068au, 0x00000602u, 0x00000689u, 0x00050051u, 0x00000007u, 0x0000068bu, - 0x0000068au, 0x00000000u, 0x00050051u, 0x00000007u, 0x0000068cu, 0x0000068au, 0x00000001u, 0x0004007cu, - 0x0000006fu, 0x0000068eu, 0x0000068bu, 0x0004007cu, 0x00000035u, 0x00000690u, 0x00000612u, 0x00070050u, - 0x0000006fu, 0x00000691u, 0x00000690u, 0x00000690u, 0x00000690u, 0x00000690u, 0x00050095u, 0x00000076u, - 0x00000692u, 0x0000068eu, 0x00000691u, 0x00050051u, 0x0000006fu, 0x00000693u, 0x00000692u, 0x00000001u, - 0x00050051u, 0x0000006fu, 0x00000694u, 0x00000692u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000695u, - 0x00000694u, 0x0004007cu, 0x00000007u, 0x00000697u, 0x00000693u, 0x00050080u, 0x00000007u, 0x00000699u, - 0x0000068cu, 0x00000697u, 0x00070050u, 0x00000007u, 0x00000619u, 0x00000593u, 0x00000593u, 0x00000593u, - 0x00000593u, 0x00050082u, 0x00000007u, 0x0000061au, 0x0000059du, 0x00000619u, 0x00050084u, 0x00000006u, - 0x0000061eu, 0x00000270u, 0x00000535u, 0x00070050u, 0x00000007u, 0x000006a3u, 0x0000053fu, 0x0000053fu, - 0x0000053fu, 0x0000053fu, 0x00050098u, 0x0000006au, 0x000006a4u, 0x0000061au, 0x000006a3u, 0x00050051u, - 0x00000007u, 0x000006a5u, 0x000006a4u, 0x00000000u, 0x00050051u, 0x00000007u, 0x000006a6u, 0x000006a4u, - 0x00000001u, 0x0004007cu, 0x0000006fu, 0x000006a8u, 0x000006a5u, 0x0004007cu, 0x00000035u, 0x000006aau, - 0x0000061eu, 0x00070050u, 0x0000006fu, 0x000006abu, 0x000006aau, 0x000006aau, 0x000006aau, 0x000006aau, - 0x00050095u, 0x00000076u, 0x000006acu, 0x000006a8u, 0x000006abu, 0x00050051u, 0x0000006fu, 0x000006adu, - 0x000006acu, 0x00000001u, 0x00050051u, 0x0000006fu, 0x000006aeu, 0x000006acu, 0x00000000u, 0x0004007cu, - 0x00000007u, 0x000006afu, 0x000006aeu, 0x0004007cu, 0x00000007u, 0x000006b1u, 0x000006adu, 0x00050080u, - 0x00000007u, 0x000006b3u, 0x000006a6u, 0x000006b1u, 0x00050084u, 0x00000006u, 0x0000062au, 0x00000270u, - 0x00000591u, 0x00070050u, 0x00000007u, 0x0000062bu, 0x0000062au, 0x0000062au, 0x0000062au, 0x0000062au, - 0x000500b1u, 0x000000dbu, 0x0000062cu, 0x0000059du, 0x0000062bu, 0x000600a9u, 0x00000007u, 0x0000062du, - 0x0000062cu, 0x00000695u, 0x000006afu, 0x000600a9u, 0x00000007u, 0x00000638u, 0x0000062cu, 0x00000699u, - 0x000006b3u, 0x000500adu, 0x000000dbu, 0x0000063bu, 0x0000067fu, 0x000000edu, 0x000600a9u, 0x00000007u, - 0x0000063cu, 0x0000063bu, 0x000000ebu, 0x0000067bu, 0x000500b1u, 0x000000dbu, 0x0000063fu, 0x0000067fu, - 0x000000f5u, 0x000600a9u, 0x00000007u, 0x00000640u, 0x0000063fu, 0x000000f2u, 0x0000063cu, 0x000500adu, - 0x000000dbu, 0x00000643u, 0x00000638u, 0x000000edu, 0x000600a9u, 0x00000007u, 0x00000644u, 0x00000643u, - 0x000000ebu, 0x0000062du, 0x000500b1u, 0x000000dbu, 0x00000647u, 0x00000638u, 0x000000f5u, 0x000600a9u, - 0x00000007u, 0x00000648u, 0x00000647u, 0x000000f2u, 0x00000644u, 0x000500c3u, 0x00000007u, 0x000006bau, - 0x00000640u, 0x0000077du, 0x000500c3u, 0x00000007u, 0x000006bfu, 0x00000648u, 0x0000077du, 0x00070050u, - 0x000000dbu, 0x00000782u, 0x0000058cu, 0x0000058cu, 0x0000058cu, 0x0000058cu, 0x000600a9u, 0x00000007u, - 0x00000783u, 0x00000782u, 0x000006bfu, 0x000006bau, 0x000600a9u, 0x00000007u, 0x00000785u, 0x00000782u, - 0x000006bau, 0x000006bfu, 0x0006000cu, 0x00000007u, 0x00000656u, 0x00000001u, 0x00000005u, 0x00000785u, - 0x0006000cu, 0x00000007u, 0x00000658u, 0x00000001u, 0x00000005u, 0x00000783u, 0x0007000cu, 0x00000007u, - 0x00000659u, 0x00000001u, 0x0000002au, 0x00000656u, 0x00000658u, 0x0007004fu, 0x00000022u, 0x000006c4u, - 0x00000659u, 0x00000659u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x000006c6u, 0x00000659u, - 0x00000659u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x000006c7u, 0x00000001u, 0x0000002au, - 0x000006c4u, 0x000006c6u, 0x0003003eu, 0x000006c0u, 0x000006c7u, 0x00050041u, 0x00000014u, 0x000006c8u, - 0x000006c0u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x000006c9u, 0x000006c8u, 0x00050041u, 0x00000014u, - 0x000006cau, 0x000006c0u, 0x00000052u, 0x0004003du, 0x00000006u, 0x000006cbu, 0x000006cau, 0x0007000cu, - 0x00000006u, 0x000006ccu, 0x00000001u, 0x0000002au, 0x000006c9u, 0x000006cbu, 0x00050084u, 0x00000006u, - 0x0000065du, 0x0000011bu, 0x00000270u, 0x000500b3u, 0x00000020u, 0x0000065eu, 0x000006ccu, 0x0000065du, - 0x000300f7u, 0x00000666u, 0x00000000u, 0x000400fau, 0x0000065eu, 0x0000065fu, 0x00000665u, 0x000200f8u, - 0x0000065fu, 0x0007004fu, 0x00000022u, 0x000006d1u, 0x00000785u, 0x00000785u, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x00000022u, 0x000006d3u, 0x00000785u, 0x00000785u, 0x00000002u, 0x00000003u, 0x0007000cu, - 0x00000022u, 0x000006d4u, 0x00000001u, 0x00000027u, 0x000006d1u, 0x000006d3u, 0x0003003eu, 0x000006cdu, - 0x000006d4u, 0x00050041u, 0x00000014u, 0x000006d5u, 0x000006cdu, 0x0000004fu, 0x0004003du, 0x00000006u, - 0x000006d6u, 0x000006d5u, 0x00050041u, 0x00000014u, 0x000006d7u, 0x000006cdu, 0x00000052u, 0x0004003du, - 0x00000006u, 0x000006d8u, 0x000006d7u, 0x0007000cu, 0x00000006u, 0x000006d9u, 0x00000001u, 0x00000027u, - 0x000006d6u, 0x000006d8u, 0x0007004fu, 0x00000022u, 0x000006deu, 0x00000783u, 0x00000783u, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x00000022u, 0x000006e0u, 0x00000783u, 0x00000783u, 0x00000002u, 0x00000003u, - 0x0007000cu, 0x00000022u, 0x000006e1u, 0x00000001u, 0x0000002au, 0x000006deu, 0x000006e0u, 0x0003003eu, - 0x000006dau, 0x000006e1u, 0x00050041u, 0x00000014u, 0x000006e2u, 0x000006dau, 0x0000004fu, 0x0004003du, - 0x00000006u, 0x000006e3u, 0x000006e2u, 0x00050041u, 0x00000014u, 0x000006e4u, 0x000006dau, 0x00000052u, - 0x0004003du, 0x00000006u, 0x000006e5u, 0x000006e4u, 0x0007000cu, 0x00000006u, 0x000006e6u, 0x00000001u, - 0x0000002au, 0x000006e3u, 0x000006e5u, 0x00050050u, 0x00000022u, 0x00000664u, 0x000006d9u, 0x000006e6u, - 0x000200f9u, 0x00000666u, 0x000200f8u, 0x00000665u, 0x000200f9u, 0x00000666u, 0x000200f8u, 0x00000666u, - 0x000700f5u, 0x00000022u, 0x0000076fu, 0x00000664u, 0x0000065fu, 0x0000012au, 0x00000665u, 0x000500c7u, - 0x00000006u, 0x000005a7u, 0x0000058au, 0x0000018du, 0x000500abu, 0x00000020u, 0x000005a8u, 0x000005a7u, - 0x0000009du, 0x000600a9u, 0x00000006u, 0x000005a9u, 0x000005a8u, 0x0000008cu, 0x00000084u, 0x000500c3u, - 0x00000006u, 0x000005adu, 0x00000523u, 0x000000c5u, 0x00050084u, 0x00000006u, 0x000005aeu, 0x00000270u, - 0x000005adu, 0x00050080u, 0x00000006u, 0x000005b3u, 0x00000527u, 0x000005a9u, 0x000500c3u, 0x00000006u, - 0x000005b4u, 0x000005b3u, 0x000000c5u, 0x00050084u, 0x00000006u, 0x000005b5u, 0x00000270u, 0x000005b4u, - 0x00050082u, 0x00000006u, 0x000005b6u, 0x000005b5u, 0x000000b1u, 0x00050050u, 0x00000022u, 0x000005b7u, - 0x000005aeu, 0x000005b6u, 0x0007004fu, 0x00000022u, 0x000005bau, 0x000005b7u, 0x000005b7u, 0x00000000u, - 0x00000000u, 0x0007004fu, 0x00000022u, 0x000005bcu, 0x000005b7u, 0x000005b7u, 0x00000001u, 0x00000001u, - 0x0008000cu, 0x00000022u, 0x000005bdu, 0x00000001u, 0x0000002du, 0x0000076fu, 0x000005bau, 0x000005bcu, - 0x0003003eu, 0x0000054eu, 0x000005bdu, 0x00050041u, 0x00000014u, 0x000005beu, 0x0000054eu, 0x0000004fu, - 0x0004003du, 0x00000006u, 0x000005bfu, 0x000005beu, 0x00050041u, 0x00000014u, 0x000005c0u, 0x000002a3u, - 0x0000004fu, 0x0004003du, 0x00000006u, 0x000005c1u, 0x000005c0u, 0x0007000cu, 0x00000006u, 0x000005c2u, - 0x00000001u, 0x0000002au, 0x000005bfu, 0x000005c1u, 0x0003003eu, 0x000005beu, 0x000005c2u, 0x00050041u, - 0x00000014u, 0x000005c4u, 0x0000054eu, 0x00000052u, 0x0004003du, 0x00000006u, 0x000005c5u, 0x000005c4u, - 0x00050041u, 0x00000014u, 0x000005c6u, 0x000002a5u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x000005c7u, - 0x000005c6u, 0x0007000cu, 0x00000006u, 0x000005c8u, 0x00000001u, 0x00000027u, 0x000005c5u, 0x000005c7u, - 0x0003003eu, 0x000005c4u, 0x000005c8u, 0x0004003du, 0x00000006u, 0x000005cbu, 0x000005beu, 0x0004003du, - 0x00000006u, 0x000005cdu, 0x000005c4u, 0x000500b3u, 0x00000020u, 0x000005ceu, 0x000005cbu, 0x000005cdu, - 0x000200f9u, 0x000005cfu, 0x000200f8u, 0x000005cfu, 0x000700f5u, 0x00000020u, 0x00000770u, 0x00000160u, - 0x00000585u, 0x000005ceu, 0x00000666u, 0x000300f7u, 0x000002acu, 0x00000000u, 0x000400fau, 0x00000770u, - 0x000002abu, 0x000002acu, 0x000200f8u, 0x000002abu, 0x000500c5u, 0x00000035u, 0x000002b0u, 0x00000764u, - 0x0000028fu, 0x000200f9u, 0x000002acu, 0x000200f8u, 0x000002acu, 0x000700f5u, 0x00000035u, 0x00000778u, - 0x00000764u, 0x000005cfu, 0x000002b0u, 0x000002abu, 0x000200f9u, 0x00000287u, 0x000200f8u, 0x00000287u, - 0x000200f9u, 0x00000284u, 0x000200f8u, 0x00000286u, 0x00050084u, 0x00000006u, 0x000002b8u, 0x00000225u, - 0x000002b7u, 0x00050080u, 0x00000006u, 0x000002bau, 0x000002b8u, 0x00000204u, 0x00060041u, 0x000001f8u, - 0x000002bcu, 0x000002b4u, 0x0000009du, 0x000002bau, 0x0003003eu, 0x000002bcu, 0x00000764u, 0x000500abu, - 0x00000020u, 0x000002beu, 0x00000764u, 0x0000004fu, 0x000300f7u, 0x000002c0u, 0x00000000u, 0x000400fau, - 0x000002beu, 0x000002bfu, 0x000002cau, 0x000200f8u, 0x000002bfu, 0x00060041u, 0x000001f8u, 0x000002c6u, - 0x000002c4u, 0x0000009du, 0x00000225u, 0x000500c4u, 0x00000035u, 0x000002c8u, 0x00000052u, 0x00000204u, - 0x000700f1u, 0x00000035u, 0x000002c9u, 0x000002c6u, 0x00000052u, 0x0000004fu, 0x000002c8u, 0x000200f9u, - 0x000002c0u, 0x000200f8u, 0x000002cau, 0x00060041u, 0x000001f8u, 0x000002ccu, 0x000002c4u, 0x0000009du, - 0x00000225u, 0x000500c4u, 0x00000035u, 0x000002ceu, 0x00000052u, 0x00000204u, 0x000400c8u, 0x00000035u, - 0x000002cfu, 0x000002ceu, 0x000700f0u, 0x00000035u, 0x000002d0u, 0x000002ccu, 0x00000052u, 0x0000004fu, - 0x000002cfu, 0x000200f9u, 0x000002c0u, 0x000200f8u, 0x000002c0u, 0x000400cdu, 0x00000006u, 0x000002d3u, - 0x00000764u, 0x0004007cu, 0x00000035u, 0x000002d4u, 0x000002d3u, 0x000500abu, 0x00000020u, 0x000002d7u, - 0x000002d4u, 0x0000004fu, 0x000300f7u, 0x000002d9u, 0x00000000u, 0x000400fau, 0x000002d7u, 0x000002d8u, - 0x000002d9u, 0x000200f8u, 0x000002d8u, 0x00070041u, 0x000001f8u, 0x000002dau, 0x000001f6u, 0x0000009du, - 0x0000009du, 0x000001edu, 0x000700eau, 0x00000035u, 0x000002dcu, 0x000002dau, 0x00000052u, 0x0000004fu, - 0x000002d4u, 0x000200f9u, 0x000002d9u, 0x000200f8u, 0x000002d9u, 0x000700f5u, 0x00000035u, 0x00000766u, - 0x0000004fu, 0x000002c0u, 0x000002dcu, 0x000002d8u, 0x000300f7u, 0x000002e0u, 0x00000000u, 0x000400fau, - 0x000002d7u, 0x000002dfu, 0x000002e0u, 0x000200f8u, 0x000002dfu, 0x00060041u, 0x000001f8u, 0x000002eau, - 0x000002e4u, 0x0000009du, 0x000002bau, 0x0003003eu, 0x000002eau, 0x00000766u, 0x000200f9u, 0x000002e0u, - 0x000200f8u, 0x000002e0u, 0x000200f9u, 0x000002edu, 0x000200f8u, 0x000002edu, 0x000700f5u, 0x00000035u, - 0x0000076bu, 0x00000766u, 0x000002e0u, 0x0000077bu, 0x000002f0u, 0x000700f5u, 0x00000035u, 0x00000769u, - 0x00000764u, 0x000002e0u, 0x000002fbu, 0x000002f0u, 0x000500abu, 0x00000020u, 0x000002f3u, 0x00000769u, - 0x0000004fu, 0x000400f6u, 0x000002efu, 0x000002f0u, 0x00000000u, 0x000400fau, 0x000002f3u, 0x000002eeu, - 0x000002efu, 0x000200f8u, 0x000002eeu, 0x0006000cu, 0x00000006u, 0x000002f6u, 0x00000001u, 0x00000049u, - 0x00000769u, 0x000500c4u, 0x00000035u, 0x000002f8u, 0x00000052u, 0x000002f6u, 0x000400c8u, 0x00000035u, - 0x000002f9u, 0x000002f8u, 0x000500c7u, 0x00000035u, 0x000002fbu, 0x00000769u, 0x000002f9u, 0x00050084u, - 0x00000006u, 0x000002feu, 0x00000204u, 0x00000258u, 0x00050080u, 0x00000006u, 0x00000300u, 0x000002feu, - 0x000002f6u, 0x000500c7u, 0x00000035u, 0x00000304u, 0x00000764u, 0x000002f8u, 0x000500abu, 0x00000020u, - 0x00000305u, 0x00000304u, 0x0000004fu, 0x000300f7u, 0x00000307u, 0x00000000u, 0x000400fau, 0x00000305u, - 0x00000306u, 0x00000307u, 0x000200f8u, 0x00000306u, 0x00080041u, 0x00000312u, 0x00000313u, 0x00000310u, - 0x0000009du, 0x00000300u, 0x0000009du, 0x0000004fu, 0x0004003du, 0x0000001du, 0x00000314u, 0x00000313u, - 0x00040071u, 0x00000035u, 0x00000315u, 0x00000314u, 0x00070041u, 0x000001f8u, 0x000006eau, 0x000001f6u, - 0x0000009du, 0x00000315u, 0x0000004fu, 0x000700eau, 0x00000035u, 0x000006ebu, 0x000006eau, 0x00000052u, - 0x0000004fu, 0x00000052u, 0x00050084u, 0x00000035u, 0x00000322u, 0x00000320u, 0x00000315u, 0x00050080u, - 0x00000035u, 0x00000323u, 0x000006ebu, 0x00000322u, 0x0004003du, 0x00000006u, 0x00000325u, 0x00000223u, - 0x0004007cu, 0x00000035u, 0x00000326u, 0x00000325u, 0x0004003du, 0x00000006u, 0x00000328u, 0x0000021du, - 0x0004007cu, 0x00000035u, 0x00000329u, 0x00000328u, 0x0004007cu, 0x00000035u, 0x0000032cu, 0x00000300u, - 0x00070050u, 0x0000006fu, 0x0000032du, 0x00000326u, 0x00000329u, 0x0000076bu, 0x0000032cu, 0x00060041u, - 0x0000032eu, 0x0000032fu, 0x0000031du, 0x0000009du, 0x00000323u, 0x0003003eu, 0x0000032fu, 0x0000032du, - 0x00050080u, 0x00000035u, 0x00000331u, 0x0000076bu, 0x000000b1u, 0x000200f9u, 0x00000307u, 0x000200f8u, - 0x00000307u, 0x000700f5u, 0x00000035u, 0x0000077bu, 0x0000076bu, 0x000002eeu, 0x00000331u, 0x00000306u, - 0x000200f9u, 0x000002f0u, 0x000200f8u, 0x000002f0u, 0x000200f9u, 0x000002edu, 0x000200f8u, 0x000002efu, - 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x000007d2u, 0x00000000u, 0x00020011u, - 0x00000001u, 0x00020011u, 0x00000016u, 0x00020011u, 0x00000027u, 0x00020011u, 0x0000003du, 0x00020011u, - 0x0000003eu, 0x00020011u, 0x0000003fu, 0x00020011u, 0x00000040u, 0x00020011u, 0x00001151u, 0x00020011u, - 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, - 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, - 0x00000001u, 0x0009000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000212u, 0x0000021du, - 0x00000221u, 0x0000022cu, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, - 0x00050048u, 0x000001b9u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000001b9u, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x000001b9u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x000001b9u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001b9u, 0x00000004u, 0x00000023u, - 0x0000000eu, 0x00050048u, 0x000001b9u, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000001b9u, - 0x00000006u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000001b9u, 0x00000007u, 0x00000023u, 0x00000018u, - 0x00050048u, 0x000001b9u, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000001b9u, 0x00000009u, - 0x00000023u, 0x0000001eu, 0x00050048u, 0x000001b9u, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, - 0x000001bau, 0x00000006u, 0x00000020u, 0x00040048u, 0x000001bbu, 0x00000000u, 0x00000018u, 0x00050048u, - 0x000001bbu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001bbu, 0x00000002u, 0x00040047u, - 0x000001bdu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001bdu, 0x00000021u, 0x00000000u, 0x00040047u, - 0x000001deu, 0x00000006u, 0x00000010u, 0x00040048u, 0x000001dfu, 0x00000000u, 0x00000018u, 0x00050048u, - 0x000001dfu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001dfu, 0x00000002u, 0x00040047u, - 0x000001e1u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001e1u, 0x00000021u, 0x00000001u, 0x00040047u, - 0x000001fdu, 0x00000006u, 0x00000010u, 0x00050048u, 0x000001feu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000001feu, 0x00000002u, 0x00040047u, 0x00000200u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x00000200u, 0x00000021u, 0x00000006u, 0x00040047u, 0x00000212u, 0x0000000bu, 0x0000001au, 0x00030047u, - 0x0000021du, 0x00000000u, 0x00040047u, 0x0000021du, 0x0000000bu, 0x00000029u, 0x00030047u, 0x0000021eu, - 0x00000000u, 0x00030047u, 0x0000021fu, 0x00000000u, 0x00030047u, 0x00000221u, 0x00000000u, 0x00040047u, - 0x00000221u, 0x0000000bu, 0x00000024u, 0x00030047u, 0x00000222u, 0x00000000u, 0x00030047u, 0x00000223u, - 0x00000000u, 0x00030047u, 0x00000224u, 0x00000000u, 0x00040047u, 0x0000022cu, 0x0000000bu, 0x00000028u, - 0x00040047u, 0x00000234u, 0x00000001u, 0x00000000u, 0x00040047u, 0x00000235u, 0x0000000bu, 0x00000019u, - 0x00040047u, 0x00000242u, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000243u, 0x00000001u, 0x00000001u, - 0x00040047u, 0x0000024cu, 0x00000001u, 0x00000002u, 0x00050048u, 0x00000260u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x00000260u, 0x00000001u, 0x00000023u, 0x00000008u, 0x00030047u, 0x00000260u, - 0x00000002u, 0x00040047u, 0x00000296u, 0x00000001u, 0x00000006u, 0x00040047u, 0x000002d3u, 0x00000006u, - 0x00000004u, 0x00040048u, 0x000002d4u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002d4u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000002d4u, 0x00000002u, 0x00040047u, 0x000002d6u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x000002d6u, 0x00000021u, 0x00000003u, 0x00040047u, 0x000002d8u, 0x00000001u, - 0x00000003u, 0x00040047u, 0x000002e3u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002e4u, 0x00000000u, - 0x00000019u, 0x00050048u, 0x000002e4u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002e4u, - 0x00000002u, 0x00040047u, 0x000002e6u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002e6u, 0x00000021u, - 0x00000004u, 0x00040047u, 0x00000316u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000317u, 0x00000000u, - 0x00000019u, 0x00050048u, 0x00000317u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000317u, - 0x00000002u, 0x00040047u, 0x00000319u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000319u, 0x00000021u, - 0x00000005u, 0x00040047u, 0x00000341u, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000342u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x00000342u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, - 0x00000342u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, 0x00000343u, 0x00000006u, 0x00000010u, - 0x00040048u, 0x00000344u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000344u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000344u, 0x00000002u, 0x00040047u, 0x00000346u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000346u, 0x00000021u, 0x00000002u, 0x00040047u, 0x00000350u, 0x00000006u, 0x00000010u, - 0x00040048u, 0x00000351u, 0x00000000u, 0x00000019u, 0x00050048u, 0x00000351u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000351u, 0x00000002u, 0x00040047u, 0x00000353u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000353u, 0x00000021u, 0x00000007u, 0x00040047u, 0x00000355u, 0x00000001u, 0x00000005u, - 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, - 0x00000001u, 0x00040017u, 0x00000007u, 0x00000006u, 0x00000004u, 0x00040020u, 0x00000008u, 0x00000007u, - 0x00000007u, 0x00040020u, 0x00000014u, 0x00000007u, 0x00000006u, 0x00040015u, 0x0000001cu, 0x00000010u, - 0x00000001u, 0x00040015u, 0x0000001du, 0x00000008u, 0x00000000u, 0x00020014u, 0x00000020u, 0x00040017u, - 0x00000022u, 0x00000006u, 0x00000002u, 0x00040020u, 0x0000002au, 0x00000007u, 0x00000022u, 0x00040015u, - 0x00000035u, 0x00000020u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000044u, 0x0000000fu, 0x0004002bu, - 0x00000035u, 0x0000004fu, 0x00000000u, 0x0004002bu, 0x00000035u, 0x00000052u, 0x00000001u, 0x0004001eu, - 0x0000006au, 0x00000007u, 0x00000007u, 0x00040017u, 0x0000006fu, 0x00000035u, 0x00000004u, 0x0004001eu, - 0x00000076u, 0x0000006fu, 0x0000006fu, 0x0004002bu, 0x00000006u, 0x00000084u, 0x00000003u, 0x0004002bu, - 0x00000006u, 0x00000089u, 0xfffffffcu, 0x0004002bu, 0x00000006u, 0x0000008cu, 0x00000004u, 0x0004002bu, - 0x00000006u, 0x0000009du, 0x00000000u, 0x0004002bu, 0x00000006u, 0x000000b1u, 0x00000001u, 0x0004002bu, - 0x00000006u, 0x000000c3u, 0x00000007u, 0x0004002bu, 0x00000006u, 0x000000c5u, 0x00000002u, 0x00040017u, - 0x000000dbu, 0x00000020u, 0x00000004u, 0x0004002bu, 0x00000006u, 0x000000eau, 0x7fffffffu, 0x0007002cu, - 0x00000007u, 0x000000ebu, 0x000000eau, 0x000000eau, 0x000000eau, 0x000000eau, 0x0007002cu, 0x00000007u, - 0x000000edu, 0x0000009du, 0x0000009du, 0x0000009du, 0x0000009du, 0x0004002bu, 0x00000006u, 0x000000f1u, - 0x80000000u, 0x0007002cu, 0x00000007u, 0x000000f2u, 0x000000f1u, 0x000000f1u, 0x000000f1u, 0x000000f1u, - 0x0004002bu, 0x00000006u, 0x000000f4u, 0xffffffffu, 0x0007002cu, 0x00000007u, 0x000000f5u, 0x000000f4u, - 0x000000f4u, 0x000000f4u, 0x000000f4u, 0x0004002bu, 0x00000006u, 0x0000011bu, 0x000007ffu, 0x0005002cu, - 0x00000022u, 0x0000012au, 0x0000009du, 0x000000eau, 0x0004002bu, 0x00000006u, 0x00000154u, 0x00000008u, - 0x0003002au, 0x00000020u, 0x00000160u, 0x0005002cu, 0x00000022u, 0x00000173u, 0x000000f4u, 0x0000009du, - 0x0004002bu, 0x00000006u, 0x0000018du, 0x00000080u, 0x000d001eu, 0x000001b9u, 0x00000006u, 0x00000006u, - 0x00000006u, 0x0000001cu, 0x0000001cu, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000001cu, 0x0000001du, - 0x0000001du, 0x0003001du, 0x000001bau, 0x000001b9u, 0x0003001eu, 0x000001bbu, 0x000001bau, 0x00040020u, - 0x000001bcu, 0x0000000cu, 0x000001bbu, 0x0004003bu, 0x000001bcu, 0x000001bdu, 0x0000000cu, 0x00040020u, - 0x000001bfu, 0x0000000cu, 0x000001b9u, 0x0003001du, 0x000001deu, 0x00000007u, 0x0003001eu, 0x000001dfu, - 0x000001deu, 0x00040020u, 0x000001e0u, 0x0000000cu, 0x000001dfu, 0x0004003bu, 0x000001e0u, 0x000001e1u, - 0x0000000cu, 0x00040020u, 0x000001e3u, 0x0000000cu, 0x00000007u, 0x0004002bu, 0x00000035u, 0x000001eau, - 0x00000002u, 0x0004002bu, 0x00000035u, 0x000001edu, 0x00000003u, 0x00030029u, 0x00000020u, 0x000001f4u, - 0x0003001du, 0x000001fdu, 0x0000006fu, 0x0003001eu, 0x000001feu, 0x000001fdu, 0x00040020u, 0x000001ffu, - 0x0000000cu, 0x000001feu, 0x0004003bu, 0x000001ffu, 0x00000200u, 0x0000000cu, 0x00040020u, 0x00000202u, - 0x0000000cu, 0x00000035u, 0x00040017u, 0x00000210u, 0x00000035u, 0x00000003u, 0x00040020u, 0x00000211u, - 0x00000001u, 0x00000210u, 0x0004003bu, 0x00000211u, 0x00000212u, 0x00000001u, 0x00040020u, 0x00000213u, - 0x00000001u, 0x00000035u, 0x00040017u, 0x00000218u, 0x00000035u, 0x00000002u, 0x0004003bu, 0x00000213u, - 0x0000021du, 0x00000001u, 0x0004003bu, 0x00000213u, 0x00000221u, 0x00000001u, 0x0004003bu, 0x00000213u, - 0x0000022cu, 0x00000001u, 0x00040032u, 0x00000035u, 0x00000234u, 0x00000001u, 0x00060033u, 0x00000210u, - 0x00000235u, 0x00000234u, 0x00000052u, 0x00000052u, 0x00060034u, 0x00000035u, 0x00000236u, 0x00000051u, - 0x00000235u, 0x00000000u, 0x00060034u, 0x00000006u, 0x00000237u, 0x00000080u, 0x00000236u, 0x0000004fu, - 0x00060034u, 0x00000006u, 0x00000238u, 0x000000c3u, 0x00000237u, 0x00000084u, 0x00050033u, 0x00000022u, - 0x00000239u, 0x00000154u, 0x00000238u, 0x00040032u, 0x00000006u, 0x00000242u, 0x00000400u, 0x00040032u, - 0x00000006u, 0x00000243u, 0x00000008u, 0x00060034u, 0x00000006u, 0x00000244u, 0x00000087u, 0x00000242u, - 0x00000243u, 0x00060034u, 0x00000006u, 0x0000024bu, 0x00000084u, 0x00000243u, 0x00000154u, 0x00040032u, - 0x00000006u, 0x0000024cu, 0x00000008u, 0x00060034u, 0x00000006u, 0x0000024du, 0x00000084u, 0x0000024cu, - 0x00000238u, 0x00050033u, 0x00000022u, 0x0000024eu, 0x0000024bu, 0x0000024du, 0x00060034u, 0x00000006u, - 0x0000025bu, 0x00000084u, 0x00000243u, 0x00000154u, 0x0004001eu, 0x00000260u, 0x00000218u, 0x00000006u, - 0x00040020u, 0x00000261u, 0x00000009u, 0x00000260u, 0x0004003bu, 0x00000261u, 0x00000262u, 0x00000009u, - 0x00040020u, 0x00000263u, 0x00000009u, 0x00000218u, 0x00050033u, 0x00000022u, 0x0000026cu, 0x00000243u, - 0x0000024cu, 0x00050033u, 0x00000022u, 0x00000270u, 0x00000243u, 0x0000024cu, 0x00040020u, 0x00000279u, - 0x00000009u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x0000027eu, 0x00000020u, 0x00040032u, 0x00000006u, - 0x00000296u, 0x00000001u, 0x0003001du, 0x000002d3u, 0x00000035u, 0x0003001eu, 0x000002d4u, 0x000002d3u, - 0x00040020u, 0x000002d5u, 0x0000000cu, 0x000002d4u, 0x0004003bu, 0x000002d5u, 0x000002d6u, 0x0000000cu, - 0x00040032u, 0x00000006u, 0x000002d8u, 0x00000100u, 0x00060034u, 0x00000006u, 0x000002d9u, 0x00000087u, - 0x000002d8u, 0x0000027eu, 0x0003001du, 0x000002e3u, 0x00000035u, 0x0003001eu, 0x000002e4u, 0x000002e3u, - 0x00040020u, 0x000002e5u, 0x0000000cu, 0x000002e4u, 0x0004003bu, 0x000002e5u, 0x000002e6u, 0x0000000cu, - 0x0003001du, 0x00000316u, 0x00000035u, 0x0003001eu, 0x00000317u, 0x00000316u, 0x00040020u, 0x00000318u, - 0x0000000cu, 0x00000317u, 0x0004003bu, 0x00000318u, 0x00000319u, 0x0000000cu, 0x00040017u, 0x0000033fu, - 0x0000001du, 0x00000004u, 0x0004002bu, 0x00000035u, 0x00000340u, 0x00000008u, 0x0004001cu, 0x00000341u, - 0x0000001du, 0x00000340u, 0x0005001eu, 0x00000342u, 0x0000033fu, 0x0000033fu, 0x00000341u, 0x0003001du, - 0x00000343u, 0x00000342u, 0x0003001eu, 0x00000344u, 0x00000343u, 0x00040020u, 0x00000345u, 0x0000000cu, - 0x00000344u, 0x0004003bu, 0x00000345u, 0x00000346u, 0x0000000cu, 0x00040020u, 0x00000348u, 0x0000000cu, - 0x0000001du, 0x0003001du, 0x00000350u, 0x0000006fu, 0x0003001eu, 0x00000351u, 0x00000350u, 0x00040020u, - 0x00000352u, 0x0000000cu, 0x00000351u, 0x0004003bu, 0x00000352u, 0x00000353u, 0x0000000cu, 0x00040032u, - 0x00000006u, 0x00000355u, 0x00008000u, 0x00060034u, 0x00000035u, 0x00000356u, 0x00000080u, 0x00000355u, - 0x0000004fu, 0x00040020u, 0x00000364u, 0x0000000cu, 0x0000006fu, 0x0005002cu, 0x00000022u, 0x000007c8u, - 0x000000b1u, 0x000000b1u, 0x0007002cu, 0x00000007u, 0x000007c9u, 0x00000044u, 0x00000044u, 0x00000044u, - 0x00000044u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, - 0x0004003bu, 0x0000002au, 0x0000070du, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000700u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x000006f3u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000581u, 0x00000007u, - 0x0004003bu, 0x00000008u, 0x0000054fu, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000542u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x00000535u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000528u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x000003b6u, 0x00000007u, 0x0004003bu, 0x00000008u, 0x00000384u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x00000232u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000249u, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x00000299u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x0000029bu, 0x00000007u, - 0x0004003bu, 0x0000002au, 0x000002c5u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000002c7u, 0x00000007u, - 0x00050041u, 0x00000213u, 0x00000214u, 0x00000212u, 0x0000004fu, 0x0004003du, 0x00000035u, 0x00000215u, - 0x00000214u, 0x0004007cu, 0x00000006u, 0x00000216u, 0x00000215u, 0x0004003du, 0x00000210u, 0x00000219u, - 0x00000212u, 0x0007004fu, 0x00000218u, 0x0000021au, 0x00000219u, 0x00000219u, 0x00000001u, 0x00000002u, - 0x0004007cu, 0x00000022u, 0x0000021bu, 0x0000021au, 0x0004003du, 0x00000035u, 0x0000021eu, 0x0000021du, - 0x0004007cu, 0x00000006u, 0x0000021fu, 0x0000021eu, 0x0004003du, 0x00000035u, 0x00000222u, 0x00000221u, - 0x0004007cu, 0x00000006u, 0x00000223u, 0x00000222u, 0x000500c3u, 0x00000006u, 0x00000224u, 0x00000223u, - 0x00000084u, 0x000500c7u, 0x00000006u, 0x00000227u, 0x0000021fu, 0x000000c3u, 0x000500c3u, 0x00000006u, - 0x0000022au, 0x0000021fu, 0x00000084u, 0x0004003du, 0x00000035u, 0x0000022du, 0x0000022cu, 0x0004007cu, - 0x00000006u, 0x0000022eu, 0x0000022du, 0x00050084u, 0x00000006u, 0x0000022fu, 0x00000224u, 0x0000022eu, - 0x00050080u, 0x00000006u, 0x00000231u, 0x0000022au, 0x0000022fu, 0x00050084u, 0x00000022u, 0x0000023au, - 0x0000021bu, 0x00000239u, 0x00050050u, 0x00000022u, 0x0000023du, 0x00000227u, 0x00000231u, 0x00050080u, - 0x00000022u, 0x0000023eu, 0x0000023au, 0x0000023du, 0x0003003eu, 0x00000232u, 0x0000023eu, 0x00050041u, - 0x00000014u, 0x00000240u, 0x00000232u, 0x00000052u, 0x0004003du, 0x00000006u, 0x00000241u, 0x00000240u, - 0x00050084u, 0x00000006u, 0x00000245u, 0x00000241u, 0x00000244u, 0x00050041u, 0x00000014u, 0x00000246u, - 0x00000232u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x00000247u, 0x00000246u, 0x00050080u, 0x00000006u, - 0x00000248u, 0x00000245u, 0x00000247u, 0x00050084u, 0x00000022u, 0x0000024fu, 0x0000021bu, 0x0000024eu, - 0x0003003eu, 0x00000249u, 0x0000024fu, 0x00050084u, 0x00000006u, 0x00000251u, 0x00000224u, 0x0000024cu, - 0x00050084u, 0x00000006u, 0x00000254u, 0x00000251u, 0x0000022eu, 0x00050041u, 0x00000014u, 0x00000255u, - 0x00000249u, 0x00000052u, 0x0004003du, 0x00000006u, 0x00000256u, 0x00000255u, 0x00050080u, 0x00000006u, - 0x00000257u, 0x00000256u, 0x00000254u, 0x0003003eu, 0x00000255u, 0x00000257u, 0x0004003du, 0x00000022u, - 0x0000025au, 0x00000249u, 0x00050084u, 0x00000006u, 0x0000025du, 0x0000024cu, 0x00000224u, 0x00050050u, - 0x00000022u, 0x0000025eu, 0x0000025bu, 0x0000025du, 0x00050080u, 0x00000022u, 0x0000025fu, 0x0000025au, - 0x0000025eu, 0x00050041u, 0x00000263u, 0x00000264u, 0x00000262u, 0x0000009du, 0x0004003du, 0x00000218u, - 0x00000265u, 0x00000264u, 0x0004007cu, 0x00000022u, 0x00000266u, 0x00000265u, 0x0007000cu, 0x00000022u, - 0x00000267u, 0x00000001u, 0x00000027u, 0x0000025fu, 0x00000266u, 0x00050082u, 0x00000022u, 0x00000269u, - 0x00000267u, 0x000007c8u, 0x00050084u, 0x00000022u, 0x0000026du, 0x0000023eu, 0x0000026cu, 0x00050080u, - 0x00000022u, 0x00000271u, 0x0000026du, 0x00000270u, 0x0007000cu, 0x00000022u, 0x00000275u, 0x00000001u, - 0x00000027u, 0x00000271u, 0x00000266u, 0x00050082u, 0x00000022u, 0x00000277u, 0x00000275u, 0x000007c8u, - 0x00050041u, 0x00000279u, 0x0000027au, 0x00000262u, 0x000000b1u, 0x0004003du, 0x00000006u, 0x0000027bu, - 0x0000027au, 0x000500b1u, 0x00000020u, 0x0000027fu, 0x0000021fu, 0x0000027eu, 0x000300f7u, 0x00000281u, - 0x00000000u, 0x000400fau, 0x0000027fu, 0x00000280u, 0x00000281u, 0x000200f8u, 0x00000280u, 0x00050084u, - 0x00000006u, 0x00000284u, 0x00000216u, 0x0000027eu, 0x00050080u, 0x00000006u, 0x00000286u, 0x00000284u, - 0x0000021fu, 0x0004007cu, 0x00000035u, 0x00000287u, 0x00000286u, 0x0004007cu, 0x00000035u, 0x0000028au, - 0x0000027bu, 0x000500b0u, 0x00000020u, 0x0000028bu, 0x00000287u, 0x0000028au, 0x000300f7u, 0x0000028du, - 0x00000000u, 0x000400fau, 0x0000028bu, 0x0000028cu, 0x0000028du, 0x000200f8u, 0x0000028cu, 0x00060041u, - 0x000001e3u, 0x00000388u, 0x000001e1u, 0x0000009du, 0x00000287u, 0x0004003du, 0x00000007u, 0x00000389u, - 0x00000388u, 0x0003003eu, 0x00000384u, 0x00000389u, 0x00050041u, 0x00000014u, 0x0000038au, 0x00000384u, - 0x0000004fu, 0x0004003du, 0x00000006u, 0x0000038bu, 0x0000038au, 0x00050041u, 0x00000014u, 0x0000038cu, - 0x00000384u, 0x00000052u, 0x0004003du, 0x00000006u, 0x0000038du, 0x0000038cu, 0x00050041u, 0x00000014u, - 0x0000038eu, 0x00000384u, 0x000001eau, 0x0004003du, 0x00000006u, 0x0000038fu, 0x0000038eu, 0x00050041u, - 0x00000014u, 0x00000390u, 0x00000384u, 0x000001edu, 0x0004003du, 0x00000006u, 0x00000391u, 0x00000390u, - 0x00060041u, 0x000001bfu, 0x00000397u, 0x000001bdu, 0x0000009du, 0x00000287u, 0x0004003du, 0x000001b9u, - 0x00000398u, 0x00000397u, 0x00050051u, 0x00000006u, 0x00000399u, 0x00000398u, 0x00000000u, 0x00050051u, - 0x00000006u, 0x0000039bu, 0x00000398u, 0x00000001u, 0x00050051u, 0x00000006u, 0x0000039du, 0x00000398u, - 0x00000002u, 0x00050051u, 0x0000001cu, 0x0000039fu, 0x00000398u, 0x00000003u, 0x00050051u, 0x0000001cu, - 0x000003a1u, 0x00000398u, 0x00000004u, 0x00050051u, 0x00000006u, 0x000003a3u, 0x00000398u, 0x00000005u, - 0x00050051u, 0x00000006u, 0x000003a5u, 0x00000398u, 0x00000006u, 0x00050051u, 0x00000006u, 0x000003a7u, - 0x00000398u, 0x00000007u, 0x00050051u, 0x0000001cu, 0x000003a9u, 0x00000398u, 0x00000008u, 0x00050051u, - 0x0000001du, 0x000003abu, 0x00000398u, 0x00000009u, 0x0004003du, 0x00000022u, 0x0000029au, 0x00000249u, - 0x0003003eu, 0x00000299u, 0x0000029au, 0x0003003eu, 0x0000029bu, 0x00000269u, 0x000300f7u, 0x00000437u, - 0x00000000u, 0x000300fbu, 0x0000004fu, 0x000003bfu, 0x000200f8u, 0x000003bfu, 0x00050041u, 0x00000014u, - 0x000003c0u, 0x00000299u, 0x00000052u, 0x0004003du, 0x00000006u, 0x000003c1u, 0x000003c0u, 0x000500c3u, - 0x00000006u, 0x000003c5u, 0x0000038du, 0x000000c5u, 0x00050084u, 0x00000006u, 0x000003c6u, 0x00000296u, - 0x000003c5u, 0x0007000cu, 0x00000006u, 0x000003c7u, 0x00000001u, 0x0000002au, 0x000003c1u, 0x000003c6u, - 0x0003003eu, 0x000003c0u, 0x000003c7u, 0x00050041u, 0x00000014u, 0x000003c9u, 0x0000029bu, 0x00000052u, - 0x0004003du, 0x00000006u, 0x000003cau, 0x000003c9u, 0x00050080u, 0x00000006u, 0x000003ceu, 0x00000391u, - 0x00000084u, 0x000500c3u, 0x00000006u, 0x000003cfu, 0x000003ceu, 0x000000c5u, 0x00050084u, 0x00000006u, - 0x000003d0u, 0x00000296u, 0x000003cfu, 0x00050082u, 0x00000006u, 0x000003d1u, 0x000003d0u, 0x000000b1u, - 0x0007000cu, 0x00000006u, 0x000003d2u, 0x00000001u, 0x00000027u, 0x000003cau, 0x000003d1u, 0x0003003eu, - 0x000003c9u, 0x000003d2u, 0x0004003du, 0x00000006u, 0x000003d5u, 0x000003c0u, 0x00050084u, 0x00000006u, - 0x000003d6u, 0x000003d5u, 0x0000008cu, 0x0004003du, 0x00000006u, 0x000003d8u, 0x000003c9u, 0x00050084u, - 0x00000006u, 0x000003d9u, 0x000003d8u, 0x0000008cu, 0x00050080u, 0x00000006u, 0x000003dau, 0x000003d9u, - 0x00000084u, 0x00040072u, 0x00000006u, 0x000003dfu, 0x0000039fu, 0x00050084u, 0x00000006u, 0x000003e0u, - 0x00000296u, 0x000003dfu, 0x0007000cu, 0x00000006u, 0x000003e1u, 0x00000001u, 0x0000002au, 0x000003d6u, - 0x000003e0u, 0x00040072u, 0x00000006u, 0x000003e6u, 0x000003a9u, 0x00050084u, 0x00000006u, 0x000003e7u, - 0x00000296u, 0x000003e6u, 0x00050082u, 0x00000006u, 0x000003e8u, 0x000003e7u, 0x000000b1u, 0x0007000cu, - 0x00000006u, 0x000003e9u, 0x00000001u, 0x00000027u, 0x000003dau, 0x000003e8u, 0x000500b1u, 0x00000020u, - 0x000003ecu, 0x000003e9u, 0x000003e1u, 0x000300f7u, 0x000003eeu, 0x00000000u, 0x000400fau, 0x000003ecu, - 0x000003edu, 0x000003eeu, 0x000200f8u, 0x000003edu, 0x000200f9u, 0x00000437u, 0x000200f8u, 0x000003eeu, - 0x00040071u, 0x00000035u, 0x000003f1u, 0x000003abu, 0x0004007cu, 0x00000006u, 0x000003f2u, 0x000003f1u, - 0x000500c7u, 0x00000006u, 0x000003f3u, 0x000003f2u, 0x000000b1u, 0x000500abu, 0x00000020u, 0x000003f4u, - 0x000003f3u, 0x0000009du, 0x00040072u, 0x00000006u, 0x000003f9u, 0x000003a1u, 0x00050084u, 0x00000006u, - 0x000003fbu, 0x000003f9u, 0x00000296u, 0x00050050u, 0x00000022u, 0x000003fcu, 0x000003fbu, 0x000003fbu, - 0x00050080u, 0x00000022u, 0x000003fdu, 0x000003fcu, 0x00000173u, 0x00050050u, 0x00000022u, 0x000003ffu, - 0x000003e1u, 0x000003e1u, 0x00050050u, 0x00000022u, 0x00000401u, 0x000003e9u, 0x000003e9u, 0x0008000cu, - 0x00000022u, 0x00000402u, 0x00000001u, 0x0000002du, 0x000003fdu, 0x000003ffu, 0x00000401u, 0x00050051u, - 0x00000006u, 0x00000403u, 0x00000402u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000404u, 0x00000402u, - 0x00000001u, 0x00070050u, 0x00000007u, 0x00000405u, 0x000003e1u, 0x000003e9u, 0x00000403u, 0x00000404u, - 0x000500c7u, 0x00000006u, 0x0000045du, 0x000003dfu, 0x00000089u, 0x00050084u, 0x00000006u, 0x00000463u, - 0x0000045du, 0x00000296u, 0x00070050u, 0x00000007u, 0x00000469u, 0x00000463u, 0x00000463u, 0x00000463u, - 0x00000463u, 0x00050082u, 0x00000007u, 0x0000046au, 0x00000405u, 0x00000469u, 0x00050084u, 0x00000006u, - 0x0000046eu, 0x00000296u, 0x00000399u, 0x00070050u, 0x00000007u, 0x000004d7u, 0x000003a3u, 0x000003a3u, - 0x000003a3u, 0x000003a3u, 0x00050098u, 0x0000006au, 0x000004d8u, 0x0000046au, 0x000004d7u, 0x00050051u, - 0x00000007u, 0x000004d9u, 0x000004d8u, 0x00000000u, 0x00050051u, 0x00000007u, 0x000004dau, 0x000004d8u, - 0x00000001u, 0x0004007cu, 0x0000006fu, 0x000004dcu, 0x000004d9u, 0x0004007cu, 0x00000035u, 0x000004deu, - 0x0000046eu, 0x00070050u, 0x0000006fu, 0x000004dfu, 0x000004deu, 0x000004deu, 0x000004deu, 0x000004deu, - 0x00050095u, 0x00000076u, 0x000004e0u, 0x000004dcu, 0x000004dfu, 0x00050051u, 0x0000006fu, 0x000004e1u, - 0x000004e0u, 0x00000001u, 0x00050051u, 0x0000006fu, 0x000004e2u, 0x000004e0u, 0x00000000u, 0x0004007cu, - 0x00000007u, 0x000004e3u, 0x000004e2u, 0x0004007cu, 0x00000007u, 0x000004e5u, 0x000004e1u, 0x00050080u, - 0x00000007u, 0x000004e7u, 0x000004dau, 0x000004e5u, 0x00050084u, 0x00000006u, 0x0000047au, 0x00000296u, - 0x0000039bu, 0x00070050u, 0x00000007u, 0x000004f1u, 0x000003a5u, 0x000003a5u, 0x000003a5u, 0x000003a5u, - 0x00050098u, 0x0000006au, 0x000004f2u, 0x0000046au, 0x000004f1u, 0x00050051u, 0x00000007u, 0x000004f3u, - 0x000004f2u, 0x00000000u, 0x00050051u, 0x00000007u, 0x000004f4u, 0x000004f2u, 0x00000001u, 0x0004007cu, - 0x0000006fu, 0x000004f6u, 0x000004f3u, 0x0004007cu, 0x00000035u, 0x000004f8u, 0x0000047au, 0x00070050u, - 0x0000006fu, 0x000004f9u, 0x000004f8u, 0x000004f8u, 0x000004f8u, 0x000004f8u, 0x00050095u, 0x00000076u, - 0x000004fau, 0x000004f6u, 0x000004f9u, 0x00050051u, 0x0000006fu, 0x000004fbu, 0x000004fau, 0x00000001u, - 0x00050051u, 0x0000006fu, 0x000004fcu, 0x000004fau, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000004fdu, - 0x000004fcu, 0x0004007cu, 0x00000007u, 0x000004ffu, 0x000004fbu, 0x00050080u, 0x00000007u, 0x00000501u, - 0x000004f4u, 0x000004ffu, 0x00070050u, 0x00000007u, 0x00000481u, 0x000003fbu, 0x000003fbu, 0x000003fbu, - 0x000003fbu, 0x00050082u, 0x00000007u, 0x00000482u, 0x00000405u, 0x00000481u, 0x00050084u, 0x00000006u, - 0x00000486u, 0x00000296u, 0x0000039du, 0x00070050u, 0x00000007u, 0x0000050bu, 0x000003a7u, 0x000003a7u, - 0x000003a7u, 0x000003a7u, 0x00050098u, 0x0000006au, 0x0000050cu, 0x00000482u, 0x0000050bu, 0x00050051u, - 0x00000007u, 0x0000050du, 0x0000050cu, 0x00000000u, 0x00050051u, 0x00000007u, 0x0000050eu, 0x0000050cu, - 0x00000001u, 0x0004007cu, 0x0000006fu, 0x00000510u, 0x0000050du, 0x0004007cu, 0x00000035u, 0x00000512u, - 0x00000486u, 0x00070050u, 0x0000006fu, 0x00000513u, 0x00000512u, 0x00000512u, 0x00000512u, 0x00000512u, - 0x00050095u, 0x00000076u, 0x00000514u, 0x00000510u, 0x00000513u, 0x00050051u, 0x0000006fu, 0x00000515u, - 0x00000514u, 0x00000001u, 0x00050051u, 0x0000006fu, 0x00000516u, 0x00000514u, 0x00000000u, 0x0004007cu, - 0x00000007u, 0x00000517u, 0x00000516u, 0x0004007cu, 0x00000007u, 0x00000519u, 0x00000515u, 0x00050080u, - 0x00000007u, 0x0000051bu, 0x0000050eu, 0x00000519u, 0x00050084u, 0x00000006u, 0x00000492u, 0x00000296u, - 0x000003f9u, 0x00070050u, 0x00000007u, 0x00000493u, 0x00000492u, 0x00000492u, 0x00000492u, 0x00000492u, - 0x000500b1u, 0x000000dbu, 0x00000494u, 0x00000405u, 0x00000493u, 0x000600a9u, 0x00000007u, 0x00000495u, - 0x00000494u, 0x000004fdu, 0x00000517u, 0x000600a9u, 0x00000007u, 0x000004a0u, 0x00000494u, 0x00000501u, - 0x0000051bu, 0x000500adu, 0x000000dbu, 0x000004a3u, 0x000004e7u, 0x000000edu, 0x000600a9u, 0x00000007u, - 0x000004a4u, 0x000004a3u, 0x000000ebu, 0x000004e3u, 0x000500b1u, 0x000000dbu, 0x000004a7u, 0x000004e7u, - 0x000000f5u, 0x000600a9u, 0x00000007u, 0x000004a8u, 0x000004a7u, 0x000000f2u, 0x000004a4u, 0x000500adu, - 0x000000dbu, 0x000004abu, 0x000004a0u, 0x000000edu, 0x000600a9u, 0x00000007u, 0x000004acu, 0x000004abu, - 0x000000ebu, 0x00000495u, 0x000500b1u, 0x000000dbu, 0x000004afu, 0x000004a0u, 0x000000f5u, 0x000600a9u, - 0x00000007u, 0x000004b0u, 0x000004afu, 0x000000f2u, 0x000004acu, 0x000500c3u, 0x00000007u, 0x00000522u, - 0x000004a8u, 0x000007c9u, 0x000500c3u, 0x00000007u, 0x00000527u, 0x000004b0u, 0x000007c9u, 0x00070050u, - 0x000000dbu, 0x000007cau, 0x000003f4u, 0x000003f4u, 0x000003f4u, 0x000003f4u, 0x000600a9u, 0x00000007u, - 0x000007cbu, 0x000007cau, 0x00000527u, 0x00000522u, 0x000600a9u, 0x00000007u, 0x000007cdu, 0x000007cau, - 0x00000522u, 0x00000527u, 0x0006000cu, 0x00000007u, 0x000004beu, 0x00000001u, 0x00000005u, 0x000007cdu, - 0x0006000cu, 0x00000007u, 0x000004c0u, 0x00000001u, 0x00000005u, 0x000007cbu, 0x0007000cu, 0x00000007u, - 0x000004c1u, 0x00000001u, 0x0000002au, 0x000004beu, 0x000004c0u, 0x0007004fu, 0x00000022u, 0x0000052cu, - 0x000004c1u, 0x000004c1u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x0000052eu, 0x000004c1u, - 0x000004c1u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x0000052fu, 0x00000001u, 0x0000002au, - 0x0000052cu, 0x0000052eu, 0x0003003eu, 0x00000528u, 0x0000052fu, 0x00050041u, 0x00000014u, 0x00000530u, - 0x00000528u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x00000531u, 0x00000530u, 0x00050041u, 0x00000014u, - 0x00000532u, 0x00000528u, 0x00000052u, 0x0004003du, 0x00000006u, 0x00000533u, 0x00000532u, 0x0007000cu, - 0x00000006u, 0x00000534u, 0x00000001u, 0x0000002au, 0x00000531u, 0x00000533u, 0x00050084u, 0x00000006u, - 0x000004c5u, 0x0000011bu, 0x00000296u, 0x000500b3u, 0x00000020u, 0x000004c6u, 0x00000534u, 0x000004c5u, - 0x000300f7u, 0x000004ceu, 0x00000000u, 0x000400fau, 0x000004c6u, 0x000004c7u, 0x000004cdu, 0x000200f8u, - 0x000004c7u, 0x0007004fu, 0x00000022u, 0x00000539u, 0x000007cdu, 0x000007cdu, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x00000022u, 0x0000053bu, 0x000007cdu, 0x000007cdu, 0x00000002u, 0x00000003u, 0x0007000cu, - 0x00000022u, 0x0000053cu, 0x00000001u, 0x00000027u, 0x00000539u, 0x0000053bu, 0x0003003eu, 0x00000535u, - 0x0000053cu, 0x00050041u, 0x00000014u, 0x0000053du, 0x00000535u, 0x0000004fu, 0x0004003du, 0x00000006u, - 0x0000053eu, 0x0000053du, 0x00050041u, 0x00000014u, 0x0000053fu, 0x00000535u, 0x00000052u, 0x0004003du, - 0x00000006u, 0x00000540u, 0x0000053fu, 0x0007000cu, 0x00000006u, 0x00000541u, 0x00000001u, 0x00000027u, - 0x0000053eu, 0x00000540u, 0x0007004fu, 0x00000022u, 0x00000546u, 0x000007cbu, 0x000007cbu, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x00000022u, 0x00000548u, 0x000007cbu, 0x000007cbu, 0x00000002u, 0x00000003u, - 0x0007000cu, 0x00000022u, 0x00000549u, 0x00000001u, 0x0000002au, 0x00000546u, 0x00000548u, 0x0003003eu, - 0x00000542u, 0x00000549u, 0x00050041u, 0x00000014u, 0x0000054au, 0x00000542u, 0x0000004fu, 0x0004003du, - 0x00000006u, 0x0000054bu, 0x0000054au, 0x00050041u, 0x00000014u, 0x0000054cu, 0x00000542u, 0x00000052u, - 0x0004003du, 0x00000006u, 0x0000054du, 0x0000054cu, 0x0007000cu, 0x00000006u, 0x0000054eu, 0x00000001u, - 0x0000002au, 0x0000054bu, 0x0000054du, 0x00050050u, 0x00000022u, 0x000004ccu, 0x00000541u, 0x0000054eu, - 0x000200f9u, 0x000004ceu, 0x000200f8u, 0x000004cdu, 0x000200f9u, 0x000004ceu, 0x000200f8u, 0x000004ceu, - 0x000700f5u, 0x00000022u, 0x000007a3u, 0x000004ccu, 0x000004c7u, 0x0000012au, 0x000004cdu, 0x000500c7u, - 0x00000006u, 0x0000040fu, 0x000003f2u, 0x0000018du, 0x000500abu, 0x00000020u, 0x00000410u, 0x0000040fu, - 0x0000009du, 0x000600a9u, 0x00000006u, 0x00000411u, 0x00000410u, 0x0000008cu, 0x00000084u, 0x000500c3u, - 0x00000006u, 0x00000415u, 0x0000038bu, 0x000000c5u, 0x00050084u, 0x00000006u, 0x00000416u, 0x00000296u, - 0x00000415u, 0x00050080u, 0x00000006u, 0x0000041bu, 0x0000038fu, 0x00000411u, 0x000500c3u, 0x00000006u, - 0x0000041cu, 0x0000041bu, 0x000000c5u, 0x00050084u, 0x00000006u, 0x0000041du, 0x00000296u, 0x0000041cu, - 0x00050082u, 0x00000006u, 0x0000041eu, 0x0000041du, 0x000000b1u, 0x00050050u, 0x00000022u, 0x0000041fu, - 0x00000416u, 0x0000041eu, 0x0007004fu, 0x00000022u, 0x00000422u, 0x0000041fu, 0x0000041fu, 0x00000000u, - 0x00000000u, 0x0007004fu, 0x00000022u, 0x00000424u, 0x0000041fu, 0x0000041fu, 0x00000001u, 0x00000001u, - 0x0008000cu, 0x00000022u, 0x00000425u, 0x00000001u, 0x0000002du, 0x000007a3u, 0x00000422u, 0x00000424u, - 0x0003003eu, 0x000003b6u, 0x00000425u, 0x00050041u, 0x00000014u, 0x00000426u, 0x000003b6u, 0x0000004fu, - 0x0004003du, 0x00000006u, 0x00000427u, 0x00000426u, 0x00050041u, 0x00000014u, 0x00000428u, 0x00000299u, - 0x0000004fu, 0x0004003du, 0x00000006u, 0x00000429u, 0x00000428u, 0x0007000cu, 0x00000006u, 0x0000042au, - 0x00000001u, 0x0000002au, 0x00000427u, 0x00000429u, 0x0003003eu, 0x00000426u, 0x0000042au, 0x00050041u, - 0x00000014u, 0x0000042cu, 0x000003b6u, 0x00000052u, 0x0004003du, 0x00000006u, 0x0000042du, 0x0000042cu, - 0x00050041u, 0x00000014u, 0x0000042eu, 0x0000029bu, 0x0000004fu, 0x0004003du, 0x00000006u, 0x0000042fu, - 0x0000042eu, 0x0007000cu, 0x00000006u, 0x00000430u, 0x00000001u, 0x00000027u, 0x0000042du, 0x0000042fu, - 0x0003003eu, 0x0000042cu, 0x00000430u, 0x0004003du, 0x00000006u, 0x00000433u, 0x00000426u, 0x0004003du, - 0x00000006u, 0x00000435u, 0x0000042cu, 0x000500b3u, 0x00000020u, 0x00000436u, 0x00000433u, 0x00000435u, - 0x000200f9u, 0x00000437u, 0x000200f8u, 0x00000437u, 0x000700f5u, 0x00000020u, 0x000007a4u, 0x00000160u, - 0x000003edu, 0x00000436u, 0x000004ceu, 0x000200f9u, 0x0000028du, 0x000200f8u, 0x0000028du, 0x000700f5u, - 0x00000020u, 0x000007a6u, 0x00000160u, 0x00000280u, 0x000007a4u, 0x00000437u, 0x000200f9u, 0x00000281u, - 0x000200f8u, 0x00000281u, 0x000700f5u, 0x00000020u, 0x000007a5u, 0x00000160u, 0x00000005u, 0x000007a6u, - 0x0000028du, 0x00050153u, 0x0000006fu, 0x000002a3u, 0x000001edu, 0x000007a5u, 0x00050051u, 0x00000035u, - 0x000002a4u, 0x000002a3u, 0x00000000u, 0x000200f9u, 0x000002a6u, 0x000200f8u, 0x000002a6u, 0x000700f5u, - 0x00000035u, 0x000007a8u, 0x0000004fu, 0x00000281u, 0x000007c2u, 0x000002a9u, 0x000700f5u, 0x00000035u, - 0x000007a7u, 0x000002a4u, 0x00000281u, 0x000002b4u, 0x000002a9u, 0x000500abu, 0x00000020u, 0x000002acu, - 0x000007a7u, 0x0000004fu, 0x000400f6u, 0x000002a8u, 0x000002a9u, 0x00000000u, 0x000400fau, 0x000002acu, - 0x000002a7u, 0x000002a8u, 0x000200f8u, 0x000002a7u, 0x0006000cu, 0x00000006u, 0x000002afu, 0x00000001u, - 0x00000049u, 0x000007a7u, 0x000500c4u, 0x00000035u, 0x000002b1u, 0x00000052u, 0x000002afu, 0x000400c8u, - 0x00000035u, 0x000002b2u, 0x000002b1u, 0x000500c7u, 0x00000035u, 0x000002b4u, 0x000007a7u, 0x000002b2u, - 0x00050084u, 0x00000006u, 0x000002b7u, 0x00000216u, 0x0000027eu, 0x00050080u, 0x00000006u, 0x000002b9u, - 0x000002b7u, 0x000002afu, 0x0004007cu, 0x00000035u, 0x000002bau, 0x000002b9u, 0x00060041u, 0x000001e3u, - 0x00000553u, 0x000001e1u, 0x0000009du, 0x000002bau, 0x0004003du, 0x00000007u, 0x00000554u, 0x00000553u, - 0x0003003eu, 0x0000054fu, 0x00000554u, 0x00050041u, 0x00000014u, 0x00000555u, 0x0000054fu, 0x0000004fu, - 0x0004003du, 0x00000006u, 0x00000556u, 0x00000555u, 0x00050041u, 0x00000014u, 0x00000557u, 0x0000054fu, - 0x00000052u, 0x0004003du, 0x00000006u, 0x00000558u, 0x00000557u, 0x00050041u, 0x00000014u, 0x00000559u, - 0x0000054fu, 0x000001eau, 0x0004003du, 0x00000006u, 0x0000055au, 0x00000559u, 0x00050041u, 0x00000014u, - 0x0000055bu, 0x0000054fu, 0x000001edu, 0x0004003du, 0x00000006u, 0x0000055cu, 0x0000055bu, 0x00060041u, - 0x000001bfu, 0x00000562u, 0x000001bdu, 0x0000009du, 0x000002bau, 0x0004003du, 0x000001b9u, 0x00000563u, - 0x00000562u, 0x00050051u, 0x00000006u, 0x00000564u, 0x00000563u, 0x00000000u, 0x00050051u, 0x00000006u, - 0x00000566u, 0x00000563u, 0x00000001u, 0x00050051u, 0x00000006u, 0x00000568u, 0x00000563u, 0x00000002u, - 0x00050051u, 0x0000001cu, 0x0000056au, 0x00000563u, 0x00000003u, 0x00050051u, 0x0000001cu, 0x0000056cu, - 0x00000563u, 0x00000004u, 0x00050051u, 0x00000006u, 0x0000056eu, 0x00000563u, 0x00000005u, 0x00050051u, - 0x00000006u, 0x00000570u, 0x00000563u, 0x00000006u, 0x00050051u, 0x00000006u, 0x00000572u, 0x00000563u, - 0x00000007u, 0x00050051u, 0x0000001cu, 0x00000574u, 0x00000563u, 0x00000008u, 0x00050051u, 0x0000001du, - 0x00000576u, 0x00000563u, 0x00000009u, 0x0003003eu, 0x000002c5u, 0x0000026du, 0x0003003eu, 0x000002c7u, - 0x00000277u, 0x000300f7u, 0x00000602u, 0x00000000u, 0x000300fbu, 0x0000004fu, 0x0000058au, 0x000200f8u, - 0x0000058au, 0x00050041u, 0x00000014u, 0x0000058bu, 0x000002c5u, 0x00000052u, 0x0004003du, 0x00000006u, - 0x0000058cu, 0x0000058bu, 0x000500c3u, 0x00000006u, 0x00000590u, 0x00000558u, 0x000000c5u, 0x00050084u, - 0x00000006u, 0x00000591u, 0x00000296u, 0x00000590u, 0x0007000cu, 0x00000006u, 0x00000592u, 0x00000001u, - 0x0000002au, 0x0000058cu, 0x00000591u, 0x0003003eu, 0x0000058bu, 0x00000592u, 0x00050041u, 0x00000014u, - 0x00000594u, 0x000002c7u, 0x00000052u, 0x0004003du, 0x00000006u, 0x00000595u, 0x00000594u, 0x00050080u, - 0x00000006u, 0x00000599u, 0x0000055cu, 0x00000084u, 0x000500c3u, 0x00000006u, 0x0000059au, 0x00000599u, - 0x000000c5u, 0x00050084u, 0x00000006u, 0x0000059bu, 0x00000296u, 0x0000059au, 0x00050082u, 0x00000006u, - 0x0000059cu, 0x0000059bu, 0x000000b1u, 0x0007000cu, 0x00000006u, 0x0000059du, 0x00000001u, 0x00000027u, - 0x00000595u, 0x0000059cu, 0x0003003eu, 0x00000594u, 0x0000059du, 0x0004003du, 0x00000006u, 0x000005a0u, - 0x0000058bu, 0x00050084u, 0x00000006u, 0x000005a1u, 0x000005a0u, 0x0000008cu, 0x0004003du, 0x00000006u, - 0x000005a3u, 0x00000594u, 0x00050084u, 0x00000006u, 0x000005a4u, 0x000005a3u, 0x0000008cu, 0x00050080u, - 0x00000006u, 0x000005a5u, 0x000005a4u, 0x00000084u, 0x00040072u, 0x00000006u, 0x000005aau, 0x0000056au, - 0x00050084u, 0x00000006u, 0x000005abu, 0x00000296u, 0x000005aau, 0x0007000cu, 0x00000006u, 0x000005acu, - 0x00000001u, 0x0000002au, 0x000005a1u, 0x000005abu, 0x00040072u, 0x00000006u, 0x000005b1u, 0x00000574u, - 0x00050084u, 0x00000006u, 0x000005b2u, 0x00000296u, 0x000005b1u, 0x00050082u, 0x00000006u, 0x000005b3u, - 0x000005b2u, 0x000000b1u, 0x0007000cu, 0x00000006u, 0x000005b4u, 0x00000001u, 0x00000027u, 0x000005a5u, - 0x000005b3u, 0x000500b1u, 0x00000020u, 0x000005b7u, 0x000005b4u, 0x000005acu, 0x000300f7u, 0x000005b9u, - 0x00000000u, 0x000400fau, 0x000005b7u, 0x000005b8u, 0x000005b9u, 0x000200f8u, 0x000005b8u, 0x000200f9u, - 0x00000602u, 0x000200f8u, 0x000005b9u, 0x00040071u, 0x00000035u, 0x000005bcu, 0x00000576u, 0x0004007cu, - 0x00000006u, 0x000005bdu, 0x000005bcu, 0x000500c7u, 0x00000006u, 0x000005beu, 0x000005bdu, 0x000000b1u, - 0x000500abu, 0x00000020u, 0x000005bfu, 0x000005beu, 0x0000009du, 0x00040072u, 0x00000006u, 0x000005c4u, - 0x0000056cu, 0x00050084u, 0x00000006u, 0x000005c6u, 0x000005c4u, 0x00000296u, 0x00050050u, 0x00000022u, - 0x000005c7u, 0x000005c6u, 0x000005c6u, 0x00050080u, 0x00000022u, 0x000005c8u, 0x000005c7u, 0x00000173u, - 0x00050050u, 0x00000022u, 0x000005cau, 0x000005acu, 0x000005acu, 0x00050050u, 0x00000022u, 0x000005ccu, - 0x000005b4u, 0x000005b4u, 0x0008000cu, 0x00000022u, 0x000005cdu, 0x00000001u, 0x0000002du, 0x000005c8u, - 0x000005cau, 0x000005ccu, 0x00050051u, 0x00000006u, 0x000005ceu, 0x000005cdu, 0x00000000u, 0x00050051u, - 0x00000006u, 0x000005cfu, 0x000005cdu, 0x00000001u, 0x00070050u, 0x00000007u, 0x000005d0u, 0x000005acu, - 0x000005b4u, 0x000005ceu, 0x000005cfu, 0x000500c7u, 0x00000006u, 0x00000628u, 0x000005aau, 0x00000089u, - 0x00050084u, 0x00000006u, 0x0000062eu, 0x00000628u, 0x00000296u, 0x00070050u, 0x00000007u, 0x00000634u, - 0x0000062eu, 0x0000062eu, 0x0000062eu, 0x0000062eu, 0x00050082u, 0x00000007u, 0x00000635u, 0x000005d0u, - 0x00000634u, 0x00050084u, 0x00000006u, 0x00000639u, 0x00000296u, 0x00000564u, 0x00070050u, 0x00000007u, - 0x000006a2u, 0x0000056eu, 0x0000056eu, 0x0000056eu, 0x0000056eu, 0x00050098u, 0x0000006au, 0x000006a3u, - 0x00000635u, 0x000006a2u, 0x00050051u, 0x00000007u, 0x000006a4u, 0x000006a3u, 0x00000000u, 0x00050051u, - 0x00000007u, 0x000006a5u, 0x000006a3u, 0x00000001u, 0x0004007cu, 0x0000006fu, 0x000006a7u, 0x000006a4u, - 0x0004007cu, 0x00000035u, 0x000006a9u, 0x00000639u, 0x00070050u, 0x0000006fu, 0x000006aau, 0x000006a9u, - 0x000006a9u, 0x000006a9u, 0x000006a9u, 0x00050095u, 0x00000076u, 0x000006abu, 0x000006a7u, 0x000006aau, - 0x00050051u, 0x0000006fu, 0x000006acu, 0x000006abu, 0x00000001u, 0x00050051u, 0x0000006fu, 0x000006adu, - 0x000006abu, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000006aeu, 0x000006adu, 0x0004007cu, 0x00000007u, - 0x000006b0u, 0x000006acu, 0x00050080u, 0x00000007u, 0x000006b2u, 0x000006a5u, 0x000006b0u, 0x00050084u, - 0x00000006u, 0x00000645u, 0x00000296u, 0x00000566u, 0x00070050u, 0x00000007u, 0x000006bcu, 0x00000570u, - 0x00000570u, 0x00000570u, 0x00000570u, 0x00050098u, 0x0000006au, 0x000006bdu, 0x00000635u, 0x000006bcu, - 0x00050051u, 0x00000007u, 0x000006beu, 0x000006bdu, 0x00000000u, 0x00050051u, 0x00000007u, 0x000006bfu, - 0x000006bdu, 0x00000001u, 0x0004007cu, 0x0000006fu, 0x000006c1u, 0x000006beu, 0x0004007cu, 0x00000035u, - 0x000006c3u, 0x00000645u, 0x00070050u, 0x0000006fu, 0x000006c4u, 0x000006c3u, 0x000006c3u, 0x000006c3u, - 0x000006c3u, 0x00050095u, 0x00000076u, 0x000006c5u, 0x000006c1u, 0x000006c4u, 0x00050051u, 0x0000006fu, - 0x000006c6u, 0x000006c5u, 0x00000001u, 0x00050051u, 0x0000006fu, 0x000006c7u, 0x000006c5u, 0x00000000u, - 0x0004007cu, 0x00000007u, 0x000006c8u, 0x000006c7u, 0x0004007cu, 0x00000007u, 0x000006cau, 0x000006c6u, - 0x00050080u, 0x00000007u, 0x000006ccu, 0x000006bfu, 0x000006cau, 0x00070050u, 0x00000007u, 0x0000064cu, - 0x000005c6u, 0x000005c6u, 0x000005c6u, 0x000005c6u, 0x00050082u, 0x00000007u, 0x0000064du, 0x000005d0u, - 0x0000064cu, 0x00050084u, 0x00000006u, 0x00000651u, 0x00000296u, 0x00000568u, 0x00070050u, 0x00000007u, - 0x000006d6u, 0x00000572u, 0x00000572u, 0x00000572u, 0x00000572u, 0x00050098u, 0x0000006au, 0x000006d7u, - 0x0000064du, 0x000006d6u, 0x00050051u, 0x00000007u, 0x000006d8u, 0x000006d7u, 0x00000000u, 0x00050051u, - 0x00000007u, 0x000006d9u, 0x000006d7u, 0x00000001u, 0x0004007cu, 0x0000006fu, 0x000006dbu, 0x000006d8u, - 0x0004007cu, 0x00000035u, 0x000006ddu, 0x00000651u, 0x00070050u, 0x0000006fu, 0x000006deu, 0x000006ddu, - 0x000006ddu, 0x000006ddu, 0x000006ddu, 0x00050095u, 0x00000076u, 0x000006dfu, 0x000006dbu, 0x000006deu, - 0x00050051u, 0x0000006fu, 0x000006e0u, 0x000006dfu, 0x00000001u, 0x00050051u, 0x0000006fu, 0x000006e1u, - 0x000006dfu, 0x00000000u, 0x0004007cu, 0x00000007u, 0x000006e2u, 0x000006e1u, 0x0004007cu, 0x00000007u, - 0x000006e4u, 0x000006e0u, 0x00050080u, 0x00000007u, 0x000006e6u, 0x000006d9u, 0x000006e4u, 0x00050084u, - 0x00000006u, 0x0000065du, 0x00000296u, 0x000005c4u, 0x00070050u, 0x00000007u, 0x0000065eu, 0x0000065du, - 0x0000065du, 0x0000065du, 0x0000065du, 0x000500b1u, 0x000000dbu, 0x0000065fu, 0x000005d0u, 0x0000065eu, - 0x000600a9u, 0x00000007u, 0x00000660u, 0x0000065fu, 0x000006c8u, 0x000006e2u, 0x000600a9u, 0x00000007u, - 0x0000066bu, 0x0000065fu, 0x000006ccu, 0x000006e6u, 0x000500adu, 0x000000dbu, 0x0000066eu, 0x000006b2u, - 0x000000edu, 0x000600a9u, 0x00000007u, 0x0000066fu, 0x0000066eu, 0x000000ebu, 0x000006aeu, 0x000500b1u, - 0x000000dbu, 0x00000672u, 0x000006b2u, 0x000000f5u, 0x000600a9u, 0x00000007u, 0x00000673u, 0x00000672u, - 0x000000f2u, 0x0000066fu, 0x000500adu, 0x000000dbu, 0x00000676u, 0x0000066bu, 0x000000edu, 0x000600a9u, - 0x00000007u, 0x00000677u, 0x00000676u, 0x000000ebu, 0x00000660u, 0x000500b1u, 0x000000dbu, 0x0000067au, - 0x0000066bu, 0x000000f5u, 0x000600a9u, 0x00000007u, 0x0000067bu, 0x0000067au, 0x000000f2u, 0x00000677u, - 0x000500c3u, 0x00000007u, 0x000006edu, 0x00000673u, 0x000007c9u, 0x000500c3u, 0x00000007u, 0x000006f2u, - 0x0000067bu, 0x000007c9u, 0x00070050u, 0x000000dbu, 0x000007ceu, 0x000005bfu, 0x000005bfu, 0x000005bfu, - 0x000005bfu, 0x000600a9u, 0x00000007u, 0x000007cfu, 0x000007ceu, 0x000006f2u, 0x000006edu, 0x000600a9u, - 0x00000007u, 0x000007d1u, 0x000007ceu, 0x000006edu, 0x000006f2u, 0x0006000cu, 0x00000007u, 0x00000689u, - 0x00000001u, 0x00000005u, 0x000007d1u, 0x0006000cu, 0x00000007u, 0x0000068bu, 0x00000001u, 0x00000005u, - 0x000007cfu, 0x0007000cu, 0x00000007u, 0x0000068cu, 0x00000001u, 0x0000002au, 0x00000689u, 0x0000068bu, - 0x0007004fu, 0x00000022u, 0x000006f7u, 0x0000068cu, 0x0000068cu, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x00000022u, 0x000006f9u, 0x0000068cu, 0x0000068cu, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, - 0x000006fau, 0x00000001u, 0x0000002au, 0x000006f7u, 0x000006f9u, 0x0003003eu, 0x000006f3u, 0x000006fau, - 0x00050041u, 0x00000014u, 0x000006fbu, 0x000006f3u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x000006fcu, - 0x000006fbu, 0x00050041u, 0x00000014u, 0x000006fdu, 0x000006f3u, 0x00000052u, 0x0004003du, 0x00000006u, - 0x000006feu, 0x000006fdu, 0x0007000cu, 0x00000006u, 0x000006ffu, 0x00000001u, 0x0000002au, 0x000006fcu, - 0x000006feu, 0x00050084u, 0x00000006u, 0x00000690u, 0x0000011bu, 0x00000296u, 0x000500b3u, 0x00000020u, - 0x00000691u, 0x000006ffu, 0x00000690u, 0x000300f7u, 0x00000699u, 0x00000000u, 0x000400fau, 0x00000691u, - 0x00000692u, 0x00000698u, 0x000200f8u, 0x00000692u, 0x0007004fu, 0x00000022u, 0x00000704u, 0x000007d1u, - 0x000007d1u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x00000706u, 0x000007d1u, 0x000007d1u, - 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x00000707u, 0x00000001u, 0x00000027u, 0x00000704u, - 0x00000706u, 0x0003003eu, 0x00000700u, 0x00000707u, 0x00050041u, 0x00000014u, 0x00000708u, 0x00000700u, - 0x0000004fu, 0x0004003du, 0x00000006u, 0x00000709u, 0x00000708u, 0x00050041u, 0x00000014u, 0x0000070au, - 0x00000700u, 0x00000052u, 0x0004003du, 0x00000006u, 0x0000070bu, 0x0000070au, 0x0007000cu, 0x00000006u, - 0x0000070cu, 0x00000001u, 0x00000027u, 0x00000709u, 0x0000070bu, 0x0007004fu, 0x00000022u, 0x00000711u, - 0x000007cfu, 0x000007cfu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x00000713u, 0x000007cfu, - 0x000007cfu, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x00000714u, 0x00000001u, 0x0000002au, - 0x00000711u, 0x00000713u, 0x0003003eu, 0x0000070du, 0x00000714u, 0x00050041u, 0x00000014u, 0x00000715u, - 0x0000070du, 0x0000004fu, 0x0004003du, 0x00000006u, 0x00000716u, 0x00000715u, 0x00050041u, 0x00000014u, - 0x00000717u, 0x0000070du, 0x00000052u, 0x0004003du, 0x00000006u, 0x00000718u, 0x00000717u, 0x0007000cu, - 0x00000006u, 0x00000719u, 0x00000001u, 0x0000002au, 0x00000716u, 0x00000718u, 0x00050050u, 0x00000022u, - 0x00000697u, 0x0000070cu, 0x00000719u, 0x000200f9u, 0x00000699u, 0x000200f8u, 0x00000698u, 0x000200f9u, - 0x00000699u, 0x000200f8u, 0x00000699u, 0x000700f5u, 0x00000022u, 0x000007b9u, 0x00000697u, 0x00000692u, - 0x0000012au, 0x00000698u, 0x000500c7u, 0x00000006u, 0x000005dau, 0x000005bdu, 0x0000018du, 0x000500abu, - 0x00000020u, 0x000005dbu, 0x000005dau, 0x0000009du, 0x000600a9u, 0x00000006u, 0x000005dcu, 0x000005dbu, - 0x0000008cu, 0x00000084u, 0x000500c3u, 0x00000006u, 0x000005e0u, 0x00000556u, 0x000000c5u, 0x00050084u, - 0x00000006u, 0x000005e1u, 0x00000296u, 0x000005e0u, 0x00050080u, 0x00000006u, 0x000005e6u, 0x0000055au, - 0x000005dcu, 0x000500c3u, 0x00000006u, 0x000005e7u, 0x000005e6u, 0x000000c5u, 0x00050084u, 0x00000006u, - 0x000005e8u, 0x00000296u, 0x000005e7u, 0x00050082u, 0x00000006u, 0x000005e9u, 0x000005e8u, 0x000000b1u, - 0x00050050u, 0x00000022u, 0x000005eau, 0x000005e1u, 0x000005e9u, 0x0007004fu, 0x00000022u, 0x000005edu, - 0x000005eau, 0x000005eau, 0x00000000u, 0x00000000u, 0x0007004fu, 0x00000022u, 0x000005efu, 0x000005eau, - 0x000005eau, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000022u, 0x000005f0u, 0x00000001u, 0x0000002du, - 0x000007b9u, 0x000005edu, 0x000005efu, 0x0003003eu, 0x00000581u, 0x000005f0u, 0x00050041u, 0x00000014u, - 0x000005f1u, 0x00000581u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x000005f2u, 0x000005f1u, 0x00050041u, - 0x00000014u, 0x000005f3u, 0x000002c5u, 0x0000004fu, 0x0004003du, 0x00000006u, 0x000005f4u, 0x000005f3u, - 0x0007000cu, 0x00000006u, 0x000005f5u, 0x00000001u, 0x0000002au, 0x000005f2u, 0x000005f4u, 0x0003003eu, - 0x000005f1u, 0x000005f5u, 0x00050041u, 0x00000014u, 0x000005f7u, 0x00000581u, 0x00000052u, 0x0004003du, - 0x00000006u, 0x000005f8u, 0x000005f7u, 0x00050041u, 0x00000014u, 0x000005f9u, 0x000002c7u, 0x0000004fu, - 0x0004003du, 0x00000006u, 0x000005fau, 0x000005f9u, 0x0007000cu, 0x00000006u, 0x000005fbu, 0x00000001u, - 0x00000027u, 0x000005f8u, 0x000005fau, 0x0003003eu, 0x000005f7u, 0x000005fbu, 0x0004003du, 0x00000006u, - 0x000005feu, 0x000005f1u, 0x0004003du, 0x00000006u, 0x00000600u, 0x000005f7u, 0x000500b3u, 0x00000020u, - 0x00000601u, 0x000005feu, 0x00000600u, 0x000200f9u, 0x00000602u, 0x000200f8u, 0x00000602u, 0x000700f5u, - 0x00000020u, 0x000007bau, 0x00000160u, 0x000005b8u, 0x00000601u, 0x00000699u, 0x000300f7u, 0x000002ceu, - 0x00000000u, 0x000400fau, 0x000007bau, 0x000002cdu, 0x000002ceu, 0x000200f8u, 0x000002cdu, 0x000500c5u, - 0x00000035u, 0x000002d2u, 0x000007a8u, 0x000002b1u, 0x000200f9u, 0x000002ceu, 0x000200f8u, 0x000002ceu, - 0x000700f5u, 0x00000035u, 0x000007c2u, 0x000007a8u, 0x00000602u, 0x000002d2u, 0x000002cdu, 0x000200f9u, - 0x000002a9u, 0x000200f8u, 0x000002a9u, 0x000200f9u, 0x000002a6u, 0x000200f8u, 0x000002a8u, 0x00050084u, - 0x00000006u, 0x000002dau, 0x00000248u, 0x000002d9u, 0x00050080u, 0x00000006u, 0x000002dcu, 0x000002dau, - 0x00000216u, 0x00060041u, 0x00000202u, 0x000002deu, 0x000002d6u, 0x0000009du, 0x000002dcu, 0x0003003eu, - 0x000002deu, 0x000007a8u, 0x000500abu, 0x00000020u, 0x000002e0u, 0x000007a8u, 0x0000004fu, 0x000300f7u, - 0x000002e2u, 0x00000000u, 0x000400fau, 0x000002e0u, 0x000002e1u, 0x000002ecu, 0x000200f8u, 0x000002e1u, - 0x00060041u, 0x00000202u, 0x000002e8u, 0x000002e6u, 0x0000009du, 0x00000248u, 0x000500c4u, 0x00000035u, - 0x000002eau, 0x00000052u, 0x00000216u, 0x000700f1u, 0x00000035u, 0x000002ebu, 0x000002e8u, 0x00000052u, - 0x0000004fu, 0x000002eau, 0x000200f9u, 0x000002e2u, 0x000200f8u, 0x000002ecu, 0x00060041u, 0x00000202u, - 0x000002eeu, 0x000002e6u, 0x0000009du, 0x00000248u, 0x000500c4u, 0x00000035u, 0x000002f0u, 0x00000052u, - 0x00000216u, 0x000400c8u, 0x00000035u, 0x000002f1u, 0x000002f0u, 0x000700f0u, 0x00000035u, 0x000002f2u, - 0x000002eeu, 0x00000052u, 0x0000004fu, 0x000002f1u, 0x000200f9u, 0x000002e2u, 0x000200f8u, 0x000002e2u, - 0x000400cdu, 0x00000006u, 0x000002f5u, 0x000007a8u, 0x0004007cu, 0x00000035u, 0x000002f6u, 0x000002f5u, - 0x000500abu, 0x00000020u, 0x000002f9u, 0x000002f6u, 0x0000004fu, 0x0005014fu, 0x00000020u, 0x000002fau, - 0x000001edu, 0x000002f9u, 0x000300f7u, 0x000002fcu, 0x00000000u, 0x000400fau, 0x000002fau, 0x000002fbu, - 0x000002fcu, 0x000200f8u, 0x000002fbu, 0x0006015du, 0x00000035u, 0x000002ffu, 0x000001edu, 0x00000000u, - 0x000002f6u, 0x0004014du, 0x00000020u, 0x00000300u, 0x000001edu, 0x000300f7u, 0x00000302u, 0x00000000u, - 0x000400fau, 0x00000300u, 0x00000301u, 0x00000302u, 0x000200f8u, 0x00000301u, 0x000500abu, 0x00000020u, - 0x00000304u, 0x000002ffu, 0x0000004fu, 0x000300f7u, 0x00000306u, 0x00000000u, 0x000400fau, 0x00000304u, - 0x00000305u, 0x00000306u, 0x000200f8u, 0x00000305u, 0x00070041u, 0x00000202u, 0x00000307u, 0x00000200u, - 0x0000009du, 0x0000009du, 0x000001edu, 0x000700eau, 0x00000035u, 0x00000309u, 0x00000307u, 0x00000052u, - 0x0000004fu, 0x000002ffu, 0x000200f9u, 0x00000306u, 0x000200f8u, 0x00000306u, 0x000700f5u, 0x00000035u, - 0x000007abu, 0x0000004fu, 0x00000301u, 0x00000309u, 0x00000305u, 0x000200f9u, 0x00000302u, 0x000200f8u, - 0x00000302u, 0x000700f5u, 0x00000035u, 0x000007aau, 0x0000004fu, 0x000002fbu, 0x000007abu, 0x00000306u, - 0x00050152u, 0x00000035u, 0x0000030bu, 0x000001edu, 0x000007aau, 0x0006015du, 0x00000035u, 0x0000030du, - 0x000001edu, 0x00000001u, 0x000002f6u, 0x00050082u, 0x00000035u, 0x0000030fu, 0x0000030du, 0x000002f6u, - 0x00050080u, 0x00000035u, 0x00000311u, 0x0000030bu, 0x0000030fu, 0x000200f9u, 0x000002fcu, 0x000200f8u, - 0x000002fcu, 0x000700f5u, 0x00000035u, 0x000007acu, 0x0000004fu, 0x000002e2u, 0x00000311u, 0x00000302u, - 0x000300f7u, 0x00000315u, 0x00000000u, 0x000400fau, 0x000002f9u, 0x00000314u, 0x00000315u, 0x000200f8u, - 0x00000314u, 0x00060041u, 0x00000202u, 0x0000031fu, 0x00000319u, 0x0000009du, 0x000002dcu, 0x0003003eu, - 0x0000031fu, 0x000007acu, 0x000200f9u, 0x00000315u, 0x000200f8u, 0x00000315u, 0x00060168u, 0x00000035u, - 0x00000322u, 0x000001edu, 0x00000000u, 0x000007a8u, 0x000200f9u, 0x00000323u, 0x000200f8u, 0x00000323u, - 0x000700f5u, 0x00000035u, 0x000007b5u, 0x000007acu, 0x00000315u, 0x000007c7u, 0x00000326u, 0x000700f5u, - 0x00000035u, 0x000007b1u, 0x00000322u, 0x00000315u, 0x00000331u, 0x00000326u, 0x000500abu, 0x00000020u, - 0x00000329u, 0x000007b1u, 0x0000004fu, 0x000400f6u, 0x00000325u, 0x00000326u, 0x00000000u, 0x000400fau, - 0x00000329u, 0x00000324u, 0x00000325u, 0x000200f8u, 0x00000324u, 0x0006000cu, 0x00000006u, 0x0000032cu, - 0x00000001u, 0x00000049u, 0x000007b1u, 0x000500c4u, 0x00000035u, 0x0000032eu, 0x00000052u, 0x0000032cu, - 0x000400c8u, 0x00000035u, 0x0000032fu, 0x0000032eu, 0x000500c7u, 0x00000035u, 0x00000331u, 0x000007b1u, - 0x0000032fu, 0x00050084u, 0x00000006u, 0x00000334u, 0x00000216u, 0x0000027eu, 0x00050080u, 0x00000006u, - 0x00000336u, 0x00000334u, 0x0000032cu, 0x000500c7u, 0x00000035u, 0x0000033au, 0x000007a8u, 0x0000032eu, - 0x000500abu, 0x00000020u, 0x0000033bu, 0x0000033au, 0x0000004fu, 0x000300f7u, 0x0000033du, 0x00000000u, - 0x000400fau, 0x0000033bu, 0x0000033cu, 0x0000033du, 0x000200f8u, 0x0000033cu, 0x00080041u, 0x00000348u, - 0x00000349u, 0x00000346u, 0x0000009du, 0x00000336u, 0x0000009du, 0x0000004fu, 0x0004003du, 0x0000001du, - 0x0000034au, 0x00000349u, 0x00040071u, 0x00000035u, 0x0000034bu, 0x0000034au, 0x00050153u, 0x0000006fu, - 0x0000071fu, 0x000001edu, 0x000001f4u, 0x00060156u, 0x00000035u, 0x00000721u, 0x000001edu, 0x00000000u, - 0x0000071fu, 0x0004014du, 0x00000020u, 0x00000722u, 0x000001edu, 0x000300f7u, 0x00000728u, 0x00000000u, - 0x000400fau, 0x00000722u, 0x00000723u, 0x00000728u, 0x000200f8u, 0x00000723u, 0x00070041u, 0x00000202u, - 0x00000725u, 0x00000200u, 0x0000009du, 0x0000034bu, 0x0000004fu, 0x000700eau, 0x00000035u, 0x00000727u, - 0x00000725u, 0x00000052u, 0x0000004fu, 0x00000721u, 0x000200f9u, 0x00000728u, 0x000200f8u, 0x00000728u, - 0x000700f5u, 0x00000035u, 0x000007b3u, 0x0000004fu, 0x0000033cu, 0x00000727u, 0x00000723u, 0x00050152u, - 0x00000035u, 0x0000072au, 0x000001edu, 0x000007b3u, 0x00060156u, 0x00000035u, 0x0000072cu, 0x000001edu, - 0x00000002u, 0x0000071fu, 0x00050080u, 0x00000035u, 0x0000072eu, 0x0000072au, 0x0000072cu, 0x00050084u, - 0x00000035u, 0x00000358u, 0x00000356u, 0x0000034bu, 0x00050080u, 0x00000035u, 0x00000359u, 0x0000072eu, - 0x00000358u, 0x0004003du, 0x00000006u, 0x0000035bu, 0x00000246u, 0x0004007cu, 0x00000035u, 0x0000035cu, - 0x0000035bu, 0x0004003du, 0x00000006u, 0x0000035eu, 0x00000240u, 0x0004007cu, 0x00000035u, 0x0000035fu, - 0x0000035eu, 0x0004007cu, 0x00000035u, 0x00000362u, 0x00000336u, 0x00070050u, 0x0000006fu, 0x00000363u, - 0x0000035cu, 0x0000035fu, 0x000007b5u, 0x00000362u, 0x00060041u, 0x00000364u, 0x00000365u, 0x00000353u, - 0x0000009du, 0x00000359u, 0x0003003eu, 0x00000365u, 0x00000363u, 0x00050080u, 0x00000035u, 0x00000367u, - 0x000007b5u, 0x000000b1u, 0x000200f9u, 0x0000033du, 0x000200f8u, 0x0000033du, 0x000700f5u, 0x00000035u, - 0x000007c7u, 0x000007b5u, 0x00000324u, 0x00000367u, 0x00000728u, 0x000200f9u, 0x00000326u, 0x000200f8u, - 0x00000326u, 0x000200f9u, 0x00000323u, 0x000200f8u, 0x00000325u, 0x000100fdu, 0x00010038u, 0x07230203u, - 0x00010300u, 0x000d000au, 0x00000711u, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00000016u, - 0x00020011u, 0x00000027u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, - 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, - 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000005u, - 0x00000004u, 0x6e69616du, 0x00000000u, 0x000001f2u, 0x000001fdu, 0x00060010u, 0x00000004u, 0x00000011u, - 0x00000020u, 0x00000001u, 0x00000001u, 0x00050048u, 0x000001b5u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x000001b5u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000001b5u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x000001b5u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x000001b5u, 0x00000004u, 0x00000023u, 0x0000000eu, 0x00050048u, 0x000001b5u, 0x00000005u, 0x00000023u, - 0x00000010u, 0x00050048u, 0x000001b5u, 0x00000006u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000001b5u, - 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, 0x000001b5u, 0x00000008u, 0x00000023u, 0x0000001cu, - 0x00050048u, 0x000001b5u, 0x00000009u, 0x00000023u, 0x0000001eu, 0x00050048u, 0x000001b5u, 0x0000000au, - 0x00000023u, 0x0000001fu, 0x00040047u, 0x000001b6u, 0x00000006u, 0x00000020u, 0x00040048u, 0x000001b7u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000001b7u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000001b7u, 0x00000002u, 0x00040047u, 0x000001b9u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001b9u, - 0x00000021u, 0x00000000u, 0x00040047u, 0x000001dau, 0x00000006u, 0x00000010u, 0x00040048u, 0x000001dbu, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000001dbu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000001dbu, 0x00000002u, 0x00040047u, 0x000001ddu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001ddu, - 0x00000021u, 0x00000001u, 0x00040047u, 0x000001f2u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x000001fdu, - 0x0000000bu, 0x0000001du, 0x00040047u, 0x00000211u, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000212u, - 0x00000001u, 0x00000001u, 0x00040047u, 0x0000021bu, 0x00000001u, 0x00000002u, 0x00050048u, 0x00000225u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000225u, 0x00000001u, 0x00000023u, 0x00000008u, - 0x00030047u, 0x00000225u, 0x00000002u, 0x00040047u, 0x00000262u, 0x00000001u, 0x00000006u, 0x00040047u, - 0x000002a3u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002a4u, 0x00000000u, 0x00000019u, 0x00050048u, - 0x000002a4u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002a4u, 0x00000002u, 0x00040047u, - 0x000002a6u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002a6u, 0x00000021u, 0x00000003u, 0x00040047u, - 0x000002a8u, 0x00000001u, 0x00000003u, 0x00040047u, 0x000002b4u, 0x00000006u, 0x00000004u, 0x00040048u, - 0x000002b5u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002b5u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000002b5u, 0x00000002u, 0x00040047u, 0x000002b7u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000002b7u, 0x00000021u, 0x00000004u, 0x00040047u, 0x000002c5u, 0x0000000bu, 0x00000019u, 0x00020013u, - 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, - 0x00040017u, 0x00000007u, 0x00000006u, 0x00000004u, 0x00040020u, 0x00000008u, 0x00000007u, 0x00000007u, - 0x00040020u, 0x00000014u, 0x00000007u, 0x00000006u, 0x00040015u, 0x0000001cu, 0x00000010u, 0x00000001u, - 0x00040015u, 0x0000001du, 0x00000008u, 0x00000000u, 0x00020014u, 0x00000020u, 0x00040017u, 0x00000022u, - 0x00000006u, 0x00000002u, 0x00040020u, 0x0000002au, 0x00000007u, 0x00000022u, 0x00040015u, 0x00000035u, - 0x00000020u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000040u, 0x0000000fu, 0x0004002bu, 0x00000035u, - 0x0000004bu, 0x00000000u, 0x0004002bu, 0x00000035u, 0x0000004eu, 0x00000001u, 0x0004001eu, 0x00000066u, - 0x00000007u, 0x00000007u, 0x00040017u, 0x0000006bu, 0x00000035u, 0x00000004u, 0x0004001eu, 0x00000072u, - 0x0000006bu, 0x0000006bu, 0x0004002bu, 0x00000006u, 0x00000080u, 0x00000003u, 0x0004002bu, 0x00000006u, - 0x00000085u, 0xfffffffcu, 0x0004002bu, 0x00000006u, 0x00000088u, 0x00000004u, 0x0004002bu, 0x00000006u, - 0x00000099u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x000000adu, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x000000bfu, 0x00000007u, 0x0004002bu, 0x00000006u, 0x000000c1u, 0x00000002u, 0x00040017u, 0x000000d7u, - 0x00000020u, 0x00000004u, 0x0004002bu, 0x00000006u, 0x000000e6u, 0x7fffffffu, 0x0007002cu, 0x00000007u, - 0x000000e7u, 0x000000e6u, 0x000000e6u, 0x000000e6u, 0x000000e6u, 0x0007002cu, 0x00000007u, 0x000000e9u, - 0x00000099u, 0x00000099u, 0x00000099u, 0x00000099u, 0x0004002bu, 0x00000006u, 0x000000edu, 0x80000000u, - 0x0007002cu, 0x00000007u, 0x000000eeu, 0x000000edu, 0x000000edu, 0x000000edu, 0x000000edu, 0x0004002bu, - 0x00000006u, 0x000000f0u, 0xffffffffu, 0x0007002cu, 0x00000007u, 0x000000f1u, 0x000000f0u, 0x000000f0u, - 0x000000f0u, 0x000000f0u, 0x0004002bu, 0x00000006u, 0x00000117u, 0x000007ffu, 0x0005002cu, 0x00000022u, - 0x00000126u, 0x00000099u, 0x000000e6u, 0x0004002bu, 0x00000006u, 0x00000150u, 0x00000008u, 0x0003002au, - 0x00000020u, 0x0000015cu, 0x0005002cu, 0x00000022u, 0x0000016fu, 0x000000f0u, 0x00000099u, 0x0004002bu, - 0x00000006u, 0x00000189u, 0x00000080u, 0x000d001eu, 0x000001b5u, 0x00000006u, 0x00000006u, 0x00000006u, - 0x0000001cu, 0x0000001cu, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000001cu, 0x0000001du, 0x0000001du, - 0x0003001du, 0x000001b6u, 0x000001b5u, 0x0003001eu, 0x000001b7u, 0x000001b6u, 0x00040020u, 0x000001b8u, - 0x0000000cu, 0x000001b7u, 0x0004003bu, 0x000001b8u, 0x000001b9u, 0x0000000cu, 0x00040020u, 0x000001bbu, - 0x0000000cu, 0x000001b5u, 0x0003001du, 0x000001dau, 0x00000007u, 0x0003001eu, 0x000001dbu, 0x000001dau, - 0x00040020u, 0x000001dcu, 0x0000000cu, 0x000001dbu, 0x0004003bu, 0x000001dcu, 0x000001ddu, 0x0000000cu, - 0x00040020u, 0x000001dfu, 0x0000000cu, 0x00000007u, 0x0004002bu, 0x00000035u, 0x000001e6u, 0x00000002u, - 0x0004002bu, 0x00000035u, 0x000001e9u, 0x00000003u, 0x00040017u, 0x000001f0u, 0x00000035u, 0x00000003u, - 0x00040020u, 0x000001f1u, 0x00000001u, 0x000001f0u, 0x0004003bu, 0x000001f1u, 0x000001f2u, 0x00000001u, - 0x00040020u, 0x000001f3u, 0x00000001u, 0x00000035u, 0x00040017u, 0x000001f8u, 0x00000035u, 0x00000002u, - 0x0004003bu, 0x000001f3u, 0x000001fdu, 0x00000001u, 0x0005002cu, 0x00000022u, 0x00000208u, 0x00000150u, - 0x00000088u, 0x00040032u, 0x00000006u, 0x00000211u, 0x00000400u, 0x00040032u, 0x00000006u, 0x00000212u, - 0x00000008u, 0x00060034u, 0x00000006u, 0x00000213u, 0x00000087u, 0x00000211u, 0x00000212u, 0x00060034u, - 0x00000006u, 0x0000021au, 0x00000084u, 0x00000212u, 0x00000150u, 0x00040032u, 0x00000006u, 0x0000021bu, - 0x00000008u, 0x00060034u, 0x00000006u, 0x0000021cu, 0x00000084u, 0x0000021bu, 0x00000088u, 0x00050033u, - 0x00000022u, 0x0000021du, 0x0000021au, 0x0000021cu, 0x00060034u, 0x00000006u, 0x00000221u, 0x00000084u, - 0x00000212u, 0x00000150u, 0x00060034u, 0x00000006u, 0x00000222u, 0x00000084u, 0x0000021bu, 0x00000088u, - 0x00050033u, 0x00000022u, 0x00000223u, 0x00000221u, 0x00000222u, 0x0004001eu, 0x00000225u, 0x000001f8u, - 0x00000006u, 0x00040020u, 0x00000226u, 0x00000009u, 0x00000225u, 0x0004003bu, 0x00000226u, 0x00000227u, - 0x00000009u, 0x00040020u, 0x00000228u, 0x00000009u, 0x000001f8u, 0x00050033u, 0x00000022u, 0x00000231u, - 0x00000212u, 0x0000021bu, 0x00050033u, 0x00000022u, 0x00000235u, 0x00000212u, 0x0000021bu, 0x00040020u, - 0x0000023eu, 0x00000009u, 0x00000006u, 0x00040020u, 0x00000245u, 0x00000004u, 0x00000035u, 0x0004003bu, - 0x00000245u, 0x00000246u, 0x00000004u, 0x0004002bu, 0x00000035u, 0x00000247u, 0x00000108u, 0x0004002bu, - 0x00000006u, 0x0000024au, 0x00000020u, 0x00040032u, 0x00000006u, 0x00000262u, 0x00000001u, 0x0003001du, - 0x000002a3u, 0x00000035u, 0x0003001eu, 0x000002a4u, 0x000002a3u, 0x00040020u, 0x000002a5u, 0x0000000cu, - 0x000002a4u, 0x0004003bu, 0x000002a5u, 0x000002a6u, 0x0000000cu, 0x00040032u, 0x00000006u, 0x000002a8u, - 0x00000100u, 0x00060034u, 0x00000006u, 0x000002a9u, 0x00000087u, 0x000002a8u, 0x0000024au, 0x00040020u, - 0x000002aeu, 0x0000000cu, 0x00000035u, 0x0003001du, 0x000002b4u, 0x00000035u, 0x0003001eu, 0x000002b5u, - 0x000002b4u, 0x00040020u, 0x000002b6u, 0x0000000cu, 0x000002b5u, 0x0004003bu, 0x000002b6u, 0x000002b7u, - 0x0000000cu, 0x0004002bu, 0x00000035u, 0x000002c4u, 0x00000020u, 0x0006002cu, 0x000001f0u, 0x000002c5u, - 0x000002c4u, 0x0000004eu, 0x0000004eu, 0x0005002cu, 0x00000022u, 0x00000707u, 0x000000adu, 0x000000adu, - 0x0007002cu, 0x00000007u, 0x00000708u, 0x00000040u, 0x00000040u, 0x00000040u, 0x00000040u, 0x00050036u, - 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x0000002au, - 0x00000675u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000668u, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x0000065bu, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000004e9u, 0x00000007u, 0x0004003bu, 0x00000008u, - 0x000004b7u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000004aau, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x0000049du, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000490u, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x0000031eu, 0x00000007u, 0x0004003bu, 0x00000008u, 0x000002ecu, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x00000206u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000265u, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x00000267u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000295u, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x00000297u, 0x00000007u, 0x00050041u, 0x000001f3u, 0x000001f4u, 0x000001f2u, 0x0000004bu, 0x0004003du, - 0x00000035u, 0x000001f5u, 0x000001f4u, 0x0004007cu, 0x00000006u, 0x000001f6u, 0x000001f5u, 0x0004003du, - 0x000001f0u, 0x000001f9u, 0x000001f2u, 0x0007004fu, 0x000001f8u, 0x000001fau, 0x000001f9u, 0x000001f9u, - 0x00000001u, 0x00000002u, 0x0004007cu, 0x00000022u, 0x000001fbu, 0x000001fau, 0x0004003du, 0x00000035u, - 0x000001feu, 0x000001fdu, 0x0004007cu, 0x00000006u, 0x000001ffu, 0x000001feu, 0x000500c7u, 0x00000006u, - 0x00000202u, 0x000001ffu, 0x000000bfu, 0x000500c3u, 0x00000006u, 0x00000205u, 0x000001ffu, 0x00000080u, - 0x00050084u, 0x00000022u, 0x00000209u, 0x000001fbu, 0x00000208u, 0x00050050u, 0x00000022u, 0x0000020cu, - 0x00000202u, 0x00000205u, 0x00050080u, 0x00000022u, 0x0000020du, 0x00000209u, 0x0000020cu, 0x0003003eu, - 0x00000206u, 0x0000020du, 0x00050041u, 0x00000014u, 0x0000020fu, 0x00000206u, 0x0000004eu, 0x0004003du, - 0x00000006u, 0x00000210u, 0x0000020fu, 0x00050084u, 0x00000006u, 0x00000214u, 0x00000210u, 0x00000213u, - 0x00050041u, 0x00000014u, 0x00000215u, 0x00000206u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x00000216u, - 0x00000215u, 0x00050080u, 0x00000006u, 0x00000217u, 0x00000214u, 0x00000216u, 0x00050084u, 0x00000022u, - 0x0000021eu, 0x000001fbu, 0x0000021du, 0x00050080u, 0x00000022u, 0x00000224u, 0x0000021eu, 0x00000223u, - 0x00050041u, 0x00000228u, 0x00000229u, 0x00000227u, 0x00000099u, 0x0004003du, 0x000001f8u, 0x0000022au, - 0x00000229u, 0x0004007cu, 0x00000022u, 0x0000022bu, 0x0000022au, 0x0007000cu, 0x00000022u, 0x0000022cu, - 0x00000001u, 0x00000027u, 0x00000224u, 0x0000022bu, 0x00050082u, 0x00000022u, 0x0000022eu, 0x0000022cu, - 0x00000707u, 0x00050084u, 0x00000022u, 0x00000232u, 0x0000020du, 0x00000231u, 0x00050080u, 0x00000022u, - 0x00000236u, 0x00000232u, 0x00000235u, 0x0007000cu, 0x00000022u, 0x0000023au, 0x00000001u, 0x00000027u, - 0x00000236u, 0x0000022bu, 0x00050082u, 0x00000022u, 0x0000023cu, 0x0000023au, 0x00000707u, 0x00050041u, - 0x0000023eu, 0x0000023fu, 0x00000227u, 0x000000adu, 0x0004003du, 0x00000006u, 0x00000240u, 0x0000023fu, - 0x000500aau, 0x00000020u, 0x00000242u, 0x000001ffu, 0x00000099u, 0x000300f7u, 0x00000244u, 0x00000000u, - 0x000400fau, 0x00000242u, 0x00000243u, 0x00000244u, 0x000200f8u, 0x00000243u, 0x0003003eu, 0x00000246u, - 0x0000004bu, 0x000200f9u, 0x00000244u, 0x000200f8u, 0x00000244u, 0x000400e0u, 0x000001e6u, 0x000001e6u, - 0x00000247u, 0x000500b1u, 0x00000020u, 0x0000024bu, 0x000001ffu, 0x0000024au, 0x000300f7u, 0x0000024du, - 0x00000000u, 0x000400fau, 0x0000024bu, 0x0000024cu, 0x0000024du, 0x000200f8u, 0x0000024cu, 0x00050084u, - 0x00000006u, 0x00000250u, 0x000001f6u, 0x0000024au, 0x00050080u, 0x00000006u, 0x00000252u, 0x00000250u, - 0x000001ffu, 0x0004007cu, 0x00000035u, 0x00000253u, 0x00000252u, 0x0004007cu, 0x00000035u, 0x00000256u, - 0x00000240u, 0x000500b0u, 0x00000020u, 0x00000257u, 0x00000253u, 0x00000256u, 0x000300f7u, 0x00000259u, - 0x00000000u, 0x000400fau, 0x00000257u, 0x00000258u, 0x00000259u, 0x000200f8u, 0x00000258u, 0x00060041u, - 0x000001dfu, 0x000002f0u, 0x000001ddu, 0x00000099u, 0x00000253u, 0x0004003du, 0x00000007u, 0x000002f1u, - 0x000002f0u, 0x0003003eu, 0x000002ecu, 0x000002f1u, 0x00050041u, 0x00000014u, 0x000002f2u, 0x000002ecu, - 0x0000004bu, 0x0004003du, 0x00000006u, 0x000002f3u, 0x000002f2u, 0x00050041u, 0x00000014u, 0x000002f4u, - 0x000002ecu, 0x0000004eu, 0x0004003du, 0x00000006u, 0x000002f5u, 0x000002f4u, 0x00050041u, 0x00000014u, - 0x000002f6u, 0x000002ecu, 0x000001e6u, 0x0004003du, 0x00000006u, 0x000002f7u, 0x000002f6u, 0x00050041u, - 0x00000014u, 0x000002f8u, 0x000002ecu, 0x000001e9u, 0x0004003du, 0x00000006u, 0x000002f9u, 0x000002f8u, - 0x00060041u, 0x000001bbu, 0x000002ffu, 0x000001b9u, 0x00000099u, 0x00000253u, 0x0004003du, 0x000001b5u, - 0x00000300u, 0x000002ffu, 0x00050051u, 0x00000006u, 0x00000301u, 0x00000300u, 0x00000000u, 0x00050051u, - 0x00000006u, 0x00000303u, 0x00000300u, 0x00000001u, 0x00050051u, 0x00000006u, 0x00000305u, 0x00000300u, - 0x00000002u, 0x00050051u, 0x0000001cu, 0x00000307u, 0x00000300u, 0x00000003u, 0x00050051u, 0x0000001cu, - 0x00000309u, 0x00000300u, 0x00000004u, 0x00050051u, 0x00000006u, 0x0000030bu, 0x00000300u, 0x00000005u, - 0x00050051u, 0x00000006u, 0x0000030du, 0x00000300u, 0x00000006u, 0x00050051u, 0x00000006u, 0x0000030fu, - 0x00000300u, 0x00000007u, 0x00050051u, 0x0000001cu, 0x00000311u, 0x00000300u, 0x00000008u, 0x00050051u, - 0x0000001du, 0x00000313u, 0x00000300u, 0x00000009u, 0x0003003eu, 0x00000265u, 0x0000021eu, 0x0003003eu, - 0x00000267u, 0x0000022eu, 0x000300f7u, 0x0000039fu, 0x00000000u, 0x000300fbu, 0x0000004bu, 0x00000327u, - 0x000200f8u, 0x00000327u, 0x00050041u, 0x00000014u, 0x00000328u, 0x00000265u, 0x0000004eu, 0x0004003du, - 0x00000006u, 0x00000329u, 0x00000328u, 0x000500c3u, 0x00000006u, 0x0000032du, 0x000002f5u, 0x000000c1u, - 0x00050084u, 0x00000006u, 0x0000032eu, 0x00000262u, 0x0000032du, 0x0007000cu, 0x00000006u, 0x0000032fu, - 0x00000001u, 0x0000002au, 0x00000329u, 0x0000032eu, 0x0003003eu, 0x00000328u, 0x0000032fu, 0x00050041u, - 0x00000014u, 0x00000331u, 0x00000267u, 0x0000004eu, 0x0004003du, 0x00000006u, 0x00000332u, 0x00000331u, - 0x00050080u, 0x00000006u, 0x00000336u, 0x000002f9u, 0x00000080u, 0x000500c3u, 0x00000006u, 0x00000337u, - 0x00000336u, 0x000000c1u, 0x00050084u, 0x00000006u, 0x00000338u, 0x00000262u, 0x00000337u, 0x00050082u, - 0x00000006u, 0x00000339u, 0x00000338u, 0x000000adu, 0x0007000cu, 0x00000006u, 0x0000033au, 0x00000001u, - 0x00000027u, 0x00000332u, 0x00000339u, 0x0003003eu, 0x00000331u, 0x0000033au, 0x0004003du, 0x00000006u, - 0x0000033du, 0x00000328u, 0x00050084u, 0x00000006u, 0x0000033eu, 0x0000033du, 0x00000088u, 0x0004003du, - 0x00000006u, 0x00000340u, 0x00000331u, 0x00050084u, 0x00000006u, 0x00000341u, 0x00000340u, 0x00000088u, - 0x00050080u, 0x00000006u, 0x00000342u, 0x00000341u, 0x00000080u, 0x00040072u, 0x00000006u, 0x00000347u, - 0x00000307u, 0x00050084u, 0x00000006u, 0x00000348u, 0x00000262u, 0x00000347u, 0x0007000cu, 0x00000006u, - 0x00000349u, 0x00000001u, 0x0000002au, 0x0000033eu, 0x00000348u, 0x00040072u, 0x00000006u, 0x0000034eu, - 0x00000311u, 0x00050084u, 0x00000006u, 0x0000034fu, 0x00000262u, 0x0000034eu, 0x00050082u, 0x00000006u, - 0x00000350u, 0x0000034fu, 0x000000adu, 0x0007000cu, 0x00000006u, 0x00000351u, 0x00000001u, 0x00000027u, - 0x00000342u, 0x00000350u, 0x000500b1u, 0x00000020u, 0x00000354u, 0x00000351u, 0x00000349u, 0x000300f7u, - 0x00000356u, 0x00000000u, 0x000400fau, 0x00000354u, 0x00000355u, 0x00000356u, 0x000200f8u, 0x00000355u, - 0x000200f9u, 0x0000039fu, 0x000200f8u, 0x00000356u, 0x00040071u, 0x00000035u, 0x00000359u, 0x00000313u, - 0x0004007cu, 0x00000006u, 0x0000035au, 0x00000359u, 0x000500c7u, 0x00000006u, 0x0000035bu, 0x0000035au, - 0x000000adu, 0x000500abu, 0x00000020u, 0x0000035cu, 0x0000035bu, 0x00000099u, 0x00040072u, 0x00000006u, - 0x00000361u, 0x00000309u, 0x00050084u, 0x00000006u, 0x00000363u, 0x00000361u, 0x00000262u, 0x00050050u, - 0x00000022u, 0x00000364u, 0x00000363u, 0x00000363u, 0x00050080u, 0x00000022u, 0x00000365u, 0x00000364u, - 0x0000016fu, 0x00050050u, 0x00000022u, 0x00000367u, 0x00000349u, 0x00000349u, 0x00050050u, 0x00000022u, - 0x00000369u, 0x00000351u, 0x00000351u, 0x0008000cu, 0x00000022u, 0x0000036au, 0x00000001u, 0x0000002du, - 0x00000365u, 0x00000367u, 0x00000369u, 0x00050051u, 0x00000006u, 0x0000036bu, 0x0000036au, 0x00000000u, - 0x00050051u, 0x00000006u, 0x0000036cu, 0x0000036au, 0x00000001u, 0x00070050u, 0x00000007u, 0x0000036du, - 0x00000349u, 0x00000351u, 0x0000036bu, 0x0000036cu, 0x000500c7u, 0x00000006u, 0x000003c5u, 0x00000347u, - 0x00000085u, 0x00050084u, 0x00000006u, 0x000003cbu, 0x000003c5u, 0x00000262u, 0x00070050u, 0x00000007u, - 0x000003d1u, 0x000003cbu, 0x000003cbu, 0x000003cbu, 0x000003cbu, 0x00050082u, 0x00000007u, 0x000003d2u, - 0x0000036du, 0x000003d1u, 0x00050084u, 0x00000006u, 0x000003d6u, 0x00000262u, 0x00000301u, 0x00070050u, - 0x00000007u, 0x0000043fu, 0x0000030bu, 0x0000030bu, 0x0000030bu, 0x0000030bu, 0x00050098u, 0x00000066u, - 0x00000440u, 0x000003d2u, 0x0000043fu, 0x00050051u, 0x00000007u, 0x00000441u, 0x00000440u, 0x00000000u, - 0x00050051u, 0x00000007u, 0x00000442u, 0x00000440u, 0x00000001u, 0x0004007cu, 0x0000006bu, 0x00000444u, - 0x00000441u, 0x0004007cu, 0x00000035u, 0x00000446u, 0x000003d6u, 0x00070050u, 0x0000006bu, 0x00000447u, - 0x00000446u, 0x00000446u, 0x00000446u, 0x00000446u, 0x00050095u, 0x00000072u, 0x00000448u, 0x00000444u, - 0x00000447u, 0x00050051u, 0x0000006bu, 0x00000449u, 0x00000448u, 0x00000001u, 0x00050051u, 0x0000006bu, - 0x0000044au, 0x00000448u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x0000044bu, 0x0000044au, 0x0004007cu, - 0x00000007u, 0x0000044du, 0x00000449u, 0x00050080u, 0x00000007u, 0x0000044fu, 0x00000442u, 0x0000044du, - 0x00050084u, 0x00000006u, 0x000003e2u, 0x00000262u, 0x00000303u, 0x00070050u, 0x00000007u, 0x00000459u, - 0x0000030du, 0x0000030du, 0x0000030du, 0x0000030du, 0x00050098u, 0x00000066u, 0x0000045au, 0x000003d2u, - 0x00000459u, 0x00050051u, 0x00000007u, 0x0000045bu, 0x0000045au, 0x00000000u, 0x00050051u, 0x00000007u, - 0x0000045cu, 0x0000045au, 0x00000001u, 0x0004007cu, 0x0000006bu, 0x0000045eu, 0x0000045bu, 0x0004007cu, - 0x00000035u, 0x00000460u, 0x000003e2u, 0x00070050u, 0x0000006bu, 0x00000461u, 0x00000460u, 0x00000460u, - 0x00000460u, 0x00000460u, 0x00050095u, 0x00000072u, 0x00000462u, 0x0000045eu, 0x00000461u, 0x00050051u, - 0x0000006bu, 0x00000463u, 0x00000462u, 0x00000001u, 0x00050051u, 0x0000006bu, 0x00000464u, 0x00000462u, - 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000465u, 0x00000464u, 0x0004007cu, 0x00000007u, 0x00000467u, - 0x00000463u, 0x00050080u, 0x00000007u, 0x00000469u, 0x0000045cu, 0x00000467u, 0x00070050u, 0x00000007u, - 0x000003e9u, 0x00000363u, 0x00000363u, 0x00000363u, 0x00000363u, 0x00050082u, 0x00000007u, 0x000003eau, - 0x0000036du, 0x000003e9u, 0x00050084u, 0x00000006u, 0x000003eeu, 0x00000262u, 0x00000305u, 0x00070050u, - 0x00000007u, 0x00000473u, 0x0000030fu, 0x0000030fu, 0x0000030fu, 0x0000030fu, 0x00050098u, 0x00000066u, - 0x00000474u, 0x000003eau, 0x00000473u, 0x00050051u, 0x00000007u, 0x00000475u, 0x00000474u, 0x00000000u, - 0x00050051u, 0x00000007u, 0x00000476u, 0x00000474u, 0x00000001u, 0x0004007cu, 0x0000006bu, 0x00000478u, - 0x00000475u, 0x0004007cu, 0x00000035u, 0x0000047au, 0x000003eeu, 0x00070050u, 0x0000006bu, 0x0000047bu, - 0x0000047au, 0x0000047au, 0x0000047au, 0x0000047au, 0x00050095u, 0x00000072u, 0x0000047cu, 0x00000478u, - 0x0000047bu, 0x00050051u, 0x0000006bu, 0x0000047du, 0x0000047cu, 0x00000001u, 0x00050051u, 0x0000006bu, - 0x0000047eu, 0x0000047cu, 0x00000000u, 0x0004007cu, 0x00000007u, 0x0000047fu, 0x0000047eu, 0x0004007cu, - 0x00000007u, 0x00000481u, 0x0000047du, 0x00050080u, 0x00000007u, 0x00000483u, 0x00000476u, 0x00000481u, - 0x00050084u, 0x00000006u, 0x000003fau, 0x00000262u, 0x00000361u, 0x00070050u, 0x00000007u, 0x000003fbu, - 0x000003fau, 0x000003fau, 0x000003fau, 0x000003fau, 0x000500b1u, 0x000000d7u, 0x000003fcu, 0x0000036du, - 0x000003fbu, 0x000600a9u, 0x00000007u, 0x000003fdu, 0x000003fcu, 0x00000465u, 0x0000047fu, 0x000600a9u, - 0x00000007u, 0x00000408u, 0x000003fcu, 0x00000469u, 0x00000483u, 0x000500adu, 0x000000d7u, 0x0000040bu, - 0x0000044fu, 0x000000e9u, 0x000600a9u, 0x00000007u, 0x0000040cu, 0x0000040bu, 0x000000e7u, 0x0000044bu, - 0x000500b1u, 0x000000d7u, 0x0000040fu, 0x0000044fu, 0x000000f1u, 0x000600a9u, 0x00000007u, 0x00000410u, - 0x0000040fu, 0x000000eeu, 0x0000040cu, 0x000500adu, 0x000000d7u, 0x00000413u, 0x00000408u, 0x000000e9u, - 0x000600a9u, 0x00000007u, 0x00000414u, 0x00000413u, 0x000000e7u, 0x000003fdu, 0x000500b1u, 0x000000d7u, - 0x00000417u, 0x00000408u, 0x000000f1u, 0x000600a9u, 0x00000007u, 0x00000418u, 0x00000417u, 0x000000eeu, - 0x00000414u, 0x000500c3u, 0x00000007u, 0x0000048au, 0x00000410u, 0x00000708u, 0x000500c3u, 0x00000007u, - 0x0000048fu, 0x00000418u, 0x00000708u, 0x00070050u, 0x000000d7u, 0x00000709u, 0x0000035cu, 0x0000035cu, - 0x0000035cu, 0x0000035cu, 0x000600a9u, 0x00000007u, 0x0000070au, 0x00000709u, 0x0000048fu, 0x0000048au, - 0x000600a9u, 0x00000007u, 0x0000070cu, 0x00000709u, 0x0000048au, 0x0000048fu, 0x0006000cu, 0x00000007u, - 0x00000426u, 0x00000001u, 0x00000005u, 0x0000070cu, 0x0006000cu, 0x00000007u, 0x00000428u, 0x00000001u, - 0x00000005u, 0x0000070au, 0x0007000cu, 0x00000007u, 0x00000429u, 0x00000001u, 0x0000002au, 0x00000426u, - 0x00000428u, 0x0007004fu, 0x00000022u, 0x00000494u, 0x00000429u, 0x00000429u, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x00000022u, 0x00000496u, 0x00000429u, 0x00000429u, 0x00000002u, 0x00000003u, 0x0007000cu, - 0x00000022u, 0x00000497u, 0x00000001u, 0x0000002au, 0x00000494u, 0x00000496u, 0x0003003eu, 0x00000490u, - 0x00000497u, 0x00050041u, 0x00000014u, 0x00000498u, 0x00000490u, 0x0000004bu, 0x0004003du, 0x00000006u, - 0x00000499u, 0x00000498u, 0x00050041u, 0x00000014u, 0x0000049au, 0x00000490u, 0x0000004eu, 0x0004003du, - 0x00000006u, 0x0000049bu, 0x0000049au, 0x0007000cu, 0x00000006u, 0x0000049cu, 0x00000001u, 0x0000002au, - 0x00000499u, 0x0000049bu, 0x00050084u, 0x00000006u, 0x0000042du, 0x00000117u, 0x00000262u, 0x000500b3u, - 0x00000020u, 0x0000042eu, 0x0000049cu, 0x0000042du, 0x000300f7u, 0x00000436u, 0x00000000u, 0x000400fau, - 0x0000042eu, 0x0000042fu, 0x00000435u, 0x000200f8u, 0x0000042fu, 0x0007004fu, 0x00000022u, 0x000004a1u, - 0x0000070cu, 0x0000070cu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x000004a3u, 0x0000070cu, - 0x0000070cu, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x000004a4u, 0x00000001u, 0x00000027u, - 0x000004a1u, 0x000004a3u, 0x0003003eu, 0x0000049du, 0x000004a4u, 0x00050041u, 0x00000014u, 0x000004a5u, - 0x0000049du, 0x0000004bu, 0x0004003du, 0x00000006u, 0x000004a6u, 0x000004a5u, 0x00050041u, 0x00000014u, - 0x000004a7u, 0x0000049du, 0x0000004eu, 0x0004003du, 0x00000006u, 0x000004a8u, 0x000004a7u, 0x0007000cu, - 0x00000006u, 0x000004a9u, 0x00000001u, 0x00000027u, 0x000004a6u, 0x000004a8u, 0x0007004fu, 0x00000022u, - 0x000004aeu, 0x0000070au, 0x0000070au, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x000004b0u, - 0x0000070au, 0x0000070au, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x000004b1u, 0x00000001u, - 0x0000002au, 0x000004aeu, 0x000004b0u, 0x0003003eu, 0x000004aau, 0x000004b1u, 0x00050041u, 0x00000014u, - 0x000004b2u, 0x000004aau, 0x0000004bu, 0x0004003du, 0x00000006u, 0x000004b3u, 0x000004b2u, 0x00050041u, - 0x00000014u, 0x000004b4u, 0x000004aau, 0x0000004eu, 0x0004003du, 0x00000006u, 0x000004b5u, 0x000004b4u, - 0x0007000cu, 0x00000006u, 0x000004b6u, 0x00000001u, 0x0000002au, 0x000004b3u, 0x000004b5u, 0x00050050u, - 0x00000022u, 0x00000434u, 0x000004a9u, 0x000004b6u, 0x000200f9u, 0x00000436u, 0x000200f8u, 0x00000435u, - 0x000200f9u, 0x00000436u, 0x000200f8u, 0x00000436u, 0x000700f5u, 0x00000022u, 0x000006f5u, 0x00000434u, - 0x0000042fu, 0x00000126u, 0x00000435u, 0x000500c7u, 0x00000006u, 0x00000377u, 0x0000035au, 0x00000189u, - 0x000500abu, 0x00000020u, 0x00000378u, 0x00000377u, 0x00000099u, 0x000600a9u, 0x00000006u, 0x00000379u, - 0x00000378u, 0x00000088u, 0x00000080u, 0x000500c3u, 0x00000006u, 0x0000037du, 0x000002f3u, 0x000000c1u, - 0x00050084u, 0x00000006u, 0x0000037eu, 0x00000262u, 0x0000037du, 0x00050080u, 0x00000006u, 0x00000383u, - 0x000002f7u, 0x00000379u, 0x000500c3u, 0x00000006u, 0x00000384u, 0x00000383u, 0x000000c1u, 0x00050084u, - 0x00000006u, 0x00000385u, 0x00000262u, 0x00000384u, 0x00050082u, 0x00000006u, 0x00000386u, 0x00000385u, - 0x000000adu, 0x00050050u, 0x00000022u, 0x00000387u, 0x0000037eu, 0x00000386u, 0x0007004fu, 0x00000022u, - 0x0000038au, 0x00000387u, 0x00000387u, 0x00000000u, 0x00000000u, 0x0007004fu, 0x00000022u, 0x0000038cu, - 0x00000387u, 0x00000387u, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000022u, 0x0000038du, 0x00000001u, - 0x0000002du, 0x000006f5u, 0x0000038au, 0x0000038cu, 0x0003003eu, 0x0000031eu, 0x0000038du, 0x00050041u, - 0x00000014u, 0x0000038eu, 0x0000031eu, 0x0000004bu, 0x0004003du, 0x00000006u, 0x0000038fu, 0x0000038eu, - 0x00050041u, 0x00000014u, 0x00000390u, 0x00000265u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x00000391u, - 0x00000390u, 0x0007000cu, 0x00000006u, 0x00000392u, 0x00000001u, 0x0000002au, 0x0000038fu, 0x00000391u, - 0x0003003eu, 0x0000038eu, 0x00000392u, 0x00050041u, 0x00000014u, 0x00000394u, 0x0000031eu, 0x0000004eu, - 0x0004003du, 0x00000006u, 0x00000395u, 0x00000394u, 0x00050041u, 0x00000014u, 0x00000396u, 0x00000267u, - 0x0000004bu, 0x0004003du, 0x00000006u, 0x00000397u, 0x00000396u, 0x0007000cu, 0x00000006u, 0x00000398u, - 0x00000001u, 0x00000027u, 0x00000395u, 0x00000397u, 0x0003003eu, 0x00000394u, 0x00000398u, 0x0004003du, - 0x00000006u, 0x0000039bu, 0x0000038eu, 0x0004003du, 0x00000006u, 0x0000039du, 0x00000394u, 0x000500b3u, - 0x00000020u, 0x0000039eu, 0x0000039bu, 0x0000039du, 0x000200f9u, 0x0000039fu, 0x000200f8u, 0x0000039fu, - 0x000700f5u, 0x00000020u, 0x000006f6u, 0x0000015cu, 0x00000355u, 0x0000039eu, 0x00000436u, 0x000200f9u, - 0x00000259u, 0x000200f8u, 0x00000259u, 0x000700f5u, 0x00000020u, 0x000006f8u, 0x0000015cu, 0x0000024cu, - 0x000006f6u, 0x0000039fu, 0x000200f9u, 0x0000024du, 0x000200f8u, 0x0000024du, 0x000700f5u, 0x00000020u, - 0x000006f7u, 0x0000015cu, 0x00000244u, 0x000006f8u, 0x00000259u, 0x000300f7u, 0x0000026fu, 0x00000000u, - 0x000400fau, 0x000006f7u, 0x0000026eu, 0x0000026fu, 0x000200f8u, 0x0000026eu, 0x000500c4u, 0x00000035u, - 0x00000271u, 0x0000004eu, 0x000001ffu, 0x000700f1u, 0x00000035u, 0x00000272u, 0x00000246u, 0x0000004eu, - 0x0000004bu, 0x00000271u, 0x000200f9u, 0x0000026fu, 0x000200f8u, 0x0000026fu, 0x000400e0u, 0x000001e6u, - 0x000001e6u, 0x00000247u, 0x0004003du, 0x00000035u, 0x00000274u, 0x00000246u, 0x000200f9u, 0x00000276u, - 0x000200f8u, 0x00000276u, 0x000700f5u, 0x00000035u, 0x000006fau, 0x0000004bu, 0x0000026fu, 0x00000706u, - 0x00000279u, 0x000700f5u, 0x00000035u, 0x000006f9u, 0x00000274u, 0x0000026fu, 0x00000284u, 0x00000279u, - 0x000500abu, 0x00000020u, 0x0000027cu, 0x000006f9u, 0x0000004bu, 0x000400f6u, 0x00000278u, 0x00000279u, - 0x00000000u, 0x000400fau, 0x0000027cu, 0x00000277u, 0x00000278u, 0x000200f8u, 0x00000277u, 0x0006000cu, - 0x00000006u, 0x0000027fu, 0x00000001u, 0x00000049u, 0x000006f9u, 0x000500c4u, 0x00000035u, 0x00000281u, - 0x0000004eu, 0x0000027fu, 0x000400c8u, 0x00000035u, 0x00000282u, 0x00000281u, 0x000500c7u, 0x00000035u, - 0x00000284u, 0x000006f9u, 0x00000282u, 0x00050084u, 0x00000006u, 0x00000287u, 0x000001f6u, 0x0000024au, - 0x00050080u, 0x00000006u, 0x00000289u, 0x00000287u, 0x0000027fu, 0x0004007cu, 0x00000035u, 0x0000028au, - 0x00000289u, 0x00060041u, 0x000001dfu, 0x000004bbu, 0x000001ddu, 0x00000099u, 0x0000028au, 0x0004003du, - 0x00000007u, 0x000004bcu, 0x000004bbu, 0x0003003eu, 0x000004b7u, 0x000004bcu, 0x00050041u, 0x00000014u, - 0x000004bdu, 0x000004b7u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x000004beu, 0x000004bdu, 0x00050041u, - 0x00000014u, 0x000004bfu, 0x000004b7u, 0x0000004eu, 0x0004003du, 0x00000006u, 0x000004c0u, 0x000004bfu, - 0x00050041u, 0x00000014u, 0x000004c1u, 0x000004b7u, 0x000001e6u, 0x0004003du, 0x00000006u, 0x000004c2u, - 0x000004c1u, 0x00050041u, 0x00000014u, 0x000004c3u, 0x000004b7u, 0x000001e9u, 0x0004003du, 0x00000006u, - 0x000004c4u, 0x000004c3u, 0x00060041u, 0x000001bbu, 0x000004cau, 0x000001b9u, 0x00000099u, 0x0000028au, - 0x0004003du, 0x000001b5u, 0x000004cbu, 0x000004cau, 0x00050051u, 0x00000006u, 0x000004ccu, 0x000004cbu, - 0x00000000u, 0x00050051u, 0x00000006u, 0x000004ceu, 0x000004cbu, 0x00000001u, 0x00050051u, 0x00000006u, - 0x000004d0u, 0x000004cbu, 0x00000002u, 0x00050051u, 0x0000001cu, 0x000004d2u, 0x000004cbu, 0x00000003u, - 0x00050051u, 0x0000001cu, 0x000004d4u, 0x000004cbu, 0x00000004u, 0x00050051u, 0x00000006u, 0x000004d6u, - 0x000004cbu, 0x00000005u, 0x00050051u, 0x00000006u, 0x000004d8u, 0x000004cbu, 0x00000006u, 0x00050051u, - 0x00000006u, 0x000004dau, 0x000004cbu, 0x00000007u, 0x00050051u, 0x0000001cu, 0x000004dcu, 0x000004cbu, - 0x00000008u, 0x00050051u, 0x0000001du, 0x000004deu, 0x000004cbu, 0x00000009u, 0x0003003eu, 0x00000295u, - 0x00000232u, 0x0003003eu, 0x00000297u, 0x0000023cu, 0x000300f7u, 0x0000056au, 0x00000000u, 0x000300fbu, - 0x0000004bu, 0x000004f2u, 0x000200f8u, 0x000004f2u, 0x00050041u, 0x00000014u, 0x000004f3u, 0x00000295u, - 0x0000004eu, 0x0004003du, 0x00000006u, 0x000004f4u, 0x000004f3u, 0x000500c3u, 0x00000006u, 0x000004f8u, - 0x000004c0u, 0x000000c1u, 0x00050084u, 0x00000006u, 0x000004f9u, 0x00000262u, 0x000004f8u, 0x0007000cu, - 0x00000006u, 0x000004fau, 0x00000001u, 0x0000002au, 0x000004f4u, 0x000004f9u, 0x0003003eu, 0x000004f3u, - 0x000004fau, 0x00050041u, 0x00000014u, 0x000004fcu, 0x00000297u, 0x0000004eu, 0x0004003du, 0x00000006u, - 0x000004fdu, 0x000004fcu, 0x00050080u, 0x00000006u, 0x00000501u, 0x000004c4u, 0x00000080u, 0x000500c3u, - 0x00000006u, 0x00000502u, 0x00000501u, 0x000000c1u, 0x00050084u, 0x00000006u, 0x00000503u, 0x00000262u, - 0x00000502u, 0x00050082u, 0x00000006u, 0x00000504u, 0x00000503u, 0x000000adu, 0x0007000cu, 0x00000006u, - 0x00000505u, 0x00000001u, 0x00000027u, 0x000004fdu, 0x00000504u, 0x0003003eu, 0x000004fcu, 0x00000505u, - 0x0004003du, 0x00000006u, 0x00000508u, 0x000004f3u, 0x00050084u, 0x00000006u, 0x00000509u, 0x00000508u, - 0x00000088u, 0x0004003du, 0x00000006u, 0x0000050bu, 0x000004fcu, 0x00050084u, 0x00000006u, 0x0000050cu, - 0x0000050bu, 0x00000088u, 0x00050080u, 0x00000006u, 0x0000050du, 0x0000050cu, 0x00000080u, 0x00040072u, - 0x00000006u, 0x00000512u, 0x000004d2u, 0x00050084u, 0x00000006u, 0x00000513u, 0x00000262u, 0x00000512u, - 0x0007000cu, 0x00000006u, 0x00000514u, 0x00000001u, 0x0000002au, 0x00000509u, 0x00000513u, 0x00040072u, - 0x00000006u, 0x00000519u, 0x000004dcu, 0x00050084u, 0x00000006u, 0x0000051au, 0x00000262u, 0x00000519u, - 0x00050082u, 0x00000006u, 0x0000051bu, 0x0000051au, 0x000000adu, 0x0007000cu, 0x00000006u, 0x0000051cu, - 0x00000001u, 0x00000027u, 0x0000050du, 0x0000051bu, 0x000500b1u, 0x00000020u, 0x0000051fu, 0x0000051cu, - 0x00000514u, 0x000300f7u, 0x00000521u, 0x00000000u, 0x000400fau, 0x0000051fu, 0x00000520u, 0x00000521u, - 0x000200f8u, 0x00000520u, 0x000200f9u, 0x0000056au, 0x000200f8u, 0x00000521u, 0x00040071u, 0x00000035u, - 0x00000524u, 0x000004deu, 0x0004007cu, 0x00000006u, 0x00000525u, 0x00000524u, 0x000500c7u, 0x00000006u, - 0x00000526u, 0x00000525u, 0x000000adu, 0x000500abu, 0x00000020u, 0x00000527u, 0x00000526u, 0x00000099u, - 0x00040072u, 0x00000006u, 0x0000052cu, 0x000004d4u, 0x00050084u, 0x00000006u, 0x0000052eu, 0x0000052cu, - 0x00000262u, 0x00050050u, 0x00000022u, 0x0000052fu, 0x0000052eu, 0x0000052eu, 0x00050080u, 0x00000022u, - 0x00000530u, 0x0000052fu, 0x0000016fu, 0x00050050u, 0x00000022u, 0x00000532u, 0x00000514u, 0x00000514u, - 0x00050050u, 0x00000022u, 0x00000534u, 0x0000051cu, 0x0000051cu, 0x0008000cu, 0x00000022u, 0x00000535u, - 0x00000001u, 0x0000002du, 0x00000530u, 0x00000532u, 0x00000534u, 0x00050051u, 0x00000006u, 0x00000536u, - 0x00000535u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000537u, 0x00000535u, 0x00000001u, 0x00070050u, - 0x00000007u, 0x00000538u, 0x00000514u, 0x0000051cu, 0x00000536u, 0x00000537u, 0x000500c7u, 0x00000006u, - 0x00000590u, 0x00000512u, 0x00000085u, 0x00050084u, 0x00000006u, 0x00000596u, 0x00000590u, 0x00000262u, - 0x00070050u, 0x00000007u, 0x0000059cu, 0x00000596u, 0x00000596u, 0x00000596u, 0x00000596u, 0x00050082u, - 0x00000007u, 0x0000059du, 0x00000538u, 0x0000059cu, 0x00050084u, 0x00000006u, 0x000005a1u, 0x00000262u, - 0x000004ccu, 0x00070050u, 0x00000007u, 0x0000060au, 0x000004d6u, 0x000004d6u, 0x000004d6u, 0x000004d6u, - 0x00050098u, 0x00000066u, 0x0000060bu, 0x0000059du, 0x0000060au, 0x00050051u, 0x00000007u, 0x0000060cu, - 0x0000060bu, 0x00000000u, 0x00050051u, 0x00000007u, 0x0000060du, 0x0000060bu, 0x00000001u, 0x0004007cu, - 0x0000006bu, 0x0000060fu, 0x0000060cu, 0x0004007cu, 0x00000035u, 0x00000611u, 0x000005a1u, 0x00070050u, - 0x0000006bu, 0x00000612u, 0x00000611u, 0x00000611u, 0x00000611u, 0x00000611u, 0x00050095u, 0x00000072u, - 0x00000613u, 0x0000060fu, 0x00000612u, 0x00050051u, 0x0000006bu, 0x00000614u, 0x00000613u, 0x00000001u, - 0x00050051u, 0x0000006bu, 0x00000615u, 0x00000613u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000616u, - 0x00000615u, 0x0004007cu, 0x00000007u, 0x00000618u, 0x00000614u, 0x00050080u, 0x00000007u, 0x0000061au, - 0x0000060du, 0x00000618u, 0x00050084u, 0x00000006u, 0x000005adu, 0x00000262u, 0x000004ceu, 0x00070050u, - 0x00000007u, 0x00000624u, 0x000004d8u, 0x000004d8u, 0x000004d8u, 0x000004d8u, 0x00050098u, 0x00000066u, - 0x00000625u, 0x0000059du, 0x00000624u, 0x00050051u, 0x00000007u, 0x00000626u, 0x00000625u, 0x00000000u, - 0x00050051u, 0x00000007u, 0x00000627u, 0x00000625u, 0x00000001u, 0x0004007cu, 0x0000006bu, 0x00000629u, - 0x00000626u, 0x0004007cu, 0x00000035u, 0x0000062bu, 0x000005adu, 0x00070050u, 0x0000006bu, 0x0000062cu, - 0x0000062bu, 0x0000062bu, 0x0000062bu, 0x0000062bu, 0x00050095u, 0x00000072u, 0x0000062du, 0x00000629u, - 0x0000062cu, 0x00050051u, 0x0000006bu, 0x0000062eu, 0x0000062du, 0x00000001u, 0x00050051u, 0x0000006bu, - 0x0000062fu, 0x0000062du, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000630u, 0x0000062fu, 0x0004007cu, - 0x00000007u, 0x00000632u, 0x0000062eu, 0x00050080u, 0x00000007u, 0x00000634u, 0x00000627u, 0x00000632u, - 0x00070050u, 0x00000007u, 0x000005b4u, 0x0000052eu, 0x0000052eu, 0x0000052eu, 0x0000052eu, 0x00050082u, - 0x00000007u, 0x000005b5u, 0x00000538u, 0x000005b4u, 0x00050084u, 0x00000006u, 0x000005b9u, 0x00000262u, - 0x000004d0u, 0x00070050u, 0x00000007u, 0x0000063eu, 0x000004dau, 0x000004dau, 0x000004dau, 0x000004dau, - 0x00050098u, 0x00000066u, 0x0000063fu, 0x000005b5u, 0x0000063eu, 0x00050051u, 0x00000007u, 0x00000640u, - 0x0000063fu, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000641u, 0x0000063fu, 0x00000001u, 0x0004007cu, - 0x0000006bu, 0x00000643u, 0x00000640u, 0x0004007cu, 0x00000035u, 0x00000645u, 0x000005b9u, 0x00070050u, - 0x0000006bu, 0x00000646u, 0x00000645u, 0x00000645u, 0x00000645u, 0x00000645u, 0x00050095u, 0x00000072u, - 0x00000647u, 0x00000643u, 0x00000646u, 0x00050051u, 0x0000006bu, 0x00000648u, 0x00000647u, 0x00000001u, - 0x00050051u, 0x0000006bu, 0x00000649u, 0x00000647u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x0000064au, - 0x00000649u, 0x0004007cu, 0x00000007u, 0x0000064cu, 0x00000648u, 0x00050080u, 0x00000007u, 0x0000064eu, - 0x00000641u, 0x0000064cu, 0x00050084u, 0x00000006u, 0x000005c5u, 0x00000262u, 0x0000052cu, 0x00070050u, - 0x00000007u, 0x000005c6u, 0x000005c5u, 0x000005c5u, 0x000005c5u, 0x000005c5u, 0x000500b1u, 0x000000d7u, - 0x000005c7u, 0x00000538u, 0x000005c6u, 0x000600a9u, 0x00000007u, 0x000005c8u, 0x000005c7u, 0x00000630u, - 0x0000064au, 0x000600a9u, 0x00000007u, 0x000005d3u, 0x000005c7u, 0x00000634u, 0x0000064eu, 0x000500adu, - 0x000000d7u, 0x000005d6u, 0x0000061au, 0x000000e9u, 0x000600a9u, 0x00000007u, 0x000005d7u, 0x000005d6u, - 0x000000e7u, 0x00000616u, 0x000500b1u, 0x000000d7u, 0x000005dau, 0x0000061au, 0x000000f1u, 0x000600a9u, - 0x00000007u, 0x000005dbu, 0x000005dau, 0x000000eeu, 0x000005d7u, 0x000500adu, 0x000000d7u, 0x000005deu, - 0x000005d3u, 0x000000e9u, 0x000600a9u, 0x00000007u, 0x000005dfu, 0x000005deu, 0x000000e7u, 0x000005c8u, - 0x000500b1u, 0x000000d7u, 0x000005e2u, 0x000005d3u, 0x000000f1u, 0x000600a9u, 0x00000007u, 0x000005e3u, - 0x000005e2u, 0x000000eeu, 0x000005dfu, 0x000500c3u, 0x00000007u, 0x00000655u, 0x000005dbu, 0x00000708u, - 0x000500c3u, 0x00000007u, 0x0000065au, 0x000005e3u, 0x00000708u, 0x00070050u, 0x000000d7u, 0x0000070du, - 0x00000527u, 0x00000527u, 0x00000527u, 0x00000527u, 0x000600a9u, 0x00000007u, 0x0000070eu, 0x0000070du, - 0x0000065au, 0x00000655u, 0x000600a9u, 0x00000007u, 0x00000710u, 0x0000070du, 0x00000655u, 0x0000065au, - 0x0006000cu, 0x00000007u, 0x000005f1u, 0x00000001u, 0x00000005u, 0x00000710u, 0x0006000cu, 0x00000007u, - 0x000005f3u, 0x00000001u, 0x00000005u, 0x0000070eu, 0x0007000cu, 0x00000007u, 0x000005f4u, 0x00000001u, - 0x0000002au, 0x000005f1u, 0x000005f3u, 0x0007004fu, 0x00000022u, 0x0000065fu, 0x000005f4u, 0x000005f4u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x00000661u, 0x000005f4u, 0x000005f4u, 0x00000002u, - 0x00000003u, 0x0007000cu, 0x00000022u, 0x00000662u, 0x00000001u, 0x0000002au, 0x0000065fu, 0x00000661u, - 0x0003003eu, 0x0000065bu, 0x00000662u, 0x00050041u, 0x00000014u, 0x00000663u, 0x0000065bu, 0x0000004bu, - 0x0004003du, 0x00000006u, 0x00000664u, 0x00000663u, 0x00050041u, 0x00000014u, 0x00000665u, 0x0000065bu, - 0x0000004eu, 0x0004003du, 0x00000006u, 0x00000666u, 0x00000665u, 0x0007000cu, 0x00000006u, 0x00000667u, - 0x00000001u, 0x0000002au, 0x00000664u, 0x00000666u, 0x00050084u, 0x00000006u, 0x000005f8u, 0x00000117u, - 0x00000262u, 0x000500b3u, 0x00000020u, 0x000005f9u, 0x00000667u, 0x000005f8u, 0x000300f7u, 0x00000601u, - 0x00000000u, 0x000400fau, 0x000005f9u, 0x000005fau, 0x00000600u, 0x000200f8u, 0x000005fau, 0x0007004fu, - 0x00000022u, 0x0000066cu, 0x00000710u, 0x00000710u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, - 0x0000066eu, 0x00000710u, 0x00000710u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x0000066fu, - 0x00000001u, 0x00000027u, 0x0000066cu, 0x0000066eu, 0x0003003eu, 0x00000668u, 0x0000066fu, 0x00050041u, - 0x00000014u, 0x00000670u, 0x00000668u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x00000671u, 0x00000670u, - 0x00050041u, 0x00000014u, 0x00000672u, 0x00000668u, 0x0000004eu, 0x0004003du, 0x00000006u, 0x00000673u, - 0x00000672u, 0x0007000cu, 0x00000006u, 0x00000674u, 0x00000001u, 0x00000027u, 0x00000671u, 0x00000673u, - 0x0007004fu, 0x00000022u, 0x00000679u, 0x0000070eu, 0x0000070eu, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x00000022u, 0x0000067bu, 0x0000070eu, 0x0000070eu, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, - 0x0000067cu, 0x00000001u, 0x0000002au, 0x00000679u, 0x0000067bu, 0x0003003eu, 0x00000675u, 0x0000067cu, - 0x00050041u, 0x00000014u, 0x0000067du, 0x00000675u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x0000067eu, - 0x0000067du, 0x00050041u, 0x00000014u, 0x0000067fu, 0x00000675u, 0x0000004eu, 0x0004003du, 0x00000006u, - 0x00000680u, 0x0000067fu, 0x0007000cu, 0x00000006u, 0x00000681u, 0x00000001u, 0x0000002au, 0x0000067eu, - 0x00000680u, 0x00050050u, 0x00000022u, 0x000005ffu, 0x00000674u, 0x00000681u, 0x000200f9u, 0x00000601u, - 0x000200f8u, 0x00000600u, 0x000200f9u, 0x00000601u, 0x000200f8u, 0x00000601u, 0x000700f5u, 0x00000022u, - 0x000006fdu, 0x000005ffu, 0x000005fau, 0x00000126u, 0x00000600u, 0x000500c7u, 0x00000006u, 0x00000542u, - 0x00000525u, 0x00000189u, 0x000500abu, 0x00000020u, 0x00000543u, 0x00000542u, 0x00000099u, 0x000600a9u, - 0x00000006u, 0x00000544u, 0x00000543u, 0x00000088u, 0x00000080u, 0x000500c3u, 0x00000006u, 0x00000548u, - 0x000004beu, 0x000000c1u, 0x00050084u, 0x00000006u, 0x00000549u, 0x00000262u, 0x00000548u, 0x00050080u, - 0x00000006u, 0x0000054eu, 0x000004c2u, 0x00000544u, 0x000500c3u, 0x00000006u, 0x0000054fu, 0x0000054eu, - 0x000000c1u, 0x00050084u, 0x00000006u, 0x00000550u, 0x00000262u, 0x0000054fu, 0x00050082u, 0x00000006u, - 0x00000551u, 0x00000550u, 0x000000adu, 0x00050050u, 0x00000022u, 0x00000552u, 0x00000549u, 0x00000551u, - 0x0007004fu, 0x00000022u, 0x00000555u, 0x00000552u, 0x00000552u, 0x00000000u, 0x00000000u, 0x0007004fu, - 0x00000022u, 0x00000557u, 0x00000552u, 0x00000552u, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000022u, - 0x00000558u, 0x00000001u, 0x0000002du, 0x000006fdu, 0x00000555u, 0x00000557u, 0x0003003eu, 0x000004e9u, - 0x00000558u, 0x00050041u, 0x00000014u, 0x00000559u, 0x000004e9u, 0x0000004bu, 0x0004003du, 0x00000006u, - 0x0000055au, 0x00000559u, 0x00050041u, 0x00000014u, 0x0000055bu, 0x00000295u, 0x0000004bu, 0x0004003du, - 0x00000006u, 0x0000055cu, 0x0000055bu, 0x0007000cu, 0x00000006u, 0x0000055du, 0x00000001u, 0x0000002au, - 0x0000055au, 0x0000055cu, 0x0003003eu, 0x00000559u, 0x0000055du, 0x00050041u, 0x00000014u, 0x0000055fu, - 0x000004e9u, 0x0000004eu, 0x0004003du, 0x00000006u, 0x00000560u, 0x0000055fu, 0x00050041u, 0x00000014u, - 0x00000561u, 0x00000297u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x00000562u, 0x00000561u, 0x0007000cu, - 0x00000006u, 0x00000563u, 0x00000001u, 0x00000027u, 0x00000560u, 0x00000562u, 0x0003003eu, 0x0000055fu, - 0x00000563u, 0x0004003du, 0x00000006u, 0x00000566u, 0x00000559u, 0x0004003du, 0x00000006u, 0x00000568u, - 0x0000055fu, 0x000500b3u, 0x00000020u, 0x00000569u, 0x00000566u, 0x00000568u, 0x000200f9u, 0x0000056au, - 0x000200f8u, 0x0000056au, 0x000700f5u, 0x00000020u, 0x000006feu, 0x0000015cu, 0x00000520u, 0x00000569u, - 0x00000601u, 0x000300f7u, 0x0000029eu, 0x00000000u, 0x000400fau, 0x000006feu, 0x0000029du, 0x0000029eu, - 0x000200f8u, 0x0000029du, 0x000500c5u, 0x00000035u, 0x000002a2u, 0x000006fau, 0x00000281u, 0x000200f9u, - 0x0000029eu, 0x000200f8u, 0x0000029eu, 0x000700f5u, 0x00000035u, 0x00000706u, 0x000006fau, 0x0000056au, - 0x000002a2u, 0x0000029du, 0x000200f9u, 0x00000279u, 0x000200f8u, 0x00000279u, 0x000200f9u, 0x00000276u, - 0x000200f8u, 0x00000278u, 0x00050084u, 0x00000006u, 0x000002aau, 0x00000217u, 0x000002a9u, 0x00050080u, - 0x00000006u, 0x000002acu, 0x000002aau, 0x000001f6u, 0x00060041u, 0x000002aeu, 0x000002afu, 0x000002a6u, - 0x00000099u, 0x000002acu, 0x0003003eu, 0x000002afu, 0x000006fau, 0x000500abu, 0x00000020u, 0x000002b1u, - 0x000006fau, 0x0000004bu, 0x000300f7u, 0x000002b3u, 0x00000000u, 0x000400fau, 0x000002b1u, 0x000002b2u, - 0x000002bdu, 0x000200f8u, 0x000002b2u, 0x00060041u, 0x000002aeu, 0x000002b9u, 0x000002b7u, 0x00000099u, - 0x00000217u, 0x000500c4u, 0x00000035u, 0x000002bbu, 0x0000004eu, 0x000001f6u, 0x000700f1u, 0x00000035u, - 0x000002bcu, 0x000002b9u, 0x0000004eu, 0x0000004bu, 0x000002bbu, 0x000200f9u, 0x000002b3u, 0x000200f8u, - 0x000002bdu, 0x00060041u, 0x000002aeu, 0x000002bfu, 0x000002b7u, 0x00000099u, 0x00000217u, 0x000500c4u, - 0x00000035u, 0x000002c1u, 0x0000004eu, 0x000001f6u, 0x000400c8u, 0x00000035u, 0x000002c2u, 0x000002c1u, - 0x000700f0u, 0x00000035u, 0x000002c3u, 0x000002bfu, 0x0000004eu, 0x0000004bu, 0x000002c2u, 0x000200f9u, - 0x000002b3u, 0x000200f8u, 0x000002b3u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, - 0x0000071fu, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00000016u, 0x00020011u, 0x00000027u, - 0x00020011u, 0x0000003du, 0x00020011u, 0x00000040u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, - 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, - 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, - 0x0009000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x000001f2u, 0x000001fdu, 0x00000201u, - 0x0000020cu, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, - 0x000001b5u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000001b5u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x000001b5u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000001b5u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001b5u, 0x00000004u, 0x00000023u, 0x0000000eu, - 0x00050048u, 0x000001b5u, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000001b5u, 0x00000006u, - 0x00000023u, 0x00000014u, 0x00050048u, 0x000001b5u, 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, - 0x000001b5u, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000001b5u, 0x00000009u, 0x00000023u, - 0x0000001eu, 0x00050048u, 0x000001b5u, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, 0x000001b6u, - 0x00000006u, 0x00000020u, 0x00040048u, 0x000001b7u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000001b7u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001b7u, 0x00000002u, 0x00040047u, 0x000001b9u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000001b9u, 0x00000021u, 0x00000000u, 0x00040047u, 0x000001dau, - 0x00000006u, 0x00000010u, 0x00040048u, 0x000001dbu, 0x00000000u, 0x00000018u, 0x00050048u, 0x000001dbu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001dbu, 0x00000002u, 0x00040047u, 0x000001ddu, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000001ddu, 0x00000021u, 0x00000001u, 0x00040047u, 0x000001f2u, - 0x0000000bu, 0x0000001au, 0x00030047u, 0x000001fdu, 0x00000000u, 0x00040047u, 0x000001fdu, 0x0000000bu, - 0x00000029u, 0x00030047u, 0x000001feu, 0x00000000u, 0x00030047u, 0x000001ffu, 0x00000000u, 0x00030047u, - 0x00000201u, 0x00000000u, 0x00040047u, 0x00000201u, 0x0000000bu, 0x00000024u, 0x00030047u, 0x00000202u, - 0x00000000u, 0x00030047u, 0x00000203u, 0x00000000u, 0x00030047u, 0x00000204u, 0x00000000u, 0x00040047u, - 0x0000020cu, 0x0000000bu, 0x00000028u, 0x00040047u, 0x00000214u, 0x00000001u, 0x00000000u, 0x00040047u, - 0x00000215u, 0x0000000bu, 0x00000019u, 0x00040047u, 0x00000222u, 0x00000001u, 0x00000004u, 0x00040047u, - 0x00000223u, 0x00000001u, 0x00000001u, 0x00040047u, 0x0000022cu, 0x00000001u, 0x00000002u, 0x00050048u, - 0x00000240u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000240u, 0x00000001u, 0x00000023u, - 0x00000008u, 0x00030047u, 0x00000240u, 0x00000002u, 0x00040047u, 0x00000276u, 0x00000001u, 0x00000006u, - 0x00040047u, 0x000002b3u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000002b4u, 0x00000000u, 0x00000019u, - 0x00050048u, 0x000002b4u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002b4u, 0x00000002u, - 0x00040047u, 0x000002b6u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000002b6u, 0x00000021u, 0x00000003u, - 0x00040047u, 0x000002b8u, 0x00000001u, 0x00000003u, 0x00040047u, 0x000002c4u, 0x00000006u, 0x00000004u, - 0x00040048u, 0x000002c5u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000002c5u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000002c5u, 0x00000002u, 0x00040047u, 0x000002c7u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000002c7u, 0x00000021u, 0x00000004u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, - 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000007u, 0x00000006u, - 0x00000004u, 0x00040020u, 0x00000008u, 0x00000007u, 0x00000007u, 0x00040020u, 0x00000014u, 0x00000007u, - 0x00000006u, 0x00040015u, 0x0000001cu, 0x00000010u, 0x00000001u, 0x00040015u, 0x0000001du, 0x00000008u, - 0x00000000u, 0x00020014u, 0x00000020u, 0x00040017u, 0x00000022u, 0x00000006u, 0x00000002u, 0x00040020u, - 0x0000002au, 0x00000007u, 0x00000022u, 0x00040015u, 0x00000035u, 0x00000020u, 0x00000000u, 0x0004002bu, - 0x00000006u, 0x00000040u, 0x0000000fu, 0x0004002bu, 0x00000035u, 0x0000004bu, 0x00000000u, 0x0004002bu, - 0x00000035u, 0x0000004eu, 0x00000001u, 0x0004001eu, 0x00000066u, 0x00000007u, 0x00000007u, 0x00040017u, - 0x0000006bu, 0x00000035u, 0x00000004u, 0x0004001eu, 0x00000072u, 0x0000006bu, 0x0000006bu, 0x0004002bu, - 0x00000006u, 0x00000080u, 0x00000003u, 0x0004002bu, 0x00000006u, 0x00000085u, 0xfffffffcu, 0x0004002bu, - 0x00000006u, 0x00000088u, 0x00000004u, 0x0004002bu, 0x00000006u, 0x00000099u, 0x00000000u, 0x0004002bu, - 0x00000006u, 0x000000adu, 0x00000001u, 0x0004002bu, 0x00000006u, 0x000000bfu, 0x00000007u, 0x0004002bu, - 0x00000006u, 0x000000c1u, 0x00000002u, 0x00040017u, 0x000000d7u, 0x00000020u, 0x00000004u, 0x0004002bu, - 0x00000006u, 0x000000e6u, 0x7fffffffu, 0x0007002cu, 0x00000007u, 0x000000e7u, 0x000000e6u, 0x000000e6u, - 0x000000e6u, 0x000000e6u, 0x0007002cu, 0x00000007u, 0x000000e9u, 0x00000099u, 0x00000099u, 0x00000099u, - 0x00000099u, 0x0004002bu, 0x00000006u, 0x000000edu, 0x80000000u, 0x0007002cu, 0x00000007u, 0x000000eeu, - 0x000000edu, 0x000000edu, 0x000000edu, 0x000000edu, 0x0004002bu, 0x00000006u, 0x000000f0u, 0xffffffffu, - 0x0007002cu, 0x00000007u, 0x000000f1u, 0x000000f0u, 0x000000f0u, 0x000000f0u, 0x000000f0u, 0x0004002bu, - 0x00000006u, 0x00000117u, 0x000007ffu, 0x0005002cu, 0x00000022u, 0x00000126u, 0x00000099u, 0x000000e6u, - 0x0004002bu, 0x00000006u, 0x00000150u, 0x00000008u, 0x0003002au, 0x00000020u, 0x0000015cu, 0x0005002cu, - 0x00000022u, 0x0000016fu, 0x000000f0u, 0x00000099u, 0x0004002bu, 0x00000006u, 0x00000189u, 0x00000080u, - 0x000d001eu, 0x000001b5u, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000001cu, 0x0000001cu, 0x00000006u, - 0x00000006u, 0x00000006u, 0x0000001cu, 0x0000001du, 0x0000001du, 0x0003001du, 0x000001b6u, 0x000001b5u, - 0x0003001eu, 0x000001b7u, 0x000001b6u, 0x00040020u, 0x000001b8u, 0x0000000cu, 0x000001b7u, 0x0004003bu, - 0x000001b8u, 0x000001b9u, 0x0000000cu, 0x00040020u, 0x000001bbu, 0x0000000cu, 0x000001b5u, 0x0003001du, - 0x000001dau, 0x00000007u, 0x0003001eu, 0x000001dbu, 0x000001dau, 0x00040020u, 0x000001dcu, 0x0000000cu, - 0x000001dbu, 0x0004003bu, 0x000001dcu, 0x000001ddu, 0x0000000cu, 0x00040020u, 0x000001dfu, 0x0000000cu, - 0x00000007u, 0x0004002bu, 0x00000035u, 0x000001e6u, 0x00000002u, 0x0004002bu, 0x00000035u, 0x000001e9u, - 0x00000003u, 0x00040017u, 0x000001f0u, 0x00000035u, 0x00000003u, 0x00040020u, 0x000001f1u, 0x00000001u, - 0x000001f0u, 0x0004003bu, 0x000001f1u, 0x000001f2u, 0x00000001u, 0x00040020u, 0x000001f3u, 0x00000001u, - 0x00000035u, 0x00040017u, 0x000001f8u, 0x00000035u, 0x00000002u, 0x0004003bu, 0x000001f3u, 0x000001fdu, - 0x00000001u, 0x0004003bu, 0x000001f3u, 0x00000201u, 0x00000001u, 0x0004003bu, 0x000001f3u, 0x0000020cu, - 0x00000001u, 0x00040032u, 0x00000035u, 0x00000214u, 0x00000001u, 0x00060033u, 0x000001f0u, 0x00000215u, - 0x00000214u, 0x0000004eu, 0x0000004eu, 0x00060034u, 0x00000035u, 0x00000216u, 0x00000051u, 0x00000215u, - 0x00000000u, 0x00060034u, 0x00000006u, 0x00000217u, 0x00000080u, 0x00000216u, 0x0000004bu, 0x00060034u, - 0x00000006u, 0x00000218u, 0x000000c3u, 0x00000217u, 0x00000080u, 0x00050033u, 0x00000022u, 0x00000219u, - 0x00000150u, 0x00000218u, 0x00040032u, 0x00000006u, 0x00000222u, 0x00000400u, 0x00040032u, 0x00000006u, - 0x00000223u, 0x00000008u, 0x00060034u, 0x00000006u, 0x00000224u, 0x00000087u, 0x00000222u, 0x00000223u, - 0x00060034u, 0x00000006u, 0x0000022bu, 0x00000084u, 0x00000223u, 0x00000150u, 0x00040032u, 0x00000006u, - 0x0000022cu, 0x00000008u, 0x00060034u, 0x00000006u, 0x0000022du, 0x00000084u, 0x0000022cu, 0x00000218u, - 0x00050033u, 0x00000022u, 0x0000022eu, 0x0000022bu, 0x0000022du, 0x00060034u, 0x00000006u, 0x0000023bu, - 0x00000084u, 0x00000223u, 0x00000150u, 0x0004001eu, 0x00000240u, 0x000001f8u, 0x00000006u, 0x00040020u, - 0x00000241u, 0x00000009u, 0x00000240u, 0x0004003bu, 0x00000241u, 0x00000242u, 0x00000009u, 0x00040020u, - 0x00000243u, 0x00000009u, 0x000001f8u, 0x00050033u, 0x00000022u, 0x0000024cu, 0x00000223u, 0x0000022cu, - 0x00050033u, 0x00000022u, 0x00000250u, 0x00000223u, 0x0000022cu, 0x00040020u, 0x00000259u, 0x00000009u, - 0x00000006u, 0x0004002bu, 0x00000006u, 0x0000025eu, 0x00000020u, 0x00040032u, 0x00000006u, 0x00000276u, - 0x00000001u, 0x0003001du, 0x000002b3u, 0x00000035u, 0x0003001eu, 0x000002b4u, 0x000002b3u, 0x00040020u, - 0x000002b5u, 0x0000000cu, 0x000002b4u, 0x0004003bu, 0x000002b5u, 0x000002b6u, 0x0000000cu, 0x00040032u, - 0x00000006u, 0x000002b8u, 0x00000100u, 0x00060034u, 0x00000006u, 0x000002b9u, 0x00000087u, 0x000002b8u, - 0x0000025eu, 0x00040020u, 0x000002beu, 0x0000000cu, 0x00000035u, 0x0003001du, 0x000002c4u, 0x00000035u, - 0x0003001eu, 0x000002c5u, 0x000002c4u, 0x00040020u, 0x000002c6u, 0x0000000cu, 0x000002c5u, 0x0004003bu, - 0x000002c6u, 0x000002c7u, 0x0000000cu, 0x0005002cu, 0x00000022u, 0x00000715u, 0x000000adu, 0x000000adu, - 0x0007002cu, 0x00000007u, 0x00000716u, 0x00000040u, 0x00000040u, 0x00000040u, 0x00000040u, 0x00050036u, - 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x0000002au, - 0x00000683u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000676u, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x00000669u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000004f7u, 0x00000007u, 0x0004003bu, 0x00000008u, - 0x000004c5u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000004b8u, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x000004abu, 0x00000007u, 0x0004003bu, 0x0000002au, 0x0000049eu, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x0000032cu, 0x00000007u, 0x0004003bu, 0x00000008u, 0x000002fau, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x00000212u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x00000229u, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x00000279u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x0000027bu, 0x00000007u, 0x0004003bu, 0x0000002au, - 0x000002a5u, 0x00000007u, 0x0004003bu, 0x0000002au, 0x000002a7u, 0x00000007u, 0x00050041u, 0x000001f3u, - 0x000001f4u, 0x000001f2u, 0x0000004bu, 0x0004003du, 0x00000035u, 0x000001f5u, 0x000001f4u, 0x0004007cu, - 0x00000006u, 0x000001f6u, 0x000001f5u, 0x0004003du, 0x000001f0u, 0x000001f9u, 0x000001f2u, 0x0007004fu, - 0x000001f8u, 0x000001fau, 0x000001f9u, 0x000001f9u, 0x00000001u, 0x00000002u, 0x0004007cu, 0x00000022u, - 0x000001fbu, 0x000001fau, 0x0004003du, 0x00000035u, 0x000001feu, 0x000001fdu, 0x0004007cu, 0x00000006u, - 0x000001ffu, 0x000001feu, 0x0004003du, 0x00000035u, 0x00000202u, 0x00000201u, 0x0004007cu, 0x00000006u, - 0x00000203u, 0x00000202u, 0x000500c3u, 0x00000006u, 0x00000204u, 0x00000203u, 0x00000080u, 0x000500c7u, - 0x00000006u, 0x00000207u, 0x000001ffu, 0x000000bfu, 0x000500c3u, 0x00000006u, 0x0000020au, 0x000001ffu, - 0x00000080u, 0x0004003du, 0x00000035u, 0x0000020du, 0x0000020cu, 0x0004007cu, 0x00000006u, 0x0000020eu, - 0x0000020du, 0x00050084u, 0x00000006u, 0x0000020fu, 0x00000204u, 0x0000020eu, 0x00050080u, 0x00000006u, - 0x00000211u, 0x0000020au, 0x0000020fu, 0x00050084u, 0x00000022u, 0x0000021au, 0x000001fbu, 0x00000219u, - 0x00050050u, 0x00000022u, 0x0000021du, 0x00000207u, 0x00000211u, 0x00050080u, 0x00000022u, 0x0000021eu, - 0x0000021au, 0x0000021du, 0x0003003eu, 0x00000212u, 0x0000021eu, 0x00050041u, 0x00000014u, 0x00000220u, - 0x00000212u, 0x0000004eu, 0x0004003du, 0x00000006u, 0x00000221u, 0x00000220u, 0x00050084u, 0x00000006u, - 0x00000225u, 0x00000221u, 0x00000224u, 0x00050041u, 0x00000014u, 0x00000226u, 0x00000212u, 0x0000004bu, - 0x0004003du, 0x00000006u, 0x00000227u, 0x00000226u, 0x00050080u, 0x00000006u, 0x00000228u, 0x00000225u, - 0x00000227u, 0x00050084u, 0x00000022u, 0x0000022fu, 0x000001fbu, 0x0000022eu, 0x0003003eu, 0x00000229u, - 0x0000022fu, 0x00050084u, 0x00000006u, 0x00000231u, 0x00000204u, 0x0000022cu, 0x00050084u, 0x00000006u, - 0x00000234u, 0x00000231u, 0x0000020eu, 0x00050041u, 0x00000014u, 0x00000235u, 0x00000229u, 0x0000004eu, - 0x0004003du, 0x00000006u, 0x00000236u, 0x00000235u, 0x00050080u, 0x00000006u, 0x00000237u, 0x00000236u, - 0x00000234u, 0x0003003eu, 0x00000235u, 0x00000237u, 0x0004003du, 0x00000022u, 0x0000023au, 0x00000229u, - 0x00050084u, 0x00000006u, 0x0000023du, 0x0000022cu, 0x00000204u, 0x00050050u, 0x00000022u, 0x0000023eu, - 0x0000023bu, 0x0000023du, 0x00050080u, 0x00000022u, 0x0000023fu, 0x0000023au, 0x0000023eu, 0x00050041u, - 0x00000243u, 0x00000244u, 0x00000242u, 0x00000099u, 0x0004003du, 0x000001f8u, 0x00000245u, 0x00000244u, - 0x0004007cu, 0x00000022u, 0x00000246u, 0x00000245u, 0x0007000cu, 0x00000022u, 0x00000247u, 0x00000001u, - 0x00000027u, 0x0000023fu, 0x00000246u, 0x00050082u, 0x00000022u, 0x00000249u, 0x00000247u, 0x00000715u, - 0x00050084u, 0x00000022u, 0x0000024du, 0x0000021eu, 0x0000024cu, 0x00050080u, 0x00000022u, 0x00000251u, - 0x0000024du, 0x00000250u, 0x0007000cu, 0x00000022u, 0x00000255u, 0x00000001u, 0x00000027u, 0x00000251u, - 0x00000246u, 0x00050082u, 0x00000022u, 0x00000257u, 0x00000255u, 0x00000715u, 0x00050041u, 0x00000259u, - 0x0000025au, 0x00000242u, 0x000000adu, 0x0004003du, 0x00000006u, 0x0000025bu, 0x0000025au, 0x000500b1u, - 0x00000020u, 0x0000025fu, 0x000001ffu, 0x0000025eu, 0x000300f7u, 0x00000261u, 0x00000000u, 0x000400fau, - 0x0000025fu, 0x00000260u, 0x00000261u, 0x000200f8u, 0x00000260u, 0x00050084u, 0x00000006u, 0x00000264u, - 0x000001f6u, 0x0000025eu, 0x00050080u, 0x00000006u, 0x00000266u, 0x00000264u, 0x000001ffu, 0x0004007cu, - 0x00000035u, 0x00000267u, 0x00000266u, 0x0004007cu, 0x00000035u, 0x0000026au, 0x0000025bu, 0x000500b0u, - 0x00000020u, 0x0000026bu, 0x00000267u, 0x0000026au, 0x000300f7u, 0x0000026du, 0x00000000u, 0x000400fau, - 0x0000026bu, 0x0000026cu, 0x0000026du, 0x000200f8u, 0x0000026cu, 0x00060041u, 0x000001dfu, 0x000002feu, - 0x000001ddu, 0x00000099u, 0x00000267u, 0x0004003du, 0x00000007u, 0x000002ffu, 0x000002feu, 0x0003003eu, - 0x000002fau, 0x000002ffu, 0x00050041u, 0x00000014u, 0x00000300u, 0x000002fau, 0x0000004bu, 0x0004003du, - 0x00000006u, 0x00000301u, 0x00000300u, 0x00050041u, 0x00000014u, 0x00000302u, 0x000002fau, 0x0000004eu, - 0x0004003du, 0x00000006u, 0x00000303u, 0x00000302u, 0x00050041u, 0x00000014u, 0x00000304u, 0x000002fau, - 0x000001e6u, 0x0004003du, 0x00000006u, 0x00000305u, 0x00000304u, 0x00050041u, 0x00000014u, 0x00000306u, - 0x000002fau, 0x000001e9u, 0x0004003du, 0x00000006u, 0x00000307u, 0x00000306u, 0x00060041u, 0x000001bbu, - 0x0000030du, 0x000001b9u, 0x00000099u, 0x00000267u, 0x0004003du, 0x000001b5u, 0x0000030eu, 0x0000030du, - 0x00050051u, 0x00000006u, 0x0000030fu, 0x0000030eu, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000311u, - 0x0000030eu, 0x00000001u, 0x00050051u, 0x00000006u, 0x00000313u, 0x0000030eu, 0x00000002u, 0x00050051u, - 0x0000001cu, 0x00000315u, 0x0000030eu, 0x00000003u, 0x00050051u, 0x0000001cu, 0x00000317u, 0x0000030eu, - 0x00000004u, 0x00050051u, 0x00000006u, 0x00000319u, 0x0000030eu, 0x00000005u, 0x00050051u, 0x00000006u, - 0x0000031bu, 0x0000030eu, 0x00000006u, 0x00050051u, 0x00000006u, 0x0000031du, 0x0000030eu, 0x00000007u, - 0x00050051u, 0x0000001cu, 0x0000031fu, 0x0000030eu, 0x00000008u, 0x00050051u, 0x0000001du, 0x00000321u, - 0x0000030eu, 0x00000009u, 0x0004003du, 0x00000022u, 0x0000027au, 0x00000229u, 0x0003003eu, 0x00000279u, - 0x0000027au, 0x0003003eu, 0x0000027bu, 0x00000249u, 0x000300f7u, 0x000003adu, 0x00000000u, 0x000300fbu, - 0x0000004bu, 0x00000335u, 0x000200f8u, 0x00000335u, 0x00050041u, 0x00000014u, 0x00000336u, 0x00000279u, - 0x0000004eu, 0x0004003du, 0x00000006u, 0x00000337u, 0x00000336u, 0x000500c3u, 0x00000006u, 0x0000033bu, - 0x00000303u, 0x000000c1u, 0x00050084u, 0x00000006u, 0x0000033cu, 0x00000276u, 0x0000033bu, 0x0007000cu, - 0x00000006u, 0x0000033du, 0x00000001u, 0x0000002au, 0x00000337u, 0x0000033cu, 0x0003003eu, 0x00000336u, - 0x0000033du, 0x00050041u, 0x00000014u, 0x0000033fu, 0x0000027bu, 0x0000004eu, 0x0004003du, 0x00000006u, - 0x00000340u, 0x0000033fu, 0x00050080u, 0x00000006u, 0x00000344u, 0x00000307u, 0x00000080u, 0x000500c3u, - 0x00000006u, 0x00000345u, 0x00000344u, 0x000000c1u, 0x00050084u, 0x00000006u, 0x00000346u, 0x00000276u, - 0x00000345u, 0x00050082u, 0x00000006u, 0x00000347u, 0x00000346u, 0x000000adu, 0x0007000cu, 0x00000006u, - 0x00000348u, 0x00000001u, 0x00000027u, 0x00000340u, 0x00000347u, 0x0003003eu, 0x0000033fu, 0x00000348u, - 0x0004003du, 0x00000006u, 0x0000034bu, 0x00000336u, 0x00050084u, 0x00000006u, 0x0000034cu, 0x0000034bu, - 0x00000088u, 0x0004003du, 0x00000006u, 0x0000034eu, 0x0000033fu, 0x00050084u, 0x00000006u, 0x0000034fu, - 0x0000034eu, 0x00000088u, 0x00050080u, 0x00000006u, 0x00000350u, 0x0000034fu, 0x00000080u, 0x00040072u, - 0x00000006u, 0x00000355u, 0x00000315u, 0x00050084u, 0x00000006u, 0x00000356u, 0x00000276u, 0x00000355u, - 0x0007000cu, 0x00000006u, 0x00000357u, 0x00000001u, 0x0000002au, 0x0000034cu, 0x00000356u, 0x00040072u, - 0x00000006u, 0x0000035cu, 0x0000031fu, 0x00050084u, 0x00000006u, 0x0000035du, 0x00000276u, 0x0000035cu, - 0x00050082u, 0x00000006u, 0x0000035eu, 0x0000035du, 0x000000adu, 0x0007000cu, 0x00000006u, 0x0000035fu, - 0x00000001u, 0x00000027u, 0x00000350u, 0x0000035eu, 0x000500b1u, 0x00000020u, 0x00000362u, 0x0000035fu, - 0x00000357u, 0x000300f7u, 0x00000364u, 0x00000000u, 0x000400fau, 0x00000362u, 0x00000363u, 0x00000364u, - 0x000200f8u, 0x00000363u, 0x000200f9u, 0x000003adu, 0x000200f8u, 0x00000364u, 0x00040071u, 0x00000035u, - 0x00000367u, 0x00000321u, 0x0004007cu, 0x00000006u, 0x00000368u, 0x00000367u, 0x000500c7u, 0x00000006u, - 0x00000369u, 0x00000368u, 0x000000adu, 0x000500abu, 0x00000020u, 0x0000036au, 0x00000369u, 0x00000099u, - 0x00040072u, 0x00000006u, 0x0000036fu, 0x00000317u, 0x00050084u, 0x00000006u, 0x00000371u, 0x0000036fu, - 0x00000276u, 0x00050050u, 0x00000022u, 0x00000372u, 0x00000371u, 0x00000371u, 0x00050080u, 0x00000022u, - 0x00000373u, 0x00000372u, 0x0000016fu, 0x00050050u, 0x00000022u, 0x00000375u, 0x00000357u, 0x00000357u, - 0x00050050u, 0x00000022u, 0x00000377u, 0x0000035fu, 0x0000035fu, 0x0008000cu, 0x00000022u, 0x00000378u, - 0x00000001u, 0x0000002du, 0x00000373u, 0x00000375u, 0x00000377u, 0x00050051u, 0x00000006u, 0x00000379u, - 0x00000378u, 0x00000000u, 0x00050051u, 0x00000006u, 0x0000037au, 0x00000378u, 0x00000001u, 0x00070050u, - 0x00000007u, 0x0000037bu, 0x00000357u, 0x0000035fu, 0x00000379u, 0x0000037au, 0x000500c7u, 0x00000006u, - 0x000003d3u, 0x00000355u, 0x00000085u, 0x00050084u, 0x00000006u, 0x000003d9u, 0x000003d3u, 0x00000276u, - 0x00070050u, 0x00000007u, 0x000003dfu, 0x000003d9u, 0x000003d9u, 0x000003d9u, 0x000003d9u, 0x00050082u, - 0x00000007u, 0x000003e0u, 0x0000037bu, 0x000003dfu, 0x00050084u, 0x00000006u, 0x000003e4u, 0x00000276u, - 0x0000030fu, 0x00070050u, 0x00000007u, 0x0000044du, 0x00000319u, 0x00000319u, 0x00000319u, 0x00000319u, - 0x00050098u, 0x00000066u, 0x0000044eu, 0x000003e0u, 0x0000044du, 0x00050051u, 0x00000007u, 0x0000044fu, - 0x0000044eu, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000450u, 0x0000044eu, 0x00000001u, 0x0004007cu, - 0x0000006bu, 0x00000452u, 0x0000044fu, 0x0004007cu, 0x00000035u, 0x00000454u, 0x000003e4u, 0x00070050u, - 0x0000006bu, 0x00000455u, 0x00000454u, 0x00000454u, 0x00000454u, 0x00000454u, 0x00050095u, 0x00000072u, - 0x00000456u, 0x00000452u, 0x00000455u, 0x00050051u, 0x0000006bu, 0x00000457u, 0x00000456u, 0x00000001u, - 0x00050051u, 0x0000006bu, 0x00000458u, 0x00000456u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000459u, - 0x00000458u, 0x0004007cu, 0x00000007u, 0x0000045bu, 0x00000457u, 0x00050080u, 0x00000007u, 0x0000045du, - 0x00000450u, 0x0000045bu, 0x00050084u, 0x00000006u, 0x000003f0u, 0x00000276u, 0x00000311u, 0x00070050u, - 0x00000007u, 0x00000467u, 0x0000031bu, 0x0000031bu, 0x0000031bu, 0x0000031bu, 0x00050098u, 0x00000066u, - 0x00000468u, 0x000003e0u, 0x00000467u, 0x00050051u, 0x00000007u, 0x00000469u, 0x00000468u, 0x00000000u, - 0x00050051u, 0x00000007u, 0x0000046au, 0x00000468u, 0x00000001u, 0x0004007cu, 0x0000006bu, 0x0000046cu, - 0x00000469u, 0x0004007cu, 0x00000035u, 0x0000046eu, 0x000003f0u, 0x00070050u, 0x0000006bu, 0x0000046fu, - 0x0000046eu, 0x0000046eu, 0x0000046eu, 0x0000046eu, 0x00050095u, 0x00000072u, 0x00000470u, 0x0000046cu, - 0x0000046fu, 0x00050051u, 0x0000006bu, 0x00000471u, 0x00000470u, 0x00000001u, 0x00050051u, 0x0000006bu, - 0x00000472u, 0x00000470u, 0x00000000u, 0x0004007cu, 0x00000007u, 0x00000473u, 0x00000472u, 0x0004007cu, - 0x00000007u, 0x00000475u, 0x00000471u, 0x00050080u, 0x00000007u, 0x00000477u, 0x0000046au, 0x00000475u, - 0x00070050u, 0x00000007u, 0x000003f7u, 0x00000371u, 0x00000371u, 0x00000371u, 0x00000371u, 0x00050082u, - 0x00000007u, 0x000003f8u, 0x0000037bu, 0x000003f7u, 0x00050084u, 0x00000006u, 0x000003fcu, 0x00000276u, - 0x00000313u, 0x00070050u, 0x00000007u, 0x00000481u, 0x0000031du, 0x0000031du, 0x0000031du, 0x0000031du, - 0x00050098u, 0x00000066u, 0x00000482u, 0x000003f8u, 0x00000481u, 0x00050051u, 0x00000007u, 0x00000483u, - 0x00000482u, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000484u, 0x00000482u, 0x00000001u, 0x0004007cu, - 0x0000006bu, 0x00000486u, 0x00000483u, 0x0004007cu, 0x00000035u, 0x00000488u, 0x000003fcu, 0x00070050u, - 0x0000006bu, 0x00000489u, 0x00000488u, 0x00000488u, 0x00000488u, 0x00000488u, 0x00050095u, 0x00000072u, - 0x0000048au, 0x00000486u, 0x00000489u, 0x00050051u, 0x0000006bu, 0x0000048bu, 0x0000048au, 0x00000001u, - 0x00050051u, 0x0000006bu, 0x0000048cu, 0x0000048au, 0x00000000u, 0x0004007cu, 0x00000007u, 0x0000048du, - 0x0000048cu, 0x0004007cu, 0x00000007u, 0x0000048fu, 0x0000048bu, 0x00050080u, 0x00000007u, 0x00000491u, - 0x00000484u, 0x0000048fu, 0x00050084u, 0x00000006u, 0x00000408u, 0x00000276u, 0x0000036fu, 0x00070050u, - 0x00000007u, 0x00000409u, 0x00000408u, 0x00000408u, 0x00000408u, 0x00000408u, 0x000500b1u, 0x000000d7u, - 0x0000040au, 0x0000037bu, 0x00000409u, 0x000600a9u, 0x00000007u, 0x0000040bu, 0x0000040au, 0x00000473u, - 0x0000048du, 0x000600a9u, 0x00000007u, 0x00000416u, 0x0000040au, 0x00000477u, 0x00000491u, 0x000500adu, - 0x000000d7u, 0x00000419u, 0x0000045du, 0x000000e9u, 0x000600a9u, 0x00000007u, 0x0000041au, 0x00000419u, - 0x000000e7u, 0x00000459u, 0x000500b1u, 0x000000d7u, 0x0000041du, 0x0000045du, 0x000000f1u, 0x000600a9u, - 0x00000007u, 0x0000041eu, 0x0000041du, 0x000000eeu, 0x0000041au, 0x000500adu, 0x000000d7u, 0x00000421u, - 0x00000416u, 0x000000e9u, 0x000600a9u, 0x00000007u, 0x00000422u, 0x00000421u, 0x000000e7u, 0x0000040bu, - 0x000500b1u, 0x000000d7u, 0x00000425u, 0x00000416u, 0x000000f1u, 0x000600a9u, 0x00000007u, 0x00000426u, - 0x00000425u, 0x000000eeu, 0x00000422u, 0x000500c3u, 0x00000007u, 0x00000498u, 0x0000041eu, 0x00000716u, - 0x000500c3u, 0x00000007u, 0x0000049du, 0x00000426u, 0x00000716u, 0x00070050u, 0x000000d7u, 0x00000717u, - 0x0000036au, 0x0000036au, 0x0000036au, 0x0000036au, 0x000600a9u, 0x00000007u, 0x00000718u, 0x00000717u, - 0x0000049du, 0x00000498u, 0x000600a9u, 0x00000007u, 0x0000071au, 0x00000717u, 0x00000498u, 0x0000049du, - 0x0006000cu, 0x00000007u, 0x00000434u, 0x00000001u, 0x00000005u, 0x0000071au, 0x0006000cu, 0x00000007u, - 0x00000436u, 0x00000001u, 0x00000005u, 0x00000718u, 0x0007000cu, 0x00000007u, 0x00000437u, 0x00000001u, - 0x0000002au, 0x00000434u, 0x00000436u, 0x0007004fu, 0x00000022u, 0x000004a2u, 0x00000437u, 0x00000437u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x000004a4u, 0x00000437u, 0x00000437u, 0x00000002u, - 0x00000003u, 0x0007000cu, 0x00000022u, 0x000004a5u, 0x00000001u, 0x0000002au, 0x000004a2u, 0x000004a4u, - 0x0003003eu, 0x0000049eu, 0x000004a5u, 0x00050041u, 0x00000014u, 0x000004a6u, 0x0000049eu, 0x0000004bu, - 0x0004003du, 0x00000006u, 0x000004a7u, 0x000004a6u, 0x00050041u, 0x00000014u, 0x000004a8u, 0x0000049eu, - 0x0000004eu, 0x0004003du, 0x00000006u, 0x000004a9u, 0x000004a8u, 0x0007000cu, 0x00000006u, 0x000004aau, - 0x00000001u, 0x0000002au, 0x000004a7u, 0x000004a9u, 0x00050084u, 0x00000006u, 0x0000043bu, 0x00000117u, - 0x00000276u, 0x000500b3u, 0x00000020u, 0x0000043cu, 0x000004aau, 0x0000043bu, 0x000300f7u, 0x00000444u, - 0x00000000u, 0x000400fau, 0x0000043cu, 0x0000043du, 0x00000443u, 0x000200f8u, 0x0000043du, 0x0007004fu, - 0x00000022u, 0x000004afu, 0x0000071au, 0x0000071au, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, - 0x000004b1u, 0x0000071au, 0x0000071au, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x000004b2u, - 0x00000001u, 0x00000027u, 0x000004afu, 0x000004b1u, 0x0003003eu, 0x000004abu, 0x000004b2u, 0x00050041u, - 0x00000014u, 0x000004b3u, 0x000004abu, 0x0000004bu, 0x0004003du, 0x00000006u, 0x000004b4u, 0x000004b3u, - 0x00050041u, 0x00000014u, 0x000004b5u, 0x000004abu, 0x0000004eu, 0x0004003du, 0x00000006u, 0x000004b6u, - 0x000004b5u, 0x0007000cu, 0x00000006u, 0x000004b7u, 0x00000001u, 0x00000027u, 0x000004b4u, 0x000004b6u, - 0x0007004fu, 0x00000022u, 0x000004bcu, 0x00000718u, 0x00000718u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x00000022u, 0x000004beu, 0x00000718u, 0x00000718u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, - 0x000004bfu, 0x00000001u, 0x0000002au, 0x000004bcu, 0x000004beu, 0x0003003eu, 0x000004b8u, 0x000004bfu, - 0x00050041u, 0x00000014u, 0x000004c0u, 0x000004b8u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x000004c1u, - 0x000004c0u, 0x00050041u, 0x00000014u, 0x000004c2u, 0x000004b8u, 0x0000004eu, 0x0004003du, 0x00000006u, - 0x000004c3u, 0x000004c2u, 0x0007000cu, 0x00000006u, 0x000004c4u, 0x00000001u, 0x0000002au, 0x000004c1u, - 0x000004c3u, 0x00050050u, 0x00000022u, 0x00000442u, 0x000004b7u, 0x000004c4u, 0x000200f9u, 0x00000444u, - 0x000200f8u, 0x00000443u, 0x000200f9u, 0x00000444u, 0x000200f8u, 0x00000444u, 0x000700f5u, 0x00000022u, - 0x00000703u, 0x00000442u, 0x0000043du, 0x00000126u, 0x00000443u, 0x000500c7u, 0x00000006u, 0x00000385u, - 0x00000368u, 0x00000189u, 0x000500abu, 0x00000020u, 0x00000386u, 0x00000385u, 0x00000099u, 0x000600a9u, - 0x00000006u, 0x00000387u, 0x00000386u, 0x00000088u, 0x00000080u, 0x000500c3u, 0x00000006u, 0x0000038bu, - 0x00000301u, 0x000000c1u, 0x00050084u, 0x00000006u, 0x0000038cu, 0x00000276u, 0x0000038bu, 0x00050080u, - 0x00000006u, 0x00000391u, 0x00000305u, 0x00000387u, 0x000500c3u, 0x00000006u, 0x00000392u, 0x00000391u, - 0x000000c1u, 0x00050084u, 0x00000006u, 0x00000393u, 0x00000276u, 0x00000392u, 0x00050082u, 0x00000006u, - 0x00000394u, 0x00000393u, 0x000000adu, 0x00050050u, 0x00000022u, 0x00000395u, 0x0000038cu, 0x00000394u, - 0x0007004fu, 0x00000022u, 0x00000398u, 0x00000395u, 0x00000395u, 0x00000000u, 0x00000000u, 0x0007004fu, - 0x00000022u, 0x0000039au, 0x00000395u, 0x00000395u, 0x00000001u, 0x00000001u, 0x0008000cu, 0x00000022u, - 0x0000039bu, 0x00000001u, 0x0000002du, 0x00000703u, 0x00000398u, 0x0000039au, 0x0003003eu, 0x0000032cu, - 0x0000039bu, 0x00050041u, 0x00000014u, 0x0000039cu, 0x0000032cu, 0x0000004bu, 0x0004003du, 0x00000006u, - 0x0000039du, 0x0000039cu, 0x00050041u, 0x00000014u, 0x0000039eu, 0x00000279u, 0x0000004bu, 0x0004003du, - 0x00000006u, 0x0000039fu, 0x0000039eu, 0x0007000cu, 0x00000006u, 0x000003a0u, 0x00000001u, 0x0000002au, - 0x0000039du, 0x0000039fu, 0x0003003eu, 0x0000039cu, 0x000003a0u, 0x00050041u, 0x00000014u, 0x000003a2u, - 0x0000032cu, 0x0000004eu, 0x0004003du, 0x00000006u, 0x000003a3u, 0x000003a2u, 0x00050041u, 0x00000014u, - 0x000003a4u, 0x0000027bu, 0x0000004bu, 0x0004003du, 0x00000006u, 0x000003a5u, 0x000003a4u, 0x0007000cu, - 0x00000006u, 0x000003a6u, 0x00000001u, 0x00000027u, 0x000003a3u, 0x000003a5u, 0x0003003eu, 0x000003a2u, - 0x000003a6u, 0x0004003du, 0x00000006u, 0x000003a9u, 0x0000039cu, 0x0004003du, 0x00000006u, 0x000003abu, - 0x000003a2u, 0x000500b3u, 0x00000020u, 0x000003acu, 0x000003a9u, 0x000003abu, 0x000200f9u, 0x000003adu, - 0x000200f8u, 0x000003adu, 0x000700f5u, 0x00000020u, 0x00000704u, 0x0000015cu, 0x00000363u, 0x000003acu, - 0x00000444u, 0x000200f9u, 0x0000026du, 0x000200f8u, 0x0000026du, 0x000700f5u, 0x00000020u, 0x00000706u, - 0x0000015cu, 0x00000260u, 0x00000704u, 0x000003adu, 0x000200f9u, 0x00000261u, 0x000200f8u, 0x00000261u, - 0x000700f5u, 0x00000020u, 0x00000705u, 0x0000015cu, 0x00000005u, 0x00000706u, 0x0000026du, 0x00050153u, - 0x0000006bu, 0x00000283u, 0x000001e9u, 0x00000705u, 0x00050051u, 0x00000035u, 0x00000284u, 0x00000283u, - 0x00000000u, 0x000200f9u, 0x00000286u, 0x000200f8u, 0x00000286u, 0x000700f5u, 0x00000035u, 0x00000708u, - 0x0000004bu, 0x00000261u, 0x00000714u, 0x00000289u, 0x000700f5u, 0x00000035u, 0x00000707u, 0x00000284u, - 0x00000261u, 0x00000294u, 0x00000289u, 0x000500abu, 0x00000020u, 0x0000028cu, 0x00000707u, 0x0000004bu, - 0x000400f6u, 0x00000288u, 0x00000289u, 0x00000000u, 0x000400fau, 0x0000028cu, 0x00000287u, 0x00000288u, - 0x000200f8u, 0x00000287u, 0x0006000cu, 0x00000006u, 0x0000028fu, 0x00000001u, 0x00000049u, 0x00000707u, - 0x000500c4u, 0x00000035u, 0x00000291u, 0x0000004eu, 0x0000028fu, 0x000400c8u, 0x00000035u, 0x00000292u, - 0x00000291u, 0x000500c7u, 0x00000035u, 0x00000294u, 0x00000707u, 0x00000292u, 0x00050084u, 0x00000006u, - 0x00000297u, 0x000001f6u, 0x0000025eu, 0x00050080u, 0x00000006u, 0x00000299u, 0x00000297u, 0x0000028fu, - 0x0004007cu, 0x00000035u, 0x0000029au, 0x00000299u, 0x00060041u, 0x000001dfu, 0x000004c9u, 0x000001ddu, - 0x00000099u, 0x0000029au, 0x0004003du, 0x00000007u, 0x000004cau, 0x000004c9u, 0x0003003eu, 0x000004c5u, - 0x000004cau, 0x00050041u, 0x00000014u, 0x000004cbu, 0x000004c5u, 0x0000004bu, 0x0004003du, 0x00000006u, - 0x000004ccu, 0x000004cbu, 0x00050041u, 0x00000014u, 0x000004cdu, 0x000004c5u, 0x0000004eu, 0x0004003du, - 0x00000006u, 0x000004ceu, 0x000004cdu, 0x00050041u, 0x00000014u, 0x000004cfu, 0x000004c5u, 0x000001e6u, - 0x0004003du, 0x00000006u, 0x000004d0u, 0x000004cfu, 0x00050041u, 0x00000014u, 0x000004d1u, 0x000004c5u, - 0x000001e9u, 0x0004003du, 0x00000006u, 0x000004d2u, 0x000004d1u, 0x00060041u, 0x000001bbu, 0x000004d8u, - 0x000001b9u, 0x00000099u, 0x0000029au, 0x0004003du, 0x000001b5u, 0x000004d9u, 0x000004d8u, 0x00050051u, - 0x00000006u, 0x000004dau, 0x000004d9u, 0x00000000u, 0x00050051u, 0x00000006u, 0x000004dcu, 0x000004d9u, - 0x00000001u, 0x00050051u, 0x00000006u, 0x000004deu, 0x000004d9u, 0x00000002u, 0x00050051u, 0x0000001cu, - 0x000004e0u, 0x000004d9u, 0x00000003u, 0x00050051u, 0x0000001cu, 0x000004e2u, 0x000004d9u, 0x00000004u, - 0x00050051u, 0x00000006u, 0x000004e4u, 0x000004d9u, 0x00000005u, 0x00050051u, 0x00000006u, 0x000004e6u, - 0x000004d9u, 0x00000006u, 0x00050051u, 0x00000006u, 0x000004e8u, 0x000004d9u, 0x00000007u, 0x00050051u, - 0x0000001cu, 0x000004eau, 0x000004d9u, 0x00000008u, 0x00050051u, 0x0000001du, 0x000004ecu, 0x000004d9u, - 0x00000009u, 0x0003003eu, 0x000002a5u, 0x0000024du, 0x0003003eu, 0x000002a7u, 0x00000257u, 0x000300f7u, - 0x00000578u, 0x00000000u, 0x000300fbu, 0x0000004bu, 0x00000500u, 0x000200f8u, 0x00000500u, 0x00050041u, - 0x00000014u, 0x00000501u, 0x000002a5u, 0x0000004eu, 0x0004003du, 0x00000006u, 0x00000502u, 0x00000501u, - 0x000500c3u, 0x00000006u, 0x00000506u, 0x000004ceu, 0x000000c1u, 0x00050084u, 0x00000006u, 0x00000507u, - 0x00000276u, 0x00000506u, 0x0007000cu, 0x00000006u, 0x00000508u, 0x00000001u, 0x0000002au, 0x00000502u, - 0x00000507u, 0x0003003eu, 0x00000501u, 0x00000508u, 0x00050041u, 0x00000014u, 0x0000050au, 0x000002a7u, - 0x0000004eu, 0x0004003du, 0x00000006u, 0x0000050bu, 0x0000050au, 0x00050080u, 0x00000006u, 0x0000050fu, - 0x000004d2u, 0x00000080u, 0x000500c3u, 0x00000006u, 0x00000510u, 0x0000050fu, 0x000000c1u, 0x00050084u, - 0x00000006u, 0x00000511u, 0x00000276u, 0x00000510u, 0x00050082u, 0x00000006u, 0x00000512u, 0x00000511u, - 0x000000adu, 0x0007000cu, 0x00000006u, 0x00000513u, 0x00000001u, 0x00000027u, 0x0000050bu, 0x00000512u, - 0x0003003eu, 0x0000050au, 0x00000513u, 0x0004003du, 0x00000006u, 0x00000516u, 0x00000501u, 0x00050084u, - 0x00000006u, 0x00000517u, 0x00000516u, 0x00000088u, 0x0004003du, 0x00000006u, 0x00000519u, 0x0000050au, - 0x00050084u, 0x00000006u, 0x0000051au, 0x00000519u, 0x00000088u, 0x00050080u, 0x00000006u, 0x0000051bu, - 0x0000051au, 0x00000080u, 0x00040072u, 0x00000006u, 0x00000520u, 0x000004e0u, 0x00050084u, 0x00000006u, - 0x00000521u, 0x00000276u, 0x00000520u, 0x0007000cu, 0x00000006u, 0x00000522u, 0x00000001u, 0x0000002au, - 0x00000517u, 0x00000521u, 0x00040072u, 0x00000006u, 0x00000527u, 0x000004eau, 0x00050084u, 0x00000006u, - 0x00000528u, 0x00000276u, 0x00000527u, 0x00050082u, 0x00000006u, 0x00000529u, 0x00000528u, 0x000000adu, - 0x0007000cu, 0x00000006u, 0x0000052au, 0x00000001u, 0x00000027u, 0x0000051bu, 0x00000529u, 0x000500b1u, - 0x00000020u, 0x0000052du, 0x0000052au, 0x00000522u, 0x000300f7u, 0x0000052fu, 0x00000000u, 0x000400fau, - 0x0000052du, 0x0000052eu, 0x0000052fu, 0x000200f8u, 0x0000052eu, 0x000200f9u, 0x00000578u, 0x000200f8u, - 0x0000052fu, 0x00040071u, 0x00000035u, 0x00000532u, 0x000004ecu, 0x0004007cu, 0x00000006u, 0x00000533u, - 0x00000532u, 0x000500c7u, 0x00000006u, 0x00000534u, 0x00000533u, 0x000000adu, 0x000500abu, 0x00000020u, - 0x00000535u, 0x00000534u, 0x00000099u, 0x00040072u, 0x00000006u, 0x0000053au, 0x000004e2u, 0x00050084u, - 0x00000006u, 0x0000053cu, 0x0000053au, 0x00000276u, 0x00050050u, 0x00000022u, 0x0000053du, 0x0000053cu, - 0x0000053cu, 0x00050080u, 0x00000022u, 0x0000053eu, 0x0000053du, 0x0000016fu, 0x00050050u, 0x00000022u, - 0x00000540u, 0x00000522u, 0x00000522u, 0x00050050u, 0x00000022u, 0x00000542u, 0x0000052au, 0x0000052au, - 0x0008000cu, 0x00000022u, 0x00000543u, 0x00000001u, 0x0000002du, 0x0000053eu, 0x00000540u, 0x00000542u, - 0x00050051u, 0x00000006u, 0x00000544u, 0x00000543u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000545u, - 0x00000543u, 0x00000001u, 0x00070050u, 0x00000007u, 0x00000546u, 0x00000522u, 0x0000052au, 0x00000544u, - 0x00000545u, 0x000500c7u, 0x00000006u, 0x0000059eu, 0x00000520u, 0x00000085u, 0x00050084u, 0x00000006u, - 0x000005a4u, 0x0000059eu, 0x00000276u, 0x00070050u, 0x00000007u, 0x000005aau, 0x000005a4u, 0x000005a4u, - 0x000005a4u, 0x000005a4u, 0x00050082u, 0x00000007u, 0x000005abu, 0x00000546u, 0x000005aau, 0x00050084u, - 0x00000006u, 0x000005afu, 0x00000276u, 0x000004dau, 0x00070050u, 0x00000007u, 0x00000618u, 0x000004e4u, - 0x000004e4u, 0x000004e4u, 0x000004e4u, 0x00050098u, 0x00000066u, 0x00000619u, 0x000005abu, 0x00000618u, - 0x00050051u, 0x00000007u, 0x0000061au, 0x00000619u, 0x00000000u, 0x00050051u, 0x00000007u, 0x0000061bu, - 0x00000619u, 0x00000001u, 0x0004007cu, 0x0000006bu, 0x0000061du, 0x0000061au, 0x0004007cu, 0x00000035u, - 0x0000061fu, 0x000005afu, 0x00070050u, 0x0000006bu, 0x00000620u, 0x0000061fu, 0x0000061fu, 0x0000061fu, - 0x0000061fu, 0x00050095u, 0x00000072u, 0x00000621u, 0x0000061du, 0x00000620u, 0x00050051u, 0x0000006bu, - 0x00000622u, 0x00000621u, 0x00000001u, 0x00050051u, 0x0000006bu, 0x00000623u, 0x00000621u, 0x00000000u, - 0x0004007cu, 0x00000007u, 0x00000624u, 0x00000623u, 0x0004007cu, 0x00000007u, 0x00000626u, 0x00000622u, - 0x00050080u, 0x00000007u, 0x00000628u, 0x0000061bu, 0x00000626u, 0x00050084u, 0x00000006u, 0x000005bbu, - 0x00000276u, 0x000004dcu, 0x00070050u, 0x00000007u, 0x00000632u, 0x000004e6u, 0x000004e6u, 0x000004e6u, - 0x000004e6u, 0x00050098u, 0x00000066u, 0x00000633u, 0x000005abu, 0x00000632u, 0x00050051u, 0x00000007u, - 0x00000634u, 0x00000633u, 0x00000000u, 0x00050051u, 0x00000007u, 0x00000635u, 0x00000633u, 0x00000001u, - 0x0004007cu, 0x0000006bu, 0x00000637u, 0x00000634u, 0x0004007cu, 0x00000035u, 0x00000639u, 0x000005bbu, - 0x00070050u, 0x0000006bu, 0x0000063au, 0x00000639u, 0x00000639u, 0x00000639u, 0x00000639u, 0x00050095u, - 0x00000072u, 0x0000063bu, 0x00000637u, 0x0000063au, 0x00050051u, 0x0000006bu, 0x0000063cu, 0x0000063bu, - 0x00000001u, 0x00050051u, 0x0000006bu, 0x0000063du, 0x0000063bu, 0x00000000u, 0x0004007cu, 0x00000007u, - 0x0000063eu, 0x0000063du, 0x0004007cu, 0x00000007u, 0x00000640u, 0x0000063cu, 0x00050080u, 0x00000007u, - 0x00000642u, 0x00000635u, 0x00000640u, 0x00070050u, 0x00000007u, 0x000005c2u, 0x0000053cu, 0x0000053cu, - 0x0000053cu, 0x0000053cu, 0x00050082u, 0x00000007u, 0x000005c3u, 0x00000546u, 0x000005c2u, 0x00050084u, - 0x00000006u, 0x000005c7u, 0x00000276u, 0x000004deu, 0x00070050u, 0x00000007u, 0x0000064cu, 0x000004e8u, - 0x000004e8u, 0x000004e8u, 0x000004e8u, 0x00050098u, 0x00000066u, 0x0000064du, 0x000005c3u, 0x0000064cu, - 0x00050051u, 0x00000007u, 0x0000064eu, 0x0000064du, 0x00000000u, 0x00050051u, 0x00000007u, 0x0000064fu, - 0x0000064du, 0x00000001u, 0x0004007cu, 0x0000006bu, 0x00000651u, 0x0000064eu, 0x0004007cu, 0x00000035u, - 0x00000653u, 0x000005c7u, 0x00070050u, 0x0000006bu, 0x00000654u, 0x00000653u, 0x00000653u, 0x00000653u, - 0x00000653u, 0x00050095u, 0x00000072u, 0x00000655u, 0x00000651u, 0x00000654u, 0x00050051u, 0x0000006bu, - 0x00000656u, 0x00000655u, 0x00000001u, 0x00050051u, 0x0000006bu, 0x00000657u, 0x00000655u, 0x00000000u, - 0x0004007cu, 0x00000007u, 0x00000658u, 0x00000657u, 0x0004007cu, 0x00000007u, 0x0000065au, 0x00000656u, - 0x00050080u, 0x00000007u, 0x0000065cu, 0x0000064fu, 0x0000065au, 0x00050084u, 0x00000006u, 0x000005d3u, - 0x00000276u, 0x0000053au, 0x00070050u, 0x00000007u, 0x000005d4u, 0x000005d3u, 0x000005d3u, 0x000005d3u, - 0x000005d3u, 0x000500b1u, 0x000000d7u, 0x000005d5u, 0x00000546u, 0x000005d4u, 0x000600a9u, 0x00000007u, - 0x000005d6u, 0x000005d5u, 0x0000063eu, 0x00000658u, 0x000600a9u, 0x00000007u, 0x000005e1u, 0x000005d5u, - 0x00000642u, 0x0000065cu, 0x000500adu, 0x000000d7u, 0x000005e4u, 0x00000628u, 0x000000e9u, 0x000600a9u, - 0x00000007u, 0x000005e5u, 0x000005e4u, 0x000000e7u, 0x00000624u, 0x000500b1u, 0x000000d7u, 0x000005e8u, - 0x00000628u, 0x000000f1u, 0x000600a9u, 0x00000007u, 0x000005e9u, 0x000005e8u, 0x000000eeu, 0x000005e5u, - 0x000500adu, 0x000000d7u, 0x000005ecu, 0x000005e1u, 0x000000e9u, 0x000600a9u, 0x00000007u, 0x000005edu, - 0x000005ecu, 0x000000e7u, 0x000005d6u, 0x000500b1u, 0x000000d7u, 0x000005f0u, 0x000005e1u, 0x000000f1u, - 0x000600a9u, 0x00000007u, 0x000005f1u, 0x000005f0u, 0x000000eeu, 0x000005edu, 0x000500c3u, 0x00000007u, - 0x00000663u, 0x000005e9u, 0x00000716u, 0x000500c3u, 0x00000007u, 0x00000668u, 0x000005f1u, 0x00000716u, - 0x00070050u, 0x000000d7u, 0x0000071bu, 0x00000535u, 0x00000535u, 0x00000535u, 0x00000535u, 0x000600a9u, - 0x00000007u, 0x0000071cu, 0x0000071bu, 0x00000668u, 0x00000663u, 0x000600a9u, 0x00000007u, 0x0000071eu, - 0x0000071bu, 0x00000663u, 0x00000668u, 0x0006000cu, 0x00000007u, 0x000005ffu, 0x00000001u, 0x00000005u, - 0x0000071eu, 0x0006000cu, 0x00000007u, 0x00000601u, 0x00000001u, 0x00000005u, 0x0000071cu, 0x0007000cu, - 0x00000007u, 0x00000602u, 0x00000001u, 0x0000002au, 0x000005ffu, 0x00000601u, 0x0007004fu, 0x00000022u, - 0x0000066du, 0x00000602u, 0x00000602u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x0000066fu, - 0x00000602u, 0x00000602u, 0x00000002u, 0x00000003u, 0x0007000cu, 0x00000022u, 0x00000670u, 0x00000001u, - 0x0000002au, 0x0000066du, 0x0000066fu, 0x0003003eu, 0x00000669u, 0x00000670u, 0x00050041u, 0x00000014u, - 0x00000671u, 0x00000669u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x00000672u, 0x00000671u, 0x00050041u, - 0x00000014u, 0x00000673u, 0x00000669u, 0x0000004eu, 0x0004003du, 0x00000006u, 0x00000674u, 0x00000673u, - 0x0007000cu, 0x00000006u, 0x00000675u, 0x00000001u, 0x0000002au, 0x00000672u, 0x00000674u, 0x00050084u, - 0x00000006u, 0x00000606u, 0x00000117u, 0x00000276u, 0x000500b3u, 0x00000020u, 0x00000607u, 0x00000675u, - 0x00000606u, 0x000300f7u, 0x0000060fu, 0x00000000u, 0x000400fau, 0x00000607u, 0x00000608u, 0x0000060eu, - 0x000200f8u, 0x00000608u, 0x0007004fu, 0x00000022u, 0x0000067au, 0x0000071eu, 0x0000071eu, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x00000022u, 0x0000067cu, 0x0000071eu, 0x0000071eu, 0x00000002u, 0x00000003u, - 0x0007000cu, 0x00000022u, 0x0000067du, 0x00000001u, 0x00000027u, 0x0000067au, 0x0000067cu, 0x0003003eu, - 0x00000676u, 0x0000067du, 0x00050041u, 0x00000014u, 0x0000067eu, 0x00000676u, 0x0000004bu, 0x0004003du, - 0x00000006u, 0x0000067fu, 0x0000067eu, 0x00050041u, 0x00000014u, 0x00000680u, 0x00000676u, 0x0000004eu, - 0x0004003du, 0x00000006u, 0x00000681u, 0x00000680u, 0x0007000cu, 0x00000006u, 0x00000682u, 0x00000001u, - 0x00000027u, 0x0000067fu, 0x00000681u, 0x0007004fu, 0x00000022u, 0x00000687u, 0x0000071cu, 0x0000071cu, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x00000022u, 0x00000689u, 0x0000071cu, 0x0000071cu, 0x00000002u, - 0x00000003u, 0x0007000cu, 0x00000022u, 0x0000068au, 0x00000001u, 0x0000002au, 0x00000687u, 0x00000689u, - 0x0003003eu, 0x00000683u, 0x0000068au, 0x00050041u, 0x00000014u, 0x0000068bu, 0x00000683u, 0x0000004bu, - 0x0004003du, 0x00000006u, 0x0000068cu, 0x0000068bu, 0x00050041u, 0x00000014u, 0x0000068du, 0x00000683u, - 0x0000004eu, 0x0004003du, 0x00000006u, 0x0000068eu, 0x0000068du, 0x0007000cu, 0x00000006u, 0x0000068fu, - 0x00000001u, 0x0000002au, 0x0000068cu, 0x0000068eu, 0x00050050u, 0x00000022u, 0x0000060du, 0x00000682u, - 0x0000068fu, 0x000200f9u, 0x0000060fu, 0x000200f8u, 0x0000060eu, 0x000200f9u, 0x0000060fu, 0x000200f8u, - 0x0000060fu, 0x000700f5u, 0x00000022u, 0x0000070bu, 0x0000060du, 0x00000608u, 0x00000126u, 0x0000060eu, - 0x000500c7u, 0x00000006u, 0x00000550u, 0x00000533u, 0x00000189u, 0x000500abu, 0x00000020u, 0x00000551u, - 0x00000550u, 0x00000099u, 0x000600a9u, 0x00000006u, 0x00000552u, 0x00000551u, 0x00000088u, 0x00000080u, - 0x000500c3u, 0x00000006u, 0x00000556u, 0x000004ccu, 0x000000c1u, 0x00050084u, 0x00000006u, 0x00000557u, - 0x00000276u, 0x00000556u, 0x00050080u, 0x00000006u, 0x0000055cu, 0x000004d0u, 0x00000552u, 0x000500c3u, - 0x00000006u, 0x0000055du, 0x0000055cu, 0x000000c1u, 0x00050084u, 0x00000006u, 0x0000055eu, 0x00000276u, - 0x0000055du, 0x00050082u, 0x00000006u, 0x0000055fu, 0x0000055eu, 0x000000adu, 0x00050050u, 0x00000022u, - 0x00000560u, 0x00000557u, 0x0000055fu, 0x0007004fu, 0x00000022u, 0x00000563u, 0x00000560u, 0x00000560u, - 0x00000000u, 0x00000000u, 0x0007004fu, 0x00000022u, 0x00000565u, 0x00000560u, 0x00000560u, 0x00000001u, - 0x00000001u, 0x0008000cu, 0x00000022u, 0x00000566u, 0x00000001u, 0x0000002du, 0x0000070bu, 0x00000563u, - 0x00000565u, 0x0003003eu, 0x000004f7u, 0x00000566u, 0x00050041u, 0x00000014u, 0x00000567u, 0x000004f7u, - 0x0000004bu, 0x0004003du, 0x00000006u, 0x00000568u, 0x00000567u, 0x00050041u, 0x00000014u, 0x00000569u, - 0x000002a5u, 0x0000004bu, 0x0004003du, 0x00000006u, 0x0000056au, 0x00000569u, 0x0007000cu, 0x00000006u, - 0x0000056bu, 0x00000001u, 0x0000002au, 0x00000568u, 0x0000056au, 0x0003003eu, 0x00000567u, 0x0000056bu, - 0x00050041u, 0x00000014u, 0x0000056du, 0x000004f7u, 0x0000004eu, 0x0004003du, 0x00000006u, 0x0000056eu, - 0x0000056du, 0x00050041u, 0x00000014u, 0x0000056fu, 0x000002a7u, 0x0000004bu, 0x0004003du, 0x00000006u, - 0x00000570u, 0x0000056fu, 0x0007000cu, 0x00000006u, 0x00000571u, 0x00000001u, 0x00000027u, 0x0000056eu, - 0x00000570u, 0x0003003eu, 0x0000056du, 0x00000571u, 0x0004003du, 0x00000006u, 0x00000574u, 0x00000567u, - 0x0004003du, 0x00000006u, 0x00000576u, 0x0000056du, 0x000500b3u, 0x00000020u, 0x00000577u, 0x00000574u, - 0x00000576u, 0x000200f9u, 0x00000578u, 0x000200f8u, 0x00000578u, 0x000700f5u, 0x00000020u, 0x0000070cu, - 0x0000015cu, 0x0000052eu, 0x00000577u, 0x0000060fu, 0x000300f7u, 0x000002aeu, 0x00000000u, 0x000400fau, - 0x0000070cu, 0x000002adu, 0x000002aeu, 0x000200f8u, 0x000002adu, 0x000500c5u, 0x00000035u, 0x000002b2u, - 0x00000708u, 0x00000291u, 0x000200f9u, 0x000002aeu, 0x000200f8u, 0x000002aeu, 0x000700f5u, 0x00000035u, - 0x00000714u, 0x00000708u, 0x00000578u, 0x000002b2u, 0x000002adu, 0x000200f9u, 0x00000289u, 0x000200f8u, - 0x00000289u, 0x000200f9u, 0x00000286u, 0x000200f8u, 0x00000288u, 0x00050084u, 0x00000006u, 0x000002bau, - 0x00000228u, 0x000002b9u, 0x00050080u, 0x00000006u, 0x000002bcu, 0x000002bau, 0x000001f6u, 0x00060041u, - 0x000002beu, 0x000002bfu, 0x000002b6u, 0x00000099u, 0x000002bcu, 0x0003003eu, 0x000002bfu, 0x00000708u, - 0x000500abu, 0x00000020u, 0x000002c1u, 0x00000708u, 0x0000004bu, 0x000300f7u, 0x000002c3u, 0x00000000u, - 0x000400fau, 0x000002c1u, 0x000002c2u, 0x000002cdu, 0x000200f8u, 0x000002c2u, 0x00060041u, 0x000002beu, - 0x000002c9u, 0x000002c7u, 0x00000099u, 0x00000228u, 0x000500c4u, 0x00000035u, 0x000002cbu, 0x0000004eu, - 0x000001f6u, 0x000700f1u, 0x00000035u, 0x000002ccu, 0x000002c9u, 0x0000004eu, 0x0000004bu, 0x000002cbu, - 0x000200f9u, 0x000002c3u, 0x000200f8u, 0x000002cdu, 0x00060041u, 0x000002beu, 0x000002cfu, 0x000002c7u, - 0x00000099u, 0x00000228u, 0x000500c4u, 0x00000035u, 0x000002d1u, 0x0000004eu, 0x000001f6u, 0x000400c8u, - 0x00000035u, 0x000002d2u, 0x000002d1u, 0x000700f0u, 0x00000035u, 0x000002d3u, 0x000002cfu, 0x0000004eu, - 0x0000004bu, 0x000002d2u, 0x000200f9u, 0x000002c3u, 0x000200f8u, 0x000002c3u, 0x000100fdu, 0x00010038u, - 0x07230203u, 0x00010300u, 0x000d000au, 0x0000b16cu, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, - 0x0000002eu, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, - 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, - 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000005u, 0x00000004u, - 0x6e69616du, 0x00000000u, 0x00001f6au, 0x00001f74u, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, - 0x00000001u, 0x00000001u, 0x00050048u, 0x00000206u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000206u, 0x00000001u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000206u, 0x00000002u, 0x00000023u, - 0x00000020u, 0x00050048u, 0x00000206u, 0x00000003u, 0x00000023u, 0x00000030u, 0x00050048u, 0x00000206u, - 0x00000004u, 0x00000023u, 0x00000040u, 0x00050048u, 0x00000206u, 0x00000005u, 0x00000023u, 0x00000050u, - 0x00050048u, 0x00000206u, 0x00000006u, 0x00000023u, 0x00000060u, 0x00050048u, 0x00000206u, 0x00000007u, - 0x00000023u, 0x00000070u, 0x00040047u, 0x00000207u, 0x00000006u, 0x00000080u, 0x00040048u, 0x00000208u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x00000208u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x00000208u, 0x00000002u, 0x00040047u, 0x0000020au, 0x00000022u, 0x00000001u, 0x00040047u, 0x0000020au, - 0x00000021u, 0x00000001u, 0x00050048u, 0x00000230u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000230u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000230u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x00000230u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000230u, - 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000230u, 0x00000005u, 0x00000023u, 0x00000014u, - 0x00050048u, 0x00000230u, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x00000230u, 0x00000007u, - 0x00000023u, 0x0000001cu, 0x00050048u, 0x00000230u, 0x00000008u, 0x00000023u, 0x00000020u, 0x00050048u, - 0x00000230u, 0x00000009u, 0x00000023u, 0x00000024u, 0x00050048u, 0x00000230u, 0x0000000au, 0x00000023u, - 0x00000028u, 0x00050048u, 0x00000230u, 0x0000000bu, 0x00000023u, 0x0000002cu, 0x00050048u, 0x00000230u, - 0x0000000cu, 0x00000023u, 0x0000002eu, 0x00050048u, 0x00000230u, 0x0000000du, 0x00000023u, 0x0000002fu, - 0x00050048u, 0x00000230u, 0x0000000eu, 0x00000023u, 0x00000030u, 0x00040047u, 0x00000231u, 0x00000006u, - 0x00000038u, 0x00040048u, 0x00000232u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000232u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00000232u, 0x00000002u, 0x00040047u, 0x00000234u, 0x00000022u, - 0x00000001u, 0x00040047u, 0x00000234u, 0x00000021u, 0x00000002u, 0x00050048u, 0x0000028du, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x0000028du, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, - 0x0000028du, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x0000028du, 0x00000003u, 0x00000023u, - 0x0000000cu, 0x00050048u, 0x0000028du, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x0000028du, - 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x0000028du, 0x00000006u, 0x00000023u, 0x00000018u, - 0x00050048u, 0x0000028du, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00040047u, 0x0000028eu, 0x00000006u, - 0x00000020u, 0x00040048u, 0x0000028fu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000028fu, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x0000028fu, 0x00000002u, 0x00040047u, 0x00000291u, 0x00000022u, - 0x00000001u, 0x00040047u, 0x00000291u, 0x00000021u, 0x00000004u, 0x00050048u, 0x000002b0u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x000002b0u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, - 0x000002b0u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000002b0u, 0x00000003u, 0x00000023u, - 0x0000000cu, 0x00050048u, 0x000002b0u, 0x00000004u, 0x00000023u, 0x0000000du, 0x00050048u, 0x000002b0u, - 0x00000005u, 0x00000023u, 0x0000000eu, 0x00050048u, 0x000002b0u, 0x00000006u, 0x00000023u, 0x0000000fu, - 0x00040047u, 0x000002b1u, 0x00000006u, 0x00000010u, 0x00040048u, 0x000002b2u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x000002b2u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002b2u, 0x00000002u, - 0x00040047u, 0x000002b4u, 0x00000022u, 0x00000001u, 0x00040047u, 0x000002b4u, 0x00000021u, 0x00000005u, - 0x00050048u, 0x000002cfu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000002cfu, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x000002cfu, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x000002cfu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000002cfu, 0x00000004u, 0x00000023u, - 0x00000010u, 0x00050048u, 0x000002cfu, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000002cfu, - 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x000002cfu, 0x00000007u, 0x00000023u, 0x00000019u, - 0x00050048u, 0x000002cfu, 0x00000008u, 0x00000023u, 0x0000001au, 0x00050048u, 0x000002cfu, 0x00000009u, - 0x00000023u, 0x0000001bu, 0x00050048u, 0x000002cfu, 0x0000000au, 0x00000023u, 0x0000001cu, 0x00050048u, - 0x000002cfu, 0x0000000bu, 0x00000023u, 0x0000001du, 0x00050048u, 0x000002cfu, 0x0000000cu, 0x00000023u, - 0x0000001eu, 0x00050048u, 0x000002cfu, 0x0000000du, 0x00000023u, 0x0000001fu, 0x00040047u, 0x000002d0u, - 0x00000006u, 0x00000020u, 0x00040048u, 0x000002d1u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000002d1u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002d1u, 0x00000002u, 0x00040047u, 0x000002d3u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x000002d3u, 0x00000021u, 0x00000007u, 0x00050048u, 0x00000312u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000312u, 0x00000001u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x00000312u, 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x00000312u, 0x00000003u, - 0x00000023u, 0x00000028u, 0x00050048u, 0x00000312u, 0x00000004u, 0x00000023u, 0x00000030u, 0x00050048u, - 0x00000312u, 0x00000005u, 0x00000023u, 0x00000034u, 0x00050048u, 0x00000312u, 0x00000006u, 0x00000023u, - 0x00000038u, 0x00050048u, 0x00000312u, 0x00000007u, 0x00000023u, 0x0000003cu, 0x00050048u, 0x00000312u, - 0x00000008u, 0x00000023u, 0x0000003eu, 0x00040047u, 0x00000313u, 0x00000006u, 0x00000040u, 0x00040048u, - 0x00000314u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000314u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000314u, 0x00000002u, 0x00040047u, 0x00000316u, 0x00000022u, 0x00000001u, 0x00040047u, - 0x00000316u, 0x00000021u, 0x00000008u, 0x00050048u, 0x0000033fu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x0000033fu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x0000033fu, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x0000033fu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00040047u, - 0x00000340u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000341u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00000341u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000341u, 0x00000002u, 0x00040047u, - 0x00000343u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000343u, 0x00000021u, 0x00000009u, 0x00040047u, - 0x00000506u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000506u, 0x00000021u, 0x0000000au, 0x00040047u, - 0x00000659u, 0x00000001u, 0x00000001u, 0x00040047u, 0x0000065fu, 0x00000001u, 0x00000000u, 0x00040047u, - 0x00000668u, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000669u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000669u, 0x00000002u, 0x00040047u, 0x0000066bu, 0x00000022u, 0x00000000u, 0x00040047u, - 0x0000066bu, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000677u, 0x00000006u, 0x00000001u, 0x00050048u, - 0x00000678u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000678u, 0x00000002u, 0x00040047u, - 0x0000067au, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000067au, 0x00000021u, 0x00000001u, 0x00040047u, - 0x0000068cu, 0x00000006u, 0x00000002u, 0x00050048u, 0x0000068du, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x0000068du, 0x00000002u, 0x00040047u, 0x0000068fu, 0x00000022u, 0x00000000u, 0x00040047u, - 0x0000068fu, 0x00000021u, 0x00000000u, 0x00040047u, 0x000006d5u, 0x00000006u, 0x00000004u, 0x00050048u, - 0x000006d6u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000006d6u, 0x00000002u, 0x00040047u, - 0x000006d8u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000006d8u, 0x00000021u, 0x00000000u, 0x00040047u, - 0x0000078cu, 0x00000001u, 0x00000007u, 0x00040047u, 0x00000856u, 0x00000001u, 0x00000002u, 0x00040047u, - 0x00000a10u, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000a11u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000a11u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000a11u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00040047u, 0x00000a12u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000a13u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x00000a13u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x00000a13u, 0x00000002u, 0x00040047u, 0x00000a15u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000a15u, - 0x00000021u, 0x00000006u, 0x00050048u, 0x00000ccbu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000ccbu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000ccbu, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x00000ccbu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000cccu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000cccu, 0x00000002u, 0x00040047u, 0x00000cceu, - 0x00000022u, 0x00000002u, 0x00040047u, 0x00000cceu, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000e6du, - 0x00000006u, 0x00000001u, 0x00050048u, 0x00000e6eu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00040047u, - 0x00000e6fu, 0x00000006u, 0x00001000u, 0x00040048u, 0x00000e70u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00000e70u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000e70u, 0x00000002u, 0x00040047u, - 0x00000e72u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000e72u, 0x00000021u, 0x00000002u, 0x00040047u, - 0x00000f34u, 0x00000006u, 0x00000002u, 0x00050048u, 0x00000f35u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00040047u, 0x00000f36u, 0x00000006u, 0x00001000u, 0x00040048u, 0x00000f37u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000f37u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000f37u, 0x00000002u, - 0x00040047u, 0x00000f39u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000f39u, 0x00000021u, 0x00000002u, - 0x00050048u, 0x00001c2du, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00001c2du, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x00001c2du, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x00001c2du, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00001c2du, 0x00000004u, 0x00000023u, - 0x0000000eu, 0x00050048u, 0x00001c2du, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00001c2du, - 0x00000006u, 0x00000023u, 0x00000014u, 0x00050048u, 0x00001c2du, 0x00000007u, 0x00000023u, 0x00000018u, - 0x00050048u, 0x00001c2du, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x00001c2du, 0x00000009u, - 0x00000023u, 0x0000001eu, 0x00050048u, 0x00001c2du, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, - 0x00001c2eu, 0x00000006u, 0x00000020u, 0x00040048u, 0x00001c2fu, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00001c2fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001c2fu, 0x00000002u, 0x00040047u, - 0x00001c31u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00001c31u, 0x00000021u, 0x00000000u, 0x00040047u, - 0x00001f6au, 0x0000000bu, 0x0000001cu, 0x00040047u, 0x00001f74u, 0x0000000bu, 0x0000001au, 0x00040047u, - 0x00001f7du, 0x00000001u, 0x00000006u, 0x00040047u, 0x00001f7eu, 0x00000001u, 0x00000003u, 0x00040047u, - 0x00001f7fu, 0x00000001u, 0x00000004u, 0x00040047u, 0x00001f80u, 0x0000000bu, 0x00000019u, 0x00040047u, - 0x00001f88u, 0x00000001u, 0x00000005u, 0x00040047u, 0x00001f8cu, 0x00000006u, 0x00000004u, 0x00040048u, - 0x00001f8du, 0x00000000u, 0x00000018u, 0x00050048u, 0x00001f8du, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00001f8du, 0x00000002u, 0x00040047u, 0x00001f8fu, 0x00000022u, 0x00000001u, 0x00040047u, - 0x00001f8fu, 0x00000021u, 0x0000000cu, 0x00050048u, 0x00001f93u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00001f93u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00001f93u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x00001f93u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x00001f93u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00030047u, 0x00001f93u, 0x00000002u, 0x00040047u, - 0x00001fc0u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00001fc1u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00001fc1u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001fc1u, 0x00000002u, 0x00040047u, - 0x00001fc3u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00001fc3u, 0x00000021u, 0x0000000bu, 0x00020013u, - 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, - 0x00040020u, 0x00000007u, 0x00000007u, 0x00000006u, 0x00040015u, 0x00000008u, 0x00000020u, 0x00000001u, - 0x00040017u, 0x00000009u, 0x00000008u, 0x00000004u, 0x00040017u, 0x0000003cu, 0x00000008u, 0x00000003u, - 0x00040020u, 0x0000003du, 0x00000007u, 0x0000003cu, 0x00040020u, 0x0000003eu, 0x00000007u, 0x00000008u, - 0x00040020u, 0x0000005cu, 0x00000007u, 0x00000009u, 0x00020014u, 0x0000005du, 0x00040017u, 0x0000005fu, - 0x00000008u, 0x00000002u, 0x00040020u, 0x00000060u, 0x00000007u, 0x0000005fu, 0x00040017u, 0x000000a2u, - 0x00000006u, 0x00000002u, 0x00040020u, 0x000000a3u, 0x00000007u, 0x000000a2u, 0x0004002bu, 0x00000008u, - 0x00000205u, 0x00000000u, 0x000a001eu, 0x00000206u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, - 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x0003001du, 0x00000207u, 0x00000206u, 0x0003001eu, - 0x00000208u, 0x00000207u, 0x00040020u, 0x00000209u, 0x0000000cu, 0x00000208u, 0x0004003bu, 0x00000209u, - 0x0000020au, 0x0000000cu, 0x00040020u, 0x0000020cu, 0x0000000cu, 0x00000206u, 0x0004002bu, 0x00000008u, - 0x00000214u, 0x00000001u, 0x0004002bu, 0x00000008u, 0x00000217u, 0x00000002u, 0x0004002bu, 0x00000008u, - 0x0000021au, 0x00000003u, 0x0004002bu, 0x00000008u, 0x0000021du, 0x00000004u, 0x0004002bu, 0x00000008u, - 0x00000220u, 0x00000005u, 0x0004002bu, 0x00000008u, 0x00000223u, 0x00000006u, 0x0004002bu, 0x00000008u, - 0x00000226u, 0x00000007u, 0x00040015u, 0x0000022bu, 0x00000008u, 0x00000000u, 0x00040017u, 0x0000022cu, - 0x0000022bu, 0x00000004u, 0x00040015u, 0x0000022du, 0x00000010u, 0x00000000u, 0x00040015u, 0x0000022eu, - 0x00000010u, 0x00000001u, 0x00040017u, 0x0000022fu, 0x0000022eu, 0x00000004u, 0x0011001eu, 0x00000230u, - 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, - 0x0000022cu, 0x0000022cu, 0x00000006u, 0x0000022du, 0x0000022bu, 0x0000022bu, 0x0000022fu, 0x0003001du, - 0x00000231u, 0x00000230u, 0x0003001eu, 0x00000232u, 0x00000231u, 0x00040020u, 0x00000233u, 0x0000000cu, - 0x00000232u, 0x0004003bu, 0x00000233u, 0x00000234u, 0x0000000cu, 0x00040020u, 0x00000236u, 0x0000000cu, - 0x0000022cu, 0x00040017u, 0x00000239u, 0x00000006u, 0x00000004u, 0x0004002bu, 0x00000008u, 0x00000260u, - 0x00000008u, 0x0004002bu, 0x00000008u, 0x00000266u, 0x00000009u, 0x0004002bu, 0x00000008u, 0x0000026cu, - 0x0000000au, 0x00040020u, 0x0000026du, 0x0000000cu, 0x00000006u, 0x0004002bu, 0x00000008u, 0x00000271u, - 0x0000000bu, 0x00040020u, 0x00000272u, 0x0000000cu, 0x0000022du, 0x0004002bu, 0x00000008u, 0x00000278u, - 0x0000000cu, 0x00040020u, 0x00000279u, 0x0000000cu, 0x0000022bu, 0x0004002bu, 0x00000008u, 0x0000027fu, - 0x0000000du, 0x0004002bu, 0x00000008u, 0x00000285u, 0x0000000eu, 0x00040020u, 0x00000286u, 0x0000000cu, - 0x0000022fu, 0x000a001eu, 0x0000028du, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x00000006u, - 0x00000008u, 0x00000008u, 0x00000008u, 0x0003001du, 0x0000028eu, 0x0000028du, 0x0003001eu, 0x0000028fu, - 0x0000028eu, 0x00040020u, 0x00000290u, 0x0000000cu, 0x0000028fu, 0x0004003bu, 0x00000290u, 0x00000291u, - 0x0000000cu, 0x00040020u, 0x000002aau, 0x0000000cu, 0x00000008u, 0x0009001eu, 0x000002b0u, 0x0000022cu, - 0x0000022cu, 0x00000006u, 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0003001du, 0x000002b1u, - 0x000002b0u, 0x0003001eu, 0x000002b2u, 0x000002b1u, 0x00040020u, 0x000002b3u, 0x0000000cu, 0x000002b2u, - 0x0004003bu, 0x000002b3u, 0x000002b4u, 0x0000000cu, 0x0010001eu, 0x000002cfu, 0x00000006u, 0x00000006u, - 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0000022bu, - 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0003001du, 0x000002d0u, 0x000002cfu, 0x0003001eu, - 0x000002d1u, 0x000002d0u, 0x00040020u, 0x000002d2u, 0x0000000cu, 0x000002d1u, 0x0004003bu, 0x000002d2u, - 0x000002d3u, 0x0000000cu, 0x00040017u, 0x00000311u, 0x0000022du, 0x00000004u, 0x000b001eu, 0x00000312u, - 0x00000009u, 0x00000009u, 0x00000311u, 0x00000311u, 0x00000008u, 0x00000008u, 0x00000008u, 0x0000022eu, - 0x0000022du, 0x0003001du, 0x00000313u, 0x00000312u, 0x0003001eu, 0x00000314u, 0x00000313u, 0x00040020u, - 0x00000315u, 0x0000000cu, 0x00000314u, 0x0004003bu, 0x00000315u, 0x00000316u, 0x0000000cu, 0x00040020u, - 0x00000318u, 0x0000000cu, 0x00000009u, 0x00040020u, 0x0000031fu, 0x0000000cu, 0x00000311u, 0x00040020u, - 0x00000333u, 0x0000000cu, 0x0000022eu, 0x0006001eu, 0x0000033fu, 0x00000008u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x0003001du, 0x00000340u, 0x0000033fu, 0x0003001eu, 0x00000341u, 0x00000340u, 0x00040020u, - 0x00000342u, 0x0000000cu, 0x00000341u, 0x0004003bu, 0x00000342u, 0x00000343u, 0x0000000cu, 0x00040020u, - 0x00000345u, 0x0000000cu, 0x0000033fu, 0x00040017u, 0x00000355u, 0x00000006u, 0x00000003u, 0x00040020u, - 0x00000356u, 0x00000007u, 0x00000355u, 0x0004002bu, 0x00000006u, 0x0000035du, 0x00000008u, 0x0004002bu, - 0x00000006u, 0x00000363u, 0x41c64e6du, 0x0004002bu, 0x00000006u, 0x00000376u, 0x00000000u, 0x0004002bu, - 0x00000006u, 0x00000379u, 0x00000010u, 0x0004002bu, 0x00000008u, 0x0000037fu, 0x00000020u, 0x0004002bu, - 0x00000008u, 0x00000388u, 0x000001ffu, 0x0004002bu, 0x00000008u, 0x0000038du, 0x000000ffu, 0x0006002cu, - 0x0000003cu, 0x00000394u, 0x00000205u, 0x0000021au, 0x00000223u, 0x0004002bu, 0x00000008u, 0x0000039au, - 0x000000f8u, 0x0006002cu, 0x0000003cu, 0x0000039fu, 0x0000038du, 0x0000038du, 0x0000038du, 0x0004002bu, - 0x00000008u, 0x000003a1u, 0x000000f7u, 0x0006002cu, 0x0000003cu, 0x000003a2u, 0x000003a1u, 0x000003a1u, - 0x000003a1u, 0x00040017u, 0x000003a3u, 0x0000005du, 0x00000003u, 0x0004002bu, 0x00000008u, 0x000003acu, - 0x0000001fu, 0x0004001cu, 0x000003c5u, 0x00000008u, 0x00000379u, 0x0004002bu, 0x00000006u, 0x000003c6u, - 0x00000002u, 0x0004001cu, 0x000003c7u, 0x000003c5u, 0x000003c6u, 0x0013002cu, 0x000003c5u, 0x000003c8u, - 0x00000205u, 0x00000223u, 0x00000214u, 0x00000226u, 0x0000021du, 0x00000217u, 0x00000220u, 0x0000021au, - 0x0000021au, 0x00000220u, 0x00000217u, 0x0000021du, 0x00000226u, 0x00000214u, 0x00000223u, 0x00000205u, - 0x0013002cu, 0x000003c5u, 0x000003c9u, 0x00000205u, 0x0000021du, 0x00000214u, 0x00000220u, 0x0000021du, - 0x00000205u, 0x00000220u, 0x00000214u, 0x0000021au, 0x00000226u, 0x00000217u, 0x00000223u, 0x00000226u, - 0x0000021au, 0x00000223u, 0x00000217u, 0x0005002cu, 0x000003c7u, 0x000003cau, 0x000003c8u, 0x000003c9u, - 0x00040020u, 0x000003d2u, 0x00000007u, 0x000003c7u, 0x0004002bu, 0x00000008u, 0x000003d6u, 0x00000049u, - 0x0004002bu, 0x00000008u, 0x0000040cu, 0x000007ffu, 0x0004002bu, 0x00000008u, 0x00000413u, 0x00040000u, - 0x0004002bu, 0x00000008u, 0x0000041fu, 0x0003ffffu, 0x0004002bu, 0x00000008u, 0x00000424u, 0x00000011u, - 0x0004002bu, 0x00000006u, 0x00000487u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x0000048du, 0x00000003u, - 0x0004002bu, 0x00000008u, 0x000004cfu, 0x0000003cu, 0x00090019u, 0x00000504u, 0x00000006u, 0x00000005u, - 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, 0x00000505u, 0x00000000u, - 0x00000504u, 0x0004003bu, 0x00000505u, 0x00000506u, 0x00000000u, 0x0004002bu, 0x00000008u, 0x00000542u, - 0x0000000fu, 0x0003002au, 0x0000005du, 0x00000545u, 0x0004002bu, 0x00000008u, 0x00000555u, 0x00008000u, - 0x0004002bu, 0x00000008u, 0x0000055bu, 0x00000010u, 0x00030029u, 0x0000005du, 0x00000560u, 0x0004002bu, - 0x00000008u, 0x00000561u, 0x0000ffffu, 0x0007002cu, 0x00000009u, 0x000005f6u, 0x00000205u, 0x0000021du, - 0x00000217u, 0x00000223u, 0x00040017u, 0x000005fbu, 0x0000005du, 0x00000004u, 0x0007002cu, 0x00000009u, - 0x00000613u, 0x00000205u, 0x00000205u, 0x00000205u, 0x00000205u, 0x0007002cu, 0x00000009u, 0x00000614u, - 0x00000214u, 0x00000214u, 0x00000214u, 0x00000214u, 0x0007002cu, 0x00000009u, 0x00000621u, 0x00000214u, - 0x00000217u, 0x0000021du, 0x00000260u, 0x0004002bu, 0x00000008u, 0x00000624u, 0x00000040u, 0x0004002bu, - 0x00000008u, 0x00000625u, 0x00000080u, 0x0007002cu, 0x00000009u, 0x00000626u, 0x0000055bu, 0x0000037fu, - 0x00000624u, 0x00000625u, 0x00040032u, 0x00000008u, 0x00000659u, 0x00000000u, 0x00040032u, 0x00000006u, - 0x0000065fu, 0x00000000u, 0x00060034u, 0x00000006u, 0x00000660u, 0x00000082u, 0x0000065fu, 0x00000487u, - 0x0003001du, 0x00000668u, 0x0000022bu, 0x0003001eu, 0x00000669u, 0x00000668u, 0x00040020u, 0x0000066au, - 0x0000000cu, 0x00000669u, 0x0004003bu, 0x0000066au, 0x0000066bu, 0x0000000cu, 0x0003001du, 0x00000677u, - 0x0000022bu, 0x0003001eu, 0x00000678u, 0x00000677u, 0x00040020u, 0x00000679u, 0x0000000cu, 0x00000678u, - 0x0004003bu, 0x00000679u, 0x0000067au, 0x0000000cu, 0x00060034u, 0x00000006u, 0x00000683u, 0x000000c2u, - 0x00000660u, 0x00000487u, 0x00060034u, 0x00000006u, 0x00000687u, 0x000000c2u, 0x0000065fu, 0x00000214u, - 0x0003001du, 0x0000068cu, 0x0000022du, 0x0003001eu, 0x0000068du, 0x0000068cu, 0x00040020u, 0x0000068eu, - 0x0000000cu, 0x0000068du, 0x0004003bu, 0x0000068eu, 0x0000068fu, 0x0000000cu, 0x0004002bu, 0x00000006u, - 0x0000069du, 0x000000f8u, 0x00060034u, 0x00000006u, 0x000006b5u, 0x000000c2u, 0x0000065fu, 0x00000214u, - 0x0004002bu, 0x00000006u, 0x000006c4u, 0x000000ffu, 0x00060034u, 0x00000006u, 0x000006ccu, 0x000000c2u, - 0x00000660u, 0x000003c6u, 0x00060034u, 0x00000006u, 0x000006d0u, 0x000000c2u, 0x0000065fu, 0x00000217u, - 0x0003001du, 0x000006d5u, 0x00000006u, 0x0003001eu, 0x000006d6u, 0x000006d5u, 0x00040020u, 0x000006d7u, - 0x0000000cu, 0x000006d6u, 0x0004003bu, 0x000006d7u, 0x000006d8u, 0x0000000cu, 0x0004002bu, 0x00000006u, - 0x000006deu, 0x00000018u, 0x0007002cu, 0x00000239u, 0x000006dfu, 0x000006deu, 0x00000379u, 0x0000035du, - 0x00000376u, 0x0007002cu, 0x00000239u, 0x000006e1u, 0x000006c4u, 0x000006c4u, 0x000006c4u, 0x000006c4u, - 0x0004002bu, 0x00000006u, 0x000006f6u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000703u, 0x00000004u, - 0x0004002bu, 0x00000006u, 0x00000730u, 0x0000000au, 0x0004002bu, 0x00000006u, 0x00000736u, 0x00000005u, - 0x0004002bu, 0x00000006u, 0x00000741u, 0x00000007u, 0x00060034u, 0x00000006u, 0x00000758u, 0x000000c2u, - 0x0000065fu, 0x00000214u, 0x00040032u, 0x00000008u, 0x0000078cu, 0x00000000u, 0x00060034u, 0x00000008u, - 0x0000078du, 0x000000c7u, 0x0000078cu, 0x00000214u, 0x00060034u, 0x0000005du, 0x0000078eu, 0x000000abu, - 0x0000078du, 0x00000205u, 0x00060034u, 0x00000008u, 0x0000078fu, 0x000000c3u, 0x0000078cu, 0x00000214u, - 0x00060034u, 0x0000005du, 0x00000790u, 0x000000aau, 0x0000078fu, 0x00000205u, 0x00060034u, 0x0000005du, - 0x00000791u, 0x000000a7u, 0x0000078eu, 0x00000790u, 0x0004002bu, 0x00000006u, 0x00000794u, 0x00000048u, - 0x00060034u, 0x00000006u, 0x000007bfu, 0x000000c2u, 0x0000065fu, 0x00000214u, 0x00040020u, 0x000007c3u, - 0x00000007u, 0x00000239u, 0x00060034u, 0x00000006u, 0x000007f2u, 0x000000c2u, 0x0000065fu, 0x00000487u, - 0x0004002bu, 0x00000006u, 0x000007f4u, 0x0000ffffu, 0x00060034u, 0x00000006u, 0x000007fbu, 0x000000c2u, - 0x0000065fu, 0x00000214u, 0x00060034u, 0x00000006u, 0x0000081au, 0x000000c2u, 0x0000065fu, 0x00000487u, - 0x00060034u, 0x00000006u, 0x00000822u, 0x000000c2u, 0x0000065fu, 0x00000217u, 0x00060034u, 0x00000006u, - 0x00000850u, 0x000000c2u, 0x0000065fu, 0x000003c6u, 0x0004002bu, 0x00000006u, 0x00000852u, 0xffffffffu, - 0x00030031u, 0x0000005du, 0x00000856u, 0x00050034u, 0x0000005du, 0x00000857u, 0x000000a8u, 0x00000856u, - 0x00060034u, 0x00000006u, 0x00000861u, 0x000000c2u, 0x0000065fu, 0x00000214u, 0x00060034u, 0x00000006u, - 0x00000877u, 0x000000c2u, 0x0000065fu, 0x00000487u, 0x00040017u, 0x0000087fu, 0x0000005du, 0x00000002u, - 0x00060034u, 0x00000008u, 0x00000886u, 0x000000c4u, 0x00000214u, 0x0000078fu, 0x00060034u, 0x00000008u, - 0x00000887u, 0x00000082u, 0x00000886u, 0x00000214u, 0x00060034u, 0x00000006u, 0x00000888u, 0x00000080u, - 0x00000887u, 0x00000376u, 0x00060034u, 0x00000006u, 0x00000891u, 0x00000080u, 0x00000886u, 0x00000376u, - 0x00060034u, 0x00000008u, 0x000008dcu, 0x00000084u, 0x00000886u, 0x00000886u, 0x00060034u, 0x00000006u, - 0x000008ddu, 0x00000080u, 0x000008dcu, 0x00000376u, 0x00060034u, 0x00000006u, 0x000008deu, 0x000000c2u, - 0x0000065fu, 0x00000217u, 0x00060034u, 0x00000006u, 0x000008dfu, 0x00000084u, 0x000008ddu, 0x000008deu, - 0x00060034u, 0x00000008u, 0x000008f2u, 0x00000082u, 0x00000886u, 0x00000214u, 0x00060034u, 0x00000006u, - 0x000008f3u, 0x00000080u, 0x000008f2u, 0x00000376u, 0x00060034u, 0x00000006u, 0x000008fcu, 0x00000080u, - 0x00000886u, 0x00000376u, 0x00060034u, 0x0000005du, 0x0000091eu, 0x000000abu, 0x0000078fu, 0x00000205u, - 0x00060034u, 0x0000005du, 0x0000091fu, 0x000000a7u, 0x0000078eu, 0x0000091eu, 0x0004002bu, 0x00000008u, - 0x0000092eu, 0x000000e0u, 0x0006002cu, 0x0000003cu, 0x00000939u, 0x00000205u, 0x00000205u, 0x00000205u, - 0x00060034u, 0x0000005du, 0x00000952u, 0x000000aau, 0x00000659u, 0x00000205u, 0x0004002bu, 0x00000006u, - 0x0000097bu, 0x000000e0u, 0x0004001cu, 0x00000a10u, 0x0000022bu, 0x0000035du, 0x0005001eu, 0x00000a11u, - 0x0000022cu, 0x0000022cu, 0x00000a10u, 0x0003001du, 0x00000a12u, 0x00000a11u, 0x0003001eu, 0x00000a13u, - 0x00000a12u, 0x00040020u, 0x00000a14u, 0x0000000cu, 0x00000a13u, 0x0004003bu, 0x00000a14u, 0x00000a15u, - 0x0000000cu, 0x0004002bu, 0x00000006u, 0x00000a3bu, 0x00000020u, 0x0004002bu, 0x00000006u, 0x00000a41u, - 0x00000040u, 0x0004002bu, 0x00000006u, 0x00000a47u, 0x00000080u, 0x0004002bu, 0x00000006u, 0x00000a4du, - 0x00000100u, 0x0007002cu, 0x00000009u, 0x00000af4u, 0x0000038du, 0x0000038du, 0x0000038du, 0x0000038du, - 0x0004002bu, 0x00000008u, 0x00000b0eu, 0x00020000u, 0x0004002bu, 0x00000008u, 0x00000b24u, 0x00003fffu, - 0x0004001cu, 0x00000b2au, 0x0000005fu, 0x00000a41u, 0x0004002bu, 0x00000008u, 0x00000b2bu, 0x00004000u, - 0x0004002bu, 0x00000008u, 0x00000b2cu, 0xfffffc10u, 0x0005002cu, 0x0000005fu, 0x00000b2du, 0x00000b2bu, - 0x00000b2cu, 0x0004002bu, 0x00000008u, 0x00000b2eu, 0x00003f04u, 0x0004002bu, 0x00000008u, 0x00000b2fu, - 0xfffffc30u, 0x0005002cu, 0x0000005fu, 0x00000b30u, 0x00000b2eu, 0x00000b2fu, 0x0004002bu, 0x00000008u, - 0x00000b31u, 0x00003e10u, 0x0004002bu, 0x00000008u, 0x00000b32u, 0xfffffc48u, 0x0005002cu, 0x0000005fu, - 0x00000b33u, 0x00000b31u, 0x00000b32u, 0x0004002bu, 0x00000008u, 0x00000b34u, 0x00003d22u, 0x0004002bu, - 0x00000008u, 0x00000b35u, 0xfffffc68u, 0x0005002cu, 0x0000005fu, 0x00000b36u, 0x00000b34u, 0x00000b35u, - 0x0004002bu, 0x00000008u, 0x00000b37u, 0x00003c3cu, 0x0004002bu, 0x00000008u, 0x00000b38u, 0xfffffc84u, - 0x0005002cu, 0x0000005fu, 0x00000b39u, 0x00000b37u, 0x00000b38u, 0x0004002bu, 0x00000008u, 0x00000b3au, - 0x00003b5du, 0x0004002bu, 0x00000008u, 0x00000b3bu, 0xfffffc98u, 0x0005002cu, 0x0000005fu, 0x00000b3cu, - 0x00000b3au, 0x00000b3bu, 0x0004002bu, 0x00000008u, 0x00000b3du, 0x00003a83u, 0x0004002bu, 0x00000008u, - 0x00000b3eu, 0xfffffcb8u, 0x0005002cu, 0x0000005fu, 0x00000b3fu, 0x00000b3du, 0x00000b3eu, 0x0004002bu, - 0x00000008u, 0x00000b40u, 0x000039b1u, 0x0004002bu, 0x00000008u, 0x00000b41u, 0xfffffcccu, 0x0005002cu, - 0x0000005fu, 0x00000b42u, 0x00000b40u, 0x00000b41u, 0x0004002bu, 0x00000008u, 0x00000b43u, 0x000038e4u, - 0x0004002bu, 0x00000008u, 0x00000b44u, 0xfffffce0u, 0x0005002cu, 0x0000005fu, 0x00000b45u, 0x00000b43u, - 0x00000b44u, 0x0004002bu, 0x00000008u, 0x00000b46u, 0x0000381cu, 0x0004002bu, 0x00000008u, 0x00000b47u, - 0xfffffcf8u, 0x0005002cu, 0x0000005fu, 0x00000b48u, 0x00000b46u, 0x00000b47u, 0x0004002bu, 0x00000008u, - 0x00000b49u, 0x0000375au, 0x0004002bu, 0x00000008u, 0x00000b4au, 0xfffffd0cu, 0x0005002cu, 0x0000005fu, - 0x00000b4bu, 0x00000b49u, 0x00000b4au, 0x0004002bu, 0x00000008u, 0x00000b4cu, 0x0000369du, 0x0004002bu, - 0x00000008u, 0x00000b4du, 0xfffffd20u, 0x0005002cu, 0x0000005fu, 0x00000b4eu, 0x00000b4cu, 0x00000b4du, - 0x0004002bu, 0x00000008u, 0x00000b4fu, 0x000035e5u, 0x0004002bu, 0x00000008u, 0x00000b50u, 0xfffffd34u, - 0x0005002cu, 0x0000005fu, 0x00000b51u, 0x00000b4fu, 0x00000b50u, 0x0004002bu, 0x00000008u, 0x00000b52u, - 0x00003532u, 0x0004002bu, 0x00000008u, 0x00000b53u, 0xfffffd44u, 0x0005002cu, 0x0000005fu, 0x00000b54u, - 0x00000b52u, 0x00000b53u, 0x0004002bu, 0x00000008u, 0x00000b55u, 0x00003483u, 0x0004002bu, 0x00000008u, - 0x00000b56u, 0xfffffd58u, 0x0005002cu, 0x0000005fu, 0x00000b57u, 0x00000b55u, 0x00000b56u, 0x0004002bu, - 0x00000008u, 0x00000b58u, 0x000033d9u, 0x0004002bu, 0x00000008u, 0x00000b59u, 0xfffffd68u, 0x0005002cu, - 0x0000005fu, 0x00000b5au, 0x00000b58u, 0x00000b59u, 0x0004002bu, 0x00000008u, 0x00000b5bu, 0x00003333u, - 0x0004002bu, 0x00000008u, 0x00000b5cu, 0xfffffd78u, 0x0005002cu, 0x0000005fu, 0x00000b5du, 0x00000b5bu, - 0x00000b5cu, 0x0004002bu, 0x00000008u, 0x00000b5eu, 0x00003291u, 0x0004002bu, 0x00000008u, 0x00000b5fu, - 0xfffffd8cu, 0x0005002cu, 0x0000005fu, 0x00000b60u, 0x00000b5eu, 0x00000b5fu, 0x0004002bu, 0x00000008u, - 0x00000b61u, 0x000031f4u, 0x0004002bu, 0x00000008u, 0x00000b62u, 0xfffffd94u, 0x0005002cu, 0x0000005fu, - 0x00000b63u, 0x00000b61u, 0x00000b62u, 0x0004002bu, 0x00000008u, 0x00000b64u, 0x00003159u, 0x0004002bu, - 0x00000008u, 0x00000b65u, 0xfffffda8u, 0x0005002cu, 0x0000005fu, 0x00000b66u, 0x00000b64u, 0x00000b65u, - 0x0004002bu, 0x00000008u, 0x00000b67u, 0x000030c3u, 0x0004002bu, 0x00000008u, 0x00000b68u, 0xfffffdb4u, - 0x0005002cu, 0x0000005fu, 0x00000b69u, 0x00000b67u, 0x00000b68u, 0x0004002bu, 0x00000008u, 0x00000b6au, - 0x00003030u, 0x0004002bu, 0x00000008u, 0x00000b6bu, 0xfffffdc4u, 0x0005002cu, 0x0000005fu, 0x00000b6cu, - 0x00000b6au, 0x00000b6bu, 0x0004002bu, 0x00000008u, 0x00000b6du, 0x00002fa1u, 0x0004002bu, 0x00000008u, - 0x00000b6eu, 0xfffffdd0u, 0x0005002cu, 0x0000005fu, 0x00000b6fu, 0x00000b6du, 0x00000b6eu, 0x0004002bu, - 0x00000008u, 0x00000b70u, 0x00002f15u, 0x0004002bu, 0x00000008u, 0x00000b71u, 0xfffffddcu, 0x0005002cu, - 0x0000005fu, 0x00000b72u, 0x00000b70u, 0x00000b71u, 0x0004002bu, 0x00000008u, 0x00000b73u, 0x00002e8cu, - 0x0004002bu, 0x00000008u, 0x00000b74u, 0xfffffde8u, 0x0005002cu, 0x0000005fu, 0x00000b75u, 0x00000b73u, - 0x00000b74u, 0x0004002bu, 0x00000008u, 0x00000b76u, 0x00002e06u, 0x0004002bu, 0x00000008u, 0x00000b77u, - 0xfffffdf4u, 0x0005002cu, 0x0000005fu, 0x00000b78u, 0x00000b76u, 0x00000b77u, 0x0004002bu, 0x00000008u, - 0x00000b79u, 0x00002d83u, 0x0004002bu, 0x00000008u, 0x00000b7au, 0xfffffe00u, 0x0005002cu, 0x0000005fu, - 0x00000b7bu, 0x00000b79u, 0x00000b7au, 0x0004002bu, 0x00000008u, 0x00000b7cu, 0x00002d03u, 0x0004002bu, - 0x00000008u, 0x00000b7du, 0xfffffe0cu, 0x0005002cu, 0x0000005fu, 0x00000b7eu, 0x00000b7cu, 0x00000b7du, - 0x0004002bu, 0x00000008u, 0x00000b7fu, 0x00002c86u, 0x0004002bu, 0x00000008u, 0x00000b80u, 0xfffffe14u, - 0x0005002cu, 0x0000005fu, 0x00000b81u, 0x00000b7fu, 0x00000b80u, 0x0004002bu, 0x00000008u, 0x00000b82u, - 0x00002c0bu, 0x0004002bu, 0x00000008u, 0x00000b83u, 0xfffffe20u, 0x0005002cu, 0x0000005fu, 0x00000b84u, - 0x00000b82u, 0x00000b83u, 0x0004002bu, 0x00000008u, 0x00000b85u, 0x00002b93u, 0x0004002bu, 0x00000008u, - 0x00000b86u, 0xfffffe2cu, 0x0005002cu, 0x0000005fu, 0x00000b87u, 0x00000b85u, 0x00000b86u, 0x0004002bu, - 0x00000008u, 0x00000b88u, 0x00002b1eu, 0x0004002bu, 0x00000008u, 0x00000b89u, 0xfffffe34u, 0x0005002cu, - 0x0000005fu, 0x00000b8au, 0x00000b88u, 0x00000b89u, 0x0004002bu, 0x00000008u, 0x00000b8bu, 0x00002aabu, - 0x0004002bu, 0x00000008u, 0x00000b8cu, 0xfffffe3cu, 0x0005002cu, 0x0000005fu, 0x00000b8du, 0x00000b8bu, - 0x00000b8cu, 0x0004002bu, 0x00000008u, 0x00000b8eu, 0x00002a3au, 0x0004002bu, 0x00000008u, 0x00000b8fu, - 0xfffffe48u, 0x0005002cu, 0x0000005fu, 0x00000b90u, 0x00000b8eu, 0x00000b8fu, 0x0004002bu, 0x00000008u, - 0x00000b91u, 0x000029ccu, 0x0004002bu, 0x00000008u, 0x00000b92u, 0xfffffe50u, 0x0005002cu, 0x0000005fu, - 0x00000b93u, 0x00000b91u, 0x00000b92u, 0x0004002bu, 0x00000008u, 0x00000b94u, 0x00002960u, 0x0004002bu, - 0x00000008u, 0x00000b95u, 0xfffffe58u, 0x0005002cu, 0x0000005fu, 0x00000b96u, 0x00000b94u, 0x00000b95u, - 0x0004002bu, 0x00000008u, 0x00000b97u, 0x000028f6u, 0x0004002bu, 0x00000008u, 0x00000b98u, 0xfffffe60u, - 0x0005002cu, 0x0000005fu, 0x00000b99u, 0x00000b97u, 0x00000b98u, 0x0004002bu, 0x00000008u, 0x00000b9au, - 0x0000288eu, 0x0004002bu, 0x00000008u, 0x00000b9bu, 0xfffffe68u, 0x0005002cu, 0x0000005fu, 0x00000b9cu, - 0x00000b9au, 0x00000b9bu, 0x0004002bu, 0x00000008u, 0x00000b9du, 0x00002828u, 0x0004002bu, 0x00000008u, - 0x00000b9eu, 0xfffffe70u, 0x0005002cu, 0x0000005fu, 0x00000b9fu, 0x00000b9du, 0x00000b9eu, 0x0004002bu, - 0x00000008u, 0x00000ba0u, 0x000027c4u, 0x0004002bu, 0x00000008u, 0x00000ba1u, 0xfffffe78u, 0x0005002cu, - 0x0000005fu, 0x00000ba2u, 0x00000ba0u, 0x00000ba1u, 0x0004002bu, 0x00000008u, 0x00000ba3u, 0x00002762u, - 0x0004002bu, 0x00000008u, 0x00000ba4u, 0xfffffe80u, 0x0005002cu, 0x0000005fu, 0x00000ba5u, 0x00000ba3u, - 0x00000ba4u, 0x0004002bu, 0x00000008u, 0x00000ba6u, 0x00002702u, 0x0004002bu, 0x00000008u, 0x00000ba7u, - 0xfffffe88u, 0x0005002cu, 0x0000005fu, 0x00000ba8u, 0x00000ba6u, 0x00000ba7u, 0x0004002bu, 0x00000008u, - 0x00000ba9u, 0x000026a4u, 0x0004002bu, 0x00000008u, 0x00000baau, 0xfffffe90u, 0x0005002cu, 0x0000005fu, - 0x00000babu, 0x00000ba9u, 0x00000baau, 0x0004002bu, 0x00000008u, 0x00000bacu, 0x00002648u, 0x0004002bu, - 0x00000008u, 0x00000badu, 0xfffffe94u, 0x0005002cu, 0x0000005fu, 0x00000baeu, 0x00000bacu, 0x00000badu, - 0x0004002bu, 0x00000008u, 0x00000bafu, 0x000025edu, 0x0004002bu, 0x00000008u, 0x00000bb0u, 0xfffffe9cu, - 0x0005002cu, 0x0000005fu, 0x00000bb1u, 0x00000bafu, 0x00000bb0u, 0x0004002bu, 0x00000008u, 0x00000bb2u, - 0x00002594u, 0x0004002bu, 0x00000008u, 0x00000bb3u, 0xfffffea4u, 0x0005002cu, 0x0000005fu, 0x00000bb4u, - 0x00000bb2u, 0x00000bb3u, 0x0004002bu, 0x00000008u, 0x00000bb5u, 0x0000253du, 0x0004002bu, 0x00000008u, - 0x00000bb6u, 0xfffffea8u, 0x0005002cu, 0x0000005fu, 0x00000bb7u, 0x00000bb5u, 0x00000bb6u, 0x0004002bu, - 0x00000008u, 0x00000bb8u, 0x000024e7u, 0x0004002bu, 0x00000008u, 0x00000bb9u, 0xfffffeacu, 0x0005002cu, - 0x0000005fu, 0x00000bbau, 0x00000bb8u, 0x00000bb9u, 0x0004002bu, 0x00000008u, 0x00000bbbu, 0x00002492u, - 0x0004002bu, 0x00000008u, 0x00000bbcu, 0xfffffeb4u, 0x0005002cu, 0x0000005fu, 0x00000bbdu, 0x00000bbbu, - 0x00000bbcu, 0x0004002bu, 0x00000008u, 0x00000bbeu, 0x0000243fu, 0x0004002bu, 0x00000008u, 0x00000bbfu, - 0xfffffebcu, 0x0005002cu, 0x0000005fu, 0x00000bc0u, 0x00000bbeu, 0x00000bbfu, 0x0004002bu, 0x00000008u, - 0x00000bc1u, 0x000023eeu, 0x0004002bu, 0x00000008u, 0x00000bc2u, 0xfffffec0u, 0x0005002cu, 0x0000005fu, - 0x00000bc3u, 0x00000bc1u, 0x00000bc2u, 0x0004002bu, 0x00000008u, 0x00000bc4u, 0x0000239eu, 0x0004002bu, - 0x00000008u, 0x00000bc5u, 0xfffffec4u, 0x0005002cu, 0x0000005fu, 0x00000bc6u, 0x00000bc4u, 0x00000bc5u, - 0x0004002bu, 0x00000008u, 0x00000bc7u, 0x0000234fu, 0x0004002bu, 0x00000008u, 0x00000bc8u, 0xfffffeccu, - 0x0005002cu, 0x0000005fu, 0x00000bc9u, 0x00000bc7u, 0x00000bc8u, 0x0004002bu, 0x00000008u, 0x00000bcau, - 0x00002302u, 0x0004002bu, 0x00000008u, 0x00000bcbu, 0xfffffed0u, 0x0005002cu, 0x0000005fu, 0x00000bccu, - 0x00000bcau, 0x00000bcbu, 0x0004002bu, 0x00000008u, 0x00000bcdu, 0x000022b6u, 0x0004002bu, 0x00000008u, - 0x00000bceu, 0xfffffed8u, 0x0005002cu, 0x0000005fu, 0x00000bcfu, 0x00000bcdu, 0x00000bceu, 0x0004002bu, - 0x00000008u, 0x00000bd0u, 0x0000226cu, 0x0005002cu, 0x0000005fu, 0x00000bd1u, 0x00000bd0u, 0x00000bceu, - 0x0004002bu, 0x00000008u, 0x00000bd2u, 0x00002222u, 0x0004002bu, 0x00000008u, 0x00000bd3u, 0xfffffee0u, - 0x0005002cu, 0x0000005fu, 0x00000bd4u, 0x00000bd2u, 0x00000bd3u, 0x0004002bu, 0x00000008u, 0x00000bd5u, - 0x000021dau, 0x0004002bu, 0x00000008u, 0x00000bd6u, 0xfffffee4u, 0x0005002cu, 0x0000005fu, 0x00000bd7u, - 0x00000bd5u, 0x00000bd6u, 0x0004002bu, 0x00000008u, 0x00000bd8u, 0x00002193u, 0x0004002bu, 0x00000008u, - 0x00000bd9u, 0xfffffee8u, 0x0005002cu, 0x0000005fu, 0x00000bdau, 0x00000bd8u, 0x00000bd9u, 0x0004002bu, - 0x00000008u, 0x00000bdbu, 0x0000214du, 0x0004002bu, 0x00000008u, 0x00000bdcu, 0xfffffeecu, 0x0005002cu, - 0x0000005fu, 0x00000bddu, 0x00000bdbu, 0x00000bdcu, 0x0004002bu, 0x00000008u, 0x00000bdeu, 0x00002108u, - 0x0004002bu, 0x00000008u, 0x00000bdfu, 0xfffffef4u, 0x0005002cu, 0x0000005fu, 0x00000be0u, 0x00000bdeu, - 0x00000bdfu, 0x0004002bu, 0x00000008u, 0x00000be1u, 0x000020c5u, 0x0005002cu, 0x0000005fu, 0x00000be2u, - 0x00000be1u, 0x00000bdfu, 0x0004002bu, 0x00000008u, 0x00000be3u, 0x00002082u, 0x0004002bu, 0x00000008u, - 0x00000be4u, 0xfffffefcu, 0x0005002cu, 0x0000005fu, 0x00000be5u, 0x00000be3u, 0x00000be4u, 0x0004002bu, - 0x00000008u, 0x00000be6u, 0x00002041u, 0x0005002cu, 0x0000005fu, 0x00000be7u, 0x00000be6u, 0x00000be4u, - 0x0043002cu, 0x00000b2au, 0x00000be8u, 0x00000b2du, 0x00000b30u, 0x00000b33u, 0x00000b36u, 0x00000b39u, - 0x00000b3cu, 0x00000b3fu, 0x00000b42u, 0x00000b45u, 0x00000b48u, 0x00000b4bu, 0x00000b4eu, 0x00000b51u, - 0x00000b54u, 0x00000b57u, 0x00000b5au, 0x00000b5du, 0x00000b60u, 0x00000b63u, 0x00000b66u, 0x00000b69u, - 0x00000b6cu, 0x00000b6fu, 0x00000b72u, 0x00000b75u, 0x00000b78u, 0x00000b7bu, 0x00000b7eu, 0x00000b81u, - 0x00000b84u, 0x00000b87u, 0x00000b8au, 0x00000b8du, 0x00000b90u, 0x00000b93u, 0x00000b96u, 0x00000b99u, - 0x00000b9cu, 0x00000b9fu, 0x00000ba2u, 0x00000ba5u, 0x00000ba8u, 0x00000babu, 0x00000baeu, 0x00000bb1u, - 0x00000bb4u, 0x00000bb7u, 0x00000bbau, 0x00000bbdu, 0x00000bc0u, 0x00000bc3u, 0x00000bc6u, 0x00000bc9u, - 0x00000bccu, 0x00000bcfu, 0x00000bd1u, 0x00000bd4u, 0x00000bd7u, 0x00000bdau, 0x00000bddu, 0x00000be0u, - 0x00000be2u, 0x00000be5u, 0x00000be7u, 0x00040020u, 0x00000bebu, 0x00000007u, 0x00000b2au, 0x0004002bu, - 0x00000008u, 0x00000c0au, 0x00007fffu, 0x0004002bu, 0x00000008u, 0x00000c1cu, 0x3fffffffu, 0x0004002bu, - 0x00000008u, 0x00000c1du, 0x20000000u, 0x0005002cu, 0x0000005fu, 0x00000c36u, 0x00000205u, 0x00000205u, - 0x0004002bu, 0x00000008u, 0x00000c4fu, 0xffff8000u, 0x0005002cu, 0x0000005fu, 0x00000c69u, 0x00000c0au, - 0x00000c0au, 0x0004002bu, 0x00000008u, 0x00000c6bu, 0xffff0000u, 0x0005002cu, 0x0000005fu, 0x00000c6cu, - 0x00000c6bu, 0x00000c6bu, 0x0005002cu, 0x0000005fu, 0x00000c6du, 0x00000561u, 0x00000561u, 0x0004002bu, - 0x00000008u, 0x00000c72u, 0xffffffe0u, 0x00060034u, 0x00000008u, 0x00000c92u, 0x00000080u, 0x00000217u, - 0x0000078fu, 0x00060034u, 0x00000008u, 0x00000cafu, 0x00000080u, 0x0000021du, 0x0000078fu, 0x0006001eu, - 0x00000ccbu, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000006u, 0x0003001eu, 0x00000cccu, 0x00000ccbu, - 0x00040020u, 0x00000ccdu, 0x00000002u, 0x00000cccu, 0x0004003bu, 0x00000ccdu, 0x00000cceu, 0x00000002u, - 0x00040020u, 0x00000ccfu, 0x00000002u, 0x00000008u, 0x0004002bu, 0x00000008u, 0x00000cdcu, 0xffffffffu, - 0x00060034u, 0x0000005du, 0x00000d3bu, 0x000000adu, 0x00000886u, 0x00000214u, 0x00060034u, 0x00000008u, - 0x00000d91u, 0x00000082u, 0x00000886u, 0x00000214u, 0x00060034u, 0x00000008u, 0x00000da5u, 0x00000080u, - 0x00000217u, 0x0000078fu, 0x00060034u, 0x00000008u, 0x00000db5u, 0x00000080u, 0x00000220u, 0x0000078fu, - 0x0005002cu, 0x0000005fu, 0x00000ddau, 0x00000205u, 0x00000214u, 0x0004002bu, 0x00000006u, 0x00000e1eu, - 0x0000000bu, 0x0006002cu, 0x00000355u, 0x00000e1fu, 0x00000e1eu, 0x000006f6u, 0x00000487u, 0x0004002bu, - 0x00000006u, 0x00000e21u, 0x0000001fu, 0x0004002bu, 0x00000006u, 0x00000e58u, 0x00000fffu, 0x0004002bu, - 0x00000006u, 0x00000e6cu, 0x00001000u, 0x0004001cu, 0x00000e6du, 0x0000022bu, 0x00000e6cu, 0x0003001eu, - 0x00000e6eu, 0x00000e6du, 0x0003001du, 0x00000e6fu, 0x00000e6eu, 0x0003001eu, 0x00000e70u, 0x00000e6fu, - 0x00040020u, 0x00000e71u, 0x0000000cu, 0x00000e70u, 0x0004003bu, 0x00000e71u, 0x00000e72u, 0x0000000cu, - 0x0004002bu, 0x00000006u, 0x00000e7bu, 0x0000000fu, 0x0004002bu, 0x00000006u, 0x00000eb2u, 0x0000000eu, - 0x0004002bu, 0x00000006u, 0x00000f0au, 0x000007ffu, 0x0004002bu, 0x00000006u, 0x00000f33u, 0x00000800u, - 0x0004001cu, 0x00000f34u, 0x0000022du, 0x00000f33u, 0x0003001eu, 0x00000f35u, 0x00000f34u, 0x0003001du, - 0x00000f36u, 0x00000f35u, 0x0003001eu, 0x00000f37u, 0x00000f36u, 0x00040020u, 0x00000f38u, 0x0000000cu, - 0x00000f37u, 0x0004003bu, 0x00000f38u, 0x00000f39u, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x00000f3bu, - 0x00000400u, 0x0004002bu, 0x00000006u, 0x00000fd9u, 0xfffffffcu, 0x0004002bu, 0x00000008u, 0x0000113fu, - 0x000003ffu, 0x0004002bu, 0x00000006u, 0x000011acu, 0x00001fffu, 0x0004002bu, 0x00000006u, 0x00001252u, - 0x0000000cu, 0x0004002bu, 0x00000008u, 0x00001275u, 0x00000400u, 0x0004002bu, 0x00000008u, 0x0000139du, - 0xffffff01u, 0x0005002cu, 0x0000005fu, 0x000013a9u, 0x0000055bu, 0x0000055bu, 0x0004002bu, 0x00000008u, - 0x000019b5u, 0xffffff00u, 0x0004002bu, 0x00000008u, 0x00001a50u, 0x00000100u, 0x0006002cu, 0x0000003cu, - 0x00001a51u, 0x00001a50u, 0x00001a50u, 0x00001a50u, 0x00060034u, 0x00000008u, 0x00001c25u, 0x00000082u, - 0x00000886u, 0x00000214u, 0x000d001eu, 0x00001c2du, 0x00000008u, 0x00000008u, 0x00000008u, 0x0000022eu, - 0x0000022eu, 0x00000008u, 0x00000008u, 0x00000008u, 0x0000022eu, 0x0000022bu, 0x0000022bu, 0x0003001du, - 0x00001c2eu, 0x00001c2du, 0x0003001eu, 0x00001c2fu, 0x00001c2eu, 0x00040020u, 0x00001c30u, 0x0000000cu, - 0x00001c2fu, 0x0004003bu, 0x00001c30u, 0x00001c31u, 0x0000000cu, 0x00060034u, 0x0000005du, 0x00001c36u, - 0x000000adu, 0x00000886u, 0x00000214u, 0x00060034u, 0x00000008u, 0x00001c3eu, 0x00000082u, 0x00000886u, - 0x00000214u, 0x00050034u, 0x00000008u, 0x00001c3fu, 0x000000c8u, 0x00001c3eu, 0x00060034u, 0x00000008u, - 0x00001c42u, 0x00000082u, 0x00000886u, 0x00000214u, 0x00050034u, 0x00000008u, 0x00001c43u, 0x000000c8u, - 0x00001c42u, 0x0004002bu, 0x00000006u, 0x00001c8eu, 0x00004000u, 0x0004002bu, 0x00000006u, 0x00001c9fu, - 0x00000200u, 0x0004002bu, 0x00000006u, 0x00001cbcu, 0x00002000u, 0x0004002bu, 0x00000006u, 0x00001cc1u, - 0x00008000u, 0x0004002bu, 0x00000006u, 0x00001cc6u, 0x00010000u, 0x0004002bu, 0x00000006u, 0x00001ccbu, - 0x00020000u, 0x0004002bu, 0x00000006u, 0x00001cd0u, 0x00040000u, 0x0004002bu, 0x00000006u, 0x00001cd5u, - 0x00080000u, 0x0004002bu, 0x00000006u, 0x00001cdau, 0x00200000u, 0x0004002bu, 0x00000006u, 0x00001cdfu, - 0x00100000u, 0x0004002bu, 0x00000006u, 0x00001ce4u, 0x00400000u, 0x0004002bu, 0x00000006u, 0x00001ce9u, - 0x00800000u, 0x0004002bu, 0x00000006u, 0x00001ceeu, 0x01000000u, 0x0004002bu, 0x00000006u, 0x00001cf2u, - 0x10000000u, 0x00040020u, 0x00001cfcu, 0x00000002u, 0x00000006u, 0x00060034u, 0x0000005du, 0x00001da9u, - 0x000000adu, 0x00000886u, 0x00000214u, 0x00040020u, 0x00001f69u, 0x00000001u, 0x00000355u, 0x0004003bu, - 0x00001f69u, 0x00001f6au, 0x00000001u, 0x00040020u, 0x00001f6bu, 0x00000001u, 0x00000006u, 0x0004003bu, - 0x00001f69u, 0x00001f74u, 0x00000001u, 0x00040032u, 0x00000008u, 0x00001f7du, 0x00000400u, 0x00040032u, - 0x00000006u, 0x00001f7eu, 0x00000001u, 0x00040032u, 0x00000006u, 0x00001f7fu, 0x00000001u, 0x00060033u, - 0x00000355u, 0x00001f80u, 0x00001f7eu, 0x00001f7fu, 0x00000487u, 0x00060034u, 0x00000006u, 0x00001f81u, - 0x00000051u, 0x00001f80u, 0x00000000u, 0x00060034u, 0x00000008u, 0x00001f82u, 0x00000080u, 0x00001f81u, - 0x00000376u, 0x00060034u, 0x00000008u, 0x00001f83u, 0x00000087u, 0x00001f7du, 0x00001f82u, 0x00040032u, - 0x00000008u, 0x00001f88u, 0x00000100u, 0x00060034u, 0x00000008u, 0x00001f89u, 0x00000087u, 0x00001f88u, - 0x0000037fu, 0x0003001du, 0x00001f8cu, 0x00000006u, 0x0003001eu, 0x00001f8du, 0x00001f8cu, 0x00040020u, - 0x00001f8eu, 0x0000000cu, 0x00001f8du, 0x0004003bu, 0x00001f8eu, 0x00001f8fu, 0x0000000cu, 0x0007001eu, - 0x00001f93u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00040020u, 0x00001f94u, - 0x00000009u, 0x00001f93u, 0x0004003bu, 0x00001f94u, 0x00001f95u, 0x00000009u, 0x00040020u, 0x00001f96u, - 0x00000009u, 0x00000006u, 0x0003001du, 0x00001fc0u, 0x00000006u, 0x0003001eu, 0x00001fc1u, 0x00001fc0u, - 0x00040020u, 0x00001fc2u, 0x0000000cu, 0x00001fc1u, 0x0004003bu, 0x00001fc2u, 0x00001fc3u, 0x0000000cu, - 0x00030001u, 0x00000008u, 0x00007147u, 0x00030001u, 0x0000003cu, 0x00007180u, 0x00030001u, 0x0000005fu, - 0x000071e9u, 0x00030001u, 0x00000009u, 0x000072a4u, 0x00030001u, 0x00000006u, 0x000095b0u, 0x0006002cu, - 0x00000355u, 0x0000af9eu, 0x0000069du, 0x0000069du, 0x0000069du, 0x0005002cu, 0x000000a2u, 0x0000af9fu, - 0x0000048du, 0x0000048du, 0x0006002cu, 0x00000355u, 0x0000afa0u, 0x0000035du, 0x0000035du, 0x0000035du, - 0x0006002cu, 0x00000355u, 0x0000afa1u, 0x00000363u, 0x00000363u, 0x00000363u, 0x0006002cu, 0x0000003cu, - 0x0000afa2u, 0x00000c72u, 0x00000c72u, 0x00000c72u, 0x0006002cu, 0x0000003cu, 0x0000afa3u, 0x0000055bu, - 0x0000055bu, 0x0000055bu, 0x0007002cu, 0x00000009u, 0x0000afa4u, 0x00000c72u, 0x00000c72u, 0x00000c72u, - 0x00000c72u, 0x0007002cu, 0x00000009u, 0x0000afa5u, 0x00000285u, 0x00000285u, 0x00000285u, 0x00000285u, - 0x0007002cu, 0x00000009u, 0x0000afa6u, 0x00000625u, 0x00000625u, 0x00000625u, 0x00000625u, 0x0005002cu, - 0x0000005fu, 0x0000afa7u, 0x00000214u, 0x00000214u, 0x0006002cu, 0x0000003cu, 0x0000afa8u, 0x00000c4fu, - 0x00000c4fu, 0x00000c4fu, 0x0005002cu, 0x0000005fu, 0x0000afa9u, 0x00000220u, 0x00000220u, 0x0005002cu, - 0x0000005fu, 0x0000afaau, 0x000003acu, 0x000003acu, 0x0005002cu, 0x000000a2u, 0x0000afabu, 0x000011acu, - 0x000011acu, 0x0005002cu, 0x000000a2u, 0x0000afacu, 0x000003c6u, 0x000003c6u, 0x0006002cu, 0x00000355u, - 0x0000afadu, 0x00000e21u, 0x00000e21u, 0x00000e21u, 0x0006002cu, 0x00000355u, 0x0000afaeu, 0x0000048du, - 0x0000048du, 0x0000048du, 0x0006002cu, 0x00000355u, 0x0000afafu, 0x000003c6u, 0x000003c6u, 0x000003c6u, - 0x0007002cu, 0x00000009u, 0x0000afb0u, 0x00000217u, 0x00000217u, 0x00000217u, 0x00000217u, 0x0007002cu, - 0x00000009u, 0x0000afb1u, 0x00000260u, 0x00000260u, 0x00000260u, 0x00000260u, 0x0005002cu, 0x0000005fu, - 0x0000afb2u, 0x00000217u, 0x00000217u, 0x0005002cu, 0x0000005fu, 0x0000afb3u, 0x0000037fu, 0x0000037fu, - 0x0007002cu, 0x00000009u, 0x0000afb4u, 0x0000055bu, 0x0000055bu, 0x0000055bu, 0x0000055bu, 0x0007002cu, - 0x00000009u, 0x0000afb5u, 0x00000220u, 0x00000220u, 0x00000220u, 0x00000220u, 0x0005002cu, 0x0000005fu, - 0x0000afb6u, 0x00000223u, 0x00000223u, 0x0005002cu, 0x0000005fu, 0x0000afb7u, 0x00000625u, 0x00000625u, - 0x0006002cu, 0x0000003cu, 0x0000afb8u, 0x0000039au, 0x0000039au, 0x0000039au, 0x0006002cu, 0x0000003cu, - 0x0000afb9u, 0x00000226u, 0x00000226u, 0x00000226u, 0x0006002cu, 0x0000003cu, 0x0000afbau, 0x00000260u, - 0x00000260u, 0x00000260u, 0x0006002cu, 0x0000003cu, 0x0000afbbu, 0x000003acu, 0x000003acu, 0x000003acu, - 0x0006002cu, 0x0000003cu, 0x0000afbcu, 0x00000220u, 0x00000220u, 0x00000220u, 0x0006002cu, 0x0000003cu, - 0x0000afbdu, 0x00000217u, 0x00000217u, 0x00000217u, 0x0006002cu, 0x0000003cu, 0x0000afbeu, 0x0000040cu, - 0x0000040cu, 0x0000040cu, 0x00030001u, 0x0000003cu, 0x0000afceu, 0x00050036u, 0x00000002u, 0x00000004u, - 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x0000005cu, 0x000070c1u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006dcau, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dc9u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006dc8u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dc7u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006dc6u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006db8u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006db7u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006db5u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006db4u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006da7u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006da6u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006da5u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006da4u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006da3u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d96u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d95u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d94u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d93u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d92u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d87u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d86u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d85u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d84u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d83u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d75u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d74u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d72u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d71u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d64u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d63u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d62u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d61u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d60u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d53u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d52u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d51u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d50u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d4fu, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d44u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d43u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d42u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d41u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d40u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d32u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d31u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d2fu, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d2eu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d21u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d20u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d1fu, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d1eu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d1du, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d10u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d0fu, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d0eu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d0du, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006d0cu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d00u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006cffu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006cfeu, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006cf2u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006cf1u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00006cf0u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006cd7u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00000673u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006c99u, 0x00000007u, - 0x0004003bu, 0x000007c3u, 0x00006ba4u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006ba7u, 0x00000007u, - 0x0004003bu, 0x000007c3u, 0x00006ba9u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006b67u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00006b6eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006b2eu, 0x00000007u, - 0x0004003bu, 0x0000003du, 0x000069cdu, 0x00000007u, 0x0004003bu, 0x0000003du, 0x000069d0u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x000066c1u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000066d5u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x000066d9u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000066deu, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x000066e2u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000066e7u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00006677u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000065fau, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x000063ccu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x0000622eu, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x0000609fu, 0x00000007u, 0x0004003bu, 0x000003d2u, 0x00006044u, 0x00000007u, - 0x0004003bu, 0x000003d2u, 0x00006046u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x0000600bu, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00005fd3u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00005f99u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000047aeu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047c7u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000047cfu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047d7u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000047dfu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047e6u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000047ecu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047f2u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000047f8u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047feu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004804u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000480au, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004810u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004816u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004819u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000481cu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000481fu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004822u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004825u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004828u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000482bu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000482eu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004831u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004834u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004837u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000483au, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000483du, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004840u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004843u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004848u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000484cu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004850u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004854u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004858u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000485cu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004860u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004864u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004868u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000486bu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000486eu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004871u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004874u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004877u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000487au, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000487du, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004880u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004883u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004886u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004889u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000488cu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000488fu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004892u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00004895u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004898u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000489bu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000489eu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048a1u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048a4u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048a7u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048aau, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048adu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048b0u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048b3u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048b6u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048b9u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048bcu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048bfu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048c2u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048c5u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048c8u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048cbu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048ceu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000048d1u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000048d2u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000048d9u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000048dbu, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000048ebu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000048f1u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000048f4u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000048f7u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x0000472eu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004709u, 0x00000007u, - 0x0004003bu, 0x00000bebu, 0x0000470au, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000046a4u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000046a7u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000046a9u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000046aau, 0x00000007u, 0x0004003bu, 0x0000003du, 0x00004683u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x0000465bu, 0x00000007u, 0x0004003bu, 0x00000bebu, 0x0000465cu, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000045f6u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000045f9u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000045fbu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000045fcu, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x000045bbu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004583u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00004549u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002d5eu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002d77u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002d7fu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002d87u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002d8fu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002d96u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002d9cu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002da2u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002da8u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002daeu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002db4u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002dbau, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dc0u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002dc6u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dc9u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002dccu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dcfu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002dd2u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dd5u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002dd8u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002ddbu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002ddeu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002de1u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002de4u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002de7u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002deau, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dedu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002df0u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002df3u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002df8u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dfcu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e00u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e04u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e08u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e0cu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e10u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e14u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e18u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e1bu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e1eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e21u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e24u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e27u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e2au, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e2du, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e30u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e33u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e36u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e39u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e3cu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e3fu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e42u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e45u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e48u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e4bu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e4eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e51u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e54u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e57u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e5au, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e5du, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e60u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e63u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e66u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e69u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e6cu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e6fu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e72u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e75u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e78u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e7bu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002e7eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e81u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002e9bu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002ea1u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002ea4u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00002ea7u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002c8eu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002c50u, 0x00000007u, - 0x0004003bu, 0x00000bebu, 0x00002c51u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002bebu, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002beeu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002bf0u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002bf1u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002bc8u, 0x00000007u, - 0x0004003bu, 0x00000bebu, 0x00002bc9u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002b63u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002b66u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002b68u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002b69u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002b40u, 0x00000007u, - 0x0004003bu, 0x00000bebu, 0x00002b41u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002adbu, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002adeu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002ae0u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002ae1u, 0x00000007u, 0x0004003bu, 0x0000003du, 0x00002a43u, 0x00000007u, - 0x0004003bu, 0x0000003du, 0x00002a45u, 0x00000007u, 0x0004003bu, 0x0000003du, 0x00002a47u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00002961u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000027d5u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x000027d6u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002644u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00002645u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000025c5u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000025cbu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x0000255au, 0x00000007u, - 0x0004003bu, 0x00000bebu, 0x0000255bu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000024f5u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000024f8u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000024fau, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x000024fbu, 0x00000007u, 0x0004003bu, 0x0000003du, 0x000024b9u, 0x00000007u, - 0x0004003bu, 0x00000356u, 0x00002491u, 0x00000007u, 0x0004003bu, 0x000007c3u, 0x00002101u, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002139u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00002146u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00002152u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00002153u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x00002154u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002176u, 0x00000007u, - 0x0004003bu, 0x0000003du, 0x00002185u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x0000218eu, 0x00000007u, - 0x0004003bu, 0x00000060u, 0x00002194u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021a8u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x000021a9u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021b1u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x000021b3u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021b4u, 0x00000007u, - 0x0004003bu, 0x0000005cu, 0x000021bbu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021bcu, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x0000203du, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00001f73u, 0x00000007u, - 0x0004003bu, 0x000000a3u, 0x00001f9fu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000200eu, 0x00000007u, - 0x000300f7u, 0x00002030u, 0x00000000u, 0x000300fbu, 0x00000376u, 0x00002031u, 0x000200f8u, 0x00002031u, - 0x00050041u, 0x00001f6bu, 0x00001f6cu, 0x00001f6au, 0x00000376u, 0x0004003du, 0x00000006u, 0x00001f6du, - 0x00001f6cu, 0x0004007cu, 0x00000008u, 0x00001f6eu, 0x00001f6du, 0x00050041u, 0x00001f6bu, 0x00001f70u, - 0x00001f6au, 0x00000487u, 0x0004003du, 0x00000006u, 0x00001f71u, 0x00001f70u, 0x0004007cu, 0x00000008u, - 0x00001f72u, 0x00001f71u, 0x0004003du, 0x00000355u, 0x00001f75u, 0x00001f74u, 0x0007004fu, 0x000000a2u, - 0x00001f76u, 0x00001f75u, 0x00001f75u, 0x00000000u, 0x00000001u, 0x0004007cu, 0x0000005fu, 0x00001f77u, - 0x00001f76u, 0x0003003eu, 0x00001f73u, 0x00001f77u, 0x00050041u, 0x0000003eu, 0x00001f79u, 0x00001f73u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00001f7au, 0x00001f79u, 0x00050041u, 0x0000003eu, 0x00001f7bu, - 0x00001f73u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00001f7cu, 0x00001f7bu, 0x00050084u, 0x00000008u, - 0x00001f84u, 0x00001f7cu, 0x00001f83u, 0x00050080u, 0x00000008u, 0x00001f85u, 0x00001f7au, 0x00001f84u, - 0x00050084u, 0x00000008u, 0x00001f8au, 0x00001f85u, 0x00001f89u, 0x00060041u, 0x0000026du, 0x00001f91u, - 0x00001f8fu, 0x00000205u, 0x00001f85u, 0x0004003du, 0x00000006u, 0x00001f92u, 0x00001f91u, 0x00050041u, - 0x00001f96u, 0x00001f97u, 0x00001f95u, 0x0000021du, 0x0004003du, 0x00000006u, 0x00001f98u, 0x00001f97u, - 0x000500c7u, 0x00000006u, 0x00001f99u, 0x00001f92u, 0x00001f98u, 0x000500aau, 0x0000005du, 0x00001f9bu, - 0x00001f99u, 0x00000376u, 0x000300f7u, 0x00001f9du, 0x00000000u, 0x000400fau, 0x00001f9bu, 0x00001f9cu, - 0x00001f9du, 0x000200f8u, 0x00001f9cu, 0x000200f9u, 0x00002030u, 0x000200f8u, 0x00001f9du, 0x0004003du, - 0x00000355u, 0x00001fa0u, 0x00001f6au, 0x0007004fu, 0x000000a2u, 0x00001fa1u, 0x00001fa0u, 0x00001fa0u, - 0x00000000u, 0x00000001u, 0x0003003eu, 0x00001f9fu, 0x00001fa1u, 0x00050041u, 0x00001f96u, 0x00001fa3u, - 0x00001f95u, 0x00000217u, 0x0004003du, 0x00000006u, 0x00001fa4u, 0x00001fa3u, 0x00050041u, 0x00001f96u, - 0x00001fa6u, 0x00001f95u, 0x0000021au, 0x0004003du, 0x00000006u, 0x00001fa7u, 0x00001fa6u, 0x00050041u, - 0x00001f96u, 0x00001fa9u, 0x00001f95u, 0x00000205u, 0x0004003du, 0x00000006u, 0x00001faau, 0x00001fa9u, - 0x00050041u, 0x00001f96u, 0x00001facu, 0x00001f95u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00001fadu, - 0x00001facu, 0x00050050u, 0x000000a2u, 0x00002048u, 0x00001fa4u, 0x00001fa7u, 0x000500b0u, 0x0000087fu, - 0x00002049u, 0x00001fa1u, 0x00002048u, 0x0004009bu, 0x0000005du, 0x0000204au, 0x00002049u, 0x000300f7u, - 0x00002073u, 0x00000000u, 0x000400fau, 0x0000204au, 0x0000204bu, 0x00002073u, 0x000200f8u, 0x0000204bu, - 0x0004003du, 0x000000a2u, 0x0000204cu, 0x00001f9fu, 0x00050050u, 0x000000a2u, 0x0000204du, 0x00000888u, - 0x00000888u, 0x000500c7u, 0x000000a2u, 0x0000204eu, 0x0000204cu, 0x0000204du, 0x0003003eu, 0x0000203du, - 0x0000204eu, 0x00050050u, 0x0000005fu, 0x00002050u, 0x0000078fu, 0x0000078fu, 0x000500c2u, 0x000000a2u, - 0x00002051u, 0x0000204cu, 0x00002050u, 0x0003003eu, 0x00001f9fu, 0x00002051u, 0x00050041u, 0x00000007u, - 0x00002052u, 0x0000203du, 0x00000487u, 0x0004003du, 0x00000006u, 0x00002053u, 0x00002052u, 0x00050084u, - 0x00000006u, 0x00002054u, 0x00002053u, 0x00000891u, 0x00050041u, 0x00000007u, 0x00002055u, 0x0000203du, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00002056u, 0x00002055u, 0x00050080u, 0x00000006u, 0x00002057u, - 0x00002054u, 0x00002056u, 0x000500c2u, 0x00000006u, 0x0000205au, 0x00001fa4u, 0x0000078fu, 0x00050041u, - 0x00000007u, 0x0000205bu, 0x00001f9fu, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000205cu, 0x0000205bu, - 0x00050084u, 0x00000006u, 0x0000205du, 0x0000205au, 0x0000205cu, 0x00050080u, 0x00000006u, 0x0000205eu, - 0x00001faau, 0x0000205du, 0x00050041u, 0x00000007u, 0x0000205fu, 0x00001f9fu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00002060u, 0x0000205fu, 0x00050080u, 0x00000006u, 0x00002061u, 0x0000205eu, 0x00002060u, - 0x000300f7u, 0x000020ddu, 0x00000000u, 0x000d00fbu, 0x00000659u, 0x000020ddu, 0x00000000u, 0x0000207au, - 0x00000001u, 0x0000207au, 0x00000002u, 0x00002091u, 0x00000003u, 0x000020b7u, 0x00000004u, 0x000020ceu, - 0x000200f8u, 0x000020ceu, 0x000500c7u, 0x00000006u, 0x000020d0u, 0x00002061u, 0x000006ccu, 0x00050084u, - 0x00000006u, 0x000020d2u, 0x00002057u, 0x000006d0u, 0x00050080u, 0x00000006u, 0x000020d4u, 0x000020d0u, - 0x000020d2u, 0x00060041u, 0x0000026du, 0x000020d6u, 0x000006d8u, 0x00000205u, 0x000020d4u, 0x0004003du, - 0x00000006u, 0x000020d7u, 0x000020d6u, 0x00070050u, 0x00000239u, 0x000020d9u, 0x000020d7u, 0x000020d7u, - 0x000020d7u, 0x000020d7u, 0x000500c2u, 0x00000239u, 0x000020dau, 0x000020d9u, 0x000006dfu, 0x000500c7u, - 0x00000239u, 0x000020dbu, 0x000020dau, 0x000006e1u, 0x0004007cu, 0x00000009u, 0x000020dcu, 0x000020dbu, - 0x0003003eu, 0x00000673u, 0x000020dcu, 0x000200f9u, 0x000020ddu, 0x000200f8u, 0x000020b7u, 0x000500c7u, - 0x00000006u, 0x000020b9u, 0x00002061u, 0x00000683u, 0x00050084u, 0x00000006u, 0x000020bbu, 0x00002057u, - 0x000006b5u, 0x00050080u, 0x00000006u, 0x000020bdu, 0x000020b9u, 0x000020bbu, 0x000500c6u, 0x00000006u, - 0x000020bfu, 0x000020bdu, 0x00000487u, 0x00060041u, 0x00000272u, 0x000020c0u, 0x0000068fu, 0x00000205u, - 0x000020bfu, 0x0004003du, 0x0000022du, 0x000020c1u, 0x000020c0u, 0x00040071u, 0x00000006u, 0x000020c2u, - 0x000020c1u, 0x000500c2u, 0x00000006u, 0x000020c4u, 0x000020c2u, 0x0000035du, 0x0004007cu, 0x00000008u, - 0x000020c5u, 0x000020c4u, 0x000500c7u, 0x00000006u, 0x000020c8u, 0x000020c2u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x000020c9u, 0x000020c8u, 0x00070050u, 0x00000009u, 0x000020cdu, 0x000020c5u, 0x000020c5u, - 0x000020c5u, 0x000020c9u, 0x0003003eu, 0x00000673u, 0x000020cdu, 0x000200f9u, 0x000020ddu, 0x000200f8u, - 0x00002091u, 0x000500c7u, 0x00000006u, 0x00002093u, 0x00002061u, 0x00000683u, 0x00050084u, 0x00000006u, - 0x00002095u, 0x00002057u, 0x00000687u, 0x00050080u, 0x00000006u, 0x00002097u, 0x00002093u, 0x00002095u, - 0x000500c6u, 0x00000006u, 0x00002099u, 0x00002097u, 0x00000487u, 0x00060041u, 0x00000272u, 0x0000209au, - 0x0000068fu, 0x00000205u, 0x00002099u, 0x0004003du, 0x0000022du, 0x0000209bu, 0x0000209au, 0x00040071u, - 0x00000006u, 0x0000209cu, 0x0000209bu, 0x000500c2u, 0x00000006u, 0x0000209eu, 0x0000209cu, 0x0000035du, - 0x000500c2u, 0x00000006u, 0x000020a0u, 0x0000209cu, 0x0000048du, 0x000500c4u, 0x00000006u, 0x000020a2u, - 0x0000209cu, 0x000003c6u, 0x00060050u, 0x00000355u, 0x000020a3u, 0x0000209eu, 0x000020a0u, 0x000020a2u, - 0x000500c7u, 0x00000355u, 0x000020a5u, 0x000020a3u, 0x0000af9eu, 0x0004007cu, 0x0000003cu, 0x000020a7u, - 0x000020a5u, 0x00060041u, 0x00000279u, 0x000020a9u, 0x0000067au, 0x00000205u, 0x00002097u, 0x0004003du, - 0x0000022bu, 0x000020aau, 0x000020a9u, 0x00040071u, 0x00000006u, 0x000020abu, 0x000020aau, 0x0004007cu, - 0x00000008u, 0x000020acu, 0x000020abu, 0x000500c4u, 0x00000008u, 0x000020adu, 0x000020acu, 0x00000220u, - 0x000500c7u, 0x00000006u, 0x000020afu, 0x0000209cu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000020b0u, - 0x000020afu, 0x00000226u, 0x0004007cu, 0x00000008u, 0x000020b1u, 0x000020b0u, 0x000500c5u, 0x00000008u, - 0x000020b2u, 0x000020adu, 0x000020b1u, 0x00050051u, 0x00000008u, 0x000020b3u, 0x000020a7u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x000020b4u, 0x000020a7u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000020b5u, - 0x000020a7u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000020b6u, 0x000020b3u, 0x000020b4u, 0x000020b5u, - 0x000020b2u, 0x0003003eu, 0x00000673u, 0x000020b6u, 0x000200f9u, 0x000020ddu, 0x000200f8u, 0x0000207au, - 0x000500c7u, 0x00000006u, 0x0000207cu, 0x00002061u, 0x00000660u, 0x00050084u, 0x00000006u, 0x0000207eu, - 0x00002057u, 0x0000065fu, 0x00050080u, 0x00000006u, 0x00002080u, 0x0000207cu, 0x0000207eu, 0x000500c6u, - 0x00000006u, 0x00002082u, 0x00002080u, 0x0000048du, 0x00060041u, 0x00000279u, 0x00002083u, 0x0000066bu, - 0x00000205u, 0x00002082u, 0x0004003du, 0x0000022bu, 0x00002084u, 0x00002083u, 0x00040071u, 0x00000006u, - 0x00002085u, 0x00002084u, 0x0004007cu, 0x00000008u, 0x00002086u, 0x00002085u, 0x000500c2u, 0x00000006u, - 0x0000208bu, 0x00002080u, 0x00000214u, 0x00060041u, 0x00000279u, 0x0000208cu, 0x0000067au, 0x00000205u, - 0x0000208bu, 0x0004003du, 0x0000022bu, 0x0000208du, 0x0000208cu, 0x00040071u, 0x00000006u, 0x0000208eu, - 0x0000208du, 0x0004007cu, 0x00000008u, 0x0000208fu, 0x0000208eu, 0x00070050u, 0x00000009u, 0x00002090u, - 0x00002086u, 0x00002086u, 0x00002086u, 0x0000208fu, 0x0003003eu, 0x00000673u, 0x00002090u, 0x000200f9u, - 0x000020ddu, 0x000200f8u, 0x000020ddu, 0x0004003du, 0x00000006u, 0x0000206au, 0x0000205bu, 0x00050084u, - 0x00000006u, 0x0000206bu, 0x0000205au, 0x0000206au, 0x00050080u, 0x00000006u, 0x0000206cu, 0x00001fadu, - 0x0000206bu, 0x0004003du, 0x00000006u, 0x0000206eu, 0x0000205fu, 0x00050080u, 0x00000006u, 0x0000206fu, - 0x0000206cu, 0x0000206eu, 0x000500c7u, 0x00000006u, 0x000020e1u, 0x0000206fu, 0x00000683u, 0x00050084u, - 0x00000006u, 0x000020e3u, 0x00002057u, 0x00000758u, 0x00050080u, 0x00000006u, 0x000020e5u, 0x000020e1u, - 0x000020e3u, 0x000500c6u, 0x00000006u, 0x000020e7u, 0x000020e5u, 0x00000487u, 0x00060041u, 0x00000272u, - 0x000020e8u, 0x0000068fu, 0x00000205u, 0x000020e7u, 0x0004003du, 0x0000022du, 0x000020e9u, 0x000020e8u, - 0x00040071u, 0x00000006u, 0x000020eau, 0x000020e9u, 0x0004007cu, 0x00000008u, 0x000020ebu, 0x000020eau, - 0x000500c3u, 0x00000008u, 0x000020edu, 0x000020ebu, 0x00000217u, 0x00060041u, 0x00000279u, 0x000020efu, - 0x0000067au, 0x00000205u, 0x000020e5u, 0x0004003du, 0x0000022bu, 0x000020f0u, 0x000020efu, 0x00040071u, - 0x00000006u, 0x000020f1u, 0x000020f0u, 0x0004007cu, 0x00000008u, 0x000020f2u, 0x000020f1u, 0x000500c7u, - 0x00000008u, 0x000020f4u, 0x000020ebu, 0x0000021au, 0x000500c4u, 0x00000008u, 0x000020f5u, 0x000020f4u, - 0x00000217u, 0x000500c5u, 0x00000008u, 0x000020f6u, 0x000020f2u, 0x000020f5u, 0x000200f9u, 0x00002073u, - 0x000200f8u, 0x00002073u, 0x000700f5u, 0x00000006u, 0x000095afu, 0x000095b0u, 0x00001f9du, 0x00002061u, - 0x000020ddu, 0x000700f5u, 0x00000008u, 0x00007152u, 0x00007147u, 0x00001f9du, 0x000020f6u, 0x000020ddu, - 0x000700f5u, 0x00000008u, 0x00007146u, 0x00007147u, 0x00001f9du, 0x000020edu, 0x000020ddu, 0x000200f9u, - 0x00001fafu, 0x000200f8u, 0x00001fafu, 0x000700f5u, 0x0000003cu, 0x0000afccu, 0x0000afceu, 0x00002073u, - 0x0000afcbu, 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x00007151u, 0x00007152u, 0x00002073u, 0x00008ad4u, - 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x00007145u, 0x00007146u, 0x00002073u, 0x0000896du, 0x00001fb2u, - 0x000700f5u, 0x0000005du, 0x00007138u, 0x00000545u, 0x00002073u, 0x00009a3bu, 0x00001fb2u, 0x000700f5u, - 0x0000005du, 0x00007131u, 0x00000545u, 0x00002073u, 0x000098bau, 0x00001fb2u, 0x000700f5u, 0x00000006u, - 0x0000712du, 0x00001f99u, 0x00002073u, 0x00001fbeu, 0x00001fb2u, 0x000700f5u, 0x0000003cu, 0x0000940fu, - 0x00007180u, 0x00002073u, 0x0000940eu, 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x00009280u, 0x00007147u, - 0x00002073u, 0x0000927fu, 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x000090f2u, 0x00007147u, 0x00002073u, - 0x000090f1u, 0x00001fb2u, 0x000700f5u, 0x0000003cu, 0x00008f6fu, 0x00007180u, 0x00002073u, 0x00008f6eu, - 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x00008dedu, 0x00007147u, 0x00002073u, 0x00008decu, 0x00001fb2u, - 0x000700f5u, 0x00000008u, 0x00008c6cu, 0x00007147u, 0x00002073u, 0x00008c6bu, 0x00001fb2u, 0x000700f5u, - 0x0000003cu, 0x00008802u, 0x00007180u, 0x00002073u, 0x00008801u, 0x00001fb2u, 0x000700f5u, 0x00000009u, - 0x00008697u, 0x000072a4u, 0x00002073u, 0x00008696u, 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x0000855au, - 0x00007147u, 0x00002073u, 0x00008559u, 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x0000841du, 0x00007147u, - 0x00002073u, 0x0000841cu, 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x000082b5u, 0x00007147u, 0x00002073u, - 0x000082b4u, 0x00001fb2u, 0x000700f5u, 0x00000008u, 0x00007fedu, 0x00007147u, 0x00002073u, 0x00007fecu, - 0x00001fb2u, 0x000700f5u, 0x00000009u, 0x00007f36u, 0x000072a4u, 0x00002073u, 0x00007f35u, 0x00001fb2u, - 0x000700f5u, 0x00000008u, 0x00007dafu, 0x00000205u, 0x00002073u, 0x00007daeu, 0x00001fb2u, 0x000700f5u, - 0x00000009u, 0x00007b96u, 0x000072a4u, 0x00002073u, 0x00007b95u, 0x00001fb2u, 0x000700f5u, 0x00000009u, - 0x00007aa4u, 0x000072a4u, 0x00002073u, 0x00007aa3u, 0x00001fb2u, 0x000700f5u, 0x00000009u, 0x000079adu, - 0x000072a4u, 0x00002073u, 0x000079acu, 0x00001fb2u, 0x000700f5u, 0x00000009u, 0x00007880u, 0x000072a4u, - 0x00002073u, 0x0000787fu, 0x00001fb2u, 0x000700f5u, 0x00000009u, 0x000077f2u, 0x000072a4u, 0x00002073u, - 0x000077f1u, 0x00001fb2u, 0x000700f5u, 0x00000009u, 0x00007451u, 0x000072a4u, 0x00002073u, 0x00007450u, - 0x00001fb2u, 0x000700f5u, 0x00000009u, 0x000073d7u, 0x000072a4u, 0x00002073u, 0x000073d6u, 0x00001fb2u, - 0x000700f5u, 0x00000009u, 0x00007358u, 0x000072a4u, 0x00002073u, 0x00007357u, 0x00001fb2u, 0x000700f5u, - 0x00000009u, 0x000072a2u, 0x000072a4u, 0x00002073u, 0x000072a1u, 0x00001fb2u, 0x000700f5u, 0x0000005fu, - 0x0000720bu, 0x000071e9u, 0x00002073u, 0x0000720au, 0x00001fb2u, 0x000700f5u, 0x0000005fu, 0x000071e7u, - 0x000071e9u, 0x00002073u, 0x000071e6u, 0x00001fb2u, 0x000700f5u, 0x0000003cu, 0x0000718du, 0x00007180u, - 0x00002073u, 0x0000718cu, 0x00001fb2u, 0x000700f5u, 0x0000003cu, 0x0000717eu, 0x00007180u, 0x00002073u, - 0x0000717du, 0x00001fb2u, 0x000500abu, 0x0000005du, 0x00001fb5u, 0x0000712du, 0x00000376u, 0x000400f6u, - 0x00001fb1u, 0x00001fb2u, 0x00000000u, 0x000400fau, 0x00001fb5u, 0x00001fb0u, 0x00001fb1u, 0x000200f8u, - 0x00001fb0u, 0x0006000cu, 0x00000008u, 0x00001fb8u, 0x00000001u, 0x00000049u, 0x0000712du, 0x000500c4u, - 0x00000008u, 0x00001fbau, 0x00000214u, 0x00001fb8u, 0x0004007cu, 0x00000006u, 0x00001fbbu, 0x00001fbau, - 0x000400c8u, 0x00000006u, 0x00001fbcu, 0x00001fbbu, 0x000500c7u, 0x00000006u, 0x00001fbeu, 0x0000712du, - 0x00001fbcu, 0x00050080u, 0x00000008u, 0x00001fc6u, 0x00001f8au, 0x00001fb8u, 0x00060041u, 0x0000026du, - 0x00001fc7u, 0x00001fc3u, 0x00000205u, 0x00001fc6u, 0x0004003du, 0x00000006u, 0x00001fc8u, 0x00001fc7u, - 0x000200f9u, 0x00001fc9u, 0x000200f8u, 0x00001fc9u, 0x000700f5u, 0x0000003cu, 0x0000afcbu, 0x0000afccu, - 0x00001fb0u, 0x0000b132u, 0x00001fccu, 0x000700f5u, 0x0000003cu, 0x0000940eu, 0x0000940fu, 0x00001fb0u, - 0x0000af43u, 0x00001fccu, 0x000700f5u, 0x00000008u, 0x0000927fu, 0x00009280u, 0x00001fb0u, 0x0000af28u, - 0x00001fccu, 0x000700f5u, 0x00000008u, 0x000090f1u, 0x000090f2u, 0x00001fb0u, 0x0000af0du, 0x00001fccu, - 0x000700f5u, 0x0000003cu, 0x00008f6eu, 0x00008f6fu, 0x00001fb0u, 0x0000aee5u, 0x00001fccu, 0x000700f5u, - 0x00000008u, 0x00008decu, 0x00008dedu, 0x00001fb0u, 0x0000aebdu, 0x00001fccu, 0x000700f5u, 0x00000008u, - 0x00008c6bu, 0x00008c6cu, 0x00001fb0u, 0x0000ae95u, 0x00001fccu, 0x000700f5u, 0x00000008u, 0x00008ad4u, - 0x00007151u, 0x00001fb0u, 0x0000ae57u, 0x00001fccu, 0x000700f5u, 0x00000008u, 0x0000896du, 0x00007145u, - 0x00001fb0u, 0x0000ae19u, 0x00001fccu, 0x000700f5u, 0x0000003cu, 0x00008801u, 0x00008802u, 0x00001fb0u, - 0x0000addbu, 0x00001fccu, 0x000700f5u, 0x00000009u, 0x00008696u, 0x00008697u, 0x00001fb0u, 0x00008694u, - 0x00001fccu, 0x000700f5u, 0x00000008u, 0x00008559u, 0x0000855au, 0x00001fb0u, 0x00008557u, 0x00001fccu, - 0x000700f5u, 0x00000008u, 0x0000841cu, 0x0000841du, 0x00001fb0u, 0x0000841au, 0x00001fccu, 0x000700f5u, - 0x00000008u, 0x000082b4u, 0x000082b5u, 0x00001fb0u, 0x000082b2u, 0x00001fccu, 0x000700f5u, 0x00000008u, - 0x00007fecu, 0x00007fedu, 0x00001fb0u, 0x0000ac4au, 0x00001fccu, 0x000700f5u, 0x00000009u, 0x00007f35u, - 0x00007f36u, 0x00001fb0u, 0x0000abb8u, 0x00001fccu, 0x000700f5u, 0x00000008u, 0x00007daeu, 0x00007dafu, - 0x00001fb0u, 0x0000ab46u, 0x00001fccu, 0x000700f5u, 0x00000009u, 0x00007b95u, 0x00007b96u, 0x00001fb0u, - 0x0000aa9eu, 0x00001fccu, 0x000700f5u, 0x00000009u, 0x00007aa3u, 0x00007aa4u, 0x00001fb0u, 0x0000a9f7u, - 0x00001fccu, 0x000700f5u, 0x00000009u, 0x000079acu, 0x000079adu, 0x00001fb0u, 0x0000a950u, 0x00001fccu, - 0x000700f5u, 0x00000009u, 0x0000787fu, 0x00007880u, 0x00001fb0u, 0x0000a8a9u, 0x00001fccu, 0x000700f5u, - 0x00000009u, 0x000077f1u, 0x000077f2u, 0x00001fb0u, 0x0000a817u, 0x00001fccu, 0x000700f5u, 0x00000009u, - 0x00007450u, 0x00007451u, 0x00001fb0u, 0x0000a6f7u, 0x00001fccu, 0x000700f5u, 0x00000009u, 0x000073d6u, - 0x000073d7u, 0x00001fb0u, 0x0000a5d8u, 0x00001fccu, 0x000700f5u, 0x00000009u, 0x00007357u, 0x00007358u, - 0x00001fb0u, 0x0000a4b9u, 0x00001fccu, 0x000700f5u, 0x00000009u, 0x000072a1u, 0x000072a2u, 0x00001fb0u, - 0x0000a39au, 0x00001fccu, 0x000700f5u, 0x0000005fu, 0x0000720au, 0x0000720bu, 0x00001fb0u, 0x0000a21du, - 0x00001fccu, 0x000700f5u, 0x0000005fu, 0x000071e6u, 0x000071e7u, 0x00001fb0u, 0x0000a0a0u, 0x00001fccu, - 0x000700f5u, 0x0000003cu, 0x0000718cu, 0x0000718du, 0x00001fb0u, 0x00009f17u, 0x00001fccu, 0x000700f5u, - 0x0000003cu, 0x0000717du, 0x0000717eu, 0x00001fb0u, 0x00009d85u, 0x00001fccu, 0x000700f5u, 0x00000006u, - 0x0000716au, 0x00001fc8u, 0x00001fb0u, 0x00001fd8u, 0x00001fccu, 0x000700f5u, 0x0000005du, 0x00009a3bu, - 0x00007138u, 0x00001fb0u, 0x00009a3cu, 0x00001fccu, 0x000700f5u, 0x0000005du, 0x000098bau, 0x00007131u, - 0x00001fb0u, 0x000098bbu, 0x00001fccu, 0x000500abu, 0x0000005du, 0x00001fcfu, 0x0000716au, 0x00000376u, - 0x000400f6u, 0x00001fcbu, 0x00001fccu, 0x00000000u, 0x000400fau, 0x00001fcfu, 0x00001fcau, 0x00001fcbu, - 0x000200f8u, 0x00001fcau, 0x0006000cu, 0x00000008u, 0x00001fd2u, 0x00000001u, 0x00000049u, 0x0000716au, - 0x000500c4u, 0x00000008u, 0x00001fd4u, 0x00000214u, 0x00001fd2u, 0x0004007cu, 0x00000006u, 0x00001fd5u, - 0x00001fd4u, 0x000400c8u, 0x00000006u, 0x00001fd6u, 0x00001fd5u, 0x000500c7u, 0x00000006u, 0x00001fd8u, - 0x0000716au, 0x00001fd6u, 0x00050084u, 0x00000008u, 0x00001fdcu, 0x0000037fu, 0x00001fb8u, 0x00050080u, - 0x00000008u, 0x00001fddu, 0x00001fd2u, 0x00001fdcu, 0x0004007cu, 0x00000006u, 0x00001fdeu, 0x00001fddu, - 0x000300f7u, 0x00002427u, 0x00000000u, 0x000300fbu, 0x00000376u, 0x000021c4u, 0x000200f8u, 0x000021c4u, - 0x00060041u, 0x00000345u, 0x0000242du, 0x00000343u, 0x00000205u, 0x00001fdeu, 0x0004003du, 0x0000033fu, - 0x0000242eu, 0x0000242du, 0x00050051u, 0x00000008u, 0x0000242fu, 0x0000242eu, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00002431u, 0x0000242eu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00002433u, 0x0000242eu, - 0x00000002u, 0x00050084u, 0x00000008u, 0x000021cau, 0x00000886u, 0x00002431u, 0x000500b1u, 0x0000005du, - 0x000021cbu, 0x00001f72u, 0x000021cau, 0x000400a8u, 0x0000005du, 0x000021ccu, 0x000021cbu, 0x000300f7u, - 0x000021d4u, 0x00000000u, 0x000400fau, 0x000021ccu, 0x000021cdu, 0x000021d4u, 0x000200f8u, 0x000021cdu, - 0x00050084u, 0x00000008u, 0x000021d1u, 0x00002433u, 0x00000886u, 0x00050080u, 0x00000008u, 0x000021d2u, - 0x000021d1u, 0x00001c25u, 0x000500adu, 0x0000005du, 0x000021d3u, 0x00001f72u, 0x000021d2u, 0x000200f9u, - 0x000021d4u, 0x000200f8u, 0x000021d4u, 0x000700f5u, 0x0000005du, 0x000021d5u, 0x000021cbu, 0x000021c4u, - 0x000021d3u, 0x000021cdu, 0x000300f7u, 0x000021d7u, 0x00000000u, 0x000400fau, 0x000021d5u, 0x000021d6u, - 0x000021d7u, 0x000200f8u, 0x000021d6u, 0x000200f9u, 0x00002427u, 0x000200f8u, 0x000021d7u, 0x00070041u, - 0x00000279u, 0x000021d9u, 0x00001c31u, 0x00000205u, 0x00001fdeu, 0x00000266u, 0x0004003du, 0x0000022bu, - 0x000021dau, 0x000021d9u, 0x00040071u, 0x00000006u, 0x000021dbu, 0x000021dau, 0x000300f7u, 0x000021e6u, - 0x00000000u, 0x000400fau, 0x00001c36u, 0x000021dcu, 0x000021e6u, 0x000200f8u, 0x000021dcu, 0x000500c7u, - 0x00000006u, 0x000021deu, 0x000021dbu, 0x00000a3bu, 0x000500abu, 0x0000005du, 0x000021dfu, 0x000021deu, - 0x00000376u, 0x000300f7u, 0x000021e5u, 0x00000000u, 0x000400fau, 0x000021dfu, 0x000021e0u, 0x000021e5u, - 0x000200f8u, 0x000021e0u, 0x000500c7u, 0x00000008u, 0x000021e2u, 0x00001f6eu, 0x00001c3fu, 0x000500c7u, - 0x00000008u, 0x000021e4u, 0x00001f72u, 0x00001c43u, 0x000200f9u, 0x000021e5u, 0x000200f8u, 0x000021e5u, - 0x000700f5u, 0x00000008u, 0x00007170u, 0x00001f6eu, 0x000021dcu, 0x000021e2u, 0x000021e0u, 0x000700f5u, - 0x00000008u, 0x0000716eu, 0x00001f72u, 0x000021dcu, 0x000021e4u, 0x000021e0u, 0x000200f9u, 0x000021e6u, - 0x000200f8u, 0x000021e6u, 0x000700f5u, 0x00000008u, 0x0000716fu, 0x00001f6eu, 0x000021d7u, 0x00007170u, - 0x000021e5u, 0x000700f5u, 0x00000008u, 0x0000716du, 0x00001f72u, 0x000021d7u, 0x0000716eu, 0x000021e5u, - 0x00050084u, 0x00000008u, 0x000021e9u, 0x00000886u, 0x0000242fu, 0x00050082u, 0x00000008u, 0x000021eeu, - 0x0000716du, 0x000021cau, 0x00050080u, 0x00000008u, 0x000021efu, 0x000021e9u, 0x000021eeu, 0x0004007cu, - 0x00000006u, 0x000021f0u, 0x000021efu, 0x00070041u, 0x00000318u, 0x0000243bu, 0x00000316u, 0x00000205u, - 0x000021f0u, 0x00000205u, 0x0004003du, 0x00000009u, 0x0000243cu, 0x0000243bu, 0x00070041u, 0x00000318u, - 0x0000243eu, 0x00000316u, 0x00000205u, 0x000021f0u, 0x00000214u, 0x0004003du, 0x00000009u, 0x0000243fu, - 0x0000243eu, 0x00070041u, 0x0000031fu, 0x00002441u, 0x00000316u, 0x00000205u, 0x000021f0u, 0x00000217u, - 0x0004003du, 0x00000311u, 0x00002442u, 0x00002441u, 0x00040071u, 0x00000239u, 0x00002443u, 0x00002442u, - 0x0004007cu, 0x00000009u, 0x00002444u, 0x00002443u, 0x00070041u, 0x0000031fu, 0x00002446u, 0x00000316u, - 0x00000205u, 0x000021f0u, 0x0000021au, 0x0004003du, 0x00000311u, 0x00002447u, 0x00002446u, 0x00040071u, - 0x00000239u, 0x00002448u, 0x00002447u, 0x0004007cu, 0x00000009u, 0x00002449u, 0x00002448u, 0x00070041u, - 0x000002aau, 0x0000244bu, 0x00000316u, 0x00000205u, 0x000021f0u, 0x0000021du, 0x0004003du, 0x00000008u, - 0x0000244cu, 0x0000244bu, 0x00070041u, 0x000002aau, 0x0000244eu, 0x00000316u, 0x00000205u, 0x000021f0u, - 0x00000220u, 0x0004003du, 0x00000008u, 0x0000244fu, 0x0000244eu, 0x00070041u, 0x000002aau, 0x00002451u, - 0x00000316u, 0x00000205u, 0x000021f0u, 0x00000223u, 0x0004003du, 0x00000008u, 0x00002452u, 0x00002451u, - 0x00070041u, 0x00000333u, 0x00002454u, 0x00000316u, 0x00000205u, 0x000021f0u, 0x00000226u, 0x0004003du, - 0x0000022eu, 0x00002455u, 0x00002454u, 0x00040072u, 0x00000008u, 0x00002456u, 0x00002455u, 0x00070041u, - 0x00000272u, 0x00002458u, 0x00000316u, 0x00000205u, 0x000021f0u, 0x00000260u, 0x0004003du, 0x0000022du, - 0x00002459u, 0x00002458u, 0x00040071u, 0x00000006u, 0x0000245au, 0x00002459u, 0x0004007cu, 0x00000008u, - 0x0000245bu, 0x0000245au, 0x000500aau, 0x0000005du, 0x000021f4u, 0x0000245bu, 0x00000205u, 0x000300f7u, - 0x000021f6u, 0x00000000u, 0x000400fau, 0x000021f4u, 0x000021f5u, 0x000021f6u, 0x000200f8u, 0x000021f5u, - 0x000200f9u, 0x00002427u, 0x000200f8u, 0x000021f6u, 0x00070041u, 0x00000279u, 0x000021f8u, 0x00001c31u, - 0x00000205u, 0x00001fdeu, 0x0000026cu, 0x0004003du, 0x0000022bu, 0x000021f9u, 0x000021f8u, 0x00040071u, - 0x00000006u, 0x000021fau, 0x000021f9u, 0x00060041u, 0x0000020cu, 0x00002461u, 0x0000020au, 0x00000205u, - 0x00001fdeu, 0x0004003du, 0x00000206u, 0x00002462u, 0x00002461u, 0x00050051u, 0x00000009u, 0x00002465u, - 0x00002462u, 0x00000001u, 0x00050051u, 0x00000009u, 0x00002469u, 0x00002462u, 0x00000003u, 0x00050051u, - 0x00000009u, 0x0000246du, 0x00002462u, 0x00000005u, 0x00050051u, 0x00000009u, 0x00002471u, 0x00002462u, - 0x00000007u, 0x00070041u, 0x00000236u, 0x000021feu, 0x00000a15u, 0x00000205u, 0x00001fdeu, 0x00000205u, - 0x0004003du, 0x0000022cu, 0x000021ffu, 0x000021feu, 0x00040071u, 0x00000239u, 0x00002200u, 0x000021ffu, - 0x0003003eu, 0x00002101u, 0x00002200u, 0x00050041u, 0x00000007u, 0x00002201u, 0x00002101u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00002202u, 0x00002201u, 0x00050041u, 0x00000007u, 0x00002203u, 0x00002101u, - 0x000003c6u, 0x0004003du, 0x00000006u, 0x00002204u, 0x00002203u, 0x00070041u, 0x00000236u, 0x00002477u, - 0x00000291u, 0x00000205u, 0x00002202u, 0x00000205u, 0x0004003du, 0x0000022cu, 0x00002478u, 0x00002477u, - 0x00040071u, 0x00000239u, 0x00002479u, 0x00002478u, 0x0004007cu, 0x00000009u, 0x0000247au, 0x00002479u, - 0x00070041u, 0x00000236u, 0x0000247cu, 0x00000291u, 0x00000205u, 0x00002202u, 0x00000214u, 0x0004003du, - 0x0000022cu, 0x0000247du, 0x0000247cu, 0x00040071u, 0x00000239u, 0x0000247eu, 0x0000247du, 0x0004007cu, - 0x00000009u, 0x0000247fu, 0x0000247eu, 0x00070041u, 0x00000236u, 0x00002481u, 0x00000291u, 0x00000205u, - 0x00002202u, 0x00000217u, 0x0004003du, 0x0000022cu, 0x00002482u, 0x00002481u, 0x00040071u, 0x00000239u, - 0x00002483u, 0x00002482u, 0x0004007cu, 0x00000009u, 0x00002484u, 0x00002483u, 0x00070041u, 0x00000236u, - 0x00002486u, 0x00000291u, 0x00000205u, 0x00002202u, 0x0000021au, 0x0004003du, 0x0000022cu, 0x00002487u, - 0x00002486u, 0x00040071u, 0x00000239u, 0x00002488u, 0x00002487u, 0x0004007cu, 0x00000009u, 0x00002489u, - 0x00002488u, 0x00070041u, 0x0000026du, 0x0000248bu, 0x00000291u, 0x00000205u, 0x00002202u, 0x0000021du, - 0x0004003du, 0x00000006u, 0x0000248cu, 0x0000248bu, 0x00070041u, 0x000002aau, 0x0000248eu, 0x00000291u, - 0x00000205u, 0x00002202u, 0x00000220u, 0x0004003du, 0x00000008u, 0x0000248fu, 0x0000248eu, 0x000500c7u, - 0x00000006u, 0x00002214u, 0x0000248cu, 0x00000379u, 0x000500abu, 0x0000005du, 0x00002215u, 0x00002214u, - 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002217u, 0x0000248cu, 0x00000a3bu, 0x000500abu, 0x0000005du, - 0x00002218u, 0x00002217u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000221au, 0x0000248cu, 0x00001c8eu, - 0x000500abu, 0x0000005du, 0x0000221bu, 0x0000221au, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000221du, - 0x0000248cu, 0x00000a41u, 0x000500abu, 0x0000005du, 0x0000221eu, 0x0000221du, 0x00000376u, 0x000500c7u, - 0x00000006u, 0x00002220u, 0x0000248cu, 0x00000a47u, 0x000500abu, 0x0000005du, 0x00002221u, 0x00002220u, - 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002223u, 0x0000248cu, 0x0000035du, 0x000500abu, 0x0000005du, - 0x00002224u, 0x00002223u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002226u, 0x0000248cu, 0x00001c9fu, - 0x000500abu, 0x0000005du, 0x00002227u, 0x00002226u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002229u, - 0x0000248cu, 0x00000f3bu, 0x000500abu, 0x0000005du, 0x0000222au, 0x00002229u, 0x00000376u, 0x000500c7u, - 0x00000006u, 0x0000222cu, 0x0000248cu, 0x00000f33u, 0x000500abu, 0x0000005du, 0x0000222du, 0x0000222cu, - 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000222fu, 0x0000248cu, 0x00000703u, 0x000500abu, 0x0000005du, - 0x00002230u, 0x0000222fu, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002232u, 0x0000248cu, 0x00000a4du, - 0x000500abu, 0x0000005du, 0x00002233u, 0x00002232u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002235u, - 0x0000248cu, 0x00000487u, 0x000500abu, 0x0000005du, 0x00002236u, 0x00002235u, 0x00000376u, 0x000500c7u, - 0x00000006u, 0x00002238u, 0x0000248cu, 0x00000e6cu, 0x000500abu, 0x0000005du, 0x00002239u, 0x00002238u, - 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000223bu, 0x0000248cu, 0x00001cbcu, 0x000500abu, 0x0000005du, - 0x0000223cu, 0x0000223bu, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000223eu, 0x0000248cu, 0x00001cc1u, - 0x000500abu, 0x0000005du, 0x0000223fu, 0x0000223eu, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002241u, - 0x0000248cu, 0x00001cc6u, 0x000500abu, 0x0000005du, 0x00002242u, 0x00002241u, 0x00000376u, 0x000500c7u, - 0x00000006u, 0x00002244u, 0x0000248cu, 0x00001ccbu, 0x000500abu, 0x0000005du, 0x00002245u, 0x00002244u, - 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002247u, 0x0000248cu, 0x00001cd0u, 0x000500abu, 0x0000005du, - 0x00002248u, 0x00002247u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000224au, 0x0000248cu, 0x00001cd5u, - 0x000500abu, 0x0000005du, 0x0000224bu, 0x0000224au, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000224du, - 0x0000248cu, 0x00001cdau, 0x000500abu, 0x0000005du, 0x0000224eu, 0x0000224du, 0x00000376u, 0x000500c7u, - 0x00000006u, 0x00002250u, 0x0000248cu, 0x00001cdfu, 0x000500abu, 0x0000005du, 0x00002251u, 0x00002250u, - 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002253u, 0x0000248cu, 0x00001ce4u, 0x000500abu, 0x0000005du, - 0x00002254u, 0x00002253u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002256u, 0x0000248cu, 0x00001ce9u, - 0x000500abu, 0x0000005du, 0x00002257u, 0x00002256u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002259u, - 0x0000248cu, 0x00001ceeu, 0x000500abu, 0x0000005du, 0x0000225au, 0x00002259u, 0x00000376u, 0x000500c7u, - 0x00000006u, 0x0000225cu, 0x0000248cu, 0x00001cf2u, 0x000500abu, 0x0000005du, 0x0000225du, 0x0000225cu, - 0x00000376u, 0x000300f7u, 0x00002268u, 0x00000000u, 0x000400fau, 0x0000225du, 0x0000225eu, 0x00002268u, - 0x000200f8u, 0x0000225eu, 0x0004007cu, 0x00000006u, 0x00002260u, 0x0000716fu, 0x0004007cu, 0x00000006u, - 0x00002262u, 0x0000716du, 0x00060041u, 0x00001cfcu, 0x00002264u, 0x00000cceu, 0x00000205u, 0x0000021au, - 0x0004003du, 0x00000006u, 0x00002265u, 0x00002264u, 0x00050080u, 0x00000006u, 0x00002266u, 0x00001fdeu, - 0x00002265u, 0x00060050u, 0x00000355u, 0x00002496u, 0x00002260u, 0x00002262u, 0x00002266u, 0x000500c2u, - 0x00000355u, 0x00002499u, 0x00002496u, 0x0000afa0u, 0x0008004fu, 0x00000355u, 0x0000249bu, 0x00002496u, - 0x00002496u, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x00000355u, 0x0000249cu, 0x00002499u, - 0x0000249bu, 0x00050084u, 0x00000355u, 0x0000249eu, 0x0000249cu, 0x0000afa1u, 0x000500c2u, 0x00000355u, - 0x000024a1u, 0x0000249eu, 0x0000afa0u, 0x0008004fu, 0x00000355u, 0x000024a3u, 0x0000249eu, 0x0000249eu, - 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x00000355u, 0x000024a4u, 0x000024a1u, 0x000024a3u, - 0x00050084u, 0x00000355u, 0x000024a6u, 0x000024a4u, 0x0000afa1u, 0x000500c2u, 0x00000355u, 0x000024a9u, - 0x000024a6u, 0x0000afa0u, 0x0008004fu, 0x00000355u, 0x000024abu, 0x000024a6u, 0x000024a6u, 0x00000001u, - 0x00000002u, 0x00000000u, 0x000500c6u, 0x00000355u, 0x000024acu, 0x000024a9u, 0x000024abu, 0x00050084u, - 0x00000355u, 0x000024aeu, 0x000024acu, 0x0000afa1u, 0x0003003eu, 0x00002491u, 0x000024aeu, 0x00050041u, - 0x00000007u, 0x000024afu, 0x00002491u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000024b0u, 0x000024afu, - 0x000500c2u, 0x00000006u, 0x000024b1u, 0x000024b0u, 0x00000379u, 0x0004007cu, 0x00000008u, 0x000024b2u, - 0x000024b1u, 0x000200f9u, 0x00002268u, 0x000200f8u, 0x00002268u, 0x000700f5u, 0x00000008u, 0x00007dabu, - 0x00007daeu, 0x000021f6u, 0x000024b2u, 0x0000225eu, 0x000500c7u, 0x00000006u, 0x0000226au, 0x000021dbu, - 0x00000487u, 0x000500abu, 0x0000005du, 0x0000226bu, 0x0000226au, 0x00000376u, 0x000300f7u, 0x000022b8u, - 0x00000000u, 0x000400fau, 0x0000223cu, 0x0000226du, 0x000022a8u, 0x000200f8u, 0x000022a8u, 0x000300f7u, - 0x000022b7u, 0x00000000u, 0x000400fau, 0x00002239u, 0x000022aau, 0x000022b7u, 0x000200f8u, 0x000022aau, - 0x000500afu, 0x0000005du, 0x000022afu, 0x0000716fu, 0x0000244fu, 0x000300f7u, 0x000022b5u, 0x00000000u, - 0x000400fau, 0x000022afu, 0x000022b0u, 0x000022b5u, 0x000200f8u, 0x000022b0u, 0x000500b3u, 0x0000005du, - 0x000022b4u, 0x0000716fu, 0x00002452u, 0x000200f9u, 0x000022b5u, 0x000200f8u, 0x000022b5u, 0x000700f5u, - 0x0000005du, 0x000022b6u, 0x000022afu, 0x000022aau, 0x000022b4u, 0x000022b0u, 0x000200f9u, 0x00002427u, - 0x000200f8u, 0x000022b7u, 0x000200f9u, 0x000022b8u, 0x000200f8u, 0x0000226du, 0x000500afu, 0x0000005du, - 0x00002271u, 0x0000716fu, 0x0000244fu, 0x000300f7u, 0x00002277u, 0x00000000u, 0x000400fau, 0x00002271u, - 0x00002272u, 0x00002277u, 0x000200f8u, 0x00002272u, 0x000500b3u, 0x0000005du, 0x00002276u, 0x0000716fu, - 0x00002452u, 0x000200f9u, 0x00002277u, 0x000200f8u, 0x00002277u, 0x000700f5u, 0x0000005du, 0x00002278u, - 0x00002271u, 0x0000226du, 0x00002276u, 0x00002272u, 0x000400a8u, 0x0000005du, 0x0000227au, 0x00002278u, - 0x000300f7u, 0x0000227cu, 0x00000000u, 0x000400fau, 0x0000227au, 0x0000227bu, 0x0000227cu, 0x000200f8u, - 0x0000227bu, 0x000200f9u, 0x00002427u, 0x000200f8u, 0x0000227cu, 0x000300f7u, 0x000024c8u, 0x00000000u, - 0x000400fau, 0x0000226bu, 0x000024beu, 0x000024c3u, 0x000200f8u, 0x000024c3u, 0x00050082u, 0x00000008u, - 0x000024c7u, 0x00002452u, 0x0000716fu, 0x000200f9u, 0x000024c8u, 0x000200f8u, 0x000024beu, 0x00050082u, - 0x00000008u, 0x000024c2u, 0x0000716fu, 0x0000244fu, 0x000200f9u, 0x000024c8u, 0x000200f8u, 0x000024c8u, - 0x000700f5u, 0x00000008u, 0x0000828du, 0x000024c2u, 0x000024beu, 0x000024c7u, 0x000024c3u, 0x000500c3u, - 0x00000008u, 0x000024cbu, 0x0000828du, 0x0000078fu, 0x00060041u, 0x00000ccfu, 0x000024cdu, 0x00000cceu, - 0x00000205u, 0x00000214u, 0x0004003du, 0x00000008u, 0x000024ceu, 0x000024cdu, 0x000500c7u, 0x00000008u, - 0x000024cfu, 0x000024cbu, 0x000024ceu, 0x00050082u, 0x00000008u, 0x000024d2u, 0x000024cbu, 0x000024cfu, - 0x00060041u, 0x00000ccfu, 0x000024d4u, 0x00000cceu, 0x00000205u, 0x00000205u, 0x0004003du, 0x00000008u, - 0x000024d5u, 0x000024d4u, 0x000500c3u, 0x00000008u, 0x000024d6u, 0x000024cbu, 0x000024d5u, 0x000600a9u, - 0x00000008u, 0x000024d8u, 0x0000226bu, 0x00000214u, 0x00000cdcu, 0x00050084u, 0x00000008u, 0x000024d9u, - 0x000024d6u, 0x000024d8u, 0x0008004fu, 0x0000003cu, 0x000024dcu, 0x0000243fu, 0x0000243fu, 0x00000000u, - 0x00000001u, 0x00000003u, 0x0008004fu, 0x0000003cu, 0x000024deu, 0x0000246du, 0x0000246du, 0x00000000u, - 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000003cu, 0x000024e0u, 0x000024deu, 0x0000afa2u, 0x00060050u, - 0x0000003cu, 0x000024e2u, 0x000024d9u, 0x000024d9u, 0x000024d9u, 0x00050084u, 0x0000003cu, 0x000024e3u, - 0x000024e0u, 0x000024e2u, 0x00050080u, 0x0000003cu, 0x000024e4u, 0x000024dcu, 0x000024e3u, 0x000300f7u, - 0x000024f2u, 0x00000000u, 0x000400fau, 0x00002224u, 0x000024e6u, 0x000024edu, 0x000200f8u, 0x000024edu, - 0x000500c3u, 0x0000003cu, 0x000024f0u, 0x000024e4u, 0x0000afa3u, 0x0007004fu, 0x0000005fu, 0x0000257eu, - 0x000024f0u, 0x000024f0u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000024f2u, 0x000200f8u, 0x000024e6u, - 0x000500c3u, 0x0000003cu, 0x000024e9u, 0x000024e4u, 0x0000afa3u, 0x0003003eu, 0x000024b9u, 0x000024e9u, - 0x00050041u, 0x0000003eu, 0x000024feu, 0x000024b9u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000024ffu, - 0x000024feu, 0x000500b3u, 0x0000005du, 0x00002501u, 0x000024ffu, 0x00000205u, 0x000500c7u, 0x00000008u, - 0x00002503u, 0x000024ffu, 0x00000c0au, 0x0006000cu, 0x00000008u, 0x00002560u, 0x00000001u, 0x0000004au, - 0x00002503u, 0x00050082u, 0x00000008u, 0x00002561u, 0x00000285u, 0x00002560u, 0x0007000cu, 0x00000008u, - 0x00002562u, 0x00000001u, 0x00000027u, 0x00002561u, 0x00000285u, 0x000500c4u, 0x00000008u, 0x00002565u, - 0x00002503u, 0x00002562u, 0x000500c7u, 0x00000008u, 0x00002566u, 0x00002565u, 0x00000b24u, 0x000500c7u, - 0x00000008u, 0x00002568u, 0x00002566u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x0000256au, 0x00002566u, - 0x00000260u, 0x0003003eu, 0x0000255bu, 0x00000be8u, 0x00050041u, 0x00000060u, 0x0000256bu, 0x0000255bu, - 0x0000256au, 0x0004003du, 0x0000005fu, 0x0000256cu, 0x0000256bu, 0x0003003eu, 0x0000255au, 0x0000256cu, - 0x00050041u, 0x0000003eu, 0x00002570u, 0x0000255au, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002571u, - 0x00002570u, 0x00050084u, 0x00000008u, 0x00002573u, 0x00002571u, 0x00002568u, 0x000500c3u, 0x00000008u, - 0x00002574u, 0x00002573u, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00002575u, 0x0000255au, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00002576u, 0x00002575u, 0x00050080u, 0x00000008u, 0x00002577u, 0x00002574u, - 0x00002576u, 0x00050050u, 0x0000005fu, 0x0000257au, 0x00002577u, 0x00002562u, 0x0003003eu, 0x000024f5u, - 0x0000257au, 0x00050041u, 0x0000003eu, 0x00002506u, 0x000024f5u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002507u, 0x00002506u, 0x0007004fu, 0x0000005fu, 0x00002509u, 0x000024e9u, 0x000024e9u, 0x00000000u, - 0x00000001u, 0x00050041u, 0x0000003eu, 0x0000250au, 0x000024f5u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x0000250bu, 0x0000250au, 0x00050050u, 0x0000005fu, 0x0000250cu, 0x0000250bu, 0x0000250bu, 0x00050084u, - 0x0000005fu, 0x0000250du, 0x00002509u, 0x0000250cu, 0x0003003eu, 0x000024f8u, 0x0000250du, 0x000500c3u, - 0x00000008u, 0x0000250fu, 0x00000c1du, 0x00002507u, 0x0004007eu, 0x00000008u, 0x00002510u, 0x0000250fu, - 0x000500c7u, 0x00000008u, 0x00002511u, 0x00000c1cu, 0x00002510u, 0x00050050u, 0x0000005fu, 0x00002514u, - 0x00002511u, 0x00002511u, 0x000500c7u, 0x0000005fu, 0x00002515u, 0x0000250du, 0x00002514u, 0x0003003eu, - 0x000024fau, 0x00002515u, 0x000500abu, 0x0000005du, 0x00002517u, 0x00002507u, 0x00000285u, 0x000300f7u, - 0x00002522u, 0x00000000u, 0x000400fau, 0x00002517u, 0x00002518u, 0x0000251eu, 0x000200f8u, 0x0000251eu, - 0x0004003du, 0x0000005fu, 0x0000251fu, 0x000024f8u, 0x000500c4u, 0x0000005fu, 0x00002521u, 0x0000251fu, - 0x0000afa7u, 0x0003003eu, 0x000024fbu, 0x00002521u, 0x000200f9u, 0x00002522u, 0x000200f8u, 0x00002518u, - 0x0004003du, 0x0000005fu, 0x00002519u, 0x000024f8u, 0x00050082u, 0x00000008u, 0x0000251bu, 0x0000027fu, - 0x00002507u, 0x00050050u, 0x0000005fu, 0x0000251cu, 0x0000251bu, 0x0000251bu, 0x000500c3u, 0x0000005fu, - 0x0000251du, 0x00002519u, 0x0000251cu, 0x0003003eu, 0x000024f8u, 0x0000251du, 0x0003003eu, 0x000024fbu, - 0x0000251du, 0x000200f9u, 0x00002522u, 0x000200f8u, 0x00002522u, 0x000500abu, 0x0000087fu, 0x00002524u, - 0x00002515u, 0x00000c36u, 0x0004009au, 0x0000005du, 0x00002525u, 0x00002524u, 0x000300f7u, 0x00002551u, - 0x00000000u, 0x000400fau, 0x00002525u, 0x00002526u, 0x00002551u, 0x000200f8u, 0x00002526u, 0x00050041u, - 0x0000003eu, 0x00002527u, 0x000024fau, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002528u, 0x00002527u, - 0x000500abu, 0x0000005du, 0x0000252au, 0x00002528u, 0x00002511u, 0x000300f7u, 0x0000252fu, 0x00000000u, - 0x000400fau, 0x0000252au, 0x0000252bu, 0x0000252fu, 0x000200f8u, 0x0000252bu, 0x0004003du, 0x00000008u, - 0x0000252du, 0x00002527u, 0x000500abu, 0x0000005du, 0x0000252eu, 0x0000252du, 0x00000205u, 0x000200f9u, - 0x0000252fu, 0x000200f8u, 0x0000252fu, 0x000700f5u, 0x0000005du, 0x00002530u, 0x0000252au, 0x00002526u, - 0x0000252eu, 0x0000252bu, 0x000300f7u, 0x0000253bu, 0x00000000u, 0x000400fau, 0x00002530u, 0x00002531u, - 0x0000253bu, 0x000200f8u, 0x00002531u, 0x00050041u, 0x0000003eu, 0x00002532u, 0x000024f8u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00002533u, 0x00002532u, 0x000500c7u, 0x00000008u, 0x00002534u, 0x00002533u, - 0x00000c1du, 0x000500aau, 0x0000005du, 0x00002535u, 0x00002534u, 0x00000205u, 0x000300f7u, 0x0000253au, - 0x00000000u, 0x000400fau, 0x00002535u, 0x00002536u, 0x00002538u, 0x000200f8u, 0x00002538u, 0x00050041u, - 0x0000003eu, 0x00002539u, 0x000024fbu, 0x00000376u, 0x0003003eu, 0x00002539u, 0x00000c4fu, 0x000200f9u, - 0x0000253au, 0x000200f8u, 0x00002536u, 0x00050041u, 0x0000003eu, 0x00002537u, 0x000024fbu, 0x00000376u, - 0x0003003eu, 0x00002537u, 0x00000c0au, 0x000200f9u, 0x0000253au, 0x000200f8u, 0x0000253au, 0x000200f9u, - 0x0000253bu, 0x000200f8u, 0x0000253bu, 0x00050041u, 0x0000003eu, 0x0000253cu, 0x000024fau, 0x00000487u, - 0x0004003du, 0x00000008u, 0x0000253du, 0x0000253cu, 0x000500abu, 0x0000005du, 0x0000253fu, 0x0000253du, - 0x00002511u, 0x000300f7u, 0x00002544u, 0x00000000u, 0x000400fau, 0x0000253fu, 0x00002540u, 0x00002544u, - 0x000200f8u, 0x00002540u, 0x0004003du, 0x00000008u, 0x00002542u, 0x0000253cu, 0x000500abu, 0x0000005du, - 0x00002543u, 0x00002542u, 0x00000205u, 0x000200f9u, 0x00002544u, 0x000200f8u, 0x00002544u, 0x000700f5u, - 0x0000005du, 0x00002545u, 0x0000253fu, 0x0000253bu, 0x00002543u, 0x00002540u, 0x000300f7u, 0x00002550u, - 0x00000000u, 0x000400fau, 0x00002545u, 0x00002546u, 0x00002550u, 0x000200f8u, 0x00002546u, 0x00050041u, - 0x0000003eu, 0x00002547u, 0x000024f8u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002548u, 0x00002547u, - 0x000500c7u, 0x00000008u, 0x00002549u, 0x00002548u, 0x00000c1du, 0x000500aau, 0x0000005du, 0x0000254au, - 0x00002549u, 0x00000205u, 0x000300f7u, 0x0000254fu, 0x00000000u, 0x000400fau, 0x0000254au, 0x0000254bu, - 0x0000254du, 0x000200f8u, 0x0000254du, 0x00050041u, 0x0000003eu, 0x0000254eu, 0x000024fbu, 0x00000487u, - 0x0003003eu, 0x0000254eu, 0x00000c4fu, 0x000200f9u, 0x0000254fu, 0x000200f8u, 0x0000254bu, 0x00050041u, - 0x0000003eu, 0x0000254cu, 0x000024fbu, 0x00000487u, 0x0003003eu, 0x0000254cu, 0x00000c0au, 0x000200f9u, - 0x0000254fu, 0x000200f8u, 0x0000254fu, 0x000200f9u, 0x00002550u, 0x000200f8u, 0x00002550u, 0x000200f9u, - 0x00002551u, 0x000200f8u, 0x00002551u, 0x000300f7u, 0x00002554u, 0x00000000u, 0x000400fau, 0x00002501u, - 0x00002553u, 0x00002554u, 0x000200f8u, 0x00002553u, 0x0003003eu, 0x000024fbu, 0x00000c69u, 0x000200f9u, - 0x00002554u, 0x000200f8u, 0x00002554u, 0x0004003du, 0x0000005fu, 0x00002555u, 0x000024fbu, 0x0008000cu, - 0x0000005fu, 0x00002556u, 0x00000001u, 0x0000002du, 0x00002555u, 0x00000c6cu, 0x00000c6du, 0x000200f9u, - 0x000024f2u, 0x000200f8u, 0x000024f2u, 0x000700f5u, 0x0000005fu, 0x0000828eu, 0x00002556u, 0x00002554u, - 0x0000257eu, 0x000024edu, 0x000500c7u, 0x00000006u, 0x00002287u, 0x000021fau, 0x00000741u, 0x00080041u, - 0x00000279u, 0x0000228au, 0x00000a15u, 0x00000205u, 0x00001fdeu, 0x00000217u, 0x00002287u, 0x0004003du, - 0x0000022bu, 0x0000228bu, 0x0000228au, 0x00040071u, 0x00000006u, 0x0000228cu, 0x0000228bu, 0x00070041u, - 0x0000026du, 0x00002582u, 0x000002d3u, 0x00000205u, 0x0000228cu, 0x00000205u, 0x0004003du, 0x00000006u, - 0x00002583u, 0x00002582u, 0x00070041u, 0x0000026du, 0x00002588u, 0x000002d3u, 0x00000205u, 0x0000228cu, - 0x00000217u, 0x0004003du, 0x00000006u, 0x00002589u, 0x00002588u, 0x00070041u, 0x0000026du, 0x0000258eu, - 0x000002d3u, 0x00000205u, 0x0000228cu, 0x0000021du, 0x0004003du, 0x00000006u, 0x0000258fu, 0x0000258eu, - 0x00070041u, 0x0000026du, 0x00002591u, 0x000002d3u, 0x00000205u, 0x0000228cu, 0x00000220u, 0x0004003du, - 0x00000006u, 0x00002592u, 0x00002591u, 0x00070041u, 0x00000279u, 0x00002599u, 0x000002d3u, 0x00000205u, - 0x0000228cu, 0x00000226u, 0x0004003du, 0x0000022bu, 0x0000259au, 0x00002599u, 0x00040071u, 0x00000006u, - 0x0000259bu, 0x0000259au, 0x0004007cu, 0x00000008u, 0x0000259cu, 0x0000259bu, 0x00070041u, 0x00000279u, - 0x0000259eu, 0x000002d3u, 0x00000205u, 0x0000228cu, 0x00000260u, 0x0004003du, 0x0000022bu, 0x0000259fu, - 0x0000259eu, 0x00040071u, 0x00000006u, 0x000025a0u, 0x0000259fu, 0x0004007cu, 0x00000008u, 0x000025a1u, - 0x000025a0u, 0x00070041u, 0x00000279u, 0x000025a3u, 0x000002d3u, 0x00000205u, 0x0000228cu, 0x00000266u, - 0x0004003du, 0x0000022bu, 0x000025a4u, 0x000025a3u, 0x00040071u, 0x00000006u, 0x000025a5u, 0x000025a4u, - 0x0004007cu, 0x00000008u, 0x000025a6u, 0x000025a5u, 0x00070041u, 0x00000279u, 0x000025a8u, 0x000002d3u, - 0x00000205u, 0x0000228cu, 0x0000026cu, 0x0004003du, 0x0000022bu, 0x000025a9u, 0x000025a8u, 0x00040071u, - 0x00000006u, 0x000025aau, 0x000025a9u, 0x0004007cu, 0x00000008u, 0x000025abu, 0x000025aau, 0x00070041u, - 0x00000279u, 0x000025adu, 0x000002d3u, 0x00000205u, 0x0000228cu, 0x00000271u, 0x0004003du, 0x0000022bu, - 0x000025aeu, 0x000025adu, 0x00040071u, 0x00000006u, 0x000025afu, 0x000025aeu, 0x0004007cu, 0x00000008u, - 0x000025b0u, 0x000025afu, 0x00070041u, 0x00000279u, 0x000025b2u, 0x000002d3u, 0x00000205u, 0x0000228cu, - 0x00000278u, 0x0004003du, 0x0000022bu, 0x000025b3u, 0x000025b2u, 0x00040071u, 0x00000006u, 0x000025b4u, - 0x000025b3u, 0x0004007cu, 0x00000008u, 0x000025b5u, 0x000025b4u, 0x00070041u, 0x00000279u, 0x000025b7u, - 0x000002d3u, 0x00000205u, 0x0000228cu, 0x0000027fu, 0x0004003du, 0x0000022bu, 0x000025b8u, 0x000025b7u, - 0x00040071u, 0x00000006u, 0x000025b9u, 0x000025b8u, 0x0004007cu, 0x00000008u, 0x000025bau, 0x000025b9u, - 0x0003003eu, 0x00002139u, 0x0000828eu, 0x0004007cu, 0x00000008u, 0x000025d3u, 0x00002583u, 0x00050041u, - 0x0000003eu, 0x000025d6u, 0x00002139u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000025d7u, 0x000025d6u, - 0x0008000cu, 0x00000008u, 0x0000260du, 0x00000001u, 0x0000002du, 0x000025d7u, 0x00000c4fu, 0x00000c0au, - 0x000500b1u, 0x0000005du, 0x0000260fu, 0x000025abu, 0x00000271u, 0x000300f7u, 0x0000261bu, 0x00000000u, - 0x000400fau, 0x0000260fu, 0x00002610u, 0x00002614u, 0x000200f8u, 0x00002614u, 0x00050082u, 0x00000008u, - 0x00002616u, 0x0000037fu, 0x000025abu, 0x000500c4u, 0x00000008u, 0x00002618u, 0x0000260du, 0x00002616u, - 0x000500c3u, 0x00000008u, 0x0000261au, 0x00002618u, 0x0000055bu, 0x000200f9u, 0x0000261bu, 0x000200f8u, - 0x00002610u, 0x000500c3u, 0x00000008u, 0x00002613u, 0x0000260du, 0x000025abu, 0x000200f9u, 0x0000261bu, - 0x000200f8u, 0x0000261bu, 0x000700f5u, 0x00000008u, 0x0000828fu, 0x00002613u, 0x00002610u, 0x0000261au, - 0x00002614u, 0x000500c4u, 0x00000008u, 0x0000261du, 0x000025d3u, 0x0000021au, 0x00050082u, 0x00000008u, - 0x0000261fu, 0x0000828fu, 0x0000261du, 0x0003003eu, 0x000025d6u, 0x0000261fu, 0x0004007cu, 0x00000008u, - 0x000025dcu, 0x00002589u, 0x00050041u, 0x0000003eu, 0x000025dfu, 0x00002139u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x000025e0u, 0x000025dfu, 0x0008000cu, 0x00000008u, 0x00002624u, 0x00000001u, 0x0000002du, - 0x000025e0u, 0x00000c4fu, 0x00000c0au, 0x000500b1u, 0x0000005du, 0x00002626u, 0x000025b5u, 0x00000271u, - 0x000300f7u, 0x00002632u, 0x00000000u, 0x000400fau, 0x00002626u, 0x00002627u, 0x0000262bu, 0x000200f8u, - 0x0000262bu, 0x00050082u, 0x00000008u, 0x0000262du, 0x0000037fu, 0x000025b5u, 0x000500c4u, 0x00000008u, - 0x0000262fu, 0x00002624u, 0x0000262du, 0x000500c3u, 0x00000008u, 0x00002631u, 0x0000262fu, 0x0000055bu, - 0x000200f9u, 0x00002632u, 0x000200f8u, 0x00002627u, 0x000500c3u, 0x00000008u, 0x0000262au, 0x00002624u, - 0x000025b5u, 0x000200f9u, 0x00002632u, 0x000200f8u, 0x00002632u, 0x000700f5u, 0x00000008u, 0x00008290u, - 0x0000262au, 0x00002627u, 0x00002631u, 0x0000262bu, 0x000500c4u, 0x00000008u, 0x00002634u, 0x000025dcu, - 0x0000021au, 0x00050082u, 0x00000008u, 0x00002636u, 0x00008290u, 0x00002634u, 0x0003003eu, 0x000025dfu, - 0x00002636u, 0x0004003du, 0x0000005fu, 0x000025e3u, 0x00002139u, 0x000500c3u, 0x0000005fu, 0x000025e5u, - 0x000025e3u, 0x0000afa9u, 0x0003003eu, 0x00002139u, 0x000025e5u, 0x00060041u, 0x00000ccfu, 0x000025e6u, - 0x00000cceu, 0x00000205u, 0x00000217u, 0x0004003du, 0x00000008u, 0x000025e7u, 0x000025e6u, 0x000500aau, - 0x0000005du, 0x000025e8u, 0x000025e7u, 0x00000205u, 0x000300f7u, 0x00002608u, 0x00000000u, 0x000400fau, - 0x000025e8u, 0x000025e9u, 0x000025eau, 0x000200f8u, 0x000025eau, 0x000500aau, 0x0000005du, 0x000025edu, - 0x000025e7u, 0x00000214u, 0x000300f7u, 0x00002607u, 0x00000000u, 0x000400fau, 0x000025edu, 0x000025eeu, - 0x000025ffu, 0x000200f8u, 0x000025ffu, 0x0004003du, 0x0000005fu, 0x00002602u, 0x00002139u, 0x0003003eu, - 0x000025cbu, 0x00002602u, 0x000500b1u, 0x0000005du, 0x000027e6u, 0x000024d2u, 0x00000217u, 0x000300f7u, - 0x000027ecu, 0x00000000u, 0x000400fau, 0x000027e6u, 0x000027e8u, 0x000027ecu, 0x000200f8u, 0x000027e8u, - 0x000500abu, 0x0000005du, 0x000027ebu, 0x0000259cu, 0x00000217u, 0x000200f9u, 0x000027ecu, 0x000200f8u, - 0x000027ecu, 0x000700f5u, 0x0000005du, 0x000027edu, 0x000027e6u, 0x000025ffu, 0x000027ebu, 0x000027e8u, - 0x000400a8u, 0x0000005du, 0x000027efu, 0x00002215u, 0x000500a7u, 0x0000005du, 0x000027f0u, 0x000027edu, - 0x000027efu, 0x0007000cu, 0x00000008u, 0x000027f3u, 0x00000001u, 0x00000027u, 0x0000259cu, 0x00000217u, - 0x000500aau, 0x0000005du, 0x000027f6u, 0x0000259cu, 0x0000021au, 0x000500a6u, 0x0000005du, 0x000027f9u, - 0x000027f6u, 0x00002215u, 0x000600a9u, 0x00000008u, 0x000027fau, 0x000027f9u, 0x0000113fu, 0x0000040cu, - 0x000300f7u, 0x000028dcu, 0x00000000u, 0x000400fau, 0x000027f0u, 0x000027fcu, 0x0000287bu, 0x000200f8u, - 0x0000287bu, 0x00050041u, 0x0000003eu, 0x0000287du, 0x000025cbu, 0x00000376u, 0x0004003du, 0x00000008u, - 0x0000287eu, 0x0000287du, 0x00050080u, 0x00000008u, 0x0000287fu, 0x0000287eu, 0x000024d2u, 0x0003003eu, - 0x0000287du, 0x0000287fu, 0x0004003du, 0x00000008u, 0x00002883u, 0x0000287du, 0x000500abu, 0x0000005du, - 0x00002925u, 0x000025a6u, 0x00000205u, 0x000300f7u, 0x0000293bu, 0x00000000u, 0x000400fau, 0x00002925u, - 0x00002926u, 0x0000293bu, 0x000200f8u, 0x00002926u, 0x000500c4u, 0x00000008u, 0x00002929u, 0x00000214u, - 0x000025a6u, 0x000500c7u, 0x00000008u, 0x0000292cu, 0x000025bau, 0x00000217u, 0x000500abu, 0x0000005du, - 0x0000292du, 0x0000292cu, 0x00000205u, 0x000300f7u, 0x00002936u, 0x00000000u, 0x000400fau, 0x0000292du, - 0x0000292eu, 0x00002936u, 0x000200f8u, 0x0000292eu, 0x000500c7u, 0x00000008u, 0x00002931u, 0x00002883u, - 0x00002929u, 0x00050082u, 0x00000008u, 0x00002932u, 0x00002931u, 0x00000214u, 0x0007000cu, 0x00000008u, - 0x00002933u, 0x00000001u, 0x0000002au, 0x00002932u, 0x00000205u, 0x000500c6u, 0x00000008u, 0x00002935u, - 0x00002883u, 0x00002933u, 0x000200f9u, 0x00002936u, 0x000200f8u, 0x00002936u, 0x000700f5u, 0x00000008u, - 0x00008291u, 0x00002883u, 0x00002926u, 0x00002935u, 0x0000292eu, 0x00050082u, 0x00000008u, 0x00002938u, - 0x00002929u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x0000293au, 0x00008291u, 0x00002938u, 0x000200f9u, - 0x0000293bu, 0x000200f8u, 0x0000293bu, 0x000700f5u, 0x00000008u, 0x00008292u, 0x00002883u, 0x0000287bu, - 0x0000293au, 0x00002936u, 0x00050041u, 0x0000003eu, 0x00002886u, 0x000025cbu, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002887u, 0x00002886u, 0x000500abu, 0x0000005du, 0x00002942u, 0x000025b0u, 0x00000205u, - 0x000300f7u, 0x00002958u, 0x00000000u, 0x000400fau, 0x00002942u, 0x00002943u, 0x00002958u, 0x000200f8u, - 0x00002943u, 0x000500c4u, 0x00000008u, 0x00002946u, 0x00000214u, 0x000025b0u, 0x000500c7u, 0x00000008u, - 0x00002949u, 0x000025bau, 0x00000260u, 0x000500abu, 0x0000005du, 0x0000294au, 0x00002949u, 0x00000205u, - 0x000300f7u, 0x00002953u, 0x00000000u, 0x000400fau, 0x0000294au, 0x0000294bu, 0x00002953u, 0x000200f8u, - 0x0000294bu, 0x000500c7u, 0x00000008u, 0x0000294eu, 0x00002887u, 0x00002946u, 0x00050082u, 0x00000008u, - 0x0000294fu, 0x0000294eu, 0x00000214u, 0x0007000cu, 0x00000008u, 0x00002950u, 0x00000001u, 0x0000002au, - 0x0000294fu, 0x00000205u, 0x000500c6u, 0x00000008u, 0x00002952u, 0x00002887u, 0x00002950u, 0x000200f9u, - 0x00002953u, 0x000200f8u, 0x00002953u, 0x000700f5u, 0x00000008u, 0x00008293u, 0x00002887u, 0x00002943u, - 0x00002952u, 0x0000294bu, 0x00050082u, 0x00000008u, 0x00002955u, 0x00002946u, 0x00000214u, 0x000500c7u, - 0x00000008u, 0x00002957u, 0x00008293u, 0x00002955u, 0x000200f9u, 0x00002958u, 0x000200f8u, 0x00002958u, - 0x000700f5u, 0x00000008u, 0x00008294u, 0x00002887u, 0x0000293bu, 0x00002957u, 0x00002953u, 0x0004007cu, - 0x00000006u, 0x0000288eu, 0x00008294u, 0x00050084u, 0x00000006u, 0x0000288fu, 0x00002592u, 0x0000288eu, - 0x00050080u, 0x00000006u, 0x00002890u, 0x0000258fu, 0x0000288fu, 0x00050084u, 0x00000006u, 0x00002892u, - 0x00002890u, 0x000003c6u, 0x000500c4u, 0x00000008u, 0x00002895u, 0x00008292u, 0x000027f3u, 0x0004007cu, - 0x00000006u, 0x00002896u, 0x00002895u, 0x00050080u, 0x00000006u, 0x00002897u, 0x00002892u, 0x00002896u, - 0x000500c7u, 0x00000006u, 0x00002898u, 0x00002897u, 0x000011acu, 0x000500c7u, 0x00000006u, 0x0000289bu, - 0x0000288eu, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000289cu, 0x0000289bu, 0x0000035du, 0x000500c6u, - 0x00000006u, 0x0000289eu, 0x00002898u, 0x0000289cu, 0x000500c2u, 0x00000006u, 0x000028a0u, 0x0000289eu, - 0x000003c6u, 0x0004007cu, 0x00000006u, 0x000028a2u, 0x000027fau, 0x000500c7u, 0x00000006u, 0x000028a4u, - 0x000028a0u, 0x000028a2u, 0x000500c6u, 0x00000006u, 0x000028a7u, 0x000028a4u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x000028a8u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000028a7u, 0x0004003du, - 0x0000022du, 0x000028a9u, 0x000028a8u, 0x00040071u, 0x00000006u, 0x000028aau, 0x000028a9u, 0x0004007cu, - 0x00000008u, 0x000028abu, 0x000028aau, 0x000300f7u, 0x000028dbu, 0x00000000u, 0x000400fau, 0x00002215u, - 0x000028adu, 0x000028dbu, 0x000200f8u, 0x000028adu, 0x000500aau, 0x0000005du, 0x000028b0u, 0x0000259cu, - 0x00000205u, 0x000300f7u, 0x000028d2u, 0x00000000u, 0x000400fau, 0x000028b0u, 0x000028b1u, 0x000028c4u, - 0x000200f8u, 0x000028c4u, 0x000500c7u, 0x00000006u, 0x000028c6u, 0x0000289eu, 0x000003c6u, 0x00050084u, - 0x00000006u, 0x000028c7u, 0x00000703u, 0x000028c6u, 0x00050082u, 0x00000006u, 0x000028c8u, 0x0000035du, - 0x000028c7u, 0x000500c3u, 0x00000008u, 0x000028cau, 0x000028abu, 0x000028c8u, 0x000500c7u, 0x00000008u, - 0x000028ccu, 0x000028cau, 0x0000038du, 0x000500c4u, 0x00000008u, 0x000028ceu, 0x000028ccu, 0x00000217u, - 0x00050080u, 0x00000008u, 0x000028d1u, 0x000028ceu, 0x000024d2u, 0x000200f9u, 0x000028d2u, 0x000200f8u, - 0x000028b1u, 0x000500c7u, 0x00000006u, 0x000028b3u, 0x0000289eu, 0x0000048du, 0x00050084u, 0x00000006u, - 0x000028b4u, 0x00000703u, 0x000028b3u, 0x00050082u, 0x00000006u, 0x000028b5u, 0x00001252u, 0x000028b4u, - 0x000500c3u, 0x00000008u, 0x000028b7u, 0x000028abu, 0x000028b5u, 0x000500c7u, 0x00000008u, 0x000028b9u, - 0x000028b7u, 0x00000542u, 0x000500c4u, 0x00000008u, 0x000028bcu, 0x000025a1u, 0x0000021du, 0x000500c5u, - 0x00000008u, 0x000028beu, 0x000028b9u, 0x000028bcu, 0x000500c4u, 0x00000008u, 0x000028c0u, 0x000028beu, - 0x00000217u, 0x00050080u, 0x00000008u, 0x000028c3u, 0x000028c0u, 0x000024d2u, 0x000200f9u, 0x000028d2u, - 0x000200f8u, 0x000028d2u, 0x000700f5u, 0x00000008u, 0x00008295u, 0x000028c3u, 0x000028b1u, 0x000028d1u, - 0x000028c4u, 0x000500c5u, 0x00000008u, 0x000028d5u, 0x00008295u, 0x00001275u, 0x000500c6u, 0x00000008u, - 0x000028d6u, 0x000028d5u, 0x00000214u, 0x00080041u, 0x00000272u, 0x000028d7u, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x000028d6u, 0x0004003du, 0x0000022du, 0x000028d8u, 0x000028d7u, 0x00040071u, - 0x00000006u, 0x000028d9u, 0x000028d8u, 0x0004007cu, 0x00000008u, 0x000028dau, 0x000028d9u, 0x000200f9u, - 0x000028dbu, 0x000200f8u, 0x000028dbu, 0x000700f5u, 0x00000008u, 0x0000829fu, 0x000028abu, 0x00002958u, - 0x000028dau, 0x000028d2u, 0x000200f9u, 0x000028dcu, 0x000200f8u, 0x000027fcu, 0x00050084u, 0x00000008u, - 0x000027feu, 0x00000217u, 0x000024d2u, 0x00050041u, 0x0000003eu, 0x000027ffu, 0x000025cbu, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00002800u, 0x000027ffu, 0x00050080u, 0x00000008u, 0x00002801u, 0x00002800u, - 0x000027feu, 0x0003003eu, 0x000027ffu, 0x00002801u, 0x0004003du, 0x00000008u, 0x00002805u, 0x000027ffu, - 0x00050050u, 0x0000005fu, 0x000028e3u, 0x00002805u, 0x00002805u, 0x00050080u, 0x0000005fu, 0x000028e4u, - 0x000028e3u, 0x00000ddau, 0x000500abu, 0x0000005du, 0x000028e7u, 0x000025a6u, 0x00000205u, 0x000300f7u, - 0x00002901u, 0x00000000u, 0x000400fau, 0x000028e7u, 0x000028e8u, 0x00002901u, 0x000200f8u, 0x000028e8u, - 0x000500c4u, 0x00000008u, 0x000028ebu, 0x00000214u, 0x000025a6u, 0x000500c7u, 0x00000008u, 0x000028eeu, - 0x000025bau, 0x00000217u, 0x000500abu, 0x0000005du, 0x000028efu, 0x000028eeu, 0x00000205u, 0x000300f7u, - 0x000028fbu, 0x00000000u, 0x000400fau, 0x000028efu, 0x000028f0u, 0x000028fbu, 0x000200f8u, 0x000028f0u, - 0x00050050u, 0x0000005fu, 0x000028f3u, 0x000028ebu, 0x000028ebu, 0x000500c7u, 0x0000005fu, 0x000028f4u, - 0x000028e4u, 0x000028f3u, 0x00050082u, 0x0000005fu, 0x000028f6u, 0x000028f4u, 0x0000afa7u, 0x0007000cu, - 0x0000005fu, 0x000028f8u, 0x00000001u, 0x0000002au, 0x000028f6u, 0x00000c36u, 0x000500c6u, 0x0000005fu, - 0x000028fau, 0x000028e4u, 0x000028f8u, 0x000200f9u, 0x000028fbu, 0x000200f8u, 0x000028fbu, 0x000700f5u, - 0x0000005fu, 0x00008296u, 0x000028e4u, 0x000028e8u, 0x000028fau, 0x000028f0u, 0x00050082u, 0x00000008u, - 0x000028fdu, 0x000028ebu, 0x00000214u, 0x00050050u, 0x0000005fu, 0x000028ffu, 0x000028fdu, 0x000028fdu, - 0x000500c7u, 0x0000005fu, 0x00002900u, 0x00008296u, 0x000028ffu, 0x000200f9u, 0x00002901u, 0x000200f8u, - 0x00002901u, 0x000700f5u, 0x0000005fu, 0x00008297u, 0x000028e4u, 0x000027fcu, 0x00002900u, 0x000028fbu, - 0x00050041u, 0x0000003eu, 0x00002808u, 0x000025cbu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002809u, - 0x00002808u, 0x000500abu, 0x0000005du, 0x00002908u, 0x000025b0u, 0x00000205u, 0x000300f7u, 0x0000291eu, - 0x00000000u, 0x000400fau, 0x00002908u, 0x00002909u, 0x0000291eu, 0x000200f8u, 0x00002909u, 0x000500c4u, - 0x00000008u, 0x0000290cu, 0x00000214u, 0x000025b0u, 0x000500c7u, 0x00000008u, 0x0000290fu, 0x000025bau, - 0x00000260u, 0x000500abu, 0x0000005du, 0x00002910u, 0x0000290fu, 0x00000205u, 0x000300f7u, 0x00002919u, - 0x00000000u, 0x000400fau, 0x00002910u, 0x00002911u, 0x00002919u, 0x000200f8u, 0x00002911u, 0x000500c7u, - 0x00000008u, 0x00002914u, 0x00002809u, 0x0000290cu, 0x00050082u, 0x00000008u, 0x00002915u, 0x00002914u, - 0x00000214u, 0x0007000cu, 0x00000008u, 0x00002916u, 0x00000001u, 0x0000002au, 0x00002915u, 0x00000205u, - 0x000500c6u, 0x00000008u, 0x00002918u, 0x00002809u, 0x00002916u, 0x000200f9u, 0x00002919u, 0x000200f8u, - 0x00002919u, 0x000700f5u, 0x00000008u, 0x00008298u, 0x00002809u, 0x00002909u, 0x00002918u, 0x00002911u, - 0x00050082u, 0x00000008u, 0x0000291bu, 0x0000290cu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x0000291du, - 0x00008298u, 0x0000291bu, 0x000200f9u, 0x0000291eu, 0x000200f8u, 0x0000291eu, 0x000700f5u, 0x00000008u, - 0x00008299u, 0x00002809u, 0x00002901u, 0x0000291du, 0x00002919u, 0x0004007cu, 0x00000006u, 0x00002810u, - 0x00008299u, 0x00050084u, 0x00000006u, 0x00002811u, 0x00002592u, 0x00002810u, 0x00050080u, 0x00000006u, - 0x00002812u, 0x0000258fu, 0x00002811u, 0x00050084u, 0x00000006u, 0x00002814u, 0x00002812u, 0x000003c6u, - 0x00050050u, 0x0000005fu, 0x00002817u, 0x000027f3u, 0x000027f3u, 0x000500c4u, 0x0000005fu, 0x00002818u, - 0x00008297u, 0x00002817u, 0x0004007cu, 0x000000a2u, 0x00002819u, 0x00002818u, 0x00050050u, 0x000000a2u, - 0x0000281au, 0x00002814u, 0x00002814u, 0x00050080u, 0x000000a2u, 0x0000281bu, 0x0000281au, 0x00002819u, - 0x000500c7u, 0x000000a2u, 0x0000281du, 0x0000281bu, 0x0000afabu, 0x000500c7u, 0x00000006u, 0x00002820u, - 0x00002810u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00002821u, 0x00002820u, 0x0000035du, 0x00050050u, - 0x000000a2u, 0x00002823u, 0x00002821u, 0x00002821u, 0x000500c6u, 0x000000a2u, 0x00002824u, 0x0000281du, - 0x00002823u, 0x0003003eu, 0x000027d5u, 0x00002824u, 0x000500c2u, 0x000000a2u, 0x00002827u, 0x00002824u, - 0x0000afacu, 0x0004007cu, 0x00000006u, 0x00002829u, 0x000027fau, 0x00050050u, 0x000000a2u, 0x0000282bu, - 0x00002829u, 0x00002829u, 0x000500c7u, 0x000000a2u, 0x0000282cu, 0x00002827u, 0x0000282bu, 0x0003003eu, - 0x000027d6u, 0x0000282cu, 0x00050041u, 0x00000007u, 0x0000282eu, 0x000027d6u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x0000282fu, 0x0000282eu, 0x000500c6u, 0x00000006u, 0x00002830u, 0x0000282fu, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00002831u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00002830u, - 0x0004003du, 0x0000022du, 0x00002832u, 0x00002831u, 0x00040071u, 0x00000006u, 0x00002833u, 0x00002832u, - 0x0004007cu, 0x00000008u, 0x00002834u, 0x00002833u, 0x00050041u, 0x00000007u, 0x00002836u, 0x000027d6u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00002837u, 0x00002836u, 0x000500c6u, 0x00000006u, 0x00002838u, - 0x00002837u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00002839u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00002838u, 0x0004003du, 0x0000022du, 0x0000283au, 0x00002839u, 0x00040071u, 0x00000006u, - 0x0000283bu, 0x0000283au, 0x0004007cu, 0x00000008u, 0x0000283cu, 0x0000283bu, 0x000500aau, 0x0000005du, - 0x0000283fu, 0x0000259cu, 0x00000214u, 0x000300f7u, 0x00002876u, 0x00000000u, 0x000400fau, 0x0000283fu, - 0x00002840u, 0x00002855u, 0x000200f8u, 0x00002855u, 0x000500aau, 0x0000005du, 0x00002858u, 0x0000259cu, - 0x00000205u, 0x000300f7u, 0x00002875u, 0x00000000u, 0x000400fau, 0x00002858u, 0x00002859u, 0x00002870u, - 0x000200f8u, 0x00002870u, 0x000500c3u, 0x00000008u, 0x00002872u, 0x00002834u, 0x00000260u, 0x000500c3u, - 0x00000008u, 0x00002874u, 0x0000283cu, 0x00000260u, 0x000200f9u, 0x00002875u, 0x000200f8u, 0x00002859u, - 0x00050041u, 0x00000007u, 0x0000285au, 0x000027d5u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000285bu, - 0x0000285au, 0x000500c7u, 0x00000006u, 0x0000285cu, 0x0000285bu, 0x0000048du, 0x0004007cu, 0x00000008u, - 0x0000285du, 0x0000285cu, 0x00050084u, 0x00000008u, 0x0000285eu, 0x0000021du, 0x0000285du, 0x00050082u, - 0x00000008u, 0x0000285fu, 0x00000278u, 0x0000285eu, 0x000500c3u, 0x00000008u, 0x00002861u, 0x00002834u, - 0x0000285fu, 0x00050041u, 0x00000007u, 0x00002862u, 0x000027d5u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00002863u, 0x00002862u, 0x000500c7u, 0x00000006u, 0x00002864u, 0x00002863u, 0x0000048du, 0x0004007cu, - 0x00000008u, 0x00002865u, 0x00002864u, 0x00050084u, 0x00000008u, 0x00002866u, 0x0000021du, 0x00002865u, - 0x00050082u, 0x00000008u, 0x00002867u, 0x00000278u, 0x00002866u, 0x000500c3u, 0x00000008u, 0x00002869u, - 0x0000283cu, 0x00002867u, 0x000500c7u, 0x00000008u, 0x0000286bu, 0x00002861u, 0x00000542u, 0x00050084u, - 0x00000008u, 0x0000286cu, 0x0000286bu, 0x00000424u, 0x000500c7u, 0x00000008u, 0x0000286eu, 0x00002869u, - 0x00000542u, 0x00050084u, 0x00000008u, 0x0000286fu, 0x0000286eu, 0x00000424u, 0x000200f9u, 0x00002875u, - 0x000200f8u, 0x00002875u, 0x000700f5u, 0x00000008u, 0x0000829du, 0x0000286fu, 0x00002859u, 0x00002874u, - 0x00002870u, 0x000700f5u, 0x00000008u, 0x0000829bu, 0x0000286cu, 0x00002859u, 0x00002872u, 0x00002870u, - 0x000200f9u, 0x00002876u, 0x000200f8u, 0x00002840u, 0x00050041u, 0x00000007u, 0x00002841u, 0x000027d5u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00002842u, 0x00002841u, 0x000500c7u, 0x00000006u, 0x00002843u, - 0x00002842u, 0x000003c6u, 0x0004007cu, 0x00000008u, 0x00002844u, 0x00002843u, 0x00050084u, 0x00000008u, - 0x00002845u, 0x0000021du, 0x00002844u, 0x00050082u, 0x00000008u, 0x00002846u, 0x00000260u, 0x00002845u, - 0x000500c3u, 0x00000008u, 0x00002848u, 0x00002834u, 0x00002846u, 0x00050041u, 0x00000007u, 0x00002849u, - 0x000027d5u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000284au, 0x00002849u, 0x000500c7u, 0x00000006u, - 0x0000284bu, 0x0000284au, 0x000003c6u, 0x0004007cu, 0x00000008u, 0x0000284cu, 0x0000284bu, 0x00050084u, - 0x00000008u, 0x0000284du, 0x0000021du, 0x0000284cu, 0x00050082u, 0x00000008u, 0x0000284eu, 0x00000260u, - 0x0000284du, 0x000500c3u, 0x00000008u, 0x00002850u, 0x0000283cu, 0x0000284eu, 0x000500c7u, 0x00000008u, - 0x00002852u, 0x00002848u, 0x0000038du, 0x000500c7u, 0x00000008u, 0x00002854u, 0x00002850u, 0x0000038du, - 0x000200f9u, 0x00002876u, 0x000200f8u, 0x00002876u, 0x000700f5u, 0x00000008u, 0x0000829cu, 0x00002854u, - 0x00002840u, 0x0000829du, 0x00002875u, 0x000700f5u, 0x00000008u, 0x0000829au, 0x00002852u, 0x00002840u, - 0x0000829bu, 0x00002875u, 0x000500c4u, 0x00000008u, 0x00002878u, 0x0000829au, 0x00000260u, 0x000500c5u, - 0x00000008u, 0x0000287au, 0x00002878u, 0x0000829cu, 0x000200f9u, 0x000028dcu, 0x000200f8u, 0x000028dcu, - 0x000700f5u, 0x00000008u, 0x0000829eu, 0x0000287au, 0x00002876u, 0x0000829fu, 0x000028dbu, 0x000200f9u, - 0x00002607u, 0x000200f8u, 0x000025eeu, 0x000500c3u, 0x00000008u, 0x000025f0u, 0x000024d2u, 0x00000214u, - 0x0004003du, 0x0000005fu, 0x000025f3u, 0x00002139u, 0x0003003eu, 0x000025c5u, 0x000025f3u, 0x000500b1u, - 0x0000005du, 0x00002655u, 0x000025f0u, 0x00000217u, 0x000300f7u, 0x0000265bu, 0x00000000u, 0x000400fau, - 0x00002655u, 0x00002657u, 0x0000265bu, 0x000200f8u, 0x00002657u, 0x000500abu, 0x0000005du, 0x0000265au, - 0x0000259cu, 0x00000217u, 0x000200f9u, 0x0000265bu, 0x000200f8u, 0x0000265bu, 0x000700f5u, 0x0000005du, - 0x0000265cu, 0x00002655u, 0x000025eeu, 0x0000265au, 0x00002657u, 0x000400a8u, 0x0000005du, 0x0000265eu, - 0x00002215u, 0x000500a7u, 0x0000005du, 0x0000265fu, 0x0000265cu, 0x0000265eu, 0x0007000cu, 0x00000008u, - 0x00002662u, 0x00000001u, 0x00000027u, 0x0000259cu, 0x00000217u, 0x000500aau, 0x0000005du, 0x00002665u, - 0x0000259cu, 0x0000021au, 0x000500a6u, 0x0000005du, 0x00002668u, 0x00002665u, 0x00002215u, 0x000600a9u, - 0x00000008u, 0x00002669u, 0x00002668u, 0x0000113fu, 0x0000040cu, 0x000300f7u, 0x0000274bu, 0x00000000u, - 0x000400fau, 0x0000265fu, 0x0000266bu, 0x000026eau, 0x000200f8u, 0x000026eau, 0x00050041u, 0x0000003eu, - 0x000026ecu, 0x000025c5u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000026edu, 0x000026ecu, 0x00050080u, - 0x00000008u, 0x000026eeu, 0x000026edu, 0x000025f0u, 0x0003003eu, 0x000026ecu, 0x000026eeu, 0x0004003du, - 0x00000008u, 0x000026f2u, 0x000026ecu, 0x000500abu, 0x0000005du, 0x00002794u, 0x000025a6u, 0x00000205u, - 0x000300f7u, 0x000027aau, 0x00000000u, 0x000400fau, 0x00002794u, 0x00002795u, 0x000027aau, 0x000200f8u, - 0x00002795u, 0x000500c4u, 0x00000008u, 0x00002798u, 0x00000214u, 0x000025a6u, 0x000500c7u, 0x00000008u, - 0x0000279bu, 0x000025bau, 0x00000217u, 0x000500abu, 0x0000005du, 0x0000279cu, 0x0000279bu, 0x00000205u, - 0x000300f7u, 0x000027a5u, 0x00000000u, 0x000400fau, 0x0000279cu, 0x0000279du, 0x000027a5u, 0x000200f8u, - 0x0000279du, 0x000500c7u, 0x00000008u, 0x000027a0u, 0x000026f2u, 0x00002798u, 0x00050082u, 0x00000008u, - 0x000027a1u, 0x000027a0u, 0x00000214u, 0x0007000cu, 0x00000008u, 0x000027a2u, 0x00000001u, 0x0000002au, - 0x000027a1u, 0x00000205u, 0x000500c6u, 0x00000008u, 0x000027a4u, 0x000026f2u, 0x000027a2u, 0x000200f9u, - 0x000027a5u, 0x000200f8u, 0x000027a5u, 0x000700f5u, 0x00000008u, 0x000082a0u, 0x000026f2u, 0x00002795u, - 0x000027a4u, 0x0000279du, 0x00050082u, 0x00000008u, 0x000027a7u, 0x00002798u, 0x00000214u, 0x000500c7u, - 0x00000008u, 0x000027a9u, 0x000082a0u, 0x000027a7u, 0x000200f9u, 0x000027aau, 0x000200f8u, 0x000027aau, - 0x000700f5u, 0x00000008u, 0x000082a1u, 0x000026f2u, 0x000026eau, 0x000027a9u, 0x000027a5u, 0x00050041u, - 0x0000003eu, 0x000026f5u, 0x000025c5u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000026f6u, 0x000026f5u, - 0x000500abu, 0x0000005du, 0x000027b1u, 0x000025b0u, 0x00000205u, 0x000300f7u, 0x000027c7u, 0x00000000u, - 0x000400fau, 0x000027b1u, 0x000027b2u, 0x000027c7u, 0x000200f8u, 0x000027b2u, 0x000500c4u, 0x00000008u, - 0x000027b5u, 0x00000214u, 0x000025b0u, 0x000500c7u, 0x00000008u, 0x000027b8u, 0x000025bau, 0x00000260u, - 0x000500abu, 0x0000005du, 0x000027b9u, 0x000027b8u, 0x00000205u, 0x000300f7u, 0x000027c2u, 0x00000000u, - 0x000400fau, 0x000027b9u, 0x000027bau, 0x000027c2u, 0x000200f8u, 0x000027bau, 0x000500c7u, 0x00000008u, - 0x000027bdu, 0x000026f6u, 0x000027b5u, 0x00050082u, 0x00000008u, 0x000027beu, 0x000027bdu, 0x00000214u, - 0x0007000cu, 0x00000008u, 0x000027bfu, 0x00000001u, 0x0000002au, 0x000027beu, 0x00000205u, 0x000500c6u, - 0x00000008u, 0x000027c1u, 0x000026f6u, 0x000027bfu, 0x000200f9u, 0x000027c2u, 0x000200f8u, 0x000027c2u, - 0x000700f5u, 0x00000008u, 0x000082a2u, 0x000026f6u, 0x000027b2u, 0x000027c1u, 0x000027bau, 0x00050082u, - 0x00000008u, 0x000027c4u, 0x000027b5u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x000027c6u, 0x000082a2u, - 0x000027c4u, 0x000200f9u, 0x000027c7u, 0x000200f8u, 0x000027c7u, 0x000700f5u, 0x00000008u, 0x000082a3u, - 0x000026f6u, 0x000027aau, 0x000027c6u, 0x000027c2u, 0x0004007cu, 0x00000006u, 0x000026fdu, 0x000082a3u, - 0x00050084u, 0x00000006u, 0x000026feu, 0x00002592u, 0x000026fdu, 0x00050080u, 0x00000006u, 0x000026ffu, - 0x0000258fu, 0x000026feu, 0x00050084u, 0x00000006u, 0x00002701u, 0x000026ffu, 0x000003c6u, 0x000500c4u, - 0x00000008u, 0x00002704u, 0x000082a1u, 0x00002662u, 0x0004007cu, 0x00000006u, 0x00002705u, 0x00002704u, - 0x00050080u, 0x00000006u, 0x00002706u, 0x00002701u, 0x00002705u, 0x000500c7u, 0x00000006u, 0x00002707u, - 0x00002706u, 0x000011acu, 0x000500c7u, 0x00000006u, 0x0000270au, 0x000026fdu, 0x00000487u, 0x00050084u, - 0x00000006u, 0x0000270bu, 0x0000270au, 0x0000035du, 0x000500c6u, 0x00000006u, 0x0000270du, 0x00002707u, - 0x0000270bu, 0x000500c2u, 0x00000006u, 0x0000270fu, 0x0000270du, 0x000003c6u, 0x0004007cu, 0x00000006u, - 0x00002711u, 0x00002669u, 0x000500c7u, 0x00000006u, 0x00002713u, 0x0000270fu, 0x00002711u, 0x000500c6u, - 0x00000006u, 0x00002716u, 0x00002713u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00002717u, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00002716u, 0x0004003du, 0x0000022du, 0x00002718u, 0x00002717u, - 0x00040071u, 0x00000006u, 0x00002719u, 0x00002718u, 0x0004007cu, 0x00000008u, 0x0000271au, 0x00002719u, - 0x000300f7u, 0x0000274au, 0x00000000u, 0x000400fau, 0x00002215u, 0x0000271cu, 0x0000274au, 0x000200f8u, - 0x0000271cu, 0x000500aau, 0x0000005du, 0x0000271fu, 0x0000259cu, 0x00000205u, 0x000300f7u, 0x00002741u, - 0x00000000u, 0x000400fau, 0x0000271fu, 0x00002720u, 0x00002733u, 0x000200f8u, 0x00002733u, 0x000500c7u, - 0x00000006u, 0x00002735u, 0x0000270du, 0x000003c6u, 0x00050084u, 0x00000006u, 0x00002736u, 0x00000703u, - 0x00002735u, 0x00050082u, 0x00000006u, 0x00002737u, 0x0000035du, 0x00002736u, 0x000500c3u, 0x00000008u, - 0x00002739u, 0x0000271au, 0x00002737u, 0x000500c7u, 0x00000008u, 0x0000273bu, 0x00002739u, 0x0000038du, - 0x000500c4u, 0x00000008u, 0x0000273du, 0x0000273bu, 0x00000217u, 0x00050080u, 0x00000008u, 0x00002740u, - 0x0000273du, 0x000025f0u, 0x000200f9u, 0x00002741u, 0x000200f8u, 0x00002720u, 0x000500c7u, 0x00000006u, - 0x00002722u, 0x0000270du, 0x0000048du, 0x00050084u, 0x00000006u, 0x00002723u, 0x00000703u, 0x00002722u, - 0x00050082u, 0x00000006u, 0x00002724u, 0x00001252u, 0x00002723u, 0x000500c3u, 0x00000008u, 0x00002726u, - 0x0000271au, 0x00002724u, 0x000500c7u, 0x00000008u, 0x00002728u, 0x00002726u, 0x00000542u, 0x000500c4u, - 0x00000008u, 0x0000272bu, 0x000025a1u, 0x0000021du, 0x000500c5u, 0x00000008u, 0x0000272du, 0x00002728u, - 0x0000272bu, 0x000500c4u, 0x00000008u, 0x0000272fu, 0x0000272du, 0x00000217u, 0x00050080u, 0x00000008u, - 0x00002732u, 0x0000272fu, 0x000025f0u, 0x000200f9u, 0x00002741u, 0x000200f8u, 0x00002741u, 0x000700f5u, - 0x00000008u, 0x000082a4u, 0x00002732u, 0x00002720u, 0x00002740u, 0x00002733u, 0x000500c5u, 0x00000008u, - 0x00002744u, 0x000082a4u, 0x00001275u, 0x000500c6u, 0x00000008u, 0x00002745u, 0x00002744u, 0x00000214u, - 0x00080041u, 0x00000272u, 0x00002746u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00002745u, - 0x0004003du, 0x0000022du, 0x00002747u, 0x00002746u, 0x00040071u, 0x00000006u, 0x00002748u, 0x00002747u, - 0x0004007cu, 0x00000008u, 0x00002749u, 0x00002748u, 0x000200f9u, 0x0000274au, 0x000200f8u, 0x0000274au, - 0x000700f5u, 0x00000008u, 0x000082aeu, 0x0000271au, 0x000027c7u, 0x00002749u, 0x00002741u, 0x000200f9u, - 0x0000274bu, 0x000200f8u, 0x0000266bu, 0x00050084u, 0x00000008u, 0x0000266du, 0x00000217u, 0x000025f0u, - 0x00050041u, 0x0000003eu, 0x0000266eu, 0x000025c5u, 0x00000376u, 0x0004003du, 0x00000008u, 0x0000266fu, - 0x0000266eu, 0x00050080u, 0x00000008u, 0x00002670u, 0x0000266fu, 0x0000266du, 0x0003003eu, 0x0000266eu, - 0x00002670u, 0x0004003du, 0x00000008u, 0x00002674u, 0x0000266eu, 0x00050050u, 0x0000005fu, 0x00002752u, - 0x00002674u, 0x00002674u, 0x00050080u, 0x0000005fu, 0x00002753u, 0x00002752u, 0x00000ddau, 0x000500abu, - 0x0000005du, 0x00002756u, 0x000025a6u, 0x00000205u, 0x000300f7u, 0x00002770u, 0x00000000u, 0x000400fau, - 0x00002756u, 0x00002757u, 0x00002770u, 0x000200f8u, 0x00002757u, 0x000500c4u, 0x00000008u, 0x0000275au, - 0x00000214u, 0x000025a6u, 0x000500c7u, 0x00000008u, 0x0000275du, 0x000025bau, 0x00000217u, 0x000500abu, - 0x0000005du, 0x0000275eu, 0x0000275du, 0x00000205u, 0x000300f7u, 0x0000276au, 0x00000000u, 0x000400fau, - 0x0000275eu, 0x0000275fu, 0x0000276au, 0x000200f8u, 0x0000275fu, 0x00050050u, 0x0000005fu, 0x00002762u, - 0x0000275au, 0x0000275au, 0x000500c7u, 0x0000005fu, 0x00002763u, 0x00002753u, 0x00002762u, 0x00050082u, - 0x0000005fu, 0x00002765u, 0x00002763u, 0x0000afa7u, 0x0007000cu, 0x0000005fu, 0x00002767u, 0x00000001u, - 0x0000002au, 0x00002765u, 0x00000c36u, 0x000500c6u, 0x0000005fu, 0x00002769u, 0x00002753u, 0x00002767u, - 0x000200f9u, 0x0000276au, 0x000200f8u, 0x0000276au, 0x000700f5u, 0x0000005fu, 0x000082a5u, 0x00002753u, - 0x00002757u, 0x00002769u, 0x0000275fu, 0x00050082u, 0x00000008u, 0x0000276cu, 0x0000275au, 0x00000214u, - 0x00050050u, 0x0000005fu, 0x0000276eu, 0x0000276cu, 0x0000276cu, 0x000500c7u, 0x0000005fu, 0x0000276fu, - 0x000082a5u, 0x0000276eu, 0x000200f9u, 0x00002770u, 0x000200f8u, 0x00002770u, 0x000700f5u, 0x0000005fu, - 0x000082a6u, 0x00002753u, 0x0000266bu, 0x0000276fu, 0x0000276au, 0x00050041u, 0x0000003eu, 0x00002677u, - 0x000025c5u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002678u, 0x00002677u, 0x000500abu, 0x0000005du, - 0x00002777u, 0x000025b0u, 0x00000205u, 0x000300f7u, 0x0000278du, 0x00000000u, 0x000400fau, 0x00002777u, - 0x00002778u, 0x0000278du, 0x000200f8u, 0x00002778u, 0x000500c4u, 0x00000008u, 0x0000277bu, 0x00000214u, - 0x000025b0u, 0x000500c7u, 0x00000008u, 0x0000277eu, 0x000025bau, 0x00000260u, 0x000500abu, 0x0000005du, - 0x0000277fu, 0x0000277eu, 0x00000205u, 0x000300f7u, 0x00002788u, 0x00000000u, 0x000400fau, 0x0000277fu, - 0x00002780u, 0x00002788u, 0x000200f8u, 0x00002780u, 0x000500c7u, 0x00000008u, 0x00002783u, 0x00002678u, - 0x0000277bu, 0x00050082u, 0x00000008u, 0x00002784u, 0x00002783u, 0x00000214u, 0x0007000cu, 0x00000008u, - 0x00002785u, 0x00000001u, 0x0000002au, 0x00002784u, 0x00000205u, 0x000500c6u, 0x00000008u, 0x00002787u, - 0x00002678u, 0x00002785u, 0x000200f9u, 0x00002788u, 0x000200f8u, 0x00002788u, 0x000700f5u, 0x00000008u, - 0x000082a7u, 0x00002678u, 0x00002778u, 0x00002787u, 0x00002780u, 0x00050082u, 0x00000008u, 0x0000278au, - 0x0000277bu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x0000278cu, 0x000082a7u, 0x0000278au, 0x000200f9u, - 0x0000278du, 0x000200f8u, 0x0000278du, 0x000700f5u, 0x00000008u, 0x000082a8u, 0x00002678u, 0x00002770u, - 0x0000278cu, 0x00002788u, 0x0004007cu, 0x00000006u, 0x0000267fu, 0x000082a8u, 0x00050084u, 0x00000006u, - 0x00002680u, 0x00002592u, 0x0000267fu, 0x00050080u, 0x00000006u, 0x00002681u, 0x0000258fu, 0x00002680u, - 0x00050084u, 0x00000006u, 0x00002683u, 0x00002681u, 0x000003c6u, 0x00050050u, 0x0000005fu, 0x00002686u, - 0x00002662u, 0x00002662u, 0x000500c4u, 0x0000005fu, 0x00002687u, 0x000082a6u, 0x00002686u, 0x0004007cu, - 0x000000a2u, 0x00002688u, 0x00002687u, 0x00050050u, 0x000000a2u, 0x00002689u, 0x00002683u, 0x00002683u, - 0x00050080u, 0x000000a2u, 0x0000268au, 0x00002689u, 0x00002688u, 0x000500c7u, 0x000000a2u, 0x0000268cu, - 0x0000268au, 0x0000afabu, 0x000500c7u, 0x00000006u, 0x0000268fu, 0x0000267fu, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00002690u, 0x0000268fu, 0x0000035du, 0x00050050u, 0x000000a2u, 0x00002692u, 0x00002690u, - 0x00002690u, 0x000500c6u, 0x000000a2u, 0x00002693u, 0x0000268cu, 0x00002692u, 0x0003003eu, 0x00002644u, - 0x00002693u, 0x000500c2u, 0x000000a2u, 0x00002696u, 0x00002693u, 0x0000afacu, 0x0004007cu, 0x00000006u, - 0x00002698u, 0x00002669u, 0x00050050u, 0x000000a2u, 0x0000269au, 0x00002698u, 0x00002698u, 0x000500c7u, - 0x000000a2u, 0x0000269bu, 0x00002696u, 0x0000269au, 0x0003003eu, 0x00002645u, 0x0000269bu, 0x00050041u, - 0x00000007u, 0x0000269du, 0x00002645u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000269eu, 0x0000269du, - 0x000500c6u, 0x00000006u, 0x0000269fu, 0x0000269eu, 0x00000487u, 0x00080041u, 0x00000272u, 0x000026a0u, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000269fu, 0x0004003du, 0x0000022du, 0x000026a1u, - 0x000026a0u, 0x00040071u, 0x00000006u, 0x000026a2u, 0x000026a1u, 0x0004007cu, 0x00000008u, 0x000026a3u, - 0x000026a2u, 0x00050041u, 0x00000007u, 0x000026a5u, 0x00002645u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000026a6u, 0x000026a5u, 0x000500c6u, 0x00000006u, 0x000026a7u, 0x000026a6u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x000026a8u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000026a7u, 0x0004003du, - 0x0000022du, 0x000026a9u, 0x000026a8u, 0x00040071u, 0x00000006u, 0x000026aau, 0x000026a9u, 0x0004007cu, - 0x00000008u, 0x000026abu, 0x000026aau, 0x000500aau, 0x0000005du, 0x000026aeu, 0x0000259cu, 0x00000214u, - 0x000300f7u, 0x000026e5u, 0x00000000u, 0x000400fau, 0x000026aeu, 0x000026afu, 0x000026c4u, 0x000200f8u, - 0x000026c4u, 0x000500aau, 0x0000005du, 0x000026c7u, 0x0000259cu, 0x00000205u, 0x000300f7u, 0x000026e4u, - 0x00000000u, 0x000400fau, 0x000026c7u, 0x000026c8u, 0x000026dfu, 0x000200f8u, 0x000026dfu, 0x000500c3u, - 0x00000008u, 0x000026e1u, 0x000026a3u, 0x00000260u, 0x000500c3u, 0x00000008u, 0x000026e3u, 0x000026abu, - 0x00000260u, 0x000200f9u, 0x000026e4u, 0x000200f8u, 0x000026c8u, 0x00050041u, 0x00000007u, 0x000026c9u, - 0x00002644u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000026cau, 0x000026c9u, 0x000500c7u, 0x00000006u, - 0x000026cbu, 0x000026cau, 0x0000048du, 0x0004007cu, 0x00000008u, 0x000026ccu, 0x000026cbu, 0x00050084u, - 0x00000008u, 0x000026cdu, 0x0000021du, 0x000026ccu, 0x00050082u, 0x00000008u, 0x000026ceu, 0x00000278u, - 0x000026cdu, 0x000500c3u, 0x00000008u, 0x000026d0u, 0x000026a3u, 0x000026ceu, 0x00050041u, 0x00000007u, - 0x000026d1u, 0x00002644u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000026d2u, 0x000026d1u, 0x000500c7u, - 0x00000006u, 0x000026d3u, 0x000026d2u, 0x0000048du, 0x0004007cu, 0x00000008u, 0x000026d4u, 0x000026d3u, - 0x00050084u, 0x00000008u, 0x000026d5u, 0x0000021du, 0x000026d4u, 0x00050082u, 0x00000008u, 0x000026d6u, - 0x00000278u, 0x000026d5u, 0x000500c3u, 0x00000008u, 0x000026d8u, 0x000026abu, 0x000026d6u, 0x000500c7u, - 0x00000008u, 0x000026dau, 0x000026d0u, 0x00000542u, 0x00050084u, 0x00000008u, 0x000026dbu, 0x000026dau, - 0x00000424u, 0x000500c7u, 0x00000008u, 0x000026ddu, 0x000026d8u, 0x00000542u, 0x00050084u, 0x00000008u, - 0x000026deu, 0x000026ddu, 0x00000424u, 0x000200f9u, 0x000026e4u, 0x000200f8u, 0x000026e4u, 0x000700f5u, - 0x00000008u, 0x000082acu, 0x000026deu, 0x000026c8u, 0x000026e3u, 0x000026dfu, 0x000700f5u, 0x00000008u, - 0x000082aau, 0x000026dbu, 0x000026c8u, 0x000026e1u, 0x000026dfu, 0x000200f9u, 0x000026e5u, 0x000200f8u, - 0x000026afu, 0x00050041u, 0x00000007u, 0x000026b0u, 0x00002644u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x000026b1u, 0x000026b0u, 0x000500c7u, 0x00000006u, 0x000026b2u, 0x000026b1u, 0x000003c6u, 0x0004007cu, - 0x00000008u, 0x000026b3u, 0x000026b2u, 0x00050084u, 0x00000008u, 0x000026b4u, 0x0000021du, 0x000026b3u, - 0x00050082u, 0x00000008u, 0x000026b5u, 0x00000260u, 0x000026b4u, 0x000500c3u, 0x00000008u, 0x000026b7u, - 0x000026a3u, 0x000026b5u, 0x00050041u, 0x00000007u, 0x000026b8u, 0x00002644u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000026b9u, 0x000026b8u, 0x000500c7u, 0x00000006u, 0x000026bau, 0x000026b9u, 0x000003c6u, - 0x0004007cu, 0x00000008u, 0x000026bbu, 0x000026bau, 0x00050084u, 0x00000008u, 0x000026bcu, 0x0000021du, - 0x000026bbu, 0x00050082u, 0x00000008u, 0x000026bdu, 0x00000260u, 0x000026bcu, 0x000500c3u, 0x00000008u, - 0x000026bfu, 0x000026abu, 0x000026bdu, 0x000500c7u, 0x00000008u, 0x000026c1u, 0x000026b7u, 0x0000038du, - 0x000500c7u, 0x00000008u, 0x000026c3u, 0x000026bfu, 0x0000038du, 0x000200f9u, 0x000026e5u, 0x000200f8u, - 0x000026e5u, 0x000700f5u, 0x00000008u, 0x000082abu, 0x000026c3u, 0x000026afu, 0x000082acu, 0x000026e4u, - 0x000700f5u, 0x00000008u, 0x000082a9u, 0x000026c1u, 0x000026afu, 0x000082aau, 0x000026e4u, 0x000500c4u, - 0x00000008u, 0x000026e7u, 0x000082a9u, 0x00000260u, 0x000500c5u, 0x00000008u, 0x000026e9u, 0x000026e7u, - 0x000082abu, 0x000200f9u, 0x0000274bu, 0x000200f8u, 0x0000274bu, 0x000700f5u, 0x00000008u, 0x000082adu, - 0x000026e9u, 0x000026e5u, 0x000082aeu, 0x0000274au, 0x000500c7u, 0x00000008u, 0x000025f8u, 0x000024d2u, - 0x00000214u, 0x00050084u, 0x00000008u, 0x000025f9u, 0x00000260u, 0x000025f8u, 0x00050082u, 0x00000008u, - 0x000025fau, 0x00000260u, 0x000025f9u, 0x000500c3u, 0x00000008u, 0x000025fcu, 0x000082adu, 0x000025fau, - 0x000500c7u, 0x00000008u, 0x000025feu, 0x000025fcu, 0x0000038du, 0x000200f9u, 0x00002607u, 0x000200f8u, - 0x00002607u, 0x000700f5u, 0x00000008u, 0x000082b0u, 0x000025feu, 0x0000274bu, 0x0000829eu, 0x000028dcu, - 0x000200f9u, 0x00002608u, 0x000200f8u, 0x000025e9u, 0x000200f9u, 0x00002608u, 0x000200f8u, 0x00002608u, - 0x000700f5u, 0x00000008u, 0x000082afu, 0x00000205u, 0x000025e9u, 0x000082b0u, 0x00002607u, 0x000300f7u, - 0x0000229eu, 0x00000000u, 0x000400fau, 0x0000223fu, 0x0000229au, 0x0000229eu, 0x000200f8u, 0x0000229au, - 0x000500aau, 0x0000005du, 0x0000229du, 0x000025e7u, 0x00000217u, 0x000200f9u, 0x0000229eu, 0x000200f8u, - 0x0000229eu, 0x000700f5u, 0x0000005du, 0x0000229fu, 0x0000223fu, 0x00002608u, 0x0000229du, 0x0000229au, - 0x000300f7u, 0x000022a4u, 0x00000000u, 0x000400fau, 0x0000229fu, 0x000022a0u, 0x000022a4u, 0x000200f8u, - 0x000022a0u, 0x000500c7u, 0x00000008u, 0x000022a2u, 0x000082afu, 0x00000214u, 0x000500aau, 0x0000005du, - 0x000022a3u, 0x000022a2u, 0x00000205u, 0x000200f9u, 0x000022a4u, 0x000200f8u, 0x000022a4u, 0x000700f5u, - 0x0000005du, 0x000022a5u, 0x0000229fu, 0x0000229eu, 0x000022a3u, 0x000022a0u, 0x000300f7u, 0x000022a7u, - 0x00000000u, 0x000400fau, 0x000022a5u, 0x000022a6u, 0x000022a7u, 0x000200f8u, 0x000022a6u, 0x000200f9u, - 0x00002427u, 0x000200f8u, 0x000022a7u, 0x000200f9u, 0x00002427u, 0x000200f8u, 0x000022b8u, 0x000500c4u, - 0x00000008u, 0x00002966u, 0x0000716fu, 0x0000021au, 0x00070050u, 0x00000009u, 0x00002967u, 0x00002966u, - 0x00002966u, 0x00002966u, 0x00002966u, 0x00050080u, 0x00000009u, 0x00002968u, 0x000005f6u, 0x00002967u, - 0x0009004fu, 0x00000009u, 0x0000296bu, 0x00002444u, 0x00002444u, 0x00000000u, 0x00000000u, 0x00000001u, - 0x00000001u, 0x000500b1u, 0x000005fbu, 0x0000296cu, 0x00002968u, 0x0000296bu, 0x0009004fu, 0x00000009u, - 0x0000296fu, 0x00002444u, 0x00002444u, 0x00000002u, 0x00000002u, 0x00000003u, 0x00000003u, 0x000500b1u, - 0x000005fbu, 0x00002970u, 0x00002968u, 0x0000296fu, 0x0009004fu, 0x00000009u, 0x00002973u, 0x00002449u, - 0x00002449u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000001u, 0x000500afu, 0x000005fbu, 0x00002974u, - 0x00002968u, 0x00002973u, 0x0009004fu, 0x00000009u, 0x00002977u, 0x00002449u, 0x00002449u, 0x00000002u, - 0x00000002u, 0x00000003u, 0x00000003u, 0x000500afu, 0x000005fbu, 0x00002978u, 0x00002968u, 0x00002977u, - 0x000600a9u, 0x00000009u, 0x0000297au, 0x0000296cu, 0x00000614u, 0x00000613u, 0x000600a9u, 0x00000009u, - 0x0000297cu, 0x00002974u, 0x00000614u, 0x00000613u, 0x000500c5u, 0x00000009u, 0x0000297du, 0x0000297au, - 0x0000297cu, 0x000600a9u, 0x00000009u, 0x0000297fu, 0x00002970u, 0x00000614u, 0x00000613u, 0x000600a9u, - 0x00000009u, 0x00002981u, 0x00002978u, 0x00000614u, 0x00000613u, 0x000500c5u, 0x00000009u, 0x00002982u, - 0x0000297fu, 0x00002981u, 0x00050084u, 0x00000009u, 0x00002984u, 0x0000297du, 0x00000621u, 0x00050084u, - 0x00000009u, 0x00002986u, 0x00002982u, 0x00000626u, 0x00050080u, 0x00000009u, 0x00002987u, 0x00002984u, - 0x00002986u, 0x0003003eu, 0x00002961u, 0x00002987u, 0x00050041u, 0x0000003eu, 0x00002988u, 0x00002961u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002989u, 0x00002988u, 0x00050041u, 0x0000003eu, 0x0000298au, - 0x00002961u, 0x00000487u, 0x0004003du, 0x00000008u, 0x0000298bu, 0x0000298au, 0x000500c5u, 0x00000008u, - 0x0000298cu, 0x00002989u, 0x0000298bu, 0x00050041u, 0x0000003eu, 0x0000298du, 0x00002961u, 0x000003c6u, - 0x0004003du, 0x00000008u, 0x0000298eu, 0x0000298du, 0x00050041u, 0x0000003eu, 0x0000298fu, 0x00002961u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00002990u, 0x0000298fu, 0x000500c5u, 0x00000008u, 0x00002991u, - 0x0000298eu, 0x00002990u, 0x000500c5u, 0x00000008u, 0x00002992u, 0x0000298cu, 0x00002991u, 0x000400c8u, - 0x00000008u, 0x00002994u, 0x00002992u, 0x000500c7u, 0x00000008u, 0x00002995u, 0x00002994u, 0x0000038du, - 0x000500aau, 0x0000005du, 0x000022c0u, 0x00002995u, 0x00000205u, 0x000300f7u, 0x000022c2u, 0x00000000u, - 0x000400fau, 0x000022c0u, 0x000022c1u, 0x000022c2u, 0x000200f8u, 0x000022c1u, 0x000200f9u, 0x00002427u, - 0x000200f8u, 0x000022c2u, 0x000400cdu, 0x00000008u, 0x000022c4u, 0x00002995u, 0x000400a8u, 0x0000005du, - 0x000022c6u, 0x00002230u, 0x000300f7u, 0x000022cbu, 0x00000000u, 0x000400fau, 0x000022c6u, 0x000022c7u, - 0x000022cbu, 0x000200f8u, 0x000022c7u, 0x000500c7u, 0x00000008u, 0x000022c9u, 0x00002995u, 0x00000214u, - 0x000500aau, 0x0000005du, 0x000022cau, 0x000022c9u, 0x00000205u, 0x000200f9u, 0x000022cbu, 0x000200f8u, - 0x000022cbu, 0x000700f5u, 0x0000005du, 0x000022ccu, 0x000022c6u, 0x000022c2u, 0x000022cau, 0x000022c7u, - 0x000300f7u, 0x000022ceu, 0x00000000u, 0x000400fau, 0x000022ccu, 0x000022cdu, 0x000022ceu, 0x000200f8u, - 0x000022cdu, 0x000200f9u, 0x00002427u, 0x000200f8u, 0x000022ceu, 0x00070041u, 0x00000236u, 0x00002999u, - 0x00000234u, 0x00000205u, 0x00001fdeu, 0x00000205u, 0x0004003du, 0x0000022cu, 0x0000299au, 0x00002999u, - 0x00040071u, 0x00000239u, 0x0000299bu, 0x0000299au, 0x0004007cu, 0x00000009u, 0x0000299cu, 0x0000299bu, - 0x00070041u, 0x00000236u, 0x0000299eu, 0x00000234u, 0x00000205u, 0x00001fdeu, 0x00000214u, 0x0004003du, - 0x0000022cu, 0x0000299fu, 0x0000299eu, 0x00040071u, 0x00000239u, 0x000029a0u, 0x0000299fu, 0x0004007cu, - 0x00000009u, 0x000029a1u, 0x000029a0u, 0x00070041u, 0x00000236u, 0x000029a3u, 0x00000234u, 0x00000205u, - 0x00001fdeu, 0x00000217u, 0x0004003du, 0x0000022cu, 0x000029a4u, 0x000029a3u, 0x00040071u, 0x00000239u, - 0x000029a5u, 0x000029a4u, 0x0004007cu, 0x00000009u, 0x000029a6u, 0x000029a5u, 0x00070041u, 0x00000236u, - 0x000029a8u, 0x00000234u, 0x00000205u, 0x00001fdeu, 0x0000021au, 0x0004003du, 0x0000022cu, 0x000029a9u, - 0x000029a8u, 0x00040071u, 0x00000239u, 0x000029aau, 0x000029a9u, 0x0004007cu, 0x00000009u, 0x000029abu, - 0x000029aau, 0x00070041u, 0x00000236u, 0x000029adu, 0x00000234u, 0x00000205u, 0x00001fdeu, 0x0000021du, - 0x0004003du, 0x0000022cu, 0x000029aeu, 0x000029adu, 0x00040071u, 0x00000239u, 0x000029afu, 0x000029aeu, - 0x0004007cu, 0x00000009u, 0x000029b0u, 0x000029afu, 0x00070041u, 0x00000236u, 0x000029b2u, 0x00000234u, - 0x00000205u, 0x00001fdeu, 0x00000220u, 0x0004003du, 0x0000022cu, 0x000029b3u, 0x000029b2u, 0x00040071u, - 0x00000239u, 0x000029b4u, 0x000029b3u, 0x0004007cu, 0x00000009u, 0x000029b5u, 0x000029b4u, 0x00070041u, - 0x00000236u, 0x000029b7u, 0x00000234u, 0x00000205u, 0x00001fdeu, 0x00000223u, 0x0004003du, 0x0000022cu, - 0x000029b8u, 0x000029b7u, 0x00040071u, 0x00000239u, 0x000029b9u, 0x000029b8u, 0x0004007cu, 0x00000009u, - 0x000029bau, 0x000029b9u, 0x00070041u, 0x00000236u, 0x000029bcu, 0x00000234u, 0x00000205u, 0x00001fdeu, - 0x00000226u, 0x0004003du, 0x0000022cu, 0x000029bdu, 0x000029bcu, 0x00040071u, 0x00000239u, 0x000029beu, - 0x000029bdu, 0x0004007cu, 0x00000009u, 0x000029bfu, 0x000029beu, 0x00070041u, 0x00000236u, 0x000029c6u, - 0x00000234u, 0x00000205u, 0x00001fdeu, 0x00000266u, 0x0004003du, 0x0000022cu, 0x000029c7u, 0x000029c6u, - 0x00040071u, 0x00000239u, 0x000029c8u, 0x000029c7u, 0x0004007cu, 0x00000009u, 0x000029c9u, 0x000029c8u, - 0x00070041u, 0x00000279u, 0x000029d8u, 0x00000234u, 0x00000205u, 0x00001fdeu, 0x0000027fu, 0x0004003du, - 0x0000022bu, 0x000029d9u, 0x000029d8u, 0x00040071u, 0x00000006u, 0x000029dau, 0x000029d9u, 0x0004007cu, - 0x00000008u, 0x000029dbu, 0x000029dau, 0x00070041u, 0x00000286u, 0x000029ddu, 0x00000234u, 0x00000205u, - 0x00001fdeu, 0x00000285u, 0x0004003du, 0x0000022fu, 0x000029deu, 0x000029ddu, 0x00040072u, 0x00000009u, - 0x000029dfu, 0x000029deu, 0x0003003eu, 0x000070c1u, 0x000029c9u, 0x00050082u, 0x00000008u, 0x000022d4u, - 0x0000716fu, 0x0000244cu, 0x000600a9u, 0x00000008u, 0x000022d6u, 0x0000226bu, 0x00000214u, 0x00000cdcu, - 0x000500c7u, 0x00000009u, 0x000029eau, 0x00002465u, 0x0000afa4u, 0x00070050u, 0x00000009u, 0x000029ebu, - 0x0000078fu, 0x0000078fu, 0x0000078fu, 0x0000078fu, 0x000500c3u, 0x00000009u, 0x000029ecu, 0x000029eau, - 0x000029ebu, 0x00070050u, 0x00000009u, 0x000029eeu, 0x000022d4u, 0x000022d4u, 0x000022d4u, 0x000022d4u, - 0x00050084u, 0x00000009u, 0x000029efu, 0x000029ecu, 0x000029eeu, 0x00050080u, 0x00000009u, 0x000029f1u, - 0x0000243cu, 0x000029efu, 0x000500c3u, 0x00000009u, 0x000029f4u, 0x000029f1u, 0x0000afa5u, 0x0006000cu, - 0x00000008u, 0x000029fbu, 0x00000001u, 0x00000049u, 0x00002995u, 0x000500c3u, 0x00000008u, 0x000029fdu, - 0x000029fbu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x000029ffu, 0x000029fbu, 0x00000214u, 0x000500c4u, - 0x00000008u, 0x00002a00u, 0x000029ffu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00002a02u, 0x000029fdu, - 0x00000214u, 0x00050080u, 0x00000008u, 0x00002a03u, 0x00002a00u, 0x00002a02u, 0x00070050u, 0x00000009u, - 0x00002a05u, 0x00000c92u, 0x00000c92u, 0x00000c92u, 0x00000c92u, 0x000500c4u, 0x00000009u, 0x00002a06u, - 0x000029f4u, 0x00002a05u, 0x000500c3u, 0x00000009u, 0x00002a0au, 0x00002465u, 0x0000afa5u, 0x00070050u, - 0x00000009u, 0x00002a10u, 0x00002a03u, 0x00002a03u, 0x00002a03u, 0x00002a03u, 0x00050084u, 0x00000009u, - 0x00002a11u, 0x00002a10u, 0x00002a0au, 0x000500c3u, 0x00000009u, 0x00002a15u, 0x00002469u, 0x0000afa5u, - 0x00070050u, 0x00000009u, 0x00002a1bu, 0x000029fdu, 0x000029fdu, 0x000029fdu, 0x000029fdu, 0x00050084u, - 0x00000009u, 0x00002a1cu, 0x00002a1bu, 0x00002a15u, 0x00050080u, 0x00000009u, 0x00002a1du, 0x00002a11u, - 0x00002a1cu, 0x00050080u, 0x00000009u, 0x00002a1fu, 0x00002a06u, 0x00002a1du, 0x00070050u, 0x00000009u, - 0x00002a21u, 0x00000cafu, 0x00000cafu, 0x00000cafu, 0x00000cafu, 0x000500c3u, 0x00000009u, 0x00002a22u, - 0x00002a1fu, 0x00002a21u, 0x00050082u, 0x00000009u, 0x00002a33u, 0x00002a22u, 0x0000afa6u, 0x000600cau, - 0x00000009u, 0x00002a35u, 0x00002a33u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, 0x00002a38u, - 0x00002a35u, 0x0000afa6u, 0x0008000cu, 0x00000009u, 0x00002a3au, 0x00000001u, 0x0000002du, 0x00002a38u, - 0x00000613u, 0x00000af4u, 0x0003003eu, 0x00002146u, 0x00002a3au, 0x000500a7u, 0x0000005du, 0x000022e2u, - 0x00001da9u, 0x00002251u, 0x000300f7u, 0x000022ebu, 0x00000000u, 0x000400fau, 0x000022e2u, 0x000022e3u, - 0x000022ebu, 0x000200f8u, 0x000022e3u, 0x000500c7u, 0x00000006u, 0x000022e5u, 0x000021dbu, 0x00000a41u, - 0x000500abu, 0x0000005du, 0x000022e6u, 0x000022e5u, 0x00000376u, 0x000300f7u, 0x000022eau, 0x00000000u, - 0x000400fau, 0x000022e6u, 0x000022e7u, 0x000022eau, 0x000200f8u, 0x000022e7u, 0x00050084u, 0x00000008u, - 0x000022e9u, 0x000022d6u, 0x00000886u, 0x000200f9u, 0x000022eau, 0x000200f8u, 0x000022eau, 0x000700f5u, - 0x00000008u, 0x00007174u, 0x000022d6u, 0x000022e3u, 0x000022e9u, 0x000022e7u, 0x000200f9u, 0x000022ebu, - 0x000200f8u, 0x000022ebu, 0x000700f5u, 0x00000008u, 0x00007173u, 0x000022d6u, 0x000022ceu, 0x00007174u, - 0x000022eau, 0x0003003eu, 0x00002152u, 0x0000243fu, 0x0003003eu, 0x00002153u, 0x0000246du, 0x0003003eu, - 0x00002154u, 0x00002471u, 0x0008004fu, 0x0000003cu, 0x00002a53u, 0x0000243fu, 0x0000243fu, 0x00000000u, - 0x00000001u, 0x00000003u, 0x0008004fu, 0x0000003cu, 0x00002a55u, 0x0000246du, 0x0000246du, 0x00000000u, - 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000003cu, 0x00002a57u, 0x00002a55u, 0x0000afa2u, 0x00060050u, - 0x0000003cu, 0x00002a58u, 0x0000078fu, 0x0000078fu, 0x0000078fu, 0x000500c3u, 0x0000003cu, 0x00002a59u, - 0x00002a57u, 0x00002a58u, 0x00060050u, 0x0000003cu, 0x00002a5bu, 0x000022d4u, 0x000022d4u, 0x000022d4u, - 0x00050084u, 0x0000003cu, 0x00002a5cu, 0x00002a59u, 0x00002a5bu, 0x00050080u, 0x0000003cu, 0x00002a5du, - 0x00002a53u, 0x00002a5cu, 0x000300f7u, 0x00002a82u, 0x00000000u, 0x000400fau, 0x00002251u, 0x00002a5fu, - 0x00002a82u, 0x000200f8u, 0x00002a5fu, 0x00060050u, 0x0000003cu, 0x00002a68u, 0x00007173u, 0x00007173u, - 0x00007173u, 0x00050084u, 0x0000003cu, 0x00002a69u, 0x00002a68u, 0x00002a59u, 0x00050080u, 0x0000003cu, - 0x00002a6au, 0x00002a5du, 0x00002a69u, 0x000300f7u, 0x00002a81u, 0x00000000u, 0x000400fau, 0x00000d3bu, - 0x00002a6bu, 0x00002a78u, 0x000200f8u, 0x00002a78u, 0x0008004fu, 0x0000003cu, 0x00002a7bu, 0x00002471u, - 0x00002471u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000003cu, 0x00002a7du, 0x00002a7bu, - 0x0000afa8u, 0x000500c3u, 0x0000003cu, 0x00002a7fu, 0x00002a7du, 0x00002a58u, 0x00050080u, 0x0000003cu, - 0x00002a80u, 0x00002a5du, 0x00002a7fu, 0x000200f9u, 0x00002a81u, 0x000200f8u, 0x00002a6bu, 0x0006000cu, - 0x00000008u, 0x00002a6eu, 0x00000001u, 0x00000005u, 0x00007173u, 0x0008004fu, 0x0000003cu, 0x00002a70u, - 0x00002471u, 0x00002471u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000003cu, 0x00002a72u, - 0x00002a70u, 0x0000afa8u, 0x000500c3u, 0x0000003cu, 0x00002a74u, 0x00002a72u, 0x00002a58u, 0x00060050u, - 0x0000003cu, 0x00002a75u, 0x00002a6eu, 0x00002a6eu, 0x00002a6eu, 0x00050084u, 0x0000003cu, 0x00002a76u, - 0x00002a75u, 0x00002a74u, 0x00050080u, 0x0000003cu, 0x00002a77u, 0x00002a5du, 0x00002a76u, 0x000200f9u, - 0x00002a81u, 0x000200f8u, 0x00002a81u, 0x000700f5u, 0x0000003cu, 0x00007193u, 0x00002a77u, 0x00002a6bu, - 0x00002a80u, 0x00002a78u, 0x000200f9u, 0x00002a82u, 0x000200f8u, 0x00002a82u, 0x000700f5u, 0x0000003cu, - 0x00007186u, 0x0000718cu, 0x000022ebu, 0x00007193u, 0x00002a81u, 0x000700f5u, 0x0000003cu, 0x00007177u, - 0x0000717du, 0x000022ebu, 0x00002a6au, 0x00002a81u, 0x000300f7u, 0x00002aaau, 0x00000000u, 0x000400fau, - 0x00002224u, 0x00002a84u, 0x00002a9au, 0x000200f8u, 0x00002a9au, 0x000500c3u, 0x0000003cu, 0x00002a9du, - 0x00002a5du, 0x0000afa3u, 0x0007004fu, 0x0000005fu, 0x00002c74u, 0x00002a9du, 0x00002a9du, 0x00000000u, - 0x00000001u, 0x000300f7u, 0x00002aa9u, 0x00000000u, 0x000400fau, 0x00002251u, 0x00002aa0u, 0x00002aa9u, - 0x000200f8u, 0x00002aa0u, 0x000500c3u, 0x0000003cu, 0x00002aa3u, 0x00007177u, 0x0000afa3u, 0x0007004fu, - 0x0000005fu, 0x00002c78u, 0x00002aa3u, 0x00002aa3u, 0x00000000u, 0x00000001u, 0x000500c3u, 0x0000003cu, - 0x00002aa7u, 0x00007186u, 0x0000afa3u, 0x0007004fu, 0x0000005fu, 0x00002c7cu, 0x00002aa7u, 0x00002aa7u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002aa9u, 0x000200f8u, 0x00002aa9u, 0x000700f5u, 0x0000005fu, - 0x00007218u, 0x0000720au, 0x00002a9au, 0x00002c7cu, 0x00002aa0u, 0x000700f5u, 0x0000005fu, 0x000071feu, - 0x000071e6u, 0x00002a9au, 0x00002c78u, 0x00002aa0u, 0x000200f9u, 0x00002aaau, 0x000200f8u, 0x00002a84u, - 0x000500c3u, 0x0000003cu, 0x00002a87u, 0x00002a5du, 0x0000afa3u, 0x0003003eu, 0x00002a43u, 0x00002a87u, - 0x00050041u, 0x0000003eu, 0x00002ae4u, 0x00002a43u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00002ae5u, - 0x00002ae4u, 0x000500b3u, 0x0000005du, 0x00002ae7u, 0x00002ae5u, 0x00000205u, 0x000500c7u, 0x00000008u, - 0x00002ae9u, 0x00002ae5u, 0x00000c0au, 0x0006000cu, 0x00000008u, 0x00002b46u, 0x00000001u, 0x0000004au, - 0x00002ae9u, 0x00050082u, 0x00000008u, 0x00002b47u, 0x00000285u, 0x00002b46u, 0x0007000cu, 0x00000008u, - 0x00002b48u, 0x00000001u, 0x00000027u, 0x00002b47u, 0x00000285u, 0x000500c4u, 0x00000008u, 0x00002b4bu, - 0x00002ae9u, 0x00002b48u, 0x000500c7u, 0x00000008u, 0x00002b4cu, 0x00002b4bu, 0x00000b24u, 0x000500c7u, - 0x00000008u, 0x00002b4eu, 0x00002b4cu, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00002b50u, 0x00002b4cu, - 0x00000260u, 0x0003003eu, 0x00002b41u, 0x00000be8u, 0x00050041u, 0x00000060u, 0x00002b51u, 0x00002b41u, - 0x00002b50u, 0x0004003du, 0x0000005fu, 0x00002b52u, 0x00002b51u, 0x0003003eu, 0x00002b40u, 0x00002b52u, - 0x00050041u, 0x0000003eu, 0x00002b56u, 0x00002b40u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002b57u, - 0x00002b56u, 0x00050084u, 0x00000008u, 0x00002b59u, 0x00002b57u, 0x00002b4eu, 0x000500c3u, 0x00000008u, - 0x00002b5au, 0x00002b59u, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00002b5bu, 0x00002b40u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00002b5cu, 0x00002b5bu, 0x00050080u, 0x00000008u, 0x00002b5du, 0x00002b5au, - 0x00002b5cu, 0x00050050u, 0x0000005fu, 0x00002b60u, 0x00002b5du, 0x00002b48u, 0x0003003eu, 0x00002adbu, - 0x00002b60u, 0x00050041u, 0x0000003eu, 0x00002aecu, 0x00002adbu, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002aedu, 0x00002aecu, 0x0007004fu, 0x0000005fu, 0x00002aefu, 0x00002a87u, 0x00002a87u, 0x00000000u, - 0x00000001u, 0x00050041u, 0x0000003eu, 0x00002af0u, 0x00002adbu, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00002af1u, 0x00002af0u, 0x00050050u, 0x0000005fu, 0x00002af2u, 0x00002af1u, 0x00002af1u, 0x00050084u, - 0x0000005fu, 0x00002af3u, 0x00002aefu, 0x00002af2u, 0x0003003eu, 0x00002adeu, 0x00002af3u, 0x000500c3u, - 0x00000008u, 0x00002af5u, 0x00000c1du, 0x00002aedu, 0x0004007eu, 0x00000008u, 0x00002af6u, 0x00002af5u, - 0x000500c7u, 0x00000008u, 0x00002af7u, 0x00000c1cu, 0x00002af6u, 0x00050050u, 0x0000005fu, 0x00002afau, - 0x00002af7u, 0x00002af7u, 0x000500c7u, 0x0000005fu, 0x00002afbu, 0x00002af3u, 0x00002afau, 0x0003003eu, - 0x00002ae0u, 0x00002afbu, 0x000500abu, 0x0000005du, 0x00002afdu, 0x00002aedu, 0x00000285u, 0x000300f7u, - 0x00002b08u, 0x00000000u, 0x000400fau, 0x00002afdu, 0x00002afeu, 0x00002b04u, 0x000200f8u, 0x00002b04u, - 0x0004003du, 0x0000005fu, 0x00002b05u, 0x00002adeu, 0x000500c4u, 0x0000005fu, 0x00002b07u, 0x00002b05u, - 0x0000afa7u, 0x0003003eu, 0x00002ae1u, 0x00002b07u, 0x000200f9u, 0x00002b08u, 0x000200f8u, 0x00002afeu, - 0x0004003du, 0x0000005fu, 0x00002affu, 0x00002adeu, 0x00050082u, 0x00000008u, 0x00002b01u, 0x0000027fu, - 0x00002aedu, 0x00050050u, 0x0000005fu, 0x00002b02u, 0x00002b01u, 0x00002b01u, 0x000500c3u, 0x0000005fu, - 0x00002b03u, 0x00002affu, 0x00002b02u, 0x0003003eu, 0x00002adeu, 0x00002b03u, 0x0003003eu, 0x00002ae1u, - 0x00002b03u, 0x000200f9u, 0x00002b08u, 0x000200f8u, 0x00002b08u, 0x000500abu, 0x0000087fu, 0x00002b0au, - 0x00002afbu, 0x00000c36u, 0x0004009au, 0x0000005du, 0x00002b0bu, 0x00002b0au, 0x000300f7u, 0x00002b37u, - 0x00000000u, 0x000400fau, 0x00002b0bu, 0x00002b0cu, 0x00002b37u, 0x000200f8u, 0x00002b0cu, 0x00050041u, - 0x0000003eu, 0x00002b0du, 0x00002ae0u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002b0eu, 0x00002b0du, - 0x000500abu, 0x0000005du, 0x00002b10u, 0x00002b0eu, 0x00002af7u, 0x000300f7u, 0x00002b15u, 0x00000000u, - 0x000400fau, 0x00002b10u, 0x00002b11u, 0x00002b15u, 0x000200f8u, 0x00002b11u, 0x0004003du, 0x00000008u, - 0x00002b13u, 0x00002b0du, 0x000500abu, 0x0000005du, 0x00002b14u, 0x00002b13u, 0x00000205u, 0x000200f9u, - 0x00002b15u, 0x000200f8u, 0x00002b15u, 0x000700f5u, 0x0000005du, 0x00002b16u, 0x00002b10u, 0x00002b0cu, - 0x00002b14u, 0x00002b11u, 0x000300f7u, 0x00002b21u, 0x00000000u, 0x000400fau, 0x00002b16u, 0x00002b17u, - 0x00002b21u, 0x000200f8u, 0x00002b17u, 0x00050041u, 0x0000003eu, 0x00002b18u, 0x00002adeu, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00002b19u, 0x00002b18u, 0x000500c7u, 0x00000008u, 0x00002b1au, 0x00002b19u, - 0x00000c1du, 0x000500aau, 0x0000005du, 0x00002b1bu, 0x00002b1au, 0x00000205u, 0x000300f7u, 0x00002b20u, - 0x00000000u, 0x000400fau, 0x00002b1bu, 0x00002b1cu, 0x00002b1eu, 0x000200f8u, 0x00002b1eu, 0x00050041u, - 0x0000003eu, 0x00002b1fu, 0x00002ae1u, 0x00000376u, 0x0003003eu, 0x00002b1fu, 0x00000c4fu, 0x000200f9u, - 0x00002b20u, 0x000200f8u, 0x00002b1cu, 0x00050041u, 0x0000003eu, 0x00002b1du, 0x00002ae1u, 0x00000376u, - 0x0003003eu, 0x00002b1du, 0x00000c0au, 0x000200f9u, 0x00002b20u, 0x000200f8u, 0x00002b20u, 0x000200f9u, - 0x00002b21u, 0x000200f8u, 0x00002b21u, 0x000600a9u, 0x0000005du, 0x0000b156u, 0x00002b16u, 0x00000560u, - 0x00000545u, 0x00050041u, 0x0000003eu, 0x00002b22u, 0x00002ae0u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002b23u, 0x00002b22u, 0x000500abu, 0x0000005du, 0x00002b25u, 0x00002b23u, 0x00002af7u, 0x000300f7u, - 0x00002b2au, 0x00000000u, 0x000400fau, 0x00002b25u, 0x00002b26u, 0x00002b2au, 0x000200f8u, 0x00002b26u, - 0x0004003du, 0x00000008u, 0x00002b28u, 0x00002b22u, 0x000500abu, 0x0000005du, 0x00002b29u, 0x00002b28u, - 0x00000205u, 0x000200f9u, 0x00002b2au, 0x000200f8u, 0x00002b2au, 0x000700f5u, 0x0000005du, 0x00002b2bu, - 0x00002b25u, 0x00002b21u, 0x00002b29u, 0x00002b26u, 0x000300f7u, 0x00002b36u, 0x00000000u, 0x000400fau, - 0x00002b2bu, 0x00002b2cu, 0x00002b36u, 0x000200f8u, 0x00002b2cu, 0x00050041u, 0x0000003eu, 0x00002b2du, - 0x00002adeu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002b2eu, 0x00002b2du, 0x000500c7u, 0x00000008u, - 0x00002b2fu, 0x00002b2eu, 0x00000c1du, 0x000500aau, 0x0000005du, 0x00002b30u, 0x00002b2fu, 0x00000205u, - 0x000300f7u, 0x00002b35u, 0x00000000u, 0x000400fau, 0x00002b30u, 0x00002b31u, 0x00002b33u, 0x000200f8u, - 0x00002b33u, 0x00050041u, 0x0000003eu, 0x00002b34u, 0x00002ae1u, 0x00000487u, 0x0003003eu, 0x00002b34u, - 0x00000c4fu, 0x000200f9u, 0x00002b35u, 0x000200f8u, 0x00002b31u, 0x00050041u, 0x0000003eu, 0x00002b32u, - 0x00002ae1u, 0x00000487u, 0x0003003eu, 0x00002b32u, 0x00000c0au, 0x000200f9u, 0x00002b35u, 0x000200f8u, - 0x00002b35u, 0x000200f9u, 0x00002b36u, 0x000200f8u, 0x00002b36u, 0x000600a9u, 0x0000005du, 0x0000b157u, - 0x00002b2bu, 0x00000560u, 0x0000b156u, 0x000200f9u, 0x00002b37u, 0x000200f8u, 0x00002b37u, 0x000700f5u, - 0x0000005du, 0x00007197u, 0x00000545u, 0x00002b08u, 0x0000b157u, 0x00002b36u, 0x000300f7u, 0x00002b3au, - 0x00000000u, 0x000400fau, 0x00002ae7u, 0x00002b39u, 0x00002b3au, 0x000200f8u, 0x00002b39u, 0x0003003eu, - 0x00002ae1u, 0x00000c69u, 0x000200f9u, 0x00002b3au, 0x000200f8u, 0x00002b3au, 0x000600a9u, 0x0000005du, - 0x0000b158u, 0x00002ae7u, 0x00000560u, 0x00007197u, 0x0004003du, 0x0000005fu, 0x00002b3bu, 0x00002ae1u, - 0x0008000cu, 0x0000005fu, 0x00002b3cu, 0x00000001u, 0x0000002du, 0x00002b3bu, 0x00000c6cu, 0x00000c6du, - 0x000300f7u, 0x00002a99u, 0x00000000u, 0x000400fau, 0x00002251u, 0x00002a8cu, 0x00002a99u, 0x000200f8u, - 0x00002a8cu, 0x000500c3u, 0x0000003cu, 0x00002a8fu, 0x00007177u, 0x0000afa3u, 0x0003003eu, 0x00002a45u, - 0x00002a8fu, 0x00050041u, 0x0000003eu, 0x00002b6cu, 0x00002a45u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x00002b6du, 0x00002b6cu, 0x000500b3u, 0x0000005du, 0x00002b6fu, 0x00002b6du, 0x00000205u, 0x000500c7u, - 0x00000008u, 0x00002b71u, 0x00002b6du, 0x00000c0au, 0x0006000cu, 0x00000008u, 0x00002bceu, 0x00000001u, - 0x0000004au, 0x00002b71u, 0x00050082u, 0x00000008u, 0x00002bcfu, 0x00000285u, 0x00002bceu, 0x0007000cu, - 0x00000008u, 0x00002bd0u, 0x00000001u, 0x00000027u, 0x00002bcfu, 0x00000285u, 0x000500c4u, 0x00000008u, - 0x00002bd3u, 0x00002b71u, 0x00002bd0u, 0x000500c7u, 0x00000008u, 0x00002bd4u, 0x00002bd3u, 0x00000b24u, - 0x000500c7u, 0x00000008u, 0x00002bd6u, 0x00002bd4u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00002bd8u, - 0x00002bd4u, 0x00000260u, 0x0003003eu, 0x00002bc9u, 0x00000be8u, 0x00050041u, 0x00000060u, 0x00002bd9u, - 0x00002bc9u, 0x00002bd8u, 0x0004003du, 0x0000005fu, 0x00002bdau, 0x00002bd9u, 0x0003003eu, 0x00002bc8u, - 0x00002bdau, 0x00050041u, 0x0000003eu, 0x00002bdeu, 0x00002bc8u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002bdfu, 0x00002bdeu, 0x00050084u, 0x00000008u, 0x00002be1u, 0x00002bdfu, 0x00002bd6u, 0x000500c3u, - 0x00000008u, 0x00002be2u, 0x00002be1u, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00002be3u, 0x00002bc8u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002be4u, 0x00002be3u, 0x00050080u, 0x00000008u, 0x00002be5u, - 0x00002be2u, 0x00002be4u, 0x00050050u, 0x0000005fu, 0x00002be8u, 0x00002be5u, 0x00002bd0u, 0x0003003eu, - 0x00002b63u, 0x00002be8u, 0x00050041u, 0x0000003eu, 0x00002b74u, 0x00002b63u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002b75u, 0x00002b74u, 0x0007004fu, 0x0000005fu, 0x00002b77u, 0x00002a8fu, 0x00002a8fu, - 0x00000000u, 0x00000001u, 0x00050041u, 0x0000003eu, 0x00002b78u, 0x00002b63u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00002b79u, 0x00002b78u, 0x00050050u, 0x0000005fu, 0x00002b7au, 0x00002b79u, 0x00002b79u, - 0x00050084u, 0x0000005fu, 0x00002b7bu, 0x00002b77u, 0x00002b7au, 0x0003003eu, 0x00002b66u, 0x00002b7bu, - 0x000500c3u, 0x00000008u, 0x00002b7du, 0x00000c1du, 0x00002b75u, 0x0004007eu, 0x00000008u, 0x00002b7eu, - 0x00002b7du, 0x000500c7u, 0x00000008u, 0x00002b7fu, 0x00000c1cu, 0x00002b7eu, 0x00050050u, 0x0000005fu, - 0x00002b82u, 0x00002b7fu, 0x00002b7fu, 0x000500c7u, 0x0000005fu, 0x00002b83u, 0x00002b7bu, 0x00002b82u, - 0x0003003eu, 0x00002b68u, 0x00002b83u, 0x000500abu, 0x0000005du, 0x00002b85u, 0x00002b75u, 0x00000285u, - 0x000300f7u, 0x00002b90u, 0x00000000u, 0x000400fau, 0x00002b85u, 0x00002b86u, 0x00002b8cu, 0x000200f8u, - 0x00002b8cu, 0x0004003du, 0x0000005fu, 0x00002b8du, 0x00002b66u, 0x000500c4u, 0x0000005fu, 0x00002b8fu, - 0x00002b8du, 0x0000afa7u, 0x0003003eu, 0x00002b69u, 0x00002b8fu, 0x000200f9u, 0x00002b90u, 0x000200f8u, - 0x00002b86u, 0x0004003du, 0x0000005fu, 0x00002b87u, 0x00002b66u, 0x00050082u, 0x00000008u, 0x00002b89u, - 0x0000027fu, 0x00002b75u, 0x00050050u, 0x0000005fu, 0x00002b8au, 0x00002b89u, 0x00002b89u, 0x000500c3u, - 0x0000005fu, 0x00002b8bu, 0x00002b87u, 0x00002b8au, 0x0003003eu, 0x00002b66u, 0x00002b8bu, 0x0003003eu, - 0x00002b69u, 0x00002b8bu, 0x000200f9u, 0x00002b90u, 0x000200f8u, 0x00002b90u, 0x000500abu, 0x0000087fu, - 0x00002b92u, 0x00002b83u, 0x00000c36u, 0x0004009au, 0x0000005du, 0x00002b93u, 0x00002b92u, 0x000300f7u, - 0x00002bbfu, 0x00000000u, 0x000400fau, 0x00002b93u, 0x00002b94u, 0x00002bbfu, 0x000200f8u, 0x00002b94u, - 0x00050041u, 0x0000003eu, 0x00002b95u, 0x00002b68u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002b96u, - 0x00002b95u, 0x000500abu, 0x0000005du, 0x00002b98u, 0x00002b96u, 0x00002b7fu, 0x000300f7u, 0x00002b9du, - 0x00000000u, 0x000400fau, 0x00002b98u, 0x00002b99u, 0x00002b9du, 0x000200f8u, 0x00002b99u, 0x0004003du, - 0x00000008u, 0x00002b9bu, 0x00002b95u, 0x000500abu, 0x0000005du, 0x00002b9cu, 0x00002b9bu, 0x00000205u, - 0x000200f9u, 0x00002b9du, 0x000200f8u, 0x00002b9du, 0x000700f5u, 0x0000005du, 0x00002b9eu, 0x00002b98u, - 0x00002b94u, 0x00002b9cu, 0x00002b99u, 0x000300f7u, 0x00002ba9u, 0x00000000u, 0x000400fau, 0x00002b9eu, - 0x00002b9fu, 0x00002ba9u, 0x000200f8u, 0x00002b9fu, 0x00050041u, 0x0000003eu, 0x00002ba0u, 0x00002b66u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002ba1u, 0x00002ba0u, 0x000500c7u, 0x00000008u, 0x00002ba2u, - 0x00002ba1u, 0x00000c1du, 0x000500aau, 0x0000005du, 0x00002ba3u, 0x00002ba2u, 0x00000205u, 0x000300f7u, - 0x00002ba8u, 0x00000000u, 0x000400fau, 0x00002ba3u, 0x00002ba4u, 0x00002ba6u, 0x000200f8u, 0x00002ba6u, - 0x00050041u, 0x0000003eu, 0x00002ba7u, 0x00002b69u, 0x00000376u, 0x0003003eu, 0x00002ba7u, 0x00000c4fu, - 0x000200f9u, 0x00002ba8u, 0x000200f8u, 0x00002ba4u, 0x00050041u, 0x0000003eu, 0x00002ba5u, 0x00002b69u, - 0x00000376u, 0x0003003eu, 0x00002ba5u, 0x00000c0au, 0x000200f9u, 0x00002ba8u, 0x000200f8u, 0x00002ba8u, - 0x000200f9u, 0x00002ba9u, 0x000200f8u, 0x00002ba9u, 0x000600a9u, 0x0000005du, 0x0000b159u, 0x00002b9eu, - 0x00000560u, 0x0000b158u, 0x00050041u, 0x0000003eu, 0x00002baau, 0x00002b68u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002babu, 0x00002baau, 0x000500abu, 0x0000005du, 0x00002badu, 0x00002babu, 0x00002b7fu, - 0x000300f7u, 0x00002bb2u, 0x00000000u, 0x000400fau, 0x00002badu, 0x00002baeu, 0x00002bb2u, 0x000200f8u, - 0x00002baeu, 0x0004003du, 0x00000008u, 0x00002bb0u, 0x00002baau, 0x000500abu, 0x0000005du, 0x00002bb1u, - 0x00002bb0u, 0x00000205u, 0x000200f9u, 0x00002bb2u, 0x000200f8u, 0x00002bb2u, 0x000700f5u, 0x0000005du, - 0x00002bb3u, 0x00002badu, 0x00002ba9u, 0x00002bb1u, 0x00002baeu, 0x000300f7u, 0x00002bbeu, 0x00000000u, - 0x000400fau, 0x00002bb3u, 0x00002bb4u, 0x00002bbeu, 0x000200f8u, 0x00002bb4u, 0x00050041u, 0x0000003eu, - 0x00002bb5u, 0x00002b66u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002bb6u, 0x00002bb5u, 0x000500c7u, - 0x00000008u, 0x00002bb7u, 0x00002bb6u, 0x00000c1du, 0x000500aau, 0x0000005du, 0x00002bb8u, 0x00002bb7u, - 0x00000205u, 0x000300f7u, 0x00002bbdu, 0x00000000u, 0x000400fau, 0x00002bb8u, 0x00002bb9u, 0x00002bbbu, - 0x000200f8u, 0x00002bbbu, 0x00050041u, 0x0000003eu, 0x00002bbcu, 0x00002b69u, 0x00000487u, 0x0003003eu, - 0x00002bbcu, 0x00000c4fu, 0x000200f9u, 0x00002bbdu, 0x000200f8u, 0x00002bb9u, 0x00050041u, 0x0000003eu, - 0x00002bbau, 0x00002b69u, 0x00000487u, 0x0003003eu, 0x00002bbau, 0x00000c0au, 0x000200f9u, 0x00002bbdu, - 0x000200f8u, 0x00002bbdu, 0x000200f9u, 0x00002bbeu, 0x000200f8u, 0x00002bbeu, 0x000600a9u, 0x0000005du, - 0x0000b15au, 0x00002bb3u, 0x00000560u, 0x0000b159u, 0x000200f9u, 0x00002bbfu, 0x000200f8u, 0x00002bbfu, - 0x000700f5u, 0x0000005du, 0x000071a7u, 0x0000b158u, 0x00002b90u, 0x0000b15au, 0x00002bbeu, 0x000300f7u, - 0x00002bc2u, 0x00000000u, 0x000400fau, 0x00002b6fu, 0x00002bc1u, 0x00002bc2u, 0x000200f8u, 0x00002bc1u, - 0x0003003eu, 0x00002b69u, 0x00000c69u, 0x000200f9u, 0x00002bc2u, 0x000200f8u, 0x00002bc2u, 0x000600a9u, - 0x0000005du, 0x0000b15bu, 0x00002b6fu, 0x00000560u, 0x000071a7u, 0x0004003du, 0x0000005fu, 0x00002bc3u, - 0x00002b69u, 0x0008000cu, 0x0000005fu, 0x00002bc4u, 0x00000001u, 0x0000002du, 0x00002bc3u, 0x00000c6cu, - 0x00000c6du, 0x000500c3u, 0x0000003cu, 0x00002a95u, 0x00007186u, 0x0000afa3u, 0x0003003eu, 0x00002a47u, - 0x00002a95u, 0x00050041u, 0x0000003eu, 0x00002bf4u, 0x00002a47u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x00002bf5u, 0x00002bf4u, 0x000500b3u, 0x0000005du, 0x00002bf7u, 0x00002bf5u, 0x00000205u, 0x000500c7u, - 0x00000008u, 0x00002bf9u, 0x00002bf5u, 0x00000c0au, 0x0006000cu, 0x00000008u, 0x00002c56u, 0x00000001u, - 0x0000004au, 0x00002bf9u, 0x00050082u, 0x00000008u, 0x00002c57u, 0x00000285u, 0x00002c56u, 0x0007000cu, - 0x00000008u, 0x00002c58u, 0x00000001u, 0x00000027u, 0x00002c57u, 0x00000285u, 0x000500c4u, 0x00000008u, - 0x00002c5bu, 0x00002bf9u, 0x00002c58u, 0x000500c7u, 0x00000008u, 0x00002c5cu, 0x00002c5bu, 0x00000b24u, - 0x000500c7u, 0x00000008u, 0x00002c5eu, 0x00002c5cu, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00002c60u, - 0x00002c5cu, 0x00000260u, 0x0003003eu, 0x00002c51u, 0x00000be8u, 0x00050041u, 0x00000060u, 0x00002c61u, - 0x00002c51u, 0x00002c60u, 0x0004003du, 0x0000005fu, 0x00002c62u, 0x00002c61u, 0x0003003eu, 0x00002c50u, - 0x00002c62u, 0x00050041u, 0x0000003eu, 0x00002c66u, 0x00002c50u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002c67u, 0x00002c66u, 0x00050084u, 0x00000008u, 0x00002c69u, 0x00002c67u, 0x00002c5eu, 0x000500c3u, - 0x00000008u, 0x00002c6au, 0x00002c69u, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00002c6bu, 0x00002c50u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002c6cu, 0x00002c6bu, 0x00050080u, 0x00000008u, 0x00002c6du, - 0x00002c6au, 0x00002c6cu, 0x00050050u, 0x0000005fu, 0x00002c70u, 0x00002c6du, 0x00002c58u, 0x0003003eu, - 0x00002bebu, 0x00002c70u, 0x00050041u, 0x0000003eu, 0x00002bfcu, 0x00002bebu, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002bfdu, 0x00002bfcu, 0x0007004fu, 0x0000005fu, 0x00002bffu, 0x00002a95u, 0x00002a95u, - 0x00000000u, 0x00000001u, 0x00050041u, 0x0000003eu, 0x00002c00u, 0x00002bebu, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00002c01u, 0x00002c00u, 0x00050050u, 0x0000005fu, 0x00002c02u, 0x00002c01u, 0x00002c01u, - 0x00050084u, 0x0000005fu, 0x00002c03u, 0x00002bffu, 0x00002c02u, 0x0003003eu, 0x00002beeu, 0x00002c03u, - 0x000500c3u, 0x00000008u, 0x00002c05u, 0x00000c1du, 0x00002bfdu, 0x0004007eu, 0x00000008u, 0x00002c06u, - 0x00002c05u, 0x000500c7u, 0x00000008u, 0x00002c07u, 0x00000c1cu, 0x00002c06u, 0x00050050u, 0x0000005fu, - 0x00002c0au, 0x00002c07u, 0x00002c07u, 0x000500c7u, 0x0000005fu, 0x00002c0bu, 0x00002c03u, 0x00002c0au, - 0x0003003eu, 0x00002bf0u, 0x00002c0bu, 0x000500abu, 0x0000005du, 0x00002c0du, 0x00002bfdu, 0x00000285u, - 0x000300f7u, 0x00002c18u, 0x00000000u, 0x000400fau, 0x00002c0du, 0x00002c0eu, 0x00002c14u, 0x000200f8u, - 0x00002c14u, 0x0004003du, 0x0000005fu, 0x00002c15u, 0x00002beeu, 0x000500c4u, 0x0000005fu, 0x00002c17u, - 0x00002c15u, 0x0000afa7u, 0x0003003eu, 0x00002bf1u, 0x00002c17u, 0x000200f9u, 0x00002c18u, 0x000200f8u, - 0x00002c0eu, 0x0004003du, 0x0000005fu, 0x00002c0fu, 0x00002beeu, 0x00050082u, 0x00000008u, 0x00002c11u, - 0x0000027fu, 0x00002bfdu, 0x00050050u, 0x0000005fu, 0x00002c12u, 0x00002c11u, 0x00002c11u, 0x000500c3u, - 0x0000005fu, 0x00002c13u, 0x00002c0fu, 0x00002c12u, 0x0003003eu, 0x00002beeu, 0x00002c13u, 0x0003003eu, - 0x00002bf1u, 0x00002c13u, 0x000200f9u, 0x00002c18u, 0x000200f8u, 0x00002c18u, 0x000500abu, 0x0000087fu, - 0x00002c1au, 0x00002c0bu, 0x00000c36u, 0x0004009au, 0x0000005du, 0x00002c1bu, 0x00002c1au, 0x000300f7u, - 0x00002c47u, 0x00000000u, 0x000400fau, 0x00002c1bu, 0x00002c1cu, 0x00002c47u, 0x000200f8u, 0x00002c1cu, - 0x00050041u, 0x0000003eu, 0x00002c1du, 0x00002bf0u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002c1eu, - 0x00002c1du, 0x000500abu, 0x0000005du, 0x00002c20u, 0x00002c1eu, 0x00002c07u, 0x000300f7u, 0x00002c25u, - 0x00000000u, 0x000400fau, 0x00002c20u, 0x00002c21u, 0x00002c25u, 0x000200f8u, 0x00002c21u, 0x0004003du, - 0x00000008u, 0x00002c23u, 0x00002c1du, 0x000500abu, 0x0000005du, 0x00002c24u, 0x00002c23u, 0x00000205u, - 0x000200f9u, 0x00002c25u, 0x000200f8u, 0x00002c25u, 0x000700f5u, 0x0000005du, 0x00002c26u, 0x00002c20u, - 0x00002c1cu, 0x00002c24u, 0x00002c21u, 0x000300f7u, 0x00002c31u, 0x00000000u, 0x000400fau, 0x00002c26u, - 0x00002c27u, 0x00002c31u, 0x000200f8u, 0x00002c27u, 0x00050041u, 0x0000003eu, 0x00002c28u, 0x00002beeu, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002c29u, 0x00002c28u, 0x000500c7u, 0x00000008u, 0x00002c2au, - 0x00002c29u, 0x00000c1du, 0x000500aau, 0x0000005du, 0x00002c2bu, 0x00002c2au, 0x00000205u, 0x000300f7u, - 0x00002c30u, 0x00000000u, 0x000400fau, 0x00002c2bu, 0x00002c2cu, 0x00002c2eu, 0x000200f8u, 0x00002c2eu, - 0x00050041u, 0x0000003eu, 0x00002c2fu, 0x00002bf1u, 0x00000376u, 0x0003003eu, 0x00002c2fu, 0x00000c4fu, - 0x000200f9u, 0x00002c30u, 0x000200f8u, 0x00002c2cu, 0x00050041u, 0x0000003eu, 0x00002c2du, 0x00002bf1u, - 0x00000376u, 0x0003003eu, 0x00002c2du, 0x00000c0au, 0x000200f9u, 0x00002c30u, 0x000200f8u, 0x00002c30u, - 0x000200f9u, 0x00002c31u, 0x000200f8u, 0x00002c31u, 0x000600a9u, 0x0000005du, 0x0000b15cu, 0x00002c26u, - 0x00000560u, 0x0000b15bu, 0x00050041u, 0x0000003eu, 0x00002c32u, 0x00002bf0u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002c33u, 0x00002c32u, 0x000500abu, 0x0000005du, 0x00002c35u, 0x00002c33u, 0x00002c07u, - 0x000300f7u, 0x00002c3au, 0x00000000u, 0x000400fau, 0x00002c35u, 0x00002c36u, 0x00002c3au, 0x000200f8u, - 0x00002c36u, 0x0004003du, 0x00000008u, 0x00002c38u, 0x00002c32u, 0x000500abu, 0x0000005du, 0x00002c39u, - 0x00002c38u, 0x00000205u, 0x000200f9u, 0x00002c3au, 0x000200f8u, 0x00002c3au, 0x000700f5u, 0x0000005du, - 0x00002c3bu, 0x00002c35u, 0x00002c31u, 0x00002c39u, 0x00002c36u, 0x000300f7u, 0x00002c46u, 0x00000000u, - 0x000400fau, 0x00002c3bu, 0x00002c3cu, 0x00002c46u, 0x000200f8u, 0x00002c3cu, 0x00050041u, 0x0000003eu, - 0x00002c3du, 0x00002beeu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002c3eu, 0x00002c3du, 0x000500c7u, - 0x00000008u, 0x00002c3fu, 0x00002c3eu, 0x00000c1du, 0x000500aau, 0x0000005du, 0x00002c40u, 0x00002c3fu, - 0x00000205u, 0x000300f7u, 0x00002c45u, 0x00000000u, 0x000400fau, 0x00002c40u, 0x00002c41u, 0x00002c43u, - 0x000200f8u, 0x00002c43u, 0x00050041u, 0x0000003eu, 0x00002c44u, 0x00002bf1u, 0x00000487u, 0x0003003eu, - 0x00002c44u, 0x00000c4fu, 0x000200f9u, 0x00002c45u, 0x000200f8u, 0x00002c41u, 0x00050041u, 0x0000003eu, - 0x00002c42u, 0x00002bf1u, 0x00000487u, 0x0003003eu, 0x00002c42u, 0x00000c0au, 0x000200f9u, 0x00002c45u, - 0x000200f8u, 0x00002c45u, 0x000200f9u, 0x00002c46u, 0x000200f8u, 0x00002c46u, 0x000600a9u, 0x0000005du, - 0x0000b15du, 0x00002c3bu, 0x00000560u, 0x0000b15cu, 0x000200f9u, 0x00002c47u, 0x000200f8u, 0x00002c47u, - 0x000700f5u, 0x0000005du, 0x000071c0u, 0x0000b15bu, 0x00002c18u, 0x0000b15du, 0x00002c46u, 0x000300f7u, - 0x00002c4au, 0x00000000u, 0x000400fau, 0x00002bf7u, 0x00002c49u, 0x00002c4au, 0x000200f8u, 0x00002c49u, - 0x0003003eu, 0x00002bf1u, 0x00000c69u, 0x000200f9u, 0x00002c4au, 0x000200f8u, 0x00002c4au, 0x000600a9u, - 0x0000005du, 0x0000b15eu, 0x00002bf7u, 0x00000560u, 0x000071c0u, 0x0004003du, 0x0000005fu, 0x00002c4bu, - 0x00002bf1u, 0x0008000cu, 0x0000005fu, 0x00002c4cu, 0x00000001u, 0x0000002du, 0x00002c4bu, 0x00000c6cu, - 0x00000c6du, 0x000200f9u, 0x00002a99u, 0x000200f8u, 0x00002a99u, 0x000700f5u, 0x0000005du, 0x0000721au, - 0x0000b158u, 0x00002b3au, 0x0000b15eu, 0x00002c4au, 0x000700f5u, 0x0000005fu, 0x00007200u, 0x0000720au, - 0x00002b3au, 0x00002c4cu, 0x00002c4au, 0x000700f5u, 0x0000005fu, 0x000071dcu, 0x000071e6u, 0x00002b3au, - 0x00002bc4u, 0x00002c4au, 0x000200f9u, 0x00002aaau, 0x000200f8u, 0x00002aaau, 0x000700f5u, 0x0000005du, - 0x00007219u, 0x0000721au, 0x00002a99u, 0x00000545u, 0x00002aa9u, 0x000700f5u, 0x0000005fu, 0x000071ffu, - 0x00007200u, 0x00002a99u, 0x00007218u, 0x00002aa9u, 0x000700f5u, 0x0000005fu, 0x000071dbu, 0x000071dcu, - 0x00002a99u, 0x000071feu, 0x00002aa9u, 0x000700f5u, 0x0000005fu, 0x000071c6u, 0x00002b3cu, 0x00002a99u, - 0x00002c74u, 0x00002aa9u, 0x00050041u, 0x0000003eu, 0x00002aabu, 0x00002152u, 0x000003c6u, 0x0004003du, - 0x00000008u, 0x00002aacu, 0x00002aabu, 0x00050041u, 0x0000003eu, 0x00002aadu, 0x00002153u, 0x000003c6u, - 0x0004003du, 0x00000008u, 0x00002aaeu, 0x00002aadu, 0x000500c3u, 0x00000008u, 0x00002ab0u, 0x000022d4u, - 0x0000078fu, 0x00050084u, 0x00000008u, 0x00002ab1u, 0x00002aaeu, 0x00002ab0u, 0x00050080u, 0x00000008u, - 0x00002ab2u, 0x00002aacu, 0x00002ab1u, 0x0004003du, 0x00000008u, 0x00002ab4u, 0x00002aadu, 0x000500c3u, - 0x00000008u, 0x00002ab5u, 0x00002ab4u, 0x0000078fu, 0x000500c7u, 0x00000008u, 0x00002ab7u, 0x000022d4u, - 0x00000d91u, 0x00050084u, 0x00000008u, 0x00002ab8u, 0x00002ab5u, 0x00002ab7u, 0x00050080u, 0x00000008u, - 0x00002ab9u, 0x00002ab2u, 0x00002ab8u, 0x000500c3u, 0x00000008u, 0x00002abbu, 0x00002ab9u, 0x0000026cu, - 0x000500c4u, 0x00000008u, 0x00002ac7u, 0x00002abbu, 0x00000da5u, 0x0004003du, 0x00000008u, 0x00002acau, - 0x00002aadu, 0x000500c3u, 0x00000008u, 0x00002acbu, 0x00002acau, 0x0000026cu, 0x00050084u, 0x00000008u, - 0x00002accu, 0x00002a03u, 0x00002acbu, 0x00050041u, 0x0000003eu, 0x00002aceu, 0x00002154u, 0x000003c6u, - 0x0004003du, 0x00000008u, 0x00002acfu, 0x00002aceu, 0x000500c3u, 0x00000008u, 0x00002ad0u, 0x00002acfu, - 0x0000026cu, 0x00050084u, 0x00000008u, 0x00002ad1u, 0x000029fdu, 0x00002ad0u, 0x00050080u, 0x00000008u, - 0x00002ad2u, 0x00002accu, 0x00002ad1u, 0x00050080u, 0x00000008u, 0x00002ad4u, 0x00002ac7u, 0x00002ad2u, - 0x000500c3u, 0x00000008u, 0x00002ad6u, 0x00002ad4u, 0x00000db5u, 0x00050082u, 0x00000008u, 0x00002c80u, - 0x00002ad6u, 0x00000b0eu, 0x000500c4u, 0x00000008u, 0x00002c82u, 0x00002c80u, 0x0000027fu, 0x000500c3u, - 0x00000008u, 0x00002c84u, 0x00002c82u, 0x0000027fu, 0x00050080u, 0x00000008u, 0x00002c86u, 0x00002c84u, - 0x00000b0eu, 0x0008000cu, 0x00000008u, 0x00002c88u, 0x00000001u, 0x0000002du, 0x00002c86u, 0x00000205u, - 0x0000041fu, 0x000500c7u, 0x00000006u, 0x000022ffu, 0x000021fau, 0x00000741u, 0x00050080u, 0x00000006u, - 0x00002301u, 0x000022ffu, 0x00000487u, 0x000500c7u, 0x00000006u, 0x00002302u, 0x00002301u, 0x00000741u, - 0x000500c2u, 0x00000006u, 0x00002304u, 0x000021fau, 0x0000048du, 0x000300f7u, 0x00002318u, 0x00000000u, - 0x000400fau, 0x00002251u, 0x00002308u, 0x00002318u, 0x000200f8u, 0x00002308u, 0x000300f7u, 0x00002ce4u, - 0x00000000u, 0x000400fau, 0x00007219u, 0x00002c93u, 0x00002c94u, 0x000200f8u, 0x00002c94u, 0x00050082u, - 0x0000005fu, 0x00002c97u, 0x000071dbu, 0x000071c6u, 0x000500c3u, 0x0000005fu, 0x00002c9au, 0x00002c97u, - 0x0000afaau, 0x000500c6u, 0x0000005fu, 0x00002c9cu, 0x00002c97u, 0x00002c9au, 0x00050082u, 0x0000005fu, - 0x00002c9fu, 0x000071ffu, 0x000071c6u, 0x000500c3u, 0x0000005fu, 0x00002ca2u, 0x00002c9fu, 0x0000afaau, - 0x000500c6u, 0x0000005fu, 0x00002ca4u, 0x00002c9fu, 0x00002ca2u, 0x0007000cu, 0x0000005fu, 0x00002ca7u, - 0x00000001u, 0x0000002au, 0x00002c9cu, 0x00002ca4u, 0x0003003eu, 0x00002c8eu, 0x00002ca7u, 0x00050041u, - 0x0000003eu, 0x00002ca8u, 0x00002c8eu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002ca9u, 0x00002ca8u, - 0x00050041u, 0x0000003eu, 0x00002caau, 0x00002c8eu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002cabu, - 0x00002caau, 0x0007000cu, 0x00000008u, 0x00002cacu, 0x00000001u, 0x0000002au, 0x00002ca9u, 0x00002cabu, - 0x000500afu, 0x0000005du, 0x00002caeu, 0x00002cacu, 0x00000b2bu, 0x000300f7u, 0x00002ce3u, 0x00000000u, - 0x000400fau, 0x00002caeu, 0x00002cafu, 0x00002cb1u, 0x000200f8u, 0x00002cb1u, 0x000500b1u, 0x0000005du, - 0x00002cb3u, 0x00002cacu, 0x0000037fu, 0x000300f7u, 0x00002ce2u, 0x00000000u, 0x000400fau, 0x00002cb3u, - 0x00002cb4u, 0x00002cc8u, 0x000200f8u, 0x00002cc8u, 0x000500c3u, 0x00000008u, 0x00002ccau, 0x00002cacu, - 0x00000220u, 0x0006000cu, 0x00000008u, 0x00002ccbu, 0x00000001u, 0x0000004au, 0x00002ccau, 0x0007000cu, - 0x00000008u, 0x00002cccu, 0x00000001u, 0x0000002au, 0x00002ccbu, 0x00000205u, 0x0004007cu, 0x00000006u, - 0x00002cceu, 0x00002cccu, 0x000500aeu, 0x0000005du, 0x00002cd0u, 0x00002cceu, 0x00002304u, 0x000400a8u, - 0x0000005du, 0x00002cd3u, 0x0000222au, 0x000500a7u, 0x0000005du, 0x00002cd4u, 0x00002cd0u, 0x00002cd3u, - 0x000400a8u, 0x0000005du, 0x00002cd6u, 0x0000222du, 0x000500a7u, 0x0000005du, 0x00002cd7u, 0x00002cd4u, - 0x00002cd6u, 0x000300f7u, 0x00002ce1u, 0x00000000u, 0x000400fau, 0x00002cd7u, 0x00002cd8u, 0x00002cd9u, - 0x000200f8u, 0x00002cd9u, 0x000500c4u, 0x00000008u, 0x00002cdbu, 0x00002cacu, 0x0000021au, 0x000500c3u, - 0x00000008u, 0x00002cddu, 0x00002cdbu, 0x00002cccu, 0x000500c7u, 0x00000008u, 0x00002cdeu, 0x00002cddu, - 0x0000038du, 0x000200f9u, 0x00002ce1u, 0x000200f8u, 0x00002cd8u, 0x000200f9u, 0x00002ce1u, 0x000200f8u, - 0x00002ce1u, 0x000700f5u, 0x00000008u, 0x00007245u, 0x0000038du, 0x00002cd8u, 0x00002cdeu, 0x00002cd9u, - 0x000600a9u, 0x00000006u, 0x0000b15fu, 0x00002cd7u, 0x00000376u, 0x00002cceu, 0x000200f9u, 0x00002ce2u, - 0x000200f8u, 0x00002cb4u, 0x000500aau, 0x0000005du, 0x00002cb6u, 0x00002304u, 0x00000376u, 0x000400a8u, - 0x0000005du, 0x00002cb8u, 0x0000222au, 0x000400a8u, 0x0000005du, 0x00002cbau, 0x0000222du, 0x000500a7u, - 0x0000005du, 0x00002cbbu, 0x00002cb8u, 0x00002cbau, 0x000300f7u, 0x00002cc7u, 0x00000000u, 0x000400fau, - 0x00002cbbu, 0x00002cbcu, 0x00002cbfu, 0x000200f8u, 0x00002cbfu, 0x0007000cu, 0x00000008u, 0x00002cc2u, - 0x00000001u, 0x0000002au, 0x000029dbu, 0x00002cacu, 0x000500c4u, 0x00000008u, 0x00002cc3u, 0x00002cc2u, - 0x0000021au, 0x000600a9u, 0x00000008u, 0x00002cc5u, 0x0000222au, 0x000019b5u, 0x00000205u, 0x00050080u, - 0x00000008u, 0x00002cc6u, 0x00002cc3u, 0x00002cc5u, 0x000200f9u, 0x00002cc7u, 0x000200f8u, 0x00002cbcu, - 0x000600a9u, 0x00000008u, 0x00002cbeu, 0x00002cb6u, 0x0000038du, 0x00000205u, 0x000200f9u, 0x00002cc7u, - 0x000200f8u, 0x00002cc7u, 0x000700f5u, 0x00000008u, 0x00007244u, 0x00002cbeu, 0x00002cbcu, 0x00002cc6u, - 0x00002cbfu, 0x000200f9u, 0x00002ce2u, 0x000200f8u, 0x00002ce2u, 0x000700f5u, 0x00000008u, 0x00007243u, - 0x00007244u, 0x00002cc7u, 0x00007245u, 0x00002ce1u, 0x000700f5u, 0x00000006u, 0x0000722au, 0x00000376u, - 0x00002cc7u, 0x0000b15fu, 0x00002ce1u, 0x000700f5u, 0x0000005du, 0x0000721eu, 0x00002cb6u, 0x00002cc7u, - 0x00002cd0u, 0x00002ce1u, 0x000600a9u, 0x0000005du, 0x0000b160u, 0x00002cb3u, 0x00000560u, 0x00000545u, - 0x000200f9u, 0x00002ce3u, 0x000200f8u, 0x00002cafu, 0x000200f9u, 0x00002ce3u, 0x000200f8u, 0x00002ce3u, - 0x000700f5u, 0x00000008u, 0x00007242u, 0x0000038du, 0x00002cafu, 0x00007243u, 0x00002ce2u, 0x000700f5u, - 0x0000005du, 0x00007230u, 0x00000545u, 0x00002cafu, 0x0000b160u, 0x00002ce2u, 0x000700f5u, 0x00000006u, - 0x00007229u, 0x00002304u, 0x00002cafu, 0x0000722au, 0x00002ce2u, 0x000700f5u, 0x0000005du, 0x0000721du, - 0x00000560u, 0x00002cafu, 0x0000721eu, 0x00002ce2u, 0x000200f9u, 0x00002ce4u, 0x000200f8u, 0x00002c93u, - 0x000200f9u, 0x00002ce4u, 0x000200f8u, 0x00002ce4u, 0x000700f5u, 0x00000008u, 0x00007241u, 0x0000038du, - 0x00002c93u, 0x00007242u, 0x00002ce3u, 0x000700f5u, 0x0000005du, 0x0000722fu, 0x00000545u, 0x00002c93u, - 0x00007230u, 0x00002ce3u, 0x000700f5u, 0x00000006u, 0x00007228u, 0x00000376u, 0x00002c93u, 0x00007229u, - 0x00002ce3u, 0x000700f5u, 0x0000005du, 0x0000721cu, 0x00000560u, 0x00002c93u, 0x0000721du, 0x00002ce3u, - 0x000300f7u, 0x00002d16u, 0x00000000u, 0x000400fau, 0x00002227u, 0x00002ce6u, 0x00002d16u, 0x000200f8u, - 0x00002ce6u, 0x000600a9u, 0x00000006u, 0x0000b161u, 0x0000721cu, 0x00002304u, 0x00007228u, 0x000400a8u, - 0x0000005du, 0x00002cecu, 0x0000222du, 0x000300f7u, 0x00002d15u, 0x00000000u, 0x000400fau, 0x00002cecu, - 0x00002cedu, 0x00002d02u, 0x000200f8u, 0x00002d02u, 0x00050080u, 0x00000006u, 0x00002d05u, 0x000022ffu, - 0x0000b161u, 0x000500a6u, 0x0000005du, 0x00002d08u, 0x0000721cu, 0x0000722fu, 0x000600a9u, 0x00000008u, - 0x00002d09u, 0x00002d08u, 0x00000214u, 0x00000217u, 0x0004007cu, 0x00000006u, 0x00002d0au, 0x00002d09u, - 0x00050080u, 0x00000006u, 0x00002d0bu, 0x00002d05u, 0x00002d0au, 0x000500c7u, 0x00000006u, 0x00002d0cu, - 0x00002d0bu, 0x00000741u, 0x000600a9u, 0x00000008u, 0x00002d11u, 0x0000722fu, 0x00000205u, 0x00000214u, - 0x0004007cu, 0x00000006u, 0x00002d12u, 0x00002d11u, 0x00050080u, 0x00000006u, 0x00002d13u, 0x00002d05u, - 0x00002d12u, 0x000500c7u, 0x00000006u, 0x00002d14u, 0x00002d13u, 0x00000741u, 0x000200f9u, 0x00002d15u, - 0x000200f8u, 0x00002cedu, 0x00050080u, 0x00000006u, 0x00002cf0u, 0x000022ffu, 0x0000b161u, 0x000500c7u, - 0x00000006u, 0x00002cf1u, 0x00002cf0u, 0x00000741u, 0x000400a8u, 0x0000005du, 0x00002cf3u, 0x0000721cu, - 0x000300f7u, 0x00002cf9u, 0x00000000u, 0x000400fau, 0x00002cf3u, 0x00002cf4u, 0x00002cf9u, 0x000200f8u, - 0x00002cf4u, 0x000400a8u, 0x0000005du, 0x00002cf6u, 0x0000222au, 0x000500a7u, 0x0000005du, 0x00002cf8u, - 0x00002cf6u, 0x0000722fu, 0x000200f9u, 0x00002cf9u, 0x000200f8u, 0x00002cf9u, 0x000700f5u, 0x0000005du, - 0x00002cfau, 0x0000721cu, 0x00002cedu, 0x00002cf8u, 0x00002cf4u, 0x000300f7u, 0x00002d01u, 0x00000000u, - 0x000400fau, 0x00002cfau, 0x00002cfbu, 0x00002cfdu, 0x000200f8u, 0x00002cfdu, 0x00050080u, 0x00000006u, - 0x00002cffu, 0x00002cf1u, 0x00000487u, 0x000500c7u, 0x00000006u, 0x00002d00u, 0x00002cffu, 0x00000741u, - 0x000200f9u, 0x00002d01u, 0x000200f8u, 0x00002cfbu, 0x000200f9u, 0x00002d01u, 0x000200f8u, 0x00002d01u, - 0x000700f5u, 0x00000006u, 0x0000723fu, 0x00002cf1u, 0x00002cfbu, 0x00002d00u, 0x00002cfdu, 0x000200f9u, - 0x00002d15u, 0x000200f8u, 0x00002d15u, 0x000700f5u, 0x00000006u, 0x0000723eu, 0x0000723fu, 0x00002d01u, - 0x00002d0cu, 0x00002d02u, 0x000700f5u, 0x00000006u, 0x00007236u, 0x00002cf1u, 0x00002d01u, 0x00002d14u, - 0x00002d02u, 0x000200f9u, 0x00002d16u, 0x000200f8u, 0x00002d16u, 0x000700f5u, 0x00000006u, 0x00007238u, - 0x00002302u, 0x00002ce4u, 0x0000723eu, 0x00002d15u, 0x000700f5u, 0x00000006u, 0x00007235u, 0x000022ffu, - 0x00002ce4u, 0x00007236u, 0x00002d15u, 0x000200f9u, 0x00002318u, 0x000200f8u, 0x00002318u, 0x000700f5u, - 0x00000008u, 0x00007fe0u, 0x00007fecu, 0x00002aaau, 0x00007241u, 0x00002d16u, 0x000700f5u, 0x00000006u, - 0x0000771eu, 0x00002302u, 0x00002aaau, 0x00007238u, 0x00002d16u, 0x000700f5u, 0x00000006u, 0x0000724au, - 0x000022ffu, 0x00002aaau, 0x00007235u, 0x00002d16u, 0x000300f7u, 0x0000232du, 0x00000000u, 0x000400fau, - 0x00002248u, 0x0000231au, 0x0000232du, 0x000200f8u, 0x0000231au, 0x00080041u, 0x00000279u, 0x0000231du, - 0x00000a15u, 0x00000205u, 0x00001fdeu, 0x00000217u, 0x0000724au, 0x0004003du, 0x0000022bu, 0x0000231eu, - 0x0000231du, 0x00040071u, 0x00000006u, 0x0000231fu, 0x0000231eu, 0x00070041u, 0x0000026du, 0x00002d1au, - 0x000002d3u, 0x00000205u, 0x0000231fu, 0x00000205u, 0x0004003du, 0x00000006u, 0x00002d1bu, 0x00002d1au, - 0x00070041u, 0x0000026du, 0x00002d1du, 0x000002d3u, 0x00000205u, 0x0000231fu, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00002d1eu, 0x00002d1du, 0x00070041u, 0x0000026du, 0x00002d20u, 0x000002d3u, 0x00000205u, - 0x0000231fu, 0x00000217u, 0x0004003du, 0x00000006u, 0x00002d21u, 0x00002d20u, 0x00070041u, 0x0000026du, - 0x00002d23u, 0x000002d3u, 0x00000205u, 0x0000231fu, 0x0000021au, 0x0004003du, 0x00000006u, 0x00002d24u, - 0x00002d23u, 0x00070041u, 0x0000026du, 0x00002d26u, 0x000002d3u, 0x00000205u, 0x0000231fu, 0x0000021du, - 0x0004003du, 0x00000006u, 0x00002d27u, 0x00002d26u, 0x00070041u, 0x0000026du, 0x00002d29u, 0x000002d3u, - 0x00000205u, 0x0000231fu, 0x00000220u, 0x0004003du, 0x00000006u, 0x00002d2au, 0x00002d29u, 0x00070041u, - 0x00000279u, 0x00002d2cu, 0x000002d3u, 0x00000205u, 0x0000231fu, 0x00000223u, 0x0004003du, 0x0000022bu, - 0x00002d2du, 0x00002d2cu, 0x00040071u, 0x00000006u, 0x00002d2eu, 0x00002d2du, 0x0004007cu, 0x00000008u, - 0x00002d2fu, 0x00002d2eu, 0x00070041u, 0x00000279u, 0x00002d31u, 0x000002d3u, 0x00000205u, 0x0000231fu, - 0x00000226u, 0x0004003du, 0x0000022bu, 0x00002d32u, 0x00002d31u, 0x00040071u, 0x00000006u, 0x00002d33u, - 0x00002d32u, 0x0004007cu, 0x00000008u, 0x00002d34u, 0x00002d33u, 0x00070041u, 0x00000279u, 0x00002d36u, - 0x000002d3u, 0x00000205u, 0x0000231fu, 0x00000260u, 0x0004003du, 0x0000022bu, 0x00002d37u, 0x00002d36u, - 0x00040071u, 0x00000006u, 0x00002d38u, 0x00002d37u, 0x0004007cu, 0x00000008u, 0x00002d39u, 0x00002d38u, - 0x00070041u, 0x00000279u, 0x00002d3bu, 0x000002d3u, 0x00000205u, 0x0000231fu, 0x00000266u, 0x0004003du, - 0x0000022bu, 0x00002d3cu, 0x00002d3bu, 0x00040071u, 0x00000006u, 0x00002d3du, 0x00002d3cu, 0x0004007cu, - 0x00000008u, 0x00002d3eu, 0x00002d3du, 0x00070041u, 0x00000279u, 0x00002d40u, 0x000002d3u, 0x00000205u, - 0x0000231fu, 0x0000026cu, 0x0004003du, 0x0000022bu, 0x00002d41u, 0x00002d40u, 0x00040071u, 0x00000006u, - 0x00002d42u, 0x00002d41u, 0x0004007cu, 0x00000008u, 0x00002d43u, 0x00002d42u, 0x00070041u, 0x00000279u, - 0x00002d45u, 0x000002d3u, 0x00000205u, 0x0000231fu, 0x00000271u, 0x0004003du, 0x0000022bu, 0x00002d46u, - 0x00002d45u, 0x00040071u, 0x00000006u, 0x00002d47u, 0x00002d46u, 0x0004007cu, 0x00000008u, 0x00002d48u, - 0x00002d47u, 0x00070041u, 0x00000279u, 0x00002d4au, 0x000002d3u, 0x00000205u, 0x0000231fu, 0x00000278u, - 0x0004003du, 0x0000022bu, 0x00002d4bu, 0x00002d4au, 0x00040071u, 0x00000006u, 0x00002d4cu, 0x00002d4bu, - 0x0004007cu, 0x00000008u, 0x00002d4du, 0x00002d4cu, 0x00070041u, 0x00000279u, 0x00002d4fu, 0x000002d3u, - 0x00000205u, 0x0000231fu, 0x0000027fu, 0x0004003du, 0x0000022bu, 0x00002d50u, 0x00002d4fu, 0x00040071u, - 0x00000006u, 0x00002d51u, 0x00002d50u, 0x0004007cu, 0x00000008u, 0x00002d52u, 0x00002d51u, 0x0003003eu, - 0x00002176u, 0x000071c6u, 0x000500c7u, 0x00000008u, 0x00002eacu, 0x00002d52u, 0x00000214u, 0x000500abu, - 0x0000005du, 0x00002eadu, 0x00002eacu, 0x00000205u, 0x0004007cu, 0x00000008u, 0x00002eb0u, 0x00002d1bu, - 0x0004007cu, 0x00000008u, 0x00002eb3u, 0x00002d1eu, 0x00050041u, 0x0000003eu, 0x00002eb6u, 0x00002176u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002eb7u, 0x00002eb6u, 0x0008000cu, 0x00000008u, 0x0000336fu, - 0x00000001u, 0x0000002du, 0x00002eb7u, 0x00000c4fu, 0x00000c0au, 0x000500b1u, 0x0000005du, 0x00003371u, - 0x00002d43u, 0x00000271u, 0x000300f7u, 0x0000337du, 0x00000000u, 0x000400fau, 0x00003371u, 0x00003372u, - 0x00003376u, 0x000200f8u, 0x00003376u, 0x00050082u, 0x00000008u, 0x00003378u, 0x0000037fu, 0x00002d43u, - 0x000500c4u, 0x00000008u, 0x0000337au, 0x0000336fu, 0x00003378u, 0x000500c3u, 0x00000008u, 0x0000337cu, - 0x0000337au, 0x0000055bu, 0x000200f9u, 0x0000337du, 0x000200f8u, 0x00003372u, 0x000500c3u, 0x00000008u, - 0x00003375u, 0x0000336fu, 0x00002d43u, 0x000200f9u, 0x0000337du, 0x000200f8u, 0x0000337du, 0x000700f5u, - 0x00000008u, 0x00007256u, 0x00003375u, 0x00003372u, 0x0000337cu, 0x00003376u, 0x000300f7u, 0x00003399u, - 0x00000000u, 0x000400fau, 0x00002eadu, 0x0000337fu, 0x00003394u, 0x000200f8u, 0x00003394u, 0x000500c4u, - 0x00000008u, 0x00003396u, 0x00002eb0u, 0x0000021au, 0x00050082u, 0x00000008u, 0x00003398u, 0x00007256u, - 0x00003396u, 0x000200f9u, 0x00003399u, 0x000200f8u, 0x0000337fu, 0x000500c3u, 0x00000008u, 0x00003381u, - 0x00007256u, 0x0000021au, 0x000500afu, 0x0000005du, 0x00003383u, 0x00003381u, 0x00002eb3u, 0x000300f7u, - 0x00003393u, 0x00000000u, 0x000400fau, 0x00003383u, 0x00003385u, 0x0000338du, 0x000200f8u, 0x0000338du, - 0x000500c4u, 0x00000008u, 0x00003390u, 0x00002eb0u, 0x0000021au, 0x00050082u, 0x00000008u, 0x00003391u, - 0x00007256u, 0x00003390u, 0x0007000cu, 0x00000008u, 0x00003392u, 0x00000001u, 0x0000002au, 0x00003391u, - 0x00000205u, 0x000200f9u, 0x00003393u, 0x000200f8u, 0x00003385u, 0x000500c3u, 0x00000008u, 0x00003387u, - 0x00002eb3u, 0x00000217u, 0x000500c3u, 0x00000008u, 0x00003389u, 0x00002eb0u, 0x00000217u, 0x00050082u, - 0x00000008u, 0x0000338au, 0x00003387u, 0x00003389u, 0x000500c7u, 0x00000008u, 0x0000338bu, 0x0000338au, - 0x0000113fu, 0x000500c4u, 0x00000008u, 0x0000338cu, 0x0000338bu, 0x00000220u, 0x000200f9u, 0x00003393u, - 0x000200f8u, 0x00003393u, 0x000700f5u, 0x00000008u, 0x00007258u, 0x0000338cu, 0x00003385u, 0x00003392u, - 0x0000338du, 0x000200f9u, 0x00003399u, 0x000200f8u, 0x00003399u, 0x000700f5u, 0x00000008u, 0x00007257u, - 0x00007258u, 0x00003393u, 0x00003398u, 0x00003394u, 0x0003003eu, 0x00002eb6u, 0x00007257u, 0x000500c7u, - 0x00000008u, 0x00002ebcu, 0x00002d52u, 0x0000021du, 0x000500abu, 0x0000005du, 0x00002ebdu, 0x00002ebcu, - 0x00000205u, 0x0004007cu, 0x00000008u, 0x00002ec0u, 0x00002d21u, 0x0004007cu, 0x00000008u, 0x00002ec3u, - 0x00002d24u, 0x00050041u, 0x0000003eu, 0x00002ec6u, 0x00002176u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002ec7u, 0x00002ec6u, 0x0008000cu, 0x00000008u, 0x0000339fu, 0x00000001u, 0x0000002du, 0x00002ec7u, - 0x00000c4fu, 0x00000c0au, 0x000500b1u, 0x0000005du, 0x000033a1u, 0x00002d4du, 0x00000271u, 0x000300f7u, - 0x000033adu, 0x00000000u, 0x000400fau, 0x000033a1u, 0x000033a2u, 0x000033a6u, 0x000200f8u, 0x000033a6u, - 0x00050082u, 0x00000008u, 0x000033a8u, 0x0000037fu, 0x00002d4du, 0x000500c4u, 0x00000008u, 0x000033aau, - 0x0000339fu, 0x000033a8u, 0x000500c3u, 0x00000008u, 0x000033acu, 0x000033aau, 0x0000055bu, 0x000200f9u, - 0x000033adu, 0x000200f8u, 0x000033a2u, 0x000500c3u, 0x00000008u, 0x000033a5u, 0x0000339fu, 0x00002d4du, - 0x000200f9u, 0x000033adu, 0x000200f8u, 0x000033adu, 0x000700f5u, 0x00000008u, 0x00007259u, 0x000033a5u, - 0x000033a2u, 0x000033acu, 0x000033a6u, 0x000300f7u, 0x000033c9u, 0x00000000u, 0x000400fau, 0x00002ebdu, - 0x000033afu, 0x000033c4u, 0x000200f8u, 0x000033c4u, 0x000500c4u, 0x00000008u, 0x000033c6u, 0x00002ec0u, - 0x0000021au, 0x00050082u, 0x00000008u, 0x000033c8u, 0x00007259u, 0x000033c6u, 0x000200f9u, 0x000033c9u, - 0x000200f8u, 0x000033afu, 0x000500c3u, 0x00000008u, 0x000033b1u, 0x00007259u, 0x0000021au, 0x000500afu, - 0x0000005du, 0x000033b3u, 0x000033b1u, 0x00002ec3u, 0x000300f7u, 0x000033c3u, 0x00000000u, 0x000400fau, - 0x000033b3u, 0x000033b5u, 0x000033bdu, 0x000200f8u, 0x000033bdu, 0x000500c4u, 0x00000008u, 0x000033c0u, - 0x00002ec0u, 0x0000021au, 0x00050082u, 0x00000008u, 0x000033c1u, 0x00007259u, 0x000033c0u, 0x0007000cu, - 0x00000008u, 0x000033c2u, 0x00000001u, 0x0000002au, 0x000033c1u, 0x00000205u, 0x000200f9u, 0x000033c3u, - 0x000200f8u, 0x000033b5u, 0x000500c3u, 0x00000008u, 0x000033b7u, 0x00002ec3u, 0x00000217u, 0x000500c3u, - 0x00000008u, 0x000033b9u, 0x00002ec0u, 0x00000217u, 0x00050082u, 0x00000008u, 0x000033bau, 0x000033b7u, - 0x000033b9u, 0x000500c7u, 0x00000008u, 0x000033bbu, 0x000033bau, 0x0000113fu, 0x000500c4u, 0x00000008u, - 0x000033bcu, 0x000033bbu, 0x00000220u, 0x000200f9u, 0x000033c3u, 0x000200f8u, 0x000033c3u, 0x000700f5u, - 0x00000008u, 0x0000725bu, 0x000033bcu, 0x000033b5u, 0x000033c2u, 0x000033bdu, 0x000200f9u, 0x000033c9u, - 0x000200f8u, 0x000033c9u, 0x000700f5u, 0x00000008u, 0x0000725au, 0x0000725bu, 0x000033c3u, 0x000033c8u, - 0x000033c4u, 0x0003003eu, 0x00002ec6u, 0x0000725au, 0x000300f7u, 0x00002ed0u, 0x00000000u, 0x000400fau, - 0x0000221bu, 0x00002ecbu, 0x00002ecfu, 0x000200f8u, 0x00002ecfu, 0x0003003eu, 0x00002d5eu, 0x00000c36u, - 0x000200f9u, 0x00002ed0u, 0x000200f8u, 0x00002ecbu, 0x0004003du, 0x0000005fu, 0x00002eccu, 0x00002176u, - 0x000500c7u, 0x0000005fu, 0x00002eceu, 0x00002eccu, 0x0000afaau, 0x0003003eu, 0x00002d5eu, 0x00002eceu, - 0x000200f9u, 0x00002ed0u, 0x000200f8u, 0x00002ed0u, 0x00050041u, 0x0000003eu, 0x00002ed1u, 0x00002d5eu, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002ed2u, 0x00002ed1u, 0x00050041u, 0x0000003eu, 0x00002ed3u, - 0x00002d5eu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002ed4u, 0x00002ed3u, 0x00050080u, 0x00000008u, - 0x00002ed5u, 0x00002ed2u, 0x00002ed4u, 0x0004003du, 0x0000005fu, 0x00002ed6u, 0x00002176u, 0x000500c3u, - 0x0000005fu, 0x00002ed8u, 0x00002ed6u, 0x0000afa9u, 0x0003003eu, 0x00002176u, 0x00002ed8u, 0x0004003du, - 0x00000008u, 0x00002edbu, 0x00002eb6u, 0x000500abu, 0x0000005du, 0x000033d0u, 0x00002d3eu, 0x00000205u, - 0x000300f7u, 0x000033e6u, 0x00000000u, 0x000400fau, 0x000033d0u, 0x000033d1u, 0x000033e6u, 0x000200f8u, - 0x000033d1u, 0x000500c4u, 0x00000008u, 0x000033d4u, 0x00000214u, 0x00002d3eu, 0x000500c7u, 0x00000008u, - 0x000033d7u, 0x00002d52u, 0x00000217u, 0x000500abu, 0x0000005du, 0x000033d8u, 0x000033d7u, 0x00000205u, - 0x000300f7u, 0x000033e1u, 0x00000000u, 0x000400fau, 0x000033d8u, 0x000033d9u, 0x000033e1u, 0x000200f8u, - 0x000033d9u, 0x000500c7u, 0x00000008u, 0x000033dcu, 0x00002edbu, 0x000033d4u, 0x00050082u, 0x00000008u, - 0x000033ddu, 0x000033dcu, 0x00000214u, 0x0007000cu, 0x00000008u, 0x000033deu, 0x00000001u, 0x0000002au, - 0x000033ddu, 0x00000205u, 0x000500c6u, 0x00000008u, 0x000033e0u, 0x00002edbu, 0x000033deu, 0x000200f9u, - 0x000033e1u, 0x000200f8u, 0x000033e1u, 0x000700f5u, 0x00000008u, 0x0000725cu, 0x00002edbu, 0x000033d1u, - 0x000033e0u, 0x000033d9u, 0x00050082u, 0x00000008u, 0x000033e3u, 0x000033d4u, 0x00000214u, 0x000500c7u, - 0x00000008u, 0x000033e5u, 0x0000725cu, 0x000033e3u, 0x000200f9u, 0x000033e6u, 0x000200f8u, 0x000033e6u, - 0x000700f5u, 0x00000008u, 0x0000725du, 0x00002edbu, 0x00002ed0u, 0x000033e5u, 0x000033e1u, 0x0004003du, - 0x00000008u, 0x00002edfu, 0x00002ec6u, 0x000500abu, 0x0000005du, 0x000033edu, 0x00002d48u, 0x00000205u, - 0x000300f7u, 0x00003403u, 0x00000000u, 0x000400fau, 0x000033edu, 0x000033eeu, 0x00003403u, 0x000200f8u, - 0x000033eeu, 0x000500c4u, 0x00000008u, 0x000033f1u, 0x00000214u, 0x00002d48u, 0x000500c7u, 0x00000008u, - 0x000033f4u, 0x00002d52u, 0x00000260u, 0x000500abu, 0x0000005du, 0x000033f5u, 0x000033f4u, 0x00000205u, - 0x000300f7u, 0x000033feu, 0x00000000u, 0x000400fau, 0x000033f5u, 0x000033f6u, 0x000033feu, 0x000200f8u, - 0x000033f6u, 0x000500c7u, 0x00000008u, 0x000033f9u, 0x00002edfu, 0x000033f1u, 0x00050082u, 0x00000008u, - 0x000033fau, 0x000033f9u, 0x00000214u, 0x0007000cu, 0x00000008u, 0x000033fbu, 0x00000001u, 0x0000002au, - 0x000033fau, 0x00000205u, 0x000500c6u, 0x00000008u, 0x000033fdu, 0x00002edfu, 0x000033fbu, 0x000200f9u, - 0x000033feu, 0x000200f8u, 0x000033feu, 0x000700f5u, 0x00000008u, 0x0000725eu, 0x00002edfu, 0x000033eeu, - 0x000033fdu, 0x000033f6u, 0x00050082u, 0x00000008u, 0x00003400u, 0x000033f1u, 0x00000214u, 0x000500c7u, - 0x00000008u, 0x00003402u, 0x0000725eu, 0x00003400u, 0x000200f9u, 0x00003403u, 0x000200f8u, 0x00003403u, - 0x000700f5u, 0x00000008u, 0x0000725fu, 0x00002edfu, 0x000033e6u, 0x00003402u, 0x000033feu, 0x0004003du, - 0x00000008u, 0x00002ee2u, 0x00002eb6u, 0x00050080u, 0x00000008u, 0x00002ee3u, 0x00002ee2u, 0x00000214u, - 0x000300f7u, 0x00003420u, 0x00000000u, 0x000400fau, 0x000033d0u, 0x0000340bu, 0x00003420u, 0x000200f8u, - 0x0000340bu, 0x000500c4u, 0x00000008u, 0x0000340eu, 0x00000214u, 0x00002d3eu, 0x000500c7u, 0x00000008u, - 0x00003411u, 0x00002d52u, 0x00000217u, 0x000500abu, 0x0000005du, 0x00003412u, 0x00003411u, 0x00000205u, - 0x000300f7u, 0x0000341bu, 0x00000000u, 0x000400fau, 0x00003412u, 0x00003413u, 0x0000341bu, 0x000200f8u, - 0x00003413u, 0x000500c7u, 0x00000008u, 0x00003416u, 0x00002ee3u, 0x0000340eu, 0x00050082u, 0x00000008u, - 0x00003417u, 0x00003416u, 0x00000214u, 0x0007000cu, 0x00000008u, 0x00003418u, 0x00000001u, 0x0000002au, - 0x00003417u, 0x00000205u, 0x000500c6u, 0x00000008u, 0x0000341au, 0x00002ee3u, 0x00003418u, 0x000200f9u, - 0x0000341bu, 0x000200f8u, 0x0000341bu, 0x000700f5u, 0x00000008u, 0x00007260u, 0x00002ee3u, 0x0000340bu, - 0x0000341au, 0x00003413u, 0x00050082u, 0x00000008u, 0x0000341du, 0x0000340eu, 0x00000214u, 0x000500c7u, - 0x00000008u, 0x0000341fu, 0x00007260u, 0x0000341du, 0x000200f9u, 0x00003420u, 0x000200f8u, 0x00003420u, - 0x000700f5u, 0x00000008u, 0x00007261u, 0x00002ee3u, 0x00003403u, 0x0000341fu, 0x0000341bu, 0x0004003du, - 0x00000008u, 0x00002ee7u, 0x00002ec6u, 0x00050080u, 0x00000008u, 0x00002ee8u, 0x00002ee7u, 0x00000214u, - 0x000300f7u, 0x0000343du, 0x00000000u, 0x000400fau, 0x000033edu, 0x00003428u, 0x0000343du, 0x000200f8u, - 0x00003428u, 0x000500c4u, 0x00000008u, 0x0000342bu, 0x00000214u, 0x00002d48u, 0x000500c7u, 0x00000008u, - 0x0000342eu, 0x00002d52u, 0x00000260u, 0x000500abu, 0x0000005du, 0x0000342fu, 0x0000342eu, 0x00000205u, - 0x000300f7u, 0x00003438u, 0x00000000u, 0x000400fau, 0x0000342fu, 0x00003430u, 0x00003438u, 0x000200f8u, - 0x00003430u, 0x000500c7u, 0x00000008u, 0x00003433u, 0x00002ee8u, 0x0000342bu, 0x00050082u, 0x00000008u, - 0x00003434u, 0x00003433u, 0x00000214u, 0x0007000cu, 0x00000008u, 0x00003435u, 0x00000001u, 0x0000002au, - 0x00003434u, 0x00000205u, 0x000500c6u, 0x00000008u, 0x00003437u, 0x00002ee8u, 0x00003435u, 0x000200f9u, - 0x00003438u, 0x000200f8u, 0x00003438u, 0x000700f5u, 0x00000008u, 0x00007262u, 0x00002ee8u, 0x00003428u, - 0x00003437u, 0x00003430u, 0x00050082u, 0x00000008u, 0x0000343au, 0x0000342bu, 0x00000214u, 0x000500c7u, - 0x00000008u, 0x0000343cu, 0x00007262u, 0x0000343au, 0x000200f9u, 0x0000343du, 0x000200f8u, 0x0000343du, - 0x000700f5u, 0x00000008u, 0x00007263u, 0x00002ee8u, 0x00003420u, 0x0000343cu, 0x00003438u, 0x00050082u, - 0x00000008u, 0x00002eedu, 0x00007263u, 0x0000725fu, 0x0007000cu, 0x00000008u, 0x00002eeeu, 0x00000001u, - 0x0000002au, 0x00002eedu, 0x0000139du, 0x000500c7u, 0x00000008u, 0x00002ef0u, 0x0000725fu, 0x0000038du, - 0x00050080u, 0x00000008u, 0x00002ef2u, 0x00002ef0u, 0x00002eeeu, 0x0004003du, 0x0000005fu, 0x00002ef7u, - 0x00002d5eu, 0x000500aau, 0x0000087fu, 0x00002ef8u, 0x00002ef7u, 0x000013a9u, 0x00050051u, 0x0000005du, - 0x00002ef9u, 0x00002ef8u, 0x00000000u, 0x00050051u, 0x0000005du, 0x00002efau, 0x00002ef8u, 0x00000001u, - 0x00070050u, 0x000005fbu, 0x00002efbu, 0x00002245u, 0x00002257u, 0x00002ef9u, 0x00002efau, 0x0004009bu, - 0x0000005du, 0x00002efcu, 0x00002efbu, 0x000600a9u, 0x00000008u, 0x0000b162u, 0x00002efcu, 0x00000205u, - 0x00002ed5u, 0x000500aau, 0x0000005du, 0x00002f02u, 0x00002d2fu, 0x00000214u, 0x000500afu, 0x0000005du, - 0x00002f04u, 0x0000b162u, 0x0000037fu, 0x000300f7u, 0x00002f0du, 0x00000000u, 0x000400fau, 0x00002f04u, - 0x00002f05u, 0x00002f09u, 0x000200f8u, 0x00002f09u, 0x00050050u, 0x0000005fu, 0x00002f0cu, 0x0000725du, - 0x00002ef0u, 0x000200f9u, 0x00002f0du, 0x000200f8u, 0x00002f05u, 0x00050050u, 0x0000005fu, 0x00002f08u, - 0x00007261u, 0x00002ef2u, 0x000200f9u, 0x00002f0du, 0x000200f8u, 0x00002f0du, 0x000700f5u, 0x0000005fu, - 0x00007272u, 0x00002f08u, 0x00002f05u, 0x00002f0cu, 0x00002f09u, 0x000500c7u, 0x00000008u, 0x00002f10u, - 0x0000725du, 0x00000214u, 0x000500c4u, 0x00000008u, 0x00002f11u, 0x00002f10u, 0x0000021du, 0x0004003du, - 0x00000008u, 0x00002f13u, 0x00002ed1u, 0x000500c3u, 0x00000008u, 0x00002f14u, 0x00002f13u, 0x00000214u, - 0x000500c5u, 0x00000008u, 0x00002f15u, 0x00002f11u, 0x00002f14u, 0x000300f7u, 0x000031d0u, 0x00000000u, - 0x000400fau, 0x00002215u, 0x00002f17u, 0x00002fb4u, 0x000200f8u, 0x00002fb4u, 0x000300f7u, 0x000031cfu, - 0x00000000u, 0x000d00fbu, 0x00002d2fu, 0x000031cfu, 0x00000000u, 0x00002fb7u, 0x00000001u, 0x0000303fu, - 0x00000002u, 0x0000306du, 0x00000003u, 0x000030e0u, 0x00000004u, 0x00003168u, 0x000200f8u, 0x00003168u, - 0x000300f7u, 0x000031ceu, 0x00000000u, 0x000700fbu, 0x00002d34u, 0x0000316bu, 0x00000000u, 0x0000318cu, - 0x00000001u, 0x000031adu, 0x000200f8u, 0x000031adu, 0x0004007cu, 0x000000a2u, 0x000031afu, 0x00007272u, - 0x0003003eu, 0x00002e6cu, 0x000031afu, 0x00050041u, 0x00000007u, 0x000044c0u, 0x00002e6cu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000044c1u, 0x000044c0u, 0x00050084u, 0x00000006u, 0x000044c2u, 0x00002d2au, - 0x000044c1u, 0x00050080u, 0x00000006u, 0x000044c3u, 0x00002d27u, 0x000044c2u, 0x00050041u, 0x00000007u, - 0x000044c4u, 0x00002e6cu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000044c5u, 0x000044c4u, 0x00050080u, - 0x00000006u, 0x000044c7u, 0x000044c3u, 0x000044c5u, 0x000500c7u, 0x00000006u, 0x000044c9u, 0x000044c7u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x000044ccu, 0x000044c0u, 0x000500c7u, 0x00000006u, 0x000044cdu, - 0x000044ccu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000044ceu, 0x000044cdu, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x000044d0u, 0x000044c9u, 0x000044ceu, 0x000500c6u, 0x00000006u, 0x000044d2u, 0x000044d0u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x000044d5u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x000044d2u, 0x0004003du, 0x0000022bu, 0x000044d6u, 0x000044d5u, 0x00040071u, 0x00000006u, 0x000044d7u, - 0x000044d6u, 0x0004007cu, 0x00000008u, 0x000044d9u, 0x000044d7u, 0x00070050u, 0x00000009u, 0x000044dau, - 0x000044d9u, 0x000044d9u, 0x000044d9u, 0x000044d9u, 0x000300f7u, 0x000031c3u, 0x00000000u, 0x000400fau, - 0x0000221bu, 0x000031b4u, 0x000031c3u, 0x000200f8u, 0x000031b4u, 0x00050050u, 0x0000005fu, 0x000031b7u, - 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x000031b8u, 0x000031b7u, 0x0003003eu, 0x00002e6fu, - 0x000031b8u, 0x00050041u, 0x00000007u, 0x000044e4u, 0x00002e6fu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000044e5u, 0x000044e4u, 0x00050084u, 0x00000006u, 0x000044e6u, 0x00002d2au, 0x000044e5u, 0x00050080u, - 0x00000006u, 0x000044e7u, 0x00002d27u, 0x000044e6u, 0x00050041u, 0x00000007u, 0x000044e8u, 0x00002e6fu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000044e9u, 0x000044e8u, 0x00050080u, 0x00000006u, 0x000044ebu, - 0x000044e7u, 0x000044e9u, 0x000500c7u, 0x00000006u, 0x000044edu, 0x000044ebu, 0x00000e58u, 0x0004003du, - 0x00000006u, 0x000044f0u, 0x000044e4u, 0x000500c7u, 0x00000006u, 0x000044f1u, 0x000044f0u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000044f2u, 0x000044f1u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000044f4u, - 0x000044edu, 0x000044f2u, 0x000500c6u, 0x00000006u, 0x000044f6u, 0x000044f4u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x000044f9u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000044f6u, 0x0004003du, - 0x0000022bu, 0x000044fau, 0x000044f9u, 0x00040071u, 0x00000006u, 0x000044fbu, 0x000044fau, 0x0004007cu, - 0x00000008u, 0x000044fdu, 0x000044fbu, 0x00070050u, 0x00000009u, 0x000044feu, 0x000044fdu, 0x000044fdu, - 0x000044fdu, 0x000044fdu, 0x00050050u, 0x0000005fu, 0x000031beu, 0x0000725du, 0x00002ef2u, 0x0004007cu, - 0x000000a2u, 0x000031bfu, 0x000031beu, 0x0003003eu, 0x00002e72u, 0x000031bfu, 0x00050041u, 0x00000007u, - 0x00004508u, 0x00002e72u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004509u, 0x00004508u, 0x00050084u, - 0x00000006u, 0x0000450au, 0x00002d2au, 0x00004509u, 0x00050080u, 0x00000006u, 0x0000450bu, 0x00002d27u, - 0x0000450au, 0x00050041u, 0x00000007u, 0x0000450cu, 0x00002e72u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x0000450du, 0x0000450cu, 0x00050080u, 0x00000006u, 0x0000450fu, 0x0000450bu, 0x0000450du, 0x000500c7u, - 0x00000006u, 0x00004511u, 0x0000450fu, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00004514u, 0x00004508u, - 0x000500c7u, 0x00000006u, 0x00004515u, 0x00004514u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004516u, - 0x00004515u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004518u, 0x00004511u, 0x00004516u, 0x000500c6u, - 0x00000006u, 0x0000451au, 0x00004518u, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000451du, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x0000451au, 0x0004003du, 0x0000022bu, 0x0000451eu, 0x0000451du, - 0x00040071u, 0x00000006u, 0x0000451fu, 0x0000451eu, 0x0004007cu, 0x00000008u, 0x00004521u, 0x0000451fu, - 0x00070050u, 0x00000009u, 0x00004522u, 0x00004521u, 0x00004521u, 0x00004521u, 0x00004521u, 0x000200f9u, - 0x000031c3u, 0x000200f8u, 0x000031c3u, 0x000700f5u, 0x00000009u, 0x00007434u, 0x000073d6u, 0x000031adu, - 0x00004522u, 0x000031b4u, 0x000700f5u, 0x00000009u, 0x000073b8u, 0x00007357u, 0x000031adu, 0x000044feu, - 0x000031b4u, 0x000300f7u, 0x000031cdu, 0x00000000u, 0x000400fau, 0x00002efcu, 0x000031c5u, 0x000031cdu, - 0x000200f8u, 0x000031c5u, 0x00050050u, 0x0000005fu, 0x000031c8u, 0x00007261u, 0x00002ef2u, 0x0004007cu, - 0x000000a2u, 0x000031c9u, 0x000031c8u, 0x0003003eu, 0x00002e75u, 0x000031c9u, 0x00050041u, 0x00000007u, - 0x0000452cu, 0x00002e75u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000452du, 0x0000452cu, 0x00050084u, - 0x00000006u, 0x0000452eu, 0x00002d2au, 0x0000452du, 0x00050080u, 0x00000006u, 0x0000452fu, 0x00002d27u, - 0x0000452eu, 0x00050041u, 0x00000007u, 0x00004530u, 0x00002e75u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00004531u, 0x00004530u, 0x00050080u, 0x00000006u, 0x00004533u, 0x0000452fu, 0x00004531u, 0x000500c7u, - 0x00000006u, 0x00004535u, 0x00004533u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00004538u, 0x0000452cu, - 0x000500c7u, 0x00000006u, 0x00004539u, 0x00004538u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000453au, - 0x00004539u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000453cu, 0x00004535u, 0x0000453au, 0x000500c6u, - 0x00000006u, 0x0000453eu, 0x0000453cu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004541u, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x0000453eu, 0x0004003du, 0x0000022bu, 0x00004542u, 0x00004541u, - 0x00040071u, 0x00000006u, 0x00004543u, 0x00004542u, 0x0004007cu, 0x00000008u, 0x00004545u, 0x00004543u, - 0x00070050u, 0x00000009u, 0x00004546u, 0x00004545u, 0x00004545u, 0x00004545u, 0x00004545u, 0x000200f9u, - 0x000031cdu, 0x000200f8u, 0x000031cdu, 0x000700f5u, 0x00000009u, 0x000074b0u, 0x00007450u, 0x000031c3u, - 0x00004546u, 0x000031c5u, 0x000200f9u, 0x000031ceu, 0x000200f8u, 0x0000318cu, 0x0004007cu, 0x000000a2u, - 0x0000318eu, 0x00007272u, 0x0003003eu, 0x00002e60u, 0x0000318eu, 0x00050041u, 0x00000007u, 0x000043f5u, - 0x00002e60u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000043f6u, 0x000043f5u, 0x00050084u, 0x00000006u, - 0x000043f7u, 0x00002d2au, 0x000043f6u, 0x00050080u, 0x00000006u, 0x000043f8u, 0x00002d27u, 0x000043f7u, - 0x00050041u, 0x00000007u, 0x000043f9u, 0x00002e60u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000043fau, - 0x000043f9u, 0x000500c2u, 0x00000006u, 0x000043fbu, 0x000043fau, 0x00000214u, 0x00050080u, 0x00000006u, - 0x000043fdu, 0x000043f8u, 0x000043fbu, 0x000500c7u, 0x00000006u, 0x000043ffu, 0x000043fdu, 0x00000e58u, - 0x0004003du, 0x00000006u, 0x00004401u, 0x000043f9u, 0x000400c8u, 0x00000006u, 0x00004402u, 0x00004401u, - 0x000500c7u, 0x00000006u, 0x00004403u, 0x00004402u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00004404u, - 0x00004403u, 0x00000703u, 0x0004003du, 0x00000006u, 0x00004407u, 0x000043f5u, 0x000500c7u, 0x00000006u, - 0x00004408u, 0x00004407u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004409u, 0x00004408u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x0000440bu, 0x000043ffu, 0x00004409u, 0x000500c6u, 0x00000006u, 0x0000440du, - 0x0000440bu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004410u, 0x00000e72u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x0000440du, 0x0004003du, 0x0000022bu, 0x00004411u, 0x00004410u, 0x00040071u, 0x00000006u, - 0x00004412u, 0x00004411u, 0x000500c2u, 0x00000006u, 0x00004415u, 0x00004412u, 0x00004404u, 0x000500c7u, - 0x00000006u, 0x00004416u, 0x00004415u, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00004418u, 0x00004416u, - 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000441au, 0x00004416u, 0x00004418u, 0x0004007cu, 0x00000008u, - 0x0000441cu, 0x0000441au, 0x00070050u, 0x00000009u, 0x0000441du, 0x0000441cu, 0x0000441cu, 0x0000441cu, - 0x0000441cu, 0x000300f7u, 0x000031a2u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00003193u, 0x000031a2u, - 0x000200f8u, 0x00003193u, 0x00050050u, 0x0000005fu, 0x00003196u, 0x00007261u, 0x00002ef0u, 0x0004007cu, - 0x000000a2u, 0x00003197u, 0x00003196u, 0x0003003eu, 0x00002e63u, 0x00003197u, 0x00050041u, 0x00000007u, - 0x00004428u, 0x00002e63u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004429u, 0x00004428u, 0x00050084u, - 0x00000006u, 0x0000442au, 0x00002d2au, 0x00004429u, 0x00050080u, 0x00000006u, 0x0000442bu, 0x00002d27u, - 0x0000442au, 0x00050041u, 0x00000007u, 0x0000442cu, 0x00002e63u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x0000442du, 0x0000442cu, 0x000500c2u, 0x00000006u, 0x0000442eu, 0x0000442du, 0x00000214u, 0x00050080u, - 0x00000006u, 0x00004430u, 0x0000442bu, 0x0000442eu, 0x000500c7u, 0x00000006u, 0x00004432u, 0x00004430u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00004434u, 0x0000442cu, 0x000400c8u, 0x00000006u, 0x00004435u, - 0x00004434u, 0x000500c7u, 0x00000006u, 0x00004436u, 0x00004435u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00004437u, 0x00004436u, 0x00000703u, 0x0004003du, 0x00000006u, 0x0000443au, 0x00004428u, 0x000500c7u, - 0x00000006u, 0x0000443bu, 0x0000443au, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000443cu, 0x0000443bu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000443eu, 0x00004432u, 0x0000443cu, 0x000500c6u, 0x00000006u, - 0x00004440u, 0x0000443eu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004443u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00004440u, 0x0004003du, 0x0000022bu, 0x00004444u, 0x00004443u, 0x00040071u, - 0x00000006u, 0x00004445u, 0x00004444u, 0x000500c2u, 0x00000006u, 0x00004448u, 0x00004445u, 0x00004437u, - 0x000500c7u, 0x00000006u, 0x00004449u, 0x00004448u, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x0000444bu, - 0x00004449u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000444du, 0x00004449u, 0x0000444bu, 0x0004007cu, - 0x00000008u, 0x0000444fu, 0x0000444du, 0x00070050u, 0x00000009u, 0x00004450u, 0x0000444fu, 0x0000444fu, - 0x0000444fu, 0x0000444fu, 0x00050050u, 0x0000005fu, 0x0000319du, 0x0000725du, 0x00002ef2u, 0x0004007cu, - 0x000000a2u, 0x0000319eu, 0x0000319du, 0x0003003eu, 0x00002e66u, 0x0000319eu, 0x00050041u, 0x00000007u, - 0x0000445bu, 0x00002e66u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000445cu, 0x0000445bu, 0x00050084u, - 0x00000006u, 0x0000445du, 0x00002d2au, 0x0000445cu, 0x00050080u, 0x00000006u, 0x0000445eu, 0x00002d27u, - 0x0000445du, 0x00050041u, 0x00000007u, 0x0000445fu, 0x00002e66u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00004460u, 0x0000445fu, 0x000500c2u, 0x00000006u, 0x00004461u, 0x00004460u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x00004463u, 0x0000445eu, 0x00004461u, 0x000500c7u, 0x00000006u, 0x00004465u, 0x00004463u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00004467u, 0x0000445fu, 0x000400c8u, 0x00000006u, 0x00004468u, - 0x00004467u, 0x000500c7u, 0x00000006u, 0x00004469u, 0x00004468u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x0000446au, 0x00004469u, 0x00000703u, 0x0004003du, 0x00000006u, 0x0000446du, 0x0000445bu, 0x000500c7u, - 0x00000006u, 0x0000446eu, 0x0000446du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000446fu, 0x0000446eu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004471u, 0x00004465u, 0x0000446fu, 0x000500c6u, 0x00000006u, - 0x00004473u, 0x00004471u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004476u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00004473u, 0x0004003du, 0x0000022bu, 0x00004477u, 0x00004476u, 0x00040071u, - 0x00000006u, 0x00004478u, 0x00004477u, 0x000500c2u, 0x00000006u, 0x0000447bu, 0x00004478u, 0x0000446au, - 0x000500c7u, 0x00000006u, 0x0000447cu, 0x0000447bu, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x0000447eu, - 0x0000447cu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00004480u, 0x0000447cu, 0x0000447eu, 0x0004007cu, - 0x00000008u, 0x00004482u, 0x00004480u, 0x00070050u, 0x00000009u, 0x00004483u, 0x00004482u, 0x00004482u, - 0x00004482u, 0x00004482u, 0x000200f9u, 0x000031a2u, 0x000200f8u, 0x000031a2u, 0x000700f5u, 0x00000009u, - 0x00007432u, 0x000073d6u, 0x0000318cu, 0x00004483u, 0x00003193u, 0x000700f5u, 0x00000009u, 0x000073b6u, - 0x00007357u, 0x0000318cu, 0x00004450u, 0x00003193u, 0x000300f7u, 0x000031acu, 0x00000000u, 0x000400fau, - 0x00002efcu, 0x000031a4u, 0x000031acu, 0x000200f8u, 0x000031a4u, 0x00050050u, 0x0000005fu, 0x000031a7u, - 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x000031a8u, 0x000031a7u, 0x0003003eu, 0x00002e69u, - 0x000031a8u, 0x00050041u, 0x00000007u, 0x0000448eu, 0x00002e69u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x0000448fu, 0x0000448eu, 0x00050084u, 0x00000006u, 0x00004490u, 0x00002d2au, 0x0000448fu, 0x00050080u, - 0x00000006u, 0x00004491u, 0x00002d27u, 0x00004490u, 0x00050041u, 0x00000007u, 0x00004492u, 0x00002e69u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00004493u, 0x00004492u, 0x000500c2u, 0x00000006u, 0x00004494u, - 0x00004493u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00004496u, 0x00004491u, 0x00004494u, 0x000500c7u, - 0x00000006u, 0x00004498u, 0x00004496u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x0000449au, 0x00004492u, - 0x000400c8u, 0x00000006u, 0x0000449bu, 0x0000449au, 0x000500c7u, 0x00000006u, 0x0000449cu, 0x0000449bu, - 0x00000487u, 0x00050084u, 0x00000006u, 0x0000449du, 0x0000449cu, 0x00000703u, 0x0004003du, 0x00000006u, - 0x000044a0u, 0x0000448eu, 0x000500c7u, 0x00000006u, 0x000044a1u, 0x000044a0u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x000044a2u, 0x000044a1u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000044a4u, 0x00004498u, - 0x000044a2u, 0x000500c6u, 0x00000006u, 0x000044a6u, 0x000044a4u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x000044a9u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000044a6u, 0x0004003du, 0x0000022bu, - 0x000044aau, 0x000044a9u, 0x00040071u, 0x00000006u, 0x000044abu, 0x000044aau, 0x000500c2u, 0x00000006u, - 0x000044aeu, 0x000044abu, 0x0000449du, 0x000500c7u, 0x00000006u, 0x000044afu, 0x000044aeu, 0x00000e7bu, - 0x000500c4u, 0x00000006u, 0x000044b1u, 0x000044afu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x000044b3u, - 0x000044afu, 0x000044b1u, 0x0004007cu, 0x00000008u, 0x000044b5u, 0x000044b3u, 0x00070050u, 0x00000009u, - 0x000044b6u, 0x000044b5u, 0x000044b5u, 0x000044b5u, 0x000044b5u, 0x000200f9u, 0x000031acu, 0x000200f8u, - 0x000031acu, 0x000700f5u, 0x00000009u, 0x000074aeu, 0x00007450u, 0x000031a2u, 0x000044b6u, 0x000031a4u, - 0x000200f9u, 0x000031ceu, 0x000200f8u, 0x0000316bu, 0x0004007cu, 0x000000a2u, 0x0000316du, 0x00007272u, - 0x0003003eu, 0x00002e78u, 0x0000316du, 0x00050041u, 0x00000007u, 0x00004348u, 0x00002e78u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00004349u, 0x00004348u, 0x00050084u, 0x00000006u, 0x0000434au, 0x00002d2au, - 0x00004349u, 0x00050080u, 0x00000006u, 0x0000434bu, 0x00002d27u, 0x0000434au, 0x00050041u, 0x00000007u, - 0x0000434cu, 0x00002e78u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000434du, 0x0000434cu, 0x00050084u, - 0x00000006u, 0x0000434eu, 0x0000434du, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004350u, 0x0000434bu, - 0x0000434eu, 0x000500c7u, 0x00000006u, 0x00004352u, 0x00004350u, 0x00000e58u, 0x000500c2u, 0x00000006u, - 0x00004354u, 0x00004352u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004356u, 0x00004348u, 0x000500c7u, - 0x00000006u, 0x00004357u, 0x00004356u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004358u, 0x00004357u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x0000435au, 0x00004354u, 0x00004358u, 0x000500c6u, 0x00000006u, - 0x0000435cu, 0x0000435au, 0x00000487u, 0x00080041u, 0x00000272u, 0x0000435fu, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x0000435cu, 0x0004003du, 0x0000022du, 0x00004360u, 0x0000435fu, 0x00040071u, - 0x00000006u, 0x00004361u, 0x00004360u, 0x000500c2u, 0x00000006u, 0x00004363u, 0x00004361u, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x00004364u, 0x00004363u, 0x000500c7u, 0x00000006u, 0x00004366u, 0x00004361u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004367u, 0x00004366u, 0x00050050u, 0x0000005fu, 0x00004368u, - 0x00004364u, 0x00004367u, 0x0009004fu, 0x00000009u, 0x00004369u, 0x00004368u, 0x00004368u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00003181u, 0x00000000u, 0x000400fau, 0x0000221bu, - 0x00003172u, 0x00003181u, 0x000200f8u, 0x00003172u, 0x00050050u, 0x0000005fu, 0x00003175u, 0x00007261u, - 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x00003176u, 0x00003175u, 0x0003003eu, 0x00002e7bu, 0x00003176u, - 0x00050041u, 0x00000007u, 0x00004373u, 0x00002e7bu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004374u, - 0x00004373u, 0x00050084u, 0x00000006u, 0x00004375u, 0x00002d2au, 0x00004374u, 0x00050080u, 0x00000006u, - 0x00004376u, 0x00002d27u, 0x00004375u, 0x00050041u, 0x00000007u, 0x00004377u, 0x00002e7bu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00004378u, 0x00004377u, 0x00050084u, 0x00000006u, 0x00004379u, 0x00004378u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000437bu, 0x00004376u, 0x00004379u, 0x000500c7u, 0x00000006u, - 0x0000437du, 0x0000437bu, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x0000437fu, 0x0000437du, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00004381u, 0x00004373u, 0x000500c7u, 0x00000006u, 0x00004382u, 0x00004381u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004383u, 0x00004382u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00004385u, 0x0000437fu, 0x00004383u, 0x000500c6u, 0x00000006u, 0x00004387u, 0x00004385u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x0000438au, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00004387u, - 0x0004003du, 0x0000022du, 0x0000438bu, 0x0000438au, 0x00040071u, 0x00000006u, 0x0000438cu, 0x0000438bu, - 0x000500c2u, 0x00000006u, 0x0000438eu, 0x0000438cu, 0x00000260u, 0x0004007cu, 0x00000008u, 0x0000438fu, - 0x0000438eu, 0x000500c7u, 0x00000006u, 0x00004391u, 0x0000438cu, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00004392u, 0x00004391u, 0x00050050u, 0x0000005fu, 0x00004393u, 0x0000438fu, 0x00004392u, 0x0009004fu, - 0x00000009u, 0x00004394u, 0x00004393u, 0x00004393u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x00050050u, 0x0000005fu, 0x0000317cu, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x0000317du, - 0x0000317cu, 0x0003003eu, 0x00002e7eu, 0x0000317du, 0x00050041u, 0x00000007u, 0x0000439eu, 0x00002e7eu, - 0x00000487u, 0x0004003du, 0x00000006u, 0x0000439fu, 0x0000439eu, 0x00050084u, 0x00000006u, 0x000043a0u, - 0x00002d2au, 0x0000439fu, 0x00050080u, 0x00000006u, 0x000043a1u, 0x00002d27u, 0x000043a0u, 0x00050041u, - 0x00000007u, 0x000043a2u, 0x00002e7eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000043a3u, 0x000043a2u, - 0x00050084u, 0x00000006u, 0x000043a4u, 0x000043a3u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000043a6u, - 0x000043a1u, 0x000043a4u, 0x000500c7u, 0x00000006u, 0x000043a8u, 0x000043a6u, 0x00000e58u, 0x000500c2u, - 0x00000006u, 0x000043aau, 0x000043a8u, 0x00000214u, 0x0004003du, 0x00000006u, 0x000043acu, 0x0000439eu, - 0x000500c7u, 0x00000006u, 0x000043adu, 0x000043acu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000043aeu, - 0x000043adu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000043b0u, 0x000043aau, 0x000043aeu, 0x000500c6u, - 0x00000006u, 0x000043b2u, 0x000043b0u, 0x00000487u, 0x00080041u, 0x00000272u, 0x000043b5u, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x000043b2u, 0x0004003du, 0x0000022du, 0x000043b6u, 0x000043b5u, - 0x00040071u, 0x00000006u, 0x000043b7u, 0x000043b6u, 0x000500c2u, 0x00000006u, 0x000043b9u, 0x000043b7u, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x000043bau, 0x000043b9u, 0x000500c7u, 0x00000006u, 0x000043bcu, - 0x000043b7u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000043bdu, 0x000043bcu, 0x00050050u, 0x0000005fu, - 0x000043beu, 0x000043bau, 0x000043bdu, 0x0009004fu, 0x00000009u, 0x000043bfu, 0x000043beu, 0x000043beu, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003181u, 0x000200f8u, 0x00003181u, - 0x000700f5u, 0x00000009u, 0x00007430u, 0x000073d6u, 0x0000316bu, 0x000043bfu, 0x00003172u, 0x000700f5u, - 0x00000009u, 0x000073b4u, 0x00007357u, 0x0000316bu, 0x00004394u, 0x00003172u, 0x000300f7u, 0x0000318bu, - 0x00000000u, 0x000400fau, 0x00002efcu, 0x00003183u, 0x0000318bu, 0x000200f8u, 0x00003183u, 0x00050050u, - 0x0000005fu, 0x00003186u, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003187u, 0x00003186u, - 0x0003003eu, 0x00002e81u, 0x00003187u, 0x00050041u, 0x00000007u, 0x000043c9u, 0x00002e81u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000043cau, 0x000043c9u, 0x00050084u, 0x00000006u, 0x000043cbu, 0x00002d2au, - 0x000043cau, 0x00050080u, 0x00000006u, 0x000043ccu, 0x00002d27u, 0x000043cbu, 0x00050041u, 0x00000007u, - 0x000043cdu, 0x00002e81u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000043ceu, 0x000043cdu, 0x00050084u, - 0x00000006u, 0x000043cfu, 0x000043ceu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000043d1u, 0x000043ccu, - 0x000043cfu, 0x000500c7u, 0x00000006u, 0x000043d3u, 0x000043d1u, 0x00000e58u, 0x000500c2u, 0x00000006u, - 0x000043d5u, 0x000043d3u, 0x00000214u, 0x0004003du, 0x00000006u, 0x000043d7u, 0x000043c9u, 0x000500c7u, - 0x00000006u, 0x000043d8u, 0x000043d7u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000043d9u, 0x000043d8u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x000043dbu, 0x000043d5u, 0x000043d9u, 0x000500c6u, 0x00000006u, - 0x000043ddu, 0x000043dbu, 0x00000487u, 0x00080041u, 0x00000272u, 0x000043e0u, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x000043ddu, 0x0004003du, 0x0000022du, 0x000043e1u, 0x000043e0u, 0x00040071u, - 0x00000006u, 0x000043e2u, 0x000043e1u, 0x000500c2u, 0x00000006u, 0x000043e4u, 0x000043e2u, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x000043e5u, 0x000043e4u, 0x000500c7u, 0x00000006u, 0x000043e7u, 0x000043e2u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000043e8u, 0x000043e7u, 0x00050050u, 0x0000005fu, 0x000043e9u, - 0x000043e5u, 0x000043e8u, 0x0009004fu, 0x00000009u, 0x000043eau, 0x000043e9u, 0x000043e9u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000318bu, 0x000200f8u, 0x0000318bu, 0x000700f5u, - 0x00000009u, 0x000074acu, 0x00007450u, 0x00003181u, 0x000043eau, 0x00003183u, 0x000200f9u, 0x000031ceu, - 0x000200f8u, 0x000031ceu, 0x000900f5u, 0x00000009u, 0x000074abu, 0x000074acu, 0x0000318bu, 0x000074aeu, - 0x000031acu, 0x000074b0u, 0x000031cdu, 0x000900f5u, 0x00000009u, 0x0000742eu, 0x00007430u, 0x0000318bu, - 0x00007432u, 0x000031acu, 0x00007434u, 0x000031cdu, 0x000900f5u, 0x00000009u, 0x000073b2u, 0x000073b4u, - 0x0000318bu, 0x000073b6u, 0x000031acu, 0x000073b8u, 0x000031cdu, 0x000900f5u, 0x00000009u, 0x000072fcu, - 0x00004369u, 0x0000318bu, 0x0000441du, 0x000031acu, 0x000044dau, 0x000031cdu, 0x000200f9u, 0x000031cfu, - 0x000200f8u, 0x000030e0u, 0x000300f7u, 0x00003167u, 0x00000000u, 0x000b00fbu, 0x00002d34u, 0x00003167u, - 0x00000000u, 0x000030e3u, 0x00000001u, 0x00003104u, 0x00000002u, 0x00003125u, 0x00000003u, 0x00003146u, - 0x000200f8u, 0x00003146u, 0x0004007cu, 0x000000a2u, 0x00003148u, 0x00007272u, 0x0003003eu, 0x00002e54u, - 0x00003148u, 0x00050041u, 0x00000007u, 0x0000429cu, 0x00002e54u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x0000429du, 0x0000429cu, 0x00050084u, 0x00000006u, 0x0000429eu, 0x00002d2au, 0x0000429du, 0x00050080u, - 0x00000006u, 0x0000429fu, 0x00002d27u, 0x0000429eu, 0x00050041u, 0x00000007u, 0x000042a0u, 0x00002e54u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000042a1u, 0x000042a0u, 0x00050084u, 0x00000006u, 0x000042a2u, - 0x000042a1u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000042a4u, 0x0000429fu, 0x000042a2u, 0x000500c7u, - 0x00000006u, 0x000042a6u, 0x000042a4u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x000042a8u, 0x000042a6u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x000042aau, 0x0000429cu, 0x000500c7u, 0x00000006u, 0x000042abu, - 0x000042aau, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000042acu, 0x000042abu, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x000042aeu, 0x000042a8u, 0x000042acu, 0x000500c6u, 0x00000006u, 0x000042b0u, 0x000042aeu, - 0x00000487u, 0x00080041u, 0x00000272u, 0x000042b3u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x000042b0u, 0x0004003du, 0x0000022du, 0x000042b4u, 0x000042b3u, 0x00040071u, 0x00000006u, 0x000042b5u, - 0x000042b4u, 0x000500c2u, 0x00000006u, 0x000042b7u, 0x000042b5u, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x000042b8u, 0x000042b7u, 0x000500c7u, 0x00000006u, 0x000042bau, 0x000042b5u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x000042bbu, 0x000042bau, 0x00050050u, 0x0000005fu, 0x000042bcu, 0x000042b8u, 0x000042bbu, - 0x0009004fu, 0x00000009u, 0x000042bdu, 0x000042bcu, 0x000042bcu, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000300f7u, 0x0000315cu, 0x00000000u, 0x000400fau, 0x0000221bu, 0x0000314du, 0x0000315cu, - 0x000200f8u, 0x0000314du, 0x00050050u, 0x0000005fu, 0x00003150u, 0x00007261u, 0x00002ef0u, 0x0004007cu, - 0x000000a2u, 0x00003151u, 0x00003150u, 0x0003003eu, 0x00002e57u, 0x00003151u, 0x00050041u, 0x00000007u, - 0x000042c7u, 0x00002e57u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000042c8u, 0x000042c7u, 0x00050084u, - 0x00000006u, 0x000042c9u, 0x00002d2au, 0x000042c8u, 0x00050080u, 0x00000006u, 0x000042cau, 0x00002d27u, - 0x000042c9u, 0x00050041u, 0x00000007u, 0x000042cbu, 0x00002e57u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x000042ccu, 0x000042cbu, 0x00050084u, 0x00000006u, 0x000042cdu, 0x000042ccu, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x000042cfu, 0x000042cau, 0x000042cdu, 0x000500c7u, 0x00000006u, 0x000042d1u, 0x000042cfu, - 0x00000e58u, 0x000500c2u, 0x00000006u, 0x000042d3u, 0x000042d1u, 0x00000214u, 0x0004003du, 0x00000006u, - 0x000042d5u, 0x000042c7u, 0x000500c7u, 0x00000006u, 0x000042d6u, 0x000042d5u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x000042d7u, 0x000042d6u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000042d9u, 0x000042d3u, - 0x000042d7u, 0x000500c6u, 0x00000006u, 0x000042dbu, 0x000042d9u, 0x00000487u, 0x00080041u, 0x00000272u, - 0x000042deu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000042dbu, 0x0004003du, 0x0000022du, - 0x000042dfu, 0x000042deu, 0x00040071u, 0x00000006u, 0x000042e0u, 0x000042dfu, 0x000500c2u, 0x00000006u, - 0x000042e2u, 0x000042e0u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x000042e3u, 0x000042e2u, 0x000500c7u, - 0x00000006u, 0x000042e5u, 0x000042e0u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000042e6u, 0x000042e5u, - 0x00050050u, 0x0000005fu, 0x000042e7u, 0x000042e3u, 0x000042e6u, 0x0009004fu, 0x00000009u, 0x000042e8u, - 0x000042e7u, 0x000042e7u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000005fu, - 0x00003157u, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003158u, 0x00003157u, 0x0003003eu, - 0x00002e5au, 0x00003158u, 0x00050041u, 0x00000007u, 0x000042f2u, 0x00002e5au, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000042f3u, 0x000042f2u, 0x00050084u, 0x00000006u, 0x000042f4u, 0x00002d2au, 0x000042f3u, - 0x00050080u, 0x00000006u, 0x000042f5u, 0x00002d27u, 0x000042f4u, 0x00050041u, 0x00000007u, 0x000042f6u, - 0x00002e5au, 0x00000376u, 0x0004003du, 0x00000006u, 0x000042f7u, 0x000042f6u, 0x00050084u, 0x00000006u, - 0x000042f8u, 0x000042f7u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000042fau, 0x000042f5u, 0x000042f8u, - 0x000500c7u, 0x00000006u, 0x000042fcu, 0x000042fau, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x000042feu, - 0x000042fcu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004300u, 0x000042f2u, 0x000500c7u, 0x00000006u, - 0x00004301u, 0x00004300u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004302u, 0x00004301u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00004304u, 0x000042feu, 0x00004302u, 0x000500c6u, 0x00000006u, 0x00004306u, - 0x00004304u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004309u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00004306u, 0x0004003du, 0x0000022du, 0x0000430au, 0x00004309u, 0x00040071u, 0x00000006u, - 0x0000430bu, 0x0000430au, 0x000500c2u, 0x00000006u, 0x0000430du, 0x0000430bu, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x0000430eu, 0x0000430du, 0x000500c7u, 0x00000006u, 0x00004310u, 0x0000430bu, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00004311u, 0x00004310u, 0x00050050u, 0x0000005fu, 0x00004312u, 0x0000430eu, - 0x00004311u, 0x0009004fu, 0x00000009u, 0x00004313u, 0x00004312u, 0x00004312u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000315cu, 0x000200f8u, 0x0000315cu, 0x000700f5u, 0x00000009u, - 0x0000742du, 0x000073d6u, 0x00003146u, 0x00004313u, 0x0000314du, 0x000700f5u, 0x00000009u, 0x000073b1u, - 0x00007357u, 0x00003146u, 0x000042e8u, 0x0000314du, 0x000300f7u, 0x00003166u, 0x00000000u, 0x000400fau, - 0x00002efcu, 0x0000315eu, 0x00003166u, 0x000200f8u, 0x0000315eu, 0x00050050u, 0x0000005fu, 0x00003161u, - 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003162u, 0x00003161u, 0x0003003eu, 0x00002e5du, - 0x00003162u, 0x00050041u, 0x00000007u, 0x0000431du, 0x00002e5du, 0x00000487u, 0x0004003du, 0x00000006u, - 0x0000431eu, 0x0000431du, 0x00050084u, 0x00000006u, 0x0000431fu, 0x00002d2au, 0x0000431eu, 0x00050080u, - 0x00000006u, 0x00004320u, 0x00002d27u, 0x0000431fu, 0x00050041u, 0x00000007u, 0x00004321u, 0x00002e5du, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00004322u, 0x00004321u, 0x00050084u, 0x00000006u, 0x00004323u, - 0x00004322u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004325u, 0x00004320u, 0x00004323u, 0x000500c7u, - 0x00000006u, 0x00004327u, 0x00004325u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00004329u, 0x00004327u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x0000432bu, 0x0000431du, 0x000500c7u, 0x00000006u, 0x0000432cu, - 0x0000432bu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000432du, 0x0000432cu, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x0000432fu, 0x00004329u, 0x0000432du, 0x000500c6u, 0x00000006u, 0x00004331u, 0x0000432fu, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00004334u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00004331u, 0x0004003du, 0x0000022du, 0x00004335u, 0x00004334u, 0x00040071u, 0x00000006u, 0x00004336u, - 0x00004335u, 0x000500c2u, 0x00000006u, 0x00004338u, 0x00004336u, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x00004339u, 0x00004338u, 0x000500c7u, 0x00000006u, 0x0000433bu, 0x00004336u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x0000433cu, 0x0000433bu, 0x00050050u, 0x0000005fu, 0x0000433du, 0x00004339u, 0x0000433cu, - 0x0009004fu, 0x00000009u, 0x0000433eu, 0x0000433du, 0x0000433du, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00003166u, 0x000200f8u, 0x00003166u, 0x000700f5u, 0x00000009u, 0x000074a9u, - 0x00007450u, 0x0000315cu, 0x0000433eu, 0x0000315eu, 0x000200f9u, 0x00003167u, 0x000200f8u, 0x00003125u, - 0x0004007cu, 0x000000a2u, 0x00003127u, 0x00007272u, 0x0003003eu, 0x00002e48u, 0x00003127u, 0x00050041u, - 0x00000007u, 0x000041c1u, 0x00002e48u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000041c2u, 0x000041c1u, - 0x00050084u, 0x00000006u, 0x000041c3u, 0x00002d2au, 0x000041c2u, 0x00050080u, 0x00000006u, 0x000041c4u, - 0x00002d27u, 0x000041c3u, 0x00050041u, 0x00000007u, 0x000041c5u, 0x00002e48u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x000041c6u, 0x000041c5u, 0x00050084u, 0x00000006u, 0x000041c7u, 0x000041c6u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x000041c9u, 0x000041c4u, 0x000041c7u, 0x000500c7u, 0x00000006u, 0x000041cbu, - 0x000041c9u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x000041cdu, 0x000041cbu, 0x00000214u, 0x0004003du, - 0x00000006u, 0x000041cfu, 0x000041c1u, 0x000500c7u, 0x00000006u, 0x000041d0u, 0x000041cfu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000041d1u, 0x000041d0u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000041d3u, - 0x000041cdu, 0x000041d1u, 0x000500c6u, 0x00000006u, 0x000041d5u, 0x000041d3u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x000041d8u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000041d5u, 0x0004003du, - 0x0000022du, 0x000041d9u, 0x000041d8u, 0x00040071u, 0x00000006u, 0x000041dau, 0x000041d9u, 0x000500c2u, - 0x00000006u, 0x000041e2u, 0x000041dau, 0x00000260u, 0x000500c7u, 0x00000006u, 0x000041e4u, 0x000041dau, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000041e6u, 0x000041e2u, 0x0004007cu, 0x00000008u, 0x000041ecu, - 0x000041e4u, 0x00070050u, 0x00000009u, 0x000041edu, 0x000041e6u, 0x000041e6u, 0x000041e6u, 0x000041ecu, - 0x000300f7u, 0x0000313bu, 0x00000000u, 0x000400fau, 0x0000221bu, 0x0000312cu, 0x0000313bu, 0x000200f8u, - 0x0000312cu, 0x00050050u, 0x0000005fu, 0x0000312fu, 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, - 0x00003130u, 0x0000312fu, 0x0003003eu, 0x00002e4bu, 0x00003130u, 0x00050041u, 0x00000007u, 0x000041f8u, - 0x00002e4bu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000041f9u, 0x000041f8u, 0x00050084u, 0x00000006u, - 0x000041fau, 0x00002d2au, 0x000041f9u, 0x00050080u, 0x00000006u, 0x000041fbu, 0x00002d27u, 0x000041fau, - 0x00050041u, 0x00000007u, 0x000041fcu, 0x00002e4bu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000041fdu, - 0x000041fcu, 0x00050084u, 0x00000006u, 0x000041feu, 0x000041fdu, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00004200u, 0x000041fbu, 0x000041feu, 0x000500c7u, 0x00000006u, 0x00004202u, 0x00004200u, 0x00000e58u, - 0x000500c2u, 0x00000006u, 0x00004204u, 0x00004202u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004206u, - 0x000041f8u, 0x000500c7u, 0x00000006u, 0x00004207u, 0x00004206u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00004208u, 0x00004207u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x0000420au, 0x00004204u, 0x00004208u, - 0x000500c6u, 0x00000006u, 0x0000420cu, 0x0000420au, 0x00000487u, 0x00080041u, 0x00000272u, 0x0000420fu, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000420cu, 0x0004003du, 0x0000022du, 0x00004210u, - 0x0000420fu, 0x00040071u, 0x00000006u, 0x00004211u, 0x00004210u, 0x000500c2u, 0x00000006u, 0x00004219u, - 0x00004211u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x0000421bu, 0x00004211u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x0000421du, 0x00004219u, 0x0004007cu, 0x00000008u, 0x00004223u, 0x0000421bu, 0x00070050u, - 0x00000009u, 0x00004224u, 0x0000421du, 0x0000421du, 0x0000421du, 0x00004223u, 0x00050050u, 0x0000005fu, - 0x00003136u, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003137u, 0x00003136u, 0x0003003eu, - 0x00002e4eu, 0x00003137u, 0x00050041u, 0x00000007u, 0x0000422fu, 0x00002e4eu, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00004230u, 0x0000422fu, 0x00050084u, 0x00000006u, 0x00004231u, 0x00002d2au, 0x00004230u, - 0x00050080u, 0x00000006u, 0x00004232u, 0x00002d27u, 0x00004231u, 0x00050041u, 0x00000007u, 0x00004233u, - 0x00002e4eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004234u, 0x00004233u, 0x00050084u, 0x00000006u, - 0x00004235u, 0x00004234u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004237u, 0x00004232u, 0x00004235u, - 0x000500c7u, 0x00000006u, 0x00004239u, 0x00004237u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x0000423bu, - 0x00004239u, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000423du, 0x0000422fu, 0x000500c7u, 0x00000006u, - 0x0000423eu, 0x0000423du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000423fu, 0x0000423eu, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00004241u, 0x0000423bu, 0x0000423fu, 0x000500c6u, 0x00000006u, 0x00004243u, - 0x00004241u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004246u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00004243u, 0x0004003du, 0x0000022du, 0x00004247u, 0x00004246u, 0x00040071u, 0x00000006u, - 0x00004248u, 0x00004247u, 0x000500c2u, 0x00000006u, 0x00004250u, 0x00004248u, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x00004252u, 0x00004248u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004254u, 0x00004250u, - 0x0004007cu, 0x00000008u, 0x0000425au, 0x00004252u, 0x00070050u, 0x00000009u, 0x0000425bu, 0x00004254u, - 0x00004254u, 0x00004254u, 0x0000425au, 0x000200f9u, 0x0000313bu, 0x000200f8u, 0x0000313bu, 0x000700f5u, - 0x00000009u, 0x0000742bu, 0x000073d6u, 0x00003125u, 0x0000425bu, 0x0000312cu, 0x000700f5u, 0x00000009u, - 0x000073afu, 0x00007357u, 0x00003125u, 0x00004224u, 0x0000312cu, 0x000300f7u, 0x00003145u, 0x00000000u, - 0x000400fau, 0x00002efcu, 0x0000313du, 0x00003145u, 0x000200f8u, 0x0000313du, 0x00050050u, 0x0000005fu, - 0x00003140u, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003141u, 0x00003140u, 0x0003003eu, - 0x00002e51u, 0x00003141u, 0x00050041u, 0x00000007u, 0x00004266u, 0x00002e51u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00004267u, 0x00004266u, 0x00050084u, 0x00000006u, 0x00004268u, 0x00002d2au, 0x00004267u, - 0x00050080u, 0x00000006u, 0x00004269u, 0x00002d27u, 0x00004268u, 0x00050041u, 0x00000007u, 0x0000426au, - 0x00002e51u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000426bu, 0x0000426au, 0x00050084u, 0x00000006u, - 0x0000426cu, 0x0000426bu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000426eu, 0x00004269u, 0x0000426cu, - 0x000500c7u, 0x00000006u, 0x00004270u, 0x0000426eu, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00004272u, - 0x00004270u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004274u, 0x00004266u, 0x000500c7u, 0x00000006u, - 0x00004275u, 0x00004274u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004276u, 0x00004275u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00004278u, 0x00004272u, 0x00004276u, 0x000500c6u, 0x00000006u, 0x0000427au, - 0x00004278u, 0x00000487u, 0x00080041u, 0x00000272u, 0x0000427du, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x0000427au, 0x0004003du, 0x0000022du, 0x0000427eu, 0x0000427du, 0x00040071u, 0x00000006u, - 0x0000427fu, 0x0000427eu, 0x000500c2u, 0x00000006u, 0x00004287u, 0x0000427fu, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x00004289u, 0x0000427fu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000428bu, 0x00004287u, - 0x0004007cu, 0x00000008u, 0x00004291u, 0x00004289u, 0x00070050u, 0x00000009u, 0x00004292u, 0x0000428bu, - 0x0000428bu, 0x0000428bu, 0x00004291u, 0x000200f9u, 0x00003145u, 0x000200f8u, 0x00003145u, 0x000700f5u, - 0x00000009u, 0x000074a7u, 0x00007450u, 0x0000313bu, 0x00004292u, 0x0000313du, 0x000200f9u, 0x00003167u, - 0x000200f8u, 0x00003104u, 0x0004007cu, 0x000000a2u, 0x00003106u, 0x00007272u, 0x0003003eu, 0x00002e3cu, - 0x00003106u, 0x00050041u, 0x00000007u, 0x000040e2u, 0x00002e3cu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000040e3u, 0x000040e2u, 0x00050084u, 0x00000006u, 0x000040e4u, 0x00002d2au, 0x000040e3u, 0x00050080u, - 0x00000006u, 0x000040e5u, 0x00002d27u, 0x000040e4u, 0x00050041u, 0x00000007u, 0x000040e6u, 0x00002e3cu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000040e7u, 0x000040e6u, 0x00050080u, 0x00000006u, 0x000040e9u, - 0x000040e5u, 0x000040e7u, 0x000500c7u, 0x00000006u, 0x000040ebu, 0x000040e9u, 0x00000e58u, 0x0004003du, - 0x00000006u, 0x000040eeu, 0x000040e2u, 0x000500c7u, 0x00000006u, 0x000040efu, 0x000040eeu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000040f0u, 0x000040efu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000040f2u, - 0x000040ebu, 0x000040f0u, 0x000500c6u, 0x00000006u, 0x000040f4u, 0x000040f2u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x000040f7u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000040f4u, 0x0004003du, - 0x0000022bu, 0x000040f8u, 0x000040f7u, 0x00040071u, 0x00000006u, 0x000040f9u, 0x000040f8u, 0x000500c2u, - 0x00000006u, 0x000040fbu, 0x000040f9u, 0x0000021du, 0x000500c7u, 0x00000006u, 0x000040fdu, 0x000040f9u, - 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x000040ffu, 0x000040fdu, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x00004101u, 0x000040fdu, 0x000040ffu, 0x000500c4u, 0x00000006u, 0x00004103u, 0x000040fbu, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x00004105u, 0x000040fbu, 0x00004103u, 0x0004007cu, 0x00000008u, 0x00004107u, - 0x00004105u, 0x0004007cu, 0x00000008u, 0x0000410du, 0x00004101u, 0x00070050u, 0x00000009u, 0x0000410eu, - 0x00004107u, 0x00004107u, 0x00004107u, 0x0000410du, 0x000300f7u, 0x0000311au, 0x00000000u, 0x000400fau, - 0x0000221bu, 0x0000310bu, 0x0000311au, 0x000200f8u, 0x0000310bu, 0x00050050u, 0x0000005fu, 0x0000310eu, - 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x0000310fu, 0x0000310eu, 0x0003003eu, 0x00002e3fu, - 0x0000310fu, 0x00050041u, 0x00000007u, 0x0000411au, 0x00002e3fu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x0000411bu, 0x0000411au, 0x00050084u, 0x00000006u, 0x0000411cu, 0x00002d2au, 0x0000411bu, 0x00050080u, - 0x00000006u, 0x0000411du, 0x00002d27u, 0x0000411cu, 0x00050041u, 0x00000007u, 0x0000411eu, 0x00002e3fu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x0000411fu, 0x0000411eu, 0x00050080u, 0x00000006u, 0x00004121u, - 0x0000411du, 0x0000411fu, 0x000500c7u, 0x00000006u, 0x00004123u, 0x00004121u, 0x00000e58u, 0x0004003du, - 0x00000006u, 0x00004126u, 0x0000411au, 0x000500c7u, 0x00000006u, 0x00004127u, 0x00004126u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00004128u, 0x00004127u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000412au, - 0x00004123u, 0x00004128u, 0x000500c6u, 0x00000006u, 0x0000412cu, 0x0000412au, 0x0000048du, 0x00080041u, - 0x00000279u, 0x0000412fu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000412cu, 0x0004003du, - 0x0000022bu, 0x00004130u, 0x0000412fu, 0x00040071u, 0x00000006u, 0x00004131u, 0x00004130u, 0x000500c2u, - 0x00000006u, 0x00004133u, 0x00004131u, 0x0000021du, 0x000500c7u, 0x00000006u, 0x00004135u, 0x00004131u, - 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00004137u, 0x00004135u, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x00004139u, 0x00004135u, 0x00004137u, 0x000500c4u, 0x00000006u, 0x0000413bu, 0x00004133u, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x0000413du, 0x00004133u, 0x0000413bu, 0x0004007cu, 0x00000008u, 0x0000413fu, - 0x0000413du, 0x0004007cu, 0x00000008u, 0x00004145u, 0x00004139u, 0x00070050u, 0x00000009u, 0x00004146u, - 0x0000413fu, 0x0000413fu, 0x0000413fu, 0x00004145u, 0x00050050u, 0x0000005fu, 0x00003115u, 0x0000725du, - 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003116u, 0x00003115u, 0x0003003eu, 0x00002e42u, 0x00003116u, - 0x00050041u, 0x00000007u, 0x00004152u, 0x00002e42u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004153u, - 0x00004152u, 0x00050084u, 0x00000006u, 0x00004154u, 0x00002d2au, 0x00004153u, 0x00050080u, 0x00000006u, - 0x00004155u, 0x00002d27u, 0x00004154u, 0x00050041u, 0x00000007u, 0x00004156u, 0x00002e42u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00004157u, 0x00004156u, 0x00050080u, 0x00000006u, 0x00004159u, 0x00004155u, - 0x00004157u, 0x000500c7u, 0x00000006u, 0x0000415bu, 0x00004159u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x0000415eu, 0x00004152u, 0x000500c7u, 0x00000006u, 0x0000415fu, 0x0000415eu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00004160u, 0x0000415fu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004162u, 0x0000415bu, - 0x00004160u, 0x000500c6u, 0x00000006u, 0x00004164u, 0x00004162u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00004167u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00004164u, 0x0004003du, 0x0000022bu, - 0x00004168u, 0x00004167u, 0x00040071u, 0x00000006u, 0x00004169u, 0x00004168u, 0x000500c2u, 0x00000006u, - 0x0000416bu, 0x00004169u, 0x0000021du, 0x000500c7u, 0x00000006u, 0x0000416du, 0x00004169u, 0x00000e7bu, - 0x000500c4u, 0x00000006u, 0x0000416fu, 0x0000416du, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00004171u, - 0x0000416du, 0x0000416fu, 0x000500c4u, 0x00000006u, 0x00004173u, 0x0000416bu, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00004175u, 0x0000416bu, 0x00004173u, 0x0004007cu, 0x00000008u, 0x00004177u, 0x00004175u, - 0x0004007cu, 0x00000008u, 0x0000417du, 0x00004171u, 0x00070050u, 0x00000009u, 0x0000417eu, 0x00004177u, - 0x00004177u, 0x00004177u, 0x0000417du, 0x000200f9u, 0x0000311au, 0x000200f8u, 0x0000311au, 0x000700f5u, - 0x00000009u, 0x00007429u, 0x000073d6u, 0x00003104u, 0x0000417eu, 0x0000310bu, 0x000700f5u, 0x00000009u, - 0x000073adu, 0x00007357u, 0x00003104u, 0x00004146u, 0x0000310bu, 0x000300f7u, 0x00003124u, 0x00000000u, - 0x000400fau, 0x00002efcu, 0x0000311cu, 0x00003124u, 0x000200f8u, 0x0000311cu, 0x00050050u, 0x0000005fu, - 0x0000311fu, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003120u, 0x0000311fu, 0x0003003eu, - 0x00002e45u, 0x00003120u, 0x00050041u, 0x00000007u, 0x0000418au, 0x00002e45u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x0000418bu, 0x0000418au, 0x00050084u, 0x00000006u, 0x0000418cu, 0x00002d2au, 0x0000418bu, - 0x00050080u, 0x00000006u, 0x0000418du, 0x00002d27u, 0x0000418cu, 0x00050041u, 0x00000007u, 0x0000418eu, - 0x00002e45u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000418fu, 0x0000418eu, 0x00050080u, 0x00000006u, - 0x00004191u, 0x0000418du, 0x0000418fu, 0x000500c7u, 0x00000006u, 0x00004193u, 0x00004191u, 0x00000e58u, - 0x0004003du, 0x00000006u, 0x00004196u, 0x0000418au, 0x000500c7u, 0x00000006u, 0x00004197u, 0x00004196u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004198u, 0x00004197u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x0000419au, 0x00004193u, 0x00004198u, 0x000500c6u, 0x00000006u, 0x0000419cu, 0x0000419au, 0x0000048du, - 0x00080041u, 0x00000279u, 0x0000419fu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000419cu, - 0x0004003du, 0x0000022bu, 0x000041a0u, 0x0000419fu, 0x00040071u, 0x00000006u, 0x000041a1u, 0x000041a0u, - 0x000500c2u, 0x00000006u, 0x000041a3u, 0x000041a1u, 0x0000021du, 0x000500c7u, 0x00000006u, 0x000041a5u, - 0x000041a1u, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x000041a7u, 0x000041a5u, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x000041a9u, 0x000041a5u, 0x000041a7u, 0x000500c4u, 0x00000006u, 0x000041abu, 0x000041a3u, - 0x0000021du, 0x000500c5u, 0x00000006u, 0x000041adu, 0x000041a3u, 0x000041abu, 0x0004007cu, 0x00000008u, - 0x000041afu, 0x000041adu, 0x0004007cu, 0x00000008u, 0x000041b5u, 0x000041a9u, 0x00070050u, 0x00000009u, - 0x000041b6u, 0x000041afu, 0x000041afu, 0x000041afu, 0x000041b5u, 0x000200f9u, 0x00003124u, 0x000200f8u, - 0x00003124u, 0x000700f5u, 0x00000009u, 0x000074a5u, 0x00007450u, 0x0000311au, 0x000041b6u, 0x0000311cu, - 0x000200f9u, 0x00003167u, 0x000200f8u, 0x000030e3u, 0x0004007cu, 0x000000a2u, 0x000030e5u, 0x00007272u, - 0x0003003eu, 0x00002e30u, 0x000030e5u, 0x00050041u, 0x00000007u, 0x00003fdau, 0x00002e30u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003fdbu, 0x00003fdau, 0x00050084u, 0x00000006u, 0x00003fdcu, 0x00002d2au, - 0x00003fdbu, 0x00050080u, 0x00000006u, 0x00003fddu, 0x00002d27u, 0x00003fdcu, 0x00050041u, 0x00000007u, - 0x00003fdeu, 0x00002e30u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003fdfu, 0x00003fdeu, 0x000500c2u, - 0x00000006u, 0x00003fe0u, 0x00003fdfu, 0x00000214u, 0x00050080u, 0x00000006u, 0x00003fe2u, 0x00003fddu, - 0x00003fe0u, 0x000500c7u, 0x00000006u, 0x00003fe4u, 0x00003fe2u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00003fe6u, 0x00003fdeu, 0x000400c8u, 0x00000006u, 0x00003fe7u, 0x00003fe6u, 0x000500c7u, 0x00000006u, - 0x00003fe8u, 0x00003fe7u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003fe9u, 0x00003fe8u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00003fecu, 0x00003fdau, 0x000500c7u, 0x00000006u, 0x00003fedu, 0x00003fecu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003feeu, 0x00003fedu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00003ff0u, 0x00003fe4u, 0x00003feeu, 0x000500c6u, 0x00000006u, 0x00003ff2u, 0x00003ff0u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00003ff5u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003ff2u, - 0x0004003du, 0x0000022bu, 0x00003ff6u, 0x00003ff5u, 0x00040071u, 0x00000006u, 0x00003ff7u, 0x00003ff6u, - 0x000500c2u, 0x00000006u, 0x00003ffau, 0x00003ff7u, 0x00003fe9u, 0x000500c7u, 0x00000006u, 0x00003ffbu, - 0x00003ffau, 0x00000e7bu, 0x000500c7u, 0x00000006u, 0x00003ffdu, 0x00003ffbu, 0x00000eb2u, 0x000500c4u, - 0x00000006u, 0x00003fffu, 0x00003ffdu, 0x0000021du, 0x000500c4u, 0x00000006u, 0x00004001u, 0x00003ffdu, - 0x00000214u, 0x000500c5u, 0x00000006u, 0x00004002u, 0x00003fffu, 0x00004001u, 0x000500c2u, 0x00000006u, - 0x00004004u, 0x00003ffdu, 0x00000217u, 0x000500c5u, 0x00000006u, 0x00004005u, 0x00004002u, 0x00004004u, - 0x0004007cu, 0x00000008u, 0x00004007u, 0x00004005u, 0x000500c7u, 0x00000006u, 0x0000400du, 0x00003ffbu, - 0x00000487u, 0x00050084u, 0x00000006u, 0x0000400eu, 0x0000400du, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x0000400fu, 0x0000400eu, 0x00070050u, 0x00000009u, 0x00004010u, 0x00004007u, 0x00004007u, 0x00004007u, - 0x0000400fu, 0x000300f7u, 0x000030f9u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x000030eau, 0x000030f9u, - 0x000200f8u, 0x000030eau, 0x00050050u, 0x0000005fu, 0x000030edu, 0x00007261u, 0x00002ef0u, 0x0004007cu, - 0x000000a2u, 0x000030eeu, 0x000030edu, 0x0003003eu, 0x00002e33u, 0x000030eeu, 0x00050041u, 0x00000007u, - 0x0000401cu, 0x00002e33u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000401du, 0x0000401cu, 0x00050084u, - 0x00000006u, 0x0000401eu, 0x00002d2au, 0x0000401du, 0x00050080u, 0x00000006u, 0x0000401fu, 0x00002d27u, - 0x0000401eu, 0x00050041u, 0x00000007u, 0x00004020u, 0x00002e33u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00004021u, 0x00004020u, 0x000500c2u, 0x00000006u, 0x00004022u, 0x00004021u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x00004024u, 0x0000401fu, 0x00004022u, 0x000500c7u, 0x00000006u, 0x00004026u, 0x00004024u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00004028u, 0x00004020u, 0x000400c8u, 0x00000006u, 0x00004029u, - 0x00004028u, 0x000500c7u, 0x00000006u, 0x0000402au, 0x00004029u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x0000402bu, 0x0000402au, 0x00000703u, 0x0004003du, 0x00000006u, 0x0000402eu, 0x0000401cu, 0x000500c7u, - 0x00000006u, 0x0000402fu, 0x0000402eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004030u, 0x0000402fu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004032u, 0x00004026u, 0x00004030u, 0x000500c6u, 0x00000006u, - 0x00004034u, 0x00004032u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004037u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00004034u, 0x0004003du, 0x0000022bu, 0x00004038u, 0x00004037u, 0x00040071u, - 0x00000006u, 0x00004039u, 0x00004038u, 0x000500c2u, 0x00000006u, 0x0000403cu, 0x00004039u, 0x0000402bu, - 0x000500c7u, 0x00000006u, 0x0000403du, 0x0000403cu, 0x00000e7bu, 0x000500c7u, 0x00000006u, 0x0000403fu, - 0x0000403du, 0x00000eb2u, 0x000500c4u, 0x00000006u, 0x00004041u, 0x0000403fu, 0x0000021du, 0x000500c4u, - 0x00000006u, 0x00004043u, 0x0000403fu, 0x00000214u, 0x000500c5u, 0x00000006u, 0x00004044u, 0x00004041u, - 0x00004043u, 0x000500c2u, 0x00000006u, 0x00004046u, 0x0000403fu, 0x00000217u, 0x000500c5u, 0x00000006u, - 0x00004047u, 0x00004044u, 0x00004046u, 0x0004007cu, 0x00000008u, 0x00004049u, 0x00004047u, 0x000500c7u, - 0x00000006u, 0x0000404fu, 0x0000403du, 0x00000487u, 0x00050084u, 0x00000006u, 0x00004050u, 0x0000404fu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004051u, 0x00004050u, 0x00070050u, 0x00000009u, 0x00004052u, - 0x00004049u, 0x00004049u, 0x00004049u, 0x00004051u, 0x00050050u, 0x0000005fu, 0x000030f4u, 0x0000725du, - 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x000030f5u, 0x000030f4u, 0x0003003eu, 0x00002e36u, 0x000030f5u, - 0x00050041u, 0x00000007u, 0x0000405eu, 0x00002e36u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000405fu, - 0x0000405eu, 0x00050084u, 0x00000006u, 0x00004060u, 0x00002d2au, 0x0000405fu, 0x00050080u, 0x00000006u, - 0x00004061u, 0x00002d27u, 0x00004060u, 0x00050041u, 0x00000007u, 0x00004062u, 0x00002e36u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00004063u, 0x00004062u, 0x000500c2u, 0x00000006u, 0x00004064u, 0x00004063u, - 0x00000214u, 0x00050080u, 0x00000006u, 0x00004066u, 0x00004061u, 0x00004064u, 0x000500c7u, 0x00000006u, - 0x00004068u, 0x00004066u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x0000406au, 0x00004062u, 0x000400c8u, - 0x00000006u, 0x0000406bu, 0x0000406au, 0x000500c7u, 0x00000006u, 0x0000406cu, 0x0000406bu, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000406du, 0x0000406cu, 0x00000703u, 0x0004003du, 0x00000006u, 0x00004070u, - 0x0000405eu, 0x000500c7u, 0x00000006u, 0x00004071u, 0x00004070u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00004072u, 0x00004071u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004074u, 0x00004068u, 0x00004072u, - 0x000500c6u, 0x00000006u, 0x00004076u, 0x00004074u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004079u, - 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00004076u, 0x0004003du, 0x0000022bu, 0x0000407au, - 0x00004079u, 0x00040071u, 0x00000006u, 0x0000407bu, 0x0000407au, 0x000500c2u, 0x00000006u, 0x0000407eu, - 0x0000407bu, 0x0000406du, 0x000500c7u, 0x00000006u, 0x0000407fu, 0x0000407eu, 0x00000e7bu, 0x000500c7u, - 0x00000006u, 0x00004081u, 0x0000407fu, 0x00000eb2u, 0x000500c4u, 0x00000006u, 0x00004083u, 0x00004081u, - 0x0000021du, 0x000500c4u, 0x00000006u, 0x00004085u, 0x00004081u, 0x00000214u, 0x000500c5u, 0x00000006u, - 0x00004086u, 0x00004083u, 0x00004085u, 0x000500c2u, 0x00000006u, 0x00004088u, 0x00004081u, 0x00000217u, - 0x000500c5u, 0x00000006u, 0x00004089u, 0x00004086u, 0x00004088u, 0x0004007cu, 0x00000008u, 0x0000408bu, - 0x00004089u, 0x000500c7u, 0x00000006u, 0x00004091u, 0x0000407fu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00004092u, 0x00004091u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004093u, 0x00004092u, 0x00070050u, - 0x00000009u, 0x00004094u, 0x0000408bu, 0x0000408bu, 0x0000408bu, 0x00004093u, 0x000200f9u, 0x000030f9u, - 0x000200f8u, 0x000030f9u, 0x000700f5u, 0x00000009u, 0x00007427u, 0x000073d6u, 0x000030e3u, 0x00004094u, - 0x000030eau, 0x000700f5u, 0x00000009u, 0x000073abu, 0x00007357u, 0x000030e3u, 0x00004052u, 0x000030eau, - 0x000300f7u, 0x00003103u, 0x00000000u, 0x000400fau, 0x00002efcu, 0x000030fbu, 0x00003103u, 0x000200f8u, - 0x000030fbu, 0x00050050u, 0x0000005fu, 0x000030feu, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, - 0x000030ffu, 0x000030feu, 0x0003003eu, 0x00002e39u, 0x000030ffu, 0x00050041u, 0x00000007u, 0x000040a0u, - 0x00002e39u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000040a1u, 0x000040a0u, 0x00050084u, 0x00000006u, - 0x000040a2u, 0x00002d2au, 0x000040a1u, 0x00050080u, 0x00000006u, 0x000040a3u, 0x00002d27u, 0x000040a2u, - 0x00050041u, 0x00000007u, 0x000040a4u, 0x00002e39u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000040a5u, - 0x000040a4u, 0x000500c2u, 0x00000006u, 0x000040a6u, 0x000040a5u, 0x00000214u, 0x00050080u, 0x00000006u, - 0x000040a8u, 0x000040a3u, 0x000040a6u, 0x000500c7u, 0x00000006u, 0x000040aau, 0x000040a8u, 0x00000e58u, - 0x0004003du, 0x00000006u, 0x000040acu, 0x000040a4u, 0x000400c8u, 0x00000006u, 0x000040adu, 0x000040acu, - 0x000500c7u, 0x00000006u, 0x000040aeu, 0x000040adu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000040afu, - 0x000040aeu, 0x00000703u, 0x0004003du, 0x00000006u, 0x000040b2u, 0x000040a0u, 0x000500c7u, 0x00000006u, - 0x000040b3u, 0x000040b2u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000040b4u, 0x000040b3u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x000040b6u, 0x000040aau, 0x000040b4u, 0x000500c6u, 0x00000006u, 0x000040b8u, - 0x000040b6u, 0x0000048du, 0x00080041u, 0x00000279u, 0x000040bbu, 0x00000e72u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x000040b8u, 0x0004003du, 0x0000022bu, 0x000040bcu, 0x000040bbu, 0x00040071u, 0x00000006u, - 0x000040bdu, 0x000040bcu, 0x000500c2u, 0x00000006u, 0x000040c0u, 0x000040bdu, 0x000040afu, 0x000500c7u, - 0x00000006u, 0x000040c1u, 0x000040c0u, 0x00000e7bu, 0x000500c7u, 0x00000006u, 0x000040c3u, 0x000040c1u, - 0x00000eb2u, 0x000500c4u, 0x00000006u, 0x000040c5u, 0x000040c3u, 0x0000021du, 0x000500c4u, 0x00000006u, - 0x000040c7u, 0x000040c3u, 0x00000214u, 0x000500c5u, 0x00000006u, 0x000040c8u, 0x000040c5u, 0x000040c7u, - 0x000500c2u, 0x00000006u, 0x000040cau, 0x000040c3u, 0x00000217u, 0x000500c5u, 0x00000006u, 0x000040cbu, - 0x000040c8u, 0x000040cau, 0x0004007cu, 0x00000008u, 0x000040cdu, 0x000040cbu, 0x000500c7u, 0x00000006u, - 0x000040d3u, 0x000040c1u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000040d4u, 0x000040d3u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x000040d5u, 0x000040d4u, 0x00070050u, 0x00000009u, 0x000040d6u, 0x000040cdu, - 0x000040cdu, 0x000040cdu, 0x000040d5u, 0x000200f9u, 0x00003103u, 0x000200f8u, 0x00003103u, 0x000700f5u, - 0x00000009u, 0x000074a3u, 0x00007450u, 0x000030f9u, 0x000040d6u, 0x000030fbu, 0x000200f9u, 0x00003167u, - 0x000200f8u, 0x00003167u, 0x000d00f5u, 0x00000009u, 0x000074a2u, 0x00007450u, 0x000030e0u, 0x000074a3u, - 0x00003103u, 0x000074a5u, 0x00003124u, 0x000074a7u, 0x00003145u, 0x000074a9u, 0x00003166u, 0x000d00f5u, - 0x00000009u, 0x00007425u, 0x000073d6u, 0x000030e0u, 0x00007427u, 0x00003103u, 0x00007429u, 0x00003124u, - 0x0000742bu, 0x00003145u, 0x0000742du, 0x00003166u, 0x000d00f5u, 0x00000009u, 0x000073a9u, 0x00007357u, - 0x000030e0u, 0x000073abu, 0x00003103u, 0x000073adu, 0x00003124u, 0x000073afu, 0x00003145u, 0x000073b1u, - 0x00003166u, 0x000d00f5u, 0x00000009u, 0x000072f3u, 0x000072a1u, 0x000030e0u, 0x00004010u, 0x00003103u, - 0x0000410eu, 0x00003124u, 0x000041edu, 0x00003145u, 0x000042bdu, 0x00003166u, 0x000200f9u, 0x000031cfu, - 0x000200f8u, 0x0000306du, 0x000300f7u, 0x000030dfu, 0x00000000u, 0x000700fbu, 0x00002d34u, 0x00003070u, - 0x00000000u, 0x00003091u, 0x00000001u, 0x000030beu, 0x000200f8u, 0x000030beu, 0x0004007cu, 0x000000a2u, - 0x000030c0u, 0x00007272u, 0x0003003eu, 0x00002e18u, 0x000030c0u, 0x00050041u, 0x00000007u, 0x00003f48u, - 0x00002e18u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003f49u, 0x00003f48u, 0x00050084u, 0x00000006u, - 0x00003f4au, 0x00002d2au, 0x00003f49u, 0x00050080u, 0x00000006u, 0x00003f4bu, 0x00002d27u, 0x00003f4au, - 0x00050041u, 0x00000007u, 0x00003f4cu, 0x00002e18u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003f4du, - 0x00003f4cu, 0x00050080u, 0x00000006u, 0x00003f4fu, 0x00003f4bu, 0x00003f4du, 0x000500c7u, 0x00000006u, - 0x00003f51u, 0x00003f4fu, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00003f54u, 0x00003f48u, 0x000500c7u, - 0x00000006u, 0x00003f55u, 0x00003f54u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003f56u, 0x00003f55u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003f58u, 0x00003f51u, 0x00003f56u, 0x000500c6u, 0x00000006u, - 0x00003f5au, 0x00003f58u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003f5du, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00003f5au, 0x0004003du, 0x0000022bu, 0x00003f5eu, 0x00003f5du, 0x00040071u, - 0x00000006u, 0x00003f5fu, 0x00003f5eu, 0x0004007cu, 0x00000008u, 0x00003f61u, 0x00003f5fu, 0x00070050u, - 0x00000009u, 0x00003f62u, 0x00003f61u, 0x00003f61u, 0x00003f61u, 0x00003f61u, 0x000300f7u, 0x000030d4u, - 0x00000000u, 0x000400fau, 0x0000221bu, 0x000030c5u, 0x000030d4u, 0x000200f8u, 0x000030c5u, 0x00050050u, - 0x0000005fu, 0x000030c8u, 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x000030c9u, 0x000030c8u, - 0x0003003eu, 0x00002e1bu, 0x000030c9u, 0x00050041u, 0x00000007u, 0x00003f6cu, 0x00002e1bu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003f6du, 0x00003f6cu, 0x00050084u, 0x00000006u, 0x00003f6eu, 0x00002d2au, - 0x00003f6du, 0x00050080u, 0x00000006u, 0x00003f6fu, 0x00002d27u, 0x00003f6eu, 0x00050041u, 0x00000007u, - 0x00003f70u, 0x00002e1bu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003f71u, 0x00003f70u, 0x00050080u, - 0x00000006u, 0x00003f73u, 0x00003f6fu, 0x00003f71u, 0x000500c7u, 0x00000006u, 0x00003f75u, 0x00003f73u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00003f78u, 0x00003f6cu, 0x000500c7u, 0x00000006u, 0x00003f79u, - 0x00003f78u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003f7au, 0x00003f79u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00003f7cu, 0x00003f75u, 0x00003f7au, 0x000500c6u, 0x00000006u, 0x00003f7eu, 0x00003f7cu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00003f81u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003f7eu, 0x0004003du, 0x0000022bu, 0x00003f82u, 0x00003f81u, 0x00040071u, 0x00000006u, 0x00003f83u, - 0x00003f82u, 0x0004007cu, 0x00000008u, 0x00003f85u, 0x00003f83u, 0x00070050u, 0x00000009u, 0x00003f86u, - 0x00003f85u, 0x00003f85u, 0x00003f85u, 0x00003f85u, 0x00050050u, 0x0000005fu, 0x000030cfu, 0x0000725du, - 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x000030d0u, 0x000030cfu, 0x0003003eu, 0x00002e1eu, 0x000030d0u, - 0x00050041u, 0x00000007u, 0x00003f90u, 0x00002e1eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003f91u, - 0x00003f90u, 0x00050084u, 0x00000006u, 0x00003f92u, 0x00002d2au, 0x00003f91u, 0x00050080u, 0x00000006u, - 0x00003f93u, 0x00002d27u, 0x00003f92u, 0x00050041u, 0x00000007u, 0x00003f94u, 0x00002e1eu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00003f95u, 0x00003f94u, 0x00050080u, 0x00000006u, 0x00003f97u, 0x00003f93u, - 0x00003f95u, 0x000500c7u, 0x00000006u, 0x00003f99u, 0x00003f97u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00003f9cu, 0x00003f90u, 0x000500c7u, 0x00000006u, 0x00003f9du, 0x00003f9cu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00003f9eu, 0x00003f9du, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003fa0u, 0x00003f99u, - 0x00003f9eu, 0x000500c6u, 0x00000006u, 0x00003fa2u, 0x00003fa0u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00003fa5u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003fa2u, 0x0004003du, 0x0000022bu, - 0x00003fa6u, 0x00003fa5u, 0x00040071u, 0x00000006u, 0x00003fa7u, 0x00003fa6u, 0x0004007cu, 0x00000008u, - 0x00003fa9u, 0x00003fa7u, 0x00070050u, 0x00000009u, 0x00003faau, 0x00003fa9u, 0x00003fa9u, 0x00003fa9u, - 0x00003fa9u, 0x000200f9u, 0x000030d4u, 0x000200f8u, 0x000030d4u, 0x000700f5u, 0x00000009u, 0x00007424u, - 0x000073d6u, 0x000030beu, 0x00003faau, 0x000030c5u, 0x000700f5u, 0x00000009u, 0x000073a8u, 0x00007357u, - 0x000030beu, 0x00003f86u, 0x000030c5u, 0x000300f7u, 0x000030deu, 0x00000000u, 0x000400fau, 0x00002efcu, - 0x000030d6u, 0x000030deu, 0x000200f8u, 0x000030d6u, 0x00050050u, 0x0000005fu, 0x000030d9u, 0x00007261u, - 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x000030dau, 0x000030d9u, 0x0003003eu, 0x00002e21u, 0x000030dau, - 0x00050041u, 0x00000007u, 0x00003fb4u, 0x00002e21u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003fb5u, - 0x00003fb4u, 0x00050084u, 0x00000006u, 0x00003fb6u, 0x00002d2au, 0x00003fb5u, 0x00050080u, 0x00000006u, - 0x00003fb7u, 0x00002d27u, 0x00003fb6u, 0x00050041u, 0x00000007u, 0x00003fb8u, 0x00002e21u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00003fb9u, 0x00003fb8u, 0x00050080u, 0x00000006u, 0x00003fbbu, 0x00003fb7u, - 0x00003fb9u, 0x000500c7u, 0x00000006u, 0x00003fbdu, 0x00003fbbu, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00003fc0u, 0x00003fb4u, 0x000500c7u, 0x00000006u, 0x00003fc1u, 0x00003fc0u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00003fc2u, 0x00003fc1u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003fc4u, 0x00003fbdu, - 0x00003fc2u, 0x000500c6u, 0x00000006u, 0x00003fc6u, 0x00003fc4u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00003fc9u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003fc6u, 0x0004003du, 0x0000022bu, - 0x00003fcau, 0x00003fc9u, 0x00040071u, 0x00000006u, 0x00003fcbu, 0x00003fcau, 0x0004007cu, 0x00000008u, - 0x00003fcdu, 0x00003fcbu, 0x00070050u, 0x00000009u, 0x00003fceu, 0x00003fcdu, 0x00003fcdu, 0x00003fcdu, - 0x00003fcdu, 0x000200f9u, 0x000030deu, 0x000200f8u, 0x000030deu, 0x000700f5u, 0x00000009u, 0x000074a0u, - 0x00007450u, 0x000030d4u, 0x00003fceu, 0x000030d6u, 0x000200f9u, 0x000030dfu, 0x000200f8u, 0x00003091u, - 0x0004007cu, 0x000000a2u, 0x00003093u, 0x00007272u, 0x0004007cu, 0x00000006u, 0x00003096u, 0x00002d39u, - 0x0003003eu, 0x00002e08u, 0x00003093u, 0x00050041u, 0x00000007u, 0x00003e7du, 0x00002e08u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003e7eu, 0x00003e7du, 0x00050084u, 0x00000006u, 0x00003e7fu, 0x00002d2au, - 0x00003e7eu, 0x00050080u, 0x00000006u, 0x00003e80u, 0x00002d27u, 0x00003e7fu, 0x00050041u, 0x00000007u, - 0x00003e81u, 0x00002e08u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003e82u, 0x00003e81u, 0x000500c2u, - 0x00000006u, 0x00003e83u, 0x00003e82u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00003e85u, 0x00003e80u, - 0x00003e83u, 0x000500c7u, 0x00000006u, 0x00003e87u, 0x00003e85u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00003e89u, 0x00003e81u, 0x000400c8u, 0x00000006u, 0x00003e8au, 0x00003e89u, 0x000500c7u, 0x00000006u, - 0x00003e8bu, 0x00003e8au, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003e8cu, 0x00003e8bu, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00003e8fu, 0x00003e7du, 0x000500c7u, 0x00000006u, 0x00003e90u, 0x00003e8fu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003e91u, 0x00003e90u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00003e93u, 0x00003e87u, 0x00003e91u, 0x000500c6u, 0x00000006u, 0x00003e95u, 0x00003e93u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00003e98u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003e95u, - 0x0004003du, 0x0000022bu, 0x00003e99u, 0x00003e98u, 0x00040071u, 0x00000006u, 0x00003e9au, 0x00003e99u, - 0x000500c2u, 0x00000006u, 0x00003e9du, 0x00003e9au, 0x00003e8cu, 0x000500c7u, 0x00000006u, 0x00003e9eu, - 0x00003e9du, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00003ea0u, 0x00003096u, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00003ea2u, 0x00003e9eu, 0x00003ea0u, 0x0004007cu, 0x00000008u, 0x00003ea4u, 0x00003ea2u, - 0x00070050u, 0x00000009u, 0x00003ea5u, 0x00003ea4u, 0x00003ea4u, 0x00003ea4u, 0x00003ea4u, 0x000300f7u, - 0x000030b0u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x0000309bu, 0x000030b0u, 0x000200f8u, 0x0000309bu, - 0x00050050u, 0x0000005fu, 0x0000309eu, 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x0000309fu, - 0x0000309eu, 0x0003003eu, 0x00002e0cu, 0x0000309fu, 0x00050041u, 0x00000007u, 0x00003eb0u, 0x00002e0cu, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003eb1u, 0x00003eb0u, 0x00050084u, 0x00000006u, 0x00003eb2u, - 0x00002d2au, 0x00003eb1u, 0x00050080u, 0x00000006u, 0x00003eb3u, 0x00002d27u, 0x00003eb2u, 0x00050041u, - 0x00000007u, 0x00003eb4u, 0x00002e0cu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003eb5u, 0x00003eb4u, - 0x000500c2u, 0x00000006u, 0x00003eb6u, 0x00003eb5u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00003eb8u, - 0x00003eb3u, 0x00003eb6u, 0x000500c7u, 0x00000006u, 0x00003ebau, 0x00003eb8u, 0x00000e58u, 0x0004003du, - 0x00000006u, 0x00003ebcu, 0x00003eb4u, 0x000400c8u, 0x00000006u, 0x00003ebdu, 0x00003ebcu, 0x000500c7u, - 0x00000006u, 0x00003ebeu, 0x00003ebdu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003ebfu, 0x00003ebeu, - 0x00000703u, 0x0004003du, 0x00000006u, 0x00003ec2u, 0x00003eb0u, 0x000500c7u, 0x00000006u, 0x00003ec3u, - 0x00003ec2u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003ec4u, 0x00003ec3u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00003ec6u, 0x00003ebau, 0x00003ec4u, 0x000500c6u, 0x00000006u, 0x00003ec8u, 0x00003ec6u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00003ecbu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003ec8u, 0x0004003du, 0x0000022bu, 0x00003eccu, 0x00003ecbu, 0x00040071u, 0x00000006u, 0x00003ecdu, - 0x00003eccu, 0x000500c2u, 0x00000006u, 0x00003ed0u, 0x00003ecdu, 0x00003ebfu, 0x000500c7u, 0x00000006u, - 0x00003ed1u, 0x00003ed0u, 0x00000e7bu, 0x000500c5u, 0x00000006u, 0x00003ed5u, 0x00003ed1u, 0x00003ea0u, - 0x0004007cu, 0x00000008u, 0x00003ed7u, 0x00003ed5u, 0x00070050u, 0x00000009u, 0x00003ed8u, 0x00003ed7u, - 0x00003ed7u, 0x00003ed7u, 0x00003ed7u, 0x00050050u, 0x0000005fu, 0x000030a8u, 0x0000725du, 0x00002ef2u, - 0x0004007cu, 0x000000a2u, 0x000030a9u, 0x000030a8u, 0x0003003eu, 0x00002e10u, 0x000030a9u, 0x00050041u, - 0x00000007u, 0x00003ee3u, 0x00002e10u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003ee4u, 0x00003ee3u, - 0x00050084u, 0x00000006u, 0x00003ee5u, 0x00002d2au, 0x00003ee4u, 0x00050080u, 0x00000006u, 0x00003ee6u, - 0x00002d27u, 0x00003ee5u, 0x00050041u, 0x00000007u, 0x00003ee7u, 0x00002e10u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00003ee8u, 0x00003ee7u, 0x000500c2u, 0x00000006u, 0x00003ee9u, 0x00003ee8u, 0x00000214u, - 0x00050080u, 0x00000006u, 0x00003eebu, 0x00003ee6u, 0x00003ee9u, 0x000500c7u, 0x00000006u, 0x00003eedu, - 0x00003eebu, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00003eefu, 0x00003ee7u, 0x000400c8u, 0x00000006u, - 0x00003ef0u, 0x00003eefu, 0x000500c7u, 0x00000006u, 0x00003ef1u, 0x00003ef0u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00003ef2u, 0x00003ef1u, 0x00000703u, 0x0004003du, 0x00000006u, 0x00003ef5u, 0x00003ee3u, - 0x000500c7u, 0x00000006u, 0x00003ef6u, 0x00003ef5u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003ef7u, - 0x00003ef6u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003ef9u, 0x00003eedu, 0x00003ef7u, 0x000500c6u, - 0x00000006u, 0x00003efbu, 0x00003ef9u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003efeu, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00003efbu, 0x0004003du, 0x0000022bu, 0x00003effu, 0x00003efeu, - 0x00040071u, 0x00000006u, 0x00003f00u, 0x00003effu, 0x000500c2u, 0x00000006u, 0x00003f03u, 0x00003f00u, - 0x00003ef2u, 0x000500c7u, 0x00000006u, 0x00003f04u, 0x00003f03u, 0x00000e7bu, 0x000500c5u, 0x00000006u, - 0x00003f08u, 0x00003f04u, 0x00003ea0u, 0x0004007cu, 0x00000008u, 0x00003f0au, 0x00003f08u, 0x00070050u, - 0x00000009u, 0x00003f0bu, 0x00003f0au, 0x00003f0au, 0x00003f0au, 0x00003f0au, 0x000200f9u, 0x000030b0u, - 0x000200f8u, 0x000030b0u, 0x000700f5u, 0x00000009u, 0x00007422u, 0x000073d6u, 0x00003091u, 0x00003f0bu, - 0x0000309bu, 0x000700f5u, 0x00000009u, 0x000073a6u, 0x00007357u, 0x00003091u, 0x00003ed8u, 0x0000309bu, - 0x000300f7u, 0x000030bdu, 0x00000000u, 0x000400fau, 0x00002efcu, 0x000030b2u, 0x000030bdu, 0x000200f8u, - 0x000030b2u, 0x00050050u, 0x0000005fu, 0x000030b5u, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, - 0x000030b6u, 0x000030b5u, 0x0003003eu, 0x00002e14u, 0x000030b6u, 0x00050041u, 0x00000007u, 0x00003f16u, - 0x00002e14u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003f17u, 0x00003f16u, 0x00050084u, 0x00000006u, - 0x00003f18u, 0x00002d2au, 0x00003f17u, 0x00050080u, 0x00000006u, 0x00003f19u, 0x00002d27u, 0x00003f18u, - 0x00050041u, 0x00000007u, 0x00003f1au, 0x00002e14u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003f1bu, - 0x00003f1au, 0x000500c2u, 0x00000006u, 0x00003f1cu, 0x00003f1bu, 0x00000214u, 0x00050080u, 0x00000006u, - 0x00003f1eu, 0x00003f19u, 0x00003f1cu, 0x000500c7u, 0x00000006u, 0x00003f20u, 0x00003f1eu, 0x00000e58u, - 0x0004003du, 0x00000006u, 0x00003f22u, 0x00003f1au, 0x000400c8u, 0x00000006u, 0x00003f23u, 0x00003f22u, - 0x000500c7u, 0x00000006u, 0x00003f24u, 0x00003f23u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003f25u, - 0x00003f24u, 0x00000703u, 0x0004003du, 0x00000006u, 0x00003f28u, 0x00003f16u, 0x000500c7u, 0x00000006u, - 0x00003f29u, 0x00003f28u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003f2au, 0x00003f29u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00003f2cu, 0x00003f20u, 0x00003f2au, 0x000500c6u, 0x00000006u, 0x00003f2eu, - 0x00003f2cu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003f31u, 0x00000e72u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00003f2eu, 0x0004003du, 0x0000022bu, 0x00003f32u, 0x00003f31u, 0x00040071u, 0x00000006u, - 0x00003f33u, 0x00003f32u, 0x000500c2u, 0x00000006u, 0x00003f36u, 0x00003f33u, 0x00003f25u, 0x000500c7u, - 0x00000006u, 0x00003f37u, 0x00003f36u, 0x00000e7bu, 0x000500c5u, 0x00000006u, 0x00003f3bu, 0x00003f37u, - 0x00003ea0u, 0x0004007cu, 0x00000008u, 0x00003f3du, 0x00003f3bu, 0x00070050u, 0x00000009u, 0x00003f3eu, - 0x00003f3du, 0x00003f3du, 0x00003f3du, 0x00003f3du, 0x000200f9u, 0x000030bdu, 0x000200f8u, 0x000030bdu, - 0x000700f5u, 0x00000009u, 0x0000749eu, 0x00007450u, 0x000030b0u, 0x00003f3eu, 0x000030b2u, 0x000200f9u, - 0x000030dfu, 0x000200f8u, 0x00003070u, 0x0004007cu, 0x000000a2u, 0x00003072u, 0x00007272u, 0x0003003eu, - 0x00002e24u, 0x00003072u, 0x00050041u, 0x00000007u, 0x00003dd0u, 0x00002e24u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003dd1u, 0x00003dd0u, 0x00050084u, 0x00000006u, 0x00003dd2u, 0x00002d2au, 0x00003dd1u, - 0x00050080u, 0x00000006u, 0x00003dd3u, 0x00002d27u, 0x00003dd2u, 0x00050041u, 0x00000007u, 0x00003dd4u, - 0x00002e24u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003dd5u, 0x00003dd4u, 0x00050084u, 0x00000006u, - 0x00003dd6u, 0x00003dd5u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003dd8u, 0x00003dd3u, 0x00003dd6u, - 0x000500c7u, 0x00000006u, 0x00003ddau, 0x00003dd8u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00003ddcu, - 0x00003ddau, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003ddeu, 0x00003dd0u, 0x000500c7u, 0x00000006u, - 0x00003ddfu, 0x00003ddeu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003de0u, 0x00003ddfu, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00003de2u, 0x00003ddcu, 0x00003de0u, 0x000500c6u, 0x00000006u, 0x00003de4u, - 0x00003de2u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003de7u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00003de4u, 0x0004003du, 0x0000022du, 0x00003de8u, 0x00003de7u, 0x00040071u, 0x00000006u, - 0x00003de9u, 0x00003de8u, 0x000500c2u, 0x00000006u, 0x00003debu, 0x00003de9u, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x00003decu, 0x00003debu, 0x000500c7u, 0x00000006u, 0x00003deeu, 0x00003de9u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00003defu, 0x00003deeu, 0x00050050u, 0x0000005fu, 0x00003df0u, 0x00003decu, - 0x00003defu, 0x0009004fu, 0x00000009u, 0x00003df1u, 0x00003df0u, 0x00003df0u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000300f7u, 0x00003086u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00003077u, - 0x00003086u, 0x000200f8u, 0x00003077u, 0x00050050u, 0x0000005fu, 0x0000307au, 0x00007261u, 0x00002ef0u, - 0x0004007cu, 0x000000a2u, 0x0000307bu, 0x0000307au, 0x0003003eu, 0x00002e27u, 0x0000307bu, 0x00050041u, - 0x00000007u, 0x00003dfbu, 0x00002e27u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003dfcu, 0x00003dfbu, - 0x00050084u, 0x00000006u, 0x00003dfdu, 0x00002d2au, 0x00003dfcu, 0x00050080u, 0x00000006u, 0x00003dfeu, - 0x00002d27u, 0x00003dfdu, 0x00050041u, 0x00000007u, 0x00003dffu, 0x00002e27u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00003e00u, 0x00003dffu, 0x00050084u, 0x00000006u, 0x00003e01u, 0x00003e00u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00003e03u, 0x00003dfeu, 0x00003e01u, 0x000500c7u, 0x00000006u, 0x00003e05u, - 0x00003e03u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00003e07u, 0x00003e05u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00003e09u, 0x00003dfbu, 0x000500c7u, 0x00000006u, 0x00003e0au, 0x00003e09u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003e0bu, 0x00003e0au, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003e0du, - 0x00003e07u, 0x00003e0bu, 0x000500c6u, 0x00000006u, 0x00003e0fu, 0x00003e0du, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00003e12u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003e0fu, 0x0004003du, - 0x0000022du, 0x00003e13u, 0x00003e12u, 0x00040071u, 0x00000006u, 0x00003e14u, 0x00003e13u, 0x000500c2u, - 0x00000006u, 0x00003e16u, 0x00003e14u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003e17u, 0x00003e16u, - 0x000500c7u, 0x00000006u, 0x00003e19u, 0x00003e14u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003e1au, - 0x00003e19u, 0x00050050u, 0x0000005fu, 0x00003e1bu, 0x00003e17u, 0x00003e1au, 0x0009004fu, 0x00000009u, - 0x00003e1cu, 0x00003e1bu, 0x00003e1bu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, - 0x0000005fu, 0x00003081u, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003082u, 0x00003081u, - 0x0003003eu, 0x00002e2au, 0x00003082u, 0x00050041u, 0x00000007u, 0x00003e26u, 0x00002e2au, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003e27u, 0x00003e26u, 0x00050084u, 0x00000006u, 0x00003e28u, 0x00002d2au, - 0x00003e27u, 0x00050080u, 0x00000006u, 0x00003e29u, 0x00002d27u, 0x00003e28u, 0x00050041u, 0x00000007u, - 0x00003e2au, 0x00002e2au, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003e2bu, 0x00003e2au, 0x00050084u, - 0x00000006u, 0x00003e2cu, 0x00003e2bu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003e2eu, 0x00003e29u, - 0x00003e2cu, 0x000500c7u, 0x00000006u, 0x00003e30u, 0x00003e2eu, 0x00000e58u, 0x000500c2u, 0x00000006u, - 0x00003e32u, 0x00003e30u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003e34u, 0x00003e26u, 0x000500c7u, - 0x00000006u, 0x00003e35u, 0x00003e34u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003e36u, 0x00003e35u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003e38u, 0x00003e32u, 0x00003e36u, 0x000500c6u, 0x00000006u, - 0x00003e3au, 0x00003e38u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003e3du, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00003e3au, 0x0004003du, 0x0000022du, 0x00003e3eu, 0x00003e3du, 0x00040071u, - 0x00000006u, 0x00003e3fu, 0x00003e3eu, 0x000500c2u, 0x00000006u, 0x00003e41u, 0x00003e3fu, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x00003e42u, 0x00003e41u, 0x000500c7u, 0x00000006u, 0x00003e44u, 0x00003e3fu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003e45u, 0x00003e44u, 0x00050050u, 0x0000005fu, 0x00003e46u, - 0x00003e42u, 0x00003e45u, 0x0009004fu, 0x00000009u, 0x00003e47u, 0x00003e46u, 0x00003e46u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003086u, 0x000200f8u, 0x00003086u, 0x000700f5u, - 0x00000009u, 0x00007420u, 0x000073d6u, 0x00003070u, 0x00003e47u, 0x00003077u, 0x000700f5u, 0x00000009u, - 0x000073a4u, 0x00007357u, 0x00003070u, 0x00003e1cu, 0x00003077u, 0x000300f7u, 0x00003090u, 0x00000000u, - 0x000400fau, 0x00002efcu, 0x00003088u, 0x00003090u, 0x000200f8u, 0x00003088u, 0x00050050u, 0x0000005fu, - 0x0000308bu, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x0000308cu, 0x0000308bu, 0x0003003eu, - 0x00002e2du, 0x0000308cu, 0x00050041u, 0x00000007u, 0x00003e51u, 0x00002e2du, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003e52u, 0x00003e51u, 0x00050084u, 0x00000006u, 0x00003e53u, 0x00002d2au, 0x00003e52u, - 0x00050080u, 0x00000006u, 0x00003e54u, 0x00002d27u, 0x00003e53u, 0x00050041u, 0x00000007u, 0x00003e55u, - 0x00002e2du, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003e56u, 0x00003e55u, 0x00050084u, 0x00000006u, - 0x00003e57u, 0x00003e56u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003e59u, 0x00003e54u, 0x00003e57u, - 0x000500c7u, 0x00000006u, 0x00003e5bu, 0x00003e59u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00003e5du, - 0x00003e5bu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003e5fu, 0x00003e51u, 0x000500c7u, 0x00000006u, - 0x00003e60u, 0x00003e5fu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003e61u, 0x00003e60u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00003e63u, 0x00003e5du, 0x00003e61u, 0x000500c6u, 0x00000006u, 0x00003e65u, - 0x00003e63u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003e68u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00003e65u, 0x0004003du, 0x0000022du, 0x00003e69u, 0x00003e68u, 0x00040071u, 0x00000006u, - 0x00003e6au, 0x00003e69u, 0x000500c2u, 0x00000006u, 0x00003e6cu, 0x00003e6au, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x00003e6du, 0x00003e6cu, 0x000500c7u, 0x00000006u, 0x00003e6fu, 0x00003e6au, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00003e70u, 0x00003e6fu, 0x00050050u, 0x0000005fu, 0x00003e71u, 0x00003e6du, - 0x00003e70u, 0x0009004fu, 0x00000009u, 0x00003e72u, 0x00003e71u, 0x00003e71u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003090u, 0x000200f8u, 0x00003090u, 0x000700f5u, 0x00000009u, - 0x0000749cu, 0x00007450u, 0x00003086u, 0x00003e72u, 0x00003088u, 0x000200f9u, 0x000030dfu, 0x000200f8u, - 0x000030dfu, 0x000900f5u, 0x00000009u, 0x0000749bu, 0x0000749cu, 0x00003090u, 0x0000749eu, 0x000030bdu, - 0x000074a0u, 0x000030deu, 0x000900f5u, 0x00000009u, 0x0000741eu, 0x00007420u, 0x00003090u, 0x00007422u, - 0x000030bdu, 0x00007424u, 0x000030deu, 0x000900f5u, 0x00000009u, 0x000073a2u, 0x000073a4u, 0x00003090u, - 0x000073a6u, 0x000030bdu, 0x000073a8u, 0x000030deu, 0x000900f5u, 0x00000009u, 0x000072ecu, 0x00003df1u, - 0x00003090u, 0x00003ea5u, 0x000030bdu, 0x00003f62u, 0x000030deu, 0x000200f9u, 0x000031cfu, 0x000200f8u, - 0x0000303fu, 0x000500c3u, 0x00000008u, 0x00003041u, 0x0000725du, 0x00000214u, 0x0004007cu, 0x00000006u, - 0x00003042u, 0x00003041u, 0x00050082u, 0x00000008u, 0x00003046u, 0x00007261u, 0x0000725du, 0x00050080u, - 0x00000008u, 0x00003047u, 0x00007261u, 0x00003046u, 0x000500c3u, 0x00000008u, 0x00003048u, 0x00003047u, - 0x00000214u, 0x0004007cu, 0x00000006u, 0x00003049u, 0x00003048u, 0x00050050u, 0x0000005fu, 0x0000304cu, - 0x0000725du, 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x0000304du, 0x0000304cu, 0x0003003eu, 0x00002df8u, - 0x0000304du, 0x00050041u, 0x00000007u, 0x00003ca6u, 0x00002df8u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00003ca7u, 0x00003ca6u, 0x00050084u, 0x00000006u, 0x00003ca8u, 0x00002d2au, 0x00003ca7u, 0x00050080u, - 0x00000006u, 0x00003ca9u, 0x00002d27u, 0x00003ca8u, 0x00050041u, 0x00000007u, 0x00003cabu, 0x00002df8u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00003cacu, 0x00003cabu, 0x00050080u, 0x00000006u, 0x00003cadu, - 0x00003ca9u, 0x00003cacu, 0x000500c7u, 0x00000006u, 0x00003cafu, 0x00003cadu, 0x00000f0au, 0x00050084u, - 0x00000006u, 0x00003cb2u, 0x00003042u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003cb3u, 0x00003ca9u, - 0x00003cb2u, 0x000500c7u, 0x00000006u, 0x00003cb5u, 0x00003cb3u, 0x00000f0au, 0x0004003du, 0x00000006u, - 0x00003cb8u, 0x00003ca6u, 0x000500c7u, 0x00000006u, 0x00003cb9u, 0x00003cb8u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00003cbau, 0x00003cb9u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003cbcu, 0x00003cafu, - 0x00003cbau, 0x000500c6u, 0x00000006u, 0x00003cbeu, 0x00003cbcu, 0x0000048du, 0x000500c2u, 0x00000006u, - 0x00003cc0u, 0x00003cb5u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003cc2u, 0x00003ca6u, 0x000500c7u, - 0x00000006u, 0x00003cc3u, 0x00003cc2u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003cc4u, 0x00003cc3u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003cc6u, 0x00003cc0u, 0x00003cc4u, 0x000500c6u, 0x00000006u, - 0x00003cc8u, 0x00003cc6u, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00003ccbu, 0x00003cbeu, 0x00000f33u, - 0x00080041u, 0x00000279u, 0x00003cccu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003ccbu, - 0x0004003du, 0x0000022bu, 0x00003ccdu, 0x00003cccu, 0x00040071u, 0x00000006u, 0x00003cceu, 0x00003ccdu, - 0x0004007cu, 0x00000008u, 0x00003ccfu, 0x00003cceu, 0x00080041u, 0x00000272u, 0x00003cd2u, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00003cc8u, 0x0004003du, 0x0000022du, 0x00003cd3u, 0x00003cd2u, - 0x00040071u, 0x00000006u, 0x00003cd4u, 0x00003cd3u, 0x0004007cu, 0x00000008u, 0x00003cd5u, 0x00003cd4u, - 0x000500c3u, 0x00000008u, 0x00003cd7u, 0x00003cd5u, 0x00000260u, 0x000500c7u, 0x00000008u, 0x00003cd8u, - 0x00003cd7u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00003cdau, 0x00003cd5u, 0x00000205u, 0x000500c7u, - 0x00000008u, 0x00003cdbu, 0x00003cdau, 0x0000038du, 0x00050082u, 0x00000008u, 0x00003cddu, 0x00003cd8u, - 0x00000625u, 0x00050082u, 0x00000008u, 0x00003cdfu, 0x00003cdbu, 0x00000625u, 0x00070050u, 0x00000009u, - 0x00003ce2u, 0x00003cddu, 0x00003cdfu, 0x00003ccfu, 0x00003ccfu, 0x000300f7u, 0x0000306cu, 0x00000000u, - 0x000400fau, 0x0000221bu, 0x00003053u, 0x0000306cu, 0x000200f8u, 0x00003053u, 0x00050050u, 0x0000005fu, - 0x00003056u, 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x00003057u, 0x00003056u, 0x0003003eu, - 0x00002dfcu, 0x00003057u, 0x00050041u, 0x00000007u, 0x00003cf2u, 0x00002dfcu, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003cf3u, 0x00003cf2u, 0x00050084u, 0x00000006u, 0x00003cf4u, 0x00002d2au, 0x00003cf3u, - 0x00050080u, 0x00000006u, 0x00003cf5u, 0x00002d27u, 0x00003cf4u, 0x00050041u, 0x00000007u, 0x00003cf7u, - 0x00002dfcu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003cf8u, 0x00003cf7u, 0x00050080u, 0x00000006u, - 0x00003cf9u, 0x00003cf5u, 0x00003cf8u, 0x000500c7u, 0x00000006u, 0x00003cfbu, 0x00003cf9u, 0x00000f0au, - 0x00050084u, 0x00000006u, 0x00003cfeu, 0x00003049u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003cffu, - 0x00003cf5u, 0x00003cfeu, 0x000500c7u, 0x00000006u, 0x00003d01u, 0x00003cffu, 0x00000f0au, 0x0004003du, - 0x00000006u, 0x00003d04u, 0x00003cf2u, 0x000500c7u, 0x00000006u, 0x00003d05u, 0x00003d04u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003d06u, 0x00003d05u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003d08u, - 0x00003cfbu, 0x00003d06u, 0x000500c6u, 0x00000006u, 0x00003d0au, 0x00003d08u, 0x0000048du, 0x000500c2u, - 0x00000006u, 0x00003d0cu, 0x00003d01u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003d0eu, 0x00003cf2u, - 0x000500c7u, 0x00000006u, 0x00003d0fu, 0x00003d0eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003d10u, - 0x00003d0fu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003d12u, 0x00003d0cu, 0x00003d10u, 0x000500c6u, - 0x00000006u, 0x00003d14u, 0x00003d12u, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00003d17u, 0x00003d0au, - 0x00000f33u, 0x00080041u, 0x00000279u, 0x00003d18u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003d17u, 0x0004003du, 0x0000022bu, 0x00003d19u, 0x00003d18u, 0x00040071u, 0x00000006u, 0x00003d1au, - 0x00003d19u, 0x0004007cu, 0x00000008u, 0x00003d1bu, 0x00003d1au, 0x00080041u, 0x00000272u, 0x00003d1eu, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003d14u, 0x0004003du, 0x0000022du, 0x00003d1fu, - 0x00003d1eu, 0x00040071u, 0x00000006u, 0x00003d20u, 0x00003d1fu, 0x0004007cu, 0x00000008u, 0x00003d21u, - 0x00003d20u, 0x000500c3u, 0x00000008u, 0x00003d23u, 0x00003d21u, 0x00000260u, 0x000500c7u, 0x00000008u, - 0x00003d24u, 0x00003d23u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00003d26u, 0x00003d21u, 0x00000205u, - 0x000500c7u, 0x00000008u, 0x00003d27u, 0x00003d26u, 0x0000038du, 0x00050082u, 0x00000008u, 0x00003d29u, - 0x00003d24u, 0x00000625u, 0x00050082u, 0x00000008u, 0x00003d2bu, 0x00003d27u, 0x00000625u, 0x00070050u, - 0x00000009u, 0x00003d2eu, 0x00003d29u, 0x00003d2bu, 0x00003d1bu, 0x00003d1bu, 0x00050050u, 0x0000005fu, - 0x0000305eu, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x0000305fu, 0x0000305eu, 0x0003003eu, - 0x00002e00u, 0x0000305fu, 0x00050041u, 0x00000007u, 0x00003d3eu, 0x00002e00u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003d3fu, 0x00003d3eu, 0x00050084u, 0x00000006u, 0x00003d40u, 0x00002d2au, 0x00003d3fu, - 0x00050080u, 0x00000006u, 0x00003d41u, 0x00002d27u, 0x00003d40u, 0x00050041u, 0x00000007u, 0x00003d43u, - 0x00002e00u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003d44u, 0x00003d43u, 0x00050080u, 0x00000006u, - 0x00003d45u, 0x00003d41u, 0x00003d44u, 0x000500c7u, 0x00000006u, 0x00003d47u, 0x00003d45u, 0x00000f0au, - 0x00050080u, 0x00000006u, 0x00003d4bu, 0x00003d41u, 0x00003cb2u, 0x000500c7u, 0x00000006u, 0x00003d4du, - 0x00003d4bu, 0x00000f0au, 0x0004003du, 0x00000006u, 0x00003d50u, 0x00003d3eu, 0x000500c7u, 0x00000006u, - 0x00003d51u, 0x00003d50u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003d52u, 0x00003d51u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00003d54u, 0x00003d47u, 0x00003d52u, 0x000500c6u, 0x00000006u, 0x00003d56u, - 0x00003d54u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00003d58u, 0x00003d4du, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00003d5au, 0x00003d3eu, 0x000500c7u, 0x00000006u, 0x00003d5bu, 0x00003d5au, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003d5cu, 0x00003d5bu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003d5eu, - 0x00003d58u, 0x00003d5cu, 0x000500c6u, 0x00000006u, 0x00003d60u, 0x00003d5eu, 0x00000487u, 0x000500c5u, - 0x00000006u, 0x00003d63u, 0x00003d56u, 0x00000f33u, 0x00080041u, 0x00000279u, 0x00003d64u, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00003d63u, 0x0004003du, 0x0000022bu, 0x00003d65u, 0x00003d64u, - 0x00040071u, 0x00000006u, 0x00003d66u, 0x00003d65u, 0x0004007cu, 0x00000008u, 0x00003d67u, 0x00003d66u, - 0x00080041u, 0x00000272u, 0x00003d6au, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003d60u, - 0x0004003du, 0x0000022du, 0x00003d6bu, 0x00003d6au, 0x00040071u, 0x00000006u, 0x00003d6cu, 0x00003d6bu, - 0x0004007cu, 0x00000008u, 0x00003d6du, 0x00003d6cu, 0x000500c3u, 0x00000008u, 0x00003d6fu, 0x00003d6du, - 0x00000260u, 0x000500c7u, 0x00000008u, 0x00003d70u, 0x00003d6fu, 0x0000038du, 0x000500c3u, 0x00000008u, - 0x00003d72u, 0x00003d6du, 0x00000205u, 0x000500c7u, 0x00000008u, 0x00003d73u, 0x00003d72u, 0x0000038du, - 0x00050082u, 0x00000008u, 0x00003d75u, 0x00003d70u, 0x00000625u, 0x00050082u, 0x00000008u, 0x00003d77u, - 0x00003d73u, 0x00000625u, 0x00070050u, 0x00000009u, 0x00003d7au, 0x00003d75u, 0x00003d77u, 0x00003d67u, - 0x00003d67u, 0x00050050u, 0x0000005fu, 0x00003066u, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, - 0x00003067u, 0x00003066u, 0x0003003eu, 0x00002e04u, 0x00003067u, 0x00050041u, 0x00000007u, 0x00003d8au, - 0x00002e04u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003d8bu, 0x00003d8au, 0x00050084u, 0x00000006u, - 0x00003d8cu, 0x00002d2au, 0x00003d8bu, 0x00050080u, 0x00000006u, 0x00003d8du, 0x00002d27u, 0x00003d8cu, - 0x00050041u, 0x00000007u, 0x00003d8fu, 0x00002e04u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003d90u, - 0x00003d8fu, 0x00050080u, 0x00000006u, 0x00003d91u, 0x00003d8du, 0x00003d90u, 0x000500c7u, 0x00000006u, - 0x00003d93u, 0x00003d91u, 0x00000f0au, 0x00050080u, 0x00000006u, 0x00003d97u, 0x00003d8du, 0x00003cfeu, - 0x000500c7u, 0x00000006u, 0x00003d99u, 0x00003d97u, 0x00000f0au, 0x0004003du, 0x00000006u, 0x00003d9cu, - 0x00003d8au, 0x000500c7u, 0x00000006u, 0x00003d9du, 0x00003d9cu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00003d9eu, 0x00003d9du, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003da0u, 0x00003d93u, 0x00003d9eu, - 0x000500c6u, 0x00000006u, 0x00003da2u, 0x00003da0u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00003da4u, - 0x00003d99u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003da6u, 0x00003d8au, 0x000500c7u, 0x00000006u, - 0x00003da7u, 0x00003da6u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003da8u, 0x00003da7u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00003daau, 0x00003da4u, 0x00003da8u, 0x000500c6u, 0x00000006u, 0x00003dacu, - 0x00003daau, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00003dafu, 0x00003da2u, 0x00000f33u, 0x00080041u, - 0x00000279u, 0x00003db0u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003dafu, 0x0004003du, - 0x0000022bu, 0x00003db1u, 0x00003db0u, 0x00040071u, 0x00000006u, 0x00003db2u, 0x00003db1u, 0x0004007cu, - 0x00000008u, 0x00003db3u, 0x00003db2u, 0x00080041u, 0x00000272u, 0x00003db6u, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00003dacu, 0x0004003du, 0x0000022du, 0x00003db7u, 0x00003db6u, 0x00040071u, - 0x00000006u, 0x00003db8u, 0x00003db7u, 0x0004007cu, 0x00000008u, 0x00003db9u, 0x00003db8u, 0x000500c3u, - 0x00000008u, 0x00003dbbu, 0x00003db9u, 0x00000260u, 0x000500c7u, 0x00000008u, 0x00003dbcu, 0x00003dbbu, - 0x0000038du, 0x000500c3u, 0x00000008u, 0x00003dbeu, 0x00003db9u, 0x00000205u, 0x000500c7u, 0x00000008u, - 0x00003dbfu, 0x00003dbeu, 0x0000038du, 0x00050082u, 0x00000008u, 0x00003dc1u, 0x00003dbcu, 0x00000625u, - 0x00050082u, 0x00000008u, 0x00003dc3u, 0x00003dbfu, 0x00000625u, 0x00070050u, 0x00000009u, 0x00003dc6u, - 0x00003dc1u, 0x00003dc3u, 0x00003db3u, 0x00003db3u, 0x000200f9u, 0x0000306cu, 0x000200f8u, 0x0000306cu, - 0x000700f5u, 0x00000009u, 0x0000749au, 0x00007450u, 0x0000303fu, 0x00003dc6u, 0x00003053u, 0x000700f5u, - 0x00000009u, 0x0000741du, 0x000073d6u, 0x0000303fu, 0x00003d7au, 0x00003053u, 0x000700f5u, 0x00000009u, - 0x000073a1u, 0x00007357u, 0x0000303fu, 0x00003d2eu, 0x00003053u, 0x000200f9u, 0x000031cfu, 0x000200f8u, - 0x00002fb7u, 0x000300f7u, 0x0000303eu, 0x00000000u, 0x000b00fbu, 0x00002d34u, 0x0000303eu, 0x00000000u, - 0x00002fbau, 0x00000001u, 0x00002fdbu, 0x00000002u, 0x00002ffcu, 0x00000003u, 0x0000301du, 0x000200f8u, - 0x0000301du, 0x0004007cu, 0x000000a2u, 0x0000301fu, 0x00007272u, 0x0003003eu, 0x00002deau, 0x0000301fu, - 0x00050041u, 0x00000007u, 0x00003bc5u, 0x00002deau, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003bc6u, - 0x00003bc5u, 0x00050084u, 0x00000006u, 0x00003bc7u, 0x00002d2au, 0x00003bc6u, 0x00050080u, 0x00000006u, - 0x00003bc8u, 0x00002d27u, 0x00003bc7u, 0x00050041u, 0x00000007u, 0x00003bc9u, 0x00002deau, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00003bcau, 0x00003bc9u, 0x00050084u, 0x00000006u, 0x00003bcbu, 0x00003bcau, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003bcdu, 0x00003bc8u, 0x00003bcbu, 0x000500c7u, 0x00000006u, - 0x00003bcfu, 0x00003bcdu, 0x00000f0au, 0x000500c2u, 0x00000006u, 0x00003bd1u, 0x00003bcfu, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00003bd3u, 0x00003bc5u, 0x000500c7u, 0x00000006u, 0x00003bd4u, 0x00003bd3u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003bd5u, 0x00003bd4u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00003bd7u, 0x00003bd1u, 0x00003bd5u, 0x000500c6u, 0x00000006u, 0x00003bd9u, 0x00003bd7u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00003bdcu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003bd9u, - 0x0004003du, 0x0000022du, 0x00003bddu, 0x00003bdcu, 0x00040071u, 0x00000006u, 0x00003bdeu, 0x00003bddu, - 0x000500c5u, 0x00000006u, 0x00003be1u, 0x00003bd9u, 0x00000f3bu, 0x00080041u, 0x00000272u, 0x00003be2u, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003be1u, 0x0004003du, 0x0000022du, 0x00003be3u, - 0x00003be2u, 0x00040071u, 0x00000006u, 0x00003be4u, 0x00003be3u, 0x000500c2u, 0x00000006u, 0x00003be6u, - 0x00003bdeu, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003be7u, 0x00003be6u, 0x000500c7u, 0x00000006u, - 0x00003be9u, 0x00003bdeu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003beau, 0x00003be9u, 0x000500c2u, - 0x00000006u, 0x00003becu, 0x00003be4u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003bedu, 0x00003becu, - 0x000500c7u, 0x00000006u, 0x00003befu, 0x00003be4u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003bf0u, - 0x00003befu, 0x00070050u, 0x00000009u, 0x00003bf1u, 0x00003be7u, 0x00003beau, 0x00003bedu, 0x00003bf0u, - 0x000300f7u, 0x00003033u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00003024u, 0x00003033u, 0x000200f8u, - 0x00003024u, 0x00050050u, 0x0000005fu, 0x00003027u, 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, - 0x00003028u, 0x00003027u, 0x0003003eu, 0x00002dedu, 0x00003028u, 0x00050041u, 0x00000007u, 0x00003bfcu, - 0x00002dedu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003bfdu, 0x00003bfcu, 0x00050084u, 0x00000006u, - 0x00003bfeu, 0x00002d2au, 0x00003bfdu, 0x00050080u, 0x00000006u, 0x00003bffu, 0x00002d27u, 0x00003bfeu, - 0x00050041u, 0x00000007u, 0x00003c00u, 0x00002dedu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003c01u, - 0x00003c00u, 0x00050084u, 0x00000006u, 0x00003c02u, 0x00003c01u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00003c04u, 0x00003bffu, 0x00003c02u, 0x000500c7u, 0x00000006u, 0x00003c06u, 0x00003c04u, 0x00000f0au, - 0x000500c2u, 0x00000006u, 0x00003c08u, 0x00003c06u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003c0au, - 0x00003bfcu, 0x000500c7u, 0x00000006u, 0x00003c0bu, 0x00003c0au, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00003c0cu, 0x00003c0bu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003c0eu, 0x00003c08u, 0x00003c0cu, - 0x000500c6u, 0x00000006u, 0x00003c10u, 0x00003c0eu, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003c13u, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003c10u, 0x0004003du, 0x0000022du, 0x00003c14u, - 0x00003c13u, 0x00040071u, 0x00000006u, 0x00003c15u, 0x00003c14u, 0x000500c5u, 0x00000006u, 0x00003c18u, - 0x00003c10u, 0x00000f3bu, 0x00080041u, 0x00000272u, 0x00003c19u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00003c18u, 0x0004003du, 0x0000022du, 0x00003c1au, 0x00003c19u, 0x00040071u, 0x00000006u, - 0x00003c1bu, 0x00003c1au, 0x000500c2u, 0x00000006u, 0x00003c1du, 0x00003c15u, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x00003c1eu, 0x00003c1du, 0x000500c7u, 0x00000006u, 0x00003c20u, 0x00003c15u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00003c21u, 0x00003c20u, 0x000500c2u, 0x00000006u, 0x00003c23u, 0x00003c1bu, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003c24u, 0x00003c23u, 0x000500c7u, 0x00000006u, 0x00003c26u, - 0x00003c1bu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003c27u, 0x00003c26u, 0x00070050u, 0x00000009u, - 0x00003c28u, 0x00003c1eu, 0x00003c21u, 0x00003c24u, 0x00003c27u, 0x00050050u, 0x0000005fu, 0x0000302eu, - 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x0000302fu, 0x0000302eu, 0x0003003eu, 0x00002df0u, - 0x0000302fu, 0x00050041u, 0x00000007u, 0x00003c33u, 0x00002df0u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00003c34u, 0x00003c33u, 0x00050084u, 0x00000006u, 0x00003c35u, 0x00002d2au, 0x00003c34u, 0x00050080u, - 0x00000006u, 0x00003c36u, 0x00002d27u, 0x00003c35u, 0x00050041u, 0x00000007u, 0x00003c37u, 0x00002df0u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00003c38u, 0x00003c37u, 0x00050084u, 0x00000006u, 0x00003c39u, - 0x00003c38u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003c3bu, 0x00003c36u, 0x00003c39u, 0x000500c7u, - 0x00000006u, 0x00003c3du, 0x00003c3bu, 0x00000f0au, 0x000500c2u, 0x00000006u, 0x00003c3fu, 0x00003c3du, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00003c41u, 0x00003c33u, 0x000500c7u, 0x00000006u, 0x00003c42u, - 0x00003c41u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003c43u, 0x00003c42u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00003c45u, 0x00003c3fu, 0x00003c43u, 0x000500c6u, 0x00000006u, 0x00003c47u, 0x00003c45u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00003c4au, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003c47u, 0x0004003du, 0x0000022du, 0x00003c4bu, 0x00003c4au, 0x00040071u, 0x00000006u, 0x00003c4cu, - 0x00003c4bu, 0x000500c5u, 0x00000006u, 0x00003c4fu, 0x00003c47u, 0x00000f3bu, 0x00080041u, 0x00000272u, - 0x00003c50u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003c4fu, 0x0004003du, 0x0000022du, - 0x00003c51u, 0x00003c50u, 0x00040071u, 0x00000006u, 0x00003c52u, 0x00003c51u, 0x000500c2u, 0x00000006u, - 0x00003c54u, 0x00003c4cu, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003c55u, 0x00003c54u, 0x000500c7u, - 0x00000006u, 0x00003c57u, 0x00003c4cu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003c58u, 0x00003c57u, - 0x000500c2u, 0x00000006u, 0x00003c5au, 0x00003c52u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003c5bu, - 0x00003c5au, 0x000500c7u, 0x00000006u, 0x00003c5du, 0x00003c52u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00003c5eu, 0x00003c5du, 0x00070050u, 0x00000009u, 0x00003c5fu, 0x00003c55u, 0x00003c58u, 0x00003c5bu, - 0x00003c5eu, 0x000200f9u, 0x00003033u, 0x000200f8u, 0x00003033u, 0x000700f5u, 0x00000009u, 0x0000741cu, - 0x000073d6u, 0x0000301du, 0x00003c5fu, 0x00003024u, 0x000700f5u, 0x00000009u, 0x000073a0u, 0x00007357u, - 0x0000301du, 0x00003c28u, 0x00003024u, 0x000300f7u, 0x0000303du, 0x00000000u, 0x000400fau, 0x00002efcu, - 0x00003035u, 0x0000303du, 0x000200f8u, 0x00003035u, 0x00050050u, 0x0000005fu, 0x00003038u, 0x00007261u, - 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003039u, 0x00003038u, 0x0003003eu, 0x00002df3u, 0x00003039u, - 0x00050041u, 0x00000007u, 0x00003c6au, 0x00002df3u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003c6bu, - 0x00003c6au, 0x00050084u, 0x00000006u, 0x00003c6cu, 0x00002d2au, 0x00003c6bu, 0x00050080u, 0x00000006u, - 0x00003c6du, 0x00002d27u, 0x00003c6cu, 0x00050041u, 0x00000007u, 0x00003c6eu, 0x00002df3u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00003c6fu, 0x00003c6eu, 0x00050084u, 0x00000006u, 0x00003c70u, 0x00003c6fu, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003c72u, 0x00003c6du, 0x00003c70u, 0x000500c7u, 0x00000006u, - 0x00003c74u, 0x00003c72u, 0x00000f0au, 0x000500c2u, 0x00000006u, 0x00003c76u, 0x00003c74u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00003c78u, 0x00003c6au, 0x000500c7u, 0x00000006u, 0x00003c79u, 0x00003c78u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003c7au, 0x00003c79u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00003c7cu, 0x00003c76u, 0x00003c7au, 0x000500c6u, 0x00000006u, 0x00003c7eu, 0x00003c7cu, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00003c81u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003c7eu, - 0x0004003du, 0x0000022du, 0x00003c82u, 0x00003c81u, 0x00040071u, 0x00000006u, 0x00003c83u, 0x00003c82u, - 0x000500c5u, 0x00000006u, 0x00003c86u, 0x00003c7eu, 0x00000f3bu, 0x00080041u, 0x00000272u, 0x00003c87u, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003c86u, 0x0004003du, 0x0000022du, 0x00003c88u, - 0x00003c87u, 0x00040071u, 0x00000006u, 0x00003c89u, 0x00003c88u, 0x000500c2u, 0x00000006u, 0x00003c8bu, - 0x00003c83u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003c8cu, 0x00003c8bu, 0x000500c7u, 0x00000006u, - 0x00003c8eu, 0x00003c83u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003c8fu, 0x00003c8eu, 0x000500c2u, - 0x00000006u, 0x00003c91u, 0x00003c89u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003c92u, 0x00003c91u, - 0x000500c7u, 0x00000006u, 0x00003c94u, 0x00003c89u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003c95u, - 0x00003c94u, 0x00070050u, 0x00000009u, 0x00003c96u, 0x00003c8cu, 0x00003c8fu, 0x00003c92u, 0x00003c95u, - 0x000200f9u, 0x0000303du, 0x000200f8u, 0x0000303du, 0x000700f5u, 0x00000009u, 0x00007498u, 0x00007450u, - 0x00003033u, 0x00003c96u, 0x00003035u, 0x000200f9u, 0x0000303eu, 0x000200f8u, 0x00002ffcu, 0x0004007cu, - 0x000000a2u, 0x00002ffeu, 0x00007272u, 0x0003003eu, 0x00002ddeu, 0x00002ffeu, 0x00050041u, 0x00000007u, - 0x00003ac1u, 0x00002ddeu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003ac2u, 0x00003ac1u, 0x00050084u, - 0x00000006u, 0x00003ac3u, 0x00002d2au, 0x00003ac2u, 0x00050080u, 0x00000006u, 0x00003ac4u, 0x00002d27u, - 0x00003ac3u, 0x00050041u, 0x00000007u, 0x00003ac5u, 0x00002ddeu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003ac6u, 0x00003ac5u, 0x00050084u, 0x00000006u, 0x00003ac7u, 0x00003ac6u, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x00003ac9u, 0x00003ac4u, 0x00003ac7u, 0x000500c7u, 0x00000006u, 0x00003acbu, 0x00003ac9u, - 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00003acdu, 0x00003acbu, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00003acfu, 0x00003ac1u, 0x000500c7u, 0x00000006u, 0x00003ad0u, 0x00003acfu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00003ad1u, 0x00003ad0u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003ad3u, 0x00003acdu, - 0x00003ad1u, 0x000500c6u, 0x00000006u, 0x00003ad5u, 0x00003ad3u, 0x00000487u, 0x00080041u, 0x00000272u, - 0x00003ad8u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003ad5u, 0x0004003du, 0x0000022du, - 0x00003ad9u, 0x00003ad8u, 0x00040071u, 0x00000006u, 0x00003adau, 0x00003ad9u, 0x00060050u, 0x00000355u, - 0x00003ae2u, 0x00003adau, 0x00003adau, 0x00003adau, 0x000500c2u, 0x00000355u, 0x00003ae3u, 0x00003ae2u, - 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00003ae5u, 0x00003ae3u, 0x0000afadu, 0x000500c4u, 0x00000355u, - 0x00003ae8u, 0x00003ae5u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00003aebu, 0x00003ae5u, 0x0000afafu, - 0x000500c5u, 0x00000355u, 0x00003aecu, 0x00003ae8u, 0x00003aebu, 0x000500c7u, 0x00000006u, 0x00003aeeu, - 0x00003adau, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003aefu, 0x00003aeeu, 0x000006c4u, 0x0004007cu, - 0x0000003cu, 0x00003af1u, 0x00003aecu, 0x0004007cu, 0x00000008u, 0x00003af3u, 0x00003aefu, 0x00050051u, - 0x00000008u, 0x00003af4u, 0x00003af1u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003af5u, 0x00003af1u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00003af6u, 0x00003af1u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00003af7u, 0x00003af4u, 0x00003af5u, 0x00003af6u, 0x00003af3u, 0x000300f7u, 0x00003012u, 0x00000000u, - 0x000400fau, 0x0000221bu, 0x00003003u, 0x00003012u, 0x000200f8u, 0x00003003u, 0x00050050u, 0x0000005fu, - 0x00003006u, 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x00003007u, 0x00003006u, 0x0003003eu, - 0x00002de1u, 0x00003007u, 0x00050041u, 0x00000007u, 0x00003b02u, 0x00002de1u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003b03u, 0x00003b02u, 0x00050084u, 0x00000006u, 0x00003b04u, 0x00002d2au, 0x00003b03u, - 0x00050080u, 0x00000006u, 0x00003b05u, 0x00002d27u, 0x00003b04u, 0x00050041u, 0x00000007u, 0x00003b06u, - 0x00002de1u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003b07u, 0x00003b06u, 0x00050084u, 0x00000006u, - 0x00003b08u, 0x00003b07u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003b0au, 0x00003b05u, 0x00003b08u, - 0x000500c7u, 0x00000006u, 0x00003b0cu, 0x00003b0au, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00003b0eu, - 0x00003b0cu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003b10u, 0x00003b02u, 0x000500c7u, 0x00000006u, - 0x00003b11u, 0x00003b10u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003b12u, 0x00003b11u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00003b14u, 0x00003b0eu, 0x00003b12u, 0x000500c6u, 0x00000006u, 0x00003b16u, - 0x00003b14u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003b19u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00003b16u, 0x0004003du, 0x0000022du, 0x00003b1au, 0x00003b19u, 0x00040071u, 0x00000006u, - 0x00003b1bu, 0x00003b1au, 0x00060050u, 0x00000355u, 0x00003b23u, 0x00003b1bu, 0x00003b1bu, 0x00003b1bu, - 0x000500c2u, 0x00000355u, 0x00003b24u, 0x00003b23u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00003b26u, - 0x00003b24u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00003b29u, 0x00003b26u, 0x0000afaeu, 0x000500c2u, - 0x00000355u, 0x00003b2cu, 0x00003b26u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x00003b2du, 0x00003b29u, - 0x00003b2cu, 0x000500c7u, 0x00000006u, 0x00003b2fu, 0x00003b1bu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00003b30u, 0x00003b2fu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003b32u, 0x00003b2du, 0x0004007cu, - 0x00000008u, 0x00003b34u, 0x00003b30u, 0x00050051u, 0x00000008u, 0x00003b35u, 0x00003b32u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00003b36u, 0x00003b32u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00003b37u, - 0x00003b32u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003b38u, 0x00003b35u, 0x00003b36u, 0x00003b37u, - 0x00003b34u, 0x00050050u, 0x0000005fu, 0x0000300du, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, - 0x0000300eu, 0x0000300du, 0x0003003eu, 0x00002de4u, 0x0000300eu, 0x00050041u, 0x00000007u, 0x00003b43u, - 0x00002de4u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003b44u, 0x00003b43u, 0x00050084u, 0x00000006u, - 0x00003b45u, 0x00002d2au, 0x00003b44u, 0x00050080u, 0x00000006u, 0x00003b46u, 0x00002d27u, 0x00003b45u, - 0x00050041u, 0x00000007u, 0x00003b47u, 0x00002de4u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003b48u, - 0x00003b47u, 0x00050084u, 0x00000006u, 0x00003b49u, 0x00003b48u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00003b4bu, 0x00003b46u, 0x00003b49u, 0x000500c7u, 0x00000006u, 0x00003b4du, 0x00003b4bu, 0x00000e58u, - 0x000500c2u, 0x00000006u, 0x00003b4fu, 0x00003b4du, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003b51u, - 0x00003b43u, 0x000500c7u, 0x00000006u, 0x00003b52u, 0x00003b51u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00003b53u, 0x00003b52u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003b55u, 0x00003b4fu, 0x00003b53u, - 0x000500c6u, 0x00000006u, 0x00003b57u, 0x00003b55u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003b5au, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003b57u, 0x0004003du, 0x0000022du, 0x00003b5bu, - 0x00003b5au, 0x00040071u, 0x00000006u, 0x00003b5cu, 0x00003b5bu, 0x00060050u, 0x00000355u, 0x00003b64u, - 0x00003b5cu, 0x00003b5cu, 0x00003b5cu, 0x000500c2u, 0x00000355u, 0x00003b65u, 0x00003b64u, 0x00000e1fu, - 0x000500c7u, 0x00000355u, 0x00003b67u, 0x00003b65u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00003b6au, - 0x00003b67u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00003b6du, 0x00003b67u, 0x0000afafu, 0x000500c5u, - 0x00000355u, 0x00003b6eu, 0x00003b6au, 0x00003b6du, 0x000500c7u, 0x00000006u, 0x00003b70u, 0x00003b5cu, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00003b71u, 0x00003b70u, 0x000006c4u, 0x0004007cu, 0x0000003cu, - 0x00003b73u, 0x00003b6eu, 0x0004007cu, 0x00000008u, 0x00003b75u, 0x00003b71u, 0x00050051u, 0x00000008u, - 0x00003b76u, 0x00003b73u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003b77u, 0x00003b73u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00003b78u, 0x00003b73u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003b79u, - 0x00003b76u, 0x00003b77u, 0x00003b78u, 0x00003b75u, 0x000200f9u, 0x00003012u, 0x000200f8u, 0x00003012u, - 0x000700f5u, 0x00000009u, 0x0000741au, 0x000073d6u, 0x00002ffcu, 0x00003b79u, 0x00003003u, 0x000700f5u, - 0x00000009u, 0x0000739eu, 0x00007357u, 0x00002ffcu, 0x00003b38u, 0x00003003u, 0x000300f7u, 0x0000301cu, - 0x00000000u, 0x000400fau, 0x00002efcu, 0x00003014u, 0x0000301cu, 0x000200f8u, 0x00003014u, 0x00050050u, - 0x0000005fu, 0x00003017u, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00003018u, 0x00003017u, - 0x0003003eu, 0x00002de7u, 0x00003018u, 0x00050041u, 0x00000007u, 0x00003b84u, 0x00002de7u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003b85u, 0x00003b84u, 0x00050084u, 0x00000006u, 0x00003b86u, 0x00002d2au, - 0x00003b85u, 0x00050080u, 0x00000006u, 0x00003b87u, 0x00002d27u, 0x00003b86u, 0x00050041u, 0x00000007u, - 0x00003b88u, 0x00002de7u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003b89u, 0x00003b88u, 0x00050084u, - 0x00000006u, 0x00003b8au, 0x00003b89u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003b8cu, 0x00003b87u, - 0x00003b8au, 0x000500c7u, 0x00000006u, 0x00003b8eu, 0x00003b8cu, 0x00000e58u, 0x000500c2u, 0x00000006u, - 0x00003b90u, 0x00003b8eu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003b92u, 0x00003b84u, 0x000500c7u, - 0x00000006u, 0x00003b93u, 0x00003b92u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003b94u, 0x00003b93u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003b96u, 0x00003b90u, 0x00003b94u, 0x000500c6u, 0x00000006u, - 0x00003b98u, 0x00003b96u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003b9bu, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00003b98u, 0x0004003du, 0x0000022du, 0x00003b9cu, 0x00003b9bu, 0x00040071u, - 0x00000006u, 0x00003b9du, 0x00003b9cu, 0x00060050u, 0x00000355u, 0x00003ba5u, 0x00003b9du, 0x00003b9du, - 0x00003b9du, 0x000500c2u, 0x00000355u, 0x00003ba6u, 0x00003ba5u, 0x00000e1fu, 0x000500c7u, 0x00000355u, - 0x00003ba8u, 0x00003ba6u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00003babu, 0x00003ba8u, 0x0000afaeu, - 0x000500c2u, 0x00000355u, 0x00003baeu, 0x00003ba8u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x00003bafu, - 0x00003babu, 0x00003baeu, 0x000500c7u, 0x00000006u, 0x00003bb1u, 0x00003b9du, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00003bb2u, 0x00003bb1u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003bb4u, 0x00003bafu, - 0x0004007cu, 0x00000008u, 0x00003bb6u, 0x00003bb2u, 0x00050051u, 0x00000008u, 0x00003bb7u, 0x00003bb4u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00003bb8u, 0x00003bb4u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00003bb9u, 0x00003bb4u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003bbau, 0x00003bb7u, 0x00003bb8u, - 0x00003bb9u, 0x00003bb6u, 0x000200f9u, 0x0000301cu, 0x000200f8u, 0x0000301cu, 0x000700f5u, 0x00000009u, - 0x00007496u, 0x00007450u, 0x00003012u, 0x00003bbau, 0x00003014u, 0x000200f9u, 0x0000303eu, 0x000200f8u, - 0x00002fdbu, 0x0004007cu, 0x000000a2u, 0x00002fddu, 0x00007272u, 0x0003003eu, 0x00002dd2u, 0x00002fddu, - 0x00050041u, 0x00000007u, 0x00003a30u, 0x00002dd2u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003a31u, - 0x00003a30u, 0x00050084u, 0x00000006u, 0x00003a32u, 0x00002d2au, 0x00003a31u, 0x00050080u, 0x00000006u, - 0x00003a33u, 0x00002d27u, 0x00003a32u, 0x00050041u, 0x00000007u, 0x00003a34u, 0x00002dd2u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00003a35u, 0x00003a34u, 0x00050080u, 0x00000006u, 0x00003a37u, 0x00003a33u, - 0x00003a35u, 0x000500c7u, 0x00000006u, 0x00003a39u, 0x00003a37u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00003a3cu, 0x00003a30u, 0x000500c7u, 0x00000006u, 0x00003a3du, 0x00003a3cu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00003a3eu, 0x00003a3du, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003a40u, 0x00003a39u, - 0x00003a3eu, 0x000500c6u, 0x00000006u, 0x00003a42u, 0x00003a40u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00003a45u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003a42u, 0x0004003du, 0x0000022bu, - 0x00003a46u, 0x00003a45u, 0x00040071u, 0x00000006u, 0x00003a47u, 0x00003a46u, 0x0004007cu, 0x00000008u, - 0x00003a49u, 0x00003a47u, 0x00070050u, 0x00000009u, 0x00003a4au, 0x00003a49u, 0x00003a49u, 0x00003a49u, - 0x00003a49u, 0x000300f7u, 0x00002ff1u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00002fe2u, 0x00002ff1u, - 0x000200f8u, 0x00002fe2u, 0x00050050u, 0x0000005fu, 0x00002fe5u, 0x00007261u, 0x00002ef0u, 0x0004007cu, - 0x000000a2u, 0x00002fe6u, 0x00002fe5u, 0x0003003eu, 0x00002dd5u, 0x00002fe6u, 0x00050041u, 0x00000007u, - 0x00003a54u, 0x00002dd5u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003a55u, 0x00003a54u, 0x00050084u, - 0x00000006u, 0x00003a56u, 0x00002d2au, 0x00003a55u, 0x00050080u, 0x00000006u, 0x00003a57u, 0x00002d27u, - 0x00003a56u, 0x00050041u, 0x00000007u, 0x00003a58u, 0x00002dd5u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003a59u, 0x00003a58u, 0x00050080u, 0x00000006u, 0x00003a5bu, 0x00003a57u, 0x00003a59u, 0x000500c7u, - 0x00000006u, 0x00003a5du, 0x00003a5bu, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00003a60u, 0x00003a54u, - 0x000500c7u, 0x00000006u, 0x00003a61u, 0x00003a60u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003a62u, - 0x00003a61u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003a64u, 0x00003a5du, 0x00003a62u, 0x000500c6u, - 0x00000006u, 0x00003a66u, 0x00003a64u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003a69u, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00003a66u, 0x0004003du, 0x0000022bu, 0x00003a6au, 0x00003a69u, - 0x00040071u, 0x00000006u, 0x00003a6bu, 0x00003a6au, 0x0004007cu, 0x00000008u, 0x00003a6du, 0x00003a6bu, - 0x00070050u, 0x00000009u, 0x00003a6eu, 0x00003a6du, 0x00003a6du, 0x00003a6du, 0x00003a6du, 0x00050050u, - 0x0000005fu, 0x00002fecu, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00002fedu, 0x00002fecu, - 0x0003003eu, 0x00002dd8u, 0x00002fedu, 0x00050041u, 0x00000007u, 0x00003a78u, 0x00002dd8u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003a79u, 0x00003a78u, 0x00050084u, 0x00000006u, 0x00003a7au, 0x00002d2au, - 0x00003a79u, 0x00050080u, 0x00000006u, 0x00003a7bu, 0x00002d27u, 0x00003a7au, 0x00050041u, 0x00000007u, - 0x00003a7cu, 0x00002dd8u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003a7du, 0x00003a7cu, 0x00050080u, - 0x00000006u, 0x00003a7fu, 0x00003a7bu, 0x00003a7du, 0x000500c7u, 0x00000006u, 0x00003a81u, 0x00003a7fu, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00003a84u, 0x00003a78u, 0x000500c7u, 0x00000006u, 0x00003a85u, - 0x00003a84u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003a86u, 0x00003a85u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00003a88u, 0x00003a81u, 0x00003a86u, 0x000500c6u, 0x00000006u, 0x00003a8au, 0x00003a88u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00003a8du, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003a8au, 0x0004003du, 0x0000022bu, 0x00003a8eu, 0x00003a8du, 0x00040071u, 0x00000006u, 0x00003a8fu, - 0x00003a8eu, 0x0004007cu, 0x00000008u, 0x00003a91u, 0x00003a8fu, 0x00070050u, 0x00000009u, 0x00003a92u, - 0x00003a91u, 0x00003a91u, 0x00003a91u, 0x00003a91u, 0x000200f9u, 0x00002ff1u, 0x000200f8u, 0x00002ff1u, - 0x000700f5u, 0x00000009u, 0x00007418u, 0x000073d6u, 0x00002fdbu, 0x00003a92u, 0x00002fe2u, 0x000700f5u, - 0x00000009u, 0x0000739cu, 0x00007357u, 0x00002fdbu, 0x00003a6eu, 0x00002fe2u, 0x000300f7u, 0x00002ffbu, - 0x00000000u, 0x000400fau, 0x00002efcu, 0x00002ff3u, 0x00002ffbu, 0x000200f8u, 0x00002ff3u, 0x00050050u, - 0x0000005fu, 0x00002ff6u, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00002ff7u, 0x00002ff6u, - 0x0003003eu, 0x00002ddbu, 0x00002ff7u, 0x00050041u, 0x00000007u, 0x00003a9cu, 0x00002ddbu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003a9du, 0x00003a9cu, 0x00050084u, 0x00000006u, 0x00003a9eu, 0x00002d2au, - 0x00003a9du, 0x00050080u, 0x00000006u, 0x00003a9fu, 0x00002d27u, 0x00003a9eu, 0x00050041u, 0x00000007u, - 0x00003aa0u, 0x00002ddbu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003aa1u, 0x00003aa0u, 0x00050080u, - 0x00000006u, 0x00003aa3u, 0x00003a9fu, 0x00003aa1u, 0x000500c7u, 0x00000006u, 0x00003aa5u, 0x00003aa3u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00003aa8u, 0x00003a9cu, 0x000500c7u, 0x00000006u, 0x00003aa9u, - 0x00003aa8u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003aaau, 0x00003aa9u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00003aacu, 0x00003aa5u, 0x00003aaau, 0x000500c6u, 0x00000006u, 0x00003aaeu, 0x00003aacu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00003ab1u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003aaeu, 0x0004003du, 0x0000022bu, 0x00003ab2u, 0x00003ab1u, 0x00040071u, 0x00000006u, 0x00003ab3u, - 0x00003ab2u, 0x0004007cu, 0x00000008u, 0x00003ab5u, 0x00003ab3u, 0x00070050u, 0x00000009u, 0x00003ab6u, - 0x00003ab5u, 0x00003ab5u, 0x00003ab5u, 0x00003ab5u, 0x000200f9u, 0x00002ffbu, 0x000200f8u, 0x00002ffbu, - 0x000700f5u, 0x00000009u, 0x00007494u, 0x00007450u, 0x00002ff1u, 0x00003ab6u, 0x00002ff3u, 0x000200f9u, - 0x0000303eu, 0x000200f8u, 0x00002fbau, 0x0004007cu, 0x000000a2u, 0x00002fbcu, 0x00007272u, 0x0003003eu, - 0x00002dc6u, 0x00002fbcu, 0x00050041u, 0x00000007u, 0x00003965u, 0x00002dc6u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003966u, 0x00003965u, 0x00050084u, 0x00000006u, 0x00003967u, 0x00002d2au, 0x00003966u, - 0x00050080u, 0x00000006u, 0x00003968u, 0x00002d27u, 0x00003967u, 0x00050041u, 0x00000007u, 0x00003969u, - 0x00002dc6u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000396au, 0x00003969u, 0x000500c2u, 0x00000006u, - 0x0000396bu, 0x0000396au, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000396du, 0x00003968u, 0x0000396bu, - 0x000500c7u, 0x00000006u, 0x0000396fu, 0x0000396du, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00003971u, - 0x00003969u, 0x000400c8u, 0x00000006u, 0x00003972u, 0x00003971u, 0x000500c7u, 0x00000006u, 0x00003973u, - 0x00003972u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003974u, 0x00003973u, 0x00000703u, 0x0004003du, - 0x00000006u, 0x00003977u, 0x00003965u, 0x000500c7u, 0x00000006u, 0x00003978u, 0x00003977u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003979u, 0x00003978u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000397bu, - 0x0000396fu, 0x00003979u, 0x000500c6u, 0x00000006u, 0x0000397du, 0x0000397bu, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00003980u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000397du, 0x0004003du, - 0x0000022bu, 0x00003981u, 0x00003980u, 0x00040071u, 0x00000006u, 0x00003982u, 0x00003981u, 0x000500c2u, - 0x00000006u, 0x00003985u, 0x00003982u, 0x00003974u, 0x000500c7u, 0x00000006u, 0x00003986u, 0x00003985u, - 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00003988u, 0x00003986u, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x0000398au, 0x00003986u, 0x00003988u, 0x0004007cu, 0x00000008u, 0x0000398cu, 0x0000398au, 0x00070050u, - 0x00000009u, 0x0000398du, 0x0000398cu, 0x0000398cu, 0x0000398cu, 0x0000398cu, 0x000300f7u, 0x00002fd0u, - 0x00000000u, 0x000400fau, 0x0000221bu, 0x00002fc1u, 0x00002fd0u, 0x000200f8u, 0x00002fc1u, 0x00050050u, - 0x0000005fu, 0x00002fc4u, 0x00007261u, 0x00002ef0u, 0x0004007cu, 0x000000a2u, 0x00002fc5u, 0x00002fc4u, - 0x0003003eu, 0x00002dc9u, 0x00002fc5u, 0x00050041u, 0x00000007u, 0x00003998u, 0x00002dc9u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003999u, 0x00003998u, 0x00050084u, 0x00000006u, 0x0000399au, 0x00002d2au, - 0x00003999u, 0x00050080u, 0x00000006u, 0x0000399bu, 0x00002d27u, 0x0000399au, 0x00050041u, 0x00000007u, - 0x0000399cu, 0x00002dc9u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000399du, 0x0000399cu, 0x000500c2u, - 0x00000006u, 0x0000399eu, 0x0000399du, 0x00000214u, 0x00050080u, 0x00000006u, 0x000039a0u, 0x0000399bu, - 0x0000399eu, 0x000500c7u, 0x00000006u, 0x000039a2u, 0x000039a0u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x000039a4u, 0x0000399cu, 0x000400c8u, 0x00000006u, 0x000039a5u, 0x000039a4u, 0x000500c7u, 0x00000006u, - 0x000039a6u, 0x000039a5u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000039a7u, 0x000039a6u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x000039aau, 0x00003998u, 0x000500c7u, 0x00000006u, 0x000039abu, 0x000039aau, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000039acu, 0x000039abu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x000039aeu, 0x000039a2u, 0x000039acu, 0x000500c6u, 0x00000006u, 0x000039b0u, 0x000039aeu, 0x0000048du, - 0x00080041u, 0x00000279u, 0x000039b3u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000039b0u, - 0x0004003du, 0x0000022bu, 0x000039b4u, 0x000039b3u, 0x00040071u, 0x00000006u, 0x000039b5u, 0x000039b4u, - 0x000500c2u, 0x00000006u, 0x000039b8u, 0x000039b5u, 0x000039a7u, 0x000500c7u, 0x00000006u, 0x000039b9u, - 0x000039b8u, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x000039bbu, 0x000039b9u, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x000039bdu, 0x000039b9u, 0x000039bbu, 0x0004007cu, 0x00000008u, 0x000039bfu, 0x000039bdu, - 0x00070050u, 0x00000009u, 0x000039c0u, 0x000039bfu, 0x000039bfu, 0x000039bfu, 0x000039bfu, 0x00050050u, - 0x0000005fu, 0x00002fcbu, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00002fccu, 0x00002fcbu, - 0x0003003eu, 0x00002dccu, 0x00002fccu, 0x00050041u, 0x00000007u, 0x000039cbu, 0x00002dccu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000039ccu, 0x000039cbu, 0x00050084u, 0x00000006u, 0x000039cdu, 0x00002d2au, - 0x000039ccu, 0x00050080u, 0x00000006u, 0x000039ceu, 0x00002d27u, 0x000039cdu, 0x00050041u, 0x00000007u, - 0x000039cfu, 0x00002dccu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000039d0u, 0x000039cfu, 0x000500c2u, - 0x00000006u, 0x000039d1u, 0x000039d0u, 0x00000214u, 0x00050080u, 0x00000006u, 0x000039d3u, 0x000039ceu, - 0x000039d1u, 0x000500c7u, 0x00000006u, 0x000039d5u, 0x000039d3u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x000039d7u, 0x000039cfu, 0x000400c8u, 0x00000006u, 0x000039d8u, 0x000039d7u, 0x000500c7u, 0x00000006u, - 0x000039d9u, 0x000039d8u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000039dau, 0x000039d9u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x000039ddu, 0x000039cbu, 0x000500c7u, 0x00000006u, 0x000039deu, 0x000039ddu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000039dfu, 0x000039deu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x000039e1u, 0x000039d5u, 0x000039dfu, 0x000500c6u, 0x00000006u, 0x000039e3u, 0x000039e1u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x000039e6u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000039e3u, - 0x0004003du, 0x0000022bu, 0x000039e7u, 0x000039e6u, 0x00040071u, 0x00000006u, 0x000039e8u, 0x000039e7u, - 0x000500c2u, 0x00000006u, 0x000039ebu, 0x000039e8u, 0x000039dau, 0x000500c7u, 0x00000006u, 0x000039ecu, - 0x000039ebu, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x000039eeu, 0x000039ecu, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x000039f0u, 0x000039ecu, 0x000039eeu, 0x0004007cu, 0x00000008u, 0x000039f2u, 0x000039f0u, - 0x00070050u, 0x00000009u, 0x000039f3u, 0x000039f2u, 0x000039f2u, 0x000039f2u, 0x000039f2u, 0x000200f9u, - 0x00002fd0u, 0x000200f8u, 0x00002fd0u, 0x000700f5u, 0x00000009u, 0x00007416u, 0x000073d6u, 0x00002fbau, - 0x000039f3u, 0x00002fc1u, 0x000700f5u, 0x00000009u, 0x0000739au, 0x00007357u, 0x00002fbau, 0x000039c0u, - 0x00002fc1u, 0x000300f7u, 0x00002fdau, 0x00000000u, 0x000400fau, 0x00002efcu, 0x00002fd2u, 0x00002fdau, - 0x000200f8u, 0x00002fd2u, 0x00050050u, 0x0000005fu, 0x00002fd5u, 0x00007261u, 0x00002ef2u, 0x0004007cu, - 0x000000a2u, 0x00002fd6u, 0x00002fd5u, 0x0003003eu, 0x00002dcfu, 0x00002fd6u, 0x00050041u, 0x00000007u, - 0x000039feu, 0x00002dcfu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000039ffu, 0x000039feu, 0x00050084u, - 0x00000006u, 0x00003a00u, 0x00002d2au, 0x000039ffu, 0x00050080u, 0x00000006u, 0x00003a01u, 0x00002d27u, - 0x00003a00u, 0x00050041u, 0x00000007u, 0x00003a02u, 0x00002dcfu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003a03u, 0x00003a02u, 0x000500c2u, 0x00000006u, 0x00003a04u, 0x00003a03u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x00003a06u, 0x00003a01u, 0x00003a04u, 0x000500c7u, 0x00000006u, 0x00003a08u, 0x00003a06u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00003a0au, 0x00003a02u, 0x000400c8u, 0x00000006u, 0x00003a0bu, - 0x00003a0au, 0x000500c7u, 0x00000006u, 0x00003a0cu, 0x00003a0bu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00003a0du, 0x00003a0cu, 0x00000703u, 0x0004003du, 0x00000006u, 0x00003a10u, 0x000039feu, 0x000500c7u, - 0x00000006u, 0x00003a11u, 0x00003a10u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003a12u, 0x00003a11u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003a14u, 0x00003a08u, 0x00003a12u, 0x000500c6u, 0x00000006u, - 0x00003a16u, 0x00003a14u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003a19u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00003a16u, 0x0004003du, 0x0000022bu, 0x00003a1au, 0x00003a19u, 0x00040071u, - 0x00000006u, 0x00003a1bu, 0x00003a1au, 0x000500c2u, 0x00000006u, 0x00003a1eu, 0x00003a1bu, 0x00003a0du, - 0x000500c7u, 0x00000006u, 0x00003a1fu, 0x00003a1eu, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00003a21u, - 0x00003a1fu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00003a23u, 0x00003a1fu, 0x00003a21u, 0x0004007cu, - 0x00000008u, 0x00003a25u, 0x00003a23u, 0x00070050u, 0x00000009u, 0x00003a26u, 0x00003a25u, 0x00003a25u, - 0x00003a25u, 0x00003a25u, 0x000200f9u, 0x00002fdau, 0x000200f8u, 0x00002fdau, 0x000700f5u, 0x00000009u, - 0x00007492u, 0x00007450u, 0x00002fd0u, 0x00003a26u, 0x00002fd2u, 0x000200f9u, 0x0000303eu, 0x000200f8u, - 0x0000303eu, 0x000d00f5u, 0x00000009u, 0x00007491u, 0x00007450u, 0x00002fb7u, 0x00007492u, 0x00002fdau, - 0x00007494u, 0x00002ffbu, 0x00007496u, 0x0000301cu, 0x00007498u, 0x0000303du, 0x000d00f5u, 0x00000009u, - 0x00007414u, 0x000073d6u, 0x00002fb7u, 0x00007416u, 0x00002fdau, 0x00007418u, 0x00002ffbu, 0x0000741au, - 0x0000301cu, 0x0000741cu, 0x0000303du, 0x000d00f5u, 0x00000009u, 0x00007398u, 0x00007357u, 0x00002fb7u, - 0x0000739au, 0x00002fdau, 0x0000739cu, 0x00002ffbu, 0x0000739eu, 0x0000301cu, 0x000073a0u, 0x0000303du, - 0x000d00f5u, 0x00000009u, 0x000072e2u, 0x000072a1u, 0x00002fb7u, 0x0000398du, 0x00002fdau, 0x00003a4au, - 0x00002ffbu, 0x00003af7u, 0x0000301cu, 0x00003bf1u, 0x0000303du, 0x000200f9u, 0x000031cfu, 0x000200f8u, - 0x000031cfu, 0x000f00f5u, 0x00000009u, 0x00007490u, 0x00007450u, 0x00002fb4u, 0x00007491u, 0x0000303eu, - 0x0000749au, 0x0000306cu, 0x0000749bu, 0x000030dfu, 0x000074a2u, 0x00003167u, 0x000074abu, 0x000031ceu, - 0x000f00f5u, 0x00000009u, 0x00007413u, 0x000073d6u, 0x00002fb4u, 0x00007414u, 0x0000303eu, 0x0000741du, - 0x0000306cu, 0x0000741eu, 0x000030dfu, 0x00007425u, 0x00003167u, 0x0000742eu, 0x000031ceu, 0x000f00f5u, - 0x00000009u, 0x00007397u, 0x00007357u, 0x00002fb4u, 0x00007398u, 0x0000303eu, 0x000073a1u, 0x0000306cu, - 0x000073a2u, 0x000030dfu, 0x000073a9u, 0x00003167u, 0x000073b2u, 0x000031ceu, 0x000f00f5u, 0x00000009u, - 0x000072e1u, 0x000072a1u, 0x00002fb4u, 0x000072e2u, 0x0000303eu, 0x00003ce2u, 0x0000306cu, 0x000072ecu, - 0x000030dfu, 0x000072f3u, 0x00003167u, 0x000072fcu, 0x000031ceu, 0x000200f9u, 0x000031d0u, 0x000200f8u, - 0x00002f17u, 0x000300f7u, 0x00002fb3u, 0x00000000u, 0x000b00fbu, 0x00002d2fu, 0x00002fb3u, 0x00000000u, - 0x00002f1au, 0x00000002u, 0x00002f1au, 0x00000003u, 0x00002f1au, 0x00000004u, 0x00002f1au, 0x000200f8u, - 0x00002f1au, 0x000600a9u, 0x00000008u, 0x00002f1eu, 0x00002f04u, 0x00000217u, 0x00000214u, 0x0004007cu, - 0x00000006u, 0x00002f1fu, 0x00002f1eu, 0x000300f7u, 0x00002fb2u, 0x00000000u, 0x000700fbu, 0x00002d34u, - 0x00002f22u, 0x00000000u, 0x00002f4eu, 0x00000001u, 0x00002f86u, 0x000200f8u, 0x00002f86u, 0x0004007cu, - 0x000000a2u, 0x00002f88u, 0x00007272u, 0x000600a9u, 0x00000008u, 0x00002f8au, 0x00002f04u, 0x0000021au, - 0x00000205u, 0x0004007cu, 0x00000006u, 0x00002f8bu, 0x00002f8au, 0x0003003eu, 0x00002d96u, 0x00002f88u, - 0x00050041u, 0x00000007u, 0x000037ccu, 0x00002d96u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000037cdu, - 0x000037ccu, 0x00050084u, 0x00000006u, 0x000037ceu, 0x00002d2au, 0x000037cdu, 0x00050080u, 0x00000006u, - 0x000037cfu, 0x00002d27u, 0x000037ceu, 0x00050041u, 0x00000007u, 0x000037d0u, 0x00002d96u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000037d1u, 0x000037d0u, 0x00050080u, 0x00000006u, 0x000037d3u, 0x000037cfu, - 0x000037d1u, 0x000500c7u, 0x00000006u, 0x000037d5u, 0x000037d3u, 0x00000f0au, 0x0004003du, 0x00000006u, - 0x000037d8u, 0x000037ccu, 0x000500c7u, 0x00000006u, 0x000037d9u, 0x000037d8u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x000037dau, 0x000037d9u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000037dcu, 0x000037d5u, - 0x000037dau, 0x000500c6u, 0x00000006u, 0x000037deu, 0x000037dcu, 0x0000048du, 0x00080041u, 0x00000279u, - 0x000037e1u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000037deu, 0x0004003du, 0x0000022bu, - 0x000037e2u, 0x000037e1u, 0x00040071u, 0x00000006u, 0x000037e3u, 0x000037e2u, 0x000500c4u, 0x00000006u, - 0x000037e5u, 0x000037e3u, 0x00000217u, 0x00050080u, 0x00000006u, 0x000037e7u, 0x000037e5u, 0x00002f8bu, - 0x000500c6u, 0x00000006u, 0x000037eau, 0x000037e7u, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x000037edu, - 0x00000f3bu, 0x000037eau, 0x00080041u, 0x00000272u, 0x000037eeu, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x000037edu, 0x0004003du, 0x0000022du, 0x000037efu, 0x000037eeu, 0x00040071u, 0x00000006u, - 0x000037f0u, 0x000037efu, 0x000300f7u, 0x000037f8u, 0x00000000u, 0x000400fau, 0x00002218u, 0x000037f2u, - 0x000037f5u, 0x000200f8u, 0x000037f5u, 0x00060050u, 0x00000355u, 0x00003810u, 0x000037f0u, 0x000037f0u, - 0x000037f0u, 0x000500c2u, 0x00000355u, 0x00003811u, 0x00003810u, 0x00000e1fu, 0x000500c7u, 0x00000355u, - 0x00003813u, 0x00003811u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00003816u, 0x00003813u, 0x0000afaeu, - 0x000500c2u, 0x00000355u, 0x00003819u, 0x00003813u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000381au, - 0x00003816u, 0x00003819u, 0x000500c7u, 0x00000006u, 0x0000381cu, 0x000037f0u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x0000381du, 0x0000381cu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000381fu, 0x0000381au, - 0x0004007cu, 0x00000008u, 0x00003821u, 0x0000381du, 0x00050051u, 0x00000008u, 0x00003822u, 0x0000381fu, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00003823u, 0x0000381fu, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00003824u, 0x0000381fu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003825u, 0x00003822u, 0x00003823u, - 0x00003824u, 0x00003821u, 0x000200f9u, 0x000037f8u, 0x000200f8u, 0x000037f2u, 0x000500c2u, 0x00000006u, - 0x000037ffu, 0x000037f0u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003801u, 0x000037f0u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00003803u, 0x000037ffu, 0x0004007cu, 0x00000008u, 0x00003809u, 0x00003801u, - 0x00070050u, 0x00000009u, 0x0000380au, 0x00003803u, 0x00003803u, 0x00003803u, 0x00003809u, 0x000200f9u, - 0x000037f8u, 0x000200f8u, 0x000037f8u, 0x000700f5u, 0x00000009u, 0x00007276u, 0x0000380au, 0x000037f2u, - 0x00003825u, 0x000037f5u, 0x000300f7u, 0x00002fa5u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00002f92u, - 0x00002fa5u, 0x000200f8u, 0x00002f92u, 0x00050050u, 0x0000005fu, 0x00002f95u, 0x00007261u, 0x00002ef0u, - 0x0004007cu, 0x000000a2u, 0x00002f96u, 0x00002f95u, 0x0003003eu, 0x00002d9cu, 0x00002f96u, 0x00050041u, - 0x00000007u, 0x00003833u, 0x00002d9cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003834u, 0x00003833u, - 0x00050084u, 0x00000006u, 0x00003835u, 0x00002d2au, 0x00003834u, 0x00050080u, 0x00000006u, 0x00003836u, - 0x00002d27u, 0x00003835u, 0x00050041u, 0x00000007u, 0x00003837u, 0x00002d9cu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00003838u, 0x00003837u, 0x00050080u, 0x00000006u, 0x0000383au, 0x00003836u, 0x00003838u, - 0x000500c7u, 0x00000006u, 0x0000383cu, 0x0000383au, 0x00000f0au, 0x0004003du, 0x00000006u, 0x0000383fu, - 0x00003833u, 0x000500c7u, 0x00000006u, 0x00003840u, 0x0000383fu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00003841u, 0x00003840u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003843u, 0x0000383cu, 0x00003841u, - 0x000500c6u, 0x00000006u, 0x00003845u, 0x00003843u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003848u, - 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003845u, 0x0004003du, 0x0000022bu, 0x00003849u, - 0x00003848u, 0x00040071u, 0x00000006u, 0x0000384au, 0x00003849u, 0x000500c4u, 0x00000006u, 0x0000384cu, - 0x0000384au, 0x00000217u, 0x00050080u, 0x00000006u, 0x0000384eu, 0x0000384cu, 0x00000487u, 0x000500c6u, - 0x00000006u, 0x00003851u, 0x0000384eu, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x00003854u, 0x00000f3bu, - 0x00003851u, 0x00080041u, 0x00000272u, 0x00003855u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003854u, 0x0004003du, 0x0000022du, 0x00003856u, 0x00003855u, 0x00040071u, 0x00000006u, 0x00003857u, - 0x00003856u, 0x000300f7u, 0x0000385fu, 0x00000000u, 0x000400fau, 0x00002218u, 0x00003859u, 0x0000385cu, - 0x000200f8u, 0x0000385cu, 0x00060050u, 0x00000355u, 0x00003877u, 0x00003857u, 0x00003857u, 0x00003857u, - 0x000500c2u, 0x00000355u, 0x00003878u, 0x00003877u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x0000387au, - 0x00003878u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x0000387du, 0x0000387au, 0x0000afaeu, 0x000500c2u, - 0x00000355u, 0x00003880u, 0x0000387au, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x00003881u, 0x0000387du, - 0x00003880u, 0x000500c7u, 0x00000006u, 0x00003883u, 0x00003857u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00003884u, 0x00003883u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003886u, 0x00003881u, 0x0004007cu, - 0x00000008u, 0x00003888u, 0x00003884u, 0x00050051u, 0x00000008u, 0x00003889u, 0x00003886u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x0000388au, 0x00003886u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000388bu, - 0x00003886u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000388cu, 0x00003889u, 0x0000388au, 0x0000388bu, - 0x00003888u, 0x000200f9u, 0x0000385fu, 0x000200f8u, 0x00003859u, 0x000500c2u, 0x00000006u, 0x00003866u, - 0x00003857u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003868u, 0x00003857u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x0000386au, 0x00003866u, 0x0004007cu, 0x00000008u, 0x00003870u, 0x00003868u, 0x00070050u, - 0x00000009u, 0x00003871u, 0x0000386au, 0x0000386au, 0x0000386au, 0x00003870u, 0x000200f9u, 0x0000385fu, - 0x000200f8u, 0x0000385fu, 0x000700f5u, 0x00000009u, 0x00007279u, 0x00003871u, 0x00003859u, 0x0000388cu, - 0x0000385cu, 0x00050050u, 0x0000005fu, 0x00002f9eu, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, - 0x00002f9fu, 0x00002f9eu, 0x0003003eu, 0x00002da2u, 0x00002f9fu, 0x00050041u, 0x00000007u, 0x0000389au, - 0x00002da2u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000389bu, 0x0000389au, 0x00050084u, 0x00000006u, - 0x0000389cu, 0x00002d2au, 0x0000389bu, 0x00050080u, 0x00000006u, 0x0000389du, 0x00002d27u, 0x0000389cu, - 0x00050041u, 0x00000007u, 0x0000389eu, 0x00002da2u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000389fu, - 0x0000389eu, 0x00050080u, 0x00000006u, 0x000038a1u, 0x0000389du, 0x0000389fu, 0x000500c7u, 0x00000006u, - 0x000038a3u, 0x000038a1u, 0x00000f0au, 0x0004003du, 0x00000006u, 0x000038a6u, 0x0000389au, 0x000500c7u, - 0x00000006u, 0x000038a7u, 0x000038a6u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000038a8u, 0x000038a7u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x000038aau, 0x000038a3u, 0x000038a8u, 0x000500c6u, 0x00000006u, - 0x000038acu, 0x000038aau, 0x0000048du, 0x00080041u, 0x00000279u, 0x000038afu, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x000038acu, 0x0004003du, 0x0000022bu, 0x000038b0u, 0x000038afu, 0x00040071u, - 0x00000006u, 0x000038b1u, 0x000038b0u, 0x000500c4u, 0x00000006u, 0x000038b3u, 0x000038b1u, 0x00000217u, - 0x00050080u, 0x00000006u, 0x000038b5u, 0x000038b3u, 0x000003c6u, 0x000500c6u, 0x00000006u, 0x000038b8u, - 0x000038b5u, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x000038bbu, 0x00000f3bu, 0x000038b8u, 0x00080041u, - 0x00000272u, 0x000038bcu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000038bbu, 0x0004003du, - 0x0000022du, 0x000038bdu, 0x000038bcu, 0x00040071u, 0x00000006u, 0x000038beu, 0x000038bdu, 0x000300f7u, - 0x000038c6u, 0x00000000u, 0x000400fau, 0x00002218u, 0x000038c0u, 0x000038c3u, 0x000200f8u, 0x000038c3u, - 0x00060050u, 0x00000355u, 0x000038deu, 0x000038beu, 0x000038beu, 0x000038beu, 0x000500c2u, 0x00000355u, - 0x000038dfu, 0x000038deu, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x000038e1u, 0x000038dfu, 0x0000afadu, - 0x000500c4u, 0x00000355u, 0x000038e4u, 0x000038e1u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x000038e7u, - 0x000038e1u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x000038e8u, 0x000038e4u, 0x000038e7u, 0x000500c7u, - 0x00000006u, 0x000038eau, 0x000038beu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000038ebu, 0x000038eau, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000038edu, 0x000038e8u, 0x0004007cu, 0x00000008u, 0x000038efu, - 0x000038ebu, 0x00050051u, 0x00000008u, 0x000038f0u, 0x000038edu, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000038f1u, 0x000038edu, 0x00000001u, 0x00050051u, 0x00000008u, 0x000038f2u, 0x000038edu, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000038f3u, 0x000038f0u, 0x000038f1u, 0x000038f2u, 0x000038efu, 0x000200f9u, - 0x000038c6u, 0x000200f8u, 0x000038c0u, 0x000500c2u, 0x00000006u, 0x000038cdu, 0x000038beu, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x000038cfu, 0x000038beu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000038d1u, - 0x000038cdu, 0x0004007cu, 0x00000008u, 0x000038d7u, 0x000038cfu, 0x00070050u, 0x00000009u, 0x000038d8u, - 0x000038d1u, 0x000038d1u, 0x000038d1u, 0x000038d7u, 0x000200f9u, 0x000038c6u, 0x000200f8u, 0x000038c6u, - 0x000700f5u, 0x00000009u, 0x0000727au, 0x000038d8u, 0x000038c0u, 0x000038f3u, 0x000038c3u, 0x000200f9u, - 0x00002fa5u, 0x000200f8u, 0x00002fa5u, 0x000700f5u, 0x00000009u, 0x00007410u, 0x000073d6u, 0x000037f8u, - 0x0000727au, 0x000038c6u, 0x000700f5u, 0x00000009u, 0x00007393u, 0x00007357u, 0x000037f8u, 0x00007279u, - 0x000038c6u, 0x000300f7u, 0x00002fb1u, 0x00000000u, 0x000400fau, 0x00002efcu, 0x00002fa7u, 0x00002fb1u, - 0x000200f8u, 0x00002fa7u, 0x00050050u, 0x0000005fu, 0x00002faau, 0x00007261u, 0x00002ef2u, 0x0004007cu, - 0x000000a2u, 0x00002fabu, 0x00002faau, 0x0003003eu, 0x00002da8u, 0x00002fabu, 0x00050041u, 0x00000007u, - 0x00003901u, 0x00002da8u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003902u, 0x00003901u, 0x00050084u, - 0x00000006u, 0x00003903u, 0x00002d2au, 0x00003902u, 0x00050080u, 0x00000006u, 0x00003904u, 0x00002d27u, - 0x00003903u, 0x00050041u, 0x00000007u, 0x00003905u, 0x00002da8u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003906u, 0x00003905u, 0x00050080u, 0x00000006u, 0x00003908u, 0x00003904u, 0x00003906u, 0x000500c7u, - 0x00000006u, 0x0000390au, 0x00003908u, 0x00000f0au, 0x0004003du, 0x00000006u, 0x0000390du, 0x00003901u, - 0x000500c7u, 0x00000006u, 0x0000390eu, 0x0000390du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000390fu, - 0x0000390eu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003911u, 0x0000390au, 0x0000390fu, 0x000500c6u, - 0x00000006u, 0x00003913u, 0x00003911u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003916u, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00003913u, 0x0004003du, 0x0000022bu, 0x00003917u, 0x00003916u, - 0x00040071u, 0x00000006u, 0x00003918u, 0x00003917u, 0x000500c4u, 0x00000006u, 0x0000391au, 0x00003918u, - 0x00000217u, 0x00050080u, 0x00000006u, 0x0000391cu, 0x0000391au, 0x0000048du, 0x000500c6u, 0x00000006u, - 0x0000391fu, 0x0000391cu, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x00003922u, 0x00000f3bu, 0x0000391fu, - 0x00080041u, 0x00000272u, 0x00003923u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003922u, - 0x0004003du, 0x0000022du, 0x00003924u, 0x00003923u, 0x00040071u, 0x00000006u, 0x00003925u, 0x00003924u, - 0x000300f7u, 0x0000392du, 0x00000000u, 0x000400fau, 0x00002218u, 0x00003927u, 0x0000392au, 0x000200f8u, - 0x0000392au, 0x00060050u, 0x00000355u, 0x00003945u, 0x00003925u, 0x00003925u, 0x00003925u, 0x000500c2u, - 0x00000355u, 0x00003946u, 0x00003945u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00003948u, 0x00003946u, - 0x0000afadu, 0x000500c4u, 0x00000355u, 0x0000394bu, 0x00003948u, 0x0000afaeu, 0x000500c2u, 0x00000355u, - 0x0000394eu, 0x00003948u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000394fu, 0x0000394bu, 0x0000394eu, - 0x000500c7u, 0x00000006u, 0x00003951u, 0x00003925u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003952u, - 0x00003951u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003954u, 0x0000394fu, 0x0004007cu, 0x00000008u, - 0x00003956u, 0x00003952u, 0x00050051u, 0x00000008u, 0x00003957u, 0x00003954u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00003958u, 0x00003954u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00003959u, 0x00003954u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x0000395au, 0x00003957u, 0x00003958u, 0x00003959u, 0x00003956u, - 0x000200f9u, 0x0000392du, 0x000200f8u, 0x00003927u, 0x000500c2u, 0x00000006u, 0x00003934u, 0x00003925u, - 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003936u, 0x00003925u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00003938u, 0x00003934u, 0x0004007cu, 0x00000008u, 0x0000393eu, 0x00003936u, 0x00070050u, 0x00000009u, - 0x0000393fu, 0x00003938u, 0x00003938u, 0x00003938u, 0x0000393eu, 0x000200f9u, 0x0000392du, 0x000200f8u, - 0x0000392du, 0x000700f5u, 0x00000009u, 0x0000727bu, 0x0000393fu, 0x00003927u, 0x0000395au, 0x0000392au, - 0x000200f9u, 0x00002fb1u, 0x000200f8u, 0x00002fb1u, 0x000700f5u, 0x00000009u, 0x0000748bu, 0x00007450u, - 0x00002fa5u, 0x0000727bu, 0x0000392du, 0x000200f9u, 0x00002fb2u, 0x000200f8u, 0x00002f4eu, 0x0004007cu, - 0x000000a2u, 0x00002f50u, 0x00007272u, 0x0004007cu, 0x00000006u, 0x00002f53u, 0x00002d39u, 0x000600a9u, - 0x00000008u, 0x00002f55u, 0x00002f04u, 0x0000021au, 0x00000205u, 0x0004007cu, 0x00000006u, 0x00002f56u, - 0x00002f55u, 0x0003003eu, 0x00002d77u, 0x00002f50u, 0x00050041u, 0x00000007u, 0x000035f5u, 0x00002d77u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x000035f6u, 0x000035f5u, 0x00050084u, 0x00000006u, 0x000035f7u, - 0x00002d2au, 0x000035f6u, 0x00050080u, 0x00000006u, 0x000035f8u, 0x00002d27u, 0x000035f7u, 0x00050041u, - 0x00000007u, 0x000035f9u, 0x00002d77u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000035fau, 0x000035f9u, - 0x000500c2u, 0x00000006u, 0x000035fbu, 0x000035fau, 0x00000214u, 0x00050080u, 0x00000006u, 0x000035fdu, - 0x000035f8u, 0x000035fbu, 0x000500c7u, 0x00000006u, 0x000035ffu, 0x000035fdu, 0x00000f0au, 0x0004003du, - 0x00000006u, 0x00003601u, 0x000035f9u, 0x000400c8u, 0x00000006u, 0x00003602u, 0x00003601u, 0x000500c7u, - 0x00000006u, 0x00003603u, 0x00003602u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003604u, 0x00003603u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x00003607u, 0x000035f5u, 0x000500c7u, 0x00000006u, 0x00003608u, - 0x00003607u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003609u, 0x00003608u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x0000360bu, 0x000035ffu, 0x00003609u, 0x000500c6u, 0x00000006u, 0x0000360du, 0x0000360bu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00003610u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x0000360du, 0x0004003du, 0x0000022bu, 0x00003611u, 0x00003610u, 0x00040071u, 0x00000006u, 0x00003612u, - 0x00003611u, 0x000500c2u, 0x00000006u, 0x00003615u, 0x00003612u, 0x00003604u, 0x000500c7u, 0x00000006u, - 0x00003616u, 0x00003615u, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00003618u, 0x00002f53u, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x0000361au, 0x00003616u, 0x00003618u, 0x000500c4u, 0x00000006u, 0x0000361cu, - 0x0000361au, 0x00000217u, 0x00050080u, 0x00000006u, 0x0000361eu, 0x0000361cu, 0x00002f56u, 0x000500c6u, - 0x00000006u, 0x00003621u, 0x0000361eu, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x00003624u, 0x00000f3bu, - 0x00003621u, 0x00080041u, 0x00000272u, 0x00003625u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003624u, 0x0004003du, 0x0000022du, 0x00003626u, 0x00003625u, 0x00040071u, 0x00000006u, 0x00003627u, - 0x00003626u, 0x000300f7u, 0x0000362fu, 0x00000000u, 0x000400fau, 0x00002218u, 0x00003629u, 0x0000362cu, - 0x000200f8u, 0x0000362cu, 0x00060050u, 0x00000355u, 0x00003647u, 0x00003627u, 0x00003627u, 0x00003627u, - 0x000500c2u, 0x00000355u, 0x00003648u, 0x00003647u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x0000364au, - 0x00003648u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x0000364du, 0x0000364au, 0x0000afaeu, 0x000500c2u, - 0x00000355u, 0x00003650u, 0x0000364au, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x00003651u, 0x0000364du, - 0x00003650u, 0x000500c7u, 0x00000006u, 0x00003653u, 0x00003627u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00003654u, 0x00003653u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003656u, 0x00003651u, 0x0004007cu, - 0x00000008u, 0x00003658u, 0x00003654u, 0x00050051u, 0x00000008u, 0x00003659u, 0x00003656u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x0000365au, 0x00003656u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000365bu, - 0x00003656u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000365cu, 0x00003659u, 0x0000365au, 0x0000365bu, - 0x00003658u, 0x000200f9u, 0x0000362fu, 0x000200f8u, 0x00003629u, 0x000500c2u, 0x00000006u, 0x00003636u, - 0x00003627u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003638u, 0x00003627u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x0000363au, 0x00003636u, 0x0004007cu, 0x00000008u, 0x00003640u, 0x00003638u, 0x00070050u, - 0x00000009u, 0x00003641u, 0x0000363au, 0x0000363au, 0x0000363au, 0x00003640u, 0x000200f9u, 0x0000362fu, - 0x000200f8u, 0x0000362fu, 0x000700f5u, 0x00000009u, 0x0000727cu, 0x00003641u, 0x00003629u, 0x0000365cu, - 0x0000362cu, 0x000300f7u, 0x00002f76u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00002f5du, 0x00002f76u, - 0x000200f8u, 0x00002f5du, 0x00050050u, 0x0000005fu, 0x00002f60u, 0x00007261u, 0x00002ef0u, 0x0004007cu, - 0x000000a2u, 0x00002f61u, 0x00002f60u, 0x0003003eu, 0x00002d7fu, 0x00002f61u, 0x00050041u, 0x00000007u, - 0x0000366bu, 0x00002d7fu, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000366cu, 0x0000366bu, 0x00050084u, - 0x00000006u, 0x0000366du, 0x00002d2au, 0x0000366cu, 0x00050080u, 0x00000006u, 0x0000366eu, 0x00002d27u, - 0x0000366du, 0x00050041u, 0x00000007u, 0x0000366fu, 0x00002d7fu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003670u, 0x0000366fu, 0x000500c2u, 0x00000006u, 0x00003671u, 0x00003670u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x00003673u, 0x0000366eu, 0x00003671u, 0x000500c7u, 0x00000006u, 0x00003675u, 0x00003673u, - 0x00000f0au, 0x0004003du, 0x00000006u, 0x00003677u, 0x0000366fu, 0x000400c8u, 0x00000006u, 0x00003678u, - 0x00003677u, 0x000500c7u, 0x00000006u, 0x00003679u, 0x00003678u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x0000367au, 0x00003679u, 0x00000703u, 0x0004003du, 0x00000006u, 0x0000367du, 0x0000366bu, 0x000500c7u, - 0x00000006u, 0x0000367eu, 0x0000367du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000367fu, 0x0000367eu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003681u, 0x00003675u, 0x0000367fu, 0x000500c6u, 0x00000006u, - 0x00003683u, 0x00003681u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003686u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00003683u, 0x0004003du, 0x0000022bu, 0x00003687u, 0x00003686u, 0x00040071u, - 0x00000006u, 0x00003688u, 0x00003687u, 0x000500c2u, 0x00000006u, 0x0000368bu, 0x00003688u, 0x0000367au, - 0x000500c7u, 0x00000006u, 0x0000368cu, 0x0000368bu, 0x00000e7bu, 0x000500c5u, 0x00000006u, 0x00003690u, - 0x0000368cu, 0x00003618u, 0x000500c4u, 0x00000006u, 0x00003692u, 0x00003690u, 0x00000217u, 0x00050080u, - 0x00000006u, 0x00003694u, 0x00003692u, 0x00000487u, 0x000500c6u, 0x00000006u, 0x00003697u, 0x00003694u, - 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x0000369au, 0x00000f3bu, 0x00003697u, 0x00080041u, 0x00000272u, - 0x0000369bu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000369au, 0x0004003du, 0x0000022du, - 0x0000369cu, 0x0000369bu, 0x00040071u, 0x00000006u, 0x0000369du, 0x0000369cu, 0x000300f7u, 0x000036a5u, - 0x00000000u, 0x000400fau, 0x00002218u, 0x0000369fu, 0x000036a2u, 0x000200f8u, 0x000036a2u, 0x00060050u, - 0x00000355u, 0x000036bdu, 0x0000369du, 0x0000369du, 0x0000369du, 0x000500c2u, 0x00000355u, 0x000036beu, - 0x000036bdu, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x000036c0u, 0x000036beu, 0x0000afadu, 0x000500c4u, - 0x00000355u, 0x000036c3u, 0x000036c0u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x000036c6u, 0x000036c0u, - 0x0000afafu, 0x000500c5u, 0x00000355u, 0x000036c7u, 0x000036c3u, 0x000036c6u, 0x000500c7u, 0x00000006u, - 0x000036c9u, 0x0000369du, 0x00000487u, 0x00050084u, 0x00000006u, 0x000036cau, 0x000036c9u, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x000036ccu, 0x000036c7u, 0x0004007cu, 0x00000008u, 0x000036ceu, 0x000036cau, - 0x00050051u, 0x00000008u, 0x000036cfu, 0x000036ccu, 0x00000000u, 0x00050051u, 0x00000008u, 0x000036d0u, - 0x000036ccu, 0x00000001u, 0x00050051u, 0x00000008u, 0x000036d1u, 0x000036ccu, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000036d2u, 0x000036cfu, 0x000036d0u, 0x000036d1u, 0x000036ceu, 0x000200f9u, 0x000036a5u, - 0x000200f8u, 0x0000369fu, 0x000500c2u, 0x00000006u, 0x000036acu, 0x0000369du, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x000036aeu, 0x0000369du, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000036b0u, 0x000036acu, - 0x0004007cu, 0x00000008u, 0x000036b6u, 0x000036aeu, 0x00070050u, 0x00000009u, 0x000036b7u, 0x000036b0u, - 0x000036b0u, 0x000036b0u, 0x000036b6u, 0x000200f9u, 0x000036a5u, 0x000200f8u, 0x000036a5u, 0x000700f5u, - 0x00000009u, 0x0000727eu, 0x000036b7u, 0x0000369fu, 0x000036d2u, 0x000036a2u, 0x00050050u, 0x0000005fu, - 0x00002f6cu, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00002f6du, 0x00002f6cu, 0x0003003eu, - 0x00002d87u, 0x00002f6du, 0x00050041u, 0x00000007u, 0x000036e1u, 0x00002d87u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000036e2u, 0x000036e1u, 0x00050084u, 0x00000006u, 0x000036e3u, 0x00002d2au, 0x000036e2u, - 0x00050080u, 0x00000006u, 0x000036e4u, 0x00002d27u, 0x000036e3u, 0x00050041u, 0x00000007u, 0x000036e5u, - 0x00002d87u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000036e6u, 0x000036e5u, 0x000500c2u, 0x00000006u, - 0x000036e7u, 0x000036e6u, 0x00000214u, 0x00050080u, 0x00000006u, 0x000036e9u, 0x000036e4u, 0x000036e7u, - 0x000500c7u, 0x00000006u, 0x000036ebu, 0x000036e9u, 0x00000f0au, 0x0004003du, 0x00000006u, 0x000036edu, - 0x000036e5u, 0x000400c8u, 0x00000006u, 0x000036eeu, 0x000036edu, 0x000500c7u, 0x00000006u, 0x000036efu, - 0x000036eeu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000036f0u, 0x000036efu, 0x00000703u, 0x0004003du, - 0x00000006u, 0x000036f3u, 0x000036e1u, 0x000500c7u, 0x00000006u, 0x000036f4u, 0x000036f3u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000036f5u, 0x000036f4u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000036f7u, - 0x000036ebu, 0x000036f5u, 0x000500c6u, 0x00000006u, 0x000036f9u, 0x000036f7u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x000036fcu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000036f9u, 0x0004003du, - 0x0000022bu, 0x000036fdu, 0x000036fcu, 0x00040071u, 0x00000006u, 0x000036feu, 0x000036fdu, 0x000500c2u, - 0x00000006u, 0x00003701u, 0x000036feu, 0x000036f0u, 0x000500c7u, 0x00000006u, 0x00003702u, 0x00003701u, - 0x00000e7bu, 0x000500c5u, 0x00000006u, 0x00003706u, 0x00003702u, 0x00003618u, 0x000500c4u, 0x00000006u, - 0x00003708u, 0x00003706u, 0x00000217u, 0x00050080u, 0x00000006u, 0x0000370au, 0x00003708u, 0x000003c6u, - 0x000500c6u, 0x00000006u, 0x0000370du, 0x0000370au, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x00003710u, - 0x00000f3bu, 0x0000370du, 0x00080041u, 0x00000272u, 0x00003711u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00003710u, 0x0004003du, 0x0000022du, 0x00003712u, 0x00003711u, 0x00040071u, 0x00000006u, - 0x00003713u, 0x00003712u, 0x000300f7u, 0x0000371bu, 0x00000000u, 0x000400fau, 0x00002218u, 0x00003715u, - 0x00003718u, 0x000200f8u, 0x00003718u, 0x00060050u, 0x00000355u, 0x00003733u, 0x00003713u, 0x00003713u, - 0x00003713u, 0x000500c2u, 0x00000355u, 0x00003734u, 0x00003733u, 0x00000e1fu, 0x000500c7u, 0x00000355u, - 0x00003736u, 0x00003734u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00003739u, 0x00003736u, 0x0000afaeu, - 0x000500c2u, 0x00000355u, 0x0000373cu, 0x00003736u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000373du, - 0x00003739u, 0x0000373cu, 0x000500c7u, 0x00000006u, 0x0000373fu, 0x00003713u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00003740u, 0x0000373fu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003742u, 0x0000373du, - 0x0004007cu, 0x00000008u, 0x00003744u, 0x00003740u, 0x00050051u, 0x00000008u, 0x00003745u, 0x00003742u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00003746u, 0x00003742u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00003747u, 0x00003742u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003748u, 0x00003745u, 0x00003746u, - 0x00003747u, 0x00003744u, 0x000200f9u, 0x0000371bu, 0x000200f8u, 0x00003715u, 0x000500c2u, 0x00000006u, - 0x00003722u, 0x00003713u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003724u, 0x00003713u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00003726u, 0x00003722u, 0x0004007cu, 0x00000008u, 0x0000372cu, 0x00003724u, - 0x00070050u, 0x00000009u, 0x0000372du, 0x00003726u, 0x00003726u, 0x00003726u, 0x0000372cu, 0x000200f9u, - 0x0000371bu, 0x000200f8u, 0x0000371bu, 0x000700f5u, 0x00000009u, 0x0000727fu, 0x0000372du, 0x00003715u, - 0x00003748u, 0x00003718u, 0x000200f9u, 0x00002f76u, 0x000200f8u, 0x00002f76u, 0x000700f5u, 0x00000009u, - 0x0000740cu, 0x000073d6u, 0x0000362fu, 0x0000727fu, 0x0000371bu, 0x000700f5u, 0x00000009u, 0x0000738eu, - 0x00007357u, 0x0000362fu, 0x0000727eu, 0x0000371bu, 0x000300f7u, 0x00002f85u, 0x00000000u, 0x000400fau, - 0x00002efcu, 0x00002f78u, 0x00002f85u, 0x000200f8u, 0x00002f78u, 0x00050050u, 0x0000005fu, 0x00002f7bu, - 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00002f7cu, 0x00002f7bu, 0x0003003eu, 0x00002d8fu, - 0x00002f7cu, 0x00050041u, 0x00000007u, 0x00003757u, 0x00002d8fu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00003758u, 0x00003757u, 0x00050084u, 0x00000006u, 0x00003759u, 0x00002d2au, 0x00003758u, 0x00050080u, - 0x00000006u, 0x0000375au, 0x00002d27u, 0x00003759u, 0x00050041u, 0x00000007u, 0x0000375bu, 0x00002d8fu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x0000375cu, 0x0000375bu, 0x000500c2u, 0x00000006u, 0x0000375du, - 0x0000375cu, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000375fu, 0x0000375au, 0x0000375du, 0x000500c7u, - 0x00000006u, 0x00003761u, 0x0000375fu, 0x00000f0au, 0x0004003du, 0x00000006u, 0x00003763u, 0x0000375bu, - 0x000400c8u, 0x00000006u, 0x00003764u, 0x00003763u, 0x000500c7u, 0x00000006u, 0x00003765u, 0x00003764u, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00003766u, 0x00003765u, 0x00000703u, 0x0004003du, 0x00000006u, - 0x00003769u, 0x00003757u, 0x000500c7u, 0x00000006u, 0x0000376au, 0x00003769u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x0000376bu, 0x0000376au, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000376du, 0x00003761u, - 0x0000376bu, 0x000500c6u, 0x00000006u, 0x0000376fu, 0x0000376du, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00003772u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000376fu, 0x0004003du, 0x0000022bu, - 0x00003773u, 0x00003772u, 0x00040071u, 0x00000006u, 0x00003774u, 0x00003773u, 0x000500c2u, 0x00000006u, - 0x00003777u, 0x00003774u, 0x00003766u, 0x000500c7u, 0x00000006u, 0x00003778u, 0x00003777u, 0x00000e7bu, - 0x000500c5u, 0x00000006u, 0x0000377cu, 0x00003778u, 0x00003618u, 0x000500c4u, 0x00000006u, 0x0000377eu, - 0x0000377cu, 0x00000217u, 0x00050080u, 0x00000006u, 0x00003780u, 0x0000377eu, 0x0000048du, 0x000500c6u, - 0x00000006u, 0x00003783u, 0x00003780u, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x00003786u, 0x00000f3bu, - 0x00003783u, 0x00080041u, 0x00000272u, 0x00003787u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003786u, 0x0004003du, 0x0000022du, 0x00003788u, 0x00003787u, 0x00040071u, 0x00000006u, 0x00003789u, - 0x00003788u, 0x000300f7u, 0x00003791u, 0x00000000u, 0x000400fau, 0x00002218u, 0x0000378bu, 0x0000378eu, - 0x000200f8u, 0x0000378eu, 0x00060050u, 0x00000355u, 0x000037a9u, 0x00003789u, 0x00003789u, 0x00003789u, - 0x000500c2u, 0x00000355u, 0x000037aau, 0x000037a9u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x000037acu, - 0x000037aau, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x000037afu, 0x000037acu, 0x0000afaeu, 0x000500c2u, - 0x00000355u, 0x000037b2u, 0x000037acu, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x000037b3u, 0x000037afu, - 0x000037b2u, 0x000500c7u, 0x00000006u, 0x000037b5u, 0x00003789u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x000037b6u, 0x000037b5u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000037b8u, 0x000037b3u, 0x0004007cu, - 0x00000008u, 0x000037bau, 0x000037b6u, 0x00050051u, 0x00000008u, 0x000037bbu, 0x000037b8u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x000037bcu, 0x000037b8u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000037bdu, - 0x000037b8u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000037beu, 0x000037bbu, 0x000037bcu, 0x000037bdu, - 0x000037bau, 0x000200f9u, 0x00003791u, 0x000200f8u, 0x0000378bu, 0x000500c2u, 0x00000006u, 0x00003798u, - 0x00003789u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x0000379au, 0x00003789u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x0000379cu, 0x00003798u, 0x0004007cu, 0x00000008u, 0x000037a2u, 0x0000379au, 0x00070050u, - 0x00000009u, 0x000037a3u, 0x0000379cu, 0x0000379cu, 0x0000379cu, 0x000037a2u, 0x000200f9u, 0x00003791u, - 0x000200f8u, 0x00003791u, 0x000700f5u, 0x00000009u, 0x00007280u, 0x000037a3u, 0x0000378bu, 0x000037beu, - 0x0000378eu, 0x000200f9u, 0x00002f85u, 0x000200f8u, 0x00002f85u, 0x000700f5u, 0x00000009u, 0x00007486u, - 0x00007450u, 0x00002f76u, 0x00007280u, 0x00003791u, 0x000200f9u, 0x00002fb2u, 0x000200f8u, 0x00002f22u, - 0x0004007cu, 0x000000a2u, 0x00002f24u, 0x00007272u, 0x000600a9u, 0x00000008u, 0x00002f26u, 0x00002f04u, - 0x0000021au, 0x00000205u, 0x0004007cu, 0x00000006u, 0x00002f27u, 0x00002f26u, 0x0003003eu, 0x00002daeu, - 0x00002f24u, 0x00050041u, 0x00000007u, 0x0000344cu, 0x00002daeu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x0000344du, 0x0000344cu, 0x00050084u, 0x00000006u, 0x0000344eu, 0x00002d2au, 0x0000344du, 0x00050080u, - 0x00000006u, 0x0000344fu, 0x00002d27u, 0x0000344eu, 0x00050041u, 0x00000007u, 0x00003450u, 0x00002daeu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00003451u, 0x00003450u, 0x00050084u, 0x00000006u, 0x00003452u, - 0x00003451u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003454u, 0x0000344fu, 0x00003452u, 0x000500c7u, - 0x00000006u, 0x00003456u, 0x00003454u, 0x00000f0au, 0x000500c2u, 0x00000006u, 0x00003458u, 0x00003456u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x0000345au, 0x0000344cu, 0x000500c7u, 0x00000006u, 0x0000345bu, - 0x0000345au, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000345cu, 0x0000345bu, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x0000345eu, 0x00003458u, 0x0000345cu, 0x000500c6u, 0x00000006u, 0x00003460u, 0x0000345eu, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00003463u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00003460u, 0x0004003du, 0x0000022du, 0x00003464u, 0x00003463u, 0x00040071u, 0x00000006u, 0x00003465u, - 0x00003464u, 0x000500c2u, 0x00000006u, 0x00003467u, 0x00003465u, 0x00000223u, 0x000500c7u, 0x00000006u, - 0x00003468u, 0x00003467u, 0x00000fd9u, 0x00050080u, 0x00000006u, 0x0000346au, 0x00003468u, 0x00002f27u, - 0x000500c6u, 0x00000006u, 0x0000346du, 0x0000346au, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x00003470u, - 0x00000f3bu, 0x0000346du, 0x00080041u, 0x00000272u, 0x00003471u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00003470u, 0x0004003du, 0x0000022du, 0x00003472u, 0x00003471u, 0x00040071u, 0x00000006u, - 0x00003473u, 0x00003472u, 0x000300f7u, 0x0000347bu, 0x00000000u, 0x000400fau, 0x00002218u, 0x00003475u, - 0x00003478u, 0x000200f8u, 0x00003478u, 0x00060050u, 0x00000355u, 0x00003493u, 0x00003473u, 0x00003473u, - 0x00003473u, 0x000500c2u, 0x00000355u, 0x00003494u, 0x00003493u, 0x00000e1fu, 0x000500c7u, 0x00000355u, - 0x00003496u, 0x00003494u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00003499u, 0x00003496u, 0x0000afaeu, - 0x000500c2u, 0x00000355u, 0x0000349cu, 0x00003496u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000349du, - 0x00003499u, 0x0000349cu, 0x000500c7u, 0x00000006u, 0x0000349fu, 0x00003473u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x000034a0u, 0x0000349fu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000034a2u, 0x0000349du, - 0x0004007cu, 0x00000008u, 0x000034a4u, 0x000034a0u, 0x00050051u, 0x00000008u, 0x000034a5u, 0x000034a2u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x000034a6u, 0x000034a2u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x000034a7u, 0x000034a2u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000034a8u, 0x000034a5u, 0x000034a6u, - 0x000034a7u, 0x000034a4u, 0x000200f9u, 0x0000347bu, 0x000200f8u, 0x00003475u, 0x000500c2u, 0x00000006u, - 0x00003482u, 0x00003473u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003484u, 0x00003473u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00003486u, 0x00003482u, 0x0004007cu, 0x00000008u, 0x0000348cu, 0x00003484u, - 0x00070050u, 0x00000009u, 0x0000348du, 0x00003486u, 0x00003486u, 0x00003486u, 0x0000348cu, 0x000200f9u, - 0x0000347bu, 0x000200f8u, 0x0000347bu, 0x000700f5u, 0x00000009u, 0x00007281u, 0x0000348du, 0x00003475u, - 0x000034a8u, 0x00003478u, 0x000300f7u, 0x00002f41u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00002f2eu, - 0x00002f41u, 0x000200f8u, 0x00002f2eu, 0x00050050u, 0x0000005fu, 0x00002f31u, 0x00007261u, 0x00002ef0u, - 0x0004007cu, 0x000000a2u, 0x00002f32u, 0x00002f31u, 0x0003003eu, 0x00002db4u, 0x00002f32u, 0x00050041u, - 0x00000007u, 0x000034b6u, 0x00002db4u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000034b7u, 0x000034b6u, - 0x00050084u, 0x00000006u, 0x000034b8u, 0x00002d2au, 0x000034b7u, 0x00050080u, 0x00000006u, 0x000034b9u, - 0x00002d27u, 0x000034b8u, 0x00050041u, 0x00000007u, 0x000034bau, 0x00002db4u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x000034bbu, 0x000034bau, 0x00050084u, 0x00000006u, 0x000034bcu, 0x000034bbu, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x000034beu, 0x000034b9u, 0x000034bcu, 0x000500c7u, 0x00000006u, 0x000034c0u, - 0x000034beu, 0x00000f0au, 0x000500c2u, 0x00000006u, 0x000034c2u, 0x000034c0u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x000034c4u, 0x000034b6u, 0x000500c7u, 0x00000006u, 0x000034c5u, 0x000034c4u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000034c6u, 0x000034c5u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000034c8u, - 0x000034c2u, 0x000034c6u, 0x000500c6u, 0x00000006u, 0x000034cau, 0x000034c8u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x000034cdu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000034cau, 0x0004003du, - 0x0000022du, 0x000034ceu, 0x000034cdu, 0x00040071u, 0x00000006u, 0x000034cfu, 0x000034ceu, 0x000500c2u, - 0x00000006u, 0x000034d1u, 0x000034cfu, 0x00000223u, 0x000500c7u, 0x00000006u, 0x000034d2u, 0x000034d1u, - 0x00000fd9u, 0x00050080u, 0x00000006u, 0x000034d4u, 0x000034d2u, 0x00000487u, 0x000500c6u, 0x00000006u, - 0x000034d7u, 0x000034d4u, 0x00002f1fu, 0x000500c5u, 0x00000006u, 0x000034dau, 0x00000f3bu, 0x000034d7u, - 0x00080041u, 0x00000272u, 0x000034dbu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000034dau, - 0x0004003du, 0x0000022du, 0x000034dcu, 0x000034dbu, 0x00040071u, 0x00000006u, 0x000034ddu, 0x000034dcu, - 0x000300f7u, 0x000034e5u, 0x00000000u, 0x000400fau, 0x00002218u, 0x000034dfu, 0x000034e2u, 0x000200f8u, - 0x000034e2u, 0x00060050u, 0x00000355u, 0x000034fdu, 0x000034ddu, 0x000034ddu, 0x000034ddu, 0x000500c2u, - 0x00000355u, 0x000034feu, 0x000034fdu, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00003500u, 0x000034feu, - 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00003503u, 0x00003500u, 0x0000afaeu, 0x000500c2u, 0x00000355u, - 0x00003506u, 0x00003500u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x00003507u, 0x00003503u, 0x00003506u, - 0x000500c7u, 0x00000006u, 0x00003509u, 0x000034ddu, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000350au, - 0x00003509u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000350cu, 0x00003507u, 0x0004007cu, 0x00000008u, - 0x0000350eu, 0x0000350au, 0x00050051u, 0x00000008u, 0x0000350fu, 0x0000350cu, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00003510u, 0x0000350cu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00003511u, 0x0000350cu, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00003512u, 0x0000350fu, 0x00003510u, 0x00003511u, 0x0000350eu, - 0x000200f9u, 0x000034e5u, 0x000200f8u, 0x000034dfu, 0x000500c2u, 0x00000006u, 0x000034ecu, 0x000034ddu, - 0x00000260u, 0x000500c7u, 0x00000006u, 0x000034eeu, 0x000034ddu, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x000034f0u, 0x000034ecu, 0x0004007cu, 0x00000008u, 0x000034f6u, 0x000034eeu, 0x00070050u, 0x00000009u, - 0x000034f7u, 0x000034f0u, 0x000034f0u, 0x000034f0u, 0x000034f6u, 0x000200f9u, 0x000034e5u, 0x000200f8u, - 0x000034e5u, 0x000700f5u, 0x00000009u, 0x00007283u, 0x000034f7u, 0x000034dfu, 0x00003512u, 0x000034e2u, - 0x00050050u, 0x0000005fu, 0x00002f3au, 0x0000725du, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00002f3bu, - 0x00002f3au, 0x0003003eu, 0x00002dbau, 0x00002f3bu, 0x00050041u, 0x00000007u, 0x00003520u, 0x00002dbau, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003521u, 0x00003520u, 0x00050084u, 0x00000006u, 0x00003522u, - 0x00002d2au, 0x00003521u, 0x00050080u, 0x00000006u, 0x00003523u, 0x00002d27u, 0x00003522u, 0x00050041u, - 0x00000007u, 0x00003524u, 0x00002dbau, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003525u, 0x00003524u, - 0x00050084u, 0x00000006u, 0x00003526u, 0x00003525u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003528u, - 0x00003523u, 0x00003526u, 0x000500c7u, 0x00000006u, 0x0000352au, 0x00003528u, 0x00000f0au, 0x000500c2u, - 0x00000006u, 0x0000352cu, 0x0000352au, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000352eu, 0x00003520u, - 0x000500c7u, 0x00000006u, 0x0000352fu, 0x0000352eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003530u, - 0x0000352fu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003532u, 0x0000352cu, 0x00003530u, 0x000500c6u, - 0x00000006u, 0x00003534u, 0x00003532u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003537u, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00003534u, 0x0004003du, 0x0000022du, 0x00003538u, 0x00003537u, - 0x00040071u, 0x00000006u, 0x00003539u, 0x00003538u, 0x000500c2u, 0x00000006u, 0x0000353bu, 0x00003539u, - 0x00000223u, 0x000500c7u, 0x00000006u, 0x0000353cu, 0x0000353bu, 0x00000fd9u, 0x00050080u, 0x00000006u, - 0x0000353eu, 0x0000353cu, 0x000003c6u, 0x000500c6u, 0x00000006u, 0x00003541u, 0x0000353eu, 0x00002f1fu, - 0x000500c5u, 0x00000006u, 0x00003544u, 0x00000f3bu, 0x00003541u, 0x00080041u, 0x00000272u, 0x00003545u, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00003544u, 0x0004003du, 0x0000022du, 0x00003546u, - 0x00003545u, 0x00040071u, 0x00000006u, 0x00003547u, 0x00003546u, 0x000300f7u, 0x0000354fu, 0x00000000u, - 0x000400fau, 0x00002218u, 0x00003549u, 0x0000354cu, 0x000200f8u, 0x0000354cu, 0x00060050u, 0x00000355u, - 0x00003567u, 0x00003547u, 0x00003547u, 0x00003547u, 0x000500c2u, 0x00000355u, 0x00003568u, 0x00003567u, - 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x0000356au, 0x00003568u, 0x0000afadu, 0x000500c4u, 0x00000355u, - 0x0000356du, 0x0000356au, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00003570u, 0x0000356au, 0x0000afafu, - 0x000500c5u, 0x00000355u, 0x00003571u, 0x0000356du, 0x00003570u, 0x000500c7u, 0x00000006u, 0x00003573u, - 0x00003547u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003574u, 0x00003573u, 0x000006c4u, 0x0004007cu, - 0x0000003cu, 0x00003576u, 0x00003571u, 0x0004007cu, 0x00000008u, 0x00003578u, 0x00003574u, 0x00050051u, - 0x00000008u, 0x00003579u, 0x00003576u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000357au, 0x00003576u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x0000357bu, 0x00003576u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x0000357cu, 0x00003579u, 0x0000357au, 0x0000357bu, 0x00003578u, 0x000200f9u, 0x0000354fu, 0x000200f8u, - 0x00003549u, 0x000500c2u, 0x00000006u, 0x00003556u, 0x00003547u, 0x00000260u, 0x000500c7u, 0x00000006u, - 0x00003558u, 0x00003547u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000355au, 0x00003556u, 0x0004007cu, - 0x00000008u, 0x00003560u, 0x00003558u, 0x00070050u, 0x00000009u, 0x00003561u, 0x0000355au, 0x0000355au, - 0x0000355au, 0x00003560u, 0x000200f9u, 0x0000354fu, 0x000200f8u, 0x0000354fu, 0x000700f5u, 0x00000009u, - 0x00007284u, 0x00003561u, 0x00003549u, 0x0000357cu, 0x0000354cu, 0x000200f9u, 0x00002f41u, 0x000200f8u, - 0x00002f41u, 0x000700f5u, 0x00000009u, 0x00007407u, 0x000073d6u, 0x0000347bu, 0x00007284u, 0x0000354fu, - 0x000700f5u, 0x00000009u, 0x00007388u, 0x00007357u, 0x0000347bu, 0x00007283u, 0x0000354fu, 0x000300f7u, - 0x00002f4du, 0x00000000u, 0x000400fau, 0x00002efcu, 0x00002f43u, 0x00002f4du, 0x000200f8u, 0x00002f43u, - 0x00050050u, 0x0000005fu, 0x00002f46u, 0x00007261u, 0x00002ef2u, 0x0004007cu, 0x000000a2u, 0x00002f47u, - 0x00002f46u, 0x0003003eu, 0x00002dc0u, 0x00002f47u, 0x00050041u, 0x00000007u, 0x0000358au, 0x00002dc0u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x0000358bu, 0x0000358au, 0x00050084u, 0x00000006u, 0x0000358cu, - 0x00002d2au, 0x0000358bu, 0x00050080u, 0x00000006u, 0x0000358du, 0x00002d27u, 0x0000358cu, 0x00050041u, - 0x00000007u, 0x0000358eu, 0x00002dc0u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000358fu, 0x0000358eu, - 0x00050084u, 0x00000006u, 0x00003590u, 0x0000358fu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003592u, - 0x0000358du, 0x00003590u, 0x000500c7u, 0x00000006u, 0x00003594u, 0x00003592u, 0x00000f0au, 0x000500c2u, - 0x00000006u, 0x00003596u, 0x00003594u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003598u, 0x0000358au, - 0x000500c7u, 0x00000006u, 0x00003599u, 0x00003598u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000359au, - 0x00003599u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x0000359cu, 0x00003596u, 0x0000359au, 0x000500c6u, - 0x00000006u, 0x0000359eu, 0x0000359cu, 0x00000487u, 0x00080041u, 0x00000272u, 0x000035a1u, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x0000359eu, 0x0004003du, 0x0000022du, 0x000035a2u, 0x000035a1u, - 0x00040071u, 0x00000006u, 0x000035a3u, 0x000035a2u, 0x000500c2u, 0x00000006u, 0x000035a5u, 0x000035a3u, - 0x00000223u, 0x000500c7u, 0x00000006u, 0x000035a6u, 0x000035a5u, 0x00000fd9u, 0x00050080u, 0x00000006u, - 0x000035a8u, 0x000035a6u, 0x0000048du, 0x000500c6u, 0x00000006u, 0x000035abu, 0x000035a8u, 0x00002f1fu, - 0x000500c5u, 0x00000006u, 0x000035aeu, 0x00000f3bu, 0x000035abu, 0x00080041u, 0x00000272u, 0x000035afu, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000035aeu, 0x0004003du, 0x0000022du, 0x000035b0u, - 0x000035afu, 0x00040071u, 0x00000006u, 0x000035b1u, 0x000035b0u, 0x000300f7u, 0x000035b9u, 0x00000000u, - 0x000400fau, 0x00002218u, 0x000035b3u, 0x000035b6u, 0x000200f8u, 0x000035b6u, 0x00060050u, 0x00000355u, - 0x000035d1u, 0x000035b1u, 0x000035b1u, 0x000035b1u, 0x000500c2u, 0x00000355u, 0x000035d2u, 0x000035d1u, - 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x000035d4u, 0x000035d2u, 0x0000afadu, 0x000500c4u, 0x00000355u, - 0x000035d7u, 0x000035d4u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x000035dau, 0x000035d4u, 0x0000afafu, - 0x000500c5u, 0x00000355u, 0x000035dbu, 0x000035d7u, 0x000035dau, 0x000500c7u, 0x00000006u, 0x000035ddu, - 0x000035b1u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000035deu, 0x000035ddu, 0x000006c4u, 0x0004007cu, - 0x0000003cu, 0x000035e0u, 0x000035dbu, 0x0004007cu, 0x00000008u, 0x000035e2u, 0x000035deu, 0x00050051u, - 0x00000008u, 0x000035e3u, 0x000035e0u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000035e4u, 0x000035e0u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x000035e5u, 0x000035e0u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x000035e6u, 0x000035e3u, 0x000035e4u, 0x000035e5u, 0x000035e2u, 0x000200f9u, 0x000035b9u, 0x000200f8u, - 0x000035b3u, 0x000500c2u, 0x00000006u, 0x000035c0u, 0x000035b1u, 0x00000260u, 0x000500c7u, 0x00000006u, - 0x000035c2u, 0x000035b1u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000035c4u, 0x000035c0u, 0x0004007cu, - 0x00000008u, 0x000035cau, 0x000035c2u, 0x00070050u, 0x00000009u, 0x000035cbu, 0x000035c4u, 0x000035c4u, - 0x000035c4u, 0x000035cau, 0x000200f9u, 0x000035b9u, 0x000200f8u, 0x000035b9u, 0x000700f5u, 0x00000009u, - 0x00007285u, 0x000035cbu, 0x000035b3u, 0x000035e6u, 0x000035b6u, 0x000200f9u, 0x00002f4du, 0x000200f8u, - 0x00002f4du, 0x000700f5u, 0x00000009u, 0x00007480u, 0x00007450u, 0x00002f41u, 0x00007285u, 0x000035b9u, - 0x000200f9u, 0x00002fb2u, 0x000200f8u, 0x00002fb2u, 0x000900f5u, 0x00000009u, 0x0000747fu, 0x00007480u, - 0x00002f4du, 0x00007486u, 0x00002f85u, 0x0000748bu, 0x00002fb1u, 0x000900f5u, 0x00000009u, 0x00007405u, - 0x00007407u, 0x00002f4du, 0x0000740cu, 0x00002f85u, 0x00007410u, 0x00002fb1u, 0x000900f5u, 0x00000009u, - 0x00007386u, 0x00007388u, 0x00002f4du, 0x0000738eu, 0x00002f85u, 0x00007393u, 0x00002fb1u, 0x000900f5u, - 0x00000009u, 0x000072d1u, 0x00007281u, 0x00002f4du, 0x0000727cu, 0x00002f85u, 0x00007276u, 0x00002fb1u, - 0x000200f9u, 0x00002fb3u, 0x000200f8u, 0x00002fb3u, 0x000700f5u, 0x00000009u, 0x00007436u, 0x00007450u, - 0x00002f17u, 0x0000747fu, 0x00002fb2u, 0x000700f5u, 0x00000009u, 0x000073bcu, 0x000073d6u, 0x00002f17u, - 0x00007405u, 0x00002fb2u, 0x000700f5u, 0x00000009u, 0x0000733du, 0x00007357u, 0x00002f17u, 0x00007386u, - 0x00002fb2u, 0x000700f5u, 0x00000009u, 0x00007287u, 0x000072a1u, 0x00002f17u, 0x000072d1u, 0x00002fb2u, - 0x000200f9u, 0x000031d0u, 0x000200f8u, 0x000031d0u, 0x000700f5u, 0x00000009u, 0x00007435u, 0x00007436u, - 0x00002fb3u, 0x00007490u, 0x000031cfu, 0x000700f5u, 0x00000009u, 0x000073bbu, 0x000073bcu, 0x00002fb3u, - 0x00007413u, 0x000031cfu, 0x000700f5u, 0x00000009u, 0x0000733cu, 0x0000733du, 0x00002fb3u, 0x00007397u, - 0x000031cfu, 0x000700f5u, 0x00000009u, 0x00007286u, 0x00007287u, 0x00002fb3u, 0x000072e1u, 0x000031cfu, - 0x000300f7u, 0x0000335eu, 0x00000000u, 0x000400fau, 0x00002f02u, 0x000032adu, 0x00003320u, 0x000200f8u, - 0x00003320u, 0x000300f7u, 0x0000335du, 0x00000000u, 0x000400fau, 0x00002efcu, 0x00003322u, 0x0000332eu, - 0x000200f8u, 0x0000332eu, 0x000500a7u, 0x0000005du, 0x00003331u, 0x00002257u, 0x0000221bu, 0x000300f7u, - 0x0000335cu, 0x00000000u, 0x000400fau, 0x00003331u, 0x00003332u, 0x0000335au, 0x000200f8u, 0x0000335au, - 0x000200f9u, 0x0000335cu, 0x000200f8u, 0x00003332u, 0x000300f7u, 0x0000333cu, 0x00000000u, 0x000400fau, - 0x00002f04u, 0x00003335u, 0x0000333au, 0x000200f8u, 0x0000333au, 0x0004003du, 0x0000005fu, 0x0000333bu, - 0x00002d5eu, 0x000200f9u, 0x0000333cu, 0x000200f8u, 0x00003335u, 0x0004003du, 0x0000005fu, 0x00003336u, - 0x00002d5eu, 0x0007004fu, 0x0000005fu, 0x00003337u, 0x00003336u, 0x00003336u, 0x00000001u, 0x00000000u, - 0x00050082u, 0x0000005fu, 0x00003339u, 0x0000afb3u, 0x00003337u, 0x000200f9u, 0x0000333cu, 0x000200f8u, - 0x0000333cu, 0x000700f5u, 0x0000005fu, 0x0000733au, 0x00003339u, 0x00003335u, 0x0000333bu, 0x0000333au, - 0x0003003eu, 0x00002ea4u, 0x0000733au, 0x00050082u, 0x00000009u, 0x00003343u, 0x0000733cu, 0x00007286u, - 0x00050041u, 0x0000003eu, 0x00003344u, 0x00002ea4u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00003345u, - 0x00003344u, 0x00070050u, 0x00000009u, 0x00003346u, 0x00003345u, 0x00003345u, 0x00003345u, 0x00003345u, - 0x00050084u, 0x00000009u, 0x00003347u, 0x00003343u, 0x00003346u, 0x00050082u, 0x00000009u, 0x0000334au, - 0x000073bbu, 0x00007286u, 0x00050041u, 0x0000003eu, 0x0000334bu, 0x00002ea4u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x0000334cu, 0x0000334bu, 0x00070050u, 0x00000009u, 0x0000334du, 0x0000334cu, 0x0000334cu, - 0x0000334cu, 0x0000334cu, 0x00050084u, 0x00000009u, 0x0000334eu, 0x0000334au, 0x0000334du, 0x00050080u, - 0x00000009u, 0x00003350u, 0x00003347u, 0x0000334eu, 0x00050080u, 0x00000009u, 0x00003353u, 0x00003350u, - 0x0000afb4u, 0x000500c3u, 0x00000009u, 0x00003356u, 0x00003353u, 0x0000afb5u, 0x00050080u, 0x00000009u, - 0x00003359u, 0x00003356u, 0x00007286u, 0x000200f9u, 0x0000335cu, 0x000200f8u, 0x0000335cu, 0x000700f5u, - 0x00000009u, 0x000074f1u, 0x00003359u, 0x0000333cu, 0x00007286u, 0x0000335au, 0x000200f9u, 0x0000335du, - 0x000200f8u, 0x00003322u, 0x00050080u, 0x00000009u, 0x00003325u, 0x00007286u, 0x000073bbu, 0x00050080u, - 0x00000009u, 0x00003327u, 0x00003325u, 0x0000733cu, 0x00050080u, 0x00000009u, 0x00003329u, 0x00003327u, - 0x00007435u, 0x00050080u, 0x00000009u, 0x0000332bu, 0x00003329u, 0x0000afb0u, 0x000500c3u, 0x00000009u, - 0x0000332du, 0x0000332bu, 0x0000afb0u, 0x000200f9u, 0x0000335du, 0x000200f8u, 0x0000335du, 0x000700f5u, - 0x00000009u, 0x000074f0u, 0x0000332du, 0x00003322u, 0x000074f1u, 0x0000335cu, 0x000200f9u, 0x0000335eu, - 0x000200f8u, 0x000032adu, 0x000300f7u, 0x0000331fu, 0x00000000u, 0x000400fau, 0x0000221bu, 0x000032afu, - 0x0000331du, 0x000200f8u, 0x0000331du, 0x000200f9u, 0x0000331fu, 0x000200f8u, 0x000032afu, 0x000300f7u, - 0x00003315u, 0x00000000u, 0x000400fau, 0x00002257u, 0x000032b1u, 0x000032f9u, 0x000200f8u, 0x000032f9u, - 0x0004003du, 0x00000008u, 0x000032fbu, 0x00002ed1u, 0x0004003du, 0x00000008u, 0x000032fdu, 0x00002ed3u, - 0x00050080u, 0x00000008u, 0x000032feu, 0x000032fbu, 0x000032fdu, 0x000500afu, 0x0000005du, 0x000032ffu, - 0x000032feu, 0x0000037fu, 0x000300f7u, 0x00003306u, 0x00000000u, 0x000400fau, 0x000032ffu, 0x00003300u, - 0x00003303u, 0x000200f8u, 0x00003303u, 0x0007004fu, 0x0000005fu, 0x00003305u, 0x00007286u, 0x00007286u, - 0x00000002u, 0x00000003u, 0x000200f9u, 0x00003306u, 0x000200f8u, 0x00003300u, 0x0007004fu, 0x0000005fu, - 0x00003302u, 0x00007435u, 0x00007435u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00003306u, 0x000200f8u, - 0x00003306u, 0x000700f5u, 0x0000005fu, 0x000074b2u, 0x00003302u, 0x00003300u, 0x00003305u, 0x00003303u, - 0x0004003du, 0x00000008u, 0x0000330au, 0x00002ed3u, 0x00050080u, 0x00000008u, 0x0000330bu, 0x00002f15u, - 0x0000330au, 0x000500afu, 0x0000005du, 0x0000330cu, 0x0000330bu, 0x0000037fu, 0x000300f7u, 0x00003313u, - 0x00000000u, 0x000400fau, 0x0000330cu, 0x0000330du, 0x00003310u, 0x000200f8u, 0x00003310u, 0x0007004fu, - 0x0000005fu, 0x00003312u, 0x00007286u, 0x00007286u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003313u, - 0x000200f8u, 0x0000330du, 0x0007004fu, 0x0000005fu, 0x0000330fu, 0x00007435u, 0x00007435u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00003313u, 0x000200f8u, 0x00003313u, 0x000700f5u, 0x0000005fu, 0x000074b5u, - 0x0000330fu, 0x0000330du, 0x00003312u, 0x00003310u, 0x000200f9u, 0x00003315u, 0x000200f8u, 0x000032b1u, - 0x0004003du, 0x00000008u, 0x000032b5u, 0x00002ed3u, 0x00050050u, 0x0000005fu, 0x000032b6u, 0x00002f15u, - 0x000032b5u, 0x000500aau, 0x0000087fu, 0x000032b7u, 0x000032b6u, 0x000013a9u, 0x00050051u, 0x0000005du, - 0x000032b8u, 0x000032b7u, 0x00000000u, 0x00050051u, 0x0000005du, 0x000032b9u, 0x000032b7u, 0x00000001u, - 0x00060050u, 0x000003a3u, 0x000032bau, 0x00002245u, 0x000032b8u, 0x000032b9u, 0x0004009bu, 0x0000005du, - 0x000032bbu, 0x000032bau, 0x000300f7u, 0x000032dbu, 0x00000000u, 0x000400fau, 0x000032bbu, 0x000032bdu, - 0x000032cdu, 0x000200f8u, 0x000032cdu, 0x0004003du, 0x00000008u, 0x000032d0u, 0x00002ed3u, 0x00050050u, - 0x0000005fu, 0x000032d1u, 0x00002f15u, 0x000032d0u, 0x0007004fu, 0x0000005fu, 0x000032d3u, 0x00007286u, - 0x00007286u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, 0x000032d5u, 0x0000733cu, 0x0000733cu, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, 0x000032d7u, 0x000073bbu, 0x000073bbu, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x0000005fu, 0x000032d9u, 0x00007435u, 0x00007435u, 0x00000000u, 0x00000001u, - 0x0003003eu, 0x00002e9bu, 0x000032d1u, 0x00050041u, 0x0000003eu, 0x0000454eu, 0x00002e9bu, 0x00000376u, - 0x0004003du, 0x00000008u, 0x0000454fu, 0x0000454eu, 0x00050041u, 0x0000003eu, 0x00004550u, 0x00002e9bu, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00004551u, 0x00004550u, 0x00050080u, 0x00000008u, 0x00004552u, - 0x0000454fu, 0x00004551u, 0x000500afu, 0x0000005du, 0x00004554u, 0x00004552u, 0x0000037fu, 0x00050050u, - 0x0000087fu, 0x00004557u, 0x00004554u, 0x00004554u, 0x000600a9u, 0x0000005fu, 0x00004558u, 0x00004557u, - 0x000032d9u, 0x000032d3u, 0x000300f7u, 0x00004562u, 0x00000000u, 0x000400fau, 0x00004554u, 0x0000455bu, - 0x00004560u, 0x000200f8u, 0x00004560u, 0x000200f9u, 0x00004562u, 0x000200f8u, 0x0000455bu, 0x0007004fu, - 0x0000005fu, 0x0000455du, 0x000032d1u, 0x000032d1u, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000005fu, - 0x0000455fu, 0x0000afb3u, 0x0000455du, 0x000200f9u, 0x00004562u, 0x000200f8u, 0x00004562u, 0x000700f5u, - 0x0000005fu, 0x000074b6u, 0x0000455fu, 0x0000455bu, 0x000032d1u, 0x00004560u, 0x0003003eu, 0x00004549u, - 0x000074b6u, 0x00050082u, 0x0000005fu, 0x00004569u, 0x000032d5u, 0x00004558u, 0x00050041u, 0x0000003eu, - 0x0000456au, 0x00004549u, 0x00000376u, 0x0004003du, 0x00000008u, 0x0000456bu, 0x0000456au, 0x00050050u, - 0x0000005fu, 0x0000456cu, 0x0000456bu, 0x0000456bu, 0x00050084u, 0x0000005fu, 0x0000456du, 0x00004569u, - 0x0000456cu, 0x00050082u, 0x0000005fu, 0x00004570u, 0x000032d7u, 0x00004558u, 0x00050041u, 0x0000003eu, - 0x00004571u, 0x00004549u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004572u, 0x00004571u, 0x00050050u, - 0x0000005fu, 0x00004573u, 0x00004572u, 0x00004572u, 0x00050084u, 0x0000005fu, 0x00004574u, 0x00004570u, - 0x00004573u, 0x00050080u, 0x0000005fu, 0x00004576u, 0x0000456du, 0x00004574u, 0x00050080u, 0x0000005fu, - 0x00004579u, 0x00004576u, 0x000013a9u, 0x000500c3u, 0x0000005fu, 0x0000457cu, 0x00004579u, 0x0000afa9u, - 0x00050080u, 0x0000005fu, 0x0000457fu, 0x0000457cu, 0x00004558u, 0x000200f9u, 0x000032dbu, 0x000200f8u, - 0x000032bdu, 0x0007004fu, 0x0000005fu, 0x000032bfu, 0x00007286u, 0x00007286u, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x0000005fu, 0x000032c1u, 0x0000733cu, 0x0000733cu, 0x00000000u, 0x00000001u, 0x00050080u, - 0x0000005fu, 0x000032c2u, 0x000032bfu, 0x000032c1u, 0x0007004fu, 0x0000005fu, 0x000032c4u, 0x00007435u, - 0x00007435u, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000005fu, 0x000032c5u, 0x000032c2u, 0x000032c4u, - 0x0007004fu, 0x0000005fu, 0x000032c7u, 0x000073bbu, 0x000073bbu, 0x00000000u, 0x00000001u, 0x00050080u, - 0x0000005fu, 0x000032c8u, 0x000032c5u, 0x000032c7u, 0x00050080u, 0x0000005fu, 0x000032cau, 0x000032c8u, - 0x0000afb2u, 0x000500c3u, 0x0000005fu, 0x000032ccu, 0x000032cau, 0x0000afb2u, 0x000200f9u, 0x000032dbu, - 0x000200f8u, 0x000032dbu, 0x000700f5u, 0x0000005fu, 0x000074c2u, 0x000032ccu, 0x000032bdu, 0x0000457fu, - 0x00004562u, 0x000300f7u, 0x000032f8u, 0x00000000u, 0x000400fau, 0x00002efcu, 0x000032ddu, 0x000032edu, - 0x000200f8u, 0x000032edu, 0x0007004fu, 0x0000005fu, 0x000032efu, 0x00007286u, 0x00007286u, 0x00000002u, - 0x00000003u, 0x0007004fu, 0x0000005fu, 0x000032f1u, 0x0000733cu, 0x0000733cu, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x0000005fu, 0x000032f3u, 0x000073bbu, 0x000073bbu, 0x00000002u, 0x00000003u, 0x0007004fu, - 0x0000005fu, 0x000032f5u, 0x00007435u, 0x00007435u, 0x00000002u, 0x00000003u, 0x0004003du, 0x0000005fu, - 0x000032f6u, 0x00002d5eu, 0x0003003eu, 0x00002ea1u, 0x000032f6u, 0x00050041u, 0x0000003eu, 0x00004588u, - 0x00002ea1u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004589u, 0x00004588u, 0x00050041u, 0x0000003eu, - 0x0000458au, 0x00002ea1u, 0x00000487u, 0x0004003du, 0x00000008u, 0x0000458bu, 0x0000458au, 0x00050080u, - 0x00000008u, 0x0000458cu, 0x00004589u, 0x0000458bu, 0x000500afu, 0x0000005du, 0x0000458eu, 0x0000458cu, - 0x0000037fu, 0x00050050u, 0x0000087fu, 0x00004591u, 0x0000458eu, 0x0000458eu, 0x000600a9u, 0x0000005fu, - 0x00004592u, 0x00004591u, 0x000032f5u, 0x000032efu, 0x000300f7u, 0x0000459cu, 0x00000000u, 0x000400fau, - 0x0000458eu, 0x00004595u, 0x0000459au, 0x000200f8u, 0x0000459au, 0x000200f9u, 0x0000459cu, 0x000200f8u, - 0x00004595u, 0x0007004fu, 0x0000005fu, 0x00004597u, 0x000032f6u, 0x000032f6u, 0x00000001u, 0x00000000u, - 0x00050082u, 0x0000005fu, 0x00004599u, 0x0000afb3u, 0x00004597u, 0x000200f9u, 0x0000459cu, 0x000200f8u, - 0x0000459cu, 0x000700f5u, 0x0000005fu, 0x000074bfu, 0x00004599u, 0x00004595u, 0x000032f6u, 0x0000459au, - 0x0003003eu, 0x00004583u, 0x000074bfu, 0x00050082u, 0x0000005fu, 0x000045a3u, 0x000032f1u, 0x00004592u, - 0x00050041u, 0x0000003eu, 0x000045a4u, 0x00004583u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000045a5u, - 0x000045a4u, 0x00050050u, 0x0000005fu, 0x000045a6u, 0x000045a5u, 0x000045a5u, 0x00050084u, 0x0000005fu, - 0x000045a7u, 0x000045a3u, 0x000045a6u, 0x00050082u, 0x0000005fu, 0x000045aau, 0x000032f3u, 0x00004592u, - 0x00050041u, 0x0000003eu, 0x000045abu, 0x00004583u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000045acu, - 0x000045abu, 0x00050050u, 0x0000005fu, 0x000045adu, 0x000045acu, 0x000045acu, 0x00050084u, 0x0000005fu, - 0x000045aeu, 0x000045aau, 0x000045adu, 0x00050080u, 0x0000005fu, 0x000045b0u, 0x000045a7u, 0x000045aeu, - 0x00050080u, 0x0000005fu, 0x000045b3u, 0x000045b0u, 0x000013a9u, 0x000500c3u, 0x0000005fu, 0x000045b6u, - 0x000045b3u, 0x0000afa9u, 0x00050080u, 0x0000005fu, 0x000045b9u, 0x000045b6u, 0x00004592u, 0x000200f9u, - 0x000032f8u, 0x000200f8u, 0x000032ddu, 0x0007004fu, 0x0000005fu, 0x000032dfu, 0x00007286u, 0x00007286u, - 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000005fu, 0x000032e1u, 0x0000733cu, 0x0000733cu, 0x00000002u, - 0x00000003u, 0x00050080u, 0x0000005fu, 0x000032e2u, 0x000032dfu, 0x000032e1u, 0x0007004fu, 0x0000005fu, - 0x000032e4u, 0x00007435u, 0x00007435u, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000005fu, 0x000032e5u, - 0x000032e2u, 0x000032e4u, 0x0007004fu, 0x0000005fu, 0x000032e7u, 0x000073bbu, 0x000073bbu, 0x00000002u, - 0x00000003u, 0x00050080u, 0x0000005fu, 0x000032e8u, 0x000032e5u, 0x000032e7u, 0x00050080u, 0x0000005fu, - 0x000032eau, 0x000032e8u, 0x0000afb2u, 0x000500c3u, 0x0000005fu, 0x000032ecu, 0x000032eau, 0x0000afb2u, - 0x000200f9u, 0x000032f8u, 0x000200f8u, 0x000032f8u, 0x000700f5u, 0x0000005fu, 0x000074c5u, 0x000032ecu, - 0x000032ddu, 0x000045b9u, 0x0000459cu, 0x000200f9u, 0x00003315u, 0x000200f8u, 0x00003315u, 0x000700f5u, - 0x0000005fu, 0x000074c4u, 0x000074c5u, 0x000032f8u, 0x000074b2u, 0x00003313u, 0x000700f5u, 0x0000005fu, - 0x000074c0u, 0x000074c2u, 0x000032f8u, 0x000074b5u, 0x00003313u, 0x00050051u, 0x00000008u, 0x00003318u, - 0x000074c0u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003319u, 0x000074c0u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x0000331au, 0x000074c4u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000331bu, 0x000074c4u, - 0x00000001u, 0x00070050u, 0x00000009u, 0x0000331cu, 0x00003318u, 0x00003319u, 0x0000331au, 0x0000331bu, - 0x000200f9u, 0x0000331fu, 0x000200f8u, 0x0000331fu, 0x000700f5u, 0x00000009u, 0x000074efu, 0x0000331cu, - 0x00003315u, 0x00007286u, 0x0000331du, 0x000200f9u, 0x0000335eu, 0x000200f8u, 0x0000335eu, 0x000700f5u, - 0x00000009u, 0x000074eeu, 0x000074efu, 0x0000331fu, 0x000074f0u, 0x0000335du, 0x000400a8u, 0x0000005du, - 0x00003361u, 0x00002257u, 0x000500a7u, 0x0000005du, 0x00003364u, 0x00003361u, 0x00000560u, 0x000300f7u, - 0x00003369u, 0x00000000u, 0x000400fau, 0x00003364u, 0x00003365u, 0x00003369u, 0x000200f8u, 0x00003365u, - 0x0003003eu, 0x00002ea7u, 0x000029dfu, 0x000600cau, 0x00000009u, 0x000045c8u, 0x000074eeu, 0x00000205u, - 0x00000266u, 0x0003003eu, 0x000045bbu, 0x000045c8u, 0x00050041u, 0x0000003eu, 0x000045c9u, 0x000045bbu, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x000045cau, 0x000045c9u, 0x00050041u, 0x0000003eu, 0x000045cbu, - 0x00002ea7u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000045ccu, 0x000045cbu, 0x00050041u, 0x0000003eu, - 0x000045cdu, 0x000045bbu, 0x00000487u, 0x0004003du, 0x00000008u, 0x000045ceu, 0x000045cdu, 0x00050084u, - 0x00000008u, 0x000045cfu, 0x000045ccu, 0x000045ceu, 0x00050080u, 0x00000008u, 0x000045d0u, 0x000045cfu, - 0x00000625u, 0x000500c3u, 0x00000008u, 0x000045d1u, 0x000045d0u, 0x00000260u, 0x00050080u, 0x00000008u, - 0x000045d2u, 0x000045cau, 0x000045d1u, 0x0004003du, 0x00000008u, 0x000045d4u, 0x000045c9u, 0x00050041u, - 0x0000003eu, 0x000045d5u, 0x00002ea7u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000045d6u, 0x000045d5u, - 0x00050041u, 0x0000003eu, 0x000045d7u, 0x000045bbu, 0x00000376u, 0x0004003du, 0x00000008u, 0x000045d8u, - 0x000045d7u, 0x00050084u, 0x00000008u, 0x000045d9u, 0x000045d6u, 0x000045d8u, 0x00050041u, 0x0000003eu, - 0x000045dau, 0x00002ea7u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000045dbu, 0x000045dau, 0x0004003du, - 0x00000008u, 0x000045ddu, 0x000045cdu, 0x00050084u, 0x00000008u, 0x000045deu, 0x000045dbu, 0x000045ddu, - 0x00050080u, 0x00000008u, 0x000045dfu, 0x000045d9u, 0x000045deu, 0x00050080u, 0x00000008u, 0x000045e0u, - 0x000045dfu, 0x00000625u, 0x000500c3u, 0x00000008u, 0x000045e1u, 0x000045e0u, 0x00000260u, 0x00050080u, - 0x00000008u, 0x000045e2u, 0x000045d4u, 0x000045e1u, 0x0004003du, 0x00000008u, 0x000045e4u, 0x000045c9u, - 0x00050041u, 0x0000003eu, 0x000045e5u, 0x00002ea7u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000045e6u, - 0x000045e5u, 0x0004003du, 0x00000008u, 0x000045e8u, 0x000045d7u, 0x00050084u, 0x00000008u, 0x000045e9u, - 0x000045e6u, 0x000045e8u, 0x00050080u, 0x00000008u, 0x000045eau, 0x000045e9u, 0x00000625u, 0x000500c3u, - 0x00000008u, 0x000045ebu, 0x000045eau, 0x00000260u, 0x00050080u, 0x00000008u, 0x000045ecu, 0x000045e4u, - 0x000045ebu, 0x0004003du, 0x00000008u, 0x000045eeu, 0x000045c9u, 0x00070050u, 0x00000009u, 0x000045f3u, - 0x000045d2u, 0x000045e2u, 0x000045ecu, 0x000045eeu, 0x000200f9u, 0x00003369u, 0x000200f8u, 0x00003369u, - 0x000700f5u, 0x00000009u, 0x000074f2u, 0x000074eeu, 0x0000335eu, 0x000045f3u, 0x00003365u, 0x000200f9u, - 0x0000232du, 0x000200f8u, 0x0000232du, 0x000700f5u, 0x00000009u, 0x0000a741u, 0x00007450u, 0x00002318u, - 0x00007435u, 0x00003369u, 0x000700f5u, 0x00000009u, 0x0000a622u, 0x000073d6u, 0x00002318u, 0x000073bbu, - 0x00003369u, 0x000700f5u, 0x00000009u, 0x0000a503u, 0x00007357u, 0x00002318u, 0x0000733cu, 0x00003369u, - 0x000700f5u, 0x00000009u, 0x0000a3e4u, 0x000072a1u, 0x00002318u, 0x00007286u, 0x00003369u, 0x000700f5u, - 0x00000009u, 0x000077e4u, 0x000077f1u, 0x00002318u, 0x000074f2u, 0x00003369u, 0x000300f7u, 0x00002378u, - 0x00000000u, 0x000400fau, 0x0000224eu, 0x0000232fu, 0x00002378u, 0x000200f8u, 0x0000232fu, 0x00050080u, - 0x00000008u, 0x00002338u, 0x000021eeu, 0x00000214u, 0x00050080u, 0x00000008u, 0x00002339u, 0x000021e9u, - 0x00002338u, 0x00070041u, 0x00000272u, 0x0000233au, 0x00000316u, 0x00000205u, 0x00002339u, 0x00000260u, - 0x0004003du, 0x0000022du, 0x0000233bu, 0x0000233au, 0x00040071u, 0x00000006u, 0x0000233cu, 0x0000233bu, - 0x000500abu, 0x0000005du, 0x0000233du, 0x0000233cu, 0x00000376u, 0x000500afu, 0x0000005du, 0x00002340u, - 0x00002456u, 0x00000260u, 0x000600a9u, 0x00000008u, 0x0000b163u, 0x0000226bu, 0x00002452u, 0x0000244fu, - 0x000500aau, 0x0000005du, 0x0000234bu, 0x0000716fu, 0x0000b163u, 0x000500a7u, 0x0000005du, 0x0000234eu, - 0x0000234bu, 0x00002340u, 0x000500a7u, 0x0000005du, 0x00002350u, 0x0000234eu, 0x0000233du, 0x000300f7u, - 0x00002376u, 0x00000000u, 0x000400fau, 0x00002350u, 0x00002351u, 0x0000236bu, 0x000200f8u, 0x0000236bu, - 0x00050084u, 0x00000008u, 0x0000236eu, 0x000022d6u, 0x00000886u, 0x00050080u, 0x00000008u, 0x0000236fu, - 0x000022d4u, 0x0000236eu, 0x00060050u, 0x0000003cu, 0x00004691u, 0x0000236fu, 0x0000236fu, 0x0000236fu, - 0x00050084u, 0x0000003cu, 0x00004692u, 0x00002a59u, 0x00004691u, 0x00050080u, 0x0000003cu, 0x00004693u, - 0x00002a53u, 0x00004692u, 0x000500c3u, 0x0000003cu, 0x00004696u, 0x00004693u, 0x0000afa3u, 0x000300f7u, - 0x000046a0u, 0x00000000u, 0x000400fau, 0x00002224u, 0x00004698u, 0x0000469du, 0x000200f8u, 0x0000469du, - 0x0007004fu, 0x0000005fu, 0x0000472du, 0x00004696u, 0x00004696u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x000046a0u, 0x000200f8u, 0x00004698u, 0x0003003eu, 0x00004683u, 0x00004696u, 0x00050041u, 0x0000003eu, - 0x000046adu, 0x00004683u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000046aeu, 0x000046adu, 0x000500b3u, - 0x0000005du, 0x000046b0u, 0x000046aeu, 0x00000205u, 0x000500c7u, 0x00000008u, 0x000046b2u, 0x000046aeu, - 0x00000c0au, 0x0006000cu, 0x00000008u, 0x0000470fu, 0x00000001u, 0x0000004au, 0x000046b2u, 0x00050082u, - 0x00000008u, 0x00004710u, 0x00000285u, 0x0000470fu, 0x0007000cu, 0x00000008u, 0x00004711u, 0x00000001u, - 0x00000027u, 0x00004710u, 0x00000285u, 0x000500c4u, 0x00000008u, 0x00004714u, 0x000046b2u, 0x00004711u, - 0x000500c7u, 0x00000008u, 0x00004715u, 0x00004714u, 0x00000b24u, 0x000500c7u, 0x00000008u, 0x00004717u, - 0x00004715u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00004719u, 0x00004715u, 0x00000260u, 0x0003003eu, - 0x0000470au, 0x00000be8u, 0x00050041u, 0x00000060u, 0x0000471au, 0x0000470au, 0x00004719u, 0x0004003du, - 0x0000005fu, 0x0000471bu, 0x0000471au, 0x0003003eu, 0x00004709u, 0x0000471bu, 0x00050041u, 0x0000003eu, - 0x0000471fu, 0x00004709u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004720u, 0x0000471fu, 0x00050084u, - 0x00000008u, 0x00004722u, 0x00004720u, 0x00004717u, 0x000500c3u, 0x00000008u, 0x00004723u, 0x00004722u, - 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00004724u, 0x00004709u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00004725u, 0x00004724u, 0x00050080u, 0x00000008u, 0x00004726u, 0x00004723u, 0x00004725u, 0x00050050u, - 0x0000005fu, 0x00004729u, 0x00004726u, 0x00004711u, 0x0003003eu, 0x000046a4u, 0x00004729u, 0x00050041u, - 0x0000003eu, 0x000046b5u, 0x000046a4u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000046b6u, 0x000046b5u, - 0x0007004fu, 0x0000005fu, 0x000046b8u, 0x00004696u, 0x00004696u, 0x00000000u, 0x00000001u, 0x00050041u, - 0x0000003eu, 0x000046b9u, 0x000046a4u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000046bau, 0x000046b9u, - 0x00050050u, 0x0000005fu, 0x000046bbu, 0x000046bau, 0x000046bau, 0x00050084u, 0x0000005fu, 0x000046bcu, - 0x000046b8u, 0x000046bbu, 0x0003003eu, 0x000046a7u, 0x000046bcu, 0x000500c3u, 0x00000008u, 0x000046beu, - 0x00000c1du, 0x000046b6u, 0x0004007eu, 0x00000008u, 0x000046bfu, 0x000046beu, 0x000500c7u, 0x00000008u, - 0x000046c0u, 0x00000c1cu, 0x000046bfu, 0x00050050u, 0x0000005fu, 0x000046c3u, 0x000046c0u, 0x000046c0u, - 0x000500c7u, 0x0000005fu, 0x000046c4u, 0x000046bcu, 0x000046c3u, 0x0003003eu, 0x000046a9u, 0x000046c4u, - 0x000500abu, 0x0000005du, 0x000046c6u, 0x000046b6u, 0x00000285u, 0x000300f7u, 0x000046d1u, 0x00000000u, - 0x000400fau, 0x000046c6u, 0x000046c7u, 0x000046cdu, 0x000200f8u, 0x000046cdu, 0x0004003du, 0x0000005fu, - 0x000046ceu, 0x000046a7u, 0x000500c4u, 0x0000005fu, 0x000046d0u, 0x000046ceu, 0x0000afa7u, 0x0003003eu, - 0x000046aau, 0x000046d0u, 0x000200f9u, 0x000046d1u, 0x000200f8u, 0x000046c7u, 0x0004003du, 0x0000005fu, - 0x000046c8u, 0x000046a7u, 0x00050082u, 0x00000008u, 0x000046cau, 0x0000027fu, 0x000046b6u, 0x00050050u, - 0x0000005fu, 0x000046cbu, 0x000046cau, 0x000046cau, 0x000500c3u, 0x0000005fu, 0x000046ccu, 0x000046c8u, - 0x000046cbu, 0x0003003eu, 0x000046a7u, 0x000046ccu, 0x0003003eu, 0x000046aau, 0x000046ccu, 0x000200f9u, - 0x000046d1u, 0x000200f8u, 0x000046d1u, 0x000500abu, 0x0000087fu, 0x000046d3u, 0x000046c4u, 0x00000c36u, - 0x0004009au, 0x0000005du, 0x000046d4u, 0x000046d3u, 0x000300f7u, 0x00004700u, 0x00000000u, 0x000400fau, - 0x000046d4u, 0x000046d5u, 0x00004700u, 0x000200f8u, 0x000046d5u, 0x00050041u, 0x0000003eu, 0x000046d6u, - 0x000046a9u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000046d7u, 0x000046d6u, 0x000500abu, 0x0000005du, - 0x000046d9u, 0x000046d7u, 0x000046c0u, 0x000300f7u, 0x000046deu, 0x00000000u, 0x000400fau, 0x000046d9u, - 0x000046dau, 0x000046deu, 0x000200f8u, 0x000046dau, 0x0004003du, 0x00000008u, 0x000046dcu, 0x000046d6u, - 0x000500abu, 0x0000005du, 0x000046ddu, 0x000046dcu, 0x00000205u, 0x000200f9u, 0x000046deu, 0x000200f8u, - 0x000046deu, 0x000700f5u, 0x0000005du, 0x000046dfu, 0x000046d9u, 0x000046d5u, 0x000046ddu, 0x000046dau, - 0x000300f7u, 0x000046eau, 0x00000000u, 0x000400fau, 0x000046dfu, 0x000046e0u, 0x000046eau, 0x000200f8u, - 0x000046e0u, 0x00050041u, 0x0000003eu, 0x000046e1u, 0x000046a7u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x000046e2u, 0x000046e1u, 0x000500c7u, 0x00000008u, 0x000046e3u, 0x000046e2u, 0x00000c1du, 0x000500aau, - 0x0000005du, 0x000046e4u, 0x000046e3u, 0x00000205u, 0x000300f7u, 0x000046e9u, 0x00000000u, 0x000400fau, - 0x000046e4u, 0x000046e5u, 0x000046e7u, 0x000200f8u, 0x000046e7u, 0x00050041u, 0x0000003eu, 0x000046e8u, - 0x000046aau, 0x00000376u, 0x0003003eu, 0x000046e8u, 0x00000c4fu, 0x000200f9u, 0x000046e9u, 0x000200f8u, - 0x000046e5u, 0x00050041u, 0x0000003eu, 0x000046e6u, 0x000046aau, 0x00000376u, 0x0003003eu, 0x000046e6u, - 0x00000c0au, 0x000200f9u, 0x000046e9u, 0x000200f8u, 0x000046e9u, 0x000200f9u, 0x000046eau, 0x000200f8u, - 0x000046eau, 0x00050041u, 0x0000003eu, 0x000046ebu, 0x000046a9u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x000046ecu, 0x000046ebu, 0x000500abu, 0x0000005du, 0x000046eeu, 0x000046ecu, 0x000046c0u, 0x000300f7u, - 0x000046f3u, 0x00000000u, 0x000400fau, 0x000046eeu, 0x000046efu, 0x000046f3u, 0x000200f8u, 0x000046efu, - 0x0004003du, 0x00000008u, 0x000046f1u, 0x000046ebu, 0x000500abu, 0x0000005du, 0x000046f2u, 0x000046f1u, - 0x00000205u, 0x000200f9u, 0x000046f3u, 0x000200f8u, 0x000046f3u, 0x000700f5u, 0x0000005du, 0x000046f4u, - 0x000046eeu, 0x000046eau, 0x000046f2u, 0x000046efu, 0x000300f7u, 0x000046ffu, 0x00000000u, 0x000400fau, - 0x000046f4u, 0x000046f5u, 0x000046ffu, 0x000200f8u, 0x000046f5u, 0x00050041u, 0x0000003eu, 0x000046f6u, - 0x000046a7u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000046f7u, 0x000046f6u, 0x000500c7u, 0x00000008u, - 0x000046f8u, 0x000046f7u, 0x00000c1du, 0x000500aau, 0x0000005du, 0x000046f9u, 0x000046f8u, 0x00000205u, - 0x000300f7u, 0x000046feu, 0x00000000u, 0x000400fau, 0x000046f9u, 0x000046fau, 0x000046fcu, 0x000200f8u, - 0x000046fcu, 0x00050041u, 0x0000003eu, 0x000046fdu, 0x000046aau, 0x00000487u, 0x0003003eu, 0x000046fdu, - 0x00000c4fu, 0x000200f9u, 0x000046feu, 0x000200f8u, 0x000046fau, 0x00050041u, 0x0000003eu, 0x000046fbu, - 0x000046aau, 0x00000487u, 0x0003003eu, 0x000046fbu, 0x00000c0au, 0x000200f9u, 0x000046feu, 0x000200f8u, - 0x000046feu, 0x000200f9u, 0x000046ffu, 0x000200f8u, 0x000046ffu, 0x000200f9u, 0x00004700u, 0x000200f8u, - 0x00004700u, 0x000300f7u, 0x00004703u, 0x00000000u, 0x000400fau, 0x000046b0u, 0x00004702u, 0x00004703u, - 0x000200f8u, 0x00004702u, 0x0003003eu, 0x000046aau, 0x00000c69u, 0x000200f9u, 0x00004703u, 0x000200f8u, - 0x00004703u, 0x0004003du, 0x0000005fu, 0x00004704u, 0x000046aau, 0x0008000cu, 0x0000005fu, 0x00004705u, - 0x00000001u, 0x0000002du, 0x00004704u, 0x00000c6cu, 0x00000c6du, 0x000200f9u, 0x000046a0u, 0x000200f8u, - 0x000046a0u, 0x000700f5u, 0x0000005fu, 0x00007612u, 0x00004705u, 0x00004703u, 0x0000472du, 0x0000469du, - 0x000200f9u, 0x00002376u, 0x000200f8u, 0x00002351u, 0x00070041u, 0x00000318u, 0x0000235cu, 0x00000316u, - 0x00000205u, 0x00002339u, 0x00000214u, 0x0004003du, 0x00000009u, 0x0000235du, 0x0000235cu, 0x0008004fu, - 0x0000003cu, 0x0000235eu, 0x0000235du, 0x0000235du, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c3u, - 0x0000003cu, 0x00002360u, 0x0000235eu, 0x0000afa3u, 0x000300f7u, 0x0000236au, 0x00000000u, 0x000400fau, - 0x00002224u, 0x00002362u, 0x00002367u, 0x000200f8u, 0x00002367u, 0x0007004fu, 0x0000005fu, 0x0000467fu, - 0x00002360u, 0x00002360u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000236au, 0x000200f8u, 0x00002362u, - 0x0003003eu, 0x00002185u, 0x00002360u, 0x00050041u, 0x0000003eu, 0x000045ffu, 0x00002185u, 0x000003c6u, - 0x0004003du, 0x00000008u, 0x00004600u, 0x000045ffu, 0x000500b3u, 0x0000005du, 0x00004602u, 0x00004600u, - 0x00000205u, 0x000500c7u, 0x00000008u, 0x00004604u, 0x00004600u, 0x00000c0au, 0x0006000cu, 0x00000008u, - 0x00004661u, 0x00000001u, 0x0000004au, 0x00004604u, 0x00050082u, 0x00000008u, 0x00004662u, 0x00000285u, - 0x00004661u, 0x0007000cu, 0x00000008u, 0x00004663u, 0x00000001u, 0x00000027u, 0x00004662u, 0x00000285u, - 0x000500c4u, 0x00000008u, 0x00004666u, 0x00004604u, 0x00004663u, 0x000500c7u, 0x00000008u, 0x00004667u, - 0x00004666u, 0x00000b24u, 0x000500c7u, 0x00000008u, 0x00004669u, 0x00004667u, 0x0000038du, 0x000500c3u, - 0x00000008u, 0x0000466bu, 0x00004667u, 0x00000260u, 0x0003003eu, 0x0000465cu, 0x00000be8u, 0x00050041u, - 0x00000060u, 0x0000466cu, 0x0000465cu, 0x0000466bu, 0x0004003du, 0x0000005fu, 0x0000466du, 0x0000466cu, - 0x0003003eu, 0x0000465bu, 0x0000466du, 0x00050041u, 0x0000003eu, 0x00004671u, 0x0000465bu, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00004672u, 0x00004671u, 0x00050084u, 0x00000008u, 0x00004674u, 0x00004672u, - 0x00004669u, 0x000500c3u, 0x00000008u, 0x00004675u, 0x00004674u, 0x0000026cu, 0x00050041u, 0x0000003eu, - 0x00004676u, 0x0000465bu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004677u, 0x00004676u, 0x00050080u, - 0x00000008u, 0x00004678u, 0x00004675u, 0x00004677u, 0x00050050u, 0x0000005fu, 0x0000467bu, 0x00004678u, - 0x00004663u, 0x0003003eu, 0x000045f6u, 0x0000467bu, 0x00050041u, 0x0000003eu, 0x00004607u, 0x000045f6u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00004608u, 0x00004607u, 0x0007004fu, 0x0000005fu, 0x0000460au, - 0x00002360u, 0x00002360u, 0x00000000u, 0x00000001u, 0x00050041u, 0x0000003eu, 0x0000460bu, 0x000045f6u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x0000460cu, 0x0000460bu, 0x00050050u, 0x0000005fu, 0x0000460du, - 0x0000460cu, 0x0000460cu, 0x00050084u, 0x0000005fu, 0x0000460eu, 0x0000460au, 0x0000460du, 0x0003003eu, - 0x000045f9u, 0x0000460eu, 0x000500c3u, 0x00000008u, 0x00004610u, 0x00000c1du, 0x00004608u, 0x0004007eu, - 0x00000008u, 0x00004611u, 0x00004610u, 0x000500c7u, 0x00000008u, 0x00004612u, 0x00000c1cu, 0x00004611u, - 0x00050050u, 0x0000005fu, 0x00004615u, 0x00004612u, 0x00004612u, 0x000500c7u, 0x0000005fu, 0x00004616u, - 0x0000460eu, 0x00004615u, 0x0003003eu, 0x000045fbu, 0x00004616u, 0x000500abu, 0x0000005du, 0x00004618u, - 0x00004608u, 0x00000285u, 0x000300f7u, 0x00004623u, 0x00000000u, 0x000400fau, 0x00004618u, 0x00004619u, - 0x0000461fu, 0x000200f8u, 0x0000461fu, 0x0004003du, 0x0000005fu, 0x00004620u, 0x000045f9u, 0x000500c4u, - 0x0000005fu, 0x00004622u, 0x00004620u, 0x0000afa7u, 0x0003003eu, 0x000045fcu, 0x00004622u, 0x000200f9u, - 0x00004623u, 0x000200f8u, 0x00004619u, 0x0004003du, 0x0000005fu, 0x0000461au, 0x000045f9u, 0x00050082u, - 0x00000008u, 0x0000461cu, 0x0000027fu, 0x00004608u, 0x00050050u, 0x0000005fu, 0x0000461du, 0x0000461cu, - 0x0000461cu, 0x000500c3u, 0x0000005fu, 0x0000461eu, 0x0000461au, 0x0000461du, 0x0003003eu, 0x000045f9u, - 0x0000461eu, 0x0003003eu, 0x000045fcu, 0x0000461eu, 0x000200f9u, 0x00004623u, 0x000200f8u, 0x00004623u, - 0x000500abu, 0x0000087fu, 0x00004625u, 0x00004616u, 0x00000c36u, 0x0004009au, 0x0000005du, 0x00004626u, - 0x00004625u, 0x000300f7u, 0x00004652u, 0x00000000u, 0x000400fau, 0x00004626u, 0x00004627u, 0x00004652u, - 0x000200f8u, 0x00004627u, 0x00050041u, 0x0000003eu, 0x00004628u, 0x000045fbu, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00004629u, 0x00004628u, 0x000500abu, 0x0000005du, 0x0000462bu, 0x00004629u, 0x00004612u, - 0x000300f7u, 0x00004630u, 0x00000000u, 0x000400fau, 0x0000462bu, 0x0000462cu, 0x00004630u, 0x000200f8u, - 0x0000462cu, 0x0004003du, 0x00000008u, 0x0000462eu, 0x00004628u, 0x000500abu, 0x0000005du, 0x0000462fu, - 0x0000462eu, 0x00000205u, 0x000200f9u, 0x00004630u, 0x000200f8u, 0x00004630u, 0x000700f5u, 0x0000005du, - 0x00004631u, 0x0000462bu, 0x00004627u, 0x0000462fu, 0x0000462cu, 0x000300f7u, 0x0000463cu, 0x00000000u, - 0x000400fau, 0x00004631u, 0x00004632u, 0x0000463cu, 0x000200f8u, 0x00004632u, 0x00050041u, 0x0000003eu, - 0x00004633u, 0x000045f9u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004634u, 0x00004633u, 0x000500c7u, - 0x00000008u, 0x00004635u, 0x00004634u, 0x00000c1du, 0x000500aau, 0x0000005du, 0x00004636u, 0x00004635u, - 0x00000205u, 0x000300f7u, 0x0000463bu, 0x00000000u, 0x000400fau, 0x00004636u, 0x00004637u, 0x00004639u, - 0x000200f8u, 0x00004639u, 0x00050041u, 0x0000003eu, 0x0000463au, 0x000045fcu, 0x00000376u, 0x0003003eu, - 0x0000463au, 0x00000c4fu, 0x000200f9u, 0x0000463bu, 0x000200f8u, 0x00004637u, 0x00050041u, 0x0000003eu, - 0x00004638u, 0x000045fcu, 0x00000376u, 0x0003003eu, 0x00004638u, 0x00000c0au, 0x000200f9u, 0x0000463bu, - 0x000200f8u, 0x0000463bu, 0x000200f9u, 0x0000463cu, 0x000200f8u, 0x0000463cu, 0x00050041u, 0x0000003eu, - 0x0000463du, 0x000045fbu, 0x00000487u, 0x0004003du, 0x00000008u, 0x0000463eu, 0x0000463du, 0x000500abu, - 0x0000005du, 0x00004640u, 0x0000463eu, 0x00004612u, 0x000300f7u, 0x00004645u, 0x00000000u, 0x000400fau, - 0x00004640u, 0x00004641u, 0x00004645u, 0x000200f8u, 0x00004641u, 0x0004003du, 0x00000008u, 0x00004643u, - 0x0000463du, 0x000500abu, 0x0000005du, 0x00004644u, 0x00004643u, 0x00000205u, 0x000200f9u, 0x00004645u, - 0x000200f8u, 0x00004645u, 0x000700f5u, 0x0000005du, 0x00004646u, 0x00004640u, 0x0000463cu, 0x00004644u, - 0x00004641u, 0x000300f7u, 0x00004651u, 0x00000000u, 0x000400fau, 0x00004646u, 0x00004647u, 0x00004651u, - 0x000200f8u, 0x00004647u, 0x00050041u, 0x0000003eu, 0x00004648u, 0x000045f9u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00004649u, 0x00004648u, 0x000500c7u, 0x00000008u, 0x0000464au, 0x00004649u, 0x00000c1du, - 0x000500aau, 0x0000005du, 0x0000464bu, 0x0000464au, 0x00000205u, 0x000300f7u, 0x00004650u, 0x00000000u, - 0x000400fau, 0x0000464bu, 0x0000464cu, 0x0000464eu, 0x000200f8u, 0x0000464eu, 0x00050041u, 0x0000003eu, - 0x0000464fu, 0x000045fcu, 0x00000487u, 0x0003003eu, 0x0000464fu, 0x00000c4fu, 0x000200f9u, 0x00004650u, - 0x000200f8u, 0x0000464cu, 0x00050041u, 0x0000003eu, 0x0000464du, 0x000045fcu, 0x00000487u, 0x0003003eu, - 0x0000464du, 0x00000c0au, 0x000200f9u, 0x00004650u, 0x000200f8u, 0x00004650u, 0x000200f9u, 0x00004651u, - 0x000200f8u, 0x00004651u, 0x000200f9u, 0x00004652u, 0x000200f8u, 0x00004652u, 0x000300f7u, 0x00004655u, - 0x00000000u, 0x000400fau, 0x00004602u, 0x00004654u, 0x00004655u, 0x000200f8u, 0x00004654u, 0x0003003eu, - 0x000045fcu, 0x00000c69u, 0x000200f9u, 0x00004655u, 0x000200f8u, 0x00004655u, 0x0004003du, 0x0000005fu, - 0x00004656u, 0x000045fcu, 0x0008000cu, 0x0000005fu, 0x00004657u, 0x00000001u, 0x0000002du, 0x00004656u, - 0x00000c6cu, 0x00000c6du, 0x000200f9u, 0x0000236au, 0x000200f8u, 0x0000236au, 0x000700f5u, 0x0000005fu, - 0x000077e2u, 0x00004657u, 0x00004655u, 0x0000467fu, 0x00002367u, 0x000200f9u, 0x00002376u, 0x000200f8u, - 0x00002376u, 0x000700f5u, 0x0000005fu, 0x000077e1u, 0x000077e2u, 0x0000236au, 0x00007612u, 0x000046a0u, - 0x000200f9u, 0x00002378u, 0x000200f8u, 0x00002378u, 0x000700f5u, 0x0000005fu, 0x0000777fu, 0x000071c6u, - 0x0000232du, 0x000077e1u, 0x00002376u, 0x000600a9u, 0x00000006u, 0x0000b164u, 0x0000224eu, 0x0000724au, - 0x0000771eu, 0x000600a9u, 0x0000005du, 0x0000b165u, 0x0000224eu, 0x00000560u, 0x0000224bu, 0x000300f7u, - 0x0000239au, 0x00000000u, 0x000400fau, 0x0000b165u, 0x0000237au, 0x0000239au, 0x000200f8u, 0x0000237au, - 0x000400a8u, 0x0000005du, 0x0000237du, 0x0000225au, 0x000500a7u, 0x0000005du, 0x0000237eu, 0x00002254u, - 0x0000237du, 0x000300f7u, 0x00002399u, 0x00000000u, 0x000400fau, 0x0000237eu, 0x0000237fu, 0x00002384u, - 0x000200f8u, 0x00002384u, 0x00080041u, 0x00000279u, 0x00002387u, 0x00000a15u, 0x00000205u, 0x00001fdeu, - 0x00000217u, 0x0000b164u, 0x0004003du, 0x0000022bu, 0x00002388u, 0x00002387u, 0x00040071u, 0x00000006u, - 0x00002389u, 0x00002388u, 0x00070041u, 0x0000026du, 0x0000476au, 0x000002d3u, 0x00000205u, 0x00002389u, - 0x00000205u, 0x0004003du, 0x00000006u, 0x0000476bu, 0x0000476au, 0x00070041u, 0x0000026du, 0x0000476du, - 0x000002d3u, 0x00000205u, 0x00002389u, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000476eu, 0x0000476du, - 0x00070041u, 0x0000026du, 0x00004770u, 0x000002d3u, 0x00000205u, 0x00002389u, 0x00000217u, 0x0004003du, - 0x00000006u, 0x00004771u, 0x00004770u, 0x00070041u, 0x0000026du, 0x00004773u, 0x000002d3u, 0x00000205u, - 0x00002389u, 0x0000021au, 0x0004003du, 0x00000006u, 0x00004774u, 0x00004773u, 0x00070041u, 0x0000026du, - 0x00004776u, 0x000002d3u, 0x00000205u, 0x00002389u, 0x0000021du, 0x0004003du, 0x00000006u, 0x00004777u, - 0x00004776u, 0x00070041u, 0x0000026du, 0x00004779u, 0x000002d3u, 0x00000205u, 0x00002389u, 0x00000220u, - 0x0004003du, 0x00000006u, 0x0000477au, 0x00004779u, 0x00070041u, 0x00000279u, 0x0000477cu, 0x000002d3u, - 0x00000205u, 0x00002389u, 0x00000223u, 0x0004003du, 0x0000022bu, 0x0000477du, 0x0000477cu, 0x00040071u, - 0x00000006u, 0x0000477eu, 0x0000477du, 0x0004007cu, 0x00000008u, 0x0000477fu, 0x0000477eu, 0x00070041u, - 0x00000279u, 0x00004781u, 0x000002d3u, 0x00000205u, 0x00002389u, 0x00000226u, 0x0004003du, 0x0000022bu, - 0x00004782u, 0x00004781u, 0x00040071u, 0x00000006u, 0x00004783u, 0x00004782u, 0x0004007cu, 0x00000008u, - 0x00004784u, 0x00004783u, 0x00070041u, 0x00000279u, 0x00004786u, 0x000002d3u, 0x00000205u, 0x00002389u, - 0x00000260u, 0x0004003du, 0x0000022bu, 0x00004787u, 0x00004786u, 0x00040071u, 0x00000006u, 0x00004788u, - 0x00004787u, 0x0004007cu, 0x00000008u, 0x00004789u, 0x00004788u, 0x00070041u, 0x00000279u, 0x0000478bu, - 0x000002d3u, 0x00000205u, 0x00002389u, 0x00000266u, 0x0004003du, 0x0000022bu, 0x0000478cu, 0x0000478bu, - 0x00040071u, 0x00000006u, 0x0000478du, 0x0000478cu, 0x0004007cu, 0x00000008u, 0x0000478eu, 0x0000478du, - 0x00070041u, 0x00000279u, 0x00004790u, 0x000002d3u, 0x00000205u, 0x00002389u, 0x0000026cu, 0x0004003du, - 0x0000022bu, 0x00004791u, 0x00004790u, 0x00040071u, 0x00000006u, 0x00004792u, 0x00004791u, 0x0004007cu, - 0x00000008u, 0x00004793u, 0x00004792u, 0x00070041u, 0x00000279u, 0x00004795u, 0x000002d3u, 0x00000205u, - 0x00002389u, 0x00000271u, 0x0004003du, 0x0000022bu, 0x00004796u, 0x00004795u, 0x00040071u, 0x00000006u, - 0x00004797u, 0x00004796u, 0x0004007cu, 0x00000008u, 0x00004798u, 0x00004797u, 0x00070041u, 0x00000279u, - 0x0000479au, 0x000002d3u, 0x00000205u, 0x00002389u, 0x00000278u, 0x0004003du, 0x0000022bu, 0x0000479bu, - 0x0000479au, 0x00040071u, 0x00000006u, 0x0000479cu, 0x0000479bu, 0x0004007cu, 0x00000008u, 0x0000479du, - 0x0000479cu, 0x00070041u, 0x00000279u, 0x0000479fu, 0x000002d3u, 0x00000205u, 0x00002389u, 0x0000027fu, - 0x0004003du, 0x0000022bu, 0x000047a0u, 0x0000479fu, 0x00040071u, 0x00000006u, 0x000047a1u, 0x000047a0u, - 0x0004007cu, 0x00000008u, 0x000047a2u, 0x000047a1u, 0x0003003eu, 0x00002194u, 0x0000777fu, 0x000500c7u, - 0x00000008u, 0x000048fcu, 0x000047a2u, 0x00000214u, 0x000500abu, 0x0000005du, 0x000048fdu, 0x000048fcu, - 0x00000205u, 0x0004007cu, 0x00000008u, 0x00004900u, 0x0000476bu, 0x0004007cu, 0x00000008u, 0x00004903u, - 0x0000476eu, 0x00050041u, 0x0000003eu, 0x00004906u, 0x00002194u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00004907u, 0x00004906u, 0x0008000cu, 0x00000008u, 0x00004dbfu, 0x00000001u, 0x0000002du, 0x00004907u, - 0x00000c4fu, 0x00000c0au, 0x000500b1u, 0x0000005du, 0x00004dc1u, 0x00004793u, 0x00000271u, 0x000300f7u, - 0x00004dcdu, 0x00000000u, 0x000400fau, 0x00004dc1u, 0x00004dc2u, 0x00004dc6u, 0x000200f8u, 0x00004dc6u, - 0x00050082u, 0x00000008u, 0x00004dc8u, 0x0000037fu, 0x00004793u, 0x000500c4u, 0x00000008u, 0x00004dcau, - 0x00004dbfu, 0x00004dc8u, 0x000500c3u, 0x00000008u, 0x00004dccu, 0x00004dcau, 0x0000055bu, 0x000200f9u, - 0x00004dcdu, 0x000200f8u, 0x00004dc2u, 0x000500c3u, 0x00000008u, 0x00004dc5u, 0x00004dbfu, 0x00004793u, - 0x000200f9u, 0x00004dcdu, 0x000200f8u, 0x00004dcdu, 0x000700f5u, 0x00000008u, 0x00007832u, 0x00004dc5u, - 0x00004dc2u, 0x00004dccu, 0x00004dc6u, 0x000300f7u, 0x00004de9u, 0x00000000u, 0x000400fau, 0x000048fdu, - 0x00004dcfu, 0x00004de4u, 0x000200f8u, 0x00004de4u, 0x000500c4u, 0x00000008u, 0x00004de6u, 0x00004900u, - 0x0000021au, 0x00050082u, 0x00000008u, 0x00004de8u, 0x00007832u, 0x00004de6u, 0x000200f9u, 0x00004de9u, - 0x000200f8u, 0x00004dcfu, 0x000500c3u, 0x00000008u, 0x00004dd1u, 0x00007832u, 0x0000021au, 0x000500afu, - 0x0000005du, 0x00004dd3u, 0x00004dd1u, 0x00004903u, 0x000300f7u, 0x00004de3u, 0x00000000u, 0x000400fau, - 0x00004dd3u, 0x00004dd5u, 0x00004dddu, 0x000200f8u, 0x00004dddu, 0x000500c4u, 0x00000008u, 0x00004de0u, - 0x00004900u, 0x0000021au, 0x00050082u, 0x00000008u, 0x00004de1u, 0x00007832u, 0x00004de0u, 0x0007000cu, - 0x00000008u, 0x00004de2u, 0x00000001u, 0x0000002au, 0x00004de1u, 0x00000205u, 0x000200f9u, 0x00004de3u, - 0x000200f8u, 0x00004dd5u, 0x000500c3u, 0x00000008u, 0x00004dd7u, 0x00004903u, 0x00000217u, 0x000500c3u, - 0x00000008u, 0x00004dd9u, 0x00004900u, 0x00000217u, 0x00050082u, 0x00000008u, 0x00004ddau, 0x00004dd7u, - 0x00004dd9u, 0x000500c7u, 0x00000008u, 0x00004ddbu, 0x00004ddau, 0x0000113fu, 0x000500c4u, 0x00000008u, - 0x00004ddcu, 0x00004ddbu, 0x00000220u, 0x000200f9u, 0x00004de3u, 0x000200f8u, 0x00004de3u, 0x000700f5u, - 0x00000008u, 0x00007834u, 0x00004ddcu, 0x00004dd5u, 0x00004de2u, 0x00004dddu, 0x000200f9u, 0x00004de9u, - 0x000200f8u, 0x00004de9u, 0x000700f5u, 0x00000008u, 0x00007833u, 0x00007834u, 0x00004de3u, 0x00004de8u, - 0x00004de4u, 0x0003003eu, 0x00004906u, 0x00007833u, 0x000500c7u, 0x00000008u, 0x0000490cu, 0x000047a2u, - 0x0000021du, 0x000500abu, 0x0000005du, 0x0000490du, 0x0000490cu, 0x00000205u, 0x0004007cu, 0x00000008u, - 0x00004910u, 0x00004771u, 0x0004007cu, 0x00000008u, 0x00004913u, 0x00004774u, 0x00050041u, 0x0000003eu, - 0x00004916u, 0x00002194u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004917u, 0x00004916u, 0x0008000cu, - 0x00000008u, 0x00004defu, 0x00000001u, 0x0000002du, 0x00004917u, 0x00000c4fu, 0x00000c0au, 0x000500b1u, - 0x0000005du, 0x00004df1u, 0x0000479du, 0x00000271u, 0x000300f7u, 0x00004dfdu, 0x00000000u, 0x000400fau, - 0x00004df1u, 0x00004df2u, 0x00004df6u, 0x000200f8u, 0x00004df6u, 0x00050082u, 0x00000008u, 0x00004df8u, - 0x0000037fu, 0x0000479du, 0x000500c4u, 0x00000008u, 0x00004dfau, 0x00004defu, 0x00004df8u, 0x000500c3u, - 0x00000008u, 0x00004dfcu, 0x00004dfau, 0x0000055bu, 0x000200f9u, 0x00004dfdu, 0x000200f8u, 0x00004df2u, - 0x000500c3u, 0x00000008u, 0x00004df5u, 0x00004defu, 0x0000479du, 0x000200f9u, 0x00004dfdu, 0x000200f8u, - 0x00004dfdu, 0x000700f5u, 0x00000008u, 0x00007835u, 0x00004df5u, 0x00004df2u, 0x00004dfcu, 0x00004df6u, - 0x000300f7u, 0x00004e19u, 0x00000000u, 0x000400fau, 0x0000490du, 0x00004dffu, 0x00004e14u, 0x000200f8u, - 0x00004e14u, 0x000500c4u, 0x00000008u, 0x00004e16u, 0x00004910u, 0x0000021au, 0x00050082u, 0x00000008u, - 0x00004e18u, 0x00007835u, 0x00004e16u, 0x000200f9u, 0x00004e19u, 0x000200f8u, 0x00004dffu, 0x000500c3u, - 0x00000008u, 0x00004e01u, 0x00007835u, 0x0000021au, 0x000500afu, 0x0000005du, 0x00004e03u, 0x00004e01u, - 0x00004913u, 0x000300f7u, 0x00004e13u, 0x00000000u, 0x000400fau, 0x00004e03u, 0x00004e05u, 0x00004e0du, - 0x000200f8u, 0x00004e0du, 0x000500c4u, 0x00000008u, 0x00004e10u, 0x00004910u, 0x0000021au, 0x00050082u, - 0x00000008u, 0x00004e11u, 0x00007835u, 0x00004e10u, 0x0007000cu, 0x00000008u, 0x00004e12u, 0x00000001u, - 0x0000002au, 0x00004e11u, 0x00000205u, 0x000200f9u, 0x00004e13u, 0x000200f8u, 0x00004e05u, 0x000500c3u, - 0x00000008u, 0x00004e07u, 0x00004913u, 0x00000217u, 0x000500c3u, 0x00000008u, 0x00004e09u, 0x00004910u, - 0x00000217u, 0x00050082u, 0x00000008u, 0x00004e0au, 0x00004e07u, 0x00004e09u, 0x000500c7u, 0x00000008u, - 0x00004e0bu, 0x00004e0au, 0x0000113fu, 0x000500c4u, 0x00000008u, 0x00004e0cu, 0x00004e0bu, 0x00000220u, - 0x000200f9u, 0x00004e13u, 0x000200f8u, 0x00004e13u, 0x000700f5u, 0x00000008u, 0x00007837u, 0x00004e0cu, - 0x00004e05u, 0x00004e12u, 0x00004e0du, 0x000200f9u, 0x00004e19u, 0x000200f8u, 0x00004e19u, 0x000700f5u, - 0x00000008u, 0x00007836u, 0x00007837u, 0x00004e13u, 0x00004e18u, 0x00004e14u, 0x0003003eu, 0x00004916u, - 0x00007836u, 0x000300f7u, 0x00004920u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x0000491bu, 0x0000491fu, - 0x000200f8u, 0x0000491fu, 0x0003003eu, 0x000047aeu, 0x00000c36u, 0x000200f9u, 0x00004920u, 0x000200f8u, - 0x0000491bu, 0x0004003du, 0x0000005fu, 0x0000491cu, 0x00002194u, 0x000500c7u, 0x0000005fu, 0x0000491eu, - 0x0000491cu, 0x0000afaau, 0x0003003eu, 0x000047aeu, 0x0000491eu, 0x000200f9u, 0x00004920u, 0x000200f8u, - 0x00004920u, 0x00050041u, 0x0000003eu, 0x00004921u, 0x000047aeu, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00004922u, 0x00004921u, 0x00050041u, 0x0000003eu, 0x00004923u, 0x000047aeu, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00004924u, 0x00004923u, 0x00050080u, 0x00000008u, 0x00004925u, 0x00004922u, 0x00004924u, - 0x0004003du, 0x0000005fu, 0x00004926u, 0x00002194u, 0x000500c3u, 0x0000005fu, 0x00004928u, 0x00004926u, - 0x0000afa9u, 0x0003003eu, 0x00002194u, 0x00004928u, 0x0004003du, 0x00000008u, 0x0000492bu, 0x00004906u, - 0x000500abu, 0x0000005du, 0x00004e20u, 0x0000478eu, 0x00000205u, 0x000300f7u, 0x00004e36u, 0x00000000u, - 0x000400fau, 0x00004e20u, 0x00004e21u, 0x00004e36u, 0x000200f8u, 0x00004e21u, 0x000500c4u, 0x00000008u, - 0x00004e24u, 0x00000214u, 0x0000478eu, 0x000500c7u, 0x00000008u, 0x00004e27u, 0x000047a2u, 0x00000217u, - 0x000500abu, 0x0000005du, 0x00004e28u, 0x00004e27u, 0x00000205u, 0x000300f7u, 0x00004e31u, 0x00000000u, - 0x000400fau, 0x00004e28u, 0x00004e29u, 0x00004e31u, 0x000200f8u, 0x00004e29u, 0x000500c7u, 0x00000008u, - 0x00004e2cu, 0x0000492bu, 0x00004e24u, 0x00050082u, 0x00000008u, 0x00004e2du, 0x00004e2cu, 0x00000214u, - 0x0007000cu, 0x00000008u, 0x00004e2eu, 0x00000001u, 0x0000002au, 0x00004e2du, 0x00000205u, 0x000500c6u, - 0x00000008u, 0x00004e30u, 0x0000492bu, 0x00004e2eu, 0x000200f9u, 0x00004e31u, 0x000200f8u, 0x00004e31u, - 0x000700f5u, 0x00000008u, 0x00007838u, 0x0000492bu, 0x00004e21u, 0x00004e30u, 0x00004e29u, 0x00050082u, - 0x00000008u, 0x00004e33u, 0x00004e24u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00004e35u, 0x00007838u, - 0x00004e33u, 0x000200f9u, 0x00004e36u, 0x000200f8u, 0x00004e36u, 0x000700f5u, 0x00000008u, 0x00007839u, - 0x0000492bu, 0x00004920u, 0x00004e35u, 0x00004e31u, 0x0004003du, 0x00000008u, 0x0000492fu, 0x00004916u, - 0x000500abu, 0x0000005du, 0x00004e3du, 0x00004798u, 0x00000205u, 0x000300f7u, 0x00004e53u, 0x00000000u, - 0x000400fau, 0x00004e3du, 0x00004e3eu, 0x00004e53u, 0x000200f8u, 0x00004e3eu, 0x000500c4u, 0x00000008u, - 0x00004e41u, 0x00000214u, 0x00004798u, 0x000500c7u, 0x00000008u, 0x00004e44u, 0x000047a2u, 0x00000260u, - 0x000500abu, 0x0000005du, 0x00004e45u, 0x00004e44u, 0x00000205u, 0x000300f7u, 0x00004e4eu, 0x00000000u, - 0x000400fau, 0x00004e45u, 0x00004e46u, 0x00004e4eu, 0x000200f8u, 0x00004e46u, 0x000500c7u, 0x00000008u, - 0x00004e49u, 0x0000492fu, 0x00004e41u, 0x00050082u, 0x00000008u, 0x00004e4au, 0x00004e49u, 0x00000214u, - 0x0007000cu, 0x00000008u, 0x00004e4bu, 0x00000001u, 0x0000002au, 0x00004e4au, 0x00000205u, 0x000500c6u, - 0x00000008u, 0x00004e4du, 0x0000492fu, 0x00004e4bu, 0x000200f9u, 0x00004e4eu, 0x000200f8u, 0x00004e4eu, - 0x000700f5u, 0x00000008u, 0x0000783au, 0x0000492fu, 0x00004e3eu, 0x00004e4du, 0x00004e46u, 0x00050082u, - 0x00000008u, 0x00004e50u, 0x00004e41u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00004e52u, 0x0000783au, - 0x00004e50u, 0x000200f9u, 0x00004e53u, 0x000200f8u, 0x00004e53u, 0x000700f5u, 0x00000008u, 0x0000783bu, - 0x0000492fu, 0x00004e36u, 0x00004e52u, 0x00004e4eu, 0x0004003du, 0x00000008u, 0x00004932u, 0x00004906u, - 0x00050080u, 0x00000008u, 0x00004933u, 0x00004932u, 0x00000214u, 0x000300f7u, 0x00004e70u, 0x00000000u, - 0x000400fau, 0x00004e20u, 0x00004e5bu, 0x00004e70u, 0x000200f8u, 0x00004e5bu, 0x000500c4u, 0x00000008u, - 0x00004e5eu, 0x00000214u, 0x0000478eu, 0x000500c7u, 0x00000008u, 0x00004e61u, 0x000047a2u, 0x00000217u, - 0x000500abu, 0x0000005du, 0x00004e62u, 0x00004e61u, 0x00000205u, 0x000300f7u, 0x00004e6bu, 0x00000000u, - 0x000400fau, 0x00004e62u, 0x00004e63u, 0x00004e6bu, 0x000200f8u, 0x00004e63u, 0x000500c7u, 0x00000008u, - 0x00004e66u, 0x00004933u, 0x00004e5eu, 0x00050082u, 0x00000008u, 0x00004e67u, 0x00004e66u, 0x00000214u, - 0x0007000cu, 0x00000008u, 0x00004e68u, 0x00000001u, 0x0000002au, 0x00004e67u, 0x00000205u, 0x000500c6u, - 0x00000008u, 0x00004e6au, 0x00004933u, 0x00004e68u, 0x000200f9u, 0x00004e6bu, 0x000200f8u, 0x00004e6bu, - 0x000700f5u, 0x00000008u, 0x0000783cu, 0x00004933u, 0x00004e5bu, 0x00004e6au, 0x00004e63u, 0x00050082u, - 0x00000008u, 0x00004e6du, 0x00004e5eu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00004e6fu, 0x0000783cu, - 0x00004e6du, 0x000200f9u, 0x00004e70u, 0x000200f8u, 0x00004e70u, 0x000700f5u, 0x00000008u, 0x0000783du, - 0x00004933u, 0x00004e53u, 0x00004e6fu, 0x00004e6bu, 0x0004003du, 0x00000008u, 0x00004937u, 0x00004916u, - 0x00050080u, 0x00000008u, 0x00004938u, 0x00004937u, 0x00000214u, 0x000300f7u, 0x00004e8du, 0x00000000u, - 0x000400fau, 0x00004e3du, 0x00004e78u, 0x00004e8du, 0x000200f8u, 0x00004e78u, 0x000500c4u, 0x00000008u, - 0x00004e7bu, 0x00000214u, 0x00004798u, 0x000500c7u, 0x00000008u, 0x00004e7eu, 0x000047a2u, 0x00000260u, - 0x000500abu, 0x0000005du, 0x00004e7fu, 0x00004e7eu, 0x00000205u, 0x000300f7u, 0x00004e88u, 0x00000000u, - 0x000400fau, 0x00004e7fu, 0x00004e80u, 0x00004e88u, 0x000200f8u, 0x00004e80u, 0x000500c7u, 0x00000008u, - 0x00004e83u, 0x00004938u, 0x00004e7bu, 0x00050082u, 0x00000008u, 0x00004e84u, 0x00004e83u, 0x00000214u, - 0x0007000cu, 0x00000008u, 0x00004e85u, 0x00000001u, 0x0000002au, 0x00004e84u, 0x00000205u, 0x000500c6u, - 0x00000008u, 0x00004e87u, 0x00004938u, 0x00004e85u, 0x000200f9u, 0x00004e88u, 0x000200f8u, 0x00004e88u, - 0x000700f5u, 0x00000008u, 0x0000783eu, 0x00004938u, 0x00004e78u, 0x00004e87u, 0x00004e80u, 0x00050082u, - 0x00000008u, 0x00004e8au, 0x00004e7bu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00004e8cu, 0x0000783eu, - 0x00004e8au, 0x000200f9u, 0x00004e8du, 0x000200f8u, 0x00004e8du, 0x000700f5u, 0x00000008u, 0x0000783fu, - 0x00004938u, 0x00004e70u, 0x00004e8cu, 0x00004e88u, 0x00050082u, 0x00000008u, 0x0000493du, 0x0000783fu, - 0x0000783bu, 0x0007000cu, 0x00000008u, 0x0000493eu, 0x00000001u, 0x0000002au, 0x0000493du, 0x0000139du, - 0x000500c7u, 0x00000008u, 0x00004940u, 0x0000783bu, 0x0000038du, 0x00050080u, 0x00000008u, 0x00004942u, - 0x00004940u, 0x0000493eu, 0x0004003du, 0x0000005fu, 0x00004947u, 0x000047aeu, 0x000500aau, 0x0000087fu, - 0x00004948u, 0x00004947u, 0x000013a9u, 0x00050051u, 0x0000005du, 0x00004949u, 0x00004948u, 0x00000000u, - 0x00050051u, 0x0000005du, 0x0000494au, 0x00004948u, 0x00000001u, 0x00070050u, 0x000005fbu, 0x0000494bu, - 0x00002245u, 0x0000225au, 0x00004949u, 0x0000494au, 0x0004009bu, 0x0000005du, 0x0000494cu, 0x0000494bu, - 0x000600a9u, 0x00000008u, 0x0000b166u, 0x0000494cu, 0x00000205u, 0x00004925u, 0x000500aau, 0x0000005du, - 0x00004952u, 0x0000477fu, 0x00000214u, 0x000500afu, 0x0000005du, 0x00004954u, 0x0000b166u, 0x0000037fu, - 0x000300f7u, 0x0000495du, 0x00000000u, 0x000400fau, 0x00004954u, 0x00004955u, 0x00004959u, 0x000200f8u, - 0x00004959u, 0x00050050u, 0x0000005fu, 0x0000495cu, 0x00007839u, 0x00004940u, 0x000200f9u, 0x0000495du, - 0x000200f8u, 0x00004955u, 0x00050050u, 0x0000005fu, 0x00004958u, 0x0000783du, 0x00004942u, 0x000200f9u, - 0x0000495du, 0x000200f8u, 0x0000495du, 0x000700f5u, 0x0000005fu, 0x0000784eu, 0x00004958u, 0x00004955u, - 0x0000495cu, 0x00004959u, 0x000500c7u, 0x00000008u, 0x00004960u, 0x00007839u, 0x00000214u, 0x000500c4u, - 0x00000008u, 0x00004961u, 0x00004960u, 0x0000021du, 0x0004003du, 0x00000008u, 0x00004963u, 0x00004921u, - 0x000500c3u, 0x00000008u, 0x00004964u, 0x00004963u, 0x00000214u, 0x000500c5u, 0x00000008u, 0x00004965u, - 0x00004961u, 0x00004964u, 0x000300f7u, 0x00004c20u, 0x00000000u, 0x000400fau, 0x00002215u, 0x00004967u, - 0x00004a04u, 0x000200f8u, 0x00004a04u, 0x000300f7u, 0x00004c1fu, 0x00000000u, 0x000d00fbu, 0x0000477fu, - 0x00004c1fu, 0x00000000u, 0x00004a07u, 0x00000001u, 0x00004a8fu, 0x00000002u, 0x00004abdu, 0x00000003u, - 0x00004b30u, 0x00000004u, 0x00004bb8u, 0x000200f8u, 0x00004bb8u, 0x000300f7u, 0x00004c1eu, 0x00000000u, - 0x000700fbu, 0x00004784u, 0x00004bbbu, 0x00000000u, 0x00004bdcu, 0x00000001u, 0x00004bfdu, 0x000200f8u, - 0x00004bfdu, 0x0004007cu, 0x000000a2u, 0x00004bffu, 0x0000784eu, 0x0003003eu, 0x000048bcu, 0x00004bffu, - 0x00050041u, 0x00000007u, 0x00005f10u, 0x000048bcu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005f11u, - 0x00005f10u, 0x00050084u, 0x00000006u, 0x00005f12u, 0x0000477au, 0x00005f11u, 0x00050080u, 0x00000006u, - 0x00005f13u, 0x00004777u, 0x00005f12u, 0x00050041u, 0x00000007u, 0x00005f14u, 0x000048bcu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005f15u, 0x00005f14u, 0x00050080u, 0x00000006u, 0x00005f17u, 0x00005f13u, - 0x00005f15u, 0x000500c7u, 0x00000006u, 0x00005f19u, 0x00005f17u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00005f1cu, 0x00005f10u, 0x000500c7u, 0x00000006u, 0x00005f1du, 0x00005f1cu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005f1eu, 0x00005f1du, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005f20u, 0x00005f19u, - 0x00005f1eu, 0x000500c6u, 0x00000006u, 0x00005f22u, 0x00005f20u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00005f25u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005f22u, 0x0004003du, 0x0000022bu, - 0x00005f26u, 0x00005f25u, 0x00040071u, 0x00000006u, 0x00005f27u, 0x00005f26u, 0x0004007cu, 0x00000008u, - 0x00005f29u, 0x00005f27u, 0x00070050u, 0x00000009u, 0x00005f2au, 0x00005f29u, 0x00005f29u, 0x00005f29u, - 0x00005f29u, 0x000300f7u, 0x00004c13u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004c04u, 0x00004c13u, - 0x000200f8u, 0x00004c04u, 0x00050050u, 0x0000005fu, 0x00004c07u, 0x0000783du, 0x00004940u, 0x0004007cu, - 0x000000a2u, 0x00004c08u, 0x00004c07u, 0x0003003eu, 0x000048bfu, 0x00004c08u, 0x00050041u, 0x00000007u, - 0x00005f34u, 0x000048bfu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005f35u, 0x00005f34u, 0x00050084u, - 0x00000006u, 0x00005f36u, 0x0000477au, 0x00005f35u, 0x00050080u, 0x00000006u, 0x00005f37u, 0x00004777u, - 0x00005f36u, 0x00050041u, 0x00000007u, 0x00005f38u, 0x000048bfu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005f39u, 0x00005f38u, 0x00050080u, 0x00000006u, 0x00005f3bu, 0x00005f37u, 0x00005f39u, 0x000500c7u, - 0x00000006u, 0x00005f3du, 0x00005f3bu, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005f40u, 0x00005f34u, - 0x000500c7u, 0x00000006u, 0x00005f41u, 0x00005f40u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005f42u, - 0x00005f41u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005f44u, 0x00005f3du, 0x00005f42u, 0x000500c6u, - 0x00000006u, 0x00005f46u, 0x00005f44u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005f49u, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00005f46u, 0x0004003du, 0x0000022bu, 0x00005f4au, 0x00005f49u, - 0x00040071u, 0x00000006u, 0x00005f4bu, 0x00005f4au, 0x0004007cu, 0x00000008u, 0x00005f4du, 0x00005f4bu, - 0x00070050u, 0x00000009u, 0x00005f4eu, 0x00005f4du, 0x00005f4du, 0x00005f4du, 0x00005f4du, 0x00050050u, - 0x0000005fu, 0x00004c0eu, 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004c0fu, 0x00004c0eu, - 0x0003003eu, 0x000048c2u, 0x00004c0fu, 0x00050041u, 0x00000007u, 0x00005f58u, 0x000048c2u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005f59u, 0x00005f58u, 0x00050084u, 0x00000006u, 0x00005f5au, 0x0000477au, - 0x00005f59u, 0x00050080u, 0x00000006u, 0x00005f5bu, 0x00004777u, 0x00005f5au, 0x00050041u, 0x00000007u, - 0x00005f5cu, 0x000048c2u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005f5du, 0x00005f5cu, 0x00050080u, - 0x00000006u, 0x00005f5fu, 0x00005f5bu, 0x00005f5du, 0x000500c7u, 0x00000006u, 0x00005f61u, 0x00005f5fu, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005f64u, 0x00005f58u, 0x000500c7u, 0x00000006u, 0x00005f65u, - 0x00005f64u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005f66u, 0x00005f65u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005f68u, 0x00005f61u, 0x00005f66u, 0x000500c6u, 0x00000006u, 0x00005f6au, 0x00005f68u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00005f6du, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00005f6au, 0x0004003du, 0x0000022bu, 0x00005f6eu, 0x00005f6du, 0x00040071u, 0x00000006u, 0x00005f6fu, - 0x00005f6eu, 0x0004007cu, 0x00000008u, 0x00005f71u, 0x00005f6fu, 0x00070050u, 0x00000009u, 0x00005f72u, - 0x00005f71u, 0x00005f71u, 0x00005f71u, 0x00005f71u, 0x000200f9u, 0x00004c13u, 0x000200f8u, 0x00004c13u, - 0x000700f5u, 0x00000009u, 0x00007b77u, 0x00007aa3u, 0x00004bfdu, 0x00005f72u, 0x00004c04u, 0x000700f5u, - 0x00000009u, 0x00007a83u, 0x000079acu, 0x00004bfdu, 0x00005f4eu, 0x00004c04u, 0x000300f7u, 0x00004c1du, - 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004c15u, 0x00004c1du, 0x000200f8u, 0x00004c15u, 0x00050050u, - 0x0000005fu, 0x00004c18u, 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004c19u, 0x00004c18u, - 0x0003003eu, 0x000048c5u, 0x00004c19u, 0x00050041u, 0x00000007u, 0x00005f7cu, 0x000048c5u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005f7du, 0x00005f7cu, 0x00050084u, 0x00000006u, 0x00005f7eu, 0x0000477au, - 0x00005f7du, 0x00050080u, 0x00000006u, 0x00005f7fu, 0x00004777u, 0x00005f7eu, 0x00050041u, 0x00000007u, - 0x00005f80u, 0x000048c5u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005f81u, 0x00005f80u, 0x00050080u, - 0x00000006u, 0x00005f83u, 0x00005f7fu, 0x00005f81u, 0x000500c7u, 0x00000006u, 0x00005f85u, 0x00005f83u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005f88u, 0x00005f7cu, 0x000500c7u, 0x00000006u, 0x00005f89u, - 0x00005f88u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005f8au, 0x00005f89u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005f8cu, 0x00005f85u, 0x00005f8au, 0x000500c6u, 0x00000006u, 0x00005f8eu, 0x00005f8cu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00005f91u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00005f8eu, 0x0004003du, 0x0000022bu, 0x00005f92u, 0x00005f91u, 0x00040071u, 0x00000006u, 0x00005f93u, - 0x00005f92u, 0x0004007cu, 0x00000008u, 0x00005f95u, 0x00005f93u, 0x00070050u, 0x00000009u, 0x00005f96u, - 0x00005f95u, 0x00005f95u, 0x00005f95u, 0x00005f95u, 0x000200f9u, 0x00004c1du, 0x000200f8u, 0x00004c1du, - 0x000700f5u, 0x00000009u, 0x00007c6bu, 0x00007b95u, 0x00004c13u, 0x00005f96u, 0x00004c15u, 0x000200f9u, - 0x00004c1eu, 0x000200f8u, 0x00004bdcu, 0x0004007cu, 0x000000a2u, 0x00004bdeu, 0x0000784eu, 0x0003003eu, - 0x000048b0u, 0x00004bdeu, 0x00050041u, 0x00000007u, 0x00005e45u, 0x000048b0u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00005e46u, 0x00005e45u, 0x00050084u, 0x00000006u, 0x00005e47u, 0x0000477au, 0x00005e46u, - 0x00050080u, 0x00000006u, 0x00005e48u, 0x00004777u, 0x00005e47u, 0x00050041u, 0x00000007u, 0x00005e49u, - 0x000048b0u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005e4au, 0x00005e49u, 0x000500c2u, 0x00000006u, - 0x00005e4bu, 0x00005e4au, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005e4du, 0x00005e48u, 0x00005e4bu, - 0x000500c7u, 0x00000006u, 0x00005e4fu, 0x00005e4du, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005e51u, - 0x00005e49u, 0x000400c8u, 0x00000006u, 0x00005e52u, 0x00005e51u, 0x000500c7u, 0x00000006u, 0x00005e53u, - 0x00005e52u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005e54u, 0x00005e53u, 0x00000703u, 0x0004003du, - 0x00000006u, 0x00005e57u, 0x00005e45u, 0x000500c7u, 0x00000006u, 0x00005e58u, 0x00005e57u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005e59u, 0x00005e58u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005e5bu, - 0x00005e4fu, 0x00005e59u, 0x000500c6u, 0x00000006u, 0x00005e5du, 0x00005e5bu, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00005e60u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005e5du, 0x0004003du, - 0x0000022bu, 0x00005e61u, 0x00005e60u, 0x00040071u, 0x00000006u, 0x00005e62u, 0x00005e61u, 0x000500c2u, - 0x00000006u, 0x00005e65u, 0x00005e62u, 0x00005e54u, 0x000500c7u, 0x00000006u, 0x00005e66u, 0x00005e65u, - 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00005e68u, 0x00005e66u, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x00005e6au, 0x00005e66u, 0x00005e68u, 0x0004007cu, 0x00000008u, 0x00005e6cu, 0x00005e6au, 0x00070050u, - 0x00000009u, 0x00005e6du, 0x00005e6cu, 0x00005e6cu, 0x00005e6cu, 0x00005e6cu, 0x000300f7u, 0x00004bf2u, - 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004be3u, 0x00004bf2u, 0x000200f8u, 0x00004be3u, 0x00050050u, - 0x0000005fu, 0x00004be6u, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004be7u, 0x00004be6u, - 0x0003003eu, 0x000048b3u, 0x00004be7u, 0x00050041u, 0x00000007u, 0x00005e78u, 0x000048b3u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005e79u, 0x00005e78u, 0x00050084u, 0x00000006u, 0x00005e7au, 0x0000477au, - 0x00005e79u, 0x00050080u, 0x00000006u, 0x00005e7bu, 0x00004777u, 0x00005e7au, 0x00050041u, 0x00000007u, - 0x00005e7cu, 0x000048b3u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005e7du, 0x00005e7cu, 0x000500c2u, - 0x00000006u, 0x00005e7eu, 0x00005e7du, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005e80u, 0x00005e7bu, - 0x00005e7eu, 0x000500c7u, 0x00000006u, 0x00005e82u, 0x00005e80u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00005e84u, 0x00005e7cu, 0x000400c8u, 0x00000006u, 0x00005e85u, 0x00005e84u, 0x000500c7u, 0x00000006u, - 0x00005e86u, 0x00005e85u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005e87u, 0x00005e86u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00005e8au, 0x00005e78u, 0x000500c7u, 0x00000006u, 0x00005e8bu, 0x00005e8au, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005e8cu, 0x00005e8bu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00005e8eu, 0x00005e82u, 0x00005e8cu, 0x000500c6u, 0x00000006u, 0x00005e90u, 0x00005e8eu, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00005e93u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005e90u, - 0x0004003du, 0x0000022bu, 0x00005e94u, 0x00005e93u, 0x00040071u, 0x00000006u, 0x00005e95u, 0x00005e94u, - 0x000500c2u, 0x00000006u, 0x00005e98u, 0x00005e95u, 0x00005e87u, 0x000500c7u, 0x00000006u, 0x00005e99u, - 0x00005e98u, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00005e9bu, 0x00005e99u, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00005e9du, 0x00005e99u, 0x00005e9bu, 0x0004007cu, 0x00000008u, 0x00005e9fu, 0x00005e9du, - 0x00070050u, 0x00000009u, 0x00005ea0u, 0x00005e9fu, 0x00005e9fu, 0x00005e9fu, 0x00005e9fu, 0x00050050u, - 0x0000005fu, 0x00004bedu, 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004beeu, 0x00004bedu, - 0x0003003eu, 0x000048b6u, 0x00004beeu, 0x00050041u, 0x00000007u, 0x00005eabu, 0x000048b6u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005eacu, 0x00005eabu, 0x00050084u, 0x00000006u, 0x00005eadu, 0x0000477au, - 0x00005eacu, 0x00050080u, 0x00000006u, 0x00005eaeu, 0x00004777u, 0x00005eadu, 0x00050041u, 0x00000007u, - 0x00005eafu, 0x000048b6u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005eb0u, 0x00005eafu, 0x000500c2u, - 0x00000006u, 0x00005eb1u, 0x00005eb0u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005eb3u, 0x00005eaeu, - 0x00005eb1u, 0x000500c7u, 0x00000006u, 0x00005eb5u, 0x00005eb3u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00005eb7u, 0x00005eafu, 0x000400c8u, 0x00000006u, 0x00005eb8u, 0x00005eb7u, 0x000500c7u, 0x00000006u, - 0x00005eb9u, 0x00005eb8u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005ebau, 0x00005eb9u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00005ebdu, 0x00005eabu, 0x000500c7u, 0x00000006u, 0x00005ebeu, 0x00005ebdu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005ebfu, 0x00005ebeu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00005ec1u, 0x00005eb5u, 0x00005ebfu, 0x000500c6u, 0x00000006u, 0x00005ec3u, 0x00005ec1u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00005ec6u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005ec3u, - 0x0004003du, 0x0000022bu, 0x00005ec7u, 0x00005ec6u, 0x00040071u, 0x00000006u, 0x00005ec8u, 0x00005ec7u, - 0x000500c2u, 0x00000006u, 0x00005ecbu, 0x00005ec8u, 0x00005ebau, 0x000500c7u, 0x00000006u, 0x00005eccu, - 0x00005ecbu, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00005eceu, 0x00005eccu, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00005ed0u, 0x00005eccu, 0x00005eceu, 0x0004007cu, 0x00000008u, 0x00005ed2u, 0x00005ed0u, - 0x00070050u, 0x00000009u, 0x00005ed3u, 0x00005ed2u, 0x00005ed2u, 0x00005ed2u, 0x00005ed2u, 0x000200f9u, - 0x00004bf2u, 0x000200f8u, 0x00004bf2u, 0x000700f5u, 0x00000009u, 0x00007b75u, 0x00007aa3u, 0x00004bdcu, - 0x00005ed3u, 0x00004be3u, 0x000700f5u, 0x00000009u, 0x00007a81u, 0x000079acu, 0x00004bdcu, 0x00005ea0u, - 0x00004be3u, 0x000300f7u, 0x00004bfcu, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004bf4u, 0x00004bfcu, - 0x000200f8u, 0x00004bf4u, 0x00050050u, 0x0000005fu, 0x00004bf7u, 0x0000783du, 0x00004942u, 0x0004007cu, - 0x000000a2u, 0x00004bf8u, 0x00004bf7u, 0x0003003eu, 0x000048b9u, 0x00004bf8u, 0x00050041u, 0x00000007u, - 0x00005edeu, 0x000048b9u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005edfu, 0x00005edeu, 0x00050084u, - 0x00000006u, 0x00005ee0u, 0x0000477au, 0x00005edfu, 0x00050080u, 0x00000006u, 0x00005ee1u, 0x00004777u, - 0x00005ee0u, 0x00050041u, 0x00000007u, 0x00005ee2u, 0x000048b9u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005ee3u, 0x00005ee2u, 0x000500c2u, 0x00000006u, 0x00005ee4u, 0x00005ee3u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x00005ee6u, 0x00005ee1u, 0x00005ee4u, 0x000500c7u, 0x00000006u, 0x00005ee8u, 0x00005ee6u, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005eeau, 0x00005ee2u, 0x000400c8u, 0x00000006u, 0x00005eebu, - 0x00005eeau, 0x000500c7u, 0x00000006u, 0x00005eecu, 0x00005eebu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00005eedu, 0x00005eecu, 0x00000703u, 0x0004003du, 0x00000006u, 0x00005ef0u, 0x00005edeu, 0x000500c7u, - 0x00000006u, 0x00005ef1u, 0x00005ef0u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005ef2u, 0x00005ef1u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005ef4u, 0x00005ee8u, 0x00005ef2u, 0x000500c6u, 0x00000006u, - 0x00005ef6u, 0x00005ef4u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005ef9u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00005ef6u, 0x0004003du, 0x0000022bu, 0x00005efau, 0x00005ef9u, 0x00040071u, - 0x00000006u, 0x00005efbu, 0x00005efau, 0x000500c2u, 0x00000006u, 0x00005efeu, 0x00005efbu, 0x00005eedu, - 0x000500c7u, 0x00000006u, 0x00005effu, 0x00005efeu, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00005f01u, - 0x00005effu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005f03u, 0x00005effu, 0x00005f01u, 0x0004007cu, - 0x00000008u, 0x00005f05u, 0x00005f03u, 0x00070050u, 0x00000009u, 0x00005f06u, 0x00005f05u, 0x00005f05u, - 0x00005f05u, 0x00005f05u, 0x000200f9u, 0x00004bfcu, 0x000200f8u, 0x00004bfcu, 0x000700f5u, 0x00000009u, - 0x00007c69u, 0x00007b95u, 0x00004bf2u, 0x00005f06u, 0x00004bf4u, 0x000200f9u, 0x00004c1eu, 0x000200f8u, - 0x00004bbbu, 0x0004007cu, 0x000000a2u, 0x00004bbdu, 0x0000784eu, 0x0003003eu, 0x000048c8u, 0x00004bbdu, - 0x00050041u, 0x00000007u, 0x00005d98u, 0x000048c8u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005d99u, - 0x00005d98u, 0x00050084u, 0x00000006u, 0x00005d9au, 0x0000477au, 0x00005d99u, 0x00050080u, 0x00000006u, - 0x00005d9bu, 0x00004777u, 0x00005d9au, 0x00050041u, 0x00000007u, 0x00005d9cu, 0x000048c8u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005d9du, 0x00005d9cu, 0x00050084u, 0x00000006u, 0x00005d9eu, 0x00005d9du, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005da0u, 0x00005d9bu, 0x00005d9eu, 0x000500c7u, 0x00000006u, - 0x00005da2u, 0x00005da0u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005da4u, 0x00005da2u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00005da6u, 0x00005d98u, 0x000500c7u, 0x00000006u, 0x00005da7u, 0x00005da6u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005da8u, 0x00005da7u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005daau, 0x00005da4u, 0x00005da8u, 0x000500c6u, 0x00000006u, 0x00005dacu, 0x00005daau, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00005dafu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005dacu, - 0x0004003du, 0x0000022du, 0x00005db0u, 0x00005dafu, 0x00040071u, 0x00000006u, 0x00005db1u, 0x00005db0u, - 0x000500c2u, 0x00000006u, 0x00005db3u, 0x00005db1u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005db4u, - 0x00005db3u, 0x000500c7u, 0x00000006u, 0x00005db6u, 0x00005db1u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005db7u, 0x00005db6u, 0x00050050u, 0x0000005fu, 0x00005db8u, 0x00005db4u, 0x00005db7u, 0x0009004fu, - 0x00000009u, 0x00005db9u, 0x00005db8u, 0x00005db8u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000300f7u, 0x00004bd1u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004bc2u, 0x00004bd1u, 0x000200f8u, - 0x00004bc2u, 0x00050050u, 0x0000005fu, 0x00004bc5u, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, - 0x00004bc6u, 0x00004bc5u, 0x0003003eu, 0x000048cbu, 0x00004bc6u, 0x00050041u, 0x00000007u, 0x00005dc3u, - 0x000048cbu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005dc4u, 0x00005dc3u, 0x00050084u, 0x00000006u, - 0x00005dc5u, 0x0000477au, 0x00005dc4u, 0x00050080u, 0x00000006u, 0x00005dc6u, 0x00004777u, 0x00005dc5u, - 0x00050041u, 0x00000007u, 0x00005dc7u, 0x000048cbu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005dc8u, - 0x00005dc7u, 0x00050084u, 0x00000006u, 0x00005dc9u, 0x00005dc8u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00005dcbu, 0x00005dc6u, 0x00005dc9u, 0x000500c7u, 0x00000006u, 0x00005dcdu, 0x00005dcbu, 0x00000e58u, - 0x000500c2u, 0x00000006u, 0x00005dcfu, 0x00005dcdu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005dd1u, - 0x00005dc3u, 0x000500c7u, 0x00000006u, 0x00005dd2u, 0x00005dd1u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005dd3u, 0x00005dd2u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005dd5u, 0x00005dcfu, 0x00005dd3u, - 0x000500c6u, 0x00000006u, 0x00005dd7u, 0x00005dd5u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005ddau, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005dd7u, 0x0004003du, 0x0000022du, 0x00005ddbu, - 0x00005ddau, 0x00040071u, 0x00000006u, 0x00005ddcu, 0x00005ddbu, 0x000500c2u, 0x00000006u, 0x00005ddeu, - 0x00005ddcu, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005ddfu, 0x00005ddeu, 0x000500c7u, 0x00000006u, - 0x00005de1u, 0x00005ddcu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005de2u, 0x00005de1u, 0x00050050u, - 0x0000005fu, 0x00005de3u, 0x00005ddfu, 0x00005de2u, 0x0009004fu, 0x00000009u, 0x00005de4u, 0x00005de3u, - 0x00005de3u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000005fu, 0x00004bccu, - 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004bcdu, 0x00004bccu, 0x0003003eu, 0x000048ceu, - 0x00004bcdu, 0x00050041u, 0x00000007u, 0x00005deeu, 0x000048ceu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00005defu, 0x00005deeu, 0x00050084u, 0x00000006u, 0x00005df0u, 0x0000477au, 0x00005defu, 0x00050080u, - 0x00000006u, 0x00005df1u, 0x00004777u, 0x00005df0u, 0x00050041u, 0x00000007u, 0x00005df2u, 0x000048ceu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00005df3u, 0x00005df2u, 0x00050084u, 0x00000006u, 0x00005df4u, - 0x00005df3u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005df6u, 0x00005df1u, 0x00005df4u, 0x000500c7u, - 0x00000006u, 0x00005df8u, 0x00005df6u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005dfau, 0x00005df8u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00005dfcu, 0x00005deeu, 0x000500c7u, 0x00000006u, 0x00005dfdu, - 0x00005dfcu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005dfeu, 0x00005dfdu, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00005e00u, 0x00005dfau, 0x00005dfeu, 0x000500c6u, 0x00000006u, 0x00005e02u, 0x00005e00u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00005e05u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00005e02u, 0x0004003du, 0x0000022du, 0x00005e06u, 0x00005e05u, 0x00040071u, 0x00000006u, 0x00005e07u, - 0x00005e06u, 0x000500c2u, 0x00000006u, 0x00005e09u, 0x00005e07u, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x00005e0au, 0x00005e09u, 0x000500c7u, 0x00000006u, 0x00005e0cu, 0x00005e07u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00005e0du, 0x00005e0cu, 0x00050050u, 0x0000005fu, 0x00005e0eu, 0x00005e0au, 0x00005e0du, - 0x0009004fu, 0x00000009u, 0x00005e0fu, 0x00005e0eu, 0x00005e0eu, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004bd1u, 0x000200f8u, 0x00004bd1u, 0x000700f5u, 0x00000009u, 0x00007b73u, - 0x00007aa3u, 0x00004bbbu, 0x00005e0fu, 0x00004bc2u, 0x000700f5u, 0x00000009u, 0x00007a7fu, 0x000079acu, - 0x00004bbbu, 0x00005de4u, 0x00004bc2u, 0x000300f7u, 0x00004bdbu, 0x00000000u, 0x000400fau, 0x0000494cu, - 0x00004bd3u, 0x00004bdbu, 0x000200f8u, 0x00004bd3u, 0x00050050u, 0x0000005fu, 0x00004bd6u, 0x0000783du, - 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004bd7u, 0x00004bd6u, 0x0003003eu, 0x000048d1u, 0x00004bd7u, - 0x00050041u, 0x00000007u, 0x00005e19u, 0x000048d1u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005e1au, - 0x00005e19u, 0x00050084u, 0x00000006u, 0x00005e1bu, 0x0000477au, 0x00005e1au, 0x00050080u, 0x00000006u, - 0x00005e1cu, 0x00004777u, 0x00005e1bu, 0x00050041u, 0x00000007u, 0x00005e1du, 0x000048d1u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005e1eu, 0x00005e1du, 0x00050084u, 0x00000006u, 0x00005e1fu, 0x00005e1eu, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005e21u, 0x00005e1cu, 0x00005e1fu, 0x000500c7u, 0x00000006u, - 0x00005e23u, 0x00005e21u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005e25u, 0x00005e23u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00005e27u, 0x00005e19u, 0x000500c7u, 0x00000006u, 0x00005e28u, 0x00005e27u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005e29u, 0x00005e28u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005e2bu, 0x00005e25u, 0x00005e29u, 0x000500c6u, 0x00000006u, 0x00005e2du, 0x00005e2bu, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00005e30u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005e2du, - 0x0004003du, 0x0000022du, 0x00005e31u, 0x00005e30u, 0x00040071u, 0x00000006u, 0x00005e32u, 0x00005e31u, - 0x000500c2u, 0x00000006u, 0x00005e34u, 0x00005e32u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005e35u, - 0x00005e34u, 0x000500c7u, 0x00000006u, 0x00005e37u, 0x00005e32u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005e38u, 0x00005e37u, 0x00050050u, 0x0000005fu, 0x00005e39u, 0x00005e35u, 0x00005e38u, 0x0009004fu, - 0x00000009u, 0x00005e3au, 0x00005e39u, 0x00005e39u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004bdbu, 0x000200f8u, 0x00004bdbu, 0x000700f5u, 0x00000009u, 0x00007c67u, 0x00007b95u, - 0x00004bd1u, 0x00005e3au, 0x00004bd3u, 0x000200f9u, 0x00004c1eu, 0x000200f8u, 0x00004c1eu, 0x000900f5u, - 0x00000009u, 0x00007c66u, 0x00007c67u, 0x00004bdbu, 0x00007c69u, 0x00004bfcu, 0x00007c6bu, 0x00004c1du, - 0x000900f5u, 0x00000009u, 0x00007b71u, 0x00007b73u, 0x00004bdbu, 0x00007b75u, 0x00004bfcu, 0x00007b77u, - 0x00004c1du, 0x000900f5u, 0x00000009u, 0x00007a7du, 0x00007a7fu, 0x00004bdbu, 0x00007a81u, 0x00004bfcu, - 0x00007a83u, 0x00004c1du, 0x000900f5u, 0x00000009u, 0x0000794fu, 0x00005db9u, 0x00004bdbu, 0x00005e6du, - 0x00004bfcu, 0x00005f2au, 0x00004c1du, 0x000200f9u, 0x00004c1fu, 0x000200f8u, 0x00004b30u, 0x000300f7u, - 0x00004bb7u, 0x00000000u, 0x000b00fbu, 0x00004784u, 0x00004bb7u, 0x00000000u, 0x00004b33u, 0x00000001u, - 0x00004b54u, 0x00000002u, 0x00004b75u, 0x00000003u, 0x00004b96u, 0x000200f8u, 0x00004b96u, 0x0004007cu, - 0x000000a2u, 0x00004b98u, 0x0000784eu, 0x0003003eu, 0x000048a4u, 0x00004b98u, 0x00050041u, 0x00000007u, - 0x00005cecu, 0x000048a4u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005cedu, 0x00005cecu, 0x00050084u, - 0x00000006u, 0x00005ceeu, 0x0000477au, 0x00005cedu, 0x00050080u, 0x00000006u, 0x00005cefu, 0x00004777u, - 0x00005ceeu, 0x00050041u, 0x00000007u, 0x00005cf0u, 0x000048a4u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005cf1u, 0x00005cf0u, 0x00050084u, 0x00000006u, 0x00005cf2u, 0x00005cf1u, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x00005cf4u, 0x00005cefu, 0x00005cf2u, 0x000500c7u, 0x00000006u, 0x00005cf6u, 0x00005cf4u, - 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005cf8u, 0x00005cf6u, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00005cfau, 0x00005cecu, 0x000500c7u, 0x00000006u, 0x00005cfbu, 0x00005cfau, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005cfcu, 0x00005cfbu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005cfeu, 0x00005cf8u, - 0x00005cfcu, 0x000500c6u, 0x00000006u, 0x00005d00u, 0x00005cfeu, 0x00000487u, 0x00080041u, 0x00000272u, - 0x00005d03u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005d00u, 0x0004003du, 0x0000022du, - 0x00005d04u, 0x00005d03u, 0x00040071u, 0x00000006u, 0x00005d05u, 0x00005d04u, 0x000500c2u, 0x00000006u, - 0x00005d07u, 0x00005d05u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005d08u, 0x00005d07u, 0x000500c7u, - 0x00000006u, 0x00005d0au, 0x00005d05u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005d0bu, 0x00005d0au, - 0x00050050u, 0x0000005fu, 0x00005d0cu, 0x00005d08u, 0x00005d0bu, 0x0009004fu, 0x00000009u, 0x00005d0du, - 0x00005d0cu, 0x00005d0cu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00004bacu, - 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004b9du, 0x00004bacu, 0x000200f8u, 0x00004b9du, 0x00050050u, - 0x0000005fu, 0x00004ba0u, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004ba1u, 0x00004ba0u, - 0x0003003eu, 0x000048a7u, 0x00004ba1u, 0x00050041u, 0x00000007u, 0x00005d17u, 0x000048a7u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005d18u, 0x00005d17u, 0x00050084u, 0x00000006u, 0x00005d19u, 0x0000477au, - 0x00005d18u, 0x00050080u, 0x00000006u, 0x00005d1au, 0x00004777u, 0x00005d19u, 0x00050041u, 0x00000007u, - 0x00005d1bu, 0x000048a7u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005d1cu, 0x00005d1bu, 0x00050084u, - 0x00000006u, 0x00005d1du, 0x00005d1cu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005d1fu, 0x00005d1au, - 0x00005d1du, 0x000500c7u, 0x00000006u, 0x00005d21u, 0x00005d1fu, 0x00000e58u, 0x000500c2u, 0x00000006u, - 0x00005d23u, 0x00005d21u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005d25u, 0x00005d17u, 0x000500c7u, - 0x00000006u, 0x00005d26u, 0x00005d25u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005d27u, 0x00005d26u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005d29u, 0x00005d23u, 0x00005d27u, 0x000500c6u, 0x00000006u, - 0x00005d2bu, 0x00005d29u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005d2eu, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00005d2bu, 0x0004003du, 0x0000022du, 0x00005d2fu, 0x00005d2eu, 0x00040071u, - 0x00000006u, 0x00005d30u, 0x00005d2fu, 0x000500c2u, 0x00000006u, 0x00005d32u, 0x00005d30u, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x00005d33u, 0x00005d32u, 0x000500c7u, 0x00000006u, 0x00005d35u, 0x00005d30u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005d36u, 0x00005d35u, 0x00050050u, 0x0000005fu, 0x00005d37u, - 0x00005d33u, 0x00005d36u, 0x0009004fu, 0x00000009u, 0x00005d38u, 0x00005d37u, 0x00005d37u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000005fu, 0x00004ba7u, 0x00007839u, 0x00004942u, - 0x0004007cu, 0x000000a2u, 0x00004ba8u, 0x00004ba7u, 0x0003003eu, 0x000048aau, 0x00004ba8u, 0x00050041u, - 0x00000007u, 0x00005d42u, 0x000048aau, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005d43u, 0x00005d42u, - 0x00050084u, 0x00000006u, 0x00005d44u, 0x0000477au, 0x00005d43u, 0x00050080u, 0x00000006u, 0x00005d45u, - 0x00004777u, 0x00005d44u, 0x00050041u, 0x00000007u, 0x00005d46u, 0x000048aau, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005d47u, 0x00005d46u, 0x00050084u, 0x00000006u, 0x00005d48u, 0x00005d47u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00005d4au, 0x00005d45u, 0x00005d48u, 0x000500c7u, 0x00000006u, 0x00005d4cu, - 0x00005d4au, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005d4eu, 0x00005d4cu, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00005d50u, 0x00005d42u, 0x000500c7u, 0x00000006u, 0x00005d51u, 0x00005d50u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005d52u, 0x00005d51u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005d54u, - 0x00005d4eu, 0x00005d52u, 0x000500c6u, 0x00000006u, 0x00005d56u, 0x00005d54u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00005d59u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005d56u, 0x0004003du, - 0x0000022du, 0x00005d5au, 0x00005d59u, 0x00040071u, 0x00000006u, 0x00005d5bu, 0x00005d5au, 0x000500c2u, - 0x00000006u, 0x00005d5du, 0x00005d5bu, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005d5eu, 0x00005d5du, - 0x000500c7u, 0x00000006u, 0x00005d60u, 0x00005d5bu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005d61u, - 0x00005d60u, 0x00050050u, 0x0000005fu, 0x00005d62u, 0x00005d5eu, 0x00005d61u, 0x0009004fu, 0x00000009u, - 0x00005d63u, 0x00005d62u, 0x00005d62u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00004bacu, 0x000200f8u, 0x00004bacu, 0x000700f5u, 0x00000009u, 0x00007b70u, 0x00007aa3u, 0x00004b96u, - 0x00005d63u, 0x00004b9du, 0x000700f5u, 0x00000009u, 0x00007a7cu, 0x000079acu, 0x00004b96u, 0x00005d38u, - 0x00004b9du, 0x000300f7u, 0x00004bb6u, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004baeu, 0x00004bb6u, - 0x000200f8u, 0x00004baeu, 0x00050050u, 0x0000005fu, 0x00004bb1u, 0x0000783du, 0x00004942u, 0x0004007cu, - 0x000000a2u, 0x00004bb2u, 0x00004bb1u, 0x0003003eu, 0x000048adu, 0x00004bb2u, 0x00050041u, 0x00000007u, - 0x00005d6du, 0x000048adu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005d6eu, 0x00005d6du, 0x00050084u, - 0x00000006u, 0x00005d6fu, 0x0000477au, 0x00005d6eu, 0x00050080u, 0x00000006u, 0x00005d70u, 0x00004777u, - 0x00005d6fu, 0x00050041u, 0x00000007u, 0x00005d71u, 0x000048adu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005d72u, 0x00005d71u, 0x00050084u, 0x00000006u, 0x00005d73u, 0x00005d72u, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x00005d75u, 0x00005d70u, 0x00005d73u, 0x000500c7u, 0x00000006u, 0x00005d77u, 0x00005d75u, - 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005d79u, 0x00005d77u, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00005d7bu, 0x00005d6du, 0x000500c7u, 0x00000006u, 0x00005d7cu, 0x00005d7bu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005d7du, 0x00005d7cu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005d7fu, 0x00005d79u, - 0x00005d7du, 0x000500c6u, 0x00000006u, 0x00005d81u, 0x00005d7fu, 0x00000487u, 0x00080041u, 0x00000272u, - 0x00005d84u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005d81u, 0x0004003du, 0x0000022du, - 0x00005d85u, 0x00005d84u, 0x00040071u, 0x00000006u, 0x00005d86u, 0x00005d85u, 0x000500c2u, 0x00000006u, - 0x00005d88u, 0x00005d86u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005d89u, 0x00005d88u, 0x000500c7u, - 0x00000006u, 0x00005d8bu, 0x00005d86u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005d8cu, 0x00005d8bu, - 0x00050050u, 0x0000005fu, 0x00005d8du, 0x00005d89u, 0x00005d8cu, 0x0009004fu, 0x00000009u, 0x00005d8eu, - 0x00005d8du, 0x00005d8du, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004bb6u, - 0x000200f8u, 0x00004bb6u, 0x000700f5u, 0x00000009u, 0x00007c64u, 0x00007b95u, 0x00004bacu, 0x00005d8eu, - 0x00004baeu, 0x000200f9u, 0x00004bb7u, 0x000200f8u, 0x00004b75u, 0x0004007cu, 0x000000a2u, 0x00004b77u, - 0x0000784eu, 0x0003003eu, 0x00004898u, 0x00004b77u, 0x00050041u, 0x00000007u, 0x00005c11u, 0x00004898u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005c12u, 0x00005c11u, 0x00050084u, 0x00000006u, 0x00005c13u, - 0x0000477au, 0x00005c12u, 0x00050080u, 0x00000006u, 0x00005c14u, 0x00004777u, 0x00005c13u, 0x00050041u, - 0x00000007u, 0x00005c15u, 0x00004898u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005c16u, 0x00005c15u, - 0x00050084u, 0x00000006u, 0x00005c17u, 0x00005c16u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005c19u, - 0x00005c14u, 0x00005c17u, 0x000500c7u, 0x00000006u, 0x00005c1bu, 0x00005c19u, 0x00000e58u, 0x000500c2u, - 0x00000006u, 0x00005c1du, 0x00005c1bu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005c1fu, 0x00005c11u, - 0x000500c7u, 0x00000006u, 0x00005c20u, 0x00005c1fu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005c21u, - 0x00005c20u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005c23u, 0x00005c1du, 0x00005c21u, 0x000500c6u, - 0x00000006u, 0x00005c25u, 0x00005c23u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005c28u, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00005c25u, 0x0004003du, 0x0000022du, 0x00005c29u, 0x00005c28u, - 0x00040071u, 0x00000006u, 0x00005c2au, 0x00005c29u, 0x000500c2u, 0x00000006u, 0x00005c32u, 0x00005c2au, - 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005c34u, 0x00005c2au, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005c36u, 0x00005c32u, 0x0004007cu, 0x00000008u, 0x00005c3cu, 0x00005c34u, 0x00070050u, 0x00000009u, - 0x00005c3du, 0x00005c36u, 0x00005c36u, 0x00005c36u, 0x00005c3cu, 0x000300f7u, 0x00004b8bu, 0x00000000u, - 0x000400fau, 0x0000221bu, 0x00004b7cu, 0x00004b8bu, 0x000200f8u, 0x00004b7cu, 0x00050050u, 0x0000005fu, - 0x00004b7fu, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004b80u, 0x00004b7fu, 0x0003003eu, - 0x0000489bu, 0x00004b80u, 0x00050041u, 0x00000007u, 0x00005c48u, 0x0000489bu, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00005c49u, 0x00005c48u, 0x00050084u, 0x00000006u, 0x00005c4au, 0x0000477au, 0x00005c49u, - 0x00050080u, 0x00000006u, 0x00005c4bu, 0x00004777u, 0x00005c4au, 0x00050041u, 0x00000007u, 0x00005c4cu, - 0x0000489bu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005c4du, 0x00005c4cu, 0x00050084u, 0x00000006u, - 0x00005c4eu, 0x00005c4du, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005c50u, 0x00005c4bu, 0x00005c4eu, - 0x000500c7u, 0x00000006u, 0x00005c52u, 0x00005c50u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005c54u, - 0x00005c52u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005c56u, 0x00005c48u, 0x000500c7u, 0x00000006u, - 0x00005c57u, 0x00005c56u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005c58u, 0x00005c57u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00005c5au, 0x00005c54u, 0x00005c58u, 0x000500c6u, 0x00000006u, 0x00005c5cu, - 0x00005c5au, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005c5fu, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00005c5cu, 0x0004003du, 0x0000022du, 0x00005c60u, 0x00005c5fu, 0x00040071u, 0x00000006u, - 0x00005c61u, 0x00005c60u, 0x000500c2u, 0x00000006u, 0x00005c69u, 0x00005c61u, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x00005c6bu, 0x00005c61u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005c6du, 0x00005c69u, - 0x0004007cu, 0x00000008u, 0x00005c73u, 0x00005c6bu, 0x00070050u, 0x00000009u, 0x00005c74u, 0x00005c6du, - 0x00005c6du, 0x00005c6du, 0x00005c73u, 0x00050050u, 0x0000005fu, 0x00004b86u, 0x00007839u, 0x00004942u, - 0x0004007cu, 0x000000a2u, 0x00004b87u, 0x00004b86u, 0x0003003eu, 0x0000489eu, 0x00004b87u, 0x00050041u, - 0x00000007u, 0x00005c7fu, 0x0000489eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005c80u, 0x00005c7fu, - 0x00050084u, 0x00000006u, 0x00005c81u, 0x0000477au, 0x00005c80u, 0x00050080u, 0x00000006u, 0x00005c82u, - 0x00004777u, 0x00005c81u, 0x00050041u, 0x00000007u, 0x00005c83u, 0x0000489eu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005c84u, 0x00005c83u, 0x00050084u, 0x00000006u, 0x00005c85u, 0x00005c84u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00005c87u, 0x00005c82u, 0x00005c85u, 0x000500c7u, 0x00000006u, 0x00005c89u, - 0x00005c87u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005c8bu, 0x00005c89u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00005c8du, 0x00005c7fu, 0x000500c7u, 0x00000006u, 0x00005c8eu, 0x00005c8du, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005c8fu, 0x00005c8eu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005c91u, - 0x00005c8bu, 0x00005c8fu, 0x000500c6u, 0x00000006u, 0x00005c93u, 0x00005c91u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00005c96u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005c93u, 0x0004003du, - 0x0000022du, 0x00005c97u, 0x00005c96u, 0x00040071u, 0x00000006u, 0x00005c98u, 0x00005c97u, 0x000500c2u, - 0x00000006u, 0x00005ca0u, 0x00005c98u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005ca2u, 0x00005c98u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005ca4u, 0x00005ca0u, 0x0004007cu, 0x00000008u, 0x00005caau, - 0x00005ca2u, 0x00070050u, 0x00000009u, 0x00005cabu, 0x00005ca4u, 0x00005ca4u, 0x00005ca4u, 0x00005caau, - 0x000200f9u, 0x00004b8bu, 0x000200f8u, 0x00004b8bu, 0x000700f5u, 0x00000009u, 0x00007b6eu, 0x00007aa3u, - 0x00004b75u, 0x00005cabu, 0x00004b7cu, 0x000700f5u, 0x00000009u, 0x00007a7au, 0x000079acu, 0x00004b75u, - 0x00005c74u, 0x00004b7cu, 0x000300f7u, 0x00004b95u, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004b8du, - 0x00004b95u, 0x000200f8u, 0x00004b8du, 0x00050050u, 0x0000005fu, 0x00004b90u, 0x0000783du, 0x00004942u, - 0x0004007cu, 0x000000a2u, 0x00004b91u, 0x00004b90u, 0x0003003eu, 0x000048a1u, 0x00004b91u, 0x00050041u, - 0x00000007u, 0x00005cb6u, 0x000048a1u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005cb7u, 0x00005cb6u, - 0x00050084u, 0x00000006u, 0x00005cb8u, 0x0000477au, 0x00005cb7u, 0x00050080u, 0x00000006u, 0x00005cb9u, - 0x00004777u, 0x00005cb8u, 0x00050041u, 0x00000007u, 0x00005cbau, 0x000048a1u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005cbbu, 0x00005cbau, 0x00050084u, 0x00000006u, 0x00005cbcu, 0x00005cbbu, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00005cbeu, 0x00005cb9u, 0x00005cbcu, 0x000500c7u, 0x00000006u, 0x00005cc0u, - 0x00005cbeu, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005cc2u, 0x00005cc0u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00005cc4u, 0x00005cb6u, 0x000500c7u, 0x00000006u, 0x00005cc5u, 0x00005cc4u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005cc6u, 0x00005cc5u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005cc8u, - 0x00005cc2u, 0x00005cc6u, 0x000500c6u, 0x00000006u, 0x00005ccau, 0x00005cc8u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00005ccdu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005ccau, 0x0004003du, - 0x0000022du, 0x00005cceu, 0x00005ccdu, 0x00040071u, 0x00000006u, 0x00005ccfu, 0x00005cceu, 0x000500c2u, - 0x00000006u, 0x00005cd7u, 0x00005ccfu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005cd9u, 0x00005ccfu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005cdbu, 0x00005cd7u, 0x0004007cu, 0x00000008u, 0x00005ce1u, - 0x00005cd9u, 0x00070050u, 0x00000009u, 0x00005ce2u, 0x00005cdbu, 0x00005cdbu, 0x00005cdbu, 0x00005ce1u, - 0x000200f9u, 0x00004b95u, 0x000200f8u, 0x00004b95u, 0x000700f5u, 0x00000009u, 0x00007c62u, 0x00007b95u, - 0x00004b8bu, 0x00005ce2u, 0x00004b8du, 0x000200f9u, 0x00004bb7u, 0x000200f8u, 0x00004b54u, 0x0004007cu, - 0x000000a2u, 0x00004b56u, 0x0000784eu, 0x0003003eu, 0x0000488cu, 0x00004b56u, 0x00050041u, 0x00000007u, - 0x00005b32u, 0x0000488cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005b33u, 0x00005b32u, 0x00050084u, - 0x00000006u, 0x00005b34u, 0x0000477au, 0x00005b33u, 0x00050080u, 0x00000006u, 0x00005b35u, 0x00004777u, - 0x00005b34u, 0x00050041u, 0x00000007u, 0x00005b36u, 0x0000488cu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005b37u, 0x00005b36u, 0x00050080u, 0x00000006u, 0x00005b39u, 0x00005b35u, 0x00005b37u, 0x000500c7u, - 0x00000006u, 0x00005b3bu, 0x00005b39u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005b3eu, 0x00005b32u, - 0x000500c7u, 0x00000006u, 0x00005b3fu, 0x00005b3eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005b40u, - 0x00005b3fu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005b42u, 0x00005b3bu, 0x00005b40u, 0x000500c6u, - 0x00000006u, 0x00005b44u, 0x00005b42u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005b47u, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00005b44u, 0x0004003du, 0x0000022bu, 0x00005b48u, 0x00005b47u, - 0x00040071u, 0x00000006u, 0x00005b49u, 0x00005b48u, 0x000500c2u, 0x00000006u, 0x00005b4bu, 0x00005b49u, - 0x0000021du, 0x000500c7u, 0x00000006u, 0x00005b4du, 0x00005b49u, 0x00000e7bu, 0x000500c4u, 0x00000006u, - 0x00005b4fu, 0x00005b4du, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005b51u, 0x00005b4du, 0x00005b4fu, - 0x000500c4u, 0x00000006u, 0x00005b53u, 0x00005b4bu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005b55u, - 0x00005b4bu, 0x00005b53u, 0x0004007cu, 0x00000008u, 0x00005b57u, 0x00005b55u, 0x0004007cu, 0x00000008u, - 0x00005b5du, 0x00005b51u, 0x00070050u, 0x00000009u, 0x00005b5eu, 0x00005b57u, 0x00005b57u, 0x00005b57u, - 0x00005b5du, 0x000300f7u, 0x00004b6au, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004b5bu, 0x00004b6au, - 0x000200f8u, 0x00004b5bu, 0x00050050u, 0x0000005fu, 0x00004b5eu, 0x0000783du, 0x00004940u, 0x0004007cu, - 0x000000a2u, 0x00004b5fu, 0x00004b5eu, 0x0003003eu, 0x0000488fu, 0x00004b5fu, 0x00050041u, 0x00000007u, - 0x00005b6au, 0x0000488fu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005b6bu, 0x00005b6au, 0x00050084u, - 0x00000006u, 0x00005b6cu, 0x0000477au, 0x00005b6bu, 0x00050080u, 0x00000006u, 0x00005b6du, 0x00004777u, - 0x00005b6cu, 0x00050041u, 0x00000007u, 0x00005b6eu, 0x0000488fu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005b6fu, 0x00005b6eu, 0x00050080u, 0x00000006u, 0x00005b71u, 0x00005b6du, 0x00005b6fu, 0x000500c7u, - 0x00000006u, 0x00005b73u, 0x00005b71u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005b76u, 0x00005b6au, - 0x000500c7u, 0x00000006u, 0x00005b77u, 0x00005b76u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005b78u, - 0x00005b77u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005b7au, 0x00005b73u, 0x00005b78u, 0x000500c6u, - 0x00000006u, 0x00005b7cu, 0x00005b7au, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005b7fu, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00005b7cu, 0x0004003du, 0x0000022bu, 0x00005b80u, 0x00005b7fu, - 0x00040071u, 0x00000006u, 0x00005b81u, 0x00005b80u, 0x000500c2u, 0x00000006u, 0x00005b83u, 0x00005b81u, - 0x0000021du, 0x000500c7u, 0x00000006u, 0x00005b85u, 0x00005b81u, 0x00000e7bu, 0x000500c4u, 0x00000006u, - 0x00005b87u, 0x00005b85u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005b89u, 0x00005b85u, 0x00005b87u, - 0x000500c4u, 0x00000006u, 0x00005b8bu, 0x00005b83u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005b8du, - 0x00005b83u, 0x00005b8bu, 0x0004007cu, 0x00000008u, 0x00005b8fu, 0x00005b8du, 0x0004007cu, 0x00000008u, - 0x00005b95u, 0x00005b89u, 0x00070050u, 0x00000009u, 0x00005b96u, 0x00005b8fu, 0x00005b8fu, 0x00005b8fu, - 0x00005b95u, 0x00050050u, 0x0000005fu, 0x00004b65u, 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, - 0x00004b66u, 0x00004b65u, 0x0003003eu, 0x00004892u, 0x00004b66u, 0x00050041u, 0x00000007u, 0x00005ba2u, - 0x00004892u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005ba3u, 0x00005ba2u, 0x00050084u, 0x00000006u, - 0x00005ba4u, 0x0000477au, 0x00005ba3u, 0x00050080u, 0x00000006u, 0x00005ba5u, 0x00004777u, 0x00005ba4u, - 0x00050041u, 0x00000007u, 0x00005ba6u, 0x00004892u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005ba7u, - 0x00005ba6u, 0x00050080u, 0x00000006u, 0x00005ba9u, 0x00005ba5u, 0x00005ba7u, 0x000500c7u, 0x00000006u, - 0x00005babu, 0x00005ba9u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005baeu, 0x00005ba2u, 0x000500c7u, - 0x00000006u, 0x00005bafu, 0x00005baeu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005bb0u, 0x00005bafu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005bb2u, 0x00005babu, 0x00005bb0u, 0x000500c6u, 0x00000006u, - 0x00005bb4u, 0x00005bb2u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005bb7u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00005bb4u, 0x0004003du, 0x0000022bu, 0x00005bb8u, 0x00005bb7u, 0x00040071u, - 0x00000006u, 0x00005bb9u, 0x00005bb8u, 0x000500c2u, 0x00000006u, 0x00005bbbu, 0x00005bb9u, 0x0000021du, - 0x000500c7u, 0x00000006u, 0x00005bbdu, 0x00005bb9u, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00005bbfu, - 0x00005bbdu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005bc1u, 0x00005bbdu, 0x00005bbfu, 0x000500c4u, - 0x00000006u, 0x00005bc3u, 0x00005bbbu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005bc5u, 0x00005bbbu, - 0x00005bc3u, 0x0004007cu, 0x00000008u, 0x00005bc7u, 0x00005bc5u, 0x0004007cu, 0x00000008u, 0x00005bcdu, - 0x00005bc1u, 0x00070050u, 0x00000009u, 0x00005bceu, 0x00005bc7u, 0x00005bc7u, 0x00005bc7u, 0x00005bcdu, - 0x000200f9u, 0x00004b6au, 0x000200f8u, 0x00004b6au, 0x000700f5u, 0x00000009u, 0x00007b6cu, 0x00007aa3u, - 0x00004b54u, 0x00005bceu, 0x00004b5bu, 0x000700f5u, 0x00000009u, 0x00007a78u, 0x000079acu, 0x00004b54u, - 0x00005b96u, 0x00004b5bu, 0x000300f7u, 0x00004b74u, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004b6cu, - 0x00004b74u, 0x000200f8u, 0x00004b6cu, 0x00050050u, 0x0000005fu, 0x00004b6fu, 0x0000783du, 0x00004942u, - 0x0004007cu, 0x000000a2u, 0x00004b70u, 0x00004b6fu, 0x0003003eu, 0x00004895u, 0x00004b70u, 0x00050041u, - 0x00000007u, 0x00005bdau, 0x00004895u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005bdbu, 0x00005bdau, - 0x00050084u, 0x00000006u, 0x00005bdcu, 0x0000477au, 0x00005bdbu, 0x00050080u, 0x00000006u, 0x00005bddu, - 0x00004777u, 0x00005bdcu, 0x00050041u, 0x00000007u, 0x00005bdeu, 0x00004895u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005bdfu, 0x00005bdeu, 0x00050080u, 0x00000006u, 0x00005be1u, 0x00005bddu, 0x00005bdfu, - 0x000500c7u, 0x00000006u, 0x00005be3u, 0x00005be1u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005be6u, - 0x00005bdau, 0x000500c7u, 0x00000006u, 0x00005be7u, 0x00005be6u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005be8u, 0x00005be7u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005beau, 0x00005be3u, 0x00005be8u, - 0x000500c6u, 0x00000006u, 0x00005becu, 0x00005beau, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005befu, - 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005becu, 0x0004003du, 0x0000022bu, 0x00005bf0u, - 0x00005befu, 0x00040071u, 0x00000006u, 0x00005bf1u, 0x00005bf0u, 0x000500c2u, 0x00000006u, 0x00005bf3u, - 0x00005bf1u, 0x0000021du, 0x000500c7u, 0x00000006u, 0x00005bf5u, 0x00005bf1u, 0x00000e7bu, 0x000500c4u, - 0x00000006u, 0x00005bf7u, 0x00005bf5u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005bf9u, 0x00005bf5u, - 0x00005bf7u, 0x000500c4u, 0x00000006u, 0x00005bfbu, 0x00005bf3u, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x00005bfdu, 0x00005bf3u, 0x00005bfbu, 0x0004007cu, 0x00000008u, 0x00005bffu, 0x00005bfdu, 0x0004007cu, - 0x00000008u, 0x00005c05u, 0x00005bf9u, 0x00070050u, 0x00000009u, 0x00005c06u, 0x00005bffu, 0x00005bffu, - 0x00005bffu, 0x00005c05u, 0x000200f9u, 0x00004b74u, 0x000200f8u, 0x00004b74u, 0x000700f5u, 0x00000009u, - 0x00007c60u, 0x00007b95u, 0x00004b6au, 0x00005c06u, 0x00004b6cu, 0x000200f9u, 0x00004bb7u, 0x000200f8u, - 0x00004b33u, 0x0004007cu, 0x000000a2u, 0x00004b35u, 0x0000784eu, 0x0003003eu, 0x00004880u, 0x00004b35u, - 0x00050041u, 0x00000007u, 0x00005a2au, 0x00004880u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005a2bu, - 0x00005a2au, 0x00050084u, 0x00000006u, 0x00005a2cu, 0x0000477au, 0x00005a2bu, 0x00050080u, 0x00000006u, - 0x00005a2du, 0x00004777u, 0x00005a2cu, 0x00050041u, 0x00000007u, 0x00005a2eu, 0x00004880u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005a2fu, 0x00005a2eu, 0x000500c2u, 0x00000006u, 0x00005a30u, 0x00005a2fu, - 0x00000214u, 0x00050080u, 0x00000006u, 0x00005a32u, 0x00005a2du, 0x00005a30u, 0x000500c7u, 0x00000006u, - 0x00005a34u, 0x00005a32u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005a36u, 0x00005a2eu, 0x000400c8u, - 0x00000006u, 0x00005a37u, 0x00005a36u, 0x000500c7u, 0x00000006u, 0x00005a38u, 0x00005a37u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x00005a39u, 0x00005a38u, 0x00000703u, 0x0004003du, 0x00000006u, 0x00005a3cu, - 0x00005a2au, 0x000500c7u, 0x00000006u, 0x00005a3du, 0x00005a3cu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005a3eu, 0x00005a3du, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005a40u, 0x00005a34u, 0x00005a3eu, - 0x000500c6u, 0x00000006u, 0x00005a42u, 0x00005a40u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005a45u, - 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005a42u, 0x0004003du, 0x0000022bu, 0x00005a46u, - 0x00005a45u, 0x00040071u, 0x00000006u, 0x00005a47u, 0x00005a46u, 0x000500c2u, 0x00000006u, 0x00005a4au, - 0x00005a47u, 0x00005a39u, 0x000500c7u, 0x00000006u, 0x00005a4bu, 0x00005a4au, 0x00000e7bu, 0x000500c7u, - 0x00000006u, 0x00005a4du, 0x00005a4bu, 0x00000eb2u, 0x000500c4u, 0x00000006u, 0x00005a4fu, 0x00005a4du, - 0x0000021du, 0x000500c4u, 0x00000006u, 0x00005a51u, 0x00005a4du, 0x00000214u, 0x000500c5u, 0x00000006u, - 0x00005a52u, 0x00005a4fu, 0x00005a51u, 0x000500c2u, 0x00000006u, 0x00005a54u, 0x00005a4du, 0x00000217u, - 0x000500c5u, 0x00000006u, 0x00005a55u, 0x00005a52u, 0x00005a54u, 0x0004007cu, 0x00000008u, 0x00005a57u, - 0x00005a55u, 0x000500c7u, 0x00000006u, 0x00005a5du, 0x00005a4bu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00005a5eu, 0x00005a5du, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005a5fu, 0x00005a5eu, 0x00070050u, - 0x00000009u, 0x00005a60u, 0x00005a57u, 0x00005a57u, 0x00005a57u, 0x00005a5fu, 0x000300f7u, 0x00004b49u, - 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004b3au, 0x00004b49u, 0x000200f8u, 0x00004b3au, 0x00050050u, - 0x0000005fu, 0x00004b3du, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004b3eu, 0x00004b3du, - 0x0003003eu, 0x00004883u, 0x00004b3eu, 0x00050041u, 0x00000007u, 0x00005a6cu, 0x00004883u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005a6du, 0x00005a6cu, 0x00050084u, 0x00000006u, 0x00005a6eu, 0x0000477au, - 0x00005a6du, 0x00050080u, 0x00000006u, 0x00005a6fu, 0x00004777u, 0x00005a6eu, 0x00050041u, 0x00000007u, - 0x00005a70u, 0x00004883u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005a71u, 0x00005a70u, 0x000500c2u, - 0x00000006u, 0x00005a72u, 0x00005a71u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005a74u, 0x00005a6fu, - 0x00005a72u, 0x000500c7u, 0x00000006u, 0x00005a76u, 0x00005a74u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x00005a78u, 0x00005a70u, 0x000400c8u, 0x00000006u, 0x00005a79u, 0x00005a78u, 0x000500c7u, 0x00000006u, - 0x00005a7au, 0x00005a79u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005a7bu, 0x00005a7au, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00005a7eu, 0x00005a6cu, 0x000500c7u, 0x00000006u, 0x00005a7fu, 0x00005a7eu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005a80u, 0x00005a7fu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00005a82u, 0x00005a76u, 0x00005a80u, 0x000500c6u, 0x00000006u, 0x00005a84u, 0x00005a82u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00005a87u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005a84u, - 0x0004003du, 0x0000022bu, 0x00005a88u, 0x00005a87u, 0x00040071u, 0x00000006u, 0x00005a89u, 0x00005a88u, - 0x000500c2u, 0x00000006u, 0x00005a8cu, 0x00005a89u, 0x00005a7bu, 0x000500c7u, 0x00000006u, 0x00005a8du, - 0x00005a8cu, 0x00000e7bu, 0x000500c7u, 0x00000006u, 0x00005a8fu, 0x00005a8du, 0x00000eb2u, 0x000500c4u, - 0x00000006u, 0x00005a91u, 0x00005a8fu, 0x0000021du, 0x000500c4u, 0x00000006u, 0x00005a93u, 0x00005a8fu, - 0x00000214u, 0x000500c5u, 0x00000006u, 0x00005a94u, 0x00005a91u, 0x00005a93u, 0x000500c2u, 0x00000006u, - 0x00005a96u, 0x00005a8fu, 0x00000217u, 0x000500c5u, 0x00000006u, 0x00005a97u, 0x00005a94u, 0x00005a96u, - 0x0004007cu, 0x00000008u, 0x00005a99u, 0x00005a97u, 0x000500c7u, 0x00000006u, 0x00005a9fu, 0x00005a8du, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00005aa0u, 0x00005a9fu, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005aa1u, 0x00005aa0u, 0x00070050u, 0x00000009u, 0x00005aa2u, 0x00005a99u, 0x00005a99u, 0x00005a99u, - 0x00005aa1u, 0x00050050u, 0x0000005fu, 0x00004b44u, 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, - 0x00004b45u, 0x00004b44u, 0x0003003eu, 0x00004886u, 0x00004b45u, 0x00050041u, 0x00000007u, 0x00005aaeu, - 0x00004886u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005aafu, 0x00005aaeu, 0x00050084u, 0x00000006u, - 0x00005ab0u, 0x0000477au, 0x00005aafu, 0x00050080u, 0x00000006u, 0x00005ab1u, 0x00004777u, 0x00005ab0u, - 0x00050041u, 0x00000007u, 0x00005ab2u, 0x00004886u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005ab3u, - 0x00005ab2u, 0x000500c2u, 0x00000006u, 0x00005ab4u, 0x00005ab3u, 0x00000214u, 0x00050080u, 0x00000006u, - 0x00005ab6u, 0x00005ab1u, 0x00005ab4u, 0x000500c7u, 0x00000006u, 0x00005ab8u, 0x00005ab6u, 0x00000e58u, - 0x0004003du, 0x00000006u, 0x00005abau, 0x00005ab2u, 0x000400c8u, 0x00000006u, 0x00005abbu, 0x00005abau, - 0x000500c7u, 0x00000006u, 0x00005abcu, 0x00005abbu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005abdu, - 0x00005abcu, 0x00000703u, 0x0004003du, 0x00000006u, 0x00005ac0u, 0x00005aaeu, 0x000500c7u, 0x00000006u, - 0x00005ac1u, 0x00005ac0u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005ac2u, 0x00005ac1u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00005ac4u, 0x00005ab8u, 0x00005ac2u, 0x000500c6u, 0x00000006u, 0x00005ac6u, - 0x00005ac4u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005ac9u, 0x00000e72u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00005ac6u, 0x0004003du, 0x0000022bu, 0x00005acau, 0x00005ac9u, 0x00040071u, 0x00000006u, - 0x00005acbu, 0x00005acau, 0x000500c2u, 0x00000006u, 0x00005aceu, 0x00005acbu, 0x00005abdu, 0x000500c7u, - 0x00000006u, 0x00005acfu, 0x00005aceu, 0x00000e7bu, 0x000500c7u, 0x00000006u, 0x00005ad1u, 0x00005acfu, - 0x00000eb2u, 0x000500c4u, 0x00000006u, 0x00005ad3u, 0x00005ad1u, 0x0000021du, 0x000500c4u, 0x00000006u, - 0x00005ad5u, 0x00005ad1u, 0x00000214u, 0x000500c5u, 0x00000006u, 0x00005ad6u, 0x00005ad3u, 0x00005ad5u, - 0x000500c2u, 0x00000006u, 0x00005ad8u, 0x00005ad1u, 0x00000217u, 0x000500c5u, 0x00000006u, 0x00005ad9u, - 0x00005ad6u, 0x00005ad8u, 0x0004007cu, 0x00000008u, 0x00005adbu, 0x00005ad9u, 0x000500c7u, 0x00000006u, - 0x00005ae1u, 0x00005acfu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005ae2u, 0x00005ae1u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00005ae3u, 0x00005ae2u, 0x00070050u, 0x00000009u, 0x00005ae4u, 0x00005adbu, - 0x00005adbu, 0x00005adbu, 0x00005ae3u, 0x000200f9u, 0x00004b49u, 0x000200f8u, 0x00004b49u, 0x000700f5u, - 0x00000009u, 0x00007b6au, 0x00007aa3u, 0x00004b33u, 0x00005ae4u, 0x00004b3au, 0x000700f5u, 0x00000009u, - 0x00007a76u, 0x000079acu, 0x00004b33u, 0x00005aa2u, 0x00004b3au, 0x000300f7u, 0x00004b53u, 0x00000000u, - 0x000400fau, 0x0000494cu, 0x00004b4bu, 0x00004b53u, 0x000200f8u, 0x00004b4bu, 0x00050050u, 0x0000005fu, - 0x00004b4eu, 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004b4fu, 0x00004b4eu, 0x0003003eu, - 0x00004889u, 0x00004b4fu, 0x00050041u, 0x00000007u, 0x00005af0u, 0x00004889u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00005af1u, 0x00005af0u, 0x00050084u, 0x00000006u, 0x00005af2u, 0x0000477au, 0x00005af1u, - 0x00050080u, 0x00000006u, 0x00005af3u, 0x00004777u, 0x00005af2u, 0x00050041u, 0x00000007u, 0x00005af4u, - 0x00004889u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005af5u, 0x00005af4u, 0x000500c2u, 0x00000006u, - 0x00005af6u, 0x00005af5u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005af8u, 0x00005af3u, 0x00005af6u, - 0x000500c7u, 0x00000006u, 0x00005afau, 0x00005af8u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005afcu, - 0x00005af4u, 0x000400c8u, 0x00000006u, 0x00005afdu, 0x00005afcu, 0x000500c7u, 0x00000006u, 0x00005afeu, - 0x00005afdu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005affu, 0x00005afeu, 0x00000703u, 0x0004003du, - 0x00000006u, 0x00005b02u, 0x00005af0u, 0x000500c7u, 0x00000006u, 0x00005b03u, 0x00005b02u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005b04u, 0x00005b03u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005b06u, - 0x00005afau, 0x00005b04u, 0x000500c6u, 0x00000006u, 0x00005b08u, 0x00005b06u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00005b0bu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005b08u, 0x0004003du, - 0x0000022bu, 0x00005b0cu, 0x00005b0bu, 0x00040071u, 0x00000006u, 0x00005b0du, 0x00005b0cu, 0x000500c2u, - 0x00000006u, 0x00005b10u, 0x00005b0du, 0x00005affu, 0x000500c7u, 0x00000006u, 0x00005b11u, 0x00005b10u, - 0x00000e7bu, 0x000500c7u, 0x00000006u, 0x00005b13u, 0x00005b11u, 0x00000eb2u, 0x000500c4u, 0x00000006u, - 0x00005b15u, 0x00005b13u, 0x0000021du, 0x000500c4u, 0x00000006u, 0x00005b17u, 0x00005b13u, 0x00000214u, - 0x000500c5u, 0x00000006u, 0x00005b18u, 0x00005b15u, 0x00005b17u, 0x000500c2u, 0x00000006u, 0x00005b1au, - 0x00005b13u, 0x00000217u, 0x000500c5u, 0x00000006u, 0x00005b1bu, 0x00005b18u, 0x00005b1au, 0x0004007cu, - 0x00000008u, 0x00005b1du, 0x00005b1bu, 0x000500c7u, 0x00000006u, 0x00005b23u, 0x00005b11u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x00005b24u, 0x00005b23u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005b25u, - 0x00005b24u, 0x00070050u, 0x00000009u, 0x00005b26u, 0x00005b1du, 0x00005b1du, 0x00005b1du, 0x00005b25u, - 0x000200f9u, 0x00004b53u, 0x000200f8u, 0x00004b53u, 0x000700f5u, 0x00000009u, 0x00007c5eu, 0x00007b95u, - 0x00004b49u, 0x00005b26u, 0x00004b4bu, 0x000200f9u, 0x00004bb7u, 0x000200f8u, 0x00004bb7u, 0x000d00f5u, - 0x00000009u, 0x00007c5du, 0x00007b95u, 0x00004b30u, 0x00007c5eu, 0x00004b53u, 0x00007c60u, 0x00004b74u, - 0x00007c62u, 0x00004b95u, 0x00007c64u, 0x00004bb6u, 0x000d00f5u, 0x00000009u, 0x00007b68u, 0x00007aa3u, - 0x00004b30u, 0x00007b6au, 0x00004b53u, 0x00007b6cu, 0x00004b74u, 0x00007b6eu, 0x00004b95u, 0x00007b70u, - 0x00004bb6u, 0x000d00f5u, 0x00000009u, 0x00007a74u, 0x000079acu, 0x00004b30u, 0x00007a76u, 0x00004b53u, - 0x00007a78u, 0x00004b74u, 0x00007a7au, 0x00004b95u, 0x00007a7cu, 0x00004bb6u, 0x000d00f5u, 0x00000009u, - 0x00007946u, 0x0000787fu, 0x00004b30u, 0x00005a60u, 0x00004b53u, 0x00005b5eu, 0x00004b74u, 0x00005c3du, - 0x00004b95u, 0x00005d0du, 0x00004bb6u, 0x000200f9u, 0x00004c1fu, 0x000200f8u, 0x00004abdu, 0x000300f7u, - 0x00004b2fu, 0x00000000u, 0x000700fbu, 0x00004784u, 0x00004ac0u, 0x00000000u, 0x00004ae1u, 0x00000001u, - 0x00004b0eu, 0x000200f8u, 0x00004b0eu, 0x0004007cu, 0x000000a2u, 0x00004b10u, 0x0000784eu, 0x0003003eu, - 0x00004868u, 0x00004b10u, 0x00050041u, 0x00000007u, 0x00005998u, 0x00004868u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00005999u, 0x00005998u, 0x00050084u, 0x00000006u, 0x0000599au, 0x0000477au, 0x00005999u, - 0x00050080u, 0x00000006u, 0x0000599bu, 0x00004777u, 0x0000599au, 0x00050041u, 0x00000007u, 0x0000599cu, - 0x00004868u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000599du, 0x0000599cu, 0x00050080u, 0x00000006u, - 0x0000599fu, 0x0000599bu, 0x0000599du, 0x000500c7u, 0x00000006u, 0x000059a1u, 0x0000599fu, 0x00000e58u, - 0x0004003du, 0x00000006u, 0x000059a4u, 0x00005998u, 0x000500c7u, 0x00000006u, 0x000059a5u, 0x000059a4u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000059a6u, 0x000059a5u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x000059a8u, 0x000059a1u, 0x000059a6u, 0x000500c6u, 0x00000006u, 0x000059aau, 0x000059a8u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x000059adu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000059aau, - 0x0004003du, 0x0000022bu, 0x000059aeu, 0x000059adu, 0x00040071u, 0x00000006u, 0x000059afu, 0x000059aeu, - 0x0004007cu, 0x00000008u, 0x000059b1u, 0x000059afu, 0x00070050u, 0x00000009u, 0x000059b2u, 0x000059b1u, - 0x000059b1u, 0x000059b1u, 0x000059b1u, 0x000300f7u, 0x00004b24u, 0x00000000u, 0x000400fau, 0x0000221bu, - 0x00004b15u, 0x00004b24u, 0x000200f8u, 0x00004b15u, 0x00050050u, 0x0000005fu, 0x00004b18u, 0x0000783du, - 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004b19u, 0x00004b18u, 0x0003003eu, 0x0000486bu, 0x00004b19u, - 0x00050041u, 0x00000007u, 0x000059bcu, 0x0000486bu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000059bdu, - 0x000059bcu, 0x00050084u, 0x00000006u, 0x000059beu, 0x0000477au, 0x000059bdu, 0x00050080u, 0x00000006u, - 0x000059bfu, 0x00004777u, 0x000059beu, 0x00050041u, 0x00000007u, 0x000059c0u, 0x0000486bu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000059c1u, 0x000059c0u, 0x00050080u, 0x00000006u, 0x000059c3u, 0x000059bfu, - 0x000059c1u, 0x000500c7u, 0x00000006u, 0x000059c5u, 0x000059c3u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x000059c8u, 0x000059bcu, 0x000500c7u, 0x00000006u, 0x000059c9u, 0x000059c8u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x000059cau, 0x000059c9u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000059ccu, 0x000059c5u, - 0x000059cau, 0x000500c6u, 0x00000006u, 0x000059ceu, 0x000059ccu, 0x0000048du, 0x00080041u, 0x00000279u, - 0x000059d1u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000059ceu, 0x0004003du, 0x0000022bu, - 0x000059d2u, 0x000059d1u, 0x00040071u, 0x00000006u, 0x000059d3u, 0x000059d2u, 0x0004007cu, 0x00000008u, - 0x000059d5u, 0x000059d3u, 0x00070050u, 0x00000009u, 0x000059d6u, 0x000059d5u, 0x000059d5u, 0x000059d5u, - 0x000059d5u, 0x00050050u, 0x0000005fu, 0x00004b1fu, 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, - 0x00004b20u, 0x00004b1fu, 0x0003003eu, 0x0000486eu, 0x00004b20u, 0x00050041u, 0x00000007u, 0x000059e0u, - 0x0000486eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000059e1u, 0x000059e0u, 0x00050084u, 0x00000006u, - 0x000059e2u, 0x0000477au, 0x000059e1u, 0x00050080u, 0x00000006u, 0x000059e3u, 0x00004777u, 0x000059e2u, - 0x00050041u, 0x00000007u, 0x000059e4u, 0x0000486eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000059e5u, - 0x000059e4u, 0x00050080u, 0x00000006u, 0x000059e7u, 0x000059e3u, 0x000059e5u, 0x000500c7u, 0x00000006u, - 0x000059e9u, 0x000059e7u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x000059ecu, 0x000059e0u, 0x000500c7u, - 0x00000006u, 0x000059edu, 0x000059ecu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000059eeu, 0x000059edu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x000059f0u, 0x000059e9u, 0x000059eeu, 0x000500c6u, 0x00000006u, - 0x000059f2u, 0x000059f0u, 0x0000048du, 0x00080041u, 0x00000279u, 0x000059f5u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x000059f2u, 0x0004003du, 0x0000022bu, 0x000059f6u, 0x000059f5u, 0x00040071u, - 0x00000006u, 0x000059f7u, 0x000059f6u, 0x0004007cu, 0x00000008u, 0x000059f9u, 0x000059f7u, 0x00070050u, - 0x00000009u, 0x000059fau, 0x000059f9u, 0x000059f9u, 0x000059f9u, 0x000059f9u, 0x000200f9u, 0x00004b24u, - 0x000200f8u, 0x00004b24u, 0x000700f5u, 0x00000009u, 0x00007b67u, 0x00007aa3u, 0x00004b0eu, 0x000059fau, - 0x00004b15u, 0x000700f5u, 0x00000009u, 0x00007a73u, 0x000079acu, 0x00004b0eu, 0x000059d6u, 0x00004b15u, - 0x000300f7u, 0x00004b2eu, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004b26u, 0x00004b2eu, 0x000200f8u, - 0x00004b26u, 0x00050050u, 0x0000005fu, 0x00004b29u, 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, - 0x00004b2au, 0x00004b29u, 0x0003003eu, 0x00004871u, 0x00004b2au, 0x00050041u, 0x00000007u, 0x00005a04u, - 0x00004871u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005a05u, 0x00005a04u, 0x00050084u, 0x00000006u, - 0x00005a06u, 0x0000477au, 0x00005a05u, 0x00050080u, 0x00000006u, 0x00005a07u, 0x00004777u, 0x00005a06u, - 0x00050041u, 0x00000007u, 0x00005a08u, 0x00004871u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005a09u, - 0x00005a08u, 0x00050080u, 0x00000006u, 0x00005a0bu, 0x00005a07u, 0x00005a09u, 0x000500c7u, 0x00000006u, - 0x00005a0du, 0x00005a0bu, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005a10u, 0x00005a04u, 0x000500c7u, - 0x00000006u, 0x00005a11u, 0x00005a10u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005a12u, 0x00005a11u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005a14u, 0x00005a0du, 0x00005a12u, 0x000500c6u, 0x00000006u, - 0x00005a16u, 0x00005a14u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005a19u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00005a16u, 0x0004003du, 0x0000022bu, 0x00005a1au, 0x00005a19u, 0x00040071u, - 0x00000006u, 0x00005a1bu, 0x00005a1au, 0x0004007cu, 0x00000008u, 0x00005a1du, 0x00005a1bu, 0x00070050u, - 0x00000009u, 0x00005a1eu, 0x00005a1du, 0x00005a1du, 0x00005a1du, 0x00005a1du, 0x000200f9u, 0x00004b2eu, - 0x000200f8u, 0x00004b2eu, 0x000700f5u, 0x00000009u, 0x00007c5bu, 0x00007b95u, 0x00004b24u, 0x00005a1eu, - 0x00004b26u, 0x000200f9u, 0x00004b2fu, 0x000200f8u, 0x00004ae1u, 0x0004007cu, 0x000000a2u, 0x00004ae3u, - 0x0000784eu, 0x0004007cu, 0x00000006u, 0x00004ae6u, 0x00004789u, 0x0003003eu, 0x00004858u, 0x00004ae3u, - 0x00050041u, 0x00000007u, 0x000058cdu, 0x00004858u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000058ceu, - 0x000058cdu, 0x00050084u, 0x00000006u, 0x000058cfu, 0x0000477au, 0x000058ceu, 0x00050080u, 0x00000006u, - 0x000058d0u, 0x00004777u, 0x000058cfu, 0x00050041u, 0x00000007u, 0x000058d1u, 0x00004858u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000058d2u, 0x000058d1u, 0x000500c2u, 0x00000006u, 0x000058d3u, 0x000058d2u, - 0x00000214u, 0x00050080u, 0x00000006u, 0x000058d5u, 0x000058d0u, 0x000058d3u, 0x000500c7u, 0x00000006u, - 0x000058d7u, 0x000058d5u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x000058d9u, 0x000058d1u, 0x000400c8u, - 0x00000006u, 0x000058dau, 0x000058d9u, 0x000500c7u, 0x00000006u, 0x000058dbu, 0x000058dau, 0x00000487u, - 0x00050084u, 0x00000006u, 0x000058dcu, 0x000058dbu, 0x00000703u, 0x0004003du, 0x00000006u, 0x000058dfu, - 0x000058cdu, 0x000500c7u, 0x00000006u, 0x000058e0u, 0x000058dfu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x000058e1u, 0x000058e0u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000058e3u, 0x000058d7u, 0x000058e1u, - 0x000500c6u, 0x00000006u, 0x000058e5u, 0x000058e3u, 0x0000048du, 0x00080041u, 0x00000279u, 0x000058e8u, - 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000058e5u, 0x0004003du, 0x0000022bu, 0x000058e9u, - 0x000058e8u, 0x00040071u, 0x00000006u, 0x000058eau, 0x000058e9u, 0x000500c2u, 0x00000006u, 0x000058edu, - 0x000058eau, 0x000058dcu, 0x000500c7u, 0x00000006u, 0x000058eeu, 0x000058edu, 0x00000e7bu, 0x000500c4u, - 0x00000006u, 0x000058f0u, 0x00004ae6u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x000058f2u, 0x000058eeu, - 0x000058f0u, 0x0004007cu, 0x00000008u, 0x000058f4u, 0x000058f2u, 0x00070050u, 0x00000009u, 0x000058f5u, - 0x000058f4u, 0x000058f4u, 0x000058f4u, 0x000058f4u, 0x000300f7u, 0x00004b00u, 0x00000000u, 0x000400fau, - 0x0000221bu, 0x00004aebu, 0x00004b00u, 0x000200f8u, 0x00004aebu, 0x00050050u, 0x0000005fu, 0x00004aeeu, - 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004aefu, 0x00004aeeu, 0x0003003eu, 0x0000485cu, - 0x00004aefu, 0x00050041u, 0x00000007u, 0x00005900u, 0x0000485cu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00005901u, 0x00005900u, 0x00050084u, 0x00000006u, 0x00005902u, 0x0000477au, 0x00005901u, 0x00050080u, - 0x00000006u, 0x00005903u, 0x00004777u, 0x00005902u, 0x00050041u, 0x00000007u, 0x00005904u, 0x0000485cu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00005905u, 0x00005904u, 0x000500c2u, 0x00000006u, 0x00005906u, - 0x00005905u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005908u, 0x00005903u, 0x00005906u, 0x000500c7u, - 0x00000006u, 0x0000590au, 0x00005908u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x0000590cu, 0x00005904u, - 0x000400c8u, 0x00000006u, 0x0000590du, 0x0000590cu, 0x000500c7u, 0x00000006u, 0x0000590eu, 0x0000590du, - 0x00000487u, 0x00050084u, 0x00000006u, 0x0000590fu, 0x0000590eu, 0x00000703u, 0x0004003du, 0x00000006u, - 0x00005912u, 0x00005900u, 0x000500c7u, 0x00000006u, 0x00005913u, 0x00005912u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005914u, 0x00005913u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005916u, 0x0000590au, - 0x00005914u, 0x000500c6u, 0x00000006u, 0x00005918u, 0x00005916u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x0000591bu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005918u, 0x0004003du, 0x0000022bu, - 0x0000591cu, 0x0000591bu, 0x00040071u, 0x00000006u, 0x0000591du, 0x0000591cu, 0x000500c2u, 0x00000006u, - 0x00005920u, 0x0000591du, 0x0000590fu, 0x000500c7u, 0x00000006u, 0x00005921u, 0x00005920u, 0x00000e7bu, - 0x000500c5u, 0x00000006u, 0x00005925u, 0x00005921u, 0x000058f0u, 0x0004007cu, 0x00000008u, 0x00005927u, - 0x00005925u, 0x00070050u, 0x00000009u, 0x00005928u, 0x00005927u, 0x00005927u, 0x00005927u, 0x00005927u, - 0x00050050u, 0x0000005fu, 0x00004af8u, 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004af9u, - 0x00004af8u, 0x0003003eu, 0x00004860u, 0x00004af9u, 0x00050041u, 0x00000007u, 0x00005933u, 0x00004860u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005934u, 0x00005933u, 0x00050084u, 0x00000006u, 0x00005935u, - 0x0000477au, 0x00005934u, 0x00050080u, 0x00000006u, 0x00005936u, 0x00004777u, 0x00005935u, 0x00050041u, - 0x00000007u, 0x00005937u, 0x00004860u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005938u, 0x00005937u, - 0x000500c2u, 0x00000006u, 0x00005939u, 0x00005938u, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000593bu, - 0x00005936u, 0x00005939u, 0x000500c7u, 0x00000006u, 0x0000593du, 0x0000593bu, 0x00000e58u, 0x0004003du, - 0x00000006u, 0x0000593fu, 0x00005937u, 0x000400c8u, 0x00000006u, 0x00005940u, 0x0000593fu, 0x000500c7u, - 0x00000006u, 0x00005941u, 0x00005940u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005942u, 0x00005941u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x00005945u, 0x00005933u, 0x000500c7u, 0x00000006u, 0x00005946u, - 0x00005945u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005947u, 0x00005946u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005949u, 0x0000593du, 0x00005947u, 0x000500c6u, 0x00000006u, 0x0000594bu, 0x00005949u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x0000594eu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x0000594bu, 0x0004003du, 0x0000022bu, 0x0000594fu, 0x0000594eu, 0x00040071u, 0x00000006u, 0x00005950u, - 0x0000594fu, 0x000500c2u, 0x00000006u, 0x00005953u, 0x00005950u, 0x00005942u, 0x000500c7u, 0x00000006u, - 0x00005954u, 0x00005953u, 0x00000e7bu, 0x000500c5u, 0x00000006u, 0x00005958u, 0x00005954u, 0x000058f0u, - 0x0004007cu, 0x00000008u, 0x0000595au, 0x00005958u, 0x00070050u, 0x00000009u, 0x0000595bu, 0x0000595au, - 0x0000595au, 0x0000595au, 0x0000595au, 0x000200f9u, 0x00004b00u, 0x000200f8u, 0x00004b00u, 0x000700f5u, - 0x00000009u, 0x00007b65u, 0x00007aa3u, 0x00004ae1u, 0x0000595bu, 0x00004aebu, 0x000700f5u, 0x00000009u, - 0x00007a71u, 0x000079acu, 0x00004ae1u, 0x00005928u, 0x00004aebu, 0x000300f7u, 0x00004b0du, 0x00000000u, - 0x000400fau, 0x0000494cu, 0x00004b02u, 0x00004b0du, 0x000200f8u, 0x00004b02u, 0x00050050u, 0x0000005fu, - 0x00004b05u, 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004b06u, 0x00004b05u, 0x0003003eu, - 0x00004864u, 0x00004b06u, 0x00050041u, 0x00000007u, 0x00005966u, 0x00004864u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00005967u, 0x00005966u, 0x00050084u, 0x00000006u, 0x00005968u, 0x0000477au, 0x00005967u, - 0x00050080u, 0x00000006u, 0x00005969u, 0x00004777u, 0x00005968u, 0x00050041u, 0x00000007u, 0x0000596au, - 0x00004864u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000596bu, 0x0000596au, 0x000500c2u, 0x00000006u, - 0x0000596cu, 0x0000596bu, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000596eu, 0x00005969u, 0x0000596cu, - 0x000500c7u, 0x00000006u, 0x00005970u, 0x0000596eu, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005972u, - 0x0000596au, 0x000400c8u, 0x00000006u, 0x00005973u, 0x00005972u, 0x000500c7u, 0x00000006u, 0x00005974u, - 0x00005973u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005975u, 0x00005974u, 0x00000703u, 0x0004003du, - 0x00000006u, 0x00005978u, 0x00005966u, 0x000500c7u, 0x00000006u, 0x00005979u, 0x00005978u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x0000597au, 0x00005979u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000597cu, - 0x00005970u, 0x0000597au, 0x000500c6u, 0x00000006u, 0x0000597eu, 0x0000597cu, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00005981u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000597eu, 0x0004003du, - 0x0000022bu, 0x00005982u, 0x00005981u, 0x00040071u, 0x00000006u, 0x00005983u, 0x00005982u, 0x000500c2u, - 0x00000006u, 0x00005986u, 0x00005983u, 0x00005975u, 0x000500c7u, 0x00000006u, 0x00005987u, 0x00005986u, - 0x00000e7bu, 0x000500c5u, 0x00000006u, 0x0000598bu, 0x00005987u, 0x000058f0u, 0x0004007cu, 0x00000008u, - 0x0000598du, 0x0000598bu, 0x00070050u, 0x00000009u, 0x0000598eu, 0x0000598du, 0x0000598du, 0x0000598du, - 0x0000598du, 0x000200f9u, 0x00004b0du, 0x000200f8u, 0x00004b0du, 0x000700f5u, 0x00000009u, 0x00007c59u, - 0x00007b95u, 0x00004b00u, 0x0000598eu, 0x00004b02u, 0x000200f9u, 0x00004b2fu, 0x000200f8u, 0x00004ac0u, - 0x0004007cu, 0x000000a2u, 0x00004ac2u, 0x0000784eu, 0x0003003eu, 0x00004874u, 0x00004ac2u, 0x00050041u, - 0x00000007u, 0x00005820u, 0x00004874u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005821u, 0x00005820u, - 0x00050084u, 0x00000006u, 0x00005822u, 0x0000477au, 0x00005821u, 0x00050080u, 0x00000006u, 0x00005823u, - 0x00004777u, 0x00005822u, 0x00050041u, 0x00000007u, 0x00005824u, 0x00004874u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005825u, 0x00005824u, 0x00050084u, 0x00000006u, 0x00005826u, 0x00005825u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00005828u, 0x00005823u, 0x00005826u, 0x000500c7u, 0x00000006u, 0x0000582au, - 0x00005828u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x0000582cu, 0x0000582au, 0x00000214u, 0x0004003du, - 0x00000006u, 0x0000582eu, 0x00005820u, 0x000500c7u, 0x00000006u, 0x0000582fu, 0x0000582eu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005830u, 0x0000582fu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005832u, - 0x0000582cu, 0x00005830u, 0x000500c6u, 0x00000006u, 0x00005834u, 0x00005832u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00005837u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005834u, 0x0004003du, - 0x0000022du, 0x00005838u, 0x00005837u, 0x00040071u, 0x00000006u, 0x00005839u, 0x00005838u, 0x000500c2u, - 0x00000006u, 0x0000583bu, 0x00005839u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x0000583cu, 0x0000583bu, - 0x000500c7u, 0x00000006u, 0x0000583eu, 0x00005839u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000583fu, - 0x0000583eu, 0x00050050u, 0x0000005fu, 0x00005840u, 0x0000583cu, 0x0000583fu, 0x0009004fu, 0x00000009u, - 0x00005841u, 0x00005840u, 0x00005840u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, - 0x00004ad6u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004ac7u, 0x00004ad6u, 0x000200f8u, 0x00004ac7u, - 0x00050050u, 0x0000005fu, 0x00004acau, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004acbu, - 0x00004acau, 0x0003003eu, 0x00004877u, 0x00004acbu, 0x00050041u, 0x00000007u, 0x0000584bu, 0x00004877u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x0000584cu, 0x0000584bu, 0x00050084u, 0x00000006u, 0x0000584du, - 0x0000477au, 0x0000584cu, 0x00050080u, 0x00000006u, 0x0000584eu, 0x00004777u, 0x0000584du, 0x00050041u, - 0x00000007u, 0x0000584fu, 0x00004877u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005850u, 0x0000584fu, - 0x00050084u, 0x00000006u, 0x00005851u, 0x00005850u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005853u, - 0x0000584eu, 0x00005851u, 0x000500c7u, 0x00000006u, 0x00005855u, 0x00005853u, 0x00000e58u, 0x000500c2u, - 0x00000006u, 0x00005857u, 0x00005855u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005859u, 0x0000584bu, - 0x000500c7u, 0x00000006u, 0x0000585au, 0x00005859u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000585bu, - 0x0000585au, 0x00000214u, 0x000500c6u, 0x00000006u, 0x0000585du, 0x00005857u, 0x0000585bu, 0x000500c6u, - 0x00000006u, 0x0000585fu, 0x0000585du, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005862u, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x0000585fu, 0x0004003du, 0x0000022du, 0x00005863u, 0x00005862u, - 0x00040071u, 0x00000006u, 0x00005864u, 0x00005863u, 0x000500c2u, 0x00000006u, 0x00005866u, 0x00005864u, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005867u, 0x00005866u, 0x000500c7u, 0x00000006u, 0x00005869u, - 0x00005864u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000586au, 0x00005869u, 0x00050050u, 0x0000005fu, - 0x0000586bu, 0x00005867u, 0x0000586au, 0x0009004fu, 0x00000009u, 0x0000586cu, 0x0000586bu, 0x0000586bu, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000005fu, 0x00004ad1u, 0x00007839u, - 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004ad2u, 0x00004ad1u, 0x0003003eu, 0x0000487au, 0x00004ad2u, - 0x00050041u, 0x00000007u, 0x00005876u, 0x0000487au, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005877u, - 0x00005876u, 0x00050084u, 0x00000006u, 0x00005878u, 0x0000477au, 0x00005877u, 0x00050080u, 0x00000006u, - 0x00005879u, 0x00004777u, 0x00005878u, 0x00050041u, 0x00000007u, 0x0000587au, 0x0000487au, 0x00000376u, - 0x0004003du, 0x00000006u, 0x0000587bu, 0x0000587au, 0x00050084u, 0x00000006u, 0x0000587cu, 0x0000587bu, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000587eu, 0x00005879u, 0x0000587cu, 0x000500c7u, 0x00000006u, - 0x00005880u, 0x0000587eu, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x00005882u, 0x00005880u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00005884u, 0x00005876u, 0x000500c7u, 0x00000006u, 0x00005885u, 0x00005884u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005886u, 0x00005885u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005888u, 0x00005882u, 0x00005886u, 0x000500c6u, 0x00000006u, 0x0000588au, 0x00005888u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x0000588du, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000588au, - 0x0004003du, 0x0000022du, 0x0000588eu, 0x0000588du, 0x00040071u, 0x00000006u, 0x0000588fu, 0x0000588eu, - 0x000500c2u, 0x00000006u, 0x00005891u, 0x0000588fu, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005892u, - 0x00005891u, 0x000500c7u, 0x00000006u, 0x00005894u, 0x0000588fu, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005895u, 0x00005894u, 0x00050050u, 0x0000005fu, 0x00005896u, 0x00005892u, 0x00005895u, 0x0009004fu, - 0x00000009u, 0x00005897u, 0x00005896u, 0x00005896u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004ad6u, 0x000200f8u, 0x00004ad6u, 0x000700f5u, 0x00000009u, 0x00007b63u, 0x00007aa3u, - 0x00004ac0u, 0x00005897u, 0x00004ac7u, 0x000700f5u, 0x00000009u, 0x00007a6fu, 0x000079acu, 0x00004ac0u, - 0x0000586cu, 0x00004ac7u, 0x000300f7u, 0x00004ae0u, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004ad8u, - 0x00004ae0u, 0x000200f8u, 0x00004ad8u, 0x00050050u, 0x0000005fu, 0x00004adbu, 0x0000783du, 0x00004942u, - 0x0004007cu, 0x000000a2u, 0x00004adcu, 0x00004adbu, 0x0003003eu, 0x0000487du, 0x00004adcu, 0x00050041u, - 0x00000007u, 0x000058a1u, 0x0000487du, 0x00000487u, 0x0004003du, 0x00000006u, 0x000058a2u, 0x000058a1u, - 0x00050084u, 0x00000006u, 0x000058a3u, 0x0000477au, 0x000058a2u, 0x00050080u, 0x00000006u, 0x000058a4u, - 0x00004777u, 0x000058a3u, 0x00050041u, 0x00000007u, 0x000058a5u, 0x0000487du, 0x00000376u, 0x0004003du, - 0x00000006u, 0x000058a6u, 0x000058a5u, 0x00050084u, 0x00000006u, 0x000058a7u, 0x000058a6u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x000058a9u, 0x000058a4u, 0x000058a7u, 0x000500c7u, 0x00000006u, 0x000058abu, - 0x000058a9u, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x000058adu, 0x000058abu, 0x00000214u, 0x0004003du, - 0x00000006u, 0x000058afu, 0x000058a1u, 0x000500c7u, 0x00000006u, 0x000058b0u, 0x000058afu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000058b1u, 0x000058b0u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000058b3u, - 0x000058adu, 0x000058b1u, 0x000500c6u, 0x00000006u, 0x000058b5u, 0x000058b3u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x000058b8u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000058b5u, 0x0004003du, - 0x0000022du, 0x000058b9u, 0x000058b8u, 0x00040071u, 0x00000006u, 0x000058bau, 0x000058b9u, 0x000500c2u, - 0x00000006u, 0x000058bcu, 0x000058bau, 0x00000260u, 0x0004007cu, 0x00000008u, 0x000058bdu, 0x000058bcu, - 0x000500c7u, 0x00000006u, 0x000058bfu, 0x000058bau, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000058c0u, - 0x000058bfu, 0x00050050u, 0x0000005fu, 0x000058c1u, 0x000058bdu, 0x000058c0u, 0x0009004fu, 0x00000009u, - 0x000058c2u, 0x000058c1u, 0x000058c1u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00004ae0u, 0x000200f8u, 0x00004ae0u, 0x000700f5u, 0x00000009u, 0x00007c57u, 0x00007b95u, 0x00004ad6u, - 0x000058c2u, 0x00004ad8u, 0x000200f9u, 0x00004b2fu, 0x000200f8u, 0x00004b2fu, 0x000900f5u, 0x00000009u, - 0x00007c56u, 0x00007c57u, 0x00004ae0u, 0x00007c59u, 0x00004b0du, 0x00007c5bu, 0x00004b2eu, 0x000900f5u, - 0x00000009u, 0x00007b61u, 0x00007b63u, 0x00004ae0u, 0x00007b65u, 0x00004b0du, 0x00007b67u, 0x00004b2eu, - 0x000900f5u, 0x00000009u, 0x00007a6du, 0x00007a6fu, 0x00004ae0u, 0x00007a71u, 0x00004b0du, 0x00007a73u, - 0x00004b2eu, 0x000900f5u, 0x00000009u, 0x0000793fu, 0x00005841u, 0x00004ae0u, 0x000058f5u, 0x00004b0du, - 0x000059b2u, 0x00004b2eu, 0x000200f9u, 0x00004c1fu, 0x000200f8u, 0x00004a8fu, 0x000500c3u, 0x00000008u, - 0x00004a91u, 0x00007839u, 0x00000214u, 0x0004007cu, 0x00000006u, 0x00004a92u, 0x00004a91u, 0x00050082u, - 0x00000008u, 0x00004a96u, 0x0000783du, 0x00007839u, 0x00050080u, 0x00000008u, 0x00004a97u, 0x0000783du, - 0x00004a96u, 0x000500c3u, 0x00000008u, 0x00004a98u, 0x00004a97u, 0x00000214u, 0x0004007cu, 0x00000006u, - 0x00004a99u, 0x00004a98u, 0x00050050u, 0x0000005fu, 0x00004a9cu, 0x00007839u, 0x00004940u, 0x0004007cu, - 0x000000a2u, 0x00004a9du, 0x00004a9cu, 0x0003003eu, 0x00004848u, 0x00004a9du, 0x00050041u, 0x00000007u, - 0x000056f6u, 0x00004848u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000056f7u, 0x000056f6u, 0x00050084u, - 0x00000006u, 0x000056f8u, 0x0000477au, 0x000056f7u, 0x00050080u, 0x00000006u, 0x000056f9u, 0x00004777u, - 0x000056f8u, 0x00050041u, 0x00000007u, 0x000056fbu, 0x00004848u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x000056fcu, 0x000056fbu, 0x00050080u, 0x00000006u, 0x000056fdu, 0x000056f9u, 0x000056fcu, 0x000500c7u, - 0x00000006u, 0x000056ffu, 0x000056fdu, 0x00000f0au, 0x00050084u, 0x00000006u, 0x00005702u, 0x00004a92u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005703u, 0x000056f9u, 0x00005702u, 0x000500c7u, 0x00000006u, - 0x00005705u, 0x00005703u, 0x00000f0au, 0x0004003du, 0x00000006u, 0x00005708u, 0x000056f6u, 0x000500c7u, - 0x00000006u, 0x00005709u, 0x00005708u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000570au, 0x00005709u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000570cu, 0x000056ffu, 0x0000570au, 0x000500c6u, 0x00000006u, - 0x0000570eu, 0x0000570cu, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00005710u, 0x00005705u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00005712u, 0x000056f6u, 0x000500c7u, 0x00000006u, 0x00005713u, 0x00005712u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005714u, 0x00005713u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005716u, 0x00005710u, 0x00005714u, 0x000500c6u, 0x00000006u, 0x00005718u, 0x00005716u, 0x00000487u, - 0x000500c5u, 0x00000006u, 0x0000571bu, 0x0000570eu, 0x00000f33u, 0x00080041u, 0x00000279u, 0x0000571cu, - 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000571bu, 0x0004003du, 0x0000022bu, 0x0000571du, - 0x0000571cu, 0x00040071u, 0x00000006u, 0x0000571eu, 0x0000571du, 0x0004007cu, 0x00000008u, 0x0000571fu, - 0x0000571eu, 0x00080041u, 0x00000272u, 0x00005722u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00005718u, 0x0004003du, 0x0000022du, 0x00005723u, 0x00005722u, 0x00040071u, 0x00000006u, 0x00005724u, - 0x00005723u, 0x0004007cu, 0x00000008u, 0x00005725u, 0x00005724u, 0x000500c3u, 0x00000008u, 0x00005727u, - 0x00005725u, 0x00000260u, 0x000500c7u, 0x00000008u, 0x00005728u, 0x00005727u, 0x0000038du, 0x000500c3u, - 0x00000008u, 0x0000572au, 0x00005725u, 0x00000205u, 0x000500c7u, 0x00000008u, 0x0000572bu, 0x0000572au, - 0x0000038du, 0x00050082u, 0x00000008u, 0x0000572du, 0x00005728u, 0x00000625u, 0x00050082u, 0x00000008u, - 0x0000572fu, 0x0000572bu, 0x00000625u, 0x00070050u, 0x00000009u, 0x00005732u, 0x0000572du, 0x0000572fu, - 0x0000571fu, 0x0000571fu, 0x000300f7u, 0x00004abcu, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004aa3u, - 0x00004abcu, 0x000200f8u, 0x00004aa3u, 0x00050050u, 0x0000005fu, 0x00004aa6u, 0x0000783du, 0x00004940u, - 0x0004007cu, 0x000000a2u, 0x00004aa7u, 0x00004aa6u, 0x0003003eu, 0x0000484cu, 0x00004aa7u, 0x00050041u, - 0x00000007u, 0x00005742u, 0x0000484cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005743u, 0x00005742u, - 0x00050084u, 0x00000006u, 0x00005744u, 0x0000477au, 0x00005743u, 0x00050080u, 0x00000006u, 0x00005745u, - 0x00004777u, 0x00005744u, 0x00050041u, 0x00000007u, 0x00005747u, 0x0000484cu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005748u, 0x00005747u, 0x00050080u, 0x00000006u, 0x00005749u, 0x00005745u, 0x00005748u, - 0x000500c7u, 0x00000006u, 0x0000574bu, 0x00005749u, 0x00000f0au, 0x00050084u, 0x00000006u, 0x0000574eu, - 0x00004a99u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000574fu, 0x00005745u, 0x0000574eu, 0x000500c7u, - 0x00000006u, 0x00005751u, 0x0000574fu, 0x00000f0au, 0x0004003du, 0x00000006u, 0x00005754u, 0x00005742u, - 0x000500c7u, 0x00000006u, 0x00005755u, 0x00005754u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005756u, - 0x00005755u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005758u, 0x0000574bu, 0x00005756u, 0x000500c6u, - 0x00000006u, 0x0000575au, 0x00005758u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x0000575cu, 0x00005751u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x0000575eu, 0x00005742u, 0x000500c7u, 0x00000006u, 0x0000575fu, - 0x0000575eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005760u, 0x0000575fu, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00005762u, 0x0000575cu, 0x00005760u, 0x000500c6u, 0x00000006u, 0x00005764u, 0x00005762u, - 0x00000487u, 0x000500c5u, 0x00000006u, 0x00005767u, 0x0000575au, 0x00000f33u, 0x00080041u, 0x00000279u, - 0x00005768u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005767u, 0x0004003du, 0x0000022bu, - 0x00005769u, 0x00005768u, 0x00040071u, 0x00000006u, 0x0000576au, 0x00005769u, 0x0004007cu, 0x00000008u, - 0x0000576bu, 0x0000576au, 0x00080041u, 0x00000272u, 0x0000576eu, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00005764u, 0x0004003du, 0x0000022du, 0x0000576fu, 0x0000576eu, 0x00040071u, 0x00000006u, - 0x00005770u, 0x0000576fu, 0x0004007cu, 0x00000008u, 0x00005771u, 0x00005770u, 0x000500c3u, 0x00000008u, - 0x00005773u, 0x00005771u, 0x00000260u, 0x000500c7u, 0x00000008u, 0x00005774u, 0x00005773u, 0x0000038du, - 0x000500c3u, 0x00000008u, 0x00005776u, 0x00005771u, 0x00000205u, 0x000500c7u, 0x00000008u, 0x00005777u, - 0x00005776u, 0x0000038du, 0x00050082u, 0x00000008u, 0x00005779u, 0x00005774u, 0x00000625u, 0x00050082u, - 0x00000008u, 0x0000577bu, 0x00005777u, 0x00000625u, 0x00070050u, 0x00000009u, 0x0000577eu, 0x00005779u, - 0x0000577bu, 0x0000576bu, 0x0000576bu, 0x00050050u, 0x0000005fu, 0x00004aaeu, 0x00007839u, 0x00004942u, - 0x0004007cu, 0x000000a2u, 0x00004aafu, 0x00004aaeu, 0x0003003eu, 0x00004850u, 0x00004aafu, 0x00050041u, - 0x00000007u, 0x0000578eu, 0x00004850u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000578fu, 0x0000578eu, - 0x00050084u, 0x00000006u, 0x00005790u, 0x0000477au, 0x0000578fu, 0x00050080u, 0x00000006u, 0x00005791u, - 0x00004777u, 0x00005790u, 0x00050041u, 0x00000007u, 0x00005793u, 0x00004850u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005794u, 0x00005793u, 0x00050080u, 0x00000006u, 0x00005795u, 0x00005791u, 0x00005794u, - 0x000500c7u, 0x00000006u, 0x00005797u, 0x00005795u, 0x00000f0au, 0x00050080u, 0x00000006u, 0x0000579bu, - 0x00005791u, 0x00005702u, 0x000500c7u, 0x00000006u, 0x0000579du, 0x0000579bu, 0x00000f0au, 0x0004003du, - 0x00000006u, 0x000057a0u, 0x0000578eu, 0x000500c7u, 0x00000006u, 0x000057a1u, 0x000057a0u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000057a2u, 0x000057a1u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000057a4u, - 0x00005797u, 0x000057a2u, 0x000500c6u, 0x00000006u, 0x000057a6u, 0x000057a4u, 0x0000048du, 0x000500c2u, - 0x00000006u, 0x000057a8u, 0x0000579du, 0x00000214u, 0x0004003du, 0x00000006u, 0x000057aau, 0x0000578eu, - 0x000500c7u, 0x00000006u, 0x000057abu, 0x000057aau, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000057acu, - 0x000057abu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000057aeu, 0x000057a8u, 0x000057acu, 0x000500c6u, - 0x00000006u, 0x000057b0u, 0x000057aeu, 0x00000487u, 0x000500c5u, 0x00000006u, 0x000057b3u, 0x000057a6u, - 0x00000f33u, 0x00080041u, 0x00000279u, 0x000057b4u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x000057b3u, 0x0004003du, 0x0000022bu, 0x000057b5u, 0x000057b4u, 0x00040071u, 0x00000006u, 0x000057b6u, - 0x000057b5u, 0x0004007cu, 0x00000008u, 0x000057b7u, 0x000057b6u, 0x00080041u, 0x00000272u, 0x000057bau, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000057b0u, 0x0004003du, 0x0000022du, 0x000057bbu, - 0x000057bau, 0x00040071u, 0x00000006u, 0x000057bcu, 0x000057bbu, 0x0004007cu, 0x00000008u, 0x000057bdu, - 0x000057bcu, 0x000500c3u, 0x00000008u, 0x000057bfu, 0x000057bdu, 0x00000260u, 0x000500c7u, 0x00000008u, - 0x000057c0u, 0x000057bfu, 0x0000038du, 0x000500c3u, 0x00000008u, 0x000057c2u, 0x000057bdu, 0x00000205u, - 0x000500c7u, 0x00000008u, 0x000057c3u, 0x000057c2u, 0x0000038du, 0x00050082u, 0x00000008u, 0x000057c5u, - 0x000057c0u, 0x00000625u, 0x00050082u, 0x00000008u, 0x000057c7u, 0x000057c3u, 0x00000625u, 0x00070050u, - 0x00000009u, 0x000057cau, 0x000057c5u, 0x000057c7u, 0x000057b7u, 0x000057b7u, 0x00050050u, 0x0000005fu, - 0x00004ab6u, 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004ab7u, 0x00004ab6u, 0x0003003eu, - 0x00004854u, 0x00004ab7u, 0x00050041u, 0x00000007u, 0x000057dau, 0x00004854u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000057dbu, 0x000057dau, 0x00050084u, 0x00000006u, 0x000057dcu, 0x0000477au, 0x000057dbu, - 0x00050080u, 0x00000006u, 0x000057ddu, 0x00004777u, 0x000057dcu, 0x00050041u, 0x00000007u, 0x000057dfu, - 0x00004854u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000057e0u, 0x000057dfu, 0x00050080u, 0x00000006u, - 0x000057e1u, 0x000057ddu, 0x000057e0u, 0x000500c7u, 0x00000006u, 0x000057e3u, 0x000057e1u, 0x00000f0au, - 0x00050080u, 0x00000006u, 0x000057e7u, 0x000057ddu, 0x0000574eu, 0x000500c7u, 0x00000006u, 0x000057e9u, - 0x000057e7u, 0x00000f0au, 0x0004003du, 0x00000006u, 0x000057ecu, 0x000057dau, 0x000500c7u, 0x00000006u, - 0x000057edu, 0x000057ecu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000057eeu, 0x000057edu, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x000057f0u, 0x000057e3u, 0x000057eeu, 0x000500c6u, 0x00000006u, 0x000057f2u, - 0x000057f0u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x000057f4u, 0x000057e9u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x000057f6u, 0x000057dau, 0x000500c7u, 0x00000006u, 0x000057f7u, 0x000057f6u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000057f8u, 0x000057f7u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000057fau, - 0x000057f4u, 0x000057f8u, 0x000500c6u, 0x00000006u, 0x000057fcu, 0x000057fau, 0x00000487u, 0x000500c5u, - 0x00000006u, 0x000057ffu, 0x000057f2u, 0x00000f33u, 0x00080041u, 0x00000279u, 0x00005800u, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x000057ffu, 0x0004003du, 0x0000022bu, 0x00005801u, 0x00005800u, - 0x00040071u, 0x00000006u, 0x00005802u, 0x00005801u, 0x0004007cu, 0x00000008u, 0x00005803u, 0x00005802u, - 0x00080041u, 0x00000272u, 0x00005806u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000057fcu, - 0x0004003du, 0x0000022du, 0x00005807u, 0x00005806u, 0x00040071u, 0x00000006u, 0x00005808u, 0x00005807u, - 0x0004007cu, 0x00000008u, 0x00005809u, 0x00005808u, 0x000500c3u, 0x00000008u, 0x0000580bu, 0x00005809u, - 0x00000260u, 0x000500c7u, 0x00000008u, 0x0000580cu, 0x0000580bu, 0x0000038du, 0x000500c3u, 0x00000008u, - 0x0000580eu, 0x00005809u, 0x00000205u, 0x000500c7u, 0x00000008u, 0x0000580fu, 0x0000580eu, 0x0000038du, - 0x00050082u, 0x00000008u, 0x00005811u, 0x0000580cu, 0x00000625u, 0x00050082u, 0x00000008u, 0x00005813u, - 0x0000580fu, 0x00000625u, 0x00070050u, 0x00000009u, 0x00005816u, 0x00005811u, 0x00005813u, 0x00005803u, - 0x00005803u, 0x000200f9u, 0x00004abcu, 0x000200f8u, 0x00004abcu, 0x000700f5u, 0x00000009u, 0x00007c55u, - 0x00007b95u, 0x00004a8fu, 0x00005816u, 0x00004aa3u, 0x000700f5u, 0x00000009u, 0x00007b60u, 0x00007aa3u, - 0x00004a8fu, 0x000057cau, 0x00004aa3u, 0x000700f5u, 0x00000009u, 0x00007a6cu, 0x000079acu, 0x00004a8fu, - 0x0000577eu, 0x00004aa3u, 0x000200f9u, 0x00004c1fu, 0x000200f8u, 0x00004a07u, 0x000300f7u, 0x00004a8eu, - 0x00000000u, 0x000b00fbu, 0x00004784u, 0x00004a8eu, 0x00000000u, 0x00004a0au, 0x00000001u, 0x00004a2bu, - 0x00000002u, 0x00004a4cu, 0x00000003u, 0x00004a6du, 0x000200f8u, 0x00004a6du, 0x0004007cu, 0x000000a2u, - 0x00004a6fu, 0x0000784eu, 0x0003003eu, 0x0000483au, 0x00004a6fu, 0x00050041u, 0x00000007u, 0x00005615u, - 0x0000483au, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005616u, 0x00005615u, 0x00050084u, 0x00000006u, - 0x00005617u, 0x0000477au, 0x00005616u, 0x00050080u, 0x00000006u, 0x00005618u, 0x00004777u, 0x00005617u, - 0x00050041u, 0x00000007u, 0x00005619u, 0x0000483au, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000561au, - 0x00005619u, 0x00050084u, 0x00000006u, 0x0000561bu, 0x0000561au, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x0000561du, 0x00005618u, 0x0000561bu, 0x000500c7u, 0x00000006u, 0x0000561fu, 0x0000561du, 0x00000f0au, - 0x000500c2u, 0x00000006u, 0x00005621u, 0x0000561fu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005623u, - 0x00005615u, 0x000500c7u, 0x00000006u, 0x00005624u, 0x00005623u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005625u, 0x00005624u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005627u, 0x00005621u, 0x00005625u, - 0x000500c6u, 0x00000006u, 0x00005629u, 0x00005627u, 0x00000487u, 0x00080041u, 0x00000272u, 0x0000562cu, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005629u, 0x0004003du, 0x0000022du, 0x0000562du, - 0x0000562cu, 0x00040071u, 0x00000006u, 0x0000562eu, 0x0000562du, 0x000500c5u, 0x00000006u, 0x00005631u, - 0x00005629u, 0x00000f3bu, 0x00080041u, 0x00000272u, 0x00005632u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00005631u, 0x0004003du, 0x0000022du, 0x00005633u, 0x00005632u, 0x00040071u, 0x00000006u, - 0x00005634u, 0x00005633u, 0x000500c2u, 0x00000006u, 0x00005636u, 0x0000562eu, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x00005637u, 0x00005636u, 0x000500c7u, 0x00000006u, 0x00005639u, 0x0000562eu, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x0000563au, 0x00005639u, 0x000500c2u, 0x00000006u, 0x0000563cu, 0x00005634u, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x0000563du, 0x0000563cu, 0x000500c7u, 0x00000006u, 0x0000563fu, - 0x00005634u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005640u, 0x0000563fu, 0x00070050u, 0x00000009u, - 0x00005641u, 0x00005637u, 0x0000563au, 0x0000563du, 0x00005640u, 0x000300f7u, 0x00004a83u, 0x00000000u, - 0x000400fau, 0x0000221bu, 0x00004a74u, 0x00004a83u, 0x000200f8u, 0x00004a74u, 0x00050050u, 0x0000005fu, - 0x00004a77u, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004a78u, 0x00004a77u, 0x0003003eu, - 0x0000483du, 0x00004a78u, 0x00050041u, 0x00000007u, 0x0000564cu, 0x0000483du, 0x00000487u, 0x0004003du, - 0x00000006u, 0x0000564du, 0x0000564cu, 0x00050084u, 0x00000006u, 0x0000564eu, 0x0000477au, 0x0000564du, - 0x00050080u, 0x00000006u, 0x0000564fu, 0x00004777u, 0x0000564eu, 0x00050041u, 0x00000007u, 0x00005650u, - 0x0000483du, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005651u, 0x00005650u, 0x00050084u, 0x00000006u, - 0x00005652u, 0x00005651u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005654u, 0x0000564fu, 0x00005652u, - 0x000500c7u, 0x00000006u, 0x00005656u, 0x00005654u, 0x00000f0au, 0x000500c2u, 0x00000006u, 0x00005658u, - 0x00005656u, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000565au, 0x0000564cu, 0x000500c7u, 0x00000006u, - 0x0000565bu, 0x0000565au, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000565cu, 0x0000565bu, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x0000565eu, 0x00005658u, 0x0000565cu, 0x000500c6u, 0x00000006u, 0x00005660u, - 0x0000565eu, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005663u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00005660u, 0x0004003du, 0x0000022du, 0x00005664u, 0x00005663u, 0x00040071u, 0x00000006u, - 0x00005665u, 0x00005664u, 0x000500c5u, 0x00000006u, 0x00005668u, 0x00005660u, 0x00000f3bu, 0x00080041u, - 0x00000272u, 0x00005669u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005668u, 0x0004003du, - 0x0000022du, 0x0000566au, 0x00005669u, 0x00040071u, 0x00000006u, 0x0000566bu, 0x0000566au, 0x000500c2u, - 0x00000006u, 0x0000566du, 0x00005665u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x0000566eu, 0x0000566du, - 0x000500c7u, 0x00000006u, 0x00005670u, 0x00005665u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005671u, - 0x00005670u, 0x000500c2u, 0x00000006u, 0x00005673u, 0x0000566bu, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x00005674u, 0x00005673u, 0x000500c7u, 0x00000006u, 0x00005676u, 0x0000566bu, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00005677u, 0x00005676u, 0x00070050u, 0x00000009u, 0x00005678u, 0x0000566eu, 0x00005671u, - 0x00005674u, 0x00005677u, 0x00050050u, 0x0000005fu, 0x00004a7eu, 0x00007839u, 0x00004942u, 0x0004007cu, - 0x000000a2u, 0x00004a7fu, 0x00004a7eu, 0x0003003eu, 0x00004840u, 0x00004a7fu, 0x00050041u, 0x00000007u, - 0x00005683u, 0x00004840u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005684u, 0x00005683u, 0x00050084u, - 0x00000006u, 0x00005685u, 0x0000477au, 0x00005684u, 0x00050080u, 0x00000006u, 0x00005686u, 0x00004777u, - 0x00005685u, 0x00050041u, 0x00000007u, 0x00005687u, 0x00004840u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005688u, 0x00005687u, 0x00050084u, 0x00000006u, 0x00005689u, 0x00005688u, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x0000568bu, 0x00005686u, 0x00005689u, 0x000500c7u, 0x00000006u, 0x0000568du, 0x0000568bu, - 0x00000f0au, 0x000500c2u, 0x00000006u, 0x0000568fu, 0x0000568du, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00005691u, 0x00005683u, 0x000500c7u, 0x00000006u, 0x00005692u, 0x00005691u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005693u, 0x00005692u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005695u, 0x0000568fu, - 0x00005693u, 0x000500c6u, 0x00000006u, 0x00005697u, 0x00005695u, 0x00000487u, 0x00080041u, 0x00000272u, - 0x0000569au, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005697u, 0x0004003du, 0x0000022du, - 0x0000569bu, 0x0000569au, 0x00040071u, 0x00000006u, 0x0000569cu, 0x0000569bu, 0x000500c5u, 0x00000006u, - 0x0000569fu, 0x00005697u, 0x00000f3bu, 0x00080041u, 0x00000272u, 0x000056a0u, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x0000569fu, 0x0004003du, 0x0000022du, 0x000056a1u, 0x000056a0u, 0x00040071u, - 0x00000006u, 0x000056a2u, 0x000056a1u, 0x000500c2u, 0x00000006u, 0x000056a4u, 0x0000569cu, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x000056a5u, 0x000056a4u, 0x000500c7u, 0x00000006u, 0x000056a7u, 0x0000569cu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000056a8u, 0x000056a7u, 0x000500c2u, 0x00000006u, 0x000056aau, - 0x000056a2u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x000056abu, 0x000056aau, 0x000500c7u, 0x00000006u, - 0x000056adu, 0x000056a2u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000056aeu, 0x000056adu, 0x00070050u, - 0x00000009u, 0x000056afu, 0x000056a5u, 0x000056a8u, 0x000056abu, 0x000056aeu, 0x000200f9u, 0x00004a83u, - 0x000200f8u, 0x00004a83u, 0x000700f5u, 0x00000009u, 0x00007b5fu, 0x00007aa3u, 0x00004a6du, 0x000056afu, - 0x00004a74u, 0x000700f5u, 0x00000009u, 0x00007a6bu, 0x000079acu, 0x00004a6du, 0x00005678u, 0x00004a74u, - 0x000300f7u, 0x00004a8du, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004a85u, 0x00004a8du, 0x000200f8u, - 0x00004a85u, 0x00050050u, 0x0000005fu, 0x00004a88u, 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, - 0x00004a89u, 0x00004a88u, 0x0003003eu, 0x00004843u, 0x00004a89u, 0x00050041u, 0x00000007u, 0x000056bau, - 0x00004843u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000056bbu, 0x000056bau, 0x00050084u, 0x00000006u, - 0x000056bcu, 0x0000477au, 0x000056bbu, 0x00050080u, 0x00000006u, 0x000056bdu, 0x00004777u, 0x000056bcu, - 0x00050041u, 0x00000007u, 0x000056beu, 0x00004843u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000056bfu, - 0x000056beu, 0x00050084u, 0x00000006u, 0x000056c0u, 0x000056bfu, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x000056c2u, 0x000056bdu, 0x000056c0u, 0x000500c7u, 0x00000006u, 0x000056c4u, 0x000056c2u, 0x00000f0au, - 0x000500c2u, 0x00000006u, 0x000056c6u, 0x000056c4u, 0x00000214u, 0x0004003du, 0x00000006u, 0x000056c8u, - 0x000056bau, 0x000500c7u, 0x00000006u, 0x000056c9u, 0x000056c8u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x000056cau, 0x000056c9u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000056ccu, 0x000056c6u, 0x000056cau, - 0x000500c6u, 0x00000006u, 0x000056ceu, 0x000056ccu, 0x00000487u, 0x00080041u, 0x00000272u, 0x000056d1u, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000056ceu, 0x0004003du, 0x0000022du, 0x000056d2u, - 0x000056d1u, 0x00040071u, 0x00000006u, 0x000056d3u, 0x000056d2u, 0x000500c5u, 0x00000006u, 0x000056d6u, - 0x000056ceu, 0x00000f3bu, 0x00080041u, 0x00000272u, 0x000056d7u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x000056d6u, 0x0004003du, 0x0000022du, 0x000056d8u, 0x000056d7u, 0x00040071u, 0x00000006u, - 0x000056d9u, 0x000056d8u, 0x000500c2u, 0x00000006u, 0x000056dbu, 0x000056d3u, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x000056dcu, 0x000056dbu, 0x000500c7u, 0x00000006u, 0x000056deu, 0x000056d3u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x000056dfu, 0x000056deu, 0x000500c2u, 0x00000006u, 0x000056e1u, 0x000056d9u, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x000056e2u, 0x000056e1u, 0x000500c7u, 0x00000006u, 0x000056e4u, - 0x000056d9u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000056e5u, 0x000056e4u, 0x00070050u, 0x00000009u, - 0x000056e6u, 0x000056dcu, 0x000056dfu, 0x000056e2u, 0x000056e5u, 0x000200f9u, 0x00004a8du, 0x000200f8u, - 0x00004a8du, 0x000700f5u, 0x00000009u, 0x00007c53u, 0x00007b95u, 0x00004a83u, 0x000056e6u, 0x00004a85u, - 0x000200f9u, 0x00004a8eu, 0x000200f8u, 0x00004a4cu, 0x0004007cu, 0x000000a2u, 0x00004a4eu, 0x0000784eu, - 0x0003003eu, 0x0000482eu, 0x00004a4eu, 0x00050041u, 0x00000007u, 0x00005511u, 0x0000482eu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005512u, 0x00005511u, 0x00050084u, 0x00000006u, 0x00005513u, 0x0000477au, - 0x00005512u, 0x00050080u, 0x00000006u, 0x00005514u, 0x00004777u, 0x00005513u, 0x00050041u, 0x00000007u, - 0x00005515u, 0x0000482eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005516u, 0x00005515u, 0x00050084u, - 0x00000006u, 0x00005517u, 0x00005516u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005519u, 0x00005514u, - 0x00005517u, 0x000500c7u, 0x00000006u, 0x0000551bu, 0x00005519u, 0x00000e58u, 0x000500c2u, 0x00000006u, - 0x0000551du, 0x0000551bu, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000551fu, 0x00005511u, 0x000500c7u, - 0x00000006u, 0x00005520u, 0x0000551fu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005521u, 0x00005520u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005523u, 0x0000551du, 0x00005521u, 0x000500c6u, 0x00000006u, - 0x00005525u, 0x00005523u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005528u, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00005525u, 0x0004003du, 0x0000022du, 0x00005529u, 0x00005528u, 0x00040071u, - 0x00000006u, 0x0000552au, 0x00005529u, 0x00060050u, 0x00000355u, 0x00005532u, 0x0000552au, 0x0000552au, - 0x0000552au, 0x000500c2u, 0x00000355u, 0x00005533u, 0x00005532u, 0x00000e1fu, 0x000500c7u, 0x00000355u, - 0x00005535u, 0x00005533u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00005538u, 0x00005535u, 0x0000afaeu, - 0x000500c2u, 0x00000355u, 0x0000553bu, 0x00005535u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000553cu, - 0x00005538u, 0x0000553bu, 0x000500c7u, 0x00000006u, 0x0000553eu, 0x0000552au, 0x00000487u, 0x00050084u, - 0x00000006u, 0x0000553fu, 0x0000553eu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00005541u, 0x0000553cu, - 0x0004007cu, 0x00000008u, 0x00005543u, 0x0000553fu, 0x00050051u, 0x00000008u, 0x00005544u, 0x00005541u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00005545u, 0x00005541u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00005546u, 0x00005541u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005547u, 0x00005544u, 0x00005545u, - 0x00005546u, 0x00005543u, 0x000300f7u, 0x00004a62u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004a53u, - 0x00004a62u, 0x000200f8u, 0x00004a53u, 0x00050050u, 0x0000005fu, 0x00004a56u, 0x0000783du, 0x00004940u, - 0x0004007cu, 0x000000a2u, 0x00004a57u, 0x00004a56u, 0x0003003eu, 0x00004831u, 0x00004a57u, 0x00050041u, - 0x00000007u, 0x00005552u, 0x00004831u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005553u, 0x00005552u, - 0x00050084u, 0x00000006u, 0x00005554u, 0x0000477au, 0x00005553u, 0x00050080u, 0x00000006u, 0x00005555u, - 0x00004777u, 0x00005554u, 0x00050041u, 0x00000007u, 0x00005556u, 0x00004831u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005557u, 0x00005556u, 0x00050084u, 0x00000006u, 0x00005558u, 0x00005557u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x0000555au, 0x00005555u, 0x00005558u, 0x000500c7u, 0x00000006u, 0x0000555cu, - 0x0000555au, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x0000555eu, 0x0000555cu, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00005560u, 0x00005552u, 0x000500c7u, 0x00000006u, 0x00005561u, 0x00005560u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005562u, 0x00005561u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005564u, - 0x0000555eu, 0x00005562u, 0x000500c6u, 0x00000006u, 0x00005566u, 0x00005564u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00005569u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005566u, 0x0004003du, - 0x0000022du, 0x0000556au, 0x00005569u, 0x00040071u, 0x00000006u, 0x0000556bu, 0x0000556au, 0x00060050u, - 0x00000355u, 0x00005573u, 0x0000556bu, 0x0000556bu, 0x0000556bu, 0x000500c2u, 0x00000355u, 0x00005574u, - 0x00005573u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00005576u, 0x00005574u, 0x0000afadu, 0x000500c4u, - 0x00000355u, 0x00005579u, 0x00005576u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x0000557cu, 0x00005576u, - 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000557du, 0x00005579u, 0x0000557cu, 0x000500c7u, 0x00000006u, - 0x0000557fu, 0x0000556bu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005580u, 0x0000557fu, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x00005582u, 0x0000557du, 0x0004007cu, 0x00000008u, 0x00005584u, 0x00005580u, - 0x00050051u, 0x00000008u, 0x00005585u, 0x00005582u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005586u, - 0x00005582u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005587u, 0x00005582u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00005588u, 0x00005585u, 0x00005586u, 0x00005587u, 0x00005584u, 0x00050050u, 0x0000005fu, - 0x00004a5du, 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004a5eu, 0x00004a5du, 0x0003003eu, - 0x00004834u, 0x00004a5eu, 0x00050041u, 0x00000007u, 0x00005593u, 0x00004834u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00005594u, 0x00005593u, 0x00050084u, 0x00000006u, 0x00005595u, 0x0000477au, 0x00005594u, - 0x00050080u, 0x00000006u, 0x00005596u, 0x00004777u, 0x00005595u, 0x00050041u, 0x00000007u, 0x00005597u, - 0x00004834u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005598u, 0x00005597u, 0x00050084u, 0x00000006u, - 0x00005599u, 0x00005598u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000559bu, 0x00005596u, 0x00005599u, - 0x000500c7u, 0x00000006u, 0x0000559du, 0x0000559bu, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x0000559fu, - 0x0000559du, 0x00000214u, 0x0004003du, 0x00000006u, 0x000055a1u, 0x00005593u, 0x000500c7u, 0x00000006u, - 0x000055a2u, 0x000055a1u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000055a3u, 0x000055a2u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x000055a5u, 0x0000559fu, 0x000055a3u, 0x000500c6u, 0x00000006u, 0x000055a7u, - 0x000055a5u, 0x00000487u, 0x00080041u, 0x00000272u, 0x000055aau, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x000055a7u, 0x0004003du, 0x0000022du, 0x000055abu, 0x000055aau, 0x00040071u, 0x00000006u, - 0x000055acu, 0x000055abu, 0x00060050u, 0x00000355u, 0x000055b4u, 0x000055acu, 0x000055acu, 0x000055acu, - 0x000500c2u, 0x00000355u, 0x000055b5u, 0x000055b4u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x000055b7u, - 0x000055b5u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x000055bau, 0x000055b7u, 0x0000afaeu, 0x000500c2u, - 0x00000355u, 0x000055bdu, 0x000055b7u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x000055beu, 0x000055bau, - 0x000055bdu, 0x000500c7u, 0x00000006u, 0x000055c0u, 0x000055acu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x000055c1u, 0x000055c0u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000055c3u, 0x000055beu, 0x0004007cu, - 0x00000008u, 0x000055c5u, 0x000055c1u, 0x00050051u, 0x00000008u, 0x000055c6u, 0x000055c3u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x000055c7u, 0x000055c3u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000055c8u, - 0x000055c3u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000055c9u, 0x000055c6u, 0x000055c7u, 0x000055c8u, - 0x000055c5u, 0x000200f9u, 0x00004a62u, 0x000200f8u, 0x00004a62u, 0x000700f5u, 0x00000009u, 0x00007b5du, - 0x00007aa3u, 0x00004a4cu, 0x000055c9u, 0x00004a53u, 0x000700f5u, 0x00000009u, 0x00007a69u, 0x000079acu, - 0x00004a4cu, 0x00005588u, 0x00004a53u, 0x000300f7u, 0x00004a6cu, 0x00000000u, 0x000400fau, 0x0000494cu, - 0x00004a64u, 0x00004a6cu, 0x000200f8u, 0x00004a64u, 0x00050050u, 0x0000005fu, 0x00004a67u, 0x0000783du, - 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004a68u, 0x00004a67u, 0x0003003eu, 0x00004837u, 0x00004a68u, - 0x00050041u, 0x00000007u, 0x000055d4u, 0x00004837u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000055d5u, - 0x000055d4u, 0x00050084u, 0x00000006u, 0x000055d6u, 0x0000477au, 0x000055d5u, 0x00050080u, 0x00000006u, - 0x000055d7u, 0x00004777u, 0x000055d6u, 0x00050041u, 0x00000007u, 0x000055d8u, 0x00004837u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000055d9u, 0x000055d8u, 0x00050084u, 0x00000006u, 0x000055dau, 0x000055d9u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x000055dcu, 0x000055d7u, 0x000055dau, 0x000500c7u, 0x00000006u, - 0x000055deu, 0x000055dcu, 0x00000e58u, 0x000500c2u, 0x00000006u, 0x000055e0u, 0x000055deu, 0x00000214u, - 0x0004003du, 0x00000006u, 0x000055e2u, 0x000055d4u, 0x000500c7u, 0x00000006u, 0x000055e3u, 0x000055e2u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000055e4u, 0x000055e3u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x000055e6u, 0x000055e0u, 0x000055e4u, 0x000500c6u, 0x00000006u, 0x000055e8u, 0x000055e6u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x000055ebu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000055e8u, - 0x0004003du, 0x0000022du, 0x000055ecu, 0x000055ebu, 0x00040071u, 0x00000006u, 0x000055edu, 0x000055ecu, - 0x00060050u, 0x00000355u, 0x000055f5u, 0x000055edu, 0x000055edu, 0x000055edu, 0x000500c2u, 0x00000355u, - 0x000055f6u, 0x000055f5u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x000055f8u, 0x000055f6u, 0x0000afadu, - 0x000500c4u, 0x00000355u, 0x000055fbu, 0x000055f8u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x000055feu, - 0x000055f8u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x000055ffu, 0x000055fbu, 0x000055feu, 0x000500c7u, - 0x00000006u, 0x00005601u, 0x000055edu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005602u, 0x00005601u, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00005604u, 0x000055ffu, 0x0004007cu, 0x00000008u, 0x00005606u, - 0x00005602u, 0x00050051u, 0x00000008u, 0x00005607u, 0x00005604u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00005608u, 0x00005604u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005609u, 0x00005604u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x0000560au, 0x00005607u, 0x00005608u, 0x00005609u, 0x00005606u, 0x000200f9u, - 0x00004a6cu, 0x000200f8u, 0x00004a6cu, 0x000700f5u, 0x00000009u, 0x00007c51u, 0x00007b95u, 0x00004a62u, - 0x0000560au, 0x00004a64u, 0x000200f9u, 0x00004a8eu, 0x000200f8u, 0x00004a2bu, 0x0004007cu, 0x000000a2u, - 0x00004a2du, 0x0000784eu, 0x0003003eu, 0x00004822u, 0x00004a2du, 0x00050041u, 0x00000007u, 0x00005480u, - 0x00004822u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005481u, 0x00005480u, 0x00050084u, 0x00000006u, - 0x00005482u, 0x0000477au, 0x00005481u, 0x00050080u, 0x00000006u, 0x00005483u, 0x00004777u, 0x00005482u, - 0x00050041u, 0x00000007u, 0x00005484u, 0x00004822u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005485u, - 0x00005484u, 0x00050080u, 0x00000006u, 0x00005487u, 0x00005483u, 0x00005485u, 0x000500c7u, 0x00000006u, - 0x00005489u, 0x00005487u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x0000548cu, 0x00005480u, 0x000500c7u, - 0x00000006u, 0x0000548du, 0x0000548cu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000548eu, 0x0000548du, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005490u, 0x00005489u, 0x0000548eu, 0x000500c6u, 0x00000006u, - 0x00005492u, 0x00005490u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005495u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x00005492u, 0x0004003du, 0x0000022bu, 0x00005496u, 0x00005495u, 0x00040071u, - 0x00000006u, 0x00005497u, 0x00005496u, 0x0004007cu, 0x00000008u, 0x00005499u, 0x00005497u, 0x00070050u, - 0x00000009u, 0x0000549au, 0x00005499u, 0x00005499u, 0x00005499u, 0x00005499u, 0x000300f7u, 0x00004a41u, - 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004a32u, 0x00004a41u, 0x000200f8u, 0x00004a32u, 0x00050050u, - 0x0000005fu, 0x00004a35u, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004a36u, 0x00004a35u, - 0x0003003eu, 0x00004825u, 0x00004a36u, 0x00050041u, 0x00000007u, 0x000054a4u, 0x00004825u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000054a5u, 0x000054a4u, 0x00050084u, 0x00000006u, 0x000054a6u, 0x0000477au, - 0x000054a5u, 0x00050080u, 0x00000006u, 0x000054a7u, 0x00004777u, 0x000054a6u, 0x00050041u, 0x00000007u, - 0x000054a8u, 0x00004825u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000054a9u, 0x000054a8u, 0x00050080u, - 0x00000006u, 0x000054abu, 0x000054a7u, 0x000054a9u, 0x000500c7u, 0x00000006u, 0x000054adu, 0x000054abu, - 0x00000e58u, 0x0004003du, 0x00000006u, 0x000054b0u, 0x000054a4u, 0x000500c7u, 0x00000006u, 0x000054b1u, - 0x000054b0u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000054b2u, 0x000054b1u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x000054b4u, 0x000054adu, 0x000054b2u, 0x000500c6u, 0x00000006u, 0x000054b6u, 0x000054b4u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x000054b9u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x000054b6u, 0x0004003du, 0x0000022bu, 0x000054bau, 0x000054b9u, 0x00040071u, 0x00000006u, 0x000054bbu, - 0x000054bau, 0x0004007cu, 0x00000008u, 0x000054bdu, 0x000054bbu, 0x00070050u, 0x00000009u, 0x000054beu, - 0x000054bdu, 0x000054bdu, 0x000054bdu, 0x000054bdu, 0x00050050u, 0x0000005fu, 0x00004a3cu, 0x00007839u, - 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004a3du, 0x00004a3cu, 0x0003003eu, 0x00004828u, 0x00004a3du, - 0x00050041u, 0x00000007u, 0x000054c8u, 0x00004828u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000054c9u, - 0x000054c8u, 0x00050084u, 0x00000006u, 0x000054cau, 0x0000477au, 0x000054c9u, 0x00050080u, 0x00000006u, - 0x000054cbu, 0x00004777u, 0x000054cau, 0x00050041u, 0x00000007u, 0x000054ccu, 0x00004828u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000054cdu, 0x000054ccu, 0x00050080u, 0x00000006u, 0x000054cfu, 0x000054cbu, - 0x000054cdu, 0x000500c7u, 0x00000006u, 0x000054d1u, 0x000054cfu, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x000054d4u, 0x000054c8u, 0x000500c7u, 0x00000006u, 0x000054d5u, 0x000054d4u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x000054d6u, 0x000054d5u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000054d8u, 0x000054d1u, - 0x000054d6u, 0x000500c6u, 0x00000006u, 0x000054dau, 0x000054d8u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x000054ddu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000054dau, 0x0004003du, 0x0000022bu, - 0x000054deu, 0x000054ddu, 0x00040071u, 0x00000006u, 0x000054dfu, 0x000054deu, 0x0004007cu, 0x00000008u, - 0x000054e1u, 0x000054dfu, 0x00070050u, 0x00000009u, 0x000054e2u, 0x000054e1u, 0x000054e1u, 0x000054e1u, - 0x000054e1u, 0x000200f9u, 0x00004a41u, 0x000200f8u, 0x00004a41u, 0x000700f5u, 0x00000009u, 0x00007b5bu, - 0x00007aa3u, 0x00004a2bu, 0x000054e2u, 0x00004a32u, 0x000700f5u, 0x00000009u, 0x00007a67u, 0x000079acu, - 0x00004a2bu, 0x000054beu, 0x00004a32u, 0x000300f7u, 0x00004a4bu, 0x00000000u, 0x000400fau, 0x0000494cu, - 0x00004a43u, 0x00004a4bu, 0x000200f8u, 0x00004a43u, 0x00050050u, 0x0000005fu, 0x00004a46u, 0x0000783du, - 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004a47u, 0x00004a46u, 0x0003003eu, 0x0000482bu, 0x00004a47u, - 0x00050041u, 0x00000007u, 0x000054ecu, 0x0000482bu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000054edu, - 0x000054ecu, 0x00050084u, 0x00000006u, 0x000054eeu, 0x0000477au, 0x000054edu, 0x00050080u, 0x00000006u, - 0x000054efu, 0x00004777u, 0x000054eeu, 0x00050041u, 0x00000007u, 0x000054f0u, 0x0000482bu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000054f1u, 0x000054f0u, 0x00050080u, 0x00000006u, 0x000054f3u, 0x000054efu, - 0x000054f1u, 0x000500c7u, 0x00000006u, 0x000054f5u, 0x000054f3u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x000054f8u, 0x000054ecu, 0x000500c7u, 0x00000006u, 0x000054f9u, 0x000054f8u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x000054fau, 0x000054f9u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000054fcu, 0x000054f5u, - 0x000054fau, 0x000500c6u, 0x00000006u, 0x000054feu, 0x000054fcu, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00005501u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000054feu, 0x0004003du, 0x0000022bu, - 0x00005502u, 0x00005501u, 0x00040071u, 0x00000006u, 0x00005503u, 0x00005502u, 0x0004007cu, 0x00000008u, - 0x00005505u, 0x00005503u, 0x00070050u, 0x00000009u, 0x00005506u, 0x00005505u, 0x00005505u, 0x00005505u, - 0x00005505u, 0x000200f9u, 0x00004a4bu, 0x000200f8u, 0x00004a4bu, 0x000700f5u, 0x00000009u, 0x00007c4fu, - 0x00007b95u, 0x00004a41u, 0x00005506u, 0x00004a43u, 0x000200f9u, 0x00004a8eu, 0x000200f8u, 0x00004a0au, - 0x0004007cu, 0x000000a2u, 0x00004a0cu, 0x0000784eu, 0x0003003eu, 0x00004816u, 0x00004a0cu, 0x00050041u, - 0x00000007u, 0x000053b5u, 0x00004816u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000053b6u, 0x000053b5u, - 0x00050084u, 0x00000006u, 0x000053b7u, 0x0000477au, 0x000053b6u, 0x00050080u, 0x00000006u, 0x000053b8u, - 0x00004777u, 0x000053b7u, 0x00050041u, 0x00000007u, 0x000053b9u, 0x00004816u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x000053bau, 0x000053b9u, 0x000500c2u, 0x00000006u, 0x000053bbu, 0x000053bau, 0x00000214u, - 0x00050080u, 0x00000006u, 0x000053bdu, 0x000053b8u, 0x000053bbu, 0x000500c7u, 0x00000006u, 0x000053bfu, - 0x000053bdu, 0x00000e58u, 0x0004003du, 0x00000006u, 0x000053c1u, 0x000053b9u, 0x000400c8u, 0x00000006u, - 0x000053c2u, 0x000053c1u, 0x000500c7u, 0x00000006u, 0x000053c3u, 0x000053c2u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x000053c4u, 0x000053c3u, 0x00000703u, 0x0004003du, 0x00000006u, 0x000053c7u, 0x000053b5u, - 0x000500c7u, 0x00000006u, 0x000053c8u, 0x000053c7u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000053c9u, - 0x000053c8u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000053cbu, 0x000053bfu, 0x000053c9u, 0x000500c6u, - 0x00000006u, 0x000053cdu, 0x000053cbu, 0x0000048du, 0x00080041u, 0x00000279u, 0x000053d0u, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x000053cdu, 0x0004003du, 0x0000022bu, 0x000053d1u, 0x000053d0u, - 0x00040071u, 0x00000006u, 0x000053d2u, 0x000053d1u, 0x000500c2u, 0x00000006u, 0x000053d5u, 0x000053d2u, - 0x000053c4u, 0x000500c7u, 0x00000006u, 0x000053d6u, 0x000053d5u, 0x00000e7bu, 0x000500c4u, 0x00000006u, - 0x000053d8u, 0x000053d6u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x000053dau, 0x000053d6u, 0x000053d8u, - 0x0004007cu, 0x00000008u, 0x000053dcu, 0x000053dau, 0x00070050u, 0x00000009u, 0x000053ddu, 0x000053dcu, - 0x000053dcu, 0x000053dcu, 0x000053dcu, 0x000300f7u, 0x00004a20u, 0x00000000u, 0x000400fau, 0x0000221bu, - 0x00004a11u, 0x00004a20u, 0x000200f8u, 0x00004a11u, 0x00050050u, 0x0000005fu, 0x00004a14u, 0x0000783du, - 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004a15u, 0x00004a14u, 0x0003003eu, 0x00004819u, 0x00004a15u, - 0x00050041u, 0x00000007u, 0x000053e8u, 0x00004819u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000053e9u, - 0x000053e8u, 0x00050084u, 0x00000006u, 0x000053eau, 0x0000477au, 0x000053e9u, 0x00050080u, 0x00000006u, - 0x000053ebu, 0x00004777u, 0x000053eau, 0x00050041u, 0x00000007u, 0x000053ecu, 0x00004819u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000053edu, 0x000053ecu, 0x000500c2u, 0x00000006u, 0x000053eeu, 0x000053edu, - 0x00000214u, 0x00050080u, 0x00000006u, 0x000053f0u, 0x000053ebu, 0x000053eeu, 0x000500c7u, 0x00000006u, - 0x000053f2u, 0x000053f0u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x000053f4u, 0x000053ecu, 0x000400c8u, - 0x00000006u, 0x000053f5u, 0x000053f4u, 0x000500c7u, 0x00000006u, 0x000053f6u, 0x000053f5u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x000053f7u, 0x000053f6u, 0x00000703u, 0x0004003du, 0x00000006u, 0x000053fau, - 0x000053e8u, 0x000500c7u, 0x00000006u, 0x000053fbu, 0x000053fau, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x000053fcu, 0x000053fbu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000053feu, 0x000053f2u, 0x000053fcu, - 0x000500c6u, 0x00000006u, 0x00005400u, 0x000053feu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005403u, - 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005400u, 0x0004003du, 0x0000022bu, 0x00005404u, - 0x00005403u, 0x00040071u, 0x00000006u, 0x00005405u, 0x00005404u, 0x000500c2u, 0x00000006u, 0x00005408u, - 0x00005405u, 0x000053f7u, 0x000500c7u, 0x00000006u, 0x00005409u, 0x00005408u, 0x00000e7bu, 0x000500c4u, - 0x00000006u, 0x0000540bu, 0x00005409u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000540du, 0x00005409u, - 0x0000540bu, 0x0004007cu, 0x00000008u, 0x0000540fu, 0x0000540du, 0x00070050u, 0x00000009u, 0x00005410u, - 0x0000540fu, 0x0000540fu, 0x0000540fu, 0x0000540fu, 0x00050050u, 0x0000005fu, 0x00004a1bu, 0x00007839u, - 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004a1cu, 0x00004a1bu, 0x0003003eu, 0x0000481cu, 0x00004a1cu, - 0x00050041u, 0x00000007u, 0x0000541bu, 0x0000481cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000541cu, - 0x0000541bu, 0x00050084u, 0x00000006u, 0x0000541du, 0x0000477au, 0x0000541cu, 0x00050080u, 0x00000006u, - 0x0000541eu, 0x00004777u, 0x0000541du, 0x00050041u, 0x00000007u, 0x0000541fu, 0x0000481cu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005420u, 0x0000541fu, 0x000500c2u, 0x00000006u, 0x00005421u, 0x00005420u, - 0x00000214u, 0x00050080u, 0x00000006u, 0x00005423u, 0x0000541eu, 0x00005421u, 0x000500c7u, 0x00000006u, - 0x00005425u, 0x00005423u, 0x00000e58u, 0x0004003du, 0x00000006u, 0x00005427u, 0x0000541fu, 0x000400c8u, - 0x00000006u, 0x00005428u, 0x00005427u, 0x000500c7u, 0x00000006u, 0x00005429u, 0x00005428u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000542au, 0x00005429u, 0x00000703u, 0x0004003du, 0x00000006u, 0x0000542du, - 0x0000541bu, 0x000500c7u, 0x00000006u, 0x0000542eu, 0x0000542du, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x0000542fu, 0x0000542eu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005431u, 0x00005425u, 0x0000542fu, - 0x000500c6u, 0x00000006u, 0x00005433u, 0x00005431u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005436u, - 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005433u, 0x0004003du, 0x0000022bu, 0x00005437u, - 0x00005436u, 0x00040071u, 0x00000006u, 0x00005438u, 0x00005437u, 0x000500c2u, 0x00000006u, 0x0000543bu, - 0x00005438u, 0x0000542au, 0x000500c7u, 0x00000006u, 0x0000543cu, 0x0000543bu, 0x00000e7bu, 0x000500c4u, - 0x00000006u, 0x0000543eu, 0x0000543cu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005440u, 0x0000543cu, - 0x0000543eu, 0x0004007cu, 0x00000008u, 0x00005442u, 0x00005440u, 0x00070050u, 0x00000009u, 0x00005443u, - 0x00005442u, 0x00005442u, 0x00005442u, 0x00005442u, 0x000200f9u, 0x00004a20u, 0x000200f8u, 0x00004a20u, - 0x000700f5u, 0x00000009u, 0x00007b59u, 0x00007aa3u, 0x00004a0au, 0x00005443u, 0x00004a11u, 0x000700f5u, - 0x00000009u, 0x00007a65u, 0x000079acu, 0x00004a0au, 0x00005410u, 0x00004a11u, 0x000300f7u, 0x00004a2au, - 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004a22u, 0x00004a2au, 0x000200f8u, 0x00004a22u, 0x00050050u, - 0x0000005fu, 0x00004a25u, 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004a26u, 0x00004a25u, - 0x0003003eu, 0x0000481fu, 0x00004a26u, 0x00050041u, 0x00000007u, 0x0000544eu, 0x0000481fu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x0000544fu, 0x0000544eu, 0x00050084u, 0x00000006u, 0x00005450u, 0x0000477au, - 0x0000544fu, 0x00050080u, 0x00000006u, 0x00005451u, 0x00004777u, 0x00005450u, 0x00050041u, 0x00000007u, - 0x00005452u, 0x0000481fu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005453u, 0x00005452u, 0x000500c2u, - 0x00000006u, 0x00005454u, 0x00005453u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005456u, 0x00005451u, - 0x00005454u, 0x000500c7u, 0x00000006u, 0x00005458u, 0x00005456u, 0x00000e58u, 0x0004003du, 0x00000006u, - 0x0000545au, 0x00005452u, 0x000400c8u, 0x00000006u, 0x0000545bu, 0x0000545au, 0x000500c7u, 0x00000006u, - 0x0000545cu, 0x0000545bu, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000545du, 0x0000545cu, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00005460u, 0x0000544eu, 0x000500c7u, 0x00000006u, 0x00005461u, 0x00005460u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005462u, 0x00005461u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00005464u, 0x00005458u, 0x00005462u, 0x000500c6u, 0x00000006u, 0x00005466u, 0x00005464u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00005469u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005466u, - 0x0004003du, 0x0000022bu, 0x0000546au, 0x00005469u, 0x00040071u, 0x00000006u, 0x0000546bu, 0x0000546au, - 0x000500c2u, 0x00000006u, 0x0000546eu, 0x0000546bu, 0x0000545du, 0x000500c7u, 0x00000006u, 0x0000546fu, - 0x0000546eu, 0x00000e7bu, 0x000500c4u, 0x00000006u, 0x00005471u, 0x0000546fu, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00005473u, 0x0000546fu, 0x00005471u, 0x0004007cu, 0x00000008u, 0x00005475u, 0x00005473u, - 0x00070050u, 0x00000009u, 0x00005476u, 0x00005475u, 0x00005475u, 0x00005475u, 0x00005475u, 0x000200f9u, - 0x00004a2au, 0x000200f8u, 0x00004a2au, 0x000700f5u, 0x00000009u, 0x00007c4du, 0x00007b95u, 0x00004a20u, - 0x00005476u, 0x00004a22u, 0x000200f9u, 0x00004a8eu, 0x000200f8u, 0x00004a8eu, 0x000d00f5u, 0x00000009u, - 0x00007c4cu, 0x00007b95u, 0x00004a07u, 0x00007c4du, 0x00004a2au, 0x00007c4fu, 0x00004a4bu, 0x00007c51u, - 0x00004a6cu, 0x00007c53u, 0x00004a8du, 0x000d00f5u, 0x00000009u, 0x00007b57u, 0x00007aa3u, 0x00004a07u, - 0x00007b59u, 0x00004a2au, 0x00007b5bu, 0x00004a4bu, 0x00007b5du, 0x00004a6cu, 0x00007b5fu, 0x00004a8du, - 0x000d00f5u, 0x00000009u, 0x00007a63u, 0x000079acu, 0x00004a07u, 0x00007a65u, 0x00004a2au, 0x00007a67u, - 0x00004a4bu, 0x00007a69u, 0x00004a6cu, 0x00007a6bu, 0x00004a8du, 0x000d00f5u, 0x00000009u, 0x00007935u, - 0x0000787fu, 0x00004a07u, 0x000053ddu, 0x00004a2au, 0x0000549au, 0x00004a4bu, 0x00005547u, 0x00004a6cu, - 0x00005641u, 0x00004a8du, 0x000200f9u, 0x00004c1fu, 0x000200f8u, 0x00004c1fu, 0x000f00f5u, 0x00000009u, - 0x00007c4bu, 0x00007b95u, 0x00004a04u, 0x00007c4cu, 0x00004a8eu, 0x00007c55u, 0x00004abcu, 0x00007c56u, - 0x00004b2fu, 0x00007c5du, 0x00004bb7u, 0x00007c66u, 0x00004c1eu, 0x000f00f5u, 0x00000009u, 0x00007b56u, - 0x00007aa3u, 0x00004a04u, 0x00007b57u, 0x00004a8eu, 0x00007b60u, 0x00004abcu, 0x00007b61u, 0x00004b2fu, - 0x00007b68u, 0x00004bb7u, 0x00007b71u, 0x00004c1eu, 0x000f00f5u, 0x00000009u, 0x00007a62u, 0x000079acu, - 0x00004a04u, 0x00007a63u, 0x00004a8eu, 0x00007a6cu, 0x00004abcu, 0x00007a6du, 0x00004b2fu, 0x00007a74u, - 0x00004bb7u, 0x00007a7du, 0x00004c1eu, 0x000f00f5u, 0x00000009u, 0x00007934u, 0x0000787fu, 0x00004a04u, - 0x00007935u, 0x00004a8eu, 0x00005732u, 0x00004abcu, 0x0000793fu, 0x00004b2fu, 0x00007946u, 0x00004bb7u, - 0x0000794fu, 0x00004c1eu, 0x000200f9u, 0x00004c20u, 0x000200f8u, 0x00004967u, 0x000300f7u, 0x00004a03u, - 0x00000000u, 0x000b00fbu, 0x0000477fu, 0x00004a03u, 0x00000000u, 0x0000496au, 0x00000002u, 0x0000496au, - 0x00000003u, 0x0000496au, 0x00000004u, 0x0000496au, 0x000200f8u, 0x0000496au, 0x000600a9u, 0x00000008u, - 0x0000496eu, 0x00004954u, 0x00000217u, 0x00000214u, 0x0004007cu, 0x00000006u, 0x0000496fu, 0x0000496eu, - 0x000300f7u, 0x00004a02u, 0x00000000u, 0x000700fbu, 0x00004784u, 0x00004972u, 0x00000000u, 0x0000499eu, - 0x00000001u, 0x000049d6u, 0x000200f8u, 0x000049d6u, 0x0004007cu, 0x000000a2u, 0x000049d8u, 0x0000784eu, - 0x000600a9u, 0x00000008u, 0x000049dau, 0x00004954u, 0x0000021au, 0x00000205u, 0x0004007cu, 0x00000006u, - 0x000049dbu, 0x000049dau, 0x0003003eu, 0x000047e6u, 0x000049d8u, 0x00050041u, 0x00000007u, 0x0000521cu, - 0x000047e6u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000521du, 0x0000521cu, 0x00050084u, 0x00000006u, - 0x0000521eu, 0x0000477au, 0x0000521du, 0x00050080u, 0x00000006u, 0x0000521fu, 0x00004777u, 0x0000521eu, - 0x00050041u, 0x00000007u, 0x00005220u, 0x000047e6u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005221u, - 0x00005220u, 0x00050080u, 0x00000006u, 0x00005223u, 0x0000521fu, 0x00005221u, 0x000500c7u, 0x00000006u, - 0x00005225u, 0x00005223u, 0x00000f0au, 0x0004003du, 0x00000006u, 0x00005228u, 0x0000521cu, 0x000500c7u, - 0x00000006u, 0x00005229u, 0x00005228u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000522au, 0x00005229u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000522cu, 0x00005225u, 0x0000522au, 0x000500c6u, 0x00000006u, - 0x0000522eu, 0x0000522cu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005231u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x0000522eu, 0x0004003du, 0x0000022bu, 0x00005232u, 0x00005231u, 0x00040071u, - 0x00000006u, 0x00005233u, 0x00005232u, 0x000500c4u, 0x00000006u, 0x00005235u, 0x00005233u, 0x00000217u, - 0x00050080u, 0x00000006u, 0x00005237u, 0x00005235u, 0x000049dbu, 0x000500c6u, 0x00000006u, 0x0000523au, - 0x00005237u, 0x0000496fu, 0x000500c5u, 0x00000006u, 0x0000523du, 0x00000f3bu, 0x0000523au, 0x00080041u, - 0x00000272u, 0x0000523eu, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000523du, 0x0004003du, - 0x0000022du, 0x0000523fu, 0x0000523eu, 0x00040071u, 0x00000006u, 0x00005240u, 0x0000523fu, 0x000300f7u, - 0x00005248u, 0x00000000u, 0x000400fau, 0x00002218u, 0x00005242u, 0x00005245u, 0x000200f8u, 0x00005245u, - 0x00060050u, 0x00000355u, 0x00005260u, 0x00005240u, 0x00005240u, 0x00005240u, 0x000500c2u, 0x00000355u, - 0x00005261u, 0x00005260u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00005263u, 0x00005261u, 0x0000afadu, - 0x000500c4u, 0x00000355u, 0x00005266u, 0x00005263u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00005269u, - 0x00005263u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000526au, 0x00005266u, 0x00005269u, 0x000500c7u, - 0x00000006u, 0x0000526cu, 0x00005240u, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000526du, 0x0000526cu, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000526fu, 0x0000526au, 0x0004007cu, 0x00000008u, 0x00005271u, - 0x0000526du, 0x00050051u, 0x00000008u, 0x00005272u, 0x0000526fu, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00005273u, 0x0000526fu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005274u, 0x0000526fu, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00005275u, 0x00005272u, 0x00005273u, 0x00005274u, 0x00005271u, 0x000200f9u, - 0x00005248u, 0x000200f8u, 0x00005242u, 0x000500c2u, 0x00000006u, 0x0000524fu, 0x00005240u, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x00005251u, 0x00005240u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005253u, - 0x0000524fu, 0x0004007cu, 0x00000008u, 0x00005259u, 0x00005251u, 0x00070050u, 0x00000009u, 0x0000525au, - 0x00005253u, 0x00005253u, 0x00005253u, 0x00005259u, 0x000200f9u, 0x00005248u, 0x000200f8u, 0x00005248u, - 0x000700f5u, 0x00000009u, 0x00007852u, 0x0000525au, 0x00005242u, 0x00005275u, 0x00005245u, 0x000300f7u, - 0x000049f5u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x000049e2u, 0x000049f5u, 0x000200f8u, 0x000049e2u, - 0x00050050u, 0x0000005fu, 0x000049e5u, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x000049e6u, - 0x000049e5u, 0x0003003eu, 0x000047ecu, 0x000049e6u, 0x00050041u, 0x00000007u, 0x00005283u, 0x000047ecu, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005284u, 0x00005283u, 0x00050084u, 0x00000006u, 0x00005285u, - 0x0000477au, 0x00005284u, 0x00050080u, 0x00000006u, 0x00005286u, 0x00004777u, 0x00005285u, 0x00050041u, - 0x00000007u, 0x00005287u, 0x000047ecu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005288u, 0x00005287u, - 0x00050080u, 0x00000006u, 0x0000528au, 0x00005286u, 0x00005288u, 0x000500c7u, 0x00000006u, 0x0000528cu, - 0x0000528au, 0x00000f0au, 0x0004003du, 0x00000006u, 0x0000528fu, 0x00005283u, 0x000500c7u, 0x00000006u, - 0x00005290u, 0x0000528fu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005291u, 0x00005290u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00005293u, 0x0000528cu, 0x00005291u, 0x000500c6u, 0x00000006u, 0x00005295u, - 0x00005293u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005298u, 0x00000e72u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00005295u, 0x0004003du, 0x0000022bu, 0x00005299u, 0x00005298u, 0x00040071u, 0x00000006u, - 0x0000529au, 0x00005299u, 0x000500c4u, 0x00000006u, 0x0000529cu, 0x0000529au, 0x00000217u, 0x00050080u, - 0x00000006u, 0x0000529eu, 0x0000529cu, 0x00000487u, 0x000500c6u, 0x00000006u, 0x000052a1u, 0x0000529eu, - 0x0000496fu, 0x000500c5u, 0x00000006u, 0x000052a4u, 0x00000f3bu, 0x000052a1u, 0x00080041u, 0x00000272u, - 0x000052a5u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000052a4u, 0x0004003du, 0x0000022du, - 0x000052a6u, 0x000052a5u, 0x00040071u, 0x00000006u, 0x000052a7u, 0x000052a6u, 0x000300f7u, 0x000052afu, - 0x00000000u, 0x000400fau, 0x00002218u, 0x000052a9u, 0x000052acu, 0x000200f8u, 0x000052acu, 0x00060050u, - 0x00000355u, 0x000052c7u, 0x000052a7u, 0x000052a7u, 0x000052a7u, 0x000500c2u, 0x00000355u, 0x000052c8u, - 0x000052c7u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x000052cau, 0x000052c8u, 0x0000afadu, 0x000500c4u, - 0x00000355u, 0x000052cdu, 0x000052cau, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x000052d0u, 0x000052cau, - 0x0000afafu, 0x000500c5u, 0x00000355u, 0x000052d1u, 0x000052cdu, 0x000052d0u, 0x000500c7u, 0x00000006u, - 0x000052d3u, 0x000052a7u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000052d4u, 0x000052d3u, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x000052d6u, 0x000052d1u, 0x0004007cu, 0x00000008u, 0x000052d8u, 0x000052d4u, - 0x00050051u, 0x00000008u, 0x000052d9u, 0x000052d6u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000052dau, - 0x000052d6u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000052dbu, 0x000052d6u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000052dcu, 0x000052d9u, 0x000052dau, 0x000052dbu, 0x000052d8u, 0x000200f9u, 0x000052afu, - 0x000200f8u, 0x000052a9u, 0x000500c2u, 0x00000006u, 0x000052b6u, 0x000052a7u, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x000052b8u, 0x000052a7u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000052bau, 0x000052b6u, - 0x0004007cu, 0x00000008u, 0x000052c0u, 0x000052b8u, 0x00070050u, 0x00000009u, 0x000052c1u, 0x000052bau, - 0x000052bau, 0x000052bau, 0x000052c0u, 0x000200f9u, 0x000052afu, 0x000200f8u, 0x000052afu, 0x000700f5u, - 0x00000009u, 0x00007855u, 0x000052c1u, 0x000052a9u, 0x000052dcu, 0x000052acu, 0x00050050u, 0x0000005fu, - 0x000049eeu, 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x000049efu, 0x000049eeu, 0x0003003eu, - 0x000047f2u, 0x000049efu, 0x00050041u, 0x00000007u, 0x000052eau, 0x000047f2u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000052ebu, 0x000052eau, 0x00050084u, 0x00000006u, 0x000052ecu, 0x0000477au, 0x000052ebu, - 0x00050080u, 0x00000006u, 0x000052edu, 0x00004777u, 0x000052ecu, 0x00050041u, 0x00000007u, 0x000052eeu, - 0x000047f2u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000052efu, 0x000052eeu, 0x00050080u, 0x00000006u, - 0x000052f1u, 0x000052edu, 0x000052efu, 0x000500c7u, 0x00000006u, 0x000052f3u, 0x000052f1u, 0x00000f0au, - 0x0004003du, 0x00000006u, 0x000052f6u, 0x000052eau, 0x000500c7u, 0x00000006u, 0x000052f7u, 0x000052f6u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000052f8u, 0x000052f7u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x000052fau, 0x000052f3u, 0x000052f8u, 0x000500c6u, 0x00000006u, 0x000052fcu, 0x000052fau, 0x0000048du, - 0x00080041u, 0x00000279u, 0x000052ffu, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000052fcu, - 0x0004003du, 0x0000022bu, 0x00005300u, 0x000052ffu, 0x00040071u, 0x00000006u, 0x00005301u, 0x00005300u, - 0x000500c4u, 0x00000006u, 0x00005303u, 0x00005301u, 0x00000217u, 0x00050080u, 0x00000006u, 0x00005305u, - 0x00005303u, 0x000003c6u, 0x000500c6u, 0x00000006u, 0x00005308u, 0x00005305u, 0x0000496fu, 0x000500c5u, - 0x00000006u, 0x0000530bu, 0x00000f3bu, 0x00005308u, 0x00080041u, 0x00000272u, 0x0000530cu, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x0000530bu, 0x0004003du, 0x0000022du, 0x0000530du, 0x0000530cu, - 0x00040071u, 0x00000006u, 0x0000530eu, 0x0000530du, 0x000300f7u, 0x00005316u, 0x00000000u, 0x000400fau, - 0x00002218u, 0x00005310u, 0x00005313u, 0x000200f8u, 0x00005313u, 0x00060050u, 0x00000355u, 0x0000532eu, - 0x0000530eu, 0x0000530eu, 0x0000530eu, 0x000500c2u, 0x00000355u, 0x0000532fu, 0x0000532eu, 0x00000e1fu, - 0x000500c7u, 0x00000355u, 0x00005331u, 0x0000532fu, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00005334u, - 0x00005331u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00005337u, 0x00005331u, 0x0000afafu, 0x000500c5u, - 0x00000355u, 0x00005338u, 0x00005334u, 0x00005337u, 0x000500c7u, 0x00000006u, 0x0000533au, 0x0000530eu, - 0x00000487u, 0x00050084u, 0x00000006u, 0x0000533bu, 0x0000533au, 0x000006c4u, 0x0004007cu, 0x0000003cu, - 0x0000533du, 0x00005338u, 0x0004007cu, 0x00000008u, 0x0000533fu, 0x0000533bu, 0x00050051u, 0x00000008u, - 0x00005340u, 0x0000533du, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005341u, 0x0000533du, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00005342u, 0x0000533du, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005343u, - 0x00005340u, 0x00005341u, 0x00005342u, 0x0000533fu, 0x000200f9u, 0x00005316u, 0x000200f8u, 0x00005310u, - 0x000500c2u, 0x00000006u, 0x0000531du, 0x0000530eu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x0000531fu, - 0x0000530eu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005321u, 0x0000531du, 0x0004007cu, 0x00000008u, - 0x00005327u, 0x0000531fu, 0x00070050u, 0x00000009u, 0x00005328u, 0x00005321u, 0x00005321u, 0x00005321u, - 0x00005327u, 0x000200f9u, 0x00005316u, 0x000200f8u, 0x00005316u, 0x000700f5u, 0x00000009u, 0x00007856u, - 0x00005328u, 0x00005310u, 0x00005343u, 0x00005313u, 0x000200f9u, 0x000049f5u, 0x000200f8u, 0x000049f5u, - 0x000700f5u, 0x00000009u, 0x00007b53u, 0x00007aa3u, 0x00005248u, 0x00007856u, 0x00005316u, 0x000700f5u, - 0x00000009u, 0x00007a5eu, 0x000079acu, 0x00005248u, 0x00007855u, 0x00005316u, 0x000300f7u, 0x00004a01u, - 0x00000000u, 0x000400fau, 0x0000494cu, 0x000049f7u, 0x00004a01u, 0x000200f8u, 0x000049f7u, 0x00050050u, - 0x0000005fu, 0x000049fau, 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x000049fbu, 0x000049fau, - 0x0003003eu, 0x000047f8u, 0x000049fbu, 0x00050041u, 0x00000007u, 0x00005351u, 0x000047f8u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005352u, 0x00005351u, 0x00050084u, 0x00000006u, 0x00005353u, 0x0000477au, - 0x00005352u, 0x00050080u, 0x00000006u, 0x00005354u, 0x00004777u, 0x00005353u, 0x00050041u, 0x00000007u, - 0x00005355u, 0x000047f8u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005356u, 0x00005355u, 0x00050080u, - 0x00000006u, 0x00005358u, 0x00005354u, 0x00005356u, 0x000500c7u, 0x00000006u, 0x0000535au, 0x00005358u, - 0x00000f0au, 0x0004003du, 0x00000006u, 0x0000535du, 0x00005351u, 0x000500c7u, 0x00000006u, 0x0000535eu, - 0x0000535du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000535fu, 0x0000535eu, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005361u, 0x0000535au, 0x0000535fu, 0x000500c6u, 0x00000006u, 0x00005363u, 0x00005361u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00005366u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00005363u, 0x0004003du, 0x0000022bu, 0x00005367u, 0x00005366u, 0x00040071u, 0x00000006u, 0x00005368u, - 0x00005367u, 0x000500c4u, 0x00000006u, 0x0000536au, 0x00005368u, 0x00000217u, 0x00050080u, 0x00000006u, - 0x0000536cu, 0x0000536au, 0x0000048du, 0x000500c6u, 0x00000006u, 0x0000536fu, 0x0000536cu, 0x0000496fu, - 0x000500c5u, 0x00000006u, 0x00005372u, 0x00000f3bu, 0x0000536fu, 0x00080041u, 0x00000272u, 0x00005373u, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005372u, 0x0004003du, 0x0000022du, 0x00005374u, - 0x00005373u, 0x00040071u, 0x00000006u, 0x00005375u, 0x00005374u, 0x000300f7u, 0x0000537du, 0x00000000u, - 0x000400fau, 0x00002218u, 0x00005377u, 0x0000537au, 0x000200f8u, 0x0000537au, 0x00060050u, 0x00000355u, - 0x00005395u, 0x00005375u, 0x00005375u, 0x00005375u, 0x000500c2u, 0x00000355u, 0x00005396u, 0x00005395u, - 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00005398u, 0x00005396u, 0x0000afadu, 0x000500c4u, 0x00000355u, - 0x0000539bu, 0x00005398u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x0000539eu, 0x00005398u, 0x0000afafu, - 0x000500c5u, 0x00000355u, 0x0000539fu, 0x0000539bu, 0x0000539eu, 0x000500c7u, 0x00000006u, 0x000053a1u, - 0x00005375u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000053a2u, 0x000053a1u, 0x000006c4u, 0x0004007cu, - 0x0000003cu, 0x000053a4u, 0x0000539fu, 0x0004007cu, 0x00000008u, 0x000053a6u, 0x000053a2u, 0x00050051u, - 0x00000008u, 0x000053a7u, 0x000053a4u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000053a8u, 0x000053a4u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x000053a9u, 0x000053a4u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x000053aau, 0x000053a7u, 0x000053a8u, 0x000053a9u, 0x000053a6u, 0x000200f9u, 0x0000537du, 0x000200f8u, - 0x00005377u, 0x000500c2u, 0x00000006u, 0x00005384u, 0x00005375u, 0x00000260u, 0x000500c7u, 0x00000006u, - 0x00005386u, 0x00005375u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005388u, 0x00005384u, 0x0004007cu, - 0x00000008u, 0x0000538eu, 0x00005386u, 0x00070050u, 0x00000009u, 0x0000538fu, 0x00005388u, 0x00005388u, - 0x00005388u, 0x0000538eu, 0x000200f9u, 0x0000537du, 0x000200f8u, 0x0000537du, 0x000700f5u, 0x00000009u, - 0x00007857u, 0x0000538fu, 0x00005377u, 0x000053aau, 0x0000537au, 0x000200f9u, 0x00004a01u, 0x000200f8u, - 0x00004a01u, 0x000700f5u, 0x00000009u, 0x00007c46u, 0x00007b95u, 0x000049f5u, 0x00007857u, 0x0000537du, - 0x000200f9u, 0x00004a02u, 0x000200f8u, 0x0000499eu, 0x0004007cu, 0x000000a2u, 0x000049a0u, 0x0000784eu, - 0x0004007cu, 0x00000006u, 0x000049a3u, 0x00004789u, 0x000600a9u, 0x00000008u, 0x000049a5u, 0x00004954u, - 0x0000021au, 0x00000205u, 0x0004007cu, 0x00000006u, 0x000049a6u, 0x000049a5u, 0x0003003eu, 0x000047c7u, - 0x000049a0u, 0x00050041u, 0x00000007u, 0x00005045u, 0x000047c7u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00005046u, 0x00005045u, 0x00050084u, 0x00000006u, 0x00005047u, 0x0000477au, 0x00005046u, 0x00050080u, - 0x00000006u, 0x00005048u, 0x00004777u, 0x00005047u, 0x00050041u, 0x00000007u, 0x00005049u, 0x000047c7u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x0000504au, 0x00005049u, 0x000500c2u, 0x00000006u, 0x0000504bu, - 0x0000504au, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000504du, 0x00005048u, 0x0000504bu, 0x000500c7u, - 0x00000006u, 0x0000504fu, 0x0000504du, 0x00000f0au, 0x0004003du, 0x00000006u, 0x00005051u, 0x00005049u, - 0x000400c8u, 0x00000006u, 0x00005052u, 0x00005051u, 0x000500c7u, 0x00000006u, 0x00005053u, 0x00005052u, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00005054u, 0x00005053u, 0x00000703u, 0x0004003du, 0x00000006u, - 0x00005057u, 0x00005045u, 0x000500c7u, 0x00000006u, 0x00005058u, 0x00005057u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005059u, 0x00005058u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000505bu, 0x0000504fu, - 0x00005059u, 0x000500c6u, 0x00000006u, 0x0000505du, 0x0000505bu, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00005060u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x0000505du, 0x0004003du, 0x0000022bu, - 0x00005061u, 0x00005060u, 0x00040071u, 0x00000006u, 0x00005062u, 0x00005061u, 0x000500c2u, 0x00000006u, - 0x00005065u, 0x00005062u, 0x00005054u, 0x000500c7u, 0x00000006u, 0x00005066u, 0x00005065u, 0x00000e7bu, - 0x000500c4u, 0x00000006u, 0x00005068u, 0x000049a3u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000506au, - 0x00005066u, 0x00005068u, 0x000500c4u, 0x00000006u, 0x0000506cu, 0x0000506au, 0x00000217u, 0x00050080u, - 0x00000006u, 0x0000506eu, 0x0000506cu, 0x000049a6u, 0x000500c6u, 0x00000006u, 0x00005071u, 0x0000506eu, - 0x0000496fu, 0x000500c5u, 0x00000006u, 0x00005074u, 0x00000f3bu, 0x00005071u, 0x00080041u, 0x00000272u, - 0x00005075u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005074u, 0x0004003du, 0x0000022du, - 0x00005076u, 0x00005075u, 0x00040071u, 0x00000006u, 0x00005077u, 0x00005076u, 0x000300f7u, 0x0000507fu, - 0x00000000u, 0x000400fau, 0x00002218u, 0x00005079u, 0x0000507cu, 0x000200f8u, 0x0000507cu, 0x00060050u, - 0x00000355u, 0x00005097u, 0x00005077u, 0x00005077u, 0x00005077u, 0x000500c2u, 0x00000355u, 0x00005098u, - 0x00005097u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x0000509au, 0x00005098u, 0x0000afadu, 0x000500c4u, - 0x00000355u, 0x0000509du, 0x0000509au, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x000050a0u, 0x0000509au, - 0x0000afafu, 0x000500c5u, 0x00000355u, 0x000050a1u, 0x0000509du, 0x000050a0u, 0x000500c7u, 0x00000006u, - 0x000050a3u, 0x00005077u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000050a4u, 0x000050a3u, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x000050a6u, 0x000050a1u, 0x0004007cu, 0x00000008u, 0x000050a8u, 0x000050a4u, - 0x00050051u, 0x00000008u, 0x000050a9u, 0x000050a6u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000050aau, - 0x000050a6u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000050abu, 0x000050a6u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000050acu, 0x000050a9u, 0x000050aau, 0x000050abu, 0x000050a8u, 0x000200f9u, 0x0000507fu, - 0x000200f8u, 0x00005079u, 0x000500c2u, 0x00000006u, 0x00005086u, 0x00005077u, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x00005088u, 0x00005077u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000508au, 0x00005086u, - 0x0004007cu, 0x00000008u, 0x00005090u, 0x00005088u, 0x00070050u, 0x00000009u, 0x00005091u, 0x0000508au, - 0x0000508au, 0x0000508au, 0x00005090u, 0x000200f9u, 0x0000507fu, 0x000200f8u, 0x0000507fu, 0x000700f5u, - 0x00000009u, 0x00007858u, 0x00005091u, 0x00005079u, 0x000050acu, 0x0000507cu, 0x000300f7u, 0x000049c6u, - 0x00000000u, 0x000400fau, 0x0000221bu, 0x000049adu, 0x000049c6u, 0x000200f8u, 0x000049adu, 0x00050050u, - 0x0000005fu, 0x000049b0u, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x000049b1u, 0x000049b0u, - 0x0003003eu, 0x000047cfu, 0x000049b1u, 0x00050041u, 0x00000007u, 0x000050bbu, 0x000047cfu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000050bcu, 0x000050bbu, 0x00050084u, 0x00000006u, 0x000050bdu, 0x0000477au, - 0x000050bcu, 0x00050080u, 0x00000006u, 0x000050beu, 0x00004777u, 0x000050bdu, 0x00050041u, 0x00000007u, - 0x000050bfu, 0x000047cfu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000050c0u, 0x000050bfu, 0x000500c2u, - 0x00000006u, 0x000050c1u, 0x000050c0u, 0x00000214u, 0x00050080u, 0x00000006u, 0x000050c3u, 0x000050beu, - 0x000050c1u, 0x000500c7u, 0x00000006u, 0x000050c5u, 0x000050c3u, 0x00000f0au, 0x0004003du, 0x00000006u, - 0x000050c7u, 0x000050bfu, 0x000400c8u, 0x00000006u, 0x000050c8u, 0x000050c7u, 0x000500c7u, 0x00000006u, - 0x000050c9u, 0x000050c8u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000050cau, 0x000050c9u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x000050cdu, 0x000050bbu, 0x000500c7u, 0x00000006u, 0x000050ceu, 0x000050cdu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000050cfu, 0x000050ceu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x000050d1u, 0x000050c5u, 0x000050cfu, 0x000500c6u, 0x00000006u, 0x000050d3u, 0x000050d1u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x000050d6u, 0x00000e72u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000050d3u, - 0x0004003du, 0x0000022bu, 0x000050d7u, 0x000050d6u, 0x00040071u, 0x00000006u, 0x000050d8u, 0x000050d7u, - 0x000500c2u, 0x00000006u, 0x000050dbu, 0x000050d8u, 0x000050cau, 0x000500c7u, 0x00000006u, 0x000050dcu, - 0x000050dbu, 0x00000e7bu, 0x000500c5u, 0x00000006u, 0x000050e0u, 0x000050dcu, 0x00005068u, 0x000500c4u, - 0x00000006u, 0x000050e2u, 0x000050e0u, 0x00000217u, 0x00050080u, 0x00000006u, 0x000050e4u, 0x000050e2u, - 0x00000487u, 0x000500c6u, 0x00000006u, 0x000050e7u, 0x000050e4u, 0x0000496fu, 0x000500c5u, 0x00000006u, - 0x000050eau, 0x00000f3bu, 0x000050e7u, 0x00080041u, 0x00000272u, 0x000050ebu, 0x00000f39u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x000050eau, 0x0004003du, 0x0000022du, 0x000050ecu, 0x000050ebu, 0x00040071u, - 0x00000006u, 0x000050edu, 0x000050ecu, 0x000300f7u, 0x000050f5u, 0x00000000u, 0x000400fau, 0x00002218u, - 0x000050efu, 0x000050f2u, 0x000200f8u, 0x000050f2u, 0x00060050u, 0x00000355u, 0x0000510du, 0x000050edu, - 0x000050edu, 0x000050edu, 0x000500c2u, 0x00000355u, 0x0000510eu, 0x0000510du, 0x00000e1fu, 0x000500c7u, - 0x00000355u, 0x00005110u, 0x0000510eu, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00005113u, 0x00005110u, - 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00005116u, 0x00005110u, 0x0000afafu, 0x000500c5u, 0x00000355u, - 0x00005117u, 0x00005113u, 0x00005116u, 0x000500c7u, 0x00000006u, 0x00005119u, 0x000050edu, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000511au, 0x00005119u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000511cu, - 0x00005117u, 0x0004007cu, 0x00000008u, 0x0000511eu, 0x0000511au, 0x00050051u, 0x00000008u, 0x0000511fu, - 0x0000511cu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005120u, 0x0000511cu, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00005121u, 0x0000511cu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005122u, 0x0000511fu, - 0x00005120u, 0x00005121u, 0x0000511eu, 0x000200f9u, 0x000050f5u, 0x000200f8u, 0x000050efu, 0x000500c2u, - 0x00000006u, 0x000050fcu, 0x000050edu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x000050feu, 0x000050edu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005100u, 0x000050fcu, 0x0004007cu, 0x00000008u, 0x00005106u, - 0x000050feu, 0x00070050u, 0x00000009u, 0x00005107u, 0x00005100u, 0x00005100u, 0x00005100u, 0x00005106u, - 0x000200f9u, 0x000050f5u, 0x000200f8u, 0x000050f5u, 0x000700f5u, 0x00000009u, 0x0000785au, 0x00005107u, - 0x000050efu, 0x00005122u, 0x000050f2u, 0x00050050u, 0x0000005fu, 0x000049bcu, 0x00007839u, 0x00004942u, - 0x0004007cu, 0x000000a2u, 0x000049bdu, 0x000049bcu, 0x0003003eu, 0x000047d7u, 0x000049bdu, 0x00050041u, - 0x00000007u, 0x00005131u, 0x000047d7u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005132u, 0x00005131u, - 0x00050084u, 0x00000006u, 0x00005133u, 0x0000477au, 0x00005132u, 0x00050080u, 0x00000006u, 0x00005134u, - 0x00004777u, 0x00005133u, 0x00050041u, 0x00000007u, 0x00005135u, 0x000047d7u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005136u, 0x00005135u, 0x000500c2u, 0x00000006u, 0x00005137u, 0x00005136u, 0x00000214u, - 0x00050080u, 0x00000006u, 0x00005139u, 0x00005134u, 0x00005137u, 0x000500c7u, 0x00000006u, 0x0000513bu, - 0x00005139u, 0x00000f0au, 0x0004003du, 0x00000006u, 0x0000513du, 0x00005135u, 0x000400c8u, 0x00000006u, - 0x0000513eu, 0x0000513du, 0x000500c7u, 0x00000006u, 0x0000513fu, 0x0000513eu, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00005140u, 0x0000513fu, 0x00000703u, 0x0004003du, 0x00000006u, 0x00005143u, 0x00005131u, - 0x000500c7u, 0x00000006u, 0x00005144u, 0x00005143u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005145u, - 0x00005144u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005147u, 0x0000513bu, 0x00005145u, 0x000500c6u, - 0x00000006u, 0x00005149u, 0x00005147u, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000514cu, 0x00000e72u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00005149u, 0x0004003du, 0x0000022bu, 0x0000514du, 0x0000514cu, - 0x00040071u, 0x00000006u, 0x0000514eu, 0x0000514du, 0x000500c2u, 0x00000006u, 0x00005151u, 0x0000514eu, - 0x00005140u, 0x000500c7u, 0x00000006u, 0x00005152u, 0x00005151u, 0x00000e7bu, 0x000500c5u, 0x00000006u, - 0x00005156u, 0x00005152u, 0x00005068u, 0x000500c4u, 0x00000006u, 0x00005158u, 0x00005156u, 0x00000217u, - 0x00050080u, 0x00000006u, 0x0000515au, 0x00005158u, 0x000003c6u, 0x000500c6u, 0x00000006u, 0x0000515du, - 0x0000515au, 0x0000496fu, 0x000500c5u, 0x00000006u, 0x00005160u, 0x00000f3bu, 0x0000515du, 0x00080041u, - 0x00000272u, 0x00005161u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00005160u, 0x0004003du, - 0x0000022du, 0x00005162u, 0x00005161u, 0x00040071u, 0x00000006u, 0x00005163u, 0x00005162u, 0x000300f7u, - 0x0000516bu, 0x00000000u, 0x000400fau, 0x00002218u, 0x00005165u, 0x00005168u, 0x000200f8u, 0x00005168u, - 0x00060050u, 0x00000355u, 0x00005183u, 0x00005163u, 0x00005163u, 0x00005163u, 0x000500c2u, 0x00000355u, - 0x00005184u, 0x00005183u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00005186u, 0x00005184u, 0x0000afadu, - 0x000500c4u, 0x00000355u, 0x00005189u, 0x00005186u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x0000518cu, - 0x00005186u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000518du, 0x00005189u, 0x0000518cu, 0x000500c7u, - 0x00000006u, 0x0000518fu, 0x00005163u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005190u, 0x0000518fu, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00005192u, 0x0000518du, 0x0004007cu, 0x00000008u, 0x00005194u, - 0x00005190u, 0x00050051u, 0x00000008u, 0x00005195u, 0x00005192u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00005196u, 0x00005192u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005197u, 0x00005192u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00005198u, 0x00005195u, 0x00005196u, 0x00005197u, 0x00005194u, 0x000200f9u, - 0x0000516bu, 0x000200f8u, 0x00005165u, 0x000500c2u, 0x00000006u, 0x00005172u, 0x00005163u, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x00005174u, 0x00005163u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005176u, - 0x00005172u, 0x0004007cu, 0x00000008u, 0x0000517cu, 0x00005174u, 0x00070050u, 0x00000009u, 0x0000517du, - 0x00005176u, 0x00005176u, 0x00005176u, 0x0000517cu, 0x000200f9u, 0x0000516bu, 0x000200f8u, 0x0000516bu, - 0x000700f5u, 0x00000009u, 0x0000785bu, 0x0000517du, 0x00005165u, 0x00005198u, 0x00005168u, 0x000200f9u, - 0x000049c6u, 0x000200f8u, 0x000049c6u, 0x000700f5u, 0x00000009u, 0x00007b4fu, 0x00007aa3u, 0x0000507fu, - 0x0000785bu, 0x0000516bu, 0x000700f5u, 0x00000009u, 0x00007a59u, 0x000079acu, 0x0000507fu, 0x0000785au, - 0x0000516bu, 0x000300f7u, 0x000049d5u, 0x00000000u, 0x000400fau, 0x0000494cu, 0x000049c8u, 0x000049d5u, - 0x000200f8u, 0x000049c8u, 0x00050050u, 0x0000005fu, 0x000049cbu, 0x0000783du, 0x00004942u, 0x0004007cu, - 0x000000a2u, 0x000049ccu, 0x000049cbu, 0x0003003eu, 0x000047dfu, 0x000049ccu, 0x00050041u, 0x00000007u, - 0x000051a7u, 0x000047dfu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000051a8u, 0x000051a7u, 0x00050084u, - 0x00000006u, 0x000051a9u, 0x0000477au, 0x000051a8u, 0x00050080u, 0x00000006u, 0x000051aau, 0x00004777u, - 0x000051a9u, 0x00050041u, 0x00000007u, 0x000051abu, 0x000047dfu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x000051acu, 0x000051abu, 0x000500c2u, 0x00000006u, 0x000051adu, 0x000051acu, 0x00000214u, 0x00050080u, - 0x00000006u, 0x000051afu, 0x000051aau, 0x000051adu, 0x000500c7u, 0x00000006u, 0x000051b1u, 0x000051afu, - 0x00000f0au, 0x0004003du, 0x00000006u, 0x000051b3u, 0x000051abu, 0x000400c8u, 0x00000006u, 0x000051b4u, - 0x000051b3u, 0x000500c7u, 0x00000006u, 0x000051b5u, 0x000051b4u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x000051b6u, 0x000051b5u, 0x00000703u, 0x0004003du, 0x00000006u, 0x000051b9u, 0x000051a7u, 0x000500c7u, - 0x00000006u, 0x000051bau, 0x000051b9u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000051bbu, 0x000051bau, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x000051bdu, 0x000051b1u, 0x000051bbu, 0x000500c6u, 0x00000006u, - 0x000051bfu, 0x000051bdu, 0x0000048du, 0x00080041u, 0x00000279u, 0x000051c2u, 0x00000e72u, 0x00000205u, - 0x00002204u, 0x00000205u, 0x000051bfu, 0x0004003du, 0x0000022bu, 0x000051c3u, 0x000051c2u, 0x00040071u, - 0x00000006u, 0x000051c4u, 0x000051c3u, 0x000500c2u, 0x00000006u, 0x000051c7u, 0x000051c4u, 0x000051b6u, - 0x000500c7u, 0x00000006u, 0x000051c8u, 0x000051c7u, 0x00000e7bu, 0x000500c5u, 0x00000006u, 0x000051ccu, - 0x000051c8u, 0x00005068u, 0x000500c4u, 0x00000006u, 0x000051ceu, 0x000051ccu, 0x00000217u, 0x00050080u, - 0x00000006u, 0x000051d0u, 0x000051ceu, 0x0000048du, 0x000500c6u, 0x00000006u, 0x000051d3u, 0x000051d0u, - 0x0000496fu, 0x000500c5u, 0x00000006u, 0x000051d6u, 0x00000f3bu, 0x000051d3u, 0x00080041u, 0x00000272u, - 0x000051d7u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x000051d6u, 0x0004003du, 0x0000022du, - 0x000051d8u, 0x000051d7u, 0x00040071u, 0x00000006u, 0x000051d9u, 0x000051d8u, 0x000300f7u, 0x000051e1u, - 0x00000000u, 0x000400fau, 0x00002218u, 0x000051dbu, 0x000051deu, 0x000200f8u, 0x000051deu, 0x00060050u, - 0x00000355u, 0x000051f9u, 0x000051d9u, 0x000051d9u, 0x000051d9u, 0x000500c2u, 0x00000355u, 0x000051fau, - 0x000051f9u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x000051fcu, 0x000051fau, 0x0000afadu, 0x000500c4u, - 0x00000355u, 0x000051ffu, 0x000051fcu, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00005202u, 0x000051fcu, - 0x0000afafu, 0x000500c5u, 0x00000355u, 0x00005203u, 0x000051ffu, 0x00005202u, 0x000500c7u, 0x00000006u, - 0x00005205u, 0x000051d9u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005206u, 0x00005205u, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x00005208u, 0x00005203u, 0x0004007cu, 0x00000008u, 0x0000520au, 0x00005206u, - 0x00050051u, 0x00000008u, 0x0000520bu, 0x00005208u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000520cu, - 0x00005208u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000520du, 0x00005208u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x0000520eu, 0x0000520bu, 0x0000520cu, 0x0000520du, 0x0000520au, 0x000200f9u, 0x000051e1u, - 0x000200f8u, 0x000051dbu, 0x000500c2u, 0x00000006u, 0x000051e8u, 0x000051d9u, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x000051eau, 0x000051d9u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000051ecu, 0x000051e8u, - 0x0004007cu, 0x00000008u, 0x000051f2u, 0x000051eau, 0x00070050u, 0x00000009u, 0x000051f3u, 0x000051ecu, - 0x000051ecu, 0x000051ecu, 0x000051f2u, 0x000200f9u, 0x000051e1u, 0x000200f8u, 0x000051e1u, 0x000700f5u, - 0x00000009u, 0x0000785cu, 0x000051f3u, 0x000051dbu, 0x0000520eu, 0x000051deu, 0x000200f9u, 0x000049d5u, - 0x000200f8u, 0x000049d5u, 0x000700f5u, 0x00000009u, 0x00007c41u, 0x00007b95u, 0x000049c6u, 0x0000785cu, - 0x000051e1u, 0x000200f9u, 0x00004a02u, 0x000200f8u, 0x00004972u, 0x0004007cu, 0x000000a2u, 0x00004974u, - 0x0000784eu, 0x000600a9u, 0x00000008u, 0x00004976u, 0x00004954u, 0x0000021au, 0x00000205u, 0x0004007cu, - 0x00000006u, 0x00004977u, 0x00004976u, 0x0003003eu, 0x000047feu, 0x00004974u, 0x00050041u, 0x00000007u, - 0x00004e9cu, 0x000047feu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004e9du, 0x00004e9cu, 0x00050084u, - 0x00000006u, 0x00004e9eu, 0x0000477au, 0x00004e9du, 0x00050080u, 0x00000006u, 0x00004e9fu, 0x00004777u, - 0x00004e9eu, 0x00050041u, 0x00000007u, 0x00004ea0u, 0x000047feu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00004ea1u, 0x00004ea0u, 0x00050084u, 0x00000006u, 0x00004ea2u, 0x00004ea1u, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x00004ea4u, 0x00004e9fu, 0x00004ea2u, 0x000500c7u, 0x00000006u, 0x00004ea6u, 0x00004ea4u, - 0x00000f0au, 0x000500c2u, 0x00000006u, 0x00004ea8u, 0x00004ea6u, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00004eaau, 0x00004e9cu, 0x000500c7u, 0x00000006u, 0x00004eabu, 0x00004eaau, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00004eacu, 0x00004eabu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00004eaeu, 0x00004ea8u, - 0x00004eacu, 0x000500c6u, 0x00000006u, 0x00004eb0u, 0x00004eaeu, 0x00000487u, 0x00080041u, 0x00000272u, - 0x00004eb3u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00004eb0u, 0x0004003du, 0x0000022du, - 0x00004eb4u, 0x00004eb3u, 0x00040071u, 0x00000006u, 0x00004eb5u, 0x00004eb4u, 0x000500c2u, 0x00000006u, - 0x00004eb7u, 0x00004eb5u, 0x00000223u, 0x000500c7u, 0x00000006u, 0x00004eb8u, 0x00004eb7u, 0x00000fd9u, - 0x00050080u, 0x00000006u, 0x00004ebau, 0x00004eb8u, 0x00004977u, 0x000500c6u, 0x00000006u, 0x00004ebdu, - 0x00004ebau, 0x0000496fu, 0x000500c5u, 0x00000006u, 0x00004ec0u, 0x00000f3bu, 0x00004ebdu, 0x00080041u, - 0x00000272u, 0x00004ec1u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00004ec0u, 0x0004003du, - 0x0000022du, 0x00004ec2u, 0x00004ec1u, 0x00040071u, 0x00000006u, 0x00004ec3u, 0x00004ec2u, 0x000300f7u, - 0x00004ecbu, 0x00000000u, 0x000400fau, 0x00002218u, 0x00004ec5u, 0x00004ec8u, 0x000200f8u, 0x00004ec8u, - 0x00060050u, 0x00000355u, 0x00004ee3u, 0x00004ec3u, 0x00004ec3u, 0x00004ec3u, 0x000500c2u, 0x00000355u, - 0x00004ee4u, 0x00004ee3u, 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00004ee6u, 0x00004ee4u, 0x0000afadu, - 0x000500c4u, 0x00000355u, 0x00004ee9u, 0x00004ee6u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00004eecu, - 0x00004ee6u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x00004eedu, 0x00004ee9u, 0x00004eecu, 0x000500c7u, - 0x00000006u, 0x00004eefu, 0x00004ec3u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00004ef0u, 0x00004eefu, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00004ef2u, 0x00004eedu, 0x0004007cu, 0x00000008u, 0x00004ef4u, - 0x00004ef0u, 0x00050051u, 0x00000008u, 0x00004ef5u, 0x00004ef2u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00004ef6u, 0x00004ef2u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004ef7u, 0x00004ef2u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00004ef8u, 0x00004ef5u, 0x00004ef6u, 0x00004ef7u, 0x00004ef4u, 0x000200f9u, - 0x00004ecbu, 0x000200f8u, 0x00004ec5u, 0x000500c2u, 0x00000006u, 0x00004ed2u, 0x00004ec3u, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x00004ed4u, 0x00004ec3u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004ed6u, - 0x00004ed2u, 0x0004007cu, 0x00000008u, 0x00004edcu, 0x00004ed4u, 0x00070050u, 0x00000009u, 0x00004eddu, - 0x00004ed6u, 0x00004ed6u, 0x00004ed6u, 0x00004edcu, 0x000200f9u, 0x00004ecbu, 0x000200f8u, 0x00004ecbu, - 0x000700f5u, 0x00000009u, 0x0000785du, 0x00004eddu, 0x00004ec5u, 0x00004ef8u, 0x00004ec8u, 0x000300f7u, - 0x00004991u, 0x00000000u, 0x000400fau, 0x0000221bu, 0x0000497eu, 0x00004991u, 0x000200f8u, 0x0000497eu, - 0x00050050u, 0x0000005fu, 0x00004981u, 0x0000783du, 0x00004940u, 0x0004007cu, 0x000000a2u, 0x00004982u, - 0x00004981u, 0x0003003eu, 0x00004804u, 0x00004982u, 0x00050041u, 0x00000007u, 0x00004f06u, 0x00004804u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00004f07u, 0x00004f06u, 0x00050084u, 0x00000006u, 0x00004f08u, - 0x0000477au, 0x00004f07u, 0x00050080u, 0x00000006u, 0x00004f09u, 0x00004777u, 0x00004f08u, 0x00050041u, - 0x00000007u, 0x00004f0au, 0x00004804u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004f0bu, 0x00004f0au, - 0x00050084u, 0x00000006u, 0x00004f0cu, 0x00004f0bu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004f0eu, - 0x00004f09u, 0x00004f0cu, 0x000500c7u, 0x00000006u, 0x00004f10u, 0x00004f0eu, 0x00000f0au, 0x000500c2u, - 0x00000006u, 0x00004f12u, 0x00004f10u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004f14u, 0x00004f06u, - 0x000500c7u, 0x00000006u, 0x00004f15u, 0x00004f14u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004f16u, - 0x00004f15u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00004f18u, 0x00004f12u, 0x00004f16u, 0x000500c6u, - 0x00000006u, 0x00004f1au, 0x00004f18u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004f1du, 0x00000f39u, - 0x00000205u, 0x00002204u, 0x00000205u, 0x00004f1au, 0x0004003du, 0x0000022du, 0x00004f1eu, 0x00004f1du, - 0x00040071u, 0x00000006u, 0x00004f1fu, 0x00004f1eu, 0x000500c2u, 0x00000006u, 0x00004f21u, 0x00004f1fu, - 0x00000223u, 0x000500c7u, 0x00000006u, 0x00004f22u, 0x00004f21u, 0x00000fd9u, 0x00050080u, 0x00000006u, - 0x00004f24u, 0x00004f22u, 0x00000487u, 0x000500c6u, 0x00000006u, 0x00004f27u, 0x00004f24u, 0x0000496fu, - 0x000500c5u, 0x00000006u, 0x00004f2au, 0x00000f3bu, 0x00004f27u, 0x00080041u, 0x00000272u, 0x00004f2bu, - 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, 0x00004f2au, 0x0004003du, 0x0000022du, 0x00004f2cu, - 0x00004f2bu, 0x00040071u, 0x00000006u, 0x00004f2du, 0x00004f2cu, 0x000300f7u, 0x00004f35u, 0x00000000u, - 0x000400fau, 0x00002218u, 0x00004f2fu, 0x00004f32u, 0x000200f8u, 0x00004f32u, 0x00060050u, 0x00000355u, - 0x00004f4du, 0x00004f2du, 0x00004f2du, 0x00004f2du, 0x000500c2u, 0x00000355u, 0x00004f4eu, 0x00004f4du, - 0x00000e1fu, 0x000500c7u, 0x00000355u, 0x00004f50u, 0x00004f4eu, 0x0000afadu, 0x000500c4u, 0x00000355u, - 0x00004f53u, 0x00004f50u, 0x0000afaeu, 0x000500c2u, 0x00000355u, 0x00004f56u, 0x00004f50u, 0x0000afafu, - 0x000500c5u, 0x00000355u, 0x00004f57u, 0x00004f53u, 0x00004f56u, 0x000500c7u, 0x00000006u, 0x00004f59u, - 0x00004f2du, 0x00000487u, 0x00050084u, 0x00000006u, 0x00004f5au, 0x00004f59u, 0x000006c4u, 0x0004007cu, - 0x0000003cu, 0x00004f5cu, 0x00004f57u, 0x0004007cu, 0x00000008u, 0x00004f5eu, 0x00004f5au, 0x00050051u, - 0x00000008u, 0x00004f5fu, 0x00004f5cu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004f60u, 0x00004f5cu, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00004f61u, 0x00004f5cu, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00004f62u, 0x00004f5fu, 0x00004f60u, 0x00004f61u, 0x00004f5eu, 0x000200f9u, 0x00004f35u, 0x000200f8u, - 0x00004f2fu, 0x000500c2u, 0x00000006u, 0x00004f3cu, 0x00004f2du, 0x00000260u, 0x000500c7u, 0x00000006u, - 0x00004f3eu, 0x00004f2du, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004f40u, 0x00004f3cu, 0x0004007cu, - 0x00000008u, 0x00004f46u, 0x00004f3eu, 0x00070050u, 0x00000009u, 0x00004f47u, 0x00004f40u, 0x00004f40u, - 0x00004f40u, 0x00004f46u, 0x000200f9u, 0x00004f35u, 0x000200f8u, 0x00004f35u, 0x000700f5u, 0x00000009u, - 0x0000785fu, 0x00004f47u, 0x00004f2fu, 0x00004f62u, 0x00004f32u, 0x00050050u, 0x0000005fu, 0x0000498au, - 0x00007839u, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x0000498bu, 0x0000498au, 0x0003003eu, 0x0000480au, - 0x0000498bu, 0x00050041u, 0x00000007u, 0x00004f70u, 0x0000480au, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00004f71u, 0x00004f70u, 0x00050084u, 0x00000006u, 0x00004f72u, 0x0000477au, 0x00004f71u, 0x00050080u, - 0x00000006u, 0x00004f73u, 0x00004777u, 0x00004f72u, 0x00050041u, 0x00000007u, 0x00004f74u, 0x0000480au, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00004f75u, 0x00004f74u, 0x00050084u, 0x00000006u, 0x00004f76u, - 0x00004f75u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004f78u, 0x00004f73u, 0x00004f76u, 0x000500c7u, - 0x00000006u, 0x00004f7au, 0x00004f78u, 0x00000f0au, 0x000500c2u, 0x00000006u, 0x00004f7cu, 0x00004f7au, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00004f7eu, 0x00004f70u, 0x000500c7u, 0x00000006u, 0x00004f7fu, - 0x00004f7eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004f80u, 0x00004f7fu, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00004f82u, 0x00004f7cu, 0x00004f80u, 0x000500c6u, 0x00000006u, 0x00004f84u, 0x00004f82u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00004f87u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00004f84u, 0x0004003du, 0x0000022du, 0x00004f88u, 0x00004f87u, 0x00040071u, 0x00000006u, 0x00004f89u, - 0x00004f88u, 0x000500c2u, 0x00000006u, 0x00004f8bu, 0x00004f89u, 0x00000223u, 0x000500c7u, 0x00000006u, - 0x00004f8cu, 0x00004f8bu, 0x00000fd9u, 0x00050080u, 0x00000006u, 0x00004f8eu, 0x00004f8cu, 0x000003c6u, - 0x000500c6u, 0x00000006u, 0x00004f91u, 0x00004f8eu, 0x0000496fu, 0x000500c5u, 0x00000006u, 0x00004f94u, - 0x00000f3bu, 0x00004f91u, 0x00080041u, 0x00000272u, 0x00004f95u, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00004f94u, 0x0004003du, 0x0000022du, 0x00004f96u, 0x00004f95u, 0x00040071u, 0x00000006u, - 0x00004f97u, 0x00004f96u, 0x000300f7u, 0x00004f9fu, 0x00000000u, 0x000400fau, 0x00002218u, 0x00004f99u, - 0x00004f9cu, 0x000200f8u, 0x00004f9cu, 0x00060050u, 0x00000355u, 0x00004fb7u, 0x00004f97u, 0x00004f97u, - 0x00004f97u, 0x000500c2u, 0x00000355u, 0x00004fb8u, 0x00004fb7u, 0x00000e1fu, 0x000500c7u, 0x00000355u, - 0x00004fbau, 0x00004fb8u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00004fbdu, 0x00004fbau, 0x0000afaeu, - 0x000500c2u, 0x00000355u, 0x00004fc0u, 0x00004fbau, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x00004fc1u, - 0x00004fbdu, 0x00004fc0u, 0x000500c7u, 0x00000006u, 0x00004fc3u, 0x00004f97u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00004fc4u, 0x00004fc3u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00004fc6u, 0x00004fc1u, - 0x0004007cu, 0x00000008u, 0x00004fc8u, 0x00004fc4u, 0x00050051u, 0x00000008u, 0x00004fc9u, 0x00004fc6u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00004fcau, 0x00004fc6u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00004fcbu, 0x00004fc6u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004fccu, 0x00004fc9u, 0x00004fcau, - 0x00004fcbu, 0x00004fc8u, 0x000200f9u, 0x00004f9fu, 0x000200f8u, 0x00004f99u, 0x000500c2u, 0x00000006u, - 0x00004fa6u, 0x00004f97u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00004fa8u, 0x00004f97u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00004faau, 0x00004fa6u, 0x0004007cu, 0x00000008u, 0x00004fb0u, 0x00004fa8u, - 0x00070050u, 0x00000009u, 0x00004fb1u, 0x00004faau, 0x00004faau, 0x00004faau, 0x00004fb0u, 0x000200f9u, - 0x00004f9fu, 0x000200f8u, 0x00004f9fu, 0x000700f5u, 0x00000009u, 0x00007860u, 0x00004fb1u, 0x00004f99u, - 0x00004fccu, 0x00004f9cu, 0x000200f9u, 0x00004991u, 0x000200f8u, 0x00004991u, 0x000700f5u, 0x00000009u, - 0x00007b4au, 0x00007aa3u, 0x00004ecbu, 0x00007860u, 0x00004f9fu, 0x000700f5u, 0x00000009u, 0x00007a53u, - 0x000079acu, 0x00004ecbu, 0x0000785fu, 0x00004f9fu, 0x000300f7u, 0x0000499du, 0x00000000u, 0x000400fau, - 0x0000494cu, 0x00004993u, 0x0000499du, 0x000200f8u, 0x00004993u, 0x00050050u, 0x0000005fu, 0x00004996u, - 0x0000783du, 0x00004942u, 0x0004007cu, 0x000000a2u, 0x00004997u, 0x00004996u, 0x0003003eu, 0x00004810u, - 0x00004997u, 0x00050041u, 0x00000007u, 0x00004fdau, 0x00004810u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00004fdbu, 0x00004fdau, 0x00050084u, 0x00000006u, 0x00004fdcu, 0x0000477au, 0x00004fdbu, 0x00050080u, - 0x00000006u, 0x00004fddu, 0x00004777u, 0x00004fdcu, 0x00050041u, 0x00000007u, 0x00004fdeu, 0x00004810u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00004fdfu, 0x00004fdeu, 0x00050084u, 0x00000006u, 0x00004fe0u, - 0x00004fdfu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004fe2u, 0x00004fddu, 0x00004fe0u, 0x000500c7u, - 0x00000006u, 0x00004fe4u, 0x00004fe2u, 0x00000f0au, 0x000500c2u, 0x00000006u, 0x00004fe6u, 0x00004fe4u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00004fe8u, 0x00004fdau, 0x000500c7u, 0x00000006u, 0x00004fe9u, - 0x00004fe8u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004feau, 0x00004fe9u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00004fecu, 0x00004fe6u, 0x00004feau, 0x000500c6u, 0x00000006u, 0x00004feeu, 0x00004fecu, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00004ff1u, 0x00000f39u, 0x00000205u, 0x00002204u, 0x00000205u, - 0x00004feeu, 0x0004003du, 0x0000022du, 0x00004ff2u, 0x00004ff1u, 0x00040071u, 0x00000006u, 0x00004ff3u, - 0x00004ff2u, 0x000500c2u, 0x00000006u, 0x00004ff5u, 0x00004ff3u, 0x00000223u, 0x000500c7u, 0x00000006u, - 0x00004ff6u, 0x00004ff5u, 0x00000fd9u, 0x00050080u, 0x00000006u, 0x00004ff8u, 0x00004ff6u, 0x0000048du, - 0x000500c6u, 0x00000006u, 0x00004ffbu, 0x00004ff8u, 0x0000496fu, 0x000500c5u, 0x00000006u, 0x00004ffeu, - 0x00000f3bu, 0x00004ffbu, 0x00080041u, 0x00000272u, 0x00004fffu, 0x00000f39u, 0x00000205u, 0x00002204u, - 0x00000205u, 0x00004ffeu, 0x0004003du, 0x0000022du, 0x00005000u, 0x00004fffu, 0x00040071u, 0x00000006u, - 0x00005001u, 0x00005000u, 0x000300f7u, 0x00005009u, 0x00000000u, 0x000400fau, 0x00002218u, 0x00005003u, - 0x00005006u, 0x000200f8u, 0x00005006u, 0x00060050u, 0x00000355u, 0x00005021u, 0x00005001u, 0x00005001u, - 0x00005001u, 0x000500c2u, 0x00000355u, 0x00005022u, 0x00005021u, 0x00000e1fu, 0x000500c7u, 0x00000355u, - 0x00005024u, 0x00005022u, 0x0000afadu, 0x000500c4u, 0x00000355u, 0x00005027u, 0x00005024u, 0x0000afaeu, - 0x000500c2u, 0x00000355u, 0x0000502au, 0x00005024u, 0x0000afafu, 0x000500c5u, 0x00000355u, 0x0000502bu, - 0x00005027u, 0x0000502au, 0x000500c7u, 0x00000006u, 0x0000502du, 0x00005001u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x0000502eu, 0x0000502du, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00005030u, 0x0000502bu, - 0x0004007cu, 0x00000008u, 0x00005032u, 0x0000502eu, 0x00050051u, 0x00000008u, 0x00005033u, 0x00005030u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00005034u, 0x00005030u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00005035u, 0x00005030u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005036u, 0x00005033u, 0x00005034u, - 0x00005035u, 0x00005032u, 0x000200f9u, 0x00005009u, 0x000200f8u, 0x00005003u, 0x000500c2u, 0x00000006u, - 0x00005010u, 0x00005001u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005012u, 0x00005001u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00005014u, 0x00005010u, 0x0004007cu, 0x00000008u, 0x0000501au, 0x00005012u, - 0x00070050u, 0x00000009u, 0x0000501bu, 0x00005014u, 0x00005014u, 0x00005014u, 0x0000501au, 0x000200f9u, - 0x00005009u, 0x000200f8u, 0x00005009u, 0x000700f5u, 0x00000009u, 0x00007861u, 0x0000501bu, 0x00005003u, - 0x00005036u, 0x00005006u, 0x000200f9u, 0x0000499du, 0x000200f8u, 0x0000499du, 0x000700f5u, 0x00000009u, - 0x00007c3bu, 0x00007b95u, 0x00004991u, 0x00007861u, 0x00005009u, 0x000200f9u, 0x00004a02u, 0x000200f8u, - 0x00004a02u, 0x000900f5u, 0x00000009u, 0x00007c3au, 0x00007c3bu, 0x0000499du, 0x00007c41u, 0x000049d5u, - 0x00007c46u, 0x00004a01u, 0x000900f5u, 0x00000009u, 0x00007b48u, 0x00007b4au, 0x0000499du, 0x00007b4fu, - 0x000049d5u, 0x00007b53u, 0x00004a01u, 0x000900f5u, 0x00000009u, 0x00007a51u, 0x00007a53u, 0x0000499du, - 0x00007a59u, 0x000049d5u, 0x00007a5eu, 0x00004a01u, 0x000900f5u, 0x00000009u, 0x00007924u, 0x0000785du, - 0x0000499du, 0x00007858u, 0x000049d5u, 0x00007852u, 0x00004a01u, 0x000200f9u, 0x00004a03u, 0x000200f8u, - 0x00004a03u, 0x000700f5u, 0x00000009u, 0x00007b79u, 0x00007b95u, 0x00004967u, 0x00007c3au, 0x00004a02u, - 0x000700f5u, 0x00000009u, 0x00007a87u, 0x00007aa3u, 0x00004967u, 0x00007b48u, 0x00004a02u, 0x000700f5u, - 0x00000009u, 0x00007990u, 0x000079acu, 0x00004967u, 0x00007a51u, 0x00004a02u, 0x000700f5u, 0x00000009u, - 0x00007863u, 0x0000787fu, 0x00004967u, 0x00007924u, 0x00004a02u, 0x000200f9u, 0x00004c20u, 0x000200f8u, - 0x00004c20u, 0x000700f5u, 0x00000009u, 0x00007b78u, 0x00007b79u, 0x00004a03u, 0x00007c4bu, 0x00004c1fu, - 0x000700f5u, 0x00000009u, 0x00007a86u, 0x00007a87u, 0x00004a03u, 0x00007b56u, 0x00004c1fu, 0x000700f5u, - 0x00000009u, 0x0000798fu, 0x00007990u, 0x00004a03u, 0x00007a62u, 0x00004c1fu, 0x000700f5u, 0x00000009u, - 0x00007862u, 0x00007863u, 0x00004a03u, 0x00007934u, 0x00004c1fu, 0x000300f7u, 0x00004dafu, 0x00000000u, - 0x000400fau, 0x00002254u, 0x00004c22u, 0x00004cfbu, 0x000200f8u, 0x00004cfbu, 0x000300f7u, 0x00004daeu, - 0x00000000u, 0x000400fau, 0x00004952u, 0x00004cfdu, 0x00004d70u, 0x000200f8u, 0x00004d70u, 0x000300f7u, - 0x00004dadu, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004d72u, 0x00004d7eu, 0x000200f8u, 0x00004d7eu, - 0x000500a7u, 0x0000005du, 0x00004d81u, 0x0000225au, 0x0000221bu, 0x000300f7u, 0x00004dacu, 0x00000000u, - 0x000400fau, 0x00004d81u, 0x00004d82u, 0x00004daau, 0x000200f8u, 0x00004daau, 0x000200f9u, 0x00004dacu, - 0x000200f8u, 0x00004d82u, 0x000300f7u, 0x00004d8cu, 0x00000000u, 0x000400fau, 0x00004954u, 0x00004d85u, - 0x00004d8au, 0x000200f8u, 0x00004d8au, 0x0004003du, 0x0000005fu, 0x00004d8bu, 0x000047aeu, 0x000200f9u, - 0x00004d8cu, 0x000200f8u, 0x00004d85u, 0x0004003du, 0x0000005fu, 0x00004d86u, 0x000047aeu, 0x0007004fu, - 0x0000005fu, 0x00004d87u, 0x00004d86u, 0x00004d86u, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000005fu, - 0x00004d89u, 0x0000afb3u, 0x00004d87u, 0x000200f9u, 0x00004d8cu, 0x000200f8u, 0x00004d8cu, 0x000700f5u, - 0x0000005fu, 0x0000798du, 0x00004d89u, 0x00004d85u, 0x00004d8bu, 0x00004d8au, 0x0003003eu, 0x000048f4u, - 0x0000798du, 0x00050082u, 0x00000009u, 0x00004d93u, 0x0000798fu, 0x00007862u, 0x00050041u, 0x0000003eu, - 0x00004d94u, 0x000048f4u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004d95u, 0x00004d94u, 0x00070050u, - 0x00000009u, 0x00004d96u, 0x00004d95u, 0x00004d95u, 0x00004d95u, 0x00004d95u, 0x00050084u, 0x00000009u, - 0x00004d97u, 0x00004d93u, 0x00004d96u, 0x00050082u, 0x00000009u, 0x00004d9au, 0x00007a86u, 0x00007862u, - 0x00050041u, 0x0000003eu, 0x00004d9bu, 0x000048f4u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004d9cu, - 0x00004d9bu, 0x00070050u, 0x00000009u, 0x00004d9du, 0x00004d9cu, 0x00004d9cu, 0x00004d9cu, 0x00004d9cu, - 0x00050084u, 0x00000009u, 0x00004d9eu, 0x00004d9au, 0x00004d9du, 0x00050080u, 0x00000009u, 0x00004da0u, - 0x00004d97u, 0x00004d9eu, 0x00050080u, 0x00000009u, 0x00004da3u, 0x00004da0u, 0x0000afb4u, 0x000500c3u, - 0x00000009u, 0x00004da6u, 0x00004da3u, 0x0000afb5u, 0x00050080u, 0x00000009u, 0x00004da9u, 0x00004da6u, - 0x00007862u, 0x000200f9u, 0x00004dacu, 0x000200f8u, 0x00004dacu, 0x000700f5u, 0x00000009u, 0x00007cacu, - 0x00004da9u, 0x00004d8cu, 0x00007862u, 0x00004daau, 0x000200f9u, 0x00004dadu, 0x000200f8u, 0x00004d72u, - 0x00050080u, 0x00000009u, 0x00004d75u, 0x00007862u, 0x00007a86u, 0x00050080u, 0x00000009u, 0x00004d77u, - 0x00004d75u, 0x0000798fu, 0x00050080u, 0x00000009u, 0x00004d79u, 0x00004d77u, 0x00007b78u, 0x00050080u, - 0x00000009u, 0x00004d7bu, 0x00004d79u, 0x0000afb0u, 0x000500c3u, 0x00000009u, 0x00004d7du, 0x00004d7bu, - 0x0000afb0u, 0x000200f9u, 0x00004dadu, 0x000200f8u, 0x00004dadu, 0x000700f5u, 0x00000009u, 0x00007cabu, - 0x00004d7du, 0x00004d72u, 0x00007cacu, 0x00004dacu, 0x000200f9u, 0x00004daeu, 0x000200f8u, 0x00004cfdu, - 0x000300f7u, 0x00004d6fu, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004cffu, 0x00004d6du, 0x000200f8u, - 0x00004d6du, 0x000200f9u, 0x00004d6fu, 0x000200f8u, 0x00004cffu, 0x000300f7u, 0x00004d65u, 0x00000000u, - 0x000400fau, 0x0000225au, 0x00004d01u, 0x00004d49u, 0x000200f8u, 0x00004d49u, 0x0004003du, 0x00000008u, - 0x00004d4bu, 0x00004921u, 0x0004003du, 0x00000008u, 0x00004d4du, 0x00004923u, 0x00050080u, 0x00000008u, - 0x00004d4eu, 0x00004d4bu, 0x00004d4du, 0x000500afu, 0x0000005du, 0x00004d4fu, 0x00004d4eu, 0x0000037fu, - 0x000300f7u, 0x00004d56u, 0x00000000u, 0x000400fau, 0x00004d4fu, 0x00004d50u, 0x00004d53u, 0x000200f8u, - 0x00004d53u, 0x0007004fu, 0x0000005fu, 0x00004d55u, 0x00007862u, 0x00007862u, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x00004d56u, 0x000200f8u, 0x00004d50u, 0x0007004fu, 0x0000005fu, 0x00004d52u, 0x00007b78u, - 0x00007b78u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004d56u, 0x000200f8u, 0x00004d56u, 0x000700f5u, - 0x0000005fu, 0x00007c6du, 0x00004d52u, 0x00004d50u, 0x00004d55u, 0x00004d53u, 0x0004003du, 0x00000008u, - 0x00004d5au, 0x00004923u, 0x00050080u, 0x00000008u, 0x00004d5bu, 0x00004965u, 0x00004d5au, 0x000500afu, - 0x0000005du, 0x00004d5cu, 0x00004d5bu, 0x0000037fu, 0x000300f7u, 0x00004d63u, 0x00000000u, 0x000400fau, - 0x00004d5cu, 0x00004d5du, 0x00004d60u, 0x000200f8u, 0x00004d60u, 0x0007004fu, 0x0000005fu, 0x00004d62u, - 0x00007862u, 0x00007862u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004d63u, 0x000200f8u, 0x00004d5du, - 0x0007004fu, 0x0000005fu, 0x00004d5fu, 0x00007b78u, 0x00007b78u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00004d63u, 0x000200f8u, 0x00004d63u, 0x000700f5u, 0x0000005fu, 0x00007c70u, 0x00004d5fu, 0x00004d5du, - 0x00004d62u, 0x00004d60u, 0x000200f9u, 0x00004d65u, 0x000200f8u, 0x00004d01u, 0x0004003du, 0x00000008u, - 0x00004d05u, 0x00004923u, 0x00050050u, 0x0000005fu, 0x00004d06u, 0x00004965u, 0x00004d05u, 0x000500aau, - 0x0000087fu, 0x00004d07u, 0x00004d06u, 0x000013a9u, 0x00050051u, 0x0000005du, 0x00004d08u, 0x00004d07u, - 0x00000000u, 0x00050051u, 0x0000005du, 0x00004d09u, 0x00004d07u, 0x00000001u, 0x00060050u, 0x000003a3u, - 0x00004d0au, 0x00002245u, 0x00004d08u, 0x00004d09u, 0x0004009bu, 0x0000005du, 0x00004d0bu, 0x00004d0au, - 0x000300f7u, 0x00004d2bu, 0x00000000u, 0x000400fau, 0x00004d0bu, 0x00004d0du, 0x00004d1du, 0x000200f8u, - 0x00004d1du, 0x0004003du, 0x00000008u, 0x00004d20u, 0x00004923u, 0x00050050u, 0x0000005fu, 0x00004d21u, - 0x00004965u, 0x00004d20u, 0x0007004fu, 0x0000005fu, 0x00004d23u, 0x00007862u, 0x00007862u, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x0000005fu, 0x00004d25u, 0x0000798fu, 0x0000798fu, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x0000005fu, 0x00004d27u, 0x00007a86u, 0x00007a86u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x0000005fu, 0x00004d29u, 0x00007b78u, 0x00007b78u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x000048ebu, - 0x00004d21u, 0x00050041u, 0x0000003eu, 0x00005f9eu, 0x000048ebu, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00005f9fu, 0x00005f9eu, 0x00050041u, 0x0000003eu, 0x00005fa0u, 0x000048ebu, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00005fa1u, 0x00005fa0u, 0x00050080u, 0x00000008u, 0x00005fa2u, 0x00005f9fu, 0x00005fa1u, - 0x000500afu, 0x0000005du, 0x00005fa4u, 0x00005fa2u, 0x0000037fu, 0x00050050u, 0x0000087fu, 0x00005fa7u, - 0x00005fa4u, 0x00005fa4u, 0x000600a9u, 0x0000005fu, 0x00005fa8u, 0x00005fa7u, 0x00004d29u, 0x00004d23u, - 0x000300f7u, 0x00005fb2u, 0x00000000u, 0x000400fau, 0x00005fa4u, 0x00005fabu, 0x00005fb0u, 0x000200f8u, - 0x00005fb0u, 0x000200f9u, 0x00005fb2u, 0x000200f8u, 0x00005fabu, 0x0007004fu, 0x0000005fu, 0x00005fadu, - 0x00004d21u, 0x00004d21u, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000005fu, 0x00005fafu, 0x0000afb3u, - 0x00005fadu, 0x000200f9u, 0x00005fb2u, 0x000200f8u, 0x00005fb2u, 0x000700f5u, 0x0000005fu, 0x00007c71u, - 0x00005fafu, 0x00005fabu, 0x00004d21u, 0x00005fb0u, 0x0003003eu, 0x00005f99u, 0x00007c71u, 0x00050082u, - 0x0000005fu, 0x00005fb9u, 0x00004d25u, 0x00005fa8u, 0x00050041u, 0x0000003eu, 0x00005fbau, 0x00005f99u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00005fbbu, 0x00005fbau, 0x00050050u, 0x0000005fu, 0x00005fbcu, - 0x00005fbbu, 0x00005fbbu, 0x00050084u, 0x0000005fu, 0x00005fbdu, 0x00005fb9u, 0x00005fbcu, 0x00050082u, - 0x0000005fu, 0x00005fc0u, 0x00004d27u, 0x00005fa8u, 0x00050041u, 0x0000003eu, 0x00005fc1u, 0x00005f99u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00005fc2u, 0x00005fc1u, 0x00050050u, 0x0000005fu, 0x00005fc3u, - 0x00005fc2u, 0x00005fc2u, 0x00050084u, 0x0000005fu, 0x00005fc4u, 0x00005fc0u, 0x00005fc3u, 0x00050080u, - 0x0000005fu, 0x00005fc6u, 0x00005fbdu, 0x00005fc4u, 0x00050080u, 0x0000005fu, 0x00005fc9u, 0x00005fc6u, - 0x000013a9u, 0x000500c3u, 0x0000005fu, 0x00005fccu, 0x00005fc9u, 0x0000afa9u, 0x00050080u, 0x0000005fu, - 0x00005fcfu, 0x00005fccu, 0x00005fa8u, 0x000200f9u, 0x00004d2bu, 0x000200f8u, 0x00004d0du, 0x0007004fu, - 0x0000005fu, 0x00004d0fu, 0x00007862u, 0x00007862u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, - 0x00004d11u, 0x0000798fu, 0x0000798fu, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000005fu, 0x00004d12u, - 0x00004d0fu, 0x00004d11u, 0x0007004fu, 0x0000005fu, 0x00004d14u, 0x00007b78u, 0x00007b78u, 0x00000000u, - 0x00000001u, 0x00050080u, 0x0000005fu, 0x00004d15u, 0x00004d12u, 0x00004d14u, 0x0007004fu, 0x0000005fu, - 0x00004d17u, 0x00007a86u, 0x00007a86u, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000005fu, 0x00004d18u, - 0x00004d15u, 0x00004d17u, 0x00050080u, 0x0000005fu, 0x00004d1au, 0x00004d18u, 0x0000afb2u, 0x000500c3u, - 0x0000005fu, 0x00004d1cu, 0x00004d1au, 0x0000afb2u, 0x000200f9u, 0x00004d2bu, 0x000200f8u, 0x00004d2bu, - 0x000700f5u, 0x0000005fu, 0x00007c7du, 0x00004d1cu, 0x00004d0du, 0x00005fcfu, 0x00005fb2u, 0x000300f7u, - 0x00004d48u, 0x00000000u, 0x000400fau, 0x0000494cu, 0x00004d2du, 0x00004d3du, 0x000200f8u, 0x00004d3du, - 0x0007004fu, 0x0000005fu, 0x00004d3fu, 0x00007862u, 0x00007862u, 0x00000002u, 0x00000003u, 0x0007004fu, - 0x0000005fu, 0x00004d41u, 0x0000798fu, 0x0000798fu, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000005fu, - 0x00004d43u, 0x00007a86u, 0x00007a86u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000005fu, 0x00004d45u, - 0x00007b78u, 0x00007b78u, 0x00000002u, 0x00000003u, 0x0004003du, 0x0000005fu, 0x00004d46u, 0x000047aeu, - 0x0003003eu, 0x000048f1u, 0x00004d46u, 0x00050041u, 0x0000003eu, 0x00005fd8u, 0x000048f1u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00005fd9u, 0x00005fd8u, 0x00050041u, 0x0000003eu, 0x00005fdau, 0x000048f1u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00005fdbu, 0x00005fdau, 0x00050080u, 0x00000008u, 0x00005fdcu, - 0x00005fd9u, 0x00005fdbu, 0x000500afu, 0x0000005du, 0x00005fdeu, 0x00005fdcu, 0x0000037fu, 0x00050050u, - 0x0000087fu, 0x00005fe1u, 0x00005fdeu, 0x00005fdeu, 0x000600a9u, 0x0000005fu, 0x00005fe2u, 0x00005fe1u, - 0x00004d45u, 0x00004d3fu, 0x000300f7u, 0x00005fecu, 0x00000000u, 0x000400fau, 0x00005fdeu, 0x00005fe5u, - 0x00005feau, 0x000200f8u, 0x00005feau, 0x000200f9u, 0x00005fecu, 0x000200f8u, 0x00005fe5u, 0x0007004fu, - 0x0000005fu, 0x00005fe7u, 0x00004d46u, 0x00004d46u, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000005fu, - 0x00005fe9u, 0x0000afb3u, 0x00005fe7u, 0x000200f9u, 0x00005fecu, 0x000200f8u, 0x00005fecu, 0x000700f5u, - 0x0000005fu, 0x00007c7au, 0x00005fe9u, 0x00005fe5u, 0x00004d46u, 0x00005feau, 0x0003003eu, 0x00005fd3u, - 0x00007c7au, 0x00050082u, 0x0000005fu, 0x00005ff3u, 0x00004d41u, 0x00005fe2u, 0x00050041u, 0x0000003eu, - 0x00005ff4u, 0x00005fd3u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00005ff5u, 0x00005ff4u, 0x00050050u, - 0x0000005fu, 0x00005ff6u, 0x00005ff5u, 0x00005ff5u, 0x00050084u, 0x0000005fu, 0x00005ff7u, 0x00005ff3u, - 0x00005ff6u, 0x00050082u, 0x0000005fu, 0x00005ffau, 0x00004d43u, 0x00005fe2u, 0x00050041u, 0x0000003eu, - 0x00005ffbu, 0x00005fd3u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00005ffcu, 0x00005ffbu, 0x00050050u, - 0x0000005fu, 0x00005ffdu, 0x00005ffcu, 0x00005ffcu, 0x00050084u, 0x0000005fu, 0x00005ffeu, 0x00005ffau, - 0x00005ffdu, 0x00050080u, 0x0000005fu, 0x00006000u, 0x00005ff7u, 0x00005ffeu, 0x00050080u, 0x0000005fu, - 0x00006003u, 0x00006000u, 0x000013a9u, 0x000500c3u, 0x0000005fu, 0x00006006u, 0x00006003u, 0x0000afa9u, - 0x00050080u, 0x0000005fu, 0x00006009u, 0x00006006u, 0x00005fe2u, 0x000200f9u, 0x00004d48u, 0x000200f8u, - 0x00004d2du, 0x0007004fu, 0x0000005fu, 0x00004d2fu, 0x00007862u, 0x00007862u, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x0000005fu, 0x00004d31u, 0x0000798fu, 0x0000798fu, 0x00000002u, 0x00000003u, 0x00050080u, - 0x0000005fu, 0x00004d32u, 0x00004d2fu, 0x00004d31u, 0x0007004fu, 0x0000005fu, 0x00004d34u, 0x00007b78u, - 0x00007b78u, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000005fu, 0x00004d35u, 0x00004d32u, 0x00004d34u, - 0x0007004fu, 0x0000005fu, 0x00004d37u, 0x00007a86u, 0x00007a86u, 0x00000002u, 0x00000003u, 0x00050080u, - 0x0000005fu, 0x00004d38u, 0x00004d35u, 0x00004d37u, 0x00050080u, 0x0000005fu, 0x00004d3au, 0x00004d38u, - 0x0000afb2u, 0x000500c3u, 0x0000005fu, 0x00004d3cu, 0x00004d3au, 0x0000afb2u, 0x000200f9u, 0x00004d48u, - 0x000200f8u, 0x00004d48u, 0x000700f5u, 0x0000005fu, 0x00007c80u, 0x00004d3cu, 0x00004d2du, 0x00006009u, - 0x00005fecu, 0x000200f9u, 0x00004d65u, 0x000200f8u, 0x00004d65u, 0x000700f5u, 0x0000005fu, 0x00007c7fu, - 0x00007c80u, 0x00004d48u, 0x00007c6du, 0x00004d63u, 0x000700f5u, 0x0000005fu, 0x00007c7bu, 0x00007c7du, - 0x00004d48u, 0x00007c70u, 0x00004d63u, 0x00050051u, 0x00000008u, 0x00004d68u, 0x00007c7bu, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00004d69u, 0x00007c7bu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004d6au, - 0x00007c7fu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004d6bu, 0x00007c7fu, 0x00000001u, 0x00070050u, - 0x00000009u, 0x00004d6cu, 0x00004d68u, 0x00004d69u, 0x00004d6au, 0x00004d6bu, 0x000200f9u, 0x00004d6fu, - 0x000200f8u, 0x00004d6fu, 0x000700f5u, 0x00000009u, 0x00007caau, 0x00004d6cu, 0x00004d65u, 0x00007862u, - 0x00004d6du, 0x000200f9u, 0x00004daeu, 0x000200f8u, 0x00004daeu, 0x000700f5u, 0x00000009u, 0x00007ca9u, - 0x00007caau, 0x00004d6fu, 0x00007cabu, 0x00004dadu, 0x000200f9u, 0x00004dafu, 0x000200f8u, 0x00004c22u, - 0x000600cau, 0x00000009u, 0x00004c29u, 0x000077e4u, 0x00000205u, 0x00000266u, 0x0003003eu, 0x000048d2u, - 0x00004c29u, 0x000300f7u, 0x00004cfau, 0x00000000u, 0x000400fau, 0x0000221bu, 0x00004c2bu, 0x00004cf2u, - 0x000200f8u, 0x00004cf2u, 0x00050051u, 0x00000008u, 0x00004cf5u, 0x00004c29u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00004cf9u, 0x00004cf5u, 0x00004cf5u, 0x00004cf5u, 0x00004cf5u, 0x000200f9u, 0x00004cfau, - 0x000200f8u, 0x00004c2bu, 0x000300f7u, 0x00004c3au, 0x00000000u, 0x000400fau, 0x00004952u, 0x00004c2du, - 0x00004c38u, 0x000200f8u, 0x00004c38u, 0x000200f9u, 0x00004c3au, 0x000200f8u, 0x00004c2du, 0x0004003du, - 0x00000008u, 0x00004c31u, 0x00004923u, 0x00050050u, 0x0000005fu, 0x00004c32u, 0x00004965u, 0x00004c31u, - 0x000500aau, 0x0000087fu, 0x00004c33u, 0x00004c32u, 0x000013a9u, 0x00050051u, 0x0000005du, 0x00004c34u, - 0x00004c33u, 0x00000000u, 0x00050051u, 0x0000005du, 0x00004c35u, 0x00004c33u, 0x00000001u, 0x00060050u, - 0x000003a3u, 0x00004c36u, 0x00002245u, 0x00004c34u, 0x00004c35u, 0x0004009bu, 0x0000005du, 0x00004c37u, - 0x00004c36u, 0x000200f9u, 0x00004c3au, 0x000200f8u, 0x00004c3au, 0x000700f5u, 0x0000005du, 0x00007c82u, - 0x00004c37u, 0x00004c2du, 0x0000494cu, 0x00004c38u, 0x000300f7u, 0x00004c4bu, 0x00000000u, 0x000400fau, - 0x00004952u, 0x00004c40u, 0x00004c49u, 0x000200f8u, 0x00004c49u, 0x000200f9u, 0x00004c4bu, 0x000200f8u, - 0x00004c40u, 0x0004003du, 0x00000008u, 0x00004c43u, 0x00004923u, 0x00050080u, 0x00000008u, 0x00004c44u, - 0x00004965u, 0x00004c43u, 0x000500afu, 0x0000005du, 0x00004c45u, 0x00004c44u, 0x0000037fu, 0x000400a8u, - 0x0000005du, 0x00004c47u, 0x00007c82u, 0x000500a7u, 0x0000005du, 0x00004c48u, 0x00004c45u, 0x00004c47u, - 0x000200f9u, 0x00004c4bu, 0x000200f8u, 0x00004c4bu, 0x000700f5u, 0x0000005du, 0x00007c84u, 0x00004c48u, - 0x00004c40u, 0x00004954u, 0x00004c49u, 0x000300f7u, 0x00004c54u, 0x00000000u, 0x000400fau, 0x00007c84u, - 0x00004c4eu, 0x00004c51u, 0x000200f8u, 0x00004c51u, 0x0007004fu, 0x0000005fu, 0x00004c53u, 0x00004c29u, - 0x00004c29u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004c54u, 0x000200f8u, 0x00004c4eu, 0x0007004fu, - 0x0000005fu, 0x00004c50u, 0x00004c29u, 0x00004c29u, 0x00000001u, 0x00000000u, 0x000200f9u, 0x00004c54u, - 0x000200f8u, 0x00004c54u, 0x000700f5u, 0x0000005fu, 0x00007c85u, 0x00004c50u, 0x00004c4eu, 0x00004c53u, - 0x00004c51u, 0x0003003eu, 0x000048d9u, 0x00007c85u, 0x000300f7u, 0x00004c5du, 0x00000000u, 0x000400fau, - 0x00004954u, 0x00004c57u, 0x00004c5au, 0x000200f8u, 0x00004c5au, 0x0007004fu, 0x0000005fu, 0x00004c5cu, - 0x00004c29u, 0x00004c29u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004c5du, 0x000200f8u, 0x00004c57u, - 0x0007004fu, 0x0000005fu, 0x00004c59u, 0x00004c29u, 0x00004c29u, 0x00000001u, 0x00000000u, 0x000200f9u, - 0x00004c5du, 0x000200f8u, 0x00004c5du, 0x000700f5u, 0x0000005fu, 0x00007c86u, 0x00004c59u, 0x00004c57u, - 0x00004c5cu, 0x00004c5au, 0x0003003eu, 0x000048dbu, 0x00007c86u, 0x000300f7u, 0x00004c9du, 0x00000000u, - 0x000400fau, 0x00007c82u, 0x00004c60u, 0x00004c7eu, 0x000200f8u, 0x00004c7eu, 0x000500a7u, 0x0000005du, - 0x00004c81u, 0x00007c84u, 0x00004952u, 0x000300f7u, 0x00004c88u, 0x00000000u, 0x000400fau, 0x00004c81u, - 0x00004c82u, 0x00004c85u, 0x000200f8u, 0x00004c85u, 0x0007004fu, 0x0000005fu, 0x00004c87u, 0x00007862u, - 0x00007862u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004c88u, 0x000200f8u, 0x00004c82u, 0x0007004fu, - 0x0000005fu, 0x00004c84u, 0x00007b78u, 0x00007b78u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004c88u, - 0x000200f8u, 0x00004c88u, 0x000700f5u, 0x0000005fu, 0x00007c8fu, 0x00004c84u, 0x00004c82u, 0x00004c87u, - 0x00004c85u, 0x00050041u, 0x0000003eu, 0x00004c8au, 0x000048d9u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00004c8bu, 0x00004c8au, 0x0007004fu, 0x0000005fu, 0x00004c8du, 0x0000798fu, 0x0000798fu, 0x00000000u, - 0x00000001u, 0x00050082u, 0x0000005fu, 0x00004c8fu, 0x00004c8du, 0x00007c8fu, 0x00050050u, 0x0000005fu, - 0x00004c90u, 0x00004c8bu, 0x00004c8bu, 0x00050084u, 0x0000005fu, 0x00004c91u, 0x00004c90u, 0x00004c8fu, - 0x00050041u, 0x0000003eu, 0x00004c92u, 0x000048d9u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004c93u, - 0x00004c92u, 0x0007004fu, 0x0000005fu, 0x00004c95u, 0x00007a86u, 0x00007a86u, 0x00000000u, 0x00000001u, - 0x00050082u, 0x0000005fu, 0x00004c97u, 0x00004c95u, 0x00007c8fu, 0x00050050u, 0x0000005fu, 0x00004c98u, - 0x00004c93u, 0x00004c93u, 0x00050084u, 0x0000005fu, 0x00004c99u, 0x00004c98u, 0x00004c97u, 0x00050080u, - 0x0000005fu, 0x00004c9au, 0x00004c91u, 0x00004c99u, 0x00050080u, 0x0000005fu, 0x00004c9cu, 0x00004c9au, - 0x0000afb7u, 0x000200f9u, 0x00004c9du, 0x000200f8u, 0x00004c60u, 0x00050041u, 0x0000003eu, 0x00004c61u, - 0x000048d9u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004c62u, 0x00004c61u, 0x0007004fu, 0x0000005fu, - 0x00004c64u, 0x00007a86u, 0x00007a86u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, 0x00004c66u, - 0x00007b78u, 0x00007b78u, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000005fu, 0x00004c67u, 0x00004c64u, - 0x00004c66u, 0x00050050u, 0x0000005fu, 0x00004c68u, 0x00004c62u, 0x00004c62u, 0x00050084u, 0x0000005fu, - 0x00004c69u, 0x00004c68u, 0x00004c67u, 0x00050041u, 0x0000003eu, 0x00004c6au, 0x000048d9u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00004c6bu, 0x00004c6au, 0x0007004fu, 0x0000005fu, 0x00004c6du, 0x0000798fu, - 0x0000798fu, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000005fu, 0x00004c70u, 0x00004c6du, 0x00004c66u, - 0x00050050u, 0x0000005fu, 0x00004c71u, 0x00004c6bu, 0x00004c6bu, 0x00050084u, 0x0000005fu, 0x00004c72u, - 0x00004c71u, 0x00004c70u, 0x00050080u, 0x0000005fu, 0x00004c73u, 0x00004c69u, 0x00004c72u, 0x0007004fu, - 0x0000005fu, 0x00004c75u, 0x00007862u, 0x00007862u, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000005fu, - 0x00004c78u, 0x00004c75u, 0x00004c66u, 0x000500c4u, 0x0000005fu, 0x00004c7au, 0x00004c78u, 0x0000afb6u, - 0x00050080u, 0x0000005fu, 0x00004c7bu, 0x00004c73u, 0x00004c7au, 0x00050080u, 0x0000005fu, 0x00004c7du, - 0x00004c7bu, 0x0000afb7u, 0x000200f9u, 0x00004c9du, 0x000200f8u, 0x00004c9du, 0x000700f5u, 0x0000005fu, - 0x00007ca4u, 0x00004c7du, 0x00004c60u, 0x00004c9cu, 0x00004c88u, 0x000300f7u, 0x00004cdcu, 0x00000000u, - 0x000400fau, 0x0000494cu, 0x00004c9fu, 0x00004cbdu, 0x000200f8u, 0x00004cbdu, 0x000500a7u, 0x0000005du, - 0x00004cc0u, 0x00004954u, 0x00004952u, 0x000300f7u, 0x00004cc7u, 0x00000000u, 0x000400fau, 0x00004cc0u, - 0x00004cc1u, 0x00004cc4u, 0x000200f8u, 0x00004cc4u, 0x0007004fu, 0x0000005fu, 0x00004cc6u, 0x00007862u, - 0x00007862u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004cc7u, 0x000200f8u, 0x00004cc1u, 0x0007004fu, - 0x0000005fu, 0x00004cc3u, 0x00007b78u, 0x00007b78u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004cc7u, - 0x000200f8u, 0x00004cc7u, 0x000700f5u, 0x0000005fu, 0x00007c9eu, 0x00004cc3u, 0x00004cc1u, 0x00004cc6u, - 0x00004cc4u, 0x00050041u, 0x0000003eu, 0x00004cc9u, 0x000048dbu, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00004ccau, 0x00004cc9u, 0x0007004fu, 0x0000005fu, 0x00004cccu, 0x0000798fu, 0x0000798fu, 0x00000002u, - 0x00000003u, 0x00050082u, 0x0000005fu, 0x00004cceu, 0x00004cccu, 0x00007c9eu, 0x00050050u, 0x0000005fu, - 0x00004ccfu, 0x00004ccau, 0x00004ccau, 0x00050084u, 0x0000005fu, 0x00004cd0u, 0x00004ccfu, 0x00004cceu, - 0x00050041u, 0x0000003eu, 0x00004cd1u, 0x000048dbu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004cd2u, - 0x00004cd1u, 0x0007004fu, 0x0000005fu, 0x00004cd4u, 0x00007a86u, 0x00007a86u, 0x00000002u, 0x00000003u, - 0x00050082u, 0x0000005fu, 0x00004cd6u, 0x00004cd4u, 0x00007c9eu, 0x00050050u, 0x0000005fu, 0x00004cd7u, - 0x00004cd2u, 0x00004cd2u, 0x00050084u, 0x0000005fu, 0x00004cd8u, 0x00004cd7u, 0x00004cd6u, 0x00050080u, - 0x0000005fu, 0x00004cd9u, 0x00004cd0u, 0x00004cd8u, 0x00050080u, 0x0000005fu, 0x00004cdbu, 0x00004cd9u, - 0x0000afb7u, 0x000200f9u, 0x00004cdcu, 0x000200f8u, 0x00004c9fu, 0x00050041u, 0x0000003eu, 0x00004ca0u, - 0x000048dbu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004ca1u, 0x00004ca0u, 0x0007004fu, 0x0000005fu, - 0x00004ca3u, 0x00007a86u, 0x00007a86u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000005fu, 0x00004ca5u, - 0x00007b78u, 0x00007b78u, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000005fu, 0x00004ca6u, 0x00004ca3u, - 0x00004ca5u, 0x00050050u, 0x0000005fu, 0x00004ca7u, 0x00004ca1u, 0x00004ca1u, 0x00050084u, 0x0000005fu, - 0x00004ca8u, 0x00004ca7u, 0x00004ca6u, 0x00050041u, 0x0000003eu, 0x00004ca9u, 0x000048dbu, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00004caau, 0x00004ca9u, 0x0007004fu, 0x0000005fu, 0x00004cacu, 0x0000798fu, - 0x0000798fu, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000005fu, 0x00004cafu, 0x00004cacu, 0x00004ca5u, - 0x00050050u, 0x0000005fu, 0x00004cb0u, 0x00004caau, 0x00004caau, 0x00050084u, 0x0000005fu, 0x00004cb1u, - 0x00004cb0u, 0x00004cafu, 0x00050080u, 0x0000005fu, 0x00004cb2u, 0x00004ca8u, 0x00004cb1u, 0x0007004fu, - 0x0000005fu, 0x00004cb4u, 0x00007862u, 0x00007862u, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000005fu, - 0x00004cb7u, 0x00004cb4u, 0x00004ca5u, 0x000500c4u, 0x0000005fu, 0x00004cb9u, 0x00004cb7u, 0x0000afb6u, - 0x00050080u, 0x0000005fu, 0x00004cbau, 0x00004cb2u, 0x00004cb9u, 0x00050080u, 0x0000005fu, 0x00004cbcu, - 0x00004cbau, 0x0000afb7u, 0x000200f9u, 0x00004cdcu, 0x000200f8u, 0x00004cdcu, 0x000700f5u, 0x0000005fu, - 0x00007ca6u, 0x00004cbcu, 0x00004c9fu, 0x00004cdbu, 0x00004cc7u, 0x00050051u, 0x00000008u, 0x00004cdfu, - 0x00007ca4u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004ce0u, 0x00007ca4u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00004ce1u, 0x00007ca6u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004ce2u, 0x00007ca6u, - 0x00000001u, 0x00070050u, 0x00000009u, 0x00004ce3u, 0x00004cdfu, 0x00004ce0u, 0x00004ce1u, 0x00004ce2u, - 0x000500c3u, 0x00000009u, 0x00004ce6u, 0x00004ce3u, 0x0000afb1u, 0x00050041u, 0x0000003eu, 0x00004ce7u, - 0x000048d2u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00004ce8u, 0x00004ce7u, 0x00070050u, 0x00000009u, - 0x00004ceau, 0x00004ce8u, 0x00004ce8u, 0x00004ce8u, 0x00004ce8u, 0x00050080u, 0x00000009u, 0x00004cebu, - 0x00004ce6u, 0x00004ceau, 0x000200f9u, 0x00004cfau, 0x000200f8u, 0x00004cfau, 0x000700f5u, 0x00000009u, - 0x00007ca8u, 0x00004cebu, 0x00004cdcu, 0x00004cf9u, 0x00004cf2u, 0x000200f9u, 0x00004dafu, 0x000200f8u, - 0x00004dafu, 0x000700f5u, 0x00000009u, 0x00007ca7u, 0x00007ca8u, 0x00004cfau, 0x00007ca9u, 0x00004daeu, - 0x000400a8u, 0x0000005du, 0x00004db3u, 0x00002254u, 0x000500a7u, 0x0000005du, 0x00004db4u, 0x0000237du, - 0x00004db3u, 0x000300f7u, 0x00004db9u, 0x00000000u, 0x000400fau, 0x00004db4u, 0x00004db5u, 0x00004db9u, - 0x000200f8u, 0x00004db5u, 0x0003003eu, 0x000048f7u, 0x000029dfu, 0x000600cau, 0x00000009u, 0x00006018u, - 0x00007ca7u, 0x00000205u, 0x00000266u, 0x0003003eu, 0x0000600bu, 0x00006018u, 0x00050041u, 0x0000003eu, - 0x00006019u, 0x0000600bu, 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000601au, 0x00006019u, 0x00050041u, - 0x0000003eu, 0x0000601bu, 0x000048f7u, 0x00000376u, 0x0004003du, 0x00000008u, 0x0000601cu, 0x0000601bu, - 0x00050041u, 0x0000003eu, 0x0000601du, 0x0000600bu, 0x00000487u, 0x0004003du, 0x00000008u, 0x0000601eu, - 0x0000601du, 0x00050084u, 0x00000008u, 0x0000601fu, 0x0000601cu, 0x0000601eu, 0x00050080u, 0x00000008u, - 0x00006020u, 0x0000601fu, 0x00000625u, 0x000500c3u, 0x00000008u, 0x00006021u, 0x00006020u, 0x00000260u, - 0x00050080u, 0x00000008u, 0x00006022u, 0x0000601au, 0x00006021u, 0x0004003du, 0x00000008u, 0x00006024u, - 0x00006019u, 0x00050041u, 0x0000003eu, 0x00006025u, 0x000048f7u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00006026u, 0x00006025u, 0x00050041u, 0x0000003eu, 0x00006027u, 0x0000600bu, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00006028u, 0x00006027u, 0x00050084u, 0x00000008u, 0x00006029u, 0x00006026u, 0x00006028u, - 0x00050041u, 0x0000003eu, 0x0000602au, 0x000048f7u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000602bu, - 0x0000602au, 0x0004003du, 0x00000008u, 0x0000602du, 0x0000601du, 0x00050084u, 0x00000008u, 0x0000602eu, - 0x0000602bu, 0x0000602du, 0x00050080u, 0x00000008u, 0x0000602fu, 0x00006029u, 0x0000602eu, 0x00050080u, - 0x00000008u, 0x00006030u, 0x0000602fu, 0x00000625u, 0x000500c3u, 0x00000008u, 0x00006031u, 0x00006030u, - 0x00000260u, 0x00050080u, 0x00000008u, 0x00006032u, 0x00006024u, 0x00006031u, 0x0004003du, 0x00000008u, - 0x00006034u, 0x00006019u, 0x00050041u, 0x0000003eu, 0x00006035u, 0x000048f7u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x00006036u, 0x00006035u, 0x0004003du, 0x00000008u, 0x00006038u, 0x00006027u, 0x00050084u, - 0x00000008u, 0x00006039u, 0x00006036u, 0x00006038u, 0x00050080u, 0x00000008u, 0x0000603au, 0x00006039u, - 0x00000625u, 0x000500c3u, 0x00000008u, 0x0000603bu, 0x0000603au, 0x00000260u, 0x00050080u, 0x00000008u, - 0x0000603cu, 0x00006034u, 0x0000603bu, 0x0004003du, 0x00000008u, 0x0000603eu, 0x00006019u, 0x00070050u, - 0x00000009u, 0x00006043u, 0x00006022u, 0x00006032u, 0x0000603cu, 0x0000603eu, 0x000200f9u, 0x00004db9u, - 0x000200f8u, 0x00004db9u, 0x000700f5u, 0x00000009u, 0x00007cadu, 0x00007ca7u, 0x00004dafu, 0x00006043u, - 0x00004db5u, 0x000200f9u, 0x00002399u, 0x000200f8u, 0x0000237fu, 0x0003003eu, 0x0000218eu, 0x000029dfu, - 0x000600cau, 0x00000009u, 0x0000473bu, 0x000077e4u, 0x00000205u, 0x00000266u, 0x0003003eu, 0x0000472eu, - 0x0000473bu, 0x00050041u, 0x0000003eu, 0x0000473cu, 0x0000472eu, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x0000473du, 0x0000473cu, 0x00050041u, 0x0000003eu, 0x0000473eu, 0x0000218eu, 0x00000376u, 0x0004003du, - 0x00000008u, 0x0000473fu, 0x0000473eu, 0x00050041u, 0x0000003eu, 0x00004740u, 0x0000472eu, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00004741u, 0x00004740u, 0x00050084u, 0x00000008u, 0x00004742u, 0x0000473fu, - 0x00004741u, 0x00050080u, 0x00000008u, 0x00004743u, 0x00004742u, 0x00000625u, 0x000500c3u, 0x00000008u, - 0x00004744u, 0x00004743u, 0x00000260u, 0x00050080u, 0x00000008u, 0x00004745u, 0x0000473du, 0x00004744u, - 0x0004003du, 0x00000008u, 0x00004747u, 0x0000473cu, 0x00050041u, 0x0000003eu, 0x00004748u, 0x0000218eu, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00004749u, 0x00004748u, 0x00050041u, 0x0000003eu, 0x0000474au, - 0x0000472eu, 0x00000376u, 0x0004003du, 0x00000008u, 0x0000474bu, 0x0000474au, 0x00050084u, 0x00000008u, - 0x0000474cu, 0x00004749u, 0x0000474bu, 0x00050041u, 0x0000003eu, 0x0000474du, 0x0000218eu, 0x000003c6u, - 0x0004003du, 0x00000008u, 0x0000474eu, 0x0000474du, 0x0004003du, 0x00000008u, 0x00004750u, 0x00004740u, - 0x00050084u, 0x00000008u, 0x00004751u, 0x0000474eu, 0x00004750u, 0x00050080u, 0x00000008u, 0x00004752u, - 0x0000474cu, 0x00004751u, 0x00050080u, 0x00000008u, 0x00004753u, 0x00004752u, 0x00000625u, 0x000500c3u, - 0x00000008u, 0x00004754u, 0x00004753u, 0x00000260u, 0x00050080u, 0x00000008u, 0x00004755u, 0x00004747u, - 0x00004754u, 0x0004003du, 0x00000008u, 0x00004757u, 0x0000473cu, 0x00050041u, 0x0000003eu, 0x00004758u, - 0x0000218eu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00004759u, 0x00004758u, 0x0004003du, 0x00000008u, - 0x0000475bu, 0x0000474au, 0x00050084u, 0x00000008u, 0x0000475cu, 0x00004759u, 0x0000475bu, 0x00050080u, - 0x00000008u, 0x0000475du, 0x0000475cu, 0x00000625u, 0x000500c3u, 0x00000008u, 0x0000475eu, 0x0000475du, - 0x00000260u, 0x00050080u, 0x00000008u, 0x0000475fu, 0x00004757u, 0x0000475eu, 0x0004003du, 0x00000008u, - 0x00004761u, 0x0000473cu, 0x00070050u, 0x00000009u, 0x00004766u, 0x00004745u, 0x00004755u, 0x0000475fu, - 0x00004761u, 0x000200f9u, 0x00002399u, 0x000200f8u, 0x00002399u, 0x000700f5u, 0x00000009u, 0x0000aae7u, - 0x00007b95u, 0x0000237fu, 0x00007b78u, 0x00004db9u, 0x000700f5u, 0x00000009u, 0x0000aa40u, 0x00007aa3u, - 0x0000237fu, 0x00007a86u, 0x00004db9u, 0x000700f5u, 0x00000009u, 0x0000a999u, 0x000079acu, 0x0000237fu, - 0x0000798fu, 0x00004db9u, 0x000700f5u, 0x00000009u, 0x0000a8f2u, 0x0000787fu, 0x0000237fu, 0x00007862u, - 0x00004db9u, 0x000700f5u, 0x00000009u, 0x00007fd6u, 0x00004766u, 0x0000237fu, 0x00007cadu, 0x00004db9u, - 0x000200f9u, 0x0000239au, 0x000200f8u, 0x0000239au, 0x000700f5u, 0x00000009u, 0x0000aae6u, 0x00007b95u, - 0x00002378u, 0x0000aae7u, 0x00002399u, 0x000700f5u, 0x00000009u, 0x0000aa3fu, 0x00007aa3u, 0x00002378u, - 0x0000aa40u, 0x00002399u, 0x000700f5u, 0x00000009u, 0x0000a998u, 0x000079acu, 0x00002378u, 0x0000a999u, - 0x00002399u, 0x000700f5u, 0x00000009u, 0x0000a8f1u, 0x0000787fu, 0x00002378u, 0x0000a8f2u, 0x00002399u, - 0x000700f5u, 0x00000009u, 0x00007f26u, 0x00007f35u, 0x00002378u, 0x00007fd6u, 0x00002399u, 0x000600a9u, - 0x00000008u, 0x0000239du, 0x00002236u, 0x00000214u, 0x00000205u, 0x000500c3u, 0x00000008u, 0x0000239eu, - 0x0000716du, 0x0000239du, 0x000500c3u, 0x00000008u, 0x000023a0u, 0x0000248fu, 0x00000217u, 0x000500c7u, - 0x00000008u, 0x000023a2u, 0x0000248fu, 0x0000021au, 0x000500b1u, 0x0000005du, 0x00006049u, 0x000023a0u, - 0x00000217u, 0x000300f7u, 0x0000605cu, 0x00000000u, 0x000400fau, 0x00006049u, 0x0000604au, 0x00006055u, - 0x000200f8u, 0x00006055u, 0x000500aau, 0x0000005du, 0x00006057u, 0x000023a0u, 0x00000217u, 0x000300f7u, - 0x0000605bu, 0x00000000u, 0x000400fau, 0x00006057u, 0x00006058u, 0x0000605au, 0x000200f8u, 0x0000605au, - 0x000200f9u, 0x0000605bu, 0x000200f8u, 0x00006058u, 0x000500c7u, 0x00000008u, 0x00006084u, 0x00007dabu, - 0x00000388u, 0x000200f9u, 0x0000605bu, 0x000200f8u, 0x0000605bu, 0x000700f5u, 0x00000008u, 0x00007eb1u, - 0x00006084u, 0x00006058u, 0x00000205u, 0x0000605au, 0x000200f9u, 0x0000605cu, 0x000200f8u, 0x0000604au, - 0x000500c7u, 0x00000008u, 0x0000604du, 0x0000239eu, 0x0000021au, 0x00050084u, 0x00000008u, 0x0000604eu, - 0x0000604du, 0x0000021du, 0x000500c7u, 0x00000008u, 0x00006050u, 0x0000716fu, 0x0000021au, 0x00050080u, - 0x00000008u, 0x00006051u, 0x0000604eu, 0x00006050u, 0x0003003eu, 0x00006044u, 0x000003cau, 0x00060041u, - 0x0000003eu, 0x00006052u, 0x00006044u, 0x000023a0u, 0x00006051u, 0x0004003du, 0x00000008u, 0x00006053u, - 0x00006052u, 0x00050084u, 0x00000008u, 0x00006054u, 0x00006053u, 0x000003d6u, 0x000200f9u, 0x0000605cu, - 0x000200f8u, 0x0000605cu, 0x000700f5u, 0x00000008u, 0x00007eb0u, 0x00006054u, 0x0000604au, 0x00007eb1u, - 0x0000605bu, 0x000500aau, 0x0000005du, 0x0000605eu, 0x000023a2u, 0x0000021au, 0x000300f7u, 0x00006080u, - 0x00000000u, 0x000400fau, 0x0000605eu, 0x0000605fu, 0x00006060u, 0x000200f8u, 0x00006060u, 0x000500aau, - 0x0000005du, 0x00006062u, 0x000023a2u, 0x00000217u, 0x000300f7u, 0x0000607fu, 0x00000000u, 0x000400fau, - 0x00006062u, 0x00006063u, 0x00006065u, 0x000200f8u, 0x00006065u, 0x000500afu, 0x0000005du, 0x00006067u, - 0x000023a0u, 0x00000217u, 0x000300f7u, 0x00006076u, 0x00000000u, 0x000400fau, 0x00006067u, 0x00006068u, - 0x00006073u, 0x000200f8u, 0x00006073u, 0x000500c7u, 0x00000008u, 0x00006075u, 0x00007eb0u, 0x00000226u, - 0x000200f9u, 0x00006076u, 0x000200f8u, 0x00006068u, 0x000500c7u, 0x00000008u, 0x0000606au, 0x000023a0u, - 0x00000214u, 0x000500c7u, 0x00000008u, 0x0000606cu, 0x0000239eu, 0x0000021au, 0x00050084u, 0x00000008u, - 0x0000606du, 0x0000606cu, 0x0000021du, 0x000500c7u, 0x00000008u, 0x0000606fu, 0x0000716fu, 0x0000021au, - 0x00050080u, 0x00000008u, 0x00006070u, 0x0000606du, 0x0000606fu, 0x0003003eu, 0x00006046u, 0x000003cau, - 0x00060041u, 0x0000003eu, 0x00006071u, 0x00006046u, 0x0000606au, 0x00006070u, 0x0004003du, 0x00000008u, - 0x00006072u, 0x00006071u, 0x000200f9u, 0x00006076u, 0x000200f8u, 0x00006076u, 0x000700f5u, 0x00000008u, - 0x00007eb2u, 0x00006072u, 0x00006068u, 0x00006075u, 0x00006073u, 0x000500aau, 0x0000005du, 0x00006079u, - 0x000023a2u, 0x00000214u, 0x000300f7u, 0x0000607eu, 0x00000000u, 0x000400fau, 0x00006079u, 0x0000607au, - 0x0000607eu, 0x000200f8u, 0x0000607au, 0x000400c8u, 0x00000008u, 0x0000607cu, 0x00007eb2u, 0x000500c7u, - 0x00000008u, 0x0000607du, 0x0000607cu, 0x00000226u, 0x000200f9u, 0x0000607eu, 0x000200f8u, 0x0000607eu, - 0x000700f5u, 0x00000008u, 0x00007ebbu, 0x00007eb2u, 0x00006076u, 0x0000607du, 0x0000607au, 0x000200f9u, - 0x0000607fu, 0x000200f8u, 0x00006063u, 0x000500c7u, 0x00000008u, 0x00006088u, 0x00007dabu, 0x00000226u, - 0x000200f9u, 0x0000607fu, 0x000200f8u, 0x0000607fu, 0x000700f5u, 0x00000008u, 0x00007ebau, 0x00006088u, - 0x00006063u, 0x00007ebbu, 0x0000607eu, 0x000200f9u, 0x00006080u, 0x000200f8u, 0x0000605fu, 0x000200f9u, - 0x00006080u, 0x000200f8u, 0x00006080u, 0x000700f5u, 0x00000008u, 0x00007eb9u, 0x00000205u, 0x0000605fu, - 0x00007ebau, 0x0000607fu, 0x000300f7u, 0x00002402u, 0x00000000u, 0x000400fau, 0x00002233u, 0x000023a8u, - 0x000023e3u, 0x000200f8u, 0x000023e3u, 0x000500c7u, 0x00000008u, 0x000063b9u, 0x00007dabu, 0x00000226u, - 0x000500c4u, 0x00000008u, 0x000063bau, 0x000063b9u, 0x00000223u, 0x000500c5u, 0x00000008u, 0x000063bbu, - 0x000063bau, 0x0000037fu, 0x0003003eu, 0x000021bbu, 0x00002484u, 0x0003003eu, 0x000021bcu, 0x00002489u, - 0x0003003eu, 0x00006d0cu, 0x000029b0u, 0x0003003eu, 0x00006d0du, 0x00002a3au, 0x0003003eu, 0x00006d0eu, - 0x00000613u, 0x0003003eu, 0x00006d0fu, 0x000077e4u, 0x0003003eu, 0x00006d10u, 0x00007f26u, 0x00050041u, - 0x0000003eu, 0x000063d7u, 0x000021bbu, 0x00000376u, 0x0004003du, 0x00000008u, 0x000063d8u, 0x000063d7u, - 0x00050041u, 0x0000003eu, 0x000063d9u, 0x000021bcu, 0x00000376u, 0x0004003du, 0x00000008u, 0x000063dau, - 0x000063d9u, 0x000300f7u, 0x00006433u, 0x00000000u, 0x000f00fbu, 0x000063d8u, 0x0000641au, 0x00000000u, - 0x0000641eu, 0x00000001u, 0x00006422u, 0x00000002u, 0x00006426u, 0x00000004u, 0x0000642au, 0x00000007u, - 0x0000642eu, 0x00000006u, 0x00006432u, 0x000200f8u, 0x00006432u, 0x000200f9u, 0x00006433u, 0x000200f8u, - 0x0000642eu, 0x00060050u, 0x0000003cu, 0x00006431u, 0x000063bbu, 0x000063bbu, 0x000063bbu, 0x000200f9u, - 0x00006433u, 0x000200f8u, 0x0000642au, 0x0008004fu, 0x0000003cu, 0x0000642du, 0x00002a3au, 0x00002a3au, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006433u, 0x000200f8u, 0x00006426u, 0x0008004fu, - 0x0000003cu, 0x00006429u, 0x00007f26u, 0x00007f26u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006433u, 0x000200f8u, 0x00006422u, 0x0008004fu, 0x0000003cu, 0x00006425u, 0x000077e4u, 0x000077e4u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006433u, 0x000200f8u, 0x0000641eu, 0x000200f9u, - 0x00006433u, 0x000200f8u, 0x0000641au, 0x0008004fu, 0x0000003cu, 0x0000641du, 0x000029b0u, 0x000029b0u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006433u, 0x000200f8u, 0x00006433u, 0x001100f5u, - 0x0000003cu, 0x000081fbu, 0x0000641du, 0x0000641au, 0x00000939u, 0x0000641eu, 0x00006425u, 0x00006422u, - 0x00006429u, 0x00006426u, 0x0000642du, 0x0000642au, 0x00006431u, 0x0000642eu, 0x00001a51u, 0x00006432u, - 0x000300f7u, 0x00006445u, 0x00000000u, 0x000d00fbu, 0x000063dau, 0x00006435u, 0x00000000u, 0x00006438u, - 0x00000001u, 0x0000643bu, 0x00000002u, 0x0000643eu, 0x00000004u, 0x00006441u, 0x00000006u, 0x00006444u, - 0x000200f8u, 0x00006444u, 0x000200f9u, 0x00006445u, 0x000200f8u, 0x00006441u, 0x00050041u, 0x0000003eu, - 0x00006d16u, 0x00006d0du, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006443u, 0x00006d16u, 0x000200f9u, - 0x00006445u, 0x000200f8u, 0x0000643eu, 0x00050041u, 0x0000003eu, 0x00006d15u, 0x00006d10u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006440u, 0x00006d15u, 0x000200f9u, 0x00006445u, 0x000200f8u, 0x0000643bu, - 0x00050041u, 0x0000003eu, 0x00006d14u, 0x00006d0fu, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000643du, - 0x00006d14u, 0x000200f9u, 0x00006445u, 0x000200f8u, 0x00006438u, 0x00050041u, 0x0000003eu, 0x00006d13u, - 0x00006d0eu, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000643au, 0x00006d13u, 0x000200f9u, 0x00006445u, - 0x000200f8u, 0x00006435u, 0x00050041u, 0x0000003eu, 0x00006d12u, 0x00006d0cu, 0x0000048du, 0x0004003du, - 0x00000008u, 0x00006437u, 0x00006d12u, 0x000200f9u, 0x00006445u, 0x000200f8u, 0x00006445u, 0x000f00f5u, - 0x00000008u, 0x000081fcu, 0x00006437u, 0x00006435u, 0x0000643au, 0x00006438u, 0x0000643du, 0x0000643bu, - 0x00006440u, 0x0000643eu, 0x00006443u, 0x00006441u, 0x00001a50u, 0x00006444u, 0x00050051u, 0x00000008u, - 0x00006448u, 0x000081fbu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006449u, 0x000081fbu, 0x00000001u, - 0x00050051u, 0x00000008u, 0x0000644au, 0x000081fbu, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000644bu, - 0x00006448u, 0x00006449u, 0x0000644au, 0x000081fcu, 0x0003003eu, 0x00006d1du, 0x000029b5u, 0x0003003eu, - 0x00006d1eu, 0x00002a3au, 0x0003003eu, 0x00006d1fu, 0x00000613u, 0x0003003eu, 0x00006d20u, 0x000077e4u, - 0x0003003eu, 0x00006d21u, 0x00007f26u, 0x00050041u, 0x0000003eu, 0x000063ddu, 0x000021bbu, 0x00000487u, - 0x0004003du, 0x00000008u, 0x000063deu, 0x000063ddu, 0x00050041u, 0x0000003eu, 0x000063dfu, 0x000021bcu, - 0x00000487u, 0x0004003du, 0x00000008u, 0x000063e0u, 0x000063dfu, 0x000300f7u, 0x0000646du, 0x00000000u, - 0x000d00fbu, 0x000063deu, 0x00006451u, 0x00000000u, 0x00006455u, 0x00000001u, 0x00006459u, 0x00000002u, - 0x0000645du, 0x00000004u, 0x00006461u, 0x00000007u, 0x00006465u, 0x000200f8u, 0x00006465u, 0x00050041u, - 0x0000003eu, 0x00006d22u, 0x00006d1du, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006467u, 0x00006d22u, - 0x000500c4u, 0x00000008u, 0x00006468u, 0x00006467u, 0x00000260u, 0x00050041u, 0x0000003eu, 0x00006d23u, - 0x00006d1du, 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000646au, 0x00006d23u, 0x000500c5u, 0x00000008u, - 0x0000646bu, 0x00006468u, 0x0000646au, 0x00060050u, 0x0000003cu, 0x0000646cu, 0x0000646bu, 0x0000646bu, - 0x0000646bu, 0x000200f9u, 0x0000646du, 0x000200f8u, 0x00006461u, 0x0008004fu, 0x0000003cu, 0x00006464u, - 0x00002a3au, 0x00002a3au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000646du, 0x000200f8u, - 0x0000645du, 0x0008004fu, 0x0000003cu, 0x00006460u, 0x00007f26u, 0x00007f26u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x0000646du, 0x000200f8u, 0x00006459u, 0x0008004fu, 0x0000003cu, 0x0000645cu, - 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000646du, 0x000200f8u, - 0x00006455u, 0x000200f9u, 0x0000646du, 0x000200f8u, 0x00006451u, 0x0008004fu, 0x0000003cu, 0x00006454u, - 0x000029b5u, 0x000029b5u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000646du, 0x000200f8u, - 0x0000646du, 0x000f00f5u, 0x0000003cu, 0x000081feu, 0x00006454u, 0x00006451u, 0x00000939u, 0x00006455u, - 0x0000645cu, 0x00006459u, 0x00006460u, 0x0000645du, 0x00006464u, 0x00006461u, 0x0000646cu, 0x00006465u, - 0x000300f7u, 0x0000647fu, 0x00000000u, 0x000d00fbu, 0x000063e0u, 0x0000646fu, 0x00000000u, 0x00006472u, - 0x00000001u, 0x00006475u, 0x00000002u, 0x00006478u, 0x00000004u, 0x0000647bu, 0x00000006u, 0x0000647eu, - 0x000200f8u, 0x0000647eu, 0x000200f9u, 0x0000647fu, 0x000200f8u, 0x0000647bu, 0x00050041u, 0x0000003eu, - 0x00006d28u, 0x00006d1eu, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000647du, 0x00006d28u, 0x000200f9u, - 0x0000647fu, 0x000200f8u, 0x00006478u, 0x00050041u, 0x0000003eu, 0x00006d27u, 0x00006d21u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x0000647au, 0x00006d27u, 0x000200f9u, 0x0000647fu, 0x000200f8u, 0x00006475u, - 0x00050041u, 0x0000003eu, 0x00006d26u, 0x00006d20u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006477u, - 0x00006d26u, 0x000200f9u, 0x0000647fu, 0x000200f8u, 0x00006472u, 0x00050041u, 0x0000003eu, 0x00006d25u, - 0x00006d1fu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006474u, 0x00006d25u, 0x000200f9u, 0x0000647fu, - 0x000200f8u, 0x0000646fu, 0x00050041u, 0x0000003eu, 0x00006d24u, 0x00006d1du, 0x0000048du, 0x0004003du, - 0x00000008u, 0x00006471u, 0x00006d24u, 0x000200f9u, 0x0000647fu, 0x000200f8u, 0x0000647fu, 0x000f00f5u, - 0x00000008u, 0x000081ffu, 0x00006471u, 0x0000646fu, 0x00006474u, 0x00006472u, 0x00006477u, 0x00006475u, - 0x0000647au, 0x00006478u, 0x0000647du, 0x0000647bu, 0x00001a50u, 0x0000647eu, 0x00050051u, 0x00000008u, - 0x00006482u, 0x000081feu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006483u, 0x000081feu, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00006484u, 0x000081feu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00006485u, - 0x00006482u, 0x00006483u, 0x00006484u, 0x000081ffu, 0x0003003eu, 0x00006d2eu, 0x000029bau, 0x0003003eu, - 0x00006d2fu, 0x00002a3au, 0x0003003eu, 0x00006d31u, 0x000077e4u, 0x0003003eu, 0x00006d32u, 0x00007f26u, - 0x00050041u, 0x0000003eu, 0x000063e3u, 0x000021bbu, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000063e4u, - 0x000063e3u, 0x00050041u, 0x0000003eu, 0x000063e5u, 0x000021bcu, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x000063e6u, 0x000063e5u, 0x000300f7u, 0x000064bbu, 0x00000000u, 0x001700fbu, 0x000063e4u, 0x0000648bu, - 0x00000000u, 0x0000648fu, 0x00000007u, 0x00006493u, 0x00000001u, 0x00006497u, 0x00000002u, 0x0000649bu, - 0x00000004u, 0x0000649fu, 0x00000008u, 0x000064a3u, 0x00000009u, 0x000064a7u, 0x0000000bu, 0x000064abu, - 0x0000000du, 0x000064afu, 0x0000000fu, 0x000064b3u, 0x000200f8u, 0x000064b3u, 0x00050041u, 0x0000003eu, - 0x00006d34u, 0x00006d2eu, 0x00000487u, 0x0004003du, 0x00000008u, 0x000064b5u, 0x00006d34u, 0x000500c4u, - 0x00000008u, 0x000064b6u, 0x000064b5u, 0x00000260u, 0x00050041u, 0x0000003eu, 0x00006d35u, 0x00006d2eu, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x000064b8u, 0x00006d35u, 0x000500c5u, 0x00000008u, 0x000064b9u, - 0x000064b6u, 0x000064b8u, 0x00060050u, 0x0000003cu, 0x000064bau, 0x000064b9u, 0x000064b9u, 0x000064b9u, - 0x000200f9u, 0x000064bbu, 0x000200f8u, 0x000064afu, 0x00060050u, 0x0000003cu, 0x000064b2u, 0x00007fe0u, - 0x00007fe0u, 0x00007fe0u, 0x000200f9u, 0x000064bbu, 0x000200f8u, 0x000064abu, 0x0008004fu, 0x0000003cu, - 0x000064aeu, 0x00002a3au, 0x00002a3au, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x000064bbu, - 0x000200f8u, 0x000064a7u, 0x0008004fu, 0x0000003cu, 0x000064aau, 0x00007f26u, 0x00007f26u, 0x00000003u, - 0x00000003u, 0x00000003u, 0x000200f9u, 0x000064bbu, 0x000200f8u, 0x000064a3u, 0x0008004fu, 0x0000003cu, - 0x000064a6u, 0x000077e4u, 0x000077e4u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x000064bbu, - 0x000200f8u, 0x0000649fu, 0x0008004fu, 0x0000003cu, 0x000064a2u, 0x00002a3au, 0x00002a3au, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064bbu, 0x000200f8u, 0x0000649bu, 0x0008004fu, 0x0000003cu, - 0x0000649eu, 0x00007f26u, 0x00007f26u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064bbu, - 0x000200f8u, 0x00006497u, 0x0008004fu, 0x0000003cu, 0x0000649au, 0x000077e4u, 0x000077e4u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064bbu, 0x000200f8u, 0x00006493u, 0x000200f9u, 0x000064bbu, - 0x000200f8u, 0x0000648fu, 0x000200f9u, 0x000064bbu, 0x000200f8u, 0x0000648bu, 0x0008004fu, 0x0000003cu, - 0x0000648eu, 0x000029bau, 0x000029bau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064bbu, - 0x000200f8u, 0x000064bbu, 0x001900f5u, 0x0000003cu, 0x00008201u, 0x0000648eu, 0x0000648bu, 0x00000939u, - 0x0000648fu, 0x00000939u, 0x00006493u, 0x0000649au, 0x00006497u, 0x0000649eu, 0x0000649bu, 0x000064a2u, - 0x0000649fu, 0x000064a6u, 0x000064a3u, 0x000064aau, 0x000064a7u, 0x000064aeu, 0x000064abu, 0x000064b2u, - 0x000064afu, 0x000064bau, 0x000064b3u, 0x000300f7u, 0x000064ccu, 0x00000000u, 0x000b00fbu, 0x000063e6u, - 0x000064bdu, 0x00000000u, 0x000064c0u, 0x00000001u, 0x000064c3u, 0x00000002u, 0x000064c6u, 0x00000004u, - 0x000064c9u, 0x000200f8u, 0x000064c9u, 0x00050041u, 0x0000003eu, 0x00006d39u, 0x00006d2fu, 0x0000048du, - 0x0004003du, 0x00000008u, 0x000064cbu, 0x00006d39u, 0x000200f9u, 0x000064ccu, 0x000200f8u, 0x000064c6u, - 0x00050041u, 0x0000003eu, 0x00006d38u, 0x00006d32u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000064c8u, - 0x00006d38u, 0x000200f9u, 0x000064ccu, 0x000200f8u, 0x000064c3u, 0x00050041u, 0x0000003eu, 0x00006d37u, - 0x00006d31u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000064c5u, 0x00006d37u, 0x000200f9u, 0x000064ccu, - 0x000200f8u, 0x000064c0u, 0x000200f9u, 0x000064ccu, 0x000200f8u, 0x000064bdu, 0x00050041u, 0x0000003eu, - 0x00006d36u, 0x00006d2eu, 0x0000048du, 0x0004003du, 0x00000008u, 0x000064bfu, 0x00006d36u, 0x000200f9u, - 0x000064ccu, 0x000200f8u, 0x000064ccu, 0x000d00f5u, 0x00000008u, 0x00008202u, 0x000064bfu, 0x000064bdu, - 0x00007fe0u, 0x000064c0u, 0x000064c5u, 0x000064c3u, 0x000064c8u, 0x000064c6u, 0x000064cbu, 0x000064c9u, - 0x00050051u, 0x00000008u, 0x000064cfu, 0x00008201u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000064d0u, - 0x00008201u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000064d1u, 0x00008201u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000064d2u, 0x000064cfu, 0x000064d0u, 0x000064d1u, 0x00008202u, 0x0003003eu, 0x00006d40u, - 0x000029bfu, 0x0003003eu, 0x00006d41u, 0x00002a3au, 0x0003003eu, 0x00006d42u, 0x00000613u, 0x0003003eu, - 0x00006d43u, 0x000077e4u, 0x0003003eu, 0x00006d44u, 0x00007f26u, 0x00050041u, 0x0000003eu, 0x000063e9u, - 0x000021bbu, 0x0000048du, 0x0004003du, 0x00000008u, 0x000063eau, 0x000063e9u, 0x00050041u, 0x0000003eu, - 0x000063ebu, 0x000021bcu, 0x0000048du, 0x0004003du, 0x00000008u, 0x000063ecu, 0x000063ebu, 0x000300f7u, - 0x000064edu, 0x00000000u, 0x000d00fbu, 0x000063eau, 0x000064d8u, 0x00000000u, 0x000064dcu, 0x00000001u, - 0x000064e0u, 0x00000002u, 0x000064e4u, 0x00000004u, 0x000064e8u, 0x00000006u, 0x000064ecu, 0x000200f8u, - 0x000064ecu, 0x000200f9u, 0x000064edu, 0x000200f8u, 0x000064e8u, 0x0008004fu, 0x0000003cu, 0x000064ebu, - 0x00002a3au, 0x00002a3au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064edu, 0x000200f8u, - 0x000064e4u, 0x0008004fu, 0x0000003cu, 0x000064e7u, 0x00007f26u, 0x00007f26u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000064edu, 0x000200f8u, 0x000064e0u, 0x0008004fu, 0x0000003cu, 0x000064e3u, - 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064edu, 0x000200f8u, - 0x000064dcu, 0x000200f9u, 0x000064edu, 0x000200f8u, 0x000064d8u, 0x0008004fu, 0x0000003cu, 0x000064dbu, - 0x000029bfu, 0x000029bfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064edu, 0x000200f8u, - 0x000064edu, 0x000f00f5u, 0x0000003cu, 0x00008204u, 0x000064dbu, 0x000064d8u, 0x00000939u, 0x000064dcu, - 0x000064e3u, 0x000064e0u, 0x000064e7u, 0x000064e4u, 0x000064ebu, 0x000064e8u, 0x00001a51u, 0x000064ecu, - 0x000300f7u, 0x000064ffu, 0x00000000u, 0x000d00fbu, 0x000063ecu, 0x000064efu, 0x00000000u, 0x000064f2u, - 0x00000001u, 0x000064f5u, 0x00000002u, 0x000064f8u, 0x00000004u, 0x000064fbu, 0x00000006u, 0x000064feu, - 0x000200f8u, 0x000064feu, 0x000200f9u, 0x000064ffu, 0x000200f8u, 0x000064fbu, 0x00050041u, 0x0000003eu, - 0x00006d49u, 0x00006d41u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000064fdu, 0x00006d49u, 0x000200f9u, - 0x000064ffu, 0x000200f8u, 0x000064f8u, 0x00050041u, 0x0000003eu, 0x00006d48u, 0x00006d44u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x000064fau, 0x00006d48u, 0x000200f9u, 0x000064ffu, 0x000200f8u, 0x000064f5u, - 0x00050041u, 0x0000003eu, 0x00006d47u, 0x00006d43u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000064f7u, - 0x00006d47u, 0x000200f9u, 0x000064ffu, 0x000200f8u, 0x000064f2u, 0x00050041u, 0x0000003eu, 0x00006d46u, - 0x00006d42u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000064f4u, 0x00006d46u, 0x000200f9u, 0x000064ffu, - 0x000200f8u, 0x000064efu, 0x00050041u, 0x0000003eu, 0x00006d45u, 0x00006d40u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x000064f1u, 0x00006d45u, 0x000200f9u, 0x000064ffu, 0x000200f8u, 0x000064ffu, 0x000f00f5u, - 0x00000008u, 0x00008205u, 0x000064f1u, 0x000064efu, 0x000064f4u, 0x000064f2u, 0x000064f7u, 0x000064f5u, - 0x000064fau, 0x000064f8u, 0x000064fdu, 0x000064fbu, 0x00001a50u, 0x000064feu, 0x00050051u, 0x00000008u, - 0x00006502u, 0x00008204u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006503u, 0x00008204u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00006504u, 0x00008204u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00006505u, - 0x00006502u, 0x00006503u, 0x00006504u, 0x00008205u, 0x000600cau, 0x00000009u, 0x0000650du, 0x000064d2u, - 0x00000205u, 0x00000266u, 0x00050082u, 0x00000009u, 0x0000652fu, 0x0000644bu, 0x0000afa6u, 0x000600cau, - 0x00000009u, 0x00006530u, 0x0000652fu, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, 0x00006532u, - 0x00006530u, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x00006537u, 0x00006485u, 0x0000afa6u, 0x000600cau, - 0x00000009u, 0x00006538u, 0x00006537u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, 0x0000653au, - 0x00006538u, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x0000653fu, 0x00006505u, 0x0000afa6u, 0x000600cau, - 0x00000009u, 0x00006540u, 0x0000653fu, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, 0x00006542u, - 0x00006540u, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x00006516u, 0x00006532u, 0x0000653au, 0x00050084u, - 0x00000009u, 0x00006518u, 0x00006516u, 0x0000650du, 0x00050080u, 0x00000009u, 0x0000651bu, 0x00006518u, - 0x0000afa6u, 0x000500c3u, 0x00000009u, 0x0000651eu, 0x0000651bu, 0x0000afb1u, 0x00050080u, 0x00000009u, - 0x0000652au, 0x0000651eu, 0x00006542u, 0x00050082u, 0x00000009u, 0x00006547u, 0x0000652au, 0x0000afa6u, - 0x000600cau, 0x00000009u, 0x00006549u, 0x00006547u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x0000654cu, 0x00006549u, 0x0000afa6u, 0x0008000cu, 0x00000009u, 0x0000654eu, 0x00000001u, 0x0000002du, - 0x0000654cu, 0x00000613u, 0x00000af4u, 0x0003003eu, 0x000063ccu, 0x0000654eu, 0x00050041u, 0x0000003eu, - 0x000063f5u, 0x000063ccu, 0x0000048du, 0x0004003du, 0x00000008u, 0x000063f6u, 0x000063f5u, 0x0004003du, - 0x00000008u, 0x000063f8u, 0x000063f5u, 0x00050080u, 0x00000008u, 0x000063f9u, 0x000063f8u, 0x00000214u, - 0x000500c3u, 0x00000008u, 0x000063fau, 0x000063f9u, 0x00000260u, 0x00050080u, 0x00000008u, 0x000063fbu, - 0x000063f6u, 0x000063fau, 0x000300f7u, 0x00006408u, 0x00000000u, 0x000400fau, 0x0000221eu, 0x000063fdu, - 0x00006405u, 0x000200f8u, 0x00006405u, 0x000500c4u, 0x00000008u, 0x00006407u, 0x000022c4u, 0x00000220u, - 0x000200f9u, 0x00006408u, 0x000200f8u, 0x000063fdu, 0x00050084u, 0x00000008u, 0x00006400u, 0x000063fbu, - 0x000022c4u, 0x00050080u, 0x00000008u, 0x00006401u, 0x00006400u, 0x0000021du, 0x000500c3u, 0x00000008u, - 0x00006402u, 0x00006401u, 0x0000021au, 0x000500c3u, 0x00000008u, 0x00006404u, 0x00006402u, 0x00000220u, - 0x000200f9u, 0x00006408u, 0x000200f8u, 0x00006408u, 0x000700f5u, 0x00000008u, 0x00008212u, 0x00006404u, - 0x000063fdu, 0x000022c4u, 0x00006405u, 0x000700f5u, 0x00000008u, 0x0000820fu, 0x00006402u, 0x000063fdu, - 0x00006407u, 0x00006405u, 0x000300f7u, 0x00006410u, 0x00000000u, 0x000400fau, 0x00002221u, 0x0000640au, - 0x0000640cu, 0x000200f8u, 0x0000640cu, 0x00050080u, 0x00000008u, 0x0000640fu, 0x000063fbu, 0x00007eb9u, - 0x000200f9u, 0x00006410u, 0x000200f8u, 0x0000640au, 0x000200f9u, 0x00006410u, 0x000200f8u, 0x00006410u, - 0x000700f5u, 0x00000008u, 0x00008210u, 0x0000820fu, 0x0000640au, 0x0000640fu, 0x0000640cu, 0x0008000cu, - 0x00000008u, 0x00006412u, 0x00000001u, 0x0000002du, 0x00008210u, 0x00000205u, 0x0000038du, 0x0003003eu, - 0x000063f5u, 0x00006412u, 0x0004003du, 0x00000009u, 0x00006414u, 0x000063ccu, 0x0003003eu, 0x000021b1u, - 0x00006414u, 0x00050041u, 0x0000003eu, 0x00002400u, 0x000021b1u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00002401u, 0x00002400u, 0x000200f9u, 0x00002402u, 0x000200f8u, 0x000023a8u, 0x000500c7u, 0x00000008u, - 0x0000608cu, 0x00007dabu, 0x00000226u, 0x000500c4u, 0x00000008u, 0x0000608du, 0x0000608cu, 0x00000223u, - 0x000500c5u, 0x00000008u, 0x0000608eu, 0x0000608du, 0x0000037fu, 0x0003003eu, 0x000021a8u, 0x0000247au, - 0x0003003eu, 0x000021a9u, 0x0000247fu, 0x0003003eu, 0x00006d92u, 0x0000299cu, 0x0003003eu, 0x00006d93u, - 0x00002a3au, 0x0003003eu, 0x00006d94u, 0x00000613u, 0x0003003eu, 0x00006d95u, 0x000077e4u, 0x0003003eu, - 0x00006d96u, 0x00007f26u, 0x00050041u, 0x0000003eu, 0x000060abu, 0x000021a8u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x000060acu, 0x000060abu, 0x00050041u, 0x0000003eu, 0x000060adu, 0x000021a9u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x000060aeu, 0x000060adu, 0x000300f7u, 0x00006107u, 0x00000000u, 0x000f00fbu, - 0x000060acu, 0x000060eeu, 0x00000000u, 0x000060f2u, 0x00000001u, 0x000060f6u, 0x00000002u, 0x000060fau, - 0x00000004u, 0x000060feu, 0x00000007u, 0x00006102u, 0x00000006u, 0x00006106u, 0x000200f8u, 0x00006106u, - 0x000200f9u, 0x00006107u, 0x000200f8u, 0x00006102u, 0x00060050u, 0x0000003cu, 0x00006105u, 0x0000608eu, - 0x0000608eu, 0x0000608eu, 0x000200f9u, 0x00006107u, 0x000200f8u, 0x000060feu, 0x0008004fu, 0x0000003cu, - 0x00006101u, 0x00002a3au, 0x00002a3au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006107u, - 0x000200f8u, 0x000060fau, 0x0008004fu, 0x0000003cu, 0x000060fdu, 0x00007f26u, 0x00007f26u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006107u, 0x000200f8u, 0x000060f6u, 0x0008004fu, 0x0000003cu, - 0x000060f9u, 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006107u, - 0x000200f8u, 0x000060f2u, 0x000200f9u, 0x00006107u, 0x000200f8u, 0x000060eeu, 0x0008004fu, 0x0000003cu, - 0x000060f1u, 0x0000299cu, 0x0000299cu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006107u, - 0x000200f8u, 0x00006107u, 0x001100f5u, 0x0000003cu, 0x00008214u, 0x000060f1u, 0x000060eeu, 0x00000939u, - 0x000060f2u, 0x000060f9u, 0x000060f6u, 0x000060fdu, 0x000060fau, 0x00006101u, 0x000060feu, 0x00006105u, - 0x00006102u, 0x00001a51u, 0x00006106u, 0x000300f7u, 0x00006119u, 0x00000000u, 0x000d00fbu, 0x000060aeu, - 0x00006109u, 0x00000000u, 0x0000610cu, 0x00000001u, 0x0000610fu, 0x00000002u, 0x00006112u, 0x00000004u, - 0x00006115u, 0x00000006u, 0x00006118u, 0x000200f8u, 0x00006118u, 0x000200f9u, 0x00006119u, 0x000200f8u, - 0x00006115u, 0x00050041u, 0x0000003eu, 0x00006d9cu, 0x00006d93u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006117u, 0x00006d9cu, 0x000200f9u, 0x00006119u, 0x000200f8u, 0x00006112u, 0x00050041u, 0x0000003eu, - 0x00006d9bu, 0x00006d96u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006114u, 0x00006d9bu, 0x000200f9u, - 0x00006119u, 0x000200f8u, 0x0000610fu, 0x00050041u, 0x0000003eu, 0x00006d9au, 0x00006d95u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006111u, 0x00006d9au, 0x000200f9u, 0x00006119u, 0x000200f8u, 0x0000610cu, - 0x00050041u, 0x0000003eu, 0x00006d99u, 0x00006d94u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000610eu, - 0x00006d99u, 0x000200f9u, 0x00006119u, 0x000200f8u, 0x00006109u, 0x00050041u, 0x0000003eu, 0x00006d98u, - 0x00006d92u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000610bu, 0x00006d98u, 0x000200f9u, 0x00006119u, - 0x000200f8u, 0x00006119u, 0x000f00f5u, 0x00000008u, 0x00008215u, 0x0000610bu, 0x00006109u, 0x0000610eu, - 0x0000610cu, 0x00006111u, 0x0000610fu, 0x00006114u, 0x00006112u, 0x00006117u, 0x00006115u, 0x00001a50u, - 0x00006118u, 0x00050051u, 0x00000008u, 0x0000611cu, 0x00008214u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x0000611du, 0x00008214u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000611eu, 0x00008214u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x0000611fu, 0x0000611cu, 0x0000611du, 0x0000611eu, 0x00008215u, 0x0003003eu, - 0x00006da3u, 0x000029a1u, 0x0003003eu, 0x00006da4u, 0x00002a3au, 0x0003003eu, 0x00006da5u, 0x00000613u, - 0x0003003eu, 0x00006da6u, 0x000077e4u, 0x0003003eu, 0x00006da7u, 0x00007f26u, 0x00050041u, 0x0000003eu, - 0x000060b1u, 0x000021a8u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000060b2u, 0x000060b1u, 0x00050041u, - 0x0000003eu, 0x000060b3u, 0x000021a9u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000060b4u, 0x000060b3u, - 0x000300f7u, 0x00006141u, 0x00000000u, 0x000d00fbu, 0x000060b2u, 0x00006125u, 0x00000000u, 0x00006129u, - 0x00000001u, 0x0000612du, 0x00000002u, 0x00006131u, 0x00000004u, 0x00006135u, 0x00000007u, 0x00006139u, - 0x000200f8u, 0x00006139u, 0x00050041u, 0x0000003eu, 0x00006da8u, 0x00006da3u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x0000613bu, 0x00006da8u, 0x000500c4u, 0x00000008u, 0x0000613cu, 0x0000613bu, 0x00000260u, - 0x00050041u, 0x0000003eu, 0x00006da9u, 0x00006da3u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000613eu, - 0x00006da9u, 0x000500c5u, 0x00000008u, 0x0000613fu, 0x0000613cu, 0x0000613eu, 0x00060050u, 0x0000003cu, - 0x00006140u, 0x0000613fu, 0x0000613fu, 0x0000613fu, 0x000200f9u, 0x00006141u, 0x000200f8u, 0x00006135u, - 0x0008004fu, 0x0000003cu, 0x00006138u, 0x00002a3au, 0x00002a3au, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006141u, 0x000200f8u, 0x00006131u, 0x0008004fu, 0x0000003cu, 0x00006134u, 0x00007f26u, - 0x00007f26u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006141u, 0x000200f8u, 0x0000612du, - 0x0008004fu, 0x0000003cu, 0x00006130u, 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006141u, 0x000200f8u, 0x00006129u, 0x000200f9u, 0x00006141u, 0x000200f8u, 0x00006125u, - 0x0008004fu, 0x0000003cu, 0x00006128u, 0x000029a1u, 0x000029a1u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006141u, 0x000200f8u, 0x00006141u, 0x000f00f5u, 0x0000003cu, 0x00008217u, 0x00006128u, - 0x00006125u, 0x00000939u, 0x00006129u, 0x00006130u, 0x0000612du, 0x00006134u, 0x00006131u, 0x00006138u, - 0x00006135u, 0x00006140u, 0x00006139u, 0x000300f7u, 0x00006153u, 0x00000000u, 0x000d00fbu, 0x000060b4u, - 0x00006143u, 0x00000000u, 0x00006146u, 0x00000001u, 0x00006149u, 0x00000002u, 0x0000614cu, 0x00000004u, - 0x0000614fu, 0x00000006u, 0x00006152u, 0x000200f8u, 0x00006152u, 0x000200f9u, 0x00006153u, 0x000200f8u, - 0x0000614fu, 0x00050041u, 0x0000003eu, 0x00006daeu, 0x00006da4u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006151u, 0x00006daeu, 0x000200f9u, 0x00006153u, 0x000200f8u, 0x0000614cu, 0x00050041u, 0x0000003eu, - 0x00006dadu, 0x00006da7u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000614eu, 0x00006dadu, 0x000200f9u, - 0x00006153u, 0x000200f8u, 0x00006149u, 0x00050041u, 0x0000003eu, 0x00006dacu, 0x00006da6u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x0000614bu, 0x00006dacu, 0x000200f9u, 0x00006153u, 0x000200f8u, 0x00006146u, - 0x00050041u, 0x0000003eu, 0x00006dabu, 0x00006da5u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006148u, - 0x00006dabu, 0x000200f9u, 0x00006153u, 0x000200f8u, 0x00006143u, 0x00050041u, 0x0000003eu, 0x00006daau, - 0x00006da3u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006145u, 0x00006daau, 0x000200f9u, 0x00006153u, - 0x000200f8u, 0x00006153u, 0x000f00f5u, 0x00000008u, 0x00008218u, 0x00006145u, 0x00006143u, 0x00006148u, - 0x00006146u, 0x0000614bu, 0x00006149u, 0x0000614eu, 0x0000614cu, 0x00006151u, 0x0000614fu, 0x00001a50u, - 0x00006152u, 0x00050051u, 0x00000008u, 0x00006156u, 0x00008217u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00006157u, 0x00008217u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00006158u, 0x00008217u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00006159u, 0x00006156u, 0x00006157u, 0x00006158u, 0x00008218u, 0x0003003eu, - 0x00006db4u, 0x000029a6u, 0x0003003eu, 0x00006db5u, 0x00002a3au, 0x0003003eu, 0x00006db7u, 0x000077e4u, - 0x0003003eu, 0x00006db8u, 0x00007f26u, 0x00050041u, 0x0000003eu, 0x000060b7u, 0x000021a8u, 0x000003c6u, - 0x0004003du, 0x00000008u, 0x000060b8u, 0x000060b7u, 0x00050041u, 0x0000003eu, 0x000060b9u, 0x000021a9u, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x000060bau, 0x000060b9u, 0x000300f7u, 0x0000618fu, 0x00000000u, - 0x001700fbu, 0x000060b8u, 0x0000615fu, 0x00000000u, 0x00006163u, 0x00000007u, 0x00006167u, 0x00000001u, - 0x0000616bu, 0x00000002u, 0x0000616fu, 0x00000004u, 0x00006173u, 0x00000008u, 0x00006177u, 0x00000009u, - 0x0000617bu, 0x0000000bu, 0x0000617fu, 0x0000000du, 0x00006183u, 0x0000000fu, 0x00006187u, 0x000200f8u, - 0x00006187u, 0x00050041u, 0x0000003eu, 0x00006dbau, 0x00006db4u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00006189u, 0x00006dbau, 0x000500c4u, 0x00000008u, 0x0000618au, 0x00006189u, 0x00000260u, 0x00050041u, - 0x0000003eu, 0x00006dbbu, 0x00006db4u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000618cu, 0x00006dbbu, - 0x000500c5u, 0x00000008u, 0x0000618du, 0x0000618au, 0x0000618cu, 0x00060050u, 0x0000003cu, 0x0000618eu, - 0x0000618du, 0x0000618du, 0x0000618du, 0x000200f9u, 0x0000618fu, 0x000200f8u, 0x00006183u, 0x00060050u, - 0x0000003cu, 0x00006186u, 0x00007fe0u, 0x00007fe0u, 0x00007fe0u, 0x000200f9u, 0x0000618fu, 0x000200f8u, - 0x0000617fu, 0x0008004fu, 0x0000003cu, 0x00006182u, 0x00002a3au, 0x00002a3au, 0x00000003u, 0x00000003u, - 0x00000003u, 0x000200f9u, 0x0000618fu, 0x000200f8u, 0x0000617bu, 0x0008004fu, 0x0000003cu, 0x0000617eu, - 0x00007f26u, 0x00007f26u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000618fu, 0x000200f8u, - 0x00006177u, 0x0008004fu, 0x0000003cu, 0x0000617au, 0x000077e4u, 0x000077e4u, 0x00000003u, 0x00000003u, - 0x00000003u, 0x000200f9u, 0x0000618fu, 0x000200f8u, 0x00006173u, 0x0008004fu, 0x0000003cu, 0x00006176u, - 0x00002a3au, 0x00002a3au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000618fu, 0x000200f8u, - 0x0000616fu, 0x0008004fu, 0x0000003cu, 0x00006172u, 0x00007f26u, 0x00007f26u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x0000618fu, 0x000200f8u, 0x0000616bu, 0x0008004fu, 0x0000003cu, 0x0000616eu, - 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000618fu, 0x000200f8u, - 0x00006167u, 0x000200f9u, 0x0000618fu, 0x000200f8u, 0x00006163u, 0x000200f9u, 0x0000618fu, 0x000200f8u, - 0x0000615fu, 0x0008004fu, 0x0000003cu, 0x00006162u, 0x000029a6u, 0x000029a6u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x0000618fu, 0x000200f8u, 0x0000618fu, 0x001900f5u, 0x0000003cu, 0x0000821au, - 0x00006162u, 0x0000615fu, 0x00000939u, 0x00006163u, 0x00000939u, 0x00006167u, 0x0000616eu, 0x0000616bu, - 0x00006172u, 0x0000616fu, 0x00006176u, 0x00006173u, 0x0000617au, 0x00006177u, 0x0000617eu, 0x0000617bu, - 0x00006182u, 0x0000617fu, 0x00006186u, 0x00006183u, 0x0000618eu, 0x00006187u, 0x000300f7u, 0x000061a0u, - 0x00000000u, 0x000b00fbu, 0x000060bau, 0x00006191u, 0x00000000u, 0x00006194u, 0x00000001u, 0x00006197u, - 0x00000002u, 0x0000619au, 0x00000004u, 0x0000619du, 0x000200f8u, 0x0000619du, 0x00050041u, 0x0000003eu, - 0x00006dbfu, 0x00006db5u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000619fu, 0x00006dbfu, 0x000200f9u, - 0x000061a0u, 0x000200f8u, 0x0000619au, 0x00050041u, 0x0000003eu, 0x00006dbeu, 0x00006db8u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x0000619cu, 0x00006dbeu, 0x000200f9u, 0x000061a0u, 0x000200f8u, 0x00006197u, - 0x00050041u, 0x0000003eu, 0x00006dbdu, 0x00006db7u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006199u, - 0x00006dbdu, 0x000200f9u, 0x000061a0u, 0x000200f8u, 0x00006194u, 0x000200f9u, 0x000061a0u, 0x000200f8u, - 0x00006191u, 0x00050041u, 0x0000003eu, 0x00006dbcu, 0x00006db4u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006193u, 0x00006dbcu, 0x000200f9u, 0x000061a0u, 0x000200f8u, 0x000061a0u, 0x000d00f5u, 0x00000008u, - 0x0000821bu, 0x00006193u, 0x00006191u, 0x00007fe0u, 0x00006194u, 0x00006199u, 0x00006197u, 0x0000619cu, - 0x0000619au, 0x0000619fu, 0x0000619du, 0x00050051u, 0x00000008u, 0x000061a3u, 0x0000821au, 0x00000000u, - 0x00050051u, 0x00000008u, 0x000061a4u, 0x0000821au, 0x00000001u, 0x00050051u, 0x00000008u, 0x000061a5u, - 0x0000821au, 0x00000002u, 0x00070050u, 0x00000009u, 0x000061a6u, 0x000061a3u, 0x000061a4u, 0x000061a5u, - 0x0000821bu, 0x0003003eu, 0x00006dc6u, 0x000029abu, 0x0003003eu, 0x00006dc7u, 0x00002a3au, 0x0003003eu, - 0x00006dc8u, 0x00000613u, 0x0003003eu, 0x00006dc9u, 0x000077e4u, 0x0003003eu, 0x00006dcau, 0x00007f26u, - 0x00050041u, 0x0000003eu, 0x000060bdu, 0x000021a8u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000060beu, - 0x000060bdu, 0x00050041u, 0x0000003eu, 0x000060bfu, 0x000021a9u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000060c0u, 0x000060bfu, 0x000300f7u, 0x000061c1u, 0x00000000u, 0x000d00fbu, 0x000060beu, 0x000061acu, - 0x00000000u, 0x000061b0u, 0x00000001u, 0x000061b4u, 0x00000002u, 0x000061b8u, 0x00000004u, 0x000061bcu, - 0x00000006u, 0x000061c0u, 0x000200f8u, 0x000061c0u, 0x000200f9u, 0x000061c1u, 0x000200f8u, 0x000061bcu, - 0x0008004fu, 0x0000003cu, 0x000061bfu, 0x00002a3au, 0x00002a3au, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x000061c1u, 0x000200f8u, 0x000061b8u, 0x0008004fu, 0x0000003cu, 0x000061bbu, 0x00007f26u, - 0x00007f26u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000061c1u, 0x000200f8u, 0x000061b4u, - 0x0008004fu, 0x0000003cu, 0x000061b7u, 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x000061c1u, 0x000200f8u, 0x000061b0u, 0x000200f9u, 0x000061c1u, 0x000200f8u, 0x000061acu, - 0x0008004fu, 0x0000003cu, 0x000061afu, 0x000029abu, 0x000029abu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x000061c1u, 0x000200f8u, 0x000061c1u, 0x000f00f5u, 0x0000003cu, 0x0000821du, 0x000061afu, - 0x000061acu, 0x00000939u, 0x000061b0u, 0x000061b7u, 0x000061b4u, 0x000061bbu, 0x000061b8u, 0x000061bfu, - 0x000061bcu, 0x00001a51u, 0x000061c0u, 0x000300f7u, 0x000061d3u, 0x00000000u, 0x000d00fbu, 0x000060c0u, - 0x000061c3u, 0x00000000u, 0x000061c6u, 0x00000001u, 0x000061c9u, 0x00000002u, 0x000061ccu, 0x00000004u, - 0x000061cfu, 0x00000006u, 0x000061d2u, 0x000200f8u, 0x000061d2u, 0x000200f9u, 0x000061d3u, 0x000200f8u, - 0x000061cfu, 0x00050041u, 0x0000003eu, 0x00006dcfu, 0x00006dc7u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000061d1u, 0x00006dcfu, 0x000200f9u, 0x000061d3u, 0x000200f8u, 0x000061ccu, 0x00050041u, 0x0000003eu, - 0x00006dceu, 0x00006dcau, 0x0000048du, 0x0004003du, 0x00000008u, 0x000061ceu, 0x00006dceu, 0x000200f9u, - 0x000061d3u, 0x000200f8u, 0x000061c9u, 0x00050041u, 0x0000003eu, 0x00006dcdu, 0x00006dc9u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x000061cbu, 0x00006dcdu, 0x000200f9u, 0x000061d3u, 0x000200f8u, 0x000061c6u, - 0x00050041u, 0x0000003eu, 0x00006dccu, 0x00006dc8u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000061c8u, - 0x00006dccu, 0x000200f9u, 0x000061d3u, 0x000200f8u, 0x000061c3u, 0x00050041u, 0x0000003eu, 0x00006dcbu, - 0x00006dc6u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000061c5u, 0x00006dcbu, 0x000200f9u, 0x000061d3u, - 0x000200f8u, 0x000061d3u, 0x000f00f5u, 0x00000008u, 0x0000821eu, 0x000061c5u, 0x000061c3u, 0x000061c8u, - 0x000061c6u, 0x000061cbu, 0x000061c9u, 0x000061ceu, 0x000061ccu, 0x000061d1u, 0x000061cfu, 0x00001a50u, - 0x000061d2u, 0x00050051u, 0x00000008u, 0x000061d6u, 0x0000821du, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000061d7u, 0x0000821du, 0x00000001u, 0x00050051u, 0x00000008u, 0x000061d8u, 0x0000821du, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000061d9u, 0x000061d6u, 0x000061d7u, 0x000061d8u, 0x0000821eu, 0x000600cau, - 0x00000009u, 0x000061e1u, 0x000061a6u, 0x00000205u, 0x00000266u, 0x00050082u, 0x00000009u, 0x00006203u, - 0x0000611fu, 0x0000afa6u, 0x000600cau, 0x00000009u, 0x00006204u, 0x00006203u, 0x00000205u, 0x00000266u, - 0x00050080u, 0x00000009u, 0x00006206u, 0x00006204u, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x0000620bu, - 0x00006159u, 0x0000afa6u, 0x000600cau, 0x00000009u, 0x0000620cu, 0x0000620bu, 0x00000205u, 0x00000266u, - 0x00050080u, 0x00000009u, 0x0000620eu, 0x0000620cu, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x00006213u, - 0x000061d9u, 0x0000afa6u, 0x000600cau, 0x00000009u, 0x00006214u, 0x00006213u, 0x00000205u, 0x00000266u, - 0x00050080u, 0x00000009u, 0x00006216u, 0x00006214u, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x000061eau, - 0x00006206u, 0x0000620eu, 0x00050084u, 0x00000009u, 0x000061ecu, 0x000061eau, 0x000061e1u, 0x00050080u, - 0x00000009u, 0x000061efu, 0x000061ecu, 0x0000afa6u, 0x000500c3u, 0x00000009u, 0x000061f2u, 0x000061efu, - 0x0000afb1u, 0x00050080u, 0x00000009u, 0x000061feu, 0x000061f2u, 0x00006216u, 0x0003003eu, 0x0000609fu, - 0x000061feu, 0x000300f7u, 0x000060e7u, 0x00000000u, 0x000400fau, 0x0000223fu, 0x000060c8u, 0x000060e6u, - 0x000200f8u, 0x000060e6u, 0x000200f9u, 0x000060e7u, 0x000200f8u, 0x000060c8u, 0x00050041u, 0x0000003eu, - 0x000060c9u, 0x0000609fu, 0x0000048du, 0x0004003du, 0x00000008u, 0x000060cau, 0x000060c9u, 0x00050082u, - 0x00000008u, 0x0000621au, 0x000060cau, 0x00000625u, 0x000600cau, 0x00000008u, 0x0000621bu, 0x0000621au, - 0x00000205u, 0x00000266u, 0x00050080u, 0x00000008u, 0x0000621cu, 0x0000621bu, 0x00000625u, 0x0008000cu, - 0x00000008u, 0x0000621du, 0x00000001u, 0x0000002du, 0x0000621cu, 0x00000205u, 0x0000038du, 0x00050080u, - 0x00000008u, 0x000060ceu, 0x0000621du, 0x00000214u, 0x000500c3u, 0x00000008u, 0x000060cfu, 0x000060ceu, - 0x00000260u, 0x00050080u, 0x00000008u, 0x000060d0u, 0x0000621du, 0x000060cfu, 0x000300f7u, 0x000060e3u, - 0x00000000u, 0x000400fau, 0x00002221u, 0x000060d2u, 0x000060dfu, 0x000200f8u, 0x000060dfu, 0x00050080u, - 0x00000008u, 0x000060e2u, 0x000060d0u, 0x00007eb9u, 0x000200f9u, 0x000060e3u, 0x000200f8u, 0x000060d2u, - 0x000300f7u, 0x000060ddu, 0x00000000u, 0x000400fau, 0x0000221eu, 0x000060d4u, 0x000060dau, 0x000200f8u, - 0x000060dau, 0x000500c4u, 0x00000008u, 0x000060dcu, 0x000022c4u, 0x00000220u, 0x000200f9u, 0x000060ddu, - 0x000200f8u, 0x000060d4u, 0x00050084u, 0x00000008u, 0x000060d7u, 0x000060d0u, 0x000022c4u, 0x00050080u, - 0x00000008u, 0x000060d8u, 0x000060d7u, 0x0000021du, 0x000500c3u, 0x00000008u, 0x000060d9u, 0x000060d8u, - 0x0000021au, 0x000200f9u, 0x000060ddu, 0x000200f8u, 0x000060ddu, 0x000700f5u, 0x00000008u, 0x0000821fu, - 0x000060d9u, 0x000060d4u, 0x000060dcu, 0x000060dau, 0x000200f9u, 0x000060e3u, 0x000200f8u, 0x000060e3u, - 0x000700f5u, 0x00000008u, 0x00008220u, 0x0000821fu, 0x000060ddu, 0x000060e2u, 0x000060dfu, 0x0008000cu, - 0x00000008u, 0x000060e5u, 0x00000001u, 0x0000002du, 0x00008220u, 0x00000205u, 0x0000038du, 0x000200f9u, - 0x000060e7u, 0x000200f8u, 0x000060e7u, 0x000700f5u, 0x00000008u, 0x00008221u, 0x000060e5u, 0x000060e3u, - 0x00000205u, 0x000060e6u, 0x0003003eu, 0x000021b3u, 0x00002484u, 0x0003003eu, 0x000021b4u, 0x00002489u, - 0x0003003eu, 0x00006d4fu, 0x000029b0u, 0x0003003eu, 0x00006d50u, 0x00002a3au, 0x0003003eu, 0x00006d51u, - 0x000061feu, 0x0003003eu, 0x00006d52u, 0x00007f26u, 0x0003003eu, 0x00006d53u, 0x000077e4u, 0x00050041u, - 0x0000003eu, 0x00006239u, 0x000021b3u, 0x00000376u, 0x0004003du, 0x00000008u, 0x0000623au, 0x00006239u, - 0x00050041u, 0x0000003eu, 0x0000623bu, 0x000021b4u, 0x00000376u, 0x0004003du, 0x00000008u, 0x0000623cu, - 0x0000623bu, 0x000300f7u, 0x00006295u, 0x00000000u, 0x000f00fbu, 0x0000623au, 0x0000627cu, 0x00000000u, - 0x00006280u, 0x00000001u, 0x00006284u, 0x00000002u, 0x00006288u, 0x00000004u, 0x0000628cu, 0x00000007u, - 0x00006290u, 0x00000006u, 0x00006294u, 0x000200f8u, 0x00006294u, 0x000200f9u, 0x00006295u, 0x000200f8u, - 0x00006290u, 0x00060050u, 0x0000003cu, 0x00006293u, 0x0000608eu, 0x0000608eu, 0x0000608eu, 0x000200f9u, - 0x00006295u, 0x000200f8u, 0x0000628cu, 0x0008004fu, 0x0000003cu, 0x0000628fu, 0x00002a3au, 0x00002a3au, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006295u, 0x000200f8u, 0x00006288u, 0x0008004fu, - 0x0000003cu, 0x0000628bu, 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006295u, 0x000200f8u, 0x00006284u, 0x0008004fu, 0x0000003cu, 0x00006287u, 0x00007f26u, 0x00007f26u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006295u, 0x000200f8u, 0x00006280u, 0x0008004fu, - 0x0000003cu, 0x00006283u, 0x000061feu, 0x000061feu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006295u, 0x000200f8u, 0x0000627cu, 0x0008004fu, 0x0000003cu, 0x0000627fu, 0x000029b0u, 0x000029b0u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006295u, 0x000200f8u, 0x00006295u, 0x001100f5u, - 0x0000003cu, 0x00008244u, 0x0000627fu, 0x0000627cu, 0x00006283u, 0x00006280u, 0x00006287u, 0x00006284u, - 0x0000628bu, 0x00006288u, 0x0000628fu, 0x0000628cu, 0x00006293u, 0x00006290u, 0x00001a51u, 0x00006294u, - 0x000300f7u, 0x000062a7u, 0x00000000u, 0x000d00fbu, 0x0000623cu, 0x00006297u, 0x00000000u, 0x0000629au, - 0x00000001u, 0x0000629du, 0x00000002u, 0x000062a0u, 0x00000004u, 0x000062a3u, 0x00000006u, 0x000062a6u, - 0x000200f8u, 0x000062a6u, 0x000200f9u, 0x000062a7u, 0x000200f8u, 0x000062a3u, 0x00050041u, 0x0000003eu, - 0x00006d59u, 0x00006d50u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000062a5u, 0x00006d59u, 0x000200f9u, - 0x000062a7u, 0x000200f8u, 0x000062a0u, 0x00050041u, 0x0000003eu, 0x00006d58u, 0x00006d53u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x000062a2u, 0x00006d58u, 0x000200f9u, 0x000062a7u, 0x000200f8u, 0x0000629du, - 0x00050041u, 0x0000003eu, 0x00006d57u, 0x00006d52u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000629fu, - 0x00006d57u, 0x000200f9u, 0x000062a7u, 0x000200f8u, 0x0000629au, 0x00050041u, 0x0000003eu, 0x00006d56u, - 0x00006d51u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000629cu, 0x00006d56u, 0x000200f9u, 0x000062a7u, - 0x000200f8u, 0x00006297u, 0x00050041u, 0x0000003eu, 0x00006d55u, 0x00006d4fu, 0x0000048du, 0x0004003du, - 0x00000008u, 0x00006299u, 0x00006d55u, 0x000200f9u, 0x000062a7u, 0x000200f8u, 0x000062a7u, 0x000f00f5u, - 0x00000008u, 0x00008245u, 0x00006299u, 0x00006297u, 0x0000629cu, 0x0000629au, 0x0000629fu, 0x0000629du, - 0x000062a2u, 0x000062a0u, 0x000062a5u, 0x000062a3u, 0x00001a50u, 0x000062a6u, 0x00050051u, 0x00000008u, - 0x000062aau, 0x00008244u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000062abu, 0x00008244u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x000062acu, 0x00008244u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000062adu, - 0x000062aau, 0x000062abu, 0x000062acu, 0x00008245u, 0x0003003eu, 0x00006d60u, 0x000029b5u, 0x0003003eu, - 0x00006d61u, 0x00002a3au, 0x0003003eu, 0x00006d62u, 0x000061feu, 0x0003003eu, 0x00006d63u, 0x00007f26u, - 0x0003003eu, 0x00006d64u, 0x000077e4u, 0x00050041u, 0x0000003eu, 0x0000623fu, 0x000021b3u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00006240u, 0x0000623fu, 0x00050041u, 0x0000003eu, 0x00006241u, 0x000021b4u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00006242u, 0x00006241u, 0x000300f7u, 0x000062cfu, 0x00000000u, - 0x000d00fbu, 0x00006240u, 0x000062b3u, 0x00000000u, 0x000062b7u, 0x00000001u, 0x000062bbu, 0x00000002u, - 0x000062bfu, 0x00000004u, 0x000062c3u, 0x00000007u, 0x000062c7u, 0x000200f8u, 0x000062c7u, 0x00050041u, - 0x0000003eu, 0x00006d65u, 0x00006d60u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000062c9u, 0x00006d65u, - 0x000500c4u, 0x00000008u, 0x000062cau, 0x000062c9u, 0x00000260u, 0x00050041u, 0x0000003eu, 0x00006d66u, - 0x00006d60u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000062ccu, 0x00006d66u, 0x000500c5u, 0x00000008u, - 0x000062cdu, 0x000062cau, 0x000062ccu, 0x00060050u, 0x0000003cu, 0x000062ceu, 0x000062cdu, 0x000062cdu, - 0x000062cdu, 0x000200f9u, 0x000062cfu, 0x000200f8u, 0x000062c3u, 0x0008004fu, 0x0000003cu, 0x000062c6u, - 0x00002a3au, 0x00002a3au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062cfu, 0x000200f8u, - 0x000062bfu, 0x0008004fu, 0x0000003cu, 0x000062c2u, 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000062cfu, 0x000200f8u, 0x000062bbu, 0x0008004fu, 0x0000003cu, 0x000062beu, - 0x00007f26u, 0x00007f26u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062cfu, 0x000200f8u, - 0x000062b7u, 0x0008004fu, 0x0000003cu, 0x000062bau, 0x000061feu, 0x000061feu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000062cfu, 0x000200f8u, 0x000062b3u, 0x0008004fu, 0x0000003cu, 0x000062b6u, - 0x000029b5u, 0x000029b5u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062cfu, 0x000200f8u, - 0x000062cfu, 0x000f00f5u, 0x0000003cu, 0x00008247u, 0x000062b6u, 0x000062b3u, 0x000062bau, 0x000062b7u, - 0x000062beu, 0x000062bbu, 0x000062c2u, 0x000062bfu, 0x000062c6u, 0x000062c3u, 0x000062ceu, 0x000062c7u, - 0x000300f7u, 0x000062e1u, 0x00000000u, 0x000d00fbu, 0x00006242u, 0x000062d1u, 0x00000000u, 0x000062d4u, - 0x00000001u, 0x000062d7u, 0x00000002u, 0x000062dau, 0x00000004u, 0x000062ddu, 0x00000006u, 0x000062e0u, - 0x000200f8u, 0x000062e0u, 0x000200f9u, 0x000062e1u, 0x000200f8u, 0x000062ddu, 0x00050041u, 0x0000003eu, - 0x00006d6bu, 0x00006d61u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000062dfu, 0x00006d6bu, 0x000200f9u, - 0x000062e1u, 0x000200f8u, 0x000062dau, 0x00050041u, 0x0000003eu, 0x00006d6au, 0x00006d64u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x000062dcu, 0x00006d6au, 0x000200f9u, 0x000062e1u, 0x000200f8u, 0x000062d7u, - 0x00050041u, 0x0000003eu, 0x00006d69u, 0x00006d63u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000062d9u, - 0x00006d69u, 0x000200f9u, 0x000062e1u, 0x000200f8u, 0x000062d4u, 0x00050041u, 0x0000003eu, 0x00006d68u, - 0x00006d62u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000062d6u, 0x00006d68u, 0x000200f9u, 0x000062e1u, - 0x000200f8u, 0x000062d1u, 0x00050041u, 0x0000003eu, 0x00006d67u, 0x00006d60u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x000062d3u, 0x00006d67u, 0x000200f9u, 0x000062e1u, 0x000200f8u, 0x000062e1u, 0x000f00f5u, - 0x00000008u, 0x00008248u, 0x000062d3u, 0x000062d1u, 0x000062d6u, 0x000062d4u, 0x000062d9u, 0x000062d7u, - 0x000062dcu, 0x000062dau, 0x000062dfu, 0x000062ddu, 0x00001a50u, 0x000062e0u, 0x00050051u, 0x00000008u, - 0x000062e4u, 0x00008247u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000062e5u, 0x00008247u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x000062e6u, 0x00008247u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000062e7u, - 0x000062e4u, 0x000062e5u, 0x000062e6u, 0x00008248u, 0x0003003eu, 0x00006d71u, 0x000029bau, 0x0003003eu, - 0x00006d72u, 0x00002a3au, 0x0003003eu, 0x00006d74u, 0x00007f26u, 0x0003003eu, 0x00006d75u, 0x000077e4u, - 0x00050041u, 0x0000003eu, 0x00006245u, 0x000021b3u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006246u, - 0x00006245u, 0x00050041u, 0x0000003eu, 0x00006247u, 0x000021b4u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x00006248u, 0x00006247u, 0x000300f7u, 0x0000631du, 0x00000000u, 0x001700fbu, 0x00006246u, 0x000062edu, - 0x00000000u, 0x000062f1u, 0x00000007u, 0x000062f5u, 0x00000001u, 0x000062f9u, 0x00000002u, 0x000062fdu, - 0x00000004u, 0x00006301u, 0x00000008u, 0x00006305u, 0x00000009u, 0x00006309u, 0x0000000bu, 0x0000630du, - 0x0000000du, 0x00006311u, 0x0000000fu, 0x00006315u, 0x000200f8u, 0x00006315u, 0x00050041u, 0x0000003eu, - 0x00006d77u, 0x00006d71u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006317u, 0x00006d77u, 0x000500c4u, - 0x00000008u, 0x00006318u, 0x00006317u, 0x00000260u, 0x00050041u, 0x0000003eu, 0x00006d78u, 0x00006d71u, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000631au, 0x00006d78u, 0x000500c5u, 0x00000008u, 0x0000631bu, - 0x00006318u, 0x0000631au, 0x00060050u, 0x0000003cu, 0x0000631cu, 0x0000631bu, 0x0000631bu, 0x0000631bu, - 0x000200f9u, 0x0000631du, 0x000200f8u, 0x00006311u, 0x00060050u, 0x0000003cu, 0x00006314u, 0x00007fe0u, - 0x00007fe0u, 0x00007fe0u, 0x000200f9u, 0x0000631du, 0x000200f8u, 0x0000630du, 0x0008004fu, 0x0000003cu, - 0x00006310u, 0x00002a3au, 0x00002a3au, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000631du, - 0x000200f8u, 0x00006309u, 0x0008004fu, 0x0000003cu, 0x0000630cu, 0x000077e4u, 0x000077e4u, 0x00000003u, - 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000631du, 0x000200f8u, 0x00006305u, 0x0008004fu, 0x0000003cu, - 0x00006308u, 0x00007f26u, 0x00007f26u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000631du, - 0x000200f8u, 0x00006301u, 0x0008004fu, 0x0000003cu, 0x00006304u, 0x00002a3au, 0x00002a3au, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000631du, 0x000200f8u, 0x000062fdu, 0x0008004fu, 0x0000003cu, - 0x00006300u, 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000631du, - 0x000200f8u, 0x000062f9u, 0x0008004fu, 0x0000003cu, 0x000062fcu, 0x00007f26u, 0x00007f26u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000631du, 0x000200f8u, 0x000062f5u, 0x0008004fu, 0x0000003cu, - 0x000062f8u, 0x000061feu, 0x000061feu, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000631du, - 0x000200f8u, 0x000062f1u, 0x0008004fu, 0x0000003cu, 0x000062f4u, 0x000061feu, 0x000061feu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000631du, 0x000200f8u, 0x000062edu, 0x0008004fu, 0x0000003cu, - 0x000062f0u, 0x000029bau, 0x000029bau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000631du, - 0x000200f8u, 0x0000631du, 0x001900f5u, 0x0000003cu, 0x0000824au, 0x000062f0u, 0x000062edu, 0x000062f4u, - 0x000062f1u, 0x000062f8u, 0x000062f5u, 0x000062fcu, 0x000062f9u, 0x00006300u, 0x000062fdu, 0x00006304u, - 0x00006301u, 0x00006308u, 0x00006305u, 0x0000630cu, 0x00006309u, 0x00006310u, 0x0000630du, 0x00006314u, - 0x00006311u, 0x0000631cu, 0x00006315u, 0x000300f7u, 0x0000632eu, 0x00000000u, 0x000b00fbu, 0x00006248u, - 0x0000631fu, 0x00000000u, 0x00006322u, 0x00000001u, 0x00006325u, 0x00000002u, 0x00006328u, 0x00000004u, - 0x0000632bu, 0x000200f8u, 0x0000632bu, 0x00050041u, 0x0000003eu, 0x00006d7cu, 0x00006d72u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x0000632du, 0x00006d7cu, 0x000200f9u, 0x0000632eu, 0x000200f8u, 0x00006328u, - 0x00050041u, 0x0000003eu, 0x00006d7bu, 0x00006d75u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000632au, - 0x00006d7bu, 0x000200f9u, 0x0000632eu, 0x000200f8u, 0x00006325u, 0x00050041u, 0x0000003eu, 0x00006d7au, - 0x00006d74u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006327u, 0x00006d7au, 0x000200f9u, 0x0000632eu, - 0x000200f8u, 0x00006322u, 0x000200f9u, 0x0000632eu, 0x000200f8u, 0x0000631fu, 0x00050041u, 0x0000003eu, - 0x00006d79u, 0x00006d71u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006321u, 0x00006d79u, 0x000200f9u, - 0x0000632eu, 0x000200f8u, 0x0000632eu, 0x000d00f5u, 0x00000008u, 0x0000824bu, 0x00006321u, 0x0000631fu, - 0x00007fe0u, 0x00006322u, 0x00006327u, 0x00006325u, 0x0000632au, 0x00006328u, 0x0000632du, 0x0000632bu, - 0x00050051u, 0x00000008u, 0x00006331u, 0x0000824au, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006332u, - 0x0000824au, 0x00000001u, 0x00050051u, 0x00000008u, 0x00006333u, 0x0000824au, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00006334u, 0x00006331u, 0x00006332u, 0x00006333u, 0x0000824bu, 0x0003003eu, 0x00006d83u, - 0x000029bfu, 0x0003003eu, 0x00006d84u, 0x00002a3au, 0x0003003eu, 0x00006d85u, 0x000061feu, 0x0003003eu, - 0x00006d86u, 0x00007f26u, 0x0003003eu, 0x00006d87u, 0x000077e4u, 0x00050041u, 0x0000003eu, 0x0000624bu, - 0x000021b3u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000624cu, 0x0000624bu, 0x00050041u, 0x0000003eu, - 0x0000624du, 0x000021b4u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000624eu, 0x0000624du, 0x000300f7u, - 0x0000634fu, 0x00000000u, 0x000d00fbu, 0x0000624cu, 0x0000633au, 0x00000000u, 0x0000633eu, 0x00000001u, - 0x00006342u, 0x00000002u, 0x00006346u, 0x00000004u, 0x0000634au, 0x00000006u, 0x0000634eu, 0x000200f8u, - 0x0000634eu, 0x000200f9u, 0x0000634fu, 0x000200f8u, 0x0000634au, 0x0008004fu, 0x0000003cu, 0x0000634du, - 0x00002a3au, 0x00002a3au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000634fu, 0x000200f8u, - 0x00006346u, 0x0008004fu, 0x0000003cu, 0x00006349u, 0x000077e4u, 0x000077e4u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x0000634fu, 0x000200f8u, 0x00006342u, 0x0008004fu, 0x0000003cu, 0x00006345u, - 0x00007f26u, 0x00007f26u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000634fu, 0x000200f8u, - 0x0000633eu, 0x0008004fu, 0x0000003cu, 0x00006341u, 0x000061feu, 0x000061feu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x0000634fu, 0x000200f8u, 0x0000633au, 0x0008004fu, 0x0000003cu, 0x0000633du, - 0x000029bfu, 0x000029bfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000634fu, 0x000200f8u, - 0x0000634fu, 0x000f00f5u, 0x0000003cu, 0x0000824du, 0x0000633du, 0x0000633au, 0x00006341u, 0x0000633eu, - 0x00006345u, 0x00006342u, 0x00006349u, 0x00006346u, 0x0000634du, 0x0000634au, 0x00001a51u, 0x0000634eu, - 0x000300f7u, 0x00006361u, 0x00000000u, 0x000d00fbu, 0x0000624eu, 0x00006351u, 0x00000000u, 0x00006354u, - 0x00000001u, 0x00006357u, 0x00000002u, 0x0000635au, 0x00000004u, 0x0000635du, 0x00000006u, 0x00006360u, - 0x000200f8u, 0x00006360u, 0x000200f9u, 0x00006361u, 0x000200f8u, 0x0000635du, 0x00050041u, 0x0000003eu, - 0x00006d8cu, 0x00006d84u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000635fu, 0x00006d8cu, 0x000200f9u, - 0x00006361u, 0x000200f8u, 0x0000635au, 0x00050041u, 0x0000003eu, 0x00006d8bu, 0x00006d87u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x0000635cu, 0x00006d8bu, 0x000200f9u, 0x00006361u, 0x000200f8u, 0x00006357u, - 0x00050041u, 0x0000003eu, 0x00006d8au, 0x00006d86u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006359u, - 0x00006d8au, 0x000200f9u, 0x00006361u, 0x000200f8u, 0x00006354u, 0x00050041u, 0x0000003eu, 0x00006d89u, - 0x00006d85u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006356u, 0x00006d89u, 0x000200f9u, 0x00006361u, - 0x000200f8u, 0x00006351u, 0x00050041u, 0x0000003eu, 0x00006d88u, 0x00006d83u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x00006353u, 0x00006d88u, 0x000200f9u, 0x00006361u, 0x000200f8u, 0x00006361u, 0x000f00f5u, - 0x00000008u, 0x0000824eu, 0x00006353u, 0x00006351u, 0x00006356u, 0x00006354u, 0x00006359u, 0x00006357u, - 0x0000635cu, 0x0000635au, 0x0000635fu, 0x0000635du, 0x00001a50u, 0x00006360u, 0x00050051u, 0x00000008u, - 0x00006364u, 0x0000824du, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006365u, 0x0000824du, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00006366u, 0x0000824du, 0x00000002u, 0x00070050u, 0x00000009u, 0x00006367u, - 0x00006364u, 0x00006365u, 0x00006366u, 0x0000824eu, 0x000600cau, 0x00000009u, 0x0000636fu, 0x00006334u, - 0x00000205u, 0x00000266u, 0x00050082u, 0x00000009u, 0x00006391u, 0x000062adu, 0x0000afa6u, 0x000600cau, - 0x00000009u, 0x00006392u, 0x00006391u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, 0x00006394u, - 0x00006392u, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x00006399u, 0x000062e7u, 0x0000afa6u, 0x000600cau, - 0x00000009u, 0x0000639au, 0x00006399u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, 0x0000639cu, - 0x0000639au, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x000063a1u, 0x00006367u, 0x0000afa6u, 0x000600cau, - 0x00000009u, 0x000063a2u, 0x000063a1u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, 0x000063a4u, - 0x000063a2u, 0x0000afa6u, 0x00050082u, 0x00000009u, 0x00006378u, 0x00006394u, 0x0000639cu, 0x00050084u, - 0x00000009u, 0x0000637au, 0x00006378u, 0x0000636fu, 0x00050080u, 0x00000009u, 0x0000637du, 0x0000637au, - 0x0000afa6u, 0x000500c3u, 0x00000009u, 0x00006380u, 0x0000637du, 0x0000afb1u, 0x00050080u, 0x00000009u, - 0x0000638cu, 0x00006380u, 0x000063a4u, 0x00050082u, 0x00000009u, 0x000063a9u, 0x0000638cu, 0x0000afa6u, - 0x000600cau, 0x00000009u, 0x000063abu, 0x000063a9u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x000063aeu, 0x000063abu, 0x0000afa6u, 0x0008000cu, 0x00000009u, 0x000063b0u, 0x00000001u, 0x0000002du, - 0x000063aeu, 0x00000613u, 0x00000af4u, 0x0003003eu, 0x0000622eu, 0x000063b0u, 0x00050041u, 0x0000003eu, - 0x00006257u, 0x0000622eu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006258u, 0x00006257u, 0x0004003du, - 0x00000008u, 0x0000625au, 0x00006257u, 0x00050080u, 0x00000008u, 0x0000625bu, 0x0000625au, 0x00000214u, - 0x000500c3u, 0x00000008u, 0x0000625cu, 0x0000625bu, 0x00000260u, 0x00050080u, 0x00000008u, 0x0000625du, - 0x00006258u, 0x0000625cu, 0x000300f7u, 0x0000626au, 0x00000000u, 0x000400fau, 0x0000221eu, 0x0000625fu, - 0x00006267u, 0x000200f8u, 0x00006267u, 0x000500c4u, 0x00000008u, 0x00006269u, 0x000022c4u, 0x00000220u, - 0x000200f9u, 0x0000626au, 0x000200f8u, 0x0000625fu, 0x00050084u, 0x00000008u, 0x00006262u, 0x0000625du, - 0x000022c4u, 0x00050080u, 0x00000008u, 0x00006263u, 0x00006262u, 0x0000021du, 0x000500c3u, 0x00000008u, - 0x00006264u, 0x00006263u, 0x0000021au, 0x000500c3u, 0x00000008u, 0x00006266u, 0x00006264u, 0x00000220u, - 0x000200f9u, 0x0000626au, 0x000200f8u, 0x0000626au, 0x000700f5u, 0x00000008u, 0x0000825bu, 0x00006266u, - 0x0000625fu, 0x000022c4u, 0x00006267u, 0x000700f5u, 0x00000008u, 0x00008258u, 0x00006264u, 0x0000625fu, - 0x00006269u, 0x00006267u, 0x000300f7u, 0x00006272u, 0x00000000u, 0x000400fau, 0x00002221u, 0x0000626cu, - 0x0000626eu, 0x000200f8u, 0x0000626eu, 0x00050080u, 0x00000008u, 0x00006271u, 0x0000625du, 0x00007eb9u, - 0x000200f9u, 0x00006272u, 0x000200f8u, 0x0000626cu, 0x000200f9u, 0x00006272u, 0x000200f8u, 0x00006272u, - 0x000700f5u, 0x00000008u, 0x00008259u, 0x00008258u, 0x0000626cu, 0x00006271u, 0x0000626eu, 0x0008000cu, - 0x00000008u, 0x00006274u, 0x00000001u, 0x0000002du, 0x00008259u, 0x00000205u, 0x0000038du, 0x0003003eu, - 0x00006257u, 0x00006274u, 0x0004003du, 0x00000009u, 0x00006276u, 0x0000622eu, 0x0003003eu, 0x000021b1u, - 0x00006276u, 0x000200f9u, 0x00002402u, 0x000200f8u, 0x00002402u, 0x000700f5u, 0x00000008u, 0x0000827eu, - 0x00008221u, 0x00006272u, 0x00002401u, 0x00006410u, 0x000700f5u, 0x00000008u, 0x0000825cu, 0x0000825bu, - 0x00006272u, 0x00008212u, 0x00006410u, 0x000500aau, 0x0000005du, 0x00002405u, 0x0000825cu, 0x00000205u, - 0x000500a7u, 0x0000005du, 0x00002406u, 0x00002230u, 0x00002405u, 0x000300f7u, 0x00002408u, 0x00000000u, - 0x000400fau, 0x00002406u, 0x00002407u, 0x00002408u, 0x000200f8u, 0x00002407u, 0x000200f9u, 0x00002427u, - 0x000200f8u, 0x00002408u, 0x000300f7u, 0x00002417u, 0x00000000u, 0x000400fau, 0x0000223fu, 0x0000240au, - 0x00002417u, 0x000200f8u, 0x0000240au, 0x000300f7u, 0x00002411u, 0x00000000u, 0x000400fau, 0x00002242u, - 0x0000240cu, 0x0000240eu, 0x000200f8u, 0x0000240eu, 0x00050041u, 0x0000003eu, 0x000070c4u, 0x000070c1u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00002410u, 0x000070c4u, 0x000200f9u, 0x00002411u, 0x000200f8u, - 0x0000240cu, 0x000500c7u, 0x00000008u, 0x00006557u, 0x00007dabu, 0x0000038du, 0x000200f9u, 0x00002411u, - 0x000200f8u, 0x00002411u, 0x000700f5u, 0x00000008u, 0x00008289u, 0x00006557u, 0x0000240cu, 0x00002410u, - 0x0000240eu, 0x000500b1u, 0x0000005du, 0x00002414u, 0x0000827eu, 0x00008289u, 0x000300f7u, 0x00002416u, - 0x00000000u, 0x000400fau, 0x00002414u, 0x00002415u, 0x00002416u, 0x000200f8u, 0x00002415u, 0x000200f9u, - 0x00002427u, 0x000200f8u, 0x00002416u, 0x000200f9u, 0x00002417u, 0x000200f8u, 0x00002417u, 0x0004003du, - 0x00000009u, 0x00002418u, 0x000021b1u, 0x000500c4u, 0x00000008u, 0x0000241bu, 0x00002c88u, 0x00000266u, - 0x000500c5u, 0x00000008u, 0x0000241du, 0x0000241bu, 0x00007eb0u, 0x00050041u, 0x0000003eu, 0x00002421u, - 0x00002146u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00002422u, 0x00002421u, 0x00050080u, 0x00000008u, - 0x00002424u, 0x00002422u, 0x00007eb9u, 0x0007000cu, 0x00000008u, 0x00002425u, 0x00000001u, 0x00000027u, - 0x00002424u, 0x0000038du, 0x000200f9u, 0x00002427u, 0x000200f8u, 0x00002427u, 0x001900f5u, 0x00000008u, - 0x0000ac4au, 0x00007fecu, 0x000021d6u, 0x00007fecu, 0x000021f5u, 0x00007fecu, 0x0000227bu, 0x00007fecu, - 0x000022a6u, 0x00007fecu, 0x000022a7u, 0x00007fecu, 0x000022b5u, 0x00007fecu, 0x000022c1u, 0x00007fecu, - 0x000022cdu, 0x00007fe0u, 0x00002407u, 0x00007fe0u, 0x00002415u, 0x00007fe0u, 0x00002417u, 0x001900f5u, - 0x00000009u, 0x0000abb8u, 0x00007f35u, 0x000021d6u, 0x00007f35u, 0x000021f5u, 0x00007f35u, 0x0000227bu, - 0x00007f35u, 0x000022a6u, 0x00007f35u, 0x000022a7u, 0x00007f35u, 0x000022b5u, 0x00007f35u, 0x000022c1u, - 0x00007f35u, 0x000022cdu, 0x00007f26u, 0x00002407u, 0x00007f26u, 0x00002415u, 0x00007f26u, 0x00002417u, - 0x001900f5u, 0x00000008u, 0x0000ab46u, 0x00007daeu, 0x000021d6u, 0x00007daeu, 0x000021f5u, 0x00007dabu, - 0x0000227bu, 0x00007dabu, 0x000022a6u, 0x00007dabu, 0x000022a7u, 0x00007dabu, 0x000022b5u, 0x00007dabu, - 0x000022c1u, 0x00007dabu, 0x000022cdu, 0x00007dabu, 0x00002407u, 0x00007dabu, 0x00002415u, 0x00007dabu, - 0x00002417u, 0x001900f5u, 0x00000009u, 0x0000aa9eu, 0x00007b95u, 0x000021d6u, 0x00007b95u, 0x000021f5u, - 0x00007b95u, 0x0000227bu, 0x00007b95u, 0x000022a6u, 0x00007b95u, 0x000022a7u, 0x00007b95u, 0x000022b5u, - 0x00007b95u, 0x000022c1u, 0x00007b95u, 0x000022cdu, 0x0000aae6u, 0x00002407u, 0x0000aae6u, 0x00002415u, - 0x0000aae6u, 0x00002417u, 0x001900f5u, 0x00000009u, 0x0000a9f7u, 0x00007aa3u, 0x000021d6u, 0x00007aa3u, - 0x000021f5u, 0x00007aa3u, 0x0000227bu, 0x00007aa3u, 0x000022a6u, 0x00007aa3u, 0x000022a7u, 0x00007aa3u, - 0x000022b5u, 0x00007aa3u, 0x000022c1u, 0x00007aa3u, 0x000022cdu, 0x0000aa3fu, 0x00002407u, 0x0000aa3fu, - 0x00002415u, 0x0000aa3fu, 0x00002417u, 0x001900f5u, 0x00000009u, 0x0000a950u, 0x000079acu, 0x000021d6u, - 0x000079acu, 0x000021f5u, 0x000079acu, 0x0000227bu, 0x000079acu, 0x000022a6u, 0x000079acu, 0x000022a7u, - 0x000079acu, 0x000022b5u, 0x000079acu, 0x000022c1u, 0x000079acu, 0x000022cdu, 0x0000a998u, 0x00002407u, - 0x0000a998u, 0x00002415u, 0x0000a998u, 0x00002417u, 0x001900f5u, 0x00000009u, 0x0000a8a9u, 0x0000787fu, - 0x000021d6u, 0x0000787fu, 0x000021f5u, 0x0000787fu, 0x0000227bu, 0x0000787fu, 0x000022a6u, 0x0000787fu, - 0x000022a7u, 0x0000787fu, 0x000022b5u, 0x0000787fu, 0x000022c1u, 0x0000787fu, 0x000022cdu, 0x0000a8f1u, - 0x00002407u, 0x0000a8f1u, 0x00002415u, 0x0000a8f1u, 0x00002417u, 0x001900f5u, 0x00000009u, 0x0000a817u, - 0x000077f1u, 0x000021d6u, 0x000077f1u, 0x000021f5u, 0x000077f1u, 0x0000227bu, 0x000077f1u, 0x000022a6u, - 0x000077f1u, 0x000022a7u, 0x000077f1u, 0x000022b5u, 0x000077f1u, 0x000022c1u, 0x000077f1u, 0x000022cdu, - 0x000077e4u, 0x00002407u, 0x000077e4u, 0x00002415u, 0x000077e4u, 0x00002417u, 0x001900f5u, 0x00000009u, - 0x0000a6f7u, 0x00007450u, 0x000021d6u, 0x00007450u, 0x000021f5u, 0x00007450u, 0x0000227bu, 0x00007450u, - 0x000022a6u, 0x00007450u, 0x000022a7u, 0x00007450u, 0x000022b5u, 0x00007450u, 0x000022c1u, 0x00007450u, - 0x000022cdu, 0x0000a741u, 0x00002407u, 0x0000a741u, 0x00002415u, 0x0000a741u, 0x00002417u, 0x001900f5u, - 0x00000009u, 0x0000a5d8u, 0x000073d6u, 0x000021d6u, 0x000073d6u, 0x000021f5u, 0x000073d6u, 0x0000227bu, - 0x000073d6u, 0x000022a6u, 0x000073d6u, 0x000022a7u, 0x000073d6u, 0x000022b5u, 0x000073d6u, 0x000022c1u, - 0x000073d6u, 0x000022cdu, 0x0000a622u, 0x00002407u, 0x0000a622u, 0x00002415u, 0x0000a622u, 0x00002417u, - 0x001900f5u, 0x00000009u, 0x0000a4b9u, 0x00007357u, 0x000021d6u, 0x00007357u, 0x000021f5u, 0x00007357u, - 0x0000227bu, 0x00007357u, 0x000022a6u, 0x00007357u, 0x000022a7u, 0x00007357u, 0x000022b5u, 0x00007357u, - 0x000022c1u, 0x00007357u, 0x000022cdu, 0x0000a503u, 0x00002407u, 0x0000a503u, 0x00002415u, 0x0000a503u, - 0x00002417u, 0x001900f5u, 0x00000009u, 0x0000a39au, 0x000072a1u, 0x000021d6u, 0x000072a1u, 0x000021f5u, - 0x000072a1u, 0x0000227bu, 0x000072a1u, 0x000022a6u, 0x000072a1u, 0x000022a7u, 0x000072a1u, 0x000022b5u, - 0x000072a1u, 0x000022c1u, 0x000072a1u, 0x000022cdu, 0x0000a3e4u, 0x00002407u, 0x0000a3e4u, 0x00002415u, - 0x0000a3e4u, 0x00002417u, 0x001900f5u, 0x0000005fu, 0x0000a21du, 0x0000720au, 0x000021d6u, 0x0000720au, - 0x000021f5u, 0x0000720au, 0x0000227bu, 0x0000720au, 0x000022a6u, 0x0000720au, 0x000022a7u, 0x0000720au, - 0x000022b5u, 0x0000720au, 0x000022c1u, 0x0000720au, 0x000022cdu, 0x000071ffu, 0x00002407u, 0x000071ffu, - 0x00002415u, 0x000071ffu, 0x00002417u, 0x001900f5u, 0x0000005fu, 0x0000a0a0u, 0x000071e6u, 0x000021d6u, - 0x000071e6u, 0x000021f5u, 0x000071e6u, 0x0000227bu, 0x000071e6u, 0x000022a6u, 0x000071e6u, 0x000022a7u, - 0x000071e6u, 0x000022b5u, 0x000071e6u, 0x000022c1u, 0x000071e6u, 0x000022cdu, 0x000071dbu, 0x00002407u, - 0x000071dbu, 0x00002415u, 0x000071dbu, 0x00002417u, 0x001900f5u, 0x0000003cu, 0x00009f17u, 0x0000718cu, - 0x000021d6u, 0x0000718cu, 0x000021f5u, 0x0000718cu, 0x0000227bu, 0x0000718cu, 0x000022a6u, 0x0000718cu, - 0x000022a7u, 0x0000718cu, 0x000022b5u, 0x0000718cu, 0x000022c1u, 0x0000718cu, 0x000022cdu, 0x00007186u, - 0x00002407u, 0x00007186u, 0x00002415u, 0x00007186u, 0x00002417u, 0x001900f5u, 0x0000003cu, 0x00009d85u, - 0x0000717du, 0x000021d6u, 0x0000717du, 0x000021f5u, 0x0000717du, 0x0000227bu, 0x0000717du, 0x000022a6u, - 0x0000717du, 0x000022a7u, 0x0000717du, 0x000022b5u, 0x0000717du, 0x000022c1u, 0x0000717du, 0x000022cdu, - 0x00007177u, 0x00002407u, 0x00007177u, 0x00002415u, 0x00007177u, 0x00002417u, 0x001900f5u, 0x00000009u, - 0x00008694u, 0x00008696u, 0x000021d6u, 0x00008696u, 0x000021f5u, 0x00008696u, 0x0000227bu, 0x00008696u, - 0x000022a6u, 0x00008696u, 0x000022a7u, 0x00008696u, 0x000022b5u, 0x00008696u, 0x000022c1u, 0x00008696u, - 0x000022cdu, 0x00008696u, 0x00002407u, 0x00008696u, 0x00002415u, 0x00002418u, 0x00002417u, 0x001900f5u, - 0x00000008u, 0x00008557u, 0x00008559u, 0x000021d6u, 0x00008559u, 0x000021f5u, 0x00008559u, 0x0000227bu, - 0x000082afu, 0x000022a6u, 0x000082afu, 0x000022a7u, 0x00008559u, 0x000022b5u, 0x00008559u, 0x000022c1u, - 0x00008559u, 0x000022cdu, 0x00008559u, 0x00002407u, 0x00008559u, 0x00002415u, 0x0000241du, 0x00002417u, - 0x001900f5u, 0x00000008u, 0x0000841au, 0x0000841cu, 0x000021d6u, 0x0000841cu, 0x000021f5u, 0x0000841cu, - 0x0000227bu, 0x0000037fu, 0x000022a6u, 0x0000037fu, 0x000022a7u, 0x00000624u, 0x000022b5u, 0x0000841cu, - 0x000022c1u, 0x0000841cu, 0x000022cdu, 0x0000841cu, 0x00002407u, 0x0000841cu, 0x00002415u, 0x0000825cu, - 0x00002417u, 0x001900f5u, 0x00000008u, 0x000082b2u, 0x000082b4u, 0x000021d6u, 0x000082b4u, 0x000021f5u, - 0x000082b4u, 0x0000227bu, 0x000082b4u, 0x000022a6u, 0x000082b4u, 0x000022a7u, 0x000082b4u, 0x000022b5u, - 0x000082b4u, 0x000022c1u, 0x000082b4u, 0x000022cdu, 0x000082b4u, 0x00002407u, 0x000082b4u, 0x00002415u, - 0x00002425u, 0x00002417u, 0x001900f5u, 0x0000005du, 0x000082b1u, 0x00000545u, 0x000021d6u, 0x00000545u, - 0x000021f5u, 0x00000545u, 0x0000227bu, 0x00000545u, 0x000022a6u, 0x00000560u, 0x000022a7u, 0x000022b6u, - 0x000022b5u, 0x00000545u, 0x000022c1u, 0x00000545u, 0x000022cdu, 0x00000545u, 0x00002407u, 0x00000545u, - 0x00002415u, 0x00000560u, 0x00002417u, 0x000300f7u, 0x00001feau, 0x00000000u, 0x000400fau, 0x000082b1u, - 0x00001fe9u, 0x00001feau, 0x000200f8u, 0x00001fe9u, 0x000500c7u, 0x00000008u, 0x00001fedu, 0x0000841au, - 0x00000624u, 0x000500abu, 0x0000005du, 0x00001feeu, 0x00001fedu, 0x00000205u, 0x000300f7u, 0x00001ff0u, - 0x00000000u, 0x000400fau, 0x00001feeu, 0x00001fefu, 0x00001ff6u, 0x000200f8u, 0x00001ff6u, 0x000500c7u, - 0x00000008u, 0x00001ff9u, 0x0000841au, 0x0000037fu, 0x000500abu, 0x0000005du, 0x00001ffau, 0x00001ff9u, - 0x00000205u, 0x000300f7u, 0x00001ffcu, 0x00000000u, 0x000400fau, 0x00001ffau, 0x00001ffbu, 0x00002004u, - 0x000200f8u, 0x00002004u, 0x000500c3u, 0x00000008u, 0x000066f5u, 0x00008557u, 0x00000266u, 0x000500c7u, - 0x00000008u, 0x000066f8u, 0x00008557u, 0x00000388u, 0x00080041u, 0x00000279u, 0x00006700u, 0x00000a15u, - 0x00000205u, 0x00001fdeu, 0x00000205u, 0x00000487u, 0x0004003du, 0x0000022bu, 0x00006701u, 0x00006700u, - 0x00040071u, 0x00000006u, 0x00006702u, 0x00006701u, 0x00070041u, 0x00000236u, 0x000067bcu, 0x00000234u, - 0x00000205u, 0x00001fdeu, 0x00000260u, 0x0004003du, 0x0000022cu, 0x000067bdu, 0x000067bcu, 0x00040071u, - 0x00000239u, 0x000067beu, 0x000067bdu, 0x0004007cu, 0x00000009u, 0x000067bfu, 0x000067beu, 0x00070041u, - 0x00000236u, 0x000067c1u, 0x00000234u, 0x00000205u, 0x00001fdeu, 0x00000266u, 0x0004003du, 0x0000022cu, - 0x000067c2u, 0x000067c1u, 0x00040071u, 0x00000239u, 0x000067c3u, 0x000067c2u, 0x0004007cu, 0x00000009u, - 0x000067c4u, 0x000067c3u, 0x00070041u, 0x00000272u, 0x000067c9u, 0x00000234u, 0x00000205u, 0x00001fdeu, - 0x00000271u, 0x0004003du, 0x0000022du, 0x000067cau, 0x000067c9u, 0x00040071u, 0x00000006u, 0x000067cbu, - 0x000067cau, 0x0004007cu, 0x00000008u, 0x000067ccu, 0x000067cbu, 0x00070041u, 0x00000279u, 0x000067ceu, - 0x00000234u, 0x00000205u, 0x00001fdeu, 0x00000278u, 0x0004003du, 0x0000022bu, 0x000067cfu, 0x000067ceu, - 0x00040071u, 0x00000006u, 0x000067d0u, 0x000067cfu, 0x0004007cu, 0x00000008u, 0x000067d1u, 0x000067d0u, - 0x00070041u, 0x00000236u, 0x000067dfu, 0x000002b4u, 0x00000205u, 0x00006702u, 0x00000205u, 0x0004003du, - 0x0000022cu, 0x000067e0u, 0x000067dfu, 0x00040071u, 0x00000239u, 0x000067e1u, 0x000067e0u, 0x0004007cu, - 0x00000009u, 0x000067e2u, 0x000067e1u, 0x00070041u, 0x00000236u, 0x000067e4u, 0x000002b4u, 0x00000205u, - 0x00006702u, 0x00000214u, 0x0004003du, 0x0000022cu, 0x000067e5u, 0x000067e4u, 0x00040071u, 0x00000239u, - 0x000067e6u, 0x000067e5u, 0x0004007cu, 0x00000009u, 0x000067e7u, 0x000067e6u, 0x00070041u, 0x0000026du, - 0x000067e9u, 0x000002b4u, 0x00000205u, 0x00006702u, 0x00000217u, 0x0004003du, 0x00000006u, 0x000067eau, - 0x000067e9u, 0x00070041u, 0x00000279u, 0x000067ecu, 0x000002b4u, 0x00000205u, 0x00006702u, 0x0000021au, - 0x0004003du, 0x0000022bu, 0x000067edu, 0x000067ecu, 0x00040071u, 0x00000006u, 0x000067eeu, 0x000067edu, - 0x0004007cu, 0x00000008u, 0x000067efu, 0x000067eeu, 0x00070041u, 0x00000279u, 0x000067f1u, 0x000002b4u, - 0x00000205u, 0x00006702u, 0x0000021du, 0x0004003du, 0x0000022bu, 0x000067f2u, 0x000067f1u, 0x00040071u, - 0x00000006u, 0x000067f3u, 0x000067f2u, 0x0004007cu, 0x00000008u, 0x000067f4u, 0x000067f3u, 0x000500c7u, - 0x00000006u, 0x00006709u, 0x000067eau, 0x0000035du, 0x000500abu, 0x0000005du, 0x0000670au, 0x00006709u, - 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000670du, 0x000067eau, 0x00000487u, 0x000500abu, 0x0000005du, - 0x0000670eu, 0x0000670du, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00006711u, 0x000067eau, 0x000003c6u, - 0x000500abu, 0x0000005du, 0x00006712u, 0x00006711u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00006715u, - 0x000067eau, 0x00000379u, 0x000500abu, 0x0000005du, 0x00006716u, 0x00006715u, 0x00000376u, 0x000500c7u, - 0x00000006u, 0x00006719u, 0x000067eau, 0x00000a3bu, 0x000500abu, 0x0000005du, 0x0000671au, 0x00006719u, - 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000671du, 0x000067eau, 0x00000a41u, 0x000500abu, 0x0000005du, - 0x0000671eu, 0x0000671du, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00006721u, 0x000067eau, 0x00000a47u, - 0x000500abu, 0x0000005du, 0x00006722u, 0x00006721u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00006725u, - 0x000067eau, 0x00000a4du, 0x000500abu, 0x0000005du, 0x00006726u, 0x00006725u, 0x00000376u, 0x000300f7u, - 0x00006801u, 0x00000000u, 0x000400fau, 0x00006716u, 0x000067fcu, 0x00006800u, 0x000200f8u, 0x00006800u, - 0x000200f9u, 0x00006801u, 0x000200f8u, 0x000067fcu, 0x00050041u, 0x0000003eu, 0x000067fdu, 0x00000673u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x000067feu, 0x000067fdu, 0x000500c7u, 0x00000008u, 0x000067ffu, - 0x000067feu, 0x0000092eu, 0x000200f9u, 0x00006801u, 0x000200f8u, 0x00006801u, 0x000700f5u, 0x00000008u, - 0x000087fcu, 0x000067ffu, 0x000067fcu, 0x0000092eu, 0x00006800u, 0x000300f7u, 0x00006812u, 0x00000000u, - 0x000d00fbu, 0x00000659u, 0x00006812u, 0x00000000u, 0x00006803u, 0x00000001u, 0x00006804u, 0x00000002u, - 0x00006807u, 0x00000003u, 0x0000680cu, 0x00000004u, 0x0000680fu, 0x000200f8u, 0x0000680fu, 0x0004003du, - 0x00000009u, 0x00006810u, 0x00000673u, 0x0008004fu, 0x0000003cu, 0x00006811u, 0x00006810u, 0x00006810u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006812u, 0x000200f8u, 0x0000680cu, 0x0004003du, - 0x00000009u, 0x0000680du, 0x00000673u, 0x0008004fu, 0x0000003cu, 0x0000680eu, 0x0000680du, 0x0000680du, - 0x00000000u, 0x00000000u, 0x00000000u, 0x000200f9u, 0x00006812u, 0x000200f8u, 0x00006807u, 0x0004003du, - 0x00000009u, 0x00006808u, 0x00000673u, 0x0008004fu, 0x0000003cu, 0x00006809u, 0x00006808u, 0x00006808u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x0000003cu, 0x0000680bu, 0x00006809u, 0x0000afb8u, - 0x000200f9u, 0x00006812u, 0x000200f8u, 0x00006804u, 0x0004003du, 0x00000009u, 0x00006805u, 0x00000673u, - 0x0008004fu, 0x0000003cu, 0x00006806u, 0x00006805u, 0x00006805u, 0x00000000u, 0x00000000u, 0x00000000u, - 0x000200f9u, 0x00006812u, 0x000200f8u, 0x00006803u, 0x000200f9u, 0x00006812u, 0x000200f8u, 0x00006812u, - 0x000f00f5u, 0x00000008u, 0x00008968u, 0x000087fcu, 0x00006801u, 0x0000092eu, 0x00006803u, 0x0000092eu, - 0x00006804u, 0x000087fcu, 0x00006807u, 0x000087fcu, 0x0000680cu, 0x000087fcu, 0x0000680fu, 0x000f00f5u, - 0x0000003cu, 0x000087fdu, 0x00008801u, 0x00006801u, 0x00000939u, 0x00006803u, 0x00006806u, 0x00006804u, - 0x0000680bu, 0x00006807u, 0x0000680eu, 0x0000680cu, 0x00006811u, 0x0000680fu, 0x00050051u, 0x00000008u, - 0x00006815u, 0x000087fdu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006816u, 0x000087fdu, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00006817u, 0x000087fdu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00006818u, - 0x00006815u, 0x00006816u, 0x00006817u, 0x00008968u, 0x0003003eu, 0x000066c1u, 0x00006818u, 0x00050041u, - 0x0000003eu, 0x00006729u, 0x000066c1u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000672au, 0x00006729u, - 0x000500c3u, 0x00000008u, 0x0000672bu, 0x0000672au, 0x00000220u, 0x00050080u, 0x00000008u, 0x00006862u, - 0x0000841au, 0x0000672bu, 0x000500afu, 0x0000005du, 0x00006863u, 0x00006862u, 0x00000260u, 0x000300f7u, - 0x000068cdu, 0x00000000u, 0x000400fau, 0x0000670eu, 0x0000682fu, 0x000068b9u, 0x000200f8u, 0x000068b9u, - 0x00050041u, 0x0000003eu, 0x000068bau, 0x000066d5u, 0x00000376u, 0x0003003eu, 0x000068bau, 0x00000205u, - 0x00050082u, 0x00000008u, 0x000068bcu, 0x00000542u, 0x000067d1u, 0x0007000cu, 0x00000008u, 0x000068bdu, - 0x00000001u, 0x00000027u, 0x000068bcu, 0x0000021du, 0x00050041u, 0x0000003eu, 0x000068beu, 0x000066d5u, - 0x00000487u, 0x0003003eu, 0x000068beu, 0x000068bdu, 0x000400a8u, 0x0000005du, 0x000068c4u, 0x0000670au, - 0x000300f7u, 0x000068cau, 0x00000000u, 0x000400fau, 0x000068c4u, 0x000068c5u, 0x000068cau, 0x000200f8u, - 0x000068c5u, 0x000400a8u, 0x0000005du, 0x000068c7u, 0x00006863u, 0x000500a7u, 0x0000005du, 0x000068c9u, - 0x000068c7u, 0x00006722u, 0x000200f9u, 0x000068cau, 0x000200f8u, 0x000068cau, 0x000700f5u, 0x0000005du, - 0x000068cbu, 0x0000670au, 0x000068b9u, 0x000068c9u, 0x000068c5u, 0x000200f9u, 0x000068cdu, 0x000200f8u, - 0x0000682fu, 0x000500c3u, 0x00000008u, 0x000068d8u, 0x0000896du, 0x00000271u, 0x000500c7u, 0x00000008u, - 0x000068dau, 0x0000896du, 0x0000040cu, 0x00050082u, 0x00000008u, 0x000068dcu, 0x00000223u, 0x000068d8u, - 0x0007000cu, 0x00000008u, 0x000068ddu, 0x00000001u, 0x0000002au, 0x000068dcu, 0x00000205u, 0x000500c3u, - 0x00000008u, 0x000068dfu, 0x00000413u, 0x000068d8u, 0x00050082u, 0x00000008u, 0x000068e0u, 0x00000413u, - 0x000068dfu, 0x000500c4u, 0x00000008u, 0x000068e3u, 0x000068dau, 0x000068ddu, 0x00050080u, 0x00000008u, - 0x000068e5u, 0x000068e3u, 0x000068e0u, 0x000500c4u, 0x00000008u, 0x000068e9u, 0x00000214u, 0x00008ad4u, - 0x000500c7u, 0x00000008u, 0x00006836u, 0x000068d8u, 0x00000542u, 0x00050082u, 0x00000008u, 0x00006839u, - 0x000067d1u, 0x00008ad4u, 0x0008000cu, 0x00000008u, 0x0000683au, 0x00000001u, 0x0000002du, 0x00006839u, - 0x00000205u, 0x0000021du, 0x00050041u, 0x0000003eu, 0x0000683bu, 0x000066d5u, 0x00000376u, 0x0003003eu, - 0x0000683bu, 0x0000683au, 0x00050082u, 0x00000008u, 0x0000683eu, 0x00008ad4u, 0x000067d1u, 0x0008000cu, - 0x00000008u, 0x0000683fu, 0x00000001u, 0x0000002du, 0x0000683eu, 0x00000205u, 0x0000021du, 0x00050041u, - 0x0000003eu, 0x00006840u, 0x000066d5u, 0x00000487u, 0x0003003eu, 0x00006840u, 0x0000683fu, 0x000500b1u, - 0x0000005du, 0x00006842u, 0x00006836u, 0x0000021au, 0x000300f7u, 0x0000684eu, 0x00000000u, 0x000400fau, - 0x00006842u, 0x00006843u, 0x0000684eu, 0x000200f8u, 0x00006843u, 0x000500abu, 0x0000005du, 0x00006845u, - 0x000068e9u, 0x00000555u, 0x000300f7u, 0x0000684du, 0x00000000u, 0x000400fau, 0x00006845u, 0x00006846u, - 0x0000684cu, 0x000200f8u, 0x0000684cu, 0x000200f9u, 0x0000684du, 0x000200f8u, 0x00006846u, 0x000500c4u, - 0x00000008u, 0x00006848u, 0x000068e9u, 0x00000214u, 0x000500c3u, 0x00000008u, 0x0000684au, 0x0000055bu, - 0x00006836u, 0x0007000cu, 0x00000008u, 0x0000684bu, 0x00000001u, 0x0000002au, 0x00006848u, 0x0000684au, - 0x000200f9u, 0x0000684du, 0x000200f8u, 0x0000684du, 0x000700f5u, 0x00000008u, 0x00008c3au, 0x0000684bu, - 0x00006846u, 0x00000561u, 0x0000684cu, 0x000600a9u, 0x0000005du, 0x0000b167u, 0x00006845u, 0x00000545u, - 0x00000560u, 0x000200f9u, 0x0000684eu, 0x000200f8u, 0x0000684eu, 0x000700f5u, 0x0000005du, 0x00008c3du, - 0x00000545u, 0x0000682fu, 0x0000b167u, 0x0000684du, 0x000700f5u, 0x00000008u, 0x00008c39u, 0x000068e9u, - 0x0000682fu, 0x00008c3au, 0x0000684du, 0x000500c5u, 0x00000008u, 0x00006851u, 0x000067ccu, 0x00008c39u, - 0x000500abu, 0x0000005du, 0x000068edu, 0x00006851u, 0x00000205u, 0x000300f7u, 0x000068f2u, 0x00000000u, - 0x000400fau, 0x000068edu, 0x000068eeu, 0x000068f2u, 0x000200f8u, 0x000068eeu, 0x0006000cu, 0x00000008u, - 0x000068f0u, 0x00000001u, 0x0000004au, 0x00006851u, 0x000500c4u, 0x00000008u, 0x000068f1u, 0x00000214u, - 0x000068f0u, 0x000200f9u, 0x000068f2u, 0x000200f8u, 0x000068f2u, 0x000700f5u, 0x00000008u, 0x00008c3bu, - 0x00006851u, 0x0000684eu, 0x000068f1u, 0x000068eeu, 0x000500c4u, 0x00000008u, 0x00006855u, 0x00008c3bu, - 0x0000021au, 0x000400a8u, 0x0000005du, 0x00006857u, 0x00008c3du, 0x000300f7u, 0x0000685eu, 0x00000000u, - 0x000400fau, 0x00006857u, 0x00006858u, 0x0000685eu, 0x000200f8u, 0x00006858u, 0x00050080u, 0x00000008u, - 0x0000685bu, 0x000066f5u, 0x00006855u, 0x000500afu, 0x0000005du, 0x0000685du, 0x0000685bu, 0x000068e5u, - 0x000200f9u, 0x0000685eu, 0x000200f8u, 0x0000685eu, 0x000700f5u, 0x0000005du, 0x0000685fu, 0x00008c3du, - 0x000068f2u, 0x0000685du, 0x00006858u, 0x000400a8u, 0x0000005du, 0x00006865u, 0x0000670au, 0x000300f7u, - 0x0000686du, 0x00000000u, 0x000400fau, 0x00006865u, 0x00006866u, 0x0000686du, 0x000200f8u, 0x00006866u, - 0x000400a8u, 0x0000005du, 0x00006868u, 0x00006863u, 0x000500a7u, 0x0000005du, 0x0000686au, 0x00006868u, - 0x00006722u, 0x000500a7u, 0x0000005du, 0x0000686cu, 0x0000686au, 0x0000685fu, 0x000200f9u, 0x0000686du, - 0x000200f8u, 0x0000686du, 0x000700f5u, 0x0000005du, 0x0000686eu, 0x0000670au, 0x0000685eu, 0x0000686cu, - 0x00006866u, 0x000500aau, 0x0000005du, 0x00006871u, 0x000068e5u, 0x0000041fu, 0x000500b1u, 0x0000005du, - 0x00006874u, 0x000066f5u, 0x000068e5u, 0x00050082u, 0x00000008u, 0x00006877u, 0x000066f5u, 0x00006855u, - 0x000500b3u, 0x0000005du, 0x0000687bu, 0x00006877u, 0x000068e5u, 0x000500a6u, 0x0000005du, 0x0000687cu, - 0x00008c3du, 0x0000687bu, 0x000300f7u, 0x000068b8u, 0x00000000u, 0x000b00fbu, 0x000067f4u, 0x000068b8u, - 0x00000000u, 0x0000687eu, 0x00000001u, 0x00006888u, 0x00000002u, 0x000068adu, 0x00000003u, 0x000068b1u, - 0x000200f8u, 0x000068b1u, 0x000500a7u, 0x0000005du, 0x000068b4u, 0x0000685fu, 0x0000687cu, 0x000400a8u, - 0x0000005du, 0x000068b6u, 0x00006871u, 0x000500a7u, 0x0000005du, 0x000068b7u, 0x000068b4u, 0x000068b6u, - 0x000200f9u, 0x000068b8u, 0x000200f8u, 0x000068adu, 0x000500a6u, 0x0000005du, 0x000068b0u, 0x00006874u, - 0x00006871u, 0x000200f9u, 0x000068b8u, 0x000200f8u, 0x00006888u, 0x000400a8u, 0x0000005du, 0x0000688au, - 0x00006874u, 0x000400a8u, 0x0000005du, 0x0000688cu, 0x0000685fu, 0x000500a6u, 0x0000005du, 0x0000688du, - 0x0000688au, 0x0000688cu, 0x000400a8u, 0x0000005du, 0x0000688fu, 0x00006863u, 0x000500a6u, 0x0000005du, - 0x00006890u, 0x0000688du, 0x0000688fu, 0x000300f7u, 0x000068acu, 0x00000000u, 0x000400fau, 0x00006890u, - 0x00006891u, 0x0000689bu, 0x000200f8u, 0x0000689bu, 0x000500c7u, 0x00000008u, 0x0000689du, 0x00008c3bu, - 0x00000561u, 0x0006000cu, 0x00000008u, 0x000068f7u, 0x00000001u, 0x0000004au, 0x0000689du, 0x0007000cu, - 0x00000008u, 0x000068f8u, 0x00000001u, 0x0000002au, 0x000068f7u, 0x00000205u, 0x000500c3u, 0x00000008u, - 0x000068a1u, 0x000068e5u, 0x000068f8u, 0x000500c3u, 0x00000008u, 0x000068a4u, 0x000066f5u, 0x000068f8u, - 0x00050082u, 0x00000008u, 0x000068a5u, 0x000068a1u, 0x000068a4u, 0x000500c7u, 0x00000008u, 0x000068a6u, - 0x000068a5u, 0x00000542u, 0x00050084u, 0x00000008u, 0x000068a9u, 0x000068a6u, 0x0000841au, 0x000500c3u, - 0x00000008u, 0x000068aau, 0x000068a9u, 0x0000021au, 0x0007000cu, 0x00000008u, 0x000068abu, 0x00000001u, - 0x00000027u, 0x000068aau, 0x00000260u, 0x000200f9u, 0x000068acu, 0x000200f8u, 0x00006891u, 0x000400a8u, - 0x0000005du, 0x00006893u, 0x00006871u, 0x000300f7u, 0x00006899u, 0x00000000u, 0x000400fau, 0x00006893u, - 0x00006894u, 0x00006899u, 0x000200f8u, 0x00006894u, 0x000600a9u, 0x0000005du, 0x00006898u, 0x00006863u, - 0x00006874u, 0x0000687cu, 0x000200f9u, 0x00006899u, 0x000200f8u, 0x00006899u, 0x000700f5u, 0x0000005du, - 0x0000689au, 0x00006871u, 0x00006891u, 0x00006898u, 0x00006894u, 0x000200f9u, 0x000068acu, 0x000200f8u, - 0x000068acu, 0x000700f5u, 0x00000008u, 0x00008c4eu, 0x0000841au, 0x00006899u, 0x000068abu, 0x0000689bu, - 0x000700f5u, 0x0000005du, 0x00008c4au, 0x0000689au, 0x00006899u, 0x00000560u, 0x0000689bu, 0x000200f9u, - 0x000068b8u, 0x000200f8u, 0x0000687eu, 0x000400a8u, 0x0000005du, 0x00006880u, 0x00006871u, 0x000300f7u, - 0x00006886u, 0x00000000u, 0x000400fau, 0x00006880u, 0x00006881u, 0x00006886u, 0x000200f8u, 0x00006881u, - 0x000600a9u, 0x0000005du, 0x00006885u, 0x00006863u, 0x00006874u, 0x0000687cu, 0x000200f9u, 0x00006886u, - 0x000200f8u, 0x00006886u, 0x000700f5u, 0x0000005du, 0x00006887u, 0x00006871u, 0x0000687eu, 0x00006885u, - 0x00006881u, 0x000200f9u, 0x000068b8u, 0x000200f8u, 0x000068b8u, 0x000d00f5u, 0x00000008u, 0x00008c4cu, - 0x0000841au, 0x0000686du, 0x0000841au, 0x00006886u, 0x00008c4eu, 0x000068acu, 0x0000841au, 0x000068adu, - 0x0000841au, 0x000068b1u, 0x000d00f5u, 0x0000005du, 0x00008c49u, 0x00000545u, 0x0000686du, 0x00006887u, - 0x00006886u, 0x00008c4au, 0x000068acu, 0x000068b0u, 0x000068adu, 0x000068b7u, 0x000068b1u, 0x000200f9u, - 0x000068cdu, 0x000200f8u, 0x000068cdu, 0x000700f5u, 0x0000005du, 0x00008c51u, 0x0000686eu, 0x000068b8u, - 0x000068cbu, 0x000068cau, 0x000700f5u, 0x00000008u, 0x00008c4bu, 0x00008c4cu, 0x000068b8u, 0x0000841au, - 0x000068cau, 0x000700f5u, 0x0000005du, 0x00008c48u, 0x00008c49u, 0x000068b8u, 0x00000560u, 0x000068cau, - 0x0004003du, 0x0000005fu, 0x0000673eu, 0x000066d5u, 0x000300f7u, 0x00006746u, 0x00000000u, 0x000400fau, - 0x00008c48u, 0x00006740u, 0x00006746u, 0x000200f8u, 0x00006740u, 0x000400a8u, 0x0000005du, 0x00006742u, - 0x00006722u, 0x000500abu, 0x0000005du, 0x00006744u, 0x00008c4bu, 0x00000205u, 0x000500a6u, 0x0000005du, - 0x00006745u, 0x00006742u, 0x00006744u, 0x000200f9u, 0x00006746u, 0x000200f8u, 0x00006746u, 0x000700f5u, - 0x0000005du, 0x00006747u, 0x00008c48u, 0x000068cdu, 0x00006745u, 0x00006740u, 0x000300f7u, 0x00006790u, - 0x00000000u, 0x000400fau, 0x00006747u, 0x00006748u, 0x00006790u, 0x000200f8u, 0x00006748u, 0x0003003eu, - 0x00006cd7u, 0x00008694u, 0x000300f7u, 0x00006765u, 0x00000000u, 0x000400fau, 0x0000671eu, 0x00006754u, - 0x00006765u, 0x000200f8u, 0x00006754u, 0x0004003du, 0x00000009u, 0x00006ce1u, 0x00006cd7u, 0x0003003eu, - 0x00006cf0u, 0x00006ce1u, 0x0003003eu, 0x00006cf1u, 0x00006818u, 0x0003003eu, 0x00006cf2u, 0x000067bfu, - 0x0003003eu, 0x000066d9u, 0x000067e2u, 0x0003003eu, 0x000066deu, 0x0000673eu, 0x00050041u, 0x0000003eu, - 0x00006904u, 0x000066d9u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006905u, 0x00006904u, 0x000300f7u, - 0x00006916u, 0x00000000u, 0x000b00fbu, 0x00006905u, 0x00006916u, 0x00000000u, 0x00006906u, 0x00000001u, - 0x0000690au, 0x00000002u, 0x0000690eu, 0x00000003u, 0x00006912u, 0x000200f8u, 0x00006912u, 0x0008004fu, - 0x0000003cu, 0x00006915u, 0x000067bfu, 0x000067bfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006916u, 0x000200f8u, 0x0000690eu, 0x0008004fu, 0x0000003cu, 0x00006911u, 0x000067c4u, 0x000067c4u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006916u, 0x000200f8u, 0x0000690au, 0x0008004fu, - 0x0000003cu, 0x0000690du, 0x00006818u, 0x00006818u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006916u, 0x000200f8u, 0x00006906u, 0x0008004fu, 0x0000003cu, 0x00006909u, 0x00006ce1u, 0x00006ce1u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006916u, 0x000200f8u, 0x00006916u, 0x000d00f5u, - 0x0000003cu, 0x00008f62u, 0x00008f6eu, 0x00006754u, 0x00006909u, 0x00006906u, 0x0000690du, 0x0000690au, - 0x00006911u, 0x0000690eu, 0x00006915u, 0x00006912u, 0x00050041u, 0x0000003eu, 0x00006921u, 0x000066d9u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00006922u, 0x00006921u, 0x000300f7u, 0x00006933u, 0x00000000u, - 0x000b00fbu, 0x00006922u, 0x00006933u, 0x00000000u, 0x00006923u, 0x00000001u, 0x00006927u, 0x00000002u, - 0x0000692bu, 0x00000003u, 0x0000692fu, 0x000200f8u, 0x0000692fu, 0x0008004fu, 0x0000003cu, 0x00006932u, - 0x000067bfu, 0x000067bfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006933u, 0x000200f8u, - 0x0000692bu, 0x0008004fu, 0x0000003cu, 0x0000692eu, 0x000067c4u, 0x000067c4u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00006933u, 0x000200f8u, 0x00006927u, 0x0008004fu, 0x0000003cu, 0x0000692au, - 0x00006818u, 0x00006818u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006933u, 0x000200f8u, - 0x00006923u, 0x0008004fu, 0x0000003cu, 0x00006926u, 0x00006ce1u, 0x00006ce1u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00006933u, 0x000200f8u, 0x00006933u, 0x000d00f5u, 0x0000003cu, 0x0000afc2u, - 0x0000afcbu, 0x00006916u, 0x00006932u, 0x0000692fu, 0x0000692eu, 0x0000692bu, 0x0000692au, 0x00006927u, - 0x00006926u, 0x00006923u, 0x00050041u, 0x0000003eu, 0x0000694fu, 0x000066d9u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00006950u, 0x0000694fu, 0x000300f7u, 0x0000695bu, 0x00000000u, 0x000b00fbu, 0x00006950u, - 0x0000695bu, 0x00000000u, 0x00006951u, 0x00000001u, 0x00006954u, 0x00000002u, 0x00006957u, 0x00000003u, - 0x0000695au, 0x000200f8u, 0x0000695au, 0x000200f9u, 0x0000695bu, 0x000200f8u, 0x00006957u, 0x000200f9u, - 0x0000695bu, 0x000200f8u, 0x00006954u, 0x00050041u, 0x0000003eu, 0x00006cf7u, 0x00006cf2u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006956u, 0x00006cf7u, 0x000200f9u, 0x0000695bu, 0x000200f8u, 0x00006951u, - 0x00050041u, 0x0000003eu, 0x00006cf6u, 0x00006cf0u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006953u, - 0x00006cf6u, 0x000200f9u, 0x0000695bu, 0x000200f8u, 0x0000695bu, 0x000d00f5u, 0x00000008u, 0x00008c5bu, - 0x00008c6bu, 0x00006933u, 0x00006953u, 0x00006951u, 0x00006956u, 0x00006954u, 0x000082b2u, 0x00006957u, - 0x00000205u, 0x0000695au, 0x00050041u, 0x0000003eu, 0x0000695cu, 0x000066d9u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x0000695du, 0x0000695cu, 0x000300f7u, 0x00006967u, 0x00000000u, 0x000b00fbu, 0x0000695du, - 0x00006967u, 0x00000000u, 0x0000695eu, 0x00000001u, 0x00006962u, 0x00000002u, 0x00006965u, 0x00000003u, - 0x00006966u, 0x000200f8u, 0x00006966u, 0x000200f9u, 0x00006967u, 0x000200f8u, 0x00006965u, 0x000200f9u, - 0x00006967u, 0x000200f8u, 0x00006962u, 0x00050041u, 0x0000003eu, 0x00006cf8u, 0x00006cf1u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006964u, 0x00006cf8u, 0x000200f9u, 0x00006967u, 0x000200f8u, 0x0000695eu, - 0x000400c8u, 0x00000008u, 0x00006960u, 0x00008c5bu, 0x000500c7u, 0x00000008u, 0x00006961u, 0x00006960u, - 0x0000038du, 0x000200f9u, 0x00006967u, 0x000200f8u, 0x00006967u, 0x000d00f5u, 0x00000008u, 0x00008ddbu, - 0x00008decu, 0x0000695bu, 0x00006961u, 0x0000695eu, 0x00006964u, 0x00006962u, 0x0000038du, 0x00006965u, - 0x00000205u, 0x00006966u, 0x000500c3u, 0x00000008u, 0x00006969u, 0x00008c5bu, 0x0000021au, 0x000500c3u, - 0x00000008u, 0x0000696bu, 0x00008ddbu, 0x0000021au, 0x0004003du, 0x00000008u, 0x0000696du, 0x0000695cu, - 0x000500aau, 0x0000005du, 0x0000696eu, 0x0000696du, 0x00000214u, 0x000300f7u, 0x0000697au, 0x00000000u, - 0x000400fau, 0x0000696eu, 0x0000696fu, 0x0000697au, 0x000200f8u, 0x0000696fu, 0x00050041u, 0x0000003eu, - 0x00006971u, 0x000066deu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006972u, 0x00006971u, 0x000500c3u, - 0x00000008u, 0x00006973u, 0x00006969u, 0x00006972u, 0x000500c7u, 0x00000008u, 0x00006974u, 0x00006973u, - 0x000004cfu, 0x00050041u, 0x0000003eu, 0x00006976u, 0x000066deu, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00006977u, 0x00006976u, 0x000500c3u, 0x00000008u, 0x00006978u, 0x0000696bu, 0x00006977u, 0x000500c5u, - 0x00000008u, 0x00006979u, 0x00006978u, 0x0000021au, 0x000200f9u, 0x0000697au, 0x000200f8u, 0x0000697au, - 0x000700f5u, 0x00000008u, 0x000090ddu, 0x0000696bu, 0x00006967u, 0x00006979u, 0x0000696fu, 0x000700f5u, - 0x00000008u, 0x00008f5bu, 0x00006969u, 0x00006967u, 0x00006974u, 0x0000696fu, 0x00060050u, 0x0000003cu, - 0x00006981u, 0x00008f5bu, 0x00008f5bu, 0x00008f5bu, 0x00050084u, 0x0000003cu, 0x00006982u, 0x0000afc2u, - 0x00006981u, 0x00050080u, 0x00000008u, 0x00006989u, 0x000090ddu, 0x00000214u, 0x00060050u, 0x0000003cu, - 0x0000698au, 0x00006989u, 0x00006989u, 0x00006989u, 0x00050084u, 0x0000003cu, 0x0000698bu, 0x00008f62u, - 0x0000698au, 0x00050080u, 0x0000003cu, 0x0000698cu, 0x00006982u, 0x0000698bu, 0x000500c3u, 0x0000003cu, - 0x00006994u, 0x0000698cu, 0x0000afbcu, 0x000500c7u, 0x0000003cu, 0x000069c7u, 0x00006994u, 0x0000039fu, - 0x00050041u, 0x0000003eu, 0x00006ce7u, 0x00006cd7u, 0x00000376u, 0x00050051u, 0x00000008u, 0x0000675eu, - 0x000069c7u, 0x00000000u, 0x0003003eu, 0x00006ce7u, 0x0000675eu, 0x00050041u, 0x0000003eu, 0x00006ce8u, - 0x00006cd7u, 0x00000487u, 0x00050051u, 0x00000008u, 0x00006760u, 0x000069c7u, 0x00000001u, 0x0003003eu, - 0x00006ce8u, 0x00006760u, 0x00050041u, 0x0000003eu, 0x00006ce9u, 0x00006cd7u, 0x000003c6u, 0x00050051u, - 0x00000008u, 0x00006762u, 0x000069c7u, 0x00000002u, 0x0003003eu, 0x00006ce9u, 0x00006762u, 0x000200f9u, - 0x00006765u, 0x000200f8u, 0x00006765u, 0x000700f5u, 0x0000003cu, 0x0000b13du, 0x0000afcbu, 0x00006748u, - 0x00006994u, 0x0000697au, 0x000700f5u, 0x0000003cu, 0x0000aefcu, 0x00008f6eu, 0x00006748u, 0x00008f62u, - 0x0000697au, 0x000700f5u, 0x00000008u, 0x0000aed4u, 0x00008decu, 0x00006748u, 0x000090ddu, 0x0000697au, - 0x000700f5u, 0x00000008u, 0x0000aeacu, 0x00008c6bu, 0x00006748u, 0x00008f5bu, 0x0000697au, 0x00070050u, - 0x000005fbu, 0x0000b168u, 0x0000671eu, 0x0000671eu, 0x0000671eu, 0x0000671eu, 0x000600a9u, 0x00000009u, - 0x0000b169u, 0x0000b168u, 0x000067e7u, 0x000067e2u, 0x0004003du, 0x00000009u, 0x00006ceau, 0x00006cd7u, - 0x0003003eu, 0x00006cfeu, 0x00006ceau, 0x0003003eu, 0x00006cffu, 0x00006818u, 0x0003003eu, 0x00006d00u, - 0x000067bfu, 0x0003003eu, 0x000066e2u, 0x0000b169u, 0x0003003eu, 0x000066e7u, 0x0000673eu, 0x000300f7u, - 0x00006a99u, 0x00000000u, 0x000300fbu, 0x00000376u, 0x000069d4u, 0x000200f8u, 0x000069d4u, 0x00050041u, - 0x0000003eu, 0x000069d5u, 0x000066e2u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000069d6u, 0x000069d5u, - 0x000300f7u, 0x000069e7u, 0x00000000u, 0x000b00fbu, 0x000069d6u, 0x000069e7u, 0x00000000u, 0x000069d7u, - 0x00000001u, 0x000069dbu, 0x00000002u, 0x000069dfu, 0x00000003u, 0x000069e3u, 0x000200f8u, 0x000069e3u, - 0x0008004fu, 0x0000003cu, 0x000069e6u, 0x000067bfu, 0x000067bfu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x000069e7u, 0x000200f8u, 0x000069dfu, 0x0008004fu, 0x0000003cu, 0x000069e2u, 0x000067c4u, - 0x000067c4u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000069e7u, 0x000200f8u, 0x000069dbu, - 0x0008004fu, 0x0000003cu, 0x000069deu, 0x00006818u, 0x00006818u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x000069e7u, 0x000200f8u, 0x000069d7u, 0x0008004fu, 0x0000003cu, 0x000069dau, 0x00006ceau, - 0x00006ceau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000069e7u, 0x000200f8u, 0x000069e7u, - 0x000d00f5u, 0x0000003cu, 0x00009401u, 0x0000940eu, 0x000069d4u, 0x000069dau, 0x000069d7u, 0x000069deu, - 0x000069dbu, 0x000069e2u, 0x000069dfu, 0x000069e6u, 0x000069e3u, 0x000400a8u, 0x0000005du, 0x000069ecu, - 0x00006863u, 0x000500a7u, 0x0000005du, 0x000069edu, 0x0000671au, 0x000069ecu, 0x000300f7u, 0x000069f0u, - 0x00000000u, 0x000400fau, 0x000069edu, 0x000069eeu, 0x000069f0u, 0x000200f8u, 0x000069eeu, 0x000200f9u, - 0x00006a99u, 0x000200f8u, 0x000069f0u, 0x00050041u, 0x0000003eu, 0x000069f2u, 0x000066e2u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x000069f3u, 0x000069f2u, 0x000300f7u, 0x00006a04u, 0x00000000u, 0x000b00fbu, - 0x000069f3u, 0x00006a04u, 0x00000000u, 0x000069f4u, 0x00000001u, 0x000069f8u, 0x00000002u, 0x000069fcu, - 0x00000003u, 0x00006a00u, 0x000200f8u, 0x00006a00u, 0x0008004fu, 0x0000003cu, 0x00006a03u, 0x000067bfu, - 0x000067bfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x000069cdu, 0x00006a03u, 0x000200f9u, - 0x00006a04u, 0x000200f8u, 0x000069fcu, 0x0008004fu, 0x0000003cu, 0x000069ffu, 0x000067c4u, 0x000067c4u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x000069cdu, 0x000069ffu, 0x000200f9u, 0x00006a04u, - 0x000200f8u, 0x000069f8u, 0x0008004fu, 0x0000003cu, 0x000069fbu, 0x00006818u, 0x00006818u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0003003eu, 0x000069cdu, 0x000069fbu, 0x000200f9u, 0x00006a04u, 0x000200f8u, - 0x000069f4u, 0x0008004fu, 0x0000003cu, 0x000069f7u, 0x00006ceau, 0x00006ceau, 0x00000000u, 0x00000001u, - 0x00000002u, 0x0003003eu, 0x000069cdu, 0x000069f7u, 0x000200f9u, 0x00006a04u, 0x000200f8u, 0x00006a04u, - 0x000400a8u, 0x0000005du, 0x00006a08u, 0x00008c51u, 0x000400a8u, 0x0000005du, 0x00006a09u, 0x00006a08u, - 0x000300f7u, 0x00006a1au, 0x00000000u, 0x000400fau, 0x00006a09u, 0x00006a0au, 0x00006a1au, 0x000200f8u, - 0x00006a0au, 0x00050041u, 0x0000003eu, 0x00006a0bu, 0x000066e2u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00006a0cu, 0x00006a0bu, 0x000500aau, 0x0000005du, 0x00006a0du, 0x00006a0cu, 0x00000205u, 0x000300f7u, - 0x00006a12u, 0x00000000u, 0x000400fau, 0x00006a0du, 0x00006a0eu, 0x00006a12u, 0x000200f8u, 0x00006a0eu, - 0x00050041u, 0x0000003eu, 0x00006a0fu, 0x000066e2u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006a10u, - 0x00006a0fu, 0x000500aau, 0x0000005du, 0x00006a11u, 0x00006a10u, 0x00000205u, 0x000200f9u, 0x00006a12u, - 0x000200f8u, 0x00006a12u, 0x000700f5u, 0x0000005du, 0x00006a13u, 0x00006a0du, 0x00006a0au, 0x00006a11u, - 0x00006a0eu, 0x000300f7u, 0x00006a18u, 0x00000000u, 0x000400fau, 0x00006a13u, 0x00006a14u, 0x00006a18u, - 0x000200f8u, 0x00006a14u, 0x00050041u, 0x0000003eu, 0x00006d03u, 0x00006cfeu, 0x0000048du, 0x0004003du, - 0x00000008u, 0x00006a16u, 0x00006d03u, 0x000500aau, 0x0000005du, 0x00006a17u, 0x00006a16u, 0x0000038du, - 0x000200f9u, 0x00006a18u, 0x000200f8u, 0x00006a18u, 0x000700f5u, 0x0000005du, 0x00006a19u, 0x00006a13u, - 0x00006a12u, 0x00006a17u, 0x00006a14u, 0x000200f9u, 0x00006a1au, 0x000200f8u, 0x00006a1au, 0x000700f5u, - 0x0000005du, 0x00006a1bu, 0x00006a08u, 0x00006a04u, 0x00006a19u, 0x00006a18u, 0x000300f7u, 0x00006a1eu, - 0x00000000u, 0x000400fau, 0x00006a1bu, 0x00006a1cu, 0x00006a1eu, 0x000200f8u, 0x00006a1cu, 0x0004003du, - 0x0000003cu, 0x00006a1du, 0x000069cdu, 0x000200f9u, 0x00006a99u, 0x000200f8u, 0x00006a1eu, 0x00050041u, - 0x0000003eu, 0x00006a20u, 0x000066e2u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006a21u, 0x00006a20u, - 0x000300f7u, 0x00006a2cu, 0x00000000u, 0x000b00fbu, 0x00006a21u, 0x00006a2cu, 0x00000000u, 0x00006a22u, - 0x00000001u, 0x00006a25u, 0x00000002u, 0x00006a28u, 0x00000003u, 0x00006a2bu, 0x000200f8u, 0x00006a2bu, - 0x000200f9u, 0x00006a2cu, 0x000200f8u, 0x00006a28u, 0x000200f9u, 0x00006a2cu, 0x000200f8u, 0x00006a25u, - 0x00050041u, 0x0000003eu, 0x00006d05u, 0x00006d00u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006a27u, - 0x00006d05u, 0x000200f9u, 0x00006a2cu, 0x000200f8u, 0x00006a22u, 0x00050041u, 0x0000003eu, 0x00006d04u, - 0x00006cfeu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006a24u, 0x00006d04u, 0x000200f9u, 0x00006a2cu, - 0x000200f8u, 0x00006a2cu, 0x000d00f5u, 0x00000008u, 0x000090e0u, 0x000090f1u, 0x00006a1eu, 0x00006a24u, - 0x00006a22u, 0x00006a27u, 0x00006a25u, 0x000082b2u, 0x00006a28u, 0x00000205u, 0x00006a2bu, 0x00050041u, - 0x0000003eu, 0x00006a2du, 0x000066e2u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006a2eu, 0x00006a2du, - 0x000300f7u, 0x00006a38u, 0x00000000u, 0x000b00fbu, 0x00006a2eu, 0x00006a38u, 0x00000000u, 0x00006a2fu, - 0x00000001u, 0x00006a33u, 0x00000002u, 0x00006a36u, 0x00000003u, 0x00006a37u, 0x000200f8u, 0x00006a37u, - 0x000200f9u, 0x00006a38u, 0x000200f8u, 0x00006a36u, 0x000200f9u, 0x00006a38u, 0x000200f8u, 0x00006a33u, - 0x00050041u, 0x0000003eu, 0x00006d06u, 0x00006cffu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006a35u, - 0x00006d06u, 0x000200f9u, 0x00006a38u, 0x000200f8u, 0x00006a2fu, 0x000400c8u, 0x00000008u, 0x00006a31u, - 0x000090e0u, 0x000500c7u, 0x00000008u, 0x00006a32u, 0x00006a31u, 0x0000038du, 0x000200f9u, 0x00006a38u, - 0x000200f8u, 0x00006a38u, 0x000d00f5u, 0x00000008u, 0x0000926du, 0x0000927fu, 0x00006a2cu, 0x00006a32u, - 0x00006a2fu, 0x00006a35u, 0x00006a33u, 0x0000038du, 0x00006a36u, 0x00000205u, 0x00006a37u, 0x000500c3u, - 0x00000008u, 0x00006a3au, 0x000090e0u, 0x0000021au, 0x000500c3u, 0x00000008u, 0x00006a3cu, 0x0000926du, - 0x0000021au, 0x0004003du, 0x00000008u, 0x00006a3eu, 0x00006a2du, 0x000500aau, 0x0000005du, 0x00006a3fu, - 0x00006a3eu, 0x00000214u, 0x000300f7u, 0x00006a4bu, 0x00000000u, 0x000400fau, 0x00006a3fu, 0x00006a40u, - 0x00006a4bu, 0x000200f8u, 0x00006a40u, 0x00050041u, 0x0000003eu, 0x00006a42u, 0x000066e7u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00006a43u, 0x00006a42u, 0x000500c3u, 0x00000008u, 0x00006a44u, 0x00006a3au, - 0x00006a43u, 0x000500c7u, 0x00000008u, 0x00006a45u, 0x00006a44u, 0x000004cfu, 0x00050041u, 0x0000003eu, - 0x00006a47u, 0x000066e7u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006a48u, 0x00006a47u, 0x000500c3u, - 0x00000008u, 0x00006a49u, 0x00006a3cu, 0x00006a48u, 0x000500c5u, 0x00000008u, 0x00006a4au, 0x00006a49u, - 0x0000021au, 0x000200f9u, 0x00006a4bu, 0x000200f8u, 0x00006a4bu, 0x000700f5u, 0x00000008u, 0x00009589u, - 0x00006a3cu, 0x00006a38u, 0x00006a4au, 0x00006a40u, 0x000700f5u, 0x00000008u, 0x000093fau, 0x00006a3au, - 0x00006a38u, 0x00006a45u, 0x00006a40u, 0x0004003du, 0x0000003cu, 0x00006a4cu, 0x000069cdu, 0x00060050u, - 0x0000003cu, 0x00006a52u, 0x000093fau, 0x000093fau, 0x000093fau, 0x00050084u, 0x0000003cu, 0x00006a53u, - 0x00006a4cu, 0x00006a52u, 0x00050080u, 0x00000008u, 0x00006a5au, 0x00009589u, 0x00000214u, 0x00060050u, - 0x0000003cu, 0x00006a5bu, 0x00006a5au, 0x00006a5au, 0x00006a5au, 0x00050084u, 0x0000003cu, 0x00006a5cu, - 0x00009401u, 0x00006a5bu, 0x00050080u, 0x0000003cu, 0x00006a5du, 0x00006a53u, 0x00006a5cu, 0x0003003eu, - 0x000069d0u, 0x00006a5du, 0x000500a6u, 0x0000005du, 0x00006a61u, 0x00000545u, 0x0000670au, 0x000300f7u, - 0x00006a95u, 0x00000000u, 0x000400fau, 0x00006a61u, 0x00006a62u, 0x00006a6au, 0x000200f8u, 0x00006a6au, - 0x000500c3u, 0x00000008u, 0x00006a6cu, 0x000093fau, 0x00000217u, 0x000500c3u, 0x00000008u, 0x00006a6eu, - 0x00009589u, 0x00000217u, 0x00050080u, 0x00000008u, 0x00006a6fu, 0x00006a6cu, 0x00006a6eu, 0x00050080u, - 0x00000008u, 0x00006a70u, 0x00006a6fu, 0x00000214u, 0x0004003du, 0x0000003cu, 0x00006a71u, 0x000069d0u, - 0x000500c3u, 0x0000003cu, 0x00006a73u, 0x00006a71u, 0x0000afbdu, 0x000500c7u, 0x0000003cu, 0x00006a76u, - 0x00006a73u, 0x0000afbeu, 0x0003003eu, 0x000069d0u, 0x00006a76u, 0x0004003du, 0x00000504u, 0x00006a77u, - 0x00000506u, 0x000500c4u, 0x00000008u, 0x00006a79u, 0x00006a70u, 0x00000271u, 0x00050041u, 0x0000003eu, - 0x00006a7au, 0x000069d0u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006a7bu, 0x00006a7au, 0x000500c5u, - 0x00000008u, 0x00006a7cu, 0x00006a79u, 0x00006a7bu, 0x0005005fu, 0x00000239u, 0x00006a7du, 0x00006a77u, - 0x00006a7cu, 0x00050051u, 0x00000006u, 0x00006a7eu, 0x00006a7du, 0x00000000u, 0x0004007cu, 0x00000008u, - 0x00006a7fu, 0x00006a7eu, 0x00050041u, 0x0000003eu, 0x00006a80u, 0x000069cdu, 0x00000376u, 0x0003003eu, - 0x00006a80u, 0x00006a7fu, 0x00050041u, 0x0000003eu, 0x00006a84u, 0x000069d0u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00006a85u, 0x00006a84u, 0x000500c5u, 0x00000008u, 0x00006a86u, 0x00006a79u, 0x00006a85u, - 0x0005005fu, 0x00000239u, 0x00006a87u, 0x00006a77u, 0x00006a86u, 0x00050051u, 0x00000006u, 0x00006a88u, - 0x00006a87u, 0x00000000u, 0x0004007cu, 0x00000008u, 0x00006a89u, 0x00006a88u, 0x00050041u, 0x0000003eu, - 0x00006a8au, 0x000069cdu, 0x00000487u, 0x0003003eu, 0x00006a8au, 0x00006a89u, 0x00050041u, 0x0000003eu, - 0x00006a8eu, 0x000069d0u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006a8fu, 0x00006a8eu, 0x000500c5u, - 0x00000008u, 0x00006a90u, 0x00006a79u, 0x00006a8fu, 0x0005005fu, 0x00000239u, 0x00006a91u, 0x00006a77u, - 0x00006a90u, 0x00050051u, 0x00000006u, 0x00006a92u, 0x00006a91u, 0x00000000u, 0x0004007cu, 0x00000008u, - 0x00006a93u, 0x00006a92u, 0x00050041u, 0x0000003eu, 0x00006a94u, 0x000069cdu, 0x000003c6u, 0x0003003eu, - 0x00006a94u, 0x00006a93u, 0x000200f9u, 0x00006a95u, 0x000200f8u, 0x00006a62u, 0x0004003du, 0x0000003cu, - 0x00006a63u, 0x000069d0u, 0x000500c3u, 0x0000003cu, 0x00006a65u, 0x00006a63u, 0x0000afbcu, 0x0003003eu, - 0x000069cdu, 0x00006a65u, 0x000200f9u, 0x00006a95u, 0x000200f8u, 0x00006a95u, 0x0004003du, 0x0000003cu, - 0x00006a96u, 0x000069cdu, 0x000500c7u, 0x0000003cu, 0x00006a98u, 0x00006a96u, 0x0000039fu, 0x000200f9u, - 0x00006a99u, 0x000200f8u, 0x00006a99u, 0x000900f5u, 0x00000008u, 0x0000af3du, 0x0000927fu, 0x000069eeu, - 0x0000927fu, 0x00006a1cu, 0x00009589u, 0x00006a95u, 0x000900f5u, 0x00000008u, 0x0000af22u, 0x000090f1u, - 0x000069eeu, 0x000090f1u, 0x00006a1cu, 0x000093fau, 0x00006a95u, 0x000900f5u, 0x0000003cu, 0x0000958au, - 0x00009401u, 0x000069eeu, 0x00006a1du, 0x00006a1cu, 0x00006a98u, 0x00006a95u, 0x000300f7u, 0x00006773u, - 0x00000000u, 0x000400fau, 0x00006726u, 0x0000676fu, 0x00006773u, 0x000200f8u, 0x0000676fu, 0x00060050u, - 0x0000003cu, 0x00006aa2u, 0x000066f8u, 0x000066f8u, 0x000066f8u, 0x000500c3u, 0x0000003cu, 0x00006aa3u, - 0x00006aa2u, 0x00000394u, 0x000500c7u, 0x0000003cu, 0x00006aa5u, 0x00006aa3u, 0x0000afb9u, 0x000500c7u, - 0x0000003cu, 0x00006aa8u, 0x0000958au, 0x0000afb8u, 0x00050080u, 0x0000003cu, 0x00006aaau, 0x00006aa8u, - 0x0000afbau, 0x000500adu, 0x000003a3u, 0x00006aacu, 0x0000958au, 0x000003a2u, 0x000600a9u, 0x0000003cu, - 0x00006aadu, 0x00006aacu, 0x0000039fu, 0x00006aaau, 0x000500c7u, 0x0000003cu, 0x00006ab1u, 0x0000958au, - 0x0000afb9u, 0x00050082u, 0x0000003cu, 0x00006ab2u, 0x00006aa5u, 0x00006ab1u, 0x000500c3u, 0x0000003cu, - 0x00006ab4u, 0x00006ab2u, 0x0000afbbu, 0x00050082u, 0x0000003cu, 0x00006ab7u, 0x00006aadu, 0x0000958au, - 0x000500c7u, 0x0000003cu, 0x00006abbu, 0x00006ab7u, 0x00006ab4u, 0x00050080u, 0x0000003cu, 0x00006abcu, - 0x0000958au, 0x00006abbu, 0x000500c7u, 0x0000003cu, 0x00006abfu, 0x00006abcu, 0x0000039fu, 0x000200f9u, - 0x00006773u, 0x000200f8u, 0x00006773u, 0x000700f5u, 0x0000003cu, 0x000095a9u, 0x0000958au, 0x00006a99u, - 0x00006abfu, 0x0000676fu, 0x000300f7u, 0x00006adcu, 0x00000000u, 0x000b00fbu, 0x000067efu, 0x00006adcu, - 0x00000000u, 0x00006ac8u, 0x00000001u, 0x00006ad4u, 0x00000002u, 0x00006ad9u, 0x00000003u, 0x00006adau, - 0x000200f8u, 0x00006adau, 0x000200f9u, 0x00006adcu, 0x000200f8u, 0x00006ad9u, 0x000200f9u, 0x00006adcu, - 0x000200f8u, 0x00006ad4u, 0x00050080u, 0x00000008u, 0x00006ad7u, 0x00008c4bu, 0x0000672bu, 0x000500c7u, - 0x00000008u, 0x00006ad8u, 0x00006ad7u, 0x00000226u, 0x000200f9u, 0x00006adcu, 0x000200f8u, 0x00006ac8u, - 0x000300f7u, 0x00006ad3u, 0x00000000u, 0x000400fau, 0x00008c51u, 0x00006acau, 0x00006acfu, 0x000200f8u, - 0x00006acfu, 0x00050082u, 0x00000008u, 0x00006ad1u, 0x00008c4bu, 0x00000214u, 0x000500c7u, 0x00000008u, - 0x00006ad2u, 0x00006ad1u, 0x00000226u, 0x000200f9u, 0x00006ad3u, 0x000200f8u, 0x00006acau, 0x00050080u, - 0x00000008u, 0x00006acdu, 0x0000672bu, 0x00008c4bu, 0x0007000cu, 0x00000008u, 0x00006aceu, 0x00000001u, - 0x00000027u, 0x00000226u, 0x00006acdu, 0x000200f9u, 0x00006ad3u, 0x000200f8u, 0x00006ad3u, 0x000700f5u, - 0x00000008u, 0x000095a7u, 0x00006aceu, 0x00006acau, 0x00006ad2u, 0x00006acfu, 0x000200f9u, 0x00006adcu, - 0x000200f8u, 0x00006adcu, 0x000d00f5u, 0x00000008u, 0x000095a6u, 0x00000205u, 0x00006773u, 0x000095a7u, - 0x00006ad3u, 0x00006ad8u, 0x00006ad4u, 0x00000226u, 0x00006ad9u, 0x0000672bu, 0x00006adau, 0x000500c4u, - 0x00000008u, 0x0000677cu, 0x000095a6u, 0x00000220u, 0x00050051u, 0x00000008u, 0x0000677du, 0x000095a9u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x0000677eu, 0x000095a9u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x0000677fu, 0x000095a9u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00006780u, 0x0000677du, 0x0000677eu, - 0x0000677fu, 0x0000677cu, 0x000300f7u, 0x00006aeau, 0x00000000u, 0x000400fau, 0x00000952u, 0x00006adfu, - 0x00006ae8u, 0x000200f8u, 0x00006ae8u, 0x0003003eu, 0x00000673u, 0x00006780u, 0x000200f9u, 0x00006aeau, - 0x000200f8u, 0x00006adfu, 0x00050041u, 0x0000003eu, 0x00006ae2u, 0x00000673u, 0x00000376u, 0x0003003eu, - 0x00006ae2u, 0x0000677du, 0x00050041u, 0x0000003eu, 0x00006ae4u, 0x00000673u, 0x00000487u, 0x0003003eu, - 0x00006ae4u, 0x0000677eu, 0x00050041u, 0x0000003eu, 0x00006ae6u, 0x00000673u, 0x000003c6u, 0x0003003eu, - 0x00006ae6u, 0x0000677fu, 0x000200f9u, 0x00006aeau, 0x000200f8u, 0x00006aeau, 0x000300f7u, 0x0000678fu, - 0x00000000u, 0x000400fau, 0x00006712u, 0x00006783u, 0x0000678bu, 0x000200f8u, 0x0000678bu, 0x000300f7u, - 0x0000678eu, 0x00000000u, 0x000400fau, 0x00000856u, 0x0000678cu, 0x0000678eu, 0x000200f8u, 0x0000678cu, - 0x000300f7u, 0x00006b65u, 0x00000000u, 0x000700fbu, 0x00000659u, 0x00006b65u, 0x00000002u, 0x00006b32u, - 0x00000003u, 0x00006b4fu, 0x000200f8u, 0x00006b4fu, 0x0004003du, 0x00000009u, 0x00006b50u, 0x00000673u, - 0x0007004fu, 0x0000005fu, 0x00006b51u, 0x00006b50u, 0x00006b50u, 0x00000000u, 0x00000003u, 0x0004007cu, - 0x000000a2u, 0x00006b52u, 0x00006b51u, 0x0003003eu, 0x00006b2eu, 0x00006b52u, 0x00050041u, 0x00000007u, - 0x00006b53u, 0x00006b2eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00006b54u, 0x00006b53u, 0x000500c4u, - 0x00000006u, 0x00006b55u, 0x00006b54u, 0x0000035du, 0x00050041u, 0x00000007u, 0x00006b56u, 0x00006b2eu, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00006b57u, 0x00006b56u, 0x000500c5u, 0x00000006u, 0x00006b58u, - 0x00006b55u, 0x00006b57u, 0x000500c7u, 0x00000006u, 0x00006b5au, 0x00006b58u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00006b5bu, 0x00006b5au, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00006b5du, 0x00006b58u, - 0x000003c6u, 0x0004007cu, 0x00000008u, 0x00006b5eu, 0x00006b5du, 0x000500c7u, 0x00000006u, 0x00006b60u, - 0x00006b58u, 0x0000048du, 0x000500c4u, 0x00000006u, 0x00006b61u, 0x00006b60u, 0x000003c6u, 0x000500c5u, - 0x00000006u, 0x00006b63u, 0x00006b61u, 0x00006b5bu, 0x0004007cu, 0x00000008u, 0x00006b64u, 0x00006b63u, - 0x000200f9u, 0x00006b65u, 0x000200f8u, 0x00006b32u, 0x00050041u, 0x0000003eu, 0x00006b33u, 0x00000673u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00006b34u, 0x00006b33u, 0x000500c3u, 0x00000008u, 0x00006b35u, - 0x00006b34u, 0x0000021au, 0x00050041u, 0x0000003eu, 0x00006b36u, 0x00000673u, 0x000003c6u, 0x0004003du, - 0x00000008u, 0x00006b37u, 0x00006b36u, 0x000500c7u, 0x00000008u, 0x00006b38u, 0x00006b37u, 0x00000260u, - 0x000500c5u, 0x00000008u, 0x00006b39u, 0x00006b35u, 0x00006b38u, 0x00050041u, 0x0000003eu, 0x00006b3au, - 0x00000673u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006b3bu, 0x00006b3au, 0x0004007cu, 0x00000006u, - 0x00006b3cu, 0x00006b3bu, 0x000500c7u, 0x00000006u, 0x00006b3du, 0x00006b3cu, 0x0000069du, 0x000500c4u, - 0x00000006u, 0x00006b3eu, 0x00006b3du, 0x000006f6u, 0x00050041u, 0x0000003eu, 0x00006b3fu, 0x00000673u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00006b40u, 0x00006b3fu, 0x0004007cu, 0x00000006u, 0x00006b41u, - 0x00006b40u, 0x000500c7u, 0x00000006u, 0x00006b42u, 0x00006b41u, 0x0000069du, 0x000500c4u, 0x00000006u, - 0x00006b43u, 0x00006b42u, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00006b45u, 0x00006b3eu, 0x00006b43u, - 0x0004003du, 0x00000008u, 0x00006b47u, 0x00006b36u, 0x0004007cu, 0x00000006u, 0x00006b48u, 0x00006b47u, - 0x000500c7u, 0x00000006u, 0x00006b49u, 0x00006b48u, 0x0000069du, 0x000500c2u, 0x00000006u, 0x00006b4au, - 0x00006b49u, 0x00000703u, 0x000500c5u, 0x00000006u, 0x00006b4cu, 0x00006b45u, 0x00006b4au, 0x0004007cu, - 0x00000008u, 0x00006b4eu, 0x00006b4cu, 0x000200f9u, 0x00006b65u, 0x000200f8u, 0x00006b65u, 0x000900f5u, - 0x00000008u, 0x0000ae94u, 0x00008ad4u, 0x0000678cu, 0x00006b39u, 0x00006b32u, 0x00006b64u, 0x00006b4fu, - 0x000900f5u, 0x00000008u, 0x0000ae56u, 0x0000896du, 0x0000678cu, 0x00006b4eu, 0x00006b32u, 0x00006b5eu, - 0x00006b4fu, 0x000200f9u, 0x0000678eu, 0x000200f8u, 0x0000678eu, 0x000700f5u, 0x00000008u, 0x0000ae76u, - 0x00008ad4u, 0x0000678bu, 0x0000ae94u, 0x00006b65u, 0x000700f5u, 0x00000008u, 0x0000ae38u, 0x0000896du, - 0x0000678bu, 0x0000ae56u, 0x00006b65u, 0x000200f9u, 0x0000678fu, 0x000200f8u, 0x00006783u, 0x00050082u, - 0x00000008u, 0x00006af2u, 0x0000041fu, 0x000066f5u, 0x0007000cu, 0x00000008u, 0x00006af3u, 0x00000001u, - 0x0000002au, 0x00006af2u, 0x00000214u, 0x0006000cu, 0x00000008u, 0x00006af5u, 0x00000001u, 0x0000004au, - 0x00006af3u, 0x00050082u, 0x00000008u, 0x00006af6u, 0x00000424u, 0x00006af5u, 0x0008000cu, 0x00000008u, - 0x00006af8u, 0x00000001u, 0x0000002du, 0x00006af6u, 0x00000205u, 0x00000226u, 0x00050082u, 0x00000008u, - 0x00006afau, 0x00000223u, 0x00006af8u, 0x0007000cu, 0x00000008u, 0x00006afbu, 0x00000001u, 0x0000002au, - 0x00006afau, 0x00000205u, 0x000500c3u, 0x00000008u, 0x00006afeu, 0x000066f5u, 0x00006afbu, 0x000500c7u, - 0x00000008u, 0x00006affu, 0x00006afeu, 0x0000040cu, 0x000500c4u, 0x00000008u, 0x00006b01u, 0x00006af8u, - 0x00000271u, 0x00050080u, 0x00000008u, 0x00006b03u, 0x00006b01u, 0x00006affu, 0x000300f7u, 0x0000678au, - 0x00000000u, 0x000400fau, 0x00000856u, 0x00006788u, 0x0000678au, 0x000200f8u, 0x00006788u, 0x0004007cu, - 0x00000006u, 0x00006b07u, 0x00006b03u, 0x000500c4u, 0x00000006u, 0x00006b08u, 0x00006b07u, 0x00000703u, - 0x0004007cu, 0x00000006u, 0x00006b0au, 0x000067d1u, 0x000500c5u, 0x00000006u, 0x00006b0bu, 0x00006b08u, - 0x00006b0au, 0x000300f7u, 0x00006b2cu, 0x00000000u, 0x000700fbu, 0x00000659u, 0x00006b2cu, 0x00000002u, - 0x00006b0cu, 0x00000003u, 0x00006b21u, 0x000200f8u, 0x00006b21u, 0x000500c2u, 0x00000006u, 0x00006b23u, - 0x00006b0bu, 0x00000730u, 0x000500c7u, 0x00000006u, 0x00006b24u, 0x00006b23u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00006b25u, 0x00006b24u, 0x00050041u, 0x0000003eu, 0x00006b26u, 0x00000673u, 0x00000376u, - 0x0003003eu, 0x00006b26u, 0x00006b25u, 0x000500c2u, 0x00000006u, 0x00006b28u, 0x00006b0bu, 0x000003c6u, - 0x000500c7u, 0x00000006u, 0x00006b29u, 0x00006b28u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00006b2au, - 0x00006b29u, 0x00050041u, 0x0000003eu, 0x00006b2bu, 0x00000673u, 0x0000048du, 0x0003003eu, 0x00006b2bu, - 0x00006b2au, 0x000200f9u, 0x00006b2cu, 0x000200f8u, 0x00006b0cu, 0x000500c2u, 0x00000006u, 0x00006b0eu, - 0x00006b0bu, 0x00000730u, 0x000500c7u, 0x00000006u, 0x00006b0fu, 0x00006b0eu, 0x0000069du, 0x0004007cu, - 0x00000008u, 0x00006b10u, 0x00006b0fu, 0x00050041u, 0x0000003eu, 0x00006b11u, 0x00000673u, 0x00000376u, - 0x0003003eu, 0x00006b11u, 0x00006b10u, 0x000500c2u, 0x00000006u, 0x00006b13u, 0x00006b0bu, 0x00000736u, - 0x000500c7u, 0x00000006u, 0x00006b14u, 0x00006b13u, 0x0000069du, 0x0004007cu, 0x00000008u, 0x00006b15u, - 0x00006b14u, 0x00050041u, 0x0000003eu, 0x00006b16u, 0x00000673u, 0x00000487u, 0x0003003eu, 0x00006b16u, - 0x00006b15u, 0x000500c2u, 0x00000006u, 0x00006b18u, 0x00006b0bu, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x00006b19u, 0x00006b18u, 0x0000069du, 0x0004007cu, 0x00000008u, 0x00006b1au, 0x00006b19u, 0x00050041u, - 0x0000003eu, 0x00006b1bu, 0x00000673u, 0x000003c6u, 0x0003003eu, 0x00006b1bu, 0x00006b1au, 0x000500c7u, - 0x00000006u, 0x00006b1du, 0x00006b0bu, 0x00000741u, 0x000500c4u, 0x00000006u, 0x00006b1eu, 0x00006b1du, - 0x00000736u, 0x0004007cu, 0x00000008u, 0x00006b1fu, 0x00006b1eu, 0x00050041u, 0x0000003eu, 0x00006b20u, - 0x00000673u, 0x0000048du, 0x0003003eu, 0x00006b20u, 0x00006b1fu, 0x000200f9u, 0x00006b2cu, 0x000200f8u, - 0x00006b2cu, 0x000200f9u, 0x0000678au, 0x000200f8u, 0x0000678au, 0x000200f9u, 0x0000678fu, 0x000200f8u, - 0x0000678fu, 0x000700f5u, 0x00000008u, 0x0000ae73u, 0x000067d1u, 0x0000678au, 0x0000ae76u, 0x0000678eu, - 0x000700f5u, 0x00000008u, 0x0000ae35u, 0x00006b03u, 0x0000678au, 0x0000ae38u, 0x0000678eu, 0x000600a9u, - 0x0000005du, 0x0000b16au, 0x00006712u, 0x00000560u, 0x00009a3bu, 0x000200f9u, 0x00006790u, 0x000200f8u, - 0x00006790u, 0x000700f5u, 0x0000003cu, 0x0000b135u, 0x0000afcbu, 0x00006746u, 0x0000b13du, 0x0000678fu, - 0x000700f5u, 0x0000003cu, 0x0000af52u, 0x0000940eu, 0x00006746u, 0x00009401u, 0x0000678fu, 0x000700f5u, - 0x00000008u, 0x0000af37u, 0x0000927fu, 0x00006746u, 0x0000af3du, 0x0000678fu, 0x000700f5u, 0x00000008u, - 0x0000af1cu, 0x000090f1u, 0x00006746u, 0x0000af22u, 0x0000678fu, 0x000700f5u, 0x0000003cu, 0x0000aef4u, - 0x00008f6eu, 0x00006746u, 0x0000aefcu, 0x0000678fu, 0x000700f5u, 0x00000008u, 0x0000aeccu, 0x00008decu, - 0x00006746u, 0x0000aed4u, 0x0000678fu, 0x000700f5u, 0x00000008u, 0x0000aea4u, 0x00008c6bu, 0x00006746u, - 0x0000aeacu, 0x0000678fu, 0x000700f5u, 0x00000008u, 0x0000ae66u, 0x00008ad4u, 0x00006746u, 0x0000ae73u, - 0x0000678fu, 0x000700f5u, 0x00000008u, 0x0000ae28u, 0x0000896du, 0x00006746u, 0x0000ae35u, 0x0000678fu, - 0x000700f5u, 0x0000005du, 0x00009bafu, 0x00009a3bu, 0x00006746u, 0x0000b16au, 0x0000678fu, 0x000600a9u, - 0x0000005du, 0x0000b16bu, 0x00006747u, 0x00000560u, 0x000098bau, 0x000200f9u, 0x00001ffcu, 0x000200f8u, - 0x00001ffbu, 0x0004007cu, 0x00000006u, 0x00001fffu, 0x00008557u, 0x000300f7u, 0x00006658u, 0x00000000u, - 0x000900fbu, 0x00000659u, 0x00006658u, 0x00000000u, 0x00006639u, 0x00000001u, 0x0000663au, 0x00000002u, - 0x00006641u, 0x000200f8u, 0x00006641u, 0x000500c2u, 0x00000006u, 0x00006643u, 0x00001fffu, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x00006644u, 0x00006643u, 0x0000069du, 0x000500c2u, 0x00000006u, 0x00006646u, - 0x00001fffu, 0x0000021au, 0x000500c7u, 0x00000006u, 0x00006647u, 0x00006646u, 0x0000069du, 0x000500c4u, - 0x00000006u, 0x00006649u, 0x00001fffu, 0x00000217u, 0x000500c7u, 0x00000006u, 0x0000664au, 0x00006649u, - 0x0000069du, 0x000500c7u, 0x00000006u, 0x0000664cu, 0x00001fffu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x0000664du, 0x0000664cu, 0x0000097bu, 0x0004007cu, 0x00000008u, 0x0000664fu, 0x00006644u, 0x0004007cu, - 0x00000008u, 0x00006651u, 0x00006647u, 0x0004007cu, 0x00000008u, 0x00006653u, 0x0000664au, 0x0004007cu, - 0x00000008u, 0x00006655u, 0x0000664du, 0x00070050u, 0x00000009u, 0x00006656u, 0x0000664fu, 0x00006651u, - 0x00006653u, 0x00006655u, 0x000300f7u, 0x00006675u, 0x00000000u, 0x000400fau, 0x00000952u, 0x0000666au, - 0x00006673u, 0x000200f8u, 0x00006673u, 0x0003003eu, 0x00000673u, 0x00006656u, 0x000200f9u, 0x00006675u, - 0x000200f8u, 0x0000666au, 0x00050041u, 0x0000003eu, 0x0000666du, 0x00000673u, 0x00000376u, 0x0003003eu, - 0x0000666du, 0x0000664fu, 0x00050041u, 0x0000003eu, 0x0000666fu, 0x00000673u, 0x00000487u, 0x0003003eu, - 0x0000666fu, 0x00006651u, 0x00050041u, 0x0000003eu, 0x00006671u, 0x00000673u, 0x000003c6u, 0x0003003eu, - 0x00006671u, 0x00006653u, 0x000200f9u, 0x00006675u, 0x000200f8u, 0x00006675u, 0x000200f9u, 0x00006658u, - 0x000200f8u, 0x0000663au, 0x000500c7u, 0x00000006u, 0x0000663cu, 0x00001fffu, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x0000663eu, 0x0000663cu, 0x00070050u, 0x00000009u, 0x0000663fu, 0x0000663eu, 0x0000663eu, - 0x0000663eu, 0x0000663eu, 0x000300f7u, 0x00006668u, 0x00000000u, 0x000400fau, 0x00000952u, 0x0000665du, - 0x00006666u, 0x000200f8u, 0x00006666u, 0x0003003eu, 0x00000673u, 0x0000663fu, 0x000200f9u, 0x00006668u, - 0x000200f8u, 0x0000665du, 0x00050041u, 0x0000003eu, 0x00006660u, 0x00000673u, 0x00000376u, 0x0003003eu, - 0x00006660u, 0x0000663eu, 0x00050041u, 0x0000003eu, 0x00006662u, 0x00000673u, 0x00000487u, 0x0003003eu, - 0x00006662u, 0x0000663eu, 0x00050041u, 0x0000003eu, 0x00006664u, 0x00000673u, 0x000003c6u, 0x0003003eu, - 0x00006664u, 0x0000663eu, 0x000200f9u, 0x00006668u, 0x000200f8u, 0x00006668u, 0x000200f9u, 0x00006658u, - 0x000200f8u, 0x00006639u, 0x0003003eu, 0x00000673u, 0x00000613u, 0x000200f9u, 0x00006658u, 0x000200f8u, - 0x00006658u, 0x000b00f5u, 0x0000005du, 0x00009a26u, 0x000098bau, 0x00001ffbu, 0x00000560u, 0x00006639u, - 0x00000560u, 0x00006668u, 0x00000560u, 0x00006675u, 0x000300f7u, 0x0000665bu, 0x00000000u, 0x000400fau, - 0x00000856u, 0x00006659u, 0x0000665bu, 0x000200f8u, 0x00006659u, 0x000300f7u, 0x000066aeu, 0x00000000u, - 0x000700fbu, 0x00000659u, 0x000066aeu, 0x00000002u, 0x0000667bu, 0x00000003u, 0x00006698u, 0x000200f8u, - 0x00006698u, 0x0004003du, 0x00000009u, 0x00006699u, 0x00000673u, 0x0007004fu, 0x0000005fu, 0x0000669au, - 0x00006699u, 0x00006699u, 0x00000000u, 0x00000003u, 0x0004007cu, 0x000000a2u, 0x0000669bu, 0x0000669au, - 0x0003003eu, 0x00006677u, 0x0000669bu, 0x00050041u, 0x00000007u, 0x0000669cu, 0x00006677u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x0000669du, 0x0000669cu, 0x000500c4u, 0x00000006u, 0x0000669eu, 0x0000669du, - 0x0000035du, 0x00050041u, 0x00000007u, 0x0000669fu, 0x00006677u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000066a0u, 0x0000669fu, 0x000500c5u, 0x00000006u, 0x000066a1u, 0x0000669eu, 0x000066a0u, 0x000500c7u, - 0x00000006u, 0x000066a3u, 0x000066a1u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000066a4u, 0x000066a3u, - 0x0000048du, 0x000500c2u, 0x00000006u, 0x000066a6u, 0x000066a1u, 0x000003c6u, 0x0004007cu, 0x00000008u, - 0x000066a7u, 0x000066a6u, 0x000500c7u, 0x00000006u, 0x000066a9u, 0x000066a1u, 0x0000048du, 0x000500c4u, - 0x00000006u, 0x000066aau, 0x000066a9u, 0x000003c6u, 0x000500c5u, 0x00000006u, 0x000066acu, 0x000066aau, - 0x000066a4u, 0x0004007cu, 0x00000008u, 0x000066adu, 0x000066acu, 0x000200f9u, 0x000066aeu, 0x000200f8u, - 0x0000667bu, 0x00050041u, 0x0000003eu, 0x0000667cu, 0x00000673u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x0000667du, 0x0000667cu, 0x000500c3u, 0x00000008u, 0x0000667eu, 0x0000667du, 0x0000021au, 0x00050041u, - 0x0000003eu, 0x0000667fu, 0x00000673u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006680u, 0x0000667fu, - 0x000500c7u, 0x00000008u, 0x00006681u, 0x00006680u, 0x00000260u, 0x000500c5u, 0x00000008u, 0x00006682u, - 0x0000667eu, 0x00006681u, 0x00050041u, 0x0000003eu, 0x00006683u, 0x00000673u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00006684u, 0x00006683u, 0x0004007cu, 0x00000006u, 0x00006685u, 0x00006684u, 0x000500c7u, - 0x00000006u, 0x00006686u, 0x00006685u, 0x0000069du, 0x000500c4u, 0x00000006u, 0x00006687u, 0x00006686u, - 0x000006f6u, 0x00050041u, 0x0000003eu, 0x00006688u, 0x00000673u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00006689u, 0x00006688u, 0x0004007cu, 0x00000006u, 0x0000668au, 0x00006689u, 0x000500c7u, 0x00000006u, - 0x0000668bu, 0x0000668au, 0x0000069du, 0x000500c4u, 0x00000006u, 0x0000668cu, 0x0000668bu, 0x00000487u, - 0x000500c5u, 0x00000006u, 0x0000668eu, 0x00006687u, 0x0000668cu, 0x0004003du, 0x00000008u, 0x00006690u, - 0x0000667fu, 0x0004007cu, 0x00000006u, 0x00006691u, 0x00006690u, 0x000500c7u, 0x00000006u, 0x00006692u, - 0x00006691u, 0x0000069du, 0x000500c2u, 0x00000006u, 0x00006693u, 0x00006692u, 0x00000703u, 0x000500c5u, - 0x00000006u, 0x00006695u, 0x0000668eu, 0x00006693u, 0x0004007cu, 0x00000008u, 0x00006697u, 0x00006695u, - 0x000200f9u, 0x000066aeu, 0x000200f8u, 0x000066aeu, 0x000900f5u, 0x00000008u, 0x0000ae65u, 0x00008ad4u, - 0x00006659u, 0x00006682u, 0x0000667bu, 0x000066adu, 0x00006698u, 0x000900f5u, 0x00000008u, 0x0000ae27u, - 0x0000896du, 0x00006659u, 0x00006697u, 0x0000667bu, 0x000066a7u, 0x00006698u, 0x000200f9u, 0x0000665bu, - 0x000200f8u, 0x0000665bu, 0x000700f5u, 0x00000008u, 0x0000ae61u, 0x00008ad4u, 0x00006658u, 0x0000ae65u, - 0x000066aeu, 0x000700f5u, 0x00000008u, 0x0000ae23u, 0x0000896du, 0x00006658u, 0x0000ae27u, 0x000066aeu, - 0x000200f9u, 0x00001ffcu, 0x000200f8u, 0x00001ffcu, 0x000700f5u, 0x0000003cu, 0x0000b134u, 0x0000b135u, - 0x00006790u, 0x0000afcbu, 0x0000665bu, 0x000700f5u, 0x0000003cu, 0x0000af4cu, 0x0000940eu, 0x0000665bu, - 0x0000af52u, 0x00006790u, 0x000700f5u, 0x00000008u, 0x0000af31u, 0x0000927fu, 0x0000665bu, 0x0000af37u, - 0x00006790u, 0x000700f5u, 0x00000008u, 0x0000af16u, 0x000090f1u, 0x0000665bu, 0x0000af1cu, 0x00006790u, - 0x000700f5u, 0x0000003cu, 0x0000aeeeu, 0x00008f6eu, 0x0000665bu, 0x0000aef4u, 0x00006790u, 0x000700f5u, - 0x00000008u, 0x0000aec6u, 0x00008decu, 0x0000665bu, 0x0000aeccu, 0x00006790u, 0x000700f5u, 0x00000008u, - 0x0000ae9eu, 0x00008c6bu, 0x0000665bu, 0x0000aea4u, 0x00006790u, 0x000700f5u, 0x00000008u, 0x0000ae60u, - 0x0000ae61u, 0x0000665bu, 0x0000ae66u, 0x00006790u, 0x000700f5u, 0x00000008u, 0x0000ae22u, 0x0000ae23u, - 0x0000665bu, 0x0000ae28u, 0x00006790u, 0x000700f5u, 0x0000003cu, 0x0000ade4u, 0x00008801u, 0x0000665bu, - 0x000087fdu, 0x00006790u, 0x000700f5u, 0x0000005du, 0x00009ba9u, 0x00009a3bu, 0x0000665bu, 0x00009bafu, - 0x00006790u, 0x000700f5u, 0x0000005du, 0x00009a24u, 0x00009a26u, 0x0000665bu, 0x0000b16bu, 0x00006790u, - 0x000200f9u, 0x00001ff0u, 0x000200f8u, 0x00001fefu, 0x00070041u, 0x0000026du, 0x00001ff3u, 0x00000234u, - 0x00000205u, 0x00001fdeu, 0x0000026cu, 0x0004003du, 0x00000006u, 0x00001ff4u, 0x00001ff3u, 0x000300f7u, - 0x000065c1u, 0x00000000u, 0x000b00fbu, 0x00000659u, 0x000065c1u, 0x00000004u, 0x00006567u, 0x00000002u, - 0x0000657eu, 0x00000003u, 0x0000659bu, 0x00000001u, 0x000065b4u, 0x000200f8u, 0x000065b4u, 0x000500c7u, - 0x00000006u, 0x000065b6u, 0x000095afu, 0x0000048du, 0x000500c6u, 0x00000006u, 0x000065b7u, 0x000065b6u, - 0x0000048du, 0x00050084u, 0x00000006u, 0x000065b8u, 0x000065b7u, 0x0000035du, 0x000500c2u, 0x00000006u, - 0x000065bau, 0x00001ff4u, 0x000065b8u, 0x000500c7u, 0x00000006u, 0x000065bcu, 0x000065bau, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x000065beu, 0x000065bcu, 0x00070050u, 0x00000009u, 0x000065bfu, 0x000065beu, - 0x000065beu, 0x000065beu, 0x000065beu, 0x000300f7u, 0x000065f8u, 0x00000000u, 0x000400fau, 0x00000952u, - 0x000065edu, 0x000065f6u, 0x000200f8u, 0x000065f6u, 0x0003003eu, 0x00000673u, 0x000065bfu, 0x000200f9u, - 0x000065f8u, 0x000200f8u, 0x000065edu, 0x00050041u, 0x0000003eu, 0x000065f0u, 0x00000673u, 0x00000376u, - 0x0003003eu, 0x000065f0u, 0x000065beu, 0x00050041u, 0x0000003eu, 0x000065f2u, 0x00000673u, 0x00000487u, - 0x0003003eu, 0x000065f2u, 0x000065beu, 0x00050041u, 0x0000003eu, 0x000065f4u, 0x00000673u, 0x000003c6u, - 0x0003003eu, 0x000065f4u, 0x000065beu, 0x000200f9u, 0x000065f8u, 0x000200f8u, 0x000065f8u, 0x000200f9u, - 0x000065c1u, 0x000200f8u, 0x0000659bu, 0x000500c7u, 0x00000006u, 0x0000659du, 0x000095afu, 0x00000487u, - 0x000500c6u, 0x00000006u, 0x0000659eu, 0x0000659du, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000659fu, - 0x0000659eu, 0x00000379u, 0x000500c2u, 0x00000006u, 0x000065a1u, 0x00001ff4u, 0x0000659fu, 0x000500c7u, - 0x00000006u, 0x000065a3u, 0x000065a1u, 0x000007f4u, 0x000500c2u, 0x00000006u, 0x000065a5u, 0x000065a3u, - 0x0000035du, 0x000500c7u, 0x00000006u, 0x000065a6u, 0x000065a5u, 0x000006c4u, 0x000500c2u, 0x00000006u, - 0x000065a8u, 0x000065a3u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x000065a9u, 0x000065a8u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x000065abu, 0x000065a6u, 0x0004007cu, 0x00000008u, 0x000065b1u, 0x000065a9u, - 0x00070050u, 0x00000009u, 0x000065b2u, 0x000065abu, 0x000065abu, 0x000065abu, 0x000065b1u, 0x000300f7u, - 0x000065ebu, 0x00000000u, 0x000400fau, 0x00000952u, 0x000065e0u, 0x000065e9u, 0x000200f8u, 0x000065e9u, - 0x0003003eu, 0x00000673u, 0x000065b2u, 0x000200f9u, 0x000065ebu, 0x000200f8u, 0x000065e0u, 0x00050041u, - 0x0000003eu, 0x000065e3u, 0x00000673u, 0x00000376u, 0x0003003eu, 0x000065e3u, 0x000065abu, 0x00050041u, - 0x0000003eu, 0x000065e5u, 0x00000673u, 0x00000487u, 0x0003003eu, 0x000065e5u, 0x000065abu, 0x00050041u, - 0x0000003eu, 0x000065e7u, 0x00000673u, 0x000003c6u, 0x0003003eu, 0x000065e7u, 0x000065abu, 0x000200f9u, - 0x000065ebu, 0x000200f8u, 0x000065ebu, 0x000200f9u, 0x000065c1u, 0x000200f8u, 0x0000657eu, 0x000500c7u, - 0x00000006u, 0x00006580u, 0x000095afu, 0x00000487u, 0x000500c6u, 0x00000006u, 0x00006581u, 0x00006580u, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00006582u, 0x00006581u, 0x00000379u, 0x000500c2u, 0x00000006u, - 0x00006584u, 0x00001ff4u, 0x00006582u, 0x000500c2u, 0x00000006u, 0x00006586u, 0x00006584u, 0x0000035du, - 0x000500c7u, 0x00000006u, 0x00006587u, 0x00006586u, 0x0000069du, 0x000500c2u, 0x00000006u, 0x00006589u, - 0x00006584u, 0x0000048du, 0x000500c7u, 0x00000006u, 0x0000658au, 0x00006589u, 0x0000069du, 0x000500c4u, - 0x00000006u, 0x0000658cu, 0x00006584u, 0x000003c6u, 0x000500c7u, 0x00000006u, 0x0000658du, 0x0000658cu, - 0x0000069du, 0x000500c7u, 0x00000006u, 0x0000658fu, 0x00006584u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00006590u, 0x0000658fu, 0x0000097bu, 0x0004007cu, 0x00000008u, 0x00006592u, 0x00006587u, 0x0004007cu, - 0x00000008u, 0x00006594u, 0x0000658au, 0x0004007cu, 0x00000008u, 0x00006596u, 0x0000658du, 0x0004007cu, - 0x00000008u, 0x00006598u, 0x00006590u, 0x00070050u, 0x00000009u, 0x00006599u, 0x00006592u, 0x00006594u, - 0x00006596u, 0x00006598u, 0x000300f7u, 0x000065deu, 0x00000000u, 0x000400fau, 0x00000952u, 0x000065d3u, - 0x000065dcu, 0x000200f8u, 0x000065dcu, 0x0003003eu, 0x00000673u, 0x00006599u, 0x000200f9u, 0x000065deu, - 0x000200f8u, 0x000065d3u, 0x00050041u, 0x0000003eu, 0x000065d6u, 0x00000673u, 0x00000376u, 0x0003003eu, - 0x000065d6u, 0x00006592u, 0x00050041u, 0x0000003eu, 0x000065d8u, 0x00000673u, 0x00000487u, 0x0003003eu, - 0x000065d8u, 0x00006594u, 0x00050041u, 0x0000003eu, 0x000065dau, 0x00000673u, 0x000003c6u, 0x0003003eu, - 0x000065dau, 0x00006596u, 0x000200f9u, 0x000065deu, 0x000200f8u, 0x000065deu, 0x000200f9u, 0x000065c1u, - 0x000200f8u, 0x00006567u, 0x000500c2u, 0x00000006u, 0x00006569u, 0x00001ff4u, 0x000006deu, 0x000500c7u, - 0x00000006u, 0x0000656au, 0x00006569u, 0x000006c4u, 0x000500c2u, 0x00000006u, 0x0000656cu, 0x00001ff4u, - 0x00000379u, 0x000500c7u, 0x00000006u, 0x0000656du, 0x0000656cu, 0x000006c4u, 0x000500c2u, 0x00000006u, - 0x0000656fu, 0x00001ff4u, 0x0000035du, 0x000500c7u, 0x00000006u, 0x00006570u, 0x0000656fu, 0x000006c4u, - 0x000500c2u, 0x00000006u, 0x00006572u, 0x00001ff4u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00006573u, - 0x00006572u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00006575u, 0x0000656au, 0x0004007cu, 0x00000008u, - 0x00006577u, 0x0000656du, 0x0004007cu, 0x00000008u, 0x00006579u, 0x00006570u, 0x0004007cu, 0x00000008u, - 0x0000657bu, 0x00006573u, 0x00070050u, 0x00000009u, 0x0000657cu, 0x00006575u, 0x00006577u, 0x00006579u, - 0x0000657bu, 0x000300f7u, 0x000065d1u, 0x00000000u, 0x000400fau, 0x00000952u, 0x000065c6u, 0x000065cfu, - 0x000200f8u, 0x000065cfu, 0x0003003eu, 0x00000673u, 0x0000657cu, 0x000200f9u, 0x000065d1u, 0x000200f8u, - 0x000065c6u, 0x00050041u, 0x0000003eu, 0x000065c9u, 0x00000673u, 0x00000376u, 0x0003003eu, 0x000065c9u, - 0x00006575u, 0x00050041u, 0x0000003eu, 0x000065cbu, 0x00000673u, 0x00000487u, 0x0003003eu, 0x000065cbu, - 0x00006577u, 0x00050041u, 0x0000003eu, 0x000065cdu, 0x00000673u, 0x000003c6u, 0x0003003eu, 0x000065cdu, - 0x00006579u, 0x000200f9u, 0x000065d1u, 0x000200f8u, 0x000065d1u, 0x000200f9u, 0x000065c1u, 0x000200f8u, - 0x000065c1u, 0x000d00f5u, 0x0000005du, 0x00009a22u, 0x000098bau, 0x00001fefu, 0x00000560u, 0x000065d1u, - 0x00000560u, 0x000065deu, 0x00000560u, 0x000065ebu, 0x00000560u, 0x000065f8u, 0x000300f7u, 0x000065c4u, - 0x00000000u, 0x000400fau, 0x00000856u, 0x000065c2u, 0x000065c4u, 0x000200f8u, 0x000065c2u, 0x000300f7u, - 0x00006631u, 0x00000000u, 0x000700fbu, 0x00000659u, 0x00006631u, 0x00000002u, 0x000065feu, 0x00000003u, - 0x0000661bu, 0x000200f8u, 0x0000661bu, 0x0004003du, 0x00000009u, 0x0000661cu, 0x00000673u, 0x0007004fu, - 0x0000005fu, 0x0000661du, 0x0000661cu, 0x0000661cu, 0x00000000u, 0x00000003u, 0x0004007cu, 0x000000a2u, - 0x0000661eu, 0x0000661du, 0x0003003eu, 0x000065fau, 0x0000661eu, 0x00050041u, 0x00000007u, 0x0000661fu, - 0x000065fau, 0x00000376u, 0x0004003du, 0x00000006u, 0x00006620u, 0x0000661fu, 0x000500c4u, 0x00000006u, - 0x00006621u, 0x00006620u, 0x0000035du, 0x00050041u, 0x00000007u, 0x00006622u, 0x000065fau, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00006623u, 0x00006622u, 0x000500c5u, 0x00000006u, 0x00006624u, 0x00006621u, - 0x00006623u, 0x000500c7u, 0x00000006u, 0x00006626u, 0x00006624u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00006627u, 0x00006626u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00006629u, 0x00006624u, 0x000003c6u, - 0x0004007cu, 0x00000008u, 0x0000662au, 0x00006629u, 0x000500c7u, 0x00000006u, 0x0000662cu, 0x00006624u, - 0x0000048du, 0x000500c4u, 0x00000006u, 0x0000662du, 0x0000662cu, 0x000003c6u, 0x000500c5u, 0x00000006u, - 0x0000662fu, 0x0000662du, 0x00006627u, 0x0004007cu, 0x00000008u, 0x00006630u, 0x0000662fu, 0x000200f9u, - 0x00006631u, 0x000200f8u, 0x000065feu, 0x00050041u, 0x0000003eu, 0x000065ffu, 0x00000673u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006600u, 0x000065ffu, 0x000500c3u, 0x00000008u, 0x00006601u, 0x00006600u, - 0x0000021au, 0x00050041u, 0x0000003eu, 0x00006602u, 0x00000673u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x00006603u, 0x00006602u, 0x000500c7u, 0x00000008u, 0x00006604u, 0x00006603u, 0x00000260u, 0x000500c5u, - 0x00000008u, 0x00006605u, 0x00006601u, 0x00006604u, 0x00050041u, 0x0000003eu, 0x00006606u, 0x00000673u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00006607u, 0x00006606u, 0x0004007cu, 0x00000006u, 0x00006608u, - 0x00006607u, 0x000500c7u, 0x00000006u, 0x00006609u, 0x00006608u, 0x0000069du, 0x000500c4u, 0x00000006u, - 0x0000660au, 0x00006609u, 0x000006f6u, 0x00050041u, 0x0000003eu, 0x0000660bu, 0x00000673u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x0000660cu, 0x0000660bu, 0x0004007cu, 0x00000006u, 0x0000660du, 0x0000660cu, - 0x000500c7u, 0x00000006u, 0x0000660eu, 0x0000660du, 0x0000069du, 0x000500c4u, 0x00000006u, 0x0000660fu, - 0x0000660eu, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00006611u, 0x0000660au, 0x0000660fu, 0x0004003du, - 0x00000008u, 0x00006613u, 0x00006602u, 0x0004007cu, 0x00000006u, 0x00006614u, 0x00006613u, 0x000500c7u, - 0x00000006u, 0x00006615u, 0x00006614u, 0x0000069du, 0x000500c2u, 0x00000006u, 0x00006616u, 0x00006615u, - 0x00000703u, 0x000500c5u, 0x00000006u, 0x00006618u, 0x00006611u, 0x00006616u, 0x0004007cu, 0x00000008u, - 0x0000661au, 0x00006618u, 0x000200f9u, 0x00006631u, 0x000200f8u, 0x00006631u, 0x000900f5u, 0x00000008u, - 0x0000ae5fu, 0x00008ad4u, 0x000065c2u, 0x00006605u, 0x000065feu, 0x00006630u, 0x0000661bu, 0x000900f5u, - 0x00000008u, 0x0000ae21u, 0x0000896du, 0x000065c2u, 0x0000661au, 0x000065feu, 0x0000662au, 0x0000661bu, - 0x000200f9u, 0x000065c4u, 0x000200f8u, 0x000065c4u, 0x000700f5u, 0x00000008u, 0x0000ae59u, 0x00008ad4u, - 0x000065c1u, 0x0000ae5fu, 0x00006631u, 0x000700f5u, 0x00000008u, 0x0000ae1bu, 0x0000896du, 0x000065c1u, - 0x0000ae21u, 0x00006631u, 0x000200f9u, 0x00001ff0u, 0x000200f8u, 0x00001ff0u, 0x000700f5u, 0x0000003cu, - 0x0000b133u, 0x0000b134u, 0x00001ffcu, 0x0000afcbu, 0x000065c4u, 0x000700f5u, 0x0000003cu, 0x0000af44u, - 0x0000940eu, 0x000065c4u, 0x0000af4cu, 0x00001ffcu, 0x000700f5u, 0x00000008u, 0x0000af29u, 0x0000927fu, - 0x000065c4u, 0x0000af31u, 0x00001ffcu, 0x000700f5u, 0x00000008u, 0x0000af0eu, 0x000090f1u, 0x000065c4u, - 0x0000af16u, 0x00001ffcu, 0x000700f5u, 0x0000003cu, 0x0000aee6u, 0x00008f6eu, 0x000065c4u, 0x0000aeeeu, - 0x00001ffcu, 0x000700f5u, 0x00000008u, 0x0000aebeu, 0x00008decu, 0x000065c4u, 0x0000aec6u, 0x00001ffcu, - 0x000700f5u, 0x00000008u, 0x0000ae96u, 0x00008c6bu, 0x000065c4u, 0x0000ae9eu, 0x00001ffcu, 0x000700f5u, - 0x00000008u, 0x0000ae58u, 0x0000ae59u, 0x000065c4u, 0x0000ae60u, 0x00001ffcu, 0x000700f5u, 0x00000008u, - 0x0000ae1au, 0x0000ae1bu, 0x000065c4u, 0x0000ae22u, 0x00001ffcu, 0x000700f5u, 0x0000003cu, 0x0000addcu, - 0x00008801u, 0x000065c4u, 0x0000ade4u, 0x00001ffcu, 0x000700f5u, 0x0000005du, 0x00009ba1u, 0x00009a3bu, - 0x000065c4u, 0x00009ba9u, 0x00001ffcu, 0x000700f5u, 0x0000005du, 0x00009a20u, 0x00009a22u, 0x000065c4u, - 0x00009a24u, 0x00001ffcu, 0x000200f9u, 0x00001feau, 0x000200f8u, 0x00001feau, 0x000700f5u, 0x0000003cu, - 0x0000b132u, 0x0000afcbu, 0x00002427u, 0x0000b133u, 0x00001ff0u, 0x000700f5u, 0x0000003cu, 0x0000af43u, - 0x0000940eu, 0x00002427u, 0x0000af44u, 0x00001ff0u, 0x000700f5u, 0x00000008u, 0x0000af28u, 0x0000927fu, - 0x00002427u, 0x0000af29u, 0x00001ff0u, 0x000700f5u, 0x00000008u, 0x0000af0du, 0x000090f1u, 0x00002427u, - 0x0000af0eu, 0x00001ff0u, 0x000700f5u, 0x0000003cu, 0x0000aee5u, 0x00008f6eu, 0x00002427u, 0x0000aee6u, - 0x00001ff0u, 0x000700f5u, 0x00000008u, 0x0000aebdu, 0x00008decu, 0x00002427u, 0x0000aebeu, 0x00001ff0u, - 0x000700f5u, 0x00000008u, 0x0000ae95u, 0x00008c6bu, 0x00002427u, 0x0000ae96u, 0x00001ff0u, 0x000700f5u, - 0x00000008u, 0x0000ae57u, 0x00008ad4u, 0x00002427u, 0x0000ae58u, 0x00001ff0u, 0x000700f5u, 0x00000008u, - 0x0000ae19u, 0x0000896du, 0x00002427u, 0x0000ae1au, 0x00001ff0u, 0x000700f5u, 0x0000003cu, 0x0000addbu, - 0x00008801u, 0x00002427u, 0x0000addcu, 0x00001ff0u, 0x000700f5u, 0x0000005du, 0x00009a3cu, 0x00009a3bu, - 0x00002427u, 0x00009ba1u, 0x00001ff0u, 0x000700f5u, 0x0000005du, 0x000098bbu, 0x000098bau, 0x00002427u, - 0x00009a20u, 0x00001ff0u, 0x000200f9u, 0x00001fccu, 0x000200f8u, 0x00001fccu, 0x000200f9u, 0x00001fc9u, - 0x000200f8u, 0x00001fcbu, 0x000200f9u, 0x00001fb2u, 0x000200f8u, 0x00001fb2u, 0x000200f9u, 0x00001fafu, - 0x000200f8u, 0x00001fb1u, 0x0003003eu, 0x0000200eu, 0x00001fa1u, 0x000300f7u, 0x00006ba3u, 0x00000000u, - 0x000400fau, 0x0000204au, 0x00006b77u, 0x00006ba3u, 0x000200f8u, 0x00006b77u, 0x000500c2u, 0x00000006u, - 0x00006b79u, 0x00001fa4u, 0x0000078fu, 0x0004003du, 0x000000a2u, 0x00006b7au, 0x0000200eu, 0x00050050u, - 0x000000a2u, 0x00006b7bu, 0x000008f3u, 0x000008f3u, 0x000500c7u, 0x000000a2u, 0x00006b7cu, 0x00006b7au, - 0x00006b7bu, 0x0003003eu, 0x00006b67u, 0x00006b7cu, 0x00050050u, 0x0000005fu, 0x00006b7eu, 0x0000078fu, - 0x0000078fu, 0x000500c2u, 0x000000a2u, 0x00006b7fu, 0x00006b7au, 0x00006b7eu, 0x0003003eu, 0x0000200eu, - 0x00006b7fu, 0x00050041u, 0x00000007u, 0x00006b80u, 0x00006b67u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00006b81u, 0x00006b80u, 0x00050084u, 0x00000006u, 0x00006b82u, 0x00006b81u, 0x000008fcu, 0x00050041u, - 0x00000007u, 0x00006b83u, 0x00006b67u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00006b84u, 0x00006b83u, - 0x00050080u, 0x00000006u, 0x00006b85u, 0x00006b82u, 0x00006b84u, 0x00050041u, 0x00000007u, 0x00006b88u, - 0x0000200eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00006b89u, 0x00006b88u, 0x00050084u, 0x00000006u, - 0x00006b8au, 0x00006b79u, 0x00006b89u, 0x00050080u, 0x00000006u, 0x00006b8bu, 0x00001faau, 0x00006b8au, - 0x00050041u, 0x00000007u, 0x00006b8cu, 0x0000200eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00006b8du, - 0x00006b8cu, 0x00050080u, 0x00000006u, 0x00006b8eu, 0x00006b8bu, 0x00006b8du, 0x000300f7u, 0x00006c76u, - 0x00000000u, 0x000400fau, 0x00007131u, 0x00006badu, 0x00006c76u, 0x000200f8u, 0x00006badu, 0x000300f7u, - 0x00006c75u, 0x00000000u, 0x000d00fbu, 0x00000659u, 0x00006c75u, 0x00000000u, 0x00006baeu, 0x00000001u, - 0x00006bcbu, 0x00000002u, 0x00006becu, 0x00000003u, 0x00006c21u, 0x00000004u, 0x00006c44u, 0x000200f8u, - 0x00006c44u, 0x000500c7u, 0x00000006u, 0x00006c46u, 0x00006b8eu, 0x000006ccu, 0x00050084u, 0x00000006u, - 0x00006c48u, 0x00006b85u, 0x00000822u, 0x00050080u, 0x00000006u, 0x00006c4au, 0x00006c46u, 0x00006c48u, - 0x0004003du, 0x00000009u, 0x00006c4bu, 0x00000673u, 0x0004007cu, 0x00000239u, 0x00006c4cu, 0x00006c4bu, - 0x0003003eu, 0x00006ba9u, 0x00006c4cu, 0x00050041u, 0x00000007u, 0x00006c4du, 0x00006ba9u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00006c4eu, 0x00006c4du, 0x000500c4u, 0x00000006u, 0x00006c4fu, 0x00006c4eu, - 0x000006deu, 0x00050041u, 0x00000007u, 0x00006c50u, 0x00006ba9u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00006c51u, 0x00006c50u, 0x000500c4u, 0x00000006u, 0x00006c52u, 0x00006c51u, 0x00000379u, 0x000500c5u, - 0x00000006u, 0x00006c53u, 0x00006c4fu, 0x00006c52u, 0x00050041u, 0x00000007u, 0x00006c54u, 0x00006ba9u, - 0x000003c6u, 0x0004003du, 0x00000006u, 0x00006c55u, 0x00006c54u, 0x000500c4u, 0x00000006u, 0x00006c56u, - 0x00006c55u, 0x0000035du, 0x000500c5u, 0x00000006u, 0x00006c57u, 0x00006c53u, 0x00006c56u, 0x00050041u, - 0x00000007u, 0x00006c58u, 0x00006ba9u, 0x0000048du, 0x0004003du, 0x00000006u, 0x00006c59u, 0x00006c58u, - 0x000500c4u, 0x00000006u, 0x00006c5au, 0x00006c59u, 0x00000376u, 0x000500c5u, 0x00000006u, 0x00006c5bu, - 0x00006c57u, 0x00006c5au, 0x00060041u, 0x0000026du, 0x00006c5eu, 0x000006d8u, 0x00000205u, 0x00006c4au, - 0x0003003eu, 0x00006c5eu, 0x00006c5bu, 0x00050084u, 0x00000006u, 0x00006c60u, 0x000003c6u, 0x00006c4au, - 0x00050041u, 0x0000003eu, 0x00006c61u, 0x00000673u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006c62u, - 0x00006c61u, 0x000500c7u, 0x00000008u, 0x00006c63u, 0x00006c62u, 0x00000214u, 0x00050084u, 0x00000008u, - 0x00006c64u, 0x00006c63u, 0x0000021au, 0x00040071u, 0x0000022bu, 0x00006c65u, 0x00006c64u, 0x00060041u, - 0x00000279u, 0x00006c66u, 0x0000067au, 0x00000205u, 0x00006c60u, 0x0003003eu, 0x00006c66u, 0x00006c65u, - 0x00050080u, 0x00000006u, 0x00006c69u, 0x00006c60u, 0x00000487u, 0x00050041u, 0x0000003eu, 0x00006c6au, - 0x00000673u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006c6bu, 0x00006c6au, 0x000500c7u, 0x00000008u, - 0x00006c6cu, 0x00006c6bu, 0x00000214u, 0x00050084u, 0x00000008u, 0x00006c6du, 0x00006c6cu, 0x0000021au, - 0x00040071u, 0x0000022bu, 0x00006c6eu, 0x00006c6du, 0x00060041u, 0x00000279u, 0x00006c6fu, 0x0000067au, - 0x00000205u, 0x00006c69u, 0x0003003eu, 0x00006c6fu, 0x00006c6eu, 0x000300f7u, 0x00006c74u, 0x00000000u, - 0x000400fau, 0x00000791u, 0x00006c70u, 0x00006c74u, 0x000200f8u, 0x00006c70u, 0x000300e1u, 0x00000487u, - 0x00000794u, 0x00050080u, 0x00000006u, 0x00006c72u, 0x00006c4au, 0x00000850u, 0x00060041u, 0x0000026du, - 0x00006c73u, 0x000006d8u, 0x00000205u, 0x00006c72u, 0x0003003eu, 0x00006c73u, 0x00000852u, 0x000200f9u, - 0x00006c74u, 0x000200f8u, 0x00006c74u, 0x000200f9u, 0x00006c75u, 0x000200f8u, 0x00006c21u, 0x000500c7u, - 0x00000006u, 0x00006c23u, 0x00006b8eu, 0x00000683u, 0x00050084u, 0x00000006u, 0x00006c25u, 0x00006b85u, - 0x000007fbu, 0x00050080u, 0x00000006u, 0x00006c27u, 0x00006c23u, 0x00006c25u, 0x0004003du, 0x00000009u, - 0x00006c28u, 0x00000673u, 0x0007004fu, 0x0000005fu, 0x00006c29u, 0x00006c28u, 0x00006c28u, 0x00000000u, - 0x00000003u, 0x0004007cu, 0x000000a2u, 0x00006c2au, 0x00006c29u, 0x0003003eu, 0x00006ba7u, 0x00006c2au, - 0x00050041u, 0x00000007u, 0x00006c2bu, 0x00006ba7u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00006c2cu, - 0x00006c2bu, 0x000500c4u, 0x00000006u, 0x00006c2du, 0x00006c2cu, 0x0000035du, 0x00050041u, 0x00000007u, - 0x00006c2eu, 0x00006ba7u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00006c2fu, 0x00006c2eu, 0x000500c5u, - 0x00000006u, 0x00006c30u, 0x00006c2du, 0x00006c2fu, 0x000500c6u, 0x00000006u, 0x00006c32u, 0x00006c27u, - 0x00000487u, 0x00040071u, 0x0000022du, 0x00006c34u, 0x00006c30u, 0x00060041u, 0x00000272u, 0x00006c35u, - 0x0000068fu, 0x00000205u, 0x00006c32u, 0x0003003eu, 0x00006c35u, 0x00006c34u, 0x0004003du, 0x00000006u, - 0x00006c38u, 0x00006c2eu, 0x000500c7u, 0x00000006u, 0x00006c39u, 0x00006c38u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00006c3au, 0x00006c39u, 0x0000048du, 0x00040071u, 0x0000022bu, 0x00006c3bu, 0x00006c3au, - 0x00060041u, 0x00000279u, 0x00006c3cu, 0x0000067au, 0x00000205u, 0x00006c27u, 0x0003003eu, 0x00006c3cu, - 0x00006c3bu, 0x000300f7u, 0x00006c43u, 0x00000000u, 0x000400fau, 0x00000791u, 0x00006c3du, 0x00006c43u, - 0x000200f8u, 0x00006c3du, 0x000300e1u, 0x00000487u, 0x00000794u, 0x00050080u, 0x00000006u, 0x00006c40u, - 0x00006c32u, 0x0000081au, 0x00040071u, 0x0000022du, 0x00006c41u, 0x000007f4u, 0x00060041u, 0x00000272u, - 0x00006c42u, 0x0000068fu, 0x00000205u, 0x00006c40u, 0x0003003eu, 0x00006c42u, 0x00006c41u, 0x000200f9u, - 0x00006c43u, 0x000200f8u, 0x00006c43u, 0x000200f9u, 0x00006c75u, 0x000200f8u, 0x00006becu, 0x000500c7u, - 0x00000006u, 0x00006beeu, 0x00006b8eu, 0x00000683u, 0x00050084u, 0x00000006u, 0x00006bf0u, 0x00006b85u, - 0x000007bfu, 0x00050080u, 0x00000006u, 0x00006bf2u, 0x00006beeu, 0x00006bf0u, 0x0004003du, 0x00000009u, - 0x00006bf3u, 0x00000673u, 0x0004007cu, 0x00000239u, 0x00006bf4u, 0x00006bf3u, 0x0003003eu, 0x00006ba4u, - 0x00006bf4u, 0x0008004fu, 0x00000355u, 0x00006bf6u, 0x00006bf4u, 0x00006bf4u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000500c7u, 0x00000355u, 0x00006bf8u, 0x00006bf6u, 0x0000af9eu, 0x00050041u, 0x00000007u, - 0x00006bf9u, 0x00006ba4u, 0x00000376u, 0x00050051u, 0x00000006u, 0x00006bfau, 0x00006bf8u, 0x00000000u, - 0x0003003eu, 0x00006bf9u, 0x00006bfau, 0x00050041u, 0x00000007u, 0x00006bfbu, 0x00006ba4u, 0x00000487u, - 0x00050051u, 0x00000006u, 0x00006bfcu, 0x00006bf8u, 0x00000001u, 0x0003003eu, 0x00006bfbu, 0x00006bfcu, - 0x00050041u, 0x00000007u, 0x00006bfdu, 0x00006ba4u, 0x000003c6u, 0x00050051u, 0x00000006u, 0x00006bfeu, - 0x00006bf8u, 0x00000002u, 0x0003003eu, 0x00006bfdu, 0x00006bfeu, 0x00050041u, 0x00000007u, 0x00006bffu, - 0x00006ba4u, 0x0000048du, 0x0004003du, 0x00000006u, 0x00006c00u, 0x00006bffu, 0x000500c2u, 0x00000006u, - 0x00006c01u, 0x00006c00u, 0x00000736u, 0x0004003du, 0x00000006u, 0x00006c03u, 0x00006bf9u, 0x000500c4u, - 0x00000006u, 0x00006c04u, 0x00006c03u, 0x0000035du, 0x0004003du, 0x00000006u, 0x00006c06u, 0x00006bfbu, - 0x000500c4u, 0x00000006u, 0x00006c07u, 0x00006c06u, 0x0000048du, 0x000500c5u, 0x00000006u, 0x00006c08u, - 0x00006c04u, 0x00006c07u, 0x0004003du, 0x00000006u, 0x00006c0au, 0x00006bfdu, 0x000500c2u, 0x00000006u, - 0x00006c0bu, 0x00006c0au, 0x000003c6u, 0x000500c5u, 0x00000006u, 0x00006c0cu, 0x00006c08u, 0x00006c0bu, - 0x000500c2u, 0x00000006u, 0x00006c0eu, 0x00006c01u, 0x000003c6u, 0x000500c5u, 0x00000006u, 0x00006c0fu, - 0x00006c0cu, 0x00006c0eu, 0x000500c6u, 0x00000006u, 0x00006c11u, 0x00006bf2u, 0x00000487u, 0x00040071u, - 0x0000022du, 0x00006c13u, 0x00006c0fu, 0x00060041u, 0x00000272u, 0x00006c14u, 0x0000068fu, 0x00000205u, - 0x00006c11u, 0x0003003eu, 0x00006c14u, 0x00006c13u, 0x000500c7u, 0x00000006u, 0x00006c17u, 0x00006c01u, - 0x0000048du, 0x00040071u, 0x0000022bu, 0x00006c18u, 0x00006c17u, 0x00060041u, 0x00000279u, 0x00006c19u, - 0x0000067au, 0x00000205u, 0x00006bf2u, 0x0003003eu, 0x00006c19u, 0x00006c18u, 0x000300f7u, 0x00006c20u, - 0x00000000u, 0x000400fau, 0x00000791u, 0x00006c1au, 0x00006c20u, 0x000200f8u, 0x00006c1au, 0x000300e1u, - 0x00000487u, 0x00000794u, 0x00050080u, 0x00000006u, 0x00006c1du, 0x00006c11u, 0x000007f2u, 0x00040071u, - 0x0000022du, 0x00006c1eu, 0x000007f4u, 0x00060041u, 0x00000272u, 0x00006c1fu, 0x0000068fu, 0x00000205u, - 0x00006c1du, 0x0003003eu, 0x00006c1fu, 0x00006c1eu, 0x000200f9u, 0x00006c20u, 0x000200f8u, 0x00006c20u, - 0x000200f9u, 0x00006c75u, 0x000200f8u, 0x00006bcbu, 0x000500c7u, 0x00000006u, 0x00006bcdu, 0x00006b8eu, - 0x00000660u, 0x00050084u, 0x00000006u, 0x00006bcfu, 0x00006b85u, 0x0000065fu, 0x00050080u, 0x00000006u, - 0x00006bd1u, 0x00006bcdu, 0x00006bcfu, 0x000500c6u, 0x00000006u, 0x00006bd3u, 0x00006bd1u, 0x0000048du, - 0x00050041u, 0x0000003eu, 0x00006bd4u, 0x00000673u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006bd5u, - 0x00006bd4u, 0x00040071u, 0x0000022bu, 0x00006bd6u, 0x00006bd5u, 0x00060041u, 0x00000279u, 0x00006bd7u, - 0x0000066bu, 0x00000205u, 0x00006bd3u, 0x0003003eu, 0x00006bd7u, 0x00006bd6u, 0x000500c7u, 0x00000006u, - 0x00006bd9u, 0x00006bd1u, 0x00000487u, 0x000500abu, 0x0000005du, 0x00006bdau, 0x00006bd9u, 0x00000376u, - 0x000300f7u, 0x00006be4u, 0x00000000u, 0x000400fau, 0x00006bdau, 0x00006bdbu, 0x00006be4u, 0x000200f8u, - 0x00006bdbu, 0x000500c2u, 0x00000006u, 0x00006bddu, 0x00006bd1u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00006bdfu, 0x00006bd4u, 0x000500c7u, 0x00000008u, 0x00006be0u, 0x00006bdfu, 0x00000214u, 0x00050084u, - 0x00000008u, 0x00006be1u, 0x00006be0u, 0x0000021au, 0x00040071u, 0x0000022bu, 0x00006be2u, 0x00006be1u, - 0x00060041u, 0x00000279u, 0x00006be3u, 0x0000067au, 0x00000205u, 0x00006bddu, 0x0003003eu, 0x00006be3u, - 0x00006be2u, 0x000200f9u, 0x00006be4u, 0x000200f8u, 0x00006be4u, 0x000300f7u, 0x00006bebu, 0x00000000u, - 0x000400fau, 0x00000791u, 0x00006be5u, 0x00006bebu, 0x000200f8u, 0x00006be5u, 0x000300e1u, 0x00000487u, - 0x00000794u, 0x00050080u, 0x00000006u, 0x00006be8u, 0x00006bd3u, 0x0000065fu, 0x00040071u, 0x0000022bu, - 0x00006be9u, 0x000006c4u, 0x00060041u, 0x00000279u, 0x00006beau, 0x0000066bu, 0x00000205u, 0x00006be8u, - 0x0003003eu, 0x00006beau, 0x00006be9u, 0x000200f9u, 0x00006bebu, 0x000200f8u, 0x00006bebu, 0x000200f9u, - 0x00006c75u, 0x000200f8u, 0x00006baeu, 0x000500c7u, 0x00000006u, 0x00006bb0u, 0x00006b8eu, 0x00000660u, - 0x00050084u, 0x00000006u, 0x00006bb2u, 0x00006b85u, 0x0000065fu, 0x00050080u, 0x00000006u, 0x00006bb4u, - 0x00006bb0u, 0x00006bb2u, 0x000500c6u, 0x00000006u, 0x00006bb6u, 0x00006bb4u, 0x0000048du, 0x00040071u, - 0x0000022bu, 0x00006bb7u, 0x00000376u, 0x00060041u, 0x00000279u, 0x00006bb8u, 0x0000066bu, 0x00000205u, - 0x00006bb6u, 0x0003003eu, 0x00006bb8u, 0x00006bb7u, 0x000500c7u, 0x00000006u, 0x00006bbau, 0x00006bb4u, - 0x00000487u, 0x000500abu, 0x0000005du, 0x00006bbbu, 0x00006bbau, 0x00000376u, 0x000300f7u, 0x00006bc3u, - 0x00000000u, 0x000400fau, 0x00006bbbu, 0x00006bbcu, 0x00006bc3u, 0x000200f8u, 0x00006bbcu, 0x000500c2u, - 0x00000006u, 0x00006bbeu, 0x00006bb4u, 0x00000487u, 0x00050041u, 0x0000003eu, 0x00006bbfu, 0x00000673u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00006bc0u, 0x00006bbfu, 0x00040071u, 0x0000022bu, 0x00006bc1u, - 0x00006bc0u, 0x00060041u, 0x00000279u, 0x00006bc2u, 0x0000067au, 0x00000205u, 0x00006bbeu, 0x0003003eu, - 0x00006bc2u, 0x00006bc1u, 0x000200f9u, 0x00006bc3u, 0x000200f8u, 0x00006bc3u, 0x000300f7u, 0x00006bcau, - 0x00000000u, 0x000400fau, 0x00000791u, 0x00006bc4u, 0x00006bcau, 0x000200f8u, 0x00006bc4u, 0x000300e1u, - 0x00000487u, 0x00000794u, 0x00050080u, 0x00000006u, 0x00006bc7u, 0x00006bb6u, 0x0000065fu, 0x00040071u, - 0x0000022bu, 0x00006bc8u, 0x000006c4u, 0x00060041u, 0x00000279u, 0x00006bc9u, 0x0000066bu, 0x00000205u, - 0x00006bc7u, 0x0003003eu, 0x00006bc9u, 0x00006bc8u, 0x000200f9u, 0x00006bcau, 0x000200f8u, 0x00006bcau, - 0x000200f9u, 0x00006c75u, 0x000200f8u, 0x00006c75u, 0x000200f9u, 0x00006c76u, 0x000200f8u, 0x00006c76u, - 0x0004003du, 0x00000006u, 0x00006b95u, 0x00006b88u, 0x00050084u, 0x00000006u, 0x00006b96u, 0x00006b79u, - 0x00006b95u, 0x00050080u, 0x00000006u, 0x00006b97u, 0x00001fadu, 0x00006b96u, 0x0004003du, 0x00000006u, - 0x00006b99u, 0x00006b8cu, 0x00050080u, 0x00000006u, 0x00006b9au, 0x00006b97u, 0x00006b99u, 0x000300f7u, - 0x00006c97u, 0x00000000u, 0x000400fau, 0x00000857u, 0x00006c78u, 0x00006c97u, 0x000200f8u, 0x00006c78u, - 0x000300f7u, 0x00006c96u, 0x00000000u, 0x000400fau, 0x00007138u, 0x00006c7au, 0x00006c96u, 0x000200f8u, - 0x00006c7au, 0x000500c7u, 0x00000006u, 0x00006c7cu, 0x00006b9au, 0x00000683u, 0x00050084u, 0x00000006u, - 0x00006c7eu, 0x00006b85u, 0x00000861u, 0x00050080u, 0x00000006u, 0x00006c80u, 0x00006c7cu, 0x00006c7eu, - 0x000500c6u, 0x00000006u, 0x00006c82u, 0x00006c80u, 0x00000487u, 0x000500c4u, 0x00000008u, 0x00006c84u, - 0x00007145u, 0x00000217u, 0x000500c3u, 0x00000008u, 0x00006c86u, 0x00007151u, 0x00000217u, 0x000500c5u, - 0x00000008u, 0x00006c87u, 0x00006c84u, 0x00006c86u, 0x00040071u, 0x0000022du, 0x00006c88u, 0x00006c87u, - 0x00060041u, 0x00000272u, 0x00006c89u, 0x0000068fu, 0x00000205u, 0x00006c82u, 0x0003003eu, 0x00006c89u, - 0x00006c88u, 0x000500c7u, 0x00000008u, 0x00006c8cu, 0x00007151u, 0x0000021au, 0x00040071u, 0x0000022bu, - 0x00006c8du, 0x00006c8cu, 0x00060041u, 0x00000279u, 0x00006c8eu, 0x0000067au, 0x00000205u, 0x00006c80u, - 0x0003003eu, 0x00006c8eu, 0x00006c8du, 0x000300f7u, 0x00006c95u, 0x00000000u, 0x000400fau, 0x00000791u, - 0x00006c8fu, 0x00006c95u, 0x000200f8u, 0x00006c8fu, 0x000300e1u, 0x00000487u, 0x00000794u, 0x00050080u, - 0x00000006u, 0x00006c92u, 0x00006c82u, 0x00000877u, 0x00040071u, 0x0000022du, 0x00006c93u, 0x000007f4u, - 0x00060041u, 0x00000272u, 0x00006c94u, 0x0000068fu, 0x00000205u, 0x00006c92u, 0x0003003eu, 0x00006c94u, - 0x00006c93u, 0x000200f9u, 0x00006c95u, 0x000200f8u, 0x00006c95u, 0x000200f9u, 0x00006c96u, 0x000200f8u, - 0x00006c96u, 0x000200f9u, 0x00006c97u, 0x000200f8u, 0x00006c97u, 0x000300f7u, 0x00006ba2u, 0x00000000u, - 0x000400fau, 0x0000091fu, 0x00006b9eu, 0x00006ba2u, 0x000200f8u, 0x00006b9eu, 0x0004003du, 0x000000a2u, - 0x00006b9fu, 0x0000200eu, 0x0003003eu, 0x00006b6eu, 0x00006b9fu, 0x00050041u, 0x00000007u, 0x00006c9cu, - 0x00006b6eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00006c9du, 0x00006c9cu, 0x000500c2u, 0x00000006u, - 0x00006c9eu, 0x00006c9du, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00006ca0u, 0x00006b79u, 0x0000048du, - 0x000500c2u, 0x00000006u, 0x00006ca1u, 0x00006ca0u, 0x000003c6u, 0x00050084u, 0x00000006u, 0x00006ca2u, - 0x00006c9eu, 0x00006ca1u, 0x00050041u, 0x00000007u, 0x00006ca3u, 0x00006b6eu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00006ca4u, 0x00006ca3u, 0x000500c2u, 0x00000006u, 0x00006ca5u, 0x00006ca4u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00006ca6u, 0x00006ca2u, 0x00006ca5u, 0x000500c7u, 0x000000a2u, 0x00006ca9u, - 0x00006b9fu, 0x0000af9fu, 0x0003003eu, 0x00006c99u, 0x00006ca9u, 0x000600a9u, 0x00000006u, 0x00006cabu, - 0x00007131u, 0x00000487u, 0x00000376u, 0x000600a9u, 0x00000006u, 0x00006cadu, 0x00007138u, 0x00000487u, - 0x00000376u, 0x00050084u, 0x00000006u, 0x00006caeu, 0x000003c6u, 0x00006cadu, 0x00050080u, 0x00000006u, - 0x00006cafu, 0x00006cabu, 0x00006caeu, 0x00050041u, 0x00000007u, 0x00006cb0u, 0x00006c99u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00006cb1u, 0x00006cb0u, 0x00050041u, 0x00000007u, 0x00006cb2u, 0x00006c99u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00006cb3u, 0x00006cb2u, 0x00050084u, 0x00000006u, 0x00006cb4u, - 0x00006cb3u, 0x00000703u, 0x00050080u, 0x00000006u, 0x00006cb5u, 0x00006cb1u, 0x00006cb4u, 0x00050084u, - 0x00000006u, 0x00006cb6u, 0x000003c6u, 0x00006cb5u, 0x000500c4u, 0x00000006u, 0x00006cb8u, 0x00006cafu, - 0x00006cb6u, 0x000500abu, 0x0000005du, 0x00006cbau, 0x00006cb8u, 0x00000376u, 0x000300f7u, 0x00006cc1u, - 0x00000000u, 0x000400fau, 0x00006cbau, 0x00006cbbu, 0x00006cc1u, 0x000200f8u, 0x00006cbbu, 0x00050080u, - 0x00000006u, 0x00006cbdu, 0x000008dfu, 0x00006ca6u, 0x00060041u, 0x0000026du, 0x00006cbeu, 0x000006d8u, - 0x00000205u, 0x00006cbdu, 0x000700f1u, 0x00000006u, 0x00006cc0u, 0x00006cbeu, 0x00000487u, 0x00000376u, - 0x00006cb8u, 0x000200f9u, 0x00006cc1u, 0x000200f8u, 0x00006cc1u, 0x000200f9u, 0x00006ba2u, 0x000200f8u, - 0x00006ba2u, 0x000200f9u, 0x00006ba3u, 0x000200f8u, 0x00006ba3u, 0x000200f9u, 0x00002030u, 0x000200f8u, - 0x00002030u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x0000b18bu, 0x00000000u, - 0x00020011u, 0x00000001u, 0x00020011u, 0x0000002eu, 0x00020011u, 0x0000003du, 0x00020011u, 0x0000003fu, - 0x00020011u, 0x00000040u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, - 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, - 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000005u, - 0x00000004u, 0x6e69616du, 0x00000000u, 0x00001f78u, 0x00001f82u, 0x00060010u, 0x00000004u, 0x00000011u, - 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, 0x00000206u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000206u, 0x00000001u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000206u, 0x00000002u, - 0x00000023u, 0x00000020u, 0x00050048u, 0x00000206u, 0x00000003u, 0x00000023u, 0x00000030u, 0x00050048u, - 0x00000206u, 0x00000004u, 0x00000023u, 0x00000040u, 0x00050048u, 0x00000206u, 0x00000005u, 0x00000023u, - 0x00000050u, 0x00050048u, 0x00000206u, 0x00000006u, 0x00000023u, 0x00000060u, 0x00050048u, 0x00000206u, - 0x00000007u, 0x00000023u, 0x00000070u, 0x00040047u, 0x00000207u, 0x00000006u, 0x00000080u, 0x00040048u, - 0x00000208u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000208u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000208u, 0x00000002u, 0x00040047u, 0x0000020au, 0x00000022u, 0x00000001u, 0x00040047u, - 0x0000020au, 0x00000021u, 0x00000001u, 0x00050048u, 0x00000230u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000230u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000230u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x00000230u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x00000230u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000230u, 0x00000005u, 0x00000023u, - 0x00000014u, 0x00050048u, 0x00000230u, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x00000230u, - 0x00000007u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x00000230u, 0x00000008u, 0x00000023u, 0x00000020u, - 0x00050048u, 0x00000230u, 0x00000009u, 0x00000023u, 0x00000024u, 0x00050048u, 0x00000230u, 0x0000000au, - 0x00000023u, 0x00000028u, 0x00050048u, 0x00000230u, 0x0000000bu, 0x00000023u, 0x0000002cu, 0x00050048u, - 0x00000230u, 0x0000000cu, 0x00000023u, 0x0000002eu, 0x00050048u, 0x00000230u, 0x0000000du, 0x00000023u, - 0x0000002fu, 0x00050048u, 0x00000230u, 0x0000000eu, 0x00000023u, 0x00000030u, 0x00040047u, 0x00000231u, - 0x00000006u, 0x00000038u, 0x00040048u, 0x00000232u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000232u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000232u, 0x00000002u, 0x00040047u, 0x00000234u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00000234u, 0x00000021u, 0x00000002u, 0x00050048u, 0x0000028du, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000028du, 0x00000001u, 0x00000023u, 0x00000004u, - 0x00050048u, 0x0000028du, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x0000028du, 0x00000003u, - 0x00000023u, 0x0000000cu, 0x00050048u, 0x0000028du, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, - 0x0000028du, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x0000028du, 0x00000006u, 0x00000023u, - 0x00000018u, 0x00050048u, 0x0000028du, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00040047u, 0x0000028eu, - 0x00000006u, 0x00000020u, 0x00040048u, 0x0000028fu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000028fu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000028fu, 0x00000002u, 0x00040047u, 0x00000291u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00000291u, 0x00000021u, 0x00000004u, 0x00050048u, 0x000002b0u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000002b0u, 0x00000001u, 0x00000023u, 0x00000004u, - 0x00050048u, 0x000002b0u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000002b0u, 0x00000003u, - 0x00000023u, 0x0000000cu, 0x00050048u, 0x000002b0u, 0x00000004u, 0x00000023u, 0x0000000du, 0x00050048u, - 0x000002b0u, 0x00000005u, 0x00000023u, 0x0000000eu, 0x00050048u, 0x000002b0u, 0x00000006u, 0x00000023u, - 0x0000000fu, 0x00040047u, 0x000002b1u, 0x00000006u, 0x00000010u, 0x00040048u, 0x000002b2u, 0x00000000u, - 0x00000018u, 0x00050048u, 0x000002b2u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002b2u, - 0x00000002u, 0x00040047u, 0x000002b4u, 0x00000022u, 0x00000001u, 0x00040047u, 0x000002b4u, 0x00000021u, - 0x00000005u, 0x00050048u, 0x000002cfu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000002cfu, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000002cfu, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00050048u, 0x000002cfu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000002cfu, 0x00000004u, - 0x00000023u, 0x00000010u, 0x00050048u, 0x000002cfu, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, - 0x000002cfu, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x000002cfu, 0x00000007u, 0x00000023u, - 0x00000019u, 0x00050048u, 0x000002cfu, 0x00000008u, 0x00000023u, 0x0000001au, 0x00050048u, 0x000002cfu, - 0x00000009u, 0x00000023u, 0x0000001bu, 0x00050048u, 0x000002cfu, 0x0000000au, 0x00000023u, 0x0000001cu, - 0x00050048u, 0x000002cfu, 0x0000000bu, 0x00000023u, 0x0000001du, 0x00050048u, 0x000002cfu, 0x0000000cu, - 0x00000023u, 0x0000001eu, 0x00050048u, 0x000002cfu, 0x0000000du, 0x00000023u, 0x0000001fu, 0x00040047u, - 0x000002d0u, 0x00000006u, 0x00000020u, 0x00040048u, 0x000002d1u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x000002d1u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002d1u, 0x00000002u, 0x00040047u, - 0x000002d3u, 0x00000022u, 0x00000001u, 0x00040047u, 0x000002d3u, 0x00000021u, 0x00000007u, 0x00050048u, - 0x00000312u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000312u, 0x00000001u, 0x00000023u, - 0x00000010u, 0x00050048u, 0x00000312u, 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x00000312u, - 0x00000003u, 0x00000023u, 0x00000028u, 0x00050048u, 0x00000312u, 0x00000004u, 0x00000023u, 0x00000030u, - 0x00050048u, 0x00000312u, 0x00000005u, 0x00000023u, 0x00000034u, 0x00050048u, 0x00000312u, 0x00000006u, - 0x00000023u, 0x00000038u, 0x00050048u, 0x00000312u, 0x00000007u, 0x00000023u, 0x0000003cu, 0x00050048u, - 0x00000312u, 0x00000008u, 0x00000023u, 0x0000003eu, 0x00040047u, 0x00000313u, 0x00000006u, 0x00000040u, - 0x00040048u, 0x00000314u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000314u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000314u, 0x00000002u, 0x00040047u, 0x00000316u, 0x00000022u, 0x00000001u, - 0x00040047u, 0x00000316u, 0x00000021u, 0x00000008u, 0x00050048u, 0x0000033fu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x0000033fu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x0000033fu, - 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x0000033fu, 0x00000003u, 0x00000023u, 0x0000000cu, - 0x00040047u, 0x00000340u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000341u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000341u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000341u, 0x00000002u, - 0x00040047u, 0x00000343u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000343u, 0x00000021u, 0x00000009u, - 0x00040047u, 0x00000506u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000506u, 0x00000021u, 0x0000000au, - 0x00040047u, 0x00000659u, 0x00000001u, 0x00000001u, 0x00040047u, 0x0000065fu, 0x00000001u, 0x00000000u, - 0x00040047u, 0x00000668u, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000669u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000669u, 0x00000002u, 0x00040047u, 0x0000066bu, 0x00000022u, 0x00000000u, - 0x00040047u, 0x0000066bu, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000677u, 0x00000006u, 0x00000001u, - 0x00050048u, 0x00000678u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000678u, 0x00000002u, - 0x00040047u, 0x0000067au, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000067au, 0x00000021u, 0x00000001u, - 0x00040047u, 0x0000068cu, 0x00000006u, 0x00000002u, 0x00050048u, 0x0000068du, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x0000068du, 0x00000002u, 0x00040047u, 0x0000068fu, 0x00000022u, 0x00000000u, - 0x00040047u, 0x0000068fu, 0x00000021u, 0x00000000u, 0x00040047u, 0x000006d5u, 0x00000006u, 0x00000004u, - 0x00050048u, 0x000006d6u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000006d6u, 0x00000002u, - 0x00040047u, 0x000006d8u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000006d8u, 0x00000021u, 0x00000000u, - 0x00040047u, 0x0000078cu, 0x00000001u, 0x00000007u, 0x00040047u, 0x00000856u, 0x00000001u, 0x00000002u, - 0x00040047u, 0x00000a1eu, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000a1fu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x00000a1fu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000a1fu, - 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, 0x00000a20u, 0x00000006u, 0x00000010u, 0x00040048u, - 0x00000a21u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000a21u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000a21u, 0x00000002u, 0x00040047u, 0x00000a23u, 0x00000022u, 0x00000001u, 0x00040047u, - 0x00000a23u, 0x00000021u, 0x00000006u, 0x00050048u, 0x00000cd9u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000cd9u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000cd9u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x00000cd9u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x00000cdau, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000cdau, 0x00000002u, 0x00040047u, - 0x00000cdcu, 0x00000022u, 0x00000002u, 0x00040047u, 0x00000cdcu, 0x00000021u, 0x00000000u, 0x00040047u, - 0x00000e7bu, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000e7cu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00040047u, 0x00000e7du, 0x00000006u, 0x00001000u, 0x00040048u, 0x00000e7eu, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000e7eu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000e7eu, 0x00000002u, - 0x00040047u, 0x00000e80u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000e80u, 0x00000021u, 0x00000002u, - 0x00040047u, 0x00000f42u, 0x00000006u, 0x00000002u, 0x00050048u, 0x00000f43u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00040047u, 0x00000f44u, 0x00000006u, 0x00001000u, 0x00040048u, 0x00000f45u, 0x00000000u, - 0x00000018u, 0x00050048u, 0x00000f45u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000f45u, - 0x00000002u, 0x00040047u, 0x00000f47u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000f47u, 0x00000021u, - 0x00000002u, 0x00050048u, 0x00001c3bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00001c3bu, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00001c3bu, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00050048u, 0x00001c3bu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00001c3bu, 0x00000004u, - 0x00000023u, 0x0000000eu, 0x00050048u, 0x00001c3bu, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, - 0x00001c3bu, 0x00000006u, 0x00000023u, 0x00000014u, 0x00050048u, 0x00001c3bu, 0x00000007u, 0x00000023u, - 0x00000018u, 0x00050048u, 0x00001c3bu, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x00001c3bu, - 0x00000009u, 0x00000023u, 0x0000001eu, 0x00050048u, 0x00001c3bu, 0x0000000au, 0x00000023u, 0x0000001fu, - 0x00040047u, 0x00001c3cu, 0x00000006u, 0x00000020u, 0x00040048u, 0x00001c3du, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00001c3du, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001c3du, 0x00000002u, - 0x00040047u, 0x00001c3fu, 0x00000022u, 0x00000001u, 0x00040047u, 0x00001c3fu, 0x00000021u, 0x00000000u, - 0x00040047u, 0x00001f78u, 0x0000000bu, 0x0000001cu, 0x00040047u, 0x00001f82u, 0x0000000bu, 0x0000001au, - 0x00040047u, 0x00001f8bu, 0x00000001u, 0x00000006u, 0x00040047u, 0x00001f8cu, 0x00000001u, 0x00000003u, - 0x00040047u, 0x00001f8du, 0x00000001u, 0x00000004u, 0x00040047u, 0x00001f8eu, 0x0000000bu, 0x00000019u, - 0x00040047u, 0x00001f96u, 0x00000001u, 0x00000005u, 0x00040047u, 0x00001f9au, 0x00000006u, 0x00000004u, - 0x00040048u, 0x00001f9bu, 0x00000000u, 0x00000018u, 0x00050048u, 0x00001f9bu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00001f9bu, 0x00000002u, 0x00040047u, 0x00001f9du, 0x00000022u, 0x00000001u, - 0x00040047u, 0x00001f9du, 0x00000021u, 0x0000000cu, 0x00050048u, 0x00001fa1u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x00001fa1u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00001fa1u, - 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00001fa1u, 0x00000003u, 0x00000023u, 0x0000000cu, - 0x00050048u, 0x00001fa1u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00030047u, 0x00001fa1u, 0x00000002u, - 0x00040047u, 0x00001fceu, 0x00000006u, 0x00000004u, 0x00040048u, 0x00001fcfu, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00001fcfu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001fcfu, 0x00000002u, - 0x00040047u, 0x00001fd1u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00001fd1u, 0x00000021u, 0x0000000bu, - 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, - 0x00000000u, 0x00040020u, 0x00000007u, 0x00000007u, 0x00000006u, 0x00040015u, 0x00000008u, 0x00000020u, - 0x00000001u, 0x00040017u, 0x00000009u, 0x00000008u, 0x00000004u, 0x00040017u, 0x0000003cu, 0x00000008u, - 0x00000003u, 0x00040020u, 0x0000003du, 0x00000007u, 0x0000003cu, 0x00040020u, 0x0000003eu, 0x00000007u, - 0x00000008u, 0x00040020u, 0x0000005cu, 0x00000007u, 0x00000009u, 0x00020014u, 0x0000005du, 0x00040017u, - 0x0000005fu, 0x00000008u, 0x00000002u, 0x00040020u, 0x00000060u, 0x00000007u, 0x0000005fu, 0x00040017u, - 0x000000a2u, 0x00000006u, 0x00000002u, 0x00040020u, 0x000000a3u, 0x00000007u, 0x000000a2u, 0x0004002bu, - 0x00000008u, 0x00000205u, 0x00000000u, 0x000a001eu, 0x00000206u, 0x00000009u, 0x00000009u, 0x00000009u, - 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x0003001du, 0x00000207u, 0x00000206u, - 0x0003001eu, 0x00000208u, 0x00000207u, 0x00040020u, 0x00000209u, 0x0000000cu, 0x00000208u, 0x0004003bu, - 0x00000209u, 0x0000020au, 0x0000000cu, 0x00040020u, 0x0000020cu, 0x0000000cu, 0x00000206u, 0x0004002bu, - 0x00000008u, 0x00000214u, 0x00000001u, 0x0004002bu, 0x00000008u, 0x00000217u, 0x00000002u, 0x0004002bu, - 0x00000008u, 0x0000021au, 0x00000003u, 0x0004002bu, 0x00000008u, 0x0000021du, 0x00000004u, 0x0004002bu, - 0x00000008u, 0x00000220u, 0x00000005u, 0x0004002bu, 0x00000008u, 0x00000223u, 0x00000006u, 0x0004002bu, - 0x00000008u, 0x00000226u, 0x00000007u, 0x00040015u, 0x0000022bu, 0x00000008u, 0x00000000u, 0x00040017u, - 0x0000022cu, 0x0000022bu, 0x00000004u, 0x00040015u, 0x0000022du, 0x00000010u, 0x00000000u, 0x00040015u, - 0x0000022eu, 0x00000010u, 0x00000001u, 0x00040017u, 0x0000022fu, 0x0000022eu, 0x00000004u, 0x0011001eu, - 0x00000230u, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, - 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x00000006u, 0x0000022du, 0x0000022bu, 0x0000022bu, 0x0000022fu, - 0x0003001du, 0x00000231u, 0x00000230u, 0x0003001eu, 0x00000232u, 0x00000231u, 0x00040020u, 0x00000233u, - 0x0000000cu, 0x00000232u, 0x0004003bu, 0x00000233u, 0x00000234u, 0x0000000cu, 0x00040020u, 0x00000236u, - 0x0000000cu, 0x0000022cu, 0x00040017u, 0x00000239u, 0x00000006u, 0x00000004u, 0x0004002bu, 0x00000008u, - 0x00000260u, 0x00000008u, 0x0004002bu, 0x00000008u, 0x00000266u, 0x00000009u, 0x0004002bu, 0x00000008u, - 0x0000026cu, 0x0000000au, 0x00040020u, 0x0000026du, 0x0000000cu, 0x00000006u, 0x0004002bu, 0x00000008u, - 0x00000271u, 0x0000000bu, 0x00040020u, 0x00000272u, 0x0000000cu, 0x0000022du, 0x0004002bu, 0x00000008u, - 0x00000278u, 0x0000000cu, 0x00040020u, 0x00000279u, 0x0000000cu, 0x0000022bu, 0x0004002bu, 0x00000008u, - 0x0000027fu, 0x0000000du, 0x0004002bu, 0x00000008u, 0x00000285u, 0x0000000eu, 0x00040020u, 0x00000286u, - 0x0000000cu, 0x0000022fu, 0x000a001eu, 0x0000028du, 0x0000022cu, 0x0000022cu, 0x0000022cu, 0x0000022cu, - 0x00000006u, 0x00000008u, 0x00000008u, 0x00000008u, 0x0003001du, 0x0000028eu, 0x0000028du, 0x0003001eu, - 0x0000028fu, 0x0000028eu, 0x00040020u, 0x00000290u, 0x0000000cu, 0x0000028fu, 0x0004003bu, 0x00000290u, - 0x00000291u, 0x0000000cu, 0x00040020u, 0x000002aau, 0x0000000cu, 0x00000008u, 0x0009001eu, 0x000002b0u, - 0x0000022cu, 0x0000022cu, 0x00000006u, 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0003001du, - 0x000002b1u, 0x000002b0u, 0x0003001eu, 0x000002b2u, 0x000002b1u, 0x00040020u, 0x000002b3u, 0x0000000cu, - 0x000002b2u, 0x0004003bu, 0x000002b3u, 0x000002b4u, 0x0000000cu, 0x0010001eu, 0x000002cfu, 0x00000006u, - 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000022bu, 0x0000022bu, 0x0000022bu, - 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0000022bu, 0x0003001du, 0x000002d0u, 0x000002cfu, - 0x0003001eu, 0x000002d1u, 0x000002d0u, 0x00040020u, 0x000002d2u, 0x0000000cu, 0x000002d1u, 0x0004003bu, - 0x000002d2u, 0x000002d3u, 0x0000000cu, 0x00040017u, 0x00000311u, 0x0000022du, 0x00000004u, 0x000b001eu, - 0x00000312u, 0x00000009u, 0x00000009u, 0x00000311u, 0x00000311u, 0x00000008u, 0x00000008u, 0x00000008u, - 0x0000022eu, 0x0000022du, 0x0003001du, 0x00000313u, 0x00000312u, 0x0003001eu, 0x00000314u, 0x00000313u, - 0x00040020u, 0x00000315u, 0x0000000cu, 0x00000314u, 0x0004003bu, 0x00000315u, 0x00000316u, 0x0000000cu, - 0x00040020u, 0x00000318u, 0x0000000cu, 0x00000009u, 0x00040020u, 0x0000031fu, 0x0000000cu, 0x00000311u, - 0x00040020u, 0x00000333u, 0x0000000cu, 0x0000022eu, 0x0006001eu, 0x0000033fu, 0x00000008u, 0x00000008u, - 0x00000008u, 0x00000008u, 0x0003001du, 0x00000340u, 0x0000033fu, 0x0003001eu, 0x00000341u, 0x00000340u, - 0x00040020u, 0x00000342u, 0x0000000cu, 0x00000341u, 0x0004003bu, 0x00000342u, 0x00000343u, 0x0000000cu, - 0x00040020u, 0x00000345u, 0x0000000cu, 0x0000033fu, 0x00040017u, 0x00000355u, 0x00000006u, 0x00000003u, - 0x00040020u, 0x00000356u, 0x00000007u, 0x00000355u, 0x0004002bu, 0x00000006u, 0x0000035du, 0x00000008u, - 0x0004002bu, 0x00000006u, 0x00000363u, 0x41c64e6du, 0x0004002bu, 0x00000006u, 0x00000376u, 0x00000000u, - 0x0004002bu, 0x00000006u, 0x00000379u, 0x00000010u, 0x0004002bu, 0x00000008u, 0x0000037fu, 0x00000020u, - 0x0004002bu, 0x00000008u, 0x00000388u, 0x000001ffu, 0x0004002bu, 0x00000008u, 0x0000038du, 0x000000ffu, - 0x0006002cu, 0x0000003cu, 0x00000394u, 0x00000205u, 0x0000021au, 0x00000223u, 0x0004002bu, 0x00000008u, - 0x0000039au, 0x000000f8u, 0x0006002cu, 0x0000003cu, 0x0000039fu, 0x0000038du, 0x0000038du, 0x0000038du, - 0x0004002bu, 0x00000008u, 0x000003a1u, 0x000000f7u, 0x0006002cu, 0x0000003cu, 0x000003a2u, 0x000003a1u, - 0x000003a1u, 0x000003a1u, 0x00040017u, 0x000003a3u, 0x0000005du, 0x00000003u, 0x0004002bu, 0x00000008u, - 0x000003acu, 0x0000001fu, 0x0004001cu, 0x000003c5u, 0x00000008u, 0x00000379u, 0x0004002bu, 0x00000006u, - 0x000003c6u, 0x00000002u, 0x0004001cu, 0x000003c7u, 0x000003c5u, 0x000003c6u, 0x0013002cu, 0x000003c5u, - 0x000003c8u, 0x00000205u, 0x00000223u, 0x00000214u, 0x00000226u, 0x0000021du, 0x00000217u, 0x00000220u, - 0x0000021au, 0x0000021au, 0x00000220u, 0x00000217u, 0x0000021du, 0x00000226u, 0x00000214u, 0x00000223u, - 0x00000205u, 0x0013002cu, 0x000003c5u, 0x000003c9u, 0x00000205u, 0x0000021du, 0x00000214u, 0x00000220u, - 0x0000021du, 0x00000205u, 0x00000220u, 0x00000214u, 0x0000021au, 0x00000226u, 0x00000217u, 0x00000223u, - 0x00000226u, 0x0000021au, 0x00000223u, 0x00000217u, 0x0005002cu, 0x000003c7u, 0x000003cau, 0x000003c8u, - 0x000003c9u, 0x00040020u, 0x000003d2u, 0x00000007u, 0x000003c7u, 0x0004002bu, 0x00000008u, 0x000003d6u, - 0x00000049u, 0x0004002bu, 0x00000008u, 0x0000040cu, 0x000007ffu, 0x0004002bu, 0x00000008u, 0x00000413u, - 0x00040000u, 0x0004002bu, 0x00000008u, 0x0000041fu, 0x0003ffffu, 0x0004002bu, 0x00000008u, 0x00000424u, - 0x00000011u, 0x0004002bu, 0x00000006u, 0x00000487u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x0000048du, - 0x00000003u, 0x0004002bu, 0x00000008u, 0x000004cfu, 0x0000003cu, 0x00090019u, 0x00000504u, 0x00000006u, - 0x00000005u, 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, 0x00000505u, - 0x00000000u, 0x00000504u, 0x0004003bu, 0x00000505u, 0x00000506u, 0x00000000u, 0x0004002bu, 0x00000008u, - 0x00000542u, 0x0000000fu, 0x0003002au, 0x0000005du, 0x00000545u, 0x0004002bu, 0x00000008u, 0x00000555u, - 0x00008000u, 0x0004002bu, 0x00000008u, 0x0000055bu, 0x00000010u, 0x00030029u, 0x0000005du, 0x00000560u, - 0x0004002bu, 0x00000008u, 0x00000561u, 0x0000ffffu, 0x0007002cu, 0x00000009u, 0x000005f6u, 0x00000205u, - 0x0000021du, 0x00000217u, 0x00000223u, 0x00040017u, 0x000005fbu, 0x0000005du, 0x00000004u, 0x0007002cu, - 0x00000009u, 0x00000613u, 0x00000205u, 0x00000205u, 0x00000205u, 0x00000205u, 0x0007002cu, 0x00000009u, - 0x00000614u, 0x00000214u, 0x00000214u, 0x00000214u, 0x00000214u, 0x0007002cu, 0x00000009u, 0x00000621u, - 0x00000214u, 0x00000217u, 0x0000021du, 0x00000260u, 0x0004002bu, 0x00000008u, 0x00000624u, 0x00000040u, - 0x0004002bu, 0x00000008u, 0x00000625u, 0x00000080u, 0x0007002cu, 0x00000009u, 0x00000626u, 0x0000055bu, - 0x0000037fu, 0x00000624u, 0x00000625u, 0x00040032u, 0x00000008u, 0x00000659u, 0x00000000u, 0x00040032u, - 0x00000006u, 0x0000065fu, 0x00000000u, 0x00060034u, 0x00000006u, 0x00000660u, 0x00000082u, 0x0000065fu, - 0x00000487u, 0x0003001du, 0x00000668u, 0x0000022bu, 0x0003001eu, 0x00000669u, 0x00000668u, 0x00040020u, - 0x0000066au, 0x0000000cu, 0x00000669u, 0x0004003bu, 0x0000066au, 0x0000066bu, 0x0000000cu, 0x0003001du, - 0x00000677u, 0x0000022bu, 0x0003001eu, 0x00000678u, 0x00000677u, 0x00040020u, 0x00000679u, 0x0000000cu, - 0x00000678u, 0x0004003bu, 0x00000679u, 0x0000067au, 0x0000000cu, 0x00060034u, 0x00000006u, 0x00000683u, - 0x000000c2u, 0x00000660u, 0x00000487u, 0x00060034u, 0x00000006u, 0x00000687u, 0x000000c2u, 0x0000065fu, - 0x00000214u, 0x0003001du, 0x0000068cu, 0x0000022du, 0x0003001eu, 0x0000068du, 0x0000068cu, 0x00040020u, - 0x0000068eu, 0x0000000cu, 0x0000068du, 0x0004003bu, 0x0000068eu, 0x0000068fu, 0x0000000cu, 0x0004002bu, - 0x00000006u, 0x0000069du, 0x000000f8u, 0x00060034u, 0x00000006u, 0x000006b5u, 0x000000c2u, 0x0000065fu, - 0x00000214u, 0x0004002bu, 0x00000006u, 0x000006c4u, 0x000000ffu, 0x00060034u, 0x00000006u, 0x000006ccu, - 0x000000c2u, 0x00000660u, 0x000003c6u, 0x00060034u, 0x00000006u, 0x000006d0u, 0x000000c2u, 0x0000065fu, - 0x00000217u, 0x0003001du, 0x000006d5u, 0x00000006u, 0x0003001eu, 0x000006d6u, 0x000006d5u, 0x00040020u, - 0x000006d7u, 0x0000000cu, 0x000006d6u, 0x0004003bu, 0x000006d7u, 0x000006d8u, 0x0000000cu, 0x0004002bu, - 0x00000006u, 0x000006deu, 0x00000018u, 0x0007002cu, 0x00000239u, 0x000006dfu, 0x000006deu, 0x00000379u, - 0x0000035du, 0x00000376u, 0x0007002cu, 0x00000239u, 0x000006e1u, 0x000006c4u, 0x000006c4u, 0x000006c4u, - 0x000006c4u, 0x0004002bu, 0x00000006u, 0x000006f6u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000703u, - 0x00000004u, 0x0004002bu, 0x00000006u, 0x00000730u, 0x0000000au, 0x0004002bu, 0x00000006u, 0x00000736u, - 0x00000005u, 0x0004002bu, 0x00000006u, 0x00000741u, 0x00000007u, 0x00060034u, 0x00000006u, 0x00000758u, - 0x000000c2u, 0x0000065fu, 0x00000214u, 0x00040032u, 0x00000008u, 0x0000078cu, 0x00000000u, 0x00060034u, - 0x00000008u, 0x0000078du, 0x000000c7u, 0x0000078cu, 0x00000214u, 0x00060034u, 0x0000005du, 0x0000078eu, - 0x000000abu, 0x0000078du, 0x00000205u, 0x00060034u, 0x00000008u, 0x0000078fu, 0x000000c3u, 0x0000078cu, - 0x00000214u, 0x00060034u, 0x0000005du, 0x00000790u, 0x000000aau, 0x0000078fu, 0x00000205u, 0x00060034u, - 0x0000005du, 0x00000791u, 0x000000a7u, 0x0000078eu, 0x00000790u, 0x0004002bu, 0x00000006u, 0x00000794u, - 0x00000048u, 0x00060034u, 0x00000006u, 0x000007bfu, 0x000000c2u, 0x0000065fu, 0x00000214u, 0x00040020u, - 0x000007c3u, 0x00000007u, 0x00000239u, 0x00060034u, 0x00000006u, 0x000007f2u, 0x000000c2u, 0x0000065fu, - 0x00000487u, 0x0004002bu, 0x00000006u, 0x000007f4u, 0x0000ffffu, 0x00060034u, 0x00000006u, 0x000007fbu, - 0x000000c2u, 0x0000065fu, 0x00000214u, 0x00060034u, 0x00000006u, 0x0000081au, 0x000000c2u, 0x0000065fu, - 0x00000487u, 0x00060034u, 0x00000006u, 0x00000822u, 0x000000c2u, 0x0000065fu, 0x00000217u, 0x00060034u, - 0x00000006u, 0x00000850u, 0x000000c2u, 0x0000065fu, 0x000003c6u, 0x0004002bu, 0x00000006u, 0x00000852u, - 0xffffffffu, 0x00030031u, 0x0000005du, 0x00000856u, 0x00050034u, 0x0000005du, 0x00000857u, 0x000000a8u, - 0x00000856u, 0x00060034u, 0x00000006u, 0x00000861u, 0x000000c2u, 0x0000065fu, 0x00000214u, 0x00060034u, - 0x00000006u, 0x00000877u, 0x000000c2u, 0x0000065fu, 0x00000487u, 0x00040017u, 0x0000087fu, 0x0000005du, - 0x00000002u, 0x00060034u, 0x00000008u, 0x00000886u, 0x000000c4u, 0x00000214u, 0x0000078fu, 0x00060034u, - 0x00000008u, 0x00000887u, 0x00000082u, 0x00000886u, 0x00000214u, 0x00060034u, 0x00000006u, 0x00000888u, - 0x00000080u, 0x00000887u, 0x00000376u, 0x00060034u, 0x00000006u, 0x00000891u, 0x00000080u, 0x00000886u, - 0x00000376u, 0x00060034u, 0x00000008u, 0x000008e9u, 0x00000084u, 0x00000886u, 0x00000886u, 0x00060034u, - 0x00000006u, 0x000008eau, 0x00000080u, 0x000008e9u, 0x00000376u, 0x00060034u, 0x00000006u, 0x000008ebu, - 0x000000c2u, 0x0000065fu, 0x00000217u, 0x00060034u, 0x00000006u, 0x000008ecu, 0x00000084u, 0x000008eau, - 0x000008ebu, 0x00060034u, 0x00000008u, 0x00000900u, 0x00000082u, 0x00000886u, 0x00000214u, 0x00060034u, - 0x00000006u, 0x00000901u, 0x00000080u, 0x00000900u, 0x00000376u, 0x00060034u, 0x00000006u, 0x0000090au, - 0x00000080u, 0x00000886u, 0x00000376u, 0x00060034u, 0x0000005du, 0x0000092cu, 0x000000abu, 0x0000078fu, - 0x00000205u, 0x00060034u, 0x0000005du, 0x0000092du, 0x000000a7u, 0x0000078eu, 0x0000092cu, 0x0004002bu, - 0x00000008u, 0x0000093cu, 0x000000e0u, 0x0006002cu, 0x0000003cu, 0x00000947u, 0x00000205u, 0x00000205u, - 0x00000205u, 0x00060034u, 0x0000005du, 0x00000960u, 0x000000aau, 0x00000659u, 0x00000205u, 0x0004002bu, - 0x00000006u, 0x00000989u, 0x000000e0u, 0x0004001cu, 0x00000a1eu, 0x0000022bu, 0x0000035du, 0x0005001eu, - 0x00000a1fu, 0x0000022cu, 0x0000022cu, 0x00000a1eu, 0x0003001du, 0x00000a20u, 0x00000a1fu, 0x0003001eu, - 0x00000a21u, 0x00000a20u, 0x00040020u, 0x00000a22u, 0x0000000cu, 0x00000a21u, 0x0004003bu, 0x00000a22u, - 0x00000a23u, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x00000a49u, 0x00000020u, 0x0004002bu, 0x00000006u, - 0x00000a4fu, 0x00000040u, 0x0004002bu, 0x00000006u, 0x00000a55u, 0x00000080u, 0x0004002bu, 0x00000006u, - 0x00000a5bu, 0x00000100u, 0x0007002cu, 0x00000009u, 0x00000b02u, 0x0000038du, 0x0000038du, 0x0000038du, - 0x0000038du, 0x0004002bu, 0x00000008u, 0x00000b1cu, 0x00020000u, 0x0004002bu, 0x00000008u, 0x00000b32u, - 0x00003fffu, 0x0004001cu, 0x00000b38u, 0x0000005fu, 0x00000a4fu, 0x0004002bu, 0x00000008u, 0x00000b39u, - 0x00004000u, 0x0004002bu, 0x00000008u, 0x00000b3au, 0xfffffc10u, 0x0005002cu, 0x0000005fu, 0x00000b3bu, - 0x00000b39u, 0x00000b3au, 0x0004002bu, 0x00000008u, 0x00000b3cu, 0x00003f04u, 0x0004002bu, 0x00000008u, - 0x00000b3du, 0xfffffc30u, 0x0005002cu, 0x0000005fu, 0x00000b3eu, 0x00000b3cu, 0x00000b3du, 0x0004002bu, - 0x00000008u, 0x00000b3fu, 0x00003e10u, 0x0004002bu, 0x00000008u, 0x00000b40u, 0xfffffc48u, 0x0005002cu, - 0x0000005fu, 0x00000b41u, 0x00000b3fu, 0x00000b40u, 0x0004002bu, 0x00000008u, 0x00000b42u, 0x00003d22u, - 0x0004002bu, 0x00000008u, 0x00000b43u, 0xfffffc68u, 0x0005002cu, 0x0000005fu, 0x00000b44u, 0x00000b42u, - 0x00000b43u, 0x0004002bu, 0x00000008u, 0x00000b45u, 0x00003c3cu, 0x0004002bu, 0x00000008u, 0x00000b46u, - 0xfffffc84u, 0x0005002cu, 0x0000005fu, 0x00000b47u, 0x00000b45u, 0x00000b46u, 0x0004002bu, 0x00000008u, - 0x00000b48u, 0x00003b5du, 0x0004002bu, 0x00000008u, 0x00000b49u, 0xfffffc98u, 0x0005002cu, 0x0000005fu, - 0x00000b4au, 0x00000b48u, 0x00000b49u, 0x0004002bu, 0x00000008u, 0x00000b4bu, 0x00003a83u, 0x0004002bu, - 0x00000008u, 0x00000b4cu, 0xfffffcb8u, 0x0005002cu, 0x0000005fu, 0x00000b4du, 0x00000b4bu, 0x00000b4cu, - 0x0004002bu, 0x00000008u, 0x00000b4eu, 0x000039b1u, 0x0004002bu, 0x00000008u, 0x00000b4fu, 0xfffffcccu, - 0x0005002cu, 0x0000005fu, 0x00000b50u, 0x00000b4eu, 0x00000b4fu, 0x0004002bu, 0x00000008u, 0x00000b51u, - 0x000038e4u, 0x0004002bu, 0x00000008u, 0x00000b52u, 0xfffffce0u, 0x0005002cu, 0x0000005fu, 0x00000b53u, - 0x00000b51u, 0x00000b52u, 0x0004002bu, 0x00000008u, 0x00000b54u, 0x0000381cu, 0x0004002bu, 0x00000008u, - 0x00000b55u, 0xfffffcf8u, 0x0005002cu, 0x0000005fu, 0x00000b56u, 0x00000b54u, 0x00000b55u, 0x0004002bu, - 0x00000008u, 0x00000b57u, 0x0000375au, 0x0004002bu, 0x00000008u, 0x00000b58u, 0xfffffd0cu, 0x0005002cu, - 0x0000005fu, 0x00000b59u, 0x00000b57u, 0x00000b58u, 0x0004002bu, 0x00000008u, 0x00000b5au, 0x0000369du, - 0x0004002bu, 0x00000008u, 0x00000b5bu, 0xfffffd20u, 0x0005002cu, 0x0000005fu, 0x00000b5cu, 0x00000b5au, - 0x00000b5bu, 0x0004002bu, 0x00000008u, 0x00000b5du, 0x000035e5u, 0x0004002bu, 0x00000008u, 0x00000b5eu, - 0xfffffd34u, 0x0005002cu, 0x0000005fu, 0x00000b5fu, 0x00000b5du, 0x00000b5eu, 0x0004002bu, 0x00000008u, - 0x00000b60u, 0x00003532u, 0x0004002bu, 0x00000008u, 0x00000b61u, 0xfffffd44u, 0x0005002cu, 0x0000005fu, - 0x00000b62u, 0x00000b60u, 0x00000b61u, 0x0004002bu, 0x00000008u, 0x00000b63u, 0x00003483u, 0x0004002bu, - 0x00000008u, 0x00000b64u, 0xfffffd58u, 0x0005002cu, 0x0000005fu, 0x00000b65u, 0x00000b63u, 0x00000b64u, - 0x0004002bu, 0x00000008u, 0x00000b66u, 0x000033d9u, 0x0004002bu, 0x00000008u, 0x00000b67u, 0xfffffd68u, - 0x0005002cu, 0x0000005fu, 0x00000b68u, 0x00000b66u, 0x00000b67u, 0x0004002bu, 0x00000008u, 0x00000b69u, - 0x00003333u, 0x0004002bu, 0x00000008u, 0x00000b6au, 0xfffffd78u, 0x0005002cu, 0x0000005fu, 0x00000b6bu, - 0x00000b69u, 0x00000b6au, 0x0004002bu, 0x00000008u, 0x00000b6cu, 0x00003291u, 0x0004002bu, 0x00000008u, - 0x00000b6du, 0xfffffd8cu, 0x0005002cu, 0x0000005fu, 0x00000b6eu, 0x00000b6cu, 0x00000b6du, 0x0004002bu, - 0x00000008u, 0x00000b6fu, 0x000031f4u, 0x0004002bu, 0x00000008u, 0x00000b70u, 0xfffffd94u, 0x0005002cu, - 0x0000005fu, 0x00000b71u, 0x00000b6fu, 0x00000b70u, 0x0004002bu, 0x00000008u, 0x00000b72u, 0x00003159u, - 0x0004002bu, 0x00000008u, 0x00000b73u, 0xfffffda8u, 0x0005002cu, 0x0000005fu, 0x00000b74u, 0x00000b72u, - 0x00000b73u, 0x0004002bu, 0x00000008u, 0x00000b75u, 0x000030c3u, 0x0004002bu, 0x00000008u, 0x00000b76u, - 0xfffffdb4u, 0x0005002cu, 0x0000005fu, 0x00000b77u, 0x00000b75u, 0x00000b76u, 0x0004002bu, 0x00000008u, - 0x00000b78u, 0x00003030u, 0x0004002bu, 0x00000008u, 0x00000b79u, 0xfffffdc4u, 0x0005002cu, 0x0000005fu, - 0x00000b7au, 0x00000b78u, 0x00000b79u, 0x0004002bu, 0x00000008u, 0x00000b7bu, 0x00002fa1u, 0x0004002bu, - 0x00000008u, 0x00000b7cu, 0xfffffdd0u, 0x0005002cu, 0x0000005fu, 0x00000b7du, 0x00000b7bu, 0x00000b7cu, - 0x0004002bu, 0x00000008u, 0x00000b7eu, 0x00002f15u, 0x0004002bu, 0x00000008u, 0x00000b7fu, 0xfffffddcu, - 0x0005002cu, 0x0000005fu, 0x00000b80u, 0x00000b7eu, 0x00000b7fu, 0x0004002bu, 0x00000008u, 0x00000b81u, - 0x00002e8cu, 0x0004002bu, 0x00000008u, 0x00000b82u, 0xfffffde8u, 0x0005002cu, 0x0000005fu, 0x00000b83u, - 0x00000b81u, 0x00000b82u, 0x0004002bu, 0x00000008u, 0x00000b84u, 0x00002e06u, 0x0004002bu, 0x00000008u, - 0x00000b85u, 0xfffffdf4u, 0x0005002cu, 0x0000005fu, 0x00000b86u, 0x00000b84u, 0x00000b85u, 0x0004002bu, - 0x00000008u, 0x00000b87u, 0x00002d83u, 0x0004002bu, 0x00000008u, 0x00000b88u, 0xfffffe00u, 0x0005002cu, - 0x0000005fu, 0x00000b89u, 0x00000b87u, 0x00000b88u, 0x0004002bu, 0x00000008u, 0x00000b8au, 0x00002d03u, - 0x0004002bu, 0x00000008u, 0x00000b8bu, 0xfffffe0cu, 0x0005002cu, 0x0000005fu, 0x00000b8cu, 0x00000b8au, - 0x00000b8bu, 0x0004002bu, 0x00000008u, 0x00000b8du, 0x00002c86u, 0x0004002bu, 0x00000008u, 0x00000b8eu, - 0xfffffe14u, 0x0005002cu, 0x0000005fu, 0x00000b8fu, 0x00000b8du, 0x00000b8eu, 0x0004002bu, 0x00000008u, - 0x00000b90u, 0x00002c0bu, 0x0004002bu, 0x00000008u, 0x00000b91u, 0xfffffe20u, 0x0005002cu, 0x0000005fu, - 0x00000b92u, 0x00000b90u, 0x00000b91u, 0x0004002bu, 0x00000008u, 0x00000b93u, 0x00002b93u, 0x0004002bu, - 0x00000008u, 0x00000b94u, 0xfffffe2cu, 0x0005002cu, 0x0000005fu, 0x00000b95u, 0x00000b93u, 0x00000b94u, - 0x0004002bu, 0x00000008u, 0x00000b96u, 0x00002b1eu, 0x0004002bu, 0x00000008u, 0x00000b97u, 0xfffffe34u, - 0x0005002cu, 0x0000005fu, 0x00000b98u, 0x00000b96u, 0x00000b97u, 0x0004002bu, 0x00000008u, 0x00000b99u, - 0x00002aabu, 0x0004002bu, 0x00000008u, 0x00000b9au, 0xfffffe3cu, 0x0005002cu, 0x0000005fu, 0x00000b9bu, - 0x00000b99u, 0x00000b9au, 0x0004002bu, 0x00000008u, 0x00000b9cu, 0x00002a3au, 0x0004002bu, 0x00000008u, - 0x00000b9du, 0xfffffe48u, 0x0005002cu, 0x0000005fu, 0x00000b9eu, 0x00000b9cu, 0x00000b9du, 0x0004002bu, - 0x00000008u, 0x00000b9fu, 0x000029ccu, 0x0004002bu, 0x00000008u, 0x00000ba0u, 0xfffffe50u, 0x0005002cu, - 0x0000005fu, 0x00000ba1u, 0x00000b9fu, 0x00000ba0u, 0x0004002bu, 0x00000008u, 0x00000ba2u, 0x00002960u, - 0x0004002bu, 0x00000008u, 0x00000ba3u, 0xfffffe58u, 0x0005002cu, 0x0000005fu, 0x00000ba4u, 0x00000ba2u, - 0x00000ba3u, 0x0004002bu, 0x00000008u, 0x00000ba5u, 0x000028f6u, 0x0004002bu, 0x00000008u, 0x00000ba6u, - 0xfffffe60u, 0x0005002cu, 0x0000005fu, 0x00000ba7u, 0x00000ba5u, 0x00000ba6u, 0x0004002bu, 0x00000008u, - 0x00000ba8u, 0x0000288eu, 0x0004002bu, 0x00000008u, 0x00000ba9u, 0xfffffe68u, 0x0005002cu, 0x0000005fu, - 0x00000baau, 0x00000ba8u, 0x00000ba9u, 0x0004002bu, 0x00000008u, 0x00000babu, 0x00002828u, 0x0004002bu, - 0x00000008u, 0x00000bacu, 0xfffffe70u, 0x0005002cu, 0x0000005fu, 0x00000badu, 0x00000babu, 0x00000bacu, - 0x0004002bu, 0x00000008u, 0x00000baeu, 0x000027c4u, 0x0004002bu, 0x00000008u, 0x00000bafu, 0xfffffe78u, - 0x0005002cu, 0x0000005fu, 0x00000bb0u, 0x00000baeu, 0x00000bafu, 0x0004002bu, 0x00000008u, 0x00000bb1u, - 0x00002762u, 0x0004002bu, 0x00000008u, 0x00000bb2u, 0xfffffe80u, 0x0005002cu, 0x0000005fu, 0x00000bb3u, - 0x00000bb1u, 0x00000bb2u, 0x0004002bu, 0x00000008u, 0x00000bb4u, 0x00002702u, 0x0004002bu, 0x00000008u, - 0x00000bb5u, 0xfffffe88u, 0x0005002cu, 0x0000005fu, 0x00000bb6u, 0x00000bb4u, 0x00000bb5u, 0x0004002bu, - 0x00000008u, 0x00000bb7u, 0x000026a4u, 0x0004002bu, 0x00000008u, 0x00000bb8u, 0xfffffe90u, 0x0005002cu, - 0x0000005fu, 0x00000bb9u, 0x00000bb7u, 0x00000bb8u, 0x0004002bu, 0x00000008u, 0x00000bbau, 0x00002648u, - 0x0004002bu, 0x00000008u, 0x00000bbbu, 0xfffffe94u, 0x0005002cu, 0x0000005fu, 0x00000bbcu, 0x00000bbau, - 0x00000bbbu, 0x0004002bu, 0x00000008u, 0x00000bbdu, 0x000025edu, 0x0004002bu, 0x00000008u, 0x00000bbeu, - 0xfffffe9cu, 0x0005002cu, 0x0000005fu, 0x00000bbfu, 0x00000bbdu, 0x00000bbeu, 0x0004002bu, 0x00000008u, - 0x00000bc0u, 0x00002594u, 0x0004002bu, 0x00000008u, 0x00000bc1u, 0xfffffea4u, 0x0005002cu, 0x0000005fu, - 0x00000bc2u, 0x00000bc0u, 0x00000bc1u, 0x0004002bu, 0x00000008u, 0x00000bc3u, 0x0000253du, 0x0004002bu, - 0x00000008u, 0x00000bc4u, 0xfffffea8u, 0x0005002cu, 0x0000005fu, 0x00000bc5u, 0x00000bc3u, 0x00000bc4u, - 0x0004002bu, 0x00000008u, 0x00000bc6u, 0x000024e7u, 0x0004002bu, 0x00000008u, 0x00000bc7u, 0xfffffeacu, - 0x0005002cu, 0x0000005fu, 0x00000bc8u, 0x00000bc6u, 0x00000bc7u, 0x0004002bu, 0x00000008u, 0x00000bc9u, - 0x00002492u, 0x0004002bu, 0x00000008u, 0x00000bcau, 0xfffffeb4u, 0x0005002cu, 0x0000005fu, 0x00000bcbu, - 0x00000bc9u, 0x00000bcau, 0x0004002bu, 0x00000008u, 0x00000bccu, 0x0000243fu, 0x0004002bu, 0x00000008u, - 0x00000bcdu, 0xfffffebcu, 0x0005002cu, 0x0000005fu, 0x00000bceu, 0x00000bccu, 0x00000bcdu, 0x0004002bu, - 0x00000008u, 0x00000bcfu, 0x000023eeu, 0x0004002bu, 0x00000008u, 0x00000bd0u, 0xfffffec0u, 0x0005002cu, - 0x0000005fu, 0x00000bd1u, 0x00000bcfu, 0x00000bd0u, 0x0004002bu, 0x00000008u, 0x00000bd2u, 0x0000239eu, - 0x0004002bu, 0x00000008u, 0x00000bd3u, 0xfffffec4u, 0x0005002cu, 0x0000005fu, 0x00000bd4u, 0x00000bd2u, - 0x00000bd3u, 0x0004002bu, 0x00000008u, 0x00000bd5u, 0x0000234fu, 0x0004002bu, 0x00000008u, 0x00000bd6u, - 0xfffffeccu, 0x0005002cu, 0x0000005fu, 0x00000bd7u, 0x00000bd5u, 0x00000bd6u, 0x0004002bu, 0x00000008u, - 0x00000bd8u, 0x00002302u, 0x0004002bu, 0x00000008u, 0x00000bd9u, 0xfffffed0u, 0x0005002cu, 0x0000005fu, - 0x00000bdau, 0x00000bd8u, 0x00000bd9u, 0x0004002bu, 0x00000008u, 0x00000bdbu, 0x000022b6u, 0x0004002bu, - 0x00000008u, 0x00000bdcu, 0xfffffed8u, 0x0005002cu, 0x0000005fu, 0x00000bddu, 0x00000bdbu, 0x00000bdcu, - 0x0004002bu, 0x00000008u, 0x00000bdeu, 0x0000226cu, 0x0005002cu, 0x0000005fu, 0x00000bdfu, 0x00000bdeu, - 0x00000bdcu, 0x0004002bu, 0x00000008u, 0x00000be0u, 0x00002222u, 0x0004002bu, 0x00000008u, 0x00000be1u, - 0xfffffee0u, 0x0005002cu, 0x0000005fu, 0x00000be2u, 0x00000be0u, 0x00000be1u, 0x0004002bu, 0x00000008u, - 0x00000be3u, 0x000021dau, 0x0004002bu, 0x00000008u, 0x00000be4u, 0xfffffee4u, 0x0005002cu, 0x0000005fu, - 0x00000be5u, 0x00000be3u, 0x00000be4u, 0x0004002bu, 0x00000008u, 0x00000be6u, 0x00002193u, 0x0004002bu, - 0x00000008u, 0x00000be7u, 0xfffffee8u, 0x0005002cu, 0x0000005fu, 0x00000be8u, 0x00000be6u, 0x00000be7u, - 0x0004002bu, 0x00000008u, 0x00000be9u, 0x0000214du, 0x0004002bu, 0x00000008u, 0x00000beau, 0xfffffeecu, - 0x0005002cu, 0x0000005fu, 0x00000bebu, 0x00000be9u, 0x00000beau, 0x0004002bu, 0x00000008u, 0x00000becu, - 0x00002108u, 0x0004002bu, 0x00000008u, 0x00000bedu, 0xfffffef4u, 0x0005002cu, 0x0000005fu, 0x00000beeu, - 0x00000becu, 0x00000bedu, 0x0004002bu, 0x00000008u, 0x00000befu, 0x000020c5u, 0x0005002cu, 0x0000005fu, - 0x00000bf0u, 0x00000befu, 0x00000bedu, 0x0004002bu, 0x00000008u, 0x00000bf1u, 0x00002082u, 0x0004002bu, - 0x00000008u, 0x00000bf2u, 0xfffffefcu, 0x0005002cu, 0x0000005fu, 0x00000bf3u, 0x00000bf1u, 0x00000bf2u, - 0x0004002bu, 0x00000008u, 0x00000bf4u, 0x00002041u, 0x0005002cu, 0x0000005fu, 0x00000bf5u, 0x00000bf4u, - 0x00000bf2u, 0x0043002cu, 0x00000b38u, 0x00000bf6u, 0x00000b3bu, 0x00000b3eu, 0x00000b41u, 0x00000b44u, - 0x00000b47u, 0x00000b4au, 0x00000b4du, 0x00000b50u, 0x00000b53u, 0x00000b56u, 0x00000b59u, 0x00000b5cu, - 0x00000b5fu, 0x00000b62u, 0x00000b65u, 0x00000b68u, 0x00000b6bu, 0x00000b6eu, 0x00000b71u, 0x00000b74u, - 0x00000b77u, 0x00000b7au, 0x00000b7du, 0x00000b80u, 0x00000b83u, 0x00000b86u, 0x00000b89u, 0x00000b8cu, - 0x00000b8fu, 0x00000b92u, 0x00000b95u, 0x00000b98u, 0x00000b9bu, 0x00000b9eu, 0x00000ba1u, 0x00000ba4u, - 0x00000ba7u, 0x00000baau, 0x00000badu, 0x00000bb0u, 0x00000bb3u, 0x00000bb6u, 0x00000bb9u, 0x00000bbcu, - 0x00000bbfu, 0x00000bc2u, 0x00000bc5u, 0x00000bc8u, 0x00000bcbu, 0x00000bceu, 0x00000bd1u, 0x00000bd4u, - 0x00000bd7u, 0x00000bdau, 0x00000bddu, 0x00000bdfu, 0x00000be2u, 0x00000be5u, 0x00000be8u, 0x00000bebu, - 0x00000beeu, 0x00000bf0u, 0x00000bf3u, 0x00000bf5u, 0x00040020u, 0x00000bf9u, 0x00000007u, 0x00000b38u, - 0x0004002bu, 0x00000008u, 0x00000c18u, 0x00007fffu, 0x0004002bu, 0x00000008u, 0x00000c2au, 0x3fffffffu, - 0x0004002bu, 0x00000008u, 0x00000c2bu, 0x20000000u, 0x0005002cu, 0x0000005fu, 0x00000c44u, 0x00000205u, - 0x00000205u, 0x0004002bu, 0x00000008u, 0x00000c5du, 0xffff8000u, 0x0005002cu, 0x0000005fu, 0x00000c77u, - 0x00000c18u, 0x00000c18u, 0x0004002bu, 0x00000008u, 0x00000c79u, 0xffff0000u, 0x0005002cu, 0x0000005fu, - 0x00000c7au, 0x00000c79u, 0x00000c79u, 0x0005002cu, 0x0000005fu, 0x00000c7bu, 0x00000561u, 0x00000561u, - 0x0004002bu, 0x00000008u, 0x00000c80u, 0xffffffe0u, 0x00060034u, 0x00000008u, 0x00000ca0u, 0x00000080u, - 0x00000217u, 0x0000078fu, 0x00060034u, 0x00000008u, 0x00000cbdu, 0x00000080u, 0x0000021du, 0x0000078fu, - 0x0006001eu, 0x00000cd9u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000006u, 0x0003001eu, 0x00000cdau, - 0x00000cd9u, 0x00040020u, 0x00000cdbu, 0x00000002u, 0x00000cdau, 0x0004003bu, 0x00000cdbu, 0x00000cdcu, - 0x00000002u, 0x00040020u, 0x00000cddu, 0x00000002u, 0x00000008u, 0x0004002bu, 0x00000008u, 0x00000ceau, - 0xffffffffu, 0x00060034u, 0x0000005du, 0x00000d49u, 0x000000adu, 0x00000886u, 0x00000214u, 0x00060034u, - 0x00000008u, 0x00000d9fu, 0x00000082u, 0x00000886u, 0x00000214u, 0x00060034u, 0x00000008u, 0x00000db3u, - 0x00000080u, 0x00000217u, 0x0000078fu, 0x00060034u, 0x00000008u, 0x00000dc3u, 0x00000080u, 0x00000220u, - 0x0000078fu, 0x0005002cu, 0x0000005fu, 0x00000de8u, 0x00000205u, 0x00000214u, 0x0004002bu, 0x00000006u, - 0x00000e2cu, 0x0000000bu, 0x0006002cu, 0x00000355u, 0x00000e2du, 0x00000e2cu, 0x000006f6u, 0x00000487u, - 0x0004002bu, 0x00000006u, 0x00000e2fu, 0x0000001fu, 0x0004002bu, 0x00000006u, 0x00000e66u, 0x00000fffu, - 0x0004002bu, 0x00000006u, 0x00000e7au, 0x00001000u, 0x0004001cu, 0x00000e7bu, 0x0000022bu, 0x00000e7au, - 0x0003001eu, 0x00000e7cu, 0x00000e7bu, 0x0003001du, 0x00000e7du, 0x00000e7cu, 0x0003001eu, 0x00000e7eu, - 0x00000e7du, 0x00040020u, 0x00000e7fu, 0x0000000cu, 0x00000e7eu, 0x0004003bu, 0x00000e7fu, 0x00000e80u, - 0x0000000cu, 0x0004002bu, 0x00000006u, 0x00000e89u, 0x0000000fu, 0x0004002bu, 0x00000006u, 0x00000ec0u, - 0x0000000eu, 0x0004002bu, 0x00000006u, 0x00000f18u, 0x000007ffu, 0x0004002bu, 0x00000006u, 0x00000f41u, - 0x00000800u, 0x0004001cu, 0x00000f42u, 0x0000022du, 0x00000f41u, 0x0003001eu, 0x00000f43u, 0x00000f42u, - 0x0003001du, 0x00000f44u, 0x00000f43u, 0x0003001eu, 0x00000f45u, 0x00000f44u, 0x00040020u, 0x00000f46u, - 0x0000000cu, 0x00000f45u, 0x0004003bu, 0x00000f46u, 0x00000f47u, 0x0000000cu, 0x0004002bu, 0x00000006u, - 0x00000f49u, 0x00000400u, 0x0004002bu, 0x00000006u, 0x00000fe7u, 0xfffffffcu, 0x0004002bu, 0x00000008u, - 0x0000114du, 0x000003ffu, 0x0004002bu, 0x00000006u, 0x000011bau, 0x00001fffu, 0x0004002bu, 0x00000006u, - 0x00001260u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x00001283u, 0x00000400u, 0x0004002bu, 0x00000008u, - 0x000013abu, 0xffffff01u, 0x0005002cu, 0x0000005fu, 0x000013b7u, 0x0000055bu, 0x0000055bu, 0x0004002bu, - 0x00000008u, 0x000019c3u, 0xffffff00u, 0x0004002bu, 0x00000008u, 0x00001a5eu, 0x00000100u, 0x0006002cu, - 0x0000003cu, 0x00001a5fu, 0x00001a5eu, 0x00001a5eu, 0x00001a5eu, 0x00060034u, 0x00000008u, 0x00001c33u, - 0x00000082u, 0x00000886u, 0x00000214u, 0x000d001eu, 0x00001c3bu, 0x00000008u, 0x00000008u, 0x00000008u, - 0x0000022eu, 0x0000022eu, 0x00000008u, 0x00000008u, 0x00000008u, 0x0000022eu, 0x0000022bu, 0x0000022bu, - 0x0003001du, 0x00001c3cu, 0x00001c3bu, 0x0003001eu, 0x00001c3du, 0x00001c3cu, 0x00040020u, 0x00001c3eu, - 0x0000000cu, 0x00001c3du, 0x0004003bu, 0x00001c3eu, 0x00001c3fu, 0x0000000cu, 0x00060034u, 0x0000005du, - 0x00001c44u, 0x000000adu, 0x00000886u, 0x00000214u, 0x00060034u, 0x00000008u, 0x00001c4cu, 0x00000082u, - 0x00000886u, 0x00000214u, 0x00050034u, 0x00000008u, 0x00001c4du, 0x000000c8u, 0x00001c4cu, 0x00060034u, - 0x00000008u, 0x00001c50u, 0x00000082u, 0x00000886u, 0x00000214u, 0x00050034u, 0x00000008u, 0x00001c51u, - 0x000000c8u, 0x00001c50u, 0x0004002bu, 0x00000006u, 0x00001c9cu, 0x00004000u, 0x0004002bu, 0x00000006u, - 0x00001cadu, 0x00000200u, 0x0004002bu, 0x00000006u, 0x00001ccau, 0x00002000u, 0x0004002bu, 0x00000006u, - 0x00001ccfu, 0x00008000u, 0x0004002bu, 0x00000006u, 0x00001cd4u, 0x00010000u, 0x0004002bu, 0x00000006u, - 0x00001cd9u, 0x00020000u, 0x0004002bu, 0x00000006u, 0x00001cdeu, 0x00040000u, 0x0004002bu, 0x00000006u, - 0x00001ce3u, 0x00080000u, 0x0004002bu, 0x00000006u, 0x00001ce8u, 0x00200000u, 0x0004002bu, 0x00000006u, - 0x00001cedu, 0x00100000u, 0x0004002bu, 0x00000006u, 0x00001cf2u, 0x00400000u, 0x0004002bu, 0x00000006u, - 0x00001cf7u, 0x00800000u, 0x0004002bu, 0x00000006u, 0x00001cfcu, 0x01000000u, 0x0004002bu, 0x00000006u, - 0x00001d00u, 0x10000000u, 0x00040020u, 0x00001d0au, 0x00000002u, 0x00000006u, 0x00060034u, 0x0000005du, - 0x00001db7u, 0x000000adu, 0x00000886u, 0x00000214u, 0x00040020u, 0x00001f77u, 0x00000001u, 0x00000355u, - 0x0004003bu, 0x00001f77u, 0x00001f78u, 0x00000001u, 0x00040020u, 0x00001f79u, 0x00000001u, 0x00000006u, - 0x0004003bu, 0x00001f77u, 0x00001f82u, 0x00000001u, 0x00040032u, 0x00000008u, 0x00001f8bu, 0x00000400u, - 0x00040032u, 0x00000006u, 0x00001f8cu, 0x00000001u, 0x00040032u, 0x00000006u, 0x00001f8du, 0x00000001u, - 0x00060033u, 0x00000355u, 0x00001f8eu, 0x00001f8cu, 0x00001f8du, 0x00000487u, 0x00060034u, 0x00000006u, - 0x00001f8fu, 0x00000051u, 0x00001f8eu, 0x00000000u, 0x00060034u, 0x00000008u, 0x00001f90u, 0x00000080u, - 0x00001f8fu, 0x00000376u, 0x00060034u, 0x00000008u, 0x00001f91u, 0x00000087u, 0x00001f8bu, 0x00001f90u, - 0x00040032u, 0x00000008u, 0x00001f96u, 0x00000100u, 0x00060034u, 0x00000008u, 0x00001f97u, 0x00000087u, - 0x00001f96u, 0x0000037fu, 0x0003001du, 0x00001f9au, 0x00000006u, 0x0003001eu, 0x00001f9bu, 0x00001f9au, - 0x00040020u, 0x00001f9cu, 0x0000000cu, 0x00001f9bu, 0x0004003bu, 0x00001f9cu, 0x00001f9du, 0x0000000cu, - 0x0007001eu, 0x00001fa1u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00040020u, - 0x00001fa2u, 0x00000009u, 0x00001fa1u, 0x0004003bu, 0x00001fa2u, 0x00001fa3u, 0x00000009u, 0x00040020u, - 0x00001fa4u, 0x00000009u, 0x00000006u, 0x0003001du, 0x00001fceu, 0x00000006u, 0x0003001eu, 0x00001fcfu, - 0x00001fceu, 0x00040020u, 0x00001fd0u, 0x0000000cu, 0x00001fcfu, 0x0004003bu, 0x00001fd0u, 0x00001fd1u, - 0x0000000cu, 0x00030001u, 0x00000008u, 0x00007163u, 0x00030001u, 0x0000003cu, 0x0000719eu, 0x00030001u, - 0x0000005fu, 0x00007207u, 0x00030001u, 0x00000009u, 0x000072c2u, 0x00030001u, 0x00000006u, 0x000095ceu, - 0x0006002cu, 0x00000355u, 0x0000afbcu, 0x0000069du, 0x0000069du, 0x0000069du, 0x0005002cu, 0x000000a2u, - 0x0000afbdu, 0x0000048du, 0x0000048du, 0x0006002cu, 0x00000355u, 0x0000afbeu, 0x0000035du, 0x0000035du, - 0x0000035du, 0x0006002cu, 0x00000355u, 0x0000afbfu, 0x00000363u, 0x00000363u, 0x00000363u, 0x0006002cu, - 0x0000003cu, 0x0000afc0u, 0x00000c80u, 0x00000c80u, 0x00000c80u, 0x0006002cu, 0x0000003cu, 0x0000afc1u, - 0x0000055bu, 0x0000055bu, 0x0000055bu, 0x0007002cu, 0x00000009u, 0x0000afc2u, 0x00000c80u, 0x00000c80u, - 0x00000c80u, 0x00000c80u, 0x0007002cu, 0x00000009u, 0x0000afc3u, 0x00000285u, 0x00000285u, 0x00000285u, - 0x00000285u, 0x0007002cu, 0x00000009u, 0x0000afc4u, 0x00000625u, 0x00000625u, 0x00000625u, 0x00000625u, - 0x0005002cu, 0x0000005fu, 0x0000afc5u, 0x00000214u, 0x00000214u, 0x0006002cu, 0x0000003cu, 0x0000afc6u, - 0x00000c5du, 0x00000c5du, 0x00000c5du, 0x0005002cu, 0x0000005fu, 0x0000afc7u, 0x00000220u, 0x00000220u, - 0x0005002cu, 0x0000005fu, 0x0000afc8u, 0x000003acu, 0x000003acu, 0x0005002cu, 0x000000a2u, 0x0000afc9u, - 0x000011bau, 0x000011bau, 0x0005002cu, 0x000000a2u, 0x0000afcau, 0x000003c6u, 0x000003c6u, 0x0006002cu, - 0x00000355u, 0x0000afcbu, 0x00000e2fu, 0x00000e2fu, 0x00000e2fu, 0x0006002cu, 0x00000355u, 0x0000afccu, - 0x0000048du, 0x0000048du, 0x0000048du, 0x0006002cu, 0x00000355u, 0x0000afcdu, 0x000003c6u, 0x000003c6u, - 0x000003c6u, 0x0007002cu, 0x00000009u, 0x0000afceu, 0x00000217u, 0x00000217u, 0x00000217u, 0x00000217u, - 0x0007002cu, 0x00000009u, 0x0000afcfu, 0x00000260u, 0x00000260u, 0x00000260u, 0x00000260u, 0x0005002cu, - 0x0000005fu, 0x0000afd0u, 0x00000217u, 0x00000217u, 0x0005002cu, 0x0000005fu, 0x0000afd1u, 0x0000037fu, - 0x0000037fu, 0x0007002cu, 0x00000009u, 0x0000afd2u, 0x0000055bu, 0x0000055bu, 0x0000055bu, 0x0000055bu, - 0x0007002cu, 0x00000009u, 0x0000afd3u, 0x00000220u, 0x00000220u, 0x00000220u, 0x00000220u, 0x0005002cu, - 0x0000005fu, 0x0000afd4u, 0x00000223u, 0x00000223u, 0x0005002cu, 0x0000005fu, 0x0000afd5u, 0x00000625u, - 0x00000625u, 0x0006002cu, 0x0000003cu, 0x0000afd6u, 0x0000039au, 0x0000039au, 0x0000039au, 0x0006002cu, - 0x0000003cu, 0x0000afd7u, 0x00000226u, 0x00000226u, 0x00000226u, 0x0006002cu, 0x0000003cu, 0x0000afd8u, - 0x00000260u, 0x00000260u, 0x00000260u, 0x0006002cu, 0x0000003cu, 0x0000afd9u, 0x000003acu, 0x000003acu, - 0x000003acu, 0x0006002cu, 0x0000003cu, 0x0000afdau, 0x00000220u, 0x00000220u, 0x00000220u, 0x0006002cu, - 0x0000003cu, 0x0000afdbu, 0x00000217u, 0x00000217u, 0x00000217u, 0x0006002cu, 0x0000003cu, 0x0000afdcu, - 0x0000040cu, 0x0000040cu, 0x0000040cu, 0x00030001u, 0x0000003cu, 0x0000afecu, 0x00050036u, 0x00000002u, - 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x0000005cu, 0x000070ddu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006de6u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006de5u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006de4u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006de3u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006de2u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dd4u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dd3u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dd1u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dd0u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dc3u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dc2u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dc1u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dc0u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dbfu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006db2u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006db1u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006db0u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006dafu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006daeu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006da3u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006da2u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006da1u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006da0u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d9fu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d91u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d90u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d8eu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d8du, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d80u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d7fu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d7eu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d7du, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d7cu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d6fu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d6eu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d6du, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d6cu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d6bu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d60u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d5fu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d5eu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d5du, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d5cu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d4eu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d4du, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d4bu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d4au, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d3du, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d3cu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d3bu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d3au, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d39u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d2cu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d2bu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d2au, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d29u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d28u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d1cu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d1bu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d1au, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d0eu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d0du, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006d0cu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006cf3u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00000673u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006ca7u, - 0x00000007u, 0x0004003bu, 0x000007c3u, 0x00006bb2u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006bb5u, - 0x00000007u, 0x0004003bu, 0x000007c3u, 0x00006bb7u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006b75u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006b7cu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006b3cu, - 0x00000007u, 0x0004003bu, 0x0000003du, 0x000069dbu, 0x00000007u, 0x0004003bu, 0x0000003du, 0x000069deu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000066cfu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000066e3u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000066e7u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000066ecu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000066f0u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000066f5u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006685u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00006608u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000063dau, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x0000623cu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000060adu, 0x00000007u, 0x0004003bu, 0x000003d2u, 0x00006052u, - 0x00000007u, 0x0004003bu, 0x000003d2u, 0x00006054u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00006019u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00005fe1u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00005fa7u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x000047bcu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047d5u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047ddu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047e5u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047edu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047f4u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000047fau, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004800u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004806u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000480cu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004812u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004818u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000481eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004824u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004827u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000482au, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000482du, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004830u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004833u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004836u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004839u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000483cu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000483fu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004842u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004845u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004848u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000484bu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000484eu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004851u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004856u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000485au, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000485eu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004862u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004866u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000486au, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000486eu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004872u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004876u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004879u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000487cu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000487fu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004882u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004885u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004888u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000488bu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000488eu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004891u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004894u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00004897u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000489au, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000489du, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048a0u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048a3u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048a6u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048a9u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048acu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048afu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048b2u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048b5u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048b8u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048bbu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048beu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048c1u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048c4u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048c7u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048cau, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048cdu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048d0u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048d3u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048d6u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048d9u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048dcu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000048dfu, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000048e0u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x000048e7u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000048e9u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x000048f9u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000048ffu, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004902u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00004905u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x0000473cu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004717u, - 0x00000007u, 0x0004003bu, 0x00000bf9u, 0x00004718u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000046b2u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x000046b5u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000046b7u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x000046b8u, 0x00000007u, 0x0004003bu, 0x0000003du, 0x00004691u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004669u, 0x00000007u, 0x0004003bu, 0x00000bf9u, 0x0000466au, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004604u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004607u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004609u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x0000460au, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000045c9u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004591u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00004557u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002d6cu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002d85u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002d8du, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002d95u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002d9du, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002da4u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002daau, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002db0u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002db6u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dbcu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dc2u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dc8u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dceu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dd4u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dd7u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002ddau, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dddu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002de0u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002de3u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002de6u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002de9u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002decu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002defu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002df2u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002df5u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002df8u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dfbu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002dfeu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e01u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e06u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e0au, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e0eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e12u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e16u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e1au, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e1eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e22u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e26u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e29u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e2cu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e2fu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e32u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e35u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e38u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e3bu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e3eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e41u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e44u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e47u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e4au, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e4du, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e50u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e53u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e56u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e59u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e5cu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e5fu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e62u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e65u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e68u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e6bu, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e6eu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e71u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e74u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e77u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e7au, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e7du, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e80u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e83u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e86u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e89u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e8cu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002e8fu, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002ea9u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002eafu, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002eb2u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00002eb5u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002c9cu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002c5eu, - 0x00000007u, 0x0004003bu, 0x00000bf9u, 0x00002c5fu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002bf9u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002bfcu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002bfeu, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002bffu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002bd6u, - 0x00000007u, 0x0004003bu, 0x00000bf9u, 0x00002bd7u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002b71u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002b74u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002b76u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002b77u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002b4eu, - 0x00000007u, 0x0004003bu, 0x00000bf9u, 0x00002b4fu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002ae9u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002aecu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002aeeu, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002aefu, 0x00000007u, 0x0004003bu, 0x0000003du, 0x00002a51u, - 0x00000007u, 0x0004003bu, 0x0000003du, 0x00002a53u, 0x00000007u, 0x0004003bu, 0x0000003du, 0x00002a55u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x0000296fu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000027e3u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x000027e4u, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002652u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00002653u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x000025d3u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x000025d9u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002568u, - 0x00000007u, 0x0004003bu, 0x00000bf9u, 0x00002569u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002503u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002506u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002508u, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002509u, 0x00000007u, 0x0004003bu, 0x0000003du, 0x000024c7u, - 0x00000007u, 0x0004003bu, 0x00000356u, 0x0000249fu, 0x00000007u, 0x0004003bu, 0x000007c3u, 0x0000210fu, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002147u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00002154u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00002160u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00002161u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x00002162u, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00002184u, - 0x00000007u, 0x0004003bu, 0x0000003du, 0x00002193u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x0000219cu, - 0x00000007u, 0x0004003bu, 0x00000060u, 0x000021a2u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021b6u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021b7u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021bfu, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021c1u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021c2u, - 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021c9u, 0x00000007u, 0x0004003bu, 0x0000005cu, 0x000021cau, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000204bu, 0x00000007u, 0x0004003bu, 0x00000060u, 0x00001f81u, - 0x00000007u, 0x0004003bu, 0x000000a3u, 0x00001fadu, 0x00000007u, 0x0004003bu, 0x000000a3u, 0x0000201cu, - 0x00000007u, 0x000300f7u, 0x0000203eu, 0x00000000u, 0x000300fbu, 0x00000376u, 0x0000203fu, 0x000200f8u, - 0x0000203fu, 0x00050041u, 0x00001f79u, 0x00001f7au, 0x00001f78u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00001f7bu, 0x00001f7au, 0x0004007cu, 0x00000008u, 0x00001f7cu, 0x00001f7bu, 0x00050041u, 0x00001f79u, - 0x00001f7eu, 0x00001f78u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00001f7fu, 0x00001f7eu, 0x0004007cu, - 0x00000008u, 0x00001f80u, 0x00001f7fu, 0x0004003du, 0x00000355u, 0x00001f83u, 0x00001f82u, 0x0007004fu, - 0x000000a2u, 0x00001f84u, 0x00001f83u, 0x00001f83u, 0x00000000u, 0x00000001u, 0x0004007cu, 0x0000005fu, - 0x00001f85u, 0x00001f84u, 0x0003003eu, 0x00001f81u, 0x00001f85u, 0x00050041u, 0x0000003eu, 0x00001f87u, - 0x00001f81u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00001f88u, 0x00001f87u, 0x00050041u, 0x0000003eu, - 0x00001f89u, 0x00001f81u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00001f8au, 0x00001f89u, 0x00050084u, - 0x00000008u, 0x00001f92u, 0x00001f8au, 0x00001f91u, 0x00050080u, 0x00000008u, 0x00001f93u, 0x00001f88u, - 0x00001f92u, 0x00050084u, 0x00000008u, 0x00001f98u, 0x00001f93u, 0x00001f97u, 0x00060041u, 0x0000026du, - 0x00001f9fu, 0x00001f9du, 0x00000205u, 0x00001f93u, 0x0004003du, 0x00000006u, 0x00001fa0u, 0x00001f9fu, - 0x00050041u, 0x00001fa4u, 0x00001fa5u, 0x00001fa3u, 0x0000021du, 0x0004003du, 0x00000006u, 0x00001fa6u, - 0x00001fa5u, 0x000500c7u, 0x00000006u, 0x00001fa7u, 0x00001fa0u, 0x00001fa6u, 0x000500aau, 0x0000005du, - 0x00001fa9u, 0x00001fa7u, 0x00000376u, 0x000300f7u, 0x00001fabu, 0x00000000u, 0x000400fau, 0x00001fa9u, - 0x00001faau, 0x00001fabu, 0x000200f8u, 0x00001faau, 0x000200f9u, 0x0000203eu, 0x000200f8u, 0x00001fabu, - 0x0004003du, 0x00000355u, 0x00001faeu, 0x00001f78u, 0x0007004fu, 0x000000a2u, 0x00001fafu, 0x00001faeu, - 0x00001faeu, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00001fadu, 0x00001fafu, 0x00050041u, 0x00001fa4u, - 0x00001fb1u, 0x00001fa3u, 0x00000217u, 0x0004003du, 0x00000006u, 0x00001fb2u, 0x00001fb1u, 0x00050041u, - 0x00001fa4u, 0x00001fb4u, 0x00001fa3u, 0x0000021au, 0x0004003du, 0x00000006u, 0x00001fb5u, 0x00001fb4u, - 0x00050041u, 0x00001fa4u, 0x00001fb7u, 0x00001fa3u, 0x00000205u, 0x0004003du, 0x00000006u, 0x00001fb8u, - 0x00001fb7u, 0x00050041u, 0x00001fa4u, 0x00001fbau, 0x00001fa3u, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00001fbbu, 0x00001fbau, 0x00050050u, 0x000000a2u, 0x00002056u, 0x00001fb2u, 0x00001fb5u, 0x000500b0u, - 0x0000087fu, 0x00002057u, 0x00001fafu, 0x00002056u, 0x0004009bu, 0x0000005du, 0x00002058u, 0x00002057u, - 0x000300f7u, 0x00002081u, 0x00000000u, 0x000400fau, 0x00002058u, 0x00002059u, 0x00002081u, 0x000200f8u, - 0x00002059u, 0x0004003du, 0x000000a2u, 0x0000205au, 0x00001fadu, 0x00050050u, 0x000000a2u, 0x0000205bu, - 0x00000888u, 0x00000888u, 0x000500c7u, 0x000000a2u, 0x0000205cu, 0x0000205au, 0x0000205bu, 0x0003003eu, - 0x0000204bu, 0x0000205cu, 0x00050050u, 0x0000005fu, 0x0000205eu, 0x0000078fu, 0x0000078fu, 0x000500c2u, - 0x000000a2u, 0x0000205fu, 0x0000205au, 0x0000205eu, 0x0003003eu, 0x00001fadu, 0x0000205fu, 0x00050041u, - 0x00000007u, 0x00002060u, 0x0000204bu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00002061u, 0x00002060u, - 0x00050084u, 0x00000006u, 0x00002062u, 0x00002061u, 0x00000891u, 0x00050041u, 0x00000007u, 0x00002063u, - 0x0000204bu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00002064u, 0x00002063u, 0x00050080u, 0x00000006u, - 0x00002065u, 0x00002062u, 0x00002064u, 0x000500c2u, 0x00000006u, 0x00002068u, 0x00001fb2u, 0x0000078fu, - 0x00050041u, 0x00000007u, 0x00002069u, 0x00001fadu, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000206au, - 0x00002069u, 0x00050084u, 0x00000006u, 0x0000206bu, 0x00002068u, 0x0000206au, 0x00050080u, 0x00000006u, - 0x0000206cu, 0x00001fb8u, 0x0000206bu, 0x00050041u, 0x00000007u, 0x0000206du, 0x00001fadu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x0000206eu, 0x0000206du, 0x00050080u, 0x00000006u, 0x0000206fu, 0x0000206cu, - 0x0000206eu, 0x000300f7u, 0x000020ebu, 0x00000000u, 0x000d00fbu, 0x00000659u, 0x000020ebu, 0x00000000u, - 0x00002088u, 0x00000001u, 0x00002088u, 0x00000002u, 0x0000209fu, 0x00000003u, 0x000020c5u, 0x00000004u, - 0x000020dcu, 0x000200f8u, 0x000020dcu, 0x000500c7u, 0x00000006u, 0x000020deu, 0x0000206fu, 0x000006ccu, - 0x00050084u, 0x00000006u, 0x000020e0u, 0x00002065u, 0x000006d0u, 0x00050080u, 0x00000006u, 0x000020e2u, - 0x000020deu, 0x000020e0u, 0x00060041u, 0x0000026du, 0x000020e4u, 0x000006d8u, 0x00000205u, 0x000020e2u, - 0x0004003du, 0x00000006u, 0x000020e5u, 0x000020e4u, 0x00070050u, 0x00000239u, 0x000020e7u, 0x000020e5u, - 0x000020e5u, 0x000020e5u, 0x000020e5u, 0x000500c2u, 0x00000239u, 0x000020e8u, 0x000020e7u, 0x000006dfu, - 0x000500c7u, 0x00000239u, 0x000020e9u, 0x000020e8u, 0x000006e1u, 0x0004007cu, 0x00000009u, 0x000020eau, - 0x000020e9u, 0x0003003eu, 0x00000673u, 0x000020eau, 0x000200f9u, 0x000020ebu, 0x000200f8u, 0x000020c5u, - 0x000500c7u, 0x00000006u, 0x000020c7u, 0x0000206fu, 0x00000683u, 0x00050084u, 0x00000006u, 0x000020c9u, - 0x00002065u, 0x000006b5u, 0x00050080u, 0x00000006u, 0x000020cbu, 0x000020c7u, 0x000020c9u, 0x000500c6u, - 0x00000006u, 0x000020cdu, 0x000020cbu, 0x00000487u, 0x00060041u, 0x00000272u, 0x000020ceu, 0x0000068fu, - 0x00000205u, 0x000020cdu, 0x0004003du, 0x0000022du, 0x000020cfu, 0x000020ceu, 0x00040071u, 0x00000006u, - 0x000020d0u, 0x000020cfu, 0x000500c2u, 0x00000006u, 0x000020d2u, 0x000020d0u, 0x0000035du, 0x0004007cu, - 0x00000008u, 0x000020d3u, 0x000020d2u, 0x000500c7u, 0x00000006u, 0x000020d6u, 0x000020d0u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x000020d7u, 0x000020d6u, 0x00070050u, 0x00000009u, 0x000020dbu, 0x000020d3u, - 0x000020d3u, 0x000020d3u, 0x000020d7u, 0x0003003eu, 0x00000673u, 0x000020dbu, 0x000200f9u, 0x000020ebu, - 0x000200f8u, 0x0000209fu, 0x000500c7u, 0x00000006u, 0x000020a1u, 0x0000206fu, 0x00000683u, 0x00050084u, - 0x00000006u, 0x000020a3u, 0x00002065u, 0x00000687u, 0x00050080u, 0x00000006u, 0x000020a5u, 0x000020a1u, - 0x000020a3u, 0x000500c6u, 0x00000006u, 0x000020a7u, 0x000020a5u, 0x00000487u, 0x00060041u, 0x00000272u, - 0x000020a8u, 0x0000068fu, 0x00000205u, 0x000020a7u, 0x0004003du, 0x0000022du, 0x000020a9u, 0x000020a8u, - 0x00040071u, 0x00000006u, 0x000020aau, 0x000020a9u, 0x000500c2u, 0x00000006u, 0x000020acu, 0x000020aau, - 0x0000035du, 0x000500c2u, 0x00000006u, 0x000020aeu, 0x000020aau, 0x0000048du, 0x000500c4u, 0x00000006u, - 0x000020b0u, 0x000020aau, 0x000003c6u, 0x00060050u, 0x00000355u, 0x000020b1u, 0x000020acu, 0x000020aeu, - 0x000020b0u, 0x000500c7u, 0x00000355u, 0x000020b3u, 0x000020b1u, 0x0000afbcu, 0x0004007cu, 0x0000003cu, - 0x000020b5u, 0x000020b3u, 0x00060041u, 0x00000279u, 0x000020b7u, 0x0000067au, 0x00000205u, 0x000020a5u, - 0x0004003du, 0x0000022bu, 0x000020b8u, 0x000020b7u, 0x00040071u, 0x00000006u, 0x000020b9u, 0x000020b8u, - 0x0004007cu, 0x00000008u, 0x000020bau, 0x000020b9u, 0x000500c4u, 0x00000008u, 0x000020bbu, 0x000020bau, - 0x00000220u, 0x000500c7u, 0x00000006u, 0x000020bdu, 0x000020aau, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x000020beu, 0x000020bdu, 0x00000226u, 0x0004007cu, 0x00000008u, 0x000020bfu, 0x000020beu, 0x000500c5u, - 0x00000008u, 0x000020c0u, 0x000020bbu, 0x000020bfu, 0x00050051u, 0x00000008u, 0x000020c1u, 0x000020b5u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x000020c2u, 0x000020b5u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x000020c3u, 0x000020b5u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000020c4u, 0x000020c1u, 0x000020c2u, - 0x000020c3u, 0x000020c0u, 0x0003003eu, 0x00000673u, 0x000020c4u, 0x000200f9u, 0x000020ebu, 0x000200f8u, - 0x00002088u, 0x000500c7u, 0x00000006u, 0x0000208au, 0x0000206fu, 0x00000660u, 0x00050084u, 0x00000006u, - 0x0000208cu, 0x00002065u, 0x0000065fu, 0x00050080u, 0x00000006u, 0x0000208eu, 0x0000208au, 0x0000208cu, - 0x000500c6u, 0x00000006u, 0x00002090u, 0x0000208eu, 0x0000048du, 0x00060041u, 0x00000279u, 0x00002091u, - 0x0000066bu, 0x00000205u, 0x00002090u, 0x0004003du, 0x0000022bu, 0x00002092u, 0x00002091u, 0x00040071u, - 0x00000006u, 0x00002093u, 0x00002092u, 0x0004007cu, 0x00000008u, 0x00002094u, 0x00002093u, 0x000500c2u, - 0x00000006u, 0x00002099u, 0x0000208eu, 0x00000214u, 0x00060041u, 0x00000279u, 0x0000209au, 0x0000067au, - 0x00000205u, 0x00002099u, 0x0004003du, 0x0000022bu, 0x0000209bu, 0x0000209au, 0x00040071u, 0x00000006u, - 0x0000209cu, 0x0000209bu, 0x0004007cu, 0x00000008u, 0x0000209du, 0x0000209cu, 0x00070050u, 0x00000009u, - 0x0000209eu, 0x00002094u, 0x00002094u, 0x00002094u, 0x0000209du, 0x0003003eu, 0x00000673u, 0x0000209eu, - 0x000200f9u, 0x000020ebu, 0x000200f8u, 0x000020ebu, 0x0004003du, 0x00000006u, 0x00002078u, 0x00002069u, - 0x00050084u, 0x00000006u, 0x00002079u, 0x00002068u, 0x00002078u, 0x00050080u, 0x00000006u, 0x0000207au, - 0x00001fbbu, 0x00002079u, 0x0004003du, 0x00000006u, 0x0000207cu, 0x0000206du, 0x00050080u, 0x00000006u, - 0x0000207du, 0x0000207au, 0x0000207cu, 0x000500c7u, 0x00000006u, 0x000020efu, 0x0000207du, 0x00000683u, - 0x00050084u, 0x00000006u, 0x000020f1u, 0x00002065u, 0x00000758u, 0x00050080u, 0x00000006u, 0x000020f3u, - 0x000020efu, 0x000020f1u, 0x000500c6u, 0x00000006u, 0x000020f5u, 0x000020f3u, 0x00000487u, 0x00060041u, - 0x00000272u, 0x000020f6u, 0x0000068fu, 0x00000205u, 0x000020f5u, 0x0004003du, 0x0000022du, 0x000020f7u, - 0x000020f6u, 0x00040071u, 0x00000006u, 0x000020f8u, 0x000020f7u, 0x0004007cu, 0x00000008u, 0x000020f9u, - 0x000020f8u, 0x000500c3u, 0x00000008u, 0x000020fbu, 0x000020f9u, 0x00000217u, 0x00060041u, 0x00000279u, - 0x000020fdu, 0x0000067au, 0x00000205u, 0x000020f3u, 0x0004003du, 0x0000022bu, 0x000020feu, 0x000020fdu, - 0x00040071u, 0x00000006u, 0x000020ffu, 0x000020feu, 0x0004007cu, 0x00000008u, 0x00002100u, 0x000020ffu, - 0x000500c7u, 0x00000008u, 0x00002102u, 0x000020f9u, 0x0000021au, 0x000500c4u, 0x00000008u, 0x00002103u, - 0x00002102u, 0x00000217u, 0x000500c5u, 0x00000008u, 0x00002104u, 0x00002100u, 0x00002103u, 0x000200f9u, - 0x00002081u, 0x000200f8u, 0x00002081u, 0x000700f5u, 0x00000006u, 0x000095cdu, 0x000095ceu, 0x00001fabu, - 0x0000206fu, 0x000020ebu, 0x000700f5u, 0x00000008u, 0x0000716eu, 0x00007163u, 0x00001fabu, 0x00002104u, - 0x000020ebu, 0x000700f5u, 0x00000008u, 0x00007162u, 0x00007163u, 0x00001fabu, 0x000020fbu, 0x000020ebu, - 0x000200f9u, 0x00001fbdu, 0x000200f8u, 0x00001fbdu, 0x000700f5u, 0x0000003cu, 0x0000afeau, 0x0000afecu, - 0x00002081u, 0x0000afe9u, 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x0000716du, 0x0000716eu, 0x00002081u, - 0x00008af2u, 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x00007161u, 0x00007162u, 0x00002081u, 0x0000898bu, - 0x00001fc0u, 0x000700f5u, 0x0000005du, 0x00007154u, 0x00000545u, 0x00002081u, 0x00009a59u, 0x00001fc0u, - 0x000700f5u, 0x0000005du, 0x0000714du, 0x00000545u, 0x00002081u, 0x000098d8u, 0x00001fc0u, 0x000700f5u, - 0x00000006u, 0x00007149u, 0x00001fa7u, 0x00002081u, 0x00001fccu, 0x00001fc0u, 0x000700f5u, 0x0000003cu, - 0x0000942du, 0x0000719eu, 0x00002081u, 0x0000942cu, 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x0000929eu, - 0x00007163u, 0x00002081u, 0x0000929du, 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x00009110u, 0x00007163u, - 0x00002081u, 0x0000910fu, 0x00001fc0u, 0x000700f5u, 0x0000003cu, 0x00008f8du, 0x0000719eu, 0x00002081u, - 0x00008f8cu, 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x00008e0bu, 0x00007163u, 0x00002081u, 0x00008e0au, - 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x00008c8au, 0x00007163u, 0x00002081u, 0x00008c89u, 0x00001fc0u, - 0x000700f5u, 0x0000003cu, 0x00008820u, 0x0000719eu, 0x00002081u, 0x0000881fu, 0x00001fc0u, 0x000700f5u, - 0x00000009u, 0x000086b5u, 0x000072c2u, 0x00002081u, 0x000086b4u, 0x00001fc0u, 0x000700f5u, 0x00000008u, - 0x00008578u, 0x00007163u, 0x00002081u, 0x00008577u, 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x0000843bu, - 0x00007163u, 0x00002081u, 0x0000843au, 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x000082d3u, 0x00007163u, - 0x00002081u, 0x000082d2u, 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x0000800bu, 0x00007163u, 0x00002081u, - 0x0000800au, 0x00001fc0u, 0x000700f5u, 0x00000009u, 0x00007f54u, 0x000072c2u, 0x00002081u, 0x00007f53u, - 0x00001fc0u, 0x000700f5u, 0x00000008u, 0x00007dcdu, 0x00000205u, 0x00002081u, 0x00007dccu, 0x00001fc0u, - 0x000700f5u, 0x00000009u, 0x00007bb4u, 0x000072c2u, 0x00002081u, 0x00007bb3u, 0x00001fc0u, 0x000700f5u, - 0x00000009u, 0x00007ac2u, 0x000072c2u, 0x00002081u, 0x00007ac1u, 0x00001fc0u, 0x000700f5u, 0x00000009u, - 0x000079cbu, 0x000072c2u, 0x00002081u, 0x000079cau, 0x00001fc0u, 0x000700f5u, 0x00000009u, 0x0000789eu, - 0x000072c2u, 0x00002081u, 0x0000789du, 0x00001fc0u, 0x000700f5u, 0x00000009u, 0x00007810u, 0x000072c2u, - 0x00002081u, 0x0000780fu, 0x00001fc0u, 0x000700f5u, 0x00000009u, 0x0000746fu, 0x000072c2u, 0x00002081u, - 0x0000746eu, 0x00001fc0u, 0x000700f5u, 0x00000009u, 0x000073f5u, 0x000072c2u, 0x00002081u, 0x000073f4u, - 0x00001fc0u, 0x000700f5u, 0x00000009u, 0x00007376u, 0x000072c2u, 0x00002081u, 0x00007375u, 0x00001fc0u, - 0x000700f5u, 0x00000009u, 0x000072c0u, 0x000072c2u, 0x00002081u, 0x000072bfu, 0x00001fc0u, 0x000700f5u, - 0x0000005fu, 0x00007229u, 0x00007207u, 0x00002081u, 0x00007228u, 0x00001fc0u, 0x000700f5u, 0x0000005fu, - 0x00007205u, 0x00007207u, 0x00002081u, 0x00007204u, 0x00001fc0u, 0x000700f5u, 0x0000003cu, 0x000071abu, - 0x0000719eu, 0x00002081u, 0x000071aau, 0x00001fc0u, 0x000700f5u, 0x0000003cu, 0x0000719cu, 0x0000719eu, - 0x00002081u, 0x0000719bu, 0x00001fc0u, 0x000500abu, 0x0000005du, 0x00001fc3u, 0x00007149u, 0x00000376u, - 0x000400f6u, 0x00001fbfu, 0x00001fc0u, 0x00000000u, 0x000400fau, 0x00001fc3u, 0x00001fbeu, 0x00001fbfu, - 0x000200f8u, 0x00001fbeu, 0x0006000cu, 0x00000008u, 0x00001fc6u, 0x00000001u, 0x00000049u, 0x00007149u, - 0x000500c4u, 0x00000008u, 0x00001fc8u, 0x00000214u, 0x00001fc6u, 0x0004007cu, 0x00000006u, 0x00001fc9u, - 0x00001fc8u, 0x000400c8u, 0x00000006u, 0x00001fcau, 0x00001fc9u, 0x000500c7u, 0x00000006u, 0x00001fccu, - 0x00007149u, 0x00001fcau, 0x00050080u, 0x00000008u, 0x00001fd4u, 0x00001f98u, 0x00001fc6u, 0x00060041u, - 0x0000026du, 0x00001fd5u, 0x00001fd1u, 0x00000205u, 0x00001fd4u, 0x0004003du, 0x00000006u, 0x00001fd6u, - 0x00001fd5u, 0x000200f9u, 0x00001fd7u, 0x000200f8u, 0x00001fd7u, 0x000700f5u, 0x0000003cu, 0x0000afe9u, - 0x0000afeau, 0x00001fbeu, 0x0000b150u, 0x00001fdau, 0x000700f5u, 0x0000003cu, 0x0000942cu, 0x0000942du, - 0x00001fbeu, 0x0000af61u, 0x00001fdau, 0x000700f5u, 0x00000008u, 0x0000929du, 0x0000929eu, 0x00001fbeu, - 0x0000af46u, 0x00001fdau, 0x000700f5u, 0x00000008u, 0x0000910fu, 0x00009110u, 0x00001fbeu, 0x0000af2bu, - 0x00001fdau, 0x000700f5u, 0x0000003cu, 0x00008f8cu, 0x00008f8du, 0x00001fbeu, 0x0000af03u, 0x00001fdau, - 0x000700f5u, 0x00000008u, 0x00008e0au, 0x00008e0bu, 0x00001fbeu, 0x0000aedbu, 0x00001fdau, 0x000700f5u, - 0x00000008u, 0x00008c89u, 0x00008c8au, 0x00001fbeu, 0x0000aeb3u, 0x00001fdau, 0x000700f5u, 0x00000008u, - 0x00008af2u, 0x0000716du, 0x00001fbeu, 0x0000ae75u, 0x00001fdau, 0x000700f5u, 0x00000008u, 0x0000898bu, - 0x00007161u, 0x00001fbeu, 0x0000ae37u, 0x00001fdau, 0x000700f5u, 0x0000003cu, 0x0000881fu, 0x00008820u, - 0x00001fbeu, 0x0000adf9u, 0x00001fdau, 0x000700f5u, 0x00000009u, 0x000086b4u, 0x000086b5u, 0x00001fbeu, - 0x000086b2u, 0x00001fdau, 0x000700f5u, 0x00000008u, 0x00008577u, 0x00008578u, 0x00001fbeu, 0x00008575u, - 0x00001fdau, 0x000700f5u, 0x00000008u, 0x0000843au, 0x0000843bu, 0x00001fbeu, 0x00008438u, 0x00001fdau, - 0x000700f5u, 0x00000008u, 0x000082d2u, 0x000082d3u, 0x00001fbeu, 0x000082d0u, 0x00001fdau, 0x000700f5u, - 0x00000008u, 0x0000800au, 0x0000800bu, 0x00001fbeu, 0x0000ac68u, 0x00001fdau, 0x000700f5u, 0x00000009u, - 0x00007f53u, 0x00007f54u, 0x00001fbeu, 0x0000abd6u, 0x00001fdau, 0x000700f5u, 0x00000008u, 0x00007dccu, - 0x00007dcdu, 0x00001fbeu, 0x0000ab64u, 0x00001fdau, 0x000700f5u, 0x00000009u, 0x00007bb3u, 0x00007bb4u, - 0x00001fbeu, 0x0000aabcu, 0x00001fdau, 0x000700f5u, 0x00000009u, 0x00007ac1u, 0x00007ac2u, 0x00001fbeu, - 0x0000aa15u, 0x00001fdau, 0x000700f5u, 0x00000009u, 0x000079cau, 0x000079cbu, 0x00001fbeu, 0x0000a96eu, - 0x00001fdau, 0x000700f5u, 0x00000009u, 0x0000789du, 0x0000789eu, 0x00001fbeu, 0x0000a8c7u, 0x00001fdau, - 0x000700f5u, 0x00000009u, 0x0000780fu, 0x00007810u, 0x00001fbeu, 0x0000a835u, 0x00001fdau, 0x000700f5u, - 0x00000009u, 0x0000746eu, 0x0000746fu, 0x00001fbeu, 0x0000a715u, 0x00001fdau, 0x000700f5u, 0x00000009u, - 0x000073f4u, 0x000073f5u, 0x00001fbeu, 0x0000a5f6u, 0x00001fdau, 0x000700f5u, 0x00000009u, 0x00007375u, - 0x00007376u, 0x00001fbeu, 0x0000a4d7u, 0x00001fdau, 0x000700f5u, 0x00000009u, 0x000072bfu, 0x000072c0u, - 0x00001fbeu, 0x0000a3b8u, 0x00001fdau, 0x000700f5u, 0x0000005fu, 0x00007228u, 0x00007229u, 0x00001fbeu, - 0x0000a23bu, 0x00001fdau, 0x000700f5u, 0x0000005fu, 0x00007204u, 0x00007205u, 0x00001fbeu, 0x0000a0beu, - 0x00001fdau, 0x000700f5u, 0x0000003cu, 0x000071aau, 0x000071abu, 0x00001fbeu, 0x00009f35u, 0x00001fdau, - 0x000700f5u, 0x0000003cu, 0x0000719bu, 0x0000719cu, 0x00001fbeu, 0x00009da3u, 0x00001fdau, 0x000700f5u, - 0x00000006u, 0x00007188u, 0x00001fd6u, 0x00001fbeu, 0x00001fe6u, 0x00001fdau, 0x000700f5u, 0x0000005du, - 0x00009a59u, 0x00007154u, 0x00001fbeu, 0x00009a5au, 0x00001fdau, 0x000700f5u, 0x0000005du, 0x000098d8u, - 0x0000714du, 0x00001fbeu, 0x000098d9u, 0x00001fdau, 0x000500abu, 0x0000005du, 0x00001fddu, 0x00007188u, - 0x00000376u, 0x000400f6u, 0x00001fd9u, 0x00001fdau, 0x00000000u, 0x000400fau, 0x00001fddu, 0x00001fd8u, - 0x00001fd9u, 0x000200f8u, 0x00001fd8u, 0x0006000cu, 0x00000008u, 0x00001fe0u, 0x00000001u, 0x00000049u, - 0x00007188u, 0x000500c4u, 0x00000008u, 0x00001fe2u, 0x00000214u, 0x00001fe0u, 0x0004007cu, 0x00000006u, - 0x00001fe3u, 0x00001fe2u, 0x000400c8u, 0x00000006u, 0x00001fe4u, 0x00001fe3u, 0x000500c7u, 0x00000006u, - 0x00001fe6u, 0x00007188u, 0x00001fe4u, 0x00050084u, 0x00000008u, 0x00001feau, 0x0000037fu, 0x00001fc6u, - 0x00050080u, 0x00000008u, 0x00001febu, 0x00001fe0u, 0x00001feau, 0x0004007cu, 0x00000006u, 0x00001fecu, - 0x00001febu, 0x000300f7u, 0x00002435u, 0x00000000u, 0x000300fbu, 0x00000376u, 0x000021d2u, 0x000200f8u, - 0x000021d2u, 0x00060041u, 0x00000345u, 0x0000243bu, 0x00000343u, 0x00000205u, 0x00001fecu, 0x0004003du, - 0x0000033fu, 0x0000243cu, 0x0000243bu, 0x00050051u, 0x00000008u, 0x0000243du, 0x0000243cu, 0x00000000u, - 0x00050051u, 0x00000008u, 0x0000243fu, 0x0000243cu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00002441u, - 0x0000243cu, 0x00000002u, 0x00050084u, 0x00000008u, 0x000021d8u, 0x00000886u, 0x0000243fu, 0x000500b1u, - 0x0000005du, 0x000021d9u, 0x00001f80u, 0x000021d8u, 0x000400a8u, 0x0000005du, 0x000021dau, 0x000021d9u, - 0x000300f7u, 0x000021e2u, 0x00000000u, 0x000400fau, 0x000021dau, 0x000021dbu, 0x000021e2u, 0x000200f8u, - 0x000021dbu, 0x00050084u, 0x00000008u, 0x000021dfu, 0x00002441u, 0x00000886u, 0x00050080u, 0x00000008u, - 0x000021e0u, 0x000021dfu, 0x00001c33u, 0x000500adu, 0x0000005du, 0x000021e1u, 0x00001f80u, 0x000021e0u, - 0x000200f9u, 0x000021e2u, 0x000200f8u, 0x000021e2u, 0x000700f5u, 0x0000005du, 0x000021e3u, 0x000021d9u, - 0x000021d2u, 0x000021e1u, 0x000021dbu, 0x000300f7u, 0x000021e5u, 0x00000000u, 0x000400fau, 0x000021e3u, - 0x000021e4u, 0x000021e5u, 0x000200f8u, 0x000021e4u, 0x000200f9u, 0x00002435u, 0x000200f8u, 0x000021e5u, - 0x00070041u, 0x00000279u, 0x000021e7u, 0x00001c3fu, 0x00000205u, 0x00001fecu, 0x00000266u, 0x0004003du, - 0x0000022bu, 0x000021e8u, 0x000021e7u, 0x00040071u, 0x00000006u, 0x000021e9u, 0x000021e8u, 0x000300f7u, - 0x000021f4u, 0x00000000u, 0x000400fau, 0x00001c44u, 0x000021eau, 0x000021f4u, 0x000200f8u, 0x000021eau, - 0x000500c7u, 0x00000006u, 0x000021ecu, 0x000021e9u, 0x00000a49u, 0x000500abu, 0x0000005du, 0x000021edu, - 0x000021ecu, 0x00000376u, 0x000300f7u, 0x000021f3u, 0x00000000u, 0x000400fau, 0x000021edu, 0x000021eeu, - 0x000021f3u, 0x000200f8u, 0x000021eeu, 0x000500c7u, 0x00000008u, 0x000021f0u, 0x00001f7cu, 0x00001c4du, - 0x000500c7u, 0x00000008u, 0x000021f2u, 0x00001f80u, 0x00001c51u, 0x000200f9u, 0x000021f3u, 0x000200f8u, - 0x000021f3u, 0x000700f5u, 0x00000008u, 0x0000718eu, 0x00001f7cu, 0x000021eau, 0x000021f0u, 0x000021eeu, - 0x000700f5u, 0x00000008u, 0x0000718cu, 0x00001f80u, 0x000021eau, 0x000021f2u, 0x000021eeu, 0x000200f9u, - 0x000021f4u, 0x000200f8u, 0x000021f4u, 0x000700f5u, 0x00000008u, 0x0000718du, 0x00001f7cu, 0x000021e5u, - 0x0000718eu, 0x000021f3u, 0x000700f5u, 0x00000008u, 0x0000718bu, 0x00001f80u, 0x000021e5u, 0x0000718cu, - 0x000021f3u, 0x00050084u, 0x00000008u, 0x000021f7u, 0x00000886u, 0x0000243du, 0x00050082u, 0x00000008u, - 0x000021fcu, 0x0000718bu, 0x000021d8u, 0x00050080u, 0x00000008u, 0x000021fdu, 0x000021f7u, 0x000021fcu, - 0x0004007cu, 0x00000006u, 0x000021feu, 0x000021fdu, 0x00070041u, 0x00000318u, 0x00002449u, 0x00000316u, - 0x00000205u, 0x000021feu, 0x00000205u, 0x0004003du, 0x00000009u, 0x0000244au, 0x00002449u, 0x00070041u, - 0x00000318u, 0x0000244cu, 0x00000316u, 0x00000205u, 0x000021feu, 0x00000214u, 0x0004003du, 0x00000009u, - 0x0000244du, 0x0000244cu, 0x00070041u, 0x0000031fu, 0x0000244fu, 0x00000316u, 0x00000205u, 0x000021feu, - 0x00000217u, 0x0004003du, 0x00000311u, 0x00002450u, 0x0000244fu, 0x00040071u, 0x00000239u, 0x00002451u, - 0x00002450u, 0x0004007cu, 0x00000009u, 0x00002452u, 0x00002451u, 0x00070041u, 0x0000031fu, 0x00002454u, - 0x00000316u, 0x00000205u, 0x000021feu, 0x0000021au, 0x0004003du, 0x00000311u, 0x00002455u, 0x00002454u, - 0x00040071u, 0x00000239u, 0x00002456u, 0x00002455u, 0x0004007cu, 0x00000009u, 0x00002457u, 0x00002456u, - 0x00070041u, 0x000002aau, 0x00002459u, 0x00000316u, 0x00000205u, 0x000021feu, 0x0000021du, 0x0004003du, - 0x00000008u, 0x0000245au, 0x00002459u, 0x00070041u, 0x000002aau, 0x0000245cu, 0x00000316u, 0x00000205u, - 0x000021feu, 0x00000220u, 0x0004003du, 0x00000008u, 0x0000245du, 0x0000245cu, 0x00070041u, 0x000002aau, - 0x0000245fu, 0x00000316u, 0x00000205u, 0x000021feu, 0x00000223u, 0x0004003du, 0x00000008u, 0x00002460u, - 0x0000245fu, 0x00070041u, 0x00000333u, 0x00002462u, 0x00000316u, 0x00000205u, 0x000021feu, 0x00000226u, - 0x0004003du, 0x0000022eu, 0x00002463u, 0x00002462u, 0x00040072u, 0x00000008u, 0x00002464u, 0x00002463u, - 0x00070041u, 0x00000272u, 0x00002466u, 0x00000316u, 0x00000205u, 0x000021feu, 0x00000260u, 0x0004003du, - 0x0000022du, 0x00002467u, 0x00002466u, 0x00040071u, 0x00000006u, 0x00002468u, 0x00002467u, 0x0004007cu, - 0x00000008u, 0x00002469u, 0x00002468u, 0x000500aau, 0x0000005du, 0x00002202u, 0x00002469u, 0x00000205u, - 0x000300f7u, 0x00002204u, 0x00000000u, 0x000400fau, 0x00002202u, 0x00002203u, 0x00002204u, 0x000200f8u, - 0x00002203u, 0x000200f9u, 0x00002435u, 0x000200f8u, 0x00002204u, 0x00070041u, 0x00000279u, 0x00002206u, - 0x00001c3fu, 0x00000205u, 0x00001fecu, 0x0000026cu, 0x0004003du, 0x0000022bu, 0x00002207u, 0x00002206u, - 0x00040071u, 0x00000006u, 0x00002208u, 0x00002207u, 0x00060041u, 0x0000020cu, 0x0000246fu, 0x0000020au, - 0x00000205u, 0x00001fecu, 0x0004003du, 0x00000206u, 0x00002470u, 0x0000246fu, 0x00050051u, 0x00000009u, - 0x00002473u, 0x00002470u, 0x00000001u, 0x00050051u, 0x00000009u, 0x00002477u, 0x00002470u, 0x00000003u, - 0x00050051u, 0x00000009u, 0x0000247bu, 0x00002470u, 0x00000005u, 0x00050051u, 0x00000009u, 0x0000247fu, - 0x00002470u, 0x00000007u, 0x00070041u, 0x00000236u, 0x0000220cu, 0x00000a23u, 0x00000205u, 0x00001fecu, - 0x00000205u, 0x0004003du, 0x0000022cu, 0x0000220du, 0x0000220cu, 0x00040071u, 0x00000239u, 0x0000220eu, - 0x0000220du, 0x0003003eu, 0x0000210fu, 0x0000220eu, 0x00050041u, 0x00000007u, 0x0000220fu, 0x0000210fu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00002210u, 0x0000220fu, 0x00050041u, 0x00000007u, 0x00002211u, - 0x0000210fu, 0x000003c6u, 0x0004003du, 0x00000006u, 0x00002212u, 0x00002211u, 0x00070041u, 0x00000236u, - 0x00002485u, 0x00000291u, 0x00000205u, 0x00002210u, 0x00000205u, 0x0004003du, 0x0000022cu, 0x00002486u, - 0x00002485u, 0x00040071u, 0x00000239u, 0x00002487u, 0x00002486u, 0x0004007cu, 0x00000009u, 0x00002488u, - 0x00002487u, 0x00070041u, 0x00000236u, 0x0000248au, 0x00000291u, 0x00000205u, 0x00002210u, 0x00000214u, - 0x0004003du, 0x0000022cu, 0x0000248bu, 0x0000248au, 0x00040071u, 0x00000239u, 0x0000248cu, 0x0000248bu, - 0x0004007cu, 0x00000009u, 0x0000248du, 0x0000248cu, 0x00070041u, 0x00000236u, 0x0000248fu, 0x00000291u, - 0x00000205u, 0x00002210u, 0x00000217u, 0x0004003du, 0x0000022cu, 0x00002490u, 0x0000248fu, 0x00040071u, - 0x00000239u, 0x00002491u, 0x00002490u, 0x0004007cu, 0x00000009u, 0x00002492u, 0x00002491u, 0x00070041u, - 0x00000236u, 0x00002494u, 0x00000291u, 0x00000205u, 0x00002210u, 0x0000021au, 0x0004003du, 0x0000022cu, - 0x00002495u, 0x00002494u, 0x00040071u, 0x00000239u, 0x00002496u, 0x00002495u, 0x0004007cu, 0x00000009u, - 0x00002497u, 0x00002496u, 0x00070041u, 0x0000026du, 0x00002499u, 0x00000291u, 0x00000205u, 0x00002210u, - 0x0000021du, 0x0004003du, 0x00000006u, 0x0000249au, 0x00002499u, 0x00070041u, 0x000002aau, 0x0000249cu, - 0x00000291u, 0x00000205u, 0x00002210u, 0x00000220u, 0x0004003du, 0x00000008u, 0x0000249du, 0x0000249cu, - 0x000500c7u, 0x00000006u, 0x00002222u, 0x0000249au, 0x00000379u, 0x000500abu, 0x0000005du, 0x00002223u, - 0x00002222u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002225u, 0x0000249au, 0x00000a49u, 0x000500abu, - 0x0000005du, 0x00002226u, 0x00002225u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002228u, 0x0000249au, - 0x00001c9cu, 0x000500abu, 0x0000005du, 0x00002229u, 0x00002228u, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x0000222bu, 0x0000249au, 0x00000a4fu, 0x000500abu, 0x0000005du, 0x0000222cu, 0x0000222bu, 0x00000376u, - 0x000500c7u, 0x00000006u, 0x0000222eu, 0x0000249au, 0x00000a55u, 0x000500abu, 0x0000005du, 0x0000222fu, - 0x0000222eu, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002231u, 0x0000249au, 0x0000035du, 0x000500abu, - 0x0000005du, 0x00002232u, 0x00002231u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002234u, 0x0000249au, - 0x00001cadu, 0x000500abu, 0x0000005du, 0x00002235u, 0x00002234u, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x00002237u, 0x0000249au, 0x00000f49u, 0x000500abu, 0x0000005du, 0x00002238u, 0x00002237u, 0x00000376u, - 0x000500c7u, 0x00000006u, 0x0000223au, 0x0000249au, 0x00000f41u, 0x000500abu, 0x0000005du, 0x0000223bu, - 0x0000223au, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000223du, 0x0000249au, 0x00000703u, 0x000500abu, - 0x0000005du, 0x0000223eu, 0x0000223du, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002240u, 0x0000249au, - 0x00000a5bu, 0x000500abu, 0x0000005du, 0x00002241u, 0x00002240u, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x00002243u, 0x0000249au, 0x00000487u, 0x000500abu, 0x0000005du, 0x00002244u, 0x00002243u, 0x00000376u, - 0x000500c7u, 0x00000006u, 0x00002246u, 0x0000249au, 0x00000e7au, 0x000500abu, 0x0000005du, 0x00002247u, - 0x00002246u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002249u, 0x0000249au, 0x00001ccau, 0x000500abu, - 0x0000005du, 0x0000224au, 0x00002249u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000224cu, 0x0000249au, - 0x00001ccfu, 0x000500abu, 0x0000005du, 0x0000224du, 0x0000224cu, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x0000224fu, 0x0000249au, 0x00001cd4u, 0x000500abu, 0x0000005du, 0x00002250u, 0x0000224fu, 0x00000376u, - 0x000500c7u, 0x00000006u, 0x00002252u, 0x0000249au, 0x00001cd9u, 0x000500abu, 0x0000005du, 0x00002253u, - 0x00002252u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002255u, 0x0000249au, 0x00001cdeu, 0x000500abu, - 0x0000005du, 0x00002256u, 0x00002255u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002258u, 0x0000249au, - 0x00001ce3u, 0x000500abu, 0x0000005du, 0x00002259u, 0x00002258u, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x0000225bu, 0x0000249au, 0x00001ce8u, 0x000500abu, 0x0000005du, 0x0000225cu, 0x0000225bu, 0x00000376u, - 0x000500c7u, 0x00000006u, 0x0000225eu, 0x0000249au, 0x00001cedu, 0x000500abu, 0x0000005du, 0x0000225fu, - 0x0000225eu, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002261u, 0x0000249au, 0x00001cf2u, 0x000500abu, - 0x0000005du, 0x00002262u, 0x00002261u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x00002264u, 0x0000249au, - 0x00001cf7u, 0x000500abu, 0x0000005du, 0x00002265u, 0x00002264u, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x00002267u, 0x0000249au, 0x00001cfcu, 0x000500abu, 0x0000005du, 0x00002268u, 0x00002267u, 0x00000376u, - 0x000500c7u, 0x00000006u, 0x0000226au, 0x0000249au, 0x00001d00u, 0x000500abu, 0x0000005du, 0x0000226bu, - 0x0000226au, 0x00000376u, 0x000300f7u, 0x00002276u, 0x00000000u, 0x000400fau, 0x0000226bu, 0x0000226cu, - 0x00002276u, 0x000200f8u, 0x0000226cu, 0x0004007cu, 0x00000006u, 0x0000226eu, 0x0000718du, 0x0004007cu, - 0x00000006u, 0x00002270u, 0x0000718bu, 0x00060041u, 0x00001d0au, 0x00002272u, 0x00000cdcu, 0x00000205u, - 0x0000021au, 0x0004003du, 0x00000006u, 0x00002273u, 0x00002272u, 0x00050080u, 0x00000006u, 0x00002274u, - 0x00001fecu, 0x00002273u, 0x00060050u, 0x00000355u, 0x000024a4u, 0x0000226eu, 0x00002270u, 0x00002274u, - 0x000500c2u, 0x00000355u, 0x000024a7u, 0x000024a4u, 0x0000afbeu, 0x0008004fu, 0x00000355u, 0x000024a9u, - 0x000024a4u, 0x000024a4u, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x00000355u, 0x000024aau, - 0x000024a7u, 0x000024a9u, 0x00050084u, 0x00000355u, 0x000024acu, 0x000024aau, 0x0000afbfu, 0x000500c2u, - 0x00000355u, 0x000024afu, 0x000024acu, 0x0000afbeu, 0x0008004fu, 0x00000355u, 0x000024b1u, 0x000024acu, - 0x000024acu, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x00000355u, 0x000024b2u, 0x000024afu, - 0x000024b1u, 0x00050084u, 0x00000355u, 0x000024b4u, 0x000024b2u, 0x0000afbfu, 0x000500c2u, 0x00000355u, - 0x000024b7u, 0x000024b4u, 0x0000afbeu, 0x0008004fu, 0x00000355u, 0x000024b9u, 0x000024b4u, 0x000024b4u, - 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x00000355u, 0x000024bau, 0x000024b7u, 0x000024b9u, - 0x00050084u, 0x00000355u, 0x000024bcu, 0x000024bau, 0x0000afbfu, 0x0003003eu, 0x0000249fu, 0x000024bcu, - 0x00050041u, 0x00000007u, 0x000024bdu, 0x0000249fu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000024beu, - 0x000024bdu, 0x000500c2u, 0x00000006u, 0x000024bfu, 0x000024beu, 0x00000379u, 0x0004007cu, 0x00000008u, - 0x000024c0u, 0x000024bfu, 0x000200f9u, 0x00002276u, 0x000200f8u, 0x00002276u, 0x000700f5u, 0x00000008u, - 0x00007dc9u, 0x00007dccu, 0x00002204u, 0x000024c0u, 0x0000226cu, 0x000500c7u, 0x00000006u, 0x00002278u, - 0x000021e9u, 0x00000487u, 0x000500abu, 0x0000005du, 0x00002279u, 0x00002278u, 0x00000376u, 0x000300f7u, - 0x000022c6u, 0x00000000u, 0x000400fau, 0x0000224au, 0x0000227bu, 0x000022b6u, 0x000200f8u, 0x000022b6u, - 0x000300f7u, 0x000022c5u, 0x00000000u, 0x000400fau, 0x00002247u, 0x000022b8u, 0x000022c5u, 0x000200f8u, - 0x000022b8u, 0x000500afu, 0x0000005du, 0x000022bdu, 0x0000718du, 0x0000245du, 0x000300f7u, 0x000022c3u, - 0x00000000u, 0x000400fau, 0x000022bdu, 0x000022beu, 0x000022c3u, 0x000200f8u, 0x000022beu, 0x000500b3u, - 0x0000005du, 0x000022c2u, 0x0000718du, 0x00002460u, 0x000200f9u, 0x000022c3u, 0x000200f8u, 0x000022c3u, - 0x000700f5u, 0x0000005du, 0x000022c4u, 0x000022bdu, 0x000022b8u, 0x000022c2u, 0x000022beu, 0x000200f9u, - 0x00002435u, 0x000200f8u, 0x000022c5u, 0x000200f9u, 0x000022c6u, 0x000200f8u, 0x0000227bu, 0x000500afu, - 0x0000005du, 0x0000227fu, 0x0000718du, 0x0000245du, 0x000300f7u, 0x00002285u, 0x00000000u, 0x000400fau, - 0x0000227fu, 0x00002280u, 0x00002285u, 0x000200f8u, 0x00002280u, 0x000500b3u, 0x0000005du, 0x00002284u, - 0x0000718du, 0x00002460u, 0x000200f9u, 0x00002285u, 0x000200f8u, 0x00002285u, 0x000700f5u, 0x0000005du, - 0x00002286u, 0x0000227fu, 0x0000227bu, 0x00002284u, 0x00002280u, 0x000400a8u, 0x0000005du, 0x00002288u, - 0x00002286u, 0x000300f7u, 0x0000228au, 0x00000000u, 0x000400fau, 0x00002288u, 0x00002289u, 0x0000228au, - 0x000200f8u, 0x00002289u, 0x000200f9u, 0x00002435u, 0x000200f8u, 0x0000228au, 0x000300f7u, 0x000024d6u, - 0x00000000u, 0x000400fau, 0x00002279u, 0x000024ccu, 0x000024d1u, 0x000200f8u, 0x000024d1u, 0x00050082u, - 0x00000008u, 0x000024d5u, 0x00002460u, 0x0000718du, 0x000200f9u, 0x000024d6u, 0x000200f8u, 0x000024ccu, - 0x00050082u, 0x00000008u, 0x000024d0u, 0x0000718du, 0x0000245du, 0x000200f9u, 0x000024d6u, 0x000200f8u, - 0x000024d6u, 0x000700f5u, 0x00000008u, 0x000082abu, 0x000024d0u, 0x000024ccu, 0x000024d5u, 0x000024d1u, - 0x000500c3u, 0x00000008u, 0x000024d9u, 0x000082abu, 0x0000078fu, 0x00060041u, 0x00000cddu, 0x000024dbu, - 0x00000cdcu, 0x00000205u, 0x00000214u, 0x0004003du, 0x00000008u, 0x000024dcu, 0x000024dbu, 0x000500c7u, - 0x00000008u, 0x000024ddu, 0x000024d9u, 0x000024dcu, 0x00050082u, 0x00000008u, 0x000024e0u, 0x000024d9u, - 0x000024ddu, 0x00060041u, 0x00000cddu, 0x000024e2u, 0x00000cdcu, 0x00000205u, 0x00000205u, 0x0004003du, - 0x00000008u, 0x000024e3u, 0x000024e2u, 0x000500c3u, 0x00000008u, 0x000024e4u, 0x000024d9u, 0x000024e3u, - 0x000600a9u, 0x00000008u, 0x000024e6u, 0x00002279u, 0x00000214u, 0x00000ceau, 0x00050084u, 0x00000008u, - 0x000024e7u, 0x000024e4u, 0x000024e6u, 0x0008004fu, 0x0000003cu, 0x000024eau, 0x0000244du, 0x0000244du, - 0x00000000u, 0x00000001u, 0x00000003u, 0x0008004fu, 0x0000003cu, 0x000024ecu, 0x0000247bu, 0x0000247bu, - 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000003cu, 0x000024eeu, 0x000024ecu, 0x0000afc0u, - 0x00060050u, 0x0000003cu, 0x000024f0u, 0x000024e7u, 0x000024e7u, 0x000024e7u, 0x00050084u, 0x0000003cu, - 0x000024f1u, 0x000024eeu, 0x000024f0u, 0x00050080u, 0x0000003cu, 0x000024f2u, 0x000024eau, 0x000024f1u, - 0x000300f7u, 0x00002500u, 0x00000000u, 0x000400fau, 0x00002232u, 0x000024f4u, 0x000024fbu, 0x000200f8u, - 0x000024fbu, 0x000500c3u, 0x0000003cu, 0x000024feu, 0x000024f2u, 0x0000afc1u, 0x0007004fu, 0x0000005fu, - 0x0000258cu, 0x000024feu, 0x000024feu, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002500u, 0x000200f8u, - 0x000024f4u, 0x000500c3u, 0x0000003cu, 0x000024f7u, 0x000024f2u, 0x0000afc1u, 0x0003003eu, 0x000024c7u, - 0x000024f7u, 0x00050041u, 0x0000003eu, 0x0000250cu, 0x000024c7u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x0000250du, 0x0000250cu, 0x000500b3u, 0x0000005du, 0x0000250fu, 0x0000250du, 0x00000205u, 0x000500c7u, - 0x00000008u, 0x00002511u, 0x0000250du, 0x00000c18u, 0x0006000cu, 0x00000008u, 0x0000256eu, 0x00000001u, - 0x0000004au, 0x00002511u, 0x00050082u, 0x00000008u, 0x0000256fu, 0x00000285u, 0x0000256eu, 0x0007000cu, - 0x00000008u, 0x00002570u, 0x00000001u, 0x00000027u, 0x0000256fu, 0x00000285u, 0x000500c4u, 0x00000008u, - 0x00002573u, 0x00002511u, 0x00002570u, 0x000500c7u, 0x00000008u, 0x00002574u, 0x00002573u, 0x00000b32u, - 0x000500c7u, 0x00000008u, 0x00002576u, 0x00002574u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00002578u, - 0x00002574u, 0x00000260u, 0x0003003eu, 0x00002569u, 0x00000bf6u, 0x00050041u, 0x00000060u, 0x00002579u, - 0x00002569u, 0x00002578u, 0x0004003du, 0x0000005fu, 0x0000257au, 0x00002579u, 0x0003003eu, 0x00002568u, - 0x0000257au, 0x00050041u, 0x0000003eu, 0x0000257eu, 0x00002568u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x0000257fu, 0x0000257eu, 0x00050084u, 0x00000008u, 0x00002581u, 0x0000257fu, 0x00002576u, 0x000500c3u, - 0x00000008u, 0x00002582u, 0x00002581u, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00002583u, 0x00002568u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002584u, 0x00002583u, 0x00050080u, 0x00000008u, 0x00002585u, - 0x00002582u, 0x00002584u, 0x00050050u, 0x0000005fu, 0x00002588u, 0x00002585u, 0x00002570u, 0x0003003eu, - 0x00002503u, 0x00002588u, 0x00050041u, 0x0000003eu, 0x00002514u, 0x00002503u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002515u, 0x00002514u, 0x0007004fu, 0x0000005fu, 0x00002517u, 0x000024f7u, 0x000024f7u, - 0x00000000u, 0x00000001u, 0x00050041u, 0x0000003eu, 0x00002518u, 0x00002503u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00002519u, 0x00002518u, 0x00050050u, 0x0000005fu, 0x0000251au, 0x00002519u, 0x00002519u, - 0x00050084u, 0x0000005fu, 0x0000251bu, 0x00002517u, 0x0000251au, 0x0003003eu, 0x00002506u, 0x0000251bu, - 0x000500c3u, 0x00000008u, 0x0000251du, 0x00000c2bu, 0x00002515u, 0x0004007eu, 0x00000008u, 0x0000251eu, - 0x0000251du, 0x000500c7u, 0x00000008u, 0x0000251fu, 0x00000c2au, 0x0000251eu, 0x00050050u, 0x0000005fu, - 0x00002522u, 0x0000251fu, 0x0000251fu, 0x000500c7u, 0x0000005fu, 0x00002523u, 0x0000251bu, 0x00002522u, - 0x0003003eu, 0x00002508u, 0x00002523u, 0x000500abu, 0x0000005du, 0x00002525u, 0x00002515u, 0x00000285u, - 0x000300f7u, 0x00002530u, 0x00000000u, 0x000400fau, 0x00002525u, 0x00002526u, 0x0000252cu, 0x000200f8u, - 0x0000252cu, 0x0004003du, 0x0000005fu, 0x0000252du, 0x00002506u, 0x000500c4u, 0x0000005fu, 0x0000252fu, - 0x0000252du, 0x0000afc5u, 0x0003003eu, 0x00002509u, 0x0000252fu, 0x000200f9u, 0x00002530u, 0x000200f8u, - 0x00002526u, 0x0004003du, 0x0000005fu, 0x00002527u, 0x00002506u, 0x00050082u, 0x00000008u, 0x00002529u, - 0x0000027fu, 0x00002515u, 0x00050050u, 0x0000005fu, 0x0000252au, 0x00002529u, 0x00002529u, 0x000500c3u, - 0x0000005fu, 0x0000252bu, 0x00002527u, 0x0000252au, 0x0003003eu, 0x00002506u, 0x0000252bu, 0x0003003eu, - 0x00002509u, 0x0000252bu, 0x000200f9u, 0x00002530u, 0x000200f8u, 0x00002530u, 0x000500abu, 0x0000087fu, - 0x00002532u, 0x00002523u, 0x00000c44u, 0x0004009au, 0x0000005du, 0x00002533u, 0x00002532u, 0x000300f7u, - 0x0000255fu, 0x00000000u, 0x000400fau, 0x00002533u, 0x00002534u, 0x0000255fu, 0x000200f8u, 0x00002534u, - 0x00050041u, 0x0000003eu, 0x00002535u, 0x00002508u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002536u, - 0x00002535u, 0x000500abu, 0x0000005du, 0x00002538u, 0x00002536u, 0x0000251fu, 0x000300f7u, 0x0000253du, - 0x00000000u, 0x000400fau, 0x00002538u, 0x00002539u, 0x0000253du, 0x000200f8u, 0x00002539u, 0x0004003du, - 0x00000008u, 0x0000253bu, 0x00002535u, 0x000500abu, 0x0000005du, 0x0000253cu, 0x0000253bu, 0x00000205u, - 0x000200f9u, 0x0000253du, 0x000200f8u, 0x0000253du, 0x000700f5u, 0x0000005du, 0x0000253eu, 0x00002538u, - 0x00002534u, 0x0000253cu, 0x00002539u, 0x000300f7u, 0x00002549u, 0x00000000u, 0x000400fau, 0x0000253eu, - 0x0000253fu, 0x00002549u, 0x000200f8u, 0x0000253fu, 0x00050041u, 0x0000003eu, 0x00002540u, 0x00002506u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002541u, 0x00002540u, 0x000500c7u, 0x00000008u, 0x00002542u, - 0x00002541u, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00002543u, 0x00002542u, 0x00000205u, 0x000300f7u, - 0x00002548u, 0x00000000u, 0x000400fau, 0x00002543u, 0x00002544u, 0x00002546u, 0x000200f8u, 0x00002546u, - 0x00050041u, 0x0000003eu, 0x00002547u, 0x00002509u, 0x00000376u, 0x0003003eu, 0x00002547u, 0x00000c5du, - 0x000200f9u, 0x00002548u, 0x000200f8u, 0x00002544u, 0x00050041u, 0x0000003eu, 0x00002545u, 0x00002509u, - 0x00000376u, 0x0003003eu, 0x00002545u, 0x00000c18u, 0x000200f9u, 0x00002548u, 0x000200f8u, 0x00002548u, - 0x000200f9u, 0x00002549u, 0x000200f8u, 0x00002549u, 0x00050041u, 0x0000003eu, 0x0000254au, 0x00002508u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x0000254bu, 0x0000254au, 0x000500abu, 0x0000005du, 0x0000254du, - 0x0000254bu, 0x0000251fu, 0x000300f7u, 0x00002552u, 0x00000000u, 0x000400fau, 0x0000254du, 0x0000254eu, - 0x00002552u, 0x000200f8u, 0x0000254eu, 0x0004003du, 0x00000008u, 0x00002550u, 0x0000254au, 0x000500abu, - 0x0000005du, 0x00002551u, 0x00002550u, 0x00000205u, 0x000200f9u, 0x00002552u, 0x000200f8u, 0x00002552u, - 0x000700f5u, 0x0000005du, 0x00002553u, 0x0000254du, 0x00002549u, 0x00002551u, 0x0000254eu, 0x000300f7u, - 0x0000255eu, 0x00000000u, 0x000400fau, 0x00002553u, 0x00002554u, 0x0000255eu, 0x000200f8u, 0x00002554u, - 0x00050041u, 0x0000003eu, 0x00002555u, 0x00002506u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002556u, - 0x00002555u, 0x000500c7u, 0x00000008u, 0x00002557u, 0x00002556u, 0x00000c2bu, 0x000500aau, 0x0000005du, - 0x00002558u, 0x00002557u, 0x00000205u, 0x000300f7u, 0x0000255du, 0x00000000u, 0x000400fau, 0x00002558u, - 0x00002559u, 0x0000255bu, 0x000200f8u, 0x0000255bu, 0x00050041u, 0x0000003eu, 0x0000255cu, 0x00002509u, - 0x00000487u, 0x0003003eu, 0x0000255cu, 0x00000c5du, 0x000200f9u, 0x0000255du, 0x000200f8u, 0x00002559u, - 0x00050041u, 0x0000003eu, 0x0000255au, 0x00002509u, 0x00000487u, 0x0003003eu, 0x0000255au, 0x00000c18u, - 0x000200f9u, 0x0000255du, 0x000200f8u, 0x0000255du, 0x000200f9u, 0x0000255eu, 0x000200f8u, 0x0000255eu, - 0x000200f9u, 0x0000255fu, 0x000200f8u, 0x0000255fu, 0x000300f7u, 0x00002562u, 0x00000000u, 0x000400fau, - 0x0000250fu, 0x00002561u, 0x00002562u, 0x000200f8u, 0x00002561u, 0x0003003eu, 0x00002509u, 0x00000c77u, - 0x000200f9u, 0x00002562u, 0x000200f8u, 0x00002562u, 0x0004003du, 0x0000005fu, 0x00002563u, 0x00002509u, - 0x0008000cu, 0x0000005fu, 0x00002564u, 0x00000001u, 0x0000002du, 0x00002563u, 0x00000c7au, 0x00000c7bu, - 0x000200f9u, 0x00002500u, 0x000200f8u, 0x00002500u, 0x000700f5u, 0x0000005fu, 0x000082acu, 0x00002564u, - 0x00002562u, 0x0000258cu, 0x000024fbu, 0x000500c7u, 0x00000006u, 0x00002295u, 0x00002208u, 0x00000741u, - 0x00080041u, 0x00000279u, 0x00002298u, 0x00000a23u, 0x00000205u, 0x00001fecu, 0x00000217u, 0x00002295u, - 0x0004003du, 0x0000022bu, 0x00002299u, 0x00002298u, 0x00040071u, 0x00000006u, 0x0000229au, 0x00002299u, - 0x00070041u, 0x0000026du, 0x00002590u, 0x000002d3u, 0x00000205u, 0x0000229au, 0x00000205u, 0x0004003du, - 0x00000006u, 0x00002591u, 0x00002590u, 0x00070041u, 0x0000026du, 0x00002596u, 0x000002d3u, 0x00000205u, - 0x0000229au, 0x00000217u, 0x0004003du, 0x00000006u, 0x00002597u, 0x00002596u, 0x00070041u, 0x0000026du, - 0x0000259cu, 0x000002d3u, 0x00000205u, 0x0000229au, 0x0000021du, 0x0004003du, 0x00000006u, 0x0000259du, - 0x0000259cu, 0x00070041u, 0x0000026du, 0x0000259fu, 0x000002d3u, 0x00000205u, 0x0000229au, 0x00000220u, - 0x0004003du, 0x00000006u, 0x000025a0u, 0x0000259fu, 0x00070041u, 0x00000279u, 0x000025a7u, 0x000002d3u, - 0x00000205u, 0x0000229au, 0x00000226u, 0x0004003du, 0x0000022bu, 0x000025a8u, 0x000025a7u, 0x00040071u, - 0x00000006u, 0x000025a9u, 0x000025a8u, 0x0004007cu, 0x00000008u, 0x000025aau, 0x000025a9u, 0x00070041u, - 0x00000279u, 0x000025acu, 0x000002d3u, 0x00000205u, 0x0000229au, 0x00000260u, 0x0004003du, 0x0000022bu, - 0x000025adu, 0x000025acu, 0x00040071u, 0x00000006u, 0x000025aeu, 0x000025adu, 0x0004007cu, 0x00000008u, - 0x000025afu, 0x000025aeu, 0x00070041u, 0x00000279u, 0x000025b1u, 0x000002d3u, 0x00000205u, 0x0000229au, - 0x00000266u, 0x0004003du, 0x0000022bu, 0x000025b2u, 0x000025b1u, 0x00040071u, 0x00000006u, 0x000025b3u, - 0x000025b2u, 0x0004007cu, 0x00000008u, 0x000025b4u, 0x000025b3u, 0x00070041u, 0x00000279u, 0x000025b6u, - 0x000002d3u, 0x00000205u, 0x0000229au, 0x0000026cu, 0x0004003du, 0x0000022bu, 0x000025b7u, 0x000025b6u, - 0x00040071u, 0x00000006u, 0x000025b8u, 0x000025b7u, 0x0004007cu, 0x00000008u, 0x000025b9u, 0x000025b8u, - 0x00070041u, 0x00000279u, 0x000025bbu, 0x000002d3u, 0x00000205u, 0x0000229au, 0x00000271u, 0x0004003du, - 0x0000022bu, 0x000025bcu, 0x000025bbu, 0x00040071u, 0x00000006u, 0x000025bdu, 0x000025bcu, 0x0004007cu, - 0x00000008u, 0x000025beu, 0x000025bdu, 0x00070041u, 0x00000279u, 0x000025c0u, 0x000002d3u, 0x00000205u, - 0x0000229au, 0x00000278u, 0x0004003du, 0x0000022bu, 0x000025c1u, 0x000025c0u, 0x00040071u, 0x00000006u, - 0x000025c2u, 0x000025c1u, 0x0004007cu, 0x00000008u, 0x000025c3u, 0x000025c2u, 0x00070041u, 0x00000279u, - 0x000025c5u, 0x000002d3u, 0x00000205u, 0x0000229au, 0x0000027fu, 0x0004003du, 0x0000022bu, 0x000025c6u, - 0x000025c5u, 0x00040071u, 0x00000006u, 0x000025c7u, 0x000025c6u, 0x0004007cu, 0x00000008u, 0x000025c8u, - 0x000025c7u, 0x0003003eu, 0x00002147u, 0x000082acu, 0x0004007cu, 0x00000008u, 0x000025e1u, 0x00002591u, - 0x00050041u, 0x0000003eu, 0x000025e4u, 0x00002147u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000025e5u, - 0x000025e4u, 0x0008000cu, 0x00000008u, 0x0000261bu, 0x00000001u, 0x0000002du, 0x000025e5u, 0x00000c5du, - 0x00000c18u, 0x000500b1u, 0x0000005du, 0x0000261du, 0x000025b9u, 0x00000271u, 0x000300f7u, 0x00002629u, - 0x00000000u, 0x000400fau, 0x0000261du, 0x0000261eu, 0x00002622u, 0x000200f8u, 0x00002622u, 0x00050082u, - 0x00000008u, 0x00002624u, 0x0000037fu, 0x000025b9u, 0x000500c4u, 0x00000008u, 0x00002626u, 0x0000261bu, - 0x00002624u, 0x000500c3u, 0x00000008u, 0x00002628u, 0x00002626u, 0x0000055bu, 0x000200f9u, 0x00002629u, - 0x000200f8u, 0x0000261eu, 0x000500c3u, 0x00000008u, 0x00002621u, 0x0000261bu, 0x000025b9u, 0x000200f9u, - 0x00002629u, 0x000200f8u, 0x00002629u, 0x000700f5u, 0x00000008u, 0x000082adu, 0x00002621u, 0x0000261eu, - 0x00002628u, 0x00002622u, 0x000500c4u, 0x00000008u, 0x0000262bu, 0x000025e1u, 0x0000021au, 0x00050082u, - 0x00000008u, 0x0000262du, 0x000082adu, 0x0000262bu, 0x0003003eu, 0x000025e4u, 0x0000262du, 0x0004007cu, - 0x00000008u, 0x000025eau, 0x00002597u, 0x00050041u, 0x0000003eu, 0x000025edu, 0x00002147u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x000025eeu, 0x000025edu, 0x0008000cu, 0x00000008u, 0x00002632u, 0x00000001u, - 0x0000002du, 0x000025eeu, 0x00000c5du, 0x00000c18u, 0x000500b1u, 0x0000005du, 0x00002634u, 0x000025c3u, - 0x00000271u, 0x000300f7u, 0x00002640u, 0x00000000u, 0x000400fau, 0x00002634u, 0x00002635u, 0x00002639u, - 0x000200f8u, 0x00002639u, 0x00050082u, 0x00000008u, 0x0000263bu, 0x0000037fu, 0x000025c3u, 0x000500c4u, - 0x00000008u, 0x0000263du, 0x00002632u, 0x0000263bu, 0x000500c3u, 0x00000008u, 0x0000263fu, 0x0000263du, - 0x0000055bu, 0x000200f9u, 0x00002640u, 0x000200f8u, 0x00002635u, 0x000500c3u, 0x00000008u, 0x00002638u, - 0x00002632u, 0x000025c3u, 0x000200f9u, 0x00002640u, 0x000200f8u, 0x00002640u, 0x000700f5u, 0x00000008u, - 0x000082aeu, 0x00002638u, 0x00002635u, 0x0000263fu, 0x00002639u, 0x000500c4u, 0x00000008u, 0x00002642u, - 0x000025eau, 0x0000021au, 0x00050082u, 0x00000008u, 0x00002644u, 0x000082aeu, 0x00002642u, 0x0003003eu, - 0x000025edu, 0x00002644u, 0x0004003du, 0x0000005fu, 0x000025f1u, 0x00002147u, 0x000500c3u, 0x0000005fu, - 0x000025f3u, 0x000025f1u, 0x0000afc7u, 0x0003003eu, 0x00002147u, 0x000025f3u, 0x00060041u, 0x00000cddu, - 0x000025f4u, 0x00000cdcu, 0x00000205u, 0x00000217u, 0x0004003du, 0x00000008u, 0x000025f5u, 0x000025f4u, - 0x000500aau, 0x0000005du, 0x000025f6u, 0x000025f5u, 0x00000205u, 0x000300f7u, 0x00002616u, 0x00000000u, - 0x000400fau, 0x000025f6u, 0x000025f7u, 0x000025f8u, 0x000200f8u, 0x000025f8u, 0x000500aau, 0x0000005du, - 0x000025fbu, 0x000025f5u, 0x00000214u, 0x000300f7u, 0x00002615u, 0x00000000u, 0x000400fau, 0x000025fbu, - 0x000025fcu, 0x0000260du, 0x000200f8u, 0x0000260du, 0x0004003du, 0x0000005fu, 0x00002610u, 0x00002147u, - 0x0003003eu, 0x000025d9u, 0x00002610u, 0x000500b1u, 0x0000005du, 0x000027f4u, 0x000024e0u, 0x00000217u, - 0x000300f7u, 0x000027fau, 0x00000000u, 0x000400fau, 0x000027f4u, 0x000027f6u, 0x000027fau, 0x000200f8u, - 0x000027f6u, 0x000500abu, 0x0000005du, 0x000027f9u, 0x000025aau, 0x00000217u, 0x000200f9u, 0x000027fau, - 0x000200f8u, 0x000027fau, 0x000700f5u, 0x0000005du, 0x000027fbu, 0x000027f4u, 0x0000260du, 0x000027f9u, - 0x000027f6u, 0x000400a8u, 0x0000005du, 0x000027fdu, 0x00002223u, 0x000500a7u, 0x0000005du, 0x000027feu, - 0x000027fbu, 0x000027fdu, 0x0007000cu, 0x00000008u, 0x00002801u, 0x00000001u, 0x00000027u, 0x000025aau, - 0x00000217u, 0x000500aau, 0x0000005du, 0x00002804u, 0x000025aau, 0x0000021au, 0x000500a6u, 0x0000005du, - 0x00002807u, 0x00002804u, 0x00002223u, 0x000600a9u, 0x00000008u, 0x00002808u, 0x00002807u, 0x0000114du, - 0x0000040cu, 0x000300f7u, 0x000028eau, 0x00000000u, 0x000400fau, 0x000027feu, 0x0000280au, 0x00002889u, - 0x000200f8u, 0x00002889u, 0x00050041u, 0x0000003eu, 0x0000288bu, 0x000025d9u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x0000288cu, 0x0000288bu, 0x00050080u, 0x00000008u, 0x0000288du, 0x0000288cu, 0x000024e0u, - 0x0003003eu, 0x0000288bu, 0x0000288du, 0x0004003du, 0x00000008u, 0x00002891u, 0x0000288bu, 0x000500abu, - 0x0000005du, 0x00002933u, 0x000025b4u, 0x00000205u, 0x000300f7u, 0x00002949u, 0x00000000u, 0x000400fau, - 0x00002933u, 0x00002934u, 0x00002949u, 0x000200f8u, 0x00002934u, 0x000500c4u, 0x00000008u, 0x00002937u, - 0x00000214u, 0x000025b4u, 0x000500c7u, 0x00000008u, 0x0000293au, 0x000025c8u, 0x00000217u, 0x000500abu, - 0x0000005du, 0x0000293bu, 0x0000293au, 0x00000205u, 0x000300f7u, 0x00002944u, 0x00000000u, 0x000400fau, - 0x0000293bu, 0x0000293cu, 0x00002944u, 0x000200f8u, 0x0000293cu, 0x000500c7u, 0x00000008u, 0x0000293fu, - 0x00002891u, 0x00002937u, 0x00050082u, 0x00000008u, 0x00002940u, 0x0000293fu, 0x00000214u, 0x0007000cu, - 0x00000008u, 0x00002941u, 0x00000001u, 0x0000002au, 0x00002940u, 0x00000205u, 0x000500c6u, 0x00000008u, - 0x00002943u, 0x00002891u, 0x00002941u, 0x000200f9u, 0x00002944u, 0x000200f8u, 0x00002944u, 0x000700f5u, - 0x00000008u, 0x000082afu, 0x00002891u, 0x00002934u, 0x00002943u, 0x0000293cu, 0x00050082u, 0x00000008u, - 0x00002946u, 0x00002937u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00002948u, 0x000082afu, 0x00002946u, - 0x000200f9u, 0x00002949u, 0x000200f8u, 0x00002949u, 0x000700f5u, 0x00000008u, 0x000082b0u, 0x00002891u, - 0x00002889u, 0x00002948u, 0x00002944u, 0x00050041u, 0x0000003eu, 0x00002894u, 0x000025d9u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00002895u, 0x00002894u, 0x000500abu, 0x0000005du, 0x00002950u, 0x000025beu, - 0x00000205u, 0x000300f7u, 0x00002966u, 0x00000000u, 0x000400fau, 0x00002950u, 0x00002951u, 0x00002966u, - 0x000200f8u, 0x00002951u, 0x000500c4u, 0x00000008u, 0x00002954u, 0x00000214u, 0x000025beu, 0x000500c7u, - 0x00000008u, 0x00002957u, 0x000025c8u, 0x00000260u, 0x000500abu, 0x0000005du, 0x00002958u, 0x00002957u, - 0x00000205u, 0x000300f7u, 0x00002961u, 0x00000000u, 0x000400fau, 0x00002958u, 0x00002959u, 0x00002961u, - 0x000200f8u, 0x00002959u, 0x000500c7u, 0x00000008u, 0x0000295cu, 0x00002895u, 0x00002954u, 0x00050082u, - 0x00000008u, 0x0000295du, 0x0000295cu, 0x00000214u, 0x0007000cu, 0x00000008u, 0x0000295eu, 0x00000001u, - 0x0000002au, 0x0000295du, 0x00000205u, 0x000500c6u, 0x00000008u, 0x00002960u, 0x00002895u, 0x0000295eu, - 0x000200f9u, 0x00002961u, 0x000200f8u, 0x00002961u, 0x000700f5u, 0x00000008u, 0x000082b1u, 0x00002895u, - 0x00002951u, 0x00002960u, 0x00002959u, 0x00050082u, 0x00000008u, 0x00002963u, 0x00002954u, 0x00000214u, - 0x000500c7u, 0x00000008u, 0x00002965u, 0x000082b1u, 0x00002963u, 0x000200f9u, 0x00002966u, 0x000200f8u, - 0x00002966u, 0x000700f5u, 0x00000008u, 0x000082b2u, 0x00002895u, 0x00002949u, 0x00002965u, 0x00002961u, - 0x0004007cu, 0x00000006u, 0x0000289cu, 0x000082b2u, 0x00050084u, 0x00000006u, 0x0000289du, 0x000025a0u, - 0x0000289cu, 0x00050080u, 0x00000006u, 0x0000289eu, 0x0000259du, 0x0000289du, 0x00050084u, 0x00000006u, - 0x000028a0u, 0x0000289eu, 0x000003c6u, 0x000500c4u, 0x00000008u, 0x000028a3u, 0x000082b0u, 0x00002801u, - 0x0004007cu, 0x00000006u, 0x000028a4u, 0x000028a3u, 0x00050080u, 0x00000006u, 0x000028a5u, 0x000028a0u, - 0x000028a4u, 0x000500c7u, 0x00000006u, 0x000028a6u, 0x000028a5u, 0x000011bau, 0x000500c7u, 0x00000006u, - 0x000028a9u, 0x0000289cu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000028aau, 0x000028a9u, 0x0000035du, - 0x000500c6u, 0x00000006u, 0x000028acu, 0x000028a6u, 0x000028aau, 0x000500c2u, 0x00000006u, 0x000028aeu, - 0x000028acu, 0x000003c6u, 0x0004007cu, 0x00000006u, 0x000028b0u, 0x00002808u, 0x000500c7u, 0x00000006u, - 0x000028b2u, 0x000028aeu, 0x000028b0u, 0x000500c6u, 0x00000006u, 0x000028b5u, 0x000028b2u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x000028b6u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000028b5u, - 0x0004003du, 0x0000022du, 0x000028b7u, 0x000028b6u, 0x00040071u, 0x00000006u, 0x000028b8u, 0x000028b7u, - 0x0004007cu, 0x00000008u, 0x000028b9u, 0x000028b8u, 0x000300f7u, 0x000028e9u, 0x00000000u, 0x000400fau, - 0x00002223u, 0x000028bbu, 0x000028e9u, 0x000200f8u, 0x000028bbu, 0x000500aau, 0x0000005du, 0x000028beu, - 0x000025aau, 0x00000205u, 0x000300f7u, 0x000028e0u, 0x00000000u, 0x000400fau, 0x000028beu, 0x000028bfu, - 0x000028d2u, 0x000200f8u, 0x000028d2u, 0x000500c7u, 0x00000006u, 0x000028d4u, 0x000028acu, 0x000003c6u, - 0x00050084u, 0x00000006u, 0x000028d5u, 0x00000703u, 0x000028d4u, 0x00050082u, 0x00000006u, 0x000028d6u, - 0x0000035du, 0x000028d5u, 0x000500c3u, 0x00000008u, 0x000028d8u, 0x000028b9u, 0x000028d6u, 0x000500c7u, - 0x00000008u, 0x000028dau, 0x000028d8u, 0x0000038du, 0x000500c4u, 0x00000008u, 0x000028dcu, 0x000028dau, - 0x00000217u, 0x00050080u, 0x00000008u, 0x000028dfu, 0x000028dcu, 0x000024e0u, 0x000200f9u, 0x000028e0u, - 0x000200f8u, 0x000028bfu, 0x000500c7u, 0x00000006u, 0x000028c1u, 0x000028acu, 0x0000048du, 0x00050084u, - 0x00000006u, 0x000028c2u, 0x00000703u, 0x000028c1u, 0x00050082u, 0x00000006u, 0x000028c3u, 0x00001260u, - 0x000028c2u, 0x000500c3u, 0x00000008u, 0x000028c5u, 0x000028b9u, 0x000028c3u, 0x000500c7u, 0x00000008u, - 0x000028c7u, 0x000028c5u, 0x00000542u, 0x000500c4u, 0x00000008u, 0x000028cau, 0x000025afu, 0x0000021du, - 0x000500c5u, 0x00000008u, 0x000028ccu, 0x000028c7u, 0x000028cau, 0x000500c4u, 0x00000008u, 0x000028ceu, - 0x000028ccu, 0x00000217u, 0x00050080u, 0x00000008u, 0x000028d1u, 0x000028ceu, 0x000024e0u, 0x000200f9u, - 0x000028e0u, 0x000200f8u, 0x000028e0u, 0x000700f5u, 0x00000008u, 0x000082b3u, 0x000028d1u, 0x000028bfu, - 0x000028dfu, 0x000028d2u, 0x000500c5u, 0x00000008u, 0x000028e3u, 0x000082b3u, 0x00001283u, 0x000500c6u, - 0x00000008u, 0x000028e4u, 0x000028e3u, 0x00000214u, 0x00080041u, 0x00000272u, 0x000028e5u, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x000028e4u, 0x0004003du, 0x0000022du, 0x000028e6u, 0x000028e5u, - 0x00040071u, 0x00000006u, 0x000028e7u, 0x000028e6u, 0x0004007cu, 0x00000008u, 0x000028e8u, 0x000028e7u, - 0x000200f9u, 0x000028e9u, 0x000200f8u, 0x000028e9u, 0x000700f5u, 0x00000008u, 0x000082bdu, 0x000028b9u, - 0x00002966u, 0x000028e8u, 0x000028e0u, 0x000200f9u, 0x000028eau, 0x000200f8u, 0x0000280au, 0x00050084u, - 0x00000008u, 0x0000280cu, 0x00000217u, 0x000024e0u, 0x00050041u, 0x0000003eu, 0x0000280du, 0x000025d9u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x0000280eu, 0x0000280du, 0x00050080u, 0x00000008u, 0x0000280fu, - 0x0000280eu, 0x0000280cu, 0x0003003eu, 0x0000280du, 0x0000280fu, 0x0004003du, 0x00000008u, 0x00002813u, - 0x0000280du, 0x00050050u, 0x0000005fu, 0x000028f1u, 0x00002813u, 0x00002813u, 0x00050080u, 0x0000005fu, - 0x000028f2u, 0x000028f1u, 0x00000de8u, 0x000500abu, 0x0000005du, 0x000028f5u, 0x000025b4u, 0x00000205u, - 0x000300f7u, 0x0000290fu, 0x00000000u, 0x000400fau, 0x000028f5u, 0x000028f6u, 0x0000290fu, 0x000200f8u, - 0x000028f6u, 0x000500c4u, 0x00000008u, 0x000028f9u, 0x00000214u, 0x000025b4u, 0x000500c7u, 0x00000008u, - 0x000028fcu, 0x000025c8u, 0x00000217u, 0x000500abu, 0x0000005du, 0x000028fdu, 0x000028fcu, 0x00000205u, - 0x000300f7u, 0x00002909u, 0x00000000u, 0x000400fau, 0x000028fdu, 0x000028feu, 0x00002909u, 0x000200f8u, - 0x000028feu, 0x00050050u, 0x0000005fu, 0x00002901u, 0x000028f9u, 0x000028f9u, 0x000500c7u, 0x0000005fu, - 0x00002902u, 0x000028f2u, 0x00002901u, 0x00050082u, 0x0000005fu, 0x00002904u, 0x00002902u, 0x0000afc5u, - 0x0007000cu, 0x0000005fu, 0x00002906u, 0x00000001u, 0x0000002au, 0x00002904u, 0x00000c44u, 0x000500c6u, - 0x0000005fu, 0x00002908u, 0x000028f2u, 0x00002906u, 0x000200f9u, 0x00002909u, 0x000200f8u, 0x00002909u, - 0x000700f5u, 0x0000005fu, 0x000082b4u, 0x000028f2u, 0x000028f6u, 0x00002908u, 0x000028feu, 0x00050082u, - 0x00000008u, 0x0000290bu, 0x000028f9u, 0x00000214u, 0x00050050u, 0x0000005fu, 0x0000290du, 0x0000290bu, - 0x0000290bu, 0x000500c7u, 0x0000005fu, 0x0000290eu, 0x000082b4u, 0x0000290du, 0x000200f9u, 0x0000290fu, - 0x000200f8u, 0x0000290fu, 0x000700f5u, 0x0000005fu, 0x000082b5u, 0x000028f2u, 0x0000280au, 0x0000290eu, - 0x00002909u, 0x00050041u, 0x0000003eu, 0x00002816u, 0x000025d9u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002817u, 0x00002816u, 0x000500abu, 0x0000005du, 0x00002916u, 0x000025beu, 0x00000205u, 0x000300f7u, - 0x0000292cu, 0x00000000u, 0x000400fau, 0x00002916u, 0x00002917u, 0x0000292cu, 0x000200f8u, 0x00002917u, - 0x000500c4u, 0x00000008u, 0x0000291au, 0x00000214u, 0x000025beu, 0x000500c7u, 0x00000008u, 0x0000291du, - 0x000025c8u, 0x00000260u, 0x000500abu, 0x0000005du, 0x0000291eu, 0x0000291du, 0x00000205u, 0x000300f7u, - 0x00002927u, 0x00000000u, 0x000400fau, 0x0000291eu, 0x0000291fu, 0x00002927u, 0x000200f8u, 0x0000291fu, - 0x000500c7u, 0x00000008u, 0x00002922u, 0x00002817u, 0x0000291au, 0x00050082u, 0x00000008u, 0x00002923u, - 0x00002922u, 0x00000214u, 0x0007000cu, 0x00000008u, 0x00002924u, 0x00000001u, 0x0000002au, 0x00002923u, - 0x00000205u, 0x000500c6u, 0x00000008u, 0x00002926u, 0x00002817u, 0x00002924u, 0x000200f9u, 0x00002927u, - 0x000200f8u, 0x00002927u, 0x000700f5u, 0x00000008u, 0x000082b6u, 0x00002817u, 0x00002917u, 0x00002926u, - 0x0000291fu, 0x00050082u, 0x00000008u, 0x00002929u, 0x0000291au, 0x00000214u, 0x000500c7u, 0x00000008u, - 0x0000292bu, 0x000082b6u, 0x00002929u, 0x000200f9u, 0x0000292cu, 0x000200f8u, 0x0000292cu, 0x000700f5u, - 0x00000008u, 0x000082b7u, 0x00002817u, 0x0000290fu, 0x0000292bu, 0x00002927u, 0x0004007cu, 0x00000006u, - 0x0000281eu, 0x000082b7u, 0x00050084u, 0x00000006u, 0x0000281fu, 0x000025a0u, 0x0000281eu, 0x00050080u, - 0x00000006u, 0x00002820u, 0x0000259du, 0x0000281fu, 0x00050084u, 0x00000006u, 0x00002822u, 0x00002820u, - 0x000003c6u, 0x00050050u, 0x0000005fu, 0x00002825u, 0x00002801u, 0x00002801u, 0x000500c4u, 0x0000005fu, - 0x00002826u, 0x000082b5u, 0x00002825u, 0x0004007cu, 0x000000a2u, 0x00002827u, 0x00002826u, 0x00050050u, - 0x000000a2u, 0x00002828u, 0x00002822u, 0x00002822u, 0x00050080u, 0x000000a2u, 0x00002829u, 0x00002828u, - 0x00002827u, 0x000500c7u, 0x000000a2u, 0x0000282bu, 0x00002829u, 0x0000afc9u, 0x000500c7u, 0x00000006u, - 0x0000282eu, 0x0000281eu, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000282fu, 0x0000282eu, 0x0000035du, - 0x00050050u, 0x000000a2u, 0x00002831u, 0x0000282fu, 0x0000282fu, 0x000500c6u, 0x000000a2u, 0x00002832u, - 0x0000282bu, 0x00002831u, 0x0003003eu, 0x000027e3u, 0x00002832u, 0x000500c2u, 0x000000a2u, 0x00002835u, - 0x00002832u, 0x0000afcau, 0x0004007cu, 0x00000006u, 0x00002837u, 0x00002808u, 0x00050050u, 0x000000a2u, - 0x00002839u, 0x00002837u, 0x00002837u, 0x000500c7u, 0x000000a2u, 0x0000283au, 0x00002835u, 0x00002839u, - 0x0003003eu, 0x000027e4u, 0x0000283au, 0x00050041u, 0x00000007u, 0x0000283cu, 0x000027e4u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x0000283du, 0x0000283cu, 0x000500c6u, 0x00000006u, 0x0000283eu, 0x0000283du, - 0x00000487u, 0x00080041u, 0x00000272u, 0x0000283fu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x0000283eu, 0x0004003du, 0x0000022du, 0x00002840u, 0x0000283fu, 0x00040071u, 0x00000006u, 0x00002841u, - 0x00002840u, 0x0004007cu, 0x00000008u, 0x00002842u, 0x00002841u, 0x00050041u, 0x00000007u, 0x00002844u, - 0x000027e4u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00002845u, 0x00002844u, 0x000500c6u, 0x00000006u, - 0x00002846u, 0x00002845u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00002847u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00002846u, 0x0004003du, 0x0000022du, 0x00002848u, 0x00002847u, 0x00040071u, - 0x00000006u, 0x00002849u, 0x00002848u, 0x0004007cu, 0x00000008u, 0x0000284au, 0x00002849u, 0x000500aau, - 0x0000005du, 0x0000284du, 0x000025aau, 0x00000214u, 0x000300f7u, 0x00002884u, 0x00000000u, 0x000400fau, - 0x0000284du, 0x0000284eu, 0x00002863u, 0x000200f8u, 0x00002863u, 0x000500aau, 0x0000005du, 0x00002866u, - 0x000025aau, 0x00000205u, 0x000300f7u, 0x00002883u, 0x00000000u, 0x000400fau, 0x00002866u, 0x00002867u, - 0x0000287eu, 0x000200f8u, 0x0000287eu, 0x000500c3u, 0x00000008u, 0x00002880u, 0x00002842u, 0x00000260u, - 0x000500c3u, 0x00000008u, 0x00002882u, 0x0000284au, 0x00000260u, 0x000200f9u, 0x00002883u, 0x000200f8u, - 0x00002867u, 0x00050041u, 0x00000007u, 0x00002868u, 0x000027e3u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00002869u, 0x00002868u, 0x000500c7u, 0x00000006u, 0x0000286au, 0x00002869u, 0x0000048du, 0x0004007cu, - 0x00000008u, 0x0000286bu, 0x0000286au, 0x00050084u, 0x00000008u, 0x0000286cu, 0x0000021du, 0x0000286bu, - 0x00050082u, 0x00000008u, 0x0000286du, 0x00000278u, 0x0000286cu, 0x000500c3u, 0x00000008u, 0x0000286fu, - 0x00002842u, 0x0000286du, 0x00050041u, 0x00000007u, 0x00002870u, 0x000027e3u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00002871u, 0x00002870u, 0x000500c7u, 0x00000006u, 0x00002872u, 0x00002871u, 0x0000048du, - 0x0004007cu, 0x00000008u, 0x00002873u, 0x00002872u, 0x00050084u, 0x00000008u, 0x00002874u, 0x0000021du, - 0x00002873u, 0x00050082u, 0x00000008u, 0x00002875u, 0x00000278u, 0x00002874u, 0x000500c3u, 0x00000008u, - 0x00002877u, 0x0000284au, 0x00002875u, 0x000500c7u, 0x00000008u, 0x00002879u, 0x0000286fu, 0x00000542u, - 0x00050084u, 0x00000008u, 0x0000287au, 0x00002879u, 0x00000424u, 0x000500c7u, 0x00000008u, 0x0000287cu, - 0x00002877u, 0x00000542u, 0x00050084u, 0x00000008u, 0x0000287du, 0x0000287cu, 0x00000424u, 0x000200f9u, - 0x00002883u, 0x000200f8u, 0x00002883u, 0x000700f5u, 0x00000008u, 0x000082bbu, 0x0000287du, 0x00002867u, - 0x00002882u, 0x0000287eu, 0x000700f5u, 0x00000008u, 0x000082b9u, 0x0000287au, 0x00002867u, 0x00002880u, - 0x0000287eu, 0x000200f9u, 0x00002884u, 0x000200f8u, 0x0000284eu, 0x00050041u, 0x00000007u, 0x0000284fu, - 0x000027e3u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00002850u, 0x0000284fu, 0x000500c7u, 0x00000006u, - 0x00002851u, 0x00002850u, 0x000003c6u, 0x0004007cu, 0x00000008u, 0x00002852u, 0x00002851u, 0x00050084u, - 0x00000008u, 0x00002853u, 0x0000021du, 0x00002852u, 0x00050082u, 0x00000008u, 0x00002854u, 0x00000260u, - 0x00002853u, 0x000500c3u, 0x00000008u, 0x00002856u, 0x00002842u, 0x00002854u, 0x00050041u, 0x00000007u, - 0x00002857u, 0x000027e3u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00002858u, 0x00002857u, 0x000500c7u, - 0x00000006u, 0x00002859u, 0x00002858u, 0x000003c6u, 0x0004007cu, 0x00000008u, 0x0000285au, 0x00002859u, - 0x00050084u, 0x00000008u, 0x0000285bu, 0x0000021du, 0x0000285au, 0x00050082u, 0x00000008u, 0x0000285cu, - 0x00000260u, 0x0000285bu, 0x000500c3u, 0x00000008u, 0x0000285eu, 0x0000284au, 0x0000285cu, 0x000500c7u, - 0x00000008u, 0x00002860u, 0x00002856u, 0x0000038du, 0x000500c7u, 0x00000008u, 0x00002862u, 0x0000285eu, - 0x0000038du, 0x000200f9u, 0x00002884u, 0x000200f8u, 0x00002884u, 0x000700f5u, 0x00000008u, 0x000082bau, - 0x00002862u, 0x0000284eu, 0x000082bbu, 0x00002883u, 0x000700f5u, 0x00000008u, 0x000082b8u, 0x00002860u, - 0x0000284eu, 0x000082b9u, 0x00002883u, 0x000500c4u, 0x00000008u, 0x00002886u, 0x000082b8u, 0x00000260u, - 0x000500c5u, 0x00000008u, 0x00002888u, 0x00002886u, 0x000082bau, 0x000200f9u, 0x000028eau, 0x000200f8u, - 0x000028eau, 0x000700f5u, 0x00000008u, 0x000082bcu, 0x00002888u, 0x00002884u, 0x000082bdu, 0x000028e9u, - 0x000200f9u, 0x00002615u, 0x000200f8u, 0x000025fcu, 0x000500c3u, 0x00000008u, 0x000025feu, 0x000024e0u, - 0x00000214u, 0x0004003du, 0x0000005fu, 0x00002601u, 0x00002147u, 0x0003003eu, 0x000025d3u, 0x00002601u, - 0x000500b1u, 0x0000005du, 0x00002663u, 0x000025feu, 0x00000217u, 0x000300f7u, 0x00002669u, 0x00000000u, - 0x000400fau, 0x00002663u, 0x00002665u, 0x00002669u, 0x000200f8u, 0x00002665u, 0x000500abu, 0x0000005du, - 0x00002668u, 0x000025aau, 0x00000217u, 0x000200f9u, 0x00002669u, 0x000200f8u, 0x00002669u, 0x000700f5u, - 0x0000005du, 0x0000266au, 0x00002663u, 0x000025fcu, 0x00002668u, 0x00002665u, 0x000400a8u, 0x0000005du, - 0x0000266cu, 0x00002223u, 0x000500a7u, 0x0000005du, 0x0000266du, 0x0000266au, 0x0000266cu, 0x0007000cu, - 0x00000008u, 0x00002670u, 0x00000001u, 0x00000027u, 0x000025aau, 0x00000217u, 0x000500aau, 0x0000005du, - 0x00002673u, 0x000025aau, 0x0000021au, 0x000500a6u, 0x0000005du, 0x00002676u, 0x00002673u, 0x00002223u, - 0x000600a9u, 0x00000008u, 0x00002677u, 0x00002676u, 0x0000114du, 0x0000040cu, 0x000300f7u, 0x00002759u, - 0x00000000u, 0x000400fau, 0x0000266du, 0x00002679u, 0x000026f8u, 0x000200f8u, 0x000026f8u, 0x00050041u, - 0x0000003eu, 0x000026fau, 0x000025d3u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000026fbu, 0x000026fau, - 0x00050080u, 0x00000008u, 0x000026fcu, 0x000026fbu, 0x000025feu, 0x0003003eu, 0x000026fau, 0x000026fcu, - 0x0004003du, 0x00000008u, 0x00002700u, 0x000026fau, 0x000500abu, 0x0000005du, 0x000027a2u, 0x000025b4u, - 0x00000205u, 0x000300f7u, 0x000027b8u, 0x00000000u, 0x000400fau, 0x000027a2u, 0x000027a3u, 0x000027b8u, - 0x000200f8u, 0x000027a3u, 0x000500c4u, 0x00000008u, 0x000027a6u, 0x00000214u, 0x000025b4u, 0x000500c7u, - 0x00000008u, 0x000027a9u, 0x000025c8u, 0x00000217u, 0x000500abu, 0x0000005du, 0x000027aau, 0x000027a9u, - 0x00000205u, 0x000300f7u, 0x000027b3u, 0x00000000u, 0x000400fau, 0x000027aau, 0x000027abu, 0x000027b3u, - 0x000200f8u, 0x000027abu, 0x000500c7u, 0x00000008u, 0x000027aeu, 0x00002700u, 0x000027a6u, 0x00050082u, - 0x00000008u, 0x000027afu, 0x000027aeu, 0x00000214u, 0x0007000cu, 0x00000008u, 0x000027b0u, 0x00000001u, - 0x0000002au, 0x000027afu, 0x00000205u, 0x000500c6u, 0x00000008u, 0x000027b2u, 0x00002700u, 0x000027b0u, - 0x000200f9u, 0x000027b3u, 0x000200f8u, 0x000027b3u, 0x000700f5u, 0x00000008u, 0x000082beu, 0x00002700u, - 0x000027a3u, 0x000027b2u, 0x000027abu, 0x00050082u, 0x00000008u, 0x000027b5u, 0x000027a6u, 0x00000214u, - 0x000500c7u, 0x00000008u, 0x000027b7u, 0x000082beu, 0x000027b5u, 0x000200f9u, 0x000027b8u, 0x000200f8u, - 0x000027b8u, 0x000700f5u, 0x00000008u, 0x000082bfu, 0x00002700u, 0x000026f8u, 0x000027b7u, 0x000027b3u, - 0x00050041u, 0x0000003eu, 0x00002703u, 0x000025d3u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002704u, - 0x00002703u, 0x000500abu, 0x0000005du, 0x000027bfu, 0x000025beu, 0x00000205u, 0x000300f7u, 0x000027d5u, - 0x00000000u, 0x000400fau, 0x000027bfu, 0x000027c0u, 0x000027d5u, 0x000200f8u, 0x000027c0u, 0x000500c4u, - 0x00000008u, 0x000027c3u, 0x00000214u, 0x000025beu, 0x000500c7u, 0x00000008u, 0x000027c6u, 0x000025c8u, - 0x00000260u, 0x000500abu, 0x0000005du, 0x000027c7u, 0x000027c6u, 0x00000205u, 0x000300f7u, 0x000027d0u, - 0x00000000u, 0x000400fau, 0x000027c7u, 0x000027c8u, 0x000027d0u, 0x000200f8u, 0x000027c8u, 0x000500c7u, - 0x00000008u, 0x000027cbu, 0x00002704u, 0x000027c3u, 0x00050082u, 0x00000008u, 0x000027ccu, 0x000027cbu, - 0x00000214u, 0x0007000cu, 0x00000008u, 0x000027cdu, 0x00000001u, 0x0000002au, 0x000027ccu, 0x00000205u, - 0x000500c6u, 0x00000008u, 0x000027cfu, 0x00002704u, 0x000027cdu, 0x000200f9u, 0x000027d0u, 0x000200f8u, - 0x000027d0u, 0x000700f5u, 0x00000008u, 0x000082c0u, 0x00002704u, 0x000027c0u, 0x000027cfu, 0x000027c8u, - 0x00050082u, 0x00000008u, 0x000027d2u, 0x000027c3u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x000027d4u, - 0x000082c0u, 0x000027d2u, 0x000200f9u, 0x000027d5u, 0x000200f8u, 0x000027d5u, 0x000700f5u, 0x00000008u, - 0x000082c1u, 0x00002704u, 0x000027b8u, 0x000027d4u, 0x000027d0u, 0x0004007cu, 0x00000006u, 0x0000270bu, - 0x000082c1u, 0x00050084u, 0x00000006u, 0x0000270cu, 0x000025a0u, 0x0000270bu, 0x00050080u, 0x00000006u, - 0x0000270du, 0x0000259du, 0x0000270cu, 0x00050084u, 0x00000006u, 0x0000270fu, 0x0000270du, 0x000003c6u, - 0x000500c4u, 0x00000008u, 0x00002712u, 0x000082bfu, 0x00002670u, 0x0004007cu, 0x00000006u, 0x00002713u, - 0x00002712u, 0x00050080u, 0x00000006u, 0x00002714u, 0x0000270fu, 0x00002713u, 0x000500c7u, 0x00000006u, - 0x00002715u, 0x00002714u, 0x000011bau, 0x000500c7u, 0x00000006u, 0x00002718u, 0x0000270bu, 0x00000487u, - 0x00050084u, 0x00000006u, 0x00002719u, 0x00002718u, 0x0000035du, 0x000500c6u, 0x00000006u, 0x0000271bu, - 0x00002715u, 0x00002719u, 0x000500c2u, 0x00000006u, 0x0000271du, 0x0000271bu, 0x000003c6u, 0x0004007cu, - 0x00000006u, 0x0000271fu, 0x00002677u, 0x000500c7u, 0x00000006u, 0x00002721u, 0x0000271du, 0x0000271fu, - 0x000500c6u, 0x00000006u, 0x00002724u, 0x00002721u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00002725u, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00002724u, 0x0004003du, 0x0000022du, 0x00002726u, - 0x00002725u, 0x00040071u, 0x00000006u, 0x00002727u, 0x00002726u, 0x0004007cu, 0x00000008u, 0x00002728u, - 0x00002727u, 0x000300f7u, 0x00002758u, 0x00000000u, 0x000400fau, 0x00002223u, 0x0000272au, 0x00002758u, - 0x000200f8u, 0x0000272au, 0x000500aau, 0x0000005du, 0x0000272du, 0x000025aau, 0x00000205u, 0x000300f7u, - 0x0000274fu, 0x00000000u, 0x000400fau, 0x0000272du, 0x0000272eu, 0x00002741u, 0x000200f8u, 0x00002741u, - 0x000500c7u, 0x00000006u, 0x00002743u, 0x0000271bu, 0x000003c6u, 0x00050084u, 0x00000006u, 0x00002744u, - 0x00000703u, 0x00002743u, 0x00050082u, 0x00000006u, 0x00002745u, 0x0000035du, 0x00002744u, 0x000500c3u, - 0x00000008u, 0x00002747u, 0x00002728u, 0x00002745u, 0x000500c7u, 0x00000008u, 0x00002749u, 0x00002747u, - 0x0000038du, 0x000500c4u, 0x00000008u, 0x0000274bu, 0x00002749u, 0x00000217u, 0x00050080u, 0x00000008u, - 0x0000274eu, 0x0000274bu, 0x000025feu, 0x000200f9u, 0x0000274fu, 0x000200f8u, 0x0000272eu, 0x000500c7u, - 0x00000006u, 0x00002730u, 0x0000271bu, 0x0000048du, 0x00050084u, 0x00000006u, 0x00002731u, 0x00000703u, - 0x00002730u, 0x00050082u, 0x00000006u, 0x00002732u, 0x00001260u, 0x00002731u, 0x000500c3u, 0x00000008u, - 0x00002734u, 0x00002728u, 0x00002732u, 0x000500c7u, 0x00000008u, 0x00002736u, 0x00002734u, 0x00000542u, - 0x000500c4u, 0x00000008u, 0x00002739u, 0x000025afu, 0x0000021du, 0x000500c5u, 0x00000008u, 0x0000273bu, - 0x00002736u, 0x00002739u, 0x000500c4u, 0x00000008u, 0x0000273du, 0x0000273bu, 0x00000217u, 0x00050080u, - 0x00000008u, 0x00002740u, 0x0000273du, 0x000025feu, 0x000200f9u, 0x0000274fu, 0x000200f8u, 0x0000274fu, - 0x000700f5u, 0x00000008u, 0x000082c2u, 0x00002740u, 0x0000272eu, 0x0000274eu, 0x00002741u, 0x000500c5u, - 0x00000008u, 0x00002752u, 0x000082c2u, 0x00001283u, 0x000500c6u, 0x00000008u, 0x00002753u, 0x00002752u, - 0x00000214u, 0x00080041u, 0x00000272u, 0x00002754u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00002753u, 0x0004003du, 0x0000022du, 0x00002755u, 0x00002754u, 0x00040071u, 0x00000006u, 0x00002756u, - 0x00002755u, 0x0004007cu, 0x00000008u, 0x00002757u, 0x00002756u, 0x000200f9u, 0x00002758u, 0x000200f8u, - 0x00002758u, 0x000700f5u, 0x00000008u, 0x000082ccu, 0x00002728u, 0x000027d5u, 0x00002757u, 0x0000274fu, - 0x000200f9u, 0x00002759u, 0x000200f8u, 0x00002679u, 0x00050084u, 0x00000008u, 0x0000267bu, 0x00000217u, - 0x000025feu, 0x00050041u, 0x0000003eu, 0x0000267cu, 0x000025d3u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x0000267du, 0x0000267cu, 0x00050080u, 0x00000008u, 0x0000267eu, 0x0000267du, 0x0000267bu, 0x0003003eu, - 0x0000267cu, 0x0000267eu, 0x0004003du, 0x00000008u, 0x00002682u, 0x0000267cu, 0x00050050u, 0x0000005fu, - 0x00002760u, 0x00002682u, 0x00002682u, 0x00050080u, 0x0000005fu, 0x00002761u, 0x00002760u, 0x00000de8u, - 0x000500abu, 0x0000005du, 0x00002764u, 0x000025b4u, 0x00000205u, 0x000300f7u, 0x0000277eu, 0x00000000u, - 0x000400fau, 0x00002764u, 0x00002765u, 0x0000277eu, 0x000200f8u, 0x00002765u, 0x000500c4u, 0x00000008u, - 0x00002768u, 0x00000214u, 0x000025b4u, 0x000500c7u, 0x00000008u, 0x0000276bu, 0x000025c8u, 0x00000217u, - 0x000500abu, 0x0000005du, 0x0000276cu, 0x0000276bu, 0x00000205u, 0x000300f7u, 0x00002778u, 0x00000000u, - 0x000400fau, 0x0000276cu, 0x0000276du, 0x00002778u, 0x000200f8u, 0x0000276du, 0x00050050u, 0x0000005fu, - 0x00002770u, 0x00002768u, 0x00002768u, 0x000500c7u, 0x0000005fu, 0x00002771u, 0x00002761u, 0x00002770u, - 0x00050082u, 0x0000005fu, 0x00002773u, 0x00002771u, 0x0000afc5u, 0x0007000cu, 0x0000005fu, 0x00002775u, - 0x00000001u, 0x0000002au, 0x00002773u, 0x00000c44u, 0x000500c6u, 0x0000005fu, 0x00002777u, 0x00002761u, - 0x00002775u, 0x000200f9u, 0x00002778u, 0x000200f8u, 0x00002778u, 0x000700f5u, 0x0000005fu, 0x000082c3u, - 0x00002761u, 0x00002765u, 0x00002777u, 0x0000276du, 0x00050082u, 0x00000008u, 0x0000277au, 0x00002768u, - 0x00000214u, 0x00050050u, 0x0000005fu, 0x0000277cu, 0x0000277au, 0x0000277au, 0x000500c7u, 0x0000005fu, - 0x0000277du, 0x000082c3u, 0x0000277cu, 0x000200f9u, 0x0000277eu, 0x000200f8u, 0x0000277eu, 0x000700f5u, - 0x0000005fu, 0x000082c4u, 0x00002761u, 0x00002679u, 0x0000277du, 0x00002778u, 0x00050041u, 0x0000003eu, - 0x00002685u, 0x000025d3u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002686u, 0x00002685u, 0x000500abu, - 0x0000005du, 0x00002785u, 0x000025beu, 0x00000205u, 0x000300f7u, 0x0000279bu, 0x00000000u, 0x000400fau, - 0x00002785u, 0x00002786u, 0x0000279bu, 0x000200f8u, 0x00002786u, 0x000500c4u, 0x00000008u, 0x00002789u, - 0x00000214u, 0x000025beu, 0x000500c7u, 0x00000008u, 0x0000278cu, 0x000025c8u, 0x00000260u, 0x000500abu, - 0x0000005du, 0x0000278du, 0x0000278cu, 0x00000205u, 0x000300f7u, 0x00002796u, 0x00000000u, 0x000400fau, - 0x0000278du, 0x0000278eu, 0x00002796u, 0x000200f8u, 0x0000278eu, 0x000500c7u, 0x00000008u, 0x00002791u, - 0x00002686u, 0x00002789u, 0x00050082u, 0x00000008u, 0x00002792u, 0x00002791u, 0x00000214u, 0x0007000cu, - 0x00000008u, 0x00002793u, 0x00000001u, 0x0000002au, 0x00002792u, 0x00000205u, 0x000500c6u, 0x00000008u, - 0x00002795u, 0x00002686u, 0x00002793u, 0x000200f9u, 0x00002796u, 0x000200f8u, 0x00002796u, 0x000700f5u, - 0x00000008u, 0x000082c5u, 0x00002686u, 0x00002786u, 0x00002795u, 0x0000278eu, 0x00050082u, 0x00000008u, - 0x00002798u, 0x00002789u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x0000279au, 0x000082c5u, 0x00002798u, - 0x000200f9u, 0x0000279bu, 0x000200f8u, 0x0000279bu, 0x000700f5u, 0x00000008u, 0x000082c6u, 0x00002686u, - 0x0000277eu, 0x0000279au, 0x00002796u, 0x0004007cu, 0x00000006u, 0x0000268du, 0x000082c6u, 0x00050084u, - 0x00000006u, 0x0000268eu, 0x000025a0u, 0x0000268du, 0x00050080u, 0x00000006u, 0x0000268fu, 0x0000259du, - 0x0000268eu, 0x00050084u, 0x00000006u, 0x00002691u, 0x0000268fu, 0x000003c6u, 0x00050050u, 0x0000005fu, - 0x00002694u, 0x00002670u, 0x00002670u, 0x000500c4u, 0x0000005fu, 0x00002695u, 0x000082c4u, 0x00002694u, - 0x0004007cu, 0x000000a2u, 0x00002696u, 0x00002695u, 0x00050050u, 0x000000a2u, 0x00002697u, 0x00002691u, - 0x00002691u, 0x00050080u, 0x000000a2u, 0x00002698u, 0x00002697u, 0x00002696u, 0x000500c7u, 0x000000a2u, - 0x0000269au, 0x00002698u, 0x0000afc9u, 0x000500c7u, 0x00000006u, 0x0000269du, 0x0000268du, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000269eu, 0x0000269du, 0x0000035du, 0x00050050u, 0x000000a2u, 0x000026a0u, - 0x0000269eu, 0x0000269eu, 0x000500c6u, 0x000000a2u, 0x000026a1u, 0x0000269au, 0x000026a0u, 0x0003003eu, - 0x00002652u, 0x000026a1u, 0x000500c2u, 0x000000a2u, 0x000026a4u, 0x000026a1u, 0x0000afcau, 0x0004007cu, - 0x00000006u, 0x000026a6u, 0x00002677u, 0x00050050u, 0x000000a2u, 0x000026a8u, 0x000026a6u, 0x000026a6u, - 0x000500c7u, 0x000000a2u, 0x000026a9u, 0x000026a4u, 0x000026a8u, 0x0003003eu, 0x00002653u, 0x000026a9u, - 0x00050041u, 0x00000007u, 0x000026abu, 0x00002653u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000026acu, - 0x000026abu, 0x000500c6u, 0x00000006u, 0x000026adu, 0x000026acu, 0x00000487u, 0x00080041u, 0x00000272u, - 0x000026aeu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000026adu, 0x0004003du, 0x0000022du, - 0x000026afu, 0x000026aeu, 0x00040071u, 0x00000006u, 0x000026b0u, 0x000026afu, 0x0004007cu, 0x00000008u, - 0x000026b1u, 0x000026b0u, 0x00050041u, 0x00000007u, 0x000026b3u, 0x00002653u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000026b4u, 0x000026b3u, 0x000500c6u, 0x00000006u, 0x000026b5u, 0x000026b4u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x000026b6u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000026b5u, - 0x0004003du, 0x0000022du, 0x000026b7u, 0x000026b6u, 0x00040071u, 0x00000006u, 0x000026b8u, 0x000026b7u, - 0x0004007cu, 0x00000008u, 0x000026b9u, 0x000026b8u, 0x000500aau, 0x0000005du, 0x000026bcu, 0x000025aau, - 0x00000214u, 0x000300f7u, 0x000026f3u, 0x00000000u, 0x000400fau, 0x000026bcu, 0x000026bdu, 0x000026d2u, - 0x000200f8u, 0x000026d2u, 0x000500aau, 0x0000005du, 0x000026d5u, 0x000025aau, 0x00000205u, 0x000300f7u, - 0x000026f2u, 0x00000000u, 0x000400fau, 0x000026d5u, 0x000026d6u, 0x000026edu, 0x000200f8u, 0x000026edu, - 0x000500c3u, 0x00000008u, 0x000026efu, 0x000026b1u, 0x00000260u, 0x000500c3u, 0x00000008u, 0x000026f1u, - 0x000026b9u, 0x00000260u, 0x000200f9u, 0x000026f2u, 0x000200f8u, 0x000026d6u, 0x00050041u, 0x00000007u, - 0x000026d7u, 0x00002652u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000026d8u, 0x000026d7u, 0x000500c7u, - 0x00000006u, 0x000026d9u, 0x000026d8u, 0x0000048du, 0x0004007cu, 0x00000008u, 0x000026dau, 0x000026d9u, - 0x00050084u, 0x00000008u, 0x000026dbu, 0x0000021du, 0x000026dau, 0x00050082u, 0x00000008u, 0x000026dcu, - 0x00000278u, 0x000026dbu, 0x000500c3u, 0x00000008u, 0x000026deu, 0x000026b1u, 0x000026dcu, 0x00050041u, - 0x00000007u, 0x000026dfu, 0x00002652u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000026e0u, 0x000026dfu, - 0x000500c7u, 0x00000006u, 0x000026e1u, 0x000026e0u, 0x0000048du, 0x0004007cu, 0x00000008u, 0x000026e2u, - 0x000026e1u, 0x00050084u, 0x00000008u, 0x000026e3u, 0x0000021du, 0x000026e2u, 0x00050082u, 0x00000008u, - 0x000026e4u, 0x00000278u, 0x000026e3u, 0x000500c3u, 0x00000008u, 0x000026e6u, 0x000026b9u, 0x000026e4u, - 0x000500c7u, 0x00000008u, 0x000026e8u, 0x000026deu, 0x00000542u, 0x00050084u, 0x00000008u, 0x000026e9u, - 0x000026e8u, 0x00000424u, 0x000500c7u, 0x00000008u, 0x000026ebu, 0x000026e6u, 0x00000542u, 0x00050084u, - 0x00000008u, 0x000026ecu, 0x000026ebu, 0x00000424u, 0x000200f9u, 0x000026f2u, 0x000200f8u, 0x000026f2u, - 0x000700f5u, 0x00000008u, 0x000082cau, 0x000026ecu, 0x000026d6u, 0x000026f1u, 0x000026edu, 0x000700f5u, - 0x00000008u, 0x000082c8u, 0x000026e9u, 0x000026d6u, 0x000026efu, 0x000026edu, 0x000200f9u, 0x000026f3u, - 0x000200f8u, 0x000026bdu, 0x00050041u, 0x00000007u, 0x000026beu, 0x00002652u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x000026bfu, 0x000026beu, 0x000500c7u, 0x00000006u, 0x000026c0u, 0x000026bfu, 0x000003c6u, - 0x0004007cu, 0x00000008u, 0x000026c1u, 0x000026c0u, 0x00050084u, 0x00000008u, 0x000026c2u, 0x0000021du, - 0x000026c1u, 0x00050082u, 0x00000008u, 0x000026c3u, 0x00000260u, 0x000026c2u, 0x000500c3u, 0x00000008u, - 0x000026c5u, 0x000026b1u, 0x000026c3u, 0x00050041u, 0x00000007u, 0x000026c6u, 0x00002652u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000026c7u, 0x000026c6u, 0x000500c7u, 0x00000006u, 0x000026c8u, 0x000026c7u, - 0x000003c6u, 0x0004007cu, 0x00000008u, 0x000026c9u, 0x000026c8u, 0x00050084u, 0x00000008u, 0x000026cau, - 0x0000021du, 0x000026c9u, 0x00050082u, 0x00000008u, 0x000026cbu, 0x00000260u, 0x000026cau, 0x000500c3u, - 0x00000008u, 0x000026cdu, 0x000026b9u, 0x000026cbu, 0x000500c7u, 0x00000008u, 0x000026cfu, 0x000026c5u, - 0x0000038du, 0x000500c7u, 0x00000008u, 0x000026d1u, 0x000026cdu, 0x0000038du, 0x000200f9u, 0x000026f3u, - 0x000200f8u, 0x000026f3u, 0x000700f5u, 0x00000008u, 0x000082c9u, 0x000026d1u, 0x000026bdu, 0x000082cau, - 0x000026f2u, 0x000700f5u, 0x00000008u, 0x000082c7u, 0x000026cfu, 0x000026bdu, 0x000082c8u, 0x000026f2u, - 0x000500c4u, 0x00000008u, 0x000026f5u, 0x000082c7u, 0x00000260u, 0x000500c5u, 0x00000008u, 0x000026f7u, - 0x000026f5u, 0x000082c9u, 0x000200f9u, 0x00002759u, 0x000200f8u, 0x00002759u, 0x000700f5u, 0x00000008u, - 0x000082cbu, 0x000026f7u, 0x000026f3u, 0x000082ccu, 0x00002758u, 0x000500c7u, 0x00000008u, 0x00002606u, - 0x000024e0u, 0x00000214u, 0x00050084u, 0x00000008u, 0x00002607u, 0x00000260u, 0x00002606u, 0x00050082u, - 0x00000008u, 0x00002608u, 0x00000260u, 0x00002607u, 0x000500c3u, 0x00000008u, 0x0000260au, 0x000082cbu, - 0x00002608u, 0x000500c7u, 0x00000008u, 0x0000260cu, 0x0000260au, 0x0000038du, 0x000200f9u, 0x00002615u, - 0x000200f8u, 0x00002615u, 0x000700f5u, 0x00000008u, 0x000082ceu, 0x0000260cu, 0x00002759u, 0x000082bcu, - 0x000028eau, 0x000200f9u, 0x00002616u, 0x000200f8u, 0x000025f7u, 0x000200f9u, 0x00002616u, 0x000200f8u, - 0x00002616u, 0x000700f5u, 0x00000008u, 0x000082cdu, 0x00000205u, 0x000025f7u, 0x000082ceu, 0x00002615u, - 0x000300f7u, 0x000022acu, 0x00000000u, 0x000400fau, 0x0000224du, 0x000022a8u, 0x000022acu, 0x000200f8u, - 0x000022a8u, 0x000500aau, 0x0000005du, 0x000022abu, 0x000025f5u, 0x00000217u, 0x000200f9u, 0x000022acu, - 0x000200f8u, 0x000022acu, 0x000700f5u, 0x0000005du, 0x000022adu, 0x0000224du, 0x00002616u, 0x000022abu, - 0x000022a8u, 0x000300f7u, 0x000022b2u, 0x00000000u, 0x000400fau, 0x000022adu, 0x000022aeu, 0x000022b2u, - 0x000200f8u, 0x000022aeu, 0x000500c7u, 0x00000008u, 0x000022b0u, 0x000082cdu, 0x00000214u, 0x000500aau, - 0x0000005du, 0x000022b1u, 0x000022b0u, 0x00000205u, 0x000200f9u, 0x000022b2u, 0x000200f8u, 0x000022b2u, - 0x000700f5u, 0x0000005du, 0x000022b3u, 0x000022adu, 0x000022acu, 0x000022b1u, 0x000022aeu, 0x000300f7u, - 0x000022b5u, 0x00000000u, 0x000400fau, 0x000022b3u, 0x000022b4u, 0x000022b5u, 0x000200f8u, 0x000022b4u, - 0x000200f9u, 0x00002435u, 0x000200f8u, 0x000022b5u, 0x000200f9u, 0x00002435u, 0x000200f8u, 0x000022c6u, - 0x000500c4u, 0x00000008u, 0x00002974u, 0x0000718du, 0x0000021au, 0x00070050u, 0x00000009u, 0x00002975u, - 0x00002974u, 0x00002974u, 0x00002974u, 0x00002974u, 0x00050080u, 0x00000009u, 0x00002976u, 0x000005f6u, - 0x00002975u, 0x0009004fu, 0x00000009u, 0x00002979u, 0x00002452u, 0x00002452u, 0x00000000u, 0x00000000u, - 0x00000001u, 0x00000001u, 0x000500b1u, 0x000005fbu, 0x0000297au, 0x00002976u, 0x00002979u, 0x0009004fu, - 0x00000009u, 0x0000297du, 0x00002452u, 0x00002452u, 0x00000002u, 0x00000002u, 0x00000003u, 0x00000003u, - 0x000500b1u, 0x000005fbu, 0x0000297eu, 0x00002976u, 0x0000297du, 0x0009004fu, 0x00000009u, 0x00002981u, - 0x00002457u, 0x00002457u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000001u, 0x000500afu, 0x000005fbu, - 0x00002982u, 0x00002976u, 0x00002981u, 0x0009004fu, 0x00000009u, 0x00002985u, 0x00002457u, 0x00002457u, - 0x00000002u, 0x00000002u, 0x00000003u, 0x00000003u, 0x000500afu, 0x000005fbu, 0x00002986u, 0x00002976u, - 0x00002985u, 0x000600a9u, 0x00000009u, 0x00002988u, 0x0000297au, 0x00000614u, 0x00000613u, 0x000600a9u, - 0x00000009u, 0x0000298au, 0x00002982u, 0x00000614u, 0x00000613u, 0x000500c5u, 0x00000009u, 0x0000298bu, - 0x00002988u, 0x0000298au, 0x000600a9u, 0x00000009u, 0x0000298du, 0x0000297eu, 0x00000614u, 0x00000613u, - 0x000600a9u, 0x00000009u, 0x0000298fu, 0x00002986u, 0x00000614u, 0x00000613u, 0x000500c5u, 0x00000009u, - 0x00002990u, 0x0000298du, 0x0000298fu, 0x00050084u, 0x00000009u, 0x00002992u, 0x0000298bu, 0x00000621u, - 0x00050084u, 0x00000009u, 0x00002994u, 0x00002990u, 0x00000626u, 0x00050080u, 0x00000009u, 0x00002995u, - 0x00002992u, 0x00002994u, 0x0003003eu, 0x0000296fu, 0x00002995u, 0x00050041u, 0x0000003eu, 0x00002996u, - 0x0000296fu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002997u, 0x00002996u, 0x00050041u, 0x0000003eu, - 0x00002998u, 0x0000296fu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002999u, 0x00002998u, 0x000500c5u, - 0x00000008u, 0x0000299au, 0x00002997u, 0x00002999u, 0x00050041u, 0x0000003eu, 0x0000299bu, 0x0000296fu, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000299cu, 0x0000299bu, 0x00050041u, 0x0000003eu, 0x0000299du, - 0x0000296fu, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000299eu, 0x0000299du, 0x000500c5u, 0x00000008u, - 0x0000299fu, 0x0000299cu, 0x0000299eu, 0x000500c5u, 0x00000008u, 0x000029a0u, 0x0000299au, 0x0000299fu, - 0x000400c8u, 0x00000008u, 0x000029a2u, 0x000029a0u, 0x000500c7u, 0x00000008u, 0x000029a3u, 0x000029a2u, - 0x0000038du, 0x000500aau, 0x0000005du, 0x000022ceu, 0x000029a3u, 0x00000205u, 0x000300f7u, 0x000022d0u, - 0x00000000u, 0x000400fau, 0x000022ceu, 0x000022cfu, 0x000022d0u, 0x000200f8u, 0x000022cfu, 0x000200f9u, - 0x00002435u, 0x000200f8u, 0x000022d0u, 0x000400cdu, 0x00000008u, 0x000022d2u, 0x000029a3u, 0x000400a8u, - 0x0000005du, 0x000022d4u, 0x0000223eu, 0x000300f7u, 0x000022d9u, 0x00000000u, 0x000400fau, 0x000022d4u, - 0x000022d5u, 0x000022d9u, 0x000200f8u, 0x000022d5u, 0x000500c7u, 0x00000008u, 0x000022d7u, 0x000029a3u, - 0x00000214u, 0x000500aau, 0x0000005du, 0x000022d8u, 0x000022d7u, 0x00000205u, 0x000200f9u, 0x000022d9u, - 0x000200f8u, 0x000022d9u, 0x000700f5u, 0x0000005du, 0x000022dau, 0x000022d4u, 0x000022d0u, 0x000022d8u, - 0x000022d5u, 0x000300f7u, 0x000022dcu, 0x00000000u, 0x000400fau, 0x000022dau, 0x000022dbu, 0x000022dcu, - 0x000200f8u, 0x000022dbu, 0x000200f9u, 0x00002435u, 0x000200f8u, 0x000022dcu, 0x00070041u, 0x00000236u, - 0x000029a7u, 0x00000234u, 0x00000205u, 0x00001fecu, 0x00000205u, 0x0004003du, 0x0000022cu, 0x000029a8u, - 0x000029a7u, 0x00040071u, 0x00000239u, 0x000029a9u, 0x000029a8u, 0x0004007cu, 0x00000009u, 0x000029aau, - 0x000029a9u, 0x00070041u, 0x00000236u, 0x000029acu, 0x00000234u, 0x00000205u, 0x00001fecu, 0x00000214u, - 0x0004003du, 0x0000022cu, 0x000029adu, 0x000029acu, 0x00040071u, 0x00000239u, 0x000029aeu, 0x000029adu, - 0x0004007cu, 0x00000009u, 0x000029afu, 0x000029aeu, 0x00070041u, 0x00000236u, 0x000029b1u, 0x00000234u, - 0x00000205u, 0x00001fecu, 0x00000217u, 0x0004003du, 0x0000022cu, 0x000029b2u, 0x000029b1u, 0x00040071u, - 0x00000239u, 0x000029b3u, 0x000029b2u, 0x0004007cu, 0x00000009u, 0x000029b4u, 0x000029b3u, 0x00070041u, - 0x00000236u, 0x000029b6u, 0x00000234u, 0x00000205u, 0x00001fecu, 0x0000021au, 0x0004003du, 0x0000022cu, - 0x000029b7u, 0x000029b6u, 0x00040071u, 0x00000239u, 0x000029b8u, 0x000029b7u, 0x0004007cu, 0x00000009u, - 0x000029b9u, 0x000029b8u, 0x00070041u, 0x00000236u, 0x000029bbu, 0x00000234u, 0x00000205u, 0x00001fecu, - 0x0000021du, 0x0004003du, 0x0000022cu, 0x000029bcu, 0x000029bbu, 0x00040071u, 0x00000239u, 0x000029bdu, - 0x000029bcu, 0x0004007cu, 0x00000009u, 0x000029beu, 0x000029bdu, 0x00070041u, 0x00000236u, 0x000029c0u, - 0x00000234u, 0x00000205u, 0x00001fecu, 0x00000220u, 0x0004003du, 0x0000022cu, 0x000029c1u, 0x000029c0u, - 0x00040071u, 0x00000239u, 0x000029c2u, 0x000029c1u, 0x0004007cu, 0x00000009u, 0x000029c3u, 0x000029c2u, - 0x00070041u, 0x00000236u, 0x000029c5u, 0x00000234u, 0x00000205u, 0x00001fecu, 0x00000223u, 0x0004003du, - 0x0000022cu, 0x000029c6u, 0x000029c5u, 0x00040071u, 0x00000239u, 0x000029c7u, 0x000029c6u, 0x0004007cu, - 0x00000009u, 0x000029c8u, 0x000029c7u, 0x00070041u, 0x00000236u, 0x000029cau, 0x00000234u, 0x00000205u, - 0x00001fecu, 0x00000226u, 0x0004003du, 0x0000022cu, 0x000029cbu, 0x000029cau, 0x00040071u, 0x00000239u, - 0x000029ccu, 0x000029cbu, 0x0004007cu, 0x00000009u, 0x000029cdu, 0x000029ccu, 0x00070041u, 0x00000236u, - 0x000029d4u, 0x00000234u, 0x00000205u, 0x00001fecu, 0x00000266u, 0x0004003du, 0x0000022cu, 0x000029d5u, - 0x000029d4u, 0x00040071u, 0x00000239u, 0x000029d6u, 0x000029d5u, 0x0004007cu, 0x00000009u, 0x000029d7u, - 0x000029d6u, 0x00070041u, 0x00000279u, 0x000029e6u, 0x00000234u, 0x00000205u, 0x00001fecu, 0x0000027fu, - 0x0004003du, 0x0000022bu, 0x000029e7u, 0x000029e6u, 0x00040071u, 0x00000006u, 0x000029e8u, 0x000029e7u, - 0x0004007cu, 0x00000008u, 0x000029e9u, 0x000029e8u, 0x00070041u, 0x00000286u, 0x000029ebu, 0x00000234u, - 0x00000205u, 0x00001fecu, 0x00000285u, 0x0004003du, 0x0000022fu, 0x000029ecu, 0x000029ebu, 0x00040072u, - 0x00000009u, 0x000029edu, 0x000029ecu, 0x0003003eu, 0x000070ddu, 0x000029d7u, 0x00050082u, 0x00000008u, - 0x000022e2u, 0x0000718du, 0x0000245au, 0x000600a9u, 0x00000008u, 0x000022e4u, 0x00002279u, 0x00000214u, - 0x00000ceau, 0x000500c7u, 0x00000009u, 0x000029f8u, 0x00002473u, 0x0000afc2u, 0x00070050u, 0x00000009u, - 0x000029f9u, 0x0000078fu, 0x0000078fu, 0x0000078fu, 0x0000078fu, 0x000500c3u, 0x00000009u, 0x000029fau, - 0x000029f8u, 0x000029f9u, 0x00070050u, 0x00000009u, 0x000029fcu, 0x000022e2u, 0x000022e2u, 0x000022e2u, - 0x000022e2u, 0x00050084u, 0x00000009u, 0x000029fdu, 0x000029fau, 0x000029fcu, 0x00050080u, 0x00000009u, - 0x000029ffu, 0x0000244au, 0x000029fdu, 0x000500c3u, 0x00000009u, 0x00002a02u, 0x000029ffu, 0x0000afc3u, - 0x0006000cu, 0x00000008u, 0x00002a09u, 0x00000001u, 0x00000049u, 0x000029a3u, 0x000500c3u, 0x00000008u, - 0x00002a0bu, 0x00002a09u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00002a0du, 0x00002a09u, 0x00000214u, - 0x000500c4u, 0x00000008u, 0x00002a0eu, 0x00002a0du, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00002a10u, - 0x00002a0bu, 0x00000214u, 0x00050080u, 0x00000008u, 0x00002a11u, 0x00002a0eu, 0x00002a10u, 0x00070050u, - 0x00000009u, 0x00002a13u, 0x00000ca0u, 0x00000ca0u, 0x00000ca0u, 0x00000ca0u, 0x000500c4u, 0x00000009u, - 0x00002a14u, 0x00002a02u, 0x00002a13u, 0x000500c3u, 0x00000009u, 0x00002a18u, 0x00002473u, 0x0000afc3u, - 0x00070050u, 0x00000009u, 0x00002a1eu, 0x00002a11u, 0x00002a11u, 0x00002a11u, 0x00002a11u, 0x00050084u, - 0x00000009u, 0x00002a1fu, 0x00002a1eu, 0x00002a18u, 0x000500c3u, 0x00000009u, 0x00002a23u, 0x00002477u, - 0x0000afc3u, 0x00070050u, 0x00000009u, 0x00002a29u, 0x00002a0bu, 0x00002a0bu, 0x00002a0bu, 0x00002a0bu, - 0x00050084u, 0x00000009u, 0x00002a2au, 0x00002a29u, 0x00002a23u, 0x00050080u, 0x00000009u, 0x00002a2bu, - 0x00002a1fu, 0x00002a2au, 0x00050080u, 0x00000009u, 0x00002a2du, 0x00002a14u, 0x00002a2bu, 0x00070050u, - 0x00000009u, 0x00002a2fu, 0x00000cbdu, 0x00000cbdu, 0x00000cbdu, 0x00000cbdu, 0x000500c3u, 0x00000009u, - 0x00002a30u, 0x00002a2du, 0x00002a2fu, 0x00050082u, 0x00000009u, 0x00002a41u, 0x00002a30u, 0x0000afc4u, - 0x000600cau, 0x00000009u, 0x00002a43u, 0x00002a41u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x00002a46u, 0x00002a43u, 0x0000afc4u, 0x0008000cu, 0x00000009u, 0x00002a48u, 0x00000001u, 0x0000002du, - 0x00002a46u, 0x00000613u, 0x00000b02u, 0x0003003eu, 0x00002154u, 0x00002a48u, 0x000500a7u, 0x0000005du, - 0x000022f0u, 0x00001db7u, 0x0000225fu, 0x000300f7u, 0x000022f9u, 0x00000000u, 0x000400fau, 0x000022f0u, - 0x000022f1u, 0x000022f9u, 0x000200f8u, 0x000022f1u, 0x000500c7u, 0x00000006u, 0x000022f3u, 0x000021e9u, - 0x00000a4fu, 0x000500abu, 0x0000005du, 0x000022f4u, 0x000022f3u, 0x00000376u, 0x000300f7u, 0x000022f8u, - 0x00000000u, 0x000400fau, 0x000022f4u, 0x000022f5u, 0x000022f8u, 0x000200f8u, 0x000022f5u, 0x00050084u, - 0x00000008u, 0x000022f7u, 0x000022e4u, 0x00000886u, 0x000200f9u, 0x000022f8u, 0x000200f8u, 0x000022f8u, - 0x000700f5u, 0x00000008u, 0x00007192u, 0x000022e4u, 0x000022f1u, 0x000022f7u, 0x000022f5u, 0x000200f9u, - 0x000022f9u, 0x000200f8u, 0x000022f9u, 0x000700f5u, 0x00000008u, 0x00007191u, 0x000022e4u, 0x000022dcu, - 0x00007192u, 0x000022f8u, 0x0003003eu, 0x00002160u, 0x0000244du, 0x0003003eu, 0x00002161u, 0x0000247bu, - 0x0003003eu, 0x00002162u, 0x0000247fu, 0x0008004fu, 0x0000003cu, 0x00002a61u, 0x0000244du, 0x0000244du, - 0x00000000u, 0x00000001u, 0x00000003u, 0x0008004fu, 0x0000003cu, 0x00002a63u, 0x0000247bu, 0x0000247bu, - 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000003cu, 0x00002a65u, 0x00002a63u, 0x0000afc0u, - 0x00060050u, 0x0000003cu, 0x00002a66u, 0x0000078fu, 0x0000078fu, 0x0000078fu, 0x000500c3u, 0x0000003cu, - 0x00002a67u, 0x00002a65u, 0x00002a66u, 0x00060050u, 0x0000003cu, 0x00002a69u, 0x000022e2u, 0x000022e2u, - 0x000022e2u, 0x00050084u, 0x0000003cu, 0x00002a6au, 0x00002a67u, 0x00002a69u, 0x00050080u, 0x0000003cu, - 0x00002a6bu, 0x00002a61u, 0x00002a6au, 0x000300f7u, 0x00002a90u, 0x00000000u, 0x000400fau, 0x0000225fu, - 0x00002a6du, 0x00002a90u, 0x000200f8u, 0x00002a6du, 0x00060050u, 0x0000003cu, 0x00002a76u, 0x00007191u, - 0x00007191u, 0x00007191u, 0x00050084u, 0x0000003cu, 0x00002a77u, 0x00002a76u, 0x00002a67u, 0x00050080u, - 0x0000003cu, 0x00002a78u, 0x00002a6bu, 0x00002a77u, 0x000300f7u, 0x00002a8fu, 0x00000000u, 0x000400fau, - 0x00000d49u, 0x00002a79u, 0x00002a86u, 0x000200f8u, 0x00002a86u, 0x0008004fu, 0x0000003cu, 0x00002a89u, - 0x0000247fu, 0x0000247fu, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000003cu, 0x00002a8bu, - 0x00002a89u, 0x0000afc6u, 0x000500c3u, 0x0000003cu, 0x00002a8du, 0x00002a8bu, 0x00002a66u, 0x00050080u, - 0x0000003cu, 0x00002a8eu, 0x00002a6bu, 0x00002a8du, 0x000200f9u, 0x00002a8fu, 0x000200f8u, 0x00002a79u, - 0x0006000cu, 0x00000008u, 0x00002a7cu, 0x00000001u, 0x00000005u, 0x00007191u, 0x0008004fu, 0x0000003cu, - 0x00002a7eu, 0x0000247fu, 0x0000247fu, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000003cu, - 0x00002a80u, 0x00002a7eu, 0x0000afc6u, 0x000500c3u, 0x0000003cu, 0x00002a82u, 0x00002a80u, 0x00002a66u, - 0x00060050u, 0x0000003cu, 0x00002a83u, 0x00002a7cu, 0x00002a7cu, 0x00002a7cu, 0x00050084u, 0x0000003cu, - 0x00002a84u, 0x00002a83u, 0x00002a82u, 0x00050080u, 0x0000003cu, 0x00002a85u, 0x00002a6bu, 0x00002a84u, - 0x000200f9u, 0x00002a8fu, 0x000200f8u, 0x00002a8fu, 0x000700f5u, 0x0000003cu, 0x000071b1u, 0x00002a85u, - 0x00002a79u, 0x00002a8eu, 0x00002a86u, 0x000200f9u, 0x00002a90u, 0x000200f8u, 0x00002a90u, 0x000700f5u, - 0x0000003cu, 0x000071a4u, 0x000071aau, 0x000022f9u, 0x000071b1u, 0x00002a8fu, 0x000700f5u, 0x0000003cu, - 0x00007195u, 0x0000719bu, 0x000022f9u, 0x00002a78u, 0x00002a8fu, 0x000300f7u, 0x00002ab8u, 0x00000000u, - 0x000400fau, 0x00002232u, 0x00002a92u, 0x00002aa8u, 0x000200f8u, 0x00002aa8u, 0x000500c3u, 0x0000003cu, - 0x00002aabu, 0x00002a6bu, 0x0000afc1u, 0x0007004fu, 0x0000005fu, 0x00002c82u, 0x00002aabu, 0x00002aabu, - 0x00000000u, 0x00000001u, 0x000300f7u, 0x00002ab7u, 0x00000000u, 0x000400fau, 0x0000225fu, 0x00002aaeu, - 0x00002ab7u, 0x000200f8u, 0x00002aaeu, 0x000500c3u, 0x0000003cu, 0x00002ab1u, 0x00007195u, 0x0000afc1u, - 0x0007004fu, 0x0000005fu, 0x00002c86u, 0x00002ab1u, 0x00002ab1u, 0x00000000u, 0x00000001u, 0x000500c3u, - 0x0000003cu, 0x00002ab5u, 0x000071a4u, 0x0000afc1u, 0x0007004fu, 0x0000005fu, 0x00002c8au, 0x00002ab5u, - 0x00002ab5u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002ab7u, 0x000200f8u, 0x00002ab7u, 0x000700f5u, - 0x0000005fu, 0x00007236u, 0x00007228u, 0x00002aa8u, 0x00002c8au, 0x00002aaeu, 0x000700f5u, 0x0000005fu, - 0x0000721cu, 0x00007204u, 0x00002aa8u, 0x00002c86u, 0x00002aaeu, 0x000200f9u, 0x00002ab8u, 0x000200f8u, - 0x00002a92u, 0x000500c3u, 0x0000003cu, 0x00002a95u, 0x00002a6bu, 0x0000afc1u, 0x0003003eu, 0x00002a51u, - 0x00002a95u, 0x00050041u, 0x0000003eu, 0x00002af2u, 0x00002a51u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x00002af3u, 0x00002af2u, 0x000500b3u, 0x0000005du, 0x00002af5u, 0x00002af3u, 0x00000205u, 0x000500c7u, - 0x00000008u, 0x00002af7u, 0x00002af3u, 0x00000c18u, 0x0006000cu, 0x00000008u, 0x00002b54u, 0x00000001u, - 0x0000004au, 0x00002af7u, 0x00050082u, 0x00000008u, 0x00002b55u, 0x00000285u, 0x00002b54u, 0x0007000cu, - 0x00000008u, 0x00002b56u, 0x00000001u, 0x00000027u, 0x00002b55u, 0x00000285u, 0x000500c4u, 0x00000008u, - 0x00002b59u, 0x00002af7u, 0x00002b56u, 0x000500c7u, 0x00000008u, 0x00002b5au, 0x00002b59u, 0x00000b32u, - 0x000500c7u, 0x00000008u, 0x00002b5cu, 0x00002b5au, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00002b5eu, - 0x00002b5au, 0x00000260u, 0x0003003eu, 0x00002b4fu, 0x00000bf6u, 0x00050041u, 0x00000060u, 0x00002b5fu, - 0x00002b4fu, 0x00002b5eu, 0x0004003du, 0x0000005fu, 0x00002b60u, 0x00002b5fu, 0x0003003eu, 0x00002b4eu, - 0x00002b60u, 0x00050041u, 0x0000003eu, 0x00002b64u, 0x00002b4eu, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002b65u, 0x00002b64u, 0x00050084u, 0x00000008u, 0x00002b67u, 0x00002b65u, 0x00002b5cu, 0x000500c3u, - 0x00000008u, 0x00002b68u, 0x00002b67u, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00002b69u, 0x00002b4eu, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002b6au, 0x00002b69u, 0x00050080u, 0x00000008u, 0x00002b6bu, - 0x00002b68u, 0x00002b6au, 0x00050050u, 0x0000005fu, 0x00002b6eu, 0x00002b6bu, 0x00002b56u, 0x0003003eu, - 0x00002ae9u, 0x00002b6eu, 0x00050041u, 0x0000003eu, 0x00002afau, 0x00002ae9u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002afbu, 0x00002afau, 0x0007004fu, 0x0000005fu, 0x00002afdu, 0x00002a95u, 0x00002a95u, - 0x00000000u, 0x00000001u, 0x00050041u, 0x0000003eu, 0x00002afeu, 0x00002ae9u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00002affu, 0x00002afeu, 0x00050050u, 0x0000005fu, 0x00002b00u, 0x00002affu, 0x00002affu, - 0x00050084u, 0x0000005fu, 0x00002b01u, 0x00002afdu, 0x00002b00u, 0x0003003eu, 0x00002aecu, 0x00002b01u, - 0x000500c3u, 0x00000008u, 0x00002b03u, 0x00000c2bu, 0x00002afbu, 0x0004007eu, 0x00000008u, 0x00002b04u, - 0x00002b03u, 0x000500c7u, 0x00000008u, 0x00002b05u, 0x00000c2au, 0x00002b04u, 0x00050050u, 0x0000005fu, - 0x00002b08u, 0x00002b05u, 0x00002b05u, 0x000500c7u, 0x0000005fu, 0x00002b09u, 0x00002b01u, 0x00002b08u, - 0x0003003eu, 0x00002aeeu, 0x00002b09u, 0x000500abu, 0x0000005du, 0x00002b0bu, 0x00002afbu, 0x00000285u, - 0x000300f7u, 0x00002b16u, 0x00000000u, 0x000400fau, 0x00002b0bu, 0x00002b0cu, 0x00002b12u, 0x000200f8u, - 0x00002b12u, 0x0004003du, 0x0000005fu, 0x00002b13u, 0x00002aecu, 0x000500c4u, 0x0000005fu, 0x00002b15u, - 0x00002b13u, 0x0000afc5u, 0x0003003eu, 0x00002aefu, 0x00002b15u, 0x000200f9u, 0x00002b16u, 0x000200f8u, - 0x00002b0cu, 0x0004003du, 0x0000005fu, 0x00002b0du, 0x00002aecu, 0x00050082u, 0x00000008u, 0x00002b0fu, - 0x0000027fu, 0x00002afbu, 0x00050050u, 0x0000005fu, 0x00002b10u, 0x00002b0fu, 0x00002b0fu, 0x000500c3u, - 0x0000005fu, 0x00002b11u, 0x00002b0du, 0x00002b10u, 0x0003003eu, 0x00002aecu, 0x00002b11u, 0x0003003eu, - 0x00002aefu, 0x00002b11u, 0x000200f9u, 0x00002b16u, 0x000200f8u, 0x00002b16u, 0x000500abu, 0x0000087fu, - 0x00002b18u, 0x00002b09u, 0x00000c44u, 0x0004009au, 0x0000005du, 0x00002b19u, 0x00002b18u, 0x000300f7u, - 0x00002b45u, 0x00000000u, 0x000400fau, 0x00002b19u, 0x00002b1au, 0x00002b45u, 0x000200f8u, 0x00002b1au, - 0x00050041u, 0x0000003eu, 0x00002b1bu, 0x00002aeeu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002b1cu, - 0x00002b1bu, 0x000500abu, 0x0000005du, 0x00002b1eu, 0x00002b1cu, 0x00002b05u, 0x000300f7u, 0x00002b23u, - 0x00000000u, 0x000400fau, 0x00002b1eu, 0x00002b1fu, 0x00002b23u, 0x000200f8u, 0x00002b1fu, 0x0004003du, - 0x00000008u, 0x00002b21u, 0x00002b1bu, 0x000500abu, 0x0000005du, 0x00002b22u, 0x00002b21u, 0x00000205u, - 0x000200f9u, 0x00002b23u, 0x000200f8u, 0x00002b23u, 0x000700f5u, 0x0000005du, 0x00002b24u, 0x00002b1eu, - 0x00002b1au, 0x00002b22u, 0x00002b1fu, 0x000300f7u, 0x00002b2fu, 0x00000000u, 0x000400fau, 0x00002b24u, - 0x00002b25u, 0x00002b2fu, 0x000200f8u, 0x00002b25u, 0x00050041u, 0x0000003eu, 0x00002b26u, 0x00002aecu, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00002b27u, 0x00002b26u, 0x000500c7u, 0x00000008u, 0x00002b28u, - 0x00002b27u, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00002b29u, 0x00002b28u, 0x00000205u, 0x000300f7u, - 0x00002b2eu, 0x00000000u, 0x000400fau, 0x00002b29u, 0x00002b2au, 0x00002b2cu, 0x000200f8u, 0x00002b2cu, - 0x00050041u, 0x0000003eu, 0x00002b2du, 0x00002aefu, 0x00000376u, 0x0003003eu, 0x00002b2du, 0x00000c5du, - 0x000200f9u, 0x00002b2eu, 0x000200f8u, 0x00002b2au, 0x00050041u, 0x0000003eu, 0x00002b2bu, 0x00002aefu, - 0x00000376u, 0x0003003eu, 0x00002b2bu, 0x00000c18u, 0x000200f9u, 0x00002b2eu, 0x000200f8u, 0x00002b2eu, - 0x000200f9u, 0x00002b2fu, 0x000200f8u, 0x00002b2fu, 0x000600a9u, 0x0000005du, 0x0000b174u, 0x00002b24u, - 0x00000560u, 0x00000545u, 0x00050041u, 0x0000003eu, 0x00002b30u, 0x00002aeeu, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002b31u, 0x00002b30u, 0x000500abu, 0x0000005du, 0x00002b33u, 0x00002b31u, 0x00002b05u, - 0x000300f7u, 0x00002b38u, 0x00000000u, 0x000400fau, 0x00002b33u, 0x00002b34u, 0x00002b38u, 0x000200f8u, - 0x00002b34u, 0x0004003du, 0x00000008u, 0x00002b36u, 0x00002b30u, 0x000500abu, 0x0000005du, 0x00002b37u, - 0x00002b36u, 0x00000205u, 0x000200f9u, 0x00002b38u, 0x000200f8u, 0x00002b38u, 0x000700f5u, 0x0000005du, - 0x00002b39u, 0x00002b33u, 0x00002b2fu, 0x00002b37u, 0x00002b34u, 0x000300f7u, 0x00002b44u, 0x00000000u, - 0x000400fau, 0x00002b39u, 0x00002b3au, 0x00002b44u, 0x000200f8u, 0x00002b3au, 0x00050041u, 0x0000003eu, - 0x00002b3bu, 0x00002aecu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002b3cu, 0x00002b3bu, 0x000500c7u, - 0x00000008u, 0x00002b3du, 0x00002b3cu, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00002b3eu, 0x00002b3du, - 0x00000205u, 0x000300f7u, 0x00002b43u, 0x00000000u, 0x000400fau, 0x00002b3eu, 0x00002b3fu, 0x00002b41u, - 0x000200f8u, 0x00002b41u, 0x00050041u, 0x0000003eu, 0x00002b42u, 0x00002aefu, 0x00000487u, 0x0003003eu, - 0x00002b42u, 0x00000c5du, 0x000200f9u, 0x00002b43u, 0x000200f8u, 0x00002b3fu, 0x00050041u, 0x0000003eu, - 0x00002b40u, 0x00002aefu, 0x00000487u, 0x0003003eu, 0x00002b40u, 0x00000c18u, 0x000200f9u, 0x00002b43u, - 0x000200f8u, 0x00002b43u, 0x000200f9u, 0x00002b44u, 0x000200f8u, 0x00002b44u, 0x000600a9u, 0x0000005du, - 0x0000b175u, 0x00002b39u, 0x00000560u, 0x0000b174u, 0x000200f9u, 0x00002b45u, 0x000200f8u, 0x00002b45u, - 0x000700f5u, 0x0000005du, 0x000071b5u, 0x00000545u, 0x00002b16u, 0x0000b175u, 0x00002b44u, 0x000300f7u, - 0x00002b48u, 0x00000000u, 0x000400fau, 0x00002af5u, 0x00002b47u, 0x00002b48u, 0x000200f8u, 0x00002b47u, - 0x0003003eu, 0x00002aefu, 0x00000c77u, 0x000200f9u, 0x00002b48u, 0x000200f8u, 0x00002b48u, 0x000600a9u, - 0x0000005du, 0x0000b176u, 0x00002af5u, 0x00000560u, 0x000071b5u, 0x0004003du, 0x0000005fu, 0x00002b49u, - 0x00002aefu, 0x0008000cu, 0x0000005fu, 0x00002b4au, 0x00000001u, 0x0000002du, 0x00002b49u, 0x00000c7au, - 0x00000c7bu, 0x000300f7u, 0x00002aa7u, 0x00000000u, 0x000400fau, 0x0000225fu, 0x00002a9au, 0x00002aa7u, - 0x000200f8u, 0x00002a9au, 0x000500c3u, 0x0000003cu, 0x00002a9du, 0x00007195u, 0x0000afc1u, 0x0003003eu, - 0x00002a53u, 0x00002a9du, 0x00050041u, 0x0000003eu, 0x00002b7au, 0x00002a53u, 0x000003c6u, 0x0004003du, - 0x00000008u, 0x00002b7bu, 0x00002b7au, 0x000500b3u, 0x0000005du, 0x00002b7du, 0x00002b7bu, 0x00000205u, - 0x000500c7u, 0x00000008u, 0x00002b7fu, 0x00002b7bu, 0x00000c18u, 0x0006000cu, 0x00000008u, 0x00002bdcu, - 0x00000001u, 0x0000004au, 0x00002b7fu, 0x00050082u, 0x00000008u, 0x00002bddu, 0x00000285u, 0x00002bdcu, - 0x0007000cu, 0x00000008u, 0x00002bdeu, 0x00000001u, 0x00000027u, 0x00002bddu, 0x00000285u, 0x000500c4u, - 0x00000008u, 0x00002be1u, 0x00002b7fu, 0x00002bdeu, 0x000500c7u, 0x00000008u, 0x00002be2u, 0x00002be1u, - 0x00000b32u, 0x000500c7u, 0x00000008u, 0x00002be4u, 0x00002be2u, 0x0000038du, 0x000500c3u, 0x00000008u, - 0x00002be6u, 0x00002be2u, 0x00000260u, 0x0003003eu, 0x00002bd7u, 0x00000bf6u, 0x00050041u, 0x00000060u, - 0x00002be7u, 0x00002bd7u, 0x00002be6u, 0x0004003du, 0x0000005fu, 0x00002be8u, 0x00002be7u, 0x0003003eu, - 0x00002bd6u, 0x00002be8u, 0x00050041u, 0x0000003eu, 0x00002becu, 0x00002bd6u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002bedu, 0x00002becu, 0x00050084u, 0x00000008u, 0x00002befu, 0x00002bedu, 0x00002be4u, - 0x000500c3u, 0x00000008u, 0x00002bf0u, 0x00002befu, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00002bf1u, - 0x00002bd6u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002bf2u, 0x00002bf1u, 0x00050080u, 0x00000008u, - 0x00002bf3u, 0x00002bf0u, 0x00002bf2u, 0x00050050u, 0x0000005fu, 0x00002bf6u, 0x00002bf3u, 0x00002bdeu, - 0x0003003eu, 0x00002b71u, 0x00002bf6u, 0x00050041u, 0x0000003eu, 0x00002b82u, 0x00002b71u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00002b83u, 0x00002b82u, 0x0007004fu, 0x0000005fu, 0x00002b85u, 0x00002a9du, - 0x00002a9du, 0x00000000u, 0x00000001u, 0x00050041u, 0x0000003eu, 0x00002b86u, 0x00002b71u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00002b87u, 0x00002b86u, 0x00050050u, 0x0000005fu, 0x00002b88u, 0x00002b87u, - 0x00002b87u, 0x00050084u, 0x0000005fu, 0x00002b89u, 0x00002b85u, 0x00002b88u, 0x0003003eu, 0x00002b74u, - 0x00002b89u, 0x000500c3u, 0x00000008u, 0x00002b8bu, 0x00000c2bu, 0x00002b83u, 0x0004007eu, 0x00000008u, - 0x00002b8cu, 0x00002b8bu, 0x000500c7u, 0x00000008u, 0x00002b8du, 0x00000c2au, 0x00002b8cu, 0x00050050u, - 0x0000005fu, 0x00002b90u, 0x00002b8du, 0x00002b8du, 0x000500c7u, 0x0000005fu, 0x00002b91u, 0x00002b89u, - 0x00002b90u, 0x0003003eu, 0x00002b76u, 0x00002b91u, 0x000500abu, 0x0000005du, 0x00002b93u, 0x00002b83u, - 0x00000285u, 0x000300f7u, 0x00002b9eu, 0x00000000u, 0x000400fau, 0x00002b93u, 0x00002b94u, 0x00002b9au, - 0x000200f8u, 0x00002b9au, 0x0004003du, 0x0000005fu, 0x00002b9bu, 0x00002b74u, 0x000500c4u, 0x0000005fu, - 0x00002b9du, 0x00002b9bu, 0x0000afc5u, 0x0003003eu, 0x00002b77u, 0x00002b9du, 0x000200f9u, 0x00002b9eu, - 0x000200f8u, 0x00002b94u, 0x0004003du, 0x0000005fu, 0x00002b95u, 0x00002b74u, 0x00050082u, 0x00000008u, - 0x00002b97u, 0x0000027fu, 0x00002b83u, 0x00050050u, 0x0000005fu, 0x00002b98u, 0x00002b97u, 0x00002b97u, - 0x000500c3u, 0x0000005fu, 0x00002b99u, 0x00002b95u, 0x00002b98u, 0x0003003eu, 0x00002b74u, 0x00002b99u, - 0x0003003eu, 0x00002b77u, 0x00002b99u, 0x000200f9u, 0x00002b9eu, 0x000200f8u, 0x00002b9eu, 0x000500abu, - 0x0000087fu, 0x00002ba0u, 0x00002b91u, 0x00000c44u, 0x0004009au, 0x0000005du, 0x00002ba1u, 0x00002ba0u, - 0x000300f7u, 0x00002bcdu, 0x00000000u, 0x000400fau, 0x00002ba1u, 0x00002ba2u, 0x00002bcdu, 0x000200f8u, - 0x00002ba2u, 0x00050041u, 0x0000003eu, 0x00002ba3u, 0x00002b76u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00002ba4u, 0x00002ba3u, 0x000500abu, 0x0000005du, 0x00002ba6u, 0x00002ba4u, 0x00002b8du, 0x000300f7u, - 0x00002babu, 0x00000000u, 0x000400fau, 0x00002ba6u, 0x00002ba7u, 0x00002babu, 0x000200f8u, 0x00002ba7u, - 0x0004003du, 0x00000008u, 0x00002ba9u, 0x00002ba3u, 0x000500abu, 0x0000005du, 0x00002baau, 0x00002ba9u, - 0x00000205u, 0x000200f9u, 0x00002babu, 0x000200f8u, 0x00002babu, 0x000700f5u, 0x0000005du, 0x00002bacu, - 0x00002ba6u, 0x00002ba2u, 0x00002baau, 0x00002ba7u, 0x000300f7u, 0x00002bb7u, 0x00000000u, 0x000400fau, - 0x00002bacu, 0x00002badu, 0x00002bb7u, 0x000200f8u, 0x00002badu, 0x00050041u, 0x0000003eu, 0x00002baeu, - 0x00002b74u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002bafu, 0x00002baeu, 0x000500c7u, 0x00000008u, - 0x00002bb0u, 0x00002bafu, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00002bb1u, 0x00002bb0u, 0x00000205u, - 0x000300f7u, 0x00002bb6u, 0x00000000u, 0x000400fau, 0x00002bb1u, 0x00002bb2u, 0x00002bb4u, 0x000200f8u, - 0x00002bb4u, 0x00050041u, 0x0000003eu, 0x00002bb5u, 0x00002b77u, 0x00000376u, 0x0003003eu, 0x00002bb5u, - 0x00000c5du, 0x000200f9u, 0x00002bb6u, 0x000200f8u, 0x00002bb2u, 0x00050041u, 0x0000003eu, 0x00002bb3u, - 0x00002b77u, 0x00000376u, 0x0003003eu, 0x00002bb3u, 0x00000c18u, 0x000200f9u, 0x00002bb6u, 0x000200f8u, - 0x00002bb6u, 0x000200f9u, 0x00002bb7u, 0x000200f8u, 0x00002bb7u, 0x000600a9u, 0x0000005du, 0x0000b177u, - 0x00002bacu, 0x00000560u, 0x0000b176u, 0x00050041u, 0x0000003eu, 0x00002bb8u, 0x00002b76u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00002bb9u, 0x00002bb8u, 0x000500abu, 0x0000005du, 0x00002bbbu, 0x00002bb9u, - 0x00002b8du, 0x000300f7u, 0x00002bc0u, 0x00000000u, 0x000400fau, 0x00002bbbu, 0x00002bbcu, 0x00002bc0u, - 0x000200f8u, 0x00002bbcu, 0x0004003du, 0x00000008u, 0x00002bbeu, 0x00002bb8u, 0x000500abu, 0x0000005du, - 0x00002bbfu, 0x00002bbeu, 0x00000205u, 0x000200f9u, 0x00002bc0u, 0x000200f8u, 0x00002bc0u, 0x000700f5u, - 0x0000005du, 0x00002bc1u, 0x00002bbbu, 0x00002bb7u, 0x00002bbfu, 0x00002bbcu, 0x000300f7u, 0x00002bccu, - 0x00000000u, 0x000400fau, 0x00002bc1u, 0x00002bc2u, 0x00002bccu, 0x000200f8u, 0x00002bc2u, 0x00050041u, - 0x0000003eu, 0x00002bc3u, 0x00002b74u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002bc4u, 0x00002bc3u, - 0x000500c7u, 0x00000008u, 0x00002bc5u, 0x00002bc4u, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00002bc6u, - 0x00002bc5u, 0x00000205u, 0x000300f7u, 0x00002bcbu, 0x00000000u, 0x000400fau, 0x00002bc6u, 0x00002bc7u, - 0x00002bc9u, 0x000200f8u, 0x00002bc9u, 0x00050041u, 0x0000003eu, 0x00002bcau, 0x00002b77u, 0x00000487u, - 0x0003003eu, 0x00002bcau, 0x00000c5du, 0x000200f9u, 0x00002bcbu, 0x000200f8u, 0x00002bc7u, 0x00050041u, - 0x0000003eu, 0x00002bc8u, 0x00002b77u, 0x00000487u, 0x0003003eu, 0x00002bc8u, 0x00000c18u, 0x000200f9u, - 0x00002bcbu, 0x000200f8u, 0x00002bcbu, 0x000200f9u, 0x00002bccu, 0x000200f8u, 0x00002bccu, 0x000600a9u, - 0x0000005du, 0x0000b178u, 0x00002bc1u, 0x00000560u, 0x0000b177u, 0x000200f9u, 0x00002bcdu, 0x000200f8u, - 0x00002bcdu, 0x000700f5u, 0x0000005du, 0x000071c5u, 0x0000b176u, 0x00002b9eu, 0x0000b178u, 0x00002bccu, - 0x000300f7u, 0x00002bd0u, 0x00000000u, 0x000400fau, 0x00002b7du, 0x00002bcfu, 0x00002bd0u, 0x000200f8u, - 0x00002bcfu, 0x0003003eu, 0x00002b77u, 0x00000c77u, 0x000200f9u, 0x00002bd0u, 0x000200f8u, 0x00002bd0u, - 0x000600a9u, 0x0000005du, 0x0000b179u, 0x00002b7du, 0x00000560u, 0x000071c5u, 0x0004003du, 0x0000005fu, - 0x00002bd1u, 0x00002b77u, 0x0008000cu, 0x0000005fu, 0x00002bd2u, 0x00000001u, 0x0000002du, 0x00002bd1u, - 0x00000c7au, 0x00000c7bu, 0x000500c3u, 0x0000003cu, 0x00002aa3u, 0x000071a4u, 0x0000afc1u, 0x0003003eu, - 0x00002a55u, 0x00002aa3u, 0x00050041u, 0x0000003eu, 0x00002c02u, 0x00002a55u, 0x000003c6u, 0x0004003du, - 0x00000008u, 0x00002c03u, 0x00002c02u, 0x000500b3u, 0x0000005du, 0x00002c05u, 0x00002c03u, 0x00000205u, - 0x000500c7u, 0x00000008u, 0x00002c07u, 0x00002c03u, 0x00000c18u, 0x0006000cu, 0x00000008u, 0x00002c64u, - 0x00000001u, 0x0000004au, 0x00002c07u, 0x00050082u, 0x00000008u, 0x00002c65u, 0x00000285u, 0x00002c64u, - 0x0007000cu, 0x00000008u, 0x00002c66u, 0x00000001u, 0x00000027u, 0x00002c65u, 0x00000285u, 0x000500c4u, - 0x00000008u, 0x00002c69u, 0x00002c07u, 0x00002c66u, 0x000500c7u, 0x00000008u, 0x00002c6au, 0x00002c69u, - 0x00000b32u, 0x000500c7u, 0x00000008u, 0x00002c6cu, 0x00002c6au, 0x0000038du, 0x000500c3u, 0x00000008u, - 0x00002c6eu, 0x00002c6au, 0x00000260u, 0x0003003eu, 0x00002c5fu, 0x00000bf6u, 0x00050041u, 0x00000060u, - 0x00002c6fu, 0x00002c5fu, 0x00002c6eu, 0x0004003du, 0x0000005fu, 0x00002c70u, 0x00002c6fu, 0x0003003eu, - 0x00002c5eu, 0x00002c70u, 0x00050041u, 0x0000003eu, 0x00002c74u, 0x00002c5eu, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002c75u, 0x00002c74u, 0x00050084u, 0x00000008u, 0x00002c77u, 0x00002c75u, 0x00002c6cu, - 0x000500c3u, 0x00000008u, 0x00002c78u, 0x00002c77u, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00002c79u, - 0x00002c5eu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002c7au, 0x00002c79u, 0x00050080u, 0x00000008u, - 0x00002c7bu, 0x00002c78u, 0x00002c7au, 0x00050050u, 0x0000005fu, 0x00002c7eu, 0x00002c7bu, 0x00002c66u, - 0x0003003eu, 0x00002bf9u, 0x00002c7eu, 0x00050041u, 0x0000003eu, 0x00002c0au, 0x00002bf9u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00002c0bu, 0x00002c0au, 0x0007004fu, 0x0000005fu, 0x00002c0du, 0x00002aa3u, - 0x00002aa3u, 0x00000000u, 0x00000001u, 0x00050041u, 0x0000003eu, 0x00002c0eu, 0x00002bf9u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00002c0fu, 0x00002c0eu, 0x00050050u, 0x0000005fu, 0x00002c10u, 0x00002c0fu, - 0x00002c0fu, 0x00050084u, 0x0000005fu, 0x00002c11u, 0x00002c0du, 0x00002c10u, 0x0003003eu, 0x00002bfcu, - 0x00002c11u, 0x000500c3u, 0x00000008u, 0x00002c13u, 0x00000c2bu, 0x00002c0bu, 0x0004007eu, 0x00000008u, - 0x00002c14u, 0x00002c13u, 0x000500c7u, 0x00000008u, 0x00002c15u, 0x00000c2au, 0x00002c14u, 0x00050050u, - 0x0000005fu, 0x00002c18u, 0x00002c15u, 0x00002c15u, 0x000500c7u, 0x0000005fu, 0x00002c19u, 0x00002c11u, - 0x00002c18u, 0x0003003eu, 0x00002bfeu, 0x00002c19u, 0x000500abu, 0x0000005du, 0x00002c1bu, 0x00002c0bu, - 0x00000285u, 0x000300f7u, 0x00002c26u, 0x00000000u, 0x000400fau, 0x00002c1bu, 0x00002c1cu, 0x00002c22u, - 0x000200f8u, 0x00002c22u, 0x0004003du, 0x0000005fu, 0x00002c23u, 0x00002bfcu, 0x000500c4u, 0x0000005fu, - 0x00002c25u, 0x00002c23u, 0x0000afc5u, 0x0003003eu, 0x00002bffu, 0x00002c25u, 0x000200f9u, 0x00002c26u, - 0x000200f8u, 0x00002c1cu, 0x0004003du, 0x0000005fu, 0x00002c1du, 0x00002bfcu, 0x00050082u, 0x00000008u, - 0x00002c1fu, 0x0000027fu, 0x00002c0bu, 0x00050050u, 0x0000005fu, 0x00002c20u, 0x00002c1fu, 0x00002c1fu, - 0x000500c3u, 0x0000005fu, 0x00002c21u, 0x00002c1du, 0x00002c20u, 0x0003003eu, 0x00002bfcu, 0x00002c21u, - 0x0003003eu, 0x00002bffu, 0x00002c21u, 0x000200f9u, 0x00002c26u, 0x000200f8u, 0x00002c26u, 0x000500abu, - 0x0000087fu, 0x00002c28u, 0x00002c19u, 0x00000c44u, 0x0004009au, 0x0000005du, 0x00002c29u, 0x00002c28u, - 0x000300f7u, 0x00002c55u, 0x00000000u, 0x000400fau, 0x00002c29u, 0x00002c2au, 0x00002c55u, 0x000200f8u, - 0x00002c2au, 0x00050041u, 0x0000003eu, 0x00002c2bu, 0x00002bfeu, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00002c2cu, 0x00002c2bu, 0x000500abu, 0x0000005du, 0x00002c2eu, 0x00002c2cu, 0x00002c15u, 0x000300f7u, - 0x00002c33u, 0x00000000u, 0x000400fau, 0x00002c2eu, 0x00002c2fu, 0x00002c33u, 0x000200f8u, 0x00002c2fu, - 0x0004003du, 0x00000008u, 0x00002c31u, 0x00002c2bu, 0x000500abu, 0x0000005du, 0x00002c32u, 0x00002c31u, - 0x00000205u, 0x000200f9u, 0x00002c33u, 0x000200f8u, 0x00002c33u, 0x000700f5u, 0x0000005du, 0x00002c34u, - 0x00002c2eu, 0x00002c2au, 0x00002c32u, 0x00002c2fu, 0x000300f7u, 0x00002c3fu, 0x00000000u, 0x000400fau, - 0x00002c34u, 0x00002c35u, 0x00002c3fu, 0x000200f8u, 0x00002c35u, 0x00050041u, 0x0000003eu, 0x00002c36u, - 0x00002bfcu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002c37u, 0x00002c36u, 0x000500c7u, 0x00000008u, - 0x00002c38u, 0x00002c37u, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00002c39u, 0x00002c38u, 0x00000205u, - 0x000300f7u, 0x00002c3eu, 0x00000000u, 0x000400fau, 0x00002c39u, 0x00002c3au, 0x00002c3cu, 0x000200f8u, - 0x00002c3cu, 0x00050041u, 0x0000003eu, 0x00002c3du, 0x00002bffu, 0x00000376u, 0x0003003eu, 0x00002c3du, - 0x00000c5du, 0x000200f9u, 0x00002c3eu, 0x000200f8u, 0x00002c3au, 0x00050041u, 0x0000003eu, 0x00002c3bu, - 0x00002bffu, 0x00000376u, 0x0003003eu, 0x00002c3bu, 0x00000c18u, 0x000200f9u, 0x00002c3eu, 0x000200f8u, - 0x00002c3eu, 0x000200f9u, 0x00002c3fu, 0x000200f8u, 0x00002c3fu, 0x000600a9u, 0x0000005du, 0x0000b17au, - 0x00002c34u, 0x00000560u, 0x0000b179u, 0x00050041u, 0x0000003eu, 0x00002c40u, 0x00002bfeu, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00002c41u, 0x00002c40u, 0x000500abu, 0x0000005du, 0x00002c43u, 0x00002c41u, - 0x00002c15u, 0x000300f7u, 0x00002c48u, 0x00000000u, 0x000400fau, 0x00002c43u, 0x00002c44u, 0x00002c48u, - 0x000200f8u, 0x00002c44u, 0x0004003du, 0x00000008u, 0x00002c46u, 0x00002c40u, 0x000500abu, 0x0000005du, - 0x00002c47u, 0x00002c46u, 0x00000205u, 0x000200f9u, 0x00002c48u, 0x000200f8u, 0x00002c48u, 0x000700f5u, - 0x0000005du, 0x00002c49u, 0x00002c43u, 0x00002c3fu, 0x00002c47u, 0x00002c44u, 0x000300f7u, 0x00002c54u, - 0x00000000u, 0x000400fau, 0x00002c49u, 0x00002c4au, 0x00002c54u, 0x000200f8u, 0x00002c4au, 0x00050041u, - 0x0000003eu, 0x00002c4bu, 0x00002bfcu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002c4cu, 0x00002c4bu, - 0x000500c7u, 0x00000008u, 0x00002c4du, 0x00002c4cu, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00002c4eu, - 0x00002c4du, 0x00000205u, 0x000300f7u, 0x00002c53u, 0x00000000u, 0x000400fau, 0x00002c4eu, 0x00002c4fu, - 0x00002c51u, 0x000200f8u, 0x00002c51u, 0x00050041u, 0x0000003eu, 0x00002c52u, 0x00002bffu, 0x00000487u, - 0x0003003eu, 0x00002c52u, 0x00000c5du, 0x000200f9u, 0x00002c53u, 0x000200f8u, 0x00002c4fu, 0x00050041u, - 0x0000003eu, 0x00002c50u, 0x00002bffu, 0x00000487u, 0x0003003eu, 0x00002c50u, 0x00000c18u, 0x000200f9u, - 0x00002c53u, 0x000200f8u, 0x00002c53u, 0x000200f9u, 0x00002c54u, 0x000200f8u, 0x00002c54u, 0x000600a9u, - 0x0000005du, 0x0000b17bu, 0x00002c49u, 0x00000560u, 0x0000b17au, 0x000200f9u, 0x00002c55u, 0x000200f8u, - 0x00002c55u, 0x000700f5u, 0x0000005du, 0x000071deu, 0x0000b179u, 0x00002c26u, 0x0000b17bu, 0x00002c54u, - 0x000300f7u, 0x00002c58u, 0x00000000u, 0x000400fau, 0x00002c05u, 0x00002c57u, 0x00002c58u, 0x000200f8u, - 0x00002c57u, 0x0003003eu, 0x00002bffu, 0x00000c77u, 0x000200f9u, 0x00002c58u, 0x000200f8u, 0x00002c58u, - 0x000600a9u, 0x0000005du, 0x0000b17cu, 0x00002c05u, 0x00000560u, 0x000071deu, 0x0004003du, 0x0000005fu, - 0x00002c59u, 0x00002bffu, 0x0008000cu, 0x0000005fu, 0x00002c5au, 0x00000001u, 0x0000002du, 0x00002c59u, - 0x00000c7au, 0x00000c7bu, 0x000200f9u, 0x00002aa7u, 0x000200f8u, 0x00002aa7u, 0x000700f5u, 0x0000005du, - 0x00007238u, 0x0000b176u, 0x00002b48u, 0x0000b17cu, 0x00002c58u, 0x000700f5u, 0x0000005fu, 0x0000721eu, - 0x00007228u, 0x00002b48u, 0x00002c5au, 0x00002c58u, 0x000700f5u, 0x0000005fu, 0x000071fau, 0x00007204u, - 0x00002b48u, 0x00002bd2u, 0x00002c58u, 0x000200f9u, 0x00002ab8u, 0x000200f8u, 0x00002ab8u, 0x000700f5u, - 0x0000005du, 0x00007237u, 0x00007238u, 0x00002aa7u, 0x00000545u, 0x00002ab7u, 0x000700f5u, 0x0000005fu, - 0x0000721du, 0x0000721eu, 0x00002aa7u, 0x00007236u, 0x00002ab7u, 0x000700f5u, 0x0000005fu, 0x000071f9u, - 0x000071fau, 0x00002aa7u, 0x0000721cu, 0x00002ab7u, 0x000700f5u, 0x0000005fu, 0x000071e4u, 0x00002b4au, - 0x00002aa7u, 0x00002c82u, 0x00002ab7u, 0x00050041u, 0x0000003eu, 0x00002ab9u, 0x00002160u, 0x000003c6u, - 0x0004003du, 0x00000008u, 0x00002abau, 0x00002ab9u, 0x00050041u, 0x0000003eu, 0x00002abbu, 0x00002161u, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x00002abcu, 0x00002abbu, 0x000500c3u, 0x00000008u, 0x00002abeu, - 0x000022e2u, 0x0000078fu, 0x00050084u, 0x00000008u, 0x00002abfu, 0x00002abcu, 0x00002abeu, 0x00050080u, - 0x00000008u, 0x00002ac0u, 0x00002abau, 0x00002abfu, 0x0004003du, 0x00000008u, 0x00002ac2u, 0x00002abbu, - 0x000500c3u, 0x00000008u, 0x00002ac3u, 0x00002ac2u, 0x0000078fu, 0x000500c7u, 0x00000008u, 0x00002ac5u, - 0x000022e2u, 0x00000d9fu, 0x00050084u, 0x00000008u, 0x00002ac6u, 0x00002ac3u, 0x00002ac5u, 0x00050080u, - 0x00000008u, 0x00002ac7u, 0x00002ac0u, 0x00002ac6u, 0x000500c3u, 0x00000008u, 0x00002ac9u, 0x00002ac7u, - 0x0000026cu, 0x000500c4u, 0x00000008u, 0x00002ad5u, 0x00002ac9u, 0x00000db3u, 0x0004003du, 0x00000008u, - 0x00002ad8u, 0x00002abbu, 0x000500c3u, 0x00000008u, 0x00002ad9u, 0x00002ad8u, 0x0000026cu, 0x00050084u, - 0x00000008u, 0x00002adau, 0x00002a11u, 0x00002ad9u, 0x00050041u, 0x0000003eu, 0x00002adcu, 0x00002162u, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x00002addu, 0x00002adcu, 0x000500c3u, 0x00000008u, 0x00002adeu, - 0x00002addu, 0x0000026cu, 0x00050084u, 0x00000008u, 0x00002adfu, 0x00002a0bu, 0x00002adeu, 0x00050080u, - 0x00000008u, 0x00002ae0u, 0x00002adau, 0x00002adfu, 0x00050080u, 0x00000008u, 0x00002ae2u, 0x00002ad5u, - 0x00002ae0u, 0x000500c3u, 0x00000008u, 0x00002ae4u, 0x00002ae2u, 0x00000dc3u, 0x00050082u, 0x00000008u, - 0x00002c8eu, 0x00002ae4u, 0x00000b1cu, 0x000500c4u, 0x00000008u, 0x00002c90u, 0x00002c8eu, 0x0000027fu, - 0x000500c3u, 0x00000008u, 0x00002c92u, 0x00002c90u, 0x0000027fu, 0x00050080u, 0x00000008u, 0x00002c94u, - 0x00002c92u, 0x00000b1cu, 0x0008000cu, 0x00000008u, 0x00002c96u, 0x00000001u, 0x0000002du, 0x00002c94u, - 0x00000205u, 0x0000041fu, 0x000500c7u, 0x00000006u, 0x0000230du, 0x00002208u, 0x00000741u, 0x00050080u, - 0x00000006u, 0x0000230fu, 0x0000230du, 0x00000487u, 0x000500c7u, 0x00000006u, 0x00002310u, 0x0000230fu, - 0x00000741u, 0x000500c2u, 0x00000006u, 0x00002312u, 0x00002208u, 0x0000048du, 0x000300f7u, 0x00002326u, - 0x00000000u, 0x000400fau, 0x0000225fu, 0x00002316u, 0x00002326u, 0x000200f8u, 0x00002316u, 0x000300f7u, - 0x00002cf2u, 0x00000000u, 0x000400fau, 0x00007237u, 0x00002ca1u, 0x00002ca2u, 0x000200f8u, 0x00002ca2u, - 0x00050082u, 0x0000005fu, 0x00002ca5u, 0x000071f9u, 0x000071e4u, 0x000500c3u, 0x0000005fu, 0x00002ca8u, - 0x00002ca5u, 0x0000afc8u, 0x000500c6u, 0x0000005fu, 0x00002caau, 0x00002ca5u, 0x00002ca8u, 0x00050082u, - 0x0000005fu, 0x00002cadu, 0x0000721du, 0x000071e4u, 0x000500c3u, 0x0000005fu, 0x00002cb0u, 0x00002cadu, - 0x0000afc8u, 0x000500c6u, 0x0000005fu, 0x00002cb2u, 0x00002cadu, 0x00002cb0u, 0x0007000cu, 0x0000005fu, - 0x00002cb5u, 0x00000001u, 0x0000002au, 0x00002caau, 0x00002cb2u, 0x0003003eu, 0x00002c9cu, 0x00002cb5u, - 0x00050041u, 0x0000003eu, 0x00002cb6u, 0x00002c9cu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002cb7u, - 0x00002cb6u, 0x00050041u, 0x0000003eu, 0x00002cb8u, 0x00002c9cu, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00002cb9u, 0x00002cb8u, 0x0007000cu, 0x00000008u, 0x00002cbau, 0x00000001u, 0x0000002au, 0x00002cb7u, - 0x00002cb9u, 0x000500afu, 0x0000005du, 0x00002cbcu, 0x00002cbau, 0x00000b39u, 0x000300f7u, 0x00002cf1u, - 0x00000000u, 0x000400fau, 0x00002cbcu, 0x00002cbdu, 0x00002cbfu, 0x000200f8u, 0x00002cbfu, 0x000500b1u, - 0x0000005du, 0x00002cc1u, 0x00002cbau, 0x0000037fu, 0x000300f7u, 0x00002cf0u, 0x00000000u, 0x000400fau, - 0x00002cc1u, 0x00002cc2u, 0x00002cd6u, 0x000200f8u, 0x00002cd6u, 0x000500c3u, 0x00000008u, 0x00002cd8u, - 0x00002cbau, 0x00000220u, 0x0006000cu, 0x00000008u, 0x00002cd9u, 0x00000001u, 0x0000004au, 0x00002cd8u, - 0x0007000cu, 0x00000008u, 0x00002cdau, 0x00000001u, 0x0000002au, 0x00002cd9u, 0x00000205u, 0x0004007cu, - 0x00000006u, 0x00002cdcu, 0x00002cdau, 0x000500aeu, 0x0000005du, 0x00002cdeu, 0x00002cdcu, 0x00002312u, - 0x000400a8u, 0x0000005du, 0x00002ce1u, 0x00002238u, 0x000500a7u, 0x0000005du, 0x00002ce2u, 0x00002cdeu, - 0x00002ce1u, 0x000400a8u, 0x0000005du, 0x00002ce4u, 0x0000223bu, 0x000500a7u, 0x0000005du, 0x00002ce5u, - 0x00002ce2u, 0x00002ce4u, 0x000300f7u, 0x00002cefu, 0x00000000u, 0x000400fau, 0x00002ce5u, 0x00002ce6u, - 0x00002ce7u, 0x000200f8u, 0x00002ce7u, 0x000500c4u, 0x00000008u, 0x00002ce9u, 0x00002cbau, 0x0000021au, - 0x000500c3u, 0x00000008u, 0x00002cebu, 0x00002ce9u, 0x00002cdau, 0x000500c7u, 0x00000008u, 0x00002cecu, - 0x00002cebu, 0x0000038du, 0x000200f9u, 0x00002cefu, 0x000200f8u, 0x00002ce6u, 0x000200f9u, 0x00002cefu, - 0x000200f8u, 0x00002cefu, 0x000700f5u, 0x00000008u, 0x00007263u, 0x0000038du, 0x00002ce6u, 0x00002cecu, - 0x00002ce7u, 0x000600a9u, 0x00000006u, 0x0000b17du, 0x00002ce5u, 0x00000376u, 0x00002cdcu, 0x000200f9u, - 0x00002cf0u, 0x000200f8u, 0x00002cc2u, 0x000500aau, 0x0000005du, 0x00002cc4u, 0x00002312u, 0x00000376u, - 0x000400a8u, 0x0000005du, 0x00002cc6u, 0x00002238u, 0x000400a8u, 0x0000005du, 0x00002cc8u, 0x0000223bu, - 0x000500a7u, 0x0000005du, 0x00002cc9u, 0x00002cc6u, 0x00002cc8u, 0x000300f7u, 0x00002cd5u, 0x00000000u, - 0x000400fau, 0x00002cc9u, 0x00002ccau, 0x00002ccdu, 0x000200f8u, 0x00002ccdu, 0x0007000cu, 0x00000008u, - 0x00002cd0u, 0x00000001u, 0x0000002au, 0x000029e9u, 0x00002cbau, 0x000500c4u, 0x00000008u, 0x00002cd1u, - 0x00002cd0u, 0x0000021au, 0x000600a9u, 0x00000008u, 0x00002cd3u, 0x00002238u, 0x000019c3u, 0x00000205u, - 0x00050080u, 0x00000008u, 0x00002cd4u, 0x00002cd1u, 0x00002cd3u, 0x000200f9u, 0x00002cd5u, 0x000200f8u, - 0x00002ccau, 0x000600a9u, 0x00000008u, 0x00002cccu, 0x00002cc4u, 0x0000038du, 0x00000205u, 0x000200f9u, - 0x00002cd5u, 0x000200f8u, 0x00002cd5u, 0x000700f5u, 0x00000008u, 0x00007262u, 0x00002cccu, 0x00002ccau, - 0x00002cd4u, 0x00002ccdu, 0x000200f9u, 0x00002cf0u, 0x000200f8u, 0x00002cf0u, 0x000700f5u, 0x00000008u, - 0x00007261u, 0x00007262u, 0x00002cd5u, 0x00007263u, 0x00002cefu, 0x000700f5u, 0x00000006u, 0x00007248u, - 0x00000376u, 0x00002cd5u, 0x0000b17du, 0x00002cefu, 0x000700f5u, 0x0000005du, 0x0000723cu, 0x00002cc4u, - 0x00002cd5u, 0x00002cdeu, 0x00002cefu, 0x000600a9u, 0x0000005du, 0x0000b17eu, 0x00002cc1u, 0x00000560u, - 0x00000545u, 0x000200f9u, 0x00002cf1u, 0x000200f8u, 0x00002cbdu, 0x000200f9u, 0x00002cf1u, 0x000200f8u, - 0x00002cf1u, 0x000700f5u, 0x00000008u, 0x00007260u, 0x0000038du, 0x00002cbdu, 0x00007261u, 0x00002cf0u, - 0x000700f5u, 0x0000005du, 0x0000724eu, 0x00000545u, 0x00002cbdu, 0x0000b17eu, 0x00002cf0u, 0x000700f5u, - 0x00000006u, 0x00007247u, 0x00002312u, 0x00002cbdu, 0x00007248u, 0x00002cf0u, 0x000700f5u, 0x0000005du, - 0x0000723bu, 0x00000560u, 0x00002cbdu, 0x0000723cu, 0x00002cf0u, 0x000200f9u, 0x00002cf2u, 0x000200f8u, - 0x00002ca1u, 0x000200f9u, 0x00002cf2u, 0x000200f8u, 0x00002cf2u, 0x000700f5u, 0x00000008u, 0x0000725fu, - 0x0000038du, 0x00002ca1u, 0x00007260u, 0x00002cf1u, 0x000700f5u, 0x0000005du, 0x0000724du, 0x00000545u, - 0x00002ca1u, 0x0000724eu, 0x00002cf1u, 0x000700f5u, 0x00000006u, 0x00007246u, 0x00000376u, 0x00002ca1u, - 0x00007247u, 0x00002cf1u, 0x000700f5u, 0x0000005du, 0x0000723au, 0x00000560u, 0x00002ca1u, 0x0000723bu, - 0x00002cf1u, 0x000300f7u, 0x00002d24u, 0x00000000u, 0x000400fau, 0x00002235u, 0x00002cf4u, 0x00002d24u, - 0x000200f8u, 0x00002cf4u, 0x000600a9u, 0x00000006u, 0x0000b17fu, 0x0000723au, 0x00002312u, 0x00007246u, - 0x000400a8u, 0x0000005du, 0x00002cfau, 0x0000223bu, 0x000300f7u, 0x00002d23u, 0x00000000u, 0x000400fau, - 0x00002cfau, 0x00002cfbu, 0x00002d10u, 0x000200f8u, 0x00002d10u, 0x00050080u, 0x00000006u, 0x00002d13u, - 0x0000230du, 0x0000b17fu, 0x000500a6u, 0x0000005du, 0x00002d16u, 0x0000723au, 0x0000724du, 0x000600a9u, - 0x00000008u, 0x00002d17u, 0x00002d16u, 0x00000214u, 0x00000217u, 0x0004007cu, 0x00000006u, 0x00002d18u, - 0x00002d17u, 0x00050080u, 0x00000006u, 0x00002d19u, 0x00002d13u, 0x00002d18u, 0x000500c7u, 0x00000006u, - 0x00002d1au, 0x00002d19u, 0x00000741u, 0x000600a9u, 0x00000008u, 0x00002d1fu, 0x0000724du, 0x00000205u, - 0x00000214u, 0x0004007cu, 0x00000006u, 0x00002d20u, 0x00002d1fu, 0x00050080u, 0x00000006u, 0x00002d21u, - 0x00002d13u, 0x00002d20u, 0x000500c7u, 0x00000006u, 0x00002d22u, 0x00002d21u, 0x00000741u, 0x000200f9u, - 0x00002d23u, 0x000200f8u, 0x00002cfbu, 0x00050080u, 0x00000006u, 0x00002cfeu, 0x0000230du, 0x0000b17fu, - 0x000500c7u, 0x00000006u, 0x00002cffu, 0x00002cfeu, 0x00000741u, 0x000400a8u, 0x0000005du, 0x00002d01u, - 0x0000723au, 0x000300f7u, 0x00002d07u, 0x00000000u, 0x000400fau, 0x00002d01u, 0x00002d02u, 0x00002d07u, - 0x000200f8u, 0x00002d02u, 0x000400a8u, 0x0000005du, 0x00002d04u, 0x00002238u, 0x000500a7u, 0x0000005du, - 0x00002d06u, 0x00002d04u, 0x0000724du, 0x000200f9u, 0x00002d07u, 0x000200f8u, 0x00002d07u, 0x000700f5u, - 0x0000005du, 0x00002d08u, 0x0000723au, 0x00002cfbu, 0x00002d06u, 0x00002d02u, 0x000300f7u, 0x00002d0fu, - 0x00000000u, 0x000400fau, 0x00002d08u, 0x00002d09u, 0x00002d0bu, 0x000200f8u, 0x00002d0bu, 0x00050080u, - 0x00000006u, 0x00002d0du, 0x00002cffu, 0x00000487u, 0x000500c7u, 0x00000006u, 0x00002d0eu, 0x00002d0du, - 0x00000741u, 0x000200f9u, 0x00002d0fu, 0x000200f8u, 0x00002d09u, 0x000200f9u, 0x00002d0fu, 0x000200f8u, - 0x00002d0fu, 0x000700f5u, 0x00000006u, 0x0000725du, 0x00002cffu, 0x00002d09u, 0x00002d0eu, 0x00002d0bu, - 0x000200f9u, 0x00002d23u, 0x000200f8u, 0x00002d23u, 0x000700f5u, 0x00000006u, 0x0000725cu, 0x0000725du, - 0x00002d0fu, 0x00002d1au, 0x00002d10u, 0x000700f5u, 0x00000006u, 0x00007254u, 0x00002cffu, 0x00002d0fu, - 0x00002d22u, 0x00002d10u, 0x000200f9u, 0x00002d24u, 0x000200f8u, 0x00002d24u, 0x000700f5u, 0x00000006u, - 0x00007256u, 0x00002310u, 0x00002cf2u, 0x0000725cu, 0x00002d23u, 0x000700f5u, 0x00000006u, 0x00007253u, - 0x0000230du, 0x00002cf2u, 0x00007254u, 0x00002d23u, 0x000200f9u, 0x00002326u, 0x000200f8u, 0x00002326u, - 0x000700f5u, 0x00000008u, 0x00007ffeu, 0x0000800au, 0x00002ab8u, 0x0000725fu, 0x00002d24u, 0x000700f5u, - 0x00000006u, 0x0000773cu, 0x00002310u, 0x00002ab8u, 0x00007256u, 0x00002d24u, 0x000700f5u, 0x00000006u, - 0x00007268u, 0x0000230du, 0x00002ab8u, 0x00007253u, 0x00002d24u, 0x000300f7u, 0x0000233bu, 0x00000000u, - 0x000400fau, 0x00002256u, 0x00002328u, 0x0000233bu, 0x000200f8u, 0x00002328u, 0x00080041u, 0x00000279u, - 0x0000232bu, 0x00000a23u, 0x00000205u, 0x00001fecu, 0x00000217u, 0x00007268u, 0x0004003du, 0x0000022bu, - 0x0000232cu, 0x0000232bu, 0x00040071u, 0x00000006u, 0x0000232du, 0x0000232cu, 0x00070041u, 0x0000026du, - 0x00002d28u, 0x000002d3u, 0x00000205u, 0x0000232du, 0x00000205u, 0x0004003du, 0x00000006u, 0x00002d29u, - 0x00002d28u, 0x00070041u, 0x0000026du, 0x00002d2bu, 0x000002d3u, 0x00000205u, 0x0000232du, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00002d2cu, 0x00002d2bu, 0x00070041u, 0x0000026du, 0x00002d2eu, 0x000002d3u, - 0x00000205u, 0x0000232du, 0x00000217u, 0x0004003du, 0x00000006u, 0x00002d2fu, 0x00002d2eu, 0x00070041u, - 0x0000026du, 0x00002d31u, 0x000002d3u, 0x00000205u, 0x0000232du, 0x0000021au, 0x0004003du, 0x00000006u, - 0x00002d32u, 0x00002d31u, 0x00070041u, 0x0000026du, 0x00002d34u, 0x000002d3u, 0x00000205u, 0x0000232du, - 0x0000021du, 0x0004003du, 0x00000006u, 0x00002d35u, 0x00002d34u, 0x00070041u, 0x0000026du, 0x00002d37u, - 0x000002d3u, 0x00000205u, 0x0000232du, 0x00000220u, 0x0004003du, 0x00000006u, 0x00002d38u, 0x00002d37u, - 0x00070041u, 0x00000279u, 0x00002d3au, 0x000002d3u, 0x00000205u, 0x0000232du, 0x00000223u, 0x0004003du, - 0x0000022bu, 0x00002d3bu, 0x00002d3au, 0x00040071u, 0x00000006u, 0x00002d3cu, 0x00002d3bu, 0x0004007cu, - 0x00000008u, 0x00002d3du, 0x00002d3cu, 0x00070041u, 0x00000279u, 0x00002d3fu, 0x000002d3u, 0x00000205u, - 0x0000232du, 0x00000226u, 0x0004003du, 0x0000022bu, 0x00002d40u, 0x00002d3fu, 0x00040071u, 0x00000006u, - 0x00002d41u, 0x00002d40u, 0x0004007cu, 0x00000008u, 0x00002d42u, 0x00002d41u, 0x00070041u, 0x00000279u, - 0x00002d44u, 0x000002d3u, 0x00000205u, 0x0000232du, 0x00000260u, 0x0004003du, 0x0000022bu, 0x00002d45u, - 0x00002d44u, 0x00040071u, 0x00000006u, 0x00002d46u, 0x00002d45u, 0x0004007cu, 0x00000008u, 0x00002d47u, - 0x00002d46u, 0x00070041u, 0x00000279u, 0x00002d49u, 0x000002d3u, 0x00000205u, 0x0000232du, 0x00000266u, - 0x0004003du, 0x0000022bu, 0x00002d4au, 0x00002d49u, 0x00040071u, 0x00000006u, 0x00002d4bu, 0x00002d4au, - 0x0004007cu, 0x00000008u, 0x00002d4cu, 0x00002d4bu, 0x00070041u, 0x00000279u, 0x00002d4eu, 0x000002d3u, - 0x00000205u, 0x0000232du, 0x0000026cu, 0x0004003du, 0x0000022bu, 0x00002d4fu, 0x00002d4eu, 0x00040071u, - 0x00000006u, 0x00002d50u, 0x00002d4fu, 0x0004007cu, 0x00000008u, 0x00002d51u, 0x00002d50u, 0x00070041u, - 0x00000279u, 0x00002d53u, 0x000002d3u, 0x00000205u, 0x0000232du, 0x00000271u, 0x0004003du, 0x0000022bu, - 0x00002d54u, 0x00002d53u, 0x00040071u, 0x00000006u, 0x00002d55u, 0x00002d54u, 0x0004007cu, 0x00000008u, - 0x00002d56u, 0x00002d55u, 0x00070041u, 0x00000279u, 0x00002d58u, 0x000002d3u, 0x00000205u, 0x0000232du, - 0x00000278u, 0x0004003du, 0x0000022bu, 0x00002d59u, 0x00002d58u, 0x00040071u, 0x00000006u, 0x00002d5au, - 0x00002d59u, 0x0004007cu, 0x00000008u, 0x00002d5bu, 0x00002d5au, 0x00070041u, 0x00000279u, 0x00002d5du, - 0x000002d3u, 0x00000205u, 0x0000232du, 0x0000027fu, 0x0004003du, 0x0000022bu, 0x00002d5eu, 0x00002d5du, - 0x00040071u, 0x00000006u, 0x00002d5fu, 0x00002d5eu, 0x0004007cu, 0x00000008u, 0x00002d60u, 0x00002d5fu, - 0x0003003eu, 0x00002184u, 0x000071e4u, 0x000500c7u, 0x00000008u, 0x00002ebau, 0x00002d60u, 0x00000214u, - 0x000500abu, 0x0000005du, 0x00002ebbu, 0x00002ebau, 0x00000205u, 0x0004007cu, 0x00000008u, 0x00002ebeu, - 0x00002d29u, 0x0004007cu, 0x00000008u, 0x00002ec1u, 0x00002d2cu, 0x00050041u, 0x0000003eu, 0x00002ec4u, - 0x00002184u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002ec5u, 0x00002ec4u, 0x0008000cu, 0x00000008u, - 0x0000337du, 0x00000001u, 0x0000002du, 0x00002ec5u, 0x00000c5du, 0x00000c18u, 0x000500b1u, 0x0000005du, - 0x0000337fu, 0x00002d51u, 0x00000271u, 0x000300f7u, 0x0000338bu, 0x00000000u, 0x000400fau, 0x0000337fu, - 0x00003380u, 0x00003384u, 0x000200f8u, 0x00003384u, 0x00050082u, 0x00000008u, 0x00003386u, 0x0000037fu, - 0x00002d51u, 0x000500c4u, 0x00000008u, 0x00003388u, 0x0000337du, 0x00003386u, 0x000500c3u, 0x00000008u, - 0x0000338au, 0x00003388u, 0x0000055bu, 0x000200f9u, 0x0000338bu, 0x000200f8u, 0x00003380u, 0x000500c3u, - 0x00000008u, 0x00003383u, 0x0000337du, 0x00002d51u, 0x000200f9u, 0x0000338bu, 0x000200f8u, 0x0000338bu, - 0x000700f5u, 0x00000008u, 0x00007274u, 0x00003383u, 0x00003380u, 0x0000338au, 0x00003384u, 0x000300f7u, - 0x000033a7u, 0x00000000u, 0x000400fau, 0x00002ebbu, 0x0000338du, 0x000033a2u, 0x000200f8u, 0x000033a2u, - 0x000500c4u, 0x00000008u, 0x000033a4u, 0x00002ebeu, 0x0000021au, 0x00050082u, 0x00000008u, 0x000033a6u, - 0x00007274u, 0x000033a4u, 0x000200f9u, 0x000033a7u, 0x000200f8u, 0x0000338du, 0x000500c3u, 0x00000008u, - 0x0000338fu, 0x00007274u, 0x0000021au, 0x000500afu, 0x0000005du, 0x00003391u, 0x0000338fu, 0x00002ec1u, - 0x000300f7u, 0x000033a1u, 0x00000000u, 0x000400fau, 0x00003391u, 0x00003393u, 0x0000339bu, 0x000200f8u, - 0x0000339bu, 0x000500c4u, 0x00000008u, 0x0000339eu, 0x00002ebeu, 0x0000021au, 0x00050082u, 0x00000008u, - 0x0000339fu, 0x00007274u, 0x0000339eu, 0x0007000cu, 0x00000008u, 0x000033a0u, 0x00000001u, 0x0000002au, - 0x0000339fu, 0x00000205u, 0x000200f9u, 0x000033a1u, 0x000200f8u, 0x00003393u, 0x000500c3u, 0x00000008u, - 0x00003395u, 0x00002ec1u, 0x00000217u, 0x000500c3u, 0x00000008u, 0x00003397u, 0x00002ebeu, 0x00000217u, - 0x00050082u, 0x00000008u, 0x00003398u, 0x00003395u, 0x00003397u, 0x000500c7u, 0x00000008u, 0x00003399u, - 0x00003398u, 0x0000114du, 0x000500c4u, 0x00000008u, 0x0000339au, 0x00003399u, 0x00000220u, 0x000200f9u, - 0x000033a1u, 0x000200f8u, 0x000033a1u, 0x000700f5u, 0x00000008u, 0x00007276u, 0x0000339au, 0x00003393u, - 0x000033a0u, 0x0000339bu, 0x000200f9u, 0x000033a7u, 0x000200f8u, 0x000033a7u, 0x000700f5u, 0x00000008u, - 0x00007275u, 0x00007276u, 0x000033a1u, 0x000033a6u, 0x000033a2u, 0x0003003eu, 0x00002ec4u, 0x00007275u, - 0x000500c7u, 0x00000008u, 0x00002ecau, 0x00002d60u, 0x0000021du, 0x000500abu, 0x0000005du, 0x00002ecbu, - 0x00002ecau, 0x00000205u, 0x0004007cu, 0x00000008u, 0x00002eceu, 0x00002d2fu, 0x0004007cu, 0x00000008u, - 0x00002ed1u, 0x00002d32u, 0x00050041u, 0x0000003eu, 0x00002ed4u, 0x00002184u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00002ed5u, 0x00002ed4u, 0x0008000cu, 0x00000008u, 0x000033adu, 0x00000001u, 0x0000002du, - 0x00002ed5u, 0x00000c5du, 0x00000c18u, 0x000500b1u, 0x0000005du, 0x000033afu, 0x00002d5bu, 0x00000271u, - 0x000300f7u, 0x000033bbu, 0x00000000u, 0x000400fau, 0x000033afu, 0x000033b0u, 0x000033b4u, 0x000200f8u, - 0x000033b4u, 0x00050082u, 0x00000008u, 0x000033b6u, 0x0000037fu, 0x00002d5bu, 0x000500c4u, 0x00000008u, - 0x000033b8u, 0x000033adu, 0x000033b6u, 0x000500c3u, 0x00000008u, 0x000033bau, 0x000033b8u, 0x0000055bu, - 0x000200f9u, 0x000033bbu, 0x000200f8u, 0x000033b0u, 0x000500c3u, 0x00000008u, 0x000033b3u, 0x000033adu, - 0x00002d5bu, 0x000200f9u, 0x000033bbu, 0x000200f8u, 0x000033bbu, 0x000700f5u, 0x00000008u, 0x00007277u, - 0x000033b3u, 0x000033b0u, 0x000033bau, 0x000033b4u, 0x000300f7u, 0x000033d7u, 0x00000000u, 0x000400fau, - 0x00002ecbu, 0x000033bdu, 0x000033d2u, 0x000200f8u, 0x000033d2u, 0x000500c4u, 0x00000008u, 0x000033d4u, - 0x00002eceu, 0x0000021au, 0x00050082u, 0x00000008u, 0x000033d6u, 0x00007277u, 0x000033d4u, 0x000200f9u, - 0x000033d7u, 0x000200f8u, 0x000033bdu, 0x000500c3u, 0x00000008u, 0x000033bfu, 0x00007277u, 0x0000021au, - 0x000500afu, 0x0000005du, 0x000033c1u, 0x000033bfu, 0x00002ed1u, 0x000300f7u, 0x000033d1u, 0x00000000u, - 0x000400fau, 0x000033c1u, 0x000033c3u, 0x000033cbu, 0x000200f8u, 0x000033cbu, 0x000500c4u, 0x00000008u, - 0x000033ceu, 0x00002eceu, 0x0000021au, 0x00050082u, 0x00000008u, 0x000033cfu, 0x00007277u, 0x000033ceu, - 0x0007000cu, 0x00000008u, 0x000033d0u, 0x00000001u, 0x0000002au, 0x000033cfu, 0x00000205u, 0x000200f9u, - 0x000033d1u, 0x000200f8u, 0x000033c3u, 0x000500c3u, 0x00000008u, 0x000033c5u, 0x00002ed1u, 0x00000217u, - 0x000500c3u, 0x00000008u, 0x000033c7u, 0x00002eceu, 0x00000217u, 0x00050082u, 0x00000008u, 0x000033c8u, - 0x000033c5u, 0x000033c7u, 0x000500c7u, 0x00000008u, 0x000033c9u, 0x000033c8u, 0x0000114du, 0x000500c4u, - 0x00000008u, 0x000033cau, 0x000033c9u, 0x00000220u, 0x000200f9u, 0x000033d1u, 0x000200f8u, 0x000033d1u, - 0x000700f5u, 0x00000008u, 0x00007279u, 0x000033cau, 0x000033c3u, 0x000033d0u, 0x000033cbu, 0x000200f9u, - 0x000033d7u, 0x000200f8u, 0x000033d7u, 0x000700f5u, 0x00000008u, 0x00007278u, 0x00007279u, 0x000033d1u, - 0x000033d6u, 0x000033d2u, 0x0003003eu, 0x00002ed4u, 0x00007278u, 0x000300f7u, 0x00002edeu, 0x00000000u, - 0x000400fau, 0x00002229u, 0x00002ed9u, 0x00002eddu, 0x000200f8u, 0x00002eddu, 0x0003003eu, 0x00002d6cu, - 0x00000c44u, 0x000200f9u, 0x00002edeu, 0x000200f8u, 0x00002ed9u, 0x0004003du, 0x0000005fu, 0x00002edau, - 0x00002184u, 0x000500c7u, 0x0000005fu, 0x00002edcu, 0x00002edau, 0x0000afc8u, 0x0003003eu, 0x00002d6cu, - 0x00002edcu, 0x000200f9u, 0x00002edeu, 0x000200f8u, 0x00002edeu, 0x00050041u, 0x0000003eu, 0x00002edfu, - 0x00002d6cu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00002ee0u, 0x00002edfu, 0x00050041u, 0x0000003eu, - 0x00002ee1u, 0x00002d6cu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00002ee2u, 0x00002ee1u, 0x00050080u, - 0x00000008u, 0x00002ee3u, 0x00002ee0u, 0x00002ee2u, 0x0004003du, 0x0000005fu, 0x00002ee4u, 0x00002184u, - 0x000500c3u, 0x0000005fu, 0x00002ee6u, 0x00002ee4u, 0x0000afc7u, 0x0003003eu, 0x00002184u, 0x00002ee6u, - 0x0004003du, 0x00000008u, 0x00002ee9u, 0x00002ec4u, 0x000500abu, 0x0000005du, 0x000033deu, 0x00002d4cu, - 0x00000205u, 0x000300f7u, 0x000033f4u, 0x00000000u, 0x000400fau, 0x000033deu, 0x000033dfu, 0x000033f4u, - 0x000200f8u, 0x000033dfu, 0x000500c4u, 0x00000008u, 0x000033e2u, 0x00000214u, 0x00002d4cu, 0x000500c7u, - 0x00000008u, 0x000033e5u, 0x00002d60u, 0x00000217u, 0x000500abu, 0x0000005du, 0x000033e6u, 0x000033e5u, - 0x00000205u, 0x000300f7u, 0x000033efu, 0x00000000u, 0x000400fau, 0x000033e6u, 0x000033e7u, 0x000033efu, - 0x000200f8u, 0x000033e7u, 0x000500c7u, 0x00000008u, 0x000033eau, 0x00002ee9u, 0x000033e2u, 0x00050082u, - 0x00000008u, 0x000033ebu, 0x000033eau, 0x00000214u, 0x0007000cu, 0x00000008u, 0x000033ecu, 0x00000001u, - 0x0000002au, 0x000033ebu, 0x00000205u, 0x000500c6u, 0x00000008u, 0x000033eeu, 0x00002ee9u, 0x000033ecu, - 0x000200f9u, 0x000033efu, 0x000200f8u, 0x000033efu, 0x000700f5u, 0x00000008u, 0x0000727au, 0x00002ee9u, - 0x000033dfu, 0x000033eeu, 0x000033e7u, 0x00050082u, 0x00000008u, 0x000033f1u, 0x000033e2u, 0x00000214u, - 0x000500c7u, 0x00000008u, 0x000033f3u, 0x0000727au, 0x000033f1u, 0x000200f9u, 0x000033f4u, 0x000200f8u, - 0x000033f4u, 0x000700f5u, 0x00000008u, 0x0000727bu, 0x00002ee9u, 0x00002edeu, 0x000033f3u, 0x000033efu, - 0x0004003du, 0x00000008u, 0x00002eedu, 0x00002ed4u, 0x000500abu, 0x0000005du, 0x000033fbu, 0x00002d56u, - 0x00000205u, 0x000300f7u, 0x00003411u, 0x00000000u, 0x000400fau, 0x000033fbu, 0x000033fcu, 0x00003411u, - 0x000200f8u, 0x000033fcu, 0x000500c4u, 0x00000008u, 0x000033ffu, 0x00000214u, 0x00002d56u, 0x000500c7u, - 0x00000008u, 0x00003402u, 0x00002d60u, 0x00000260u, 0x000500abu, 0x0000005du, 0x00003403u, 0x00003402u, - 0x00000205u, 0x000300f7u, 0x0000340cu, 0x00000000u, 0x000400fau, 0x00003403u, 0x00003404u, 0x0000340cu, - 0x000200f8u, 0x00003404u, 0x000500c7u, 0x00000008u, 0x00003407u, 0x00002eedu, 0x000033ffu, 0x00050082u, - 0x00000008u, 0x00003408u, 0x00003407u, 0x00000214u, 0x0007000cu, 0x00000008u, 0x00003409u, 0x00000001u, - 0x0000002au, 0x00003408u, 0x00000205u, 0x000500c6u, 0x00000008u, 0x0000340bu, 0x00002eedu, 0x00003409u, - 0x000200f9u, 0x0000340cu, 0x000200f8u, 0x0000340cu, 0x000700f5u, 0x00000008u, 0x0000727cu, 0x00002eedu, - 0x000033fcu, 0x0000340bu, 0x00003404u, 0x00050082u, 0x00000008u, 0x0000340eu, 0x000033ffu, 0x00000214u, - 0x000500c7u, 0x00000008u, 0x00003410u, 0x0000727cu, 0x0000340eu, 0x000200f9u, 0x00003411u, 0x000200f8u, - 0x00003411u, 0x000700f5u, 0x00000008u, 0x0000727du, 0x00002eedu, 0x000033f4u, 0x00003410u, 0x0000340cu, - 0x0004003du, 0x00000008u, 0x00002ef0u, 0x00002ec4u, 0x00050080u, 0x00000008u, 0x00002ef1u, 0x00002ef0u, - 0x00000214u, 0x000300f7u, 0x0000342eu, 0x00000000u, 0x000400fau, 0x000033deu, 0x00003419u, 0x0000342eu, - 0x000200f8u, 0x00003419u, 0x000500c4u, 0x00000008u, 0x0000341cu, 0x00000214u, 0x00002d4cu, 0x000500c7u, - 0x00000008u, 0x0000341fu, 0x00002d60u, 0x00000217u, 0x000500abu, 0x0000005du, 0x00003420u, 0x0000341fu, - 0x00000205u, 0x000300f7u, 0x00003429u, 0x00000000u, 0x000400fau, 0x00003420u, 0x00003421u, 0x00003429u, - 0x000200f8u, 0x00003421u, 0x000500c7u, 0x00000008u, 0x00003424u, 0x00002ef1u, 0x0000341cu, 0x00050082u, - 0x00000008u, 0x00003425u, 0x00003424u, 0x00000214u, 0x0007000cu, 0x00000008u, 0x00003426u, 0x00000001u, - 0x0000002au, 0x00003425u, 0x00000205u, 0x000500c6u, 0x00000008u, 0x00003428u, 0x00002ef1u, 0x00003426u, - 0x000200f9u, 0x00003429u, 0x000200f8u, 0x00003429u, 0x000700f5u, 0x00000008u, 0x0000727eu, 0x00002ef1u, - 0x00003419u, 0x00003428u, 0x00003421u, 0x00050082u, 0x00000008u, 0x0000342bu, 0x0000341cu, 0x00000214u, - 0x000500c7u, 0x00000008u, 0x0000342du, 0x0000727eu, 0x0000342bu, 0x000200f9u, 0x0000342eu, 0x000200f8u, - 0x0000342eu, 0x000700f5u, 0x00000008u, 0x0000727fu, 0x00002ef1u, 0x00003411u, 0x0000342du, 0x00003429u, - 0x0004003du, 0x00000008u, 0x00002ef5u, 0x00002ed4u, 0x00050080u, 0x00000008u, 0x00002ef6u, 0x00002ef5u, - 0x00000214u, 0x000300f7u, 0x0000344bu, 0x00000000u, 0x000400fau, 0x000033fbu, 0x00003436u, 0x0000344bu, - 0x000200f8u, 0x00003436u, 0x000500c4u, 0x00000008u, 0x00003439u, 0x00000214u, 0x00002d56u, 0x000500c7u, - 0x00000008u, 0x0000343cu, 0x00002d60u, 0x00000260u, 0x000500abu, 0x0000005du, 0x0000343du, 0x0000343cu, - 0x00000205u, 0x000300f7u, 0x00003446u, 0x00000000u, 0x000400fau, 0x0000343du, 0x0000343eu, 0x00003446u, - 0x000200f8u, 0x0000343eu, 0x000500c7u, 0x00000008u, 0x00003441u, 0x00002ef6u, 0x00003439u, 0x00050082u, - 0x00000008u, 0x00003442u, 0x00003441u, 0x00000214u, 0x0007000cu, 0x00000008u, 0x00003443u, 0x00000001u, - 0x0000002au, 0x00003442u, 0x00000205u, 0x000500c6u, 0x00000008u, 0x00003445u, 0x00002ef6u, 0x00003443u, - 0x000200f9u, 0x00003446u, 0x000200f8u, 0x00003446u, 0x000700f5u, 0x00000008u, 0x00007280u, 0x00002ef6u, - 0x00003436u, 0x00003445u, 0x0000343eu, 0x00050082u, 0x00000008u, 0x00003448u, 0x00003439u, 0x00000214u, - 0x000500c7u, 0x00000008u, 0x0000344au, 0x00007280u, 0x00003448u, 0x000200f9u, 0x0000344bu, 0x000200f8u, - 0x0000344bu, 0x000700f5u, 0x00000008u, 0x00007281u, 0x00002ef6u, 0x0000342eu, 0x0000344au, 0x00003446u, - 0x00050082u, 0x00000008u, 0x00002efbu, 0x00007281u, 0x0000727du, 0x0007000cu, 0x00000008u, 0x00002efcu, - 0x00000001u, 0x0000002au, 0x00002efbu, 0x000013abu, 0x000500c7u, 0x00000008u, 0x00002efeu, 0x0000727du, - 0x0000038du, 0x00050080u, 0x00000008u, 0x00002f00u, 0x00002efeu, 0x00002efcu, 0x0004003du, 0x0000005fu, - 0x00002f05u, 0x00002d6cu, 0x000500aau, 0x0000087fu, 0x00002f06u, 0x00002f05u, 0x000013b7u, 0x00050051u, - 0x0000005du, 0x00002f07u, 0x00002f06u, 0x00000000u, 0x00050051u, 0x0000005du, 0x00002f08u, 0x00002f06u, - 0x00000001u, 0x00070050u, 0x000005fbu, 0x00002f09u, 0x00002253u, 0x00002265u, 0x00002f07u, 0x00002f08u, - 0x0004009bu, 0x0000005du, 0x00002f0au, 0x00002f09u, 0x000600a9u, 0x00000008u, 0x0000b180u, 0x00002f0au, - 0x00000205u, 0x00002ee3u, 0x000500aau, 0x0000005du, 0x00002f10u, 0x00002d3du, 0x00000214u, 0x000500afu, - 0x0000005du, 0x00002f12u, 0x0000b180u, 0x0000037fu, 0x000300f7u, 0x00002f1bu, 0x00000000u, 0x000400fau, - 0x00002f12u, 0x00002f13u, 0x00002f17u, 0x000200f8u, 0x00002f17u, 0x00050050u, 0x0000005fu, 0x00002f1au, - 0x0000727bu, 0x00002efeu, 0x000200f9u, 0x00002f1bu, 0x000200f8u, 0x00002f13u, 0x00050050u, 0x0000005fu, - 0x00002f16u, 0x0000727fu, 0x00002f00u, 0x000200f9u, 0x00002f1bu, 0x000200f8u, 0x00002f1bu, 0x000700f5u, - 0x0000005fu, 0x00007290u, 0x00002f16u, 0x00002f13u, 0x00002f1au, 0x00002f17u, 0x000500c7u, 0x00000008u, - 0x00002f1eu, 0x0000727bu, 0x00000214u, 0x000500c4u, 0x00000008u, 0x00002f1fu, 0x00002f1eu, 0x0000021du, - 0x0004003du, 0x00000008u, 0x00002f21u, 0x00002edfu, 0x000500c3u, 0x00000008u, 0x00002f22u, 0x00002f21u, - 0x00000214u, 0x000500c5u, 0x00000008u, 0x00002f23u, 0x00002f1fu, 0x00002f22u, 0x000300f7u, 0x000031deu, - 0x00000000u, 0x000400fau, 0x00002223u, 0x00002f25u, 0x00002fc2u, 0x000200f8u, 0x00002fc2u, 0x000300f7u, - 0x000031ddu, 0x00000000u, 0x000d00fbu, 0x00002d3du, 0x000031ddu, 0x00000000u, 0x00002fc5u, 0x00000001u, - 0x0000304du, 0x00000002u, 0x0000307bu, 0x00000003u, 0x000030eeu, 0x00000004u, 0x00003176u, 0x000200f8u, - 0x00003176u, 0x000300f7u, 0x000031dcu, 0x00000000u, 0x000700fbu, 0x00002d42u, 0x00003179u, 0x00000000u, - 0x0000319au, 0x00000001u, 0x000031bbu, 0x000200f8u, 0x000031bbu, 0x0004007cu, 0x000000a2u, 0x000031bdu, - 0x00007290u, 0x0003003eu, 0x00002e7au, 0x000031bdu, 0x00050041u, 0x00000007u, 0x000044ceu, 0x00002e7au, - 0x00000487u, 0x0004003du, 0x00000006u, 0x000044cfu, 0x000044ceu, 0x00050084u, 0x00000006u, 0x000044d0u, - 0x00002d38u, 0x000044cfu, 0x00050080u, 0x00000006u, 0x000044d1u, 0x00002d35u, 0x000044d0u, 0x00050041u, - 0x00000007u, 0x000044d2u, 0x00002e7au, 0x00000376u, 0x0004003du, 0x00000006u, 0x000044d3u, 0x000044d2u, - 0x00050080u, 0x00000006u, 0x000044d5u, 0x000044d1u, 0x000044d3u, 0x000500c7u, 0x00000006u, 0x000044d7u, - 0x000044d5u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x000044dau, 0x000044ceu, 0x000500c7u, 0x00000006u, - 0x000044dbu, 0x000044dau, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000044dcu, 0x000044dbu, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x000044deu, 0x000044d7u, 0x000044dcu, 0x000500c6u, 0x00000006u, 0x000044e0u, - 0x000044deu, 0x0000048du, 0x00080041u, 0x00000279u, 0x000044e3u, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x000044e0u, 0x0004003du, 0x0000022bu, 0x000044e4u, 0x000044e3u, 0x00040071u, 0x00000006u, - 0x000044e5u, 0x000044e4u, 0x0004007cu, 0x00000008u, 0x000044e7u, 0x000044e5u, 0x00070050u, 0x00000009u, - 0x000044e8u, 0x000044e7u, 0x000044e7u, 0x000044e7u, 0x000044e7u, 0x000300f7u, 0x000031d1u, 0x00000000u, - 0x000400fau, 0x00002229u, 0x000031c2u, 0x000031d1u, 0x000200f8u, 0x000031c2u, 0x00050050u, 0x0000005fu, - 0x000031c5u, 0x0000727fu, 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x000031c6u, 0x000031c5u, 0x0003003eu, - 0x00002e7du, 0x000031c6u, 0x00050041u, 0x00000007u, 0x000044f2u, 0x00002e7du, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000044f3u, 0x000044f2u, 0x00050084u, 0x00000006u, 0x000044f4u, 0x00002d38u, 0x000044f3u, - 0x00050080u, 0x00000006u, 0x000044f5u, 0x00002d35u, 0x000044f4u, 0x00050041u, 0x00000007u, 0x000044f6u, - 0x00002e7du, 0x00000376u, 0x0004003du, 0x00000006u, 0x000044f7u, 0x000044f6u, 0x00050080u, 0x00000006u, - 0x000044f9u, 0x000044f5u, 0x000044f7u, 0x000500c7u, 0x00000006u, 0x000044fbu, 0x000044f9u, 0x00000e66u, - 0x0004003du, 0x00000006u, 0x000044feu, 0x000044f2u, 0x000500c7u, 0x00000006u, 0x000044ffu, 0x000044feu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004500u, 0x000044ffu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00004502u, 0x000044fbu, 0x00004500u, 0x000500c6u, 0x00000006u, 0x00004504u, 0x00004502u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00004507u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004504u, - 0x0004003du, 0x0000022bu, 0x00004508u, 0x00004507u, 0x00040071u, 0x00000006u, 0x00004509u, 0x00004508u, - 0x0004007cu, 0x00000008u, 0x0000450bu, 0x00004509u, 0x00070050u, 0x00000009u, 0x0000450cu, 0x0000450bu, - 0x0000450bu, 0x0000450bu, 0x0000450bu, 0x00050050u, 0x0000005fu, 0x000031ccu, 0x0000727bu, 0x00002f00u, - 0x0004007cu, 0x000000a2u, 0x000031cdu, 0x000031ccu, 0x0003003eu, 0x00002e80u, 0x000031cdu, 0x00050041u, - 0x00000007u, 0x00004516u, 0x00002e80u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004517u, 0x00004516u, - 0x00050084u, 0x00000006u, 0x00004518u, 0x00002d38u, 0x00004517u, 0x00050080u, 0x00000006u, 0x00004519u, - 0x00002d35u, 0x00004518u, 0x00050041u, 0x00000007u, 0x0000451au, 0x00002e80u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x0000451bu, 0x0000451au, 0x00050080u, 0x00000006u, 0x0000451du, 0x00004519u, 0x0000451bu, - 0x000500c7u, 0x00000006u, 0x0000451fu, 0x0000451du, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00004522u, - 0x00004516u, 0x000500c7u, 0x00000006u, 0x00004523u, 0x00004522u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00004524u, 0x00004523u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004526u, 0x0000451fu, 0x00004524u, - 0x000500c6u, 0x00000006u, 0x00004528u, 0x00004526u, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000452bu, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004528u, 0x0004003du, 0x0000022bu, 0x0000452cu, - 0x0000452bu, 0x00040071u, 0x00000006u, 0x0000452du, 0x0000452cu, 0x0004007cu, 0x00000008u, 0x0000452fu, - 0x0000452du, 0x00070050u, 0x00000009u, 0x00004530u, 0x0000452fu, 0x0000452fu, 0x0000452fu, 0x0000452fu, - 0x000200f9u, 0x000031d1u, 0x000200f8u, 0x000031d1u, 0x000700f5u, 0x00000009u, 0x00007452u, 0x000073f4u, - 0x000031bbu, 0x00004530u, 0x000031c2u, 0x000700f5u, 0x00000009u, 0x000073d6u, 0x00007375u, 0x000031bbu, - 0x0000450cu, 0x000031c2u, 0x000300f7u, 0x000031dbu, 0x00000000u, 0x000400fau, 0x00002f0au, 0x000031d3u, - 0x000031dbu, 0x000200f8u, 0x000031d3u, 0x00050050u, 0x0000005fu, 0x000031d6u, 0x0000727fu, 0x00002f00u, - 0x0004007cu, 0x000000a2u, 0x000031d7u, 0x000031d6u, 0x0003003eu, 0x00002e83u, 0x000031d7u, 0x00050041u, - 0x00000007u, 0x0000453au, 0x00002e83u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000453bu, 0x0000453au, - 0x00050084u, 0x00000006u, 0x0000453cu, 0x00002d38u, 0x0000453bu, 0x00050080u, 0x00000006u, 0x0000453du, - 0x00002d35u, 0x0000453cu, 0x00050041u, 0x00000007u, 0x0000453eu, 0x00002e83u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x0000453fu, 0x0000453eu, 0x00050080u, 0x00000006u, 0x00004541u, 0x0000453du, 0x0000453fu, - 0x000500c7u, 0x00000006u, 0x00004543u, 0x00004541u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00004546u, - 0x0000453au, 0x000500c7u, 0x00000006u, 0x00004547u, 0x00004546u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00004548u, 0x00004547u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000454au, 0x00004543u, 0x00004548u, - 0x000500c6u, 0x00000006u, 0x0000454cu, 0x0000454au, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000454fu, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000454cu, 0x0004003du, 0x0000022bu, 0x00004550u, - 0x0000454fu, 0x00040071u, 0x00000006u, 0x00004551u, 0x00004550u, 0x0004007cu, 0x00000008u, 0x00004553u, - 0x00004551u, 0x00070050u, 0x00000009u, 0x00004554u, 0x00004553u, 0x00004553u, 0x00004553u, 0x00004553u, - 0x000200f9u, 0x000031dbu, 0x000200f8u, 0x000031dbu, 0x000700f5u, 0x00000009u, 0x000074ceu, 0x0000746eu, - 0x000031d1u, 0x00004554u, 0x000031d3u, 0x000200f9u, 0x000031dcu, 0x000200f8u, 0x0000319au, 0x0004007cu, - 0x000000a2u, 0x0000319cu, 0x00007290u, 0x0003003eu, 0x00002e6eu, 0x0000319cu, 0x00050041u, 0x00000007u, - 0x00004403u, 0x00002e6eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004404u, 0x00004403u, 0x00050084u, - 0x00000006u, 0x00004405u, 0x00002d38u, 0x00004404u, 0x00050080u, 0x00000006u, 0x00004406u, 0x00002d35u, - 0x00004405u, 0x00050041u, 0x00000007u, 0x00004407u, 0x00002e6eu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00004408u, 0x00004407u, 0x000500c2u, 0x00000006u, 0x00004409u, 0x00004408u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x0000440bu, 0x00004406u, 0x00004409u, 0x000500c7u, 0x00000006u, 0x0000440du, 0x0000440bu, - 0x00000e66u, 0x0004003du, 0x00000006u, 0x0000440fu, 0x00004407u, 0x000400c8u, 0x00000006u, 0x00004410u, - 0x0000440fu, 0x000500c7u, 0x00000006u, 0x00004411u, 0x00004410u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00004412u, 0x00004411u, 0x00000703u, 0x0004003du, 0x00000006u, 0x00004415u, 0x00004403u, 0x000500c7u, - 0x00000006u, 0x00004416u, 0x00004415u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004417u, 0x00004416u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004419u, 0x0000440du, 0x00004417u, 0x000500c6u, 0x00000006u, - 0x0000441bu, 0x00004419u, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000441eu, 0x00000e80u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x0000441bu, 0x0004003du, 0x0000022bu, 0x0000441fu, 0x0000441eu, 0x00040071u, - 0x00000006u, 0x00004420u, 0x0000441fu, 0x000500c2u, 0x00000006u, 0x00004423u, 0x00004420u, 0x00004412u, - 0x000500c7u, 0x00000006u, 0x00004424u, 0x00004423u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00004426u, - 0x00004424u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00004428u, 0x00004424u, 0x00004426u, 0x0004007cu, - 0x00000008u, 0x0000442au, 0x00004428u, 0x00070050u, 0x00000009u, 0x0000442bu, 0x0000442au, 0x0000442au, - 0x0000442au, 0x0000442au, 0x000300f7u, 0x000031b0u, 0x00000000u, 0x000400fau, 0x00002229u, 0x000031a1u, - 0x000031b0u, 0x000200f8u, 0x000031a1u, 0x00050050u, 0x0000005fu, 0x000031a4u, 0x0000727fu, 0x00002efeu, - 0x0004007cu, 0x000000a2u, 0x000031a5u, 0x000031a4u, 0x0003003eu, 0x00002e71u, 0x000031a5u, 0x00050041u, - 0x00000007u, 0x00004436u, 0x00002e71u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004437u, 0x00004436u, - 0x00050084u, 0x00000006u, 0x00004438u, 0x00002d38u, 0x00004437u, 0x00050080u, 0x00000006u, 0x00004439u, - 0x00002d35u, 0x00004438u, 0x00050041u, 0x00000007u, 0x0000443au, 0x00002e71u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x0000443bu, 0x0000443au, 0x000500c2u, 0x00000006u, 0x0000443cu, 0x0000443bu, 0x00000214u, - 0x00050080u, 0x00000006u, 0x0000443eu, 0x00004439u, 0x0000443cu, 0x000500c7u, 0x00000006u, 0x00004440u, - 0x0000443eu, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00004442u, 0x0000443au, 0x000400c8u, 0x00000006u, - 0x00004443u, 0x00004442u, 0x000500c7u, 0x00000006u, 0x00004444u, 0x00004443u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00004445u, 0x00004444u, 0x00000703u, 0x0004003du, 0x00000006u, 0x00004448u, 0x00004436u, - 0x000500c7u, 0x00000006u, 0x00004449u, 0x00004448u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000444au, - 0x00004449u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000444cu, 0x00004440u, 0x0000444au, 0x000500c6u, - 0x00000006u, 0x0000444eu, 0x0000444cu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004451u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x0000444eu, 0x0004003du, 0x0000022bu, 0x00004452u, 0x00004451u, - 0x00040071u, 0x00000006u, 0x00004453u, 0x00004452u, 0x000500c2u, 0x00000006u, 0x00004456u, 0x00004453u, - 0x00004445u, 0x000500c7u, 0x00000006u, 0x00004457u, 0x00004456u, 0x00000e89u, 0x000500c4u, 0x00000006u, - 0x00004459u, 0x00004457u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000445bu, 0x00004457u, 0x00004459u, - 0x0004007cu, 0x00000008u, 0x0000445du, 0x0000445bu, 0x00070050u, 0x00000009u, 0x0000445eu, 0x0000445du, - 0x0000445du, 0x0000445du, 0x0000445du, 0x00050050u, 0x0000005fu, 0x000031abu, 0x0000727bu, 0x00002f00u, - 0x0004007cu, 0x000000a2u, 0x000031acu, 0x000031abu, 0x0003003eu, 0x00002e74u, 0x000031acu, 0x00050041u, - 0x00000007u, 0x00004469u, 0x00002e74u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000446au, 0x00004469u, - 0x00050084u, 0x00000006u, 0x0000446bu, 0x00002d38u, 0x0000446au, 0x00050080u, 0x00000006u, 0x0000446cu, - 0x00002d35u, 0x0000446bu, 0x00050041u, 0x00000007u, 0x0000446du, 0x00002e74u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x0000446eu, 0x0000446du, 0x000500c2u, 0x00000006u, 0x0000446fu, 0x0000446eu, 0x00000214u, - 0x00050080u, 0x00000006u, 0x00004471u, 0x0000446cu, 0x0000446fu, 0x000500c7u, 0x00000006u, 0x00004473u, - 0x00004471u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00004475u, 0x0000446du, 0x000400c8u, 0x00000006u, - 0x00004476u, 0x00004475u, 0x000500c7u, 0x00000006u, 0x00004477u, 0x00004476u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00004478u, 0x00004477u, 0x00000703u, 0x0004003du, 0x00000006u, 0x0000447bu, 0x00004469u, - 0x000500c7u, 0x00000006u, 0x0000447cu, 0x0000447bu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000447du, - 0x0000447cu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000447fu, 0x00004473u, 0x0000447du, 0x000500c6u, - 0x00000006u, 0x00004481u, 0x0000447fu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004484u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00004481u, 0x0004003du, 0x0000022bu, 0x00004485u, 0x00004484u, - 0x00040071u, 0x00000006u, 0x00004486u, 0x00004485u, 0x000500c2u, 0x00000006u, 0x00004489u, 0x00004486u, - 0x00004478u, 0x000500c7u, 0x00000006u, 0x0000448au, 0x00004489u, 0x00000e89u, 0x000500c4u, 0x00000006u, - 0x0000448cu, 0x0000448au, 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000448eu, 0x0000448au, 0x0000448cu, - 0x0004007cu, 0x00000008u, 0x00004490u, 0x0000448eu, 0x00070050u, 0x00000009u, 0x00004491u, 0x00004490u, - 0x00004490u, 0x00004490u, 0x00004490u, 0x000200f9u, 0x000031b0u, 0x000200f8u, 0x000031b0u, 0x000700f5u, - 0x00000009u, 0x00007450u, 0x000073f4u, 0x0000319au, 0x00004491u, 0x000031a1u, 0x000700f5u, 0x00000009u, - 0x000073d4u, 0x00007375u, 0x0000319au, 0x0000445eu, 0x000031a1u, 0x000300f7u, 0x000031bau, 0x00000000u, - 0x000400fau, 0x00002f0au, 0x000031b2u, 0x000031bau, 0x000200f8u, 0x000031b2u, 0x00050050u, 0x0000005fu, - 0x000031b5u, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x000031b6u, 0x000031b5u, 0x0003003eu, - 0x00002e77u, 0x000031b6u, 0x00050041u, 0x00000007u, 0x0000449cu, 0x00002e77u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x0000449du, 0x0000449cu, 0x00050084u, 0x00000006u, 0x0000449eu, 0x00002d38u, 0x0000449du, - 0x00050080u, 0x00000006u, 0x0000449fu, 0x00002d35u, 0x0000449eu, 0x00050041u, 0x00000007u, 0x000044a0u, - 0x00002e77u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000044a1u, 0x000044a0u, 0x000500c2u, 0x00000006u, - 0x000044a2u, 0x000044a1u, 0x00000214u, 0x00050080u, 0x00000006u, 0x000044a4u, 0x0000449fu, 0x000044a2u, - 0x000500c7u, 0x00000006u, 0x000044a6u, 0x000044a4u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x000044a8u, - 0x000044a0u, 0x000400c8u, 0x00000006u, 0x000044a9u, 0x000044a8u, 0x000500c7u, 0x00000006u, 0x000044aau, - 0x000044a9u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000044abu, 0x000044aau, 0x00000703u, 0x0004003du, - 0x00000006u, 0x000044aeu, 0x0000449cu, 0x000500c7u, 0x00000006u, 0x000044afu, 0x000044aeu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000044b0u, 0x000044afu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000044b2u, - 0x000044a6u, 0x000044b0u, 0x000500c6u, 0x00000006u, 0x000044b4u, 0x000044b2u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x000044b7u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000044b4u, 0x0004003du, - 0x0000022bu, 0x000044b8u, 0x000044b7u, 0x00040071u, 0x00000006u, 0x000044b9u, 0x000044b8u, 0x000500c2u, - 0x00000006u, 0x000044bcu, 0x000044b9u, 0x000044abu, 0x000500c7u, 0x00000006u, 0x000044bdu, 0x000044bcu, - 0x00000e89u, 0x000500c4u, 0x00000006u, 0x000044bfu, 0x000044bdu, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x000044c1u, 0x000044bdu, 0x000044bfu, 0x0004007cu, 0x00000008u, 0x000044c3u, 0x000044c1u, 0x00070050u, - 0x00000009u, 0x000044c4u, 0x000044c3u, 0x000044c3u, 0x000044c3u, 0x000044c3u, 0x000200f9u, 0x000031bau, - 0x000200f8u, 0x000031bau, 0x000700f5u, 0x00000009u, 0x000074ccu, 0x0000746eu, 0x000031b0u, 0x000044c4u, - 0x000031b2u, 0x000200f9u, 0x000031dcu, 0x000200f8u, 0x00003179u, 0x0004007cu, 0x000000a2u, 0x0000317bu, - 0x00007290u, 0x0003003eu, 0x00002e86u, 0x0000317bu, 0x00050041u, 0x00000007u, 0x00004356u, 0x00002e86u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00004357u, 0x00004356u, 0x00050084u, 0x00000006u, 0x00004358u, - 0x00002d38u, 0x00004357u, 0x00050080u, 0x00000006u, 0x00004359u, 0x00002d35u, 0x00004358u, 0x00050041u, - 0x00000007u, 0x0000435au, 0x00002e86u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000435bu, 0x0000435au, - 0x00050084u, 0x00000006u, 0x0000435cu, 0x0000435bu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000435eu, - 0x00004359u, 0x0000435cu, 0x000500c7u, 0x00000006u, 0x00004360u, 0x0000435eu, 0x00000e66u, 0x000500c2u, - 0x00000006u, 0x00004362u, 0x00004360u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004364u, 0x00004356u, - 0x000500c7u, 0x00000006u, 0x00004365u, 0x00004364u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004366u, - 0x00004365u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00004368u, 0x00004362u, 0x00004366u, 0x000500c6u, - 0x00000006u, 0x0000436au, 0x00004368u, 0x00000487u, 0x00080041u, 0x00000272u, 0x0000436du, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x0000436au, 0x0004003du, 0x0000022du, 0x0000436eu, 0x0000436du, - 0x00040071u, 0x00000006u, 0x0000436fu, 0x0000436eu, 0x000500c2u, 0x00000006u, 0x00004371u, 0x0000436fu, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x00004372u, 0x00004371u, 0x000500c7u, 0x00000006u, 0x00004374u, - 0x0000436fu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004375u, 0x00004374u, 0x00050050u, 0x0000005fu, - 0x00004376u, 0x00004372u, 0x00004375u, 0x0009004fu, 0x00000009u, 0x00004377u, 0x00004376u, 0x00004376u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x0000318fu, 0x00000000u, 0x000400fau, - 0x00002229u, 0x00003180u, 0x0000318fu, 0x000200f8u, 0x00003180u, 0x00050050u, 0x0000005fu, 0x00003183u, - 0x0000727fu, 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x00003184u, 0x00003183u, 0x0003003eu, 0x00002e89u, - 0x00003184u, 0x00050041u, 0x00000007u, 0x00004381u, 0x00002e89u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00004382u, 0x00004381u, 0x00050084u, 0x00000006u, 0x00004383u, 0x00002d38u, 0x00004382u, 0x00050080u, - 0x00000006u, 0x00004384u, 0x00002d35u, 0x00004383u, 0x00050041u, 0x00000007u, 0x00004385u, 0x00002e89u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00004386u, 0x00004385u, 0x00050084u, 0x00000006u, 0x00004387u, - 0x00004386u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004389u, 0x00004384u, 0x00004387u, 0x000500c7u, - 0x00000006u, 0x0000438bu, 0x00004389u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x0000438du, 0x0000438bu, - 0x00000214u, 0x0004003du, 0x00000006u, 0x0000438fu, 0x00004381u, 0x000500c7u, 0x00000006u, 0x00004390u, - 0x0000438fu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004391u, 0x00004390u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00004393u, 0x0000438du, 0x00004391u, 0x000500c6u, 0x00000006u, 0x00004395u, 0x00004393u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00004398u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00004395u, 0x0004003du, 0x0000022du, 0x00004399u, 0x00004398u, 0x00040071u, 0x00000006u, 0x0000439au, - 0x00004399u, 0x000500c2u, 0x00000006u, 0x0000439cu, 0x0000439au, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x0000439du, 0x0000439cu, 0x000500c7u, 0x00000006u, 0x0000439fu, 0x0000439au, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x000043a0u, 0x0000439fu, 0x00050050u, 0x0000005fu, 0x000043a1u, 0x0000439du, 0x000043a0u, - 0x0009004fu, 0x00000009u, 0x000043a2u, 0x000043a1u, 0x000043a1u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x00050050u, 0x0000005fu, 0x0000318au, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, - 0x0000318bu, 0x0000318au, 0x0003003eu, 0x00002e8cu, 0x0000318bu, 0x00050041u, 0x00000007u, 0x000043acu, - 0x00002e8cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000043adu, 0x000043acu, 0x00050084u, 0x00000006u, - 0x000043aeu, 0x00002d38u, 0x000043adu, 0x00050080u, 0x00000006u, 0x000043afu, 0x00002d35u, 0x000043aeu, - 0x00050041u, 0x00000007u, 0x000043b0u, 0x00002e8cu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000043b1u, - 0x000043b0u, 0x00050084u, 0x00000006u, 0x000043b2u, 0x000043b1u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x000043b4u, 0x000043afu, 0x000043b2u, 0x000500c7u, 0x00000006u, 0x000043b6u, 0x000043b4u, 0x00000e66u, - 0x000500c2u, 0x00000006u, 0x000043b8u, 0x000043b6u, 0x00000214u, 0x0004003du, 0x00000006u, 0x000043bau, - 0x000043acu, 0x000500c7u, 0x00000006u, 0x000043bbu, 0x000043bau, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x000043bcu, 0x000043bbu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000043beu, 0x000043b8u, 0x000043bcu, - 0x000500c6u, 0x00000006u, 0x000043c0u, 0x000043beu, 0x00000487u, 0x00080041u, 0x00000272u, 0x000043c3u, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000043c0u, 0x0004003du, 0x0000022du, 0x000043c4u, - 0x000043c3u, 0x00040071u, 0x00000006u, 0x000043c5u, 0x000043c4u, 0x000500c2u, 0x00000006u, 0x000043c7u, - 0x000043c5u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x000043c8u, 0x000043c7u, 0x000500c7u, 0x00000006u, - 0x000043cau, 0x000043c5u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000043cbu, 0x000043cau, 0x00050050u, - 0x0000005fu, 0x000043ccu, 0x000043c8u, 0x000043cbu, 0x0009004fu, 0x00000009u, 0x000043cdu, 0x000043ccu, - 0x000043ccu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000318fu, 0x000200f8u, - 0x0000318fu, 0x000700f5u, 0x00000009u, 0x0000744eu, 0x000073f4u, 0x00003179u, 0x000043cdu, 0x00003180u, - 0x000700f5u, 0x00000009u, 0x000073d2u, 0x00007375u, 0x00003179u, 0x000043a2u, 0x00003180u, 0x000300f7u, - 0x00003199u, 0x00000000u, 0x000400fau, 0x00002f0au, 0x00003191u, 0x00003199u, 0x000200f8u, 0x00003191u, - 0x00050050u, 0x0000005fu, 0x00003194u, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003195u, - 0x00003194u, 0x0003003eu, 0x00002e8fu, 0x00003195u, 0x00050041u, 0x00000007u, 0x000043d7u, 0x00002e8fu, - 0x00000487u, 0x0004003du, 0x00000006u, 0x000043d8u, 0x000043d7u, 0x00050084u, 0x00000006u, 0x000043d9u, - 0x00002d38u, 0x000043d8u, 0x00050080u, 0x00000006u, 0x000043dau, 0x00002d35u, 0x000043d9u, 0x00050041u, - 0x00000007u, 0x000043dbu, 0x00002e8fu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000043dcu, 0x000043dbu, - 0x00050084u, 0x00000006u, 0x000043ddu, 0x000043dcu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000043dfu, - 0x000043dau, 0x000043ddu, 0x000500c7u, 0x00000006u, 0x000043e1u, 0x000043dfu, 0x00000e66u, 0x000500c2u, - 0x00000006u, 0x000043e3u, 0x000043e1u, 0x00000214u, 0x0004003du, 0x00000006u, 0x000043e5u, 0x000043d7u, - 0x000500c7u, 0x00000006u, 0x000043e6u, 0x000043e5u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000043e7u, - 0x000043e6u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000043e9u, 0x000043e3u, 0x000043e7u, 0x000500c6u, - 0x00000006u, 0x000043ebu, 0x000043e9u, 0x00000487u, 0x00080041u, 0x00000272u, 0x000043eeu, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x000043ebu, 0x0004003du, 0x0000022du, 0x000043efu, 0x000043eeu, - 0x00040071u, 0x00000006u, 0x000043f0u, 0x000043efu, 0x000500c2u, 0x00000006u, 0x000043f2u, 0x000043f0u, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x000043f3u, 0x000043f2u, 0x000500c7u, 0x00000006u, 0x000043f5u, - 0x000043f0u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000043f6u, 0x000043f5u, 0x00050050u, 0x0000005fu, - 0x000043f7u, 0x000043f3u, 0x000043f6u, 0x0009004fu, 0x00000009u, 0x000043f8u, 0x000043f7u, 0x000043f7u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003199u, 0x000200f8u, 0x00003199u, - 0x000700f5u, 0x00000009u, 0x000074cau, 0x0000746eu, 0x0000318fu, 0x000043f8u, 0x00003191u, 0x000200f9u, - 0x000031dcu, 0x000200f8u, 0x000031dcu, 0x000900f5u, 0x00000009u, 0x000074c9u, 0x000074cau, 0x00003199u, - 0x000074ccu, 0x000031bau, 0x000074ceu, 0x000031dbu, 0x000900f5u, 0x00000009u, 0x0000744cu, 0x0000744eu, - 0x00003199u, 0x00007450u, 0x000031bau, 0x00007452u, 0x000031dbu, 0x000900f5u, 0x00000009u, 0x000073d0u, - 0x000073d2u, 0x00003199u, 0x000073d4u, 0x000031bau, 0x000073d6u, 0x000031dbu, 0x000900f5u, 0x00000009u, - 0x0000731au, 0x00004377u, 0x00003199u, 0x0000442bu, 0x000031bau, 0x000044e8u, 0x000031dbu, 0x000200f9u, - 0x000031ddu, 0x000200f8u, 0x000030eeu, 0x000300f7u, 0x00003175u, 0x00000000u, 0x000b00fbu, 0x00002d42u, - 0x00003175u, 0x00000000u, 0x000030f1u, 0x00000001u, 0x00003112u, 0x00000002u, 0x00003133u, 0x00000003u, - 0x00003154u, 0x000200f8u, 0x00003154u, 0x0004007cu, 0x000000a2u, 0x00003156u, 0x00007290u, 0x0003003eu, - 0x00002e62u, 0x00003156u, 0x00050041u, 0x00000007u, 0x000042aau, 0x00002e62u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000042abu, 0x000042aau, 0x00050084u, 0x00000006u, 0x000042acu, 0x00002d38u, 0x000042abu, - 0x00050080u, 0x00000006u, 0x000042adu, 0x00002d35u, 0x000042acu, 0x00050041u, 0x00000007u, 0x000042aeu, - 0x00002e62u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000042afu, 0x000042aeu, 0x00050084u, 0x00000006u, - 0x000042b0u, 0x000042afu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000042b2u, 0x000042adu, 0x000042b0u, - 0x000500c7u, 0x00000006u, 0x000042b4u, 0x000042b2u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x000042b6u, - 0x000042b4u, 0x00000214u, 0x0004003du, 0x00000006u, 0x000042b8u, 0x000042aau, 0x000500c7u, 0x00000006u, - 0x000042b9u, 0x000042b8u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000042bau, 0x000042b9u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x000042bcu, 0x000042b6u, 0x000042bau, 0x000500c6u, 0x00000006u, 0x000042beu, - 0x000042bcu, 0x00000487u, 0x00080041u, 0x00000272u, 0x000042c1u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x000042beu, 0x0004003du, 0x0000022du, 0x000042c2u, 0x000042c1u, 0x00040071u, 0x00000006u, - 0x000042c3u, 0x000042c2u, 0x000500c2u, 0x00000006u, 0x000042c5u, 0x000042c3u, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x000042c6u, 0x000042c5u, 0x000500c7u, 0x00000006u, 0x000042c8u, 0x000042c3u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x000042c9u, 0x000042c8u, 0x00050050u, 0x0000005fu, 0x000042cau, 0x000042c6u, - 0x000042c9u, 0x0009004fu, 0x00000009u, 0x000042cbu, 0x000042cau, 0x000042cau, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000300f7u, 0x0000316au, 0x00000000u, 0x000400fau, 0x00002229u, 0x0000315bu, - 0x0000316au, 0x000200f8u, 0x0000315bu, 0x00050050u, 0x0000005fu, 0x0000315eu, 0x0000727fu, 0x00002efeu, - 0x0004007cu, 0x000000a2u, 0x0000315fu, 0x0000315eu, 0x0003003eu, 0x00002e65u, 0x0000315fu, 0x00050041u, - 0x00000007u, 0x000042d5u, 0x00002e65u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000042d6u, 0x000042d5u, - 0x00050084u, 0x00000006u, 0x000042d7u, 0x00002d38u, 0x000042d6u, 0x00050080u, 0x00000006u, 0x000042d8u, - 0x00002d35u, 0x000042d7u, 0x00050041u, 0x00000007u, 0x000042d9u, 0x00002e65u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x000042dau, 0x000042d9u, 0x00050084u, 0x00000006u, 0x000042dbu, 0x000042dau, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x000042ddu, 0x000042d8u, 0x000042dbu, 0x000500c7u, 0x00000006u, 0x000042dfu, - 0x000042ddu, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x000042e1u, 0x000042dfu, 0x00000214u, 0x0004003du, - 0x00000006u, 0x000042e3u, 0x000042d5u, 0x000500c7u, 0x00000006u, 0x000042e4u, 0x000042e3u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000042e5u, 0x000042e4u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000042e7u, - 0x000042e1u, 0x000042e5u, 0x000500c6u, 0x00000006u, 0x000042e9u, 0x000042e7u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x000042ecu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000042e9u, 0x0004003du, - 0x0000022du, 0x000042edu, 0x000042ecu, 0x00040071u, 0x00000006u, 0x000042eeu, 0x000042edu, 0x000500c2u, - 0x00000006u, 0x000042f0u, 0x000042eeu, 0x00000260u, 0x0004007cu, 0x00000008u, 0x000042f1u, 0x000042f0u, - 0x000500c7u, 0x00000006u, 0x000042f3u, 0x000042eeu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000042f4u, - 0x000042f3u, 0x00050050u, 0x0000005fu, 0x000042f5u, 0x000042f1u, 0x000042f4u, 0x0009004fu, 0x00000009u, - 0x000042f6u, 0x000042f5u, 0x000042f5u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, - 0x0000005fu, 0x00003165u, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003166u, 0x00003165u, - 0x0003003eu, 0x00002e68u, 0x00003166u, 0x00050041u, 0x00000007u, 0x00004300u, 0x00002e68u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00004301u, 0x00004300u, 0x00050084u, 0x00000006u, 0x00004302u, 0x00002d38u, - 0x00004301u, 0x00050080u, 0x00000006u, 0x00004303u, 0x00002d35u, 0x00004302u, 0x00050041u, 0x00000007u, - 0x00004304u, 0x00002e68u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004305u, 0x00004304u, 0x00050084u, - 0x00000006u, 0x00004306u, 0x00004305u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004308u, 0x00004303u, - 0x00004306u, 0x000500c7u, 0x00000006u, 0x0000430au, 0x00004308u, 0x00000e66u, 0x000500c2u, 0x00000006u, - 0x0000430cu, 0x0000430au, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000430eu, 0x00004300u, 0x000500c7u, - 0x00000006u, 0x0000430fu, 0x0000430eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004310u, 0x0000430fu, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00004312u, 0x0000430cu, 0x00004310u, 0x000500c6u, 0x00000006u, - 0x00004314u, 0x00004312u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004317u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00004314u, 0x0004003du, 0x0000022du, 0x00004318u, 0x00004317u, 0x00040071u, - 0x00000006u, 0x00004319u, 0x00004318u, 0x000500c2u, 0x00000006u, 0x0000431bu, 0x00004319u, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x0000431cu, 0x0000431bu, 0x000500c7u, 0x00000006u, 0x0000431eu, 0x00004319u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000431fu, 0x0000431eu, 0x00050050u, 0x0000005fu, 0x00004320u, - 0x0000431cu, 0x0000431fu, 0x0009004fu, 0x00000009u, 0x00004321u, 0x00004320u, 0x00004320u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000316au, 0x000200f8u, 0x0000316au, 0x000700f5u, - 0x00000009u, 0x0000744bu, 0x000073f4u, 0x00003154u, 0x00004321u, 0x0000315bu, 0x000700f5u, 0x00000009u, - 0x000073cfu, 0x00007375u, 0x00003154u, 0x000042f6u, 0x0000315bu, 0x000300f7u, 0x00003174u, 0x00000000u, - 0x000400fau, 0x00002f0au, 0x0000316cu, 0x00003174u, 0x000200f8u, 0x0000316cu, 0x00050050u, 0x0000005fu, - 0x0000316fu, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003170u, 0x0000316fu, 0x0003003eu, - 0x00002e6bu, 0x00003170u, 0x00050041u, 0x00000007u, 0x0000432bu, 0x00002e6bu, 0x00000487u, 0x0004003du, - 0x00000006u, 0x0000432cu, 0x0000432bu, 0x00050084u, 0x00000006u, 0x0000432du, 0x00002d38u, 0x0000432cu, - 0x00050080u, 0x00000006u, 0x0000432eu, 0x00002d35u, 0x0000432du, 0x00050041u, 0x00000007u, 0x0000432fu, - 0x00002e6bu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004330u, 0x0000432fu, 0x00050084u, 0x00000006u, - 0x00004331u, 0x00004330u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004333u, 0x0000432eu, 0x00004331u, - 0x000500c7u, 0x00000006u, 0x00004335u, 0x00004333u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00004337u, - 0x00004335u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004339u, 0x0000432bu, 0x000500c7u, 0x00000006u, - 0x0000433au, 0x00004339u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000433bu, 0x0000433au, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x0000433du, 0x00004337u, 0x0000433bu, 0x000500c6u, 0x00000006u, 0x0000433fu, - 0x0000433du, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004342u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x0000433fu, 0x0004003du, 0x0000022du, 0x00004343u, 0x00004342u, 0x00040071u, 0x00000006u, - 0x00004344u, 0x00004343u, 0x000500c2u, 0x00000006u, 0x00004346u, 0x00004344u, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x00004347u, 0x00004346u, 0x000500c7u, 0x00000006u, 0x00004349u, 0x00004344u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x0000434au, 0x00004349u, 0x00050050u, 0x0000005fu, 0x0000434bu, 0x00004347u, - 0x0000434au, 0x0009004fu, 0x00000009u, 0x0000434cu, 0x0000434bu, 0x0000434bu, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003174u, 0x000200f8u, 0x00003174u, 0x000700f5u, 0x00000009u, - 0x000074c7u, 0x0000746eu, 0x0000316au, 0x0000434cu, 0x0000316cu, 0x000200f9u, 0x00003175u, 0x000200f8u, - 0x00003133u, 0x0004007cu, 0x000000a2u, 0x00003135u, 0x00007290u, 0x0003003eu, 0x00002e56u, 0x00003135u, - 0x00050041u, 0x00000007u, 0x000041cfu, 0x00002e56u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000041d0u, - 0x000041cfu, 0x00050084u, 0x00000006u, 0x000041d1u, 0x00002d38u, 0x000041d0u, 0x00050080u, 0x00000006u, - 0x000041d2u, 0x00002d35u, 0x000041d1u, 0x00050041u, 0x00000007u, 0x000041d3u, 0x00002e56u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000041d4u, 0x000041d3u, 0x00050084u, 0x00000006u, 0x000041d5u, 0x000041d4u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x000041d7u, 0x000041d2u, 0x000041d5u, 0x000500c7u, 0x00000006u, - 0x000041d9u, 0x000041d7u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x000041dbu, 0x000041d9u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x000041ddu, 0x000041cfu, 0x000500c7u, 0x00000006u, 0x000041deu, 0x000041ddu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000041dfu, 0x000041deu, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x000041e1u, 0x000041dbu, 0x000041dfu, 0x000500c6u, 0x00000006u, 0x000041e3u, 0x000041e1u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x000041e6u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000041e3u, - 0x0004003du, 0x0000022du, 0x000041e7u, 0x000041e6u, 0x00040071u, 0x00000006u, 0x000041e8u, 0x000041e7u, - 0x000500c2u, 0x00000006u, 0x000041f0u, 0x000041e8u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x000041f2u, - 0x000041e8u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000041f4u, 0x000041f0u, 0x0004007cu, 0x00000008u, - 0x000041fau, 0x000041f2u, 0x00070050u, 0x00000009u, 0x000041fbu, 0x000041f4u, 0x000041f4u, 0x000041f4u, - 0x000041fau, 0x000300f7u, 0x00003149u, 0x00000000u, 0x000400fau, 0x00002229u, 0x0000313au, 0x00003149u, - 0x000200f8u, 0x0000313au, 0x00050050u, 0x0000005fu, 0x0000313du, 0x0000727fu, 0x00002efeu, 0x0004007cu, - 0x000000a2u, 0x0000313eu, 0x0000313du, 0x0003003eu, 0x00002e59u, 0x0000313eu, 0x00050041u, 0x00000007u, - 0x00004206u, 0x00002e59u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004207u, 0x00004206u, 0x00050084u, - 0x00000006u, 0x00004208u, 0x00002d38u, 0x00004207u, 0x00050080u, 0x00000006u, 0x00004209u, 0x00002d35u, - 0x00004208u, 0x00050041u, 0x00000007u, 0x0000420au, 0x00002e59u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x0000420bu, 0x0000420au, 0x00050084u, 0x00000006u, 0x0000420cu, 0x0000420bu, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x0000420eu, 0x00004209u, 0x0000420cu, 0x000500c7u, 0x00000006u, 0x00004210u, 0x0000420eu, - 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00004212u, 0x00004210u, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00004214u, 0x00004206u, 0x000500c7u, 0x00000006u, 0x00004215u, 0x00004214u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00004216u, 0x00004215u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00004218u, 0x00004212u, - 0x00004216u, 0x000500c6u, 0x00000006u, 0x0000421au, 0x00004218u, 0x00000487u, 0x00080041u, 0x00000272u, - 0x0000421du, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000421au, 0x0004003du, 0x0000022du, - 0x0000421eu, 0x0000421du, 0x00040071u, 0x00000006u, 0x0000421fu, 0x0000421eu, 0x000500c2u, 0x00000006u, - 0x00004227u, 0x0000421fu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00004229u, 0x0000421fu, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x0000422bu, 0x00004227u, 0x0004007cu, 0x00000008u, 0x00004231u, 0x00004229u, - 0x00070050u, 0x00000009u, 0x00004232u, 0x0000422bu, 0x0000422bu, 0x0000422bu, 0x00004231u, 0x00050050u, - 0x0000005fu, 0x00003144u, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003145u, 0x00003144u, - 0x0003003eu, 0x00002e5cu, 0x00003145u, 0x00050041u, 0x00000007u, 0x0000423du, 0x00002e5cu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x0000423eu, 0x0000423du, 0x00050084u, 0x00000006u, 0x0000423fu, 0x00002d38u, - 0x0000423eu, 0x00050080u, 0x00000006u, 0x00004240u, 0x00002d35u, 0x0000423fu, 0x00050041u, 0x00000007u, - 0x00004241u, 0x00002e5cu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004242u, 0x00004241u, 0x00050084u, - 0x00000006u, 0x00004243u, 0x00004242u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004245u, 0x00004240u, - 0x00004243u, 0x000500c7u, 0x00000006u, 0x00004247u, 0x00004245u, 0x00000e66u, 0x000500c2u, 0x00000006u, - 0x00004249u, 0x00004247u, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000424bu, 0x0000423du, 0x000500c7u, - 0x00000006u, 0x0000424cu, 0x0000424bu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000424du, 0x0000424cu, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x0000424fu, 0x00004249u, 0x0000424du, 0x000500c6u, 0x00000006u, - 0x00004251u, 0x0000424fu, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004254u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00004251u, 0x0004003du, 0x0000022du, 0x00004255u, 0x00004254u, 0x00040071u, - 0x00000006u, 0x00004256u, 0x00004255u, 0x000500c2u, 0x00000006u, 0x0000425eu, 0x00004256u, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x00004260u, 0x00004256u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004262u, - 0x0000425eu, 0x0004007cu, 0x00000008u, 0x00004268u, 0x00004260u, 0x00070050u, 0x00000009u, 0x00004269u, - 0x00004262u, 0x00004262u, 0x00004262u, 0x00004268u, 0x000200f9u, 0x00003149u, 0x000200f8u, 0x00003149u, - 0x000700f5u, 0x00000009u, 0x00007449u, 0x000073f4u, 0x00003133u, 0x00004269u, 0x0000313au, 0x000700f5u, - 0x00000009u, 0x000073cdu, 0x00007375u, 0x00003133u, 0x00004232u, 0x0000313au, 0x000300f7u, 0x00003153u, - 0x00000000u, 0x000400fau, 0x00002f0au, 0x0000314bu, 0x00003153u, 0x000200f8u, 0x0000314bu, 0x00050050u, - 0x0000005fu, 0x0000314eu, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x0000314fu, 0x0000314eu, - 0x0003003eu, 0x00002e5fu, 0x0000314fu, 0x00050041u, 0x00000007u, 0x00004274u, 0x00002e5fu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00004275u, 0x00004274u, 0x00050084u, 0x00000006u, 0x00004276u, 0x00002d38u, - 0x00004275u, 0x00050080u, 0x00000006u, 0x00004277u, 0x00002d35u, 0x00004276u, 0x00050041u, 0x00000007u, - 0x00004278u, 0x00002e5fu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004279u, 0x00004278u, 0x00050084u, - 0x00000006u, 0x0000427au, 0x00004279u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000427cu, 0x00004277u, - 0x0000427au, 0x000500c7u, 0x00000006u, 0x0000427eu, 0x0000427cu, 0x00000e66u, 0x000500c2u, 0x00000006u, - 0x00004280u, 0x0000427eu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004282u, 0x00004274u, 0x000500c7u, - 0x00000006u, 0x00004283u, 0x00004282u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004284u, 0x00004283u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00004286u, 0x00004280u, 0x00004284u, 0x000500c6u, 0x00000006u, - 0x00004288u, 0x00004286u, 0x00000487u, 0x00080041u, 0x00000272u, 0x0000428bu, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00004288u, 0x0004003du, 0x0000022du, 0x0000428cu, 0x0000428bu, 0x00040071u, - 0x00000006u, 0x0000428du, 0x0000428cu, 0x000500c2u, 0x00000006u, 0x00004295u, 0x0000428du, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x00004297u, 0x0000428du, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004299u, - 0x00004295u, 0x0004007cu, 0x00000008u, 0x0000429fu, 0x00004297u, 0x00070050u, 0x00000009u, 0x000042a0u, - 0x00004299u, 0x00004299u, 0x00004299u, 0x0000429fu, 0x000200f9u, 0x00003153u, 0x000200f8u, 0x00003153u, - 0x000700f5u, 0x00000009u, 0x000074c5u, 0x0000746eu, 0x00003149u, 0x000042a0u, 0x0000314bu, 0x000200f9u, - 0x00003175u, 0x000200f8u, 0x00003112u, 0x0004007cu, 0x000000a2u, 0x00003114u, 0x00007290u, 0x0003003eu, - 0x00002e4au, 0x00003114u, 0x00050041u, 0x00000007u, 0x000040f0u, 0x00002e4au, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000040f1u, 0x000040f0u, 0x00050084u, 0x00000006u, 0x000040f2u, 0x00002d38u, 0x000040f1u, - 0x00050080u, 0x00000006u, 0x000040f3u, 0x00002d35u, 0x000040f2u, 0x00050041u, 0x00000007u, 0x000040f4u, - 0x00002e4au, 0x00000376u, 0x0004003du, 0x00000006u, 0x000040f5u, 0x000040f4u, 0x00050080u, 0x00000006u, - 0x000040f7u, 0x000040f3u, 0x000040f5u, 0x000500c7u, 0x00000006u, 0x000040f9u, 0x000040f7u, 0x00000e66u, - 0x0004003du, 0x00000006u, 0x000040fcu, 0x000040f0u, 0x000500c7u, 0x00000006u, 0x000040fdu, 0x000040fcu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000040feu, 0x000040fdu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00004100u, 0x000040f9u, 0x000040feu, 0x000500c6u, 0x00000006u, 0x00004102u, 0x00004100u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00004105u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004102u, - 0x0004003du, 0x0000022bu, 0x00004106u, 0x00004105u, 0x00040071u, 0x00000006u, 0x00004107u, 0x00004106u, - 0x000500c2u, 0x00000006u, 0x00004109u, 0x00004107u, 0x0000021du, 0x000500c7u, 0x00000006u, 0x0000410bu, - 0x00004107u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x0000410du, 0x0000410bu, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x0000410fu, 0x0000410bu, 0x0000410du, 0x000500c4u, 0x00000006u, 0x00004111u, 0x00004109u, - 0x0000021du, 0x000500c5u, 0x00000006u, 0x00004113u, 0x00004109u, 0x00004111u, 0x0004007cu, 0x00000008u, - 0x00004115u, 0x00004113u, 0x0004007cu, 0x00000008u, 0x0000411bu, 0x0000410fu, 0x00070050u, 0x00000009u, - 0x0000411cu, 0x00004115u, 0x00004115u, 0x00004115u, 0x0000411bu, 0x000300f7u, 0x00003128u, 0x00000000u, - 0x000400fau, 0x00002229u, 0x00003119u, 0x00003128u, 0x000200f8u, 0x00003119u, 0x00050050u, 0x0000005fu, - 0x0000311cu, 0x0000727fu, 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x0000311du, 0x0000311cu, 0x0003003eu, - 0x00002e4du, 0x0000311du, 0x00050041u, 0x00000007u, 0x00004128u, 0x00002e4du, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00004129u, 0x00004128u, 0x00050084u, 0x00000006u, 0x0000412au, 0x00002d38u, 0x00004129u, - 0x00050080u, 0x00000006u, 0x0000412bu, 0x00002d35u, 0x0000412au, 0x00050041u, 0x00000007u, 0x0000412cu, - 0x00002e4du, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000412du, 0x0000412cu, 0x00050080u, 0x00000006u, - 0x0000412fu, 0x0000412bu, 0x0000412du, 0x000500c7u, 0x00000006u, 0x00004131u, 0x0000412fu, 0x00000e66u, - 0x0004003du, 0x00000006u, 0x00004134u, 0x00004128u, 0x000500c7u, 0x00000006u, 0x00004135u, 0x00004134u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004136u, 0x00004135u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00004138u, 0x00004131u, 0x00004136u, 0x000500c6u, 0x00000006u, 0x0000413au, 0x00004138u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x0000413du, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000413au, - 0x0004003du, 0x0000022bu, 0x0000413eu, 0x0000413du, 0x00040071u, 0x00000006u, 0x0000413fu, 0x0000413eu, - 0x000500c2u, 0x00000006u, 0x00004141u, 0x0000413fu, 0x0000021du, 0x000500c7u, 0x00000006u, 0x00004143u, - 0x0000413fu, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00004145u, 0x00004143u, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00004147u, 0x00004143u, 0x00004145u, 0x000500c4u, 0x00000006u, 0x00004149u, 0x00004141u, - 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000414bu, 0x00004141u, 0x00004149u, 0x0004007cu, 0x00000008u, - 0x0000414du, 0x0000414bu, 0x0004007cu, 0x00000008u, 0x00004153u, 0x00004147u, 0x00070050u, 0x00000009u, - 0x00004154u, 0x0000414du, 0x0000414du, 0x0000414du, 0x00004153u, 0x00050050u, 0x0000005fu, 0x00003123u, - 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003124u, 0x00003123u, 0x0003003eu, 0x00002e50u, - 0x00003124u, 0x00050041u, 0x00000007u, 0x00004160u, 0x00002e50u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00004161u, 0x00004160u, 0x00050084u, 0x00000006u, 0x00004162u, 0x00002d38u, 0x00004161u, 0x00050080u, - 0x00000006u, 0x00004163u, 0x00002d35u, 0x00004162u, 0x00050041u, 0x00000007u, 0x00004164u, 0x00002e50u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00004165u, 0x00004164u, 0x00050080u, 0x00000006u, 0x00004167u, - 0x00004163u, 0x00004165u, 0x000500c7u, 0x00000006u, 0x00004169u, 0x00004167u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x0000416cu, 0x00004160u, 0x000500c7u, 0x00000006u, 0x0000416du, 0x0000416cu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x0000416eu, 0x0000416du, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004170u, - 0x00004169u, 0x0000416eu, 0x000500c6u, 0x00000006u, 0x00004172u, 0x00004170u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00004175u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004172u, 0x0004003du, - 0x0000022bu, 0x00004176u, 0x00004175u, 0x00040071u, 0x00000006u, 0x00004177u, 0x00004176u, 0x000500c2u, - 0x00000006u, 0x00004179u, 0x00004177u, 0x0000021du, 0x000500c7u, 0x00000006u, 0x0000417bu, 0x00004177u, - 0x00000e89u, 0x000500c4u, 0x00000006u, 0x0000417du, 0x0000417bu, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x0000417fu, 0x0000417bu, 0x0000417du, 0x000500c4u, 0x00000006u, 0x00004181u, 0x00004179u, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x00004183u, 0x00004179u, 0x00004181u, 0x0004007cu, 0x00000008u, 0x00004185u, - 0x00004183u, 0x0004007cu, 0x00000008u, 0x0000418bu, 0x0000417fu, 0x00070050u, 0x00000009u, 0x0000418cu, - 0x00004185u, 0x00004185u, 0x00004185u, 0x0000418bu, 0x000200f9u, 0x00003128u, 0x000200f8u, 0x00003128u, - 0x000700f5u, 0x00000009u, 0x00007447u, 0x000073f4u, 0x00003112u, 0x0000418cu, 0x00003119u, 0x000700f5u, - 0x00000009u, 0x000073cbu, 0x00007375u, 0x00003112u, 0x00004154u, 0x00003119u, 0x000300f7u, 0x00003132u, - 0x00000000u, 0x000400fau, 0x00002f0au, 0x0000312au, 0x00003132u, 0x000200f8u, 0x0000312au, 0x00050050u, - 0x0000005fu, 0x0000312du, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x0000312eu, 0x0000312du, - 0x0003003eu, 0x00002e53u, 0x0000312eu, 0x00050041u, 0x00000007u, 0x00004198u, 0x00002e53u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00004199u, 0x00004198u, 0x00050084u, 0x00000006u, 0x0000419au, 0x00002d38u, - 0x00004199u, 0x00050080u, 0x00000006u, 0x0000419bu, 0x00002d35u, 0x0000419au, 0x00050041u, 0x00000007u, - 0x0000419cu, 0x00002e53u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000419du, 0x0000419cu, 0x00050080u, - 0x00000006u, 0x0000419fu, 0x0000419bu, 0x0000419du, 0x000500c7u, 0x00000006u, 0x000041a1u, 0x0000419fu, - 0x00000e66u, 0x0004003du, 0x00000006u, 0x000041a4u, 0x00004198u, 0x000500c7u, 0x00000006u, 0x000041a5u, - 0x000041a4u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000041a6u, 0x000041a5u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x000041a8u, 0x000041a1u, 0x000041a6u, 0x000500c6u, 0x00000006u, 0x000041aau, 0x000041a8u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x000041adu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x000041aau, 0x0004003du, 0x0000022bu, 0x000041aeu, 0x000041adu, 0x00040071u, 0x00000006u, 0x000041afu, - 0x000041aeu, 0x000500c2u, 0x00000006u, 0x000041b1u, 0x000041afu, 0x0000021du, 0x000500c7u, 0x00000006u, - 0x000041b3u, 0x000041afu, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x000041b5u, 0x000041b3u, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x000041b7u, 0x000041b3u, 0x000041b5u, 0x000500c4u, 0x00000006u, 0x000041b9u, - 0x000041b1u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x000041bbu, 0x000041b1u, 0x000041b9u, 0x0004007cu, - 0x00000008u, 0x000041bdu, 0x000041bbu, 0x0004007cu, 0x00000008u, 0x000041c3u, 0x000041b7u, 0x00070050u, - 0x00000009u, 0x000041c4u, 0x000041bdu, 0x000041bdu, 0x000041bdu, 0x000041c3u, 0x000200f9u, 0x00003132u, - 0x000200f8u, 0x00003132u, 0x000700f5u, 0x00000009u, 0x000074c3u, 0x0000746eu, 0x00003128u, 0x000041c4u, - 0x0000312au, 0x000200f9u, 0x00003175u, 0x000200f8u, 0x000030f1u, 0x0004007cu, 0x000000a2u, 0x000030f3u, - 0x00007290u, 0x0003003eu, 0x00002e3eu, 0x000030f3u, 0x00050041u, 0x00000007u, 0x00003fe8u, 0x00002e3eu, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003fe9u, 0x00003fe8u, 0x00050084u, 0x00000006u, 0x00003feau, - 0x00002d38u, 0x00003fe9u, 0x00050080u, 0x00000006u, 0x00003febu, 0x00002d35u, 0x00003feau, 0x00050041u, - 0x00000007u, 0x00003fecu, 0x00002e3eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003fedu, 0x00003fecu, - 0x000500c2u, 0x00000006u, 0x00003feeu, 0x00003fedu, 0x00000214u, 0x00050080u, 0x00000006u, 0x00003ff0u, - 0x00003febu, 0x00003feeu, 0x000500c7u, 0x00000006u, 0x00003ff2u, 0x00003ff0u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00003ff4u, 0x00003fecu, 0x000400c8u, 0x00000006u, 0x00003ff5u, 0x00003ff4u, 0x000500c7u, - 0x00000006u, 0x00003ff6u, 0x00003ff5u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003ff7u, 0x00003ff6u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x00003ffau, 0x00003fe8u, 0x000500c7u, 0x00000006u, 0x00003ffbu, - 0x00003ffau, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003ffcu, 0x00003ffbu, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00003ffeu, 0x00003ff2u, 0x00003ffcu, 0x000500c6u, 0x00000006u, 0x00004000u, 0x00003ffeu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00004003u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00004000u, 0x0004003du, 0x0000022bu, 0x00004004u, 0x00004003u, 0x00040071u, 0x00000006u, 0x00004005u, - 0x00004004u, 0x000500c2u, 0x00000006u, 0x00004008u, 0x00004005u, 0x00003ff7u, 0x000500c7u, 0x00000006u, - 0x00004009u, 0x00004008u, 0x00000e89u, 0x000500c7u, 0x00000006u, 0x0000400bu, 0x00004009u, 0x00000ec0u, - 0x000500c4u, 0x00000006u, 0x0000400du, 0x0000400bu, 0x0000021du, 0x000500c4u, 0x00000006u, 0x0000400fu, - 0x0000400bu, 0x00000214u, 0x000500c5u, 0x00000006u, 0x00004010u, 0x0000400du, 0x0000400fu, 0x000500c2u, - 0x00000006u, 0x00004012u, 0x0000400bu, 0x00000217u, 0x000500c5u, 0x00000006u, 0x00004013u, 0x00004010u, - 0x00004012u, 0x0004007cu, 0x00000008u, 0x00004015u, 0x00004013u, 0x000500c7u, 0x00000006u, 0x0000401bu, - 0x00004009u, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000401cu, 0x0000401bu, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x0000401du, 0x0000401cu, 0x00070050u, 0x00000009u, 0x0000401eu, 0x00004015u, 0x00004015u, - 0x00004015u, 0x0000401du, 0x000300f7u, 0x00003107u, 0x00000000u, 0x000400fau, 0x00002229u, 0x000030f8u, - 0x00003107u, 0x000200f8u, 0x000030f8u, 0x00050050u, 0x0000005fu, 0x000030fbu, 0x0000727fu, 0x00002efeu, - 0x0004007cu, 0x000000a2u, 0x000030fcu, 0x000030fbu, 0x0003003eu, 0x00002e41u, 0x000030fcu, 0x00050041u, - 0x00000007u, 0x0000402au, 0x00002e41u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000402bu, 0x0000402au, - 0x00050084u, 0x00000006u, 0x0000402cu, 0x00002d38u, 0x0000402bu, 0x00050080u, 0x00000006u, 0x0000402du, - 0x00002d35u, 0x0000402cu, 0x00050041u, 0x00000007u, 0x0000402eu, 0x00002e41u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x0000402fu, 0x0000402eu, 0x000500c2u, 0x00000006u, 0x00004030u, 0x0000402fu, 0x00000214u, - 0x00050080u, 0x00000006u, 0x00004032u, 0x0000402du, 0x00004030u, 0x000500c7u, 0x00000006u, 0x00004034u, - 0x00004032u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00004036u, 0x0000402eu, 0x000400c8u, 0x00000006u, - 0x00004037u, 0x00004036u, 0x000500c7u, 0x00000006u, 0x00004038u, 0x00004037u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00004039u, 0x00004038u, 0x00000703u, 0x0004003du, 0x00000006u, 0x0000403cu, 0x0000402au, - 0x000500c7u, 0x00000006u, 0x0000403du, 0x0000403cu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000403eu, - 0x0000403du, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004040u, 0x00004034u, 0x0000403eu, 0x000500c6u, - 0x00000006u, 0x00004042u, 0x00004040u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00004045u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00004042u, 0x0004003du, 0x0000022bu, 0x00004046u, 0x00004045u, - 0x00040071u, 0x00000006u, 0x00004047u, 0x00004046u, 0x000500c2u, 0x00000006u, 0x0000404au, 0x00004047u, - 0x00004039u, 0x000500c7u, 0x00000006u, 0x0000404bu, 0x0000404au, 0x00000e89u, 0x000500c7u, 0x00000006u, - 0x0000404du, 0x0000404bu, 0x00000ec0u, 0x000500c4u, 0x00000006u, 0x0000404fu, 0x0000404du, 0x0000021du, - 0x000500c4u, 0x00000006u, 0x00004051u, 0x0000404du, 0x00000214u, 0x000500c5u, 0x00000006u, 0x00004052u, - 0x0000404fu, 0x00004051u, 0x000500c2u, 0x00000006u, 0x00004054u, 0x0000404du, 0x00000217u, 0x000500c5u, - 0x00000006u, 0x00004055u, 0x00004052u, 0x00004054u, 0x0004007cu, 0x00000008u, 0x00004057u, 0x00004055u, - 0x000500c7u, 0x00000006u, 0x0000405du, 0x0000404bu, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000405eu, - 0x0000405du, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000405fu, 0x0000405eu, 0x00070050u, 0x00000009u, - 0x00004060u, 0x00004057u, 0x00004057u, 0x00004057u, 0x0000405fu, 0x00050050u, 0x0000005fu, 0x00003102u, - 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003103u, 0x00003102u, 0x0003003eu, 0x00002e44u, - 0x00003103u, 0x00050041u, 0x00000007u, 0x0000406cu, 0x00002e44u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x0000406du, 0x0000406cu, 0x00050084u, 0x00000006u, 0x0000406eu, 0x00002d38u, 0x0000406du, 0x00050080u, - 0x00000006u, 0x0000406fu, 0x00002d35u, 0x0000406eu, 0x00050041u, 0x00000007u, 0x00004070u, 0x00002e44u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00004071u, 0x00004070u, 0x000500c2u, 0x00000006u, 0x00004072u, - 0x00004071u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00004074u, 0x0000406fu, 0x00004072u, 0x000500c7u, - 0x00000006u, 0x00004076u, 0x00004074u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00004078u, 0x00004070u, - 0x000400c8u, 0x00000006u, 0x00004079u, 0x00004078u, 0x000500c7u, 0x00000006u, 0x0000407au, 0x00004079u, - 0x00000487u, 0x00050084u, 0x00000006u, 0x0000407bu, 0x0000407au, 0x00000703u, 0x0004003du, 0x00000006u, - 0x0000407eu, 0x0000406cu, 0x000500c7u, 0x00000006u, 0x0000407fu, 0x0000407eu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00004080u, 0x0000407fu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00004082u, 0x00004076u, - 0x00004080u, 0x000500c6u, 0x00000006u, 0x00004084u, 0x00004082u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00004087u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004084u, 0x0004003du, 0x0000022bu, - 0x00004088u, 0x00004087u, 0x00040071u, 0x00000006u, 0x00004089u, 0x00004088u, 0x000500c2u, 0x00000006u, - 0x0000408cu, 0x00004089u, 0x0000407bu, 0x000500c7u, 0x00000006u, 0x0000408du, 0x0000408cu, 0x00000e89u, - 0x000500c7u, 0x00000006u, 0x0000408fu, 0x0000408du, 0x00000ec0u, 0x000500c4u, 0x00000006u, 0x00004091u, - 0x0000408fu, 0x0000021du, 0x000500c4u, 0x00000006u, 0x00004093u, 0x0000408fu, 0x00000214u, 0x000500c5u, - 0x00000006u, 0x00004094u, 0x00004091u, 0x00004093u, 0x000500c2u, 0x00000006u, 0x00004096u, 0x0000408fu, - 0x00000217u, 0x000500c5u, 0x00000006u, 0x00004097u, 0x00004094u, 0x00004096u, 0x0004007cu, 0x00000008u, - 0x00004099u, 0x00004097u, 0x000500c7u, 0x00000006u, 0x0000409fu, 0x0000408du, 0x00000487u, 0x00050084u, - 0x00000006u, 0x000040a0u, 0x0000409fu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000040a1u, 0x000040a0u, - 0x00070050u, 0x00000009u, 0x000040a2u, 0x00004099u, 0x00004099u, 0x00004099u, 0x000040a1u, 0x000200f9u, - 0x00003107u, 0x000200f8u, 0x00003107u, 0x000700f5u, 0x00000009u, 0x00007445u, 0x000073f4u, 0x000030f1u, - 0x000040a2u, 0x000030f8u, 0x000700f5u, 0x00000009u, 0x000073c9u, 0x00007375u, 0x000030f1u, 0x00004060u, - 0x000030f8u, 0x000300f7u, 0x00003111u, 0x00000000u, 0x000400fau, 0x00002f0au, 0x00003109u, 0x00003111u, - 0x000200f8u, 0x00003109u, 0x00050050u, 0x0000005fu, 0x0000310cu, 0x0000727fu, 0x00002f00u, 0x0004007cu, - 0x000000a2u, 0x0000310du, 0x0000310cu, 0x0003003eu, 0x00002e47u, 0x0000310du, 0x00050041u, 0x00000007u, - 0x000040aeu, 0x00002e47u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000040afu, 0x000040aeu, 0x00050084u, - 0x00000006u, 0x000040b0u, 0x00002d38u, 0x000040afu, 0x00050080u, 0x00000006u, 0x000040b1u, 0x00002d35u, - 0x000040b0u, 0x00050041u, 0x00000007u, 0x000040b2u, 0x00002e47u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x000040b3u, 0x000040b2u, 0x000500c2u, 0x00000006u, 0x000040b4u, 0x000040b3u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x000040b6u, 0x000040b1u, 0x000040b4u, 0x000500c7u, 0x00000006u, 0x000040b8u, 0x000040b6u, - 0x00000e66u, 0x0004003du, 0x00000006u, 0x000040bau, 0x000040b2u, 0x000400c8u, 0x00000006u, 0x000040bbu, - 0x000040bau, 0x000500c7u, 0x00000006u, 0x000040bcu, 0x000040bbu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x000040bdu, 0x000040bcu, 0x00000703u, 0x0004003du, 0x00000006u, 0x000040c0u, 0x000040aeu, 0x000500c7u, - 0x00000006u, 0x000040c1u, 0x000040c0u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000040c2u, 0x000040c1u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x000040c4u, 0x000040b8u, 0x000040c2u, 0x000500c6u, 0x00000006u, - 0x000040c6u, 0x000040c4u, 0x0000048du, 0x00080041u, 0x00000279u, 0x000040c9u, 0x00000e80u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x000040c6u, 0x0004003du, 0x0000022bu, 0x000040cau, 0x000040c9u, 0x00040071u, - 0x00000006u, 0x000040cbu, 0x000040cau, 0x000500c2u, 0x00000006u, 0x000040ceu, 0x000040cbu, 0x000040bdu, - 0x000500c7u, 0x00000006u, 0x000040cfu, 0x000040ceu, 0x00000e89u, 0x000500c7u, 0x00000006u, 0x000040d1u, - 0x000040cfu, 0x00000ec0u, 0x000500c4u, 0x00000006u, 0x000040d3u, 0x000040d1u, 0x0000021du, 0x000500c4u, - 0x00000006u, 0x000040d5u, 0x000040d1u, 0x00000214u, 0x000500c5u, 0x00000006u, 0x000040d6u, 0x000040d3u, - 0x000040d5u, 0x000500c2u, 0x00000006u, 0x000040d8u, 0x000040d1u, 0x00000217u, 0x000500c5u, 0x00000006u, - 0x000040d9u, 0x000040d6u, 0x000040d8u, 0x0004007cu, 0x00000008u, 0x000040dbu, 0x000040d9u, 0x000500c7u, - 0x00000006u, 0x000040e1u, 0x000040cfu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000040e2u, 0x000040e1u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000040e3u, 0x000040e2u, 0x00070050u, 0x00000009u, 0x000040e4u, - 0x000040dbu, 0x000040dbu, 0x000040dbu, 0x000040e3u, 0x000200f9u, 0x00003111u, 0x000200f8u, 0x00003111u, - 0x000700f5u, 0x00000009u, 0x000074c1u, 0x0000746eu, 0x00003107u, 0x000040e4u, 0x00003109u, 0x000200f9u, - 0x00003175u, 0x000200f8u, 0x00003175u, 0x000d00f5u, 0x00000009u, 0x000074c0u, 0x0000746eu, 0x000030eeu, - 0x000074c1u, 0x00003111u, 0x000074c3u, 0x00003132u, 0x000074c5u, 0x00003153u, 0x000074c7u, 0x00003174u, - 0x000d00f5u, 0x00000009u, 0x00007443u, 0x000073f4u, 0x000030eeu, 0x00007445u, 0x00003111u, 0x00007447u, - 0x00003132u, 0x00007449u, 0x00003153u, 0x0000744bu, 0x00003174u, 0x000d00f5u, 0x00000009u, 0x000073c7u, - 0x00007375u, 0x000030eeu, 0x000073c9u, 0x00003111u, 0x000073cbu, 0x00003132u, 0x000073cdu, 0x00003153u, - 0x000073cfu, 0x00003174u, 0x000d00f5u, 0x00000009u, 0x00007311u, 0x000072bfu, 0x000030eeu, 0x0000401eu, - 0x00003111u, 0x0000411cu, 0x00003132u, 0x000041fbu, 0x00003153u, 0x000042cbu, 0x00003174u, 0x000200f9u, - 0x000031ddu, 0x000200f8u, 0x0000307bu, 0x000300f7u, 0x000030edu, 0x00000000u, 0x000700fbu, 0x00002d42u, - 0x0000307eu, 0x00000000u, 0x0000309fu, 0x00000001u, 0x000030ccu, 0x000200f8u, 0x000030ccu, 0x0004007cu, - 0x000000a2u, 0x000030ceu, 0x00007290u, 0x0003003eu, 0x00002e26u, 0x000030ceu, 0x00050041u, 0x00000007u, - 0x00003f56u, 0x00002e26u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003f57u, 0x00003f56u, 0x00050084u, - 0x00000006u, 0x00003f58u, 0x00002d38u, 0x00003f57u, 0x00050080u, 0x00000006u, 0x00003f59u, 0x00002d35u, - 0x00003f58u, 0x00050041u, 0x00000007u, 0x00003f5au, 0x00002e26u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003f5bu, 0x00003f5au, 0x00050080u, 0x00000006u, 0x00003f5du, 0x00003f59u, 0x00003f5bu, 0x000500c7u, - 0x00000006u, 0x00003f5fu, 0x00003f5du, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00003f62u, 0x00003f56u, - 0x000500c7u, 0x00000006u, 0x00003f63u, 0x00003f62u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003f64u, - 0x00003f63u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003f66u, 0x00003f5fu, 0x00003f64u, 0x000500c6u, - 0x00000006u, 0x00003f68u, 0x00003f66u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003f6bu, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00003f68u, 0x0004003du, 0x0000022bu, 0x00003f6cu, 0x00003f6bu, - 0x00040071u, 0x00000006u, 0x00003f6du, 0x00003f6cu, 0x0004007cu, 0x00000008u, 0x00003f6fu, 0x00003f6du, - 0x00070050u, 0x00000009u, 0x00003f70u, 0x00003f6fu, 0x00003f6fu, 0x00003f6fu, 0x00003f6fu, 0x000300f7u, - 0x000030e2u, 0x00000000u, 0x000400fau, 0x00002229u, 0x000030d3u, 0x000030e2u, 0x000200f8u, 0x000030d3u, - 0x00050050u, 0x0000005fu, 0x000030d6u, 0x0000727fu, 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x000030d7u, - 0x000030d6u, 0x0003003eu, 0x00002e29u, 0x000030d7u, 0x00050041u, 0x00000007u, 0x00003f7au, 0x00002e29u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003f7bu, 0x00003f7au, 0x00050084u, 0x00000006u, 0x00003f7cu, - 0x00002d38u, 0x00003f7bu, 0x00050080u, 0x00000006u, 0x00003f7du, 0x00002d35u, 0x00003f7cu, 0x00050041u, - 0x00000007u, 0x00003f7eu, 0x00002e29u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003f7fu, 0x00003f7eu, - 0x00050080u, 0x00000006u, 0x00003f81u, 0x00003f7du, 0x00003f7fu, 0x000500c7u, 0x00000006u, 0x00003f83u, - 0x00003f81u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00003f86u, 0x00003f7au, 0x000500c7u, 0x00000006u, - 0x00003f87u, 0x00003f86u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003f88u, 0x00003f87u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00003f8au, 0x00003f83u, 0x00003f88u, 0x000500c6u, 0x00000006u, 0x00003f8cu, - 0x00003f8au, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003f8fu, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003f8cu, 0x0004003du, 0x0000022bu, 0x00003f90u, 0x00003f8fu, 0x00040071u, 0x00000006u, - 0x00003f91u, 0x00003f90u, 0x0004007cu, 0x00000008u, 0x00003f93u, 0x00003f91u, 0x00070050u, 0x00000009u, - 0x00003f94u, 0x00003f93u, 0x00003f93u, 0x00003f93u, 0x00003f93u, 0x00050050u, 0x0000005fu, 0x000030ddu, - 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x000030deu, 0x000030ddu, 0x0003003eu, 0x00002e2cu, - 0x000030deu, 0x00050041u, 0x00000007u, 0x00003f9eu, 0x00002e2cu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00003f9fu, 0x00003f9eu, 0x00050084u, 0x00000006u, 0x00003fa0u, 0x00002d38u, 0x00003f9fu, 0x00050080u, - 0x00000006u, 0x00003fa1u, 0x00002d35u, 0x00003fa0u, 0x00050041u, 0x00000007u, 0x00003fa2u, 0x00002e2cu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00003fa3u, 0x00003fa2u, 0x00050080u, 0x00000006u, 0x00003fa5u, - 0x00003fa1u, 0x00003fa3u, 0x000500c7u, 0x00000006u, 0x00003fa7u, 0x00003fa5u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00003faau, 0x00003f9eu, 0x000500c7u, 0x00000006u, 0x00003fabu, 0x00003faau, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003facu, 0x00003fabu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003faeu, - 0x00003fa7u, 0x00003facu, 0x000500c6u, 0x00000006u, 0x00003fb0u, 0x00003faeu, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00003fb3u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003fb0u, 0x0004003du, - 0x0000022bu, 0x00003fb4u, 0x00003fb3u, 0x00040071u, 0x00000006u, 0x00003fb5u, 0x00003fb4u, 0x0004007cu, - 0x00000008u, 0x00003fb7u, 0x00003fb5u, 0x00070050u, 0x00000009u, 0x00003fb8u, 0x00003fb7u, 0x00003fb7u, - 0x00003fb7u, 0x00003fb7u, 0x000200f9u, 0x000030e2u, 0x000200f8u, 0x000030e2u, 0x000700f5u, 0x00000009u, - 0x00007442u, 0x000073f4u, 0x000030ccu, 0x00003fb8u, 0x000030d3u, 0x000700f5u, 0x00000009u, 0x000073c6u, - 0x00007375u, 0x000030ccu, 0x00003f94u, 0x000030d3u, 0x000300f7u, 0x000030ecu, 0x00000000u, 0x000400fau, - 0x00002f0au, 0x000030e4u, 0x000030ecu, 0x000200f8u, 0x000030e4u, 0x00050050u, 0x0000005fu, 0x000030e7u, - 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x000030e8u, 0x000030e7u, 0x0003003eu, 0x00002e2fu, - 0x000030e8u, 0x00050041u, 0x00000007u, 0x00003fc2u, 0x00002e2fu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00003fc3u, 0x00003fc2u, 0x00050084u, 0x00000006u, 0x00003fc4u, 0x00002d38u, 0x00003fc3u, 0x00050080u, - 0x00000006u, 0x00003fc5u, 0x00002d35u, 0x00003fc4u, 0x00050041u, 0x00000007u, 0x00003fc6u, 0x00002e2fu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00003fc7u, 0x00003fc6u, 0x00050080u, 0x00000006u, 0x00003fc9u, - 0x00003fc5u, 0x00003fc7u, 0x000500c7u, 0x00000006u, 0x00003fcbu, 0x00003fc9u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00003fceu, 0x00003fc2u, 0x000500c7u, 0x00000006u, 0x00003fcfu, 0x00003fceu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003fd0u, 0x00003fcfu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003fd2u, - 0x00003fcbu, 0x00003fd0u, 0x000500c6u, 0x00000006u, 0x00003fd4u, 0x00003fd2u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00003fd7u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003fd4u, 0x0004003du, - 0x0000022bu, 0x00003fd8u, 0x00003fd7u, 0x00040071u, 0x00000006u, 0x00003fd9u, 0x00003fd8u, 0x0004007cu, - 0x00000008u, 0x00003fdbu, 0x00003fd9u, 0x00070050u, 0x00000009u, 0x00003fdcu, 0x00003fdbu, 0x00003fdbu, - 0x00003fdbu, 0x00003fdbu, 0x000200f9u, 0x000030ecu, 0x000200f8u, 0x000030ecu, 0x000700f5u, 0x00000009u, - 0x000074beu, 0x0000746eu, 0x000030e2u, 0x00003fdcu, 0x000030e4u, 0x000200f9u, 0x000030edu, 0x000200f8u, - 0x0000309fu, 0x0004007cu, 0x000000a2u, 0x000030a1u, 0x00007290u, 0x0004007cu, 0x00000006u, 0x000030a4u, - 0x00002d47u, 0x0003003eu, 0x00002e16u, 0x000030a1u, 0x00050041u, 0x00000007u, 0x00003e8bu, 0x00002e16u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003e8cu, 0x00003e8bu, 0x00050084u, 0x00000006u, 0x00003e8du, - 0x00002d38u, 0x00003e8cu, 0x00050080u, 0x00000006u, 0x00003e8eu, 0x00002d35u, 0x00003e8du, 0x00050041u, - 0x00000007u, 0x00003e8fu, 0x00002e16u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003e90u, 0x00003e8fu, - 0x000500c2u, 0x00000006u, 0x00003e91u, 0x00003e90u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00003e93u, - 0x00003e8eu, 0x00003e91u, 0x000500c7u, 0x00000006u, 0x00003e95u, 0x00003e93u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00003e97u, 0x00003e8fu, 0x000400c8u, 0x00000006u, 0x00003e98u, 0x00003e97u, 0x000500c7u, - 0x00000006u, 0x00003e99u, 0x00003e98u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003e9au, 0x00003e99u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x00003e9du, 0x00003e8bu, 0x000500c7u, 0x00000006u, 0x00003e9eu, - 0x00003e9du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003e9fu, 0x00003e9eu, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00003ea1u, 0x00003e95u, 0x00003e9fu, 0x000500c6u, 0x00000006u, 0x00003ea3u, 0x00003ea1u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00003ea6u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00003ea3u, 0x0004003du, 0x0000022bu, 0x00003ea7u, 0x00003ea6u, 0x00040071u, 0x00000006u, 0x00003ea8u, - 0x00003ea7u, 0x000500c2u, 0x00000006u, 0x00003eabu, 0x00003ea8u, 0x00003e9au, 0x000500c7u, 0x00000006u, - 0x00003eacu, 0x00003eabu, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00003eaeu, 0x000030a4u, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x00003eb0u, 0x00003eacu, 0x00003eaeu, 0x0004007cu, 0x00000008u, 0x00003eb2u, - 0x00003eb0u, 0x00070050u, 0x00000009u, 0x00003eb3u, 0x00003eb2u, 0x00003eb2u, 0x00003eb2u, 0x00003eb2u, - 0x000300f7u, 0x000030beu, 0x00000000u, 0x000400fau, 0x00002229u, 0x000030a9u, 0x000030beu, 0x000200f8u, - 0x000030a9u, 0x00050050u, 0x0000005fu, 0x000030acu, 0x0000727fu, 0x00002efeu, 0x0004007cu, 0x000000a2u, - 0x000030adu, 0x000030acu, 0x0003003eu, 0x00002e1au, 0x000030adu, 0x00050041u, 0x00000007u, 0x00003ebeu, - 0x00002e1au, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003ebfu, 0x00003ebeu, 0x00050084u, 0x00000006u, - 0x00003ec0u, 0x00002d38u, 0x00003ebfu, 0x00050080u, 0x00000006u, 0x00003ec1u, 0x00002d35u, 0x00003ec0u, - 0x00050041u, 0x00000007u, 0x00003ec2u, 0x00002e1au, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003ec3u, - 0x00003ec2u, 0x000500c2u, 0x00000006u, 0x00003ec4u, 0x00003ec3u, 0x00000214u, 0x00050080u, 0x00000006u, - 0x00003ec6u, 0x00003ec1u, 0x00003ec4u, 0x000500c7u, 0x00000006u, 0x00003ec8u, 0x00003ec6u, 0x00000e66u, - 0x0004003du, 0x00000006u, 0x00003ecau, 0x00003ec2u, 0x000400c8u, 0x00000006u, 0x00003ecbu, 0x00003ecau, - 0x000500c7u, 0x00000006u, 0x00003eccu, 0x00003ecbu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003ecdu, - 0x00003eccu, 0x00000703u, 0x0004003du, 0x00000006u, 0x00003ed0u, 0x00003ebeu, 0x000500c7u, 0x00000006u, - 0x00003ed1u, 0x00003ed0u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003ed2u, 0x00003ed1u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00003ed4u, 0x00003ec8u, 0x00003ed2u, 0x000500c6u, 0x00000006u, 0x00003ed6u, - 0x00003ed4u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003ed9u, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003ed6u, 0x0004003du, 0x0000022bu, 0x00003edau, 0x00003ed9u, 0x00040071u, 0x00000006u, - 0x00003edbu, 0x00003edau, 0x000500c2u, 0x00000006u, 0x00003edeu, 0x00003edbu, 0x00003ecdu, 0x000500c7u, - 0x00000006u, 0x00003edfu, 0x00003edeu, 0x00000e89u, 0x000500c5u, 0x00000006u, 0x00003ee3u, 0x00003edfu, - 0x00003eaeu, 0x0004007cu, 0x00000008u, 0x00003ee5u, 0x00003ee3u, 0x00070050u, 0x00000009u, 0x00003ee6u, - 0x00003ee5u, 0x00003ee5u, 0x00003ee5u, 0x00003ee5u, 0x00050050u, 0x0000005fu, 0x000030b6u, 0x0000727bu, - 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x000030b7u, 0x000030b6u, 0x0003003eu, 0x00002e1eu, 0x000030b7u, - 0x00050041u, 0x00000007u, 0x00003ef1u, 0x00002e1eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003ef2u, - 0x00003ef1u, 0x00050084u, 0x00000006u, 0x00003ef3u, 0x00002d38u, 0x00003ef2u, 0x00050080u, 0x00000006u, - 0x00003ef4u, 0x00002d35u, 0x00003ef3u, 0x00050041u, 0x00000007u, 0x00003ef5u, 0x00002e1eu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00003ef6u, 0x00003ef5u, 0x000500c2u, 0x00000006u, 0x00003ef7u, 0x00003ef6u, - 0x00000214u, 0x00050080u, 0x00000006u, 0x00003ef9u, 0x00003ef4u, 0x00003ef7u, 0x000500c7u, 0x00000006u, - 0x00003efbu, 0x00003ef9u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00003efdu, 0x00003ef5u, 0x000400c8u, - 0x00000006u, 0x00003efeu, 0x00003efdu, 0x000500c7u, 0x00000006u, 0x00003effu, 0x00003efeu, 0x00000487u, - 0x00050084u, 0x00000006u, 0x00003f00u, 0x00003effu, 0x00000703u, 0x0004003du, 0x00000006u, 0x00003f03u, - 0x00003ef1u, 0x000500c7u, 0x00000006u, 0x00003f04u, 0x00003f03u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00003f05u, 0x00003f04u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003f07u, 0x00003efbu, 0x00003f05u, - 0x000500c6u, 0x00000006u, 0x00003f09u, 0x00003f07u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003f0cu, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003f09u, 0x0004003du, 0x0000022bu, 0x00003f0du, - 0x00003f0cu, 0x00040071u, 0x00000006u, 0x00003f0eu, 0x00003f0du, 0x000500c2u, 0x00000006u, 0x00003f11u, - 0x00003f0eu, 0x00003f00u, 0x000500c7u, 0x00000006u, 0x00003f12u, 0x00003f11u, 0x00000e89u, 0x000500c5u, - 0x00000006u, 0x00003f16u, 0x00003f12u, 0x00003eaeu, 0x0004007cu, 0x00000008u, 0x00003f18u, 0x00003f16u, - 0x00070050u, 0x00000009u, 0x00003f19u, 0x00003f18u, 0x00003f18u, 0x00003f18u, 0x00003f18u, 0x000200f9u, - 0x000030beu, 0x000200f8u, 0x000030beu, 0x000700f5u, 0x00000009u, 0x00007440u, 0x000073f4u, 0x0000309fu, - 0x00003f19u, 0x000030a9u, 0x000700f5u, 0x00000009u, 0x000073c4u, 0x00007375u, 0x0000309fu, 0x00003ee6u, - 0x000030a9u, 0x000300f7u, 0x000030cbu, 0x00000000u, 0x000400fau, 0x00002f0au, 0x000030c0u, 0x000030cbu, - 0x000200f8u, 0x000030c0u, 0x00050050u, 0x0000005fu, 0x000030c3u, 0x0000727fu, 0x00002f00u, 0x0004007cu, - 0x000000a2u, 0x000030c4u, 0x000030c3u, 0x0003003eu, 0x00002e22u, 0x000030c4u, 0x00050041u, 0x00000007u, - 0x00003f24u, 0x00002e22u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003f25u, 0x00003f24u, 0x00050084u, - 0x00000006u, 0x00003f26u, 0x00002d38u, 0x00003f25u, 0x00050080u, 0x00000006u, 0x00003f27u, 0x00002d35u, - 0x00003f26u, 0x00050041u, 0x00000007u, 0x00003f28u, 0x00002e22u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003f29u, 0x00003f28u, 0x000500c2u, 0x00000006u, 0x00003f2au, 0x00003f29u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x00003f2cu, 0x00003f27u, 0x00003f2au, 0x000500c7u, 0x00000006u, 0x00003f2eu, 0x00003f2cu, - 0x00000e66u, 0x0004003du, 0x00000006u, 0x00003f30u, 0x00003f28u, 0x000400c8u, 0x00000006u, 0x00003f31u, - 0x00003f30u, 0x000500c7u, 0x00000006u, 0x00003f32u, 0x00003f31u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00003f33u, 0x00003f32u, 0x00000703u, 0x0004003du, 0x00000006u, 0x00003f36u, 0x00003f24u, 0x000500c7u, - 0x00000006u, 0x00003f37u, 0x00003f36u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003f38u, 0x00003f37u, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003f3au, 0x00003f2eu, 0x00003f38u, 0x000500c6u, 0x00000006u, - 0x00003f3cu, 0x00003f3au, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003f3fu, 0x00000e80u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00003f3cu, 0x0004003du, 0x0000022bu, 0x00003f40u, 0x00003f3fu, 0x00040071u, - 0x00000006u, 0x00003f41u, 0x00003f40u, 0x000500c2u, 0x00000006u, 0x00003f44u, 0x00003f41u, 0x00003f33u, - 0x000500c7u, 0x00000006u, 0x00003f45u, 0x00003f44u, 0x00000e89u, 0x000500c5u, 0x00000006u, 0x00003f49u, - 0x00003f45u, 0x00003eaeu, 0x0004007cu, 0x00000008u, 0x00003f4bu, 0x00003f49u, 0x00070050u, 0x00000009u, - 0x00003f4cu, 0x00003f4bu, 0x00003f4bu, 0x00003f4bu, 0x00003f4bu, 0x000200f9u, 0x000030cbu, 0x000200f8u, - 0x000030cbu, 0x000700f5u, 0x00000009u, 0x000074bcu, 0x0000746eu, 0x000030beu, 0x00003f4cu, 0x000030c0u, - 0x000200f9u, 0x000030edu, 0x000200f8u, 0x0000307eu, 0x0004007cu, 0x000000a2u, 0x00003080u, 0x00007290u, - 0x0003003eu, 0x00002e32u, 0x00003080u, 0x00050041u, 0x00000007u, 0x00003ddeu, 0x00002e32u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003ddfu, 0x00003ddeu, 0x00050084u, 0x00000006u, 0x00003de0u, 0x00002d38u, - 0x00003ddfu, 0x00050080u, 0x00000006u, 0x00003de1u, 0x00002d35u, 0x00003de0u, 0x00050041u, 0x00000007u, - 0x00003de2u, 0x00002e32u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003de3u, 0x00003de2u, 0x00050084u, - 0x00000006u, 0x00003de4u, 0x00003de3u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003de6u, 0x00003de1u, - 0x00003de4u, 0x000500c7u, 0x00000006u, 0x00003de8u, 0x00003de6u, 0x00000e66u, 0x000500c2u, 0x00000006u, - 0x00003deau, 0x00003de8u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003decu, 0x00003ddeu, 0x000500c7u, - 0x00000006u, 0x00003dedu, 0x00003decu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003deeu, 0x00003dedu, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003df0u, 0x00003deau, 0x00003deeu, 0x000500c6u, 0x00000006u, - 0x00003df2u, 0x00003df0u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003df5u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00003df2u, 0x0004003du, 0x0000022du, 0x00003df6u, 0x00003df5u, 0x00040071u, - 0x00000006u, 0x00003df7u, 0x00003df6u, 0x000500c2u, 0x00000006u, 0x00003df9u, 0x00003df7u, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x00003dfau, 0x00003df9u, 0x000500c7u, 0x00000006u, 0x00003dfcu, 0x00003df7u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003dfdu, 0x00003dfcu, 0x00050050u, 0x0000005fu, 0x00003dfeu, - 0x00003dfau, 0x00003dfdu, 0x0009004fu, 0x00000009u, 0x00003dffu, 0x00003dfeu, 0x00003dfeu, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00003094u, 0x00000000u, 0x000400fau, 0x00002229u, - 0x00003085u, 0x00003094u, 0x000200f8u, 0x00003085u, 0x00050050u, 0x0000005fu, 0x00003088u, 0x0000727fu, - 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x00003089u, 0x00003088u, 0x0003003eu, 0x00002e35u, 0x00003089u, - 0x00050041u, 0x00000007u, 0x00003e09u, 0x00002e35u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003e0au, - 0x00003e09u, 0x00050084u, 0x00000006u, 0x00003e0bu, 0x00002d38u, 0x00003e0au, 0x00050080u, 0x00000006u, - 0x00003e0cu, 0x00002d35u, 0x00003e0bu, 0x00050041u, 0x00000007u, 0x00003e0du, 0x00002e35u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00003e0eu, 0x00003e0du, 0x00050084u, 0x00000006u, 0x00003e0fu, 0x00003e0eu, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003e11u, 0x00003e0cu, 0x00003e0fu, 0x000500c7u, 0x00000006u, - 0x00003e13u, 0x00003e11u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00003e15u, 0x00003e13u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00003e17u, 0x00003e09u, 0x000500c7u, 0x00000006u, 0x00003e18u, 0x00003e17u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003e19u, 0x00003e18u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00003e1bu, 0x00003e15u, 0x00003e19u, 0x000500c6u, 0x00000006u, 0x00003e1du, 0x00003e1bu, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00003e20u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003e1du, - 0x0004003du, 0x0000022du, 0x00003e21u, 0x00003e20u, 0x00040071u, 0x00000006u, 0x00003e22u, 0x00003e21u, - 0x000500c2u, 0x00000006u, 0x00003e24u, 0x00003e22u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003e25u, - 0x00003e24u, 0x000500c7u, 0x00000006u, 0x00003e27u, 0x00003e22u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00003e28u, 0x00003e27u, 0x00050050u, 0x0000005fu, 0x00003e29u, 0x00003e25u, 0x00003e28u, 0x0009004fu, - 0x00000009u, 0x00003e2au, 0x00003e29u, 0x00003e29u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x00050050u, 0x0000005fu, 0x0000308fu, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003090u, - 0x0000308fu, 0x0003003eu, 0x00002e38u, 0x00003090u, 0x00050041u, 0x00000007u, 0x00003e34u, 0x00002e38u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003e35u, 0x00003e34u, 0x00050084u, 0x00000006u, 0x00003e36u, - 0x00002d38u, 0x00003e35u, 0x00050080u, 0x00000006u, 0x00003e37u, 0x00002d35u, 0x00003e36u, 0x00050041u, - 0x00000007u, 0x00003e38u, 0x00002e38u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003e39u, 0x00003e38u, - 0x00050084u, 0x00000006u, 0x00003e3au, 0x00003e39u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003e3cu, - 0x00003e37u, 0x00003e3au, 0x000500c7u, 0x00000006u, 0x00003e3eu, 0x00003e3cu, 0x00000e66u, 0x000500c2u, - 0x00000006u, 0x00003e40u, 0x00003e3eu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003e42u, 0x00003e34u, - 0x000500c7u, 0x00000006u, 0x00003e43u, 0x00003e42u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003e44u, - 0x00003e43u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003e46u, 0x00003e40u, 0x00003e44u, 0x000500c6u, - 0x00000006u, 0x00003e48u, 0x00003e46u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003e4bu, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00003e48u, 0x0004003du, 0x0000022du, 0x00003e4cu, 0x00003e4bu, - 0x00040071u, 0x00000006u, 0x00003e4du, 0x00003e4cu, 0x000500c2u, 0x00000006u, 0x00003e4fu, 0x00003e4du, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003e50u, 0x00003e4fu, 0x000500c7u, 0x00000006u, 0x00003e52u, - 0x00003e4du, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003e53u, 0x00003e52u, 0x00050050u, 0x0000005fu, - 0x00003e54u, 0x00003e50u, 0x00003e53u, 0x0009004fu, 0x00000009u, 0x00003e55u, 0x00003e54u, 0x00003e54u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003094u, 0x000200f8u, 0x00003094u, - 0x000700f5u, 0x00000009u, 0x0000743eu, 0x000073f4u, 0x0000307eu, 0x00003e55u, 0x00003085u, 0x000700f5u, - 0x00000009u, 0x000073c2u, 0x00007375u, 0x0000307eu, 0x00003e2au, 0x00003085u, 0x000300f7u, 0x0000309eu, - 0x00000000u, 0x000400fau, 0x00002f0au, 0x00003096u, 0x0000309eu, 0x000200f8u, 0x00003096u, 0x00050050u, - 0x0000005fu, 0x00003099u, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x0000309au, 0x00003099u, - 0x0003003eu, 0x00002e3bu, 0x0000309au, 0x00050041u, 0x00000007u, 0x00003e5fu, 0x00002e3bu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003e60u, 0x00003e5fu, 0x00050084u, 0x00000006u, 0x00003e61u, 0x00002d38u, - 0x00003e60u, 0x00050080u, 0x00000006u, 0x00003e62u, 0x00002d35u, 0x00003e61u, 0x00050041u, 0x00000007u, - 0x00003e63u, 0x00002e3bu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003e64u, 0x00003e63u, 0x00050084u, - 0x00000006u, 0x00003e65u, 0x00003e64u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003e67u, 0x00003e62u, - 0x00003e65u, 0x000500c7u, 0x00000006u, 0x00003e69u, 0x00003e67u, 0x00000e66u, 0x000500c2u, 0x00000006u, - 0x00003e6bu, 0x00003e69u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003e6du, 0x00003e5fu, 0x000500c7u, - 0x00000006u, 0x00003e6eu, 0x00003e6du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003e6fu, 0x00003e6eu, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003e71u, 0x00003e6bu, 0x00003e6fu, 0x000500c6u, 0x00000006u, - 0x00003e73u, 0x00003e71u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003e76u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00003e73u, 0x0004003du, 0x0000022du, 0x00003e77u, 0x00003e76u, 0x00040071u, - 0x00000006u, 0x00003e78u, 0x00003e77u, 0x000500c2u, 0x00000006u, 0x00003e7au, 0x00003e78u, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x00003e7bu, 0x00003e7au, 0x000500c7u, 0x00000006u, 0x00003e7du, 0x00003e78u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003e7eu, 0x00003e7du, 0x00050050u, 0x0000005fu, 0x00003e7fu, - 0x00003e7bu, 0x00003e7eu, 0x0009004fu, 0x00000009u, 0x00003e80u, 0x00003e7fu, 0x00003e7fu, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000309eu, 0x000200f8u, 0x0000309eu, 0x000700f5u, - 0x00000009u, 0x000074bau, 0x0000746eu, 0x00003094u, 0x00003e80u, 0x00003096u, 0x000200f9u, 0x000030edu, - 0x000200f8u, 0x000030edu, 0x000900f5u, 0x00000009u, 0x000074b9u, 0x000074bau, 0x0000309eu, 0x000074bcu, - 0x000030cbu, 0x000074beu, 0x000030ecu, 0x000900f5u, 0x00000009u, 0x0000743cu, 0x0000743eu, 0x0000309eu, - 0x00007440u, 0x000030cbu, 0x00007442u, 0x000030ecu, 0x000900f5u, 0x00000009u, 0x000073c0u, 0x000073c2u, - 0x0000309eu, 0x000073c4u, 0x000030cbu, 0x000073c6u, 0x000030ecu, 0x000900f5u, 0x00000009u, 0x0000730au, - 0x00003dffu, 0x0000309eu, 0x00003eb3u, 0x000030cbu, 0x00003f70u, 0x000030ecu, 0x000200f9u, 0x000031ddu, - 0x000200f8u, 0x0000304du, 0x000500c3u, 0x00000008u, 0x0000304fu, 0x0000727bu, 0x00000214u, 0x0004007cu, - 0x00000006u, 0x00003050u, 0x0000304fu, 0x00050082u, 0x00000008u, 0x00003054u, 0x0000727fu, 0x0000727bu, - 0x00050080u, 0x00000008u, 0x00003055u, 0x0000727fu, 0x00003054u, 0x000500c3u, 0x00000008u, 0x00003056u, - 0x00003055u, 0x00000214u, 0x0004007cu, 0x00000006u, 0x00003057u, 0x00003056u, 0x00050050u, 0x0000005fu, - 0x0000305au, 0x0000727bu, 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x0000305bu, 0x0000305au, 0x0003003eu, - 0x00002e06u, 0x0000305bu, 0x00050041u, 0x00000007u, 0x00003cb4u, 0x00002e06u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003cb5u, 0x00003cb4u, 0x00050084u, 0x00000006u, 0x00003cb6u, 0x00002d38u, 0x00003cb5u, - 0x00050080u, 0x00000006u, 0x00003cb7u, 0x00002d35u, 0x00003cb6u, 0x00050041u, 0x00000007u, 0x00003cb9u, - 0x00002e06u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003cbau, 0x00003cb9u, 0x00050080u, 0x00000006u, - 0x00003cbbu, 0x00003cb7u, 0x00003cbau, 0x000500c7u, 0x00000006u, 0x00003cbdu, 0x00003cbbu, 0x00000f18u, - 0x00050084u, 0x00000006u, 0x00003cc0u, 0x00003050u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003cc1u, - 0x00003cb7u, 0x00003cc0u, 0x000500c7u, 0x00000006u, 0x00003cc3u, 0x00003cc1u, 0x00000f18u, 0x0004003du, - 0x00000006u, 0x00003cc6u, 0x00003cb4u, 0x000500c7u, 0x00000006u, 0x00003cc7u, 0x00003cc6u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003cc8u, 0x00003cc7u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003ccau, - 0x00003cbdu, 0x00003cc8u, 0x000500c6u, 0x00000006u, 0x00003cccu, 0x00003ccau, 0x0000048du, 0x000500c2u, - 0x00000006u, 0x00003cceu, 0x00003cc3u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003cd0u, 0x00003cb4u, - 0x000500c7u, 0x00000006u, 0x00003cd1u, 0x00003cd0u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003cd2u, - 0x00003cd1u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003cd4u, 0x00003cceu, 0x00003cd2u, 0x000500c6u, - 0x00000006u, 0x00003cd6u, 0x00003cd4u, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00003cd9u, 0x00003cccu, - 0x00000f41u, 0x00080041u, 0x00000279u, 0x00003cdau, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00003cd9u, 0x0004003du, 0x0000022bu, 0x00003cdbu, 0x00003cdau, 0x00040071u, 0x00000006u, 0x00003cdcu, - 0x00003cdbu, 0x0004007cu, 0x00000008u, 0x00003cddu, 0x00003cdcu, 0x00080041u, 0x00000272u, 0x00003ce0u, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003cd6u, 0x0004003du, 0x0000022du, 0x00003ce1u, - 0x00003ce0u, 0x00040071u, 0x00000006u, 0x00003ce2u, 0x00003ce1u, 0x0004007cu, 0x00000008u, 0x00003ce3u, - 0x00003ce2u, 0x000500c3u, 0x00000008u, 0x00003ce5u, 0x00003ce3u, 0x00000260u, 0x000500c7u, 0x00000008u, - 0x00003ce6u, 0x00003ce5u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00003ce8u, 0x00003ce3u, 0x00000205u, - 0x000500c7u, 0x00000008u, 0x00003ce9u, 0x00003ce8u, 0x0000038du, 0x00050082u, 0x00000008u, 0x00003cebu, - 0x00003ce6u, 0x00000625u, 0x00050082u, 0x00000008u, 0x00003cedu, 0x00003ce9u, 0x00000625u, 0x00070050u, - 0x00000009u, 0x00003cf0u, 0x00003cebu, 0x00003cedu, 0x00003cddu, 0x00003cddu, 0x000300f7u, 0x0000307au, - 0x00000000u, 0x000400fau, 0x00002229u, 0x00003061u, 0x0000307au, 0x000200f8u, 0x00003061u, 0x00050050u, - 0x0000005fu, 0x00003064u, 0x0000727fu, 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x00003065u, 0x00003064u, - 0x0003003eu, 0x00002e0au, 0x00003065u, 0x00050041u, 0x00000007u, 0x00003d00u, 0x00002e0au, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003d01u, 0x00003d00u, 0x00050084u, 0x00000006u, 0x00003d02u, 0x00002d38u, - 0x00003d01u, 0x00050080u, 0x00000006u, 0x00003d03u, 0x00002d35u, 0x00003d02u, 0x00050041u, 0x00000007u, - 0x00003d05u, 0x00002e0au, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003d06u, 0x00003d05u, 0x00050080u, - 0x00000006u, 0x00003d07u, 0x00003d03u, 0x00003d06u, 0x000500c7u, 0x00000006u, 0x00003d09u, 0x00003d07u, - 0x00000f18u, 0x00050084u, 0x00000006u, 0x00003d0cu, 0x00003057u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00003d0du, 0x00003d03u, 0x00003d0cu, 0x000500c7u, 0x00000006u, 0x00003d0fu, 0x00003d0du, 0x00000f18u, - 0x0004003du, 0x00000006u, 0x00003d12u, 0x00003d00u, 0x000500c7u, 0x00000006u, 0x00003d13u, 0x00003d12u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003d14u, 0x00003d13u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00003d16u, 0x00003d09u, 0x00003d14u, 0x000500c6u, 0x00000006u, 0x00003d18u, 0x00003d16u, 0x0000048du, - 0x000500c2u, 0x00000006u, 0x00003d1au, 0x00003d0fu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003d1cu, - 0x00003d00u, 0x000500c7u, 0x00000006u, 0x00003d1du, 0x00003d1cu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00003d1eu, 0x00003d1du, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003d20u, 0x00003d1au, 0x00003d1eu, - 0x000500c6u, 0x00000006u, 0x00003d22u, 0x00003d20u, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00003d25u, - 0x00003d18u, 0x00000f41u, 0x00080041u, 0x00000279u, 0x00003d26u, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003d25u, 0x0004003du, 0x0000022bu, 0x00003d27u, 0x00003d26u, 0x00040071u, 0x00000006u, - 0x00003d28u, 0x00003d27u, 0x0004007cu, 0x00000008u, 0x00003d29u, 0x00003d28u, 0x00080041u, 0x00000272u, - 0x00003d2cu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003d22u, 0x0004003du, 0x0000022du, - 0x00003d2du, 0x00003d2cu, 0x00040071u, 0x00000006u, 0x00003d2eu, 0x00003d2du, 0x0004007cu, 0x00000008u, - 0x00003d2fu, 0x00003d2eu, 0x000500c3u, 0x00000008u, 0x00003d31u, 0x00003d2fu, 0x00000260u, 0x000500c7u, - 0x00000008u, 0x00003d32u, 0x00003d31u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00003d34u, 0x00003d2fu, - 0x00000205u, 0x000500c7u, 0x00000008u, 0x00003d35u, 0x00003d34u, 0x0000038du, 0x00050082u, 0x00000008u, - 0x00003d37u, 0x00003d32u, 0x00000625u, 0x00050082u, 0x00000008u, 0x00003d39u, 0x00003d35u, 0x00000625u, - 0x00070050u, 0x00000009u, 0x00003d3cu, 0x00003d37u, 0x00003d39u, 0x00003d29u, 0x00003d29u, 0x00050050u, - 0x0000005fu, 0x0000306cu, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x0000306du, 0x0000306cu, - 0x0003003eu, 0x00002e0eu, 0x0000306du, 0x00050041u, 0x00000007u, 0x00003d4cu, 0x00002e0eu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003d4du, 0x00003d4cu, 0x00050084u, 0x00000006u, 0x00003d4eu, 0x00002d38u, - 0x00003d4du, 0x00050080u, 0x00000006u, 0x00003d4fu, 0x00002d35u, 0x00003d4eu, 0x00050041u, 0x00000007u, - 0x00003d51u, 0x00002e0eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003d52u, 0x00003d51u, 0x00050080u, - 0x00000006u, 0x00003d53u, 0x00003d4fu, 0x00003d52u, 0x000500c7u, 0x00000006u, 0x00003d55u, 0x00003d53u, - 0x00000f18u, 0x00050080u, 0x00000006u, 0x00003d59u, 0x00003d4fu, 0x00003cc0u, 0x000500c7u, 0x00000006u, - 0x00003d5bu, 0x00003d59u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x00003d5eu, 0x00003d4cu, 0x000500c7u, - 0x00000006u, 0x00003d5fu, 0x00003d5eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003d60u, 0x00003d5fu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003d62u, 0x00003d55u, 0x00003d60u, 0x000500c6u, 0x00000006u, - 0x00003d64u, 0x00003d62u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00003d66u, 0x00003d5bu, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00003d68u, 0x00003d4cu, 0x000500c7u, 0x00000006u, 0x00003d69u, 0x00003d68u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003d6au, 0x00003d69u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00003d6cu, 0x00003d66u, 0x00003d6au, 0x000500c6u, 0x00000006u, 0x00003d6eu, 0x00003d6cu, 0x00000487u, - 0x000500c5u, 0x00000006u, 0x00003d71u, 0x00003d64u, 0x00000f41u, 0x00080041u, 0x00000279u, 0x00003d72u, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003d71u, 0x0004003du, 0x0000022bu, 0x00003d73u, - 0x00003d72u, 0x00040071u, 0x00000006u, 0x00003d74u, 0x00003d73u, 0x0004007cu, 0x00000008u, 0x00003d75u, - 0x00003d74u, 0x00080041u, 0x00000272u, 0x00003d78u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00003d6eu, 0x0004003du, 0x0000022du, 0x00003d79u, 0x00003d78u, 0x00040071u, 0x00000006u, 0x00003d7au, - 0x00003d79u, 0x0004007cu, 0x00000008u, 0x00003d7bu, 0x00003d7au, 0x000500c3u, 0x00000008u, 0x00003d7du, - 0x00003d7bu, 0x00000260u, 0x000500c7u, 0x00000008u, 0x00003d7eu, 0x00003d7du, 0x0000038du, 0x000500c3u, - 0x00000008u, 0x00003d80u, 0x00003d7bu, 0x00000205u, 0x000500c7u, 0x00000008u, 0x00003d81u, 0x00003d80u, - 0x0000038du, 0x00050082u, 0x00000008u, 0x00003d83u, 0x00003d7eu, 0x00000625u, 0x00050082u, 0x00000008u, - 0x00003d85u, 0x00003d81u, 0x00000625u, 0x00070050u, 0x00000009u, 0x00003d88u, 0x00003d83u, 0x00003d85u, - 0x00003d75u, 0x00003d75u, 0x00050050u, 0x0000005fu, 0x00003074u, 0x0000727fu, 0x00002f00u, 0x0004007cu, - 0x000000a2u, 0x00003075u, 0x00003074u, 0x0003003eu, 0x00002e12u, 0x00003075u, 0x00050041u, 0x00000007u, - 0x00003d98u, 0x00002e12u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003d99u, 0x00003d98u, 0x00050084u, - 0x00000006u, 0x00003d9au, 0x00002d38u, 0x00003d99u, 0x00050080u, 0x00000006u, 0x00003d9bu, 0x00002d35u, - 0x00003d9au, 0x00050041u, 0x00000007u, 0x00003d9du, 0x00002e12u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003d9eu, 0x00003d9du, 0x00050080u, 0x00000006u, 0x00003d9fu, 0x00003d9bu, 0x00003d9eu, 0x000500c7u, - 0x00000006u, 0x00003da1u, 0x00003d9fu, 0x00000f18u, 0x00050080u, 0x00000006u, 0x00003da5u, 0x00003d9bu, - 0x00003d0cu, 0x000500c7u, 0x00000006u, 0x00003da7u, 0x00003da5u, 0x00000f18u, 0x0004003du, 0x00000006u, - 0x00003daau, 0x00003d98u, 0x000500c7u, 0x00000006u, 0x00003dabu, 0x00003daau, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00003dacu, 0x00003dabu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003daeu, 0x00003da1u, - 0x00003dacu, 0x000500c6u, 0x00000006u, 0x00003db0u, 0x00003daeu, 0x0000048du, 0x000500c2u, 0x00000006u, - 0x00003db2u, 0x00003da7u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003db4u, 0x00003d98u, 0x000500c7u, - 0x00000006u, 0x00003db5u, 0x00003db4u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003db6u, 0x00003db5u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003db8u, 0x00003db2u, 0x00003db6u, 0x000500c6u, 0x00000006u, - 0x00003dbau, 0x00003db8u, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00003dbdu, 0x00003db0u, 0x00000f41u, - 0x00080041u, 0x00000279u, 0x00003dbeu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003dbdu, - 0x0004003du, 0x0000022bu, 0x00003dbfu, 0x00003dbeu, 0x00040071u, 0x00000006u, 0x00003dc0u, 0x00003dbfu, - 0x0004007cu, 0x00000008u, 0x00003dc1u, 0x00003dc0u, 0x00080041u, 0x00000272u, 0x00003dc4u, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00003dbau, 0x0004003du, 0x0000022du, 0x00003dc5u, 0x00003dc4u, - 0x00040071u, 0x00000006u, 0x00003dc6u, 0x00003dc5u, 0x0004007cu, 0x00000008u, 0x00003dc7u, 0x00003dc6u, - 0x000500c3u, 0x00000008u, 0x00003dc9u, 0x00003dc7u, 0x00000260u, 0x000500c7u, 0x00000008u, 0x00003dcau, - 0x00003dc9u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00003dccu, 0x00003dc7u, 0x00000205u, 0x000500c7u, - 0x00000008u, 0x00003dcdu, 0x00003dccu, 0x0000038du, 0x00050082u, 0x00000008u, 0x00003dcfu, 0x00003dcau, - 0x00000625u, 0x00050082u, 0x00000008u, 0x00003dd1u, 0x00003dcdu, 0x00000625u, 0x00070050u, 0x00000009u, - 0x00003dd4u, 0x00003dcfu, 0x00003dd1u, 0x00003dc1u, 0x00003dc1u, 0x000200f9u, 0x0000307au, 0x000200f8u, - 0x0000307au, 0x000700f5u, 0x00000009u, 0x000074b8u, 0x0000746eu, 0x0000304du, 0x00003dd4u, 0x00003061u, - 0x000700f5u, 0x00000009u, 0x0000743bu, 0x000073f4u, 0x0000304du, 0x00003d88u, 0x00003061u, 0x000700f5u, - 0x00000009u, 0x000073bfu, 0x00007375u, 0x0000304du, 0x00003d3cu, 0x00003061u, 0x000200f9u, 0x000031ddu, - 0x000200f8u, 0x00002fc5u, 0x000300f7u, 0x0000304cu, 0x00000000u, 0x000b00fbu, 0x00002d42u, 0x0000304cu, - 0x00000000u, 0x00002fc8u, 0x00000001u, 0x00002fe9u, 0x00000002u, 0x0000300au, 0x00000003u, 0x0000302bu, - 0x000200f8u, 0x0000302bu, 0x0004007cu, 0x000000a2u, 0x0000302du, 0x00007290u, 0x0003003eu, 0x00002df8u, - 0x0000302du, 0x00050041u, 0x00000007u, 0x00003bd3u, 0x00002df8u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00003bd4u, 0x00003bd3u, 0x00050084u, 0x00000006u, 0x00003bd5u, 0x00002d38u, 0x00003bd4u, 0x00050080u, - 0x00000006u, 0x00003bd6u, 0x00002d35u, 0x00003bd5u, 0x00050041u, 0x00000007u, 0x00003bd7u, 0x00002df8u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00003bd8u, 0x00003bd7u, 0x00050084u, 0x00000006u, 0x00003bd9u, - 0x00003bd8u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003bdbu, 0x00003bd6u, 0x00003bd9u, 0x000500c7u, - 0x00000006u, 0x00003bddu, 0x00003bdbu, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x00003bdfu, 0x00003bddu, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00003be1u, 0x00003bd3u, 0x000500c7u, 0x00000006u, 0x00003be2u, - 0x00003be1u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003be3u, 0x00003be2u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00003be5u, 0x00003bdfu, 0x00003be3u, 0x000500c6u, 0x00000006u, 0x00003be7u, 0x00003be5u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00003beau, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00003be7u, 0x0004003du, 0x0000022du, 0x00003bebu, 0x00003beau, 0x00040071u, 0x00000006u, 0x00003becu, - 0x00003bebu, 0x000500c5u, 0x00000006u, 0x00003befu, 0x00003be7u, 0x00000f49u, 0x00080041u, 0x00000272u, - 0x00003bf0u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003befu, 0x0004003du, 0x0000022du, - 0x00003bf1u, 0x00003bf0u, 0x00040071u, 0x00000006u, 0x00003bf2u, 0x00003bf1u, 0x000500c2u, 0x00000006u, - 0x00003bf4u, 0x00003becu, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003bf5u, 0x00003bf4u, 0x000500c7u, - 0x00000006u, 0x00003bf7u, 0x00003becu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003bf8u, 0x00003bf7u, - 0x000500c2u, 0x00000006u, 0x00003bfau, 0x00003bf2u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003bfbu, - 0x00003bfau, 0x000500c7u, 0x00000006u, 0x00003bfdu, 0x00003bf2u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00003bfeu, 0x00003bfdu, 0x00070050u, 0x00000009u, 0x00003bffu, 0x00003bf5u, 0x00003bf8u, 0x00003bfbu, - 0x00003bfeu, 0x000300f7u, 0x00003041u, 0x00000000u, 0x000400fau, 0x00002229u, 0x00003032u, 0x00003041u, - 0x000200f8u, 0x00003032u, 0x00050050u, 0x0000005fu, 0x00003035u, 0x0000727fu, 0x00002efeu, 0x0004007cu, - 0x000000a2u, 0x00003036u, 0x00003035u, 0x0003003eu, 0x00002dfbu, 0x00003036u, 0x00050041u, 0x00000007u, - 0x00003c0au, 0x00002dfbu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003c0bu, 0x00003c0au, 0x00050084u, - 0x00000006u, 0x00003c0cu, 0x00002d38u, 0x00003c0bu, 0x00050080u, 0x00000006u, 0x00003c0du, 0x00002d35u, - 0x00003c0cu, 0x00050041u, 0x00000007u, 0x00003c0eu, 0x00002dfbu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003c0fu, 0x00003c0eu, 0x00050084u, 0x00000006u, 0x00003c10u, 0x00003c0fu, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x00003c12u, 0x00003c0du, 0x00003c10u, 0x000500c7u, 0x00000006u, 0x00003c14u, 0x00003c12u, - 0x00000f18u, 0x000500c2u, 0x00000006u, 0x00003c16u, 0x00003c14u, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00003c18u, 0x00003c0au, 0x000500c7u, 0x00000006u, 0x00003c19u, 0x00003c18u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00003c1au, 0x00003c19u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003c1cu, 0x00003c16u, - 0x00003c1au, 0x000500c6u, 0x00000006u, 0x00003c1eu, 0x00003c1cu, 0x00000487u, 0x00080041u, 0x00000272u, - 0x00003c21u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003c1eu, 0x0004003du, 0x0000022du, - 0x00003c22u, 0x00003c21u, 0x00040071u, 0x00000006u, 0x00003c23u, 0x00003c22u, 0x000500c5u, 0x00000006u, - 0x00003c26u, 0x00003c1eu, 0x00000f49u, 0x00080041u, 0x00000272u, 0x00003c27u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00003c26u, 0x0004003du, 0x0000022du, 0x00003c28u, 0x00003c27u, 0x00040071u, - 0x00000006u, 0x00003c29u, 0x00003c28u, 0x000500c2u, 0x00000006u, 0x00003c2bu, 0x00003c23u, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x00003c2cu, 0x00003c2bu, 0x000500c7u, 0x00000006u, 0x00003c2eu, 0x00003c23u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003c2fu, 0x00003c2eu, 0x000500c2u, 0x00000006u, 0x00003c31u, - 0x00003c29u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003c32u, 0x00003c31u, 0x000500c7u, 0x00000006u, - 0x00003c34u, 0x00003c29u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003c35u, 0x00003c34u, 0x00070050u, - 0x00000009u, 0x00003c36u, 0x00003c2cu, 0x00003c2fu, 0x00003c32u, 0x00003c35u, 0x00050050u, 0x0000005fu, - 0x0000303cu, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x0000303du, 0x0000303cu, 0x0003003eu, - 0x00002dfeu, 0x0000303du, 0x00050041u, 0x00000007u, 0x00003c41u, 0x00002dfeu, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003c42u, 0x00003c41u, 0x00050084u, 0x00000006u, 0x00003c43u, 0x00002d38u, 0x00003c42u, - 0x00050080u, 0x00000006u, 0x00003c44u, 0x00002d35u, 0x00003c43u, 0x00050041u, 0x00000007u, 0x00003c45u, - 0x00002dfeu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003c46u, 0x00003c45u, 0x00050084u, 0x00000006u, - 0x00003c47u, 0x00003c46u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003c49u, 0x00003c44u, 0x00003c47u, - 0x000500c7u, 0x00000006u, 0x00003c4bu, 0x00003c49u, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x00003c4du, - 0x00003c4bu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003c4fu, 0x00003c41u, 0x000500c7u, 0x00000006u, - 0x00003c50u, 0x00003c4fu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003c51u, 0x00003c50u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00003c53u, 0x00003c4du, 0x00003c51u, 0x000500c6u, 0x00000006u, 0x00003c55u, - 0x00003c53u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003c58u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003c55u, 0x0004003du, 0x0000022du, 0x00003c59u, 0x00003c58u, 0x00040071u, 0x00000006u, - 0x00003c5au, 0x00003c59u, 0x000500c5u, 0x00000006u, 0x00003c5du, 0x00003c55u, 0x00000f49u, 0x00080041u, - 0x00000272u, 0x00003c5eu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003c5du, 0x0004003du, - 0x0000022du, 0x00003c5fu, 0x00003c5eu, 0x00040071u, 0x00000006u, 0x00003c60u, 0x00003c5fu, 0x000500c2u, - 0x00000006u, 0x00003c62u, 0x00003c5au, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003c63u, 0x00003c62u, - 0x000500c7u, 0x00000006u, 0x00003c65u, 0x00003c5au, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003c66u, - 0x00003c65u, 0x000500c2u, 0x00000006u, 0x00003c68u, 0x00003c60u, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x00003c69u, 0x00003c68u, 0x000500c7u, 0x00000006u, 0x00003c6bu, 0x00003c60u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00003c6cu, 0x00003c6bu, 0x00070050u, 0x00000009u, 0x00003c6du, 0x00003c63u, 0x00003c66u, - 0x00003c69u, 0x00003c6cu, 0x000200f9u, 0x00003041u, 0x000200f8u, 0x00003041u, 0x000700f5u, 0x00000009u, - 0x0000743au, 0x000073f4u, 0x0000302bu, 0x00003c6du, 0x00003032u, 0x000700f5u, 0x00000009u, 0x000073beu, - 0x00007375u, 0x0000302bu, 0x00003c36u, 0x00003032u, 0x000300f7u, 0x0000304bu, 0x00000000u, 0x000400fau, - 0x00002f0au, 0x00003043u, 0x0000304bu, 0x000200f8u, 0x00003043u, 0x00050050u, 0x0000005fu, 0x00003046u, - 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003047u, 0x00003046u, 0x0003003eu, 0x00002e01u, - 0x00003047u, 0x00050041u, 0x00000007u, 0x00003c78u, 0x00002e01u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00003c79u, 0x00003c78u, 0x00050084u, 0x00000006u, 0x00003c7au, 0x00002d38u, 0x00003c79u, 0x00050080u, - 0x00000006u, 0x00003c7bu, 0x00002d35u, 0x00003c7au, 0x00050041u, 0x00000007u, 0x00003c7cu, 0x00002e01u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00003c7du, 0x00003c7cu, 0x00050084u, 0x00000006u, 0x00003c7eu, - 0x00003c7du, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003c80u, 0x00003c7bu, 0x00003c7eu, 0x000500c7u, - 0x00000006u, 0x00003c82u, 0x00003c80u, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x00003c84u, 0x00003c82u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00003c86u, 0x00003c78u, 0x000500c7u, 0x00000006u, 0x00003c87u, - 0x00003c86u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003c88u, 0x00003c87u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00003c8au, 0x00003c84u, 0x00003c88u, 0x000500c6u, 0x00000006u, 0x00003c8cu, 0x00003c8au, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00003c8fu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00003c8cu, 0x0004003du, 0x0000022du, 0x00003c90u, 0x00003c8fu, 0x00040071u, 0x00000006u, 0x00003c91u, - 0x00003c90u, 0x000500c5u, 0x00000006u, 0x00003c94u, 0x00003c8cu, 0x00000f49u, 0x00080041u, 0x00000272u, - 0x00003c95u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003c94u, 0x0004003du, 0x0000022du, - 0x00003c96u, 0x00003c95u, 0x00040071u, 0x00000006u, 0x00003c97u, 0x00003c96u, 0x000500c2u, 0x00000006u, - 0x00003c99u, 0x00003c91u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003c9au, 0x00003c99u, 0x000500c7u, - 0x00000006u, 0x00003c9cu, 0x00003c91u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003c9du, 0x00003c9cu, - 0x000500c2u, 0x00000006u, 0x00003c9fu, 0x00003c97u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00003ca0u, - 0x00003c9fu, 0x000500c7u, 0x00000006u, 0x00003ca2u, 0x00003c97u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00003ca3u, 0x00003ca2u, 0x00070050u, 0x00000009u, 0x00003ca4u, 0x00003c9au, 0x00003c9du, 0x00003ca0u, - 0x00003ca3u, 0x000200f9u, 0x0000304bu, 0x000200f8u, 0x0000304bu, 0x000700f5u, 0x00000009u, 0x000074b6u, - 0x0000746eu, 0x00003041u, 0x00003ca4u, 0x00003043u, 0x000200f9u, 0x0000304cu, 0x000200f8u, 0x0000300au, - 0x0004007cu, 0x000000a2u, 0x0000300cu, 0x00007290u, 0x0003003eu, 0x00002decu, 0x0000300cu, 0x00050041u, - 0x00000007u, 0x00003acfu, 0x00002decu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003ad0u, 0x00003acfu, - 0x00050084u, 0x00000006u, 0x00003ad1u, 0x00002d38u, 0x00003ad0u, 0x00050080u, 0x00000006u, 0x00003ad2u, - 0x00002d35u, 0x00003ad1u, 0x00050041u, 0x00000007u, 0x00003ad3u, 0x00002decu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00003ad4u, 0x00003ad3u, 0x00050084u, 0x00000006u, 0x00003ad5u, 0x00003ad4u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00003ad7u, 0x00003ad2u, 0x00003ad5u, 0x000500c7u, 0x00000006u, 0x00003ad9u, - 0x00003ad7u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00003adbu, 0x00003ad9u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00003addu, 0x00003acfu, 0x000500c7u, 0x00000006u, 0x00003adeu, 0x00003addu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003adfu, 0x00003adeu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003ae1u, - 0x00003adbu, 0x00003adfu, 0x000500c6u, 0x00000006u, 0x00003ae3u, 0x00003ae1u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00003ae6u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003ae3u, 0x0004003du, - 0x0000022du, 0x00003ae7u, 0x00003ae6u, 0x00040071u, 0x00000006u, 0x00003ae8u, 0x00003ae7u, 0x00060050u, - 0x00000355u, 0x00003af0u, 0x00003ae8u, 0x00003ae8u, 0x00003ae8u, 0x000500c2u, 0x00000355u, 0x00003af1u, - 0x00003af0u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00003af3u, 0x00003af1u, 0x0000afcbu, 0x000500c4u, - 0x00000355u, 0x00003af6u, 0x00003af3u, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00003af9u, 0x00003af3u, - 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x00003afau, 0x00003af6u, 0x00003af9u, 0x000500c7u, 0x00000006u, - 0x00003afcu, 0x00003ae8u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003afdu, 0x00003afcu, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x00003affu, 0x00003afau, 0x0004007cu, 0x00000008u, 0x00003b01u, 0x00003afdu, - 0x00050051u, 0x00000008u, 0x00003b02u, 0x00003affu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003b03u, - 0x00003affu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00003b04u, 0x00003affu, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00003b05u, 0x00003b02u, 0x00003b03u, 0x00003b04u, 0x00003b01u, 0x000300f7u, 0x00003020u, - 0x00000000u, 0x000400fau, 0x00002229u, 0x00003011u, 0x00003020u, 0x000200f8u, 0x00003011u, 0x00050050u, - 0x0000005fu, 0x00003014u, 0x0000727fu, 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x00003015u, 0x00003014u, - 0x0003003eu, 0x00002defu, 0x00003015u, 0x00050041u, 0x00000007u, 0x00003b10u, 0x00002defu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003b11u, 0x00003b10u, 0x00050084u, 0x00000006u, 0x00003b12u, 0x00002d38u, - 0x00003b11u, 0x00050080u, 0x00000006u, 0x00003b13u, 0x00002d35u, 0x00003b12u, 0x00050041u, 0x00000007u, - 0x00003b14u, 0x00002defu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003b15u, 0x00003b14u, 0x00050084u, - 0x00000006u, 0x00003b16u, 0x00003b15u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003b18u, 0x00003b13u, - 0x00003b16u, 0x000500c7u, 0x00000006u, 0x00003b1au, 0x00003b18u, 0x00000e66u, 0x000500c2u, 0x00000006u, - 0x00003b1cu, 0x00003b1au, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003b1eu, 0x00003b10u, 0x000500c7u, - 0x00000006u, 0x00003b1fu, 0x00003b1eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003b20u, 0x00003b1fu, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003b22u, 0x00003b1cu, 0x00003b20u, 0x000500c6u, 0x00000006u, - 0x00003b24u, 0x00003b22u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003b27u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00003b24u, 0x0004003du, 0x0000022du, 0x00003b28u, 0x00003b27u, 0x00040071u, - 0x00000006u, 0x00003b29u, 0x00003b28u, 0x00060050u, 0x00000355u, 0x00003b31u, 0x00003b29u, 0x00003b29u, - 0x00003b29u, 0x000500c2u, 0x00000355u, 0x00003b32u, 0x00003b31u, 0x00000e2du, 0x000500c7u, 0x00000355u, - 0x00003b34u, 0x00003b32u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00003b37u, 0x00003b34u, 0x0000afccu, - 0x000500c2u, 0x00000355u, 0x00003b3au, 0x00003b34u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x00003b3bu, - 0x00003b37u, 0x00003b3au, 0x000500c7u, 0x00000006u, 0x00003b3du, 0x00003b29u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00003b3eu, 0x00003b3du, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003b40u, 0x00003b3bu, - 0x0004007cu, 0x00000008u, 0x00003b42u, 0x00003b3eu, 0x00050051u, 0x00000008u, 0x00003b43u, 0x00003b40u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00003b44u, 0x00003b40u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00003b45u, 0x00003b40u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003b46u, 0x00003b43u, 0x00003b44u, - 0x00003b45u, 0x00003b42u, 0x00050050u, 0x0000005fu, 0x0000301bu, 0x0000727bu, 0x00002f00u, 0x0004007cu, - 0x000000a2u, 0x0000301cu, 0x0000301bu, 0x0003003eu, 0x00002df2u, 0x0000301cu, 0x00050041u, 0x00000007u, - 0x00003b51u, 0x00002df2u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003b52u, 0x00003b51u, 0x00050084u, - 0x00000006u, 0x00003b53u, 0x00002d38u, 0x00003b52u, 0x00050080u, 0x00000006u, 0x00003b54u, 0x00002d35u, - 0x00003b53u, 0x00050041u, 0x00000007u, 0x00003b55u, 0x00002df2u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00003b56u, 0x00003b55u, 0x00050084u, 0x00000006u, 0x00003b57u, 0x00003b56u, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x00003b59u, 0x00003b54u, 0x00003b57u, 0x000500c7u, 0x00000006u, 0x00003b5bu, 0x00003b59u, - 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00003b5du, 0x00003b5bu, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00003b5fu, 0x00003b51u, 0x000500c7u, 0x00000006u, 0x00003b60u, 0x00003b5fu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00003b61u, 0x00003b60u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003b63u, 0x00003b5du, - 0x00003b61u, 0x000500c6u, 0x00000006u, 0x00003b65u, 0x00003b63u, 0x00000487u, 0x00080041u, 0x00000272u, - 0x00003b68u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003b65u, 0x0004003du, 0x0000022du, - 0x00003b69u, 0x00003b68u, 0x00040071u, 0x00000006u, 0x00003b6au, 0x00003b69u, 0x00060050u, 0x00000355u, - 0x00003b72u, 0x00003b6au, 0x00003b6au, 0x00003b6au, 0x000500c2u, 0x00000355u, 0x00003b73u, 0x00003b72u, - 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00003b75u, 0x00003b73u, 0x0000afcbu, 0x000500c4u, 0x00000355u, - 0x00003b78u, 0x00003b75u, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00003b7bu, 0x00003b75u, 0x0000afcdu, - 0x000500c5u, 0x00000355u, 0x00003b7cu, 0x00003b78u, 0x00003b7bu, 0x000500c7u, 0x00000006u, 0x00003b7eu, - 0x00003b6au, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003b7fu, 0x00003b7eu, 0x000006c4u, 0x0004007cu, - 0x0000003cu, 0x00003b81u, 0x00003b7cu, 0x0004007cu, 0x00000008u, 0x00003b83u, 0x00003b7fu, 0x00050051u, - 0x00000008u, 0x00003b84u, 0x00003b81u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003b85u, 0x00003b81u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00003b86u, 0x00003b81u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00003b87u, 0x00003b84u, 0x00003b85u, 0x00003b86u, 0x00003b83u, 0x000200f9u, 0x00003020u, 0x000200f8u, - 0x00003020u, 0x000700f5u, 0x00000009u, 0x00007438u, 0x000073f4u, 0x0000300au, 0x00003b87u, 0x00003011u, - 0x000700f5u, 0x00000009u, 0x000073bcu, 0x00007375u, 0x0000300au, 0x00003b46u, 0x00003011u, 0x000300f7u, - 0x0000302au, 0x00000000u, 0x000400fau, 0x00002f0au, 0x00003022u, 0x0000302au, 0x000200f8u, 0x00003022u, - 0x00050050u, 0x0000005fu, 0x00003025u, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003026u, - 0x00003025u, 0x0003003eu, 0x00002df5u, 0x00003026u, 0x00050041u, 0x00000007u, 0x00003b92u, 0x00002df5u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003b93u, 0x00003b92u, 0x00050084u, 0x00000006u, 0x00003b94u, - 0x00002d38u, 0x00003b93u, 0x00050080u, 0x00000006u, 0x00003b95u, 0x00002d35u, 0x00003b94u, 0x00050041u, - 0x00000007u, 0x00003b96u, 0x00002df5u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003b97u, 0x00003b96u, - 0x00050084u, 0x00000006u, 0x00003b98u, 0x00003b97u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003b9au, - 0x00003b95u, 0x00003b98u, 0x000500c7u, 0x00000006u, 0x00003b9cu, 0x00003b9au, 0x00000e66u, 0x000500c2u, - 0x00000006u, 0x00003b9eu, 0x00003b9cu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003ba0u, 0x00003b92u, - 0x000500c7u, 0x00000006u, 0x00003ba1u, 0x00003ba0u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003ba2u, - 0x00003ba1u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003ba4u, 0x00003b9eu, 0x00003ba2u, 0x000500c6u, - 0x00000006u, 0x00003ba6u, 0x00003ba4u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003ba9u, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00003ba6u, 0x0004003du, 0x0000022du, 0x00003baau, 0x00003ba9u, - 0x00040071u, 0x00000006u, 0x00003babu, 0x00003baau, 0x00060050u, 0x00000355u, 0x00003bb3u, 0x00003babu, - 0x00003babu, 0x00003babu, 0x000500c2u, 0x00000355u, 0x00003bb4u, 0x00003bb3u, 0x00000e2du, 0x000500c7u, - 0x00000355u, 0x00003bb6u, 0x00003bb4u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00003bb9u, 0x00003bb6u, - 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00003bbcu, 0x00003bb6u, 0x0000afcdu, 0x000500c5u, 0x00000355u, - 0x00003bbdu, 0x00003bb9u, 0x00003bbcu, 0x000500c7u, 0x00000006u, 0x00003bbfu, 0x00003babu, 0x00000487u, - 0x00050084u, 0x00000006u, 0x00003bc0u, 0x00003bbfu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003bc2u, - 0x00003bbdu, 0x0004007cu, 0x00000008u, 0x00003bc4u, 0x00003bc0u, 0x00050051u, 0x00000008u, 0x00003bc5u, - 0x00003bc2u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003bc6u, 0x00003bc2u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00003bc7u, 0x00003bc2u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003bc8u, 0x00003bc5u, - 0x00003bc6u, 0x00003bc7u, 0x00003bc4u, 0x000200f9u, 0x0000302au, 0x000200f8u, 0x0000302au, 0x000700f5u, - 0x00000009u, 0x000074b4u, 0x0000746eu, 0x00003020u, 0x00003bc8u, 0x00003022u, 0x000200f9u, 0x0000304cu, - 0x000200f8u, 0x00002fe9u, 0x0004007cu, 0x000000a2u, 0x00002febu, 0x00007290u, 0x0003003eu, 0x00002de0u, - 0x00002febu, 0x00050041u, 0x00000007u, 0x00003a3eu, 0x00002de0u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00003a3fu, 0x00003a3eu, 0x00050084u, 0x00000006u, 0x00003a40u, 0x00002d38u, 0x00003a3fu, 0x00050080u, - 0x00000006u, 0x00003a41u, 0x00002d35u, 0x00003a40u, 0x00050041u, 0x00000007u, 0x00003a42u, 0x00002de0u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00003a43u, 0x00003a42u, 0x00050080u, 0x00000006u, 0x00003a45u, - 0x00003a41u, 0x00003a43u, 0x000500c7u, 0x00000006u, 0x00003a47u, 0x00003a45u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00003a4au, 0x00003a3eu, 0x000500c7u, 0x00000006u, 0x00003a4bu, 0x00003a4au, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003a4cu, 0x00003a4bu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003a4eu, - 0x00003a47u, 0x00003a4cu, 0x000500c6u, 0x00000006u, 0x00003a50u, 0x00003a4eu, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00003a53u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003a50u, 0x0004003du, - 0x0000022bu, 0x00003a54u, 0x00003a53u, 0x00040071u, 0x00000006u, 0x00003a55u, 0x00003a54u, 0x0004007cu, - 0x00000008u, 0x00003a57u, 0x00003a55u, 0x00070050u, 0x00000009u, 0x00003a58u, 0x00003a57u, 0x00003a57u, - 0x00003a57u, 0x00003a57u, 0x000300f7u, 0x00002fffu, 0x00000000u, 0x000400fau, 0x00002229u, 0x00002ff0u, - 0x00002fffu, 0x000200f8u, 0x00002ff0u, 0x00050050u, 0x0000005fu, 0x00002ff3u, 0x0000727fu, 0x00002efeu, - 0x0004007cu, 0x000000a2u, 0x00002ff4u, 0x00002ff3u, 0x0003003eu, 0x00002de3u, 0x00002ff4u, 0x00050041u, - 0x00000007u, 0x00003a62u, 0x00002de3u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003a63u, 0x00003a62u, - 0x00050084u, 0x00000006u, 0x00003a64u, 0x00002d38u, 0x00003a63u, 0x00050080u, 0x00000006u, 0x00003a65u, - 0x00002d35u, 0x00003a64u, 0x00050041u, 0x00000007u, 0x00003a66u, 0x00002de3u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00003a67u, 0x00003a66u, 0x00050080u, 0x00000006u, 0x00003a69u, 0x00003a65u, 0x00003a67u, - 0x000500c7u, 0x00000006u, 0x00003a6bu, 0x00003a69u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00003a6eu, - 0x00003a62u, 0x000500c7u, 0x00000006u, 0x00003a6fu, 0x00003a6eu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00003a70u, 0x00003a6fu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003a72u, 0x00003a6bu, 0x00003a70u, - 0x000500c6u, 0x00000006u, 0x00003a74u, 0x00003a72u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003a77u, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003a74u, 0x0004003du, 0x0000022bu, 0x00003a78u, - 0x00003a77u, 0x00040071u, 0x00000006u, 0x00003a79u, 0x00003a78u, 0x0004007cu, 0x00000008u, 0x00003a7bu, - 0x00003a79u, 0x00070050u, 0x00000009u, 0x00003a7cu, 0x00003a7bu, 0x00003a7bu, 0x00003a7bu, 0x00003a7bu, - 0x00050050u, 0x0000005fu, 0x00002ffau, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00002ffbu, - 0x00002ffau, 0x0003003eu, 0x00002de6u, 0x00002ffbu, 0x00050041u, 0x00000007u, 0x00003a86u, 0x00002de6u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003a87u, 0x00003a86u, 0x00050084u, 0x00000006u, 0x00003a88u, - 0x00002d38u, 0x00003a87u, 0x00050080u, 0x00000006u, 0x00003a89u, 0x00002d35u, 0x00003a88u, 0x00050041u, - 0x00000007u, 0x00003a8au, 0x00002de6u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003a8bu, 0x00003a8au, - 0x00050080u, 0x00000006u, 0x00003a8du, 0x00003a89u, 0x00003a8bu, 0x000500c7u, 0x00000006u, 0x00003a8fu, - 0x00003a8du, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00003a92u, 0x00003a86u, 0x000500c7u, 0x00000006u, - 0x00003a93u, 0x00003a92u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003a94u, 0x00003a93u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00003a96u, 0x00003a8fu, 0x00003a94u, 0x000500c6u, 0x00000006u, 0x00003a98u, - 0x00003a96u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003a9bu, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003a98u, 0x0004003du, 0x0000022bu, 0x00003a9cu, 0x00003a9bu, 0x00040071u, 0x00000006u, - 0x00003a9du, 0x00003a9cu, 0x0004007cu, 0x00000008u, 0x00003a9fu, 0x00003a9du, 0x00070050u, 0x00000009u, - 0x00003aa0u, 0x00003a9fu, 0x00003a9fu, 0x00003a9fu, 0x00003a9fu, 0x000200f9u, 0x00002fffu, 0x000200f8u, - 0x00002fffu, 0x000700f5u, 0x00000009u, 0x00007436u, 0x000073f4u, 0x00002fe9u, 0x00003aa0u, 0x00002ff0u, - 0x000700f5u, 0x00000009u, 0x000073bau, 0x00007375u, 0x00002fe9u, 0x00003a7cu, 0x00002ff0u, 0x000300f7u, - 0x00003009u, 0x00000000u, 0x000400fau, 0x00002f0au, 0x00003001u, 0x00003009u, 0x000200f8u, 0x00003001u, - 0x00050050u, 0x0000005fu, 0x00003004u, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00003005u, - 0x00003004u, 0x0003003eu, 0x00002de9u, 0x00003005u, 0x00050041u, 0x00000007u, 0x00003aaau, 0x00002de9u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00003aabu, 0x00003aaau, 0x00050084u, 0x00000006u, 0x00003aacu, - 0x00002d38u, 0x00003aabu, 0x00050080u, 0x00000006u, 0x00003aadu, 0x00002d35u, 0x00003aacu, 0x00050041u, - 0x00000007u, 0x00003aaeu, 0x00002de9u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003aafu, 0x00003aaeu, - 0x00050080u, 0x00000006u, 0x00003ab1u, 0x00003aadu, 0x00003aafu, 0x000500c7u, 0x00000006u, 0x00003ab3u, - 0x00003ab1u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00003ab6u, 0x00003aaau, 0x000500c7u, 0x00000006u, - 0x00003ab7u, 0x00003ab6u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003ab8u, 0x00003ab7u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00003abau, 0x00003ab3u, 0x00003ab8u, 0x000500c6u, 0x00000006u, 0x00003abcu, - 0x00003abau, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003abfu, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003abcu, 0x0004003du, 0x0000022bu, 0x00003ac0u, 0x00003abfu, 0x00040071u, 0x00000006u, - 0x00003ac1u, 0x00003ac0u, 0x0004007cu, 0x00000008u, 0x00003ac3u, 0x00003ac1u, 0x00070050u, 0x00000009u, - 0x00003ac4u, 0x00003ac3u, 0x00003ac3u, 0x00003ac3u, 0x00003ac3u, 0x000200f9u, 0x00003009u, 0x000200f8u, - 0x00003009u, 0x000700f5u, 0x00000009u, 0x000074b2u, 0x0000746eu, 0x00002fffu, 0x00003ac4u, 0x00003001u, - 0x000200f9u, 0x0000304cu, 0x000200f8u, 0x00002fc8u, 0x0004007cu, 0x000000a2u, 0x00002fcau, 0x00007290u, - 0x0003003eu, 0x00002dd4u, 0x00002fcau, 0x00050041u, 0x00000007u, 0x00003973u, 0x00002dd4u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00003974u, 0x00003973u, 0x00050084u, 0x00000006u, 0x00003975u, 0x00002d38u, - 0x00003974u, 0x00050080u, 0x00000006u, 0x00003976u, 0x00002d35u, 0x00003975u, 0x00050041u, 0x00000007u, - 0x00003977u, 0x00002dd4u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003978u, 0x00003977u, 0x000500c2u, - 0x00000006u, 0x00003979u, 0x00003978u, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000397bu, 0x00003976u, - 0x00003979u, 0x000500c7u, 0x00000006u, 0x0000397du, 0x0000397bu, 0x00000e66u, 0x0004003du, 0x00000006u, - 0x0000397fu, 0x00003977u, 0x000400c8u, 0x00000006u, 0x00003980u, 0x0000397fu, 0x000500c7u, 0x00000006u, - 0x00003981u, 0x00003980u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003982u, 0x00003981u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00003985u, 0x00003973u, 0x000500c7u, 0x00000006u, 0x00003986u, 0x00003985u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003987u, 0x00003986u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00003989u, 0x0000397du, 0x00003987u, 0x000500c6u, 0x00000006u, 0x0000398bu, 0x00003989u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x0000398eu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000398bu, - 0x0004003du, 0x0000022bu, 0x0000398fu, 0x0000398eu, 0x00040071u, 0x00000006u, 0x00003990u, 0x0000398fu, - 0x000500c2u, 0x00000006u, 0x00003993u, 0x00003990u, 0x00003982u, 0x000500c7u, 0x00000006u, 0x00003994u, - 0x00003993u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00003996u, 0x00003994u, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00003998u, 0x00003994u, 0x00003996u, 0x0004007cu, 0x00000008u, 0x0000399au, 0x00003998u, - 0x00070050u, 0x00000009u, 0x0000399bu, 0x0000399au, 0x0000399au, 0x0000399au, 0x0000399au, 0x000300f7u, - 0x00002fdeu, 0x00000000u, 0x000400fau, 0x00002229u, 0x00002fcfu, 0x00002fdeu, 0x000200f8u, 0x00002fcfu, - 0x00050050u, 0x0000005fu, 0x00002fd2u, 0x0000727fu, 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x00002fd3u, - 0x00002fd2u, 0x0003003eu, 0x00002dd7u, 0x00002fd3u, 0x00050041u, 0x00000007u, 0x000039a6u, 0x00002dd7u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x000039a7u, 0x000039a6u, 0x00050084u, 0x00000006u, 0x000039a8u, - 0x00002d38u, 0x000039a7u, 0x00050080u, 0x00000006u, 0x000039a9u, 0x00002d35u, 0x000039a8u, 0x00050041u, - 0x00000007u, 0x000039aau, 0x00002dd7u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000039abu, 0x000039aau, - 0x000500c2u, 0x00000006u, 0x000039acu, 0x000039abu, 0x00000214u, 0x00050080u, 0x00000006u, 0x000039aeu, - 0x000039a9u, 0x000039acu, 0x000500c7u, 0x00000006u, 0x000039b0u, 0x000039aeu, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x000039b2u, 0x000039aau, 0x000400c8u, 0x00000006u, 0x000039b3u, 0x000039b2u, 0x000500c7u, - 0x00000006u, 0x000039b4u, 0x000039b3u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000039b5u, 0x000039b4u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x000039b8u, 0x000039a6u, 0x000500c7u, 0x00000006u, 0x000039b9u, - 0x000039b8u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000039bau, 0x000039b9u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x000039bcu, 0x000039b0u, 0x000039bau, 0x000500c6u, 0x00000006u, 0x000039beu, 0x000039bcu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x000039c1u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x000039beu, 0x0004003du, 0x0000022bu, 0x000039c2u, 0x000039c1u, 0x00040071u, 0x00000006u, 0x000039c3u, - 0x000039c2u, 0x000500c2u, 0x00000006u, 0x000039c6u, 0x000039c3u, 0x000039b5u, 0x000500c7u, 0x00000006u, - 0x000039c7u, 0x000039c6u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x000039c9u, 0x000039c7u, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x000039cbu, 0x000039c7u, 0x000039c9u, 0x0004007cu, 0x00000008u, 0x000039cdu, - 0x000039cbu, 0x00070050u, 0x00000009u, 0x000039ceu, 0x000039cdu, 0x000039cdu, 0x000039cdu, 0x000039cdu, - 0x00050050u, 0x0000005fu, 0x00002fd9u, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00002fdau, - 0x00002fd9u, 0x0003003eu, 0x00002ddau, 0x00002fdau, 0x00050041u, 0x00000007u, 0x000039d9u, 0x00002ddau, - 0x00000487u, 0x0004003du, 0x00000006u, 0x000039dau, 0x000039d9u, 0x00050084u, 0x00000006u, 0x000039dbu, - 0x00002d38u, 0x000039dau, 0x00050080u, 0x00000006u, 0x000039dcu, 0x00002d35u, 0x000039dbu, 0x00050041u, - 0x00000007u, 0x000039ddu, 0x00002ddau, 0x00000376u, 0x0004003du, 0x00000006u, 0x000039deu, 0x000039ddu, - 0x000500c2u, 0x00000006u, 0x000039dfu, 0x000039deu, 0x00000214u, 0x00050080u, 0x00000006u, 0x000039e1u, - 0x000039dcu, 0x000039dfu, 0x000500c7u, 0x00000006u, 0x000039e3u, 0x000039e1u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x000039e5u, 0x000039ddu, 0x000400c8u, 0x00000006u, 0x000039e6u, 0x000039e5u, 0x000500c7u, - 0x00000006u, 0x000039e7u, 0x000039e6u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000039e8u, 0x000039e7u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x000039ebu, 0x000039d9u, 0x000500c7u, 0x00000006u, 0x000039ecu, - 0x000039ebu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000039edu, 0x000039ecu, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x000039efu, 0x000039e3u, 0x000039edu, 0x000500c6u, 0x00000006u, 0x000039f1u, 0x000039efu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x000039f4u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x000039f1u, 0x0004003du, 0x0000022bu, 0x000039f5u, 0x000039f4u, 0x00040071u, 0x00000006u, 0x000039f6u, - 0x000039f5u, 0x000500c2u, 0x00000006u, 0x000039f9u, 0x000039f6u, 0x000039e8u, 0x000500c7u, 0x00000006u, - 0x000039fau, 0x000039f9u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x000039fcu, 0x000039fau, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x000039feu, 0x000039fau, 0x000039fcu, 0x0004007cu, 0x00000008u, 0x00003a00u, - 0x000039feu, 0x00070050u, 0x00000009u, 0x00003a01u, 0x00003a00u, 0x00003a00u, 0x00003a00u, 0x00003a00u, - 0x000200f9u, 0x00002fdeu, 0x000200f8u, 0x00002fdeu, 0x000700f5u, 0x00000009u, 0x00007434u, 0x000073f4u, - 0x00002fc8u, 0x00003a01u, 0x00002fcfu, 0x000700f5u, 0x00000009u, 0x000073b8u, 0x00007375u, 0x00002fc8u, - 0x000039ceu, 0x00002fcfu, 0x000300f7u, 0x00002fe8u, 0x00000000u, 0x000400fau, 0x00002f0au, 0x00002fe0u, - 0x00002fe8u, 0x000200f8u, 0x00002fe0u, 0x00050050u, 0x0000005fu, 0x00002fe3u, 0x0000727fu, 0x00002f00u, - 0x0004007cu, 0x000000a2u, 0x00002fe4u, 0x00002fe3u, 0x0003003eu, 0x00002dddu, 0x00002fe4u, 0x00050041u, - 0x00000007u, 0x00003a0cu, 0x00002dddu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003a0du, 0x00003a0cu, - 0x00050084u, 0x00000006u, 0x00003a0eu, 0x00002d38u, 0x00003a0du, 0x00050080u, 0x00000006u, 0x00003a0fu, - 0x00002d35u, 0x00003a0eu, 0x00050041u, 0x00000007u, 0x00003a10u, 0x00002dddu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00003a11u, 0x00003a10u, 0x000500c2u, 0x00000006u, 0x00003a12u, 0x00003a11u, 0x00000214u, - 0x00050080u, 0x00000006u, 0x00003a14u, 0x00003a0fu, 0x00003a12u, 0x000500c7u, 0x00000006u, 0x00003a16u, - 0x00003a14u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00003a18u, 0x00003a10u, 0x000400c8u, 0x00000006u, - 0x00003a19u, 0x00003a18u, 0x000500c7u, 0x00000006u, 0x00003a1au, 0x00003a19u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00003a1bu, 0x00003a1au, 0x00000703u, 0x0004003du, 0x00000006u, 0x00003a1eu, 0x00003a0cu, - 0x000500c7u, 0x00000006u, 0x00003a1fu, 0x00003a1eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003a20u, - 0x00003a1fu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003a22u, 0x00003a16u, 0x00003a20u, 0x000500c6u, - 0x00000006u, 0x00003a24u, 0x00003a22u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003a27u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00003a24u, 0x0004003du, 0x0000022bu, 0x00003a28u, 0x00003a27u, - 0x00040071u, 0x00000006u, 0x00003a29u, 0x00003a28u, 0x000500c2u, 0x00000006u, 0x00003a2cu, 0x00003a29u, - 0x00003a1bu, 0x000500c7u, 0x00000006u, 0x00003a2du, 0x00003a2cu, 0x00000e89u, 0x000500c4u, 0x00000006u, - 0x00003a2fu, 0x00003a2du, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00003a31u, 0x00003a2du, 0x00003a2fu, - 0x0004007cu, 0x00000008u, 0x00003a33u, 0x00003a31u, 0x00070050u, 0x00000009u, 0x00003a34u, 0x00003a33u, - 0x00003a33u, 0x00003a33u, 0x00003a33u, 0x000200f9u, 0x00002fe8u, 0x000200f8u, 0x00002fe8u, 0x000700f5u, - 0x00000009u, 0x000074b0u, 0x0000746eu, 0x00002fdeu, 0x00003a34u, 0x00002fe0u, 0x000200f9u, 0x0000304cu, - 0x000200f8u, 0x0000304cu, 0x000d00f5u, 0x00000009u, 0x000074afu, 0x0000746eu, 0x00002fc5u, 0x000074b0u, - 0x00002fe8u, 0x000074b2u, 0x00003009u, 0x000074b4u, 0x0000302au, 0x000074b6u, 0x0000304bu, 0x000d00f5u, - 0x00000009u, 0x00007432u, 0x000073f4u, 0x00002fc5u, 0x00007434u, 0x00002fe8u, 0x00007436u, 0x00003009u, - 0x00007438u, 0x0000302au, 0x0000743au, 0x0000304bu, 0x000d00f5u, 0x00000009u, 0x000073b6u, 0x00007375u, - 0x00002fc5u, 0x000073b8u, 0x00002fe8u, 0x000073bau, 0x00003009u, 0x000073bcu, 0x0000302au, 0x000073beu, - 0x0000304bu, 0x000d00f5u, 0x00000009u, 0x00007300u, 0x000072bfu, 0x00002fc5u, 0x0000399bu, 0x00002fe8u, - 0x00003a58u, 0x00003009u, 0x00003b05u, 0x0000302au, 0x00003bffu, 0x0000304bu, 0x000200f9u, 0x000031ddu, - 0x000200f8u, 0x000031ddu, 0x000f00f5u, 0x00000009u, 0x000074aeu, 0x0000746eu, 0x00002fc2u, 0x000074afu, - 0x0000304cu, 0x000074b8u, 0x0000307au, 0x000074b9u, 0x000030edu, 0x000074c0u, 0x00003175u, 0x000074c9u, - 0x000031dcu, 0x000f00f5u, 0x00000009u, 0x00007431u, 0x000073f4u, 0x00002fc2u, 0x00007432u, 0x0000304cu, - 0x0000743bu, 0x0000307au, 0x0000743cu, 0x000030edu, 0x00007443u, 0x00003175u, 0x0000744cu, 0x000031dcu, - 0x000f00f5u, 0x00000009u, 0x000073b5u, 0x00007375u, 0x00002fc2u, 0x000073b6u, 0x0000304cu, 0x000073bfu, - 0x0000307au, 0x000073c0u, 0x000030edu, 0x000073c7u, 0x00003175u, 0x000073d0u, 0x000031dcu, 0x000f00f5u, - 0x00000009u, 0x000072ffu, 0x000072bfu, 0x00002fc2u, 0x00007300u, 0x0000304cu, 0x00003cf0u, 0x0000307au, - 0x0000730au, 0x000030edu, 0x00007311u, 0x00003175u, 0x0000731au, 0x000031dcu, 0x000200f9u, 0x000031deu, - 0x000200f8u, 0x00002f25u, 0x000300f7u, 0x00002fc1u, 0x00000000u, 0x000b00fbu, 0x00002d3du, 0x00002fc1u, - 0x00000000u, 0x00002f28u, 0x00000002u, 0x00002f28u, 0x00000003u, 0x00002f28u, 0x00000004u, 0x00002f28u, - 0x000200f8u, 0x00002f28u, 0x000600a9u, 0x00000008u, 0x00002f2cu, 0x00002f12u, 0x00000217u, 0x00000214u, - 0x0004007cu, 0x00000006u, 0x00002f2du, 0x00002f2cu, 0x000300f7u, 0x00002fc0u, 0x00000000u, 0x000700fbu, - 0x00002d42u, 0x00002f30u, 0x00000000u, 0x00002f5cu, 0x00000001u, 0x00002f94u, 0x000200f8u, 0x00002f94u, - 0x0004007cu, 0x000000a2u, 0x00002f96u, 0x00007290u, 0x000600a9u, 0x00000008u, 0x00002f98u, 0x00002f12u, - 0x0000021au, 0x00000205u, 0x0004007cu, 0x00000006u, 0x00002f99u, 0x00002f98u, 0x0003003eu, 0x00002da4u, - 0x00002f96u, 0x00050041u, 0x00000007u, 0x000037dau, 0x00002da4u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000037dbu, 0x000037dau, 0x00050084u, 0x00000006u, 0x000037dcu, 0x00002d38u, 0x000037dbu, 0x00050080u, - 0x00000006u, 0x000037ddu, 0x00002d35u, 0x000037dcu, 0x00050041u, 0x00000007u, 0x000037deu, 0x00002da4u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000037dfu, 0x000037deu, 0x00050080u, 0x00000006u, 0x000037e1u, - 0x000037ddu, 0x000037dfu, 0x000500c7u, 0x00000006u, 0x000037e3u, 0x000037e1u, 0x00000f18u, 0x0004003du, - 0x00000006u, 0x000037e6u, 0x000037dau, 0x000500c7u, 0x00000006u, 0x000037e7u, 0x000037e6u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000037e8u, 0x000037e7u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000037eau, - 0x000037e3u, 0x000037e8u, 0x000500c6u, 0x00000006u, 0x000037ecu, 0x000037eau, 0x0000048du, 0x00080041u, - 0x00000279u, 0x000037efu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000037ecu, 0x0004003du, - 0x0000022bu, 0x000037f0u, 0x000037efu, 0x00040071u, 0x00000006u, 0x000037f1u, 0x000037f0u, 0x000500c4u, - 0x00000006u, 0x000037f3u, 0x000037f1u, 0x00000217u, 0x00050080u, 0x00000006u, 0x000037f5u, 0x000037f3u, - 0x00002f99u, 0x000500c6u, 0x00000006u, 0x000037f8u, 0x000037f5u, 0x00002f2du, 0x000500c5u, 0x00000006u, - 0x000037fbu, 0x00000f49u, 0x000037f8u, 0x00080041u, 0x00000272u, 0x000037fcu, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x000037fbu, 0x0004003du, 0x0000022du, 0x000037fdu, 0x000037fcu, 0x00040071u, - 0x00000006u, 0x000037feu, 0x000037fdu, 0x000300f7u, 0x00003806u, 0x00000000u, 0x000400fau, 0x00002226u, - 0x00003800u, 0x00003803u, 0x000200f8u, 0x00003803u, 0x00060050u, 0x00000355u, 0x0000381eu, 0x000037feu, - 0x000037feu, 0x000037feu, 0x000500c2u, 0x00000355u, 0x0000381fu, 0x0000381eu, 0x00000e2du, 0x000500c7u, - 0x00000355u, 0x00003821u, 0x0000381fu, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00003824u, 0x00003821u, - 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00003827u, 0x00003821u, 0x0000afcdu, 0x000500c5u, 0x00000355u, - 0x00003828u, 0x00003824u, 0x00003827u, 0x000500c7u, 0x00000006u, 0x0000382au, 0x000037feu, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000382bu, 0x0000382au, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000382du, - 0x00003828u, 0x0004007cu, 0x00000008u, 0x0000382fu, 0x0000382bu, 0x00050051u, 0x00000008u, 0x00003830u, - 0x0000382du, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003831u, 0x0000382du, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00003832u, 0x0000382du, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003833u, 0x00003830u, - 0x00003831u, 0x00003832u, 0x0000382fu, 0x000200f9u, 0x00003806u, 0x000200f8u, 0x00003800u, 0x000500c2u, - 0x00000006u, 0x0000380du, 0x000037feu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x0000380fu, 0x000037feu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003811u, 0x0000380du, 0x0004007cu, 0x00000008u, 0x00003817u, - 0x0000380fu, 0x00070050u, 0x00000009u, 0x00003818u, 0x00003811u, 0x00003811u, 0x00003811u, 0x00003817u, - 0x000200f9u, 0x00003806u, 0x000200f8u, 0x00003806u, 0x000700f5u, 0x00000009u, 0x00007294u, 0x00003818u, - 0x00003800u, 0x00003833u, 0x00003803u, 0x000300f7u, 0x00002fb3u, 0x00000000u, 0x000400fau, 0x00002229u, - 0x00002fa0u, 0x00002fb3u, 0x000200f8u, 0x00002fa0u, 0x00050050u, 0x0000005fu, 0x00002fa3u, 0x0000727fu, - 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x00002fa4u, 0x00002fa3u, 0x0003003eu, 0x00002daau, 0x00002fa4u, - 0x00050041u, 0x00000007u, 0x00003841u, 0x00002daau, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003842u, - 0x00003841u, 0x00050084u, 0x00000006u, 0x00003843u, 0x00002d38u, 0x00003842u, 0x00050080u, 0x00000006u, - 0x00003844u, 0x00002d35u, 0x00003843u, 0x00050041u, 0x00000007u, 0x00003845u, 0x00002daau, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00003846u, 0x00003845u, 0x00050080u, 0x00000006u, 0x00003848u, 0x00003844u, - 0x00003846u, 0x000500c7u, 0x00000006u, 0x0000384au, 0x00003848u, 0x00000f18u, 0x0004003du, 0x00000006u, - 0x0000384du, 0x00003841u, 0x000500c7u, 0x00000006u, 0x0000384eu, 0x0000384du, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x0000384fu, 0x0000384eu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00003851u, 0x0000384au, - 0x0000384fu, 0x000500c6u, 0x00000006u, 0x00003853u, 0x00003851u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00003856u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003853u, 0x0004003du, 0x0000022bu, - 0x00003857u, 0x00003856u, 0x00040071u, 0x00000006u, 0x00003858u, 0x00003857u, 0x000500c4u, 0x00000006u, - 0x0000385au, 0x00003858u, 0x00000217u, 0x00050080u, 0x00000006u, 0x0000385cu, 0x0000385au, 0x00000487u, - 0x000500c6u, 0x00000006u, 0x0000385fu, 0x0000385cu, 0x00002f2du, 0x000500c5u, 0x00000006u, 0x00003862u, - 0x00000f49u, 0x0000385fu, 0x00080041u, 0x00000272u, 0x00003863u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003862u, 0x0004003du, 0x0000022du, 0x00003864u, 0x00003863u, 0x00040071u, 0x00000006u, - 0x00003865u, 0x00003864u, 0x000300f7u, 0x0000386du, 0x00000000u, 0x000400fau, 0x00002226u, 0x00003867u, - 0x0000386au, 0x000200f8u, 0x0000386au, 0x00060050u, 0x00000355u, 0x00003885u, 0x00003865u, 0x00003865u, - 0x00003865u, 0x000500c2u, 0x00000355u, 0x00003886u, 0x00003885u, 0x00000e2du, 0x000500c7u, 0x00000355u, - 0x00003888u, 0x00003886u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x0000388bu, 0x00003888u, 0x0000afccu, - 0x000500c2u, 0x00000355u, 0x0000388eu, 0x00003888u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x0000388fu, - 0x0000388bu, 0x0000388eu, 0x000500c7u, 0x00000006u, 0x00003891u, 0x00003865u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00003892u, 0x00003891u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003894u, 0x0000388fu, - 0x0004007cu, 0x00000008u, 0x00003896u, 0x00003892u, 0x00050051u, 0x00000008u, 0x00003897u, 0x00003894u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00003898u, 0x00003894u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00003899u, 0x00003894u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000389au, 0x00003897u, 0x00003898u, - 0x00003899u, 0x00003896u, 0x000200f9u, 0x0000386du, 0x000200f8u, 0x00003867u, 0x000500c2u, 0x00000006u, - 0x00003874u, 0x00003865u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003876u, 0x00003865u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00003878u, 0x00003874u, 0x0004007cu, 0x00000008u, 0x0000387eu, 0x00003876u, - 0x00070050u, 0x00000009u, 0x0000387fu, 0x00003878u, 0x00003878u, 0x00003878u, 0x0000387eu, 0x000200f9u, - 0x0000386du, 0x000200f8u, 0x0000386du, 0x000700f5u, 0x00000009u, 0x00007297u, 0x0000387fu, 0x00003867u, - 0x0000389au, 0x0000386au, 0x00050050u, 0x0000005fu, 0x00002facu, 0x0000727bu, 0x00002f00u, 0x0004007cu, - 0x000000a2u, 0x00002fadu, 0x00002facu, 0x0003003eu, 0x00002db0u, 0x00002fadu, 0x00050041u, 0x00000007u, - 0x000038a8u, 0x00002db0u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000038a9u, 0x000038a8u, 0x00050084u, - 0x00000006u, 0x000038aau, 0x00002d38u, 0x000038a9u, 0x00050080u, 0x00000006u, 0x000038abu, 0x00002d35u, - 0x000038aau, 0x00050041u, 0x00000007u, 0x000038acu, 0x00002db0u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x000038adu, 0x000038acu, 0x00050080u, 0x00000006u, 0x000038afu, 0x000038abu, 0x000038adu, 0x000500c7u, - 0x00000006u, 0x000038b1u, 0x000038afu, 0x00000f18u, 0x0004003du, 0x00000006u, 0x000038b4u, 0x000038a8u, - 0x000500c7u, 0x00000006u, 0x000038b5u, 0x000038b4u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000038b6u, - 0x000038b5u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000038b8u, 0x000038b1u, 0x000038b6u, 0x000500c6u, - 0x00000006u, 0x000038bau, 0x000038b8u, 0x0000048du, 0x00080041u, 0x00000279u, 0x000038bdu, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x000038bau, 0x0004003du, 0x0000022bu, 0x000038beu, 0x000038bdu, - 0x00040071u, 0x00000006u, 0x000038bfu, 0x000038beu, 0x000500c4u, 0x00000006u, 0x000038c1u, 0x000038bfu, - 0x00000217u, 0x00050080u, 0x00000006u, 0x000038c3u, 0x000038c1u, 0x000003c6u, 0x000500c6u, 0x00000006u, - 0x000038c6u, 0x000038c3u, 0x00002f2du, 0x000500c5u, 0x00000006u, 0x000038c9u, 0x00000f49u, 0x000038c6u, - 0x00080041u, 0x00000272u, 0x000038cau, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000038c9u, - 0x0004003du, 0x0000022du, 0x000038cbu, 0x000038cau, 0x00040071u, 0x00000006u, 0x000038ccu, 0x000038cbu, - 0x000300f7u, 0x000038d4u, 0x00000000u, 0x000400fau, 0x00002226u, 0x000038ceu, 0x000038d1u, 0x000200f8u, - 0x000038d1u, 0x00060050u, 0x00000355u, 0x000038ecu, 0x000038ccu, 0x000038ccu, 0x000038ccu, 0x000500c2u, - 0x00000355u, 0x000038edu, 0x000038ecu, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x000038efu, 0x000038edu, - 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x000038f2u, 0x000038efu, 0x0000afccu, 0x000500c2u, 0x00000355u, - 0x000038f5u, 0x000038efu, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x000038f6u, 0x000038f2u, 0x000038f5u, - 0x000500c7u, 0x00000006u, 0x000038f8u, 0x000038ccu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000038f9u, - 0x000038f8u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000038fbu, 0x000038f6u, 0x0004007cu, 0x00000008u, - 0x000038fdu, 0x000038f9u, 0x00050051u, 0x00000008u, 0x000038feu, 0x000038fbu, 0x00000000u, 0x00050051u, - 0x00000008u, 0x000038ffu, 0x000038fbu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00003900u, 0x000038fbu, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00003901u, 0x000038feu, 0x000038ffu, 0x00003900u, 0x000038fdu, - 0x000200f9u, 0x000038d4u, 0x000200f8u, 0x000038ceu, 0x000500c2u, 0x00000006u, 0x000038dbu, 0x000038ccu, - 0x00000260u, 0x000500c7u, 0x00000006u, 0x000038ddu, 0x000038ccu, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x000038dfu, 0x000038dbu, 0x0004007cu, 0x00000008u, 0x000038e5u, 0x000038ddu, 0x00070050u, 0x00000009u, - 0x000038e6u, 0x000038dfu, 0x000038dfu, 0x000038dfu, 0x000038e5u, 0x000200f9u, 0x000038d4u, 0x000200f8u, - 0x000038d4u, 0x000700f5u, 0x00000009u, 0x00007298u, 0x000038e6u, 0x000038ceu, 0x00003901u, 0x000038d1u, - 0x000200f9u, 0x00002fb3u, 0x000200f8u, 0x00002fb3u, 0x000700f5u, 0x00000009u, 0x0000742eu, 0x000073f4u, - 0x00003806u, 0x00007298u, 0x000038d4u, 0x000700f5u, 0x00000009u, 0x000073b1u, 0x00007375u, 0x00003806u, - 0x00007297u, 0x000038d4u, 0x000300f7u, 0x00002fbfu, 0x00000000u, 0x000400fau, 0x00002f0au, 0x00002fb5u, - 0x00002fbfu, 0x000200f8u, 0x00002fb5u, 0x00050050u, 0x0000005fu, 0x00002fb8u, 0x0000727fu, 0x00002f00u, - 0x0004007cu, 0x000000a2u, 0x00002fb9u, 0x00002fb8u, 0x0003003eu, 0x00002db6u, 0x00002fb9u, 0x00050041u, - 0x00000007u, 0x0000390fu, 0x00002db6u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003910u, 0x0000390fu, - 0x00050084u, 0x00000006u, 0x00003911u, 0x00002d38u, 0x00003910u, 0x00050080u, 0x00000006u, 0x00003912u, - 0x00002d35u, 0x00003911u, 0x00050041u, 0x00000007u, 0x00003913u, 0x00002db6u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00003914u, 0x00003913u, 0x00050080u, 0x00000006u, 0x00003916u, 0x00003912u, 0x00003914u, - 0x000500c7u, 0x00000006u, 0x00003918u, 0x00003916u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x0000391bu, - 0x0000390fu, 0x000500c7u, 0x00000006u, 0x0000391cu, 0x0000391bu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x0000391du, 0x0000391cu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000391fu, 0x00003918u, 0x0000391du, - 0x000500c6u, 0x00000006u, 0x00003921u, 0x0000391fu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003924u, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003921u, 0x0004003du, 0x0000022bu, 0x00003925u, - 0x00003924u, 0x00040071u, 0x00000006u, 0x00003926u, 0x00003925u, 0x000500c4u, 0x00000006u, 0x00003928u, - 0x00003926u, 0x00000217u, 0x00050080u, 0x00000006u, 0x0000392au, 0x00003928u, 0x0000048du, 0x000500c6u, - 0x00000006u, 0x0000392du, 0x0000392au, 0x00002f2du, 0x000500c5u, 0x00000006u, 0x00003930u, 0x00000f49u, - 0x0000392du, 0x00080041u, 0x00000272u, 0x00003931u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00003930u, 0x0004003du, 0x0000022du, 0x00003932u, 0x00003931u, 0x00040071u, 0x00000006u, 0x00003933u, - 0x00003932u, 0x000300f7u, 0x0000393bu, 0x00000000u, 0x000400fau, 0x00002226u, 0x00003935u, 0x00003938u, - 0x000200f8u, 0x00003938u, 0x00060050u, 0x00000355u, 0x00003953u, 0x00003933u, 0x00003933u, 0x00003933u, - 0x000500c2u, 0x00000355u, 0x00003954u, 0x00003953u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00003956u, - 0x00003954u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00003959u, 0x00003956u, 0x0000afccu, 0x000500c2u, - 0x00000355u, 0x0000395cu, 0x00003956u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x0000395du, 0x00003959u, - 0x0000395cu, 0x000500c7u, 0x00000006u, 0x0000395fu, 0x00003933u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00003960u, 0x0000395fu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003962u, 0x0000395du, 0x0004007cu, - 0x00000008u, 0x00003964u, 0x00003960u, 0x00050051u, 0x00000008u, 0x00003965u, 0x00003962u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00003966u, 0x00003962u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00003967u, - 0x00003962u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003968u, 0x00003965u, 0x00003966u, 0x00003967u, - 0x00003964u, 0x000200f9u, 0x0000393bu, 0x000200f8u, 0x00003935u, 0x000500c2u, 0x00000006u, 0x00003942u, - 0x00003933u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003944u, 0x00003933u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00003946u, 0x00003942u, 0x0004007cu, 0x00000008u, 0x0000394cu, 0x00003944u, 0x00070050u, - 0x00000009u, 0x0000394du, 0x00003946u, 0x00003946u, 0x00003946u, 0x0000394cu, 0x000200f9u, 0x0000393bu, - 0x000200f8u, 0x0000393bu, 0x000700f5u, 0x00000009u, 0x00007299u, 0x0000394du, 0x00003935u, 0x00003968u, - 0x00003938u, 0x000200f9u, 0x00002fbfu, 0x000200f8u, 0x00002fbfu, 0x000700f5u, 0x00000009u, 0x000074a9u, - 0x0000746eu, 0x00002fb3u, 0x00007299u, 0x0000393bu, 0x000200f9u, 0x00002fc0u, 0x000200f8u, 0x00002f5cu, - 0x0004007cu, 0x000000a2u, 0x00002f5eu, 0x00007290u, 0x0004007cu, 0x00000006u, 0x00002f61u, 0x00002d47u, - 0x000600a9u, 0x00000008u, 0x00002f63u, 0x00002f12u, 0x0000021au, 0x00000205u, 0x0004007cu, 0x00000006u, - 0x00002f64u, 0x00002f63u, 0x0003003eu, 0x00002d85u, 0x00002f5eu, 0x00050041u, 0x00000007u, 0x00003603u, - 0x00002d85u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003604u, 0x00003603u, 0x00050084u, 0x00000006u, - 0x00003605u, 0x00002d38u, 0x00003604u, 0x00050080u, 0x00000006u, 0x00003606u, 0x00002d35u, 0x00003605u, - 0x00050041u, 0x00000007u, 0x00003607u, 0x00002d85u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003608u, - 0x00003607u, 0x000500c2u, 0x00000006u, 0x00003609u, 0x00003608u, 0x00000214u, 0x00050080u, 0x00000006u, - 0x0000360bu, 0x00003606u, 0x00003609u, 0x000500c7u, 0x00000006u, 0x0000360du, 0x0000360bu, 0x00000f18u, - 0x0004003du, 0x00000006u, 0x0000360fu, 0x00003607u, 0x000400c8u, 0x00000006u, 0x00003610u, 0x0000360fu, - 0x000500c7u, 0x00000006u, 0x00003611u, 0x00003610u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003612u, - 0x00003611u, 0x00000703u, 0x0004003du, 0x00000006u, 0x00003615u, 0x00003603u, 0x000500c7u, 0x00000006u, - 0x00003616u, 0x00003615u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003617u, 0x00003616u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00003619u, 0x0000360du, 0x00003617u, 0x000500c6u, 0x00000006u, 0x0000361bu, - 0x00003619u, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000361eu, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x0000361bu, 0x0004003du, 0x0000022bu, 0x0000361fu, 0x0000361eu, 0x00040071u, 0x00000006u, - 0x00003620u, 0x0000361fu, 0x000500c2u, 0x00000006u, 0x00003623u, 0x00003620u, 0x00003612u, 0x000500c7u, - 0x00000006u, 0x00003624u, 0x00003623u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00003626u, 0x00002f61u, - 0x0000021du, 0x000500c5u, 0x00000006u, 0x00003628u, 0x00003624u, 0x00003626u, 0x000500c4u, 0x00000006u, - 0x0000362au, 0x00003628u, 0x00000217u, 0x00050080u, 0x00000006u, 0x0000362cu, 0x0000362au, 0x00002f64u, - 0x000500c6u, 0x00000006u, 0x0000362fu, 0x0000362cu, 0x00002f2du, 0x000500c5u, 0x00000006u, 0x00003632u, - 0x00000f49u, 0x0000362fu, 0x00080041u, 0x00000272u, 0x00003633u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003632u, 0x0004003du, 0x0000022du, 0x00003634u, 0x00003633u, 0x00040071u, 0x00000006u, - 0x00003635u, 0x00003634u, 0x000300f7u, 0x0000363du, 0x00000000u, 0x000400fau, 0x00002226u, 0x00003637u, - 0x0000363au, 0x000200f8u, 0x0000363au, 0x00060050u, 0x00000355u, 0x00003655u, 0x00003635u, 0x00003635u, - 0x00003635u, 0x000500c2u, 0x00000355u, 0x00003656u, 0x00003655u, 0x00000e2du, 0x000500c7u, 0x00000355u, - 0x00003658u, 0x00003656u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x0000365bu, 0x00003658u, 0x0000afccu, - 0x000500c2u, 0x00000355u, 0x0000365eu, 0x00003658u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x0000365fu, - 0x0000365bu, 0x0000365eu, 0x000500c7u, 0x00000006u, 0x00003661u, 0x00003635u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00003662u, 0x00003661u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003664u, 0x0000365fu, - 0x0004007cu, 0x00000008u, 0x00003666u, 0x00003662u, 0x00050051u, 0x00000008u, 0x00003667u, 0x00003664u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00003668u, 0x00003664u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00003669u, 0x00003664u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000366au, 0x00003667u, 0x00003668u, - 0x00003669u, 0x00003666u, 0x000200f9u, 0x0000363du, 0x000200f8u, 0x00003637u, 0x000500c2u, 0x00000006u, - 0x00003644u, 0x00003635u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003646u, 0x00003635u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00003648u, 0x00003644u, 0x0004007cu, 0x00000008u, 0x0000364eu, 0x00003646u, - 0x00070050u, 0x00000009u, 0x0000364fu, 0x00003648u, 0x00003648u, 0x00003648u, 0x0000364eu, 0x000200f9u, - 0x0000363du, 0x000200f8u, 0x0000363du, 0x000700f5u, 0x00000009u, 0x0000729au, 0x0000364fu, 0x00003637u, - 0x0000366au, 0x0000363au, 0x000300f7u, 0x00002f84u, 0x00000000u, 0x000400fau, 0x00002229u, 0x00002f6bu, - 0x00002f84u, 0x000200f8u, 0x00002f6bu, 0x00050050u, 0x0000005fu, 0x00002f6eu, 0x0000727fu, 0x00002efeu, - 0x0004007cu, 0x000000a2u, 0x00002f6fu, 0x00002f6eu, 0x0003003eu, 0x00002d8du, 0x00002f6fu, 0x00050041u, - 0x00000007u, 0x00003679u, 0x00002d8du, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000367au, 0x00003679u, - 0x00050084u, 0x00000006u, 0x0000367bu, 0x00002d38u, 0x0000367au, 0x00050080u, 0x00000006u, 0x0000367cu, - 0x00002d35u, 0x0000367bu, 0x00050041u, 0x00000007u, 0x0000367du, 0x00002d8du, 0x00000376u, 0x0004003du, - 0x00000006u, 0x0000367eu, 0x0000367du, 0x000500c2u, 0x00000006u, 0x0000367fu, 0x0000367eu, 0x00000214u, - 0x00050080u, 0x00000006u, 0x00003681u, 0x0000367cu, 0x0000367fu, 0x000500c7u, 0x00000006u, 0x00003683u, - 0x00003681u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x00003685u, 0x0000367du, 0x000400c8u, 0x00000006u, - 0x00003686u, 0x00003685u, 0x000500c7u, 0x00000006u, 0x00003687u, 0x00003686u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00003688u, 0x00003687u, 0x00000703u, 0x0004003du, 0x00000006u, 0x0000368bu, 0x00003679u, - 0x000500c7u, 0x00000006u, 0x0000368cu, 0x0000368bu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000368du, - 0x0000368cu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000368fu, 0x00003683u, 0x0000368du, 0x000500c6u, - 0x00000006u, 0x00003691u, 0x0000368fu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00003694u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00003691u, 0x0004003du, 0x0000022bu, 0x00003695u, 0x00003694u, - 0x00040071u, 0x00000006u, 0x00003696u, 0x00003695u, 0x000500c2u, 0x00000006u, 0x00003699u, 0x00003696u, - 0x00003688u, 0x000500c7u, 0x00000006u, 0x0000369au, 0x00003699u, 0x00000e89u, 0x000500c5u, 0x00000006u, - 0x0000369eu, 0x0000369au, 0x00003626u, 0x000500c4u, 0x00000006u, 0x000036a0u, 0x0000369eu, 0x00000217u, - 0x00050080u, 0x00000006u, 0x000036a2u, 0x000036a0u, 0x00000487u, 0x000500c6u, 0x00000006u, 0x000036a5u, - 0x000036a2u, 0x00002f2du, 0x000500c5u, 0x00000006u, 0x000036a8u, 0x00000f49u, 0x000036a5u, 0x00080041u, - 0x00000272u, 0x000036a9u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000036a8u, 0x0004003du, - 0x0000022du, 0x000036aau, 0x000036a9u, 0x00040071u, 0x00000006u, 0x000036abu, 0x000036aau, 0x000300f7u, - 0x000036b3u, 0x00000000u, 0x000400fau, 0x00002226u, 0x000036adu, 0x000036b0u, 0x000200f8u, 0x000036b0u, - 0x00060050u, 0x00000355u, 0x000036cbu, 0x000036abu, 0x000036abu, 0x000036abu, 0x000500c2u, 0x00000355u, - 0x000036ccu, 0x000036cbu, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x000036ceu, 0x000036ccu, 0x0000afcbu, - 0x000500c4u, 0x00000355u, 0x000036d1u, 0x000036ceu, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x000036d4u, - 0x000036ceu, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x000036d5u, 0x000036d1u, 0x000036d4u, 0x000500c7u, - 0x00000006u, 0x000036d7u, 0x000036abu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000036d8u, 0x000036d7u, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000036dau, 0x000036d5u, 0x0004007cu, 0x00000008u, 0x000036dcu, - 0x000036d8u, 0x00050051u, 0x00000008u, 0x000036ddu, 0x000036dau, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000036deu, 0x000036dau, 0x00000001u, 0x00050051u, 0x00000008u, 0x000036dfu, 0x000036dau, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000036e0u, 0x000036ddu, 0x000036deu, 0x000036dfu, 0x000036dcu, 0x000200f9u, - 0x000036b3u, 0x000200f8u, 0x000036adu, 0x000500c2u, 0x00000006u, 0x000036bau, 0x000036abu, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x000036bcu, 0x000036abu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000036beu, - 0x000036bau, 0x0004007cu, 0x00000008u, 0x000036c4u, 0x000036bcu, 0x00070050u, 0x00000009u, 0x000036c5u, - 0x000036beu, 0x000036beu, 0x000036beu, 0x000036c4u, 0x000200f9u, 0x000036b3u, 0x000200f8u, 0x000036b3u, - 0x000700f5u, 0x00000009u, 0x0000729cu, 0x000036c5u, 0x000036adu, 0x000036e0u, 0x000036b0u, 0x00050050u, - 0x0000005fu, 0x00002f7au, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00002f7bu, 0x00002f7au, - 0x0003003eu, 0x00002d95u, 0x00002f7bu, 0x00050041u, 0x00000007u, 0x000036efu, 0x00002d95u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000036f0u, 0x000036efu, 0x00050084u, 0x00000006u, 0x000036f1u, 0x00002d38u, - 0x000036f0u, 0x00050080u, 0x00000006u, 0x000036f2u, 0x00002d35u, 0x000036f1u, 0x00050041u, 0x00000007u, - 0x000036f3u, 0x00002d95u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000036f4u, 0x000036f3u, 0x000500c2u, - 0x00000006u, 0x000036f5u, 0x000036f4u, 0x00000214u, 0x00050080u, 0x00000006u, 0x000036f7u, 0x000036f2u, - 0x000036f5u, 0x000500c7u, 0x00000006u, 0x000036f9u, 0x000036f7u, 0x00000f18u, 0x0004003du, 0x00000006u, - 0x000036fbu, 0x000036f3u, 0x000400c8u, 0x00000006u, 0x000036fcu, 0x000036fbu, 0x000500c7u, 0x00000006u, - 0x000036fdu, 0x000036fcu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000036feu, 0x000036fdu, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00003701u, 0x000036efu, 0x000500c7u, 0x00000006u, 0x00003702u, 0x00003701u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00003703u, 0x00003702u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00003705u, 0x000036f9u, 0x00003703u, 0x000500c6u, 0x00000006u, 0x00003707u, 0x00003705u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x0000370au, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003707u, - 0x0004003du, 0x0000022bu, 0x0000370bu, 0x0000370au, 0x00040071u, 0x00000006u, 0x0000370cu, 0x0000370bu, - 0x000500c2u, 0x00000006u, 0x0000370fu, 0x0000370cu, 0x000036feu, 0x000500c7u, 0x00000006u, 0x00003710u, - 0x0000370fu, 0x00000e89u, 0x000500c5u, 0x00000006u, 0x00003714u, 0x00003710u, 0x00003626u, 0x000500c4u, - 0x00000006u, 0x00003716u, 0x00003714u, 0x00000217u, 0x00050080u, 0x00000006u, 0x00003718u, 0x00003716u, - 0x000003c6u, 0x000500c6u, 0x00000006u, 0x0000371bu, 0x00003718u, 0x00002f2du, 0x000500c5u, 0x00000006u, - 0x0000371eu, 0x00000f49u, 0x0000371bu, 0x00080041u, 0x00000272u, 0x0000371fu, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x0000371eu, 0x0004003du, 0x0000022du, 0x00003720u, 0x0000371fu, 0x00040071u, - 0x00000006u, 0x00003721u, 0x00003720u, 0x000300f7u, 0x00003729u, 0x00000000u, 0x000400fau, 0x00002226u, - 0x00003723u, 0x00003726u, 0x000200f8u, 0x00003726u, 0x00060050u, 0x00000355u, 0x00003741u, 0x00003721u, - 0x00003721u, 0x00003721u, 0x000500c2u, 0x00000355u, 0x00003742u, 0x00003741u, 0x00000e2du, 0x000500c7u, - 0x00000355u, 0x00003744u, 0x00003742u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00003747u, 0x00003744u, - 0x0000afccu, 0x000500c2u, 0x00000355u, 0x0000374au, 0x00003744u, 0x0000afcdu, 0x000500c5u, 0x00000355u, - 0x0000374bu, 0x00003747u, 0x0000374au, 0x000500c7u, 0x00000006u, 0x0000374du, 0x00003721u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000374eu, 0x0000374du, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00003750u, - 0x0000374bu, 0x0004007cu, 0x00000008u, 0x00003752u, 0x0000374eu, 0x00050051u, 0x00000008u, 0x00003753u, - 0x00003750u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003754u, 0x00003750u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00003755u, 0x00003750u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003756u, 0x00003753u, - 0x00003754u, 0x00003755u, 0x00003752u, 0x000200f9u, 0x00003729u, 0x000200f8u, 0x00003723u, 0x000500c2u, - 0x00000006u, 0x00003730u, 0x00003721u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003732u, 0x00003721u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003734u, 0x00003730u, 0x0004007cu, 0x00000008u, 0x0000373au, - 0x00003732u, 0x00070050u, 0x00000009u, 0x0000373bu, 0x00003734u, 0x00003734u, 0x00003734u, 0x0000373au, - 0x000200f9u, 0x00003729u, 0x000200f8u, 0x00003729u, 0x000700f5u, 0x00000009u, 0x0000729du, 0x0000373bu, - 0x00003723u, 0x00003756u, 0x00003726u, 0x000200f9u, 0x00002f84u, 0x000200f8u, 0x00002f84u, 0x000700f5u, - 0x00000009u, 0x0000742au, 0x000073f4u, 0x0000363du, 0x0000729du, 0x00003729u, 0x000700f5u, 0x00000009u, - 0x000073acu, 0x00007375u, 0x0000363du, 0x0000729cu, 0x00003729u, 0x000300f7u, 0x00002f93u, 0x00000000u, - 0x000400fau, 0x00002f0au, 0x00002f86u, 0x00002f93u, 0x000200f8u, 0x00002f86u, 0x00050050u, 0x0000005fu, - 0x00002f89u, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, 0x00002f8au, 0x00002f89u, 0x0003003eu, - 0x00002d9du, 0x00002f8au, 0x00050041u, 0x00000007u, 0x00003765u, 0x00002d9du, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00003766u, 0x00003765u, 0x00050084u, 0x00000006u, 0x00003767u, 0x00002d38u, 0x00003766u, - 0x00050080u, 0x00000006u, 0x00003768u, 0x00002d35u, 0x00003767u, 0x00050041u, 0x00000007u, 0x00003769u, - 0x00002d9du, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000376au, 0x00003769u, 0x000500c2u, 0x00000006u, - 0x0000376bu, 0x0000376au, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000376du, 0x00003768u, 0x0000376bu, - 0x000500c7u, 0x00000006u, 0x0000376fu, 0x0000376du, 0x00000f18u, 0x0004003du, 0x00000006u, 0x00003771u, - 0x00003769u, 0x000400c8u, 0x00000006u, 0x00003772u, 0x00003771u, 0x000500c7u, 0x00000006u, 0x00003773u, - 0x00003772u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003774u, 0x00003773u, 0x00000703u, 0x0004003du, - 0x00000006u, 0x00003777u, 0x00003765u, 0x000500c7u, 0x00000006u, 0x00003778u, 0x00003777u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00003779u, 0x00003778u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000377bu, - 0x0000376fu, 0x00003779u, 0x000500c6u, 0x00000006u, 0x0000377du, 0x0000377bu, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00003780u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000377du, 0x0004003du, - 0x0000022bu, 0x00003781u, 0x00003780u, 0x00040071u, 0x00000006u, 0x00003782u, 0x00003781u, 0x000500c2u, - 0x00000006u, 0x00003785u, 0x00003782u, 0x00003774u, 0x000500c7u, 0x00000006u, 0x00003786u, 0x00003785u, - 0x00000e89u, 0x000500c5u, 0x00000006u, 0x0000378au, 0x00003786u, 0x00003626u, 0x000500c4u, 0x00000006u, - 0x0000378cu, 0x0000378au, 0x00000217u, 0x00050080u, 0x00000006u, 0x0000378eu, 0x0000378cu, 0x0000048du, - 0x000500c6u, 0x00000006u, 0x00003791u, 0x0000378eu, 0x00002f2du, 0x000500c5u, 0x00000006u, 0x00003794u, - 0x00000f49u, 0x00003791u, 0x00080041u, 0x00000272u, 0x00003795u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00003794u, 0x0004003du, 0x0000022du, 0x00003796u, 0x00003795u, 0x00040071u, 0x00000006u, - 0x00003797u, 0x00003796u, 0x000300f7u, 0x0000379fu, 0x00000000u, 0x000400fau, 0x00002226u, 0x00003799u, - 0x0000379cu, 0x000200f8u, 0x0000379cu, 0x00060050u, 0x00000355u, 0x000037b7u, 0x00003797u, 0x00003797u, - 0x00003797u, 0x000500c2u, 0x00000355u, 0x000037b8u, 0x000037b7u, 0x00000e2du, 0x000500c7u, 0x00000355u, - 0x000037bau, 0x000037b8u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x000037bdu, 0x000037bau, 0x0000afccu, - 0x000500c2u, 0x00000355u, 0x000037c0u, 0x000037bau, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x000037c1u, - 0x000037bdu, 0x000037c0u, 0x000500c7u, 0x00000006u, 0x000037c3u, 0x00003797u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x000037c4u, 0x000037c3u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000037c6u, 0x000037c1u, - 0x0004007cu, 0x00000008u, 0x000037c8u, 0x000037c4u, 0x00050051u, 0x00000008u, 0x000037c9u, 0x000037c6u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x000037cau, 0x000037c6u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x000037cbu, 0x000037c6u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000037ccu, 0x000037c9u, 0x000037cau, - 0x000037cbu, 0x000037c8u, 0x000200f9u, 0x0000379fu, 0x000200f8u, 0x00003799u, 0x000500c2u, 0x00000006u, - 0x000037a6u, 0x00003797u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x000037a8u, 0x00003797u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x000037aau, 0x000037a6u, 0x0004007cu, 0x00000008u, 0x000037b0u, 0x000037a8u, - 0x00070050u, 0x00000009u, 0x000037b1u, 0x000037aau, 0x000037aau, 0x000037aau, 0x000037b0u, 0x000200f9u, - 0x0000379fu, 0x000200f8u, 0x0000379fu, 0x000700f5u, 0x00000009u, 0x0000729eu, 0x000037b1u, 0x00003799u, - 0x000037ccu, 0x0000379cu, 0x000200f9u, 0x00002f93u, 0x000200f8u, 0x00002f93u, 0x000700f5u, 0x00000009u, - 0x000074a4u, 0x0000746eu, 0x00002f84u, 0x0000729eu, 0x0000379fu, 0x000200f9u, 0x00002fc0u, 0x000200f8u, - 0x00002f30u, 0x0004007cu, 0x000000a2u, 0x00002f32u, 0x00007290u, 0x000600a9u, 0x00000008u, 0x00002f34u, - 0x00002f12u, 0x0000021au, 0x00000205u, 0x0004007cu, 0x00000006u, 0x00002f35u, 0x00002f34u, 0x0003003eu, - 0x00002dbcu, 0x00002f32u, 0x00050041u, 0x00000007u, 0x0000345au, 0x00002dbcu, 0x00000487u, 0x0004003du, - 0x00000006u, 0x0000345bu, 0x0000345au, 0x00050084u, 0x00000006u, 0x0000345cu, 0x00002d38u, 0x0000345bu, - 0x00050080u, 0x00000006u, 0x0000345du, 0x00002d35u, 0x0000345cu, 0x00050041u, 0x00000007u, 0x0000345eu, - 0x00002dbcu, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000345fu, 0x0000345eu, 0x00050084u, 0x00000006u, - 0x00003460u, 0x0000345fu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00003462u, 0x0000345du, 0x00003460u, - 0x000500c7u, 0x00000006u, 0x00003464u, 0x00003462u, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x00003466u, - 0x00003464u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00003468u, 0x0000345au, 0x000500c7u, 0x00000006u, - 0x00003469u, 0x00003468u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000346au, 0x00003469u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x0000346cu, 0x00003466u, 0x0000346au, 0x000500c6u, 0x00000006u, 0x0000346eu, - 0x0000346cu, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003471u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x0000346eu, 0x0004003du, 0x0000022du, 0x00003472u, 0x00003471u, 0x00040071u, 0x00000006u, - 0x00003473u, 0x00003472u, 0x000500c2u, 0x00000006u, 0x00003475u, 0x00003473u, 0x00000223u, 0x000500c7u, - 0x00000006u, 0x00003476u, 0x00003475u, 0x00000fe7u, 0x00050080u, 0x00000006u, 0x00003478u, 0x00003476u, - 0x00002f35u, 0x000500c6u, 0x00000006u, 0x0000347bu, 0x00003478u, 0x00002f2du, 0x000500c5u, 0x00000006u, - 0x0000347eu, 0x00000f49u, 0x0000347bu, 0x00080041u, 0x00000272u, 0x0000347fu, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x0000347eu, 0x0004003du, 0x0000022du, 0x00003480u, 0x0000347fu, 0x00040071u, - 0x00000006u, 0x00003481u, 0x00003480u, 0x000300f7u, 0x00003489u, 0x00000000u, 0x000400fau, 0x00002226u, - 0x00003483u, 0x00003486u, 0x000200f8u, 0x00003486u, 0x00060050u, 0x00000355u, 0x000034a1u, 0x00003481u, - 0x00003481u, 0x00003481u, 0x000500c2u, 0x00000355u, 0x000034a2u, 0x000034a1u, 0x00000e2du, 0x000500c7u, - 0x00000355u, 0x000034a4u, 0x000034a2u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x000034a7u, 0x000034a4u, - 0x0000afccu, 0x000500c2u, 0x00000355u, 0x000034aau, 0x000034a4u, 0x0000afcdu, 0x000500c5u, 0x00000355u, - 0x000034abu, 0x000034a7u, 0x000034aau, 0x000500c7u, 0x00000006u, 0x000034adu, 0x00003481u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x000034aeu, 0x000034adu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000034b0u, - 0x000034abu, 0x0004007cu, 0x00000008u, 0x000034b2u, 0x000034aeu, 0x00050051u, 0x00000008u, 0x000034b3u, - 0x000034b0u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000034b4u, 0x000034b0u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x000034b5u, 0x000034b0u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000034b6u, 0x000034b3u, - 0x000034b4u, 0x000034b5u, 0x000034b2u, 0x000200f9u, 0x00003489u, 0x000200f8u, 0x00003483u, 0x000500c2u, - 0x00000006u, 0x00003490u, 0x00003481u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00003492u, 0x00003481u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003494u, 0x00003490u, 0x0004007cu, 0x00000008u, 0x0000349au, - 0x00003492u, 0x00070050u, 0x00000009u, 0x0000349bu, 0x00003494u, 0x00003494u, 0x00003494u, 0x0000349au, - 0x000200f9u, 0x00003489u, 0x000200f8u, 0x00003489u, 0x000700f5u, 0x00000009u, 0x0000729fu, 0x0000349bu, - 0x00003483u, 0x000034b6u, 0x00003486u, 0x000300f7u, 0x00002f4fu, 0x00000000u, 0x000400fau, 0x00002229u, - 0x00002f3cu, 0x00002f4fu, 0x000200f8u, 0x00002f3cu, 0x00050050u, 0x0000005fu, 0x00002f3fu, 0x0000727fu, - 0x00002efeu, 0x0004007cu, 0x000000a2u, 0x00002f40u, 0x00002f3fu, 0x0003003eu, 0x00002dc2u, 0x00002f40u, - 0x00050041u, 0x00000007u, 0x000034c4u, 0x00002dc2u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000034c5u, - 0x000034c4u, 0x00050084u, 0x00000006u, 0x000034c6u, 0x00002d38u, 0x000034c5u, 0x00050080u, 0x00000006u, - 0x000034c7u, 0x00002d35u, 0x000034c6u, 0x00050041u, 0x00000007u, 0x000034c8u, 0x00002dc2u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000034c9u, 0x000034c8u, 0x00050084u, 0x00000006u, 0x000034cau, 0x000034c9u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x000034ccu, 0x000034c7u, 0x000034cau, 0x000500c7u, 0x00000006u, - 0x000034ceu, 0x000034ccu, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x000034d0u, 0x000034ceu, 0x00000214u, - 0x0004003du, 0x00000006u, 0x000034d2u, 0x000034c4u, 0x000500c7u, 0x00000006u, 0x000034d3u, 0x000034d2u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000034d4u, 0x000034d3u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x000034d6u, 0x000034d0u, 0x000034d4u, 0x000500c6u, 0x00000006u, 0x000034d8u, 0x000034d6u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x000034dbu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000034d8u, - 0x0004003du, 0x0000022du, 0x000034dcu, 0x000034dbu, 0x00040071u, 0x00000006u, 0x000034ddu, 0x000034dcu, - 0x000500c2u, 0x00000006u, 0x000034dfu, 0x000034ddu, 0x00000223u, 0x000500c7u, 0x00000006u, 0x000034e0u, - 0x000034dfu, 0x00000fe7u, 0x00050080u, 0x00000006u, 0x000034e2u, 0x000034e0u, 0x00000487u, 0x000500c6u, - 0x00000006u, 0x000034e5u, 0x000034e2u, 0x00002f2du, 0x000500c5u, 0x00000006u, 0x000034e8u, 0x00000f49u, - 0x000034e5u, 0x00080041u, 0x00000272u, 0x000034e9u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x000034e8u, 0x0004003du, 0x0000022du, 0x000034eau, 0x000034e9u, 0x00040071u, 0x00000006u, 0x000034ebu, - 0x000034eau, 0x000300f7u, 0x000034f3u, 0x00000000u, 0x000400fau, 0x00002226u, 0x000034edu, 0x000034f0u, - 0x000200f8u, 0x000034f0u, 0x00060050u, 0x00000355u, 0x0000350bu, 0x000034ebu, 0x000034ebu, 0x000034ebu, - 0x000500c2u, 0x00000355u, 0x0000350cu, 0x0000350bu, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x0000350eu, - 0x0000350cu, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00003511u, 0x0000350eu, 0x0000afccu, 0x000500c2u, - 0x00000355u, 0x00003514u, 0x0000350eu, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x00003515u, 0x00003511u, - 0x00003514u, 0x000500c7u, 0x00000006u, 0x00003517u, 0x000034ebu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00003518u, 0x00003517u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000351au, 0x00003515u, 0x0004007cu, - 0x00000008u, 0x0000351cu, 0x00003518u, 0x00050051u, 0x00000008u, 0x0000351du, 0x0000351au, 0x00000000u, - 0x00050051u, 0x00000008u, 0x0000351eu, 0x0000351au, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000351fu, - 0x0000351au, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003520u, 0x0000351du, 0x0000351eu, 0x0000351fu, - 0x0000351cu, 0x000200f9u, 0x000034f3u, 0x000200f8u, 0x000034edu, 0x000500c2u, 0x00000006u, 0x000034fau, - 0x000034ebu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x000034fcu, 0x000034ebu, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x000034feu, 0x000034fau, 0x0004007cu, 0x00000008u, 0x00003504u, 0x000034fcu, 0x00070050u, - 0x00000009u, 0x00003505u, 0x000034feu, 0x000034feu, 0x000034feu, 0x00003504u, 0x000200f9u, 0x000034f3u, - 0x000200f8u, 0x000034f3u, 0x000700f5u, 0x00000009u, 0x000072a1u, 0x00003505u, 0x000034edu, 0x00003520u, - 0x000034f0u, 0x00050050u, 0x0000005fu, 0x00002f48u, 0x0000727bu, 0x00002f00u, 0x0004007cu, 0x000000a2u, - 0x00002f49u, 0x00002f48u, 0x0003003eu, 0x00002dc8u, 0x00002f49u, 0x00050041u, 0x00000007u, 0x0000352eu, - 0x00002dc8u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000352fu, 0x0000352eu, 0x00050084u, 0x00000006u, - 0x00003530u, 0x00002d38u, 0x0000352fu, 0x00050080u, 0x00000006u, 0x00003531u, 0x00002d35u, 0x00003530u, - 0x00050041u, 0x00000007u, 0x00003532u, 0x00002dc8u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00003533u, - 0x00003532u, 0x00050084u, 0x00000006u, 0x00003534u, 0x00003533u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00003536u, 0x00003531u, 0x00003534u, 0x000500c7u, 0x00000006u, 0x00003538u, 0x00003536u, 0x00000f18u, - 0x000500c2u, 0x00000006u, 0x0000353au, 0x00003538u, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000353cu, - 0x0000352eu, 0x000500c7u, 0x00000006u, 0x0000353du, 0x0000353cu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x0000353eu, 0x0000353du, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00003540u, 0x0000353au, 0x0000353eu, - 0x000500c6u, 0x00000006u, 0x00003542u, 0x00003540u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00003545u, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003542u, 0x0004003du, 0x0000022du, 0x00003546u, - 0x00003545u, 0x00040071u, 0x00000006u, 0x00003547u, 0x00003546u, 0x000500c2u, 0x00000006u, 0x00003549u, - 0x00003547u, 0x00000223u, 0x000500c7u, 0x00000006u, 0x0000354au, 0x00003549u, 0x00000fe7u, 0x00050080u, - 0x00000006u, 0x0000354cu, 0x0000354au, 0x000003c6u, 0x000500c6u, 0x00000006u, 0x0000354fu, 0x0000354cu, - 0x00002f2du, 0x000500c5u, 0x00000006u, 0x00003552u, 0x00000f49u, 0x0000354fu, 0x00080041u, 0x00000272u, - 0x00003553u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00003552u, 0x0004003du, 0x0000022du, - 0x00003554u, 0x00003553u, 0x00040071u, 0x00000006u, 0x00003555u, 0x00003554u, 0x000300f7u, 0x0000355du, - 0x00000000u, 0x000400fau, 0x00002226u, 0x00003557u, 0x0000355au, 0x000200f8u, 0x0000355au, 0x00060050u, - 0x00000355u, 0x00003575u, 0x00003555u, 0x00003555u, 0x00003555u, 0x000500c2u, 0x00000355u, 0x00003576u, - 0x00003575u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00003578u, 0x00003576u, 0x0000afcbu, 0x000500c4u, - 0x00000355u, 0x0000357bu, 0x00003578u, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x0000357eu, 0x00003578u, - 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x0000357fu, 0x0000357bu, 0x0000357eu, 0x000500c7u, 0x00000006u, - 0x00003581u, 0x00003555u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00003582u, 0x00003581u, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x00003584u, 0x0000357fu, 0x0004007cu, 0x00000008u, 0x00003586u, 0x00003582u, - 0x00050051u, 0x00000008u, 0x00003587u, 0x00003584u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003588u, - 0x00003584u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00003589u, 0x00003584u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x0000358au, 0x00003587u, 0x00003588u, 0x00003589u, 0x00003586u, 0x000200f9u, 0x0000355du, - 0x000200f8u, 0x00003557u, 0x000500c2u, 0x00000006u, 0x00003564u, 0x00003555u, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x00003566u, 0x00003555u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00003568u, 0x00003564u, - 0x0004007cu, 0x00000008u, 0x0000356eu, 0x00003566u, 0x00070050u, 0x00000009u, 0x0000356fu, 0x00003568u, - 0x00003568u, 0x00003568u, 0x0000356eu, 0x000200f9u, 0x0000355du, 0x000200f8u, 0x0000355du, 0x000700f5u, - 0x00000009u, 0x000072a2u, 0x0000356fu, 0x00003557u, 0x0000358au, 0x0000355au, 0x000200f9u, 0x00002f4fu, - 0x000200f8u, 0x00002f4fu, 0x000700f5u, 0x00000009u, 0x00007425u, 0x000073f4u, 0x00003489u, 0x000072a2u, - 0x0000355du, 0x000700f5u, 0x00000009u, 0x000073a6u, 0x00007375u, 0x00003489u, 0x000072a1u, 0x0000355du, - 0x000300f7u, 0x00002f5bu, 0x00000000u, 0x000400fau, 0x00002f0au, 0x00002f51u, 0x00002f5bu, 0x000200f8u, - 0x00002f51u, 0x00050050u, 0x0000005fu, 0x00002f54u, 0x0000727fu, 0x00002f00u, 0x0004007cu, 0x000000a2u, - 0x00002f55u, 0x00002f54u, 0x0003003eu, 0x00002dceu, 0x00002f55u, 0x00050041u, 0x00000007u, 0x00003598u, - 0x00002dceu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00003599u, 0x00003598u, 0x00050084u, 0x00000006u, - 0x0000359au, 0x00002d38u, 0x00003599u, 0x00050080u, 0x00000006u, 0x0000359bu, 0x00002d35u, 0x0000359au, - 0x00050041u, 0x00000007u, 0x0000359cu, 0x00002dceu, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000359du, - 0x0000359cu, 0x00050084u, 0x00000006u, 0x0000359eu, 0x0000359du, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x000035a0u, 0x0000359bu, 0x0000359eu, 0x000500c7u, 0x00000006u, 0x000035a2u, 0x000035a0u, 0x00000f18u, - 0x000500c2u, 0x00000006u, 0x000035a4u, 0x000035a2u, 0x00000214u, 0x0004003du, 0x00000006u, 0x000035a6u, - 0x00003598u, 0x000500c7u, 0x00000006u, 0x000035a7u, 0x000035a6u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x000035a8u, 0x000035a7u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000035aau, 0x000035a4u, 0x000035a8u, - 0x000500c6u, 0x00000006u, 0x000035acu, 0x000035aau, 0x00000487u, 0x00080041u, 0x00000272u, 0x000035afu, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000035acu, 0x0004003du, 0x0000022du, 0x000035b0u, - 0x000035afu, 0x00040071u, 0x00000006u, 0x000035b1u, 0x000035b0u, 0x000500c2u, 0x00000006u, 0x000035b3u, - 0x000035b1u, 0x00000223u, 0x000500c7u, 0x00000006u, 0x000035b4u, 0x000035b3u, 0x00000fe7u, 0x00050080u, - 0x00000006u, 0x000035b6u, 0x000035b4u, 0x0000048du, 0x000500c6u, 0x00000006u, 0x000035b9u, 0x000035b6u, - 0x00002f2du, 0x000500c5u, 0x00000006u, 0x000035bcu, 0x00000f49u, 0x000035b9u, 0x00080041u, 0x00000272u, - 0x000035bdu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000035bcu, 0x0004003du, 0x0000022du, - 0x000035beu, 0x000035bdu, 0x00040071u, 0x00000006u, 0x000035bfu, 0x000035beu, 0x000300f7u, 0x000035c7u, - 0x00000000u, 0x000400fau, 0x00002226u, 0x000035c1u, 0x000035c4u, 0x000200f8u, 0x000035c4u, 0x00060050u, - 0x00000355u, 0x000035dfu, 0x000035bfu, 0x000035bfu, 0x000035bfu, 0x000500c2u, 0x00000355u, 0x000035e0u, - 0x000035dfu, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x000035e2u, 0x000035e0u, 0x0000afcbu, 0x000500c4u, - 0x00000355u, 0x000035e5u, 0x000035e2u, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x000035e8u, 0x000035e2u, - 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x000035e9u, 0x000035e5u, 0x000035e8u, 0x000500c7u, 0x00000006u, - 0x000035ebu, 0x000035bfu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000035ecu, 0x000035ebu, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x000035eeu, 0x000035e9u, 0x0004007cu, 0x00000008u, 0x000035f0u, 0x000035ecu, - 0x00050051u, 0x00000008u, 0x000035f1u, 0x000035eeu, 0x00000000u, 0x00050051u, 0x00000008u, 0x000035f2u, - 0x000035eeu, 0x00000001u, 0x00050051u, 0x00000008u, 0x000035f3u, 0x000035eeu, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000035f4u, 0x000035f1u, 0x000035f2u, 0x000035f3u, 0x000035f0u, 0x000200f9u, 0x000035c7u, - 0x000200f8u, 0x000035c1u, 0x000500c2u, 0x00000006u, 0x000035ceu, 0x000035bfu, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x000035d0u, 0x000035bfu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000035d2u, 0x000035ceu, - 0x0004007cu, 0x00000008u, 0x000035d8u, 0x000035d0u, 0x00070050u, 0x00000009u, 0x000035d9u, 0x000035d2u, - 0x000035d2u, 0x000035d2u, 0x000035d8u, 0x000200f9u, 0x000035c7u, 0x000200f8u, 0x000035c7u, 0x000700f5u, - 0x00000009u, 0x000072a3u, 0x000035d9u, 0x000035c1u, 0x000035f4u, 0x000035c4u, 0x000200f9u, 0x00002f5bu, - 0x000200f8u, 0x00002f5bu, 0x000700f5u, 0x00000009u, 0x0000749eu, 0x0000746eu, 0x00002f4fu, 0x000072a3u, - 0x000035c7u, 0x000200f9u, 0x00002fc0u, 0x000200f8u, 0x00002fc0u, 0x000900f5u, 0x00000009u, 0x0000749du, - 0x0000749eu, 0x00002f5bu, 0x000074a4u, 0x00002f93u, 0x000074a9u, 0x00002fbfu, 0x000900f5u, 0x00000009u, - 0x00007423u, 0x00007425u, 0x00002f5bu, 0x0000742au, 0x00002f93u, 0x0000742eu, 0x00002fbfu, 0x000900f5u, - 0x00000009u, 0x000073a4u, 0x000073a6u, 0x00002f5bu, 0x000073acu, 0x00002f93u, 0x000073b1u, 0x00002fbfu, - 0x000900f5u, 0x00000009u, 0x000072efu, 0x0000729fu, 0x00002f5bu, 0x0000729au, 0x00002f93u, 0x00007294u, - 0x00002fbfu, 0x000200f9u, 0x00002fc1u, 0x000200f8u, 0x00002fc1u, 0x000700f5u, 0x00000009u, 0x00007454u, - 0x0000746eu, 0x00002f25u, 0x0000749du, 0x00002fc0u, 0x000700f5u, 0x00000009u, 0x000073dau, 0x000073f4u, - 0x00002f25u, 0x00007423u, 0x00002fc0u, 0x000700f5u, 0x00000009u, 0x0000735bu, 0x00007375u, 0x00002f25u, - 0x000073a4u, 0x00002fc0u, 0x000700f5u, 0x00000009u, 0x000072a5u, 0x000072bfu, 0x00002f25u, 0x000072efu, - 0x00002fc0u, 0x000200f9u, 0x000031deu, 0x000200f8u, 0x000031deu, 0x000700f5u, 0x00000009u, 0x00007453u, - 0x00007454u, 0x00002fc1u, 0x000074aeu, 0x000031ddu, 0x000700f5u, 0x00000009u, 0x000073d9u, 0x000073dau, - 0x00002fc1u, 0x00007431u, 0x000031ddu, 0x000700f5u, 0x00000009u, 0x0000735au, 0x0000735bu, 0x00002fc1u, - 0x000073b5u, 0x000031ddu, 0x000700f5u, 0x00000009u, 0x000072a4u, 0x000072a5u, 0x00002fc1u, 0x000072ffu, - 0x000031ddu, 0x000300f7u, 0x0000336cu, 0x00000000u, 0x000400fau, 0x00002f10u, 0x000032bbu, 0x0000332eu, - 0x000200f8u, 0x0000332eu, 0x000300f7u, 0x0000336bu, 0x00000000u, 0x000400fau, 0x00002f0au, 0x00003330u, - 0x0000333cu, 0x000200f8u, 0x0000333cu, 0x000500a7u, 0x0000005du, 0x0000333fu, 0x00002265u, 0x00002229u, - 0x000300f7u, 0x0000336au, 0x00000000u, 0x000400fau, 0x0000333fu, 0x00003340u, 0x00003368u, 0x000200f8u, - 0x00003368u, 0x000200f9u, 0x0000336au, 0x000200f8u, 0x00003340u, 0x000300f7u, 0x0000334au, 0x00000000u, - 0x000400fau, 0x00002f12u, 0x00003343u, 0x00003348u, 0x000200f8u, 0x00003348u, 0x0004003du, 0x0000005fu, - 0x00003349u, 0x00002d6cu, 0x000200f9u, 0x0000334au, 0x000200f8u, 0x00003343u, 0x0004003du, 0x0000005fu, - 0x00003344u, 0x00002d6cu, 0x0007004fu, 0x0000005fu, 0x00003345u, 0x00003344u, 0x00003344u, 0x00000001u, - 0x00000000u, 0x00050082u, 0x0000005fu, 0x00003347u, 0x0000afd1u, 0x00003345u, 0x000200f9u, 0x0000334au, - 0x000200f8u, 0x0000334au, 0x000700f5u, 0x0000005fu, 0x00007358u, 0x00003347u, 0x00003343u, 0x00003349u, - 0x00003348u, 0x0003003eu, 0x00002eb2u, 0x00007358u, 0x00050082u, 0x00000009u, 0x00003351u, 0x0000735au, - 0x000072a4u, 0x00050041u, 0x0000003eu, 0x00003352u, 0x00002eb2u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00003353u, 0x00003352u, 0x00070050u, 0x00000009u, 0x00003354u, 0x00003353u, 0x00003353u, 0x00003353u, - 0x00003353u, 0x00050084u, 0x00000009u, 0x00003355u, 0x00003351u, 0x00003354u, 0x00050082u, 0x00000009u, - 0x00003358u, 0x000073d9u, 0x000072a4u, 0x00050041u, 0x0000003eu, 0x00003359u, 0x00002eb2u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x0000335au, 0x00003359u, 0x00070050u, 0x00000009u, 0x0000335bu, 0x0000335au, - 0x0000335au, 0x0000335au, 0x0000335au, 0x00050084u, 0x00000009u, 0x0000335cu, 0x00003358u, 0x0000335bu, - 0x00050080u, 0x00000009u, 0x0000335eu, 0x00003355u, 0x0000335cu, 0x00050080u, 0x00000009u, 0x00003361u, - 0x0000335eu, 0x0000afd2u, 0x000500c3u, 0x00000009u, 0x00003364u, 0x00003361u, 0x0000afd3u, 0x00050080u, - 0x00000009u, 0x00003367u, 0x00003364u, 0x000072a4u, 0x000200f9u, 0x0000336au, 0x000200f8u, 0x0000336au, - 0x000700f5u, 0x00000009u, 0x0000750fu, 0x00003367u, 0x0000334au, 0x000072a4u, 0x00003368u, 0x000200f9u, - 0x0000336bu, 0x000200f8u, 0x00003330u, 0x00050080u, 0x00000009u, 0x00003333u, 0x000072a4u, 0x000073d9u, - 0x00050080u, 0x00000009u, 0x00003335u, 0x00003333u, 0x0000735au, 0x00050080u, 0x00000009u, 0x00003337u, - 0x00003335u, 0x00007453u, 0x00050080u, 0x00000009u, 0x00003339u, 0x00003337u, 0x0000afceu, 0x000500c3u, - 0x00000009u, 0x0000333bu, 0x00003339u, 0x0000afceu, 0x000200f9u, 0x0000336bu, 0x000200f8u, 0x0000336bu, - 0x000700f5u, 0x00000009u, 0x0000750eu, 0x0000333bu, 0x00003330u, 0x0000750fu, 0x0000336au, 0x000200f9u, - 0x0000336cu, 0x000200f8u, 0x000032bbu, 0x000300f7u, 0x0000332du, 0x00000000u, 0x000400fau, 0x00002229u, - 0x000032bdu, 0x0000332bu, 0x000200f8u, 0x0000332bu, 0x000200f9u, 0x0000332du, 0x000200f8u, 0x000032bdu, - 0x000300f7u, 0x00003323u, 0x00000000u, 0x000400fau, 0x00002265u, 0x000032bfu, 0x00003307u, 0x000200f8u, - 0x00003307u, 0x0004003du, 0x00000008u, 0x00003309u, 0x00002edfu, 0x0004003du, 0x00000008u, 0x0000330bu, - 0x00002ee1u, 0x00050080u, 0x00000008u, 0x0000330cu, 0x00003309u, 0x0000330bu, 0x000500afu, 0x0000005du, - 0x0000330du, 0x0000330cu, 0x0000037fu, 0x000300f7u, 0x00003314u, 0x00000000u, 0x000400fau, 0x0000330du, - 0x0000330eu, 0x00003311u, 0x000200f8u, 0x00003311u, 0x0007004fu, 0x0000005fu, 0x00003313u, 0x000072a4u, - 0x000072a4u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00003314u, 0x000200f8u, 0x0000330eu, 0x0007004fu, - 0x0000005fu, 0x00003310u, 0x00007453u, 0x00007453u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00003314u, - 0x000200f8u, 0x00003314u, 0x000700f5u, 0x0000005fu, 0x000074d0u, 0x00003310u, 0x0000330eu, 0x00003313u, - 0x00003311u, 0x0004003du, 0x00000008u, 0x00003318u, 0x00002ee1u, 0x00050080u, 0x00000008u, 0x00003319u, - 0x00002f23u, 0x00003318u, 0x000500afu, 0x0000005du, 0x0000331au, 0x00003319u, 0x0000037fu, 0x000300f7u, - 0x00003321u, 0x00000000u, 0x000400fau, 0x0000331au, 0x0000331bu, 0x0000331eu, 0x000200f8u, 0x0000331eu, - 0x0007004fu, 0x0000005fu, 0x00003320u, 0x000072a4u, 0x000072a4u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00003321u, 0x000200f8u, 0x0000331bu, 0x0007004fu, 0x0000005fu, 0x0000331du, 0x00007453u, 0x00007453u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003321u, 0x000200f8u, 0x00003321u, 0x000700f5u, 0x0000005fu, - 0x000074d3u, 0x0000331du, 0x0000331bu, 0x00003320u, 0x0000331eu, 0x000200f9u, 0x00003323u, 0x000200f8u, - 0x000032bfu, 0x0004003du, 0x00000008u, 0x000032c3u, 0x00002ee1u, 0x00050050u, 0x0000005fu, 0x000032c4u, - 0x00002f23u, 0x000032c3u, 0x000500aau, 0x0000087fu, 0x000032c5u, 0x000032c4u, 0x000013b7u, 0x00050051u, - 0x0000005du, 0x000032c6u, 0x000032c5u, 0x00000000u, 0x00050051u, 0x0000005du, 0x000032c7u, 0x000032c5u, - 0x00000001u, 0x00060050u, 0x000003a3u, 0x000032c8u, 0x00002253u, 0x000032c6u, 0x000032c7u, 0x0004009bu, - 0x0000005du, 0x000032c9u, 0x000032c8u, 0x000300f7u, 0x000032e9u, 0x00000000u, 0x000400fau, 0x000032c9u, - 0x000032cbu, 0x000032dbu, 0x000200f8u, 0x000032dbu, 0x0004003du, 0x00000008u, 0x000032deu, 0x00002ee1u, - 0x00050050u, 0x0000005fu, 0x000032dfu, 0x00002f23u, 0x000032deu, 0x0007004fu, 0x0000005fu, 0x000032e1u, - 0x000072a4u, 0x000072a4u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, 0x000032e3u, 0x0000735au, - 0x0000735au, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, 0x000032e5u, 0x000073d9u, 0x000073d9u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, 0x000032e7u, 0x00007453u, 0x00007453u, 0x00000000u, - 0x00000001u, 0x0003003eu, 0x00002ea9u, 0x000032dfu, 0x00050041u, 0x0000003eu, 0x0000455cu, 0x00002ea9u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x0000455du, 0x0000455cu, 0x00050041u, 0x0000003eu, 0x0000455eu, - 0x00002ea9u, 0x00000487u, 0x0004003du, 0x00000008u, 0x0000455fu, 0x0000455eu, 0x00050080u, 0x00000008u, - 0x00004560u, 0x0000455du, 0x0000455fu, 0x000500afu, 0x0000005du, 0x00004562u, 0x00004560u, 0x0000037fu, - 0x00050050u, 0x0000087fu, 0x00004565u, 0x00004562u, 0x00004562u, 0x000600a9u, 0x0000005fu, 0x00004566u, - 0x00004565u, 0x000032e7u, 0x000032e1u, 0x000300f7u, 0x00004570u, 0x00000000u, 0x000400fau, 0x00004562u, - 0x00004569u, 0x0000456eu, 0x000200f8u, 0x0000456eu, 0x000200f9u, 0x00004570u, 0x000200f8u, 0x00004569u, - 0x0007004fu, 0x0000005fu, 0x0000456bu, 0x000032dfu, 0x000032dfu, 0x00000001u, 0x00000000u, 0x00050082u, - 0x0000005fu, 0x0000456du, 0x0000afd1u, 0x0000456bu, 0x000200f9u, 0x00004570u, 0x000200f8u, 0x00004570u, - 0x000700f5u, 0x0000005fu, 0x000074d4u, 0x0000456du, 0x00004569u, 0x000032dfu, 0x0000456eu, 0x0003003eu, - 0x00004557u, 0x000074d4u, 0x00050082u, 0x0000005fu, 0x00004577u, 0x000032e3u, 0x00004566u, 0x00050041u, - 0x0000003eu, 0x00004578u, 0x00004557u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004579u, 0x00004578u, - 0x00050050u, 0x0000005fu, 0x0000457au, 0x00004579u, 0x00004579u, 0x00050084u, 0x0000005fu, 0x0000457bu, - 0x00004577u, 0x0000457au, 0x00050082u, 0x0000005fu, 0x0000457eu, 0x000032e5u, 0x00004566u, 0x00050041u, - 0x0000003eu, 0x0000457fu, 0x00004557u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004580u, 0x0000457fu, - 0x00050050u, 0x0000005fu, 0x00004581u, 0x00004580u, 0x00004580u, 0x00050084u, 0x0000005fu, 0x00004582u, - 0x0000457eu, 0x00004581u, 0x00050080u, 0x0000005fu, 0x00004584u, 0x0000457bu, 0x00004582u, 0x00050080u, - 0x0000005fu, 0x00004587u, 0x00004584u, 0x000013b7u, 0x000500c3u, 0x0000005fu, 0x0000458au, 0x00004587u, - 0x0000afc7u, 0x00050080u, 0x0000005fu, 0x0000458du, 0x0000458au, 0x00004566u, 0x000200f9u, 0x000032e9u, - 0x000200f8u, 0x000032cbu, 0x0007004fu, 0x0000005fu, 0x000032cdu, 0x000072a4u, 0x000072a4u, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x0000005fu, 0x000032cfu, 0x0000735au, 0x0000735au, 0x00000000u, 0x00000001u, - 0x00050080u, 0x0000005fu, 0x000032d0u, 0x000032cdu, 0x000032cfu, 0x0007004fu, 0x0000005fu, 0x000032d2u, - 0x00007453u, 0x00007453u, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000005fu, 0x000032d3u, 0x000032d0u, - 0x000032d2u, 0x0007004fu, 0x0000005fu, 0x000032d5u, 0x000073d9u, 0x000073d9u, 0x00000000u, 0x00000001u, - 0x00050080u, 0x0000005fu, 0x000032d6u, 0x000032d3u, 0x000032d5u, 0x00050080u, 0x0000005fu, 0x000032d8u, - 0x000032d6u, 0x0000afd0u, 0x000500c3u, 0x0000005fu, 0x000032dau, 0x000032d8u, 0x0000afd0u, 0x000200f9u, - 0x000032e9u, 0x000200f8u, 0x000032e9u, 0x000700f5u, 0x0000005fu, 0x000074e0u, 0x000032dau, 0x000032cbu, - 0x0000458du, 0x00004570u, 0x000300f7u, 0x00003306u, 0x00000000u, 0x000400fau, 0x00002f0au, 0x000032ebu, - 0x000032fbu, 0x000200f8u, 0x000032fbu, 0x0007004fu, 0x0000005fu, 0x000032fdu, 0x000072a4u, 0x000072a4u, - 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000005fu, 0x000032ffu, 0x0000735au, 0x0000735au, 0x00000002u, - 0x00000003u, 0x0007004fu, 0x0000005fu, 0x00003301u, 0x000073d9u, 0x000073d9u, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x0000005fu, 0x00003303u, 0x00007453u, 0x00007453u, 0x00000002u, 0x00000003u, 0x0004003du, - 0x0000005fu, 0x00003304u, 0x00002d6cu, 0x0003003eu, 0x00002eafu, 0x00003304u, 0x00050041u, 0x0000003eu, - 0x00004596u, 0x00002eafu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004597u, 0x00004596u, 0x00050041u, - 0x0000003eu, 0x00004598u, 0x00002eafu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004599u, 0x00004598u, - 0x00050080u, 0x00000008u, 0x0000459au, 0x00004597u, 0x00004599u, 0x000500afu, 0x0000005du, 0x0000459cu, - 0x0000459au, 0x0000037fu, 0x00050050u, 0x0000087fu, 0x0000459fu, 0x0000459cu, 0x0000459cu, 0x000600a9u, - 0x0000005fu, 0x000045a0u, 0x0000459fu, 0x00003303u, 0x000032fdu, 0x000300f7u, 0x000045aau, 0x00000000u, - 0x000400fau, 0x0000459cu, 0x000045a3u, 0x000045a8u, 0x000200f8u, 0x000045a8u, 0x000200f9u, 0x000045aau, - 0x000200f8u, 0x000045a3u, 0x0007004fu, 0x0000005fu, 0x000045a5u, 0x00003304u, 0x00003304u, 0x00000001u, - 0x00000000u, 0x00050082u, 0x0000005fu, 0x000045a7u, 0x0000afd1u, 0x000045a5u, 0x000200f9u, 0x000045aau, - 0x000200f8u, 0x000045aau, 0x000700f5u, 0x0000005fu, 0x000074ddu, 0x000045a7u, 0x000045a3u, 0x00003304u, - 0x000045a8u, 0x0003003eu, 0x00004591u, 0x000074ddu, 0x00050082u, 0x0000005fu, 0x000045b1u, 0x000032ffu, - 0x000045a0u, 0x00050041u, 0x0000003eu, 0x000045b2u, 0x00004591u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x000045b3u, 0x000045b2u, 0x00050050u, 0x0000005fu, 0x000045b4u, 0x000045b3u, 0x000045b3u, 0x00050084u, - 0x0000005fu, 0x000045b5u, 0x000045b1u, 0x000045b4u, 0x00050082u, 0x0000005fu, 0x000045b8u, 0x00003301u, - 0x000045a0u, 0x00050041u, 0x0000003eu, 0x000045b9u, 0x00004591u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x000045bau, 0x000045b9u, 0x00050050u, 0x0000005fu, 0x000045bbu, 0x000045bau, 0x000045bau, 0x00050084u, - 0x0000005fu, 0x000045bcu, 0x000045b8u, 0x000045bbu, 0x00050080u, 0x0000005fu, 0x000045beu, 0x000045b5u, - 0x000045bcu, 0x00050080u, 0x0000005fu, 0x000045c1u, 0x000045beu, 0x000013b7u, 0x000500c3u, 0x0000005fu, - 0x000045c4u, 0x000045c1u, 0x0000afc7u, 0x00050080u, 0x0000005fu, 0x000045c7u, 0x000045c4u, 0x000045a0u, - 0x000200f9u, 0x00003306u, 0x000200f8u, 0x000032ebu, 0x0007004fu, 0x0000005fu, 0x000032edu, 0x000072a4u, - 0x000072a4u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000005fu, 0x000032efu, 0x0000735au, 0x0000735au, - 0x00000002u, 0x00000003u, 0x00050080u, 0x0000005fu, 0x000032f0u, 0x000032edu, 0x000032efu, 0x0007004fu, - 0x0000005fu, 0x000032f2u, 0x00007453u, 0x00007453u, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000005fu, - 0x000032f3u, 0x000032f0u, 0x000032f2u, 0x0007004fu, 0x0000005fu, 0x000032f5u, 0x000073d9u, 0x000073d9u, - 0x00000002u, 0x00000003u, 0x00050080u, 0x0000005fu, 0x000032f6u, 0x000032f3u, 0x000032f5u, 0x00050080u, - 0x0000005fu, 0x000032f8u, 0x000032f6u, 0x0000afd0u, 0x000500c3u, 0x0000005fu, 0x000032fau, 0x000032f8u, - 0x0000afd0u, 0x000200f9u, 0x00003306u, 0x000200f8u, 0x00003306u, 0x000700f5u, 0x0000005fu, 0x000074e3u, - 0x000032fau, 0x000032ebu, 0x000045c7u, 0x000045aau, 0x000200f9u, 0x00003323u, 0x000200f8u, 0x00003323u, - 0x000700f5u, 0x0000005fu, 0x000074e2u, 0x000074e3u, 0x00003306u, 0x000074d0u, 0x00003321u, 0x000700f5u, - 0x0000005fu, 0x000074deu, 0x000074e0u, 0x00003306u, 0x000074d3u, 0x00003321u, 0x00050051u, 0x00000008u, - 0x00003326u, 0x000074deu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003327u, 0x000074deu, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00003328u, 0x000074e2u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003329u, - 0x000074e2u, 0x00000001u, 0x00070050u, 0x00000009u, 0x0000332au, 0x00003326u, 0x00003327u, 0x00003328u, - 0x00003329u, 0x000200f9u, 0x0000332du, 0x000200f8u, 0x0000332du, 0x000700f5u, 0x00000009u, 0x0000750du, - 0x0000332au, 0x00003323u, 0x000072a4u, 0x0000332bu, 0x000200f9u, 0x0000336cu, 0x000200f8u, 0x0000336cu, - 0x000700f5u, 0x00000009u, 0x0000750cu, 0x0000750du, 0x0000332du, 0x0000750eu, 0x0000336bu, 0x000400a8u, - 0x0000005du, 0x0000336fu, 0x00002265u, 0x000500a7u, 0x0000005du, 0x00003372u, 0x0000336fu, 0x00000560u, - 0x000300f7u, 0x00003377u, 0x00000000u, 0x000400fau, 0x00003372u, 0x00003373u, 0x00003377u, 0x000200f8u, - 0x00003373u, 0x0003003eu, 0x00002eb5u, 0x000029edu, 0x000600cau, 0x00000009u, 0x000045d6u, 0x0000750cu, - 0x00000205u, 0x00000266u, 0x0003003eu, 0x000045c9u, 0x000045d6u, 0x00050041u, 0x0000003eu, 0x000045d7u, - 0x000045c9u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000045d8u, 0x000045d7u, 0x00050041u, 0x0000003eu, - 0x000045d9u, 0x00002eb5u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000045dau, 0x000045d9u, 0x00050041u, - 0x0000003eu, 0x000045dbu, 0x000045c9u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000045dcu, 0x000045dbu, - 0x00050084u, 0x00000008u, 0x000045ddu, 0x000045dau, 0x000045dcu, 0x00050080u, 0x00000008u, 0x000045deu, - 0x000045ddu, 0x00000625u, 0x000500c3u, 0x00000008u, 0x000045dfu, 0x000045deu, 0x00000260u, 0x00050080u, - 0x00000008u, 0x000045e0u, 0x000045d8u, 0x000045dfu, 0x0004003du, 0x00000008u, 0x000045e2u, 0x000045d7u, - 0x00050041u, 0x0000003eu, 0x000045e3u, 0x00002eb5u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000045e4u, - 0x000045e3u, 0x00050041u, 0x0000003eu, 0x000045e5u, 0x000045c9u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x000045e6u, 0x000045e5u, 0x00050084u, 0x00000008u, 0x000045e7u, 0x000045e4u, 0x000045e6u, 0x00050041u, - 0x0000003eu, 0x000045e8u, 0x00002eb5u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000045e9u, 0x000045e8u, - 0x0004003du, 0x00000008u, 0x000045ebu, 0x000045dbu, 0x00050084u, 0x00000008u, 0x000045ecu, 0x000045e9u, - 0x000045ebu, 0x00050080u, 0x00000008u, 0x000045edu, 0x000045e7u, 0x000045ecu, 0x00050080u, 0x00000008u, - 0x000045eeu, 0x000045edu, 0x00000625u, 0x000500c3u, 0x00000008u, 0x000045efu, 0x000045eeu, 0x00000260u, - 0x00050080u, 0x00000008u, 0x000045f0u, 0x000045e2u, 0x000045efu, 0x0004003du, 0x00000008u, 0x000045f2u, - 0x000045d7u, 0x00050041u, 0x0000003eu, 0x000045f3u, 0x00002eb5u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000045f4u, 0x000045f3u, 0x0004003du, 0x00000008u, 0x000045f6u, 0x000045e5u, 0x00050084u, 0x00000008u, - 0x000045f7u, 0x000045f4u, 0x000045f6u, 0x00050080u, 0x00000008u, 0x000045f8u, 0x000045f7u, 0x00000625u, - 0x000500c3u, 0x00000008u, 0x000045f9u, 0x000045f8u, 0x00000260u, 0x00050080u, 0x00000008u, 0x000045fau, - 0x000045f2u, 0x000045f9u, 0x0004003du, 0x00000008u, 0x000045fcu, 0x000045d7u, 0x00070050u, 0x00000009u, - 0x00004601u, 0x000045e0u, 0x000045f0u, 0x000045fau, 0x000045fcu, 0x000200f9u, 0x00003377u, 0x000200f8u, - 0x00003377u, 0x000700f5u, 0x00000009u, 0x00007510u, 0x0000750cu, 0x0000336cu, 0x00004601u, 0x00003373u, - 0x000200f9u, 0x0000233bu, 0x000200f8u, 0x0000233bu, 0x000700f5u, 0x00000009u, 0x0000a75fu, 0x0000746eu, - 0x00002326u, 0x00007453u, 0x00003377u, 0x000700f5u, 0x00000009u, 0x0000a640u, 0x000073f4u, 0x00002326u, - 0x000073d9u, 0x00003377u, 0x000700f5u, 0x00000009u, 0x0000a521u, 0x00007375u, 0x00002326u, 0x0000735au, - 0x00003377u, 0x000700f5u, 0x00000009u, 0x0000a402u, 0x000072bfu, 0x00002326u, 0x000072a4u, 0x00003377u, - 0x000700f5u, 0x00000009u, 0x00007802u, 0x0000780fu, 0x00002326u, 0x00007510u, 0x00003377u, 0x000300f7u, - 0x00002386u, 0x00000000u, 0x000400fau, 0x0000225cu, 0x0000233du, 0x00002386u, 0x000200f8u, 0x0000233du, - 0x00050080u, 0x00000008u, 0x00002346u, 0x000021fcu, 0x00000214u, 0x00050080u, 0x00000008u, 0x00002347u, - 0x000021f7u, 0x00002346u, 0x00070041u, 0x00000272u, 0x00002348u, 0x00000316u, 0x00000205u, 0x00002347u, - 0x00000260u, 0x0004003du, 0x0000022du, 0x00002349u, 0x00002348u, 0x00040071u, 0x00000006u, 0x0000234au, - 0x00002349u, 0x000500abu, 0x0000005du, 0x0000234bu, 0x0000234au, 0x00000376u, 0x000500afu, 0x0000005du, - 0x0000234eu, 0x00002464u, 0x00000260u, 0x000600a9u, 0x00000008u, 0x0000b181u, 0x00002279u, 0x00002460u, - 0x0000245du, 0x000500aau, 0x0000005du, 0x00002359u, 0x0000718du, 0x0000b181u, 0x000500a7u, 0x0000005du, - 0x0000235cu, 0x00002359u, 0x0000234eu, 0x000500a7u, 0x0000005du, 0x0000235eu, 0x0000235cu, 0x0000234bu, - 0x000300f7u, 0x00002384u, 0x00000000u, 0x000400fau, 0x0000235eu, 0x0000235fu, 0x00002379u, 0x000200f8u, - 0x00002379u, 0x00050084u, 0x00000008u, 0x0000237cu, 0x000022e4u, 0x00000886u, 0x00050080u, 0x00000008u, - 0x0000237du, 0x000022e2u, 0x0000237cu, 0x00060050u, 0x0000003cu, 0x0000469fu, 0x0000237du, 0x0000237du, - 0x0000237du, 0x00050084u, 0x0000003cu, 0x000046a0u, 0x00002a67u, 0x0000469fu, 0x00050080u, 0x0000003cu, - 0x000046a1u, 0x00002a61u, 0x000046a0u, 0x000500c3u, 0x0000003cu, 0x000046a4u, 0x000046a1u, 0x0000afc1u, - 0x000300f7u, 0x000046aeu, 0x00000000u, 0x000400fau, 0x00002232u, 0x000046a6u, 0x000046abu, 0x000200f8u, - 0x000046abu, 0x0007004fu, 0x0000005fu, 0x0000473bu, 0x000046a4u, 0x000046a4u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x000046aeu, 0x000200f8u, 0x000046a6u, 0x0003003eu, 0x00004691u, 0x000046a4u, 0x00050041u, - 0x0000003eu, 0x000046bbu, 0x00004691u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000046bcu, 0x000046bbu, - 0x000500b3u, 0x0000005du, 0x000046beu, 0x000046bcu, 0x00000205u, 0x000500c7u, 0x00000008u, 0x000046c0u, - 0x000046bcu, 0x00000c18u, 0x0006000cu, 0x00000008u, 0x0000471du, 0x00000001u, 0x0000004au, 0x000046c0u, - 0x00050082u, 0x00000008u, 0x0000471eu, 0x00000285u, 0x0000471du, 0x0007000cu, 0x00000008u, 0x0000471fu, - 0x00000001u, 0x00000027u, 0x0000471eu, 0x00000285u, 0x000500c4u, 0x00000008u, 0x00004722u, 0x000046c0u, - 0x0000471fu, 0x000500c7u, 0x00000008u, 0x00004723u, 0x00004722u, 0x00000b32u, 0x000500c7u, 0x00000008u, - 0x00004725u, 0x00004723u, 0x0000038du, 0x000500c3u, 0x00000008u, 0x00004727u, 0x00004723u, 0x00000260u, - 0x0003003eu, 0x00004718u, 0x00000bf6u, 0x00050041u, 0x00000060u, 0x00004728u, 0x00004718u, 0x00004727u, - 0x0004003du, 0x0000005fu, 0x00004729u, 0x00004728u, 0x0003003eu, 0x00004717u, 0x00004729u, 0x00050041u, - 0x0000003eu, 0x0000472du, 0x00004717u, 0x00000487u, 0x0004003du, 0x00000008u, 0x0000472eu, 0x0000472du, - 0x00050084u, 0x00000008u, 0x00004730u, 0x0000472eu, 0x00004725u, 0x000500c3u, 0x00000008u, 0x00004731u, - 0x00004730u, 0x0000026cu, 0x00050041u, 0x0000003eu, 0x00004732u, 0x00004717u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00004733u, 0x00004732u, 0x00050080u, 0x00000008u, 0x00004734u, 0x00004731u, 0x00004733u, - 0x00050050u, 0x0000005fu, 0x00004737u, 0x00004734u, 0x0000471fu, 0x0003003eu, 0x000046b2u, 0x00004737u, - 0x00050041u, 0x0000003eu, 0x000046c3u, 0x000046b2u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000046c4u, - 0x000046c3u, 0x0007004fu, 0x0000005fu, 0x000046c6u, 0x000046a4u, 0x000046a4u, 0x00000000u, 0x00000001u, - 0x00050041u, 0x0000003eu, 0x000046c7u, 0x000046b2u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000046c8u, - 0x000046c7u, 0x00050050u, 0x0000005fu, 0x000046c9u, 0x000046c8u, 0x000046c8u, 0x00050084u, 0x0000005fu, - 0x000046cau, 0x000046c6u, 0x000046c9u, 0x0003003eu, 0x000046b5u, 0x000046cau, 0x000500c3u, 0x00000008u, - 0x000046ccu, 0x00000c2bu, 0x000046c4u, 0x0004007eu, 0x00000008u, 0x000046cdu, 0x000046ccu, 0x000500c7u, - 0x00000008u, 0x000046ceu, 0x00000c2au, 0x000046cdu, 0x00050050u, 0x0000005fu, 0x000046d1u, 0x000046ceu, - 0x000046ceu, 0x000500c7u, 0x0000005fu, 0x000046d2u, 0x000046cau, 0x000046d1u, 0x0003003eu, 0x000046b7u, - 0x000046d2u, 0x000500abu, 0x0000005du, 0x000046d4u, 0x000046c4u, 0x00000285u, 0x000300f7u, 0x000046dfu, - 0x00000000u, 0x000400fau, 0x000046d4u, 0x000046d5u, 0x000046dbu, 0x000200f8u, 0x000046dbu, 0x0004003du, - 0x0000005fu, 0x000046dcu, 0x000046b5u, 0x000500c4u, 0x0000005fu, 0x000046deu, 0x000046dcu, 0x0000afc5u, - 0x0003003eu, 0x000046b8u, 0x000046deu, 0x000200f9u, 0x000046dfu, 0x000200f8u, 0x000046d5u, 0x0004003du, - 0x0000005fu, 0x000046d6u, 0x000046b5u, 0x00050082u, 0x00000008u, 0x000046d8u, 0x0000027fu, 0x000046c4u, - 0x00050050u, 0x0000005fu, 0x000046d9u, 0x000046d8u, 0x000046d8u, 0x000500c3u, 0x0000005fu, 0x000046dau, - 0x000046d6u, 0x000046d9u, 0x0003003eu, 0x000046b5u, 0x000046dau, 0x0003003eu, 0x000046b8u, 0x000046dau, - 0x000200f9u, 0x000046dfu, 0x000200f8u, 0x000046dfu, 0x000500abu, 0x0000087fu, 0x000046e1u, 0x000046d2u, - 0x00000c44u, 0x0004009au, 0x0000005du, 0x000046e2u, 0x000046e1u, 0x000300f7u, 0x0000470eu, 0x00000000u, - 0x000400fau, 0x000046e2u, 0x000046e3u, 0x0000470eu, 0x000200f8u, 0x000046e3u, 0x00050041u, 0x0000003eu, - 0x000046e4u, 0x000046b7u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000046e5u, 0x000046e4u, 0x000500abu, - 0x0000005du, 0x000046e7u, 0x000046e5u, 0x000046ceu, 0x000300f7u, 0x000046ecu, 0x00000000u, 0x000400fau, - 0x000046e7u, 0x000046e8u, 0x000046ecu, 0x000200f8u, 0x000046e8u, 0x0004003du, 0x00000008u, 0x000046eau, - 0x000046e4u, 0x000500abu, 0x0000005du, 0x000046ebu, 0x000046eau, 0x00000205u, 0x000200f9u, 0x000046ecu, - 0x000200f8u, 0x000046ecu, 0x000700f5u, 0x0000005du, 0x000046edu, 0x000046e7u, 0x000046e3u, 0x000046ebu, - 0x000046e8u, 0x000300f7u, 0x000046f8u, 0x00000000u, 0x000400fau, 0x000046edu, 0x000046eeu, 0x000046f8u, - 0x000200f8u, 0x000046eeu, 0x00050041u, 0x0000003eu, 0x000046efu, 0x000046b5u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x000046f0u, 0x000046efu, 0x000500c7u, 0x00000008u, 0x000046f1u, 0x000046f0u, 0x00000c2bu, - 0x000500aau, 0x0000005du, 0x000046f2u, 0x000046f1u, 0x00000205u, 0x000300f7u, 0x000046f7u, 0x00000000u, - 0x000400fau, 0x000046f2u, 0x000046f3u, 0x000046f5u, 0x000200f8u, 0x000046f5u, 0x00050041u, 0x0000003eu, - 0x000046f6u, 0x000046b8u, 0x00000376u, 0x0003003eu, 0x000046f6u, 0x00000c5du, 0x000200f9u, 0x000046f7u, - 0x000200f8u, 0x000046f3u, 0x00050041u, 0x0000003eu, 0x000046f4u, 0x000046b8u, 0x00000376u, 0x0003003eu, - 0x000046f4u, 0x00000c18u, 0x000200f9u, 0x000046f7u, 0x000200f8u, 0x000046f7u, 0x000200f9u, 0x000046f8u, - 0x000200f8u, 0x000046f8u, 0x00050041u, 0x0000003eu, 0x000046f9u, 0x000046b7u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x000046fau, 0x000046f9u, 0x000500abu, 0x0000005du, 0x000046fcu, 0x000046fau, 0x000046ceu, - 0x000300f7u, 0x00004701u, 0x00000000u, 0x000400fau, 0x000046fcu, 0x000046fdu, 0x00004701u, 0x000200f8u, - 0x000046fdu, 0x0004003du, 0x00000008u, 0x000046ffu, 0x000046f9u, 0x000500abu, 0x0000005du, 0x00004700u, - 0x000046ffu, 0x00000205u, 0x000200f9u, 0x00004701u, 0x000200f8u, 0x00004701u, 0x000700f5u, 0x0000005du, - 0x00004702u, 0x000046fcu, 0x000046f8u, 0x00004700u, 0x000046fdu, 0x000300f7u, 0x0000470du, 0x00000000u, - 0x000400fau, 0x00004702u, 0x00004703u, 0x0000470du, 0x000200f8u, 0x00004703u, 0x00050041u, 0x0000003eu, - 0x00004704u, 0x000046b5u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004705u, 0x00004704u, 0x000500c7u, - 0x00000008u, 0x00004706u, 0x00004705u, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00004707u, 0x00004706u, - 0x00000205u, 0x000300f7u, 0x0000470cu, 0x00000000u, 0x000400fau, 0x00004707u, 0x00004708u, 0x0000470au, - 0x000200f8u, 0x0000470au, 0x00050041u, 0x0000003eu, 0x0000470bu, 0x000046b8u, 0x00000487u, 0x0003003eu, - 0x0000470bu, 0x00000c5du, 0x000200f9u, 0x0000470cu, 0x000200f8u, 0x00004708u, 0x00050041u, 0x0000003eu, - 0x00004709u, 0x000046b8u, 0x00000487u, 0x0003003eu, 0x00004709u, 0x00000c18u, 0x000200f9u, 0x0000470cu, - 0x000200f8u, 0x0000470cu, 0x000200f9u, 0x0000470du, 0x000200f8u, 0x0000470du, 0x000200f9u, 0x0000470eu, - 0x000200f8u, 0x0000470eu, 0x000300f7u, 0x00004711u, 0x00000000u, 0x000400fau, 0x000046beu, 0x00004710u, - 0x00004711u, 0x000200f8u, 0x00004710u, 0x0003003eu, 0x000046b8u, 0x00000c77u, 0x000200f9u, 0x00004711u, - 0x000200f8u, 0x00004711u, 0x0004003du, 0x0000005fu, 0x00004712u, 0x000046b8u, 0x0008000cu, 0x0000005fu, - 0x00004713u, 0x00000001u, 0x0000002du, 0x00004712u, 0x00000c7au, 0x00000c7bu, 0x000200f9u, 0x000046aeu, - 0x000200f8u, 0x000046aeu, 0x000700f5u, 0x0000005fu, 0x00007630u, 0x00004713u, 0x00004711u, 0x0000473bu, - 0x000046abu, 0x000200f9u, 0x00002384u, 0x000200f8u, 0x0000235fu, 0x00070041u, 0x00000318u, 0x0000236au, - 0x00000316u, 0x00000205u, 0x00002347u, 0x00000214u, 0x0004003du, 0x00000009u, 0x0000236bu, 0x0000236au, - 0x0008004fu, 0x0000003cu, 0x0000236cu, 0x0000236bu, 0x0000236bu, 0x00000000u, 0x00000001u, 0x00000003u, - 0x000500c3u, 0x0000003cu, 0x0000236eu, 0x0000236cu, 0x0000afc1u, 0x000300f7u, 0x00002378u, 0x00000000u, - 0x000400fau, 0x00002232u, 0x00002370u, 0x00002375u, 0x000200f8u, 0x00002375u, 0x0007004fu, 0x0000005fu, - 0x0000468du, 0x0000236eu, 0x0000236eu, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002378u, 0x000200f8u, - 0x00002370u, 0x0003003eu, 0x00002193u, 0x0000236eu, 0x00050041u, 0x0000003eu, 0x0000460du, 0x00002193u, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000460eu, 0x0000460du, 0x000500b3u, 0x0000005du, 0x00004610u, - 0x0000460eu, 0x00000205u, 0x000500c7u, 0x00000008u, 0x00004612u, 0x0000460eu, 0x00000c18u, 0x0006000cu, - 0x00000008u, 0x0000466fu, 0x00000001u, 0x0000004au, 0x00004612u, 0x00050082u, 0x00000008u, 0x00004670u, - 0x00000285u, 0x0000466fu, 0x0007000cu, 0x00000008u, 0x00004671u, 0x00000001u, 0x00000027u, 0x00004670u, - 0x00000285u, 0x000500c4u, 0x00000008u, 0x00004674u, 0x00004612u, 0x00004671u, 0x000500c7u, 0x00000008u, - 0x00004675u, 0x00004674u, 0x00000b32u, 0x000500c7u, 0x00000008u, 0x00004677u, 0x00004675u, 0x0000038du, - 0x000500c3u, 0x00000008u, 0x00004679u, 0x00004675u, 0x00000260u, 0x0003003eu, 0x0000466au, 0x00000bf6u, - 0x00050041u, 0x00000060u, 0x0000467au, 0x0000466au, 0x00004679u, 0x0004003du, 0x0000005fu, 0x0000467bu, - 0x0000467au, 0x0003003eu, 0x00004669u, 0x0000467bu, 0x00050041u, 0x0000003eu, 0x0000467fu, 0x00004669u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00004680u, 0x0000467fu, 0x00050084u, 0x00000008u, 0x00004682u, - 0x00004680u, 0x00004677u, 0x000500c3u, 0x00000008u, 0x00004683u, 0x00004682u, 0x0000026cu, 0x00050041u, - 0x0000003eu, 0x00004684u, 0x00004669u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004685u, 0x00004684u, - 0x00050080u, 0x00000008u, 0x00004686u, 0x00004683u, 0x00004685u, 0x00050050u, 0x0000005fu, 0x00004689u, - 0x00004686u, 0x00004671u, 0x0003003eu, 0x00004604u, 0x00004689u, 0x00050041u, 0x0000003eu, 0x00004615u, - 0x00004604u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004616u, 0x00004615u, 0x0007004fu, 0x0000005fu, - 0x00004618u, 0x0000236eu, 0x0000236eu, 0x00000000u, 0x00000001u, 0x00050041u, 0x0000003eu, 0x00004619u, - 0x00004604u, 0x00000376u, 0x0004003du, 0x00000008u, 0x0000461au, 0x00004619u, 0x00050050u, 0x0000005fu, - 0x0000461bu, 0x0000461au, 0x0000461au, 0x00050084u, 0x0000005fu, 0x0000461cu, 0x00004618u, 0x0000461bu, - 0x0003003eu, 0x00004607u, 0x0000461cu, 0x000500c3u, 0x00000008u, 0x0000461eu, 0x00000c2bu, 0x00004616u, - 0x0004007eu, 0x00000008u, 0x0000461fu, 0x0000461eu, 0x000500c7u, 0x00000008u, 0x00004620u, 0x00000c2au, - 0x0000461fu, 0x00050050u, 0x0000005fu, 0x00004623u, 0x00004620u, 0x00004620u, 0x000500c7u, 0x0000005fu, - 0x00004624u, 0x0000461cu, 0x00004623u, 0x0003003eu, 0x00004609u, 0x00004624u, 0x000500abu, 0x0000005du, - 0x00004626u, 0x00004616u, 0x00000285u, 0x000300f7u, 0x00004631u, 0x00000000u, 0x000400fau, 0x00004626u, - 0x00004627u, 0x0000462du, 0x000200f8u, 0x0000462du, 0x0004003du, 0x0000005fu, 0x0000462eu, 0x00004607u, - 0x000500c4u, 0x0000005fu, 0x00004630u, 0x0000462eu, 0x0000afc5u, 0x0003003eu, 0x0000460au, 0x00004630u, - 0x000200f9u, 0x00004631u, 0x000200f8u, 0x00004627u, 0x0004003du, 0x0000005fu, 0x00004628u, 0x00004607u, - 0x00050082u, 0x00000008u, 0x0000462au, 0x0000027fu, 0x00004616u, 0x00050050u, 0x0000005fu, 0x0000462bu, - 0x0000462au, 0x0000462au, 0x000500c3u, 0x0000005fu, 0x0000462cu, 0x00004628u, 0x0000462bu, 0x0003003eu, - 0x00004607u, 0x0000462cu, 0x0003003eu, 0x0000460au, 0x0000462cu, 0x000200f9u, 0x00004631u, 0x000200f8u, - 0x00004631u, 0x000500abu, 0x0000087fu, 0x00004633u, 0x00004624u, 0x00000c44u, 0x0004009au, 0x0000005du, - 0x00004634u, 0x00004633u, 0x000300f7u, 0x00004660u, 0x00000000u, 0x000400fau, 0x00004634u, 0x00004635u, - 0x00004660u, 0x000200f8u, 0x00004635u, 0x00050041u, 0x0000003eu, 0x00004636u, 0x00004609u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00004637u, 0x00004636u, 0x000500abu, 0x0000005du, 0x00004639u, 0x00004637u, - 0x00004620u, 0x000300f7u, 0x0000463eu, 0x00000000u, 0x000400fau, 0x00004639u, 0x0000463au, 0x0000463eu, - 0x000200f8u, 0x0000463au, 0x0004003du, 0x00000008u, 0x0000463cu, 0x00004636u, 0x000500abu, 0x0000005du, - 0x0000463du, 0x0000463cu, 0x00000205u, 0x000200f9u, 0x0000463eu, 0x000200f8u, 0x0000463eu, 0x000700f5u, - 0x0000005du, 0x0000463fu, 0x00004639u, 0x00004635u, 0x0000463du, 0x0000463au, 0x000300f7u, 0x0000464au, - 0x00000000u, 0x000400fau, 0x0000463fu, 0x00004640u, 0x0000464au, 0x000200f8u, 0x00004640u, 0x00050041u, - 0x0000003eu, 0x00004641u, 0x00004607u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004642u, 0x00004641u, - 0x000500c7u, 0x00000008u, 0x00004643u, 0x00004642u, 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00004644u, - 0x00004643u, 0x00000205u, 0x000300f7u, 0x00004649u, 0x00000000u, 0x000400fau, 0x00004644u, 0x00004645u, - 0x00004647u, 0x000200f8u, 0x00004647u, 0x00050041u, 0x0000003eu, 0x00004648u, 0x0000460au, 0x00000376u, - 0x0003003eu, 0x00004648u, 0x00000c5du, 0x000200f9u, 0x00004649u, 0x000200f8u, 0x00004645u, 0x00050041u, - 0x0000003eu, 0x00004646u, 0x0000460au, 0x00000376u, 0x0003003eu, 0x00004646u, 0x00000c18u, 0x000200f9u, - 0x00004649u, 0x000200f8u, 0x00004649u, 0x000200f9u, 0x0000464au, 0x000200f8u, 0x0000464au, 0x00050041u, - 0x0000003eu, 0x0000464bu, 0x00004609u, 0x00000487u, 0x0004003du, 0x00000008u, 0x0000464cu, 0x0000464bu, - 0x000500abu, 0x0000005du, 0x0000464eu, 0x0000464cu, 0x00004620u, 0x000300f7u, 0x00004653u, 0x00000000u, - 0x000400fau, 0x0000464eu, 0x0000464fu, 0x00004653u, 0x000200f8u, 0x0000464fu, 0x0004003du, 0x00000008u, - 0x00004651u, 0x0000464bu, 0x000500abu, 0x0000005du, 0x00004652u, 0x00004651u, 0x00000205u, 0x000200f9u, - 0x00004653u, 0x000200f8u, 0x00004653u, 0x000700f5u, 0x0000005du, 0x00004654u, 0x0000464eu, 0x0000464au, - 0x00004652u, 0x0000464fu, 0x000300f7u, 0x0000465fu, 0x00000000u, 0x000400fau, 0x00004654u, 0x00004655u, - 0x0000465fu, 0x000200f8u, 0x00004655u, 0x00050041u, 0x0000003eu, 0x00004656u, 0x00004607u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00004657u, 0x00004656u, 0x000500c7u, 0x00000008u, 0x00004658u, 0x00004657u, - 0x00000c2bu, 0x000500aau, 0x0000005du, 0x00004659u, 0x00004658u, 0x00000205u, 0x000300f7u, 0x0000465eu, - 0x00000000u, 0x000400fau, 0x00004659u, 0x0000465au, 0x0000465cu, 0x000200f8u, 0x0000465cu, 0x00050041u, - 0x0000003eu, 0x0000465du, 0x0000460au, 0x00000487u, 0x0003003eu, 0x0000465du, 0x00000c5du, 0x000200f9u, - 0x0000465eu, 0x000200f8u, 0x0000465au, 0x00050041u, 0x0000003eu, 0x0000465bu, 0x0000460au, 0x00000487u, - 0x0003003eu, 0x0000465bu, 0x00000c18u, 0x000200f9u, 0x0000465eu, 0x000200f8u, 0x0000465eu, 0x000200f9u, - 0x0000465fu, 0x000200f8u, 0x0000465fu, 0x000200f9u, 0x00004660u, 0x000200f8u, 0x00004660u, 0x000300f7u, - 0x00004663u, 0x00000000u, 0x000400fau, 0x00004610u, 0x00004662u, 0x00004663u, 0x000200f8u, 0x00004662u, - 0x0003003eu, 0x0000460au, 0x00000c77u, 0x000200f9u, 0x00004663u, 0x000200f8u, 0x00004663u, 0x0004003du, - 0x0000005fu, 0x00004664u, 0x0000460au, 0x0008000cu, 0x0000005fu, 0x00004665u, 0x00000001u, 0x0000002du, - 0x00004664u, 0x00000c7au, 0x00000c7bu, 0x000200f9u, 0x00002378u, 0x000200f8u, 0x00002378u, 0x000700f5u, - 0x0000005fu, 0x00007800u, 0x00004665u, 0x00004663u, 0x0000468du, 0x00002375u, 0x000200f9u, 0x00002384u, - 0x000200f8u, 0x00002384u, 0x000700f5u, 0x0000005fu, 0x000077ffu, 0x00007800u, 0x00002378u, 0x00007630u, - 0x000046aeu, 0x000200f9u, 0x00002386u, 0x000200f8u, 0x00002386u, 0x000700f5u, 0x0000005fu, 0x0000779du, - 0x000071e4u, 0x0000233bu, 0x000077ffu, 0x00002384u, 0x000600a9u, 0x00000006u, 0x0000b182u, 0x0000225cu, - 0x00007268u, 0x0000773cu, 0x000600a9u, 0x0000005du, 0x0000b183u, 0x0000225cu, 0x00000560u, 0x00002259u, - 0x000300f7u, 0x000023a8u, 0x00000000u, 0x000400fau, 0x0000b183u, 0x00002388u, 0x000023a8u, 0x000200f8u, - 0x00002388u, 0x000400a8u, 0x0000005du, 0x0000238bu, 0x00002268u, 0x000500a7u, 0x0000005du, 0x0000238cu, - 0x00002262u, 0x0000238bu, 0x000300f7u, 0x000023a7u, 0x00000000u, 0x000400fau, 0x0000238cu, 0x0000238du, - 0x00002392u, 0x000200f8u, 0x00002392u, 0x00080041u, 0x00000279u, 0x00002395u, 0x00000a23u, 0x00000205u, - 0x00001fecu, 0x00000217u, 0x0000b182u, 0x0004003du, 0x0000022bu, 0x00002396u, 0x00002395u, 0x00040071u, - 0x00000006u, 0x00002397u, 0x00002396u, 0x00070041u, 0x0000026du, 0x00004778u, 0x000002d3u, 0x00000205u, - 0x00002397u, 0x00000205u, 0x0004003du, 0x00000006u, 0x00004779u, 0x00004778u, 0x00070041u, 0x0000026du, - 0x0000477bu, 0x000002d3u, 0x00000205u, 0x00002397u, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000477cu, - 0x0000477bu, 0x00070041u, 0x0000026du, 0x0000477eu, 0x000002d3u, 0x00000205u, 0x00002397u, 0x00000217u, - 0x0004003du, 0x00000006u, 0x0000477fu, 0x0000477eu, 0x00070041u, 0x0000026du, 0x00004781u, 0x000002d3u, - 0x00000205u, 0x00002397u, 0x0000021au, 0x0004003du, 0x00000006u, 0x00004782u, 0x00004781u, 0x00070041u, - 0x0000026du, 0x00004784u, 0x000002d3u, 0x00000205u, 0x00002397u, 0x0000021du, 0x0004003du, 0x00000006u, - 0x00004785u, 0x00004784u, 0x00070041u, 0x0000026du, 0x00004787u, 0x000002d3u, 0x00000205u, 0x00002397u, - 0x00000220u, 0x0004003du, 0x00000006u, 0x00004788u, 0x00004787u, 0x00070041u, 0x00000279u, 0x0000478au, - 0x000002d3u, 0x00000205u, 0x00002397u, 0x00000223u, 0x0004003du, 0x0000022bu, 0x0000478bu, 0x0000478au, - 0x00040071u, 0x00000006u, 0x0000478cu, 0x0000478bu, 0x0004007cu, 0x00000008u, 0x0000478du, 0x0000478cu, - 0x00070041u, 0x00000279u, 0x0000478fu, 0x000002d3u, 0x00000205u, 0x00002397u, 0x00000226u, 0x0004003du, - 0x0000022bu, 0x00004790u, 0x0000478fu, 0x00040071u, 0x00000006u, 0x00004791u, 0x00004790u, 0x0004007cu, - 0x00000008u, 0x00004792u, 0x00004791u, 0x00070041u, 0x00000279u, 0x00004794u, 0x000002d3u, 0x00000205u, - 0x00002397u, 0x00000260u, 0x0004003du, 0x0000022bu, 0x00004795u, 0x00004794u, 0x00040071u, 0x00000006u, - 0x00004796u, 0x00004795u, 0x0004007cu, 0x00000008u, 0x00004797u, 0x00004796u, 0x00070041u, 0x00000279u, - 0x00004799u, 0x000002d3u, 0x00000205u, 0x00002397u, 0x00000266u, 0x0004003du, 0x0000022bu, 0x0000479au, - 0x00004799u, 0x00040071u, 0x00000006u, 0x0000479bu, 0x0000479au, 0x0004007cu, 0x00000008u, 0x0000479cu, - 0x0000479bu, 0x00070041u, 0x00000279u, 0x0000479eu, 0x000002d3u, 0x00000205u, 0x00002397u, 0x0000026cu, - 0x0004003du, 0x0000022bu, 0x0000479fu, 0x0000479eu, 0x00040071u, 0x00000006u, 0x000047a0u, 0x0000479fu, - 0x0004007cu, 0x00000008u, 0x000047a1u, 0x000047a0u, 0x00070041u, 0x00000279u, 0x000047a3u, 0x000002d3u, - 0x00000205u, 0x00002397u, 0x00000271u, 0x0004003du, 0x0000022bu, 0x000047a4u, 0x000047a3u, 0x00040071u, - 0x00000006u, 0x000047a5u, 0x000047a4u, 0x0004007cu, 0x00000008u, 0x000047a6u, 0x000047a5u, 0x00070041u, - 0x00000279u, 0x000047a8u, 0x000002d3u, 0x00000205u, 0x00002397u, 0x00000278u, 0x0004003du, 0x0000022bu, - 0x000047a9u, 0x000047a8u, 0x00040071u, 0x00000006u, 0x000047aau, 0x000047a9u, 0x0004007cu, 0x00000008u, - 0x000047abu, 0x000047aau, 0x00070041u, 0x00000279u, 0x000047adu, 0x000002d3u, 0x00000205u, 0x00002397u, - 0x0000027fu, 0x0004003du, 0x0000022bu, 0x000047aeu, 0x000047adu, 0x00040071u, 0x00000006u, 0x000047afu, - 0x000047aeu, 0x0004007cu, 0x00000008u, 0x000047b0u, 0x000047afu, 0x0003003eu, 0x000021a2u, 0x0000779du, - 0x000500c7u, 0x00000008u, 0x0000490au, 0x000047b0u, 0x00000214u, 0x000500abu, 0x0000005du, 0x0000490bu, - 0x0000490au, 0x00000205u, 0x0004007cu, 0x00000008u, 0x0000490eu, 0x00004779u, 0x0004007cu, 0x00000008u, - 0x00004911u, 0x0000477cu, 0x00050041u, 0x0000003eu, 0x00004914u, 0x000021a2u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00004915u, 0x00004914u, 0x0008000cu, 0x00000008u, 0x00004dcdu, 0x00000001u, 0x0000002du, - 0x00004915u, 0x00000c5du, 0x00000c18u, 0x000500b1u, 0x0000005du, 0x00004dcfu, 0x000047a1u, 0x00000271u, - 0x000300f7u, 0x00004ddbu, 0x00000000u, 0x000400fau, 0x00004dcfu, 0x00004dd0u, 0x00004dd4u, 0x000200f8u, - 0x00004dd4u, 0x00050082u, 0x00000008u, 0x00004dd6u, 0x0000037fu, 0x000047a1u, 0x000500c4u, 0x00000008u, - 0x00004dd8u, 0x00004dcdu, 0x00004dd6u, 0x000500c3u, 0x00000008u, 0x00004ddau, 0x00004dd8u, 0x0000055bu, - 0x000200f9u, 0x00004ddbu, 0x000200f8u, 0x00004dd0u, 0x000500c3u, 0x00000008u, 0x00004dd3u, 0x00004dcdu, - 0x000047a1u, 0x000200f9u, 0x00004ddbu, 0x000200f8u, 0x00004ddbu, 0x000700f5u, 0x00000008u, 0x00007850u, - 0x00004dd3u, 0x00004dd0u, 0x00004ddau, 0x00004dd4u, 0x000300f7u, 0x00004df7u, 0x00000000u, 0x000400fau, - 0x0000490bu, 0x00004dddu, 0x00004df2u, 0x000200f8u, 0x00004df2u, 0x000500c4u, 0x00000008u, 0x00004df4u, - 0x0000490eu, 0x0000021au, 0x00050082u, 0x00000008u, 0x00004df6u, 0x00007850u, 0x00004df4u, 0x000200f9u, - 0x00004df7u, 0x000200f8u, 0x00004dddu, 0x000500c3u, 0x00000008u, 0x00004ddfu, 0x00007850u, 0x0000021au, - 0x000500afu, 0x0000005du, 0x00004de1u, 0x00004ddfu, 0x00004911u, 0x000300f7u, 0x00004df1u, 0x00000000u, - 0x000400fau, 0x00004de1u, 0x00004de3u, 0x00004debu, 0x000200f8u, 0x00004debu, 0x000500c4u, 0x00000008u, - 0x00004deeu, 0x0000490eu, 0x0000021au, 0x00050082u, 0x00000008u, 0x00004defu, 0x00007850u, 0x00004deeu, - 0x0007000cu, 0x00000008u, 0x00004df0u, 0x00000001u, 0x0000002au, 0x00004defu, 0x00000205u, 0x000200f9u, - 0x00004df1u, 0x000200f8u, 0x00004de3u, 0x000500c3u, 0x00000008u, 0x00004de5u, 0x00004911u, 0x00000217u, - 0x000500c3u, 0x00000008u, 0x00004de7u, 0x0000490eu, 0x00000217u, 0x00050082u, 0x00000008u, 0x00004de8u, - 0x00004de5u, 0x00004de7u, 0x000500c7u, 0x00000008u, 0x00004de9u, 0x00004de8u, 0x0000114du, 0x000500c4u, - 0x00000008u, 0x00004deau, 0x00004de9u, 0x00000220u, 0x000200f9u, 0x00004df1u, 0x000200f8u, 0x00004df1u, - 0x000700f5u, 0x00000008u, 0x00007852u, 0x00004deau, 0x00004de3u, 0x00004df0u, 0x00004debu, 0x000200f9u, - 0x00004df7u, 0x000200f8u, 0x00004df7u, 0x000700f5u, 0x00000008u, 0x00007851u, 0x00007852u, 0x00004df1u, - 0x00004df6u, 0x00004df2u, 0x0003003eu, 0x00004914u, 0x00007851u, 0x000500c7u, 0x00000008u, 0x0000491au, - 0x000047b0u, 0x0000021du, 0x000500abu, 0x0000005du, 0x0000491bu, 0x0000491au, 0x00000205u, 0x0004007cu, - 0x00000008u, 0x0000491eu, 0x0000477fu, 0x0004007cu, 0x00000008u, 0x00004921u, 0x00004782u, 0x00050041u, - 0x0000003eu, 0x00004924u, 0x000021a2u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004925u, 0x00004924u, - 0x0008000cu, 0x00000008u, 0x00004dfdu, 0x00000001u, 0x0000002du, 0x00004925u, 0x00000c5du, 0x00000c18u, - 0x000500b1u, 0x0000005du, 0x00004dffu, 0x000047abu, 0x00000271u, 0x000300f7u, 0x00004e0bu, 0x00000000u, - 0x000400fau, 0x00004dffu, 0x00004e00u, 0x00004e04u, 0x000200f8u, 0x00004e04u, 0x00050082u, 0x00000008u, - 0x00004e06u, 0x0000037fu, 0x000047abu, 0x000500c4u, 0x00000008u, 0x00004e08u, 0x00004dfdu, 0x00004e06u, - 0x000500c3u, 0x00000008u, 0x00004e0au, 0x00004e08u, 0x0000055bu, 0x000200f9u, 0x00004e0bu, 0x000200f8u, - 0x00004e00u, 0x000500c3u, 0x00000008u, 0x00004e03u, 0x00004dfdu, 0x000047abu, 0x000200f9u, 0x00004e0bu, - 0x000200f8u, 0x00004e0bu, 0x000700f5u, 0x00000008u, 0x00007853u, 0x00004e03u, 0x00004e00u, 0x00004e0au, - 0x00004e04u, 0x000300f7u, 0x00004e27u, 0x00000000u, 0x000400fau, 0x0000491bu, 0x00004e0du, 0x00004e22u, - 0x000200f8u, 0x00004e22u, 0x000500c4u, 0x00000008u, 0x00004e24u, 0x0000491eu, 0x0000021au, 0x00050082u, - 0x00000008u, 0x00004e26u, 0x00007853u, 0x00004e24u, 0x000200f9u, 0x00004e27u, 0x000200f8u, 0x00004e0du, - 0x000500c3u, 0x00000008u, 0x00004e0fu, 0x00007853u, 0x0000021au, 0x000500afu, 0x0000005du, 0x00004e11u, - 0x00004e0fu, 0x00004921u, 0x000300f7u, 0x00004e21u, 0x00000000u, 0x000400fau, 0x00004e11u, 0x00004e13u, - 0x00004e1bu, 0x000200f8u, 0x00004e1bu, 0x000500c4u, 0x00000008u, 0x00004e1eu, 0x0000491eu, 0x0000021au, - 0x00050082u, 0x00000008u, 0x00004e1fu, 0x00007853u, 0x00004e1eu, 0x0007000cu, 0x00000008u, 0x00004e20u, - 0x00000001u, 0x0000002au, 0x00004e1fu, 0x00000205u, 0x000200f9u, 0x00004e21u, 0x000200f8u, 0x00004e13u, - 0x000500c3u, 0x00000008u, 0x00004e15u, 0x00004921u, 0x00000217u, 0x000500c3u, 0x00000008u, 0x00004e17u, - 0x0000491eu, 0x00000217u, 0x00050082u, 0x00000008u, 0x00004e18u, 0x00004e15u, 0x00004e17u, 0x000500c7u, - 0x00000008u, 0x00004e19u, 0x00004e18u, 0x0000114du, 0x000500c4u, 0x00000008u, 0x00004e1au, 0x00004e19u, - 0x00000220u, 0x000200f9u, 0x00004e21u, 0x000200f8u, 0x00004e21u, 0x000700f5u, 0x00000008u, 0x00007855u, - 0x00004e1au, 0x00004e13u, 0x00004e20u, 0x00004e1bu, 0x000200f9u, 0x00004e27u, 0x000200f8u, 0x00004e27u, - 0x000700f5u, 0x00000008u, 0x00007854u, 0x00007855u, 0x00004e21u, 0x00004e26u, 0x00004e22u, 0x0003003eu, - 0x00004924u, 0x00007854u, 0x000300f7u, 0x0000492eu, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004929u, - 0x0000492du, 0x000200f8u, 0x0000492du, 0x0003003eu, 0x000047bcu, 0x00000c44u, 0x000200f9u, 0x0000492eu, - 0x000200f8u, 0x00004929u, 0x0004003du, 0x0000005fu, 0x0000492au, 0x000021a2u, 0x000500c7u, 0x0000005fu, - 0x0000492cu, 0x0000492au, 0x0000afc8u, 0x0003003eu, 0x000047bcu, 0x0000492cu, 0x000200f9u, 0x0000492eu, - 0x000200f8u, 0x0000492eu, 0x00050041u, 0x0000003eu, 0x0000492fu, 0x000047bcu, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00004930u, 0x0000492fu, 0x00050041u, 0x0000003eu, 0x00004931u, 0x000047bcu, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00004932u, 0x00004931u, 0x00050080u, 0x00000008u, 0x00004933u, 0x00004930u, - 0x00004932u, 0x0004003du, 0x0000005fu, 0x00004934u, 0x000021a2u, 0x000500c3u, 0x0000005fu, 0x00004936u, - 0x00004934u, 0x0000afc7u, 0x0003003eu, 0x000021a2u, 0x00004936u, 0x0004003du, 0x00000008u, 0x00004939u, - 0x00004914u, 0x000500abu, 0x0000005du, 0x00004e2eu, 0x0000479cu, 0x00000205u, 0x000300f7u, 0x00004e44u, - 0x00000000u, 0x000400fau, 0x00004e2eu, 0x00004e2fu, 0x00004e44u, 0x000200f8u, 0x00004e2fu, 0x000500c4u, - 0x00000008u, 0x00004e32u, 0x00000214u, 0x0000479cu, 0x000500c7u, 0x00000008u, 0x00004e35u, 0x000047b0u, - 0x00000217u, 0x000500abu, 0x0000005du, 0x00004e36u, 0x00004e35u, 0x00000205u, 0x000300f7u, 0x00004e3fu, - 0x00000000u, 0x000400fau, 0x00004e36u, 0x00004e37u, 0x00004e3fu, 0x000200f8u, 0x00004e37u, 0x000500c7u, - 0x00000008u, 0x00004e3au, 0x00004939u, 0x00004e32u, 0x00050082u, 0x00000008u, 0x00004e3bu, 0x00004e3au, - 0x00000214u, 0x0007000cu, 0x00000008u, 0x00004e3cu, 0x00000001u, 0x0000002au, 0x00004e3bu, 0x00000205u, - 0x000500c6u, 0x00000008u, 0x00004e3eu, 0x00004939u, 0x00004e3cu, 0x000200f9u, 0x00004e3fu, 0x000200f8u, - 0x00004e3fu, 0x000700f5u, 0x00000008u, 0x00007856u, 0x00004939u, 0x00004e2fu, 0x00004e3eu, 0x00004e37u, - 0x00050082u, 0x00000008u, 0x00004e41u, 0x00004e32u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00004e43u, - 0x00007856u, 0x00004e41u, 0x000200f9u, 0x00004e44u, 0x000200f8u, 0x00004e44u, 0x000700f5u, 0x00000008u, - 0x00007857u, 0x00004939u, 0x0000492eu, 0x00004e43u, 0x00004e3fu, 0x0004003du, 0x00000008u, 0x0000493du, - 0x00004924u, 0x000500abu, 0x0000005du, 0x00004e4bu, 0x000047a6u, 0x00000205u, 0x000300f7u, 0x00004e61u, - 0x00000000u, 0x000400fau, 0x00004e4bu, 0x00004e4cu, 0x00004e61u, 0x000200f8u, 0x00004e4cu, 0x000500c4u, - 0x00000008u, 0x00004e4fu, 0x00000214u, 0x000047a6u, 0x000500c7u, 0x00000008u, 0x00004e52u, 0x000047b0u, - 0x00000260u, 0x000500abu, 0x0000005du, 0x00004e53u, 0x00004e52u, 0x00000205u, 0x000300f7u, 0x00004e5cu, - 0x00000000u, 0x000400fau, 0x00004e53u, 0x00004e54u, 0x00004e5cu, 0x000200f8u, 0x00004e54u, 0x000500c7u, - 0x00000008u, 0x00004e57u, 0x0000493du, 0x00004e4fu, 0x00050082u, 0x00000008u, 0x00004e58u, 0x00004e57u, - 0x00000214u, 0x0007000cu, 0x00000008u, 0x00004e59u, 0x00000001u, 0x0000002au, 0x00004e58u, 0x00000205u, - 0x000500c6u, 0x00000008u, 0x00004e5bu, 0x0000493du, 0x00004e59u, 0x000200f9u, 0x00004e5cu, 0x000200f8u, - 0x00004e5cu, 0x000700f5u, 0x00000008u, 0x00007858u, 0x0000493du, 0x00004e4cu, 0x00004e5bu, 0x00004e54u, - 0x00050082u, 0x00000008u, 0x00004e5eu, 0x00004e4fu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00004e60u, - 0x00007858u, 0x00004e5eu, 0x000200f9u, 0x00004e61u, 0x000200f8u, 0x00004e61u, 0x000700f5u, 0x00000008u, - 0x00007859u, 0x0000493du, 0x00004e44u, 0x00004e60u, 0x00004e5cu, 0x0004003du, 0x00000008u, 0x00004940u, - 0x00004914u, 0x00050080u, 0x00000008u, 0x00004941u, 0x00004940u, 0x00000214u, 0x000300f7u, 0x00004e7eu, - 0x00000000u, 0x000400fau, 0x00004e2eu, 0x00004e69u, 0x00004e7eu, 0x000200f8u, 0x00004e69u, 0x000500c4u, - 0x00000008u, 0x00004e6cu, 0x00000214u, 0x0000479cu, 0x000500c7u, 0x00000008u, 0x00004e6fu, 0x000047b0u, - 0x00000217u, 0x000500abu, 0x0000005du, 0x00004e70u, 0x00004e6fu, 0x00000205u, 0x000300f7u, 0x00004e79u, - 0x00000000u, 0x000400fau, 0x00004e70u, 0x00004e71u, 0x00004e79u, 0x000200f8u, 0x00004e71u, 0x000500c7u, - 0x00000008u, 0x00004e74u, 0x00004941u, 0x00004e6cu, 0x00050082u, 0x00000008u, 0x00004e75u, 0x00004e74u, - 0x00000214u, 0x0007000cu, 0x00000008u, 0x00004e76u, 0x00000001u, 0x0000002au, 0x00004e75u, 0x00000205u, - 0x000500c6u, 0x00000008u, 0x00004e78u, 0x00004941u, 0x00004e76u, 0x000200f9u, 0x00004e79u, 0x000200f8u, - 0x00004e79u, 0x000700f5u, 0x00000008u, 0x0000785au, 0x00004941u, 0x00004e69u, 0x00004e78u, 0x00004e71u, - 0x00050082u, 0x00000008u, 0x00004e7bu, 0x00004e6cu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00004e7du, - 0x0000785au, 0x00004e7bu, 0x000200f9u, 0x00004e7eu, 0x000200f8u, 0x00004e7eu, 0x000700f5u, 0x00000008u, - 0x0000785bu, 0x00004941u, 0x00004e61u, 0x00004e7du, 0x00004e79u, 0x0004003du, 0x00000008u, 0x00004945u, - 0x00004924u, 0x00050080u, 0x00000008u, 0x00004946u, 0x00004945u, 0x00000214u, 0x000300f7u, 0x00004e9bu, - 0x00000000u, 0x000400fau, 0x00004e4bu, 0x00004e86u, 0x00004e9bu, 0x000200f8u, 0x00004e86u, 0x000500c4u, - 0x00000008u, 0x00004e89u, 0x00000214u, 0x000047a6u, 0x000500c7u, 0x00000008u, 0x00004e8cu, 0x000047b0u, - 0x00000260u, 0x000500abu, 0x0000005du, 0x00004e8du, 0x00004e8cu, 0x00000205u, 0x000300f7u, 0x00004e96u, - 0x00000000u, 0x000400fau, 0x00004e8du, 0x00004e8eu, 0x00004e96u, 0x000200f8u, 0x00004e8eu, 0x000500c7u, - 0x00000008u, 0x00004e91u, 0x00004946u, 0x00004e89u, 0x00050082u, 0x00000008u, 0x00004e92u, 0x00004e91u, - 0x00000214u, 0x0007000cu, 0x00000008u, 0x00004e93u, 0x00000001u, 0x0000002au, 0x00004e92u, 0x00000205u, - 0x000500c6u, 0x00000008u, 0x00004e95u, 0x00004946u, 0x00004e93u, 0x000200f9u, 0x00004e96u, 0x000200f8u, - 0x00004e96u, 0x000700f5u, 0x00000008u, 0x0000785cu, 0x00004946u, 0x00004e86u, 0x00004e95u, 0x00004e8eu, - 0x00050082u, 0x00000008u, 0x00004e98u, 0x00004e89u, 0x00000214u, 0x000500c7u, 0x00000008u, 0x00004e9au, - 0x0000785cu, 0x00004e98u, 0x000200f9u, 0x00004e9bu, 0x000200f8u, 0x00004e9bu, 0x000700f5u, 0x00000008u, - 0x0000785du, 0x00004946u, 0x00004e7eu, 0x00004e9au, 0x00004e96u, 0x00050082u, 0x00000008u, 0x0000494bu, - 0x0000785du, 0x00007859u, 0x0007000cu, 0x00000008u, 0x0000494cu, 0x00000001u, 0x0000002au, 0x0000494bu, - 0x000013abu, 0x000500c7u, 0x00000008u, 0x0000494eu, 0x00007859u, 0x0000038du, 0x00050080u, 0x00000008u, - 0x00004950u, 0x0000494eu, 0x0000494cu, 0x0004003du, 0x0000005fu, 0x00004955u, 0x000047bcu, 0x000500aau, - 0x0000087fu, 0x00004956u, 0x00004955u, 0x000013b7u, 0x00050051u, 0x0000005du, 0x00004957u, 0x00004956u, - 0x00000000u, 0x00050051u, 0x0000005du, 0x00004958u, 0x00004956u, 0x00000001u, 0x00070050u, 0x000005fbu, - 0x00004959u, 0x00002253u, 0x00002268u, 0x00004957u, 0x00004958u, 0x0004009bu, 0x0000005du, 0x0000495au, - 0x00004959u, 0x000600a9u, 0x00000008u, 0x0000b184u, 0x0000495au, 0x00000205u, 0x00004933u, 0x000500aau, - 0x0000005du, 0x00004960u, 0x0000478du, 0x00000214u, 0x000500afu, 0x0000005du, 0x00004962u, 0x0000b184u, - 0x0000037fu, 0x000300f7u, 0x0000496bu, 0x00000000u, 0x000400fau, 0x00004962u, 0x00004963u, 0x00004967u, - 0x000200f8u, 0x00004967u, 0x00050050u, 0x0000005fu, 0x0000496au, 0x00007857u, 0x0000494eu, 0x000200f9u, - 0x0000496bu, 0x000200f8u, 0x00004963u, 0x00050050u, 0x0000005fu, 0x00004966u, 0x0000785bu, 0x00004950u, - 0x000200f9u, 0x0000496bu, 0x000200f8u, 0x0000496bu, 0x000700f5u, 0x0000005fu, 0x0000786cu, 0x00004966u, - 0x00004963u, 0x0000496au, 0x00004967u, 0x000500c7u, 0x00000008u, 0x0000496eu, 0x00007857u, 0x00000214u, - 0x000500c4u, 0x00000008u, 0x0000496fu, 0x0000496eu, 0x0000021du, 0x0004003du, 0x00000008u, 0x00004971u, - 0x0000492fu, 0x000500c3u, 0x00000008u, 0x00004972u, 0x00004971u, 0x00000214u, 0x000500c5u, 0x00000008u, - 0x00004973u, 0x0000496fu, 0x00004972u, 0x000300f7u, 0x00004c2eu, 0x00000000u, 0x000400fau, 0x00002223u, - 0x00004975u, 0x00004a12u, 0x000200f8u, 0x00004a12u, 0x000300f7u, 0x00004c2du, 0x00000000u, 0x000d00fbu, - 0x0000478du, 0x00004c2du, 0x00000000u, 0x00004a15u, 0x00000001u, 0x00004a9du, 0x00000002u, 0x00004acbu, - 0x00000003u, 0x00004b3eu, 0x00000004u, 0x00004bc6u, 0x000200f8u, 0x00004bc6u, 0x000300f7u, 0x00004c2cu, - 0x00000000u, 0x000700fbu, 0x00004792u, 0x00004bc9u, 0x00000000u, 0x00004beau, 0x00000001u, 0x00004c0bu, - 0x000200f8u, 0x00004c0bu, 0x0004007cu, 0x000000a2u, 0x00004c0du, 0x0000786cu, 0x0003003eu, 0x000048cau, - 0x00004c0du, 0x00050041u, 0x00000007u, 0x00005f1eu, 0x000048cau, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00005f1fu, 0x00005f1eu, 0x00050084u, 0x00000006u, 0x00005f20u, 0x00004788u, 0x00005f1fu, 0x00050080u, - 0x00000006u, 0x00005f21u, 0x00004785u, 0x00005f20u, 0x00050041u, 0x00000007u, 0x00005f22u, 0x000048cau, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00005f23u, 0x00005f22u, 0x00050080u, 0x00000006u, 0x00005f25u, - 0x00005f21u, 0x00005f23u, 0x000500c7u, 0x00000006u, 0x00005f27u, 0x00005f25u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00005f2au, 0x00005f1eu, 0x000500c7u, 0x00000006u, 0x00005f2bu, 0x00005f2au, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005f2cu, 0x00005f2bu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005f2eu, - 0x00005f27u, 0x00005f2cu, 0x000500c6u, 0x00000006u, 0x00005f30u, 0x00005f2eu, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00005f33u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005f30u, 0x0004003du, - 0x0000022bu, 0x00005f34u, 0x00005f33u, 0x00040071u, 0x00000006u, 0x00005f35u, 0x00005f34u, 0x0004007cu, - 0x00000008u, 0x00005f37u, 0x00005f35u, 0x00070050u, 0x00000009u, 0x00005f38u, 0x00005f37u, 0x00005f37u, - 0x00005f37u, 0x00005f37u, 0x000300f7u, 0x00004c21u, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004c12u, - 0x00004c21u, 0x000200f8u, 0x00004c12u, 0x00050050u, 0x0000005fu, 0x00004c15u, 0x0000785bu, 0x0000494eu, - 0x0004007cu, 0x000000a2u, 0x00004c16u, 0x00004c15u, 0x0003003eu, 0x000048cdu, 0x00004c16u, 0x00050041u, - 0x00000007u, 0x00005f42u, 0x000048cdu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005f43u, 0x00005f42u, - 0x00050084u, 0x00000006u, 0x00005f44u, 0x00004788u, 0x00005f43u, 0x00050080u, 0x00000006u, 0x00005f45u, - 0x00004785u, 0x00005f44u, 0x00050041u, 0x00000007u, 0x00005f46u, 0x000048cdu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005f47u, 0x00005f46u, 0x00050080u, 0x00000006u, 0x00005f49u, 0x00005f45u, 0x00005f47u, - 0x000500c7u, 0x00000006u, 0x00005f4bu, 0x00005f49u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005f4eu, - 0x00005f42u, 0x000500c7u, 0x00000006u, 0x00005f4fu, 0x00005f4eu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005f50u, 0x00005f4fu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005f52u, 0x00005f4bu, 0x00005f50u, - 0x000500c6u, 0x00000006u, 0x00005f54u, 0x00005f52u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005f57u, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005f54u, 0x0004003du, 0x0000022bu, 0x00005f58u, - 0x00005f57u, 0x00040071u, 0x00000006u, 0x00005f59u, 0x00005f58u, 0x0004007cu, 0x00000008u, 0x00005f5bu, - 0x00005f59u, 0x00070050u, 0x00000009u, 0x00005f5cu, 0x00005f5bu, 0x00005f5bu, 0x00005f5bu, 0x00005f5bu, - 0x00050050u, 0x0000005fu, 0x00004c1cu, 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004c1du, - 0x00004c1cu, 0x0003003eu, 0x000048d0u, 0x00004c1du, 0x00050041u, 0x00000007u, 0x00005f66u, 0x000048d0u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005f67u, 0x00005f66u, 0x00050084u, 0x00000006u, 0x00005f68u, - 0x00004788u, 0x00005f67u, 0x00050080u, 0x00000006u, 0x00005f69u, 0x00004785u, 0x00005f68u, 0x00050041u, - 0x00000007u, 0x00005f6au, 0x000048d0u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005f6bu, 0x00005f6au, - 0x00050080u, 0x00000006u, 0x00005f6du, 0x00005f69u, 0x00005f6bu, 0x000500c7u, 0x00000006u, 0x00005f6fu, - 0x00005f6du, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005f72u, 0x00005f66u, 0x000500c7u, 0x00000006u, - 0x00005f73u, 0x00005f72u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005f74u, 0x00005f73u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00005f76u, 0x00005f6fu, 0x00005f74u, 0x000500c6u, 0x00000006u, 0x00005f78u, - 0x00005f76u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005f7bu, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00005f78u, 0x0004003du, 0x0000022bu, 0x00005f7cu, 0x00005f7bu, 0x00040071u, 0x00000006u, - 0x00005f7du, 0x00005f7cu, 0x0004007cu, 0x00000008u, 0x00005f7fu, 0x00005f7du, 0x00070050u, 0x00000009u, - 0x00005f80u, 0x00005f7fu, 0x00005f7fu, 0x00005f7fu, 0x00005f7fu, 0x000200f9u, 0x00004c21u, 0x000200f8u, - 0x00004c21u, 0x000700f5u, 0x00000009u, 0x00007b95u, 0x00007ac1u, 0x00004c0bu, 0x00005f80u, 0x00004c12u, - 0x000700f5u, 0x00000009u, 0x00007aa1u, 0x000079cau, 0x00004c0bu, 0x00005f5cu, 0x00004c12u, 0x000300f7u, - 0x00004c2bu, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004c23u, 0x00004c2bu, 0x000200f8u, 0x00004c23u, - 0x00050050u, 0x0000005fu, 0x00004c26u, 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004c27u, - 0x00004c26u, 0x0003003eu, 0x000048d3u, 0x00004c27u, 0x00050041u, 0x00000007u, 0x00005f8au, 0x000048d3u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005f8bu, 0x00005f8au, 0x00050084u, 0x00000006u, 0x00005f8cu, - 0x00004788u, 0x00005f8bu, 0x00050080u, 0x00000006u, 0x00005f8du, 0x00004785u, 0x00005f8cu, 0x00050041u, - 0x00000007u, 0x00005f8eu, 0x000048d3u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005f8fu, 0x00005f8eu, - 0x00050080u, 0x00000006u, 0x00005f91u, 0x00005f8du, 0x00005f8fu, 0x000500c7u, 0x00000006u, 0x00005f93u, - 0x00005f91u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005f96u, 0x00005f8au, 0x000500c7u, 0x00000006u, - 0x00005f97u, 0x00005f96u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005f98u, 0x00005f97u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00005f9au, 0x00005f93u, 0x00005f98u, 0x000500c6u, 0x00000006u, 0x00005f9cu, - 0x00005f9au, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005f9fu, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00005f9cu, 0x0004003du, 0x0000022bu, 0x00005fa0u, 0x00005f9fu, 0x00040071u, 0x00000006u, - 0x00005fa1u, 0x00005fa0u, 0x0004007cu, 0x00000008u, 0x00005fa3u, 0x00005fa1u, 0x00070050u, 0x00000009u, - 0x00005fa4u, 0x00005fa3u, 0x00005fa3u, 0x00005fa3u, 0x00005fa3u, 0x000200f9u, 0x00004c2bu, 0x000200f8u, - 0x00004c2bu, 0x000700f5u, 0x00000009u, 0x00007c89u, 0x00007bb3u, 0x00004c21u, 0x00005fa4u, 0x00004c23u, - 0x000200f9u, 0x00004c2cu, 0x000200f8u, 0x00004beau, 0x0004007cu, 0x000000a2u, 0x00004becu, 0x0000786cu, - 0x0003003eu, 0x000048beu, 0x00004becu, 0x00050041u, 0x00000007u, 0x00005e53u, 0x000048beu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005e54u, 0x00005e53u, 0x00050084u, 0x00000006u, 0x00005e55u, 0x00004788u, - 0x00005e54u, 0x00050080u, 0x00000006u, 0x00005e56u, 0x00004785u, 0x00005e55u, 0x00050041u, 0x00000007u, - 0x00005e57u, 0x000048beu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005e58u, 0x00005e57u, 0x000500c2u, - 0x00000006u, 0x00005e59u, 0x00005e58u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005e5bu, 0x00005e56u, - 0x00005e59u, 0x000500c7u, 0x00000006u, 0x00005e5du, 0x00005e5bu, 0x00000e66u, 0x0004003du, 0x00000006u, - 0x00005e5fu, 0x00005e57u, 0x000400c8u, 0x00000006u, 0x00005e60u, 0x00005e5fu, 0x000500c7u, 0x00000006u, - 0x00005e61u, 0x00005e60u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005e62u, 0x00005e61u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00005e65u, 0x00005e53u, 0x000500c7u, 0x00000006u, 0x00005e66u, 0x00005e65u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005e67u, 0x00005e66u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00005e69u, 0x00005e5du, 0x00005e67u, 0x000500c6u, 0x00000006u, 0x00005e6bu, 0x00005e69u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00005e6eu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005e6bu, - 0x0004003du, 0x0000022bu, 0x00005e6fu, 0x00005e6eu, 0x00040071u, 0x00000006u, 0x00005e70u, 0x00005e6fu, - 0x000500c2u, 0x00000006u, 0x00005e73u, 0x00005e70u, 0x00005e62u, 0x000500c7u, 0x00000006u, 0x00005e74u, - 0x00005e73u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00005e76u, 0x00005e74u, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00005e78u, 0x00005e74u, 0x00005e76u, 0x0004007cu, 0x00000008u, 0x00005e7au, 0x00005e78u, - 0x00070050u, 0x00000009u, 0x00005e7bu, 0x00005e7au, 0x00005e7au, 0x00005e7au, 0x00005e7au, 0x000300f7u, - 0x00004c00u, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004bf1u, 0x00004c00u, 0x000200f8u, 0x00004bf1u, - 0x00050050u, 0x0000005fu, 0x00004bf4u, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004bf5u, - 0x00004bf4u, 0x0003003eu, 0x000048c1u, 0x00004bf5u, 0x00050041u, 0x00000007u, 0x00005e86u, 0x000048c1u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005e87u, 0x00005e86u, 0x00050084u, 0x00000006u, 0x00005e88u, - 0x00004788u, 0x00005e87u, 0x00050080u, 0x00000006u, 0x00005e89u, 0x00004785u, 0x00005e88u, 0x00050041u, - 0x00000007u, 0x00005e8au, 0x000048c1u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005e8bu, 0x00005e8au, - 0x000500c2u, 0x00000006u, 0x00005e8cu, 0x00005e8bu, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005e8eu, - 0x00005e89u, 0x00005e8cu, 0x000500c7u, 0x00000006u, 0x00005e90u, 0x00005e8eu, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00005e92u, 0x00005e8au, 0x000400c8u, 0x00000006u, 0x00005e93u, 0x00005e92u, 0x000500c7u, - 0x00000006u, 0x00005e94u, 0x00005e93u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005e95u, 0x00005e94u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x00005e98u, 0x00005e86u, 0x000500c7u, 0x00000006u, 0x00005e99u, - 0x00005e98u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005e9au, 0x00005e99u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005e9cu, 0x00005e90u, 0x00005e9au, 0x000500c6u, 0x00000006u, 0x00005e9eu, 0x00005e9cu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00005ea1u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00005e9eu, 0x0004003du, 0x0000022bu, 0x00005ea2u, 0x00005ea1u, 0x00040071u, 0x00000006u, 0x00005ea3u, - 0x00005ea2u, 0x000500c2u, 0x00000006u, 0x00005ea6u, 0x00005ea3u, 0x00005e95u, 0x000500c7u, 0x00000006u, - 0x00005ea7u, 0x00005ea6u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00005ea9u, 0x00005ea7u, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x00005eabu, 0x00005ea7u, 0x00005ea9u, 0x0004007cu, 0x00000008u, 0x00005eadu, - 0x00005eabu, 0x00070050u, 0x00000009u, 0x00005eaeu, 0x00005eadu, 0x00005eadu, 0x00005eadu, 0x00005eadu, - 0x00050050u, 0x0000005fu, 0x00004bfbu, 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004bfcu, - 0x00004bfbu, 0x0003003eu, 0x000048c4u, 0x00004bfcu, 0x00050041u, 0x00000007u, 0x00005eb9u, 0x000048c4u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005ebau, 0x00005eb9u, 0x00050084u, 0x00000006u, 0x00005ebbu, - 0x00004788u, 0x00005ebau, 0x00050080u, 0x00000006u, 0x00005ebcu, 0x00004785u, 0x00005ebbu, 0x00050041u, - 0x00000007u, 0x00005ebdu, 0x000048c4u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005ebeu, 0x00005ebdu, - 0x000500c2u, 0x00000006u, 0x00005ebfu, 0x00005ebeu, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005ec1u, - 0x00005ebcu, 0x00005ebfu, 0x000500c7u, 0x00000006u, 0x00005ec3u, 0x00005ec1u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00005ec5u, 0x00005ebdu, 0x000400c8u, 0x00000006u, 0x00005ec6u, 0x00005ec5u, 0x000500c7u, - 0x00000006u, 0x00005ec7u, 0x00005ec6u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005ec8u, 0x00005ec7u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x00005ecbu, 0x00005eb9u, 0x000500c7u, 0x00000006u, 0x00005eccu, - 0x00005ecbu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005ecdu, 0x00005eccu, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005ecfu, 0x00005ec3u, 0x00005ecdu, 0x000500c6u, 0x00000006u, 0x00005ed1u, 0x00005ecfu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00005ed4u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00005ed1u, 0x0004003du, 0x0000022bu, 0x00005ed5u, 0x00005ed4u, 0x00040071u, 0x00000006u, 0x00005ed6u, - 0x00005ed5u, 0x000500c2u, 0x00000006u, 0x00005ed9u, 0x00005ed6u, 0x00005ec8u, 0x000500c7u, 0x00000006u, - 0x00005edau, 0x00005ed9u, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00005edcu, 0x00005edau, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x00005edeu, 0x00005edau, 0x00005edcu, 0x0004007cu, 0x00000008u, 0x00005ee0u, - 0x00005edeu, 0x00070050u, 0x00000009u, 0x00005ee1u, 0x00005ee0u, 0x00005ee0u, 0x00005ee0u, 0x00005ee0u, - 0x000200f9u, 0x00004c00u, 0x000200f8u, 0x00004c00u, 0x000700f5u, 0x00000009u, 0x00007b93u, 0x00007ac1u, - 0x00004beau, 0x00005ee1u, 0x00004bf1u, 0x000700f5u, 0x00000009u, 0x00007a9fu, 0x000079cau, 0x00004beau, - 0x00005eaeu, 0x00004bf1u, 0x000300f7u, 0x00004c0au, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004c02u, - 0x00004c0au, 0x000200f8u, 0x00004c02u, 0x00050050u, 0x0000005fu, 0x00004c05u, 0x0000785bu, 0x00004950u, - 0x0004007cu, 0x000000a2u, 0x00004c06u, 0x00004c05u, 0x0003003eu, 0x000048c7u, 0x00004c06u, 0x00050041u, - 0x00000007u, 0x00005eecu, 0x000048c7u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005eedu, 0x00005eecu, - 0x00050084u, 0x00000006u, 0x00005eeeu, 0x00004788u, 0x00005eedu, 0x00050080u, 0x00000006u, 0x00005eefu, - 0x00004785u, 0x00005eeeu, 0x00050041u, 0x00000007u, 0x00005ef0u, 0x000048c7u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005ef1u, 0x00005ef0u, 0x000500c2u, 0x00000006u, 0x00005ef2u, 0x00005ef1u, 0x00000214u, - 0x00050080u, 0x00000006u, 0x00005ef4u, 0x00005eefu, 0x00005ef2u, 0x000500c7u, 0x00000006u, 0x00005ef6u, - 0x00005ef4u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005ef8u, 0x00005ef0u, 0x000400c8u, 0x00000006u, - 0x00005ef9u, 0x00005ef8u, 0x000500c7u, 0x00000006u, 0x00005efau, 0x00005ef9u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00005efbu, 0x00005efau, 0x00000703u, 0x0004003du, 0x00000006u, 0x00005efeu, 0x00005eecu, - 0x000500c7u, 0x00000006u, 0x00005effu, 0x00005efeu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005f00u, - 0x00005effu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005f02u, 0x00005ef6u, 0x00005f00u, 0x000500c6u, - 0x00000006u, 0x00005f04u, 0x00005f02u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005f07u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00005f04u, 0x0004003du, 0x0000022bu, 0x00005f08u, 0x00005f07u, - 0x00040071u, 0x00000006u, 0x00005f09u, 0x00005f08u, 0x000500c2u, 0x00000006u, 0x00005f0cu, 0x00005f09u, - 0x00005efbu, 0x000500c7u, 0x00000006u, 0x00005f0du, 0x00005f0cu, 0x00000e89u, 0x000500c4u, 0x00000006u, - 0x00005f0fu, 0x00005f0du, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005f11u, 0x00005f0du, 0x00005f0fu, - 0x0004007cu, 0x00000008u, 0x00005f13u, 0x00005f11u, 0x00070050u, 0x00000009u, 0x00005f14u, 0x00005f13u, - 0x00005f13u, 0x00005f13u, 0x00005f13u, 0x000200f9u, 0x00004c0au, 0x000200f8u, 0x00004c0au, 0x000700f5u, - 0x00000009u, 0x00007c87u, 0x00007bb3u, 0x00004c00u, 0x00005f14u, 0x00004c02u, 0x000200f9u, 0x00004c2cu, - 0x000200f8u, 0x00004bc9u, 0x0004007cu, 0x000000a2u, 0x00004bcbu, 0x0000786cu, 0x0003003eu, 0x000048d6u, - 0x00004bcbu, 0x00050041u, 0x00000007u, 0x00005da6u, 0x000048d6u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00005da7u, 0x00005da6u, 0x00050084u, 0x00000006u, 0x00005da8u, 0x00004788u, 0x00005da7u, 0x00050080u, - 0x00000006u, 0x00005da9u, 0x00004785u, 0x00005da8u, 0x00050041u, 0x00000007u, 0x00005daau, 0x000048d6u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00005dabu, 0x00005daau, 0x00050084u, 0x00000006u, 0x00005dacu, - 0x00005dabu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005daeu, 0x00005da9u, 0x00005dacu, 0x000500c7u, - 0x00000006u, 0x00005db0u, 0x00005daeu, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005db2u, 0x00005db0u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00005db4u, 0x00005da6u, 0x000500c7u, 0x00000006u, 0x00005db5u, - 0x00005db4u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005db6u, 0x00005db5u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00005db8u, 0x00005db2u, 0x00005db6u, 0x000500c6u, 0x00000006u, 0x00005dbau, 0x00005db8u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00005dbdu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00005dbau, 0x0004003du, 0x0000022du, 0x00005dbeu, 0x00005dbdu, 0x00040071u, 0x00000006u, 0x00005dbfu, - 0x00005dbeu, 0x000500c2u, 0x00000006u, 0x00005dc1u, 0x00005dbfu, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x00005dc2u, 0x00005dc1u, 0x000500c7u, 0x00000006u, 0x00005dc4u, 0x00005dbfu, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00005dc5u, 0x00005dc4u, 0x00050050u, 0x0000005fu, 0x00005dc6u, 0x00005dc2u, 0x00005dc5u, - 0x0009004fu, 0x00000009u, 0x00005dc7u, 0x00005dc6u, 0x00005dc6u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000300f7u, 0x00004bdfu, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004bd0u, 0x00004bdfu, - 0x000200f8u, 0x00004bd0u, 0x00050050u, 0x0000005fu, 0x00004bd3u, 0x0000785bu, 0x0000494eu, 0x0004007cu, - 0x000000a2u, 0x00004bd4u, 0x00004bd3u, 0x0003003eu, 0x000048d9u, 0x00004bd4u, 0x00050041u, 0x00000007u, - 0x00005dd1u, 0x000048d9u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005dd2u, 0x00005dd1u, 0x00050084u, - 0x00000006u, 0x00005dd3u, 0x00004788u, 0x00005dd2u, 0x00050080u, 0x00000006u, 0x00005dd4u, 0x00004785u, - 0x00005dd3u, 0x00050041u, 0x00000007u, 0x00005dd5u, 0x000048d9u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005dd6u, 0x00005dd5u, 0x00050084u, 0x00000006u, 0x00005dd7u, 0x00005dd6u, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x00005dd9u, 0x00005dd4u, 0x00005dd7u, 0x000500c7u, 0x00000006u, 0x00005ddbu, 0x00005dd9u, - 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005dddu, 0x00005ddbu, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00005ddfu, 0x00005dd1u, 0x000500c7u, 0x00000006u, 0x00005de0u, 0x00005ddfu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005de1u, 0x00005de0u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005de3u, 0x00005dddu, - 0x00005de1u, 0x000500c6u, 0x00000006u, 0x00005de5u, 0x00005de3u, 0x00000487u, 0x00080041u, 0x00000272u, - 0x00005de8u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005de5u, 0x0004003du, 0x0000022du, - 0x00005de9u, 0x00005de8u, 0x00040071u, 0x00000006u, 0x00005deau, 0x00005de9u, 0x000500c2u, 0x00000006u, - 0x00005decu, 0x00005deau, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005dedu, 0x00005decu, 0x000500c7u, - 0x00000006u, 0x00005defu, 0x00005deau, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005df0u, 0x00005defu, - 0x00050050u, 0x0000005fu, 0x00005df1u, 0x00005dedu, 0x00005df0u, 0x0009004fu, 0x00000009u, 0x00005df2u, - 0x00005df1u, 0x00005df1u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000005fu, - 0x00004bdau, 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004bdbu, 0x00004bdau, 0x0003003eu, - 0x000048dcu, 0x00004bdbu, 0x00050041u, 0x00000007u, 0x00005dfcu, 0x000048dcu, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00005dfdu, 0x00005dfcu, 0x00050084u, 0x00000006u, 0x00005dfeu, 0x00004788u, 0x00005dfdu, - 0x00050080u, 0x00000006u, 0x00005dffu, 0x00004785u, 0x00005dfeu, 0x00050041u, 0x00000007u, 0x00005e00u, - 0x000048dcu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005e01u, 0x00005e00u, 0x00050084u, 0x00000006u, - 0x00005e02u, 0x00005e01u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005e04u, 0x00005dffu, 0x00005e02u, - 0x000500c7u, 0x00000006u, 0x00005e06u, 0x00005e04u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005e08u, - 0x00005e06u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005e0au, 0x00005dfcu, 0x000500c7u, 0x00000006u, - 0x00005e0bu, 0x00005e0au, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005e0cu, 0x00005e0bu, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00005e0eu, 0x00005e08u, 0x00005e0cu, 0x000500c6u, 0x00000006u, 0x00005e10u, - 0x00005e0eu, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005e13u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00005e10u, 0x0004003du, 0x0000022du, 0x00005e14u, 0x00005e13u, 0x00040071u, 0x00000006u, - 0x00005e15u, 0x00005e14u, 0x000500c2u, 0x00000006u, 0x00005e17u, 0x00005e15u, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x00005e18u, 0x00005e17u, 0x000500c7u, 0x00000006u, 0x00005e1au, 0x00005e15u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00005e1bu, 0x00005e1au, 0x00050050u, 0x0000005fu, 0x00005e1cu, 0x00005e18u, - 0x00005e1bu, 0x0009004fu, 0x00000009u, 0x00005e1du, 0x00005e1cu, 0x00005e1cu, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004bdfu, 0x000200f8u, 0x00004bdfu, 0x000700f5u, 0x00000009u, - 0x00007b91u, 0x00007ac1u, 0x00004bc9u, 0x00005e1du, 0x00004bd0u, 0x000700f5u, 0x00000009u, 0x00007a9du, - 0x000079cau, 0x00004bc9u, 0x00005df2u, 0x00004bd0u, 0x000300f7u, 0x00004be9u, 0x00000000u, 0x000400fau, - 0x0000495au, 0x00004be1u, 0x00004be9u, 0x000200f8u, 0x00004be1u, 0x00050050u, 0x0000005fu, 0x00004be4u, - 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004be5u, 0x00004be4u, 0x0003003eu, 0x000048dfu, - 0x00004be5u, 0x00050041u, 0x00000007u, 0x00005e27u, 0x000048dfu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00005e28u, 0x00005e27u, 0x00050084u, 0x00000006u, 0x00005e29u, 0x00004788u, 0x00005e28u, 0x00050080u, - 0x00000006u, 0x00005e2au, 0x00004785u, 0x00005e29u, 0x00050041u, 0x00000007u, 0x00005e2bu, 0x000048dfu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00005e2cu, 0x00005e2bu, 0x00050084u, 0x00000006u, 0x00005e2du, - 0x00005e2cu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005e2fu, 0x00005e2au, 0x00005e2du, 0x000500c7u, - 0x00000006u, 0x00005e31u, 0x00005e2fu, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005e33u, 0x00005e31u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00005e35u, 0x00005e27u, 0x000500c7u, 0x00000006u, 0x00005e36u, - 0x00005e35u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005e37u, 0x00005e36u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00005e39u, 0x00005e33u, 0x00005e37u, 0x000500c6u, 0x00000006u, 0x00005e3bu, 0x00005e39u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x00005e3eu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00005e3bu, 0x0004003du, 0x0000022du, 0x00005e3fu, 0x00005e3eu, 0x00040071u, 0x00000006u, 0x00005e40u, - 0x00005e3fu, 0x000500c2u, 0x00000006u, 0x00005e42u, 0x00005e40u, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x00005e43u, 0x00005e42u, 0x000500c7u, 0x00000006u, 0x00005e45u, 0x00005e40u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00005e46u, 0x00005e45u, 0x00050050u, 0x0000005fu, 0x00005e47u, 0x00005e43u, 0x00005e46u, - 0x0009004fu, 0x00000009u, 0x00005e48u, 0x00005e47u, 0x00005e47u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004be9u, 0x000200f8u, 0x00004be9u, 0x000700f5u, 0x00000009u, 0x00007c85u, - 0x00007bb3u, 0x00004bdfu, 0x00005e48u, 0x00004be1u, 0x000200f9u, 0x00004c2cu, 0x000200f8u, 0x00004c2cu, - 0x000900f5u, 0x00000009u, 0x00007c84u, 0x00007c85u, 0x00004be9u, 0x00007c87u, 0x00004c0au, 0x00007c89u, - 0x00004c2bu, 0x000900f5u, 0x00000009u, 0x00007b8fu, 0x00007b91u, 0x00004be9u, 0x00007b93u, 0x00004c0au, - 0x00007b95u, 0x00004c2bu, 0x000900f5u, 0x00000009u, 0x00007a9bu, 0x00007a9du, 0x00004be9u, 0x00007a9fu, - 0x00004c0au, 0x00007aa1u, 0x00004c2bu, 0x000900f5u, 0x00000009u, 0x0000796du, 0x00005dc7u, 0x00004be9u, - 0x00005e7bu, 0x00004c0au, 0x00005f38u, 0x00004c2bu, 0x000200f9u, 0x00004c2du, 0x000200f8u, 0x00004b3eu, - 0x000300f7u, 0x00004bc5u, 0x00000000u, 0x000b00fbu, 0x00004792u, 0x00004bc5u, 0x00000000u, 0x00004b41u, - 0x00000001u, 0x00004b62u, 0x00000002u, 0x00004b83u, 0x00000003u, 0x00004ba4u, 0x000200f8u, 0x00004ba4u, - 0x0004007cu, 0x000000a2u, 0x00004ba6u, 0x0000786cu, 0x0003003eu, 0x000048b2u, 0x00004ba6u, 0x00050041u, - 0x00000007u, 0x00005cfau, 0x000048b2u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005cfbu, 0x00005cfau, - 0x00050084u, 0x00000006u, 0x00005cfcu, 0x00004788u, 0x00005cfbu, 0x00050080u, 0x00000006u, 0x00005cfdu, - 0x00004785u, 0x00005cfcu, 0x00050041u, 0x00000007u, 0x00005cfeu, 0x000048b2u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005cffu, 0x00005cfeu, 0x00050084u, 0x00000006u, 0x00005d00u, 0x00005cffu, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00005d02u, 0x00005cfdu, 0x00005d00u, 0x000500c7u, 0x00000006u, 0x00005d04u, - 0x00005d02u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005d06u, 0x00005d04u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00005d08u, 0x00005cfau, 0x000500c7u, 0x00000006u, 0x00005d09u, 0x00005d08u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005d0au, 0x00005d09u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005d0cu, - 0x00005d06u, 0x00005d0au, 0x000500c6u, 0x00000006u, 0x00005d0eu, 0x00005d0cu, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00005d11u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005d0eu, 0x0004003du, - 0x0000022du, 0x00005d12u, 0x00005d11u, 0x00040071u, 0x00000006u, 0x00005d13u, 0x00005d12u, 0x000500c2u, - 0x00000006u, 0x00005d15u, 0x00005d13u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005d16u, 0x00005d15u, - 0x000500c7u, 0x00000006u, 0x00005d18u, 0x00005d13u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005d19u, - 0x00005d18u, 0x00050050u, 0x0000005fu, 0x00005d1au, 0x00005d16u, 0x00005d19u, 0x0009004fu, 0x00000009u, - 0x00005d1bu, 0x00005d1au, 0x00005d1au, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, - 0x00004bbau, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004babu, 0x00004bbau, 0x000200f8u, 0x00004babu, - 0x00050050u, 0x0000005fu, 0x00004baeu, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004bafu, - 0x00004baeu, 0x0003003eu, 0x000048b5u, 0x00004bafu, 0x00050041u, 0x00000007u, 0x00005d25u, 0x000048b5u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005d26u, 0x00005d25u, 0x00050084u, 0x00000006u, 0x00005d27u, - 0x00004788u, 0x00005d26u, 0x00050080u, 0x00000006u, 0x00005d28u, 0x00004785u, 0x00005d27u, 0x00050041u, - 0x00000007u, 0x00005d29u, 0x000048b5u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005d2au, 0x00005d29u, - 0x00050084u, 0x00000006u, 0x00005d2bu, 0x00005d2au, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005d2du, - 0x00005d28u, 0x00005d2bu, 0x000500c7u, 0x00000006u, 0x00005d2fu, 0x00005d2du, 0x00000e66u, 0x000500c2u, - 0x00000006u, 0x00005d31u, 0x00005d2fu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005d33u, 0x00005d25u, - 0x000500c7u, 0x00000006u, 0x00005d34u, 0x00005d33u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005d35u, - 0x00005d34u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005d37u, 0x00005d31u, 0x00005d35u, 0x000500c6u, - 0x00000006u, 0x00005d39u, 0x00005d37u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005d3cu, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00005d39u, 0x0004003du, 0x0000022du, 0x00005d3du, 0x00005d3cu, - 0x00040071u, 0x00000006u, 0x00005d3eu, 0x00005d3du, 0x000500c2u, 0x00000006u, 0x00005d40u, 0x00005d3eu, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005d41u, 0x00005d40u, 0x000500c7u, 0x00000006u, 0x00005d43u, - 0x00005d3eu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005d44u, 0x00005d43u, 0x00050050u, 0x0000005fu, - 0x00005d45u, 0x00005d41u, 0x00005d44u, 0x0009004fu, 0x00000009u, 0x00005d46u, 0x00005d45u, 0x00005d45u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000005fu, 0x00004bb5u, 0x00007857u, - 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004bb6u, 0x00004bb5u, 0x0003003eu, 0x000048b8u, 0x00004bb6u, - 0x00050041u, 0x00000007u, 0x00005d50u, 0x000048b8u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005d51u, - 0x00005d50u, 0x00050084u, 0x00000006u, 0x00005d52u, 0x00004788u, 0x00005d51u, 0x00050080u, 0x00000006u, - 0x00005d53u, 0x00004785u, 0x00005d52u, 0x00050041u, 0x00000007u, 0x00005d54u, 0x000048b8u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005d55u, 0x00005d54u, 0x00050084u, 0x00000006u, 0x00005d56u, 0x00005d55u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005d58u, 0x00005d53u, 0x00005d56u, 0x000500c7u, 0x00000006u, - 0x00005d5au, 0x00005d58u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005d5cu, 0x00005d5au, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00005d5eu, 0x00005d50u, 0x000500c7u, 0x00000006u, 0x00005d5fu, 0x00005d5eu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005d60u, 0x00005d5fu, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005d62u, 0x00005d5cu, 0x00005d60u, 0x000500c6u, 0x00000006u, 0x00005d64u, 0x00005d62u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00005d67u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005d64u, - 0x0004003du, 0x0000022du, 0x00005d68u, 0x00005d67u, 0x00040071u, 0x00000006u, 0x00005d69u, 0x00005d68u, - 0x000500c2u, 0x00000006u, 0x00005d6bu, 0x00005d69u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005d6cu, - 0x00005d6bu, 0x000500c7u, 0x00000006u, 0x00005d6eu, 0x00005d69u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005d6fu, 0x00005d6eu, 0x00050050u, 0x0000005fu, 0x00005d70u, 0x00005d6cu, 0x00005d6fu, 0x0009004fu, - 0x00000009u, 0x00005d71u, 0x00005d70u, 0x00005d70u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004bbau, 0x000200f8u, 0x00004bbau, 0x000700f5u, 0x00000009u, 0x00007b8eu, 0x00007ac1u, - 0x00004ba4u, 0x00005d71u, 0x00004babu, 0x000700f5u, 0x00000009u, 0x00007a9au, 0x000079cau, 0x00004ba4u, - 0x00005d46u, 0x00004babu, 0x000300f7u, 0x00004bc4u, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004bbcu, - 0x00004bc4u, 0x000200f8u, 0x00004bbcu, 0x00050050u, 0x0000005fu, 0x00004bbfu, 0x0000785bu, 0x00004950u, - 0x0004007cu, 0x000000a2u, 0x00004bc0u, 0x00004bbfu, 0x0003003eu, 0x000048bbu, 0x00004bc0u, 0x00050041u, - 0x00000007u, 0x00005d7bu, 0x000048bbu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005d7cu, 0x00005d7bu, - 0x00050084u, 0x00000006u, 0x00005d7du, 0x00004788u, 0x00005d7cu, 0x00050080u, 0x00000006u, 0x00005d7eu, - 0x00004785u, 0x00005d7du, 0x00050041u, 0x00000007u, 0x00005d7fu, 0x000048bbu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005d80u, 0x00005d7fu, 0x00050084u, 0x00000006u, 0x00005d81u, 0x00005d80u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00005d83u, 0x00005d7eu, 0x00005d81u, 0x000500c7u, 0x00000006u, 0x00005d85u, - 0x00005d83u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005d87u, 0x00005d85u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00005d89u, 0x00005d7bu, 0x000500c7u, 0x00000006u, 0x00005d8au, 0x00005d89u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005d8bu, 0x00005d8au, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005d8du, - 0x00005d87u, 0x00005d8bu, 0x000500c6u, 0x00000006u, 0x00005d8fu, 0x00005d8du, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00005d92u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005d8fu, 0x0004003du, - 0x0000022du, 0x00005d93u, 0x00005d92u, 0x00040071u, 0x00000006u, 0x00005d94u, 0x00005d93u, 0x000500c2u, - 0x00000006u, 0x00005d96u, 0x00005d94u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005d97u, 0x00005d96u, - 0x000500c7u, 0x00000006u, 0x00005d99u, 0x00005d94u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005d9au, - 0x00005d99u, 0x00050050u, 0x0000005fu, 0x00005d9bu, 0x00005d97u, 0x00005d9au, 0x0009004fu, 0x00000009u, - 0x00005d9cu, 0x00005d9bu, 0x00005d9bu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00004bc4u, 0x000200f8u, 0x00004bc4u, 0x000700f5u, 0x00000009u, 0x00007c82u, 0x00007bb3u, 0x00004bbau, - 0x00005d9cu, 0x00004bbcu, 0x000200f9u, 0x00004bc5u, 0x000200f8u, 0x00004b83u, 0x0004007cu, 0x000000a2u, - 0x00004b85u, 0x0000786cu, 0x0003003eu, 0x000048a6u, 0x00004b85u, 0x00050041u, 0x00000007u, 0x00005c1fu, - 0x000048a6u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005c20u, 0x00005c1fu, 0x00050084u, 0x00000006u, - 0x00005c21u, 0x00004788u, 0x00005c20u, 0x00050080u, 0x00000006u, 0x00005c22u, 0x00004785u, 0x00005c21u, - 0x00050041u, 0x00000007u, 0x00005c23u, 0x000048a6u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005c24u, - 0x00005c23u, 0x00050084u, 0x00000006u, 0x00005c25u, 0x00005c24u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00005c27u, 0x00005c22u, 0x00005c25u, 0x000500c7u, 0x00000006u, 0x00005c29u, 0x00005c27u, 0x00000e66u, - 0x000500c2u, 0x00000006u, 0x00005c2bu, 0x00005c29u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005c2du, - 0x00005c1fu, 0x000500c7u, 0x00000006u, 0x00005c2eu, 0x00005c2du, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005c2fu, 0x00005c2eu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005c31u, 0x00005c2bu, 0x00005c2fu, - 0x000500c6u, 0x00000006u, 0x00005c33u, 0x00005c31u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005c36u, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005c33u, 0x0004003du, 0x0000022du, 0x00005c37u, - 0x00005c36u, 0x00040071u, 0x00000006u, 0x00005c38u, 0x00005c37u, 0x000500c2u, 0x00000006u, 0x00005c40u, - 0x00005c38u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005c42u, 0x00005c38u, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00005c44u, 0x00005c40u, 0x0004007cu, 0x00000008u, 0x00005c4au, 0x00005c42u, 0x00070050u, - 0x00000009u, 0x00005c4bu, 0x00005c44u, 0x00005c44u, 0x00005c44u, 0x00005c4au, 0x000300f7u, 0x00004b99u, - 0x00000000u, 0x000400fau, 0x00002229u, 0x00004b8au, 0x00004b99u, 0x000200f8u, 0x00004b8au, 0x00050050u, - 0x0000005fu, 0x00004b8du, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004b8eu, 0x00004b8du, - 0x0003003eu, 0x000048a9u, 0x00004b8eu, 0x00050041u, 0x00000007u, 0x00005c56u, 0x000048a9u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005c57u, 0x00005c56u, 0x00050084u, 0x00000006u, 0x00005c58u, 0x00004788u, - 0x00005c57u, 0x00050080u, 0x00000006u, 0x00005c59u, 0x00004785u, 0x00005c58u, 0x00050041u, 0x00000007u, - 0x00005c5au, 0x000048a9u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005c5bu, 0x00005c5au, 0x00050084u, - 0x00000006u, 0x00005c5cu, 0x00005c5bu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005c5eu, 0x00005c59u, - 0x00005c5cu, 0x000500c7u, 0x00000006u, 0x00005c60u, 0x00005c5eu, 0x00000e66u, 0x000500c2u, 0x00000006u, - 0x00005c62u, 0x00005c60u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005c64u, 0x00005c56u, 0x000500c7u, - 0x00000006u, 0x00005c65u, 0x00005c64u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005c66u, 0x00005c65u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005c68u, 0x00005c62u, 0x00005c66u, 0x000500c6u, 0x00000006u, - 0x00005c6au, 0x00005c68u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005c6du, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00005c6au, 0x0004003du, 0x0000022du, 0x00005c6eu, 0x00005c6du, 0x00040071u, - 0x00000006u, 0x00005c6fu, 0x00005c6eu, 0x000500c2u, 0x00000006u, 0x00005c77u, 0x00005c6fu, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x00005c79u, 0x00005c6fu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005c7bu, - 0x00005c77u, 0x0004007cu, 0x00000008u, 0x00005c81u, 0x00005c79u, 0x00070050u, 0x00000009u, 0x00005c82u, - 0x00005c7bu, 0x00005c7bu, 0x00005c7bu, 0x00005c81u, 0x00050050u, 0x0000005fu, 0x00004b94u, 0x00007857u, - 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004b95u, 0x00004b94u, 0x0003003eu, 0x000048acu, 0x00004b95u, - 0x00050041u, 0x00000007u, 0x00005c8du, 0x000048acu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005c8eu, - 0x00005c8du, 0x00050084u, 0x00000006u, 0x00005c8fu, 0x00004788u, 0x00005c8eu, 0x00050080u, 0x00000006u, - 0x00005c90u, 0x00004785u, 0x00005c8fu, 0x00050041u, 0x00000007u, 0x00005c91u, 0x000048acu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005c92u, 0x00005c91u, 0x00050084u, 0x00000006u, 0x00005c93u, 0x00005c92u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005c95u, 0x00005c90u, 0x00005c93u, 0x000500c7u, 0x00000006u, - 0x00005c97u, 0x00005c95u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005c99u, 0x00005c97u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00005c9bu, 0x00005c8du, 0x000500c7u, 0x00000006u, 0x00005c9cu, 0x00005c9bu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005c9du, 0x00005c9cu, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005c9fu, 0x00005c99u, 0x00005c9du, 0x000500c6u, 0x00000006u, 0x00005ca1u, 0x00005c9fu, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00005ca4u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005ca1u, - 0x0004003du, 0x0000022du, 0x00005ca5u, 0x00005ca4u, 0x00040071u, 0x00000006u, 0x00005ca6u, 0x00005ca5u, - 0x000500c2u, 0x00000006u, 0x00005caeu, 0x00005ca6u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005cb0u, - 0x00005ca6u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005cb2u, 0x00005caeu, 0x0004007cu, 0x00000008u, - 0x00005cb8u, 0x00005cb0u, 0x00070050u, 0x00000009u, 0x00005cb9u, 0x00005cb2u, 0x00005cb2u, 0x00005cb2u, - 0x00005cb8u, 0x000200f9u, 0x00004b99u, 0x000200f8u, 0x00004b99u, 0x000700f5u, 0x00000009u, 0x00007b8cu, - 0x00007ac1u, 0x00004b83u, 0x00005cb9u, 0x00004b8au, 0x000700f5u, 0x00000009u, 0x00007a98u, 0x000079cau, - 0x00004b83u, 0x00005c82u, 0x00004b8au, 0x000300f7u, 0x00004ba3u, 0x00000000u, 0x000400fau, 0x0000495au, - 0x00004b9bu, 0x00004ba3u, 0x000200f8u, 0x00004b9bu, 0x00050050u, 0x0000005fu, 0x00004b9eu, 0x0000785bu, - 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004b9fu, 0x00004b9eu, 0x0003003eu, 0x000048afu, 0x00004b9fu, - 0x00050041u, 0x00000007u, 0x00005cc4u, 0x000048afu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005cc5u, - 0x00005cc4u, 0x00050084u, 0x00000006u, 0x00005cc6u, 0x00004788u, 0x00005cc5u, 0x00050080u, 0x00000006u, - 0x00005cc7u, 0x00004785u, 0x00005cc6u, 0x00050041u, 0x00000007u, 0x00005cc8u, 0x000048afu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005cc9u, 0x00005cc8u, 0x00050084u, 0x00000006u, 0x00005ccau, 0x00005cc9u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005cccu, 0x00005cc7u, 0x00005ccau, 0x000500c7u, 0x00000006u, - 0x00005cceu, 0x00005cccu, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005cd0u, 0x00005cceu, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00005cd2u, 0x00005cc4u, 0x000500c7u, 0x00000006u, 0x00005cd3u, 0x00005cd2u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005cd4u, 0x00005cd3u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005cd6u, 0x00005cd0u, 0x00005cd4u, 0x000500c6u, 0x00000006u, 0x00005cd8u, 0x00005cd6u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00005cdbu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005cd8u, - 0x0004003du, 0x0000022du, 0x00005cdcu, 0x00005cdbu, 0x00040071u, 0x00000006u, 0x00005cddu, 0x00005cdcu, - 0x000500c2u, 0x00000006u, 0x00005ce5u, 0x00005cddu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005ce7u, - 0x00005cddu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005ce9u, 0x00005ce5u, 0x0004007cu, 0x00000008u, - 0x00005cefu, 0x00005ce7u, 0x00070050u, 0x00000009u, 0x00005cf0u, 0x00005ce9u, 0x00005ce9u, 0x00005ce9u, - 0x00005cefu, 0x000200f9u, 0x00004ba3u, 0x000200f8u, 0x00004ba3u, 0x000700f5u, 0x00000009u, 0x00007c80u, - 0x00007bb3u, 0x00004b99u, 0x00005cf0u, 0x00004b9bu, 0x000200f9u, 0x00004bc5u, 0x000200f8u, 0x00004b62u, - 0x0004007cu, 0x000000a2u, 0x00004b64u, 0x0000786cu, 0x0003003eu, 0x0000489au, 0x00004b64u, 0x00050041u, - 0x00000007u, 0x00005b40u, 0x0000489au, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005b41u, 0x00005b40u, - 0x00050084u, 0x00000006u, 0x00005b42u, 0x00004788u, 0x00005b41u, 0x00050080u, 0x00000006u, 0x00005b43u, - 0x00004785u, 0x00005b42u, 0x00050041u, 0x00000007u, 0x00005b44u, 0x0000489au, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005b45u, 0x00005b44u, 0x00050080u, 0x00000006u, 0x00005b47u, 0x00005b43u, 0x00005b45u, - 0x000500c7u, 0x00000006u, 0x00005b49u, 0x00005b47u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005b4cu, - 0x00005b40u, 0x000500c7u, 0x00000006u, 0x00005b4du, 0x00005b4cu, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005b4eu, 0x00005b4du, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005b50u, 0x00005b49u, 0x00005b4eu, - 0x000500c6u, 0x00000006u, 0x00005b52u, 0x00005b50u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005b55u, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005b52u, 0x0004003du, 0x0000022bu, 0x00005b56u, - 0x00005b55u, 0x00040071u, 0x00000006u, 0x00005b57u, 0x00005b56u, 0x000500c2u, 0x00000006u, 0x00005b59u, - 0x00005b57u, 0x0000021du, 0x000500c7u, 0x00000006u, 0x00005b5bu, 0x00005b57u, 0x00000e89u, 0x000500c4u, - 0x00000006u, 0x00005b5du, 0x00005b5bu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005b5fu, 0x00005b5bu, - 0x00005b5du, 0x000500c4u, 0x00000006u, 0x00005b61u, 0x00005b59u, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x00005b63u, 0x00005b59u, 0x00005b61u, 0x0004007cu, 0x00000008u, 0x00005b65u, 0x00005b63u, 0x0004007cu, - 0x00000008u, 0x00005b6bu, 0x00005b5fu, 0x00070050u, 0x00000009u, 0x00005b6cu, 0x00005b65u, 0x00005b65u, - 0x00005b65u, 0x00005b6bu, 0x000300f7u, 0x00004b78u, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004b69u, - 0x00004b78u, 0x000200f8u, 0x00004b69u, 0x00050050u, 0x0000005fu, 0x00004b6cu, 0x0000785bu, 0x0000494eu, - 0x0004007cu, 0x000000a2u, 0x00004b6du, 0x00004b6cu, 0x0003003eu, 0x0000489du, 0x00004b6du, 0x00050041u, - 0x00000007u, 0x00005b78u, 0x0000489du, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005b79u, 0x00005b78u, - 0x00050084u, 0x00000006u, 0x00005b7au, 0x00004788u, 0x00005b79u, 0x00050080u, 0x00000006u, 0x00005b7bu, - 0x00004785u, 0x00005b7au, 0x00050041u, 0x00000007u, 0x00005b7cu, 0x0000489du, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005b7du, 0x00005b7cu, 0x00050080u, 0x00000006u, 0x00005b7fu, 0x00005b7bu, 0x00005b7du, - 0x000500c7u, 0x00000006u, 0x00005b81u, 0x00005b7fu, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005b84u, - 0x00005b78u, 0x000500c7u, 0x00000006u, 0x00005b85u, 0x00005b84u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005b86u, 0x00005b85u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005b88u, 0x00005b81u, 0x00005b86u, - 0x000500c6u, 0x00000006u, 0x00005b8au, 0x00005b88u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005b8du, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005b8au, 0x0004003du, 0x0000022bu, 0x00005b8eu, - 0x00005b8du, 0x00040071u, 0x00000006u, 0x00005b8fu, 0x00005b8eu, 0x000500c2u, 0x00000006u, 0x00005b91u, - 0x00005b8fu, 0x0000021du, 0x000500c7u, 0x00000006u, 0x00005b93u, 0x00005b8fu, 0x00000e89u, 0x000500c4u, - 0x00000006u, 0x00005b95u, 0x00005b93u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005b97u, 0x00005b93u, - 0x00005b95u, 0x000500c4u, 0x00000006u, 0x00005b99u, 0x00005b91u, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x00005b9bu, 0x00005b91u, 0x00005b99u, 0x0004007cu, 0x00000008u, 0x00005b9du, 0x00005b9bu, 0x0004007cu, - 0x00000008u, 0x00005ba3u, 0x00005b97u, 0x00070050u, 0x00000009u, 0x00005ba4u, 0x00005b9du, 0x00005b9du, - 0x00005b9du, 0x00005ba3u, 0x00050050u, 0x0000005fu, 0x00004b73u, 0x00007857u, 0x00004950u, 0x0004007cu, - 0x000000a2u, 0x00004b74u, 0x00004b73u, 0x0003003eu, 0x000048a0u, 0x00004b74u, 0x00050041u, 0x00000007u, - 0x00005bb0u, 0x000048a0u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005bb1u, 0x00005bb0u, 0x00050084u, - 0x00000006u, 0x00005bb2u, 0x00004788u, 0x00005bb1u, 0x00050080u, 0x00000006u, 0x00005bb3u, 0x00004785u, - 0x00005bb2u, 0x00050041u, 0x00000007u, 0x00005bb4u, 0x000048a0u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005bb5u, 0x00005bb4u, 0x00050080u, 0x00000006u, 0x00005bb7u, 0x00005bb3u, 0x00005bb5u, 0x000500c7u, - 0x00000006u, 0x00005bb9u, 0x00005bb7u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005bbcu, 0x00005bb0u, - 0x000500c7u, 0x00000006u, 0x00005bbdu, 0x00005bbcu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005bbeu, - 0x00005bbdu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005bc0u, 0x00005bb9u, 0x00005bbeu, 0x000500c6u, - 0x00000006u, 0x00005bc2u, 0x00005bc0u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005bc5u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00005bc2u, 0x0004003du, 0x0000022bu, 0x00005bc6u, 0x00005bc5u, - 0x00040071u, 0x00000006u, 0x00005bc7u, 0x00005bc6u, 0x000500c2u, 0x00000006u, 0x00005bc9u, 0x00005bc7u, - 0x0000021du, 0x000500c7u, 0x00000006u, 0x00005bcbu, 0x00005bc7u, 0x00000e89u, 0x000500c4u, 0x00000006u, - 0x00005bcdu, 0x00005bcbu, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005bcfu, 0x00005bcbu, 0x00005bcdu, - 0x000500c4u, 0x00000006u, 0x00005bd1u, 0x00005bc9u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005bd3u, - 0x00005bc9u, 0x00005bd1u, 0x0004007cu, 0x00000008u, 0x00005bd5u, 0x00005bd3u, 0x0004007cu, 0x00000008u, - 0x00005bdbu, 0x00005bcfu, 0x00070050u, 0x00000009u, 0x00005bdcu, 0x00005bd5u, 0x00005bd5u, 0x00005bd5u, - 0x00005bdbu, 0x000200f9u, 0x00004b78u, 0x000200f8u, 0x00004b78u, 0x000700f5u, 0x00000009u, 0x00007b8au, - 0x00007ac1u, 0x00004b62u, 0x00005bdcu, 0x00004b69u, 0x000700f5u, 0x00000009u, 0x00007a96u, 0x000079cau, - 0x00004b62u, 0x00005ba4u, 0x00004b69u, 0x000300f7u, 0x00004b82u, 0x00000000u, 0x000400fau, 0x0000495au, - 0x00004b7au, 0x00004b82u, 0x000200f8u, 0x00004b7au, 0x00050050u, 0x0000005fu, 0x00004b7du, 0x0000785bu, - 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004b7eu, 0x00004b7du, 0x0003003eu, 0x000048a3u, 0x00004b7eu, - 0x00050041u, 0x00000007u, 0x00005be8u, 0x000048a3u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005be9u, - 0x00005be8u, 0x00050084u, 0x00000006u, 0x00005beau, 0x00004788u, 0x00005be9u, 0x00050080u, 0x00000006u, - 0x00005bebu, 0x00004785u, 0x00005beau, 0x00050041u, 0x00000007u, 0x00005becu, 0x000048a3u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005bedu, 0x00005becu, 0x00050080u, 0x00000006u, 0x00005befu, 0x00005bebu, - 0x00005bedu, 0x000500c7u, 0x00000006u, 0x00005bf1u, 0x00005befu, 0x00000e66u, 0x0004003du, 0x00000006u, - 0x00005bf4u, 0x00005be8u, 0x000500c7u, 0x00000006u, 0x00005bf5u, 0x00005bf4u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005bf6u, 0x00005bf5u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005bf8u, 0x00005bf1u, - 0x00005bf6u, 0x000500c6u, 0x00000006u, 0x00005bfau, 0x00005bf8u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00005bfdu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005bfau, 0x0004003du, 0x0000022bu, - 0x00005bfeu, 0x00005bfdu, 0x00040071u, 0x00000006u, 0x00005bffu, 0x00005bfeu, 0x000500c2u, 0x00000006u, - 0x00005c01u, 0x00005bffu, 0x0000021du, 0x000500c7u, 0x00000006u, 0x00005c03u, 0x00005bffu, 0x00000e89u, - 0x000500c4u, 0x00000006u, 0x00005c05u, 0x00005c03u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005c07u, - 0x00005c03u, 0x00005c05u, 0x000500c4u, 0x00000006u, 0x00005c09u, 0x00005c01u, 0x0000021du, 0x000500c5u, - 0x00000006u, 0x00005c0bu, 0x00005c01u, 0x00005c09u, 0x0004007cu, 0x00000008u, 0x00005c0du, 0x00005c0bu, - 0x0004007cu, 0x00000008u, 0x00005c13u, 0x00005c07u, 0x00070050u, 0x00000009u, 0x00005c14u, 0x00005c0du, - 0x00005c0du, 0x00005c0du, 0x00005c13u, 0x000200f9u, 0x00004b82u, 0x000200f8u, 0x00004b82u, 0x000700f5u, - 0x00000009u, 0x00007c7eu, 0x00007bb3u, 0x00004b78u, 0x00005c14u, 0x00004b7au, 0x000200f9u, 0x00004bc5u, - 0x000200f8u, 0x00004b41u, 0x0004007cu, 0x000000a2u, 0x00004b43u, 0x0000786cu, 0x0003003eu, 0x0000488eu, - 0x00004b43u, 0x00050041u, 0x00000007u, 0x00005a38u, 0x0000488eu, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00005a39u, 0x00005a38u, 0x00050084u, 0x00000006u, 0x00005a3au, 0x00004788u, 0x00005a39u, 0x00050080u, - 0x00000006u, 0x00005a3bu, 0x00004785u, 0x00005a3au, 0x00050041u, 0x00000007u, 0x00005a3cu, 0x0000488eu, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00005a3du, 0x00005a3cu, 0x000500c2u, 0x00000006u, 0x00005a3eu, - 0x00005a3du, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005a40u, 0x00005a3bu, 0x00005a3eu, 0x000500c7u, - 0x00000006u, 0x00005a42u, 0x00005a40u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005a44u, 0x00005a3cu, - 0x000400c8u, 0x00000006u, 0x00005a45u, 0x00005a44u, 0x000500c7u, 0x00000006u, 0x00005a46u, 0x00005a45u, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00005a47u, 0x00005a46u, 0x00000703u, 0x0004003du, 0x00000006u, - 0x00005a4au, 0x00005a38u, 0x000500c7u, 0x00000006u, 0x00005a4bu, 0x00005a4au, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005a4cu, 0x00005a4bu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005a4eu, 0x00005a42u, - 0x00005a4cu, 0x000500c6u, 0x00000006u, 0x00005a50u, 0x00005a4eu, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00005a53u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005a50u, 0x0004003du, 0x0000022bu, - 0x00005a54u, 0x00005a53u, 0x00040071u, 0x00000006u, 0x00005a55u, 0x00005a54u, 0x000500c2u, 0x00000006u, - 0x00005a58u, 0x00005a55u, 0x00005a47u, 0x000500c7u, 0x00000006u, 0x00005a59u, 0x00005a58u, 0x00000e89u, - 0x000500c7u, 0x00000006u, 0x00005a5bu, 0x00005a59u, 0x00000ec0u, 0x000500c4u, 0x00000006u, 0x00005a5du, - 0x00005a5bu, 0x0000021du, 0x000500c4u, 0x00000006u, 0x00005a5fu, 0x00005a5bu, 0x00000214u, 0x000500c5u, - 0x00000006u, 0x00005a60u, 0x00005a5du, 0x00005a5fu, 0x000500c2u, 0x00000006u, 0x00005a62u, 0x00005a5bu, - 0x00000217u, 0x000500c5u, 0x00000006u, 0x00005a63u, 0x00005a60u, 0x00005a62u, 0x0004007cu, 0x00000008u, - 0x00005a65u, 0x00005a63u, 0x000500c7u, 0x00000006u, 0x00005a6bu, 0x00005a59u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00005a6cu, 0x00005a6bu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005a6du, 0x00005a6cu, - 0x00070050u, 0x00000009u, 0x00005a6eu, 0x00005a65u, 0x00005a65u, 0x00005a65u, 0x00005a6du, 0x000300f7u, - 0x00004b57u, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004b48u, 0x00004b57u, 0x000200f8u, 0x00004b48u, - 0x00050050u, 0x0000005fu, 0x00004b4bu, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004b4cu, - 0x00004b4bu, 0x0003003eu, 0x00004891u, 0x00004b4cu, 0x00050041u, 0x00000007u, 0x00005a7au, 0x00004891u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005a7bu, 0x00005a7au, 0x00050084u, 0x00000006u, 0x00005a7cu, - 0x00004788u, 0x00005a7bu, 0x00050080u, 0x00000006u, 0x00005a7du, 0x00004785u, 0x00005a7cu, 0x00050041u, - 0x00000007u, 0x00005a7eu, 0x00004891u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005a7fu, 0x00005a7eu, - 0x000500c2u, 0x00000006u, 0x00005a80u, 0x00005a7fu, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005a82u, - 0x00005a7du, 0x00005a80u, 0x000500c7u, 0x00000006u, 0x00005a84u, 0x00005a82u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00005a86u, 0x00005a7eu, 0x000400c8u, 0x00000006u, 0x00005a87u, 0x00005a86u, 0x000500c7u, - 0x00000006u, 0x00005a88u, 0x00005a87u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005a89u, 0x00005a88u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x00005a8cu, 0x00005a7au, 0x000500c7u, 0x00000006u, 0x00005a8du, - 0x00005a8cu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005a8eu, 0x00005a8du, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005a90u, 0x00005a84u, 0x00005a8eu, 0x000500c6u, 0x00000006u, 0x00005a92u, 0x00005a90u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00005a95u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00005a92u, 0x0004003du, 0x0000022bu, 0x00005a96u, 0x00005a95u, 0x00040071u, 0x00000006u, 0x00005a97u, - 0x00005a96u, 0x000500c2u, 0x00000006u, 0x00005a9au, 0x00005a97u, 0x00005a89u, 0x000500c7u, 0x00000006u, - 0x00005a9bu, 0x00005a9au, 0x00000e89u, 0x000500c7u, 0x00000006u, 0x00005a9du, 0x00005a9bu, 0x00000ec0u, - 0x000500c4u, 0x00000006u, 0x00005a9fu, 0x00005a9du, 0x0000021du, 0x000500c4u, 0x00000006u, 0x00005aa1u, - 0x00005a9du, 0x00000214u, 0x000500c5u, 0x00000006u, 0x00005aa2u, 0x00005a9fu, 0x00005aa1u, 0x000500c2u, - 0x00000006u, 0x00005aa4u, 0x00005a9du, 0x00000217u, 0x000500c5u, 0x00000006u, 0x00005aa5u, 0x00005aa2u, - 0x00005aa4u, 0x0004007cu, 0x00000008u, 0x00005aa7u, 0x00005aa5u, 0x000500c7u, 0x00000006u, 0x00005aadu, - 0x00005a9bu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005aaeu, 0x00005aadu, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x00005aafu, 0x00005aaeu, 0x00070050u, 0x00000009u, 0x00005ab0u, 0x00005aa7u, 0x00005aa7u, - 0x00005aa7u, 0x00005aafu, 0x00050050u, 0x0000005fu, 0x00004b52u, 0x00007857u, 0x00004950u, 0x0004007cu, - 0x000000a2u, 0x00004b53u, 0x00004b52u, 0x0003003eu, 0x00004894u, 0x00004b53u, 0x00050041u, 0x00000007u, - 0x00005abcu, 0x00004894u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005abdu, 0x00005abcu, 0x00050084u, - 0x00000006u, 0x00005abeu, 0x00004788u, 0x00005abdu, 0x00050080u, 0x00000006u, 0x00005abfu, 0x00004785u, - 0x00005abeu, 0x00050041u, 0x00000007u, 0x00005ac0u, 0x00004894u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005ac1u, 0x00005ac0u, 0x000500c2u, 0x00000006u, 0x00005ac2u, 0x00005ac1u, 0x00000214u, 0x00050080u, - 0x00000006u, 0x00005ac4u, 0x00005abfu, 0x00005ac2u, 0x000500c7u, 0x00000006u, 0x00005ac6u, 0x00005ac4u, - 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005ac8u, 0x00005ac0u, 0x000400c8u, 0x00000006u, 0x00005ac9u, - 0x00005ac8u, 0x000500c7u, 0x00000006u, 0x00005acau, 0x00005ac9u, 0x00000487u, 0x00050084u, 0x00000006u, - 0x00005acbu, 0x00005acau, 0x00000703u, 0x0004003du, 0x00000006u, 0x00005aceu, 0x00005abcu, 0x000500c7u, - 0x00000006u, 0x00005acfu, 0x00005aceu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005ad0u, 0x00005acfu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005ad2u, 0x00005ac6u, 0x00005ad0u, 0x000500c6u, 0x00000006u, - 0x00005ad4u, 0x00005ad2u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005ad7u, 0x00000e80u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00005ad4u, 0x0004003du, 0x0000022bu, 0x00005ad8u, 0x00005ad7u, 0x00040071u, - 0x00000006u, 0x00005ad9u, 0x00005ad8u, 0x000500c2u, 0x00000006u, 0x00005adcu, 0x00005ad9u, 0x00005acbu, - 0x000500c7u, 0x00000006u, 0x00005addu, 0x00005adcu, 0x00000e89u, 0x000500c7u, 0x00000006u, 0x00005adfu, - 0x00005addu, 0x00000ec0u, 0x000500c4u, 0x00000006u, 0x00005ae1u, 0x00005adfu, 0x0000021du, 0x000500c4u, - 0x00000006u, 0x00005ae3u, 0x00005adfu, 0x00000214u, 0x000500c5u, 0x00000006u, 0x00005ae4u, 0x00005ae1u, - 0x00005ae3u, 0x000500c2u, 0x00000006u, 0x00005ae6u, 0x00005adfu, 0x00000217u, 0x000500c5u, 0x00000006u, - 0x00005ae7u, 0x00005ae4u, 0x00005ae6u, 0x0004007cu, 0x00000008u, 0x00005ae9u, 0x00005ae7u, 0x000500c7u, - 0x00000006u, 0x00005aefu, 0x00005addu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005af0u, 0x00005aefu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005af1u, 0x00005af0u, 0x00070050u, 0x00000009u, 0x00005af2u, - 0x00005ae9u, 0x00005ae9u, 0x00005ae9u, 0x00005af1u, 0x000200f9u, 0x00004b57u, 0x000200f8u, 0x00004b57u, - 0x000700f5u, 0x00000009u, 0x00007b88u, 0x00007ac1u, 0x00004b41u, 0x00005af2u, 0x00004b48u, 0x000700f5u, - 0x00000009u, 0x00007a94u, 0x000079cau, 0x00004b41u, 0x00005ab0u, 0x00004b48u, 0x000300f7u, 0x00004b61u, - 0x00000000u, 0x000400fau, 0x0000495au, 0x00004b59u, 0x00004b61u, 0x000200f8u, 0x00004b59u, 0x00050050u, - 0x0000005fu, 0x00004b5cu, 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004b5du, 0x00004b5cu, - 0x0003003eu, 0x00004897u, 0x00004b5du, 0x00050041u, 0x00000007u, 0x00005afeu, 0x00004897u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005affu, 0x00005afeu, 0x00050084u, 0x00000006u, 0x00005b00u, 0x00004788u, - 0x00005affu, 0x00050080u, 0x00000006u, 0x00005b01u, 0x00004785u, 0x00005b00u, 0x00050041u, 0x00000007u, - 0x00005b02u, 0x00004897u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005b03u, 0x00005b02u, 0x000500c2u, - 0x00000006u, 0x00005b04u, 0x00005b03u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005b06u, 0x00005b01u, - 0x00005b04u, 0x000500c7u, 0x00000006u, 0x00005b08u, 0x00005b06u, 0x00000e66u, 0x0004003du, 0x00000006u, - 0x00005b0au, 0x00005b02u, 0x000400c8u, 0x00000006u, 0x00005b0bu, 0x00005b0au, 0x000500c7u, 0x00000006u, - 0x00005b0cu, 0x00005b0bu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005b0du, 0x00005b0cu, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00005b10u, 0x00005afeu, 0x000500c7u, 0x00000006u, 0x00005b11u, 0x00005b10u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005b12u, 0x00005b11u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x00005b14u, 0x00005b08u, 0x00005b12u, 0x000500c6u, 0x00000006u, 0x00005b16u, 0x00005b14u, 0x0000048du, - 0x00080041u, 0x00000279u, 0x00005b19u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005b16u, - 0x0004003du, 0x0000022bu, 0x00005b1au, 0x00005b19u, 0x00040071u, 0x00000006u, 0x00005b1bu, 0x00005b1au, - 0x000500c2u, 0x00000006u, 0x00005b1eu, 0x00005b1bu, 0x00005b0du, 0x000500c7u, 0x00000006u, 0x00005b1fu, - 0x00005b1eu, 0x00000e89u, 0x000500c7u, 0x00000006u, 0x00005b21u, 0x00005b1fu, 0x00000ec0u, 0x000500c4u, - 0x00000006u, 0x00005b23u, 0x00005b21u, 0x0000021du, 0x000500c4u, 0x00000006u, 0x00005b25u, 0x00005b21u, - 0x00000214u, 0x000500c5u, 0x00000006u, 0x00005b26u, 0x00005b23u, 0x00005b25u, 0x000500c2u, 0x00000006u, - 0x00005b28u, 0x00005b21u, 0x00000217u, 0x000500c5u, 0x00000006u, 0x00005b29u, 0x00005b26u, 0x00005b28u, - 0x0004007cu, 0x00000008u, 0x00005b2bu, 0x00005b29u, 0x000500c7u, 0x00000006u, 0x00005b31u, 0x00005b1fu, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00005b32u, 0x00005b31u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005b33u, 0x00005b32u, 0x00070050u, 0x00000009u, 0x00005b34u, 0x00005b2bu, 0x00005b2bu, 0x00005b2bu, - 0x00005b33u, 0x000200f9u, 0x00004b61u, 0x000200f8u, 0x00004b61u, 0x000700f5u, 0x00000009u, 0x00007c7cu, - 0x00007bb3u, 0x00004b57u, 0x00005b34u, 0x00004b59u, 0x000200f9u, 0x00004bc5u, 0x000200f8u, 0x00004bc5u, - 0x000d00f5u, 0x00000009u, 0x00007c7bu, 0x00007bb3u, 0x00004b3eu, 0x00007c7cu, 0x00004b61u, 0x00007c7eu, - 0x00004b82u, 0x00007c80u, 0x00004ba3u, 0x00007c82u, 0x00004bc4u, 0x000d00f5u, 0x00000009u, 0x00007b86u, - 0x00007ac1u, 0x00004b3eu, 0x00007b88u, 0x00004b61u, 0x00007b8au, 0x00004b82u, 0x00007b8cu, 0x00004ba3u, - 0x00007b8eu, 0x00004bc4u, 0x000d00f5u, 0x00000009u, 0x00007a92u, 0x000079cau, 0x00004b3eu, 0x00007a94u, - 0x00004b61u, 0x00007a96u, 0x00004b82u, 0x00007a98u, 0x00004ba3u, 0x00007a9au, 0x00004bc4u, 0x000d00f5u, - 0x00000009u, 0x00007964u, 0x0000789du, 0x00004b3eu, 0x00005a6eu, 0x00004b61u, 0x00005b6cu, 0x00004b82u, - 0x00005c4bu, 0x00004ba3u, 0x00005d1bu, 0x00004bc4u, 0x000200f9u, 0x00004c2du, 0x000200f8u, 0x00004acbu, - 0x000300f7u, 0x00004b3du, 0x00000000u, 0x000700fbu, 0x00004792u, 0x00004aceu, 0x00000000u, 0x00004aefu, - 0x00000001u, 0x00004b1cu, 0x000200f8u, 0x00004b1cu, 0x0004007cu, 0x000000a2u, 0x00004b1eu, 0x0000786cu, - 0x0003003eu, 0x00004876u, 0x00004b1eu, 0x00050041u, 0x00000007u, 0x000059a6u, 0x00004876u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000059a7u, 0x000059a6u, 0x00050084u, 0x00000006u, 0x000059a8u, 0x00004788u, - 0x000059a7u, 0x00050080u, 0x00000006u, 0x000059a9u, 0x00004785u, 0x000059a8u, 0x00050041u, 0x00000007u, - 0x000059aau, 0x00004876u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000059abu, 0x000059aau, 0x00050080u, - 0x00000006u, 0x000059adu, 0x000059a9u, 0x000059abu, 0x000500c7u, 0x00000006u, 0x000059afu, 0x000059adu, - 0x00000e66u, 0x0004003du, 0x00000006u, 0x000059b2u, 0x000059a6u, 0x000500c7u, 0x00000006u, 0x000059b3u, - 0x000059b2u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000059b4u, 0x000059b3u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x000059b6u, 0x000059afu, 0x000059b4u, 0x000500c6u, 0x00000006u, 0x000059b8u, 0x000059b6u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x000059bbu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x000059b8u, 0x0004003du, 0x0000022bu, 0x000059bcu, 0x000059bbu, 0x00040071u, 0x00000006u, 0x000059bdu, - 0x000059bcu, 0x0004007cu, 0x00000008u, 0x000059bfu, 0x000059bdu, 0x00070050u, 0x00000009u, 0x000059c0u, - 0x000059bfu, 0x000059bfu, 0x000059bfu, 0x000059bfu, 0x000300f7u, 0x00004b32u, 0x00000000u, 0x000400fau, - 0x00002229u, 0x00004b23u, 0x00004b32u, 0x000200f8u, 0x00004b23u, 0x00050050u, 0x0000005fu, 0x00004b26u, - 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004b27u, 0x00004b26u, 0x0003003eu, 0x00004879u, - 0x00004b27u, 0x00050041u, 0x00000007u, 0x000059cau, 0x00004879u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000059cbu, 0x000059cau, 0x00050084u, 0x00000006u, 0x000059ccu, 0x00004788u, 0x000059cbu, 0x00050080u, - 0x00000006u, 0x000059cdu, 0x00004785u, 0x000059ccu, 0x00050041u, 0x00000007u, 0x000059ceu, 0x00004879u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000059cfu, 0x000059ceu, 0x00050080u, 0x00000006u, 0x000059d1u, - 0x000059cdu, 0x000059cfu, 0x000500c7u, 0x00000006u, 0x000059d3u, 0x000059d1u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x000059d6u, 0x000059cau, 0x000500c7u, 0x00000006u, 0x000059d7u, 0x000059d6u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000059d8u, 0x000059d7u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000059dau, - 0x000059d3u, 0x000059d8u, 0x000500c6u, 0x00000006u, 0x000059dcu, 0x000059dau, 0x0000048du, 0x00080041u, - 0x00000279u, 0x000059dfu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000059dcu, 0x0004003du, - 0x0000022bu, 0x000059e0u, 0x000059dfu, 0x00040071u, 0x00000006u, 0x000059e1u, 0x000059e0u, 0x0004007cu, - 0x00000008u, 0x000059e3u, 0x000059e1u, 0x00070050u, 0x00000009u, 0x000059e4u, 0x000059e3u, 0x000059e3u, - 0x000059e3u, 0x000059e3u, 0x00050050u, 0x0000005fu, 0x00004b2du, 0x00007857u, 0x00004950u, 0x0004007cu, - 0x000000a2u, 0x00004b2eu, 0x00004b2du, 0x0003003eu, 0x0000487cu, 0x00004b2eu, 0x00050041u, 0x00000007u, - 0x000059eeu, 0x0000487cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000059efu, 0x000059eeu, 0x00050084u, - 0x00000006u, 0x000059f0u, 0x00004788u, 0x000059efu, 0x00050080u, 0x00000006u, 0x000059f1u, 0x00004785u, - 0x000059f0u, 0x00050041u, 0x00000007u, 0x000059f2u, 0x0000487cu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x000059f3u, 0x000059f2u, 0x00050080u, 0x00000006u, 0x000059f5u, 0x000059f1u, 0x000059f3u, 0x000500c7u, - 0x00000006u, 0x000059f7u, 0x000059f5u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x000059fau, 0x000059eeu, - 0x000500c7u, 0x00000006u, 0x000059fbu, 0x000059fau, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000059fcu, - 0x000059fbu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000059feu, 0x000059f7u, 0x000059fcu, 0x000500c6u, - 0x00000006u, 0x00005a00u, 0x000059feu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005a03u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00005a00u, 0x0004003du, 0x0000022bu, 0x00005a04u, 0x00005a03u, - 0x00040071u, 0x00000006u, 0x00005a05u, 0x00005a04u, 0x0004007cu, 0x00000008u, 0x00005a07u, 0x00005a05u, - 0x00070050u, 0x00000009u, 0x00005a08u, 0x00005a07u, 0x00005a07u, 0x00005a07u, 0x00005a07u, 0x000200f9u, - 0x00004b32u, 0x000200f8u, 0x00004b32u, 0x000700f5u, 0x00000009u, 0x00007b85u, 0x00007ac1u, 0x00004b1cu, - 0x00005a08u, 0x00004b23u, 0x000700f5u, 0x00000009u, 0x00007a91u, 0x000079cau, 0x00004b1cu, 0x000059e4u, - 0x00004b23u, 0x000300f7u, 0x00004b3cu, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004b34u, 0x00004b3cu, - 0x000200f8u, 0x00004b34u, 0x00050050u, 0x0000005fu, 0x00004b37u, 0x0000785bu, 0x00004950u, 0x0004007cu, - 0x000000a2u, 0x00004b38u, 0x00004b37u, 0x0003003eu, 0x0000487fu, 0x00004b38u, 0x00050041u, 0x00000007u, - 0x00005a12u, 0x0000487fu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005a13u, 0x00005a12u, 0x00050084u, - 0x00000006u, 0x00005a14u, 0x00004788u, 0x00005a13u, 0x00050080u, 0x00000006u, 0x00005a15u, 0x00004785u, - 0x00005a14u, 0x00050041u, 0x00000007u, 0x00005a16u, 0x0000487fu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005a17u, 0x00005a16u, 0x00050080u, 0x00000006u, 0x00005a19u, 0x00005a15u, 0x00005a17u, 0x000500c7u, - 0x00000006u, 0x00005a1bu, 0x00005a19u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005a1eu, 0x00005a12u, - 0x000500c7u, 0x00000006u, 0x00005a1fu, 0x00005a1eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005a20u, - 0x00005a1fu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005a22u, 0x00005a1bu, 0x00005a20u, 0x000500c6u, - 0x00000006u, 0x00005a24u, 0x00005a22u, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005a27u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00005a24u, 0x0004003du, 0x0000022bu, 0x00005a28u, 0x00005a27u, - 0x00040071u, 0x00000006u, 0x00005a29u, 0x00005a28u, 0x0004007cu, 0x00000008u, 0x00005a2bu, 0x00005a29u, - 0x00070050u, 0x00000009u, 0x00005a2cu, 0x00005a2bu, 0x00005a2bu, 0x00005a2bu, 0x00005a2bu, 0x000200f9u, - 0x00004b3cu, 0x000200f8u, 0x00004b3cu, 0x000700f5u, 0x00000009u, 0x00007c79u, 0x00007bb3u, 0x00004b32u, - 0x00005a2cu, 0x00004b34u, 0x000200f9u, 0x00004b3du, 0x000200f8u, 0x00004aefu, 0x0004007cu, 0x000000a2u, - 0x00004af1u, 0x0000786cu, 0x0004007cu, 0x00000006u, 0x00004af4u, 0x00004797u, 0x0003003eu, 0x00004866u, - 0x00004af1u, 0x00050041u, 0x00000007u, 0x000058dbu, 0x00004866u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000058dcu, 0x000058dbu, 0x00050084u, 0x00000006u, 0x000058ddu, 0x00004788u, 0x000058dcu, 0x00050080u, - 0x00000006u, 0x000058deu, 0x00004785u, 0x000058ddu, 0x00050041u, 0x00000007u, 0x000058dfu, 0x00004866u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000058e0u, 0x000058dfu, 0x000500c2u, 0x00000006u, 0x000058e1u, - 0x000058e0u, 0x00000214u, 0x00050080u, 0x00000006u, 0x000058e3u, 0x000058deu, 0x000058e1u, 0x000500c7u, - 0x00000006u, 0x000058e5u, 0x000058e3u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x000058e7u, 0x000058dfu, - 0x000400c8u, 0x00000006u, 0x000058e8u, 0x000058e7u, 0x000500c7u, 0x00000006u, 0x000058e9u, 0x000058e8u, - 0x00000487u, 0x00050084u, 0x00000006u, 0x000058eau, 0x000058e9u, 0x00000703u, 0x0004003du, 0x00000006u, - 0x000058edu, 0x000058dbu, 0x000500c7u, 0x00000006u, 0x000058eeu, 0x000058edu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x000058efu, 0x000058eeu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000058f1u, 0x000058e5u, - 0x000058efu, 0x000500c6u, 0x00000006u, 0x000058f3u, 0x000058f1u, 0x0000048du, 0x00080041u, 0x00000279u, - 0x000058f6u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000058f3u, 0x0004003du, 0x0000022bu, - 0x000058f7u, 0x000058f6u, 0x00040071u, 0x00000006u, 0x000058f8u, 0x000058f7u, 0x000500c2u, 0x00000006u, - 0x000058fbu, 0x000058f8u, 0x000058eau, 0x000500c7u, 0x00000006u, 0x000058fcu, 0x000058fbu, 0x00000e89u, - 0x000500c4u, 0x00000006u, 0x000058feu, 0x00004af4u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x00005900u, - 0x000058fcu, 0x000058feu, 0x0004007cu, 0x00000008u, 0x00005902u, 0x00005900u, 0x00070050u, 0x00000009u, - 0x00005903u, 0x00005902u, 0x00005902u, 0x00005902u, 0x00005902u, 0x000300f7u, 0x00004b0eu, 0x00000000u, - 0x000400fau, 0x00002229u, 0x00004af9u, 0x00004b0eu, 0x000200f8u, 0x00004af9u, 0x00050050u, 0x0000005fu, - 0x00004afcu, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004afdu, 0x00004afcu, 0x0003003eu, - 0x0000486au, 0x00004afdu, 0x00050041u, 0x00000007u, 0x0000590eu, 0x0000486au, 0x00000487u, 0x0004003du, - 0x00000006u, 0x0000590fu, 0x0000590eu, 0x00050084u, 0x00000006u, 0x00005910u, 0x00004788u, 0x0000590fu, - 0x00050080u, 0x00000006u, 0x00005911u, 0x00004785u, 0x00005910u, 0x00050041u, 0x00000007u, 0x00005912u, - 0x0000486au, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005913u, 0x00005912u, 0x000500c2u, 0x00000006u, - 0x00005914u, 0x00005913u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005916u, 0x00005911u, 0x00005914u, - 0x000500c7u, 0x00000006u, 0x00005918u, 0x00005916u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x0000591au, - 0x00005912u, 0x000400c8u, 0x00000006u, 0x0000591bu, 0x0000591au, 0x000500c7u, 0x00000006u, 0x0000591cu, - 0x0000591bu, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000591du, 0x0000591cu, 0x00000703u, 0x0004003du, - 0x00000006u, 0x00005920u, 0x0000590eu, 0x000500c7u, 0x00000006u, 0x00005921u, 0x00005920u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005922u, 0x00005921u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005924u, - 0x00005918u, 0x00005922u, 0x000500c6u, 0x00000006u, 0x00005926u, 0x00005924u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x00005929u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005926u, 0x0004003du, - 0x0000022bu, 0x0000592au, 0x00005929u, 0x00040071u, 0x00000006u, 0x0000592bu, 0x0000592au, 0x000500c2u, - 0x00000006u, 0x0000592eu, 0x0000592bu, 0x0000591du, 0x000500c7u, 0x00000006u, 0x0000592fu, 0x0000592eu, - 0x00000e89u, 0x000500c5u, 0x00000006u, 0x00005933u, 0x0000592fu, 0x000058feu, 0x0004007cu, 0x00000008u, - 0x00005935u, 0x00005933u, 0x00070050u, 0x00000009u, 0x00005936u, 0x00005935u, 0x00005935u, 0x00005935u, - 0x00005935u, 0x00050050u, 0x0000005fu, 0x00004b06u, 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, - 0x00004b07u, 0x00004b06u, 0x0003003eu, 0x0000486eu, 0x00004b07u, 0x00050041u, 0x00000007u, 0x00005941u, - 0x0000486eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005942u, 0x00005941u, 0x00050084u, 0x00000006u, - 0x00005943u, 0x00004788u, 0x00005942u, 0x00050080u, 0x00000006u, 0x00005944u, 0x00004785u, 0x00005943u, - 0x00050041u, 0x00000007u, 0x00005945u, 0x0000486eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005946u, - 0x00005945u, 0x000500c2u, 0x00000006u, 0x00005947u, 0x00005946u, 0x00000214u, 0x00050080u, 0x00000006u, - 0x00005949u, 0x00005944u, 0x00005947u, 0x000500c7u, 0x00000006u, 0x0000594bu, 0x00005949u, 0x00000e66u, - 0x0004003du, 0x00000006u, 0x0000594du, 0x00005945u, 0x000400c8u, 0x00000006u, 0x0000594eu, 0x0000594du, - 0x000500c7u, 0x00000006u, 0x0000594fu, 0x0000594eu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005950u, - 0x0000594fu, 0x00000703u, 0x0004003du, 0x00000006u, 0x00005953u, 0x00005941u, 0x000500c7u, 0x00000006u, - 0x00005954u, 0x00005953u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005955u, 0x00005954u, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x00005957u, 0x0000594bu, 0x00005955u, 0x000500c6u, 0x00000006u, 0x00005959u, - 0x00005957u, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000595cu, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00005959u, 0x0004003du, 0x0000022bu, 0x0000595du, 0x0000595cu, 0x00040071u, 0x00000006u, - 0x0000595eu, 0x0000595du, 0x000500c2u, 0x00000006u, 0x00005961u, 0x0000595eu, 0x00005950u, 0x000500c7u, - 0x00000006u, 0x00005962u, 0x00005961u, 0x00000e89u, 0x000500c5u, 0x00000006u, 0x00005966u, 0x00005962u, - 0x000058feu, 0x0004007cu, 0x00000008u, 0x00005968u, 0x00005966u, 0x00070050u, 0x00000009u, 0x00005969u, - 0x00005968u, 0x00005968u, 0x00005968u, 0x00005968u, 0x000200f9u, 0x00004b0eu, 0x000200f8u, 0x00004b0eu, - 0x000700f5u, 0x00000009u, 0x00007b83u, 0x00007ac1u, 0x00004aefu, 0x00005969u, 0x00004af9u, 0x000700f5u, - 0x00000009u, 0x00007a8fu, 0x000079cau, 0x00004aefu, 0x00005936u, 0x00004af9u, 0x000300f7u, 0x00004b1bu, - 0x00000000u, 0x000400fau, 0x0000495au, 0x00004b10u, 0x00004b1bu, 0x000200f8u, 0x00004b10u, 0x00050050u, - 0x0000005fu, 0x00004b13u, 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004b14u, 0x00004b13u, - 0x0003003eu, 0x00004872u, 0x00004b14u, 0x00050041u, 0x00000007u, 0x00005974u, 0x00004872u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x00005975u, 0x00005974u, 0x00050084u, 0x00000006u, 0x00005976u, 0x00004788u, - 0x00005975u, 0x00050080u, 0x00000006u, 0x00005977u, 0x00004785u, 0x00005976u, 0x00050041u, 0x00000007u, - 0x00005978u, 0x00004872u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005979u, 0x00005978u, 0x000500c2u, - 0x00000006u, 0x0000597au, 0x00005979u, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000597cu, 0x00005977u, - 0x0000597au, 0x000500c7u, 0x00000006u, 0x0000597eu, 0x0000597cu, 0x00000e66u, 0x0004003du, 0x00000006u, - 0x00005980u, 0x00005978u, 0x000400c8u, 0x00000006u, 0x00005981u, 0x00005980u, 0x000500c7u, 0x00000006u, - 0x00005982u, 0x00005981u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005983u, 0x00005982u, 0x00000703u, - 0x0004003du, 0x00000006u, 0x00005986u, 0x00005974u, 0x000500c7u, 0x00000006u, 0x00005987u, 0x00005986u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005988u, 0x00005987u, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x0000598au, 0x0000597eu, 0x00005988u, 0x000500c6u, 0x00000006u, 0x0000598cu, 0x0000598au, 0x0000048du, - 0x00080041u, 0x00000279u, 0x0000598fu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000598cu, - 0x0004003du, 0x0000022bu, 0x00005990u, 0x0000598fu, 0x00040071u, 0x00000006u, 0x00005991u, 0x00005990u, - 0x000500c2u, 0x00000006u, 0x00005994u, 0x00005991u, 0x00005983u, 0x000500c7u, 0x00000006u, 0x00005995u, - 0x00005994u, 0x00000e89u, 0x000500c5u, 0x00000006u, 0x00005999u, 0x00005995u, 0x000058feu, 0x0004007cu, - 0x00000008u, 0x0000599bu, 0x00005999u, 0x00070050u, 0x00000009u, 0x0000599cu, 0x0000599bu, 0x0000599bu, - 0x0000599bu, 0x0000599bu, 0x000200f9u, 0x00004b1bu, 0x000200f8u, 0x00004b1bu, 0x000700f5u, 0x00000009u, - 0x00007c77u, 0x00007bb3u, 0x00004b0eu, 0x0000599cu, 0x00004b10u, 0x000200f9u, 0x00004b3du, 0x000200f8u, - 0x00004aceu, 0x0004007cu, 0x000000a2u, 0x00004ad0u, 0x0000786cu, 0x0003003eu, 0x00004882u, 0x00004ad0u, - 0x00050041u, 0x00000007u, 0x0000582eu, 0x00004882u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000582fu, - 0x0000582eu, 0x00050084u, 0x00000006u, 0x00005830u, 0x00004788u, 0x0000582fu, 0x00050080u, 0x00000006u, - 0x00005831u, 0x00004785u, 0x00005830u, 0x00050041u, 0x00000007u, 0x00005832u, 0x00004882u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005833u, 0x00005832u, 0x00050084u, 0x00000006u, 0x00005834u, 0x00005833u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005836u, 0x00005831u, 0x00005834u, 0x000500c7u, 0x00000006u, - 0x00005838u, 0x00005836u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x0000583au, 0x00005838u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x0000583cu, 0x0000582eu, 0x000500c7u, 0x00000006u, 0x0000583du, 0x0000583cu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000583eu, 0x0000583du, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005840u, 0x0000583au, 0x0000583eu, 0x000500c6u, 0x00000006u, 0x00005842u, 0x00005840u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00005845u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005842u, - 0x0004003du, 0x0000022du, 0x00005846u, 0x00005845u, 0x00040071u, 0x00000006u, 0x00005847u, 0x00005846u, - 0x000500c2u, 0x00000006u, 0x00005849u, 0x00005847u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x0000584au, - 0x00005849u, 0x000500c7u, 0x00000006u, 0x0000584cu, 0x00005847u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x0000584du, 0x0000584cu, 0x00050050u, 0x0000005fu, 0x0000584eu, 0x0000584au, 0x0000584du, 0x0009004fu, - 0x00000009u, 0x0000584fu, 0x0000584eu, 0x0000584eu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000300f7u, 0x00004ae4u, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004ad5u, 0x00004ae4u, 0x000200f8u, - 0x00004ad5u, 0x00050050u, 0x0000005fu, 0x00004ad8u, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, - 0x00004ad9u, 0x00004ad8u, 0x0003003eu, 0x00004885u, 0x00004ad9u, 0x00050041u, 0x00000007u, 0x00005859u, - 0x00004885u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000585au, 0x00005859u, 0x00050084u, 0x00000006u, - 0x0000585bu, 0x00004788u, 0x0000585au, 0x00050080u, 0x00000006u, 0x0000585cu, 0x00004785u, 0x0000585bu, - 0x00050041u, 0x00000007u, 0x0000585du, 0x00004885u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000585eu, - 0x0000585du, 0x00050084u, 0x00000006u, 0x0000585fu, 0x0000585eu, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00005861u, 0x0000585cu, 0x0000585fu, 0x000500c7u, 0x00000006u, 0x00005863u, 0x00005861u, 0x00000e66u, - 0x000500c2u, 0x00000006u, 0x00005865u, 0x00005863u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005867u, - 0x00005859u, 0x000500c7u, 0x00000006u, 0x00005868u, 0x00005867u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005869u, 0x00005868u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x0000586bu, 0x00005865u, 0x00005869u, - 0x000500c6u, 0x00000006u, 0x0000586du, 0x0000586bu, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005870u, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000586du, 0x0004003du, 0x0000022du, 0x00005871u, - 0x00005870u, 0x00040071u, 0x00000006u, 0x00005872u, 0x00005871u, 0x000500c2u, 0x00000006u, 0x00005874u, - 0x00005872u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x00005875u, 0x00005874u, 0x000500c7u, 0x00000006u, - 0x00005877u, 0x00005872u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005878u, 0x00005877u, 0x00050050u, - 0x0000005fu, 0x00005879u, 0x00005875u, 0x00005878u, 0x0009004fu, 0x00000009u, 0x0000587au, 0x00005879u, - 0x00005879u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000005fu, 0x00004adfu, - 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004ae0u, 0x00004adfu, 0x0003003eu, 0x00004888u, - 0x00004ae0u, 0x00050041u, 0x00000007u, 0x00005884u, 0x00004888u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x00005885u, 0x00005884u, 0x00050084u, 0x00000006u, 0x00005886u, 0x00004788u, 0x00005885u, 0x00050080u, - 0x00000006u, 0x00005887u, 0x00004785u, 0x00005886u, 0x00050041u, 0x00000007u, 0x00005888u, 0x00004888u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00005889u, 0x00005888u, 0x00050084u, 0x00000006u, 0x0000588au, - 0x00005889u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000588cu, 0x00005887u, 0x0000588au, 0x000500c7u, - 0x00000006u, 0x0000588eu, 0x0000588cu, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x00005890u, 0x0000588eu, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00005892u, 0x00005884u, 0x000500c7u, 0x00000006u, 0x00005893u, - 0x00005892u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005894u, 0x00005893u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00005896u, 0x00005890u, 0x00005894u, 0x000500c6u, 0x00000006u, 0x00005898u, 0x00005896u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x0000589bu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00005898u, 0x0004003du, 0x0000022du, 0x0000589cu, 0x0000589bu, 0x00040071u, 0x00000006u, 0x0000589du, - 0x0000589cu, 0x000500c2u, 0x00000006u, 0x0000589fu, 0x0000589du, 0x00000260u, 0x0004007cu, 0x00000008u, - 0x000058a0u, 0x0000589fu, 0x000500c7u, 0x00000006u, 0x000058a2u, 0x0000589du, 0x000006c4u, 0x0004007cu, - 0x00000008u, 0x000058a3u, 0x000058a2u, 0x00050050u, 0x0000005fu, 0x000058a4u, 0x000058a0u, 0x000058a3u, - 0x0009004fu, 0x00000009u, 0x000058a5u, 0x000058a4u, 0x000058a4u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004ae4u, 0x000200f8u, 0x00004ae4u, 0x000700f5u, 0x00000009u, 0x00007b81u, - 0x00007ac1u, 0x00004aceu, 0x000058a5u, 0x00004ad5u, 0x000700f5u, 0x00000009u, 0x00007a8du, 0x000079cau, - 0x00004aceu, 0x0000587au, 0x00004ad5u, 0x000300f7u, 0x00004aeeu, 0x00000000u, 0x000400fau, 0x0000495au, - 0x00004ae6u, 0x00004aeeu, 0x000200f8u, 0x00004ae6u, 0x00050050u, 0x0000005fu, 0x00004ae9u, 0x0000785bu, - 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004aeau, 0x00004ae9u, 0x0003003eu, 0x0000488bu, 0x00004aeau, - 0x00050041u, 0x00000007u, 0x000058afu, 0x0000488bu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000058b0u, - 0x000058afu, 0x00050084u, 0x00000006u, 0x000058b1u, 0x00004788u, 0x000058b0u, 0x00050080u, 0x00000006u, - 0x000058b2u, 0x00004785u, 0x000058b1u, 0x00050041u, 0x00000007u, 0x000058b3u, 0x0000488bu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000058b4u, 0x000058b3u, 0x00050084u, 0x00000006u, 0x000058b5u, 0x000058b4u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x000058b7u, 0x000058b2u, 0x000058b5u, 0x000500c7u, 0x00000006u, - 0x000058b9u, 0x000058b7u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x000058bbu, 0x000058b9u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x000058bdu, 0x000058afu, 0x000500c7u, 0x00000006u, 0x000058beu, 0x000058bdu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000058bfu, 0x000058beu, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x000058c1u, 0x000058bbu, 0x000058bfu, 0x000500c6u, 0x00000006u, 0x000058c3u, 0x000058c1u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x000058c6u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000058c3u, - 0x0004003du, 0x0000022du, 0x000058c7u, 0x000058c6u, 0x00040071u, 0x00000006u, 0x000058c8u, 0x000058c7u, - 0x000500c2u, 0x00000006u, 0x000058cau, 0x000058c8u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x000058cbu, - 0x000058cau, 0x000500c7u, 0x00000006u, 0x000058cdu, 0x000058c8u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x000058ceu, 0x000058cdu, 0x00050050u, 0x0000005fu, 0x000058cfu, 0x000058cbu, 0x000058ceu, 0x0009004fu, - 0x00000009u, 0x000058d0u, 0x000058cfu, 0x000058cfu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004aeeu, 0x000200f8u, 0x00004aeeu, 0x000700f5u, 0x00000009u, 0x00007c75u, 0x00007bb3u, - 0x00004ae4u, 0x000058d0u, 0x00004ae6u, 0x000200f9u, 0x00004b3du, 0x000200f8u, 0x00004b3du, 0x000900f5u, - 0x00000009u, 0x00007c74u, 0x00007c75u, 0x00004aeeu, 0x00007c77u, 0x00004b1bu, 0x00007c79u, 0x00004b3cu, - 0x000900f5u, 0x00000009u, 0x00007b7fu, 0x00007b81u, 0x00004aeeu, 0x00007b83u, 0x00004b1bu, 0x00007b85u, - 0x00004b3cu, 0x000900f5u, 0x00000009u, 0x00007a8bu, 0x00007a8du, 0x00004aeeu, 0x00007a8fu, 0x00004b1bu, - 0x00007a91u, 0x00004b3cu, 0x000900f5u, 0x00000009u, 0x0000795du, 0x0000584fu, 0x00004aeeu, 0x00005903u, - 0x00004b1bu, 0x000059c0u, 0x00004b3cu, 0x000200f9u, 0x00004c2du, 0x000200f8u, 0x00004a9du, 0x000500c3u, - 0x00000008u, 0x00004a9fu, 0x00007857u, 0x00000214u, 0x0004007cu, 0x00000006u, 0x00004aa0u, 0x00004a9fu, - 0x00050082u, 0x00000008u, 0x00004aa4u, 0x0000785bu, 0x00007857u, 0x00050080u, 0x00000008u, 0x00004aa5u, - 0x0000785bu, 0x00004aa4u, 0x000500c3u, 0x00000008u, 0x00004aa6u, 0x00004aa5u, 0x00000214u, 0x0004007cu, - 0x00000006u, 0x00004aa7u, 0x00004aa6u, 0x00050050u, 0x0000005fu, 0x00004aaau, 0x00007857u, 0x0000494eu, - 0x0004007cu, 0x000000a2u, 0x00004aabu, 0x00004aaau, 0x0003003eu, 0x00004856u, 0x00004aabu, 0x00050041u, - 0x00000007u, 0x00005704u, 0x00004856u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005705u, 0x00005704u, - 0x00050084u, 0x00000006u, 0x00005706u, 0x00004788u, 0x00005705u, 0x00050080u, 0x00000006u, 0x00005707u, - 0x00004785u, 0x00005706u, 0x00050041u, 0x00000007u, 0x00005709u, 0x00004856u, 0x00000376u, 0x0004003du, - 0x00000006u, 0x0000570au, 0x00005709u, 0x00050080u, 0x00000006u, 0x0000570bu, 0x00005707u, 0x0000570au, - 0x000500c7u, 0x00000006u, 0x0000570du, 0x0000570bu, 0x00000f18u, 0x00050084u, 0x00000006u, 0x00005710u, - 0x00004aa0u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005711u, 0x00005707u, 0x00005710u, 0x000500c7u, - 0x00000006u, 0x00005713u, 0x00005711u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x00005716u, 0x00005704u, - 0x000500c7u, 0x00000006u, 0x00005717u, 0x00005716u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005718u, - 0x00005717u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000571au, 0x0000570du, 0x00005718u, 0x000500c6u, - 0x00000006u, 0x0000571cu, 0x0000571au, 0x0000048du, 0x000500c2u, 0x00000006u, 0x0000571eu, 0x00005713u, - 0x00000214u, 0x0004003du, 0x00000006u, 0x00005720u, 0x00005704u, 0x000500c7u, 0x00000006u, 0x00005721u, - 0x00005720u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005722u, 0x00005721u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x00005724u, 0x0000571eu, 0x00005722u, 0x000500c6u, 0x00000006u, 0x00005726u, 0x00005724u, - 0x00000487u, 0x000500c5u, 0x00000006u, 0x00005729u, 0x0000571cu, 0x00000f41u, 0x00080041u, 0x00000279u, - 0x0000572au, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005729u, 0x0004003du, 0x0000022bu, - 0x0000572bu, 0x0000572au, 0x00040071u, 0x00000006u, 0x0000572cu, 0x0000572bu, 0x0004007cu, 0x00000008u, - 0x0000572du, 0x0000572cu, 0x00080041u, 0x00000272u, 0x00005730u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00005726u, 0x0004003du, 0x0000022du, 0x00005731u, 0x00005730u, 0x00040071u, 0x00000006u, - 0x00005732u, 0x00005731u, 0x0004007cu, 0x00000008u, 0x00005733u, 0x00005732u, 0x000500c3u, 0x00000008u, - 0x00005735u, 0x00005733u, 0x00000260u, 0x000500c7u, 0x00000008u, 0x00005736u, 0x00005735u, 0x0000038du, - 0x000500c3u, 0x00000008u, 0x00005738u, 0x00005733u, 0x00000205u, 0x000500c7u, 0x00000008u, 0x00005739u, - 0x00005738u, 0x0000038du, 0x00050082u, 0x00000008u, 0x0000573bu, 0x00005736u, 0x00000625u, 0x00050082u, - 0x00000008u, 0x0000573du, 0x00005739u, 0x00000625u, 0x00070050u, 0x00000009u, 0x00005740u, 0x0000573bu, - 0x0000573du, 0x0000572du, 0x0000572du, 0x000300f7u, 0x00004acau, 0x00000000u, 0x000400fau, 0x00002229u, - 0x00004ab1u, 0x00004acau, 0x000200f8u, 0x00004ab1u, 0x00050050u, 0x0000005fu, 0x00004ab4u, 0x0000785bu, - 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004ab5u, 0x00004ab4u, 0x0003003eu, 0x0000485au, 0x00004ab5u, - 0x00050041u, 0x00000007u, 0x00005750u, 0x0000485au, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005751u, - 0x00005750u, 0x00050084u, 0x00000006u, 0x00005752u, 0x00004788u, 0x00005751u, 0x00050080u, 0x00000006u, - 0x00005753u, 0x00004785u, 0x00005752u, 0x00050041u, 0x00000007u, 0x00005755u, 0x0000485au, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005756u, 0x00005755u, 0x00050080u, 0x00000006u, 0x00005757u, 0x00005753u, - 0x00005756u, 0x000500c7u, 0x00000006u, 0x00005759u, 0x00005757u, 0x00000f18u, 0x00050084u, 0x00000006u, - 0x0000575cu, 0x00004aa7u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x0000575du, 0x00005753u, 0x0000575cu, - 0x000500c7u, 0x00000006u, 0x0000575fu, 0x0000575du, 0x00000f18u, 0x0004003du, 0x00000006u, 0x00005762u, - 0x00005750u, 0x000500c7u, 0x00000006u, 0x00005763u, 0x00005762u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005764u, 0x00005763u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005766u, 0x00005759u, 0x00005764u, - 0x000500c6u, 0x00000006u, 0x00005768u, 0x00005766u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x0000576au, - 0x0000575fu, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000576cu, 0x00005750u, 0x000500c7u, 0x00000006u, - 0x0000576du, 0x0000576cu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000576eu, 0x0000576du, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00005770u, 0x0000576au, 0x0000576eu, 0x000500c6u, 0x00000006u, 0x00005772u, - 0x00005770u, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00005775u, 0x00005768u, 0x00000f41u, 0x00080041u, - 0x00000279u, 0x00005776u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005775u, 0x0004003du, - 0x0000022bu, 0x00005777u, 0x00005776u, 0x00040071u, 0x00000006u, 0x00005778u, 0x00005777u, 0x0004007cu, - 0x00000008u, 0x00005779u, 0x00005778u, 0x00080041u, 0x00000272u, 0x0000577cu, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00005772u, 0x0004003du, 0x0000022du, 0x0000577du, 0x0000577cu, 0x00040071u, - 0x00000006u, 0x0000577eu, 0x0000577du, 0x0004007cu, 0x00000008u, 0x0000577fu, 0x0000577eu, 0x000500c3u, - 0x00000008u, 0x00005781u, 0x0000577fu, 0x00000260u, 0x000500c7u, 0x00000008u, 0x00005782u, 0x00005781u, - 0x0000038du, 0x000500c3u, 0x00000008u, 0x00005784u, 0x0000577fu, 0x00000205u, 0x000500c7u, 0x00000008u, - 0x00005785u, 0x00005784u, 0x0000038du, 0x00050082u, 0x00000008u, 0x00005787u, 0x00005782u, 0x00000625u, - 0x00050082u, 0x00000008u, 0x00005789u, 0x00005785u, 0x00000625u, 0x00070050u, 0x00000009u, 0x0000578cu, - 0x00005787u, 0x00005789u, 0x00005779u, 0x00005779u, 0x00050050u, 0x0000005fu, 0x00004abcu, 0x00007857u, - 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004abdu, 0x00004abcu, 0x0003003eu, 0x0000485eu, 0x00004abdu, - 0x00050041u, 0x00000007u, 0x0000579cu, 0x0000485eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000579du, - 0x0000579cu, 0x00050084u, 0x00000006u, 0x0000579eu, 0x00004788u, 0x0000579du, 0x00050080u, 0x00000006u, - 0x0000579fu, 0x00004785u, 0x0000579eu, 0x00050041u, 0x00000007u, 0x000057a1u, 0x0000485eu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000057a2u, 0x000057a1u, 0x00050080u, 0x00000006u, 0x000057a3u, 0x0000579fu, - 0x000057a2u, 0x000500c7u, 0x00000006u, 0x000057a5u, 0x000057a3u, 0x00000f18u, 0x00050080u, 0x00000006u, - 0x000057a9u, 0x0000579fu, 0x00005710u, 0x000500c7u, 0x00000006u, 0x000057abu, 0x000057a9u, 0x00000f18u, - 0x0004003du, 0x00000006u, 0x000057aeu, 0x0000579cu, 0x000500c7u, 0x00000006u, 0x000057afu, 0x000057aeu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x000057b0u, 0x000057afu, 0x00000217u, 0x000500c6u, 0x00000006u, - 0x000057b2u, 0x000057a5u, 0x000057b0u, 0x000500c6u, 0x00000006u, 0x000057b4u, 0x000057b2u, 0x0000048du, - 0x000500c2u, 0x00000006u, 0x000057b6u, 0x000057abu, 0x00000214u, 0x0004003du, 0x00000006u, 0x000057b8u, - 0x0000579cu, 0x000500c7u, 0x00000006u, 0x000057b9u, 0x000057b8u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x000057bau, 0x000057b9u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000057bcu, 0x000057b6u, 0x000057bau, - 0x000500c6u, 0x00000006u, 0x000057beu, 0x000057bcu, 0x00000487u, 0x000500c5u, 0x00000006u, 0x000057c1u, - 0x000057b4u, 0x00000f41u, 0x00080041u, 0x00000279u, 0x000057c2u, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x000057c1u, 0x0004003du, 0x0000022bu, 0x000057c3u, 0x000057c2u, 0x00040071u, 0x00000006u, - 0x000057c4u, 0x000057c3u, 0x0004007cu, 0x00000008u, 0x000057c5u, 0x000057c4u, 0x00080041u, 0x00000272u, - 0x000057c8u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000057beu, 0x0004003du, 0x0000022du, - 0x000057c9u, 0x000057c8u, 0x00040071u, 0x00000006u, 0x000057cau, 0x000057c9u, 0x0004007cu, 0x00000008u, - 0x000057cbu, 0x000057cau, 0x000500c3u, 0x00000008u, 0x000057cdu, 0x000057cbu, 0x00000260u, 0x000500c7u, - 0x00000008u, 0x000057ceu, 0x000057cdu, 0x0000038du, 0x000500c3u, 0x00000008u, 0x000057d0u, 0x000057cbu, - 0x00000205u, 0x000500c7u, 0x00000008u, 0x000057d1u, 0x000057d0u, 0x0000038du, 0x00050082u, 0x00000008u, - 0x000057d3u, 0x000057ceu, 0x00000625u, 0x00050082u, 0x00000008u, 0x000057d5u, 0x000057d1u, 0x00000625u, - 0x00070050u, 0x00000009u, 0x000057d8u, 0x000057d3u, 0x000057d5u, 0x000057c5u, 0x000057c5u, 0x00050050u, - 0x0000005fu, 0x00004ac4u, 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004ac5u, 0x00004ac4u, - 0x0003003eu, 0x00004862u, 0x00004ac5u, 0x00050041u, 0x00000007u, 0x000057e8u, 0x00004862u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000057e9u, 0x000057e8u, 0x00050084u, 0x00000006u, 0x000057eau, 0x00004788u, - 0x000057e9u, 0x00050080u, 0x00000006u, 0x000057ebu, 0x00004785u, 0x000057eau, 0x00050041u, 0x00000007u, - 0x000057edu, 0x00004862u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000057eeu, 0x000057edu, 0x00050080u, - 0x00000006u, 0x000057efu, 0x000057ebu, 0x000057eeu, 0x000500c7u, 0x00000006u, 0x000057f1u, 0x000057efu, - 0x00000f18u, 0x00050080u, 0x00000006u, 0x000057f5u, 0x000057ebu, 0x0000575cu, 0x000500c7u, 0x00000006u, - 0x000057f7u, 0x000057f5u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x000057fau, 0x000057e8u, 0x000500c7u, - 0x00000006u, 0x000057fbu, 0x000057fau, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000057fcu, 0x000057fbu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x000057feu, 0x000057f1u, 0x000057fcu, 0x000500c6u, 0x00000006u, - 0x00005800u, 0x000057feu, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00005802u, 0x000057f7u, 0x00000214u, - 0x0004003du, 0x00000006u, 0x00005804u, 0x000057e8u, 0x000500c7u, 0x00000006u, 0x00005805u, 0x00005804u, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005806u, 0x00005805u, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005808u, 0x00005802u, 0x00005806u, 0x000500c6u, 0x00000006u, 0x0000580au, 0x00005808u, 0x00000487u, - 0x000500c5u, 0x00000006u, 0x0000580du, 0x00005800u, 0x00000f41u, 0x00080041u, 0x00000279u, 0x0000580eu, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000580du, 0x0004003du, 0x0000022bu, 0x0000580fu, - 0x0000580eu, 0x00040071u, 0x00000006u, 0x00005810u, 0x0000580fu, 0x0004007cu, 0x00000008u, 0x00005811u, - 0x00005810u, 0x00080041u, 0x00000272u, 0x00005814u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x0000580au, 0x0004003du, 0x0000022du, 0x00005815u, 0x00005814u, 0x00040071u, 0x00000006u, 0x00005816u, - 0x00005815u, 0x0004007cu, 0x00000008u, 0x00005817u, 0x00005816u, 0x000500c3u, 0x00000008u, 0x00005819u, - 0x00005817u, 0x00000260u, 0x000500c7u, 0x00000008u, 0x0000581au, 0x00005819u, 0x0000038du, 0x000500c3u, - 0x00000008u, 0x0000581cu, 0x00005817u, 0x00000205u, 0x000500c7u, 0x00000008u, 0x0000581du, 0x0000581cu, - 0x0000038du, 0x00050082u, 0x00000008u, 0x0000581fu, 0x0000581au, 0x00000625u, 0x00050082u, 0x00000008u, - 0x00005821u, 0x0000581du, 0x00000625u, 0x00070050u, 0x00000009u, 0x00005824u, 0x0000581fu, 0x00005821u, - 0x00005811u, 0x00005811u, 0x000200f9u, 0x00004acau, 0x000200f8u, 0x00004acau, 0x000700f5u, 0x00000009u, - 0x00007c73u, 0x00007bb3u, 0x00004a9du, 0x00005824u, 0x00004ab1u, 0x000700f5u, 0x00000009u, 0x00007b7eu, - 0x00007ac1u, 0x00004a9du, 0x000057d8u, 0x00004ab1u, 0x000700f5u, 0x00000009u, 0x00007a8au, 0x000079cau, - 0x00004a9du, 0x0000578cu, 0x00004ab1u, 0x000200f9u, 0x00004c2du, 0x000200f8u, 0x00004a15u, 0x000300f7u, - 0x00004a9cu, 0x00000000u, 0x000b00fbu, 0x00004792u, 0x00004a9cu, 0x00000000u, 0x00004a18u, 0x00000001u, - 0x00004a39u, 0x00000002u, 0x00004a5au, 0x00000003u, 0x00004a7bu, 0x000200f8u, 0x00004a7bu, 0x0004007cu, - 0x000000a2u, 0x00004a7du, 0x0000786cu, 0x0003003eu, 0x00004848u, 0x00004a7du, 0x00050041u, 0x00000007u, - 0x00005623u, 0x00004848u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005624u, 0x00005623u, 0x00050084u, - 0x00000006u, 0x00005625u, 0x00004788u, 0x00005624u, 0x00050080u, 0x00000006u, 0x00005626u, 0x00004785u, - 0x00005625u, 0x00050041u, 0x00000007u, 0x00005627u, 0x00004848u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005628u, 0x00005627u, 0x00050084u, 0x00000006u, 0x00005629u, 0x00005628u, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x0000562bu, 0x00005626u, 0x00005629u, 0x000500c7u, 0x00000006u, 0x0000562du, 0x0000562bu, - 0x00000f18u, 0x000500c2u, 0x00000006u, 0x0000562fu, 0x0000562du, 0x00000214u, 0x0004003du, 0x00000006u, - 0x00005631u, 0x00005623u, 0x000500c7u, 0x00000006u, 0x00005632u, 0x00005631u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x00005633u, 0x00005632u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005635u, 0x0000562fu, - 0x00005633u, 0x000500c6u, 0x00000006u, 0x00005637u, 0x00005635u, 0x00000487u, 0x00080041u, 0x00000272u, - 0x0000563au, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005637u, 0x0004003du, 0x0000022du, - 0x0000563bu, 0x0000563au, 0x00040071u, 0x00000006u, 0x0000563cu, 0x0000563bu, 0x000500c5u, 0x00000006u, - 0x0000563fu, 0x00005637u, 0x00000f49u, 0x00080041u, 0x00000272u, 0x00005640u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x0000563fu, 0x0004003du, 0x0000022du, 0x00005641u, 0x00005640u, 0x00040071u, - 0x00000006u, 0x00005642u, 0x00005641u, 0x000500c2u, 0x00000006u, 0x00005644u, 0x0000563cu, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x00005645u, 0x00005644u, 0x000500c7u, 0x00000006u, 0x00005647u, 0x0000563cu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005648u, 0x00005647u, 0x000500c2u, 0x00000006u, 0x0000564au, - 0x00005642u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x0000564bu, 0x0000564au, 0x000500c7u, 0x00000006u, - 0x0000564du, 0x00005642u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000564eu, 0x0000564du, 0x00070050u, - 0x00000009u, 0x0000564fu, 0x00005645u, 0x00005648u, 0x0000564bu, 0x0000564eu, 0x000300f7u, 0x00004a91u, - 0x00000000u, 0x000400fau, 0x00002229u, 0x00004a82u, 0x00004a91u, 0x000200f8u, 0x00004a82u, 0x00050050u, - 0x0000005fu, 0x00004a85u, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004a86u, 0x00004a85u, - 0x0003003eu, 0x0000484bu, 0x00004a86u, 0x00050041u, 0x00000007u, 0x0000565au, 0x0000484bu, 0x00000487u, - 0x0004003du, 0x00000006u, 0x0000565bu, 0x0000565au, 0x00050084u, 0x00000006u, 0x0000565cu, 0x00004788u, - 0x0000565bu, 0x00050080u, 0x00000006u, 0x0000565du, 0x00004785u, 0x0000565cu, 0x00050041u, 0x00000007u, - 0x0000565eu, 0x0000484bu, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000565fu, 0x0000565eu, 0x00050084u, - 0x00000006u, 0x00005660u, 0x0000565fu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005662u, 0x0000565du, - 0x00005660u, 0x000500c7u, 0x00000006u, 0x00005664u, 0x00005662u, 0x00000f18u, 0x000500c2u, 0x00000006u, - 0x00005666u, 0x00005664u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00005668u, 0x0000565au, 0x000500c7u, - 0x00000006u, 0x00005669u, 0x00005668u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000566au, 0x00005669u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x0000566cu, 0x00005666u, 0x0000566au, 0x000500c6u, 0x00000006u, - 0x0000566eu, 0x0000566cu, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005671u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x0000566eu, 0x0004003du, 0x0000022du, 0x00005672u, 0x00005671u, 0x00040071u, - 0x00000006u, 0x00005673u, 0x00005672u, 0x000500c5u, 0x00000006u, 0x00005676u, 0x0000566eu, 0x00000f49u, - 0x00080041u, 0x00000272u, 0x00005677u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005676u, - 0x0004003du, 0x0000022du, 0x00005678u, 0x00005677u, 0x00040071u, 0x00000006u, 0x00005679u, 0x00005678u, - 0x000500c2u, 0x00000006u, 0x0000567bu, 0x00005673u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x0000567cu, - 0x0000567bu, 0x000500c7u, 0x00000006u, 0x0000567eu, 0x00005673u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x0000567fu, 0x0000567eu, 0x000500c2u, 0x00000006u, 0x00005681u, 0x00005679u, 0x00000260u, 0x0004007cu, - 0x00000008u, 0x00005682u, 0x00005681u, 0x000500c7u, 0x00000006u, 0x00005684u, 0x00005679u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00005685u, 0x00005684u, 0x00070050u, 0x00000009u, 0x00005686u, 0x0000567cu, - 0x0000567fu, 0x00005682u, 0x00005685u, 0x00050050u, 0x0000005fu, 0x00004a8cu, 0x00007857u, 0x00004950u, - 0x0004007cu, 0x000000a2u, 0x00004a8du, 0x00004a8cu, 0x0003003eu, 0x0000484eu, 0x00004a8du, 0x00050041u, - 0x00000007u, 0x00005691u, 0x0000484eu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005692u, 0x00005691u, - 0x00050084u, 0x00000006u, 0x00005693u, 0x00004788u, 0x00005692u, 0x00050080u, 0x00000006u, 0x00005694u, - 0x00004785u, 0x00005693u, 0x00050041u, 0x00000007u, 0x00005695u, 0x0000484eu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00005696u, 0x00005695u, 0x00050084u, 0x00000006u, 0x00005697u, 0x00005696u, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00005699u, 0x00005694u, 0x00005697u, 0x000500c7u, 0x00000006u, 0x0000569bu, - 0x00005699u, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x0000569du, 0x0000569bu, 0x00000214u, 0x0004003du, - 0x00000006u, 0x0000569fu, 0x00005691u, 0x000500c7u, 0x00000006u, 0x000056a0u, 0x0000569fu, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000056a1u, 0x000056a0u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000056a3u, - 0x0000569du, 0x000056a1u, 0x000500c6u, 0x00000006u, 0x000056a5u, 0x000056a3u, 0x00000487u, 0x00080041u, - 0x00000272u, 0x000056a8u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000056a5u, 0x0004003du, - 0x0000022du, 0x000056a9u, 0x000056a8u, 0x00040071u, 0x00000006u, 0x000056aau, 0x000056a9u, 0x000500c5u, - 0x00000006u, 0x000056adu, 0x000056a5u, 0x00000f49u, 0x00080041u, 0x00000272u, 0x000056aeu, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x000056adu, 0x0004003du, 0x0000022du, 0x000056afu, 0x000056aeu, - 0x00040071u, 0x00000006u, 0x000056b0u, 0x000056afu, 0x000500c2u, 0x00000006u, 0x000056b2u, 0x000056aau, - 0x00000260u, 0x0004007cu, 0x00000008u, 0x000056b3u, 0x000056b2u, 0x000500c7u, 0x00000006u, 0x000056b5u, - 0x000056aau, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000056b6u, 0x000056b5u, 0x000500c2u, 0x00000006u, - 0x000056b8u, 0x000056b0u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x000056b9u, 0x000056b8u, 0x000500c7u, - 0x00000006u, 0x000056bbu, 0x000056b0u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000056bcu, 0x000056bbu, - 0x00070050u, 0x00000009u, 0x000056bdu, 0x000056b3u, 0x000056b6u, 0x000056b9u, 0x000056bcu, 0x000200f9u, - 0x00004a91u, 0x000200f8u, 0x00004a91u, 0x000700f5u, 0x00000009u, 0x00007b7du, 0x00007ac1u, 0x00004a7bu, - 0x000056bdu, 0x00004a82u, 0x000700f5u, 0x00000009u, 0x00007a89u, 0x000079cau, 0x00004a7bu, 0x00005686u, - 0x00004a82u, 0x000300f7u, 0x00004a9bu, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004a93u, 0x00004a9bu, - 0x000200f8u, 0x00004a93u, 0x00050050u, 0x0000005fu, 0x00004a96u, 0x0000785bu, 0x00004950u, 0x0004007cu, - 0x000000a2u, 0x00004a97u, 0x00004a96u, 0x0003003eu, 0x00004851u, 0x00004a97u, 0x00050041u, 0x00000007u, - 0x000056c8u, 0x00004851u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000056c9u, 0x000056c8u, 0x00050084u, - 0x00000006u, 0x000056cau, 0x00004788u, 0x000056c9u, 0x00050080u, 0x00000006u, 0x000056cbu, 0x00004785u, - 0x000056cau, 0x00050041u, 0x00000007u, 0x000056ccu, 0x00004851u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x000056cdu, 0x000056ccu, 0x00050084u, 0x00000006u, 0x000056ceu, 0x000056cdu, 0x000003c6u, 0x00050080u, - 0x00000006u, 0x000056d0u, 0x000056cbu, 0x000056ceu, 0x000500c7u, 0x00000006u, 0x000056d2u, 0x000056d0u, - 0x00000f18u, 0x000500c2u, 0x00000006u, 0x000056d4u, 0x000056d2u, 0x00000214u, 0x0004003du, 0x00000006u, - 0x000056d6u, 0x000056c8u, 0x000500c7u, 0x00000006u, 0x000056d7u, 0x000056d6u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x000056d8u, 0x000056d7u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x000056dau, 0x000056d4u, - 0x000056d8u, 0x000500c6u, 0x00000006u, 0x000056dcu, 0x000056dau, 0x00000487u, 0x00080041u, 0x00000272u, - 0x000056dfu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000056dcu, 0x0004003du, 0x0000022du, - 0x000056e0u, 0x000056dfu, 0x00040071u, 0x00000006u, 0x000056e1u, 0x000056e0u, 0x000500c5u, 0x00000006u, - 0x000056e4u, 0x000056dcu, 0x00000f49u, 0x00080041u, 0x00000272u, 0x000056e5u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x000056e4u, 0x0004003du, 0x0000022du, 0x000056e6u, 0x000056e5u, 0x00040071u, - 0x00000006u, 0x000056e7u, 0x000056e6u, 0x000500c2u, 0x00000006u, 0x000056e9u, 0x000056e1u, 0x00000260u, - 0x0004007cu, 0x00000008u, 0x000056eau, 0x000056e9u, 0x000500c7u, 0x00000006u, 0x000056ecu, 0x000056e1u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000056edu, 0x000056ecu, 0x000500c2u, 0x00000006u, 0x000056efu, - 0x000056e7u, 0x00000260u, 0x0004007cu, 0x00000008u, 0x000056f0u, 0x000056efu, 0x000500c7u, 0x00000006u, - 0x000056f2u, 0x000056e7u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000056f3u, 0x000056f2u, 0x00070050u, - 0x00000009u, 0x000056f4u, 0x000056eau, 0x000056edu, 0x000056f0u, 0x000056f3u, 0x000200f9u, 0x00004a9bu, - 0x000200f8u, 0x00004a9bu, 0x000700f5u, 0x00000009u, 0x00007c71u, 0x00007bb3u, 0x00004a91u, 0x000056f4u, - 0x00004a93u, 0x000200f9u, 0x00004a9cu, 0x000200f8u, 0x00004a5au, 0x0004007cu, 0x000000a2u, 0x00004a5cu, - 0x0000786cu, 0x0003003eu, 0x0000483cu, 0x00004a5cu, 0x00050041u, 0x00000007u, 0x0000551fu, 0x0000483cu, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005520u, 0x0000551fu, 0x00050084u, 0x00000006u, 0x00005521u, - 0x00004788u, 0x00005520u, 0x00050080u, 0x00000006u, 0x00005522u, 0x00004785u, 0x00005521u, 0x00050041u, - 0x00000007u, 0x00005523u, 0x0000483cu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005524u, 0x00005523u, - 0x00050084u, 0x00000006u, 0x00005525u, 0x00005524u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005527u, - 0x00005522u, 0x00005525u, 0x000500c7u, 0x00000006u, 0x00005529u, 0x00005527u, 0x00000e66u, 0x000500c2u, - 0x00000006u, 0x0000552bu, 0x00005529u, 0x00000214u, 0x0004003du, 0x00000006u, 0x0000552du, 0x0000551fu, - 0x000500c7u, 0x00000006u, 0x0000552eu, 0x0000552du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000552fu, - 0x0000552eu, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00005531u, 0x0000552bu, 0x0000552fu, 0x000500c6u, - 0x00000006u, 0x00005533u, 0x00005531u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00005536u, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x00005533u, 0x0004003du, 0x0000022du, 0x00005537u, 0x00005536u, - 0x00040071u, 0x00000006u, 0x00005538u, 0x00005537u, 0x00060050u, 0x00000355u, 0x00005540u, 0x00005538u, - 0x00005538u, 0x00005538u, 0x000500c2u, 0x00000355u, 0x00005541u, 0x00005540u, 0x00000e2du, 0x000500c7u, - 0x00000355u, 0x00005543u, 0x00005541u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00005546u, 0x00005543u, - 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00005549u, 0x00005543u, 0x0000afcdu, 0x000500c5u, 0x00000355u, - 0x0000554au, 0x00005546u, 0x00005549u, 0x000500c7u, 0x00000006u, 0x0000554cu, 0x00005538u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000554du, 0x0000554cu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000554fu, - 0x0000554au, 0x0004007cu, 0x00000008u, 0x00005551u, 0x0000554du, 0x00050051u, 0x00000008u, 0x00005552u, - 0x0000554fu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005553u, 0x0000554fu, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00005554u, 0x0000554fu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005555u, 0x00005552u, - 0x00005553u, 0x00005554u, 0x00005551u, 0x000300f7u, 0x00004a70u, 0x00000000u, 0x000400fau, 0x00002229u, - 0x00004a61u, 0x00004a70u, 0x000200f8u, 0x00004a61u, 0x00050050u, 0x0000005fu, 0x00004a64u, 0x0000785bu, - 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004a65u, 0x00004a64u, 0x0003003eu, 0x0000483fu, 0x00004a65u, - 0x00050041u, 0x00000007u, 0x00005560u, 0x0000483fu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005561u, - 0x00005560u, 0x00050084u, 0x00000006u, 0x00005562u, 0x00004788u, 0x00005561u, 0x00050080u, 0x00000006u, - 0x00005563u, 0x00004785u, 0x00005562u, 0x00050041u, 0x00000007u, 0x00005564u, 0x0000483fu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005565u, 0x00005564u, 0x00050084u, 0x00000006u, 0x00005566u, 0x00005565u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00005568u, 0x00005563u, 0x00005566u, 0x000500c7u, 0x00000006u, - 0x0000556au, 0x00005568u, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x0000556cu, 0x0000556au, 0x00000214u, - 0x0004003du, 0x00000006u, 0x0000556eu, 0x00005560u, 0x000500c7u, 0x00000006u, 0x0000556fu, 0x0000556eu, - 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005570u, 0x0000556fu, 0x00000214u, 0x000500c6u, 0x00000006u, - 0x00005572u, 0x0000556cu, 0x00005570u, 0x000500c6u, 0x00000006u, 0x00005574u, 0x00005572u, 0x00000487u, - 0x00080041u, 0x00000272u, 0x00005577u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005574u, - 0x0004003du, 0x0000022du, 0x00005578u, 0x00005577u, 0x00040071u, 0x00000006u, 0x00005579u, 0x00005578u, - 0x00060050u, 0x00000355u, 0x00005581u, 0x00005579u, 0x00005579u, 0x00005579u, 0x000500c2u, 0x00000355u, - 0x00005582u, 0x00005581u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00005584u, 0x00005582u, 0x0000afcbu, - 0x000500c4u, 0x00000355u, 0x00005587u, 0x00005584u, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x0000558au, - 0x00005584u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x0000558bu, 0x00005587u, 0x0000558au, 0x000500c7u, - 0x00000006u, 0x0000558du, 0x00005579u, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000558eu, 0x0000558du, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00005590u, 0x0000558bu, 0x0004007cu, 0x00000008u, 0x00005592u, - 0x0000558eu, 0x00050051u, 0x00000008u, 0x00005593u, 0x00005590u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00005594u, 0x00005590u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005595u, 0x00005590u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00005596u, 0x00005593u, 0x00005594u, 0x00005595u, 0x00005592u, 0x00050050u, - 0x0000005fu, 0x00004a6bu, 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004a6cu, 0x00004a6bu, - 0x0003003eu, 0x00004842u, 0x00004a6cu, 0x00050041u, 0x00000007u, 0x000055a1u, 0x00004842u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000055a2u, 0x000055a1u, 0x00050084u, 0x00000006u, 0x000055a3u, 0x00004788u, - 0x000055a2u, 0x00050080u, 0x00000006u, 0x000055a4u, 0x00004785u, 0x000055a3u, 0x00050041u, 0x00000007u, - 0x000055a5u, 0x00004842u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000055a6u, 0x000055a5u, 0x00050084u, - 0x00000006u, 0x000055a7u, 0x000055a6u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000055a9u, 0x000055a4u, - 0x000055a7u, 0x000500c7u, 0x00000006u, 0x000055abu, 0x000055a9u, 0x00000e66u, 0x000500c2u, 0x00000006u, - 0x000055adu, 0x000055abu, 0x00000214u, 0x0004003du, 0x00000006u, 0x000055afu, 0x000055a1u, 0x000500c7u, - 0x00000006u, 0x000055b0u, 0x000055afu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000055b1u, 0x000055b0u, - 0x00000214u, 0x000500c6u, 0x00000006u, 0x000055b3u, 0x000055adu, 0x000055b1u, 0x000500c6u, 0x00000006u, - 0x000055b5u, 0x000055b3u, 0x00000487u, 0x00080041u, 0x00000272u, 0x000055b8u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x000055b5u, 0x0004003du, 0x0000022du, 0x000055b9u, 0x000055b8u, 0x00040071u, - 0x00000006u, 0x000055bau, 0x000055b9u, 0x00060050u, 0x00000355u, 0x000055c2u, 0x000055bau, 0x000055bau, - 0x000055bau, 0x000500c2u, 0x00000355u, 0x000055c3u, 0x000055c2u, 0x00000e2du, 0x000500c7u, 0x00000355u, - 0x000055c5u, 0x000055c3u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x000055c8u, 0x000055c5u, 0x0000afccu, - 0x000500c2u, 0x00000355u, 0x000055cbu, 0x000055c5u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x000055ccu, - 0x000055c8u, 0x000055cbu, 0x000500c7u, 0x00000006u, 0x000055ceu, 0x000055bau, 0x00000487u, 0x00050084u, - 0x00000006u, 0x000055cfu, 0x000055ceu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000055d1u, 0x000055ccu, - 0x0004007cu, 0x00000008u, 0x000055d3u, 0x000055cfu, 0x00050051u, 0x00000008u, 0x000055d4u, 0x000055d1u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x000055d5u, 0x000055d1u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x000055d6u, 0x000055d1u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000055d7u, 0x000055d4u, 0x000055d5u, - 0x000055d6u, 0x000055d3u, 0x000200f9u, 0x00004a70u, 0x000200f8u, 0x00004a70u, 0x000700f5u, 0x00000009u, - 0x00007b7bu, 0x00007ac1u, 0x00004a5au, 0x000055d7u, 0x00004a61u, 0x000700f5u, 0x00000009u, 0x00007a87u, - 0x000079cau, 0x00004a5au, 0x00005596u, 0x00004a61u, 0x000300f7u, 0x00004a7au, 0x00000000u, 0x000400fau, - 0x0000495au, 0x00004a72u, 0x00004a7au, 0x000200f8u, 0x00004a72u, 0x00050050u, 0x0000005fu, 0x00004a75u, - 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004a76u, 0x00004a75u, 0x0003003eu, 0x00004845u, - 0x00004a76u, 0x00050041u, 0x00000007u, 0x000055e2u, 0x00004845u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000055e3u, 0x000055e2u, 0x00050084u, 0x00000006u, 0x000055e4u, 0x00004788u, 0x000055e3u, 0x00050080u, - 0x00000006u, 0x000055e5u, 0x00004785u, 0x000055e4u, 0x00050041u, 0x00000007u, 0x000055e6u, 0x00004845u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000055e7u, 0x000055e6u, 0x00050084u, 0x00000006u, 0x000055e8u, - 0x000055e7u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000055eau, 0x000055e5u, 0x000055e8u, 0x000500c7u, - 0x00000006u, 0x000055ecu, 0x000055eau, 0x00000e66u, 0x000500c2u, 0x00000006u, 0x000055eeu, 0x000055ecu, - 0x00000214u, 0x0004003du, 0x00000006u, 0x000055f0u, 0x000055e2u, 0x000500c7u, 0x00000006u, 0x000055f1u, - 0x000055f0u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000055f2u, 0x000055f1u, 0x00000214u, 0x000500c6u, - 0x00000006u, 0x000055f4u, 0x000055eeu, 0x000055f2u, 0x000500c6u, 0x00000006u, 0x000055f6u, 0x000055f4u, - 0x00000487u, 0x00080041u, 0x00000272u, 0x000055f9u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x000055f6u, 0x0004003du, 0x0000022du, 0x000055fau, 0x000055f9u, 0x00040071u, 0x00000006u, 0x000055fbu, - 0x000055fau, 0x00060050u, 0x00000355u, 0x00005603u, 0x000055fbu, 0x000055fbu, 0x000055fbu, 0x000500c2u, - 0x00000355u, 0x00005604u, 0x00005603u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00005606u, 0x00005604u, - 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00005609u, 0x00005606u, 0x0000afccu, 0x000500c2u, 0x00000355u, - 0x0000560cu, 0x00005606u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x0000560du, 0x00005609u, 0x0000560cu, - 0x000500c7u, 0x00000006u, 0x0000560fu, 0x000055fbu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005610u, - 0x0000560fu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00005612u, 0x0000560du, 0x0004007cu, 0x00000008u, - 0x00005614u, 0x00005610u, 0x00050051u, 0x00000008u, 0x00005615u, 0x00005612u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00005616u, 0x00005612u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005617u, 0x00005612u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00005618u, 0x00005615u, 0x00005616u, 0x00005617u, 0x00005614u, - 0x000200f9u, 0x00004a7au, 0x000200f8u, 0x00004a7au, 0x000700f5u, 0x00000009u, 0x00007c6fu, 0x00007bb3u, - 0x00004a70u, 0x00005618u, 0x00004a72u, 0x000200f9u, 0x00004a9cu, 0x000200f8u, 0x00004a39u, 0x0004007cu, - 0x000000a2u, 0x00004a3bu, 0x0000786cu, 0x0003003eu, 0x00004830u, 0x00004a3bu, 0x00050041u, 0x00000007u, - 0x0000548eu, 0x00004830u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000548fu, 0x0000548eu, 0x00050084u, - 0x00000006u, 0x00005490u, 0x00004788u, 0x0000548fu, 0x00050080u, 0x00000006u, 0x00005491u, 0x00004785u, - 0x00005490u, 0x00050041u, 0x00000007u, 0x00005492u, 0x00004830u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00005493u, 0x00005492u, 0x00050080u, 0x00000006u, 0x00005495u, 0x00005491u, 0x00005493u, 0x000500c7u, - 0x00000006u, 0x00005497u, 0x00005495u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x0000549au, 0x0000548eu, - 0x000500c7u, 0x00000006u, 0x0000549bu, 0x0000549au, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000549cu, - 0x0000549bu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000549eu, 0x00005497u, 0x0000549cu, 0x000500c6u, - 0x00000006u, 0x000054a0u, 0x0000549eu, 0x0000048du, 0x00080041u, 0x00000279u, 0x000054a3u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x000054a0u, 0x0004003du, 0x0000022bu, 0x000054a4u, 0x000054a3u, - 0x00040071u, 0x00000006u, 0x000054a5u, 0x000054a4u, 0x0004007cu, 0x00000008u, 0x000054a7u, 0x000054a5u, - 0x00070050u, 0x00000009u, 0x000054a8u, 0x000054a7u, 0x000054a7u, 0x000054a7u, 0x000054a7u, 0x000300f7u, - 0x00004a4fu, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004a40u, 0x00004a4fu, 0x000200f8u, 0x00004a40u, - 0x00050050u, 0x0000005fu, 0x00004a43u, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004a44u, - 0x00004a43u, 0x0003003eu, 0x00004833u, 0x00004a44u, 0x00050041u, 0x00000007u, 0x000054b2u, 0x00004833u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x000054b3u, 0x000054b2u, 0x00050084u, 0x00000006u, 0x000054b4u, - 0x00004788u, 0x000054b3u, 0x00050080u, 0x00000006u, 0x000054b5u, 0x00004785u, 0x000054b4u, 0x00050041u, - 0x00000007u, 0x000054b6u, 0x00004833u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000054b7u, 0x000054b6u, - 0x00050080u, 0x00000006u, 0x000054b9u, 0x000054b5u, 0x000054b7u, 0x000500c7u, 0x00000006u, 0x000054bbu, - 0x000054b9u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x000054beu, 0x000054b2u, 0x000500c7u, 0x00000006u, - 0x000054bfu, 0x000054beu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000054c0u, 0x000054bfu, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x000054c2u, 0x000054bbu, 0x000054c0u, 0x000500c6u, 0x00000006u, 0x000054c4u, - 0x000054c2u, 0x0000048du, 0x00080041u, 0x00000279u, 0x000054c7u, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x000054c4u, 0x0004003du, 0x0000022bu, 0x000054c8u, 0x000054c7u, 0x00040071u, 0x00000006u, - 0x000054c9u, 0x000054c8u, 0x0004007cu, 0x00000008u, 0x000054cbu, 0x000054c9u, 0x00070050u, 0x00000009u, - 0x000054ccu, 0x000054cbu, 0x000054cbu, 0x000054cbu, 0x000054cbu, 0x00050050u, 0x0000005fu, 0x00004a4au, - 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004a4bu, 0x00004a4au, 0x0003003eu, 0x00004836u, - 0x00004a4bu, 0x00050041u, 0x00000007u, 0x000054d6u, 0x00004836u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000054d7u, 0x000054d6u, 0x00050084u, 0x00000006u, 0x000054d8u, 0x00004788u, 0x000054d7u, 0x00050080u, - 0x00000006u, 0x000054d9u, 0x00004785u, 0x000054d8u, 0x00050041u, 0x00000007u, 0x000054dau, 0x00004836u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000054dbu, 0x000054dau, 0x00050080u, 0x00000006u, 0x000054ddu, - 0x000054d9u, 0x000054dbu, 0x000500c7u, 0x00000006u, 0x000054dfu, 0x000054ddu, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x000054e2u, 0x000054d6u, 0x000500c7u, 0x00000006u, 0x000054e3u, 0x000054e2u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x000054e4u, 0x000054e3u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000054e6u, - 0x000054dfu, 0x000054e4u, 0x000500c6u, 0x00000006u, 0x000054e8u, 0x000054e6u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x000054ebu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000054e8u, 0x0004003du, - 0x0000022bu, 0x000054ecu, 0x000054ebu, 0x00040071u, 0x00000006u, 0x000054edu, 0x000054ecu, 0x0004007cu, - 0x00000008u, 0x000054efu, 0x000054edu, 0x00070050u, 0x00000009u, 0x000054f0u, 0x000054efu, 0x000054efu, - 0x000054efu, 0x000054efu, 0x000200f9u, 0x00004a4fu, 0x000200f8u, 0x00004a4fu, 0x000700f5u, 0x00000009u, - 0x00007b79u, 0x00007ac1u, 0x00004a39u, 0x000054f0u, 0x00004a40u, 0x000700f5u, 0x00000009u, 0x00007a85u, - 0x000079cau, 0x00004a39u, 0x000054ccu, 0x00004a40u, 0x000300f7u, 0x00004a59u, 0x00000000u, 0x000400fau, - 0x0000495au, 0x00004a51u, 0x00004a59u, 0x000200f8u, 0x00004a51u, 0x00050050u, 0x0000005fu, 0x00004a54u, - 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004a55u, 0x00004a54u, 0x0003003eu, 0x00004839u, - 0x00004a55u, 0x00050041u, 0x00000007u, 0x000054fau, 0x00004839u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000054fbu, 0x000054fau, 0x00050084u, 0x00000006u, 0x000054fcu, 0x00004788u, 0x000054fbu, 0x00050080u, - 0x00000006u, 0x000054fdu, 0x00004785u, 0x000054fcu, 0x00050041u, 0x00000007u, 0x000054feu, 0x00004839u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000054ffu, 0x000054feu, 0x00050080u, 0x00000006u, 0x00005501u, - 0x000054fdu, 0x000054ffu, 0x000500c7u, 0x00000006u, 0x00005503u, 0x00005501u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00005506u, 0x000054fau, 0x000500c7u, 0x00000006u, 0x00005507u, 0x00005506u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005508u, 0x00005507u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000550au, - 0x00005503u, 0x00005508u, 0x000500c6u, 0x00000006u, 0x0000550cu, 0x0000550au, 0x0000048du, 0x00080041u, - 0x00000279u, 0x0000550fu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000550cu, 0x0004003du, - 0x0000022bu, 0x00005510u, 0x0000550fu, 0x00040071u, 0x00000006u, 0x00005511u, 0x00005510u, 0x0004007cu, - 0x00000008u, 0x00005513u, 0x00005511u, 0x00070050u, 0x00000009u, 0x00005514u, 0x00005513u, 0x00005513u, - 0x00005513u, 0x00005513u, 0x000200f9u, 0x00004a59u, 0x000200f8u, 0x00004a59u, 0x000700f5u, 0x00000009u, - 0x00007c6du, 0x00007bb3u, 0x00004a4fu, 0x00005514u, 0x00004a51u, 0x000200f9u, 0x00004a9cu, 0x000200f8u, - 0x00004a18u, 0x0004007cu, 0x000000a2u, 0x00004a1au, 0x0000786cu, 0x0003003eu, 0x00004824u, 0x00004a1au, - 0x00050041u, 0x00000007u, 0x000053c3u, 0x00004824u, 0x00000487u, 0x0004003du, 0x00000006u, 0x000053c4u, - 0x000053c3u, 0x00050084u, 0x00000006u, 0x000053c5u, 0x00004788u, 0x000053c4u, 0x00050080u, 0x00000006u, - 0x000053c6u, 0x00004785u, 0x000053c5u, 0x00050041u, 0x00000007u, 0x000053c7u, 0x00004824u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x000053c8u, 0x000053c7u, 0x000500c2u, 0x00000006u, 0x000053c9u, 0x000053c8u, - 0x00000214u, 0x00050080u, 0x00000006u, 0x000053cbu, 0x000053c6u, 0x000053c9u, 0x000500c7u, 0x00000006u, - 0x000053cdu, 0x000053cbu, 0x00000e66u, 0x0004003du, 0x00000006u, 0x000053cfu, 0x000053c7u, 0x000400c8u, - 0x00000006u, 0x000053d0u, 0x000053cfu, 0x000500c7u, 0x00000006u, 0x000053d1u, 0x000053d0u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x000053d2u, 0x000053d1u, 0x00000703u, 0x0004003du, 0x00000006u, 0x000053d5u, - 0x000053c3u, 0x000500c7u, 0x00000006u, 0x000053d6u, 0x000053d5u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x000053d7u, 0x000053d6u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000053d9u, 0x000053cdu, 0x000053d7u, - 0x000500c6u, 0x00000006u, 0x000053dbu, 0x000053d9u, 0x0000048du, 0x00080041u, 0x00000279u, 0x000053deu, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000053dbu, 0x0004003du, 0x0000022bu, 0x000053dfu, - 0x000053deu, 0x00040071u, 0x00000006u, 0x000053e0u, 0x000053dfu, 0x000500c2u, 0x00000006u, 0x000053e3u, - 0x000053e0u, 0x000053d2u, 0x000500c7u, 0x00000006u, 0x000053e4u, 0x000053e3u, 0x00000e89u, 0x000500c4u, - 0x00000006u, 0x000053e6u, 0x000053e4u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x000053e8u, 0x000053e4u, - 0x000053e6u, 0x0004007cu, 0x00000008u, 0x000053eau, 0x000053e8u, 0x00070050u, 0x00000009u, 0x000053ebu, - 0x000053eau, 0x000053eau, 0x000053eau, 0x000053eau, 0x000300f7u, 0x00004a2eu, 0x00000000u, 0x000400fau, - 0x00002229u, 0x00004a1fu, 0x00004a2eu, 0x000200f8u, 0x00004a1fu, 0x00050050u, 0x0000005fu, 0x00004a22u, - 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x00004a23u, 0x00004a22u, 0x0003003eu, 0x00004827u, - 0x00004a23u, 0x00050041u, 0x00000007u, 0x000053f6u, 0x00004827u, 0x00000487u, 0x0004003du, 0x00000006u, - 0x000053f7u, 0x000053f6u, 0x00050084u, 0x00000006u, 0x000053f8u, 0x00004788u, 0x000053f7u, 0x00050080u, - 0x00000006u, 0x000053f9u, 0x00004785u, 0x000053f8u, 0x00050041u, 0x00000007u, 0x000053fau, 0x00004827u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000053fbu, 0x000053fau, 0x000500c2u, 0x00000006u, 0x000053fcu, - 0x000053fbu, 0x00000214u, 0x00050080u, 0x00000006u, 0x000053feu, 0x000053f9u, 0x000053fcu, 0x000500c7u, - 0x00000006u, 0x00005400u, 0x000053feu, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005402u, 0x000053fau, - 0x000400c8u, 0x00000006u, 0x00005403u, 0x00005402u, 0x000500c7u, 0x00000006u, 0x00005404u, 0x00005403u, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00005405u, 0x00005404u, 0x00000703u, 0x0004003du, 0x00000006u, - 0x00005408u, 0x000053f6u, 0x000500c7u, 0x00000006u, 0x00005409u, 0x00005408u, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x0000540au, 0x00005409u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000540cu, 0x00005400u, - 0x0000540au, 0x000500c6u, 0x00000006u, 0x0000540eu, 0x0000540cu, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00005411u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000540eu, 0x0004003du, 0x0000022bu, - 0x00005412u, 0x00005411u, 0x00040071u, 0x00000006u, 0x00005413u, 0x00005412u, 0x000500c2u, 0x00000006u, - 0x00005416u, 0x00005413u, 0x00005405u, 0x000500c7u, 0x00000006u, 0x00005417u, 0x00005416u, 0x00000e89u, - 0x000500c4u, 0x00000006u, 0x00005419u, 0x00005417u, 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000541bu, - 0x00005417u, 0x00005419u, 0x0004007cu, 0x00000008u, 0x0000541du, 0x0000541bu, 0x00070050u, 0x00000009u, - 0x0000541eu, 0x0000541du, 0x0000541du, 0x0000541du, 0x0000541du, 0x00050050u, 0x0000005fu, 0x00004a29u, - 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004a2au, 0x00004a29u, 0x0003003eu, 0x0000482au, - 0x00004a2au, 0x00050041u, 0x00000007u, 0x00005429u, 0x0000482au, 0x00000487u, 0x0004003du, 0x00000006u, - 0x0000542au, 0x00005429u, 0x00050084u, 0x00000006u, 0x0000542bu, 0x00004788u, 0x0000542au, 0x00050080u, - 0x00000006u, 0x0000542cu, 0x00004785u, 0x0000542bu, 0x00050041u, 0x00000007u, 0x0000542du, 0x0000482au, - 0x00000376u, 0x0004003du, 0x00000006u, 0x0000542eu, 0x0000542du, 0x000500c2u, 0x00000006u, 0x0000542fu, - 0x0000542eu, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005431u, 0x0000542cu, 0x0000542fu, 0x000500c7u, - 0x00000006u, 0x00005433u, 0x00005431u, 0x00000e66u, 0x0004003du, 0x00000006u, 0x00005435u, 0x0000542du, - 0x000400c8u, 0x00000006u, 0x00005436u, 0x00005435u, 0x000500c7u, 0x00000006u, 0x00005437u, 0x00005436u, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00005438u, 0x00005437u, 0x00000703u, 0x0004003du, 0x00000006u, - 0x0000543bu, 0x00005429u, 0x000500c7u, 0x00000006u, 0x0000543cu, 0x0000543bu, 0x00000487u, 0x000500c4u, - 0x00000006u, 0x0000543du, 0x0000543cu, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000543fu, 0x00005433u, - 0x0000543du, 0x000500c6u, 0x00000006u, 0x00005441u, 0x0000543fu, 0x0000048du, 0x00080041u, 0x00000279u, - 0x00005444u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005441u, 0x0004003du, 0x0000022bu, - 0x00005445u, 0x00005444u, 0x00040071u, 0x00000006u, 0x00005446u, 0x00005445u, 0x000500c2u, 0x00000006u, - 0x00005449u, 0x00005446u, 0x00005438u, 0x000500c7u, 0x00000006u, 0x0000544au, 0x00005449u, 0x00000e89u, - 0x000500c4u, 0x00000006u, 0x0000544cu, 0x0000544au, 0x0000021du, 0x000500c5u, 0x00000006u, 0x0000544eu, - 0x0000544au, 0x0000544cu, 0x0004007cu, 0x00000008u, 0x00005450u, 0x0000544eu, 0x00070050u, 0x00000009u, - 0x00005451u, 0x00005450u, 0x00005450u, 0x00005450u, 0x00005450u, 0x000200f9u, 0x00004a2eu, 0x000200f8u, - 0x00004a2eu, 0x000700f5u, 0x00000009u, 0x00007b77u, 0x00007ac1u, 0x00004a18u, 0x00005451u, 0x00004a1fu, - 0x000700f5u, 0x00000009u, 0x00007a83u, 0x000079cau, 0x00004a18u, 0x0000541eu, 0x00004a1fu, 0x000300f7u, - 0x00004a38u, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004a30u, 0x00004a38u, 0x000200f8u, 0x00004a30u, - 0x00050050u, 0x0000005fu, 0x00004a33u, 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004a34u, - 0x00004a33u, 0x0003003eu, 0x0000482du, 0x00004a34u, 0x00050041u, 0x00000007u, 0x0000545cu, 0x0000482du, - 0x00000487u, 0x0004003du, 0x00000006u, 0x0000545du, 0x0000545cu, 0x00050084u, 0x00000006u, 0x0000545eu, - 0x00004788u, 0x0000545du, 0x00050080u, 0x00000006u, 0x0000545fu, 0x00004785u, 0x0000545eu, 0x00050041u, - 0x00000007u, 0x00005460u, 0x0000482du, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005461u, 0x00005460u, - 0x000500c2u, 0x00000006u, 0x00005462u, 0x00005461u, 0x00000214u, 0x00050080u, 0x00000006u, 0x00005464u, - 0x0000545fu, 0x00005462u, 0x000500c7u, 0x00000006u, 0x00005466u, 0x00005464u, 0x00000e66u, 0x0004003du, - 0x00000006u, 0x00005468u, 0x00005460u, 0x000400c8u, 0x00000006u, 0x00005469u, 0x00005468u, 0x000500c7u, - 0x00000006u, 0x0000546au, 0x00005469u, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000546bu, 0x0000546au, - 0x00000703u, 0x0004003du, 0x00000006u, 0x0000546eu, 0x0000545cu, 0x000500c7u, 0x00000006u, 0x0000546fu, - 0x0000546eu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005470u, 0x0000546fu, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005472u, 0x00005466u, 0x00005470u, 0x000500c6u, 0x00000006u, 0x00005474u, 0x00005472u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x00005477u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x00005474u, 0x0004003du, 0x0000022bu, 0x00005478u, 0x00005477u, 0x00040071u, 0x00000006u, 0x00005479u, - 0x00005478u, 0x000500c2u, 0x00000006u, 0x0000547cu, 0x00005479u, 0x0000546bu, 0x000500c7u, 0x00000006u, - 0x0000547du, 0x0000547cu, 0x00000e89u, 0x000500c4u, 0x00000006u, 0x0000547fu, 0x0000547du, 0x0000021du, - 0x000500c5u, 0x00000006u, 0x00005481u, 0x0000547du, 0x0000547fu, 0x0004007cu, 0x00000008u, 0x00005483u, - 0x00005481u, 0x00070050u, 0x00000009u, 0x00005484u, 0x00005483u, 0x00005483u, 0x00005483u, 0x00005483u, - 0x000200f9u, 0x00004a38u, 0x000200f8u, 0x00004a38u, 0x000700f5u, 0x00000009u, 0x00007c6bu, 0x00007bb3u, - 0x00004a2eu, 0x00005484u, 0x00004a30u, 0x000200f9u, 0x00004a9cu, 0x000200f8u, 0x00004a9cu, 0x000d00f5u, - 0x00000009u, 0x00007c6au, 0x00007bb3u, 0x00004a15u, 0x00007c6bu, 0x00004a38u, 0x00007c6du, 0x00004a59u, - 0x00007c6fu, 0x00004a7au, 0x00007c71u, 0x00004a9bu, 0x000d00f5u, 0x00000009u, 0x00007b75u, 0x00007ac1u, - 0x00004a15u, 0x00007b77u, 0x00004a38u, 0x00007b79u, 0x00004a59u, 0x00007b7bu, 0x00004a7au, 0x00007b7du, - 0x00004a9bu, 0x000d00f5u, 0x00000009u, 0x00007a81u, 0x000079cau, 0x00004a15u, 0x00007a83u, 0x00004a38u, - 0x00007a85u, 0x00004a59u, 0x00007a87u, 0x00004a7au, 0x00007a89u, 0x00004a9bu, 0x000d00f5u, 0x00000009u, - 0x00007953u, 0x0000789du, 0x00004a15u, 0x000053ebu, 0x00004a38u, 0x000054a8u, 0x00004a59u, 0x00005555u, - 0x00004a7au, 0x0000564fu, 0x00004a9bu, 0x000200f9u, 0x00004c2du, 0x000200f8u, 0x00004c2du, 0x000f00f5u, - 0x00000009u, 0x00007c69u, 0x00007bb3u, 0x00004a12u, 0x00007c6au, 0x00004a9cu, 0x00007c73u, 0x00004acau, - 0x00007c74u, 0x00004b3du, 0x00007c7bu, 0x00004bc5u, 0x00007c84u, 0x00004c2cu, 0x000f00f5u, 0x00000009u, - 0x00007b74u, 0x00007ac1u, 0x00004a12u, 0x00007b75u, 0x00004a9cu, 0x00007b7eu, 0x00004acau, 0x00007b7fu, - 0x00004b3du, 0x00007b86u, 0x00004bc5u, 0x00007b8fu, 0x00004c2cu, 0x000f00f5u, 0x00000009u, 0x00007a80u, - 0x000079cau, 0x00004a12u, 0x00007a81u, 0x00004a9cu, 0x00007a8au, 0x00004acau, 0x00007a8bu, 0x00004b3du, - 0x00007a92u, 0x00004bc5u, 0x00007a9bu, 0x00004c2cu, 0x000f00f5u, 0x00000009u, 0x00007952u, 0x0000789du, - 0x00004a12u, 0x00007953u, 0x00004a9cu, 0x00005740u, 0x00004acau, 0x0000795du, 0x00004b3du, 0x00007964u, - 0x00004bc5u, 0x0000796du, 0x00004c2cu, 0x000200f9u, 0x00004c2eu, 0x000200f8u, 0x00004975u, 0x000300f7u, - 0x00004a11u, 0x00000000u, 0x000b00fbu, 0x0000478du, 0x00004a11u, 0x00000000u, 0x00004978u, 0x00000002u, - 0x00004978u, 0x00000003u, 0x00004978u, 0x00000004u, 0x00004978u, 0x000200f8u, 0x00004978u, 0x000600a9u, - 0x00000008u, 0x0000497cu, 0x00004962u, 0x00000217u, 0x00000214u, 0x0004007cu, 0x00000006u, 0x0000497du, - 0x0000497cu, 0x000300f7u, 0x00004a10u, 0x00000000u, 0x000700fbu, 0x00004792u, 0x00004980u, 0x00000000u, - 0x000049acu, 0x00000001u, 0x000049e4u, 0x000200f8u, 0x000049e4u, 0x0004007cu, 0x000000a2u, 0x000049e6u, - 0x0000786cu, 0x000600a9u, 0x00000008u, 0x000049e8u, 0x00004962u, 0x0000021au, 0x00000205u, 0x0004007cu, - 0x00000006u, 0x000049e9u, 0x000049e8u, 0x0003003eu, 0x000047f4u, 0x000049e6u, 0x00050041u, 0x00000007u, - 0x0000522au, 0x000047f4u, 0x00000487u, 0x0004003du, 0x00000006u, 0x0000522bu, 0x0000522au, 0x00050084u, - 0x00000006u, 0x0000522cu, 0x00004788u, 0x0000522bu, 0x00050080u, 0x00000006u, 0x0000522du, 0x00004785u, - 0x0000522cu, 0x00050041u, 0x00000007u, 0x0000522eu, 0x000047f4u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x0000522fu, 0x0000522eu, 0x00050080u, 0x00000006u, 0x00005231u, 0x0000522du, 0x0000522fu, 0x000500c7u, - 0x00000006u, 0x00005233u, 0x00005231u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x00005236u, 0x0000522au, - 0x000500c7u, 0x00000006u, 0x00005237u, 0x00005236u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005238u, - 0x00005237u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x0000523au, 0x00005233u, 0x00005238u, 0x000500c6u, - 0x00000006u, 0x0000523cu, 0x0000523au, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000523fu, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x0000523cu, 0x0004003du, 0x0000022bu, 0x00005240u, 0x0000523fu, - 0x00040071u, 0x00000006u, 0x00005241u, 0x00005240u, 0x000500c4u, 0x00000006u, 0x00005243u, 0x00005241u, - 0x00000217u, 0x00050080u, 0x00000006u, 0x00005245u, 0x00005243u, 0x000049e9u, 0x000500c6u, 0x00000006u, - 0x00005248u, 0x00005245u, 0x0000497du, 0x000500c5u, 0x00000006u, 0x0000524bu, 0x00000f49u, 0x00005248u, - 0x00080041u, 0x00000272u, 0x0000524cu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000524bu, - 0x0004003du, 0x0000022du, 0x0000524du, 0x0000524cu, 0x00040071u, 0x00000006u, 0x0000524eu, 0x0000524du, - 0x000300f7u, 0x00005256u, 0x00000000u, 0x000400fau, 0x00002226u, 0x00005250u, 0x00005253u, 0x000200f8u, - 0x00005253u, 0x00060050u, 0x00000355u, 0x0000526eu, 0x0000524eu, 0x0000524eu, 0x0000524eu, 0x000500c2u, - 0x00000355u, 0x0000526fu, 0x0000526eu, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00005271u, 0x0000526fu, - 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00005274u, 0x00005271u, 0x0000afccu, 0x000500c2u, 0x00000355u, - 0x00005277u, 0x00005271u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x00005278u, 0x00005274u, 0x00005277u, - 0x000500c7u, 0x00000006u, 0x0000527au, 0x0000524eu, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000527bu, - 0x0000527au, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000527du, 0x00005278u, 0x0004007cu, 0x00000008u, - 0x0000527fu, 0x0000527bu, 0x00050051u, 0x00000008u, 0x00005280u, 0x0000527du, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00005281u, 0x0000527du, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005282u, 0x0000527du, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00005283u, 0x00005280u, 0x00005281u, 0x00005282u, 0x0000527fu, - 0x000200f9u, 0x00005256u, 0x000200f8u, 0x00005250u, 0x000500c2u, 0x00000006u, 0x0000525du, 0x0000524eu, - 0x00000260u, 0x000500c7u, 0x00000006u, 0x0000525fu, 0x0000524eu, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005261u, 0x0000525du, 0x0004007cu, 0x00000008u, 0x00005267u, 0x0000525fu, 0x00070050u, 0x00000009u, - 0x00005268u, 0x00005261u, 0x00005261u, 0x00005261u, 0x00005267u, 0x000200f9u, 0x00005256u, 0x000200f8u, - 0x00005256u, 0x000700f5u, 0x00000009u, 0x00007870u, 0x00005268u, 0x00005250u, 0x00005283u, 0x00005253u, - 0x000300f7u, 0x00004a03u, 0x00000000u, 0x000400fau, 0x00002229u, 0x000049f0u, 0x00004a03u, 0x000200f8u, - 0x000049f0u, 0x00050050u, 0x0000005fu, 0x000049f3u, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, - 0x000049f4u, 0x000049f3u, 0x0003003eu, 0x000047fau, 0x000049f4u, 0x00050041u, 0x00000007u, 0x00005291u, - 0x000047fau, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005292u, 0x00005291u, 0x00050084u, 0x00000006u, - 0x00005293u, 0x00004788u, 0x00005292u, 0x00050080u, 0x00000006u, 0x00005294u, 0x00004785u, 0x00005293u, - 0x00050041u, 0x00000007u, 0x00005295u, 0x000047fau, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005296u, - 0x00005295u, 0x00050080u, 0x00000006u, 0x00005298u, 0x00005294u, 0x00005296u, 0x000500c7u, 0x00000006u, - 0x0000529au, 0x00005298u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x0000529du, 0x00005291u, 0x000500c7u, - 0x00000006u, 0x0000529eu, 0x0000529du, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000529fu, 0x0000529eu, - 0x00000217u, 0x000500c6u, 0x00000006u, 0x000052a1u, 0x0000529au, 0x0000529fu, 0x000500c6u, 0x00000006u, - 0x000052a3u, 0x000052a1u, 0x0000048du, 0x00080041u, 0x00000279u, 0x000052a6u, 0x00000e80u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x000052a3u, 0x0004003du, 0x0000022bu, 0x000052a7u, 0x000052a6u, 0x00040071u, - 0x00000006u, 0x000052a8u, 0x000052a7u, 0x000500c4u, 0x00000006u, 0x000052aau, 0x000052a8u, 0x00000217u, - 0x00050080u, 0x00000006u, 0x000052acu, 0x000052aau, 0x00000487u, 0x000500c6u, 0x00000006u, 0x000052afu, - 0x000052acu, 0x0000497du, 0x000500c5u, 0x00000006u, 0x000052b2u, 0x00000f49u, 0x000052afu, 0x00080041u, - 0x00000272u, 0x000052b3u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000052b2u, 0x0004003du, - 0x0000022du, 0x000052b4u, 0x000052b3u, 0x00040071u, 0x00000006u, 0x000052b5u, 0x000052b4u, 0x000300f7u, - 0x000052bdu, 0x00000000u, 0x000400fau, 0x00002226u, 0x000052b7u, 0x000052bau, 0x000200f8u, 0x000052bau, - 0x00060050u, 0x00000355u, 0x000052d5u, 0x000052b5u, 0x000052b5u, 0x000052b5u, 0x000500c2u, 0x00000355u, - 0x000052d6u, 0x000052d5u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x000052d8u, 0x000052d6u, 0x0000afcbu, - 0x000500c4u, 0x00000355u, 0x000052dbu, 0x000052d8u, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x000052deu, - 0x000052d8u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x000052dfu, 0x000052dbu, 0x000052deu, 0x000500c7u, - 0x00000006u, 0x000052e1u, 0x000052b5u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000052e2u, 0x000052e1u, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000052e4u, 0x000052dfu, 0x0004007cu, 0x00000008u, 0x000052e6u, - 0x000052e2u, 0x00050051u, 0x00000008u, 0x000052e7u, 0x000052e4u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000052e8u, 0x000052e4u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000052e9u, 0x000052e4u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000052eau, 0x000052e7u, 0x000052e8u, 0x000052e9u, 0x000052e6u, 0x000200f9u, - 0x000052bdu, 0x000200f8u, 0x000052b7u, 0x000500c2u, 0x00000006u, 0x000052c4u, 0x000052b5u, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x000052c6u, 0x000052b5u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000052c8u, - 0x000052c4u, 0x0004007cu, 0x00000008u, 0x000052ceu, 0x000052c6u, 0x00070050u, 0x00000009u, 0x000052cfu, - 0x000052c8u, 0x000052c8u, 0x000052c8u, 0x000052ceu, 0x000200f9u, 0x000052bdu, 0x000200f8u, 0x000052bdu, - 0x000700f5u, 0x00000009u, 0x00007873u, 0x000052cfu, 0x000052b7u, 0x000052eau, 0x000052bau, 0x00050050u, - 0x0000005fu, 0x000049fcu, 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x000049fdu, 0x000049fcu, - 0x0003003eu, 0x00004800u, 0x000049fdu, 0x00050041u, 0x00000007u, 0x000052f8u, 0x00004800u, 0x00000487u, - 0x0004003du, 0x00000006u, 0x000052f9u, 0x000052f8u, 0x00050084u, 0x00000006u, 0x000052fau, 0x00004788u, - 0x000052f9u, 0x00050080u, 0x00000006u, 0x000052fbu, 0x00004785u, 0x000052fau, 0x00050041u, 0x00000007u, - 0x000052fcu, 0x00004800u, 0x00000376u, 0x0004003du, 0x00000006u, 0x000052fdu, 0x000052fcu, 0x00050080u, - 0x00000006u, 0x000052ffu, 0x000052fbu, 0x000052fdu, 0x000500c7u, 0x00000006u, 0x00005301u, 0x000052ffu, - 0x00000f18u, 0x0004003du, 0x00000006u, 0x00005304u, 0x000052f8u, 0x000500c7u, 0x00000006u, 0x00005305u, - 0x00005304u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00005306u, 0x00005305u, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x00005308u, 0x00005301u, 0x00005306u, 0x000500c6u, 0x00000006u, 0x0000530au, 0x00005308u, - 0x0000048du, 0x00080041u, 0x00000279u, 0x0000530du, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x0000530au, 0x0004003du, 0x0000022bu, 0x0000530eu, 0x0000530du, 0x00040071u, 0x00000006u, 0x0000530fu, - 0x0000530eu, 0x000500c4u, 0x00000006u, 0x00005311u, 0x0000530fu, 0x00000217u, 0x00050080u, 0x00000006u, - 0x00005313u, 0x00005311u, 0x000003c6u, 0x000500c6u, 0x00000006u, 0x00005316u, 0x00005313u, 0x0000497du, - 0x000500c5u, 0x00000006u, 0x00005319u, 0x00000f49u, 0x00005316u, 0x00080041u, 0x00000272u, 0x0000531au, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005319u, 0x0004003du, 0x0000022du, 0x0000531bu, - 0x0000531au, 0x00040071u, 0x00000006u, 0x0000531cu, 0x0000531bu, 0x000300f7u, 0x00005324u, 0x00000000u, - 0x000400fau, 0x00002226u, 0x0000531eu, 0x00005321u, 0x000200f8u, 0x00005321u, 0x00060050u, 0x00000355u, - 0x0000533cu, 0x0000531cu, 0x0000531cu, 0x0000531cu, 0x000500c2u, 0x00000355u, 0x0000533du, 0x0000533cu, - 0x00000e2du, 0x000500c7u, 0x00000355u, 0x0000533fu, 0x0000533du, 0x0000afcbu, 0x000500c4u, 0x00000355u, - 0x00005342u, 0x0000533fu, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00005345u, 0x0000533fu, 0x0000afcdu, - 0x000500c5u, 0x00000355u, 0x00005346u, 0x00005342u, 0x00005345u, 0x000500c7u, 0x00000006u, 0x00005348u, - 0x0000531cu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005349u, 0x00005348u, 0x000006c4u, 0x0004007cu, - 0x0000003cu, 0x0000534bu, 0x00005346u, 0x0004007cu, 0x00000008u, 0x0000534du, 0x00005349u, 0x00050051u, - 0x00000008u, 0x0000534eu, 0x0000534bu, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000534fu, 0x0000534bu, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00005350u, 0x0000534bu, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00005351u, 0x0000534eu, 0x0000534fu, 0x00005350u, 0x0000534du, 0x000200f9u, 0x00005324u, 0x000200f8u, - 0x0000531eu, 0x000500c2u, 0x00000006u, 0x0000532bu, 0x0000531cu, 0x00000260u, 0x000500c7u, 0x00000006u, - 0x0000532du, 0x0000531cu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000532fu, 0x0000532bu, 0x0004007cu, - 0x00000008u, 0x00005335u, 0x0000532du, 0x00070050u, 0x00000009u, 0x00005336u, 0x0000532fu, 0x0000532fu, - 0x0000532fu, 0x00005335u, 0x000200f9u, 0x00005324u, 0x000200f8u, 0x00005324u, 0x000700f5u, 0x00000009u, - 0x00007874u, 0x00005336u, 0x0000531eu, 0x00005351u, 0x00005321u, 0x000200f9u, 0x00004a03u, 0x000200f8u, - 0x00004a03u, 0x000700f5u, 0x00000009u, 0x00007b71u, 0x00007ac1u, 0x00005256u, 0x00007874u, 0x00005324u, - 0x000700f5u, 0x00000009u, 0x00007a7cu, 0x000079cau, 0x00005256u, 0x00007873u, 0x00005324u, 0x000300f7u, - 0x00004a0fu, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004a05u, 0x00004a0fu, 0x000200f8u, 0x00004a05u, - 0x00050050u, 0x0000005fu, 0x00004a08u, 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004a09u, - 0x00004a08u, 0x0003003eu, 0x00004806u, 0x00004a09u, 0x00050041u, 0x00000007u, 0x0000535fu, 0x00004806u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00005360u, 0x0000535fu, 0x00050084u, 0x00000006u, 0x00005361u, - 0x00004788u, 0x00005360u, 0x00050080u, 0x00000006u, 0x00005362u, 0x00004785u, 0x00005361u, 0x00050041u, - 0x00000007u, 0x00005363u, 0x00004806u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005364u, 0x00005363u, - 0x00050080u, 0x00000006u, 0x00005366u, 0x00005362u, 0x00005364u, 0x000500c7u, 0x00000006u, 0x00005368u, - 0x00005366u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x0000536bu, 0x0000535fu, 0x000500c7u, 0x00000006u, - 0x0000536cu, 0x0000536bu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x0000536du, 0x0000536cu, 0x00000217u, - 0x000500c6u, 0x00000006u, 0x0000536fu, 0x00005368u, 0x0000536du, 0x000500c6u, 0x00000006u, 0x00005371u, - 0x0000536fu, 0x0000048du, 0x00080041u, 0x00000279u, 0x00005374u, 0x00000e80u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00005371u, 0x0004003du, 0x0000022bu, 0x00005375u, 0x00005374u, 0x00040071u, 0x00000006u, - 0x00005376u, 0x00005375u, 0x000500c4u, 0x00000006u, 0x00005378u, 0x00005376u, 0x00000217u, 0x00050080u, - 0x00000006u, 0x0000537au, 0x00005378u, 0x0000048du, 0x000500c6u, 0x00000006u, 0x0000537du, 0x0000537au, - 0x0000497du, 0x000500c5u, 0x00000006u, 0x00005380u, 0x00000f49u, 0x0000537du, 0x00080041u, 0x00000272u, - 0x00005381u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005380u, 0x0004003du, 0x0000022du, - 0x00005382u, 0x00005381u, 0x00040071u, 0x00000006u, 0x00005383u, 0x00005382u, 0x000300f7u, 0x0000538bu, - 0x00000000u, 0x000400fau, 0x00002226u, 0x00005385u, 0x00005388u, 0x000200f8u, 0x00005388u, 0x00060050u, - 0x00000355u, 0x000053a3u, 0x00005383u, 0x00005383u, 0x00005383u, 0x000500c2u, 0x00000355u, 0x000053a4u, - 0x000053a3u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x000053a6u, 0x000053a4u, 0x0000afcbu, 0x000500c4u, - 0x00000355u, 0x000053a9u, 0x000053a6u, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x000053acu, 0x000053a6u, - 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x000053adu, 0x000053a9u, 0x000053acu, 0x000500c7u, 0x00000006u, - 0x000053afu, 0x00005383u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000053b0u, 0x000053afu, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x000053b2u, 0x000053adu, 0x0004007cu, 0x00000008u, 0x000053b4u, 0x000053b0u, - 0x00050051u, 0x00000008u, 0x000053b5u, 0x000053b2u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000053b6u, - 0x000053b2u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000053b7u, 0x000053b2u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000053b8u, 0x000053b5u, 0x000053b6u, 0x000053b7u, 0x000053b4u, 0x000200f9u, 0x0000538bu, - 0x000200f8u, 0x00005385u, 0x000500c2u, 0x00000006u, 0x00005392u, 0x00005383u, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x00005394u, 0x00005383u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005396u, 0x00005392u, - 0x0004007cu, 0x00000008u, 0x0000539cu, 0x00005394u, 0x00070050u, 0x00000009u, 0x0000539du, 0x00005396u, - 0x00005396u, 0x00005396u, 0x0000539cu, 0x000200f9u, 0x0000538bu, 0x000200f8u, 0x0000538bu, 0x000700f5u, - 0x00000009u, 0x00007875u, 0x0000539du, 0x00005385u, 0x000053b8u, 0x00005388u, 0x000200f9u, 0x00004a0fu, - 0x000200f8u, 0x00004a0fu, 0x000700f5u, 0x00000009u, 0x00007c64u, 0x00007bb3u, 0x00004a03u, 0x00007875u, - 0x0000538bu, 0x000200f9u, 0x00004a10u, 0x000200f8u, 0x000049acu, 0x0004007cu, 0x000000a2u, 0x000049aeu, - 0x0000786cu, 0x0004007cu, 0x00000006u, 0x000049b1u, 0x00004797u, 0x000600a9u, 0x00000008u, 0x000049b3u, - 0x00004962u, 0x0000021au, 0x00000205u, 0x0004007cu, 0x00000006u, 0x000049b4u, 0x000049b3u, 0x0003003eu, - 0x000047d5u, 0x000049aeu, 0x00050041u, 0x00000007u, 0x00005053u, 0x000047d5u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00005054u, 0x00005053u, 0x00050084u, 0x00000006u, 0x00005055u, 0x00004788u, 0x00005054u, - 0x00050080u, 0x00000006u, 0x00005056u, 0x00004785u, 0x00005055u, 0x00050041u, 0x00000007u, 0x00005057u, - 0x000047d5u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00005058u, 0x00005057u, 0x000500c2u, 0x00000006u, - 0x00005059u, 0x00005058u, 0x00000214u, 0x00050080u, 0x00000006u, 0x0000505bu, 0x00005056u, 0x00005059u, - 0x000500c7u, 0x00000006u, 0x0000505du, 0x0000505bu, 0x00000f18u, 0x0004003du, 0x00000006u, 0x0000505fu, - 0x00005057u, 0x000400c8u, 0x00000006u, 0x00005060u, 0x0000505fu, 0x000500c7u, 0x00000006u, 0x00005061u, - 0x00005060u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005062u, 0x00005061u, 0x00000703u, 0x0004003du, - 0x00000006u, 0x00005065u, 0x00005053u, 0x000500c7u, 0x00000006u, 0x00005066u, 0x00005065u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00005067u, 0x00005066u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005069u, - 0x0000505du, 0x00005067u, 0x000500c6u, 0x00000006u, 0x0000506bu, 0x00005069u, 0x0000048du, 0x00080041u, - 0x00000279u, 0x0000506eu, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000506bu, 0x0004003du, - 0x0000022bu, 0x0000506fu, 0x0000506eu, 0x00040071u, 0x00000006u, 0x00005070u, 0x0000506fu, 0x000500c2u, - 0x00000006u, 0x00005073u, 0x00005070u, 0x00005062u, 0x000500c7u, 0x00000006u, 0x00005074u, 0x00005073u, - 0x00000e89u, 0x000500c4u, 0x00000006u, 0x00005076u, 0x000049b1u, 0x0000021du, 0x000500c5u, 0x00000006u, - 0x00005078u, 0x00005074u, 0x00005076u, 0x000500c4u, 0x00000006u, 0x0000507au, 0x00005078u, 0x00000217u, - 0x00050080u, 0x00000006u, 0x0000507cu, 0x0000507au, 0x000049b4u, 0x000500c6u, 0x00000006u, 0x0000507fu, - 0x0000507cu, 0x0000497du, 0x000500c5u, 0x00000006u, 0x00005082u, 0x00000f49u, 0x0000507fu, 0x00080041u, - 0x00000272u, 0x00005083u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005082u, 0x0004003du, - 0x0000022du, 0x00005084u, 0x00005083u, 0x00040071u, 0x00000006u, 0x00005085u, 0x00005084u, 0x000300f7u, - 0x0000508du, 0x00000000u, 0x000400fau, 0x00002226u, 0x00005087u, 0x0000508au, 0x000200f8u, 0x0000508au, - 0x00060050u, 0x00000355u, 0x000050a5u, 0x00005085u, 0x00005085u, 0x00005085u, 0x000500c2u, 0x00000355u, - 0x000050a6u, 0x000050a5u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x000050a8u, 0x000050a6u, 0x0000afcbu, - 0x000500c4u, 0x00000355u, 0x000050abu, 0x000050a8u, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x000050aeu, - 0x000050a8u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x000050afu, 0x000050abu, 0x000050aeu, 0x000500c7u, - 0x00000006u, 0x000050b1u, 0x00005085u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000050b2u, 0x000050b1u, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000050b4u, 0x000050afu, 0x0004007cu, 0x00000008u, 0x000050b6u, - 0x000050b2u, 0x00050051u, 0x00000008u, 0x000050b7u, 0x000050b4u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000050b8u, 0x000050b4u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000050b9u, 0x000050b4u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000050bau, 0x000050b7u, 0x000050b8u, 0x000050b9u, 0x000050b6u, 0x000200f9u, - 0x0000508du, 0x000200f8u, 0x00005087u, 0x000500c2u, 0x00000006u, 0x00005094u, 0x00005085u, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x00005096u, 0x00005085u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005098u, - 0x00005094u, 0x0004007cu, 0x00000008u, 0x0000509eu, 0x00005096u, 0x00070050u, 0x00000009u, 0x0000509fu, - 0x00005098u, 0x00005098u, 0x00005098u, 0x0000509eu, 0x000200f9u, 0x0000508du, 0x000200f8u, 0x0000508du, - 0x000700f5u, 0x00000009u, 0x00007876u, 0x0000509fu, 0x00005087u, 0x000050bau, 0x0000508au, 0x000300f7u, - 0x000049d4u, 0x00000000u, 0x000400fau, 0x00002229u, 0x000049bbu, 0x000049d4u, 0x000200f8u, 0x000049bbu, - 0x00050050u, 0x0000005fu, 0x000049beu, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, 0x000049bfu, - 0x000049beu, 0x0003003eu, 0x000047ddu, 0x000049bfu, 0x00050041u, 0x00000007u, 0x000050c9u, 0x000047ddu, - 0x00000487u, 0x0004003du, 0x00000006u, 0x000050cau, 0x000050c9u, 0x00050084u, 0x00000006u, 0x000050cbu, - 0x00004788u, 0x000050cau, 0x00050080u, 0x00000006u, 0x000050ccu, 0x00004785u, 0x000050cbu, 0x00050041u, - 0x00000007u, 0x000050cdu, 0x000047ddu, 0x00000376u, 0x0004003du, 0x00000006u, 0x000050ceu, 0x000050cdu, - 0x000500c2u, 0x00000006u, 0x000050cfu, 0x000050ceu, 0x00000214u, 0x00050080u, 0x00000006u, 0x000050d1u, - 0x000050ccu, 0x000050cfu, 0x000500c7u, 0x00000006u, 0x000050d3u, 0x000050d1u, 0x00000f18u, 0x0004003du, - 0x00000006u, 0x000050d5u, 0x000050cdu, 0x000400c8u, 0x00000006u, 0x000050d6u, 0x000050d5u, 0x000500c7u, - 0x00000006u, 0x000050d7u, 0x000050d6u, 0x00000487u, 0x00050084u, 0x00000006u, 0x000050d8u, 0x000050d7u, - 0x00000703u, 0x0004003du, 0x00000006u, 0x000050dbu, 0x000050c9u, 0x000500c7u, 0x00000006u, 0x000050dcu, - 0x000050dbu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000050ddu, 0x000050dcu, 0x00000217u, 0x000500c6u, - 0x00000006u, 0x000050dfu, 0x000050d3u, 0x000050ddu, 0x000500c6u, 0x00000006u, 0x000050e1u, 0x000050dfu, - 0x0000048du, 0x00080041u, 0x00000279u, 0x000050e4u, 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, - 0x000050e1u, 0x0004003du, 0x0000022bu, 0x000050e5u, 0x000050e4u, 0x00040071u, 0x00000006u, 0x000050e6u, - 0x000050e5u, 0x000500c2u, 0x00000006u, 0x000050e9u, 0x000050e6u, 0x000050d8u, 0x000500c7u, 0x00000006u, - 0x000050eau, 0x000050e9u, 0x00000e89u, 0x000500c5u, 0x00000006u, 0x000050eeu, 0x000050eau, 0x00005076u, - 0x000500c4u, 0x00000006u, 0x000050f0u, 0x000050eeu, 0x00000217u, 0x00050080u, 0x00000006u, 0x000050f2u, - 0x000050f0u, 0x00000487u, 0x000500c6u, 0x00000006u, 0x000050f5u, 0x000050f2u, 0x0000497du, 0x000500c5u, - 0x00000006u, 0x000050f8u, 0x00000f49u, 0x000050f5u, 0x00080041u, 0x00000272u, 0x000050f9u, 0x00000f47u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x000050f8u, 0x0004003du, 0x0000022du, 0x000050fau, 0x000050f9u, - 0x00040071u, 0x00000006u, 0x000050fbu, 0x000050fau, 0x000300f7u, 0x00005103u, 0x00000000u, 0x000400fau, - 0x00002226u, 0x000050fdu, 0x00005100u, 0x000200f8u, 0x00005100u, 0x00060050u, 0x00000355u, 0x0000511bu, - 0x000050fbu, 0x000050fbu, 0x000050fbu, 0x000500c2u, 0x00000355u, 0x0000511cu, 0x0000511bu, 0x00000e2du, - 0x000500c7u, 0x00000355u, 0x0000511eu, 0x0000511cu, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00005121u, - 0x0000511eu, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00005124u, 0x0000511eu, 0x0000afcdu, 0x000500c5u, - 0x00000355u, 0x00005125u, 0x00005121u, 0x00005124u, 0x000500c7u, 0x00000006u, 0x00005127u, 0x000050fbu, - 0x00000487u, 0x00050084u, 0x00000006u, 0x00005128u, 0x00005127u, 0x000006c4u, 0x0004007cu, 0x0000003cu, - 0x0000512au, 0x00005125u, 0x0004007cu, 0x00000008u, 0x0000512cu, 0x00005128u, 0x00050051u, 0x00000008u, - 0x0000512du, 0x0000512au, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000512eu, 0x0000512au, 0x00000001u, - 0x00050051u, 0x00000008u, 0x0000512fu, 0x0000512au, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005130u, - 0x0000512du, 0x0000512eu, 0x0000512fu, 0x0000512cu, 0x000200f9u, 0x00005103u, 0x000200f8u, 0x000050fdu, - 0x000500c2u, 0x00000006u, 0x0000510au, 0x000050fbu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x0000510cu, - 0x000050fbu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x0000510eu, 0x0000510au, 0x0004007cu, 0x00000008u, - 0x00005114u, 0x0000510cu, 0x00070050u, 0x00000009u, 0x00005115u, 0x0000510eu, 0x0000510eu, 0x0000510eu, - 0x00005114u, 0x000200f9u, 0x00005103u, 0x000200f8u, 0x00005103u, 0x000700f5u, 0x00000009u, 0x00007878u, - 0x00005115u, 0x000050fdu, 0x00005130u, 0x00005100u, 0x00050050u, 0x0000005fu, 0x000049cau, 0x00007857u, - 0x00004950u, 0x0004007cu, 0x000000a2u, 0x000049cbu, 0x000049cau, 0x0003003eu, 0x000047e5u, 0x000049cbu, - 0x00050041u, 0x00000007u, 0x0000513fu, 0x000047e5u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00005140u, - 0x0000513fu, 0x00050084u, 0x00000006u, 0x00005141u, 0x00004788u, 0x00005140u, 0x00050080u, 0x00000006u, - 0x00005142u, 0x00004785u, 0x00005141u, 0x00050041u, 0x00000007u, 0x00005143u, 0x000047e5u, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00005144u, 0x00005143u, 0x000500c2u, 0x00000006u, 0x00005145u, 0x00005144u, - 0x00000214u, 0x00050080u, 0x00000006u, 0x00005147u, 0x00005142u, 0x00005145u, 0x000500c7u, 0x00000006u, - 0x00005149u, 0x00005147u, 0x00000f18u, 0x0004003du, 0x00000006u, 0x0000514bu, 0x00005143u, 0x000400c8u, - 0x00000006u, 0x0000514cu, 0x0000514bu, 0x000500c7u, 0x00000006u, 0x0000514du, 0x0000514cu, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000514eu, 0x0000514du, 0x00000703u, 0x0004003du, 0x00000006u, 0x00005151u, - 0x0000513fu, 0x000500c7u, 0x00000006u, 0x00005152u, 0x00005151u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00005153u, 0x00005152u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x00005155u, 0x00005149u, 0x00005153u, - 0x000500c6u, 0x00000006u, 0x00005157u, 0x00005155u, 0x0000048du, 0x00080041u, 0x00000279u, 0x0000515au, - 0x00000e80u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00005157u, 0x0004003du, 0x0000022bu, 0x0000515bu, - 0x0000515au, 0x00040071u, 0x00000006u, 0x0000515cu, 0x0000515bu, 0x000500c2u, 0x00000006u, 0x0000515fu, - 0x0000515cu, 0x0000514eu, 0x000500c7u, 0x00000006u, 0x00005160u, 0x0000515fu, 0x00000e89u, 0x000500c5u, - 0x00000006u, 0x00005164u, 0x00005160u, 0x00005076u, 0x000500c4u, 0x00000006u, 0x00005166u, 0x00005164u, - 0x00000217u, 0x00050080u, 0x00000006u, 0x00005168u, 0x00005166u, 0x000003c6u, 0x000500c6u, 0x00000006u, - 0x0000516bu, 0x00005168u, 0x0000497du, 0x000500c5u, 0x00000006u, 0x0000516eu, 0x00000f49u, 0x0000516bu, - 0x00080041u, 0x00000272u, 0x0000516fu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x0000516eu, - 0x0004003du, 0x0000022du, 0x00005170u, 0x0000516fu, 0x00040071u, 0x00000006u, 0x00005171u, 0x00005170u, - 0x000300f7u, 0x00005179u, 0x00000000u, 0x000400fau, 0x00002226u, 0x00005173u, 0x00005176u, 0x000200f8u, - 0x00005176u, 0x00060050u, 0x00000355u, 0x00005191u, 0x00005171u, 0x00005171u, 0x00005171u, 0x000500c2u, - 0x00000355u, 0x00005192u, 0x00005191u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00005194u, 0x00005192u, - 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00005197u, 0x00005194u, 0x0000afccu, 0x000500c2u, 0x00000355u, - 0x0000519au, 0x00005194u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x0000519bu, 0x00005197u, 0x0000519au, - 0x000500c7u, 0x00000006u, 0x0000519du, 0x00005171u, 0x00000487u, 0x00050084u, 0x00000006u, 0x0000519eu, - 0x0000519du, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x000051a0u, 0x0000519bu, 0x0004007cu, 0x00000008u, - 0x000051a2u, 0x0000519eu, 0x00050051u, 0x00000008u, 0x000051a3u, 0x000051a0u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x000051a4u, 0x000051a0u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000051a5u, 0x000051a0u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x000051a6u, 0x000051a3u, 0x000051a4u, 0x000051a5u, 0x000051a2u, - 0x000200f9u, 0x00005179u, 0x000200f8u, 0x00005173u, 0x000500c2u, 0x00000006u, 0x00005180u, 0x00005171u, - 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005182u, 0x00005171u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00005184u, 0x00005180u, 0x0004007cu, 0x00000008u, 0x0000518au, 0x00005182u, 0x00070050u, 0x00000009u, - 0x0000518bu, 0x00005184u, 0x00005184u, 0x00005184u, 0x0000518au, 0x000200f9u, 0x00005179u, 0x000200f8u, - 0x00005179u, 0x000700f5u, 0x00000009u, 0x00007879u, 0x0000518bu, 0x00005173u, 0x000051a6u, 0x00005176u, - 0x000200f9u, 0x000049d4u, 0x000200f8u, 0x000049d4u, 0x000700f5u, 0x00000009u, 0x00007b6du, 0x00007ac1u, - 0x0000508du, 0x00007879u, 0x00005179u, 0x000700f5u, 0x00000009u, 0x00007a77u, 0x000079cau, 0x0000508du, - 0x00007878u, 0x00005179u, 0x000300f7u, 0x000049e3u, 0x00000000u, 0x000400fau, 0x0000495au, 0x000049d6u, - 0x000049e3u, 0x000200f8u, 0x000049d6u, 0x00050050u, 0x0000005fu, 0x000049d9u, 0x0000785bu, 0x00004950u, - 0x0004007cu, 0x000000a2u, 0x000049dau, 0x000049d9u, 0x0003003eu, 0x000047edu, 0x000049dau, 0x00050041u, - 0x00000007u, 0x000051b5u, 0x000047edu, 0x00000487u, 0x0004003du, 0x00000006u, 0x000051b6u, 0x000051b5u, - 0x00050084u, 0x00000006u, 0x000051b7u, 0x00004788u, 0x000051b6u, 0x00050080u, 0x00000006u, 0x000051b8u, - 0x00004785u, 0x000051b7u, 0x00050041u, 0x00000007u, 0x000051b9u, 0x000047edu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x000051bau, 0x000051b9u, 0x000500c2u, 0x00000006u, 0x000051bbu, 0x000051bau, 0x00000214u, - 0x00050080u, 0x00000006u, 0x000051bdu, 0x000051b8u, 0x000051bbu, 0x000500c7u, 0x00000006u, 0x000051bfu, - 0x000051bdu, 0x00000f18u, 0x0004003du, 0x00000006u, 0x000051c1u, 0x000051b9u, 0x000400c8u, 0x00000006u, - 0x000051c2u, 0x000051c1u, 0x000500c7u, 0x00000006u, 0x000051c3u, 0x000051c2u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x000051c4u, 0x000051c3u, 0x00000703u, 0x0004003du, 0x00000006u, 0x000051c7u, 0x000051b5u, - 0x000500c7u, 0x00000006u, 0x000051c8u, 0x000051c7u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x000051c9u, - 0x000051c8u, 0x00000217u, 0x000500c6u, 0x00000006u, 0x000051cbu, 0x000051bfu, 0x000051c9u, 0x000500c6u, - 0x00000006u, 0x000051cdu, 0x000051cbu, 0x0000048du, 0x00080041u, 0x00000279u, 0x000051d0u, 0x00000e80u, - 0x00000205u, 0x00002212u, 0x00000205u, 0x000051cdu, 0x0004003du, 0x0000022bu, 0x000051d1u, 0x000051d0u, - 0x00040071u, 0x00000006u, 0x000051d2u, 0x000051d1u, 0x000500c2u, 0x00000006u, 0x000051d5u, 0x000051d2u, - 0x000051c4u, 0x000500c7u, 0x00000006u, 0x000051d6u, 0x000051d5u, 0x00000e89u, 0x000500c5u, 0x00000006u, - 0x000051dau, 0x000051d6u, 0x00005076u, 0x000500c4u, 0x00000006u, 0x000051dcu, 0x000051dau, 0x00000217u, - 0x00050080u, 0x00000006u, 0x000051deu, 0x000051dcu, 0x0000048du, 0x000500c6u, 0x00000006u, 0x000051e1u, - 0x000051deu, 0x0000497du, 0x000500c5u, 0x00000006u, 0x000051e4u, 0x00000f49u, 0x000051e1u, 0x00080041u, - 0x00000272u, 0x000051e5u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x000051e4u, 0x0004003du, - 0x0000022du, 0x000051e6u, 0x000051e5u, 0x00040071u, 0x00000006u, 0x000051e7u, 0x000051e6u, 0x000300f7u, - 0x000051efu, 0x00000000u, 0x000400fau, 0x00002226u, 0x000051e9u, 0x000051ecu, 0x000200f8u, 0x000051ecu, - 0x00060050u, 0x00000355u, 0x00005207u, 0x000051e7u, 0x000051e7u, 0x000051e7u, 0x000500c2u, 0x00000355u, - 0x00005208u, 0x00005207u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x0000520au, 0x00005208u, 0x0000afcbu, - 0x000500c4u, 0x00000355u, 0x0000520du, 0x0000520au, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00005210u, - 0x0000520au, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x00005211u, 0x0000520du, 0x00005210u, 0x000500c7u, - 0x00000006u, 0x00005213u, 0x000051e7u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00005214u, 0x00005213u, - 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00005216u, 0x00005211u, 0x0004007cu, 0x00000008u, 0x00005218u, - 0x00005214u, 0x00050051u, 0x00000008u, 0x00005219u, 0x00005216u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x0000521au, 0x00005216u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000521bu, 0x00005216u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x0000521cu, 0x00005219u, 0x0000521au, 0x0000521bu, 0x00005218u, 0x000200f9u, - 0x000051efu, 0x000200f8u, 0x000051e9u, 0x000500c2u, 0x00000006u, 0x000051f6u, 0x000051e7u, 0x00000260u, - 0x000500c7u, 0x00000006u, 0x000051f8u, 0x000051e7u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000051fau, - 0x000051f6u, 0x0004007cu, 0x00000008u, 0x00005200u, 0x000051f8u, 0x00070050u, 0x00000009u, 0x00005201u, - 0x000051fau, 0x000051fau, 0x000051fau, 0x00005200u, 0x000200f9u, 0x000051efu, 0x000200f8u, 0x000051efu, - 0x000700f5u, 0x00000009u, 0x0000787au, 0x00005201u, 0x000051e9u, 0x0000521cu, 0x000051ecu, 0x000200f9u, - 0x000049e3u, 0x000200f8u, 0x000049e3u, 0x000700f5u, 0x00000009u, 0x00007c5fu, 0x00007bb3u, 0x000049d4u, - 0x0000787au, 0x000051efu, 0x000200f9u, 0x00004a10u, 0x000200f8u, 0x00004980u, 0x0004007cu, 0x000000a2u, - 0x00004982u, 0x0000786cu, 0x000600a9u, 0x00000008u, 0x00004984u, 0x00004962u, 0x0000021au, 0x00000205u, - 0x0004007cu, 0x00000006u, 0x00004985u, 0x00004984u, 0x0003003eu, 0x0000480cu, 0x00004982u, 0x00050041u, - 0x00000007u, 0x00004eaau, 0x0000480cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004eabu, 0x00004eaau, - 0x00050084u, 0x00000006u, 0x00004eacu, 0x00004788u, 0x00004eabu, 0x00050080u, 0x00000006u, 0x00004eadu, - 0x00004785u, 0x00004eacu, 0x00050041u, 0x00000007u, 0x00004eaeu, 0x0000480cu, 0x00000376u, 0x0004003du, - 0x00000006u, 0x00004eafu, 0x00004eaeu, 0x00050084u, 0x00000006u, 0x00004eb0u, 0x00004eafu, 0x000003c6u, - 0x00050080u, 0x00000006u, 0x00004eb2u, 0x00004eadu, 0x00004eb0u, 0x000500c7u, 0x00000006u, 0x00004eb4u, - 0x00004eb2u, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x00004eb6u, 0x00004eb4u, 0x00000214u, 0x0004003du, - 0x00000006u, 0x00004eb8u, 0x00004eaau, 0x000500c7u, 0x00000006u, 0x00004eb9u, 0x00004eb8u, 0x00000487u, - 0x000500c4u, 0x00000006u, 0x00004ebau, 0x00004eb9u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00004ebcu, - 0x00004eb6u, 0x00004ebau, 0x000500c6u, 0x00000006u, 0x00004ebeu, 0x00004ebcu, 0x00000487u, 0x00080041u, - 0x00000272u, 0x00004ec1u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004ebeu, 0x0004003du, - 0x0000022du, 0x00004ec2u, 0x00004ec1u, 0x00040071u, 0x00000006u, 0x00004ec3u, 0x00004ec2u, 0x000500c2u, - 0x00000006u, 0x00004ec5u, 0x00004ec3u, 0x00000223u, 0x000500c7u, 0x00000006u, 0x00004ec6u, 0x00004ec5u, - 0x00000fe7u, 0x00050080u, 0x00000006u, 0x00004ec8u, 0x00004ec6u, 0x00004985u, 0x000500c6u, 0x00000006u, - 0x00004ecbu, 0x00004ec8u, 0x0000497du, 0x000500c5u, 0x00000006u, 0x00004eceu, 0x00000f49u, 0x00004ecbu, - 0x00080041u, 0x00000272u, 0x00004ecfu, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004eceu, - 0x0004003du, 0x0000022du, 0x00004ed0u, 0x00004ecfu, 0x00040071u, 0x00000006u, 0x00004ed1u, 0x00004ed0u, - 0x000300f7u, 0x00004ed9u, 0x00000000u, 0x000400fau, 0x00002226u, 0x00004ed3u, 0x00004ed6u, 0x000200f8u, - 0x00004ed6u, 0x00060050u, 0x00000355u, 0x00004ef1u, 0x00004ed1u, 0x00004ed1u, 0x00004ed1u, 0x000500c2u, - 0x00000355u, 0x00004ef2u, 0x00004ef1u, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00004ef4u, 0x00004ef2u, - 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00004ef7u, 0x00004ef4u, 0x0000afccu, 0x000500c2u, 0x00000355u, - 0x00004efau, 0x00004ef4u, 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x00004efbu, 0x00004ef7u, 0x00004efau, - 0x000500c7u, 0x00000006u, 0x00004efdu, 0x00004ed1u, 0x00000487u, 0x00050084u, 0x00000006u, 0x00004efeu, - 0x00004efdu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00004f00u, 0x00004efbu, 0x0004007cu, 0x00000008u, - 0x00004f02u, 0x00004efeu, 0x00050051u, 0x00000008u, 0x00004f03u, 0x00004f00u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00004f04u, 0x00004f00u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004f05u, 0x00004f00u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00004f06u, 0x00004f03u, 0x00004f04u, 0x00004f05u, 0x00004f02u, - 0x000200f9u, 0x00004ed9u, 0x000200f8u, 0x00004ed3u, 0x000500c2u, 0x00000006u, 0x00004ee0u, 0x00004ed1u, - 0x00000260u, 0x000500c7u, 0x00000006u, 0x00004ee2u, 0x00004ed1u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00004ee4u, 0x00004ee0u, 0x0004007cu, 0x00000008u, 0x00004eeau, 0x00004ee2u, 0x00070050u, 0x00000009u, - 0x00004eebu, 0x00004ee4u, 0x00004ee4u, 0x00004ee4u, 0x00004eeau, 0x000200f9u, 0x00004ed9u, 0x000200f8u, - 0x00004ed9u, 0x000700f5u, 0x00000009u, 0x0000787bu, 0x00004eebu, 0x00004ed3u, 0x00004f06u, 0x00004ed6u, - 0x000300f7u, 0x0000499fu, 0x00000000u, 0x000400fau, 0x00002229u, 0x0000498cu, 0x0000499fu, 0x000200f8u, - 0x0000498cu, 0x00050050u, 0x0000005fu, 0x0000498fu, 0x0000785bu, 0x0000494eu, 0x0004007cu, 0x000000a2u, - 0x00004990u, 0x0000498fu, 0x0003003eu, 0x00004812u, 0x00004990u, 0x00050041u, 0x00000007u, 0x00004f14u, - 0x00004812u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00004f15u, 0x00004f14u, 0x00050084u, 0x00000006u, - 0x00004f16u, 0x00004788u, 0x00004f15u, 0x00050080u, 0x00000006u, 0x00004f17u, 0x00004785u, 0x00004f16u, - 0x00050041u, 0x00000007u, 0x00004f18u, 0x00004812u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004f19u, - 0x00004f18u, 0x00050084u, 0x00000006u, 0x00004f1au, 0x00004f19u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x00004f1cu, 0x00004f17u, 0x00004f1au, 0x000500c7u, 0x00000006u, 0x00004f1eu, 0x00004f1cu, 0x00000f18u, - 0x000500c2u, 0x00000006u, 0x00004f20u, 0x00004f1eu, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004f22u, - 0x00004f14u, 0x000500c7u, 0x00000006u, 0x00004f23u, 0x00004f22u, 0x00000487u, 0x000500c4u, 0x00000006u, - 0x00004f24u, 0x00004f23u, 0x00000214u, 0x000500c6u, 0x00000006u, 0x00004f26u, 0x00004f20u, 0x00004f24u, - 0x000500c6u, 0x00000006u, 0x00004f28u, 0x00004f26u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004f2bu, - 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004f28u, 0x0004003du, 0x0000022du, 0x00004f2cu, - 0x00004f2bu, 0x00040071u, 0x00000006u, 0x00004f2du, 0x00004f2cu, 0x000500c2u, 0x00000006u, 0x00004f2fu, - 0x00004f2du, 0x00000223u, 0x000500c7u, 0x00000006u, 0x00004f30u, 0x00004f2fu, 0x00000fe7u, 0x00050080u, - 0x00000006u, 0x00004f32u, 0x00004f30u, 0x00000487u, 0x000500c6u, 0x00000006u, 0x00004f35u, 0x00004f32u, - 0x0000497du, 0x000500c5u, 0x00000006u, 0x00004f38u, 0x00000f49u, 0x00004f35u, 0x00080041u, 0x00000272u, - 0x00004f39u, 0x00000f47u, 0x00000205u, 0x00002212u, 0x00000205u, 0x00004f38u, 0x0004003du, 0x0000022du, - 0x00004f3au, 0x00004f39u, 0x00040071u, 0x00000006u, 0x00004f3bu, 0x00004f3au, 0x000300f7u, 0x00004f43u, - 0x00000000u, 0x000400fau, 0x00002226u, 0x00004f3du, 0x00004f40u, 0x000200f8u, 0x00004f40u, 0x00060050u, - 0x00000355u, 0x00004f5bu, 0x00004f3bu, 0x00004f3bu, 0x00004f3bu, 0x000500c2u, 0x00000355u, 0x00004f5cu, - 0x00004f5bu, 0x00000e2du, 0x000500c7u, 0x00000355u, 0x00004f5eu, 0x00004f5cu, 0x0000afcbu, 0x000500c4u, - 0x00000355u, 0x00004f61u, 0x00004f5eu, 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00004f64u, 0x00004f5eu, - 0x0000afcdu, 0x000500c5u, 0x00000355u, 0x00004f65u, 0x00004f61u, 0x00004f64u, 0x000500c7u, 0x00000006u, - 0x00004f67u, 0x00004f3bu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00004f68u, 0x00004f67u, 0x000006c4u, - 0x0004007cu, 0x0000003cu, 0x00004f6au, 0x00004f65u, 0x0004007cu, 0x00000008u, 0x00004f6cu, 0x00004f68u, - 0x00050051u, 0x00000008u, 0x00004f6du, 0x00004f6au, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004f6eu, - 0x00004f6au, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004f6fu, 0x00004f6au, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00004f70u, 0x00004f6du, 0x00004f6eu, 0x00004f6fu, 0x00004f6cu, 0x000200f9u, 0x00004f43u, - 0x000200f8u, 0x00004f3du, 0x000500c2u, 0x00000006u, 0x00004f4au, 0x00004f3bu, 0x00000260u, 0x000500c7u, - 0x00000006u, 0x00004f4cu, 0x00004f3bu, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004f4eu, 0x00004f4au, - 0x0004007cu, 0x00000008u, 0x00004f54u, 0x00004f4cu, 0x00070050u, 0x00000009u, 0x00004f55u, 0x00004f4eu, - 0x00004f4eu, 0x00004f4eu, 0x00004f54u, 0x000200f9u, 0x00004f43u, 0x000200f8u, 0x00004f43u, 0x000700f5u, - 0x00000009u, 0x0000787du, 0x00004f55u, 0x00004f3du, 0x00004f70u, 0x00004f40u, 0x00050050u, 0x0000005fu, - 0x00004998u, 0x00007857u, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x00004999u, 0x00004998u, 0x0003003eu, - 0x00004818u, 0x00004999u, 0x00050041u, 0x00000007u, 0x00004f7eu, 0x00004818u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00004f7fu, 0x00004f7eu, 0x00050084u, 0x00000006u, 0x00004f80u, 0x00004788u, 0x00004f7fu, - 0x00050080u, 0x00000006u, 0x00004f81u, 0x00004785u, 0x00004f80u, 0x00050041u, 0x00000007u, 0x00004f82u, - 0x00004818u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004f83u, 0x00004f82u, 0x00050084u, 0x00000006u, - 0x00004f84u, 0x00004f83u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004f86u, 0x00004f81u, 0x00004f84u, - 0x000500c7u, 0x00000006u, 0x00004f88u, 0x00004f86u, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x00004f8au, - 0x00004f88u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004f8cu, 0x00004f7eu, 0x000500c7u, 0x00000006u, - 0x00004f8du, 0x00004f8cu, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004f8eu, 0x00004f8du, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00004f90u, 0x00004f8au, 0x00004f8eu, 0x000500c6u, 0x00000006u, 0x00004f92u, - 0x00004f90u, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004f95u, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00004f92u, 0x0004003du, 0x0000022du, 0x00004f96u, 0x00004f95u, 0x00040071u, 0x00000006u, - 0x00004f97u, 0x00004f96u, 0x000500c2u, 0x00000006u, 0x00004f99u, 0x00004f97u, 0x00000223u, 0x000500c7u, - 0x00000006u, 0x00004f9au, 0x00004f99u, 0x00000fe7u, 0x00050080u, 0x00000006u, 0x00004f9cu, 0x00004f9au, - 0x000003c6u, 0x000500c6u, 0x00000006u, 0x00004f9fu, 0x00004f9cu, 0x0000497du, 0x000500c5u, 0x00000006u, - 0x00004fa2u, 0x00000f49u, 0x00004f9fu, 0x00080041u, 0x00000272u, 0x00004fa3u, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x00004fa2u, 0x0004003du, 0x0000022du, 0x00004fa4u, 0x00004fa3u, 0x00040071u, - 0x00000006u, 0x00004fa5u, 0x00004fa4u, 0x000300f7u, 0x00004fadu, 0x00000000u, 0x000400fau, 0x00002226u, - 0x00004fa7u, 0x00004faau, 0x000200f8u, 0x00004faau, 0x00060050u, 0x00000355u, 0x00004fc5u, 0x00004fa5u, - 0x00004fa5u, 0x00004fa5u, 0x000500c2u, 0x00000355u, 0x00004fc6u, 0x00004fc5u, 0x00000e2du, 0x000500c7u, - 0x00000355u, 0x00004fc8u, 0x00004fc6u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00004fcbu, 0x00004fc8u, - 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00004fceu, 0x00004fc8u, 0x0000afcdu, 0x000500c5u, 0x00000355u, - 0x00004fcfu, 0x00004fcbu, 0x00004fceu, 0x000500c7u, 0x00000006u, 0x00004fd1u, 0x00004fa5u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x00004fd2u, 0x00004fd1u, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x00004fd4u, - 0x00004fcfu, 0x0004007cu, 0x00000008u, 0x00004fd6u, 0x00004fd2u, 0x00050051u, 0x00000008u, 0x00004fd7u, - 0x00004fd4u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004fd8u, 0x00004fd4u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00004fd9u, 0x00004fd4u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004fdau, 0x00004fd7u, - 0x00004fd8u, 0x00004fd9u, 0x00004fd6u, 0x000200f9u, 0x00004fadu, 0x000200f8u, 0x00004fa7u, 0x000500c2u, - 0x00000006u, 0x00004fb4u, 0x00004fa5u, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00004fb6u, 0x00004fa5u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00004fb8u, 0x00004fb4u, 0x0004007cu, 0x00000008u, 0x00004fbeu, - 0x00004fb6u, 0x00070050u, 0x00000009u, 0x00004fbfu, 0x00004fb8u, 0x00004fb8u, 0x00004fb8u, 0x00004fbeu, - 0x000200f9u, 0x00004fadu, 0x000200f8u, 0x00004fadu, 0x000700f5u, 0x00000009u, 0x0000787eu, 0x00004fbfu, - 0x00004fa7u, 0x00004fdau, 0x00004faau, 0x000200f9u, 0x0000499fu, 0x000200f8u, 0x0000499fu, 0x000700f5u, - 0x00000009u, 0x00007b68u, 0x00007ac1u, 0x00004ed9u, 0x0000787eu, 0x00004fadu, 0x000700f5u, 0x00000009u, - 0x00007a71u, 0x000079cau, 0x00004ed9u, 0x0000787du, 0x00004fadu, 0x000300f7u, 0x000049abu, 0x00000000u, - 0x000400fau, 0x0000495au, 0x000049a1u, 0x000049abu, 0x000200f8u, 0x000049a1u, 0x00050050u, 0x0000005fu, - 0x000049a4u, 0x0000785bu, 0x00004950u, 0x0004007cu, 0x000000a2u, 0x000049a5u, 0x000049a4u, 0x0003003eu, - 0x0000481eu, 0x000049a5u, 0x00050041u, 0x00000007u, 0x00004fe8u, 0x0000481eu, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00004fe9u, 0x00004fe8u, 0x00050084u, 0x00000006u, 0x00004feau, 0x00004788u, 0x00004fe9u, - 0x00050080u, 0x00000006u, 0x00004febu, 0x00004785u, 0x00004feau, 0x00050041u, 0x00000007u, 0x00004fecu, - 0x0000481eu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00004fedu, 0x00004fecu, 0x00050084u, 0x00000006u, - 0x00004feeu, 0x00004fedu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00004ff0u, 0x00004febu, 0x00004feeu, - 0x000500c7u, 0x00000006u, 0x00004ff2u, 0x00004ff0u, 0x00000f18u, 0x000500c2u, 0x00000006u, 0x00004ff4u, - 0x00004ff2u, 0x00000214u, 0x0004003du, 0x00000006u, 0x00004ff6u, 0x00004fe8u, 0x000500c7u, 0x00000006u, - 0x00004ff7u, 0x00004ff6u, 0x00000487u, 0x000500c4u, 0x00000006u, 0x00004ff8u, 0x00004ff7u, 0x00000214u, - 0x000500c6u, 0x00000006u, 0x00004ffau, 0x00004ff4u, 0x00004ff8u, 0x000500c6u, 0x00000006u, 0x00004ffcu, - 0x00004ffau, 0x00000487u, 0x00080041u, 0x00000272u, 0x00004fffu, 0x00000f47u, 0x00000205u, 0x00002212u, - 0x00000205u, 0x00004ffcu, 0x0004003du, 0x0000022du, 0x00005000u, 0x00004fffu, 0x00040071u, 0x00000006u, - 0x00005001u, 0x00005000u, 0x000500c2u, 0x00000006u, 0x00005003u, 0x00005001u, 0x00000223u, 0x000500c7u, - 0x00000006u, 0x00005004u, 0x00005003u, 0x00000fe7u, 0x00050080u, 0x00000006u, 0x00005006u, 0x00005004u, - 0x0000048du, 0x000500c6u, 0x00000006u, 0x00005009u, 0x00005006u, 0x0000497du, 0x000500c5u, 0x00000006u, - 0x0000500cu, 0x00000f49u, 0x00005009u, 0x00080041u, 0x00000272u, 0x0000500du, 0x00000f47u, 0x00000205u, - 0x00002212u, 0x00000205u, 0x0000500cu, 0x0004003du, 0x0000022du, 0x0000500eu, 0x0000500du, 0x00040071u, - 0x00000006u, 0x0000500fu, 0x0000500eu, 0x000300f7u, 0x00005017u, 0x00000000u, 0x000400fau, 0x00002226u, - 0x00005011u, 0x00005014u, 0x000200f8u, 0x00005014u, 0x00060050u, 0x00000355u, 0x0000502fu, 0x0000500fu, - 0x0000500fu, 0x0000500fu, 0x000500c2u, 0x00000355u, 0x00005030u, 0x0000502fu, 0x00000e2du, 0x000500c7u, - 0x00000355u, 0x00005032u, 0x00005030u, 0x0000afcbu, 0x000500c4u, 0x00000355u, 0x00005035u, 0x00005032u, - 0x0000afccu, 0x000500c2u, 0x00000355u, 0x00005038u, 0x00005032u, 0x0000afcdu, 0x000500c5u, 0x00000355u, - 0x00005039u, 0x00005035u, 0x00005038u, 0x000500c7u, 0x00000006u, 0x0000503bu, 0x0000500fu, 0x00000487u, - 0x00050084u, 0x00000006u, 0x0000503cu, 0x0000503bu, 0x000006c4u, 0x0004007cu, 0x0000003cu, 0x0000503eu, - 0x00005039u, 0x0004007cu, 0x00000008u, 0x00005040u, 0x0000503cu, 0x00050051u, 0x00000008u, 0x00005041u, - 0x0000503eu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005042u, 0x0000503eu, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00005043u, 0x0000503eu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005044u, 0x00005041u, - 0x00005042u, 0x00005043u, 0x00005040u, 0x000200f9u, 0x00005017u, 0x000200f8u, 0x00005011u, 0x000500c2u, - 0x00000006u, 0x0000501eu, 0x0000500fu, 0x00000260u, 0x000500c7u, 0x00000006u, 0x00005020u, 0x0000500fu, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00005022u, 0x0000501eu, 0x0004007cu, 0x00000008u, 0x00005028u, - 0x00005020u, 0x00070050u, 0x00000009u, 0x00005029u, 0x00005022u, 0x00005022u, 0x00005022u, 0x00005028u, - 0x000200f9u, 0x00005017u, 0x000200f8u, 0x00005017u, 0x000700f5u, 0x00000009u, 0x0000787fu, 0x00005029u, - 0x00005011u, 0x00005044u, 0x00005014u, 0x000200f9u, 0x000049abu, 0x000200f8u, 0x000049abu, 0x000700f5u, - 0x00000009u, 0x00007c59u, 0x00007bb3u, 0x0000499fu, 0x0000787fu, 0x00005017u, 0x000200f9u, 0x00004a10u, - 0x000200f8u, 0x00004a10u, 0x000900f5u, 0x00000009u, 0x00007c58u, 0x00007c59u, 0x000049abu, 0x00007c5fu, - 0x000049e3u, 0x00007c64u, 0x00004a0fu, 0x000900f5u, 0x00000009u, 0x00007b66u, 0x00007b68u, 0x000049abu, - 0x00007b6du, 0x000049e3u, 0x00007b71u, 0x00004a0fu, 0x000900f5u, 0x00000009u, 0x00007a6fu, 0x00007a71u, - 0x000049abu, 0x00007a77u, 0x000049e3u, 0x00007a7cu, 0x00004a0fu, 0x000900f5u, 0x00000009u, 0x00007942u, - 0x0000787bu, 0x000049abu, 0x00007876u, 0x000049e3u, 0x00007870u, 0x00004a0fu, 0x000200f9u, 0x00004a11u, - 0x000200f8u, 0x00004a11u, 0x000700f5u, 0x00000009u, 0x00007b97u, 0x00007bb3u, 0x00004975u, 0x00007c58u, - 0x00004a10u, 0x000700f5u, 0x00000009u, 0x00007aa5u, 0x00007ac1u, 0x00004975u, 0x00007b66u, 0x00004a10u, - 0x000700f5u, 0x00000009u, 0x000079aeu, 0x000079cau, 0x00004975u, 0x00007a6fu, 0x00004a10u, 0x000700f5u, - 0x00000009u, 0x00007881u, 0x0000789du, 0x00004975u, 0x00007942u, 0x00004a10u, 0x000200f9u, 0x00004c2eu, - 0x000200f8u, 0x00004c2eu, 0x000700f5u, 0x00000009u, 0x00007b96u, 0x00007b97u, 0x00004a11u, 0x00007c69u, - 0x00004c2du, 0x000700f5u, 0x00000009u, 0x00007aa4u, 0x00007aa5u, 0x00004a11u, 0x00007b74u, 0x00004c2du, - 0x000700f5u, 0x00000009u, 0x000079adu, 0x000079aeu, 0x00004a11u, 0x00007a80u, 0x00004c2du, 0x000700f5u, - 0x00000009u, 0x00007880u, 0x00007881u, 0x00004a11u, 0x00007952u, 0x00004c2du, 0x000300f7u, 0x00004dbdu, - 0x00000000u, 0x000400fau, 0x00002262u, 0x00004c30u, 0x00004d09u, 0x000200f8u, 0x00004d09u, 0x000300f7u, - 0x00004dbcu, 0x00000000u, 0x000400fau, 0x00004960u, 0x00004d0bu, 0x00004d7eu, 0x000200f8u, 0x00004d7eu, - 0x000300f7u, 0x00004dbbu, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004d80u, 0x00004d8cu, 0x000200f8u, - 0x00004d8cu, 0x000500a7u, 0x0000005du, 0x00004d8fu, 0x00002268u, 0x00002229u, 0x000300f7u, 0x00004dbau, - 0x00000000u, 0x000400fau, 0x00004d8fu, 0x00004d90u, 0x00004db8u, 0x000200f8u, 0x00004db8u, 0x000200f9u, - 0x00004dbau, 0x000200f8u, 0x00004d90u, 0x000300f7u, 0x00004d9au, 0x00000000u, 0x000400fau, 0x00004962u, - 0x00004d93u, 0x00004d98u, 0x000200f8u, 0x00004d98u, 0x0004003du, 0x0000005fu, 0x00004d99u, 0x000047bcu, - 0x000200f9u, 0x00004d9au, 0x000200f8u, 0x00004d93u, 0x0004003du, 0x0000005fu, 0x00004d94u, 0x000047bcu, - 0x0007004fu, 0x0000005fu, 0x00004d95u, 0x00004d94u, 0x00004d94u, 0x00000001u, 0x00000000u, 0x00050082u, - 0x0000005fu, 0x00004d97u, 0x0000afd1u, 0x00004d95u, 0x000200f9u, 0x00004d9au, 0x000200f8u, 0x00004d9au, - 0x000700f5u, 0x0000005fu, 0x000079abu, 0x00004d97u, 0x00004d93u, 0x00004d99u, 0x00004d98u, 0x0003003eu, - 0x00004902u, 0x000079abu, 0x00050082u, 0x00000009u, 0x00004da1u, 0x000079adu, 0x00007880u, 0x00050041u, - 0x0000003eu, 0x00004da2u, 0x00004902u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004da3u, 0x00004da2u, - 0x00070050u, 0x00000009u, 0x00004da4u, 0x00004da3u, 0x00004da3u, 0x00004da3u, 0x00004da3u, 0x00050084u, - 0x00000009u, 0x00004da5u, 0x00004da1u, 0x00004da4u, 0x00050082u, 0x00000009u, 0x00004da8u, 0x00007aa4u, - 0x00007880u, 0x00050041u, 0x0000003eu, 0x00004da9u, 0x00004902u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00004daau, 0x00004da9u, 0x00070050u, 0x00000009u, 0x00004dabu, 0x00004daau, 0x00004daau, 0x00004daau, - 0x00004daau, 0x00050084u, 0x00000009u, 0x00004dacu, 0x00004da8u, 0x00004dabu, 0x00050080u, 0x00000009u, - 0x00004daeu, 0x00004da5u, 0x00004dacu, 0x00050080u, 0x00000009u, 0x00004db1u, 0x00004daeu, 0x0000afd2u, - 0x000500c3u, 0x00000009u, 0x00004db4u, 0x00004db1u, 0x0000afd3u, 0x00050080u, 0x00000009u, 0x00004db7u, - 0x00004db4u, 0x00007880u, 0x000200f9u, 0x00004dbau, 0x000200f8u, 0x00004dbau, 0x000700f5u, 0x00000009u, - 0x00007ccau, 0x00004db7u, 0x00004d9au, 0x00007880u, 0x00004db8u, 0x000200f9u, 0x00004dbbu, 0x000200f8u, - 0x00004d80u, 0x00050080u, 0x00000009u, 0x00004d83u, 0x00007880u, 0x00007aa4u, 0x00050080u, 0x00000009u, - 0x00004d85u, 0x00004d83u, 0x000079adu, 0x00050080u, 0x00000009u, 0x00004d87u, 0x00004d85u, 0x00007b96u, - 0x00050080u, 0x00000009u, 0x00004d89u, 0x00004d87u, 0x0000afceu, 0x000500c3u, 0x00000009u, 0x00004d8bu, - 0x00004d89u, 0x0000afceu, 0x000200f9u, 0x00004dbbu, 0x000200f8u, 0x00004dbbu, 0x000700f5u, 0x00000009u, - 0x00007cc9u, 0x00004d8bu, 0x00004d80u, 0x00007ccau, 0x00004dbau, 0x000200f9u, 0x00004dbcu, 0x000200f8u, - 0x00004d0bu, 0x000300f7u, 0x00004d7du, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004d0du, 0x00004d7bu, - 0x000200f8u, 0x00004d7bu, 0x000200f9u, 0x00004d7du, 0x000200f8u, 0x00004d0du, 0x000300f7u, 0x00004d73u, - 0x00000000u, 0x000400fau, 0x00002268u, 0x00004d0fu, 0x00004d57u, 0x000200f8u, 0x00004d57u, 0x0004003du, - 0x00000008u, 0x00004d59u, 0x0000492fu, 0x0004003du, 0x00000008u, 0x00004d5bu, 0x00004931u, 0x00050080u, - 0x00000008u, 0x00004d5cu, 0x00004d59u, 0x00004d5bu, 0x000500afu, 0x0000005du, 0x00004d5du, 0x00004d5cu, - 0x0000037fu, 0x000300f7u, 0x00004d64u, 0x00000000u, 0x000400fau, 0x00004d5du, 0x00004d5eu, 0x00004d61u, - 0x000200f8u, 0x00004d61u, 0x0007004fu, 0x0000005fu, 0x00004d63u, 0x00007880u, 0x00007880u, 0x00000002u, - 0x00000003u, 0x000200f9u, 0x00004d64u, 0x000200f8u, 0x00004d5eu, 0x0007004fu, 0x0000005fu, 0x00004d60u, - 0x00007b96u, 0x00007b96u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004d64u, 0x000200f8u, 0x00004d64u, - 0x000700f5u, 0x0000005fu, 0x00007c8bu, 0x00004d60u, 0x00004d5eu, 0x00004d63u, 0x00004d61u, 0x0004003du, - 0x00000008u, 0x00004d68u, 0x00004931u, 0x00050080u, 0x00000008u, 0x00004d69u, 0x00004973u, 0x00004d68u, - 0x000500afu, 0x0000005du, 0x00004d6au, 0x00004d69u, 0x0000037fu, 0x000300f7u, 0x00004d71u, 0x00000000u, - 0x000400fau, 0x00004d6au, 0x00004d6bu, 0x00004d6eu, 0x000200f8u, 0x00004d6eu, 0x0007004fu, 0x0000005fu, - 0x00004d70u, 0x00007880u, 0x00007880u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004d71u, 0x000200f8u, - 0x00004d6bu, 0x0007004fu, 0x0000005fu, 0x00004d6du, 0x00007b96u, 0x00007b96u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004d71u, 0x000200f8u, 0x00004d71u, 0x000700f5u, 0x0000005fu, 0x00007c8eu, 0x00004d6du, - 0x00004d6bu, 0x00004d70u, 0x00004d6eu, 0x000200f9u, 0x00004d73u, 0x000200f8u, 0x00004d0fu, 0x0004003du, - 0x00000008u, 0x00004d13u, 0x00004931u, 0x00050050u, 0x0000005fu, 0x00004d14u, 0x00004973u, 0x00004d13u, - 0x000500aau, 0x0000087fu, 0x00004d15u, 0x00004d14u, 0x000013b7u, 0x00050051u, 0x0000005du, 0x00004d16u, - 0x00004d15u, 0x00000000u, 0x00050051u, 0x0000005du, 0x00004d17u, 0x00004d15u, 0x00000001u, 0x00060050u, - 0x000003a3u, 0x00004d18u, 0x00002253u, 0x00004d16u, 0x00004d17u, 0x0004009bu, 0x0000005du, 0x00004d19u, - 0x00004d18u, 0x000300f7u, 0x00004d39u, 0x00000000u, 0x000400fau, 0x00004d19u, 0x00004d1bu, 0x00004d2bu, - 0x000200f8u, 0x00004d2bu, 0x0004003du, 0x00000008u, 0x00004d2eu, 0x00004931u, 0x00050050u, 0x0000005fu, - 0x00004d2fu, 0x00004973u, 0x00004d2eu, 0x0007004fu, 0x0000005fu, 0x00004d31u, 0x00007880u, 0x00007880u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, 0x00004d33u, 0x000079adu, 0x000079adu, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x0000005fu, 0x00004d35u, 0x00007aa4u, 0x00007aa4u, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x0000005fu, 0x00004d37u, 0x00007b96u, 0x00007b96u, 0x00000000u, 0x00000001u, 0x0003003eu, - 0x000048f9u, 0x00004d2fu, 0x00050041u, 0x0000003eu, 0x00005facu, 0x000048f9u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00005fadu, 0x00005facu, 0x00050041u, 0x0000003eu, 0x00005faeu, 0x000048f9u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00005fafu, 0x00005faeu, 0x00050080u, 0x00000008u, 0x00005fb0u, 0x00005fadu, - 0x00005fafu, 0x000500afu, 0x0000005du, 0x00005fb2u, 0x00005fb0u, 0x0000037fu, 0x00050050u, 0x0000087fu, - 0x00005fb5u, 0x00005fb2u, 0x00005fb2u, 0x000600a9u, 0x0000005fu, 0x00005fb6u, 0x00005fb5u, 0x00004d37u, - 0x00004d31u, 0x000300f7u, 0x00005fc0u, 0x00000000u, 0x000400fau, 0x00005fb2u, 0x00005fb9u, 0x00005fbeu, - 0x000200f8u, 0x00005fbeu, 0x000200f9u, 0x00005fc0u, 0x000200f8u, 0x00005fb9u, 0x0007004fu, 0x0000005fu, - 0x00005fbbu, 0x00004d2fu, 0x00004d2fu, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000005fu, 0x00005fbdu, - 0x0000afd1u, 0x00005fbbu, 0x000200f9u, 0x00005fc0u, 0x000200f8u, 0x00005fc0u, 0x000700f5u, 0x0000005fu, - 0x00007c8fu, 0x00005fbdu, 0x00005fb9u, 0x00004d2fu, 0x00005fbeu, 0x0003003eu, 0x00005fa7u, 0x00007c8fu, - 0x00050082u, 0x0000005fu, 0x00005fc7u, 0x00004d33u, 0x00005fb6u, 0x00050041u, 0x0000003eu, 0x00005fc8u, - 0x00005fa7u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00005fc9u, 0x00005fc8u, 0x00050050u, 0x0000005fu, - 0x00005fcau, 0x00005fc9u, 0x00005fc9u, 0x00050084u, 0x0000005fu, 0x00005fcbu, 0x00005fc7u, 0x00005fcau, - 0x00050082u, 0x0000005fu, 0x00005fceu, 0x00004d35u, 0x00005fb6u, 0x00050041u, 0x0000003eu, 0x00005fcfu, - 0x00005fa7u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00005fd0u, 0x00005fcfu, 0x00050050u, 0x0000005fu, - 0x00005fd1u, 0x00005fd0u, 0x00005fd0u, 0x00050084u, 0x0000005fu, 0x00005fd2u, 0x00005fceu, 0x00005fd1u, - 0x00050080u, 0x0000005fu, 0x00005fd4u, 0x00005fcbu, 0x00005fd2u, 0x00050080u, 0x0000005fu, 0x00005fd7u, - 0x00005fd4u, 0x000013b7u, 0x000500c3u, 0x0000005fu, 0x00005fdau, 0x00005fd7u, 0x0000afc7u, 0x00050080u, - 0x0000005fu, 0x00005fddu, 0x00005fdau, 0x00005fb6u, 0x000200f9u, 0x00004d39u, 0x000200f8u, 0x00004d1bu, - 0x0007004fu, 0x0000005fu, 0x00004d1du, 0x00007880u, 0x00007880u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x0000005fu, 0x00004d1fu, 0x000079adu, 0x000079adu, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000005fu, - 0x00004d20u, 0x00004d1du, 0x00004d1fu, 0x0007004fu, 0x0000005fu, 0x00004d22u, 0x00007b96u, 0x00007b96u, - 0x00000000u, 0x00000001u, 0x00050080u, 0x0000005fu, 0x00004d23u, 0x00004d20u, 0x00004d22u, 0x0007004fu, - 0x0000005fu, 0x00004d25u, 0x00007aa4u, 0x00007aa4u, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000005fu, - 0x00004d26u, 0x00004d23u, 0x00004d25u, 0x00050080u, 0x0000005fu, 0x00004d28u, 0x00004d26u, 0x0000afd0u, - 0x000500c3u, 0x0000005fu, 0x00004d2au, 0x00004d28u, 0x0000afd0u, 0x000200f9u, 0x00004d39u, 0x000200f8u, - 0x00004d39u, 0x000700f5u, 0x0000005fu, 0x00007c9bu, 0x00004d2au, 0x00004d1bu, 0x00005fddu, 0x00005fc0u, - 0x000300f7u, 0x00004d56u, 0x00000000u, 0x000400fau, 0x0000495au, 0x00004d3bu, 0x00004d4bu, 0x000200f8u, - 0x00004d4bu, 0x0007004fu, 0x0000005fu, 0x00004d4du, 0x00007880u, 0x00007880u, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x0000005fu, 0x00004d4fu, 0x000079adu, 0x000079adu, 0x00000002u, 0x00000003u, 0x0007004fu, - 0x0000005fu, 0x00004d51u, 0x00007aa4u, 0x00007aa4u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000005fu, - 0x00004d53u, 0x00007b96u, 0x00007b96u, 0x00000002u, 0x00000003u, 0x0004003du, 0x0000005fu, 0x00004d54u, - 0x000047bcu, 0x0003003eu, 0x000048ffu, 0x00004d54u, 0x00050041u, 0x0000003eu, 0x00005fe6u, 0x000048ffu, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00005fe7u, 0x00005fe6u, 0x00050041u, 0x0000003eu, 0x00005fe8u, - 0x000048ffu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00005fe9u, 0x00005fe8u, 0x00050080u, 0x00000008u, - 0x00005feau, 0x00005fe7u, 0x00005fe9u, 0x000500afu, 0x0000005du, 0x00005fecu, 0x00005feau, 0x0000037fu, - 0x00050050u, 0x0000087fu, 0x00005fefu, 0x00005fecu, 0x00005fecu, 0x000600a9u, 0x0000005fu, 0x00005ff0u, - 0x00005fefu, 0x00004d53u, 0x00004d4du, 0x000300f7u, 0x00005ffau, 0x00000000u, 0x000400fau, 0x00005fecu, - 0x00005ff3u, 0x00005ff8u, 0x000200f8u, 0x00005ff8u, 0x000200f9u, 0x00005ffau, 0x000200f8u, 0x00005ff3u, - 0x0007004fu, 0x0000005fu, 0x00005ff5u, 0x00004d54u, 0x00004d54u, 0x00000001u, 0x00000000u, 0x00050082u, - 0x0000005fu, 0x00005ff7u, 0x0000afd1u, 0x00005ff5u, 0x000200f9u, 0x00005ffau, 0x000200f8u, 0x00005ffau, - 0x000700f5u, 0x0000005fu, 0x00007c98u, 0x00005ff7u, 0x00005ff3u, 0x00004d54u, 0x00005ff8u, 0x0003003eu, - 0x00005fe1u, 0x00007c98u, 0x00050082u, 0x0000005fu, 0x00006001u, 0x00004d4fu, 0x00005ff0u, 0x00050041u, - 0x0000003eu, 0x00006002u, 0x00005fe1u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006003u, 0x00006002u, - 0x00050050u, 0x0000005fu, 0x00006004u, 0x00006003u, 0x00006003u, 0x00050084u, 0x0000005fu, 0x00006005u, - 0x00006001u, 0x00006004u, 0x00050082u, 0x0000005fu, 0x00006008u, 0x00004d51u, 0x00005ff0u, 0x00050041u, - 0x0000003eu, 0x00006009u, 0x00005fe1u, 0x00000487u, 0x0004003du, 0x00000008u, 0x0000600au, 0x00006009u, - 0x00050050u, 0x0000005fu, 0x0000600bu, 0x0000600au, 0x0000600au, 0x00050084u, 0x0000005fu, 0x0000600cu, - 0x00006008u, 0x0000600bu, 0x00050080u, 0x0000005fu, 0x0000600eu, 0x00006005u, 0x0000600cu, 0x00050080u, - 0x0000005fu, 0x00006011u, 0x0000600eu, 0x000013b7u, 0x000500c3u, 0x0000005fu, 0x00006014u, 0x00006011u, - 0x0000afc7u, 0x00050080u, 0x0000005fu, 0x00006017u, 0x00006014u, 0x00005ff0u, 0x000200f9u, 0x00004d56u, - 0x000200f8u, 0x00004d3bu, 0x0007004fu, 0x0000005fu, 0x00004d3du, 0x00007880u, 0x00007880u, 0x00000002u, - 0x00000003u, 0x0007004fu, 0x0000005fu, 0x00004d3fu, 0x000079adu, 0x000079adu, 0x00000002u, 0x00000003u, - 0x00050080u, 0x0000005fu, 0x00004d40u, 0x00004d3du, 0x00004d3fu, 0x0007004fu, 0x0000005fu, 0x00004d42u, - 0x00007b96u, 0x00007b96u, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000005fu, 0x00004d43u, 0x00004d40u, - 0x00004d42u, 0x0007004fu, 0x0000005fu, 0x00004d45u, 0x00007aa4u, 0x00007aa4u, 0x00000002u, 0x00000003u, - 0x00050080u, 0x0000005fu, 0x00004d46u, 0x00004d43u, 0x00004d45u, 0x00050080u, 0x0000005fu, 0x00004d48u, - 0x00004d46u, 0x0000afd0u, 0x000500c3u, 0x0000005fu, 0x00004d4au, 0x00004d48u, 0x0000afd0u, 0x000200f9u, - 0x00004d56u, 0x000200f8u, 0x00004d56u, 0x000700f5u, 0x0000005fu, 0x00007c9eu, 0x00004d4au, 0x00004d3bu, - 0x00006017u, 0x00005ffau, 0x000200f9u, 0x00004d73u, 0x000200f8u, 0x00004d73u, 0x000700f5u, 0x0000005fu, - 0x00007c9du, 0x00007c9eu, 0x00004d56u, 0x00007c8bu, 0x00004d71u, 0x000700f5u, 0x0000005fu, 0x00007c99u, - 0x00007c9bu, 0x00004d56u, 0x00007c8eu, 0x00004d71u, 0x00050051u, 0x00000008u, 0x00004d76u, 0x00007c99u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00004d77u, 0x00007c99u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00004d78u, 0x00007c9du, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004d79u, 0x00007c9du, 0x00000001u, - 0x00070050u, 0x00000009u, 0x00004d7au, 0x00004d76u, 0x00004d77u, 0x00004d78u, 0x00004d79u, 0x000200f9u, - 0x00004d7du, 0x000200f8u, 0x00004d7du, 0x000700f5u, 0x00000009u, 0x00007cc8u, 0x00004d7au, 0x00004d73u, - 0x00007880u, 0x00004d7bu, 0x000200f9u, 0x00004dbcu, 0x000200f8u, 0x00004dbcu, 0x000700f5u, 0x00000009u, - 0x00007cc7u, 0x00007cc8u, 0x00004d7du, 0x00007cc9u, 0x00004dbbu, 0x000200f9u, 0x00004dbdu, 0x000200f8u, - 0x00004c30u, 0x000600cau, 0x00000009u, 0x00004c37u, 0x00007802u, 0x00000205u, 0x00000266u, 0x0003003eu, - 0x000048e0u, 0x00004c37u, 0x000300f7u, 0x00004d08u, 0x00000000u, 0x000400fau, 0x00002229u, 0x00004c39u, - 0x00004d00u, 0x000200f8u, 0x00004d00u, 0x00050051u, 0x00000008u, 0x00004d03u, 0x00004c37u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00004d07u, 0x00004d03u, 0x00004d03u, 0x00004d03u, 0x00004d03u, 0x000200f9u, - 0x00004d08u, 0x000200f8u, 0x00004c39u, 0x000300f7u, 0x00004c48u, 0x00000000u, 0x000400fau, 0x00004960u, - 0x00004c3bu, 0x00004c46u, 0x000200f8u, 0x00004c46u, 0x000200f9u, 0x00004c48u, 0x000200f8u, 0x00004c3bu, - 0x0004003du, 0x00000008u, 0x00004c3fu, 0x00004931u, 0x00050050u, 0x0000005fu, 0x00004c40u, 0x00004973u, - 0x00004c3fu, 0x000500aau, 0x0000087fu, 0x00004c41u, 0x00004c40u, 0x000013b7u, 0x00050051u, 0x0000005du, - 0x00004c42u, 0x00004c41u, 0x00000000u, 0x00050051u, 0x0000005du, 0x00004c43u, 0x00004c41u, 0x00000001u, - 0x00060050u, 0x000003a3u, 0x00004c44u, 0x00002253u, 0x00004c42u, 0x00004c43u, 0x0004009bu, 0x0000005du, - 0x00004c45u, 0x00004c44u, 0x000200f9u, 0x00004c48u, 0x000200f8u, 0x00004c48u, 0x000700f5u, 0x0000005du, - 0x00007ca0u, 0x00004c45u, 0x00004c3bu, 0x0000495au, 0x00004c46u, 0x000300f7u, 0x00004c59u, 0x00000000u, - 0x000400fau, 0x00004960u, 0x00004c4eu, 0x00004c57u, 0x000200f8u, 0x00004c57u, 0x000200f9u, 0x00004c59u, - 0x000200f8u, 0x00004c4eu, 0x0004003du, 0x00000008u, 0x00004c51u, 0x00004931u, 0x00050080u, 0x00000008u, - 0x00004c52u, 0x00004973u, 0x00004c51u, 0x000500afu, 0x0000005du, 0x00004c53u, 0x00004c52u, 0x0000037fu, - 0x000400a8u, 0x0000005du, 0x00004c55u, 0x00007ca0u, 0x000500a7u, 0x0000005du, 0x00004c56u, 0x00004c53u, - 0x00004c55u, 0x000200f9u, 0x00004c59u, 0x000200f8u, 0x00004c59u, 0x000700f5u, 0x0000005du, 0x00007ca2u, - 0x00004c56u, 0x00004c4eu, 0x00004962u, 0x00004c57u, 0x000300f7u, 0x00004c62u, 0x00000000u, 0x000400fau, - 0x00007ca2u, 0x00004c5cu, 0x00004c5fu, 0x000200f8u, 0x00004c5fu, 0x0007004fu, 0x0000005fu, 0x00004c61u, - 0x00004c37u, 0x00004c37u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004c62u, 0x000200f8u, 0x00004c5cu, - 0x0007004fu, 0x0000005fu, 0x00004c5eu, 0x00004c37u, 0x00004c37u, 0x00000001u, 0x00000000u, 0x000200f9u, - 0x00004c62u, 0x000200f8u, 0x00004c62u, 0x000700f5u, 0x0000005fu, 0x00007ca3u, 0x00004c5eu, 0x00004c5cu, - 0x00004c61u, 0x00004c5fu, 0x0003003eu, 0x000048e7u, 0x00007ca3u, 0x000300f7u, 0x00004c6bu, 0x00000000u, - 0x000400fau, 0x00004962u, 0x00004c65u, 0x00004c68u, 0x000200f8u, 0x00004c68u, 0x0007004fu, 0x0000005fu, - 0x00004c6au, 0x00004c37u, 0x00004c37u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004c6bu, 0x000200f8u, - 0x00004c65u, 0x0007004fu, 0x0000005fu, 0x00004c67u, 0x00004c37u, 0x00004c37u, 0x00000001u, 0x00000000u, - 0x000200f9u, 0x00004c6bu, 0x000200f8u, 0x00004c6bu, 0x000700f5u, 0x0000005fu, 0x00007ca4u, 0x00004c67u, - 0x00004c65u, 0x00004c6au, 0x00004c68u, 0x0003003eu, 0x000048e9u, 0x00007ca4u, 0x000300f7u, 0x00004cabu, - 0x00000000u, 0x000400fau, 0x00007ca0u, 0x00004c6eu, 0x00004c8cu, 0x000200f8u, 0x00004c8cu, 0x000500a7u, - 0x0000005du, 0x00004c8fu, 0x00007ca2u, 0x00004960u, 0x000300f7u, 0x00004c96u, 0x00000000u, 0x000400fau, - 0x00004c8fu, 0x00004c90u, 0x00004c93u, 0x000200f8u, 0x00004c93u, 0x0007004fu, 0x0000005fu, 0x00004c95u, - 0x00007880u, 0x00007880u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004c96u, 0x000200f8u, 0x00004c90u, - 0x0007004fu, 0x0000005fu, 0x00004c92u, 0x00007b96u, 0x00007b96u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00004c96u, 0x000200f8u, 0x00004c96u, 0x000700f5u, 0x0000005fu, 0x00007cadu, 0x00004c92u, 0x00004c90u, - 0x00004c95u, 0x00004c93u, 0x00050041u, 0x0000003eu, 0x00004c98u, 0x000048e7u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00004c99u, 0x00004c98u, 0x0007004fu, 0x0000005fu, 0x00004c9bu, 0x000079adu, 0x000079adu, - 0x00000000u, 0x00000001u, 0x00050082u, 0x0000005fu, 0x00004c9du, 0x00004c9bu, 0x00007cadu, 0x00050050u, - 0x0000005fu, 0x00004c9eu, 0x00004c99u, 0x00004c99u, 0x00050084u, 0x0000005fu, 0x00004c9fu, 0x00004c9eu, - 0x00004c9du, 0x00050041u, 0x0000003eu, 0x00004ca0u, 0x000048e7u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00004ca1u, 0x00004ca0u, 0x0007004fu, 0x0000005fu, 0x00004ca3u, 0x00007aa4u, 0x00007aa4u, 0x00000000u, - 0x00000001u, 0x00050082u, 0x0000005fu, 0x00004ca5u, 0x00004ca3u, 0x00007cadu, 0x00050050u, 0x0000005fu, - 0x00004ca6u, 0x00004ca1u, 0x00004ca1u, 0x00050084u, 0x0000005fu, 0x00004ca7u, 0x00004ca6u, 0x00004ca5u, - 0x00050080u, 0x0000005fu, 0x00004ca8u, 0x00004c9fu, 0x00004ca7u, 0x00050080u, 0x0000005fu, 0x00004caau, - 0x00004ca8u, 0x0000afd5u, 0x000200f9u, 0x00004cabu, 0x000200f8u, 0x00004c6eu, 0x00050041u, 0x0000003eu, - 0x00004c6fu, 0x000048e7u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004c70u, 0x00004c6fu, 0x0007004fu, - 0x0000005fu, 0x00004c72u, 0x00007aa4u, 0x00007aa4u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000005fu, - 0x00004c74u, 0x00007b96u, 0x00007b96u, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000005fu, 0x00004c75u, - 0x00004c72u, 0x00004c74u, 0x00050050u, 0x0000005fu, 0x00004c76u, 0x00004c70u, 0x00004c70u, 0x00050084u, - 0x0000005fu, 0x00004c77u, 0x00004c76u, 0x00004c75u, 0x00050041u, 0x0000003eu, 0x00004c78u, 0x000048e7u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00004c79u, 0x00004c78u, 0x0007004fu, 0x0000005fu, 0x00004c7bu, - 0x000079adu, 0x000079adu, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000005fu, 0x00004c7eu, 0x00004c7bu, - 0x00004c74u, 0x00050050u, 0x0000005fu, 0x00004c7fu, 0x00004c79u, 0x00004c79u, 0x00050084u, 0x0000005fu, - 0x00004c80u, 0x00004c7fu, 0x00004c7eu, 0x00050080u, 0x0000005fu, 0x00004c81u, 0x00004c77u, 0x00004c80u, - 0x0007004fu, 0x0000005fu, 0x00004c83u, 0x00007880u, 0x00007880u, 0x00000000u, 0x00000001u, 0x00050082u, - 0x0000005fu, 0x00004c86u, 0x00004c83u, 0x00004c74u, 0x000500c4u, 0x0000005fu, 0x00004c88u, 0x00004c86u, - 0x0000afd4u, 0x00050080u, 0x0000005fu, 0x00004c89u, 0x00004c81u, 0x00004c88u, 0x00050080u, 0x0000005fu, - 0x00004c8bu, 0x00004c89u, 0x0000afd5u, 0x000200f9u, 0x00004cabu, 0x000200f8u, 0x00004cabu, 0x000700f5u, - 0x0000005fu, 0x00007cc2u, 0x00004c8bu, 0x00004c6eu, 0x00004caau, 0x00004c96u, 0x000300f7u, 0x00004ceau, - 0x00000000u, 0x000400fau, 0x0000495au, 0x00004cadu, 0x00004ccbu, 0x000200f8u, 0x00004ccbu, 0x000500a7u, - 0x0000005du, 0x00004cceu, 0x00004962u, 0x00004960u, 0x000300f7u, 0x00004cd5u, 0x00000000u, 0x000400fau, - 0x00004cceu, 0x00004ccfu, 0x00004cd2u, 0x000200f8u, 0x00004cd2u, 0x0007004fu, 0x0000005fu, 0x00004cd4u, - 0x00007880u, 0x00007880u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004cd5u, 0x000200f8u, 0x00004ccfu, - 0x0007004fu, 0x0000005fu, 0x00004cd1u, 0x00007b96u, 0x00007b96u, 0x00000002u, 0x00000003u, 0x000200f9u, - 0x00004cd5u, 0x000200f8u, 0x00004cd5u, 0x000700f5u, 0x0000005fu, 0x00007cbcu, 0x00004cd1u, 0x00004ccfu, - 0x00004cd4u, 0x00004cd2u, 0x00050041u, 0x0000003eu, 0x00004cd7u, 0x000048e9u, 0x00000376u, 0x0004003du, - 0x00000008u, 0x00004cd8u, 0x00004cd7u, 0x0007004fu, 0x0000005fu, 0x00004cdau, 0x000079adu, 0x000079adu, - 0x00000002u, 0x00000003u, 0x00050082u, 0x0000005fu, 0x00004cdcu, 0x00004cdau, 0x00007cbcu, 0x00050050u, - 0x0000005fu, 0x00004cddu, 0x00004cd8u, 0x00004cd8u, 0x00050084u, 0x0000005fu, 0x00004cdeu, 0x00004cddu, - 0x00004cdcu, 0x00050041u, 0x0000003eu, 0x00004cdfu, 0x000048e9u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00004ce0u, 0x00004cdfu, 0x0007004fu, 0x0000005fu, 0x00004ce2u, 0x00007aa4u, 0x00007aa4u, 0x00000002u, - 0x00000003u, 0x00050082u, 0x0000005fu, 0x00004ce4u, 0x00004ce2u, 0x00007cbcu, 0x00050050u, 0x0000005fu, - 0x00004ce5u, 0x00004ce0u, 0x00004ce0u, 0x00050084u, 0x0000005fu, 0x00004ce6u, 0x00004ce5u, 0x00004ce4u, - 0x00050080u, 0x0000005fu, 0x00004ce7u, 0x00004cdeu, 0x00004ce6u, 0x00050080u, 0x0000005fu, 0x00004ce9u, - 0x00004ce7u, 0x0000afd5u, 0x000200f9u, 0x00004ceau, 0x000200f8u, 0x00004cadu, 0x00050041u, 0x0000003eu, - 0x00004caeu, 0x000048e9u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004cafu, 0x00004caeu, 0x0007004fu, - 0x0000005fu, 0x00004cb1u, 0x00007aa4u, 0x00007aa4u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000005fu, - 0x00004cb3u, 0x00007b96u, 0x00007b96u, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000005fu, 0x00004cb4u, - 0x00004cb1u, 0x00004cb3u, 0x00050050u, 0x0000005fu, 0x00004cb5u, 0x00004cafu, 0x00004cafu, 0x00050084u, - 0x0000005fu, 0x00004cb6u, 0x00004cb5u, 0x00004cb4u, 0x00050041u, 0x0000003eu, 0x00004cb7u, 0x000048e9u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x00004cb8u, 0x00004cb7u, 0x0007004fu, 0x0000005fu, 0x00004cbau, - 0x000079adu, 0x000079adu, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000005fu, 0x00004cbdu, 0x00004cbau, - 0x00004cb3u, 0x00050050u, 0x0000005fu, 0x00004cbeu, 0x00004cb8u, 0x00004cb8u, 0x00050084u, 0x0000005fu, - 0x00004cbfu, 0x00004cbeu, 0x00004cbdu, 0x00050080u, 0x0000005fu, 0x00004cc0u, 0x00004cb6u, 0x00004cbfu, - 0x0007004fu, 0x0000005fu, 0x00004cc2u, 0x00007880u, 0x00007880u, 0x00000002u, 0x00000003u, 0x00050082u, - 0x0000005fu, 0x00004cc5u, 0x00004cc2u, 0x00004cb3u, 0x000500c4u, 0x0000005fu, 0x00004cc7u, 0x00004cc5u, - 0x0000afd4u, 0x00050080u, 0x0000005fu, 0x00004cc8u, 0x00004cc0u, 0x00004cc7u, 0x00050080u, 0x0000005fu, - 0x00004ccau, 0x00004cc8u, 0x0000afd5u, 0x000200f9u, 0x00004ceau, 0x000200f8u, 0x00004ceau, 0x000700f5u, - 0x0000005fu, 0x00007cc4u, 0x00004ccau, 0x00004cadu, 0x00004ce9u, 0x00004cd5u, 0x00050051u, 0x00000008u, - 0x00004cedu, 0x00007cc2u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004ceeu, 0x00007cc2u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00004cefu, 0x00007cc4u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004cf0u, - 0x00007cc4u, 0x00000001u, 0x00070050u, 0x00000009u, 0x00004cf1u, 0x00004cedu, 0x00004ceeu, 0x00004cefu, - 0x00004cf0u, 0x000500c3u, 0x00000009u, 0x00004cf4u, 0x00004cf1u, 0x0000afcfu, 0x00050041u, 0x0000003eu, - 0x00004cf5u, 0x000048e0u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00004cf6u, 0x00004cf5u, 0x00070050u, - 0x00000009u, 0x00004cf8u, 0x00004cf6u, 0x00004cf6u, 0x00004cf6u, 0x00004cf6u, 0x00050080u, 0x00000009u, - 0x00004cf9u, 0x00004cf4u, 0x00004cf8u, 0x000200f9u, 0x00004d08u, 0x000200f8u, 0x00004d08u, 0x000700f5u, - 0x00000009u, 0x00007cc6u, 0x00004cf9u, 0x00004ceau, 0x00004d07u, 0x00004d00u, 0x000200f9u, 0x00004dbdu, - 0x000200f8u, 0x00004dbdu, 0x000700f5u, 0x00000009u, 0x00007cc5u, 0x00007cc6u, 0x00004d08u, 0x00007cc7u, - 0x00004dbcu, 0x000400a8u, 0x0000005du, 0x00004dc1u, 0x00002262u, 0x000500a7u, 0x0000005du, 0x00004dc2u, - 0x0000238bu, 0x00004dc1u, 0x000300f7u, 0x00004dc7u, 0x00000000u, 0x000400fau, 0x00004dc2u, 0x00004dc3u, - 0x00004dc7u, 0x000200f8u, 0x00004dc3u, 0x0003003eu, 0x00004905u, 0x000029edu, 0x000600cau, 0x00000009u, - 0x00006026u, 0x00007cc5u, 0x00000205u, 0x00000266u, 0x0003003eu, 0x00006019u, 0x00006026u, 0x00050041u, - 0x0000003eu, 0x00006027u, 0x00006019u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006028u, 0x00006027u, - 0x00050041u, 0x0000003eu, 0x00006029u, 0x00004905u, 0x00000376u, 0x0004003du, 0x00000008u, 0x0000602au, - 0x00006029u, 0x00050041u, 0x0000003eu, 0x0000602bu, 0x00006019u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x0000602cu, 0x0000602bu, 0x00050084u, 0x00000008u, 0x0000602du, 0x0000602au, 0x0000602cu, 0x00050080u, - 0x00000008u, 0x0000602eu, 0x0000602du, 0x00000625u, 0x000500c3u, 0x00000008u, 0x0000602fu, 0x0000602eu, - 0x00000260u, 0x00050080u, 0x00000008u, 0x00006030u, 0x00006028u, 0x0000602fu, 0x0004003du, 0x00000008u, - 0x00006032u, 0x00006027u, 0x00050041u, 0x0000003eu, 0x00006033u, 0x00004905u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00006034u, 0x00006033u, 0x00050041u, 0x0000003eu, 0x00006035u, 0x00006019u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00006036u, 0x00006035u, 0x00050084u, 0x00000008u, 0x00006037u, 0x00006034u, - 0x00006036u, 0x00050041u, 0x0000003eu, 0x00006038u, 0x00004905u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x00006039u, 0x00006038u, 0x0004003du, 0x00000008u, 0x0000603bu, 0x0000602bu, 0x00050084u, 0x00000008u, - 0x0000603cu, 0x00006039u, 0x0000603bu, 0x00050080u, 0x00000008u, 0x0000603du, 0x00006037u, 0x0000603cu, - 0x00050080u, 0x00000008u, 0x0000603eu, 0x0000603du, 0x00000625u, 0x000500c3u, 0x00000008u, 0x0000603fu, - 0x0000603eu, 0x00000260u, 0x00050080u, 0x00000008u, 0x00006040u, 0x00006032u, 0x0000603fu, 0x0004003du, - 0x00000008u, 0x00006042u, 0x00006027u, 0x00050041u, 0x0000003eu, 0x00006043u, 0x00004905u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006044u, 0x00006043u, 0x0004003du, 0x00000008u, 0x00006046u, 0x00006035u, - 0x00050084u, 0x00000008u, 0x00006047u, 0x00006044u, 0x00006046u, 0x00050080u, 0x00000008u, 0x00006048u, - 0x00006047u, 0x00000625u, 0x000500c3u, 0x00000008u, 0x00006049u, 0x00006048u, 0x00000260u, 0x00050080u, - 0x00000008u, 0x0000604au, 0x00006042u, 0x00006049u, 0x0004003du, 0x00000008u, 0x0000604cu, 0x00006027u, - 0x00070050u, 0x00000009u, 0x00006051u, 0x00006030u, 0x00006040u, 0x0000604au, 0x0000604cu, 0x000200f9u, - 0x00004dc7u, 0x000200f8u, 0x00004dc7u, 0x000700f5u, 0x00000009u, 0x00007ccbu, 0x00007cc5u, 0x00004dbdu, - 0x00006051u, 0x00004dc3u, 0x000200f9u, 0x000023a7u, 0x000200f8u, 0x0000238du, 0x0003003eu, 0x0000219cu, - 0x000029edu, 0x000600cau, 0x00000009u, 0x00004749u, 0x00007802u, 0x00000205u, 0x00000266u, 0x0003003eu, - 0x0000473cu, 0x00004749u, 0x00050041u, 0x0000003eu, 0x0000474au, 0x0000473cu, 0x000003c6u, 0x0004003du, - 0x00000008u, 0x0000474bu, 0x0000474au, 0x00050041u, 0x0000003eu, 0x0000474cu, 0x0000219cu, 0x00000376u, - 0x0004003du, 0x00000008u, 0x0000474du, 0x0000474cu, 0x00050041u, 0x0000003eu, 0x0000474eu, 0x0000473cu, - 0x00000487u, 0x0004003du, 0x00000008u, 0x0000474fu, 0x0000474eu, 0x00050084u, 0x00000008u, 0x00004750u, - 0x0000474du, 0x0000474fu, 0x00050080u, 0x00000008u, 0x00004751u, 0x00004750u, 0x00000625u, 0x000500c3u, - 0x00000008u, 0x00004752u, 0x00004751u, 0x00000260u, 0x00050080u, 0x00000008u, 0x00004753u, 0x0000474bu, - 0x00004752u, 0x0004003du, 0x00000008u, 0x00004755u, 0x0000474au, 0x00050041u, 0x0000003eu, 0x00004756u, - 0x0000219cu, 0x00000487u, 0x0004003du, 0x00000008u, 0x00004757u, 0x00004756u, 0x00050041u, 0x0000003eu, - 0x00004758u, 0x0000473cu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00004759u, 0x00004758u, 0x00050084u, - 0x00000008u, 0x0000475au, 0x00004757u, 0x00004759u, 0x00050041u, 0x0000003eu, 0x0000475bu, 0x0000219cu, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000475cu, 0x0000475bu, 0x0004003du, 0x00000008u, 0x0000475eu, - 0x0000474eu, 0x00050084u, 0x00000008u, 0x0000475fu, 0x0000475cu, 0x0000475eu, 0x00050080u, 0x00000008u, - 0x00004760u, 0x0000475au, 0x0000475fu, 0x00050080u, 0x00000008u, 0x00004761u, 0x00004760u, 0x00000625u, - 0x000500c3u, 0x00000008u, 0x00004762u, 0x00004761u, 0x00000260u, 0x00050080u, 0x00000008u, 0x00004763u, - 0x00004755u, 0x00004762u, 0x0004003du, 0x00000008u, 0x00004765u, 0x0000474au, 0x00050041u, 0x0000003eu, - 0x00004766u, 0x0000219cu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00004767u, 0x00004766u, 0x0004003du, - 0x00000008u, 0x00004769u, 0x00004758u, 0x00050084u, 0x00000008u, 0x0000476au, 0x00004767u, 0x00004769u, - 0x00050080u, 0x00000008u, 0x0000476bu, 0x0000476au, 0x00000625u, 0x000500c3u, 0x00000008u, 0x0000476cu, - 0x0000476bu, 0x00000260u, 0x00050080u, 0x00000008u, 0x0000476du, 0x00004765u, 0x0000476cu, 0x0004003du, - 0x00000008u, 0x0000476fu, 0x0000474au, 0x00070050u, 0x00000009u, 0x00004774u, 0x00004753u, 0x00004763u, - 0x0000476du, 0x0000476fu, 0x000200f9u, 0x000023a7u, 0x000200f8u, 0x000023a7u, 0x000700f5u, 0x00000009u, - 0x0000ab05u, 0x00007bb3u, 0x0000238du, 0x00007b96u, 0x00004dc7u, 0x000700f5u, 0x00000009u, 0x0000aa5eu, - 0x00007ac1u, 0x0000238du, 0x00007aa4u, 0x00004dc7u, 0x000700f5u, 0x00000009u, 0x0000a9b7u, 0x000079cau, - 0x0000238du, 0x000079adu, 0x00004dc7u, 0x000700f5u, 0x00000009u, 0x0000a910u, 0x0000789du, 0x0000238du, - 0x00007880u, 0x00004dc7u, 0x000700f5u, 0x00000009u, 0x00007ff4u, 0x00004774u, 0x0000238du, 0x00007ccbu, - 0x00004dc7u, 0x000200f9u, 0x000023a8u, 0x000200f8u, 0x000023a8u, 0x000700f5u, 0x00000009u, 0x0000ab04u, - 0x00007bb3u, 0x00002386u, 0x0000ab05u, 0x000023a7u, 0x000700f5u, 0x00000009u, 0x0000aa5du, 0x00007ac1u, - 0x00002386u, 0x0000aa5eu, 0x000023a7u, 0x000700f5u, 0x00000009u, 0x0000a9b6u, 0x000079cau, 0x00002386u, - 0x0000a9b7u, 0x000023a7u, 0x000700f5u, 0x00000009u, 0x0000a90fu, 0x0000789du, 0x00002386u, 0x0000a910u, - 0x000023a7u, 0x000700f5u, 0x00000009u, 0x00007f44u, 0x00007f53u, 0x00002386u, 0x00007ff4u, 0x000023a7u, - 0x000600a9u, 0x00000008u, 0x000023abu, 0x00002244u, 0x00000214u, 0x00000205u, 0x000500c3u, 0x00000008u, - 0x000023acu, 0x0000718bu, 0x000023abu, 0x000500c3u, 0x00000008u, 0x000023aeu, 0x0000249du, 0x00000217u, - 0x000500c7u, 0x00000008u, 0x000023b0u, 0x0000249du, 0x0000021au, 0x000500b1u, 0x0000005du, 0x00006057u, - 0x000023aeu, 0x00000217u, 0x000300f7u, 0x0000606au, 0x00000000u, 0x000400fau, 0x00006057u, 0x00006058u, - 0x00006063u, 0x000200f8u, 0x00006063u, 0x000500aau, 0x0000005du, 0x00006065u, 0x000023aeu, 0x00000217u, - 0x000300f7u, 0x00006069u, 0x00000000u, 0x000400fau, 0x00006065u, 0x00006066u, 0x00006068u, 0x000200f8u, - 0x00006068u, 0x000200f9u, 0x00006069u, 0x000200f8u, 0x00006066u, 0x000500c7u, 0x00000008u, 0x00006092u, - 0x00007dc9u, 0x00000388u, 0x000200f9u, 0x00006069u, 0x000200f8u, 0x00006069u, 0x000700f5u, 0x00000008u, - 0x00007ecfu, 0x00006092u, 0x00006066u, 0x00000205u, 0x00006068u, 0x000200f9u, 0x0000606au, 0x000200f8u, - 0x00006058u, 0x000500c7u, 0x00000008u, 0x0000605bu, 0x000023acu, 0x0000021au, 0x00050084u, 0x00000008u, - 0x0000605cu, 0x0000605bu, 0x0000021du, 0x000500c7u, 0x00000008u, 0x0000605eu, 0x0000718du, 0x0000021au, - 0x00050080u, 0x00000008u, 0x0000605fu, 0x0000605cu, 0x0000605eu, 0x0003003eu, 0x00006052u, 0x000003cau, - 0x00060041u, 0x0000003eu, 0x00006060u, 0x00006052u, 0x000023aeu, 0x0000605fu, 0x0004003du, 0x00000008u, - 0x00006061u, 0x00006060u, 0x00050084u, 0x00000008u, 0x00006062u, 0x00006061u, 0x000003d6u, 0x000200f9u, - 0x0000606au, 0x000200f8u, 0x0000606au, 0x000700f5u, 0x00000008u, 0x00007eceu, 0x00006062u, 0x00006058u, - 0x00007ecfu, 0x00006069u, 0x000500aau, 0x0000005du, 0x0000606cu, 0x000023b0u, 0x0000021au, 0x000300f7u, - 0x0000608eu, 0x00000000u, 0x000400fau, 0x0000606cu, 0x0000606du, 0x0000606eu, 0x000200f8u, 0x0000606eu, - 0x000500aau, 0x0000005du, 0x00006070u, 0x000023b0u, 0x00000217u, 0x000300f7u, 0x0000608du, 0x00000000u, - 0x000400fau, 0x00006070u, 0x00006071u, 0x00006073u, 0x000200f8u, 0x00006073u, 0x000500afu, 0x0000005du, - 0x00006075u, 0x000023aeu, 0x00000217u, 0x000300f7u, 0x00006084u, 0x00000000u, 0x000400fau, 0x00006075u, - 0x00006076u, 0x00006081u, 0x000200f8u, 0x00006081u, 0x000500c7u, 0x00000008u, 0x00006083u, 0x00007eceu, - 0x00000226u, 0x000200f9u, 0x00006084u, 0x000200f8u, 0x00006076u, 0x000500c7u, 0x00000008u, 0x00006078u, - 0x000023aeu, 0x00000214u, 0x000500c7u, 0x00000008u, 0x0000607au, 0x000023acu, 0x0000021au, 0x00050084u, - 0x00000008u, 0x0000607bu, 0x0000607au, 0x0000021du, 0x000500c7u, 0x00000008u, 0x0000607du, 0x0000718du, - 0x0000021au, 0x00050080u, 0x00000008u, 0x0000607eu, 0x0000607bu, 0x0000607du, 0x0003003eu, 0x00006054u, - 0x000003cau, 0x00060041u, 0x0000003eu, 0x0000607fu, 0x00006054u, 0x00006078u, 0x0000607eu, 0x0004003du, - 0x00000008u, 0x00006080u, 0x0000607fu, 0x000200f9u, 0x00006084u, 0x000200f8u, 0x00006084u, 0x000700f5u, - 0x00000008u, 0x00007ed0u, 0x00006080u, 0x00006076u, 0x00006083u, 0x00006081u, 0x000500aau, 0x0000005du, - 0x00006087u, 0x000023b0u, 0x00000214u, 0x000300f7u, 0x0000608cu, 0x00000000u, 0x000400fau, 0x00006087u, - 0x00006088u, 0x0000608cu, 0x000200f8u, 0x00006088u, 0x000400c8u, 0x00000008u, 0x0000608au, 0x00007ed0u, - 0x000500c7u, 0x00000008u, 0x0000608bu, 0x0000608au, 0x00000226u, 0x000200f9u, 0x0000608cu, 0x000200f8u, - 0x0000608cu, 0x000700f5u, 0x00000008u, 0x00007ed9u, 0x00007ed0u, 0x00006084u, 0x0000608bu, 0x00006088u, - 0x000200f9u, 0x0000608du, 0x000200f8u, 0x00006071u, 0x000500c7u, 0x00000008u, 0x00006096u, 0x00007dc9u, - 0x00000226u, 0x000200f9u, 0x0000608du, 0x000200f8u, 0x0000608du, 0x000700f5u, 0x00000008u, 0x00007ed8u, - 0x00006096u, 0x00006071u, 0x00007ed9u, 0x0000608cu, 0x000200f9u, 0x0000608eu, 0x000200f8u, 0x0000606du, - 0x000200f9u, 0x0000608eu, 0x000200f8u, 0x0000608eu, 0x000700f5u, 0x00000008u, 0x00007ed7u, 0x00000205u, - 0x0000606du, 0x00007ed8u, 0x0000608du, 0x000300f7u, 0x00002410u, 0x00000000u, 0x000400fau, 0x00002241u, - 0x000023b6u, 0x000023f1u, 0x000200f8u, 0x000023f1u, 0x000500c7u, 0x00000008u, 0x000063c7u, 0x00007dc9u, - 0x00000226u, 0x000500c4u, 0x00000008u, 0x000063c8u, 0x000063c7u, 0x00000223u, 0x000500c5u, 0x00000008u, - 0x000063c9u, 0x000063c8u, 0x0000037fu, 0x0003003eu, 0x000021c9u, 0x00002492u, 0x0003003eu, 0x000021cau, - 0x00002497u, 0x0003003eu, 0x00006d28u, 0x000029beu, 0x0003003eu, 0x00006d29u, 0x00002a48u, 0x0003003eu, - 0x00006d2au, 0x00000613u, 0x0003003eu, 0x00006d2bu, 0x00007802u, 0x0003003eu, 0x00006d2cu, 0x00007f44u, - 0x00050041u, 0x0000003eu, 0x000063e5u, 0x000021c9u, 0x00000376u, 0x0004003du, 0x00000008u, 0x000063e6u, - 0x000063e5u, 0x00050041u, 0x0000003eu, 0x000063e7u, 0x000021cau, 0x00000376u, 0x0004003du, 0x00000008u, - 0x000063e8u, 0x000063e7u, 0x000300f7u, 0x00006441u, 0x00000000u, 0x000f00fbu, 0x000063e6u, 0x00006428u, - 0x00000000u, 0x0000642cu, 0x00000001u, 0x00006430u, 0x00000002u, 0x00006434u, 0x00000004u, 0x00006438u, - 0x00000007u, 0x0000643cu, 0x00000006u, 0x00006440u, 0x000200f8u, 0x00006440u, 0x000200f9u, 0x00006441u, - 0x000200f8u, 0x0000643cu, 0x00060050u, 0x0000003cu, 0x0000643fu, 0x000063c9u, 0x000063c9u, 0x000063c9u, - 0x000200f9u, 0x00006441u, 0x000200f8u, 0x00006438u, 0x0008004fu, 0x0000003cu, 0x0000643bu, 0x00002a48u, - 0x00002a48u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006441u, 0x000200f8u, 0x00006434u, - 0x0008004fu, 0x0000003cu, 0x00006437u, 0x00007f44u, 0x00007f44u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006441u, 0x000200f8u, 0x00006430u, 0x0008004fu, 0x0000003cu, 0x00006433u, 0x00007802u, - 0x00007802u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006441u, 0x000200f8u, 0x0000642cu, - 0x000200f9u, 0x00006441u, 0x000200f8u, 0x00006428u, 0x0008004fu, 0x0000003cu, 0x0000642bu, 0x000029beu, - 0x000029beu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006441u, 0x000200f8u, 0x00006441u, - 0x001100f5u, 0x0000003cu, 0x00008219u, 0x0000642bu, 0x00006428u, 0x00000947u, 0x0000642cu, 0x00006433u, - 0x00006430u, 0x00006437u, 0x00006434u, 0x0000643bu, 0x00006438u, 0x0000643fu, 0x0000643cu, 0x00001a5fu, - 0x00006440u, 0x000300f7u, 0x00006453u, 0x00000000u, 0x000d00fbu, 0x000063e8u, 0x00006443u, 0x00000000u, - 0x00006446u, 0x00000001u, 0x00006449u, 0x00000002u, 0x0000644cu, 0x00000004u, 0x0000644fu, 0x00000006u, - 0x00006452u, 0x000200f8u, 0x00006452u, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x0000644fu, 0x00050041u, - 0x0000003eu, 0x00006d32u, 0x00006d29u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006451u, 0x00006d32u, - 0x000200f9u, 0x00006453u, 0x000200f8u, 0x0000644cu, 0x00050041u, 0x0000003eu, 0x00006d31u, 0x00006d2cu, - 0x0000048du, 0x0004003du, 0x00000008u, 0x0000644eu, 0x00006d31u, 0x000200f9u, 0x00006453u, 0x000200f8u, - 0x00006449u, 0x00050041u, 0x0000003eu, 0x00006d30u, 0x00006d2bu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x0000644bu, 0x00006d30u, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006446u, 0x00050041u, 0x0000003eu, - 0x00006d2fu, 0x00006d2au, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006448u, 0x00006d2fu, 0x000200f9u, - 0x00006453u, 0x000200f8u, 0x00006443u, 0x00050041u, 0x0000003eu, 0x00006d2eu, 0x00006d28u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006445u, 0x00006d2eu, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006453u, - 0x000f00f5u, 0x00000008u, 0x0000821au, 0x00006445u, 0x00006443u, 0x00006448u, 0x00006446u, 0x0000644bu, - 0x00006449u, 0x0000644eu, 0x0000644cu, 0x00006451u, 0x0000644fu, 0x00001a5eu, 0x00006452u, 0x00050051u, - 0x00000008u, 0x00006456u, 0x00008219u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006457u, 0x00008219u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00006458u, 0x00008219u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00006459u, 0x00006456u, 0x00006457u, 0x00006458u, 0x0000821au, 0x0003003eu, 0x00006d39u, 0x000029c3u, - 0x0003003eu, 0x00006d3au, 0x00002a48u, 0x0003003eu, 0x00006d3bu, 0x00000613u, 0x0003003eu, 0x00006d3cu, - 0x00007802u, 0x0003003eu, 0x00006d3du, 0x00007f44u, 0x00050041u, 0x0000003eu, 0x000063ebu, 0x000021c9u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x000063ecu, 0x000063ebu, 0x00050041u, 0x0000003eu, 0x000063edu, - 0x000021cau, 0x00000487u, 0x0004003du, 0x00000008u, 0x000063eeu, 0x000063edu, 0x000300f7u, 0x0000647bu, - 0x00000000u, 0x000d00fbu, 0x000063ecu, 0x0000645fu, 0x00000000u, 0x00006463u, 0x00000001u, 0x00006467u, - 0x00000002u, 0x0000646bu, 0x00000004u, 0x0000646fu, 0x00000007u, 0x00006473u, 0x000200f8u, 0x00006473u, - 0x00050041u, 0x0000003eu, 0x00006d3eu, 0x00006d39u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006475u, - 0x00006d3eu, 0x000500c4u, 0x00000008u, 0x00006476u, 0x00006475u, 0x00000260u, 0x00050041u, 0x0000003eu, - 0x00006d3fu, 0x00006d39u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006478u, 0x00006d3fu, 0x000500c5u, - 0x00000008u, 0x00006479u, 0x00006476u, 0x00006478u, 0x00060050u, 0x0000003cu, 0x0000647au, 0x00006479u, - 0x00006479u, 0x00006479u, 0x000200f9u, 0x0000647bu, 0x000200f8u, 0x0000646fu, 0x0008004fu, 0x0000003cu, - 0x00006472u, 0x00002a48u, 0x00002a48u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000647bu, - 0x000200f8u, 0x0000646bu, 0x0008004fu, 0x0000003cu, 0x0000646eu, 0x00007f44u, 0x00007f44u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000647bu, 0x000200f8u, 0x00006467u, 0x0008004fu, 0x0000003cu, - 0x0000646au, 0x00007802u, 0x00007802u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000647bu, - 0x000200f8u, 0x00006463u, 0x000200f9u, 0x0000647bu, 0x000200f8u, 0x0000645fu, 0x0008004fu, 0x0000003cu, - 0x00006462u, 0x000029c3u, 0x000029c3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000647bu, - 0x000200f8u, 0x0000647bu, 0x000f00f5u, 0x0000003cu, 0x0000821cu, 0x00006462u, 0x0000645fu, 0x00000947u, - 0x00006463u, 0x0000646au, 0x00006467u, 0x0000646eu, 0x0000646bu, 0x00006472u, 0x0000646fu, 0x0000647au, - 0x00006473u, 0x000300f7u, 0x0000648du, 0x00000000u, 0x000d00fbu, 0x000063eeu, 0x0000647du, 0x00000000u, - 0x00006480u, 0x00000001u, 0x00006483u, 0x00000002u, 0x00006486u, 0x00000004u, 0x00006489u, 0x00000006u, - 0x0000648cu, 0x000200f8u, 0x0000648cu, 0x000200f9u, 0x0000648du, 0x000200f8u, 0x00006489u, 0x00050041u, - 0x0000003eu, 0x00006d44u, 0x00006d3au, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000648bu, 0x00006d44u, - 0x000200f9u, 0x0000648du, 0x000200f8u, 0x00006486u, 0x00050041u, 0x0000003eu, 0x00006d43u, 0x00006d3du, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00006488u, 0x00006d43u, 0x000200f9u, 0x0000648du, 0x000200f8u, - 0x00006483u, 0x00050041u, 0x0000003eu, 0x00006d42u, 0x00006d3cu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006485u, 0x00006d42u, 0x000200f9u, 0x0000648du, 0x000200f8u, 0x00006480u, 0x00050041u, 0x0000003eu, - 0x00006d41u, 0x00006d3bu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006482u, 0x00006d41u, 0x000200f9u, - 0x0000648du, 0x000200f8u, 0x0000647du, 0x00050041u, 0x0000003eu, 0x00006d40u, 0x00006d39u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x0000647fu, 0x00006d40u, 0x000200f9u, 0x0000648du, 0x000200f8u, 0x0000648du, - 0x000f00f5u, 0x00000008u, 0x0000821du, 0x0000647fu, 0x0000647du, 0x00006482u, 0x00006480u, 0x00006485u, - 0x00006483u, 0x00006488u, 0x00006486u, 0x0000648bu, 0x00006489u, 0x00001a5eu, 0x0000648cu, 0x00050051u, - 0x00000008u, 0x00006490u, 0x0000821cu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006491u, 0x0000821cu, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00006492u, 0x0000821cu, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00006493u, 0x00006490u, 0x00006491u, 0x00006492u, 0x0000821du, 0x0003003eu, 0x00006d4au, 0x000029c8u, - 0x0003003eu, 0x00006d4bu, 0x00002a48u, 0x0003003eu, 0x00006d4du, 0x00007802u, 0x0003003eu, 0x00006d4eu, - 0x00007f44u, 0x00050041u, 0x0000003eu, 0x000063f1u, 0x000021c9u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x000063f2u, 0x000063f1u, 0x00050041u, 0x0000003eu, 0x000063f3u, 0x000021cau, 0x000003c6u, 0x0004003du, - 0x00000008u, 0x000063f4u, 0x000063f3u, 0x000300f7u, 0x000064c9u, 0x00000000u, 0x001700fbu, 0x000063f2u, - 0x00006499u, 0x00000000u, 0x0000649du, 0x00000007u, 0x000064a1u, 0x00000001u, 0x000064a5u, 0x00000002u, - 0x000064a9u, 0x00000004u, 0x000064adu, 0x00000008u, 0x000064b1u, 0x00000009u, 0x000064b5u, 0x0000000bu, - 0x000064b9u, 0x0000000du, 0x000064bdu, 0x0000000fu, 0x000064c1u, 0x000200f8u, 0x000064c1u, 0x00050041u, - 0x0000003eu, 0x00006d50u, 0x00006d4au, 0x00000487u, 0x0004003du, 0x00000008u, 0x000064c3u, 0x00006d50u, - 0x000500c4u, 0x00000008u, 0x000064c4u, 0x000064c3u, 0x00000260u, 0x00050041u, 0x0000003eu, 0x00006d51u, - 0x00006d4au, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000064c6u, 0x00006d51u, 0x000500c5u, 0x00000008u, - 0x000064c7u, 0x000064c4u, 0x000064c6u, 0x00060050u, 0x0000003cu, 0x000064c8u, 0x000064c7u, 0x000064c7u, - 0x000064c7u, 0x000200f9u, 0x000064c9u, 0x000200f8u, 0x000064bdu, 0x00060050u, 0x0000003cu, 0x000064c0u, - 0x00007ffeu, 0x00007ffeu, 0x00007ffeu, 0x000200f9u, 0x000064c9u, 0x000200f8u, 0x000064b9u, 0x0008004fu, - 0x0000003cu, 0x000064bcu, 0x00002a48u, 0x00002a48u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, - 0x000064c9u, 0x000200f8u, 0x000064b5u, 0x0008004fu, 0x0000003cu, 0x000064b8u, 0x00007f44u, 0x00007f44u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x000064c9u, 0x000200f8u, 0x000064b1u, 0x0008004fu, - 0x0000003cu, 0x000064b4u, 0x00007802u, 0x00007802u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, - 0x000064c9u, 0x000200f8u, 0x000064adu, 0x0008004fu, 0x0000003cu, 0x000064b0u, 0x00002a48u, 0x00002a48u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064c9u, 0x000200f8u, 0x000064a9u, 0x0008004fu, - 0x0000003cu, 0x000064acu, 0x00007f44u, 0x00007f44u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x000064c9u, 0x000200f8u, 0x000064a5u, 0x0008004fu, 0x0000003cu, 0x000064a8u, 0x00007802u, 0x00007802u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064c9u, 0x000200f8u, 0x000064a1u, 0x000200f9u, - 0x000064c9u, 0x000200f8u, 0x0000649du, 0x000200f9u, 0x000064c9u, 0x000200f8u, 0x00006499u, 0x0008004fu, - 0x0000003cu, 0x0000649cu, 0x000029c8u, 0x000029c8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x000064c9u, 0x000200f8u, 0x000064c9u, 0x001900f5u, 0x0000003cu, 0x0000821fu, 0x0000649cu, 0x00006499u, - 0x00000947u, 0x0000649du, 0x00000947u, 0x000064a1u, 0x000064a8u, 0x000064a5u, 0x000064acu, 0x000064a9u, - 0x000064b0u, 0x000064adu, 0x000064b4u, 0x000064b1u, 0x000064b8u, 0x000064b5u, 0x000064bcu, 0x000064b9u, - 0x000064c0u, 0x000064bdu, 0x000064c8u, 0x000064c1u, 0x000300f7u, 0x000064dau, 0x00000000u, 0x000b00fbu, - 0x000063f4u, 0x000064cbu, 0x00000000u, 0x000064ceu, 0x00000001u, 0x000064d1u, 0x00000002u, 0x000064d4u, - 0x00000004u, 0x000064d7u, 0x000200f8u, 0x000064d7u, 0x00050041u, 0x0000003eu, 0x00006d55u, 0x00006d4bu, - 0x0000048du, 0x0004003du, 0x00000008u, 0x000064d9u, 0x00006d55u, 0x000200f9u, 0x000064dau, 0x000200f8u, - 0x000064d4u, 0x00050041u, 0x0000003eu, 0x00006d54u, 0x00006d4eu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000064d6u, 0x00006d54u, 0x000200f9u, 0x000064dau, 0x000200f8u, 0x000064d1u, 0x00050041u, 0x0000003eu, - 0x00006d53u, 0x00006d4du, 0x0000048du, 0x0004003du, 0x00000008u, 0x000064d3u, 0x00006d53u, 0x000200f9u, - 0x000064dau, 0x000200f8u, 0x000064ceu, 0x000200f9u, 0x000064dau, 0x000200f8u, 0x000064cbu, 0x00050041u, - 0x0000003eu, 0x00006d52u, 0x00006d4au, 0x0000048du, 0x0004003du, 0x00000008u, 0x000064cdu, 0x00006d52u, - 0x000200f9u, 0x000064dau, 0x000200f8u, 0x000064dau, 0x000d00f5u, 0x00000008u, 0x00008220u, 0x000064cdu, - 0x000064cbu, 0x00007ffeu, 0x000064ceu, 0x000064d3u, 0x000064d1u, 0x000064d6u, 0x000064d4u, 0x000064d9u, - 0x000064d7u, 0x00050051u, 0x00000008u, 0x000064ddu, 0x0000821fu, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000064deu, 0x0000821fu, 0x00000001u, 0x00050051u, 0x00000008u, 0x000064dfu, 0x0000821fu, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000064e0u, 0x000064ddu, 0x000064deu, 0x000064dfu, 0x00008220u, 0x0003003eu, - 0x00006d5cu, 0x000029cdu, 0x0003003eu, 0x00006d5du, 0x00002a48u, 0x0003003eu, 0x00006d5eu, 0x00000613u, - 0x0003003eu, 0x00006d5fu, 0x00007802u, 0x0003003eu, 0x00006d60u, 0x00007f44u, 0x00050041u, 0x0000003eu, - 0x000063f7u, 0x000021c9u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000063f8u, 0x000063f7u, 0x00050041u, - 0x0000003eu, 0x000063f9u, 0x000021cau, 0x0000048du, 0x0004003du, 0x00000008u, 0x000063fau, 0x000063f9u, - 0x000300f7u, 0x000064fbu, 0x00000000u, 0x000d00fbu, 0x000063f8u, 0x000064e6u, 0x00000000u, 0x000064eau, - 0x00000001u, 0x000064eeu, 0x00000002u, 0x000064f2u, 0x00000004u, 0x000064f6u, 0x00000006u, 0x000064fau, - 0x000200f8u, 0x000064fau, 0x000200f9u, 0x000064fbu, 0x000200f8u, 0x000064f6u, 0x0008004fu, 0x0000003cu, - 0x000064f9u, 0x00002a48u, 0x00002a48u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064fbu, - 0x000200f8u, 0x000064f2u, 0x0008004fu, 0x0000003cu, 0x000064f5u, 0x00007f44u, 0x00007f44u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064fbu, 0x000200f8u, 0x000064eeu, 0x0008004fu, 0x0000003cu, - 0x000064f1u, 0x00007802u, 0x00007802u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064fbu, - 0x000200f8u, 0x000064eau, 0x000200f9u, 0x000064fbu, 0x000200f8u, 0x000064e6u, 0x0008004fu, 0x0000003cu, - 0x000064e9u, 0x000029cdu, 0x000029cdu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000064fbu, - 0x000200f8u, 0x000064fbu, 0x000f00f5u, 0x0000003cu, 0x00008222u, 0x000064e9u, 0x000064e6u, 0x00000947u, - 0x000064eau, 0x000064f1u, 0x000064eeu, 0x000064f5u, 0x000064f2u, 0x000064f9u, 0x000064f6u, 0x00001a5fu, - 0x000064fau, 0x000300f7u, 0x0000650du, 0x00000000u, 0x000d00fbu, 0x000063fau, 0x000064fdu, 0x00000000u, - 0x00006500u, 0x00000001u, 0x00006503u, 0x00000002u, 0x00006506u, 0x00000004u, 0x00006509u, 0x00000006u, - 0x0000650cu, 0x000200f8u, 0x0000650cu, 0x000200f9u, 0x0000650du, 0x000200f8u, 0x00006509u, 0x00050041u, - 0x0000003eu, 0x00006d65u, 0x00006d5du, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000650bu, 0x00006d65u, - 0x000200f9u, 0x0000650du, 0x000200f8u, 0x00006506u, 0x00050041u, 0x0000003eu, 0x00006d64u, 0x00006d60u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00006508u, 0x00006d64u, 0x000200f9u, 0x0000650du, 0x000200f8u, - 0x00006503u, 0x00050041u, 0x0000003eu, 0x00006d63u, 0x00006d5fu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006505u, 0x00006d63u, 0x000200f9u, 0x0000650du, 0x000200f8u, 0x00006500u, 0x00050041u, 0x0000003eu, - 0x00006d62u, 0x00006d5eu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006502u, 0x00006d62u, 0x000200f9u, - 0x0000650du, 0x000200f8u, 0x000064fdu, 0x00050041u, 0x0000003eu, 0x00006d61u, 0x00006d5cu, 0x0000048du, - 0x0004003du, 0x00000008u, 0x000064ffu, 0x00006d61u, 0x000200f9u, 0x0000650du, 0x000200f8u, 0x0000650du, - 0x000f00f5u, 0x00000008u, 0x00008223u, 0x000064ffu, 0x000064fdu, 0x00006502u, 0x00006500u, 0x00006505u, - 0x00006503u, 0x00006508u, 0x00006506u, 0x0000650bu, 0x00006509u, 0x00001a5eu, 0x0000650cu, 0x00050051u, - 0x00000008u, 0x00006510u, 0x00008222u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006511u, 0x00008222u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00006512u, 0x00008222u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00006513u, 0x00006510u, 0x00006511u, 0x00006512u, 0x00008223u, 0x000600cau, 0x00000009u, 0x0000651bu, - 0x000064e0u, 0x00000205u, 0x00000266u, 0x00050082u, 0x00000009u, 0x0000653du, 0x00006459u, 0x0000afc4u, - 0x000600cau, 0x00000009u, 0x0000653eu, 0x0000653du, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x00006540u, 0x0000653eu, 0x0000afc4u, 0x00050082u, 0x00000009u, 0x00006545u, 0x00006493u, 0x0000afc4u, - 0x000600cau, 0x00000009u, 0x00006546u, 0x00006545u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x00006548u, 0x00006546u, 0x0000afc4u, 0x00050082u, 0x00000009u, 0x0000654du, 0x00006513u, 0x0000afc4u, - 0x000600cau, 0x00000009u, 0x0000654eu, 0x0000654du, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x00006550u, 0x0000654eu, 0x0000afc4u, 0x00050082u, 0x00000009u, 0x00006524u, 0x00006540u, 0x00006548u, - 0x00050084u, 0x00000009u, 0x00006526u, 0x00006524u, 0x0000651bu, 0x00050080u, 0x00000009u, 0x00006529u, - 0x00006526u, 0x0000afc4u, 0x000500c3u, 0x00000009u, 0x0000652cu, 0x00006529u, 0x0000afcfu, 0x00050080u, - 0x00000009u, 0x00006538u, 0x0000652cu, 0x00006550u, 0x00050082u, 0x00000009u, 0x00006555u, 0x00006538u, - 0x0000afc4u, 0x000600cau, 0x00000009u, 0x00006557u, 0x00006555u, 0x00000205u, 0x00000266u, 0x00050080u, - 0x00000009u, 0x0000655au, 0x00006557u, 0x0000afc4u, 0x0008000cu, 0x00000009u, 0x0000655cu, 0x00000001u, - 0x0000002du, 0x0000655au, 0x00000613u, 0x00000b02u, 0x0003003eu, 0x000063dau, 0x0000655cu, 0x00050041u, - 0x0000003eu, 0x00006403u, 0x000063dau, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006404u, 0x00006403u, - 0x0004003du, 0x00000008u, 0x00006406u, 0x00006403u, 0x00050080u, 0x00000008u, 0x00006407u, 0x00006406u, - 0x00000214u, 0x000500c3u, 0x00000008u, 0x00006408u, 0x00006407u, 0x00000260u, 0x00050080u, 0x00000008u, - 0x00006409u, 0x00006404u, 0x00006408u, 0x000300f7u, 0x00006416u, 0x00000000u, 0x000400fau, 0x0000222cu, - 0x0000640bu, 0x00006413u, 0x000200f8u, 0x00006413u, 0x000500c4u, 0x00000008u, 0x00006415u, 0x000022d2u, - 0x00000220u, 0x000200f9u, 0x00006416u, 0x000200f8u, 0x0000640bu, 0x00050084u, 0x00000008u, 0x0000640eu, - 0x00006409u, 0x000022d2u, 0x00050080u, 0x00000008u, 0x0000640fu, 0x0000640eu, 0x0000021du, 0x000500c3u, - 0x00000008u, 0x00006410u, 0x0000640fu, 0x0000021au, 0x000500c3u, 0x00000008u, 0x00006412u, 0x00006410u, - 0x00000220u, 0x000200f9u, 0x00006416u, 0x000200f8u, 0x00006416u, 0x000700f5u, 0x00000008u, 0x00008230u, - 0x00006412u, 0x0000640bu, 0x000022d2u, 0x00006413u, 0x000700f5u, 0x00000008u, 0x0000822du, 0x00006410u, - 0x0000640bu, 0x00006415u, 0x00006413u, 0x000300f7u, 0x0000641eu, 0x00000000u, 0x000400fau, 0x0000222fu, - 0x00006418u, 0x0000641au, 0x000200f8u, 0x0000641au, 0x00050080u, 0x00000008u, 0x0000641du, 0x00006409u, - 0x00007ed7u, 0x000200f9u, 0x0000641eu, 0x000200f8u, 0x00006418u, 0x000200f9u, 0x0000641eu, 0x000200f8u, - 0x0000641eu, 0x000700f5u, 0x00000008u, 0x0000822eu, 0x0000822du, 0x00006418u, 0x0000641du, 0x0000641au, - 0x0008000cu, 0x00000008u, 0x00006420u, 0x00000001u, 0x0000002du, 0x0000822eu, 0x00000205u, 0x0000038du, - 0x0003003eu, 0x00006403u, 0x00006420u, 0x0004003du, 0x00000009u, 0x00006422u, 0x000063dau, 0x0003003eu, - 0x000021bfu, 0x00006422u, 0x00050041u, 0x0000003eu, 0x0000240eu, 0x000021bfu, 0x0000048du, 0x0004003du, - 0x00000008u, 0x0000240fu, 0x0000240eu, 0x000200f9u, 0x00002410u, 0x000200f8u, 0x000023b6u, 0x000500c7u, - 0x00000008u, 0x0000609au, 0x00007dc9u, 0x00000226u, 0x000500c4u, 0x00000008u, 0x0000609bu, 0x0000609au, - 0x00000223u, 0x000500c5u, 0x00000008u, 0x0000609cu, 0x0000609bu, 0x0000037fu, 0x0003003eu, 0x000021b6u, - 0x00002488u, 0x0003003eu, 0x000021b7u, 0x0000248du, 0x0003003eu, 0x00006daeu, 0x000029aau, 0x0003003eu, - 0x00006dafu, 0x00002a48u, 0x0003003eu, 0x00006db0u, 0x00000613u, 0x0003003eu, 0x00006db1u, 0x00007802u, - 0x0003003eu, 0x00006db2u, 0x00007f44u, 0x00050041u, 0x0000003eu, 0x000060b9u, 0x000021b6u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x000060bau, 0x000060b9u, 0x00050041u, 0x0000003eu, 0x000060bbu, 0x000021b7u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x000060bcu, 0x000060bbu, 0x000300f7u, 0x00006115u, 0x00000000u, - 0x000f00fbu, 0x000060bau, 0x000060fcu, 0x00000000u, 0x00006100u, 0x00000001u, 0x00006104u, 0x00000002u, - 0x00006108u, 0x00000004u, 0x0000610cu, 0x00000007u, 0x00006110u, 0x00000006u, 0x00006114u, 0x000200f8u, - 0x00006114u, 0x000200f9u, 0x00006115u, 0x000200f8u, 0x00006110u, 0x00060050u, 0x0000003cu, 0x00006113u, - 0x0000609cu, 0x0000609cu, 0x0000609cu, 0x000200f9u, 0x00006115u, 0x000200f8u, 0x0000610cu, 0x0008004fu, - 0x0000003cu, 0x0000610fu, 0x00002a48u, 0x00002a48u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006115u, 0x000200f8u, 0x00006108u, 0x0008004fu, 0x0000003cu, 0x0000610bu, 0x00007f44u, 0x00007f44u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006115u, 0x000200f8u, 0x00006104u, 0x0008004fu, - 0x0000003cu, 0x00006107u, 0x00007802u, 0x00007802u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006115u, 0x000200f8u, 0x00006100u, 0x000200f9u, 0x00006115u, 0x000200f8u, 0x000060fcu, 0x0008004fu, - 0x0000003cu, 0x000060ffu, 0x000029aau, 0x000029aau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006115u, 0x000200f8u, 0x00006115u, 0x001100f5u, 0x0000003cu, 0x00008232u, 0x000060ffu, 0x000060fcu, - 0x00000947u, 0x00006100u, 0x00006107u, 0x00006104u, 0x0000610bu, 0x00006108u, 0x0000610fu, 0x0000610cu, - 0x00006113u, 0x00006110u, 0x00001a5fu, 0x00006114u, 0x000300f7u, 0x00006127u, 0x00000000u, 0x000d00fbu, - 0x000060bcu, 0x00006117u, 0x00000000u, 0x0000611au, 0x00000001u, 0x0000611du, 0x00000002u, 0x00006120u, - 0x00000004u, 0x00006123u, 0x00000006u, 0x00006126u, 0x000200f8u, 0x00006126u, 0x000200f9u, 0x00006127u, - 0x000200f8u, 0x00006123u, 0x00050041u, 0x0000003eu, 0x00006db8u, 0x00006dafu, 0x0000048du, 0x0004003du, - 0x00000008u, 0x00006125u, 0x00006db8u, 0x000200f9u, 0x00006127u, 0x000200f8u, 0x00006120u, 0x00050041u, - 0x0000003eu, 0x00006db7u, 0x00006db2u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006122u, 0x00006db7u, - 0x000200f9u, 0x00006127u, 0x000200f8u, 0x0000611du, 0x00050041u, 0x0000003eu, 0x00006db6u, 0x00006db1u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x0000611fu, 0x00006db6u, 0x000200f9u, 0x00006127u, 0x000200f8u, - 0x0000611au, 0x00050041u, 0x0000003eu, 0x00006db5u, 0x00006db0u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x0000611cu, 0x00006db5u, 0x000200f9u, 0x00006127u, 0x000200f8u, 0x00006117u, 0x00050041u, 0x0000003eu, - 0x00006db4u, 0x00006daeu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006119u, 0x00006db4u, 0x000200f9u, - 0x00006127u, 0x000200f8u, 0x00006127u, 0x000f00f5u, 0x00000008u, 0x00008233u, 0x00006119u, 0x00006117u, - 0x0000611cu, 0x0000611au, 0x0000611fu, 0x0000611du, 0x00006122u, 0x00006120u, 0x00006125u, 0x00006123u, - 0x00001a5eu, 0x00006126u, 0x00050051u, 0x00000008u, 0x0000612au, 0x00008232u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x0000612bu, 0x00008232u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000612cu, 0x00008232u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x0000612du, 0x0000612au, 0x0000612bu, 0x0000612cu, 0x00008233u, - 0x0003003eu, 0x00006dbfu, 0x000029afu, 0x0003003eu, 0x00006dc0u, 0x00002a48u, 0x0003003eu, 0x00006dc1u, - 0x00000613u, 0x0003003eu, 0x00006dc2u, 0x00007802u, 0x0003003eu, 0x00006dc3u, 0x00007f44u, 0x00050041u, - 0x0000003eu, 0x000060bfu, 0x000021b6u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000060c0u, 0x000060bfu, - 0x00050041u, 0x0000003eu, 0x000060c1u, 0x000021b7u, 0x00000487u, 0x0004003du, 0x00000008u, 0x000060c2u, - 0x000060c1u, 0x000300f7u, 0x0000614fu, 0x00000000u, 0x000d00fbu, 0x000060c0u, 0x00006133u, 0x00000000u, - 0x00006137u, 0x00000001u, 0x0000613bu, 0x00000002u, 0x0000613fu, 0x00000004u, 0x00006143u, 0x00000007u, - 0x00006147u, 0x000200f8u, 0x00006147u, 0x00050041u, 0x0000003eu, 0x00006dc4u, 0x00006dbfu, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00006149u, 0x00006dc4u, 0x000500c4u, 0x00000008u, 0x0000614au, 0x00006149u, - 0x00000260u, 0x00050041u, 0x0000003eu, 0x00006dc5u, 0x00006dbfu, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x0000614cu, 0x00006dc5u, 0x000500c5u, 0x00000008u, 0x0000614du, 0x0000614au, 0x0000614cu, 0x00060050u, - 0x0000003cu, 0x0000614eu, 0x0000614du, 0x0000614du, 0x0000614du, 0x000200f9u, 0x0000614fu, 0x000200f8u, - 0x00006143u, 0x0008004fu, 0x0000003cu, 0x00006146u, 0x00002a48u, 0x00002a48u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x0000614fu, 0x000200f8u, 0x0000613fu, 0x0008004fu, 0x0000003cu, 0x00006142u, - 0x00007f44u, 0x00007f44u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000614fu, 0x000200f8u, - 0x0000613bu, 0x0008004fu, 0x0000003cu, 0x0000613eu, 0x00007802u, 0x00007802u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x0000614fu, 0x000200f8u, 0x00006137u, 0x000200f9u, 0x0000614fu, 0x000200f8u, - 0x00006133u, 0x0008004fu, 0x0000003cu, 0x00006136u, 0x000029afu, 0x000029afu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x0000614fu, 0x000200f8u, 0x0000614fu, 0x000f00f5u, 0x0000003cu, 0x00008235u, - 0x00006136u, 0x00006133u, 0x00000947u, 0x00006137u, 0x0000613eu, 0x0000613bu, 0x00006142u, 0x0000613fu, - 0x00006146u, 0x00006143u, 0x0000614eu, 0x00006147u, 0x000300f7u, 0x00006161u, 0x00000000u, 0x000d00fbu, - 0x000060c2u, 0x00006151u, 0x00000000u, 0x00006154u, 0x00000001u, 0x00006157u, 0x00000002u, 0x0000615au, - 0x00000004u, 0x0000615du, 0x00000006u, 0x00006160u, 0x000200f8u, 0x00006160u, 0x000200f9u, 0x00006161u, - 0x000200f8u, 0x0000615du, 0x00050041u, 0x0000003eu, 0x00006dcau, 0x00006dc0u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x0000615fu, 0x00006dcau, 0x000200f9u, 0x00006161u, 0x000200f8u, 0x0000615au, 0x00050041u, - 0x0000003eu, 0x00006dc9u, 0x00006dc3u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000615cu, 0x00006dc9u, - 0x000200f9u, 0x00006161u, 0x000200f8u, 0x00006157u, 0x00050041u, 0x0000003eu, 0x00006dc8u, 0x00006dc2u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00006159u, 0x00006dc8u, 0x000200f9u, 0x00006161u, 0x000200f8u, - 0x00006154u, 0x00050041u, 0x0000003eu, 0x00006dc7u, 0x00006dc1u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006156u, 0x00006dc7u, 0x000200f9u, 0x00006161u, 0x000200f8u, 0x00006151u, 0x00050041u, 0x0000003eu, - 0x00006dc6u, 0x00006dbfu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006153u, 0x00006dc6u, 0x000200f9u, - 0x00006161u, 0x000200f8u, 0x00006161u, 0x000f00f5u, 0x00000008u, 0x00008236u, 0x00006153u, 0x00006151u, - 0x00006156u, 0x00006154u, 0x00006159u, 0x00006157u, 0x0000615cu, 0x0000615au, 0x0000615fu, 0x0000615du, - 0x00001a5eu, 0x00006160u, 0x00050051u, 0x00000008u, 0x00006164u, 0x00008235u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00006165u, 0x00008235u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00006166u, 0x00008235u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00006167u, 0x00006164u, 0x00006165u, 0x00006166u, 0x00008236u, - 0x0003003eu, 0x00006dd0u, 0x000029b4u, 0x0003003eu, 0x00006dd1u, 0x00002a48u, 0x0003003eu, 0x00006dd3u, - 0x00007802u, 0x0003003eu, 0x00006dd4u, 0x00007f44u, 0x00050041u, 0x0000003eu, 0x000060c5u, 0x000021b6u, - 0x000003c6u, 0x0004003du, 0x00000008u, 0x000060c6u, 0x000060c5u, 0x00050041u, 0x0000003eu, 0x000060c7u, - 0x000021b7u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000060c8u, 0x000060c7u, 0x000300f7u, 0x0000619du, - 0x00000000u, 0x001700fbu, 0x000060c6u, 0x0000616du, 0x00000000u, 0x00006171u, 0x00000007u, 0x00006175u, - 0x00000001u, 0x00006179u, 0x00000002u, 0x0000617du, 0x00000004u, 0x00006181u, 0x00000008u, 0x00006185u, - 0x00000009u, 0x00006189u, 0x0000000bu, 0x0000618du, 0x0000000du, 0x00006191u, 0x0000000fu, 0x00006195u, - 0x000200f8u, 0x00006195u, 0x00050041u, 0x0000003eu, 0x00006dd6u, 0x00006dd0u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00006197u, 0x00006dd6u, 0x000500c4u, 0x00000008u, 0x00006198u, 0x00006197u, 0x00000260u, - 0x00050041u, 0x0000003eu, 0x00006dd7u, 0x00006dd0u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000619au, - 0x00006dd7u, 0x000500c5u, 0x00000008u, 0x0000619bu, 0x00006198u, 0x0000619au, 0x00060050u, 0x0000003cu, - 0x0000619cu, 0x0000619bu, 0x0000619bu, 0x0000619bu, 0x000200f9u, 0x0000619du, 0x000200f8u, 0x00006191u, - 0x00060050u, 0x0000003cu, 0x00006194u, 0x00007ffeu, 0x00007ffeu, 0x00007ffeu, 0x000200f9u, 0x0000619du, - 0x000200f8u, 0x0000618du, 0x0008004fu, 0x0000003cu, 0x00006190u, 0x00002a48u, 0x00002a48u, 0x00000003u, - 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000619du, 0x000200f8u, 0x00006189u, 0x0008004fu, 0x0000003cu, - 0x0000618cu, 0x00007f44u, 0x00007f44u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000619du, - 0x000200f8u, 0x00006185u, 0x0008004fu, 0x0000003cu, 0x00006188u, 0x00007802u, 0x00007802u, 0x00000003u, - 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000619du, 0x000200f8u, 0x00006181u, 0x0008004fu, 0x0000003cu, - 0x00006184u, 0x00002a48u, 0x00002a48u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000619du, - 0x000200f8u, 0x0000617du, 0x0008004fu, 0x0000003cu, 0x00006180u, 0x00007f44u, 0x00007f44u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000619du, 0x000200f8u, 0x00006179u, 0x0008004fu, 0x0000003cu, - 0x0000617cu, 0x00007802u, 0x00007802u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000619du, - 0x000200f8u, 0x00006175u, 0x000200f9u, 0x0000619du, 0x000200f8u, 0x00006171u, 0x000200f9u, 0x0000619du, - 0x000200f8u, 0x0000616du, 0x0008004fu, 0x0000003cu, 0x00006170u, 0x000029b4u, 0x000029b4u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000619du, 0x000200f8u, 0x0000619du, 0x001900f5u, 0x0000003cu, - 0x00008238u, 0x00006170u, 0x0000616du, 0x00000947u, 0x00006171u, 0x00000947u, 0x00006175u, 0x0000617cu, - 0x00006179u, 0x00006180u, 0x0000617du, 0x00006184u, 0x00006181u, 0x00006188u, 0x00006185u, 0x0000618cu, - 0x00006189u, 0x00006190u, 0x0000618du, 0x00006194u, 0x00006191u, 0x0000619cu, 0x00006195u, 0x000300f7u, - 0x000061aeu, 0x00000000u, 0x000b00fbu, 0x000060c8u, 0x0000619fu, 0x00000000u, 0x000061a2u, 0x00000001u, - 0x000061a5u, 0x00000002u, 0x000061a8u, 0x00000004u, 0x000061abu, 0x000200f8u, 0x000061abu, 0x00050041u, - 0x0000003eu, 0x00006ddbu, 0x00006dd1u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000061adu, 0x00006ddbu, - 0x000200f9u, 0x000061aeu, 0x000200f8u, 0x000061a8u, 0x00050041u, 0x0000003eu, 0x00006ddau, 0x00006dd4u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x000061aau, 0x00006ddau, 0x000200f9u, 0x000061aeu, 0x000200f8u, - 0x000061a5u, 0x00050041u, 0x0000003eu, 0x00006dd9u, 0x00006dd3u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000061a7u, 0x00006dd9u, 0x000200f9u, 0x000061aeu, 0x000200f8u, 0x000061a2u, 0x000200f9u, 0x000061aeu, - 0x000200f8u, 0x0000619fu, 0x00050041u, 0x0000003eu, 0x00006dd8u, 0x00006dd0u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x000061a1u, 0x00006dd8u, 0x000200f9u, 0x000061aeu, 0x000200f8u, 0x000061aeu, 0x000d00f5u, - 0x00000008u, 0x00008239u, 0x000061a1u, 0x0000619fu, 0x00007ffeu, 0x000061a2u, 0x000061a7u, 0x000061a5u, - 0x000061aau, 0x000061a8u, 0x000061adu, 0x000061abu, 0x00050051u, 0x00000008u, 0x000061b1u, 0x00008238u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x000061b2u, 0x00008238u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x000061b3u, 0x00008238u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000061b4u, 0x000061b1u, 0x000061b2u, - 0x000061b3u, 0x00008239u, 0x0003003eu, 0x00006de2u, 0x000029b9u, 0x0003003eu, 0x00006de3u, 0x00002a48u, - 0x0003003eu, 0x00006de4u, 0x00000613u, 0x0003003eu, 0x00006de5u, 0x00007802u, 0x0003003eu, 0x00006de6u, - 0x00007f44u, 0x00050041u, 0x0000003eu, 0x000060cbu, 0x000021b6u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000060ccu, 0x000060cbu, 0x00050041u, 0x0000003eu, 0x000060cdu, 0x000021b7u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x000060ceu, 0x000060cdu, 0x000300f7u, 0x000061cfu, 0x00000000u, 0x000d00fbu, 0x000060ccu, - 0x000061bau, 0x00000000u, 0x000061beu, 0x00000001u, 0x000061c2u, 0x00000002u, 0x000061c6u, 0x00000004u, - 0x000061cau, 0x00000006u, 0x000061ceu, 0x000200f8u, 0x000061ceu, 0x000200f9u, 0x000061cfu, 0x000200f8u, - 0x000061cau, 0x0008004fu, 0x0000003cu, 0x000061cdu, 0x00002a48u, 0x00002a48u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000061cfu, 0x000200f8u, 0x000061c6u, 0x0008004fu, 0x0000003cu, 0x000061c9u, - 0x00007f44u, 0x00007f44u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000061cfu, 0x000200f8u, - 0x000061c2u, 0x0008004fu, 0x0000003cu, 0x000061c5u, 0x00007802u, 0x00007802u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000061cfu, 0x000200f8u, 0x000061beu, 0x000200f9u, 0x000061cfu, 0x000200f8u, - 0x000061bau, 0x0008004fu, 0x0000003cu, 0x000061bdu, 0x000029b9u, 0x000029b9u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000061cfu, 0x000200f8u, 0x000061cfu, 0x000f00f5u, 0x0000003cu, 0x0000823bu, - 0x000061bdu, 0x000061bau, 0x00000947u, 0x000061beu, 0x000061c5u, 0x000061c2u, 0x000061c9u, 0x000061c6u, - 0x000061cdu, 0x000061cau, 0x00001a5fu, 0x000061ceu, 0x000300f7u, 0x000061e1u, 0x00000000u, 0x000d00fbu, - 0x000060ceu, 0x000061d1u, 0x00000000u, 0x000061d4u, 0x00000001u, 0x000061d7u, 0x00000002u, 0x000061dau, - 0x00000004u, 0x000061ddu, 0x00000006u, 0x000061e0u, 0x000200f8u, 0x000061e0u, 0x000200f9u, 0x000061e1u, - 0x000200f8u, 0x000061ddu, 0x00050041u, 0x0000003eu, 0x00006debu, 0x00006de3u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x000061dfu, 0x00006debu, 0x000200f9u, 0x000061e1u, 0x000200f8u, 0x000061dau, 0x00050041u, - 0x0000003eu, 0x00006deau, 0x00006de6u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000061dcu, 0x00006deau, - 0x000200f9u, 0x000061e1u, 0x000200f8u, 0x000061d7u, 0x00050041u, 0x0000003eu, 0x00006de9u, 0x00006de5u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x000061d9u, 0x00006de9u, 0x000200f9u, 0x000061e1u, 0x000200f8u, - 0x000061d4u, 0x00050041u, 0x0000003eu, 0x00006de8u, 0x00006de4u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000061d6u, 0x00006de8u, 0x000200f9u, 0x000061e1u, 0x000200f8u, 0x000061d1u, 0x00050041u, 0x0000003eu, - 0x00006de7u, 0x00006de2u, 0x0000048du, 0x0004003du, 0x00000008u, 0x000061d3u, 0x00006de7u, 0x000200f9u, - 0x000061e1u, 0x000200f8u, 0x000061e1u, 0x000f00f5u, 0x00000008u, 0x0000823cu, 0x000061d3u, 0x000061d1u, - 0x000061d6u, 0x000061d4u, 0x000061d9u, 0x000061d7u, 0x000061dcu, 0x000061dau, 0x000061dfu, 0x000061ddu, - 0x00001a5eu, 0x000061e0u, 0x00050051u, 0x00000008u, 0x000061e4u, 0x0000823bu, 0x00000000u, 0x00050051u, - 0x00000008u, 0x000061e5u, 0x0000823bu, 0x00000001u, 0x00050051u, 0x00000008u, 0x000061e6u, 0x0000823bu, - 0x00000002u, 0x00070050u, 0x00000009u, 0x000061e7u, 0x000061e4u, 0x000061e5u, 0x000061e6u, 0x0000823cu, - 0x000600cau, 0x00000009u, 0x000061efu, 0x000061b4u, 0x00000205u, 0x00000266u, 0x00050082u, 0x00000009u, - 0x00006211u, 0x0000612du, 0x0000afc4u, 0x000600cau, 0x00000009u, 0x00006212u, 0x00006211u, 0x00000205u, - 0x00000266u, 0x00050080u, 0x00000009u, 0x00006214u, 0x00006212u, 0x0000afc4u, 0x00050082u, 0x00000009u, - 0x00006219u, 0x00006167u, 0x0000afc4u, 0x000600cau, 0x00000009u, 0x0000621au, 0x00006219u, 0x00000205u, - 0x00000266u, 0x00050080u, 0x00000009u, 0x0000621cu, 0x0000621au, 0x0000afc4u, 0x00050082u, 0x00000009u, - 0x00006221u, 0x000061e7u, 0x0000afc4u, 0x000600cau, 0x00000009u, 0x00006222u, 0x00006221u, 0x00000205u, - 0x00000266u, 0x00050080u, 0x00000009u, 0x00006224u, 0x00006222u, 0x0000afc4u, 0x00050082u, 0x00000009u, - 0x000061f8u, 0x00006214u, 0x0000621cu, 0x00050084u, 0x00000009u, 0x000061fau, 0x000061f8u, 0x000061efu, - 0x00050080u, 0x00000009u, 0x000061fdu, 0x000061fau, 0x0000afc4u, 0x000500c3u, 0x00000009u, 0x00006200u, - 0x000061fdu, 0x0000afcfu, 0x00050080u, 0x00000009u, 0x0000620cu, 0x00006200u, 0x00006224u, 0x0003003eu, - 0x000060adu, 0x0000620cu, 0x000300f7u, 0x000060f5u, 0x00000000u, 0x000400fau, 0x0000224du, 0x000060d6u, - 0x000060f4u, 0x000200f8u, 0x000060f4u, 0x000200f9u, 0x000060f5u, 0x000200f8u, 0x000060d6u, 0x00050041u, - 0x0000003eu, 0x000060d7u, 0x000060adu, 0x0000048du, 0x0004003du, 0x00000008u, 0x000060d8u, 0x000060d7u, - 0x00050082u, 0x00000008u, 0x00006228u, 0x000060d8u, 0x00000625u, 0x000600cau, 0x00000008u, 0x00006229u, - 0x00006228u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000008u, 0x0000622au, 0x00006229u, 0x00000625u, - 0x0008000cu, 0x00000008u, 0x0000622bu, 0x00000001u, 0x0000002du, 0x0000622au, 0x00000205u, 0x0000038du, - 0x00050080u, 0x00000008u, 0x000060dcu, 0x0000622bu, 0x00000214u, 0x000500c3u, 0x00000008u, 0x000060ddu, - 0x000060dcu, 0x00000260u, 0x00050080u, 0x00000008u, 0x000060deu, 0x0000622bu, 0x000060ddu, 0x000300f7u, - 0x000060f1u, 0x00000000u, 0x000400fau, 0x0000222fu, 0x000060e0u, 0x000060edu, 0x000200f8u, 0x000060edu, - 0x00050080u, 0x00000008u, 0x000060f0u, 0x000060deu, 0x00007ed7u, 0x000200f9u, 0x000060f1u, 0x000200f8u, - 0x000060e0u, 0x000300f7u, 0x000060ebu, 0x00000000u, 0x000400fau, 0x0000222cu, 0x000060e2u, 0x000060e8u, - 0x000200f8u, 0x000060e8u, 0x000500c4u, 0x00000008u, 0x000060eau, 0x000022d2u, 0x00000220u, 0x000200f9u, - 0x000060ebu, 0x000200f8u, 0x000060e2u, 0x00050084u, 0x00000008u, 0x000060e5u, 0x000060deu, 0x000022d2u, - 0x00050080u, 0x00000008u, 0x000060e6u, 0x000060e5u, 0x0000021du, 0x000500c3u, 0x00000008u, 0x000060e7u, - 0x000060e6u, 0x0000021au, 0x000200f9u, 0x000060ebu, 0x000200f8u, 0x000060ebu, 0x000700f5u, 0x00000008u, - 0x0000823du, 0x000060e7u, 0x000060e2u, 0x000060eau, 0x000060e8u, 0x000200f9u, 0x000060f1u, 0x000200f8u, - 0x000060f1u, 0x000700f5u, 0x00000008u, 0x0000823eu, 0x0000823du, 0x000060ebu, 0x000060f0u, 0x000060edu, - 0x0008000cu, 0x00000008u, 0x000060f3u, 0x00000001u, 0x0000002du, 0x0000823eu, 0x00000205u, 0x0000038du, - 0x000200f9u, 0x000060f5u, 0x000200f8u, 0x000060f5u, 0x000700f5u, 0x00000008u, 0x0000823fu, 0x000060f3u, - 0x000060f1u, 0x00000205u, 0x000060f4u, 0x0003003eu, 0x000021c1u, 0x00002492u, 0x0003003eu, 0x000021c2u, - 0x00002497u, 0x0003003eu, 0x00006d6bu, 0x000029beu, 0x0003003eu, 0x00006d6cu, 0x00002a48u, 0x0003003eu, - 0x00006d6du, 0x0000620cu, 0x0003003eu, 0x00006d6eu, 0x00007f44u, 0x0003003eu, 0x00006d6fu, 0x00007802u, - 0x00050041u, 0x0000003eu, 0x00006247u, 0x000021c1u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006248u, - 0x00006247u, 0x00050041u, 0x0000003eu, 0x00006249u, 0x000021c2u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x0000624au, 0x00006249u, 0x000300f7u, 0x000062a3u, 0x00000000u, 0x000f00fbu, 0x00006248u, 0x0000628au, - 0x00000000u, 0x0000628eu, 0x00000001u, 0x00006292u, 0x00000002u, 0x00006296u, 0x00000004u, 0x0000629au, - 0x00000007u, 0x0000629eu, 0x00000006u, 0x000062a2u, 0x000200f8u, 0x000062a2u, 0x000200f9u, 0x000062a3u, - 0x000200f8u, 0x0000629eu, 0x00060050u, 0x0000003cu, 0x000062a1u, 0x0000609cu, 0x0000609cu, 0x0000609cu, - 0x000200f9u, 0x000062a3u, 0x000200f8u, 0x0000629au, 0x0008004fu, 0x0000003cu, 0x0000629du, 0x00002a48u, - 0x00002a48u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062a3u, 0x000200f8u, 0x00006296u, - 0x0008004fu, 0x0000003cu, 0x00006299u, 0x00007802u, 0x00007802u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x000062a3u, 0x000200f8u, 0x00006292u, 0x0008004fu, 0x0000003cu, 0x00006295u, 0x00007f44u, - 0x00007f44u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062a3u, 0x000200f8u, 0x0000628eu, - 0x0008004fu, 0x0000003cu, 0x00006291u, 0x0000620cu, 0x0000620cu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x000062a3u, 0x000200f8u, 0x0000628au, 0x0008004fu, 0x0000003cu, 0x0000628du, 0x000029beu, - 0x000029beu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062a3u, 0x000200f8u, 0x000062a3u, - 0x001100f5u, 0x0000003cu, 0x00008262u, 0x0000628du, 0x0000628au, 0x00006291u, 0x0000628eu, 0x00006295u, - 0x00006292u, 0x00006299u, 0x00006296u, 0x0000629du, 0x0000629au, 0x000062a1u, 0x0000629eu, 0x00001a5fu, - 0x000062a2u, 0x000300f7u, 0x000062b5u, 0x00000000u, 0x000d00fbu, 0x0000624au, 0x000062a5u, 0x00000000u, - 0x000062a8u, 0x00000001u, 0x000062abu, 0x00000002u, 0x000062aeu, 0x00000004u, 0x000062b1u, 0x00000006u, - 0x000062b4u, 0x000200f8u, 0x000062b4u, 0x000200f9u, 0x000062b5u, 0x000200f8u, 0x000062b1u, 0x00050041u, - 0x0000003eu, 0x00006d75u, 0x00006d6cu, 0x0000048du, 0x0004003du, 0x00000008u, 0x000062b3u, 0x00006d75u, - 0x000200f9u, 0x000062b5u, 0x000200f8u, 0x000062aeu, 0x00050041u, 0x0000003eu, 0x00006d74u, 0x00006d6fu, - 0x0000048du, 0x0004003du, 0x00000008u, 0x000062b0u, 0x00006d74u, 0x000200f9u, 0x000062b5u, 0x000200f8u, - 0x000062abu, 0x00050041u, 0x0000003eu, 0x00006d73u, 0x00006d6eu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000062adu, 0x00006d73u, 0x000200f9u, 0x000062b5u, 0x000200f8u, 0x000062a8u, 0x00050041u, 0x0000003eu, - 0x00006d72u, 0x00006d6du, 0x0000048du, 0x0004003du, 0x00000008u, 0x000062aau, 0x00006d72u, 0x000200f9u, - 0x000062b5u, 0x000200f8u, 0x000062a5u, 0x00050041u, 0x0000003eu, 0x00006d71u, 0x00006d6bu, 0x0000048du, - 0x0004003du, 0x00000008u, 0x000062a7u, 0x00006d71u, 0x000200f9u, 0x000062b5u, 0x000200f8u, 0x000062b5u, - 0x000f00f5u, 0x00000008u, 0x00008263u, 0x000062a7u, 0x000062a5u, 0x000062aau, 0x000062a8u, 0x000062adu, - 0x000062abu, 0x000062b0u, 0x000062aeu, 0x000062b3u, 0x000062b1u, 0x00001a5eu, 0x000062b4u, 0x00050051u, - 0x00000008u, 0x000062b8u, 0x00008262u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000062b9u, 0x00008262u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x000062bau, 0x00008262u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x000062bbu, 0x000062b8u, 0x000062b9u, 0x000062bau, 0x00008263u, 0x0003003eu, 0x00006d7cu, 0x000029c3u, - 0x0003003eu, 0x00006d7du, 0x00002a48u, 0x0003003eu, 0x00006d7eu, 0x0000620cu, 0x0003003eu, 0x00006d7fu, - 0x00007f44u, 0x0003003eu, 0x00006d80u, 0x00007802u, 0x00050041u, 0x0000003eu, 0x0000624du, 0x000021c1u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x0000624eu, 0x0000624du, 0x00050041u, 0x0000003eu, 0x0000624fu, - 0x000021c2u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006250u, 0x0000624fu, 0x000300f7u, 0x000062ddu, - 0x00000000u, 0x000d00fbu, 0x0000624eu, 0x000062c1u, 0x00000000u, 0x000062c5u, 0x00000001u, 0x000062c9u, - 0x00000002u, 0x000062cdu, 0x00000004u, 0x000062d1u, 0x00000007u, 0x000062d5u, 0x000200f8u, 0x000062d5u, - 0x00050041u, 0x0000003eu, 0x00006d81u, 0x00006d7cu, 0x00000487u, 0x0004003du, 0x00000008u, 0x000062d7u, - 0x00006d81u, 0x000500c4u, 0x00000008u, 0x000062d8u, 0x000062d7u, 0x00000260u, 0x00050041u, 0x0000003eu, - 0x00006d82u, 0x00006d7cu, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000062dau, 0x00006d82u, 0x000500c5u, - 0x00000008u, 0x000062dbu, 0x000062d8u, 0x000062dau, 0x00060050u, 0x0000003cu, 0x000062dcu, 0x000062dbu, - 0x000062dbu, 0x000062dbu, 0x000200f9u, 0x000062ddu, 0x000200f8u, 0x000062d1u, 0x0008004fu, 0x0000003cu, - 0x000062d4u, 0x00002a48u, 0x00002a48u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062ddu, - 0x000200f8u, 0x000062cdu, 0x0008004fu, 0x0000003cu, 0x000062d0u, 0x00007802u, 0x00007802u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062ddu, 0x000200f8u, 0x000062c9u, 0x0008004fu, 0x0000003cu, - 0x000062ccu, 0x00007f44u, 0x00007f44u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062ddu, - 0x000200f8u, 0x000062c5u, 0x0008004fu, 0x0000003cu, 0x000062c8u, 0x0000620cu, 0x0000620cu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062ddu, 0x000200f8u, 0x000062c1u, 0x0008004fu, 0x0000003cu, - 0x000062c4u, 0x000029c3u, 0x000029c3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000062ddu, - 0x000200f8u, 0x000062ddu, 0x000f00f5u, 0x0000003cu, 0x00008265u, 0x000062c4u, 0x000062c1u, 0x000062c8u, - 0x000062c5u, 0x000062ccu, 0x000062c9u, 0x000062d0u, 0x000062cdu, 0x000062d4u, 0x000062d1u, 0x000062dcu, - 0x000062d5u, 0x000300f7u, 0x000062efu, 0x00000000u, 0x000d00fbu, 0x00006250u, 0x000062dfu, 0x00000000u, - 0x000062e2u, 0x00000001u, 0x000062e5u, 0x00000002u, 0x000062e8u, 0x00000004u, 0x000062ebu, 0x00000006u, - 0x000062eeu, 0x000200f8u, 0x000062eeu, 0x000200f9u, 0x000062efu, 0x000200f8u, 0x000062ebu, 0x00050041u, - 0x0000003eu, 0x00006d87u, 0x00006d7du, 0x0000048du, 0x0004003du, 0x00000008u, 0x000062edu, 0x00006d87u, - 0x000200f9u, 0x000062efu, 0x000200f8u, 0x000062e8u, 0x00050041u, 0x0000003eu, 0x00006d86u, 0x00006d80u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x000062eau, 0x00006d86u, 0x000200f9u, 0x000062efu, 0x000200f8u, - 0x000062e5u, 0x00050041u, 0x0000003eu, 0x00006d85u, 0x00006d7fu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x000062e7u, 0x00006d85u, 0x000200f9u, 0x000062efu, 0x000200f8u, 0x000062e2u, 0x00050041u, 0x0000003eu, - 0x00006d84u, 0x00006d7eu, 0x0000048du, 0x0004003du, 0x00000008u, 0x000062e4u, 0x00006d84u, 0x000200f9u, - 0x000062efu, 0x000200f8u, 0x000062dfu, 0x00050041u, 0x0000003eu, 0x00006d83u, 0x00006d7cu, 0x0000048du, - 0x0004003du, 0x00000008u, 0x000062e1u, 0x00006d83u, 0x000200f9u, 0x000062efu, 0x000200f8u, 0x000062efu, - 0x000f00f5u, 0x00000008u, 0x00008266u, 0x000062e1u, 0x000062dfu, 0x000062e4u, 0x000062e2u, 0x000062e7u, - 0x000062e5u, 0x000062eau, 0x000062e8u, 0x000062edu, 0x000062ebu, 0x00001a5eu, 0x000062eeu, 0x00050051u, - 0x00000008u, 0x000062f2u, 0x00008265u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000062f3u, 0x00008265u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x000062f4u, 0x00008265u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x000062f5u, 0x000062f2u, 0x000062f3u, 0x000062f4u, 0x00008266u, 0x0003003eu, 0x00006d8du, 0x000029c8u, - 0x0003003eu, 0x00006d8eu, 0x00002a48u, 0x0003003eu, 0x00006d90u, 0x00007f44u, 0x0003003eu, 0x00006d91u, - 0x00007802u, 0x00050041u, 0x0000003eu, 0x00006253u, 0x000021c1u, 0x000003c6u, 0x0004003du, 0x00000008u, - 0x00006254u, 0x00006253u, 0x00050041u, 0x0000003eu, 0x00006255u, 0x000021c2u, 0x000003c6u, 0x0004003du, - 0x00000008u, 0x00006256u, 0x00006255u, 0x000300f7u, 0x0000632bu, 0x00000000u, 0x001700fbu, 0x00006254u, - 0x000062fbu, 0x00000000u, 0x000062ffu, 0x00000007u, 0x00006303u, 0x00000001u, 0x00006307u, 0x00000002u, - 0x0000630bu, 0x00000004u, 0x0000630fu, 0x00000008u, 0x00006313u, 0x00000009u, 0x00006317u, 0x0000000bu, - 0x0000631bu, 0x0000000du, 0x0000631fu, 0x0000000fu, 0x00006323u, 0x000200f8u, 0x00006323u, 0x00050041u, - 0x0000003eu, 0x00006d93u, 0x00006d8du, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006325u, 0x00006d93u, - 0x000500c4u, 0x00000008u, 0x00006326u, 0x00006325u, 0x00000260u, 0x00050041u, 0x0000003eu, 0x00006d94u, - 0x00006d8du, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006328u, 0x00006d94u, 0x000500c5u, 0x00000008u, - 0x00006329u, 0x00006326u, 0x00006328u, 0x00060050u, 0x0000003cu, 0x0000632au, 0x00006329u, 0x00006329u, - 0x00006329u, 0x000200f9u, 0x0000632bu, 0x000200f8u, 0x0000631fu, 0x00060050u, 0x0000003cu, 0x00006322u, - 0x00007ffeu, 0x00007ffeu, 0x00007ffeu, 0x000200f9u, 0x0000632bu, 0x000200f8u, 0x0000631bu, 0x0008004fu, - 0x0000003cu, 0x0000631eu, 0x00002a48u, 0x00002a48u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, - 0x0000632bu, 0x000200f8u, 0x00006317u, 0x0008004fu, 0x0000003cu, 0x0000631au, 0x00007802u, 0x00007802u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x0000632bu, 0x000200f8u, 0x00006313u, 0x0008004fu, - 0x0000003cu, 0x00006316u, 0x00007f44u, 0x00007f44u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, - 0x0000632bu, 0x000200f8u, 0x0000630fu, 0x0008004fu, 0x0000003cu, 0x00006312u, 0x00002a48u, 0x00002a48u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000632bu, 0x000200f8u, 0x0000630bu, 0x0008004fu, - 0x0000003cu, 0x0000630eu, 0x00007802u, 0x00007802u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x0000632bu, 0x000200f8u, 0x00006307u, 0x0008004fu, 0x0000003cu, 0x0000630au, 0x00007f44u, 0x00007f44u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000632bu, 0x000200f8u, 0x00006303u, 0x0008004fu, - 0x0000003cu, 0x00006306u, 0x0000620cu, 0x0000620cu, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, - 0x0000632bu, 0x000200f8u, 0x000062ffu, 0x0008004fu, 0x0000003cu, 0x00006302u, 0x0000620cu, 0x0000620cu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000632bu, 0x000200f8u, 0x000062fbu, 0x0008004fu, - 0x0000003cu, 0x000062feu, 0x000029c8u, 0x000029c8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x0000632bu, 0x000200f8u, 0x0000632bu, 0x001900f5u, 0x0000003cu, 0x00008268u, 0x000062feu, 0x000062fbu, - 0x00006302u, 0x000062ffu, 0x00006306u, 0x00006303u, 0x0000630au, 0x00006307u, 0x0000630eu, 0x0000630bu, - 0x00006312u, 0x0000630fu, 0x00006316u, 0x00006313u, 0x0000631au, 0x00006317u, 0x0000631eu, 0x0000631bu, - 0x00006322u, 0x0000631fu, 0x0000632au, 0x00006323u, 0x000300f7u, 0x0000633cu, 0x00000000u, 0x000b00fbu, - 0x00006256u, 0x0000632du, 0x00000000u, 0x00006330u, 0x00000001u, 0x00006333u, 0x00000002u, 0x00006336u, - 0x00000004u, 0x00006339u, 0x000200f8u, 0x00006339u, 0x00050041u, 0x0000003eu, 0x00006d98u, 0x00006d8eu, - 0x0000048du, 0x0004003du, 0x00000008u, 0x0000633bu, 0x00006d98u, 0x000200f9u, 0x0000633cu, 0x000200f8u, - 0x00006336u, 0x00050041u, 0x0000003eu, 0x00006d97u, 0x00006d91u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006338u, 0x00006d97u, 0x000200f9u, 0x0000633cu, 0x000200f8u, 0x00006333u, 0x00050041u, 0x0000003eu, - 0x00006d96u, 0x00006d90u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006335u, 0x00006d96u, 0x000200f9u, - 0x0000633cu, 0x000200f8u, 0x00006330u, 0x000200f9u, 0x0000633cu, 0x000200f8u, 0x0000632du, 0x00050041u, - 0x0000003eu, 0x00006d95u, 0x00006d8du, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000632fu, 0x00006d95u, - 0x000200f9u, 0x0000633cu, 0x000200f8u, 0x0000633cu, 0x000d00f5u, 0x00000008u, 0x00008269u, 0x0000632fu, - 0x0000632du, 0x00007ffeu, 0x00006330u, 0x00006335u, 0x00006333u, 0x00006338u, 0x00006336u, 0x0000633bu, - 0x00006339u, 0x00050051u, 0x00000008u, 0x0000633fu, 0x00008268u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00006340u, 0x00008268u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00006341u, 0x00008268u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00006342u, 0x0000633fu, 0x00006340u, 0x00006341u, 0x00008269u, 0x0003003eu, - 0x00006d9fu, 0x000029cdu, 0x0003003eu, 0x00006da0u, 0x00002a48u, 0x0003003eu, 0x00006da1u, 0x0000620cu, - 0x0003003eu, 0x00006da2u, 0x00007f44u, 0x0003003eu, 0x00006da3u, 0x00007802u, 0x00050041u, 0x0000003eu, - 0x00006259u, 0x000021c1u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000625au, 0x00006259u, 0x00050041u, - 0x0000003eu, 0x0000625bu, 0x000021c2u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000625cu, 0x0000625bu, - 0x000300f7u, 0x0000635du, 0x00000000u, 0x000d00fbu, 0x0000625au, 0x00006348u, 0x00000000u, 0x0000634cu, - 0x00000001u, 0x00006350u, 0x00000002u, 0x00006354u, 0x00000004u, 0x00006358u, 0x00000006u, 0x0000635cu, - 0x000200f8u, 0x0000635cu, 0x000200f9u, 0x0000635du, 0x000200f8u, 0x00006358u, 0x0008004fu, 0x0000003cu, - 0x0000635bu, 0x00002a48u, 0x00002a48u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000635du, - 0x000200f8u, 0x00006354u, 0x0008004fu, 0x0000003cu, 0x00006357u, 0x00007802u, 0x00007802u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000635du, 0x000200f8u, 0x00006350u, 0x0008004fu, 0x0000003cu, - 0x00006353u, 0x00007f44u, 0x00007f44u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000635du, - 0x000200f8u, 0x0000634cu, 0x0008004fu, 0x0000003cu, 0x0000634fu, 0x0000620cu, 0x0000620cu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000635du, 0x000200f8u, 0x00006348u, 0x0008004fu, 0x0000003cu, - 0x0000634bu, 0x000029cdu, 0x000029cdu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000635du, - 0x000200f8u, 0x0000635du, 0x000f00f5u, 0x0000003cu, 0x0000826bu, 0x0000634bu, 0x00006348u, 0x0000634fu, - 0x0000634cu, 0x00006353u, 0x00006350u, 0x00006357u, 0x00006354u, 0x0000635bu, 0x00006358u, 0x00001a5fu, - 0x0000635cu, 0x000300f7u, 0x0000636fu, 0x00000000u, 0x000d00fbu, 0x0000625cu, 0x0000635fu, 0x00000000u, - 0x00006362u, 0x00000001u, 0x00006365u, 0x00000002u, 0x00006368u, 0x00000004u, 0x0000636bu, 0x00000006u, - 0x0000636eu, 0x000200f8u, 0x0000636eu, 0x000200f9u, 0x0000636fu, 0x000200f8u, 0x0000636bu, 0x00050041u, - 0x0000003eu, 0x00006da8u, 0x00006da0u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000636du, 0x00006da8u, - 0x000200f9u, 0x0000636fu, 0x000200f8u, 0x00006368u, 0x00050041u, 0x0000003eu, 0x00006da7u, 0x00006da3u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x0000636au, 0x00006da7u, 0x000200f9u, 0x0000636fu, 0x000200f8u, - 0x00006365u, 0x00050041u, 0x0000003eu, 0x00006da6u, 0x00006da2u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006367u, 0x00006da6u, 0x000200f9u, 0x0000636fu, 0x000200f8u, 0x00006362u, 0x00050041u, 0x0000003eu, - 0x00006da5u, 0x00006da1u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006364u, 0x00006da5u, 0x000200f9u, - 0x0000636fu, 0x000200f8u, 0x0000635fu, 0x00050041u, 0x0000003eu, 0x00006da4u, 0x00006d9fu, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006361u, 0x00006da4u, 0x000200f9u, 0x0000636fu, 0x000200f8u, 0x0000636fu, - 0x000f00f5u, 0x00000008u, 0x0000826cu, 0x00006361u, 0x0000635fu, 0x00006364u, 0x00006362u, 0x00006367u, - 0x00006365u, 0x0000636au, 0x00006368u, 0x0000636du, 0x0000636bu, 0x00001a5eu, 0x0000636eu, 0x00050051u, - 0x00000008u, 0x00006372u, 0x0000826bu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006373u, 0x0000826bu, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00006374u, 0x0000826bu, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00006375u, 0x00006372u, 0x00006373u, 0x00006374u, 0x0000826cu, 0x000600cau, 0x00000009u, 0x0000637du, - 0x00006342u, 0x00000205u, 0x00000266u, 0x00050082u, 0x00000009u, 0x0000639fu, 0x000062bbu, 0x0000afc4u, - 0x000600cau, 0x00000009u, 0x000063a0u, 0x0000639fu, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x000063a2u, 0x000063a0u, 0x0000afc4u, 0x00050082u, 0x00000009u, 0x000063a7u, 0x000062f5u, 0x0000afc4u, - 0x000600cau, 0x00000009u, 0x000063a8u, 0x000063a7u, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x000063aau, 0x000063a8u, 0x0000afc4u, 0x00050082u, 0x00000009u, 0x000063afu, 0x00006375u, 0x0000afc4u, - 0x000600cau, 0x00000009u, 0x000063b0u, 0x000063afu, 0x00000205u, 0x00000266u, 0x00050080u, 0x00000009u, - 0x000063b2u, 0x000063b0u, 0x0000afc4u, 0x00050082u, 0x00000009u, 0x00006386u, 0x000063a2u, 0x000063aau, - 0x00050084u, 0x00000009u, 0x00006388u, 0x00006386u, 0x0000637du, 0x00050080u, 0x00000009u, 0x0000638bu, - 0x00006388u, 0x0000afc4u, 0x000500c3u, 0x00000009u, 0x0000638eu, 0x0000638bu, 0x0000afcfu, 0x00050080u, - 0x00000009u, 0x0000639au, 0x0000638eu, 0x000063b2u, 0x00050082u, 0x00000009u, 0x000063b7u, 0x0000639au, - 0x0000afc4u, 0x000600cau, 0x00000009u, 0x000063b9u, 0x000063b7u, 0x00000205u, 0x00000266u, 0x00050080u, - 0x00000009u, 0x000063bcu, 0x000063b9u, 0x0000afc4u, 0x0008000cu, 0x00000009u, 0x000063beu, 0x00000001u, - 0x0000002du, 0x000063bcu, 0x00000613u, 0x00000b02u, 0x0003003eu, 0x0000623cu, 0x000063beu, 0x00050041u, - 0x0000003eu, 0x00006265u, 0x0000623cu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006266u, 0x00006265u, - 0x0004003du, 0x00000008u, 0x00006268u, 0x00006265u, 0x00050080u, 0x00000008u, 0x00006269u, 0x00006268u, - 0x00000214u, 0x000500c3u, 0x00000008u, 0x0000626au, 0x00006269u, 0x00000260u, 0x00050080u, 0x00000008u, - 0x0000626bu, 0x00006266u, 0x0000626au, 0x000300f7u, 0x00006278u, 0x00000000u, 0x000400fau, 0x0000222cu, - 0x0000626du, 0x00006275u, 0x000200f8u, 0x00006275u, 0x000500c4u, 0x00000008u, 0x00006277u, 0x000022d2u, - 0x00000220u, 0x000200f9u, 0x00006278u, 0x000200f8u, 0x0000626du, 0x00050084u, 0x00000008u, 0x00006270u, - 0x0000626bu, 0x000022d2u, 0x00050080u, 0x00000008u, 0x00006271u, 0x00006270u, 0x0000021du, 0x000500c3u, - 0x00000008u, 0x00006272u, 0x00006271u, 0x0000021au, 0x000500c3u, 0x00000008u, 0x00006274u, 0x00006272u, - 0x00000220u, 0x000200f9u, 0x00006278u, 0x000200f8u, 0x00006278u, 0x000700f5u, 0x00000008u, 0x00008279u, - 0x00006274u, 0x0000626du, 0x000022d2u, 0x00006275u, 0x000700f5u, 0x00000008u, 0x00008276u, 0x00006272u, - 0x0000626du, 0x00006277u, 0x00006275u, 0x000300f7u, 0x00006280u, 0x00000000u, 0x000400fau, 0x0000222fu, - 0x0000627au, 0x0000627cu, 0x000200f8u, 0x0000627cu, 0x00050080u, 0x00000008u, 0x0000627fu, 0x0000626bu, - 0x00007ed7u, 0x000200f9u, 0x00006280u, 0x000200f8u, 0x0000627au, 0x000200f9u, 0x00006280u, 0x000200f8u, - 0x00006280u, 0x000700f5u, 0x00000008u, 0x00008277u, 0x00008276u, 0x0000627au, 0x0000627fu, 0x0000627cu, - 0x0008000cu, 0x00000008u, 0x00006282u, 0x00000001u, 0x0000002du, 0x00008277u, 0x00000205u, 0x0000038du, - 0x0003003eu, 0x00006265u, 0x00006282u, 0x0004003du, 0x00000009u, 0x00006284u, 0x0000623cu, 0x0003003eu, - 0x000021bfu, 0x00006284u, 0x000200f9u, 0x00002410u, 0x000200f8u, 0x00002410u, 0x000700f5u, 0x00000008u, - 0x0000829cu, 0x0000823fu, 0x00006280u, 0x0000240fu, 0x0000641eu, 0x000700f5u, 0x00000008u, 0x0000827au, - 0x00008279u, 0x00006280u, 0x00008230u, 0x0000641eu, 0x000500aau, 0x0000005du, 0x00002413u, 0x0000827au, - 0x00000205u, 0x000500a7u, 0x0000005du, 0x00002414u, 0x0000223eu, 0x00002413u, 0x000300f7u, 0x00002416u, - 0x00000000u, 0x000400fau, 0x00002414u, 0x00002415u, 0x00002416u, 0x000200f8u, 0x00002415u, 0x000200f9u, - 0x00002435u, 0x000200f8u, 0x00002416u, 0x000300f7u, 0x00002425u, 0x00000000u, 0x000400fau, 0x0000224du, - 0x00002418u, 0x00002425u, 0x000200f8u, 0x00002418u, 0x000300f7u, 0x0000241fu, 0x00000000u, 0x000400fau, - 0x00002250u, 0x0000241au, 0x0000241cu, 0x000200f8u, 0x0000241cu, 0x00050041u, 0x0000003eu, 0x000070e0u, - 0x000070ddu, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000241eu, 0x000070e0u, 0x000200f9u, 0x0000241fu, - 0x000200f8u, 0x0000241au, 0x000500c7u, 0x00000008u, 0x00006565u, 0x00007dc9u, 0x0000038du, 0x000200f9u, - 0x0000241fu, 0x000200f8u, 0x0000241fu, 0x000700f5u, 0x00000008u, 0x000082a7u, 0x00006565u, 0x0000241au, - 0x0000241eu, 0x0000241cu, 0x000500b1u, 0x0000005du, 0x00002422u, 0x0000829cu, 0x000082a7u, 0x000300f7u, - 0x00002424u, 0x00000000u, 0x000400fau, 0x00002422u, 0x00002423u, 0x00002424u, 0x000200f8u, 0x00002423u, - 0x000200f9u, 0x00002435u, 0x000200f8u, 0x00002424u, 0x000200f9u, 0x00002425u, 0x000200f8u, 0x00002425u, - 0x0004003du, 0x00000009u, 0x00002426u, 0x000021bfu, 0x000500c4u, 0x00000008u, 0x00002429u, 0x00002c96u, - 0x00000266u, 0x000500c5u, 0x00000008u, 0x0000242bu, 0x00002429u, 0x00007eceu, 0x00050041u, 0x0000003eu, - 0x0000242fu, 0x00002154u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00002430u, 0x0000242fu, 0x00050080u, - 0x00000008u, 0x00002432u, 0x00002430u, 0x00007ed7u, 0x0007000cu, 0x00000008u, 0x00002433u, 0x00000001u, - 0x00000027u, 0x00002432u, 0x0000038du, 0x000200f9u, 0x00002435u, 0x000200f8u, 0x00002435u, 0x001900f5u, - 0x00000008u, 0x0000ac68u, 0x0000800au, 0x000021e4u, 0x0000800au, 0x00002203u, 0x0000800au, 0x00002289u, - 0x0000800au, 0x000022b4u, 0x0000800au, 0x000022b5u, 0x0000800au, 0x000022c3u, 0x0000800au, 0x000022cfu, - 0x0000800au, 0x000022dbu, 0x00007ffeu, 0x00002415u, 0x00007ffeu, 0x00002423u, 0x00007ffeu, 0x00002425u, - 0x001900f5u, 0x00000009u, 0x0000abd6u, 0x00007f53u, 0x000021e4u, 0x00007f53u, 0x00002203u, 0x00007f53u, - 0x00002289u, 0x00007f53u, 0x000022b4u, 0x00007f53u, 0x000022b5u, 0x00007f53u, 0x000022c3u, 0x00007f53u, - 0x000022cfu, 0x00007f53u, 0x000022dbu, 0x00007f44u, 0x00002415u, 0x00007f44u, 0x00002423u, 0x00007f44u, - 0x00002425u, 0x001900f5u, 0x00000008u, 0x0000ab64u, 0x00007dccu, 0x000021e4u, 0x00007dccu, 0x00002203u, - 0x00007dc9u, 0x00002289u, 0x00007dc9u, 0x000022b4u, 0x00007dc9u, 0x000022b5u, 0x00007dc9u, 0x000022c3u, - 0x00007dc9u, 0x000022cfu, 0x00007dc9u, 0x000022dbu, 0x00007dc9u, 0x00002415u, 0x00007dc9u, 0x00002423u, - 0x00007dc9u, 0x00002425u, 0x001900f5u, 0x00000009u, 0x0000aabcu, 0x00007bb3u, 0x000021e4u, 0x00007bb3u, - 0x00002203u, 0x00007bb3u, 0x00002289u, 0x00007bb3u, 0x000022b4u, 0x00007bb3u, 0x000022b5u, 0x00007bb3u, - 0x000022c3u, 0x00007bb3u, 0x000022cfu, 0x00007bb3u, 0x000022dbu, 0x0000ab04u, 0x00002415u, 0x0000ab04u, - 0x00002423u, 0x0000ab04u, 0x00002425u, 0x001900f5u, 0x00000009u, 0x0000aa15u, 0x00007ac1u, 0x000021e4u, - 0x00007ac1u, 0x00002203u, 0x00007ac1u, 0x00002289u, 0x00007ac1u, 0x000022b4u, 0x00007ac1u, 0x000022b5u, - 0x00007ac1u, 0x000022c3u, 0x00007ac1u, 0x000022cfu, 0x00007ac1u, 0x000022dbu, 0x0000aa5du, 0x00002415u, - 0x0000aa5du, 0x00002423u, 0x0000aa5du, 0x00002425u, 0x001900f5u, 0x00000009u, 0x0000a96eu, 0x000079cau, - 0x000021e4u, 0x000079cau, 0x00002203u, 0x000079cau, 0x00002289u, 0x000079cau, 0x000022b4u, 0x000079cau, - 0x000022b5u, 0x000079cau, 0x000022c3u, 0x000079cau, 0x000022cfu, 0x000079cau, 0x000022dbu, 0x0000a9b6u, - 0x00002415u, 0x0000a9b6u, 0x00002423u, 0x0000a9b6u, 0x00002425u, 0x001900f5u, 0x00000009u, 0x0000a8c7u, - 0x0000789du, 0x000021e4u, 0x0000789du, 0x00002203u, 0x0000789du, 0x00002289u, 0x0000789du, 0x000022b4u, - 0x0000789du, 0x000022b5u, 0x0000789du, 0x000022c3u, 0x0000789du, 0x000022cfu, 0x0000789du, 0x000022dbu, - 0x0000a90fu, 0x00002415u, 0x0000a90fu, 0x00002423u, 0x0000a90fu, 0x00002425u, 0x001900f5u, 0x00000009u, - 0x0000a835u, 0x0000780fu, 0x000021e4u, 0x0000780fu, 0x00002203u, 0x0000780fu, 0x00002289u, 0x0000780fu, - 0x000022b4u, 0x0000780fu, 0x000022b5u, 0x0000780fu, 0x000022c3u, 0x0000780fu, 0x000022cfu, 0x0000780fu, - 0x000022dbu, 0x00007802u, 0x00002415u, 0x00007802u, 0x00002423u, 0x00007802u, 0x00002425u, 0x001900f5u, - 0x00000009u, 0x0000a715u, 0x0000746eu, 0x000021e4u, 0x0000746eu, 0x00002203u, 0x0000746eu, 0x00002289u, - 0x0000746eu, 0x000022b4u, 0x0000746eu, 0x000022b5u, 0x0000746eu, 0x000022c3u, 0x0000746eu, 0x000022cfu, - 0x0000746eu, 0x000022dbu, 0x0000a75fu, 0x00002415u, 0x0000a75fu, 0x00002423u, 0x0000a75fu, 0x00002425u, - 0x001900f5u, 0x00000009u, 0x0000a5f6u, 0x000073f4u, 0x000021e4u, 0x000073f4u, 0x00002203u, 0x000073f4u, - 0x00002289u, 0x000073f4u, 0x000022b4u, 0x000073f4u, 0x000022b5u, 0x000073f4u, 0x000022c3u, 0x000073f4u, - 0x000022cfu, 0x000073f4u, 0x000022dbu, 0x0000a640u, 0x00002415u, 0x0000a640u, 0x00002423u, 0x0000a640u, - 0x00002425u, 0x001900f5u, 0x00000009u, 0x0000a4d7u, 0x00007375u, 0x000021e4u, 0x00007375u, 0x00002203u, - 0x00007375u, 0x00002289u, 0x00007375u, 0x000022b4u, 0x00007375u, 0x000022b5u, 0x00007375u, 0x000022c3u, - 0x00007375u, 0x000022cfu, 0x00007375u, 0x000022dbu, 0x0000a521u, 0x00002415u, 0x0000a521u, 0x00002423u, - 0x0000a521u, 0x00002425u, 0x001900f5u, 0x00000009u, 0x0000a3b8u, 0x000072bfu, 0x000021e4u, 0x000072bfu, - 0x00002203u, 0x000072bfu, 0x00002289u, 0x000072bfu, 0x000022b4u, 0x000072bfu, 0x000022b5u, 0x000072bfu, - 0x000022c3u, 0x000072bfu, 0x000022cfu, 0x000072bfu, 0x000022dbu, 0x0000a402u, 0x00002415u, 0x0000a402u, - 0x00002423u, 0x0000a402u, 0x00002425u, 0x001900f5u, 0x0000005fu, 0x0000a23bu, 0x00007228u, 0x000021e4u, - 0x00007228u, 0x00002203u, 0x00007228u, 0x00002289u, 0x00007228u, 0x000022b4u, 0x00007228u, 0x000022b5u, - 0x00007228u, 0x000022c3u, 0x00007228u, 0x000022cfu, 0x00007228u, 0x000022dbu, 0x0000721du, 0x00002415u, - 0x0000721du, 0x00002423u, 0x0000721du, 0x00002425u, 0x001900f5u, 0x0000005fu, 0x0000a0beu, 0x00007204u, - 0x000021e4u, 0x00007204u, 0x00002203u, 0x00007204u, 0x00002289u, 0x00007204u, 0x000022b4u, 0x00007204u, - 0x000022b5u, 0x00007204u, 0x000022c3u, 0x00007204u, 0x000022cfu, 0x00007204u, 0x000022dbu, 0x000071f9u, - 0x00002415u, 0x000071f9u, 0x00002423u, 0x000071f9u, 0x00002425u, 0x001900f5u, 0x0000003cu, 0x00009f35u, - 0x000071aau, 0x000021e4u, 0x000071aau, 0x00002203u, 0x000071aau, 0x00002289u, 0x000071aau, 0x000022b4u, - 0x000071aau, 0x000022b5u, 0x000071aau, 0x000022c3u, 0x000071aau, 0x000022cfu, 0x000071aau, 0x000022dbu, - 0x000071a4u, 0x00002415u, 0x000071a4u, 0x00002423u, 0x000071a4u, 0x00002425u, 0x001900f5u, 0x0000003cu, - 0x00009da3u, 0x0000719bu, 0x000021e4u, 0x0000719bu, 0x00002203u, 0x0000719bu, 0x00002289u, 0x0000719bu, - 0x000022b4u, 0x0000719bu, 0x000022b5u, 0x0000719bu, 0x000022c3u, 0x0000719bu, 0x000022cfu, 0x0000719bu, - 0x000022dbu, 0x00007195u, 0x00002415u, 0x00007195u, 0x00002423u, 0x00007195u, 0x00002425u, 0x001900f5u, - 0x00000009u, 0x000086b2u, 0x000086b4u, 0x000021e4u, 0x000086b4u, 0x00002203u, 0x000086b4u, 0x00002289u, - 0x000086b4u, 0x000022b4u, 0x000086b4u, 0x000022b5u, 0x000086b4u, 0x000022c3u, 0x000086b4u, 0x000022cfu, - 0x000086b4u, 0x000022dbu, 0x000086b4u, 0x00002415u, 0x000086b4u, 0x00002423u, 0x00002426u, 0x00002425u, - 0x001900f5u, 0x00000008u, 0x00008575u, 0x00008577u, 0x000021e4u, 0x00008577u, 0x00002203u, 0x00008577u, - 0x00002289u, 0x000082cdu, 0x000022b4u, 0x000082cdu, 0x000022b5u, 0x00008577u, 0x000022c3u, 0x00008577u, - 0x000022cfu, 0x00008577u, 0x000022dbu, 0x00008577u, 0x00002415u, 0x00008577u, 0x00002423u, 0x0000242bu, - 0x00002425u, 0x001900f5u, 0x00000008u, 0x00008438u, 0x0000843au, 0x000021e4u, 0x0000843au, 0x00002203u, - 0x0000843au, 0x00002289u, 0x0000037fu, 0x000022b4u, 0x0000037fu, 0x000022b5u, 0x00000624u, 0x000022c3u, - 0x0000843au, 0x000022cfu, 0x0000843au, 0x000022dbu, 0x0000843au, 0x00002415u, 0x0000843au, 0x00002423u, - 0x0000827au, 0x00002425u, 0x001900f5u, 0x00000008u, 0x000082d0u, 0x000082d2u, 0x000021e4u, 0x000082d2u, - 0x00002203u, 0x000082d2u, 0x00002289u, 0x000082d2u, 0x000022b4u, 0x000082d2u, 0x000022b5u, 0x000082d2u, - 0x000022c3u, 0x000082d2u, 0x000022cfu, 0x000082d2u, 0x000022dbu, 0x000082d2u, 0x00002415u, 0x000082d2u, - 0x00002423u, 0x00002433u, 0x00002425u, 0x001900f5u, 0x0000005du, 0x000082cfu, 0x00000545u, 0x000021e4u, - 0x00000545u, 0x00002203u, 0x00000545u, 0x00002289u, 0x00000545u, 0x000022b4u, 0x00000560u, 0x000022b5u, - 0x000022c4u, 0x000022c3u, 0x00000545u, 0x000022cfu, 0x00000545u, 0x000022dbu, 0x00000545u, 0x00002415u, - 0x00000545u, 0x00002423u, 0x00000560u, 0x00002425u, 0x000300f7u, 0x00001ff8u, 0x00000000u, 0x000400fau, - 0x000082cfu, 0x00001ff7u, 0x00001ff8u, 0x000200f8u, 0x00001ff7u, 0x000500c7u, 0x00000008u, 0x00001ffbu, - 0x00008438u, 0x00000624u, 0x000500abu, 0x0000005du, 0x00001ffcu, 0x00001ffbu, 0x00000205u, 0x000300f7u, - 0x00001ffeu, 0x00000000u, 0x000400fau, 0x00001ffcu, 0x00001ffdu, 0x00002004u, 0x000200f8u, 0x00002004u, - 0x000500c7u, 0x00000008u, 0x00002007u, 0x00008438u, 0x0000037fu, 0x000500abu, 0x0000005du, 0x00002008u, - 0x00002007u, 0x00000205u, 0x000300f7u, 0x0000200au, 0x00000000u, 0x000400fau, 0x00002008u, 0x00002009u, - 0x00002012u, 0x000200f8u, 0x00002012u, 0x000500c3u, 0x00000008u, 0x00006703u, 0x00008575u, 0x00000266u, - 0x000500c7u, 0x00000008u, 0x00006706u, 0x00008575u, 0x00000388u, 0x00080041u, 0x00000279u, 0x0000670eu, - 0x00000a23u, 0x00000205u, 0x00001fecu, 0x00000205u, 0x00000487u, 0x0004003du, 0x0000022bu, 0x0000670fu, - 0x0000670eu, 0x00040071u, 0x00000006u, 0x00006710u, 0x0000670fu, 0x00070041u, 0x00000236u, 0x000067cau, - 0x00000234u, 0x00000205u, 0x00001fecu, 0x00000260u, 0x0004003du, 0x0000022cu, 0x000067cbu, 0x000067cau, - 0x00040071u, 0x00000239u, 0x000067ccu, 0x000067cbu, 0x0004007cu, 0x00000009u, 0x000067cdu, 0x000067ccu, - 0x00070041u, 0x00000236u, 0x000067cfu, 0x00000234u, 0x00000205u, 0x00001fecu, 0x00000266u, 0x0004003du, - 0x0000022cu, 0x000067d0u, 0x000067cfu, 0x00040071u, 0x00000239u, 0x000067d1u, 0x000067d0u, 0x0004007cu, - 0x00000009u, 0x000067d2u, 0x000067d1u, 0x00070041u, 0x00000272u, 0x000067d7u, 0x00000234u, 0x00000205u, - 0x00001fecu, 0x00000271u, 0x0004003du, 0x0000022du, 0x000067d8u, 0x000067d7u, 0x00040071u, 0x00000006u, - 0x000067d9u, 0x000067d8u, 0x0004007cu, 0x00000008u, 0x000067dau, 0x000067d9u, 0x00070041u, 0x00000279u, - 0x000067dcu, 0x00000234u, 0x00000205u, 0x00001fecu, 0x00000278u, 0x0004003du, 0x0000022bu, 0x000067ddu, - 0x000067dcu, 0x00040071u, 0x00000006u, 0x000067deu, 0x000067ddu, 0x0004007cu, 0x00000008u, 0x000067dfu, - 0x000067deu, 0x00070041u, 0x00000236u, 0x000067edu, 0x000002b4u, 0x00000205u, 0x00006710u, 0x00000205u, - 0x0004003du, 0x0000022cu, 0x000067eeu, 0x000067edu, 0x00040071u, 0x00000239u, 0x000067efu, 0x000067eeu, - 0x0004007cu, 0x00000009u, 0x000067f0u, 0x000067efu, 0x00070041u, 0x00000236u, 0x000067f2u, 0x000002b4u, - 0x00000205u, 0x00006710u, 0x00000214u, 0x0004003du, 0x0000022cu, 0x000067f3u, 0x000067f2u, 0x00040071u, - 0x00000239u, 0x000067f4u, 0x000067f3u, 0x0004007cu, 0x00000009u, 0x000067f5u, 0x000067f4u, 0x00070041u, - 0x0000026du, 0x000067f7u, 0x000002b4u, 0x00000205u, 0x00006710u, 0x00000217u, 0x0004003du, 0x00000006u, - 0x000067f8u, 0x000067f7u, 0x00070041u, 0x00000279u, 0x000067fau, 0x000002b4u, 0x00000205u, 0x00006710u, - 0x0000021au, 0x0004003du, 0x0000022bu, 0x000067fbu, 0x000067fau, 0x00040071u, 0x00000006u, 0x000067fcu, - 0x000067fbu, 0x0004007cu, 0x00000008u, 0x000067fdu, 0x000067fcu, 0x00070041u, 0x00000279u, 0x000067ffu, - 0x000002b4u, 0x00000205u, 0x00006710u, 0x0000021du, 0x0004003du, 0x0000022bu, 0x00006800u, 0x000067ffu, - 0x00040071u, 0x00000006u, 0x00006801u, 0x00006800u, 0x0004007cu, 0x00000008u, 0x00006802u, 0x00006801u, - 0x000500c7u, 0x00000006u, 0x00006717u, 0x000067f8u, 0x0000035du, 0x000500abu, 0x0000005du, 0x00006718u, - 0x00006717u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000671bu, 0x000067f8u, 0x00000487u, 0x000500abu, - 0x0000005du, 0x0000671cu, 0x0000671bu, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000671fu, 0x000067f8u, - 0x000003c6u, 0x000500abu, 0x0000005du, 0x00006720u, 0x0000671fu, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x00006723u, 0x000067f8u, 0x00000379u, 0x000500abu, 0x0000005du, 0x00006724u, 0x00006723u, 0x00000376u, - 0x000500c7u, 0x00000006u, 0x00006727u, 0x000067f8u, 0x00000a49u, 0x000500abu, 0x0000005du, 0x00006728u, - 0x00006727u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000672bu, 0x000067f8u, 0x00000a4fu, 0x000500abu, - 0x0000005du, 0x0000672cu, 0x0000672bu, 0x00000376u, 0x000500c7u, 0x00000006u, 0x0000672fu, 0x000067f8u, - 0x00000a55u, 0x000500abu, 0x0000005du, 0x00006730u, 0x0000672fu, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x00006733u, 0x000067f8u, 0x00000a5bu, 0x000500abu, 0x0000005du, 0x00006734u, 0x00006733u, 0x00000376u, - 0x000300f7u, 0x0000680fu, 0x00000000u, 0x000400fau, 0x00006724u, 0x0000680au, 0x0000680eu, 0x000200f8u, - 0x0000680eu, 0x000200f9u, 0x0000680fu, 0x000200f8u, 0x0000680au, 0x00050041u, 0x0000003eu, 0x0000680bu, - 0x00000673u, 0x0000048du, 0x0004003du, 0x00000008u, 0x0000680cu, 0x0000680bu, 0x000500c7u, 0x00000008u, - 0x0000680du, 0x0000680cu, 0x0000093cu, 0x000200f9u, 0x0000680fu, 0x000200f8u, 0x0000680fu, 0x000700f5u, - 0x00000008u, 0x0000881au, 0x0000680du, 0x0000680au, 0x0000093cu, 0x0000680eu, 0x000300f7u, 0x00006820u, - 0x00000000u, 0x000d00fbu, 0x00000659u, 0x00006820u, 0x00000000u, 0x00006811u, 0x00000001u, 0x00006812u, - 0x00000002u, 0x00006815u, 0x00000003u, 0x0000681au, 0x00000004u, 0x0000681du, 0x000200f8u, 0x0000681du, - 0x0004003du, 0x00000009u, 0x0000681eu, 0x00000673u, 0x0008004fu, 0x0000003cu, 0x0000681fu, 0x0000681eu, - 0x0000681eu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006820u, 0x000200f8u, 0x0000681au, - 0x0004003du, 0x00000009u, 0x0000681bu, 0x00000673u, 0x0008004fu, 0x0000003cu, 0x0000681cu, 0x0000681bu, - 0x0000681bu, 0x00000000u, 0x00000000u, 0x00000000u, 0x000200f9u, 0x00006820u, 0x000200f8u, 0x00006815u, - 0x0004003du, 0x00000009u, 0x00006816u, 0x00000673u, 0x0008004fu, 0x0000003cu, 0x00006817u, 0x00006816u, - 0x00006816u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x0000003cu, 0x00006819u, 0x00006817u, - 0x0000afd6u, 0x000200f9u, 0x00006820u, 0x000200f8u, 0x00006812u, 0x0004003du, 0x00000009u, 0x00006813u, - 0x00000673u, 0x0008004fu, 0x0000003cu, 0x00006814u, 0x00006813u, 0x00006813u, 0x00000000u, 0x00000000u, - 0x00000000u, 0x000200f9u, 0x00006820u, 0x000200f8u, 0x00006811u, 0x000200f9u, 0x00006820u, 0x000200f8u, - 0x00006820u, 0x000f00f5u, 0x00000008u, 0x00008986u, 0x0000881au, 0x0000680fu, 0x0000093cu, 0x00006811u, - 0x0000093cu, 0x00006812u, 0x0000881au, 0x00006815u, 0x0000881au, 0x0000681au, 0x0000881au, 0x0000681du, - 0x000f00f5u, 0x0000003cu, 0x0000881bu, 0x0000881fu, 0x0000680fu, 0x00000947u, 0x00006811u, 0x00006814u, - 0x00006812u, 0x00006819u, 0x00006815u, 0x0000681cu, 0x0000681au, 0x0000681fu, 0x0000681du, 0x00050051u, - 0x00000008u, 0x00006823u, 0x0000881bu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00006824u, 0x0000881bu, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00006825u, 0x0000881bu, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00006826u, 0x00006823u, 0x00006824u, 0x00006825u, 0x00008986u, 0x0003003eu, 0x000066cfu, 0x00006826u, - 0x00050041u, 0x0000003eu, 0x00006737u, 0x000066cfu, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006738u, - 0x00006737u, 0x000500c3u, 0x00000008u, 0x00006739u, 0x00006738u, 0x00000220u, 0x00050080u, 0x00000008u, - 0x00006870u, 0x00008438u, 0x00006739u, 0x000500afu, 0x0000005du, 0x00006871u, 0x00006870u, 0x00000260u, - 0x000300f7u, 0x000068dbu, 0x00000000u, 0x000400fau, 0x0000671cu, 0x0000683du, 0x000068c7u, 0x000200f8u, - 0x000068c7u, 0x00050041u, 0x0000003eu, 0x000068c8u, 0x000066e3u, 0x00000376u, 0x0003003eu, 0x000068c8u, - 0x00000205u, 0x00050082u, 0x00000008u, 0x000068cau, 0x00000542u, 0x000067dfu, 0x0007000cu, 0x00000008u, - 0x000068cbu, 0x00000001u, 0x00000027u, 0x000068cau, 0x0000021du, 0x00050041u, 0x0000003eu, 0x000068ccu, - 0x000066e3u, 0x00000487u, 0x0003003eu, 0x000068ccu, 0x000068cbu, 0x000400a8u, 0x0000005du, 0x000068d2u, - 0x00006718u, 0x000300f7u, 0x000068d8u, 0x00000000u, 0x000400fau, 0x000068d2u, 0x000068d3u, 0x000068d8u, - 0x000200f8u, 0x000068d3u, 0x000400a8u, 0x0000005du, 0x000068d5u, 0x00006871u, 0x000500a7u, 0x0000005du, - 0x000068d7u, 0x000068d5u, 0x00006730u, 0x000200f9u, 0x000068d8u, 0x000200f8u, 0x000068d8u, 0x000700f5u, - 0x0000005du, 0x000068d9u, 0x00006718u, 0x000068c7u, 0x000068d7u, 0x000068d3u, 0x000200f9u, 0x000068dbu, - 0x000200f8u, 0x0000683du, 0x000500c3u, 0x00000008u, 0x000068e6u, 0x0000898bu, 0x00000271u, 0x000500c7u, - 0x00000008u, 0x000068e8u, 0x0000898bu, 0x0000040cu, 0x00050082u, 0x00000008u, 0x000068eau, 0x00000223u, - 0x000068e6u, 0x0007000cu, 0x00000008u, 0x000068ebu, 0x00000001u, 0x0000002au, 0x000068eau, 0x00000205u, - 0x000500c3u, 0x00000008u, 0x000068edu, 0x00000413u, 0x000068e6u, 0x00050082u, 0x00000008u, 0x000068eeu, - 0x00000413u, 0x000068edu, 0x000500c4u, 0x00000008u, 0x000068f1u, 0x000068e8u, 0x000068ebu, 0x00050080u, - 0x00000008u, 0x000068f3u, 0x000068f1u, 0x000068eeu, 0x000500c4u, 0x00000008u, 0x000068f7u, 0x00000214u, - 0x00008af2u, 0x000500c7u, 0x00000008u, 0x00006844u, 0x000068e6u, 0x00000542u, 0x00050082u, 0x00000008u, - 0x00006847u, 0x000067dfu, 0x00008af2u, 0x0008000cu, 0x00000008u, 0x00006848u, 0x00000001u, 0x0000002du, - 0x00006847u, 0x00000205u, 0x0000021du, 0x00050041u, 0x0000003eu, 0x00006849u, 0x000066e3u, 0x00000376u, - 0x0003003eu, 0x00006849u, 0x00006848u, 0x00050082u, 0x00000008u, 0x0000684cu, 0x00008af2u, 0x000067dfu, - 0x0008000cu, 0x00000008u, 0x0000684du, 0x00000001u, 0x0000002du, 0x0000684cu, 0x00000205u, 0x0000021du, - 0x00050041u, 0x0000003eu, 0x0000684eu, 0x000066e3u, 0x00000487u, 0x0003003eu, 0x0000684eu, 0x0000684du, - 0x000500b1u, 0x0000005du, 0x00006850u, 0x00006844u, 0x0000021au, 0x000300f7u, 0x0000685cu, 0x00000000u, - 0x000400fau, 0x00006850u, 0x00006851u, 0x0000685cu, 0x000200f8u, 0x00006851u, 0x000500abu, 0x0000005du, - 0x00006853u, 0x000068f7u, 0x00000555u, 0x000300f7u, 0x0000685bu, 0x00000000u, 0x000400fau, 0x00006853u, - 0x00006854u, 0x0000685au, 0x000200f8u, 0x0000685au, 0x000200f9u, 0x0000685bu, 0x000200f8u, 0x00006854u, - 0x000500c4u, 0x00000008u, 0x00006856u, 0x000068f7u, 0x00000214u, 0x000500c3u, 0x00000008u, 0x00006858u, - 0x0000055bu, 0x00006844u, 0x0007000cu, 0x00000008u, 0x00006859u, 0x00000001u, 0x0000002au, 0x00006856u, - 0x00006858u, 0x000200f9u, 0x0000685bu, 0x000200f8u, 0x0000685bu, 0x000700f5u, 0x00000008u, 0x00008c58u, - 0x00006859u, 0x00006854u, 0x00000561u, 0x0000685au, 0x000600a9u, 0x0000005du, 0x0000b185u, 0x00006853u, - 0x00000545u, 0x00000560u, 0x000200f9u, 0x0000685cu, 0x000200f8u, 0x0000685cu, 0x000700f5u, 0x0000005du, - 0x00008c5bu, 0x00000545u, 0x0000683du, 0x0000b185u, 0x0000685bu, 0x000700f5u, 0x00000008u, 0x00008c57u, - 0x000068f7u, 0x0000683du, 0x00008c58u, 0x0000685bu, 0x000500c5u, 0x00000008u, 0x0000685fu, 0x000067dau, - 0x00008c57u, 0x000500abu, 0x0000005du, 0x000068fbu, 0x0000685fu, 0x00000205u, 0x000300f7u, 0x00006900u, - 0x00000000u, 0x000400fau, 0x000068fbu, 0x000068fcu, 0x00006900u, 0x000200f8u, 0x000068fcu, 0x0006000cu, - 0x00000008u, 0x000068feu, 0x00000001u, 0x0000004au, 0x0000685fu, 0x000500c4u, 0x00000008u, 0x000068ffu, - 0x00000214u, 0x000068feu, 0x000200f9u, 0x00006900u, 0x000200f8u, 0x00006900u, 0x000700f5u, 0x00000008u, - 0x00008c59u, 0x0000685fu, 0x0000685cu, 0x000068ffu, 0x000068fcu, 0x000500c4u, 0x00000008u, 0x00006863u, - 0x00008c59u, 0x0000021au, 0x000400a8u, 0x0000005du, 0x00006865u, 0x00008c5bu, 0x000300f7u, 0x0000686cu, - 0x00000000u, 0x000400fau, 0x00006865u, 0x00006866u, 0x0000686cu, 0x000200f8u, 0x00006866u, 0x00050080u, - 0x00000008u, 0x00006869u, 0x00006703u, 0x00006863u, 0x000500afu, 0x0000005du, 0x0000686bu, 0x00006869u, - 0x000068f3u, 0x000200f9u, 0x0000686cu, 0x000200f8u, 0x0000686cu, 0x000700f5u, 0x0000005du, 0x0000686du, - 0x00008c5bu, 0x00006900u, 0x0000686bu, 0x00006866u, 0x000400a8u, 0x0000005du, 0x00006873u, 0x00006718u, - 0x000300f7u, 0x0000687bu, 0x00000000u, 0x000400fau, 0x00006873u, 0x00006874u, 0x0000687bu, 0x000200f8u, - 0x00006874u, 0x000400a8u, 0x0000005du, 0x00006876u, 0x00006871u, 0x000500a7u, 0x0000005du, 0x00006878u, - 0x00006876u, 0x00006730u, 0x000500a7u, 0x0000005du, 0x0000687au, 0x00006878u, 0x0000686du, 0x000200f9u, - 0x0000687bu, 0x000200f8u, 0x0000687bu, 0x000700f5u, 0x0000005du, 0x0000687cu, 0x00006718u, 0x0000686cu, - 0x0000687au, 0x00006874u, 0x000500aau, 0x0000005du, 0x0000687fu, 0x000068f3u, 0x0000041fu, 0x000500b1u, - 0x0000005du, 0x00006882u, 0x00006703u, 0x000068f3u, 0x00050082u, 0x00000008u, 0x00006885u, 0x00006703u, - 0x00006863u, 0x000500b3u, 0x0000005du, 0x00006889u, 0x00006885u, 0x000068f3u, 0x000500a6u, 0x0000005du, - 0x0000688au, 0x00008c5bu, 0x00006889u, 0x000300f7u, 0x000068c6u, 0x00000000u, 0x000b00fbu, 0x00006802u, - 0x000068c6u, 0x00000000u, 0x0000688cu, 0x00000001u, 0x00006896u, 0x00000002u, 0x000068bbu, 0x00000003u, - 0x000068bfu, 0x000200f8u, 0x000068bfu, 0x000500a7u, 0x0000005du, 0x000068c2u, 0x0000686du, 0x0000688au, - 0x000400a8u, 0x0000005du, 0x000068c4u, 0x0000687fu, 0x000500a7u, 0x0000005du, 0x000068c5u, 0x000068c2u, - 0x000068c4u, 0x000200f9u, 0x000068c6u, 0x000200f8u, 0x000068bbu, 0x000500a6u, 0x0000005du, 0x000068beu, - 0x00006882u, 0x0000687fu, 0x000200f9u, 0x000068c6u, 0x000200f8u, 0x00006896u, 0x000400a8u, 0x0000005du, - 0x00006898u, 0x00006882u, 0x000400a8u, 0x0000005du, 0x0000689au, 0x0000686du, 0x000500a6u, 0x0000005du, - 0x0000689bu, 0x00006898u, 0x0000689au, 0x000400a8u, 0x0000005du, 0x0000689du, 0x00006871u, 0x000500a6u, - 0x0000005du, 0x0000689eu, 0x0000689bu, 0x0000689du, 0x000300f7u, 0x000068bau, 0x00000000u, 0x000400fau, - 0x0000689eu, 0x0000689fu, 0x000068a9u, 0x000200f8u, 0x000068a9u, 0x000500c7u, 0x00000008u, 0x000068abu, - 0x00008c59u, 0x00000561u, 0x0006000cu, 0x00000008u, 0x00006905u, 0x00000001u, 0x0000004au, 0x000068abu, - 0x0007000cu, 0x00000008u, 0x00006906u, 0x00000001u, 0x0000002au, 0x00006905u, 0x00000205u, 0x000500c3u, - 0x00000008u, 0x000068afu, 0x000068f3u, 0x00006906u, 0x000500c3u, 0x00000008u, 0x000068b2u, 0x00006703u, - 0x00006906u, 0x00050082u, 0x00000008u, 0x000068b3u, 0x000068afu, 0x000068b2u, 0x000500c7u, 0x00000008u, - 0x000068b4u, 0x000068b3u, 0x00000542u, 0x00050084u, 0x00000008u, 0x000068b7u, 0x000068b4u, 0x00008438u, - 0x000500c3u, 0x00000008u, 0x000068b8u, 0x000068b7u, 0x0000021au, 0x0007000cu, 0x00000008u, 0x000068b9u, - 0x00000001u, 0x00000027u, 0x000068b8u, 0x00000260u, 0x000200f9u, 0x000068bau, 0x000200f8u, 0x0000689fu, - 0x000400a8u, 0x0000005du, 0x000068a1u, 0x0000687fu, 0x000300f7u, 0x000068a7u, 0x00000000u, 0x000400fau, - 0x000068a1u, 0x000068a2u, 0x000068a7u, 0x000200f8u, 0x000068a2u, 0x000600a9u, 0x0000005du, 0x000068a6u, - 0x00006871u, 0x00006882u, 0x0000688au, 0x000200f9u, 0x000068a7u, 0x000200f8u, 0x000068a7u, 0x000700f5u, - 0x0000005du, 0x000068a8u, 0x0000687fu, 0x0000689fu, 0x000068a6u, 0x000068a2u, 0x000200f9u, 0x000068bau, - 0x000200f8u, 0x000068bau, 0x000700f5u, 0x00000008u, 0x00008c6cu, 0x00008438u, 0x000068a7u, 0x000068b9u, - 0x000068a9u, 0x000700f5u, 0x0000005du, 0x00008c68u, 0x000068a8u, 0x000068a7u, 0x00000560u, 0x000068a9u, - 0x000200f9u, 0x000068c6u, 0x000200f8u, 0x0000688cu, 0x000400a8u, 0x0000005du, 0x0000688eu, 0x0000687fu, - 0x000300f7u, 0x00006894u, 0x00000000u, 0x000400fau, 0x0000688eu, 0x0000688fu, 0x00006894u, 0x000200f8u, - 0x0000688fu, 0x000600a9u, 0x0000005du, 0x00006893u, 0x00006871u, 0x00006882u, 0x0000688au, 0x000200f9u, - 0x00006894u, 0x000200f8u, 0x00006894u, 0x000700f5u, 0x0000005du, 0x00006895u, 0x0000687fu, 0x0000688cu, - 0x00006893u, 0x0000688fu, 0x000200f9u, 0x000068c6u, 0x000200f8u, 0x000068c6u, 0x000d00f5u, 0x00000008u, - 0x00008c6au, 0x00008438u, 0x0000687bu, 0x00008438u, 0x00006894u, 0x00008c6cu, 0x000068bau, 0x00008438u, - 0x000068bbu, 0x00008438u, 0x000068bfu, 0x000d00f5u, 0x0000005du, 0x00008c67u, 0x00000545u, 0x0000687bu, - 0x00006895u, 0x00006894u, 0x00008c68u, 0x000068bau, 0x000068beu, 0x000068bbu, 0x000068c5u, 0x000068bfu, - 0x000200f9u, 0x000068dbu, 0x000200f8u, 0x000068dbu, 0x000700f5u, 0x0000005du, 0x00008c6fu, 0x0000687cu, - 0x000068c6u, 0x000068d9u, 0x000068d8u, 0x000700f5u, 0x00000008u, 0x00008c69u, 0x00008c6au, 0x000068c6u, - 0x00008438u, 0x000068d8u, 0x000700f5u, 0x0000005du, 0x00008c66u, 0x00008c67u, 0x000068c6u, 0x00000560u, - 0x000068d8u, 0x0004003du, 0x0000005fu, 0x0000674cu, 0x000066e3u, 0x000300f7u, 0x00006754u, 0x00000000u, - 0x000400fau, 0x00008c66u, 0x0000674eu, 0x00006754u, 0x000200f8u, 0x0000674eu, 0x000400a8u, 0x0000005du, - 0x00006750u, 0x00006730u, 0x000500abu, 0x0000005du, 0x00006752u, 0x00008c69u, 0x00000205u, 0x000500a6u, - 0x0000005du, 0x00006753u, 0x00006750u, 0x00006752u, 0x000200f9u, 0x00006754u, 0x000200f8u, 0x00006754u, - 0x000700f5u, 0x0000005du, 0x00006755u, 0x00008c66u, 0x000068dbu, 0x00006753u, 0x0000674eu, 0x000300f7u, - 0x0000679eu, 0x00000000u, 0x000400fau, 0x00006755u, 0x00006756u, 0x0000679eu, 0x000200f8u, 0x00006756u, - 0x0003003eu, 0x00006cf3u, 0x000086b2u, 0x000300f7u, 0x00006773u, 0x00000000u, 0x000400fau, 0x0000672cu, - 0x00006762u, 0x00006773u, 0x000200f8u, 0x00006762u, 0x0004003du, 0x00000009u, 0x00006cfdu, 0x00006cf3u, - 0x0003003eu, 0x00006d0cu, 0x00006cfdu, 0x0003003eu, 0x00006d0du, 0x00006826u, 0x0003003eu, 0x00006d0eu, - 0x000067cdu, 0x0003003eu, 0x000066e7u, 0x000067f0u, 0x0003003eu, 0x000066ecu, 0x0000674cu, 0x00050041u, - 0x0000003eu, 0x00006912u, 0x000066e7u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006913u, 0x00006912u, - 0x000300f7u, 0x00006924u, 0x00000000u, 0x000b00fbu, 0x00006913u, 0x00006924u, 0x00000000u, 0x00006914u, - 0x00000001u, 0x00006918u, 0x00000002u, 0x0000691cu, 0x00000003u, 0x00006920u, 0x000200f8u, 0x00006920u, - 0x0008004fu, 0x0000003cu, 0x00006923u, 0x000067cdu, 0x000067cdu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006924u, 0x000200f8u, 0x0000691cu, 0x0008004fu, 0x0000003cu, 0x0000691fu, 0x000067d2u, - 0x000067d2u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006924u, 0x000200f8u, 0x00006918u, - 0x0008004fu, 0x0000003cu, 0x0000691bu, 0x00006826u, 0x00006826u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006924u, 0x000200f8u, 0x00006914u, 0x0008004fu, 0x0000003cu, 0x00006917u, 0x00006cfdu, - 0x00006cfdu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006924u, 0x000200f8u, 0x00006924u, - 0x000d00f5u, 0x0000003cu, 0x00008f80u, 0x00008f8cu, 0x00006762u, 0x00006917u, 0x00006914u, 0x0000691bu, - 0x00006918u, 0x0000691fu, 0x0000691cu, 0x00006923u, 0x00006920u, 0x00050041u, 0x0000003eu, 0x0000692fu, - 0x000066e7u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006930u, 0x0000692fu, 0x000300f7u, 0x00006941u, - 0x00000000u, 0x000b00fbu, 0x00006930u, 0x00006941u, 0x00000000u, 0x00006931u, 0x00000001u, 0x00006935u, - 0x00000002u, 0x00006939u, 0x00000003u, 0x0000693du, 0x000200f8u, 0x0000693du, 0x0008004fu, 0x0000003cu, - 0x00006940u, 0x000067cdu, 0x000067cdu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006941u, - 0x000200f8u, 0x00006939u, 0x0008004fu, 0x0000003cu, 0x0000693cu, 0x000067d2u, 0x000067d2u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006941u, 0x000200f8u, 0x00006935u, 0x0008004fu, 0x0000003cu, - 0x00006938u, 0x00006826u, 0x00006826u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006941u, - 0x000200f8u, 0x00006931u, 0x0008004fu, 0x0000003cu, 0x00006934u, 0x00006cfdu, 0x00006cfdu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006941u, 0x000200f8u, 0x00006941u, 0x000d00f5u, 0x0000003cu, - 0x0000afe0u, 0x0000afe9u, 0x00006924u, 0x00006940u, 0x0000693du, 0x0000693cu, 0x00006939u, 0x00006938u, - 0x00006935u, 0x00006934u, 0x00006931u, 0x00050041u, 0x0000003eu, 0x0000695du, 0x000066e7u, 0x00000487u, - 0x0004003du, 0x00000008u, 0x0000695eu, 0x0000695du, 0x000300f7u, 0x00006969u, 0x00000000u, 0x000b00fbu, - 0x0000695eu, 0x00006969u, 0x00000000u, 0x0000695fu, 0x00000001u, 0x00006962u, 0x00000002u, 0x00006965u, - 0x00000003u, 0x00006968u, 0x000200f8u, 0x00006968u, 0x000200f9u, 0x00006969u, 0x000200f8u, 0x00006965u, - 0x000200f9u, 0x00006969u, 0x000200f8u, 0x00006962u, 0x00050041u, 0x0000003eu, 0x00006d13u, 0x00006d0eu, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00006964u, 0x00006d13u, 0x000200f9u, 0x00006969u, 0x000200f8u, - 0x0000695fu, 0x00050041u, 0x0000003eu, 0x00006d12u, 0x00006d0cu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006961u, 0x00006d12u, 0x000200f9u, 0x00006969u, 0x000200f8u, 0x00006969u, 0x000d00f5u, 0x00000008u, - 0x00008c79u, 0x00008c89u, 0x00006941u, 0x00006961u, 0x0000695fu, 0x00006964u, 0x00006962u, 0x000082d0u, - 0x00006965u, 0x00000205u, 0x00006968u, 0x00050041u, 0x0000003eu, 0x0000696au, 0x000066e7u, 0x0000048du, - 0x0004003du, 0x00000008u, 0x0000696bu, 0x0000696au, 0x000300f7u, 0x00006975u, 0x00000000u, 0x000b00fbu, - 0x0000696bu, 0x00006975u, 0x00000000u, 0x0000696cu, 0x00000001u, 0x00006970u, 0x00000002u, 0x00006973u, - 0x00000003u, 0x00006974u, 0x000200f8u, 0x00006974u, 0x000200f9u, 0x00006975u, 0x000200f8u, 0x00006973u, - 0x000200f9u, 0x00006975u, 0x000200f8u, 0x00006970u, 0x00050041u, 0x0000003eu, 0x00006d14u, 0x00006d0du, - 0x0000048du, 0x0004003du, 0x00000008u, 0x00006972u, 0x00006d14u, 0x000200f9u, 0x00006975u, 0x000200f8u, - 0x0000696cu, 0x000400c8u, 0x00000008u, 0x0000696eu, 0x00008c79u, 0x000500c7u, 0x00000008u, 0x0000696fu, - 0x0000696eu, 0x0000038du, 0x000200f9u, 0x00006975u, 0x000200f8u, 0x00006975u, 0x000d00f5u, 0x00000008u, - 0x00008df9u, 0x00008e0au, 0x00006969u, 0x0000696fu, 0x0000696cu, 0x00006972u, 0x00006970u, 0x0000038du, - 0x00006973u, 0x00000205u, 0x00006974u, 0x000500c3u, 0x00000008u, 0x00006977u, 0x00008c79u, 0x0000021au, - 0x000500c3u, 0x00000008u, 0x00006979u, 0x00008df9u, 0x0000021au, 0x0004003du, 0x00000008u, 0x0000697bu, - 0x0000696au, 0x000500aau, 0x0000005du, 0x0000697cu, 0x0000697bu, 0x00000214u, 0x000300f7u, 0x00006988u, - 0x00000000u, 0x000400fau, 0x0000697cu, 0x0000697du, 0x00006988u, 0x000200f8u, 0x0000697du, 0x00050041u, - 0x0000003eu, 0x0000697fu, 0x000066ecu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006980u, 0x0000697fu, - 0x000500c3u, 0x00000008u, 0x00006981u, 0x00006977u, 0x00006980u, 0x000500c7u, 0x00000008u, 0x00006982u, - 0x00006981u, 0x000004cfu, 0x00050041u, 0x0000003eu, 0x00006984u, 0x000066ecu, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00006985u, 0x00006984u, 0x000500c3u, 0x00000008u, 0x00006986u, 0x00006979u, 0x00006985u, - 0x000500c5u, 0x00000008u, 0x00006987u, 0x00006986u, 0x0000021au, 0x000200f9u, 0x00006988u, 0x000200f8u, - 0x00006988u, 0x000700f5u, 0x00000008u, 0x000090fbu, 0x00006979u, 0x00006975u, 0x00006987u, 0x0000697du, - 0x000700f5u, 0x00000008u, 0x00008f79u, 0x00006977u, 0x00006975u, 0x00006982u, 0x0000697du, 0x00060050u, - 0x0000003cu, 0x0000698fu, 0x00008f79u, 0x00008f79u, 0x00008f79u, 0x00050084u, 0x0000003cu, 0x00006990u, - 0x0000afe0u, 0x0000698fu, 0x00050080u, 0x00000008u, 0x00006997u, 0x000090fbu, 0x00000214u, 0x00060050u, - 0x0000003cu, 0x00006998u, 0x00006997u, 0x00006997u, 0x00006997u, 0x00050084u, 0x0000003cu, 0x00006999u, - 0x00008f80u, 0x00006998u, 0x00050080u, 0x0000003cu, 0x0000699au, 0x00006990u, 0x00006999u, 0x000500c3u, - 0x0000003cu, 0x000069a2u, 0x0000699au, 0x0000afdau, 0x000500c7u, 0x0000003cu, 0x000069d5u, 0x000069a2u, - 0x0000039fu, 0x00050041u, 0x0000003eu, 0x00006d03u, 0x00006cf3u, 0x00000376u, 0x00050051u, 0x00000008u, - 0x0000676cu, 0x000069d5u, 0x00000000u, 0x0003003eu, 0x00006d03u, 0x0000676cu, 0x00050041u, 0x0000003eu, - 0x00006d04u, 0x00006cf3u, 0x00000487u, 0x00050051u, 0x00000008u, 0x0000676eu, 0x000069d5u, 0x00000001u, - 0x0003003eu, 0x00006d04u, 0x0000676eu, 0x00050041u, 0x0000003eu, 0x00006d05u, 0x00006cf3u, 0x000003c6u, - 0x00050051u, 0x00000008u, 0x00006770u, 0x000069d5u, 0x00000002u, 0x0003003eu, 0x00006d05u, 0x00006770u, - 0x000200f9u, 0x00006773u, 0x000200f8u, 0x00006773u, 0x000700f5u, 0x0000003cu, 0x0000b15bu, 0x0000afe9u, - 0x00006756u, 0x000069a2u, 0x00006988u, 0x000700f5u, 0x0000003cu, 0x0000af1au, 0x00008f8cu, 0x00006756u, - 0x00008f80u, 0x00006988u, 0x000700f5u, 0x00000008u, 0x0000aef2u, 0x00008e0au, 0x00006756u, 0x000090fbu, - 0x00006988u, 0x000700f5u, 0x00000008u, 0x0000aecau, 0x00008c89u, 0x00006756u, 0x00008f79u, 0x00006988u, - 0x00070050u, 0x000005fbu, 0x0000b186u, 0x0000672cu, 0x0000672cu, 0x0000672cu, 0x0000672cu, 0x000600a9u, - 0x00000009u, 0x0000b187u, 0x0000b186u, 0x000067f5u, 0x000067f0u, 0x0004003du, 0x00000009u, 0x00006d06u, - 0x00006cf3u, 0x0003003eu, 0x00006d1au, 0x00006d06u, 0x0003003eu, 0x00006d1bu, 0x00006826u, 0x0003003eu, - 0x00006d1cu, 0x000067cdu, 0x0003003eu, 0x000066f0u, 0x0000b187u, 0x0003003eu, 0x000066f5u, 0x0000674cu, - 0x000300f7u, 0x00006aa7u, 0x00000000u, 0x000300fbu, 0x00000376u, 0x000069e2u, 0x000200f8u, 0x000069e2u, - 0x00050041u, 0x0000003eu, 0x000069e3u, 0x000066f0u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x000069e4u, - 0x000069e3u, 0x000300f7u, 0x000069f5u, 0x00000000u, 0x000b00fbu, 0x000069e4u, 0x000069f5u, 0x00000000u, - 0x000069e5u, 0x00000001u, 0x000069e9u, 0x00000002u, 0x000069edu, 0x00000003u, 0x000069f1u, 0x000200f8u, - 0x000069f1u, 0x0008004fu, 0x0000003cu, 0x000069f4u, 0x000067cdu, 0x000067cdu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000069f5u, 0x000200f8u, 0x000069edu, 0x0008004fu, 0x0000003cu, 0x000069f0u, - 0x000067d2u, 0x000067d2u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000069f5u, 0x000200f8u, - 0x000069e9u, 0x0008004fu, 0x0000003cu, 0x000069ecu, 0x00006826u, 0x00006826u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000069f5u, 0x000200f8u, 0x000069e5u, 0x0008004fu, 0x0000003cu, 0x000069e8u, - 0x00006d06u, 0x00006d06u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000069f5u, 0x000200f8u, - 0x000069f5u, 0x000d00f5u, 0x0000003cu, 0x0000941fu, 0x0000942cu, 0x000069e2u, 0x000069e8u, 0x000069e5u, - 0x000069ecu, 0x000069e9u, 0x000069f0u, 0x000069edu, 0x000069f4u, 0x000069f1u, 0x000400a8u, 0x0000005du, - 0x000069fau, 0x00006871u, 0x000500a7u, 0x0000005du, 0x000069fbu, 0x00006728u, 0x000069fau, 0x000300f7u, - 0x000069feu, 0x00000000u, 0x000400fau, 0x000069fbu, 0x000069fcu, 0x000069feu, 0x000200f8u, 0x000069fcu, - 0x000200f9u, 0x00006aa7u, 0x000200f8u, 0x000069feu, 0x00050041u, 0x0000003eu, 0x00006a00u, 0x000066f0u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00006a01u, 0x00006a00u, 0x000300f7u, 0x00006a12u, 0x00000000u, - 0x000b00fbu, 0x00006a01u, 0x00006a12u, 0x00000000u, 0x00006a02u, 0x00000001u, 0x00006a06u, 0x00000002u, - 0x00006a0au, 0x00000003u, 0x00006a0eu, 0x000200f8u, 0x00006a0eu, 0x0008004fu, 0x0000003cu, 0x00006a11u, - 0x000067cdu, 0x000067cdu, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x000069dbu, 0x00006a11u, - 0x000200f9u, 0x00006a12u, 0x000200f8u, 0x00006a0au, 0x0008004fu, 0x0000003cu, 0x00006a0du, 0x000067d2u, - 0x000067d2u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x000069dbu, 0x00006a0du, 0x000200f9u, - 0x00006a12u, 0x000200f8u, 0x00006a06u, 0x0008004fu, 0x0000003cu, 0x00006a09u, 0x00006826u, 0x00006826u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x000069dbu, 0x00006a09u, 0x000200f9u, 0x00006a12u, - 0x000200f8u, 0x00006a02u, 0x0008004fu, 0x0000003cu, 0x00006a05u, 0x00006d06u, 0x00006d06u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0003003eu, 0x000069dbu, 0x00006a05u, 0x000200f9u, 0x00006a12u, 0x000200f8u, - 0x00006a12u, 0x000400a8u, 0x0000005du, 0x00006a16u, 0x00008c6fu, 0x000400a8u, 0x0000005du, 0x00006a17u, - 0x00006a16u, 0x000300f7u, 0x00006a28u, 0x00000000u, 0x000400fau, 0x00006a17u, 0x00006a18u, 0x00006a28u, - 0x000200f8u, 0x00006a18u, 0x00050041u, 0x0000003eu, 0x00006a19u, 0x000066f0u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00006a1au, 0x00006a19u, 0x000500aau, 0x0000005du, 0x00006a1bu, 0x00006a1au, 0x00000205u, - 0x000300f7u, 0x00006a20u, 0x00000000u, 0x000400fau, 0x00006a1bu, 0x00006a1cu, 0x00006a20u, 0x000200f8u, - 0x00006a1cu, 0x00050041u, 0x0000003eu, 0x00006a1du, 0x000066f0u, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006a1eu, 0x00006a1du, 0x000500aau, 0x0000005du, 0x00006a1fu, 0x00006a1eu, 0x00000205u, 0x000200f9u, - 0x00006a20u, 0x000200f8u, 0x00006a20u, 0x000700f5u, 0x0000005du, 0x00006a21u, 0x00006a1bu, 0x00006a18u, - 0x00006a1fu, 0x00006a1cu, 0x000300f7u, 0x00006a26u, 0x00000000u, 0x000400fau, 0x00006a21u, 0x00006a22u, - 0x00006a26u, 0x000200f8u, 0x00006a22u, 0x00050041u, 0x0000003eu, 0x00006d1fu, 0x00006d1au, 0x0000048du, - 0x0004003du, 0x00000008u, 0x00006a24u, 0x00006d1fu, 0x000500aau, 0x0000005du, 0x00006a25u, 0x00006a24u, - 0x0000038du, 0x000200f9u, 0x00006a26u, 0x000200f8u, 0x00006a26u, 0x000700f5u, 0x0000005du, 0x00006a27u, - 0x00006a21u, 0x00006a20u, 0x00006a25u, 0x00006a22u, 0x000200f9u, 0x00006a28u, 0x000200f8u, 0x00006a28u, - 0x000700f5u, 0x0000005du, 0x00006a29u, 0x00006a16u, 0x00006a12u, 0x00006a27u, 0x00006a26u, 0x000300f7u, - 0x00006a2cu, 0x00000000u, 0x000400fau, 0x00006a29u, 0x00006a2au, 0x00006a2cu, 0x000200f8u, 0x00006a2au, - 0x0004003du, 0x0000003cu, 0x00006a2bu, 0x000069dbu, 0x000200f9u, 0x00006aa7u, 0x000200f8u, 0x00006a2cu, - 0x00050041u, 0x0000003eu, 0x00006a2eu, 0x000066f0u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006a2fu, - 0x00006a2eu, 0x000300f7u, 0x00006a3au, 0x00000000u, 0x000b00fbu, 0x00006a2fu, 0x00006a3au, 0x00000000u, - 0x00006a30u, 0x00000001u, 0x00006a33u, 0x00000002u, 0x00006a36u, 0x00000003u, 0x00006a39u, 0x000200f8u, - 0x00006a39u, 0x000200f9u, 0x00006a3au, 0x000200f8u, 0x00006a36u, 0x000200f9u, 0x00006a3au, 0x000200f8u, - 0x00006a33u, 0x00050041u, 0x0000003eu, 0x00006d21u, 0x00006d1cu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006a35u, 0x00006d21u, 0x000200f9u, 0x00006a3au, 0x000200f8u, 0x00006a30u, 0x00050041u, 0x0000003eu, - 0x00006d20u, 0x00006d1au, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006a32u, 0x00006d20u, 0x000200f9u, - 0x00006a3au, 0x000200f8u, 0x00006a3au, 0x000d00f5u, 0x00000008u, 0x000090feu, 0x0000910fu, 0x00006a2cu, - 0x00006a32u, 0x00006a30u, 0x00006a35u, 0x00006a33u, 0x000082d0u, 0x00006a36u, 0x00000205u, 0x00006a39u, - 0x00050041u, 0x0000003eu, 0x00006a3bu, 0x000066f0u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006a3cu, - 0x00006a3bu, 0x000300f7u, 0x00006a46u, 0x00000000u, 0x000b00fbu, 0x00006a3cu, 0x00006a46u, 0x00000000u, - 0x00006a3du, 0x00000001u, 0x00006a41u, 0x00000002u, 0x00006a44u, 0x00000003u, 0x00006a45u, 0x000200f8u, - 0x00006a45u, 0x000200f9u, 0x00006a46u, 0x000200f8u, 0x00006a44u, 0x000200f9u, 0x00006a46u, 0x000200f8u, - 0x00006a41u, 0x00050041u, 0x0000003eu, 0x00006d22u, 0x00006d1bu, 0x0000048du, 0x0004003du, 0x00000008u, - 0x00006a43u, 0x00006d22u, 0x000200f9u, 0x00006a46u, 0x000200f8u, 0x00006a3du, 0x000400c8u, 0x00000008u, - 0x00006a3fu, 0x000090feu, 0x000500c7u, 0x00000008u, 0x00006a40u, 0x00006a3fu, 0x0000038du, 0x000200f9u, - 0x00006a46u, 0x000200f8u, 0x00006a46u, 0x000d00f5u, 0x00000008u, 0x0000928bu, 0x0000929du, 0x00006a3au, - 0x00006a40u, 0x00006a3du, 0x00006a43u, 0x00006a41u, 0x0000038du, 0x00006a44u, 0x00000205u, 0x00006a45u, - 0x000500c3u, 0x00000008u, 0x00006a48u, 0x000090feu, 0x0000021au, 0x000500c3u, 0x00000008u, 0x00006a4au, - 0x0000928bu, 0x0000021au, 0x0004003du, 0x00000008u, 0x00006a4cu, 0x00006a3bu, 0x000500aau, 0x0000005du, - 0x00006a4du, 0x00006a4cu, 0x00000214u, 0x000300f7u, 0x00006a59u, 0x00000000u, 0x000400fau, 0x00006a4du, - 0x00006a4eu, 0x00006a59u, 0x000200f8u, 0x00006a4eu, 0x00050041u, 0x0000003eu, 0x00006a50u, 0x000066f5u, - 0x00000376u, 0x0004003du, 0x00000008u, 0x00006a51u, 0x00006a50u, 0x000500c3u, 0x00000008u, 0x00006a52u, - 0x00006a48u, 0x00006a51u, 0x000500c7u, 0x00000008u, 0x00006a53u, 0x00006a52u, 0x000004cfu, 0x00050041u, - 0x0000003eu, 0x00006a55u, 0x000066f5u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006a56u, 0x00006a55u, - 0x000500c3u, 0x00000008u, 0x00006a57u, 0x00006a4au, 0x00006a56u, 0x000500c5u, 0x00000008u, 0x00006a58u, - 0x00006a57u, 0x0000021au, 0x000200f9u, 0x00006a59u, 0x000200f8u, 0x00006a59u, 0x000700f5u, 0x00000008u, - 0x000095a7u, 0x00006a4au, 0x00006a46u, 0x00006a58u, 0x00006a4eu, 0x000700f5u, 0x00000008u, 0x00009418u, - 0x00006a48u, 0x00006a46u, 0x00006a53u, 0x00006a4eu, 0x0004003du, 0x0000003cu, 0x00006a5au, 0x000069dbu, - 0x00060050u, 0x0000003cu, 0x00006a60u, 0x00009418u, 0x00009418u, 0x00009418u, 0x00050084u, 0x0000003cu, - 0x00006a61u, 0x00006a5au, 0x00006a60u, 0x00050080u, 0x00000008u, 0x00006a68u, 0x000095a7u, 0x00000214u, - 0x00060050u, 0x0000003cu, 0x00006a69u, 0x00006a68u, 0x00006a68u, 0x00006a68u, 0x00050084u, 0x0000003cu, - 0x00006a6au, 0x0000941fu, 0x00006a69u, 0x00050080u, 0x0000003cu, 0x00006a6bu, 0x00006a61u, 0x00006a6au, - 0x0003003eu, 0x000069deu, 0x00006a6bu, 0x000500a6u, 0x0000005du, 0x00006a6fu, 0x00000545u, 0x00006718u, - 0x000300f7u, 0x00006aa3u, 0x00000000u, 0x000400fau, 0x00006a6fu, 0x00006a70u, 0x00006a78u, 0x000200f8u, - 0x00006a78u, 0x000500c3u, 0x00000008u, 0x00006a7au, 0x00009418u, 0x00000217u, 0x000500c3u, 0x00000008u, - 0x00006a7cu, 0x000095a7u, 0x00000217u, 0x00050080u, 0x00000008u, 0x00006a7du, 0x00006a7au, 0x00006a7cu, - 0x00050080u, 0x00000008u, 0x00006a7eu, 0x00006a7du, 0x00000214u, 0x0004003du, 0x0000003cu, 0x00006a7fu, - 0x000069deu, 0x000500c3u, 0x0000003cu, 0x00006a81u, 0x00006a7fu, 0x0000afdbu, 0x000500c7u, 0x0000003cu, - 0x00006a84u, 0x00006a81u, 0x0000afdcu, 0x0003003eu, 0x000069deu, 0x00006a84u, 0x0004003du, 0x00000504u, - 0x00006a85u, 0x00000506u, 0x000500c4u, 0x00000008u, 0x00006a87u, 0x00006a7eu, 0x00000271u, 0x00050041u, - 0x0000003eu, 0x00006a88u, 0x000069deu, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006a89u, 0x00006a88u, - 0x000500c5u, 0x00000008u, 0x00006a8au, 0x00006a87u, 0x00006a89u, 0x0005005fu, 0x00000239u, 0x00006a8bu, - 0x00006a85u, 0x00006a8au, 0x00050051u, 0x00000006u, 0x00006a8cu, 0x00006a8bu, 0x00000000u, 0x0004007cu, - 0x00000008u, 0x00006a8du, 0x00006a8cu, 0x00050041u, 0x0000003eu, 0x00006a8eu, 0x000069dbu, 0x00000376u, - 0x0003003eu, 0x00006a8eu, 0x00006a8du, 0x00050041u, 0x0000003eu, 0x00006a92u, 0x000069deu, 0x00000487u, - 0x0004003du, 0x00000008u, 0x00006a93u, 0x00006a92u, 0x000500c5u, 0x00000008u, 0x00006a94u, 0x00006a87u, - 0x00006a93u, 0x0005005fu, 0x00000239u, 0x00006a95u, 0x00006a85u, 0x00006a94u, 0x00050051u, 0x00000006u, - 0x00006a96u, 0x00006a95u, 0x00000000u, 0x0004007cu, 0x00000008u, 0x00006a97u, 0x00006a96u, 0x00050041u, - 0x0000003eu, 0x00006a98u, 0x000069dbu, 0x00000487u, 0x0003003eu, 0x00006a98u, 0x00006a97u, 0x00050041u, - 0x0000003eu, 0x00006a9cu, 0x000069deu, 0x000003c6u, 0x0004003du, 0x00000008u, 0x00006a9du, 0x00006a9cu, - 0x000500c5u, 0x00000008u, 0x00006a9eu, 0x00006a87u, 0x00006a9du, 0x0005005fu, 0x00000239u, 0x00006a9fu, - 0x00006a85u, 0x00006a9eu, 0x00050051u, 0x00000006u, 0x00006aa0u, 0x00006a9fu, 0x00000000u, 0x0004007cu, - 0x00000008u, 0x00006aa1u, 0x00006aa0u, 0x00050041u, 0x0000003eu, 0x00006aa2u, 0x000069dbu, 0x000003c6u, - 0x0003003eu, 0x00006aa2u, 0x00006aa1u, 0x000200f9u, 0x00006aa3u, 0x000200f8u, 0x00006a70u, 0x0004003du, - 0x0000003cu, 0x00006a71u, 0x000069deu, 0x000500c3u, 0x0000003cu, 0x00006a73u, 0x00006a71u, 0x0000afdau, - 0x0003003eu, 0x000069dbu, 0x00006a73u, 0x000200f9u, 0x00006aa3u, 0x000200f8u, 0x00006aa3u, 0x0004003du, - 0x0000003cu, 0x00006aa4u, 0x000069dbu, 0x000500c7u, 0x0000003cu, 0x00006aa6u, 0x00006aa4u, 0x0000039fu, - 0x000200f9u, 0x00006aa7u, 0x000200f8u, 0x00006aa7u, 0x000900f5u, 0x00000008u, 0x0000af5bu, 0x0000929du, - 0x000069fcu, 0x0000929du, 0x00006a2au, 0x000095a7u, 0x00006aa3u, 0x000900f5u, 0x00000008u, 0x0000af40u, - 0x0000910fu, 0x000069fcu, 0x0000910fu, 0x00006a2au, 0x00009418u, 0x00006aa3u, 0x000900f5u, 0x0000003cu, - 0x000095a8u, 0x0000941fu, 0x000069fcu, 0x00006a2bu, 0x00006a2au, 0x00006aa6u, 0x00006aa3u, 0x000300f7u, - 0x00006781u, 0x00000000u, 0x000400fau, 0x00006734u, 0x0000677du, 0x00006781u, 0x000200f8u, 0x0000677du, - 0x00060050u, 0x0000003cu, 0x00006ab0u, 0x00006706u, 0x00006706u, 0x00006706u, 0x000500c3u, 0x0000003cu, - 0x00006ab1u, 0x00006ab0u, 0x00000394u, 0x000500c7u, 0x0000003cu, 0x00006ab3u, 0x00006ab1u, 0x0000afd7u, - 0x000500c7u, 0x0000003cu, 0x00006ab6u, 0x000095a8u, 0x0000afd6u, 0x00050080u, 0x0000003cu, 0x00006ab8u, - 0x00006ab6u, 0x0000afd8u, 0x000500adu, 0x000003a3u, 0x00006abau, 0x000095a8u, 0x000003a2u, 0x000600a9u, - 0x0000003cu, 0x00006abbu, 0x00006abau, 0x0000039fu, 0x00006ab8u, 0x000500c7u, 0x0000003cu, 0x00006abfu, - 0x000095a8u, 0x0000afd7u, 0x00050082u, 0x0000003cu, 0x00006ac0u, 0x00006ab3u, 0x00006abfu, 0x000500c3u, - 0x0000003cu, 0x00006ac2u, 0x00006ac0u, 0x0000afd9u, 0x00050082u, 0x0000003cu, 0x00006ac5u, 0x00006abbu, - 0x000095a8u, 0x000500c7u, 0x0000003cu, 0x00006ac9u, 0x00006ac5u, 0x00006ac2u, 0x00050080u, 0x0000003cu, - 0x00006acau, 0x000095a8u, 0x00006ac9u, 0x000500c7u, 0x0000003cu, 0x00006acdu, 0x00006acau, 0x0000039fu, - 0x000200f9u, 0x00006781u, 0x000200f8u, 0x00006781u, 0x000700f5u, 0x0000003cu, 0x000095c7u, 0x000095a8u, - 0x00006aa7u, 0x00006acdu, 0x0000677du, 0x000300f7u, 0x00006aeau, 0x00000000u, 0x000b00fbu, 0x000067fdu, - 0x00006aeau, 0x00000000u, 0x00006ad6u, 0x00000001u, 0x00006ae2u, 0x00000002u, 0x00006ae7u, 0x00000003u, - 0x00006ae8u, 0x000200f8u, 0x00006ae8u, 0x000200f9u, 0x00006aeau, 0x000200f8u, 0x00006ae7u, 0x000200f9u, - 0x00006aeau, 0x000200f8u, 0x00006ae2u, 0x00050080u, 0x00000008u, 0x00006ae5u, 0x00008c69u, 0x00006739u, - 0x000500c7u, 0x00000008u, 0x00006ae6u, 0x00006ae5u, 0x00000226u, 0x000200f9u, 0x00006aeau, 0x000200f8u, - 0x00006ad6u, 0x000300f7u, 0x00006ae1u, 0x00000000u, 0x000400fau, 0x00008c6fu, 0x00006ad8u, 0x00006addu, - 0x000200f8u, 0x00006addu, 0x00050082u, 0x00000008u, 0x00006adfu, 0x00008c69u, 0x00000214u, 0x000500c7u, - 0x00000008u, 0x00006ae0u, 0x00006adfu, 0x00000226u, 0x000200f9u, 0x00006ae1u, 0x000200f8u, 0x00006ad8u, - 0x00050080u, 0x00000008u, 0x00006adbu, 0x00006739u, 0x00008c69u, 0x0007000cu, 0x00000008u, 0x00006adcu, - 0x00000001u, 0x00000027u, 0x00000226u, 0x00006adbu, 0x000200f9u, 0x00006ae1u, 0x000200f8u, 0x00006ae1u, - 0x000700f5u, 0x00000008u, 0x000095c5u, 0x00006adcu, 0x00006ad8u, 0x00006ae0u, 0x00006addu, 0x000200f9u, - 0x00006aeau, 0x000200f8u, 0x00006aeau, 0x000d00f5u, 0x00000008u, 0x000095c4u, 0x00000205u, 0x00006781u, - 0x000095c5u, 0x00006ae1u, 0x00006ae6u, 0x00006ae2u, 0x00000226u, 0x00006ae7u, 0x00006739u, 0x00006ae8u, - 0x000500c4u, 0x00000008u, 0x0000678au, 0x000095c4u, 0x00000220u, 0x00050051u, 0x00000008u, 0x0000678bu, - 0x000095c7u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000678cu, 0x000095c7u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x0000678du, 0x000095c7u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000678eu, 0x0000678bu, - 0x0000678cu, 0x0000678du, 0x0000678au, 0x000300f7u, 0x00006af8u, 0x00000000u, 0x000400fau, 0x00000960u, - 0x00006aedu, 0x00006af6u, 0x000200f8u, 0x00006af6u, 0x0003003eu, 0x00000673u, 0x0000678eu, 0x000200f9u, - 0x00006af8u, 0x000200f8u, 0x00006aedu, 0x00050041u, 0x0000003eu, 0x00006af0u, 0x00000673u, 0x00000376u, - 0x0003003eu, 0x00006af0u, 0x0000678bu, 0x00050041u, 0x0000003eu, 0x00006af2u, 0x00000673u, 0x00000487u, - 0x0003003eu, 0x00006af2u, 0x0000678cu, 0x00050041u, 0x0000003eu, 0x00006af4u, 0x00000673u, 0x000003c6u, - 0x0003003eu, 0x00006af4u, 0x0000678du, 0x000200f9u, 0x00006af8u, 0x000200f8u, 0x00006af8u, 0x000300f7u, - 0x0000679du, 0x00000000u, 0x000400fau, 0x00006720u, 0x00006791u, 0x00006799u, 0x000200f8u, 0x00006799u, - 0x000300f7u, 0x0000679cu, 0x00000000u, 0x000400fau, 0x00000856u, 0x0000679au, 0x0000679cu, 0x000200f8u, - 0x0000679au, 0x000300f7u, 0x00006b73u, 0x00000000u, 0x000700fbu, 0x00000659u, 0x00006b73u, 0x00000002u, - 0x00006b40u, 0x00000003u, 0x00006b5du, 0x000200f8u, 0x00006b5du, 0x0004003du, 0x00000009u, 0x00006b5eu, - 0x00000673u, 0x0007004fu, 0x0000005fu, 0x00006b5fu, 0x00006b5eu, 0x00006b5eu, 0x00000000u, 0x00000003u, - 0x0004007cu, 0x000000a2u, 0x00006b60u, 0x00006b5fu, 0x0003003eu, 0x00006b3cu, 0x00006b60u, 0x00050041u, - 0x00000007u, 0x00006b61u, 0x00006b3cu, 0x00000376u, 0x0004003du, 0x00000006u, 0x00006b62u, 0x00006b61u, - 0x000500c4u, 0x00000006u, 0x00006b63u, 0x00006b62u, 0x0000035du, 0x00050041u, 0x00000007u, 0x00006b64u, - 0x00006b3cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00006b65u, 0x00006b64u, 0x000500c5u, 0x00000006u, - 0x00006b66u, 0x00006b63u, 0x00006b65u, 0x000500c7u, 0x00000006u, 0x00006b68u, 0x00006b66u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x00006b69u, 0x00006b68u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00006b6bu, - 0x00006b66u, 0x000003c6u, 0x0004007cu, 0x00000008u, 0x00006b6cu, 0x00006b6bu, 0x000500c7u, 0x00000006u, - 0x00006b6eu, 0x00006b66u, 0x0000048du, 0x000500c4u, 0x00000006u, 0x00006b6fu, 0x00006b6eu, 0x000003c6u, - 0x000500c5u, 0x00000006u, 0x00006b71u, 0x00006b6fu, 0x00006b69u, 0x0004007cu, 0x00000008u, 0x00006b72u, - 0x00006b71u, 0x000200f9u, 0x00006b73u, 0x000200f8u, 0x00006b40u, 0x00050041u, 0x0000003eu, 0x00006b41u, - 0x00000673u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006b42u, 0x00006b41u, 0x000500c3u, 0x00000008u, - 0x00006b43u, 0x00006b42u, 0x0000021au, 0x00050041u, 0x0000003eu, 0x00006b44u, 0x00000673u, 0x000003c6u, - 0x0004003du, 0x00000008u, 0x00006b45u, 0x00006b44u, 0x000500c7u, 0x00000008u, 0x00006b46u, 0x00006b45u, - 0x00000260u, 0x000500c5u, 0x00000008u, 0x00006b47u, 0x00006b43u, 0x00006b46u, 0x00050041u, 0x0000003eu, - 0x00006b48u, 0x00000673u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006b49u, 0x00006b48u, 0x0004007cu, - 0x00000006u, 0x00006b4au, 0x00006b49u, 0x000500c7u, 0x00000006u, 0x00006b4bu, 0x00006b4au, 0x0000069du, - 0x000500c4u, 0x00000006u, 0x00006b4cu, 0x00006b4bu, 0x000006f6u, 0x00050041u, 0x0000003eu, 0x00006b4du, - 0x00000673u, 0x00000487u, 0x0004003du, 0x00000008u, 0x00006b4eu, 0x00006b4du, 0x0004007cu, 0x00000006u, - 0x00006b4fu, 0x00006b4eu, 0x000500c7u, 0x00000006u, 0x00006b50u, 0x00006b4fu, 0x0000069du, 0x000500c4u, - 0x00000006u, 0x00006b51u, 0x00006b50u, 0x00000487u, 0x000500c5u, 0x00000006u, 0x00006b53u, 0x00006b4cu, - 0x00006b51u, 0x0004003du, 0x00000008u, 0x00006b55u, 0x00006b44u, 0x0004007cu, 0x00000006u, 0x00006b56u, - 0x00006b55u, 0x000500c7u, 0x00000006u, 0x00006b57u, 0x00006b56u, 0x0000069du, 0x000500c2u, 0x00000006u, - 0x00006b58u, 0x00006b57u, 0x00000703u, 0x000500c5u, 0x00000006u, 0x00006b5au, 0x00006b53u, 0x00006b58u, - 0x0004007cu, 0x00000008u, 0x00006b5cu, 0x00006b5au, 0x000200f9u, 0x00006b73u, 0x000200f8u, 0x00006b73u, - 0x000900f5u, 0x00000008u, 0x0000aeb2u, 0x00008af2u, 0x0000679au, 0x00006b47u, 0x00006b40u, 0x00006b72u, - 0x00006b5du, 0x000900f5u, 0x00000008u, 0x0000ae74u, 0x0000898bu, 0x0000679au, 0x00006b5cu, 0x00006b40u, - 0x00006b6cu, 0x00006b5du, 0x000200f9u, 0x0000679cu, 0x000200f8u, 0x0000679cu, 0x000700f5u, 0x00000008u, - 0x0000ae94u, 0x00008af2u, 0x00006799u, 0x0000aeb2u, 0x00006b73u, 0x000700f5u, 0x00000008u, 0x0000ae56u, - 0x0000898bu, 0x00006799u, 0x0000ae74u, 0x00006b73u, 0x000200f9u, 0x0000679du, 0x000200f8u, 0x00006791u, - 0x00050082u, 0x00000008u, 0x00006b00u, 0x0000041fu, 0x00006703u, 0x0007000cu, 0x00000008u, 0x00006b01u, - 0x00000001u, 0x0000002au, 0x00006b00u, 0x00000214u, 0x0006000cu, 0x00000008u, 0x00006b03u, 0x00000001u, - 0x0000004au, 0x00006b01u, 0x00050082u, 0x00000008u, 0x00006b04u, 0x00000424u, 0x00006b03u, 0x0008000cu, - 0x00000008u, 0x00006b06u, 0x00000001u, 0x0000002du, 0x00006b04u, 0x00000205u, 0x00000226u, 0x00050082u, - 0x00000008u, 0x00006b08u, 0x00000223u, 0x00006b06u, 0x0007000cu, 0x00000008u, 0x00006b09u, 0x00000001u, - 0x0000002au, 0x00006b08u, 0x00000205u, 0x000500c3u, 0x00000008u, 0x00006b0cu, 0x00006703u, 0x00006b09u, - 0x000500c7u, 0x00000008u, 0x00006b0du, 0x00006b0cu, 0x0000040cu, 0x000500c4u, 0x00000008u, 0x00006b0fu, - 0x00006b06u, 0x00000271u, 0x00050080u, 0x00000008u, 0x00006b11u, 0x00006b0fu, 0x00006b0du, 0x000300f7u, - 0x00006798u, 0x00000000u, 0x000400fau, 0x00000856u, 0x00006796u, 0x00006798u, 0x000200f8u, 0x00006796u, - 0x0004007cu, 0x00000006u, 0x00006b15u, 0x00006b11u, 0x000500c4u, 0x00000006u, 0x00006b16u, 0x00006b15u, - 0x00000703u, 0x0004007cu, 0x00000006u, 0x00006b18u, 0x000067dfu, 0x000500c5u, 0x00000006u, 0x00006b19u, - 0x00006b16u, 0x00006b18u, 0x000300f7u, 0x00006b3au, 0x00000000u, 0x000700fbu, 0x00000659u, 0x00006b3au, - 0x00000002u, 0x00006b1au, 0x00000003u, 0x00006b2fu, 0x000200f8u, 0x00006b2fu, 0x000500c2u, 0x00000006u, - 0x00006b31u, 0x00006b19u, 0x00000730u, 0x000500c7u, 0x00000006u, 0x00006b32u, 0x00006b31u, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x00006b33u, 0x00006b32u, 0x00050041u, 0x0000003eu, 0x00006b34u, 0x00000673u, - 0x00000376u, 0x0003003eu, 0x00006b34u, 0x00006b33u, 0x000500c2u, 0x00000006u, 0x00006b36u, 0x00006b19u, - 0x000003c6u, 0x000500c7u, 0x00000006u, 0x00006b37u, 0x00006b36u, 0x000006c4u, 0x0004007cu, 0x00000008u, - 0x00006b38u, 0x00006b37u, 0x00050041u, 0x0000003eu, 0x00006b39u, 0x00000673u, 0x0000048du, 0x0003003eu, - 0x00006b39u, 0x00006b38u, 0x000200f9u, 0x00006b3au, 0x000200f8u, 0x00006b1au, 0x000500c2u, 0x00000006u, - 0x00006b1cu, 0x00006b19u, 0x00000730u, 0x000500c7u, 0x00000006u, 0x00006b1du, 0x00006b1cu, 0x0000069du, - 0x0004007cu, 0x00000008u, 0x00006b1eu, 0x00006b1du, 0x00050041u, 0x0000003eu, 0x00006b1fu, 0x00000673u, - 0x00000376u, 0x0003003eu, 0x00006b1fu, 0x00006b1eu, 0x000500c2u, 0x00000006u, 0x00006b21u, 0x00006b19u, - 0x00000736u, 0x000500c7u, 0x00000006u, 0x00006b22u, 0x00006b21u, 0x0000069du, 0x0004007cu, 0x00000008u, - 0x00006b23u, 0x00006b22u, 0x00050041u, 0x0000003eu, 0x00006b24u, 0x00000673u, 0x00000487u, 0x0003003eu, - 0x00006b24u, 0x00006b23u, 0x000500c2u, 0x00000006u, 0x00006b26u, 0x00006b19u, 0x00000376u, 0x000500c7u, - 0x00000006u, 0x00006b27u, 0x00006b26u, 0x0000069du, 0x0004007cu, 0x00000008u, 0x00006b28u, 0x00006b27u, - 0x00050041u, 0x0000003eu, 0x00006b29u, 0x00000673u, 0x000003c6u, 0x0003003eu, 0x00006b29u, 0x00006b28u, - 0x000500c7u, 0x00000006u, 0x00006b2bu, 0x00006b19u, 0x00000741u, 0x000500c4u, 0x00000006u, 0x00006b2cu, - 0x00006b2bu, 0x00000736u, 0x0004007cu, 0x00000008u, 0x00006b2du, 0x00006b2cu, 0x00050041u, 0x0000003eu, - 0x00006b2eu, 0x00000673u, 0x0000048du, 0x0003003eu, 0x00006b2eu, 0x00006b2du, 0x000200f9u, 0x00006b3au, - 0x000200f8u, 0x00006b3au, 0x000200f9u, 0x00006798u, 0x000200f8u, 0x00006798u, 0x000200f9u, 0x0000679du, - 0x000200f8u, 0x0000679du, 0x000700f5u, 0x00000008u, 0x0000ae91u, 0x000067dfu, 0x00006798u, 0x0000ae94u, - 0x0000679cu, 0x000700f5u, 0x00000008u, 0x0000ae53u, 0x00006b11u, 0x00006798u, 0x0000ae56u, 0x0000679cu, - 0x000600a9u, 0x0000005du, 0x0000b188u, 0x00006720u, 0x00000560u, 0x00009a59u, 0x000200f9u, 0x0000679eu, - 0x000200f8u, 0x0000679eu, 0x000700f5u, 0x0000003cu, 0x0000b153u, 0x0000afe9u, 0x00006754u, 0x0000b15bu, - 0x0000679du, 0x000700f5u, 0x0000003cu, 0x0000af70u, 0x0000942cu, 0x00006754u, 0x0000941fu, 0x0000679du, - 0x000700f5u, 0x00000008u, 0x0000af55u, 0x0000929du, 0x00006754u, 0x0000af5bu, 0x0000679du, 0x000700f5u, - 0x00000008u, 0x0000af3au, 0x0000910fu, 0x00006754u, 0x0000af40u, 0x0000679du, 0x000700f5u, 0x0000003cu, - 0x0000af12u, 0x00008f8cu, 0x00006754u, 0x0000af1au, 0x0000679du, 0x000700f5u, 0x00000008u, 0x0000aeeau, - 0x00008e0au, 0x00006754u, 0x0000aef2u, 0x0000679du, 0x000700f5u, 0x00000008u, 0x0000aec2u, 0x00008c89u, - 0x00006754u, 0x0000aecau, 0x0000679du, 0x000700f5u, 0x00000008u, 0x0000ae84u, 0x00008af2u, 0x00006754u, - 0x0000ae91u, 0x0000679du, 0x000700f5u, 0x00000008u, 0x0000ae46u, 0x0000898bu, 0x00006754u, 0x0000ae53u, - 0x0000679du, 0x000700f5u, 0x0000005du, 0x00009bcdu, 0x00009a59u, 0x00006754u, 0x0000b188u, 0x0000679du, - 0x000600a9u, 0x0000005du, 0x0000b189u, 0x00006755u, 0x00000560u, 0x000098d8u, 0x000200f9u, 0x0000200au, - 0x000200f8u, 0x00002009u, 0x0004007cu, 0x00000006u, 0x0000200du, 0x00008575u, 0x000300f7u, 0x00006666u, - 0x00000000u, 0x000900fbu, 0x00000659u, 0x00006666u, 0x00000000u, 0x00006647u, 0x00000001u, 0x00006648u, - 0x00000002u, 0x0000664fu, 0x000200f8u, 0x0000664fu, 0x000500c2u, 0x00000006u, 0x00006651u, 0x0000200du, - 0x00000260u, 0x000500c7u, 0x00000006u, 0x00006652u, 0x00006651u, 0x0000069du, 0x000500c2u, 0x00000006u, - 0x00006654u, 0x0000200du, 0x0000021au, 0x000500c7u, 0x00000006u, 0x00006655u, 0x00006654u, 0x0000069du, - 0x000500c4u, 0x00000006u, 0x00006657u, 0x0000200du, 0x00000217u, 0x000500c7u, 0x00000006u, 0x00006658u, - 0x00006657u, 0x0000069du, 0x000500c7u, 0x00000006u, 0x0000665au, 0x0000200du, 0x00000487u, 0x00050084u, - 0x00000006u, 0x0000665bu, 0x0000665au, 0x00000989u, 0x0004007cu, 0x00000008u, 0x0000665du, 0x00006652u, - 0x0004007cu, 0x00000008u, 0x0000665fu, 0x00006655u, 0x0004007cu, 0x00000008u, 0x00006661u, 0x00006658u, - 0x0004007cu, 0x00000008u, 0x00006663u, 0x0000665bu, 0x00070050u, 0x00000009u, 0x00006664u, 0x0000665du, - 0x0000665fu, 0x00006661u, 0x00006663u, 0x000300f7u, 0x00006683u, 0x00000000u, 0x000400fau, 0x00000960u, - 0x00006678u, 0x00006681u, 0x000200f8u, 0x00006681u, 0x0003003eu, 0x00000673u, 0x00006664u, 0x000200f9u, - 0x00006683u, 0x000200f8u, 0x00006678u, 0x00050041u, 0x0000003eu, 0x0000667bu, 0x00000673u, 0x00000376u, - 0x0003003eu, 0x0000667bu, 0x0000665du, 0x00050041u, 0x0000003eu, 0x0000667du, 0x00000673u, 0x00000487u, - 0x0003003eu, 0x0000667du, 0x0000665fu, 0x00050041u, 0x0000003eu, 0x0000667fu, 0x00000673u, 0x000003c6u, - 0x0003003eu, 0x0000667fu, 0x00006661u, 0x000200f9u, 0x00006683u, 0x000200f8u, 0x00006683u, 0x000200f9u, - 0x00006666u, 0x000200f8u, 0x00006648u, 0x000500c7u, 0x00000006u, 0x0000664au, 0x0000200du, 0x000006c4u, - 0x0004007cu, 0x00000008u, 0x0000664cu, 0x0000664au, 0x00070050u, 0x00000009u, 0x0000664du, 0x0000664cu, - 0x0000664cu, 0x0000664cu, 0x0000664cu, 0x000300f7u, 0x00006676u, 0x00000000u, 0x000400fau, 0x00000960u, - 0x0000666bu, 0x00006674u, 0x000200f8u, 0x00006674u, 0x0003003eu, 0x00000673u, 0x0000664du, 0x000200f9u, - 0x00006676u, 0x000200f8u, 0x0000666bu, 0x00050041u, 0x0000003eu, 0x0000666eu, 0x00000673u, 0x00000376u, - 0x0003003eu, 0x0000666eu, 0x0000664cu, 0x00050041u, 0x0000003eu, 0x00006670u, 0x00000673u, 0x00000487u, - 0x0003003eu, 0x00006670u, 0x0000664cu, 0x00050041u, 0x0000003eu, 0x00006672u, 0x00000673u, 0x000003c6u, - 0x0003003eu, 0x00006672u, 0x0000664cu, 0x000200f9u, 0x00006676u, 0x000200f8u, 0x00006676u, 0x000200f9u, - 0x00006666u, 0x000200f8u, 0x00006647u, 0x0003003eu, 0x00000673u, 0x00000613u, 0x000200f9u, 0x00006666u, - 0x000200f8u, 0x00006666u, 0x000b00f5u, 0x0000005du, 0x00009a44u, 0x000098d8u, 0x00002009u, 0x00000560u, - 0x00006647u, 0x00000560u, 0x00006676u, 0x00000560u, 0x00006683u, 0x000300f7u, 0x00006669u, 0x00000000u, - 0x000400fau, 0x00000856u, 0x00006667u, 0x00006669u, 0x000200f8u, 0x00006667u, 0x000300f7u, 0x000066bcu, - 0x00000000u, 0x000700fbu, 0x00000659u, 0x000066bcu, 0x00000002u, 0x00006689u, 0x00000003u, 0x000066a6u, - 0x000200f8u, 0x000066a6u, 0x0004003du, 0x00000009u, 0x000066a7u, 0x00000673u, 0x0007004fu, 0x0000005fu, - 0x000066a8u, 0x000066a7u, 0x000066a7u, 0x00000000u, 0x00000003u, 0x0004007cu, 0x000000a2u, 0x000066a9u, - 0x000066a8u, 0x0003003eu, 0x00006685u, 0x000066a9u, 0x00050041u, 0x00000007u, 0x000066aau, 0x00006685u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x000066abu, 0x000066aau, 0x000500c4u, 0x00000006u, 0x000066acu, - 0x000066abu, 0x0000035du, 0x00050041u, 0x00000007u, 0x000066adu, 0x00006685u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x000066aeu, 0x000066adu, 0x000500c5u, 0x00000006u, 0x000066afu, 0x000066acu, 0x000066aeu, - 0x000500c7u, 0x00000006u, 0x000066b1u, 0x000066afu, 0x00000487u, 0x00050084u, 0x00000006u, 0x000066b2u, - 0x000066b1u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x000066b4u, 0x000066afu, 0x000003c6u, 0x0004007cu, - 0x00000008u, 0x000066b5u, 0x000066b4u, 0x000500c7u, 0x00000006u, 0x000066b7u, 0x000066afu, 0x0000048du, - 0x000500c4u, 0x00000006u, 0x000066b8u, 0x000066b7u, 0x000003c6u, 0x000500c5u, 0x00000006u, 0x000066bau, - 0x000066b8u, 0x000066b2u, 0x0004007cu, 0x00000008u, 0x000066bbu, 0x000066bau, 0x000200f9u, 0x000066bcu, - 0x000200f8u, 0x00006689u, 0x00050041u, 0x0000003eu, 0x0000668au, 0x00000673u, 0x0000048du, 0x0004003du, - 0x00000008u, 0x0000668bu, 0x0000668au, 0x000500c3u, 0x00000008u, 0x0000668cu, 0x0000668bu, 0x0000021au, - 0x00050041u, 0x0000003eu, 0x0000668du, 0x00000673u, 0x000003c6u, 0x0004003du, 0x00000008u, 0x0000668eu, - 0x0000668du, 0x000500c7u, 0x00000008u, 0x0000668fu, 0x0000668eu, 0x00000260u, 0x000500c5u, 0x00000008u, - 0x00006690u, 0x0000668cu, 0x0000668fu, 0x00050041u, 0x0000003eu, 0x00006691u, 0x00000673u, 0x00000376u, - 0x0004003du, 0x00000008u, 0x00006692u, 0x00006691u, 0x0004007cu, 0x00000006u, 0x00006693u, 0x00006692u, - 0x000500c7u, 0x00000006u, 0x00006694u, 0x00006693u, 0x0000069du, 0x000500c4u, 0x00000006u, 0x00006695u, - 0x00006694u, 0x000006f6u, 0x00050041u, 0x0000003eu, 0x00006696u, 0x00000673u, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00006697u, 0x00006696u, 0x0004007cu, 0x00000006u, 0x00006698u, 0x00006697u, 0x000500c7u, - 0x00000006u, 0x00006699u, 0x00006698u, 0x0000069du, 0x000500c4u, 0x00000006u, 0x0000669au, 0x00006699u, - 0x00000487u, 0x000500c5u, 0x00000006u, 0x0000669cu, 0x00006695u, 0x0000669au, 0x0004003du, 0x00000008u, - 0x0000669eu, 0x0000668du, 0x0004007cu, 0x00000006u, 0x0000669fu, 0x0000669eu, 0x000500c7u, 0x00000006u, - 0x000066a0u, 0x0000669fu, 0x0000069du, 0x000500c2u, 0x00000006u, 0x000066a1u, 0x000066a0u, 0x00000703u, - 0x000500c5u, 0x00000006u, 0x000066a3u, 0x0000669cu, 0x000066a1u, 0x0004007cu, 0x00000008u, 0x000066a5u, - 0x000066a3u, 0x000200f9u, 0x000066bcu, 0x000200f8u, 0x000066bcu, 0x000900f5u, 0x00000008u, 0x0000ae83u, - 0x00008af2u, 0x00006667u, 0x00006690u, 0x00006689u, 0x000066bbu, 0x000066a6u, 0x000900f5u, 0x00000008u, - 0x0000ae45u, 0x0000898bu, 0x00006667u, 0x000066a5u, 0x00006689u, 0x000066b5u, 0x000066a6u, 0x000200f9u, - 0x00006669u, 0x000200f8u, 0x00006669u, 0x000700f5u, 0x00000008u, 0x0000ae7fu, 0x00008af2u, 0x00006666u, - 0x0000ae83u, 0x000066bcu, 0x000700f5u, 0x00000008u, 0x0000ae41u, 0x0000898bu, 0x00006666u, 0x0000ae45u, - 0x000066bcu, 0x000200f9u, 0x0000200au, 0x000200f8u, 0x0000200au, 0x000700f5u, 0x0000003cu, 0x0000b152u, - 0x0000b153u, 0x0000679eu, 0x0000afe9u, 0x00006669u, 0x000700f5u, 0x0000003cu, 0x0000af6au, 0x0000942cu, - 0x00006669u, 0x0000af70u, 0x0000679eu, 0x000700f5u, 0x00000008u, 0x0000af4fu, 0x0000929du, 0x00006669u, - 0x0000af55u, 0x0000679eu, 0x000700f5u, 0x00000008u, 0x0000af34u, 0x0000910fu, 0x00006669u, 0x0000af3au, - 0x0000679eu, 0x000700f5u, 0x0000003cu, 0x0000af0cu, 0x00008f8cu, 0x00006669u, 0x0000af12u, 0x0000679eu, - 0x000700f5u, 0x00000008u, 0x0000aee4u, 0x00008e0au, 0x00006669u, 0x0000aeeau, 0x0000679eu, 0x000700f5u, - 0x00000008u, 0x0000aebcu, 0x00008c89u, 0x00006669u, 0x0000aec2u, 0x0000679eu, 0x000700f5u, 0x00000008u, - 0x0000ae7eu, 0x0000ae7fu, 0x00006669u, 0x0000ae84u, 0x0000679eu, 0x000700f5u, 0x00000008u, 0x0000ae40u, - 0x0000ae41u, 0x00006669u, 0x0000ae46u, 0x0000679eu, 0x000700f5u, 0x0000003cu, 0x0000ae02u, 0x0000881fu, - 0x00006669u, 0x0000881bu, 0x0000679eu, 0x000700f5u, 0x0000005du, 0x00009bc7u, 0x00009a59u, 0x00006669u, - 0x00009bcdu, 0x0000679eu, 0x000700f5u, 0x0000005du, 0x00009a42u, 0x00009a44u, 0x00006669u, 0x0000b189u, - 0x0000679eu, 0x000200f9u, 0x00001ffeu, 0x000200f8u, 0x00001ffdu, 0x00070041u, 0x0000026du, 0x00002001u, - 0x00000234u, 0x00000205u, 0x00001fecu, 0x0000026cu, 0x0004003du, 0x00000006u, 0x00002002u, 0x00002001u, - 0x000300f7u, 0x000065cfu, 0x00000000u, 0x000b00fbu, 0x00000659u, 0x000065cfu, 0x00000004u, 0x00006575u, - 0x00000002u, 0x0000658cu, 0x00000003u, 0x000065a9u, 0x00000001u, 0x000065c2u, 0x000200f8u, 0x000065c2u, - 0x000500c7u, 0x00000006u, 0x000065c4u, 0x000095cdu, 0x0000048du, 0x000500c6u, 0x00000006u, 0x000065c5u, - 0x000065c4u, 0x0000048du, 0x00050084u, 0x00000006u, 0x000065c6u, 0x000065c5u, 0x0000035du, 0x000500c2u, - 0x00000006u, 0x000065c8u, 0x00002002u, 0x000065c6u, 0x000500c7u, 0x00000006u, 0x000065cau, 0x000065c8u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000065ccu, 0x000065cau, 0x00070050u, 0x00000009u, 0x000065cdu, - 0x000065ccu, 0x000065ccu, 0x000065ccu, 0x000065ccu, 0x000300f7u, 0x00006606u, 0x00000000u, 0x000400fau, - 0x00000960u, 0x000065fbu, 0x00006604u, 0x000200f8u, 0x00006604u, 0x0003003eu, 0x00000673u, 0x000065cdu, - 0x000200f9u, 0x00006606u, 0x000200f8u, 0x000065fbu, 0x00050041u, 0x0000003eu, 0x000065feu, 0x00000673u, - 0x00000376u, 0x0003003eu, 0x000065feu, 0x000065ccu, 0x00050041u, 0x0000003eu, 0x00006600u, 0x00000673u, - 0x00000487u, 0x0003003eu, 0x00006600u, 0x000065ccu, 0x00050041u, 0x0000003eu, 0x00006602u, 0x00000673u, - 0x000003c6u, 0x0003003eu, 0x00006602u, 0x000065ccu, 0x000200f9u, 0x00006606u, 0x000200f8u, 0x00006606u, - 0x000200f9u, 0x000065cfu, 0x000200f8u, 0x000065a9u, 0x000500c7u, 0x00000006u, 0x000065abu, 0x000095cdu, - 0x00000487u, 0x000500c6u, 0x00000006u, 0x000065acu, 0x000065abu, 0x00000487u, 0x00050084u, 0x00000006u, - 0x000065adu, 0x000065acu, 0x00000379u, 0x000500c2u, 0x00000006u, 0x000065afu, 0x00002002u, 0x000065adu, - 0x000500c7u, 0x00000006u, 0x000065b1u, 0x000065afu, 0x000007f4u, 0x000500c2u, 0x00000006u, 0x000065b3u, - 0x000065b1u, 0x0000035du, 0x000500c7u, 0x00000006u, 0x000065b4u, 0x000065b3u, 0x000006c4u, 0x000500c2u, - 0x00000006u, 0x000065b6u, 0x000065b1u, 0x00000376u, 0x000500c7u, 0x00000006u, 0x000065b7u, 0x000065b6u, - 0x000006c4u, 0x0004007cu, 0x00000008u, 0x000065b9u, 0x000065b4u, 0x0004007cu, 0x00000008u, 0x000065bfu, - 0x000065b7u, 0x00070050u, 0x00000009u, 0x000065c0u, 0x000065b9u, 0x000065b9u, 0x000065b9u, 0x000065bfu, - 0x000300f7u, 0x000065f9u, 0x00000000u, 0x000400fau, 0x00000960u, 0x000065eeu, 0x000065f7u, 0x000200f8u, - 0x000065f7u, 0x0003003eu, 0x00000673u, 0x000065c0u, 0x000200f9u, 0x000065f9u, 0x000200f8u, 0x000065eeu, - 0x00050041u, 0x0000003eu, 0x000065f1u, 0x00000673u, 0x00000376u, 0x0003003eu, 0x000065f1u, 0x000065b9u, - 0x00050041u, 0x0000003eu, 0x000065f3u, 0x00000673u, 0x00000487u, 0x0003003eu, 0x000065f3u, 0x000065b9u, - 0x00050041u, 0x0000003eu, 0x000065f5u, 0x00000673u, 0x000003c6u, 0x0003003eu, 0x000065f5u, 0x000065b9u, - 0x000200f9u, 0x000065f9u, 0x000200f8u, 0x000065f9u, 0x000200f9u, 0x000065cfu, 0x000200f8u, 0x0000658cu, - 0x000500c7u, 0x00000006u, 0x0000658eu, 0x000095cdu, 0x00000487u, 0x000500c6u, 0x00000006u, 0x0000658fu, - 0x0000658eu, 0x00000487u, 0x00050084u, 0x00000006u, 0x00006590u, 0x0000658fu, 0x00000379u, 0x000500c2u, - 0x00000006u, 0x00006592u, 0x00002002u, 0x00006590u, 0x000500c2u, 0x00000006u, 0x00006594u, 0x00006592u, - 0x0000035du, 0x000500c7u, 0x00000006u, 0x00006595u, 0x00006594u, 0x0000069du, 0x000500c2u, 0x00000006u, - 0x00006597u, 0x00006592u, 0x0000048du, 0x000500c7u, 0x00000006u, 0x00006598u, 0x00006597u, 0x0000069du, - 0x000500c4u, 0x00000006u, 0x0000659au, 0x00006592u, 0x000003c6u, 0x000500c7u, 0x00000006u, 0x0000659bu, - 0x0000659au, 0x0000069du, 0x000500c7u, 0x00000006u, 0x0000659du, 0x00006592u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x0000659eu, 0x0000659du, 0x00000989u, 0x0004007cu, 0x00000008u, 0x000065a0u, 0x00006595u, - 0x0004007cu, 0x00000008u, 0x000065a2u, 0x00006598u, 0x0004007cu, 0x00000008u, 0x000065a4u, 0x0000659bu, - 0x0004007cu, 0x00000008u, 0x000065a6u, 0x0000659eu, 0x00070050u, 0x00000009u, 0x000065a7u, 0x000065a0u, - 0x000065a2u, 0x000065a4u, 0x000065a6u, 0x000300f7u, 0x000065ecu, 0x00000000u, 0x000400fau, 0x00000960u, - 0x000065e1u, 0x000065eau, 0x000200f8u, 0x000065eau, 0x0003003eu, 0x00000673u, 0x000065a7u, 0x000200f9u, - 0x000065ecu, 0x000200f8u, 0x000065e1u, 0x00050041u, 0x0000003eu, 0x000065e4u, 0x00000673u, 0x00000376u, - 0x0003003eu, 0x000065e4u, 0x000065a0u, 0x00050041u, 0x0000003eu, 0x000065e6u, 0x00000673u, 0x00000487u, - 0x0003003eu, 0x000065e6u, 0x000065a2u, 0x00050041u, 0x0000003eu, 0x000065e8u, 0x00000673u, 0x000003c6u, - 0x0003003eu, 0x000065e8u, 0x000065a4u, 0x000200f9u, 0x000065ecu, 0x000200f8u, 0x000065ecu, 0x000200f9u, - 0x000065cfu, 0x000200f8u, 0x00006575u, 0x000500c2u, 0x00000006u, 0x00006577u, 0x00002002u, 0x000006deu, - 0x000500c7u, 0x00000006u, 0x00006578u, 0x00006577u, 0x000006c4u, 0x000500c2u, 0x00000006u, 0x0000657au, - 0x00002002u, 0x00000379u, 0x000500c7u, 0x00000006u, 0x0000657bu, 0x0000657au, 0x000006c4u, 0x000500c2u, - 0x00000006u, 0x0000657du, 0x00002002u, 0x0000035du, 0x000500c7u, 0x00000006u, 0x0000657eu, 0x0000657du, - 0x000006c4u, 0x000500c2u, 0x00000006u, 0x00006580u, 0x00002002u, 0x00000376u, 0x000500c7u, 0x00000006u, - 0x00006581u, 0x00006580u, 0x000006c4u, 0x0004007cu, 0x00000008u, 0x00006583u, 0x00006578u, 0x0004007cu, - 0x00000008u, 0x00006585u, 0x0000657bu, 0x0004007cu, 0x00000008u, 0x00006587u, 0x0000657eu, 0x0004007cu, - 0x00000008u, 0x00006589u, 0x00006581u, 0x00070050u, 0x00000009u, 0x0000658au, 0x00006583u, 0x00006585u, - 0x00006587u, 0x00006589u, 0x000300f7u, 0x000065dfu, 0x00000000u, 0x000400fau, 0x00000960u, 0x000065d4u, - 0x000065ddu, 0x000200f8u, 0x000065ddu, 0x0003003eu, 0x00000673u, 0x0000658au, 0x000200f9u, 0x000065dfu, - 0x000200f8u, 0x000065d4u, 0x00050041u, 0x0000003eu, 0x000065d7u, 0x00000673u, 0x00000376u, 0x0003003eu, - 0x000065d7u, 0x00006583u, 0x00050041u, 0x0000003eu, 0x000065d9u, 0x00000673u, 0x00000487u, 0x0003003eu, - 0x000065d9u, 0x00006585u, 0x00050041u, 0x0000003eu, 0x000065dbu, 0x00000673u, 0x000003c6u, 0x0003003eu, - 0x000065dbu, 0x00006587u, 0x000200f9u, 0x000065dfu, 0x000200f8u, 0x000065dfu, 0x000200f9u, 0x000065cfu, - 0x000200f8u, 0x000065cfu, 0x000d00f5u, 0x0000005du, 0x00009a40u, 0x000098d8u, 0x00001ffdu, 0x00000560u, - 0x000065dfu, 0x00000560u, 0x000065ecu, 0x00000560u, 0x000065f9u, 0x00000560u, 0x00006606u, 0x000300f7u, - 0x000065d2u, 0x00000000u, 0x000400fau, 0x00000856u, 0x000065d0u, 0x000065d2u, 0x000200f8u, 0x000065d0u, - 0x000300f7u, 0x0000663fu, 0x00000000u, 0x000700fbu, 0x00000659u, 0x0000663fu, 0x00000002u, 0x0000660cu, - 0x00000003u, 0x00006629u, 0x000200f8u, 0x00006629u, 0x0004003du, 0x00000009u, 0x0000662au, 0x00000673u, - 0x0007004fu, 0x0000005fu, 0x0000662bu, 0x0000662au, 0x0000662au, 0x00000000u, 0x00000003u, 0x0004007cu, - 0x000000a2u, 0x0000662cu, 0x0000662bu, 0x0003003eu, 0x00006608u, 0x0000662cu, 0x00050041u, 0x00000007u, - 0x0000662du, 0x00006608u, 0x00000376u, 0x0004003du, 0x00000006u, 0x0000662eu, 0x0000662du, 0x000500c4u, - 0x00000006u, 0x0000662fu, 0x0000662eu, 0x0000035du, 0x00050041u, 0x00000007u, 0x00006630u, 0x00006608u, - 0x00000487u, 0x0004003du, 0x00000006u, 0x00006631u, 0x00006630u, 0x000500c5u, 0x00000006u, 0x00006632u, - 0x0000662fu, 0x00006631u, 0x000500c7u, 0x00000006u, 0x00006634u, 0x00006632u, 0x00000487u, 0x00050084u, - 0x00000006u, 0x00006635u, 0x00006634u, 0x0000048du, 0x000500c2u, 0x00000006u, 0x00006637u, 0x00006632u, - 0x000003c6u, 0x0004007cu, 0x00000008u, 0x00006638u, 0x00006637u, 0x000500c7u, 0x00000006u, 0x0000663au, - 0x00006632u, 0x0000048du, 0x000500c4u, 0x00000006u, 0x0000663bu, 0x0000663au, 0x000003c6u, 0x000500c5u, - 0x00000006u, 0x0000663du, 0x0000663bu, 0x00006635u, 0x0004007cu, 0x00000008u, 0x0000663eu, 0x0000663du, - 0x000200f9u, 0x0000663fu, 0x000200f8u, 0x0000660cu, 0x00050041u, 0x0000003eu, 0x0000660du, 0x00000673u, - 0x0000048du, 0x0004003du, 0x00000008u, 0x0000660eu, 0x0000660du, 0x000500c3u, 0x00000008u, 0x0000660fu, - 0x0000660eu, 0x0000021au, 0x00050041u, 0x0000003eu, 0x00006610u, 0x00000673u, 0x000003c6u, 0x0004003du, - 0x00000008u, 0x00006611u, 0x00006610u, 0x000500c7u, 0x00000008u, 0x00006612u, 0x00006611u, 0x00000260u, - 0x000500c5u, 0x00000008u, 0x00006613u, 0x0000660fu, 0x00006612u, 0x00050041u, 0x0000003eu, 0x00006614u, - 0x00000673u, 0x00000376u, 0x0004003du, 0x00000008u, 0x00006615u, 0x00006614u, 0x0004007cu, 0x00000006u, - 0x00006616u, 0x00006615u, 0x000500c7u, 0x00000006u, 0x00006617u, 0x00006616u, 0x0000069du, 0x000500c4u, - 0x00000006u, 0x00006618u, 0x00006617u, 0x000006f6u, 0x00050041u, 0x0000003eu, 0x00006619u, 0x00000673u, - 0x00000487u, 0x0004003du, 0x00000008u, 0x0000661au, 0x00006619u, 0x0004007cu, 0x00000006u, 0x0000661bu, - 0x0000661au, 0x000500c7u, 0x00000006u, 0x0000661cu, 0x0000661bu, 0x0000069du, 0x000500c4u, 0x00000006u, - 0x0000661du, 0x0000661cu, 0x00000487u, 0x000500c5u, 0x00000006u, 0x0000661fu, 0x00006618u, 0x0000661du, - 0x0004003du, 0x00000008u, 0x00006621u, 0x00006610u, 0x0004007cu, 0x00000006u, 0x00006622u, 0x00006621u, - 0x000500c7u, 0x00000006u, 0x00006623u, 0x00006622u, 0x0000069du, 0x000500c2u, 0x00000006u, 0x00006624u, - 0x00006623u, 0x00000703u, 0x000500c5u, 0x00000006u, 0x00006626u, 0x0000661fu, 0x00006624u, 0x0004007cu, - 0x00000008u, 0x00006628u, 0x00006626u, 0x000200f9u, 0x0000663fu, 0x000200f8u, 0x0000663fu, 0x000900f5u, - 0x00000008u, 0x0000ae7du, 0x00008af2u, 0x000065d0u, 0x00006613u, 0x0000660cu, 0x0000663eu, 0x00006629u, - 0x000900f5u, 0x00000008u, 0x0000ae3fu, 0x0000898bu, 0x000065d0u, 0x00006628u, 0x0000660cu, 0x00006638u, - 0x00006629u, 0x000200f9u, 0x000065d2u, 0x000200f8u, 0x000065d2u, 0x000700f5u, 0x00000008u, 0x0000ae77u, - 0x00008af2u, 0x000065cfu, 0x0000ae7du, 0x0000663fu, 0x000700f5u, 0x00000008u, 0x0000ae39u, 0x0000898bu, - 0x000065cfu, 0x0000ae3fu, 0x0000663fu, 0x000200f9u, 0x00001ffeu, 0x000200f8u, 0x00001ffeu, 0x000700f5u, - 0x0000003cu, 0x0000b151u, 0x0000b152u, 0x0000200au, 0x0000afe9u, 0x000065d2u, 0x000700f5u, 0x0000003cu, - 0x0000af62u, 0x0000942cu, 0x000065d2u, 0x0000af6au, 0x0000200au, 0x000700f5u, 0x00000008u, 0x0000af47u, - 0x0000929du, 0x000065d2u, 0x0000af4fu, 0x0000200au, 0x000700f5u, 0x00000008u, 0x0000af2cu, 0x0000910fu, - 0x000065d2u, 0x0000af34u, 0x0000200au, 0x000700f5u, 0x0000003cu, 0x0000af04u, 0x00008f8cu, 0x000065d2u, - 0x0000af0cu, 0x0000200au, 0x000700f5u, 0x00000008u, 0x0000aedcu, 0x00008e0au, 0x000065d2u, 0x0000aee4u, - 0x0000200au, 0x000700f5u, 0x00000008u, 0x0000aeb4u, 0x00008c89u, 0x000065d2u, 0x0000aebcu, 0x0000200au, - 0x000700f5u, 0x00000008u, 0x0000ae76u, 0x0000ae77u, 0x000065d2u, 0x0000ae7eu, 0x0000200au, 0x000700f5u, - 0x00000008u, 0x0000ae38u, 0x0000ae39u, 0x000065d2u, 0x0000ae40u, 0x0000200au, 0x000700f5u, 0x0000003cu, - 0x0000adfau, 0x0000881fu, 0x000065d2u, 0x0000ae02u, 0x0000200au, 0x000700f5u, 0x0000005du, 0x00009bbfu, - 0x00009a59u, 0x000065d2u, 0x00009bc7u, 0x0000200au, 0x000700f5u, 0x0000005du, 0x00009a3eu, 0x00009a40u, - 0x000065d2u, 0x00009a42u, 0x0000200au, 0x000200f9u, 0x00001ff8u, 0x000200f8u, 0x00001ff8u, 0x000700f5u, - 0x0000003cu, 0x0000b150u, 0x0000afe9u, 0x00002435u, 0x0000b151u, 0x00001ffeu, 0x000700f5u, 0x0000003cu, - 0x0000af61u, 0x0000942cu, 0x00002435u, 0x0000af62u, 0x00001ffeu, 0x000700f5u, 0x00000008u, 0x0000af46u, - 0x0000929du, 0x00002435u, 0x0000af47u, 0x00001ffeu, 0x000700f5u, 0x00000008u, 0x0000af2bu, 0x0000910fu, - 0x00002435u, 0x0000af2cu, 0x00001ffeu, 0x000700f5u, 0x0000003cu, 0x0000af03u, 0x00008f8cu, 0x00002435u, - 0x0000af04u, 0x00001ffeu, 0x000700f5u, 0x00000008u, 0x0000aedbu, 0x00008e0au, 0x00002435u, 0x0000aedcu, - 0x00001ffeu, 0x000700f5u, 0x00000008u, 0x0000aeb3u, 0x00008c89u, 0x00002435u, 0x0000aeb4u, 0x00001ffeu, - 0x000700f5u, 0x00000008u, 0x0000ae75u, 0x00008af2u, 0x00002435u, 0x0000ae76u, 0x00001ffeu, 0x000700f5u, - 0x00000008u, 0x0000ae37u, 0x0000898bu, 0x00002435u, 0x0000ae38u, 0x00001ffeu, 0x000700f5u, 0x0000003cu, - 0x0000adf9u, 0x0000881fu, 0x00002435u, 0x0000adfau, 0x00001ffeu, 0x000700f5u, 0x0000005du, 0x00009a5au, - 0x00009a59u, 0x00002435u, 0x00009bbfu, 0x00001ffeu, 0x000700f5u, 0x0000005du, 0x000098d9u, 0x000098d8u, - 0x00002435u, 0x00009a3eu, 0x00001ffeu, 0x000200f9u, 0x00001fdau, 0x000200f8u, 0x00001fdau, 0x000200f9u, - 0x00001fd7u, 0x000200f8u, 0x00001fd9u, 0x000200f9u, 0x00001fc0u, 0x000200f8u, 0x00001fc0u, 0x000200f9u, - 0x00001fbdu, 0x000200f8u, 0x00001fbfu, 0x0003003eu, 0x0000201cu, 0x00001fafu, 0x000300f7u, 0x00006bb1u, - 0x00000000u, 0x000400fau, 0x00002058u, 0x00006b85u, 0x00006bb1u, 0x000200f8u, 0x00006b85u, 0x000500c2u, - 0x00000006u, 0x00006b87u, 0x00001fb2u, 0x0000078fu, 0x0004003du, 0x000000a2u, 0x00006b88u, 0x0000201cu, - 0x00050050u, 0x000000a2u, 0x00006b89u, 0x00000901u, 0x00000901u, 0x000500c7u, 0x000000a2u, 0x00006b8au, - 0x00006b88u, 0x00006b89u, 0x0003003eu, 0x00006b75u, 0x00006b8au, 0x00050050u, 0x0000005fu, 0x00006b8cu, - 0x0000078fu, 0x0000078fu, 0x000500c2u, 0x000000a2u, 0x00006b8du, 0x00006b88u, 0x00006b8cu, 0x0003003eu, - 0x0000201cu, 0x00006b8du, 0x00050041u, 0x00000007u, 0x00006b8eu, 0x00006b75u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00006b8fu, 0x00006b8eu, 0x00050084u, 0x00000006u, 0x00006b90u, 0x00006b8fu, 0x0000090au, - 0x00050041u, 0x00000007u, 0x00006b91u, 0x00006b75u, 0x00000376u, 0x0004003du, 0x00000006u, 0x00006b92u, - 0x00006b91u, 0x00050080u, 0x00000006u, 0x00006b93u, 0x00006b90u, 0x00006b92u, 0x00050041u, 0x00000007u, - 0x00006b96u, 0x0000201cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00006b97u, 0x00006b96u, 0x00050084u, - 0x00000006u, 0x00006b98u, 0x00006b87u, 0x00006b97u, 0x00050080u, 0x00000006u, 0x00006b99u, 0x00001fb8u, - 0x00006b98u, 0x00050041u, 0x00000007u, 0x00006b9au, 0x0000201cu, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00006b9bu, 0x00006b9au, 0x00050080u, 0x00000006u, 0x00006b9cu, 0x00006b99u, 0x00006b9bu, 0x000300f7u, - 0x00006c84u, 0x00000000u, 0x000400fau, 0x0000714du, 0x00006bbbu, 0x00006c84u, 0x000200f8u, 0x00006bbbu, - 0x000300f7u, 0x00006c83u, 0x00000000u, 0x000d00fbu, 0x00000659u, 0x00006c83u, 0x00000000u, 0x00006bbcu, - 0x00000001u, 0x00006bd9u, 0x00000002u, 0x00006bfau, 0x00000003u, 0x00006c2fu, 0x00000004u, 0x00006c52u, - 0x000200f8u, 0x00006c52u, 0x000500c7u, 0x00000006u, 0x00006c54u, 0x00006b9cu, 0x000006ccu, 0x00050084u, - 0x00000006u, 0x00006c56u, 0x00006b93u, 0x00000822u, 0x00050080u, 0x00000006u, 0x00006c58u, 0x00006c54u, - 0x00006c56u, 0x0004003du, 0x00000009u, 0x00006c59u, 0x00000673u, 0x0004007cu, 0x00000239u, 0x00006c5au, - 0x00006c59u, 0x0003003eu, 0x00006bb7u, 0x00006c5au, 0x00050041u, 0x00000007u, 0x00006c5bu, 0x00006bb7u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00006c5cu, 0x00006c5bu, 0x000500c4u, 0x00000006u, 0x00006c5du, - 0x00006c5cu, 0x000006deu, 0x00050041u, 0x00000007u, 0x00006c5eu, 0x00006bb7u, 0x00000487u, 0x0004003du, - 0x00000006u, 0x00006c5fu, 0x00006c5eu, 0x000500c4u, 0x00000006u, 0x00006c60u, 0x00006c5fu, 0x00000379u, - 0x000500c5u, 0x00000006u, 0x00006c61u, 0x00006c5du, 0x00006c60u, 0x00050041u, 0x00000007u, 0x00006c62u, - 0x00006bb7u, 0x000003c6u, 0x0004003du, 0x00000006u, 0x00006c63u, 0x00006c62u, 0x000500c4u, 0x00000006u, - 0x00006c64u, 0x00006c63u, 0x0000035du, 0x000500c5u, 0x00000006u, 0x00006c65u, 0x00006c61u, 0x00006c64u, - 0x00050041u, 0x00000007u, 0x00006c66u, 0x00006bb7u, 0x0000048du, 0x0004003du, 0x00000006u, 0x00006c67u, - 0x00006c66u, 0x000500c4u, 0x00000006u, 0x00006c68u, 0x00006c67u, 0x00000376u, 0x000500c5u, 0x00000006u, - 0x00006c69u, 0x00006c65u, 0x00006c68u, 0x00060041u, 0x0000026du, 0x00006c6cu, 0x000006d8u, 0x00000205u, - 0x00006c58u, 0x0003003eu, 0x00006c6cu, 0x00006c69u, 0x00050084u, 0x00000006u, 0x00006c6eu, 0x000003c6u, - 0x00006c58u, 0x00050041u, 0x0000003eu, 0x00006c6fu, 0x00000673u, 0x00000487u, 0x0004003du, 0x00000008u, - 0x00006c70u, 0x00006c6fu, 0x000500c7u, 0x00000008u, 0x00006c71u, 0x00006c70u, 0x00000214u, 0x00050084u, - 0x00000008u, 0x00006c72u, 0x00006c71u, 0x0000021au, 0x00040071u, 0x0000022bu, 0x00006c73u, 0x00006c72u, - 0x00060041u, 0x00000279u, 0x00006c74u, 0x0000067au, 0x00000205u, 0x00006c6eu, 0x0003003eu, 0x00006c74u, - 0x00006c73u, 0x00050080u, 0x00000006u, 0x00006c77u, 0x00006c6eu, 0x00000487u, 0x00050041u, 0x0000003eu, - 0x00006c78u, 0x00000673u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006c79u, 0x00006c78u, 0x000500c7u, - 0x00000008u, 0x00006c7au, 0x00006c79u, 0x00000214u, 0x00050084u, 0x00000008u, 0x00006c7bu, 0x00006c7au, - 0x0000021au, 0x00040071u, 0x0000022bu, 0x00006c7cu, 0x00006c7bu, 0x00060041u, 0x00000279u, 0x00006c7du, - 0x0000067au, 0x00000205u, 0x00006c77u, 0x0003003eu, 0x00006c7du, 0x00006c7cu, 0x000300f7u, 0x00006c82u, - 0x00000000u, 0x000400fau, 0x00000791u, 0x00006c7eu, 0x00006c82u, 0x000200f8u, 0x00006c7eu, 0x000300e1u, - 0x00000487u, 0x00000794u, 0x00050080u, 0x00000006u, 0x00006c80u, 0x00006c58u, 0x00000850u, 0x00060041u, - 0x0000026du, 0x00006c81u, 0x000006d8u, 0x00000205u, 0x00006c80u, 0x0003003eu, 0x00006c81u, 0x00000852u, - 0x000200f9u, 0x00006c82u, 0x000200f8u, 0x00006c82u, 0x000200f9u, 0x00006c83u, 0x000200f8u, 0x00006c2fu, - 0x000500c7u, 0x00000006u, 0x00006c31u, 0x00006b9cu, 0x00000683u, 0x00050084u, 0x00000006u, 0x00006c33u, - 0x00006b93u, 0x000007fbu, 0x00050080u, 0x00000006u, 0x00006c35u, 0x00006c31u, 0x00006c33u, 0x0004003du, - 0x00000009u, 0x00006c36u, 0x00000673u, 0x0007004fu, 0x0000005fu, 0x00006c37u, 0x00006c36u, 0x00006c36u, - 0x00000000u, 0x00000003u, 0x0004007cu, 0x000000a2u, 0x00006c38u, 0x00006c37u, 0x0003003eu, 0x00006bb5u, - 0x00006c38u, 0x00050041u, 0x00000007u, 0x00006c39u, 0x00006bb5u, 0x00000376u, 0x0004003du, 0x00000006u, - 0x00006c3au, 0x00006c39u, 0x000500c4u, 0x00000006u, 0x00006c3bu, 0x00006c3au, 0x0000035du, 0x00050041u, - 0x00000007u, 0x00006c3cu, 0x00006bb5u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00006c3du, 0x00006c3cu, - 0x000500c5u, 0x00000006u, 0x00006c3eu, 0x00006c3bu, 0x00006c3du, 0x000500c6u, 0x00000006u, 0x00006c40u, - 0x00006c35u, 0x00000487u, 0x00040071u, 0x0000022du, 0x00006c42u, 0x00006c3eu, 0x00060041u, 0x00000272u, - 0x00006c43u, 0x0000068fu, 0x00000205u, 0x00006c40u, 0x0003003eu, 0x00006c43u, 0x00006c42u, 0x0004003du, - 0x00000006u, 0x00006c46u, 0x00006c3cu, 0x000500c7u, 0x00000006u, 0x00006c47u, 0x00006c46u, 0x00000487u, - 0x00050084u, 0x00000006u, 0x00006c48u, 0x00006c47u, 0x0000048du, 0x00040071u, 0x0000022bu, 0x00006c49u, - 0x00006c48u, 0x00060041u, 0x00000279u, 0x00006c4au, 0x0000067au, 0x00000205u, 0x00006c35u, 0x0003003eu, - 0x00006c4au, 0x00006c49u, 0x000300f7u, 0x00006c51u, 0x00000000u, 0x000400fau, 0x00000791u, 0x00006c4bu, - 0x00006c51u, 0x000200f8u, 0x00006c4bu, 0x000300e1u, 0x00000487u, 0x00000794u, 0x00050080u, 0x00000006u, - 0x00006c4eu, 0x00006c40u, 0x0000081au, 0x00040071u, 0x0000022du, 0x00006c4fu, 0x000007f4u, 0x00060041u, - 0x00000272u, 0x00006c50u, 0x0000068fu, 0x00000205u, 0x00006c4eu, 0x0003003eu, 0x00006c50u, 0x00006c4fu, - 0x000200f9u, 0x00006c51u, 0x000200f8u, 0x00006c51u, 0x000200f9u, 0x00006c83u, 0x000200f8u, 0x00006bfau, - 0x000500c7u, 0x00000006u, 0x00006bfcu, 0x00006b9cu, 0x00000683u, 0x00050084u, 0x00000006u, 0x00006bfeu, - 0x00006b93u, 0x000007bfu, 0x00050080u, 0x00000006u, 0x00006c00u, 0x00006bfcu, 0x00006bfeu, 0x0004003du, - 0x00000009u, 0x00006c01u, 0x00000673u, 0x0004007cu, 0x00000239u, 0x00006c02u, 0x00006c01u, 0x0003003eu, - 0x00006bb2u, 0x00006c02u, 0x0008004fu, 0x00000355u, 0x00006c04u, 0x00006c02u, 0x00006c02u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000500c7u, 0x00000355u, 0x00006c06u, 0x00006c04u, 0x0000afbcu, 0x00050041u, - 0x00000007u, 0x00006c07u, 0x00006bb2u, 0x00000376u, 0x00050051u, 0x00000006u, 0x00006c08u, 0x00006c06u, - 0x00000000u, 0x0003003eu, 0x00006c07u, 0x00006c08u, 0x00050041u, 0x00000007u, 0x00006c09u, 0x00006bb2u, - 0x00000487u, 0x00050051u, 0x00000006u, 0x00006c0au, 0x00006c06u, 0x00000001u, 0x0003003eu, 0x00006c09u, - 0x00006c0au, 0x00050041u, 0x00000007u, 0x00006c0bu, 0x00006bb2u, 0x000003c6u, 0x00050051u, 0x00000006u, - 0x00006c0cu, 0x00006c06u, 0x00000002u, 0x0003003eu, 0x00006c0bu, 0x00006c0cu, 0x00050041u, 0x00000007u, - 0x00006c0du, 0x00006bb2u, 0x0000048du, 0x0004003du, 0x00000006u, 0x00006c0eu, 0x00006c0du, 0x000500c2u, - 0x00000006u, 0x00006c0fu, 0x00006c0eu, 0x00000736u, 0x0004003du, 0x00000006u, 0x00006c11u, 0x00006c07u, - 0x000500c4u, 0x00000006u, 0x00006c12u, 0x00006c11u, 0x0000035du, 0x0004003du, 0x00000006u, 0x00006c14u, - 0x00006c09u, 0x000500c4u, 0x00000006u, 0x00006c15u, 0x00006c14u, 0x0000048du, 0x000500c5u, 0x00000006u, - 0x00006c16u, 0x00006c12u, 0x00006c15u, 0x0004003du, 0x00000006u, 0x00006c18u, 0x00006c0bu, 0x000500c2u, - 0x00000006u, 0x00006c19u, 0x00006c18u, 0x000003c6u, 0x000500c5u, 0x00000006u, 0x00006c1au, 0x00006c16u, - 0x00006c19u, 0x000500c2u, 0x00000006u, 0x00006c1cu, 0x00006c0fu, 0x000003c6u, 0x000500c5u, 0x00000006u, - 0x00006c1du, 0x00006c1au, 0x00006c1cu, 0x000500c6u, 0x00000006u, 0x00006c1fu, 0x00006c00u, 0x00000487u, - 0x00040071u, 0x0000022du, 0x00006c21u, 0x00006c1du, 0x00060041u, 0x00000272u, 0x00006c22u, 0x0000068fu, - 0x00000205u, 0x00006c1fu, 0x0003003eu, 0x00006c22u, 0x00006c21u, 0x000500c7u, 0x00000006u, 0x00006c25u, - 0x00006c0fu, 0x0000048du, 0x00040071u, 0x0000022bu, 0x00006c26u, 0x00006c25u, 0x00060041u, 0x00000279u, - 0x00006c27u, 0x0000067au, 0x00000205u, 0x00006c00u, 0x0003003eu, 0x00006c27u, 0x00006c26u, 0x000300f7u, - 0x00006c2eu, 0x00000000u, 0x000400fau, 0x00000791u, 0x00006c28u, 0x00006c2eu, 0x000200f8u, 0x00006c28u, - 0x000300e1u, 0x00000487u, 0x00000794u, 0x00050080u, 0x00000006u, 0x00006c2bu, 0x00006c1fu, 0x000007f2u, - 0x00040071u, 0x0000022du, 0x00006c2cu, 0x000007f4u, 0x00060041u, 0x00000272u, 0x00006c2du, 0x0000068fu, - 0x00000205u, 0x00006c2bu, 0x0003003eu, 0x00006c2du, 0x00006c2cu, 0x000200f9u, 0x00006c2eu, 0x000200f8u, - 0x00006c2eu, 0x000200f9u, 0x00006c83u, 0x000200f8u, 0x00006bd9u, 0x000500c7u, 0x00000006u, 0x00006bdbu, - 0x00006b9cu, 0x00000660u, 0x00050084u, 0x00000006u, 0x00006bddu, 0x00006b93u, 0x0000065fu, 0x00050080u, - 0x00000006u, 0x00006bdfu, 0x00006bdbu, 0x00006bddu, 0x000500c6u, 0x00000006u, 0x00006be1u, 0x00006bdfu, - 0x0000048du, 0x00050041u, 0x0000003eu, 0x00006be2u, 0x00000673u, 0x00000376u, 0x0004003du, 0x00000008u, - 0x00006be3u, 0x00006be2u, 0x00040071u, 0x0000022bu, 0x00006be4u, 0x00006be3u, 0x00060041u, 0x00000279u, - 0x00006be5u, 0x0000066bu, 0x00000205u, 0x00006be1u, 0x0003003eu, 0x00006be5u, 0x00006be4u, 0x000500c7u, - 0x00000006u, 0x00006be7u, 0x00006bdfu, 0x00000487u, 0x000500abu, 0x0000005du, 0x00006be8u, 0x00006be7u, - 0x00000376u, 0x000300f7u, 0x00006bf2u, 0x00000000u, 0x000400fau, 0x00006be8u, 0x00006be9u, 0x00006bf2u, - 0x000200f8u, 0x00006be9u, 0x000500c2u, 0x00000006u, 0x00006bebu, 0x00006bdfu, 0x00000487u, 0x0004003du, - 0x00000008u, 0x00006bedu, 0x00006be2u, 0x000500c7u, 0x00000008u, 0x00006beeu, 0x00006bedu, 0x00000214u, - 0x00050084u, 0x00000008u, 0x00006befu, 0x00006beeu, 0x0000021au, 0x00040071u, 0x0000022bu, 0x00006bf0u, - 0x00006befu, 0x00060041u, 0x00000279u, 0x00006bf1u, 0x0000067au, 0x00000205u, 0x00006bebu, 0x0003003eu, - 0x00006bf1u, 0x00006bf0u, 0x000200f9u, 0x00006bf2u, 0x000200f8u, 0x00006bf2u, 0x000300f7u, 0x00006bf9u, - 0x00000000u, 0x000400fau, 0x00000791u, 0x00006bf3u, 0x00006bf9u, 0x000200f8u, 0x00006bf3u, 0x000300e1u, - 0x00000487u, 0x00000794u, 0x00050080u, 0x00000006u, 0x00006bf6u, 0x00006be1u, 0x0000065fu, 0x00040071u, - 0x0000022bu, 0x00006bf7u, 0x000006c4u, 0x00060041u, 0x00000279u, 0x00006bf8u, 0x0000066bu, 0x00000205u, - 0x00006bf6u, 0x0003003eu, 0x00006bf8u, 0x00006bf7u, 0x000200f9u, 0x00006bf9u, 0x000200f8u, 0x00006bf9u, - 0x000200f9u, 0x00006c83u, 0x000200f8u, 0x00006bbcu, 0x000500c7u, 0x00000006u, 0x00006bbeu, 0x00006b9cu, - 0x00000660u, 0x00050084u, 0x00000006u, 0x00006bc0u, 0x00006b93u, 0x0000065fu, 0x00050080u, 0x00000006u, - 0x00006bc2u, 0x00006bbeu, 0x00006bc0u, 0x000500c6u, 0x00000006u, 0x00006bc4u, 0x00006bc2u, 0x0000048du, - 0x00040071u, 0x0000022bu, 0x00006bc5u, 0x00000376u, 0x00060041u, 0x00000279u, 0x00006bc6u, 0x0000066bu, - 0x00000205u, 0x00006bc4u, 0x0003003eu, 0x00006bc6u, 0x00006bc5u, 0x000500c7u, 0x00000006u, 0x00006bc8u, - 0x00006bc2u, 0x00000487u, 0x000500abu, 0x0000005du, 0x00006bc9u, 0x00006bc8u, 0x00000376u, 0x000300f7u, - 0x00006bd1u, 0x00000000u, 0x000400fau, 0x00006bc9u, 0x00006bcau, 0x00006bd1u, 0x000200f8u, 0x00006bcau, - 0x000500c2u, 0x00000006u, 0x00006bccu, 0x00006bc2u, 0x00000487u, 0x00050041u, 0x0000003eu, 0x00006bcdu, - 0x00000673u, 0x0000048du, 0x0004003du, 0x00000008u, 0x00006bceu, 0x00006bcdu, 0x00040071u, 0x0000022bu, - 0x00006bcfu, 0x00006bceu, 0x00060041u, 0x00000279u, 0x00006bd0u, 0x0000067au, 0x00000205u, 0x00006bccu, - 0x0003003eu, 0x00006bd0u, 0x00006bcfu, 0x000200f9u, 0x00006bd1u, 0x000200f8u, 0x00006bd1u, 0x000300f7u, - 0x00006bd8u, 0x00000000u, 0x000400fau, 0x00000791u, 0x00006bd2u, 0x00006bd8u, 0x000200f8u, 0x00006bd2u, - 0x000300e1u, 0x00000487u, 0x00000794u, 0x00050080u, 0x00000006u, 0x00006bd5u, 0x00006bc4u, 0x0000065fu, - 0x00040071u, 0x0000022bu, 0x00006bd6u, 0x000006c4u, 0x00060041u, 0x00000279u, 0x00006bd7u, 0x0000066bu, - 0x00000205u, 0x00006bd5u, 0x0003003eu, 0x00006bd7u, 0x00006bd6u, 0x000200f9u, 0x00006bd8u, 0x000200f8u, - 0x00006bd8u, 0x000200f9u, 0x00006c83u, 0x000200f8u, 0x00006c83u, 0x000200f9u, 0x00006c84u, 0x000200f8u, - 0x00006c84u, 0x0004003du, 0x00000006u, 0x00006ba3u, 0x00006b96u, 0x00050084u, 0x00000006u, 0x00006ba4u, - 0x00006b87u, 0x00006ba3u, 0x00050080u, 0x00000006u, 0x00006ba5u, 0x00001fbbu, 0x00006ba4u, 0x0004003du, - 0x00000006u, 0x00006ba7u, 0x00006b9au, 0x00050080u, 0x00000006u, 0x00006ba8u, 0x00006ba5u, 0x00006ba7u, - 0x000300f7u, 0x00006ca5u, 0x00000000u, 0x000400fau, 0x00000857u, 0x00006c86u, 0x00006ca5u, 0x000200f8u, - 0x00006c86u, 0x000300f7u, 0x00006ca4u, 0x00000000u, 0x000400fau, 0x00007154u, 0x00006c88u, 0x00006ca4u, - 0x000200f8u, 0x00006c88u, 0x000500c7u, 0x00000006u, 0x00006c8au, 0x00006ba8u, 0x00000683u, 0x00050084u, - 0x00000006u, 0x00006c8cu, 0x00006b93u, 0x00000861u, 0x00050080u, 0x00000006u, 0x00006c8eu, 0x00006c8au, - 0x00006c8cu, 0x000500c6u, 0x00000006u, 0x00006c90u, 0x00006c8eu, 0x00000487u, 0x000500c4u, 0x00000008u, - 0x00006c92u, 0x00007161u, 0x00000217u, 0x000500c3u, 0x00000008u, 0x00006c94u, 0x0000716du, 0x00000217u, - 0x000500c5u, 0x00000008u, 0x00006c95u, 0x00006c92u, 0x00006c94u, 0x00040071u, 0x0000022du, 0x00006c96u, - 0x00006c95u, 0x00060041u, 0x00000272u, 0x00006c97u, 0x0000068fu, 0x00000205u, 0x00006c90u, 0x0003003eu, - 0x00006c97u, 0x00006c96u, 0x000500c7u, 0x00000008u, 0x00006c9au, 0x0000716du, 0x0000021au, 0x00040071u, - 0x0000022bu, 0x00006c9bu, 0x00006c9au, 0x00060041u, 0x00000279u, 0x00006c9cu, 0x0000067au, 0x00000205u, - 0x00006c8eu, 0x0003003eu, 0x00006c9cu, 0x00006c9bu, 0x000300f7u, 0x00006ca3u, 0x00000000u, 0x000400fau, - 0x00000791u, 0x00006c9du, 0x00006ca3u, 0x000200f8u, 0x00006c9du, 0x000300e1u, 0x00000487u, 0x00000794u, - 0x00050080u, 0x00000006u, 0x00006ca0u, 0x00006c90u, 0x00000877u, 0x00040071u, 0x0000022du, 0x00006ca1u, - 0x000007f4u, 0x00060041u, 0x00000272u, 0x00006ca2u, 0x0000068fu, 0x00000205u, 0x00006ca0u, 0x0003003eu, - 0x00006ca2u, 0x00006ca1u, 0x000200f9u, 0x00006ca3u, 0x000200f8u, 0x00006ca3u, 0x000200f9u, 0x00006ca4u, - 0x000200f8u, 0x00006ca4u, 0x000200f9u, 0x00006ca5u, 0x000200f8u, 0x00006ca5u, 0x000300f7u, 0x00006bb0u, - 0x00000000u, 0x000400fau, 0x0000092du, 0x00006bacu, 0x00006bb0u, 0x000200f8u, 0x00006bacu, 0x0004003du, - 0x000000a2u, 0x00006badu, 0x0000201cu, 0x0003003eu, 0x00006b7cu, 0x00006badu, 0x00050041u, 0x00000007u, - 0x00006cacu, 0x00006b7cu, 0x00000487u, 0x0004003du, 0x00000006u, 0x00006cadu, 0x00006cacu, 0x000500c2u, - 0x00000006u, 0x00006caeu, 0x00006cadu, 0x000003c6u, 0x00050080u, 0x00000006u, 0x00006cb0u, 0x00006b87u, - 0x0000048du, 0x000500c2u, 0x00000006u, 0x00006cb1u, 0x00006cb0u, 0x000003c6u, 0x00050084u, 0x00000006u, - 0x00006cb2u, 0x00006caeu, 0x00006cb1u, 0x00050041u, 0x00000007u, 0x00006cb3u, 0x00006b7cu, 0x00000376u, - 0x0004003du, 0x00000006u, 0x00006cb4u, 0x00006cb3u, 0x000500c2u, 0x00000006u, 0x00006cb5u, 0x00006cb4u, - 0x000003c6u, 0x00050080u, 0x00000006u, 0x00006cb6u, 0x00006cb2u, 0x00006cb5u, 0x000500c7u, 0x000000a2u, - 0x00006cb9u, 0x00006badu, 0x0000afbdu, 0x0003003eu, 0x00006ca7u, 0x00006cb9u, 0x000600a9u, 0x00000006u, - 0x00006cbbu, 0x0000714du, 0x00000487u, 0x00000376u, 0x000600a9u, 0x00000006u, 0x00006cbdu, 0x00007154u, - 0x00000487u, 0x00000376u, 0x00050084u, 0x00000006u, 0x00006cbeu, 0x000003c6u, 0x00006cbdu, 0x00050080u, - 0x00000006u, 0x00006cbfu, 0x00006cbbu, 0x00006cbeu, 0x00050041u, 0x00000007u, 0x00006cc0u, 0x00006ca7u, - 0x00000376u, 0x0004003du, 0x00000006u, 0x00006cc1u, 0x00006cc0u, 0x00050041u, 0x00000007u, 0x00006cc2u, - 0x00006ca7u, 0x00000487u, 0x0004003du, 0x00000006u, 0x00006cc3u, 0x00006cc2u, 0x00050084u, 0x00000006u, - 0x00006cc4u, 0x00006cc3u, 0x00000703u, 0x00050080u, 0x00000006u, 0x00006cc5u, 0x00006cc1u, 0x00006cc4u, - 0x00050084u, 0x00000006u, 0x00006cc6u, 0x000003c6u, 0x00006cc5u, 0x000500c4u, 0x00000006u, 0x00006cc8u, - 0x00006cbfu, 0x00006cc6u, 0x000200f9u, 0x00006cc9u, 0x000200f8u, 0x00006cc9u, 0x000700f5u, 0x0000005du, - 0x00007187u, 0x00000560u, 0x00006bacu, 0x0000b18au, 0x00006cdbu, 0x000400f6u, 0x00006cddu, 0x00006cdbu, - 0x00000000u, 0x000200f9u, 0x00006ccau, 0x000200f8u, 0x00006ccau, 0x00050152u, 0x00000006u, 0x00006cccu, - 0x0000048du, 0x00006cb6u, 0x000500aau, 0x0000005du, 0x00006cceu, 0x00006cccu, 0x00006cb6u, 0x000300f7u, - 0x00006cdau, 0x00000000u, 0x000400fau, 0x00006cceu, 0x00006ccfu, 0x00006cdau, 0x000200f8u, 0x00006ccfu, - 0x00060168u, 0x00000006u, 0x00006cd1u, 0x0000048du, 0x00000000u, 0x00006cc8u, 0x0004014du, 0x0000005du, - 0x00006cd2u, 0x0000048du, 0x000300f7u, 0x00006cd9u, 0x00000000u, 0x000400fau, 0x00006cd2u, 0x00006cd3u, - 0x00006cd9u, 0x000200f8u, 0x00006cd3u, 0x00050080u, 0x00000006u, 0x00006cd5u, 0x000008ecu, 0x00006cb6u, - 0x00060041u, 0x0000026du, 0x00006cd6u, 0x000006d8u, 0x00000205u, 0x00006cd5u, 0x000700f1u, 0x00000006u, - 0x00006cd8u, 0x00006cd6u, 0x00000487u, 0x00000376u, 0x00006cd1u, 0x000200f9u, 0x00006cd9u, 0x000200f8u, - 0x00006cd9u, 0x000200f9u, 0x00006cdau, 0x000200f8u, 0x00006cdau, 0x000600a9u, 0x0000005du, 0x0000b18au, - 0x00006cceu, 0x00000545u, 0x00007187u, 0x000200f9u, 0x00006cdbu, 0x000200f8u, 0x00006cdbu, 0x000400fau, - 0x0000b18au, 0x00006cc9u, 0x00006cddu, 0x000200f8u, 0x00006cddu, 0x000200f9u, 0x00006bb0u, 0x000200f8u, - 0x00006bb0u, 0x000200f9u, 0x00006bb1u, 0x000200f8u, 0x00006bb1u, 0x000200f9u, 0x0000203eu, 0x000200f8u, - 0x0000203eu, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x0000b5d4u, 0x00000000u, - 0x00020011u, 0x00000001u, 0x00020011u, 0x00000016u, 0x00020011u, 0x00000027u, 0x00020011u, 0x0000002eu, - 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, - 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, - 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000005u, 0x00000004u, 0x6e69616du, - 0x00000000u, 0x0000203cu, 0x00002046u, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, - 0x00000001u, 0x00050048u, 0x0000021du, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000021du, - 0x00000001u, 0x00000023u, 0x00000010u, 0x00050048u, 0x0000021du, 0x00000002u, 0x00000023u, 0x00000020u, - 0x00050048u, 0x0000021du, 0x00000003u, 0x00000023u, 0x00000030u, 0x00050048u, 0x0000021du, 0x00000004u, - 0x00000023u, 0x00000040u, 0x00050048u, 0x0000021du, 0x00000005u, 0x00000023u, 0x00000050u, 0x00050048u, - 0x0000021du, 0x00000006u, 0x00000023u, 0x00000060u, 0x00050048u, 0x0000021du, 0x00000007u, 0x00000023u, - 0x00000070u, 0x00040047u, 0x0000021eu, 0x00000006u, 0x00000080u, 0x00040048u, 0x0000021fu, 0x00000000u, - 0x00000018u, 0x00050048u, 0x0000021fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000021fu, - 0x00000002u, 0x00040047u, 0x00000221u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000221u, 0x00000021u, - 0x00000001u, 0x00050048u, 0x00000243u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000243u, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000243u, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00050048u, 0x00000243u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000243u, 0x00000004u, - 0x00000023u, 0x00000010u, 0x00050048u, 0x00000243u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, - 0x00000243u, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x00000243u, 0x00000007u, 0x00000023u, - 0x0000001cu, 0x00050048u, 0x00000243u, 0x00000008u, 0x00000023u, 0x00000020u, 0x00050048u, 0x00000243u, - 0x00000009u, 0x00000023u, 0x00000024u, 0x00050048u, 0x00000243u, 0x0000000au, 0x00000023u, 0x00000028u, - 0x00050048u, 0x00000243u, 0x0000000bu, 0x00000023u, 0x0000002cu, 0x00050048u, 0x00000243u, 0x0000000cu, - 0x00000023u, 0x0000002eu, 0x00050048u, 0x00000243u, 0x0000000du, 0x00000023u, 0x0000002fu, 0x00050048u, - 0x00000243u, 0x0000000eu, 0x00000023u, 0x00000030u, 0x00040047u, 0x00000244u, 0x00000006u, 0x00000038u, - 0x00040048u, 0x00000245u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000245u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000245u, 0x00000002u, 0x00040047u, 0x00000247u, 0x00000022u, 0x00000001u, - 0x00040047u, 0x00000247u, 0x00000021u, 0x00000002u, 0x00050048u, 0x00000276u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x00000276u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000276u, - 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00000276u, 0x00000003u, 0x00000023u, 0x0000000cu, - 0x00050048u, 0x00000276u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000276u, 0x00000005u, - 0x00000023u, 0x00000014u, 0x00050048u, 0x00000276u, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, - 0x00000276u, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00040047u, 0x00000277u, 0x00000006u, 0x00000020u, - 0x00040048u, 0x00000278u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000278u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000278u, 0x00000002u, 0x00040047u, 0x0000027au, 0x00000022u, 0x00000001u, - 0x00040047u, 0x0000027au, 0x00000021u, 0x00000004u, 0x00050048u, 0x00000294u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x00000294u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000294u, - 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00000294u, 0x00000003u, 0x00000023u, 0x0000000cu, - 0x00050048u, 0x00000294u, 0x00000004u, 0x00000023u, 0x0000000du, 0x00050048u, 0x00000294u, 0x00000005u, - 0x00000023u, 0x0000000eu, 0x00050048u, 0x00000294u, 0x00000006u, 0x00000023u, 0x0000000fu, 0x00040047u, - 0x00000295u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000296u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00000296u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000296u, 0x00000002u, 0x00040047u, - 0x00000298u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000298u, 0x00000021u, 0x00000005u, 0x00050048u, - 0x000002b0u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000002b0u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x000002b0u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000002b0u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000002b0u, 0x00000004u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x000002b0u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000002b0u, 0x00000006u, - 0x00000023u, 0x00000018u, 0x00050048u, 0x000002b0u, 0x00000007u, 0x00000023u, 0x00000019u, 0x00050048u, - 0x000002b0u, 0x00000008u, 0x00000023u, 0x0000001au, 0x00050048u, 0x000002b0u, 0x00000009u, 0x00000023u, - 0x0000001bu, 0x00050048u, 0x000002b0u, 0x0000000au, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000002b0u, - 0x0000000bu, 0x00000023u, 0x0000001du, 0x00050048u, 0x000002b0u, 0x0000000cu, 0x00000023u, 0x0000001eu, - 0x00050048u, 0x000002b0u, 0x0000000du, 0x00000023u, 0x0000001fu, 0x00040047u, 0x000002b1u, 0x00000006u, - 0x00000020u, 0x00040048u, 0x000002b2u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000002b2u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000002b2u, 0x00000002u, 0x00040047u, 0x000002b4u, 0x00000022u, - 0x00000001u, 0x00040047u, 0x000002b4u, 0x00000021u, 0x00000007u, 0x00050048u, 0x000002d9u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x000002d9u, 0x00000001u, 0x00000023u, 0x00000010u, 0x00050048u, - 0x000002d9u, 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x000002d9u, 0x00000003u, 0x00000023u, - 0x00000028u, 0x00050048u, 0x000002d9u, 0x00000004u, 0x00000023u, 0x00000030u, 0x00050048u, 0x000002d9u, - 0x00000005u, 0x00000023u, 0x00000034u, 0x00050048u, 0x000002d9u, 0x00000006u, 0x00000023u, 0x00000038u, - 0x00050048u, 0x000002d9u, 0x00000007u, 0x00000023u, 0x0000003cu, 0x00050048u, 0x000002d9u, 0x00000008u, - 0x00000023u, 0x0000003eu, 0x00040047u, 0x000002dau, 0x00000006u, 0x00000040u, 0x00040048u, 0x000002dbu, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000002dbu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000002dbu, 0x00000002u, 0x00040047u, 0x000002ddu, 0x00000022u, 0x00000001u, 0x00040047u, 0x000002ddu, - 0x00000021u, 0x00000008u, 0x00050048u, 0x000002f8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x000002f8u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000002f8u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x000002f8u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00040047u, 0x000002f9u, - 0x00000006u, 0x00000010u, 0x00040048u, 0x000002fau, 0x00000000u, 0x00000018u, 0x00050048u, 0x000002fau, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002fau, 0x00000002u, 0x00040047u, 0x000002fcu, - 0x00000022u, 0x00000001u, 0x00040047u, 0x000002fcu, 0x00000021u, 0x00000009u, 0x00040047u, 0x000004f1u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x000004f1u, 0x00000021u, 0x0000000au, 0x00040047u, 0x0000065eu, - 0x00000001u, 0x00000001u, 0x00040047u, 0x00000664u, 0x00000001u, 0x00000000u, 0x00040047u, 0x0000066du, - 0x00000006u, 0x00000001u, 0x00050048u, 0x0000066eu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x0000066eu, 0x00000002u, 0x00040047u, 0x00000670u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000670u, - 0x00000021u, 0x00000000u, 0x00040047u, 0x0000067bu, 0x00000006u, 0x00000001u, 0x00050048u, 0x0000067cu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000067cu, 0x00000002u, 0x00040047u, 0x0000067eu, - 0x00000022u, 0x00000000u, 0x00040047u, 0x0000067eu, 0x00000021u, 0x00000001u, 0x00040047u, 0x0000068eu, - 0x00000006u, 0x00000002u, 0x00050048u, 0x0000068fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x0000068fu, 0x00000002u, 0x00040047u, 0x00000691u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000691u, - 0x00000021u, 0x00000000u, 0x00040047u, 0x000006d6u, 0x00000006u, 0x00000004u, 0x00050048u, 0x000006d7u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000006d7u, 0x00000002u, 0x00040047u, 0x000006d9u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000006d9u, 0x00000021u, 0x00000000u, 0x00040047u, 0x0000078au, - 0x00000001u, 0x00000007u, 0x00040047u, 0x00000858u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000a17u, - 0x00000006u, 0x00000001u, 0x00050048u, 0x00000a18u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000a18u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000a18u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00040047u, 0x00000a19u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000a1au, 0x00000000u, - 0x00000018u, 0x00050048u, 0x00000a1au, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000a1au, - 0x00000002u, 0x00040047u, 0x00000a1cu, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000a1cu, 0x00000021u, - 0x00000006u, 0x00050048u, 0x00000cd3u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000cd3u, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000cd3u, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00050048u, 0x00000cd3u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000cd4u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00000cd4u, 0x00000002u, 0x00040047u, 0x00000cd6u, 0x00000022u, - 0x00000002u, 0x00040047u, 0x00000cd6u, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000e87u, 0x00000006u, - 0x00000001u, 0x00050048u, 0x00000e88u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00040047u, 0x00000e89u, - 0x00000006u, 0x00001000u, 0x00040048u, 0x00000e8au, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000e8au, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000e8au, 0x00000002u, 0x00040047u, 0x00000e8cu, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000e8cu, 0x00000021u, 0x00000002u, 0x00040047u, 0x00000f54u, - 0x00000006u, 0x00000002u, 0x00050048u, 0x00000f55u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00040047u, - 0x00000f56u, 0x00000006u, 0x00001000u, 0x00040048u, 0x00000f57u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00000f57u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000f57u, 0x00000002u, 0x00040047u, - 0x00000f59u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000f59u, 0x00000021u, 0x00000002u, 0x00050048u, - 0x00001cf7u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00001cf7u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x00001cf7u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00001cf7u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00001cf7u, 0x00000004u, 0x00000023u, 0x0000000eu, - 0x00050048u, 0x00001cf7u, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00001cf7u, 0x00000006u, - 0x00000023u, 0x00000014u, 0x00050048u, 0x00001cf7u, 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, - 0x00001cf7u, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x00001cf7u, 0x00000009u, 0x00000023u, - 0x0000001eu, 0x00050048u, 0x00001cf7u, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, 0x00001cf8u, - 0x00000006u, 0x00000020u, 0x00040048u, 0x00001cf9u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00001cf9u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001cf9u, 0x00000002u, 0x00040047u, 0x00001cfbu, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00001cfbu, 0x00000021u, 0x00000000u, 0x00040047u, 0x0000203cu, - 0x0000000bu, 0x0000001cu, 0x00040047u, 0x00002046u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x0000204fu, - 0x00000001u, 0x00000006u, 0x00040047u, 0x00002050u, 0x00000001u, 0x00000003u, 0x00040047u, 0x00002051u, - 0x00000001u, 0x00000004u, 0x00040047u, 0x00002052u, 0x0000000bu, 0x00000019u, 0x00040047u, 0x0000205au, - 0x00000001u, 0x00000005u, 0x00040047u, 0x0000205eu, 0x00000006u, 0x00000004u, 0x00040048u, 0x0000205fu, - 0x00000000u, 0x00000018u, 0x00050048u, 0x0000205fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x0000205fu, 0x00000002u, 0x00040047u, 0x00002061u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00002061u, - 0x00000021u, 0x0000000cu, 0x00050048u, 0x00002065u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00002065u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00002065u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x00002065u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00002065u, - 0x00000004u, 0x00000023u, 0x00000010u, 0x00030047u, 0x00002065u, 0x00000002u, 0x00040047u, 0x00002092u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x00002093u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00002093u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00002093u, 0x00000002u, 0x00040047u, 0x00002095u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00002095u, 0x00000021u, 0x0000000bu, 0x00020013u, 0x00000002u, - 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040020u, - 0x00000007u, 0x00000007u, 0x00000006u, 0x00040015u, 0x00000008u, 0x00000020u, 0x00000001u, 0x00040017u, - 0x00000009u, 0x00000008u, 0x00000004u, 0x00040015u, 0x0000000fu, 0x00000008u, 0x00000000u, 0x00040017u, - 0x00000010u, 0x0000000fu, 0x00000004u, 0x00040015u, 0x00000011u, 0x00000010u, 0x00000000u, 0x00040015u, - 0x00000012u, 0x00000010u, 0x00000001u, 0x00040017u, 0x00000013u, 0x00000012u, 0x00000004u, 0x00040017u, - 0x00000028u, 0x00000011u, 0x00000004u, 0x00040017u, 0x00000044u, 0x00000008u, 0x00000003u, 0x00040020u, - 0x00000045u, 0x00000007u, 0x00000044u, 0x00040020u, 0x00000046u, 0x00000007u, 0x00000008u, 0x00040017u, - 0x00000047u, 0x0000000fu, 0x00000003u, 0x00040020u, 0x00000068u, 0x00000007u, 0x00000010u, 0x00020014u, - 0x00000069u, 0x00040017u, 0x0000006bu, 0x0000000fu, 0x00000002u, 0x00040020u, 0x0000006cu, 0x00000007u, - 0x0000006bu, 0x00040020u, 0x0000007bu, 0x00000007u, 0x0000000fu, 0x00040017u, 0x000000b0u, 0x00000006u, - 0x00000002u, 0x00040020u, 0x000000b1u, 0x00000007u, 0x000000b0u, 0x00040020u, 0x000000dfu, 0x00000007u, - 0x00000009u, 0x00040020u, 0x000000e4u, 0x00000007u, 0x00000013u, 0x00040017u, 0x000000efu, 0x00000008u, - 0x00000002u, 0x00040020u, 0x00000106u, 0x00000007u, 0x000000efu, 0x00040017u, 0x000001aeu, 0x00000012u, - 0x00000002u, 0x00040020u, 0x000001afu, 0x00000007u, 0x000001aeu, 0x00040020u, 0x000001cbu, 0x00000007u, - 0x00000012u, 0x0004002bu, 0x00000011u, 0x0000021cu, 0x00000000u, 0x000a001eu, 0x0000021du, 0x00000009u, - 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x0003001du, - 0x0000021eu, 0x0000021du, 0x0003001eu, 0x0000021fu, 0x0000021eu, 0x00040020u, 0x00000220u, 0x0000000cu, - 0x0000021fu, 0x0004003bu, 0x00000220u, 0x00000221u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x00000222u, - 0x00000000u, 0x00040020u, 0x00000224u, 0x0000000cu, 0x0000021du, 0x0004002bu, 0x00000008u, 0x0000022cu, - 0x00000001u, 0x0004002bu, 0x00000008u, 0x0000022fu, 0x00000002u, 0x0004002bu, 0x00000008u, 0x00000232u, - 0x00000003u, 0x0004002bu, 0x00000008u, 0x00000235u, 0x00000004u, 0x0004002bu, 0x00000008u, 0x00000238u, - 0x00000005u, 0x0004002bu, 0x00000008u, 0x0000023bu, 0x00000006u, 0x0004002bu, 0x00000008u, 0x0000023eu, - 0x00000007u, 0x0011001eu, 0x00000243u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, - 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000006u, 0x00000011u, 0x0000000fu, - 0x0000000fu, 0x00000013u, 0x0003001du, 0x00000244u, 0x00000243u, 0x0003001eu, 0x00000245u, 0x00000244u, - 0x00040020u, 0x00000246u, 0x0000000cu, 0x00000245u, 0x0004003bu, 0x00000246u, 0x00000247u, 0x0000000cu, - 0x00040020u, 0x00000249u, 0x0000000cu, 0x00000243u, 0x0004002bu, 0x00000008u, 0x0000025fu, 0x00000008u, - 0x0004002bu, 0x00000008u, 0x00000262u, 0x00000009u, 0x0004002bu, 0x00000008u, 0x00000265u, 0x0000000au, - 0x0004002bu, 0x00000008u, 0x00000268u, 0x0000000bu, 0x0004002bu, 0x00000008u, 0x0000026bu, 0x0000000cu, - 0x0004002bu, 0x00000008u, 0x0000026eu, 0x0000000du, 0x0004002bu, 0x00000008u, 0x00000271u, 0x0000000eu, - 0x000a001eu, 0x00000276u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000006u, 0x00000008u, - 0x00000008u, 0x00000008u, 0x0003001du, 0x00000277u, 0x00000276u, 0x0003001eu, 0x00000278u, 0x00000277u, - 0x00040020u, 0x00000279u, 0x0000000cu, 0x00000278u, 0x0004003bu, 0x00000279u, 0x0000027au, 0x0000000cu, - 0x00040020u, 0x0000027cu, 0x0000000cu, 0x00000276u, 0x0009001eu, 0x00000294u, 0x00000010u, 0x00000010u, - 0x00000006u, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0003001du, 0x00000295u, 0x00000294u, - 0x0003001eu, 0x00000296u, 0x00000295u, 0x00040020u, 0x00000297u, 0x0000000cu, 0x00000296u, 0x0004003bu, - 0x00000297u, 0x00000298u, 0x0000000cu, 0x00040020u, 0x0000029au, 0x0000000cu, 0x00000294u, 0x0010001eu, - 0x000002b0u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000000fu, - 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0003001du, - 0x000002b1u, 0x000002b0u, 0x0003001eu, 0x000002b2u, 0x000002b1u, 0x00040020u, 0x000002b3u, 0x0000000cu, - 0x000002b2u, 0x0004003bu, 0x000002b3u, 0x000002b4u, 0x0000000cu, 0x00040020u, 0x000002b6u, 0x0000000cu, - 0x000002b0u, 0x000b001eu, 0x000002d9u, 0x00000009u, 0x00000009u, 0x00000028u, 0x00000028u, 0x00000008u, - 0x00000008u, 0x00000008u, 0x00000012u, 0x00000011u, 0x0003001du, 0x000002dau, 0x000002d9u, 0x0003001eu, - 0x000002dbu, 0x000002dau, 0x00040020u, 0x000002dcu, 0x0000000cu, 0x000002dbu, 0x0004003bu, 0x000002dcu, - 0x000002ddu, 0x0000000cu, 0x00040020u, 0x000002dfu, 0x0000000cu, 0x000002d9u, 0x0006001eu, 0x000002f8u, - 0x00000008u, 0x00000008u, 0x00000008u, 0x00000008u, 0x0003001du, 0x000002f9u, 0x000002f8u, 0x0003001eu, - 0x000002fau, 0x000002f9u, 0x00040020u, 0x000002fbu, 0x0000000cu, 0x000002fau, 0x0004003bu, 0x000002fbu, - 0x000002fcu, 0x0000000cu, 0x00040020u, 0x000002feu, 0x0000000cu, 0x000002f8u, 0x00040017u, 0x0000030eu, - 0x00000006u, 0x00000003u, 0x00040020u, 0x0000030fu, 0x00000007u, 0x0000030eu, 0x0004002bu, 0x00000006u, - 0x00000316u, 0x00000008u, 0x0004002bu, 0x00000006u, 0x0000031cu, 0x41c64e6du, 0x0004002bu, 0x00000006u, - 0x0000032fu, 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000332u, 0x00000010u, 0x0004002bu, 0x00000011u, - 0x00000336u, 0x00000007u, 0x0004002bu, 0x00000011u, 0x00000338u, 0x00000006u, 0x0004002bu, 0x00000011u, - 0x0000033au, 0x00000020u, 0x0004002bu, 0x00000011u, 0x00000346u, 0x000001ffu, 0x0004002bu, 0x00000011u, - 0x0000034du, 0x000000ffu, 0x0006002cu, 0x00000044u, 0x00000355u, 0x00000222u, 0x00000232u, 0x0000023bu, - 0x0004002bu, 0x00000008u, 0x0000035bu, 0x000000f8u, 0x0004002bu, 0x00000008u, 0x00000360u, 0x000000ffu, - 0x0006002cu, 0x00000044u, 0x00000361u, 0x00000360u, 0x00000360u, 0x00000360u, 0x0004002bu, 0x00000008u, - 0x00000363u, 0x000000f7u, 0x0006002cu, 0x00000044u, 0x00000364u, 0x00000363u, 0x00000363u, 0x00000363u, - 0x00040017u, 0x00000365u, 0x00000069u, 0x00000003u, 0x0004002bu, 0x00000008u, 0x0000036eu, 0x0000001fu, - 0x00040015u, 0x0000037du, 0x00000008u, 0x00000001u, 0x00040017u, 0x0000037eu, 0x0000037du, 0x00000003u, - 0x0004001cu, 0x00000387u, 0x0000000fu, 0x00000332u, 0x0004002bu, 0x00000006u, 0x00000388u, 0x00000002u, - 0x0004001cu, 0x00000389u, 0x00000387u, 0x00000388u, 0x0004002bu, 0x0000000fu, 0x0000038au, 0x00000000u, - 0x0004002bu, 0x0000000fu, 0x0000038bu, 0x00000006u, 0x0004002bu, 0x0000000fu, 0x0000038cu, 0x00000001u, - 0x0004002bu, 0x0000000fu, 0x0000038du, 0x00000007u, 0x0004002bu, 0x0000000fu, 0x0000038eu, 0x00000004u, - 0x0004002bu, 0x0000000fu, 0x0000038fu, 0x00000002u, 0x0004002bu, 0x0000000fu, 0x00000390u, 0x00000005u, - 0x0004002bu, 0x0000000fu, 0x00000391u, 0x00000003u, 0x0013002cu, 0x00000387u, 0x00000392u, 0x0000038au, - 0x0000038bu, 0x0000038cu, 0x0000038du, 0x0000038eu, 0x0000038fu, 0x00000390u, 0x00000391u, 0x00000391u, - 0x00000390u, 0x0000038fu, 0x0000038eu, 0x0000038du, 0x0000038cu, 0x0000038bu, 0x0000038au, 0x0013002cu, - 0x00000387u, 0x00000393u, 0x0000038au, 0x0000038eu, 0x0000038cu, 0x00000390u, 0x0000038eu, 0x0000038au, - 0x00000390u, 0x0000038cu, 0x00000391u, 0x0000038du, 0x0000038fu, 0x0000038bu, 0x0000038du, 0x00000391u, - 0x0000038bu, 0x0000038fu, 0x0005002cu, 0x00000389u, 0x00000394u, 0x00000392u, 0x00000393u, 0x00040020u, - 0x0000039cu, 0x00000007u, 0x00000389u, 0x0004002bu, 0x00000008u, 0x000003a2u, 0x00000049u, 0x0004002bu, - 0x00000008u, 0x000003dcu, 0x000007ffu, 0x0004002bu, 0x00000008u, 0x000003e3u, 0x00040000u, 0x0004002bu, - 0x00000008u, 0x000003efu, 0x0003ffffu, 0x0004002bu, 0x00000008u, 0x000003f4u, 0x00000011u, 0x00040020u, - 0x0000041du, 0x00000007u, 0x00000047u, 0x0004002bu, 0x00000006u, 0x0000045eu, 0x00000001u, 0x0004002bu, - 0x00000006u, 0x00000466u, 0x00000003u, 0x0004002bu, 0x0000000fu, 0x00000471u, 0x000000ffu, 0x0004002bu, - 0x0000000fu, 0x000004b1u, 0x0000003cu, 0x00040017u, 0x000004b8u, 0x00000012u, 0x00000003u, 0x00040020u, - 0x000004b9u, 0x00000007u, 0x000004b8u, 0x00040017u, 0x000004bcu, 0x00000011u, 0x00000003u, 0x0004002bu, - 0x00000012u, 0x000004cau, 0x00000001u, 0x0004002bu, 0x00000012u, 0x000004d6u, 0x00000005u, 0x0004002bu, - 0x00000012u, 0x000004e7u, 0x00000002u, 0x0004002bu, 0x00000012u, 0x000004ebu, 0x000007ffu, 0x00090019u, - 0x000004efu, 0x00000006u, 0x00000005u, 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00040020u, 0x000004f0u, 0x00000000u, 0x000004efu, 0x0004003bu, 0x000004f0u, 0x000004f1u, 0x00000000u, - 0x00040017u, 0x000004f9u, 0x00000006u, 0x00000004u, 0x0004002bu, 0x00000008u, 0x00000535u, 0x0000000fu, - 0x0003002au, 0x00000069u, 0x00000538u, 0x0004002bu, 0x00000008u, 0x00000550u, 0x00008000u, 0x0004002bu, - 0x00000008u, 0x00000556u, 0x00000010u, 0x00030029u, 0x00000069u, 0x0000055bu, 0x0004002bu, 0x00000008u, - 0x0000055cu, 0x0000ffffu, 0x0004002bu, 0x00000011u, 0x000005f3u, 0x00000004u, 0x0004002bu, 0x00000011u, - 0x000005f4u, 0x00000002u, 0x0007002cu, 0x00000028u, 0x000005f5u, 0x0000021cu, 0x000005f3u, 0x000005f4u, - 0x00000338u, 0x0004002bu, 0x00000011u, 0x000005f9u, 0x00000003u, 0x00040017u, 0x000005fdu, 0x00000069u, - 0x00000004u, 0x0007002cu, 0x00000010u, 0x00000615u, 0x0000038au, 0x0000038au, 0x0000038au, 0x0000038au, - 0x0007002cu, 0x00000010u, 0x00000616u, 0x0000038cu, 0x0000038cu, 0x0000038cu, 0x0000038cu, 0x0004002bu, - 0x0000000fu, 0x00000623u, 0x00000008u, 0x0007002cu, 0x00000010u, 0x00000624u, 0x0000038cu, 0x0000038fu, - 0x0000038eu, 0x00000623u, 0x0004002bu, 0x0000000fu, 0x00000627u, 0x00000010u, 0x0004002bu, 0x0000000fu, - 0x00000628u, 0x00000020u, 0x0004002bu, 0x0000000fu, 0x00000629u, 0x00000040u, 0x0004002bu, 0x0000000fu, - 0x0000062au, 0x00000080u, 0x0007002cu, 0x00000010u, 0x0000062bu, 0x00000627u, 0x00000628u, 0x00000629u, - 0x0000062au, 0x00040032u, 0x00000008u, 0x0000065eu, 0x00000000u, 0x00040032u, 0x00000006u, 0x00000664u, - 0x00000000u, 0x00060034u, 0x00000006u, 0x00000665u, 0x00000082u, 0x00000664u, 0x0000045eu, 0x0003001du, - 0x0000066du, 0x0000000fu, 0x0003001eu, 0x0000066eu, 0x0000066du, 0x00040020u, 0x0000066fu, 0x0000000cu, - 0x0000066eu, 0x0004003bu, 0x0000066fu, 0x00000670u, 0x0000000cu, 0x00040020u, 0x00000673u, 0x0000000cu, - 0x0000000fu, 0x0003001du, 0x0000067bu, 0x0000000fu, 0x0003001eu, 0x0000067cu, 0x0000067bu, 0x00040020u, - 0x0000067du, 0x0000000cu, 0x0000067cu, 0x0004003bu, 0x0000067du, 0x0000067eu, 0x0000000cu, 0x00060034u, - 0x00000006u, 0x00000685u, 0x000000c2u, 0x00000665u, 0x0000045eu, 0x00060034u, 0x00000006u, 0x00000689u, - 0x000000c2u, 0x00000664u, 0x0000022cu, 0x0003001du, 0x0000068eu, 0x00000011u, 0x0003001eu, 0x0000068fu, - 0x0000068eu, 0x00040020u, 0x00000690u, 0x0000000cu, 0x0000068fu, 0x0004003bu, 0x00000690u, 0x00000691u, - 0x0000000cu, 0x00040020u, 0x00000694u, 0x0000000cu, 0x00000011u, 0x0004002bu, 0x00000006u, 0x000006a0u, - 0x000000f8u, 0x00060034u, 0x00000006u, 0x000006b6u, 0x000000c2u, 0x00000664u, 0x0000022cu, 0x0004002bu, - 0x00000006u, 0x000006c5u, 0x000000ffu, 0x00060034u, 0x00000006u, 0x000006cdu, 0x000000c2u, 0x00000665u, - 0x00000388u, 0x00060034u, 0x00000006u, 0x000006d1u, 0x000000c2u, 0x00000664u, 0x0000022fu, 0x0003001du, - 0x000006d6u, 0x00000006u, 0x0003001eu, 0x000006d7u, 0x000006d6u, 0x00040020u, 0x000006d8u, 0x0000000cu, - 0x000006d7u, 0x0004003bu, 0x000006d8u, 0x000006d9u, 0x0000000cu, 0x00040020u, 0x000006dbu, 0x0000000cu, - 0x00000006u, 0x0004002bu, 0x00000006u, 0x000006e0u, 0x00000018u, 0x0007002cu, 0x000004f9u, 0x000006e1u, - 0x000006e0u, 0x00000332u, 0x00000316u, 0x0000032fu, 0x0007002cu, 0x000004f9u, 0x000006e3u, 0x000006c5u, - 0x000006c5u, 0x000006c5u, 0x000006c5u, 0x0004002bu, 0x00000006u, 0x000006f9u, 0x00000006u, 0x0004002bu, - 0x00000006u, 0x00000706u, 0x00000004u, 0x0004002bu, 0x00000006u, 0x00000733u, 0x0000000au, 0x0004002bu, - 0x00000006u, 0x00000739u, 0x00000005u, 0x0004002bu, 0x00000006u, 0x00000744u, 0x00000007u, 0x00060034u, - 0x00000006u, 0x0000075bu, 0x000000c2u, 0x00000664u, 0x0000022cu, 0x00040032u, 0x00000008u, 0x0000078au, - 0x00000000u, 0x00060034u, 0x00000008u, 0x0000078bu, 0x000000c7u, 0x0000078au, 0x0000022cu, 0x00060034u, - 0x00000069u, 0x0000078cu, 0x000000abu, 0x0000078bu, 0x00000222u, 0x00060034u, 0x00000008u, 0x0000078du, - 0x000000c3u, 0x0000078au, 0x0000022cu, 0x00060034u, 0x00000069u, 0x0000078eu, 0x000000aau, 0x0000078du, - 0x00000222u, 0x00060034u, 0x00000069u, 0x0000078fu, 0x000000a7u, 0x0000078cu, 0x0000078eu, 0x0004002bu, - 0x00000006u, 0x00000792u, 0x00000048u, 0x00060034u, 0x00000006u, 0x000007bdu, 0x000000c2u, 0x00000664u, - 0x0000022cu, 0x00040020u, 0x000007c1u, 0x00000007u, 0x000004f9u, 0x00060034u, 0x00000006u, 0x000007f0u, - 0x000000c2u, 0x00000664u, 0x0000045eu, 0x0004002bu, 0x00000011u, 0x000007f2u, 0x0000ffffu, 0x00060034u, - 0x00000006u, 0x000007f8u, 0x000000c2u, 0x00000664u, 0x0000022cu, 0x00060034u, 0x00000006u, 0x00000817u, - 0x000000c2u, 0x00000664u, 0x0000045eu, 0x00060034u, 0x00000006u, 0x0000081eu, 0x000000c2u, 0x00000664u, - 0x0000022fu, 0x00060034u, 0x00000006u, 0x00000852u, 0x000000c2u, 0x00000664u, 0x00000388u, 0x0004002bu, - 0x00000006u, 0x00000854u, 0xffffffffu, 0x00030031u, 0x00000069u, 0x00000858u, 0x00050034u, 0x00000069u, - 0x00000859u, 0x000000a8u, 0x00000858u, 0x00060034u, 0x00000006u, 0x00000863u, 0x000000c2u, 0x00000664u, - 0x0000022cu, 0x00060034u, 0x00000006u, 0x0000087au, 0x000000c2u, 0x00000664u, 0x0000045eu, 0x00040017u, - 0x00000881u, 0x00000069u, 0x00000002u, 0x00060034u, 0x00000008u, 0x00000888u, 0x000000c4u, 0x0000022cu, - 0x0000078du, 0x00060034u, 0x00000008u, 0x00000889u, 0x00000082u, 0x00000888u, 0x0000022cu, 0x00060034u, - 0x00000006u, 0x0000088au, 0x00000080u, 0x00000889u, 0x0000032fu, 0x00060034u, 0x00000006u, 0x00000893u, - 0x00000080u, 0x00000888u, 0x0000032fu, 0x00060034u, 0x00000008u, 0x000008deu, 0x00000084u, 0x00000888u, - 0x00000888u, 0x00060034u, 0x00000006u, 0x000008dfu, 0x00000080u, 0x000008deu, 0x0000032fu, 0x00060034u, - 0x00000006u, 0x000008e0u, 0x000000c2u, 0x00000664u, 0x0000022fu, 0x00060034u, 0x00000006u, 0x000008e1u, - 0x00000084u, 0x000008dfu, 0x000008e0u, 0x00060034u, 0x00000008u, 0x000008f4u, 0x00000082u, 0x00000888u, - 0x0000022cu, 0x00060034u, 0x00000006u, 0x000008f5u, 0x00000080u, 0x000008f4u, 0x0000032fu, 0x00060034u, - 0x00000006u, 0x000008feu, 0x00000080u, 0x00000888u, 0x0000032fu, 0x00060034u, 0x00000069u, 0x00000920u, - 0x000000abu, 0x0000078du, 0x00000222u, 0x00060034u, 0x00000069u, 0x00000921u, 0x000000a7u, 0x0000078cu, - 0x00000920u, 0x0004002bu, 0x0000000fu, 0x00000930u, 0x000000e0u, 0x0006002cu, 0x00000047u, 0x0000093bu, - 0x0000038au, 0x0000038au, 0x0000038au, 0x0004002bu, 0x0000000fu, 0x00000942u, 0x000000f8u, 0x00060034u, - 0x00000069u, 0x00000955u, 0x000000aau, 0x0000065eu, 0x00000222u, 0x0004002bu, 0x00000006u, 0x0000097eu, - 0x000000e0u, 0x0004002bu, 0x00000006u, 0x000009d9u, 0x0000ffffu, 0x0004002bu, 0x00000008u, 0x00000a09u, - 0x000001ffu, 0x0004001cu, 0x00000a17u, 0x0000000fu, 0x00000316u, 0x0005001eu, 0x00000a18u, 0x00000010u, - 0x00000010u, 0x00000a17u, 0x0003001du, 0x00000a19u, 0x00000a18u, 0x0003001eu, 0x00000a1au, 0x00000a19u, - 0x00040020u, 0x00000a1bu, 0x0000000cu, 0x00000a1au, 0x0004003bu, 0x00000a1bu, 0x00000a1cu, 0x0000000cu, - 0x0004002bu, 0x00000006u, 0x00000a40u, 0x00000020u, 0x0004002bu, 0x00000006u, 0x00000a46u, 0x00000040u, - 0x0004002bu, 0x00000006u, 0x00000a4cu, 0x00000080u, 0x0004002bu, 0x00000006u, 0x00000a52u, 0x00000100u, - 0x0004002bu, 0x00000008u, 0x00000b00u, 0x00000080u, 0x0007002cu, 0x00000009u, 0x00000b0au, 0x00000222u, - 0x00000222u, 0x00000222u, 0x00000222u, 0x0007002cu, 0x00000009u, 0x00000b0bu, 0x00000360u, 0x00000360u, - 0x00000360u, 0x00000360u, 0x00040017u, 0x00000b14u, 0x0000037du, 0x00000004u, 0x0004002bu, 0x00000008u, - 0x00000b20u, 0x00020000u, 0x0004002bu, 0x00000008u, 0x00000b36u, 0x00003fffu, 0x0004001cu, 0x00000b3cu, - 0x000001aeu, 0x00000a46u, 0x0004002bu, 0x00000012u, 0x00000b3du, 0x00004000u, 0x0004002bu, 0x00000012u, - 0x00000b3eu, 0xfffffc10u, 0x0005002cu, 0x000001aeu, 0x00000b3fu, 0x00000b3du, 0x00000b3eu, 0x0004002bu, - 0x00000012u, 0x00000b40u, 0x00003f04u, 0x0004002bu, 0x00000012u, 0x00000b41u, 0xfffffc30u, 0x0005002cu, - 0x000001aeu, 0x00000b42u, 0x00000b40u, 0x00000b41u, 0x0004002bu, 0x00000012u, 0x00000b43u, 0x00003e10u, - 0x0004002bu, 0x00000012u, 0x00000b44u, 0xfffffc48u, 0x0005002cu, 0x000001aeu, 0x00000b45u, 0x00000b43u, - 0x00000b44u, 0x0004002bu, 0x00000012u, 0x00000b46u, 0x00003d22u, 0x0004002bu, 0x00000012u, 0x00000b47u, - 0xfffffc68u, 0x0005002cu, 0x000001aeu, 0x00000b48u, 0x00000b46u, 0x00000b47u, 0x0004002bu, 0x00000012u, - 0x00000b49u, 0x00003c3cu, 0x0004002bu, 0x00000012u, 0x00000b4au, 0xfffffc84u, 0x0005002cu, 0x000001aeu, - 0x00000b4bu, 0x00000b49u, 0x00000b4au, 0x0004002bu, 0x00000012u, 0x00000b4cu, 0x00003b5du, 0x0004002bu, - 0x00000012u, 0x00000b4du, 0xfffffc98u, 0x0005002cu, 0x000001aeu, 0x00000b4eu, 0x00000b4cu, 0x00000b4du, - 0x0004002bu, 0x00000012u, 0x00000b4fu, 0x00003a83u, 0x0004002bu, 0x00000012u, 0x00000b50u, 0xfffffcb8u, - 0x0005002cu, 0x000001aeu, 0x00000b51u, 0x00000b4fu, 0x00000b50u, 0x0004002bu, 0x00000012u, 0x00000b52u, - 0x000039b1u, 0x0004002bu, 0x00000012u, 0x00000b53u, 0xfffffcccu, 0x0005002cu, 0x000001aeu, 0x00000b54u, - 0x00000b52u, 0x00000b53u, 0x0004002bu, 0x00000012u, 0x00000b55u, 0x000038e4u, 0x0004002bu, 0x00000012u, - 0x00000b56u, 0xfffffce0u, 0x0005002cu, 0x000001aeu, 0x00000b57u, 0x00000b55u, 0x00000b56u, 0x0004002bu, - 0x00000012u, 0x00000b58u, 0x0000381cu, 0x0004002bu, 0x00000012u, 0x00000b59u, 0xfffffcf8u, 0x0005002cu, - 0x000001aeu, 0x00000b5au, 0x00000b58u, 0x00000b59u, 0x0004002bu, 0x00000012u, 0x00000b5bu, 0x0000375au, - 0x0004002bu, 0x00000012u, 0x00000b5cu, 0xfffffd0cu, 0x0005002cu, 0x000001aeu, 0x00000b5du, 0x00000b5bu, - 0x00000b5cu, 0x0004002bu, 0x00000012u, 0x00000b5eu, 0x0000369du, 0x0004002bu, 0x00000012u, 0x00000b5fu, - 0xfffffd20u, 0x0005002cu, 0x000001aeu, 0x00000b60u, 0x00000b5eu, 0x00000b5fu, 0x0004002bu, 0x00000012u, - 0x00000b61u, 0x000035e5u, 0x0004002bu, 0x00000012u, 0x00000b62u, 0xfffffd34u, 0x0005002cu, 0x000001aeu, - 0x00000b63u, 0x00000b61u, 0x00000b62u, 0x0004002bu, 0x00000012u, 0x00000b64u, 0x00003532u, 0x0004002bu, - 0x00000012u, 0x00000b65u, 0xfffffd44u, 0x0005002cu, 0x000001aeu, 0x00000b66u, 0x00000b64u, 0x00000b65u, - 0x0004002bu, 0x00000012u, 0x00000b67u, 0x00003483u, 0x0004002bu, 0x00000012u, 0x00000b68u, 0xfffffd58u, - 0x0005002cu, 0x000001aeu, 0x00000b69u, 0x00000b67u, 0x00000b68u, 0x0004002bu, 0x00000012u, 0x00000b6au, - 0x000033d9u, 0x0004002bu, 0x00000012u, 0x00000b6bu, 0xfffffd68u, 0x0005002cu, 0x000001aeu, 0x00000b6cu, - 0x00000b6au, 0x00000b6bu, 0x0004002bu, 0x00000012u, 0x00000b6du, 0x00003333u, 0x0004002bu, 0x00000012u, - 0x00000b6eu, 0xfffffd78u, 0x0005002cu, 0x000001aeu, 0x00000b6fu, 0x00000b6du, 0x00000b6eu, 0x0004002bu, - 0x00000012u, 0x00000b70u, 0x00003291u, 0x0004002bu, 0x00000012u, 0x00000b71u, 0xfffffd8cu, 0x0005002cu, - 0x000001aeu, 0x00000b72u, 0x00000b70u, 0x00000b71u, 0x0004002bu, 0x00000012u, 0x00000b73u, 0x000031f4u, - 0x0004002bu, 0x00000012u, 0x00000b74u, 0xfffffd94u, 0x0005002cu, 0x000001aeu, 0x00000b75u, 0x00000b73u, - 0x00000b74u, 0x0004002bu, 0x00000012u, 0x00000b76u, 0x00003159u, 0x0004002bu, 0x00000012u, 0x00000b77u, - 0xfffffda8u, 0x0005002cu, 0x000001aeu, 0x00000b78u, 0x00000b76u, 0x00000b77u, 0x0004002bu, 0x00000012u, - 0x00000b79u, 0x000030c3u, 0x0004002bu, 0x00000012u, 0x00000b7au, 0xfffffdb4u, 0x0005002cu, 0x000001aeu, - 0x00000b7bu, 0x00000b79u, 0x00000b7au, 0x0004002bu, 0x00000012u, 0x00000b7cu, 0x00003030u, 0x0004002bu, - 0x00000012u, 0x00000b7du, 0xfffffdc4u, 0x0005002cu, 0x000001aeu, 0x00000b7eu, 0x00000b7cu, 0x00000b7du, - 0x0004002bu, 0x00000012u, 0x00000b7fu, 0x00002fa1u, 0x0004002bu, 0x00000012u, 0x00000b80u, 0xfffffdd0u, - 0x0005002cu, 0x000001aeu, 0x00000b81u, 0x00000b7fu, 0x00000b80u, 0x0004002bu, 0x00000012u, 0x00000b82u, - 0x00002f15u, 0x0004002bu, 0x00000012u, 0x00000b83u, 0xfffffddcu, 0x0005002cu, 0x000001aeu, 0x00000b84u, - 0x00000b82u, 0x00000b83u, 0x0004002bu, 0x00000012u, 0x00000b85u, 0x00002e8cu, 0x0004002bu, 0x00000012u, - 0x00000b86u, 0xfffffde8u, 0x0005002cu, 0x000001aeu, 0x00000b87u, 0x00000b85u, 0x00000b86u, 0x0004002bu, - 0x00000012u, 0x00000b88u, 0x00002e06u, 0x0004002bu, 0x00000012u, 0x00000b89u, 0xfffffdf4u, 0x0005002cu, - 0x000001aeu, 0x00000b8au, 0x00000b88u, 0x00000b89u, 0x0004002bu, 0x00000012u, 0x00000b8bu, 0x00002d83u, - 0x0004002bu, 0x00000012u, 0x00000b8cu, 0xfffffe00u, 0x0005002cu, 0x000001aeu, 0x00000b8du, 0x00000b8bu, - 0x00000b8cu, 0x0004002bu, 0x00000012u, 0x00000b8eu, 0x00002d03u, 0x0004002bu, 0x00000012u, 0x00000b8fu, - 0xfffffe0cu, 0x0005002cu, 0x000001aeu, 0x00000b90u, 0x00000b8eu, 0x00000b8fu, 0x0004002bu, 0x00000012u, - 0x00000b91u, 0x00002c86u, 0x0004002bu, 0x00000012u, 0x00000b92u, 0xfffffe14u, 0x0005002cu, 0x000001aeu, - 0x00000b93u, 0x00000b91u, 0x00000b92u, 0x0004002bu, 0x00000012u, 0x00000b94u, 0x00002c0bu, 0x0004002bu, - 0x00000012u, 0x00000b95u, 0xfffffe20u, 0x0005002cu, 0x000001aeu, 0x00000b96u, 0x00000b94u, 0x00000b95u, - 0x0004002bu, 0x00000012u, 0x00000b97u, 0x00002b93u, 0x0004002bu, 0x00000012u, 0x00000b98u, 0xfffffe2cu, - 0x0005002cu, 0x000001aeu, 0x00000b99u, 0x00000b97u, 0x00000b98u, 0x0004002bu, 0x00000012u, 0x00000b9au, - 0x00002b1eu, 0x0004002bu, 0x00000012u, 0x00000b9bu, 0xfffffe34u, 0x0005002cu, 0x000001aeu, 0x00000b9cu, - 0x00000b9au, 0x00000b9bu, 0x0004002bu, 0x00000012u, 0x00000b9du, 0x00002aabu, 0x0004002bu, 0x00000012u, - 0x00000b9eu, 0xfffffe3cu, 0x0005002cu, 0x000001aeu, 0x00000b9fu, 0x00000b9du, 0x00000b9eu, 0x0004002bu, - 0x00000012u, 0x00000ba0u, 0x00002a3au, 0x0004002bu, 0x00000012u, 0x00000ba1u, 0xfffffe48u, 0x0005002cu, - 0x000001aeu, 0x00000ba2u, 0x00000ba0u, 0x00000ba1u, 0x0004002bu, 0x00000012u, 0x00000ba3u, 0x000029ccu, - 0x0004002bu, 0x00000012u, 0x00000ba4u, 0xfffffe50u, 0x0005002cu, 0x000001aeu, 0x00000ba5u, 0x00000ba3u, - 0x00000ba4u, 0x0004002bu, 0x00000012u, 0x00000ba6u, 0x00002960u, 0x0004002bu, 0x00000012u, 0x00000ba7u, - 0xfffffe58u, 0x0005002cu, 0x000001aeu, 0x00000ba8u, 0x00000ba6u, 0x00000ba7u, 0x0004002bu, 0x00000012u, - 0x00000ba9u, 0x000028f6u, 0x0004002bu, 0x00000012u, 0x00000baau, 0xfffffe60u, 0x0005002cu, 0x000001aeu, - 0x00000babu, 0x00000ba9u, 0x00000baau, 0x0004002bu, 0x00000012u, 0x00000bacu, 0x0000288eu, 0x0004002bu, - 0x00000012u, 0x00000badu, 0xfffffe68u, 0x0005002cu, 0x000001aeu, 0x00000baeu, 0x00000bacu, 0x00000badu, - 0x0004002bu, 0x00000012u, 0x00000bafu, 0x00002828u, 0x0004002bu, 0x00000012u, 0x00000bb0u, 0xfffffe70u, - 0x0005002cu, 0x000001aeu, 0x00000bb1u, 0x00000bafu, 0x00000bb0u, 0x0004002bu, 0x00000012u, 0x00000bb2u, - 0x000027c4u, 0x0004002bu, 0x00000012u, 0x00000bb3u, 0xfffffe78u, 0x0005002cu, 0x000001aeu, 0x00000bb4u, - 0x00000bb2u, 0x00000bb3u, 0x0004002bu, 0x00000012u, 0x00000bb5u, 0x00002762u, 0x0004002bu, 0x00000012u, - 0x00000bb6u, 0xfffffe80u, 0x0005002cu, 0x000001aeu, 0x00000bb7u, 0x00000bb5u, 0x00000bb6u, 0x0004002bu, - 0x00000012u, 0x00000bb8u, 0x00002702u, 0x0004002bu, 0x00000012u, 0x00000bb9u, 0xfffffe88u, 0x0005002cu, - 0x000001aeu, 0x00000bbau, 0x00000bb8u, 0x00000bb9u, 0x0004002bu, 0x00000012u, 0x00000bbbu, 0x000026a4u, - 0x0004002bu, 0x00000012u, 0x00000bbcu, 0xfffffe90u, 0x0005002cu, 0x000001aeu, 0x00000bbdu, 0x00000bbbu, - 0x00000bbcu, 0x0004002bu, 0x00000012u, 0x00000bbeu, 0x00002648u, 0x0004002bu, 0x00000012u, 0x00000bbfu, - 0xfffffe94u, 0x0005002cu, 0x000001aeu, 0x00000bc0u, 0x00000bbeu, 0x00000bbfu, 0x0004002bu, 0x00000012u, - 0x00000bc1u, 0x000025edu, 0x0004002bu, 0x00000012u, 0x00000bc2u, 0xfffffe9cu, 0x0005002cu, 0x000001aeu, - 0x00000bc3u, 0x00000bc1u, 0x00000bc2u, 0x0004002bu, 0x00000012u, 0x00000bc4u, 0x00002594u, 0x0004002bu, - 0x00000012u, 0x00000bc5u, 0xfffffea4u, 0x0005002cu, 0x000001aeu, 0x00000bc6u, 0x00000bc4u, 0x00000bc5u, - 0x0004002bu, 0x00000012u, 0x00000bc7u, 0x0000253du, 0x0004002bu, 0x00000012u, 0x00000bc8u, 0xfffffea8u, - 0x0005002cu, 0x000001aeu, 0x00000bc9u, 0x00000bc7u, 0x00000bc8u, 0x0004002bu, 0x00000012u, 0x00000bcau, - 0x000024e7u, 0x0004002bu, 0x00000012u, 0x00000bcbu, 0xfffffeacu, 0x0005002cu, 0x000001aeu, 0x00000bccu, - 0x00000bcau, 0x00000bcbu, 0x0004002bu, 0x00000012u, 0x00000bcdu, 0x00002492u, 0x0004002bu, 0x00000012u, - 0x00000bceu, 0xfffffeb4u, 0x0005002cu, 0x000001aeu, 0x00000bcfu, 0x00000bcdu, 0x00000bceu, 0x0004002bu, - 0x00000012u, 0x00000bd0u, 0x0000243fu, 0x0004002bu, 0x00000012u, 0x00000bd1u, 0xfffffebcu, 0x0005002cu, - 0x000001aeu, 0x00000bd2u, 0x00000bd0u, 0x00000bd1u, 0x0004002bu, 0x00000012u, 0x00000bd3u, 0x000023eeu, - 0x0004002bu, 0x00000012u, 0x00000bd4u, 0xfffffec0u, 0x0005002cu, 0x000001aeu, 0x00000bd5u, 0x00000bd3u, - 0x00000bd4u, 0x0004002bu, 0x00000012u, 0x00000bd6u, 0x0000239eu, 0x0004002bu, 0x00000012u, 0x00000bd7u, - 0xfffffec4u, 0x0005002cu, 0x000001aeu, 0x00000bd8u, 0x00000bd6u, 0x00000bd7u, 0x0004002bu, 0x00000012u, - 0x00000bd9u, 0x0000234fu, 0x0004002bu, 0x00000012u, 0x00000bdau, 0xfffffeccu, 0x0005002cu, 0x000001aeu, - 0x00000bdbu, 0x00000bd9u, 0x00000bdau, 0x0004002bu, 0x00000012u, 0x00000bdcu, 0x00002302u, 0x0004002bu, - 0x00000012u, 0x00000bddu, 0xfffffed0u, 0x0005002cu, 0x000001aeu, 0x00000bdeu, 0x00000bdcu, 0x00000bddu, - 0x0004002bu, 0x00000012u, 0x00000bdfu, 0x000022b6u, 0x0004002bu, 0x00000012u, 0x00000be0u, 0xfffffed8u, - 0x0005002cu, 0x000001aeu, 0x00000be1u, 0x00000bdfu, 0x00000be0u, 0x0004002bu, 0x00000012u, 0x00000be2u, - 0x0000226cu, 0x0005002cu, 0x000001aeu, 0x00000be3u, 0x00000be2u, 0x00000be0u, 0x0004002bu, 0x00000012u, - 0x00000be4u, 0x00002222u, 0x0004002bu, 0x00000012u, 0x00000be5u, 0xfffffee0u, 0x0005002cu, 0x000001aeu, - 0x00000be6u, 0x00000be4u, 0x00000be5u, 0x0004002bu, 0x00000012u, 0x00000be7u, 0x000021dau, 0x0004002bu, - 0x00000012u, 0x00000be8u, 0xfffffee4u, 0x0005002cu, 0x000001aeu, 0x00000be9u, 0x00000be7u, 0x00000be8u, - 0x0004002bu, 0x00000012u, 0x00000beau, 0x00002193u, 0x0004002bu, 0x00000012u, 0x00000bebu, 0xfffffee8u, - 0x0005002cu, 0x000001aeu, 0x00000becu, 0x00000beau, 0x00000bebu, 0x0004002bu, 0x00000012u, 0x00000bedu, - 0x0000214du, 0x0004002bu, 0x00000012u, 0x00000beeu, 0xfffffeecu, 0x0005002cu, 0x000001aeu, 0x00000befu, - 0x00000bedu, 0x00000beeu, 0x0004002bu, 0x00000012u, 0x00000bf0u, 0x00002108u, 0x0004002bu, 0x00000012u, - 0x00000bf1u, 0xfffffef4u, 0x0005002cu, 0x000001aeu, 0x00000bf2u, 0x00000bf0u, 0x00000bf1u, 0x0004002bu, - 0x00000012u, 0x00000bf3u, 0x000020c5u, 0x0005002cu, 0x000001aeu, 0x00000bf4u, 0x00000bf3u, 0x00000bf1u, - 0x0004002bu, 0x00000012u, 0x00000bf5u, 0x00002082u, 0x0004002bu, 0x00000012u, 0x00000bf6u, 0xfffffefcu, - 0x0005002cu, 0x000001aeu, 0x00000bf7u, 0x00000bf5u, 0x00000bf6u, 0x0004002bu, 0x00000012u, 0x00000bf8u, - 0x00002041u, 0x0005002cu, 0x000001aeu, 0x00000bf9u, 0x00000bf8u, 0x00000bf6u, 0x0043002cu, 0x00000b3cu, - 0x00000bfau, 0x00000b3fu, 0x00000b42u, 0x00000b45u, 0x00000b48u, 0x00000b4bu, 0x00000b4eu, 0x00000b51u, - 0x00000b54u, 0x00000b57u, 0x00000b5au, 0x00000b5du, 0x00000b60u, 0x00000b63u, 0x00000b66u, 0x00000b69u, - 0x00000b6cu, 0x00000b6fu, 0x00000b72u, 0x00000b75u, 0x00000b78u, 0x00000b7bu, 0x00000b7eu, 0x00000b81u, - 0x00000b84u, 0x00000b87u, 0x00000b8au, 0x00000b8du, 0x00000b90u, 0x00000b93u, 0x00000b96u, 0x00000b99u, - 0x00000b9cu, 0x00000b9fu, 0x00000ba2u, 0x00000ba5u, 0x00000ba8u, 0x00000babu, 0x00000baeu, 0x00000bb1u, - 0x00000bb4u, 0x00000bb7u, 0x00000bbau, 0x00000bbdu, 0x00000bc0u, 0x00000bc3u, 0x00000bc6u, 0x00000bc9u, - 0x00000bccu, 0x00000bcfu, 0x00000bd2u, 0x00000bd5u, 0x00000bd8u, 0x00000bdbu, 0x00000bdeu, 0x00000be1u, - 0x00000be3u, 0x00000be6u, 0x00000be9u, 0x00000becu, 0x00000befu, 0x00000bf2u, 0x00000bf4u, 0x00000bf7u, - 0x00000bf9u, 0x00040020u, 0x00000bfdu, 0x00000007u, 0x00000b3cu, 0x0004002bu, 0x00000008u, 0x00000c1au, - 0x00007fffu, 0x0004002bu, 0x00000008u, 0x00000c2cu, 0x3fffffffu, 0x0004002bu, 0x00000008u, 0x00000c2du, - 0x20000000u, 0x0005002cu, 0x000000efu, 0x00000c46u, 0x00000222u, 0x00000222u, 0x0004002bu, 0x00000008u, - 0x00000c5fu, 0xffff8000u, 0x0005002cu, 0x000000efu, 0x00000c79u, 0x00000c1au, 0x00000c1au, 0x0004002bu, - 0x00000008u, 0x00000c7bu, 0xffff0000u, 0x0005002cu, 0x000000efu, 0x00000c7cu, 0x00000c7bu, 0x00000c7bu, - 0x0005002cu, 0x000000efu, 0x00000c7du, 0x0000055cu, 0x0000055cu, 0x0004002bu, 0x00000008u, 0x00000c82u, - 0xffffffe0u, 0x00060034u, 0x00000008u, 0x00000ca0u, 0x00000080u, 0x0000022fu, 0x0000078du, 0x00050034u, - 0x00000012u, 0x00000ca1u, 0x00000072u, 0x00000ca0u, 0x00060034u, 0x00000008u, 0x00000cb6u, 0x00000080u, - 0x00000235u, 0x0000078du, 0x00050034u, 0x00000012u, 0x00000cb7u, 0x00000072u, 0x00000cb6u, 0x0006001eu, - 0x00000cd3u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000006u, 0x0003001eu, 0x00000cd4u, 0x00000cd3u, - 0x00040020u, 0x00000cd5u, 0x00000002u, 0x00000cd4u, 0x0004003bu, 0x00000cd5u, 0x00000cd6u, 0x00000002u, - 0x00040020u, 0x00000cd7u, 0x00000002u, 0x00000008u, 0x0004002bu, 0x00000008u, 0x00000ce4u, 0xffffffffu, - 0x00060034u, 0x00000069u, 0x00000d43u, 0x000000adu, 0x00000888u, 0x0000022cu, 0x00060034u, 0x00000008u, - 0x00000d99u, 0x00000082u, 0x00000888u, 0x0000022cu, 0x00060034u, 0x00000008u, 0x00000dadu, 0x00000080u, - 0x0000022fu, 0x0000078du, 0x00060034u, 0x00000008u, 0x00000dbdu, 0x00000080u, 0x00000238u, 0x0000078du, - 0x0005002cu, 0x000000efu, 0x00000de6u, 0x00000222u, 0x0000022cu, 0x0004002bu, 0x00000006u, 0x00000e32u, - 0x0000000bu, 0x0006002cu, 0x0000030eu, 0x00000e33u, 0x00000e32u, 0x000006f9u, 0x0000045eu, 0x0004002bu, - 0x00000006u, 0x00000e35u, 0x0000001fu, 0x0004002bu, 0x00000006u, 0x00000e72u, 0x00000fffu, 0x0004002bu, - 0x00000006u, 0x00000e86u, 0x00001000u, 0x0004001cu, 0x00000e87u, 0x0000000fu, 0x00000e86u, 0x0003001eu, - 0x00000e88u, 0x00000e87u, 0x0003001du, 0x00000e89u, 0x00000e88u, 0x0003001eu, 0x00000e8au, 0x00000e89u, - 0x00040020u, 0x00000e8bu, 0x0000000cu, 0x00000e8au, 0x0004003bu, 0x00000e8bu, 0x00000e8cu, 0x0000000cu, - 0x0004002bu, 0x00000006u, 0x00000e95u, 0x0000000fu, 0x0004002bu, 0x00000006u, 0x00000ecdu, 0x0000000eu, - 0x0004002bu, 0x00000006u, 0x00000f2au, 0x000007ffu, 0x0004002bu, 0x00000006u, 0x00000f53u, 0x00000800u, - 0x0004001cu, 0x00000f54u, 0x00000011u, 0x00000f53u, 0x0003001eu, 0x00000f55u, 0x00000f54u, 0x0003001du, - 0x00000f56u, 0x00000f55u, 0x0003001eu, 0x00000f57u, 0x00000f56u, 0x00040020u, 0x00000f58u, 0x0000000cu, - 0x00000f57u, 0x0004003bu, 0x00000f58u, 0x00000f59u, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x00000f5bu, - 0x00000400u, 0x0004002bu, 0x00000006u, 0x00000ffbu, 0xfffffffcu, 0x0004002bu, 0x00000011u, 0x000010b0u, - 0x00000008u, 0x0004002bu, 0x00000012u, 0x000010bcu, 0x00000080u, 0x0004002bu, 0x00000008u, 0x0000115cu, - 0x00000020u, 0x0004002bu, 0x00000008u, 0x00001173u, 0x000003ffu, 0x0004002bu, 0x00000006u, 0x000011e6u, - 0x00001fffu, 0x0004002bu, 0x00000006u, 0x00001292u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x000012b7u, - 0x00000400u, 0x0004002bu, 0x00000012u, 0x0000133fu, 0x00000010u, 0x0004002bu, 0x00000008u, 0x000013eeu, - 0xffffff01u, 0x0005002cu, 0x000000efu, 0x000013fau, 0x00000556u, 0x00000556u, 0x0004002bu, 0x00000012u, - 0x000019dcu, 0x000000ffu, 0x0004002bu, 0x00000008u, 0x000019fbu, 0x00004000u, 0x0004002bu, 0x00000008u, - 0x00001a17u, 0xffffff00u, 0x0004002bu, 0x00000008u, 0x00001ab2u, 0x00000100u, 0x0006002cu, 0x00000044u, - 0x00001ab3u, 0x00001ab2u, 0x00001ab2u, 0x00001ab2u, 0x00060034u, 0x00000008u, 0x00001cefu, 0x00000082u, - 0x00000888u, 0x0000022cu, 0x000d001eu, 0x00001cf7u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000012u, - 0x00000012u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000012u, 0x0000000fu, 0x0000000fu, 0x0003001du, - 0x00001cf8u, 0x00001cf7u, 0x0003001eu, 0x00001cf9u, 0x00001cf8u, 0x00040020u, 0x00001cfau, 0x0000000cu, - 0x00001cf9u, 0x0004003bu, 0x00001cfau, 0x00001cfbu, 0x0000000cu, 0x00060034u, 0x00000069u, 0x00001d00u, - 0x000000adu, 0x00000888u, 0x0000022cu, 0x00060034u, 0x00000008u, 0x00001d08u, 0x00000082u, 0x00000888u, - 0x0000022cu, 0x00050034u, 0x00000008u, 0x00001d09u, 0x000000c8u, 0x00001d08u, 0x00060034u, 0x00000008u, - 0x00001d0cu, 0x00000082u, 0x00000888u, 0x0000022cu, 0x00050034u, 0x00000008u, 0x00001d0du, 0x000000c8u, - 0x00001d0cu, 0x00040020u, 0x00001d2eu, 0x0000000cu, 0x00000010u, 0x0004002bu, 0x00000006u, 0x00001d58u, - 0x00004000u, 0x0004002bu, 0x00000006u, 0x00001d69u, 0x00000200u, 0x0004002bu, 0x00000006u, 0x00001d86u, - 0x00002000u, 0x0004002bu, 0x00000006u, 0x00001d8bu, 0x00008000u, 0x0004002bu, 0x00000006u, 0x00001d90u, - 0x00010000u, 0x0004002bu, 0x00000006u, 0x00001d95u, 0x00020000u, 0x0004002bu, 0x00000006u, 0x00001d9au, - 0x00040000u, 0x0004002bu, 0x00000006u, 0x00001d9fu, 0x00080000u, 0x0004002bu, 0x00000006u, 0x00001da4u, - 0x00200000u, 0x0004002bu, 0x00000006u, 0x00001da9u, 0x00100000u, 0x0004002bu, 0x00000006u, 0x00001daeu, - 0x00400000u, 0x0004002bu, 0x00000006u, 0x00001db3u, 0x00800000u, 0x0004002bu, 0x00000006u, 0x00001db8u, - 0x01000000u, 0x0004002bu, 0x00000006u, 0x00001dbcu, 0x10000000u, 0x00040020u, 0x00001dc6u, 0x00000002u, - 0x00000006u, 0x00060034u, 0x00000069u, 0x00001e75u, 0x000000adu, 0x00000888u, 0x0000022cu, 0x0004002bu, - 0x00000012u, 0x00001ee0u, 0x00000000u, 0x0007002cu, 0x00000013u, 0x00001ee1u, 0x00001ee0u, 0x00001ee0u, - 0x00001ee0u, 0x00001ee0u, 0x00040020u, 0x00001f2eu, 0x0000000cu, 0x00000009u, 0x00040020u, 0x0000203bu, - 0x00000001u, 0x0000030eu, 0x0004003bu, 0x0000203bu, 0x0000203cu, 0x00000001u, 0x00040020u, 0x0000203du, - 0x00000001u, 0x00000006u, 0x0004003bu, 0x0000203bu, 0x00002046u, 0x00000001u, 0x00040032u, 0x00000008u, - 0x0000204fu, 0x00000400u, 0x00040032u, 0x00000006u, 0x00002050u, 0x00000001u, 0x00040032u, 0x00000006u, - 0x00002051u, 0x00000001u, 0x00060033u, 0x0000030eu, 0x00002052u, 0x00002050u, 0x00002051u, 0x0000045eu, - 0x00060034u, 0x00000006u, 0x00002053u, 0x00000051u, 0x00002052u, 0x00000000u, 0x00060034u, 0x00000008u, - 0x00002054u, 0x00000080u, 0x00002053u, 0x0000032fu, 0x00060034u, 0x00000008u, 0x00002055u, 0x00000087u, - 0x0000204fu, 0x00002054u, 0x00040032u, 0x00000008u, 0x0000205au, 0x00000100u, 0x00060034u, 0x00000008u, - 0x0000205bu, 0x00000087u, 0x0000205au, 0x0000115cu, 0x0003001du, 0x0000205eu, 0x00000006u, 0x0003001eu, - 0x0000205fu, 0x0000205eu, 0x00040020u, 0x00002060u, 0x0000000cu, 0x0000205fu, 0x0004003bu, 0x00002060u, - 0x00002061u, 0x0000000cu, 0x0007001eu, 0x00002065u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, - 0x00000006u, 0x00040020u, 0x00002066u, 0x00000009u, 0x00002065u, 0x0004003bu, 0x00002066u, 0x00002067u, - 0x00000009u, 0x00040020u, 0x00002068u, 0x00000009u, 0x00000006u, 0x0003001du, 0x00002092u, 0x00000006u, - 0x0003001eu, 0x00002093u, 0x00002092u, 0x00040020u, 0x00002094u, 0x0000000cu, 0x00002093u, 0x0004003bu, - 0x00002094u, 0x00002095u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x000020c1u, 0x00000040u, 0x00030001u, - 0x00000011u, 0x000075a5u, 0x00030001u, 0x0000000fu, 0x000075b1u, 0x00030001u, 0x00000044u, 0x000075dfu, - 0x00030001u, 0x000000efu, 0x00007648u, 0x00030001u, 0x00000013u, 0x00007703u, 0x00030001u, 0x00000012u, - 0x0000844eu, 0x00030001u, 0x00000008u, 0x000089bcu, 0x00030001u, 0x00000010u, 0x00008afau, 0x00030001u, - 0x00000047u, 0x00008c66u, 0x00030001u, 0x00000006u, 0x00009a13u, 0x0006002cu, 0x0000030eu, 0x0000b401u, - 0x000006a0u, 0x000006a0u, 0x000006a0u, 0x0005002cu, 0x000000b0u, 0x0000b402u, 0x00000466u, 0x00000466u, - 0x0006002cu, 0x0000030eu, 0x0000b403u, 0x00000316u, 0x00000316u, 0x00000316u, 0x0006002cu, 0x0000030eu, - 0x0000b404u, 0x0000031cu, 0x0000031cu, 0x0000031cu, 0x0006002cu, 0x00000044u, 0x0000b405u, 0x00000c82u, - 0x00000c82u, 0x00000c82u, 0x0006002cu, 0x00000044u, 0x0000b406u, 0x00000556u, 0x00000556u, 0x00000556u, - 0x0007002cu, 0x00000009u, 0x0000b407u, 0x00000c82u, 0x00000c82u, 0x00000c82u, 0x00000c82u, 0x0007002cu, - 0x00000009u, 0x0000b408u, 0x00000271u, 0x00000271u, 0x00000271u, 0x00000271u, 0x0007002cu, 0x00000009u, - 0x0000b409u, 0x00000b00u, 0x00000b00u, 0x00000b00u, 0x00000b00u, 0x0005002cu, 0x000000efu, 0x0000b40au, - 0x0000022cu, 0x0000022cu, 0x0006002cu, 0x00000044u, 0x0000b40bu, 0x00000c5fu, 0x00000c5fu, 0x00000c5fu, - 0x0005002cu, 0x000000efu, 0x0000b40cu, 0x00000238u, 0x00000238u, 0x0005002cu, 0x000000efu, 0x0000b40du, - 0x0000036eu, 0x0000036eu, 0x0005002cu, 0x000000b0u, 0x0000b40eu, 0x000011e6u, 0x000011e6u, 0x0005002cu, - 0x000000b0u, 0x0000b40fu, 0x00000388u, 0x00000388u, 0x0006002cu, 0x0000030eu, 0x0000b410u, 0x00000e35u, - 0x00000e35u, 0x00000e35u, 0x0006002cu, 0x0000030eu, 0x0000b411u, 0x00000466u, 0x00000466u, 0x00000466u, - 0x0006002cu, 0x0000030eu, 0x0000b412u, 0x00000388u, 0x00000388u, 0x00000388u, 0x0007002cu, 0x00000013u, - 0x0000b413u, 0x000004e7u, 0x000004e7u, 0x000004e7u, 0x000004e7u, 0x0007002cu, 0x00000009u, 0x0000b414u, - 0x0000025fu, 0x0000025fu, 0x0000025fu, 0x0000025fu, 0x0005002cu, 0x000001aeu, 0x0000b415u, 0x000004e7u, - 0x000004e7u, 0x0005002cu, 0x000000efu, 0x0000b416u, 0x0000115cu, 0x0000115cu, 0x0007002cu, 0x00000013u, - 0x0000b417u, 0x0000133fu, 0x0000133fu, 0x0000133fu, 0x0000133fu, 0x0007002cu, 0x00000013u, 0x0000b418u, - 0x000004d6u, 0x000004d6u, 0x000004d6u, 0x000004d6u, 0x0005002cu, 0x000001aeu, 0x0000b419u, 0x0000133fu, - 0x0000133fu, 0x0005002cu, 0x000001aeu, 0x0000b41au, 0x000004d6u, 0x000004d6u, 0x0005002cu, 0x000000efu, - 0x0000b41bu, 0x0000023bu, 0x0000023bu, 0x0005002cu, 0x000000efu, 0x0000b41cu, 0x00000b00u, 0x00000b00u, - 0x0006002cu, 0x00000047u, 0x0000b41du, 0x00000942u, 0x00000942u, 0x00000942u, 0x0006002cu, 0x00000044u, - 0x0000b41eu, 0x0000023eu, 0x0000023eu, 0x0000023eu, 0x0006002cu, 0x00000044u, 0x0000b41fu, 0x0000035bu, - 0x0000035bu, 0x0000035bu, 0x0006002cu, 0x00000044u, 0x0000b420u, 0x0000025fu, 0x0000025fu, 0x0000025fu, - 0x0006002cu, 0x00000044u, 0x0000b421u, 0x0000036eu, 0x0000036eu, 0x0000036eu, 0x0006002cu, 0x000004b8u, - 0x0000b422u, 0x000004d6u, 0x000004d6u, 0x000004d6u, 0x0006002cu, 0x00000047u, 0x0000b423u, 0x00000471u, - 0x00000471u, 0x00000471u, 0x0006002cu, 0x000004b8u, 0x0000b424u, 0x000004e7u, 0x000004e7u, 0x000004e7u, - 0x0006002cu, 0x000004b8u, 0x0000b425u, 0x000004ebu, 0x000004ebu, 0x000004ebu, 0x0006002cu, 0x000004b8u, - 0x0000b426u, 0x00001ee0u, 0x00001ee0u, 0x00001ee0u, 0x00030001u, 0x00000047u, 0x0000b436u, 0x00050036u, - 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x00000068u, - 0x0000751fu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000718au, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007189u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007188u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007187u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007186u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007178u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007177u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007175u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007174u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007167u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007166u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007165u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007164u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007163u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007156u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007155u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007154u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007153u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007152u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007147u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007146u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007145u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007144u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007143u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007135u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007134u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007132u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007131u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007124u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007123u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007122u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007121u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007120u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007113u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007112u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007111u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007110u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x0000710fu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007104u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00007103u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007102u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007101u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007100u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x000070f2u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070f1u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000070efu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070eeu, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x000070e1u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070e0u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x000070dfu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070deu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000070ddu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070cfu, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x000070ceu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070cdu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000070ccu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070cbu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000070bfu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070beu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000070bdu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070b1u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000070b0u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070afu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00007096u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00000677u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00007029u, 0x00000007u, 0x0004003bu, 0x000007c1u, 0x00006f32u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00006f35u, 0x00000007u, 0x0004003bu, 0x000007c1u, 0x00006f37u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00006ef5u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00006efcu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00006ebcu, 0x00000007u, 0x0004003bu, 0x0000041du, 0x00006d48u, 0x00000007u, 0x0004003bu, 0x000004b9u, - 0x00006d4bu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00006a32u, 0x00000007u, 0x0004003bu, 0x0000006cu, - 0x00006a46u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00006a4au, 0x00000007u, 0x0004003bu, 0x0000006cu, - 0x00006a4fu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00006a53u, 0x00000007u, 0x0004003bu, 0x0000006cu, - 0x00006a58u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000069e8u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x0000696bu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000066edu, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x000064ffu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000631eu, 0x00000007u, 0x0004003bu, 0x0000039cu, - 0x000062bau, 0x00000007u, 0x0004003bu, 0x0000039cu, 0x000062bcu, 0x00000007u, 0x0004003bu, 0x000000dfu, - 0x0000627du, 0x00000007u, 0x0004003bu, 0x000001afu, 0x00006247u, 0x00000007u, 0x0004003bu, 0x000001afu, - 0x0000620fu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004926u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x0000493fu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004947u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x0000494fu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004957u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x0000495eu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004964u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x0000496au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004970u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004976u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000497cu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004982u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004988u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x0000498eu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004991u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004994u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004997u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x0000499au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000499du, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049a0u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049a3u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049a6u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049a9u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049acu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049afu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049b2u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049b5u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049b8u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049bbu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049c0u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049c4u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049c8u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049ccu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049d0u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049d4u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049d8u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049dcu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049e0u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049e3u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049e6u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049e9u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049ecu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049efu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049f2u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049f5u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049f8u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049fbu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000049feu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a01u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a04u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a07u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a0au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a0du, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a10u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a13u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a16u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a19u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a1cu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a1fu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a22u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a25u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a28u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a2bu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a2eu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a31u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a34u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a37u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a3au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a3du, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a40u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a43u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00004a46u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a49u, 0x00000007u, 0x0004003bu, 0x000000dfu, - 0x00004a4au, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004a51u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00004a53u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004a63u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00004a69u, 0x00000007u, 0x0004003bu, 0x000001afu, 0x00004a6cu, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00004a6fu, 0x00000007u, 0x0004003bu, 0x000000dfu, 0x000048bcu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00004899u, 0x00000007u, 0x0004003bu, 0x00000bfdu, 0x0000489au, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00004834u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004837u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00004839u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x0000483au, 0x00000007u, 0x0004003bu, 0x00000045u, - 0x00004813u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x000047edu, 0x00000007u, 0x0004003bu, 0x00000bfdu, - 0x000047eeu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004788u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x0000478bu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x0000478du, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x0000478eu, 0x00000007u, 0x0004003bu, 0x000000dfu, 0x00004749u, 0x00000007u, 0x0004003bu, 0x000001afu, - 0x00004713u, 0x00000007u, 0x0004003bu, 0x000001afu, 0x000046dbu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002df2u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e0bu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e13u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e1bu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e23u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e2au, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e30u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e36u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e3cu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e42u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e48u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e4eu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e54u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e5au, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e5du, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e60u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e63u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e66u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e69u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e6cu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e6fu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e72u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e75u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e78u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e7bu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e7eu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e81u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e84u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e87u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e8cu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e90u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e94u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002e98u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e9cu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ea0u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ea4u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ea8u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eacu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002eafu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eb2u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002eb5u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eb8u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ebbu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ebeu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ec1u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ec4u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ec7u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ecau, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ecdu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ed0u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ed3u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ed6u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ed9u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002edcu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002edfu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ee2u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ee5u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ee8u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002eebu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eeeu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ef1u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ef4u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002ef7u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002efau, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002efdu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f00u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002f03u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f06u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002f09u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f0cu, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002f0fu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f12u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x00002f15u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002f2fu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002f35u, 0x00000007u, 0x0004003bu, 0x000001afu, 0x00002f38u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x00002f3bu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002d39u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002cfdu, 0x00000007u, 0x0004003bu, 0x00000bfdu, 0x00002cfeu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002c98u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c9bu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002c9du, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c9eu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002c77u, 0x00000007u, 0x0004003bu, 0x00000bfdu, 0x00002c78u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002c12u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c15u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002c17u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c18u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002bf1u, 0x00000007u, 0x0004003bu, 0x00000bfdu, 0x00002bf2u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002b8cu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002b8fu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002b91u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002b92u, 0x00000007u, 0x0004003bu, 0x00000045u, - 0x00002af4u, 0x00000007u, 0x0004003bu, 0x00000045u, 0x00002af6u, 0x00000007u, 0x0004003bu, 0x00000045u, - 0x00002af8u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002a46u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x0000289cu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000289du, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000026edu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000026eeu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x0000266au, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002670u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x0000261bu, 0x00000007u, 0x0004003bu, 0x00000bfdu, 0x0000261cu, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x000025b6u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x000025b9u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x000025bbu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x000025bcu, 0x00000007u, 0x0004003bu, 0x00000045u, - 0x0000257au, 0x00000007u, 0x0004003bu, 0x0000030fu, 0x00002552u, 0x00000007u, 0x0004003bu, 0x000007c1u, - 0x000021cfu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002207u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002214u, 0x00000007u, 0x0004003bu, 0x000000dfu, 0x00002220u, 0x00000007u, 0x0004003bu, 0x000000dfu, - 0x00002221u, 0x00000007u, 0x0004003bu, 0x000000dfu, 0x00002222u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002244u, 0x00000007u, 0x0004003bu, 0x00000045u, 0x00002253u, 0x00000007u, 0x0004003bu, 0x000000e4u, - 0x0000225cu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002262u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002276u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002277u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x0000227fu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002281u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002282u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002289u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x0000228au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002114u, 0x00000007u, 0x0004003bu, 0x00000106u, - 0x00002045u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002071u, 0x00000007u, 0x0004003bu, 0x000000b1u, - 0x000020e5u, 0x00000007u, 0x000300f7u, 0x00002107u, 0x00000000u, 0x000300fbu, 0x0000032fu, 0x00002108u, - 0x000200f8u, 0x00002108u, 0x00050041u, 0x0000203du, 0x0000203eu, 0x0000203cu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x0000203fu, 0x0000203eu, 0x0004007cu, 0x00000008u, 0x00002040u, 0x0000203fu, 0x00050041u, - 0x0000203du, 0x00002042u, 0x0000203cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002043u, 0x00002042u, - 0x0004007cu, 0x00000008u, 0x00002044u, 0x00002043u, 0x0004003du, 0x0000030eu, 0x00002047u, 0x00002046u, - 0x0007004fu, 0x000000b0u, 0x00002048u, 0x00002047u, 0x00002047u, 0x00000000u, 0x00000001u, 0x0004007cu, - 0x000000efu, 0x00002049u, 0x00002048u, 0x0003003eu, 0x00002045u, 0x00002049u, 0x00050041u, 0x00000046u, - 0x0000204bu, 0x00002045u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000204cu, 0x0000204bu, 0x00050041u, - 0x00000046u, 0x0000204du, 0x00002045u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000204eu, 0x0000204du, - 0x00050084u, 0x00000008u, 0x00002056u, 0x0000204eu, 0x00002055u, 0x00050080u, 0x00000008u, 0x00002057u, - 0x0000204cu, 0x00002056u, 0x00050084u, 0x00000008u, 0x0000205cu, 0x00002057u, 0x0000205bu, 0x00060041u, - 0x000006dbu, 0x00002063u, 0x00002061u, 0x00000222u, 0x00002057u, 0x0004003du, 0x00000006u, 0x00002064u, - 0x00002063u, 0x00050041u, 0x00002068u, 0x00002069u, 0x00002067u, 0x00000235u, 0x0004003du, 0x00000006u, - 0x0000206au, 0x00002069u, 0x000500c7u, 0x00000006u, 0x0000206bu, 0x00002064u, 0x0000206au, 0x000500aau, - 0x00000069u, 0x0000206du, 0x0000206bu, 0x0000032fu, 0x000300f7u, 0x0000206fu, 0x00000000u, 0x000400fau, - 0x0000206du, 0x0000206eu, 0x0000206fu, 0x000200f8u, 0x0000206eu, 0x000200f9u, 0x00002107u, 0x000200f8u, - 0x0000206fu, 0x0004003du, 0x0000030eu, 0x00002072u, 0x0000203cu, 0x0007004fu, 0x000000b0u, 0x00002073u, - 0x00002072u, 0x00002072u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00002071u, 0x00002073u, 0x00050041u, - 0x00002068u, 0x00002075u, 0x00002067u, 0x0000022fu, 0x0004003du, 0x00000006u, 0x00002076u, 0x00002075u, - 0x00050041u, 0x00002068u, 0x00002078u, 0x00002067u, 0x00000232u, 0x0004003du, 0x00000006u, 0x00002079u, - 0x00002078u, 0x00050041u, 0x00002068u, 0x0000207bu, 0x00002067u, 0x00000222u, 0x0004003du, 0x00000006u, - 0x0000207cu, 0x0000207bu, 0x00050041u, 0x00002068u, 0x0000207eu, 0x00002067u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x0000207fu, 0x0000207eu, 0x00050050u, 0x000000b0u, 0x0000211fu, 0x00002076u, 0x00002079u, - 0x000500b0u, 0x00000881u, 0x00002120u, 0x00002073u, 0x0000211fu, 0x0004009bu, 0x00000069u, 0x00002121u, - 0x00002120u, 0x000300f7u, 0x0000214au, 0x00000000u, 0x000400fau, 0x00002121u, 0x00002122u, 0x0000214au, - 0x000200f8u, 0x00002122u, 0x0004003du, 0x000000b0u, 0x00002123u, 0x00002071u, 0x00050050u, 0x000000b0u, - 0x00002124u, 0x0000088au, 0x0000088au, 0x000500c7u, 0x000000b0u, 0x00002125u, 0x00002123u, 0x00002124u, - 0x0003003eu, 0x00002114u, 0x00002125u, 0x00050050u, 0x000000efu, 0x00002127u, 0x0000078du, 0x0000078du, - 0x000500c2u, 0x000000b0u, 0x00002128u, 0x00002123u, 0x00002127u, 0x0003003eu, 0x00002071u, 0x00002128u, - 0x00050041u, 0x00000007u, 0x00002129u, 0x00002114u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000212au, - 0x00002129u, 0x00050084u, 0x00000006u, 0x0000212bu, 0x0000212au, 0x00000893u, 0x00050041u, 0x00000007u, - 0x0000212cu, 0x00002114u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000212du, 0x0000212cu, 0x00050080u, - 0x00000006u, 0x0000212eu, 0x0000212bu, 0x0000212du, 0x000500c2u, 0x00000006u, 0x00002131u, 0x00002076u, - 0x0000078du, 0x00050041u, 0x00000007u, 0x00002132u, 0x00002071u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00002133u, 0x00002132u, 0x00050084u, 0x00000006u, 0x00002134u, 0x00002131u, 0x00002133u, 0x00050080u, - 0x00000006u, 0x00002135u, 0x0000207cu, 0x00002134u, 0x00050041u, 0x00000007u, 0x00002136u, 0x00002071u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00002137u, 0x00002136u, 0x00050080u, 0x00000006u, 0x00002138u, - 0x00002135u, 0x00002137u, 0x000300f7u, 0x000021aeu, 0x00000000u, 0x000d00fbu, 0x0000065eu, 0x000021aeu, - 0x00000000u, 0x00002151u, 0x00000001u, 0x00002151u, 0x00000002u, 0x00002164u, 0x00000003u, 0x00002188u, - 0x00000004u, 0x0000219fu, 0x000200f8u, 0x0000219fu, 0x000500c7u, 0x00000006u, 0x000021a1u, 0x00002138u, - 0x000006cdu, 0x00050084u, 0x00000006u, 0x000021a3u, 0x0000212eu, 0x000006d1u, 0x00050080u, 0x00000006u, - 0x000021a5u, 0x000021a1u, 0x000021a3u, 0x00060041u, 0x000006dbu, 0x000021a7u, 0x000006d9u, 0x00000222u, - 0x000021a5u, 0x0004003du, 0x00000006u, 0x000021a8u, 0x000021a7u, 0x00070050u, 0x000004f9u, 0x000021aau, - 0x000021a8u, 0x000021a8u, 0x000021a8u, 0x000021a8u, 0x000500c2u, 0x000004f9u, 0x000021abu, 0x000021aau, - 0x000006e1u, 0x000500c7u, 0x000004f9u, 0x000021acu, 0x000021abu, 0x000006e3u, 0x00040071u, 0x00000010u, - 0x000021adu, 0x000021acu, 0x0003003eu, 0x00000677u, 0x000021adu, 0x000200f9u, 0x000021aeu, 0x000200f8u, - 0x00002188u, 0x000500c7u, 0x00000006u, 0x0000218au, 0x00002138u, 0x00000685u, 0x00050084u, 0x00000006u, - 0x0000218cu, 0x0000212eu, 0x000006b6u, 0x00050080u, 0x00000006u, 0x0000218eu, 0x0000218au, 0x0000218cu, - 0x000500c6u, 0x00000006u, 0x00002190u, 0x0000218eu, 0x0000045eu, 0x00060041u, 0x00000694u, 0x00002191u, - 0x00000691u, 0x00000222u, 0x00002190u, 0x0004003du, 0x00000011u, 0x00002192u, 0x00002191u, 0x00040071u, - 0x00000006u, 0x00002193u, 0x00002192u, 0x000500c2u, 0x00000006u, 0x00002195u, 0x00002193u, 0x00000316u, - 0x00040071u, 0x0000000fu, 0x00002196u, 0x00002195u, 0x000500c7u, 0x00000006u, 0x00002199u, 0x00002193u, - 0x000006c5u, 0x00040071u, 0x0000000fu, 0x0000219au, 0x00002199u, 0x00070050u, 0x00000010u, 0x0000219eu, - 0x00002196u, 0x00002196u, 0x00002196u, 0x0000219au, 0x0003003eu, 0x00000677u, 0x0000219eu, 0x000200f9u, - 0x000021aeu, 0x000200f8u, 0x00002164u, 0x000500c7u, 0x00000006u, 0x00002166u, 0x00002138u, 0x00000685u, - 0x00050084u, 0x00000006u, 0x00002168u, 0x0000212eu, 0x00000689u, 0x00050080u, 0x00000006u, 0x0000216au, - 0x00002166u, 0x00002168u, 0x000500c6u, 0x00000006u, 0x0000216cu, 0x0000216au, 0x0000045eu, 0x00060041u, - 0x00000694u, 0x0000216du, 0x00000691u, 0x00000222u, 0x0000216cu, 0x0004003du, 0x00000011u, 0x0000216eu, - 0x0000216du, 0x00040071u, 0x00000006u, 0x0000216fu, 0x0000216eu, 0x000500c2u, 0x00000006u, 0x00002171u, - 0x0000216fu, 0x00000316u, 0x000500c2u, 0x00000006u, 0x00002173u, 0x0000216fu, 0x00000466u, 0x000500c4u, - 0x00000006u, 0x00002175u, 0x0000216fu, 0x00000388u, 0x00060050u, 0x0000030eu, 0x00002176u, 0x00002171u, - 0x00002173u, 0x00002175u, 0x000500c7u, 0x0000030eu, 0x00002178u, 0x00002176u, 0x0000b401u, 0x00040071u, - 0x00000047u, 0x0000217au, 0x00002178u, 0x00060041u, 0x00000673u, 0x0000217cu, 0x0000067eu, 0x00000222u, - 0x0000216au, 0x0004003du, 0x0000000fu, 0x0000217du, 0x0000217cu, 0x000500c4u, 0x0000000fu, 0x0000217eu, - 0x0000217du, 0x00000390u, 0x000500c7u, 0x00000006u, 0x00002180u, 0x0000216fu, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00002181u, 0x00002180u, 0x0000023eu, 0x00040071u, 0x0000000fu, 0x00002182u, 0x00002181u, - 0x000500c5u, 0x0000000fu, 0x00002183u, 0x0000217eu, 0x00002182u, 0x00050051u, 0x0000000fu, 0x00002184u, - 0x0000217au, 0x00000000u, 0x00050051u, 0x0000000fu, 0x00002185u, 0x0000217au, 0x00000001u, 0x00050051u, - 0x0000000fu, 0x00002186u, 0x0000217au, 0x00000002u, 0x00070050u, 0x00000010u, 0x00002187u, 0x00002184u, - 0x00002185u, 0x00002186u, 0x00002183u, 0x0003003eu, 0x00000677u, 0x00002187u, 0x000200f9u, 0x000021aeu, - 0x000200f8u, 0x00002151u, 0x000500c7u, 0x00000006u, 0x00002153u, 0x00002138u, 0x00000665u, 0x00050084u, - 0x00000006u, 0x00002155u, 0x0000212eu, 0x00000664u, 0x00050080u, 0x00000006u, 0x00002157u, 0x00002153u, - 0x00002155u, 0x000500c6u, 0x00000006u, 0x00002159u, 0x00002157u, 0x00000466u, 0x00060041u, 0x00000673u, - 0x0000215au, 0x00000670u, 0x00000222u, 0x00002159u, 0x0004003du, 0x0000000fu, 0x0000215bu, 0x0000215au, - 0x000500c2u, 0x00000006u, 0x00002160u, 0x00002157u, 0x0000022cu, 0x00060041u, 0x00000673u, 0x00002161u, - 0x0000067eu, 0x00000222u, 0x00002160u, 0x0004003du, 0x0000000fu, 0x00002162u, 0x00002161u, 0x00070050u, - 0x00000010u, 0x00002163u, 0x0000215bu, 0x0000215bu, 0x0000215bu, 0x00002162u, 0x0003003eu, 0x00000677u, - 0x00002163u, 0x000200f9u, 0x000021aeu, 0x000200f8u, 0x000021aeu, 0x0004003du, 0x00000006u, 0x00002141u, - 0x00002132u, 0x00050084u, 0x00000006u, 0x00002142u, 0x00002131u, 0x00002141u, 0x00050080u, 0x00000006u, - 0x00002143u, 0x0000207fu, 0x00002142u, 0x0004003du, 0x00000006u, 0x00002145u, 0x00002136u, 0x00050080u, - 0x00000006u, 0x00002146u, 0x00002143u, 0x00002145u, 0x000500c7u, 0x00000006u, 0x000021b2u, 0x00002146u, - 0x00000685u, 0x00050084u, 0x00000006u, 0x000021b4u, 0x0000212eu, 0x0000075bu, 0x00050080u, 0x00000006u, - 0x000021b6u, 0x000021b2u, 0x000021b4u, 0x000500c6u, 0x00000006u, 0x000021b8u, 0x000021b6u, 0x0000045eu, - 0x00060041u, 0x00000694u, 0x000021b9u, 0x00000691u, 0x00000222u, 0x000021b8u, 0x0004003du, 0x00000011u, - 0x000021bau, 0x000021b9u, 0x000500c2u, 0x00000011u, 0x000021bcu, 0x000021bau, 0x000005f4u, 0x00060041u, - 0x00000673u, 0x000021beu, 0x0000067eu, 0x00000222u, 0x000021b6u, 0x0004003du, 0x0000000fu, 0x000021bfu, - 0x000021beu, 0x000500c7u, 0x00000011u, 0x000021c1u, 0x000021bau, 0x000005f9u, 0x000500c4u, 0x00000011u, - 0x000021c2u, 0x000021c1u, 0x000005f4u, 0x00040071u, 0x0000000fu, 0x000021c3u, 0x000021c2u, 0x000500c5u, - 0x0000000fu, 0x000021c4u, 0x000021bfu, 0x000021c3u, 0x000200f9u, 0x0000214au, 0x000200f8u, 0x0000214au, - 0x000700f5u, 0x00000006u, 0x00009a12u, 0x00009a13u, 0x0000206fu, 0x00002138u, 0x000021aeu, 0x000700f5u, - 0x0000000fu, 0x000075b0u, 0x000075b1u, 0x0000206fu, 0x000021c4u, 0x000021aeu, 0x000700f5u, 0x00000011u, - 0x000075a4u, 0x000075a5u, 0x0000206fu, 0x000021bcu, 0x000021aeu, 0x000200f9u, 0x00002081u, 0x000200f8u, - 0x00002081u, 0x000700f5u, 0x00000047u, 0x0000b434u, 0x0000b436u, 0x0000214au, 0x0000b433u, 0x00002084u, - 0x000700f5u, 0x0000000fu, 0x000075afu, 0x000075b0u, 0x0000214au, 0x00008f37u, 0x00002084u, 0x000700f5u, - 0x00000011u, 0x000075a3u, 0x000075a4u, 0x0000214au, 0x00008dd0u, 0x00002084u, 0x000700f5u, 0x00000069u, - 0x00007596u, 0x00000538u, 0x0000214au, 0x00009e9eu, 0x00002084u, 0x000700f5u, 0x00000069u, 0x0000758fu, - 0x00000538u, 0x0000214au, 0x00009d1du, 0x00002084u, 0x000700f5u, 0x00000006u, 0x0000758bu, 0x0000206bu, - 0x0000214au, 0x00002090u, 0x00002084u, 0x000700f5u, 0x00000047u, 0x00009872u, 0x00008c66u, 0x0000214au, - 0x00009871u, 0x00002084u, 0x000700f5u, 0x0000000fu, 0x000096e3u, 0x000075b1u, 0x0000214au, 0x000096e2u, - 0x00002084u, 0x000700f5u, 0x0000000fu, 0x00009555u, 0x000075b1u, 0x0000214au, 0x00009554u, 0x00002084u, - 0x000700f5u, 0x00000047u, 0x000093d2u, 0x00008c66u, 0x0000214au, 0x000093d1u, 0x00002084u, 0x000700f5u, - 0x0000000fu, 0x00009250u, 0x000075b1u, 0x0000214au, 0x0000924fu, 0x00002084u, 0x000700f5u, 0x0000000fu, - 0x000090cfu, 0x000075b1u, 0x0000214au, 0x000090ceu, 0x00002084u, 0x000700f5u, 0x00000047u, 0x00008c64u, - 0x00008c66u, 0x0000214au, 0x00008c63u, 0x00002084u, 0x000700f5u, 0x00000010u, 0x00008af8u, 0x00008afau, - 0x0000214au, 0x00008af7u, 0x00002084u, 0x000700f5u, 0x00000008u, 0x000089bau, 0x000089bcu, 0x0000214au, - 0x000089b9u, 0x00002084u, 0x000700f5u, 0x0000000fu, 0x0000887du, 0x000075b1u, 0x0000214au, 0x0000887cu, - 0x00002084u, 0x000700f5u, 0x0000000fu, 0x00008715u, 0x000075b1u, 0x0000214au, 0x00008714u, 0x00002084u, - 0x000700f5u, 0x00000012u, 0x0000844cu, 0x0000844eu, 0x0000214au, 0x0000844bu, 0x00002084u, 0x000700f5u, - 0x00000013u, 0x00008395u, 0x00007703u, 0x0000214au, 0x00008394u, 0x00002084u, 0x000700f5u, 0x00000011u, - 0x0000820eu, 0x0000021cu, 0x0000214au, 0x0000820du, 0x00002084u, 0x000700f5u, 0x00000013u, 0x00007ff5u, - 0x00007703u, 0x0000214au, 0x00007ff4u, 0x00002084u, 0x000700f5u, 0x00000013u, 0x00007f03u, 0x00007703u, - 0x0000214au, 0x00007f02u, 0x00002084u, 0x000700f5u, 0x00000013u, 0x00007e0cu, 0x00007703u, 0x0000214au, - 0x00007e0bu, 0x00002084u, 0x000700f5u, 0x00000013u, 0x00007cdfu, 0x00007703u, 0x0000214au, 0x00007cdeu, - 0x00002084u, 0x000700f5u, 0x00000013u, 0x00007c51u, 0x00007703u, 0x0000214au, 0x00007c50u, 0x00002084u, - 0x000700f5u, 0x00000013u, 0x000078b0u, 0x00007703u, 0x0000214au, 0x000078afu, 0x00002084u, 0x000700f5u, - 0x00000013u, 0x00007836u, 0x00007703u, 0x0000214au, 0x00007835u, 0x00002084u, 0x000700f5u, 0x00000013u, - 0x000077b7u, 0x00007703u, 0x0000214au, 0x000077b6u, 0x00002084u, 0x000700f5u, 0x00000013u, 0x00007701u, - 0x00007703u, 0x0000214au, 0x00007700u, 0x00002084u, 0x000700f5u, 0x000000efu, 0x0000766au, 0x00007648u, - 0x0000214au, 0x00007669u, 0x00002084u, 0x000700f5u, 0x000000efu, 0x00007646u, 0x00007648u, 0x0000214au, - 0x00007645u, 0x00002084u, 0x000700f5u, 0x00000044u, 0x000075ecu, 0x000075dfu, 0x0000214au, 0x000075ebu, - 0x00002084u, 0x000700f5u, 0x00000044u, 0x000075ddu, 0x000075dfu, 0x0000214au, 0x000075dcu, 0x00002084u, - 0x000500abu, 0x00000069u, 0x00002087u, 0x0000758bu, 0x0000032fu, 0x000400f6u, 0x00002083u, 0x00002084u, - 0x00000000u, 0x000400fau, 0x00002087u, 0x00002082u, 0x00002083u, 0x000200f8u, 0x00002082u, 0x0006000cu, - 0x00000008u, 0x0000208au, 0x00000001u, 0x00000049u, 0x0000758bu, 0x000500c4u, 0x00000008u, 0x0000208cu, - 0x0000022cu, 0x0000208au, 0x0004007cu, 0x00000006u, 0x0000208du, 0x0000208cu, 0x000400c8u, 0x00000006u, - 0x0000208eu, 0x0000208du, 0x000500c7u, 0x00000006u, 0x00002090u, 0x0000758bu, 0x0000208eu, 0x00050080u, - 0x00000008u, 0x00002098u, 0x0000205cu, 0x0000208au, 0x00060041u, 0x000006dbu, 0x00002099u, 0x00002095u, - 0x00000222u, 0x00002098u, 0x0004003du, 0x00000006u, 0x0000209au, 0x00002099u, 0x000200f9u, 0x0000209bu, - 0x000200f8u, 0x0000209bu, 0x000700f5u, 0x00000047u, 0x0000b433u, 0x0000b434u, 0x00002082u, 0x0000b59au, - 0x0000209eu, 0x000700f5u, 0x00000047u, 0x00009871u, 0x00009872u, 0x00002082u, 0x0000b3a6u, 0x0000209eu, - 0x000700f5u, 0x0000000fu, 0x000096e2u, 0x000096e3u, 0x00002082u, 0x0000b38bu, 0x0000209eu, 0x000700f5u, - 0x0000000fu, 0x00009554u, 0x00009555u, 0x00002082u, 0x0000b370u, 0x0000209eu, 0x000700f5u, 0x00000047u, - 0x000093d1u, 0x000093d2u, 0x00002082u, 0x0000b348u, 0x0000209eu, 0x000700f5u, 0x0000000fu, 0x0000924fu, - 0x00009250u, 0x00002082u, 0x0000b320u, 0x0000209eu, 0x000700f5u, 0x0000000fu, 0x000090ceu, 0x000090cfu, - 0x00002082u, 0x0000b2f8u, 0x0000209eu, 0x000700f5u, 0x0000000fu, 0x00008f37u, 0x000075afu, 0x00002082u, - 0x0000b2bau, 0x0000209eu, 0x000700f5u, 0x00000011u, 0x00008dd0u, 0x000075a3u, 0x00002082u, 0x0000b27cu, - 0x0000209eu, 0x000700f5u, 0x00000047u, 0x00008c63u, 0x00008c64u, 0x00002082u, 0x0000b23eu, 0x0000209eu, - 0x000700f5u, 0x00000010u, 0x00008af7u, 0x00008af8u, 0x00002082u, 0x00008af5u, 0x0000209eu, 0x000700f5u, - 0x00000008u, 0x000089b9u, 0x000089bau, 0x00002082u, 0x000089b7u, 0x0000209eu, 0x000700f5u, 0x0000000fu, - 0x0000887cu, 0x0000887du, 0x00002082u, 0x0000887au, 0x0000209eu, 0x000700f5u, 0x0000000fu, 0x00008714u, - 0x00008715u, 0x00002082u, 0x00008712u, 0x0000209eu, 0x000700f5u, 0x00000012u, 0x0000844bu, 0x0000844cu, - 0x00002082u, 0x0000b0adu, 0x0000209eu, 0x000700f5u, 0x00000013u, 0x00008394u, 0x00008395u, 0x00002082u, - 0x0000b01bu, 0x0000209eu, 0x000700f5u, 0x00000011u, 0x0000820du, 0x0000820eu, 0x00002082u, 0x0000afa9u, - 0x0000209eu, 0x000700f5u, 0x00000013u, 0x00007ff4u, 0x00007ff5u, 0x00002082u, 0x0000af01u, 0x0000209eu, - 0x000700f5u, 0x00000013u, 0x00007f02u, 0x00007f03u, 0x00002082u, 0x0000ae5au, 0x0000209eu, 0x000700f5u, - 0x00000013u, 0x00007e0bu, 0x00007e0cu, 0x00002082u, 0x0000adb3u, 0x0000209eu, 0x000700f5u, 0x00000013u, - 0x00007cdeu, 0x00007cdfu, 0x00002082u, 0x0000ad0cu, 0x0000209eu, 0x000700f5u, 0x00000013u, 0x00007c50u, - 0x00007c51u, 0x00002082u, 0x0000ac7au, 0x0000209eu, 0x000700f5u, 0x00000013u, 0x000078afu, 0x000078b0u, - 0x00002082u, 0x0000ab5au, 0x0000209eu, 0x000700f5u, 0x00000013u, 0x00007835u, 0x00007836u, 0x00002082u, - 0x0000aa3bu, 0x0000209eu, 0x000700f5u, 0x00000013u, 0x000077b6u, 0x000077b7u, 0x00002082u, 0x0000a91cu, - 0x0000209eu, 0x000700f5u, 0x00000013u, 0x00007700u, 0x00007701u, 0x00002082u, 0x0000a7fdu, 0x0000209eu, - 0x000700f5u, 0x000000efu, 0x00007669u, 0x0000766au, 0x00002082u, 0x0000a680u, 0x0000209eu, 0x000700f5u, - 0x000000efu, 0x00007645u, 0x00007646u, 0x00002082u, 0x0000a503u, 0x0000209eu, 0x000700f5u, 0x00000044u, - 0x000075ebu, 0x000075ecu, 0x00002082u, 0x0000a37au, 0x0000209eu, 0x000700f5u, 0x00000044u, 0x000075dcu, - 0x000075ddu, 0x00002082u, 0x0000a1e8u, 0x0000209eu, 0x000700f5u, 0x00000006u, 0x000075c9u, 0x0000209au, - 0x00002082u, 0x000020aau, 0x0000209eu, 0x000700f5u, 0x00000069u, 0x00009e9eu, 0x00007596u, 0x00002082u, - 0x00009e9fu, 0x0000209eu, 0x000700f5u, 0x00000069u, 0x00009d1du, 0x0000758fu, 0x00002082u, 0x00009d1eu, - 0x0000209eu, 0x000500abu, 0x00000069u, 0x000020a1u, 0x000075c9u, 0x0000032fu, 0x000400f6u, 0x0000209du, - 0x0000209eu, 0x00000000u, 0x000400fau, 0x000020a1u, 0x0000209cu, 0x0000209du, 0x000200f8u, 0x0000209cu, - 0x0006000cu, 0x00000008u, 0x000020a4u, 0x00000001u, 0x00000049u, 0x000075c9u, 0x000500c4u, 0x00000008u, - 0x000020a6u, 0x0000022cu, 0x000020a4u, 0x0004007cu, 0x00000006u, 0x000020a7u, 0x000020a6u, 0x000400c8u, - 0x00000006u, 0x000020a8u, 0x000020a7u, 0x000500c7u, 0x00000006u, 0x000020aau, 0x000075c9u, 0x000020a8u, - 0x00050084u, 0x00000008u, 0x000020aeu, 0x0000115cu, 0x0000208au, 0x00050080u, 0x00000008u, 0x000020afu, - 0x000020a4u, 0x000020aeu, 0x0004007cu, 0x00000006u, 0x000020b0u, 0x000020afu, 0x000300f7u, 0x000024fau, - 0x00000000u, 0x000300fbu, 0x0000032fu, 0x00002292u, 0x000200f8u, 0x00002292u, 0x00060041u, 0x000002feu, - 0x00002500u, 0x000002fcu, 0x00000222u, 0x000020b0u, 0x0004003du, 0x000002f8u, 0x00002501u, 0x00002500u, - 0x00050051u, 0x00000008u, 0x00002502u, 0x00002501u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00002504u, - 0x00002501u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00002506u, 0x00002501u, 0x00000002u, 0x00050084u, - 0x00000008u, 0x00002298u, 0x00000888u, 0x00002504u, 0x000500b1u, 0x00000069u, 0x00002299u, 0x00002044u, - 0x00002298u, 0x000400a8u, 0x00000069u, 0x0000229au, 0x00002299u, 0x000300f7u, 0x000022a2u, 0x00000000u, - 0x000400fau, 0x0000229au, 0x0000229bu, 0x000022a2u, 0x000200f8u, 0x0000229bu, 0x00050084u, 0x00000008u, - 0x0000229fu, 0x00002506u, 0x00000888u, 0x00050080u, 0x00000008u, 0x000022a0u, 0x0000229fu, 0x00001cefu, - 0x000500adu, 0x00000069u, 0x000022a1u, 0x00002044u, 0x000022a0u, 0x000200f9u, 0x000022a2u, 0x000200f8u, - 0x000022a2u, 0x000700f5u, 0x00000069u, 0x000022a3u, 0x00002299u, 0x00002292u, 0x000022a1u, 0x0000229bu, - 0x000300f7u, 0x000022a5u, 0x00000000u, 0x000400fau, 0x000022a3u, 0x000022a4u, 0x000022a5u, 0x000200f8u, - 0x000022a4u, 0x000200f9u, 0x000024fau, 0x000200f8u, 0x000022a5u, 0x00070041u, 0x00000673u, 0x000022a7u, - 0x00001cfbu, 0x00000222u, 0x000020b0u, 0x00000262u, 0x0004003du, 0x0000000fu, 0x000022a8u, 0x000022a7u, - 0x00040071u, 0x00000006u, 0x000022a9u, 0x000022a8u, 0x000300f7u, 0x000022b4u, 0x00000000u, 0x000400fau, - 0x00001d00u, 0x000022aau, 0x000022b4u, 0x000200f8u, 0x000022aau, 0x000500c7u, 0x00000006u, 0x000022acu, - 0x000022a9u, 0x00000a40u, 0x000500abu, 0x00000069u, 0x000022adu, 0x000022acu, 0x0000032fu, 0x000300f7u, - 0x000022b3u, 0x00000000u, 0x000400fau, 0x000022adu, 0x000022aeu, 0x000022b3u, 0x000200f8u, 0x000022aeu, - 0x000500c7u, 0x00000008u, 0x000022b0u, 0x00002040u, 0x00001d09u, 0x000500c7u, 0x00000008u, 0x000022b2u, - 0x00002044u, 0x00001d0du, 0x000200f9u, 0x000022b3u, 0x000200f8u, 0x000022b3u, 0x000700f5u, 0x00000008u, - 0x000075cfu, 0x00002040u, 0x000022aau, 0x000022b0u, 0x000022aeu, 0x000700f5u, 0x00000008u, 0x000075cdu, - 0x00002044u, 0x000022aau, 0x000022b2u, 0x000022aeu, 0x000200f9u, 0x000022b4u, 0x000200f8u, 0x000022b4u, - 0x000700f5u, 0x00000008u, 0x000075ceu, 0x00002040u, 0x000022a5u, 0x000075cfu, 0x000022b3u, 0x000700f5u, - 0x00000008u, 0x000075ccu, 0x00002044u, 0x000022a5u, 0x000075cdu, 0x000022b3u, 0x00050084u, 0x00000008u, - 0x000022b7u, 0x00000888u, 0x00002502u, 0x00050082u, 0x00000008u, 0x000022bcu, 0x000075ccu, 0x00002298u, - 0x00050080u, 0x00000008u, 0x000022bdu, 0x000022b7u, 0x000022bcu, 0x0004007cu, 0x00000006u, 0x000022beu, - 0x000022bdu, 0x00060041u, 0x000002dfu, 0x0000250fu, 0x000002ddu, 0x00000222u, 0x000022beu, 0x0004003du, - 0x000002d9u, 0x00002510u, 0x0000250fu, 0x00050051u, 0x00000009u, 0x00002511u, 0x00002510u, 0x00000000u, - 0x00050051u, 0x00000009u, 0x00002513u, 0x00002510u, 0x00000001u, 0x00050051u, 0x00000028u, 0x00002515u, - 0x00002510u, 0x00000002u, 0x00050051u, 0x00000028u, 0x00002517u, 0x00002510u, 0x00000003u, 0x00050051u, - 0x00000008u, 0x00002519u, 0x00002510u, 0x00000004u, 0x00050051u, 0x00000008u, 0x0000251bu, 0x00002510u, - 0x00000005u, 0x00050051u, 0x00000008u, 0x0000251du, 0x00002510u, 0x00000006u, 0x00050051u, 0x00000012u, - 0x0000251fu, 0x00002510u, 0x00000007u, 0x00050051u, 0x00000011u, 0x00002521u, 0x00002510u, 0x00000008u, - 0x000500aau, 0x00000069u, 0x000022c2u, 0x00002521u, 0x0000021cu, 0x000300f7u, 0x000022c4u, 0x00000000u, - 0x000400fau, 0x000022c2u, 0x000022c3u, 0x000022c4u, 0x000200f8u, 0x000022c3u, 0x000200f9u, 0x000024fau, - 0x000200f8u, 0x000022c4u, 0x00070041u, 0x00000673u, 0x000022c6u, 0x00001cfbu, 0x00000222u, 0x000020b0u, - 0x00000265u, 0x0004003du, 0x0000000fu, 0x000022c7u, 0x000022c6u, 0x00040071u, 0x00000006u, 0x000022c8u, - 0x000022c7u, 0x00060041u, 0x00000224u, 0x00002528u, 0x00000221u, 0x00000222u, 0x000020b0u, 0x0004003du, - 0x0000021du, 0x00002529u, 0x00002528u, 0x00050051u, 0x00000009u, 0x0000252cu, 0x00002529u, 0x00000001u, - 0x00050051u, 0x00000009u, 0x00002530u, 0x00002529u, 0x00000003u, 0x00050051u, 0x00000009u, 0x00002534u, - 0x00002529u, 0x00000005u, 0x00050051u, 0x00000009u, 0x00002538u, 0x00002529u, 0x00000007u, 0x00070041u, - 0x00001d2eu, 0x000022ccu, 0x00000a1cu, 0x00000222u, 0x000020b0u, 0x00000222u, 0x0004003du, 0x00000010u, - 0x000022cdu, 0x000022ccu, 0x00040071u, 0x000004f9u, 0x000022ceu, 0x000022cdu, 0x0003003eu, 0x000021cfu, - 0x000022ceu, 0x00050041u, 0x00000007u, 0x000022cfu, 0x000021cfu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x000022d0u, 0x000022cfu, 0x00050041u, 0x00000007u, 0x000022d1u, 0x000021cfu, 0x00000388u, 0x0004003du, - 0x00000006u, 0x000022d2u, 0x000022d1u, 0x00060041u, 0x0000027cu, 0x0000253fu, 0x0000027au, 0x00000222u, - 0x000022d0u, 0x0004003du, 0x00000276u, 0x00002540u, 0x0000253fu, 0x00050051u, 0x00000010u, 0x00002541u, - 0x00002540u, 0x00000000u, 0x00050051u, 0x00000010u, 0x00002543u, 0x00002540u, 0x00000001u, 0x00050051u, - 0x00000010u, 0x00002545u, 0x00002540u, 0x00000002u, 0x00050051u, 0x00000010u, 0x00002547u, 0x00002540u, - 0x00000003u, 0x00050051u, 0x00000006u, 0x00002549u, 0x00002540u, 0x00000004u, 0x00050051u, 0x00000008u, - 0x0000254bu, 0x00002540u, 0x00000005u, 0x000500c7u, 0x00000006u, 0x000022e2u, 0x00002549u, 0x00000332u, - 0x000500abu, 0x00000069u, 0x000022e3u, 0x000022e2u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022e5u, - 0x00002549u, 0x00000a40u, 0x000500abu, 0x00000069u, 0x000022e6u, 0x000022e5u, 0x0000032fu, 0x000500c7u, - 0x00000006u, 0x000022e8u, 0x00002549u, 0x00001d58u, 0x000500abu, 0x00000069u, 0x000022e9u, 0x000022e8u, - 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022ebu, 0x00002549u, 0x00000a46u, 0x000500abu, 0x00000069u, - 0x000022ecu, 0x000022ebu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022eeu, 0x00002549u, 0x00000a4cu, - 0x000500abu, 0x00000069u, 0x000022efu, 0x000022eeu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022f1u, - 0x00002549u, 0x00000316u, 0x000500abu, 0x00000069u, 0x000022f2u, 0x000022f1u, 0x0000032fu, 0x000500c7u, - 0x00000006u, 0x000022f4u, 0x00002549u, 0x00001d69u, 0x000500abu, 0x00000069u, 0x000022f5u, 0x000022f4u, - 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022f7u, 0x00002549u, 0x00000f5bu, 0x000500abu, 0x00000069u, - 0x000022f8u, 0x000022f7u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022fau, 0x00002549u, 0x00000f53u, - 0x000500abu, 0x00000069u, 0x000022fbu, 0x000022fau, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022fdu, - 0x00002549u, 0x00000706u, 0x000500abu, 0x00000069u, 0x000022feu, 0x000022fdu, 0x0000032fu, 0x000500c7u, - 0x00000006u, 0x00002300u, 0x00002549u, 0x00000a52u, 0x000500abu, 0x00000069u, 0x00002301u, 0x00002300u, - 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002303u, 0x00002549u, 0x0000045eu, 0x000500abu, 0x00000069u, - 0x00002304u, 0x00002303u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002306u, 0x00002549u, 0x00000e86u, - 0x000500abu, 0x00000069u, 0x00002307u, 0x00002306u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002309u, - 0x00002549u, 0x00001d86u, 0x000500abu, 0x00000069u, 0x0000230au, 0x00002309u, 0x0000032fu, 0x000500c7u, - 0x00000006u, 0x0000230cu, 0x00002549u, 0x00001d8bu, 0x000500abu, 0x00000069u, 0x0000230du, 0x0000230cu, - 0x0000032fu, 0x000500c7u, 0x00000006u, 0x0000230fu, 0x00002549u, 0x00001d90u, 0x000500abu, 0x00000069u, - 0x00002310u, 0x0000230fu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002312u, 0x00002549u, 0x00001d95u, - 0x000500abu, 0x00000069u, 0x00002313u, 0x00002312u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002315u, - 0x00002549u, 0x00001d9au, 0x000500abu, 0x00000069u, 0x00002316u, 0x00002315u, 0x0000032fu, 0x000500c7u, - 0x00000006u, 0x00002318u, 0x00002549u, 0x00001d9fu, 0x000500abu, 0x00000069u, 0x00002319u, 0x00002318u, - 0x0000032fu, 0x000500c7u, 0x00000006u, 0x0000231bu, 0x00002549u, 0x00001da4u, 0x000500abu, 0x00000069u, - 0x0000231cu, 0x0000231bu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x0000231eu, 0x00002549u, 0x00001da9u, - 0x000500abu, 0x00000069u, 0x0000231fu, 0x0000231eu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002321u, - 0x00002549u, 0x00001daeu, 0x000500abu, 0x00000069u, 0x00002322u, 0x00002321u, 0x0000032fu, 0x000500c7u, - 0x00000006u, 0x00002324u, 0x00002549u, 0x00001db3u, 0x000500abu, 0x00000069u, 0x00002325u, 0x00002324u, - 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002327u, 0x00002549u, 0x00001db8u, 0x000500abu, 0x00000069u, - 0x00002328u, 0x00002327u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x0000232au, 0x00002549u, 0x00001dbcu, - 0x000500abu, 0x00000069u, 0x0000232bu, 0x0000232au, 0x0000032fu, 0x000300f7u, 0x00002336u, 0x00000000u, - 0x000400fau, 0x0000232bu, 0x0000232cu, 0x00002336u, 0x000200f8u, 0x0000232cu, 0x0004007cu, 0x00000006u, - 0x0000232eu, 0x000075ceu, 0x0004007cu, 0x00000006u, 0x00002330u, 0x000075ccu, 0x00060041u, 0x00001dc6u, - 0x00002332u, 0x00000cd6u, 0x00000222u, 0x00000232u, 0x0004003du, 0x00000006u, 0x00002333u, 0x00002332u, - 0x00050080u, 0x00000006u, 0x00002334u, 0x000020b0u, 0x00002333u, 0x00060050u, 0x0000030eu, 0x00002557u, - 0x0000232eu, 0x00002330u, 0x00002334u, 0x000500c2u, 0x0000030eu, 0x0000255au, 0x00002557u, 0x0000b403u, - 0x0008004fu, 0x0000030eu, 0x0000255cu, 0x00002557u, 0x00002557u, 0x00000001u, 0x00000002u, 0x00000000u, - 0x000500c6u, 0x0000030eu, 0x0000255du, 0x0000255au, 0x0000255cu, 0x00050084u, 0x0000030eu, 0x0000255fu, - 0x0000255du, 0x0000b404u, 0x000500c2u, 0x0000030eu, 0x00002562u, 0x0000255fu, 0x0000b403u, 0x0008004fu, - 0x0000030eu, 0x00002564u, 0x0000255fu, 0x0000255fu, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, - 0x0000030eu, 0x00002565u, 0x00002562u, 0x00002564u, 0x00050084u, 0x0000030eu, 0x00002567u, 0x00002565u, - 0x0000b404u, 0x000500c2u, 0x0000030eu, 0x0000256au, 0x00002567u, 0x0000b403u, 0x0008004fu, 0x0000030eu, - 0x0000256cu, 0x00002567u, 0x00002567u, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x0000030eu, - 0x0000256du, 0x0000256au, 0x0000256cu, 0x00050084u, 0x0000030eu, 0x0000256fu, 0x0000256du, 0x0000b404u, - 0x0003003eu, 0x00002552u, 0x0000256fu, 0x00050041u, 0x00000007u, 0x00002570u, 0x00002552u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00002571u, 0x00002570u, 0x000500c2u, 0x00000006u, 0x00002572u, 0x00002571u, - 0x00000332u, 0x00040071u, 0x00000011u, 0x00002573u, 0x00002572u, 0x000200f9u, 0x00002336u, 0x000200f8u, - 0x00002336u, 0x000700f5u, 0x00000011u, 0x0000820au, 0x0000820du, 0x000022c4u, 0x00002573u, 0x0000232cu, - 0x000500c7u, 0x00000006u, 0x00002338u, 0x000022a9u, 0x0000045eu, 0x000500abu, 0x00000069u, 0x00002339u, - 0x00002338u, 0x0000032fu, 0x000300f7u, 0x00002386u, 0x00000000u, 0x000400fau, 0x0000230au, 0x0000233bu, - 0x00002376u, 0x000200f8u, 0x00002376u, 0x000300f7u, 0x00002385u, 0x00000000u, 0x000400fau, 0x00002307u, - 0x00002378u, 0x00002385u, 0x000200f8u, 0x00002378u, 0x000500afu, 0x00000069u, 0x0000237du, 0x000075ceu, - 0x0000251bu, 0x000300f7u, 0x00002383u, 0x00000000u, 0x000400fau, 0x0000237du, 0x0000237eu, 0x00002383u, - 0x000200f8u, 0x0000237eu, 0x000500b3u, 0x00000069u, 0x00002382u, 0x000075ceu, 0x0000251du, 0x000200f9u, - 0x00002383u, 0x000200f8u, 0x00002383u, 0x000700f5u, 0x00000069u, 0x00002384u, 0x0000237du, 0x00002378u, - 0x00002382u, 0x0000237eu, 0x000200f9u, 0x000024fau, 0x000200f8u, 0x00002385u, 0x000200f9u, 0x00002386u, - 0x000200f8u, 0x0000233bu, 0x000500afu, 0x00000069u, 0x0000233fu, 0x000075ceu, 0x0000251bu, 0x000300f7u, - 0x00002345u, 0x00000000u, 0x000400fau, 0x0000233fu, 0x00002340u, 0x00002345u, 0x000200f8u, 0x00002340u, - 0x000500b3u, 0x00000069u, 0x00002344u, 0x000075ceu, 0x0000251du, 0x000200f9u, 0x00002345u, 0x000200f8u, - 0x00002345u, 0x000700f5u, 0x00000069u, 0x00002346u, 0x0000233fu, 0x0000233bu, 0x00002344u, 0x00002340u, - 0x000400a8u, 0x00000069u, 0x00002348u, 0x00002346u, 0x000300f7u, 0x0000234au, 0x00000000u, 0x000400fau, - 0x00002348u, 0x00002349u, 0x0000234au, 0x000200f8u, 0x00002349u, 0x000200f9u, 0x000024fau, 0x000200f8u, - 0x0000234au, 0x000300f7u, 0x00002589u, 0x00000000u, 0x000400fau, 0x00002339u, 0x0000257fu, 0x00002584u, - 0x000200f8u, 0x00002584u, 0x00050082u, 0x00000008u, 0x00002588u, 0x0000251du, 0x000075ceu, 0x000200f9u, - 0x00002589u, 0x000200f8u, 0x0000257fu, 0x00050082u, 0x00000008u, 0x00002583u, 0x000075ceu, 0x0000251bu, - 0x000200f9u, 0x00002589u, 0x000200f8u, 0x00002589u, 0x000700f5u, 0x00000008u, 0x000086edu, 0x00002583u, - 0x0000257fu, 0x00002588u, 0x00002584u, 0x000500c3u, 0x00000008u, 0x0000258cu, 0x000086edu, 0x0000078du, - 0x00060041u, 0x00000cd7u, 0x0000258eu, 0x00000cd6u, 0x00000222u, 0x0000022cu, 0x0004003du, 0x00000008u, - 0x0000258fu, 0x0000258eu, 0x000500c7u, 0x00000008u, 0x00002590u, 0x0000258cu, 0x0000258fu, 0x00050082u, - 0x00000008u, 0x00002593u, 0x0000258cu, 0x00002590u, 0x00060041u, 0x00000cd7u, 0x00002595u, 0x00000cd6u, - 0x00000222u, 0x00000222u, 0x0004003du, 0x00000008u, 0x00002596u, 0x00002595u, 0x000500c3u, 0x00000008u, - 0x00002597u, 0x0000258cu, 0x00002596u, 0x000600a9u, 0x00000008u, 0x00002599u, 0x00002339u, 0x0000022cu, - 0x00000ce4u, 0x00050084u, 0x00000008u, 0x0000259au, 0x00002597u, 0x00002599u, 0x0008004fu, 0x00000044u, - 0x0000259du, 0x00002513u, 0x00002513u, 0x00000000u, 0x00000001u, 0x00000003u, 0x0008004fu, 0x00000044u, - 0x0000259fu, 0x00002534u, 0x00002534u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000044u, - 0x000025a1u, 0x0000259fu, 0x0000b405u, 0x00060050u, 0x00000044u, 0x000025a3u, 0x0000259au, 0x0000259au, - 0x0000259au, 0x00050084u, 0x00000044u, 0x000025a4u, 0x000025a1u, 0x000025a3u, 0x00050080u, 0x00000044u, - 0x000025a5u, 0x0000259du, 0x000025a4u, 0x000300f7u, 0x000025b3u, 0x00000000u, 0x000400fau, 0x000022f2u, - 0x000025a7u, 0x000025aeu, 0x000200f8u, 0x000025aeu, 0x000500c3u, 0x00000044u, 0x000025b1u, 0x000025a5u, - 0x0000b406u, 0x0007004fu, 0x000000efu, 0x0000263du, 0x000025b1u, 0x000025b1u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x000025b3u, 0x000200f8u, 0x000025a7u, 0x000500c3u, 0x00000044u, 0x000025aau, 0x000025a5u, - 0x0000b406u, 0x0003003eu, 0x0000257au, 0x000025aau, 0x00050041u, 0x00000046u, 0x000025bfu, 0x0000257au, - 0x00000388u, 0x0004003du, 0x00000008u, 0x000025c0u, 0x000025bfu, 0x000500b3u, 0x00000069u, 0x000025c2u, - 0x000025c0u, 0x00000222u, 0x000500c7u, 0x00000008u, 0x000025c4u, 0x000025c0u, 0x00000c1au, 0x0006000cu, - 0x00000008u, 0x00002621u, 0x00000001u, 0x0000004au, 0x000025c4u, 0x00050082u, 0x00000008u, 0x00002622u, - 0x00000271u, 0x00002621u, 0x0007000cu, 0x00000008u, 0x00002623u, 0x00000001u, 0x00000027u, 0x00002622u, - 0x00000271u, 0x000500c4u, 0x00000008u, 0x00002626u, 0x000025c4u, 0x00002623u, 0x000500c7u, 0x00000008u, - 0x00002627u, 0x00002626u, 0x00000b36u, 0x000500c7u, 0x00000008u, 0x00002629u, 0x00002627u, 0x00000360u, - 0x000500c3u, 0x00000008u, 0x0000262bu, 0x00002627u, 0x0000025fu, 0x0003003eu, 0x0000261cu, 0x00000bfau, - 0x00050041u, 0x000001afu, 0x0000262cu, 0x0000261cu, 0x0000262bu, 0x0004003du, 0x000001aeu, 0x0000262du, - 0x0000262cu, 0x00040072u, 0x000000efu, 0x0000262eu, 0x0000262du, 0x0003003eu, 0x0000261bu, 0x0000262eu, - 0x00050041u, 0x00000046u, 0x0000262fu, 0x0000261bu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002630u, - 0x0000262fu, 0x00050084u, 0x00000008u, 0x00002632u, 0x00002630u, 0x00002629u, 0x000500c3u, 0x00000008u, - 0x00002633u, 0x00002632u, 0x00000265u, 0x00050041u, 0x00000046u, 0x00002634u, 0x0000261bu, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00002635u, 0x00002634u, 0x00050080u, 0x00000008u, 0x00002636u, 0x00002633u, - 0x00002635u, 0x00050050u, 0x000000efu, 0x00002639u, 0x00002636u, 0x00002623u, 0x0003003eu, 0x000025b6u, - 0x00002639u, 0x00050041u, 0x00000046u, 0x000025c7u, 0x000025b6u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x000025c8u, 0x000025c7u, 0x0007004fu, 0x000000efu, 0x000025cau, 0x000025aau, 0x000025aau, 0x00000000u, - 0x00000001u, 0x00050041u, 0x00000046u, 0x000025cbu, 0x000025b6u, 0x0000032fu, 0x0004003du, 0x00000008u, - 0x000025ccu, 0x000025cbu, 0x00050050u, 0x000000efu, 0x000025cdu, 0x000025ccu, 0x000025ccu, 0x00050084u, - 0x000000efu, 0x000025ceu, 0x000025cau, 0x000025cdu, 0x0003003eu, 0x000025b9u, 0x000025ceu, 0x000500c3u, - 0x00000008u, 0x000025d0u, 0x00000c2du, 0x000025c8u, 0x0004007eu, 0x00000008u, 0x000025d1u, 0x000025d0u, - 0x000500c7u, 0x00000008u, 0x000025d2u, 0x00000c2cu, 0x000025d1u, 0x00050050u, 0x000000efu, 0x000025d5u, - 0x000025d2u, 0x000025d2u, 0x000500c7u, 0x000000efu, 0x000025d6u, 0x000025ceu, 0x000025d5u, 0x0003003eu, - 0x000025bbu, 0x000025d6u, 0x000500abu, 0x00000069u, 0x000025d8u, 0x000025c8u, 0x00000271u, 0x000300f7u, - 0x000025e3u, 0x00000000u, 0x000400fau, 0x000025d8u, 0x000025d9u, 0x000025dfu, 0x000200f8u, 0x000025dfu, - 0x0004003du, 0x000000efu, 0x000025e0u, 0x000025b9u, 0x000500c4u, 0x000000efu, 0x000025e2u, 0x000025e0u, - 0x0000b40au, 0x0003003eu, 0x000025bcu, 0x000025e2u, 0x000200f9u, 0x000025e3u, 0x000200f8u, 0x000025d9u, - 0x0004003du, 0x000000efu, 0x000025dau, 0x000025b9u, 0x00050082u, 0x00000008u, 0x000025dcu, 0x0000026eu, - 0x000025c8u, 0x00050050u, 0x000000efu, 0x000025ddu, 0x000025dcu, 0x000025dcu, 0x000500c3u, 0x000000efu, - 0x000025deu, 0x000025dau, 0x000025ddu, 0x0003003eu, 0x000025b9u, 0x000025deu, 0x0003003eu, 0x000025bcu, - 0x000025deu, 0x000200f9u, 0x000025e3u, 0x000200f8u, 0x000025e3u, 0x000500abu, 0x00000881u, 0x000025e5u, - 0x000025d6u, 0x00000c46u, 0x0004009au, 0x00000069u, 0x000025e6u, 0x000025e5u, 0x000300f7u, 0x00002612u, - 0x00000000u, 0x000400fau, 0x000025e6u, 0x000025e7u, 0x00002612u, 0x000200f8u, 0x000025e7u, 0x00050041u, - 0x00000046u, 0x000025e8u, 0x000025bbu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000025e9u, 0x000025e8u, - 0x000500abu, 0x00000069u, 0x000025ebu, 0x000025e9u, 0x000025d2u, 0x000300f7u, 0x000025f0u, 0x00000000u, - 0x000400fau, 0x000025ebu, 0x000025ecu, 0x000025f0u, 0x000200f8u, 0x000025ecu, 0x0004003du, 0x00000008u, - 0x000025eeu, 0x000025e8u, 0x000500abu, 0x00000069u, 0x000025efu, 0x000025eeu, 0x00000222u, 0x000200f9u, - 0x000025f0u, 0x000200f8u, 0x000025f0u, 0x000700f5u, 0x00000069u, 0x000025f1u, 0x000025ebu, 0x000025e7u, - 0x000025efu, 0x000025ecu, 0x000300f7u, 0x000025fcu, 0x00000000u, 0x000400fau, 0x000025f1u, 0x000025f2u, - 0x000025fcu, 0x000200f8u, 0x000025f2u, 0x00050041u, 0x00000046u, 0x000025f3u, 0x000025b9u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x000025f4u, 0x000025f3u, 0x000500c7u, 0x00000008u, 0x000025f5u, 0x000025f4u, - 0x00000c2du, 0x000500aau, 0x00000069u, 0x000025f6u, 0x000025f5u, 0x00000222u, 0x000300f7u, 0x000025fbu, - 0x00000000u, 0x000400fau, 0x000025f6u, 0x000025f7u, 0x000025f9u, 0x000200f8u, 0x000025f9u, 0x00050041u, - 0x00000046u, 0x000025fau, 0x000025bcu, 0x0000032fu, 0x0003003eu, 0x000025fau, 0x00000c5fu, 0x000200f9u, - 0x000025fbu, 0x000200f8u, 0x000025f7u, 0x00050041u, 0x00000046u, 0x000025f8u, 0x000025bcu, 0x0000032fu, - 0x0003003eu, 0x000025f8u, 0x00000c1au, 0x000200f9u, 0x000025fbu, 0x000200f8u, 0x000025fbu, 0x000200f9u, - 0x000025fcu, 0x000200f8u, 0x000025fcu, 0x00050041u, 0x00000046u, 0x000025fdu, 0x000025bbu, 0x0000045eu, - 0x0004003du, 0x00000008u, 0x000025feu, 0x000025fdu, 0x000500abu, 0x00000069u, 0x00002600u, 0x000025feu, - 0x000025d2u, 0x000300f7u, 0x00002605u, 0x00000000u, 0x000400fau, 0x00002600u, 0x00002601u, 0x00002605u, - 0x000200f8u, 0x00002601u, 0x0004003du, 0x00000008u, 0x00002603u, 0x000025fdu, 0x000500abu, 0x00000069u, - 0x00002604u, 0x00002603u, 0x00000222u, 0x000200f9u, 0x00002605u, 0x000200f8u, 0x00002605u, 0x000700f5u, - 0x00000069u, 0x00002606u, 0x00002600u, 0x000025fcu, 0x00002604u, 0x00002601u, 0x000300f7u, 0x00002611u, - 0x00000000u, 0x000400fau, 0x00002606u, 0x00002607u, 0x00002611u, 0x000200f8u, 0x00002607u, 0x00050041u, - 0x00000046u, 0x00002608u, 0x000025b9u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002609u, 0x00002608u, - 0x000500c7u, 0x00000008u, 0x0000260au, 0x00002609u, 0x00000c2du, 0x000500aau, 0x00000069u, 0x0000260bu, - 0x0000260au, 0x00000222u, 0x000300f7u, 0x00002610u, 0x00000000u, 0x000400fau, 0x0000260bu, 0x0000260cu, - 0x0000260eu, 0x000200f8u, 0x0000260eu, 0x00050041u, 0x00000046u, 0x0000260fu, 0x000025bcu, 0x0000045eu, - 0x0003003eu, 0x0000260fu, 0x00000c5fu, 0x000200f9u, 0x00002610u, 0x000200f8u, 0x0000260cu, 0x00050041u, - 0x00000046u, 0x0000260du, 0x000025bcu, 0x0000045eu, 0x0003003eu, 0x0000260du, 0x00000c1au, 0x000200f9u, - 0x00002610u, 0x000200f8u, 0x00002610u, 0x000200f9u, 0x00002611u, 0x000200f8u, 0x00002611u, 0x000200f9u, - 0x00002612u, 0x000200f8u, 0x00002612u, 0x000300f7u, 0x00002615u, 0x00000000u, 0x000400fau, 0x000025c2u, - 0x00002614u, 0x00002615u, 0x000200f8u, 0x00002614u, 0x0003003eu, 0x000025bcu, 0x00000c79u, 0x000200f9u, - 0x00002615u, 0x000200f8u, 0x00002615u, 0x0004003du, 0x000000efu, 0x00002616u, 0x000025bcu, 0x0008000cu, - 0x000000efu, 0x00002617u, 0x00000001u, 0x0000002du, 0x00002616u, 0x00000c7cu, 0x00000c7du, 0x000200f9u, - 0x000025b3u, 0x000200f8u, 0x000025b3u, 0x000700f5u, 0x000000efu, 0x000086eeu, 0x00002617u, 0x00002615u, - 0x0000263du, 0x000025aeu, 0x000500c7u, 0x00000006u, 0x00002355u, 0x000022c8u, 0x00000744u, 0x00080041u, - 0x00000673u, 0x00002358u, 0x00000a1cu, 0x00000222u, 0x000020b0u, 0x0000022fu, 0x00002355u, 0x0004003du, - 0x0000000fu, 0x00002359u, 0x00002358u, 0x00040071u, 0x00000006u, 0x0000235au, 0x00002359u, 0x00060041u, - 0x000002b6u, 0x00002642u, 0x000002b4u, 0x00000222u, 0x0000235au, 0x0004003du, 0x000002b0u, 0x00002643u, - 0x00002642u, 0x00050051u, 0x00000006u, 0x00002644u, 0x00002643u, 0x00000000u, 0x00050051u, 0x00000006u, - 0x00002648u, 0x00002643u, 0x00000002u, 0x00050051u, 0x00000006u, 0x0000264cu, 0x00002643u, 0x00000004u, - 0x00050051u, 0x00000006u, 0x0000264eu, 0x00002643u, 0x00000005u, 0x00050051u, 0x0000000fu, 0x00002652u, - 0x00002643u, 0x00000007u, 0x00050051u, 0x0000000fu, 0x00002654u, 0x00002643u, 0x00000008u, 0x00050051u, - 0x0000000fu, 0x00002656u, 0x00002643u, 0x00000009u, 0x00050051u, 0x0000000fu, 0x00002658u, 0x00002643u, - 0x0000000au, 0x00050051u, 0x0000000fu, 0x0000265au, 0x00002643u, 0x0000000bu, 0x00050051u, 0x0000000fu, - 0x0000265cu, 0x00002643u, 0x0000000cu, 0x00050051u, 0x0000000fu, 0x0000265eu, 0x00002643u, 0x0000000du, - 0x0003003eu, 0x00002207u, 0x000086eeu, 0x0004007cu, 0x00000008u, 0x00002678u, 0x00002644u, 0x00040071u, - 0x00000006u, 0x0000267bu, 0x00002658u, 0x0004007cu, 0x00000008u, 0x0000267cu, 0x0000267bu, 0x00050041u, - 0x00000046u, 0x0000267du, 0x00002207u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000267eu, 0x0000267du, - 0x0008000cu, 0x00000008u, 0x000026b6u, 0x00000001u, 0x0000002du, 0x0000267eu, 0x00000c5fu, 0x00000c1au, - 0x000500b1u, 0x00000069u, 0x000026b8u, 0x0000267cu, 0x00000268u, 0x000300f7u, 0x000026c4u, 0x00000000u, - 0x000400fau, 0x000026b8u, 0x000026b9u, 0x000026bdu, 0x000200f8u, 0x000026bdu, 0x00050082u, 0x00000008u, - 0x000026bfu, 0x0000115cu, 0x0000267cu, 0x000500c4u, 0x00000008u, 0x000026c1u, 0x000026b6u, 0x000026bfu, - 0x000500c3u, 0x00000008u, 0x000026c3u, 0x000026c1u, 0x00000556u, 0x000200f9u, 0x000026c4u, 0x000200f8u, - 0x000026b9u, 0x000500c3u, 0x00000008u, 0x000026bcu, 0x000026b6u, 0x0000267cu, 0x000200f9u, 0x000026c4u, - 0x000200f8u, 0x000026c4u, 0x000700f5u, 0x00000008u, 0x000086efu, 0x000026bcu, 0x000026b9u, 0x000026c3u, - 0x000026bdu, 0x000500c4u, 0x00000008u, 0x000026c6u, 0x00002678u, 0x00000232u, 0x00050082u, 0x00000008u, - 0x000026c8u, 0x000086efu, 0x000026c6u, 0x0003003eu, 0x0000267du, 0x000026c8u, 0x0004007cu, 0x00000008u, - 0x00002683u, 0x00002648u, 0x00040071u, 0x00000006u, 0x00002686u, 0x0000265cu, 0x0004007cu, 0x00000008u, - 0x00002687u, 0x00002686u, 0x00050041u, 0x00000046u, 0x00002688u, 0x00002207u, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x00002689u, 0x00002688u, 0x0008000cu, 0x00000008u, 0x000026cdu, 0x00000001u, 0x0000002du, - 0x00002689u, 0x00000c5fu, 0x00000c1au, 0x000500b1u, 0x00000069u, 0x000026cfu, 0x00002687u, 0x00000268u, - 0x000300f7u, 0x000026dbu, 0x00000000u, 0x000400fau, 0x000026cfu, 0x000026d0u, 0x000026d4u, 0x000200f8u, - 0x000026d4u, 0x00050082u, 0x00000008u, 0x000026d6u, 0x0000115cu, 0x00002687u, 0x000500c4u, 0x00000008u, - 0x000026d8u, 0x000026cdu, 0x000026d6u, 0x000500c3u, 0x00000008u, 0x000026dau, 0x000026d8u, 0x00000556u, - 0x000200f9u, 0x000026dbu, 0x000200f8u, 0x000026d0u, 0x000500c3u, 0x00000008u, 0x000026d3u, 0x000026cdu, - 0x00002687u, 0x000200f9u, 0x000026dbu, 0x000200f8u, 0x000026dbu, 0x000700f5u, 0x00000008u, 0x000086f0u, - 0x000026d3u, 0x000026d0u, 0x000026dau, 0x000026d4u, 0x000500c4u, 0x00000008u, 0x000026ddu, 0x00002683u, - 0x00000232u, 0x00050082u, 0x00000008u, 0x000026dfu, 0x000086f0u, 0x000026ddu, 0x0003003eu, 0x00002688u, - 0x000026dfu, 0x0004003du, 0x000000efu, 0x0000268cu, 0x00002207u, 0x000500c3u, 0x000000efu, 0x0000268eu, - 0x0000268cu, 0x0000b40cu, 0x0003003eu, 0x00002207u, 0x0000268eu, 0x00060041u, 0x00000cd7u, 0x0000268fu, - 0x00000cd6u, 0x00000222u, 0x0000022fu, 0x0004003du, 0x00000008u, 0x00002690u, 0x0000268fu, 0x000500aau, - 0x00000069u, 0x00002691u, 0x00002690u, 0x00000222u, 0x000300f7u, 0x000026b1u, 0x00000000u, 0x000400fau, - 0x00002691u, 0x00002692u, 0x00002693u, 0x000200f8u, 0x00002693u, 0x000500aau, 0x00000069u, 0x00002696u, - 0x00002690u, 0x0000022cu, 0x000300f7u, 0x000026b0u, 0x00000000u, 0x000400fau, 0x00002696u, 0x00002697u, - 0x000026a8u, 0x000200f8u, 0x000026a8u, 0x0004003du, 0x000000efu, 0x000026abu, 0x00002207u, 0x0003003eu, - 0x00002670u, 0x000026abu, 0x000500b1u, 0x00000069u, 0x000028adu, 0x00002593u, 0x0000022fu, 0x000300f7u, - 0x000028b5u, 0x00000000u, 0x000400fau, 0x000028adu, 0x000028afu, 0x000028b5u, 0x000200f8u, 0x000028afu, - 0x00040071u, 0x00000006u, 0x000028b2u, 0x00002652u, 0x0004007cu, 0x00000008u, 0x000028b3u, 0x000028b2u, - 0x000500abu, 0x00000069u, 0x000028b4u, 0x000028b3u, 0x0000022fu, 0x000200f9u, 0x000028b5u, 0x000200f8u, - 0x000028b5u, 0x000700f5u, 0x00000069u, 0x000028b6u, 0x000028adu, 0x000026a8u, 0x000028b4u, 0x000028afu, - 0x000400a8u, 0x00000069u, 0x000028b8u, 0x000022e3u, 0x000500a7u, 0x00000069u, 0x000028b9u, 0x000028b6u, - 0x000028b8u, 0x00040071u, 0x00000006u, 0x000028bcu, 0x00002652u, 0x0004007cu, 0x00000008u, 0x000028bdu, - 0x000028bcu, 0x0007000cu, 0x00000008u, 0x000028beu, 0x00000001u, 0x00000027u, 0x000028bdu, 0x0000022fu, - 0x000500aau, 0x00000069u, 0x000028c3u, 0x000028bdu, 0x00000232u, 0x000500a6u, 0x00000069u, 0x000028c6u, - 0x000028c3u, 0x000022e3u, 0x000600a9u, 0x00000008u, 0x000028c7u, 0x000028c6u, 0x00001173u, 0x000003dcu, - 0x000300f7u, 0x000029b1u, 0x00000000u, 0x000400fau, 0x000028b9u, 0x000028c9u, 0x0000294cu, 0x000200f8u, - 0x0000294cu, 0x00050041u, 0x00000046u, 0x0000294eu, 0x00002670u, 0x0000032fu, 0x0004003du, 0x00000008u, - 0x0000294fu, 0x0000294eu, 0x00050080u, 0x00000008u, 0x00002950u, 0x0000294fu, 0x00002593u, 0x0003003eu, - 0x0000294eu, 0x00002950u, 0x0004003du, 0x00000008u, 0x00002954u, 0x0000294eu, 0x00040071u, 0x00000006u, - 0x00002a02u, 0x00002656u, 0x0004007cu, 0x00000008u, 0x00002a03u, 0x00002a02u, 0x000500abu, 0x00000069u, - 0x00002a04u, 0x00002a03u, 0x00000222u, 0x000300f7u, 0x00002a1cu, 0x00000000u, 0x000400fau, 0x00002a04u, - 0x00002a05u, 0x00002a1cu, 0x000200f8u, 0x00002a05u, 0x000500c4u, 0x00000008u, 0x00002a08u, 0x0000022cu, - 0x00002656u, 0x00040071u, 0x00000006u, 0x00002a0bu, 0x0000265eu, 0x0004007cu, 0x00000008u, 0x00002a0cu, - 0x00002a0bu, 0x000500c7u, 0x00000008u, 0x00002a0du, 0x00002a0cu, 0x0000022fu, 0x000500abu, 0x00000069u, - 0x00002a0eu, 0x00002a0du, 0x00000222u, 0x000300f7u, 0x00002a17u, 0x00000000u, 0x000400fau, 0x00002a0eu, - 0x00002a0fu, 0x00002a17u, 0x000200f8u, 0x00002a0fu, 0x000500c7u, 0x00000008u, 0x00002a12u, 0x00002954u, - 0x00002a08u, 0x00050082u, 0x00000008u, 0x00002a13u, 0x00002a12u, 0x0000022cu, 0x0007000cu, 0x00000008u, - 0x00002a14u, 0x00000001u, 0x0000002au, 0x00002a13u, 0x00000222u, 0x000500c6u, 0x00000008u, 0x00002a16u, - 0x00002954u, 0x00002a14u, 0x000200f9u, 0x00002a17u, 0x000200f8u, 0x00002a17u, 0x000700f5u, 0x00000008u, - 0x000086f1u, 0x00002954u, 0x00002a05u, 0x00002a16u, 0x00002a0fu, 0x00050082u, 0x00000008u, 0x00002a19u, - 0x00002a08u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00002a1bu, 0x000086f1u, 0x00002a19u, 0x000200f9u, - 0x00002a1cu, 0x000200f8u, 0x00002a1cu, 0x000700f5u, 0x00000008u, 0x000086f2u, 0x00002954u, 0x0000294cu, - 0x00002a1bu, 0x00002a17u, 0x00050041u, 0x00000046u, 0x00002957u, 0x00002670u, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x00002958u, 0x00002957u, 0x00040071u, 0x00000006u, 0x00002a23u, 0x0000265au, 0x0004007cu, - 0x00000008u, 0x00002a24u, 0x00002a23u, 0x000500abu, 0x00000069u, 0x00002a25u, 0x00002a24u, 0x00000222u, - 0x000300f7u, 0x00002a3du, 0x00000000u, 0x000400fau, 0x00002a25u, 0x00002a26u, 0x00002a3du, 0x000200f8u, - 0x00002a26u, 0x000500c4u, 0x00000008u, 0x00002a29u, 0x0000022cu, 0x0000265au, 0x00040071u, 0x00000006u, - 0x00002a2cu, 0x0000265eu, 0x0004007cu, 0x00000008u, 0x00002a2du, 0x00002a2cu, 0x000500c7u, 0x00000008u, - 0x00002a2eu, 0x00002a2du, 0x0000025fu, 0x000500abu, 0x00000069u, 0x00002a2fu, 0x00002a2eu, 0x00000222u, - 0x000300f7u, 0x00002a38u, 0x00000000u, 0x000400fau, 0x00002a2fu, 0x00002a30u, 0x00002a38u, 0x000200f8u, - 0x00002a30u, 0x000500c7u, 0x00000008u, 0x00002a33u, 0x00002958u, 0x00002a29u, 0x00050082u, 0x00000008u, - 0x00002a34u, 0x00002a33u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00002a35u, 0x00000001u, 0x0000002au, - 0x00002a34u, 0x00000222u, 0x000500c6u, 0x00000008u, 0x00002a37u, 0x00002958u, 0x00002a35u, 0x000200f9u, - 0x00002a38u, 0x000200f8u, 0x00002a38u, 0x000700f5u, 0x00000008u, 0x000086f3u, 0x00002958u, 0x00002a26u, - 0x00002a37u, 0x00002a30u, 0x00050082u, 0x00000008u, 0x00002a3au, 0x00002a29u, 0x0000022cu, 0x000500c7u, - 0x00000008u, 0x00002a3cu, 0x000086f3u, 0x00002a3au, 0x000200f9u, 0x00002a3du, 0x000200f8u, 0x00002a3du, - 0x000700f5u, 0x00000008u, 0x000086f4u, 0x00002958u, 0x00002a1cu, 0x00002a3cu, 0x00002a38u, 0x0004007cu, - 0x00000006u, 0x0000295fu, 0x000086f4u, 0x00050084u, 0x00000006u, 0x00002960u, 0x0000264eu, 0x0000295fu, - 0x00050080u, 0x00000006u, 0x00002961u, 0x0000264cu, 0x00002960u, 0x00050084u, 0x00000006u, 0x00002963u, - 0x00002961u, 0x00000388u, 0x000500c4u, 0x00000008u, 0x00002966u, 0x000086f2u, 0x000028beu, 0x0004007cu, - 0x00000006u, 0x00002967u, 0x00002966u, 0x00050080u, 0x00000006u, 0x00002968u, 0x00002963u, 0x00002967u, - 0x000500c7u, 0x00000006u, 0x00002969u, 0x00002968u, 0x000011e6u, 0x000500c7u, 0x00000006u, 0x0000296cu, - 0x0000295fu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000296du, 0x0000296cu, 0x00000316u, 0x000500c6u, - 0x00000006u, 0x0000296fu, 0x00002969u, 0x0000296du, 0x000500c2u, 0x00000006u, 0x00002971u, 0x0000296fu, - 0x00000388u, 0x0004007cu, 0x00000006u, 0x00002973u, 0x000028c7u, 0x000500c7u, 0x00000006u, 0x00002975u, - 0x00002971u, 0x00002973u, 0x000500c6u, 0x00000006u, 0x00002978u, 0x00002975u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00002979u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00002978u, 0x0004003du, - 0x00000011u, 0x0000297au, 0x00002979u, 0x00040071u, 0x00000006u, 0x0000297bu, 0x0000297au, 0x0004007cu, - 0x00000008u, 0x0000297cu, 0x0000297bu, 0x000300f7u, 0x000029b0u, 0x00000000u, 0x000400fau, 0x000022e3u, - 0x0000297eu, 0x000029b0u, 0x000200f8u, 0x0000297eu, 0x000500aau, 0x00000069u, 0x00002983u, 0x000028bdu, - 0x00000222u, 0x000300f7u, 0x000029a7u, 0x00000000u, 0x000400fau, 0x00002983u, 0x00002984u, 0x00002999u, - 0x000200f8u, 0x00002999u, 0x000500c7u, 0x00000006u, 0x0000299bu, 0x0000296fu, 0x00000388u, 0x00050084u, - 0x00000006u, 0x0000299cu, 0x00000706u, 0x0000299bu, 0x00050082u, 0x00000006u, 0x0000299du, 0x00000316u, - 0x0000299cu, 0x000500c3u, 0x00000008u, 0x0000299fu, 0x0000297cu, 0x0000299du, 0x000500c7u, 0x00000008u, - 0x000029a1u, 0x0000299fu, 0x00000360u, 0x000500c4u, 0x00000008u, 0x000029a3u, 0x000029a1u, 0x0000022fu, - 0x00050080u, 0x00000008u, 0x000029a6u, 0x000029a3u, 0x00002593u, 0x000200f9u, 0x000029a7u, 0x000200f8u, - 0x00002984u, 0x000500c7u, 0x00000006u, 0x00002986u, 0x0000296fu, 0x00000466u, 0x00050084u, 0x00000006u, - 0x00002987u, 0x00000706u, 0x00002986u, 0x00050082u, 0x00000006u, 0x00002988u, 0x00001292u, 0x00002987u, - 0x000500c3u, 0x00000008u, 0x0000298au, 0x0000297cu, 0x00002988u, 0x000500c7u, 0x00000008u, 0x0000298cu, - 0x0000298au, 0x00000535u, 0x000500c4u, 0x0000000fu, 0x0000298fu, 0x00002654u, 0x00000235u, 0x00040071u, - 0x00000006u, 0x00002990u, 0x0000298fu, 0x0004007cu, 0x00000008u, 0x00002991u, 0x00002990u, 0x000500c5u, - 0x00000008u, 0x00002993u, 0x0000298cu, 0x00002991u, 0x000500c4u, 0x00000008u, 0x00002995u, 0x00002993u, - 0x0000022fu, 0x00050080u, 0x00000008u, 0x00002998u, 0x00002995u, 0x00002593u, 0x000200f9u, 0x000029a7u, - 0x000200f8u, 0x000029a7u, 0x000700f5u, 0x00000008u, 0x000086f5u, 0x00002998u, 0x00002984u, 0x000029a6u, - 0x00002999u, 0x000500c5u, 0x00000008u, 0x000029aau, 0x000086f5u, 0x000012b7u, 0x000500c6u, 0x00000008u, - 0x000029abu, 0x000029aau, 0x0000022cu, 0x00080041u, 0x00000694u, 0x000029acu, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x000029abu, 0x0004003du, 0x00000011u, 0x000029adu, 0x000029acu, 0x00040071u, - 0x00000006u, 0x000029aeu, 0x000029adu, 0x0004007cu, 0x00000008u, 0x000029afu, 0x000029aeu, 0x000200f9u, - 0x000029b0u, 0x000200f8u, 0x000029b0u, 0x000700f5u, 0x00000008u, 0x000086ffu, 0x0000297cu, 0x00002a3du, - 0x000029afu, 0x000029a7u, 0x000200f9u, 0x000029b1u, 0x000200f8u, 0x000028c9u, 0x00050084u, 0x00000008u, - 0x000028cbu, 0x0000022fu, 0x00002593u, 0x00050041u, 0x00000046u, 0x000028ccu, 0x00002670u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x000028cdu, 0x000028ccu, 0x00050080u, 0x00000008u, 0x000028ceu, 0x000028cdu, - 0x000028cbu, 0x0003003eu, 0x000028ccu, 0x000028ceu, 0x0004003du, 0x00000008u, 0x000028d2u, 0x000028ccu, - 0x00050050u, 0x000000efu, 0x000029b8u, 0x000028d2u, 0x000028d2u, 0x00050080u, 0x000000efu, 0x000029b9u, - 0x000029b8u, 0x00000de6u, 0x00040071u, 0x00000006u, 0x000029bcu, 0x00002656u, 0x0004007cu, 0x00000008u, - 0x000029bdu, 0x000029bcu, 0x000500abu, 0x00000069u, 0x000029beu, 0x000029bdu, 0x00000222u, 0x000300f7u, - 0x000029dau, 0x00000000u, 0x000400fau, 0x000029beu, 0x000029bfu, 0x000029dau, 0x000200f8u, 0x000029bfu, - 0x000500c4u, 0x00000008u, 0x000029c2u, 0x0000022cu, 0x00002656u, 0x00040071u, 0x00000006u, 0x000029c5u, - 0x0000265eu, 0x0004007cu, 0x00000008u, 0x000029c6u, 0x000029c5u, 0x000500c7u, 0x00000008u, 0x000029c7u, - 0x000029c6u, 0x0000022fu, 0x000500abu, 0x00000069u, 0x000029c8u, 0x000029c7u, 0x00000222u, 0x000300f7u, - 0x000029d4u, 0x00000000u, 0x000400fau, 0x000029c8u, 0x000029c9u, 0x000029d4u, 0x000200f8u, 0x000029c9u, - 0x00050050u, 0x000000efu, 0x000029ccu, 0x000029c2u, 0x000029c2u, 0x000500c7u, 0x000000efu, 0x000029cdu, - 0x000029b9u, 0x000029ccu, 0x00050082u, 0x000000efu, 0x000029cfu, 0x000029cdu, 0x0000b40au, 0x0007000cu, - 0x000000efu, 0x000029d1u, 0x00000001u, 0x0000002au, 0x000029cfu, 0x00000c46u, 0x000500c6u, 0x000000efu, - 0x000029d3u, 0x000029b9u, 0x000029d1u, 0x000200f9u, 0x000029d4u, 0x000200f8u, 0x000029d4u, 0x000700f5u, - 0x000000efu, 0x000086f6u, 0x000029b9u, 0x000029bfu, 0x000029d3u, 0x000029c9u, 0x00050082u, 0x00000008u, - 0x000029d6u, 0x000029c2u, 0x0000022cu, 0x00050050u, 0x000000efu, 0x000029d8u, 0x000029d6u, 0x000029d6u, - 0x000500c7u, 0x000000efu, 0x000029d9u, 0x000086f6u, 0x000029d8u, 0x000200f9u, 0x000029dau, 0x000200f8u, - 0x000029dau, 0x000700f5u, 0x000000efu, 0x000086f7u, 0x000029b9u, 0x000028c9u, 0x000029d9u, 0x000029d4u, - 0x00050041u, 0x00000046u, 0x000028d5u, 0x00002670u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000028d6u, - 0x000028d5u, 0x00040071u, 0x00000006u, 0x000029e1u, 0x0000265au, 0x0004007cu, 0x00000008u, 0x000029e2u, - 0x000029e1u, 0x000500abu, 0x00000069u, 0x000029e3u, 0x000029e2u, 0x00000222u, 0x000300f7u, 0x000029fbu, - 0x00000000u, 0x000400fau, 0x000029e3u, 0x000029e4u, 0x000029fbu, 0x000200f8u, 0x000029e4u, 0x000500c4u, - 0x00000008u, 0x000029e7u, 0x0000022cu, 0x0000265au, 0x00040071u, 0x00000006u, 0x000029eau, 0x0000265eu, - 0x0004007cu, 0x00000008u, 0x000029ebu, 0x000029eau, 0x000500c7u, 0x00000008u, 0x000029ecu, 0x000029ebu, - 0x0000025fu, 0x000500abu, 0x00000069u, 0x000029edu, 0x000029ecu, 0x00000222u, 0x000300f7u, 0x000029f6u, - 0x00000000u, 0x000400fau, 0x000029edu, 0x000029eeu, 0x000029f6u, 0x000200f8u, 0x000029eeu, 0x000500c7u, - 0x00000008u, 0x000029f1u, 0x000028d6u, 0x000029e7u, 0x00050082u, 0x00000008u, 0x000029f2u, 0x000029f1u, - 0x0000022cu, 0x0007000cu, 0x00000008u, 0x000029f3u, 0x00000001u, 0x0000002au, 0x000029f2u, 0x00000222u, - 0x000500c6u, 0x00000008u, 0x000029f5u, 0x000028d6u, 0x000029f3u, 0x000200f9u, 0x000029f6u, 0x000200f8u, - 0x000029f6u, 0x000700f5u, 0x00000008u, 0x000086f8u, 0x000028d6u, 0x000029e4u, 0x000029f5u, 0x000029eeu, - 0x00050082u, 0x00000008u, 0x000029f8u, 0x000029e7u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x000029fau, - 0x000086f8u, 0x000029f8u, 0x000200f9u, 0x000029fbu, 0x000200f8u, 0x000029fbu, 0x000700f5u, 0x00000008u, - 0x000086f9u, 0x000028d6u, 0x000029dau, 0x000029fau, 0x000029f6u, 0x0004007cu, 0x00000006u, 0x000028ddu, - 0x000086f9u, 0x00050084u, 0x00000006u, 0x000028deu, 0x0000264eu, 0x000028ddu, 0x00050080u, 0x00000006u, - 0x000028dfu, 0x0000264cu, 0x000028deu, 0x00050084u, 0x00000006u, 0x000028e1u, 0x000028dfu, 0x00000388u, - 0x00050050u, 0x000000efu, 0x000028e4u, 0x000028beu, 0x000028beu, 0x000500c4u, 0x000000efu, 0x000028e5u, - 0x000086f7u, 0x000028e4u, 0x0004007cu, 0x000000b0u, 0x000028e6u, 0x000028e5u, 0x00050050u, 0x000000b0u, - 0x000028e7u, 0x000028e1u, 0x000028e1u, 0x00050080u, 0x000000b0u, 0x000028e8u, 0x000028e7u, 0x000028e6u, - 0x000500c7u, 0x000000b0u, 0x000028eau, 0x000028e8u, 0x0000b40eu, 0x000500c7u, 0x00000006u, 0x000028edu, - 0x000028ddu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000028eeu, 0x000028edu, 0x00000316u, 0x00050050u, - 0x000000b0u, 0x000028f0u, 0x000028eeu, 0x000028eeu, 0x000500c6u, 0x000000b0u, 0x000028f1u, 0x000028eau, - 0x000028f0u, 0x0003003eu, 0x0000289cu, 0x000028f1u, 0x000500c2u, 0x000000b0u, 0x000028f4u, 0x000028f1u, - 0x0000b40fu, 0x0004007cu, 0x00000006u, 0x000028f6u, 0x000028c7u, 0x00050050u, 0x000000b0u, 0x000028f8u, - 0x000028f6u, 0x000028f6u, 0x000500c7u, 0x000000b0u, 0x000028f9u, 0x000028f4u, 0x000028f8u, 0x0003003eu, - 0x0000289du, 0x000028f9u, 0x00050041u, 0x00000007u, 0x000028fbu, 0x0000289du, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x000028fcu, 0x000028fbu, 0x000500c6u, 0x00000006u, 0x000028fdu, 0x000028fcu, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x000028feu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000028fdu, - 0x0004003du, 0x00000011u, 0x000028ffu, 0x000028feu, 0x00040071u, 0x00000006u, 0x00002900u, 0x000028ffu, - 0x0004007cu, 0x00000008u, 0x00002901u, 0x00002900u, 0x00050041u, 0x00000007u, 0x00002903u, 0x0000289du, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002904u, 0x00002903u, 0x000500c6u, 0x00000006u, 0x00002905u, - 0x00002904u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00002906u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00002905u, 0x0004003du, 0x00000011u, 0x00002907u, 0x00002906u, 0x00040071u, 0x00000006u, - 0x00002908u, 0x00002907u, 0x0004007cu, 0x00000008u, 0x00002909u, 0x00002908u, 0x000500aau, 0x00000069u, - 0x0000290eu, 0x000028bdu, 0x0000022cu, 0x000300f7u, 0x00002947u, 0x00000000u, 0x000400fau, 0x0000290eu, - 0x0000290fu, 0x00002924u, 0x000200f8u, 0x00002924u, 0x000500aau, 0x00000069u, 0x00002929u, 0x000028bdu, - 0x00000222u, 0x000300f7u, 0x00002946u, 0x00000000u, 0x000400fau, 0x00002929u, 0x0000292au, 0x00002941u, - 0x000200f8u, 0x00002941u, 0x000500c3u, 0x00000008u, 0x00002943u, 0x00002901u, 0x0000025fu, 0x000500c3u, - 0x00000008u, 0x00002945u, 0x00002909u, 0x0000025fu, 0x000200f9u, 0x00002946u, 0x000200f8u, 0x0000292au, - 0x00050041u, 0x00000007u, 0x0000292bu, 0x0000289cu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000292cu, - 0x0000292bu, 0x000500c7u, 0x00000006u, 0x0000292du, 0x0000292cu, 0x00000466u, 0x0004007cu, 0x00000008u, - 0x0000292eu, 0x0000292du, 0x00050084u, 0x00000008u, 0x0000292fu, 0x00000235u, 0x0000292eu, 0x00050082u, - 0x00000008u, 0x00002930u, 0x0000026bu, 0x0000292fu, 0x000500c3u, 0x00000008u, 0x00002932u, 0x00002901u, - 0x00002930u, 0x00050041u, 0x00000007u, 0x00002933u, 0x0000289cu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00002934u, 0x00002933u, 0x000500c7u, 0x00000006u, 0x00002935u, 0x00002934u, 0x00000466u, 0x0004007cu, - 0x00000008u, 0x00002936u, 0x00002935u, 0x00050084u, 0x00000008u, 0x00002937u, 0x00000235u, 0x00002936u, - 0x00050082u, 0x00000008u, 0x00002938u, 0x0000026bu, 0x00002937u, 0x000500c3u, 0x00000008u, 0x0000293au, - 0x00002909u, 0x00002938u, 0x000500c7u, 0x00000008u, 0x0000293cu, 0x00002932u, 0x00000535u, 0x00050084u, - 0x00000008u, 0x0000293du, 0x0000293cu, 0x000003f4u, 0x000500c7u, 0x00000008u, 0x0000293fu, 0x0000293au, - 0x00000535u, 0x00050084u, 0x00000008u, 0x00002940u, 0x0000293fu, 0x000003f4u, 0x000200f9u, 0x00002946u, - 0x000200f8u, 0x00002946u, 0x000700f5u, 0x00000008u, 0x000086fdu, 0x00002940u, 0x0000292au, 0x00002945u, - 0x00002941u, 0x000700f5u, 0x00000008u, 0x000086fbu, 0x0000293du, 0x0000292au, 0x00002943u, 0x00002941u, - 0x000200f9u, 0x00002947u, 0x000200f8u, 0x0000290fu, 0x00050041u, 0x00000007u, 0x00002910u, 0x0000289cu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00002911u, 0x00002910u, 0x000500c7u, 0x00000006u, 0x00002912u, - 0x00002911u, 0x00000388u, 0x0004007cu, 0x00000008u, 0x00002913u, 0x00002912u, 0x00050084u, 0x00000008u, - 0x00002914u, 0x00000235u, 0x00002913u, 0x00050082u, 0x00000008u, 0x00002915u, 0x0000025fu, 0x00002914u, - 0x000500c3u, 0x00000008u, 0x00002917u, 0x00002901u, 0x00002915u, 0x00050041u, 0x00000007u, 0x00002918u, - 0x0000289cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002919u, 0x00002918u, 0x000500c7u, 0x00000006u, - 0x0000291au, 0x00002919u, 0x00000388u, 0x0004007cu, 0x00000008u, 0x0000291bu, 0x0000291au, 0x00050084u, - 0x00000008u, 0x0000291cu, 0x00000235u, 0x0000291bu, 0x00050082u, 0x00000008u, 0x0000291du, 0x0000025fu, - 0x0000291cu, 0x000500c3u, 0x00000008u, 0x0000291fu, 0x00002909u, 0x0000291du, 0x000500c7u, 0x00000008u, - 0x00002921u, 0x00002917u, 0x00000360u, 0x000500c7u, 0x00000008u, 0x00002923u, 0x0000291fu, 0x00000360u, - 0x000200f9u, 0x00002947u, 0x000200f8u, 0x00002947u, 0x000700f5u, 0x00000008u, 0x000086fcu, 0x00002923u, - 0x0000290fu, 0x000086fdu, 0x00002946u, 0x000700f5u, 0x00000008u, 0x000086fau, 0x00002921u, 0x0000290fu, - 0x000086fbu, 0x00002946u, 0x000500c4u, 0x00000008u, 0x00002949u, 0x000086fau, 0x0000025fu, 0x000500c5u, - 0x00000008u, 0x0000294bu, 0x00002949u, 0x000086fcu, 0x000200f9u, 0x000029b1u, 0x000200f8u, 0x000029b1u, - 0x000700f5u, 0x00000008u, 0x000086feu, 0x0000294bu, 0x00002947u, 0x000086ffu, 0x000029b0u, 0x000200f9u, - 0x000026b0u, 0x000200f8u, 0x00002697u, 0x000500c3u, 0x00000008u, 0x00002699u, 0x00002593u, 0x0000022cu, - 0x0004003du, 0x000000efu, 0x0000269cu, 0x00002207u, 0x0003003eu, 0x0000266au, 0x0000269cu, 0x000500b1u, - 0x00000069u, 0x000026feu, 0x00002699u, 0x0000022fu, 0x000300f7u, 0x00002706u, 0x00000000u, 0x000400fau, - 0x000026feu, 0x00002700u, 0x00002706u, 0x000200f8u, 0x00002700u, 0x00040071u, 0x00000006u, 0x00002703u, - 0x00002652u, 0x0004007cu, 0x00000008u, 0x00002704u, 0x00002703u, 0x000500abu, 0x00000069u, 0x00002705u, - 0x00002704u, 0x0000022fu, 0x000200f9u, 0x00002706u, 0x000200f8u, 0x00002706u, 0x000700f5u, 0x00000069u, - 0x00002707u, 0x000026feu, 0x00002697u, 0x00002705u, 0x00002700u, 0x000400a8u, 0x00000069u, 0x00002709u, - 0x000022e3u, 0x000500a7u, 0x00000069u, 0x0000270au, 0x00002707u, 0x00002709u, 0x00040071u, 0x00000006u, - 0x0000270du, 0x00002652u, 0x0004007cu, 0x00000008u, 0x0000270eu, 0x0000270du, 0x0007000cu, 0x00000008u, - 0x0000270fu, 0x00000001u, 0x00000027u, 0x0000270eu, 0x0000022fu, 0x000500aau, 0x00000069u, 0x00002714u, - 0x0000270eu, 0x00000232u, 0x000500a6u, 0x00000069u, 0x00002717u, 0x00002714u, 0x000022e3u, 0x000600a9u, - 0x00000008u, 0x00002718u, 0x00002717u, 0x00001173u, 0x000003dcu, 0x000300f7u, 0x00002802u, 0x00000000u, - 0x000400fau, 0x0000270au, 0x0000271au, 0x0000279du, 0x000200f8u, 0x0000279du, 0x00050041u, 0x00000046u, - 0x0000279fu, 0x0000266au, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000027a0u, 0x0000279fu, 0x00050080u, - 0x00000008u, 0x000027a1u, 0x000027a0u, 0x00002699u, 0x0003003eu, 0x0000279fu, 0x000027a1u, 0x0004003du, - 0x00000008u, 0x000027a5u, 0x0000279fu, 0x00040071u, 0x00000006u, 0x00002853u, 0x00002656u, 0x0004007cu, - 0x00000008u, 0x00002854u, 0x00002853u, 0x000500abu, 0x00000069u, 0x00002855u, 0x00002854u, 0x00000222u, - 0x000300f7u, 0x0000286du, 0x00000000u, 0x000400fau, 0x00002855u, 0x00002856u, 0x0000286du, 0x000200f8u, - 0x00002856u, 0x000500c4u, 0x00000008u, 0x00002859u, 0x0000022cu, 0x00002656u, 0x00040071u, 0x00000006u, - 0x0000285cu, 0x0000265eu, 0x0004007cu, 0x00000008u, 0x0000285du, 0x0000285cu, 0x000500c7u, 0x00000008u, - 0x0000285eu, 0x0000285du, 0x0000022fu, 0x000500abu, 0x00000069u, 0x0000285fu, 0x0000285eu, 0x00000222u, - 0x000300f7u, 0x00002868u, 0x00000000u, 0x000400fau, 0x0000285fu, 0x00002860u, 0x00002868u, 0x000200f8u, - 0x00002860u, 0x000500c7u, 0x00000008u, 0x00002863u, 0x000027a5u, 0x00002859u, 0x00050082u, 0x00000008u, - 0x00002864u, 0x00002863u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00002865u, 0x00000001u, 0x0000002au, - 0x00002864u, 0x00000222u, 0x000500c6u, 0x00000008u, 0x00002867u, 0x000027a5u, 0x00002865u, 0x000200f9u, - 0x00002868u, 0x000200f8u, 0x00002868u, 0x000700f5u, 0x00000008u, 0x00008700u, 0x000027a5u, 0x00002856u, - 0x00002867u, 0x00002860u, 0x00050082u, 0x00000008u, 0x0000286au, 0x00002859u, 0x0000022cu, 0x000500c7u, - 0x00000008u, 0x0000286cu, 0x00008700u, 0x0000286au, 0x000200f9u, 0x0000286du, 0x000200f8u, 0x0000286du, - 0x000700f5u, 0x00000008u, 0x00008701u, 0x000027a5u, 0x0000279du, 0x0000286cu, 0x00002868u, 0x00050041u, - 0x00000046u, 0x000027a8u, 0x0000266au, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000027a9u, 0x000027a8u, - 0x00040071u, 0x00000006u, 0x00002874u, 0x0000265au, 0x0004007cu, 0x00000008u, 0x00002875u, 0x00002874u, - 0x000500abu, 0x00000069u, 0x00002876u, 0x00002875u, 0x00000222u, 0x000300f7u, 0x0000288eu, 0x00000000u, - 0x000400fau, 0x00002876u, 0x00002877u, 0x0000288eu, 0x000200f8u, 0x00002877u, 0x000500c4u, 0x00000008u, - 0x0000287au, 0x0000022cu, 0x0000265au, 0x00040071u, 0x00000006u, 0x0000287du, 0x0000265eu, 0x0004007cu, - 0x00000008u, 0x0000287eu, 0x0000287du, 0x000500c7u, 0x00000008u, 0x0000287fu, 0x0000287eu, 0x0000025fu, - 0x000500abu, 0x00000069u, 0x00002880u, 0x0000287fu, 0x00000222u, 0x000300f7u, 0x00002889u, 0x00000000u, - 0x000400fau, 0x00002880u, 0x00002881u, 0x00002889u, 0x000200f8u, 0x00002881u, 0x000500c7u, 0x00000008u, - 0x00002884u, 0x000027a9u, 0x0000287au, 0x00050082u, 0x00000008u, 0x00002885u, 0x00002884u, 0x0000022cu, - 0x0007000cu, 0x00000008u, 0x00002886u, 0x00000001u, 0x0000002au, 0x00002885u, 0x00000222u, 0x000500c6u, - 0x00000008u, 0x00002888u, 0x000027a9u, 0x00002886u, 0x000200f9u, 0x00002889u, 0x000200f8u, 0x00002889u, - 0x000700f5u, 0x00000008u, 0x00008702u, 0x000027a9u, 0x00002877u, 0x00002888u, 0x00002881u, 0x00050082u, - 0x00000008u, 0x0000288bu, 0x0000287au, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x0000288du, 0x00008702u, - 0x0000288bu, 0x000200f9u, 0x0000288eu, 0x000200f8u, 0x0000288eu, 0x000700f5u, 0x00000008u, 0x00008703u, - 0x000027a9u, 0x0000286du, 0x0000288du, 0x00002889u, 0x0004007cu, 0x00000006u, 0x000027b0u, 0x00008703u, - 0x00050084u, 0x00000006u, 0x000027b1u, 0x0000264eu, 0x000027b0u, 0x00050080u, 0x00000006u, 0x000027b2u, - 0x0000264cu, 0x000027b1u, 0x00050084u, 0x00000006u, 0x000027b4u, 0x000027b2u, 0x00000388u, 0x000500c4u, - 0x00000008u, 0x000027b7u, 0x00008701u, 0x0000270fu, 0x0004007cu, 0x00000006u, 0x000027b8u, 0x000027b7u, - 0x00050080u, 0x00000006u, 0x000027b9u, 0x000027b4u, 0x000027b8u, 0x000500c7u, 0x00000006u, 0x000027bau, - 0x000027b9u, 0x000011e6u, 0x000500c7u, 0x00000006u, 0x000027bdu, 0x000027b0u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x000027beu, 0x000027bdu, 0x00000316u, 0x000500c6u, 0x00000006u, 0x000027c0u, 0x000027bau, - 0x000027beu, 0x000500c2u, 0x00000006u, 0x000027c2u, 0x000027c0u, 0x00000388u, 0x0004007cu, 0x00000006u, - 0x000027c4u, 0x00002718u, 0x000500c7u, 0x00000006u, 0x000027c6u, 0x000027c2u, 0x000027c4u, 0x000500c6u, - 0x00000006u, 0x000027c9u, 0x000027c6u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000027cau, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x000027c9u, 0x0004003du, 0x00000011u, 0x000027cbu, 0x000027cau, - 0x00040071u, 0x00000006u, 0x000027ccu, 0x000027cbu, 0x0004007cu, 0x00000008u, 0x000027cdu, 0x000027ccu, - 0x000300f7u, 0x00002801u, 0x00000000u, 0x000400fau, 0x000022e3u, 0x000027cfu, 0x00002801u, 0x000200f8u, - 0x000027cfu, 0x000500aau, 0x00000069u, 0x000027d4u, 0x0000270eu, 0x00000222u, 0x000300f7u, 0x000027f8u, - 0x00000000u, 0x000400fau, 0x000027d4u, 0x000027d5u, 0x000027eau, 0x000200f8u, 0x000027eau, 0x000500c7u, - 0x00000006u, 0x000027ecu, 0x000027c0u, 0x00000388u, 0x00050084u, 0x00000006u, 0x000027edu, 0x00000706u, - 0x000027ecu, 0x00050082u, 0x00000006u, 0x000027eeu, 0x00000316u, 0x000027edu, 0x000500c3u, 0x00000008u, - 0x000027f0u, 0x000027cdu, 0x000027eeu, 0x000500c7u, 0x00000008u, 0x000027f2u, 0x000027f0u, 0x00000360u, - 0x000500c4u, 0x00000008u, 0x000027f4u, 0x000027f2u, 0x0000022fu, 0x00050080u, 0x00000008u, 0x000027f7u, - 0x000027f4u, 0x00002699u, 0x000200f9u, 0x000027f8u, 0x000200f8u, 0x000027d5u, 0x000500c7u, 0x00000006u, - 0x000027d7u, 0x000027c0u, 0x00000466u, 0x00050084u, 0x00000006u, 0x000027d8u, 0x00000706u, 0x000027d7u, - 0x00050082u, 0x00000006u, 0x000027d9u, 0x00001292u, 0x000027d8u, 0x000500c3u, 0x00000008u, 0x000027dbu, - 0x000027cdu, 0x000027d9u, 0x000500c7u, 0x00000008u, 0x000027ddu, 0x000027dbu, 0x00000535u, 0x000500c4u, - 0x0000000fu, 0x000027e0u, 0x00002654u, 0x00000235u, 0x00040071u, 0x00000006u, 0x000027e1u, 0x000027e0u, - 0x0004007cu, 0x00000008u, 0x000027e2u, 0x000027e1u, 0x000500c5u, 0x00000008u, 0x000027e4u, 0x000027ddu, - 0x000027e2u, 0x000500c4u, 0x00000008u, 0x000027e6u, 0x000027e4u, 0x0000022fu, 0x00050080u, 0x00000008u, - 0x000027e9u, 0x000027e6u, 0x00002699u, 0x000200f9u, 0x000027f8u, 0x000200f8u, 0x000027f8u, 0x000700f5u, - 0x00000008u, 0x00008704u, 0x000027e9u, 0x000027d5u, 0x000027f7u, 0x000027eau, 0x000500c5u, 0x00000008u, - 0x000027fbu, 0x00008704u, 0x000012b7u, 0x000500c6u, 0x00000008u, 0x000027fcu, 0x000027fbu, 0x0000022cu, - 0x00080041u, 0x00000694u, 0x000027fdu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000027fcu, - 0x0004003du, 0x00000011u, 0x000027feu, 0x000027fdu, 0x00040071u, 0x00000006u, 0x000027ffu, 0x000027feu, - 0x0004007cu, 0x00000008u, 0x00002800u, 0x000027ffu, 0x000200f9u, 0x00002801u, 0x000200f8u, 0x00002801u, - 0x000700f5u, 0x00000008u, 0x0000870eu, 0x000027cdu, 0x0000288eu, 0x00002800u, 0x000027f8u, 0x000200f9u, - 0x00002802u, 0x000200f8u, 0x0000271au, 0x00050084u, 0x00000008u, 0x0000271cu, 0x0000022fu, 0x00002699u, - 0x00050041u, 0x00000046u, 0x0000271du, 0x0000266au, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000271eu, - 0x0000271du, 0x00050080u, 0x00000008u, 0x0000271fu, 0x0000271eu, 0x0000271cu, 0x0003003eu, 0x0000271du, - 0x0000271fu, 0x0004003du, 0x00000008u, 0x00002723u, 0x0000271du, 0x00050050u, 0x000000efu, 0x00002809u, - 0x00002723u, 0x00002723u, 0x00050080u, 0x000000efu, 0x0000280au, 0x00002809u, 0x00000de6u, 0x00040071u, - 0x00000006u, 0x0000280du, 0x00002656u, 0x0004007cu, 0x00000008u, 0x0000280eu, 0x0000280du, 0x000500abu, - 0x00000069u, 0x0000280fu, 0x0000280eu, 0x00000222u, 0x000300f7u, 0x0000282bu, 0x00000000u, 0x000400fau, - 0x0000280fu, 0x00002810u, 0x0000282bu, 0x000200f8u, 0x00002810u, 0x000500c4u, 0x00000008u, 0x00002813u, - 0x0000022cu, 0x00002656u, 0x00040071u, 0x00000006u, 0x00002816u, 0x0000265eu, 0x0004007cu, 0x00000008u, - 0x00002817u, 0x00002816u, 0x000500c7u, 0x00000008u, 0x00002818u, 0x00002817u, 0x0000022fu, 0x000500abu, - 0x00000069u, 0x00002819u, 0x00002818u, 0x00000222u, 0x000300f7u, 0x00002825u, 0x00000000u, 0x000400fau, - 0x00002819u, 0x0000281au, 0x00002825u, 0x000200f8u, 0x0000281au, 0x00050050u, 0x000000efu, 0x0000281du, - 0x00002813u, 0x00002813u, 0x000500c7u, 0x000000efu, 0x0000281eu, 0x0000280au, 0x0000281du, 0x00050082u, - 0x000000efu, 0x00002820u, 0x0000281eu, 0x0000b40au, 0x0007000cu, 0x000000efu, 0x00002822u, 0x00000001u, - 0x0000002au, 0x00002820u, 0x00000c46u, 0x000500c6u, 0x000000efu, 0x00002824u, 0x0000280au, 0x00002822u, - 0x000200f9u, 0x00002825u, 0x000200f8u, 0x00002825u, 0x000700f5u, 0x000000efu, 0x00008705u, 0x0000280au, - 0x00002810u, 0x00002824u, 0x0000281au, 0x00050082u, 0x00000008u, 0x00002827u, 0x00002813u, 0x0000022cu, - 0x00050050u, 0x000000efu, 0x00002829u, 0x00002827u, 0x00002827u, 0x000500c7u, 0x000000efu, 0x0000282au, - 0x00008705u, 0x00002829u, 0x000200f9u, 0x0000282bu, 0x000200f8u, 0x0000282bu, 0x000700f5u, 0x000000efu, - 0x00008706u, 0x0000280au, 0x0000271au, 0x0000282au, 0x00002825u, 0x00050041u, 0x00000046u, 0x00002726u, - 0x0000266au, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002727u, 0x00002726u, 0x00040071u, 0x00000006u, - 0x00002832u, 0x0000265au, 0x0004007cu, 0x00000008u, 0x00002833u, 0x00002832u, 0x000500abu, 0x00000069u, - 0x00002834u, 0x00002833u, 0x00000222u, 0x000300f7u, 0x0000284cu, 0x00000000u, 0x000400fau, 0x00002834u, - 0x00002835u, 0x0000284cu, 0x000200f8u, 0x00002835u, 0x000500c4u, 0x00000008u, 0x00002838u, 0x0000022cu, - 0x0000265au, 0x00040071u, 0x00000006u, 0x0000283bu, 0x0000265eu, 0x0004007cu, 0x00000008u, 0x0000283cu, - 0x0000283bu, 0x000500c7u, 0x00000008u, 0x0000283du, 0x0000283cu, 0x0000025fu, 0x000500abu, 0x00000069u, - 0x0000283eu, 0x0000283du, 0x00000222u, 0x000300f7u, 0x00002847u, 0x00000000u, 0x000400fau, 0x0000283eu, - 0x0000283fu, 0x00002847u, 0x000200f8u, 0x0000283fu, 0x000500c7u, 0x00000008u, 0x00002842u, 0x00002727u, - 0x00002838u, 0x00050082u, 0x00000008u, 0x00002843u, 0x00002842u, 0x0000022cu, 0x0007000cu, 0x00000008u, - 0x00002844u, 0x00000001u, 0x0000002au, 0x00002843u, 0x00000222u, 0x000500c6u, 0x00000008u, 0x00002846u, - 0x00002727u, 0x00002844u, 0x000200f9u, 0x00002847u, 0x000200f8u, 0x00002847u, 0x000700f5u, 0x00000008u, - 0x00008707u, 0x00002727u, 0x00002835u, 0x00002846u, 0x0000283fu, 0x00050082u, 0x00000008u, 0x00002849u, - 0x00002838u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x0000284bu, 0x00008707u, 0x00002849u, 0x000200f9u, - 0x0000284cu, 0x000200f8u, 0x0000284cu, 0x000700f5u, 0x00000008u, 0x00008708u, 0x00002727u, 0x0000282bu, - 0x0000284bu, 0x00002847u, 0x0004007cu, 0x00000006u, 0x0000272eu, 0x00008708u, 0x00050084u, 0x00000006u, - 0x0000272fu, 0x0000264eu, 0x0000272eu, 0x00050080u, 0x00000006u, 0x00002730u, 0x0000264cu, 0x0000272fu, - 0x00050084u, 0x00000006u, 0x00002732u, 0x00002730u, 0x00000388u, 0x00050050u, 0x000000efu, 0x00002735u, - 0x0000270fu, 0x0000270fu, 0x000500c4u, 0x000000efu, 0x00002736u, 0x00008706u, 0x00002735u, 0x0004007cu, - 0x000000b0u, 0x00002737u, 0x00002736u, 0x00050050u, 0x000000b0u, 0x00002738u, 0x00002732u, 0x00002732u, - 0x00050080u, 0x000000b0u, 0x00002739u, 0x00002738u, 0x00002737u, 0x000500c7u, 0x000000b0u, 0x0000273bu, - 0x00002739u, 0x0000b40eu, 0x000500c7u, 0x00000006u, 0x0000273eu, 0x0000272eu, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x0000273fu, 0x0000273eu, 0x00000316u, 0x00050050u, 0x000000b0u, 0x00002741u, 0x0000273fu, - 0x0000273fu, 0x000500c6u, 0x000000b0u, 0x00002742u, 0x0000273bu, 0x00002741u, 0x0003003eu, 0x000026edu, - 0x00002742u, 0x000500c2u, 0x000000b0u, 0x00002745u, 0x00002742u, 0x0000b40fu, 0x0004007cu, 0x00000006u, - 0x00002747u, 0x00002718u, 0x00050050u, 0x000000b0u, 0x00002749u, 0x00002747u, 0x00002747u, 0x000500c7u, - 0x000000b0u, 0x0000274au, 0x00002745u, 0x00002749u, 0x0003003eu, 0x000026eeu, 0x0000274au, 0x00050041u, - 0x00000007u, 0x0000274cu, 0x000026eeu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000274du, 0x0000274cu, - 0x000500c6u, 0x00000006u, 0x0000274eu, 0x0000274du, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000274fu, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000274eu, 0x0004003du, 0x00000011u, 0x00002750u, - 0x0000274fu, 0x00040071u, 0x00000006u, 0x00002751u, 0x00002750u, 0x0004007cu, 0x00000008u, 0x00002752u, - 0x00002751u, 0x00050041u, 0x00000007u, 0x00002754u, 0x000026eeu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00002755u, 0x00002754u, 0x000500c6u, 0x00000006u, 0x00002756u, 0x00002755u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00002757u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00002756u, 0x0004003du, - 0x00000011u, 0x00002758u, 0x00002757u, 0x00040071u, 0x00000006u, 0x00002759u, 0x00002758u, 0x0004007cu, - 0x00000008u, 0x0000275au, 0x00002759u, 0x000500aau, 0x00000069u, 0x0000275fu, 0x0000270eu, 0x0000022cu, - 0x000300f7u, 0x00002798u, 0x00000000u, 0x000400fau, 0x0000275fu, 0x00002760u, 0x00002775u, 0x000200f8u, - 0x00002775u, 0x000500aau, 0x00000069u, 0x0000277au, 0x0000270eu, 0x00000222u, 0x000300f7u, 0x00002797u, - 0x00000000u, 0x000400fau, 0x0000277au, 0x0000277bu, 0x00002792u, 0x000200f8u, 0x00002792u, 0x000500c3u, - 0x00000008u, 0x00002794u, 0x00002752u, 0x0000025fu, 0x000500c3u, 0x00000008u, 0x00002796u, 0x0000275au, - 0x0000025fu, 0x000200f9u, 0x00002797u, 0x000200f8u, 0x0000277bu, 0x00050041u, 0x00000007u, 0x0000277cu, - 0x000026edu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000277du, 0x0000277cu, 0x000500c7u, 0x00000006u, - 0x0000277eu, 0x0000277du, 0x00000466u, 0x0004007cu, 0x00000008u, 0x0000277fu, 0x0000277eu, 0x00050084u, - 0x00000008u, 0x00002780u, 0x00000235u, 0x0000277fu, 0x00050082u, 0x00000008u, 0x00002781u, 0x0000026bu, - 0x00002780u, 0x000500c3u, 0x00000008u, 0x00002783u, 0x00002752u, 0x00002781u, 0x00050041u, 0x00000007u, - 0x00002784u, 0x000026edu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002785u, 0x00002784u, 0x000500c7u, - 0x00000006u, 0x00002786u, 0x00002785u, 0x00000466u, 0x0004007cu, 0x00000008u, 0x00002787u, 0x00002786u, - 0x00050084u, 0x00000008u, 0x00002788u, 0x00000235u, 0x00002787u, 0x00050082u, 0x00000008u, 0x00002789u, - 0x0000026bu, 0x00002788u, 0x000500c3u, 0x00000008u, 0x0000278bu, 0x0000275au, 0x00002789u, 0x000500c7u, - 0x00000008u, 0x0000278du, 0x00002783u, 0x00000535u, 0x00050084u, 0x00000008u, 0x0000278eu, 0x0000278du, - 0x000003f4u, 0x000500c7u, 0x00000008u, 0x00002790u, 0x0000278bu, 0x00000535u, 0x00050084u, 0x00000008u, - 0x00002791u, 0x00002790u, 0x000003f4u, 0x000200f9u, 0x00002797u, 0x000200f8u, 0x00002797u, 0x000700f5u, - 0x00000008u, 0x0000870cu, 0x00002791u, 0x0000277bu, 0x00002796u, 0x00002792u, 0x000700f5u, 0x00000008u, - 0x0000870au, 0x0000278eu, 0x0000277bu, 0x00002794u, 0x00002792u, 0x000200f9u, 0x00002798u, 0x000200f8u, - 0x00002760u, 0x00050041u, 0x00000007u, 0x00002761u, 0x000026edu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00002762u, 0x00002761u, 0x000500c7u, 0x00000006u, 0x00002763u, 0x00002762u, 0x00000388u, 0x0004007cu, - 0x00000008u, 0x00002764u, 0x00002763u, 0x00050084u, 0x00000008u, 0x00002765u, 0x00000235u, 0x00002764u, - 0x00050082u, 0x00000008u, 0x00002766u, 0x0000025fu, 0x00002765u, 0x000500c3u, 0x00000008u, 0x00002768u, - 0x00002752u, 0x00002766u, 0x00050041u, 0x00000007u, 0x00002769u, 0x000026edu, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x0000276au, 0x00002769u, 0x000500c7u, 0x00000006u, 0x0000276bu, 0x0000276au, 0x00000388u, - 0x0004007cu, 0x00000008u, 0x0000276cu, 0x0000276bu, 0x00050084u, 0x00000008u, 0x0000276du, 0x00000235u, - 0x0000276cu, 0x00050082u, 0x00000008u, 0x0000276eu, 0x0000025fu, 0x0000276du, 0x000500c3u, 0x00000008u, - 0x00002770u, 0x0000275au, 0x0000276eu, 0x000500c7u, 0x00000008u, 0x00002772u, 0x00002768u, 0x00000360u, - 0x000500c7u, 0x00000008u, 0x00002774u, 0x00002770u, 0x00000360u, 0x000200f9u, 0x00002798u, 0x000200f8u, - 0x00002798u, 0x000700f5u, 0x00000008u, 0x0000870bu, 0x00002774u, 0x00002760u, 0x0000870cu, 0x00002797u, - 0x000700f5u, 0x00000008u, 0x00008709u, 0x00002772u, 0x00002760u, 0x0000870au, 0x00002797u, 0x000500c4u, - 0x00000008u, 0x0000279au, 0x00008709u, 0x0000025fu, 0x000500c5u, 0x00000008u, 0x0000279cu, 0x0000279au, - 0x0000870bu, 0x000200f9u, 0x00002802u, 0x000200f8u, 0x00002802u, 0x000700f5u, 0x00000008u, 0x0000870du, - 0x0000279cu, 0x00002798u, 0x0000870eu, 0x00002801u, 0x000500c7u, 0x00000008u, 0x000026a1u, 0x00002593u, - 0x0000022cu, 0x00050084u, 0x00000008u, 0x000026a2u, 0x0000025fu, 0x000026a1u, 0x00050082u, 0x00000008u, - 0x000026a3u, 0x0000025fu, 0x000026a2u, 0x000500c3u, 0x00000008u, 0x000026a5u, 0x0000870du, 0x000026a3u, - 0x000500c7u, 0x00000008u, 0x000026a7u, 0x000026a5u, 0x00000360u, 0x000200f9u, 0x000026b0u, 0x000200f8u, - 0x000026b0u, 0x000700f5u, 0x00000008u, 0x00008710u, 0x000026a7u, 0x00002802u, 0x000086feu, 0x000029b1u, - 0x000200f9u, 0x000026b1u, 0x000200f8u, 0x00002692u, 0x000200f9u, 0x000026b1u, 0x000200f8u, 0x000026b1u, - 0x000700f5u, 0x00000008u, 0x0000870fu, 0x00000222u, 0x00002692u, 0x00008710u, 0x000026b0u, 0x000300f7u, - 0x0000236cu, 0x00000000u, 0x000400fau, 0x0000230du, 0x00002368u, 0x0000236cu, 0x000200f8u, 0x00002368u, - 0x000500aau, 0x00000069u, 0x0000236bu, 0x00002690u, 0x0000022fu, 0x000200f9u, 0x0000236cu, 0x000200f8u, - 0x0000236cu, 0x000700f5u, 0x00000069u, 0x0000236du, 0x0000230du, 0x000026b1u, 0x0000236bu, 0x00002368u, - 0x000300f7u, 0x00002372u, 0x00000000u, 0x000400fau, 0x0000236du, 0x0000236eu, 0x00002372u, 0x000200f8u, - 0x0000236eu, 0x000500c7u, 0x00000008u, 0x00002370u, 0x0000870fu, 0x0000022cu, 0x000500aau, 0x00000069u, - 0x00002371u, 0x00002370u, 0x00000222u, 0x000200f9u, 0x00002372u, 0x000200f8u, 0x00002372u, 0x000700f5u, - 0x00000069u, 0x00002373u, 0x0000236du, 0x0000236cu, 0x00002371u, 0x0000236eu, 0x000300f7u, 0x00002375u, - 0x00000000u, 0x000400fau, 0x00002373u, 0x00002374u, 0x00002375u, 0x000200f8u, 0x00002374u, 0x000200f9u, - 0x000024fau, 0x000200f8u, 0x00002375u, 0x000200f9u, 0x000024fau, 0x000200f8u, 0x00002386u, 0x00040072u, - 0x00000012u, 0x00002a4bu, 0x000075ceu, 0x0004007cu, 0x00000011u, 0x00002a4cu, 0x00002a4bu, 0x000500c4u, - 0x00000011u, 0x00002a4du, 0x00002a4cu, 0x000005f9u, 0x00070050u, 0x00000028u, 0x00002a4eu, 0x00002a4du, - 0x00002a4du, 0x00002a4du, 0x00002a4du, 0x00050080u, 0x00000028u, 0x00002a4fu, 0x000005f5u, 0x00002a4eu, - 0x0009004fu, 0x00000028u, 0x00002a52u, 0x00002515u, 0x00002515u, 0x00000000u, 0x00000000u, 0x00000001u, - 0x00000001u, 0x000500b0u, 0x000005fdu, 0x00002a53u, 0x00002a4fu, 0x00002a52u, 0x0009004fu, 0x00000028u, - 0x00002a56u, 0x00002515u, 0x00002515u, 0x00000002u, 0x00000002u, 0x00000003u, 0x00000003u, 0x000500b0u, - 0x000005fdu, 0x00002a57u, 0x00002a4fu, 0x00002a56u, 0x0009004fu, 0x00000028u, 0x00002a5au, 0x00002517u, - 0x00002517u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000001u, 0x000500aeu, 0x000005fdu, 0x00002a5bu, - 0x00002a4fu, 0x00002a5au, 0x0009004fu, 0x00000028u, 0x00002a5eu, 0x00002517u, 0x00002517u, 0x00000002u, - 0x00000002u, 0x00000003u, 0x00000003u, 0x000500aeu, 0x000005fdu, 0x00002a5fu, 0x00002a4fu, 0x00002a5eu, - 0x000600a9u, 0x00000010u, 0x00002a61u, 0x00002a53u, 0x00000616u, 0x00000615u, 0x000600a9u, 0x00000010u, - 0x00002a63u, 0x00002a5bu, 0x00000616u, 0x00000615u, 0x000500c5u, 0x00000010u, 0x00002a64u, 0x00002a61u, - 0x00002a63u, 0x000600a9u, 0x00000010u, 0x00002a66u, 0x00002a57u, 0x00000616u, 0x00000615u, 0x000600a9u, - 0x00000010u, 0x00002a68u, 0x00002a5fu, 0x00000616u, 0x00000615u, 0x000500c5u, 0x00000010u, 0x00002a69u, - 0x00002a66u, 0x00002a68u, 0x00050084u, 0x00000010u, 0x00002a6bu, 0x00002a64u, 0x00000624u, 0x00050084u, - 0x00000010u, 0x00002a6du, 0x00002a69u, 0x0000062bu, 0x00050080u, 0x00000010u, 0x00002a6eu, 0x00002a6bu, - 0x00002a6du, 0x0003003eu, 0x00002a46u, 0x00002a6eu, 0x00050041u, 0x0000007bu, 0x00002a6fu, 0x00002a46u, - 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00002a70u, 0x00002a6fu, 0x00050041u, 0x0000007bu, 0x00002a71u, - 0x00002a46u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00002a72u, 0x00002a71u, 0x000500c5u, 0x0000000fu, - 0x00002a73u, 0x00002a70u, 0x00002a72u, 0x00050041u, 0x0000007bu, 0x00002a74u, 0x00002a46u, 0x00000388u, - 0x0004003du, 0x0000000fu, 0x00002a75u, 0x00002a74u, 0x00050041u, 0x0000007bu, 0x00002a76u, 0x00002a46u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00002a77u, 0x00002a76u, 0x000500c5u, 0x0000000fu, 0x00002a78u, - 0x00002a75u, 0x00002a77u, 0x000500c5u, 0x0000000fu, 0x00002a79u, 0x00002a73u, 0x00002a78u, 0x000400c8u, - 0x0000000fu, 0x00002a7bu, 0x00002a79u, 0x000500c7u, 0x0000000fu, 0x00002a7cu, 0x00002a7bu, 0x00000471u, - 0x00040071u, 0x00000006u, 0x0000238du, 0x00002a7cu, 0x0004007cu, 0x00000008u, 0x0000238eu, 0x0000238du, - 0x000500aau, 0x00000069u, 0x00002390u, 0x0000238eu, 0x00000222u, 0x000300f7u, 0x00002392u, 0x00000000u, - 0x000400fau, 0x00002390u, 0x00002391u, 0x00002392u, 0x000200f8u, 0x00002391u, 0x000200f9u, 0x000024fau, - 0x000200f8u, 0x00002392u, 0x000400cdu, 0x00000008u, 0x00002394u, 0x0000238eu, 0x000400a8u, 0x00000069u, - 0x00002396u, 0x000022feu, 0x000300f7u, 0x0000239bu, 0x00000000u, 0x000400fau, 0x00002396u, 0x00002397u, - 0x0000239bu, 0x000200f8u, 0x00002397u, 0x000500c7u, 0x00000008u, 0x00002399u, 0x0000238eu, 0x0000022cu, - 0x000500aau, 0x00000069u, 0x0000239au, 0x00002399u, 0x00000222u, 0x000200f9u, 0x0000239bu, 0x000200f8u, - 0x0000239bu, 0x000700f5u, 0x00000069u, 0x0000239cu, 0x00002396u, 0x00002392u, 0x0000239au, 0x00002397u, - 0x000300f7u, 0x0000239eu, 0x00000000u, 0x000400fau, 0x0000239cu, 0x0000239du, 0x0000239eu, 0x000200f8u, - 0x0000239du, 0x000200f9u, 0x000024fau, 0x000200f8u, 0x0000239eu, 0x00060041u, 0x00000249u, 0x00002a81u, - 0x00000247u, 0x00000222u, 0x000020b0u, 0x0004003du, 0x00000243u, 0x00002a82u, 0x00002a81u, 0x00050051u, - 0x00000010u, 0x00002a83u, 0x00002a82u, 0x00000000u, 0x00050051u, 0x00000010u, 0x00002a85u, 0x00002a82u, - 0x00000001u, 0x00050051u, 0x00000010u, 0x00002a87u, 0x00002a82u, 0x00000002u, 0x00050051u, 0x00000010u, - 0x00002a89u, 0x00002a82u, 0x00000003u, 0x00050051u, 0x00000010u, 0x00002a8bu, 0x00002a82u, 0x00000004u, - 0x00050051u, 0x00000010u, 0x00002a8du, 0x00002a82u, 0x00000005u, 0x00050051u, 0x00000010u, 0x00002a8fu, - 0x00002a82u, 0x00000006u, 0x00050051u, 0x00000010u, 0x00002a91u, 0x00002a82u, 0x00000007u, 0x00050051u, - 0x00000010u, 0x00002a95u, 0x00002a82u, 0x00000009u, 0x00050051u, 0x0000000fu, 0x00002a9du, 0x00002a82u, - 0x0000000du, 0x00050051u, 0x00000013u, 0x00002a9fu, 0x00002a82u, 0x0000000eu, 0x0003003eu, 0x0000751fu, - 0x00002a95u, 0x00050082u, 0x00000008u, 0x000023a4u, 0x000075ceu, 0x00002519u, 0x000600a9u, 0x00000008u, - 0x000023a6u, 0x00002339u, 0x0000022cu, 0x00000ce4u, 0x000500c7u, 0x00000009u, 0x00002aabu, 0x0000252cu, - 0x0000b407u, 0x00070050u, 0x00000009u, 0x00002aacu, 0x0000078du, 0x0000078du, 0x0000078du, 0x0000078du, - 0x000500c3u, 0x00000009u, 0x00002aadu, 0x00002aabu, 0x00002aacu, 0x00070050u, 0x00000009u, 0x00002aafu, - 0x000023a4u, 0x000023a4u, 0x000023a4u, 0x000023a4u, 0x00050084u, 0x00000009u, 0x00002ab0u, 0x00002aadu, - 0x00002aafu, 0x00050080u, 0x00000009u, 0x00002ab2u, 0x00002511u, 0x00002ab0u, 0x000500c3u, 0x00000009u, - 0x00002ab5u, 0x00002ab2u, 0x0000b408u, 0x00040072u, 0x00000013u, 0x00002ab6u, 0x00002ab5u, 0x0006000cu, - 0x00000008u, 0x00002ab8u, 0x00000001u, 0x00000049u, 0x0000238eu, 0x000500c3u, 0x00000008u, 0x00002abau, - 0x00002ab8u, 0x0000022cu, 0x00040072u, 0x00000012u, 0x00002abbu, 0x00002abau, 0x000500c7u, 0x00000008u, - 0x00002abdu, 0x00002ab8u, 0x0000022cu, 0x000500c4u, 0x00000008u, 0x00002abeu, 0x00002abdu, 0x0000022cu, - 0x00040072u, 0x00000012u, 0x00002abfu, 0x00002abeu, 0x000500c7u, 0x00000012u, 0x00002ac1u, 0x00002abbu, - 0x000004cau, 0x00050080u, 0x00000012u, 0x00002ac2u, 0x00002abfu, 0x00002ac1u, 0x00070050u, 0x00000013u, - 0x00002ac4u, 0x00000ca1u, 0x00000ca1u, 0x00000ca1u, 0x00000ca1u, 0x000500c4u, 0x00000013u, 0x00002ac5u, - 0x00002ab6u, 0x00002ac4u, 0x000500c3u, 0x00000009u, 0x00002ac9u, 0x0000252cu, 0x0000b408u, 0x00040072u, - 0x00000013u, 0x00002acau, 0x00002ac9u, 0x00070050u, 0x00000013u, 0x00002acbu, 0x00002ac2u, 0x00002ac2u, - 0x00002ac2u, 0x00002ac2u, 0x00050084u, 0x00000013u, 0x00002accu, 0x00002acbu, 0x00002acau, 0x000500c3u, - 0x00000009u, 0x00002ad0u, 0x00002530u, 0x0000b408u, 0x00040072u, 0x00000013u, 0x00002ad1u, 0x00002ad0u, - 0x00070050u, 0x00000013u, 0x00002ad2u, 0x00002abbu, 0x00002abbu, 0x00002abbu, 0x00002abbu, 0x00050084u, - 0x00000013u, 0x00002ad3u, 0x00002ad2u, 0x00002ad1u, 0x00050080u, 0x00000013u, 0x00002ad4u, 0x00002accu, - 0x00002ad3u, 0x00050080u, 0x00000013u, 0x00002ad6u, 0x00002ac5u, 0x00002ad4u, 0x00070050u, 0x00000013u, - 0x00002ad8u, 0x00000cb7u, 0x00000cb7u, 0x00000cb7u, 0x00000cb7u, 0x000500c3u, 0x00000013u, 0x00002ad9u, - 0x00002ad6u, 0x00002ad8u, 0x00040072u, 0x00000009u, 0x00002ae0u, 0x00002ad9u, 0x00050082u, 0x00000009u, - 0x00002ae8u, 0x00002ae0u, 0x0000b409u, 0x000600cau, 0x00000009u, 0x00002aeau, 0x00002ae8u, 0x00000222u, - 0x00000262u, 0x00050080u, 0x00000009u, 0x00002aedu, 0x00002aeau, 0x0000b409u, 0x0008000cu, 0x00000009u, - 0x00002aefu, 0x00000001u, 0x0000002du, 0x00002aedu, 0x00000b0au, 0x00000b0bu, 0x00040072u, 0x00000013u, - 0x00002af0u, 0x00002aefu, 0x00040072u, 0x00000b14u, 0x00002ae2u, 0x00002af0u, 0x0004007cu, 0x00000010u, - 0x00002ae3u, 0x00002ae2u, 0x0003003eu, 0x00002214u, 0x00002ae3u, 0x000500a7u, 0x00000069u, 0x000023b2u, - 0x00001e75u, 0x0000231fu, 0x000300f7u, 0x000023bbu, 0x00000000u, 0x000400fau, 0x000023b2u, 0x000023b3u, - 0x000023bbu, 0x000200f8u, 0x000023b3u, 0x000500c7u, 0x00000006u, 0x000023b5u, 0x000022a9u, 0x00000a46u, - 0x000500abu, 0x00000069u, 0x000023b6u, 0x000023b5u, 0x0000032fu, 0x000300f7u, 0x000023bau, 0x00000000u, - 0x000400fau, 0x000023b6u, 0x000023b7u, 0x000023bau, 0x000200f8u, 0x000023b7u, 0x00050084u, 0x00000008u, - 0x000023b9u, 0x000023a6u, 0x00000888u, 0x000200f9u, 0x000023bau, 0x000200f8u, 0x000023bau, 0x000700f5u, - 0x00000008u, 0x000075d3u, 0x000023a6u, 0x000023b3u, 0x000023b9u, 0x000023b7u, 0x000200f9u, 0x000023bbu, - 0x000200f8u, 0x000023bbu, 0x000700f5u, 0x00000008u, 0x000075d2u, 0x000023a6u, 0x0000239eu, 0x000075d3u, - 0x000023bau, 0x0003003eu, 0x00002220u, 0x00002513u, 0x0003003eu, 0x00002221u, 0x00002534u, 0x0003003eu, - 0x00002222u, 0x00002538u, 0x0008004fu, 0x00000044u, 0x00002b04u, 0x00002513u, 0x00002513u, 0x00000000u, - 0x00000001u, 0x00000003u, 0x0008004fu, 0x00000044u, 0x00002b06u, 0x00002534u, 0x00002534u, 0x00000000u, - 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000044u, 0x00002b08u, 0x00002b06u, 0x0000b405u, 0x00060050u, - 0x00000044u, 0x00002b09u, 0x0000078du, 0x0000078du, 0x0000078du, 0x000500c3u, 0x00000044u, 0x00002b0au, - 0x00002b08u, 0x00002b09u, 0x00060050u, 0x00000044u, 0x00002b0cu, 0x000023a4u, 0x000023a4u, 0x000023a4u, - 0x00050084u, 0x00000044u, 0x00002b0du, 0x00002b0au, 0x00002b0cu, 0x00050080u, 0x00000044u, 0x00002b0eu, - 0x00002b04u, 0x00002b0du, 0x000300f7u, 0x00002b33u, 0x00000000u, 0x000400fau, 0x0000231fu, 0x00002b10u, - 0x00002b33u, 0x000200f8u, 0x00002b10u, 0x00060050u, 0x00000044u, 0x00002b19u, 0x000075d2u, 0x000075d2u, - 0x000075d2u, 0x00050084u, 0x00000044u, 0x00002b1au, 0x00002b19u, 0x00002b0au, 0x00050080u, 0x00000044u, - 0x00002b1bu, 0x00002b0eu, 0x00002b1au, 0x000300f7u, 0x00002b32u, 0x00000000u, 0x000400fau, 0x00000d43u, - 0x00002b1cu, 0x00002b29u, 0x000200f8u, 0x00002b29u, 0x0008004fu, 0x00000044u, 0x00002b2cu, 0x00002538u, - 0x00002538u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000044u, 0x00002b2eu, 0x00002b2cu, - 0x0000b40bu, 0x000500c3u, 0x00000044u, 0x00002b30u, 0x00002b2eu, 0x00002b09u, 0x00050080u, 0x00000044u, - 0x00002b31u, 0x00002b0eu, 0x00002b30u, 0x000200f9u, 0x00002b32u, 0x000200f8u, 0x00002b1cu, 0x0006000cu, - 0x00000008u, 0x00002b1fu, 0x00000001u, 0x00000005u, 0x000075d2u, 0x0008004fu, 0x00000044u, 0x00002b21u, - 0x00002538u, 0x00002538u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000044u, 0x00002b23u, - 0x00002b21u, 0x0000b40bu, 0x000500c3u, 0x00000044u, 0x00002b25u, 0x00002b23u, 0x00002b09u, 0x00060050u, - 0x00000044u, 0x00002b26u, 0x00002b1fu, 0x00002b1fu, 0x00002b1fu, 0x00050084u, 0x00000044u, 0x00002b27u, - 0x00002b26u, 0x00002b25u, 0x00050080u, 0x00000044u, 0x00002b28u, 0x00002b0eu, 0x00002b27u, 0x000200f9u, - 0x00002b32u, 0x000200f8u, 0x00002b32u, 0x000700f5u, 0x00000044u, 0x000075f2u, 0x00002b28u, 0x00002b1cu, - 0x00002b31u, 0x00002b29u, 0x000200f9u, 0x00002b33u, 0x000200f8u, 0x00002b33u, 0x000700f5u, 0x00000044u, - 0x000075e5u, 0x000075ebu, 0x000023bbu, 0x000075f2u, 0x00002b32u, 0x000700f5u, 0x00000044u, 0x000075d6u, - 0x000075dcu, 0x000023bbu, 0x00002b1bu, 0x00002b32u, 0x000300f7u, 0x00002b5bu, 0x00000000u, 0x000400fau, - 0x000022f2u, 0x00002b35u, 0x00002b4bu, 0x000200f8u, 0x00002b4bu, 0x000500c3u, 0x00000044u, 0x00002b4eu, - 0x00002b0eu, 0x0000b406u, 0x0007004fu, 0x000000efu, 0x00002d1fu, 0x00002b4eu, 0x00002b4eu, 0x00000000u, - 0x00000001u, 0x000300f7u, 0x00002b5au, 0x00000000u, 0x000400fau, 0x0000231fu, 0x00002b51u, 0x00002b5au, - 0x000200f8u, 0x00002b51u, 0x000500c3u, 0x00000044u, 0x00002b54u, 0x000075d6u, 0x0000b406u, 0x0007004fu, - 0x000000efu, 0x00002d23u, 0x00002b54u, 0x00002b54u, 0x00000000u, 0x00000001u, 0x000500c3u, 0x00000044u, - 0x00002b58u, 0x000075e5u, 0x0000b406u, 0x0007004fu, 0x000000efu, 0x00002d27u, 0x00002b58u, 0x00002b58u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002b5au, 0x000200f8u, 0x00002b5au, 0x000700f5u, 0x000000efu, - 0x00007677u, 0x00007669u, 0x00002b4bu, 0x00002d27u, 0x00002b51u, 0x000700f5u, 0x000000efu, 0x0000765du, - 0x00007645u, 0x00002b4bu, 0x00002d23u, 0x00002b51u, 0x000200f9u, 0x00002b5bu, 0x000200f8u, 0x00002b35u, - 0x000500c3u, 0x00000044u, 0x00002b38u, 0x00002b0eu, 0x0000b406u, 0x0003003eu, 0x00002af4u, 0x00002b38u, - 0x00050041u, 0x00000046u, 0x00002b95u, 0x00002af4u, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002b96u, - 0x00002b95u, 0x000500b3u, 0x00000069u, 0x00002b98u, 0x00002b96u, 0x00000222u, 0x000500c7u, 0x00000008u, - 0x00002b9au, 0x00002b96u, 0x00000c1au, 0x0006000cu, 0x00000008u, 0x00002bf7u, 0x00000001u, 0x0000004au, - 0x00002b9au, 0x00050082u, 0x00000008u, 0x00002bf8u, 0x00000271u, 0x00002bf7u, 0x0007000cu, 0x00000008u, - 0x00002bf9u, 0x00000001u, 0x00000027u, 0x00002bf8u, 0x00000271u, 0x000500c4u, 0x00000008u, 0x00002bfcu, - 0x00002b9au, 0x00002bf9u, 0x000500c7u, 0x00000008u, 0x00002bfdu, 0x00002bfcu, 0x00000b36u, 0x000500c7u, - 0x00000008u, 0x00002bffu, 0x00002bfdu, 0x00000360u, 0x000500c3u, 0x00000008u, 0x00002c01u, 0x00002bfdu, - 0x0000025fu, 0x0003003eu, 0x00002bf2u, 0x00000bfau, 0x00050041u, 0x000001afu, 0x00002c02u, 0x00002bf2u, - 0x00002c01u, 0x0004003du, 0x000001aeu, 0x00002c03u, 0x00002c02u, 0x00040072u, 0x000000efu, 0x00002c04u, - 0x00002c03u, 0x0003003eu, 0x00002bf1u, 0x00002c04u, 0x00050041u, 0x00000046u, 0x00002c05u, 0x00002bf1u, - 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002c06u, 0x00002c05u, 0x00050084u, 0x00000008u, 0x00002c08u, - 0x00002c06u, 0x00002bffu, 0x000500c3u, 0x00000008u, 0x00002c09u, 0x00002c08u, 0x00000265u, 0x00050041u, - 0x00000046u, 0x00002c0au, 0x00002bf1u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002c0bu, 0x00002c0au, - 0x00050080u, 0x00000008u, 0x00002c0cu, 0x00002c09u, 0x00002c0bu, 0x00050050u, 0x000000efu, 0x00002c0fu, - 0x00002c0cu, 0x00002bf9u, 0x0003003eu, 0x00002b8cu, 0x00002c0fu, 0x00050041u, 0x00000046u, 0x00002b9du, - 0x00002b8cu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002b9eu, 0x00002b9du, 0x0007004fu, 0x000000efu, - 0x00002ba0u, 0x00002b38u, 0x00002b38u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000046u, 0x00002ba1u, - 0x00002b8cu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002ba2u, 0x00002ba1u, 0x00050050u, 0x000000efu, - 0x00002ba3u, 0x00002ba2u, 0x00002ba2u, 0x00050084u, 0x000000efu, 0x00002ba4u, 0x00002ba0u, 0x00002ba3u, - 0x0003003eu, 0x00002b8fu, 0x00002ba4u, 0x000500c3u, 0x00000008u, 0x00002ba6u, 0x00000c2du, 0x00002b9eu, - 0x0004007eu, 0x00000008u, 0x00002ba7u, 0x00002ba6u, 0x000500c7u, 0x00000008u, 0x00002ba8u, 0x00000c2cu, - 0x00002ba7u, 0x00050050u, 0x000000efu, 0x00002babu, 0x00002ba8u, 0x00002ba8u, 0x000500c7u, 0x000000efu, - 0x00002bacu, 0x00002ba4u, 0x00002babu, 0x0003003eu, 0x00002b91u, 0x00002bacu, 0x000500abu, 0x00000069u, - 0x00002baeu, 0x00002b9eu, 0x00000271u, 0x000300f7u, 0x00002bb9u, 0x00000000u, 0x000400fau, 0x00002baeu, - 0x00002bafu, 0x00002bb5u, 0x000200f8u, 0x00002bb5u, 0x0004003du, 0x000000efu, 0x00002bb6u, 0x00002b8fu, - 0x000500c4u, 0x000000efu, 0x00002bb8u, 0x00002bb6u, 0x0000b40au, 0x0003003eu, 0x00002b92u, 0x00002bb8u, - 0x000200f9u, 0x00002bb9u, 0x000200f8u, 0x00002bafu, 0x0004003du, 0x000000efu, 0x00002bb0u, 0x00002b8fu, - 0x00050082u, 0x00000008u, 0x00002bb2u, 0x0000026eu, 0x00002b9eu, 0x00050050u, 0x000000efu, 0x00002bb3u, - 0x00002bb2u, 0x00002bb2u, 0x000500c3u, 0x000000efu, 0x00002bb4u, 0x00002bb0u, 0x00002bb3u, 0x0003003eu, - 0x00002b8fu, 0x00002bb4u, 0x0003003eu, 0x00002b92u, 0x00002bb4u, 0x000200f9u, 0x00002bb9u, 0x000200f8u, - 0x00002bb9u, 0x000500abu, 0x00000881u, 0x00002bbbu, 0x00002bacu, 0x00000c46u, 0x0004009au, 0x00000069u, - 0x00002bbcu, 0x00002bbbu, 0x000300f7u, 0x00002be8u, 0x00000000u, 0x000400fau, 0x00002bbcu, 0x00002bbdu, - 0x00002be8u, 0x000200f8u, 0x00002bbdu, 0x00050041u, 0x00000046u, 0x00002bbeu, 0x00002b91u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00002bbfu, 0x00002bbeu, 0x000500abu, 0x00000069u, 0x00002bc1u, 0x00002bbfu, - 0x00002ba8u, 0x000300f7u, 0x00002bc6u, 0x00000000u, 0x000400fau, 0x00002bc1u, 0x00002bc2u, 0x00002bc6u, - 0x000200f8u, 0x00002bc2u, 0x0004003du, 0x00000008u, 0x00002bc4u, 0x00002bbeu, 0x000500abu, 0x00000069u, - 0x00002bc5u, 0x00002bc4u, 0x00000222u, 0x000200f9u, 0x00002bc6u, 0x000200f8u, 0x00002bc6u, 0x000700f5u, - 0x00000069u, 0x00002bc7u, 0x00002bc1u, 0x00002bbdu, 0x00002bc5u, 0x00002bc2u, 0x000300f7u, 0x00002bd2u, - 0x00000000u, 0x000400fau, 0x00002bc7u, 0x00002bc8u, 0x00002bd2u, 0x000200f8u, 0x00002bc8u, 0x00050041u, - 0x00000046u, 0x00002bc9u, 0x00002b8fu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002bcau, 0x00002bc9u, - 0x000500c7u, 0x00000008u, 0x00002bcbu, 0x00002bcau, 0x00000c2du, 0x000500aau, 0x00000069u, 0x00002bccu, - 0x00002bcbu, 0x00000222u, 0x000300f7u, 0x00002bd1u, 0x00000000u, 0x000400fau, 0x00002bccu, 0x00002bcdu, - 0x00002bcfu, 0x000200f8u, 0x00002bcfu, 0x00050041u, 0x00000046u, 0x00002bd0u, 0x00002b92u, 0x0000032fu, - 0x0003003eu, 0x00002bd0u, 0x00000c5fu, 0x000200f9u, 0x00002bd1u, 0x000200f8u, 0x00002bcdu, 0x00050041u, - 0x00000046u, 0x00002bceu, 0x00002b92u, 0x0000032fu, 0x0003003eu, 0x00002bceu, 0x00000c1au, 0x000200f9u, - 0x00002bd1u, 0x000200f8u, 0x00002bd1u, 0x000200f9u, 0x00002bd2u, 0x000200f8u, 0x00002bd2u, 0x000600a9u, - 0x00000069u, 0x0000b5beu, 0x00002bc7u, 0x0000055bu, 0x00000538u, 0x00050041u, 0x00000046u, 0x00002bd3u, - 0x00002b91u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002bd4u, 0x00002bd3u, 0x000500abu, 0x00000069u, - 0x00002bd6u, 0x00002bd4u, 0x00002ba8u, 0x000300f7u, 0x00002bdbu, 0x00000000u, 0x000400fau, 0x00002bd6u, - 0x00002bd7u, 0x00002bdbu, 0x000200f8u, 0x00002bd7u, 0x0004003du, 0x00000008u, 0x00002bd9u, 0x00002bd3u, - 0x000500abu, 0x00000069u, 0x00002bdau, 0x00002bd9u, 0x00000222u, 0x000200f9u, 0x00002bdbu, 0x000200f8u, - 0x00002bdbu, 0x000700f5u, 0x00000069u, 0x00002bdcu, 0x00002bd6u, 0x00002bd2u, 0x00002bdau, 0x00002bd7u, - 0x000300f7u, 0x00002be7u, 0x00000000u, 0x000400fau, 0x00002bdcu, 0x00002bddu, 0x00002be7u, 0x000200f8u, - 0x00002bddu, 0x00050041u, 0x00000046u, 0x00002bdeu, 0x00002b8fu, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00002bdfu, 0x00002bdeu, 0x000500c7u, 0x00000008u, 0x00002be0u, 0x00002bdfu, 0x00000c2du, 0x000500aau, - 0x00000069u, 0x00002be1u, 0x00002be0u, 0x00000222u, 0x000300f7u, 0x00002be6u, 0x00000000u, 0x000400fau, - 0x00002be1u, 0x00002be2u, 0x00002be4u, 0x000200f8u, 0x00002be4u, 0x00050041u, 0x00000046u, 0x00002be5u, - 0x00002b92u, 0x0000045eu, 0x0003003eu, 0x00002be5u, 0x00000c5fu, 0x000200f9u, 0x00002be6u, 0x000200f8u, - 0x00002be2u, 0x00050041u, 0x00000046u, 0x00002be3u, 0x00002b92u, 0x0000045eu, 0x0003003eu, 0x00002be3u, - 0x00000c1au, 0x000200f9u, 0x00002be6u, 0x000200f8u, 0x00002be6u, 0x000200f9u, 0x00002be7u, 0x000200f8u, - 0x00002be7u, 0x000600a9u, 0x00000069u, 0x0000b5bfu, 0x00002bdcu, 0x0000055bu, 0x0000b5beu, 0x000200f9u, - 0x00002be8u, 0x000200f8u, 0x00002be8u, 0x000700f5u, 0x00000069u, 0x000075f6u, 0x00000538u, 0x00002bb9u, - 0x0000b5bfu, 0x00002be7u, 0x000300f7u, 0x00002bebu, 0x00000000u, 0x000400fau, 0x00002b98u, 0x00002beau, - 0x00002bebu, 0x000200f8u, 0x00002beau, 0x0003003eu, 0x00002b92u, 0x00000c79u, 0x000200f9u, 0x00002bebu, - 0x000200f8u, 0x00002bebu, 0x000600a9u, 0x00000069u, 0x0000b5c0u, 0x00002b98u, 0x0000055bu, 0x000075f6u, - 0x0004003du, 0x000000efu, 0x00002becu, 0x00002b92u, 0x0008000cu, 0x000000efu, 0x00002bedu, 0x00000001u, - 0x0000002du, 0x00002becu, 0x00000c7cu, 0x00000c7du, 0x000300f7u, 0x00002b4au, 0x00000000u, 0x000400fau, - 0x0000231fu, 0x00002b3du, 0x00002b4au, 0x000200f8u, 0x00002b3du, 0x000500c3u, 0x00000044u, 0x00002b40u, - 0x000075d6u, 0x0000b406u, 0x0003003eu, 0x00002af6u, 0x00002b40u, 0x00050041u, 0x00000046u, 0x00002c1bu, - 0x00002af6u, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002c1cu, 0x00002c1bu, 0x000500b3u, 0x00000069u, - 0x00002c1eu, 0x00002c1cu, 0x00000222u, 0x000500c7u, 0x00000008u, 0x00002c20u, 0x00002c1cu, 0x00000c1au, - 0x0006000cu, 0x00000008u, 0x00002c7du, 0x00000001u, 0x0000004au, 0x00002c20u, 0x00050082u, 0x00000008u, - 0x00002c7eu, 0x00000271u, 0x00002c7du, 0x0007000cu, 0x00000008u, 0x00002c7fu, 0x00000001u, 0x00000027u, - 0x00002c7eu, 0x00000271u, 0x000500c4u, 0x00000008u, 0x00002c82u, 0x00002c20u, 0x00002c7fu, 0x000500c7u, - 0x00000008u, 0x00002c83u, 0x00002c82u, 0x00000b36u, 0x000500c7u, 0x00000008u, 0x00002c85u, 0x00002c83u, - 0x00000360u, 0x000500c3u, 0x00000008u, 0x00002c87u, 0x00002c83u, 0x0000025fu, 0x0003003eu, 0x00002c78u, - 0x00000bfau, 0x00050041u, 0x000001afu, 0x00002c88u, 0x00002c78u, 0x00002c87u, 0x0004003du, 0x000001aeu, - 0x00002c89u, 0x00002c88u, 0x00040072u, 0x000000efu, 0x00002c8au, 0x00002c89u, 0x0003003eu, 0x00002c77u, - 0x00002c8au, 0x00050041u, 0x00000046u, 0x00002c8bu, 0x00002c77u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00002c8cu, 0x00002c8bu, 0x00050084u, 0x00000008u, 0x00002c8eu, 0x00002c8cu, 0x00002c85u, 0x000500c3u, - 0x00000008u, 0x00002c8fu, 0x00002c8eu, 0x00000265u, 0x00050041u, 0x00000046u, 0x00002c90u, 0x00002c77u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002c91u, 0x00002c90u, 0x00050080u, 0x00000008u, 0x00002c92u, - 0x00002c8fu, 0x00002c91u, 0x00050050u, 0x000000efu, 0x00002c95u, 0x00002c92u, 0x00002c7fu, 0x0003003eu, - 0x00002c12u, 0x00002c95u, 0x00050041u, 0x00000046u, 0x00002c23u, 0x00002c12u, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x00002c24u, 0x00002c23u, 0x0007004fu, 0x000000efu, 0x00002c26u, 0x00002b40u, 0x00002b40u, - 0x00000000u, 0x00000001u, 0x00050041u, 0x00000046u, 0x00002c27u, 0x00002c12u, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x00002c28u, 0x00002c27u, 0x00050050u, 0x000000efu, 0x00002c29u, 0x00002c28u, 0x00002c28u, - 0x00050084u, 0x000000efu, 0x00002c2au, 0x00002c26u, 0x00002c29u, 0x0003003eu, 0x00002c15u, 0x00002c2au, - 0x000500c3u, 0x00000008u, 0x00002c2cu, 0x00000c2du, 0x00002c24u, 0x0004007eu, 0x00000008u, 0x00002c2du, - 0x00002c2cu, 0x000500c7u, 0x00000008u, 0x00002c2eu, 0x00000c2cu, 0x00002c2du, 0x00050050u, 0x000000efu, - 0x00002c31u, 0x00002c2eu, 0x00002c2eu, 0x000500c7u, 0x000000efu, 0x00002c32u, 0x00002c2au, 0x00002c31u, - 0x0003003eu, 0x00002c17u, 0x00002c32u, 0x000500abu, 0x00000069u, 0x00002c34u, 0x00002c24u, 0x00000271u, - 0x000300f7u, 0x00002c3fu, 0x00000000u, 0x000400fau, 0x00002c34u, 0x00002c35u, 0x00002c3bu, 0x000200f8u, - 0x00002c3bu, 0x0004003du, 0x000000efu, 0x00002c3cu, 0x00002c15u, 0x000500c4u, 0x000000efu, 0x00002c3eu, - 0x00002c3cu, 0x0000b40au, 0x0003003eu, 0x00002c18u, 0x00002c3eu, 0x000200f9u, 0x00002c3fu, 0x000200f8u, - 0x00002c35u, 0x0004003du, 0x000000efu, 0x00002c36u, 0x00002c15u, 0x00050082u, 0x00000008u, 0x00002c38u, - 0x0000026eu, 0x00002c24u, 0x00050050u, 0x000000efu, 0x00002c39u, 0x00002c38u, 0x00002c38u, 0x000500c3u, - 0x000000efu, 0x00002c3au, 0x00002c36u, 0x00002c39u, 0x0003003eu, 0x00002c15u, 0x00002c3au, 0x0003003eu, - 0x00002c18u, 0x00002c3au, 0x000200f9u, 0x00002c3fu, 0x000200f8u, 0x00002c3fu, 0x000500abu, 0x00000881u, - 0x00002c41u, 0x00002c32u, 0x00000c46u, 0x0004009au, 0x00000069u, 0x00002c42u, 0x00002c41u, 0x000300f7u, - 0x00002c6eu, 0x00000000u, 0x000400fau, 0x00002c42u, 0x00002c43u, 0x00002c6eu, 0x000200f8u, 0x00002c43u, - 0x00050041u, 0x00000046u, 0x00002c44u, 0x00002c17u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002c45u, - 0x00002c44u, 0x000500abu, 0x00000069u, 0x00002c47u, 0x00002c45u, 0x00002c2eu, 0x000300f7u, 0x00002c4cu, - 0x00000000u, 0x000400fau, 0x00002c47u, 0x00002c48u, 0x00002c4cu, 0x000200f8u, 0x00002c48u, 0x0004003du, - 0x00000008u, 0x00002c4au, 0x00002c44u, 0x000500abu, 0x00000069u, 0x00002c4bu, 0x00002c4au, 0x00000222u, - 0x000200f9u, 0x00002c4cu, 0x000200f8u, 0x00002c4cu, 0x000700f5u, 0x00000069u, 0x00002c4du, 0x00002c47u, - 0x00002c43u, 0x00002c4bu, 0x00002c48u, 0x000300f7u, 0x00002c58u, 0x00000000u, 0x000400fau, 0x00002c4du, - 0x00002c4eu, 0x00002c58u, 0x000200f8u, 0x00002c4eu, 0x00050041u, 0x00000046u, 0x00002c4fu, 0x00002c15u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002c50u, 0x00002c4fu, 0x000500c7u, 0x00000008u, 0x00002c51u, - 0x00002c50u, 0x00000c2du, 0x000500aau, 0x00000069u, 0x00002c52u, 0x00002c51u, 0x00000222u, 0x000300f7u, - 0x00002c57u, 0x00000000u, 0x000400fau, 0x00002c52u, 0x00002c53u, 0x00002c55u, 0x000200f8u, 0x00002c55u, - 0x00050041u, 0x00000046u, 0x00002c56u, 0x00002c18u, 0x0000032fu, 0x0003003eu, 0x00002c56u, 0x00000c5fu, - 0x000200f9u, 0x00002c57u, 0x000200f8u, 0x00002c53u, 0x00050041u, 0x00000046u, 0x00002c54u, 0x00002c18u, - 0x0000032fu, 0x0003003eu, 0x00002c54u, 0x00000c1au, 0x000200f9u, 0x00002c57u, 0x000200f8u, 0x00002c57u, - 0x000200f9u, 0x00002c58u, 0x000200f8u, 0x00002c58u, 0x000600a9u, 0x00000069u, 0x0000b5c1u, 0x00002c4du, - 0x0000055bu, 0x0000b5c0u, 0x00050041u, 0x00000046u, 0x00002c59u, 0x00002c17u, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x00002c5au, 0x00002c59u, 0x000500abu, 0x00000069u, 0x00002c5cu, 0x00002c5au, 0x00002c2eu, - 0x000300f7u, 0x00002c61u, 0x00000000u, 0x000400fau, 0x00002c5cu, 0x00002c5du, 0x00002c61u, 0x000200f8u, - 0x00002c5du, 0x0004003du, 0x00000008u, 0x00002c5fu, 0x00002c59u, 0x000500abu, 0x00000069u, 0x00002c60u, - 0x00002c5fu, 0x00000222u, 0x000200f9u, 0x00002c61u, 0x000200f8u, 0x00002c61u, 0x000700f5u, 0x00000069u, - 0x00002c62u, 0x00002c5cu, 0x00002c58u, 0x00002c60u, 0x00002c5du, 0x000300f7u, 0x00002c6du, 0x00000000u, - 0x000400fau, 0x00002c62u, 0x00002c63u, 0x00002c6du, 0x000200f8u, 0x00002c63u, 0x00050041u, 0x00000046u, - 0x00002c64u, 0x00002c15u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002c65u, 0x00002c64u, 0x000500c7u, - 0x00000008u, 0x00002c66u, 0x00002c65u, 0x00000c2du, 0x000500aau, 0x00000069u, 0x00002c67u, 0x00002c66u, - 0x00000222u, 0x000300f7u, 0x00002c6cu, 0x00000000u, 0x000400fau, 0x00002c67u, 0x00002c68u, 0x00002c6au, - 0x000200f8u, 0x00002c6au, 0x00050041u, 0x00000046u, 0x00002c6bu, 0x00002c18u, 0x0000045eu, 0x0003003eu, - 0x00002c6bu, 0x00000c5fu, 0x000200f9u, 0x00002c6cu, 0x000200f8u, 0x00002c68u, 0x00050041u, 0x00000046u, - 0x00002c69u, 0x00002c18u, 0x0000045eu, 0x0003003eu, 0x00002c69u, 0x00000c1au, 0x000200f9u, 0x00002c6cu, - 0x000200f8u, 0x00002c6cu, 0x000200f9u, 0x00002c6du, 0x000200f8u, 0x00002c6du, 0x000600a9u, 0x00000069u, - 0x0000b5c2u, 0x00002c62u, 0x0000055bu, 0x0000b5c1u, 0x000200f9u, 0x00002c6eu, 0x000200f8u, 0x00002c6eu, - 0x000700f5u, 0x00000069u, 0x00007606u, 0x0000b5c0u, 0x00002c3fu, 0x0000b5c2u, 0x00002c6du, 0x000300f7u, - 0x00002c71u, 0x00000000u, 0x000400fau, 0x00002c1eu, 0x00002c70u, 0x00002c71u, 0x000200f8u, 0x00002c70u, - 0x0003003eu, 0x00002c18u, 0x00000c79u, 0x000200f9u, 0x00002c71u, 0x000200f8u, 0x00002c71u, 0x000600a9u, - 0x00000069u, 0x0000b5c3u, 0x00002c1eu, 0x0000055bu, 0x00007606u, 0x0004003du, 0x000000efu, 0x00002c72u, - 0x00002c18u, 0x0008000cu, 0x000000efu, 0x00002c73u, 0x00000001u, 0x0000002du, 0x00002c72u, 0x00000c7cu, - 0x00000c7du, 0x000500c3u, 0x00000044u, 0x00002b46u, 0x000075e5u, 0x0000b406u, 0x0003003eu, 0x00002af8u, - 0x00002b46u, 0x00050041u, 0x00000046u, 0x00002ca1u, 0x00002af8u, 0x00000388u, 0x0004003du, 0x00000008u, - 0x00002ca2u, 0x00002ca1u, 0x000500b3u, 0x00000069u, 0x00002ca4u, 0x00002ca2u, 0x00000222u, 0x000500c7u, - 0x00000008u, 0x00002ca6u, 0x00002ca2u, 0x00000c1au, 0x0006000cu, 0x00000008u, 0x00002d03u, 0x00000001u, - 0x0000004au, 0x00002ca6u, 0x00050082u, 0x00000008u, 0x00002d04u, 0x00000271u, 0x00002d03u, 0x0007000cu, - 0x00000008u, 0x00002d05u, 0x00000001u, 0x00000027u, 0x00002d04u, 0x00000271u, 0x000500c4u, 0x00000008u, - 0x00002d08u, 0x00002ca6u, 0x00002d05u, 0x000500c7u, 0x00000008u, 0x00002d09u, 0x00002d08u, 0x00000b36u, - 0x000500c7u, 0x00000008u, 0x00002d0bu, 0x00002d09u, 0x00000360u, 0x000500c3u, 0x00000008u, 0x00002d0du, - 0x00002d09u, 0x0000025fu, 0x0003003eu, 0x00002cfeu, 0x00000bfau, 0x00050041u, 0x000001afu, 0x00002d0eu, - 0x00002cfeu, 0x00002d0du, 0x0004003du, 0x000001aeu, 0x00002d0fu, 0x00002d0eu, 0x00040072u, 0x000000efu, - 0x00002d10u, 0x00002d0fu, 0x0003003eu, 0x00002cfdu, 0x00002d10u, 0x00050041u, 0x00000046u, 0x00002d11u, - 0x00002cfdu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002d12u, 0x00002d11u, 0x00050084u, 0x00000008u, - 0x00002d14u, 0x00002d12u, 0x00002d0bu, 0x000500c3u, 0x00000008u, 0x00002d15u, 0x00002d14u, 0x00000265u, - 0x00050041u, 0x00000046u, 0x00002d16u, 0x00002cfdu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002d17u, - 0x00002d16u, 0x00050080u, 0x00000008u, 0x00002d18u, 0x00002d15u, 0x00002d17u, 0x00050050u, 0x000000efu, - 0x00002d1bu, 0x00002d18u, 0x00002d05u, 0x0003003eu, 0x00002c98u, 0x00002d1bu, 0x00050041u, 0x00000046u, - 0x00002ca9u, 0x00002c98u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002caau, 0x00002ca9u, 0x0007004fu, - 0x000000efu, 0x00002cacu, 0x00002b46u, 0x00002b46u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000046u, - 0x00002cadu, 0x00002c98u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002caeu, 0x00002cadu, 0x00050050u, - 0x000000efu, 0x00002cafu, 0x00002caeu, 0x00002caeu, 0x00050084u, 0x000000efu, 0x00002cb0u, 0x00002cacu, - 0x00002cafu, 0x0003003eu, 0x00002c9bu, 0x00002cb0u, 0x000500c3u, 0x00000008u, 0x00002cb2u, 0x00000c2du, - 0x00002caau, 0x0004007eu, 0x00000008u, 0x00002cb3u, 0x00002cb2u, 0x000500c7u, 0x00000008u, 0x00002cb4u, - 0x00000c2cu, 0x00002cb3u, 0x00050050u, 0x000000efu, 0x00002cb7u, 0x00002cb4u, 0x00002cb4u, 0x000500c7u, - 0x000000efu, 0x00002cb8u, 0x00002cb0u, 0x00002cb7u, 0x0003003eu, 0x00002c9du, 0x00002cb8u, 0x000500abu, - 0x00000069u, 0x00002cbau, 0x00002caau, 0x00000271u, 0x000300f7u, 0x00002cc5u, 0x00000000u, 0x000400fau, - 0x00002cbau, 0x00002cbbu, 0x00002cc1u, 0x000200f8u, 0x00002cc1u, 0x0004003du, 0x000000efu, 0x00002cc2u, - 0x00002c9bu, 0x000500c4u, 0x000000efu, 0x00002cc4u, 0x00002cc2u, 0x0000b40au, 0x0003003eu, 0x00002c9eu, - 0x00002cc4u, 0x000200f9u, 0x00002cc5u, 0x000200f8u, 0x00002cbbu, 0x0004003du, 0x000000efu, 0x00002cbcu, - 0x00002c9bu, 0x00050082u, 0x00000008u, 0x00002cbeu, 0x0000026eu, 0x00002caau, 0x00050050u, 0x000000efu, - 0x00002cbfu, 0x00002cbeu, 0x00002cbeu, 0x000500c3u, 0x000000efu, 0x00002cc0u, 0x00002cbcu, 0x00002cbfu, - 0x0003003eu, 0x00002c9bu, 0x00002cc0u, 0x0003003eu, 0x00002c9eu, 0x00002cc0u, 0x000200f9u, 0x00002cc5u, - 0x000200f8u, 0x00002cc5u, 0x000500abu, 0x00000881u, 0x00002cc7u, 0x00002cb8u, 0x00000c46u, 0x0004009au, - 0x00000069u, 0x00002cc8u, 0x00002cc7u, 0x000300f7u, 0x00002cf4u, 0x00000000u, 0x000400fau, 0x00002cc8u, - 0x00002cc9u, 0x00002cf4u, 0x000200f8u, 0x00002cc9u, 0x00050041u, 0x00000046u, 0x00002ccau, 0x00002c9du, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002ccbu, 0x00002ccau, 0x000500abu, 0x00000069u, 0x00002ccdu, - 0x00002ccbu, 0x00002cb4u, 0x000300f7u, 0x00002cd2u, 0x00000000u, 0x000400fau, 0x00002ccdu, 0x00002cceu, - 0x00002cd2u, 0x000200f8u, 0x00002cceu, 0x0004003du, 0x00000008u, 0x00002cd0u, 0x00002ccau, 0x000500abu, - 0x00000069u, 0x00002cd1u, 0x00002cd0u, 0x00000222u, 0x000200f9u, 0x00002cd2u, 0x000200f8u, 0x00002cd2u, - 0x000700f5u, 0x00000069u, 0x00002cd3u, 0x00002ccdu, 0x00002cc9u, 0x00002cd1u, 0x00002cceu, 0x000300f7u, - 0x00002cdeu, 0x00000000u, 0x000400fau, 0x00002cd3u, 0x00002cd4u, 0x00002cdeu, 0x000200f8u, 0x00002cd4u, - 0x00050041u, 0x00000046u, 0x00002cd5u, 0x00002c9bu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002cd6u, - 0x00002cd5u, 0x000500c7u, 0x00000008u, 0x00002cd7u, 0x00002cd6u, 0x00000c2du, 0x000500aau, 0x00000069u, - 0x00002cd8u, 0x00002cd7u, 0x00000222u, 0x000300f7u, 0x00002cddu, 0x00000000u, 0x000400fau, 0x00002cd8u, - 0x00002cd9u, 0x00002cdbu, 0x000200f8u, 0x00002cdbu, 0x00050041u, 0x00000046u, 0x00002cdcu, 0x00002c9eu, - 0x0000032fu, 0x0003003eu, 0x00002cdcu, 0x00000c5fu, 0x000200f9u, 0x00002cddu, 0x000200f8u, 0x00002cd9u, - 0x00050041u, 0x00000046u, 0x00002cdau, 0x00002c9eu, 0x0000032fu, 0x0003003eu, 0x00002cdau, 0x00000c1au, - 0x000200f9u, 0x00002cddu, 0x000200f8u, 0x00002cddu, 0x000200f9u, 0x00002cdeu, 0x000200f8u, 0x00002cdeu, - 0x000600a9u, 0x00000069u, 0x0000b5c4u, 0x00002cd3u, 0x0000055bu, 0x0000b5c3u, 0x00050041u, 0x00000046u, - 0x00002cdfu, 0x00002c9du, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002ce0u, 0x00002cdfu, 0x000500abu, - 0x00000069u, 0x00002ce2u, 0x00002ce0u, 0x00002cb4u, 0x000300f7u, 0x00002ce7u, 0x00000000u, 0x000400fau, - 0x00002ce2u, 0x00002ce3u, 0x00002ce7u, 0x000200f8u, 0x00002ce3u, 0x0004003du, 0x00000008u, 0x00002ce5u, - 0x00002cdfu, 0x000500abu, 0x00000069u, 0x00002ce6u, 0x00002ce5u, 0x00000222u, 0x000200f9u, 0x00002ce7u, - 0x000200f8u, 0x00002ce7u, 0x000700f5u, 0x00000069u, 0x00002ce8u, 0x00002ce2u, 0x00002cdeu, 0x00002ce6u, - 0x00002ce3u, 0x000300f7u, 0x00002cf3u, 0x00000000u, 0x000400fau, 0x00002ce8u, 0x00002ce9u, 0x00002cf3u, - 0x000200f8u, 0x00002ce9u, 0x00050041u, 0x00000046u, 0x00002ceau, 0x00002c9bu, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x00002cebu, 0x00002ceau, 0x000500c7u, 0x00000008u, 0x00002cecu, 0x00002cebu, 0x00000c2du, - 0x000500aau, 0x00000069u, 0x00002cedu, 0x00002cecu, 0x00000222u, 0x000300f7u, 0x00002cf2u, 0x00000000u, - 0x000400fau, 0x00002cedu, 0x00002ceeu, 0x00002cf0u, 0x000200f8u, 0x00002cf0u, 0x00050041u, 0x00000046u, - 0x00002cf1u, 0x00002c9eu, 0x0000045eu, 0x0003003eu, 0x00002cf1u, 0x00000c5fu, 0x000200f9u, 0x00002cf2u, - 0x000200f8u, 0x00002ceeu, 0x00050041u, 0x00000046u, 0x00002cefu, 0x00002c9eu, 0x0000045eu, 0x0003003eu, - 0x00002cefu, 0x00000c1au, 0x000200f9u, 0x00002cf2u, 0x000200f8u, 0x00002cf2u, 0x000200f9u, 0x00002cf3u, - 0x000200f8u, 0x00002cf3u, 0x000600a9u, 0x00000069u, 0x0000b5c5u, 0x00002ce8u, 0x0000055bu, 0x0000b5c4u, - 0x000200f9u, 0x00002cf4u, 0x000200f8u, 0x00002cf4u, 0x000700f5u, 0x00000069u, 0x0000761fu, 0x0000b5c3u, - 0x00002cc5u, 0x0000b5c5u, 0x00002cf3u, 0x000300f7u, 0x00002cf7u, 0x00000000u, 0x000400fau, 0x00002ca4u, - 0x00002cf6u, 0x00002cf7u, 0x000200f8u, 0x00002cf6u, 0x0003003eu, 0x00002c9eu, 0x00000c79u, 0x000200f9u, - 0x00002cf7u, 0x000200f8u, 0x00002cf7u, 0x000600a9u, 0x00000069u, 0x0000b5c6u, 0x00002ca4u, 0x0000055bu, - 0x0000761fu, 0x0004003du, 0x000000efu, 0x00002cf8u, 0x00002c9eu, 0x0008000cu, 0x000000efu, 0x00002cf9u, - 0x00000001u, 0x0000002du, 0x00002cf8u, 0x00000c7cu, 0x00000c7du, 0x000200f9u, 0x00002b4au, 0x000200f8u, - 0x00002b4au, 0x000700f5u, 0x00000069u, 0x00007679u, 0x0000b5c0u, 0x00002bebu, 0x0000b5c6u, 0x00002cf7u, - 0x000700f5u, 0x000000efu, 0x0000765fu, 0x00007669u, 0x00002bebu, 0x00002cf9u, 0x00002cf7u, 0x000700f5u, - 0x000000efu, 0x0000763bu, 0x00007645u, 0x00002bebu, 0x00002c73u, 0x00002cf7u, 0x000200f9u, 0x00002b5bu, - 0x000200f8u, 0x00002b5bu, 0x000700f5u, 0x00000069u, 0x00007678u, 0x00007679u, 0x00002b4au, 0x00000538u, - 0x00002b5au, 0x000700f5u, 0x000000efu, 0x0000765eu, 0x0000765fu, 0x00002b4au, 0x00007677u, 0x00002b5au, - 0x000700f5u, 0x000000efu, 0x0000763au, 0x0000763bu, 0x00002b4au, 0x0000765du, 0x00002b5au, 0x000700f5u, - 0x000000efu, 0x00007625u, 0x00002bedu, 0x00002b4au, 0x00002d1fu, 0x00002b5au, 0x00050041u, 0x00000046u, - 0x00002b5cu, 0x00002220u, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002b5du, 0x00002b5cu, 0x00050041u, - 0x00000046u, 0x00002b5eu, 0x00002221u, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002b5fu, 0x00002b5eu, - 0x000500c3u, 0x00000008u, 0x00002b61u, 0x000023a4u, 0x0000078du, 0x00050084u, 0x00000008u, 0x00002b62u, - 0x00002b5fu, 0x00002b61u, 0x00050080u, 0x00000008u, 0x00002b63u, 0x00002b5du, 0x00002b62u, 0x0004003du, - 0x00000008u, 0x00002b65u, 0x00002b5eu, 0x000500c3u, 0x00000008u, 0x00002b66u, 0x00002b65u, 0x0000078du, - 0x000500c7u, 0x00000008u, 0x00002b68u, 0x000023a4u, 0x00000d99u, 0x00050084u, 0x00000008u, 0x00002b69u, - 0x00002b66u, 0x00002b68u, 0x00050080u, 0x00000008u, 0x00002b6au, 0x00002b63u, 0x00002b69u, 0x000500c3u, - 0x00000008u, 0x00002b6cu, 0x00002b6au, 0x00000265u, 0x000500c7u, 0x00000008u, 0x00002b75u, 0x00002abau, - 0x0000022cu, 0x00050080u, 0x00000008u, 0x00002b76u, 0x00002abeu, 0x00002b75u, 0x000500c4u, 0x00000008u, - 0x00002b78u, 0x00002b6cu, 0x00000dadu, 0x0004003du, 0x00000008u, 0x00002b7bu, 0x00002b5eu, 0x000500c3u, - 0x00000008u, 0x00002b7cu, 0x00002b7bu, 0x00000265u, 0x00050084u, 0x00000008u, 0x00002b7du, 0x00002b76u, - 0x00002b7cu, 0x00050041u, 0x00000046u, 0x00002b7fu, 0x00002222u, 0x00000388u, 0x0004003du, 0x00000008u, - 0x00002b80u, 0x00002b7fu, 0x000500c3u, 0x00000008u, 0x00002b81u, 0x00002b80u, 0x00000265u, 0x00050084u, - 0x00000008u, 0x00002b82u, 0x00002abau, 0x00002b81u, 0x00050080u, 0x00000008u, 0x00002b83u, 0x00002b7du, - 0x00002b82u, 0x00050080u, 0x00000008u, 0x00002b85u, 0x00002b78u, 0x00002b83u, 0x000500c3u, 0x00000008u, - 0x00002b87u, 0x00002b85u, 0x00000dbdu, 0x00050082u, 0x00000008u, 0x00002d2bu, 0x00002b87u, 0x00000b20u, - 0x000500c4u, 0x00000008u, 0x00002d2du, 0x00002d2bu, 0x0000026eu, 0x000500c3u, 0x00000008u, 0x00002d2fu, - 0x00002d2du, 0x0000026eu, 0x00050080u, 0x00000008u, 0x00002d31u, 0x00002d2fu, 0x00000b20u, 0x0008000cu, - 0x00000008u, 0x00002d33u, 0x00000001u, 0x0000002du, 0x00002d31u, 0x00000222u, 0x000003efu, 0x000500c7u, - 0x00000006u, 0x000023cfu, 0x000022c8u, 0x00000744u, 0x00050080u, 0x00000006u, 0x000023d1u, 0x000023cfu, - 0x0000045eu, 0x000500c7u, 0x00000006u, 0x000023d2u, 0x000023d1u, 0x00000744u, 0x000500c2u, 0x00000006u, - 0x000023d4u, 0x000022c8u, 0x00000466u, 0x00040071u, 0x00000006u, 0x000023d7u, 0x00002a9du, 0x0004007cu, - 0x00000008u, 0x000023d8u, 0x000023d7u, 0x000300f7u, 0x000023eau, 0x00000000u, 0x000400fau, 0x0000231fu, - 0x000023dau, 0x000023eau, 0x000200f8u, 0x000023dau, 0x000300f7u, 0x00002d92u, 0x00000000u, 0x000400fau, - 0x00007678u, 0x00002d3eu, 0x00002d3fu, 0x000200f8u, 0x00002d3fu, 0x00050082u, 0x000000efu, 0x00002d42u, - 0x0000763au, 0x00007625u, 0x000500c3u, 0x000000efu, 0x00002d45u, 0x00002d42u, 0x0000b40du, 0x000500c6u, - 0x000000efu, 0x00002d47u, 0x00002d42u, 0x00002d45u, 0x00050082u, 0x000000efu, 0x00002d4au, 0x0000765eu, - 0x00007625u, 0x000500c3u, 0x000000efu, 0x00002d4du, 0x00002d4au, 0x0000b40du, 0x000500c6u, 0x000000efu, - 0x00002d4fu, 0x00002d4au, 0x00002d4du, 0x0007000cu, 0x000000efu, 0x00002d52u, 0x00000001u, 0x0000002au, - 0x00002d47u, 0x00002d4fu, 0x0003003eu, 0x00002d39u, 0x00002d52u, 0x00050041u, 0x00000046u, 0x00002d53u, - 0x00002d39u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002d54u, 0x00002d53u, 0x00050041u, 0x00000046u, - 0x00002d55u, 0x00002d39u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002d56u, 0x00002d55u, 0x0007000cu, - 0x00000008u, 0x00002d57u, 0x00000001u, 0x0000002au, 0x00002d54u, 0x00002d56u, 0x000500afu, 0x00000069u, - 0x00002d59u, 0x00002d57u, 0x000019fbu, 0x000300f7u, 0x00002d91u, 0x00000000u, 0x000400fau, 0x00002d59u, - 0x00002d5au, 0x00002d5cu, 0x000200f8u, 0x00002d5cu, 0x000500b1u, 0x00000069u, 0x00002d5eu, 0x00002d57u, - 0x0000115cu, 0x000300f7u, 0x00002d90u, 0x00000000u, 0x000400fau, 0x00002d5eu, 0x00002d5fu, 0x00002d75u, - 0x000200f8u, 0x00002d75u, 0x000500c3u, 0x00000008u, 0x00002d77u, 0x00002d57u, 0x00000238u, 0x0006000cu, - 0x00000008u, 0x00002d78u, 0x00000001u, 0x0000004au, 0x00002d77u, 0x0007000cu, 0x00000008u, 0x00002d79u, - 0x00000001u, 0x0000002au, 0x00002d78u, 0x00000222u, 0x0004007cu, 0x00000006u, 0x00002d7bu, 0x00002d79u, - 0x000500aeu, 0x00000069u, 0x00002d7du, 0x00002d7bu, 0x000023d4u, 0x000400a8u, 0x00000069u, 0x00002d80u, - 0x000022f8u, 0x000500a7u, 0x00000069u, 0x00002d81u, 0x00002d7du, 0x00002d80u, 0x000400a8u, 0x00000069u, - 0x00002d83u, 0x000022fbu, 0x000500a7u, 0x00000069u, 0x00002d84u, 0x00002d81u, 0x00002d83u, 0x000300f7u, - 0x00002d8fu, 0x00000000u, 0x000400fau, 0x00002d84u, 0x00002d85u, 0x00002d86u, 0x000200f8u, 0x00002d86u, - 0x000500c4u, 0x00000008u, 0x00002d88u, 0x00002d57u, 0x00000232u, 0x000500c3u, 0x00000008u, 0x00002d8au, - 0x00002d88u, 0x00002d79u, 0x000500c7u, 0x00000008u, 0x00002d8bu, 0x00002d8au, 0x00000360u, 0x00040072u, - 0x00000012u, 0x00002d8cu, 0x00002d8bu, 0x000200f9u, 0x00002d8fu, 0x000200f8u, 0x00002d85u, 0x000200f9u, - 0x00002d8fu, 0x000200f8u, 0x00002d8fu, 0x000700f5u, 0x00000012u, 0x000076a4u, 0x000019dcu, 0x00002d85u, - 0x00002d8cu, 0x00002d86u, 0x000600a9u, 0x00000006u, 0x0000b5c7u, 0x00002d84u, 0x0000032fu, 0x00002d7bu, - 0x000200f9u, 0x00002d90u, 0x000200f8u, 0x00002d5fu, 0x000500aau, 0x00000069u, 0x00002d61u, 0x000023d4u, - 0x0000032fu, 0x000400a8u, 0x00000069u, 0x00002d63u, 0x000022f8u, 0x000400a8u, 0x00000069u, 0x00002d65u, - 0x000022fbu, 0x000500a7u, 0x00000069u, 0x00002d66u, 0x00002d63u, 0x00002d65u, 0x000300f7u, 0x00002d74u, - 0x00000000u, 0x000400fau, 0x00002d66u, 0x00002d67u, 0x00002d6bu, 0x000200f8u, 0x00002d6bu, 0x0007000cu, - 0x00000008u, 0x00002d6eu, 0x00000001u, 0x0000002au, 0x000023d8u, 0x00002d57u, 0x000500c4u, 0x00000008u, - 0x00002d6fu, 0x00002d6eu, 0x00000232u, 0x000600a9u, 0x00000008u, 0x00002d71u, 0x000022f8u, 0x00001a17u, - 0x00000222u, 0x00050080u, 0x00000008u, 0x00002d72u, 0x00002d6fu, 0x00002d71u, 0x00040072u, 0x00000012u, - 0x00002d73u, 0x00002d72u, 0x000200f9u, 0x00002d74u, 0x000200f8u, 0x00002d67u, 0x000600a9u, 0x00000008u, - 0x00002d69u, 0x00002d61u, 0x00000360u, 0x00000222u, 0x00040072u, 0x00000012u, 0x00002d6au, 0x00002d69u, - 0x000200f9u, 0x00002d74u, 0x000200f8u, 0x00002d74u, 0x000700f5u, 0x00000012u, 0x000076a3u, 0x00002d6au, - 0x00002d67u, 0x00002d73u, 0x00002d6bu, 0x000200f9u, 0x00002d90u, 0x000200f8u, 0x00002d90u, 0x000700f5u, - 0x00000012u, 0x000076a2u, 0x000076a3u, 0x00002d74u, 0x000076a4u, 0x00002d8fu, 0x000700f5u, 0x00000006u, - 0x00007689u, 0x0000032fu, 0x00002d74u, 0x0000b5c7u, 0x00002d8fu, 0x000700f5u, 0x00000069u, 0x0000767du, - 0x00002d61u, 0x00002d74u, 0x00002d7du, 0x00002d8fu, 0x000600a9u, 0x00000069u, 0x0000b5c8u, 0x00002d5eu, - 0x0000055bu, 0x00000538u, 0x000200f9u, 0x00002d91u, 0x000200f8u, 0x00002d5au, 0x000200f9u, 0x00002d91u, - 0x000200f8u, 0x00002d91u, 0x000700f5u, 0x00000012u, 0x000076a1u, 0x000019dcu, 0x00002d5au, 0x000076a2u, - 0x00002d90u, 0x000700f5u, 0x00000069u, 0x0000768fu, 0x00000538u, 0x00002d5au, 0x0000b5c8u, 0x00002d90u, - 0x000700f5u, 0x00000006u, 0x00007688u, 0x000023d4u, 0x00002d5au, 0x00007689u, 0x00002d90u, 0x000700f5u, - 0x00000069u, 0x0000767cu, 0x0000055bu, 0x00002d5au, 0x0000767du, 0x00002d90u, 0x000200f9u, 0x00002d92u, - 0x000200f8u, 0x00002d3eu, 0x000200f9u, 0x00002d92u, 0x000200f8u, 0x00002d92u, 0x000700f5u, 0x00000012u, - 0x000076a0u, 0x000019dcu, 0x00002d3eu, 0x000076a1u, 0x00002d91u, 0x000700f5u, 0x00000069u, 0x0000768eu, - 0x00000538u, 0x00002d3eu, 0x0000768fu, 0x00002d91u, 0x000700f5u, 0x00000006u, 0x00007687u, 0x0000032fu, - 0x00002d3eu, 0x00007688u, 0x00002d91u, 0x000700f5u, 0x00000069u, 0x0000767bu, 0x0000055bu, 0x00002d3eu, - 0x0000767cu, 0x00002d91u, 0x000300f7u, 0x00002dc4u, 0x00000000u, 0x000400fau, 0x000022f5u, 0x00002d94u, - 0x00002dc4u, 0x000200f8u, 0x00002d94u, 0x000600a9u, 0x00000006u, 0x0000b5c9u, 0x0000767bu, 0x000023d4u, - 0x00007687u, 0x000400a8u, 0x00000069u, 0x00002d9au, 0x000022fbu, 0x000300f7u, 0x00002dc3u, 0x00000000u, - 0x000400fau, 0x00002d9au, 0x00002d9bu, 0x00002db0u, 0x000200f8u, 0x00002db0u, 0x00050080u, 0x00000006u, - 0x00002db3u, 0x000023cfu, 0x0000b5c9u, 0x000500a6u, 0x00000069u, 0x00002db6u, 0x0000767bu, 0x0000768eu, - 0x000600a9u, 0x00000008u, 0x00002db7u, 0x00002db6u, 0x0000022cu, 0x0000022fu, 0x0004007cu, 0x00000006u, - 0x00002db8u, 0x00002db7u, 0x00050080u, 0x00000006u, 0x00002db9u, 0x00002db3u, 0x00002db8u, 0x000500c7u, - 0x00000006u, 0x00002dbau, 0x00002db9u, 0x00000744u, 0x000600a9u, 0x00000008u, 0x00002dbfu, 0x0000768eu, - 0x00000222u, 0x0000022cu, 0x0004007cu, 0x00000006u, 0x00002dc0u, 0x00002dbfu, 0x00050080u, 0x00000006u, - 0x00002dc1u, 0x00002db3u, 0x00002dc0u, 0x000500c7u, 0x00000006u, 0x00002dc2u, 0x00002dc1u, 0x00000744u, - 0x000200f9u, 0x00002dc3u, 0x000200f8u, 0x00002d9bu, 0x00050080u, 0x00000006u, 0x00002d9eu, 0x000023cfu, - 0x0000b5c9u, 0x000500c7u, 0x00000006u, 0x00002d9fu, 0x00002d9eu, 0x00000744u, 0x000400a8u, 0x00000069u, - 0x00002da1u, 0x0000767bu, 0x000300f7u, 0x00002da7u, 0x00000000u, 0x000400fau, 0x00002da1u, 0x00002da2u, - 0x00002da7u, 0x000200f8u, 0x00002da2u, 0x000400a8u, 0x00000069u, 0x00002da4u, 0x000022f8u, 0x000500a7u, - 0x00000069u, 0x00002da6u, 0x00002da4u, 0x0000768eu, 0x000200f9u, 0x00002da7u, 0x000200f8u, 0x00002da7u, - 0x000700f5u, 0x00000069u, 0x00002da8u, 0x0000767bu, 0x00002d9bu, 0x00002da6u, 0x00002da2u, 0x000300f7u, - 0x00002dafu, 0x00000000u, 0x000400fau, 0x00002da8u, 0x00002da9u, 0x00002dabu, 0x000200f8u, 0x00002dabu, - 0x00050080u, 0x00000006u, 0x00002dadu, 0x00002d9fu, 0x0000045eu, 0x000500c7u, 0x00000006u, 0x00002daeu, - 0x00002dadu, 0x00000744u, 0x000200f9u, 0x00002dafu, 0x000200f8u, 0x00002da9u, 0x000200f9u, 0x00002dafu, - 0x000200f8u, 0x00002dafu, 0x000700f5u, 0x00000006u, 0x0000769eu, 0x00002d9fu, 0x00002da9u, 0x00002daeu, - 0x00002dabu, 0x000200f9u, 0x00002dc3u, 0x000200f8u, 0x00002dc3u, 0x000700f5u, 0x00000006u, 0x0000769du, - 0x0000769eu, 0x00002dafu, 0x00002dbau, 0x00002db0u, 0x000700f5u, 0x00000006u, 0x00007695u, 0x00002d9fu, - 0x00002dafu, 0x00002dc2u, 0x00002db0u, 0x000200f9u, 0x00002dc4u, 0x000200f8u, 0x00002dc4u, 0x000700f5u, - 0x00000006u, 0x00007697u, 0x000023d2u, 0x00002d92u, 0x0000769du, 0x00002dc3u, 0x000700f5u, 0x00000006u, - 0x00007694u, 0x000023cfu, 0x00002d92u, 0x00007695u, 0x00002dc3u, 0x000200f9u, 0x000023eau, 0x000200f8u, - 0x000023eau, 0x000700f5u, 0x00000012u, 0x0000843fu, 0x0000844bu, 0x00002b5bu, 0x000076a0u, 0x00002dc4u, - 0x000700f5u, 0x00000006u, 0x00007b7du, 0x000023d2u, 0x00002b5bu, 0x00007697u, 0x00002dc4u, 0x000700f5u, - 0x00000006u, 0x000076a9u, 0x000023cfu, 0x00002b5bu, 0x00007694u, 0x00002dc4u, 0x000300f7u, 0x000023ffu, - 0x00000000u, 0x000400fau, 0x00002316u, 0x000023ecu, 0x000023ffu, 0x000200f8u, 0x000023ecu, 0x00080041u, - 0x00000673u, 0x000023efu, 0x00000a1cu, 0x00000222u, 0x000020b0u, 0x0000022fu, 0x000076a9u, 0x0004003du, - 0x0000000fu, 0x000023f0u, 0x000023efu, 0x00040071u, 0x00000006u, 0x000023f1u, 0x000023f0u, 0x00060041u, - 0x000002b6u, 0x00002dc9u, 0x000002b4u, 0x00000222u, 0x000023f1u, 0x0004003du, 0x000002b0u, 0x00002dcau, - 0x00002dc9u, 0x00050051u, 0x00000006u, 0x00002dcbu, 0x00002dcau, 0x00000000u, 0x00050051u, 0x00000006u, - 0x00002dcdu, 0x00002dcau, 0x00000001u, 0x00050051u, 0x00000006u, 0x00002dcfu, 0x00002dcau, 0x00000002u, - 0x00050051u, 0x00000006u, 0x00002dd1u, 0x00002dcau, 0x00000003u, 0x00050051u, 0x00000006u, 0x00002dd3u, - 0x00002dcau, 0x00000004u, 0x00050051u, 0x00000006u, 0x00002dd5u, 0x00002dcau, 0x00000005u, 0x00050051u, - 0x0000000fu, 0x00002dd7u, 0x00002dcau, 0x00000006u, 0x00050051u, 0x0000000fu, 0x00002dd9u, 0x00002dcau, - 0x00000007u, 0x00050051u, 0x0000000fu, 0x00002ddbu, 0x00002dcau, 0x00000008u, 0x00050051u, 0x0000000fu, - 0x00002dddu, 0x00002dcau, 0x00000009u, 0x00050051u, 0x0000000fu, 0x00002ddfu, 0x00002dcau, 0x0000000au, - 0x00050051u, 0x0000000fu, 0x00002de1u, 0x00002dcau, 0x0000000bu, 0x00050051u, 0x0000000fu, 0x00002de3u, - 0x00002dcau, 0x0000000cu, 0x00050051u, 0x0000000fu, 0x00002de5u, 0x00002dcau, 0x0000000du, 0x0003003eu, - 0x00002244u, 0x00007625u, 0x00040071u, 0x00000006u, 0x00002f40u, 0x00002de5u, 0x0004007cu, 0x00000008u, - 0x00002f41u, 0x00002f40u, 0x000500c7u, 0x00000008u, 0x00002f42u, 0x00002f41u, 0x0000022cu, 0x000500abu, - 0x00000069u, 0x00002f43u, 0x00002f42u, 0x00000222u, 0x0004007cu, 0x00000008u, 0x00002f46u, 0x00002dcbu, - 0x0004007cu, 0x00000008u, 0x00002f49u, 0x00002dcdu, 0x00040071u, 0x00000006u, 0x00002f4cu, 0x00002ddfu, - 0x0004007cu, 0x00000008u, 0x00002f4du, 0x00002f4cu, 0x00050041u, 0x00000046u, 0x00002f4eu, 0x00002244u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002f4fu, 0x00002f4eu, 0x0008000cu, 0x00000008u, 0x00003419u, - 0x00000001u, 0x0000002du, 0x00002f4fu, 0x00000c5fu, 0x00000c1au, 0x000500b1u, 0x00000069u, 0x0000341bu, - 0x00002f4du, 0x00000268u, 0x000300f7u, 0x00003427u, 0x00000000u, 0x000400fau, 0x0000341bu, 0x0000341cu, - 0x00003420u, 0x000200f8u, 0x00003420u, 0x00050082u, 0x00000008u, 0x00003422u, 0x0000115cu, 0x00002f4du, - 0x000500c4u, 0x00000008u, 0x00003424u, 0x00003419u, 0x00003422u, 0x000500c3u, 0x00000008u, 0x00003426u, - 0x00003424u, 0x00000556u, 0x000200f9u, 0x00003427u, 0x000200f8u, 0x0000341cu, 0x000500c3u, 0x00000008u, - 0x0000341fu, 0x00003419u, 0x00002f4du, 0x000200f9u, 0x00003427u, 0x000200f8u, 0x00003427u, 0x000700f5u, - 0x00000008u, 0x000076b5u, 0x0000341fu, 0x0000341cu, 0x00003426u, 0x00003420u, 0x000300f7u, 0x00003443u, - 0x00000000u, 0x000400fau, 0x00002f43u, 0x00003429u, 0x0000343eu, 0x000200f8u, 0x0000343eu, 0x000500c4u, - 0x00000008u, 0x00003440u, 0x00002f46u, 0x00000232u, 0x00050082u, 0x00000008u, 0x00003442u, 0x000076b5u, - 0x00003440u, 0x000200f9u, 0x00003443u, 0x000200f8u, 0x00003429u, 0x000500c3u, 0x00000008u, 0x0000342bu, - 0x000076b5u, 0x00000232u, 0x000500afu, 0x00000069u, 0x0000342du, 0x0000342bu, 0x00002f49u, 0x000300f7u, - 0x0000343du, 0x00000000u, 0x000400fau, 0x0000342du, 0x0000342fu, 0x00003437u, 0x000200f8u, 0x00003437u, - 0x000500c4u, 0x00000008u, 0x0000343au, 0x00002f46u, 0x00000232u, 0x00050082u, 0x00000008u, 0x0000343bu, - 0x000076b5u, 0x0000343au, 0x0007000cu, 0x00000008u, 0x0000343cu, 0x00000001u, 0x0000002au, 0x0000343bu, - 0x00000222u, 0x000200f9u, 0x0000343du, 0x000200f8u, 0x0000342fu, 0x000500c3u, 0x00000008u, 0x00003431u, - 0x00002f49u, 0x0000022fu, 0x000500c3u, 0x00000008u, 0x00003433u, 0x00002f46u, 0x0000022fu, 0x00050082u, - 0x00000008u, 0x00003434u, 0x00003431u, 0x00003433u, 0x000500c7u, 0x00000008u, 0x00003435u, 0x00003434u, - 0x00001173u, 0x000500c4u, 0x00000008u, 0x00003436u, 0x00003435u, 0x00000238u, 0x000200f9u, 0x0000343du, - 0x000200f8u, 0x0000343du, 0x000700f5u, 0x00000008u, 0x000076b7u, 0x00003436u, 0x0000342fu, 0x0000343cu, - 0x00003437u, 0x000200f9u, 0x00003443u, 0x000200f8u, 0x00003443u, 0x000700f5u, 0x00000008u, 0x000076b6u, - 0x000076b7u, 0x0000343du, 0x00003442u, 0x0000343eu, 0x0003003eu, 0x00002f4eu, 0x000076b6u, 0x000500c7u, - 0x00000008u, 0x00002f56u, 0x00002f41u, 0x00000235u, 0x000500abu, 0x00000069u, 0x00002f57u, 0x00002f56u, - 0x00000222u, 0x0004007cu, 0x00000008u, 0x00002f5au, 0x00002dcfu, 0x0004007cu, 0x00000008u, 0x00002f5du, - 0x00002dd1u, 0x00040071u, 0x00000006u, 0x00002f60u, 0x00002de3u, 0x0004007cu, 0x00000008u, 0x00002f61u, - 0x00002f60u, 0x00050041u, 0x00000046u, 0x00002f62u, 0x00002244u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00002f63u, 0x00002f62u, 0x0008000cu, 0x00000008u, 0x00003449u, 0x00000001u, 0x0000002du, 0x00002f63u, - 0x00000c5fu, 0x00000c1au, 0x000500b1u, 0x00000069u, 0x0000344bu, 0x00002f61u, 0x00000268u, 0x000300f7u, - 0x00003457u, 0x00000000u, 0x000400fau, 0x0000344bu, 0x0000344cu, 0x00003450u, 0x000200f8u, 0x00003450u, - 0x00050082u, 0x00000008u, 0x00003452u, 0x0000115cu, 0x00002f61u, 0x000500c4u, 0x00000008u, 0x00003454u, - 0x00003449u, 0x00003452u, 0x000500c3u, 0x00000008u, 0x00003456u, 0x00003454u, 0x00000556u, 0x000200f9u, - 0x00003457u, 0x000200f8u, 0x0000344cu, 0x000500c3u, 0x00000008u, 0x0000344fu, 0x00003449u, 0x00002f61u, - 0x000200f9u, 0x00003457u, 0x000200f8u, 0x00003457u, 0x000700f5u, 0x00000008u, 0x000076b8u, 0x0000344fu, - 0x0000344cu, 0x00003456u, 0x00003450u, 0x000300f7u, 0x00003473u, 0x00000000u, 0x000400fau, 0x00002f57u, - 0x00003459u, 0x0000346eu, 0x000200f8u, 0x0000346eu, 0x000500c4u, 0x00000008u, 0x00003470u, 0x00002f5au, - 0x00000232u, 0x00050082u, 0x00000008u, 0x00003472u, 0x000076b8u, 0x00003470u, 0x000200f9u, 0x00003473u, - 0x000200f8u, 0x00003459u, 0x000500c3u, 0x00000008u, 0x0000345bu, 0x000076b8u, 0x00000232u, 0x000500afu, - 0x00000069u, 0x0000345du, 0x0000345bu, 0x00002f5du, 0x000300f7u, 0x0000346du, 0x00000000u, 0x000400fau, - 0x0000345du, 0x0000345fu, 0x00003467u, 0x000200f8u, 0x00003467u, 0x000500c4u, 0x00000008u, 0x0000346au, - 0x00002f5au, 0x00000232u, 0x00050082u, 0x00000008u, 0x0000346bu, 0x000076b8u, 0x0000346au, 0x0007000cu, - 0x00000008u, 0x0000346cu, 0x00000001u, 0x0000002au, 0x0000346bu, 0x00000222u, 0x000200f9u, 0x0000346du, - 0x000200f8u, 0x0000345fu, 0x000500c3u, 0x00000008u, 0x00003461u, 0x00002f5du, 0x0000022fu, 0x000500c3u, - 0x00000008u, 0x00003463u, 0x00002f5au, 0x0000022fu, 0x00050082u, 0x00000008u, 0x00003464u, 0x00003461u, - 0x00003463u, 0x000500c7u, 0x00000008u, 0x00003465u, 0x00003464u, 0x00001173u, 0x000500c4u, 0x00000008u, - 0x00003466u, 0x00003465u, 0x00000238u, 0x000200f9u, 0x0000346du, 0x000200f8u, 0x0000346du, 0x000700f5u, - 0x00000008u, 0x000076bau, 0x00003466u, 0x0000345fu, 0x0000346cu, 0x00003467u, 0x000200f9u, 0x00003473u, - 0x000200f8u, 0x00003473u, 0x000700f5u, 0x00000008u, 0x000076b9u, 0x000076bau, 0x0000346du, 0x00003472u, - 0x0000346eu, 0x0003003eu, 0x00002f62u, 0x000076b9u, 0x000300f7u, 0x00002f6cu, 0x00000000u, 0x000400fau, - 0x000022e9u, 0x00002f67u, 0x00002f6bu, 0x000200f8u, 0x00002f6bu, 0x0003003eu, 0x00002df2u, 0x00000c46u, - 0x000200f9u, 0x00002f6cu, 0x000200f8u, 0x00002f67u, 0x0004003du, 0x000000efu, 0x00002f68u, 0x00002244u, - 0x000500c7u, 0x000000efu, 0x00002f6au, 0x00002f68u, 0x0000b40du, 0x0003003eu, 0x00002df2u, 0x00002f6au, - 0x000200f9u, 0x00002f6cu, 0x000200f8u, 0x00002f6cu, 0x00050041u, 0x00000046u, 0x00002f6du, 0x00002df2u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002f6eu, 0x00002f6du, 0x00050041u, 0x00000046u, 0x00002f6fu, - 0x00002df2u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002f70u, 0x00002f6fu, 0x00050080u, 0x00000008u, - 0x00002f71u, 0x00002f6eu, 0x00002f70u, 0x0004003du, 0x000000efu, 0x00002f72u, 0x00002244u, 0x000500c3u, - 0x000000efu, 0x00002f74u, 0x00002f72u, 0x0000b40cu, 0x0003003eu, 0x00002244u, 0x00002f74u, 0x0004003du, - 0x00000008u, 0x00002f77u, 0x00002f4eu, 0x00040071u, 0x00000006u, 0x0000347au, 0x00002dddu, 0x0004007cu, - 0x00000008u, 0x0000347bu, 0x0000347au, 0x000500abu, 0x00000069u, 0x0000347cu, 0x0000347bu, 0x00000222u, - 0x000300f7u, 0x00003494u, 0x00000000u, 0x000400fau, 0x0000347cu, 0x0000347du, 0x00003494u, 0x000200f8u, - 0x0000347du, 0x000500c4u, 0x00000008u, 0x00003480u, 0x0000022cu, 0x00002dddu, 0x000500c7u, 0x00000008u, - 0x00003485u, 0x00002f41u, 0x0000022fu, 0x000500abu, 0x00000069u, 0x00003486u, 0x00003485u, 0x00000222u, - 0x000300f7u, 0x0000348fu, 0x00000000u, 0x000400fau, 0x00003486u, 0x00003487u, 0x0000348fu, 0x000200f8u, - 0x00003487u, 0x000500c7u, 0x00000008u, 0x0000348au, 0x00002f77u, 0x00003480u, 0x00050082u, 0x00000008u, - 0x0000348bu, 0x0000348au, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x0000348cu, 0x00000001u, 0x0000002au, - 0x0000348bu, 0x00000222u, 0x000500c6u, 0x00000008u, 0x0000348eu, 0x00002f77u, 0x0000348cu, 0x000200f9u, - 0x0000348fu, 0x000200f8u, 0x0000348fu, 0x000700f5u, 0x00000008u, 0x000076bbu, 0x00002f77u, 0x0000347du, - 0x0000348eu, 0x00003487u, 0x00050082u, 0x00000008u, 0x00003491u, 0x00003480u, 0x0000022cu, 0x000500c7u, - 0x00000008u, 0x00003493u, 0x000076bbu, 0x00003491u, 0x000200f9u, 0x00003494u, 0x000200f8u, 0x00003494u, - 0x000700f5u, 0x00000008u, 0x000076bcu, 0x00002f77u, 0x00002f6cu, 0x00003493u, 0x0000348fu, 0x0004003du, - 0x00000008u, 0x00002f7bu, 0x00002f62u, 0x00040071u, 0x00000006u, 0x0000349bu, 0x00002de1u, 0x0004007cu, - 0x00000008u, 0x0000349cu, 0x0000349bu, 0x000500abu, 0x00000069u, 0x0000349du, 0x0000349cu, 0x00000222u, - 0x000300f7u, 0x000034b5u, 0x00000000u, 0x000400fau, 0x0000349du, 0x0000349eu, 0x000034b5u, 0x000200f8u, - 0x0000349eu, 0x000500c4u, 0x00000008u, 0x000034a1u, 0x0000022cu, 0x00002de1u, 0x000500c7u, 0x00000008u, - 0x000034a6u, 0x00002f41u, 0x0000025fu, 0x000500abu, 0x00000069u, 0x000034a7u, 0x000034a6u, 0x00000222u, - 0x000300f7u, 0x000034b0u, 0x00000000u, 0x000400fau, 0x000034a7u, 0x000034a8u, 0x000034b0u, 0x000200f8u, - 0x000034a8u, 0x000500c7u, 0x00000008u, 0x000034abu, 0x00002f7bu, 0x000034a1u, 0x00050082u, 0x00000008u, - 0x000034acu, 0x000034abu, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x000034adu, 0x00000001u, 0x0000002au, - 0x000034acu, 0x00000222u, 0x000500c6u, 0x00000008u, 0x000034afu, 0x00002f7bu, 0x000034adu, 0x000200f9u, - 0x000034b0u, 0x000200f8u, 0x000034b0u, 0x000700f5u, 0x00000008u, 0x000076bdu, 0x00002f7bu, 0x0000349eu, - 0x000034afu, 0x000034a8u, 0x00050082u, 0x00000008u, 0x000034b2u, 0x000034a1u, 0x0000022cu, 0x000500c7u, - 0x00000008u, 0x000034b4u, 0x000076bdu, 0x000034b2u, 0x000200f9u, 0x000034b5u, 0x000200f8u, 0x000034b5u, - 0x000700f5u, 0x00000008u, 0x000076beu, 0x00002f7bu, 0x00003494u, 0x000034b4u, 0x000034b0u, 0x0004003du, - 0x00000008u, 0x00002f7eu, 0x00002f4eu, 0x00050080u, 0x00000008u, 0x00002f7fu, 0x00002f7eu, 0x0000022cu, - 0x000300f7u, 0x000034d6u, 0x00000000u, 0x000400fau, 0x0000347cu, 0x000034bfu, 0x000034d6u, 0x000200f8u, - 0x000034bfu, 0x000500c4u, 0x00000008u, 0x000034c2u, 0x0000022cu, 0x00002dddu, 0x000500c7u, 0x00000008u, - 0x000034c7u, 0x00002f41u, 0x0000022fu, 0x000500abu, 0x00000069u, 0x000034c8u, 0x000034c7u, 0x00000222u, - 0x000300f7u, 0x000034d1u, 0x00000000u, 0x000400fau, 0x000034c8u, 0x000034c9u, 0x000034d1u, 0x000200f8u, - 0x000034c9u, 0x000500c7u, 0x00000008u, 0x000034ccu, 0x00002f7fu, 0x000034c2u, 0x00050082u, 0x00000008u, - 0x000034cdu, 0x000034ccu, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x000034ceu, 0x00000001u, 0x0000002au, - 0x000034cdu, 0x00000222u, 0x000500c6u, 0x00000008u, 0x000034d0u, 0x00002f7fu, 0x000034ceu, 0x000200f9u, - 0x000034d1u, 0x000200f8u, 0x000034d1u, 0x000700f5u, 0x00000008u, 0x000076bfu, 0x00002f7fu, 0x000034bfu, - 0x000034d0u, 0x000034c9u, 0x00050082u, 0x00000008u, 0x000034d3u, 0x000034c2u, 0x0000022cu, 0x000500c7u, - 0x00000008u, 0x000034d5u, 0x000076bfu, 0x000034d3u, 0x000200f9u, 0x000034d6u, 0x000200f8u, 0x000034d6u, - 0x000700f5u, 0x00000008u, 0x000076c0u, 0x00002f7fu, 0x000034b5u, 0x000034d5u, 0x000034d1u, 0x0004003du, - 0x00000008u, 0x00002f83u, 0x00002f62u, 0x00050080u, 0x00000008u, 0x00002f84u, 0x00002f83u, 0x0000022cu, - 0x000300f7u, 0x000034f7u, 0x00000000u, 0x000400fau, 0x0000349du, 0x000034e0u, 0x000034f7u, 0x000200f8u, - 0x000034e0u, 0x000500c4u, 0x00000008u, 0x000034e3u, 0x0000022cu, 0x00002de1u, 0x000500c7u, 0x00000008u, - 0x000034e8u, 0x00002f41u, 0x0000025fu, 0x000500abu, 0x00000069u, 0x000034e9u, 0x000034e8u, 0x00000222u, - 0x000300f7u, 0x000034f2u, 0x00000000u, 0x000400fau, 0x000034e9u, 0x000034eau, 0x000034f2u, 0x000200f8u, - 0x000034eau, 0x000500c7u, 0x00000008u, 0x000034edu, 0x00002f84u, 0x000034e3u, 0x00050082u, 0x00000008u, - 0x000034eeu, 0x000034edu, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x000034efu, 0x00000001u, 0x0000002au, - 0x000034eeu, 0x00000222u, 0x000500c6u, 0x00000008u, 0x000034f1u, 0x00002f84u, 0x000034efu, 0x000200f9u, - 0x000034f2u, 0x000200f8u, 0x000034f2u, 0x000700f5u, 0x00000008u, 0x000076c1u, 0x00002f84u, 0x000034e0u, - 0x000034f1u, 0x000034eau, 0x00050082u, 0x00000008u, 0x000034f4u, 0x000034e3u, 0x0000022cu, 0x000500c7u, - 0x00000008u, 0x000034f6u, 0x000076c1u, 0x000034f4u, 0x000200f9u, 0x000034f7u, 0x000200f8u, 0x000034f7u, - 0x000700f5u, 0x00000008u, 0x000076c2u, 0x00002f84u, 0x000034d6u, 0x000034f6u, 0x000034f2u, 0x00050082u, - 0x00000008u, 0x00002f89u, 0x000076c2u, 0x000076beu, 0x0007000cu, 0x00000008u, 0x00002f8au, 0x00000001u, - 0x0000002au, 0x00002f89u, 0x000013eeu, 0x000500c7u, 0x00000008u, 0x00002f8cu, 0x000076beu, 0x00000360u, - 0x00050080u, 0x00000008u, 0x00002f8eu, 0x00002f8cu, 0x00002f8au, 0x0004003du, 0x000000efu, 0x00002f93u, - 0x00002df2u, 0x000500aau, 0x00000881u, 0x00002f94u, 0x00002f93u, 0x000013fau, 0x00050051u, 0x00000069u, - 0x00002f95u, 0x00002f94u, 0x00000000u, 0x00050051u, 0x00000069u, 0x00002f96u, 0x00002f94u, 0x00000001u, - 0x00070050u, 0x000005fdu, 0x00002f97u, 0x00002313u, 0x00002325u, 0x00002f95u, 0x00002f96u, 0x0004009bu, - 0x00000069u, 0x00002f98u, 0x00002f97u, 0x000600a9u, 0x00000008u, 0x0000b5cau, 0x00002f98u, 0x00000222u, - 0x00002f71u, 0x00040071u, 0x00000006u, 0x00002f9eu, 0x00002dd7u, 0x0004007cu, 0x00000008u, 0x00002f9fu, - 0x00002f9eu, 0x000500aau, 0x00000069u, 0x00002fa0u, 0x00002f9fu, 0x0000022cu, 0x000500afu, 0x00000069u, - 0x00002fa2u, 0x0000b5cau, 0x0000115cu, 0x000300f7u, 0x00002fabu, 0x00000000u, 0x000400fau, 0x00002fa2u, - 0x00002fa3u, 0x00002fa7u, 0x000200f8u, 0x00002fa7u, 0x00050050u, 0x000000efu, 0x00002faau, 0x000076bcu, - 0x00002f8cu, 0x000200f9u, 0x00002fabu, 0x000200f8u, 0x00002fa3u, 0x00050050u, 0x000000efu, 0x00002fa6u, - 0x000076c0u, 0x00002f8eu, 0x000200f9u, 0x00002fabu, 0x000200f8u, 0x00002fabu, 0x000700f5u, 0x000000efu, - 0x000076d1u, 0x00002fa6u, 0x00002fa3u, 0x00002faau, 0x00002fa7u, 0x000500c7u, 0x00000008u, 0x00002faeu, - 0x000076bcu, 0x0000022cu, 0x000500c4u, 0x00000008u, 0x00002fafu, 0x00002faeu, 0x00000235u, 0x0004003du, - 0x00000008u, 0x00002fb1u, 0x00002f6du, 0x000500c3u, 0x00000008u, 0x00002fb2u, 0x00002fb1u, 0x0000022cu, - 0x000500c5u, 0x00000008u, 0x00002fb3u, 0x00002fafu, 0x00002fb2u, 0x000300f7u, 0x0000327cu, 0x00000000u, - 0x000400fau, 0x000022e3u, 0x00002fb5u, 0x00003056u, 0x000200f8u, 0x00003056u, 0x000300f7u, 0x0000327bu, - 0x00000000u, 0x000d00fbu, 0x00002f9fu, 0x0000327bu, 0x00000000u, 0x0000305bu, 0x00000001u, 0x000030e5u, - 0x00000002u, 0x00003113u, 0x00000003u, 0x00003188u, 0x00000004u, 0x00003212u, 0x000200f8u, 0x00003212u, - 0x00040071u, 0x00000006u, 0x00003215u, 0x00002dd9u, 0x0004007cu, 0x00000008u, 0x00003216u, 0x00003215u, - 0x000300f7u, 0x0000327au, 0x00000000u, 0x000700fbu, 0x00003216u, 0x00003217u, 0x00000000u, 0x00003238u, - 0x00000001u, 0x00003259u, 0x000200f8u, 0x00003259u, 0x0004007cu, 0x000000b0u, 0x0000325bu, 0x000076d1u, - 0x0003003eu, 0x00002f00u, 0x0000325bu, 0x00050041u, 0x00000007u, 0x0000464eu, 0x00002f00u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x0000464fu, 0x0000464eu, 0x00050084u, 0x00000006u, 0x00004650u, 0x00002dd5u, - 0x0000464fu, 0x00050080u, 0x00000006u, 0x00004651u, 0x00002dd3u, 0x00004650u, 0x00050041u, 0x00000007u, - 0x00004652u, 0x00002f00u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004653u, 0x00004652u, 0x00050080u, - 0x00000006u, 0x00004655u, 0x00004651u, 0x00004653u, 0x000500c7u, 0x00000006u, 0x00004657u, 0x00004655u, - 0x00000e72u, 0x0004003du, 0x00000006u, 0x0000465au, 0x0000464eu, 0x000500c7u, 0x00000006u, 0x0000465bu, - 0x0000465au, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000465cu, 0x0000465bu, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x0000465eu, 0x00004657u, 0x0000465cu, 0x000500c6u, 0x00000006u, 0x00004660u, 0x0000465eu, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00004663u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00004660u, 0x0004003du, 0x0000000fu, 0x00004664u, 0x00004663u, 0x00040071u, 0x00000006u, 0x00004665u, - 0x00004664u, 0x00040071u, 0x00000011u, 0x00004667u, 0x00004665u, 0x0004007cu, 0x00000012u, 0x00004668u, - 0x00004667u, 0x00070050u, 0x00000013u, 0x00004669u, 0x00004668u, 0x00004668u, 0x00004668u, 0x00004668u, - 0x000300f7u, 0x0000326fu, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00003260u, 0x0000326fu, 0x000200f8u, - 0x00003260u, 0x00050050u, 0x000000efu, 0x00003263u, 0x000076c0u, 0x00002f8cu, 0x0004007cu, 0x000000b0u, - 0x00003264u, 0x00003263u, 0x0003003eu, 0x00002f03u, 0x00003264u, 0x00050041u, 0x00000007u, 0x00004673u, - 0x00002f03u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004674u, 0x00004673u, 0x00050084u, 0x00000006u, - 0x00004675u, 0x00002dd5u, 0x00004674u, 0x00050080u, 0x00000006u, 0x00004676u, 0x00002dd3u, 0x00004675u, - 0x00050041u, 0x00000007u, 0x00004677u, 0x00002f03u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004678u, - 0x00004677u, 0x00050080u, 0x00000006u, 0x0000467au, 0x00004676u, 0x00004678u, 0x000500c7u, 0x00000006u, - 0x0000467cu, 0x0000467au, 0x00000e72u, 0x0004003du, 0x00000006u, 0x0000467fu, 0x00004673u, 0x000500c7u, - 0x00000006u, 0x00004680u, 0x0000467fu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004681u, 0x00004680u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00004683u, 0x0000467cu, 0x00004681u, 0x000500c6u, 0x00000006u, - 0x00004685u, 0x00004683u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004688u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x00004685u, 0x0004003du, 0x0000000fu, 0x00004689u, 0x00004688u, 0x00040071u, - 0x00000006u, 0x0000468au, 0x00004689u, 0x00040071u, 0x00000011u, 0x0000468cu, 0x0000468au, 0x0004007cu, - 0x00000012u, 0x0000468du, 0x0000468cu, 0x00070050u, 0x00000013u, 0x0000468eu, 0x0000468du, 0x0000468du, - 0x0000468du, 0x0000468du, 0x00050050u, 0x000000efu, 0x0000326au, 0x000076bcu, 0x00002f8eu, 0x0004007cu, - 0x000000b0u, 0x0000326bu, 0x0000326au, 0x0003003eu, 0x00002f06u, 0x0000326bu, 0x00050041u, 0x00000007u, - 0x00004698u, 0x00002f06u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004699u, 0x00004698u, 0x00050084u, - 0x00000006u, 0x0000469au, 0x00002dd5u, 0x00004699u, 0x00050080u, 0x00000006u, 0x0000469bu, 0x00002dd3u, - 0x0000469au, 0x00050041u, 0x00000007u, 0x0000469cu, 0x00002f06u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000469du, 0x0000469cu, 0x00050080u, 0x00000006u, 0x0000469fu, 0x0000469bu, 0x0000469du, 0x000500c7u, - 0x00000006u, 0x000046a1u, 0x0000469fu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000046a4u, 0x00004698u, - 0x000500c7u, 0x00000006u, 0x000046a5u, 0x000046a4u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000046a6u, - 0x000046a5u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000046a8u, 0x000046a1u, 0x000046a6u, 0x000500c6u, - 0x00000006u, 0x000046aau, 0x000046a8u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000046adu, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x000046aau, 0x0004003du, 0x0000000fu, 0x000046aeu, 0x000046adu, - 0x00040071u, 0x00000006u, 0x000046afu, 0x000046aeu, 0x00040071u, 0x00000011u, 0x000046b1u, 0x000046afu, - 0x0004007cu, 0x00000012u, 0x000046b2u, 0x000046b1u, 0x00070050u, 0x00000013u, 0x000046b3u, 0x000046b2u, - 0x000046b2u, 0x000046b2u, 0x000046b2u, 0x000200f9u, 0x0000326fu, 0x000200f8u, 0x0000326fu, 0x000700f5u, - 0x00000013u, 0x00007893u, 0x00007835u, 0x00003259u, 0x000046b3u, 0x00003260u, 0x000700f5u, 0x00000013u, - 0x00007817u, 0x000077b6u, 0x00003259u, 0x0000468eu, 0x00003260u, 0x000300f7u, 0x00003279u, 0x00000000u, - 0x000400fau, 0x00002f98u, 0x00003271u, 0x00003279u, 0x000200f8u, 0x00003271u, 0x00050050u, 0x000000efu, - 0x00003274u, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003275u, 0x00003274u, 0x0003003eu, - 0x00002f09u, 0x00003275u, 0x00050041u, 0x00000007u, 0x000046bdu, 0x00002f09u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000046beu, 0x000046bdu, 0x00050084u, 0x00000006u, 0x000046bfu, 0x00002dd5u, 0x000046beu, - 0x00050080u, 0x00000006u, 0x000046c0u, 0x00002dd3u, 0x000046bfu, 0x00050041u, 0x00000007u, 0x000046c1u, - 0x00002f09u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000046c2u, 0x000046c1u, 0x00050080u, 0x00000006u, - 0x000046c4u, 0x000046c0u, 0x000046c2u, 0x000500c7u, 0x00000006u, 0x000046c6u, 0x000046c4u, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x000046c9u, 0x000046bdu, 0x000500c7u, 0x00000006u, 0x000046cau, 0x000046c9u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000046cbu, 0x000046cau, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x000046cdu, 0x000046c6u, 0x000046cbu, 0x000500c6u, 0x00000006u, 0x000046cfu, 0x000046cdu, 0x00000466u, - 0x00080041u, 0x00000673u, 0x000046d2u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000046cfu, - 0x0004003du, 0x0000000fu, 0x000046d3u, 0x000046d2u, 0x00040071u, 0x00000006u, 0x000046d4u, 0x000046d3u, - 0x00040071u, 0x00000011u, 0x000046d6u, 0x000046d4u, 0x0004007cu, 0x00000012u, 0x000046d7u, 0x000046d6u, - 0x00070050u, 0x00000013u, 0x000046d8u, 0x000046d7u, 0x000046d7u, 0x000046d7u, 0x000046d7u, 0x000200f9u, - 0x00003279u, 0x000200f8u, 0x00003279u, 0x000700f5u, 0x00000013u, 0x0000790fu, 0x000078afu, 0x0000326fu, - 0x000046d8u, 0x00003271u, 0x000200f9u, 0x0000327au, 0x000200f8u, 0x00003238u, 0x0004007cu, 0x000000b0u, - 0x0000323au, 0x000076d1u, 0x0003003eu, 0x00002ef4u, 0x0000323au, 0x00050041u, 0x00000007u, 0x0000457fu, - 0x00002ef4u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004580u, 0x0000457fu, 0x00050084u, 0x00000006u, - 0x00004581u, 0x00002dd5u, 0x00004580u, 0x00050080u, 0x00000006u, 0x00004582u, 0x00002dd3u, 0x00004581u, - 0x00050041u, 0x00000007u, 0x00004583u, 0x00002ef4u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004584u, - 0x00004583u, 0x000500c2u, 0x00000006u, 0x00004585u, 0x00004584u, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x00004587u, 0x00004582u, 0x00004585u, 0x000500c7u, 0x00000006u, 0x00004589u, 0x00004587u, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x0000458bu, 0x00004583u, 0x000400c8u, 0x00000006u, 0x0000458cu, 0x0000458bu, - 0x000500c7u, 0x00000006u, 0x0000458du, 0x0000458cu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000458eu, - 0x0000458du, 0x00000706u, 0x0004003du, 0x00000006u, 0x00004591u, 0x0000457fu, 0x000500c7u, 0x00000006u, - 0x00004592u, 0x00004591u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004593u, 0x00004592u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00004595u, 0x00004589u, 0x00004593u, 0x000500c6u, 0x00000006u, 0x00004597u, - 0x00004595u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000459au, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00004597u, 0x0004003du, 0x0000000fu, 0x0000459bu, 0x0000459au, 0x00040071u, 0x00000006u, - 0x0000459cu, 0x0000459bu, 0x000500c2u, 0x00000006u, 0x0000459fu, 0x0000459cu, 0x0000458eu, 0x000500c7u, - 0x00000006u, 0x000045a0u, 0x0000459fu, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x000045a2u, 0x000045a0u, - 0x00000235u, 0x000500c5u, 0x00000006u, 0x000045a4u, 0x000045a0u, 0x000045a2u, 0x00040071u, 0x00000011u, - 0x000045a6u, 0x000045a4u, 0x0004007cu, 0x00000012u, 0x000045a7u, 0x000045a6u, 0x00070050u, 0x00000013u, - 0x000045a8u, 0x000045a7u, 0x000045a7u, 0x000045a7u, 0x000045a7u, 0x000300f7u, 0x0000324eu, 0x00000000u, - 0x000400fau, 0x000022e9u, 0x0000323fu, 0x0000324eu, 0x000200f8u, 0x0000323fu, 0x00050050u, 0x000000efu, - 0x00003242u, 0x000076c0u, 0x00002f8cu, 0x0004007cu, 0x000000b0u, 0x00003243u, 0x00003242u, 0x0003003eu, - 0x00002ef7u, 0x00003243u, 0x00050041u, 0x00000007u, 0x000045b3u, 0x00002ef7u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000045b4u, 0x000045b3u, 0x00050084u, 0x00000006u, 0x000045b5u, 0x00002dd5u, 0x000045b4u, - 0x00050080u, 0x00000006u, 0x000045b6u, 0x00002dd3u, 0x000045b5u, 0x00050041u, 0x00000007u, 0x000045b7u, - 0x00002ef7u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000045b8u, 0x000045b7u, 0x000500c2u, 0x00000006u, - 0x000045b9u, 0x000045b8u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000045bbu, 0x000045b6u, 0x000045b9u, - 0x000500c7u, 0x00000006u, 0x000045bdu, 0x000045bbu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000045bfu, - 0x000045b7u, 0x000400c8u, 0x00000006u, 0x000045c0u, 0x000045bfu, 0x000500c7u, 0x00000006u, 0x000045c1u, - 0x000045c0u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000045c2u, 0x000045c1u, 0x00000706u, 0x0004003du, - 0x00000006u, 0x000045c5u, 0x000045b3u, 0x000500c7u, 0x00000006u, 0x000045c6u, 0x000045c5u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x000045c7u, 0x000045c6u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000045c9u, - 0x000045bdu, 0x000045c7u, 0x000500c6u, 0x00000006u, 0x000045cbu, 0x000045c9u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x000045ceu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000045cbu, 0x0004003du, - 0x0000000fu, 0x000045cfu, 0x000045ceu, 0x00040071u, 0x00000006u, 0x000045d0u, 0x000045cfu, 0x000500c2u, - 0x00000006u, 0x000045d3u, 0x000045d0u, 0x000045c2u, 0x000500c7u, 0x00000006u, 0x000045d4u, 0x000045d3u, - 0x00000e95u, 0x000500c4u, 0x00000006u, 0x000045d6u, 0x000045d4u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x000045d8u, 0x000045d4u, 0x000045d6u, 0x00040071u, 0x00000011u, 0x000045dau, 0x000045d8u, 0x0004007cu, - 0x00000012u, 0x000045dbu, 0x000045dau, 0x00070050u, 0x00000013u, 0x000045dcu, 0x000045dbu, 0x000045dbu, - 0x000045dbu, 0x000045dbu, 0x00050050u, 0x000000efu, 0x00003249u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, - 0x000000b0u, 0x0000324au, 0x00003249u, 0x0003003eu, 0x00002efau, 0x0000324au, 0x00050041u, 0x00000007u, - 0x000045e7u, 0x00002efau, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000045e8u, 0x000045e7u, 0x00050084u, - 0x00000006u, 0x000045e9u, 0x00002dd5u, 0x000045e8u, 0x00050080u, 0x00000006u, 0x000045eau, 0x00002dd3u, - 0x000045e9u, 0x00050041u, 0x00000007u, 0x000045ebu, 0x00002efau, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x000045ecu, 0x000045ebu, 0x000500c2u, 0x00000006u, 0x000045edu, 0x000045ecu, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x000045efu, 0x000045eau, 0x000045edu, 0x000500c7u, 0x00000006u, 0x000045f1u, 0x000045efu, - 0x00000e72u, 0x0004003du, 0x00000006u, 0x000045f3u, 0x000045ebu, 0x000400c8u, 0x00000006u, 0x000045f4u, - 0x000045f3u, 0x000500c7u, 0x00000006u, 0x000045f5u, 0x000045f4u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x000045f6u, 0x000045f5u, 0x00000706u, 0x0004003du, 0x00000006u, 0x000045f9u, 0x000045e7u, 0x000500c7u, - 0x00000006u, 0x000045fau, 0x000045f9u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000045fbu, 0x000045fau, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000045fdu, 0x000045f1u, 0x000045fbu, 0x000500c6u, 0x00000006u, - 0x000045ffu, 0x000045fdu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004602u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x000045ffu, 0x0004003du, 0x0000000fu, 0x00004603u, 0x00004602u, 0x00040071u, - 0x00000006u, 0x00004604u, 0x00004603u, 0x000500c2u, 0x00000006u, 0x00004607u, 0x00004604u, 0x000045f6u, - 0x000500c7u, 0x00000006u, 0x00004608u, 0x00004607u, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x0000460au, - 0x00004608u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x0000460cu, 0x00004608u, 0x0000460au, 0x00040071u, - 0x00000011u, 0x0000460eu, 0x0000460cu, 0x0004007cu, 0x00000012u, 0x0000460fu, 0x0000460eu, 0x00070050u, - 0x00000013u, 0x00004610u, 0x0000460fu, 0x0000460fu, 0x0000460fu, 0x0000460fu, 0x000200f9u, 0x0000324eu, - 0x000200f8u, 0x0000324eu, 0x000700f5u, 0x00000013u, 0x00007891u, 0x00007835u, 0x00003238u, 0x00004610u, - 0x0000323fu, 0x000700f5u, 0x00000013u, 0x00007815u, 0x000077b6u, 0x00003238u, 0x000045dcu, 0x0000323fu, - 0x000300f7u, 0x00003258u, 0x00000000u, 0x000400fau, 0x00002f98u, 0x00003250u, 0x00003258u, 0x000200f8u, - 0x00003250u, 0x00050050u, 0x000000efu, 0x00003253u, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, - 0x00003254u, 0x00003253u, 0x0003003eu, 0x00002efdu, 0x00003254u, 0x00050041u, 0x00000007u, 0x0000461bu, - 0x00002efdu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000461cu, 0x0000461bu, 0x00050084u, 0x00000006u, - 0x0000461du, 0x00002dd5u, 0x0000461cu, 0x00050080u, 0x00000006u, 0x0000461eu, 0x00002dd3u, 0x0000461du, - 0x00050041u, 0x00000007u, 0x0000461fu, 0x00002efdu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004620u, - 0x0000461fu, 0x000500c2u, 0x00000006u, 0x00004621u, 0x00004620u, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x00004623u, 0x0000461eu, 0x00004621u, 0x000500c7u, 0x00000006u, 0x00004625u, 0x00004623u, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x00004627u, 0x0000461fu, 0x000400c8u, 0x00000006u, 0x00004628u, 0x00004627u, - 0x000500c7u, 0x00000006u, 0x00004629u, 0x00004628u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000462au, - 0x00004629u, 0x00000706u, 0x0004003du, 0x00000006u, 0x0000462du, 0x0000461bu, 0x000500c7u, 0x00000006u, - 0x0000462eu, 0x0000462du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000462fu, 0x0000462eu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00004631u, 0x00004625u, 0x0000462fu, 0x000500c6u, 0x00000006u, 0x00004633u, - 0x00004631u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004636u, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00004633u, 0x0004003du, 0x0000000fu, 0x00004637u, 0x00004636u, 0x00040071u, 0x00000006u, - 0x00004638u, 0x00004637u, 0x000500c2u, 0x00000006u, 0x0000463bu, 0x00004638u, 0x0000462au, 0x000500c7u, - 0x00000006u, 0x0000463cu, 0x0000463bu, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x0000463eu, 0x0000463cu, - 0x00000235u, 0x000500c5u, 0x00000006u, 0x00004640u, 0x0000463cu, 0x0000463eu, 0x00040071u, 0x00000011u, - 0x00004642u, 0x00004640u, 0x0004007cu, 0x00000012u, 0x00004643u, 0x00004642u, 0x00070050u, 0x00000013u, - 0x00004644u, 0x00004643u, 0x00004643u, 0x00004643u, 0x00004643u, 0x000200f9u, 0x00003258u, 0x000200f8u, - 0x00003258u, 0x000700f5u, 0x00000013u, 0x0000790du, 0x000078afu, 0x0000324eu, 0x00004644u, 0x00003250u, - 0x000200f9u, 0x0000327au, 0x000200f8u, 0x00003217u, 0x0004007cu, 0x000000b0u, 0x00003219u, 0x000076d1u, - 0x0003003eu, 0x00002f0cu, 0x00003219u, 0x00050041u, 0x00000007u, 0x000044cau, 0x00002f0cu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x000044cbu, 0x000044cau, 0x00050084u, 0x00000006u, 0x000044ccu, 0x00002dd5u, - 0x000044cbu, 0x00050080u, 0x00000006u, 0x000044cdu, 0x00002dd3u, 0x000044ccu, 0x00050041u, 0x00000007u, - 0x000044ceu, 0x00002f0cu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000044cfu, 0x000044ceu, 0x00050084u, - 0x00000006u, 0x000044d0u, 0x000044cfu, 0x00000388u, 0x00050080u, 0x00000006u, 0x000044d2u, 0x000044cdu, - 0x000044d0u, 0x000500c7u, 0x00000006u, 0x000044d4u, 0x000044d2u, 0x00000e72u, 0x000500c2u, 0x00000006u, - 0x000044d6u, 0x000044d4u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000044d8u, 0x000044cau, 0x000500c7u, - 0x00000006u, 0x000044d9u, 0x000044d8u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000044dau, 0x000044d9u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000044dcu, 0x000044d6u, 0x000044dau, 0x000500c6u, 0x00000006u, - 0x000044deu, 0x000044dcu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000044e1u, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x000044deu, 0x0004003du, 0x00000011u, 0x000044e2u, 0x000044e1u, 0x00040071u, - 0x00000006u, 0x000044e3u, 0x000044e2u, 0x000500c2u, 0x00000006u, 0x000044e5u, 0x000044e3u, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x000044e6u, 0x000044e5u, 0x0004007cu, 0x00000012u, 0x000044e7u, 0x000044e6u, - 0x000500c7u, 0x00000006u, 0x000044e9u, 0x000044e3u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000044eau, - 0x000044e9u, 0x0004007cu, 0x00000012u, 0x000044ebu, 0x000044eau, 0x00050050u, 0x000001aeu, 0x000044ecu, - 0x000044e7u, 0x000044ebu, 0x0009004fu, 0x00000013u, 0x000044edu, 0x000044ecu, 0x000044ecu, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x0000322du, 0x00000000u, 0x000400fau, 0x000022e9u, - 0x0000321eu, 0x0000322du, 0x000200f8u, 0x0000321eu, 0x00050050u, 0x000000efu, 0x00003221u, 0x000076c0u, - 0x00002f8cu, 0x0004007cu, 0x000000b0u, 0x00003222u, 0x00003221u, 0x0003003eu, 0x00002f0fu, 0x00003222u, - 0x00050041u, 0x00000007u, 0x000044f7u, 0x00002f0fu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000044f8u, - 0x000044f7u, 0x00050084u, 0x00000006u, 0x000044f9u, 0x00002dd5u, 0x000044f8u, 0x00050080u, 0x00000006u, - 0x000044fau, 0x00002dd3u, 0x000044f9u, 0x00050041u, 0x00000007u, 0x000044fbu, 0x00002f0fu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000044fcu, 0x000044fbu, 0x00050084u, 0x00000006u, 0x000044fdu, 0x000044fcu, - 0x00000388u, 0x00050080u, 0x00000006u, 0x000044ffu, 0x000044fau, 0x000044fdu, 0x000500c7u, 0x00000006u, - 0x00004501u, 0x000044ffu, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00004503u, 0x00004501u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00004505u, 0x000044f7u, 0x000500c7u, 0x00000006u, 0x00004506u, 0x00004505u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004507u, 0x00004506u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00004509u, 0x00004503u, 0x00004507u, 0x000500c6u, 0x00000006u, 0x0000450bu, 0x00004509u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x0000450eu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000450bu, - 0x0004003du, 0x00000011u, 0x0000450fu, 0x0000450eu, 0x00040071u, 0x00000006u, 0x00004510u, 0x0000450fu, - 0x000500c2u, 0x00000006u, 0x00004512u, 0x00004510u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00004513u, - 0x00004512u, 0x0004007cu, 0x00000012u, 0x00004514u, 0x00004513u, 0x000500c7u, 0x00000006u, 0x00004516u, - 0x00004510u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004517u, 0x00004516u, 0x0004007cu, 0x00000012u, - 0x00004518u, 0x00004517u, 0x00050050u, 0x000001aeu, 0x00004519u, 0x00004514u, 0x00004518u, 0x0009004fu, - 0x00000013u, 0x0000451au, 0x00004519u, 0x00004519u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x00050050u, 0x000000efu, 0x00003228u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003229u, - 0x00003228u, 0x0003003eu, 0x00002f12u, 0x00003229u, 0x00050041u, 0x00000007u, 0x00004524u, 0x00002f12u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004525u, 0x00004524u, 0x00050084u, 0x00000006u, 0x00004526u, - 0x00002dd5u, 0x00004525u, 0x00050080u, 0x00000006u, 0x00004527u, 0x00002dd3u, 0x00004526u, 0x00050041u, - 0x00000007u, 0x00004528u, 0x00002f12u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004529u, 0x00004528u, - 0x00050084u, 0x00000006u, 0x0000452au, 0x00004529u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000452cu, - 0x00004527u, 0x0000452au, 0x000500c7u, 0x00000006u, 0x0000452eu, 0x0000452cu, 0x00000e72u, 0x000500c2u, - 0x00000006u, 0x00004530u, 0x0000452eu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00004532u, 0x00004524u, - 0x000500c7u, 0x00000006u, 0x00004533u, 0x00004532u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004534u, - 0x00004533u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00004536u, 0x00004530u, 0x00004534u, 0x000500c6u, - 0x00000006u, 0x00004538u, 0x00004536u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000453bu, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00004538u, 0x0004003du, 0x00000011u, 0x0000453cu, 0x0000453bu, - 0x00040071u, 0x00000006u, 0x0000453du, 0x0000453cu, 0x000500c2u, 0x00000006u, 0x0000453fu, 0x0000453du, - 0x0000025fu, 0x00040071u, 0x00000011u, 0x00004540u, 0x0000453fu, 0x0004007cu, 0x00000012u, 0x00004541u, - 0x00004540u, 0x000500c7u, 0x00000006u, 0x00004543u, 0x0000453du, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00004544u, 0x00004543u, 0x0004007cu, 0x00000012u, 0x00004545u, 0x00004544u, 0x00050050u, 0x000001aeu, - 0x00004546u, 0x00004541u, 0x00004545u, 0x0009004fu, 0x00000013u, 0x00004547u, 0x00004546u, 0x00004546u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000322du, 0x000200f8u, 0x0000322du, - 0x000700f5u, 0x00000013u, 0x0000788fu, 0x00007835u, 0x00003217u, 0x00004547u, 0x0000321eu, 0x000700f5u, - 0x00000013u, 0x00007813u, 0x000077b6u, 0x00003217u, 0x0000451au, 0x0000321eu, 0x000300f7u, 0x00003237u, - 0x00000000u, 0x000400fau, 0x00002f98u, 0x0000322fu, 0x00003237u, 0x000200f8u, 0x0000322fu, 0x00050050u, - 0x000000efu, 0x00003232u, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003233u, 0x00003232u, - 0x0003003eu, 0x00002f15u, 0x00003233u, 0x00050041u, 0x00000007u, 0x00004551u, 0x00002f15u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00004552u, 0x00004551u, 0x00050084u, 0x00000006u, 0x00004553u, 0x00002dd5u, - 0x00004552u, 0x00050080u, 0x00000006u, 0x00004554u, 0x00002dd3u, 0x00004553u, 0x00050041u, 0x00000007u, - 0x00004555u, 0x00002f15u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004556u, 0x00004555u, 0x00050084u, - 0x00000006u, 0x00004557u, 0x00004556u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00004559u, 0x00004554u, - 0x00004557u, 0x000500c7u, 0x00000006u, 0x0000455bu, 0x00004559u, 0x00000e72u, 0x000500c2u, 0x00000006u, - 0x0000455du, 0x0000455bu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000455fu, 0x00004551u, 0x000500c7u, - 0x00000006u, 0x00004560u, 0x0000455fu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004561u, 0x00004560u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00004563u, 0x0000455du, 0x00004561u, 0x000500c6u, 0x00000006u, - 0x00004565u, 0x00004563u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00004568u, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x00004565u, 0x0004003du, 0x00000011u, 0x00004569u, 0x00004568u, 0x00040071u, - 0x00000006u, 0x0000456au, 0x00004569u, 0x000500c2u, 0x00000006u, 0x0000456cu, 0x0000456au, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x0000456du, 0x0000456cu, 0x0004007cu, 0x00000012u, 0x0000456eu, 0x0000456du, - 0x000500c7u, 0x00000006u, 0x00004570u, 0x0000456au, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004571u, - 0x00004570u, 0x0004007cu, 0x00000012u, 0x00004572u, 0x00004571u, 0x00050050u, 0x000001aeu, 0x00004573u, - 0x0000456eu, 0x00004572u, 0x0009004fu, 0x00000013u, 0x00004574u, 0x00004573u, 0x00004573u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003237u, 0x000200f8u, 0x00003237u, 0x000700f5u, - 0x00000013u, 0x0000790bu, 0x000078afu, 0x0000322du, 0x00004574u, 0x0000322fu, 0x000200f9u, 0x0000327au, - 0x000200f8u, 0x0000327au, 0x000900f5u, 0x00000013u, 0x0000790au, 0x0000790bu, 0x00003237u, 0x0000790du, - 0x00003258u, 0x0000790fu, 0x00003279u, 0x000900f5u, 0x00000013u, 0x0000788du, 0x0000788fu, 0x00003237u, - 0x00007891u, 0x00003258u, 0x00007893u, 0x00003279u, 0x000900f5u, 0x00000013u, 0x00007811u, 0x00007813u, - 0x00003237u, 0x00007815u, 0x00003258u, 0x00007817u, 0x00003279u, 0x000900f5u, 0x00000013u, 0x0000775bu, - 0x000044edu, 0x00003237u, 0x000045a8u, 0x00003258u, 0x00004669u, 0x00003279u, 0x000200f9u, 0x0000327bu, - 0x000200f8u, 0x00003188u, 0x00040071u, 0x00000006u, 0x0000318bu, 0x00002dd9u, 0x0004007cu, 0x00000008u, - 0x0000318cu, 0x0000318bu, 0x000300f7u, 0x00003211u, 0x00000000u, 0x000b00fbu, 0x0000318cu, 0x00003211u, - 0x00000000u, 0x0000318du, 0x00000001u, 0x000031aeu, 0x00000002u, 0x000031cfu, 0x00000003u, 0x000031f0u, - 0x000200f8u, 0x000031f0u, 0x0004007cu, 0x000000b0u, 0x000031f2u, 0x000076d1u, 0x0003003eu, 0x00002ee8u, - 0x000031f2u, 0x00050041u, 0x00000007u, 0x00004416u, 0x00002ee8u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00004417u, 0x00004416u, 0x00050084u, 0x00000006u, 0x00004418u, 0x00002dd5u, 0x00004417u, 0x00050080u, - 0x00000006u, 0x00004419u, 0x00002dd3u, 0x00004418u, 0x00050041u, 0x00000007u, 0x0000441au, 0x00002ee8u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000441bu, 0x0000441au, 0x00050084u, 0x00000006u, 0x0000441cu, - 0x0000441bu, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000441eu, 0x00004419u, 0x0000441cu, 0x000500c7u, - 0x00000006u, 0x00004420u, 0x0000441eu, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00004422u, 0x00004420u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00004424u, 0x00004416u, 0x000500c7u, 0x00000006u, 0x00004425u, - 0x00004424u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004426u, 0x00004425u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00004428u, 0x00004422u, 0x00004426u, 0x000500c6u, 0x00000006u, 0x0000442au, 0x00004428u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000442du, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x0000442au, 0x0004003du, 0x00000011u, 0x0000442eu, 0x0000442du, 0x00040071u, 0x00000006u, 0x0000442fu, - 0x0000442eu, 0x000500c2u, 0x00000006u, 0x00004431u, 0x0000442fu, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00004432u, 0x00004431u, 0x0004007cu, 0x00000012u, 0x00004433u, 0x00004432u, 0x000500c7u, 0x00000006u, - 0x00004435u, 0x0000442fu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004436u, 0x00004435u, 0x0004007cu, - 0x00000012u, 0x00004437u, 0x00004436u, 0x00050050u, 0x000001aeu, 0x00004438u, 0x00004433u, 0x00004437u, - 0x0009004fu, 0x00000013u, 0x00004439u, 0x00004438u, 0x00004438u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000300f7u, 0x00003206u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x000031f7u, 0x00003206u, - 0x000200f8u, 0x000031f7u, 0x00050050u, 0x000000efu, 0x000031fau, 0x000076c0u, 0x00002f8cu, 0x0004007cu, - 0x000000b0u, 0x000031fbu, 0x000031fau, 0x0003003eu, 0x00002eebu, 0x000031fbu, 0x00050041u, 0x00000007u, - 0x00004443u, 0x00002eebu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004444u, 0x00004443u, 0x00050084u, - 0x00000006u, 0x00004445u, 0x00002dd5u, 0x00004444u, 0x00050080u, 0x00000006u, 0x00004446u, 0x00002dd3u, - 0x00004445u, 0x00050041u, 0x00000007u, 0x00004447u, 0x00002eebu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00004448u, 0x00004447u, 0x00050084u, 0x00000006u, 0x00004449u, 0x00004448u, 0x00000388u, 0x00050080u, - 0x00000006u, 0x0000444bu, 0x00004446u, 0x00004449u, 0x000500c7u, 0x00000006u, 0x0000444du, 0x0000444bu, - 0x00000e72u, 0x000500c2u, 0x00000006u, 0x0000444fu, 0x0000444du, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00004451u, 0x00004443u, 0x000500c7u, 0x00000006u, 0x00004452u, 0x00004451u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00004453u, 0x00004452u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00004455u, 0x0000444fu, - 0x00004453u, 0x000500c6u, 0x00000006u, 0x00004457u, 0x00004455u, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x0000445au, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00004457u, 0x0004003du, 0x00000011u, - 0x0000445bu, 0x0000445au, 0x00040071u, 0x00000006u, 0x0000445cu, 0x0000445bu, 0x000500c2u, 0x00000006u, - 0x0000445eu, 0x0000445cu, 0x0000025fu, 0x00040071u, 0x00000011u, 0x0000445fu, 0x0000445eu, 0x0004007cu, - 0x00000012u, 0x00004460u, 0x0000445fu, 0x000500c7u, 0x00000006u, 0x00004462u, 0x0000445cu, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00004463u, 0x00004462u, 0x0004007cu, 0x00000012u, 0x00004464u, 0x00004463u, - 0x00050050u, 0x000001aeu, 0x00004465u, 0x00004460u, 0x00004464u, 0x0009004fu, 0x00000013u, 0x00004466u, - 0x00004465u, 0x00004465u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x000000efu, - 0x00003201u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003202u, 0x00003201u, 0x0003003eu, - 0x00002eeeu, 0x00003202u, 0x00050041u, 0x00000007u, 0x00004470u, 0x00002eeeu, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00004471u, 0x00004470u, 0x00050084u, 0x00000006u, 0x00004472u, 0x00002dd5u, 0x00004471u, - 0x00050080u, 0x00000006u, 0x00004473u, 0x00002dd3u, 0x00004472u, 0x00050041u, 0x00000007u, 0x00004474u, - 0x00002eeeu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004475u, 0x00004474u, 0x00050084u, 0x00000006u, - 0x00004476u, 0x00004475u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00004478u, 0x00004473u, 0x00004476u, - 0x000500c7u, 0x00000006u, 0x0000447au, 0x00004478u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x0000447cu, - 0x0000447au, 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000447eu, 0x00004470u, 0x000500c7u, 0x00000006u, - 0x0000447fu, 0x0000447eu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004480u, 0x0000447fu, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00004482u, 0x0000447cu, 0x00004480u, 0x000500c6u, 0x00000006u, 0x00004484u, - 0x00004482u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00004487u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00004484u, 0x0004003du, 0x00000011u, 0x00004488u, 0x00004487u, 0x00040071u, 0x00000006u, - 0x00004489u, 0x00004488u, 0x000500c2u, 0x00000006u, 0x0000448bu, 0x00004489u, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x0000448cu, 0x0000448bu, 0x0004007cu, 0x00000012u, 0x0000448du, 0x0000448cu, 0x000500c7u, - 0x00000006u, 0x0000448fu, 0x00004489u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004490u, 0x0000448fu, - 0x0004007cu, 0x00000012u, 0x00004491u, 0x00004490u, 0x00050050u, 0x000001aeu, 0x00004492u, 0x0000448du, - 0x00004491u, 0x0009004fu, 0x00000013u, 0x00004493u, 0x00004492u, 0x00004492u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003206u, 0x000200f8u, 0x00003206u, 0x000700f5u, 0x00000013u, - 0x0000788cu, 0x00007835u, 0x000031f0u, 0x00004493u, 0x000031f7u, 0x000700f5u, 0x00000013u, 0x00007810u, - 0x000077b6u, 0x000031f0u, 0x00004466u, 0x000031f7u, 0x000300f7u, 0x00003210u, 0x00000000u, 0x000400fau, - 0x00002f98u, 0x00003208u, 0x00003210u, 0x000200f8u, 0x00003208u, 0x00050050u, 0x000000efu, 0x0000320bu, - 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x0000320cu, 0x0000320bu, 0x0003003eu, 0x00002ef1u, - 0x0000320cu, 0x00050041u, 0x00000007u, 0x0000449du, 0x00002ef1u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x0000449eu, 0x0000449du, 0x00050084u, 0x00000006u, 0x0000449fu, 0x00002dd5u, 0x0000449eu, 0x00050080u, - 0x00000006u, 0x000044a0u, 0x00002dd3u, 0x0000449fu, 0x00050041u, 0x00000007u, 0x000044a1u, 0x00002ef1u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000044a2u, 0x000044a1u, 0x00050084u, 0x00000006u, 0x000044a3u, - 0x000044a2u, 0x00000388u, 0x00050080u, 0x00000006u, 0x000044a5u, 0x000044a0u, 0x000044a3u, 0x000500c7u, - 0x00000006u, 0x000044a7u, 0x000044a5u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x000044a9u, 0x000044a7u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x000044abu, 0x0000449du, 0x000500c7u, 0x00000006u, 0x000044acu, - 0x000044abu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000044adu, 0x000044acu, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x000044afu, 0x000044a9u, 0x000044adu, 0x000500c6u, 0x00000006u, 0x000044b1u, 0x000044afu, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x000044b4u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x000044b1u, 0x0004003du, 0x00000011u, 0x000044b5u, 0x000044b4u, 0x00040071u, 0x00000006u, 0x000044b6u, - 0x000044b5u, 0x000500c2u, 0x00000006u, 0x000044b8u, 0x000044b6u, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x000044b9u, 0x000044b8u, 0x0004007cu, 0x00000012u, 0x000044bau, 0x000044b9u, 0x000500c7u, 0x00000006u, - 0x000044bcu, 0x000044b6u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000044bdu, 0x000044bcu, 0x0004007cu, - 0x00000012u, 0x000044beu, 0x000044bdu, 0x00050050u, 0x000001aeu, 0x000044bfu, 0x000044bau, 0x000044beu, - 0x0009004fu, 0x00000013u, 0x000044c0u, 0x000044bfu, 0x000044bfu, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00003210u, 0x000200f8u, 0x00003210u, 0x000700f5u, 0x00000013u, 0x00007908u, - 0x000078afu, 0x00003206u, 0x000044c0u, 0x00003208u, 0x000200f9u, 0x00003211u, 0x000200f8u, 0x000031cfu, - 0x0004007cu, 0x000000b0u, 0x000031d1u, 0x000076d1u, 0x0003003eu, 0x00002edcu, 0x000031d1u, 0x00050041u, - 0x00000007u, 0x0000432bu, 0x00002edcu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000432cu, 0x0000432bu, - 0x00050084u, 0x00000006u, 0x0000432du, 0x00002dd5u, 0x0000432cu, 0x00050080u, 0x00000006u, 0x0000432eu, - 0x00002dd3u, 0x0000432du, 0x00050041u, 0x00000007u, 0x0000432fu, 0x00002edcu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00004330u, 0x0000432fu, 0x00050084u, 0x00000006u, 0x00004331u, 0x00004330u, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00004333u, 0x0000432eu, 0x00004331u, 0x000500c7u, 0x00000006u, 0x00004335u, - 0x00004333u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00004337u, 0x00004335u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00004339u, 0x0000432bu, 0x000500c7u, 0x00000006u, 0x0000433au, 0x00004339u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000433bu, 0x0000433au, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000433du, - 0x00004337u, 0x0000433bu, 0x000500c6u, 0x00000006u, 0x0000433fu, 0x0000433du, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00004342u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000433fu, 0x0004003du, - 0x00000011u, 0x00004343u, 0x00004342u, 0x00040071u, 0x00000006u, 0x00004344u, 0x00004343u, 0x000500c2u, - 0x00000006u, 0x0000434cu, 0x00004344u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000434eu, 0x00004344u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004350u, 0x0000434cu, 0x0004007cu, 0x00000012u, 0x00004351u, - 0x00004350u, 0x00040071u, 0x00000011u, 0x00004359u, 0x0000434eu, 0x0004007cu, 0x00000012u, 0x0000435au, - 0x00004359u, 0x00070050u, 0x00000013u, 0x0000435bu, 0x00004351u, 0x00004351u, 0x00004351u, 0x0000435au, - 0x000300f7u, 0x000031e5u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x000031d6u, 0x000031e5u, 0x000200f8u, - 0x000031d6u, 0x00050050u, 0x000000efu, 0x000031d9u, 0x000076c0u, 0x00002f8cu, 0x0004007cu, 0x000000b0u, - 0x000031dau, 0x000031d9u, 0x0003003eu, 0x00002edfu, 0x000031dau, 0x00050041u, 0x00000007u, 0x00004366u, - 0x00002edfu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004367u, 0x00004366u, 0x00050084u, 0x00000006u, - 0x00004368u, 0x00002dd5u, 0x00004367u, 0x00050080u, 0x00000006u, 0x00004369u, 0x00002dd3u, 0x00004368u, - 0x00050041u, 0x00000007u, 0x0000436au, 0x00002edfu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000436bu, - 0x0000436au, 0x00050084u, 0x00000006u, 0x0000436cu, 0x0000436bu, 0x00000388u, 0x00050080u, 0x00000006u, - 0x0000436eu, 0x00004369u, 0x0000436cu, 0x000500c7u, 0x00000006u, 0x00004370u, 0x0000436eu, 0x00000e72u, - 0x000500c2u, 0x00000006u, 0x00004372u, 0x00004370u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00004374u, - 0x00004366u, 0x000500c7u, 0x00000006u, 0x00004375u, 0x00004374u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00004376u, 0x00004375u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00004378u, 0x00004372u, 0x00004376u, - 0x000500c6u, 0x00000006u, 0x0000437au, 0x00004378u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000437du, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000437au, 0x0004003du, 0x00000011u, 0x0000437eu, - 0x0000437du, 0x00040071u, 0x00000006u, 0x0000437fu, 0x0000437eu, 0x000500c2u, 0x00000006u, 0x00004387u, - 0x0000437fu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00004389u, 0x0000437fu, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x0000438bu, 0x00004387u, 0x0004007cu, 0x00000012u, 0x0000438cu, 0x0000438bu, 0x00040071u, - 0x00000011u, 0x00004394u, 0x00004389u, 0x0004007cu, 0x00000012u, 0x00004395u, 0x00004394u, 0x00070050u, - 0x00000013u, 0x00004396u, 0x0000438cu, 0x0000438cu, 0x0000438cu, 0x00004395u, 0x00050050u, 0x000000efu, - 0x000031e0u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x000031e1u, 0x000031e0u, 0x0003003eu, - 0x00002ee2u, 0x000031e1u, 0x00050041u, 0x00000007u, 0x000043a1u, 0x00002ee2u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000043a2u, 0x000043a1u, 0x00050084u, 0x00000006u, 0x000043a3u, 0x00002dd5u, 0x000043a2u, - 0x00050080u, 0x00000006u, 0x000043a4u, 0x00002dd3u, 0x000043a3u, 0x00050041u, 0x00000007u, 0x000043a5u, - 0x00002ee2u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000043a6u, 0x000043a5u, 0x00050084u, 0x00000006u, - 0x000043a7u, 0x000043a6u, 0x00000388u, 0x00050080u, 0x00000006u, 0x000043a9u, 0x000043a4u, 0x000043a7u, - 0x000500c7u, 0x00000006u, 0x000043abu, 0x000043a9u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x000043adu, - 0x000043abu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000043afu, 0x000043a1u, 0x000500c7u, 0x00000006u, - 0x000043b0u, 0x000043afu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000043b1u, 0x000043b0u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x000043b3u, 0x000043adu, 0x000043b1u, 0x000500c6u, 0x00000006u, 0x000043b5u, - 0x000043b3u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000043b8u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x000043b5u, 0x0004003du, 0x00000011u, 0x000043b9u, 0x000043b8u, 0x00040071u, 0x00000006u, - 0x000043bau, 0x000043b9u, 0x000500c2u, 0x00000006u, 0x000043c2u, 0x000043bau, 0x0000025fu, 0x000500c7u, - 0x00000006u, 0x000043c4u, 0x000043bau, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000043c6u, 0x000043c2u, - 0x0004007cu, 0x00000012u, 0x000043c7u, 0x000043c6u, 0x00040071u, 0x00000011u, 0x000043cfu, 0x000043c4u, - 0x0004007cu, 0x00000012u, 0x000043d0u, 0x000043cfu, 0x00070050u, 0x00000013u, 0x000043d1u, 0x000043c7u, - 0x000043c7u, 0x000043c7u, 0x000043d0u, 0x000200f9u, 0x000031e5u, 0x000200f8u, 0x000031e5u, 0x000700f5u, - 0x00000013u, 0x0000788au, 0x00007835u, 0x000031cfu, 0x000043d1u, 0x000031d6u, 0x000700f5u, 0x00000013u, - 0x0000780eu, 0x000077b6u, 0x000031cfu, 0x00004396u, 0x000031d6u, 0x000300f7u, 0x000031efu, 0x00000000u, - 0x000400fau, 0x00002f98u, 0x000031e7u, 0x000031efu, 0x000200f8u, 0x000031e7u, 0x00050050u, 0x000000efu, - 0x000031eau, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x000031ebu, 0x000031eau, 0x0003003eu, - 0x00002ee5u, 0x000031ebu, 0x00050041u, 0x00000007u, 0x000043dcu, 0x00002ee5u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000043ddu, 0x000043dcu, 0x00050084u, 0x00000006u, 0x000043deu, 0x00002dd5u, 0x000043ddu, - 0x00050080u, 0x00000006u, 0x000043dfu, 0x00002dd3u, 0x000043deu, 0x00050041u, 0x00000007u, 0x000043e0u, - 0x00002ee5u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000043e1u, 0x000043e0u, 0x00050084u, 0x00000006u, - 0x000043e2u, 0x000043e1u, 0x00000388u, 0x00050080u, 0x00000006u, 0x000043e4u, 0x000043dfu, 0x000043e2u, - 0x000500c7u, 0x00000006u, 0x000043e6u, 0x000043e4u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x000043e8u, - 0x000043e6u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000043eau, 0x000043dcu, 0x000500c7u, 0x00000006u, - 0x000043ebu, 0x000043eau, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000043ecu, 0x000043ebu, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x000043eeu, 0x000043e8u, 0x000043ecu, 0x000500c6u, 0x00000006u, 0x000043f0u, - 0x000043eeu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000043f3u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x000043f0u, 0x0004003du, 0x00000011u, 0x000043f4u, 0x000043f3u, 0x00040071u, 0x00000006u, - 0x000043f5u, 0x000043f4u, 0x000500c2u, 0x00000006u, 0x000043fdu, 0x000043f5u, 0x0000025fu, 0x000500c7u, - 0x00000006u, 0x000043ffu, 0x000043f5u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004401u, 0x000043fdu, - 0x0004007cu, 0x00000012u, 0x00004402u, 0x00004401u, 0x00040071u, 0x00000011u, 0x0000440au, 0x000043ffu, - 0x0004007cu, 0x00000012u, 0x0000440bu, 0x0000440au, 0x00070050u, 0x00000013u, 0x0000440cu, 0x00004402u, - 0x00004402u, 0x00004402u, 0x0000440bu, 0x000200f9u, 0x000031efu, 0x000200f8u, 0x000031efu, 0x000700f5u, - 0x00000013u, 0x00007906u, 0x000078afu, 0x000031e5u, 0x0000440cu, 0x000031e7u, 0x000200f9u, 0x00003211u, - 0x000200f8u, 0x000031aeu, 0x0004007cu, 0x000000b0u, 0x000031b0u, 0x000076d1u, 0x0003003eu, 0x00002ed0u, - 0x000031b0u, 0x00050041u, 0x00000007u, 0x0000423cu, 0x00002ed0u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x0000423du, 0x0000423cu, 0x00050084u, 0x00000006u, 0x0000423eu, 0x00002dd5u, 0x0000423du, 0x00050080u, - 0x00000006u, 0x0000423fu, 0x00002dd3u, 0x0000423eu, 0x00050041u, 0x00000007u, 0x00004240u, 0x00002ed0u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004241u, 0x00004240u, 0x00050080u, 0x00000006u, 0x00004243u, - 0x0000423fu, 0x00004241u, 0x000500c7u, 0x00000006u, 0x00004245u, 0x00004243u, 0x00000e72u, 0x0004003du, - 0x00000006u, 0x00004248u, 0x0000423cu, 0x000500c7u, 0x00000006u, 0x00004249u, 0x00004248u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000424au, 0x00004249u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000424cu, - 0x00004245u, 0x0000424au, 0x000500c6u, 0x00000006u, 0x0000424eu, 0x0000424cu, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00004251u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000424eu, 0x0004003du, - 0x0000000fu, 0x00004252u, 0x00004251u, 0x00040071u, 0x00000006u, 0x00004253u, 0x00004252u, 0x000500c2u, - 0x00000006u, 0x00004255u, 0x00004253u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00004257u, 0x00004253u, - 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00004259u, 0x00004257u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x0000425bu, 0x00004257u, 0x00004259u, 0x000500c4u, 0x00000006u, 0x0000425du, 0x00004255u, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x0000425fu, 0x00004255u, 0x0000425du, 0x00040071u, 0x00000011u, 0x00004261u, - 0x0000425fu, 0x0004007cu, 0x00000012u, 0x00004262u, 0x00004261u, 0x00040071u, 0x00000011u, 0x0000426au, - 0x0000425bu, 0x0004007cu, 0x00000012u, 0x0000426bu, 0x0000426au, 0x00070050u, 0x00000013u, 0x0000426cu, - 0x00004262u, 0x00004262u, 0x00004262u, 0x0000426bu, 0x000300f7u, 0x000031c4u, 0x00000000u, 0x000400fau, - 0x000022e9u, 0x000031b5u, 0x000031c4u, 0x000200f8u, 0x000031b5u, 0x00050050u, 0x000000efu, 0x000031b8u, - 0x000076c0u, 0x00002f8cu, 0x0004007cu, 0x000000b0u, 0x000031b9u, 0x000031b8u, 0x0003003eu, 0x00002ed3u, - 0x000031b9u, 0x00050041u, 0x00000007u, 0x00004278u, 0x00002ed3u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00004279u, 0x00004278u, 0x00050084u, 0x00000006u, 0x0000427au, 0x00002dd5u, 0x00004279u, 0x00050080u, - 0x00000006u, 0x0000427bu, 0x00002dd3u, 0x0000427au, 0x00050041u, 0x00000007u, 0x0000427cu, 0x00002ed3u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000427du, 0x0000427cu, 0x00050080u, 0x00000006u, 0x0000427fu, - 0x0000427bu, 0x0000427du, 0x000500c7u, 0x00000006u, 0x00004281u, 0x0000427fu, 0x00000e72u, 0x0004003du, - 0x00000006u, 0x00004284u, 0x00004278u, 0x000500c7u, 0x00000006u, 0x00004285u, 0x00004284u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00004286u, 0x00004285u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00004288u, - 0x00004281u, 0x00004286u, 0x000500c6u, 0x00000006u, 0x0000428au, 0x00004288u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x0000428du, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000428au, 0x0004003du, - 0x0000000fu, 0x0000428eu, 0x0000428du, 0x00040071u, 0x00000006u, 0x0000428fu, 0x0000428eu, 0x000500c2u, - 0x00000006u, 0x00004291u, 0x0000428fu, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00004293u, 0x0000428fu, - 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00004295u, 0x00004293u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00004297u, 0x00004293u, 0x00004295u, 0x000500c4u, 0x00000006u, 0x00004299u, 0x00004291u, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x0000429bu, 0x00004291u, 0x00004299u, 0x00040071u, 0x00000011u, 0x0000429du, - 0x0000429bu, 0x0004007cu, 0x00000012u, 0x0000429eu, 0x0000429du, 0x00040071u, 0x00000011u, 0x000042a6u, - 0x00004297u, 0x0004007cu, 0x00000012u, 0x000042a7u, 0x000042a6u, 0x00070050u, 0x00000013u, 0x000042a8u, - 0x0000429eu, 0x0000429eu, 0x0000429eu, 0x000042a7u, 0x00050050u, 0x000000efu, 0x000031bfu, 0x000076bcu, - 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x000031c0u, 0x000031bfu, 0x0003003eu, 0x00002ed6u, 0x000031c0u, - 0x00050041u, 0x00000007u, 0x000042b4u, 0x00002ed6u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000042b5u, - 0x000042b4u, 0x00050084u, 0x00000006u, 0x000042b6u, 0x00002dd5u, 0x000042b5u, 0x00050080u, 0x00000006u, - 0x000042b7u, 0x00002dd3u, 0x000042b6u, 0x00050041u, 0x00000007u, 0x000042b8u, 0x00002ed6u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000042b9u, 0x000042b8u, 0x00050080u, 0x00000006u, 0x000042bbu, 0x000042b7u, - 0x000042b9u, 0x000500c7u, 0x00000006u, 0x000042bdu, 0x000042bbu, 0x00000e72u, 0x0004003du, 0x00000006u, - 0x000042c0u, 0x000042b4u, 0x000500c7u, 0x00000006u, 0x000042c1u, 0x000042c0u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000042c2u, 0x000042c1u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000042c4u, 0x000042bdu, - 0x000042c2u, 0x000500c6u, 0x00000006u, 0x000042c6u, 0x000042c4u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x000042c9u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000042c6u, 0x0004003du, 0x0000000fu, - 0x000042cau, 0x000042c9u, 0x00040071u, 0x00000006u, 0x000042cbu, 0x000042cau, 0x000500c2u, 0x00000006u, - 0x000042cdu, 0x000042cbu, 0x00000235u, 0x000500c7u, 0x00000006u, 0x000042cfu, 0x000042cbu, 0x00000e95u, - 0x000500c4u, 0x00000006u, 0x000042d1u, 0x000042cfu, 0x00000235u, 0x000500c5u, 0x00000006u, 0x000042d3u, - 0x000042cfu, 0x000042d1u, 0x000500c4u, 0x00000006u, 0x000042d5u, 0x000042cdu, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x000042d7u, 0x000042cdu, 0x000042d5u, 0x00040071u, 0x00000011u, 0x000042d9u, 0x000042d7u, - 0x0004007cu, 0x00000012u, 0x000042dau, 0x000042d9u, 0x00040071u, 0x00000011u, 0x000042e2u, 0x000042d3u, - 0x0004007cu, 0x00000012u, 0x000042e3u, 0x000042e2u, 0x00070050u, 0x00000013u, 0x000042e4u, 0x000042dau, - 0x000042dau, 0x000042dau, 0x000042e3u, 0x000200f9u, 0x000031c4u, 0x000200f8u, 0x000031c4u, 0x000700f5u, - 0x00000013u, 0x00007888u, 0x00007835u, 0x000031aeu, 0x000042e4u, 0x000031b5u, 0x000700f5u, 0x00000013u, - 0x0000780cu, 0x000077b6u, 0x000031aeu, 0x000042a8u, 0x000031b5u, 0x000300f7u, 0x000031ceu, 0x00000000u, - 0x000400fau, 0x00002f98u, 0x000031c6u, 0x000031ceu, 0x000200f8u, 0x000031c6u, 0x00050050u, 0x000000efu, - 0x000031c9u, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x000031cau, 0x000031c9u, 0x0003003eu, - 0x00002ed9u, 0x000031cau, 0x00050041u, 0x00000007u, 0x000042f0u, 0x00002ed9u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000042f1u, 0x000042f0u, 0x00050084u, 0x00000006u, 0x000042f2u, 0x00002dd5u, 0x000042f1u, - 0x00050080u, 0x00000006u, 0x000042f3u, 0x00002dd3u, 0x000042f2u, 0x00050041u, 0x00000007u, 0x000042f4u, - 0x00002ed9u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000042f5u, 0x000042f4u, 0x00050080u, 0x00000006u, - 0x000042f7u, 0x000042f3u, 0x000042f5u, 0x000500c7u, 0x00000006u, 0x000042f9u, 0x000042f7u, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x000042fcu, 0x000042f0u, 0x000500c7u, 0x00000006u, 0x000042fdu, 0x000042fcu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000042feu, 0x000042fdu, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00004300u, 0x000042f9u, 0x000042feu, 0x000500c6u, 0x00000006u, 0x00004302u, 0x00004300u, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00004305u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00004302u, - 0x0004003du, 0x0000000fu, 0x00004306u, 0x00004305u, 0x00040071u, 0x00000006u, 0x00004307u, 0x00004306u, - 0x000500c2u, 0x00000006u, 0x00004309u, 0x00004307u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x0000430bu, - 0x00004307u, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x0000430du, 0x0000430bu, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x0000430fu, 0x0000430bu, 0x0000430du, 0x000500c4u, 0x00000006u, 0x00004311u, 0x00004309u, - 0x00000235u, 0x000500c5u, 0x00000006u, 0x00004313u, 0x00004309u, 0x00004311u, 0x00040071u, 0x00000011u, - 0x00004315u, 0x00004313u, 0x0004007cu, 0x00000012u, 0x00004316u, 0x00004315u, 0x00040071u, 0x00000011u, - 0x0000431eu, 0x0000430fu, 0x0004007cu, 0x00000012u, 0x0000431fu, 0x0000431eu, 0x00070050u, 0x00000013u, - 0x00004320u, 0x00004316u, 0x00004316u, 0x00004316u, 0x0000431fu, 0x000200f9u, 0x000031ceu, 0x000200f8u, - 0x000031ceu, 0x000700f5u, 0x00000013u, 0x00007904u, 0x000078afu, 0x000031c4u, 0x00004320u, 0x000031c6u, - 0x000200f9u, 0x00003211u, 0x000200f8u, 0x0000318du, 0x0004007cu, 0x000000b0u, 0x0000318fu, 0x000076d1u, - 0x0003003eu, 0x00002ec4u, 0x0000318fu, 0x00050041u, 0x00000007u, 0x00004124u, 0x00002ec4u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00004125u, 0x00004124u, 0x00050084u, 0x00000006u, 0x00004126u, 0x00002dd5u, - 0x00004125u, 0x00050080u, 0x00000006u, 0x00004127u, 0x00002dd3u, 0x00004126u, 0x00050041u, 0x00000007u, - 0x00004128u, 0x00002ec4u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004129u, 0x00004128u, 0x000500c2u, - 0x00000006u, 0x0000412au, 0x00004129u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x0000412cu, 0x00004127u, - 0x0000412au, 0x000500c7u, 0x00000006u, 0x0000412eu, 0x0000412cu, 0x00000e72u, 0x0004003du, 0x00000006u, - 0x00004130u, 0x00004128u, 0x000400c8u, 0x00000006u, 0x00004131u, 0x00004130u, 0x000500c7u, 0x00000006u, - 0x00004132u, 0x00004131u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00004133u, 0x00004132u, 0x00000706u, - 0x0004003du, 0x00000006u, 0x00004136u, 0x00004124u, 0x000500c7u, 0x00000006u, 0x00004137u, 0x00004136u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004138u, 0x00004137u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x0000413au, 0x0000412eu, 0x00004138u, 0x000500c6u, 0x00000006u, 0x0000413cu, 0x0000413au, 0x00000466u, - 0x00080041u, 0x00000673u, 0x0000413fu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000413cu, - 0x0004003du, 0x0000000fu, 0x00004140u, 0x0000413fu, 0x00040071u, 0x00000006u, 0x00004141u, 0x00004140u, - 0x000500c2u, 0x00000006u, 0x00004144u, 0x00004141u, 0x00004133u, 0x000500c7u, 0x00000006u, 0x00004145u, - 0x00004144u, 0x00000e95u, 0x000500c7u, 0x00000006u, 0x00004147u, 0x00004145u, 0x00000ecdu, 0x000500c4u, - 0x00000006u, 0x00004149u, 0x00004147u, 0x00000235u, 0x000500c4u, 0x00000006u, 0x0000414bu, 0x00004147u, - 0x0000022cu, 0x000500c5u, 0x00000006u, 0x0000414cu, 0x00004149u, 0x0000414bu, 0x000500c2u, 0x00000006u, - 0x0000414eu, 0x00004147u, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x0000414fu, 0x0000414cu, 0x0000414eu, - 0x00040071u, 0x00000011u, 0x00004151u, 0x0000414fu, 0x0004007cu, 0x00000012u, 0x00004152u, 0x00004151u, - 0x000500c7u, 0x00000006u, 0x0000415au, 0x00004145u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000415bu, - 0x0000415au, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000415cu, 0x0000415bu, 0x0004007cu, 0x00000012u, - 0x0000415du, 0x0000415cu, 0x00070050u, 0x00000013u, 0x0000415eu, 0x00004152u, 0x00004152u, 0x00004152u, - 0x0000415du, 0x000300f7u, 0x000031a3u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00003194u, 0x000031a3u, - 0x000200f8u, 0x00003194u, 0x00050050u, 0x000000efu, 0x00003197u, 0x000076c0u, 0x00002f8cu, 0x0004007cu, - 0x000000b0u, 0x00003198u, 0x00003197u, 0x0003003eu, 0x00002ec7u, 0x00003198u, 0x00050041u, 0x00000007u, - 0x0000416au, 0x00002ec7u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000416bu, 0x0000416au, 0x00050084u, - 0x00000006u, 0x0000416cu, 0x00002dd5u, 0x0000416bu, 0x00050080u, 0x00000006u, 0x0000416du, 0x00002dd3u, - 0x0000416cu, 0x00050041u, 0x00000007u, 0x0000416eu, 0x00002ec7u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000416fu, 0x0000416eu, 0x000500c2u, 0x00000006u, 0x00004170u, 0x0000416fu, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x00004172u, 0x0000416du, 0x00004170u, 0x000500c7u, 0x00000006u, 0x00004174u, 0x00004172u, - 0x00000e72u, 0x0004003du, 0x00000006u, 0x00004176u, 0x0000416eu, 0x000400c8u, 0x00000006u, 0x00004177u, - 0x00004176u, 0x000500c7u, 0x00000006u, 0x00004178u, 0x00004177u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00004179u, 0x00004178u, 0x00000706u, 0x0004003du, 0x00000006u, 0x0000417cu, 0x0000416au, 0x000500c7u, - 0x00000006u, 0x0000417du, 0x0000417cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000417eu, 0x0000417du, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00004180u, 0x00004174u, 0x0000417eu, 0x000500c6u, 0x00000006u, - 0x00004182u, 0x00004180u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004185u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x00004182u, 0x0004003du, 0x0000000fu, 0x00004186u, 0x00004185u, 0x00040071u, - 0x00000006u, 0x00004187u, 0x00004186u, 0x000500c2u, 0x00000006u, 0x0000418au, 0x00004187u, 0x00004179u, - 0x000500c7u, 0x00000006u, 0x0000418bu, 0x0000418au, 0x00000e95u, 0x000500c7u, 0x00000006u, 0x0000418du, - 0x0000418bu, 0x00000ecdu, 0x000500c4u, 0x00000006u, 0x0000418fu, 0x0000418du, 0x00000235u, 0x000500c4u, - 0x00000006u, 0x00004191u, 0x0000418du, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x00004192u, 0x0000418fu, - 0x00004191u, 0x000500c2u, 0x00000006u, 0x00004194u, 0x0000418du, 0x0000022fu, 0x000500c5u, 0x00000006u, - 0x00004195u, 0x00004192u, 0x00004194u, 0x00040071u, 0x00000011u, 0x00004197u, 0x00004195u, 0x0004007cu, - 0x00000012u, 0x00004198u, 0x00004197u, 0x000500c7u, 0x00000006u, 0x000041a0u, 0x0000418bu, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x000041a1u, 0x000041a0u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000041a2u, - 0x000041a1u, 0x0004007cu, 0x00000012u, 0x000041a3u, 0x000041a2u, 0x00070050u, 0x00000013u, 0x000041a4u, - 0x00004198u, 0x00004198u, 0x00004198u, 0x000041a3u, 0x00050050u, 0x000000efu, 0x0000319eu, 0x000076bcu, - 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x0000319fu, 0x0000319eu, 0x0003003eu, 0x00002ecau, 0x0000319fu, - 0x00050041u, 0x00000007u, 0x000041b0u, 0x00002ecau, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000041b1u, - 0x000041b0u, 0x00050084u, 0x00000006u, 0x000041b2u, 0x00002dd5u, 0x000041b1u, 0x00050080u, 0x00000006u, - 0x000041b3u, 0x00002dd3u, 0x000041b2u, 0x00050041u, 0x00000007u, 0x000041b4u, 0x00002ecau, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000041b5u, 0x000041b4u, 0x000500c2u, 0x00000006u, 0x000041b6u, 0x000041b5u, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x000041b8u, 0x000041b3u, 0x000041b6u, 0x000500c7u, 0x00000006u, - 0x000041bau, 0x000041b8u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000041bcu, 0x000041b4u, 0x000400c8u, - 0x00000006u, 0x000041bdu, 0x000041bcu, 0x000500c7u, 0x00000006u, 0x000041beu, 0x000041bdu, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x000041bfu, 0x000041beu, 0x00000706u, 0x0004003du, 0x00000006u, 0x000041c2u, - 0x000041b0u, 0x000500c7u, 0x00000006u, 0x000041c3u, 0x000041c2u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000041c4u, 0x000041c3u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000041c6u, 0x000041bau, 0x000041c4u, - 0x000500c6u, 0x00000006u, 0x000041c8u, 0x000041c6u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000041cbu, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000041c8u, 0x0004003du, 0x0000000fu, 0x000041ccu, - 0x000041cbu, 0x00040071u, 0x00000006u, 0x000041cdu, 0x000041ccu, 0x000500c2u, 0x00000006u, 0x000041d0u, - 0x000041cdu, 0x000041bfu, 0x000500c7u, 0x00000006u, 0x000041d1u, 0x000041d0u, 0x00000e95u, 0x000500c7u, - 0x00000006u, 0x000041d3u, 0x000041d1u, 0x00000ecdu, 0x000500c4u, 0x00000006u, 0x000041d5u, 0x000041d3u, - 0x00000235u, 0x000500c4u, 0x00000006u, 0x000041d7u, 0x000041d3u, 0x0000022cu, 0x000500c5u, 0x00000006u, - 0x000041d8u, 0x000041d5u, 0x000041d7u, 0x000500c2u, 0x00000006u, 0x000041dau, 0x000041d3u, 0x0000022fu, - 0x000500c5u, 0x00000006u, 0x000041dbu, 0x000041d8u, 0x000041dau, 0x00040071u, 0x00000011u, 0x000041ddu, - 0x000041dbu, 0x0004007cu, 0x00000012u, 0x000041deu, 0x000041ddu, 0x000500c7u, 0x00000006u, 0x000041e6u, - 0x000041d1u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000041e7u, 0x000041e6u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x000041e8u, 0x000041e7u, 0x0004007cu, 0x00000012u, 0x000041e9u, 0x000041e8u, 0x00070050u, - 0x00000013u, 0x000041eau, 0x000041deu, 0x000041deu, 0x000041deu, 0x000041e9u, 0x000200f9u, 0x000031a3u, - 0x000200f8u, 0x000031a3u, 0x000700f5u, 0x00000013u, 0x00007886u, 0x00007835u, 0x0000318du, 0x000041eau, - 0x00003194u, 0x000700f5u, 0x00000013u, 0x0000780au, 0x000077b6u, 0x0000318du, 0x000041a4u, 0x00003194u, - 0x000300f7u, 0x000031adu, 0x00000000u, 0x000400fau, 0x00002f98u, 0x000031a5u, 0x000031adu, 0x000200f8u, - 0x000031a5u, 0x00050050u, 0x000000efu, 0x000031a8u, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, - 0x000031a9u, 0x000031a8u, 0x0003003eu, 0x00002ecdu, 0x000031a9u, 0x00050041u, 0x00000007u, 0x000041f6u, - 0x00002ecdu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000041f7u, 0x000041f6u, 0x00050084u, 0x00000006u, - 0x000041f8u, 0x00002dd5u, 0x000041f7u, 0x00050080u, 0x00000006u, 0x000041f9u, 0x00002dd3u, 0x000041f8u, - 0x00050041u, 0x00000007u, 0x000041fau, 0x00002ecdu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000041fbu, - 0x000041fau, 0x000500c2u, 0x00000006u, 0x000041fcu, 0x000041fbu, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x000041feu, 0x000041f9u, 0x000041fcu, 0x000500c7u, 0x00000006u, 0x00004200u, 0x000041feu, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x00004202u, 0x000041fau, 0x000400c8u, 0x00000006u, 0x00004203u, 0x00004202u, - 0x000500c7u, 0x00000006u, 0x00004204u, 0x00004203u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00004205u, - 0x00004204u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00004208u, 0x000041f6u, 0x000500c7u, 0x00000006u, - 0x00004209u, 0x00004208u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000420au, 0x00004209u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x0000420cu, 0x00004200u, 0x0000420au, 0x000500c6u, 0x00000006u, 0x0000420eu, - 0x0000420cu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004211u, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x0000420eu, 0x0004003du, 0x0000000fu, 0x00004212u, 0x00004211u, 0x00040071u, 0x00000006u, - 0x00004213u, 0x00004212u, 0x000500c2u, 0x00000006u, 0x00004216u, 0x00004213u, 0x00004205u, 0x000500c7u, - 0x00000006u, 0x00004217u, 0x00004216u, 0x00000e95u, 0x000500c7u, 0x00000006u, 0x00004219u, 0x00004217u, - 0x00000ecdu, 0x000500c4u, 0x00000006u, 0x0000421bu, 0x00004219u, 0x00000235u, 0x000500c4u, 0x00000006u, - 0x0000421du, 0x00004219u, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x0000421eu, 0x0000421bu, 0x0000421du, - 0x000500c2u, 0x00000006u, 0x00004220u, 0x00004219u, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x00004221u, - 0x0000421eu, 0x00004220u, 0x00040071u, 0x00000011u, 0x00004223u, 0x00004221u, 0x0004007cu, 0x00000012u, - 0x00004224u, 0x00004223u, 0x000500c7u, 0x00000006u, 0x0000422cu, 0x00004217u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x0000422du, 0x0000422cu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000422eu, 0x0000422du, - 0x0004007cu, 0x00000012u, 0x0000422fu, 0x0000422eu, 0x00070050u, 0x00000013u, 0x00004230u, 0x00004224u, - 0x00004224u, 0x00004224u, 0x0000422fu, 0x000200f9u, 0x000031adu, 0x000200f8u, 0x000031adu, 0x000700f5u, - 0x00000013u, 0x00007902u, 0x000078afu, 0x000031a3u, 0x00004230u, 0x000031a5u, 0x000200f9u, 0x00003211u, - 0x000200f8u, 0x00003211u, 0x000d00f5u, 0x00000013u, 0x00007901u, 0x000078afu, 0x00003188u, 0x00007902u, - 0x000031adu, 0x00007904u, 0x000031ceu, 0x00007906u, 0x000031efu, 0x00007908u, 0x00003210u, 0x000d00f5u, - 0x00000013u, 0x00007884u, 0x00007835u, 0x00003188u, 0x00007886u, 0x000031adu, 0x00007888u, 0x000031ceu, - 0x0000788au, 0x000031efu, 0x0000788cu, 0x00003210u, 0x000d00f5u, 0x00000013u, 0x00007808u, 0x000077b6u, - 0x00003188u, 0x0000780au, 0x000031adu, 0x0000780cu, 0x000031ceu, 0x0000780eu, 0x000031efu, 0x00007810u, - 0x00003210u, 0x000d00f5u, 0x00000013u, 0x00007752u, 0x00007700u, 0x00003188u, 0x0000415eu, 0x000031adu, - 0x0000426cu, 0x000031ceu, 0x0000435bu, 0x000031efu, 0x00004439u, 0x00003210u, 0x000200f9u, 0x0000327bu, - 0x000200f8u, 0x00003113u, 0x00040071u, 0x00000006u, 0x00003116u, 0x00002dd9u, 0x0004007cu, 0x00000008u, - 0x00003117u, 0x00003116u, 0x000300f7u, 0x00003187u, 0x00000000u, 0x000700fbu, 0x00003117u, 0x00003118u, - 0x00000000u, 0x00003139u, 0x00000001u, 0x00003166u, 0x000200f8u, 0x00003166u, 0x0004007cu, 0x000000b0u, - 0x00003168u, 0x000076d1u, 0x0003003eu, 0x00002eacu, 0x00003168u, 0x00050041u, 0x00000007u, 0x0000408eu, - 0x00002eacu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000408fu, 0x0000408eu, 0x00050084u, 0x00000006u, - 0x00004090u, 0x00002dd5u, 0x0000408fu, 0x00050080u, 0x00000006u, 0x00004091u, 0x00002dd3u, 0x00004090u, - 0x00050041u, 0x00000007u, 0x00004092u, 0x00002eacu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004093u, - 0x00004092u, 0x00050080u, 0x00000006u, 0x00004095u, 0x00004091u, 0x00004093u, 0x000500c7u, 0x00000006u, - 0x00004097u, 0x00004095u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x0000409au, 0x0000408eu, 0x000500c7u, - 0x00000006u, 0x0000409bu, 0x0000409au, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000409cu, 0x0000409bu, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000409eu, 0x00004097u, 0x0000409cu, 0x000500c6u, 0x00000006u, - 0x000040a0u, 0x0000409eu, 0x00000466u, 0x00080041u, 0x00000673u, 0x000040a3u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x000040a0u, 0x0004003du, 0x0000000fu, 0x000040a4u, 0x000040a3u, 0x00040071u, - 0x00000006u, 0x000040a5u, 0x000040a4u, 0x00040071u, 0x00000011u, 0x000040a7u, 0x000040a5u, 0x0004007cu, - 0x00000012u, 0x000040a8u, 0x000040a7u, 0x00070050u, 0x00000013u, 0x000040a9u, 0x000040a8u, 0x000040a8u, - 0x000040a8u, 0x000040a8u, 0x000300f7u, 0x0000317cu, 0x00000000u, 0x000400fau, 0x000022e9u, 0x0000316du, - 0x0000317cu, 0x000200f8u, 0x0000316du, 0x00050050u, 0x000000efu, 0x00003170u, 0x000076c0u, 0x00002f8cu, - 0x0004007cu, 0x000000b0u, 0x00003171u, 0x00003170u, 0x0003003eu, 0x00002eafu, 0x00003171u, 0x00050041u, - 0x00000007u, 0x000040b3u, 0x00002eafu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000040b4u, 0x000040b3u, - 0x00050084u, 0x00000006u, 0x000040b5u, 0x00002dd5u, 0x000040b4u, 0x00050080u, 0x00000006u, 0x000040b6u, - 0x00002dd3u, 0x000040b5u, 0x00050041u, 0x00000007u, 0x000040b7u, 0x00002eafu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x000040b8u, 0x000040b7u, 0x00050080u, 0x00000006u, 0x000040bau, 0x000040b6u, 0x000040b8u, - 0x000500c7u, 0x00000006u, 0x000040bcu, 0x000040bau, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000040bfu, - 0x000040b3u, 0x000500c7u, 0x00000006u, 0x000040c0u, 0x000040bfu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000040c1u, 0x000040c0u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000040c3u, 0x000040bcu, 0x000040c1u, - 0x000500c6u, 0x00000006u, 0x000040c5u, 0x000040c3u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000040c8u, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000040c5u, 0x0004003du, 0x0000000fu, 0x000040c9u, - 0x000040c8u, 0x00040071u, 0x00000006u, 0x000040cau, 0x000040c9u, 0x00040071u, 0x00000011u, 0x000040ccu, - 0x000040cau, 0x0004007cu, 0x00000012u, 0x000040cdu, 0x000040ccu, 0x00070050u, 0x00000013u, 0x000040ceu, - 0x000040cdu, 0x000040cdu, 0x000040cdu, 0x000040cdu, 0x00050050u, 0x000000efu, 0x00003177u, 0x000076bcu, - 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003178u, 0x00003177u, 0x0003003eu, 0x00002eb2u, 0x00003178u, - 0x00050041u, 0x00000007u, 0x000040d8u, 0x00002eb2u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000040d9u, - 0x000040d8u, 0x00050084u, 0x00000006u, 0x000040dau, 0x00002dd5u, 0x000040d9u, 0x00050080u, 0x00000006u, - 0x000040dbu, 0x00002dd3u, 0x000040dau, 0x00050041u, 0x00000007u, 0x000040dcu, 0x00002eb2u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000040ddu, 0x000040dcu, 0x00050080u, 0x00000006u, 0x000040dfu, 0x000040dbu, - 0x000040ddu, 0x000500c7u, 0x00000006u, 0x000040e1u, 0x000040dfu, 0x00000e72u, 0x0004003du, 0x00000006u, - 0x000040e4u, 0x000040d8u, 0x000500c7u, 0x00000006u, 0x000040e5u, 0x000040e4u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000040e6u, 0x000040e5u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000040e8u, 0x000040e1u, - 0x000040e6u, 0x000500c6u, 0x00000006u, 0x000040eau, 0x000040e8u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x000040edu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000040eau, 0x0004003du, 0x0000000fu, - 0x000040eeu, 0x000040edu, 0x00040071u, 0x00000006u, 0x000040efu, 0x000040eeu, 0x00040071u, 0x00000011u, - 0x000040f1u, 0x000040efu, 0x0004007cu, 0x00000012u, 0x000040f2u, 0x000040f1u, 0x00070050u, 0x00000013u, - 0x000040f3u, 0x000040f2u, 0x000040f2u, 0x000040f2u, 0x000040f2u, 0x000200f9u, 0x0000317cu, 0x000200f8u, - 0x0000317cu, 0x000700f5u, 0x00000013u, 0x00007883u, 0x00007835u, 0x00003166u, 0x000040f3u, 0x0000316du, - 0x000700f5u, 0x00000013u, 0x00007807u, 0x000077b6u, 0x00003166u, 0x000040ceu, 0x0000316du, 0x000300f7u, - 0x00003186u, 0x00000000u, 0x000400fau, 0x00002f98u, 0x0000317eu, 0x00003186u, 0x000200f8u, 0x0000317eu, - 0x00050050u, 0x000000efu, 0x00003181u, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003182u, - 0x00003181u, 0x0003003eu, 0x00002eb5u, 0x00003182u, 0x00050041u, 0x00000007u, 0x000040fdu, 0x00002eb5u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x000040feu, 0x000040fdu, 0x00050084u, 0x00000006u, 0x000040ffu, - 0x00002dd5u, 0x000040feu, 0x00050080u, 0x00000006u, 0x00004100u, 0x00002dd3u, 0x000040ffu, 0x00050041u, - 0x00000007u, 0x00004101u, 0x00002eb5u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004102u, 0x00004101u, - 0x00050080u, 0x00000006u, 0x00004104u, 0x00004100u, 0x00004102u, 0x000500c7u, 0x00000006u, 0x00004106u, - 0x00004104u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00004109u, 0x000040fdu, 0x000500c7u, 0x00000006u, - 0x0000410au, 0x00004109u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000410bu, 0x0000410au, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x0000410du, 0x00004106u, 0x0000410bu, 0x000500c6u, 0x00000006u, 0x0000410fu, - 0x0000410du, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004112u, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x0000410fu, 0x0004003du, 0x0000000fu, 0x00004113u, 0x00004112u, 0x00040071u, 0x00000006u, - 0x00004114u, 0x00004113u, 0x00040071u, 0x00000011u, 0x00004116u, 0x00004114u, 0x0004007cu, 0x00000012u, - 0x00004117u, 0x00004116u, 0x00070050u, 0x00000013u, 0x00004118u, 0x00004117u, 0x00004117u, 0x00004117u, - 0x00004117u, 0x000200f9u, 0x00003186u, 0x000200f8u, 0x00003186u, 0x000700f5u, 0x00000013u, 0x000078ffu, - 0x000078afu, 0x0000317cu, 0x00004118u, 0x0000317eu, 0x000200f9u, 0x00003187u, 0x000200f8u, 0x00003139u, - 0x0004007cu, 0x000000b0u, 0x0000313bu, 0x000076d1u, 0x00040071u, 0x00000006u, 0x0000313eu, 0x00002ddbu, - 0x0003003eu, 0x00002e9cu, 0x0000313bu, 0x00050041u, 0x00000007u, 0x00003fbfu, 0x00002e9cu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00003fc0u, 0x00003fbfu, 0x00050084u, 0x00000006u, 0x00003fc1u, 0x00002dd5u, - 0x00003fc0u, 0x00050080u, 0x00000006u, 0x00003fc2u, 0x00002dd3u, 0x00003fc1u, 0x00050041u, 0x00000007u, - 0x00003fc3u, 0x00002e9cu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003fc4u, 0x00003fc3u, 0x000500c2u, - 0x00000006u, 0x00003fc5u, 0x00003fc4u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003fc7u, 0x00003fc2u, - 0x00003fc5u, 0x000500c7u, 0x00000006u, 0x00003fc9u, 0x00003fc7u, 0x00000e72u, 0x0004003du, 0x00000006u, - 0x00003fcbu, 0x00003fc3u, 0x000400c8u, 0x00000006u, 0x00003fccu, 0x00003fcbu, 0x000500c7u, 0x00000006u, - 0x00003fcdu, 0x00003fccu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003fceu, 0x00003fcdu, 0x00000706u, - 0x0004003du, 0x00000006u, 0x00003fd1u, 0x00003fbfu, 0x000500c7u, 0x00000006u, 0x00003fd2u, 0x00003fd1u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003fd3u, 0x00003fd2u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00003fd5u, 0x00003fc9u, 0x00003fd3u, 0x000500c6u, 0x00000006u, 0x00003fd7u, 0x00003fd5u, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00003fdau, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003fd7u, - 0x0004003du, 0x0000000fu, 0x00003fdbu, 0x00003fdau, 0x00040071u, 0x00000006u, 0x00003fdcu, 0x00003fdbu, - 0x000500c2u, 0x00000006u, 0x00003fdfu, 0x00003fdcu, 0x00003fceu, 0x000500c7u, 0x00000006u, 0x00003fe0u, - 0x00003fdfu, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00003fe2u, 0x0000313eu, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x00003fe4u, 0x00003fe0u, 0x00003fe2u, 0x00040071u, 0x00000011u, 0x00003fe6u, 0x00003fe4u, - 0x0004007cu, 0x00000012u, 0x00003fe7u, 0x00003fe6u, 0x00070050u, 0x00000013u, 0x00003fe8u, 0x00003fe7u, - 0x00003fe7u, 0x00003fe7u, 0x00003fe7u, 0x000300f7u, 0x00003158u, 0x00000000u, 0x000400fau, 0x000022e9u, - 0x00003143u, 0x00003158u, 0x000200f8u, 0x00003143u, 0x00050050u, 0x000000efu, 0x00003146u, 0x000076c0u, - 0x00002f8cu, 0x0004007cu, 0x000000b0u, 0x00003147u, 0x00003146u, 0x0003003eu, 0x00002ea0u, 0x00003147u, - 0x00050041u, 0x00000007u, 0x00003ff3u, 0x00002ea0u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003ff4u, - 0x00003ff3u, 0x00050084u, 0x00000006u, 0x00003ff5u, 0x00002dd5u, 0x00003ff4u, 0x00050080u, 0x00000006u, - 0x00003ff6u, 0x00002dd3u, 0x00003ff5u, 0x00050041u, 0x00000007u, 0x00003ff7u, 0x00002ea0u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00003ff8u, 0x00003ff7u, 0x000500c2u, 0x00000006u, 0x00003ff9u, 0x00003ff8u, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003ffbu, 0x00003ff6u, 0x00003ff9u, 0x000500c7u, 0x00000006u, - 0x00003ffdu, 0x00003ffbu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00003fffu, 0x00003ff7u, 0x000400c8u, - 0x00000006u, 0x00004000u, 0x00003fffu, 0x000500c7u, 0x00000006u, 0x00004001u, 0x00004000u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00004002u, 0x00004001u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00004005u, - 0x00003ff3u, 0x000500c7u, 0x00000006u, 0x00004006u, 0x00004005u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00004007u, 0x00004006u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00004009u, 0x00003ffdu, 0x00004007u, - 0x000500c6u, 0x00000006u, 0x0000400bu, 0x00004009u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000400eu, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000400bu, 0x0004003du, 0x0000000fu, 0x0000400fu, - 0x0000400eu, 0x00040071u, 0x00000006u, 0x00004010u, 0x0000400fu, 0x000500c2u, 0x00000006u, 0x00004013u, - 0x00004010u, 0x00004002u, 0x000500c7u, 0x00000006u, 0x00004014u, 0x00004013u, 0x00000e95u, 0x000500c5u, - 0x00000006u, 0x00004018u, 0x00004014u, 0x00003fe2u, 0x00040071u, 0x00000011u, 0x0000401au, 0x00004018u, - 0x0004007cu, 0x00000012u, 0x0000401bu, 0x0000401au, 0x00070050u, 0x00000013u, 0x0000401cu, 0x0000401bu, - 0x0000401bu, 0x0000401bu, 0x0000401bu, 0x00050050u, 0x000000efu, 0x00003150u, 0x000076bcu, 0x00002f8eu, - 0x0004007cu, 0x000000b0u, 0x00003151u, 0x00003150u, 0x0003003eu, 0x00002ea4u, 0x00003151u, 0x00050041u, - 0x00000007u, 0x00004027u, 0x00002ea4u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004028u, 0x00004027u, - 0x00050084u, 0x00000006u, 0x00004029u, 0x00002dd5u, 0x00004028u, 0x00050080u, 0x00000006u, 0x0000402au, - 0x00002dd3u, 0x00004029u, 0x00050041u, 0x00000007u, 0x0000402bu, 0x00002ea4u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x0000402cu, 0x0000402bu, 0x000500c2u, 0x00000006u, 0x0000402du, 0x0000402cu, 0x0000022cu, - 0x00050080u, 0x00000006u, 0x0000402fu, 0x0000402au, 0x0000402du, 0x000500c7u, 0x00000006u, 0x00004031u, - 0x0000402fu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00004033u, 0x0000402bu, 0x000400c8u, 0x00000006u, - 0x00004034u, 0x00004033u, 0x000500c7u, 0x00000006u, 0x00004035u, 0x00004034u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00004036u, 0x00004035u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00004039u, 0x00004027u, - 0x000500c7u, 0x00000006u, 0x0000403au, 0x00004039u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000403bu, - 0x0000403au, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000403du, 0x00004031u, 0x0000403bu, 0x000500c6u, - 0x00000006u, 0x0000403fu, 0x0000403du, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004042u, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000403fu, 0x0004003du, 0x0000000fu, 0x00004043u, 0x00004042u, - 0x00040071u, 0x00000006u, 0x00004044u, 0x00004043u, 0x000500c2u, 0x00000006u, 0x00004047u, 0x00004044u, - 0x00004036u, 0x000500c7u, 0x00000006u, 0x00004048u, 0x00004047u, 0x00000e95u, 0x000500c5u, 0x00000006u, - 0x0000404cu, 0x00004048u, 0x00003fe2u, 0x00040071u, 0x00000011u, 0x0000404eu, 0x0000404cu, 0x0004007cu, - 0x00000012u, 0x0000404fu, 0x0000404eu, 0x00070050u, 0x00000013u, 0x00004050u, 0x0000404fu, 0x0000404fu, - 0x0000404fu, 0x0000404fu, 0x000200f9u, 0x00003158u, 0x000200f8u, 0x00003158u, 0x000700f5u, 0x00000013u, - 0x00007881u, 0x00007835u, 0x00003139u, 0x00004050u, 0x00003143u, 0x000700f5u, 0x00000013u, 0x00007805u, - 0x000077b6u, 0x00003139u, 0x0000401cu, 0x00003143u, 0x000300f7u, 0x00003165u, 0x00000000u, 0x000400fau, - 0x00002f98u, 0x0000315au, 0x00003165u, 0x000200f8u, 0x0000315au, 0x00050050u, 0x000000efu, 0x0000315du, - 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x0000315eu, 0x0000315du, 0x0003003eu, 0x00002ea8u, - 0x0000315eu, 0x00050041u, 0x00000007u, 0x0000405bu, 0x00002ea8u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x0000405cu, 0x0000405bu, 0x00050084u, 0x00000006u, 0x0000405du, 0x00002dd5u, 0x0000405cu, 0x00050080u, - 0x00000006u, 0x0000405eu, 0x00002dd3u, 0x0000405du, 0x00050041u, 0x00000007u, 0x0000405fu, 0x00002ea8u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004060u, 0x0000405fu, 0x000500c2u, 0x00000006u, 0x00004061u, - 0x00004060u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00004063u, 0x0000405eu, 0x00004061u, 0x000500c7u, - 0x00000006u, 0x00004065u, 0x00004063u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00004067u, 0x0000405fu, - 0x000400c8u, 0x00000006u, 0x00004068u, 0x00004067u, 0x000500c7u, 0x00000006u, 0x00004069u, 0x00004068u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000406au, 0x00004069u, 0x00000706u, 0x0004003du, 0x00000006u, - 0x0000406du, 0x0000405bu, 0x000500c7u, 0x00000006u, 0x0000406eu, 0x0000406du, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x0000406fu, 0x0000406eu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00004071u, 0x00004065u, - 0x0000406fu, 0x000500c6u, 0x00000006u, 0x00004073u, 0x00004071u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00004076u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00004073u, 0x0004003du, 0x0000000fu, - 0x00004077u, 0x00004076u, 0x00040071u, 0x00000006u, 0x00004078u, 0x00004077u, 0x000500c2u, 0x00000006u, - 0x0000407bu, 0x00004078u, 0x0000406au, 0x000500c7u, 0x00000006u, 0x0000407cu, 0x0000407bu, 0x00000e95u, - 0x000500c5u, 0x00000006u, 0x00004080u, 0x0000407cu, 0x00003fe2u, 0x00040071u, 0x00000011u, 0x00004082u, - 0x00004080u, 0x0004007cu, 0x00000012u, 0x00004083u, 0x00004082u, 0x00070050u, 0x00000013u, 0x00004084u, - 0x00004083u, 0x00004083u, 0x00004083u, 0x00004083u, 0x000200f9u, 0x00003165u, 0x000200f8u, 0x00003165u, - 0x000700f5u, 0x00000013u, 0x000078fdu, 0x000078afu, 0x00003158u, 0x00004084u, 0x0000315au, 0x000200f9u, - 0x00003187u, 0x000200f8u, 0x00003118u, 0x0004007cu, 0x000000b0u, 0x0000311au, 0x000076d1u, 0x0003003eu, - 0x00002eb8u, 0x0000311au, 0x00050041u, 0x00000007u, 0x00003f0au, 0x00002eb8u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003f0bu, 0x00003f0au, 0x00050084u, 0x00000006u, 0x00003f0cu, 0x00002dd5u, 0x00003f0bu, - 0x00050080u, 0x00000006u, 0x00003f0du, 0x00002dd3u, 0x00003f0cu, 0x00050041u, 0x00000007u, 0x00003f0eu, - 0x00002eb8u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003f0fu, 0x00003f0eu, 0x00050084u, 0x00000006u, - 0x00003f10u, 0x00003f0fu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003f12u, 0x00003f0du, 0x00003f10u, - 0x000500c7u, 0x00000006u, 0x00003f14u, 0x00003f12u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00003f16u, - 0x00003f14u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003f18u, 0x00003f0au, 0x000500c7u, 0x00000006u, - 0x00003f19u, 0x00003f18u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003f1au, 0x00003f19u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00003f1cu, 0x00003f16u, 0x00003f1au, 0x000500c6u, 0x00000006u, 0x00003f1eu, - 0x00003f1cu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003f21u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00003f1eu, 0x0004003du, 0x00000011u, 0x00003f22u, 0x00003f21u, 0x00040071u, 0x00000006u, - 0x00003f23u, 0x00003f22u, 0x000500c2u, 0x00000006u, 0x00003f25u, 0x00003f23u, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x00003f26u, 0x00003f25u, 0x0004007cu, 0x00000012u, 0x00003f27u, 0x00003f26u, 0x000500c7u, - 0x00000006u, 0x00003f29u, 0x00003f23u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003f2au, 0x00003f29u, - 0x0004007cu, 0x00000012u, 0x00003f2bu, 0x00003f2au, 0x00050050u, 0x000001aeu, 0x00003f2cu, 0x00003f27u, - 0x00003f2bu, 0x0009004fu, 0x00000013u, 0x00003f2du, 0x00003f2cu, 0x00003f2cu, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000300f7u, 0x0000312eu, 0x00000000u, 0x000400fau, 0x000022e9u, 0x0000311fu, - 0x0000312eu, 0x000200f8u, 0x0000311fu, 0x00050050u, 0x000000efu, 0x00003122u, 0x000076c0u, 0x00002f8cu, - 0x0004007cu, 0x000000b0u, 0x00003123u, 0x00003122u, 0x0003003eu, 0x00002ebbu, 0x00003123u, 0x00050041u, - 0x00000007u, 0x00003f37u, 0x00002ebbu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003f38u, 0x00003f37u, - 0x00050084u, 0x00000006u, 0x00003f39u, 0x00002dd5u, 0x00003f38u, 0x00050080u, 0x00000006u, 0x00003f3au, - 0x00002dd3u, 0x00003f39u, 0x00050041u, 0x00000007u, 0x00003f3bu, 0x00002ebbu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00003f3cu, 0x00003f3bu, 0x00050084u, 0x00000006u, 0x00003f3du, 0x00003f3cu, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00003f3fu, 0x00003f3au, 0x00003f3du, 0x000500c7u, 0x00000006u, 0x00003f41u, - 0x00003f3fu, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00003f43u, 0x00003f41u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00003f45u, 0x00003f37u, 0x000500c7u, 0x00000006u, 0x00003f46u, 0x00003f45u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003f47u, 0x00003f46u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003f49u, - 0x00003f43u, 0x00003f47u, 0x000500c6u, 0x00000006u, 0x00003f4bu, 0x00003f49u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00003f4eu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003f4bu, 0x0004003du, - 0x00000011u, 0x00003f4fu, 0x00003f4eu, 0x00040071u, 0x00000006u, 0x00003f50u, 0x00003f4fu, 0x000500c2u, - 0x00000006u, 0x00003f52u, 0x00003f50u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003f53u, 0x00003f52u, - 0x0004007cu, 0x00000012u, 0x00003f54u, 0x00003f53u, 0x000500c7u, 0x00000006u, 0x00003f56u, 0x00003f50u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003f57u, 0x00003f56u, 0x0004007cu, 0x00000012u, 0x00003f58u, - 0x00003f57u, 0x00050050u, 0x000001aeu, 0x00003f59u, 0x00003f54u, 0x00003f58u, 0x0009004fu, 0x00000013u, - 0x00003f5au, 0x00003f59u, 0x00003f59u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, - 0x000000efu, 0x00003129u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x0000312au, 0x00003129u, - 0x0003003eu, 0x00002ebeu, 0x0000312au, 0x00050041u, 0x00000007u, 0x00003f64u, 0x00002ebeu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00003f65u, 0x00003f64u, 0x00050084u, 0x00000006u, 0x00003f66u, 0x00002dd5u, - 0x00003f65u, 0x00050080u, 0x00000006u, 0x00003f67u, 0x00002dd3u, 0x00003f66u, 0x00050041u, 0x00000007u, - 0x00003f68u, 0x00002ebeu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003f69u, 0x00003f68u, 0x00050084u, - 0x00000006u, 0x00003f6au, 0x00003f69u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003f6cu, 0x00003f67u, - 0x00003f6au, 0x000500c7u, 0x00000006u, 0x00003f6eu, 0x00003f6cu, 0x00000e72u, 0x000500c2u, 0x00000006u, - 0x00003f70u, 0x00003f6eu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003f72u, 0x00003f64u, 0x000500c7u, - 0x00000006u, 0x00003f73u, 0x00003f72u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003f74u, 0x00003f73u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003f76u, 0x00003f70u, 0x00003f74u, 0x000500c6u, 0x00000006u, - 0x00003f78u, 0x00003f76u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003f7bu, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x00003f78u, 0x0004003du, 0x00000011u, 0x00003f7cu, 0x00003f7bu, 0x00040071u, - 0x00000006u, 0x00003f7du, 0x00003f7cu, 0x000500c2u, 0x00000006u, 0x00003f7fu, 0x00003f7du, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x00003f80u, 0x00003f7fu, 0x0004007cu, 0x00000012u, 0x00003f81u, 0x00003f80u, - 0x000500c7u, 0x00000006u, 0x00003f83u, 0x00003f7du, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003f84u, - 0x00003f83u, 0x0004007cu, 0x00000012u, 0x00003f85u, 0x00003f84u, 0x00050050u, 0x000001aeu, 0x00003f86u, - 0x00003f81u, 0x00003f85u, 0x0009004fu, 0x00000013u, 0x00003f87u, 0x00003f86u, 0x00003f86u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000312eu, 0x000200f8u, 0x0000312eu, 0x000700f5u, - 0x00000013u, 0x0000787fu, 0x00007835u, 0x00003118u, 0x00003f87u, 0x0000311fu, 0x000700f5u, 0x00000013u, - 0x00007803u, 0x000077b6u, 0x00003118u, 0x00003f5au, 0x0000311fu, 0x000300f7u, 0x00003138u, 0x00000000u, - 0x000400fau, 0x00002f98u, 0x00003130u, 0x00003138u, 0x000200f8u, 0x00003130u, 0x00050050u, 0x000000efu, - 0x00003133u, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003134u, 0x00003133u, 0x0003003eu, - 0x00002ec1u, 0x00003134u, 0x00050041u, 0x00000007u, 0x00003f91u, 0x00002ec1u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003f92u, 0x00003f91u, 0x00050084u, 0x00000006u, 0x00003f93u, 0x00002dd5u, 0x00003f92u, - 0x00050080u, 0x00000006u, 0x00003f94u, 0x00002dd3u, 0x00003f93u, 0x00050041u, 0x00000007u, 0x00003f95u, - 0x00002ec1u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003f96u, 0x00003f95u, 0x00050084u, 0x00000006u, - 0x00003f97u, 0x00003f96u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003f99u, 0x00003f94u, 0x00003f97u, - 0x000500c7u, 0x00000006u, 0x00003f9bu, 0x00003f99u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00003f9du, - 0x00003f9bu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003f9fu, 0x00003f91u, 0x000500c7u, 0x00000006u, - 0x00003fa0u, 0x00003f9fu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003fa1u, 0x00003fa0u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00003fa3u, 0x00003f9du, 0x00003fa1u, 0x000500c6u, 0x00000006u, 0x00003fa5u, - 0x00003fa3u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003fa8u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00003fa5u, 0x0004003du, 0x00000011u, 0x00003fa9u, 0x00003fa8u, 0x00040071u, 0x00000006u, - 0x00003faau, 0x00003fa9u, 0x000500c2u, 0x00000006u, 0x00003facu, 0x00003faau, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x00003fadu, 0x00003facu, 0x0004007cu, 0x00000012u, 0x00003faeu, 0x00003fadu, 0x000500c7u, - 0x00000006u, 0x00003fb0u, 0x00003faau, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003fb1u, 0x00003fb0u, - 0x0004007cu, 0x00000012u, 0x00003fb2u, 0x00003fb1u, 0x00050050u, 0x000001aeu, 0x00003fb3u, 0x00003faeu, - 0x00003fb2u, 0x0009004fu, 0x00000013u, 0x00003fb4u, 0x00003fb3u, 0x00003fb3u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003138u, 0x000200f8u, 0x00003138u, 0x000700f5u, 0x00000013u, - 0x000078fbu, 0x000078afu, 0x0000312eu, 0x00003fb4u, 0x00003130u, 0x000200f9u, 0x00003187u, 0x000200f8u, - 0x00003187u, 0x000900f5u, 0x00000013u, 0x000078fau, 0x000078fbu, 0x00003138u, 0x000078fdu, 0x00003165u, - 0x000078ffu, 0x00003186u, 0x000900f5u, 0x00000013u, 0x0000787du, 0x0000787fu, 0x00003138u, 0x00007881u, - 0x00003165u, 0x00007883u, 0x00003186u, 0x000900f5u, 0x00000013u, 0x00007801u, 0x00007803u, 0x00003138u, - 0x00007805u, 0x00003165u, 0x00007807u, 0x00003186u, 0x000900f5u, 0x00000013u, 0x0000774bu, 0x00003f2du, - 0x00003138u, 0x00003fe8u, 0x00003165u, 0x000040a9u, 0x00003186u, 0x000200f9u, 0x0000327bu, 0x000200f8u, - 0x000030e5u, 0x000500c3u, 0x00000008u, 0x000030e7u, 0x000076bcu, 0x0000022cu, 0x0004007cu, 0x00000006u, - 0x000030e8u, 0x000030e7u, 0x00050082u, 0x00000008u, 0x000030ecu, 0x000076c0u, 0x000076bcu, 0x00050080u, - 0x00000008u, 0x000030edu, 0x000076c0u, 0x000030ecu, 0x000500c3u, 0x00000008u, 0x000030eeu, 0x000030edu, - 0x0000022cu, 0x0004007cu, 0x00000006u, 0x000030efu, 0x000030eeu, 0x00050050u, 0x000000efu, 0x000030f2u, - 0x000076bcu, 0x00002f8cu, 0x0004007cu, 0x000000b0u, 0x000030f3u, 0x000030f2u, 0x0003003eu, 0x00002e8cu, - 0x000030f3u, 0x00050041u, 0x00000007u, 0x00003dc8u, 0x00002e8cu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003dc9u, 0x00003dc8u, 0x00050084u, 0x00000006u, 0x00003dcau, 0x00002dd5u, 0x00003dc9u, 0x00050080u, - 0x00000006u, 0x00003dcbu, 0x00002dd3u, 0x00003dcau, 0x00050041u, 0x00000007u, 0x00003dcdu, 0x00002e8cu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003dceu, 0x00003dcdu, 0x00050080u, 0x00000006u, 0x00003dcfu, - 0x00003dcbu, 0x00003dceu, 0x000500c7u, 0x00000006u, 0x00003dd1u, 0x00003dcfu, 0x00000f2au, 0x00050084u, - 0x00000006u, 0x00003dd4u, 0x000030e8u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003dd5u, 0x00003dcbu, - 0x00003dd4u, 0x000500c7u, 0x00000006u, 0x00003dd7u, 0x00003dd5u, 0x00000f2au, 0x0004003du, 0x00000006u, - 0x00003ddau, 0x00003dc8u, 0x000500c7u, 0x00000006u, 0x00003ddbu, 0x00003ddau, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003ddcu, 0x00003ddbu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003ddeu, 0x00003dd1u, - 0x00003ddcu, 0x000500c6u, 0x00000006u, 0x00003de0u, 0x00003ddeu, 0x00000466u, 0x000500c2u, 0x00000006u, - 0x00003de2u, 0x00003dd7u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003de4u, 0x00003dc8u, 0x000500c7u, - 0x00000006u, 0x00003de5u, 0x00003de4u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003de6u, 0x00003de5u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003de8u, 0x00003de2u, 0x00003de6u, 0x000500c6u, 0x00000006u, - 0x00003deau, 0x00003de8u, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00003dedu, 0x00003de0u, 0x00000f53u, - 0x00080041u, 0x00000673u, 0x00003deeu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003dedu, - 0x0004003du, 0x0000000fu, 0x00003defu, 0x00003deeu, 0x00080041u, 0x00000694u, 0x00003df2u, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003deau, 0x0004003du, 0x00000011u, 0x00003df3u, 0x00003df2u, - 0x000500c2u, 0x00000011u, 0x00003df5u, 0x00003df3u, 0x000010b0u, 0x000500c7u, 0x00000011u, 0x00003df6u, - 0x00003df5u, 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003df7u, 0x00003df6u, 0x000500c2u, 0x00000011u, - 0x00003df9u, 0x00003df3u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x00003dfau, 0x00003df9u, 0x0000034du, - 0x00040071u, 0x0000000fu, 0x00003dfbu, 0x00003dfau, 0x00040071u, 0x00000011u, 0x00003dfdu, 0x00003df7u, - 0x0004007cu, 0x00000012u, 0x00003dfeu, 0x00003dfdu, 0x00050082u, 0x00000012u, 0x00003dffu, 0x00003dfeu, - 0x000010bcu, 0x00040071u, 0x00000011u, 0x00003e01u, 0x00003dfbu, 0x0004007cu, 0x00000012u, 0x00003e02u, - 0x00003e01u, 0x00050082u, 0x00000012u, 0x00003e03u, 0x00003e02u, 0x000010bcu, 0x00040071u, 0x00000011u, - 0x00003e05u, 0x00003defu, 0x0004007cu, 0x00000012u, 0x00003e06u, 0x00003e05u, 0x00070050u, 0x00000013u, - 0x00003e0au, 0x00003dffu, 0x00003e03u, 0x00003e06u, 0x00003e06u, 0x000300f7u, 0x00003112u, 0x00000000u, - 0x000400fau, 0x000022e9u, 0x000030f9u, 0x00003112u, 0x000200f8u, 0x000030f9u, 0x00050050u, 0x000000efu, - 0x000030fcu, 0x000076c0u, 0x00002f8cu, 0x0004007cu, 0x000000b0u, 0x000030fdu, 0x000030fcu, 0x0003003eu, - 0x00002e90u, 0x000030fdu, 0x00050041u, 0x00000007u, 0x00003e1au, 0x00002e90u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003e1bu, 0x00003e1au, 0x00050084u, 0x00000006u, 0x00003e1cu, 0x00002dd5u, 0x00003e1bu, - 0x00050080u, 0x00000006u, 0x00003e1du, 0x00002dd3u, 0x00003e1cu, 0x00050041u, 0x00000007u, 0x00003e1fu, - 0x00002e90u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003e20u, 0x00003e1fu, 0x00050080u, 0x00000006u, - 0x00003e21u, 0x00003e1du, 0x00003e20u, 0x000500c7u, 0x00000006u, 0x00003e23u, 0x00003e21u, 0x00000f2au, - 0x00050084u, 0x00000006u, 0x00003e26u, 0x000030efu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003e27u, - 0x00003e1du, 0x00003e26u, 0x000500c7u, 0x00000006u, 0x00003e29u, 0x00003e27u, 0x00000f2au, 0x0004003du, - 0x00000006u, 0x00003e2cu, 0x00003e1au, 0x000500c7u, 0x00000006u, 0x00003e2du, 0x00003e2cu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003e2eu, 0x00003e2du, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003e30u, - 0x00003e23u, 0x00003e2eu, 0x000500c6u, 0x00000006u, 0x00003e32u, 0x00003e30u, 0x00000466u, 0x000500c2u, - 0x00000006u, 0x00003e34u, 0x00003e29u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003e36u, 0x00003e1au, - 0x000500c7u, 0x00000006u, 0x00003e37u, 0x00003e36u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003e38u, - 0x00003e37u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003e3au, 0x00003e34u, 0x00003e38u, 0x000500c6u, - 0x00000006u, 0x00003e3cu, 0x00003e3au, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00003e3fu, 0x00003e32u, - 0x00000f53u, 0x00080041u, 0x00000673u, 0x00003e40u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00003e3fu, 0x0004003du, 0x0000000fu, 0x00003e41u, 0x00003e40u, 0x00080041u, 0x00000694u, 0x00003e44u, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003e3cu, 0x0004003du, 0x00000011u, 0x00003e45u, - 0x00003e44u, 0x000500c2u, 0x00000011u, 0x00003e47u, 0x00003e45u, 0x000010b0u, 0x000500c7u, 0x00000011u, - 0x00003e48u, 0x00003e47u, 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003e49u, 0x00003e48u, 0x000500c2u, - 0x00000011u, 0x00003e4bu, 0x00003e45u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x00003e4cu, 0x00003e4bu, - 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003e4du, 0x00003e4cu, 0x00040071u, 0x00000011u, 0x00003e4fu, - 0x00003e49u, 0x0004007cu, 0x00000012u, 0x00003e50u, 0x00003e4fu, 0x00050082u, 0x00000012u, 0x00003e51u, - 0x00003e50u, 0x000010bcu, 0x00040071u, 0x00000011u, 0x00003e53u, 0x00003e4du, 0x0004007cu, 0x00000012u, - 0x00003e54u, 0x00003e53u, 0x00050082u, 0x00000012u, 0x00003e55u, 0x00003e54u, 0x000010bcu, 0x00040071u, - 0x00000011u, 0x00003e57u, 0x00003e41u, 0x0004007cu, 0x00000012u, 0x00003e58u, 0x00003e57u, 0x00070050u, - 0x00000013u, 0x00003e5cu, 0x00003e51u, 0x00003e55u, 0x00003e58u, 0x00003e58u, 0x00050050u, 0x000000efu, - 0x00003104u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003105u, 0x00003104u, 0x0003003eu, - 0x00002e94u, 0x00003105u, 0x00050041u, 0x00000007u, 0x00003e6cu, 0x00002e94u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003e6du, 0x00003e6cu, 0x00050084u, 0x00000006u, 0x00003e6eu, 0x00002dd5u, 0x00003e6du, - 0x00050080u, 0x00000006u, 0x00003e6fu, 0x00002dd3u, 0x00003e6eu, 0x00050041u, 0x00000007u, 0x00003e71u, - 0x00002e94u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003e72u, 0x00003e71u, 0x00050080u, 0x00000006u, - 0x00003e73u, 0x00003e6fu, 0x00003e72u, 0x000500c7u, 0x00000006u, 0x00003e75u, 0x00003e73u, 0x00000f2au, - 0x00050080u, 0x00000006u, 0x00003e79u, 0x00003e6fu, 0x00003dd4u, 0x000500c7u, 0x00000006u, 0x00003e7bu, - 0x00003e79u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x00003e7eu, 0x00003e6cu, 0x000500c7u, 0x00000006u, - 0x00003e7fu, 0x00003e7eu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003e80u, 0x00003e7fu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00003e82u, 0x00003e75u, 0x00003e80u, 0x000500c6u, 0x00000006u, 0x00003e84u, - 0x00003e82u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00003e86u, 0x00003e7bu, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00003e88u, 0x00003e6cu, 0x000500c7u, 0x00000006u, 0x00003e89u, 0x00003e88u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003e8au, 0x00003e89u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003e8cu, - 0x00003e86u, 0x00003e8au, 0x000500c6u, 0x00000006u, 0x00003e8eu, 0x00003e8cu, 0x0000045eu, 0x000500c5u, - 0x00000006u, 0x00003e91u, 0x00003e84u, 0x00000f53u, 0x00080041u, 0x00000673u, 0x00003e92u, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003e91u, 0x0004003du, 0x0000000fu, 0x00003e93u, 0x00003e92u, - 0x00080041u, 0x00000694u, 0x00003e96u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003e8eu, - 0x0004003du, 0x00000011u, 0x00003e97u, 0x00003e96u, 0x000500c2u, 0x00000011u, 0x00003e99u, 0x00003e97u, - 0x000010b0u, 0x000500c7u, 0x00000011u, 0x00003e9au, 0x00003e99u, 0x0000034du, 0x00040071u, 0x0000000fu, - 0x00003e9bu, 0x00003e9au, 0x000500c2u, 0x00000011u, 0x00003e9du, 0x00003e97u, 0x0000021cu, 0x000500c7u, - 0x00000011u, 0x00003e9eu, 0x00003e9du, 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003e9fu, 0x00003e9eu, - 0x00040071u, 0x00000011u, 0x00003ea1u, 0x00003e9bu, 0x0004007cu, 0x00000012u, 0x00003ea2u, 0x00003ea1u, - 0x00050082u, 0x00000012u, 0x00003ea3u, 0x00003ea2u, 0x000010bcu, 0x00040071u, 0x00000011u, 0x00003ea5u, - 0x00003e9fu, 0x0004007cu, 0x00000012u, 0x00003ea6u, 0x00003ea5u, 0x00050082u, 0x00000012u, 0x00003ea7u, - 0x00003ea6u, 0x000010bcu, 0x00040071u, 0x00000011u, 0x00003ea9u, 0x00003e93u, 0x0004007cu, 0x00000012u, - 0x00003eaau, 0x00003ea9u, 0x00070050u, 0x00000013u, 0x00003eaeu, 0x00003ea3u, 0x00003ea7u, 0x00003eaau, - 0x00003eaau, 0x00050050u, 0x000000efu, 0x0000310cu, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, - 0x0000310du, 0x0000310cu, 0x0003003eu, 0x00002e98u, 0x0000310du, 0x00050041u, 0x00000007u, 0x00003ebeu, - 0x00002e98u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003ebfu, 0x00003ebeu, 0x00050084u, 0x00000006u, - 0x00003ec0u, 0x00002dd5u, 0x00003ebfu, 0x00050080u, 0x00000006u, 0x00003ec1u, 0x00002dd3u, 0x00003ec0u, - 0x00050041u, 0x00000007u, 0x00003ec3u, 0x00002e98u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003ec4u, - 0x00003ec3u, 0x00050080u, 0x00000006u, 0x00003ec5u, 0x00003ec1u, 0x00003ec4u, 0x000500c7u, 0x00000006u, - 0x00003ec7u, 0x00003ec5u, 0x00000f2au, 0x00050080u, 0x00000006u, 0x00003ecbu, 0x00003ec1u, 0x00003e26u, - 0x000500c7u, 0x00000006u, 0x00003ecdu, 0x00003ecbu, 0x00000f2au, 0x0004003du, 0x00000006u, 0x00003ed0u, - 0x00003ebeu, 0x000500c7u, 0x00000006u, 0x00003ed1u, 0x00003ed0u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00003ed2u, 0x00003ed1u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003ed4u, 0x00003ec7u, 0x00003ed2u, - 0x000500c6u, 0x00000006u, 0x00003ed6u, 0x00003ed4u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00003ed8u, - 0x00003ecdu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003edau, 0x00003ebeu, 0x000500c7u, 0x00000006u, - 0x00003edbu, 0x00003edau, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003edcu, 0x00003edbu, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00003edeu, 0x00003ed8u, 0x00003edcu, 0x000500c6u, 0x00000006u, 0x00003ee0u, - 0x00003edeu, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00003ee3u, 0x00003ed6u, 0x00000f53u, 0x00080041u, - 0x00000673u, 0x00003ee4u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003ee3u, 0x0004003du, - 0x0000000fu, 0x00003ee5u, 0x00003ee4u, 0x00080041u, 0x00000694u, 0x00003ee8u, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x00003ee0u, 0x0004003du, 0x00000011u, 0x00003ee9u, 0x00003ee8u, 0x000500c2u, - 0x00000011u, 0x00003eebu, 0x00003ee9u, 0x000010b0u, 0x000500c7u, 0x00000011u, 0x00003eecu, 0x00003eebu, - 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003eedu, 0x00003eecu, 0x000500c2u, 0x00000011u, 0x00003eefu, - 0x00003ee9u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x00003ef0u, 0x00003eefu, 0x0000034du, 0x00040071u, - 0x0000000fu, 0x00003ef1u, 0x00003ef0u, 0x00040071u, 0x00000011u, 0x00003ef3u, 0x00003eedu, 0x0004007cu, - 0x00000012u, 0x00003ef4u, 0x00003ef3u, 0x00050082u, 0x00000012u, 0x00003ef5u, 0x00003ef4u, 0x000010bcu, - 0x00040071u, 0x00000011u, 0x00003ef7u, 0x00003ef1u, 0x0004007cu, 0x00000012u, 0x00003ef8u, 0x00003ef7u, - 0x00050082u, 0x00000012u, 0x00003ef9u, 0x00003ef8u, 0x000010bcu, 0x00040071u, 0x00000011u, 0x00003efbu, - 0x00003ee5u, 0x0004007cu, 0x00000012u, 0x00003efcu, 0x00003efbu, 0x00070050u, 0x00000013u, 0x00003f00u, - 0x00003ef5u, 0x00003ef9u, 0x00003efcu, 0x00003efcu, 0x000200f9u, 0x00003112u, 0x000200f8u, 0x00003112u, - 0x000700f5u, 0x00000013u, 0x000078f9u, 0x000078afu, 0x000030e5u, 0x00003f00u, 0x000030f9u, 0x000700f5u, - 0x00000013u, 0x0000787cu, 0x00007835u, 0x000030e5u, 0x00003eaeu, 0x000030f9u, 0x000700f5u, 0x00000013u, - 0x00007800u, 0x000077b6u, 0x000030e5u, 0x00003e5cu, 0x000030f9u, 0x000200f9u, 0x0000327bu, 0x000200f8u, - 0x0000305bu, 0x00040071u, 0x00000006u, 0x0000305eu, 0x00002dd9u, 0x0004007cu, 0x00000008u, 0x0000305fu, - 0x0000305eu, 0x000300f7u, 0x000030e4u, 0x00000000u, 0x000b00fbu, 0x0000305fu, 0x000030e4u, 0x00000000u, - 0x00003060u, 0x00000001u, 0x00003081u, 0x00000002u, 0x000030a2u, 0x00000003u, 0x000030c3u, 0x000200f8u, - 0x000030c3u, 0x0004007cu, 0x000000b0u, 0x000030c5u, 0x000076d1u, 0x0003003eu, 0x00002e7eu, 0x000030c5u, - 0x00050041u, 0x00000007u, 0x00003cd7u, 0x00002e7eu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003cd8u, - 0x00003cd7u, 0x00050084u, 0x00000006u, 0x00003cd9u, 0x00002dd5u, 0x00003cd8u, 0x00050080u, 0x00000006u, - 0x00003cdau, 0x00002dd3u, 0x00003cd9u, 0x00050041u, 0x00000007u, 0x00003cdbu, 0x00002e7eu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00003cdcu, 0x00003cdbu, 0x00050084u, 0x00000006u, 0x00003cddu, 0x00003cdcu, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00003cdfu, 0x00003cdau, 0x00003cddu, 0x000500c7u, 0x00000006u, - 0x00003ce1u, 0x00003cdfu, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x00003ce3u, 0x00003ce1u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00003ce5u, 0x00003cd7u, 0x000500c7u, 0x00000006u, 0x00003ce6u, 0x00003ce5u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003ce7u, 0x00003ce6u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00003ce9u, 0x00003ce3u, 0x00003ce7u, 0x000500c6u, 0x00000006u, 0x00003cebu, 0x00003ce9u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00003ceeu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003cebu, - 0x0004003du, 0x00000011u, 0x00003cefu, 0x00003ceeu, 0x00040071u, 0x00000006u, 0x00003cf0u, 0x00003cefu, - 0x000500c5u, 0x00000006u, 0x00003cf3u, 0x00003cebu, 0x00000f5bu, 0x00080041u, 0x00000694u, 0x00003cf4u, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003cf3u, 0x0004003du, 0x00000011u, 0x00003cf5u, - 0x00003cf4u, 0x00040071u, 0x00000006u, 0x00003cf6u, 0x00003cf5u, 0x000500c2u, 0x00000006u, 0x00003cf8u, - 0x00003cf0u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003cf9u, 0x00003cf8u, 0x0004007cu, 0x00000012u, - 0x00003cfau, 0x00003cf9u, 0x000500c7u, 0x00000006u, 0x00003cfcu, 0x00003cf0u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00003cfdu, 0x00003cfcu, 0x0004007cu, 0x00000012u, 0x00003cfeu, 0x00003cfdu, 0x000500c2u, - 0x00000006u, 0x00003d00u, 0x00003cf6u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003d01u, 0x00003d00u, - 0x0004007cu, 0x00000012u, 0x00003d02u, 0x00003d01u, 0x000500c7u, 0x00000006u, 0x00003d04u, 0x00003cf6u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003d05u, 0x00003d04u, 0x0004007cu, 0x00000012u, 0x00003d06u, - 0x00003d05u, 0x00070050u, 0x00000013u, 0x00003d07u, 0x00003cfau, 0x00003cfeu, 0x00003d02u, 0x00003d06u, - 0x000300f7u, 0x000030d9u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x000030cau, 0x000030d9u, 0x000200f8u, - 0x000030cau, 0x00050050u, 0x000000efu, 0x000030cdu, 0x000076c0u, 0x00002f8cu, 0x0004007cu, 0x000000b0u, - 0x000030ceu, 0x000030cdu, 0x0003003eu, 0x00002e81u, 0x000030ceu, 0x00050041u, 0x00000007u, 0x00003d12u, - 0x00002e81u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003d13u, 0x00003d12u, 0x00050084u, 0x00000006u, - 0x00003d14u, 0x00002dd5u, 0x00003d13u, 0x00050080u, 0x00000006u, 0x00003d15u, 0x00002dd3u, 0x00003d14u, - 0x00050041u, 0x00000007u, 0x00003d16u, 0x00002e81u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003d17u, - 0x00003d16u, 0x00050084u, 0x00000006u, 0x00003d18u, 0x00003d17u, 0x00000388u, 0x00050080u, 0x00000006u, - 0x00003d1au, 0x00003d15u, 0x00003d18u, 0x000500c7u, 0x00000006u, 0x00003d1cu, 0x00003d1au, 0x00000f2au, - 0x000500c2u, 0x00000006u, 0x00003d1eu, 0x00003d1cu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003d20u, - 0x00003d12u, 0x000500c7u, 0x00000006u, 0x00003d21u, 0x00003d20u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00003d22u, 0x00003d21u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003d24u, 0x00003d1eu, 0x00003d22u, - 0x000500c6u, 0x00000006u, 0x00003d26u, 0x00003d24u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003d29u, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003d26u, 0x0004003du, 0x00000011u, 0x00003d2au, - 0x00003d29u, 0x00040071u, 0x00000006u, 0x00003d2bu, 0x00003d2au, 0x000500c5u, 0x00000006u, 0x00003d2eu, - 0x00003d26u, 0x00000f5bu, 0x00080041u, 0x00000694u, 0x00003d2fu, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00003d2eu, 0x0004003du, 0x00000011u, 0x00003d30u, 0x00003d2fu, 0x00040071u, 0x00000006u, - 0x00003d31u, 0x00003d30u, 0x000500c2u, 0x00000006u, 0x00003d33u, 0x00003d2bu, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x00003d34u, 0x00003d33u, 0x0004007cu, 0x00000012u, 0x00003d35u, 0x00003d34u, 0x000500c7u, - 0x00000006u, 0x00003d37u, 0x00003d2bu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003d38u, 0x00003d37u, - 0x0004007cu, 0x00000012u, 0x00003d39u, 0x00003d38u, 0x000500c2u, 0x00000006u, 0x00003d3bu, 0x00003d31u, - 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003d3cu, 0x00003d3bu, 0x0004007cu, 0x00000012u, 0x00003d3du, - 0x00003d3cu, 0x000500c7u, 0x00000006u, 0x00003d3fu, 0x00003d31u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00003d40u, 0x00003d3fu, 0x0004007cu, 0x00000012u, 0x00003d41u, 0x00003d40u, 0x00070050u, 0x00000013u, - 0x00003d42u, 0x00003d35u, 0x00003d39u, 0x00003d3du, 0x00003d41u, 0x00050050u, 0x000000efu, 0x000030d4u, - 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x000030d5u, 0x000030d4u, 0x0003003eu, 0x00002e84u, - 0x000030d5u, 0x00050041u, 0x00000007u, 0x00003d4du, 0x00002e84u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003d4eu, 0x00003d4du, 0x00050084u, 0x00000006u, 0x00003d4fu, 0x00002dd5u, 0x00003d4eu, 0x00050080u, - 0x00000006u, 0x00003d50u, 0x00002dd3u, 0x00003d4fu, 0x00050041u, 0x00000007u, 0x00003d51u, 0x00002e84u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003d52u, 0x00003d51u, 0x00050084u, 0x00000006u, 0x00003d53u, - 0x00003d52u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003d55u, 0x00003d50u, 0x00003d53u, 0x000500c7u, - 0x00000006u, 0x00003d57u, 0x00003d55u, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x00003d59u, 0x00003d57u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003d5bu, 0x00003d4du, 0x000500c7u, 0x00000006u, 0x00003d5cu, - 0x00003d5bu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003d5du, 0x00003d5cu, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00003d5fu, 0x00003d59u, 0x00003d5du, 0x000500c6u, 0x00000006u, 0x00003d61u, 0x00003d5fu, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003d64u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00003d61u, 0x0004003du, 0x00000011u, 0x00003d65u, 0x00003d64u, 0x00040071u, 0x00000006u, 0x00003d66u, - 0x00003d65u, 0x000500c5u, 0x00000006u, 0x00003d69u, 0x00003d61u, 0x00000f5bu, 0x00080041u, 0x00000694u, - 0x00003d6au, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003d69u, 0x0004003du, 0x00000011u, - 0x00003d6bu, 0x00003d6au, 0x00040071u, 0x00000006u, 0x00003d6cu, 0x00003d6bu, 0x000500c2u, 0x00000006u, - 0x00003d6eu, 0x00003d66u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003d6fu, 0x00003d6eu, 0x0004007cu, - 0x00000012u, 0x00003d70u, 0x00003d6fu, 0x000500c7u, 0x00000006u, 0x00003d72u, 0x00003d66u, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00003d73u, 0x00003d72u, 0x0004007cu, 0x00000012u, 0x00003d74u, 0x00003d73u, - 0x000500c2u, 0x00000006u, 0x00003d76u, 0x00003d6cu, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003d77u, - 0x00003d76u, 0x0004007cu, 0x00000012u, 0x00003d78u, 0x00003d77u, 0x000500c7u, 0x00000006u, 0x00003d7au, - 0x00003d6cu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003d7bu, 0x00003d7au, 0x0004007cu, 0x00000012u, - 0x00003d7cu, 0x00003d7bu, 0x00070050u, 0x00000013u, 0x00003d7du, 0x00003d70u, 0x00003d74u, 0x00003d78u, - 0x00003d7cu, 0x000200f9u, 0x000030d9u, 0x000200f8u, 0x000030d9u, 0x000700f5u, 0x00000013u, 0x0000787bu, - 0x00007835u, 0x000030c3u, 0x00003d7du, 0x000030cau, 0x000700f5u, 0x00000013u, 0x000077ffu, 0x000077b6u, - 0x000030c3u, 0x00003d42u, 0x000030cau, 0x000300f7u, 0x000030e3u, 0x00000000u, 0x000400fau, 0x00002f98u, - 0x000030dbu, 0x000030e3u, 0x000200f8u, 0x000030dbu, 0x00050050u, 0x000000efu, 0x000030deu, 0x000076c0u, - 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x000030dfu, 0x000030deu, 0x0003003eu, 0x00002e87u, 0x000030dfu, - 0x00050041u, 0x00000007u, 0x00003d88u, 0x00002e87u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003d89u, - 0x00003d88u, 0x00050084u, 0x00000006u, 0x00003d8au, 0x00002dd5u, 0x00003d89u, 0x00050080u, 0x00000006u, - 0x00003d8bu, 0x00002dd3u, 0x00003d8au, 0x00050041u, 0x00000007u, 0x00003d8cu, 0x00002e87u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00003d8du, 0x00003d8cu, 0x00050084u, 0x00000006u, 0x00003d8eu, 0x00003d8du, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00003d90u, 0x00003d8bu, 0x00003d8eu, 0x000500c7u, 0x00000006u, - 0x00003d92u, 0x00003d90u, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x00003d94u, 0x00003d92u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00003d96u, 0x00003d88u, 0x000500c7u, 0x00000006u, 0x00003d97u, 0x00003d96u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003d98u, 0x00003d97u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00003d9au, 0x00003d94u, 0x00003d98u, 0x000500c6u, 0x00000006u, 0x00003d9cu, 0x00003d9au, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00003d9fu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003d9cu, - 0x0004003du, 0x00000011u, 0x00003da0u, 0x00003d9fu, 0x00040071u, 0x00000006u, 0x00003da1u, 0x00003da0u, - 0x000500c5u, 0x00000006u, 0x00003da4u, 0x00003d9cu, 0x00000f5bu, 0x00080041u, 0x00000694u, 0x00003da5u, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003da4u, 0x0004003du, 0x00000011u, 0x00003da6u, - 0x00003da5u, 0x00040071u, 0x00000006u, 0x00003da7u, 0x00003da6u, 0x000500c2u, 0x00000006u, 0x00003da9u, - 0x00003da1u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003daau, 0x00003da9u, 0x0004007cu, 0x00000012u, - 0x00003dabu, 0x00003daau, 0x000500c7u, 0x00000006u, 0x00003dadu, 0x00003da1u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00003daeu, 0x00003dadu, 0x0004007cu, 0x00000012u, 0x00003dafu, 0x00003daeu, 0x000500c2u, - 0x00000006u, 0x00003db1u, 0x00003da7u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003db2u, 0x00003db1u, - 0x0004007cu, 0x00000012u, 0x00003db3u, 0x00003db2u, 0x000500c7u, 0x00000006u, 0x00003db5u, 0x00003da7u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003db6u, 0x00003db5u, 0x0004007cu, 0x00000012u, 0x00003db7u, - 0x00003db6u, 0x00070050u, 0x00000013u, 0x00003db8u, 0x00003dabu, 0x00003dafu, 0x00003db3u, 0x00003db7u, - 0x000200f9u, 0x000030e3u, 0x000200f8u, 0x000030e3u, 0x000700f5u, 0x00000013u, 0x000078f7u, 0x000078afu, - 0x000030d9u, 0x00003db8u, 0x000030dbu, 0x000200f9u, 0x000030e4u, 0x000200f8u, 0x000030a2u, 0x0004007cu, - 0x000000b0u, 0x000030a4u, 0x000076d1u, 0x0003003eu, 0x00002e72u, 0x000030a4u, 0x00050041u, 0x00000007u, - 0x00003bcbu, 0x00002e72u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003bccu, 0x00003bcbu, 0x00050084u, - 0x00000006u, 0x00003bcdu, 0x00002dd5u, 0x00003bccu, 0x00050080u, 0x00000006u, 0x00003bceu, 0x00002dd3u, - 0x00003bcdu, 0x00050041u, 0x00000007u, 0x00003bcfu, 0x00002e72u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00003bd0u, 0x00003bcfu, 0x00050084u, 0x00000006u, 0x00003bd1u, 0x00003bd0u, 0x00000388u, 0x00050080u, - 0x00000006u, 0x00003bd3u, 0x00003bceu, 0x00003bd1u, 0x000500c7u, 0x00000006u, 0x00003bd5u, 0x00003bd3u, - 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00003bd7u, 0x00003bd5u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00003bd9u, 0x00003bcbu, 0x000500c7u, 0x00000006u, 0x00003bdau, 0x00003bd9u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003bdbu, 0x00003bdau, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003bddu, 0x00003bd7u, - 0x00003bdbu, 0x000500c6u, 0x00000006u, 0x00003bdfu, 0x00003bddu, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00003be2u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003bdfu, 0x0004003du, 0x00000011u, - 0x00003be3u, 0x00003be2u, 0x00040071u, 0x00000006u, 0x00003be4u, 0x00003be3u, 0x00060050u, 0x0000030eu, - 0x00003becu, 0x00003be4u, 0x00003be4u, 0x00003be4u, 0x000500c2u, 0x0000030eu, 0x00003bedu, 0x00003becu, - 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00003befu, 0x00003bedu, 0x0000b410u, 0x000500c4u, 0x0000030eu, - 0x00003bf2u, 0x00003befu, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x00003bf5u, 0x00003befu, 0x0000b412u, - 0x000500c5u, 0x0000030eu, 0x00003bf6u, 0x00003bf2u, 0x00003bf5u, 0x000500c7u, 0x00000006u, 0x00003bf8u, - 0x00003be4u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003bf9u, 0x00003bf8u, 0x000006c5u, 0x00040071u, - 0x000004bcu, 0x00003bfbu, 0x00003bf6u, 0x0004007cu, 0x000004b8u, 0x00003bfcu, 0x00003bfbu, 0x00040071u, - 0x00000011u, 0x00003bfeu, 0x00003bf9u, 0x0004007cu, 0x00000012u, 0x00003bffu, 0x00003bfeu, 0x00050051u, - 0x00000012u, 0x00003c00u, 0x00003bfcu, 0x00000000u, 0x00050051u, 0x00000012u, 0x00003c01u, 0x00003bfcu, - 0x00000001u, 0x00050051u, 0x00000012u, 0x00003c02u, 0x00003bfcu, 0x00000002u, 0x00070050u, 0x00000013u, - 0x00003c03u, 0x00003c00u, 0x00003c01u, 0x00003c02u, 0x00003bffu, 0x000300f7u, 0x000030b8u, 0x00000000u, - 0x000400fau, 0x000022e9u, 0x000030a9u, 0x000030b8u, 0x000200f8u, 0x000030a9u, 0x00050050u, 0x000000efu, - 0x000030acu, 0x000076c0u, 0x00002f8cu, 0x0004007cu, 0x000000b0u, 0x000030adu, 0x000030acu, 0x0003003eu, - 0x00002e75u, 0x000030adu, 0x00050041u, 0x00000007u, 0x00003c0eu, 0x00002e75u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003c0fu, 0x00003c0eu, 0x00050084u, 0x00000006u, 0x00003c10u, 0x00002dd5u, 0x00003c0fu, - 0x00050080u, 0x00000006u, 0x00003c11u, 0x00002dd3u, 0x00003c10u, 0x00050041u, 0x00000007u, 0x00003c12u, - 0x00002e75u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003c13u, 0x00003c12u, 0x00050084u, 0x00000006u, - 0x00003c14u, 0x00003c13u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003c16u, 0x00003c11u, 0x00003c14u, - 0x000500c7u, 0x00000006u, 0x00003c18u, 0x00003c16u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00003c1au, - 0x00003c18u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003c1cu, 0x00003c0eu, 0x000500c7u, 0x00000006u, - 0x00003c1du, 0x00003c1cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003c1eu, 0x00003c1du, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00003c20u, 0x00003c1au, 0x00003c1eu, 0x000500c6u, 0x00000006u, 0x00003c22u, - 0x00003c20u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003c25u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00003c22u, 0x0004003du, 0x00000011u, 0x00003c26u, 0x00003c25u, 0x00040071u, 0x00000006u, - 0x00003c27u, 0x00003c26u, 0x00060050u, 0x0000030eu, 0x00003c2fu, 0x00003c27u, 0x00003c27u, 0x00003c27u, - 0x000500c2u, 0x0000030eu, 0x00003c30u, 0x00003c2fu, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00003c32u, - 0x00003c30u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003c35u, 0x00003c32u, 0x0000b411u, 0x000500c2u, - 0x0000030eu, 0x00003c38u, 0x00003c32u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00003c39u, 0x00003c35u, - 0x00003c38u, 0x000500c7u, 0x00000006u, 0x00003c3bu, 0x00003c27u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00003c3cu, 0x00003c3bu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003c3eu, 0x00003c39u, 0x0004007cu, - 0x000004b8u, 0x00003c3fu, 0x00003c3eu, 0x00040071u, 0x00000011u, 0x00003c41u, 0x00003c3cu, 0x0004007cu, - 0x00000012u, 0x00003c42u, 0x00003c41u, 0x00050051u, 0x00000012u, 0x00003c43u, 0x00003c3fu, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00003c44u, 0x00003c3fu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003c45u, - 0x00003c3fu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003c46u, 0x00003c43u, 0x00003c44u, 0x00003c45u, - 0x00003c42u, 0x00050050u, 0x000000efu, 0x000030b3u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, - 0x000030b4u, 0x000030b3u, 0x0003003eu, 0x00002e78u, 0x000030b4u, 0x00050041u, 0x00000007u, 0x00003c51u, - 0x00002e78u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003c52u, 0x00003c51u, 0x00050084u, 0x00000006u, - 0x00003c53u, 0x00002dd5u, 0x00003c52u, 0x00050080u, 0x00000006u, 0x00003c54u, 0x00002dd3u, 0x00003c53u, - 0x00050041u, 0x00000007u, 0x00003c55u, 0x00002e78u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003c56u, - 0x00003c55u, 0x00050084u, 0x00000006u, 0x00003c57u, 0x00003c56u, 0x00000388u, 0x00050080u, 0x00000006u, - 0x00003c59u, 0x00003c54u, 0x00003c57u, 0x000500c7u, 0x00000006u, 0x00003c5bu, 0x00003c59u, 0x00000e72u, - 0x000500c2u, 0x00000006u, 0x00003c5du, 0x00003c5bu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003c5fu, - 0x00003c51u, 0x000500c7u, 0x00000006u, 0x00003c60u, 0x00003c5fu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00003c61u, 0x00003c60u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003c63u, 0x00003c5du, 0x00003c61u, - 0x000500c6u, 0x00000006u, 0x00003c65u, 0x00003c63u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003c68u, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003c65u, 0x0004003du, 0x00000011u, 0x00003c69u, - 0x00003c68u, 0x00040071u, 0x00000006u, 0x00003c6au, 0x00003c69u, 0x00060050u, 0x0000030eu, 0x00003c72u, - 0x00003c6au, 0x00003c6au, 0x00003c6au, 0x000500c2u, 0x0000030eu, 0x00003c73u, 0x00003c72u, 0x00000e33u, - 0x000500c7u, 0x0000030eu, 0x00003c75u, 0x00003c73u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003c78u, - 0x00003c75u, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x00003c7bu, 0x00003c75u, 0x0000b412u, 0x000500c5u, - 0x0000030eu, 0x00003c7cu, 0x00003c78u, 0x00003c7bu, 0x000500c7u, 0x00000006u, 0x00003c7eu, 0x00003c6au, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003c7fu, 0x00003c7eu, 0x000006c5u, 0x00040071u, 0x000004bcu, - 0x00003c81u, 0x00003c7cu, 0x0004007cu, 0x000004b8u, 0x00003c82u, 0x00003c81u, 0x00040071u, 0x00000011u, - 0x00003c84u, 0x00003c7fu, 0x0004007cu, 0x00000012u, 0x00003c85u, 0x00003c84u, 0x00050051u, 0x00000012u, - 0x00003c86u, 0x00003c82u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00003c87u, 0x00003c82u, 0x00000001u, - 0x00050051u, 0x00000012u, 0x00003c88u, 0x00003c82u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003c89u, - 0x00003c86u, 0x00003c87u, 0x00003c88u, 0x00003c85u, 0x000200f9u, 0x000030b8u, 0x000200f8u, 0x000030b8u, - 0x000700f5u, 0x00000013u, 0x00007879u, 0x00007835u, 0x000030a2u, 0x00003c89u, 0x000030a9u, 0x000700f5u, - 0x00000013u, 0x000077fdu, 0x000077b6u, 0x000030a2u, 0x00003c46u, 0x000030a9u, 0x000300f7u, 0x000030c2u, - 0x00000000u, 0x000400fau, 0x00002f98u, 0x000030bau, 0x000030c2u, 0x000200f8u, 0x000030bau, 0x00050050u, - 0x000000efu, 0x000030bdu, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x000030beu, 0x000030bdu, - 0x0003003eu, 0x00002e7bu, 0x000030beu, 0x00050041u, 0x00000007u, 0x00003c94u, 0x00002e7bu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00003c95u, 0x00003c94u, 0x00050084u, 0x00000006u, 0x00003c96u, 0x00002dd5u, - 0x00003c95u, 0x00050080u, 0x00000006u, 0x00003c97u, 0x00002dd3u, 0x00003c96u, 0x00050041u, 0x00000007u, - 0x00003c98u, 0x00002e7bu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003c99u, 0x00003c98u, 0x00050084u, - 0x00000006u, 0x00003c9au, 0x00003c99u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003c9cu, 0x00003c97u, - 0x00003c9au, 0x000500c7u, 0x00000006u, 0x00003c9eu, 0x00003c9cu, 0x00000e72u, 0x000500c2u, 0x00000006u, - 0x00003ca0u, 0x00003c9eu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003ca2u, 0x00003c94u, 0x000500c7u, - 0x00000006u, 0x00003ca3u, 0x00003ca2u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003ca4u, 0x00003ca3u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003ca6u, 0x00003ca0u, 0x00003ca4u, 0x000500c6u, 0x00000006u, - 0x00003ca8u, 0x00003ca6u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003cabu, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x00003ca8u, 0x0004003du, 0x00000011u, 0x00003cacu, 0x00003cabu, 0x00040071u, - 0x00000006u, 0x00003cadu, 0x00003cacu, 0x00060050u, 0x0000030eu, 0x00003cb5u, 0x00003cadu, 0x00003cadu, - 0x00003cadu, 0x000500c2u, 0x0000030eu, 0x00003cb6u, 0x00003cb5u, 0x00000e33u, 0x000500c7u, 0x0000030eu, - 0x00003cb8u, 0x00003cb6u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003cbbu, 0x00003cb8u, 0x0000b411u, - 0x000500c2u, 0x0000030eu, 0x00003cbeu, 0x00003cb8u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00003cbfu, - 0x00003cbbu, 0x00003cbeu, 0x000500c7u, 0x00000006u, 0x00003cc1u, 0x00003cadu, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00003cc2u, 0x00003cc1u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003cc4u, 0x00003cbfu, - 0x0004007cu, 0x000004b8u, 0x00003cc5u, 0x00003cc4u, 0x00040071u, 0x00000011u, 0x00003cc7u, 0x00003cc2u, - 0x0004007cu, 0x00000012u, 0x00003cc8u, 0x00003cc7u, 0x00050051u, 0x00000012u, 0x00003cc9u, 0x00003cc5u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x00003ccau, 0x00003cc5u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x00003ccbu, 0x00003cc5u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003cccu, 0x00003cc9u, 0x00003ccau, - 0x00003ccbu, 0x00003cc8u, 0x000200f9u, 0x000030c2u, 0x000200f8u, 0x000030c2u, 0x000700f5u, 0x00000013u, - 0x000078f5u, 0x000078afu, 0x000030b8u, 0x00003cccu, 0x000030bau, 0x000200f9u, 0x000030e4u, 0x000200f8u, - 0x00003081u, 0x0004007cu, 0x000000b0u, 0x00003083u, 0x000076d1u, 0x0003003eu, 0x00002e66u, 0x00003083u, - 0x00050041u, 0x00000007u, 0x00003b36u, 0x00002e66u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003b37u, - 0x00003b36u, 0x00050084u, 0x00000006u, 0x00003b38u, 0x00002dd5u, 0x00003b37u, 0x00050080u, 0x00000006u, - 0x00003b39u, 0x00002dd3u, 0x00003b38u, 0x00050041u, 0x00000007u, 0x00003b3au, 0x00002e66u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00003b3bu, 0x00003b3au, 0x00050080u, 0x00000006u, 0x00003b3du, 0x00003b39u, - 0x00003b3bu, 0x000500c7u, 0x00000006u, 0x00003b3fu, 0x00003b3du, 0x00000e72u, 0x0004003du, 0x00000006u, - 0x00003b42u, 0x00003b36u, 0x000500c7u, 0x00000006u, 0x00003b43u, 0x00003b42u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003b44u, 0x00003b43u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003b46u, 0x00003b3fu, - 0x00003b44u, 0x000500c6u, 0x00000006u, 0x00003b48u, 0x00003b46u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00003b4bu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003b48u, 0x0004003du, 0x0000000fu, - 0x00003b4cu, 0x00003b4bu, 0x00040071u, 0x00000006u, 0x00003b4du, 0x00003b4cu, 0x00040071u, 0x00000011u, - 0x00003b4fu, 0x00003b4du, 0x0004007cu, 0x00000012u, 0x00003b50u, 0x00003b4fu, 0x00070050u, 0x00000013u, - 0x00003b51u, 0x00003b50u, 0x00003b50u, 0x00003b50u, 0x00003b50u, 0x000300f7u, 0x00003097u, 0x00000000u, - 0x000400fau, 0x000022e9u, 0x00003088u, 0x00003097u, 0x000200f8u, 0x00003088u, 0x00050050u, 0x000000efu, - 0x0000308bu, 0x000076c0u, 0x00002f8cu, 0x0004007cu, 0x000000b0u, 0x0000308cu, 0x0000308bu, 0x0003003eu, - 0x00002e69u, 0x0000308cu, 0x00050041u, 0x00000007u, 0x00003b5bu, 0x00002e69u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003b5cu, 0x00003b5bu, 0x00050084u, 0x00000006u, 0x00003b5du, 0x00002dd5u, 0x00003b5cu, - 0x00050080u, 0x00000006u, 0x00003b5eu, 0x00002dd3u, 0x00003b5du, 0x00050041u, 0x00000007u, 0x00003b5fu, - 0x00002e69u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003b60u, 0x00003b5fu, 0x00050080u, 0x00000006u, - 0x00003b62u, 0x00003b5eu, 0x00003b60u, 0x000500c7u, 0x00000006u, 0x00003b64u, 0x00003b62u, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x00003b67u, 0x00003b5bu, 0x000500c7u, 0x00000006u, 0x00003b68u, 0x00003b67u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003b69u, 0x00003b68u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00003b6bu, 0x00003b64u, 0x00003b69u, 0x000500c6u, 0x00000006u, 0x00003b6du, 0x00003b6bu, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00003b70u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003b6du, - 0x0004003du, 0x0000000fu, 0x00003b71u, 0x00003b70u, 0x00040071u, 0x00000006u, 0x00003b72u, 0x00003b71u, - 0x00040071u, 0x00000011u, 0x00003b74u, 0x00003b72u, 0x0004007cu, 0x00000012u, 0x00003b75u, 0x00003b74u, - 0x00070050u, 0x00000013u, 0x00003b76u, 0x00003b75u, 0x00003b75u, 0x00003b75u, 0x00003b75u, 0x00050050u, - 0x000000efu, 0x00003092u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003093u, 0x00003092u, - 0x0003003eu, 0x00002e6cu, 0x00003093u, 0x00050041u, 0x00000007u, 0x00003b80u, 0x00002e6cu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00003b81u, 0x00003b80u, 0x00050084u, 0x00000006u, 0x00003b82u, 0x00002dd5u, - 0x00003b81u, 0x00050080u, 0x00000006u, 0x00003b83u, 0x00002dd3u, 0x00003b82u, 0x00050041u, 0x00000007u, - 0x00003b84u, 0x00002e6cu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003b85u, 0x00003b84u, 0x00050080u, - 0x00000006u, 0x00003b87u, 0x00003b83u, 0x00003b85u, 0x000500c7u, 0x00000006u, 0x00003b89u, 0x00003b87u, - 0x00000e72u, 0x0004003du, 0x00000006u, 0x00003b8cu, 0x00003b80u, 0x000500c7u, 0x00000006u, 0x00003b8du, - 0x00003b8cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003b8eu, 0x00003b8du, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x00003b90u, 0x00003b89u, 0x00003b8eu, 0x000500c6u, 0x00000006u, 0x00003b92u, 0x00003b90u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00003b95u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00003b92u, 0x0004003du, 0x0000000fu, 0x00003b96u, 0x00003b95u, 0x00040071u, 0x00000006u, 0x00003b97u, - 0x00003b96u, 0x00040071u, 0x00000011u, 0x00003b99u, 0x00003b97u, 0x0004007cu, 0x00000012u, 0x00003b9au, - 0x00003b99u, 0x00070050u, 0x00000013u, 0x00003b9bu, 0x00003b9au, 0x00003b9au, 0x00003b9au, 0x00003b9au, - 0x000200f9u, 0x00003097u, 0x000200f8u, 0x00003097u, 0x000700f5u, 0x00000013u, 0x00007877u, 0x00007835u, - 0x00003081u, 0x00003b9bu, 0x00003088u, 0x000700f5u, 0x00000013u, 0x000077fbu, 0x000077b6u, 0x00003081u, - 0x00003b76u, 0x00003088u, 0x000300f7u, 0x000030a1u, 0x00000000u, 0x000400fau, 0x00002f98u, 0x00003099u, - 0x000030a1u, 0x000200f8u, 0x00003099u, 0x00050050u, 0x000000efu, 0x0000309cu, 0x000076c0u, 0x00002f8eu, - 0x0004007cu, 0x000000b0u, 0x0000309du, 0x0000309cu, 0x0003003eu, 0x00002e6fu, 0x0000309du, 0x00050041u, - 0x00000007u, 0x00003ba5u, 0x00002e6fu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003ba6u, 0x00003ba5u, - 0x00050084u, 0x00000006u, 0x00003ba7u, 0x00002dd5u, 0x00003ba6u, 0x00050080u, 0x00000006u, 0x00003ba8u, - 0x00002dd3u, 0x00003ba7u, 0x00050041u, 0x00000007u, 0x00003ba9u, 0x00002e6fu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00003baau, 0x00003ba9u, 0x00050080u, 0x00000006u, 0x00003bacu, 0x00003ba8u, 0x00003baau, - 0x000500c7u, 0x00000006u, 0x00003baeu, 0x00003bacu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00003bb1u, - 0x00003ba5u, 0x000500c7u, 0x00000006u, 0x00003bb2u, 0x00003bb1u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00003bb3u, 0x00003bb2u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003bb5u, 0x00003baeu, 0x00003bb3u, - 0x000500c6u, 0x00000006u, 0x00003bb7u, 0x00003bb5u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003bbau, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003bb7u, 0x0004003du, 0x0000000fu, 0x00003bbbu, - 0x00003bbau, 0x00040071u, 0x00000006u, 0x00003bbcu, 0x00003bbbu, 0x00040071u, 0x00000011u, 0x00003bbeu, - 0x00003bbcu, 0x0004007cu, 0x00000012u, 0x00003bbfu, 0x00003bbeu, 0x00070050u, 0x00000013u, 0x00003bc0u, - 0x00003bbfu, 0x00003bbfu, 0x00003bbfu, 0x00003bbfu, 0x000200f9u, 0x000030a1u, 0x000200f8u, 0x000030a1u, - 0x000700f5u, 0x00000013u, 0x000078f3u, 0x000078afu, 0x00003097u, 0x00003bc0u, 0x00003099u, 0x000200f9u, - 0x000030e4u, 0x000200f8u, 0x00003060u, 0x0004007cu, 0x000000b0u, 0x00003062u, 0x000076d1u, 0x0003003eu, - 0x00002e5au, 0x00003062u, 0x00050041u, 0x00000007u, 0x00003a67u, 0x00002e5au, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003a68u, 0x00003a67u, 0x00050084u, 0x00000006u, 0x00003a69u, 0x00002dd5u, 0x00003a68u, - 0x00050080u, 0x00000006u, 0x00003a6au, 0x00002dd3u, 0x00003a69u, 0x00050041u, 0x00000007u, 0x00003a6bu, - 0x00002e5au, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003a6cu, 0x00003a6bu, 0x000500c2u, 0x00000006u, - 0x00003a6du, 0x00003a6cu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003a6fu, 0x00003a6au, 0x00003a6du, - 0x000500c7u, 0x00000006u, 0x00003a71u, 0x00003a6fu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00003a73u, - 0x00003a6bu, 0x000400c8u, 0x00000006u, 0x00003a74u, 0x00003a73u, 0x000500c7u, 0x00000006u, 0x00003a75u, - 0x00003a74u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003a76u, 0x00003a75u, 0x00000706u, 0x0004003du, - 0x00000006u, 0x00003a79u, 0x00003a67u, 0x000500c7u, 0x00000006u, 0x00003a7au, 0x00003a79u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003a7bu, 0x00003a7au, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003a7du, - 0x00003a71u, 0x00003a7bu, 0x000500c6u, 0x00000006u, 0x00003a7fu, 0x00003a7du, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00003a82u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003a7fu, 0x0004003du, - 0x0000000fu, 0x00003a83u, 0x00003a82u, 0x00040071u, 0x00000006u, 0x00003a84u, 0x00003a83u, 0x000500c2u, - 0x00000006u, 0x00003a87u, 0x00003a84u, 0x00003a76u, 0x000500c7u, 0x00000006u, 0x00003a88u, 0x00003a87u, - 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00003a8au, 0x00003a88u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00003a8cu, 0x00003a88u, 0x00003a8au, 0x00040071u, 0x00000011u, 0x00003a8eu, 0x00003a8cu, 0x0004007cu, - 0x00000012u, 0x00003a8fu, 0x00003a8eu, 0x00070050u, 0x00000013u, 0x00003a90u, 0x00003a8fu, 0x00003a8fu, - 0x00003a8fu, 0x00003a8fu, 0x000300f7u, 0x00003076u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00003067u, - 0x00003076u, 0x000200f8u, 0x00003067u, 0x00050050u, 0x000000efu, 0x0000306au, 0x000076c0u, 0x00002f8cu, - 0x0004007cu, 0x000000b0u, 0x0000306bu, 0x0000306au, 0x0003003eu, 0x00002e5du, 0x0000306bu, 0x00050041u, - 0x00000007u, 0x00003a9bu, 0x00002e5du, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003a9cu, 0x00003a9bu, - 0x00050084u, 0x00000006u, 0x00003a9du, 0x00002dd5u, 0x00003a9cu, 0x00050080u, 0x00000006u, 0x00003a9eu, - 0x00002dd3u, 0x00003a9du, 0x00050041u, 0x00000007u, 0x00003a9fu, 0x00002e5du, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00003aa0u, 0x00003a9fu, 0x000500c2u, 0x00000006u, 0x00003aa1u, 0x00003aa0u, 0x0000022cu, - 0x00050080u, 0x00000006u, 0x00003aa3u, 0x00003a9eu, 0x00003aa1u, 0x000500c7u, 0x00000006u, 0x00003aa5u, - 0x00003aa3u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00003aa7u, 0x00003a9fu, 0x000400c8u, 0x00000006u, - 0x00003aa8u, 0x00003aa7u, 0x000500c7u, 0x00000006u, 0x00003aa9u, 0x00003aa8u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00003aaau, 0x00003aa9u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00003aadu, 0x00003a9bu, - 0x000500c7u, 0x00000006u, 0x00003aaeu, 0x00003aadu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003aafu, - 0x00003aaeu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003ab1u, 0x00003aa5u, 0x00003aafu, 0x000500c6u, - 0x00000006u, 0x00003ab3u, 0x00003ab1u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003ab6u, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003ab3u, 0x0004003du, 0x0000000fu, 0x00003ab7u, 0x00003ab6u, - 0x00040071u, 0x00000006u, 0x00003ab8u, 0x00003ab7u, 0x000500c2u, 0x00000006u, 0x00003abbu, 0x00003ab8u, - 0x00003aaau, 0x000500c7u, 0x00000006u, 0x00003abcu, 0x00003abbu, 0x00000e95u, 0x000500c4u, 0x00000006u, - 0x00003abeu, 0x00003abcu, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00003ac0u, 0x00003abcu, 0x00003abeu, - 0x00040071u, 0x00000011u, 0x00003ac2u, 0x00003ac0u, 0x0004007cu, 0x00000012u, 0x00003ac3u, 0x00003ac2u, - 0x00070050u, 0x00000013u, 0x00003ac4u, 0x00003ac3u, 0x00003ac3u, 0x00003ac3u, 0x00003ac3u, 0x00050050u, - 0x000000efu, 0x00003071u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00003072u, 0x00003071u, - 0x0003003eu, 0x00002e60u, 0x00003072u, 0x00050041u, 0x00000007u, 0x00003acfu, 0x00002e60u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00003ad0u, 0x00003acfu, 0x00050084u, 0x00000006u, 0x00003ad1u, 0x00002dd5u, - 0x00003ad0u, 0x00050080u, 0x00000006u, 0x00003ad2u, 0x00002dd3u, 0x00003ad1u, 0x00050041u, 0x00000007u, - 0x00003ad3u, 0x00002e60u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003ad4u, 0x00003ad3u, 0x000500c2u, - 0x00000006u, 0x00003ad5u, 0x00003ad4u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003ad7u, 0x00003ad2u, - 0x00003ad5u, 0x000500c7u, 0x00000006u, 0x00003ad9u, 0x00003ad7u, 0x00000e72u, 0x0004003du, 0x00000006u, - 0x00003adbu, 0x00003ad3u, 0x000400c8u, 0x00000006u, 0x00003adcu, 0x00003adbu, 0x000500c7u, 0x00000006u, - 0x00003addu, 0x00003adcu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003adeu, 0x00003addu, 0x00000706u, - 0x0004003du, 0x00000006u, 0x00003ae1u, 0x00003acfu, 0x000500c7u, 0x00000006u, 0x00003ae2u, 0x00003ae1u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003ae3u, 0x00003ae2u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00003ae5u, 0x00003ad9u, 0x00003ae3u, 0x000500c6u, 0x00000006u, 0x00003ae7u, 0x00003ae5u, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00003aeau, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003ae7u, - 0x0004003du, 0x0000000fu, 0x00003aebu, 0x00003aeau, 0x00040071u, 0x00000006u, 0x00003aecu, 0x00003aebu, - 0x000500c2u, 0x00000006u, 0x00003aefu, 0x00003aecu, 0x00003adeu, 0x000500c7u, 0x00000006u, 0x00003af0u, - 0x00003aefu, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00003af2u, 0x00003af0u, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x00003af4u, 0x00003af0u, 0x00003af2u, 0x00040071u, 0x00000011u, 0x00003af6u, 0x00003af4u, - 0x0004007cu, 0x00000012u, 0x00003af7u, 0x00003af6u, 0x00070050u, 0x00000013u, 0x00003af8u, 0x00003af7u, - 0x00003af7u, 0x00003af7u, 0x00003af7u, 0x000200f9u, 0x00003076u, 0x000200f8u, 0x00003076u, 0x000700f5u, - 0x00000013u, 0x00007875u, 0x00007835u, 0x00003060u, 0x00003af8u, 0x00003067u, 0x000700f5u, 0x00000013u, - 0x000077f9u, 0x000077b6u, 0x00003060u, 0x00003ac4u, 0x00003067u, 0x000300f7u, 0x00003080u, 0x00000000u, - 0x000400fau, 0x00002f98u, 0x00003078u, 0x00003080u, 0x000200f8u, 0x00003078u, 0x00050050u, 0x000000efu, - 0x0000307bu, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x0000307cu, 0x0000307bu, 0x0003003eu, - 0x00002e63u, 0x0000307cu, 0x00050041u, 0x00000007u, 0x00003b03u, 0x00002e63u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003b04u, 0x00003b03u, 0x00050084u, 0x00000006u, 0x00003b05u, 0x00002dd5u, 0x00003b04u, - 0x00050080u, 0x00000006u, 0x00003b06u, 0x00002dd3u, 0x00003b05u, 0x00050041u, 0x00000007u, 0x00003b07u, - 0x00002e63u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003b08u, 0x00003b07u, 0x000500c2u, 0x00000006u, - 0x00003b09u, 0x00003b08u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003b0bu, 0x00003b06u, 0x00003b09u, - 0x000500c7u, 0x00000006u, 0x00003b0du, 0x00003b0bu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00003b0fu, - 0x00003b07u, 0x000400c8u, 0x00000006u, 0x00003b10u, 0x00003b0fu, 0x000500c7u, 0x00000006u, 0x00003b11u, - 0x00003b10u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003b12u, 0x00003b11u, 0x00000706u, 0x0004003du, - 0x00000006u, 0x00003b15u, 0x00003b03u, 0x000500c7u, 0x00000006u, 0x00003b16u, 0x00003b15u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003b17u, 0x00003b16u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003b19u, - 0x00003b0du, 0x00003b17u, 0x000500c6u, 0x00000006u, 0x00003b1bu, 0x00003b19u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00003b1eu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003b1bu, 0x0004003du, - 0x0000000fu, 0x00003b1fu, 0x00003b1eu, 0x00040071u, 0x00000006u, 0x00003b20u, 0x00003b1fu, 0x000500c2u, - 0x00000006u, 0x00003b23u, 0x00003b20u, 0x00003b12u, 0x000500c7u, 0x00000006u, 0x00003b24u, 0x00003b23u, - 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00003b26u, 0x00003b24u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00003b28u, 0x00003b24u, 0x00003b26u, 0x00040071u, 0x00000011u, 0x00003b2au, 0x00003b28u, 0x0004007cu, - 0x00000012u, 0x00003b2bu, 0x00003b2au, 0x00070050u, 0x00000013u, 0x00003b2cu, 0x00003b2bu, 0x00003b2bu, - 0x00003b2bu, 0x00003b2bu, 0x000200f9u, 0x00003080u, 0x000200f8u, 0x00003080u, 0x000700f5u, 0x00000013u, - 0x000078f1u, 0x000078afu, 0x00003076u, 0x00003b2cu, 0x00003078u, 0x000200f9u, 0x000030e4u, 0x000200f8u, - 0x000030e4u, 0x000d00f5u, 0x00000013u, 0x000078f0u, 0x000078afu, 0x0000305bu, 0x000078f1u, 0x00003080u, - 0x000078f3u, 0x000030a1u, 0x000078f5u, 0x000030c2u, 0x000078f7u, 0x000030e3u, 0x000d00f5u, 0x00000013u, - 0x00007873u, 0x00007835u, 0x0000305bu, 0x00007875u, 0x00003080u, 0x00007877u, 0x000030a1u, 0x00007879u, - 0x000030c2u, 0x0000787bu, 0x000030e3u, 0x000d00f5u, 0x00000013u, 0x000077f7u, 0x000077b6u, 0x0000305bu, - 0x000077f9u, 0x00003080u, 0x000077fbu, 0x000030a1u, 0x000077fdu, 0x000030c2u, 0x000077ffu, 0x000030e3u, - 0x000d00f5u, 0x00000013u, 0x00007741u, 0x00007700u, 0x0000305bu, 0x00003a90u, 0x00003080u, 0x00003b51u, - 0x000030a1u, 0x00003c03u, 0x000030c2u, 0x00003d07u, 0x000030e3u, 0x000200f9u, 0x0000327bu, 0x000200f8u, - 0x0000327bu, 0x000f00f5u, 0x00000013u, 0x000078efu, 0x000078afu, 0x00003056u, 0x000078f0u, 0x000030e4u, - 0x000078f9u, 0x00003112u, 0x000078fau, 0x00003187u, 0x00007901u, 0x00003211u, 0x0000790au, 0x0000327au, - 0x000f00f5u, 0x00000013u, 0x00007872u, 0x00007835u, 0x00003056u, 0x00007873u, 0x000030e4u, 0x0000787cu, - 0x00003112u, 0x0000787du, 0x00003187u, 0x00007884u, 0x00003211u, 0x0000788du, 0x0000327au, 0x000f00f5u, - 0x00000013u, 0x000077f6u, 0x000077b6u, 0x00003056u, 0x000077f7u, 0x000030e4u, 0x00007800u, 0x00003112u, - 0x00007801u, 0x00003187u, 0x00007808u, 0x00003211u, 0x00007811u, 0x0000327au, 0x000f00f5u, 0x00000013u, - 0x00007740u, 0x00007700u, 0x00003056u, 0x00007741u, 0x000030e4u, 0x00003e0au, 0x00003112u, 0x0000774bu, - 0x00003187u, 0x00007752u, 0x00003211u, 0x0000775bu, 0x0000327au, 0x000200f9u, 0x0000327cu, 0x000200f8u, - 0x00002fb5u, 0x000300f7u, 0x00003055u, 0x00000000u, 0x000b00fbu, 0x00002f9fu, 0x00003055u, 0x00000000u, - 0x00002fbau, 0x00000002u, 0x00002fbau, 0x00000003u, 0x00002fbau, 0x00000004u, 0x00002fbau, 0x000200f8u, - 0x00002fbau, 0x000600a9u, 0x00000008u, 0x00002fbeu, 0x00002fa2u, 0x0000022fu, 0x0000022cu, 0x0004007cu, - 0x00000006u, 0x00002fbfu, 0x00002fbeu, 0x00040071u, 0x00000006u, 0x00002fc2u, 0x00002dd9u, 0x0004007cu, - 0x00000008u, 0x00002fc3u, 0x00002fc2u, 0x000300f7u, 0x00003054u, 0x00000000u, 0x000700fbu, 0x00002fc3u, - 0x00002fc4u, 0x00000000u, 0x00002ff0u, 0x00000001u, 0x00003028u, 0x000200f8u, 0x00003028u, 0x0004007cu, - 0x000000b0u, 0x0000302au, 0x000076d1u, 0x000600a9u, 0x00000008u, 0x0000302cu, 0x00002fa2u, 0x00000232u, - 0x00000222u, 0x0004007cu, 0x00000006u, 0x0000302du, 0x0000302cu, 0x0003003eu, 0x00002e2au, 0x0000302au, - 0x00050041u, 0x00000007u, 0x000038b6u, 0x00002e2au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000038b7u, - 0x000038b6u, 0x00050084u, 0x00000006u, 0x000038b8u, 0x00002dd5u, 0x000038b7u, 0x00050080u, 0x00000006u, - 0x000038b9u, 0x00002dd3u, 0x000038b8u, 0x00050041u, 0x00000007u, 0x000038bau, 0x00002e2au, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000038bbu, 0x000038bau, 0x00050080u, 0x00000006u, 0x000038bdu, 0x000038b9u, - 0x000038bbu, 0x000500c7u, 0x00000006u, 0x000038bfu, 0x000038bdu, 0x00000f2au, 0x0004003du, 0x00000006u, - 0x000038c2u, 0x000038b6u, 0x000500c7u, 0x00000006u, 0x000038c3u, 0x000038c2u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000038c4u, 0x000038c3u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000038c6u, 0x000038bfu, - 0x000038c4u, 0x000500c6u, 0x00000006u, 0x000038c8u, 0x000038c6u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x000038cbu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000038c8u, 0x0004003du, 0x0000000fu, - 0x000038ccu, 0x000038cbu, 0x00040071u, 0x00000006u, 0x000038cdu, 0x000038ccu, 0x000500c4u, 0x00000006u, - 0x000038cfu, 0x000038cdu, 0x0000022fu, 0x00050080u, 0x00000006u, 0x000038d1u, 0x000038cfu, 0x0000302du, - 0x000500c6u, 0x00000006u, 0x000038d4u, 0x000038d1u, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x000038d7u, - 0x00000f5bu, 0x000038d4u, 0x00080041u, 0x00000694u, 0x000038d8u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x000038d7u, 0x0004003du, 0x00000011u, 0x000038d9u, 0x000038d8u, 0x00040071u, 0x00000006u, - 0x000038dau, 0x000038d9u, 0x000300f7u, 0x000038e2u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x000038dcu, - 0x000038dfu, 0x000200f8u, 0x000038dfu, 0x00060050u, 0x0000030eu, 0x000038feu, 0x000038dau, 0x000038dau, - 0x000038dau, 0x000500c2u, 0x0000030eu, 0x000038ffu, 0x000038feu, 0x00000e33u, 0x000500c7u, 0x0000030eu, - 0x00003901u, 0x000038ffu, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003904u, 0x00003901u, 0x0000b411u, - 0x000500c2u, 0x0000030eu, 0x00003907u, 0x00003901u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00003908u, - 0x00003904u, 0x00003907u, 0x000500c7u, 0x00000006u, 0x0000390au, 0x000038dau, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x0000390bu, 0x0000390au, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000390du, 0x00003908u, - 0x0004007cu, 0x000004b8u, 0x0000390eu, 0x0000390du, 0x00040071u, 0x00000011u, 0x00003910u, 0x0000390bu, - 0x0004007cu, 0x00000012u, 0x00003911u, 0x00003910u, 0x00050051u, 0x00000012u, 0x00003912u, 0x0000390eu, - 0x00000000u, 0x00050051u, 0x00000012u, 0x00003913u, 0x0000390eu, 0x00000001u, 0x00050051u, 0x00000012u, - 0x00003914u, 0x0000390eu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003915u, 0x00003912u, 0x00003913u, - 0x00003914u, 0x00003911u, 0x000200f9u, 0x000038e2u, 0x000200f8u, 0x000038dcu, 0x000500c2u, 0x00000006u, - 0x000038e9u, 0x000038dau, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x000038ebu, 0x000038dau, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x000038edu, 0x000038e9u, 0x0004007cu, 0x00000012u, 0x000038eeu, 0x000038edu, - 0x00040071u, 0x00000011u, 0x000038f6u, 0x000038ebu, 0x0004007cu, 0x00000012u, 0x000038f7u, 0x000038f6u, - 0x00070050u, 0x00000013u, 0x000038f8u, 0x000038eeu, 0x000038eeu, 0x000038eeu, 0x000038f7u, 0x000200f9u, - 0x000038e2u, 0x000200f8u, 0x000038e2u, 0x000700f5u, 0x00000013u, 0x000076d5u, 0x000038f8u, 0x000038dcu, - 0x00003915u, 0x000038dfu, 0x000300f7u, 0x00003047u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00003034u, - 0x00003047u, 0x000200f8u, 0x00003034u, 0x00050050u, 0x000000efu, 0x00003037u, 0x000076c0u, 0x00002f8cu, - 0x0004007cu, 0x000000b0u, 0x00003038u, 0x00003037u, 0x0003003eu, 0x00002e30u, 0x00003038u, 0x00050041u, - 0x00000007u, 0x00003923u, 0x00002e30u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003924u, 0x00003923u, - 0x00050084u, 0x00000006u, 0x00003925u, 0x00002dd5u, 0x00003924u, 0x00050080u, 0x00000006u, 0x00003926u, - 0x00002dd3u, 0x00003925u, 0x00050041u, 0x00000007u, 0x00003927u, 0x00002e30u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00003928u, 0x00003927u, 0x00050080u, 0x00000006u, 0x0000392au, 0x00003926u, 0x00003928u, - 0x000500c7u, 0x00000006u, 0x0000392cu, 0x0000392au, 0x00000f2au, 0x0004003du, 0x00000006u, 0x0000392fu, - 0x00003923u, 0x000500c7u, 0x00000006u, 0x00003930u, 0x0000392fu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00003931u, 0x00003930u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003933u, 0x0000392cu, 0x00003931u, - 0x000500c6u, 0x00000006u, 0x00003935u, 0x00003933u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003938u, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003935u, 0x0004003du, 0x0000000fu, 0x00003939u, - 0x00003938u, 0x00040071u, 0x00000006u, 0x0000393au, 0x00003939u, 0x000500c4u, 0x00000006u, 0x0000393cu, - 0x0000393au, 0x0000022fu, 0x00050080u, 0x00000006u, 0x0000393eu, 0x0000393cu, 0x0000045eu, 0x000500c6u, - 0x00000006u, 0x00003941u, 0x0000393eu, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x00003944u, 0x00000f5bu, - 0x00003941u, 0x00080041u, 0x00000694u, 0x00003945u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00003944u, 0x0004003du, 0x00000011u, 0x00003946u, 0x00003945u, 0x00040071u, 0x00000006u, 0x00003947u, - 0x00003946u, 0x000300f7u, 0x0000394fu, 0x00000000u, 0x000400fau, 0x000022e6u, 0x00003949u, 0x0000394cu, - 0x000200f8u, 0x0000394cu, 0x00060050u, 0x0000030eu, 0x0000396bu, 0x00003947u, 0x00003947u, 0x00003947u, - 0x000500c2u, 0x0000030eu, 0x0000396cu, 0x0000396bu, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x0000396eu, - 0x0000396cu, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003971u, 0x0000396eu, 0x0000b411u, 0x000500c2u, - 0x0000030eu, 0x00003974u, 0x0000396eu, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00003975u, 0x00003971u, - 0x00003974u, 0x000500c7u, 0x00000006u, 0x00003977u, 0x00003947u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00003978u, 0x00003977u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000397au, 0x00003975u, 0x0004007cu, - 0x000004b8u, 0x0000397bu, 0x0000397au, 0x00040071u, 0x00000011u, 0x0000397du, 0x00003978u, 0x0004007cu, - 0x00000012u, 0x0000397eu, 0x0000397du, 0x00050051u, 0x00000012u, 0x0000397fu, 0x0000397bu, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00003980u, 0x0000397bu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003981u, - 0x0000397bu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003982u, 0x0000397fu, 0x00003980u, 0x00003981u, - 0x0000397eu, 0x000200f9u, 0x0000394fu, 0x000200f8u, 0x00003949u, 0x000500c2u, 0x00000006u, 0x00003956u, - 0x00003947u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00003958u, 0x00003947u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x0000395au, 0x00003956u, 0x0004007cu, 0x00000012u, 0x0000395bu, 0x0000395au, 0x00040071u, - 0x00000011u, 0x00003963u, 0x00003958u, 0x0004007cu, 0x00000012u, 0x00003964u, 0x00003963u, 0x00070050u, - 0x00000013u, 0x00003965u, 0x0000395bu, 0x0000395bu, 0x0000395bu, 0x00003964u, 0x000200f9u, 0x0000394fu, - 0x000200f8u, 0x0000394fu, 0x000700f5u, 0x00000013u, 0x000076d8u, 0x00003965u, 0x00003949u, 0x00003982u, - 0x0000394cu, 0x00050050u, 0x000000efu, 0x00003040u, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, - 0x00003041u, 0x00003040u, 0x0003003eu, 0x00002e36u, 0x00003041u, 0x00050041u, 0x00000007u, 0x00003990u, - 0x00002e36u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003991u, 0x00003990u, 0x00050084u, 0x00000006u, - 0x00003992u, 0x00002dd5u, 0x00003991u, 0x00050080u, 0x00000006u, 0x00003993u, 0x00002dd3u, 0x00003992u, - 0x00050041u, 0x00000007u, 0x00003994u, 0x00002e36u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003995u, - 0x00003994u, 0x00050080u, 0x00000006u, 0x00003997u, 0x00003993u, 0x00003995u, 0x000500c7u, 0x00000006u, - 0x00003999u, 0x00003997u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x0000399cu, 0x00003990u, 0x000500c7u, - 0x00000006u, 0x0000399du, 0x0000399cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000399eu, 0x0000399du, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000039a0u, 0x00003999u, 0x0000399eu, 0x000500c6u, 0x00000006u, - 0x000039a2u, 0x000039a0u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000039a5u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x000039a2u, 0x0004003du, 0x0000000fu, 0x000039a6u, 0x000039a5u, 0x00040071u, - 0x00000006u, 0x000039a7u, 0x000039a6u, 0x000500c4u, 0x00000006u, 0x000039a9u, 0x000039a7u, 0x0000022fu, - 0x00050080u, 0x00000006u, 0x000039abu, 0x000039a9u, 0x00000388u, 0x000500c6u, 0x00000006u, 0x000039aeu, - 0x000039abu, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x000039b1u, 0x00000f5bu, 0x000039aeu, 0x00080041u, - 0x00000694u, 0x000039b2u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000039b1u, 0x0004003du, - 0x00000011u, 0x000039b3u, 0x000039b2u, 0x00040071u, 0x00000006u, 0x000039b4u, 0x000039b3u, 0x000300f7u, - 0x000039bcu, 0x00000000u, 0x000400fau, 0x000022e6u, 0x000039b6u, 0x000039b9u, 0x000200f8u, 0x000039b9u, - 0x00060050u, 0x0000030eu, 0x000039d8u, 0x000039b4u, 0x000039b4u, 0x000039b4u, 0x000500c2u, 0x0000030eu, - 0x000039d9u, 0x000039d8u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x000039dbu, 0x000039d9u, 0x0000b410u, - 0x000500c4u, 0x0000030eu, 0x000039deu, 0x000039dbu, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x000039e1u, - 0x000039dbu, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x000039e2u, 0x000039deu, 0x000039e1u, 0x000500c7u, - 0x00000006u, 0x000039e4u, 0x000039b4u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000039e5u, 0x000039e4u, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000039e7u, 0x000039e2u, 0x0004007cu, 0x000004b8u, 0x000039e8u, - 0x000039e7u, 0x00040071u, 0x00000011u, 0x000039eau, 0x000039e5u, 0x0004007cu, 0x00000012u, 0x000039ebu, - 0x000039eau, 0x00050051u, 0x00000012u, 0x000039ecu, 0x000039e8u, 0x00000000u, 0x00050051u, 0x00000012u, - 0x000039edu, 0x000039e8u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000039eeu, 0x000039e8u, 0x00000002u, - 0x00070050u, 0x00000013u, 0x000039efu, 0x000039ecu, 0x000039edu, 0x000039eeu, 0x000039ebu, 0x000200f9u, - 0x000039bcu, 0x000200f8u, 0x000039b6u, 0x000500c2u, 0x00000006u, 0x000039c3u, 0x000039b4u, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x000039c5u, 0x000039b4u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000039c7u, - 0x000039c3u, 0x0004007cu, 0x00000012u, 0x000039c8u, 0x000039c7u, 0x00040071u, 0x00000011u, 0x000039d0u, - 0x000039c5u, 0x0004007cu, 0x00000012u, 0x000039d1u, 0x000039d0u, 0x00070050u, 0x00000013u, 0x000039d2u, - 0x000039c8u, 0x000039c8u, 0x000039c8u, 0x000039d1u, 0x000200f9u, 0x000039bcu, 0x000200f8u, 0x000039bcu, - 0x000700f5u, 0x00000013u, 0x000076d9u, 0x000039d2u, 0x000039b6u, 0x000039efu, 0x000039b9u, 0x000200f9u, - 0x00003047u, 0x000200f8u, 0x00003047u, 0x000700f5u, 0x00000013u, 0x0000786fu, 0x00007835u, 0x000038e2u, - 0x000076d9u, 0x000039bcu, 0x000700f5u, 0x00000013u, 0x000077f2u, 0x000077b6u, 0x000038e2u, 0x000076d8u, - 0x000039bcu, 0x000300f7u, 0x00003053u, 0x00000000u, 0x000400fau, 0x00002f98u, 0x00003049u, 0x00003053u, - 0x000200f8u, 0x00003049u, 0x00050050u, 0x000000efu, 0x0000304cu, 0x000076c0u, 0x00002f8eu, 0x0004007cu, - 0x000000b0u, 0x0000304du, 0x0000304cu, 0x0003003eu, 0x00002e3cu, 0x0000304du, 0x00050041u, 0x00000007u, - 0x000039fdu, 0x00002e3cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000039feu, 0x000039fdu, 0x00050084u, - 0x00000006u, 0x000039ffu, 0x00002dd5u, 0x000039feu, 0x00050080u, 0x00000006u, 0x00003a00u, 0x00002dd3u, - 0x000039ffu, 0x00050041u, 0x00000007u, 0x00003a01u, 0x00002e3cu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00003a02u, 0x00003a01u, 0x00050080u, 0x00000006u, 0x00003a04u, 0x00003a00u, 0x00003a02u, 0x000500c7u, - 0x00000006u, 0x00003a06u, 0x00003a04u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x00003a09u, 0x000039fdu, - 0x000500c7u, 0x00000006u, 0x00003a0au, 0x00003a09u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003a0bu, - 0x00003a0au, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003a0du, 0x00003a06u, 0x00003a0bu, 0x000500c6u, - 0x00000006u, 0x00003a0fu, 0x00003a0du, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003a12u, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003a0fu, 0x0004003du, 0x0000000fu, 0x00003a13u, 0x00003a12u, - 0x00040071u, 0x00000006u, 0x00003a14u, 0x00003a13u, 0x000500c4u, 0x00000006u, 0x00003a16u, 0x00003a14u, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x00003a18u, 0x00003a16u, 0x00000466u, 0x000500c6u, 0x00000006u, - 0x00003a1bu, 0x00003a18u, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x00003a1eu, 0x00000f5bu, 0x00003a1bu, - 0x00080041u, 0x00000694u, 0x00003a1fu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003a1eu, - 0x0004003du, 0x00000011u, 0x00003a20u, 0x00003a1fu, 0x00040071u, 0x00000006u, 0x00003a21u, 0x00003a20u, - 0x000300f7u, 0x00003a29u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x00003a23u, 0x00003a26u, 0x000200f8u, - 0x00003a26u, 0x00060050u, 0x0000030eu, 0x00003a45u, 0x00003a21u, 0x00003a21u, 0x00003a21u, 0x000500c2u, - 0x0000030eu, 0x00003a46u, 0x00003a45u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00003a48u, 0x00003a46u, - 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003a4bu, 0x00003a48u, 0x0000b411u, 0x000500c2u, 0x0000030eu, - 0x00003a4eu, 0x00003a48u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00003a4fu, 0x00003a4bu, 0x00003a4eu, - 0x000500c7u, 0x00000006u, 0x00003a51u, 0x00003a21u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003a52u, - 0x00003a51u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003a54u, 0x00003a4fu, 0x0004007cu, 0x000004b8u, - 0x00003a55u, 0x00003a54u, 0x00040071u, 0x00000011u, 0x00003a57u, 0x00003a52u, 0x0004007cu, 0x00000012u, - 0x00003a58u, 0x00003a57u, 0x00050051u, 0x00000012u, 0x00003a59u, 0x00003a55u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00003a5au, 0x00003a55u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003a5bu, 0x00003a55u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x00003a5cu, 0x00003a59u, 0x00003a5au, 0x00003a5bu, 0x00003a58u, - 0x000200f9u, 0x00003a29u, 0x000200f8u, 0x00003a23u, 0x000500c2u, 0x00000006u, 0x00003a30u, 0x00003a21u, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00003a32u, 0x00003a21u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00003a34u, 0x00003a30u, 0x0004007cu, 0x00000012u, 0x00003a35u, 0x00003a34u, 0x00040071u, 0x00000011u, - 0x00003a3du, 0x00003a32u, 0x0004007cu, 0x00000012u, 0x00003a3eu, 0x00003a3du, 0x00070050u, 0x00000013u, - 0x00003a3fu, 0x00003a35u, 0x00003a35u, 0x00003a35u, 0x00003a3eu, 0x000200f9u, 0x00003a29u, 0x000200f8u, - 0x00003a29u, 0x000700f5u, 0x00000013u, 0x000076dau, 0x00003a3fu, 0x00003a23u, 0x00003a5cu, 0x00003a26u, - 0x000200f9u, 0x00003053u, 0x000200f8u, 0x00003053u, 0x000700f5u, 0x00000013u, 0x000078eau, 0x000078afu, - 0x00003047u, 0x000076dau, 0x00003a29u, 0x000200f9u, 0x00003054u, 0x000200f8u, 0x00002ff0u, 0x0004007cu, - 0x000000b0u, 0x00002ff2u, 0x000076d1u, 0x00040071u, 0x00000006u, 0x00002ff5u, 0x00002ddbu, 0x000600a9u, - 0x00000008u, 0x00002ff7u, 0x00002fa2u, 0x00000232u, 0x00000222u, 0x0004007cu, 0x00000006u, 0x00002ff8u, - 0x00002ff7u, 0x0003003eu, 0x00002e0bu, 0x00002ff2u, 0x00050041u, 0x00000007u, 0x000036c7u, 0x00002e0bu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x000036c8u, 0x000036c7u, 0x00050084u, 0x00000006u, 0x000036c9u, - 0x00002dd5u, 0x000036c8u, 0x00050080u, 0x00000006u, 0x000036cau, 0x00002dd3u, 0x000036c9u, 0x00050041u, - 0x00000007u, 0x000036cbu, 0x00002e0bu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000036ccu, 0x000036cbu, - 0x000500c2u, 0x00000006u, 0x000036cdu, 0x000036ccu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000036cfu, - 0x000036cau, 0x000036cdu, 0x000500c7u, 0x00000006u, 0x000036d1u, 0x000036cfu, 0x00000f2au, 0x0004003du, - 0x00000006u, 0x000036d3u, 0x000036cbu, 0x000400c8u, 0x00000006u, 0x000036d4u, 0x000036d3u, 0x000500c7u, - 0x00000006u, 0x000036d5u, 0x000036d4u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000036d6u, 0x000036d5u, - 0x00000706u, 0x0004003du, 0x00000006u, 0x000036d9u, 0x000036c7u, 0x000500c7u, 0x00000006u, 0x000036dau, - 0x000036d9u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000036dbu, 0x000036dau, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x000036ddu, 0x000036d1u, 0x000036dbu, 0x000500c6u, 0x00000006u, 0x000036dfu, 0x000036ddu, - 0x00000466u, 0x00080041u, 0x00000673u, 0x000036e2u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x000036dfu, 0x0004003du, 0x0000000fu, 0x000036e3u, 0x000036e2u, 0x00040071u, 0x00000006u, 0x000036e4u, - 0x000036e3u, 0x000500c2u, 0x00000006u, 0x000036e7u, 0x000036e4u, 0x000036d6u, 0x000500c7u, 0x00000006u, - 0x000036e8u, 0x000036e7u, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x000036eau, 0x00002ff5u, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x000036ecu, 0x000036e8u, 0x000036eau, 0x000500c4u, 0x00000006u, 0x000036eeu, - 0x000036ecu, 0x0000022fu, 0x00050080u, 0x00000006u, 0x000036f0u, 0x000036eeu, 0x00002ff8u, 0x000500c6u, - 0x00000006u, 0x000036f3u, 0x000036f0u, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x000036f6u, 0x00000f5bu, - 0x000036f3u, 0x00080041u, 0x00000694u, 0x000036f7u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x000036f6u, 0x0004003du, 0x00000011u, 0x000036f8u, 0x000036f7u, 0x00040071u, 0x00000006u, 0x000036f9u, - 0x000036f8u, 0x000300f7u, 0x00003701u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x000036fbu, 0x000036feu, - 0x000200f8u, 0x000036feu, 0x00060050u, 0x0000030eu, 0x0000371du, 0x000036f9u, 0x000036f9u, 0x000036f9u, - 0x000500c2u, 0x0000030eu, 0x0000371eu, 0x0000371du, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00003720u, - 0x0000371eu, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003723u, 0x00003720u, 0x0000b411u, 0x000500c2u, - 0x0000030eu, 0x00003726u, 0x00003720u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00003727u, 0x00003723u, - 0x00003726u, 0x000500c7u, 0x00000006u, 0x00003729u, 0x000036f9u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x0000372au, 0x00003729u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000372cu, 0x00003727u, 0x0004007cu, - 0x000004b8u, 0x0000372du, 0x0000372cu, 0x00040071u, 0x00000011u, 0x0000372fu, 0x0000372au, 0x0004007cu, - 0x00000012u, 0x00003730u, 0x0000372fu, 0x00050051u, 0x00000012u, 0x00003731u, 0x0000372du, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00003732u, 0x0000372du, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003733u, - 0x0000372du, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003734u, 0x00003731u, 0x00003732u, 0x00003733u, - 0x00003730u, 0x000200f9u, 0x00003701u, 0x000200f8u, 0x000036fbu, 0x000500c2u, 0x00000006u, 0x00003708u, - 0x000036f9u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000370au, 0x000036f9u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x0000370cu, 0x00003708u, 0x0004007cu, 0x00000012u, 0x0000370du, 0x0000370cu, 0x00040071u, - 0x00000011u, 0x00003715u, 0x0000370au, 0x0004007cu, 0x00000012u, 0x00003716u, 0x00003715u, 0x00070050u, - 0x00000013u, 0x00003717u, 0x0000370du, 0x0000370du, 0x0000370du, 0x00003716u, 0x000200f9u, 0x00003701u, - 0x000200f8u, 0x00003701u, 0x000700f5u, 0x00000013u, 0x000076dbu, 0x00003717u, 0x000036fbu, 0x00003734u, - 0x000036feu, 0x000300f7u, 0x00003018u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00002fffu, 0x00003018u, - 0x000200f8u, 0x00002fffu, 0x00050050u, 0x000000efu, 0x00003002u, 0x000076c0u, 0x00002f8cu, 0x0004007cu, - 0x000000b0u, 0x00003003u, 0x00003002u, 0x0003003eu, 0x00002e13u, 0x00003003u, 0x00050041u, 0x00000007u, - 0x00003743u, 0x00002e13u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003744u, 0x00003743u, 0x00050084u, - 0x00000006u, 0x00003745u, 0x00002dd5u, 0x00003744u, 0x00050080u, 0x00000006u, 0x00003746u, 0x00002dd3u, - 0x00003745u, 0x00050041u, 0x00000007u, 0x00003747u, 0x00002e13u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00003748u, 0x00003747u, 0x000500c2u, 0x00000006u, 0x00003749u, 0x00003748u, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x0000374bu, 0x00003746u, 0x00003749u, 0x000500c7u, 0x00000006u, 0x0000374du, 0x0000374bu, - 0x00000f2au, 0x0004003du, 0x00000006u, 0x0000374fu, 0x00003747u, 0x000400c8u, 0x00000006u, 0x00003750u, - 0x0000374fu, 0x000500c7u, 0x00000006u, 0x00003751u, 0x00003750u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00003752u, 0x00003751u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00003755u, 0x00003743u, 0x000500c7u, - 0x00000006u, 0x00003756u, 0x00003755u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003757u, 0x00003756u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003759u, 0x0000374du, 0x00003757u, 0x000500c6u, 0x00000006u, - 0x0000375bu, 0x00003759u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000375eu, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x0000375bu, 0x0004003du, 0x0000000fu, 0x0000375fu, 0x0000375eu, 0x00040071u, - 0x00000006u, 0x00003760u, 0x0000375fu, 0x000500c2u, 0x00000006u, 0x00003763u, 0x00003760u, 0x00003752u, - 0x000500c7u, 0x00000006u, 0x00003764u, 0x00003763u, 0x00000e95u, 0x000500c5u, 0x00000006u, 0x00003768u, - 0x00003764u, 0x000036eau, 0x000500c4u, 0x00000006u, 0x0000376au, 0x00003768u, 0x0000022fu, 0x00050080u, - 0x00000006u, 0x0000376cu, 0x0000376au, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x0000376fu, 0x0000376cu, - 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x00003772u, 0x00000f5bu, 0x0000376fu, 0x00080041u, 0x00000694u, - 0x00003773u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003772u, 0x0004003du, 0x00000011u, - 0x00003774u, 0x00003773u, 0x00040071u, 0x00000006u, 0x00003775u, 0x00003774u, 0x000300f7u, 0x0000377du, - 0x00000000u, 0x000400fau, 0x000022e6u, 0x00003777u, 0x0000377au, 0x000200f8u, 0x0000377au, 0x00060050u, - 0x0000030eu, 0x00003799u, 0x00003775u, 0x00003775u, 0x00003775u, 0x000500c2u, 0x0000030eu, 0x0000379au, - 0x00003799u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x0000379cu, 0x0000379au, 0x0000b410u, 0x000500c4u, - 0x0000030eu, 0x0000379fu, 0x0000379cu, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x000037a2u, 0x0000379cu, - 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x000037a3u, 0x0000379fu, 0x000037a2u, 0x000500c7u, 0x00000006u, - 0x000037a5u, 0x00003775u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000037a6u, 0x000037a5u, 0x000006c5u, - 0x00040071u, 0x000004bcu, 0x000037a8u, 0x000037a3u, 0x0004007cu, 0x000004b8u, 0x000037a9u, 0x000037a8u, - 0x00040071u, 0x00000011u, 0x000037abu, 0x000037a6u, 0x0004007cu, 0x00000012u, 0x000037acu, 0x000037abu, - 0x00050051u, 0x00000012u, 0x000037adu, 0x000037a9u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000037aeu, - 0x000037a9u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000037afu, 0x000037a9u, 0x00000002u, 0x00070050u, - 0x00000013u, 0x000037b0u, 0x000037adu, 0x000037aeu, 0x000037afu, 0x000037acu, 0x000200f9u, 0x0000377du, - 0x000200f8u, 0x00003777u, 0x000500c2u, 0x00000006u, 0x00003784u, 0x00003775u, 0x0000025fu, 0x000500c7u, - 0x00000006u, 0x00003786u, 0x00003775u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003788u, 0x00003784u, - 0x0004007cu, 0x00000012u, 0x00003789u, 0x00003788u, 0x00040071u, 0x00000011u, 0x00003791u, 0x00003786u, - 0x0004007cu, 0x00000012u, 0x00003792u, 0x00003791u, 0x00070050u, 0x00000013u, 0x00003793u, 0x00003789u, - 0x00003789u, 0x00003789u, 0x00003792u, 0x000200f9u, 0x0000377du, 0x000200f8u, 0x0000377du, 0x000700f5u, - 0x00000013u, 0x000076ddu, 0x00003793u, 0x00003777u, 0x000037b0u, 0x0000377au, 0x00050050u, 0x000000efu, - 0x0000300eu, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x0000300fu, 0x0000300eu, 0x0003003eu, - 0x00002e1bu, 0x0000300fu, 0x00050041u, 0x00000007u, 0x000037bfu, 0x00002e1bu, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000037c0u, 0x000037bfu, 0x00050084u, 0x00000006u, 0x000037c1u, 0x00002dd5u, 0x000037c0u, - 0x00050080u, 0x00000006u, 0x000037c2u, 0x00002dd3u, 0x000037c1u, 0x00050041u, 0x00000007u, 0x000037c3u, - 0x00002e1bu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000037c4u, 0x000037c3u, 0x000500c2u, 0x00000006u, - 0x000037c5u, 0x000037c4u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000037c7u, 0x000037c2u, 0x000037c5u, - 0x000500c7u, 0x00000006u, 0x000037c9u, 0x000037c7u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x000037cbu, - 0x000037c3u, 0x000400c8u, 0x00000006u, 0x000037ccu, 0x000037cbu, 0x000500c7u, 0x00000006u, 0x000037cdu, - 0x000037ccu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000037ceu, 0x000037cdu, 0x00000706u, 0x0004003du, - 0x00000006u, 0x000037d1u, 0x000037bfu, 0x000500c7u, 0x00000006u, 0x000037d2u, 0x000037d1u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x000037d3u, 0x000037d2u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000037d5u, - 0x000037c9u, 0x000037d3u, 0x000500c6u, 0x00000006u, 0x000037d7u, 0x000037d5u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x000037dau, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000037d7u, 0x0004003du, - 0x0000000fu, 0x000037dbu, 0x000037dau, 0x00040071u, 0x00000006u, 0x000037dcu, 0x000037dbu, 0x000500c2u, - 0x00000006u, 0x000037dfu, 0x000037dcu, 0x000037ceu, 0x000500c7u, 0x00000006u, 0x000037e0u, 0x000037dfu, - 0x00000e95u, 0x000500c5u, 0x00000006u, 0x000037e4u, 0x000037e0u, 0x000036eau, 0x000500c4u, 0x00000006u, - 0x000037e6u, 0x000037e4u, 0x0000022fu, 0x00050080u, 0x00000006u, 0x000037e8u, 0x000037e6u, 0x00000388u, - 0x000500c6u, 0x00000006u, 0x000037ebu, 0x000037e8u, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x000037eeu, - 0x00000f5bu, 0x000037ebu, 0x00080041u, 0x00000694u, 0x000037efu, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x000037eeu, 0x0004003du, 0x00000011u, 0x000037f0u, 0x000037efu, 0x00040071u, 0x00000006u, - 0x000037f1u, 0x000037f0u, 0x000300f7u, 0x000037f9u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x000037f3u, - 0x000037f6u, 0x000200f8u, 0x000037f6u, 0x00060050u, 0x0000030eu, 0x00003815u, 0x000037f1u, 0x000037f1u, - 0x000037f1u, 0x000500c2u, 0x0000030eu, 0x00003816u, 0x00003815u, 0x00000e33u, 0x000500c7u, 0x0000030eu, - 0x00003818u, 0x00003816u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x0000381bu, 0x00003818u, 0x0000b411u, - 0x000500c2u, 0x0000030eu, 0x0000381eu, 0x00003818u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x0000381fu, - 0x0000381bu, 0x0000381eu, 0x000500c7u, 0x00000006u, 0x00003821u, 0x000037f1u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00003822u, 0x00003821u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003824u, 0x0000381fu, - 0x0004007cu, 0x000004b8u, 0x00003825u, 0x00003824u, 0x00040071u, 0x00000011u, 0x00003827u, 0x00003822u, - 0x0004007cu, 0x00000012u, 0x00003828u, 0x00003827u, 0x00050051u, 0x00000012u, 0x00003829u, 0x00003825u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x0000382au, 0x00003825u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x0000382bu, 0x00003825u, 0x00000002u, 0x00070050u, 0x00000013u, 0x0000382cu, 0x00003829u, 0x0000382au, - 0x0000382bu, 0x00003828u, 0x000200f9u, 0x000037f9u, 0x000200f8u, 0x000037f3u, 0x000500c2u, 0x00000006u, - 0x00003800u, 0x000037f1u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00003802u, 0x000037f1u, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00003804u, 0x00003800u, 0x0004007cu, 0x00000012u, 0x00003805u, 0x00003804u, - 0x00040071u, 0x00000011u, 0x0000380du, 0x00003802u, 0x0004007cu, 0x00000012u, 0x0000380eu, 0x0000380du, - 0x00070050u, 0x00000013u, 0x0000380fu, 0x00003805u, 0x00003805u, 0x00003805u, 0x0000380eu, 0x000200f9u, - 0x000037f9u, 0x000200f8u, 0x000037f9u, 0x000700f5u, 0x00000013u, 0x000076deu, 0x0000380fu, 0x000037f3u, - 0x0000382cu, 0x000037f6u, 0x000200f9u, 0x00003018u, 0x000200f8u, 0x00003018u, 0x000700f5u, 0x00000013u, - 0x0000786bu, 0x00007835u, 0x00003701u, 0x000076deu, 0x000037f9u, 0x000700f5u, 0x00000013u, 0x000077edu, - 0x000077b6u, 0x00003701u, 0x000076ddu, 0x000037f9u, 0x000300f7u, 0x00003027u, 0x00000000u, 0x000400fau, - 0x00002f98u, 0x0000301au, 0x00003027u, 0x000200f8u, 0x0000301au, 0x00050050u, 0x000000efu, 0x0000301du, - 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x0000301eu, 0x0000301du, 0x0003003eu, 0x00002e23u, - 0x0000301eu, 0x00050041u, 0x00000007u, 0x0000383bu, 0x00002e23u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x0000383cu, 0x0000383bu, 0x00050084u, 0x00000006u, 0x0000383du, 0x00002dd5u, 0x0000383cu, 0x00050080u, - 0x00000006u, 0x0000383eu, 0x00002dd3u, 0x0000383du, 0x00050041u, 0x00000007u, 0x0000383fu, 0x00002e23u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003840u, 0x0000383fu, 0x000500c2u, 0x00000006u, 0x00003841u, - 0x00003840u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003843u, 0x0000383eu, 0x00003841u, 0x000500c7u, - 0x00000006u, 0x00003845u, 0x00003843u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x00003847u, 0x0000383fu, - 0x000400c8u, 0x00000006u, 0x00003848u, 0x00003847u, 0x000500c7u, 0x00000006u, 0x00003849u, 0x00003848u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000384au, 0x00003849u, 0x00000706u, 0x0004003du, 0x00000006u, - 0x0000384du, 0x0000383bu, 0x000500c7u, 0x00000006u, 0x0000384eu, 0x0000384du, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x0000384fu, 0x0000384eu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003851u, 0x00003845u, - 0x0000384fu, 0x000500c6u, 0x00000006u, 0x00003853u, 0x00003851u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00003856u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00003853u, 0x0004003du, 0x0000000fu, - 0x00003857u, 0x00003856u, 0x00040071u, 0x00000006u, 0x00003858u, 0x00003857u, 0x000500c2u, 0x00000006u, - 0x0000385bu, 0x00003858u, 0x0000384au, 0x000500c7u, 0x00000006u, 0x0000385cu, 0x0000385bu, 0x00000e95u, - 0x000500c5u, 0x00000006u, 0x00003860u, 0x0000385cu, 0x000036eau, 0x000500c4u, 0x00000006u, 0x00003862u, - 0x00003860u, 0x0000022fu, 0x00050080u, 0x00000006u, 0x00003864u, 0x00003862u, 0x00000466u, 0x000500c6u, - 0x00000006u, 0x00003867u, 0x00003864u, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x0000386au, 0x00000f5bu, - 0x00003867u, 0x00080041u, 0x00000694u, 0x0000386bu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x0000386au, 0x0004003du, 0x00000011u, 0x0000386cu, 0x0000386bu, 0x00040071u, 0x00000006u, 0x0000386du, - 0x0000386cu, 0x000300f7u, 0x00003875u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x0000386fu, 0x00003872u, - 0x000200f8u, 0x00003872u, 0x00060050u, 0x0000030eu, 0x00003891u, 0x0000386du, 0x0000386du, 0x0000386du, - 0x000500c2u, 0x0000030eu, 0x00003892u, 0x00003891u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00003894u, - 0x00003892u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003897u, 0x00003894u, 0x0000b411u, 0x000500c2u, - 0x0000030eu, 0x0000389au, 0x00003894u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x0000389bu, 0x00003897u, - 0x0000389au, 0x000500c7u, 0x00000006u, 0x0000389du, 0x0000386du, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x0000389eu, 0x0000389du, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000038a0u, 0x0000389bu, 0x0004007cu, - 0x000004b8u, 0x000038a1u, 0x000038a0u, 0x00040071u, 0x00000011u, 0x000038a3u, 0x0000389eu, 0x0004007cu, - 0x00000012u, 0x000038a4u, 0x000038a3u, 0x00050051u, 0x00000012u, 0x000038a5u, 0x000038a1u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x000038a6u, 0x000038a1u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000038a7u, - 0x000038a1u, 0x00000002u, 0x00070050u, 0x00000013u, 0x000038a8u, 0x000038a5u, 0x000038a6u, 0x000038a7u, - 0x000038a4u, 0x000200f9u, 0x00003875u, 0x000200f8u, 0x0000386fu, 0x000500c2u, 0x00000006u, 0x0000387cu, - 0x0000386du, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000387eu, 0x0000386du, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00003880u, 0x0000387cu, 0x0004007cu, 0x00000012u, 0x00003881u, 0x00003880u, 0x00040071u, - 0x00000011u, 0x00003889u, 0x0000387eu, 0x0004007cu, 0x00000012u, 0x0000388au, 0x00003889u, 0x00070050u, - 0x00000013u, 0x0000388bu, 0x00003881u, 0x00003881u, 0x00003881u, 0x0000388au, 0x000200f9u, 0x00003875u, - 0x000200f8u, 0x00003875u, 0x000700f5u, 0x00000013u, 0x000076dfu, 0x0000388bu, 0x0000386fu, 0x000038a8u, - 0x00003872u, 0x000200f9u, 0x00003027u, 0x000200f8u, 0x00003027u, 0x000700f5u, 0x00000013u, 0x000078e5u, - 0x000078afu, 0x00003018u, 0x000076dfu, 0x00003875u, 0x000200f9u, 0x00003054u, 0x000200f8u, 0x00002fc4u, - 0x0004007cu, 0x000000b0u, 0x00002fc6u, 0x000076d1u, 0x000600a9u, 0x00000008u, 0x00002fc8u, 0x00002fa2u, - 0x00000232u, 0x00000222u, 0x0004007cu, 0x00000006u, 0x00002fc9u, 0x00002fc8u, 0x0003003eu, 0x00002e42u, - 0x00002fc6u, 0x00050041u, 0x00000007u, 0x00003506u, 0x00002e42u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003507u, 0x00003506u, 0x00050084u, 0x00000006u, 0x00003508u, 0x00002dd5u, 0x00003507u, 0x00050080u, - 0x00000006u, 0x00003509u, 0x00002dd3u, 0x00003508u, 0x00050041u, 0x00000007u, 0x0000350au, 0x00002e42u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000350bu, 0x0000350au, 0x00050084u, 0x00000006u, 0x0000350cu, - 0x0000350bu, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000350eu, 0x00003509u, 0x0000350cu, 0x000500c7u, - 0x00000006u, 0x00003510u, 0x0000350eu, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x00003512u, 0x00003510u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003514u, 0x00003506u, 0x000500c7u, 0x00000006u, 0x00003515u, - 0x00003514u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003516u, 0x00003515u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00003518u, 0x00003512u, 0x00003516u, 0x000500c6u, 0x00000006u, 0x0000351au, 0x00003518u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000351du, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x0000351au, 0x0004003du, 0x00000011u, 0x0000351eu, 0x0000351du, 0x00040071u, 0x00000006u, 0x0000351fu, - 0x0000351eu, 0x000500c2u, 0x00000006u, 0x00003521u, 0x0000351fu, 0x0000023bu, 0x000500c7u, 0x00000006u, - 0x00003522u, 0x00003521u, 0x00000ffbu, 0x00050080u, 0x00000006u, 0x00003524u, 0x00003522u, 0x00002fc9u, - 0x000500c6u, 0x00000006u, 0x00003527u, 0x00003524u, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x0000352au, - 0x00000f5bu, 0x00003527u, 0x00080041u, 0x00000694u, 0x0000352bu, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x0000352au, 0x0004003du, 0x00000011u, 0x0000352cu, 0x0000352bu, 0x00040071u, 0x00000006u, - 0x0000352du, 0x0000352cu, 0x000300f7u, 0x00003535u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x0000352fu, - 0x00003532u, 0x000200f8u, 0x00003532u, 0x00060050u, 0x0000030eu, 0x00003551u, 0x0000352du, 0x0000352du, - 0x0000352du, 0x000500c2u, 0x0000030eu, 0x00003552u, 0x00003551u, 0x00000e33u, 0x000500c7u, 0x0000030eu, - 0x00003554u, 0x00003552u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00003557u, 0x00003554u, 0x0000b411u, - 0x000500c2u, 0x0000030eu, 0x0000355au, 0x00003554u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x0000355bu, - 0x00003557u, 0x0000355au, 0x000500c7u, 0x00000006u, 0x0000355du, 0x0000352du, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x0000355eu, 0x0000355du, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003560u, 0x0000355bu, - 0x0004007cu, 0x000004b8u, 0x00003561u, 0x00003560u, 0x00040071u, 0x00000011u, 0x00003563u, 0x0000355eu, - 0x0004007cu, 0x00000012u, 0x00003564u, 0x00003563u, 0x00050051u, 0x00000012u, 0x00003565u, 0x00003561u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x00003566u, 0x00003561u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x00003567u, 0x00003561u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003568u, 0x00003565u, 0x00003566u, - 0x00003567u, 0x00003564u, 0x000200f9u, 0x00003535u, 0x000200f8u, 0x0000352fu, 0x000500c2u, 0x00000006u, - 0x0000353cu, 0x0000352du, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000353eu, 0x0000352du, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00003540u, 0x0000353cu, 0x0004007cu, 0x00000012u, 0x00003541u, 0x00003540u, - 0x00040071u, 0x00000011u, 0x00003549u, 0x0000353eu, 0x0004007cu, 0x00000012u, 0x0000354au, 0x00003549u, - 0x00070050u, 0x00000013u, 0x0000354bu, 0x00003541u, 0x00003541u, 0x00003541u, 0x0000354au, 0x000200f9u, - 0x00003535u, 0x000200f8u, 0x00003535u, 0x000700f5u, 0x00000013u, 0x000076e0u, 0x0000354bu, 0x0000352fu, - 0x00003568u, 0x00003532u, 0x000300f7u, 0x00002fe3u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00002fd0u, - 0x00002fe3u, 0x000200f8u, 0x00002fd0u, 0x00050050u, 0x000000efu, 0x00002fd3u, 0x000076c0u, 0x00002f8cu, - 0x0004007cu, 0x000000b0u, 0x00002fd4u, 0x00002fd3u, 0x0003003eu, 0x00002e48u, 0x00002fd4u, 0x00050041u, - 0x00000007u, 0x00003576u, 0x00002e48u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003577u, 0x00003576u, - 0x00050084u, 0x00000006u, 0x00003578u, 0x00002dd5u, 0x00003577u, 0x00050080u, 0x00000006u, 0x00003579u, - 0x00002dd3u, 0x00003578u, 0x00050041u, 0x00000007u, 0x0000357au, 0x00002e48u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x0000357bu, 0x0000357au, 0x00050084u, 0x00000006u, 0x0000357cu, 0x0000357bu, 0x00000388u, - 0x00050080u, 0x00000006u, 0x0000357eu, 0x00003579u, 0x0000357cu, 0x000500c7u, 0x00000006u, 0x00003580u, - 0x0000357eu, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x00003582u, 0x00003580u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00003584u, 0x00003576u, 0x000500c7u, 0x00000006u, 0x00003585u, 0x00003584u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003586u, 0x00003585u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003588u, - 0x00003582u, 0x00003586u, 0x000500c6u, 0x00000006u, 0x0000358au, 0x00003588u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x0000358du, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000358au, 0x0004003du, - 0x00000011u, 0x0000358eu, 0x0000358du, 0x00040071u, 0x00000006u, 0x0000358fu, 0x0000358eu, 0x000500c2u, - 0x00000006u, 0x00003591u, 0x0000358fu, 0x0000023bu, 0x000500c7u, 0x00000006u, 0x00003592u, 0x00003591u, - 0x00000ffbu, 0x00050080u, 0x00000006u, 0x00003594u, 0x00003592u, 0x0000045eu, 0x000500c6u, 0x00000006u, - 0x00003597u, 0x00003594u, 0x00002fbfu, 0x000500c5u, 0x00000006u, 0x0000359au, 0x00000f5bu, 0x00003597u, - 0x00080041u, 0x00000694u, 0x0000359bu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000359au, - 0x0004003du, 0x00000011u, 0x0000359cu, 0x0000359bu, 0x00040071u, 0x00000006u, 0x0000359du, 0x0000359cu, - 0x000300f7u, 0x000035a5u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x0000359fu, 0x000035a2u, 0x000200f8u, - 0x000035a2u, 0x00060050u, 0x0000030eu, 0x000035c1u, 0x0000359du, 0x0000359du, 0x0000359du, 0x000500c2u, - 0x0000030eu, 0x000035c2u, 0x000035c1u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x000035c4u, 0x000035c2u, - 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x000035c7u, 0x000035c4u, 0x0000b411u, 0x000500c2u, 0x0000030eu, - 0x000035cau, 0x000035c4u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x000035cbu, 0x000035c7u, 0x000035cau, - 0x000500c7u, 0x00000006u, 0x000035cdu, 0x0000359du, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000035ceu, - 0x000035cdu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000035d0u, 0x000035cbu, 0x0004007cu, 0x000004b8u, - 0x000035d1u, 0x000035d0u, 0x00040071u, 0x00000011u, 0x000035d3u, 0x000035ceu, 0x0004007cu, 0x00000012u, - 0x000035d4u, 0x000035d3u, 0x00050051u, 0x00000012u, 0x000035d5u, 0x000035d1u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x000035d6u, 0x000035d1u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000035d7u, 0x000035d1u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x000035d8u, 0x000035d5u, 0x000035d6u, 0x000035d7u, 0x000035d4u, - 0x000200f9u, 0x000035a5u, 0x000200f8u, 0x0000359fu, 0x000500c2u, 0x00000006u, 0x000035acu, 0x0000359du, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x000035aeu, 0x0000359du, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x000035b0u, 0x000035acu, 0x0004007cu, 0x00000012u, 0x000035b1u, 0x000035b0u, 0x00040071u, 0x00000011u, - 0x000035b9u, 0x000035aeu, 0x0004007cu, 0x00000012u, 0x000035bau, 0x000035b9u, 0x00070050u, 0x00000013u, - 0x000035bbu, 0x000035b1u, 0x000035b1u, 0x000035b1u, 0x000035bau, 0x000200f9u, 0x000035a5u, 0x000200f8u, - 0x000035a5u, 0x000700f5u, 0x00000013u, 0x000076e2u, 0x000035bbu, 0x0000359fu, 0x000035d8u, 0x000035a2u, - 0x00050050u, 0x000000efu, 0x00002fdcu, 0x000076bcu, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00002fddu, - 0x00002fdcu, 0x0003003eu, 0x00002e4eu, 0x00002fddu, 0x00050041u, 0x00000007u, 0x000035e6u, 0x00002e4eu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x000035e7u, 0x000035e6u, 0x00050084u, 0x00000006u, 0x000035e8u, - 0x00002dd5u, 0x000035e7u, 0x00050080u, 0x00000006u, 0x000035e9u, 0x00002dd3u, 0x000035e8u, 0x00050041u, - 0x00000007u, 0x000035eau, 0x00002e4eu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000035ebu, 0x000035eau, - 0x00050084u, 0x00000006u, 0x000035ecu, 0x000035ebu, 0x00000388u, 0x00050080u, 0x00000006u, 0x000035eeu, - 0x000035e9u, 0x000035ecu, 0x000500c7u, 0x00000006u, 0x000035f0u, 0x000035eeu, 0x00000f2au, 0x000500c2u, - 0x00000006u, 0x000035f2u, 0x000035f0u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000035f4u, 0x000035e6u, - 0x000500c7u, 0x00000006u, 0x000035f5u, 0x000035f4u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000035f6u, - 0x000035f5u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000035f8u, 0x000035f2u, 0x000035f6u, 0x000500c6u, - 0x00000006u, 0x000035fau, 0x000035f8u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000035fdu, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x000035fau, 0x0004003du, 0x00000011u, 0x000035feu, 0x000035fdu, - 0x00040071u, 0x00000006u, 0x000035ffu, 0x000035feu, 0x000500c2u, 0x00000006u, 0x00003601u, 0x000035ffu, - 0x0000023bu, 0x000500c7u, 0x00000006u, 0x00003602u, 0x00003601u, 0x00000ffbu, 0x00050080u, 0x00000006u, - 0x00003604u, 0x00003602u, 0x00000388u, 0x000500c6u, 0x00000006u, 0x00003607u, 0x00003604u, 0x00002fbfu, - 0x000500c5u, 0x00000006u, 0x0000360au, 0x00000f5bu, 0x00003607u, 0x00080041u, 0x00000694u, 0x0000360bu, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000360au, 0x0004003du, 0x00000011u, 0x0000360cu, - 0x0000360bu, 0x00040071u, 0x00000006u, 0x0000360du, 0x0000360cu, 0x000300f7u, 0x00003615u, 0x00000000u, - 0x000400fau, 0x000022e6u, 0x0000360fu, 0x00003612u, 0x000200f8u, 0x00003612u, 0x00060050u, 0x0000030eu, - 0x00003631u, 0x0000360du, 0x0000360du, 0x0000360du, 0x000500c2u, 0x0000030eu, 0x00003632u, 0x00003631u, - 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00003634u, 0x00003632u, 0x0000b410u, 0x000500c4u, 0x0000030eu, - 0x00003637u, 0x00003634u, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x0000363au, 0x00003634u, 0x0000b412u, - 0x000500c5u, 0x0000030eu, 0x0000363bu, 0x00003637u, 0x0000363au, 0x000500c7u, 0x00000006u, 0x0000363du, - 0x0000360du, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000363eu, 0x0000363du, 0x000006c5u, 0x00040071u, - 0x000004bcu, 0x00003640u, 0x0000363bu, 0x0004007cu, 0x000004b8u, 0x00003641u, 0x00003640u, 0x00040071u, - 0x00000011u, 0x00003643u, 0x0000363eu, 0x0004007cu, 0x00000012u, 0x00003644u, 0x00003643u, 0x00050051u, - 0x00000012u, 0x00003645u, 0x00003641u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00003646u, 0x00003641u, - 0x00000001u, 0x00050051u, 0x00000012u, 0x00003647u, 0x00003641u, 0x00000002u, 0x00070050u, 0x00000013u, - 0x00003648u, 0x00003645u, 0x00003646u, 0x00003647u, 0x00003644u, 0x000200f9u, 0x00003615u, 0x000200f8u, - 0x0000360fu, 0x000500c2u, 0x00000006u, 0x0000361cu, 0x0000360du, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x0000361eu, 0x0000360du, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003620u, 0x0000361cu, 0x0004007cu, - 0x00000012u, 0x00003621u, 0x00003620u, 0x00040071u, 0x00000011u, 0x00003629u, 0x0000361eu, 0x0004007cu, - 0x00000012u, 0x0000362au, 0x00003629u, 0x00070050u, 0x00000013u, 0x0000362bu, 0x00003621u, 0x00003621u, - 0x00003621u, 0x0000362au, 0x000200f9u, 0x00003615u, 0x000200f8u, 0x00003615u, 0x000700f5u, 0x00000013u, - 0x000076e3u, 0x0000362bu, 0x0000360fu, 0x00003648u, 0x00003612u, 0x000200f9u, 0x00002fe3u, 0x000200f8u, - 0x00002fe3u, 0x000700f5u, 0x00000013u, 0x00007866u, 0x00007835u, 0x00003535u, 0x000076e3u, 0x00003615u, - 0x000700f5u, 0x00000013u, 0x000077e7u, 0x000077b6u, 0x00003535u, 0x000076e2u, 0x00003615u, 0x000300f7u, - 0x00002fefu, 0x00000000u, 0x000400fau, 0x00002f98u, 0x00002fe5u, 0x00002fefu, 0x000200f8u, 0x00002fe5u, - 0x00050050u, 0x000000efu, 0x00002fe8u, 0x000076c0u, 0x00002f8eu, 0x0004007cu, 0x000000b0u, 0x00002fe9u, - 0x00002fe8u, 0x0003003eu, 0x00002e54u, 0x00002fe9u, 0x00050041u, 0x00000007u, 0x00003656u, 0x00002e54u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003657u, 0x00003656u, 0x00050084u, 0x00000006u, 0x00003658u, - 0x00002dd5u, 0x00003657u, 0x00050080u, 0x00000006u, 0x00003659u, 0x00002dd3u, 0x00003658u, 0x00050041u, - 0x00000007u, 0x0000365au, 0x00002e54u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000365bu, 0x0000365au, - 0x00050084u, 0x00000006u, 0x0000365cu, 0x0000365bu, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000365eu, - 0x00003659u, 0x0000365cu, 0x000500c7u, 0x00000006u, 0x00003660u, 0x0000365eu, 0x00000f2au, 0x000500c2u, - 0x00000006u, 0x00003662u, 0x00003660u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003664u, 0x00003656u, - 0x000500c7u, 0x00000006u, 0x00003665u, 0x00003664u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003666u, - 0x00003665u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003668u, 0x00003662u, 0x00003666u, 0x000500c6u, - 0x00000006u, 0x0000366au, 0x00003668u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000366du, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000366au, 0x0004003du, 0x00000011u, 0x0000366eu, 0x0000366du, - 0x00040071u, 0x00000006u, 0x0000366fu, 0x0000366eu, 0x000500c2u, 0x00000006u, 0x00003671u, 0x0000366fu, - 0x0000023bu, 0x000500c7u, 0x00000006u, 0x00003672u, 0x00003671u, 0x00000ffbu, 0x00050080u, 0x00000006u, - 0x00003674u, 0x00003672u, 0x00000466u, 0x000500c6u, 0x00000006u, 0x00003677u, 0x00003674u, 0x00002fbfu, - 0x000500c5u, 0x00000006u, 0x0000367au, 0x00000f5bu, 0x00003677u, 0x00080041u, 0x00000694u, 0x0000367bu, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000367au, 0x0004003du, 0x00000011u, 0x0000367cu, - 0x0000367bu, 0x00040071u, 0x00000006u, 0x0000367du, 0x0000367cu, 0x000300f7u, 0x00003685u, 0x00000000u, - 0x000400fau, 0x000022e6u, 0x0000367fu, 0x00003682u, 0x000200f8u, 0x00003682u, 0x00060050u, 0x0000030eu, - 0x000036a1u, 0x0000367du, 0x0000367du, 0x0000367du, 0x000500c2u, 0x0000030eu, 0x000036a2u, 0x000036a1u, - 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x000036a4u, 0x000036a2u, 0x0000b410u, 0x000500c4u, 0x0000030eu, - 0x000036a7u, 0x000036a4u, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x000036aau, 0x000036a4u, 0x0000b412u, - 0x000500c5u, 0x0000030eu, 0x000036abu, 0x000036a7u, 0x000036aau, 0x000500c7u, 0x00000006u, 0x000036adu, - 0x0000367du, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000036aeu, 0x000036adu, 0x000006c5u, 0x00040071u, - 0x000004bcu, 0x000036b0u, 0x000036abu, 0x0004007cu, 0x000004b8u, 0x000036b1u, 0x000036b0u, 0x00040071u, - 0x00000011u, 0x000036b3u, 0x000036aeu, 0x0004007cu, 0x00000012u, 0x000036b4u, 0x000036b3u, 0x00050051u, - 0x00000012u, 0x000036b5u, 0x000036b1u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000036b6u, 0x000036b1u, - 0x00000001u, 0x00050051u, 0x00000012u, 0x000036b7u, 0x000036b1u, 0x00000002u, 0x00070050u, 0x00000013u, - 0x000036b8u, 0x000036b5u, 0x000036b6u, 0x000036b7u, 0x000036b4u, 0x000200f9u, 0x00003685u, 0x000200f8u, - 0x0000367fu, 0x000500c2u, 0x00000006u, 0x0000368cu, 0x0000367du, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x0000368eu, 0x0000367du, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003690u, 0x0000368cu, 0x0004007cu, - 0x00000012u, 0x00003691u, 0x00003690u, 0x00040071u, 0x00000011u, 0x00003699u, 0x0000368eu, 0x0004007cu, - 0x00000012u, 0x0000369au, 0x00003699u, 0x00070050u, 0x00000013u, 0x0000369bu, 0x00003691u, 0x00003691u, - 0x00003691u, 0x0000369au, 0x000200f9u, 0x00003685u, 0x000200f8u, 0x00003685u, 0x000700f5u, 0x00000013u, - 0x000076e4u, 0x0000369bu, 0x0000367fu, 0x000036b8u, 0x00003682u, 0x000200f9u, 0x00002fefu, 0x000200f8u, - 0x00002fefu, 0x000700f5u, 0x00000013u, 0x000078dfu, 0x000078afu, 0x00002fe3u, 0x000076e4u, 0x00003685u, - 0x000200f9u, 0x00003054u, 0x000200f8u, 0x00003054u, 0x000900f5u, 0x00000013u, 0x000078deu, 0x000078dfu, - 0x00002fefu, 0x000078e5u, 0x00003027u, 0x000078eau, 0x00003053u, 0x000900f5u, 0x00000013u, 0x00007864u, - 0x00007866u, 0x00002fefu, 0x0000786bu, 0x00003027u, 0x0000786fu, 0x00003053u, 0x000900f5u, 0x00000013u, - 0x000077e5u, 0x000077e7u, 0x00002fefu, 0x000077edu, 0x00003027u, 0x000077f2u, 0x00003053u, 0x000900f5u, - 0x00000013u, 0x00007730u, 0x000076e0u, 0x00002fefu, 0x000076dbu, 0x00003027u, 0x000076d5u, 0x00003053u, - 0x000200f9u, 0x00003055u, 0x000200f8u, 0x00003055u, 0x000700f5u, 0x00000013u, 0x00007895u, 0x000078afu, - 0x00002fb5u, 0x000078deu, 0x00003054u, 0x000700f5u, 0x00000013u, 0x0000781bu, 0x00007835u, 0x00002fb5u, - 0x00007864u, 0x00003054u, 0x000700f5u, 0x00000013u, 0x0000779cu, 0x000077b6u, 0x00002fb5u, 0x000077e5u, - 0x00003054u, 0x000700f5u, 0x00000013u, 0x000076e6u, 0x00007700u, 0x00002fb5u, 0x00007730u, 0x00003054u, - 0x000200f9u, 0x0000327cu, 0x000200f8u, 0x0000327cu, 0x000700f5u, 0x00000013u, 0x00007894u, 0x00007895u, - 0x00003055u, 0x000078efu, 0x0000327bu, 0x000700f5u, 0x00000013u, 0x0000781au, 0x0000781bu, 0x00003055u, - 0x00007872u, 0x0000327bu, 0x000700f5u, 0x00000013u, 0x0000779bu, 0x0000779cu, 0x00003055u, 0x000077f6u, - 0x0000327bu, 0x000700f5u, 0x00000013u, 0x000076e5u, 0x000076e6u, 0x00003055u, 0x00007740u, 0x0000327bu, - 0x000300f7u, 0x00003408u, 0x00000000u, 0x000400fau, 0x00002fa0u, 0x00003359u, 0x000033ccu, 0x000200f8u, - 0x000033ccu, 0x000300f7u, 0x00003407u, 0x00000000u, 0x000400fau, 0x00002f98u, 0x000033ceu, 0x000033dau, - 0x000200f8u, 0x000033dau, 0x000500a7u, 0x00000069u, 0x000033ddu, 0x00002325u, 0x000022e9u, 0x000300f7u, - 0x00003406u, 0x00000000u, 0x000400fau, 0x000033ddu, 0x000033deu, 0x00003404u, 0x000200f8u, 0x00003404u, - 0x000200f9u, 0x00003406u, 0x000200f8u, 0x000033deu, 0x000300f7u, 0x000033e8u, 0x00000000u, 0x000400fau, - 0x00002fa2u, 0x000033e1u, 0x000033e6u, 0x000200f8u, 0x000033e6u, 0x0004003du, 0x000000efu, 0x000033e7u, - 0x00002df2u, 0x000200f9u, 0x000033e8u, 0x000200f8u, 0x000033e1u, 0x0004003du, 0x000000efu, 0x000033e2u, - 0x00002df2u, 0x0007004fu, 0x000000efu, 0x000033e3u, 0x000033e2u, 0x000033e2u, 0x00000001u, 0x00000000u, - 0x00050082u, 0x000000efu, 0x000033e5u, 0x0000b416u, 0x000033e3u, 0x000200f9u, 0x000033e8u, 0x000200f8u, - 0x000033e8u, 0x000700f5u, 0x000000efu, 0x00007799u, 0x000033e5u, 0x000033e1u, 0x000033e7u, 0x000033e6u, - 0x00040072u, 0x000001aeu, 0x000033eau, 0x00007799u, 0x0003003eu, 0x00002f38u, 0x000033eau, 0x00050082u, - 0x00000013u, 0x000033edu, 0x0000779bu, 0x000076e5u, 0x00050041u, 0x000001cbu, 0x000033eeu, 0x00002f38u, - 0x0000032fu, 0x0004003du, 0x00000012u, 0x000033efu, 0x000033eeu, 0x00070050u, 0x00000013u, 0x000033f0u, - 0x000033efu, 0x000033efu, 0x000033efu, 0x000033efu, 0x00050084u, 0x00000013u, 0x000033f1u, 0x000033edu, - 0x000033f0u, 0x00050082u, 0x00000013u, 0x000033f4u, 0x0000781au, 0x000076e5u, 0x00050041u, 0x000001cbu, - 0x000033f5u, 0x00002f38u, 0x0000045eu, 0x0004003du, 0x00000012u, 0x000033f6u, 0x000033f5u, 0x00070050u, - 0x00000013u, 0x000033f7u, 0x000033f6u, 0x000033f6u, 0x000033f6u, 0x000033f6u, 0x00050084u, 0x00000013u, - 0x000033f8u, 0x000033f4u, 0x000033f7u, 0x00050080u, 0x00000013u, 0x000033fau, 0x000033f1u, 0x000033f8u, - 0x00050080u, 0x00000013u, 0x000033fdu, 0x000033fau, 0x0000b417u, 0x000500c3u, 0x00000013u, 0x00003400u, - 0x000033fdu, 0x0000b418u, 0x00050080u, 0x00000013u, 0x00003403u, 0x00003400u, 0x000076e5u, 0x000200f9u, - 0x00003406u, 0x000200f8u, 0x00003406u, 0x000700f5u, 0x00000013u, 0x00007950u, 0x00003403u, 0x000033e8u, - 0x000076e5u, 0x00003404u, 0x000200f9u, 0x00003407u, 0x000200f8u, 0x000033ceu, 0x00050080u, 0x00000013u, - 0x000033d1u, 0x000076e5u, 0x0000781au, 0x00050080u, 0x00000013u, 0x000033d3u, 0x000033d1u, 0x0000779bu, - 0x00050080u, 0x00000013u, 0x000033d5u, 0x000033d3u, 0x00007894u, 0x00050080u, 0x00000013u, 0x000033d7u, - 0x000033d5u, 0x0000b413u, 0x000500c3u, 0x00000013u, 0x000033d9u, 0x000033d7u, 0x0000b413u, 0x000200f9u, - 0x00003407u, 0x000200f8u, 0x00003407u, 0x000700f5u, 0x00000013u, 0x0000794fu, 0x000033d9u, 0x000033ceu, - 0x00007950u, 0x00003406u, 0x000200f9u, 0x00003408u, 0x000200f8u, 0x00003359u, 0x000300f7u, 0x000033cbu, - 0x00000000u, 0x000400fau, 0x000022e9u, 0x0000335bu, 0x000033c9u, 0x000200f8u, 0x000033c9u, 0x000200f9u, - 0x000033cbu, 0x000200f8u, 0x0000335bu, 0x000300f7u, 0x000033c1u, 0x00000000u, 0x000400fau, 0x00002325u, - 0x0000335du, 0x000033a5u, 0x000200f8u, 0x000033a5u, 0x0004003du, 0x00000008u, 0x000033a7u, 0x00002f6du, - 0x0004003du, 0x00000008u, 0x000033a9u, 0x00002f6fu, 0x00050080u, 0x00000008u, 0x000033aau, 0x000033a7u, - 0x000033a9u, 0x000500afu, 0x00000069u, 0x000033abu, 0x000033aau, 0x0000115cu, 0x000300f7u, 0x000033b2u, - 0x00000000u, 0x000400fau, 0x000033abu, 0x000033acu, 0x000033afu, 0x000200f8u, 0x000033afu, 0x0007004fu, - 0x000001aeu, 0x000033b1u, 0x000076e5u, 0x000076e5u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x000033b2u, - 0x000200f8u, 0x000033acu, 0x0007004fu, 0x000001aeu, 0x000033aeu, 0x00007894u, 0x00007894u, 0x00000002u, - 0x00000003u, 0x000200f9u, 0x000033b2u, 0x000200f8u, 0x000033b2u, 0x000700f5u, 0x000001aeu, 0x00007911u, - 0x000033aeu, 0x000033acu, 0x000033b1u, 0x000033afu, 0x0004003du, 0x00000008u, 0x000033b6u, 0x00002f6fu, - 0x00050080u, 0x00000008u, 0x000033b7u, 0x00002fb3u, 0x000033b6u, 0x000500afu, 0x00000069u, 0x000033b8u, - 0x000033b7u, 0x0000115cu, 0x000300f7u, 0x000033bfu, 0x00000000u, 0x000400fau, 0x000033b8u, 0x000033b9u, - 0x000033bcu, 0x000200f8u, 0x000033bcu, 0x0007004fu, 0x000001aeu, 0x000033beu, 0x000076e5u, 0x000076e5u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x000033bfu, 0x000200f8u, 0x000033b9u, 0x0007004fu, 0x000001aeu, - 0x000033bbu, 0x00007894u, 0x00007894u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000033bfu, 0x000200f8u, - 0x000033bfu, 0x000700f5u, 0x000001aeu, 0x00007914u, 0x000033bbu, 0x000033b9u, 0x000033beu, 0x000033bcu, - 0x000200f9u, 0x000033c1u, 0x000200f8u, 0x0000335du, 0x0004003du, 0x00000008u, 0x00003361u, 0x00002f6fu, - 0x00050050u, 0x000000efu, 0x00003362u, 0x00002fb3u, 0x00003361u, 0x000500aau, 0x00000881u, 0x00003363u, - 0x00003362u, 0x000013fau, 0x00050051u, 0x00000069u, 0x00003364u, 0x00003363u, 0x00000000u, 0x00050051u, - 0x00000069u, 0x00003365u, 0x00003363u, 0x00000001u, 0x00060050u, 0x00000365u, 0x00003366u, 0x00002313u, - 0x00003364u, 0x00003365u, 0x0004009bu, 0x00000069u, 0x00003367u, 0x00003366u, 0x000300f7u, 0x00003387u, - 0x00000000u, 0x000400fau, 0x00003367u, 0x00003369u, 0x00003379u, 0x000200f8u, 0x00003379u, 0x0004003du, - 0x00000008u, 0x0000337cu, 0x00002f6fu, 0x00050050u, 0x000000efu, 0x0000337du, 0x00002fb3u, 0x0000337cu, - 0x0007004fu, 0x000001aeu, 0x0000337fu, 0x000076e5u, 0x000076e5u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x000001aeu, 0x00003381u, 0x0000779bu, 0x0000779bu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, - 0x00003383u, 0x0000781au, 0x0000781au, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, 0x00003385u, - 0x00007894u, 0x00007894u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00002f2fu, 0x0000337du, 0x00050041u, - 0x00000046u, 0x000046e0u, 0x00002f2fu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000046e1u, 0x000046e0u, - 0x00050041u, 0x00000046u, 0x000046e2u, 0x00002f2fu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000046e3u, - 0x000046e2u, 0x00050080u, 0x00000008u, 0x000046e4u, 0x000046e1u, 0x000046e3u, 0x000500afu, 0x00000069u, - 0x000046e6u, 0x000046e4u, 0x0000115cu, 0x00050050u, 0x00000881u, 0x000046e9u, 0x000046e6u, 0x000046e6u, - 0x000600a9u, 0x000001aeu, 0x000046eau, 0x000046e9u, 0x00003385u, 0x0000337fu, 0x000300f7u, 0x000046f4u, - 0x00000000u, 0x000400fau, 0x000046e6u, 0x000046edu, 0x000046f2u, 0x000200f8u, 0x000046f2u, 0x000200f9u, - 0x000046f4u, 0x000200f8u, 0x000046edu, 0x0007004fu, 0x000000efu, 0x000046efu, 0x0000337du, 0x0000337du, - 0x00000001u, 0x00000000u, 0x00050082u, 0x000000efu, 0x000046f1u, 0x0000b416u, 0x000046efu, 0x000200f9u, - 0x000046f4u, 0x000200f8u, 0x000046f4u, 0x000700f5u, 0x000000efu, 0x00007915u, 0x000046f1u, 0x000046edu, - 0x0000337du, 0x000046f2u, 0x00040072u, 0x000001aeu, 0x000046f6u, 0x00007915u, 0x0003003eu, 0x000046dbu, - 0x000046f6u, 0x00050082u, 0x000001aeu, 0x000046f9u, 0x00003381u, 0x000046eau, 0x00050041u, 0x000001cbu, - 0x000046fau, 0x000046dbu, 0x0000032fu, 0x0004003du, 0x00000012u, 0x000046fbu, 0x000046fau, 0x00050050u, - 0x000001aeu, 0x000046fcu, 0x000046fbu, 0x000046fbu, 0x00050084u, 0x000001aeu, 0x000046fdu, 0x000046f9u, - 0x000046fcu, 0x00050082u, 0x000001aeu, 0x00004700u, 0x00003383u, 0x000046eau, 0x00050041u, 0x000001cbu, - 0x00004701u, 0x000046dbu, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00004702u, 0x00004701u, 0x00050050u, - 0x000001aeu, 0x00004703u, 0x00004702u, 0x00004702u, 0x00050084u, 0x000001aeu, 0x00004704u, 0x00004700u, - 0x00004703u, 0x00050080u, 0x000001aeu, 0x00004706u, 0x000046fdu, 0x00004704u, 0x00050080u, 0x000001aeu, - 0x00004709u, 0x00004706u, 0x0000b419u, 0x000500c3u, 0x000001aeu, 0x0000470cu, 0x00004709u, 0x0000b41au, - 0x00050080u, 0x000001aeu, 0x0000470fu, 0x0000470cu, 0x000046eau, 0x000200f9u, 0x00003387u, 0x000200f8u, - 0x00003369u, 0x0007004fu, 0x000001aeu, 0x0000336bu, 0x000076e5u, 0x000076e5u, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x000001aeu, 0x0000336du, 0x0000779bu, 0x0000779bu, 0x00000000u, 0x00000001u, 0x00050080u, - 0x000001aeu, 0x0000336eu, 0x0000336bu, 0x0000336du, 0x0007004fu, 0x000001aeu, 0x00003370u, 0x00007894u, - 0x00007894u, 0x00000000u, 0x00000001u, 0x00050080u, 0x000001aeu, 0x00003371u, 0x0000336eu, 0x00003370u, - 0x0007004fu, 0x000001aeu, 0x00003373u, 0x0000781au, 0x0000781au, 0x00000000u, 0x00000001u, 0x00050080u, - 0x000001aeu, 0x00003374u, 0x00003371u, 0x00003373u, 0x00050080u, 0x000001aeu, 0x00003376u, 0x00003374u, - 0x0000b415u, 0x000500c3u, 0x000001aeu, 0x00003378u, 0x00003376u, 0x0000b415u, 0x000200f9u, 0x00003387u, - 0x000200f8u, 0x00003387u, 0x000700f5u, 0x000001aeu, 0x00007921u, 0x00003378u, 0x00003369u, 0x0000470fu, - 0x000046f4u, 0x000300f7u, 0x000033a4u, 0x00000000u, 0x000400fau, 0x00002f98u, 0x00003389u, 0x00003399u, - 0x000200f8u, 0x00003399u, 0x0007004fu, 0x000001aeu, 0x0000339bu, 0x000076e5u, 0x000076e5u, 0x00000002u, - 0x00000003u, 0x0007004fu, 0x000001aeu, 0x0000339du, 0x0000779bu, 0x0000779bu, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x000001aeu, 0x0000339fu, 0x0000781au, 0x0000781au, 0x00000002u, 0x00000003u, 0x0007004fu, - 0x000001aeu, 0x000033a1u, 0x00007894u, 0x00007894u, 0x00000002u, 0x00000003u, 0x0004003du, 0x000000efu, - 0x000033a2u, 0x00002df2u, 0x0003003eu, 0x00002f35u, 0x000033a2u, 0x00050041u, 0x00000046u, 0x00004718u, - 0x00002f35u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004719u, 0x00004718u, 0x00050041u, 0x00000046u, - 0x0000471au, 0x00002f35u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000471bu, 0x0000471au, 0x00050080u, - 0x00000008u, 0x0000471cu, 0x00004719u, 0x0000471bu, 0x000500afu, 0x00000069u, 0x0000471eu, 0x0000471cu, - 0x0000115cu, 0x00050050u, 0x00000881u, 0x00004721u, 0x0000471eu, 0x0000471eu, 0x000600a9u, 0x000001aeu, - 0x00004722u, 0x00004721u, 0x000033a1u, 0x0000339bu, 0x000300f7u, 0x0000472cu, 0x00000000u, 0x000400fau, - 0x0000471eu, 0x00004725u, 0x0000472au, 0x000200f8u, 0x0000472au, 0x000200f9u, 0x0000472cu, 0x000200f8u, - 0x00004725u, 0x0007004fu, 0x000000efu, 0x00004727u, 0x000033a2u, 0x000033a2u, 0x00000001u, 0x00000000u, - 0x00050082u, 0x000000efu, 0x00004729u, 0x0000b416u, 0x00004727u, 0x000200f9u, 0x0000472cu, 0x000200f8u, - 0x0000472cu, 0x000700f5u, 0x000000efu, 0x0000791eu, 0x00004729u, 0x00004725u, 0x000033a2u, 0x0000472au, - 0x00040072u, 0x000001aeu, 0x0000472eu, 0x0000791eu, 0x0003003eu, 0x00004713u, 0x0000472eu, 0x00050082u, - 0x000001aeu, 0x00004731u, 0x0000339du, 0x00004722u, 0x00050041u, 0x000001cbu, 0x00004732u, 0x00004713u, - 0x0000032fu, 0x0004003du, 0x00000012u, 0x00004733u, 0x00004732u, 0x00050050u, 0x000001aeu, 0x00004734u, - 0x00004733u, 0x00004733u, 0x00050084u, 0x000001aeu, 0x00004735u, 0x00004731u, 0x00004734u, 0x00050082u, - 0x000001aeu, 0x00004738u, 0x0000339fu, 0x00004722u, 0x00050041u, 0x000001cbu, 0x00004739u, 0x00004713u, - 0x0000045eu, 0x0004003du, 0x00000012u, 0x0000473au, 0x00004739u, 0x00050050u, 0x000001aeu, 0x0000473bu, - 0x0000473au, 0x0000473au, 0x00050084u, 0x000001aeu, 0x0000473cu, 0x00004738u, 0x0000473bu, 0x00050080u, - 0x000001aeu, 0x0000473eu, 0x00004735u, 0x0000473cu, 0x00050080u, 0x000001aeu, 0x00004741u, 0x0000473eu, - 0x0000b419u, 0x000500c3u, 0x000001aeu, 0x00004744u, 0x00004741u, 0x0000b41au, 0x00050080u, 0x000001aeu, - 0x00004747u, 0x00004744u, 0x00004722u, 0x000200f9u, 0x000033a4u, 0x000200f8u, 0x00003389u, 0x0007004fu, - 0x000001aeu, 0x0000338bu, 0x000076e5u, 0x000076e5u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x000001aeu, - 0x0000338du, 0x0000779bu, 0x0000779bu, 0x00000002u, 0x00000003u, 0x00050080u, 0x000001aeu, 0x0000338eu, - 0x0000338bu, 0x0000338du, 0x0007004fu, 0x000001aeu, 0x00003390u, 0x00007894u, 0x00007894u, 0x00000002u, - 0x00000003u, 0x00050080u, 0x000001aeu, 0x00003391u, 0x0000338eu, 0x00003390u, 0x0007004fu, 0x000001aeu, - 0x00003393u, 0x0000781au, 0x0000781au, 0x00000002u, 0x00000003u, 0x00050080u, 0x000001aeu, 0x00003394u, - 0x00003391u, 0x00003393u, 0x00050080u, 0x000001aeu, 0x00003396u, 0x00003394u, 0x0000b415u, 0x000500c3u, - 0x000001aeu, 0x00003398u, 0x00003396u, 0x0000b415u, 0x000200f9u, 0x000033a4u, 0x000200f8u, 0x000033a4u, - 0x000700f5u, 0x000001aeu, 0x00007924u, 0x00003398u, 0x00003389u, 0x00004747u, 0x0000472cu, 0x000200f9u, - 0x000033c1u, 0x000200f8u, 0x000033c1u, 0x000700f5u, 0x000001aeu, 0x00007923u, 0x00007924u, 0x000033a4u, - 0x00007911u, 0x000033bfu, 0x000700f5u, 0x000001aeu, 0x0000791fu, 0x00007921u, 0x000033a4u, 0x00007914u, - 0x000033bfu, 0x00050051u, 0x00000012u, 0x000033c4u, 0x0000791fu, 0x00000000u, 0x00050051u, 0x00000012u, - 0x000033c5u, 0x0000791fu, 0x00000001u, 0x00050051u, 0x00000012u, 0x000033c6u, 0x00007923u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x000033c7u, 0x00007923u, 0x00000001u, 0x00070050u, 0x00000013u, 0x000033c8u, - 0x000033c4u, 0x000033c5u, 0x000033c6u, 0x000033c7u, 0x000200f9u, 0x000033cbu, 0x000200f8u, 0x000033cbu, - 0x000700f5u, 0x00000013u, 0x0000794eu, 0x000033c8u, 0x000033c1u, 0x000076e5u, 0x000033c9u, 0x000200f9u, - 0x00003408u, 0x000200f8u, 0x00003408u, 0x000700f5u, 0x00000013u, 0x0000794du, 0x0000794eu, 0x000033cbu, - 0x0000794fu, 0x00003407u, 0x000400a8u, 0x00000069u, 0x0000340bu, 0x00002325u, 0x000500a7u, 0x00000069u, - 0x0000340eu, 0x0000340bu, 0x0000055bu, 0x000300f7u, 0x00003413u, 0x00000000u, 0x000400fau, 0x0000340eu, - 0x0000340fu, 0x00003413u, 0x000200f8u, 0x0000340fu, 0x0003003eu, 0x00002f3bu, 0x00002a9fu, 0x00040072u, - 0x00000009u, 0x00004751u, 0x0000794du, 0x000600cau, 0x00000009u, 0x00004752u, 0x00004751u, 0x00000222u, - 0x00000262u, 0x0003003eu, 0x00004749u, 0x00004752u, 0x00050041u, 0x00000046u, 0x00004753u, 0x00004749u, - 0x00000388u, 0x0004003du, 0x00000008u, 0x00004754u, 0x00004753u, 0x00050041u, 0x000001cbu, 0x00004755u, - 0x00002f3bu, 0x0000032fu, 0x0004003du, 0x00000012u, 0x00004756u, 0x00004755u, 0x00040072u, 0x00000008u, - 0x00004757u, 0x00004756u, 0x00050041u, 0x00000046u, 0x00004758u, 0x00004749u, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x00004759u, 0x00004758u, 0x00050084u, 0x00000008u, 0x0000475au, 0x00004757u, 0x00004759u, - 0x00050080u, 0x00000008u, 0x0000475bu, 0x0000475au, 0x00000b00u, 0x000500c3u, 0x00000008u, 0x0000475cu, - 0x0000475bu, 0x0000025fu, 0x00050080u, 0x00000008u, 0x0000475du, 0x00004754u, 0x0000475cu, 0x0004003du, - 0x00000008u, 0x0000475fu, 0x00004753u, 0x00050041u, 0x000001cbu, 0x00004760u, 0x00002f3bu, 0x0000045eu, - 0x0004003du, 0x00000012u, 0x00004761u, 0x00004760u, 0x00040072u, 0x00000008u, 0x00004762u, 0x00004761u, - 0x00050041u, 0x00000046u, 0x00004763u, 0x00004749u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004764u, - 0x00004763u, 0x00050084u, 0x00000008u, 0x00004765u, 0x00004762u, 0x00004764u, 0x00050041u, 0x000001cbu, - 0x00004766u, 0x00002f3bu, 0x00000388u, 0x0004003du, 0x00000012u, 0x00004767u, 0x00004766u, 0x00040072u, - 0x00000008u, 0x00004768u, 0x00004767u, 0x0004003du, 0x00000008u, 0x0000476au, 0x00004758u, 0x00050084u, - 0x00000008u, 0x0000476bu, 0x00004768u, 0x0000476au, 0x00050080u, 0x00000008u, 0x0000476cu, 0x00004765u, - 0x0000476bu, 0x00050080u, 0x00000008u, 0x0000476du, 0x0000476cu, 0x00000b00u, 0x000500c3u, 0x00000008u, - 0x0000476eu, 0x0000476du, 0x0000025fu, 0x00050080u, 0x00000008u, 0x0000476fu, 0x0000475fu, 0x0000476eu, - 0x0004003du, 0x00000008u, 0x00004771u, 0x00004753u, 0x00050041u, 0x000001cbu, 0x00004772u, 0x00002f3bu, - 0x00000466u, 0x0004003du, 0x00000012u, 0x00004773u, 0x00004772u, 0x00040072u, 0x00000008u, 0x00004774u, - 0x00004773u, 0x0004003du, 0x00000008u, 0x00004776u, 0x00004763u, 0x00050084u, 0x00000008u, 0x00004777u, - 0x00004774u, 0x00004776u, 0x00050080u, 0x00000008u, 0x00004778u, 0x00004777u, 0x00000b00u, 0x000500c3u, - 0x00000008u, 0x00004779u, 0x00004778u, 0x0000025fu, 0x00050080u, 0x00000008u, 0x0000477au, 0x00004771u, - 0x00004779u, 0x0004003du, 0x00000008u, 0x0000477cu, 0x00004753u, 0x00040072u, 0x00000012u, 0x0000477eu, - 0x0000475du, 0x00040072u, 0x00000012u, 0x00004780u, 0x0000476fu, 0x00040072u, 0x00000012u, 0x00004782u, - 0x0000477au, 0x00040072u, 0x00000012u, 0x00004784u, 0x0000477cu, 0x00070050u, 0x00000013u, 0x00004785u, - 0x0000477eu, 0x00004780u, 0x00004782u, 0x00004784u, 0x000200f9u, 0x00003413u, 0x000200f8u, 0x00003413u, - 0x000700f5u, 0x00000013u, 0x00007951u, 0x0000794du, 0x00003408u, 0x00004785u, 0x0000340fu, 0x000200f9u, - 0x000023ffu, 0x000200f8u, 0x000023ffu, 0x000700f5u, 0x00000013u, 0x0000aba4u, 0x000078afu, 0x000023eau, - 0x00007894u, 0x00003413u, 0x000700f5u, 0x00000013u, 0x0000aa85u, 0x00007835u, 0x000023eau, 0x0000781au, - 0x00003413u, 0x000700f5u, 0x00000013u, 0x0000a966u, 0x000077b6u, 0x000023eau, 0x0000779bu, 0x00003413u, - 0x000700f5u, 0x00000013u, 0x0000a847u, 0x00007700u, 0x000023eau, 0x000076e5u, 0x00003413u, 0x000700f5u, - 0x00000013u, 0x00007c43u, 0x00007c50u, 0x000023eau, 0x00007951u, 0x00003413u, 0x000300f7u, 0x0000244bu, - 0x00000000u, 0x000400fau, 0x0000231cu, 0x00002401u, 0x0000244bu, 0x000200f8u, 0x00002401u, 0x00050080u, - 0x00000008u, 0x0000240au, 0x000022bcu, 0x0000022cu, 0x00050080u, 0x00000008u, 0x0000240bu, 0x000022b7u, - 0x0000240au, 0x00070041u, 0x00000694u, 0x0000240cu, 0x000002ddu, 0x00000222u, 0x0000240bu, 0x0000025fu, - 0x0004003du, 0x00000011u, 0x0000240du, 0x0000240cu, 0x00040071u, 0x00000006u, 0x0000240eu, 0x0000240du, - 0x000500abu, 0x00000069u, 0x0000240fu, 0x0000240eu, 0x0000032fu, 0x00040072u, 0x00000008u, 0x00002412u, - 0x0000251fu, 0x000500afu, 0x00000069u, 0x00002413u, 0x00002412u, 0x0000025fu, 0x000600a9u, 0x00000008u, - 0x0000b5cbu, 0x00002339u, 0x0000251du, 0x0000251bu, 0x000500aau, 0x00000069u, 0x0000241eu, 0x000075ceu, - 0x0000b5cbu, 0x000500a7u, 0x00000069u, 0x00002421u, 0x0000241eu, 0x00002413u, 0x000500a7u, 0x00000069u, - 0x00002423u, 0x00002421u, 0x0000240fu, 0x000300f7u, 0x00002449u, 0x00000000u, 0x000400fau, 0x00002423u, - 0x00002424u, 0x0000243eu, 0x000200f8u, 0x0000243eu, 0x00050084u, 0x00000008u, 0x00002441u, 0x000023a6u, - 0x00000888u, 0x00050080u, 0x00000008u, 0x00002442u, 0x000023a4u, 0x00002441u, 0x00060050u, 0x00000044u, - 0x00004821u, 0x00002442u, 0x00002442u, 0x00002442u, 0x00050084u, 0x00000044u, 0x00004822u, 0x00002b0au, - 0x00004821u, 0x00050080u, 0x00000044u, 0x00004823u, 0x00002b04u, 0x00004822u, 0x000500c3u, 0x00000044u, - 0x00004826u, 0x00004823u, 0x0000b406u, 0x000300f7u, 0x00004830u, 0x00000000u, 0x000400fau, 0x000022f2u, - 0x00004828u, 0x0000482du, 0x000200f8u, 0x0000482du, 0x0007004fu, 0x000000efu, 0x000048bbu, 0x00004826u, - 0x00004826u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004830u, 0x000200f8u, 0x00004828u, 0x0003003eu, - 0x00004813u, 0x00004826u, 0x00050041u, 0x00000046u, 0x0000483du, 0x00004813u, 0x00000388u, 0x0004003du, - 0x00000008u, 0x0000483eu, 0x0000483du, 0x000500b3u, 0x00000069u, 0x00004840u, 0x0000483eu, 0x00000222u, - 0x000500c7u, 0x00000008u, 0x00004842u, 0x0000483eu, 0x00000c1au, 0x0006000cu, 0x00000008u, 0x0000489fu, - 0x00000001u, 0x0000004au, 0x00004842u, 0x00050082u, 0x00000008u, 0x000048a0u, 0x00000271u, 0x0000489fu, - 0x0007000cu, 0x00000008u, 0x000048a1u, 0x00000001u, 0x00000027u, 0x000048a0u, 0x00000271u, 0x000500c4u, - 0x00000008u, 0x000048a4u, 0x00004842u, 0x000048a1u, 0x000500c7u, 0x00000008u, 0x000048a5u, 0x000048a4u, - 0x00000b36u, 0x000500c7u, 0x00000008u, 0x000048a7u, 0x000048a5u, 0x00000360u, 0x000500c3u, 0x00000008u, - 0x000048a9u, 0x000048a5u, 0x0000025fu, 0x0003003eu, 0x0000489au, 0x00000bfau, 0x00050041u, 0x000001afu, - 0x000048aau, 0x0000489au, 0x000048a9u, 0x0004003du, 0x000001aeu, 0x000048abu, 0x000048aau, 0x00040072u, - 0x000000efu, 0x000048acu, 0x000048abu, 0x0003003eu, 0x00004899u, 0x000048acu, 0x00050041u, 0x00000046u, - 0x000048adu, 0x00004899u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000048aeu, 0x000048adu, 0x00050084u, - 0x00000008u, 0x000048b0u, 0x000048aeu, 0x000048a7u, 0x000500c3u, 0x00000008u, 0x000048b1u, 0x000048b0u, - 0x00000265u, 0x00050041u, 0x00000046u, 0x000048b2u, 0x00004899u, 0x0000032fu, 0x0004003du, 0x00000008u, - 0x000048b3u, 0x000048b2u, 0x00050080u, 0x00000008u, 0x000048b4u, 0x000048b1u, 0x000048b3u, 0x00050050u, - 0x000000efu, 0x000048b7u, 0x000048b4u, 0x000048a1u, 0x0003003eu, 0x00004834u, 0x000048b7u, 0x00050041u, - 0x00000046u, 0x00004845u, 0x00004834u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004846u, 0x00004845u, - 0x0007004fu, 0x000000efu, 0x00004848u, 0x00004826u, 0x00004826u, 0x00000000u, 0x00000001u, 0x00050041u, - 0x00000046u, 0x00004849u, 0x00004834u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000484au, 0x00004849u, - 0x00050050u, 0x000000efu, 0x0000484bu, 0x0000484au, 0x0000484au, 0x00050084u, 0x000000efu, 0x0000484cu, - 0x00004848u, 0x0000484bu, 0x0003003eu, 0x00004837u, 0x0000484cu, 0x000500c3u, 0x00000008u, 0x0000484eu, - 0x00000c2du, 0x00004846u, 0x0004007eu, 0x00000008u, 0x0000484fu, 0x0000484eu, 0x000500c7u, 0x00000008u, - 0x00004850u, 0x00000c2cu, 0x0000484fu, 0x00050050u, 0x000000efu, 0x00004853u, 0x00004850u, 0x00004850u, - 0x000500c7u, 0x000000efu, 0x00004854u, 0x0000484cu, 0x00004853u, 0x0003003eu, 0x00004839u, 0x00004854u, - 0x000500abu, 0x00000069u, 0x00004856u, 0x00004846u, 0x00000271u, 0x000300f7u, 0x00004861u, 0x00000000u, - 0x000400fau, 0x00004856u, 0x00004857u, 0x0000485du, 0x000200f8u, 0x0000485du, 0x0004003du, 0x000000efu, - 0x0000485eu, 0x00004837u, 0x000500c4u, 0x000000efu, 0x00004860u, 0x0000485eu, 0x0000b40au, 0x0003003eu, - 0x0000483au, 0x00004860u, 0x000200f9u, 0x00004861u, 0x000200f8u, 0x00004857u, 0x0004003du, 0x000000efu, - 0x00004858u, 0x00004837u, 0x00050082u, 0x00000008u, 0x0000485au, 0x0000026eu, 0x00004846u, 0x00050050u, - 0x000000efu, 0x0000485bu, 0x0000485au, 0x0000485au, 0x000500c3u, 0x000000efu, 0x0000485cu, 0x00004858u, - 0x0000485bu, 0x0003003eu, 0x00004837u, 0x0000485cu, 0x0003003eu, 0x0000483au, 0x0000485cu, 0x000200f9u, - 0x00004861u, 0x000200f8u, 0x00004861u, 0x000500abu, 0x00000881u, 0x00004863u, 0x00004854u, 0x00000c46u, - 0x0004009au, 0x00000069u, 0x00004864u, 0x00004863u, 0x000300f7u, 0x00004890u, 0x00000000u, 0x000400fau, - 0x00004864u, 0x00004865u, 0x00004890u, 0x000200f8u, 0x00004865u, 0x00050041u, 0x00000046u, 0x00004866u, - 0x00004839u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004867u, 0x00004866u, 0x000500abu, 0x00000069u, - 0x00004869u, 0x00004867u, 0x00004850u, 0x000300f7u, 0x0000486eu, 0x00000000u, 0x000400fau, 0x00004869u, - 0x0000486au, 0x0000486eu, 0x000200f8u, 0x0000486au, 0x0004003du, 0x00000008u, 0x0000486cu, 0x00004866u, - 0x000500abu, 0x00000069u, 0x0000486du, 0x0000486cu, 0x00000222u, 0x000200f9u, 0x0000486eu, 0x000200f8u, - 0x0000486eu, 0x000700f5u, 0x00000069u, 0x0000486fu, 0x00004869u, 0x00004865u, 0x0000486du, 0x0000486au, - 0x000300f7u, 0x0000487au, 0x00000000u, 0x000400fau, 0x0000486fu, 0x00004870u, 0x0000487au, 0x000200f8u, - 0x00004870u, 0x00050041u, 0x00000046u, 0x00004871u, 0x00004837u, 0x0000032fu, 0x0004003du, 0x00000008u, - 0x00004872u, 0x00004871u, 0x000500c7u, 0x00000008u, 0x00004873u, 0x00004872u, 0x00000c2du, 0x000500aau, - 0x00000069u, 0x00004874u, 0x00004873u, 0x00000222u, 0x000300f7u, 0x00004879u, 0x00000000u, 0x000400fau, - 0x00004874u, 0x00004875u, 0x00004877u, 0x000200f8u, 0x00004877u, 0x00050041u, 0x00000046u, 0x00004878u, - 0x0000483au, 0x0000032fu, 0x0003003eu, 0x00004878u, 0x00000c5fu, 0x000200f9u, 0x00004879u, 0x000200f8u, - 0x00004875u, 0x00050041u, 0x00000046u, 0x00004876u, 0x0000483au, 0x0000032fu, 0x0003003eu, 0x00004876u, - 0x00000c1au, 0x000200f9u, 0x00004879u, 0x000200f8u, 0x00004879u, 0x000200f9u, 0x0000487au, 0x000200f8u, - 0x0000487au, 0x00050041u, 0x00000046u, 0x0000487bu, 0x00004839u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x0000487cu, 0x0000487bu, 0x000500abu, 0x00000069u, 0x0000487eu, 0x0000487cu, 0x00004850u, 0x000300f7u, - 0x00004883u, 0x00000000u, 0x000400fau, 0x0000487eu, 0x0000487fu, 0x00004883u, 0x000200f8u, 0x0000487fu, - 0x0004003du, 0x00000008u, 0x00004881u, 0x0000487bu, 0x000500abu, 0x00000069u, 0x00004882u, 0x00004881u, - 0x00000222u, 0x000200f9u, 0x00004883u, 0x000200f8u, 0x00004883u, 0x000700f5u, 0x00000069u, 0x00004884u, - 0x0000487eu, 0x0000487au, 0x00004882u, 0x0000487fu, 0x000300f7u, 0x0000488fu, 0x00000000u, 0x000400fau, - 0x00004884u, 0x00004885u, 0x0000488fu, 0x000200f8u, 0x00004885u, 0x00050041u, 0x00000046u, 0x00004886u, - 0x00004837u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004887u, 0x00004886u, 0x000500c7u, 0x00000008u, - 0x00004888u, 0x00004887u, 0x00000c2du, 0x000500aau, 0x00000069u, 0x00004889u, 0x00004888u, 0x00000222u, - 0x000300f7u, 0x0000488eu, 0x00000000u, 0x000400fau, 0x00004889u, 0x0000488au, 0x0000488cu, 0x000200f8u, - 0x0000488cu, 0x00050041u, 0x00000046u, 0x0000488du, 0x0000483au, 0x0000045eu, 0x0003003eu, 0x0000488du, - 0x00000c5fu, 0x000200f9u, 0x0000488eu, 0x000200f8u, 0x0000488au, 0x00050041u, 0x00000046u, 0x0000488bu, - 0x0000483au, 0x0000045eu, 0x0003003eu, 0x0000488bu, 0x00000c1au, 0x000200f9u, 0x0000488eu, 0x000200f8u, - 0x0000488eu, 0x000200f9u, 0x0000488fu, 0x000200f8u, 0x0000488fu, 0x000200f9u, 0x00004890u, 0x000200f8u, - 0x00004890u, 0x000300f7u, 0x00004893u, 0x00000000u, 0x000400fau, 0x00004840u, 0x00004892u, 0x00004893u, - 0x000200f8u, 0x00004892u, 0x0003003eu, 0x0000483au, 0x00000c79u, 0x000200f9u, 0x00004893u, 0x000200f8u, - 0x00004893u, 0x0004003du, 0x000000efu, 0x00004894u, 0x0000483au, 0x0008000cu, 0x000000efu, 0x00004895u, - 0x00000001u, 0x0000002du, 0x00004894u, 0x00000c7cu, 0x00000c7du, 0x000200f9u, 0x00004830u, 0x000200f8u, - 0x00004830u, 0x000700f5u, 0x000000efu, 0x00007a71u, 0x00004895u, 0x00004893u, 0x000048bbu, 0x0000482du, - 0x000200f9u, 0x00002449u, 0x000200f8u, 0x00002424u, 0x00070041u, 0x00001f2eu, 0x0000242fu, 0x000002ddu, - 0x00000222u, 0x0000240bu, 0x0000022cu, 0x0004003du, 0x00000009u, 0x00002430u, 0x0000242fu, 0x0008004fu, - 0x00000044u, 0x00002431u, 0x00002430u, 0x00002430u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c3u, - 0x00000044u, 0x00002433u, 0x00002431u, 0x0000b406u, 0x000300f7u, 0x0000243du, 0x00000000u, 0x000400fau, - 0x000022f2u, 0x00002435u, 0x0000243au, 0x000200f8u, 0x0000243au, 0x0007004fu, 0x000000efu, 0x0000480fu, - 0x00002433u, 0x00002433u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000243du, 0x000200f8u, 0x00002435u, - 0x0003003eu, 0x00002253u, 0x00002433u, 0x00050041u, 0x00000046u, 0x00004791u, 0x00002253u, 0x00000388u, - 0x0004003du, 0x00000008u, 0x00004792u, 0x00004791u, 0x000500b3u, 0x00000069u, 0x00004794u, 0x00004792u, - 0x00000222u, 0x000500c7u, 0x00000008u, 0x00004796u, 0x00004792u, 0x00000c1au, 0x0006000cu, 0x00000008u, - 0x000047f3u, 0x00000001u, 0x0000004au, 0x00004796u, 0x00050082u, 0x00000008u, 0x000047f4u, 0x00000271u, - 0x000047f3u, 0x0007000cu, 0x00000008u, 0x000047f5u, 0x00000001u, 0x00000027u, 0x000047f4u, 0x00000271u, - 0x000500c4u, 0x00000008u, 0x000047f8u, 0x00004796u, 0x000047f5u, 0x000500c7u, 0x00000008u, 0x000047f9u, - 0x000047f8u, 0x00000b36u, 0x000500c7u, 0x00000008u, 0x000047fbu, 0x000047f9u, 0x00000360u, 0x000500c3u, - 0x00000008u, 0x000047fdu, 0x000047f9u, 0x0000025fu, 0x0003003eu, 0x000047eeu, 0x00000bfau, 0x00050041u, - 0x000001afu, 0x000047feu, 0x000047eeu, 0x000047fdu, 0x0004003du, 0x000001aeu, 0x000047ffu, 0x000047feu, - 0x00040072u, 0x000000efu, 0x00004800u, 0x000047ffu, 0x0003003eu, 0x000047edu, 0x00004800u, 0x00050041u, - 0x00000046u, 0x00004801u, 0x000047edu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004802u, 0x00004801u, - 0x00050084u, 0x00000008u, 0x00004804u, 0x00004802u, 0x000047fbu, 0x000500c3u, 0x00000008u, 0x00004805u, - 0x00004804u, 0x00000265u, 0x00050041u, 0x00000046u, 0x00004806u, 0x000047edu, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x00004807u, 0x00004806u, 0x00050080u, 0x00000008u, 0x00004808u, 0x00004805u, 0x00004807u, - 0x00050050u, 0x000000efu, 0x0000480bu, 0x00004808u, 0x000047f5u, 0x0003003eu, 0x00004788u, 0x0000480bu, - 0x00050041u, 0x00000046u, 0x00004799u, 0x00004788u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000479au, - 0x00004799u, 0x0007004fu, 0x000000efu, 0x0000479cu, 0x00002433u, 0x00002433u, 0x00000000u, 0x00000001u, - 0x00050041u, 0x00000046u, 0x0000479du, 0x00004788u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000479eu, - 0x0000479du, 0x00050050u, 0x000000efu, 0x0000479fu, 0x0000479eu, 0x0000479eu, 0x00050084u, 0x000000efu, - 0x000047a0u, 0x0000479cu, 0x0000479fu, 0x0003003eu, 0x0000478bu, 0x000047a0u, 0x000500c3u, 0x00000008u, - 0x000047a2u, 0x00000c2du, 0x0000479au, 0x0004007eu, 0x00000008u, 0x000047a3u, 0x000047a2u, 0x000500c7u, - 0x00000008u, 0x000047a4u, 0x00000c2cu, 0x000047a3u, 0x00050050u, 0x000000efu, 0x000047a7u, 0x000047a4u, - 0x000047a4u, 0x000500c7u, 0x000000efu, 0x000047a8u, 0x000047a0u, 0x000047a7u, 0x0003003eu, 0x0000478du, - 0x000047a8u, 0x000500abu, 0x00000069u, 0x000047aau, 0x0000479au, 0x00000271u, 0x000300f7u, 0x000047b5u, - 0x00000000u, 0x000400fau, 0x000047aau, 0x000047abu, 0x000047b1u, 0x000200f8u, 0x000047b1u, 0x0004003du, - 0x000000efu, 0x000047b2u, 0x0000478bu, 0x000500c4u, 0x000000efu, 0x000047b4u, 0x000047b2u, 0x0000b40au, - 0x0003003eu, 0x0000478eu, 0x000047b4u, 0x000200f9u, 0x000047b5u, 0x000200f8u, 0x000047abu, 0x0004003du, - 0x000000efu, 0x000047acu, 0x0000478bu, 0x00050082u, 0x00000008u, 0x000047aeu, 0x0000026eu, 0x0000479au, - 0x00050050u, 0x000000efu, 0x000047afu, 0x000047aeu, 0x000047aeu, 0x000500c3u, 0x000000efu, 0x000047b0u, - 0x000047acu, 0x000047afu, 0x0003003eu, 0x0000478bu, 0x000047b0u, 0x0003003eu, 0x0000478eu, 0x000047b0u, - 0x000200f9u, 0x000047b5u, 0x000200f8u, 0x000047b5u, 0x000500abu, 0x00000881u, 0x000047b7u, 0x000047a8u, - 0x00000c46u, 0x0004009au, 0x00000069u, 0x000047b8u, 0x000047b7u, 0x000300f7u, 0x000047e4u, 0x00000000u, - 0x000400fau, 0x000047b8u, 0x000047b9u, 0x000047e4u, 0x000200f8u, 0x000047b9u, 0x00050041u, 0x00000046u, - 0x000047bau, 0x0000478du, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000047bbu, 0x000047bau, 0x000500abu, - 0x00000069u, 0x000047bdu, 0x000047bbu, 0x000047a4u, 0x000300f7u, 0x000047c2u, 0x00000000u, 0x000400fau, - 0x000047bdu, 0x000047beu, 0x000047c2u, 0x000200f8u, 0x000047beu, 0x0004003du, 0x00000008u, 0x000047c0u, - 0x000047bau, 0x000500abu, 0x00000069u, 0x000047c1u, 0x000047c0u, 0x00000222u, 0x000200f9u, 0x000047c2u, - 0x000200f8u, 0x000047c2u, 0x000700f5u, 0x00000069u, 0x000047c3u, 0x000047bdu, 0x000047b9u, 0x000047c1u, - 0x000047beu, 0x000300f7u, 0x000047ceu, 0x00000000u, 0x000400fau, 0x000047c3u, 0x000047c4u, 0x000047ceu, - 0x000200f8u, 0x000047c4u, 0x00050041u, 0x00000046u, 0x000047c5u, 0x0000478bu, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x000047c6u, 0x000047c5u, 0x000500c7u, 0x00000008u, 0x000047c7u, 0x000047c6u, 0x00000c2du, - 0x000500aau, 0x00000069u, 0x000047c8u, 0x000047c7u, 0x00000222u, 0x000300f7u, 0x000047cdu, 0x00000000u, - 0x000400fau, 0x000047c8u, 0x000047c9u, 0x000047cbu, 0x000200f8u, 0x000047cbu, 0x00050041u, 0x00000046u, - 0x000047ccu, 0x0000478eu, 0x0000032fu, 0x0003003eu, 0x000047ccu, 0x00000c5fu, 0x000200f9u, 0x000047cdu, - 0x000200f8u, 0x000047c9u, 0x00050041u, 0x00000046u, 0x000047cau, 0x0000478eu, 0x0000032fu, 0x0003003eu, - 0x000047cau, 0x00000c1au, 0x000200f9u, 0x000047cdu, 0x000200f8u, 0x000047cdu, 0x000200f9u, 0x000047ceu, - 0x000200f8u, 0x000047ceu, 0x00050041u, 0x00000046u, 0x000047cfu, 0x0000478du, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x000047d0u, 0x000047cfu, 0x000500abu, 0x00000069u, 0x000047d2u, 0x000047d0u, 0x000047a4u, - 0x000300f7u, 0x000047d7u, 0x00000000u, 0x000400fau, 0x000047d2u, 0x000047d3u, 0x000047d7u, 0x000200f8u, - 0x000047d3u, 0x0004003du, 0x00000008u, 0x000047d5u, 0x000047cfu, 0x000500abu, 0x00000069u, 0x000047d6u, - 0x000047d5u, 0x00000222u, 0x000200f9u, 0x000047d7u, 0x000200f8u, 0x000047d7u, 0x000700f5u, 0x00000069u, - 0x000047d8u, 0x000047d2u, 0x000047ceu, 0x000047d6u, 0x000047d3u, 0x000300f7u, 0x000047e3u, 0x00000000u, - 0x000400fau, 0x000047d8u, 0x000047d9u, 0x000047e3u, 0x000200f8u, 0x000047d9u, 0x00050041u, 0x00000046u, - 0x000047dau, 0x0000478bu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000047dbu, 0x000047dau, 0x000500c7u, - 0x00000008u, 0x000047dcu, 0x000047dbu, 0x00000c2du, 0x000500aau, 0x00000069u, 0x000047ddu, 0x000047dcu, - 0x00000222u, 0x000300f7u, 0x000047e2u, 0x00000000u, 0x000400fau, 0x000047ddu, 0x000047deu, 0x000047e0u, - 0x000200f8u, 0x000047e0u, 0x00050041u, 0x00000046u, 0x000047e1u, 0x0000478eu, 0x0000045eu, 0x0003003eu, - 0x000047e1u, 0x00000c5fu, 0x000200f9u, 0x000047e2u, 0x000200f8u, 0x000047deu, 0x00050041u, 0x00000046u, - 0x000047dfu, 0x0000478eu, 0x0000045eu, 0x0003003eu, 0x000047dfu, 0x00000c1au, 0x000200f9u, 0x000047e2u, - 0x000200f8u, 0x000047e2u, 0x000200f9u, 0x000047e3u, 0x000200f8u, 0x000047e3u, 0x000200f9u, 0x000047e4u, - 0x000200f8u, 0x000047e4u, 0x000300f7u, 0x000047e7u, 0x00000000u, 0x000400fau, 0x00004794u, 0x000047e6u, - 0x000047e7u, 0x000200f8u, 0x000047e6u, 0x0003003eu, 0x0000478eu, 0x00000c79u, 0x000200f9u, 0x000047e7u, - 0x000200f8u, 0x000047e7u, 0x0004003du, 0x000000efu, 0x000047e8u, 0x0000478eu, 0x0008000cu, 0x000000efu, - 0x000047e9u, 0x00000001u, 0x0000002du, 0x000047e8u, 0x00000c7cu, 0x00000c7du, 0x000200f9u, 0x0000243du, - 0x000200f8u, 0x0000243du, 0x000700f5u, 0x000000efu, 0x00007c41u, 0x000047e9u, 0x000047e7u, 0x0000480fu, - 0x0000243au, 0x000200f9u, 0x00002449u, 0x000200f8u, 0x00002449u, 0x000700f5u, 0x000000efu, 0x00007c40u, - 0x00007c41u, 0x0000243du, 0x00007a71u, 0x00004830u, 0x000200f9u, 0x0000244bu, 0x000200f8u, 0x0000244bu, - 0x000700f5u, 0x000000efu, 0x00007bdeu, 0x00007625u, 0x000023ffu, 0x00007c40u, 0x00002449u, 0x000600a9u, - 0x00000006u, 0x0000b5ccu, 0x0000231cu, 0x000076a9u, 0x00007b7du, 0x000600a9u, 0x00000069u, 0x0000b5cdu, - 0x0000231cu, 0x0000055bu, 0x00002319u, 0x000300f7u, 0x0000246du, 0x00000000u, 0x000400fau, 0x0000b5cdu, - 0x0000244du, 0x0000246du, 0x000200f8u, 0x0000244du, 0x000400a8u, 0x00000069u, 0x00002450u, 0x00002328u, - 0x000500a7u, 0x00000069u, 0x00002451u, 0x00002322u, 0x00002450u, 0x000300f7u, 0x0000246cu, 0x00000000u, - 0x000400fau, 0x00002451u, 0x00002452u, 0x00002457u, 0x000200f8u, 0x00002457u, 0x00080041u, 0x00000673u, - 0x0000245au, 0x00000a1cu, 0x00000222u, 0x000020b0u, 0x0000022fu, 0x0000b5ccu, 0x0004003du, 0x0000000fu, - 0x0000245bu, 0x0000245au, 0x00040071u, 0x00000006u, 0x0000245cu, 0x0000245bu, 0x00060041u, 0x000002b6u, - 0x000048fdu, 0x000002b4u, 0x00000222u, 0x0000245cu, 0x0004003du, 0x000002b0u, 0x000048feu, 0x000048fdu, - 0x00050051u, 0x00000006u, 0x000048ffu, 0x000048feu, 0x00000000u, 0x00050051u, 0x00000006u, 0x00004901u, - 0x000048feu, 0x00000001u, 0x00050051u, 0x00000006u, 0x00004903u, 0x000048feu, 0x00000002u, 0x00050051u, - 0x00000006u, 0x00004905u, 0x000048feu, 0x00000003u, 0x00050051u, 0x00000006u, 0x00004907u, 0x000048feu, - 0x00000004u, 0x00050051u, 0x00000006u, 0x00004909u, 0x000048feu, 0x00000005u, 0x00050051u, 0x0000000fu, - 0x0000490bu, 0x000048feu, 0x00000006u, 0x00050051u, 0x0000000fu, 0x0000490du, 0x000048feu, 0x00000007u, - 0x00050051u, 0x0000000fu, 0x0000490fu, 0x000048feu, 0x00000008u, 0x00050051u, 0x0000000fu, 0x00004911u, - 0x000048feu, 0x00000009u, 0x00050051u, 0x0000000fu, 0x00004913u, 0x000048feu, 0x0000000au, 0x00050051u, - 0x0000000fu, 0x00004915u, 0x000048feu, 0x0000000bu, 0x00050051u, 0x0000000fu, 0x00004917u, 0x000048feu, - 0x0000000cu, 0x00050051u, 0x0000000fu, 0x00004919u, 0x000048feu, 0x0000000du, 0x0003003eu, 0x00002262u, - 0x00007bdeu, 0x00040071u, 0x00000006u, 0x00004a74u, 0x00004919u, 0x0004007cu, 0x00000008u, 0x00004a75u, - 0x00004a74u, 0x000500c7u, 0x00000008u, 0x00004a76u, 0x00004a75u, 0x0000022cu, 0x000500abu, 0x00000069u, - 0x00004a77u, 0x00004a76u, 0x00000222u, 0x0004007cu, 0x00000008u, 0x00004a7au, 0x000048ffu, 0x0004007cu, - 0x00000008u, 0x00004a7du, 0x00004901u, 0x00040071u, 0x00000006u, 0x00004a80u, 0x00004913u, 0x0004007cu, - 0x00000008u, 0x00004a81u, 0x00004a80u, 0x00050041u, 0x00000046u, 0x00004a82u, 0x00002262u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00004a83u, 0x00004a82u, 0x0008000cu, 0x00000008u, 0x00004f4du, 0x00000001u, - 0x0000002du, 0x00004a83u, 0x00000c5fu, 0x00000c1au, 0x000500b1u, 0x00000069u, 0x00004f4fu, 0x00004a81u, - 0x00000268u, 0x000300f7u, 0x00004f5bu, 0x00000000u, 0x000400fau, 0x00004f4fu, 0x00004f50u, 0x00004f54u, - 0x000200f8u, 0x00004f54u, 0x00050082u, 0x00000008u, 0x00004f56u, 0x0000115cu, 0x00004a81u, 0x000500c4u, - 0x00000008u, 0x00004f58u, 0x00004f4du, 0x00004f56u, 0x000500c3u, 0x00000008u, 0x00004f5au, 0x00004f58u, - 0x00000556u, 0x000200f9u, 0x00004f5bu, 0x000200f8u, 0x00004f50u, 0x000500c3u, 0x00000008u, 0x00004f53u, - 0x00004f4du, 0x00004a81u, 0x000200f9u, 0x00004f5bu, 0x000200f8u, 0x00004f5bu, 0x000700f5u, 0x00000008u, - 0x00007c91u, 0x00004f53u, 0x00004f50u, 0x00004f5au, 0x00004f54u, 0x000300f7u, 0x00004f77u, 0x00000000u, - 0x000400fau, 0x00004a77u, 0x00004f5du, 0x00004f72u, 0x000200f8u, 0x00004f72u, 0x000500c4u, 0x00000008u, - 0x00004f74u, 0x00004a7au, 0x00000232u, 0x00050082u, 0x00000008u, 0x00004f76u, 0x00007c91u, 0x00004f74u, - 0x000200f9u, 0x00004f77u, 0x000200f8u, 0x00004f5du, 0x000500c3u, 0x00000008u, 0x00004f5fu, 0x00007c91u, - 0x00000232u, 0x000500afu, 0x00000069u, 0x00004f61u, 0x00004f5fu, 0x00004a7du, 0x000300f7u, 0x00004f71u, - 0x00000000u, 0x000400fau, 0x00004f61u, 0x00004f63u, 0x00004f6bu, 0x000200f8u, 0x00004f6bu, 0x000500c4u, - 0x00000008u, 0x00004f6eu, 0x00004a7au, 0x00000232u, 0x00050082u, 0x00000008u, 0x00004f6fu, 0x00007c91u, - 0x00004f6eu, 0x0007000cu, 0x00000008u, 0x00004f70u, 0x00000001u, 0x0000002au, 0x00004f6fu, 0x00000222u, - 0x000200f9u, 0x00004f71u, 0x000200f8u, 0x00004f63u, 0x000500c3u, 0x00000008u, 0x00004f65u, 0x00004a7du, - 0x0000022fu, 0x000500c3u, 0x00000008u, 0x00004f67u, 0x00004a7au, 0x0000022fu, 0x00050082u, 0x00000008u, - 0x00004f68u, 0x00004f65u, 0x00004f67u, 0x000500c7u, 0x00000008u, 0x00004f69u, 0x00004f68u, 0x00001173u, - 0x000500c4u, 0x00000008u, 0x00004f6au, 0x00004f69u, 0x00000238u, 0x000200f9u, 0x00004f71u, 0x000200f8u, - 0x00004f71u, 0x000700f5u, 0x00000008u, 0x00007c93u, 0x00004f6au, 0x00004f63u, 0x00004f70u, 0x00004f6bu, - 0x000200f9u, 0x00004f77u, 0x000200f8u, 0x00004f77u, 0x000700f5u, 0x00000008u, 0x00007c92u, 0x00007c93u, - 0x00004f71u, 0x00004f76u, 0x00004f72u, 0x0003003eu, 0x00004a82u, 0x00007c92u, 0x000500c7u, 0x00000008u, - 0x00004a8au, 0x00004a75u, 0x00000235u, 0x000500abu, 0x00000069u, 0x00004a8bu, 0x00004a8au, 0x00000222u, - 0x0004007cu, 0x00000008u, 0x00004a8eu, 0x00004903u, 0x0004007cu, 0x00000008u, 0x00004a91u, 0x00004905u, - 0x00040071u, 0x00000006u, 0x00004a94u, 0x00004917u, 0x0004007cu, 0x00000008u, 0x00004a95u, 0x00004a94u, - 0x00050041u, 0x00000046u, 0x00004a96u, 0x00002262u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004a97u, - 0x00004a96u, 0x0008000cu, 0x00000008u, 0x00004f7du, 0x00000001u, 0x0000002du, 0x00004a97u, 0x00000c5fu, - 0x00000c1au, 0x000500b1u, 0x00000069u, 0x00004f7fu, 0x00004a95u, 0x00000268u, 0x000300f7u, 0x00004f8bu, - 0x00000000u, 0x000400fau, 0x00004f7fu, 0x00004f80u, 0x00004f84u, 0x000200f8u, 0x00004f84u, 0x00050082u, - 0x00000008u, 0x00004f86u, 0x0000115cu, 0x00004a95u, 0x000500c4u, 0x00000008u, 0x00004f88u, 0x00004f7du, - 0x00004f86u, 0x000500c3u, 0x00000008u, 0x00004f8au, 0x00004f88u, 0x00000556u, 0x000200f9u, 0x00004f8bu, - 0x000200f8u, 0x00004f80u, 0x000500c3u, 0x00000008u, 0x00004f83u, 0x00004f7du, 0x00004a95u, 0x000200f9u, - 0x00004f8bu, 0x000200f8u, 0x00004f8bu, 0x000700f5u, 0x00000008u, 0x00007c94u, 0x00004f83u, 0x00004f80u, - 0x00004f8au, 0x00004f84u, 0x000300f7u, 0x00004fa7u, 0x00000000u, 0x000400fau, 0x00004a8bu, 0x00004f8du, - 0x00004fa2u, 0x000200f8u, 0x00004fa2u, 0x000500c4u, 0x00000008u, 0x00004fa4u, 0x00004a8eu, 0x00000232u, - 0x00050082u, 0x00000008u, 0x00004fa6u, 0x00007c94u, 0x00004fa4u, 0x000200f9u, 0x00004fa7u, 0x000200f8u, - 0x00004f8du, 0x000500c3u, 0x00000008u, 0x00004f8fu, 0x00007c94u, 0x00000232u, 0x000500afu, 0x00000069u, - 0x00004f91u, 0x00004f8fu, 0x00004a91u, 0x000300f7u, 0x00004fa1u, 0x00000000u, 0x000400fau, 0x00004f91u, - 0x00004f93u, 0x00004f9bu, 0x000200f8u, 0x00004f9bu, 0x000500c4u, 0x00000008u, 0x00004f9eu, 0x00004a8eu, - 0x00000232u, 0x00050082u, 0x00000008u, 0x00004f9fu, 0x00007c94u, 0x00004f9eu, 0x0007000cu, 0x00000008u, - 0x00004fa0u, 0x00000001u, 0x0000002au, 0x00004f9fu, 0x00000222u, 0x000200f9u, 0x00004fa1u, 0x000200f8u, - 0x00004f93u, 0x000500c3u, 0x00000008u, 0x00004f95u, 0x00004a91u, 0x0000022fu, 0x000500c3u, 0x00000008u, - 0x00004f97u, 0x00004a8eu, 0x0000022fu, 0x00050082u, 0x00000008u, 0x00004f98u, 0x00004f95u, 0x00004f97u, - 0x000500c7u, 0x00000008u, 0x00004f99u, 0x00004f98u, 0x00001173u, 0x000500c4u, 0x00000008u, 0x00004f9au, - 0x00004f99u, 0x00000238u, 0x000200f9u, 0x00004fa1u, 0x000200f8u, 0x00004fa1u, 0x000700f5u, 0x00000008u, - 0x00007c96u, 0x00004f9au, 0x00004f93u, 0x00004fa0u, 0x00004f9bu, 0x000200f9u, 0x00004fa7u, 0x000200f8u, - 0x00004fa7u, 0x000700f5u, 0x00000008u, 0x00007c95u, 0x00007c96u, 0x00004fa1u, 0x00004fa6u, 0x00004fa2u, - 0x0003003eu, 0x00004a96u, 0x00007c95u, 0x000300f7u, 0x00004aa0u, 0x00000000u, 0x000400fau, 0x000022e9u, - 0x00004a9bu, 0x00004a9fu, 0x000200f8u, 0x00004a9fu, 0x0003003eu, 0x00004926u, 0x00000c46u, 0x000200f9u, - 0x00004aa0u, 0x000200f8u, 0x00004a9bu, 0x0004003du, 0x000000efu, 0x00004a9cu, 0x00002262u, 0x000500c7u, - 0x000000efu, 0x00004a9eu, 0x00004a9cu, 0x0000b40du, 0x0003003eu, 0x00004926u, 0x00004a9eu, 0x000200f9u, - 0x00004aa0u, 0x000200f8u, 0x00004aa0u, 0x00050041u, 0x00000046u, 0x00004aa1u, 0x00004926u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00004aa2u, 0x00004aa1u, 0x00050041u, 0x00000046u, 0x00004aa3u, 0x00004926u, - 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004aa4u, 0x00004aa3u, 0x00050080u, 0x00000008u, 0x00004aa5u, - 0x00004aa2u, 0x00004aa4u, 0x0004003du, 0x000000efu, 0x00004aa6u, 0x00002262u, 0x000500c3u, 0x000000efu, - 0x00004aa8u, 0x00004aa6u, 0x0000b40cu, 0x0003003eu, 0x00002262u, 0x00004aa8u, 0x0004003du, 0x00000008u, - 0x00004aabu, 0x00004a82u, 0x00040071u, 0x00000006u, 0x00004faeu, 0x00004911u, 0x0004007cu, 0x00000008u, - 0x00004fafu, 0x00004faeu, 0x000500abu, 0x00000069u, 0x00004fb0u, 0x00004fafu, 0x00000222u, 0x000300f7u, - 0x00004fc8u, 0x00000000u, 0x000400fau, 0x00004fb0u, 0x00004fb1u, 0x00004fc8u, 0x000200f8u, 0x00004fb1u, - 0x000500c4u, 0x00000008u, 0x00004fb4u, 0x0000022cu, 0x00004911u, 0x000500c7u, 0x00000008u, 0x00004fb9u, - 0x00004a75u, 0x0000022fu, 0x000500abu, 0x00000069u, 0x00004fbau, 0x00004fb9u, 0x00000222u, 0x000300f7u, - 0x00004fc3u, 0x00000000u, 0x000400fau, 0x00004fbau, 0x00004fbbu, 0x00004fc3u, 0x000200f8u, 0x00004fbbu, - 0x000500c7u, 0x00000008u, 0x00004fbeu, 0x00004aabu, 0x00004fb4u, 0x00050082u, 0x00000008u, 0x00004fbfu, - 0x00004fbeu, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00004fc0u, 0x00000001u, 0x0000002au, 0x00004fbfu, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x00004fc2u, 0x00004aabu, 0x00004fc0u, 0x000200f9u, 0x00004fc3u, - 0x000200f8u, 0x00004fc3u, 0x000700f5u, 0x00000008u, 0x00007c97u, 0x00004aabu, 0x00004fb1u, 0x00004fc2u, - 0x00004fbbu, 0x00050082u, 0x00000008u, 0x00004fc5u, 0x00004fb4u, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x00004fc7u, 0x00007c97u, 0x00004fc5u, 0x000200f9u, 0x00004fc8u, 0x000200f8u, 0x00004fc8u, 0x000700f5u, - 0x00000008u, 0x00007c98u, 0x00004aabu, 0x00004aa0u, 0x00004fc7u, 0x00004fc3u, 0x0004003du, 0x00000008u, - 0x00004aafu, 0x00004a96u, 0x00040071u, 0x00000006u, 0x00004fcfu, 0x00004915u, 0x0004007cu, 0x00000008u, - 0x00004fd0u, 0x00004fcfu, 0x000500abu, 0x00000069u, 0x00004fd1u, 0x00004fd0u, 0x00000222u, 0x000300f7u, - 0x00004fe9u, 0x00000000u, 0x000400fau, 0x00004fd1u, 0x00004fd2u, 0x00004fe9u, 0x000200f8u, 0x00004fd2u, - 0x000500c4u, 0x00000008u, 0x00004fd5u, 0x0000022cu, 0x00004915u, 0x000500c7u, 0x00000008u, 0x00004fdau, - 0x00004a75u, 0x0000025fu, 0x000500abu, 0x00000069u, 0x00004fdbu, 0x00004fdau, 0x00000222u, 0x000300f7u, - 0x00004fe4u, 0x00000000u, 0x000400fau, 0x00004fdbu, 0x00004fdcu, 0x00004fe4u, 0x000200f8u, 0x00004fdcu, - 0x000500c7u, 0x00000008u, 0x00004fdfu, 0x00004aafu, 0x00004fd5u, 0x00050082u, 0x00000008u, 0x00004fe0u, - 0x00004fdfu, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00004fe1u, 0x00000001u, 0x0000002au, 0x00004fe0u, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x00004fe3u, 0x00004aafu, 0x00004fe1u, 0x000200f9u, 0x00004fe4u, - 0x000200f8u, 0x00004fe4u, 0x000700f5u, 0x00000008u, 0x00007c99u, 0x00004aafu, 0x00004fd2u, 0x00004fe3u, - 0x00004fdcu, 0x00050082u, 0x00000008u, 0x00004fe6u, 0x00004fd5u, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x00004fe8u, 0x00007c99u, 0x00004fe6u, 0x000200f9u, 0x00004fe9u, 0x000200f8u, 0x00004fe9u, 0x000700f5u, - 0x00000008u, 0x00007c9au, 0x00004aafu, 0x00004fc8u, 0x00004fe8u, 0x00004fe4u, 0x0004003du, 0x00000008u, - 0x00004ab2u, 0x00004a82u, 0x00050080u, 0x00000008u, 0x00004ab3u, 0x00004ab2u, 0x0000022cu, 0x000300f7u, - 0x0000500au, 0x00000000u, 0x000400fau, 0x00004fb0u, 0x00004ff3u, 0x0000500au, 0x000200f8u, 0x00004ff3u, - 0x000500c4u, 0x00000008u, 0x00004ff6u, 0x0000022cu, 0x00004911u, 0x000500c7u, 0x00000008u, 0x00004ffbu, - 0x00004a75u, 0x0000022fu, 0x000500abu, 0x00000069u, 0x00004ffcu, 0x00004ffbu, 0x00000222u, 0x000300f7u, - 0x00005005u, 0x00000000u, 0x000400fau, 0x00004ffcu, 0x00004ffdu, 0x00005005u, 0x000200f8u, 0x00004ffdu, - 0x000500c7u, 0x00000008u, 0x00005000u, 0x00004ab3u, 0x00004ff6u, 0x00050082u, 0x00000008u, 0x00005001u, - 0x00005000u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00005002u, 0x00000001u, 0x0000002au, 0x00005001u, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x00005004u, 0x00004ab3u, 0x00005002u, 0x000200f9u, 0x00005005u, - 0x000200f8u, 0x00005005u, 0x000700f5u, 0x00000008u, 0x00007c9bu, 0x00004ab3u, 0x00004ff3u, 0x00005004u, - 0x00004ffdu, 0x00050082u, 0x00000008u, 0x00005007u, 0x00004ff6u, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x00005009u, 0x00007c9bu, 0x00005007u, 0x000200f9u, 0x0000500au, 0x000200f8u, 0x0000500au, 0x000700f5u, - 0x00000008u, 0x00007c9cu, 0x00004ab3u, 0x00004fe9u, 0x00005009u, 0x00005005u, 0x0004003du, 0x00000008u, - 0x00004ab7u, 0x00004a96u, 0x00050080u, 0x00000008u, 0x00004ab8u, 0x00004ab7u, 0x0000022cu, 0x000300f7u, - 0x0000502bu, 0x00000000u, 0x000400fau, 0x00004fd1u, 0x00005014u, 0x0000502bu, 0x000200f8u, 0x00005014u, - 0x000500c4u, 0x00000008u, 0x00005017u, 0x0000022cu, 0x00004915u, 0x000500c7u, 0x00000008u, 0x0000501cu, - 0x00004a75u, 0x0000025fu, 0x000500abu, 0x00000069u, 0x0000501du, 0x0000501cu, 0x00000222u, 0x000300f7u, - 0x00005026u, 0x00000000u, 0x000400fau, 0x0000501du, 0x0000501eu, 0x00005026u, 0x000200f8u, 0x0000501eu, - 0x000500c7u, 0x00000008u, 0x00005021u, 0x00004ab8u, 0x00005017u, 0x00050082u, 0x00000008u, 0x00005022u, - 0x00005021u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00005023u, 0x00000001u, 0x0000002au, 0x00005022u, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x00005025u, 0x00004ab8u, 0x00005023u, 0x000200f9u, 0x00005026u, - 0x000200f8u, 0x00005026u, 0x000700f5u, 0x00000008u, 0x00007c9du, 0x00004ab8u, 0x00005014u, 0x00005025u, - 0x0000501eu, 0x00050082u, 0x00000008u, 0x00005028u, 0x00005017u, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x0000502au, 0x00007c9du, 0x00005028u, 0x000200f9u, 0x0000502bu, 0x000200f8u, 0x0000502bu, 0x000700f5u, - 0x00000008u, 0x00007c9eu, 0x00004ab8u, 0x0000500au, 0x0000502au, 0x00005026u, 0x00050082u, 0x00000008u, - 0x00004abdu, 0x00007c9eu, 0x00007c9au, 0x0007000cu, 0x00000008u, 0x00004abeu, 0x00000001u, 0x0000002au, - 0x00004abdu, 0x000013eeu, 0x000500c7u, 0x00000008u, 0x00004ac0u, 0x00007c9au, 0x00000360u, 0x00050080u, - 0x00000008u, 0x00004ac2u, 0x00004ac0u, 0x00004abeu, 0x0004003du, 0x000000efu, 0x00004ac7u, 0x00004926u, - 0x000500aau, 0x00000881u, 0x00004ac8u, 0x00004ac7u, 0x000013fau, 0x00050051u, 0x00000069u, 0x00004ac9u, - 0x00004ac8u, 0x00000000u, 0x00050051u, 0x00000069u, 0x00004acau, 0x00004ac8u, 0x00000001u, 0x00070050u, - 0x000005fdu, 0x00004acbu, 0x00002313u, 0x00002328u, 0x00004ac9u, 0x00004acau, 0x0004009bu, 0x00000069u, - 0x00004accu, 0x00004acbu, 0x000600a9u, 0x00000008u, 0x0000b5ceu, 0x00004accu, 0x00000222u, 0x00004aa5u, - 0x00040071u, 0x00000006u, 0x00004ad2u, 0x0000490bu, 0x0004007cu, 0x00000008u, 0x00004ad3u, 0x00004ad2u, - 0x000500aau, 0x00000069u, 0x00004ad4u, 0x00004ad3u, 0x0000022cu, 0x000500afu, 0x00000069u, 0x00004ad6u, - 0x0000b5ceu, 0x0000115cu, 0x000300f7u, 0x00004adfu, 0x00000000u, 0x000400fau, 0x00004ad6u, 0x00004ad7u, - 0x00004adbu, 0x000200f8u, 0x00004adbu, 0x00050050u, 0x000000efu, 0x00004adeu, 0x00007c98u, 0x00004ac0u, - 0x000200f9u, 0x00004adfu, 0x000200f8u, 0x00004ad7u, 0x00050050u, 0x000000efu, 0x00004adau, 0x00007c9cu, - 0x00004ac2u, 0x000200f9u, 0x00004adfu, 0x000200f8u, 0x00004adfu, 0x000700f5u, 0x000000efu, 0x00007cadu, - 0x00004adau, 0x00004ad7u, 0x00004adeu, 0x00004adbu, 0x000500c7u, 0x00000008u, 0x00004ae2u, 0x00007c98u, - 0x0000022cu, 0x000500c4u, 0x00000008u, 0x00004ae3u, 0x00004ae2u, 0x00000235u, 0x0004003du, 0x00000008u, - 0x00004ae5u, 0x00004aa1u, 0x000500c3u, 0x00000008u, 0x00004ae6u, 0x00004ae5u, 0x0000022cu, 0x000500c5u, - 0x00000008u, 0x00004ae7u, 0x00004ae3u, 0x00004ae6u, 0x000300f7u, 0x00004db0u, 0x00000000u, 0x000400fau, - 0x000022e3u, 0x00004ae9u, 0x00004b8au, 0x000200f8u, 0x00004b8au, 0x000300f7u, 0x00004dafu, 0x00000000u, - 0x000d00fbu, 0x00004ad3u, 0x00004dafu, 0x00000000u, 0x00004b8fu, 0x00000001u, 0x00004c19u, 0x00000002u, - 0x00004c47u, 0x00000003u, 0x00004cbcu, 0x00000004u, 0x00004d46u, 0x000200f8u, 0x00004d46u, 0x00040071u, - 0x00000006u, 0x00004d49u, 0x0000490du, 0x0004007cu, 0x00000008u, 0x00004d4au, 0x00004d49u, 0x000300f7u, - 0x00004daeu, 0x00000000u, 0x000700fbu, 0x00004d4au, 0x00004d4bu, 0x00000000u, 0x00004d6cu, 0x00000001u, - 0x00004d8du, 0x000200f8u, 0x00004d8du, 0x0004007cu, 0x000000b0u, 0x00004d8fu, 0x00007cadu, 0x0003003eu, - 0x00004a34u, 0x00004d8fu, 0x00050041u, 0x00000007u, 0x00006182u, 0x00004a34u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00006183u, 0x00006182u, 0x00050084u, 0x00000006u, 0x00006184u, 0x00004909u, 0x00006183u, - 0x00050080u, 0x00000006u, 0x00006185u, 0x00004907u, 0x00006184u, 0x00050041u, 0x00000007u, 0x00006186u, - 0x00004a34u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006187u, 0x00006186u, 0x00050080u, 0x00000006u, - 0x00006189u, 0x00006185u, 0x00006187u, 0x000500c7u, 0x00000006u, 0x0000618bu, 0x00006189u, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x0000618eu, 0x00006182u, 0x000500c7u, 0x00000006u, 0x0000618fu, 0x0000618eu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00006190u, 0x0000618fu, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00006192u, 0x0000618bu, 0x00006190u, 0x000500c6u, 0x00000006u, 0x00006194u, 0x00006192u, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00006197u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00006194u, - 0x0004003du, 0x0000000fu, 0x00006198u, 0x00006197u, 0x00040071u, 0x00000006u, 0x00006199u, 0x00006198u, - 0x00040071u, 0x00000011u, 0x0000619bu, 0x00006199u, 0x0004007cu, 0x00000012u, 0x0000619cu, 0x0000619bu, - 0x00070050u, 0x00000013u, 0x0000619du, 0x0000619cu, 0x0000619cu, 0x0000619cu, 0x0000619cu, 0x000300f7u, - 0x00004da3u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004d94u, 0x00004da3u, 0x000200f8u, 0x00004d94u, - 0x00050050u, 0x000000efu, 0x00004d97u, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004d98u, - 0x00004d97u, 0x0003003eu, 0x00004a37u, 0x00004d98u, 0x00050041u, 0x00000007u, 0x000061a7u, 0x00004a37u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x000061a8u, 0x000061a7u, 0x00050084u, 0x00000006u, 0x000061a9u, - 0x00004909u, 0x000061a8u, 0x00050080u, 0x00000006u, 0x000061aau, 0x00004907u, 0x000061a9u, 0x00050041u, - 0x00000007u, 0x000061abu, 0x00004a37u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000061acu, 0x000061abu, - 0x00050080u, 0x00000006u, 0x000061aeu, 0x000061aau, 0x000061acu, 0x000500c7u, 0x00000006u, 0x000061b0u, - 0x000061aeu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000061b3u, 0x000061a7u, 0x000500c7u, 0x00000006u, - 0x000061b4u, 0x000061b3u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000061b5u, 0x000061b4u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x000061b7u, 0x000061b0u, 0x000061b5u, 0x000500c6u, 0x00000006u, 0x000061b9u, - 0x000061b7u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000061bcu, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x000061b9u, 0x0004003du, 0x0000000fu, 0x000061bdu, 0x000061bcu, 0x00040071u, 0x00000006u, - 0x000061beu, 0x000061bdu, 0x00040071u, 0x00000011u, 0x000061c0u, 0x000061beu, 0x0004007cu, 0x00000012u, - 0x000061c1u, 0x000061c0u, 0x00070050u, 0x00000013u, 0x000061c2u, 0x000061c1u, 0x000061c1u, 0x000061c1u, - 0x000061c1u, 0x00050050u, 0x000000efu, 0x00004d9eu, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, - 0x00004d9fu, 0x00004d9eu, 0x0003003eu, 0x00004a3au, 0x00004d9fu, 0x00050041u, 0x00000007u, 0x000061ccu, - 0x00004a3au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000061cdu, 0x000061ccu, 0x00050084u, 0x00000006u, - 0x000061ceu, 0x00004909u, 0x000061cdu, 0x00050080u, 0x00000006u, 0x000061cfu, 0x00004907u, 0x000061ceu, - 0x00050041u, 0x00000007u, 0x000061d0u, 0x00004a3au, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000061d1u, - 0x000061d0u, 0x00050080u, 0x00000006u, 0x000061d3u, 0x000061cfu, 0x000061d1u, 0x000500c7u, 0x00000006u, - 0x000061d5u, 0x000061d3u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000061d8u, 0x000061ccu, 0x000500c7u, - 0x00000006u, 0x000061d9u, 0x000061d8u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000061dau, 0x000061d9u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000061dcu, 0x000061d5u, 0x000061dau, 0x000500c6u, 0x00000006u, - 0x000061deu, 0x000061dcu, 0x00000466u, 0x00080041u, 0x00000673u, 0x000061e1u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x000061deu, 0x0004003du, 0x0000000fu, 0x000061e2u, 0x000061e1u, 0x00040071u, - 0x00000006u, 0x000061e3u, 0x000061e2u, 0x00040071u, 0x00000011u, 0x000061e5u, 0x000061e3u, 0x0004007cu, - 0x00000012u, 0x000061e6u, 0x000061e5u, 0x00070050u, 0x00000013u, 0x000061e7u, 0x000061e6u, 0x000061e6u, - 0x000061e6u, 0x000061e6u, 0x000200f9u, 0x00004da3u, 0x000200f8u, 0x00004da3u, 0x000700f5u, 0x00000013u, - 0x00007fd6u, 0x00007f02u, 0x00004d8du, 0x000061e7u, 0x00004d94u, 0x000700f5u, 0x00000013u, 0x00007ee2u, - 0x00007e0bu, 0x00004d8du, 0x000061c2u, 0x00004d94u, 0x000300f7u, 0x00004dadu, 0x00000000u, 0x000400fau, - 0x00004accu, 0x00004da5u, 0x00004dadu, 0x000200f8u, 0x00004da5u, 0x00050050u, 0x000000efu, 0x00004da8u, - 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004da9u, 0x00004da8u, 0x0003003eu, 0x00004a3du, - 0x00004da9u, 0x00050041u, 0x00000007u, 0x000061f1u, 0x00004a3du, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000061f2u, 0x000061f1u, 0x00050084u, 0x00000006u, 0x000061f3u, 0x00004909u, 0x000061f2u, 0x00050080u, - 0x00000006u, 0x000061f4u, 0x00004907u, 0x000061f3u, 0x00050041u, 0x00000007u, 0x000061f5u, 0x00004a3du, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000061f6u, 0x000061f5u, 0x00050080u, 0x00000006u, 0x000061f8u, - 0x000061f4u, 0x000061f6u, 0x000500c7u, 0x00000006u, 0x000061fau, 0x000061f8u, 0x00000e72u, 0x0004003du, - 0x00000006u, 0x000061fdu, 0x000061f1u, 0x000500c7u, 0x00000006u, 0x000061feu, 0x000061fdu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x000061ffu, 0x000061feu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00006201u, - 0x000061fau, 0x000061ffu, 0x000500c6u, 0x00000006u, 0x00006203u, 0x00006201u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00006206u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00006203u, 0x0004003du, - 0x0000000fu, 0x00006207u, 0x00006206u, 0x00040071u, 0x00000006u, 0x00006208u, 0x00006207u, 0x00040071u, - 0x00000011u, 0x0000620au, 0x00006208u, 0x0004007cu, 0x00000012u, 0x0000620bu, 0x0000620au, 0x00070050u, - 0x00000013u, 0x0000620cu, 0x0000620bu, 0x0000620bu, 0x0000620bu, 0x0000620bu, 0x000200f9u, 0x00004dadu, - 0x000200f8u, 0x00004dadu, 0x000700f5u, 0x00000013u, 0x000080cau, 0x00007ff4u, 0x00004da3u, 0x0000620cu, - 0x00004da5u, 0x000200f9u, 0x00004daeu, 0x000200f8u, 0x00004d6cu, 0x0004007cu, 0x000000b0u, 0x00004d6eu, - 0x00007cadu, 0x0003003eu, 0x00004a28u, 0x00004d6eu, 0x00050041u, 0x00000007u, 0x000060b3u, 0x00004a28u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x000060b4u, 0x000060b3u, 0x00050084u, 0x00000006u, 0x000060b5u, - 0x00004909u, 0x000060b4u, 0x00050080u, 0x00000006u, 0x000060b6u, 0x00004907u, 0x000060b5u, 0x00050041u, - 0x00000007u, 0x000060b7u, 0x00004a28u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000060b8u, 0x000060b7u, - 0x000500c2u, 0x00000006u, 0x000060b9u, 0x000060b8u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000060bbu, - 0x000060b6u, 0x000060b9u, 0x000500c7u, 0x00000006u, 0x000060bdu, 0x000060bbu, 0x00000e72u, 0x0004003du, - 0x00000006u, 0x000060bfu, 0x000060b7u, 0x000400c8u, 0x00000006u, 0x000060c0u, 0x000060bfu, 0x000500c7u, - 0x00000006u, 0x000060c1u, 0x000060c0u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000060c2u, 0x000060c1u, - 0x00000706u, 0x0004003du, 0x00000006u, 0x000060c5u, 0x000060b3u, 0x000500c7u, 0x00000006u, 0x000060c6u, - 0x000060c5u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000060c7u, 0x000060c6u, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x000060c9u, 0x000060bdu, 0x000060c7u, 0x000500c6u, 0x00000006u, 0x000060cbu, 0x000060c9u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x000060ceu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x000060cbu, 0x0004003du, 0x0000000fu, 0x000060cfu, 0x000060ceu, 0x00040071u, 0x00000006u, 0x000060d0u, - 0x000060cfu, 0x000500c2u, 0x00000006u, 0x000060d3u, 0x000060d0u, 0x000060c2u, 0x000500c7u, 0x00000006u, - 0x000060d4u, 0x000060d3u, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x000060d6u, 0x000060d4u, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x000060d8u, 0x000060d4u, 0x000060d6u, 0x00040071u, 0x00000011u, 0x000060dau, - 0x000060d8u, 0x0004007cu, 0x00000012u, 0x000060dbu, 0x000060dau, 0x00070050u, 0x00000013u, 0x000060dcu, - 0x000060dbu, 0x000060dbu, 0x000060dbu, 0x000060dbu, 0x000300f7u, 0x00004d82u, 0x00000000u, 0x000400fau, - 0x000022e9u, 0x00004d73u, 0x00004d82u, 0x000200f8u, 0x00004d73u, 0x00050050u, 0x000000efu, 0x00004d76u, - 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004d77u, 0x00004d76u, 0x0003003eu, 0x00004a2bu, - 0x00004d77u, 0x00050041u, 0x00000007u, 0x000060e7u, 0x00004a2bu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000060e8u, 0x000060e7u, 0x00050084u, 0x00000006u, 0x000060e9u, 0x00004909u, 0x000060e8u, 0x00050080u, - 0x00000006u, 0x000060eau, 0x00004907u, 0x000060e9u, 0x00050041u, 0x00000007u, 0x000060ebu, 0x00004a2bu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000060ecu, 0x000060ebu, 0x000500c2u, 0x00000006u, 0x000060edu, - 0x000060ecu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000060efu, 0x000060eau, 0x000060edu, 0x000500c7u, - 0x00000006u, 0x000060f1u, 0x000060efu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000060f3u, 0x000060ebu, - 0x000400c8u, 0x00000006u, 0x000060f4u, 0x000060f3u, 0x000500c7u, 0x00000006u, 0x000060f5u, 0x000060f4u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000060f6u, 0x000060f5u, 0x00000706u, 0x0004003du, 0x00000006u, - 0x000060f9u, 0x000060e7u, 0x000500c7u, 0x00000006u, 0x000060fau, 0x000060f9u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000060fbu, 0x000060fau, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000060fdu, 0x000060f1u, - 0x000060fbu, 0x000500c6u, 0x00000006u, 0x000060ffu, 0x000060fdu, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00006102u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000060ffu, 0x0004003du, 0x0000000fu, - 0x00006103u, 0x00006102u, 0x00040071u, 0x00000006u, 0x00006104u, 0x00006103u, 0x000500c2u, 0x00000006u, - 0x00006107u, 0x00006104u, 0x000060f6u, 0x000500c7u, 0x00000006u, 0x00006108u, 0x00006107u, 0x00000e95u, - 0x000500c4u, 0x00000006u, 0x0000610au, 0x00006108u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x0000610cu, - 0x00006108u, 0x0000610au, 0x00040071u, 0x00000011u, 0x0000610eu, 0x0000610cu, 0x0004007cu, 0x00000012u, - 0x0000610fu, 0x0000610eu, 0x00070050u, 0x00000013u, 0x00006110u, 0x0000610fu, 0x0000610fu, 0x0000610fu, - 0x0000610fu, 0x00050050u, 0x000000efu, 0x00004d7du, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, - 0x00004d7eu, 0x00004d7du, 0x0003003eu, 0x00004a2eu, 0x00004d7eu, 0x00050041u, 0x00000007u, 0x0000611bu, - 0x00004a2eu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000611cu, 0x0000611bu, 0x00050084u, 0x00000006u, - 0x0000611du, 0x00004909u, 0x0000611cu, 0x00050080u, 0x00000006u, 0x0000611eu, 0x00004907u, 0x0000611du, - 0x00050041u, 0x00000007u, 0x0000611fu, 0x00004a2eu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006120u, - 0x0000611fu, 0x000500c2u, 0x00000006u, 0x00006121u, 0x00006120u, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x00006123u, 0x0000611eu, 0x00006121u, 0x000500c7u, 0x00000006u, 0x00006125u, 0x00006123u, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x00006127u, 0x0000611fu, 0x000400c8u, 0x00000006u, 0x00006128u, 0x00006127u, - 0x000500c7u, 0x00000006u, 0x00006129u, 0x00006128u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000612au, - 0x00006129u, 0x00000706u, 0x0004003du, 0x00000006u, 0x0000612du, 0x0000611bu, 0x000500c7u, 0x00000006u, - 0x0000612eu, 0x0000612du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000612fu, 0x0000612eu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00006131u, 0x00006125u, 0x0000612fu, 0x000500c6u, 0x00000006u, 0x00006133u, - 0x00006131u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00006136u, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00006133u, 0x0004003du, 0x0000000fu, 0x00006137u, 0x00006136u, 0x00040071u, 0x00000006u, - 0x00006138u, 0x00006137u, 0x000500c2u, 0x00000006u, 0x0000613bu, 0x00006138u, 0x0000612au, 0x000500c7u, - 0x00000006u, 0x0000613cu, 0x0000613bu, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x0000613eu, 0x0000613cu, - 0x00000235u, 0x000500c5u, 0x00000006u, 0x00006140u, 0x0000613cu, 0x0000613eu, 0x00040071u, 0x00000011u, - 0x00006142u, 0x00006140u, 0x0004007cu, 0x00000012u, 0x00006143u, 0x00006142u, 0x00070050u, 0x00000013u, - 0x00006144u, 0x00006143u, 0x00006143u, 0x00006143u, 0x00006143u, 0x000200f9u, 0x00004d82u, 0x000200f8u, - 0x00004d82u, 0x000700f5u, 0x00000013u, 0x00007fd4u, 0x00007f02u, 0x00004d6cu, 0x00006144u, 0x00004d73u, - 0x000700f5u, 0x00000013u, 0x00007ee0u, 0x00007e0bu, 0x00004d6cu, 0x00006110u, 0x00004d73u, 0x000300f7u, - 0x00004d8cu, 0x00000000u, 0x000400fau, 0x00004accu, 0x00004d84u, 0x00004d8cu, 0x000200f8u, 0x00004d84u, - 0x00050050u, 0x000000efu, 0x00004d87u, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004d88u, - 0x00004d87u, 0x0003003eu, 0x00004a31u, 0x00004d88u, 0x00050041u, 0x00000007u, 0x0000614fu, 0x00004a31u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00006150u, 0x0000614fu, 0x00050084u, 0x00000006u, 0x00006151u, - 0x00004909u, 0x00006150u, 0x00050080u, 0x00000006u, 0x00006152u, 0x00004907u, 0x00006151u, 0x00050041u, - 0x00000007u, 0x00006153u, 0x00004a31u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006154u, 0x00006153u, - 0x000500c2u, 0x00000006u, 0x00006155u, 0x00006154u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00006157u, - 0x00006152u, 0x00006155u, 0x000500c7u, 0x00000006u, 0x00006159u, 0x00006157u, 0x00000e72u, 0x0004003du, - 0x00000006u, 0x0000615bu, 0x00006153u, 0x000400c8u, 0x00000006u, 0x0000615cu, 0x0000615bu, 0x000500c7u, - 0x00000006u, 0x0000615du, 0x0000615cu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000615eu, 0x0000615du, - 0x00000706u, 0x0004003du, 0x00000006u, 0x00006161u, 0x0000614fu, 0x000500c7u, 0x00000006u, 0x00006162u, - 0x00006161u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00006163u, 0x00006162u, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x00006165u, 0x00006159u, 0x00006163u, 0x000500c6u, 0x00000006u, 0x00006167u, 0x00006165u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x0000616au, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00006167u, 0x0004003du, 0x0000000fu, 0x0000616bu, 0x0000616au, 0x00040071u, 0x00000006u, 0x0000616cu, - 0x0000616bu, 0x000500c2u, 0x00000006u, 0x0000616fu, 0x0000616cu, 0x0000615eu, 0x000500c7u, 0x00000006u, - 0x00006170u, 0x0000616fu, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00006172u, 0x00006170u, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x00006174u, 0x00006170u, 0x00006172u, 0x00040071u, 0x00000011u, 0x00006176u, - 0x00006174u, 0x0004007cu, 0x00000012u, 0x00006177u, 0x00006176u, 0x00070050u, 0x00000013u, 0x00006178u, - 0x00006177u, 0x00006177u, 0x00006177u, 0x00006177u, 0x000200f9u, 0x00004d8cu, 0x000200f8u, 0x00004d8cu, - 0x000700f5u, 0x00000013u, 0x000080c8u, 0x00007ff4u, 0x00004d82u, 0x00006178u, 0x00004d84u, 0x000200f9u, - 0x00004daeu, 0x000200f8u, 0x00004d4bu, 0x0004007cu, 0x000000b0u, 0x00004d4du, 0x00007cadu, 0x0003003eu, - 0x00004a40u, 0x00004d4du, 0x00050041u, 0x00000007u, 0x00005ffeu, 0x00004a40u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00005fffu, 0x00005ffeu, 0x00050084u, 0x00000006u, 0x00006000u, 0x00004909u, 0x00005fffu, - 0x00050080u, 0x00000006u, 0x00006001u, 0x00004907u, 0x00006000u, 0x00050041u, 0x00000007u, 0x00006002u, - 0x00004a40u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006003u, 0x00006002u, 0x00050084u, 0x00000006u, - 0x00006004u, 0x00006003u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00006006u, 0x00006001u, 0x00006004u, - 0x000500c7u, 0x00000006u, 0x00006008u, 0x00006006u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x0000600au, - 0x00006008u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000600cu, 0x00005ffeu, 0x000500c7u, 0x00000006u, - 0x0000600du, 0x0000600cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000600eu, 0x0000600du, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00006010u, 0x0000600au, 0x0000600eu, 0x000500c6u, 0x00000006u, 0x00006012u, - 0x00006010u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00006015u, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00006012u, 0x0004003du, 0x00000011u, 0x00006016u, 0x00006015u, 0x00040071u, 0x00000006u, - 0x00006017u, 0x00006016u, 0x000500c2u, 0x00000006u, 0x00006019u, 0x00006017u, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x0000601au, 0x00006019u, 0x0004007cu, 0x00000012u, 0x0000601bu, 0x0000601au, 0x000500c7u, - 0x00000006u, 0x0000601du, 0x00006017u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000601eu, 0x0000601du, - 0x0004007cu, 0x00000012u, 0x0000601fu, 0x0000601eu, 0x00050050u, 0x000001aeu, 0x00006020u, 0x0000601bu, - 0x0000601fu, 0x0009004fu, 0x00000013u, 0x00006021u, 0x00006020u, 0x00006020u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000300f7u, 0x00004d61u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004d52u, - 0x00004d61u, 0x000200f8u, 0x00004d52u, 0x00050050u, 0x000000efu, 0x00004d55u, 0x00007c9cu, 0x00004ac0u, - 0x0004007cu, 0x000000b0u, 0x00004d56u, 0x00004d55u, 0x0003003eu, 0x00004a43u, 0x00004d56u, 0x00050041u, - 0x00000007u, 0x0000602bu, 0x00004a43u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000602cu, 0x0000602bu, - 0x00050084u, 0x00000006u, 0x0000602du, 0x00004909u, 0x0000602cu, 0x00050080u, 0x00000006u, 0x0000602eu, - 0x00004907u, 0x0000602du, 0x00050041u, 0x00000007u, 0x0000602fu, 0x00004a43u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00006030u, 0x0000602fu, 0x00050084u, 0x00000006u, 0x00006031u, 0x00006030u, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00006033u, 0x0000602eu, 0x00006031u, 0x000500c7u, 0x00000006u, 0x00006035u, - 0x00006033u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00006037u, 0x00006035u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00006039u, 0x0000602bu, 0x000500c7u, 0x00000006u, 0x0000603au, 0x00006039u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000603bu, 0x0000603au, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000603du, - 0x00006037u, 0x0000603bu, 0x000500c6u, 0x00000006u, 0x0000603fu, 0x0000603du, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00006042u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000603fu, 0x0004003du, - 0x00000011u, 0x00006043u, 0x00006042u, 0x00040071u, 0x00000006u, 0x00006044u, 0x00006043u, 0x000500c2u, - 0x00000006u, 0x00006046u, 0x00006044u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00006047u, 0x00006046u, - 0x0004007cu, 0x00000012u, 0x00006048u, 0x00006047u, 0x000500c7u, 0x00000006u, 0x0000604au, 0x00006044u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000604bu, 0x0000604au, 0x0004007cu, 0x00000012u, 0x0000604cu, - 0x0000604bu, 0x00050050u, 0x000001aeu, 0x0000604du, 0x00006048u, 0x0000604cu, 0x0009004fu, 0x00000013u, - 0x0000604eu, 0x0000604du, 0x0000604du, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, - 0x000000efu, 0x00004d5cu, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004d5du, 0x00004d5cu, - 0x0003003eu, 0x00004a46u, 0x00004d5du, 0x00050041u, 0x00000007u, 0x00006058u, 0x00004a46u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00006059u, 0x00006058u, 0x00050084u, 0x00000006u, 0x0000605au, 0x00004909u, - 0x00006059u, 0x00050080u, 0x00000006u, 0x0000605bu, 0x00004907u, 0x0000605au, 0x00050041u, 0x00000007u, - 0x0000605cu, 0x00004a46u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000605du, 0x0000605cu, 0x00050084u, - 0x00000006u, 0x0000605eu, 0x0000605du, 0x00000388u, 0x00050080u, 0x00000006u, 0x00006060u, 0x0000605bu, - 0x0000605eu, 0x000500c7u, 0x00000006u, 0x00006062u, 0x00006060u, 0x00000e72u, 0x000500c2u, 0x00000006u, - 0x00006064u, 0x00006062u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00006066u, 0x00006058u, 0x000500c7u, - 0x00000006u, 0x00006067u, 0x00006066u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00006068u, 0x00006067u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000606au, 0x00006064u, 0x00006068u, 0x000500c6u, 0x00000006u, - 0x0000606cu, 0x0000606au, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000606fu, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x0000606cu, 0x0004003du, 0x00000011u, 0x00006070u, 0x0000606fu, 0x00040071u, - 0x00000006u, 0x00006071u, 0x00006070u, 0x000500c2u, 0x00000006u, 0x00006073u, 0x00006071u, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x00006074u, 0x00006073u, 0x0004007cu, 0x00000012u, 0x00006075u, 0x00006074u, - 0x000500c7u, 0x00000006u, 0x00006077u, 0x00006071u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00006078u, - 0x00006077u, 0x0004007cu, 0x00000012u, 0x00006079u, 0x00006078u, 0x00050050u, 0x000001aeu, 0x0000607au, - 0x00006075u, 0x00006079u, 0x0009004fu, 0x00000013u, 0x0000607bu, 0x0000607au, 0x0000607au, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004d61u, 0x000200f8u, 0x00004d61u, 0x000700f5u, - 0x00000013u, 0x00007fd2u, 0x00007f02u, 0x00004d4bu, 0x0000607bu, 0x00004d52u, 0x000700f5u, 0x00000013u, - 0x00007edeu, 0x00007e0bu, 0x00004d4bu, 0x0000604eu, 0x00004d52u, 0x000300f7u, 0x00004d6bu, 0x00000000u, - 0x000400fau, 0x00004accu, 0x00004d63u, 0x00004d6bu, 0x000200f8u, 0x00004d63u, 0x00050050u, 0x000000efu, - 0x00004d66u, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004d67u, 0x00004d66u, 0x0003003eu, - 0x00004a49u, 0x00004d67u, 0x00050041u, 0x00000007u, 0x00006085u, 0x00004a49u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00006086u, 0x00006085u, 0x00050084u, 0x00000006u, 0x00006087u, 0x00004909u, 0x00006086u, - 0x00050080u, 0x00000006u, 0x00006088u, 0x00004907u, 0x00006087u, 0x00050041u, 0x00000007u, 0x00006089u, - 0x00004a49u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000608au, 0x00006089u, 0x00050084u, 0x00000006u, - 0x0000608bu, 0x0000608au, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000608du, 0x00006088u, 0x0000608bu, - 0x000500c7u, 0x00000006u, 0x0000608fu, 0x0000608du, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00006091u, - 0x0000608fu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00006093u, 0x00006085u, 0x000500c7u, 0x00000006u, - 0x00006094u, 0x00006093u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00006095u, 0x00006094u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00006097u, 0x00006091u, 0x00006095u, 0x000500c6u, 0x00000006u, 0x00006099u, - 0x00006097u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000609cu, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00006099u, 0x0004003du, 0x00000011u, 0x0000609du, 0x0000609cu, 0x00040071u, 0x00000006u, - 0x0000609eu, 0x0000609du, 0x000500c2u, 0x00000006u, 0x000060a0u, 0x0000609eu, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x000060a1u, 0x000060a0u, 0x0004007cu, 0x00000012u, 0x000060a2u, 0x000060a1u, 0x000500c7u, - 0x00000006u, 0x000060a4u, 0x0000609eu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000060a5u, 0x000060a4u, - 0x0004007cu, 0x00000012u, 0x000060a6u, 0x000060a5u, 0x00050050u, 0x000001aeu, 0x000060a7u, 0x000060a2u, - 0x000060a6u, 0x0009004fu, 0x00000013u, 0x000060a8u, 0x000060a7u, 0x000060a7u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004d6bu, 0x000200f8u, 0x00004d6bu, 0x000700f5u, 0x00000013u, - 0x000080c6u, 0x00007ff4u, 0x00004d61u, 0x000060a8u, 0x00004d63u, 0x000200f9u, 0x00004daeu, 0x000200f8u, - 0x00004daeu, 0x000900f5u, 0x00000013u, 0x000080c5u, 0x000080c6u, 0x00004d6bu, 0x000080c8u, 0x00004d8cu, - 0x000080cau, 0x00004dadu, 0x000900f5u, 0x00000013u, 0x00007fd0u, 0x00007fd2u, 0x00004d6bu, 0x00007fd4u, - 0x00004d8cu, 0x00007fd6u, 0x00004dadu, 0x000900f5u, 0x00000013u, 0x00007edcu, 0x00007edeu, 0x00004d6bu, - 0x00007ee0u, 0x00004d8cu, 0x00007ee2u, 0x00004dadu, 0x000900f5u, 0x00000013u, 0x00007daeu, 0x00006021u, - 0x00004d6bu, 0x000060dcu, 0x00004d8cu, 0x0000619du, 0x00004dadu, 0x000200f9u, 0x00004dafu, 0x000200f8u, - 0x00004cbcu, 0x00040071u, 0x00000006u, 0x00004cbfu, 0x0000490du, 0x0004007cu, 0x00000008u, 0x00004cc0u, - 0x00004cbfu, 0x000300f7u, 0x00004d45u, 0x00000000u, 0x000b00fbu, 0x00004cc0u, 0x00004d45u, 0x00000000u, - 0x00004cc1u, 0x00000001u, 0x00004ce2u, 0x00000002u, 0x00004d03u, 0x00000003u, 0x00004d24u, 0x000200f8u, - 0x00004d24u, 0x0004007cu, 0x000000b0u, 0x00004d26u, 0x00007cadu, 0x0003003eu, 0x00004a1cu, 0x00004d26u, - 0x00050041u, 0x00000007u, 0x00005f4au, 0x00004a1cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005f4bu, - 0x00005f4au, 0x00050084u, 0x00000006u, 0x00005f4cu, 0x00004909u, 0x00005f4bu, 0x00050080u, 0x00000006u, - 0x00005f4du, 0x00004907u, 0x00005f4cu, 0x00050041u, 0x00000007u, 0x00005f4eu, 0x00004a1cu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005f4fu, 0x00005f4eu, 0x00050084u, 0x00000006u, 0x00005f50u, 0x00005f4fu, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005f52u, 0x00005f4du, 0x00005f50u, 0x000500c7u, 0x00000006u, - 0x00005f54u, 0x00005f52u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005f56u, 0x00005f54u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005f58u, 0x00005f4au, 0x000500c7u, 0x00000006u, 0x00005f59u, 0x00005f58u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005f5au, 0x00005f59u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005f5cu, 0x00005f56u, 0x00005f5au, 0x000500c6u, 0x00000006u, 0x00005f5eu, 0x00005f5cu, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005f61u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005f5eu, - 0x0004003du, 0x00000011u, 0x00005f62u, 0x00005f61u, 0x00040071u, 0x00000006u, 0x00005f63u, 0x00005f62u, - 0x000500c2u, 0x00000006u, 0x00005f65u, 0x00005f63u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005f66u, - 0x00005f65u, 0x0004007cu, 0x00000012u, 0x00005f67u, 0x00005f66u, 0x000500c7u, 0x00000006u, 0x00005f69u, - 0x00005f63u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005f6au, 0x00005f69u, 0x0004007cu, 0x00000012u, - 0x00005f6bu, 0x00005f6au, 0x00050050u, 0x000001aeu, 0x00005f6cu, 0x00005f67u, 0x00005f6bu, 0x0009004fu, - 0x00000013u, 0x00005f6du, 0x00005f6cu, 0x00005f6cu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000300f7u, 0x00004d3au, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004d2bu, 0x00004d3au, 0x000200f8u, - 0x00004d2bu, 0x00050050u, 0x000000efu, 0x00004d2eu, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, - 0x00004d2fu, 0x00004d2eu, 0x0003003eu, 0x00004a1fu, 0x00004d2fu, 0x00050041u, 0x00000007u, 0x00005f77u, - 0x00004a1fu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005f78u, 0x00005f77u, 0x00050084u, 0x00000006u, - 0x00005f79u, 0x00004909u, 0x00005f78u, 0x00050080u, 0x00000006u, 0x00005f7au, 0x00004907u, 0x00005f79u, - 0x00050041u, 0x00000007u, 0x00005f7bu, 0x00004a1fu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005f7cu, - 0x00005f7bu, 0x00050084u, 0x00000006u, 0x00005f7du, 0x00005f7cu, 0x00000388u, 0x00050080u, 0x00000006u, - 0x00005f7fu, 0x00005f7au, 0x00005f7du, 0x000500c7u, 0x00000006u, 0x00005f81u, 0x00005f7fu, 0x00000e72u, - 0x000500c2u, 0x00000006u, 0x00005f83u, 0x00005f81u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005f85u, - 0x00005f77u, 0x000500c7u, 0x00000006u, 0x00005f86u, 0x00005f85u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005f87u, 0x00005f86u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005f89u, 0x00005f83u, 0x00005f87u, - 0x000500c6u, 0x00000006u, 0x00005f8bu, 0x00005f89u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005f8eu, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005f8bu, 0x0004003du, 0x00000011u, 0x00005f8fu, - 0x00005f8eu, 0x00040071u, 0x00000006u, 0x00005f90u, 0x00005f8fu, 0x000500c2u, 0x00000006u, 0x00005f92u, - 0x00005f90u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005f93u, 0x00005f92u, 0x0004007cu, 0x00000012u, - 0x00005f94u, 0x00005f93u, 0x000500c7u, 0x00000006u, 0x00005f96u, 0x00005f90u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00005f97u, 0x00005f96u, 0x0004007cu, 0x00000012u, 0x00005f98u, 0x00005f97u, 0x00050050u, - 0x000001aeu, 0x00005f99u, 0x00005f94u, 0x00005f98u, 0x0009004fu, 0x00000013u, 0x00005f9au, 0x00005f99u, - 0x00005f99u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x000000efu, 0x00004d35u, - 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004d36u, 0x00004d35u, 0x0003003eu, 0x00004a22u, - 0x00004d36u, 0x00050041u, 0x00000007u, 0x00005fa4u, 0x00004a22u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005fa5u, 0x00005fa4u, 0x00050084u, 0x00000006u, 0x00005fa6u, 0x00004909u, 0x00005fa5u, 0x00050080u, - 0x00000006u, 0x00005fa7u, 0x00004907u, 0x00005fa6u, 0x00050041u, 0x00000007u, 0x00005fa8u, 0x00004a22u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005fa9u, 0x00005fa8u, 0x00050084u, 0x00000006u, 0x00005faau, - 0x00005fa9u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005facu, 0x00005fa7u, 0x00005faau, 0x000500c7u, - 0x00000006u, 0x00005faeu, 0x00005facu, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005fb0u, 0x00005faeu, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005fb2u, 0x00005fa4u, 0x000500c7u, 0x00000006u, 0x00005fb3u, - 0x00005fb2u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005fb4u, 0x00005fb3u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00005fb6u, 0x00005fb0u, 0x00005fb4u, 0x000500c6u, 0x00000006u, 0x00005fb8u, 0x00005fb6u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005fbbu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005fb8u, 0x0004003du, 0x00000011u, 0x00005fbcu, 0x00005fbbu, 0x00040071u, 0x00000006u, 0x00005fbdu, - 0x00005fbcu, 0x000500c2u, 0x00000006u, 0x00005fbfu, 0x00005fbdu, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00005fc0u, 0x00005fbfu, 0x0004007cu, 0x00000012u, 0x00005fc1u, 0x00005fc0u, 0x000500c7u, 0x00000006u, - 0x00005fc3u, 0x00005fbdu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005fc4u, 0x00005fc3u, 0x0004007cu, - 0x00000012u, 0x00005fc5u, 0x00005fc4u, 0x00050050u, 0x000001aeu, 0x00005fc6u, 0x00005fc1u, 0x00005fc5u, - 0x0009004fu, 0x00000013u, 0x00005fc7u, 0x00005fc6u, 0x00005fc6u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004d3au, 0x000200f8u, 0x00004d3au, 0x000700f5u, 0x00000013u, 0x00007fcfu, - 0x00007f02u, 0x00004d24u, 0x00005fc7u, 0x00004d2bu, 0x000700f5u, 0x00000013u, 0x00007edbu, 0x00007e0bu, - 0x00004d24u, 0x00005f9au, 0x00004d2bu, 0x000300f7u, 0x00004d44u, 0x00000000u, 0x000400fau, 0x00004accu, - 0x00004d3cu, 0x00004d44u, 0x000200f8u, 0x00004d3cu, 0x00050050u, 0x000000efu, 0x00004d3fu, 0x00007c9cu, - 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004d40u, 0x00004d3fu, 0x0003003eu, 0x00004a25u, 0x00004d40u, - 0x00050041u, 0x00000007u, 0x00005fd1u, 0x00004a25u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005fd2u, - 0x00005fd1u, 0x00050084u, 0x00000006u, 0x00005fd3u, 0x00004909u, 0x00005fd2u, 0x00050080u, 0x00000006u, - 0x00005fd4u, 0x00004907u, 0x00005fd3u, 0x00050041u, 0x00000007u, 0x00005fd5u, 0x00004a25u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005fd6u, 0x00005fd5u, 0x00050084u, 0x00000006u, 0x00005fd7u, 0x00005fd6u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005fd9u, 0x00005fd4u, 0x00005fd7u, 0x000500c7u, 0x00000006u, - 0x00005fdbu, 0x00005fd9u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005fddu, 0x00005fdbu, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005fdfu, 0x00005fd1u, 0x000500c7u, 0x00000006u, 0x00005fe0u, 0x00005fdfu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005fe1u, 0x00005fe0u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005fe3u, 0x00005fddu, 0x00005fe1u, 0x000500c6u, 0x00000006u, 0x00005fe5u, 0x00005fe3u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005fe8u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005fe5u, - 0x0004003du, 0x00000011u, 0x00005fe9u, 0x00005fe8u, 0x00040071u, 0x00000006u, 0x00005feau, 0x00005fe9u, - 0x000500c2u, 0x00000006u, 0x00005fecu, 0x00005feau, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005fedu, - 0x00005fecu, 0x0004007cu, 0x00000012u, 0x00005feeu, 0x00005fedu, 0x000500c7u, 0x00000006u, 0x00005ff0u, - 0x00005feau, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005ff1u, 0x00005ff0u, 0x0004007cu, 0x00000012u, - 0x00005ff2u, 0x00005ff1u, 0x00050050u, 0x000001aeu, 0x00005ff3u, 0x00005feeu, 0x00005ff2u, 0x0009004fu, - 0x00000013u, 0x00005ff4u, 0x00005ff3u, 0x00005ff3u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004d44u, 0x000200f8u, 0x00004d44u, 0x000700f5u, 0x00000013u, 0x000080c3u, 0x00007ff4u, - 0x00004d3au, 0x00005ff4u, 0x00004d3cu, 0x000200f9u, 0x00004d45u, 0x000200f8u, 0x00004d03u, 0x0004007cu, - 0x000000b0u, 0x00004d05u, 0x00007cadu, 0x0003003eu, 0x00004a10u, 0x00004d05u, 0x00050041u, 0x00000007u, - 0x00005e5fu, 0x00004a10u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005e60u, 0x00005e5fu, 0x00050084u, - 0x00000006u, 0x00005e61u, 0x00004909u, 0x00005e60u, 0x00050080u, 0x00000006u, 0x00005e62u, 0x00004907u, - 0x00005e61u, 0x00050041u, 0x00000007u, 0x00005e63u, 0x00004a10u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00005e64u, 0x00005e63u, 0x00050084u, 0x00000006u, 0x00005e65u, 0x00005e64u, 0x00000388u, 0x00050080u, - 0x00000006u, 0x00005e67u, 0x00005e62u, 0x00005e65u, 0x000500c7u, 0x00000006u, 0x00005e69u, 0x00005e67u, - 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005e6bu, 0x00005e69u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00005e6du, 0x00005e5fu, 0x000500c7u, 0x00000006u, 0x00005e6eu, 0x00005e6du, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005e6fu, 0x00005e6eu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005e71u, 0x00005e6bu, - 0x00005e6fu, 0x000500c6u, 0x00000006u, 0x00005e73u, 0x00005e71u, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00005e76u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005e73u, 0x0004003du, 0x00000011u, - 0x00005e77u, 0x00005e76u, 0x00040071u, 0x00000006u, 0x00005e78u, 0x00005e77u, 0x000500c2u, 0x00000006u, - 0x00005e80u, 0x00005e78u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005e82u, 0x00005e78u, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00005e84u, 0x00005e80u, 0x0004007cu, 0x00000012u, 0x00005e85u, 0x00005e84u, - 0x00040071u, 0x00000011u, 0x00005e8du, 0x00005e82u, 0x0004007cu, 0x00000012u, 0x00005e8eu, 0x00005e8du, - 0x00070050u, 0x00000013u, 0x00005e8fu, 0x00005e85u, 0x00005e85u, 0x00005e85u, 0x00005e8eu, 0x000300f7u, - 0x00004d19u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004d0au, 0x00004d19u, 0x000200f8u, 0x00004d0au, - 0x00050050u, 0x000000efu, 0x00004d0du, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004d0eu, - 0x00004d0du, 0x0003003eu, 0x00004a13u, 0x00004d0eu, 0x00050041u, 0x00000007u, 0x00005e9au, 0x00004a13u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005e9bu, 0x00005e9au, 0x00050084u, 0x00000006u, 0x00005e9cu, - 0x00004909u, 0x00005e9bu, 0x00050080u, 0x00000006u, 0x00005e9du, 0x00004907u, 0x00005e9cu, 0x00050041u, - 0x00000007u, 0x00005e9eu, 0x00004a13u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005e9fu, 0x00005e9eu, - 0x00050084u, 0x00000006u, 0x00005ea0u, 0x00005e9fu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005ea2u, - 0x00005e9du, 0x00005ea0u, 0x000500c7u, 0x00000006u, 0x00005ea4u, 0x00005ea2u, 0x00000e72u, 0x000500c2u, - 0x00000006u, 0x00005ea6u, 0x00005ea4u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005ea8u, 0x00005e9au, - 0x000500c7u, 0x00000006u, 0x00005ea9u, 0x00005ea8u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005eaau, - 0x00005ea9u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005eacu, 0x00005ea6u, 0x00005eaau, 0x000500c6u, - 0x00000006u, 0x00005eaeu, 0x00005eacu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005eb1u, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005eaeu, 0x0004003du, 0x00000011u, 0x00005eb2u, 0x00005eb1u, - 0x00040071u, 0x00000006u, 0x00005eb3u, 0x00005eb2u, 0x000500c2u, 0x00000006u, 0x00005ebbu, 0x00005eb3u, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005ebdu, 0x00005eb3u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00005ebfu, 0x00005ebbu, 0x0004007cu, 0x00000012u, 0x00005ec0u, 0x00005ebfu, 0x00040071u, 0x00000011u, - 0x00005ec8u, 0x00005ebdu, 0x0004007cu, 0x00000012u, 0x00005ec9u, 0x00005ec8u, 0x00070050u, 0x00000013u, - 0x00005ecau, 0x00005ec0u, 0x00005ec0u, 0x00005ec0u, 0x00005ec9u, 0x00050050u, 0x000000efu, 0x00004d14u, - 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004d15u, 0x00004d14u, 0x0003003eu, 0x00004a16u, - 0x00004d15u, 0x00050041u, 0x00000007u, 0x00005ed5u, 0x00004a16u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005ed6u, 0x00005ed5u, 0x00050084u, 0x00000006u, 0x00005ed7u, 0x00004909u, 0x00005ed6u, 0x00050080u, - 0x00000006u, 0x00005ed8u, 0x00004907u, 0x00005ed7u, 0x00050041u, 0x00000007u, 0x00005ed9u, 0x00004a16u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005edau, 0x00005ed9u, 0x00050084u, 0x00000006u, 0x00005edbu, - 0x00005edau, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005eddu, 0x00005ed8u, 0x00005edbu, 0x000500c7u, - 0x00000006u, 0x00005edfu, 0x00005eddu, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005ee1u, 0x00005edfu, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005ee3u, 0x00005ed5u, 0x000500c7u, 0x00000006u, 0x00005ee4u, - 0x00005ee3u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005ee5u, 0x00005ee4u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00005ee7u, 0x00005ee1u, 0x00005ee5u, 0x000500c6u, 0x00000006u, 0x00005ee9u, 0x00005ee7u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005eecu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005ee9u, 0x0004003du, 0x00000011u, 0x00005eedu, 0x00005eecu, 0x00040071u, 0x00000006u, 0x00005eeeu, - 0x00005eedu, 0x000500c2u, 0x00000006u, 0x00005ef6u, 0x00005eeeu, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x00005ef8u, 0x00005eeeu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005efau, 0x00005ef6u, 0x0004007cu, - 0x00000012u, 0x00005efbu, 0x00005efau, 0x00040071u, 0x00000011u, 0x00005f03u, 0x00005ef8u, 0x0004007cu, - 0x00000012u, 0x00005f04u, 0x00005f03u, 0x00070050u, 0x00000013u, 0x00005f05u, 0x00005efbu, 0x00005efbu, - 0x00005efbu, 0x00005f04u, 0x000200f9u, 0x00004d19u, 0x000200f8u, 0x00004d19u, 0x000700f5u, 0x00000013u, - 0x00007fcdu, 0x00007f02u, 0x00004d03u, 0x00005f05u, 0x00004d0au, 0x000700f5u, 0x00000013u, 0x00007ed9u, - 0x00007e0bu, 0x00004d03u, 0x00005ecau, 0x00004d0au, 0x000300f7u, 0x00004d23u, 0x00000000u, 0x000400fau, - 0x00004accu, 0x00004d1bu, 0x00004d23u, 0x000200f8u, 0x00004d1bu, 0x00050050u, 0x000000efu, 0x00004d1eu, - 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004d1fu, 0x00004d1eu, 0x0003003eu, 0x00004a19u, - 0x00004d1fu, 0x00050041u, 0x00000007u, 0x00005f10u, 0x00004a19u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005f11u, 0x00005f10u, 0x00050084u, 0x00000006u, 0x00005f12u, 0x00004909u, 0x00005f11u, 0x00050080u, - 0x00000006u, 0x00005f13u, 0x00004907u, 0x00005f12u, 0x00050041u, 0x00000007u, 0x00005f14u, 0x00004a19u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005f15u, 0x00005f14u, 0x00050084u, 0x00000006u, 0x00005f16u, - 0x00005f15u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005f18u, 0x00005f13u, 0x00005f16u, 0x000500c7u, - 0x00000006u, 0x00005f1au, 0x00005f18u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005f1cu, 0x00005f1au, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005f1eu, 0x00005f10u, 0x000500c7u, 0x00000006u, 0x00005f1fu, - 0x00005f1eu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005f20u, 0x00005f1fu, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00005f22u, 0x00005f1cu, 0x00005f20u, 0x000500c6u, 0x00000006u, 0x00005f24u, 0x00005f22u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005f27u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005f24u, 0x0004003du, 0x00000011u, 0x00005f28u, 0x00005f27u, 0x00040071u, 0x00000006u, 0x00005f29u, - 0x00005f28u, 0x000500c2u, 0x00000006u, 0x00005f31u, 0x00005f29u, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x00005f33u, 0x00005f29u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005f35u, 0x00005f31u, 0x0004007cu, - 0x00000012u, 0x00005f36u, 0x00005f35u, 0x00040071u, 0x00000011u, 0x00005f3eu, 0x00005f33u, 0x0004007cu, - 0x00000012u, 0x00005f3fu, 0x00005f3eu, 0x00070050u, 0x00000013u, 0x00005f40u, 0x00005f36u, 0x00005f36u, - 0x00005f36u, 0x00005f3fu, 0x000200f9u, 0x00004d23u, 0x000200f8u, 0x00004d23u, 0x000700f5u, 0x00000013u, - 0x000080c1u, 0x00007ff4u, 0x00004d19u, 0x00005f40u, 0x00004d1bu, 0x000200f9u, 0x00004d45u, 0x000200f8u, - 0x00004ce2u, 0x0004007cu, 0x000000b0u, 0x00004ce4u, 0x00007cadu, 0x0003003eu, 0x00004a04u, 0x00004ce4u, - 0x00050041u, 0x00000007u, 0x00005d70u, 0x00004a04u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005d71u, - 0x00005d70u, 0x00050084u, 0x00000006u, 0x00005d72u, 0x00004909u, 0x00005d71u, 0x00050080u, 0x00000006u, - 0x00005d73u, 0x00004907u, 0x00005d72u, 0x00050041u, 0x00000007u, 0x00005d74u, 0x00004a04u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005d75u, 0x00005d74u, 0x00050080u, 0x00000006u, 0x00005d77u, 0x00005d73u, - 0x00005d75u, 0x000500c7u, 0x00000006u, 0x00005d79u, 0x00005d77u, 0x00000e72u, 0x0004003du, 0x00000006u, - 0x00005d7cu, 0x00005d70u, 0x000500c7u, 0x00000006u, 0x00005d7du, 0x00005d7cu, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005d7eu, 0x00005d7du, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005d80u, 0x00005d79u, - 0x00005d7eu, 0x000500c6u, 0x00000006u, 0x00005d82u, 0x00005d80u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00005d85u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005d82u, 0x0004003du, 0x0000000fu, - 0x00005d86u, 0x00005d85u, 0x00040071u, 0x00000006u, 0x00005d87u, 0x00005d86u, 0x000500c2u, 0x00000006u, - 0x00005d89u, 0x00005d87u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00005d8bu, 0x00005d87u, 0x00000e95u, - 0x000500c4u, 0x00000006u, 0x00005d8du, 0x00005d8bu, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005d8fu, - 0x00005d8bu, 0x00005d8du, 0x000500c4u, 0x00000006u, 0x00005d91u, 0x00005d89u, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x00005d93u, 0x00005d89u, 0x00005d91u, 0x00040071u, 0x00000011u, 0x00005d95u, 0x00005d93u, - 0x0004007cu, 0x00000012u, 0x00005d96u, 0x00005d95u, 0x00040071u, 0x00000011u, 0x00005d9eu, 0x00005d8fu, - 0x0004007cu, 0x00000012u, 0x00005d9fu, 0x00005d9eu, 0x00070050u, 0x00000013u, 0x00005da0u, 0x00005d96u, - 0x00005d96u, 0x00005d96u, 0x00005d9fu, 0x000300f7u, 0x00004cf8u, 0x00000000u, 0x000400fau, 0x000022e9u, - 0x00004ce9u, 0x00004cf8u, 0x000200f8u, 0x00004ce9u, 0x00050050u, 0x000000efu, 0x00004cecu, 0x00007c9cu, - 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004cedu, 0x00004cecu, 0x0003003eu, 0x00004a07u, 0x00004cedu, - 0x00050041u, 0x00000007u, 0x00005dacu, 0x00004a07u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005dadu, - 0x00005dacu, 0x00050084u, 0x00000006u, 0x00005daeu, 0x00004909u, 0x00005dadu, 0x00050080u, 0x00000006u, - 0x00005dafu, 0x00004907u, 0x00005daeu, 0x00050041u, 0x00000007u, 0x00005db0u, 0x00004a07u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005db1u, 0x00005db0u, 0x00050080u, 0x00000006u, 0x00005db3u, 0x00005dafu, - 0x00005db1u, 0x000500c7u, 0x00000006u, 0x00005db5u, 0x00005db3u, 0x00000e72u, 0x0004003du, 0x00000006u, - 0x00005db8u, 0x00005dacu, 0x000500c7u, 0x00000006u, 0x00005db9u, 0x00005db8u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005dbau, 0x00005db9u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005dbcu, 0x00005db5u, - 0x00005dbau, 0x000500c6u, 0x00000006u, 0x00005dbeu, 0x00005dbcu, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00005dc1u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005dbeu, 0x0004003du, 0x0000000fu, - 0x00005dc2u, 0x00005dc1u, 0x00040071u, 0x00000006u, 0x00005dc3u, 0x00005dc2u, 0x000500c2u, 0x00000006u, - 0x00005dc5u, 0x00005dc3u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00005dc7u, 0x00005dc3u, 0x00000e95u, - 0x000500c4u, 0x00000006u, 0x00005dc9u, 0x00005dc7u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005dcbu, - 0x00005dc7u, 0x00005dc9u, 0x000500c4u, 0x00000006u, 0x00005dcdu, 0x00005dc5u, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x00005dcfu, 0x00005dc5u, 0x00005dcdu, 0x00040071u, 0x00000011u, 0x00005dd1u, 0x00005dcfu, - 0x0004007cu, 0x00000012u, 0x00005dd2u, 0x00005dd1u, 0x00040071u, 0x00000011u, 0x00005ddau, 0x00005dcbu, - 0x0004007cu, 0x00000012u, 0x00005ddbu, 0x00005ddau, 0x00070050u, 0x00000013u, 0x00005ddcu, 0x00005dd2u, - 0x00005dd2u, 0x00005dd2u, 0x00005ddbu, 0x00050050u, 0x000000efu, 0x00004cf3u, 0x00007c98u, 0x00004ac2u, - 0x0004007cu, 0x000000b0u, 0x00004cf4u, 0x00004cf3u, 0x0003003eu, 0x00004a0au, 0x00004cf4u, 0x00050041u, - 0x00000007u, 0x00005de8u, 0x00004a0au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005de9u, 0x00005de8u, - 0x00050084u, 0x00000006u, 0x00005deau, 0x00004909u, 0x00005de9u, 0x00050080u, 0x00000006u, 0x00005debu, - 0x00004907u, 0x00005deau, 0x00050041u, 0x00000007u, 0x00005decu, 0x00004a0au, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005dedu, 0x00005decu, 0x00050080u, 0x00000006u, 0x00005defu, 0x00005debu, 0x00005dedu, - 0x000500c7u, 0x00000006u, 0x00005df1u, 0x00005defu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005df4u, - 0x00005de8u, 0x000500c7u, 0x00000006u, 0x00005df5u, 0x00005df4u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005df6u, 0x00005df5u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005df8u, 0x00005df1u, 0x00005df6u, - 0x000500c6u, 0x00000006u, 0x00005dfau, 0x00005df8u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005dfdu, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005dfau, 0x0004003du, 0x0000000fu, 0x00005dfeu, - 0x00005dfdu, 0x00040071u, 0x00000006u, 0x00005dffu, 0x00005dfeu, 0x000500c2u, 0x00000006u, 0x00005e01u, - 0x00005dffu, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00005e03u, 0x00005dffu, 0x00000e95u, 0x000500c4u, - 0x00000006u, 0x00005e05u, 0x00005e03u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005e07u, 0x00005e03u, - 0x00005e05u, 0x000500c4u, 0x00000006u, 0x00005e09u, 0x00005e01u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00005e0bu, 0x00005e01u, 0x00005e09u, 0x00040071u, 0x00000011u, 0x00005e0du, 0x00005e0bu, 0x0004007cu, - 0x00000012u, 0x00005e0eu, 0x00005e0du, 0x00040071u, 0x00000011u, 0x00005e16u, 0x00005e07u, 0x0004007cu, - 0x00000012u, 0x00005e17u, 0x00005e16u, 0x00070050u, 0x00000013u, 0x00005e18u, 0x00005e0eu, 0x00005e0eu, - 0x00005e0eu, 0x00005e17u, 0x000200f9u, 0x00004cf8u, 0x000200f8u, 0x00004cf8u, 0x000700f5u, 0x00000013u, - 0x00007fcbu, 0x00007f02u, 0x00004ce2u, 0x00005e18u, 0x00004ce9u, 0x000700f5u, 0x00000013u, 0x00007ed7u, - 0x00007e0bu, 0x00004ce2u, 0x00005ddcu, 0x00004ce9u, 0x000300f7u, 0x00004d02u, 0x00000000u, 0x000400fau, - 0x00004accu, 0x00004cfau, 0x00004d02u, 0x000200f8u, 0x00004cfau, 0x00050050u, 0x000000efu, 0x00004cfdu, - 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004cfeu, 0x00004cfdu, 0x0003003eu, 0x00004a0du, - 0x00004cfeu, 0x00050041u, 0x00000007u, 0x00005e24u, 0x00004a0du, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005e25u, 0x00005e24u, 0x00050084u, 0x00000006u, 0x00005e26u, 0x00004909u, 0x00005e25u, 0x00050080u, - 0x00000006u, 0x00005e27u, 0x00004907u, 0x00005e26u, 0x00050041u, 0x00000007u, 0x00005e28u, 0x00004a0du, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005e29u, 0x00005e28u, 0x00050080u, 0x00000006u, 0x00005e2bu, - 0x00005e27u, 0x00005e29u, 0x000500c7u, 0x00000006u, 0x00005e2du, 0x00005e2bu, 0x00000e72u, 0x0004003du, - 0x00000006u, 0x00005e30u, 0x00005e24u, 0x000500c7u, 0x00000006u, 0x00005e31u, 0x00005e30u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00005e32u, 0x00005e31u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005e34u, - 0x00005e2du, 0x00005e32u, 0x000500c6u, 0x00000006u, 0x00005e36u, 0x00005e34u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00005e39u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005e36u, 0x0004003du, - 0x0000000fu, 0x00005e3au, 0x00005e39u, 0x00040071u, 0x00000006u, 0x00005e3bu, 0x00005e3au, 0x000500c2u, - 0x00000006u, 0x00005e3du, 0x00005e3bu, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00005e3fu, 0x00005e3bu, - 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00005e41u, 0x00005e3fu, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00005e43u, 0x00005e3fu, 0x00005e41u, 0x000500c4u, 0x00000006u, 0x00005e45u, 0x00005e3du, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x00005e47u, 0x00005e3du, 0x00005e45u, 0x00040071u, 0x00000011u, 0x00005e49u, - 0x00005e47u, 0x0004007cu, 0x00000012u, 0x00005e4au, 0x00005e49u, 0x00040071u, 0x00000011u, 0x00005e52u, - 0x00005e43u, 0x0004007cu, 0x00000012u, 0x00005e53u, 0x00005e52u, 0x00070050u, 0x00000013u, 0x00005e54u, - 0x00005e4au, 0x00005e4au, 0x00005e4au, 0x00005e53u, 0x000200f9u, 0x00004d02u, 0x000200f8u, 0x00004d02u, - 0x000700f5u, 0x00000013u, 0x000080bfu, 0x00007ff4u, 0x00004cf8u, 0x00005e54u, 0x00004cfau, 0x000200f9u, - 0x00004d45u, 0x000200f8u, 0x00004cc1u, 0x0004007cu, 0x000000b0u, 0x00004cc3u, 0x00007cadu, 0x0003003eu, - 0x000049f8u, 0x00004cc3u, 0x00050041u, 0x00000007u, 0x00005c58u, 0x000049f8u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00005c59u, 0x00005c58u, 0x00050084u, 0x00000006u, 0x00005c5au, 0x00004909u, 0x00005c59u, - 0x00050080u, 0x00000006u, 0x00005c5bu, 0x00004907u, 0x00005c5au, 0x00050041u, 0x00000007u, 0x00005c5cu, - 0x000049f8u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005c5du, 0x00005c5cu, 0x000500c2u, 0x00000006u, - 0x00005c5eu, 0x00005c5du, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005c60u, 0x00005c5bu, 0x00005c5eu, - 0x000500c7u, 0x00000006u, 0x00005c62u, 0x00005c60u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005c64u, - 0x00005c5cu, 0x000400c8u, 0x00000006u, 0x00005c65u, 0x00005c64u, 0x000500c7u, 0x00000006u, 0x00005c66u, - 0x00005c65u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005c67u, 0x00005c66u, 0x00000706u, 0x0004003du, - 0x00000006u, 0x00005c6au, 0x00005c58u, 0x000500c7u, 0x00000006u, 0x00005c6bu, 0x00005c6au, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00005c6cu, 0x00005c6bu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005c6eu, - 0x00005c62u, 0x00005c6cu, 0x000500c6u, 0x00000006u, 0x00005c70u, 0x00005c6eu, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00005c73u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005c70u, 0x0004003du, - 0x0000000fu, 0x00005c74u, 0x00005c73u, 0x00040071u, 0x00000006u, 0x00005c75u, 0x00005c74u, 0x000500c2u, - 0x00000006u, 0x00005c78u, 0x00005c75u, 0x00005c67u, 0x000500c7u, 0x00000006u, 0x00005c79u, 0x00005c78u, - 0x00000e95u, 0x000500c7u, 0x00000006u, 0x00005c7bu, 0x00005c79u, 0x00000ecdu, 0x000500c4u, 0x00000006u, - 0x00005c7du, 0x00005c7bu, 0x00000235u, 0x000500c4u, 0x00000006u, 0x00005c7fu, 0x00005c7bu, 0x0000022cu, - 0x000500c5u, 0x00000006u, 0x00005c80u, 0x00005c7du, 0x00005c7fu, 0x000500c2u, 0x00000006u, 0x00005c82u, - 0x00005c7bu, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x00005c83u, 0x00005c80u, 0x00005c82u, 0x00040071u, - 0x00000011u, 0x00005c85u, 0x00005c83u, 0x0004007cu, 0x00000012u, 0x00005c86u, 0x00005c85u, 0x000500c7u, - 0x00000006u, 0x00005c8eu, 0x00005c79u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005c8fu, 0x00005c8eu, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005c90u, 0x00005c8fu, 0x0004007cu, 0x00000012u, 0x00005c91u, - 0x00005c90u, 0x00070050u, 0x00000013u, 0x00005c92u, 0x00005c86u, 0x00005c86u, 0x00005c86u, 0x00005c91u, - 0x000300f7u, 0x00004cd7u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004cc8u, 0x00004cd7u, 0x000200f8u, - 0x00004cc8u, 0x00050050u, 0x000000efu, 0x00004ccbu, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, - 0x00004cccu, 0x00004ccbu, 0x0003003eu, 0x000049fbu, 0x00004cccu, 0x00050041u, 0x00000007u, 0x00005c9eu, - 0x000049fbu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005c9fu, 0x00005c9eu, 0x00050084u, 0x00000006u, - 0x00005ca0u, 0x00004909u, 0x00005c9fu, 0x00050080u, 0x00000006u, 0x00005ca1u, 0x00004907u, 0x00005ca0u, - 0x00050041u, 0x00000007u, 0x00005ca2u, 0x000049fbu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005ca3u, - 0x00005ca2u, 0x000500c2u, 0x00000006u, 0x00005ca4u, 0x00005ca3u, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x00005ca6u, 0x00005ca1u, 0x00005ca4u, 0x000500c7u, 0x00000006u, 0x00005ca8u, 0x00005ca6u, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x00005caau, 0x00005ca2u, 0x000400c8u, 0x00000006u, 0x00005cabu, 0x00005caau, - 0x000500c7u, 0x00000006u, 0x00005cacu, 0x00005cabu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005cadu, - 0x00005cacu, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005cb0u, 0x00005c9eu, 0x000500c7u, 0x00000006u, - 0x00005cb1u, 0x00005cb0u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005cb2u, 0x00005cb1u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00005cb4u, 0x00005ca8u, 0x00005cb2u, 0x000500c6u, 0x00000006u, 0x00005cb6u, - 0x00005cb4u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005cb9u, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00005cb6u, 0x0004003du, 0x0000000fu, 0x00005cbau, 0x00005cb9u, 0x00040071u, 0x00000006u, - 0x00005cbbu, 0x00005cbau, 0x000500c2u, 0x00000006u, 0x00005cbeu, 0x00005cbbu, 0x00005cadu, 0x000500c7u, - 0x00000006u, 0x00005cbfu, 0x00005cbeu, 0x00000e95u, 0x000500c7u, 0x00000006u, 0x00005cc1u, 0x00005cbfu, - 0x00000ecdu, 0x000500c4u, 0x00000006u, 0x00005cc3u, 0x00005cc1u, 0x00000235u, 0x000500c4u, 0x00000006u, - 0x00005cc5u, 0x00005cc1u, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x00005cc6u, 0x00005cc3u, 0x00005cc5u, - 0x000500c2u, 0x00000006u, 0x00005cc8u, 0x00005cc1u, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x00005cc9u, - 0x00005cc6u, 0x00005cc8u, 0x00040071u, 0x00000011u, 0x00005ccbu, 0x00005cc9u, 0x0004007cu, 0x00000012u, - 0x00005cccu, 0x00005ccbu, 0x000500c7u, 0x00000006u, 0x00005cd4u, 0x00005cbfu, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00005cd5u, 0x00005cd4u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005cd6u, 0x00005cd5u, - 0x0004007cu, 0x00000012u, 0x00005cd7u, 0x00005cd6u, 0x00070050u, 0x00000013u, 0x00005cd8u, 0x00005cccu, - 0x00005cccu, 0x00005cccu, 0x00005cd7u, 0x00050050u, 0x000000efu, 0x00004cd2u, 0x00007c98u, 0x00004ac2u, - 0x0004007cu, 0x000000b0u, 0x00004cd3u, 0x00004cd2u, 0x0003003eu, 0x000049feu, 0x00004cd3u, 0x00050041u, - 0x00000007u, 0x00005ce4u, 0x000049feu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005ce5u, 0x00005ce4u, - 0x00050084u, 0x00000006u, 0x00005ce6u, 0x00004909u, 0x00005ce5u, 0x00050080u, 0x00000006u, 0x00005ce7u, - 0x00004907u, 0x00005ce6u, 0x00050041u, 0x00000007u, 0x00005ce8u, 0x000049feu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005ce9u, 0x00005ce8u, 0x000500c2u, 0x00000006u, 0x00005ceau, 0x00005ce9u, 0x0000022cu, - 0x00050080u, 0x00000006u, 0x00005cecu, 0x00005ce7u, 0x00005ceau, 0x000500c7u, 0x00000006u, 0x00005ceeu, - 0x00005cecu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005cf0u, 0x00005ce8u, 0x000400c8u, 0x00000006u, - 0x00005cf1u, 0x00005cf0u, 0x000500c7u, 0x00000006u, 0x00005cf2u, 0x00005cf1u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00005cf3u, 0x00005cf2u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005cf6u, 0x00005ce4u, - 0x000500c7u, 0x00000006u, 0x00005cf7u, 0x00005cf6u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005cf8u, - 0x00005cf7u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005cfau, 0x00005ceeu, 0x00005cf8u, 0x000500c6u, - 0x00000006u, 0x00005cfcu, 0x00005cfau, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005cffu, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005cfcu, 0x0004003du, 0x0000000fu, 0x00005d00u, 0x00005cffu, - 0x00040071u, 0x00000006u, 0x00005d01u, 0x00005d00u, 0x000500c2u, 0x00000006u, 0x00005d04u, 0x00005d01u, - 0x00005cf3u, 0x000500c7u, 0x00000006u, 0x00005d05u, 0x00005d04u, 0x00000e95u, 0x000500c7u, 0x00000006u, - 0x00005d07u, 0x00005d05u, 0x00000ecdu, 0x000500c4u, 0x00000006u, 0x00005d09u, 0x00005d07u, 0x00000235u, - 0x000500c4u, 0x00000006u, 0x00005d0bu, 0x00005d07u, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x00005d0cu, - 0x00005d09u, 0x00005d0bu, 0x000500c2u, 0x00000006u, 0x00005d0eu, 0x00005d07u, 0x0000022fu, 0x000500c5u, - 0x00000006u, 0x00005d0fu, 0x00005d0cu, 0x00005d0eu, 0x00040071u, 0x00000011u, 0x00005d11u, 0x00005d0fu, - 0x0004007cu, 0x00000012u, 0x00005d12u, 0x00005d11u, 0x000500c7u, 0x00000006u, 0x00005d1au, 0x00005d05u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005d1bu, 0x00005d1au, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00005d1cu, 0x00005d1bu, 0x0004007cu, 0x00000012u, 0x00005d1du, 0x00005d1cu, 0x00070050u, 0x00000013u, - 0x00005d1eu, 0x00005d12u, 0x00005d12u, 0x00005d12u, 0x00005d1du, 0x000200f9u, 0x00004cd7u, 0x000200f8u, - 0x00004cd7u, 0x000700f5u, 0x00000013u, 0x00007fc9u, 0x00007f02u, 0x00004cc1u, 0x00005d1eu, 0x00004cc8u, - 0x000700f5u, 0x00000013u, 0x00007ed5u, 0x00007e0bu, 0x00004cc1u, 0x00005cd8u, 0x00004cc8u, 0x000300f7u, - 0x00004ce1u, 0x00000000u, 0x000400fau, 0x00004accu, 0x00004cd9u, 0x00004ce1u, 0x000200f8u, 0x00004cd9u, - 0x00050050u, 0x000000efu, 0x00004cdcu, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004cddu, - 0x00004cdcu, 0x0003003eu, 0x00004a01u, 0x00004cddu, 0x00050041u, 0x00000007u, 0x00005d2au, 0x00004a01u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005d2bu, 0x00005d2au, 0x00050084u, 0x00000006u, 0x00005d2cu, - 0x00004909u, 0x00005d2bu, 0x00050080u, 0x00000006u, 0x00005d2du, 0x00004907u, 0x00005d2cu, 0x00050041u, - 0x00000007u, 0x00005d2eu, 0x00004a01u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005d2fu, 0x00005d2eu, - 0x000500c2u, 0x00000006u, 0x00005d30u, 0x00005d2fu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005d32u, - 0x00005d2du, 0x00005d30u, 0x000500c7u, 0x00000006u, 0x00005d34u, 0x00005d32u, 0x00000e72u, 0x0004003du, - 0x00000006u, 0x00005d36u, 0x00005d2eu, 0x000400c8u, 0x00000006u, 0x00005d37u, 0x00005d36u, 0x000500c7u, - 0x00000006u, 0x00005d38u, 0x00005d37u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005d39u, 0x00005d38u, - 0x00000706u, 0x0004003du, 0x00000006u, 0x00005d3cu, 0x00005d2au, 0x000500c7u, 0x00000006u, 0x00005d3du, - 0x00005d3cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005d3eu, 0x00005d3du, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x00005d40u, 0x00005d34u, 0x00005d3eu, 0x000500c6u, 0x00000006u, 0x00005d42u, 0x00005d40u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00005d45u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005d42u, 0x0004003du, 0x0000000fu, 0x00005d46u, 0x00005d45u, 0x00040071u, 0x00000006u, 0x00005d47u, - 0x00005d46u, 0x000500c2u, 0x00000006u, 0x00005d4au, 0x00005d47u, 0x00005d39u, 0x000500c7u, 0x00000006u, - 0x00005d4bu, 0x00005d4au, 0x00000e95u, 0x000500c7u, 0x00000006u, 0x00005d4du, 0x00005d4bu, 0x00000ecdu, - 0x000500c4u, 0x00000006u, 0x00005d4fu, 0x00005d4du, 0x00000235u, 0x000500c4u, 0x00000006u, 0x00005d51u, - 0x00005d4du, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x00005d52u, 0x00005d4fu, 0x00005d51u, 0x000500c2u, - 0x00000006u, 0x00005d54u, 0x00005d4du, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x00005d55u, 0x00005d52u, - 0x00005d54u, 0x00040071u, 0x00000011u, 0x00005d57u, 0x00005d55u, 0x0004007cu, 0x00000012u, 0x00005d58u, - 0x00005d57u, 0x000500c7u, 0x00000006u, 0x00005d60u, 0x00005d4bu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00005d61u, 0x00005d60u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005d62u, 0x00005d61u, 0x0004007cu, - 0x00000012u, 0x00005d63u, 0x00005d62u, 0x00070050u, 0x00000013u, 0x00005d64u, 0x00005d58u, 0x00005d58u, - 0x00005d58u, 0x00005d63u, 0x000200f9u, 0x00004ce1u, 0x000200f8u, 0x00004ce1u, 0x000700f5u, 0x00000013u, - 0x000080bdu, 0x00007ff4u, 0x00004cd7u, 0x00005d64u, 0x00004cd9u, 0x000200f9u, 0x00004d45u, 0x000200f8u, - 0x00004d45u, 0x000d00f5u, 0x00000013u, 0x000080bcu, 0x00007ff4u, 0x00004cbcu, 0x000080bdu, 0x00004ce1u, - 0x000080bfu, 0x00004d02u, 0x000080c1u, 0x00004d23u, 0x000080c3u, 0x00004d44u, 0x000d00f5u, 0x00000013u, - 0x00007fc7u, 0x00007f02u, 0x00004cbcu, 0x00007fc9u, 0x00004ce1u, 0x00007fcbu, 0x00004d02u, 0x00007fcdu, - 0x00004d23u, 0x00007fcfu, 0x00004d44u, 0x000d00f5u, 0x00000013u, 0x00007ed3u, 0x00007e0bu, 0x00004cbcu, - 0x00007ed5u, 0x00004ce1u, 0x00007ed7u, 0x00004d02u, 0x00007ed9u, 0x00004d23u, 0x00007edbu, 0x00004d44u, - 0x000d00f5u, 0x00000013u, 0x00007da5u, 0x00007cdeu, 0x00004cbcu, 0x00005c92u, 0x00004ce1u, 0x00005da0u, - 0x00004d02u, 0x00005e8fu, 0x00004d23u, 0x00005f6du, 0x00004d44u, 0x000200f9u, 0x00004dafu, 0x000200f8u, - 0x00004c47u, 0x00040071u, 0x00000006u, 0x00004c4au, 0x0000490du, 0x0004007cu, 0x00000008u, 0x00004c4bu, - 0x00004c4au, 0x000300f7u, 0x00004cbbu, 0x00000000u, 0x000700fbu, 0x00004c4bu, 0x00004c4cu, 0x00000000u, - 0x00004c6du, 0x00000001u, 0x00004c9au, 0x000200f8u, 0x00004c9au, 0x0004007cu, 0x000000b0u, 0x00004c9cu, - 0x00007cadu, 0x0003003eu, 0x000049e0u, 0x00004c9cu, 0x00050041u, 0x00000007u, 0x00005bc2u, 0x000049e0u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005bc3u, 0x00005bc2u, 0x00050084u, 0x00000006u, 0x00005bc4u, - 0x00004909u, 0x00005bc3u, 0x00050080u, 0x00000006u, 0x00005bc5u, 0x00004907u, 0x00005bc4u, 0x00050041u, - 0x00000007u, 0x00005bc6u, 0x000049e0u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005bc7u, 0x00005bc6u, - 0x00050080u, 0x00000006u, 0x00005bc9u, 0x00005bc5u, 0x00005bc7u, 0x000500c7u, 0x00000006u, 0x00005bcbu, - 0x00005bc9u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005bceu, 0x00005bc2u, 0x000500c7u, 0x00000006u, - 0x00005bcfu, 0x00005bceu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005bd0u, 0x00005bcfu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00005bd2u, 0x00005bcbu, 0x00005bd0u, 0x000500c6u, 0x00000006u, 0x00005bd4u, - 0x00005bd2u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005bd7u, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00005bd4u, 0x0004003du, 0x0000000fu, 0x00005bd8u, 0x00005bd7u, 0x00040071u, 0x00000006u, - 0x00005bd9u, 0x00005bd8u, 0x00040071u, 0x00000011u, 0x00005bdbu, 0x00005bd9u, 0x0004007cu, 0x00000012u, - 0x00005bdcu, 0x00005bdbu, 0x00070050u, 0x00000013u, 0x00005bddu, 0x00005bdcu, 0x00005bdcu, 0x00005bdcu, - 0x00005bdcu, 0x000300f7u, 0x00004cb0u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004ca1u, 0x00004cb0u, - 0x000200f8u, 0x00004ca1u, 0x00050050u, 0x000000efu, 0x00004ca4u, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, - 0x000000b0u, 0x00004ca5u, 0x00004ca4u, 0x0003003eu, 0x000049e3u, 0x00004ca5u, 0x00050041u, 0x00000007u, - 0x00005be7u, 0x000049e3u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005be8u, 0x00005be7u, 0x00050084u, - 0x00000006u, 0x00005be9u, 0x00004909u, 0x00005be8u, 0x00050080u, 0x00000006u, 0x00005beau, 0x00004907u, - 0x00005be9u, 0x00050041u, 0x00000007u, 0x00005bebu, 0x000049e3u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00005becu, 0x00005bebu, 0x00050080u, 0x00000006u, 0x00005beeu, 0x00005beau, 0x00005becu, 0x000500c7u, - 0x00000006u, 0x00005bf0u, 0x00005beeu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005bf3u, 0x00005be7u, - 0x000500c7u, 0x00000006u, 0x00005bf4u, 0x00005bf3u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005bf5u, - 0x00005bf4u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005bf7u, 0x00005bf0u, 0x00005bf5u, 0x000500c6u, - 0x00000006u, 0x00005bf9u, 0x00005bf7u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005bfcu, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005bf9u, 0x0004003du, 0x0000000fu, 0x00005bfdu, 0x00005bfcu, - 0x00040071u, 0x00000006u, 0x00005bfeu, 0x00005bfdu, 0x00040071u, 0x00000011u, 0x00005c00u, 0x00005bfeu, - 0x0004007cu, 0x00000012u, 0x00005c01u, 0x00005c00u, 0x00070050u, 0x00000013u, 0x00005c02u, 0x00005c01u, - 0x00005c01u, 0x00005c01u, 0x00005c01u, 0x00050050u, 0x000000efu, 0x00004cabu, 0x00007c98u, 0x00004ac2u, - 0x0004007cu, 0x000000b0u, 0x00004cacu, 0x00004cabu, 0x0003003eu, 0x000049e6u, 0x00004cacu, 0x00050041u, - 0x00000007u, 0x00005c0cu, 0x000049e6u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005c0du, 0x00005c0cu, - 0x00050084u, 0x00000006u, 0x00005c0eu, 0x00004909u, 0x00005c0du, 0x00050080u, 0x00000006u, 0x00005c0fu, - 0x00004907u, 0x00005c0eu, 0x00050041u, 0x00000007u, 0x00005c10u, 0x000049e6u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005c11u, 0x00005c10u, 0x00050080u, 0x00000006u, 0x00005c13u, 0x00005c0fu, 0x00005c11u, - 0x000500c7u, 0x00000006u, 0x00005c15u, 0x00005c13u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005c18u, - 0x00005c0cu, 0x000500c7u, 0x00000006u, 0x00005c19u, 0x00005c18u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005c1au, 0x00005c19u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005c1cu, 0x00005c15u, 0x00005c1au, - 0x000500c6u, 0x00000006u, 0x00005c1eu, 0x00005c1cu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005c21u, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005c1eu, 0x0004003du, 0x0000000fu, 0x00005c22u, - 0x00005c21u, 0x00040071u, 0x00000006u, 0x00005c23u, 0x00005c22u, 0x00040071u, 0x00000011u, 0x00005c25u, - 0x00005c23u, 0x0004007cu, 0x00000012u, 0x00005c26u, 0x00005c25u, 0x00070050u, 0x00000013u, 0x00005c27u, - 0x00005c26u, 0x00005c26u, 0x00005c26u, 0x00005c26u, 0x000200f9u, 0x00004cb0u, 0x000200f8u, 0x00004cb0u, - 0x000700f5u, 0x00000013u, 0x00007fc6u, 0x00007f02u, 0x00004c9au, 0x00005c27u, 0x00004ca1u, 0x000700f5u, - 0x00000013u, 0x00007ed2u, 0x00007e0bu, 0x00004c9au, 0x00005c02u, 0x00004ca1u, 0x000300f7u, 0x00004cbau, - 0x00000000u, 0x000400fau, 0x00004accu, 0x00004cb2u, 0x00004cbau, 0x000200f8u, 0x00004cb2u, 0x00050050u, - 0x000000efu, 0x00004cb5u, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004cb6u, 0x00004cb5u, - 0x0003003eu, 0x000049e9u, 0x00004cb6u, 0x00050041u, 0x00000007u, 0x00005c31u, 0x000049e9u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00005c32u, 0x00005c31u, 0x00050084u, 0x00000006u, 0x00005c33u, 0x00004909u, - 0x00005c32u, 0x00050080u, 0x00000006u, 0x00005c34u, 0x00004907u, 0x00005c33u, 0x00050041u, 0x00000007u, - 0x00005c35u, 0x000049e9u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005c36u, 0x00005c35u, 0x00050080u, - 0x00000006u, 0x00005c38u, 0x00005c34u, 0x00005c36u, 0x000500c7u, 0x00000006u, 0x00005c3au, 0x00005c38u, - 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005c3du, 0x00005c31u, 0x000500c7u, 0x00000006u, 0x00005c3eu, - 0x00005c3du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005c3fu, 0x00005c3eu, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x00005c41u, 0x00005c3au, 0x00005c3fu, 0x000500c6u, 0x00000006u, 0x00005c43u, 0x00005c41u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00005c46u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005c43u, 0x0004003du, 0x0000000fu, 0x00005c47u, 0x00005c46u, 0x00040071u, 0x00000006u, 0x00005c48u, - 0x00005c47u, 0x00040071u, 0x00000011u, 0x00005c4au, 0x00005c48u, 0x0004007cu, 0x00000012u, 0x00005c4bu, - 0x00005c4au, 0x00070050u, 0x00000013u, 0x00005c4cu, 0x00005c4bu, 0x00005c4bu, 0x00005c4bu, 0x00005c4bu, - 0x000200f9u, 0x00004cbau, 0x000200f8u, 0x00004cbau, 0x000700f5u, 0x00000013u, 0x000080bau, 0x00007ff4u, - 0x00004cb0u, 0x00005c4cu, 0x00004cb2u, 0x000200f9u, 0x00004cbbu, 0x000200f8u, 0x00004c6du, 0x0004007cu, - 0x000000b0u, 0x00004c6fu, 0x00007cadu, 0x00040071u, 0x00000006u, 0x00004c72u, 0x0000490fu, 0x0003003eu, - 0x000049d0u, 0x00004c6fu, 0x00050041u, 0x00000007u, 0x00005af3u, 0x000049d0u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00005af4u, 0x00005af3u, 0x00050084u, 0x00000006u, 0x00005af5u, 0x00004909u, 0x00005af4u, - 0x00050080u, 0x00000006u, 0x00005af6u, 0x00004907u, 0x00005af5u, 0x00050041u, 0x00000007u, 0x00005af7u, - 0x000049d0u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005af8u, 0x00005af7u, 0x000500c2u, 0x00000006u, - 0x00005af9u, 0x00005af8u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005afbu, 0x00005af6u, 0x00005af9u, - 0x000500c7u, 0x00000006u, 0x00005afdu, 0x00005afbu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005affu, - 0x00005af7u, 0x000400c8u, 0x00000006u, 0x00005b00u, 0x00005affu, 0x000500c7u, 0x00000006u, 0x00005b01u, - 0x00005b00u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005b02u, 0x00005b01u, 0x00000706u, 0x0004003du, - 0x00000006u, 0x00005b05u, 0x00005af3u, 0x000500c7u, 0x00000006u, 0x00005b06u, 0x00005b05u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00005b07u, 0x00005b06u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005b09u, - 0x00005afdu, 0x00005b07u, 0x000500c6u, 0x00000006u, 0x00005b0bu, 0x00005b09u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00005b0eu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005b0bu, 0x0004003du, - 0x0000000fu, 0x00005b0fu, 0x00005b0eu, 0x00040071u, 0x00000006u, 0x00005b10u, 0x00005b0fu, 0x000500c2u, - 0x00000006u, 0x00005b13u, 0x00005b10u, 0x00005b02u, 0x000500c7u, 0x00000006u, 0x00005b14u, 0x00005b13u, - 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00005b16u, 0x00004c72u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00005b18u, 0x00005b14u, 0x00005b16u, 0x00040071u, 0x00000011u, 0x00005b1au, 0x00005b18u, 0x0004007cu, - 0x00000012u, 0x00005b1bu, 0x00005b1au, 0x00070050u, 0x00000013u, 0x00005b1cu, 0x00005b1bu, 0x00005b1bu, - 0x00005b1bu, 0x00005b1bu, 0x000300f7u, 0x00004c8cu, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004c77u, - 0x00004c8cu, 0x000200f8u, 0x00004c77u, 0x00050050u, 0x000000efu, 0x00004c7au, 0x00007c9cu, 0x00004ac0u, - 0x0004007cu, 0x000000b0u, 0x00004c7bu, 0x00004c7au, 0x0003003eu, 0x000049d4u, 0x00004c7bu, 0x00050041u, - 0x00000007u, 0x00005b27u, 0x000049d4u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005b28u, 0x00005b27u, - 0x00050084u, 0x00000006u, 0x00005b29u, 0x00004909u, 0x00005b28u, 0x00050080u, 0x00000006u, 0x00005b2au, - 0x00004907u, 0x00005b29u, 0x00050041u, 0x00000007u, 0x00005b2bu, 0x000049d4u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005b2cu, 0x00005b2bu, 0x000500c2u, 0x00000006u, 0x00005b2du, 0x00005b2cu, 0x0000022cu, - 0x00050080u, 0x00000006u, 0x00005b2fu, 0x00005b2au, 0x00005b2du, 0x000500c7u, 0x00000006u, 0x00005b31u, - 0x00005b2fu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005b33u, 0x00005b2bu, 0x000400c8u, 0x00000006u, - 0x00005b34u, 0x00005b33u, 0x000500c7u, 0x00000006u, 0x00005b35u, 0x00005b34u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00005b36u, 0x00005b35u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005b39u, 0x00005b27u, - 0x000500c7u, 0x00000006u, 0x00005b3au, 0x00005b39u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005b3bu, - 0x00005b3au, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005b3du, 0x00005b31u, 0x00005b3bu, 0x000500c6u, - 0x00000006u, 0x00005b3fu, 0x00005b3du, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005b42u, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005b3fu, 0x0004003du, 0x0000000fu, 0x00005b43u, 0x00005b42u, - 0x00040071u, 0x00000006u, 0x00005b44u, 0x00005b43u, 0x000500c2u, 0x00000006u, 0x00005b47u, 0x00005b44u, - 0x00005b36u, 0x000500c7u, 0x00000006u, 0x00005b48u, 0x00005b47u, 0x00000e95u, 0x000500c5u, 0x00000006u, - 0x00005b4cu, 0x00005b48u, 0x00005b16u, 0x00040071u, 0x00000011u, 0x00005b4eu, 0x00005b4cu, 0x0004007cu, - 0x00000012u, 0x00005b4fu, 0x00005b4eu, 0x00070050u, 0x00000013u, 0x00005b50u, 0x00005b4fu, 0x00005b4fu, - 0x00005b4fu, 0x00005b4fu, 0x00050050u, 0x000000efu, 0x00004c84u, 0x00007c98u, 0x00004ac2u, 0x0004007cu, - 0x000000b0u, 0x00004c85u, 0x00004c84u, 0x0003003eu, 0x000049d8u, 0x00004c85u, 0x00050041u, 0x00000007u, - 0x00005b5bu, 0x000049d8u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005b5cu, 0x00005b5bu, 0x00050084u, - 0x00000006u, 0x00005b5du, 0x00004909u, 0x00005b5cu, 0x00050080u, 0x00000006u, 0x00005b5eu, 0x00004907u, - 0x00005b5du, 0x00050041u, 0x00000007u, 0x00005b5fu, 0x000049d8u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00005b60u, 0x00005b5fu, 0x000500c2u, 0x00000006u, 0x00005b61u, 0x00005b60u, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x00005b63u, 0x00005b5eu, 0x00005b61u, 0x000500c7u, 0x00000006u, 0x00005b65u, 0x00005b63u, - 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005b67u, 0x00005b5fu, 0x000400c8u, 0x00000006u, 0x00005b68u, - 0x00005b67u, 0x000500c7u, 0x00000006u, 0x00005b69u, 0x00005b68u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00005b6au, 0x00005b69u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005b6du, 0x00005b5bu, 0x000500c7u, - 0x00000006u, 0x00005b6eu, 0x00005b6du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005b6fu, 0x00005b6eu, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005b71u, 0x00005b65u, 0x00005b6fu, 0x000500c6u, 0x00000006u, - 0x00005b73u, 0x00005b71u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005b76u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x00005b73u, 0x0004003du, 0x0000000fu, 0x00005b77u, 0x00005b76u, 0x00040071u, - 0x00000006u, 0x00005b78u, 0x00005b77u, 0x000500c2u, 0x00000006u, 0x00005b7bu, 0x00005b78u, 0x00005b6au, - 0x000500c7u, 0x00000006u, 0x00005b7cu, 0x00005b7bu, 0x00000e95u, 0x000500c5u, 0x00000006u, 0x00005b80u, - 0x00005b7cu, 0x00005b16u, 0x00040071u, 0x00000011u, 0x00005b82u, 0x00005b80u, 0x0004007cu, 0x00000012u, - 0x00005b83u, 0x00005b82u, 0x00070050u, 0x00000013u, 0x00005b84u, 0x00005b83u, 0x00005b83u, 0x00005b83u, - 0x00005b83u, 0x000200f9u, 0x00004c8cu, 0x000200f8u, 0x00004c8cu, 0x000700f5u, 0x00000013u, 0x00007fc4u, - 0x00007f02u, 0x00004c6du, 0x00005b84u, 0x00004c77u, 0x000700f5u, 0x00000013u, 0x00007ed0u, 0x00007e0bu, - 0x00004c6du, 0x00005b50u, 0x00004c77u, 0x000300f7u, 0x00004c99u, 0x00000000u, 0x000400fau, 0x00004accu, - 0x00004c8eu, 0x00004c99u, 0x000200f8u, 0x00004c8eu, 0x00050050u, 0x000000efu, 0x00004c91u, 0x00007c9cu, - 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004c92u, 0x00004c91u, 0x0003003eu, 0x000049dcu, 0x00004c92u, - 0x00050041u, 0x00000007u, 0x00005b8fu, 0x000049dcu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005b90u, - 0x00005b8fu, 0x00050084u, 0x00000006u, 0x00005b91u, 0x00004909u, 0x00005b90u, 0x00050080u, 0x00000006u, - 0x00005b92u, 0x00004907u, 0x00005b91u, 0x00050041u, 0x00000007u, 0x00005b93u, 0x000049dcu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005b94u, 0x00005b93u, 0x000500c2u, 0x00000006u, 0x00005b95u, 0x00005b94u, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005b97u, 0x00005b92u, 0x00005b95u, 0x000500c7u, 0x00000006u, - 0x00005b99u, 0x00005b97u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005b9bu, 0x00005b93u, 0x000400c8u, - 0x00000006u, 0x00005b9cu, 0x00005b9bu, 0x000500c7u, 0x00000006u, 0x00005b9du, 0x00005b9cu, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00005b9eu, 0x00005b9du, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005ba1u, - 0x00005b8fu, 0x000500c7u, 0x00000006u, 0x00005ba2u, 0x00005ba1u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005ba3u, 0x00005ba2u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005ba5u, 0x00005b99u, 0x00005ba3u, - 0x000500c6u, 0x00000006u, 0x00005ba7u, 0x00005ba5u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005baau, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005ba7u, 0x0004003du, 0x0000000fu, 0x00005babu, - 0x00005baau, 0x00040071u, 0x00000006u, 0x00005bacu, 0x00005babu, 0x000500c2u, 0x00000006u, 0x00005bafu, - 0x00005bacu, 0x00005b9eu, 0x000500c7u, 0x00000006u, 0x00005bb0u, 0x00005bafu, 0x00000e95u, 0x000500c5u, - 0x00000006u, 0x00005bb4u, 0x00005bb0u, 0x00005b16u, 0x00040071u, 0x00000011u, 0x00005bb6u, 0x00005bb4u, - 0x0004007cu, 0x00000012u, 0x00005bb7u, 0x00005bb6u, 0x00070050u, 0x00000013u, 0x00005bb8u, 0x00005bb7u, - 0x00005bb7u, 0x00005bb7u, 0x00005bb7u, 0x000200f9u, 0x00004c99u, 0x000200f8u, 0x00004c99u, 0x000700f5u, - 0x00000013u, 0x000080b8u, 0x00007ff4u, 0x00004c8cu, 0x00005bb8u, 0x00004c8eu, 0x000200f9u, 0x00004cbbu, - 0x000200f8u, 0x00004c4cu, 0x0004007cu, 0x000000b0u, 0x00004c4eu, 0x00007cadu, 0x0003003eu, 0x000049ecu, - 0x00004c4eu, 0x00050041u, 0x00000007u, 0x00005a3eu, 0x000049ecu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005a3fu, 0x00005a3eu, 0x00050084u, 0x00000006u, 0x00005a40u, 0x00004909u, 0x00005a3fu, 0x00050080u, - 0x00000006u, 0x00005a41u, 0x00004907u, 0x00005a40u, 0x00050041u, 0x00000007u, 0x00005a42u, 0x000049ecu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005a43u, 0x00005a42u, 0x00050084u, 0x00000006u, 0x00005a44u, - 0x00005a43u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005a46u, 0x00005a41u, 0x00005a44u, 0x000500c7u, - 0x00000006u, 0x00005a48u, 0x00005a46u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005a4au, 0x00005a48u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005a4cu, 0x00005a3eu, 0x000500c7u, 0x00000006u, 0x00005a4du, - 0x00005a4cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005a4eu, 0x00005a4du, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00005a50u, 0x00005a4au, 0x00005a4eu, 0x000500c6u, 0x00000006u, 0x00005a52u, 0x00005a50u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005a55u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005a52u, 0x0004003du, 0x00000011u, 0x00005a56u, 0x00005a55u, 0x00040071u, 0x00000006u, 0x00005a57u, - 0x00005a56u, 0x000500c2u, 0x00000006u, 0x00005a59u, 0x00005a57u, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00005a5au, 0x00005a59u, 0x0004007cu, 0x00000012u, 0x00005a5bu, 0x00005a5au, 0x000500c7u, 0x00000006u, - 0x00005a5du, 0x00005a57u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005a5eu, 0x00005a5du, 0x0004007cu, - 0x00000012u, 0x00005a5fu, 0x00005a5eu, 0x00050050u, 0x000001aeu, 0x00005a60u, 0x00005a5bu, 0x00005a5fu, - 0x0009004fu, 0x00000013u, 0x00005a61u, 0x00005a60u, 0x00005a60u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000300f7u, 0x00004c62u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004c53u, 0x00004c62u, - 0x000200f8u, 0x00004c53u, 0x00050050u, 0x000000efu, 0x00004c56u, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, - 0x000000b0u, 0x00004c57u, 0x00004c56u, 0x0003003eu, 0x000049efu, 0x00004c57u, 0x00050041u, 0x00000007u, - 0x00005a6bu, 0x000049efu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005a6cu, 0x00005a6bu, 0x00050084u, - 0x00000006u, 0x00005a6du, 0x00004909u, 0x00005a6cu, 0x00050080u, 0x00000006u, 0x00005a6eu, 0x00004907u, - 0x00005a6du, 0x00050041u, 0x00000007u, 0x00005a6fu, 0x000049efu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00005a70u, 0x00005a6fu, 0x00050084u, 0x00000006u, 0x00005a71u, 0x00005a70u, 0x00000388u, 0x00050080u, - 0x00000006u, 0x00005a73u, 0x00005a6eu, 0x00005a71u, 0x000500c7u, 0x00000006u, 0x00005a75u, 0x00005a73u, - 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005a77u, 0x00005a75u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00005a79u, 0x00005a6bu, 0x000500c7u, 0x00000006u, 0x00005a7au, 0x00005a79u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005a7bu, 0x00005a7au, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005a7du, 0x00005a77u, - 0x00005a7bu, 0x000500c6u, 0x00000006u, 0x00005a7fu, 0x00005a7du, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00005a82u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005a7fu, 0x0004003du, 0x00000011u, - 0x00005a83u, 0x00005a82u, 0x00040071u, 0x00000006u, 0x00005a84u, 0x00005a83u, 0x000500c2u, 0x00000006u, - 0x00005a86u, 0x00005a84u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005a87u, 0x00005a86u, 0x0004007cu, - 0x00000012u, 0x00005a88u, 0x00005a87u, 0x000500c7u, 0x00000006u, 0x00005a8au, 0x00005a84u, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00005a8bu, 0x00005a8au, 0x0004007cu, 0x00000012u, 0x00005a8cu, 0x00005a8bu, - 0x00050050u, 0x000001aeu, 0x00005a8du, 0x00005a88u, 0x00005a8cu, 0x0009004fu, 0x00000013u, 0x00005a8eu, - 0x00005a8du, 0x00005a8du, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x000000efu, - 0x00004c5du, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004c5eu, 0x00004c5du, 0x0003003eu, - 0x000049f2u, 0x00004c5eu, 0x00050041u, 0x00000007u, 0x00005a98u, 0x000049f2u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00005a99u, 0x00005a98u, 0x00050084u, 0x00000006u, 0x00005a9au, 0x00004909u, 0x00005a99u, - 0x00050080u, 0x00000006u, 0x00005a9bu, 0x00004907u, 0x00005a9au, 0x00050041u, 0x00000007u, 0x00005a9cu, - 0x000049f2u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005a9du, 0x00005a9cu, 0x00050084u, 0x00000006u, - 0x00005a9eu, 0x00005a9du, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005aa0u, 0x00005a9bu, 0x00005a9eu, - 0x000500c7u, 0x00000006u, 0x00005aa2u, 0x00005aa0u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005aa4u, - 0x00005aa2u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005aa6u, 0x00005a98u, 0x000500c7u, 0x00000006u, - 0x00005aa7u, 0x00005aa6u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005aa8u, 0x00005aa7u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00005aaau, 0x00005aa4u, 0x00005aa8u, 0x000500c6u, 0x00000006u, 0x00005aacu, - 0x00005aaau, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005aafu, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00005aacu, 0x0004003du, 0x00000011u, 0x00005ab0u, 0x00005aafu, 0x00040071u, 0x00000006u, - 0x00005ab1u, 0x00005ab0u, 0x000500c2u, 0x00000006u, 0x00005ab3u, 0x00005ab1u, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x00005ab4u, 0x00005ab3u, 0x0004007cu, 0x00000012u, 0x00005ab5u, 0x00005ab4u, 0x000500c7u, - 0x00000006u, 0x00005ab7u, 0x00005ab1u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005ab8u, 0x00005ab7u, - 0x0004007cu, 0x00000012u, 0x00005ab9u, 0x00005ab8u, 0x00050050u, 0x000001aeu, 0x00005abau, 0x00005ab5u, - 0x00005ab9u, 0x0009004fu, 0x00000013u, 0x00005abbu, 0x00005abau, 0x00005abau, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004c62u, 0x000200f8u, 0x00004c62u, 0x000700f5u, 0x00000013u, - 0x00007fc2u, 0x00007f02u, 0x00004c4cu, 0x00005abbu, 0x00004c53u, 0x000700f5u, 0x00000013u, 0x00007eceu, - 0x00007e0bu, 0x00004c4cu, 0x00005a8eu, 0x00004c53u, 0x000300f7u, 0x00004c6cu, 0x00000000u, 0x000400fau, - 0x00004accu, 0x00004c64u, 0x00004c6cu, 0x000200f8u, 0x00004c64u, 0x00050050u, 0x000000efu, 0x00004c67u, - 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004c68u, 0x00004c67u, 0x0003003eu, 0x000049f5u, - 0x00004c68u, 0x00050041u, 0x00000007u, 0x00005ac5u, 0x000049f5u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005ac6u, 0x00005ac5u, 0x00050084u, 0x00000006u, 0x00005ac7u, 0x00004909u, 0x00005ac6u, 0x00050080u, - 0x00000006u, 0x00005ac8u, 0x00004907u, 0x00005ac7u, 0x00050041u, 0x00000007u, 0x00005ac9u, 0x000049f5u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005acau, 0x00005ac9u, 0x00050084u, 0x00000006u, 0x00005acbu, - 0x00005acau, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005acdu, 0x00005ac8u, 0x00005acbu, 0x000500c7u, - 0x00000006u, 0x00005acfu, 0x00005acdu, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x00005ad1u, 0x00005acfu, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005ad3u, 0x00005ac5u, 0x000500c7u, 0x00000006u, 0x00005ad4u, - 0x00005ad3u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005ad5u, 0x00005ad4u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00005ad7u, 0x00005ad1u, 0x00005ad5u, 0x000500c6u, 0x00000006u, 0x00005ad9u, 0x00005ad7u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005adcu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005ad9u, 0x0004003du, 0x00000011u, 0x00005addu, 0x00005adcu, 0x00040071u, 0x00000006u, 0x00005adeu, - 0x00005addu, 0x000500c2u, 0x00000006u, 0x00005ae0u, 0x00005adeu, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00005ae1u, 0x00005ae0u, 0x0004007cu, 0x00000012u, 0x00005ae2u, 0x00005ae1u, 0x000500c7u, 0x00000006u, - 0x00005ae4u, 0x00005adeu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005ae5u, 0x00005ae4u, 0x0004007cu, - 0x00000012u, 0x00005ae6u, 0x00005ae5u, 0x00050050u, 0x000001aeu, 0x00005ae7u, 0x00005ae2u, 0x00005ae6u, - 0x0009004fu, 0x00000013u, 0x00005ae8u, 0x00005ae7u, 0x00005ae7u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004c6cu, 0x000200f8u, 0x00004c6cu, 0x000700f5u, 0x00000013u, 0x000080b6u, - 0x00007ff4u, 0x00004c62u, 0x00005ae8u, 0x00004c64u, 0x000200f9u, 0x00004cbbu, 0x000200f8u, 0x00004cbbu, - 0x000900f5u, 0x00000013u, 0x000080b5u, 0x000080b6u, 0x00004c6cu, 0x000080b8u, 0x00004c99u, 0x000080bau, - 0x00004cbau, 0x000900f5u, 0x00000013u, 0x00007fc0u, 0x00007fc2u, 0x00004c6cu, 0x00007fc4u, 0x00004c99u, - 0x00007fc6u, 0x00004cbau, 0x000900f5u, 0x00000013u, 0x00007eccu, 0x00007eceu, 0x00004c6cu, 0x00007ed0u, - 0x00004c99u, 0x00007ed2u, 0x00004cbau, 0x000900f5u, 0x00000013u, 0x00007d9eu, 0x00005a61u, 0x00004c6cu, - 0x00005b1cu, 0x00004c99u, 0x00005bddu, 0x00004cbau, 0x000200f9u, 0x00004dafu, 0x000200f8u, 0x00004c19u, - 0x000500c3u, 0x00000008u, 0x00004c1bu, 0x00007c98u, 0x0000022cu, 0x0004007cu, 0x00000006u, 0x00004c1cu, - 0x00004c1bu, 0x00050082u, 0x00000008u, 0x00004c20u, 0x00007c9cu, 0x00007c98u, 0x00050080u, 0x00000008u, - 0x00004c21u, 0x00007c9cu, 0x00004c20u, 0x000500c3u, 0x00000008u, 0x00004c22u, 0x00004c21u, 0x0000022cu, - 0x0004007cu, 0x00000006u, 0x00004c23u, 0x00004c22u, 0x00050050u, 0x000000efu, 0x00004c26u, 0x00007c98u, - 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004c27u, 0x00004c26u, 0x0003003eu, 0x000049c0u, 0x00004c27u, - 0x00050041u, 0x00000007u, 0x000058fcu, 0x000049c0u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000058fdu, - 0x000058fcu, 0x00050084u, 0x00000006u, 0x000058feu, 0x00004909u, 0x000058fdu, 0x00050080u, 0x00000006u, - 0x000058ffu, 0x00004907u, 0x000058feu, 0x00050041u, 0x00000007u, 0x00005901u, 0x000049c0u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005902u, 0x00005901u, 0x00050080u, 0x00000006u, 0x00005903u, 0x000058ffu, - 0x00005902u, 0x000500c7u, 0x00000006u, 0x00005905u, 0x00005903u, 0x00000f2au, 0x00050084u, 0x00000006u, - 0x00005908u, 0x00004c1cu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005909u, 0x000058ffu, 0x00005908u, - 0x000500c7u, 0x00000006u, 0x0000590bu, 0x00005909u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x0000590eu, - 0x000058fcu, 0x000500c7u, 0x00000006u, 0x0000590fu, 0x0000590eu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005910u, 0x0000590fu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005912u, 0x00005905u, 0x00005910u, - 0x000500c6u, 0x00000006u, 0x00005914u, 0x00005912u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00005916u, - 0x0000590bu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005918u, 0x000058fcu, 0x000500c7u, 0x00000006u, - 0x00005919u, 0x00005918u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000591au, 0x00005919u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x0000591cu, 0x00005916u, 0x0000591au, 0x000500c6u, 0x00000006u, 0x0000591eu, - 0x0000591cu, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00005921u, 0x00005914u, 0x00000f53u, 0x00080041u, - 0x00000673u, 0x00005922u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005921u, 0x0004003du, - 0x0000000fu, 0x00005923u, 0x00005922u, 0x00080041u, 0x00000694u, 0x00005926u, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x0000591eu, 0x0004003du, 0x00000011u, 0x00005927u, 0x00005926u, 0x000500c2u, - 0x00000011u, 0x00005929u, 0x00005927u, 0x000010b0u, 0x000500c7u, 0x00000011u, 0x0000592au, 0x00005929u, - 0x0000034du, 0x00040071u, 0x0000000fu, 0x0000592bu, 0x0000592au, 0x000500c2u, 0x00000011u, 0x0000592du, - 0x00005927u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x0000592eu, 0x0000592du, 0x0000034du, 0x00040071u, - 0x0000000fu, 0x0000592fu, 0x0000592eu, 0x00040071u, 0x00000011u, 0x00005931u, 0x0000592bu, 0x0004007cu, - 0x00000012u, 0x00005932u, 0x00005931u, 0x00050082u, 0x00000012u, 0x00005933u, 0x00005932u, 0x000010bcu, - 0x00040071u, 0x00000011u, 0x00005935u, 0x0000592fu, 0x0004007cu, 0x00000012u, 0x00005936u, 0x00005935u, - 0x00050082u, 0x00000012u, 0x00005937u, 0x00005936u, 0x000010bcu, 0x00040071u, 0x00000011u, 0x00005939u, - 0x00005923u, 0x0004007cu, 0x00000012u, 0x0000593au, 0x00005939u, 0x00070050u, 0x00000013u, 0x0000593eu, - 0x00005933u, 0x00005937u, 0x0000593au, 0x0000593au, 0x000300f7u, 0x00004c46u, 0x00000000u, 0x000400fau, - 0x000022e9u, 0x00004c2du, 0x00004c46u, 0x000200f8u, 0x00004c2du, 0x00050050u, 0x000000efu, 0x00004c30u, - 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004c31u, 0x00004c30u, 0x0003003eu, 0x000049c4u, - 0x00004c31u, 0x00050041u, 0x00000007u, 0x0000594eu, 0x000049c4u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x0000594fu, 0x0000594eu, 0x00050084u, 0x00000006u, 0x00005950u, 0x00004909u, 0x0000594fu, 0x00050080u, - 0x00000006u, 0x00005951u, 0x00004907u, 0x00005950u, 0x00050041u, 0x00000007u, 0x00005953u, 0x000049c4u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005954u, 0x00005953u, 0x00050080u, 0x00000006u, 0x00005955u, - 0x00005951u, 0x00005954u, 0x000500c7u, 0x00000006u, 0x00005957u, 0x00005955u, 0x00000f2au, 0x00050084u, - 0x00000006u, 0x0000595au, 0x00004c23u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000595bu, 0x00005951u, - 0x0000595au, 0x000500c7u, 0x00000006u, 0x0000595du, 0x0000595bu, 0x00000f2au, 0x0004003du, 0x00000006u, - 0x00005960u, 0x0000594eu, 0x000500c7u, 0x00000006u, 0x00005961u, 0x00005960u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005962u, 0x00005961u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005964u, 0x00005957u, - 0x00005962u, 0x000500c6u, 0x00000006u, 0x00005966u, 0x00005964u, 0x00000466u, 0x000500c2u, 0x00000006u, - 0x00005968u, 0x0000595du, 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000596au, 0x0000594eu, 0x000500c7u, - 0x00000006u, 0x0000596bu, 0x0000596au, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000596cu, 0x0000596bu, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000596eu, 0x00005968u, 0x0000596cu, 0x000500c6u, 0x00000006u, - 0x00005970u, 0x0000596eu, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00005973u, 0x00005966u, 0x00000f53u, - 0x00080041u, 0x00000673u, 0x00005974u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005973u, - 0x0004003du, 0x0000000fu, 0x00005975u, 0x00005974u, 0x00080041u, 0x00000694u, 0x00005978u, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005970u, 0x0004003du, 0x00000011u, 0x00005979u, 0x00005978u, - 0x000500c2u, 0x00000011u, 0x0000597bu, 0x00005979u, 0x000010b0u, 0x000500c7u, 0x00000011u, 0x0000597cu, - 0x0000597bu, 0x0000034du, 0x00040071u, 0x0000000fu, 0x0000597du, 0x0000597cu, 0x000500c2u, 0x00000011u, - 0x0000597fu, 0x00005979u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x00005980u, 0x0000597fu, 0x0000034du, - 0x00040071u, 0x0000000fu, 0x00005981u, 0x00005980u, 0x00040071u, 0x00000011u, 0x00005983u, 0x0000597du, - 0x0004007cu, 0x00000012u, 0x00005984u, 0x00005983u, 0x00050082u, 0x00000012u, 0x00005985u, 0x00005984u, - 0x000010bcu, 0x00040071u, 0x00000011u, 0x00005987u, 0x00005981u, 0x0004007cu, 0x00000012u, 0x00005988u, - 0x00005987u, 0x00050082u, 0x00000012u, 0x00005989u, 0x00005988u, 0x000010bcu, 0x00040071u, 0x00000011u, - 0x0000598bu, 0x00005975u, 0x0004007cu, 0x00000012u, 0x0000598cu, 0x0000598bu, 0x00070050u, 0x00000013u, - 0x00005990u, 0x00005985u, 0x00005989u, 0x0000598cu, 0x0000598cu, 0x00050050u, 0x000000efu, 0x00004c38u, - 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004c39u, 0x00004c38u, 0x0003003eu, 0x000049c8u, - 0x00004c39u, 0x00050041u, 0x00000007u, 0x000059a0u, 0x000049c8u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000059a1u, 0x000059a0u, 0x00050084u, 0x00000006u, 0x000059a2u, 0x00004909u, 0x000059a1u, 0x00050080u, - 0x00000006u, 0x000059a3u, 0x00004907u, 0x000059a2u, 0x00050041u, 0x00000007u, 0x000059a5u, 0x000049c8u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000059a6u, 0x000059a5u, 0x00050080u, 0x00000006u, 0x000059a7u, - 0x000059a3u, 0x000059a6u, 0x000500c7u, 0x00000006u, 0x000059a9u, 0x000059a7u, 0x00000f2au, 0x00050080u, - 0x00000006u, 0x000059adu, 0x000059a3u, 0x00005908u, 0x000500c7u, 0x00000006u, 0x000059afu, 0x000059adu, - 0x00000f2au, 0x0004003du, 0x00000006u, 0x000059b2u, 0x000059a0u, 0x000500c7u, 0x00000006u, 0x000059b3u, - 0x000059b2u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000059b4u, 0x000059b3u, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x000059b6u, 0x000059a9u, 0x000059b4u, 0x000500c6u, 0x00000006u, 0x000059b8u, 0x000059b6u, - 0x00000466u, 0x000500c2u, 0x00000006u, 0x000059bau, 0x000059afu, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x000059bcu, 0x000059a0u, 0x000500c7u, 0x00000006u, 0x000059bdu, 0x000059bcu, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000059beu, 0x000059bdu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000059c0u, 0x000059bau, - 0x000059beu, 0x000500c6u, 0x00000006u, 0x000059c2u, 0x000059c0u, 0x0000045eu, 0x000500c5u, 0x00000006u, - 0x000059c5u, 0x000059b8u, 0x00000f53u, 0x00080041u, 0x00000673u, 0x000059c6u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x000059c5u, 0x0004003du, 0x0000000fu, 0x000059c7u, 0x000059c6u, 0x00080041u, - 0x00000694u, 0x000059cau, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000059c2u, 0x0004003du, - 0x00000011u, 0x000059cbu, 0x000059cau, 0x000500c2u, 0x00000011u, 0x000059cdu, 0x000059cbu, 0x000010b0u, - 0x000500c7u, 0x00000011u, 0x000059ceu, 0x000059cdu, 0x0000034du, 0x00040071u, 0x0000000fu, 0x000059cfu, - 0x000059ceu, 0x000500c2u, 0x00000011u, 0x000059d1u, 0x000059cbu, 0x0000021cu, 0x000500c7u, 0x00000011u, - 0x000059d2u, 0x000059d1u, 0x0000034du, 0x00040071u, 0x0000000fu, 0x000059d3u, 0x000059d2u, 0x00040071u, - 0x00000011u, 0x000059d5u, 0x000059cfu, 0x0004007cu, 0x00000012u, 0x000059d6u, 0x000059d5u, 0x00050082u, - 0x00000012u, 0x000059d7u, 0x000059d6u, 0x000010bcu, 0x00040071u, 0x00000011u, 0x000059d9u, 0x000059d3u, - 0x0004007cu, 0x00000012u, 0x000059dau, 0x000059d9u, 0x00050082u, 0x00000012u, 0x000059dbu, 0x000059dau, - 0x000010bcu, 0x00040071u, 0x00000011u, 0x000059ddu, 0x000059c7u, 0x0004007cu, 0x00000012u, 0x000059deu, - 0x000059ddu, 0x00070050u, 0x00000013u, 0x000059e2u, 0x000059d7u, 0x000059dbu, 0x000059deu, 0x000059deu, - 0x00050050u, 0x000000efu, 0x00004c40u, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004c41u, - 0x00004c40u, 0x0003003eu, 0x000049ccu, 0x00004c41u, 0x00050041u, 0x00000007u, 0x000059f2u, 0x000049ccu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x000059f3u, 0x000059f2u, 0x00050084u, 0x00000006u, 0x000059f4u, - 0x00004909u, 0x000059f3u, 0x00050080u, 0x00000006u, 0x000059f5u, 0x00004907u, 0x000059f4u, 0x00050041u, - 0x00000007u, 0x000059f7u, 0x000049ccu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000059f8u, 0x000059f7u, - 0x00050080u, 0x00000006u, 0x000059f9u, 0x000059f5u, 0x000059f8u, 0x000500c7u, 0x00000006u, 0x000059fbu, - 0x000059f9u, 0x00000f2au, 0x00050080u, 0x00000006u, 0x000059ffu, 0x000059f5u, 0x0000595au, 0x000500c7u, - 0x00000006u, 0x00005a01u, 0x000059ffu, 0x00000f2au, 0x0004003du, 0x00000006u, 0x00005a04u, 0x000059f2u, - 0x000500c7u, 0x00000006u, 0x00005a05u, 0x00005a04u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005a06u, - 0x00005a05u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005a08u, 0x000059fbu, 0x00005a06u, 0x000500c6u, - 0x00000006u, 0x00005a0au, 0x00005a08u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00005a0cu, 0x00005a01u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005a0eu, 0x000059f2u, 0x000500c7u, 0x00000006u, 0x00005a0fu, - 0x00005a0eu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005a10u, 0x00005a0fu, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00005a12u, 0x00005a0cu, 0x00005a10u, 0x000500c6u, 0x00000006u, 0x00005a14u, 0x00005a12u, - 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00005a17u, 0x00005a0au, 0x00000f53u, 0x00080041u, 0x00000673u, - 0x00005a18u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005a17u, 0x0004003du, 0x0000000fu, - 0x00005a19u, 0x00005a18u, 0x00080041u, 0x00000694u, 0x00005a1cu, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x00005a14u, 0x0004003du, 0x00000011u, 0x00005a1du, 0x00005a1cu, 0x000500c2u, 0x00000011u, - 0x00005a1fu, 0x00005a1du, 0x000010b0u, 0x000500c7u, 0x00000011u, 0x00005a20u, 0x00005a1fu, 0x0000034du, - 0x00040071u, 0x0000000fu, 0x00005a21u, 0x00005a20u, 0x000500c2u, 0x00000011u, 0x00005a23u, 0x00005a1du, - 0x0000021cu, 0x000500c7u, 0x00000011u, 0x00005a24u, 0x00005a23u, 0x0000034du, 0x00040071u, 0x0000000fu, - 0x00005a25u, 0x00005a24u, 0x00040071u, 0x00000011u, 0x00005a27u, 0x00005a21u, 0x0004007cu, 0x00000012u, - 0x00005a28u, 0x00005a27u, 0x00050082u, 0x00000012u, 0x00005a29u, 0x00005a28u, 0x000010bcu, 0x00040071u, - 0x00000011u, 0x00005a2bu, 0x00005a25u, 0x0004007cu, 0x00000012u, 0x00005a2cu, 0x00005a2bu, 0x00050082u, - 0x00000012u, 0x00005a2du, 0x00005a2cu, 0x000010bcu, 0x00040071u, 0x00000011u, 0x00005a2fu, 0x00005a19u, - 0x0004007cu, 0x00000012u, 0x00005a30u, 0x00005a2fu, 0x00070050u, 0x00000013u, 0x00005a34u, 0x00005a29u, - 0x00005a2du, 0x00005a30u, 0x00005a30u, 0x000200f9u, 0x00004c46u, 0x000200f8u, 0x00004c46u, 0x000700f5u, - 0x00000013u, 0x000080b4u, 0x00007ff4u, 0x00004c19u, 0x00005a34u, 0x00004c2du, 0x000700f5u, 0x00000013u, - 0x00007fbfu, 0x00007f02u, 0x00004c19u, 0x000059e2u, 0x00004c2du, 0x000700f5u, 0x00000013u, 0x00007ecbu, - 0x00007e0bu, 0x00004c19u, 0x00005990u, 0x00004c2du, 0x000200f9u, 0x00004dafu, 0x000200f8u, 0x00004b8fu, - 0x00040071u, 0x00000006u, 0x00004b92u, 0x0000490du, 0x0004007cu, 0x00000008u, 0x00004b93u, 0x00004b92u, - 0x000300f7u, 0x00004c18u, 0x00000000u, 0x000b00fbu, 0x00004b93u, 0x00004c18u, 0x00000000u, 0x00004b94u, - 0x00000001u, 0x00004bb5u, 0x00000002u, 0x00004bd6u, 0x00000003u, 0x00004bf7u, 0x000200f8u, 0x00004bf7u, - 0x0004007cu, 0x000000b0u, 0x00004bf9u, 0x00007cadu, 0x0003003eu, 0x000049b2u, 0x00004bf9u, 0x00050041u, - 0x00000007u, 0x0000580bu, 0x000049b2u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000580cu, 0x0000580bu, - 0x00050084u, 0x00000006u, 0x0000580du, 0x00004909u, 0x0000580cu, 0x00050080u, 0x00000006u, 0x0000580eu, - 0x00004907u, 0x0000580du, 0x00050041u, 0x00000007u, 0x0000580fu, 0x000049b2u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005810u, 0x0000580fu, 0x00050084u, 0x00000006u, 0x00005811u, 0x00005810u, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00005813u, 0x0000580eu, 0x00005811u, 0x000500c7u, 0x00000006u, 0x00005815u, - 0x00005813u, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x00005817u, 0x00005815u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00005819u, 0x0000580bu, 0x000500c7u, 0x00000006u, 0x0000581au, 0x00005819u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000581bu, 0x0000581au, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000581du, - 0x00005817u, 0x0000581bu, 0x000500c6u, 0x00000006u, 0x0000581fu, 0x0000581du, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00005822u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000581fu, 0x0004003du, - 0x00000011u, 0x00005823u, 0x00005822u, 0x00040071u, 0x00000006u, 0x00005824u, 0x00005823u, 0x000500c5u, - 0x00000006u, 0x00005827u, 0x0000581fu, 0x00000f5bu, 0x00080041u, 0x00000694u, 0x00005828u, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005827u, 0x0004003du, 0x00000011u, 0x00005829u, 0x00005828u, - 0x00040071u, 0x00000006u, 0x0000582au, 0x00005829u, 0x000500c2u, 0x00000006u, 0x0000582cu, 0x00005824u, - 0x0000025fu, 0x00040071u, 0x00000011u, 0x0000582du, 0x0000582cu, 0x0004007cu, 0x00000012u, 0x0000582eu, - 0x0000582du, 0x000500c7u, 0x00000006u, 0x00005830u, 0x00005824u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00005831u, 0x00005830u, 0x0004007cu, 0x00000012u, 0x00005832u, 0x00005831u, 0x000500c2u, 0x00000006u, - 0x00005834u, 0x0000582au, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005835u, 0x00005834u, 0x0004007cu, - 0x00000012u, 0x00005836u, 0x00005835u, 0x000500c7u, 0x00000006u, 0x00005838u, 0x0000582au, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00005839u, 0x00005838u, 0x0004007cu, 0x00000012u, 0x0000583au, 0x00005839u, - 0x00070050u, 0x00000013u, 0x0000583bu, 0x0000582eu, 0x00005832u, 0x00005836u, 0x0000583au, 0x000300f7u, - 0x00004c0du, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004bfeu, 0x00004c0du, 0x000200f8u, 0x00004bfeu, - 0x00050050u, 0x000000efu, 0x00004c01u, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004c02u, - 0x00004c01u, 0x0003003eu, 0x000049b5u, 0x00004c02u, 0x00050041u, 0x00000007u, 0x00005846u, 0x000049b5u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005847u, 0x00005846u, 0x00050084u, 0x00000006u, 0x00005848u, - 0x00004909u, 0x00005847u, 0x00050080u, 0x00000006u, 0x00005849u, 0x00004907u, 0x00005848u, 0x00050041u, - 0x00000007u, 0x0000584au, 0x000049b5u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000584bu, 0x0000584au, - 0x00050084u, 0x00000006u, 0x0000584cu, 0x0000584bu, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000584eu, - 0x00005849u, 0x0000584cu, 0x000500c7u, 0x00000006u, 0x00005850u, 0x0000584eu, 0x00000f2au, 0x000500c2u, - 0x00000006u, 0x00005852u, 0x00005850u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005854u, 0x00005846u, - 0x000500c7u, 0x00000006u, 0x00005855u, 0x00005854u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005856u, - 0x00005855u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005858u, 0x00005852u, 0x00005856u, 0x000500c6u, - 0x00000006u, 0x0000585au, 0x00005858u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000585du, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000585au, 0x0004003du, 0x00000011u, 0x0000585eu, 0x0000585du, - 0x00040071u, 0x00000006u, 0x0000585fu, 0x0000585eu, 0x000500c5u, 0x00000006u, 0x00005862u, 0x0000585au, - 0x00000f5bu, 0x00080041u, 0x00000694u, 0x00005863u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005862u, 0x0004003du, 0x00000011u, 0x00005864u, 0x00005863u, 0x00040071u, 0x00000006u, 0x00005865u, - 0x00005864u, 0x000500c2u, 0x00000006u, 0x00005867u, 0x0000585fu, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00005868u, 0x00005867u, 0x0004007cu, 0x00000012u, 0x00005869u, 0x00005868u, 0x000500c7u, 0x00000006u, - 0x0000586bu, 0x0000585fu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000586cu, 0x0000586bu, 0x0004007cu, - 0x00000012u, 0x0000586du, 0x0000586cu, 0x000500c2u, 0x00000006u, 0x0000586fu, 0x00005865u, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x00005870u, 0x0000586fu, 0x0004007cu, 0x00000012u, 0x00005871u, 0x00005870u, - 0x000500c7u, 0x00000006u, 0x00005873u, 0x00005865u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005874u, - 0x00005873u, 0x0004007cu, 0x00000012u, 0x00005875u, 0x00005874u, 0x00070050u, 0x00000013u, 0x00005876u, - 0x00005869u, 0x0000586du, 0x00005871u, 0x00005875u, 0x00050050u, 0x000000efu, 0x00004c08u, 0x00007c98u, - 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004c09u, 0x00004c08u, 0x0003003eu, 0x000049b8u, 0x00004c09u, - 0x00050041u, 0x00000007u, 0x00005881u, 0x000049b8u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005882u, - 0x00005881u, 0x00050084u, 0x00000006u, 0x00005883u, 0x00004909u, 0x00005882u, 0x00050080u, 0x00000006u, - 0x00005884u, 0x00004907u, 0x00005883u, 0x00050041u, 0x00000007u, 0x00005885u, 0x000049b8u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005886u, 0x00005885u, 0x00050084u, 0x00000006u, 0x00005887u, 0x00005886u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005889u, 0x00005884u, 0x00005887u, 0x000500c7u, 0x00000006u, - 0x0000588bu, 0x00005889u, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x0000588du, 0x0000588bu, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x0000588fu, 0x00005881u, 0x000500c7u, 0x00000006u, 0x00005890u, 0x0000588fu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005891u, 0x00005890u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005893u, 0x0000588du, 0x00005891u, 0x000500c6u, 0x00000006u, 0x00005895u, 0x00005893u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005898u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005895u, - 0x0004003du, 0x00000011u, 0x00005899u, 0x00005898u, 0x00040071u, 0x00000006u, 0x0000589au, 0x00005899u, - 0x000500c5u, 0x00000006u, 0x0000589du, 0x00005895u, 0x00000f5bu, 0x00080041u, 0x00000694u, 0x0000589eu, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000589du, 0x0004003du, 0x00000011u, 0x0000589fu, - 0x0000589eu, 0x00040071u, 0x00000006u, 0x000058a0u, 0x0000589fu, 0x000500c2u, 0x00000006u, 0x000058a2u, - 0x0000589au, 0x0000025fu, 0x00040071u, 0x00000011u, 0x000058a3u, 0x000058a2u, 0x0004007cu, 0x00000012u, - 0x000058a4u, 0x000058a3u, 0x000500c7u, 0x00000006u, 0x000058a6u, 0x0000589au, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x000058a7u, 0x000058a6u, 0x0004007cu, 0x00000012u, 0x000058a8u, 0x000058a7u, 0x000500c2u, - 0x00000006u, 0x000058aau, 0x000058a0u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x000058abu, 0x000058aau, - 0x0004007cu, 0x00000012u, 0x000058acu, 0x000058abu, 0x000500c7u, 0x00000006u, 0x000058aeu, 0x000058a0u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x000058afu, 0x000058aeu, 0x0004007cu, 0x00000012u, 0x000058b0u, - 0x000058afu, 0x00070050u, 0x00000013u, 0x000058b1u, 0x000058a4u, 0x000058a8u, 0x000058acu, 0x000058b0u, - 0x000200f9u, 0x00004c0du, 0x000200f8u, 0x00004c0du, 0x000700f5u, 0x00000013u, 0x00007fbeu, 0x00007f02u, - 0x00004bf7u, 0x000058b1u, 0x00004bfeu, 0x000700f5u, 0x00000013u, 0x00007ecau, 0x00007e0bu, 0x00004bf7u, - 0x00005876u, 0x00004bfeu, 0x000300f7u, 0x00004c17u, 0x00000000u, 0x000400fau, 0x00004accu, 0x00004c0fu, - 0x00004c17u, 0x000200f8u, 0x00004c0fu, 0x00050050u, 0x000000efu, 0x00004c12u, 0x00007c9cu, 0x00004ac2u, - 0x0004007cu, 0x000000b0u, 0x00004c13u, 0x00004c12u, 0x0003003eu, 0x000049bbu, 0x00004c13u, 0x00050041u, - 0x00000007u, 0x000058bcu, 0x000049bbu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000058bdu, 0x000058bcu, - 0x00050084u, 0x00000006u, 0x000058beu, 0x00004909u, 0x000058bdu, 0x00050080u, 0x00000006u, 0x000058bfu, - 0x00004907u, 0x000058beu, 0x00050041u, 0x00000007u, 0x000058c0u, 0x000049bbu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x000058c1u, 0x000058c0u, 0x00050084u, 0x00000006u, 0x000058c2u, 0x000058c1u, 0x00000388u, - 0x00050080u, 0x00000006u, 0x000058c4u, 0x000058bfu, 0x000058c2u, 0x000500c7u, 0x00000006u, 0x000058c6u, - 0x000058c4u, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x000058c8u, 0x000058c6u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x000058cau, 0x000058bcu, 0x000500c7u, 0x00000006u, 0x000058cbu, 0x000058cau, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x000058ccu, 0x000058cbu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000058ceu, - 0x000058c8u, 0x000058ccu, 0x000500c6u, 0x00000006u, 0x000058d0u, 0x000058ceu, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x000058d3u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000058d0u, 0x0004003du, - 0x00000011u, 0x000058d4u, 0x000058d3u, 0x00040071u, 0x00000006u, 0x000058d5u, 0x000058d4u, 0x000500c5u, - 0x00000006u, 0x000058d8u, 0x000058d0u, 0x00000f5bu, 0x00080041u, 0x00000694u, 0x000058d9u, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x000058d8u, 0x0004003du, 0x00000011u, 0x000058dau, 0x000058d9u, - 0x00040071u, 0x00000006u, 0x000058dbu, 0x000058dau, 0x000500c2u, 0x00000006u, 0x000058ddu, 0x000058d5u, - 0x0000025fu, 0x00040071u, 0x00000011u, 0x000058deu, 0x000058ddu, 0x0004007cu, 0x00000012u, 0x000058dfu, - 0x000058deu, 0x000500c7u, 0x00000006u, 0x000058e1u, 0x000058d5u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x000058e2u, 0x000058e1u, 0x0004007cu, 0x00000012u, 0x000058e3u, 0x000058e2u, 0x000500c2u, 0x00000006u, - 0x000058e5u, 0x000058dbu, 0x0000025fu, 0x00040071u, 0x00000011u, 0x000058e6u, 0x000058e5u, 0x0004007cu, - 0x00000012u, 0x000058e7u, 0x000058e6u, 0x000500c7u, 0x00000006u, 0x000058e9u, 0x000058dbu, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x000058eau, 0x000058e9u, 0x0004007cu, 0x00000012u, 0x000058ebu, 0x000058eau, - 0x00070050u, 0x00000013u, 0x000058ecu, 0x000058dfu, 0x000058e3u, 0x000058e7u, 0x000058ebu, 0x000200f9u, - 0x00004c17u, 0x000200f8u, 0x00004c17u, 0x000700f5u, 0x00000013u, 0x000080b2u, 0x00007ff4u, 0x00004c0du, - 0x000058ecu, 0x00004c0fu, 0x000200f9u, 0x00004c18u, 0x000200f8u, 0x00004bd6u, 0x0004007cu, 0x000000b0u, - 0x00004bd8u, 0x00007cadu, 0x0003003eu, 0x000049a6u, 0x00004bd8u, 0x00050041u, 0x00000007u, 0x000056ffu, - 0x000049a6u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005700u, 0x000056ffu, 0x00050084u, 0x00000006u, - 0x00005701u, 0x00004909u, 0x00005700u, 0x00050080u, 0x00000006u, 0x00005702u, 0x00004907u, 0x00005701u, - 0x00050041u, 0x00000007u, 0x00005703u, 0x000049a6u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005704u, - 0x00005703u, 0x00050084u, 0x00000006u, 0x00005705u, 0x00005704u, 0x00000388u, 0x00050080u, 0x00000006u, - 0x00005707u, 0x00005702u, 0x00005705u, 0x000500c7u, 0x00000006u, 0x00005709u, 0x00005707u, 0x00000e72u, - 0x000500c2u, 0x00000006u, 0x0000570bu, 0x00005709u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000570du, - 0x000056ffu, 0x000500c7u, 0x00000006u, 0x0000570eu, 0x0000570du, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x0000570fu, 0x0000570eu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005711u, 0x0000570bu, 0x0000570fu, - 0x000500c6u, 0x00000006u, 0x00005713u, 0x00005711u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005716u, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005713u, 0x0004003du, 0x00000011u, 0x00005717u, - 0x00005716u, 0x00040071u, 0x00000006u, 0x00005718u, 0x00005717u, 0x00060050u, 0x0000030eu, 0x00005720u, - 0x00005718u, 0x00005718u, 0x00005718u, 0x000500c2u, 0x0000030eu, 0x00005721u, 0x00005720u, 0x00000e33u, - 0x000500c7u, 0x0000030eu, 0x00005723u, 0x00005721u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00005726u, - 0x00005723u, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x00005729u, 0x00005723u, 0x0000b412u, 0x000500c5u, - 0x0000030eu, 0x0000572au, 0x00005726u, 0x00005729u, 0x000500c7u, 0x00000006u, 0x0000572cu, 0x00005718u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000572du, 0x0000572cu, 0x000006c5u, 0x00040071u, 0x000004bcu, - 0x0000572fu, 0x0000572au, 0x0004007cu, 0x000004b8u, 0x00005730u, 0x0000572fu, 0x00040071u, 0x00000011u, - 0x00005732u, 0x0000572du, 0x0004007cu, 0x00000012u, 0x00005733u, 0x00005732u, 0x00050051u, 0x00000012u, - 0x00005734u, 0x00005730u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00005735u, 0x00005730u, 0x00000001u, - 0x00050051u, 0x00000012u, 0x00005736u, 0x00005730u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00005737u, - 0x00005734u, 0x00005735u, 0x00005736u, 0x00005733u, 0x000300f7u, 0x00004becu, 0x00000000u, 0x000400fau, - 0x000022e9u, 0x00004bddu, 0x00004becu, 0x000200f8u, 0x00004bddu, 0x00050050u, 0x000000efu, 0x00004be0u, - 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004be1u, 0x00004be0u, 0x0003003eu, 0x000049a9u, - 0x00004be1u, 0x00050041u, 0x00000007u, 0x00005742u, 0x000049a9u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005743u, 0x00005742u, 0x00050084u, 0x00000006u, 0x00005744u, 0x00004909u, 0x00005743u, 0x00050080u, - 0x00000006u, 0x00005745u, 0x00004907u, 0x00005744u, 0x00050041u, 0x00000007u, 0x00005746u, 0x000049a9u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005747u, 0x00005746u, 0x00050084u, 0x00000006u, 0x00005748u, - 0x00005747u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000574au, 0x00005745u, 0x00005748u, 0x000500c7u, - 0x00000006u, 0x0000574cu, 0x0000574au, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x0000574eu, 0x0000574cu, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005750u, 0x00005742u, 0x000500c7u, 0x00000006u, 0x00005751u, - 0x00005750u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005752u, 0x00005751u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00005754u, 0x0000574eu, 0x00005752u, 0x000500c6u, 0x00000006u, 0x00005756u, 0x00005754u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005759u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005756u, 0x0004003du, 0x00000011u, 0x0000575au, 0x00005759u, 0x00040071u, 0x00000006u, 0x0000575bu, - 0x0000575au, 0x00060050u, 0x0000030eu, 0x00005763u, 0x0000575bu, 0x0000575bu, 0x0000575bu, 0x000500c2u, - 0x0000030eu, 0x00005764u, 0x00005763u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00005766u, 0x00005764u, - 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00005769u, 0x00005766u, 0x0000b411u, 0x000500c2u, 0x0000030eu, - 0x0000576cu, 0x00005766u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x0000576du, 0x00005769u, 0x0000576cu, - 0x000500c7u, 0x00000006u, 0x0000576fu, 0x0000575bu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005770u, - 0x0000576fu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005772u, 0x0000576du, 0x0004007cu, 0x000004b8u, - 0x00005773u, 0x00005772u, 0x00040071u, 0x00000011u, 0x00005775u, 0x00005770u, 0x0004007cu, 0x00000012u, - 0x00005776u, 0x00005775u, 0x00050051u, 0x00000012u, 0x00005777u, 0x00005773u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00005778u, 0x00005773u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00005779u, 0x00005773u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x0000577au, 0x00005777u, 0x00005778u, 0x00005779u, 0x00005776u, - 0x00050050u, 0x000000efu, 0x00004be7u, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004be8u, - 0x00004be7u, 0x0003003eu, 0x000049acu, 0x00004be8u, 0x00050041u, 0x00000007u, 0x00005785u, 0x000049acu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005786u, 0x00005785u, 0x00050084u, 0x00000006u, 0x00005787u, - 0x00004909u, 0x00005786u, 0x00050080u, 0x00000006u, 0x00005788u, 0x00004907u, 0x00005787u, 0x00050041u, - 0x00000007u, 0x00005789u, 0x000049acu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000578au, 0x00005789u, - 0x00050084u, 0x00000006u, 0x0000578bu, 0x0000578au, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000578du, - 0x00005788u, 0x0000578bu, 0x000500c7u, 0x00000006u, 0x0000578fu, 0x0000578du, 0x00000e72u, 0x000500c2u, - 0x00000006u, 0x00005791u, 0x0000578fu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005793u, 0x00005785u, - 0x000500c7u, 0x00000006u, 0x00005794u, 0x00005793u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005795u, - 0x00005794u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005797u, 0x00005791u, 0x00005795u, 0x000500c6u, - 0x00000006u, 0x00005799u, 0x00005797u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000579cu, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005799u, 0x0004003du, 0x00000011u, 0x0000579du, 0x0000579cu, - 0x00040071u, 0x00000006u, 0x0000579eu, 0x0000579du, 0x00060050u, 0x0000030eu, 0x000057a6u, 0x0000579eu, - 0x0000579eu, 0x0000579eu, 0x000500c2u, 0x0000030eu, 0x000057a7u, 0x000057a6u, 0x00000e33u, 0x000500c7u, - 0x0000030eu, 0x000057a9u, 0x000057a7u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x000057acu, 0x000057a9u, - 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x000057afu, 0x000057a9u, 0x0000b412u, 0x000500c5u, 0x0000030eu, - 0x000057b0u, 0x000057acu, 0x000057afu, 0x000500c7u, 0x00000006u, 0x000057b2u, 0x0000579eu, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x000057b3u, 0x000057b2u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000057b5u, - 0x000057b0u, 0x0004007cu, 0x000004b8u, 0x000057b6u, 0x000057b5u, 0x00040071u, 0x00000011u, 0x000057b8u, - 0x000057b3u, 0x0004007cu, 0x00000012u, 0x000057b9u, 0x000057b8u, 0x00050051u, 0x00000012u, 0x000057bau, - 0x000057b6u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000057bbu, 0x000057b6u, 0x00000001u, 0x00050051u, - 0x00000012u, 0x000057bcu, 0x000057b6u, 0x00000002u, 0x00070050u, 0x00000013u, 0x000057bdu, 0x000057bau, - 0x000057bbu, 0x000057bcu, 0x000057b9u, 0x000200f9u, 0x00004becu, 0x000200f8u, 0x00004becu, 0x000700f5u, - 0x00000013u, 0x00007fbcu, 0x00007f02u, 0x00004bd6u, 0x000057bdu, 0x00004bddu, 0x000700f5u, 0x00000013u, - 0x00007ec8u, 0x00007e0bu, 0x00004bd6u, 0x0000577au, 0x00004bddu, 0x000300f7u, 0x00004bf6u, 0x00000000u, - 0x000400fau, 0x00004accu, 0x00004beeu, 0x00004bf6u, 0x000200f8u, 0x00004beeu, 0x00050050u, 0x000000efu, - 0x00004bf1u, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004bf2u, 0x00004bf1u, 0x0003003eu, - 0x000049afu, 0x00004bf2u, 0x00050041u, 0x00000007u, 0x000057c8u, 0x000049afu, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000057c9u, 0x000057c8u, 0x00050084u, 0x00000006u, 0x000057cau, 0x00004909u, 0x000057c9u, - 0x00050080u, 0x00000006u, 0x000057cbu, 0x00004907u, 0x000057cau, 0x00050041u, 0x00000007u, 0x000057ccu, - 0x000049afu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000057cdu, 0x000057ccu, 0x00050084u, 0x00000006u, - 0x000057ceu, 0x000057cdu, 0x00000388u, 0x00050080u, 0x00000006u, 0x000057d0u, 0x000057cbu, 0x000057ceu, - 0x000500c7u, 0x00000006u, 0x000057d2u, 0x000057d0u, 0x00000e72u, 0x000500c2u, 0x00000006u, 0x000057d4u, - 0x000057d2u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000057d6u, 0x000057c8u, 0x000500c7u, 0x00000006u, - 0x000057d7u, 0x000057d6u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000057d8u, 0x000057d7u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x000057dau, 0x000057d4u, 0x000057d8u, 0x000500c6u, 0x00000006u, 0x000057dcu, - 0x000057dau, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000057dfu, 0x00000f59u, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x000057dcu, 0x0004003du, 0x00000011u, 0x000057e0u, 0x000057dfu, 0x00040071u, 0x00000006u, - 0x000057e1u, 0x000057e0u, 0x00060050u, 0x0000030eu, 0x000057e9u, 0x000057e1u, 0x000057e1u, 0x000057e1u, - 0x000500c2u, 0x0000030eu, 0x000057eau, 0x000057e9u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x000057ecu, - 0x000057eau, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x000057efu, 0x000057ecu, 0x0000b411u, 0x000500c2u, - 0x0000030eu, 0x000057f2u, 0x000057ecu, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x000057f3u, 0x000057efu, - 0x000057f2u, 0x000500c7u, 0x00000006u, 0x000057f5u, 0x000057e1u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x000057f6u, 0x000057f5u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000057f8u, 0x000057f3u, 0x0004007cu, - 0x000004b8u, 0x000057f9u, 0x000057f8u, 0x00040071u, 0x00000011u, 0x000057fbu, 0x000057f6u, 0x0004007cu, - 0x00000012u, 0x000057fcu, 0x000057fbu, 0x00050051u, 0x00000012u, 0x000057fdu, 0x000057f9u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x000057feu, 0x000057f9u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000057ffu, - 0x000057f9u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00005800u, 0x000057fdu, 0x000057feu, 0x000057ffu, - 0x000057fcu, 0x000200f9u, 0x00004bf6u, 0x000200f8u, 0x00004bf6u, 0x000700f5u, 0x00000013u, 0x000080b0u, - 0x00007ff4u, 0x00004becu, 0x00005800u, 0x00004beeu, 0x000200f9u, 0x00004c18u, 0x000200f8u, 0x00004bb5u, - 0x0004007cu, 0x000000b0u, 0x00004bb7u, 0x00007cadu, 0x0003003eu, 0x0000499au, 0x00004bb7u, 0x00050041u, - 0x00000007u, 0x0000566au, 0x0000499au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000566bu, 0x0000566au, - 0x00050084u, 0x00000006u, 0x0000566cu, 0x00004909u, 0x0000566bu, 0x00050080u, 0x00000006u, 0x0000566du, - 0x00004907u, 0x0000566cu, 0x00050041u, 0x00000007u, 0x0000566eu, 0x0000499au, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x0000566fu, 0x0000566eu, 0x00050080u, 0x00000006u, 0x00005671u, 0x0000566du, 0x0000566fu, - 0x000500c7u, 0x00000006u, 0x00005673u, 0x00005671u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005676u, - 0x0000566au, 0x000500c7u, 0x00000006u, 0x00005677u, 0x00005676u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005678u, 0x00005677u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000567au, 0x00005673u, 0x00005678u, - 0x000500c6u, 0x00000006u, 0x0000567cu, 0x0000567au, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000567fu, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000567cu, 0x0004003du, 0x0000000fu, 0x00005680u, - 0x0000567fu, 0x00040071u, 0x00000006u, 0x00005681u, 0x00005680u, 0x00040071u, 0x00000011u, 0x00005683u, - 0x00005681u, 0x0004007cu, 0x00000012u, 0x00005684u, 0x00005683u, 0x00070050u, 0x00000013u, 0x00005685u, - 0x00005684u, 0x00005684u, 0x00005684u, 0x00005684u, 0x000300f7u, 0x00004bcbu, 0x00000000u, 0x000400fau, - 0x000022e9u, 0x00004bbcu, 0x00004bcbu, 0x000200f8u, 0x00004bbcu, 0x00050050u, 0x000000efu, 0x00004bbfu, - 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, 0x00004bc0u, 0x00004bbfu, 0x0003003eu, 0x0000499du, - 0x00004bc0u, 0x00050041u, 0x00000007u, 0x0000568fu, 0x0000499du, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005690u, 0x0000568fu, 0x00050084u, 0x00000006u, 0x00005691u, 0x00004909u, 0x00005690u, 0x00050080u, - 0x00000006u, 0x00005692u, 0x00004907u, 0x00005691u, 0x00050041u, 0x00000007u, 0x00005693u, 0x0000499du, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005694u, 0x00005693u, 0x00050080u, 0x00000006u, 0x00005696u, - 0x00005692u, 0x00005694u, 0x000500c7u, 0x00000006u, 0x00005698u, 0x00005696u, 0x00000e72u, 0x0004003du, - 0x00000006u, 0x0000569bu, 0x0000568fu, 0x000500c7u, 0x00000006u, 0x0000569cu, 0x0000569bu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000569du, 0x0000569cu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000569fu, - 0x00005698u, 0x0000569du, 0x000500c6u, 0x00000006u, 0x000056a1u, 0x0000569fu, 0x00000466u, 0x00080041u, - 0x00000673u, 0x000056a4u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000056a1u, 0x0004003du, - 0x0000000fu, 0x000056a5u, 0x000056a4u, 0x00040071u, 0x00000006u, 0x000056a6u, 0x000056a5u, 0x00040071u, - 0x00000011u, 0x000056a8u, 0x000056a6u, 0x0004007cu, 0x00000012u, 0x000056a9u, 0x000056a8u, 0x00070050u, - 0x00000013u, 0x000056aau, 0x000056a9u, 0x000056a9u, 0x000056a9u, 0x000056a9u, 0x00050050u, 0x000000efu, - 0x00004bc6u, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004bc7u, 0x00004bc6u, 0x0003003eu, - 0x000049a0u, 0x00004bc7u, 0x00050041u, 0x00000007u, 0x000056b4u, 0x000049a0u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000056b5u, 0x000056b4u, 0x00050084u, 0x00000006u, 0x000056b6u, 0x00004909u, 0x000056b5u, - 0x00050080u, 0x00000006u, 0x000056b7u, 0x00004907u, 0x000056b6u, 0x00050041u, 0x00000007u, 0x000056b8u, - 0x000049a0u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000056b9u, 0x000056b8u, 0x00050080u, 0x00000006u, - 0x000056bbu, 0x000056b7u, 0x000056b9u, 0x000500c7u, 0x00000006u, 0x000056bdu, 0x000056bbu, 0x00000e72u, - 0x0004003du, 0x00000006u, 0x000056c0u, 0x000056b4u, 0x000500c7u, 0x00000006u, 0x000056c1u, 0x000056c0u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000056c2u, 0x000056c1u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x000056c4u, 0x000056bdu, 0x000056c2u, 0x000500c6u, 0x00000006u, 0x000056c6u, 0x000056c4u, 0x00000466u, - 0x00080041u, 0x00000673u, 0x000056c9u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000056c6u, - 0x0004003du, 0x0000000fu, 0x000056cau, 0x000056c9u, 0x00040071u, 0x00000006u, 0x000056cbu, 0x000056cau, - 0x00040071u, 0x00000011u, 0x000056cdu, 0x000056cbu, 0x0004007cu, 0x00000012u, 0x000056ceu, 0x000056cdu, - 0x00070050u, 0x00000013u, 0x000056cfu, 0x000056ceu, 0x000056ceu, 0x000056ceu, 0x000056ceu, 0x000200f9u, - 0x00004bcbu, 0x000200f8u, 0x00004bcbu, 0x000700f5u, 0x00000013u, 0x00007fbau, 0x00007f02u, 0x00004bb5u, - 0x000056cfu, 0x00004bbcu, 0x000700f5u, 0x00000013u, 0x00007ec6u, 0x00007e0bu, 0x00004bb5u, 0x000056aau, - 0x00004bbcu, 0x000300f7u, 0x00004bd5u, 0x00000000u, 0x000400fau, 0x00004accu, 0x00004bcdu, 0x00004bd5u, - 0x000200f8u, 0x00004bcdu, 0x00050050u, 0x000000efu, 0x00004bd0u, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, - 0x000000b0u, 0x00004bd1u, 0x00004bd0u, 0x0003003eu, 0x000049a3u, 0x00004bd1u, 0x00050041u, 0x00000007u, - 0x000056d9u, 0x000049a3u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000056dau, 0x000056d9u, 0x00050084u, - 0x00000006u, 0x000056dbu, 0x00004909u, 0x000056dau, 0x00050080u, 0x00000006u, 0x000056dcu, 0x00004907u, - 0x000056dbu, 0x00050041u, 0x00000007u, 0x000056ddu, 0x000049a3u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x000056deu, 0x000056ddu, 0x00050080u, 0x00000006u, 0x000056e0u, 0x000056dcu, 0x000056deu, 0x000500c7u, - 0x00000006u, 0x000056e2u, 0x000056e0u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000056e5u, 0x000056d9u, - 0x000500c7u, 0x00000006u, 0x000056e6u, 0x000056e5u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000056e7u, - 0x000056e6u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000056e9u, 0x000056e2u, 0x000056e7u, 0x000500c6u, - 0x00000006u, 0x000056ebu, 0x000056e9u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000056eeu, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x000056ebu, 0x0004003du, 0x0000000fu, 0x000056efu, 0x000056eeu, - 0x00040071u, 0x00000006u, 0x000056f0u, 0x000056efu, 0x00040071u, 0x00000011u, 0x000056f2u, 0x000056f0u, - 0x0004007cu, 0x00000012u, 0x000056f3u, 0x000056f2u, 0x00070050u, 0x00000013u, 0x000056f4u, 0x000056f3u, - 0x000056f3u, 0x000056f3u, 0x000056f3u, 0x000200f9u, 0x00004bd5u, 0x000200f8u, 0x00004bd5u, 0x000700f5u, - 0x00000013u, 0x000080aeu, 0x00007ff4u, 0x00004bcbu, 0x000056f4u, 0x00004bcdu, 0x000200f9u, 0x00004c18u, - 0x000200f8u, 0x00004b94u, 0x0004007cu, 0x000000b0u, 0x00004b96u, 0x00007cadu, 0x0003003eu, 0x0000498eu, - 0x00004b96u, 0x00050041u, 0x00000007u, 0x0000559bu, 0x0000498eu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x0000559cu, 0x0000559bu, 0x00050084u, 0x00000006u, 0x0000559du, 0x00004909u, 0x0000559cu, 0x00050080u, - 0x00000006u, 0x0000559eu, 0x00004907u, 0x0000559du, 0x00050041u, 0x00000007u, 0x0000559fu, 0x0000498eu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000055a0u, 0x0000559fu, 0x000500c2u, 0x00000006u, 0x000055a1u, - 0x000055a0u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000055a3u, 0x0000559eu, 0x000055a1u, 0x000500c7u, - 0x00000006u, 0x000055a5u, 0x000055a3u, 0x00000e72u, 0x0004003du, 0x00000006u, 0x000055a7u, 0x0000559fu, - 0x000400c8u, 0x00000006u, 0x000055a8u, 0x000055a7u, 0x000500c7u, 0x00000006u, 0x000055a9u, 0x000055a8u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000055aau, 0x000055a9u, 0x00000706u, 0x0004003du, 0x00000006u, - 0x000055adu, 0x0000559bu, 0x000500c7u, 0x00000006u, 0x000055aeu, 0x000055adu, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000055afu, 0x000055aeu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000055b1u, 0x000055a5u, - 0x000055afu, 0x000500c6u, 0x00000006u, 0x000055b3u, 0x000055b1u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x000055b6u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000055b3u, 0x0004003du, 0x0000000fu, - 0x000055b7u, 0x000055b6u, 0x00040071u, 0x00000006u, 0x000055b8u, 0x000055b7u, 0x000500c2u, 0x00000006u, - 0x000055bbu, 0x000055b8u, 0x000055aau, 0x000500c7u, 0x00000006u, 0x000055bcu, 0x000055bbu, 0x00000e95u, - 0x000500c4u, 0x00000006u, 0x000055beu, 0x000055bcu, 0x00000235u, 0x000500c5u, 0x00000006u, 0x000055c0u, - 0x000055bcu, 0x000055beu, 0x00040071u, 0x00000011u, 0x000055c2u, 0x000055c0u, 0x0004007cu, 0x00000012u, - 0x000055c3u, 0x000055c2u, 0x00070050u, 0x00000013u, 0x000055c4u, 0x000055c3u, 0x000055c3u, 0x000055c3u, - 0x000055c3u, 0x000300f7u, 0x00004baau, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004b9bu, 0x00004baau, - 0x000200f8u, 0x00004b9bu, 0x00050050u, 0x000000efu, 0x00004b9eu, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, - 0x000000b0u, 0x00004b9fu, 0x00004b9eu, 0x0003003eu, 0x00004991u, 0x00004b9fu, 0x00050041u, 0x00000007u, - 0x000055cfu, 0x00004991u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000055d0u, 0x000055cfu, 0x00050084u, - 0x00000006u, 0x000055d1u, 0x00004909u, 0x000055d0u, 0x00050080u, 0x00000006u, 0x000055d2u, 0x00004907u, - 0x000055d1u, 0x00050041u, 0x00000007u, 0x000055d3u, 0x00004991u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x000055d4u, 0x000055d3u, 0x000500c2u, 0x00000006u, 0x000055d5u, 0x000055d4u, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x000055d7u, 0x000055d2u, 0x000055d5u, 0x000500c7u, 0x00000006u, 0x000055d9u, 0x000055d7u, - 0x00000e72u, 0x0004003du, 0x00000006u, 0x000055dbu, 0x000055d3u, 0x000400c8u, 0x00000006u, 0x000055dcu, - 0x000055dbu, 0x000500c7u, 0x00000006u, 0x000055ddu, 0x000055dcu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x000055deu, 0x000055ddu, 0x00000706u, 0x0004003du, 0x00000006u, 0x000055e1u, 0x000055cfu, 0x000500c7u, - 0x00000006u, 0x000055e2u, 0x000055e1u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000055e3u, 0x000055e2u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000055e5u, 0x000055d9u, 0x000055e3u, 0x000500c6u, 0x00000006u, - 0x000055e7u, 0x000055e5u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000055eau, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x000055e7u, 0x0004003du, 0x0000000fu, 0x000055ebu, 0x000055eau, 0x00040071u, - 0x00000006u, 0x000055ecu, 0x000055ebu, 0x000500c2u, 0x00000006u, 0x000055efu, 0x000055ecu, 0x000055deu, - 0x000500c7u, 0x00000006u, 0x000055f0u, 0x000055efu, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x000055f2u, - 0x000055f0u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x000055f4u, 0x000055f0u, 0x000055f2u, 0x00040071u, - 0x00000011u, 0x000055f6u, 0x000055f4u, 0x0004007cu, 0x00000012u, 0x000055f7u, 0x000055f6u, 0x00070050u, - 0x00000013u, 0x000055f8u, 0x000055f7u, 0x000055f7u, 0x000055f7u, 0x000055f7u, 0x00050050u, 0x000000efu, - 0x00004ba5u, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004ba6u, 0x00004ba5u, 0x0003003eu, - 0x00004994u, 0x00004ba6u, 0x00050041u, 0x00000007u, 0x00005603u, 0x00004994u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00005604u, 0x00005603u, 0x00050084u, 0x00000006u, 0x00005605u, 0x00004909u, 0x00005604u, - 0x00050080u, 0x00000006u, 0x00005606u, 0x00004907u, 0x00005605u, 0x00050041u, 0x00000007u, 0x00005607u, - 0x00004994u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005608u, 0x00005607u, 0x000500c2u, 0x00000006u, - 0x00005609u, 0x00005608u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x0000560bu, 0x00005606u, 0x00005609u, - 0x000500c7u, 0x00000006u, 0x0000560du, 0x0000560bu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x0000560fu, - 0x00005607u, 0x000400c8u, 0x00000006u, 0x00005610u, 0x0000560fu, 0x000500c7u, 0x00000006u, 0x00005611u, - 0x00005610u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005612u, 0x00005611u, 0x00000706u, 0x0004003du, - 0x00000006u, 0x00005615u, 0x00005603u, 0x000500c7u, 0x00000006u, 0x00005616u, 0x00005615u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00005617u, 0x00005616u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005619u, - 0x0000560du, 0x00005617u, 0x000500c6u, 0x00000006u, 0x0000561bu, 0x00005619u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x0000561eu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000561bu, 0x0004003du, - 0x0000000fu, 0x0000561fu, 0x0000561eu, 0x00040071u, 0x00000006u, 0x00005620u, 0x0000561fu, 0x000500c2u, - 0x00000006u, 0x00005623u, 0x00005620u, 0x00005612u, 0x000500c7u, 0x00000006u, 0x00005624u, 0x00005623u, - 0x00000e95u, 0x000500c4u, 0x00000006u, 0x00005626u, 0x00005624u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00005628u, 0x00005624u, 0x00005626u, 0x00040071u, 0x00000011u, 0x0000562au, 0x00005628u, 0x0004007cu, - 0x00000012u, 0x0000562bu, 0x0000562au, 0x00070050u, 0x00000013u, 0x0000562cu, 0x0000562bu, 0x0000562bu, - 0x0000562bu, 0x0000562bu, 0x000200f9u, 0x00004baau, 0x000200f8u, 0x00004baau, 0x000700f5u, 0x00000013u, - 0x00007fb8u, 0x00007f02u, 0x00004b94u, 0x0000562cu, 0x00004b9bu, 0x000700f5u, 0x00000013u, 0x00007ec4u, - 0x00007e0bu, 0x00004b94u, 0x000055f8u, 0x00004b9bu, 0x000300f7u, 0x00004bb4u, 0x00000000u, 0x000400fau, - 0x00004accu, 0x00004bacu, 0x00004bb4u, 0x000200f8u, 0x00004bacu, 0x00050050u, 0x000000efu, 0x00004bafu, - 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004bb0u, 0x00004bafu, 0x0003003eu, 0x00004997u, - 0x00004bb0u, 0x00050041u, 0x00000007u, 0x00005637u, 0x00004997u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005638u, 0x00005637u, 0x00050084u, 0x00000006u, 0x00005639u, 0x00004909u, 0x00005638u, 0x00050080u, - 0x00000006u, 0x0000563au, 0x00004907u, 0x00005639u, 0x00050041u, 0x00000007u, 0x0000563bu, 0x00004997u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000563cu, 0x0000563bu, 0x000500c2u, 0x00000006u, 0x0000563du, - 0x0000563cu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x0000563fu, 0x0000563au, 0x0000563du, 0x000500c7u, - 0x00000006u, 0x00005641u, 0x0000563fu, 0x00000e72u, 0x0004003du, 0x00000006u, 0x00005643u, 0x0000563bu, - 0x000400c8u, 0x00000006u, 0x00005644u, 0x00005643u, 0x000500c7u, 0x00000006u, 0x00005645u, 0x00005644u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005646u, 0x00005645u, 0x00000706u, 0x0004003du, 0x00000006u, - 0x00005649u, 0x00005637u, 0x000500c7u, 0x00000006u, 0x0000564au, 0x00005649u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x0000564bu, 0x0000564au, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000564du, 0x00005641u, - 0x0000564bu, 0x000500c6u, 0x00000006u, 0x0000564fu, 0x0000564du, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00005652u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000564fu, 0x0004003du, 0x0000000fu, - 0x00005653u, 0x00005652u, 0x00040071u, 0x00000006u, 0x00005654u, 0x00005653u, 0x000500c2u, 0x00000006u, - 0x00005657u, 0x00005654u, 0x00005646u, 0x000500c7u, 0x00000006u, 0x00005658u, 0x00005657u, 0x00000e95u, - 0x000500c4u, 0x00000006u, 0x0000565au, 0x00005658u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x0000565cu, - 0x00005658u, 0x0000565au, 0x00040071u, 0x00000011u, 0x0000565eu, 0x0000565cu, 0x0004007cu, 0x00000012u, - 0x0000565fu, 0x0000565eu, 0x00070050u, 0x00000013u, 0x00005660u, 0x0000565fu, 0x0000565fu, 0x0000565fu, - 0x0000565fu, 0x000200f9u, 0x00004bb4u, 0x000200f8u, 0x00004bb4u, 0x000700f5u, 0x00000013u, 0x000080acu, - 0x00007ff4u, 0x00004baau, 0x00005660u, 0x00004bacu, 0x000200f9u, 0x00004c18u, 0x000200f8u, 0x00004c18u, - 0x000d00f5u, 0x00000013u, 0x000080abu, 0x00007ff4u, 0x00004b8fu, 0x000080acu, 0x00004bb4u, 0x000080aeu, - 0x00004bd5u, 0x000080b0u, 0x00004bf6u, 0x000080b2u, 0x00004c17u, 0x000d00f5u, 0x00000013u, 0x00007fb6u, - 0x00007f02u, 0x00004b8fu, 0x00007fb8u, 0x00004bb4u, 0x00007fbau, 0x00004bd5u, 0x00007fbcu, 0x00004bf6u, - 0x00007fbeu, 0x00004c17u, 0x000d00f5u, 0x00000013u, 0x00007ec2u, 0x00007e0bu, 0x00004b8fu, 0x00007ec4u, - 0x00004bb4u, 0x00007ec6u, 0x00004bd5u, 0x00007ec8u, 0x00004bf6u, 0x00007ecau, 0x00004c17u, 0x000d00f5u, - 0x00000013u, 0x00007d94u, 0x00007cdeu, 0x00004b8fu, 0x000055c4u, 0x00004bb4u, 0x00005685u, 0x00004bd5u, - 0x00005737u, 0x00004bf6u, 0x0000583bu, 0x00004c17u, 0x000200f9u, 0x00004dafu, 0x000200f8u, 0x00004dafu, - 0x000f00f5u, 0x00000013u, 0x000080aau, 0x00007ff4u, 0x00004b8au, 0x000080abu, 0x00004c18u, 0x000080b4u, - 0x00004c46u, 0x000080b5u, 0x00004cbbu, 0x000080bcu, 0x00004d45u, 0x000080c5u, 0x00004daeu, 0x000f00f5u, - 0x00000013u, 0x00007fb5u, 0x00007f02u, 0x00004b8au, 0x00007fb6u, 0x00004c18u, 0x00007fbfu, 0x00004c46u, - 0x00007fc0u, 0x00004cbbu, 0x00007fc7u, 0x00004d45u, 0x00007fd0u, 0x00004daeu, 0x000f00f5u, 0x00000013u, - 0x00007ec1u, 0x00007e0bu, 0x00004b8au, 0x00007ec2u, 0x00004c18u, 0x00007ecbu, 0x00004c46u, 0x00007eccu, - 0x00004cbbu, 0x00007ed3u, 0x00004d45u, 0x00007edcu, 0x00004daeu, 0x000f00f5u, 0x00000013u, 0x00007d93u, - 0x00007cdeu, 0x00004b8au, 0x00007d94u, 0x00004c18u, 0x0000593eu, 0x00004c46u, 0x00007d9eu, 0x00004cbbu, - 0x00007da5u, 0x00004d45u, 0x00007daeu, 0x00004daeu, 0x000200f9u, 0x00004db0u, 0x000200f8u, 0x00004ae9u, - 0x000300f7u, 0x00004b89u, 0x00000000u, 0x000b00fbu, 0x00004ad3u, 0x00004b89u, 0x00000000u, 0x00004aeeu, - 0x00000002u, 0x00004aeeu, 0x00000003u, 0x00004aeeu, 0x00000004u, 0x00004aeeu, 0x000200f8u, 0x00004aeeu, - 0x000600a9u, 0x00000008u, 0x00004af2u, 0x00004ad6u, 0x0000022fu, 0x0000022cu, 0x0004007cu, 0x00000006u, - 0x00004af3u, 0x00004af2u, 0x00040071u, 0x00000006u, 0x00004af6u, 0x0000490du, 0x0004007cu, 0x00000008u, - 0x00004af7u, 0x00004af6u, 0x000300f7u, 0x00004b88u, 0x00000000u, 0x000700fbu, 0x00004af7u, 0x00004af8u, - 0x00000000u, 0x00004b24u, 0x00000001u, 0x00004b5cu, 0x000200f8u, 0x00004b5cu, 0x0004007cu, 0x000000b0u, - 0x00004b5eu, 0x00007cadu, 0x000600a9u, 0x00000008u, 0x00004b60u, 0x00004ad6u, 0x00000232u, 0x00000222u, - 0x0004007cu, 0x00000006u, 0x00004b61u, 0x00004b60u, 0x0003003eu, 0x0000495eu, 0x00004b5eu, 0x00050041u, - 0x00000007u, 0x000053eau, 0x0000495eu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000053ebu, 0x000053eau, - 0x00050084u, 0x00000006u, 0x000053ecu, 0x00004909u, 0x000053ebu, 0x00050080u, 0x00000006u, 0x000053edu, - 0x00004907u, 0x000053ecu, 0x00050041u, 0x00000007u, 0x000053eeu, 0x0000495eu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x000053efu, 0x000053eeu, 0x00050080u, 0x00000006u, 0x000053f1u, 0x000053edu, 0x000053efu, - 0x000500c7u, 0x00000006u, 0x000053f3u, 0x000053f1u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x000053f6u, - 0x000053eau, 0x000500c7u, 0x00000006u, 0x000053f7u, 0x000053f6u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000053f8u, 0x000053f7u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000053fau, 0x000053f3u, 0x000053f8u, - 0x000500c6u, 0x00000006u, 0x000053fcu, 0x000053fau, 0x00000466u, 0x00080041u, 0x00000673u, 0x000053ffu, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000053fcu, 0x0004003du, 0x0000000fu, 0x00005400u, - 0x000053ffu, 0x00040071u, 0x00000006u, 0x00005401u, 0x00005400u, 0x000500c4u, 0x00000006u, 0x00005403u, - 0x00005401u, 0x0000022fu, 0x00050080u, 0x00000006u, 0x00005405u, 0x00005403u, 0x00004b61u, 0x000500c6u, - 0x00000006u, 0x00005408u, 0x00005405u, 0x00004af3u, 0x000500c5u, 0x00000006u, 0x0000540bu, 0x00000f5bu, - 0x00005408u, 0x00080041u, 0x00000694u, 0x0000540cu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x0000540bu, 0x0004003du, 0x00000011u, 0x0000540du, 0x0000540cu, 0x00040071u, 0x00000006u, 0x0000540eu, - 0x0000540du, 0x000300f7u, 0x00005416u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x00005410u, 0x00005413u, - 0x000200f8u, 0x00005413u, 0x00060050u, 0x0000030eu, 0x00005432u, 0x0000540eu, 0x0000540eu, 0x0000540eu, - 0x000500c2u, 0x0000030eu, 0x00005433u, 0x00005432u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00005435u, - 0x00005433u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00005438u, 0x00005435u, 0x0000b411u, 0x000500c2u, - 0x0000030eu, 0x0000543bu, 0x00005435u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x0000543cu, 0x00005438u, - 0x0000543bu, 0x000500c7u, 0x00000006u, 0x0000543eu, 0x0000540eu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x0000543fu, 0x0000543eu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005441u, 0x0000543cu, 0x0004007cu, - 0x000004b8u, 0x00005442u, 0x00005441u, 0x00040071u, 0x00000011u, 0x00005444u, 0x0000543fu, 0x0004007cu, - 0x00000012u, 0x00005445u, 0x00005444u, 0x00050051u, 0x00000012u, 0x00005446u, 0x00005442u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00005447u, 0x00005442u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00005448u, - 0x00005442u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00005449u, 0x00005446u, 0x00005447u, 0x00005448u, - 0x00005445u, 0x000200f9u, 0x00005416u, 0x000200f8u, 0x00005410u, 0x000500c2u, 0x00000006u, 0x0000541du, - 0x0000540eu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000541fu, 0x0000540eu, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00005421u, 0x0000541du, 0x0004007cu, 0x00000012u, 0x00005422u, 0x00005421u, 0x00040071u, - 0x00000011u, 0x0000542au, 0x0000541fu, 0x0004007cu, 0x00000012u, 0x0000542bu, 0x0000542au, 0x00070050u, - 0x00000013u, 0x0000542cu, 0x00005422u, 0x00005422u, 0x00005422u, 0x0000542bu, 0x000200f9u, 0x00005416u, - 0x000200f8u, 0x00005416u, 0x000700f5u, 0x00000013u, 0x00007cb1u, 0x0000542cu, 0x00005410u, 0x00005449u, - 0x00005413u, 0x000300f7u, 0x00004b7bu, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004b68u, 0x00004b7bu, - 0x000200f8u, 0x00004b68u, 0x00050050u, 0x000000efu, 0x00004b6bu, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, - 0x000000b0u, 0x00004b6cu, 0x00004b6bu, 0x0003003eu, 0x00004964u, 0x00004b6cu, 0x00050041u, 0x00000007u, - 0x00005457u, 0x00004964u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005458u, 0x00005457u, 0x00050084u, - 0x00000006u, 0x00005459u, 0x00004909u, 0x00005458u, 0x00050080u, 0x00000006u, 0x0000545au, 0x00004907u, - 0x00005459u, 0x00050041u, 0x00000007u, 0x0000545bu, 0x00004964u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000545cu, 0x0000545bu, 0x00050080u, 0x00000006u, 0x0000545eu, 0x0000545au, 0x0000545cu, 0x000500c7u, - 0x00000006u, 0x00005460u, 0x0000545eu, 0x00000f2au, 0x0004003du, 0x00000006u, 0x00005463u, 0x00005457u, - 0x000500c7u, 0x00000006u, 0x00005464u, 0x00005463u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005465u, - 0x00005464u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005467u, 0x00005460u, 0x00005465u, 0x000500c6u, - 0x00000006u, 0x00005469u, 0x00005467u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000546cu, 0x00000e8cu, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005469u, 0x0004003du, 0x0000000fu, 0x0000546du, 0x0000546cu, - 0x00040071u, 0x00000006u, 0x0000546eu, 0x0000546du, 0x000500c4u, 0x00000006u, 0x00005470u, 0x0000546eu, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x00005472u, 0x00005470u, 0x0000045eu, 0x000500c6u, 0x00000006u, - 0x00005475u, 0x00005472u, 0x00004af3u, 0x000500c5u, 0x00000006u, 0x00005478u, 0x00000f5bu, 0x00005475u, - 0x00080041u, 0x00000694u, 0x00005479u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005478u, - 0x0004003du, 0x00000011u, 0x0000547au, 0x00005479u, 0x00040071u, 0x00000006u, 0x0000547bu, 0x0000547au, - 0x000300f7u, 0x00005483u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x0000547du, 0x00005480u, 0x000200f8u, - 0x00005480u, 0x00060050u, 0x0000030eu, 0x0000549fu, 0x0000547bu, 0x0000547bu, 0x0000547bu, 0x000500c2u, - 0x0000030eu, 0x000054a0u, 0x0000549fu, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x000054a2u, 0x000054a0u, - 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x000054a5u, 0x000054a2u, 0x0000b411u, 0x000500c2u, 0x0000030eu, - 0x000054a8u, 0x000054a2u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x000054a9u, 0x000054a5u, 0x000054a8u, - 0x000500c7u, 0x00000006u, 0x000054abu, 0x0000547bu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000054acu, - 0x000054abu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000054aeu, 0x000054a9u, 0x0004007cu, 0x000004b8u, - 0x000054afu, 0x000054aeu, 0x00040071u, 0x00000011u, 0x000054b1u, 0x000054acu, 0x0004007cu, 0x00000012u, - 0x000054b2u, 0x000054b1u, 0x00050051u, 0x00000012u, 0x000054b3u, 0x000054afu, 0x00000000u, 0x00050051u, - 0x00000012u, 0x000054b4u, 0x000054afu, 0x00000001u, 0x00050051u, 0x00000012u, 0x000054b5u, 0x000054afu, - 0x00000002u, 0x00070050u, 0x00000013u, 0x000054b6u, 0x000054b3u, 0x000054b4u, 0x000054b5u, 0x000054b2u, - 0x000200f9u, 0x00005483u, 0x000200f8u, 0x0000547du, 0x000500c2u, 0x00000006u, 0x0000548au, 0x0000547bu, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000548cu, 0x0000547bu, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x0000548eu, 0x0000548au, 0x0004007cu, 0x00000012u, 0x0000548fu, 0x0000548eu, 0x00040071u, 0x00000011u, - 0x00005497u, 0x0000548cu, 0x0004007cu, 0x00000012u, 0x00005498u, 0x00005497u, 0x00070050u, 0x00000013u, - 0x00005499u, 0x0000548fu, 0x0000548fu, 0x0000548fu, 0x00005498u, 0x000200f9u, 0x00005483u, 0x000200f8u, - 0x00005483u, 0x000700f5u, 0x00000013u, 0x00007cb4u, 0x00005499u, 0x0000547du, 0x000054b6u, 0x00005480u, - 0x00050050u, 0x000000efu, 0x00004b74u, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004b75u, - 0x00004b74u, 0x0003003eu, 0x0000496au, 0x00004b75u, 0x00050041u, 0x00000007u, 0x000054c4u, 0x0000496au, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x000054c5u, 0x000054c4u, 0x00050084u, 0x00000006u, 0x000054c6u, - 0x00004909u, 0x000054c5u, 0x00050080u, 0x00000006u, 0x000054c7u, 0x00004907u, 0x000054c6u, 0x00050041u, - 0x00000007u, 0x000054c8u, 0x0000496au, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000054c9u, 0x000054c8u, - 0x00050080u, 0x00000006u, 0x000054cbu, 0x000054c7u, 0x000054c9u, 0x000500c7u, 0x00000006u, 0x000054cdu, - 0x000054cbu, 0x00000f2au, 0x0004003du, 0x00000006u, 0x000054d0u, 0x000054c4u, 0x000500c7u, 0x00000006u, - 0x000054d1u, 0x000054d0u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000054d2u, 0x000054d1u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x000054d4u, 0x000054cdu, 0x000054d2u, 0x000500c6u, 0x00000006u, 0x000054d6u, - 0x000054d4u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000054d9u, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x000054d6u, 0x0004003du, 0x0000000fu, 0x000054dau, 0x000054d9u, 0x00040071u, 0x00000006u, - 0x000054dbu, 0x000054dau, 0x000500c4u, 0x00000006u, 0x000054ddu, 0x000054dbu, 0x0000022fu, 0x00050080u, - 0x00000006u, 0x000054dfu, 0x000054ddu, 0x00000388u, 0x000500c6u, 0x00000006u, 0x000054e2u, 0x000054dfu, - 0x00004af3u, 0x000500c5u, 0x00000006u, 0x000054e5u, 0x00000f5bu, 0x000054e2u, 0x00080041u, 0x00000694u, - 0x000054e6u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000054e5u, 0x0004003du, 0x00000011u, - 0x000054e7u, 0x000054e6u, 0x00040071u, 0x00000006u, 0x000054e8u, 0x000054e7u, 0x000300f7u, 0x000054f0u, - 0x00000000u, 0x000400fau, 0x000022e6u, 0x000054eau, 0x000054edu, 0x000200f8u, 0x000054edu, 0x00060050u, - 0x0000030eu, 0x0000550cu, 0x000054e8u, 0x000054e8u, 0x000054e8u, 0x000500c2u, 0x0000030eu, 0x0000550du, - 0x0000550cu, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x0000550fu, 0x0000550du, 0x0000b410u, 0x000500c4u, - 0x0000030eu, 0x00005512u, 0x0000550fu, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x00005515u, 0x0000550fu, - 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00005516u, 0x00005512u, 0x00005515u, 0x000500c7u, 0x00000006u, - 0x00005518u, 0x000054e8u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005519u, 0x00005518u, 0x000006c5u, - 0x00040071u, 0x000004bcu, 0x0000551bu, 0x00005516u, 0x0004007cu, 0x000004b8u, 0x0000551cu, 0x0000551bu, - 0x00040071u, 0x00000011u, 0x0000551eu, 0x00005519u, 0x0004007cu, 0x00000012u, 0x0000551fu, 0x0000551eu, - 0x00050051u, 0x00000012u, 0x00005520u, 0x0000551cu, 0x00000000u, 0x00050051u, 0x00000012u, 0x00005521u, - 0x0000551cu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00005522u, 0x0000551cu, 0x00000002u, 0x00070050u, - 0x00000013u, 0x00005523u, 0x00005520u, 0x00005521u, 0x00005522u, 0x0000551fu, 0x000200f9u, 0x000054f0u, - 0x000200f8u, 0x000054eau, 0x000500c2u, 0x00000006u, 0x000054f7u, 0x000054e8u, 0x0000025fu, 0x000500c7u, - 0x00000006u, 0x000054f9u, 0x000054e8u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000054fbu, 0x000054f7u, - 0x0004007cu, 0x00000012u, 0x000054fcu, 0x000054fbu, 0x00040071u, 0x00000011u, 0x00005504u, 0x000054f9u, - 0x0004007cu, 0x00000012u, 0x00005505u, 0x00005504u, 0x00070050u, 0x00000013u, 0x00005506u, 0x000054fcu, - 0x000054fcu, 0x000054fcu, 0x00005505u, 0x000200f9u, 0x000054f0u, 0x000200f8u, 0x000054f0u, 0x000700f5u, - 0x00000013u, 0x00007cb5u, 0x00005506u, 0x000054eau, 0x00005523u, 0x000054edu, 0x000200f9u, 0x00004b7bu, - 0x000200f8u, 0x00004b7bu, 0x000700f5u, 0x00000013u, 0x00007fb2u, 0x00007f02u, 0x00005416u, 0x00007cb5u, - 0x000054f0u, 0x000700f5u, 0x00000013u, 0x00007ebdu, 0x00007e0bu, 0x00005416u, 0x00007cb4u, 0x000054f0u, - 0x000300f7u, 0x00004b87u, 0x00000000u, 0x000400fau, 0x00004accu, 0x00004b7du, 0x00004b87u, 0x000200f8u, - 0x00004b7du, 0x00050050u, 0x000000efu, 0x00004b80u, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, - 0x00004b81u, 0x00004b80u, 0x0003003eu, 0x00004970u, 0x00004b81u, 0x00050041u, 0x00000007u, 0x00005531u, - 0x00004970u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005532u, 0x00005531u, 0x00050084u, 0x00000006u, - 0x00005533u, 0x00004909u, 0x00005532u, 0x00050080u, 0x00000006u, 0x00005534u, 0x00004907u, 0x00005533u, - 0x00050041u, 0x00000007u, 0x00005535u, 0x00004970u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005536u, - 0x00005535u, 0x00050080u, 0x00000006u, 0x00005538u, 0x00005534u, 0x00005536u, 0x000500c7u, 0x00000006u, - 0x0000553au, 0x00005538u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x0000553du, 0x00005531u, 0x000500c7u, - 0x00000006u, 0x0000553eu, 0x0000553du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000553fu, 0x0000553eu, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005541u, 0x0000553au, 0x0000553fu, 0x000500c6u, 0x00000006u, - 0x00005543u, 0x00005541u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005546u, 0x00000e8cu, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x00005543u, 0x0004003du, 0x0000000fu, 0x00005547u, 0x00005546u, 0x00040071u, - 0x00000006u, 0x00005548u, 0x00005547u, 0x000500c4u, 0x00000006u, 0x0000554au, 0x00005548u, 0x0000022fu, - 0x00050080u, 0x00000006u, 0x0000554cu, 0x0000554au, 0x00000466u, 0x000500c6u, 0x00000006u, 0x0000554fu, - 0x0000554cu, 0x00004af3u, 0x000500c5u, 0x00000006u, 0x00005552u, 0x00000f5bu, 0x0000554fu, 0x00080041u, - 0x00000694u, 0x00005553u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005552u, 0x0004003du, - 0x00000011u, 0x00005554u, 0x00005553u, 0x00040071u, 0x00000006u, 0x00005555u, 0x00005554u, 0x000300f7u, - 0x0000555du, 0x00000000u, 0x000400fau, 0x000022e6u, 0x00005557u, 0x0000555au, 0x000200f8u, 0x0000555au, - 0x00060050u, 0x0000030eu, 0x00005579u, 0x00005555u, 0x00005555u, 0x00005555u, 0x000500c2u, 0x0000030eu, - 0x0000557au, 0x00005579u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x0000557cu, 0x0000557au, 0x0000b410u, - 0x000500c4u, 0x0000030eu, 0x0000557fu, 0x0000557cu, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x00005582u, - 0x0000557cu, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00005583u, 0x0000557fu, 0x00005582u, 0x000500c7u, - 0x00000006u, 0x00005585u, 0x00005555u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005586u, 0x00005585u, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005588u, 0x00005583u, 0x0004007cu, 0x000004b8u, 0x00005589u, - 0x00005588u, 0x00040071u, 0x00000011u, 0x0000558bu, 0x00005586u, 0x0004007cu, 0x00000012u, 0x0000558cu, - 0x0000558bu, 0x00050051u, 0x00000012u, 0x0000558du, 0x00005589u, 0x00000000u, 0x00050051u, 0x00000012u, - 0x0000558eu, 0x00005589u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000558fu, 0x00005589u, 0x00000002u, - 0x00070050u, 0x00000013u, 0x00005590u, 0x0000558du, 0x0000558eu, 0x0000558fu, 0x0000558cu, 0x000200f9u, - 0x0000555du, 0x000200f8u, 0x00005557u, 0x000500c2u, 0x00000006u, 0x00005564u, 0x00005555u, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x00005566u, 0x00005555u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005568u, - 0x00005564u, 0x0004007cu, 0x00000012u, 0x00005569u, 0x00005568u, 0x00040071u, 0x00000011u, 0x00005571u, - 0x00005566u, 0x0004007cu, 0x00000012u, 0x00005572u, 0x00005571u, 0x00070050u, 0x00000013u, 0x00005573u, - 0x00005569u, 0x00005569u, 0x00005569u, 0x00005572u, 0x000200f9u, 0x0000555du, 0x000200f8u, 0x0000555du, - 0x000700f5u, 0x00000013u, 0x00007cb6u, 0x00005573u, 0x00005557u, 0x00005590u, 0x0000555au, 0x000200f9u, - 0x00004b87u, 0x000200f8u, 0x00004b87u, 0x000700f5u, 0x00000013u, 0x000080a5u, 0x00007ff4u, 0x00004b7bu, - 0x00007cb6u, 0x0000555du, 0x000200f9u, 0x00004b88u, 0x000200f8u, 0x00004b24u, 0x0004007cu, 0x000000b0u, - 0x00004b26u, 0x00007cadu, 0x00040071u, 0x00000006u, 0x00004b29u, 0x0000490fu, 0x000600a9u, 0x00000008u, - 0x00004b2bu, 0x00004ad6u, 0x00000232u, 0x00000222u, 0x0004007cu, 0x00000006u, 0x00004b2cu, 0x00004b2bu, - 0x0003003eu, 0x0000493fu, 0x00004b26u, 0x00050041u, 0x00000007u, 0x000051fbu, 0x0000493fu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x000051fcu, 0x000051fbu, 0x00050084u, 0x00000006u, 0x000051fdu, 0x00004909u, - 0x000051fcu, 0x00050080u, 0x00000006u, 0x000051feu, 0x00004907u, 0x000051fdu, 0x00050041u, 0x00000007u, - 0x000051ffu, 0x0000493fu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005200u, 0x000051ffu, 0x000500c2u, - 0x00000006u, 0x00005201u, 0x00005200u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005203u, 0x000051feu, - 0x00005201u, 0x000500c7u, 0x00000006u, 0x00005205u, 0x00005203u, 0x00000f2au, 0x0004003du, 0x00000006u, - 0x00005207u, 0x000051ffu, 0x000400c8u, 0x00000006u, 0x00005208u, 0x00005207u, 0x000500c7u, 0x00000006u, - 0x00005209u, 0x00005208u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000520au, 0x00005209u, 0x00000706u, - 0x0004003du, 0x00000006u, 0x0000520du, 0x000051fbu, 0x000500c7u, 0x00000006u, 0x0000520eu, 0x0000520du, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000520fu, 0x0000520eu, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00005211u, 0x00005205u, 0x0000520fu, 0x000500c6u, 0x00000006u, 0x00005213u, 0x00005211u, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00005216u, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005213u, - 0x0004003du, 0x0000000fu, 0x00005217u, 0x00005216u, 0x00040071u, 0x00000006u, 0x00005218u, 0x00005217u, - 0x000500c2u, 0x00000006u, 0x0000521bu, 0x00005218u, 0x0000520au, 0x000500c7u, 0x00000006u, 0x0000521cu, - 0x0000521bu, 0x00000e95u, 0x000500c4u, 0x00000006u, 0x0000521eu, 0x00004b29u, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x00005220u, 0x0000521cu, 0x0000521eu, 0x000500c4u, 0x00000006u, 0x00005222u, 0x00005220u, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x00005224u, 0x00005222u, 0x00004b2cu, 0x000500c6u, 0x00000006u, - 0x00005227u, 0x00005224u, 0x00004af3u, 0x000500c5u, 0x00000006u, 0x0000522au, 0x00000f5bu, 0x00005227u, - 0x00080041u, 0x00000694u, 0x0000522bu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000522au, - 0x0004003du, 0x00000011u, 0x0000522cu, 0x0000522bu, 0x00040071u, 0x00000006u, 0x0000522du, 0x0000522cu, - 0x000300f7u, 0x00005235u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x0000522fu, 0x00005232u, 0x000200f8u, - 0x00005232u, 0x00060050u, 0x0000030eu, 0x00005251u, 0x0000522du, 0x0000522du, 0x0000522du, 0x000500c2u, - 0x0000030eu, 0x00005252u, 0x00005251u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00005254u, 0x00005252u, - 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x00005257u, 0x00005254u, 0x0000b411u, 0x000500c2u, 0x0000030eu, - 0x0000525au, 0x00005254u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x0000525bu, 0x00005257u, 0x0000525au, - 0x000500c7u, 0x00000006u, 0x0000525du, 0x0000522du, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000525eu, - 0x0000525du, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005260u, 0x0000525bu, 0x0004007cu, 0x000004b8u, - 0x00005261u, 0x00005260u, 0x00040071u, 0x00000011u, 0x00005263u, 0x0000525eu, 0x0004007cu, 0x00000012u, - 0x00005264u, 0x00005263u, 0x00050051u, 0x00000012u, 0x00005265u, 0x00005261u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00005266u, 0x00005261u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00005267u, 0x00005261u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x00005268u, 0x00005265u, 0x00005266u, 0x00005267u, 0x00005264u, - 0x000200f9u, 0x00005235u, 0x000200f8u, 0x0000522fu, 0x000500c2u, 0x00000006u, 0x0000523cu, 0x0000522du, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000523eu, 0x0000522du, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00005240u, 0x0000523cu, 0x0004007cu, 0x00000012u, 0x00005241u, 0x00005240u, 0x00040071u, 0x00000011u, - 0x00005249u, 0x0000523eu, 0x0004007cu, 0x00000012u, 0x0000524au, 0x00005249u, 0x00070050u, 0x00000013u, - 0x0000524bu, 0x00005241u, 0x00005241u, 0x00005241u, 0x0000524au, 0x000200f9u, 0x00005235u, 0x000200f8u, - 0x00005235u, 0x000700f5u, 0x00000013u, 0x00007cb7u, 0x0000524bu, 0x0000522fu, 0x00005268u, 0x00005232u, - 0x000300f7u, 0x00004b4cu, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004b33u, 0x00004b4cu, 0x000200f8u, - 0x00004b33u, 0x00050050u, 0x000000efu, 0x00004b36u, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, 0x000000b0u, - 0x00004b37u, 0x00004b36u, 0x0003003eu, 0x00004947u, 0x00004b37u, 0x00050041u, 0x00000007u, 0x00005277u, - 0x00004947u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005278u, 0x00005277u, 0x00050084u, 0x00000006u, - 0x00005279u, 0x00004909u, 0x00005278u, 0x00050080u, 0x00000006u, 0x0000527au, 0x00004907u, 0x00005279u, - 0x00050041u, 0x00000007u, 0x0000527bu, 0x00004947u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000527cu, - 0x0000527bu, 0x000500c2u, 0x00000006u, 0x0000527du, 0x0000527cu, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x0000527fu, 0x0000527au, 0x0000527du, 0x000500c7u, 0x00000006u, 0x00005281u, 0x0000527fu, 0x00000f2au, - 0x0004003du, 0x00000006u, 0x00005283u, 0x0000527bu, 0x000400c8u, 0x00000006u, 0x00005284u, 0x00005283u, - 0x000500c7u, 0x00000006u, 0x00005285u, 0x00005284u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005286u, - 0x00005285u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005289u, 0x00005277u, 0x000500c7u, 0x00000006u, - 0x0000528au, 0x00005289u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000528bu, 0x0000528au, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x0000528du, 0x00005281u, 0x0000528bu, 0x000500c6u, 0x00000006u, 0x0000528fu, - 0x0000528du, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005292u, 0x00000e8cu, 0x00000222u, 0x000022d2u, - 0x00000222u, 0x0000528fu, 0x0004003du, 0x0000000fu, 0x00005293u, 0x00005292u, 0x00040071u, 0x00000006u, - 0x00005294u, 0x00005293u, 0x000500c2u, 0x00000006u, 0x00005297u, 0x00005294u, 0x00005286u, 0x000500c7u, - 0x00000006u, 0x00005298u, 0x00005297u, 0x00000e95u, 0x000500c5u, 0x00000006u, 0x0000529cu, 0x00005298u, - 0x0000521eu, 0x000500c4u, 0x00000006u, 0x0000529eu, 0x0000529cu, 0x0000022fu, 0x00050080u, 0x00000006u, - 0x000052a0u, 0x0000529eu, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x000052a3u, 0x000052a0u, 0x00004af3u, - 0x000500c5u, 0x00000006u, 0x000052a6u, 0x00000f5bu, 0x000052a3u, 0x00080041u, 0x00000694u, 0x000052a7u, - 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000052a6u, 0x0004003du, 0x00000011u, 0x000052a8u, - 0x000052a7u, 0x00040071u, 0x00000006u, 0x000052a9u, 0x000052a8u, 0x000300f7u, 0x000052b1u, 0x00000000u, - 0x000400fau, 0x000022e6u, 0x000052abu, 0x000052aeu, 0x000200f8u, 0x000052aeu, 0x00060050u, 0x0000030eu, - 0x000052cdu, 0x000052a9u, 0x000052a9u, 0x000052a9u, 0x000500c2u, 0x0000030eu, 0x000052ceu, 0x000052cdu, - 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x000052d0u, 0x000052ceu, 0x0000b410u, 0x000500c4u, 0x0000030eu, - 0x000052d3u, 0x000052d0u, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x000052d6u, 0x000052d0u, 0x0000b412u, - 0x000500c5u, 0x0000030eu, 0x000052d7u, 0x000052d3u, 0x000052d6u, 0x000500c7u, 0x00000006u, 0x000052d9u, - 0x000052a9u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000052dau, 0x000052d9u, 0x000006c5u, 0x00040071u, - 0x000004bcu, 0x000052dcu, 0x000052d7u, 0x0004007cu, 0x000004b8u, 0x000052ddu, 0x000052dcu, 0x00040071u, - 0x00000011u, 0x000052dfu, 0x000052dau, 0x0004007cu, 0x00000012u, 0x000052e0u, 0x000052dfu, 0x00050051u, - 0x00000012u, 0x000052e1u, 0x000052ddu, 0x00000000u, 0x00050051u, 0x00000012u, 0x000052e2u, 0x000052ddu, - 0x00000001u, 0x00050051u, 0x00000012u, 0x000052e3u, 0x000052ddu, 0x00000002u, 0x00070050u, 0x00000013u, - 0x000052e4u, 0x000052e1u, 0x000052e2u, 0x000052e3u, 0x000052e0u, 0x000200f9u, 0x000052b1u, 0x000200f8u, - 0x000052abu, 0x000500c2u, 0x00000006u, 0x000052b8u, 0x000052a9u, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x000052bau, 0x000052a9u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000052bcu, 0x000052b8u, 0x0004007cu, - 0x00000012u, 0x000052bdu, 0x000052bcu, 0x00040071u, 0x00000011u, 0x000052c5u, 0x000052bau, 0x0004007cu, - 0x00000012u, 0x000052c6u, 0x000052c5u, 0x00070050u, 0x00000013u, 0x000052c7u, 0x000052bdu, 0x000052bdu, - 0x000052bdu, 0x000052c6u, 0x000200f9u, 0x000052b1u, 0x000200f8u, 0x000052b1u, 0x000700f5u, 0x00000013u, - 0x00007cb9u, 0x000052c7u, 0x000052abu, 0x000052e4u, 0x000052aeu, 0x00050050u, 0x000000efu, 0x00004b42u, - 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004b43u, 0x00004b42u, 0x0003003eu, 0x0000494fu, - 0x00004b43u, 0x00050041u, 0x00000007u, 0x000052f3u, 0x0000494fu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000052f4u, 0x000052f3u, 0x00050084u, 0x00000006u, 0x000052f5u, 0x00004909u, 0x000052f4u, 0x00050080u, - 0x00000006u, 0x000052f6u, 0x00004907u, 0x000052f5u, 0x00050041u, 0x00000007u, 0x000052f7u, 0x0000494fu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000052f8u, 0x000052f7u, 0x000500c2u, 0x00000006u, 0x000052f9u, - 0x000052f8u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000052fbu, 0x000052f6u, 0x000052f9u, 0x000500c7u, - 0x00000006u, 0x000052fdu, 0x000052fbu, 0x00000f2au, 0x0004003du, 0x00000006u, 0x000052ffu, 0x000052f7u, - 0x000400c8u, 0x00000006u, 0x00005300u, 0x000052ffu, 0x000500c7u, 0x00000006u, 0x00005301u, 0x00005300u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005302u, 0x00005301u, 0x00000706u, 0x0004003du, 0x00000006u, - 0x00005305u, 0x000052f3u, 0x000500c7u, 0x00000006u, 0x00005306u, 0x00005305u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005307u, 0x00005306u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005309u, 0x000052fdu, - 0x00005307u, 0x000500c6u, 0x00000006u, 0x0000530bu, 0x00005309u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x0000530eu, 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000530bu, 0x0004003du, 0x0000000fu, - 0x0000530fu, 0x0000530eu, 0x00040071u, 0x00000006u, 0x00005310u, 0x0000530fu, 0x000500c2u, 0x00000006u, - 0x00005313u, 0x00005310u, 0x00005302u, 0x000500c7u, 0x00000006u, 0x00005314u, 0x00005313u, 0x00000e95u, - 0x000500c5u, 0x00000006u, 0x00005318u, 0x00005314u, 0x0000521eu, 0x000500c4u, 0x00000006u, 0x0000531au, - 0x00005318u, 0x0000022fu, 0x00050080u, 0x00000006u, 0x0000531cu, 0x0000531au, 0x00000388u, 0x000500c6u, - 0x00000006u, 0x0000531fu, 0x0000531cu, 0x00004af3u, 0x000500c5u, 0x00000006u, 0x00005322u, 0x00000f5bu, - 0x0000531fu, 0x00080041u, 0x00000694u, 0x00005323u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x00005322u, 0x0004003du, 0x00000011u, 0x00005324u, 0x00005323u, 0x00040071u, 0x00000006u, 0x00005325u, - 0x00005324u, 0x000300f7u, 0x0000532du, 0x00000000u, 0x000400fau, 0x000022e6u, 0x00005327u, 0x0000532au, - 0x000200f8u, 0x0000532au, 0x00060050u, 0x0000030eu, 0x00005349u, 0x00005325u, 0x00005325u, 0x00005325u, - 0x000500c2u, 0x0000030eu, 0x0000534au, 0x00005349u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x0000534cu, - 0x0000534au, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x0000534fu, 0x0000534cu, 0x0000b411u, 0x000500c2u, - 0x0000030eu, 0x00005352u, 0x0000534cu, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x00005353u, 0x0000534fu, - 0x00005352u, 0x000500c7u, 0x00000006u, 0x00005355u, 0x00005325u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00005356u, 0x00005355u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005358u, 0x00005353u, 0x0004007cu, - 0x000004b8u, 0x00005359u, 0x00005358u, 0x00040071u, 0x00000011u, 0x0000535bu, 0x00005356u, 0x0004007cu, - 0x00000012u, 0x0000535cu, 0x0000535bu, 0x00050051u, 0x00000012u, 0x0000535du, 0x00005359u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x0000535eu, 0x00005359u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000535fu, - 0x00005359u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00005360u, 0x0000535du, 0x0000535eu, 0x0000535fu, - 0x0000535cu, 0x000200f9u, 0x0000532du, 0x000200f8u, 0x00005327u, 0x000500c2u, 0x00000006u, 0x00005334u, - 0x00005325u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005336u, 0x00005325u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00005338u, 0x00005334u, 0x0004007cu, 0x00000012u, 0x00005339u, 0x00005338u, 0x00040071u, - 0x00000011u, 0x00005341u, 0x00005336u, 0x0004007cu, 0x00000012u, 0x00005342u, 0x00005341u, 0x00070050u, - 0x00000013u, 0x00005343u, 0x00005339u, 0x00005339u, 0x00005339u, 0x00005342u, 0x000200f9u, 0x0000532du, - 0x000200f8u, 0x0000532du, 0x000700f5u, 0x00000013u, 0x00007cbau, 0x00005343u, 0x00005327u, 0x00005360u, - 0x0000532au, 0x000200f9u, 0x00004b4cu, 0x000200f8u, 0x00004b4cu, 0x000700f5u, 0x00000013u, 0x00007faeu, - 0x00007f02u, 0x00005235u, 0x00007cbau, 0x0000532du, 0x000700f5u, 0x00000013u, 0x00007eb8u, 0x00007e0bu, - 0x00005235u, 0x00007cb9u, 0x0000532du, 0x000300f7u, 0x00004b5bu, 0x00000000u, 0x000400fau, 0x00004accu, - 0x00004b4eu, 0x00004b5bu, 0x000200f8u, 0x00004b4eu, 0x00050050u, 0x000000efu, 0x00004b51u, 0x00007c9cu, - 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004b52u, 0x00004b51u, 0x0003003eu, 0x00004957u, 0x00004b52u, - 0x00050041u, 0x00000007u, 0x0000536fu, 0x00004957u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005370u, - 0x0000536fu, 0x00050084u, 0x00000006u, 0x00005371u, 0x00004909u, 0x00005370u, 0x00050080u, 0x00000006u, - 0x00005372u, 0x00004907u, 0x00005371u, 0x00050041u, 0x00000007u, 0x00005373u, 0x00004957u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005374u, 0x00005373u, 0x000500c2u, 0x00000006u, 0x00005375u, 0x00005374u, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005377u, 0x00005372u, 0x00005375u, 0x000500c7u, 0x00000006u, - 0x00005379u, 0x00005377u, 0x00000f2au, 0x0004003du, 0x00000006u, 0x0000537bu, 0x00005373u, 0x000400c8u, - 0x00000006u, 0x0000537cu, 0x0000537bu, 0x000500c7u, 0x00000006u, 0x0000537du, 0x0000537cu, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x0000537eu, 0x0000537du, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005381u, - 0x0000536fu, 0x000500c7u, 0x00000006u, 0x00005382u, 0x00005381u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005383u, 0x00005382u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005385u, 0x00005379u, 0x00005383u, - 0x000500c6u, 0x00000006u, 0x00005387u, 0x00005385u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000538au, - 0x00000e8cu, 0x00000222u, 0x000022d2u, 0x00000222u, 0x00005387u, 0x0004003du, 0x0000000fu, 0x0000538bu, - 0x0000538au, 0x00040071u, 0x00000006u, 0x0000538cu, 0x0000538bu, 0x000500c2u, 0x00000006u, 0x0000538fu, - 0x0000538cu, 0x0000537eu, 0x000500c7u, 0x00000006u, 0x00005390u, 0x0000538fu, 0x00000e95u, 0x000500c5u, - 0x00000006u, 0x00005394u, 0x00005390u, 0x0000521eu, 0x000500c4u, 0x00000006u, 0x00005396u, 0x00005394u, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x00005398u, 0x00005396u, 0x00000466u, 0x000500c6u, 0x00000006u, - 0x0000539bu, 0x00005398u, 0x00004af3u, 0x000500c5u, 0x00000006u, 0x0000539eu, 0x00000f5bu, 0x0000539bu, - 0x00080041u, 0x00000694u, 0x0000539fu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000539eu, - 0x0004003du, 0x00000011u, 0x000053a0u, 0x0000539fu, 0x00040071u, 0x00000006u, 0x000053a1u, 0x000053a0u, - 0x000300f7u, 0x000053a9u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x000053a3u, 0x000053a6u, 0x000200f8u, - 0x000053a6u, 0x00060050u, 0x0000030eu, 0x000053c5u, 0x000053a1u, 0x000053a1u, 0x000053a1u, 0x000500c2u, - 0x0000030eu, 0x000053c6u, 0x000053c5u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x000053c8u, 0x000053c6u, - 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x000053cbu, 0x000053c8u, 0x0000b411u, 0x000500c2u, 0x0000030eu, - 0x000053ceu, 0x000053c8u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x000053cfu, 0x000053cbu, 0x000053ceu, - 0x000500c7u, 0x00000006u, 0x000053d1u, 0x000053a1u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000053d2u, - 0x000053d1u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000053d4u, 0x000053cfu, 0x0004007cu, 0x000004b8u, - 0x000053d5u, 0x000053d4u, 0x00040071u, 0x00000011u, 0x000053d7u, 0x000053d2u, 0x0004007cu, 0x00000012u, - 0x000053d8u, 0x000053d7u, 0x00050051u, 0x00000012u, 0x000053d9u, 0x000053d5u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x000053dau, 0x000053d5u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000053dbu, 0x000053d5u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x000053dcu, 0x000053d9u, 0x000053dau, 0x000053dbu, 0x000053d8u, - 0x000200f9u, 0x000053a9u, 0x000200f8u, 0x000053a3u, 0x000500c2u, 0x00000006u, 0x000053b0u, 0x000053a1u, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x000053b2u, 0x000053a1u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x000053b4u, 0x000053b0u, 0x0004007cu, 0x00000012u, 0x000053b5u, 0x000053b4u, 0x00040071u, 0x00000011u, - 0x000053bdu, 0x000053b2u, 0x0004007cu, 0x00000012u, 0x000053beu, 0x000053bdu, 0x00070050u, 0x00000013u, - 0x000053bfu, 0x000053b5u, 0x000053b5u, 0x000053b5u, 0x000053beu, 0x000200f9u, 0x000053a9u, 0x000200f8u, - 0x000053a9u, 0x000700f5u, 0x00000013u, 0x00007cbbu, 0x000053bfu, 0x000053a3u, 0x000053dcu, 0x000053a6u, - 0x000200f9u, 0x00004b5bu, 0x000200f8u, 0x00004b5bu, 0x000700f5u, 0x00000013u, 0x000080a0u, 0x00007ff4u, - 0x00004b4cu, 0x00007cbbu, 0x000053a9u, 0x000200f9u, 0x00004b88u, 0x000200f8u, 0x00004af8u, 0x0004007cu, - 0x000000b0u, 0x00004afau, 0x00007cadu, 0x000600a9u, 0x00000008u, 0x00004afcu, 0x00004ad6u, 0x00000232u, - 0x00000222u, 0x0004007cu, 0x00000006u, 0x00004afdu, 0x00004afcu, 0x0003003eu, 0x00004976u, 0x00004afau, - 0x00050041u, 0x00000007u, 0x0000503au, 0x00004976u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000503bu, - 0x0000503au, 0x00050084u, 0x00000006u, 0x0000503cu, 0x00004909u, 0x0000503bu, 0x00050080u, 0x00000006u, - 0x0000503du, 0x00004907u, 0x0000503cu, 0x00050041u, 0x00000007u, 0x0000503eu, 0x00004976u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x0000503fu, 0x0000503eu, 0x00050084u, 0x00000006u, 0x00005040u, 0x0000503fu, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005042u, 0x0000503du, 0x00005040u, 0x000500c7u, 0x00000006u, - 0x00005044u, 0x00005042u, 0x00000f2au, 0x000500c2u, 0x00000006u, 0x00005046u, 0x00005044u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005048u, 0x0000503au, 0x000500c7u, 0x00000006u, 0x00005049u, 0x00005048u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000504au, 0x00005049u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x0000504cu, 0x00005046u, 0x0000504au, 0x000500c6u, 0x00000006u, 0x0000504eu, 0x0000504cu, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005051u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000504eu, - 0x0004003du, 0x00000011u, 0x00005052u, 0x00005051u, 0x00040071u, 0x00000006u, 0x00005053u, 0x00005052u, - 0x000500c2u, 0x00000006u, 0x00005055u, 0x00005053u, 0x0000023bu, 0x000500c7u, 0x00000006u, 0x00005056u, - 0x00005055u, 0x00000ffbu, 0x00050080u, 0x00000006u, 0x00005058u, 0x00005056u, 0x00004afdu, 0x000500c6u, - 0x00000006u, 0x0000505bu, 0x00005058u, 0x00004af3u, 0x000500c5u, 0x00000006u, 0x0000505eu, 0x00000f5bu, - 0x0000505bu, 0x00080041u, 0x00000694u, 0x0000505fu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, - 0x0000505eu, 0x0004003du, 0x00000011u, 0x00005060u, 0x0000505fu, 0x00040071u, 0x00000006u, 0x00005061u, - 0x00005060u, 0x000300f7u, 0x00005069u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x00005063u, 0x00005066u, - 0x000200f8u, 0x00005066u, 0x00060050u, 0x0000030eu, 0x00005085u, 0x00005061u, 0x00005061u, 0x00005061u, - 0x000500c2u, 0x0000030eu, 0x00005086u, 0x00005085u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x00005088u, - 0x00005086u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x0000508bu, 0x00005088u, 0x0000b411u, 0x000500c2u, - 0x0000030eu, 0x0000508eu, 0x00005088u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x0000508fu, 0x0000508bu, - 0x0000508eu, 0x000500c7u, 0x00000006u, 0x00005091u, 0x00005061u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00005092u, 0x00005091u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005094u, 0x0000508fu, 0x0004007cu, - 0x000004b8u, 0x00005095u, 0x00005094u, 0x00040071u, 0x00000011u, 0x00005097u, 0x00005092u, 0x0004007cu, - 0x00000012u, 0x00005098u, 0x00005097u, 0x00050051u, 0x00000012u, 0x00005099u, 0x00005095u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x0000509au, 0x00005095u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000509bu, - 0x00005095u, 0x00000002u, 0x00070050u, 0x00000013u, 0x0000509cu, 0x00005099u, 0x0000509au, 0x0000509bu, - 0x00005098u, 0x000200f9u, 0x00005069u, 0x000200f8u, 0x00005063u, 0x000500c2u, 0x00000006u, 0x00005070u, - 0x00005061u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005072u, 0x00005061u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00005074u, 0x00005070u, 0x0004007cu, 0x00000012u, 0x00005075u, 0x00005074u, 0x00040071u, - 0x00000011u, 0x0000507du, 0x00005072u, 0x0004007cu, 0x00000012u, 0x0000507eu, 0x0000507du, 0x00070050u, - 0x00000013u, 0x0000507fu, 0x00005075u, 0x00005075u, 0x00005075u, 0x0000507eu, 0x000200f9u, 0x00005069u, - 0x000200f8u, 0x00005069u, 0x000700f5u, 0x00000013u, 0x00007cbcu, 0x0000507fu, 0x00005063u, 0x0000509cu, - 0x00005066u, 0x000300f7u, 0x00004b17u, 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004b04u, 0x00004b17u, - 0x000200f8u, 0x00004b04u, 0x00050050u, 0x000000efu, 0x00004b07u, 0x00007c9cu, 0x00004ac0u, 0x0004007cu, - 0x000000b0u, 0x00004b08u, 0x00004b07u, 0x0003003eu, 0x0000497cu, 0x00004b08u, 0x00050041u, 0x00000007u, - 0x000050aau, 0x0000497cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000050abu, 0x000050aau, 0x00050084u, - 0x00000006u, 0x000050acu, 0x00004909u, 0x000050abu, 0x00050080u, 0x00000006u, 0x000050adu, 0x00004907u, - 0x000050acu, 0x00050041u, 0x00000007u, 0x000050aeu, 0x0000497cu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x000050afu, 0x000050aeu, 0x00050084u, 0x00000006u, 0x000050b0u, 0x000050afu, 0x00000388u, 0x00050080u, - 0x00000006u, 0x000050b2u, 0x000050adu, 0x000050b0u, 0x000500c7u, 0x00000006u, 0x000050b4u, 0x000050b2u, - 0x00000f2au, 0x000500c2u, 0x00000006u, 0x000050b6u, 0x000050b4u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x000050b8u, 0x000050aau, 0x000500c7u, 0x00000006u, 0x000050b9u, 0x000050b8u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000050bau, 0x000050b9u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000050bcu, 0x000050b6u, - 0x000050bau, 0x000500c6u, 0x00000006u, 0x000050beu, 0x000050bcu, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x000050c1u, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000050beu, 0x0004003du, 0x00000011u, - 0x000050c2u, 0x000050c1u, 0x00040071u, 0x00000006u, 0x000050c3u, 0x000050c2u, 0x000500c2u, 0x00000006u, - 0x000050c5u, 0x000050c3u, 0x0000023bu, 0x000500c7u, 0x00000006u, 0x000050c6u, 0x000050c5u, 0x00000ffbu, - 0x00050080u, 0x00000006u, 0x000050c8u, 0x000050c6u, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x000050cbu, - 0x000050c8u, 0x00004af3u, 0x000500c5u, 0x00000006u, 0x000050ceu, 0x00000f5bu, 0x000050cbu, 0x00080041u, - 0x00000694u, 0x000050cfu, 0x00000f59u, 0x00000222u, 0x000022d2u, 0x00000222u, 0x000050ceu, 0x0004003du, - 0x00000011u, 0x000050d0u, 0x000050cfu, 0x00040071u, 0x00000006u, 0x000050d1u, 0x000050d0u, 0x000300f7u, - 0x000050d9u, 0x00000000u, 0x000400fau, 0x000022e6u, 0x000050d3u, 0x000050d6u, 0x000200f8u, 0x000050d6u, - 0x00060050u, 0x0000030eu, 0x000050f5u, 0x000050d1u, 0x000050d1u, 0x000050d1u, 0x000500c2u, 0x0000030eu, - 0x000050f6u, 0x000050f5u, 0x00000e33u, 0x000500c7u, 0x0000030eu, 0x000050f8u, 0x000050f6u, 0x0000b410u, - 0x000500c4u, 0x0000030eu, 0x000050fbu, 0x000050f8u, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x000050feu, - 0x000050f8u, 0x0000b412u, 0x000500c5u, 0x0000030eu, 0x000050ffu, 0x000050fbu, 0x000050feu, 0x000500c7u, - 0x00000006u, 0x00005101u, 0x000050d1u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005102u, 0x00005101u, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005104u, 0x000050ffu, 0x0004007cu, 0x000004b8u, 0x00005105u, - 0x00005104u, 0x00040071u, 0x00000011u, 0x00005107u, 0x00005102u, 0x0004007cu, 0x00000012u, 0x00005108u, - 0x00005107u, 0x00050051u, 0x00000012u, 0x00005109u, 0x00005105u, 0x00000000u, 0x00050051u, 0x00000012u, - 0x0000510au, 0x00005105u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000510bu, 0x00005105u, 0x00000002u, - 0x00070050u, 0x00000013u, 0x0000510cu, 0x00005109u, 0x0000510au, 0x0000510bu, 0x00005108u, 0x000200f9u, - 0x000050d9u, 0x000200f8u, 0x000050d3u, 0x000500c2u, 0x00000006u, 0x000050e0u, 0x000050d1u, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x000050e2u, 0x000050d1u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000050e4u, - 0x000050e0u, 0x0004007cu, 0x00000012u, 0x000050e5u, 0x000050e4u, 0x00040071u, 0x00000011u, 0x000050edu, - 0x000050e2u, 0x0004007cu, 0x00000012u, 0x000050eeu, 0x000050edu, 0x00070050u, 0x00000013u, 0x000050efu, - 0x000050e5u, 0x000050e5u, 0x000050e5u, 0x000050eeu, 0x000200f9u, 0x000050d9u, 0x000200f8u, 0x000050d9u, - 0x000700f5u, 0x00000013u, 0x00007cbeu, 0x000050efu, 0x000050d3u, 0x0000510cu, 0x000050d6u, 0x00050050u, - 0x000000efu, 0x00004b10u, 0x00007c98u, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004b11u, 0x00004b10u, - 0x0003003eu, 0x00004982u, 0x00004b11u, 0x00050041u, 0x00000007u, 0x0000511au, 0x00004982u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x0000511bu, 0x0000511au, 0x00050084u, 0x00000006u, 0x0000511cu, 0x00004909u, - 0x0000511bu, 0x00050080u, 0x00000006u, 0x0000511du, 0x00004907u, 0x0000511cu, 0x00050041u, 0x00000007u, - 0x0000511eu, 0x00004982u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000511fu, 0x0000511eu, 0x00050084u, - 0x00000006u, 0x00005120u, 0x0000511fu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005122u, 0x0000511du, - 0x00005120u, 0x000500c7u, 0x00000006u, 0x00005124u, 0x00005122u, 0x00000f2au, 0x000500c2u, 0x00000006u, - 0x00005126u, 0x00005124u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005128u, 0x0000511au, 0x000500c7u, - 0x00000006u, 0x00005129u, 0x00005128u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000512au, 0x00005129u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000512cu, 0x00005126u, 0x0000512au, 0x000500c6u, 0x00000006u, - 0x0000512eu, 0x0000512cu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005131u, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x0000512eu, 0x0004003du, 0x00000011u, 0x00005132u, 0x00005131u, 0x00040071u, - 0x00000006u, 0x00005133u, 0x00005132u, 0x000500c2u, 0x00000006u, 0x00005135u, 0x00005133u, 0x0000023bu, - 0x000500c7u, 0x00000006u, 0x00005136u, 0x00005135u, 0x00000ffbu, 0x00050080u, 0x00000006u, 0x00005138u, - 0x00005136u, 0x00000388u, 0x000500c6u, 0x00000006u, 0x0000513bu, 0x00005138u, 0x00004af3u, 0x000500c5u, - 0x00000006u, 0x0000513eu, 0x00000f5bu, 0x0000513bu, 0x00080041u, 0x00000694u, 0x0000513fu, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x0000513eu, 0x0004003du, 0x00000011u, 0x00005140u, 0x0000513fu, - 0x00040071u, 0x00000006u, 0x00005141u, 0x00005140u, 0x000300f7u, 0x00005149u, 0x00000000u, 0x000400fau, - 0x000022e6u, 0x00005143u, 0x00005146u, 0x000200f8u, 0x00005146u, 0x00060050u, 0x0000030eu, 0x00005165u, - 0x00005141u, 0x00005141u, 0x00005141u, 0x000500c2u, 0x0000030eu, 0x00005166u, 0x00005165u, 0x00000e33u, - 0x000500c7u, 0x0000030eu, 0x00005168u, 0x00005166u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x0000516bu, - 0x00005168u, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x0000516eu, 0x00005168u, 0x0000b412u, 0x000500c5u, - 0x0000030eu, 0x0000516fu, 0x0000516bu, 0x0000516eu, 0x000500c7u, 0x00000006u, 0x00005171u, 0x00005141u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005172u, 0x00005171u, 0x000006c5u, 0x00040071u, 0x000004bcu, - 0x00005174u, 0x0000516fu, 0x0004007cu, 0x000004b8u, 0x00005175u, 0x00005174u, 0x00040071u, 0x00000011u, - 0x00005177u, 0x00005172u, 0x0004007cu, 0x00000012u, 0x00005178u, 0x00005177u, 0x00050051u, 0x00000012u, - 0x00005179u, 0x00005175u, 0x00000000u, 0x00050051u, 0x00000012u, 0x0000517au, 0x00005175u, 0x00000001u, - 0x00050051u, 0x00000012u, 0x0000517bu, 0x00005175u, 0x00000002u, 0x00070050u, 0x00000013u, 0x0000517cu, - 0x00005179u, 0x0000517au, 0x0000517bu, 0x00005178u, 0x000200f9u, 0x00005149u, 0x000200f8u, 0x00005143u, - 0x000500c2u, 0x00000006u, 0x00005150u, 0x00005141u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005152u, - 0x00005141u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005154u, 0x00005150u, 0x0004007cu, 0x00000012u, - 0x00005155u, 0x00005154u, 0x00040071u, 0x00000011u, 0x0000515du, 0x00005152u, 0x0004007cu, 0x00000012u, - 0x0000515eu, 0x0000515du, 0x00070050u, 0x00000013u, 0x0000515fu, 0x00005155u, 0x00005155u, 0x00005155u, - 0x0000515eu, 0x000200f9u, 0x00005149u, 0x000200f8u, 0x00005149u, 0x000700f5u, 0x00000013u, 0x00007cbfu, - 0x0000515fu, 0x00005143u, 0x0000517cu, 0x00005146u, 0x000200f9u, 0x00004b17u, 0x000200f8u, 0x00004b17u, - 0x000700f5u, 0x00000013u, 0x00007fa9u, 0x00007f02u, 0x00005069u, 0x00007cbfu, 0x00005149u, 0x000700f5u, - 0x00000013u, 0x00007eb2u, 0x00007e0bu, 0x00005069u, 0x00007cbeu, 0x00005149u, 0x000300f7u, 0x00004b23u, - 0x00000000u, 0x000400fau, 0x00004accu, 0x00004b19u, 0x00004b23u, 0x000200f8u, 0x00004b19u, 0x00050050u, - 0x000000efu, 0x00004b1cu, 0x00007c9cu, 0x00004ac2u, 0x0004007cu, 0x000000b0u, 0x00004b1du, 0x00004b1cu, - 0x0003003eu, 0x00004988u, 0x00004b1du, 0x00050041u, 0x00000007u, 0x0000518au, 0x00004988u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x0000518bu, 0x0000518au, 0x00050084u, 0x00000006u, 0x0000518cu, 0x00004909u, - 0x0000518bu, 0x00050080u, 0x00000006u, 0x0000518du, 0x00004907u, 0x0000518cu, 0x00050041u, 0x00000007u, - 0x0000518eu, 0x00004988u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000518fu, 0x0000518eu, 0x00050084u, - 0x00000006u, 0x00005190u, 0x0000518fu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005192u, 0x0000518du, - 0x00005190u, 0x000500c7u, 0x00000006u, 0x00005194u, 0x00005192u, 0x00000f2au, 0x000500c2u, 0x00000006u, - 0x00005196u, 0x00005194u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005198u, 0x0000518au, 0x000500c7u, - 0x00000006u, 0x00005199u, 0x00005198u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000519au, 0x00005199u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000519cu, 0x00005196u, 0x0000519au, 0x000500c6u, 0x00000006u, - 0x0000519eu, 0x0000519cu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000051a1u, 0x00000f59u, 0x00000222u, - 0x000022d2u, 0x00000222u, 0x0000519eu, 0x0004003du, 0x00000011u, 0x000051a2u, 0x000051a1u, 0x00040071u, - 0x00000006u, 0x000051a3u, 0x000051a2u, 0x000500c2u, 0x00000006u, 0x000051a5u, 0x000051a3u, 0x0000023bu, - 0x000500c7u, 0x00000006u, 0x000051a6u, 0x000051a5u, 0x00000ffbu, 0x00050080u, 0x00000006u, 0x000051a8u, - 0x000051a6u, 0x00000466u, 0x000500c6u, 0x00000006u, 0x000051abu, 0x000051a8u, 0x00004af3u, 0x000500c5u, - 0x00000006u, 0x000051aeu, 0x00000f5bu, 0x000051abu, 0x00080041u, 0x00000694u, 0x000051afu, 0x00000f59u, - 0x00000222u, 0x000022d2u, 0x00000222u, 0x000051aeu, 0x0004003du, 0x00000011u, 0x000051b0u, 0x000051afu, - 0x00040071u, 0x00000006u, 0x000051b1u, 0x000051b0u, 0x000300f7u, 0x000051b9u, 0x00000000u, 0x000400fau, - 0x000022e6u, 0x000051b3u, 0x000051b6u, 0x000200f8u, 0x000051b6u, 0x00060050u, 0x0000030eu, 0x000051d5u, - 0x000051b1u, 0x000051b1u, 0x000051b1u, 0x000500c2u, 0x0000030eu, 0x000051d6u, 0x000051d5u, 0x00000e33u, - 0x000500c7u, 0x0000030eu, 0x000051d8u, 0x000051d6u, 0x0000b410u, 0x000500c4u, 0x0000030eu, 0x000051dbu, - 0x000051d8u, 0x0000b411u, 0x000500c2u, 0x0000030eu, 0x000051deu, 0x000051d8u, 0x0000b412u, 0x000500c5u, - 0x0000030eu, 0x000051dfu, 0x000051dbu, 0x000051deu, 0x000500c7u, 0x00000006u, 0x000051e1u, 0x000051b1u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000051e2u, 0x000051e1u, 0x000006c5u, 0x00040071u, 0x000004bcu, - 0x000051e4u, 0x000051dfu, 0x0004007cu, 0x000004b8u, 0x000051e5u, 0x000051e4u, 0x00040071u, 0x00000011u, - 0x000051e7u, 0x000051e2u, 0x0004007cu, 0x00000012u, 0x000051e8u, 0x000051e7u, 0x00050051u, 0x00000012u, - 0x000051e9u, 0x000051e5u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000051eau, 0x000051e5u, 0x00000001u, - 0x00050051u, 0x00000012u, 0x000051ebu, 0x000051e5u, 0x00000002u, 0x00070050u, 0x00000013u, 0x000051ecu, - 0x000051e9u, 0x000051eau, 0x000051ebu, 0x000051e8u, 0x000200f9u, 0x000051b9u, 0x000200f8u, 0x000051b3u, - 0x000500c2u, 0x00000006u, 0x000051c0u, 0x000051b1u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x000051c2u, - 0x000051b1u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000051c4u, 0x000051c0u, 0x0004007cu, 0x00000012u, - 0x000051c5u, 0x000051c4u, 0x00040071u, 0x00000011u, 0x000051cdu, 0x000051c2u, 0x0004007cu, 0x00000012u, - 0x000051ceu, 0x000051cdu, 0x00070050u, 0x00000013u, 0x000051cfu, 0x000051c5u, 0x000051c5u, 0x000051c5u, - 0x000051ceu, 0x000200f9u, 0x000051b9u, 0x000200f8u, 0x000051b9u, 0x000700f5u, 0x00000013u, 0x00007cc0u, - 0x000051cfu, 0x000051b3u, 0x000051ecu, 0x000051b6u, 0x000200f9u, 0x00004b23u, 0x000200f8u, 0x00004b23u, - 0x000700f5u, 0x00000013u, 0x0000809au, 0x00007ff4u, 0x00004b17u, 0x00007cc0u, 0x000051b9u, 0x000200f9u, - 0x00004b88u, 0x000200f8u, 0x00004b88u, 0x000900f5u, 0x00000013u, 0x00008099u, 0x0000809au, 0x00004b23u, - 0x000080a0u, 0x00004b5bu, 0x000080a5u, 0x00004b87u, 0x000900f5u, 0x00000013u, 0x00007fa7u, 0x00007fa9u, - 0x00004b23u, 0x00007faeu, 0x00004b5bu, 0x00007fb2u, 0x00004b87u, 0x000900f5u, 0x00000013u, 0x00007eb0u, - 0x00007eb2u, 0x00004b23u, 0x00007eb8u, 0x00004b5bu, 0x00007ebdu, 0x00004b87u, 0x000900f5u, 0x00000013u, - 0x00007d83u, 0x00007cbcu, 0x00004b23u, 0x00007cb7u, 0x00004b5bu, 0x00007cb1u, 0x00004b87u, 0x000200f9u, - 0x00004b89u, 0x000200f8u, 0x00004b89u, 0x000700f5u, 0x00000013u, 0x00007fd8u, 0x00007ff4u, 0x00004ae9u, - 0x00008099u, 0x00004b88u, 0x000700f5u, 0x00000013u, 0x00007ee6u, 0x00007f02u, 0x00004ae9u, 0x00007fa7u, - 0x00004b88u, 0x000700f5u, 0x00000013u, 0x00007defu, 0x00007e0bu, 0x00004ae9u, 0x00007eb0u, 0x00004b88u, - 0x000700f5u, 0x00000013u, 0x00007cc2u, 0x00007cdeu, 0x00004ae9u, 0x00007d83u, 0x00004b88u, 0x000200f9u, - 0x00004db0u, 0x000200f8u, 0x00004db0u, 0x000700f5u, 0x00000013u, 0x00007fd7u, 0x00007fd8u, 0x00004b89u, - 0x000080aau, 0x00004dafu, 0x000700f5u, 0x00000013u, 0x00007ee5u, 0x00007ee6u, 0x00004b89u, 0x00007fb5u, - 0x00004dafu, 0x000700f5u, 0x00000013u, 0x00007deeu, 0x00007defu, 0x00004b89u, 0x00007ec1u, 0x00004dafu, - 0x000700f5u, 0x00000013u, 0x00007cc1u, 0x00007cc2u, 0x00004b89u, 0x00007d93u, 0x00004dafu, 0x000300f7u, - 0x00004f3du, 0x00000000u, 0x000400fau, 0x00002322u, 0x00004db2u, 0x00004e8bu, 0x000200f8u, 0x00004e8bu, - 0x000300f7u, 0x00004f3cu, 0x00000000u, 0x000400fau, 0x00004ad4u, 0x00004e8du, 0x00004f00u, 0x000200f8u, - 0x00004f00u, 0x000300f7u, 0x00004f3bu, 0x00000000u, 0x000400fau, 0x00004accu, 0x00004f02u, 0x00004f0eu, - 0x000200f8u, 0x00004f0eu, 0x000500a7u, 0x00000069u, 0x00004f11u, 0x00002328u, 0x000022e9u, 0x000300f7u, - 0x00004f3au, 0x00000000u, 0x000400fau, 0x00004f11u, 0x00004f12u, 0x00004f38u, 0x000200f8u, 0x00004f38u, - 0x000200f9u, 0x00004f3au, 0x000200f8u, 0x00004f12u, 0x000300f7u, 0x00004f1cu, 0x00000000u, 0x000400fau, - 0x00004ad6u, 0x00004f15u, 0x00004f1au, 0x000200f8u, 0x00004f1au, 0x0004003du, 0x000000efu, 0x00004f1bu, - 0x00004926u, 0x000200f9u, 0x00004f1cu, 0x000200f8u, 0x00004f15u, 0x0004003du, 0x000000efu, 0x00004f16u, - 0x00004926u, 0x0007004fu, 0x000000efu, 0x00004f17u, 0x00004f16u, 0x00004f16u, 0x00000001u, 0x00000000u, - 0x00050082u, 0x000000efu, 0x00004f19u, 0x0000b416u, 0x00004f17u, 0x000200f9u, 0x00004f1cu, 0x000200f8u, - 0x00004f1cu, 0x000700f5u, 0x000000efu, 0x00007decu, 0x00004f19u, 0x00004f15u, 0x00004f1bu, 0x00004f1au, - 0x00040072u, 0x000001aeu, 0x00004f1eu, 0x00007decu, 0x0003003eu, 0x00004a6cu, 0x00004f1eu, 0x00050082u, - 0x00000013u, 0x00004f21u, 0x00007deeu, 0x00007cc1u, 0x00050041u, 0x000001cbu, 0x00004f22u, 0x00004a6cu, - 0x0000032fu, 0x0004003du, 0x00000012u, 0x00004f23u, 0x00004f22u, 0x00070050u, 0x00000013u, 0x00004f24u, - 0x00004f23u, 0x00004f23u, 0x00004f23u, 0x00004f23u, 0x00050084u, 0x00000013u, 0x00004f25u, 0x00004f21u, - 0x00004f24u, 0x00050082u, 0x00000013u, 0x00004f28u, 0x00007ee5u, 0x00007cc1u, 0x00050041u, 0x000001cbu, - 0x00004f29u, 0x00004a6cu, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00004f2au, 0x00004f29u, 0x00070050u, - 0x00000013u, 0x00004f2bu, 0x00004f2au, 0x00004f2au, 0x00004f2au, 0x00004f2au, 0x00050084u, 0x00000013u, - 0x00004f2cu, 0x00004f28u, 0x00004f2bu, 0x00050080u, 0x00000013u, 0x00004f2eu, 0x00004f25u, 0x00004f2cu, - 0x00050080u, 0x00000013u, 0x00004f31u, 0x00004f2eu, 0x0000b417u, 0x000500c3u, 0x00000013u, 0x00004f34u, - 0x00004f31u, 0x0000b418u, 0x00050080u, 0x00000013u, 0x00004f37u, 0x00004f34u, 0x00007cc1u, 0x000200f9u, - 0x00004f3au, 0x000200f8u, 0x00004f3au, 0x000700f5u, 0x00000013u, 0x0000810bu, 0x00004f37u, 0x00004f1cu, - 0x00007cc1u, 0x00004f38u, 0x000200f9u, 0x00004f3bu, 0x000200f8u, 0x00004f02u, 0x00050080u, 0x00000013u, - 0x00004f05u, 0x00007cc1u, 0x00007ee5u, 0x00050080u, 0x00000013u, 0x00004f07u, 0x00004f05u, 0x00007deeu, - 0x00050080u, 0x00000013u, 0x00004f09u, 0x00004f07u, 0x00007fd7u, 0x00050080u, 0x00000013u, 0x00004f0bu, - 0x00004f09u, 0x0000b413u, 0x000500c3u, 0x00000013u, 0x00004f0du, 0x00004f0bu, 0x0000b413u, 0x000200f9u, - 0x00004f3bu, 0x000200f8u, 0x00004f3bu, 0x000700f5u, 0x00000013u, 0x0000810au, 0x00004f0du, 0x00004f02u, - 0x0000810bu, 0x00004f3au, 0x000200f9u, 0x00004f3cu, 0x000200f8u, 0x00004e8du, 0x000300f7u, 0x00004effu, - 0x00000000u, 0x000400fau, 0x000022e9u, 0x00004e8fu, 0x00004efdu, 0x000200f8u, 0x00004efdu, 0x000200f9u, - 0x00004effu, 0x000200f8u, 0x00004e8fu, 0x000300f7u, 0x00004ef5u, 0x00000000u, 0x000400fau, 0x00002328u, - 0x00004e91u, 0x00004ed9u, 0x000200f8u, 0x00004ed9u, 0x0004003du, 0x00000008u, 0x00004edbu, 0x00004aa1u, - 0x0004003du, 0x00000008u, 0x00004eddu, 0x00004aa3u, 0x00050080u, 0x00000008u, 0x00004edeu, 0x00004edbu, - 0x00004eddu, 0x000500afu, 0x00000069u, 0x00004edfu, 0x00004edeu, 0x0000115cu, 0x000300f7u, 0x00004ee6u, - 0x00000000u, 0x000400fau, 0x00004edfu, 0x00004ee0u, 0x00004ee3u, 0x000200f8u, 0x00004ee3u, 0x0007004fu, - 0x000001aeu, 0x00004ee5u, 0x00007cc1u, 0x00007cc1u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004ee6u, - 0x000200f8u, 0x00004ee0u, 0x0007004fu, 0x000001aeu, 0x00004ee2u, 0x00007fd7u, 0x00007fd7u, 0x00000002u, - 0x00000003u, 0x000200f9u, 0x00004ee6u, 0x000200f8u, 0x00004ee6u, 0x000700f5u, 0x000001aeu, 0x000080ccu, - 0x00004ee2u, 0x00004ee0u, 0x00004ee5u, 0x00004ee3u, 0x0004003du, 0x00000008u, 0x00004eeau, 0x00004aa3u, - 0x00050080u, 0x00000008u, 0x00004eebu, 0x00004ae7u, 0x00004eeau, 0x000500afu, 0x00000069u, 0x00004eecu, - 0x00004eebu, 0x0000115cu, 0x000300f7u, 0x00004ef3u, 0x00000000u, 0x000400fau, 0x00004eecu, 0x00004eedu, - 0x00004ef0u, 0x000200f8u, 0x00004ef0u, 0x0007004fu, 0x000001aeu, 0x00004ef2u, 0x00007cc1u, 0x00007cc1u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004ef3u, 0x000200f8u, 0x00004eedu, 0x0007004fu, 0x000001aeu, - 0x00004eefu, 0x00007fd7u, 0x00007fd7u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004ef3u, 0x000200f8u, - 0x00004ef3u, 0x000700f5u, 0x000001aeu, 0x000080cfu, 0x00004eefu, 0x00004eedu, 0x00004ef2u, 0x00004ef0u, - 0x000200f9u, 0x00004ef5u, 0x000200f8u, 0x00004e91u, 0x0004003du, 0x00000008u, 0x00004e95u, 0x00004aa3u, - 0x00050050u, 0x000000efu, 0x00004e96u, 0x00004ae7u, 0x00004e95u, 0x000500aau, 0x00000881u, 0x00004e97u, - 0x00004e96u, 0x000013fau, 0x00050051u, 0x00000069u, 0x00004e98u, 0x00004e97u, 0x00000000u, 0x00050051u, - 0x00000069u, 0x00004e99u, 0x00004e97u, 0x00000001u, 0x00060050u, 0x00000365u, 0x00004e9au, 0x00002313u, - 0x00004e98u, 0x00004e99u, 0x0004009bu, 0x00000069u, 0x00004e9bu, 0x00004e9au, 0x000300f7u, 0x00004ebbu, - 0x00000000u, 0x000400fau, 0x00004e9bu, 0x00004e9du, 0x00004eadu, 0x000200f8u, 0x00004eadu, 0x0004003du, - 0x00000008u, 0x00004eb0u, 0x00004aa3u, 0x00050050u, 0x000000efu, 0x00004eb1u, 0x00004ae7u, 0x00004eb0u, - 0x0007004fu, 0x000001aeu, 0x00004eb3u, 0x00007cc1u, 0x00007cc1u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x000001aeu, 0x00004eb5u, 0x00007deeu, 0x00007deeu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, - 0x00004eb7u, 0x00007ee5u, 0x00007ee5u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, 0x00004eb9u, - 0x00007fd7u, 0x00007fd7u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00004a63u, 0x00004eb1u, 0x00050041u, - 0x00000046u, 0x00006214u, 0x00004a63u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00006215u, 0x00006214u, - 0x00050041u, 0x00000046u, 0x00006216u, 0x00004a63u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00006217u, - 0x00006216u, 0x00050080u, 0x00000008u, 0x00006218u, 0x00006215u, 0x00006217u, 0x000500afu, 0x00000069u, - 0x0000621au, 0x00006218u, 0x0000115cu, 0x00050050u, 0x00000881u, 0x0000621du, 0x0000621au, 0x0000621au, - 0x000600a9u, 0x000001aeu, 0x0000621eu, 0x0000621du, 0x00004eb9u, 0x00004eb3u, 0x000300f7u, 0x00006228u, - 0x00000000u, 0x000400fau, 0x0000621au, 0x00006221u, 0x00006226u, 0x000200f8u, 0x00006226u, 0x000200f9u, - 0x00006228u, 0x000200f8u, 0x00006221u, 0x0007004fu, 0x000000efu, 0x00006223u, 0x00004eb1u, 0x00004eb1u, - 0x00000001u, 0x00000000u, 0x00050082u, 0x000000efu, 0x00006225u, 0x0000b416u, 0x00006223u, 0x000200f9u, - 0x00006228u, 0x000200f8u, 0x00006228u, 0x000700f5u, 0x000000efu, 0x000080d0u, 0x00006225u, 0x00006221u, - 0x00004eb1u, 0x00006226u, 0x00040072u, 0x000001aeu, 0x0000622au, 0x000080d0u, 0x0003003eu, 0x0000620fu, - 0x0000622au, 0x00050082u, 0x000001aeu, 0x0000622du, 0x00004eb5u, 0x0000621eu, 0x00050041u, 0x000001cbu, - 0x0000622eu, 0x0000620fu, 0x0000032fu, 0x0004003du, 0x00000012u, 0x0000622fu, 0x0000622eu, 0x00050050u, - 0x000001aeu, 0x00006230u, 0x0000622fu, 0x0000622fu, 0x00050084u, 0x000001aeu, 0x00006231u, 0x0000622du, - 0x00006230u, 0x00050082u, 0x000001aeu, 0x00006234u, 0x00004eb7u, 0x0000621eu, 0x00050041u, 0x000001cbu, - 0x00006235u, 0x0000620fu, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00006236u, 0x00006235u, 0x00050050u, - 0x000001aeu, 0x00006237u, 0x00006236u, 0x00006236u, 0x00050084u, 0x000001aeu, 0x00006238u, 0x00006234u, - 0x00006237u, 0x00050080u, 0x000001aeu, 0x0000623au, 0x00006231u, 0x00006238u, 0x00050080u, 0x000001aeu, - 0x0000623du, 0x0000623au, 0x0000b419u, 0x000500c3u, 0x000001aeu, 0x00006240u, 0x0000623du, 0x0000b41au, - 0x00050080u, 0x000001aeu, 0x00006243u, 0x00006240u, 0x0000621eu, 0x000200f9u, 0x00004ebbu, 0x000200f8u, - 0x00004e9du, 0x0007004fu, 0x000001aeu, 0x00004e9fu, 0x00007cc1u, 0x00007cc1u, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x000001aeu, 0x00004ea1u, 0x00007deeu, 0x00007deeu, 0x00000000u, 0x00000001u, 0x00050080u, - 0x000001aeu, 0x00004ea2u, 0x00004e9fu, 0x00004ea1u, 0x0007004fu, 0x000001aeu, 0x00004ea4u, 0x00007fd7u, - 0x00007fd7u, 0x00000000u, 0x00000001u, 0x00050080u, 0x000001aeu, 0x00004ea5u, 0x00004ea2u, 0x00004ea4u, - 0x0007004fu, 0x000001aeu, 0x00004ea7u, 0x00007ee5u, 0x00007ee5u, 0x00000000u, 0x00000001u, 0x00050080u, - 0x000001aeu, 0x00004ea8u, 0x00004ea5u, 0x00004ea7u, 0x00050080u, 0x000001aeu, 0x00004eaau, 0x00004ea8u, - 0x0000b415u, 0x000500c3u, 0x000001aeu, 0x00004eacu, 0x00004eaau, 0x0000b415u, 0x000200f9u, 0x00004ebbu, - 0x000200f8u, 0x00004ebbu, 0x000700f5u, 0x000001aeu, 0x000080dcu, 0x00004eacu, 0x00004e9du, 0x00006243u, - 0x00006228u, 0x000300f7u, 0x00004ed8u, 0x00000000u, 0x000400fau, 0x00004accu, 0x00004ebdu, 0x00004ecdu, - 0x000200f8u, 0x00004ecdu, 0x0007004fu, 0x000001aeu, 0x00004ecfu, 0x00007cc1u, 0x00007cc1u, 0x00000002u, - 0x00000003u, 0x0007004fu, 0x000001aeu, 0x00004ed1u, 0x00007deeu, 0x00007deeu, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x000001aeu, 0x00004ed3u, 0x00007ee5u, 0x00007ee5u, 0x00000002u, 0x00000003u, 0x0007004fu, - 0x000001aeu, 0x00004ed5u, 0x00007fd7u, 0x00007fd7u, 0x00000002u, 0x00000003u, 0x0004003du, 0x000000efu, - 0x00004ed6u, 0x00004926u, 0x0003003eu, 0x00004a69u, 0x00004ed6u, 0x00050041u, 0x00000046u, 0x0000624cu, - 0x00004a69u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000624du, 0x0000624cu, 0x00050041u, 0x00000046u, - 0x0000624eu, 0x00004a69u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000624fu, 0x0000624eu, 0x00050080u, - 0x00000008u, 0x00006250u, 0x0000624du, 0x0000624fu, 0x000500afu, 0x00000069u, 0x00006252u, 0x00006250u, - 0x0000115cu, 0x00050050u, 0x00000881u, 0x00006255u, 0x00006252u, 0x00006252u, 0x000600a9u, 0x000001aeu, - 0x00006256u, 0x00006255u, 0x00004ed5u, 0x00004ecfu, 0x000300f7u, 0x00006260u, 0x00000000u, 0x000400fau, - 0x00006252u, 0x00006259u, 0x0000625eu, 0x000200f8u, 0x0000625eu, 0x000200f9u, 0x00006260u, 0x000200f8u, - 0x00006259u, 0x0007004fu, 0x000000efu, 0x0000625bu, 0x00004ed6u, 0x00004ed6u, 0x00000001u, 0x00000000u, - 0x00050082u, 0x000000efu, 0x0000625du, 0x0000b416u, 0x0000625bu, 0x000200f9u, 0x00006260u, 0x000200f8u, - 0x00006260u, 0x000700f5u, 0x000000efu, 0x000080d9u, 0x0000625du, 0x00006259u, 0x00004ed6u, 0x0000625eu, - 0x00040072u, 0x000001aeu, 0x00006262u, 0x000080d9u, 0x0003003eu, 0x00006247u, 0x00006262u, 0x00050082u, - 0x000001aeu, 0x00006265u, 0x00004ed1u, 0x00006256u, 0x00050041u, 0x000001cbu, 0x00006266u, 0x00006247u, - 0x0000032fu, 0x0004003du, 0x00000012u, 0x00006267u, 0x00006266u, 0x00050050u, 0x000001aeu, 0x00006268u, - 0x00006267u, 0x00006267u, 0x00050084u, 0x000001aeu, 0x00006269u, 0x00006265u, 0x00006268u, 0x00050082u, - 0x000001aeu, 0x0000626cu, 0x00004ed3u, 0x00006256u, 0x00050041u, 0x000001cbu, 0x0000626du, 0x00006247u, - 0x0000045eu, 0x0004003du, 0x00000012u, 0x0000626eu, 0x0000626du, 0x00050050u, 0x000001aeu, 0x0000626fu, - 0x0000626eu, 0x0000626eu, 0x00050084u, 0x000001aeu, 0x00006270u, 0x0000626cu, 0x0000626fu, 0x00050080u, - 0x000001aeu, 0x00006272u, 0x00006269u, 0x00006270u, 0x00050080u, 0x000001aeu, 0x00006275u, 0x00006272u, - 0x0000b419u, 0x000500c3u, 0x000001aeu, 0x00006278u, 0x00006275u, 0x0000b41au, 0x00050080u, 0x000001aeu, - 0x0000627bu, 0x00006278u, 0x00006256u, 0x000200f9u, 0x00004ed8u, 0x000200f8u, 0x00004ebdu, 0x0007004fu, - 0x000001aeu, 0x00004ebfu, 0x00007cc1u, 0x00007cc1u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x000001aeu, - 0x00004ec1u, 0x00007deeu, 0x00007deeu, 0x00000002u, 0x00000003u, 0x00050080u, 0x000001aeu, 0x00004ec2u, - 0x00004ebfu, 0x00004ec1u, 0x0007004fu, 0x000001aeu, 0x00004ec4u, 0x00007fd7u, 0x00007fd7u, 0x00000002u, - 0x00000003u, 0x00050080u, 0x000001aeu, 0x00004ec5u, 0x00004ec2u, 0x00004ec4u, 0x0007004fu, 0x000001aeu, - 0x00004ec7u, 0x00007ee5u, 0x00007ee5u, 0x00000002u, 0x00000003u, 0x00050080u, 0x000001aeu, 0x00004ec8u, - 0x00004ec5u, 0x00004ec7u, 0x00050080u, 0x000001aeu, 0x00004ecau, 0x00004ec8u, 0x0000b415u, 0x000500c3u, - 0x000001aeu, 0x00004eccu, 0x00004ecau, 0x0000b415u, 0x000200f9u, 0x00004ed8u, 0x000200f8u, 0x00004ed8u, - 0x000700f5u, 0x000001aeu, 0x000080dfu, 0x00004eccu, 0x00004ebdu, 0x0000627bu, 0x00006260u, 0x000200f9u, - 0x00004ef5u, 0x000200f8u, 0x00004ef5u, 0x000700f5u, 0x000001aeu, 0x000080deu, 0x000080dfu, 0x00004ed8u, - 0x000080ccu, 0x00004ef3u, 0x000700f5u, 0x000001aeu, 0x000080dau, 0x000080dcu, 0x00004ed8u, 0x000080cfu, - 0x00004ef3u, 0x00050051u, 0x00000012u, 0x00004ef8u, 0x000080dau, 0x00000000u, 0x00050051u, 0x00000012u, - 0x00004ef9u, 0x000080dau, 0x00000001u, 0x00050051u, 0x00000012u, 0x00004efau, 0x000080deu, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00004efbu, 0x000080deu, 0x00000001u, 0x00070050u, 0x00000013u, 0x00004efcu, - 0x00004ef8u, 0x00004ef9u, 0x00004efau, 0x00004efbu, 0x000200f9u, 0x00004effu, 0x000200f8u, 0x00004effu, - 0x000700f5u, 0x00000013u, 0x00008109u, 0x00004efcu, 0x00004ef5u, 0x00007cc1u, 0x00004efdu, 0x000200f9u, - 0x00004f3cu, 0x000200f8u, 0x00004f3cu, 0x000700f5u, 0x00000013u, 0x00008108u, 0x00008109u, 0x00004effu, - 0x0000810au, 0x00004f3bu, 0x000200f9u, 0x00004f3du, 0x000200f8u, 0x00004db2u, 0x00040072u, 0x00000009u, - 0x00004db4u, 0x00007c43u, 0x000600cau, 0x00000009u, 0x00004db5u, 0x00004db4u, 0x00000222u, 0x00000262u, - 0x0003003eu, 0x00004a4au, 0x00004db5u, 0x000300f7u, 0x00004e8au, 0x00000000u, 0x000400fau, 0x000022e9u, - 0x00004db7u, 0x00004e86u, 0x000200f8u, 0x00004e86u, 0x0009004fu, 0x00000009u, 0x00004e88u, 0x00004db5u, - 0x00004db5u, 0x00000002u, 0x00000002u, 0x00000002u, 0x00000002u, 0x00040072u, 0x00000013u, 0x00004e89u, - 0x00004e88u, 0x000200f9u, 0x00004e8au, 0x000200f8u, 0x00004db7u, 0x000300f7u, 0x00004dc6u, 0x00000000u, - 0x000400fau, 0x00004ad4u, 0x00004db9u, 0x00004dc4u, 0x000200f8u, 0x00004dc4u, 0x000200f9u, 0x00004dc6u, - 0x000200f8u, 0x00004db9u, 0x0004003du, 0x00000008u, 0x00004dbdu, 0x00004aa3u, 0x00050050u, 0x000000efu, - 0x00004dbeu, 0x00004ae7u, 0x00004dbdu, 0x000500aau, 0x00000881u, 0x00004dbfu, 0x00004dbeu, 0x000013fau, - 0x00050051u, 0x00000069u, 0x00004dc0u, 0x00004dbfu, 0x00000000u, 0x00050051u, 0x00000069u, 0x00004dc1u, - 0x00004dbfu, 0x00000001u, 0x00060050u, 0x00000365u, 0x00004dc2u, 0x00002313u, 0x00004dc0u, 0x00004dc1u, - 0x0004009bu, 0x00000069u, 0x00004dc3u, 0x00004dc2u, 0x000200f9u, 0x00004dc6u, 0x000200f8u, 0x00004dc6u, - 0x000700f5u, 0x00000069u, 0x000080e1u, 0x00004dc3u, 0x00004db9u, 0x00004accu, 0x00004dc4u, 0x000300f7u, - 0x00004dd7u, 0x00000000u, 0x000400fau, 0x00004ad4u, 0x00004dccu, 0x00004dd5u, 0x000200f8u, 0x00004dd5u, - 0x000200f9u, 0x00004dd7u, 0x000200f8u, 0x00004dccu, 0x0004003du, 0x00000008u, 0x00004dcfu, 0x00004aa3u, - 0x00050080u, 0x00000008u, 0x00004dd0u, 0x00004ae7u, 0x00004dcfu, 0x000500afu, 0x00000069u, 0x00004dd1u, - 0x00004dd0u, 0x0000115cu, 0x000400a8u, 0x00000069u, 0x00004dd3u, 0x000080e1u, 0x000500a7u, 0x00000069u, - 0x00004dd4u, 0x00004dd1u, 0x00004dd3u, 0x000200f9u, 0x00004dd7u, 0x000200f8u, 0x00004dd7u, 0x000700f5u, - 0x00000069u, 0x000080e3u, 0x00004dd4u, 0x00004dccu, 0x00004ad6u, 0x00004dd5u, 0x000300f7u, 0x00004de0u, - 0x00000000u, 0x000400fau, 0x000080e3u, 0x00004ddau, 0x00004dddu, 0x000200f8u, 0x00004dddu, 0x0007004fu, - 0x000000efu, 0x00004ddfu, 0x00004db5u, 0x00004db5u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004de0u, - 0x000200f8u, 0x00004ddau, 0x0007004fu, 0x000000efu, 0x00004ddcu, 0x00004db5u, 0x00004db5u, 0x00000001u, - 0x00000000u, 0x000200f9u, 0x00004de0u, 0x000200f8u, 0x00004de0u, 0x000700f5u, 0x000000efu, 0x000080e4u, - 0x00004ddcu, 0x00004ddau, 0x00004ddfu, 0x00004dddu, 0x0003003eu, 0x00004a51u, 0x000080e4u, 0x000300f7u, - 0x00004de9u, 0x00000000u, 0x000400fau, 0x00004ad6u, 0x00004de3u, 0x00004de6u, 0x000200f8u, 0x00004de6u, - 0x0007004fu, 0x000000efu, 0x00004de8u, 0x00004db5u, 0x00004db5u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00004de9u, 0x000200f8u, 0x00004de3u, 0x0007004fu, 0x000000efu, 0x00004de5u, 0x00004db5u, 0x00004db5u, - 0x00000001u, 0x00000000u, 0x000200f9u, 0x00004de9u, 0x000200f8u, 0x00004de9u, 0x000700f5u, 0x000000efu, - 0x000080e5u, 0x00004de5u, 0x00004de3u, 0x00004de8u, 0x00004de6u, 0x0003003eu, 0x00004a53u, 0x000080e5u, - 0x000300f7u, 0x00004e2fu, 0x00000000u, 0x000400fau, 0x000080e1u, 0x00004decu, 0x00004e0du, 0x000200f8u, - 0x00004e0du, 0x000500a7u, 0x00000069u, 0x00004e10u, 0x000080e3u, 0x00004ad4u, 0x000300f7u, 0x00004e17u, - 0x00000000u, 0x000400fau, 0x00004e10u, 0x00004e11u, 0x00004e14u, 0x000200f8u, 0x00004e14u, 0x0007004fu, - 0x000001aeu, 0x00004e16u, 0x00007cc1u, 0x00007cc1u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004e17u, - 0x000200f8u, 0x00004e11u, 0x0007004fu, 0x000001aeu, 0x00004e13u, 0x00007fd7u, 0x00007fd7u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004e17u, 0x000200f8u, 0x00004e17u, 0x000700f5u, 0x000001aeu, 0x000080eeu, - 0x00004e13u, 0x00004e11u, 0x00004e16u, 0x00004e14u, 0x00040072u, 0x000000efu, 0x00004e19u, 0x000080eeu, - 0x00050041u, 0x00000046u, 0x00004e1au, 0x00004a51u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004e1bu, - 0x00004e1au, 0x0007004fu, 0x000001aeu, 0x00004e1du, 0x00007deeu, 0x00007deeu, 0x00000000u, 0x00000001u, - 0x00040072u, 0x000000efu, 0x00004e1eu, 0x00004e1du, 0x00050082u, 0x000000efu, 0x00004e20u, 0x00004e1eu, - 0x00004e19u, 0x00050050u, 0x000000efu, 0x00004e21u, 0x00004e1bu, 0x00004e1bu, 0x00050084u, 0x000000efu, - 0x00004e22u, 0x00004e21u, 0x00004e20u, 0x00050041u, 0x00000046u, 0x00004e23u, 0x00004a51u, 0x0000045eu, - 0x0004003du, 0x00000008u, 0x00004e24u, 0x00004e23u, 0x0007004fu, 0x000001aeu, 0x00004e26u, 0x00007ee5u, - 0x00007ee5u, 0x00000000u, 0x00000001u, 0x00040072u, 0x000000efu, 0x00004e27u, 0x00004e26u, 0x00050082u, - 0x000000efu, 0x00004e29u, 0x00004e27u, 0x00004e19u, 0x00050050u, 0x000000efu, 0x00004e2au, 0x00004e24u, - 0x00004e24u, 0x00050084u, 0x000000efu, 0x00004e2bu, 0x00004e2au, 0x00004e29u, 0x00050080u, 0x000000efu, - 0x00004e2cu, 0x00004e22u, 0x00004e2bu, 0x00050080u, 0x000000efu, 0x00004e2eu, 0x00004e2cu, 0x0000b41cu, - 0x000200f9u, 0x00004e2fu, 0x000200f8u, 0x00004decu, 0x00050041u, 0x00000046u, 0x00004dedu, 0x00004a51u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004deeu, 0x00004dedu, 0x0007004fu, 0x000001aeu, 0x00004df0u, - 0x00007ee5u, 0x00007ee5u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, 0x00004df2u, 0x00007fd7u, - 0x00007fd7u, 0x00000000u, 0x00000001u, 0x00050082u, 0x000001aeu, 0x00004df3u, 0x00004df0u, 0x00004df2u, - 0x00040072u, 0x000000efu, 0x00004df4u, 0x00004df3u, 0x00050050u, 0x000000efu, 0x00004df5u, 0x00004deeu, - 0x00004deeu, 0x00050084u, 0x000000efu, 0x00004df6u, 0x00004df5u, 0x00004df4u, 0x00050041u, 0x00000046u, - 0x00004df7u, 0x00004a51u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004df8u, 0x00004df7u, 0x0007004fu, - 0x000001aeu, 0x00004dfau, 0x00007deeu, 0x00007deeu, 0x00000000u, 0x00000001u, 0x00050082u, 0x000001aeu, - 0x00004dfdu, 0x00004dfau, 0x00004df2u, 0x00040072u, 0x000000efu, 0x00004dfeu, 0x00004dfdu, 0x00050050u, - 0x000000efu, 0x00004dffu, 0x00004df8u, 0x00004df8u, 0x00050084u, 0x000000efu, 0x00004e00u, 0x00004dffu, - 0x00004dfeu, 0x00050080u, 0x000000efu, 0x00004e01u, 0x00004df6u, 0x00004e00u, 0x0007004fu, 0x000001aeu, - 0x00004e03u, 0x00007cc1u, 0x00007cc1u, 0x00000000u, 0x00000001u, 0x00050082u, 0x000001aeu, 0x00004e06u, - 0x00004e03u, 0x00004df2u, 0x000500c4u, 0x000001aeu, 0x00004e08u, 0x00004e06u, 0x0000b41bu, 0x00040072u, - 0x000000efu, 0x00004e09u, 0x00004e08u, 0x00050080u, 0x000000efu, 0x00004e0au, 0x00004e01u, 0x00004e09u, - 0x00050080u, 0x000000efu, 0x00004e0cu, 0x00004e0au, 0x0000b41cu, 0x000200f9u, 0x00004e2fu, 0x000200f8u, - 0x00004e2fu, 0x000700f5u, 0x000000efu, 0x00008103u, 0x00004e0cu, 0x00004decu, 0x00004e2eu, 0x00004e17u, - 0x000300f7u, 0x00004e74u, 0x00000000u, 0x000400fau, 0x00004accu, 0x00004e31u, 0x00004e52u, 0x000200f8u, - 0x00004e52u, 0x000500a7u, 0x00000069u, 0x00004e55u, 0x00004ad6u, 0x00004ad4u, 0x000300f7u, 0x00004e5cu, - 0x00000000u, 0x000400fau, 0x00004e55u, 0x00004e56u, 0x00004e59u, 0x000200f8u, 0x00004e59u, 0x0007004fu, - 0x000001aeu, 0x00004e5bu, 0x00007cc1u, 0x00007cc1u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004e5cu, - 0x000200f8u, 0x00004e56u, 0x0007004fu, 0x000001aeu, 0x00004e58u, 0x00007fd7u, 0x00007fd7u, 0x00000002u, - 0x00000003u, 0x000200f9u, 0x00004e5cu, 0x000200f8u, 0x00004e5cu, 0x000700f5u, 0x000001aeu, 0x000080fdu, - 0x00004e58u, 0x00004e56u, 0x00004e5bu, 0x00004e59u, 0x00040072u, 0x000000efu, 0x00004e5eu, 0x000080fdu, - 0x00050041u, 0x00000046u, 0x00004e5fu, 0x00004a53u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004e60u, - 0x00004e5fu, 0x0007004fu, 0x000001aeu, 0x00004e62u, 0x00007deeu, 0x00007deeu, 0x00000002u, 0x00000003u, - 0x00040072u, 0x000000efu, 0x00004e63u, 0x00004e62u, 0x00050082u, 0x000000efu, 0x00004e65u, 0x00004e63u, - 0x00004e5eu, 0x00050050u, 0x000000efu, 0x00004e66u, 0x00004e60u, 0x00004e60u, 0x00050084u, 0x000000efu, - 0x00004e67u, 0x00004e66u, 0x00004e65u, 0x00050041u, 0x00000046u, 0x00004e68u, 0x00004a53u, 0x0000045eu, - 0x0004003du, 0x00000008u, 0x00004e69u, 0x00004e68u, 0x0007004fu, 0x000001aeu, 0x00004e6bu, 0x00007ee5u, - 0x00007ee5u, 0x00000002u, 0x00000003u, 0x00040072u, 0x000000efu, 0x00004e6cu, 0x00004e6bu, 0x00050082u, - 0x000000efu, 0x00004e6eu, 0x00004e6cu, 0x00004e5eu, 0x00050050u, 0x000000efu, 0x00004e6fu, 0x00004e69u, - 0x00004e69u, 0x00050084u, 0x000000efu, 0x00004e70u, 0x00004e6fu, 0x00004e6eu, 0x00050080u, 0x000000efu, - 0x00004e71u, 0x00004e67u, 0x00004e70u, 0x00050080u, 0x000000efu, 0x00004e73u, 0x00004e71u, 0x0000b41cu, - 0x000200f9u, 0x00004e74u, 0x000200f8u, 0x00004e31u, 0x00050041u, 0x00000046u, 0x00004e32u, 0x00004a53u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004e33u, 0x00004e32u, 0x0007004fu, 0x000001aeu, 0x00004e35u, - 0x00007ee5u, 0x00007ee5u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x000001aeu, 0x00004e37u, 0x00007fd7u, - 0x00007fd7u, 0x00000002u, 0x00000003u, 0x00050082u, 0x000001aeu, 0x00004e38u, 0x00004e35u, 0x00004e37u, - 0x00040072u, 0x000000efu, 0x00004e39u, 0x00004e38u, 0x00050050u, 0x000000efu, 0x00004e3au, 0x00004e33u, - 0x00004e33u, 0x00050084u, 0x000000efu, 0x00004e3bu, 0x00004e3au, 0x00004e39u, 0x00050041u, 0x00000046u, - 0x00004e3cu, 0x00004a53u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004e3du, 0x00004e3cu, 0x0007004fu, - 0x000001aeu, 0x00004e3fu, 0x00007deeu, 0x00007deeu, 0x00000002u, 0x00000003u, 0x00050082u, 0x000001aeu, - 0x00004e42u, 0x00004e3fu, 0x00004e37u, 0x00040072u, 0x000000efu, 0x00004e43u, 0x00004e42u, 0x00050050u, - 0x000000efu, 0x00004e44u, 0x00004e3du, 0x00004e3du, 0x00050084u, 0x000000efu, 0x00004e45u, 0x00004e44u, - 0x00004e43u, 0x00050080u, 0x000000efu, 0x00004e46u, 0x00004e3bu, 0x00004e45u, 0x0007004fu, 0x000001aeu, - 0x00004e48u, 0x00007cc1u, 0x00007cc1u, 0x00000002u, 0x00000003u, 0x00050082u, 0x000001aeu, 0x00004e4bu, - 0x00004e48u, 0x00004e37u, 0x000500c4u, 0x000001aeu, 0x00004e4du, 0x00004e4bu, 0x0000b41bu, 0x00040072u, - 0x000000efu, 0x00004e4eu, 0x00004e4du, 0x00050080u, 0x000000efu, 0x00004e4fu, 0x00004e46u, 0x00004e4eu, - 0x00050080u, 0x000000efu, 0x00004e51u, 0x00004e4fu, 0x0000b41cu, 0x000200f9u, 0x00004e74u, 0x000200f8u, - 0x00004e74u, 0x000700f5u, 0x000000efu, 0x00008105u, 0x00004e51u, 0x00004e31u, 0x00004e73u, 0x00004e5cu, - 0x00050051u, 0x00000008u, 0x00004e77u, 0x00008103u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004e78u, - 0x00008103u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004e79u, 0x00008105u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00004e7au, 0x00008105u, 0x00000001u, 0x00070050u, 0x00000009u, 0x00004e7bu, 0x00004e77u, - 0x00004e78u, 0x00004e79u, 0x00004e7au, 0x000500c3u, 0x00000009u, 0x00004e7eu, 0x00004e7bu, 0x0000b414u, - 0x00050041u, 0x00000046u, 0x00004e7fu, 0x00004a4au, 0x00000388u, 0x0004003du, 0x00000008u, 0x00004e80u, - 0x00004e7fu, 0x00070050u, 0x00000009u, 0x00004e82u, 0x00004e80u, 0x00004e80u, 0x00004e80u, 0x00004e80u, - 0x00050080u, 0x00000009u, 0x00004e83u, 0x00004e7eu, 0x00004e82u, 0x00040072u, 0x00000013u, 0x00004e85u, - 0x00004e83u, 0x000200f9u, 0x00004e8au, 0x000200f8u, 0x00004e8au, 0x000700f5u, 0x00000013u, 0x00008107u, - 0x00004e85u, 0x00004e74u, 0x00004e89u, 0x00004e86u, 0x000200f9u, 0x00004f3du, 0x000200f8u, 0x00004f3du, - 0x000700f5u, 0x00000013u, 0x00008106u, 0x00008107u, 0x00004e8au, 0x00008108u, 0x00004f3cu, 0x000400a8u, - 0x00000069u, 0x00004f41u, 0x00002322u, 0x000500a7u, 0x00000069u, 0x00004f42u, 0x00002450u, 0x00004f41u, - 0x000300f7u, 0x00004f47u, 0x00000000u, 0x000400fau, 0x00004f42u, 0x00004f43u, 0x00004f47u, 0x000200f8u, - 0x00004f43u, 0x0003003eu, 0x00004a6fu, 0x00002a9fu, 0x00040072u, 0x00000009u, 0x00006285u, 0x00008106u, - 0x000600cau, 0x00000009u, 0x00006286u, 0x00006285u, 0x00000222u, 0x00000262u, 0x0003003eu, 0x0000627du, - 0x00006286u, 0x00050041u, 0x00000046u, 0x00006287u, 0x0000627du, 0x00000388u, 0x0004003du, 0x00000008u, - 0x00006288u, 0x00006287u, 0x00050041u, 0x000001cbu, 0x00006289u, 0x00004a6fu, 0x0000032fu, 0x0004003du, - 0x00000012u, 0x0000628au, 0x00006289u, 0x00040072u, 0x00000008u, 0x0000628bu, 0x0000628au, 0x00050041u, - 0x00000046u, 0x0000628cu, 0x0000627du, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000628du, 0x0000628cu, - 0x00050084u, 0x00000008u, 0x0000628eu, 0x0000628bu, 0x0000628du, 0x00050080u, 0x00000008u, 0x0000628fu, - 0x0000628eu, 0x00000b00u, 0x000500c3u, 0x00000008u, 0x00006290u, 0x0000628fu, 0x0000025fu, 0x00050080u, - 0x00000008u, 0x00006291u, 0x00006288u, 0x00006290u, 0x0004003du, 0x00000008u, 0x00006293u, 0x00006287u, - 0x00050041u, 0x000001cbu, 0x00006294u, 0x00004a6fu, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00006295u, - 0x00006294u, 0x00040072u, 0x00000008u, 0x00006296u, 0x00006295u, 0x00050041u, 0x00000046u, 0x00006297u, - 0x0000627du, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00006298u, 0x00006297u, 0x00050084u, 0x00000008u, - 0x00006299u, 0x00006296u, 0x00006298u, 0x00050041u, 0x000001cbu, 0x0000629au, 0x00004a6fu, 0x00000388u, - 0x0004003du, 0x00000012u, 0x0000629bu, 0x0000629au, 0x00040072u, 0x00000008u, 0x0000629cu, 0x0000629bu, - 0x0004003du, 0x00000008u, 0x0000629eu, 0x0000628cu, 0x00050084u, 0x00000008u, 0x0000629fu, 0x0000629cu, - 0x0000629eu, 0x00050080u, 0x00000008u, 0x000062a0u, 0x00006299u, 0x0000629fu, 0x00050080u, 0x00000008u, - 0x000062a1u, 0x000062a0u, 0x00000b00u, 0x000500c3u, 0x00000008u, 0x000062a2u, 0x000062a1u, 0x0000025fu, - 0x00050080u, 0x00000008u, 0x000062a3u, 0x00006293u, 0x000062a2u, 0x0004003du, 0x00000008u, 0x000062a5u, - 0x00006287u, 0x00050041u, 0x000001cbu, 0x000062a6u, 0x00004a6fu, 0x00000466u, 0x0004003du, 0x00000012u, - 0x000062a7u, 0x000062a6u, 0x00040072u, 0x00000008u, 0x000062a8u, 0x000062a7u, 0x0004003du, 0x00000008u, - 0x000062aau, 0x00006297u, 0x00050084u, 0x00000008u, 0x000062abu, 0x000062a8u, 0x000062aau, 0x00050080u, - 0x00000008u, 0x000062acu, 0x000062abu, 0x00000b00u, 0x000500c3u, 0x00000008u, 0x000062adu, 0x000062acu, - 0x0000025fu, 0x00050080u, 0x00000008u, 0x000062aeu, 0x000062a5u, 0x000062adu, 0x0004003du, 0x00000008u, - 0x000062b0u, 0x00006287u, 0x00040072u, 0x00000012u, 0x000062b2u, 0x00006291u, 0x00040072u, 0x00000012u, - 0x000062b4u, 0x000062a3u, 0x00040072u, 0x00000012u, 0x000062b6u, 0x000062aeu, 0x00040072u, 0x00000012u, - 0x000062b8u, 0x000062b0u, 0x00070050u, 0x00000013u, 0x000062b9u, 0x000062b2u, 0x000062b4u, 0x000062b6u, - 0x000062b8u, 0x000200f9u, 0x00004f47u, 0x000200f8u, 0x00004f47u, 0x000700f5u, 0x00000013u, 0x0000810cu, - 0x00008106u, 0x00004f3du, 0x000062b9u, 0x00004f43u, 0x000200f9u, 0x0000246cu, 0x000200f8u, 0x00002452u, - 0x0003003eu, 0x0000225cu, 0x00002a9fu, 0x00040072u, 0x00000009u, 0x000048c4u, 0x00007c43u, 0x000600cau, - 0x00000009u, 0x000048c5u, 0x000048c4u, 0x00000222u, 0x00000262u, 0x0003003eu, 0x000048bcu, 0x000048c5u, - 0x00050041u, 0x00000046u, 0x000048c6u, 0x000048bcu, 0x00000388u, 0x0004003du, 0x00000008u, 0x000048c7u, - 0x000048c6u, 0x00050041u, 0x000001cbu, 0x000048c8u, 0x0000225cu, 0x0000032fu, 0x0004003du, 0x00000012u, - 0x000048c9u, 0x000048c8u, 0x00040072u, 0x00000008u, 0x000048cau, 0x000048c9u, 0x00050041u, 0x00000046u, - 0x000048cbu, 0x000048bcu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000048ccu, 0x000048cbu, 0x00050084u, - 0x00000008u, 0x000048cdu, 0x000048cau, 0x000048ccu, 0x00050080u, 0x00000008u, 0x000048ceu, 0x000048cdu, - 0x00000b00u, 0x000500c3u, 0x00000008u, 0x000048cfu, 0x000048ceu, 0x0000025fu, 0x00050080u, 0x00000008u, - 0x000048d0u, 0x000048c7u, 0x000048cfu, 0x0004003du, 0x00000008u, 0x000048d2u, 0x000048c6u, 0x00050041u, - 0x000001cbu, 0x000048d3u, 0x0000225cu, 0x0000045eu, 0x0004003du, 0x00000012u, 0x000048d4u, 0x000048d3u, - 0x00040072u, 0x00000008u, 0x000048d5u, 0x000048d4u, 0x00050041u, 0x00000046u, 0x000048d6u, 0x000048bcu, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x000048d7u, 0x000048d6u, 0x00050084u, 0x00000008u, 0x000048d8u, - 0x000048d5u, 0x000048d7u, 0x00050041u, 0x000001cbu, 0x000048d9u, 0x0000225cu, 0x00000388u, 0x0004003du, - 0x00000012u, 0x000048dau, 0x000048d9u, 0x00040072u, 0x00000008u, 0x000048dbu, 0x000048dau, 0x0004003du, - 0x00000008u, 0x000048ddu, 0x000048cbu, 0x00050084u, 0x00000008u, 0x000048deu, 0x000048dbu, 0x000048ddu, - 0x00050080u, 0x00000008u, 0x000048dfu, 0x000048d8u, 0x000048deu, 0x00050080u, 0x00000008u, 0x000048e0u, - 0x000048dfu, 0x00000b00u, 0x000500c3u, 0x00000008u, 0x000048e1u, 0x000048e0u, 0x0000025fu, 0x00050080u, - 0x00000008u, 0x000048e2u, 0x000048d2u, 0x000048e1u, 0x0004003du, 0x00000008u, 0x000048e4u, 0x000048c6u, - 0x00050041u, 0x000001cbu, 0x000048e5u, 0x0000225cu, 0x00000466u, 0x0004003du, 0x00000012u, 0x000048e6u, - 0x000048e5u, 0x00040072u, 0x00000008u, 0x000048e7u, 0x000048e6u, 0x0004003du, 0x00000008u, 0x000048e9u, - 0x000048d6u, 0x00050084u, 0x00000008u, 0x000048eau, 0x000048e7u, 0x000048e9u, 0x00050080u, 0x00000008u, - 0x000048ebu, 0x000048eau, 0x00000b00u, 0x000500c3u, 0x00000008u, 0x000048ecu, 0x000048ebu, 0x0000025fu, - 0x00050080u, 0x00000008u, 0x000048edu, 0x000048e4u, 0x000048ecu, 0x0004003du, 0x00000008u, 0x000048efu, - 0x000048c6u, 0x00040072u, 0x00000012u, 0x000048f1u, 0x000048d0u, 0x00040072u, 0x00000012u, 0x000048f3u, - 0x000048e2u, 0x00040072u, 0x00000012u, 0x000048f5u, 0x000048edu, 0x00040072u, 0x00000012u, 0x000048f7u, - 0x000048efu, 0x00070050u, 0x00000013u, 0x000048f8u, 0x000048f1u, 0x000048f3u, 0x000048f5u, 0x000048f7u, - 0x000200f9u, 0x0000246cu, 0x000200f8u, 0x0000246cu, 0x000700f5u, 0x00000013u, 0x0000af4au, 0x00007ff4u, - 0x00002452u, 0x00007fd7u, 0x00004f47u, 0x000700f5u, 0x00000013u, 0x0000aea3u, 0x00007f02u, 0x00002452u, - 0x00007ee5u, 0x00004f47u, 0x000700f5u, 0x00000013u, 0x0000adfcu, 0x00007e0bu, 0x00002452u, 0x00007deeu, - 0x00004f47u, 0x000700f5u, 0x00000013u, 0x0000ad55u, 0x00007cdeu, 0x00002452u, 0x00007cc1u, 0x00004f47u, - 0x000700f5u, 0x00000013u, 0x00008435u, 0x000048f8u, 0x00002452u, 0x0000810cu, 0x00004f47u, 0x000200f9u, - 0x0000246du, 0x000200f8u, 0x0000246du, 0x000700f5u, 0x00000013u, 0x0000af49u, 0x00007ff4u, 0x0000244bu, - 0x0000af4au, 0x0000246cu, 0x000700f5u, 0x00000013u, 0x0000aea2u, 0x00007f02u, 0x0000244bu, 0x0000aea3u, - 0x0000246cu, 0x000700f5u, 0x00000013u, 0x0000adfbu, 0x00007e0bu, 0x0000244bu, 0x0000adfcu, 0x0000246cu, - 0x000700f5u, 0x00000013u, 0x0000ad54u, 0x00007cdeu, 0x0000244bu, 0x0000ad55u, 0x0000246cu, 0x000700f5u, - 0x00000013u, 0x00008385u, 0x00008394u, 0x0000244bu, 0x00008435u, 0x0000246cu, 0x000600a9u, 0x00000008u, - 0x00002470u, 0x00002304u, 0x0000022cu, 0x00000222u, 0x000500c3u, 0x00000008u, 0x00002471u, 0x000075ccu, - 0x00002470u, 0x000500c3u, 0x00000008u, 0x00002473u, 0x0000254bu, 0x0000022fu, 0x000500c7u, 0x00000008u, - 0x00002475u, 0x0000254bu, 0x00000232u, 0x000500b1u, 0x00000069u, 0x000062bfu, 0x00002473u, 0x0000022fu, - 0x000300f7u, 0x000062d4u, 0x00000000u, 0x000400fau, 0x000062bfu, 0x000062c0u, 0x000062cdu, 0x000200f8u, - 0x000062cdu, 0x000500aau, 0x00000069u, 0x000062cfu, 0x00002473u, 0x0000022fu, 0x000300f7u, 0x000062d3u, - 0x00000000u, 0x000400fau, 0x000062cfu, 0x000062d0u, 0x000062d2u, 0x000200f8u, 0x000062d2u, 0x000200f9u, - 0x000062d3u, 0x000200f8u, 0x000062d0u, 0x000500c7u, 0x00000011u, 0x000062feu, 0x0000820au, 0x00000346u, - 0x00040071u, 0x00000006u, 0x000062ffu, 0x000062feu, 0x0004007cu, 0x00000008u, 0x00006300u, 0x000062ffu, - 0x000200f9u, 0x000062d3u, 0x000200f8u, 0x000062d3u, 0x000700f5u, 0x00000008u, 0x00008310u, 0x00006300u, - 0x000062d0u, 0x00000222u, 0x000062d2u, 0x000200f9u, 0x000062d4u, 0x000200f8u, 0x000062c0u, 0x000500c7u, - 0x00000008u, 0x000062c3u, 0x00002471u, 0x00000232u, 0x00050084u, 0x00000008u, 0x000062c4u, 0x000062c3u, - 0x00000235u, 0x000500c7u, 0x00000008u, 0x000062c6u, 0x000075ceu, 0x00000232u, 0x00050080u, 0x00000008u, - 0x000062c7u, 0x000062c4u, 0x000062c6u, 0x0003003eu, 0x000062bau, 0x00000394u, 0x00060041u, 0x0000007bu, - 0x000062c8u, 0x000062bau, 0x00002473u, 0x000062c7u, 0x0004003du, 0x0000000fu, 0x000062c9u, 0x000062c8u, - 0x00040071u, 0x00000006u, 0x000062cau, 0x000062c9u, 0x0004007cu, 0x00000008u, 0x000062cbu, 0x000062cau, - 0x00050084u, 0x00000008u, 0x000062ccu, 0x000062cbu, 0x000003a2u, 0x000200f9u, 0x000062d4u, 0x000200f8u, - 0x000062d4u, 0x000700f5u, 0x00000008u, 0x0000830fu, 0x000062ccu, 0x000062c0u, 0x00008310u, 0x000062d3u, - 0x000500aau, 0x00000069u, 0x000062d6u, 0x00002475u, 0x00000232u, 0x000300f7u, 0x000062fau, 0x00000000u, - 0x000400fau, 0x000062d6u, 0x000062d7u, 0x000062d8u, 0x000200f8u, 0x000062d8u, 0x000500aau, 0x00000069u, - 0x000062dau, 0x00002475u, 0x0000022fu, 0x000300f7u, 0x000062f9u, 0x00000000u, 0x000400fau, 0x000062dau, - 0x000062dbu, 0x000062ddu, 0x000200f8u, 0x000062ddu, 0x000500afu, 0x00000069u, 0x000062dfu, 0x00002473u, - 0x0000022fu, 0x000300f7u, 0x000062f0u, 0x00000000u, 0x000400fau, 0x000062dfu, 0x000062e0u, 0x000062edu, - 0x000200f8u, 0x000062edu, 0x000500c7u, 0x00000008u, 0x000062efu, 0x0000830fu, 0x0000023eu, 0x000200f9u, - 0x000062f0u, 0x000200f8u, 0x000062e0u, 0x000500c7u, 0x00000008u, 0x000062e2u, 0x00002473u, 0x0000022cu, - 0x000500c7u, 0x00000008u, 0x000062e4u, 0x00002471u, 0x00000232u, 0x00050084u, 0x00000008u, 0x000062e5u, - 0x000062e4u, 0x00000235u, 0x000500c7u, 0x00000008u, 0x000062e7u, 0x000075ceu, 0x00000232u, 0x00050080u, - 0x00000008u, 0x000062e8u, 0x000062e5u, 0x000062e7u, 0x0003003eu, 0x000062bcu, 0x00000394u, 0x00060041u, - 0x0000007bu, 0x000062e9u, 0x000062bcu, 0x000062e2u, 0x000062e8u, 0x0004003du, 0x0000000fu, 0x000062eau, - 0x000062e9u, 0x00040071u, 0x00000006u, 0x000062ebu, 0x000062eau, 0x0004007cu, 0x00000008u, 0x000062ecu, - 0x000062ebu, 0x000200f9u, 0x000062f0u, 0x000200f8u, 0x000062f0u, 0x000700f5u, 0x00000008u, 0x00008311u, - 0x000062ecu, 0x000062e0u, 0x000062efu, 0x000062edu, 0x000500aau, 0x00000069u, 0x000062f3u, 0x00002475u, - 0x0000022cu, 0x000300f7u, 0x000062f8u, 0x00000000u, 0x000400fau, 0x000062f3u, 0x000062f4u, 0x000062f8u, - 0x000200f8u, 0x000062f4u, 0x000400c8u, 0x00000008u, 0x000062f6u, 0x00008311u, 0x000500c7u, 0x00000008u, - 0x000062f7u, 0x000062f6u, 0x0000023eu, 0x000200f9u, 0x000062f8u, 0x000200f8u, 0x000062f8u, 0x000700f5u, - 0x00000008u, 0x0000831au, 0x00008311u, 0x000062f0u, 0x000062f7u, 0x000062f4u, 0x000200f9u, 0x000062f9u, - 0x000200f8u, 0x000062dbu, 0x000500c7u, 0x00000011u, 0x00006304u, 0x0000820au, 0x00000336u, 0x00040071u, - 0x00000006u, 0x00006305u, 0x00006304u, 0x0004007cu, 0x00000008u, 0x00006306u, 0x00006305u, 0x000200f9u, - 0x000062f9u, 0x000200f8u, 0x000062f9u, 0x000700f5u, 0x00000008u, 0x00008319u, 0x00006306u, 0x000062dbu, - 0x0000831au, 0x000062f8u, 0x000200f9u, 0x000062fau, 0x000200f8u, 0x000062d7u, 0x000200f9u, 0x000062fau, - 0x000200f8u, 0x000062fau, 0x000700f5u, 0x00000008u, 0x00008318u, 0x00000222u, 0x000062d7u, 0x00008319u, - 0x000062f9u, 0x000300f7u, 0x000024cfu, 0x00000000u, 0x000400fau, 0x00002301u, 0x0000247bu, 0x000024b3u, - 0x000200f8u, 0x000024b3u, 0x000500c7u, 0x00000011u, 0x000066d9u, 0x0000820au, 0x00000336u, 0x000500c4u, - 0x00000011u, 0x000066dau, 0x000066d9u, 0x00000338u, 0x000500c5u, 0x00000011u, 0x000066dbu, 0x000066dau, - 0x0000033au, 0x0004007cu, 0x00000012u, 0x000066dcu, 0x000066dbu, 0x0003003eu, 0x00002289u, 0x00002545u, - 0x0003003eu, 0x0000228au, 0x00002547u, 0x00050041u, 0x0000007bu, 0x000066f7u, 0x00002289u, 0x0000032fu, - 0x0004003du, 0x0000000fu, 0x000066f8u, 0x000066f7u, 0x00040071u, 0x00000006u, 0x000066f9u, 0x000066f8u, - 0x0004007cu, 0x00000008u, 0x000066fau, 0x000066f9u, 0x00050041u, 0x0000007bu, 0x000066fbu, 0x0000228au, - 0x0000032fu, 0x0004003du, 0x0000000fu, 0x000066fcu, 0x000066fbu, 0x00040071u, 0x00000006u, 0x000066fdu, - 0x000066fcu, 0x0004007cu, 0x00000008u, 0x000066feu, 0x000066fdu, 0x0003003eu, 0x000070cbu, 0x00002a8bu, - 0x0003003eu, 0x000070ccu, 0x00002ae3u, 0x0003003eu, 0x000070cdu, 0x00001ee1u, 0x0003003eu, 0x000070ceu, - 0x00007c43u, 0x0003003eu, 0x000070cfu, 0x00008385u, 0x000300f7u, 0x00006770u, 0x00000000u, 0x000f00fbu, - 0x000066fau, 0x0000674fu, 0x00000000u, 0x00006755u, 0x00000001u, 0x0000675au, 0x00000002u, 0x0000675fu, - 0x00000004u, 0x00006764u, 0x00000007u, 0x0000676au, 0x00000006u, 0x0000676fu, 0x000200f8u, 0x0000676fu, - 0x000200f9u, 0x00006770u, 0x000200f8u, 0x0000676au, 0x00040072u, 0x00000008u, 0x0000676du, 0x000066dcu, - 0x00060050u, 0x00000044u, 0x0000676eu, 0x0000676du, 0x0000676du, 0x0000676du, 0x000200f9u, 0x00006770u, - 0x000200f8u, 0x00006764u, 0x0008004fu, 0x00000047u, 0x00006767u, 0x00002ae3u, 0x00002ae3u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006768u, 0x00006767u, 0x0004007cu, 0x00000044u, - 0x00006769u, 0x00006768u, 0x000200f9u, 0x00006770u, 0x000200f8u, 0x0000675fu, 0x0008004fu, 0x000004b8u, - 0x00006762u, 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, - 0x00006763u, 0x00006762u, 0x000200f9u, 0x00006770u, 0x000200f8u, 0x0000675au, 0x0008004fu, 0x000004b8u, - 0x0000675du, 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, - 0x0000675eu, 0x0000675du, 0x000200f9u, 0x00006770u, 0x000200f8u, 0x00006755u, 0x00040072u, 0x00000044u, - 0x00006759u, 0x0000b426u, 0x000200f9u, 0x00006770u, 0x000200f8u, 0x0000674fu, 0x0008004fu, 0x00000047u, - 0x00006752u, 0x00002a8bu, 0x00002a8bu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, - 0x00006753u, 0x00006752u, 0x0004007cu, 0x00000044u, 0x00006754u, 0x00006753u, 0x000200f9u, 0x00006770u, - 0x000200f8u, 0x00006770u, 0x001100f5u, 0x00000044u, 0x0000865bu, 0x00006754u, 0x0000674fu, 0x00006759u, - 0x00006755u, 0x0000675eu, 0x0000675au, 0x00006763u, 0x0000675fu, 0x00006769u, 0x00006764u, 0x0000676eu, - 0x0000676au, 0x00001ab3u, 0x0000676fu, 0x000300f7u, 0x00006789u, 0x00000000u, 0x000d00fbu, 0x000066feu, - 0x00006772u, 0x00000000u, 0x00006777u, 0x00000001u, 0x0000677bu, 0x00000002u, 0x0000677fu, 0x00000004u, - 0x00006783u, 0x00000006u, 0x00006788u, 0x000200f8u, 0x00006788u, 0x000200f9u, 0x00006789u, 0x000200f8u, - 0x00006783u, 0x00050041u, 0x0000007bu, 0x000070d6u, 0x000070ccu, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006785u, 0x000070d6u, 0x00040071u, 0x00000006u, 0x00006786u, 0x00006785u, 0x0004007cu, 0x00000008u, - 0x00006787u, 0x00006786u, 0x000200f9u, 0x00006789u, 0x000200f8u, 0x0000677fu, 0x00050041u, 0x000001cbu, - 0x000070d5u, 0x000070cfu, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006781u, 0x000070d5u, 0x00040072u, - 0x00000008u, 0x00006782u, 0x00006781u, 0x000200f9u, 0x00006789u, 0x000200f8u, 0x0000677bu, 0x00050041u, - 0x000001cbu, 0x000070d4u, 0x000070ceu, 0x00000466u, 0x0004003du, 0x00000012u, 0x0000677du, 0x000070d4u, - 0x00040072u, 0x00000008u, 0x0000677eu, 0x0000677du, 0x000200f9u, 0x00006789u, 0x000200f8u, 0x00006777u, - 0x00050041u, 0x000001cbu, 0x000070d3u, 0x000070cdu, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006779u, - 0x000070d3u, 0x00040072u, 0x00000008u, 0x0000677au, 0x00006779u, 0x000200f9u, 0x00006789u, 0x000200f8u, - 0x00006772u, 0x00050041u, 0x0000007bu, 0x000070d2u, 0x000070cbu, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006774u, 0x000070d2u, 0x00040071u, 0x00000006u, 0x00006775u, 0x00006774u, 0x0004007cu, 0x00000008u, - 0x00006776u, 0x00006775u, 0x000200f9u, 0x00006789u, 0x000200f8u, 0x00006789u, 0x000f00f5u, 0x00000008u, - 0x0000865cu, 0x00006776u, 0x00006772u, 0x0000677au, 0x00006777u, 0x0000677eu, 0x0000677bu, 0x00006782u, - 0x0000677fu, 0x00006787u, 0x00006783u, 0x00001ab2u, 0x00006788u, 0x00050051u, 0x00000008u, 0x0000678cu, - 0x0000865bu, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000678du, 0x0000865bu, 0x00000001u, 0x00050051u, - 0x00000008u, 0x0000678eu, 0x0000865bu, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000678fu, 0x0000678cu, - 0x0000678du, 0x0000678eu, 0x0000865cu, 0x00050041u, 0x0000007bu, 0x00006701u, 0x00002289u, 0x0000045eu, - 0x0004003du, 0x0000000fu, 0x00006702u, 0x00006701u, 0x00040071u, 0x00000006u, 0x00006703u, 0x00006702u, - 0x0004007cu, 0x00000008u, 0x00006704u, 0x00006703u, 0x00050041u, 0x0000007bu, 0x00006705u, 0x0000228au, - 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006706u, 0x00006705u, 0x00040071u, 0x00000006u, 0x00006707u, - 0x00006706u, 0x0004007cu, 0x00000008u, 0x00006708u, 0x00006707u, 0x0003003eu, 0x000070ddu, 0x00002a8du, - 0x0003003eu, 0x000070deu, 0x00002ae3u, 0x0003003eu, 0x000070dfu, 0x00001ee1u, 0x0003003eu, 0x000070e0u, - 0x00007c43u, 0x0003003eu, 0x000070e1u, 0x00008385u, 0x000300f7u, 0x000067bcu, 0x00000000u, 0x000d00fbu, - 0x00006704u, 0x00006795u, 0x00000000u, 0x0000679bu, 0x00000001u, 0x000067a0u, 0x00000002u, 0x000067a5u, - 0x00000004u, 0x000067aau, 0x00000007u, 0x000067b0u, 0x000200f8u, 0x000067b0u, 0x00050041u, 0x0000007bu, - 0x000070e2u, 0x000070ddu, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x000067b2u, 0x000070e2u, 0x00040071u, - 0x00000006u, 0x000067b3u, 0x000067b2u, 0x0004007cu, 0x00000008u, 0x000067b4u, 0x000067b3u, 0x000500c4u, - 0x00000008u, 0x000067b5u, 0x000067b4u, 0x0000025fu, 0x00050041u, 0x0000007bu, 0x000070e3u, 0x000070ddu, - 0x00000388u, 0x0004003du, 0x0000000fu, 0x000067b7u, 0x000070e3u, 0x00040071u, 0x00000006u, 0x000067b8u, - 0x000067b7u, 0x0004007cu, 0x00000008u, 0x000067b9u, 0x000067b8u, 0x000500c5u, 0x00000008u, 0x000067bau, - 0x000067b5u, 0x000067b9u, 0x00060050u, 0x00000044u, 0x000067bbu, 0x000067bau, 0x000067bau, 0x000067bau, - 0x000200f9u, 0x000067bcu, 0x000200f8u, 0x000067aau, 0x0008004fu, 0x00000047u, 0x000067adu, 0x00002ae3u, - 0x00002ae3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x000067aeu, 0x000067adu, - 0x0004007cu, 0x00000044u, 0x000067afu, 0x000067aeu, 0x000200f9u, 0x000067bcu, 0x000200f8u, 0x000067a5u, - 0x0008004fu, 0x000004b8u, 0x000067a8u, 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x00000044u, 0x000067a9u, 0x000067a8u, 0x000200f9u, 0x000067bcu, 0x000200f8u, 0x000067a0u, - 0x0008004fu, 0x000004b8u, 0x000067a3u, 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x00000044u, 0x000067a4u, 0x000067a3u, 0x000200f9u, 0x000067bcu, 0x000200f8u, 0x0000679bu, - 0x00040072u, 0x00000044u, 0x0000679fu, 0x0000b426u, 0x000200f9u, 0x000067bcu, 0x000200f8u, 0x00006795u, - 0x0008004fu, 0x00000047u, 0x00006798u, 0x00002a8du, 0x00002a8du, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000030eu, 0x00006799u, 0x00006798u, 0x0004007cu, 0x00000044u, 0x0000679au, 0x00006799u, - 0x000200f9u, 0x000067bcu, 0x000200f8u, 0x000067bcu, 0x000f00f5u, 0x00000044u, 0x0000865eu, 0x0000679au, - 0x00006795u, 0x0000679fu, 0x0000679bu, 0x000067a4u, 0x000067a0u, 0x000067a9u, 0x000067a5u, 0x000067afu, - 0x000067aau, 0x000067bbu, 0x000067b0u, 0x000300f7u, 0x000067d5u, 0x00000000u, 0x000d00fbu, 0x00006708u, - 0x000067beu, 0x00000000u, 0x000067c3u, 0x00000001u, 0x000067c7u, 0x00000002u, 0x000067cbu, 0x00000004u, - 0x000067cfu, 0x00000006u, 0x000067d4u, 0x000200f8u, 0x000067d4u, 0x000200f9u, 0x000067d5u, 0x000200f8u, - 0x000067cfu, 0x00050041u, 0x0000007bu, 0x000070e8u, 0x000070deu, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x000067d1u, 0x000070e8u, 0x00040071u, 0x00000006u, 0x000067d2u, 0x000067d1u, 0x0004007cu, 0x00000008u, - 0x000067d3u, 0x000067d2u, 0x000200f9u, 0x000067d5u, 0x000200f8u, 0x000067cbu, 0x00050041u, 0x000001cbu, - 0x000070e7u, 0x000070e1u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000067cdu, 0x000070e7u, 0x00040072u, - 0x00000008u, 0x000067ceu, 0x000067cdu, 0x000200f9u, 0x000067d5u, 0x000200f8u, 0x000067c7u, 0x00050041u, - 0x000001cbu, 0x000070e6u, 0x000070e0u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000067c9u, 0x000070e6u, - 0x00040072u, 0x00000008u, 0x000067cau, 0x000067c9u, 0x000200f9u, 0x000067d5u, 0x000200f8u, 0x000067c3u, - 0x00050041u, 0x000001cbu, 0x000070e5u, 0x000070dfu, 0x00000466u, 0x0004003du, 0x00000012u, 0x000067c5u, - 0x000070e5u, 0x00040072u, 0x00000008u, 0x000067c6u, 0x000067c5u, 0x000200f9u, 0x000067d5u, 0x000200f8u, - 0x000067beu, 0x00050041u, 0x0000007bu, 0x000070e4u, 0x000070ddu, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x000067c0u, 0x000070e4u, 0x00040071u, 0x00000006u, 0x000067c1u, 0x000067c0u, 0x0004007cu, 0x00000008u, - 0x000067c2u, 0x000067c1u, 0x000200f9u, 0x000067d5u, 0x000200f8u, 0x000067d5u, 0x000f00f5u, 0x00000008u, - 0x0000865fu, 0x000067c2u, 0x000067beu, 0x000067c6u, 0x000067c3u, 0x000067cau, 0x000067c7u, 0x000067ceu, - 0x000067cbu, 0x000067d3u, 0x000067cfu, 0x00001ab2u, 0x000067d4u, 0x00050051u, 0x00000008u, 0x000067d8u, - 0x0000865eu, 0x00000000u, 0x00050051u, 0x00000008u, 0x000067d9u, 0x0000865eu, 0x00000001u, 0x00050051u, - 0x00000008u, 0x000067dau, 0x0000865eu, 0x00000002u, 0x00070050u, 0x00000009u, 0x000067dbu, 0x000067d8u, - 0x000067d9u, 0x000067dau, 0x0000865fu, 0x00050041u, 0x0000007bu, 0x0000670bu, 0x00002289u, 0x00000388u, - 0x0004003du, 0x0000000fu, 0x0000670cu, 0x0000670bu, 0x00040071u, 0x00000006u, 0x0000670du, 0x0000670cu, - 0x0004007cu, 0x00000008u, 0x0000670eu, 0x0000670du, 0x00050041u, 0x0000007bu, 0x0000670fu, 0x0000228au, - 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006710u, 0x0000670fu, 0x00040071u, 0x00000006u, 0x00006711u, - 0x00006710u, 0x0004007cu, 0x00000008u, 0x00006712u, 0x00006711u, 0x0003003eu, 0x000070eeu, 0x00002a8fu, - 0x0003003eu, 0x000070efu, 0x00002ae3u, 0x0003003eu, 0x000070f1u, 0x00007c43u, 0x0003003eu, 0x000070f2u, - 0x00008385u, 0x000300f7u, 0x00006822u, 0x00000000u, 0x001700fbu, 0x0000670eu, 0x000067e1u, 0x00000000u, - 0x000067e7u, 0x00000007u, 0x000067ecu, 0x00000001u, 0x000067f1u, 0x00000002u, 0x000067f6u, 0x00000004u, - 0x000067fbu, 0x00000008u, 0x00006801u, 0x00000009u, 0x00006806u, 0x0000000bu, 0x0000680bu, 0x0000000du, - 0x00006811u, 0x0000000fu, 0x00006816u, 0x000200f8u, 0x00006816u, 0x00050041u, 0x0000007bu, 0x000070f4u, - 0x000070eeu, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006818u, 0x000070f4u, 0x00040071u, 0x00000006u, - 0x00006819u, 0x00006818u, 0x0004007cu, 0x00000008u, 0x0000681au, 0x00006819u, 0x000500c4u, 0x00000008u, - 0x0000681bu, 0x0000681au, 0x0000025fu, 0x00050041u, 0x0000007bu, 0x000070f5u, 0x000070eeu, 0x00000388u, - 0x0004003du, 0x0000000fu, 0x0000681du, 0x000070f5u, 0x00040071u, 0x00000006u, 0x0000681eu, 0x0000681du, - 0x0004007cu, 0x00000008u, 0x0000681fu, 0x0000681eu, 0x000500c5u, 0x00000008u, 0x00006820u, 0x0000681bu, - 0x0000681fu, 0x00060050u, 0x00000044u, 0x00006821u, 0x00006820u, 0x00006820u, 0x00006820u, 0x000200f9u, - 0x00006822u, 0x000200f8u, 0x00006811u, 0x00040072u, 0x00000008u, 0x00006814u, 0x0000843fu, 0x00060050u, - 0x00000044u, 0x00006815u, 0x00006814u, 0x00006814u, 0x00006814u, 0x000200f9u, 0x00006822u, 0x000200f8u, - 0x0000680bu, 0x0008004fu, 0x00000047u, 0x0000680eu, 0x00002ae3u, 0x00002ae3u, 0x00000003u, 0x00000003u, - 0x00000003u, 0x00040071u, 0x0000030eu, 0x0000680fu, 0x0000680eu, 0x0004007cu, 0x00000044u, 0x00006810u, - 0x0000680fu, 0x000200f9u, 0x00006822u, 0x000200f8u, 0x00006806u, 0x0008004fu, 0x000004b8u, 0x00006809u, - 0x00008385u, 0x00008385u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x0000680au, - 0x00006809u, 0x000200f9u, 0x00006822u, 0x000200f8u, 0x00006801u, 0x0008004fu, 0x000004b8u, 0x00006804u, - 0x00007c43u, 0x00007c43u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x00006805u, - 0x00006804u, 0x000200f9u, 0x00006822u, 0x000200f8u, 0x000067fbu, 0x0008004fu, 0x00000047u, 0x000067feu, - 0x00002ae3u, 0x00002ae3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x000067ffu, - 0x000067feu, 0x0004007cu, 0x00000044u, 0x00006800u, 0x000067ffu, 0x000200f9u, 0x00006822u, 0x000200f8u, - 0x000067f6u, 0x0008004fu, 0x000004b8u, 0x000067f9u, 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x00000044u, 0x000067fau, 0x000067f9u, 0x000200f9u, 0x00006822u, 0x000200f8u, - 0x000067f1u, 0x0008004fu, 0x000004b8u, 0x000067f4u, 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x00000044u, 0x000067f5u, 0x000067f4u, 0x000200f9u, 0x00006822u, 0x000200f8u, - 0x000067ecu, 0x00040072u, 0x00000044u, 0x000067f0u, 0x0000b426u, 0x000200f9u, 0x00006822u, 0x000200f8u, - 0x000067e7u, 0x00040072u, 0x00000044u, 0x000067ebu, 0x0000b426u, 0x000200f9u, 0x00006822u, 0x000200f8u, - 0x000067e1u, 0x0008004fu, 0x00000047u, 0x000067e4u, 0x00002a8fu, 0x00002a8fu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040071u, 0x0000030eu, 0x000067e5u, 0x000067e4u, 0x0004007cu, 0x00000044u, 0x000067e6u, - 0x000067e5u, 0x000200f9u, 0x00006822u, 0x000200f8u, 0x00006822u, 0x001900f5u, 0x00000044u, 0x00008661u, - 0x000067e6u, 0x000067e1u, 0x000067ebu, 0x000067e7u, 0x000067f0u, 0x000067ecu, 0x000067f5u, 0x000067f1u, - 0x000067fau, 0x000067f6u, 0x00006800u, 0x000067fbu, 0x00006805u, 0x00006801u, 0x0000680au, 0x00006806u, - 0x00006810u, 0x0000680bu, 0x00006815u, 0x00006811u, 0x00006821u, 0x00006816u, 0x000300f7u, 0x0000683au, - 0x00000000u, 0x000b00fbu, 0x00006712u, 0x00006824u, 0x00000000u, 0x00006829u, 0x00000001u, 0x0000682du, - 0x00000002u, 0x00006831u, 0x00000004u, 0x00006835u, 0x000200f8u, 0x00006835u, 0x00050041u, 0x0000007bu, - 0x000070f9u, 0x000070efu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006837u, 0x000070f9u, 0x00040071u, - 0x00000006u, 0x00006838u, 0x00006837u, 0x0004007cu, 0x00000008u, 0x00006839u, 0x00006838u, 0x000200f9u, - 0x0000683au, 0x000200f8u, 0x00006831u, 0x00050041u, 0x000001cbu, 0x000070f8u, 0x000070f2u, 0x00000466u, - 0x0004003du, 0x00000012u, 0x00006833u, 0x000070f8u, 0x00040072u, 0x00000008u, 0x00006834u, 0x00006833u, - 0x000200f9u, 0x0000683au, 0x000200f8u, 0x0000682du, 0x00050041u, 0x000001cbu, 0x000070f7u, 0x000070f1u, - 0x00000466u, 0x0004003du, 0x00000012u, 0x0000682fu, 0x000070f7u, 0x00040072u, 0x00000008u, 0x00006830u, - 0x0000682fu, 0x000200f9u, 0x0000683au, 0x000200f8u, 0x00006829u, 0x00040072u, 0x00000008u, 0x0000682cu, - 0x0000843fu, 0x000200f9u, 0x0000683au, 0x000200f8u, 0x00006824u, 0x00050041u, 0x0000007bu, 0x000070f6u, - 0x000070eeu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006826u, 0x000070f6u, 0x00040071u, 0x00000006u, - 0x00006827u, 0x00006826u, 0x0004007cu, 0x00000008u, 0x00006828u, 0x00006827u, 0x000200f9u, 0x0000683au, - 0x000200f8u, 0x0000683au, 0x000d00f5u, 0x00000008u, 0x00008662u, 0x00006828u, 0x00006824u, 0x0000682cu, - 0x00006829u, 0x00006830u, 0x0000682du, 0x00006834u, 0x00006831u, 0x00006839u, 0x00006835u, 0x00050051u, - 0x00000008u, 0x0000683du, 0x00008661u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000683eu, 0x00008661u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x0000683fu, 0x00008661u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00006840u, 0x0000683du, 0x0000683eu, 0x0000683fu, 0x00008662u, 0x00050041u, 0x0000007bu, 0x00006715u, - 0x00002289u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006716u, 0x00006715u, 0x00040071u, 0x00000006u, - 0x00006717u, 0x00006716u, 0x0004007cu, 0x00000008u, 0x00006718u, 0x00006717u, 0x00050041u, 0x0000007bu, - 0x00006719u, 0x0000228au, 0x00000466u, 0x0004003du, 0x0000000fu, 0x0000671au, 0x00006719u, 0x00040071u, - 0x00000006u, 0x0000671bu, 0x0000671au, 0x0004007cu, 0x00000008u, 0x0000671cu, 0x0000671bu, 0x0003003eu, - 0x00007100u, 0x00002a91u, 0x0003003eu, 0x00007101u, 0x00002ae3u, 0x0003003eu, 0x00007102u, 0x00001ee1u, - 0x0003003eu, 0x00007103u, 0x00007c43u, 0x0003003eu, 0x00007104u, 0x00008385u, 0x000300f7u, 0x00006862u, - 0x00000000u, 0x000d00fbu, 0x00006718u, 0x00006846u, 0x00000000u, 0x0000684cu, 0x00000001u, 0x00006851u, - 0x00000002u, 0x00006856u, 0x00000004u, 0x0000685bu, 0x00000006u, 0x00006861u, 0x000200f8u, 0x00006861u, - 0x000200f9u, 0x00006862u, 0x000200f8u, 0x0000685bu, 0x0008004fu, 0x00000047u, 0x0000685eu, 0x00002ae3u, - 0x00002ae3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x0000685fu, 0x0000685eu, - 0x0004007cu, 0x00000044u, 0x00006860u, 0x0000685fu, 0x000200f9u, 0x00006862u, 0x000200f8u, 0x00006856u, - 0x0008004fu, 0x000004b8u, 0x00006859u, 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x00000044u, 0x0000685au, 0x00006859u, 0x000200f9u, 0x00006862u, 0x000200f8u, 0x00006851u, - 0x0008004fu, 0x000004b8u, 0x00006854u, 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x00000044u, 0x00006855u, 0x00006854u, 0x000200f9u, 0x00006862u, 0x000200f8u, 0x0000684cu, - 0x00040072u, 0x00000044u, 0x00006850u, 0x0000b426u, 0x000200f9u, 0x00006862u, 0x000200f8u, 0x00006846u, - 0x0008004fu, 0x00000047u, 0x00006849u, 0x00002a91u, 0x00002a91u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000030eu, 0x0000684au, 0x00006849u, 0x0004007cu, 0x00000044u, 0x0000684bu, 0x0000684au, - 0x000200f9u, 0x00006862u, 0x000200f8u, 0x00006862u, 0x000f00f5u, 0x00000044u, 0x00008664u, 0x0000684bu, - 0x00006846u, 0x00006850u, 0x0000684cu, 0x00006855u, 0x00006851u, 0x0000685au, 0x00006856u, 0x00006860u, - 0x0000685bu, 0x00001ab3u, 0x00006861u, 0x000300f7u, 0x0000687bu, 0x00000000u, 0x000d00fbu, 0x0000671cu, - 0x00006864u, 0x00000000u, 0x00006869u, 0x00000001u, 0x0000686du, 0x00000002u, 0x00006871u, 0x00000004u, - 0x00006875u, 0x00000006u, 0x0000687au, 0x000200f8u, 0x0000687au, 0x000200f9u, 0x0000687bu, 0x000200f8u, - 0x00006875u, 0x00050041u, 0x0000007bu, 0x00007109u, 0x00007101u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006877u, 0x00007109u, 0x00040071u, 0x00000006u, 0x00006878u, 0x00006877u, 0x0004007cu, 0x00000008u, - 0x00006879u, 0x00006878u, 0x000200f9u, 0x0000687bu, 0x000200f8u, 0x00006871u, 0x00050041u, 0x000001cbu, - 0x00007108u, 0x00007104u, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006873u, 0x00007108u, 0x00040072u, - 0x00000008u, 0x00006874u, 0x00006873u, 0x000200f9u, 0x0000687bu, 0x000200f8u, 0x0000686du, 0x00050041u, - 0x000001cbu, 0x00007107u, 0x00007103u, 0x00000466u, 0x0004003du, 0x00000012u, 0x0000686fu, 0x00007107u, - 0x00040072u, 0x00000008u, 0x00006870u, 0x0000686fu, 0x000200f9u, 0x0000687bu, 0x000200f8u, 0x00006869u, - 0x00050041u, 0x000001cbu, 0x00007106u, 0x00007102u, 0x00000466u, 0x0004003du, 0x00000012u, 0x0000686bu, - 0x00007106u, 0x00040072u, 0x00000008u, 0x0000686cu, 0x0000686bu, 0x000200f9u, 0x0000687bu, 0x000200f8u, - 0x00006864u, 0x00050041u, 0x0000007bu, 0x00007105u, 0x00007100u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006866u, 0x00007105u, 0x00040071u, 0x00000006u, 0x00006867u, 0x00006866u, 0x0004007cu, 0x00000008u, - 0x00006868u, 0x00006867u, 0x000200f9u, 0x0000687bu, 0x000200f8u, 0x0000687bu, 0x000f00f5u, 0x00000008u, - 0x00008665u, 0x00006868u, 0x00006864u, 0x0000686cu, 0x00006869u, 0x00006870u, 0x0000686du, 0x00006874u, - 0x00006871u, 0x00006879u, 0x00006875u, 0x00001ab2u, 0x0000687au, 0x00050051u, 0x00000008u, 0x0000687eu, - 0x00008664u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000687fu, 0x00008664u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00006880u, 0x00008664u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00006881u, 0x0000687eu, - 0x0000687fu, 0x00006880u, 0x00008665u, 0x000600cau, 0x00000009u, 0x00006889u, 0x00006840u, 0x00000222u, - 0x00000262u, 0x00050082u, 0x00000009u, 0x000068a3u, 0x0000678fu, 0x0000b409u, 0x000600cau, 0x00000009u, - 0x000068a4u, 0x000068a3u, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000068a6u, 0x000068a4u, - 0x0000b409u, 0x00050082u, 0x00000009u, 0x000068abu, 0x000067dbu, 0x0000b409u, 0x000600cau, 0x00000009u, - 0x000068acu, 0x000068abu, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000068aeu, 0x000068acu, - 0x0000b409u, 0x00050082u, 0x00000009u, 0x000068b3u, 0x00006881u, 0x0000b409u, 0x000600cau, 0x00000009u, - 0x000068b4u, 0x000068b3u, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000068b6u, 0x000068b4u, - 0x0000b409u, 0x00050082u, 0x00000009u, 0x00006892u, 0x000068a6u, 0x000068aeu, 0x00050084u, 0x00000009u, - 0x00006894u, 0x00006892u, 0x00006889u, 0x00050080u, 0x00000009u, 0x00006897u, 0x00006894u, 0x0000b409u, - 0x000500c3u, 0x00000009u, 0x0000689au, 0x00006897u, 0x0000b414u, 0x00040072u, 0x00000013u, 0x0000689bu, - 0x0000689au, 0x00040072u, 0x00000013u, 0x0000689du, 0x000068b6u, 0x00050080u, 0x00000013u, 0x0000689eu, - 0x0000689bu, 0x0000689du, 0x00040072u, 0x00000009u, 0x00006725u, 0x0000689eu, 0x00050082u, 0x00000009u, - 0x000068bbu, 0x00006725u, 0x0000b409u, 0x000600cau, 0x00000009u, 0x000068bdu, 0x000068bbu, 0x00000222u, - 0x00000262u, 0x00050080u, 0x00000009u, 0x000068c0u, 0x000068bdu, 0x0000b409u, 0x0008000cu, 0x00000009u, - 0x000068c2u, 0x00000001u, 0x0000002du, 0x000068c0u, 0x00000b0au, 0x00000b0bu, 0x00040072u, 0x00000013u, - 0x000068c3u, 0x000068c2u, 0x0003003eu, 0x000066edu, 0x000068c3u, 0x00050041u, 0x000001cbu, 0x00006727u, - 0x000066edu, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006728u, 0x00006727u, 0x00040072u, 0x00000008u, - 0x00006729u, 0x00006728u, 0x0004003du, 0x00000012u, 0x0000672bu, 0x00006727u, 0x00040072u, 0x00000008u, - 0x0000672cu, 0x0000672bu, 0x00050080u, 0x00000008u, 0x0000672du, 0x0000672cu, 0x0000022cu, 0x000500c3u, - 0x00000008u, 0x0000672eu, 0x0000672du, 0x0000025fu, 0x00050080u, 0x00000008u, 0x0000672fu, 0x00006729u, - 0x0000672eu, 0x000300f7u, 0x0000673cu, 0x00000000u, 0x000400fau, 0x000022ecu, 0x00006731u, 0x00006739u, - 0x000200f8u, 0x00006739u, 0x000500c4u, 0x00000008u, 0x0000673bu, 0x00002394u, 0x00000238u, 0x000200f9u, - 0x0000673cu, 0x000200f8u, 0x00006731u, 0x00050084u, 0x00000008u, 0x00006734u, 0x0000672fu, 0x00002394u, - 0x00050080u, 0x00000008u, 0x00006735u, 0x00006734u, 0x00000235u, 0x000500c3u, 0x00000008u, 0x00006736u, - 0x00006735u, 0x00000232u, 0x000500c3u, 0x00000008u, 0x00006738u, 0x00006736u, 0x00000238u, 0x000200f9u, - 0x0000673cu, 0x000200f8u, 0x0000673cu, 0x000700f5u, 0x00000008u, 0x00008672u, 0x00006738u, 0x00006731u, - 0x00002394u, 0x00006739u, 0x000700f5u, 0x00000008u, 0x0000866fu, 0x00006736u, 0x00006731u, 0x0000673bu, - 0x00006739u, 0x000300f7u, 0x00006744u, 0x00000000u, 0x000400fau, 0x000022efu, 0x0000673eu, 0x00006740u, - 0x000200f8u, 0x00006740u, 0x00050080u, 0x00000008u, 0x00006743u, 0x0000672fu, 0x00008318u, 0x000200f9u, - 0x00006744u, 0x000200f8u, 0x0000673eu, 0x000200f9u, 0x00006744u, 0x000200f8u, 0x00006744u, 0x000700f5u, - 0x00000008u, 0x00008670u, 0x0000866fu, 0x0000673eu, 0x00006743u, 0x00006740u, 0x0008000cu, 0x00000008u, - 0x00006746u, 0x00000001u, 0x0000002du, 0x00008670u, 0x00000222u, 0x00000360u, 0x00040072u, 0x00000012u, - 0x00006747u, 0x00006746u, 0x0003003eu, 0x00006727u, 0x00006747u, 0x0004003du, 0x00000013u, 0x00006749u, - 0x000066edu, 0x00040072u, 0x00000b14u, 0x000024cbu, 0x00006749u, 0x0004007cu, 0x00000010u, 0x000024ccu, - 0x000024cbu, 0x0003003eu, 0x0000227fu, 0x000024ccu, 0x00050041u, 0x0000007bu, 0x000024cdu, 0x0000227fu, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x000024ceu, 0x000024cdu, 0x000200f9u, 0x000024cfu, 0x000200f8u, - 0x0000247bu, 0x000500c7u, 0x00000011u, 0x0000630au, 0x0000820au, 0x00000336u, 0x000500c4u, 0x00000011u, - 0x0000630bu, 0x0000630au, 0x00000338u, 0x000500c5u, 0x00000011u, 0x0000630cu, 0x0000630bu, 0x0000033au, - 0x0004007cu, 0x00000012u, 0x0000630du, 0x0000630cu, 0x0003003eu, 0x00002276u, 0x00002541u, 0x0003003eu, - 0x00002277u, 0x00002543u, 0x00050041u, 0x0000007bu, 0x00006329u, 0x00002276u, 0x0000032fu, 0x0004003du, - 0x0000000fu, 0x0000632au, 0x00006329u, 0x00040071u, 0x00000006u, 0x0000632bu, 0x0000632au, 0x0004007cu, - 0x00000008u, 0x0000632cu, 0x0000632bu, 0x00050041u, 0x0000007bu, 0x0000632du, 0x00002277u, 0x0000032fu, - 0x0004003du, 0x0000000fu, 0x0000632eu, 0x0000632du, 0x00040071u, 0x00000006u, 0x0000632fu, 0x0000632eu, - 0x0004007cu, 0x00000008u, 0x00006330u, 0x0000632fu, 0x0003003eu, 0x00007152u, 0x00002a83u, 0x0003003eu, - 0x00007153u, 0x00002ae3u, 0x0003003eu, 0x00007154u, 0x00001ee1u, 0x0003003eu, 0x00007155u, 0x00007c43u, - 0x0003003eu, 0x00007156u, 0x00008385u, 0x000300f7u, 0x000063a1u, 0x00000000u, 0x000f00fbu, 0x0000632cu, - 0x00006380u, 0x00000000u, 0x00006386u, 0x00000001u, 0x0000638bu, 0x00000002u, 0x00006390u, 0x00000004u, - 0x00006395u, 0x00000007u, 0x0000639bu, 0x00000006u, 0x000063a0u, 0x000200f8u, 0x000063a0u, 0x000200f9u, - 0x000063a1u, 0x000200f8u, 0x0000639bu, 0x00040072u, 0x00000008u, 0x0000639eu, 0x0000630du, 0x00060050u, - 0x00000044u, 0x0000639fu, 0x0000639eu, 0x0000639eu, 0x0000639eu, 0x000200f9u, 0x000063a1u, 0x000200f8u, - 0x00006395u, 0x0008004fu, 0x00000047u, 0x00006398u, 0x00002ae3u, 0x00002ae3u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006399u, 0x00006398u, 0x0004007cu, 0x00000044u, 0x0000639au, - 0x00006399u, 0x000200f9u, 0x000063a1u, 0x000200f8u, 0x00006390u, 0x0008004fu, 0x000004b8u, 0x00006393u, - 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006394u, - 0x00006393u, 0x000200f9u, 0x000063a1u, 0x000200f8u, 0x0000638bu, 0x0008004fu, 0x000004b8u, 0x0000638eu, - 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000638fu, - 0x0000638eu, 0x000200f9u, 0x000063a1u, 0x000200f8u, 0x00006386u, 0x00040072u, 0x00000044u, 0x0000638au, - 0x0000b426u, 0x000200f9u, 0x000063a1u, 0x000200f8u, 0x00006380u, 0x0008004fu, 0x00000047u, 0x00006383u, - 0x00002a83u, 0x00002a83u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006384u, - 0x00006383u, 0x0004007cu, 0x00000044u, 0x00006385u, 0x00006384u, 0x000200f9u, 0x000063a1u, 0x000200f8u, - 0x000063a1u, 0x001100f5u, 0x00000044u, 0x00008674u, 0x00006385u, 0x00006380u, 0x0000638au, 0x00006386u, - 0x0000638fu, 0x0000638bu, 0x00006394u, 0x00006390u, 0x0000639au, 0x00006395u, 0x0000639fu, 0x0000639bu, - 0x00001ab3u, 0x000063a0u, 0x000300f7u, 0x000063bau, 0x00000000u, 0x000d00fbu, 0x00006330u, 0x000063a3u, - 0x00000000u, 0x000063a8u, 0x00000001u, 0x000063acu, 0x00000002u, 0x000063b0u, 0x00000004u, 0x000063b4u, - 0x00000006u, 0x000063b9u, 0x000200f8u, 0x000063b9u, 0x000200f9u, 0x000063bau, 0x000200f8u, 0x000063b4u, - 0x00050041u, 0x0000007bu, 0x0000715cu, 0x00007153u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000063b6u, - 0x0000715cu, 0x00040071u, 0x00000006u, 0x000063b7u, 0x000063b6u, 0x0004007cu, 0x00000008u, 0x000063b8u, - 0x000063b7u, 0x000200f9u, 0x000063bau, 0x000200f8u, 0x000063b0u, 0x00050041u, 0x000001cbu, 0x0000715bu, - 0x00007156u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000063b2u, 0x0000715bu, 0x00040072u, 0x00000008u, - 0x000063b3u, 0x000063b2u, 0x000200f9u, 0x000063bau, 0x000200f8u, 0x000063acu, 0x00050041u, 0x000001cbu, - 0x0000715au, 0x00007155u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000063aeu, 0x0000715au, 0x00040072u, - 0x00000008u, 0x000063afu, 0x000063aeu, 0x000200f9u, 0x000063bau, 0x000200f8u, 0x000063a8u, 0x00050041u, - 0x000001cbu, 0x00007159u, 0x00007154u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000063aau, 0x00007159u, - 0x00040072u, 0x00000008u, 0x000063abu, 0x000063aau, 0x000200f9u, 0x000063bau, 0x000200f8u, 0x000063a3u, - 0x00050041u, 0x0000007bu, 0x00007158u, 0x00007152u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000063a5u, - 0x00007158u, 0x00040071u, 0x00000006u, 0x000063a6u, 0x000063a5u, 0x0004007cu, 0x00000008u, 0x000063a7u, - 0x000063a6u, 0x000200f9u, 0x000063bau, 0x000200f8u, 0x000063bau, 0x000f00f5u, 0x00000008u, 0x00008675u, - 0x000063a7u, 0x000063a3u, 0x000063abu, 0x000063a8u, 0x000063afu, 0x000063acu, 0x000063b3u, 0x000063b0u, - 0x000063b8u, 0x000063b4u, 0x00001ab2u, 0x000063b9u, 0x00050051u, 0x00000008u, 0x000063bdu, 0x00008674u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x000063beu, 0x00008674u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x000063bfu, 0x00008674u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000063c0u, 0x000063bdu, 0x000063beu, - 0x000063bfu, 0x00008675u, 0x00050041u, 0x0000007bu, 0x00006333u, 0x00002276u, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x00006334u, 0x00006333u, 0x00040071u, 0x00000006u, 0x00006335u, 0x00006334u, 0x0004007cu, - 0x00000008u, 0x00006336u, 0x00006335u, 0x00050041u, 0x0000007bu, 0x00006337u, 0x00002277u, 0x0000045eu, - 0x0004003du, 0x0000000fu, 0x00006338u, 0x00006337u, 0x00040071u, 0x00000006u, 0x00006339u, 0x00006338u, - 0x0004007cu, 0x00000008u, 0x0000633au, 0x00006339u, 0x0003003eu, 0x00007163u, 0x00002a85u, 0x0003003eu, - 0x00007164u, 0x00002ae3u, 0x0003003eu, 0x00007165u, 0x00001ee1u, 0x0003003eu, 0x00007166u, 0x00007c43u, - 0x0003003eu, 0x00007167u, 0x00008385u, 0x000300f7u, 0x000063edu, 0x00000000u, 0x000d00fbu, 0x00006336u, - 0x000063c6u, 0x00000000u, 0x000063ccu, 0x00000001u, 0x000063d1u, 0x00000002u, 0x000063d6u, 0x00000004u, - 0x000063dbu, 0x00000007u, 0x000063e1u, 0x000200f8u, 0x000063e1u, 0x00050041u, 0x0000007bu, 0x00007168u, - 0x00007163u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x000063e3u, 0x00007168u, 0x00040071u, 0x00000006u, - 0x000063e4u, 0x000063e3u, 0x0004007cu, 0x00000008u, 0x000063e5u, 0x000063e4u, 0x000500c4u, 0x00000008u, - 0x000063e6u, 0x000063e5u, 0x0000025fu, 0x00050041u, 0x0000007bu, 0x00007169u, 0x00007163u, 0x00000388u, - 0x0004003du, 0x0000000fu, 0x000063e8u, 0x00007169u, 0x00040071u, 0x00000006u, 0x000063e9u, 0x000063e8u, - 0x0004007cu, 0x00000008u, 0x000063eau, 0x000063e9u, 0x000500c5u, 0x00000008u, 0x000063ebu, 0x000063e6u, - 0x000063eau, 0x00060050u, 0x00000044u, 0x000063ecu, 0x000063ebu, 0x000063ebu, 0x000063ebu, 0x000200f9u, - 0x000063edu, 0x000200f8u, 0x000063dbu, 0x0008004fu, 0x00000047u, 0x000063deu, 0x00002ae3u, 0x00002ae3u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x000063dfu, 0x000063deu, 0x0004007cu, - 0x00000044u, 0x000063e0u, 0x000063dfu, 0x000200f9u, 0x000063edu, 0x000200f8u, 0x000063d6u, 0x0008004fu, - 0x000004b8u, 0x000063d9u, 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x000063dau, 0x000063d9u, 0x000200f9u, 0x000063edu, 0x000200f8u, 0x000063d1u, 0x0008004fu, - 0x000004b8u, 0x000063d4u, 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x000063d5u, 0x000063d4u, 0x000200f9u, 0x000063edu, 0x000200f8u, 0x000063ccu, 0x00040072u, - 0x00000044u, 0x000063d0u, 0x0000b426u, 0x000200f9u, 0x000063edu, 0x000200f8u, 0x000063c6u, 0x0008004fu, - 0x00000047u, 0x000063c9u, 0x00002a85u, 0x00002a85u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000030eu, 0x000063cau, 0x000063c9u, 0x0004007cu, 0x00000044u, 0x000063cbu, 0x000063cau, 0x000200f9u, - 0x000063edu, 0x000200f8u, 0x000063edu, 0x000f00f5u, 0x00000044u, 0x00008677u, 0x000063cbu, 0x000063c6u, - 0x000063d0u, 0x000063ccu, 0x000063d5u, 0x000063d1u, 0x000063dau, 0x000063d6u, 0x000063e0u, 0x000063dbu, - 0x000063ecu, 0x000063e1u, 0x000300f7u, 0x00006406u, 0x00000000u, 0x000d00fbu, 0x0000633au, 0x000063efu, - 0x00000000u, 0x000063f4u, 0x00000001u, 0x000063f8u, 0x00000002u, 0x000063fcu, 0x00000004u, 0x00006400u, - 0x00000006u, 0x00006405u, 0x000200f8u, 0x00006405u, 0x000200f9u, 0x00006406u, 0x000200f8u, 0x00006400u, - 0x00050041u, 0x0000007bu, 0x0000716eu, 0x00007164u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006402u, - 0x0000716eu, 0x00040071u, 0x00000006u, 0x00006403u, 0x00006402u, 0x0004007cu, 0x00000008u, 0x00006404u, - 0x00006403u, 0x000200f9u, 0x00006406u, 0x000200f8u, 0x000063fcu, 0x00050041u, 0x000001cbu, 0x0000716du, - 0x00007167u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000063feu, 0x0000716du, 0x00040072u, 0x00000008u, - 0x000063ffu, 0x000063feu, 0x000200f9u, 0x00006406u, 0x000200f8u, 0x000063f8u, 0x00050041u, 0x000001cbu, - 0x0000716cu, 0x00007166u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000063fau, 0x0000716cu, 0x00040072u, - 0x00000008u, 0x000063fbu, 0x000063fau, 0x000200f9u, 0x00006406u, 0x000200f8u, 0x000063f4u, 0x00050041u, - 0x000001cbu, 0x0000716bu, 0x00007165u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000063f6u, 0x0000716bu, - 0x00040072u, 0x00000008u, 0x000063f7u, 0x000063f6u, 0x000200f9u, 0x00006406u, 0x000200f8u, 0x000063efu, - 0x00050041u, 0x0000007bu, 0x0000716au, 0x00007163u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000063f1u, - 0x0000716au, 0x00040071u, 0x00000006u, 0x000063f2u, 0x000063f1u, 0x0004007cu, 0x00000008u, 0x000063f3u, - 0x000063f2u, 0x000200f9u, 0x00006406u, 0x000200f8u, 0x00006406u, 0x000f00f5u, 0x00000008u, 0x00008678u, - 0x000063f3u, 0x000063efu, 0x000063f7u, 0x000063f4u, 0x000063fbu, 0x000063f8u, 0x000063ffu, 0x000063fcu, - 0x00006404u, 0x00006400u, 0x00001ab2u, 0x00006405u, 0x00050051u, 0x00000008u, 0x00006409u, 0x00008677u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x0000640au, 0x00008677u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x0000640bu, 0x00008677u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000640cu, 0x00006409u, 0x0000640au, - 0x0000640bu, 0x00008678u, 0x00050041u, 0x0000007bu, 0x0000633du, 0x00002276u, 0x00000388u, 0x0004003du, - 0x0000000fu, 0x0000633eu, 0x0000633du, 0x00040071u, 0x00000006u, 0x0000633fu, 0x0000633eu, 0x0004007cu, - 0x00000008u, 0x00006340u, 0x0000633fu, 0x00050041u, 0x0000007bu, 0x00006341u, 0x00002277u, 0x00000388u, - 0x0004003du, 0x0000000fu, 0x00006342u, 0x00006341u, 0x00040071u, 0x00000006u, 0x00006343u, 0x00006342u, - 0x0004007cu, 0x00000008u, 0x00006344u, 0x00006343u, 0x0003003eu, 0x00007174u, 0x00002a87u, 0x0003003eu, - 0x00007175u, 0x00002ae3u, 0x0003003eu, 0x00007177u, 0x00007c43u, 0x0003003eu, 0x00007178u, 0x00008385u, - 0x000300f7u, 0x00006453u, 0x00000000u, 0x001700fbu, 0x00006340u, 0x00006412u, 0x00000000u, 0x00006418u, - 0x00000007u, 0x0000641du, 0x00000001u, 0x00006422u, 0x00000002u, 0x00006427u, 0x00000004u, 0x0000642cu, - 0x00000008u, 0x00006432u, 0x00000009u, 0x00006437u, 0x0000000bu, 0x0000643cu, 0x0000000du, 0x00006442u, - 0x0000000fu, 0x00006447u, 0x000200f8u, 0x00006447u, 0x00050041u, 0x0000007bu, 0x0000717au, 0x00007174u, - 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006449u, 0x0000717au, 0x00040071u, 0x00000006u, 0x0000644au, - 0x00006449u, 0x0004007cu, 0x00000008u, 0x0000644bu, 0x0000644au, 0x000500c4u, 0x00000008u, 0x0000644cu, - 0x0000644bu, 0x0000025fu, 0x00050041u, 0x0000007bu, 0x0000717bu, 0x00007174u, 0x00000388u, 0x0004003du, - 0x0000000fu, 0x0000644eu, 0x0000717bu, 0x00040071u, 0x00000006u, 0x0000644fu, 0x0000644eu, 0x0004007cu, - 0x00000008u, 0x00006450u, 0x0000644fu, 0x000500c5u, 0x00000008u, 0x00006451u, 0x0000644cu, 0x00006450u, - 0x00060050u, 0x00000044u, 0x00006452u, 0x00006451u, 0x00006451u, 0x00006451u, 0x000200f9u, 0x00006453u, - 0x000200f8u, 0x00006442u, 0x00040072u, 0x00000008u, 0x00006445u, 0x0000843fu, 0x00060050u, 0x00000044u, - 0x00006446u, 0x00006445u, 0x00006445u, 0x00006445u, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x0000643cu, - 0x0008004fu, 0x00000047u, 0x0000643fu, 0x00002ae3u, 0x00002ae3u, 0x00000003u, 0x00000003u, 0x00000003u, - 0x00040071u, 0x0000030eu, 0x00006440u, 0x0000643fu, 0x0004007cu, 0x00000044u, 0x00006441u, 0x00006440u, - 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006437u, 0x0008004fu, 0x000004b8u, 0x0000643au, 0x00008385u, - 0x00008385u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x0000643bu, 0x0000643au, - 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006432u, 0x0008004fu, 0x000004b8u, 0x00006435u, 0x00007c43u, - 0x00007c43u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x00006436u, 0x00006435u, - 0x000200f9u, 0x00006453u, 0x000200f8u, 0x0000642cu, 0x0008004fu, 0x00000047u, 0x0000642fu, 0x00002ae3u, - 0x00002ae3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006430u, 0x0000642fu, - 0x0004007cu, 0x00000044u, 0x00006431u, 0x00006430u, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006427u, - 0x0008004fu, 0x000004b8u, 0x0000642au, 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x00000044u, 0x0000642bu, 0x0000642au, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006422u, - 0x0008004fu, 0x000004b8u, 0x00006425u, 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x00000044u, 0x00006426u, 0x00006425u, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x0000641du, - 0x00040072u, 0x00000044u, 0x00006421u, 0x0000b426u, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006418u, - 0x00040072u, 0x00000044u, 0x0000641cu, 0x0000b426u, 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006412u, - 0x0008004fu, 0x00000047u, 0x00006415u, 0x00002a87u, 0x00002a87u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000030eu, 0x00006416u, 0x00006415u, 0x0004007cu, 0x00000044u, 0x00006417u, 0x00006416u, - 0x000200f9u, 0x00006453u, 0x000200f8u, 0x00006453u, 0x001900f5u, 0x00000044u, 0x0000867au, 0x00006417u, - 0x00006412u, 0x0000641cu, 0x00006418u, 0x00006421u, 0x0000641du, 0x00006426u, 0x00006422u, 0x0000642bu, - 0x00006427u, 0x00006431u, 0x0000642cu, 0x00006436u, 0x00006432u, 0x0000643bu, 0x00006437u, 0x00006441u, - 0x0000643cu, 0x00006446u, 0x00006442u, 0x00006452u, 0x00006447u, 0x000300f7u, 0x0000646bu, 0x00000000u, - 0x000b00fbu, 0x00006344u, 0x00006455u, 0x00000000u, 0x0000645au, 0x00000001u, 0x0000645eu, 0x00000002u, - 0x00006462u, 0x00000004u, 0x00006466u, 0x000200f8u, 0x00006466u, 0x00050041u, 0x0000007bu, 0x0000717fu, - 0x00007175u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006468u, 0x0000717fu, 0x00040071u, 0x00000006u, - 0x00006469u, 0x00006468u, 0x0004007cu, 0x00000008u, 0x0000646au, 0x00006469u, 0x000200f9u, 0x0000646bu, - 0x000200f8u, 0x00006462u, 0x00050041u, 0x000001cbu, 0x0000717eu, 0x00007178u, 0x00000466u, 0x0004003du, - 0x00000012u, 0x00006464u, 0x0000717eu, 0x00040072u, 0x00000008u, 0x00006465u, 0x00006464u, 0x000200f9u, - 0x0000646bu, 0x000200f8u, 0x0000645eu, 0x00050041u, 0x000001cbu, 0x0000717du, 0x00007177u, 0x00000466u, - 0x0004003du, 0x00000012u, 0x00006460u, 0x0000717du, 0x00040072u, 0x00000008u, 0x00006461u, 0x00006460u, - 0x000200f9u, 0x0000646bu, 0x000200f8u, 0x0000645au, 0x00040072u, 0x00000008u, 0x0000645du, 0x0000843fu, - 0x000200f9u, 0x0000646bu, 0x000200f8u, 0x00006455u, 0x00050041u, 0x0000007bu, 0x0000717cu, 0x00007174u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006457u, 0x0000717cu, 0x00040071u, 0x00000006u, 0x00006458u, - 0x00006457u, 0x0004007cu, 0x00000008u, 0x00006459u, 0x00006458u, 0x000200f9u, 0x0000646bu, 0x000200f8u, - 0x0000646bu, 0x000d00f5u, 0x00000008u, 0x0000867bu, 0x00006459u, 0x00006455u, 0x0000645du, 0x0000645au, - 0x00006461u, 0x0000645eu, 0x00006465u, 0x00006462u, 0x0000646au, 0x00006466u, 0x00050051u, 0x00000008u, - 0x0000646eu, 0x0000867au, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000646fu, 0x0000867au, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00006470u, 0x0000867au, 0x00000002u, 0x00070050u, 0x00000009u, 0x00006471u, - 0x0000646eu, 0x0000646fu, 0x00006470u, 0x0000867bu, 0x00050041u, 0x0000007bu, 0x00006347u, 0x00002276u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006348u, 0x00006347u, 0x00040071u, 0x00000006u, 0x00006349u, - 0x00006348u, 0x0004007cu, 0x00000008u, 0x0000634au, 0x00006349u, 0x00050041u, 0x0000007bu, 0x0000634bu, - 0x00002277u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x0000634cu, 0x0000634bu, 0x00040071u, 0x00000006u, - 0x0000634du, 0x0000634cu, 0x0004007cu, 0x00000008u, 0x0000634eu, 0x0000634du, 0x0003003eu, 0x00007186u, - 0x00002a89u, 0x0003003eu, 0x00007187u, 0x00002ae3u, 0x0003003eu, 0x00007188u, 0x00001ee1u, 0x0003003eu, - 0x00007189u, 0x00007c43u, 0x0003003eu, 0x0000718au, 0x00008385u, 0x000300f7u, 0x00006493u, 0x00000000u, - 0x000d00fbu, 0x0000634au, 0x00006477u, 0x00000000u, 0x0000647du, 0x00000001u, 0x00006482u, 0x00000002u, - 0x00006487u, 0x00000004u, 0x0000648cu, 0x00000006u, 0x00006492u, 0x000200f8u, 0x00006492u, 0x000200f9u, - 0x00006493u, 0x000200f8u, 0x0000648cu, 0x0008004fu, 0x00000047u, 0x0000648fu, 0x00002ae3u, 0x00002ae3u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006490u, 0x0000648fu, 0x0004007cu, - 0x00000044u, 0x00006491u, 0x00006490u, 0x000200f9u, 0x00006493u, 0x000200f8u, 0x00006487u, 0x0008004fu, - 0x000004b8u, 0x0000648au, 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x0000648bu, 0x0000648au, 0x000200f9u, 0x00006493u, 0x000200f8u, 0x00006482u, 0x0008004fu, - 0x000004b8u, 0x00006485u, 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x00006486u, 0x00006485u, 0x000200f9u, 0x00006493u, 0x000200f8u, 0x0000647du, 0x00040072u, - 0x00000044u, 0x00006481u, 0x0000b426u, 0x000200f9u, 0x00006493u, 0x000200f8u, 0x00006477u, 0x0008004fu, - 0x00000047u, 0x0000647au, 0x00002a89u, 0x00002a89u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000030eu, 0x0000647bu, 0x0000647au, 0x0004007cu, 0x00000044u, 0x0000647cu, 0x0000647bu, 0x000200f9u, - 0x00006493u, 0x000200f8u, 0x00006493u, 0x000f00f5u, 0x00000044u, 0x0000867du, 0x0000647cu, 0x00006477u, - 0x00006481u, 0x0000647du, 0x00006486u, 0x00006482u, 0x0000648bu, 0x00006487u, 0x00006491u, 0x0000648cu, - 0x00001ab3u, 0x00006492u, 0x000300f7u, 0x000064acu, 0x00000000u, 0x000d00fbu, 0x0000634eu, 0x00006495u, - 0x00000000u, 0x0000649au, 0x00000001u, 0x0000649eu, 0x00000002u, 0x000064a2u, 0x00000004u, 0x000064a6u, - 0x00000006u, 0x000064abu, 0x000200f8u, 0x000064abu, 0x000200f9u, 0x000064acu, 0x000200f8u, 0x000064a6u, - 0x00050041u, 0x0000007bu, 0x0000718fu, 0x00007187u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000064a8u, - 0x0000718fu, 0x00040071u, 0x00000006u, 0x000064a9u, 0x000064a8u, 0x0004007cu, 0x00000008u, 0x000064aau, - 0x000064a9u, 0x000200f9u, 0x000064acu, 0x000200f8u, 0x000064a2u, 0x00050041u, 0x000001cbu, 0x0000718eu, - 0x0000718au, 0x00000466u, 0x0004003du, 0x00000012u, 0x000064a4u, 0x0000718eu, 0x00040072u, 0x00000008u, - 0x000064a5u, 0x000064a4u, 0x000200f9u, 0x000064acu, 0x000200f8u, 0x0000649eu, 0x00050041u, 0x000001cbu, - 0x0000718du, 0x00007189u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000064a0u, 0x0000718du, 0x00040072u, - 0x00000008u, 0x000064a1u, 0x000064a0u, 0x000200f9u, 0x000064acu, 0x000200f8u, 0x0000649au, 0x00050041u, - 0x000001cbu, 0x0000718cu, 0x00007188u, 0x00000466u, 0x0004003du, 0x00000012u, 0x0000649cu, 0x0000718cu, - 0x00040072u, 0x00000008u, 0x0000649du, 0x0000649cu, 0x000200f9u, 0x000064acu, 0x000200f8u, 0x00006495u, - 0x00050041u, 0x0000007bu, 0x0000718bu, 0x00007186u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006497u, - 0x0000718bu, 0x00040071u, 0x00000006u, 0x00006498u, 0x00006497u, 0x0004007cu, 0x00000008u, 0x00006499u, - 0x00006498u, 0x000200f9u, 0x000064acu, 0x000200f8u, 0x000064acu, 0x000f00f5u, 0x00000008u, 0x0000867eu, - 0x00006499u, 0x00006495u, 0x0000649du, 0x0000649au, 0x000064a1u, 0x0000649eu, 0x000064a5u, 0x000064a2u, - 0x000064aau, 0x000064a6u, 0x00001ab2u, 0x000064abu, 0x00050051u, 0x00000008u, 0x000064afu, 0x0000867du, - 0x00000000u, 0x00050051u, 0x00000008u, 0x000064b0u, 0x0000867du, 0x00000001u, 0x00050051u, 0x00000008u, - 0x000064b1u, 0x0000867du, 0x00000002u, 0x00070050u, 0x00000009u, 0x000064b2u, 0x000064afu, 0x000064b0u, - 0x000064b1u, 0x0000867eu, 0x000600cau, 0x00000009u, 0x000064bau, 0x00006471u, 0x00000222u, 0x00000262u, - 0x00050082u, 0x00000009u, 0x000064d4u, 0x000063c0u, 0x0000b409u, 0x000600cau, 0x00000009u, 0x000064d5u, - 0x000064d4u, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000064d7u, 0x000064d5u, 0x0000b409u, - 0x00050082u, 0x00000009u, 0x000064dcu, 0x0000640cu, 0x0000b409u, 0x000600cau, 0x00000009u, 0x000064ddu, - 0x000064dcu, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000064dfu, 0x000064ddu, 0x0000b409u, - 0x00050082u, 0x00000009u, 0x000064e4u, 0x000064b2u, 0x0000b409u, 0x000600cau, 0x00000009u, 0x000064e5u, - 0x000064e4u, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000064e7u, 0x000064e5u, 0x0000b409u, - 0x00050082u, 0x00000009u, 0x000064c3u, 0x000064d7u, 0x000064dfu, 0x00050084u, 0x00000009u, 0x000064c5u, - 0x000064c3u, 0x000064bau, 0x00050080u, 0x00000009u, 0x000064c8u, 0x000064c5u, 0x0000b409u, 0x000500c3u, - 0x00000009u, 0x000064cbu, 0x000064c8u, 0x0000b414u, 0x00040072u, 0x00000013u, 0x000064ccu, 0x000064cbu, - 0x00040072u, 0x00000013u, 0x000064ceu, 0x000064e7u, 0x00050080u, 0x00000013u, 0x000064cfu, 0x000064ccu, - 0x000064ceu, 0x0003003eu, 0x0000631eu, 0x000064cfu, 0x000300f7u, 0x00006379u, 0x00000000u, 0x000400fau, - 0x0000230du, 0x00006357u, 0x00006378u, 0x000200f8u, 0x00006378u, 0x000200f9u, 0x00006379u, 0x000200f8u, - 0x00006357u, 0x00050041u, 0x000001cbu, 0x00006358u, 0x0000631eu, 0x00000466u, 0x0004003du, 0x00000012u, - 0x00006359u, 0x00006358u, 0x00040072u, 0x00000008u, 0x0000635au, 0x00006359u, 0x00050082u, 0x00000008u, - 0x000064ebu, 0x0000635au, 0x00000b00u, 0x000600cau, 0x00000008u, 0x000064ecu, 0x000064ebu, 0x00000222u, - 0x00000262u, 0x00050080u, 0x00000008u, 0x000064edu, 0x000064ecu, 0x00000b00u, 0x0008000cu, 0x00000008u, - 0x000064eeu, 0x00000001u, 0x0000002du, 0x000064edu, 0x00000222u, 0x00000360u, 0x00050080u, 0x00000008u, - 0x0000635eu, 0x000064eeu, 0x0000022cu, 0x000500c3u, 0x00000008u, 0x0000635fu, 0x0000635eu, 0x0000025fu, - 0x00050080u, 0x00000008u, 0x00006360u, 0x000064eeu, 0x0000635fu, 0x000300f7u, 0x00006373u, 0x00000000u, - 0x000400fau, 0x000022efu, 0x00006362u, 0x0000636fu, 0x000200f8u, 0x0000636fu, 0x00050080u, 0x00000008u, - 0x00006372u, 0x00006360u, 0x00008318u, 0x000200f9u, 0x00006373u, 0x000200f8u, 0x00006362u, 0x000300f7u, - 0x0000636du, 0x00000000u, 0x000400fau, 0x000022ecu, 0x00006364u, 0x0000636au, 0x000200f8u, 0x0000636au, - 0x000500c4u, 0x00000008u, 0x0000636cu, 0x00002394u, 0x00000238u, 0x000200f9u, 0x0000636du, 0x000200f8u, - 0x00006364u, 0x00050084u, 0x00000008u, 0x00006367u, 0x00006360u, 0x00002394u, 0x00050080u, 0x00000008u, - 0x00006368u, 0x00006367u, 0x00000235u, 0x000500c3u, 0x00000008u, 0x00006369u, 0x00006368u, 0x00000232u, - 0x000200f9u, 0x0000636du, 0x000200f8u, 0x0000636du, 0x000700f5u, 0x00000008u, 0x0000867fu, 0x00006369u, - 0x00006364u, 0x0000636cu, 0x0000636au, 0x000200f9u, 0x00006373u, 0x000200f8u, 0x00006373u, 0x000700f5u, - 0x00000008u, 0x00008680u, 0x0000867fu, 0x0000636du, 0x00006372u, 0x0000636fu, 0x0008000cu, 0x00000008u, - 0x00006375u, 0x00000001u, 0x0000002du, 0x00008680u, 0x00000222u, 0x00000360u, 0x00040072u, 0x0000037du, - 0x00006376u, 0x00006375u, 0x0004007cu, 0x0000000fu, 0x00006377u, 0x00006376u, 0x000200f9u, 0x00006379u, - 0x000200f8u, 0x00006379u, 0x000700f5u, 0x0000000fu, 0x00008681u, 0x00006377u, 0x00006373u, 0x0000038au, - 0x00006378u, 0x0003003eu, 0x00002281u, 0x00002545u, 0x0003003eu, 0x00002282u, 0x00002547u, 0x00050041u, - 0x0000007bu, 0x00006509u, 0x00002281u, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x0000650au, 0x00006509u, - 0x00040071u, 0x00000006u, 0x0000650bu, 0x0000650au, 0x0004007cu, 0x00000008u, 0x0000650cu, 0x0000650bu, - 0x00050041u, 0x0000007bu, 0x0000650du, 0x00002282u, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x0000650eu, - 0x0000650du, 0x00040071u, 0x00000006u, 0x0000650fu, 0x0000650eu, 0x0004007cu, 0x00000008u, 0x00006510u, - 0x0000650fu, 0x0003003eu, 0x0000710fu, 0x00002a8bu, 0x0003003eu, 0x00007110u, 0x00002ae3u, 0x0003003eu, - 0x00007111u, 0x000064cfu, 0x0003003eu, 0x00007112u, 0x00008385u, 0x0003003eu, 0x00007113u, 0x00007c43u, - 0x000300f7u, 0x00006582u, 0x00000000u, 0x000f00fbu, 0x0000650cu, 0x00006561u, 0x00000000u, 0x00006567u, - 0x00000001u, 0x0000656cu, 0x00000002u, 0x00006571u, 0x00000004u, 0x00006576u, 0x00000007u, 0x0000657cu, - 0x00000006u, 0x00006581u, 0x000200f8u, 0x00006581u, 0x000200f9u, 0x00006582u, 0x000200f8u, 0x0000657cu, - 0x00040072u, 0x00000008u, 0x0000657fu, 0x0000630du, 0x00060050u, 0x00000044u, 0x00006580u, 0x0000657fu, - 0x0000657fu, 0x0000657fu, 0x000200f9u, 0x00006582u, 0x000200f8u, 0x00006576u, 0x0008004fu, 0x00000047u, - 0x00006579u, 0x00002ae3u, 0x00002ae3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, - 0x0000657au, 0x00006579u, 0x0004007cu, 0x00000044u, 0x0000657bu, 0x0000657au, 0x000200f9u, 0x00006582u, - 0x000200f8u, 0x00006571u, 0x0008004fu, 0x000004b8u, 0x00006574u, 0x00007c43u, 0x00007c43u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006575u, 0x00006574u, 0x000200f9u, 0x00006582u, - 0x000200f8u, 0x0000656cu, 0x0008004fu, 0x000004b8u, 0x0000656fu, 0x00008385u, 0x00008385u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006570u, 0x0000656fu, 0x000200f9u, 0x00006582u, - 0x000200f8u, 0x00006567u, 0x0008004fu, 0x000004b8u, 0x0000656au, 0x000064cfu, 0x000064cfu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000656bu, 0x0000656au, 0x000200f9u, 0x00006582u, - 0x000200f8u, 0x00006561u, 0x0008004fu, 0x00000047u, 0x00006564u, 0x00002a8bu, 0x00002a8bu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006565u, 0x00006564u, 0x0004007cu, 0x00000044u, - 0x00006566u, 0x00006565u, 0x000200f9u, 0x00006582u, 0x000200f8u, 0x00006582u, 0x001100f5u, 0x00000044u, - 0x000086a4u, 0x00006566u, 0x00006561u, 0x0000656bu, 0x00006567u, 0x00006570u, 0x0000656cu, 0x00006575u, - 0x00006571u, 0x0000657bu, 0x00006576u, 0x00006580u, 0x0000657cu, 0x00001ab3u, 0x00006581u, 0x000300f7u, - 0x0000659bu, 0x00000000u, 0x000d00fbu, 0x00006510u, 0x00006584u, 0x00000000u, 0x00006589u, 0x00000001u, - 0x0000658du, 0x00000002u, 0x00006591u, 0x00000004u, 0x00006595u, 0x00000006u, 0x0000659au, 0x000200f8u, - 0x0000659au, 0x000200f9u, 0x0000659bu, 0x000200f8u, 0x00006595u, 0x00050041u, 0x0000007bu, 0x00007119u, - 0x00007110u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006597u, 0x00007119u, 0x00040071u, 0x00000006u, - 0x00006598u, 0x00006597u, 0x0004007cu, 0x00000008u, 0x00006599u, 0x00006598u, 0x000200f9u, 0x0000659bu, - 0x000200f8u, 0x00006591u, 0x00050041u, 0x000001cbu, 0x00007118u, 0x00007113u, 0x00000466u, 0x0004003du, - 0x00000012u, 0x00006593u, 0x00007118u, 0x00040072u, 0x00000008u, 0x00006594u, 0x00006593u, 0x000200f9u, - 0x0000659bu, 0x000200f8u, 0x0000658du, 0x00050041u, 0x000001cbu, 0x00007117u, 0x00007112u, 0x00000466u, - 0x0004003du, 0x00000012u, 0x0000658fu, 0x00007117u, 0x00040072u, 0x00000008u, 0x00006590u, 0x0000658fu, - 0x000200f9u, 0x0000659bu, 0x000200f8u, 0x00006589u, 0x00050041u, 0x000001cbu, 0x00007116u, 0x00007111u, - 0x00000466u, 0x0004003du, 0x00000012u, 0x0000658bu, 0x00007116u, 0x00040072u, 0x00000008u, 0x0000658cu, - 0x0000658bu, 0x000200f9u, 0x0000659bu, 0x000200f8u, 0x00006584u, 0x00050041u, 0x0000007bu, 0x00007115u, - 0x0000710fu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006586u, 0x00007115u, 0x00040071u, 0x00000006u, - 0x00006587u, 0x00006586u, 0x0004007cu, 0x00000008u, 0x00006588u, 0x00006587u, 0x000200f9u, 0x0000659bu, - 0x000200f8u, 0x0000659bu, 0x000f00f5u, 0x00000008u, 0x000086a5u, 0x00006588u, 0x00006584u, 0x0000658cu, - 0x00006589u, 0x00006590u, 0x0000658du, 0x00006594u, 0x00006591u, 0x00006599u, 0x00006595u, 0x00001ab2u, - 0x0000659au, 0x00050051u, 0x00000008u, 0x0000659eu, 0x000086a4u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x0000659fu, 0x000086a4u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000065a0u, 0x000086a4u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000065a1u, 0x0000659eu, 0x0000659fu, 0x000065a0u, 0x000086a5u, 0x00050041u, - 0x0000007bu, 0x00006513u, 0x00002281u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006514u, 0x00006513u, - 0x00040071u, 0x00000006u, 0x00006515u, 0x00006514u, 0x0004007cu, 0x00000008u, 0x00006516u, 0x00006515u, - 0x00050041u, 0x0000007bu, 0x00006517u, 0x00002282u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006518u, - 0x00006517u, 0x00040071u, 0x00000006u, 0x00006519u, 0x00006518u, 0x0004007cu, 0x00000008u, 0x0000651au, - 0x00006519u, 0x0003003eu, 0x00007120u, 0x00002a8du, 0x0003003eu, 0x00007121u, 0x00002ae3u, 0x0003003eu, - 0x00007122u, 0x000064cfu, 0x0003003eu, 0x00007123u, 0x00008385u, 0x0003003eu, 0x00007124u, 0x00007c43u, - 0x000300f7u, 0x000065ceu, 0x00000000u, 0x000d00fbu, 0x00006516u, 0x000065a7u, 0x00000000u, 0x000065adu, - 0x00000001u, 0x000065b2u, 0x00000002u, 0x000065b7u, 0x00000004u, 0x000065bcu, 0x00000007u, 0x000065c2u, - 0x000200f8u, 0x000065c2u, 0x00050041u, 0x0000007bu, 0x00007125u, 0x00007120u, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x000065c4u, 0x00007125u, 0x00040071u, 0x00000006u, 0x000065c5u, 0x000065c4u, 0x0004007cu, - 0x00000008u, 0x000065c6u, 0x000065c5u, 0x000500c4u, 0x00000008u, 0x000065c7u, 0x000065c6u, 0x0000025fu, - 0x00050041u, 0x0000007bu, 0x00007126u, 0x00007120u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x000065c9u, - 0x00007126u, 0x00040071u, 0x00000006u, 0x000065cau, 0x000065c9u, 0x0004007cu, 0x00000008u, 0x000065cbu, - 0x000065cau, 0x000500c5u, 0x00000008u, 0x000065ccu, 0x000065c7u, 0x000065cbu, 0x00060050u, 0x00000044u, - 0x000065cdu, 0x000065ccu, 0x000065ccu, 0x000065ccu, 0x000200f9u, 0x000065ceu, 0x000200f8u, 0x000065bcu, - 0x0008004fu, 0x00000047u, 0x000065bfu, 0x00002ae3u, 0x00002ae3u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000030eu, 0x000065c0u, 0x000065bfu, 0x0004007cu, 0x00000044u, 0x000065c1u, 0x000065c0u, - 0x000200f9u, 0x000065ceu, 0x000200f8u, 0x000065b7u, 0x0008004fu, 0x000004b8u, 0x000065bau, 0x00007c43u, - 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x000065bbu, 0x000065bau, - 0x000200f9u, 0x000065ceu, 0x000200f8u, 0x000065b2u, 0x0008004fu, 0x000004b8u, 0x000065b5u, 0x00008385u, - 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x000065b6u, 0x000065b5u, - 0x000200f9u, 0x000065ceu, 0x000200f8u, 0x000065adu, 0x0008004fu, 0x000004b8u, 0x000065b0u, 0x000064cfu, - 0x000064cfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x000065b1u, 0x000065b0u, - 0x000200f9u, 0x000065ceu, 0x000200f8u, 0x000065a7u, 0x0008004fu, 0x00000047u, 0x000065aau, 0x00002a8du, - 0x00002a8du, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x000065abu, 0x000065aau, - 0x0004007cu, 0x00000044u, 0x000065acu, 0x000065abu, 0x000200f9u, 0x000065ceu, 0x000200f8u, 0x000065ceu, - 0x000f00f5u, 0x00000044u, 0x000086a7u, 0x000065acu, 0x000065a7u, 0x000065b1u, 0x000065adu, 0x000065b6u, - 0x000065b2u, 0x000065bbu, 0x000065b7u, 0x000065c1u, 0x000065bcu, 0x000065cdu, 0x000065c2u, 0x000300f7u, - 0x000065e7u, 0x00000000u, 0x000d00fbu, 0x0000651au, 0x000065d0u, 0x00000000u, 0x000065d5u, 0x00000001u, - 0x000065d9u, 0x00000002u, 0x000065ddu, 0x00000004u, 0x000065e1u, 0x00000006u, 0x000065e6u, 0x000200f8u, - 0x000065e6u, 0x000200f9u, 0x000065e7u, 0x000200f8u, 0x000065e1u, 0x00050041u, 0x0000007bu, 0x0000712bu, - 0x00007121u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000065e3u, 0x0000712bu, 0x00040071u, 0x00000006u, - 0x000065e4u, 0x000065e3u, 0x0004007cu, 0x00000008u, 0x000065e5u, 0x000065e4u, 0x000200f9u, 0x000065e7u, - 0x000200f8u, 0x000065ddu, 0x00050041u, 0x000001cbu, 0x0000712au, 0x00007124u, 0x00000466u, 0x0004003du, - 0x00000012u, 0x000065dfu, 0x0000712au, 0x00040072u, 0x00000008u, 0x000065e0u, 0x000065dfu, 0x000200f9u, - 0x000065e7u, 0x000200f8u, 0x000065d9u, 0x00050041u, 0x000001cbu, 0x00007129u, 0x00007123u, 0x00000466u, - 0x0004003du, 0x00000012u, 0x000065dbu, 0x00007129u, 0x00040072u, 0x00000008u, 0x000065dcu, 0x000065dbu, - 0x000200f9u, 0x000065e7u, 0x000200f8u, 0x000065d5u, 0x00050041u, 0x000001cbu, 0x00007128u, 0x00007122u, - 0x00000466u, 0x0004003du, 0x00000012u, 0x000065d7u, 0x00007128u, 0x00040072u, 0x00000008u, 0x000065d8u, - 0x000065d7u, 0x000200f9u, 0x000065e7u, 0x000200f8u, 0x000065d0u, 0x00050041u, 0x0000007bu, 0x00007127u, - 0x00007120u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000065d2u, 0x00007127u, 0x00040071u, 0x00000006u, - 0x000065d3u, 0x000065d2u, 0x0004007cu, 0x00000008u, 0x000065d4u, 0x000065d3u, 0x000200f9u, 0x000065e7u, - 0x000200f8u, 0x000065e7u, 0x000f00f5u, 0x00000008u, 0x000086a8u, 0x000065d4u, 0x000065d0u, 0x000065d8u, - 0x000065d5u, 0x000065dcu, 0x000065d9u, 0x000065e0u, 0x000065ddu, 0x000065e5u, 0x000065e1u, 0x00001ab2u, - 0x000065e6u, 0x00050051u, 0x00000008u, 0x000065eau, 0x000086a7u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000065ebu, 0x000086a7u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000065ecu, 0x000086a7u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000065edu, 0x000065eau, 0x000065ebu, 0x000065ecu, 0x000086a8u, 0x00050041u, - 0x0000007bu, 0x0000651du, 0x00002281u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x0000651eu, 0x0000651du, - 0x00040071u, 0x00000006u, 0x0000651fu, 0x0000651eu, 0x0004007cu, 0x00000008u, 0x00006520u, 0x0000651fu, - 0x00050041u, 0x0000007bu, 0x00006521u, 0x00002282u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006522u, - 0x00006521u, 0x00040071u, 0x00000006u, 0x00006523u, 0x00006522u, 0x0004007cu, 0x00000008u, 0x00006524u, - 0x00006523u, 0x0003003eu, 0x00007131u, 0x00002a8fu, 0x0003003eu, 0x00007132u, 0x00002ae3u, 0x0003003eu, - 0x00007134u, 0x00008385u, 0x0003003eu, 0x00007135u, 0x00007c43u, 0x000300f7u, 0x00006634u, 0x00000000u, - 0x001700fbu, 0x00006520u, 0x000065f3u, 0x00000000u, 0x000065f9u, 0x00000007u, 0x000065feu, 0x00000001u, - 0x00006603u, 0x00000002u, 0x00006608u, 0x00000004u, 0x0000660du, 0x00000008u, 0x00006613u, 0x00000009u, - 0x00006618u, 0x0000000bu, 0x0000661du, 0x0000000du, 0x00006623u, 0x0000000fu, 0x00006628u, 0x000200f8u, - 0x00006628u, 0x00050041u, 0x0000007bu, 0x00007137u, 0x00007131u, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x0000662au, 0x00007137u, 0x00040071u, 0x00000006u, 0x0000662bu, 0x0000662au, 0x0004007cu, 0x00000008u, - 0x0000662cu, 0x0000662bu, 0x000500c4u, 0x00000008u, 0x0000662du, 0x0000662cu, 0x0000025fu, 0x00050041u, - 0x0000007bu, 0x00007138u, 0x00007131u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x0000662fu, 0x00007138u, - 0x00040071u, 0x00000006u, 0x00006630u, 0x0000662fu, 0x0004007cu, 0x00000008u, 0x00006631u, 0x00006630u, - 0x000500c5u, 0x00000008u, 0x00006632u, 0x0000662du, 0x00006631u, 0x00060050u, 0x00000044u, 0x00006633u, - 0x00006632u, 0x00006632u, 0x00006632u, 0x000200f9u, 0x00006634u, 0x000200f8u, 0x00006623u, 0x00040072u, - 0x00000008u, 0x00006626u, 0x0000843fu, 0x00060050u, 0x00000044u, 0x00006627u, 0x00006626u, 0x00006626u, - 0x00006626u, 0x000200f9u, 0x00006634u, 0x000200f8u, 0x0000661du, 0x0008004fu, 0x00000047u, 0x00006620u, - 0x00002ae3u, 0x00002ae3u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040071u, 0x0000030eu, 0x00006621u, - 0x00006620u, 0x0004007cu, 0x00000044u, 0x00006622u, 0x00006621u, 0x000200f9u, 0x00006634u, 0x000200f8u, - 0x00006618u, 0x0008004fu, 0x000004b8u, 0x0000661bu, 0x00007c43u, 0x00007c43u, 0x00000003u, 0x00000003u, - 0x00000003u, 0x00040072u, 0x00000044u, 0x0000661cu, 0x0000661bu, 0x000200f9u, 0x00006634u, 0x000200f8u, - 0x00006613u, 0x0008004fu, 0x000004b8u, 0x00006616u, 0x00008385u, 0x00008385u, 0x00000003u, 0x00000003u, - 0x00000003u, 0x00040072u, 0x00000044u, 0x00006617u, 0x00006616u, 0x000200f9u, 0x00006634u, 0x000200f8u, - 0x0000660du, 0x0008004fu, 0x00000047u, 0x00006610u, 0x00002ae3u, 0x00002ae3u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006611u, 0x00006610u, 0x0004007cu, 0x00000044u, 0x00006612u, - 0x00006611u, 0x000200f9u, 0x00006634u, 0x000200f8u, 0x00006608u, 0x0008004fu, 0x000004b8u, 0x0000660bu, - 0x00007c43u, 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000660cu, - 0x0000660bu, 0x000200f9u, 0x00006634u, 0x000200f8u, 0x00006603u, 0x0008004fu, 0x000004b8u, 0x00006606u, - 0x00008385u, 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006607u, - 0x00006606u, 0x000200f9u, 0x00006634u, 0x000200f8u, 0x000065feu, 0x0008004fu, 0x000004b8u, 0x00006601u, - 0x000064cfu, 0x000064cfu, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x00006602u, - 0x00006601u, 0x000200f9u, 0x00006634u, 0x000200f8u, 0x000065f9u, 0x0008004fu, 0x000004b8u, 0x000065fcu, - 0x000064cfu, 0x000064cfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x000065fdu, - 0x000065fcu, 0x000200f9u, 0x00006634u, 0x000200f8u, 0x000065f3u, 0x0008004fu, 0x00000047u, 0x000065f6u, - 0x00002a8fu, 0x00002a8fu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x000065f7u, - 0x000065f6u, 0x0004007cu, 0x00000044u, 0x000065f8u, 0x000065f7u, 0x000200f9u, 0x00006634u, 0x000200f8u, - 0x00006634u, 0x001900f5u, 0x00000044u, 0x000086aau, 0x000065f8u, 0x000065f3u, 0x000065fdu, 0x000065f9u, - 0x00006602u, 0x000065feu, 0x00006607u, 0x00006603u, 0x0000660cu, 0x00006608u, 0x00006612u, 0x0000660du, - 0x00006617u, 0x00006613u, 0x0000661cu, 0x00006618u, 0x00006622u, 0x0000661du, 0x00006627u, 0x00006623u, - 0x00006633u, 0x00006628u, 0x000300f7u, 0x0000664cu, 0x00000000u, 0x000b00fbu, 0x00006524u, 0x00006636u, - 0x00000000u, 0x0000663bu, 0x00000001u, 0x0000663fu, 0x00000002u, 0x00006643u, 0x00000004u, 0x00006647u, - 0x000200f8u, 0x00006647u, 0x00050041u, 0x0000007bu, 0x0000713cu, 0x00007132u, 0x00000466u, 0x0004003du, - 0x0000000fu, 0x00006649u, 0x0000713cu, 0x00040071u, 0x00000006u, 0x0000664au, 0x00006649u, 0x0004007cu, - 0x00000008u, 0x0000664bu, 0x0000664au, 0x000200f9u, 0x0000664cu, 0x000200f8u, 0x00006643u, 0x00050041u, - 0x000001cbu, 0x0000713bu, 0x00007135u, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006645u, 0x0000713bu, - 0x00040072u, 0x00000008u, 0x00006646u, 0x00006645u, 0x000200f9u, 0x0000664cu, 0x000200f8u, 0x0000663fu, - 0x00050041u, 0x000001cbu, 0x0000713au, 0x00007134u, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006641u, - 0x0000713au, 0x00040072u, 0x00000008u, 0x00006642u, 0x00006641u, 0x000200f9u, 0x0000664cu, 0x000200f8u, - 0x0000663bu, 0x00040072u, 0x00000008u, 0x0000663eu, 0x0000843fu, 0x000200f9u, 0x0000664cu, 0x000200f8u, - 0x00006636u, 0x00050041u, 0x0000007bu, 0x00007139u, 0x00007131u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006638u, 0x00007139u, 0x00040071u, 0x00000006u, 0x00006639u, 0x00006638u, 0x0004007cu, 0x00000008u, - 0x0000663au, 0x00006639u, 0x000200f9u, 0x0000664cu, 0x000200f8u, 0x0000664cu, 0x000d00f5u, 0x00000008u, - 0x000086abu, 0x0000663au, 0x00006636u, 0x0000663eu, 0x0000663bu, 0x00006642u, 0x0000663fu, 0x00006646u, - 0x00006643u, 0x0000664bu, 0x00006647u, 0x00050051u, 0x00000008u, 0x0000664fu, 0x000086aau, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00006650u, 0x000086aau, 0x00000001u, 0x00050051u, 0x00000008u, 0x00006651u, - 0x000086aau, 0x00000002u, 0x00070050u, 0x00000009u, 0x00006652u, 0x0000664fu, 0x00006650u, 0x00006651u, - 0x000086abu, 0x00050041u, 0x0000007bu, 0x00006527u, 0x00002281u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006528u, 0x00006527u, 0x00040071u, 0x00000006u, 0x00006529u, 0x00006528u, 0x0004007cu, 0x00000008u, - 0x0000652au, 0x00006529u, 0x00050041u, 0x0000007bu, 0x0000652bu, 0x00002282u, 0x00000466u, 0x0004003du, - 0x0000000fu, 0x0000652cu, 0x0000652bu, 0x00040071u, 0x00000006u, 0x0000652du, 0x0000652cu, 0x0004007cu, - 0x00000008u, 0x0000652eu, 0x0000652du, 0x0003003eu, 0x00007143u, 0x00002a91u, 0x0003003eu, 0x00007144u, - 0x00002ae3u, 0x0003003eu, 0x00007145u, 0x000064cfu, 0x0003003eu, 0x00007146u, 0x00008385u, 0x0003003eu, - 0x00007147u, 0x00007c43u, 0x000300f7u, 0x00006674u, 0x00000000u, 0x000d00fbu, 0x0000652au, 0x00006658u, - 0x00000000u, 0x0000665eu, 0x00000001u, 0x00006663u, 0x00000002u, 0x00006668u, 0x00000004u, 0x0000666du, - 0x00000006u, 0x00006673u, 0x000200f8u, 0x00006673u, 0x000200f9u, 0x00006674u, 0x000200f8u, 0x0000666du, - 0x0008004fu, 0x00000047u, 0x00006670u, 0x00002ae3u, 0x00002ae3u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000030eu, 0x00006671u, 0x00006670u, 0x0004007cu, 0x00000044u, 0x00006672u, 0x00006671u, - 0x000200f9u, 0x00006674u, 0x000200f8u, 0x00006668u, 0x0008004fu, 0x000004b8u, 0x0000666bu, 0x00007c43u, - 0x00007c43u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000666cu, 0x0000666bu, - 0x000200f9u, 0x00006674u, 0x000200f8u, 0x00006663u, 0x0008004fu, 0x000004b8u, 0x00006666u, 0x00008385u, - 0x00008385u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006667u, 0x00006666u, - 0x000200f9u, 0x00006674u, 0x000200f8u, 0x0000665eu, 0x0008004fu, 0x000004b8u, 0x00006661u, 0x000064cfu, - 0x000064cfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006662u, 0x00006661u, - 0x000200f9u, 0x00006674u, 0x000200f8u, 0x00006658u, 0x0008004fu, 0x00000047u, 0x0000665bu, 0x00002a91u, - 0x00002a91u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x0000665cu, 0x0000665bu, - 0x0004007cu, 0x00000044u, 0x0000665du, 0x0000665cu, 0x000200f9u, 0x00006674u, 0x000200f8u, 0x00006674u, - 0x000f00f5u, 0x00000044u, 0x000086adu, 0x0000665du, 0x00006658u, 0x00006662u, 0x0000665eu, 0x00006667u, - 0x00006663u, 0x0000666cu, 0x00006668u, 0x00006672u, 0x0000666du, 0x00001ab3u, 0x00006673u, 0x000300f7u, - 0x0000668du, 0x00000000u, 0x000d00fbu, 0x0000652eu, 0x00006676u, 0x00000000u, 0x0000667bu, 0x00000001u, - 0x0000667fu, 0x00000002u, 0x00006683u, 0x00000004u, 0x00006687u, 0x00000006u, 0x0000668cu, 0x000200f8u, - 0x0000668cu, 0x000200f9u, 0x0000668du, 0x000200f8u, 0x00006687u, 0x00050041u, 0x0000007bu, 0x0000714cu, - 0x00007144u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006689u, 0x0000714cu, 0x00040071u, 0x00000006u, - 0x0000668au, 0x00006689u, 0x0004007cu, 0x00000008u, 0x0000668bu, 0x0000668au, 0x000200f9u, 0x0000668du, - 0x000200f8u, 0x00006683u, 0x00050041u, 0x000001cbu, 0x0000714bu, 0x00007147u, 0x00000466u, 0x0004003du, - 0x00000012u, 0x00006685u, 0x0000714bu, 0x00040072u, 0x00000008u, 0x00006686u, 0x00006685u, 0x000200f9u, - 0x0000668du, 0x000200f8u, 0x0000667fu, 0x00050041u, 0x000001cbu, 0x0000714au, 0x00007146u, 0x00000466u, - 0x0004003du, 0x00000012u, 0x00006681u, 0x0000714au, 0x00040072u, 0x00000008u, 0x00006682u, 0x00006681u, - 0x000200f9u, 0x0000668du, 0x000200f8u, 0x0000667bu, 0x00050041u, 0x000001cbu, 0x00007149u, 0x00007145u, - 0x00000466u, 0x0004003du, 0x00000012u, 0x0000667du, 0x00007149u, 0x00040072u, 0x00000008u, 0x0000667eu, - 0x0000667du, 0x000200f9u, 0x0000668du, 0x000200f8u, 0x00006676u, 0x00050041u, 0x0000007bu, 0x00007148u, - 0x00007143u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006678u, 0x00007148u, 0x00040071u, 0x00000006u, - 0x00006679u, 0x00006678u, 0x0004007cu, 0x00000008u, 0x0000667au, 0x00006679u, 0x000200f9u, 0x0000668du, - 0x000200f8u, 0x0000668du, 0x000f00f5u, 0x00000008u, 0x000086aeu, 0x0000667au, 0x00006676u, 0x0000667eu, - 0x0000667bu, 0x00006682u, 0x0000667fu, 0x00006686u, 0x00006683u, 0x0000668bu, 0x00006687u, 0x00001ab2u, - 0x0000668cu, 0x00050051u, 0x00000008u, 0x00006690u, 0x000086adu, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00006691u, 0x000086adu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00006692u, 0x000086adu, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00006693u, 0x00006690u, 0x00006691u, 0x00006692u, 0x000086aeu, 0x000600cau, - 0x00000009u, 0x0000669bu, 0x00006652u, 0x00000222u, 0x00000262u, 0x00050082u, 0x00000009u, 0x000066b5u, - 0x000065a1u, 0x0000b409u, 0x000600cau, 0x00000009u, 0x000066b6u, 0x000066b5u, 0x00000222u, 0x00000262u, - 0x00050080u, 0x00000009u, 0x000066b8u, 0x000066b6u, 0x0000b409u, 0x00050082u, 0x00000009u, 0x000066bdu, - 0x000065edu, 0x0000b409u, 0x000600cau, 0x00000009u, 0x000066beu, 0x000066bdu, 0x00000222u, 0x00000262u, - 0x00050080u, 0x00000009u, 0x000066c0u, 0x000066beu, 0x0000b409u, 0x00050082u, 0x00000009u, 0x000066c5u, - 0x00006693u, 0x0000b409u, 0x000600cau, 0x00000009u, 0x000066c6u, 0x000066c5u, 0x00000222u, 0x00000262u, - 0x00050080u, 0x00000009u, 0x000066c8u, 0x000066c6u, 0x0000b409u, 0x00050082u, 0x00000009u, 0x000066a4u, - 0x000066b8u, 0x000066c0u, 0x00050084u, 0x00000009u, 0x000066a6u, 0x000066a4u, 0x0000669bu, 0x00050080u, - 0x00000009u, 0x000066a9u, 0x000066a6u, 0x0000b409u, 0x000500c3u, 0x00000009u, 0x000066acu, 0x000066a9u, - 0x0000b414u, 0x00040072u, 0x00000013u, 0x000066adu, 0x000066acu, 0x00040072u, 0x00000013u, 0x000066afu, - 0x000066c8u, 0x00050080u, 0x00000013u, 0x000066b0u, 0x000066adu, 0x000066afu, 0x00040072u, 0x00000009u, - 0x00006537u, 0x000066b0u, 0x00050082u, 0x00000009u, 0x000066cdu, 0x00006537u, 0x0000b409u, 0x000600cau, - 0x00000009u, 0x000066cfu, 0x000066cdu, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000066d2u, - 0x000066cfu, 0x0000b409u, 0x0008000cu, 0x00000009u, 0x000066d4u, 0x00000001u, 0x0000002du, 0x000066d2u, - 0x00000b0au, 0x00000b0bu, 0x00040072u, 0x00000013u, 0x000066d5u, 0x000066d4u, 0x0003003eu, 0x000064ffu, - 0x000066d5u, 0x00050041u, 0x000001cbu, 0x00006539u, 0x000064ffu, 0x00000466u, 0x0004003du, 0x00000012u, - 0x0000653au, 0x00006539u, 0x00040072u, 0x00000008u, 0x0000653bu, 0x0000653au, 0x0004003du, 0x00000012u, - 0x0000653du, 0x00006539u, 0x00040072u, 0x00000008u, 0x0000653eu, 0x0000653du, 0x00050080u, 0x00000008u, - 0x0000653fu, 0x0000653eu, 0x0000022cu, 0x000500c3u, 0x00000008u, 0x00006540u, 0x0000653fu, 0x0000025fu, - 0x00050080u, 0x00000008u, 0x00006541u, 0x0000653bu, 0x00006540u, 0x000300f7u, 0x0000654eu, 0x00000000u, - 0x000400fau, 0x000022ecu, 0x00006543u, 0x0000654bu, 0x000200f8u, 0x0000654bu, 0x000500c4u, 0x00000008u, - 0x0000654du, 0x00002394u, 0x00000238u, 0x000200f9u, 0x0000654eu, 0x000200f8u, 0x00006543u, 0x00050084u, - 0x00000008u, 0x00006546u, 0x00006541u, 0x00002394u, 0x00050080u, 0x00000008u, 0x00006547u, 0x00006546u, - 0x00000235u, 0x000500c3u, 0x00000008u, 0x00006548u, 0x00006547u, 0x00000232u, 0x000500c3u, 0x00000008u, - 0x0000654au, 0x00006548u, 0x00000238u, 0x000200f9u, 0x0000654eu, 0x000200f8u, 0x0000654eu, 0x000700f5u, - 0x00000008u, 0x000086bbu, 0x0000654au, 0x00006543u, 0x00002394u, 0x0000654bu, 0x000700f5u, 0x00000008u, - 0x000086b8u, 0x00006548u, 0x00006543u, 0x0000654du, 0x0000654bu, 0x000300f7u, 0x00006556u, 0x00000000u, - 0x000400fau, 0x000022efu, 0x00006550u, 0x00006552u, 0x000200f8u, 0x00006552u, 0x00050080u, 0x00000008u, - 0x00006555u, 0x00006541u, 0x00008318u, 0x000200f9u, 0x00006556u, 0x000200f8u, 0x00006550u, 0x000200f9u, - 0x00006556u, 0x000200f8u, 0x00006556u, 0x000700f5u, 0x00000008u, 0x000086b9u, 0x000086b8u, 0x00006550u, - 0x00006555u, 0x00006552u, 0x0008000cu, 0x00000008u, 0x00006558u, 0x00000001u, 0x0000002du, 0x000086b9u, - 0x00000222u, 0x00000360u, 0x00040072u, 0x00000012u, 0x00006559u, 0x00006558u, 0x0003003eu, 0x00006539u, - 0x00006559u, 0x0004003du, 0x00000013u, 0x0000655bu, 0x000064ffu, 0x00040072u, 0x00000b14u, 0x000024b1u, - 0x0000655bu, 0x0004007cu, 0x00000010u, 0x000024b2u, 0x000024b1u, 0x0003003eu, 0x0000227fu, 0x000024b2u, - 0x000200f9u, 0x000024cfu, 0x000200f8u, 0x000024cfu, 0x000700f5u, 0x0000000fu, 0x000086deu, 0x00008681u, - 0x00006556u, 0x000024ceu, 0x00006744u, 0x000700f5u, 0x00000008u, 0x000086bcu, 0x000086bbu, 0x00006556u, - 0x00008672u, 0x00006744u, 0x000500aau, 0x00000069u, 0x000024d2u, 0x000086bcu, 0x00000222u, 0x000500a7u, - 0x00000069u, 0x000024d3u, 0x000022feu, 0x000024d2u, 0x000300f7u, 0x000024d5u, 0x00000000u, 0x000400fau, - 0x000024d3u, 0x000024d4u, 0x000024d5u, 0x000200f8u, 0x000024d4u, 0x000200f9u, 0x000024fau, 0x000200f8u, - 0x000024d5u, 0x000300f7u, 0x000024e4u, 0x00000000u, 0x000400fau, 0x0000230du, 0x000024d7u, 0x000024e4u, - 0x000200f8u, 0x000024d7u, 0x000300f7u, 0x000024deu, 0x00000000u, 0x000400fau, 0x00002310u, 0x000024d9u, - 0x000024dbu, 0x000200f8u, 0x000024dbu, 0x00050041u, 0x0000007bu, 0x00007522u, 0x0000751fu, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x000024ddu, 0x00007522u, 0x000200f9u, 0x000024deu, 0x000200f8u, 0x000024d9u, - 0x000500c7u, 0x00000011u, 0x000068c7u, 0x0000820au, 0x0000034du, 0x00040071u, 0x0000000fu, 0x000068c8u, - 0x000068c7u, 0x000200f9u, 0x000024deu, 0x000200f8u, 0x000024deu, 0x000700f5u, 0x0000000fu, 0x000086e9u, - 0x000068c8u, 0x000024d9u, 0x000024ddu, 0x000024dbu, 0x000500b0u, 0x00000069u, 0x000024e1u, 0x000086deu, - 0x000086e9u, 0x000300f7u, 0x000024e3u, 0x00000000u, 0x000400fau, 0x000024e1u, 0x000024e2u, 0x000024e3u, - 0x000200f8u, 0x000024e2u, 0x000200f9u, 0x000024fau, 0x000200f8u, 0x000024e3u, 0x000200f9u, 0x000024e4u, - 0x000200f8u, 0x000024e4u, 0x0004003du, 0x00000010u, 0x000024e5u, 0x0000227fu, 0x000500c4u, 0x00000008u, - 0x000024e8u, 0x00002d33u, 0x00000262u, 0x000500c5u, 0x00000008u, 0x000024eau, 0x000024e8u, 0x0000830fu, - 0x00040072u, 0x0000037du, 0x000024edu, 0x000086bcu, 0x0004007cu, 0x0000000fu, 0x000024eeu, 0x000024edu, - 0x00050041u, 0x0000007bu, 0x000024f0u, 0x00002214u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000024f1u, - 0x000024f0u, 0x00040071u, 0x00000006u, 0x000024f2u, 0x000024f1u, 0x0004007cu, 0x00000008u, 0x000024f3u, - 0x000024f2u, 0x00050080u, 0x00000008u, 0x000024f5u, 0x000024f3u, 0x00008318u, 0x0007000cu, 0x00000008u, - 0x000024f6u, 0x00000001u, 0x00000027u, 0x000024f5u, 0x00000360u, 0x00040072u, 0x0000037du, 0x000024f7u, - 0x000024f6u, 0x0004007cu, 0x0000000fu, 0x000024f8u, 0x000024f7u, 0x000200f9u, 0x000024fau, 0x000200f8u, - 0x000024fau, 0x001900f5u, 0x00000012u, 0x0000b0adu, 0x0000844bu, 0x000022a4u, 0x0000844bu, 0x000022c3u, - 0x0000844bu, 0x00002349u, 0x0000844bu, 0x00002374u, 0x0000844bu, 0x00002375u, 0x0000844bu, 0x00002383u, - 0x0000844bu, 0x00002391u, 0x0000844bu, 0x0000239du, 0x0000843fu, 0x000024d4u, 0x0000843fu, 0x000024e2u, - 0x0000843fu, 0x000024e4u, 0x001900f5u, 0x00000013u, 0x0000b01bu, 0x00008394u, 0x000022a4u, 0x00008394u, - 0x000022c3u, 0x00008394u, 0x00002349u, 0x00008394u, 0x00002374u, 0x00008394u, 0x00002375u, 0x00008394u, - 0x00002383u, 0x00008394u, 0x00002391u, 0x00008394u, 0x0000239du, 0x00008385u, 0x000024d4u, 0x00008385u, - 0x000024e2u, 0x00008385u, 0x000024e4u, 0x001900f5u, 0x00000011u, 0x0000afa9u, 0x0000820du, 0x000022a4u, - 0x0000820du, 0x000022c3u, 0x0000820au, 0x00002349u, 0x0000820au, 0x00002374u, 0x0000820au, 0x00002375u, - 0x0000820au, 0x00002383u, 0x0000820au, 0x00002391u, 0x0000820au, 0x0000239du, 0x0000820au, 0x000024d4u, - 0x0000820au, 0x000024e2u, 0x0000820au, 0x000024e4u, 0x001900f5u, 0x00000013u, 0x0000af01u, 0x00007ff4u, - 0x000022a4u, 0x00007ff4u, 0x000022c3u, 0x00007ff4u, 0x00002349u, 0x00007ff4u, 0x00002374u, 0x00007ff4u, - 0x00002375u, 0x00007ff4u, 0x00002383u, 0x00007ff4u, 0x00002391u, 0x00007ff4u, 0x0000239du, 0x0000af49u, - 0x000024d4u, 0x0000af49u, 0x000024e2u, 0x0000af49u, 0x000024e4u, 0x001900f5u, 0x00000013u, 0x0000ae5au, - 0x00007f02u, 0x000022a4u, 0x00007f02u, 0x000022c3u, 0x00007f02u, 0x00002349u, 0x00007f02u, 0x00002374u, - 0x00007f02u, 0x00002375u, 0x00007f02u, 0x00002383u, 0x00007f02u, 0x00002391u, 0x00007f02u, 0x0000239du, - 0x0000aea2u, 0x000024d4u, 0x0000aea2u, 0x000024e2u, 0x0000aea2u, 0x000024e4u, 0x001900f5u, 0x00000013u, - 0x0000adb3u, 0x00007e0bu, 0x000022a4u, 0x00007e0bu, 0x000022c3u, 0x00007e0bu, 0x00002349u, 0x00007e0bu, - 0x00002374u, 0x00007e0bu, 0x00002375u, 0x00007e0bu, 0x00002383u, 0x00007e0bu, 0x00002391u, 0x00007e0bu, - 0x0000239du, 0x0000adfbu, 0x000024d4u, 0x0000adfbu, 0x000024e2u, 0x0000adfbu, 0x000024e4u, 0x001900f5u, - 0x00000013u, 0x0000ad0cu, 0x00007cdeu, 0x000022a4u, 0x00007cdeu, 0x000022c3u, 0x00007cdeu, 0x00002349u, - 0x00007cdeu, 0x00002374u, 0x00007cdeu, 0x00002375u, 0x00007cdeu, 0x00002383u, 0x00007cdeu, 0x00002391u, - 0x00007cdeu, 0x0000239du, 0x0000ad54u, 0x000024d4u, 0x0000ad54u, 0x000024e2u, 0x0000ad54u, 0x000024e4u, - 0x001900f5u, 0x00000013u, 0x0000ac7au, 0x00007c50u, 0x000022a4u, 0x00007c50u, 0x000022c3u, 0x00007c50u, - 0x00002349u, 0x00007c50u, 0x00002374u, 0x00007c50u, 0x00002375u, 0x00007c50u, 0x00002383u, 0x00007c50u, - 0x00002391u, 0x00007c50u, 0x0000239du, 0x00007c43u, 0x000024d4u, 0x00007c43u, 0x000024e2u, 0x00007c43u, - 0x000024e4u, 0x001900f5u, 0x00000013u, 0x0000ab5au, 0x000078afu, 0x000022a4u, 0x000078afu, 0x000022c3u, - 0x000078afu, 0x00002349u, 0x000078afu, 0x00002374u, 0x000078afu, 0x00002375u, 0x000078afu, 0x00002383u, - 0x000078afu, 0x00002391u, 0x000078afu, 0x0000239du, 0x0000aba4u, 0x000024d4u, 0x0000aba4u, 0x000024e2u, - 0x0000aba4u, 0x000024e4u, 0x001900f5u, 0x00000013u, 0x0000aa3bu, 0x00007835u, 0x000022a4u, 0x00007835u, - 0x000022c3u, 0x00007835u, 0x00002349u, 0x00007835u, 0x00002374u, 0x00007835u, 0x00002375u, 0x00007835u, - 0x00002383u, 0x00007835u, 0x00002391u, 0x00007835u, 0x0000239du, 0x0000aa85u, 0x000024d4u, 0x0000aa85u, - 0x000024e2u, 0x0000aa85u, 0x000024e4u, 0x001900f5u, 0x00000013u, 0x0000a91cu, 0x000077b6u, 0x000022a4u, - 0x000077b6u, 0x000022c3u, 0x000077b6u, 0x00002349u, 0x000077b6u, 0x00002374u, 0x000077b6u, 0x00002375u, - 0x000077b6u, 0x00002383u, 0x000077b6u, 0x00002391u, 0x000077b6u, 0x0000239du, 0x0000a966u, 0x000024d4u, - 0x0000a966u, 0x000024e2u, 0x0000a966u, 0x000024e4u, 0x001900f5u, 0x00000013u, 0x0000a7fdu, 0x00007700u, - 0x000022a4u, 0x00007700u, 0x000022c3u, 0x00007700u, 0x00002349u, 0x00007700u, 0x00002374u, 0x00007700u, - 0x00002375u, 0x00007700u, 0x00002383u, 0x00007700u, 0x00002391u, 0x00007700u, 0x0000239du, 0x0000a847u, - 0x000024d4u, 0x0000a847u, 0x000024e2u, 0x0000a847u, 0x000024e4u, 0x001900f5u, 0x000000efu, 0x0000a680u, - 0x00007669u, 0x000022a4u, 0x00007669u, 0x000022c3u, 0x00007669u, 0x00002349u, 0x00007669u, 0x00002374u, - 0x00007669u, 0x00002375u, 0x00007669u, 0x00002383u, 0x00007669u, 0x00002391u, 0x00007669u, 0x0000239du, - 0x0000765eu, 0x000024d4u, 0x0000765eu, 0x000024e2u, 0x0000765eu, 0x000024e4u, 0x001900f5u, 0x000000efu, - 0x0000a503u, 0x00007645u, 0x000022a4u, 0x00007645u, 0x000022c3u, 0x00007645u, 0x00002349u, 0x00007645u, - 0x00002374u, 0x00007645u, 0x00002375u, 0x00007645u, 0x00002383u, 0x00007645u, 0x00002391u, 0x00007645u, - 0x0000239du, 0x0000763au, 0x000024d4u, 0x0000763au, 0x000024e2u, 0x0000763au, 0x000024e4u, 0x001900f5u, - 0x00000044u, 0x0000a37au, 0x000075ebu, 0x000022a4u, 0x000075ebu, 0x000022c3u, 0x000075ebu, 0x00002349u, - 0x000075ebu, 0x00002374u, 0x000075ebu, 0x00002375u, 0x000075ebu, 0x00002383u, 0x000075ebu, 0x00002391u, - 0x000075ebu, 0x0000239du, 0x000075e5u, 0x000024d4u, 0x000075e5u, 0x000024e2u, 0x000075e5u, 0x000024e4u, - 0x001900f5u, 0x00000044u, 0x0000a1e8u, 0x000075dcu, 0x000022a4u, 0x000075dcu, 0x000022c3u, 0x000075dcu, - 0x00002349u, 0x000075dcu, 0x00002374u, 0x000075dcu, 0x00002375u, 0x000075dcu, 0x00002383u, 0x000075dcu, - 0x00002391u, 0x000075dcu, 0x0000239du, 0x000075d6u, 0x000024d4u, 0x000075d6u, 0x000024e2u, 0x000075d6u, - 0x000024e4u, 0x001900f5u, 0x00000010u, 0x00008af5u, 0x00008af7u, 0x000022a4u, 0x00008af7u, 0x000022c3u, - 0x00008af7u, 0x00002349u, 0x00008af7u, 0x00002374u, 0x00008af7u, 0x00002375u, 0x00008af7u, 0x00002383u, - 0x00008af7u, 0x00002391u, 0x00008af7u, 0x0000239du, 0x00008af7u, 0x000024d4u, 0x00008af7u, 0x000024e2u, - 0x000024e5u, 0x000024e4u, 0x001900f5u, 0x00000008u, 0x000089b7u, 0x000089b9u, 0x000022a4u, 0x000089b9u, - 0x000022c3u, 0x000089b9u, 0x00002349u, 0x0000870fu, 0x00002374u, 0x0000870fu, 0x00002375u, 0x000089b9u, - 0x00002383u, 0x000089b9u, 0x00002391u, 0x000089b9u, 0x0000239du, 0x000089b9u, 0x000024d4u, 0x000089b9u, - 0x000024e2u, 0x000024eau, 0x000024e4u, 0x001900f5u, 0x0000000fu, 0x0000887au, 0x0000887cu, 0x000022a4u, - 0x0000887cu, 0x000022c3u, 0x0000887cu, 0x00002349u, 0x00000628u, 0x00002374u, 0x00000628u, 0x00002375u, - 0x00000629u, 0x00002383u, 0x0000887cu, 0x00002391u, 0x0000887cu, 0x0000239du, 0x0000887cu, 0x000024d4u, - 0x0000887cu, 0x000024e2u, 0x000024eeu, 0x000024e4u, 0x001900f5u, 0x0000000fu, 0x00008712u, 0x00008714u, - 0x000022a4u, 0x00008714u, 0x000022c3u, 0x00008714u, 0x00002349u, 0x00008714u, 0x00002374u, 0x00008714u, - 0x00002375u, 0x00008714u, 0x00002383u, 0x00008714u, 0x00002391u, 0x00008714u, 0x0000239du, 0x00008714u, - 0x000024d4u, 0x00008714u, 0x000024e2u, 0x000024f8u, 0x000024e4u, 0x001900f5u, 0x00000069u, 0x00008711u, - 0x00000538u, 0x000022a4u, 0x00000538u, 0x000022c3u, 0x00000538u, 0x00002349u, 0x00000538u, 0x00002374u, - 0x0000055bu, 0x00002375u, 0x00002384u, 0x00002383u, 0x00000538u, 0x00002391u, 0x00000538u, 0x0000239du, - 0x00000538u, 0x000024d4u, 0x00000538u, 0x000024e2u, 0x0000055bu, 0x000024e4u, 0x000300f7u, 0x000020bcu, - 0x00000000u, 0x000400fau, 0x00008711u, 0x000020bbu, 0x000020bcu, 0x000200f8u, 0x000020bbu, 0x00040071u, - 0x00000006u, 0x000020bfu, 0x0000887au, 0x0004007cu, 0x00000008u, 0x000020c0u, 0x000020bfu, 0x000500c7u, - 0x00000008u, 0x000020c2u, 0x000020c0u, 0x000020c1u, 0x000500abu, 0x00000069u, 0x000020c3u, 0x000020c2u, - 0x00000222u, 0x000300f7u, 0x000020c5u, 0x00000000u, 0x000400fau, 0x000020c3u, 0x000020c4u, 0x000020cbu, - 0x000200f8u, 0x000020cbu, 0x000500c7u, 0x00000008u, 0x000020d0u, 0x000020c0u, 0x0000115cu, 0x000500abu, - 0x00000069u, 0x000020d1u, 0x000020d0u, 0x00000222u, 0x000300f7u, 0x000020d3u, 0x00000000u, 0x000400fau, - 0x000020d1u, 0x000020d2u, 0x000020dbu, 0x000200f8u, 0x000020dbu, 0x000500c3u, 0x00000008u, 0x00006a66u, - 0x000089b7u, 0x00000262u, 0x000500c7u, 0x00000008u, 0x00006a69u, 0x000089b7u, 0x00000a09u, 0x00080041u, - 0x00000673u, 0x00006a73u, 0x00000a1cu, 0x00000222u, 0x000020b0u, 0x00000222u, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x00006a74u, 0x00006a73u, 0x00040071u, 0x00000006u, 0x00006a75u, 0x00006a74u, 0x00060041u, - 0x00000249u, 0x00006b18u, 0x00000247u, 0x00000222u, 0x000020b0u, 0x0004003du, 0x00000243u, 0x00006b19u, - 0x00006b18u, 0x00050051u, 0x00000010u, 0x00006b2au, 0x00006b19u, 0x00000008u, 0x00050051u, 0x00000010u, - 0x00006b2cu, 0x00006b19u, 0x00000009u, 0x00050051u, 0x00000011u, 0x00006b30u, 0x00006b19u, 0x0000000bu, - 0x00050051u, 0x0000000fu, 0x00006b32u, 0x00006b19u, 0x0000000cu, 0x00060041u, 0x0000029au, 0x00006b3du, - 0x00000298u, 0x00000222u, 0x00006a75u, 0x0004003du, 0x00000294u, 0x00006b3eu, 0x00006b3du, 0x00050051u, - 0x00000010u, 0x00006b3fu, 0x00006b3eu, 0x00000000u, 0x00050051u, 0x00000010u, 0x00006b41u, 0x00006b3eu, - 0x00000001u, 0x00050051u, 0x00000006u, 0x00006b43u, 0x00006b3eu, 0x00000002u, 0x00050051u, 0x0000000fu, - 0x00006b45u, 0x00006b3eu, 0x00000003u, 0x00050051u, 0x0000000fu, 0x00006b47u, 0x00006b3eu, 0x00000004u, - 0x000500c7u, 0x00000006u, 0x00006a7cu, 0x00006b43u, 0x00000316u, 0x000500abu, 0x00000069u, 0x00006a7du, - 0x00006a7cu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006a80u, 0x00006b43u, 0x0000045eu, 0x000500abu, - 0x00000069u, 0x00006a81u, 0x00006a80u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006a84u, 0x00006b43u, - 0x00000388u, 0x000500abu, 0x00000069u, 0x00006a85u, 0x00006a84u, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x00006a88u, 0x00006b43u, 0x00000332u, 0x000500abu, 0x00000069u, 0x00006a89u, 0x00006a88u, 0x0000032fu, - 0x000500c7u, 0x00000006u, 0x00006a8cu, 0x00006b43u, 0x00000a40u, 0x000500abu, 0x00000069u, 0x00006a8du, - 0x00006a8cu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006a90u, 0x00006b43u, 0x00000a46u, 0x000500abu, - 0x00000069u, 0x00006a91u, 0x00006a90u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006a94u, 0x00006b43u, - 0x00000a4cu, 0x000500abu, 0x00000069u, 0x00006a95u, 0x00006a94u, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x00006a98u, 0x00006b43u, 0x00000a52u, 0x000500abu, 0x00000069u, 0x00006a99u, 0x00006a98u, 0x0000032fu, - 0x000300f7u, 0x00006b59u, 0x00000000u, 0x000400fau, 0x00006a89u, 0x00006b54u, 0x00006b58u, 0x000200f8u, - 0x00006b58u, 0x000200f9u, 0x00006b59u, 0x000200f8u, 0x00006b54u, 0x00050041u, 0x0000007bu, 0x00006b55u, - 0x00000677u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006b56u, 0x00006b55u, 0x000500c7u, 0x0000000fu, - 0x00006b57u, 0x00006b56u, 0x00000930u, 0x000200f9u, 0x00006b59u, 0x000200f8u, 0x00006b59u, 0x000700f5u, - 0x0000000fu, 0x00008c5eu, 0x00006b57u, 0x00006b54u, 0x00000930u, 0x00006b58u, 0x000300f7u, 0x00006b6au, - 0x00000000u, 0x000d00fbu, 0x0000065eu, 0x00006b6au, 0x00000000u, 0x00006b5bu, 0x00000001u, 0x00006b5cu, - 0x00000002u, 0x00006b5fu, 0x00000003u, 0x00006b64u, 0x00000004u, 0x00006b67u, 0x000200f8u, 0x00006b67u, - 0x0004003du, 0x00000010u, 0x00006b68u, 0x00000677u, 0x0008004fu, 0x00000047u, 0x00006b69u, 0x00006b68u, - 0x00006b68u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006b6au, 0x000200f8u, 0x00006b64u, - 0x0004003du, 0x00000010u, 0x00006b65u, 0x00000677u, 0x0008004fu, 0x00000047u, 0x00006b66u, 0x00006b65u, - 0x00006b65u, 0x00000000u, 0x00000000u, 0x00000000u, 0x000200f9u, 0x00006b6au, 0x000200f8u, 0x00006b5fu, - 0x0004003du, 0x00000010u, 0x00006b60u, 0x00000677u, 0x0008004fu, 0x00000047u, 0x00006b61u, 0x00006b60u, - 0x00006b60u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x00000047u, 0x00006b63u, 0x00006b61u, - 0x0000b41du, 0x000200f9u, 0x00006b6au, 0x000200f8u, 0x00006b5cu, 0x0004003du, 0x00000010u, 0x00006b5du, - 0x00000677u, 0x0008004fu, 0x00000047u, 0x00006b5eu, 0x00006b5du, 0x00006b5du, 0x00000000u, 0x00000000u, - 0x00000000u, 0x000200f9u, 0x00006b6au, 0x000200f8u, 0x00006b5bu, 0x000200f9u, 0x00006b6au, 0x000200f8u, - 0x00006b6au, 0x000f00f5u, 0x0000000fu, 0x00008dcbu, 0x00008c5eu, 0x00006b59u, 0x00000930u, 0x00006b5bu, - 0x00000930u, 0x00006b5cu, 0x00008c5eu, 0x00006b5fu, 0x00008c5eu, 0x00006b64u, 0x00008c5eu, 0x00006b67u, - 0x000f00f5u, 0x00000047u, 0x00008c5fu, 0x00008c63u, 0x00006b59u, 0x0000093bu, 0x00006b5bu, 0x00006b5eu, - 0x00006b5cu, 0x00006b63u, 0x00006b5fu, 0x00006b66u, 0x00006b64u, 0x00006b69u, 0x00006b67u, 0x00050051u, - 0x0000000fu, 0x00006b6du, 0x00008c5fu, 0x00000000u, 0x00050051u, 0x0000000fu, 0x00006b6eu, 0x00008c5fu, - 0x00000001u, 0x00050051u, 0x0000000fu, 0x00006b6fu, 0x00008c5fu, 0x00000002u, 0x00070050u, 0x00000010u, - 0x00006b70u, 0x00006b6du, 0x00006b6eu, 0x00006b6fu, 0x00008dcbu, 0x0003003eu, 0x00006a32u, 0x00006b70u, - 0x00050041u, 0x0000007bu, 0x00006a9cu, 0x00006a32u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006a9du, - 0x00006a9cu, 0x000500c2u, 0x0000000fu, 0x00006a9eu, 0x00006a9du, 0x00000390u, 0x00040071u, 0x00000006u, - 0x00006aa1u, 0x00006b30u, 0x0004007cu, 0x00000008u, 0x00006aa2u, 0x00006aa1u, 0x00040071u, 0x00000006u, - 0x00006aa5u, 0x00006b32u, 0x0004007cu, 0x00000008u, 0x00006aa6u, 0x00006aa5u, 0x00040071u, 0x00000006u, - 0x00006aa8u, 0x00006a9eu, 0x0004007cu, 0x00000008u, 0x00006aa9u, 0x00006aa8u, 0x00040071u, 0x00000006u, - 0x00006aacu, 0x00006b47u, 0x0004007cu, 0x00000008u, 0x00006aadu, 0x00006aacu, 0x00050080u, 0x00000008u, - 0x00006bc6u, 0x000020c0u, 0x00006aa9u, 0x000500afu, 0x00000069u, 0x00006bc7u, 0x00006bc6u, 0x0000025fu, - 0x000300f7u, 0x00006c33u, 0x00000000u, 0x000400fau, 0x00006a81u, 0x00006b87u, 0x00006c1du, 0x000200f8u, - 0x00006c1du, 0x00050041u, 0x0000007bu, 0x00006c1eu, 0x00006a46u, 0x0000032fu, 0x0003003eu, 0x00006c1eu, - 0x0000038au, 0x00050082u, 0x00000008u, 0x00006c20u, 0x00000535u, 0x00006aa6u, 0x0007000cu, 0x00000008u, - 0x00006c21u, 0x00000001u, 0x00000027u, 0x00006c20u, 0x00000235u, 0x00040072u, 0x0000037du, 0x00006c22u, - 0x00006c21u, 0x0004007cu, 0x0000000fu, 0x00006c23u, 0x00006c22u, 0x00050041u, 0x0000007bu, 0x00006c24u, - 0x00006a46u, 0x0000045eu, 0x0003003eu, 0x00006c24u, 0x00006c23u, 0x000400a8u, 0x00000069u, 0x00006c2au, - 0x00006a7du, 0x000300f7u, 0x00006c30u, 0x00000000u, 0x000400fau, 0x00006c2au, 0x00006c2bu, 0x00006c30u, - 0x000200f8u, 0x00006c2bu, 0x000400a8u, 0x00000069u, 0x00006c2du, 0x00006bc7u, 0x000500a7u, 0x00000069u, - 0x00006c2fu, 0x00006c2du, 0x00006a95u, 0x000200f9u, 0x00006c30u, 0x000200f8u, 0x00006c30u, 0x000700f5u, - 0x00000069u, 0x00006c31u, 0x00006a7du, 0x00006c1du, 0x00006c2fu, 0x00006c2bu, 0x000200f9u, 0x00006c33u, - 0x000200f8u, 0x00006b87u, 0x00040071u, 0x00000006u, 0x00006c3du, 0x00008dd0u, 0x0004007cu, 0x00000008u, - 0x00006c3eu, 0x00006c3du, 0x000500c3u, 0x00000008u, 0x00006c40u, 0x00006c3eu, 0x00000268u, 0x000500c7u, - 0x00000008u, 0x00006c42u, 0x00006c3eu, 0x000003dcu, 0x00050082u, 0x00000008u, 0x00006c44u, 0x0000023bu, - 0x00006c40u, 0x0007000cu, 0x00000008u, 0x00006c45u, 0x00000001u, 0x0000002au, 0x00006c44u, 0x00000222u, - 0x000500c3u, 0x00000008u, 0x00006c47u, 0x000003e3u, 0x00006c40u, 0x00050082u, 0x00000008u, 0x00006c48u, - 0x000003e3u, 0x00006c47u, 0x000500c4u, 0x00000008u, 0x00006c4bu, 0x00006c42u, 0x00006c45u, 0x00050080u, - 0x00000008u, 0x00006c4du, 0x00006c4bu, 0x00006c48u, 0x00040071u, 0x00000006u, 0x00006b8bu, 0x00008f37u, - 0x0004007cu, 0x00000008u, 0x00006b8cu, 0x00006b8bu, 0x000500c4u, 0x00000008u, 0x00006c51u, 0x0000022cu, - 0x00006b8cu, 0x000500c7u, 0x00000008u, 0x00006b92u, 0x00006c40u, 0x00000535u, 0x00050082u, 0x00000008u, - 0x00006b97u, 0x00006aa6u, 0x00006b8cu, 0x0008000cu, 0x00000008u, 0x00006b98u, 0x00000001u, 0x0000002du, - 0x00006b97u, 0x00000222u, 0x00000235u, 0x00040072u, 0x0000037du, 0x00006b99u, 0x00006b98u, 0x0004007cu, - 0x0000000fu, 0x00006b9au, 0x00006b99u, 0x00050041u, 0x0000007bu, 0x00006b9bu, 0x00006a46u, 0x0000032fu, - 0x0003003eu, 0x00006b9bu, 0x00006b9au, 0x00050082u, 0x00000008u, 0x00006ba0u, 0x00006b8cu, 0x00006aa6u, - 0x0008000cu, 0x00000008u, 0x00006ba1u, 0x00000001u, 0x0000002du, 0x00006ba0u, 0x00000222u, 0x00000235u, - 0x00040072u, 0x0000037du, 0x00006ba2u, 0x00006ba1u, 0x0004007cu, 0x0000000fu, 0x00006ba3u, 0x00006ba2u, - 0x00050041u, 0x0000007bu, 0x00006ba4u, 0x00006a46u, 0x0000045eu, 0x0003003eu, 0x00006ba4u, 0x00006ba3u, - 0x000500b1u, 0x00000069u, 0x00006ba6u, 0x00006b92u, 0x00000232u, 0x000300f7u, 0x00006bb2u, 0x00000000u, - 0x000400fau, 0x00006ba6u, 0x00006ba7u, 0x00006bb2u, 0x000200f8u, 0x00006ba7u, 0x000500abu, 0x00000069u, - 0x00006ba9u, 0x00006c51u, 0x00000550u, 0x000300f7u, 0x00006bb1u, 0x00000000u, 0x000400fau, 0x00006ba9u, - 0x00006baau, 0x00006bb0u, 0x000200f8u, 0x00006bb0u, 0x000200f9u, 0x00006bb1u, 0x000200f8u, 0x00006baau, - 0x000500c4u, 0x00000008u, 0x00006bacu, 0x00006c51u, 0x0000022cu, 0x000500c3u, 0x00000008u, 0x00006baeu, - 0x00000556u, 0x00006b92u, 0x0007000cu, 0x00000008u, 0x00006bafu, 0x00000001u, 0x0000002au, 0x00006bacu, - 0x00006baeu, 0x000200f9u, 0x00006bb1u, 0x000200f8u, 0x00006bb1u, 0x000700f5u, 0x00000008u, 0x0000909du, - 0x00006bafu, 0x00006baau, 0x0000055cu, 0x00006bb0u, 0x000600a9u, 0x00000069u, 0x0000b5cfu, 0x00006ba9u, - 0x00000538u, 0x0000055bu, 0x000200f9u, 0x00006bb2u, 0x000200f8u, 0x00006bb2u, 0x000700f5u, 0x00000069u, - 0x000090a0u, 0x00000538u, 0x00006b87u, 0x0000b5cfu, 0x00006bb1u, 0x000700f5u, 0x00000008u, 0x0000909cu, - 0x00006c51u, 0x00006b87u, 0x0000909du, 0x00006bb1u, 0x000500c5u, 0x00000008u, 0x00006bb5u, 0x00006aa2u, - 0x0000909cu, 0x000500abu, 0x00000069u, 0x00006c55u, 0x00006bb5u, 0x00000222u, 0x000300f7u, 0x00006c5au, - 0x00000000u, 0x000400fau, 0x00006c55u, 0x00006c56u, 0x00006c5au, 0x000200f8u, 0x00006c56u, 0x0006000cu, - 0x00000008u, 0x00006c58u, 0x00000001u, 0x0000004au, 0x00006bb5u, 0x000500c4u, 0x00000008u, 0x00006c59u, - 0x0000022cu, 0x00006c58u, 0x000200f9u, 0x00006c5au, 0x000200f8u, 0x00006c5au, 0x000700f5u, 0x00000008u, - 0x0000909eu, 0x00006bb5u, 0x00006bb2u, 0x00006c59u, 0x00006c56u, 0x000500c4u, 0x00000008u, 0x00006bb9u, - 0x0000909eu, 0x00000232u, 0x000400a8u, 0x00000069u, 0x00006bbbu, 0x000090a0u, 0x000300f7u, 0x00006bc2u, - 0x00000000u, 0x000400fau, 0x00006bbbu, 0x00006bbcu, 0x00006bc2u, 0x000200f8u, 0x00006bbcu, 0x00050080u, - 0x00000008u, 0x00006bbfu, 0x00006a66u, 0x00006bb9u, 0x000500afu, 0x00000069u, 0x00006bc1u, 0x00006bbfu, - 0x00006c4du, 0x000200f9u, 0x00006bc2u, 0x000200f8u, 0x00006bc2u, 0x000700f5u, 0x00000069u, 0x00006bc3u, - 0x000090a0u, 0x00006c5au, 0x00006bc1u, 0x00006bbcu, 0x000400a8u, 0x00000069u, 0x00006bc9u, 0x00006a7du, - 0x000300f7u, 0x00006bd1u, 0x00000000u, 0x000400fau, 0x00006bc9u, 0x00006bcau, 0x00006bd1u, 0x000200f8u, - 0x00006bcau, 0x000400a8u, 0x00000069u, 0x00006bccu, 0x00006bc7u, 0x000500a7u, 0x00000069u, 0x00006bceu, - 0x00006bccu, 0x00006a95u, 0x000500a7u, 0x00000069u, 0x00006bd0u, 0x00006bceu, 0x00006bc3u, 0x000200f9u, - 0x00006bd1u, 0x000200f8u, 0x00006bd1u, 0x000700f5u, 0x00000069u, 0x00006bd2u, 0x00006a7du, 0x00006bc2u, - 0x00006bd0u, 0x00006bcau, 0x000500aau, 0x00000069u, 0x00006bd5u, 0x00006c4du, 0x000003efu, 0x000500b1u, - 0x00000069u, 0x00006bd8u, 0x00006a66u, 0x00006c4du, 0x00050082u, 0x00000008u, 0x00006bdbu, 0x00006a66u, - 0x00006bb9u, 0x000500b3u, 0x00000069u, 0x00006bdfu, 0x00006bdbu, 0x00006c4du, 0x000500a6u, 0x00000069u, - 0x00006be0u, 0x000090a0u, 0x00006bdfu, 0x000300f7u, 0x00006c1cu, 0x00000000u, 0x000b00fbu, 0x00006aadu, - 0x00006c1cu, 0x00000000u, 0x00006be2u, 0x00000001u, 0x00006becu, 0x00000002u, 0x00006c11u, 0x00000003u, - 0x00006c15u, 0x000200f8u, 0x00006c15u, 0x000500a7u, 0x00000069u, 0x00006c18u, 0x00006bc3u, 0x00006be0u, - 0x000400a8u, 0x00000069u, 0x00006c1au, 0x00006bd5u, 0x000500a7u, 0x00000069u, 0x00006c1bu, 0x00006c18u, - 0x00006c1au, 0x000200f9u, 0x00006c1cu, 0x000200f8u, 0x00006c11u, 0x000500a6u, 0x00000069u, 0x00006c14u, - 0x00006bd8u, 0x00006bd5u, 0x000200f9u, 0x00006c1cu, 0x000200f8u, 0x00006becu, 0x000400a8u, 0x00000069u, - 0x00006beeu, 0x00006bd8u, 0x000400a8u, 0x00000069u, 0x00006bf0u, 0x00006bc3u, 0x000500a6u, 0x00000069u, - 0x00006bf1u, 0x00006beeu, 0x00006bf0u, 0x000400a8u, 0x00000069u, 0x00006bf3u, 0x00006bc7u, 0x000500a6u, - 0x00000069u, 0x00006bf4u, 0x00006bf1u, 0x00006bf3u, 0x000300f7u, 0x00006c10u, 0x00000000u, 0x000400fau, - 0x00006bf4u, 0x00006bf5u, 0x00006bffu, 0x000200f8u, 0x00006bffu, 0x000500c7u, 0x00000008u, 0x00006c01u, - 0x0000909eu, 0x0000055cu, 0x0006000cu, 0x00000008u, 0x00006c5fu, 0x00000001u, 0x0000004au, 0x00006c01u, - 0x0007000cu, 0x00000008u, 0x00006c60u, 0x00000001u, 0x0000002au, 0x00006c5fu, 0x00000222u, 0x000500c3u, - 0x00000008u, 0x00006c05u, 0x00006c4du, 0x00006c60u, 0x000500c3u, 0x00000008u, 0x00006c08u, 0x00006a66u, - 0x00006c60u, 0x00050082u, 0x00000008u, 0x00006c09u, 0x00006c05u, 0x00006c08u, 0x000500c7u, 0x00000008u, - 0x00006c0au, 0x00006c09u, 0x00000535u, 0x00050084u, 0x00000008u, 0x00006c0du, 0x00006c0au, 0x000020c0u, - 0x000500c3u, 0x00000008u, 0x00006c0eu, 0x00006c0du, 0x00000232u, 0x0007000cu, 0x00000008u, 0x00006c0fu, - 0x00000001u, 0x00000027u, 0x00006c0eu, 0x0000025fu, 0x000200f9u, 0x00006c10u, 0x000200f8u, 0x00006bf5u, - 0x000400a8u, 0x00000069u, 0x00006bf7u, 0x00006bd5u, 0x000300f7u, 0x00006bfdu, 0x00000000u, 0x000400fau, - 0x00006bf7u, 0x00006bf8u, 0x00006bfdu, 0x000200f8u, 0x00006bf8u, 0x000600a9u, 0x00000069u, 0x00006bfcu, - 0x00006bc7u, 0x00006bd8u, 0x00006be0u, 0x000200f9u, 0x00006bfdu, 0x000200f8u, 0x00006bfdu, 0x000700f5u, - 0x00000069u, 0x00006bfeu, 0x00006bd5u, 0x00006bf5u, 0x00006bfcu, 0x00006bf8u, 0x000200f9u, 0x00006c10u, - 0x000200f8u, 0x00006c10u, 0x000700f5u, 0x00000008u, 0x000090b1u, 0x000020c0u, 0x00006bfdu, 0x00006c0fu, - 0x00006bffu, 0x000700f5u, 0x00000069u, 0x000090adu, 0x00006bfeu, 0x00006bfdu, 0x0000055bu, 0x00006bffu, - 0x000200f9u, 0x00006c1cu, 0x000200f8u, 0x00006be2u, 0x000400a8u, 0x00000069u, 0x00006be4u, 0x00006bd5u, - 0x000300f7u, 0x00006beau, 0x00000000u, 0x000400fau, 0x00006be4u, 0x00006be5u, 0x00006beau, 0x000200f8u, - 0x00006be5u, 0x000600a9u, 0x00000069u, 0x00006be9u, 0x00006bc7u, 0x00006bd8u, 0x00006be0u, 0x000200f9u, - 0x00006beau, 0x000200f8u, 0x00006beau, 0x000700f5u, 0x00000069u, 0x00006bebu, 0x00006bd5u, 0x00006be2u, - 0x00006be9u, 0x00006be5u, 0x000200f9u, 0x00006c1cu, 0x000200f8u, 0x00006c1cu, 0x000d00f5u, 0x00000008u, - 0x000090afu, 0x000020c0u, 0x00006bd1u, 0x000020c0u, 0x00006beau, 0x000090b1u, 0x00006c10u, 0x000020c0u, - 0x00006c11u, 0x000020c0u, 0x00006c15u, 0x000d00f5u, 0x00000069u, 0x000090acu, 0x00000538u, 0x00006bd1u, - 0x00006bebu, 0x00006beau, 0x000090adu, 0x00006c10u, 0x00006c14u, 0x00006c11u, 0x00006c1bu, 0x00006c15u, - 0x000200f9u, 0x00006c33u, 0x000200f8u, 0x00006c33u, 0x000700f5u, 0x00000069u, 0x000090b4u, 0x00006bd2u, - 0x00006c1cu, 0x00006c31u, 0x00006c30u, 0x000700f5u, 0x00000008u, 0x000090aeu, 0x000090afu, 0x00006c1cu, - 0x000020c0u, 0x00006c30u, 0x000700f5u, 0x00000069u, 0x000090abu, 0x000090acu, 0x00006c1cu, 0x0000055bu, - 0x00006c30u, 0x0004003du, 0x0000006bu, 0x00006ab9u, 0x00006a46u, 0x000300f7u, 0x00006ac1u, 0x00000000u, - 0x000400fau, 0x000090abu, 0x00006abbu, 0x00006ac1u, 0x000200f8u, 0x00006abbu, 0x000400a8u, 0x00000069u, - 0x00006abdu, 0x00006a95u, 0x000500abu, 0x00000069u, 0x00006abfu, 0x000090aeu, 0x00000222u, 0x000500a6u, - 0x00000069u, 0x00006ac0u, 0x00006abdu, 0x00006abfu, 0x000200f9u, 0x00006ac1u, 0x000200f8u, 0x00006ac1u, - 0x000700f5u, 0x00000069u, 0x00006ac2u, 0x000090abu, 0x00006c33u, 0x00006ac0u, 0x00006abbu, 0x000300f7u, - 0x00006b13u, 0x00000000u, 0x000400fau, 0x00006ac2u, 0x00006ac3u, 0x00006b13u, 0x000200f8u, 0x00006ac3u, - 0x0003003eu, 0x00007096u, 0x00008af5u, 0x000300f7u, 0x00006ae0u, 0x00000000u, 0x000400fau, 0x00006a91u, - 0x00006acfu, 0x00006ae0u, 0x000200f8u, 0x00006acfu, 0x0004003du, 0x00000010u, 0x000070a0u, 0x00007096u, - 0x0003003eu, 0x000070afu, 0x000070a0u, 0x0003003eu, 0x000070b0u, 0x00006b70u, 0x0003003eu, 0x000070b1u, - 0x00006b2au, 0x0003003eu, 0x00006a4au, 0x00006b3fu, 0x0003003eu, 0x00006a4fu, 0x00006ab9u, 0x00050041u, - 0x0000007bu, 0x00006c6cu, 0x00006a4au, 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006c6du, 0x00006c6cu, - 0x00040071u, 0x00000006u, 0x00006c6eu, 0x00006c6du, 0x0004007cu, 0x00000008u, 0x00006c6fu, 0x00006c6eu, - 0x000300f7u, 0x00006c80u, 0x00000000u, 0x000b00fbu, 0x00006c6fu, 0x00006c80u, 0x00000000u, 0x00006c70u, - 0x00000001u, 0x00006c74u, 0x00000002u, 0x00006c78u, 0x00000003u, 0x00006c7cu, 0x000200f8u, 0x00006c7cu, - 0x0008004fu, 0x00000047u, 0x00006c7fu, 0x00006b2au, 0x00006b2au, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006c80u, 0x000200f8u, 0x00006c78u, 0x0008004fu, 0x00000047u, 0x00006c7bu, 0x00006b2cu, - 0x00006b2cu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006c80u, 0x000200f8u, 0x00006c74u, - 0x0008004fu, 0x00000047u, 0x00006c77u, 0x00006b70u, 0x00006b70u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006c80u, 0x000200f8u, 0x00006c70u, 0x0008004fu, 0x00000047u, 0x00006c73u, 0x000070a0u, - 0x000070a0u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006c80u, 0x000200f8u, 0x00006c80u, - 0x000d00f5u, 0x00000047u, 0x000093c5u, 0x000093d1u, 0x00006acfu, 0x00006c73u, 0x00006c70u, 0x00006c77u, - 0x00006c74u, 0x00006c7bu, 0x00006c78u, 0x00006c7fu, 0x00006c7cu, 0x00050041u, 0x0000007bu, 0x00006c8bu, - 0x00006a4au, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006c8cu, 0x00006c8bu, 0x00040071u, 0x00000006u, - 0x00006c8du, 0x00006c8cu, 0x0004007cu, 0x00000008u, 0x00006c8eu, 0x00006c8du, 0x000300f7u, 0x00006c9fu, - 0x00000000u, 0x000b00fbu, 0x00006c8eu, 0x00006c9fu, 0x00000000u, 0x00006c8fu, 0x00000001u, 0x00006c93u, - 0x00000002u, 0x00006c97u, 0x00000003u, 0x00006c9bu, 0x000200f8u, 0x00006c9bu, 0x0008004fu, 0x00000047u, - 0x00006c9eu, 0x00006b2au, 0x00006b2au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006c9fu, - 0x000200f8u, 0x00006c97u, 0x0008004fu, 0x00000047u, 0x00006c9au, 0x00006b2cu, 0x00006b2cu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006c9fu, 0x000200f8u, 0x00006c93u, 0x0008004fu, 0x00000047u, - 0x00006c96u, 0x00006b70u, 0x00006b70u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006c9fu, - 0x000200f8u, 0x00006c8fu, 0x0008004fu, 0x00000047u, 0x00006c92u, 0x000070a0u, 0x000070a0u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006c9fu, 0x000200f8u, 0x00006c9fu, 0x000d00f5u, 0x00000047u, - 0x0000b42au, 0x0000b433u, 0x00006c80u, 0x00006c9eu, 0x00006c9bu, 0x00006c9au, 0x00006c97u, 0x00006c96u, - 0x00006c93u, 0x00006c92u, 0x00006c8fu, 0x00050041u, 0x0000007bu, 0x00006cbfu, 0x00006a4au, 0x0000045eu, - 0x0004003du, 0x0000000fu, 0x00006cc0u, 0x00006cbfu, 0x00040071u, 0x00000006u, 0x00006cc1u, 0x00006cc0u, - 0x0004007cu, 0x00000008u, 0x00006cc2u, 0x00006cc1u, 0x000300f7u, 0x00006ccdu, 0x00000000u, 0x000b00fbu, - 0x00006cc2u, 0x00006ccdu, 0x00000000u, 0x00006cc3u, 0x00000001u, 0x00006cc6u, 0x00000002u, 0x00006cc9u, - 0x00000003u, 0x00006cccu, 0x000200f8u, 0x00006cccu, 0x000200f9u, 0x00006ccdu, 0x000200f8u, 0x00006cc9u, - 0x000200f9u, 0x00006ccdu, 0x000200f8u, 0x00006cc6u, 0x00050041u, 0x0000007bu, 0x000070b6u, 0x000070b1u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006cc8u, 0x000070b6u, 0x000200f9u, 0x00006ccdu, 0x000200f8u, - 0x00006cc3u, 0x00050041u, 0x0000007bu, 0x000070b5u, 0x000070afu, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006cc5u, 0x000070b5u, 0x000200f9u, 0x00006ccdu, 0x000200f8u, 0x00006ccdu, 0x000d00f5u, 0x0000000fu, - 0x000090beu, 0x000090ceu, 0x00006c9fu, 0x00006cc5u, 0x00006cc3u, 0x00006cc8u, 0x00006cc6u, 0x00008712u, - 0x00006cc9u, 0x0000038au, 0x00006cccu, 0x00050041u, 0x0000007bu, 0x00006cceu, 0x00006a4au, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x00006ccfu, 0x00006cceu, 0x00040071u, 0x00000006u, 0x00006cd0u, 0x00006ccfu, - 0x0004007cu, 0x00000008u, 0x00006cd1u, 0x00006cd0u, 0x000300f7u, 0x00006cdbu, 0x00000000u, 0x000b00fbu, - 0x00006cd1u, 0x00006cdbu, 0x00000000u, 0x00006cd2u, 0x00000001u, 0x00006cd6u, 0x00000002u, 0x00006cd9u, - 0x00000003u, 0x00006cdau, 0x000200f8u, 0x00006cdau, 0x000200f9u, 0x00006cdbu, 0x000200f8u, 0x00006cd9u, - 0x000200f9u, 0x00006cdbu, 0x000200f8u, 0x00006cd6u, 0x00050041u, 0x0000007bu, 0x000070b7u, 0x000070b0u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006cd8u, 0x000070b7u, 0x000200f9u, 0x00006cdbu, 0x000200f8u, - 0x00006cd2u, 0x000400c8u, 0x0000000fu, 0x00006cd4u, 0x000090beu, 0x000500c7u, 0x0000000fu, 0x00006cd5u, - 0x00006cd4u, 0x00000471u, 0x000200f9u, 0x00006cdbu, 0x000200f8u, 0x00006cdbu, 0x000d00f5u, 0x0000000fu, - 0x0000923eu, 0x0000924fu, 0x00006ccdu, 0x00006cd5u, 0x00006cd2u, 0x00006cd8u, 0x00006cd6u, 0x00000471u, - 0x00006cd9u, 0x0000038au, 0x00006cdau, 0x000500c2u, 0x0000000fu, 0x00006cddu, 0x000090beu, 0x00000391u, - 0x000500c2u, 0x0000000fu, 0x00006cdfu, 0x0000923eu, 0x00000391u, 0x0004003du, 0x0000000fu, 0x00006ce1u, - 0x00006cceu, 0x00040071u, 0x00000006u, 0x00006ce2u, 0x00006ce1u, 0x0004007cu, 0x00000008u, 0x00006ce3u, - 0x00006ce2u, 0x000500aau, 0x00000069u, 0x00006ce4u, 0x00006ce3u, 0x0000022cu, 0x000300f7u, 0x00006cf0u, - 0x00000000u, 0x000400fau, 0x00006ce4u, 0x00006ce5u, 0x00006cf0u, 0x000200f8u, 0x00006ce5u, 0x00050041u, - 0x0000007bu, 0x00006ce7u, 0x00006a4fu, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006ce8u, 0x00006ce7u, - 0x000500c2u, 0x0000000fu, 0x00006ce9u, 0x00006cddu, 0x00006ce8u, 0x000500c7u, 0x0000000fu, 0x00006ceau, - 0x00006ce9u, 0x000004b1u, 0x00050041u, 0x0000007bu, 0x00006cecu, 0x00006a4fu, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x00006cedu, 0x00006cecu, 0x000500c2u, 0x0000000fu, 0x00006ceeu, 0x00006cdfu, 0x00006cedu, - 0x000500c5u, 0x0000000fu, 0x00006cefu, 0x00006ceeu, 0x00000391u, 0x000200f9u, 0x00006cf0u, 0x000200f8u, - 0x00006cf0u, 0x000700f5u, 0x0000000fu, 0x00009540u, 0x00006cdfu, 0x00006cdbu, 0x00006cefu, 0x00006ce5u, - 0x000700f5u, 0x0000000fu, 0x000093beu, 0x00006cddu, 0x00006cdbu, 0x00006ceau, 0x00006ce5u, 0x00040071u, - 0x000004bcu, 0x00006cf2u, 0x0000b42au, 0x0004007cu, 0x000004b8u, 0x00006cf3u, 0x00006cf2u, 0x00040071u, - 0x00000011u, 0x00006cf5u, 0x000093beu, 0x0004007cu, 0x00000012u, 0x00006cf6u, 0x00006cf5u, 0x00060050u, - 0x000004b8u, 0x00006cf7u, 0x00006cf6u, 0x00006cf6u, 0x00006cf6u, 0x00050084u, 0x000004b8u, 0x00006cf8u, - 0x00006cf3u, 0x00006cf7u, 0x00040071u, 0x000004bcu, 0x00006cfau, 0x000093c5u, 0x0004007cu, 0x000004b8u, - 0x00006cfbu, 0x00006cfau, 0x00040071u, 0x00000011u, 0x00006cfdu, 0x00009540u, 0x0004007cu, 0x00000012u, - 0x00006cfeu, 0x00006cfdu, 0x00050080u, 0x00000012u, 0x00006cffu, 0x00006cfeu, 0x000004cau, 0x00060050u, - 0x000004b8u, 0x00006d00u, 0x00006cffu, 0x00006cffu, 0x00006cffu, 0x00050084u, 0x000004b8u, 0x00006d01u, - 0x00006cfbu, 0x00006d00u, 0x00050080u, 0x000004b8u, 0x00006d02u, 0x00006cf8u, 0x00006d01u, 0x000500c3u, - 0x000004b8u, 0x00006d0au, 0x00006d02u, 0x0000b422u, 0x00040072u, 0x0000037eu, 0x00006d0bu, 0x00006d0au, - 0x0004007cu, 0x00000047u, 0x00006d0cu, 0x00006d0bu, 0x000500c7u, 0x00000047u, 0x00006d42u, 0x00006d0cu, - 0x0000b423u, 0x00050041u, 0x0000007bu, 0x000070a6u, 0x00007096u, 0x0000032fu, 0x00050051u, 0x0000000fu, - 0x00006ad9u, 0x00006d42u, 0x00000000u, 0x0003003eu, 0x000070a6u, 0x00006ad9u, 0x00050041u, 0x0000007bu, - 0x000070a7u, 0x00007096u, 0x0000045eu, 0x00050051u, 0x0000000fu, 0x00006adbu, 0x00006d42u, 0x00000001u, - 0x0003003eu, 0x000070a7u, 0x00006adbu, 0x00050041u, 0x0000007bu, 0x000070a8u, 0x00007096u, 0x00000388u, - 0x00050051u, 0x0000000fu, 0x00006addu, 0x00006d42u, 0x00000002u, 0x0003003eu, 0x000070a8u, 0x00006addu, - 0x000200f9u, 0x00006ae0u, 0x000200f8u, 0x00006ae0u, 0x000700f5u, 0x00000047u, 0x0000b5a5u, 0x0000b433u, - 0x00006ac3u, 0x00006d0cu, 0x00006cf0u, 0x000700f5u, 0x00000047u, 0x0000b35fu, 0x000093d1u, 0x00006ac3u, - 0x000093c5u, 0x00006cf0u, 0x000700f5u, 0x0000000fu, 0x0000b337u, 0x0000924fu, 0x00006ac3u, 0x00009540u, - 0x00006cf0u, 0x000700f5u, 0x0000000fu, 0x0000b30fu, 0x000090ceu, 0x00006ac3u, 0x000093beu, 0x00006cf0u, - 0x00070050u, 0x000005fdu, 0x0000b5d0u, 0x00006a91u, 0x00006a91u, 0x00006a91u, 0x00006a91u, 0x000600a9u, - 0x00000010u, 0x0000b5d1u, 0x0000b5d0u, 0x00006b41u, 0x00006b3fu, 0x0004003du, 0x00000010u, 0x000070a9u, - 0x00007096u, 0x0003003eu, 0x000070bdu, 0x000070a9u, 0x0003003eu, 0x000070beu, 0x00006b70u, 0x0003003eu, - 0x000070bfu, 0x00006b2au, 0x0003003eu, 0x00006a53u, 0x0000b5d1u, 0x0003003eu, 0x00006a58u, 0x00006ab9u, - 0x000300f7u, 0x00006e27u, 0x00000000u, 0x000300fbu, 0x0000032fu, 0x00006d4fu, 0x000200f8u, 0x00006d4fu, - 0x00050041u, 0x0000007bu, 0x00006d50u, 0x00006a53u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006d51u, - 0x00006d50u, 0x00040071u, 0x00000006u, 0x00006d52u, 0x00006d51u, 0x0004007cu, 0x00000008u, 0x00006d53u, - 0x00006d52u, 0x000300f7u, 0x00006d64u, 0x00000000u, 0x000b00fbu, 0x00006d53u, 0x00006d64u, 0x00000000u, - 0x00006d54u, 0x00000001u, 0x00006d58u, 0x00000002u, 0x00006d5cu, 0x00000003u, 0x00006d60u, 0x000200f8u, - 0x00006d60u, 0x0008004fu, 0x00000047u, 0x00006d63u, 0x00006b2au, 0x00006b2au, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00006d64u, 0x000200f8u, 0x00006d5cu, 0x0008004fu, 0x00000047u, 0x00006d5fu, - 0x00006b2cu, 0x00006b2cu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006d64u, 0x000200f8u, - 0x00006d58u, 0x0008004fu, 0x00000047u, 0x00006d5bu, 0x00006b70u, 0x00006b70u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00006d64u, 0x000200f8u, 0x00006d54u, 0x0008004fu, 0x00000047u, 0x00006d57u, - 0x000070a9u, 0x000070a9u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006d64u, 0x000200f8u, - 0x00006d64u, 0x000d00f5u, 0x00000047u, 0x00009864u, 0x00009871u, 0x00006d4fu, 0x00006d57u, 0x00006d54u, - 0x00006d5bu, 0x00006d58u, 0x00006d5fu, 0x00006d5cu, 0x00006d63u, 0x00006d60u, 0x000400a8u, 0x00000069u, - 0x00006d69u, 0x00006bc7u, 0x000500a7u, 0x00000069u, 0x00006d6au, 0x00006a8du, 0x00006d69u, 0x000300f7u, - 0x00006d6du, 0x00000000u, 0x000400fau, 0x00006d6au, 0x00006d6bu, 0x00006d6du, 0x000200f8u, 0x00006d6bu, - 0x000200f9u, 0x00006e27u, 0x000200f8u, 0x00006d6du, 0x00050041u, 0x0000007bu, 0x00006d6fu, 0x00006a53u, - 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006d70u, 0x00006d6fu, 0x00040071u, 0x00000006u, 0x00006d71u, - 0x00006d70u, 0x0004007cu, 0x00000008u, 0x00006d72u, 0x00006d71u, 0x000300f7u, 0x00006d83u, 0x00000000u, - 0x000b00fbu, 0x00006d72u, 0x00006d83u, 0x00000000u, 0x00006d73u, 0x00000001u, 0x00006d77u, 0x00000002u, - 0x00006d7bu, 0x00000003u, 0x00006d7fu, 0x000200f8u, 0x00006d7fu, 0x0008004fu, 0x00000047u, 0x00006d82u, - 0x00006b2au, 0x00006b2au, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00006d48u, 0x00006d82u, - 0x000200f9u, 0x00006d83u, 0x000200f8u, 0x00006d7bu, 0x0008004fu, 0x00000047u, 0x00006d7eu, 0x00006b2cu, - 0x00006b2cu, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00006d48u, 0x00006d7eu, 0x000200f9u, - 0x00006d83u, 0x000200f8u, 0x00006d77u, 0x0008004fu, 0x00000047u, 0x00006d7au, 0x00006b70u, 0x00006b70u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00006d48u, 0x00006d7au, 0x000200f9u, 0x00006d83u, - 0x000200f8u, 0x00006d73u, 0x0008004fu, 0x00000047u, 0x00006d76u, 0x000070a9u, 0x000070a9u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0003003eu, 0x00006d48u, 0x00006d76u, 0x000200f9u, 0x00006d83u, 0x000200f8u, - 0x00006d83u, 0x000400a8u, 0x00000069u, 0x00006d87u, 0x000090b4u, 0x000400a8u, 0x00000069u, 0x00006d88u, - 0x00006d87u, 0x000300f7u, 0x00006d9du, 0x00000000u, 0x000400fau, 0x00006d88u, 0x00006d89u, 0x00006d9du, - 0x000200f8u, 0x00006d89u, 0x00050041u, 0x0000007bu, 0x00006d8au, 0x00006a53u, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x00006d8bu, 0x00006d8au, 0x00040071u, 0x00000006u, 0x00006d8cu, 0x00006d8bu, 0x0004007cu, - 0x00000008u, 0x00006d8du, 0x00006d8cu, 0x000500aau, 0x00000069u, 0x00006d8eu, 0x00006d8du, 0x00000222u, - 0x000300f7u, 0x00006d95u, 0x00000000u, 0x000400fau, 0x00006d8eu, 0x00006d8fu, 0x00006d95u, 0x000200f8u, - 0x00006d8fu, 0x00050041u, 0x0000007bu, 0x00006d90u, 0x00006a53u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006d91u, 0x00006d90u, 0x00040071u, 0x00000006u, 0x00006d92u, 0x00006d91u, 0x0004007cu, 0x00000008u, - 0x00006d93u, 0x00006d92u, 0x000500aau, 0x00000069u, 0x00006d94u, 0x00006d93u, 0x00000222u, 0x000200f9u, - 0x00006d95u, 0x000200f8u, 0x00006d95u, 0x000700f5u, 0x00000069u, 0x00006d96u, 0x00006d8eu, 0x00006d89u, - 0x00006d94u, 0x00006d8fu, 0x000300f7u, 0x00006d9bu, 0x00000000u, 0x000400fau, 0x00006d96u, 0x00006d97u, - 0x00006d9bu, 0x000200f8u, 0x00006d97u, 0x00050041u, 0x0000007bu, 0x000070c2u, 0x000070bdu, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x00006d99u, 0x000070c2u, 0x000500aau, 0x00000069u, 0x00006d9au, 0x00006d99u, - 0x00000471u, 0x000200f9u, 0x00006d9bu, 0x000200f8u, 0x00006d9bu, 0x000700f5u, 0x00000069u, 0x00006d9cu, - 0x00006d96u, 0x00006d95u, 0x00006d9au, 0x00006d97u, 0x000200f9u, 0x00006d9du, 0x000200f8u, 0x00006d9du, - 0x000700f5u, 0x00000069u, 0x00006d9eu, 0x00006d87u, 0x00006d83u, 0x00006d9cu, 0x00006d9bu, 0x000300f7u, - 0x00006da1u, 0x00000000u, 0x000400fau, 0x00006d9eu, 0x00006d9fu, 0x00006da1u, 0x000200f8u, 0x00006d9fu, - 0x0004003du, 0x00000047u, 0x00006da0u, 0x00006d48u, 0x000200f9u, 0x00006e27u, 0x000200f8u, 0x00006da1u, - 0x00050041u, 0x0000007bu, 0x00006da3u, 0x00006a53u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006da4u, - 0x00006da3u, 0x00040071u, 0x00000006u, 0x00006da5u, 0x00006da4u, 0x0004007cu, 0x00000008u, 0x00006da6u, - 0x00006da5u, 0x000300f7u, 0x00006db1u, 0x00000000u, 0x000b00fbu, 0x00006da6u, 0x00006db1u, 0x00000000u, - 0x00006da7u, 0x00000001u, 0x00006daau, 0x00000002u, 0x00006dadu, 0x00000003u, 0x00006db0u, 0x000200f8u, - 0x00006db0u, 0x000200f9u, 0x00006db1u, 0x000200f8u, 0x00006dadu, 0x000200f9u, 0x00006db1u, 0x000200f8u, - 0x00006daau, 0x00050041u, 0x0000007bu, 0x000070c4u, 0x000070bfu, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006dacu, 0x000070c4u, 0x000200f9u, 0x00006db1u, 0x000200f8u, 0x00006da7u, 0x00050041u, 0x0000007bu, - 0x000070c3u, 0x000070bdu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006da9u, 0x000070c3u, 0x000200f9u, - 0x00006db1u, 0x000200f8u, 0x00006db1u, 0x000d00f5u, 0x0000000fu, 0x00009543u, 0x00009554u, 0x00006da1u, - 0x00006da9u, 0x00006da7u, 0x00006dacu, 0x00006daau, 0x00008712u, 0x00006dadu, 0x0000038au, 0x00006db0u, - 0x00050041u, 0x0000007bu, 0x00006db2u, 0x00006a53u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006db3u, - 0x00006db2u, 0x00040071u, 0x00000006u, 0x00006db4u, 0x00006db3u, 0x0004007cu, 0x00000008u, 0x00006db5u, - 0x00006db4u, 0x000300f7u, 0x00006dbfu, 0x00000000u, 0x000b00fbu, 0x00006db5u, 0x00006dbfu, 0x00000000u, - 0x00006db6u, 0x00000001u, 0x00006dbau, 0x00000002u, 0x00006dbdu, 0x00000003u, 0x00006dbeu, 0x000200f8u, - 0x00006dbeu, 0x000200f9u, 0x00006dbfu, 0x000200f8u, 0x00006dbdu, 0x000200f9u, 0x00006dbfu, 0x000200f8u, - 0x00006dbau, 0x00050041u, 0x0000007bu, 0x000070c5u, 0x000070beu, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006dbcu, 0x000070c5u, 0x000200f9u, 0x00006dbfu, 0x000200f8u, 0x00006db6u, 0x000400c8u, 0x0000000fu, - 0x00006db8u, 0x00009543u, 0x000500c7u, 0x0000000fu, 0x00006db9u, 0x00006db8u, 0x00000471u, 0x000200f9u, - 0x00006dbfu, 0x000200f8u, 0x00006dbfu, 0x000d00f5u, 0x0000000fu, 0x000096d0u, 0x000096e2u, 0x00006db1u, - 0x00006db9u, 0x00006db6u, 0x00006dbcu, 0x00006dbau, 0x00000471u, 0x00006dbdu, 0x0000038au, 0x00006dbeu, - 0x000500c2u, 0x0000000fu, 0x00006dc1u, 0x00009543u, 0x00000391u, 0x000500c2u, 0x0000000fu, 0x00006dc3u, - 0x000096d0u, 0x00000391u, 0x0004003du, 0x0000000fu, 0x00006dc5u, 0x00006db2u, 0x00040071u, 0x00000006u, - 0x00006dc6u, 0x00006dc5u, 0x0004007cu, 0x00000008u, 0x00006dc7u, 0x00006dc6u, 0x000500aau, 0x00000069u, - 0x00006dc8u, 0x00006dc7u, 0x0000022cu, 0x000300f7u, 0x00006dd4u, 0x00000000u, 0x000400fau, 0x00006dc8u, - 0x00006dc9u, 0x00006dd4u, 0x000200f8u, 0x00006dc9u, 0x00050041u, 0x0000007bu, 0x00006dcbu, 0x00006a58u, - 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006dccu, 0x00006dcbu, 0x000500c2u, 0x0000000fu, 0x00006dcdu, - 0x00006dc1u, 0x00006dccu, 0x000500c7u, 0x0000000fu, 0x00006dceu, 0x00006dcdu, 0x000004b1u, 0x00050041u, - 0x0000007bu, 0x00006dd0u, 0x00006a58u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006dd1u, 0x00006dd0u, - 0x000500c2u, 0x0000000fu, 0x00006dd2u, 0x00006dc3u, 0x00006dd1u, 0x000500c5u, 0x0000000fu, 0x00006dd3u, - 0x00006dd2u, 0x00000391u, 0x000200f9u, 0x00006dd4u, 0x000200f8u, 0x00006dd4u, 0x000700f5u, 0x0000000fu, - 0x000099ecu, 0x00006dc3u, 0x00006dbfu, 0x00006dd3u, 0x00006dc9u, 0x000700f5u, 0x0000000fu, 0x0000985du, - 0x00006dc1u, 0x00006dbfu, 0x00006dceu, 0x00006dc9u, 0x0004003du, 0x00000047u, 0x00006dd5u, 0x00006d48u, - 0x00040071u, 0x000004bcu, 0x00006dd6u, 0x00006dd5u, 0x0004007cu, 0x000004b8u, 0x00006dd7u, 0x00006dd6u, - 0x00040071u, 0x00000011u, 0x00006dd9u, 0x0000985du, 0x0004007cu, 0x00000012u, 0x00006ddau, 0x00006dd9u, - 0x00060050u, 0x000004b8u, 0x00006ddbu, 0x00006ddau, 0x00006ddau, 0x00006ddau, 0x00050084u, 0x000004b8u, - 0x00006ddcu, 0x00006dd7u, 0x00006ddbu, 0x00040071u, 0x000004bcu, 0x00006ddeu, 0x00009864u, 0x0004007cu, - 0x000004b8u, 0x00006ddfu, 0x00006ddeu, 0x00040071u, 0x00000011u, 0x00006de1u, 0x000099ecu, 0x0004007cu, - 0x00000012u, 0x00006de2u, 0x00006de1u, 0x00050080u, 0x00000012u, 0x00006de3u, 0x00006de2u, 0x000004cau, - 0x00060050u, 0x000004b8u, 0x00006de4u, 0x00006de3u, 0x00006de3u, 0x00006de3u, 0x00050084u, 0x000004b8u, - 0x00006de5u, 0x00006ddfu, 0x00006de4u, 0x00050080u, 0x000004b8u, 0x00006de6u, 0x00006ddcu, 0x00006de5u, - 0x0003003eu, 0x00006d4bu, 0x00006de6u, 0x000500a6u, 0x00000069u, 0x00006deau, 0x00000538u, 0x00006a7du, - 0x000300f7u, 0x00006e23u, 0x00000000u, 0x000400fau, 0x00006deau, 0x00006debu, 0x00006df1u, 0x000200f8u, - 0x00006df1u, 0x00040071u, 0x00000006u, 0x00006df3u, 0x0000985du, 0x0004007cu, 0x00000008u, 0x00006df4u, - 0x00006df3u, 0x000500c3u, 0x00000008u, 0x00006df5u, 0x00006df4u, 0x0000022fu, 0x00040071u, 0x00000006u, - 0x00006df7u, 0x000099ecu, 0x0004007cu, 0x00000008u, 0x00006df8u, 0x00006df7u, 0x000500c3u, 0x00000008u, - 0x00006df9u, 0x00006df8u, 0x0000022fu, 0x00050080u, 0x00000008u, 0x00006dfau, 0x00006df5u, 0x00006df9u, - 0x00050080u, 0x00000008u, 0x00006dfbu, 0x00006dfau, 0x0000022cu, 0x0004003du, 0x000004b8u, 0x00006dfcu, - 0x00006d4bu, 0x000500c3u, 0x000004b8u, 0x00006dfeu, 0x00006dfcu, 0x0000b424u, 0x000500c7u, 0x000004b8u, - 0x00006e01u, 0x00006dfeu, 0x0000b425u, 0x0003003eu, 0x00006d4bu, 0x00006e01u, 0x0004003du, 0x000004efu, - 0x00006e02u, 0x000004f1u, 0x000500c4u, 0x00000008u, 0x00006e04u, 0x00006dfbu, 0x00000268u, 0x00050041u, - 0x000001cbu, 0x00006e05u, 0x00006d4bu, 0x0000032fu, 0x0004003du, 0x00000012u, 0x00006e06u, 0x00006e05u, - 0x00040072u, 0x00000008u, 0x00006e07u, 0x00006e06u, 0x000500c5u, 0x00000008u, 0x00006e08u, 0x00006e04u, - 0x00006e07u, 0x0005005fu, 0x000004f9u, 0x00006e09u, 0x00006e02u, 0x00006e08u, 0x00050051u, 0x00000006u, - 0x00006e0au, 0x00006e09u, 0x00000000u, 0x00040071u, 0x0000000fu, 0x00006e0bu, 0x00006e0au, 0x00050041u, - 0x0000007bu, 0x00006e0cu, 0x00006d48u, 0x0000032fu, 0x0003003eu, 0x00006e0cu, 0x00006e0bu, 0x00050041u, - 0x000001cbu, 0x00006e10u, 0x00006d4bu, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00006e11u, 0x00006e10u, - 0x00040072u, 0x00000008u, 0x00006e12u, 0x00006e11u, 0x000500c5u, 0x00000008u, 0x00006e13u, 0x00006e04u, - 0x00006e12u, 0x0005005fu, 0x000004f9u, 0x00006e14u, 0x00006e02u, 0x00006e13u, 0x00050051u, 0x00000006u, - 0x00006e15u, 0x00006e14u, 0x00000000u, 0x00040071u, 0x0000000fu, 0x00006e16u, 0x00006e15u, 0x00050041u, - 0x0000007bu, 0x00006e17u, 0x00006d48u, 0x0000045eu, 0x0003003eu, 0x00006e17u, 0x00006e16u, 0x00050041u, - 0x000001cbu, 0x00006e1bu, 0x00006d4bu, 0x00000388u, 0x0004003du, 0x00000012u, 0x00006e1cu, 0x00006e1bu, - 0x00040072u, 0x00000008u, 0x00006e1du, 0x00006e1cu, 0x000500c5u, 0x00000008u, 0x00006e1eu, 0x00006e04u, - 0x00006e1du, 0x0005005fu, 0x000004f9u, 0x00006e1fu, 0x00006e02u, 0x00006e1eu, 0x00050051u, 0x00000006u, - 0x00006e20u, 0x00006e1fu, 0x00000000u, 0x00040071u, 0x0000000fu, 0x00006e21u, 0x00006e20u, 0x00050041u, - 0x0000007bu, 0x00006e22u, 0x00006d48u, 0x00000388u, 0x0003003eu, 0x00006e22u, 0x00006e21u, 0x000200f9u, - 0x00006e23u, 0x000200f8u, 0x00006debu, 0x0004003du, 0x000004b8u, 0x00006decu, 0x00006d4bu, 0x000500c3u, - 0x000004b8u, 0x00006deeu, 0x00006decu, 0x0000b422u, 0x00040072u, 0x0000037eu, 0x00006defu, 0x00006deeu, - 0x0004007cu, 0x00000047u, 0x00006df0u, 0x00006defu, 0x0003003eu, 0x00006d48u, 0x00006df0u, 0x000200f9u, - 0x00006e23u, 0x000200f8u, 0x00006e23u, 0x0004003du, 0x00000047u, 0x00006e24u, 0x00006d48u, 0x000500c7u, - 0x00000047u, 0x00006e26u, 0x00006e24u, 0x0000b423u, 0x000200f9u, 0x00006e27u, 0x000200f8u, 0x00006e27u, - 0x000900f5u, 0x0000000fu, 0x0000b3a0u, 0x000096e2u, 0x00006d6bu, 0x000096e2u, 0x00006d9fu, 0x000099ecu, - 0x00006e23u, 0x000900f5u, 0x0000000fu, 0x0000b385u, 0x00009554u, 0x00006d6bu, 0x00009554u, 0x00006d9fu, - 0x0000985du, 0x00006e23u, 0x000900f5u, 0x00000047u, 0x000099edu, 0x00009864u, 0x00006d6bu, 0x00006da0u, - 0x00006d9fu, 0x00006e26u, 0x00006e23u, 0x000300f7u, 0x00006af0u, 0x00000000u, 0x000400fau, 0x00006a99u, - 0x00006aeau, 0x00006af0u, 0x000200f8u, 0x00006aeau, 0x00040071u, 0x0000030eu, 0x00006aecu, 0x000099edu, - 0x0004007cu, 0x00000044u, 0x00006aedu, 0x00006aecu, 0x00060050u, 0x00000044u, 0x00006e30u, 0x00006a69u, - 0x00006a69u, 0x00006a69u, 0x000500c3u, 0x00000044u, 0x00006e31u, 0x00006e30u, 0x00000355u, 0x000500c7u, - 0x00000044u, 0x00006e33u, 0x00006e31u, 0x0000b41eu, 0x000500c7u, 0x00000044u, 0x00006e36u, 0x00006aedu, - 0x0000b41fu, 0x00050080u, 0x00000044u, 0x00006e38u, 0x00006e36u, 0x0000b420u, 0x000500adu, 0x00000365u, - 0x00006e3au, 0x00006aedu, 0x00000364u, 0x000600a9u, 0x00000044u, 0x00006e3bu, 0x00006e3au, 0x00000361u, - 0x00006e38u, 0x000500c7u, 0x00000044u, 0x00006e3fu, 0x00006aedu, 0x0000b41eu, 0x00050082u, 0x00000044u, - 0x00006e40u, 0x00006e33u, 0x00006e3fu, 0x000500c3u, 0x00000044u, 0x00006e42u, 0x00006e40u, 0x0000b421u, - 0x00050082u, 0x00000044u, 0x00006e45u, 0x00006e3bu, 0x00006aedu, 0x000500c7u, 0x00000044u, 0x00006e49u, - 0x00006e45u, 0x00006e42u, 0x00050080u, 0x00000044u, 0x00006e4au, 0x00006aedu, 0x00006e49u, 0x000500c7u, - 0x00000044u, 0x00006e4du, 0x00006e4au, 0x00000361u, 0x00040072u, 0x0000037eu, 0x00006e4eu, 0x00006e4du, - 0x0004007cu, 0x00000047u, 0x00006e4fu, 0x00006e4eu, 0x000200f9u, 0x00006af0u, 0x000200f8u, 0x00006af0u, - 0x000700f5u, 0x00000047u, 0x00009a0cu, 0x000099edu, 0x00006e27u, 0x00006e4fu, 0x00006aeau, 0x00040071u, - 0x00000006u, 0x00006af6u, 0x00006b45u, 0x0004007cu, 0x00000008u, 0x00006af7u, 0x00006af6u, 0x000300f7u, - 0x00006e68u, 0x00000000u, 0x000b00fbu, 0x00006af7u, 0x00006e68u, 0x00000000u, 0x00006e54u, 0x00000001u, - 0x00006e60u, 0x00000002u, 0x00006e65u, 0x00000003u, 0x00006e66u, 0x000200f8u, 0x00006e66u, 0x000200f9u, - 0x00006e68u, 0x000200f8u, 0x00006e65u, 0x000200f9u, 0x00006e68u, 0x000200f8u, 0x00006e60u, 0x00050080u, - 0x00000008u, 0x00006e63u, 0x000090aeu, 0x00006aa9u, 0x000500c7u, 0x00000008u, 0x00006e64u, 0x00006e63u, - 0x0000023eu, 0x000200f9u, 0x00006e68u, 0x000200f8u, 0x00006e54u, 0x000300f7u, 0x00006e5fu, 0x00000000u, - 0x000400fau, 0x000090b4u, 0x00006e56u, 0x00006e5bu, 0x000200f8u, 0x00006e5bu, 0x00050082u, 0x00000008u, - 0x00006e5du, 0x000090aeu, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00006e5eu, 0x00006e5du, 0x0000023eu, - 0x000200f9u, 0x00006e5fu, 0x000200f8u, 0x00006e56u, 0x00050080u, 0x00000008u, 0x00006e59u, 0x00006aa9u, - 0x000090aeu, 0x0007000cu, 0x00000008u, 0x00006e5au, 0x00000001u, 0x00000027u, 0x0000023eu, 0x00006e59u, - 0x000200f9u, 0x00006e5fu, 0x000200f8u, 0x00006e5fu, 0x000700f5u, 0x00000008u, 0x00009a0au, 0x00006e5au, - 0x00006e56u, 0x00006e5eu, 0x00006e5bu, 0x000200f9u, 0x00006e68u, 0x000200f8u, 0x00006e68u, 0x000d00f5u, - 0x00000008u, 0x00009a09u, 0x00000222u, 0x00006af0u, 0x00009a0au, 0x00006e5fu, 0x00006e64u, 0x00006e60u, - 0x0000023eu, 0x00006e65u, 0x00006aa9u, 0x00006e66u, 0x000500c4u, 0x00000008u, 0x00006afdu, 0x00009a09u, - 0x00000238u, 0x00040072u, 0x0000037du, 0x00006afeu, 0x00006afdu, 0x0004007cu, 0x0000000fu, 0x00006affu, - 0x00006afeu, 0x00050051u, 0x0000000fu, 0x00006b00u, 0x00009a0cu, 0x00000000u, 0x00050051u, 0x0000000fu, - 0x00006b01u, 0x00009a0cu, 0x00000001u, 0x00050051u, 0x0000000fu, 0x00006b02u, 0x00009a0cu, 0x00000002u, - 0x00070050u, 0x00000010u, 0x00006b03u, 0x00006b00u, 0x00006b01u, 0x00006b02u, 0x00006affu, 0x000300f7u, - 0x00006e76u, 0x00000000u, 0x000400fau, 0x00000955u, 0x00006e6bu, 0x00006e74u, 0x000200f8u, 0x00006e74u, - 0x0003003eu, 0x00000677u, 0x00006b03u, 0x000200f9u, 0x00006e76u, 0x000200f8u, 0x00006e6bu, 0x00050041u, - 0x0000007bu, 0x00006e6eu, 0x00000677u, 0x0000032fu, 0x0003003eu, 0x00006e6eu, 0x00006b00u, 0x00050041u, - 0x0000007bu, 0x00006e70u, 0x00000677u, 0x0000045eu, 0x0003003eu, 0x00006e70u, 0x00006b01u, 0x00050041u, - 0x0000007bu, 0x00006e72u, 0x00000677u, 0x00000388u, 0x0003003eu, 0x00006e72u, 0x00006b02u, 0x000200f9u, - 0x00006e76u, 0x000200f8u, 0x00006e76u, 0x000300f7u, 0x00006b12u, 0x00000000u, 0x000400fau, 0x00006a85u, - 0x00006b06u, 0x00006b0eu, 0x000200f8u, 0x00006b0eu, 0x000300f7u, 0x00006b11u, 0x00000000u, 0x000400fau, - 0x00000858u, 0x00006b0fu, 0x00006b11u, 0x000200f8u, 0x00006b0fu, 0x000300f7u, 0x00006ef3u, 0x00000000u, - 0x000700fbu, 0x0000065eu, 0x00006ef3u, 0x00000002u, 0x00006ec0u, 0x00000003u, 0x00006eddu, 0x000200f8u, - 0x00006eddu, 0x0004003du, 0x00000010u, 0x00006edeu, 0x00000677u, 0x0007004fu, 0x0000006bu, 0x00006edfu, - 0x00006edeu, 0x00006edeu, 0x00000000u, 0x00000003u, 0x00040071u, 0x000000b0u, 0x00006ee0u, 0x00006edfu, - 0x0003003eu, 0x00006ebcu, 0x00006ee0u, 0x00050041u, 0x00000007u, 0x00006ee1u, 0x00006ebcu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00006ee2u, 0x00006ee1u, 0x000500c4u, 0x00000006u, 0x00006ee3u, 0x00006ee2u, - 0x00000316u, 0x00050041u, 0x00000007u, 0x00006ee4u, 0x00006ebcu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00006ee5u, 0x00006ee4u, 0x000500c5u, 0x00000006u, 0x00006ee6u, 0x00006ee3u, 0x00006ee5u, 0x000500c7u, - 0x00000006u, 0x00006ee8u, 0x00006ee6u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00006ee9u, 0x00006ee8u, - 0x00000466u, 0x000500c2u, 0x00000006u, 0x00006eebu, 0x00006ee6u, 0x00000388u, 0x00040071u, 0x00000011u, - 0x00006eecu, 0x00006eebu, 0x000500c7u, 0x00000006u, 0x00006eeeu, 0x00006ee6u, 0x00000466u, 0x000500c4u, - 0x00000006u, 0x00006eefu, 0x00006eeeu, 0x00000388u, 0x000500c5u, 0x00000006u, 0x00006ef1u, 0x00006eefu, - 0x00006ee9u, 0x00040071u, 0x0000000fu, 0x00006ef2u, 0x00006ef1u, 0x000200f9u, 0x00006ef3u, 0x000200f8u, - 0x00006ec0u, 0x00050041u, 0x0000007bu, 0x00006ec1u, 0x00000677u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006ec2u, 0x00006ec1u, 0x000500c2u, 0x0000000fu, 0x00006ec3u, 0x00006ec2u, 0x00000391u, 0x00050041u, - 0x0000007bu, 0x00006ec4u, 0x00000677u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006ec5u, 0x00006ec4u, - 0x000500c7u, 0x0000000fu, 0x00006ec6u, 0x00006ec5u, 0x00000623u, 0x000500c5u, 0x0000000fu, 0x00006ec7u, - 0x00006ec3u, 0x00006ec6u, 0x00050041u, 0x0000007bu, 0x00006ec8u, 0x00000677u, 0x0000032fu, 0x0004003du, - 0x0000000fu, 0x00006ec9u, 0x00006ec8u, 0x00040071u, 0x00000006u, 0x00006ecau, 0x00006ec9u, 0x000500c7u, - 0x00000006u, 0x00006ecbu, 0x00006ecau, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x00006eccu, 0x00006ecbu, - 0x000006f9u, 0x00050041u, 0x0000007bu, 0x00006ecdu, 0x00000677u, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x00006eceu, 0x00006ecdu, 0x00040071u, 0x00000006u, 0x00006ecfu, 0x00006eceu, 0x000500c7u, 0x00000006u, - 0x00006ed0u, 0x00006ecfu, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x00006ed1u, 0x00006ed0u, 0x0000045eu, - 0x000500c5u, 0x00000006u, 0x00006ed3u, 0x00006eccu, 0x00006ed1u, 0x0004003du, 0x0000000fu, 0x00006ed5u, - 0x00006ec4u, 0x00040071u, 0x00000006u, 0x00006ed6u, 0x00006ed5u, 0x000500c7u, 0x00000006u, 0x00006ed7u, - 0x00006ed6u, 0x000006a0u, 0x000500c2u, 0x00000006u, 0x00006ed8u, 0x00006ed7u, 0x00000706u, 0x000500c5u, - 0x00000006u, 0x00006edau, 0x00006ed3u, 0x00006ed8u, 0x00040071u, 0x00000011u, 0x00006edcu, 0x00006edau, - 0x000200f9u, 0x00006ef3u, 0x000200f8u, 0x00006ef3u, 0x000900f5u, 0x0000000fu, 0x0000b2f7u, 0x00008f37u, - 0x00006b0fu, 0x00006ec7u, 0x00006ec0u, 0x00006ef2u, 0x00006eddu, 0x000900f5u, 0x00000011u, 0x0000b2b9u, - 0x00008dd0u, 0x00006b0fu, 0x00006edcu, 0x00006ec0u, 0x00006eecu, 0x00006eddu, 0x000200f9u, 0x00006b11u, - 0x000200f8u, 0x00006b11u, 0x000700f5u, 0x0000000fu, 0x0000b2d9u, 0x00008f37u, 0x00006b0eu, 0x0000b2f7u, - 0x00006ef3u, 0x000700f5u, 0x00000011u, 0x0000b29bu, 0x00008dd0u, 0x00006b0eu, 0x0000b2b9u, 0x00006ef3u, - 0x000200f9u, 0x00006b12u, 0x000200f8u, 0x00006b06u, 0x00050082u, 0x00000008u, 0x00006e7eu, 0x000003efu, - 0x00006a66u, 0x0007000cu, 0x00000008u, 0x00006e7fu, 0x00000001u, 0x0000002au, 0x00006e7eu, 0x0000022cu, - 0x0006000cu, 0x00000008u, 0x00006e81u, 0x00000001u, 0x0000004au, 0x00006e7fu, 0x00050082u, 0x00000008u, - 0x00006e82u, 0x000003f4u, 0x00006e81u, 0x0008000cu, 0x00000008u, 0x00006e84u, 0x00000001u, 0x0000002du, - 0x00006e82u, 0x00000222u, 0x0000023eu, 0x00050082u, 0x00000008u, 0x00006e86u, 0x0000023bu, 0x00006e84u, - 0x0007000cu, 0x00000008u, 0x00006e87u, 0x00000001u, 0x0000002au, 0x00006e86u, 0x00000222u, 0x000500c3u, - 0x00000008u, 0x00006e8au, 0x00006a66u, 0x00006e87u, 0x000500c7u, 0x00000008u, 0x00006e8bu, 0x00006e8au, - 0x000003dcu, 0x000500c4u, 0x00000008u, 0x00006e8du, 0x00006e84u, 0x00000268u, 0x00050080u, 0x00000008u, - 0x00006e8fu, 0x00006e8du, 0x00006e8bu, 0x00040072u, 0x00000012u, 0x00006e90u, 0x00006e8fu, 0x0004007cu, - 0x00000011u, 0x00006e91u, 0x00006e90u, 0x000300f7u, 0x00006b0du, 0x00000000u, 0x000400fau, 0x00000858u, - 0x00006b0bu, 0x00006b0du, 0x000200f8u, 0x00006b0bu, 0x00040071u, 0x00000006u, 0x00006e95u, 0x00006e91u, - 0x000500c4u, 0x00000006u, 0x00006e96u, 0x00006e95u, 0x00000706u, 0x000500c5u, 0x00000006u, 0x00006e99u, - 0x00006e96u, 0x00006aa5u, 0x000300f7u, 0x00006ebau, 0x00000000u, 0x000700fbu, 0x0000065eu, 0x00006ebau, - 0x00000002u, 0x00006e9au, 0x00000003u, 0x00006eafu, 0x000200f8u, 0x00006eafu, 0x000500c2u, 0x00000006u, - 0x00006eb1u, 0x00006e99u, 0x00000733u, 0x000500c7u, 0x00000006u, 0x00006eb2u, 0x00006eb1u, 0x000006c5u, - 0x00040071u, 0x0000000fu, 0x00006eb3u, 0x00006eb2u, 0x00050041u, 0x0000007bu, 0x00006eb4u, 0x00000677u, - 0x0000032fu, 0x0003003eu, 0x00006eb4u, 0x00006eb3u, 0x000500c2u, 0x00000006u, 0x00006eb6u, 0x00006e99u, - 0x00000388u, 0x000500c7u, 0x00000006u, 0x00006eb7u, 0x00006eb6u, 0x000006c5u, 0x00040071u, 0x0000000fu, - 0x00006eb8u, 0x00006eb7u, 0x00050041u, 0x0000007bu, 0x00006eb9u, 0x00000677u, 0x00000466u, 0x0003003eu, - 0x00006eb9u, 0x00006eb8u, 0x000200f9u, 0x00006ebau, 0x000200f8u, 0x00006e9au, 0x000500c2u, 0x00000006u, - 0x00006e9cu, 0x00006e99u, 0x00000733u, 0x000500c7u, 0x00000006u, 0x00006e9du, 0x00006e9cu, 0x000006a0u, - 0x00040071u, 0x0000000fu, 0x00006e9eu, 0x00006e9du, 0x00050041u, 0x0000007bu, 0x00006e9fu, 0x00000677u, - 0x0000032fu, 0x0003003eu, 0x00006e9fu, 0x00006e9eu, 0x000500c2u, 0x00000006u, 0x00006ea1u, 0x00006e99u, - 0x00000739u, 0x000500c7u, 0x00000006u, 0x00006ea2u, 0x00006ea1u, 0x000006a0u, 0x00040071u, 0x0000000fu, - 0x00006ea3u, 0x00006ea2u, 0x00050041u, 0x0000007bu, 0x00006ea4u, 0x00000677u, 0x0000045eu, 0x0003003eu, - 0x00006ea4u, 0x00006ea3u, 0x000500c2u, 0x00000006u, 0x00006ea6u, 0x00006e99u, 0x0000032fu, 0x000500c7u, - 0x00000006u, 0x00006ea7u, 0x00006ea6u, 0x000006a0u, 0x00040071u, 0x0000000fu, 0x00006ea8u, 0x00006ea7u, - 0x00050041u, 0x0000007bu, 0x00006ea9u, 0x00000677u, 0x00000388u, 0x0003003eu, 0x00006ea9u, 0x00006ea8u, - 0x000500c7u, 0x00000006u, 0x00006eabu, 0x00006e99u, 0x00000744u, 0x000500c4u, 0x00000006u, 0x00006eacu, - 0x00006eabu, 0x00000739u, 0x00040071u, 0x0000000fu, 0x00006eadu, 0x00006eacu, 0x00050041u, 0x0000007bu, - 0x00006eaeu, 0x00000677u, 0x00000466u, 0x0003003eu, 0x00006eaeu, 0x00006eadu, 0x000200f9u, 0x00006ebau, - 0x000200f8u, 0x00006ebau, 0x000200f9u, 0x00006b0du, 0x000200f8u, 0x00006b0du, 0x000200f9u, 0x00006b12u, - 0x000200f8u, 0x00006b12u, 0x000700f5u, 0x0000000fu, 0x0000b2d6u, 0x00006b32u, 0x00006b0du, 0x0000b2d9u, - 0x00006b11u, 0x000700f5u, 0x00000011u, 0x0000b298u, 0x00006e91u, 0x00006b0du, 0x0000b29bu, 0x00006b11u, - 0x000600a9u, 0x00000069u, 0x0000b5d2u, 0x00006a85u, 0x0000055bu, 0x00009e9eu, 0x000200f9u, 0x00006b13u, - 0x000200f8u, 0x00006b13u, 0x000700f5u, 0x00000047u, 0x0000b59du, 0x0000b433u, 0x00006ac1u, 0x0000b5a5u, - 0x00006b12u, 0x000700f5u, 0x00000047u, 0x0000b3b5u, 0x00009871u, 0x00006ac1u, 0x00009864u, 0x00006b12u, - 0x000700f5u, 0x0000000fu, 0x0000b39au, 0x000096e2u, 0x00006ac1u, 0x0000b3a0u, 0x00006b12u, 0x000700f5u, - 0x0000000fu, 0x0000b37fu, 0x00009554u, 0x00006ac1u, 0x0000b385u, 0x00006b12u, 0x000700f5u, 0x00000047u, - 0x0000b357u, 0x000093d1u, 0x00006ac1u, 0x0000b35fu, 0x00006b12u, 0x000700f5u, 0x0000000fu, 0x0000b32fu, - 0x0000924fu, 0x00006ac1u, 0x0000b337u, 0x00006b12u, 0x000700f5u, 0x0000000fu, 0x0000b307u, 0x000090ceu, - 0x00006ac1u, 0x0000b30fu, 0x00006b12u, 0x000700f5u, 0x0000000fu, 0x0000b2c9u, 0x00008f37u, 0x00006ac1u, - 0x0000b2d6u, 0x00006b12u, 0x000700f5u, 0x00000011u, 0x0000b28bu, 0x00008dd0u, 0x00006ac1u, 0x0000b298u, - 0x00006b12u, 0x000700f5u, 0x00000069u, 0x0000a012u, 0x00009e9eu, 0x00006ac1u, 0x0000b5d2u, 0x00006b12u, - 0x000600a9u, 0x00000069u, 0x0000b5d3u, 0x00006ac2u, 0x0000055bu, 0x00009d1du, 0x000200f9u, 0x000020d3u, - 0x000200f8u, 0x000020d2u, 0x0004007cu, 0x00000006u, 0x000020d6u, 0x000089b7u, 0x000300f7u, 0x000069c9u, - 0x00000000u, 0x000900fbu, 0x0000065eu, 0x000069c9u, 0x00000000u, 0x000069aau, 0x00000001u, 0x000069abu, - 0x00000002u, 0x000069b2u, 0x000200f8u, 0x000069b2u, 0x000500c2u, 0x00000006u, 0x000069b4u, 0x000020d6u, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x000069b5u, 0x000069b4u, 0x000006a0u, 0x000500c2u, 0x00000006u, - 0x000069b7u, 0x000020d6u, 0x00000232u, 0x000500c7u, 0x00000006u, 0x000069b8u, 0x000069b7u, 0x000006a0u, - 0x000500c4u, 0x00000006u, 0x000069bau, 0x000020d6u, 0x0000022fu, 0x000500c7u, 0x00000006u, 0x000069bbu, - 0x000069bau, 0x000006a0u, 0x000500c7u, 0x00000006u, 0x000069bdu, 0x000020d6u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x000069beu, 0x000069bdu, 0x0000097eu, 0x00040071u, 0x0000000fu, 0x000069c0u, 0x000069b5u, - 0x00040071u, 0x0000000fu, 0x000069c2u, 0x000069b8u, 0x00040071u, 0x0000000fu, 0x000069c4u, 0x000069bbu, - 0x00040071u, 0x0000000fu, 0x000069c6u, 0x000069beu, 0x00070050u, 0x00000010u, 0x000069c7u, 0x000069c0u, - 0x000069c2u, 0x000069c4u, 0x000069c6u, 0x000300f7u, 0x000069e6u, 0x00000000u, 0x000400fau, 0x00000955u, - 0x000069dbu, 0x000069e4u, 0x000200f8u, 0x000069e4u, 0x0003003eu, 0x00000677u, 0x000069c7u, 0x000200f9u, - 0x000069e6u, 0x000200f8u, 0x000069dbu, 0x00050041u, 0x0000007bu, 0x000069deu, 0x00000677u, 0x0000032fu, - 0x0003003eu, 0x000069deu, 0x000069c0u, 0x00050041u, 0x0000007bu, 0x000069e0u, 0x00000677u, 0x0000045eu, - 0x0003003eu, 0x000069e0u, 0x000069c2u, 0x00050041u, 0x0000007bu, 0x000069e2u, 0x00000677u, 0x00000388u, - 0x0003003eu, 0x000069e2u, 0x000069c4u, 0x000200f9u, 0x000069e6u, 0x000200f8u, 0x000069e6u, 0x000200f9u, - 0x000069c9u, 0x000200f8u, 0x000069abu, 0x000500c7u, 0x00000006u, 0x000069adu, 0x000020d6u, 0x000006c5u, - 0x00040071u, 0x0000000fu, 0x000069afu, 0x000069adu, 0x00070050u, 0x00000010u, 0x000069b0u, 0x000069afu, - 0x000069afu, 0x000069afu, 0x000069afu, 0x000300f7u, 0x000069d9u, 0x00000000u, 0x000400fau, 0x00000955u, - 0x000069ceu, 0x000069d7u, 0x000200f8u, 0x000069d7u, 0x0003003eu, 0x00000677u, 0x000069b0u, 0x000200f9u, - 0x000069d9u, 0x000200f8u, 0x000069ceu, 0x00050041u, 0x0000007bu, 0x000069d1u, 0x00000677u, 0x0000032fu, - 0x0003003eu, 0x000069d1u, 0x000069afu, 0x00050041u, 0x0000007bu, 0x000069d3u, 0x00000677u, 0x0000045eu, - 0x0003003eu, 0x000069d3u, 0x000069afu, 0x00050041u, 0x0000007bu, 0x000069d5u, 0x00000677u, 0x00000388u, - 0x0003003eu, 0x000069d5u, 0x000069afu, 0x000200f9u, 0x000069d9u, 0x000200f8u, 0x000069d9u, 0x000200f9u, - 0x000069c9u, 0x000200f8u, 0x000069aau, 0x0003003eu, 0x00000677u, 0x00000615u, 0x000200f9u, 0x000069c9u, - 0x000200f8u, 0x000069c9u, 0x000b00f5u, 0x00000069u, 0x00009e89u, 0x00009d1du, 0x000020d2u, 0x0000055bu, - 0x000069aau, 0x0000055bu, 0x000069d9u, 0x0000055bu, 0x000069e6u, 0x000300f7u, 0x000069ccu, 0x00000000u, - 0x000400fau, 0x00000858u, 0x000069cau, 0x000069ccu, 0x000200f8u, 0x000069cau, 0x000300f7u, 0x00006a1fu, - 0x00000000u, 0x000700fbu, 0x0000065eu, 0x00006a1fu, 0x00000002u, 0x000069ecu, 0x00000003u, 0x00006a09u, - 0x000200f8u, 0x00006a09u, 0x0004003du, 0x00000010u, 0x00006a0au, 0x00000677u, 0x0007004fu, 0x0000006bu, - 0x00006a0bu, 0x00006a0au, 0x00006a0au, 0x00000000u, 0x00000003u, 0x00040071u, 0x000000b0u, 0x00006a0cu, - 0x00006a0bu, 0x0003003eu, 0x000069e8u, 0x00006a0cu, 0x00050041u, 0x00000007u, 0x00006a0du, 0x000069e8u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006a0eu, 0x00006a0du, 0x000500c4u, 0x00000006u, 0x00006a0fu, - 0x00006a0eu, 0x00000316u, 0x00050041u, 0x00000007u, 0x00006a10u, 0x000069e8u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00006a11u, 0x00006a10u, 0x000500c5u, 0x00000006u, 0x00006a12u, 0x00006a0fu, 0x00006a11u, - 0x000500c7u, 0x00000006u, 0x00006a14u, 0x00006a12u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00006a15u, - 0x00006a14u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00006a17u, 0x00006a12u, 0x00000388u, 0x00040071u, - 0x00000011u, 0x00006a18u, 0x00006a17u, 0x000500c7u, 0x00000006u, 0x00006a1au, 0x00006a12u, 0x00000466u, - 0x000500c4u, 0x00000006u, 0x00006a1bu, 0x00006a1au, 0x00000388u, 0x000500c5u, 0x00000006u, 0x00006a1du, - 0x00006a1bu, 0x00006a15u, 0x00040071u, 0x0000000fu, 0x00006a1eu, 0x00006a1du, 0x000200f9u, 0x00006a1fu, - 0x000200f8u, 0x000069ecu, 0x00050041u, 0x0000007bu, 0x000069edu, 0x00000677u, 0x00000466u, 0x0004003du, - 0x0000000fu, 0x000069eeu, 0x000069edu, 0x000500c2u, 0x0000000fu, 0x000069efu, 0x000069eeu, 0x00000391u, - 0x00050041u, 0x0000007bu, 0x000069f0u, 0x00000677u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x000069f1u, - 0x000069f0u, 0x000500c7u, 0x0000000fu, 0x000069f2u, 0x000069f1u, 0x00000623u, 0x000500c5u, 0x0000000fu, - 0x000069f3u, 0x000069efu, 0x000069f2u, 0x00050041u, 0x0000007bu, 0x000069f4u, 0x00000677u, 0x0000032fu, - 0x0004003du, 0x0000000fu, 0x000069f5u, 0x000069f4u, 0x00040071u, 0x00000006u, 0x000069f6u, 0x000069f5u, - 0x000500c7u, 0x00000006u, 0x000069f7u, 0x000069f6u, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x000069f8u, - 0x000069f7u, 0x000006f9u, 0x00050041u, 0x0000007bu, 0x000069f9u, 0x00000677u, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x000069fau, 0x000069f9u, 0x00040071u, 0x00000006u, 0x000069fbu, 0x000069fau, 0x000500c7u, - 0x00000006u, 0x000069fcu, 0x000069fbu, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x000069fdu, 0x000069fcu, - 0x0000045eu, 0x000500c5u, 0x00000006u, 0x000069ffu, 0x000069f8u, 0x000069fdu, 0x0004003du, 0x0000000fu, - 0x00006a01u, 0x000069f0u, 0x00040071u, 0x00000006u, 0x00006a02u, 0x00006a01u, 0x000500c7u, 0x00000006u, - 0x00006a03u, 0x00006a02u, 0x000006a0u, 0x000500c2u, 0x00000006u, 0x00006a04u, 0x00006a03u, 0x00000706u, - 0x000500c5u, 0x00000006u, 0x00006a06u, 0x000069ffu, 0x00006a04u, 0x00040071u, 0x00000011u, 0x00006a08u, - 0x00006a06u, 0x000200f9u, 0x00006a1fu, 0x000200f8u, 0x00006a1fu, 0x000900f5u, 0x0000000fu, 0x0000b2c8u, - 0x00008f37u, 0x000069cau, 0x000069f3u, 0x000069ecu, 0x00006a1eu, 0x00006a09u, 0x000900f5u, 0x00000011u, - 0x0000b28au, 0x00008dd0u, 0x000069cau, 0x00006a08u, 0x000069ecu, 0x00006a18u, 0x00006a09u, 0x000200f9u, - 0x000069ccu, 0x000200f8u, 0x000069ccu, 0x000700f5u, 0x0000000fu, 0x0000b2c4u, 0x00008f37u, 0x000069c9u, - 0x0000b2c8u, 0x00006a1fu, 0x000700f5u, 0x00000011u, 0x0000b286u, 0x00008dd0u, 0x000069c9u, 0x0000b28au, - 0x00006a1fu, 0x000200f9u, 0x000020d3u, 0x000200f8u, 0x000020d3u, 0x000700f5u, 0x00000047u, 0x0000b59cu, - 0x0000b59du, 0x00006b13u, 0x0000b433u, 0x000069ccu, 0x000700f5u, 0x00000047u, 0x0000b3afu, 0x00009871u, - 0x000069ccu, 0x0000b3b5u, 0x00006b13u, 0x000700f5u, 0x0000000fu, 0x0000b394u, 0x000096e2u, 0x000069ccu, - 0x0000b39au, 0x00006b13u, 0x000700f5u, 0x0000000fu, 0x0000b379u, 0x00009554u, 0x000069ccu, 0x0000b37fu, - 0x00006b13u, 0x000700f5u, 0x00000047u, 0x0000b351u, 0x000093d1u, 0x000069ccu, 0x0000b357u, 0x00006b13u, - 0x000700f5u, 0x0000000fu, 0x0000b329u, 0x0000924fu, 0x000069ccu, 0x0000b32fu, 0x00006b13u, 0x000700f5u, - 0x0000000fu, 0x0000b301u, 0x000090ceu, 0x000069ccu, 0x0000b307u, 0x00006b13u, 0x000700f5u, 0x0000000fu, - 0x0000b2c3u, 0x0000b2c4u, 0x000069ccu, 0x0000b2c9u, 0x00006b13u, 0x000700f5u, 0x00000011u, 0x0000b285u, - 0x0000b286u, 0x000069ccu, 0x0000b28bu, 0x00006b13u, 0x000700f5u, 0x00000047u, 0x0000b247u, 0x00008c63u, - 0x000069ccu, 0x00008c5fu, 0x00006b13u, 0x000700f5u, 0x00000069u, 0x0000a00cu, 0x00009e9eu, 0x000069ccu, - 0x0000a012u, 0x00006b13u, 0x000700f5u, 0x00000069u, 0x00009e87u, 0x00009e89u, 0x000069ccu, 0x0000b5d3u, - 0x00006b13u, 0x000200f9u, 0x000020c5u, 0x000200f8u, 0x000020c4u, 0x00070041u, 0x000006dbu, 0x000020c8u, - 0x00000247u, 0x00000222u, 0x000020b0u, 0x00000265u, 0x0004003du, 0x00000006u, 0x000020c9u, 0x000020c8u, - 0x000300f7u, 0x00006932u, 0x00000000u, 0x000b00fbu, 0x0000065eu, 0x00006932u, 0x00000004u, 0x000068d8u, - 0x00000002u, 0x000068efu, 0x00000003u, 0x0000690cu, 0x00000001u, 0x00006925u, 0x000200f8u, 0x00006925u, - 0x000500c7u, 0x00000006u, 0x00006927u, 0x00009a12u, 0x00000466u, 0x000500c6u, 0x00000006u, 0x00006928u, - 0x00006927u, 0x00000466u, 0x00050084u, 0x00000006u, 0x00006929u, 0x00006928u, 0x00000316u, 0x000500c2u, - 0x00000006u, 0x0000692bu, 0x000020c9u, 0x00006929u, 0x000500c7u, 0x00000006u, 0x0000692du, 0x0000692bu, - 0x000006c5u, 0x00040071u, 0x0000000fu, 0x0000692fu, 0x0000692du, 0x00070050u, 0x00000010u, 0x00006930u, - 0x0000692fu, 0x0000692fu, 0x0000692fu, 0x0000692fu, 0x000300f7u, 0x00006969u, 0x00000000u, 0x000400fau, - 0x00000955u, 0x0000695eu, 0x00006967u, 0x000200f8u, 0x00006967u, 0x0003003eu, 0x00000677u, 0x00006930u, - 0x000200f9u, 0x00006969u, 0x000200f8u, 0x0000695eu, 0x00050041u, 0x0000007bu, 0x00006961u, 0x00000677u, - 0x0000032fu, 0x0003003eu, 0x00006961u, 0x0000692fu, 0x00050041u, 0x0000007bu, 0x00006963u, 0x00000677u, - 0x0000045eu, 0x0003003eu, 0x00006963u, 0x0000692fu, 0x00050041u, 0x0000007bu, 0x00006965u, 0x00000677u, - 0x00000388u, 0x0003003eu, 0x00006965u, 0x0000692fu, 0x000200f9u, 0x00006969u, 0x000200f8u, 0x00006969u, - 0x000200f9u, 0x00006932u, 0x000200f8u, 0x0000690cu, 0x000500c7u, 0x00000006u, 0x0000690eu, 0x00009a12u, - 0x0000045eu, 0x000500c6u, 0x00000006u, 0x0000690fu, 0x0000690eu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00006910u, 0x0000690fu, 0x00000332u, 0x000500c2u, 0x00000006u, 0x00006912u, 0x000020c9u, 0x00006910u, - 0x000500c7u, 0x00000006u, 0x00006914u, 0x00006912u, 0x000009d9u, 0x000500c2u, 0x00000006u, 0x00006916u, - 0x00006914u, 0x00000316u, 0x000500c7u, 0x00000006u, 0x00006917u, 0x00006916u, 0x000006c5u, 0x000500c2u, - 0x00000006u, 0x00006919u, 0x00006914u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x0000691au, 0x00006919u, - 0x000006c5u, 0x00040071u, 0x0000000fu, 0x0000691cu, 0x00006917u, 0x00040071u, 0x0000000fu, 0x00006922u, - 0x0000691au, 0x00070050u, 0x00000010u, 0x00006923u, 0x0000691cu, 0x0000691cu, 0x0000691cu, 0x00006922u, - 0x000300f7u, 0x0000695cu, 0x00000000u, 0x000400fau, 0x00000955u, 0x00006951u, 0x0000695au, 0x000200f8u, - 0x0000695au, 0x0003003eu, 0x00000677u, 0x00006923u, 0x000200f9u, 0x0000695cu, 0x000200f8u, 0x00006951u, - 0x00050041u, 0x0000007bu, 0x00006954u, 0x00000677u, 0x0000032fu, 0x0003003eu, 0x00006954u, 0x0000691cu, - 0x00050041u, 0x0000007bu, 0x00006956u, 0x00000677u, 0x0000045eu, 0x0003003eu, 0x00006956u, 0x0000691cu, - 0x00050041u, 0x0000007bu, 0x00006958u, 0x00000677u, 0x00000388u, 0x0003003eu, 0x00006958u, 0x0000691cu, - 0x000200f9u, 0x0000695cu, 0x000200f8u, 0x0000695cu, 0x000200f9u, 0x00006932u, 0x000200f8u, 0x000068efu, - 0x000500c7u, 0x00000006u, 0x000068f1u, 0x00009a12u, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x000068f2u, - 0x000068f1u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000068f3u, 0x000068f2u, 0x00000332u, 0x000500c2u, - 0x00000006u, 0x000068f5u, 0x000020c9u, 0x000068f3u, 0x000500c2u, 0x00000006u, 0x000068f7u, 0x000068f5u, - 0x00000316u, 0x000500c7u, 0x00000006u, 0x000068f8u, 0x000068f7u, 0x000006a0u, 0x000500c2u, 0x00000006u, - 0x000068fau, 0x000068f5u, 0x00000466u, 0x000500c7u, 0x00000006u, 0x000068fbu, 0x000068fau, 0x000006a0u, - 0x000500c4u, 0x00000006u, 0x000068fdu, 0x000068f5u, 0x00000388u, 0x000500c7u, 0x00000006u, 0x000068feu, - 0x000068fdu, 0x000006a0u, 0x000500c7u, 0x00000006u, 0x00006900u, 0x000068f5u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00006901u, 0x00006900u, 0x0000097eu, 0x00040071u, 0x0000000fu, 0x00006903u, 0x000068f8u, - 0x00040071u, 0x0000000fu, 0x00006905u, 0x000068fbu, 0x00040071u, 0x0000000fu, 0x00006907u, 0x000068feu, - 0x00040071u, 0x0000000fu, 0x00006909u, 0x00006901u, 0x00070050u, 0x00000010u, 0x0000690au, 0x00006903u, - 0x00006905u, 0x00006907u, 0x00006909u, 0x000300f7u, 0x0000694fu, 0x00000000u, 0x000400fau, 0x00000955u, - 0x00006944u, 0x0000694du, 0x000200f8u, 0x0000694du, 0x0003003eu, 0x00000677u, 0x0000690au, 0x000200f9u, - 0x0000694fu, 0x000200f8u, 0x00006944u, 0x00050041u, 0x0000007bu, 0x00006947u, 0x00000677u, 0x0000032fu, - 0x0003003eu, 0x00006947u, 0x00006903u, 0x00050041u, 0x0000007bu, 0x00006949u, 0x00000677u, 0x0000045eu, - 0x0003003eu, 0x00006949u, 0x00006905u, 0x00050041u, 0x0000007bu, 0x0000694bu, 0x00000677u, 0x00000388u, - 0x0003003eu, 0x0000694bu, 0x00006907u, 0x000200f9u, 0x0000694fu, 0x000200f8u, 0x0000694fu, 0x000200f9u, - 0x00006932u, 0x000200f8u, 0x000068d8u, 0x000500c2u, 0x00000006u, 0x000068dau, 0x000020c9u, 0x000006e0u, - 0x000500c7u, 0x00000006u, 0x000068dbu, 0x000068dau, 0x000006c5u, 0x000500c2u, 0x00000006u, 0x000068ddu, - 0x000020c9u, 0x00000332u, 0x000500c7u, 0x00000006u, 0x000068deu, 0x000068ddu, 0x000006c5u, 0x000500c2u, - 0x00000006u, 0x000068e0u, 0x000020c9u, 0x00000316u, 0x000500c7u, 0x00000006u, 0x000068e1u, 0x000068e0u, - 0x000006c5u, 0x000500c2u, 0x00000006u, 0x000068e3u, 0x000020c9u, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x000068e4u, 0x000068e3u, 0x000006c5u, 0x00040071u, 0x0000000fu, 0x000068e6u, 0x000068dbu, 0x00040071u, - 0x0000000fu, 0x000068e8u, 0x000068deu, 0x00040071u, 0x0000000fu, 0x000068eau, 0x000068e1u, 0x00040071u, - 0x0000000fu, 0x000068ecu, 0x000068e4u, 0x00070050u, 0x00000010u, 0x000068edu, 0x000068e6u, 0x000068e8u, - 0x000068eau, 0x000068ecu, 0x000300f7u, 0x00006942u, 0x00000000u, 0x000400fau, 0x00000955u, 0x00006937u, - 0x00006940u, 0x000200f8u, 0x00006940u, 0x0003003eu, 0x00000677u, 0x000068edu, 0x000200f9u, 0x00006942u, - 0x000200f8u, 0x00006937u, 0x00050041u, 0x0000007bu, 0x0000693au, 0x00000677u, 0x0000032fu, 0x0003003eu, - 0x0000693au, 0x000068e6u, 0x00050041u, 0x0000007bu, 0x0000693cu, 0x00000677u, 0x0000045eu, 0x0003003eu, - 0x0000693cu, 0x000068e8u, 0x00050041u, 0x0000007bu, 0x0000693eu, 0x00000677u, 0x00000388u, 0x0003003eu, - 0x0000693eu, 0x000068eau, 0x000200f9u, 0x00006942u, 0x000200f8u, 0x00006942u, 0x000200f9u, 0x00006932u, - 0x000200f8u, 0x00006932u, 0x000d00f5u, 0x00000069u, 0x00009e85u, 0x00009d1du, 0x000020c4u, 0x0000055bu, - 0x00006942u, 0x0000055bu, 0x0000694fu, 0x0000055bu, 0x0000695cu, 0x0000055bu, 0x00006969u, 0x000300f7u, - 0x00006935u, 0x00000000u, 0x000400fau, 0x00000858u, 0x00006933u, 0x00006935u, 0x000200f8u, 0x00006933u, - 0x000300f7u, 0x000069a2u, 0x00000000u, 0x000700fbu, 0x0000065eu, 0x000069a2u, 0x00000002u, 0x0000696fu, - 0x00000003u, 0x0000698cu, 0x000200f8u, 0x0000698cu, 0x0004003du, 0x00000010u, 0x0000698du, 0x00000677u, - 0x0007004fu, 0x0000006bu, 0x0000698eu, 0x0000698du, 0x0000698du, 0x00000000u, 0x00000003u, 0x00040071u, - 0x000000b0u, 0x0000698fu, 0x0000698eu, 0x0003003eu, 0x0000696bu, 0x0000698fu, 0x00050041u, 0x00000007u, - 0x00006990u, 0x0000696bu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006991u, 0x00006990u, 0x000500c4u, - 0x00000006u, 0x00006992u, 0x00006991u, 0x00000316u, 0x00050041u, 0x00000007u, 0x00006993u, 0x0000696bu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00006994u, 0x00006993u, 0x000500c5u, 0x00000006u, 0x00006995u, - 0x00006992u, 0x00006994u, 0x000500c7u, 0x00000006u, 0x00006997u, 0x00006995u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00006998u, 0x00006997u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x0000699au, 0x00006995u, - 0x00000388u, 0x00040071u, 0x00000011u, 0x0000699bu, 0x0000699au, 0x000500c7u, 0x00000006u, 0x0000699du, - 0x00006995u, 0x00000466u, 0x000500c4u, 0x00000006u, 0x0000699eu, 0x0000699du, 0x00000388u, 0x000500c5u, - 0x00000006u, 0x000069a0u, 0x0000699eu, 0x00006998u, 0x00040071u, 0x0000000fu, 0x000069a1u, 0x000069a0u, - 0x000200f9u, 0x000069a2u, 0x000200f8u, 0x0000696fu, 0x00050041u, 0x0000007bu, 0x00006970u, 0x00000677u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006971u, 0x00006970u, 0x000500c2u, 0x0000000fu, 0x00006972u, - 0x00006971u, 0x00000391u, 0x00050041u, 0x0000007bu, 0x00006973u, 0x00000677u, 0x00000388u, 0x0004003du, - 0x0000000fu, 0x00006974u, 0x00006973u, 0x000500c7u, 0x0000000fu, 0x00006975u, 0x00006974u, 0x00000623u, - 0x000500c5u, 0x0000000fu, 0x00006976u, 0x00006972u, 0x00006975u, 0x00050041u, 0x0000007bu, 0x00006977u, - 0x00000677u, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006978u, 0x00006977u, 0x00040071u, 0x00000006u, - 0x00006979u, 0x00006978u, 0x000500c7u, 0x00000006u, 0x0000697au, 0x00006979u, 0x000006a0u, 0x000500c4u, - 0x00000006u, 0x0000697bu, 0x0000697au, 0x000006f9u, 0x00050041u, 0x0000007bu, 0x0000697cu, 0x00000677u, - 0x0000045eu, 0x0004003du, 0x0000000fu, 0x0000697du, 0x0000697cu, 0x00040071u, 0x00000006u, 0x0000697eu, - 0x0000697du, 0x000500c7u, 0x00000006u, 0x0000697fu, 0x0000697eu, 0x000006a0u, 0x000500c4u, 0x00000006u, - 0x00006980u, 0x0000697fu, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00006982u, 0x0000697bu, 0x00006980u, - 0x0004003du, 0x0000000fu, 0x00006984u, 0x00006973u, 0x00040071u, 0x00000006u, 0x00006985u, 0x00006984u, - 0x000500c7u, 0x00000006u, 0x00006986u, 0x00006985u, 0x000006a0u, 0x000500c2u, 0x00000006u, 0x00006987u, - 0x00006986u, 0x00000706u, 0x000500c5u, 0x00000006u, 0x00006989u, 0x00006982u, 0x00006987u, 0x00040071u, - 0x00000011u, 0x0000698bu, 0x00006989u, 0x000200f9u, 0x000069a2u, 0x000200f8u, 0x000069a2u, 0x000900f5u, - 0x0000000fu, 0x0000b2c2u, 0x00008f37u, 0x00006933u, 0x00006976u, 0x0000696fu, 0x000069a1u, 0x0000698cu, - 0x000900f5u, 0x00000011u, 0x0000b284u, 0x00008dd0u, 0x00006933u, 0x0000698bu, 0x0000696fu, 0x0000699bu, - 0x0000698cu, 0x000200f9u, 0x00006935u, 0x000200f8u, 0x00006935u, 0x000700f5u, 0x0000000fu, 0x0000b2bcu, - 0x00008f37u, 0x00006932u, 0x0000b2c2u, 0x000069a2u, 0x000700f5u, 0x00000011u, 0x0000b27eu, 0x00008dd0u, - 0x00006932u, 0x0000b284u, 0x000069a2u, 0x000200f9u, 0x000020c5u, 0x000200f8u, 0x000020c5u, 0x000700f5u, - 0x00000047u, 0x0000b59bu, 0x0000b59cu, 0x000020d3u, 0x0000b433u, 0x00006935u, 0x000700f5u, 0x00000047u, - 0x0000b3a7u, 0x00009871u, 0x00006935u, 0x0000b3afu, 0x000020d3u, 0x000700f5u, 0x0000000fu, 0x0000b38cu, - 0x000096e2u, 0x00006935u, 0x0000b394u, 0x000020d3u, 0x000700f5u, 0x0000000fu, 0x0000b371u, 0x00009554u, - 0x00006935u, 0x0000b379u, 0x000020d3u, 0x000700f5u, 0x00000047u, 0x0000b349u, 0x000093d1u, 0x00006935u, - 0x0000b351u, 0x000020d3u, 0x000700f5u, 0x0000000fu, 0x0000b321u, 0x0000924fu, 0x00006935u, 0x0000b329u, - 0x000020d3u, 0x000700f5u, 0x0000000fu, 0x0000b2f9u, 0x000090ceu, 0x00006935u, 0x0000b301u, 0x000020d3u, - 0x000700f5u, 0x0000000fu, 0x0000b2bbu, 0x0000b2bcu, 0x00006935u, 0x0000b2c3u, 0x000020d3u, 0x000700f5u, - 0x00000011u, 0x0000b27du, 0x0000b27eu, 0x00006935u, 0x0000b285u, 0x000020d3u, 0x000700f5u, 0x00000047u, - 0x0000b23fu, 0x00008c63u, 0x00006935u, 0x0000b247u, 0x000020d3u, 0x000700f5u, 0x00000069u, 0x0000a004u, - 0x00009e9eu, 0x00006935u, 0x0000a00cu, 0x000020d3u, 0x000700f5u, 0x00000069u, 0x00009e83u, 0x00009e85u, - 0x00006935u, 0x00009e87u, 0x000020d3u, 0x000200f9u, 0x000020bcu, 0x000200f8u, 0x000020bcu, 0x000700f5u, - 0x00000047u, 0x0000b59au, 0x0000b433u, 0x000024fau, 0x0000b59bu, 0x000020c5u, 0x000700f5u, 0x00000047u, - 0x0000b3a6u, 0x00009871u, 0x000024fau, 0x0000b3a7u, 0x000020c5u, 0x000700f5u, 0x0000000fu, 0x0000b38bu, - 0x000096e2u, 0x000024fau, 0x0000b38cu, 0x000020c5u, 0x000700f5u, 0x0000000fu, 0x0000b370u, 0x00009554u, - 0x000024fau, 0x0000b371u, 0x000020c5u, 0x000700f5u, 0x00000047u, 0x0000b348u, 0x000093d1u, 0x000024fau, - 0x0000b349u, 0x000020c5u, 0x000700f5u, 0x0000000fu, 0x0000b320u, 0x0000924fu, 0x000024fau, 0x0000b321u, - 0x000020c5u, 0x000700f5u, 0x0000000fu, 0x0000b2f8u, 0x000090ceu, 0x000024fau, 0x0000b2f9u, 0x000020c5u, - 0x000700f5u, 0x0000000fu, 0x0000b2bau, 0x00008f37u, 0x000024fau, 0x0000b2bbu, 0x000020c5u, 0x000700f5u, - 0x00000011u, 0x0000b27cu, 0x00008dd0u, 0x000024fau, 0x0000b27du, 0x000020c5u, 0x000700f5u, 0x00000047u, - 0x0000b23eu, 0x00008c63u, 0x000024fau, 0x0000b23fu, 0x000020c5u, 0x000700f5u, 0x00000069u, 0x00009e9fu, - 0x00009e9eu, 0x000024fau, 0x0000a004u, 0x000020c5u, 0x000700f5u, 0x00000069u, 0x00009d1eu, 0x00009d1du, - 0x000024fau, 0x00009e83u, 0x000020c5u, 0x000200f9u, 0x0000209eu, 0x000200f8u, 0x0000209eu, 0x000200f9u, - 0x0000209bu, 0x000200f8u, 0x0000209du, 0x000200f9u, 0x00002084u, 0x000200f8u, 0x00002084u, 0x000200f9u, - 0x00002081u, 0x000200f8u, 0x00002083u, 0x0003003eu, 0x000020e5u, 0x00002073u, 0x000300f7u, 0x00006f31u, - 0x00000000u, 0x000400fau, 0x00002121u, 0x00006f05u, 0x00006f31u, 0x000200f8u, 0x00006f05u, 0x000500c2u, - 0x00000006u, 0x00006f07u, 0x00002076u, 0x0000078du, 0x0004003du, 0x000000b0u, 0x00006f08u, 0x000020e5u, - 0x00050050u, 0x000000b0u, 0x00006f09u, 0x000008f5u, 0x000008f5u, 0x000500c7u, 0x000000b0u, 0x00006f0au, - 0x00006f08u, 0x00006f09u, 0x0003003eu, 0x00006ef5u, 0x00006f0au, 0x00050050u, 0x000000efu, 0x00006f0cu, - 0x0000078du, 0x0000078du, 0x000500c2u, 0x000000b0u, 0x00006f0du, 0x00006f08u, 0x00006f0cu, 0x0003003eu, - 0x000020e5u, 0x00006f0du, 0x00050041u, 0x00000007u, 0x00006f0eu, 0x00006ef5u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00006f0fu, 0x00006f0eu, 0x00050084u, 0x00000006u, 0x00006f10u, 0x00006f0fu, 0x000008feu, - 0x00050041u, 0x00000007u, 0x00006f11u, 0x00006ef5u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006f12u, - 0x00006f11u, 0x00050080u, 0x00000006u, 0x00006f13u, 0x00006f10u, 0x00006f12u, 0x00050041u, 0x00000007u, - 0x00006f16u, 0x000020e5u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00006f17u, 0x00006f16u, 0x00050084u, - 0x00000006u, 0x00006f18u, 0x00006f07u, 0x00006f17u, 0x00050080u, 0x00000006u, 0x00006f19u, 0x0000207cu, - 0x00006f18u, 0x00050041u, 0x00000007u, 0x00006f1au, 0x000020e5u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00006f1bu, 0x00006f1au, 0x00050080u, 0x00000006u, 0x00006f1cu, 0x00006f19u, 0x00006f1bu, 0x000300f7u, - 0x00007006u, 0x00000000u, 0x000400fau, 0x0000758fu, 0x00006f3bu, 0x00007006u, 0x000200f8u, 0x00006f3bu, - 0x000300f7u, 0x00007005u, 0x00000000u, 0x000d00fbu, 0x0000065eu, 0x00007005u, 0x00000000u, 0x00006f3cu, - 0x00000001u, 0x00006f56u, 0x00000002u, 0x00006f78u, 0x00000003u, 0x00006facu, 0x00000004u, 0x00006fceu, - 0x000200f8u, 0x00006fceu, 0x000500c7u, 0x00000006u, 0x00006fd0u, 0x00006f1cu, 0x000006cdu, 0x00050084u, - 0x00000006u, 0x00006fd2u, 0x00006f13u, 0x0000081eu, 0x00050080u, 0x00000006u, 0x00006fd4u, 0x00006fd0u, - 0x00006fd2u, 0x0004003du, 0x00000010u, 0x00006fd5u, 0x00000677u, 0x00040071u, 0x000004f9u, 0x00006fd6u, - 0x00006fd5u, 0x0003003eu, 0x00006f37u, 0x00006fd6u, 0x00050041u, 0x00000007u, 0x00006fd7u, 0x00006f37u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006fd8u, 0x00006fd7u, 0x000500c4u, 0x00000006u, 0x00006fd9u, - 0x00006fd8u, 0x000006e0u, 0x00050041u, 0x00000007u, 0x00006fdau, 0x00006f37u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00006fdbu, 0x00006fdau, 0x000500c4u, 0x00000006u, 0x00006fdcu, 0x00006fdbu, 0x00000332u, - 0x000500c5u, 0x00000006u, 0x00006fddu, 0x00006fd9u, 0x00006fdcu, 0x00050041u, 0x00000007u, 0x00006fdeu, - 0x00006f37u, 0x00000388u, 0x0004003du, 0x00000006u, 0x00006fdfu, 0x00006fdeu, 0x000500c4u, 0x00000006u, - 0x00006fe0u, 0x00006fdfu, 0x00000316u, 0x000500c5u, 0x00000006u, 0x00006fe1u, 0x00006fddu, 0x00006fe0u, - 0x00050041u, 0x00000007u, 0x00006fe2u, 0x00006f37u, 0x00000466u, 0x0004003du, 0x00000006u, 0x00006fe3u, - 0x00006fe2u, 0x000500c4u, 0x00000006u, 0x00006fe4u, 0x00006fe3u, 0x0000032fu, 0x000500c5u, 0x00000006u, - 0x00006fe5u, 0x00006fe1u, 0x00006fe4u, 0x00060041u, 0x000006dbu, 0x00006fe8u, 0x000006d9u, 0x00000222u, - 0x00006fd4u, 0x0003003eu, 0x00006fe8u, 0x00006fe5u, 0x00050084u, 0x00000006u, 0x00006feau, 0x00000388u, - 0x00006fd4u, 0x00050041u, 0x0000007bu, 0x00006febu, 0x00000677u, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x00006fecu, 0x00006febu, 0x00040071u, 0x00000006u, 0x00006fedu, 0x00006fecu, 0x0004007cu, 0x00000008u, - 0x00006feeu, 0x00006fedu, 0x000500c7u, 0x00000008u, 0x00006fefu, 0x00006feeu, 0x0000022cu, 0x00050084u, - 0x00000008u, 0x00006ff0u, 0x00006fefu, 0x00000232u, 0x00040072u, 0x0000037du, 0x00006ff1u, 0x00006ff0u, - 0x0004007cu, 0x0000000fu, 0x00006ff2u, 0x00006ff1u, 0x00060041u, 0x00000673u, 0x00006ff3u, 0x0000067eu, - 0x00000222u, 0x00006feau, 0x0003003eu, 0x00006ff3u, 0x00006ff2u, 0x00050080u, 0x00000006u, 0x00006ff6u, - 0x00006feau, 0x0000045eu, 0x00050041u, 0x0000007bu, 0x00006ff7u, 0x00000677u, 0x00000466u, 0x0004003du, - 0x0000000fu, 0x00006ff8u, 0x00006ff7u, 0x00040071u, 0x00000006u, 0x00006ff9u, 0x00006ff8u, 0x0004007cu, - 0x00000008u, 0x00006ffau, 0x00006ff9u, 0x000500c7u, 0x00000008u, 0x00006ffbu, 0x00006ffau, 0x0000022cu, - 0x00050084u, 0x00000008u, 0x00006ffcu, 0x00006ffbu, 0x00000232u, 0x00040072u, 0x0000037du, 0x00006ffdu, - 0x00006ffcu, 0x0004007cu, 0x0000000fu, 0x00006ffeu, 0x00006ffdu, 0x00060041u, 0x00000673u, 0x00006fffu, - 0x0000067eu, 0x00000222u, 0x00006ff6u, 0x0003003eu, 0x00006fffu, 0x00006ffeu, 0x000300f7u, 0x00007004u, - 0x00000000u, 0x000400fau, 0x0000078fu, 0x00007000u, 0x00007004u, 0x000200f8u, 0x00007000u, 0x000300e1u, - 0x0000045eu, 0x00000792u, 0x00050080u, 0x00000006u, 0x00007002u, 0x00006fd4u, 0x00000852u, 0x00060041u, - 0x000006dbu, 0x00007003u, 0x000006d9u, 0x00000222u, 0x00007002u, 0x0003003eu, 0x00007003u, 0x00000854u, - 0x000200f9u, 0x00007004u, 0x000200f8u, 0x00007004u, 0x000200f9u, 0x00007005u, 0x000200f8u, 0x00006facu, - 0x000500c7u, 0x00000006u, 0x00006faeu, 0x00006f1cu, 0x00000685u, 0x00050084u, 0x00000006u, 0x00006fb0u, - 0x00006f13u, 0x000007f8u, 0x00050080u, 0x00000006u, 0x00006fb2u, 0x00006faeu, 0x00006fb0u, 0x0004003du, - 0x00000010u, 0x00006fb3u, 0x00000677u, 0x0007004fu, 0x0000006bu, 0x00006fb4u, 0x00006fb3u, 0x00006fb3u, - 0x00000000u, 0x00000003u, 0x00040071u, 0x000000b0u, 0x00006fb5u, 0x00006fb4u, 0x0003003eu, 0x00006f35u, - 0x00006fb5u, 0x00050041u, 0x00000007u, 0x00006fb6u, 0x00006f35u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00006fb7u, 0x00006fb6u, 0x000500c4u, 0x00000006u, 0x00006fb8u, 0x00006fb7u, 0x00000316u, 0x00050041u, - 0x00000007u, 0x00006fb9u, 0x00006f35u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00006fbau, 0x00006fb9u, - 0x000500c5u, 0x00000006u, 0x00006fbbu, 0x00006fb8u, 0x00006fbau, 0x000500c6u, 0x00000006u, 0x00006fbdu, - 0x00006fb2u, 0x0000045eu, 0x00040071u, 0x00000011u, 0x00006fbfu, 0x00006fbbu, 0x00060041u, 0x00000694u, - 0x00006fc0u, 0x00000691u, 0x00000222u, 0x00006fbdu, 0x0003003eu, 0x00006fc0u, 0x00006fbfu, 0x0004003du, - 0x00000006u, 0x00006fc3u, 0x00006fb9u, 0x000500c7u, 0x00000006u, 0x00006fc4u, 0x00006fc3u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00006fc5u, 0x00006fc4u, 0x00000466u, 0x00040071u, 0x0000000fu, 0x00006fc6u, - 0x00006fc5u, 0x00060041u, 0x00000673u, 0x00006fc7u, 0x0000067eu, 0x00000222u, 0x00006fb2u, 0x0003003eu, - 0x00006fc7u, 0x00006fc6u, 0x000300f7u, 0x00006fcdu, 0x00000000u, 0x000400fau, 0x0000078fu, 0x00006fc8u, - 0x00006fcdu, 0x000200f8u, 0x00006fc8u, 0x000300e1u, 0x0000045eu, 0x00000792u, 0x00050080u, 0x00000006u, - 0x00006fcbu, 0x00006fbdu, 0x00000817u, 0x00060041u, 0x00000694u, 0x00006fccu, 0x00000691u, 0x00000222u, - 0x00006fcbu, 0x0003003eu, 0x00006fccu, 0x000007f2u, 0x000200f9u, 0x00006fcdu, 0x000200f8u, 0x00006fcdu, - 0x000200f9u, 0x00007005u, 0x000200f8u, 0x00006f78u, 0x000500c7u, 0x00000006u, 0x00006f7au, 0x00006f1cu, - 0x00000685u, 0x00050084u, 0x00000006u, 0x00006f7cu, 0x00006f13u, 0x000007bdu, 0x00050080u, 0x00000006u, - 0x00006f7eu, 0x00006f7au, 0x00006f7cu, 0x0004003du, 0x00000010u, 0x00006f7fu, 0x00000677u, 0x00040071u, - 0x000004f9u, 0x00006f80u, 0x00006f7fu, 0x0003003eu, 0x00006f32u, 0x00006f80u, 0x0008004fu, 0x0000030eu, - 0x00006f82u, 0x00006f80u, 0x00006f80u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x0000030eu, - 0x00006f84u, 0x00006f82u, 0x0000b401u, 0x00050041u, 0x00000007u, 0x00006f85u, 0x00006f32u, 0x0000032fu, - 0x00050051u, 0x00000006u, 0x00006f86u, 0x00006f84u, 0x00000000u, 0x0003003eu, 0x00006f85u, 0x00006f86u, - 0x00050041u, 0x00000007u, 0x00006f87u, 0x00006f32u, 0x0000045eu, 0x00050051u, 0x00000006u, 0x00006f88u, - 0x00006f84u, 0x00000001u, 0x0003003eu, 0x00006f87u, 0x00006f88u, 0x00050041u, 0x00000007u, 0x00006f89u, - 0x00006f32u, 0x00000388u, 0x00050051u, 0x00000006u, 0x00006f8au, 0x00006f84u, 0x00000002u, 0x0003003eu, - 0x00006f89u, 0x00006f8au, 0x00050041u, 0x00000007u, 0x00006f8bu, 0x00006f32u, 0x00000466u, 0x0004003du, - 0x00000006u, 0x00006f8cu, 0x00006f8bu, 0x000500c2u, 0x00000006u, 0x00006f8du, 0x00006f8cu, 0x00000739u, - 0x0004003du, 0x00000006u, 0x00006f8fu, 0x00006f85u, 0x000500c4u, 0x00000006u, 0x00006f90u, 0x00006f8fu, - 0x00000316u, 0x0004003du, 0x00000006u, 0x00006f92u, 0x00006f87u, 0x000500c4u, 0x00000006u, 0x00006f93u, - 0x00006f92u, 0x00000466u, 0x000500c5u, 0x00000006u, 0x00006f94u, 0x00006f90u, 0x00006f93u, 0x0004003du, - 0x00000006u, 0x00006f96u, 0x00006f89u, 0x000500c2u, 0x00000006u, 0x00006f97u, 0x00006f96u, 0x00000388u, - 0x000500c5u, 0x00000006u, 0x00006f98u, 0x00006f94u, 0x00006f97u, 0x000500c2u, 0x00000006u, 0x00006f9au, - 0x00006f8du, 0x00000388u, 0x000500c5u, 0x00000006u, 0x00006f9bu, 0x00006f98u, 0x00006f9au, 0x000500c6u, - 0x00000006u, 0x00006f9du, 0x00006f7eu, 0x0000045eu, 0x00040071u, 0x00000011u, 0x00006f9fu, 0x00006f9bu, - 0x00060041u, 0x00000694u, 0x00006fa0u, 0x00000691u, 0x00000222u, 0x00006f9du, 0x0003003eu, 0x00006fa0u, - 0x00006f9fu, 0x000500c7u, 0x00000006u, 0x00006fa3u, 0x00006f8du, 0x00000466u, 0x00040071u, 0x0000000fu, - 0x00006fa4u, 0x00006fa3u, 0x00060041u, 0x00000673u, 0x00006fa5u, 0x0000067eu, 0x00000222u, 0x00006f7eu, - 0x0003003eu, 0x00006fa5u, 0x00006fa4u, 0x000300f7u, 0x00006fabu, 0x00000000u, 0x000400fau, 0x0000078fu, - 0x00006fa6u, 0x00006fabu, 0x000200f8u, 0x00006fa6u, 0x000300e1u, 0x0000045eu, 0x00000792u, 0x00050080u, - 0x00000006u, 0x00006fa9u, 0x00006f9du, 0x000007f0u, 0x00060041u, 0x00000694u, 0x00006faau, 0x00000691u, - 0x00000222u, 0x00006fa9u, 0x0003003eu, 0x00006faau, 0x000007f2u, 0x000200f9u, 0x00006fabu, 0x000200f8u, - 0x00006fabu, 0x000200f9u, 0x00007005u, 0x000200f8u, 0x00006f56u, 0x000500c7u, 0x00000006u, 0x00006f58u, - 0x00006f1cu, 0x00000665u, 0x00050084u, 0x00000006u, 0x00006f5au, 0x00006f13u, 0x00000664u, 0x00050080u, - 0x00000006u, 0x00006f5cu, 0x00006f58u, 0x00006f5au, 0x000500c6u, 0x00000006u, 0x00006f5eu, 0x00006f5cu, - 0x00000466u, 0x00050041u, 0x0000007bu, 0x00006f5fu, 0x00000677u, 0x0000032fu, 0x0004003du, 0x0000000fu, - 0x00006f60u, 0x00006f5fu, 0x00060041u, 0x00000673u, 0x00006f61u, 0x00000670u, 0x00000222u, 0x00006f5eu, - 0x0003003eu, 0x00006f61u, 0x00006f60u, 0x000500c7u, 0x00000006u, 0x00006f63u, 0x00006f5cu, 0x0000045eu, - 0x000500abu, 0x00000069u, 0x00006f64u, 0x00006f63u, 0x0000032fu, 0x000300f7u, 0x00006f71u, 0x00000000u, - 0x000400fau, 0x00006f64u, 0x00006f65u, 0x00006f71u, 0x000200f8u, 0x00006f65u, 0x000500c2u, 0x00000006u, - 0x00006f67u, 0x00006f5cu, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006f69u, 0x00006f5fu, 0x00040071u, - 0x00000006u, 0x00006f6au, 0x00006f69u, 0x0004007cu, 0x00000008u, 0x00006f6bu, 0x00006f6au, 0x000500c7u, - 0x00000008u, 0x00006f6cu, 0x00006f6bu, 0x0000022cu, 0x00050084u, 0x00000008u, 0x00006f6du, 0x00006f6cu, - 0x00000232u, 0x00040072u, 0x0000037du, 0x00006f6eu, 0x00006f6du, 0x0004007cu, 0x0000000fu, 0x00006f6fu, - 0x00006f6eu, 0x00060041u, 0x00000673u, 0x00006f70u, 0x0000067eu, 0x00000222u, 0x00006f67u, 0x0003003eu, - 0x00006f70u, 0x00006f6fu, 0x000200f9u, 0x00006f71u, 0x000200f8u, 0x00006f71u, 0x000300f7u, 0x00006f77u, - 0x00000000u, 0x000400fau, 0x0000078fu, 0x00006f72u, 0x00006f77u, 0x000200f8u, 0x00006f72u, 0x000300e1u, - 0x0000045eu, 0x00000792u, 0x00050080u, 0x00000006u, 0x00006f75u, 0x00006f5eu, 0x00000664u, 0x00060041u, - 0x00000673u, 0x00006f76u, 0x00000670u, 0x00000222u, 0x00006f75u, 0x0003003eu, 0x00006f76u, 0x00000471u, - 0x000200f9u, 0x00006f77u, 0x000200f8u, 0x00006f77u, 0x000200f9u, 0x00007005u, 0x000200f8u, 0x00006f3cu, - 0x000500c7u, 0x00000006u, 0x00006f3eu, 0x00006f1cu, 0x00000665u, 0x00050084u, 0x00000006u, 0x00006f40u, - 0x00006f13u, 0x00000664u, 0x00050080u, 0x00000006u, 0x00006f42u, 0x00006f3eu, 0x00006f40u, 0x000500c6u, - 0x00000006u, 0x00006f44u, 0x00006f42u, 0x00000466u, 0x00060041u, 0x00000673u, 0x00006f45u, 0x00000670u, - 0x00000222u, 0x00006f44u, 0x0003003eu, 0x00006f45u, 0x0000038au, 0x000500c7u, 0x00000006u, 0x00006f47u, - 0x00006f42u, 0x0000045eu, 0x000500abu, 0x00000069u, 0x00006f48u, 0x00006f47u, 0x0000032fu, 0x000300f7u, - 0x00006f4fu, 0x00000000u, 0x000400fau, 0x00006f48u, 0x00006f49u, 0x00006f4fu, 0x000200f8u, 0x00006f49u, - 0x000500c2u, 0x00000006u, 0x00006f4bu, 0x00006f42u, 0x0000045eu, 0x00050041u, 0x0000007bu, 0x00006f4cu, - 0x00000677u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006f4du, 0x00006f4cu, 0x00060041u, 0x00000673u, - 0x00006f4eu, 0x0000067eu, 0x00000222u, 0x00006f4bu, 0x0003003eu, 0x00006f4eu, 0x00006f4du, 0x000200f9u, - 0x00006f4fu, 0x000200f8u, 0x00006f4fu, 0x000300f7u, 0x00006f55u, 0x00000000u, 0x000400fau, 0x0000078fu, - 0x00006f50u, 0x00006f55u, 0x000200f8u, 0x00006f50u, 0x000300e1u, 0x0000045eu, 0x00000792u, 0x00050080u, - 0x00000006u, 0x00006f53u, 0x00006f44u, 0x00000664u, 0x00060041u, 0x00000673u, 0x00006f54u, 0x00000670u, - 0x00000222u, 0x00006f53u, 0x0003003eu, 0x00006f54u, 0x00000471u, 0x000200f9u, 0x00006f55u, 0x000200f8u, - 0x00006f55u, 0x000200f9u, 0x00007005u, 0x000200f8u, 0x00007005u, 0x000200f9u, 0x00007006u, 0x000200f8u, - 0x00007006u, 0x0004003du, 0x00000006u, 0x00006f23u, 0x00006f16u, 0x00050084u, 0x00000006u, 0x00006f24u, - 0x00006f07u, 0x00006f23u, 0x00050080u, 0x00000006u, 0x00006f25u, 0x0000207fu, 0x00006f24u, 0x0004003du, - 0x00000006u, 0x00006f27u, 0x00006f1au, 0x00050080u, 0x00000006u, 0x00006f28u, 0x00006f25u, 0x00006f27u, - 0x000300f7u, 0x00007027u, 0x00000000u, 0x000400fau, 0x00000859u, 0x00007008u, 0x00007027u, 0x000200f8u, - 0x00007008u, 0x000300f7u, 0x00007026u, 0x00000000u, 0x000400fau, 0x00007596u, 0x0000700au, 0x00007026u, - 0x000200f8u, 0x0000700au, 0x000500c7u, 0x00000006u, 0x0000700cu, 0x00006f28u, 0x00000685u, 0x00050084u, - 0x00000006u, 0x0000700eu, 0x00006f13u, 0x00000863u, 0x00050080u, 0x00000006u, 0x00007010u, 0x0000700cu, - 0x0000700eu, 0x000500c6u, 0x00000006u, 0x00007012u, 0x00007010u, 0x0000045eu, 0x000500c4u, 0x00000011u, - 0x00007014u, 0x000075a3u, 0x000005f4u, 0x000500c2u, 0x0000000fu, 0x00007016u, 0x000075afu, 0x000005f4u, - 0x00040071u, 0x00000011u, 0x00007017u, 0x00007016u, 0x000500c5u, 0x00000011u, 0x00007018u, 0x00007014u, - 0x00007017u, 0x00060041u, 0x00000694u, 0x00007019u, 0x00000691u, 0x00000222u, 0x00007012u, 0x0003003eu, - 0x00007019u, 0x00007018u, 0x00040071u, 0x00000011u, 0x0000701cu, 0x000075afu, 0x000500c7u, 0x00000011u, - 0x0000701du, 0x0000701cu, 0x000005f9u, 0x00040071u, 0x0000000fu, 0x0000701eu, 0x0000701du, 0x00060041u, - 0x00000673u, 0x0000701fu, 0x0000067eu, 0x00000222u, 0x00007010u, 0x0003003eu, 0x0000701fu, 0x0000701eu, - 0x000300f7u, 0x00007025u, 0x00000000u, 0x000400fau, 0x0000078fu, 0x00007020u, 0x00007025u, 0x000200f8u, - 0x00007020u, 0x000300e1u, 0x0000045eu, 0x00000792u, 0x00050080u, 0x00000006u, 0x00007023u, 0x00007012u, - 0x0000087au, 0x00060041u, 0x00000694u, 0x00007024u, 0x00000691u, 0x00000222u, 0x00007023u, 0x0003003eu, - 0x00007024u, 0x000007f2u, 0x000200f9u, 0x00007025u, 0x000200f8u, 0x00007025u, 0x000200f9u, 0x00007026u, - 0x000200f8u, 0x00007026u, 0x000200f9u, 0x00007027u, 0x000200f8u, 0x00007027u, 0x000300f7u, 0x00006f30u, - 0x00000000u, 0x000400fau, 0x00000921u, 0x00006f2cu, 0x00006f30u, 0x000200f8u, 0x00006f2cu, 0x0004003du, - 0x000000b0u, 0x00006f2du, 0x000020e5u, 0x0003003eu, 0x00006efcu, 0x00006f2du, 0x00050041u, 0x00000007u, - 0x0000702cu, 0x00006efcu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000702du, 0x0000702cu, 0x000500c2u, - 0x00000006u, 0x0000702eu, 0x0000702du, 0x00000388u, 0x00050080u, 0x00000006u, 0x00007030u, 0x00006f07u, - 0x00000466u, 0x000500c2u, 0x00000006u, 0x00007031u, 0x00007030u, 0x00000388u, 0x00050084u, 0x00000006u, - 0x00007032u, 0x0000702eu, 0x00007031u, 0x00050041u, 0x00000007u, 0x00007033u, 0x00006efcu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00007034u, 0x00007033u, 0x000500c2u, 0x00000006u, 0x00007035u, 0x00007034u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00007036u, 0x00007032u, 0x00007035u, 0x000500c7u, 0x000000b0u, - 0x00007039u, 0x00006f2du, 0x0000b402u, 0x0003003eu, 0x00007029u, 0x00007039u, 0x000600a9u, 0x00000006u, - 0x0000703bu, 0x0000758fu, 0x0000045eu, 0x0000032fu, 0x000600a9u, 0x00000006u, 0x0000703du, 0x00007596u, - 0x0000045eu, 0x0000032fu, 0x00050084u, 0x00000006u, 0x0000703eu, 0x00000388u, 0x0000703du, 0x00050080u, - 0x00000006u, 0x0000703fu, 0x0000703bu, 0x0000703eu, 0x00050041u, 0x00000007u, 0x00007040u, 0x00007029u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00007041u, 0x00007040u, 0x00050041u, 0x00000007u, 0x00007042u, - 0x00007029u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00007043u, 0x00007042u, 0x00050084u, 0x00000006u, - 0x00007044u, 0x00007043u, 0x00000706u, 0x00050080u, 0x00000006u, 0x00007045u, 0x00007041u, 0x00007044u, - 0x00050084u, 0x00000006u, 0x00007046u, 0x00000388u, 0x00007045u, 0x000500c4u, 0x00000006u, 0x00007048u, - 0x0000703fu, 0x00007046u, 0x000500abu, 0x00000069u, 0x0000704au, 0x00007048u, 0x0000032fu, 0x000300f7u, - 0x00007051u, 0x00000000u, 0x000400fau, 0x0000704au, 0x0000704bu, 0x00007051u, 0x000200f8u, 0x0000704bu, - 0x00050080u, 0x00000006u, 0x0000704du, 0x000008e1u, 0x00007036u, 0x00060041u, 0x000006dbu, 0x0000704eu, - 0x000006d9u, 0x00000222u, 0x0000704du, 0x000700f1u, 0x00000006u, 0x00007050u, 0x0000704eu, 0x0000045eu, - 0x0000032fu, 0x00007048u, 0x000200f9u, 0x00007051u, 0x000200f8u, 0x00007051u, 0x000200f9u, 0x00006f30u, - 0x000200f8u, 0x00006f30u, 0x000200f9u, 0x00006f31u, 0x000200f8u, 0x00006f31u, 0x000200f9u, 0x00002107u, - 0x000200f8u, 0x00002107u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x0000b5f3u, - 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00000016u, 0x00020011u, 0x00000027u, 0x00020011u, - 0x0000002eu, 0x00020011u, 0x0000003du, 0x00020011u, 0x0000003fu, 0x00020011u, 0x00000040u, 0x00020011u, - 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, - 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, - 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, - 0x0000204au, 0x00002054u, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, - 0x00050048u, 0x0000021du, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000021du, 0x00000001u, - 0x00000023u, 0x00000010u, 0x00050048u, 0x0000021du, 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, - 0x0000021du, 0x00000003u, 0x00000023u, 0x00000030u, 0x00050048u, 0x0000021du, 0x00000004u, 0x00000023u, - 0x00000040u, 0x00050048u, 0x0000021du, 0x00000005u, 0x00000023u, 0x00000050u, 0x00050048u, 0x0000021du, - 0x00000006u, 0x00000023u, 0x00000060u, 0x00050048u, 0x0000021du, 0x00000007u, 0x00000023u, 0x00000070u, - 0x00040047u, 0x0000021eu, 0x00000006u, 0x00000080u, 0x00040048u, 0x0000021fu, 0x00000000u, 0x00000018u, - 0x00050048u, 0x0000021fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000021fu, 0x00000002u, - 0x00040047u, 0x00000221u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000221u, 0x00000021u, 0x00000001u, - 0x00050048u, 0x00000243u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000243u, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x00000243u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x00000243u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000243u, 0x00000004u, 0x00000023u, - 0x00000010u, 0x00050048u, 0x00000243u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x00000243u, - 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x00000243u, 0x00000007u, 0x00000023u, 0x0000001cu, - 0x00050048u, 0x00000243u, 0x00000008u, 0x00000023u, 0x00000020u, 0x00050048u, 0x00000243u, 0x00000009u, - 0x00000023u, 0x00000024u, 0x00050048u, 0x00000243u, 0x0000000au, 0x00000023u, 0x00000028u, 0x00050048u, - 0x00000243u, 0x0000000bu, 0x00000023u, 0x0000002cu, 0x00050048u, 0x00000243u, 0x0000000cu, 0x00000023u, - 0x0000002eu, 0x00050048u, 0x00000243u, 0x0000000du, 0x00000023u, 0x0000002fu, 0x00050048u, 0x00000243u, - 0x0000000eu, 0x00000023u, 0x00000030u, 0x00040047u, 0x00000244u, 0x00000006u, 0x00000038u, 0x00040048u, - 0x00000245u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000245u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000245u, 0x00000002u, 0x00040047u, 0x00000247u, 0x00000022u, 0x00000001u, 0x00040047u, - 0x00000247u, 0x00000021u, 0x00000002u, 0x00050048u, 0x00000276u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000276u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000276u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x00000276u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x00000276u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000276u, 0x00000005u, 0x00000023u, - 0x00000014u, 0x00050048u, 0x00000276u, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x00000276u, - 0x00000007u, 0x00000023u, 0x0000001cu, 0x00040047u, 0x00000277u, 0x00000006u, 0x00000020u, 0x00040048u, - 0x00000278u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000278u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000278u, 0x00000002u, 0x00040047u, 0x0000027au, 0x00000022u, 0x00000001u, 0x00040047u, - 0x0000027au, 0x00000021u, 0x00000004u, 0x00050048u, 0x00000294u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000294u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000294u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x00000294u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x00000294u, 0x00000004u, 0x00000023u, 0x0000000du, 0x00050048u, 0x00000294u, 0x00000005u, 0x00000023u, - 0x0000000eu, 0x00050048u, 0x00000294u, 0x00000006u, 0x00000023u, 0x0000000fu, 0x00040047u, 0x00000295u, - 0x00000006u, 0x00000010u, 0x00040048u, 0x00000296u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000296u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000296u, 0x00000002u, 0x00040047u, 0x00000298u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00000298u, 0x00000021u, 0x00000005u, 0x00050048u, 0x000002b0u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000002b0u, 0x00000001u, 0x00000023u, 0x00000004u, - 0x00050048u, 0x000002b0u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000002b0u, 0x00000003u, - 0x00000023u, 0x0000000cu, 0x00050048u, 0x000002b0u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, - 0x000002b0u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000002b0u, 0x00000006u, 0x00000023u, - 0x00000018u, 0x00050048u, 0x000002b0u, 0x00000007u, 0x00000023u, 0x00000019u, 0x00050048u, 0x000002b0u, - 0x00000008u, 0x00000023u, 0x0000001au, 0x00050048u, 0x000002b0u, 0x00000009u, 0x00000023u, 0x0000001bu, - 0x00050048u, 0x000002b0u, 0x0000000au, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000002b0u, 0x0000000bu, - 0x00000023u, 0x0000001du, 0x00050048u, 0x000002b0u, 0x0000000cu, 0x00000023u, 0x0000001eu, 0x00050048u, - 0x000002b0u, 0x0000000du, 0x00000023u, 0x0000001fu, 0x00040047u, 0x000002b1u, 0x00000006u, 0x00000020u, - 0x00040048u, 0x000002b2u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000002b2u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000002b2u, 0x00000002u, 0x00040047u, 0x000002b4u, 0x00000022u, 0x00000001u, - 0x00040047u, 0x000002b4u, 0x00000021u, 0x00000007u, 0x00050048u, 0x000002d9u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x000002d9u, 0x00000001u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000002d9u, - 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x000002d9u, 0x00000003u, 0x00000023u, 0x00000028u, - 0x00050048u, 0x000002d9u, 0x00000004u, 0x00000023u, 0x00000030u, 0x00050048u, 0x000002d9u, 0x00000005u, - 0x00000023u, 0x00000034u, 0x00050048u, 0x000002d9u, 0x00000006u, 0x00000023u, 0x00000038u, 0x00050048u, - 0x000002d9u, 0x00000007u, 0x00000023u, 0x0000003cu, 0x00050048u, 0x000002d9u, 0x00000008u, 0x00000023u, - 0x0000003eu, 0x00040047u, 0x000002dau, 0x00000006u, 0x00000040u, 0x00040048u, 0x000002dbu, 0x00000000u, - 0x00000018u, 0x00050048u, 0x000002dbu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000002dbu, - 0x00000002u, 0x00040047u, 0x000002ddu, 0x00000022u, 0x00000001u, 0x00040047u, 0x000002ddu, 0x00000021u, - 0x00000008u, 0x00050048u, 0x000002f8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000002f8u, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000002f8u, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00050048u, 0x000002f8u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00040047u, 0x000002f9u, 0x00000006u, - 0x00000010u, 0x00040048u, 0x000002fau, 0x00000000u, 0x00000018u, 0x00050048u, 0x000002fau, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000002fau, 0x00000002u, 0x00040047u, 0x000002fcu, 0x00000022u, - 0x00000001u, 0x00040047u, 0x000002fcu, 0x00000021u, 0x00000009u, 0x00040047u, 0x000004f1u, 0x00000022u, - 0x00000001u, 0x00040047u, 0x000004f1u, 0x00000021u, 0x0000000au, 0x00040047u, 0x0000065eu, 0x00000001u, - 0x00000001u, 0x00040047u, 0x00000664u, 0x00000001u, 0x00000000u, 0x00040047u, 0x0000066du, 0x00000006u, - 0x00000001u, 0x00050048u, 0x0000066eu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000066eu, - 0x00000002u, 0x00040047u, 0x00000670u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000670u, 0x00000021u, - 0x00000000u, 0x00040047u, 0x0000067bu, 0x00000006u, 0x00000001u, 0x00050048u, 0x0000067cu, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x0000067cu, 0x00000002u, 0x00040047u, 0x0000067eu, 0x00000022u, - 0x00000000u, 0x00040047u, 0x0000067eu, 0x00000021u, 0x00000001u, 0x00040047u, 0x0000068eu, 0x00000006u, - 0x00000002u, 0x00050048u, 0x0000068fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000068fu, - 0x00000002u, 0x00040047u, 0x00000691u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000691u, 0x00000021u, - 0x00000000u, 0x00040047u, 0x000006d6u, 0x00000006u, 0x00000004u, 0x00050048u, 0x000006d7u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000006d7u, 0x00000002u, 0x00040047u, 0x000006d9u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x000006d9u, 0x00000021u, 0x00000000u, 0x00040047u, 0x0000078au, 0x00000001u, - 0x00000007u, 0x00040047u, 0x00000858u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000a25u, 0x00000006u, - 0x00000001u, 0x00050048u, 0x00000a26u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000a26u, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000a26u, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00040047u, 0x00000a27u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000a28u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000a28u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000a28u, 0x00000002u, - 0x00040047u, 0x00000a2au, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000a2au, 0x00000021u, 0x00000006u, - 0x00050048u, 0x00000ce1u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000ce1u, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x00000ce1u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x00000ce1u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000ce2u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000ce2u, 0x00000002u, 0x00040047u, 0x00000ce4u, 0x00000022u, 0x00000002u, - 0x00040047u, 0x00000ce4u, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000e95u, 0x00000006u, 0x00000001u, - 0x00050048u, 0x00000e96u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00040047u, 0x00000e97u, 0x00000006u, - 0x00001000u, 0x00040048u, 0x00000e98u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000e98u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00000e98u, 0x00000002u, 0x00040047u, 0x00000e9au, 0x00000022u, - 0x00000000u, 0x00040047u, 0x00000e9au, 0x00000021u, 0x00000002u, 0x00040047u, 0x00000f62u, 0x00000006u, - 0x00000002u, 0x00050048u, 0x00000f63u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00040047u, 0x00000f64u, - 0x00000006u, 0x00001000u, 0x00040048u, 0x00000f65u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000f65u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000f65u, 0x00000002u, 0x00040047u, 0x00000f67u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000f67u, 0x00000021u, 0x00000002u, 0x00050048u, 0x00001d05u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00001d05u, 0x00000001u, 0x00000023u, 0x00000004u, - 0x00050048u, 0x00001d05u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00001d05u, 0x00000003u, - 0x00000023u, 0x0000000cu, 0x00050048u, 0x00001d05u, 0x00000004u, 0x00000023u, 0x0000000eu, 0x00050048u, - 0x00001d05u, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00001d05u, 0x00000006u, 0x00000023u, - 0x00000014u, 0x00050048u, 0x00001d05u, 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, 0x00001d05u, - 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x00001d05u, 0x00000009u, 0x00000023u, 0x0000001eu, - 0x00050048u, 0x00001d05u, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, 0x00001d06u, 0x00000006u, - 0x00000020u, 0x00040048u, 0x00001d07u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00001d07u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00001d07u, 0x00000002u, 0x00040047u, 0x00001d09u, 0x00000022u, - 0x00000001u, 0x00040047u, 0x00001d09u, 0x00000021u, 0x00000000u, 0x00040047u, 0x0000204au, 0x0000000bu, - 0x0000001cu, 0x00040047u, 0x00002054u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x0000205du, 0x00000001u, - 0x00000006u, 0x00040047u, 0x0000205eu, 0x00000001u, 0x00000003u, 0x00040047u, 0x0000205fu, 0x00000001u, - 0x00000004u, 0x00040047u, 0x00002060u, 0x0000000bu, 0x00000019u, 0x00040047u, 0x00002068u, 0x00000001u, - 0x00000005u, 0x00040047u, 0x0000206cu, 0x00000006u, 0x00000004u, 0x00040048u, 0x0000206du, 0x00000000u, - 0x00000018u, 0x00050048u, 0x0000206du, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000206du, - 0x00000002u, 0x00040047u, 0x0000206fu, 0x00000022u, 0x00000001u, 0x00040047u, 0x0000206fu, 0x00000021u, - 0x0000000cu, 0x00050048u, 0x00002073u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00002073u, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00002073u, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00050048u, 0x00002073u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00002073u, 0x00000004u, - 0x00000023u, 0x00000010u, 0x00030047u, 0x00002073u, 0x00000002u, 0x00040047u, 0x000020a0u, 0x00000006u, - 0x00000004u, 0x00040048u, 0x000020a1u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000020a1u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000020a1u, 0x00000002u, 0x00040047u, 0x000020a3u, 0x00000022u, - 0x00000001u, 0x00040047u, 0x000020a3u, 0x00000021u, 0x0000000bu, 0x00020013u, 0x00000002u, 0x00030021u, - 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040020u, 0x00000007u, - 0x00000007u, 0x00000006u, 0x00040015u, 0x00000008u, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000009u, - 0x00000008u, 0x00000004u, 0x00040015u, 0x0000000fu, 0x00000008u, 0x00000000u, 0x00040017u, 0x00000010u, - 0x0000000fu, 0x00000004u, 0x00040015u, 0x00000011u, 0x00000010u, 0x00000000u, 0x00040015u, 0x00000012u, - 0x00000010u, 0x00000001u, 0x00040017u, 0x00000013u, 0x00000012u, 0x00000004u, 0x00040017u, 0x00000028u, - 0x00000011u, 0x00000004u, 0x00040017u, 0x00000044u, 0x00000008u, 0x00000003u, 0x00040020u, 0x00000045u, - 0x00000007u, 0x00000044u, 0x00040020u, 0x00000046u, 0x00000007u, 0x00000008u, 0x00040017u, 0x00000047u, - 0x0000000fu, 0x00000003u, 0x00040020u, 0x00000068u, 0x00000007u, 0x00000010u, 0x00020014u, 0x00000069u, - 0x00040017u, 0x0000006bu, 0x0000000fu, 0x00000002u, 0x00040020u, 0x0000006cu, 0x00000007u, 0x0000006bu, - 0x00040020u, 0x0000007bu, 0x00000007u, 0x0000000fu, 0x00040017u, 0x000000b0u, 0x00000006u, 0x00000002u, - 0x00040020u, 0x000000b1u, 0x00000007u, 0x000000b0u, 0x00040020u, 0x000000dfu, 0x00000007u, 0x00000009u, - 0x00040020u, 0x000000e4u, 0x00000007u, 0x00000013u, 0x00040017u, 0x000000efu, 0x00000008u, 0x00000002u, - 0x00040020u, 0x00000106u, 0x00000007u, 0x000000efu, 0x00040017u, 0x000001aeu, 0x00000012u, 0x00000002u, - 0x00040020u, 0x000001afu, 0x00000007u, 0x000001aeu, 0x00040020u, 0x000001cbu, 0x00000007u, 0x00000012u, - 0x0004002bu, 0x00000011u, 0x0000021cu, 0x00000000u, 0x000a001eu, 0x0000021du, 0x00000009u, 0x00000009u, - 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x0003001du, 0x0000021eu, - 0x0000021du, 0x0003001eu, 0x0000021fu, 0x0000021eu, 0x00040020u, 0x00000220u, 0x0000000cu, 0x0000021fu, - 0x0004003bu, 0x00000220u, 0x00000221u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x00000222u, 0x00000000u, - 0x00040020u, 0x00000224u, 0x0000000cu, 0x0000021du, 0x0004002bu, 0x00000008u, 0x0000022cu, 0x00000001u, - 0x0004002bu, 0x00000008u, 0x0000022fu, 0x00000002u, 0x0004002bu, 0x00000008u, 0x00000232u, 0x00000003u, - 0x0004002bu, 0x00000008u, 0x00000235u, 0x00000004u, 0x0004002bu, 0x00000008u, 0x00000238u, 0x00000005u, - 0x0004002bu, 0x00000008u, 0x0000023bu, 0x00000006u, 0x0004002bu, 0x00000008u, 0x0000023eu, 0x00000007u, - 0x0011001eu, 0x00000243u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, - 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000006u, 0x00000011u, 0x0000000fu, 0x0000000fu, - 0x00000013u, 0x0003001du, 0x00000244u, 0x00000243u, 0x0003001eu, 0x00000245u, 0x00000244u, 0x00040020u, - 0x00000246u, 0x0000000cu, 0x00000245u, 0x0004003bu, 0x00000246u, 0x00000247u, 0x0000000cu, 0x00040020u, - 0x00000249u, 0x0000000cu, 0x00000243u, 0x0004002bu, 0x00000008u, 0x0000025fu, 0x00000008u, 0x0004002bu, - 0x00000008u, 0x00000262u, 0x00000009u, 0x0004002bu, 0x00000008u, 0x00000265u, 0x0000000au, 0x0004002bu, - 0x00000008u, 0x00000268u, 0x0000000bu, 0x0004002bu, 0x00000008u, 0x0000026bu, 0x0000000cu, 0x0004002bu, - 0x00000008u, 0x0000026eu, 0x0000000du, 0x0004002bu, 0x00000008u, 0x00000271u, 0x0000000eu, 0x000a001eu, - 0x00000276u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000006u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x0003001du, 0x00000277u, 0x00000276u, 0x0003001eu, 0x00000278u, 0x00000277u, 0x00040020u, - 0x00000279u, 0x0000000cu, 0x00000278u, 0x0004003bu, 0x00000279u, 0x0000027au, 0x0000000cu, 0x00040020u, - 0x0000027cu, 0x0000000cu, 0x00000276u, 0x0009001eu, 0x00000294u, 0x00000010u, 0x00000010u, 0x00000006u, - 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0003001du, 0x00000295u, 0x00000294u, 0x0003001eu, - 0x00000296u, 0x00000295u, 0x00040020u, 0x00000297u, 0x0000000cu, 0x00000296u, 0x0004003bu, 0x00000297u, - 0x00000298u, 0x0000000cu, 0x00040020u, 0x0000029au, 0x0000000cu, 0x00000294u, 0x0010001eu, 0x000002b0u, - 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000000fu, 0x0000000fu, - 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0003001du, 0x000002b1u, - 0x000002b0u, 0x0003001eu, 0x000002b2u, 0x000002b1u, 0x00040020u, 0x000002b3u, 0x0000000cu, 0x000002b2u, - 0x0004003bu, 0x000002b3u, 0x000002b4u, 0x0000000cu, 0x00040020u, 0x000002b6u, 0x0000000cu, 0x000002b0u, - 0x000b001eu, 0x000002d9u, 0x00000009u, 0x00000009u, 0x00000028u, 0x00000028u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x00000012u, 0x00000011u, 0x0003001du, 0x000002dau, 0x000002d9u, 0x0003001eu, 0x000002dbu, - 0x000002dau, 0x00040020u, 0x000002dcu, 0x0000000cu, 0x000002dbu, 0x0004003bu, 0x000002dcu, 0x000002ddu, - 0x0000000cu, 0x00040020u, 0x000002dfu, 0x0000000cu, 0x000002d9u, 0x0006001eu, 0x000002f8u, 0x00000008u, - 0x00000008u, 0x00000008u, 0x00000008u, 0x0003001du, 0x000002f9u, 0x000002f8u, 0x0003001eu, 0x000002fau, - 0x000002f9u, 0x00040020u, 0x000002fbu, 0x0000000cu, 0x000002fau, 0x0004003bu, 0x000002fbu, 0x000002fcu, - 0x0000000cu, 0x00040020u, 0x000002feu, 0x0000000cu, 0x000002f8u, 0x00040017u, 0x0000030eu, 0x00000006u, - 0x00000003u, 0x00040020u, 0x0000030fu, 0x00000007u, 0x0000030eu, 0x0004002bu, 0x00000006u, 0x00000316u, - 0x00000008u, 0x0004002bu, 0x00000006u, 0x0000031cu, 0x41c64e6du, 0x0004002bu, 0x00000006u, 0x0000032fu, - 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000332u, 0x00000010u, 0x0004002bu, 0x00000011u, 0x00000336u, - 0x00000007u, 0x0004002bu, 0x00000011u, 0x00000338u, 0x00000006u, 0x0004002bu, 0x00000011u, 0x0000033au, - 0x00000020u, 0x0004002bu, 0x00000011u, 0x00000346u, 0x000001ffu, 0x0004002bu, 0x00000011u, 0x0000034du, - 0x000000ffu, 0x0006002cu, 0x00000044u, 0x00000355u, 0x00000222u, 0x00000232u, 0x0000023bu, 0x0004002bu, - 0x00000008u, 0x0000035bu, 0x000000f8u, 0x0004002bu, 0x00000008u, 0x00000360u, 0x000000ffu, 0x0006002cu, - 0x00000044u, 0x00000361u, 0x00000360u, 0x00000360u, 0x00000360u, 0x0004002bu, 0x00000008u, 0x00000363u, - 0x000000f7u, 0x0006002cu, 0x00000044u, 0x00000364u, 0x00000363u, 0x00000363u, 0x00000363u, 0x00040017u, - 0x00000365u, 0x00000069u, 0x00000003u, 0x0004002bu, 0x00000008u, 0x0000036eu, 0x0000001fu, 0x00040015u, - 0x0000037du, 0x00000008u, 0x00000001u, 0x00040017u, 0x0000037eu, 0x0000037du, 0x00000003u, 0x0004001cu, - 0x00000387u, 0x0000000fu, 0x00000332u, 0x0004002bu, 0x00000006u, 0x00000388u, 0x00000002u, 0x0004001cu, - 0x00000389u, 0x00000387u, 0x00000388u, 0x0004002bu, 0x0000000fu, 0x0000038au, 0x00000000u, 0x0004002bu, - 0x0000000fu, 0x0000038bu, 0x00000006u, 0x0004002bu, 0x0000000fu, 0x0000038cu, 0x00000001u, 0x0004002bu, - 0x0000000fu, 0x0000038du, 0x00000007u, 0x0004002bu, 0x0000000fu, 0x0000038eu, 0x00000004u, 0x0004002bu, - 0x0000000fu, 0x0000038fu, 0x00000002u, 0x0004002bu, 0x0000000fu, 0x00000390u, 0x00000005u, 0x0004002bu, - 0x0000000fu, 0x00000391u, 0x00000003u, 0x0013002cu, 0x00000387u, 0x00000392u, 0x0000038au, 0x0000038bu, - 0x0000038cu, 0x0000038du, 0x0000038eu, 0x0000038fu, 0x00000390u, 0x00000391u, 0x00000391u, 0x00000390u, - 0x0000038fu, 0x0000038eu, 0x0000038du, 0x0000038cu, 0x0000038bu, 0x0000038au, 0x0013002cu, 0x00000387u, - 0x00000393u, 0x0000038au, 0x0000038eu, 0x0000038cu, 0x00000390u, 0x0000038eu, 0x0000038au, 0x00000390u, - 0x0000038cu, 0x00000391u, 0x0000038du, 0x0000038fu, 0x0000038bu, 0x0000038du, 0x00000391u, 0x0000038bu, - 0x0000038fu, 0x0005002cu, 0x00000389u, 0x00000394u, 0x00000392u, 0x00000393u, 0x00040020u, 0x0000039cu, - 0x00000007u, 0x00000389u, 0x0004002bu, 0x00000008u, 0x000003a2u, 0x00000049u, 0x0004002bu, 0x00000008u, - 0x000003dcu, 0x000007ffu, 0x0004002bu, 0x00000008u, 0x000003e3u, 0x00040000u, 0x0004002bu, 0x00000008u, - 0x000003efu, 0x0003ffffu, 0x0004002bu, 0x00000008u, 0x000003f4u, 0x00000011u, 0x00040020u, 0x0000041du, - 0x00000007u, 0x00000047u, 0x0004002bu, 0x00000006u, 0x0000045eu, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x00000466u, 0x00000003u, 0x0004002bu, 0x0000000fu, 0x00000471u, 0x000000ffu, 0x0004002bu, 0x0000000fu, - 0x000004b1u, 0x0000003cu, 0x00040017u, 0x000004b8u, 0x00000012u, 0x00000003u, 0x00040020u, 0x000004b9u, - 0x00000007u, 0x000004b8u, 0x00040017u, 0x000004bcu, 0x00000011u, 0x00000003u, 0x0004002bu, 0x00000012u, - 0x000004cau, 0x00000001u, 0x0004002bu, 0x00000012u, 0x000004d6u, 0x00000005u, 0x0004002bu, 0x00000012u, - 0x000004e7u, 0x00000002u, 0x0004002bu, 0x00000012u, 0x000004ebu, 0x000007ffu, 0x00090019u, 0x000004efu, - 0x00000006u, 0x00000005u, 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, - 0x000004f0u, 0x00000000u, 0x000004efu, 0x0004003bu, 0x000004f0u, 0x000004f1u, 0x00000000u, 0x00040017u, - 0x000004f9u, 0x00000006u, 0x00000004u, 0x0004002bu, 0x00000008u, 0x00000535u, 0x0000000fu, 0x0003002au, - 0x00000069u, 0x00000538u, 0x0004002bu, 0x00000008u, 0x00000550u, 0x00008000u, 0x0004002bu, 0x00000008u, - 0x00000556u, 0x00000010u, 0x00030029u, 0x00000069u, 0x0000055bu, 0x0004002bu, 0x00000008u, 0x0000055cu, - 0x0000ffffu, 0x0004002bu, 0x00000011u, 0x000005f3u, 0x00000004u, 0x0004002bu, 0x00000011u, 0x000005f4u, - 0x00000002u, 0x0007002cu, 0x00000028u, 0x000005f5u, 0x0000021cu, 0x000005f3u, 0x000005f4u, 0x00000338u, - 0x0004002bu, 0x00000011u, 0x000005f9u, 0x00000003u, 0x00040017u, 0x000005fdu, 0x00000069u, 0x00000004u, - 0x0007002cu, 0x00000010u, 0x00000615u, 0x0000038au, 0x0000038au, 0x0000038au, 0x0000038au, 0x0007002cu, - 0x00000010u, 0x00000616u, 0x0000038cu, 0x0000038cu, 0x0000038cu, 0x0000038cu, 0x0004002bu, 0x0000000fu, - 0x00000623u, 0x00000008u, 0x0007002cu, 0x00000010u, 0x00000624u, 0x0000038cu, 0x0000038fu, 0x0000038eu, - 0x00000623u, 0x0004002bu, 0x0000000fu, 0x00000627u, 0x00000010u, 0x0004002bu, 0x0000000fu, 0x00000628u, - 0x00000020u, 0x0004002bu, 0x0000000fu, 0x00000629u, 0x00000040u, 0x0004002bu, 0x0000000fu, 0x0000062au, - 0x00000080u, 0x0007002cu, 0x00000010u, 0x0000062bu, 0x00000627u, 0x00000628u, 0x00000629u, 0x0000062au, - 0x00040032u, 0x00000008u, 0x0000065eu, 0x00000000u, 0x00040032u, 0x00000006u, 0x00000664u, 0x00000000u, - 0x00060034u, 0x00000006u, 0x00000665u, 0x00000082u, 0x00000664u, 0x0000045eu, 0x0003001du, 0x0000066du, - 0x0000000fu, 0x0003001eu, 0x0000066eu, 0x0000066du, 0x00040020u, 0x0000066fu, 0x0000000cu, 0x0000066eu, - 0x0004003bu, 0x0000066fu, 0x00000670u, 0x0000000cu, 0x00040020u, 0x00000673u, 0x0000000cu, 0x0000000fu, - 0x0003001du, 0x0000067bu, 0x0000000fu, 0x0003001eu, 0x0000067cu, 0x0000067bu, 0x00040020u, 0x0000067du, - 0x0000000cu, 0x0000067cu, 0x0004003bu, 0x0000067du, 0x0000067eu, 0x0000000cu, 0x00060034u, 0x00000006u, - 0x00000685u, 0x000000c2u, 0x00000665u, 0x0000045eu, 0x00060034u, 0x00000006u, 0x00000689u, 0x000000c2u, - 0x00000664u, 0x0000022cu, 0x0003001du, 0x0000068eu, 0x00000011u, 0x0003001eu, 0x0000068fu, 0x0000068eu, - 0x00040020u, 0x00000690u, 0x0000000cu, 0x0000068fu, 0x0004003bu, 0x00000690u, 0x00000691u, 0x0000000cu, - 0x00040020u, 0x00000694u, 0x0000000cu, 0x00000011u, 0x0004002bu, 0x00000006u, 0x000006a0u, 0x000000f8u, - 0x00060034u, 0x00000006u, 0x000006b6u, 0x000000c2u, 0x00000664u, 0x0000022cu, 0x0004002bu, 0x00000006u, - 0x000006c5u, 0x000000ffu, 0x00060034u, 0x00000006u, 0x000006cdu, 0x000000c2u, 0x00000665u, 0x00000388u, - 0x00060034u, 0x00000006u, 0x000006d1u, 0x000000c2u, 0x00000664u, 0x0000022fu, 0x0003001du, 0x000006d6u, - 0x00000006u, 0x0003001eu, 0x000006d7u, 0x000006d6u, 0x00040020u, 0x000006d8u, 0x0000000cu, 0x000006d7u, - 0x0004003bu, 0x000006d8u, 0x000006d9u, 0x0000000cu, 0x00040020u, 0x000006dbu, 0x0000000cu, 0x00000006u, - 0x0004002bu, 0x00000006u, 0x000006e0u, 0x00000018u, 0x0007002cu, 0x000004f9u, 0x000006e1u, 0x000006e0u, - 0x00000332u, 0x00000316u, 0x0000032fu, 0x0007002cu, 0x000004f9u, 0x000006e3u, 0x000006c5u, 0x000006c5u, - 0x000006c5u, 0x000006c5u, 0x0004002bu, 0x00000006u, 0x000006f9u, 0x00000006u, 0x0004002bu, 0x00000006u, - 0x00000706u, 0x00000004u, 0x0004002bu, 0x00000006u, 0x00000733u, 0x0000000au, 0x0004002bu, 0x00000006u, - 0x00000739u, 0x00000005u, 0x0004002bu, 0x00000006u, 0x00000744u, 0x00000007u, 0x00060034u, 0x00000006u, - 0x0000075bu, 0x000000c2u, 0x00000664u, 0x0000022cu, 0x00040032u, 0x00000008u, 0x0000078au, 0x00000000u, - 0x00060034u, 0x00000008u, 0x0000078bu, 0x000000c7u, 0x0000078au, 0x0000022cu, 0x00060034u, 0x00000069u, - 0x0000078cu, 0x000000abu, 0x0000078bu, 0x00000222u, 0x00060034u, 0x00000008u, 0x0000078du, 0x000000c3u, - 0x0000078au, 0x0000022cu, 0x00060034u, 0x00000069u, 0x0000078eu, 0x000000aau, 0x0000078du, 0x00000222u, - 0x00060034u, 0x00000069u, 0x0000078fu, 0x000000a7u, 0x0000078cu, 0x0000078eu, 0x0004002bu, 0x00000006u, - 0x00000792u, 0x00000048u, 0x00060034u, 0x00000006u, 0x000007bdu, 0x000000c2u, 0x00000664u, 0x0000022cu, - 0x00040020u, 0x000007c1u, 0x00000007u, 0x000004f9u, 0x00060034u, 0x00000006u, 0x000007f0u, 0x000000c2u, - 0x00000664u, 0x0000045eu, 0x0004002bu, 0x00000011u, 0x000007f2u, 0x0000ffffu, 0x00060034u, 0x00000006u, - 0x000007f8u, 0x000000c2u, 0x00000664u, 0x0000022cu, 0x00060034u, 0x00000006u, 0x00000817u, 0x000000c2u, - 0x00000664u, 0x0000045eu, 0x00060034u, 0x00000006u, 0x0000081eu, 0x000000c2u, 0x00000664u, 0x0000022fu, - 0x00060034u, 0x00000006u, 0x00000852u, 0x000000c2u, 0x00000664u, 0x00000388u, 0x0004002bu, 0x00000006u, - 0x00000854u, 0xffffffffu, 0x00030031u, 0x00000069u, 0x00000858u, 0x00050034u, 0x00000069u, 0x00000859u, - 0x000000a8u, 0x00000858u, 0x00060034u, 0x00000006u, 0x00000863u, 0x000000c2u, 0x00000664u, 0x0000022cu, - 0x00060034u, 0x00000006u, 0x0000087au, 0x000000c2u, 0x00000664u, 0x0000045eu, 0x00040017u, 0x00000881u, - 0x00000069u, 0x00000002u, 0x00060034u, 0x00000008u, 0x00000888u, 0x000000c4u, 0x0000022cu, 0x0000078du, - 0x00060034u, 0x00000008u, 0x00000889u, 0x00000082u, 0x00000888u, 0x0000022cu, 0x00060034u, 0x00000006u, - 0x0000088au, 0x00000080u, 0x00000889u, 0x0000032fu, 0x00060034u, 0x00000006u, 0x00000893u, 0x00000080u, - 0x00000888u, 0x0000032fu, 0x00060034u, 0x00000008u, 0x000008ebu, 0x00000084u, 0x00000888u, 0x00000888u, - 0x00060034u, 0x00000006u, 0x000008ecu, 0x00000080u, 0x000008ebu, 0x0000032fu, 0x00060034u, 0x00000006u, - 0x000008edu, 0x000000c2u, 0x00000664u, 0x0000022fu, 0x00060034u, 0x00000006u, 0x000008eeu, 0x00000084u, - 0x000008ecu, 0x000008edu, 0x00060034u, 0x00000008u, 0x00000902u, 0x00000082u, 0x00000888u, 0x0000022cu, - 0x00060034u, 0x00000006u, 0x00000903u, 0x00000080u, 0x00000902u, 0x0000032fu, 0x00060034u, 0x00000006u, - 0x0000090cu, 0x00000080u, 0x00000888u, 0x0000032fu, 0x00060034u, 0x00000069u, 0x0000092eu, 0x000000abu, - 0x0000078du, 0x00000222u, 0x00060034u, 0x00000069u, 0x0000092fu, 0x000000a7u, 0x0000078cu, 0x0000092eu, - 0x0004002bu, 0x0000000fu, 0x0000093eu, 0x000000e0u, 0x0006002cu, 0x00000047u, 0x00000949u, 0x0000038au, - 0x0000038au, 0x0000038au, 0x0004002bu, 0x0000000fu, 0x00000950u, 0x000000f8u, 0x00060034u, 0x00000069u, - 0x00000963u, 0x000000aau, 0x0000065eu, 0x00000222u, 0x0004002bu, 0x00000006u, 0x0000098cu, 0x000000e0u, - 0x0004002bu, 0x00000006u, 0x000009e7u, 0x0000ffffu, 0x0004002bu, 0x00000008u, 0x00000a17u, 0x000001ffu, - 0x0004001cu, 0x00000a25u, 0x0000000fu, 0x00000316u, 0x0005001eu, 0x00000a26u, 0x00000010u, 0x00000010u, - 0x00000a25u, 0x0003001du, 0x00000a27u, 0x00000a26u, 0x0003001eu, 0x00000a28u, 0x00000a27u, 0x00040020u, - 0x00000a29u, 0x0000000cu, 0x00000a28u, 0x0004003bu, 0x00000a29u, 0x00000a2au, 0x0000000cu, 0x0004002bu, - 0x00000006u, 0x00000a4eu, 0x00000020u, 0x0004002bu, 0x00000006u, 0x00000a54u, 0x00000040u, 0x0004002bu, - 0x00000006u, 0x00000a5au, 0x00000080u, 0x0004002bu, 0x00000006u, 0x00000a60u, 0x00000100u, 0x0004002bu, - 0x00000008u, 0x00000b0eu, 0x00000080u, 0x0007002cu, 0x00000009u, 0x00000b18u, 0x00000222u, 0x00000222u, - 0x00000222u, 0x00000222u, 0x0007002cu, 0x00000009u, 0x00000b19u, 0x00000360u, 0x00000360u, 0x00000360u, - 0x00000360u, 0x00040017u, 0x00000b22u, 0x0000037du, 0x00000004u, 0x0004002bu, 0x00000008u, 0x00000b2eu, - 0x00020000u, 0x0004002bu, 0x00000008u, 0x00000b44u, 0x00003fffu, 0x0004001cu, 0x00000b4au, 0x000001aeu, - 0x00000a54u, 0x0004002bu, 0x00000012u, 0x00000b4bu, 0x00004000u, 0x0004002bu, 0x00000012u, 0x00000b4cu, - 0xfffffc10u, 0x0005002cu, 0x000001aeu, 0x00000b4du, 0x00000b4bu, 0x00000b4cu, 0x0004002bu, 0x00000012u, - 0x00000b4eu, 0x00003f04u, 0x0004002bu, 0x00000012u, 0x00000b4fu, 0xfffffc30u, 0x0005002cu, 0x000001aeu, - 0x00000b50u, 0x00000b4eu, 0x00000b4fu, 0x0004002bu, 0x00000012u, 0x00000b51u, 0x00003e10u, 0x0004002bu, - 0x00000012u, 0x00000b52u, 0xfffffc48u, 0x0005002cu, 0x000001aeu, 0x00000b53u, 0x00000b51u, 0x00000b52u, - 0x0004002bu, 0x00000012u, 0x00000b54u, 0x00003d22u, 0x0004002bu, 0x00000012u, 0x00000b55u, 0xfffffc68u, - 0x0005002cu, 0x000001aeu, 0x00000b56u, 0x00000b54u, 0x00000b55u, 0x0004002bu, 0x00000012u, 0x00000b57u, - 0x00003c3cu, 0x0004002bu, 0x00000012u, 0x00000b58u, 0xfffffc84u, 0x0005002cu, 0x000001aeu, 0x00000b59u, - 0x00000b57u, 0x00000b58u, 0x0004002bu, 0x00000012u, 0x00000b5au, 0x00003b5du, 0x0004002bu, 0x00000012u, - 0x00000b5bu, 0xfffffc98u, 0x0005002cu, 0x000001aeu, 0x00000b5cu, 0x00000b5au, 0x00000b5bu, 0x0004002bu, - 0x00000012u, 0x00000b5du, 0x00003a83u, 0x0004002bu, 0x00000012u, 0x00000b5eu, 0xfffffcb8u, 0x0005002cu, - 0x000001aeu, 0x00000b5fu, 0x00000b5du, 0x00000b5eu, 0x0004002bu, 0x00000012u, 0x00000b60u, 0x000039b1u, - 0x0004002bu, 0x00000012u, 0x00000b61u, 0xfffffcccu, 0x0005002cu, 0x000001aeu, 0x00000b62u, 0x00000b60u, - 0x00000b61u, 0x0004002bu, 0x00000012u, 0x00000b63u, 0x000038e4u, 0x0004002bu, 0x00000012u, 0x00000b64u, - 0xfffffce0u, 0x0005002cu, 0x000001aeu, 0x00000b65u, 0x00000b63u, 0x00000b64u, 0x0004002bu, 0x00000012u, - 0x00000b66u, 0x0000381cu, 0x0004002bu, 0x00000012u, 0x00000b67u, 0xfffffcf8u, 0x0005002cu, 0x000001aeu, - 0x00000b68u, 0x00000b66u, 0x00000b67u, 0x0004002bu, 0x00000012u, 0x00000b69u, 0x0000375au, 0x0004002bu, - 0x00000012u, 0x00000b6au, 0xfffffd0cu, 0x0005002cu, 0x000001aeu, 0x00000b6bu, 0x00000b69u, 0x00000b6au, - 0x0004002bu, 0x00000012u, 0x00000b6cu, 0x0000369du, 0x0004002bu, 0x00000012u, 0x00000b6du, 0xfffffd20u, - 0x0005002cu, 0x000001aeu, 0x00000b6eu, 0x00000b6cu, 0x00000b6du, 0x0004002bu, 0x00000012u, 0x00000b6fu, - 0x000035e5u, 0x0004002bu, 0x00000012u, 0x00000b70u, 0xfffffd34u, 0x0005002cu, 0x000001aeu, 0x00000b71u, - 0x00000b6fu, 0x00000b70u, 0x0004002bu, 0x00000012u, 0x00000b72u, 0x00003532u, 0x0004002bu, 0x00000012u, - 0x00000b73u, 0xfffffd44u, 0x0005002cu, 0x000001aeu, 0x00000b74u, 0x00000b72u, 0x00000b73u, 0x0004002bu, - 0x00000012u, 0x00000b75u, 0x00003483u, 0x0004002bu, 0x00000012u, 0x00000b76u, 0xfffffd58u, 0x0005002cu, - 0x000001aeu, 0x00000b77u, 0x00000b75u, 0x00000b76u, 0x0004002bu, 0x00000012u, 0x00000b78u, 0x000033d9u, - 0x0004002bu, 0x00000012u, 0x00000b79u, 0xfffffd68u, 0x0005002cu, 0x000001aeu, 0x00000b7au, 0x00000b78u, - 0x00000b79u, 0x0004002bu, 0x00000012u, 0x00000b7bu, 0x00003333u, 0x0004002bu, 0x00000012u, 0x00000b7cu, - 0xfffffd78u, 0x0005002cu, 0x000001aeu, 0x00000b7du, 0x00000b7bu, 0x00000b7cu, 0x0004002bu, 0x00000012u, - 0x00000b7eu, 0x00003291u, 0x0004002bu, 0x00000012u, 0x00000b7fu, 0xfffffd8cu, 0x0005002cu, 0x000001aeu, - 0x00000b80u, 0x00000b7eu, 0x00000b7fu, 0x0004002bu, 0x00000012u, 0x00000b81u, 0x000031f4u, 0x0004002bu, - 0x00000012u, 0x00000b82u, 0xfffffd94u, 0x0005002cu, 0x000001aeu, 0x00000b83u, 0x00000b81u, 0x00000b82u, - 0x0004002bu, 0x00000012u, 0x00000b84u, 0x00003159u, 0x0004002bu, 0x00000012u, 0x00000b85u, 0xfffffda8u, - 0x0005002cu, 0x000001aeu, 0x00000b86u, 0x00000b84u, 0x00000b85u, 0x0004002bu, 0x00000012u, 0x00000b87u, - 0x000030c3u, 0x0004002bu, 0x00000012u, 0x00000b88u, 0xfffffdb4u, 0x0005002cu, 0x000001aeu, 0x00000b89u, - 0x00000b87u, 0x00000b88u, 0x0004002bu, 0x00000012u, 0x00000b8au, 0x00003030u, 0x0004002bu, 0x00000012u, - 0x00000b8bu, 0xfffffdc4u, 0x0005002cu, 0x000001aeu, 0x00000b8cu, 0x00000b8au, 0x00000b8bu, 0x0004002bu, - 0x00000012u, 0x00000b8du, 0x00002fa1u, 0x0004002bu, 0x00000012u, 0x00000b8eu, 0xfffffdd0u, 0x0005002cu, - 0x000001aeu, 0x00000b8fu, 0x00000b8du, 0x00000b8eu, 0x0004002bu, 0x00000012u, 0x00000b90u, 0x00002f15u, - 0x0004002bu, 0x00000012u, 0x00000b91u, 0xfffffddcu, 0x0005002cu, 0x000001aeu, 0x00000b92u, 0x00000b90u, - 0x00000b91u, 0x0004002bu, 0x00000012u, 0x00000b93u, 0x00002e8cu, 0x0004002bu, 0x00000012u, 0x00000b94u, - 0xfffffde8u, 0x0005002cu, 0x000001aeu, 0x00000b95u, 0x00000b93u, 0x00000b94u, 0x0004002bu, 0x00000012u, - 0x00000b96u, 0x00002e06u, 0x0004002bu, 0x00000012u, 0x00000b97u, 0xfffffdf4u, 0x0005002cu, 0x000001aeu, - 0x00000b98u, 0x00000b96u, 0x00000b97u, 0x0004002bu, 0x00000012u, 0x00000b99u, 0x00002d83u, 0x0004002bu, - 0x00000012u, 0x00000b9au, 0xfffffe00u, 0x0005002cu, 0x000001aeu, 0x00000b9bu, 0x00000b99u, 0x00000b9au, - 0x0004002bu, 0x00000012u, 0x00000b9cu, 0x00002d03u, 0x0004002bu, 0x00000012u, 0x00000b9du, 0xfffffe0cu, - 0x0005002cu, 0x000001aeu, 0x00000b9eu, 0x00000b9cu, 0x00000b9du, 0x0004002bu, 0x00000012u, 0x00000b9fu, - 0x00002c86u, 0x0004002bu, 0x00000012u, 0x00000ba0u, 0xfffffe14u, 0x0005002cu, 0x000001aeu, 0x00000ba1u, - 0x00000b9fu, 0x00000ba0u, 0x0004002bu, 0x00000012u, 0x00000ba2u, 0x00002c0bu, 0x0004002bu, 0x00000012u, - 0x00000ba3u, 0xfffffe20u, 0x0005002cu, 0x000001aeu, 0x00000ba4u, 0x00000ba2u, 0x00000ba3u, 0x0004002bu, - 0x00000012u, 0x00000ba5u, 0x00002b93u, 0x0004002bu, 0x00000012u, 0x00000ba6u, 0xfffffe2cu, 0x0005002cu, - 0x000001aeu, 0x00000ba7u, 0x00000ba5u, 0x00000ba6u, 0x0004002bu, 0x00000012u, 0x00000ba8u, 0x00002b1eu, - 0x0004002bu, 0x00000012u, 0x00000ba9u, 0xfffffe34u, 0x0005002cu, 0x000001aeu, 0x00000baau, 0x00000ba8u, - 0x00000ba9u, 0x0004002bu, 0x00000012u, 0x00000babu, 0x00002aabu, 0x0004002bu, 0x00000012u, 0x00000bacu, - 0xfffffe3cu, 0x0005002cu, 0x000001aeu, 0x00000badu, 0x00000babu, 0x00000bacu, 0x0004002bu, 0x00000012u, - 0x00000baeu, 0x00002a3au, 0x0004002bu, 0x00000012u, 0x00000bafu, 0xfffffe48u, 0x0005002cu, 0x000001aeu, - 0x00000bb0u, 0x00000baeu, 0x00000bafu, 0x0004002bu, 0x00000012u, 0x00000bb1u, 0x000029ccu, 0x0004002bu, - 0x00000012u, 0x00000bb2u, 0xfffffe50u, 0x0005002cu, 0x000001aeu, 0x00000bb3u, 0x00000bb1u, 0x00000bb2u, - 0x0004002bu, 0x00000012u, 0x00000bb4u, 0x00002960u, 0x0004002bu, 0x00000012u, 0x00000bb5u, 0xfffffe58u, - 0x0005002cu, 0x000001aeu, 0x00000bb6u, 0x00000bb4u, 0x00000bb5u, 0x0004002bu, 0x00000012u, 0x00000bb7u, - 0x000028f6u, 0x0004002bu, 0x00000012u, 0x00000bb8u, 0xfffffe60u, 0x0005002cu, 0x000001aeu, 0x00000bb9u, - 0x00000bb7u, 0x00000bb8u, 0x0004002bu, 0x00000012u, 0x00000bbau, 0x0000288eu, 0x0004002bu, 0x00000012u, - 0x00000bbbu, 0xfffffe68u, 0x0005002cu, 0x000001aeu, 0x00000bbcu, 0x00000bbau, 0x00000bbbu, 0x0004002bu, - 0x00000012u, 0x00000bbdu, 0x00002828u, 0x0004002bu, 0x00000012u, 0x00000bbeu, 0xfffffe70u, 0x0005002cu, - 0x000001aeu, 0x00000bbfu, 0x00000bbdu, 0x00000bbeu, 0x0004002bu, 0x00000012u, 0x00000bc0u, 0x000027c4u, - 0x0004002bu, 0x00000012u, 0x00000bc1u, 0xfffffe78u, 0x0005002cu, 0x000001aeu, 0x00000bc2u, 0x00000bc0u, - 0x00000bc1u, 0x0004002bu, 0x00000012u, 0x00000bc3u, 0x00002762u, 0x0004002bu, 0x00000012u, 0x00000bc4u, - 0xfffffe80u, 0x0005002cu, 0x000001aeu, 0x00000bc5u, 0x00000bc3u, 0x00000bc4u, 0x0004002bu, 0x00000012u, - 0x00000bc6u, 0x00002702u, 0x0004002bu, 0x00000012u, 0x00000bc7u, 0xfffffe88u, 0x0005002cu, 0x000001aeu, - 0x00000bc8u, 0x00000bc6u, 0x00000bc7u, 0x0004002bu, 0x00000012u, 0x00000bc9u, 0x000026a4u, 0x0004002bu, - 0x00000012u, 0x00000bcau, 0xfffffe90u, 0x0005002cu, 0x000001aeu, 0x00000bcbu, 0x00000bc9u, 0x00000bcau, - 0x0004002bu, 0x00000012u, 0x00000bccu, 0x00002648u, 0x0004002bu, 0x00000012u, 0x00000bcdu, 0xfffffe94u, - 0x0005002cu, 0x000001aeu, 0x00000bceu, 0x00000bccu, 0x00000bcdu, 0x0004002bu, 0x00000012u, 0x00000bcfu, - 0x000025edu, 0x0004002bu, 0x00000012u, 0x00000bd0u, 0xfffffe9cu, 0x0005002cu, 0x000001aeu, 0x00000bd1u, - 0x00000bcfu, 0x00000bd0u, 0x0004002bu, 0x00000012u, 0x00000bd2u, 0x00002594u, 0x0004002bu, 0x00000012u, - 0x00000bd3u, 0xfffffea4u, 0x0005002cu, 0x000001aeu, 0x00000bd4u, 0x00000bd2u, 0x00000bd3u, 0x0004002bu, - 0x00000012u, 0x00000bd5u, 0x0000253du, 0x0004002bu, 0x00000012u, 0x00000bd6u, 0xfffffea8u, 0x0005002cu, - 0x000001aeu, 0x00000bd7u, 0x00000bd5u, 0x00000bd6u, 0x0004002bu, 0x00000012u, 0x00000bd8u, 0x000024e7u, - 0x0004002bu, 0x00000012u, 0x00000bd9u, 0xfffffeacu, 0x0005002cu, 0x000001aeu, 0x00000bdau, 0x00000bd8u, - 0x00000bd9u, 0x0004002bu, 0x00000012u, 0x00000bdbu, 0x00002492u, 0x0004002bu, 0x00000012u, 0x00000bdcu, - 0xfffffeb4u, 0x0005002cu, 0x000001aeu, 0x00000bddu, 0x00000bdbu, 0x00000bdcu, 0x0004002bu, 0x00000012u, - 0x00000bdeu, 0x0000243fu, 0x0004002bu, 0x00000012u, 0x00000bdfu, 0xfffffebcu, 0x0005002cu, 0x000001aeu, - 0x00000be0u, 0x00000bdeu, 0x00000bdfu, 0x0004002bu, 0x00000012u, 0x00000be1u, 0x000023eeu, 0x0004002bu, - 0x00000012u, 0x00000be2u, 0xfffffec0u, 0x0005002cu, 0x000001aeu, 0x00000be3u, 0x00000be1u, 0x00000be2u, - 0x0004002bu, 0x00000012u, 0x00000be4u, 0x0000239eu, 0x0004002bu, 0x00000012u, 0x00000be5u, 0xfffffec4u, - 0x0005002cu, 0x000001aeu, 0x00000be6u, 0x00000be4u, 0x00000be5u, 0x0004002bu, 0x00000012u, 0x00000be7u, - 0x0000234fu, 0x0004002bu, 0x00000012u, 0x00000be8u, 0xfffffeccu, 0x0005002cu, 0x000001aeu, 0x00000be9u, - 0x00000be7u, 0x00000be8u, 0x0004002bu, 0x00000012u, 0x00000beau, 0x00002302u, 0x0004002bu, 0x00000012u, - 0x00000bebu, 0xfffffed0u, 0x0005002cu, 0x000001aeu, 0x00000becu, 0x00000beau, 0x00000bebu, 0x0004002bu, - 0x00000012u, 0x00000bedu, 0x000022b6u, 0x0004002bu, 0x00000012u, 0x00000beeu, 0xfffffed8u, 0x0005002cu, - 0x000001aeu, 0x00000befu, 0x00000bedu, 0x00000beeu, 0x0004002bu, 0x00000012u, 0x00000bf0u, 0x0000226cu, - 0x0005002cu, 0x000001aeu, 0x00000bf1u, 0x00000bf0u, 0x00000beeu, 0x0004002bu, 0x00000012u, 0x00000bf2u, - 0x00002222u, 0x0004002bu, 0x00000012u, 0x00000bf3u, 0xfffffee0u, 0x0005002cu, 0x000001aeu, 0x00000bf4u, - 0x00000bf2u, 0x00000bf3u, 0x0004002bu, 0x00000012u, 0x00000bf5u, 0x000021dau, 0x0004002bu, 0x00000012u, - 0x00000bf6u, 0xfffffee4u, 0x0005002cu, 0x000001aeu, 0x00000bf7u, 0x00000bf5u, 0x00000bf6u, 0x0004002bu, - 0x00000012u, 0x00000bf8u, 0x00002193u, 0x0004002bu, 0x00000012u, 0x00000bf9u, 0xfffffee8u, 0x0005002cu, - 0x000001aeu, 0x00000bfau, 0x00000bf8u, 0x00000bf9u, 0x0004002bu, 0x00000012u, 0x00000bfbu, 0x0000214du, - 0x0004002bu, 0x00000012u, 0x00000bfcu, 0xfffffeecu, 0x0005002cu, 0x000001aeu, 0x00000bfdu, 0x00000bfbu, - 0x00000bfcu, 0x0004002bu, 0x00000012u, 0x00000bfeu, 0x00002108u, 0x0004002bu, 0x00000012u, 0x00000bffu, - 0xfffffef4u, 0x0005002cu, 0x000001aeu, 0x00000c00u, 0x00000bfeu, 0x00000bffu, 0x0004002bu, 0x00000012u, - 0x00000c01u, 0x000020c5u, 0x0005002cu, 0x000001aeu, 0x00000c02u, 0x00000c01u, 0x00000bffu, 0x0004002bu, - 0x00000012u, 0x00000c03u, 0x00002082u, 0x0004002bu, 0x00000012u, 0x00000c04u, 0xfffffefcu, 0x0005002cu, - 0x000001aeu, 0x00000c05u, 0x00000c03u, 0x00000c04u, 0x0004002bu, 0x00000012u, 0x00000c06u, 0x00002041u, - 0x0005002cu, 0x000001aeu, 0x00000c07u, 0x00000c06u, 0x00000c04u, 0x0043002cu, 0x00000b4au, 0x00000c08u, - 0x00000b4du, 0x00000b50u, 0x00000b53u, 0x00000b56u, 0x00000b59u, 0x00000b5cu, 0x00000b5fu, 0x00000b62u, - 0x00000b65u, 0x00000b68u, 0x00000b6bu, 0x00000b6eu, 0x00000b71u, 0x00000b74u, 0x00000b77u, 0x00000b7au, - 0x00000b7du, 0x00000b80u, 0x00000b83u, 0x00000b86u, 0x00000b89u, 0x00000b8cu, 0x00000b8fu, 0x00000b92u, - 0x00000b95u, 0x00000b98u, 0x00000b9bu, 0x00000b9eu, 0x00000ba1u, 0x00000ba4u, 0x00000ba7u, 0x00000baau, - 0x00000badu, 0x00000bb0u, 0x00000bb3u, 0x00000bb6u, 0x00000bb9u, 0x00000bbcu, 0x00000bbfu, 0x00000bc2u, - 0x00000bc5u, 0x00000bc8u, 0x00000bcbu, 0x00000bceu, 0x00000bd1u, 0x00000bd4u, 0x00000bd7u, 0x00000bdau, - 0x00000bddu, 0x00000be0u, 0x00000be3u, 0x00000be6u, 0x00000be9u, 0x00000becu, 0x00000befu, 0x00000bf1u, - 0x00000bf4u, 0x00000bf7u, 0x00000bfau, 0x00000bfdu, 0x00000c00u, 0x00000c02u, 0x00000c05u, 0x00000c07u, - 0x00040020u, 0x00000c0bu, 0x00000007u, 0x00000b4au, 0x0004002bu, 0x00000008u, 0x00000c28u, 0x00007fffu, - 0x0004002bu, 0x00000008u, 0x00000c3au, 0x3fffffffu, 0x0004002bu, 0x00000008u, 0x00000c3bu, 0x20000000u, - 0x0005002cu, 0x000000efu, 0x00000c54u, 0x00000222u, 0x00000222u, 0x0004002bu, 0x00000008u, 0x00000c6du, - 0xffff8000u, 0x0005002cu, 0x000000efu, 0x00000c87u, 0x00000c28u, 0x00000c28u, 0x0004002bu, 0x00000008u, - 0x00000c89u, 0xffff0000u, 0x0005002cu, 0x000000efu, 0x00000c8au, 0x00000c89u, 0x00000c89u, 0x0005002cu, - 0x000000efu, 0x00000c8bu, 0x0000055cu, 0x0000055cu, 0x0004002bu, 0x00000008u, 0x00000c90u, 0xffffffe0u, - 0x00060034u, 0x00000008u, 0x00000caeu, 0x00000080u, 0x0000022fu, 0x0000078du, 0x00050034u, 0x00000012u, - 0x00000cafu, 0x00000072u, 0x00000caeu, 0x00060034u, 0x00000008u, 0x00000cc4u, 0x00000080u, 0x00000235u, - 0x0000078du, 0x00050034u, 0x00000012u, 0x00000cc5u, 0x00000072u, 0x00000cc4u, 0x0006001eu, 0x00000ce1u, - 0x00000008u, 0x00000008u, 0x00000008u, 0x00000006u, 0x0003001eu, 0x00000ce2u, 0x00000ce1u, 0x00040020u, - 0x00000ce3u, 0x00000002u, 0x00000ce2u, 0x0004003bu, 0x00000ce3u, 0x00000ce4u, 0x00000002u, 0x00040020u, - 0x00000ce5u, 0x00000002u, 0x00000008u, 0x0004002bu, 0x00000008u, 0x00000cf2u, 0xffffffffu, 0x00060034u, - 0x00000069u, 0x00000d51u, 0x000000adu, 0x00000888u, 0x0000022cu, 0x00060034u, 0x00000008u, 0x00000da7u, - 0x00000082u, 0x00000888u, 0x0000022cu, 0x00060034u, 0x00000008u, 0x00000dbbu, 0x00000080u, 0x0000022fu, - 0x0000078du, 0x00060034u, 0x00000008u, 0x00000dcbu, 0x00000080u, 0x00000238u, 0x0000078du, 0x0005002cu, - 0x000000efu, 0x00000df4u, 0x00000222u, 0x0000022cu, 0x0004002bu, 0x00000006u, 0x00000e40u, 0x0000000bu, - 0x0006002cu, 0x0000030eu, 0x00000e41u, 0x00000e40u, 0x000006f9u, 0x0000045eu, 0x0004002bu, 0x00000006u, - 0x00000e43u, 0x0000001fu, 0x0004002bu, 0x00000006u, 0x00000e80u, 0x00000fffu, 0x0004002bu, 0x00000006u, - 0x00000e94u, 0x00001000u, 0x0004001cu, 0x00000e95u, 0x0000000fu, 0x00000e94u, 0x0003001eu, 0x00000e96u, - 0x00000e95u, 0x0003001du, 0x00000e97u, 0x00000e96u, 0x0003001eu, 0x00000e98u, 0x00000e97u, 0x00040020u, - 0x00000e99u, 0x0000000cu, 0x00000e98u, 0x0004003bu, 0x00000e99u, 0x00000e9au, 0x0000000cu, 0x0004002bu, - 0x00000006u, 0x00000ea3u, 0x0000000fu, 0x0004002bu, 0x00000006u, 0x00000edbu, 0x0000000eu, 0x0004002bu, - 0x00000006u, 0x00000f38u, 0x000007ffu, 0x0004002bu, 0x00000006u, 0x00000f61u, 0x00000800u, 0x0004001cu, - 0x00000f62u, 0x00000011u, 0x00000f61u, 0x0003001eu, 0x00000f63u, 0x00000f62u, 0x0003001du, 0x00000f64u, - 0x00000f63u, 0x0003001eu, 0x00000f65u, 0x00000f64u, 0x00040020u, 0x00000f66u, 0x0000000cu, 0x00000f65u, - 0x0004003bu, 0x00000f66u, 0x00000f67u, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x00000f69u, 0x00000400u, - 0x0004002bu, 0x00000006u, 0x00001009u, 0xfffffffcu, 0x0004002bu, 0x00000011u, 0x000010beu, 0x00000008u, - 0x0004002bu, 0x00000012u, 0x000010cau, 0x00000080u, 0x0004002bu, 0x00000008u, 0x0000116au, 0x00000020u, - 0x0004002bu, 0x00000008u, 0x00001181u, 0x000003ffu, 0x0004002bu, 0x00000006u, 0x000011f4u, 0x00001fffu, - 0x0004002bu, 0x00000006u, 0x000012a0u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x000012c5u, 0x00000400u, - 0x0004002bu, 0x00000012u, 0x0000134du, 0x00000010u, 0x0004002bu, 0x00000008u, 0x000013fcu, 0xffffff01u, - 0x0005002cu, 0x000000efu, 0x00001408u, 0x00000556u, 0x00000556u, 0x0004002bu, 0x00000012u, 0x000019eau, - 0x000000ffu, 0x0004002bu, 0x00000008u, 0x00001a09u, 0x00004000u, 0x0004002bu, 0x00000008u, 0x00001a25u, - 0xffffff00u, 0x0004002bu, 0x00000008u, 0x00001ac0u, 0x00000100u, 0x0006002cu, 0x00000044u, 0x00001ac1u, - 0x00001ac0u, 0x00001ac0u, 0x00001ac0u, 0x00060034u, 0x00000008u, 0x00001cfdu, 0x00000082u, 0x00000888u, - 0x0000022cu, 0x000d001eu, 0x00001d05u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000012u, 0x00000012u, - 0x00000008u, 0x00000008u, 0x00000008u, 0x00000012u, 0x0000000fu, 0x0000000fu, 0x0003001du, 0x00001d06u, - 0x00001d05u, 0x0003001eu, 0x00001d07u, 0x00001d06u, 0x00040020u, 0x00001d08u, 0x0000000cu, 0x00001d07u, - 0x0004003bu, 0x00001d08u, 0x00001d09u, 0x0000000cu, 0x00060034u, 0x00000069u, 0x00001d0eu, 0x000000adu, - 0x00000888u, 0x0000022cu, 0x00060034u, 0x00000008u, 0x00001d16u, 0x00000082u, 0x00000888u, 0x0000022cu, - 0x00050034u, 0x00000008u, 0x00001d17u, 0x000000c8u, 0x00001d16u, 0x00060034u, 0x00000008u, 0x00001d1au, - 0x00000082u, 0x00000888u, 0x0000022cu, 0x00050034u, 0x00000008u, 0x00001d1bu, 0x000000c8u, 0x00001d1au, - 0x00040020u, 0x00001d3cu, 0x0000000cu, 0x00000010u, 0x0004002bu, 0x00000006u, 0x00001d66u, 0x00004000u, - 0x0004002bu, 0x00000006u, 0x00001d77u, 0x00000200u, 0x0004002bu, 0x00000006u, 0x00001d94u, 0x00002000u, - 0x0004002bu, 0x00000006u, 0x00001d99u, 0x00008000u, 0x0004002bu, 0x00000006u, 0x00001d9eu, 0x00010000u, - 0x0004002bu, 0x00000006u, 0x00001da3u, 0x00020000u, 0x0004002bu, 0x00000006u, 0x00001da8u, 0x00040000u, - 0x0004002bu, 0x00000006u, 0x00001dadu, 0x00080000u, 0x0004002bu, 0x00000006u, 0x00001db2u, 0x00200000u, - 0x0004002bu, 0x00000006u, 0x00001db7u, 0x00100000u, 0x0004002bu, 0x00000006u, 0x00001dbcu, 0x00400000u, - 0x0004002bu, 0x00000006u, 0x00001dc1u, 0x00800000u, 0x0004002bu, 0x00000006u, 0x00001dc6u, 0x01000000u, - 0x0004002bu, 0x00000006u, 0x00001dcau, 0x10000000u, 0x00040020u, 0x00001dd4u, 0x00000002u, 0x00000006u, - 0x00060034u, 0x00000069u, 0x00001e83u, 0x000000adu, 0x00000888u, 0x0000022cu, 0x0004002bu, 0x00000012u, - 0x00001eeeu, 0x00000000u, 0x0007002cu, 0x00000013u, 0x00001eefu, 0x00001eeeu, 0x00001eeeu, 0x00001eeeu, - 0x00001eeeu, 0x00040020u, 0x00001f3cu, 0x0000000cu, 0x00000009u, 0x00040020u, 0x00002049u, 0x00000001u, - 0x0000030eu, 0x0004003bu, 0x00002049u, 0x0000204au, 0x00000001u, 0x00040020u, 0x0000204bu, 0x00000001u, - 0x00000006u, 0x0004003bu, 0x00002049u, 0x00002054u, 0x00000001u, 0x00040032u, 0x00000008u, 0x0000205du, - 0x00000400u, 0x00040032u, 0x00000006u, 0x0000205eu, 0x00000001u, 0x00040032u, 0x00000006u, 0x0000205fu, - 0x00000001u, 0x00060033u, 0x0000030eu, 0x00002060u, 0x0000205eu, 0x0000205fu, 0x0000045eu, 0x00060034u, - 0x00000006u, 0x00002061u, 0x00000051u, 0x00002060u, 0x00000000u, 0x00060034u, 0x00000008u, 0x00002062u, - 0x00000080u, 0x00002061u, 0x0000032fu, 0x00060034u, 0x00000008u, 0x00002063u, 0x00000087u, 0x0000205du, - 0x00002062u, 0x00040032u, 0x00000008u, 0x00002068u, 0x00000100u, 0x00060034u, 0x00000008u, 0x00002069u, - 0x00000087u, 0x00002068u, 0x0000116au, 0x0003001du, 0x0000206cu, 0x00000006u, 0x0003001eu, 0x0000206du, - 0x0000206cu, 0x00040020u, 0x0000206eu, 0x0000000cu, 0x0000206du, 0x0004003bu, 0x0000206eu, 0x0000206fu, - 0x0000000cu, 0x0007001eu, 0x00002073u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, - 0x00040020u, 0x00002074u, 0x00000009u, 0x00002073u, 0x0004003bu, 0x00002074u, 0x00002075u, 0x00000009u, - 0x00040020u, 0x00002076u, 0x00000009u, 0x00000006u, 0x0003001du, 0x000020a0u, 0x00000006u, 0x0003001eu, - 0x000020a1u, 0x000020a0u, 0x00040020u, 0x000020a2u, 0x0000000cu, 0x000020a1u, 0x0004003bu, 0x000020a2u, - 0x000020a3u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x000020cfu, 0x00000040u, 0x00030001u, 0x00000011u, - 0x000075c1u, 0x00030001u, 0x0000000fu, 0x000075cdu, 0x00030001u, 0x00000044u, 0x000075fdu, 0x00030001u, - 0x000000efu, 0x00007666u, 0x00030001u, 0x00000013u, 0x00007721u, 0x00030001u, 0x00000012u, 0x0000846cu, - 0x00030001u, 0x00000008u, 0x000089dau, 0x00030001u, 0x00000010u, 0x00008b18u, 0x00030001u, 0x00000047u, - 0x00008c84u, 0x00030001u, 0x00000006u, 0x00009a31u, 0x0006002cu, 0x0000030eu, 0x0000b41fu, 0x000006a0u, - 0x000006a0u, 0x000006a0u, 0x0005002cu, 0x000000b0u, 0x0000b420u, 0x00000466u, 0x00000466u, 0x0006002cu, - 0x0000030eu, 0x0000b421u, 0x00000316u, 0x00000316u, 0x00000316u, 0x0006002cu, 0x0000030eu, 0x0000b422u, - 0x0000031cu, 0x0000031cu, 0x0000031cu, 0x0006002cu, 0x00000044u, 0x0000b423u, 0x00000c90u, 0x00000c90u, - 0x00000c90u, 0x0006002cu, 0x00000044u, 0x0000b424u, 0x00000556u, 0x00000556u, 0x00000556u, 0x0007002cu, - 0x00000009u, 0x0000b425u, 0x00000c90u, 0x00000c90u, 0x00000c90u, 0x00000c90u, 0x0007002cu, 0x00000009u, - 0x0000b426u, 0x00000271u, 0x00000271u, 0x00000271u, 0x00000271u, 0x0007002cu, 0x00000009u, 0x0000b427u, - 0x00000b0eu, 0x00000b0eu, 0x00000b0eu, 0x00000b0eu, 0x0005002cu, 0x000000efu, 0x0000b428u, 0x0000022cu, - 0x0000022cu, 0x0006002cu, 0x00000044u, 0x0000b429u, 0x00000c6du, 0x00000c6du, 0x00000c6du, 0x0005002cu, - 0x000000efu, 0x0000b42au, 0x00000238u, 0x00000238u, 0x0005002cu, 0x000000efu, 0x0000b42bu, 0x0000036eu, - 0x0000036eu, 0x0005002cu, 0x000000b0u, 0x0000b42cu, 0x000011f4u, 0x000011f4u, 0x0005002cu, 0x000000b0u, - 0x0000b42du, 0x00000388u, 0x00000388u, 0x0006002cu, 0x0000030eu, 0x0000b42eu, 0x00000e43u, 0x00000e43u, - 0x00000e43u, 0x0006002cu, 0x0000030eu, 0x0000b42fu, 0x00000466u, 0x00000466u, 0x00000466u, 0x0006002cu, - 0x0000030eu, 0x0000b430u, 0x00000388u, 0x00000388u, 0x00000388u, 0x0007002cu, 0x00000013u, 0x0000b431u, - 0x000004e7u, 0x000004e7u, 0x000004e7u, 0x000004e7u, 0x0007002cu, 0x00000009u, 0x0000b432u, 0x0000025fu, - 0x0000025fu, 0x0000025fu, 0x0000025fu, 0x0005002cu, 0x000001aeu, 0x0000b433u, 0x000004e7u, 0x000004e7u, - 0x0005002cu, 0x000000efu, 0x0000b434u, 0x0000116au, 0x0000116au, 0x0007002cu, 0x00000013u, 0x0000b435u, - 0x0000134du, 0x0000134du, 0x0000134du, 0x0000134du, 0x0007002cu, 0x00000013u, 0x0000b436u, 0x000004d6u, - 0x000004d6u, 0x000004d6u, 0x000004d6u, 0x0005002cu, 0x000001aeu, 0x0000b437u, 0x0000134du, 0x0000134du, - 0x0005002cu, 0x000001aeu, 0x0000b438u, 0x000004d6u, 0x000004d6u, 0x0005002cu, 0x000000efu, 0x0000b439u, - 0x0000023bu, 0x0000023bu, 0x0005002cu, 0x000000efu, 0x0000b43au, 0x00000b0eu, 0x00000b0eu, 0x0006002cu, - 0x00000047u, 0x0000b43bu, 0x00000950u, 0x00000950u, 0x00000950u, 0x0006002cu, 0x00000044u, 0x0000b43cu, - 0x0000023eu, 0x0000023eu, 0x0000023eu, 0x0006002cu, 0x00000044u, 0x0000b43du, 0x0000035bu, 0x0000035bu, - 0x0000035bu, 0x0006002cu, 0x00000044u, 0x0000b43eu, 0x0000025fu, 0x0000025fu, 0x0000025fu, 0x0006002cu, - 0x00000044u, 0x0000b43fu, 0x0000036eu, 0x0000036eu, 0x0000036eu, 0x0006002cu, 0x000004b8u, 0x0000b440u, - 0x000004d6u, 0x000004d6u, 0x000004d6u, 0x0006002cu, 0x00000047u, 0x0000b441u, 0x00000471u, 0x00000471u, - 0x00000471u, 0x0006002cu, 0x000004b8u, 0x0000b442u, 0x000004e7u, 0x000004e7u, 0x000004e7u, 0x0006002cu, - 0x000004b8u, 0x0000b443u, 0x000004ebu, 0x000004ebu, 0x000004ebu, 0x0006002cu, 0x000004b8u, 0x0000b444u, - 0x00001eeeu, 0x00001eeeu, 0x00001eeeu, 0x00030001u, 0x00000047u, 0x0000b454u, 0x00050036u, 0x00000002u, - 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x00000068u, 0x0000753bu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000071a6u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000071a5u, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000071a4u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000071a3u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x000071a2u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007194u, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007193u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007191u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007190u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007183u, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007182u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007181u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007180u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000717fu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007172u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007171u, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007170u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000716fu, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000716eu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007163u, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007162u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007161u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00007160u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000715fu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007151u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007150u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000714eu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000714du, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007140u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000713fu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000713eu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000713du, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000713cu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000712fu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000712eu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000712du, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000712cu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000712bu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00007120u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000711fu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000711eu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000711du, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000711cu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000710eu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000710du, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000710bu, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000710au, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070fdu, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070fcu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070fbu, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070fau, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070f9u, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070ebu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070eau, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000070e9u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070e8u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070e7u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070dbu, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070dau, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070d9u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070cdu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070ccu, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070cbu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000070b2u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00000677u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00007037u, - 0x00000007u, 0x0004003bu, 0x000007c1u, 0x00006f40u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00006f43u, - 0x00000007u, 0x0004003bu, 0x000007c1u, 0x00006f45u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00006f03u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00006f0au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00006ecau, - 0x00000007u, 0x0004003bu, 0x0000041du, 0x00006d56u, 0x00000007u, 0x0004003bu, 0x000004b9u, 0x00006d59u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00006a40u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00006a54u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00006a58u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00006a5du, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00006a61u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00006a66u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000069f6u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00006979u, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x000066fbu, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000650du, - 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000632cu, 0x00000007u, 0x0004003bu, 0x0000039cu, 0x000062c8u, - 0x00000007u, 0x0004003bu, 0x0000039cu, 0x000062cau, 0x00000007u, 0x0004003bu, 0x000000dfu, 0x0000628bu, - 0x00000007u, 0x0004003bu, 0x000001afu, 0x00006255u, 0x00000007u, 0x0004003bu, 0x000001afu, 0x0000621du, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004934u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000494du, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004955u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000495du, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004965u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000496cu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004972u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004978u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000497eu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004984u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000498au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004990u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004996u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000499cu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000499fu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049a2u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049a5u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049a8u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049abu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049aeu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049b1u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049b4u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049b7u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049bau, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049bdu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049c0u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049c3u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049c6u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049c9u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049ceu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049d2u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049d6u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049dau, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049deu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049e2u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049e6u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049eau, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049eeu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049f1u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049f4u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049f7u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049fau, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000049fdu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a00u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a03u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a06u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a09u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a0cu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a0fu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a12u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a15u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a18u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a1bu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a1eu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a21u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a24u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a27u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a2au, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a2du, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a30u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a33u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a36u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a39u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a3cu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a3fu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a42u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a45u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a48u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a4bu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a4eu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a51u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a54u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00004a57u, 0x00000007u, 0x0004003bu, 0x000000dfu, 0x00004a58u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004a5fu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004a61u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004a71u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004a77u, - 0x00000007u, 0x0004003bu, 0x000001afu, 0x00004a7au, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00004a7du, - 0x00000007u, 0x0004003bu, 0x000000dfu, 0x000048cau, 0x00000007u, 0x0004003bu, 0x00000106u, 0x000048a7u, - 0x00000007u, 0x0004003bu, 0x00000c0bu, 0x000048a8u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004842u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004845u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004847u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004848u, 0x00000007u, 0x0004003bu, 0x00000045u, 0x00004821u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x000047fbu, 0x00000007u, 0x0004003bu, 0x00000c0bu, 0x000047fcu, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004796u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00004799u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x0000479bu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x0000479cu, - 0x00000007u, 0x0004003bu, 0x000000dfu, 0x00004757u, 0x00000007u, 0x0004003bu, 0x000001afu, 0x00004721u, - 0x00000007u, 0x0004003bu, 0x000001afu, 0x000046e9u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002e00u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e19u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e21u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e29u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e31u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e38u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e3eu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e44u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e4au, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e50u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e56u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e5cu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e62u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e68u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e6bu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e6eu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e71u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e74u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e77u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e7au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e7du, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e80u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e83u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e86u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e89u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e8cu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e8fu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e92u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e95u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e9au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002e9eu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ea2u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ea6u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eaau, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eaeu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eb2u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eb6u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ebau, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ebdu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ec0u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ec3u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ec6u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ec9u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eccu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ecfu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ed2u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ed5u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ed8u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002edbu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002edeu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ee1u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ee4u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ee7u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eeau, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002eedu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ef0u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ef3u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ef6u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002ef9u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002efcu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002effu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f02u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f05u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f08u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f0bu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f0eu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f11u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f14u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f17u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f1au, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f1du, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f20u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002f23u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002f3du, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002f43u, - 0x00000007u, 0x0004003bu, 0x000001afu, 0x00002f46u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x00002f49u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002d47u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002d0bu, - 0x00000007u, 0x0004003bu, 0x00000c0bu, 0x00002d0cu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002ca6u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002ca9u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002cabu, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002cacu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c85u, - 0x00000007u, 0x0004003bu, 0x00000c0bu, 0x00002c86u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c20u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c23u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c25u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002c26u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002bffu, - 0x00000007u, 0x0004003bu, 0x00000c0bu, 0x00002c00u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002b9au, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002b9du, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002b9fu, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002ba0u, 0x00000007u, 0x0004003bu, 0x00000045u, 0x00002b02u, - 0x00000007u, 0x0004003bu, 0x00000045u, 0x00002b04u, 0x00000007u, 0x0004003bu, 0x00000045u, 0x00002b06u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002a54u, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000028aau, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000028abu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000026fbu, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000026fcu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002678u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x0000267eu, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002629u, - 0x00000007u, 0x0004003bu, 0x00000c0bu, 0x0000262au, 0x00000007u, 0x0004003bu, 0x00000106u, 0x000025c4u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x000025c7u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x000025c9u, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x000025cau, 0x00000007u, 0x0004003bu, 0x00000045u, 0x00002588u, - 0x00000007u, 0x0004003bu, 0x0000030fu, 0x00002560u, 0x00000007u, 0x0004003bu, 0x000007c1u, 0x000021ddu, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002215u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002222u, - 0x00000007u, 0x0004003bu, 0x000000dfu, 0x0000222eu, 0x00000007u, 0x0004003bu, 0x000000dfu, 0x0000222fu, - 0x00000007u, 0x0004003bu, 0x000000dfu, 0x00002230u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002252u, - 0x00000007u, 0x0004003bu, 0x00000045u, 0x00002261u, 0x00000007u, 0x0004003bu, 0x000000e4u, 0x0000226au, - 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002270u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002284u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002285u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000228du, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000228fu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002290u, - 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002297u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002298u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x00002122u, 0x00000007u, 0x0004003bu, 0x00000106u, 0x00002053u, - 0x00000007u, 0x0004003bu, 0x000000b1u, 0x0000207fu, 0x00000007u, 0x0004003bu, 0x000000b1u, 0x000020f3u, - 0x00000007u, 0x000300f7u, 0x00002115u, 0x00000000u, 0x000300fbu, 0x0000032fu, 0x00002116u, 0x000200f8u, - 0x00002116u, 0x00050041u, 0x0000204bu, 0x0000204cu, 0x0000204au, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000204du, 0x0000204cu, 0x0004007cu, 0x00000008u, 0x0000204eu, 0x0000204du, 0x00050041u, 0x0000204bu, - 0x00002050u, 0x0000204au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002051u, 0x00002050u, 0x0004007cu, - 0x00000008u, 0x00002052u, 0x00002051u, 0x0004003du, 0x0000030eu, 0x00002055u, 0x00002054u, 0x0007004fu, - 0x000000b0u, 0x00002056u, 0x00002055u, 0x00002055u, 0x00000000u, 0x00000001u, 0x0004007cu, 0x000000efu, - 0x00002057u, 0x00002056u, 0x0003003eu, 0x00002053u, 0x00002057u, 0x00050041u, 0x00000046u, 0x00002059u, - 0x00002053u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000205au, 0x00002059u, 0x00050041u, 0x00000046u, - 0x0000205bu, 0x00002053u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000205cu, 0x0000205bu, 0x00050084u, - 0x00000008u, 0x00002064u, 0x0000205cu, 0x00002063u, 0x00050080u, 0x00000008u, 0x00002065u, 0x0000205au, - 0x00002064u, 0x00050084u, 0x00000008u, 0x0000206au, 0x00002065u, 0x00002069u, 0x00060041u, 0x000006dbu, - 0x00002071u, 0x0000206fu, 0x00000222u, 0x00002065u, 0x0004003du, 0x00000006u, 0x00002072u, 0x00002071u, - 0x00050041u, 0x00002076u, 0x00002077u, 0x00002075u, 0x00000235u, 0x0004003du, 0x00000006u, 0x00002078u, - 0x00002077u, 0x000500c7u, 0x00000006u, 0x00002079u, 0x00002072u, 0x00002078u, 0x000500aau, 0x00000069u, - 0x0000207bu, 0x00002079u, 0x0000032fu, 0x000300f7u, 0x0000207du, 0x00000000u, 0x000400fau, 0x0000207bu, - 0x0000207cu, 0x0000207du, 0x000200f8u, 0x0000207cu, 0x000200f9u, 0x00002115u, 0x000200f8u, 0x0000207du, - 0x0004003du, 0x0000030eu, 0x00002080u, 0x0000204au, 0x0007004fu, 0x000000b0u, 0x00002081u, 0x00002080u, - 0x00002080u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x0000207fu, 0x00002081u, 0x00050041u, 0x00002076u, - 0x00002083u, 0x00002075u, 0x0000022fu, 0x0004003du, 0x00000006u, 0x00002084u, 0x00002083u, 0x00050041u, - 0x00002076u, 0x00002086u, 0x00002075u, 0x00000232u, 0x0004003du, 0x00000006u, 0x00002087u, 0x00002086u, - 0x00050041u, 0x00002076u, 0x00002089u, 0x00002075u, 0x00000222u, 0x0004003du, 0x00000006u, 0x0000208au, - 0x00002089u, 0x00050041u, 0x00002076u, 0x0000208cu, 0x00002075u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x0000208du, 0x0000208cu, 0x00050050u, 0x000000b0u, 0x0000212du, 0x00002084u, 0x00002087u, 0x000500b0u, - 0x00000881u, 0x0000212eu, 0x00002081u, 0x0000212du, 0x0004009bu, 0x00000069u, 0x0000212fu, 0x0000212eu, - 0x000300f7u, 0x00002158u, 0x00000000u, 0x000400fau, 0x0000212fu, 0x00002130u, 0x00002158u, 0x000200f8u, - 0x00002130u, 0x0004003du, 0x000000b0u, 0x00002131u, 0x0000207fu, 0x00050050u, 0x000000b0u, 0x00002132u, - 0x0000088au, 0x0000088au, 0x000500c7u, 0x000000b0u, 0x00002133u, 0x00002131u, 0x00002132u, 0x0003003eu, - 0x00002122u, 0x00002133u, 0x00050050u, 0x000000efu, 0x00002135u, 0x0000078du, 0x0000078du, 0x000500c2u, - 0x000000b0u, 0x00002136u, 0x00002131u, 0x00002135u, 0x0003003eu, 0x0000207fu, 0x00002136u, 0x00050041u, - 0x00000007u, 0x00002137u, 0x00002122u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002138u, 0x00002137u, - 0x00050084u, 0x00000006u, 0x00002139u, 0x00002138u, 0x00000893u, 0x00050041u, 0x00000007u, 0x0000213au, - 0x00002122u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000213bu, 0x0000213au, 0x00050080u, 0x00000006u, - 0x0000213cu, 0x00002139u, 0x0000213bu, 0x000500c2u, 0x00000006u, 0x0000213fu, 0x00002084u, 0x0000078du, - 0x00050041u, 0x00000007u, 0x00002140u, 0x0000207fu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002141u, - 0x00002140u, 0x00050084u, 0x00000006u, 0x00002142u, 0x0000213fu, 0x00002141u, 0x00050080u, 0x00000006u, - 0x00002143u, 0x0000208au, 0x00002142u, 0x00050041u, 0x00000007u, 0x00002144u, 0x0000207fu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00002145u, 0x00002144u, 0x00050080u, 0x00000006u, 0x00002146u, 0x00002143u, - 0x00002145u, 0x000300f7u, 0x000021bcu, 0x00000000u, 0x000d00fbu, 0x0000065eu, 0x000021bcu, 0x00000000u, - 0x0000215fu, 0x00000001u, 0x0000215fu, 0x00000002u, 0x00002172u, 0x00000003u, 0x00002196u, 0x00000004u, - 0x000021adu, 0x000200f8u, 0x000021adu, 0x000500c7u, 0x00000006u, 0x000021afu, 0x00002146u, 0x000006cdu, - 0x00050084u, 0x00000006u, 0x000021b1u, 0x0000213cu, 0x000006d1u, 0x00050080u, 0x00000006u, 0x000021b3u, - 0x000021afu, 0x000021b1u, 0x00060041u, 0x000006dbu, 0x000021b5u, 0x000006d9u, 0x00000222u, 0x000021b3u, - 0x0004003du, 0x00000006u, 0x000021b6u, 0x000021b5u, 0x00070050u, 0x000004f9u, 0x000021b8u, 0x000021b6u, - 0x000021b6u, 0x000021b6u, 0x000021b6u, 0x000500c2u, 0x000004f9u, 0x000021b9u, 0x000021b8u, 0x000006e1u, - 0x000500c7u, 0x000004f9u, 0x000021bau, 0x000021b9u, 0x000006e3u, 0x00040071u, 0x00000010u, 0x000021bbu, - 0x000021bau, 0x0003003eu, 0x00000677u, 0x000021bbu, 0x000200f9u, 0x000021bcu, 0x000200f8u, 0x00002196u, - 0x000500c7u, 0x00000006u, 0x00002198u, 0x00002146u, 0x00000685u, 0x00050084u, 0x00000006u, 0x0000219au, - 0x0000213cu, 0x000006b6u, 0x00050080u, 0x00000006u, 0x0000219cu, 0x00002198u, 0x0000219au, 0x000500c6u, - 0x00000006u, 0x0000219eu, 0x0000219cu, 0x0000045eu, 0x00060041u, 0x00000694u, 0x0000219fu, 0x00000691u, - 0x00000222u, 0x0000219eu, 0x0004003du, 0x00000011u, 0x000021a0u, 0x0000219fu, 0x00040071u, 0x00000006u, - 0x000021a1u, 0x000021a0u, 0x000500c2u, 0x00000006u, 0x000021a3u, 0x000021a1u, 0x00000316u, 0x00040071u, - 0x0000000fu, 0x000021a4u, 0x000021a3u, 0x000500c7u, 0x00000006u, 0x000021a7u, 0x000021a1u, 0x000006c5u, - 0x00040071u, 0x0000000fu, 0x000021a8u, 0x000021a7u, 0x00070050u, 0x00000010u, 0x000021acu, 0x000021a4u, - 0x000021a4u, 0x000021a4u, 0x000021a8u, 0x0003003eu, 0x00000677u, 0x000021acu, 0x000200f9u, 0x000021bcu, - 0x000200f8u, 0x00002172u, 0x000500c7u, 0x00000006u, 0x00002174u, 0x00002146u, 0x00000685u, 0x00050084u, - 0x00000006u, 0x00002176u, 0x0000213cu, 0x00000689u, 0x00050080u, 0x00000006u, 0x00002178u, 0x00002174u, - 0x00002176u, 0x000500c6u, 0x00000006u, 0x0000217au, 0x00002178u, 0x0000045eu, 0x00060041u, 0x00000694u, - 0x0000217bu, 0x00000691u, 0x00000222u, 0x0000217au, 0x0004003du, 0x00000011u, 0x0000217cu, 0x0000217bu, - 0x00040071u, 0x00000006u, 0x0000217du, 0x0000217cu, 0x000500c2u, 0x00000006u, 0x0000217fu, 0x0000217du, - 0x00000316u, 0x000500c2u, 0x00000006u, 0x00002181u, 0x0000217du, 0x00000466u, 0x000500c4u, 0x00000006u, - 0x00002183u, 0x0000217du, 0x00000388u, 0x00060050u, 0x0000030eu, 0x00002184u, 0x0000217fu, 0x00002181u, - 0x00002183u, 0x000500c7u, 0x0000030eu, 0x00002186u, 0x00002184u, 0x0000b41fu, 0x00040071u, 0x00000047u, - 0x00002188u, 0x00002186u, 0x00060041u, 0x00000673u, 0x0000218au, 0x0000067eu, 0x00000222u, 0x00002178u, - 0x0004003du, 0x0000000fu, 0x0000218bu, 0x0000218au, 0x000500c4u, 0x0000000fu, 0x0000218cu, 0x0000218bu, - 0x00000390u, 0x000500c7u, 0x00000006u, 0x0000218eu, 0x0000217du, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x0000218fu, 0x0000218eu, 0x0000023eu, 0x00040071u, 0x0000000fu, 0x00002190u, 0x0000218fu, 0x000500c5u, - 0x0000000fu, 0x00002191u, 0x0000218cu, 0x00002190u, 0x00050051u, 0x0000000fu, 0x00002192u, 0x00002188u, - 0x00000000u, 0x00050051u, 0x0000000fu, 0x00002193u, 0x00002188u, 0x00000001u, 0x00050051u, 0x0000000fu, - 0x00002194u, 0x00002188u, 0x00000002u, 0x00070050u, 0x00000010u, 0x00002195u, 0x00002192u, 0x00002193u, - 0x00002194u, 0x00002191u, 0x0003003eu, 0x00000677u, 0x00002195u, 0x000200f9u, 0x000021bcu, 0x000200f8u, - 0x0000215fu, 0x000500c7u, 0x00000006u, 0x00002161u, 0x00002146u, 0x00000665u, 0x00050084u, 0x00000006u, - 0x00002163u, 0x0000213cu, 0x00000664u, 0x00050080u, 0x00000006u, 0x00002165u, 0x00002161u, 0x00002163u, - 0x000500c6u, 0x00000006u, 0x00002167u, 0x00002165u, 0x00000466u, 0x00060041u, 0x00000673u, 0x00002168u, - 0x00000670u, 0x00000222u, 0x00002167u, 0x0004003du, 0x0000000fu, 0x00002169u, 0x00002168u, 0x000500c2u, - 0x00000006u, 0x0000216eu, 0x00002165u, 0x0000022cu, 0x00060041u, 0x00000673u, 0x0000216fu, 0x0000067eu, - 0x00000222u, 0x0000216eu, 0x0004003du, 0x0000000fu, 0x00002170u, 0x0000216fu, 0x00070050u, 0x00000010u, - 0x00002171u, 0x00002169u, 0x00002169u, 0x00002169u, 0x00002170u, 0x0003003eu, 0x00000677u, 0x00002171u, - 0x000200f9u, 0x000021bcu, 0x000200f8u, 0x000021bcu, 0x0004003du, 0x00000006u, 0x0000214fu, 0x00002140u, - 0x00050084u, 0x00000006u, 0x00002150u, 0x0000213fu, 0x0000214fu, 0x00050080u, 0x00000006u, 0x00002151u, - 0x0000208du, 0x00002150u, 0x0004003du, 0x00000006u, 0x00002153u, 0x00002144u, 0x00050080u, 0x00000006u, - 0x00002154u, 0x00002151u, 0x00002153u, 0x000500c7u, 0x00000006u, 0x000021c0u, 0x00002154u, 0x00000685u, - 0x00050084u, 0x00000006u, 0x000021c2u, 0x0000213cu, 0x0000075bu, 0x00050080u, 0x00000006u, 0x000021c4u, - 0x000021c0u, 0x000021c2u, 0x000500c6u, 0x00000006u, 0x000021c6u, 0x000021c4u, 0x0000045eu, 0x00060041u, - 0x00000694u, 0x000021c7u, 0x00000691u, 0x00000222u, 0x000021c6u, 0x0004003du, 0x00000011u, 0x000021c8u, - 0x000021c7u, 0x000500c2u, 0x00000011u, 0x000021cau, 0x000021c8u, 0x000005f4u, 0x00060041u, 0x00000673u, - 0x000021ccu, 0x0000067eu, 0x00000222u, 0x000021c4u, 0x0004003du, 0x0000000fu, 0x000021cdu, 0x000021ccu, - 0x000500c7u, 0x00000011u, 0x000021cfu, 0x000021c8u, 0x000005f9u, 0x000500c4u, 0x00000011u, 0x000021d0u, - 0x000021cfu, 0x000005f4u, 0x00040071u, 0x0000000fu, 0x000021d1u, 0x000021d0u, 0x000500c5u, 0x0000000fu, - 0x000021d2u, 0x000021cdu, 0x000021d1u, 0x000200f9u, 0x00002158u, 0x000200f8u, 0x00002158u, 0x000700f5u, - 0x00000006u, 0x00009a30u, 0x00009a31u, 0x0000207du, 0x00002146u, 0x000021bcu, 0x000700f5u, 0x0000000fu, - 0x000075ccu, 0x000075cdu, 0x0000207du, 0x000021d2u, 0x000021bcu, 0x000700f5u, 0x00000011u, 0x000075c0u, - 0x000075c1u, 0x0000207du, 0x000021cau, 0x000021bcu, 0x000200f9u, 0x0000208fu, 0x000200f8u, 0x0000208fu, - 0x000700f5u, 0x00000047u, 0x0000b452u, 0x0000b454u, 0x00002158u, 0x0000b451u, 0x00002092u, 0x000700f5u, - 0x0000000fu, 0x000075cbu, 0x000075ccu, 0x00002158u, 0x00008f55u, 0x00002092u, 0x000700f5u, 0x00000011u, - 0x000075bfu, 0x000075c0u, 0x00002158u, 0x00008deeu, 0x00002092u, 0x000700f5u, 0x00000069u, 0x000075b2u, - 0x00000538u, 0x00002158u, 0x00009ebcu, 0x00002092u, 0x000700f5u, 0x00000069u, 0x000075abu, 0x00000538u, - 0x00002158u, 0x00009d3bu, 0x00002092u, 0x000700f5u, 0x00000006u, 0x000075a7u, 0x00002079u, 0x00002158u, - 0x0000209eu, 0x00002092u, 0x000700f5u, 0x00000047u, 0x00009890u, 0x00008c84u, 0x00002158u, 0x0000988fu, - 0x00002092u, 0x000700f5u, 0x0000000fu, 0x00009701u, 0x000075cdu, 0x00002158u, 0x00009700u, 0x00002092u, - 0x000700f5u, 0x0000000fu, 0x00009573u, 0x000075cdu, 0x00002158u, 0x00009572u, 0x00002092u, 0x000700f5u, - 0x00000047u, 0x000093f0u, 0x00008c84u, 0x00002158u, 0x000093efu, 0x00002092u, 0x000700f5u, 0x0000000fu, - 0x0000926eu, 0x000075cdu, 0x00002158u, 0x0000926du, 0x00002092u, 0x000700f5u, 0x0000000fu, 0x000090edu, - 0x000075cdu, 0x00002158u, 0x000090ecu, 0x00002092u, 0x000700f5u, 0x00000047u, 0x00008c82u, 0x00008c84u, - 0x00002158u, 0x00008c81u, 0x00002092u, 0x000700f5u, 0x00000010u, 0x00008b16u, 0x00008b18u, 0x00002158u, - 0x00008b15u, 0x00002092u, 0x000700f5u, 0x00000008u, 0x000089d8u, 0x000089dau, 0x00002158u, 0x000089d7u, - 0x00002092u, 0x000700f5u, 0x0000000fu, 0x0000889bu, 0x000075cdu, 0x00002158u, 0x0000889au, 0x00002092u, - 0x000700f5u, 0x0000000fu, 0x00008733u, 0x000075cdu, 0x00002158u, 0x00008732u, 0x00002092u, 0x000700f5u, - 0x00000012u, 0x0000846au, 0x0000846cu, 0x00002158u, 0x00008469u, 0x00002092u, 0x000700f5u, 0x00000013u, - 0x000083b3u, 0x00007721u, 0x00002158u, 0x000083b2u, 0x00002092u, 0x000700f5u, 0x00000011u, 0x0000822cu, - 0x0000021cu, 0x00002158u, 0x0000822bu, 0x00002092u, 0x000700f5u, 0x00000013u, 0x00008013u, 0x00007721u, - 0x00002158u, 0x00008012u, 0x00002092u, 0x000700f5u, 0x00000013u, 0x00007f21u, 0x00007721u, 0x00002158u, - 0x00007f20u, 0x00002092u, 0x000700f5u, 0x00000013u, 0x00007e2au, 0x00007721u, 0x00002158u, 0x00007e29u, - 0x00002092u, 0x000700f5u, 0x00000013u, 0x00007cfdu, 0x00007721u, 0x00002158u, 0x00007cfcu, 0x00002092u, - 0x000700f5u, 0x00000013u, 0x00007c6fu, 0x00007721u, 0x00002158u, 0x00007c6eu, 0x00002092u, 0x000700f5u, - 0x00000013u, 0x000078ceu, 0x00007721u, 0x00002158u, 0x000078cdu, 0x00002092u, 0x000700f5u, 0x00000013u, - 0x00007854u, 0x00007721u, 0x00002158u, 0x00007853u, 0x00002092u, 0x000700f5u, 0x00000013u, 0x000077d5u, - 0x00007721u, 0x00002158u, 0x000077d4u, 0x00002092u, 0x000700f5u, 0x00000013u, 0x0000771fu, 0x00007721u, - 0x00002158u, 0x0000771eu, 0x00002092u, 0x000700f5u, 0x000000efu, 0x00007688u, 0x00007666u, 0x00002158u, - 0x00007687u, 0x00002092u, 0x000700f5u, 0x000000efu, 0x00007664u, 0x00007666u, 0x00002158u, 0x00007663u, - 0x00002092u, 0x000700f5u, 0x00000044u, 0x0000760au, 0x000075fdu, 0x00002158u, 0x00007609u, 0x00002092u, - 0x000700f5u, 0x00000044u, 0x000075fbu, 0x000075fdu, 0x00002158u, 0x000075fau, 0x00002092u, 0x000500abu, - 0x00000069u, 0x00002095u, 0x000075a7u, 0x0000032fu, 0x000400f6u, 0x00002091u, 0x00002092u, 0x00000000u, - 0x000400fau, 0x00002095u, 0x00002090u, 0x00002091u, 0x000200f8u, 0x00002090u, 0x0006000cu, 0x00000008u, - 0x00002098u, 0x00000001u, 0x00000049u, 0x000075a7u, 0x000500c4u, 0x00000008u, 0x0000209au, 0x0000022cu, - 0x00002098u, 0x0004007cu, 0x00000006u, 0x0000209bu, 0x0000209au, 0x000400c8u, 0x00000006u, 0x0000209cu, - 0x0000209bu, 0x000500c7u, 0x00000006u, 0x0000209eu, 0x000075a7u, 0x0000209cu, 0x00050080u, 0x00000008u, - 0x000020a6u, 0x0000206au, 0x00002098u, 0x00060041u, 0x000006dbu, 0x000020a7u, 0x000020a3u, 0x00000222u, - 0x000020a6u, 0x0004003du, 0x00000006u, 0x000020a8u, 0x000020a7u, 0x000200f9u, 0x000020a9u, 0x000200f8u, - 0x000020a9u, 0x000700f5u, 0x00000047u, 0x0000b451u, 0x0000b452u, 0x00002090u, 0x0000b5b8u, 0x000020acu, - 0x000700f5u, 0x00000047u, 0x0000988fu, 0x00009890u, 0x00002090u, 0x0000b3c4u, 0x000020acu, 0x000700f5u, - 0x0000000fu, 0x00009700u, 0x00009701u, 0x00002090u, 0x0000b3a9u, 0x000020acu, 0x000700f5u, 0x0000000fu, - 0x00009572u, 0x00009573u, 0x00002090u, 0x0000b38eu, 0x000020acu, 0x000700f5u, 0x00000047u, 0x000093efu, - 0x000093f0u, 0x00002090u, 0x0000b366u, 0x000020acu, 0x000700f5u, 0x0000000fu, 0x0000926du, 0x0000926eu, - 0x00002090u, 0x0000b33eu, 0x000020acu, 0x000700f5u, 0x0000000fu, 0x000090ecu, 0x000090edu, 0x00002090u, - 0x0000b316u, 0x000020acu, 0x000700f5u, 0x0000000fu, 0x00008f55u, 0x000075cbu, 0x00002090u, 0x0000b2d8u, - 0x000020acu, 0x000700f5u, 0x00000011u, 0x00008deeu, 0x000075bfu, 0x00002090u, 0x0000b29au, 0x000020acu, - 0x000700f5u, 0x00000047u, 0x00008c81u, 0x00008c82u, 0x00002090u, 0x0000b25cu, 0x000020acu, 0x000700f5u, - 0x00000010u, 0x00008b15u, 0x00008b16u, 0x00002090u, 0x00008b13u, 0x000020acu, 0x000700f5u, 0x00000008u, - 0x000089d7u, 0x000089d8u, 0x00002090u, 0x000089d5u, 0x000020acu, 0x000700f5u, 0x0000000fu, 0x0000889au, - 0x0000889bu, 0x00002090u, 0x00008898u, 0x000020acu, 0x000700f5u, 0x0000000fu, 0x00008732u, 0x00008733u, - 0x00002090u, 0x00008730u, 0x000020acu, 0x000700f5u, 0x00000012u, 0x00008469u, 0x0000846au, 0x00002090u, - 0x0000b0cbu, 0x000020acu, 0x000700f5u, 0x00000013u, 0x000083b2u, 0x000083b3u, 0x00002090u, 0x0000b039u, - 0x000020acu, 0x000700f5u, 0x00000011u, 0x0000822bu, 0x0000822cu, 0x00002090u, 0x0000afc7u, 0x000020acu, - 0x000700f5u, 0x00000013u, 0x00008012u, 0x00008013u, 0x00002090u, 0x0000af1fu, 0x000020acu, 0x000700f5u, - 0x00000013u, 0x00007f20u, 0x00007f21u, 0x00002090u, 0x0000ae78u, 0x000020acu, 0x000700f5u, 0x00000013u, - 0x00007e29u, 0x00007e2au, 0x00002090u, 0x0000add1u, 0x000020acu, 0x000700f5u, 0x00000013u, 0x00007cfcu, - 0x00007cfdu, 0x00002090u, 0x0000ad2au, 0x000020acu, 0x000700f5u, 0x00000013u, 0x00007c6eu, 0x00007c6fu, - 0x00002090u, 0x0000ac98u, 0x000020acu, 0x000700f5u, 0x00000013u, 0x000078cdu, 0x000078ceu, 0x00002090u, - 0x0000ab78u, 0x000020acu, 0x000700f5u, 0x00000013u, 0x00007853u, 0x00007854u, 0x00002090u, 0x0000aa59u, - 0x000020acu, 0x000700f5u, 0x00000013u, 0x000077d4u, 0x000077d5u, 0x00002090u, 0x0000a93au, 0x000020acu, - 0x000700f5u, 0x00000013u, 0x0000771eu, 0x0000771fu, 0x00002090u, 0x0000a81bu, 0x000020acu, 0x000700f5u, - 0x000000efu, 0x00007687u, 0x00007688u, 0x00002090u, 0x0000a69eu, 0x000020acu, 0x000700f5u, 0x000000efu, - 0x00007663u, 0x00007664u, 0x00002090u, 0x0000a521u, 0x000020acu, 0x000700f5u, 0x00000044u, 0x00007609u, - 0x0000760au, 0x00002090u, 0x0000a398u, 0x000020acu, 0x000700f5u, 0x00000044u, 0x000075fau, 0x000075fbu, - 0x00002090u, 0x0000a206u, 0x000020acu, 0x000700f5u, 0x00000006u, 0x000075e7u, 0x000020a8u, 0x00002090u, - 0x000020b8u, 0x000020acu, 0x000700f5u, 0x00000069u, 0x00009ebcu, 0x000075b2u, 0x00002090u, 0x00009ebdu, - 0x000020acu, 0x000700f5u, 0x00000069u, 0x00009d3bu, 0x000075abu, 0x00002090u, 0x00009d3cu, 0x000020acu, - 0x000500abu, 0x00000069u, 0x000020afu, 0x000075e7u, 0x0000032fu, 0x000400f6u, 0x000020abu, 0x000020acu, - 0x00000000u, 0x000400fau, 0x000020afu, 0x000020aau, 0x000020abu, 0x000200f8u, 0x000020aau, 0x0006000cu, - 0x00000008u, 0x000020b2u, 0x00000001u, 0x00000049u, 0x000075e7u, 0x000500c4u, 0x00000008u, 0x000020b4u, - 0x0000022cu, 0x000020b2u, 0x0004007cu, 0x00000006u, 0x000020b5u, 0x000020b4u, 0x000400c8u, 0x00000006u, - 0x000020b6u, 0x000020b5u, 0x000500c7u, 0x00000006u, 0x000020b8u, 0x000075e7u, 0x000020b6u, 0x00050084u, - 0x00000008u, 0x000020bcu, 0x0000116au, 0x00002098u, 0x00050080u, 0x00000008u, 0x000020bdu, 0x000020b2u, - 0x000020bcu, 0x0004007cu, 0x00000006u, 0x000020beu, 0x000020bdu, 0x000300f7u, 0x00002508u, 0x00000000u, - 0x000300fbu, 0x0000032fu, 0x000022a0u, 0x000200f8u, 0x000022a0u, 0x00060041u, 0x000002feu, 0x0000250eu, - 0x000002fcu, 0x00000222u, 0x000020beu, 0x0004003du, 0x000002f8u, 0x0000250fu, 0x0000250eu, 0x00050051u, - 0x00000008u, 0x00002510u, 0x0000250fu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00002512u, 0x0000250fu, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00002514u, 0x0000250fu, 0x00000002u, 0x00050084u, 0x00000008u, - 0x000022a6u, 0x00000888u, 0x00002512u, 0x000500b1u, 0x00000069u, 0x000022a7u, 0x00002052u, 0x000022a6u, - 0x000400a8u, 0x00000069u, 0x000022a8u, 0x000022a7u, 0x000300f7u, 0x000022b0u, 0x00000000u, 0x000400fau, - 0x000022a8u, 0x000022a9u, 0x000022b0u, 0x000200f8u, 0x000022a9u, 0x00050084u, 0x00000008u, 0x000022adu, - 0x00002514u, 0x00000888u, 0x00050080u, 0x00000008u, 0x000022aeu, 0x000022adu, 0x00001cfdu, 0x000500adu, - 0x00000069u, 0x000022afu, 0x00002052u, 0x000022aeu, 0x000200f9u, 0x000022b0u, 0x000200f8u, 0x000022b0u, - 0x000700f5u, 0x00000069u, 0x000022b1u, 0x000022a7u, 0x000022a0u, 0x000022afu, 0x000022a9u, 0x000300f7u, - 0x000022b3u, 0x00000000u, 0x000400fau, 0x000022b1u, 0x000022b2u, 0x000022b3u, 0x000200f8u, 0x000022b2u, - 0x000200f9u, 0x00002508u, 0x000200f8u, 0x000022b3u, 0x00070041u, 0x00000673u, 0x000022b5u, 0x00001d09u, - 0x00000222u, 0x000020beu, 0x00000262u, 0x0004003du, 0x0000000fu, 0x000022b6u, 0x000022b5u, 0x00040071u, - 0x00000006u, 0x000022b7u, 0x000022b6u, 0x000300f7u, 0x000022c2u, 0x00000000u, 0x000400fau, 0x00001d0eu, - 0x000022b8u, 0x000022c2u, 0x000200f8u, 0x000022b8u, 0x000500c7u, 0x00000006u, 0x000022bau, 0x000022b7u, - 0x00000a4eu, 0x000500abu, 0x00000069u, 0x000022bbu, 0x000022bau, 0x0000032fu, 0x000300f7u, 0x000022c1u, - 0x00000000u, 0x000400fau, 0x000022bbu, 0x000022bcu, 0x000022c1u, 0x000200f8u, 0x000022bcu, 0x000500c7u, - 0x00000008u, 0x000022beu, 0x0000204eu, 0x00001d17u, 0x000500c7u, 0x00000008u, 0x000022c0u, 0x00002052u, - 0x00001d1bu, 0x000200f9u, 0x000022c1u, 0x000200f8u, 0x000022c1u, 0x000700f5u, 0x00000008u, 0x000075edu, - 0x0000204eu, 0x000022b8u, 0x000022beu, 0x000022bcu, 0x000700f5u, 0x00000008u, 0x000075ebu, 0x00002052u, - 0x000022b8u, 0x000022c0u, 0x000022bcu, 0x000200f9u, 0x000022c2u, 0x000200f8u, 0x000022c2u, 0x000700f5u, - 0x00000008u, 0x000075ecu, 0x0000204eu, 0x000022b3u, 0x000075edu, 0x000022c1u, 0x000700f5u, 0x00000008u, - 0x000075eau, 0x00002052u, 0x000022b3u, 0x000075ebu, 0x000022c1u, 0x00050084u, 0x00000008u, 0x000022c5u, - 0x00000888u, 0x00002510u, 0x00050082u, 0x00000008u, 0x000022cau, 0x000075eau, 0x000022a6u, 0x00050080u, - 0x00000008u, 0x000022cbu, 0x000022c5u, 0x000022cau, 0x0004007cu, 0x00000006u, 0x000022ccu, 0x000022cbu, - 0x00060041u, 0x000002dfu, 0x0000251du, 0x000002ddu, 0x00000222u, 0x000022ccu, 0x0004003du, 0x000002d9u, - 0x0000251eu, 0x0000251du, 0x00050051u, 0x00000009u, 0x0000251fu, 0x0000251eu, 0x00000000u, 0x00050051u, - 0x00000009u, 0x00002521u, 0x0000251eu, 0x00000001u, 0x00050051u, 0x00000028u, 0x00002523u, 0x0000251eu, - 0x00000002u, 0x00050051u, 0x00000028u, 0x00002525u, 0x0000251eu, 0x00000003u, 0x00050051u, 0x00000008u, - 0x00002527u, 0x0000251eu, 0x00000004u, 0x00050051u, 0x00000008u, 0x00002529u, 0x0000251eu, 0x00000005u, - 0x00050051u, 0x00000008u, 0x0000252bu, 0x0000251eu, 0x00000006u, 0x00050051u, 0x00000012u, 0x0000252du, - 0x0000251eu, 0x00000007u, 0x00050051u, 0x00000011u, 0x0000252fu, 0x0000251eu, 0x00000008u, 0x000500aau, - 0x00000069u, 0x000022d0u, 0x0000252fu, 0x0000021cu, 0x000300f7u, 0x000022d2u, 0x00000000u, 0x000400fau, - 0x000022d0u, 0x000022d1u, 0x000022d2u, 0x000200f8u, 0x000022d1u, 0x000200f9u, 0x00002508u, 0x000200f8u, - 0x000022d2u, 0x00070041u, 0x00000673u, 0x000022d4u, 0x00001d09u, 0x00000222u, 0x000020beu, 0x00000265u, - 0x0004003du, 0x0000000fu, 0x000022d5u, 0x000022d4u, 0x00040071u, 0x00000006u, 0x000022d6u, 0x000022d5u, - 0x00060041u, 0x00000224u, 0x00002536u, 0x00000221u, 0x00000222u, 0x000020beu, 0x0004003du, 0x0000021du, - 0x00002537u, 0x00002536u, 0x00050051u, 0x00000009u, 0x0000253au, 0x00002537u, 0x00000001u, 0x00050051u, - 0x00000009u, 0x0000253eu, 0x00002537u, 0x00000003u, 0x00050051u, 0x00000009u, 0x00002542u, 0x00002537u, - 0x00000005u, 0x00050051u, 0x00000009u, 0x00002546u, 0x00002537u, 0x00000007u, 0x00070041u, 0x00001d3cu, - 0x000022dau, 0x00000a2au, 0x00000222u, 0x000020beu, 0x00000222u, 0x0004003du, 0x00000010u, 0x000022dbu, - 0x000022dau, 0x00040071u, 0x000004f9u, 0x000022dcu, 0x000022dbu, 0x0003003eu, 0x000021ddu, 0x000022dcu, - 0x00050041u, 0x00000007u, 0x000022ddu, 0x000021ddu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000022deu, - 0x000022ddu, 0x00050041u, 0x00000007u, 0x000022dfu, 0x000021ddu, 0x00000388u, 0x0004003du, 0x00000006u, - 0x000022e0u, 0x000022dfu, 0x00060041u, 0x0000027cu, 0x0000254du, 0x0000027au, 0x00000222u, 0x000022deu, - 0x0004003du, 0x00000276u, 0x0000254eu, 0x0000254du, 0x00050051u, 0x00000010u, 0x0000254fu, 0x0000254eu, - 0x00000000u, 0x00050051u, 0x00000010u, 0x00002551u, 0x0000254eu, 0x00000001u, 0x00050051u, 0x00000010u, - 0x00002553u, 0x0000254eu, 0x00000002u, 0x00050051u, 0x00000010u, 0x00002555u, 0x0000254eu, 0x00000003u, - 0x00050051u, 0x00000006u, 0x00002557u, 0x0000254eu, 0x00000004u, 0x00050051u, 0x00000008u, 0x00002559u, - 0x0000254eu, 0x00000005u, 0x000500c7u, 0x00000006u, 0x000022f0u, 0x00002557u, 0x00000332u, 0x000500abu, - 0x00000069u, 0x000022f1u, 0x000022f0u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022f3u, 0x00002557u, - 0x00000a4eu, 0x000500abu, 0x00000069u, 0x000022f4u, 0x000022f3u, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x000022f6u, 0x00002557u, 0x00001d66u, 0x000500abu, 0x00000069u, 0x000022f7u, 0x000022f6u, 0x0000032fu, - 0x000500c7u, 0x00000006u, 0x000022f9u, 0x00002557u, 0x00000a54u, 0x000500abu, 0x00000069u, 0x000022fau, - 0x000022f9u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022fcu, 0x00002557u, 0x00000a5au, 0x000500abu, - 0x00000069u, 0x000022fdu, 0x000022fcu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000022ffu, 0x00002557u, - 0x00000316u, 0x000500abu, 0x00000069u, 0x00002300u, 0x000022ffu, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x00002302u, 0x00002557u, 0x00001d77u, 0x000500abu, 0x00000069u, 0x00002303u, 0x00002302u, 0x0000032fu, - 0x000500c7u, 0x00000006u, 0x00002305u, 0x00002557u, 0x00000f69u, 0x000500abu, 0x00000069u, 0x00002306u, - 0x00002305u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002308u, 0x00002557u, 0x00000f61u, 0x000500abu, - 0x00000069u, 0x00002309u, 0x00002308u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x0000230bu, 0x00002557u, - 0x00000706u, 0x000500abu, 0x00000069u, 0x0000230cu, 0x0000230bu, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x0000230eu, 0x00002557u, 0x00000a60u, 0x000500abu, 0x00000069u, 0x0000230fu, 0x0000230eu, 0x0000032fu, - 0x000500c7u, 0x00000006u, 0x00002311u, 0x00002557u, 0x0000045eu, 0x000500abu, 0x00000069u, 0x00002312u, - 0x00002311u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002314u, 0x00002557u, 0x00000e94u, 0x000500abu, - 0x00000069u, 0x00002315u, 0x00002314u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002317u, 0x00002557u, - 0x00001d94u, 0x000500abu, 0x00000069u, 0x00002318u, 0x00002317u, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x0000231au, 0x00002557u, 0x00001d99u, 0x000500abu, 0x00000069u, 0x0000231bu, 0x0000231au, 0x0000032fu, - 0x000500c7u, 0x00000006u, 0x0000231du, 0x00002557u, 0x00001d9eu, 0x000500abu, 0x00000069u, 0x0000231eu, - 0x0000231du, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002320u, 0x00002557u, 0x00001da3u, 0x000500abu, - 0x00000069u, 0x00002321u, 0x00002320u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002323u, 0x00002557u, - 0x00001da8u, 0x000500abu, 0x00000069u, 0x00002324u, 0x00002323u, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x00002326u, 0x00002557u, 0x00001dadu, 0x000500abu, 0x00000069u, 0x00002327u, 0x00002326u, 0x0000032fu, - 0x000500c7u, 0x00000006u, 0x00002329u, 0x00002557u, 0x00001db2u, 0x000500abu, 0x00000069u, 0x0000232au, - 0x00002329u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x0000232cu, 0x00002557u, 0x00001db7u, 0x000500abu, - 0x00000069u, 0x0000232du, 0x0000232cu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x0000232fu, 0x00002557u, - 0x00001dbcu, 0x000500abu, 0x00000069u, 0x00002330u, 0x0000232fu, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x00002332u, 0x00002557u, 0x00001dc1u, 0x000500abu, 0x00000069u, 0x00002333u, 0x00002332u, 0x0000032fu, - 0x000500c7u, 0x00000006u, 0x00002335u, 0x00002557u, 0x00001dc6u, 0x000500abu, 0x00000069u, 0x00002336u, - 0x00002335u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00002338u, 0x00002557u, 0x00001dcau, 0x000500abu, - 0x00000069u, 0x00002339u, 0x00002338u, 0x0000032fu, 0x000300f7u, 0x00002344u, 0x00000000u, 0x000400fau, - 0x00002339u, 0x0000233au, 0x00002344u, 0x000200f8u, 0x0000233au, 0x0004007cu, 0x00000006u, 0x0000233cu, - 0x000075ecu, 0x0004007cu, 0x00000006u, 0x0000233eu, 0x000075eau, 0x00060041u, 0x00001dd4u, 0x00002340u, - 0x00000ce4u, 0x00000222u, 0x00000232u, 0x0004003du, 0x00000006u, 0x00002341u, 0x00002340u, 0x00050080u, - 0x00000006u, 0x00002342u, 0x000020beu, 0x00002341u, 0x00060050u, 0x0000030eu, 0x00002565u, 0x0000233cu, - 0x0000233eu, 0x00002342u, 0x000500c2u, 0x0000030eu, 0x00002568u, 0x00002565u, 0x0000b421u, 0x0008004fu, - 0x0000030eu, 0x0000256au, 0x00002565u, 0x00002565u, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, - 0x0000030eu, 0x0000256bu, 0x00002568u, 0x0000256au, 0x00050084u, 0x0000030eu, 0x0000256du, 0x0000256bu, - 0x0000b422u, 0x000500c2u, 0x0000030eu, 0x00002570u, 0x0000256du, 0x0000b421u, 0x0008004fu, 0x0000030eu, - 0x00002572u, 0x0000256du, 0x0000256du, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x0000030eu, - 0x00002573u, 0x00002570u, 0x00002572u, 0x00050084u, 0x0000030eu, 0x00002575u, 0x00002573u, 0x0000b422u, - 0x000500c2u, 0x0000030eu, 0x00002578u, 0x00002575u, 0x0000b421u, 0x0008004fu, 0x0000030eu, 0x0000257au, - 0x00002575u, 0x00002575u, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x0000030eu, 0x0000257bu, - 0x00002578u, 0x0000257au, 0x00050084u, 0x0000030eu, 0x0000257du, 0x0000257bu, 0x0000b422u, 0x0003003eu, - 0x00002560u, 0x0000257du, 0x00050041u, 0x00000007u, 0x0000257eu, 0x00002560u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x0000257fu, 0x0000257eu, 0x000500c2u, 0x00000006u, 0x00002580u, 0x0000257fu, 0x00000332u, - 0x00040071u, 0x00000011u, 0x00002581u, 0x00002580u, 0x000200f9u, 0x00002344u, 0x000200f8u, 0x00002344u, - 0x000700f5u, 0x00000011u, 0x00008228u, 0x0000822bu, 0x000022d2u, 0x00002581u, 0x0000233au, 0x000500c7u, - 0x00000006u, 0x00002346u, 0x000022b7u, 0x0000045eu, 0x000500abu, 0x00000069u, 0x00002347u, 0x00002346u, - 0x0000032fu, 0x000300f7u, 0x00002394u, 0x00000000u, 0x000400fau, 0x00002318u, 0x00002349u, 0x00002384u, - 0x000200f8u, 0x00002384u, 0x000300f7u, 0x00002393u, 0x00000000u, 0x000400fau, 0x00002315u, 0x00002386u, - 0x00002393u, 0x000200f8u, 0x00002386u, 0x000500afu, 0x00000069u, 0x0000238bu, 0x000075ecu, 0x00002529u, - 0x000300f7u, 0x00002391u, 0x00000000u, 0x000400fau, 0x0000238bu, 0x0000238cu, 0x00002391u, 0x000200f8u, - 0x0000238cu, 0x000500b3u, 0x00000069u, 0x00002390u, 0x000075ecu, 0x0000252bu, 0x000200f9u, 0x00002391u, - 0x000200f8u, 0x00002391u, 0x000700f5u, 0x00000069u, 0x00002392u, 0x0000238bu, 0x00002386u, 0x00002390u, - 0x0000238cu, 0x000200f9u, 0x00002508u, 0x000200f8u, 0x00002393u, 0x000200f9u, 0x00002394u, 0x000200f8u, - 0x00002349u, 0x000500afu, 0x00000069u, 0x0000234du, 0x000075ecu, 0x00002529u, 0x000300f7u, 0x00002353u, - 0x00000000u, 0x000400fau, 0x0000234du, 0x0000234eu, 0x00002353u, 0x000200f8u, 0x0000234eu, 0x000500b3u, - 0x00000069u, 0x00002352u, 0x000075ecu, 0x0000252bu, 0x000200f9u, 0x00002353u, 0x000200f8u, 0x00002353u, - 0x000700f5u, 0x00000069u, 0x00002354u, 0x0000234du, 0x00002349u, 0x00002352u, 0x0000234eu, 0x000400a8u, - 0x00000069u, 0x00002356u, 0x00002354u, 0x000300f7u, 0x00002358u, 0x00000000u, 0x000400fau, 0x00002356u, - 0x00002357u, 0x00002358u, 0x000200f8u, 0x00002357u, 0x000200f9u, 0x00002508u, 0x000200f8u, 0x00002358u, - 0x000300f7u, 0x00002597u, 0x00000000u, 0x000400fau, 0x00002347u, 0x0000258du, 0x00002592u, 0x000200f8u, - 0x00002592u, 0x00050082u, 0x00000008u, 0x00002596u, 0x0000252bu, 0x000075ecu, 0x000200f9u, 0x00002597u, - 0x000200f8u, 0x0000258du, 0x00050082u, 0x00000008u, 0x00002591u, 0x000075ecu, 0x00002529u, 0x000200f9u, - 0x00002597u, 0x000200f8u, 0x00002597u, 0x000700f5u, 0x00000008u, 0x0000870bu, 0x00002591u, 0x0000258du, - 0x00002596u, 0x00002592u, 0x000500c3u, 0x00000008u, 0x0000259au, 0x0000870bu, 0x0000078du, 0x00060041u, - 0x00000ce5u, 0x0000259cu, 0x00000ce4u, 0x00000222u, 0x0000022cu, 0x0004003du, 0x00000008u, 0x0000259du, - 0x0000259cu, 0x000500c7u, 0x00000008u, 0x0000259eu, 0x0000259au, 0x0000259du, 0x00050082u, 0x00000008u, - 0x000025a1u, 0x0000259au, 0x0000259eu, 0x00060041u, 0x00000ce5u, 0x000025a3u, 0x00000ce4u, 0x00000222u, - 0x00000222u, 0x0004003du, 0x00000008u, 0x000025a4u, 0x000025a3u, 0x000500c3u, 0x00000008u, 0x000025a5u, - 0x0000259au, 0x000025a4u, 0x000600a9u, 0x00000008u, 0x000025a7u, 0x00002347u, 0x0000022cu, 0x00000cf2u, - 0x00050084u, 0x00000008u, 0x000025a8u, 0x000025a5u, 0x000025a7u, 0x0008004fu, 0x00000044u, 0x000025abu, - 0x00002521u, 0x00002521u, 0x00000000u, 0x00000001u, 0x00000003u, 0x0008004fu, 0x00000044u, 0x000025adu, - 0x00002542u, 0x00002542u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000044u, 0x000025afu, - 0x000025adu, 0x0000b423u, 0x00060050u, 0x00000044u, 0x000025b1u, 0x000025a8u, 0x000025a8u, 0x000025a8u, - 0x00050084u, 0x00000044u, 0x000025b2u, 0x000025afu, 0x000025b1u, 0x00050080u, 0x00000044u, 0x000025b3u, - 0x000025abu, 0x000025b2u, 0x000300f7u, 0x000025c1u, 0x00000000u, 0x000400fau, 0x00002300u, 0x000025b5u, - 0x000025bcu, 0x000200f8u, 0x000025bcu, 0x000500c3u, 0x00000044u, 0x000025bfu, 0x000025b3u, 0x0000b424u, - 0x0007004fu, 0x000000efu, 0x0000264bu, 0x000025bfu, 0x000025bfu, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x000025c1u, 0x000200f8u, 0x000025b5u, 0x000500c3u, 0x00000044u, 0x000025b8u, 0x000025b3u, 0x0000b424u, - 0x0003003eu, 0x00002588u, 0x000025b8u, 0x00050041u, 0x00000046u, 0x000025cdu, 0x00002588u, 0x00000388u, - 0x0004003du, 0x00000008u, 0x000025ceu, 0x000025cdu, 0x000500b3u, 0x00000069u, 0x000025d0u, 0x000025ceu, - 0x00000222u, 0x000500c7u, 0x00000008u, 0x000025d2u, 0x000025ceu, 0x00000c28u, 0x0006000cu, 0x00000008u, - 0x0000262fu, 0x00000001u, 0x0000004au, 0x000025d2u, 0x00050082u, 0x00000008u, 0x00002630u, 0x00000271u, - 0x0000262fu, 0x0007000cu, 0x00000008u, 0x00002631u, 0x00000001u, 0x00000027u, 0x00002630u, 0x00000271u, - 0x000500c4u, 0x00000008u, 0x00002634u, 0x000025d2u, 0x00002631u, 0x000500c7u, 0x00000008u, 0x00002635u, - 0x00002634u, 0x00000b44u, 0x000500c7u, 0x00000008u, 0x00002637u, 0x00002635u, 0x00000360u, 0x000500c3u, - 0x00000008u, 0x00002639u, 0x00002635u, 0x0000025fu, 0x0003003eu, 0x0000262au, 0x00000c08u, 0x00050041u, - 0x000001afu, 0x0000263au, 0x0000262au, 0x00002639u, 0x0004003du, 0x000001aeu, 0x0000263bu, 0x0000263au, - 0x00040072u, 0x000000efu, 0x0000263cu, 0x0000263bu, 0x0003003eu, 0x00002629u, 0x0000263cu, 0x00050041u, - 0x00000046u, 0x0000263du, 0x00002629u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000263eu, 0x0000263du, - 0x00050084u, 0x00000008u, 0x00002640u, 0x0000263eu, 0x00002637u, 0x000500c3u, 0x00000008u, 0x00002641u, - 0x00002640u, 0x00000265u, 0x00050041u, 0x00000046u, 0x00002642u, 0x00002629u, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x00002643u, 0x00002642u, 0x00050080u, 0x00000008u, 0x00002644u, 0x00002641u, 0x00002643u, - 0x00050050u, 0x000000efu, 0x00002647u, 0x00002644u, 0x00002631u, 0x0003003eu, 0x000025c4u, 0x00002647u, - 0x00050041u, 0x00000046u, 0x000025d5u, 0x000025c4u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000025d6u, - 0x000025d5u, 0x0007004fu, 0x000000efu, 0x000025d8u, 0x000025b8u, 0x000025b8u, 0x00000000u, 0x00000001u, - 0x00050041u, 0x00000046u, 0x000025d9u, 0x000025c4u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000025dau, - 0x000025d9u, 0x00050050u, 0x000000efu, 0x000025dbu, 0x000025dau, 0x000025dau, 0x00050084u, 0x000000efu, - 0x000025dcu, 0x000025d8u, 0x000025dbu, 0x0003003eu, 0x000025c7u, 0x000025dcu, 0x000500c3u, 0x00000008u, - 0x000025deu, 0x00000c3bu, 0x000025d6u, 0x0004007eu, 0x00000008u, 0x000025dfu, 0x000025deu, 0x000500c7u, - 0x00000008u, 0x000025e0u, 0x00000c3au, 0x000025dfu, 0x00050050u, 0x000000efu, 0x000025e3u, 0x000025e0u, - 0x000025e0u, 0x000500c7u, 0x000000efu, 0x000025e4u, 0x000025dcu, 0x000025e3u, 0x0003003eu, 0x000025c9u, - 0x000025e4u, 0x000500abu, 0x00000069u, 0x000025e6u, 0x000025d6u, 0x00000271u, 0x000300f7u, 0x000025f1u, - 0x00000000u, 0x000400fau, 0x000025e6u, 0x000025e7u, 0x000025edu, 0x000200f8u, 0x000025edu, 0x0004003du, - 0x000000efu, 0x000025eeu, 0x000025c7u, 0x000500c4u, 0x000000efu, 0x000025f0u, 0x000025eeu, 0x0000b428u, - 0x0003003eu, 0x000025cau, 0x000025f0u, 0x000200f9u, 0x000025f1u, 0x000200f8u, 0x000025e7u, 0x0004003du, - 0x000000efu, 0x000025e8u, 0x000025c7u, 0x00050082u, 0x00000008u, 0x000025eau, 0x0000026eu, 0x000025d6u, - 0x00050050u, 0x000000efu, 0x000025ebu, 0x000025eau, 0x000025eau, 0x000500c3u, 0x000000efu, 0x000025ecu, - 0x000025e8u, 0x000025ebu, 0x0003003eu, 0x000025c7u, 0x000025ecu, 0x0003003eu, 0x000025cau, 0x000025ecu, - 0x000200f9u, 0x000025f1u, 0x000200f8u, 0x000025f1u, 0x000500abu, 0x00000881u, 0x000025f3u, 0x000025e4u, - 0x00000c54u, 0x0004009au, 0x00000069u, 0x000025f4u, 0x000025f3u, 0x000300f7u, 0x00002620u, 0x00000000u, - 0x000400fau, 0x000025f4u, 0x000025f5u, 0x00002620u, 0x000200f8u, 0x000025f5u, 0x00050041u, 0x00000046u, - 0x000025f6u, 0x000025c9u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000025f7u, 0x000025f6u, 0x000500abu, - 0x00000069u, 0x000025f9u, 0x000025f7u, 0x000025e0u, 0x000300f7u, 0x000025feu, 0x00000000u, 0x000400fau, - 0x000025f9u, 0x000025fau, 0x000025feu, 0x000200f8u, 0x000025fau, 0x0004003du, 0x00000008u, 0x000025fcu, - 0x000025f6u, 0x000500abu, 0x00000069u, 0x000025fdu, 0x000025fcu, 0x00000222u, 0x000200f9u, 0x000025feu, - 0x000200f8u, 0x000025feu, 0x000700f5u, 0x00000069u, 0x000025ffu, 0x000025f9u, 0x000025f5u, 0x000025fdu, - 0x000025fau, 0x000300f7u, 0x0000260au, 0x00000000u, 0x000400fau, 0x000025ffu, 0x00002600u, 0x0000260au, - 0x000200f8u, 0x00002600u, 0x00050041u, 0x00000046u, 0x00002601u, 0x000025c7u, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x00002602u, 0x00002601u, 0x000500c7u, 0x00000008u, 0x00002603u, 0x00002602u, 0x00000c3bu, - 0x000500aau, 0x00000069u, 0x00002604u, 0x00002603u, 0x00000222u, 0x000300f7u, 0x00002609u, 0x00000000u, - 0x000400fau, 0x00002604u, 0x00002605u, 0x00002607u, 0x000200f8u, 0x00002607u, 0x00050041u, 0x00000046u, - 0x00002608u, 0x000025cau, 0x0000032fu, 0x0003003eu, 0x00002608u, 0x00000c6du, 0x000200f9u, 0x00002609u, - 0x000200f8u, 0x00002605u, 0x00050041u, 0x00000046u, 0x00002606u, 0x000025cau, 0x0000032fu, 0x0003003eu, - 0x00002606u, 0x00000c28u, 0x000200f9u, 0x00002609u, 0x000200f8u, 0x00002609u, 0x000200f9u, 0x0000260au, - 0x000200f8u, 0x0000260au, 0x00050041u, 0x00000046u, 0x0000260bu, 0x000025c9u, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x0000260cu, 0x0000260bu, 0x000500abu, 0x00000069u, 0x0000260eu, 0x0000260cu, 0x000025e0u, - 0x000300f7u, 0x00002613u, 0x00000000u, 0x000400fau, 0x0000260eu, 0x0000260fu, 0x00002613u, 0x000200f8u, - 0x0000260fu, 0x0004003du, 0x00000008u, 0x00002611u, 0x0000260bu, 0x000500abu, 0x00000069u, 0x00002612u, - 0x00002611u, 0x00000222u, 0x000200f9u, 0x00002613u, 0x000200f8u, 0x00002613u, 0x000700f5u, 0x00000069u, - 0x00002614u, 0x0000260eu, 0x0000260au, 0x00002612u, 0x0000260fu, 0x000300f7u, 0x0000261fu, 0x00000000u, - 0x000400fau, 0x00002614u, 0x00002615u, 0x0000261fu, 0x000200f8u, 0x00002615u, 0x00050041u, 0x00000046u, - 0x00002616u, 0x000025c7u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002617u, 0x00002616u, 0x000500c7u, - 0x00000008u, 0x00002618u, 0x00002617u, 0x00000c3bu, 0x000500aau, 0x00000069u, 0x00002619u, 0x00002618u, - 0x00000222u, 0x000300f7u, 0x0000261eu, 0x00000000u, 0x000400fau, 0x00002619u, 0x0000261au, 0x0000261cu, - 0x000200f8u, 0x0000261cu, 0x00050041u, 0x00000046u, 0x0000261du, 0x000025cau, 0x0000045eu, 0x0003003eu, - 0x0000261du, 0x00000c6du, 0x000200f9u, 0x0000261eu, 0x000200f8u, 0x0000261au, 0x00050041u, 0x00000046u, - 0x0000261bu, 0x000025cau, 0x0000045eu, 0x0003003eu, 0x0000261bu, 0x00000c28u, 0x000200f9u, 0x0000261eu, - 0x000200f8u, 0x0000261eu, 0x000200f9u, 0x0000261fu, 0x000200f8u, 0x0000261fu, 0x000200f9u, 0x00002620u, - 0x000200f8u, 0x00002620u, 0x000300f7u, 0x00002623u, 0x00000000u, 0x000400fau, 0x000025d0u, 0x00002622u, - 0x00002623u, 0x000200f8u, 0x00002622u, 0x0003003eu, 0x000025cau, 0x00000c87u, 0x000200f9u, 0x00002623u, - 0x000200f8u, 0x00002623u, 0x0004003du, 0x000000efu, 0x00002624u, 0x000025cau, 0x0008000cu, 0x000000efu, - 0x00002625u, 0x00000001u, 0x0000002du, 0x00002624u, 0x00000c8au, 0x00000c8bu, 0x000200f9u, 0x000025c1u, - 0x000200f8u, 0x000025c1u, 0x000700f5u, 0x000000efu, 0x0000870cu, 0x00002625u, 0x00002623u, 0x0000264bu, - 0x000025bcu, 0x000500c7u, 0x00000006u, 0x00002363u, 0x000022d6u, 0x00000744u, 0x00080041u, 0x00000673u, - 0x00002366u, 0x00000a2au, 0x00000222u, 0x000020beu, 0x0000022fu, 0x00002363u, 0x0004003du, 0x0000000fu, - 0x00002367u, 0x00002366u, 0x00040071u, 0x00000006u, 0x00002368u, 0x00002367u, 0x00060041u, 0x000002b6u, - 0x00002650u, 0x000002b4u, 0x00000222u, 0x00002368u, 0x0004003du, 0x000002b0u, 0x00002651u, 0x00002650u, - 0x00050051u, 0x00000006u, 0x00002652u, 0x00002651u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00002656u, - 0x00002651u, 0x00000002u, 0x00050051u, 0x00000006u, 0x0000265au, 0x00002651u, 0x00000004u, 0x00050051u, - 0x00000006u, 0x0000265cu, 0x00002651u, 0x00000005u, 0x00050051u, 0x0000000fu, 0x00002660u, 0x00002651u, - 0x00000007u, 0x00050051u, 0x0000000fu, 0x00002662u, 0x00002651u, 0x00000008u, 0x00050051u, 0x0000000fu, - 0x00002664u, 0x00002651u, 0x00000009u, 0x00050051u, 0x0000000fu, 0x00002666u, 0x00002651u, 0x0000000au, - 0x00050051u, 0x0000000fu, 0x00002668u, 0x00002651u, 0x0000000bu, 0x00050051u, 0x0000000fu, 0x0000266au, - 0x00002651u, 0x0000000cu, 0x00050051u, 0x0000000fu, 0x0000266cu, 0x00002651u, 0x0000000du, 0x0003003eu, - 0x00002215u, 0x0000870cu, 0x0004007cu, 0x00000008u, 0x00002686u, 0x00002652u, 0x00040071u, 0x00000006u, - 0x00002689u, 0x00002666u, 0x0004007cu, 0x00000008u, 0x0000268au, 0x00002689u, 0x00050041u, 0x00000046u, - 0x0000268bu, 0x00002215u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000268cu, 0x0000268bu, 0x0008000cu, - 0x00000008u, 0x000026c4u, 0x00000001u, 0x0000002du, 0x0000268cu, 0x00000c6du, 0x00000c28u, 0x000500b1u, - 0x00000069u, 0x000026c6u, 0x0000268au, 0x00000268u, 0x000300f7u, 0x000026d2u, 0x00000000u, 0x000400fau, - 0x000026c6u, 0x000026c7u, 0x000026cbu, 0x000200f8u, 0x000026cbu, 0x00050082u, 0x00000008u, 0x000026cdu, - 0x0000116au, 0x0000268au, 0x000500c4u, 0x00000008u, 0x000026cfu, 0x000026c4u, 0x000026cdu, 0x000500c3u, - 0x00000008u, 0x000026d1u, 0x000026cfu, 0x00000556u, 0x000200f9u, 0x000026d2u, 0x000200f8u, 0x000026c7u, - 0x000500c3u, 0x00000008u, 0x000026cau, 0x000026c4u, 0x0000268au, 0x000200f9u, 0x000026d2u, 0x000200f8u, - 0x000026d2u, 0x000700f5u, 0x00000008u, 0x0000870du, 0x000026cau, 0x000026c7u, 0x000026d1u, 0x000026cbu, - 0x000500c4u, 0x00000008u, 0x000026d4u, 0x00002686u, 0x00000232u, 0x00050082u, 0x00000008u, 0x000026d6u, - 0x0000870du, 0x000026d4u, 0x0003003eu, 0x0000268bu, 0x000026d6u, 0x0004007cu, 0x00000008u, 0x00002691u, - 0x00002656u, 0x00040071u, 0x00000006u, 0x00002694u, 0x0000266au, 0x0004007cu, 0x00000008u, 0x00002695u, - 0x00002694u, 0x00050041u, 0x00000046u, 0x00002696u, 0x00002215u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00002697u, 0x00002696u, 0x0008000cu, 0x00000008u, 0x000026dbu, 0x00000001u, 0x0000002du, 0x00002697u, - 0x00000c6du, 0x00000c28u, 0x000500b1u, 0x00000069u, 0x000026ddu, 0x00002695u, 0x00000268u, 0x000300f7u, - 0x000026e9u, 0x00000000u, 0x000400fau, 0x000026ddu, 0x000026deu, 0x000026e2u, 0x000200f8u, 0x000026e2u, - 0x00050082u, 0x00000008u, 0x000026e4u, 0x0000116au, 0x00002695u, 0x000500c4u, 0x00000008u, 0x000026e6u, - 0x000026dbu, 0x000026e4u, 0x000500c3u, 0x00000008u, 0x000026e8u, 0x000026e6u, 0x00000556u, 0x000200f9u, - 0x000026e9u, 0x000200f8u, 0x000026deu, 0x000500c3u, 0x00000008u, 0x000026e1u, 0x000026dbu, 0x00002695u, - 0x000200f9u, 0x000026e9u, 0x000200f8u, 0x000026e9u, 0x000700f5u, 0x00000008u, 0x0000870eu, 0x000026e1u, - 0x000026deu, 0x000026e8u, 0x000026e2u, 0x000500c4u, 0x00000008u, 0x000026ebu, 0x00002691u, 0x00000232u, - 0x00050082u, 0x00000008u, 0x000026edu, 0x0000870eu, 0x000026ebu, 0x0003003eu, 0x00002696u, 0x000026edu, - 0x0004003du, 0x000000efu, 0x0000269au, 0x00002215u, 0x000500c3u, 0x000000efu, 0x0000269cu, 0x0000269au, - 0x0000b42au, 0x0003003eu, 0x00002215u, 0x0000269cu, 0x00060041u, 0x00000ce5u, 0x0000269du, 0x00000ce4u, - 0x00000222u, 0x0000022fu, 0x0004003du, 0x00000008u, 0x0000269eu, 0x0000269du, 0x000500aau, 0x00000069u, - 0x0000269fu, 0x0000269eu, 0x00000222u, 0x000300f7u, 0x000026bfu, 0x00000000u, 0x000400fau, 0x0000269fu, - 0x000026a0u, 0x000026a1u, 0x000200f8u, 0x000026a1u, 0x000500aau, 0x00000069u, 0x000026a4u, 0x0000269eu, - 0x0000022cu, 0x000300f7u, 0x000026beu, 0x00000000u, 0x000400fau, 0x000026a4u, 0x000026a5u, 0x000026b6u, - 0x000200f8u, 0x000026b6u, 0x0004003du, 0x000000efu, 0x000026b9u, 0x00002215u, 0x0003003eu, 0x0000267eu, - 0x000026b9u, 0x000500b1u, 0x00000069u, 0x000028bbu, 0x000025a1u, 0x0000022fu, 0x000300f7u, 0x000028c3u, - 0x00000000u, 0x000400fau, 0x000028bbu, 0x000028bdu, 0x000028c3u, 0x000200f8u, 0x000028bdu, 0x00040071u, - 0x00000006u, 0x000028c0u, 0x00002660u, 0x0004007cu, 0x00000008u, 0x000028c1u, 0x000028c0u, 0x000500abu, - 0x00000069u, 0x000028c2u, 0x000028c1u, 0x0000022fu, 0x000200f9u, 0x000028c3u, 0x000200f8u, 0x000028c3u, - 0x000700f5u, 0x00000069u, 0x000028c4u, 0x000028bbu, 0x000026b6u, 0x000028c2u, 0x000028bdu, 0x000400a8u, - 0x00000069u, 0x000028c6u, 0x000022f1u, 0x000500a7u, 0x00000069u, 0x000028c7u, 0x000028c4u, 0x000028c6u, - 0x00040071u, 0x00000006u, 0x000028cau, 0x00002660u, 0x0004007cu, 0x00000008u, 0x000028cbu, 0x000028cau, - 0x0007000cu, 0x00000008u, 0x000028ccu, 0x00000001u, 0x00000027u, 0x000028cbu, 0x0000022fu, 0x000500aau, - 0x00000069u, 0x000028d1u, 0x000028cbu, 0x00000232u, 0x000500a6u, 0x00000069u, 0x000028d4u, 0x000028d1u, - 0x000022f1u, 0x000600a9u, 0x00000008u, 0x000028d5u, 0x000028d4u, 0x00001181u, 0x000003dcu, 0x000300f7u, - 0x000029bfu, 0x00000000u, 0x000400fau, 0x000028c7u, 0x000028d7u, 0x0000295au, 0x000200f8u, 0x0000295au, - 0x00050041u, 0x00000046u, 0x0000295cu, 0x0000267eu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000295du, - 0x0000295cu, 0x00050080u, 0x00000008u, 0x0000295eu, 0x0000295du, 0x000025a1u, 0x0003003eu, 0x0000295cu, - 0x0000295eu, 0x0004003du, 0x00000008u, 0x00002962u, 0x0000295cu, 0x00040071u, 0x00000006u, 0x00002a10u, - 0x00002664u, 0x0004007cu, 0x00000008u, 0x00002a11u, 0x00002a10u, 0x000500abu, 0x00000069u, 0x00002a12u, - 0x00002a11u, 0x00000222u, 0x000300f7u, 0x00002a2au, 0x00000000u, 0x000400fau, 0x00002a12u, 0x00002a13u, - 0x00002a2au, 0x000200f8u, 0x00002a13u, 0x000500c4u, 0x00000008u, 0x00002a16u, 0x0000022cu, 0x00002664u, - 0x00040071u, 0x00000006u, 0x00002a19u, 0x0000266cu, 0x0004007cu, 0x00000008u, 0x00002a1au, 0x00002a19u, - 0x000500c7u, 0x00000008u, 0x00002a1bu, 0x00002a1au, 0x0000022fu, 0x000500abu, 0x00000069u, 0x00002a1cu, - 0x00002a1bu, 0x00000222u, 0x000300f7u, 0x00002a25u, 0x00000000u, 0x000400fau, 0x00002a1cu, 0x00002a1du, - 0x00002a25u, 0x000200f8u, 0x00002a1du, 0x000500c7u, 0x00000008u, 0x00002a20u, 0x00002962u, 0x00002a16u, - 0x00050082u, 0x00000008u, 0x00002a21u, 0x00002a20u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00002a22u, - 0x00000001u, 0x0000002au, 0x00002a21u, 0x00000222u, 0x000500c6u, 0x00000008u, 0x00002a24u, 0x00002962u, - 0x00002a22u, 0x000200f9u, 0x00002a25u, 0x000200f8u, 0x00002a25u, 0x000700f5u, 0x00000008u, 0x0000870fu, - 0x00002962u, 0x00002a13u, 0x00002a24u, 0x00002a1du, 0x00050082u, 0x00000008u, 0x00002a27u, 0x00002a16u, - 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00002a29u, 0x0000870fu, 0x00002a27u, 0x000200f9u, 0x00002a2au, - 0x000200f8u, 0x00002a2au, 0x000700f5u, 0x00000008u, 0x00008710u, 0x00002962u, 0x0000295au, 0x00002a29u, - 0x00002a25u, 0x00050041u, 0x00000046u, 0x00002965u, 0x0000267eu, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00002966u, 0x00002965u, 0x00040071u, 0x00000006u, 0x00002a31u, 0x00002668u, 0x0004007cu, 0x00000008u, - 0x00002a32u, 0x00002a31u, 0x000500abu, 0x00000069u, 0x00002a33u, 0x00002a32u, 0x00000222u, 0x000300f7u, - 0x00002a4bu, 0x00000000u, 0x000400fau, 0x00002a33u, 0x00002a34u, 0x00002a4bu, 0x000200f8u, 0x00002a34u, - 0x000500c4u, 0x00000008u, 0x00002a37u, 0x0000022cu, 0x00002668u, 0x00040071u, 0x00000006u, 0x00002a3au, - 0x0000266cu, 0x0004007cu, 0x00000008u, 0x00002a3bu, 0x00002a3au, 0x000500c7u, 0x00000008u, 0x00002a3cu, - 0x00002a3bu, 0x0000025fu, 0x000500abu, 0x00000069u, 0x00002a3du, 0x00002a3cu, 0x00000222u, 0x000300f7u, - 0x00002a46u, 0x00000000u, 0x000400fau, 0x00002a3du, 0x00002a3eu, 0x00002a46u, 0x000200f8u, 0x00002a3eu, - 0x000500c7u, 0x00000008u, 0x00002a41u, 0x00002966u, 0x00002a37u, 0x00050082u, 0x00000008u, 0x00002a42u, - 0x00002a41u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00002a43u, 0x00000001u, 0x0000002au, 0x00002a42u, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x00002a45u, 0x00002966u, 0x00002a43u, 0x000200f9u, 0x00002a46u, - 0x000200f8u, 0x00002a46u, 0x000700f5u, 0x00000008u, 0x00008711u, 0x00002966u, 0x00002a34u, 0x00002a45u, - 0x00002a3eu, 0x00050082u, 0x00000008u, 0x00002a48u, 0x00002a37u, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x00002a4au, 0x00008711u, 0x00002a48u, 0x000200f9u, 0x00002a4bu, 0x000200f8u, 0x00002a4bu, 0x000700f5u, - 0x00000008u, 0x00008712u, 0x00002966u, 0x00002a2au, 0x00002a4au, 0x00002a46u, 0x0004007cu, 0x00000006u, - 0x0000296du, 0x00008712u, 0x00050084u, 0x00000006u, 0x0000296eu, 0x0000265cu, 0x0000296du, 0x00050080u, - 0x00000006u, 0x0000296fu, 0x0000265au, 0x0000296eu, 0x00050084u, 0x00000006u, 0x00002971u, 0x0000296fu, - 0x00000388u, 0x000500c4u, 0x00000008u, 0x00002974u, 0x00008710u, 0x000028ccu, 0x0004007cu, 0x00000006u, - 0x00002975u, 0x00002974u, 0x00050080u, 0x00000006u, 0x00002976u, 0x00002971u, 0x00002975u, 0x000500c7u, - 0x00000006u, 0x00002977u, 0x00002976u, 0x000011f4u, 0x000500c7u, 0x00000006u, 0x0000297au, 0x0000296du, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000297bu, 0x0000297au, 0x00000316u, 0x000500c6u, 0x00000006u, - 0x0000297du, 0x00002977u, 0x0000297bu, 0x000500c2u, 0x00000006u, 0x0000297fu, 0x0000297du, 0x00000388u, - 0x0004007cu, 0x00000006u, 0x00002981u, 0x000028d5u, 0x000500c7u, 0x00000006u, 0x00002983u, 0x0000297fu, - 0x00002981u, 0x000500c6u, 0x00000006u, 0x00002986u, 0x00002983u, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00002987u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00002986u, 0x0004003du, 0x00000011u, - 0x00002988u, 0x00002987u, 0x00040071u, 0x00000006u, 0x00002989u, 0x00002988u, 0x0004007cu, 0x00000008u, - 0x0000298au, 0x00002989u, 0x000300f7u, 0x000029beu, 0x00000000u, 0x000400fau, 0x000022f1u, 0x0000298cu, - 0x000029beu, 0x000200f8u, 0x0000298cu, 0x000500aau, 0x00000069u, 0x00002991u, 0x000028cbu, 0x00000222u, - 0x000300f7u, 0x000029b5u, 0x00000000u, 0x000400fau, 0x00002991u, 0x00002992u, 0x000029a7u, 0x000200f8u, - 0x000029a7u, 0x000500c7u, 0x00000006u, 0x000029a9u, 0x0000297du, 0x00000388u, 0x00050084u, 0x00000006u, - 0x000029aau, 0x00000706u, 0x000029a9u, 0x00050082u, 0x00000006u, 0x000029abu, 0x00000316u, 0x000029aau, - 0x000500c3u, 0x00000008u, 0x000029adu, 0x0000298au, 0x000029abu, 0x000500c7u, 0x00000008u, 0x000029afu, - 0x000029adu, 0x00000360u, 0x000500c4u, 0x00000008u, 0x000029b1u, 0x000029afu, 0x0000022fu, 0x00050080u, - 0x00000008u, 0x000029b4u, 0x000029b1u, 0x000025a1u, 0x000200f9u, 0x000029b5u, 0x000200f8u, 0x00002992u, - 0x000500c7u, 0x00000006u, 0x00002994u, 0x0000297du, 0x00000466u, 0x00050084u, 0x00000006u, 0x00002995u, - 0x00000706u, 0x00002994u, 0x00050082u, 0x00000006u, 0x00002996u, 0x000012a0u, 0x00002995u, 0x000500c3u, - 0x00000008u, 0x00002998u, 0x0000298au, 0x00002996u, 0x000500c7u, 0x00000008u, 0x0000299au, 0x00002998u, - 0x00000535u, 0x000500c4u, 0x0000000fu, 0x0000299du, 0x00002662u, 0x00000235u, 0x00040071u, 0x00000006u, - 0x0000299eu, 0x0000299du, 0x0004007cu, 0x00000008u, 0x0000299fu, 0x0000299eu, 0x000500c5u, 0x00000008u, - 0x000029a1u, 0x0000299au, 0x0000299fu, 0x000500c4u, 0x00000008u, 0x000029a3u, 0x000029a1u, 0x0000022fu, - 0x00050080u, 0x00000008u, 0x000029a6u, 0x000029a3u, 0x000025a1u, 0x000200f9u, 0x000029b5u, 0x000200f8u, - 0x000029b5u, 0x000700f5u, 0x00000008u, 0x00008713u, 0x000029a6u, 0x00002992u, 0x000029b4u, 0x000029a7u, - 0x000500c5u, 0x00000008u, 0x000029b8u, 0x00008713u, 0x000012c5u, 0x000500c6u, 0x00000008u, 0x000029b9u, - 0x000029b8u, 0x0000022cu, 0x00080041u, 0x00000694u, 0x000029bau, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x000029b9u, 0x0004003du, 0x00000011u, 0x000029bbu, 0x000029bau, 0x00040071u, 0x00000006u, - 0x000029bcu, 0x000029bbu, 0x0004007cu, 0x00000008u, 0x000029bdu, 0x000029bcu, 0x000200f9u, 0x000029beu, - 0x000200f8u, 0x000029beu, 0x000700f5u, 0x00000008u, 0x0000871du, 0x0000298au, 0x00002a4bu, 0x000029bdu, - 0x000029b5u, 0x000200f9u, 0x000029bfu, 0x000200f8u, 0x000028d7u, 0x00050084u, 0x00000008u, 0x000028d9u, - 0x0000022fu, 0x000025a1u, 0x00050041u, 0x00000046u, 0x000028dau, 0x0000267eu, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x000028dbu, 0x000028dau, 0x00050080u, 0x00000008u, 0x000028dcu, 0x000028dbu, 0x000028d9u, - 0x0003003eu, 0x000028dau, 0x000028dcu, 0x0004003du, 0x00000008u, 0x000028e0u, 0x000028dau, 0x00050050u, - 0x000000efu, 0x000029c6u, 0x000028e0u, 0x000028e0u, 0x00050080u, 0x000000efu, 0x000029c7u, 0x000029c6u, - 0x00000df4u, 0x00040071u, 0x00000006u, 0x000029cau, 0x00002664u, 0x0004007cu, 0x00000008u, 0x000029cbu, - 0x000029cau, 0x000500abu, 0x00000069u, 0x000029ccu, 0x000029cbu, 0x00000222u, 0x000300f7u, 0x000029e8u, - 0x00000000u, 0x000400fau, 0x000029ccu, 0x000029cdu, 0x000029e8u, 0x000200f8u, 0x000029cdu, 0x000500c4u, - 0x00000008u, 0x000029d0u, 0x0000022cu, 0x00002664u, 0x00040071u, 0x00000006u, 0x000029d3u, 0x0000266cu, - 0x0004007cu, 0x00000008u, 0x000029d4u, 0x000029d3u, 0x000500c7u, 0x00000008u, 0x000029d5u, 0x000029d4u, - 0x0000022fu, 0x000500abu, 0x00000069u, 0x000029d6u, 0x000029d5u, 0x00000222u, 0x000300f7u, 0x000029e2u, - 0x00000000u, 0x000400fau, 0x000029d6u, 0x000029d7u, 0x000029e2u, 0x000200f8u, 0x000029d7u, 0x00050050u, - 0x000000efu, 0x000029dau, 0x000029d0u, 0x000029d0u, 0x000500c7u, 0x000000efu, 0x000029dbu, 0x000029c7u, - 0x000029dau, 0x00050082u, 0x000000efu, 0x000029ddu, 0x000029dbu, 0x0000b428u, 0x0007000cu, 0x000000efu, - 0x000029dfu, 0x00000001u, 0x0000002au, 0x000029ddu, 0x00000c54u, 0x000500c6u, 0x000000efu, 0x000029e1u, - 0x000029c7u, 0x000029dfu, 0x000200f9u, 0x000029e2u, 0x000200f8u, 0x000029e2u, 0x000700f5u, 0x000000efu, - 0x00008714u, 0x000029c7u, 0x000029cdu, 0x000029e1u, 0x000029d7u, 0x00050082u, 0x00000008u, 0x000029e4u, - 0x000029d0u, 0x0000022cu, 0x00050050u, 0x000000efu, 0x000029e6u, 0x000029e4u, 0x000029e4u, 0x000500c7u, - 0x000000efu, 0x000029e7u, 0x00008714u, 0x000029e6u, 0x000200f9u, 0x000029e8u, 0x000200f8u, 0x000029e8u, - 0x000700f5u, 0x000000efu, 0x00008715u, 0x000029c7u, 0x000028d7u, 0x000029e7u, 0x000029e2u, 0x00050041u, - 0x00000046u, 0x000028e3u, 0x0000267eu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000028e4u, 0x000028e3u, - 0x00040071u, 0x00000006u, 0x000029efu, 0x00002668u, 0x0004007cu, 0x00000008u, 0x000029f0u, 0x000029efu, - 0x000500abu, 0x00000069u, 0x000029f1u, 0x000029f0u, 0x00000222u, 0x000300f7u, 0x00002a09u, 0x00000000u, - 0x000400fau, 0x000029f1u, 0x000029f2u, 0x00002a09u, 0x000200f8u, 0x000029f2u, 0x000500c4u, 0x00000008u, - 0x000029f5u, 0x0000022cu, 0x00002668u, 0x00040071u, 0x00000006u, 0x000029f8u, 0x0000266cu, 0x0004007cu, - 0x00000008u, 0x000029f9u, 0x000029f8u, 0x000500c7u, 0x00000008u, 0x000029fau, 0x000029f9u, 0x0000025fu, - 0x000500abu, 0x00000069u, 0x000029fbu, 0x000029fau, 0x00000222u, 0x000300f7u, 0x00002a04u, 0x00000000u, - 0x000400fau, 0x000029fbu, 0x000029fcu, 0x00002a04u, 0x000200f8u, 0x000029fcu, 0x000500c7u, 0x00000008u, - 0x000029ffu, 0x000028e4u, 0x000029f5u, 0x00050082u, 0x00000008u, 0x00002a00u, 0x000029ffu, 0x0000022cu, - 0x0007000cu, 0x00000008u, 0x00002a01u, 0x00000001u, 0x0000002au, 0x00002a00u, 0x00000222u, 0x000500c6u, - 0x00000008u, 0x00002a03u, 0x000028e4u, 0x00002a01u, 0x000200f9u, 0x00002a04u, 0x000200f8u, 0x00002a04u, - 0x000700f5u, 0x00000008u, 0x00008716u, 0x000028e4u, 0x000029f2u, 0x00002a03u, 0x000029fcu, 0x00050082u, - 0x00000008u, 0x00002a06u, 0x000029f5u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00002a08u, 0x00008716u, - 0x00002a06u, 0x000200f9u, 0x00002a09u, 0x000200f8u, 0x00002a09u, 0x000700f5u, 0x00000008u, 0x00008717u, - 0x000028e4u, 0x000029e8u, 0x00002a08u, 0x00002a04u, 0x0004007cu, 0x00000006u, 0x000028ebu, 0x00008717u, - 0x00050084u, 0x00000006u, 0x000028ecu, 0x0000265cu, 0x000028ebu, 0x00050080u, 0x00000006u, 0x000028edu, - 0x0000265au, 0x000028ecu, 0x00050084u, 0x00000006u, 0x000028efu, 0x000028edu, 0x00000388u, 0x00050050u, - 0x000000efu, 0x000028f2u, 0x000028ccu, 0x000028ccu, 0x000500c4u, 0x000000efu, 0x000028f3u, 0x00008715u, - 0x000028f2u, 0x0004007cu, 0x000000b0u, 0x000028f4u, 0x000028f3u, 0x00050050u, 0x000000b0u, 0x000028f5u, - 0x000028efu, 0x000028efu, 0x00050080u, 0x000000b0u, 0x000028f6u, 0x000028f5u, 0x000028f4u, 0x000500c7u, - 0x000000b0u, 0x000028f8u, 0x000028f6u, 0x0000b42cu, 0x000500c7u, 0x00000006u, 0x000028fbu, 0x000028ebu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000028fcu, 0x000028fbu, 0x00000316u, 0x00050050u, 0x000000b0u, - 0x000028feu, 0x000028fcu, 0x000028fcu, 0x000500c6u, 0x000000b0u, 0x000028ffu, 0x000028f8u, 0x000028feu, - 0x0003003eu, 0x000028aau, 0x000028ffu, 0x000500c2u, 0x000000b0u, 0x00002902u, 0x000028ffu, 0x0000b42du, - 0x0004007cu, 0x00000006u, 0x00002904u, 0x000028d5u, 0x00050050u, 0x000000b0u, 0x00002906u, 0x00002904u, - 0x00002904u, 0x000500c7u, 0x000000b0u, 0x00002907u, 0x00002902u, 0x00002906u, 0x0003003eu, 0x000028abu, - 0x00002907u, 0x00050041u, 0x00000007u, 0x00002909u, 0x000028abu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000290au, 0x00002909u, 0x000500c6u, 0x00000006u, 0x0000290bu, 0x0000290au, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x0000290cu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000290bu, 0x0004003du, - 0x00000011u, 0x0000290du, 0x0000290cu, 0x00040071u, 0x00000006u, 0x0000290eu, 0x0000290du, 0x0004007cu, - 0x00000008u, 0x0000290fu, 0x0000290eu, 0x00050041u, 0x00000007u, 0x00002911u, 0x000028abu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00002912u, 0x00002911u, 0x000500c6u, 0x00000006u, 0x00002913u, 0x00002912u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00002914u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00002913u, 0x0004003du, 0x00000011u, 0x00002915u, 0x00002914u, 0x00040071u, 0x00000006u, 0x00002916u, - 0x00002915u, 0x0004007cu, 0x00000008u, 0x00002917u, 0x00002916u, 0x000500aau, 0x00000069u, 0x0000291cu, - 0x000028cbu, 0x0000022cu, 0x000300f7u, 0x00002955u, 0x00000000u, 0x000400fau, 0x0000291cu, 0x0000291du, - 0x00002932u, 0x000200f8u, 0x00002932u, 0x000500aau, 0x00000069u, 0x00002937u, 0x000028cbu, 0x00000222u, - 0x000300f7u, 0x00002954u, 0x00000000u, 0x000400fau, 0x00002937u, 0x00002938u, 0x0000294fu, 0x000200f8u, - 0x0000294fu, 0x000500c3u, 0x00000008u, 0x00002951u, 0x0000290fu, 0x0000025fu, 0x000500c3u, 0x00000008u, - 0x00002953u, 0x00002917u, 0x0000025fu, 0x000200f9u, 0x00002954u, 0x000200f8u, 0x00002938u, 0x00050041u, - 0x00000007u, 0x00002939u, 0x000028aau, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000293au, 0x00002939u, - 0x000500c7u, 0x00000006u, 0x0000293bu, 0x0000293au, 0x00000466u, 0x0004007cu, 0x00000008u, 0x0000293cu, - 0x0000293bu, 0x00050084u, 0x00000008u, 0x0000293du, 0x00000235u, 0x0000293cu, 0x00050082u, 0x00000008u, - 0x0000293eu, 0x0000026bu, 0x0000293du, 0x000500c3u, 0x00000008u, 0x00002940u, 0x0000290fu, 0x0000293eu, - 0x00050041u, 0x00000007u, 0x00002941u, 0x000028aau, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002942u, - 0x00002941u, 0x000500c7u, 0x00000006u, 0x00002943u, 0x00002942u, 0x00000466u, 0x0004007cu, 0x00000008u, - 0x00002944u, 0x00002943u, 0x00050084u, 0x00000008u, 0x00002945u, 0x00000235u, 0x00002944u, 0x00050082u, - 0x00000008u, 0x00002946u, 0x0000026bu, 0x00002945u, 0x000500c3u, 0x00000008u, 0x00002948u, 0x00002917u, - 0x00002946u, 0x000500c7u, 0x00000008u, 0x0000294au, 0x00002940u, 0x00000535u, 0x00050084u, 0x00000008u, - 0x0000294bu, 0x0000294au, 0x000003f4u, 0x000500c7u, 0x00000008u, 0x0000294du, 0x00002948u, 0x00000535u, - 0x00050084u, 0x00000008u, 0x0000294eu, 0x0000294du, 0x000003f4u, 0x000200f9u, 0x00002954u, 0x000200f8u, - 0x00002954u, 0x000700f5u, 0x00000008u, 0x0000871bu, 0x0000294eu, 0x00002938u, 0x00002953u, 0x0000294fu, - 0x000700f5u, 0x00000008u, 0x00008719u, 0x0000294bu, 0x00002938u, 0x00002951u, 0x0000294fu, 0x000200f9u, - 0x00002955u, 0x000200f8u, 0x0000291du, 0x00050041u, 0x00000007u, 0x0000291eu, 0x000028aau, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x0000291fu, 0x0000291eu, 0x000500c7u, 0x00000006u, 0x00002920u, 0x0000291fu, - 0x00000388u, 0x0004007cu, 0x00000008u, 0x00002921u, 0x00002920u, 0x00050084u, 0x00000008u, 0x00002922u, - 0x00000235u, 0x00002921u, 0x00050082u, 0x00000008u, 0x00002923u, 0x0000025fu, 0x00002922u, 0x000500c3u, - 0x00000008u, 0x00002925u, 0x0000290fu, 0x00002923u, 0x00050041u, 0x00000007u, 0x00002926u, 0x000028aau, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002927u, 0x00002926u, 0x000500c7u, 0x00000006u, 0x00002928u, - 0x00002927u, 0x00000388u, 0x0004007cu, 0x00000008u, 0x00002929u, 0x00002928u, 0x00050084u, 0x00000008u, - 0x0000292au, 0x00000235u, 0x00002929u, 0x00050082u, 0x00000008u, 0x0000292bu, 0x0000025fu, 0x0000292au, - 0x000500c3u, 0x00000008u, 0x0000292du, 0x00002917u, 0x0000292bu, 0x000500c7u, 0x00000008u, 0x0000292fu, - 0x00002925u, 0x00000360u, 0x000500c7u, 0x00000008u, 0x00002931u, 0x0000292du, 0x00000360u, 0x000200f9u, - 0x00002955u, 0x000200f8u, 0x00002955u, 0x000700f5u, 0x00000008u, 0x0000871au, 0x00002931u, 0x0000291du, - 0x0000871bu, 0x00002954u, 0x000700f5u, 0x00000008u, 0x00008718u, 0x0000292fu, 0x0000291du, 0x00008719u, - 0x00002954u, 0x000500c4u, 0x00000008u, 0x00002957u, 0x00008718u, 0x0000025fu, 0x000500c5u, 0x00000008u, - 0x00002959u, 0x00002957u, 0x0000871au, 0x000200f9u, 0x000029bfu, 0x000200f8u, 0x000029bfu, 0x000700f5u, - 0x00000008u, 0x0000871cu, 0x00002959u, 0x00002955u, 0x0000871du, 0x000029beu, 0x000200f9u, 0x000026beu, - 0x000200f8u, 0x000026a5u, 0x000500c3u, 0x00000008u, 0x000026a7u, 0x000025a1u, 0x0000022cu, 0x0004003du, - 0x000000efu, 0x000026aau, 0x00002215u, 0x0003003eu, 0x00002678u, 0x000026aau, 0x000500b1u, 0x00000069u, - 0x0000270cu, 0x000026a7u, 0x0000022fu, 0x000300f7u, 0x00002714u, 0x00000000u, 0x000400fau, 0x0000270cu, - 0x0000270eu, 0x00002714u, 0x000200f8u, 0x0000270eu, 0x00040071u, 0x00000006u, 0x00002711u, 0x00002660u, - 0x0004007cu, 0x00000008u, 0x00002712u, 0x00002711u, 0x000500abu, 0x00000069u, 0x00002713u, 0x00002712u, - 0x0000022fu, 0x000200f9u, 0x00002714u, 0x000200f8u, 0x00002714u, 0x000700f5u, 0x00000069u, 0x00002715u, - 0x0000270cu, 0x000026a5u, 0x00002713u, 0x0000270eu, 0x000400a8u, 0x00000069u, 0x00002717u, 0x000022f1u, - 0x000500a7u, 0x00000069u, 0x00002718u, 0x00002715u, 0x00002717u, 0x00040071u, 0x00000006u, 0x0000271bu, - 0x00002660u, 0x0004007cu, 0x00000008u, 0x0000271cu, 0x0000271bu, 0x0007000cu, 0x00000008u, 0x0000271du, - 0x00000001u, 0x00000027u, 0x0000271cu, 0x0000022fu, 0x000500aau, 0x00000069u, 0x00002722u, 0x0000271cu, - 0x00000232u, 0x000500a6u, 0x00000069u, 0x00002725u, 0x00002722u, 0x000022f1u, 0x000600a9u, 0x00000008u, - 0x00002726u, 0x00002725u, 0x00001181u, 0x000003dcu, 0x000300f7u, 0x00002810u, 0x00000000u, 0x000400fau, - 0x00002718u, 0x00002728u, 0x000027abu, 0x000200f8u, 0x000027abu, 0x00050041u, 0x00000046u, 0x000027adu, - 0x00002678u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000027aeu, 0x000027adu, 0x00050080u, 0x00000008u, - 0x000027afu, 0x000027aeu, 0x000026a7u, 0x0003003eu, 0x000027adu, 0x000027afu, 0x0004003du, 0x00000008u, - 0x000027b3u, 0x000027adu, 0x00040071u, 0x00000006u, 0x00002861u, 0x00002664u, 0x0004007cu, 0x00000008u, - 0x00002862u, 0x00002861u, 0x000500abu, 0x00000069u, 0x00002863u, 0x00002862u, 0x00000222u, 0x000300f7u, - 0x0000287bu, 0x00000000u, 0x000400fau, 0x00002863u, 0x00002864u, 0x0000287bu, 0x000200f8u, 0x00002864u, - 0x000500c4u, 0x00000008u, 0x00002867u, 0x0000022cu, 0x00002664u, 0x00040071u, 0x00000006u, 0x0000286au, - 0x0000266cu, 0x0004007cu, 0x00000008u, 0x0000286bu, 0x0000286au, 0x000500c7u, 0x00000008u, 0x0000286cu, - 0x0000286bu, 0x0000022fu, 0x000500abu, 0x00000069u, 0x0000286du, 0x0000286cu, 0x00000222u, 0x000300f7u, - 0x00002876u, 0x00000000u, 0x000400fau, 0x0000286du, 0x0000286eu, 0x00002876u, 0x000200f8u, 0x0000286eu, - 0x000500c7u, 0x00000008u, 0x00002871u, 0x000027b3u, 0x00002867u, 0x00050082u, 0x00000008u, 0x00002872u, - 0x00002871u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00002873u, 0x00000001u, 0x0000002au, 0x00002872u, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x00002875u, 0x000027b3u, 0x00002873u, 0x000200f9u, 0x00002876u, - 0x000200f8u, 0x00002876u, 0x000700f5u, 0x00000008u, 0x0000871eu, 0x000027b3u, 0x00002864u, 0x00002875u, - 0x0000286eu, 0x00050082u, 0x00000008u, 0x00002878u, 0x00002867u, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x0000287au, 0x0000871eu, 0x00002878u, 0x000200f9u, 0x0000287bu, 0x000200f8u, 0x0000287bu, 0x000700f5u, - 0x00000008u, 0x0000871fu, 0x000027b3u, 0x000027abu, 0x0000287au, 0x00002876u, 0x00050041u, 0x00000046u, - 0x000027b6u, 0x00002678u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000027b7u, 0x000027b6u, 0x00040071u, - 0x00000006u, 0x00002882u, 0x00002668u, 0x0004007cu, 0x00000008u, 0x00002883u, 0x00002882u, 0x000500abu, - 0x00000069u, 0x00002884u, 0x00002883u, 0x00000222u, 0x000300f7u, 0x0000289cu, 0x00000000u, 0x000400fau, - 0x00002884u, 0x00002885u, 0x0000289cu, 0x000200f8u, 0x00002885u, 0x000500c4u, 0x00000008u, 0x00002888u, - 0x0000022cu, 0x00002668u, 0x00040071u, 0x00000006u, 0x0000288bu, 0x0000266cu, 0x0004007cu, 0x00000008u, - 0x0000288cu, 0x0000288bu, 0x000500c7u, 0x00000008u, 0x0000288du, 0x0000288cu, 0x0000025fu, 0x000500abu, - 0x00000069u, 0x0000288eu, 0x0000288du, 0x00000222u, 0x000300f7u, 0x00002897u, 0x00000000u, 0x000400fau, - 0x0000288eu, 0x0000288fu, 0x00002897u, 0x000200f8u, 0x0000288fu, 0x000500c7u, 0x00000008u, 0x00002892u, - 0x000027b7u, 0x00002888u, 0x00050082u, 0x00000008u, 0x00002893u, 0x00002892u, 0x0000022cu, 0x0007000cu, - 0x00000008u, 0x00002894u, 0x00000001u, 0x0000002au, 0x00002893u, 0x00000222u, 0x000500c6u, 0x00000008u, - 0x00002896u, 0x000027b7u, 0x00002894u, 0x000200f9u, 0x00002897u, 0x000200f8u, 0x00002897u, 0x000700f5u, - 0x00000008u, 0x00008720u, 0x000027b7u, 0x00002885u, 0x00002896u, 0x0000288fu, 0x00050082u, 0x00000008u, - 0x00002899u, 0x00002888u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x0000289bu, 0x00008720u, 0x00002899u, - 0x000200f9u, 0x0000289cu, 0x000200f8u, 0x0000289cu, 0x000700f5u, 0x00000008u, 0x00008721u, 0x000027b7u, - 0x0000287bu, 0x0000289bu, 0x00002897u, 0x0004007cu, 0x00000006u, 0x000027beu, 0x00008721u, 0x00050084u, - 0x00000006u, 0x000027bfu, 0x0000265cu, 0x000027beu, 0x00050080u, 0x00000006u, 0x000027c0u, 0x0000265au, - 0x000027bfu, 0x00050084u, 0x00000006u, 0x000027c2u, 0x000027c0u, 0x00000388u, 0x000500c4u, 0x00000008u, - 0x000027c5u, 0x0000871fu, 0x0000271du, 0x0004007cu, 0x00000006u, 0x000027c6u, 0x000027c5u, 0x00050080u, - 0x00000006u, 0x000027c7u, 0x000027c2u, 0x000027c6u, 0x000500c7u, 0x00000006u, 0x000027c8u, 0x000027c7u, - 0x000011f4u, 0x000500c7u, 0x00000006u, 0x000027cbu, 0x000027beu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x000027ccu, 0x000027cbu, 0x00000316u, 0x000500c6u, 0x00000006u, 0x000027ceu, 0x000027c8u, 0x000027ccu, - 0x000500c2u, 0x00000006u, 0x000027d0u, 0x000027ceu, 0x00000388u, 0x0004007cu, 0x00000006u, 0x000027d2u, - 0x00002726u, 0x000500c7u, 0x00000006u, 0x000027d4u, 0x000027d0u, 0x000027d2u, 0x000500c6u, 0x00000006u, - 0x000027d7u, 0x000027d4u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000027d8u, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x000027d7u, 0x0004003du, 0x00000011u, 0x000027d9u, 0x000027d8u, 0x00040071u, - 0x00000006u, 0x000027dau, 0x000027d9u, 0x0004007cu, 0x00000008u, 0x000027dbu, 0x000027dau, 0x000300f7u, - 0x0000280fu, 0x00000000u, 0x000400fau, 0x000022f1u, 0x000027ddu, 0x0000280fu, 0x000200f8u, 0x000027ddu, - 0x000500aau, 0x00000069u, 0x000027e2u, 0x0000271cu, 0x00000222u, 0x000300f7u, 0x00002806u, 0x00000000u, - 0x000400fau, 0x000027e2u, 0x000027e3u, 0x000027f8u, 0x000200f8u, 0x000027f8u, 0x000500c7u, 0x00000006u, - 0x000027fau, 0x000027ceu, 0x00000388u, 0x00050084u, 0x00000006u, 0x000027fbu, 0x00000706u, 0x000027fau, - 0x00050082u, 0x00000006u, 0x000027fcu, 0x00000316u, 0x000027fbu, 0x000500c3u, 0x00000008u, 0x000027feu, - 0x000027dbu, 0x000027fcu, 0x000500c7u, 0x00000008u, 0x00002800u, 0x000027feu, 0x00000360u, 0x000500c4u, - 0x00000008u, 0x00002802u, 0x00002800u, 0x0000022fu, 0x00050080u, 0x00000008u, 0x00002805u, 0x00002802u, - 0x000026a7u, 0x000200f9u, 0x00002806u, 0x000200f8u, 0x000027e3u, 0x000500c7u, 0x00000006u, 0x000027e5u, - 0x000027ceu, 0x00000466u, 0x00050084u, 0x00000006u, 0x000027e6u, 0x00000706u, 0x000027e5u, 0x00050082u, - 0x00000006u, 0x000027e7u, 0x000012a0u, 0x000027e6u, 0x000500c3u, 0x00000008u, 0x000027e9u, 0x000027dbu, - 0x000027e7u, 0x000500c7u, 0x00000008u, 0x000027ebu, 0x000027e9u, 0x00000535u, 0x000500c4u, 0x0000000fu, - 0x000027eeu, 0x00002662u, 0x00000235u, 0x00040071u, 0x00000006u, 0x000027efu, 0x000027eeu, 0x0004007cu, - 0x00000008u, 0x000027f0u, 0x000027efu, 0x000500c5u, 0x00000008u, 0x000027f2u, 0x000027ebu, 0x000027f0u, - 0x000500c4u, 0x00000008u, 0x000027f4u, 0x000027f2u, 0x0000022fu, 0x00050080u, 0x00000008u, 0x000027f7u, - 0x000027f4u, 0x000026a7u, 0x000200f9u, 0x00002806u, 0x000200f8u, 0x00002806u, 0x000700f5u, 0x00000008u, - 0x00008722u, 0x000027f7u, 0x000027e3u, 0x00002805u, 0x000027f8u, 0x000500c5u, 0x00000008u, 0x00002809u, - 0x00008722u, 0x000012c5u, 0x000500c6u, 0x00000008u, 0x0000280au, 0x00002809u, 0x0000022cu, 0x00080041u, - 0x00000694u, 0x0000280bu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000280au, 0x0004003du, - 0x00000011u, 0x0000280cu, 0x0000280bu, 0x00040071u, 0x00000006u, 0x0000280du, 0x0000280cu, 0x0004007cu, - 0x00000008u, 0x0000280eu, 0x0000280du, 0x000200f9u, 0x0000280fu, 0x000200f8u, 0x0000280fu, 0x000700f5u, - 0x00000008u, 0x0000872cu, 0x000027dbu, 0x0000289cu, 0x0000280eu, 0x00002806u, 0x000200f9u, 0x00002810u, - 0x000200f8u, 0x00002728u, 0x00050084u, 0x00000008u, 0x0000272au, 0x0000022fu, 0x000026a7u, 0x00050041u, - 0x00000046u, 0x0000272bu, 0x00002678u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000272cu, 0x0000272bu, - 0x00050080u, 0x00000008u, 0x0000272du, 0x0000272cu, 0x0000272au, 0x0003003eu, 0x0000272bu, 0x0000272du, - 0x0004003du, 0x00000008u, 0x00002731u, 0x0000272bu, 0x00050050u, 0x000000efu, 0x00002817u, 0x00002731u, - 0x00002731u, 0x00050080u, 0x000000efu, 0x00002818u, 0x00002817u, 0x00000df4u, 0x00040071u, 0x00000006u, - 0x0000281bu, 0x00002664u, 0x0004007cu, 0x00000008u, 0x0000281cu, 0x0000281bu, 0x000500abu, 0x00000069u, - 0x0000281du, 0x0000281cu, 0x00000222u, 0x000300f7u, 0x00002839u, 0x00000000u, 0x000400fau, 0x0000281du, - 0x0000281eu, 0x00002839u, 0x000200f8u, 0x0000281eu, 0x000500c4u, 0x00000008u, 0x00002821u, 0x0000022cu, - 0x00002664u, 0x00040071u, 0x00000006u, 0x00002824u, 0x0000266cu, 0x0004007cu, 0x00000008u, 0x00002825u, - 0x00002824u, 0x000500c7u, 0x00000008u, 0x00002826u, 0x00002825u, 0x0000022fu, 0x000500abu, 0x00000069u, - 0x00002827u, 0x00002826u, 0x00000222u, 0x000300f7u, 0x00002833u, 0x00000000u, 0x000400fau, 0x00002827u, - 0x00002828u, 0x00002833u, 0x000200f8u, 0x00002828u, 0x00050050u, 0x000000efu, 0x0000282bu, 0x00002821u, - 0x00002821u, 0x000500c7u, 0x000000efu, 0x0000282cu, 0x00002818u, 0x0000282bu, 0x00050082u, 0x000000efu, - 0x0000282eu, 0x0000282cu, 0x0000b428u, 0x0007000cu, 0x000000efu, 0x00002830u, 0x00000001u, 0x0000002au, - 0x0000282eu, 0x00000c54u, 0x000500c6u, 0x000000efu, 0x00002832u, 0x00002818u, 0x00002830u, 0x000200f9u, - 0x00002833u, 0x000200f8u, 0x00002833u, 0x000700f5u, 0x000000efu, 0x00008723u, 0x00002818u, 0x0000281eu, - 0x00002832u, 0x00002828u, 0x00050082u, 0x00000008u, 0x00002835u, 0x00002821u, 0x0000022cu, 0x00050050u, - 0x000000efu, 0x00002837u, 0x00002835u, 0x00002835u, 0x000500c7u, 0x000000efu, 0x00002838u, 0x00008723u, - 0x00002837u, 0x000200f9u, 0x00002839u, 0x000200f8u, 0x00002839u, 0x000700f5u, 0x000000efu, 0x00008724u, - 0x00002818u, 0x00002728u, 0x00002838u, 0x00002833u, 0x00050041u, 0x00000046u, 0x00002734u, 0x00002678u, - 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002735u, 0x00002734u, 0x00040071u, 0x00000006u, 0x00002840u, - 0x00002668u, 0x0004007cu, 0x00000008u, 0x00002841u, 0x00002840u, 0x000500abu, 0x00000069u, 0x00002842u, - 0x00002841u, 0x00000222u, 0x000300f7u, 0x0000285au, 0x00000000u, 0x000400fau, 0x00002842u, 0x00002843u, - 0x0000285au, 0x000200f8u, 0x00002843u, 0x000500c4u, 0x00000008u, 0x00002846u, 0x0000022cu, 0x00002668u, - 0x00040071u, 0x00000006u, 0x00002849u, 0x0000266cu, 0x0004007cu, 0x00000008u, 0x0000284au, 0x00002849u, - 0x000500c7u, 0x00000008u, 0x0000284bu, 0x0000284au, 0x0000025fu, 0x000500abu, 0x00000069u, 0x0000284cu, - 0x0000284bu, 0x00000222u, 0x000300f7u, 0x00002855u, 0x00000000u, 0x000400fau, 0x0000284cu, 0x0000284du, - 0x00002855u, 0x000200f8u, 0x0000284du, 0x000500c7u, 0x00000008u, 0x00002850u, 0x00002735u, 0x00002846u, - 0x00050082u, 0x00000008u, 0x00002851u, 0x00002850u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00002852u, - 0x00000001u, 0x0000002au, 0x00002851u, 0x00000222u, 0x000500c6u, 0x00000008u, 0x00002854u, 0x00002735u, - 0x00002852u, 0x000200f9u, 0x00002855u, 0x000200f8u, 0x00002855u, 0x000700f5u, 0x00000008u, 0x00008725u, - 0x00002735u, 0x00002843u, 0x00002854u, 0x0000284du, 0x00050082u, 0x00000008u, 0x00002857u, 0x00002846u, - 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00002859u, 0x00008725u, 0x00002857u, 0x000200f9u, 0x0000285au, - 0x000200f8u, 0x0000285au, 0x000700f5u, 0x00000008u, 0x00008726u, 0x00002735u, 0x00002839u, 0x00002859u, - 0x00002855u, 0x0004007cu, 0x00000006u, 0x0000273cu, 0x00008726u, 0x00050084u, 0x00000006u, 0x0000273du, - 0x0000265cu, 0x0000273cu, 0x00050080u, 0x00000006u, 0x0000273eu, 0x0000265au, 0x0000273du, 0x00050084u, - 0x00000006u, 0x00002740u, 0x0000273eu, 0x00000388u, 0x00050050u, 0x000000efu, 0x00002743u, 0x0000271du, - 0x0000271du, 0x000500c4u, 0x000000efu, 0x00002744u, 0x00008724u, 0x00002743u, 0x0004007cu, 0x000000b0u, - 0x00002745u, 0x00002744u, 0x00050050u, 0x000000b0u, 0x00002746u, 0x00002740u, 0x00002740u, 0x00050080u, - 0x000000b0u, 0x00002747u, 0x00002746u, 0x00002745u, 0x000500c7u, 0x000000b0u, 0x00002749u, 0x00002747u, - 0x0000b42cu, 0x000500c7u, 0x00000006u, 0x0000274cu, 0x0000273cu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x0000274du, 0x0000274cu, 0x00000316u, 0x00050050u, 0x000000b0u, 0x0000274fu, 0x0000274du, 0x0000274du, - 0x000500c6u, 0x000000b0u, 0x00002750u, 0x00002749u, 0x0000274fu, 0x0003003eu, 0x000026fbu, 0x00002750u, - 0x000500c2u, 0x000000b0u, 0x00002753u, 0x00002750u, 0x0000b42du, 0x0004007cu, 0x00000006u, 0x00002755u, - 0x00002726u, 0x00050050u, 0x000000b0u, 0x00002757u, 0x00002755u, 0x00002755u, 0x000500c7u, 0x000000b0u, - 0x00002758u, 0x00002753u, 0x00002757u, 0x0003003eu, 0x000026fcu, 0x00002758u, 0x00050041u, 0x00000007u, - 0x0000275au, 0x000026fcu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000275bu, 0x0000275au, 0x000500c6u, - 0x00000006u, 0x0000275cu, 0x0000275bu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000275du, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000275cu, 0x0004003du, 0x00000011u, 0x0000275eu, 0x0000275du, - 0x00040071u, 0x00000006u, 0x0000275fu, 0x0000275eu, 0x0004007cu, 0x00000008u, 0x00002760u, 0x0000275fu, - 0x00050041u, 0x00000007u, 0x00002762u, 0x000026fcu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002763u, - 0x00002762u, 0x000500c6u, 0x00000006u, 0x00002764u, 0x00002763u, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00002765u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00002764u, 0x0004003du, 0x00000011u, - 0x00002766u, 0x00002765u, 0x00040071u, 0x00000006u, 0x00002767u, 0x00002766u, 0x0004007cu, 0x00000008u, - 0x00002768u, 0x00002767u, 0x000500aau, 0x00000069u, 0x0000276du, 0x0000271cu, 0x0000022cu, 0x000300f7u, - 0x000027a6u, 0x00000000u, 0x000400fau, 0x0000276du, 0x0000276eu, 0x00002783u, 0x000200f8u, 0x00002783u, - 0x000500aau, 0x00000069u, 0x00002788u, 0x0000271cu, 0x00000222u, 0x000300f7u, 0x000027a5u, 0x00000000u, - 0x000400fau, 0x00002788u, 0x00002789u, 0x000027a0u, 0x000200f8u, 0x000027a0u, 0x000500c3u, 0x00000008u, - 0x000027a2u, 0x00002760u, 0x0000025fu, 0x000500c3u, 0x00000008u, 0x000027a4u, 0x00002768u, 0x0000025fu, - 0x000200f9u, 0x000027a5u, 0x000200f8u, 0x00002789u, 0x00050041u, 0x00000007u, 0x0000278au, 0x000026fbu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000278bu, 0x0000278au, 0x000500c7u, 0x00000006u, 0x0000278cu, - 0x0000278bu, 0x00000466u, 0x0004007cu, 0x00000008u, 0x0000278du, 0x0000278cu, 0x00050084u, 0x00000008u, - 0x0000278eu, 0x00000235u, 0x0000278du, 0x00050082u, 0x00000008u, 0x0000278fu, 0x0000026bu, 0x0000278eu, - 0x000500c3u, 0x00000008u, 0x00002791u, 0x00002760u, 0x0000278fu, 0x00050041u, 0x00000007u, 0x00002792u, - 0x000026fbu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00002793u, 0x00002792u, 0x000500c7u, 0x00000006u, - 0x00002794u, 0x00002793u, 0x00000466u, 0x0004007cu, 0x00000008u, 0x00002795u, 0x00002794u, 0x00050084u, - 0x00000008u, 0x00002796u, 0x00000235u, 0x00002795u, 0x00050082u, 0x00000008u, 0x00002797u, 0x0000026bu, - 0x00002796u, 0x000500c3u, 0x00000008u, 0x00002799u, 0x00002768u, 0x00002797u, 0x000500c7u, 0x00000008u, - 0x0000279bu, 0x00002791u, 0x00000535u, 0x00050084u, 0x00000008u, 0x0000279cu, 0x0000279bu, 0x000003f4u, - 0x000500c7u, 0x00000008u, 0x0000279eu, 0x00002799u, 0x00000535u, 0x00050084u, 0x00000008u, 0x0000279fu, - 0x0000279eu, 0x000003f4u, 0x000200f9u, 0x000027a5u, 0x000200f8u, 0x000027a5u, 0x000700f5u, 0x00000008u, - 0x0000872au, 0x0000279fu, 0x00002789u, 0x000027a4u, 0x000027a0u, 0x000700f5u, 0x00000008u, 0x00008728u, - 0x0000279cu, 0x00002789u, 0x000027a2u, 0x000027a0u, 0x000200f9u, 0x000027a6u, 0x000200f8u, 0x0000276eu, - 0x00050041u, 0x00000007u, 0x0000276fu, 0x000026fbu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00002770u, - 0x0000276fu, 0x000500c7u, 0x00000006u, 0x00002771u, 0x00002770u, 0x00000388u, 0x0004007cu, 0x00000008u, - 0x00002772u, 0x00002771u, 0x00050084u, 0x00000008u, 0x00002773u, 0x00000235u, 0x00002772u, 0x00050082u, - 0x00000008u, 0x00002774u, 0x0000025fu, 0x00002773u, 0x000500c3u, 0x00000008u, 0x00002776u, 0x00002760u, - 0x00002774u, 0x00050041u, 0x00000007u, 0x00002777u, 0x000026fbu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00002778u, 0x00002777u, 0x000500c7u, 0x00000006u, 0x00002779u, 0x00002778u, 0x00000388u, 0x0004007cu, - 0x00000008u, 0x0000277au, 0x00002779u, 0x00050084u, 0x00000008u, 0x0000277bu, 0x00000235u, 0x0000277au, - 0x00050082u, 0x00000008u, 0x0000277cu, 0x0000025fu, 0x0000277bu, 0x000500c3u, 0x00000008u, 0x0000277eu, - 0x00002768u, 0x0000277cu, 0x000500c7u, 0x00000008u, 0x00002780u, 0x00002776u, 0x00000360u, 0x000500c7u, - 0x00000008u, 0x00002782u, 0x0000277eu, 0x00000360u, 0x000200f9u, 0x000027a6u, 0x000200f8u, 0x000027a6u, - 0x000700f5u, 0x00000008u, 0x00008729u, 0x00002782u, 0x0000276eu, 0x0000872au, 0x000027a5u, 0x000700f5u, - 0x00000008u, 0x00008727u, 0x00002780u, 0x0000276eu, 0x00008728u, 0x000027a5u, 0x000500c4u, 0x00000008u, - 0x000027a8u, 0x00008727u, 0x0000025fu, 0x000500c5u, 0x00000008u, 0x000027aau, 0x000027a8u, 0x00008729u, - 0x000200f9u, 0x00002810u, 0x000200f8u, 0x00002810u, 0x000700f5u, 0x00000008u, 0x0000872bu, 0x000027aau, - 0x000027a6u, 0x0000872cu, 0x0000280fu, 0x000500c7u, 0x00000008u, 0x000026afu, 0x000025a1u, 0x0000022cu, - 0x00050084u, 0x00000008u, 0x000026b0u, 0x0000025fu, 0x000026afu, 0x00050082u, 0x00000008u, 0x000026b1u, - 0x0000025fu, 0x000026b0u, 0x000500c3u, 0x00000008u, 0x000026b3u, 0x0000872bu, 0x000026b1u, 0x000500c7u, - 0x00000008u, 0x000026b5u, 0x000026b3u, 0x00000360u, 0x000200f9u, 0x000026beu, 0x000200f8u, 0x000026beu, - 0x000700f5u, 0x00000008u, 0x0000872eu, 0x000026b5u, 0x00002810u, 0x0000871cu, 0x000029bfu, 0x000200f9u, - 0x000026bfu, 0x000200f8u, 0x000026a0u, 0x000200f9u, 0x000026bfu, 0x000200f8u, 0x000026bfu, 0x000700f5u, - 0x00000008u, 0x0000872du, 0x00000222u, 0x000026a0u, 0x0000872eu, 0x000026beu, 0x000300f7u, 0x0000237au, - 0x00000000u, 0x000400fau, 0x0000231bu, 0x00002376u, 0x0000237au, 0x000200f8u, 0x00002376u, 0x000500aau, - 0x00000069u, 0x00002379u, 0x0000269eu, 0x0000022fu, 0x000200f9u, 0x0000237au, 0x000200f8u, 0x0000237au, - 0x000700f5u, 0x00000069u, 0x0000237bu, 0x0000231bu, 0x000026bfu, 0x00002379u, 0x00002376u, 0x000300f7u, - 0x00002380u, 0x00000000u, 0x000400fau, 0x0000237bu, 0x0000237cu, 0x00002380u, 0x000200f8u, 0x0000237cu, - 0x000500c7u, 0x00000008u, 0x0000237eu, 0x0000872du, 0x0000022cu, 0x000500aau, 0x00000069u, 0x0000237fu, - 0x0000237eu, 0x00000222u, 0x000200f9u, 0x00002380u, 0x000200f8u, 0x00002380u, 0x000700f5u, 0x00000069u, - 0x00002381u, 0x0000237bu, 0x0000237au, 0x0000237fu, 0x0000237cu, 0x000300f7u, 0x00002383u, 0x00000000u, - 0x000400fau, 0x00002381u, 0x00002382u, 0x00002383u, 0x000200f8u, 0x00002382u, 0x000200f9u, 0x00002508u, - 0x000200f8u, 0x00002383u, 0x000200f9u, 0x00002508u, 0x000200f8u, 0x00002394u, 0x00040072u, 0x00000012u, - 0x00002a59u, 0x000075ecu, 0x0004007cu, 0x00000011u, 0x00002a5au, 0x00002a59u, 0x000500c4u, 0x00000011u, - 0x00002a5bu, 0x00002a5au, 0x000005f9u, 0x00070050u, 0x00000028u, 0x00002a5cu, 0x00002a5bu, 0x00002a5bu, - 0x00002a5bu, 0x00002a5bu, 0x00050080u, 0x00000028u, 0x00002a5du, 0x000005f5u, 0x00002a5cu, 0x0009004fu, - 0x00000028u, 0x00002a60u, 0x00002523u, 0x00002523u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000001u, - 0x000500b0u, 0x000005fdu, 0x00002a61u, 0x00002a5du, 0x00002a60u, 0x0009004fu, 0x00000028u, 0x00002a64u, - 0x00002523u, 0x00002523u, 0x00000002u, 0x00000002u, 0x00000003u, 0x00000003u, 0x000500b0u, 0x000005fdu, - 0x00002a65u, 0x00002a5du, 0x00002a64u, 0x0009004fu, 0x00000028u, 0x00002a68u, 0x00002525u, 0x00002525u, - 0x00000000u, 0x00000000u, 0x00000001u, 0x00000001u, 0x000500aeu, 0x000005fdu, 0x00002a69u, 0x00002a5du, - 0x00002a68u, 0x0009004fu, 0x00000028u, 0x00002a6cu, 0x00002525u, 0x00002525u, 0x00000002u, 0x00000002u, - 0x00000003u, 0x00000003u, 0x000500aeu, 0x000005fdu, 0x00002a6du, 0x00002a5du, 0x00002a6cu, 0x000600a9u, - 0x00000010u, 0x00002a6fu, 0x00002a61u, 0x00000616u, 0x00000615u, 0x000600a9u, 0x00000010u, 0x00002a71u, - 0x00002a69u, 0x00000616u, 0x00000615u, 0x000500c5u, 0x00000010u, 0x00002a72u, 0x00002a6fu, 0x00002a71u, - 0x000600a9u, 0x00000010u, 0x00002a74u, 0x00002a65u, 0x00000616u, 0x00000615u, 0x000600a9u, 0x00000010u, - 0x00002a76u, 0x00002a6du, 0x00000616u, 0x00000615u, 0x000500c5u, 0x00000010u, 0x00002a77u, 0x00002a74u, - 0x00002a76u, 0x00050084u, 0x00000010u, 0x00002a79u, 0x00002a72u, 0x00000624u, 0x00050084u, 0x00000010u, - 0x00002a7bu, 0x00002a77u, 0x0000062bu, 0x00050080u, 0x00000010u, 0x00002a7cu, 0x00002a79u, 0x00002a7bu, - 0x0003003eu, 0x00002a54u, 0x00002a7cu, 0x00050041u, 0x0000007bu, 0x00002a7du, 0x00002a54u, 0x0000032fu, - 0x0004003du, 0x0000000fu, 0x00002a7eu, 0x00002a7du, 0x00050041u, 0x0000007bu, 0x00002a7fu, 0x00002a54u, - 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00002a80u, 0x00002a7fu, 0x000500c5u, 0x0000000fu, 0x00002a81u, - 0x00002a7eu, 0x00002a80u, 0x00050041u, 0x0000007bu, 0x00002a82u, 0x00002a54u, 0x00000388u, 0x0004003du, - 0x0000000fu, 0x00002a83u, 0x00002a82u, 0x00050041u, 0x0000007bu, 0x00002a84u, 0x00002a54u, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x00002a85u, 0x00002a84u, 0x000500c5u, 0x0000000fu, 0x00002a86u, 0x00002a83u, - 0x00002a85u, 0x000500c5u, 0x0000000fu, 0x00002a87u, 0x00002a81u, 0x00002a86u, 0x000400c8u, 0x0000000fu, - 0x00002a89u, 0x00002a87u, 0x000500c7u, 0x0000000fu, 0x00002a8au, 0x00002a89u, 0x00000471u, 0x00040071u, - 0x00000006u, 0x0000239bu, 0x00002a8au, 0x0004007cu, 0x00000008u, 0x0000239cu, 0x0000239bu, 0x000500aau, - 0x00000069u, 0x0000239eu, 0x0000239cu, 0x00000222u, 0x000300f7u, 0x000023a0u, 0x00000000u, 0x000400fau, - 0x0000239eu, 0x0000239fu, 0x000023a0u, 0x000200f8u, 0x0000239fu, 0x000200f9u, 0x00002508u, 0x000200f8u, - 0x000023a0u, 0x000400cdu, 0x00000008u, 0x000023a2u, 0x0000239cu, 0x000400a8u, 0x00000069u, 0x000023a4u, - 0x0000230cu, 0x000300f7u, 0x000023a9u, 0x00000000u, 0x000400fau, 0x000023a4u, 0x000023a5u, 0x000023a9u, - 0x000200f8u, 0x000023a5u, 0x000500c7u, 0x00000008u, 0x000023a7u, 0x0000239cu, 0x0000022cu, 0x000500aau, - 0x00000069u, 0x000023a8u, 0x000023a7u, 0x00000222u, 0x000200f9u, 0x000023a9u, 0x000200f8u, 0x000023a9u, - 0x000700f5u, 0x00000069u, 0x000023aau, 0x000023a4u, 0x000023a0u, 0x000023a8u, 0x000023a5u, 0x000300f7u, - 0x000023acu, 0x00000000u, 0x000400fau, 0x000023aau, 0x000023abu, 0x000023acu, 0x000200f8u, 0x000023abu, - 0x000200f9u, 0x00002508u, 0x000200f8u, 0x000023acu, 0x00060041u, 0x00000249u, 0x00002a8fu, 0x00000247u, - 0x00000222u, 0x000020beu, 0x0004003du, 0x00000243u, 0x00002a90u, 0x00002a8fu, 0x00050051u, 0x00000010u, - 0x00002a91u, 0x00002a90u, 0x00000000u, 0x00050051u, 0x00000010u, 0x00002a93u, 0x00002a90u, 0x00000001u, - 0x00050051u, 0x00000010u, 0x00002a95u, 0x00002a90u, 0x00000002u, 0x00050051u, 0x00000010u, 0x00002a97u, - 0x00002a90u, 0x00000003u, 0x00050051u, 0x00000010u, 0x00002a99u, 0x00002a90u, 0x00000004u, 0x00050051u, - 0x00000010u, 0x00002a9bu, 0x00002a90u, 0x00000005u, 0x00050051u, 0x00000010u, 0x00002a9du, 0x00002a90u, - 0x00000006u, 0x00050051u, 0x00000010u, 0x00002a9fu, 0x00002a90u, 0x00000007u, 0x00050051u, 0x00000010u, - 0x00002aa3u, 0x00002a90u, 0x00000009u, 0x00050051u, 0x0000000fu, 0x00002aabu, 0x00002a90u, 0x0000000du, - 0x00050051u, 0x00000013u, 0x00002aadu, 0x00002a90u, 0x0000000eu, 0x0003003eu, 0x0000753bu, 0x00002aa3u, - 0x00050082u, 0x00000008u, 0x000023b2u, 0x000075ecu, 0x00002527u, 0x000600a9u, 0x00000008u, 0x000023b4u, - 0x00002347u, 0x0000022cu, 0x00000cf2u, 0x000500c7u, 0x00000009u, 0x00002ab9u, 0x0000253au, 0x0000b425u, - 0x00070050u, 0x00000009u, 0x00002abau, 0x0000078du, 0x0000078du, 0x0000078du, 0x0000078du, 0x000500c3u, - 0x00000009u, 0x00002abbu, 0x00002ab9u, 0x00002abau, 0x00070050u, 0x00000009u, 0x00002abdu, 0x000023b2u, - 0x000023b2u, 0x000023b2u, 0x000023b2u, 0x00050084u, 0x00000009u, 0x00002abeu, 0x00002abbu, 0x00002abdu, - 0x00050080u, 0x00000009u, 0x00002ac0u, 0x0000251fu, 0x00002abeu, 0x000500c3u, 0x00000009u, 0x00002ac3u, - 0x00002ac0u, 0x0000b426u, 0x00040072u, 0x00000013u, 0x00002ac4u, 0x00002ac3u, 0x0006000cu, 0x00000008u, - 0x00002ac6u, 0x00000001u, 0x00000049u, 0x0000239cu, 0x000500c3u, 0x00000008u, 0x00002ac8u, 0x00002ac6u, - 0x0000022cu, 0x00040072u, 0x00000012u, 0x00002ac9u, 0x00002ac8u, 0x000500c7u, 0x00000008u, 0x00002acbu, - 0x00002ac6u, 0x0000022cu, 0x000500c4u, 0x00000008u, 0x00002accu, 0x00002acbu, 0x0000022cu, 0x00040072u, - 0x00000012u, 0x00002acdu, 0x00002accu, 0x000500c7u, 0x00000012u, 0x00002acfu, 0x00002ac9u, 0x000004cau, - 0x00050080u, 0x00000012u, 0x00002ad0u, 0x00002acdu, 0x00002acfu, 0x00070050u, 0x00000013u, 0x00002ad2u, - 0x00000cafu, 0x00000cafu, 0x00000cafu, 0x00000cafu, 0x000500c4u, 0x00000013u, 0x00002ad3u, 0x00002ac4u, - 0x00002ad2u, 0x000500c3u, 0x00000009u, 0x00002ad7u, 0x0000253au, 0x0000b426u, 0x00040072u, 0x00000013u, - 0x00002ad8u, 0x00002ad7u, 0x00070050u, 0x00000013u, 0x00002ad9u, 0x00002ad0u, 0x00002ad0u, 0x00002ad0u, - 0x00002ad0u, 0x00050084u, 0x00000013u, 0x00002adau, 0x00002ad9u, 0x00002ad8u, 0x000500c3u, 0x00000009u, - 0x00002adeu, 0x0000253eu, 0x0000b426u, 0x00040072u, 0x00000013u, 0x00002adfu, 0x00002adeu, 0x00070050u, - 0x00000013u, 0x00002ae0u, 0x00002ac9u, 0x00002ac9u, 0x00002ac9u, 0x00002ac9u, 0x00050084u, 0x00000013u, - 0x00002ae1u, 0x00002ae0u, 0x00002adfu, 0x00050080u, 0x00000013u, 0x00002ae2u, 0x00002adau, 0x00002ae1u, - 0x00050080u, 0x00000013u, 0x00002ae4u, 0x00002ad3u, 0x00002ae2u, 0x00070050u, 0x00000013u, 0x00002ae6u, - 0x00000cc5u, 0x00000cc5u, 0x00000cc5u, 0x00000cc5u, 0x000500c3u, 0x00000013u, 0x00002ae7u, 0x00002ae4u, - 0x00002ae6u, 0x00040072u, 0x00000009u, 0x00002aeeu, 0x00002ae7u, 0x00050082u, 0x00000009u, 0x00002af6u, - 0x00002aeeu, 0x0000b427u, 0x000600cau, 0x00000009u, 0x00002af8u, 0x00002af6u, 0x00000222u, 0x00000262u, - 0x00050080u, 0x00000009u, 0x00002afbu, 0x00002af8u, 0x0000b427u, 0x0008000cu, 0x00000009u, 0x00002afdu, - 0x00000001u, 0x0000002du, 0x00002afbu, 0x00000b18u, 0x00000b19u, 0x00040072u, 0x00000013u, 0x00002afeu, - 0x00002afdu, 0x00040072u, 0x00000b22u, 0x00002af0u, 0x00002afeu, 0x0004007cu, 0x00000010u, 0x00002af1u, - 0x00002af0u, 0x0003003eu, 0x00002222u, 0x00002af1u, 0x000500a7u, 0x00000069u, 0x000023c0u, 0x00001e83u, - 0x0000232du, 0x000300f7u, 0x000023c9u, 0x00000000u, 0x000400fau, 0x000023c0u, 0x000023c1u, 0x000023c9u, - 0x000200f8u, 0x000023c1u, 0x000500c7u, 0x00000006u, 0x000023c3u, 0x000022b7u, 0x00000a54u, 0x000500abu, - 0x00000069u, 0x000023c4u, 0x000023c3u, 0x0000032fu, 0x000300f7u, 0x000023c8u, 0x00000000u, 0x000400fau, - 0x000023c4u, 0x000023c5u, 0x000023c8u, 0x000200f8u, 0x000023c5u, 0x00050084u, 0x00000008u, 0x000023c7u, - 0x000023b4u, 0x00000888u, 0x000200f9u, 0x000023c8u, 0x000200f8u, 0x000023c8u, 0x000700f5u, 0x00000008u, - 0x000075f1u, 0x000023b4u, 0x000023c1u, 0x000023c7u, 0x000023c5u, 0x000200f9u, 0x000023c9u, 0x000200f8u, - 0x000023c9u, 0x000700f5u, 0x00000008u, 0x000075f0u, 0x000023b4u, 0x000023acu, 0x000075f1u, 0x000023c8u, - 0x0003003eu, 0x0000222eu, 0x00002521u, 0x0003003eu, 0x0000222fu, 0x00002542u, 0x0003003eu, 0x00002230u, - 0x00002546u, 0x0008004fu, 0x00000044u, 0x00002b12u, 0x00002521u, 0x00002521u, 0x00000000u, 0x00000001u, - 0x00000003u, 0x0008004fu, 0x00000044u, 0x00002b14u, 0x00002542u, 0x00002542u, 0x00000000u, 0x00000001u, - 0x00000003u, 0x000500c7u, 0x00000044u, 0x00002b16u, 0x00002b14u, 0x0000b423u, 0x00060050u, 0x00000044u, - 0x00002b17u, 0x0000078du, 0x0000078du, 0x0000078du, 0x000500c3u, 0x00000044u, 0x00002b18u, 0x00002b16u, - 0x00002b17u, 0x00060050u, 0x00000044u, 0x00002b1au, 0x000023b2u, 0x000023b2u, 0x000023b2u, 0x00050084u, - 0x00000044u, 0x00002b1bu, 0x00002b18u, 0x00002b1au, 0x00050080u, 0x00000044u, 0x00002b1cu, 0x00002b12u, - 0x00002b1bu, 0x000300f7u, 0x00002b41u, 0x00000000u, 0x000400fau, 0x0000232du, 0x00002b1eu, 0x00002b41u, - 0x000200f8u, 0x00002b1eu, 0x00060050u, 0x00000044u, 0x00002b27u, 0x000075f0u, 0x000075f0u, 0x000075f0u, - 0x00050084u, 0x00000044u, 0x00002b28u, 0x00002b27u, 0x00002b18u, 0x00050080u, 0x00000044u, 0x00002b29u, - 0x00002b1cu, 0x00002b28u, 0x000300f7u, 0x00002b40u, 0x00000000u, 0x000400fau, 0x00000d51u, 0x00002b2au, - 0x00002b37u, 0x000200f8u, 0x00002b37u, 0x0008004fu, 0x00000044u, 0x00002b3au, 0x00002546u, 0x00002546u, - 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000044u, 0x00002b3cu, 0x00002b3au, 0x0000b429u, - 0x000500c3u, 0x00000044u, 0x00002b3eu, 0x00002b3cu, 0x00002b17u, 0x00050080u, 0x00000044u, 0x00002b3fu, - 0x00002b1cu, 0x00002b3eu, 0x000200f9u, 0x00002b40u, 0x000200f8u, 0x00002b2au, 0x0006000cu, 0x00000008u, - 0x00002b2du, 0x00000001u, 0x00000005u, 0x000075f0u, 0x0008004fu, 0x00000044u, 0x00002b2fu, 0x00002546u, - 0x00002546u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000044u, 0x00002b31u, 0x00002b2fu, - 0x0000b429u, 0x000500c3u, 0x00000044u, 0x00002b33u, 0x00002b31u, 0x00002b17u, 0x00060050u, 0x00000044u, - 0x00002b34u, 0x00002b2du, 0x00002b2du, 0x00002b2du, 0x00050084u, 0x00000044u, 0x00002b35u, 0x00002b34u, - 0x00002b33u, 0x00050080u, 0x00000044u, 0x00002b36u, 0x00002b1cu, 0x00002b35u, 0x000200f9u, 0x00002b40u, - 0x000200f8u, 0x00002b40u, 0x000700f5u, 0x00000044u, 0x00007610u, 0x00002b36u, 0x00002b2au, 0x00002b3fu, - 0x00002b37u, 0x000200f9u, 0x00002b41u, 0x000200f8u, 0x00002b41u, 0x000700f5u, 0x00000044u, 0x00007603u, - 0x00007609u, 0x000023c9u, 0x00007610u, 0x00002b40u, 0x000700f5u, 0x00000044u, 0x000075f4u, 0x000075fau, - 0x000023c9u, 0x00002b29u, 0x00002b40u, 0x000300f7u, 0x00002b69u, 0x00000000u, 0x000400fau, 0x00002300u, - 0x00002b43u, 0x00002b59u, 0x000200f8u, 0x00002b59u, 0x000500c3u, 0x00000044u, 0x00002b5cu, 0x00002b1cu, - 0x0000b424u, 0x0007004fu, 0x000000efu, 0x00002d2du, 0x00002b5cu, 0x00002b5cu, 0x00000000u, 0x00000001u, - 0x000300f7u, 0x00002b68u, 0x00000000u, 0x000400fau, 0x0000232du, 0x00002b5fu, 0x00002b68u, 0x000200f8u, - 0x00002b5fu, 0x000500c3u, 0x00000044u, 0x00002b62u, 0x000075f4u, 0x0000b424u, 0x0007004fu, 0x000000efu, - 0x00002d31u, 0x00002b62u, 0x00002b62u, 0x00000000u, 0x00000001u, 0x000500c3u, 0x00000044u, 0x00002b66u, - 0x00007603u, 0x0000b424u, 0x0007004fu, 0x000000efu, 0x00002d35u, 0x00002b66u, 0x00002b66u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00002b68u, 0x000200f8u, 0x00002b68u, 0x000700f5u, 0x000000efu, 0x00007695u, - 0x00007687u, 0x00002b59u, 0x00002d35u, 0x00002b5fu, 0x000700f5u, 0x000000efu, 0x0000767bu, 0x00007663u, - 0x00002b59u, 0x00002d31u, 0x00002b5fu, 0x000200f9u, 0x00002b69u, 0x000200f8u, 0x00002b43u, 0x000500c3u, - 0x00000044u, 0x00002b46u, 0x00002b1cu, 0x0000b424u, 0x0003003eu, 0x00002b02u, 0x00002b46u, 0x00050041u, - 0x00000046u, 0x00002ba3u, 0x00002b02u, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002ba4u, 0x00002ba3u, - 0x000500b3u, 0x00000069u, 0x00002ba6u, 0x00002ba4u, 0x00000222u, 0x000500c7u, 0x00000008u, 0x00002ba8u, - 0x00002ba4u, 0x00000c28u, 0x0006000cu, 0x00000008u, 0x00002c05u, 0x00000001u, 0x0000004au, 0x00002ba8u, - 0x00050082u, 0x00000008u, 0x00002c06u, 0x00000271u, 0x00002c05u, 0x0007000cu, 0x00000008u, 0x00002c07u, - 0x00000001u, 0x00000027u, 0x00002c06u, 0x00000271u, 0x000500c4u, 0x00000008u, 0x00002c0au, 0x00002ba8u, - 0x00002c07u, 0x000500c7u, 0x00000008u, 0x00002c0bu, 0x00002c0au, 0x00000b44u, 0x000500c7u, 0x00000008u, - 0x00002c0du, 0x00002c0bu, 0x00000360u, 0x000500c3u, 0x00000008u, 0x00002c0fu, 0x00002c0bu, 0x0000025fu, - 0x0003003eu, 0x00002c00u, 0x00000c08u, 0x00050041u, 0x000001afu, 0x00002c10u, 0x00002c00u, 0x00002c0fu, - 0x0004003du, 0x000001aeu, 0x00002c11u, 0x00002c10u, 0x00040072u, 0x000000efu, 0x00002c12u, 0x00002c11u, - 0x0003003eu, 0x00002bffu, 0x00002c12u, 0x00050041u, 0x00000046u, 0x00002c13u, 0x00002bffu, 0x0000045eu, - 0x0004003du, 0x00000008u, 0x00002c14u, 0x00002c13u, 0x00050084u, 0x00000008u, 0x00002c16u, 0x00002c14u, - 0x00002c0du, 0x000500c3u, 0x00000008u, 0x00002c17u, 0x00002c16u, 0x00000265u, 0x00050041u, 0x00000046u, - 0x00002c18u, 0x00002bffu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002c19u, 0x00002c18u, 0x00050080u, - 0x00000008u, 0x00002c1au, 0x00002c17u, 0x00002c19u, 0x00050050u, 0x000000efu, 0x00002c1du, 0x00002c1au, - 0x00002c07u, 0x0003003eu, 0x00002b9au, 0x00002c1du, 0x00050041u, 0x00000046u, 0x00002babu, 0x00002b9au, - 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002bacu, 0x00002babu, 0x0007004fu, 0x000000efu, 0x00002baeu, - 0x00002b46u, 0x00002b46u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000046u, 0x00002bafu, 0x00002b9au, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002bb0u, 0x00002bafu, 0x00050050u, 0x000000efu, 0x00002bb1u, - 0x00002bb0u, 0x00002bb0u, 0x00050084u, 0x000000efu, 0x00002bb2u, 0x00002baeu, 0x00002bb1u, 0x0003003eu, - 0x00002b9du, 0x00002bb2u, 0x000500c3u, 0x00000008u, 0x00002bb4u, 0x00000c3bu, 0x00002bacu, 0x0004007eu, - 0x00000008u, 0x00002bb5u, 0x00002bb4u, 0x000500c7u, 0x00000008u, 0x00002bb6u, 0x00000c3au, 0x00002bb5u, - 0x00050050u, 0x000000efu, 0x00002bb9u, 0x00002bb6u, 0x00002bb6u, 0x000500c7u, 0x000000efu, 0x00002bbau, - 0x00002bb2u, 0x00002bb9u, 0x0003003eu, 0x00002b9fu, 0x00002bbau, 0x000500abu, 0x00000069u, 0x00002bbcu, - 0x00002bacu, 0x00000271u, 0x000300f7u, 0x00002bc7u, 0x00000000u, 0x000400fau, 0x00002bbcu, 0x00002bbdu, - 0x00002bc3u, 0x000200f8u, 0x00002bc3u, 0x0004003du, 0x000000efu, 0x00002bc4u, 0x00002b9du, 0x000500c4u, - 0x000000efu, 0x00002bc6u, 0x00002bc4u, 0x0000b428u, 0x0003003eu, 0x00002ba0u, 0x00002bc6u, 0x000200f9u, - 0x00002bc7u, 0x000200f8u, 0x00002bbdu, 0x0004003du, 0x000000efu, 0x00002bbeu, 0x00002b9du, 0x00050082u, - 0x00000008u, 0x00002bc0u, 0x0000026eu, 0x00002bacu, 0x00050050u, 0x000000efu, 0x00002bc1u, 0x00002bc0u, - 0x00002bc0u, 0x000500c3u, 0x000000efu, 0x00002bc2u, 0x00002bbeu, 0x00002bc1u, 0x0003003eu, 0x00002b9du, - 0x00002bc2u, 0x0003003eu, 0x00002ba0u, 0x00002bc2u, 0x000200f9u, 0x00002bc7u, 0x000200f8u, 0x00002bc7u, - 0x000500abu, 0x00000881u, 0x00002bc9u, 0x00002bbau, 0x00000c54u, 0x0004009au, 0x00000069u, 0x00002bcau, - 0x00002bc9u, 0x000300f7u, 0x00002bf6u, 0x00000000u, 0x000400fau, 0x00002bcau, 0x00002bcbu, 0x00002bf6u, - 0x000200f8u, 0x00002bcbu, 0x00050041u, 0x00000046u, 0x00002bccu, 0x00002b9fu, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x00002bcdu, 0x00002bccu, 0x000500abu, 0x00000069u, 0x00002bcfu, 0x00002bcdu, 0x00002bb6u, - 0x000300f7u, 0x00002bd4u, 0x00000000u, 0x000400fau, 0x00002bcfu, 0x00002bd0u, 0x00002bd4u, 0x000200f8u, - 0x00002bd0u, 0x0004003du, 0x00000008u, 0x00002bd2u, 0x00002bccu, 0x000500abu, 0x00000069u, 0x00002bd3u, - 0x00002bd2u, 0x00000222u, 0x000200f9u, 0x00002bd4u, 0x000200f8u, 0x00002bd4u, 0x000700f5u, 0x00000069u, - 0x00002bd5u, 0x00002bcfu, 0x00002bcbu, 0x00002bd3u, 0x00002bd0u, 0x000300f7u, 0x00002be0u, 0x00000000u, - 0x000400fau, 0x00002bd5u, 0x00002bd6u, 0x00002be0u, 0x000200f8u, 0x00002bd6u, 0x00050041u, 0x00000046u, - 0x00002bd7u, 0x00002b9du, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002bd8u, 0x00002bd7u, 0x000500c7u, - 0x00000008u, 0x00002bd9u, 0x00002bd8u, 0x00000c3bu, 0x000500aau, 0x00000069u, 0x00002bdau, 0x00002bd9u, - 0x00000222u, 0x000300f7u, 0x00002bdfu, 0x00000000u, 0x000400fau, 0x00002bdau, 0x00002bdbu, 0x00002bddu, - 0x000200f8u, 0x00002bddu, 0x00050041u, 0x00000046u, 0x00002bdeu, 0x00002ba0u, 0x0000032fu, 0x0003003eu, - 0x00002bdeu, 0x00000c6du, 0x000200f9u, 0x00002bdfu, 0x000200f8u, 0x00002bdbu, 0x00050041u, 0x00000046u, - 0x00002bdcu, 0x00002ba0u, 0x0000032fu, 0x0003003eu, 0x00002bdcu, 0x00000c28u, 0x000200f9u, 0x00002bdfu, - 0x000200f8u, 0x00002bdfu, 0x000200f9u, 0x00002be0u, 0x000200f8u, 0x00002be0u, 0x000600a9u, 0x00000069u, - 0x0000b5dcu, 0x00002bd5u, 0x0000055bu, 0x00000538u, 0x00050041u, 0x00000046u, 0x00002be1u, 0x00002b9fu, - 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002be2u, 0x00002be1u, 0x000500abu, 0x00000069u, 0x00002be4u, - 0x00002be2u, 0x00002bb6u, 0x000300f7u, 0x00002be9u, 0x00000000u, 0x000400fau, 0x00002be4u, 0x00002be5u, - 0x00002be9u, 0x000200f8u, 0x00002be5u, 0x0004003du, 0x00000008u, 0x00002be7u, 0x00002be1u, 0x000500abu, - 0x00000069u, 0x00002be8u, 0x00002be7u, 0x00000222u, 0x000200f9u, 0x00002be9u, 0x000200f8u, 0x00002be9u, - 0x000700f5u, 0x00000069u, 0x00002beau, 0x00002be4u, 0x00002be0u, 0x00002be8u, 0x00002be5u, 0x000300f7u, - 0x00002bf5u, 0x00000000u, 0x000400fau, 0x00002beau, 0x00002bebu, 0x00002bf5u, 0x000200f8u, 0x00002bebu, - 0x00050041u, 0x00000046u, 0x00002becu, 0x00002b9du, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002bedu, - 0x00002becu, 0x000500c7u, 0x00000008u, 0x00002beeu, 0x00002bedu, 0x00000c3bu, 0x000500aau, 0x00000069u, - 0x00002befu, 0x00002beeu, 0x00000222u, 0x000300f7u, 0x00002bf4u, 0x00000000u, 0x000400fau, 0x00002befu, - 0x00002bf0u, 0x00002bf2u, 0x000200f8u, 0x00002bf2u, 0x00050041u, 0x00000046u, 0x00002bf3u, 0x00002ba0u, - 0x0000045eu, 0x0003003eu, 0x00002bf3u, 0x00000c6du, 0x000200f9u, 0x00002bf4u, 0x000200f8u, 0x00002bf0u, - 0x00050041u, 0x00000046u, 0x00002bf1u, 0x00002ba0u, 0x0000045eu, 0x0003003eu, 0x00002bf1u, 0x00000c28u, - 0x000200f9u, 0x00002bf4u, 0x000200f8u, 0x00002bf4u, 0x000200f9u, 0x00002bf5u, 0x000200f8u, 0x00002bf5u, - 0x000600a9u, 0x00000069u, 0x0000b5ddu, 0x00002beau, 0x0000055bu, 0x0000b5dcu, 0x000200f9u, 0x00002bf6u, - 0x000200f8u, 0x00002bf6u, 0x000700f5u, 0x00000069u, 0x00007614u, 0x00000538u, 0x00002bc7u, 0x0000b5ddu, - 0x00002bf5u, 0x000300f7u, 0x00002bf9u, 0x00000000u, 0x000400fau, 0x00002ba6u, 0x00002bf8u, 0x00002bf9u, - 0x000200f8u, 0x00002bf8u, 0x0003003eu, 0x00002ba0u, 0x00000c87u, 0x000200f9u, 0x00002bf9u, 0x000200f8u, - 0x00002bf9u, 0x000600a9u, 0x00000069u, 0x0000b5deu, 0x00002ba6u, 0x0000055bu, 0x00007614u, 0x0004003du, - 0x000000efu, 0x00002bfau, 0x00002ba0u, 0x0008000cu, 0x000000efu, 0x00002bfbu, 0x00000001u, 0x0000002du, - 0x00002bfau, 0x00000c8au, 0x00000c8bu, 0x000300f7u, 0x00002b58u, 0x00000000u, 0x000400fau, 0x0000232du, - 0x00002b4bu, 0x00002b58u, 0x000200f8u, 0x00002b4bu, 0x000500c3u, 0x00000044u, 0x00002b4eu, 0x000075f4u, - 0x0000b424u, 0x0003003eu, 0x00002b04u, 0x00002b4eu, 0x00050041u, 0x00000046u, 0x00002c29u, 0x00002b04u, - 0x00000388u, 0x0004003du, 0x00000008u, 0x00002c2au, 0x00002c29u, 0x000500b3u, 0x00000069u, 0x00002c2cu, - 0x00002c2au, 0x00000222u, 0x000500c7u, 0x00000008u, 0x00002c2eu, 0x00002c2au, 0x00000c28u, 0x0006000cu, - 0x00000008u, 0x00002c8bu, 0x00000001u, 0x0000004au, 0x00002c2eu, 0x00050082u, 0x00000008u, 0x00002c8cu, - 0x00000271u, 0x00002c8bu, 0x0007000cu, 0x00000008u, 0x00002c8du, 0x00000001u, 0x00000027u, 0x00002c8cu, - 0x00000271u, 0x000500c4u, 0x00000008u, 0x00002c90u, 0x00002c2eu, 0x00002c8du, 0x000500c7u, 0x00000008u, - 0x00002c91u, 0x00002c90u, 0x00000b44u, 0x000500c7u, 0x00000008u, 0x00002c93u, 0x00002c91u, 0x00000360u, - 0x000500c3u, 0x00000008u, 0x00002c95u, 0x00002c91u, 0x0000025fu, 0x0003003eu, 0x00002c86u, 0x00000c08u, - 0x00050041u, 0x000001afu, 0x00002c96u, 0x00002c86u, 0x00002c95u, 0x0004003du, 0x000001aeu, 0x00002c97u, - 0x00002c96u, 0x00040072u, 0x000000efu, 0x00002c98u, 0x00002c97u, 0x0003003eu, 0x00002c85u, 0x00002c98u, - 0x00050041u, 0x00000046u, 0x00002c99u, 0x00002c85u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002c9au, - 0x00002c99u, 0x00050084u, 0x00000008u, 0x00002c9cu, 0x00002c9au, 0x00002c93u, 0x000500c3u, 0x00000008u, - 0x00002c9du, 0x00002c9cu, 0x00000265u, 0x00050041u, 0x00000046u, 0x00002c9eu, 0x00002c85u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00002c9fu, 0x00002c9eu, 0x00050080u, 0x00000008u, 0x00002ca0u, 0x00002c9du, - 0x00002c9fu, 0x00050050u, 0x000000efu, 0x00002ca3u, 0x00002ca0u, 0x00002c8du, 0x0003003eu, 0x00002c20u, - 0x00002ca3u, 0x00050041u, 0x00000046u, 0x00002c31u, 0x00002c20u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00002c32u, 0x00002c31u, 0x0007004fu, 0x000000efu, 0x00002c34u, 0x00002b4eu, 0x00002b4eu, 0x00000000u, - 0x00000001u, 0x00050041u, 0x00000046u, 0x00002c35u, 0x00002c20u, 0x0000032fu, 0x0004003du, 0x00000008u, - 0x00002c36u, 0x00002c35u, 0x00050050u, 0x000000efu, 0x00002c37u, 0x00002c36u, 0x00002c36u, 0x00050084u, - 0x000000efu, 0x00002c38u, 0x00002c34u, 0x00002c37u, 0x0003003eu, 0x00002c23u, 0x00002c38u, 0x000500c3u, - 0x00000008u, 0x00002c3au, 0x00000c3bu, 0x00002c32u, 0x0004007eu, 0x00000008u, 0x00002c3bu, 0x00002c3au, - 0x000500c7u, 0x00000008u, 0x00002c3cu, 0x00000c3au, 0x00002c3bu, 0x00050050u, 0x000000efu, 0x00002c3fu, - 0x00002c3cu, 0x00002c3cu, 0x000500c7u, 0x000000efu, 0x00002c40u, 0x00002c38u, 0x00002c3fu, 0x0003003eu, - 0x00002c25u, 0x00002c40u, 0x000500abu, 0x00000069u, 0x00002c42u, 0x00002c32u, 0x00000271u, 0x000300f7u, - 0x00002c4du, 0x00000000u, 0x000400fau, 0x00002c42u, 0x00002c43u, 0x00002c49u, 0x000200f8u, 0x00002c49u, - 0x0004003du, 0x000000efu, 0x00002c4au, 0x00002c23u, 0x000500c4u, 0x000000efu, 0x00002c4cu, 0x00002c4au, - 0x0000b428u, 0x0003003eu, 0x00002c26u, 0x00002c4cu, 0x000200f9u, 0x00002c4du, 0x000200f8u, 0x00002c43u, - 0x0004003du, 0x000000efu, 0x00002c44u, 0x00002c23u, 0x00050082u, 0x00000008u, 0x00002c46u, 0x0000026eu, - 0x00002c32u, 0x00050050u, 0x000000efu, 0x00002c47u, 0x00002c46u, 0x00002c46u, 0x000500c3u, 0x000000efu, - 0x00002c48u, 0x00002c44u, 0x00002c47u, 0x0003003eu, 0x00002c23u, 0x00002c48u, 0x0003003eu, 0x00002c26u, - 0x00002c48u, 0x000200f9u, 0x00002c4du, 0x000200f8u, 0x00002c4du, 0x000500abu, 0x00000881u, 0x00002c4fu, - 0x00002c40u, 0x00000c54u, 0x0004009au, 0x00000069u, 0x00002c50u, 0x00002c4fu, 0x000300f7u, 0x00002c7cu, - 0x00000000u, 0x000400fau, 0x00002c50u, 0x00002c51u, 0x00002c7cu, 0x000200f8u, 0x00002c51u, 0x00050041u, - 0x00000046u, 0x00002c52u, 0x00002c25u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002c53u, 0x00002c52u, - 0x000500abu, 0x00000069u, 0x00002c55u, 0x00002c53u, 0x00002c3cu, 0x000300f7u, 0x00002c5au, 0x00000000u, - 0x000400fau, 0x00002c55u, 0x00002c56u, 0x00002c5au, 0x000200f8u, 0x00002c56u, 0x0004003du, 0x00000008u, - 0x00002c58u, 0x00002c52u, 0x000500abu, 0x00000069u, 0x00002c59u, 0x00002c58u, 0x00000222u, 0x000200f9u, - 0x00002c5au, 0x000200f8u, 0x00002c5au, 0x000700f5u, 0x00000069u, 0x00002c5bu, 0x00002c55u, 0x00002c51u, - 0x00002c59u, 0x00002c56u, 0x000300f7u, 0x00002c66u, 0x00000000u, 0x000400fau, 0x00002c5bu, 0x00002c5cu, - 0x00002c66u, 0x000200f8u, 0x00002c5cu, 0x00050041u, 0x00000046u, 0x00002c5du, 0x00002c23u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00002c5eu, 0x00002c5du, 0x000500c7u, 0x00000008u, 0x00002c5fu, 0x00002c5eu, - 0x00000c3bu, 0x000500aau, 0x00000069u, 0x00002c60u, 0x00002c5fu, 0x00000222u, 0x000300f7u, 0x00002c65u, - 0x00000000u, 0x000400fau, 0x00002c60u, 0x00002c61u, 0x00002c63u, 0x000200f8u, 0x00002c63u, 0x00050041u, - 0x00000046u, 0x00002c64u, 0x00002c26u, 0x0000032fu, 0x0003003eu, 0x00002c64u, 0x00000c6du, 0x000200f9u, - 0x00002c65u, 0x000200f8u, 0x00002c61u, 0x00050041u, 0x00000046u, 0x00002c62u, 0x00002c26u, 0x0000032fu, - 0x0003003eu, 0x00002c62u, 0x00000c28u, 0x000200f9u, 0x00002c65u, 0x000200f8u, 0x00002c65u, 0x000200f9u, - 0x00002c66u, 0x000200f8u, 0x00002c66u, 0x000600a9u, 0x00000069u, 0x0000b5dfu, 0x00002c5bu, 0x0000055bu, - 0x0000b5deu, 0x00050041u, 0x00000046u, 0x00002c67u, 0x00002c25u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00002c68u, 0x00002c67u, 0x000500abu, 0x00000069u, 0x00002c6au, 0x00002c68u, 0x00002c3cu, 0x000300f7u, - 0x00002c6fu, 0x00000000u, 0x000400fau, 0x00002c6au, 0x00002c6bu, 0x00002c6fu, 0x000200f8u, 0x00002c6bu, - 0x0004003du, 0x00000008u, 0x00002c6du, 0x00002c67u, 0x000500abu, 0x00000069u, 0x00002c6eu, 0x00002c6du, - 0x00000222u, 0x000200f9u, 0x00002c6fu, 0x000200f8u, 0x00002c6fu, 0x000700f5u, 0x00000069u, 0x00002c70u, - 0x00002c6au, 0x00002c66u, 0x00002c6eu, 0x00002c6bu, 0x000300f7u, 0x00002c7bu, 0x00000000u, 0x000400fau, - 0x00002c70u, 0x00002c71u, 0x00002c7bu, 0x000200f8u, 0x00002c71u, 0x00050041u, 0x00000046u, 0x00002c72u, - 0x00002c23u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002c73u, 0x00002c72u, 0x000500c7u, 0x00000008u, - 0x00002c74u, 0x00002c73u, 0x00000c3bu, 0x000500aau, 0x00000069u, 0x00002c75u, 0x00002c74u, 0x00000222u, - 0x000300f7u, 0x00002c7au, 0x00000000u, 0x000400fau, 0x00002c75u, 0x00002c76u, 0x00002c78u, 0x000200f8u, - 0x00002c78u, 0x00050041u, 0x00000046u, 0x00002c79u, 0x00002c26u, 0x0000045eu, 0x0003003eu, 0x00002c79u, - 0x00000c6du, 0x000200f9u, 0x00002c7au, 0x000200f8u, 0x00002c76u, 0x00050041u, 0x00000046u, 0x00002c77u, - 0x00002c26u, 0x0000045eu, 0x0003003eu, 0x00002c77u, 0x00000c28u, 0x000200f9u, 0x00002c7au, 0x000200f8u, - 0x00002c7au, 0x000200f9u, 0x00002c7bu, 0x000200f8u, 0x00002c7bu, 0x000600a9u, 0x00000069u, 0x0000b5e0u, - 0x00002c70u, 0x0000055bu, 0x0000b5dfu, 0x000200f9u, 0x00002c7cu, 0x000200f8u, 0x00002c7cu, 0x000700f5u, - 0x00000069u, 0x00007624u, 0x0000b5deu, 0x00002c4du, 0x0000b5e0u, 0x00002c7bu, 0x000300f7u, 0x00002c7fu, - 0x00000000u, 0x000400fau, 0x00002c2cu, 0x00002c7eu, 0x00002c7fu, 0x000200f8u, 0x00002c7eu, 0x0003003eu, - 0x00002c26u, 0x00000c87u, 0x000200f9u, 0x00002c7fu, 0x000200f8u, 0x00002c7fu, 0x000600a9u, 0x00000069u, - 0x0000b5e1u, 0x00002c2cu, 0x0000055bu, 0x00007624u, 0x0004003du, 0x000000efu, 0x00002c80u, 0x00002c26u, - 0x0008000cu, 0x000000efu, 0x00002c81u, 0x00000001u, 0x0000002du, 0x00002c80u, 0x00000c8au, 0x00000c8bu, - 0x000500c3u, 0x00000044u, 0x00002b54u, 0x00007603u, 0x0000b424u, 0x0003003eu, 0x00002b06u, 0x00002b54u, - 0x00050041u, 0x00000046u, 0x00002cafu, 0x00002b06u, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002cb0u, - 0x00002cafu, 0x000500b3u, 0x00000069u, 0x00002cb2u, 0x00002cb0u, 0x00000222u, 0x000500c7u, 0x00000008u, - 0x00002cb4u, 0x00002cb0u, 0x00000c28u, 0x0006000cu, 0x00000008u, 0x00002d11u, 0x00000001u, 0x0000004au, - 0x00002cb4u, 0x00050082u, 0x00000008u, 0x00002d12u, 0x00000271u, 0x00002d11u, 0x0007000cu, 0x00000008u, - 0x00002d13u, 0x00000001u, 0x00000027u, 0x00002d12u, 0x00000271u, 0x000500c4u, 0x00000008u, 0x00002d16u, - 0x00002cb4u, 0x00002d13u, 0x000500c7u, 0x00000008u, 0x00002d17u, 0x00002d16u, 0x00000b44u, 0x000500c7u, - 0x00000008u, 0x00002d19u, 0x00002d17u, 0x00000360u, 0x000500c3u, 0x00000008u, 0x00002d1bu, 0x00002d17u, - 0x0000025fu, 0x0003003eu, 0x00002d0cu, 0x00000c08u, 0x00050041u, 0x000001afu, 0x00002d1cu, 0x00002d0cu, - 0x00002d1bu, 0x0004003du, 0x000001aeu, 0x00002d1du, 0x00002d1cu, 0x00040072u, 0x000000efu, 0x00002d1eu, - 0x00002d1du, 0x0003003eu, 0x00002d0bu, 0x00002d1eu, 0x00050041u, 0x00000046u, 0x00002d1fu, 0x00002d0bu, - 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002d20u, 0x00002d1fu, 0x00050084u, 0x00000008u, 0x00002d22u, - 0x00002d20u, 0x00002d19u, 0x000500c3u, 0x00000008u, 0x00002d23u, 0x00002d22u, 0x00000265u, 0x00050041u, - 0x00000046u, 0x00002d24u, 0x00002d0bu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002d25u, 0x00002d24u, - 0x00050080u, 0x00000008u, 0x00002d26u, 0x00002d23u, 0x00002d25u, 0x00050050u, 0x000000efu, 0x00002d29u, - 0x00002d26u, 0x00002d13u, 0x0003003eu, 0x00002ca6u, 0x00002d29u, 0x00050041u, 0x00000046u, 0x00002cb7u, - 0x00002ca6u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002cb8u, 0x00002cb7u, 0x0007004fu, 0x000000efu, - 0x00002cbau, 0x00002b54u, 0x00002b54u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000046u, 0x00002cbbu, - 0x00002ca6u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002cbcu, 0x00002cbbu, 0x00050050u, 0x000000efu, - 0x00002cbdu, 0x00002cbcu, 0x00002cbcu, 0x00050084u, 0x000000efu, 0x00002cbeu, 0x00002cbau, 0x00002cbdu, - 0x0003003eu, 0x00002ca9u, 0x00002cbeu, 0x000500c3u, 0x00000008u, 0x00002cc0u, 0x00000c3bu, 0x00002cb8u, - 0x0004007eu, 0x00000008u, 0x00002cc1u, 0x00002cc0u, 0x000500c7u, 0x00000008u, 0x00002cc2u, 0x00000c3au, - 0x00002cc1u, 0x00050050u, 0x000000efu, 0x00002cc5u, 0x00002cc2u, 0x00002cc2u, 0x000500c7u, 0x000000efu, - 0x00002cc6u, 0x00002cbeu, 0x00002cc5u, 0x0003003eu, 0x00002cabu, 0x00002cc6u, 0x000500abu, 0x00000069u, - 0x00002cc8u, 0x00002cb8u, 0x00000271u, 0x000300f7u, 0x00002cd3u, 0x00000000u, 0x000400fau, 0x00002cc8u, - 0x00002cc9u, 0x00002ccfu, 0x000200f8u, 0x00002ccfu, 0x0004003du, 0x000000efu, 0x00002cd0u, 0x00002ca9u, - 0x000500c4u, 0x000000efu, 0x00002cd2u, 0x00002cd0u, 0x0000b428u, 0x0003003eu, 0x00002cacu, 0x00002cd2u, - 0x000200f9u, 0x00002cd3u, 0x000200f8u, 0x00002cc9u, 0x0004003du, 0x000000efu, 0x00002ccau, 0x00002ca9u, - 0x00050082u, 0x00000008u, 0x00002cccu, 0x0000026eu, 0x00002cb8u, 0x00050050u, 0x000000efu, 0x00002ccdu, - 0x00002cccu, 0x00002cccu, 0x000500c3u, 0x000000efu, 0x00002cceu, 0x00002ccau, 0x00002ccdu, 0x0003003eu, - 0x00002ca9u, 0x00002cceu, 0x0003003eu, 0x00002cacu, 0x00002cceu, 0x000200f9u, 0x00002cd3u, 0x000200f8u, - 0x00002cd3u, 0x000500abu, 0x00000881u, 0x00002cd5u, 0x00002cc6u, 0x00000c54u, 0x0004009au, 0x00000069u, - 0x00002cd6u, 0x00002cd5u, 0x000300f7u, 0x00002d02u, 0x00000000u, 0x000400fau, 0x00002cd6u, 0x00002cd7u, - 0x00002d02u, 0x000200f8u, 0x00002cd7u, 0x00050041u, 0x00000046u, 0x00002cd8u, 0x00002cabu, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00002cd9u, 0x00002cd8u, 0x000500abu, 0x00000069u, 0x00002cdbu, 0x00002cd9u, - 0x00002cc2u, 0x000300f7u, 0x00002ce0u, 0x00000000u, 0x000400fau, 0x00002cdbu, 0x00002cdcu, 0x00002ce0u, - 0x000200f8u, 0x00002cdcu, 0x0004003du, 0x00000008u, 0x00002cdeu, 0x00002cd8u, 0x000500abu, 0x00000069u, - 0x00002cdfu, 0x00002cdeu, 0x00000222u, 0x000200f9u, 0x00002ce0u, 0x000200f8u, 0x00002ce0u, 0x000700f5u, - 0x00000069u, 0x00002ce1u, 0x00002cdbu, 0x00002cd7u, 0x00002cdfu, 0x00002cdcu, 0x000300f7u, 0x00002cecu, - 0x00000000u, 0x000400fau, 0x00002ce1u, 0x00002ce2u, 0x00002cecu, 0x000200f8u, 0x00002ce2u, 0x00050041u, - 0x00000046u, 0x00002ce3u, 0x00002ca9u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002ce4u, 0x00002ce3u, - 0x000500c7u, 0x00000008u, 0x00002ce5u, 0x00002ce4u, 0x00000c3bu, 0x000500aau, 0x00000069u, 0x00002ce6u, - 0x00002ce5u, 0x00000222u, 0x000300f7u, 0x00002cebu, 0x00000000u, 0x000400fau, 0x00002ce6u, 0x00002ce7u, - 0x00002ce9u, 0x000200f8u, 0x00002ce9u, 0x00050041u, 0x00000046u, 0x00002ceau, 0x00002cacu, 0x0000032fu, - 0x0003003eu, 0x00002ceau, 0x00000c6du, 0x000200f9u, 0x00002cebu, 0x000200f8u, 0x00002ce7u, 0x00050041u, - 0x00000046u, 0x00002ce8u, 0x00002cacu, 0x0000032fu, 0x0003003eu, 0x00002ce8u, 0x00000c28u, 0x000200f9u, - 0x00002cebu, 0x000200f8u, 0x00002cebu, 0x000200f9u, 0x00002cecu, 0x000200f8u, 0x00002cecu, 0x000600a9u, - 0x00000069u, 0x0000b5e2u, 0x00002ce1u, 0x0000055bu, 0x0000b5e1u, 0x00050041u, 0x00000046u, 0x00002cedu, - 0x00002cabu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002ceeu, 0x00002cedu, 0x000500abu, 0x00000069u, - 0x00002cf0u, 0x00002ceeu, 0x00002cc2u, 0x000300f7u, 0x00002cf5u, 0x00000000u, 0x000400fau, 0x00002cf0u, - 0x00002cf1u, 0x00002cf5u, 0x000200f8u, 0x00002cf1u, 0x0004003du, 0x00000008u, 0x00002cf3u, 0x00002cedu, - 0x000500abu, 0x00000069u, 0x00002cf4u, 0x00002cf3u, 0x00000222u, 0x000200f9u, 0x00002cf5u, 0x000200f8u, - 0x00002cf5u, 0x000700f5u, 0x00000069u, 0x00002cf6u, 0x00002cf0u, 0x00002cecu, 0x00002cf4u, 0x00002cf1u, - 0x000300f7u, 0x00002d01u, 0x00000000u, 0x000400fau, 0x00002cf6u, 0x00002cf7u, 0x00002d01u, 0x000200f8u, - 0x00002cf7u, 0x00050041u, 0x00000046u, 0x00002cf8u, 0x00002ca9u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00002cf9u, 0x00002cf8u, 0x000500c7u, 0x00000008u, 0x00002cfau, 0x00002cf9u, 0x00000c3bu, 0x000500aau, - 0x00000069u, 0x00002cfbu, 0x00002cfau, 0x00000222u, 0x000300f7u, 0x00002d00u, 0x00000000u, 0x000400fau, - 0x00002cfbu, 0x00002cfcu, 0x00002cfeu, 0x000200f8u, 0x00002cfeu, 0x00050041u, 0x00000046u, 0x00002cffu, - 0x00002cacu, 0x0000045eu, 0x0003003eu, 0x00002cffu, 0x00000c6du, 0x000200f9u, 0x00002d00u, 0x000200f8u, - 0x00002cfcu, 0x00050041u, 0x00000046u, 0x00002cfdu, 0x00002cacu, 0x0000045eu, 0x0003003eu, 0x00002cfdu, - 0x00000c28u, 0x000200f9u, 0x00002d00u, 0x000200f8u, 0x00002d00u, 0x000200f9u, 0x00002d01u, 0x000200f8u, - 0x00002d01u, 0x000600a9u, 0x00000069u, 0x0000b5e3u, 0x00002cf6u, 0x0000055bu, 0x0000b5e2u, 0x000200f9u, - 0x00002d02u, 0x000200f8u, 0x00002d02u, 0x000700f5u, 0x00000069u, 0x0000763du, 0x0000b5e1u, 0x00002cd3u, - 0x0000b5e3u, 0x00002d01u, 0x000300f7u, 0x00002d05u, 0x00000000u, 0x000400fau, 0x00002cb2u, 0x00002d04u, - 0x00002d05u, 0x000200f8u, 0x00002d04u, 0x0003003eu, 0x00002cacu, 0x00000c87u, 0x000200f9u, 0x00002d05u, - 0x000200f8u, 0x00002d05u, 0x000600a9u, 0x00000069u, 0x0000b5e4u, 0x00002cb2u, 0x0000055bu, 0x0000763du, - 0x0004003du, 0x000000efu, 0x00002d06u, 0x00002cacu, 0x0008000cu, 0x000000efu, 0x00002d07u, 0x00000001u, - 0x0000002du, 0x00002d06u, 0x00000c8au, 0x00000c8bu, 0x000200f9u, 0x00002b58u, 0x000200f8u, 0x00002b58u, - 0x000700f5u, 0x00000069u, 0x00007697u, 0x0000b5deu, 0x00002bf9u, 0x0000b5e4u, 0x00002d05u, 0x000700f5u, - 0x000000efu, 0x0000767du, 0x00007687u, 0x00002bf9u, 0x00002d07u, 0x00002d05u, 0x000700f5u, 0x000000efu, - 0x00007659u, 0x00007663u, 0x00002bf9u, 0x00002c81u, 0x00002d05u, 0x000200f9u, 0x00002b69u, 0x000200f8u, - 0x00002b69u, 0x000700f5u, 0x00000069u, 0x00007696u, 0x00007697u, 0x00002b58u, 0x00000538u, 0x00002b68u, - 0x000700f5u, 0x000000efu, 0x0000767cu, 0x0000767du, 0x00002b58u, 0x00007695u, 0x00002b68u, 0x000700f5u, - 0x000000efu, 0x00007658u, 0x00007659u, 0x00002b58u, 0x0000767bu, 0x00002b68u, 0x000700f5u, 0x000000efu, - 0x00007643u, 0x00002bfbu, 0x00002b58u, 0x00002d2du, 0x00002b68u, 0x00050041u, 0x00000046u, 0x00002b6au, - 0x0000222eu, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002b6bu, 0x00002b6au, 0x00050041u, 0x00000046u, - 0x00002b6cu, 0x0000222fu, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002b6du, 0x00002b6cu, 0x000500c3u, - 0x00000008u, 0x00002b6fu, 0x000023b2u, 0x0000078du, 0x00050084u, 0x00000008u, 0x00002b70u, 0x00002b6du, - 0x00002b6fu, 0x00050080u, 0x00000008u, 0x00002b71u, 0x00002b6bu, 0x00002b70u, 0x0004003du, 0x00000008u, - 0x00002b73u, 0x00002b6cu, 0x000500c3u, 0x00000008u, 0x00002b74u, 0x00002b73u, 0x0000078du, 0x000500c7u, - 0x00000008u, 0x00002b76u, 0x000023b2u, 0x00000da7u, 0x00050084u, 0x00000008u, 0x00002b77u, 0x00002b74u, - 0x00002b76u, 0x00050080u, 0x00000008u, 0x00002b78u, 0x00002b71u, 0x00002b77u, 0x000500c3u, 0x00000008u, - 0x00002b7au, 0x00002b78u, 0x00000265u, 0x000500c7u, 0x00000008u, 0x00002b83u, 0x00002ac8u, 0x0000022cu, - 0x00050080u, 0x00000008u, 0x00002b84u, 0x00002accu, 0x00002b83u, 0x000500c4u, 0x00000008u, 0x00002b86u, - 0x00002b7au, 0x00000dbbu, 0x0004003du, 0x00000008u, 0x00002b89u, 0x00002b6cu, 0x000500c3u, 0x00000008u, - 0x00002b8au, 0x00002b89u, 0x00000265u, 0x00050084u, 0x00000008u, 0x00002b8bu, 0x00002b84u, 0x00002b8au, - 0x00050041u, 0x00000046u, 0x00002b8du, 0x00002230u, 0x00000388u, 0x0004003du, 0x00000008u, 0x00002b8eu, - 0x00002b8du, 0x000500c3u, 0x00000008u, 0x00002b8fu, 0x00002b8eu, 0x00000265u, 0x00050084u, 0x00000008u, - 0x00002b90u, 0x00002ac8u, 0x00002b8fu, 0x00050080u, 0x00000008u, 0x00002b91u, 0x00002b8bu, 0x00002b90u, - 0x00050080u, 0x00000008u, 0x00002b93u, 0x00002b86u, 0x00002b91u, 0x000500c3u, 0x00000008u, 0x00002b95u, - 0x00002b93u, 0x00000dcbu, 0x00050082u, 0x00000008u, 0x00002d39u, 0x00002b95u, 0x00000b2eu, 0x000500c4u, - 0x00000008u, 0x00002d3bu, 0x00002d39u, 0x0000026eu, 0x000500c3u, 0x00000008u, 0x00002d3du, 0x00002d3bu, - 0x0000026eu, 0x00050080u, 0x00000008u, 0x00002d3fu, 0x00002d3du, 0x00000b2eu, 0x0008000cu, 0x00000008u, - 0x00002d41u, 0x00000001u, 0x0000002du, 0x00002d3fu, 0x00000222u, 0x000003efu, 0x000500c7u, 0x00000006u, - 0x000023ddu, 0x000022d6u, 0x00000744u, 0x00050080u, 0x00000006u, 0x000023dfu, 0x000023ddu, 0x0000045eu, - 0x000500c7u, 0x00000006u, 0x000023e0u, 0x000023dfu, 0x00000744u, 0x000500c2u, 0x00000006u, 0x000023e2u, - 0x000022d6u, 0x00000466u, 0x00040071u, 0x00000006u, 0x000023e5u, 0x00002aabu, 0x0004007cu, 0x00000008u, - 0x000023e6u, 0x000023e5u, 0x000300f7u, 0x000023f8u, 0x00000000u, 0x000400fau, 0x0000232du, 0x000023e8u, - 0x000023f8u, 0x000200f8u, 0x000023e8u, 0x000300f7u, 0x00002da0u, 0x00000000u, 0x000400fau, 0x00007696u, - 0x00002d4cu, 0x00002d4du, 0x000200f8u, 0x00002d4du, 0x00050082u, 0x000000efu, 0x00002d50u, 0x00007658u, - 0x00007643u, 0x000500c3u, 0x000000efu, 0x00002d53u, 0x00002d50u, 0x0000b42bu, 0x000500c6u, 0x000000efu, - 0x00002d55u, 0x00002d50u, 0x00002d53u, 0x00050082u, 0x000000efu, 0x00002d58u, 0x0000767cu, 0x00007643u, - 0x000500c3u, 0x000000efu, 0x00002d5bu, 0x00002d58u, 0x0000b42bu, 0x000500c6u, 0x000000efu, 0x00002d5du, - 0x00002d58u, 0x00002d5bu, 0x0007000cu, 0x000000efu, 0x00002d60u, 0x00000001u, 0x0000002au, 0x00002d55u, - 0x00002d5du, 0x0003003eu, 0x00002d47u, 0x00002d60u, 0x00050041u, 0x00000046u, 0x00002d61u, 0x00002d47u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00002d62u, 0x00002d61u, 0x00050041u, 0x00000046u, 0x00002d63u, - 0x00002d47u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002d64u, 0x00002d63u, 0x0007000cu, 0x00000008u, - 0x00002d65u, 0x00000001u, 0x0000002au, 0x00002d62u, 0x00002d64u, 0x000500afu, 0x00000069u, 0x00002d67u, - 0x00002d65u, 0x00001a09u, 0x000300f7u, 0x00002d9fu, 0x00000000u, 0x000400fau, 0x00002d67u, 0x00002d68u, - 0x00002d6au, 0x000200f8u, 0x00002d6au, 0x000500b1u, 0x00000069u, 0x00002d6cu, 0x00002d65u, 0x0000116au, - 0x000300f7u, 0x00002d9eu, 0x00000000u, 0x000400fau, 0x00002d6cu, 0x00002d6du, 0x00002d83u, 0x000200f8u, - 0x00002d83u, 0x000500c3u, 0x00000008u, 0x00002d85u, 0x00002d65u, 0x00000238u, 0x0006000cu, 0x00000008u, - 0x00002d86u, 0x00000001u, 0x0000004au, 0x00002d85u, 0x0007000cu, 0x00000008u, 0x00002d87u, 0x00000001u, - 0x0000002au, 0x00002d86u, 0x00000222u, 0x0004007cu, 0x00000006u, 0x00002d89u, 0x00002d87u, 0x000500aeu, - 0x00000069u, 0x00002d8bu, 0x00002d89u, 0x000023e2u, 0x000400a8u, 0x00000069u, 0x00002d8eu, 0x00002306u, - 0x000500a7u, 0x00000069u, 0x00002d8fu, 0x00002d8bu, 0x00002d8eu, 0x000400a8u, 0x00000069u, 0x00002d91u, - 0x00002309u, 0x000500a7u, 0x00000069u, 0x00002d92u, 0x00002d8fu, 0x00002d91u, 0x000300f7u, 0x00002d9du, - 0x00000000u, 0x000400fau, 0x00002d92u, 0x00002d93u, 0x00002d94u, 0x000200f8u, 0x00002d94u, 0x000500c4u, - 0x00000008u, 0x00002d96u, 0x00002d65u, 0x00000232u, 0x000500c3u, 0x00000008u, 0x00002d98u, 0x00002d96u, - 0x00002d87u, 0x000500c7u, 0x00000008u, 0x00002d99u, 0x00002d98u, 0x00000360u, 0x00040072u, 0x00000012u, - 0x00002d9au, 0x00002d99u, 0x000200f9u, 0x00002d9du, 0x000200f8u, 0x00002d93u, 0x000200f9u, 0x00002d9du, - 0x000200f8u, 0x00002d9du, 0x000700f5u, 0x00000012u, 0x000076c2u, 0x000019eau, 0x00002d93u, 0x00002d9au, - 0x00002d94u, 0x000600a9u, 0x00000006u, 0x0000b5e5u, 0x00002d92u, 0x0000032fu, 0x00002d89u, 0x000200f9u, - 0x00002d9eu, 0x000200f8u, 0x00002d6du, 0x000500aau, 0x00000069u, 0x00002d6fu, 0x000023e2u, 0x0000032fu, - 0x000400a8u, 0x00000069u, 0x00002d71u, 0x00002306u, 0x000400a8u, 0x00000069u, 0x00002d73u, 0x00002309u, - 0x000500a7u, 0x00000069u, 0x00002d74u, 0x00002d71u, 0x00002d73u, 0x000300f7u, 0x00002d82u, 0x00000000u, - 0x000400fau, 0x00002d74u, 0x00002d75u, 0x00002d79u, 0x000200f8u, 0x00002d79u, 0x0007000cu, 0x00000008u, - 0x00002d7cu, 0x00000001u, 0x0000002au, 0x000023e6u, 0x00002d65u, 0x000500c4u, 0x00000008u, 0x00002d7du, - 0x00002d7cu, 0x00000232u, 0x000600a9u, 0x00000008u, 0x00002d7fu, 0x00002306u, 0x00001a25u, 0x00000222u, - 0x00050080u, 0x00000008u, 0x00002d80u, 0x00002d7du, 0x00002d7fu, 0x00040072u, 0x00000012u, 0x00002d81u, - 0x00002d80u, 0x000200f9u, 0x00002d82u, 0x000200f8u, 0x00002d75u, 0x000600a9u, 0x00000008u, 0x00002d77u, - 0x00002d6fu, 0x00000360u, 0x00000222u, 0x00040072u, 0x00000012u, 0x00002d78u, 0x00002d77u, 0x000200f9u, - 0x00002d82u, 0x000200f8u, 0x00002d82u, 0x000700f5u, 0x00000012u, 0x000076c1u, 0x00002d78u, 0x00002d75u, - 0x00002d81u, 0x00002d79u, 0x000200f9u, 0x00002d9eu, 0x000200f8u, 0x00002d9eu, 0x000700f5u, 0x00000012u, - 0x000076c0u, 0x000076c1u, 0x00002d82u, 0x000076c2u, 0x00002d9du, 0x000700f5u, 0x00000006u, 0x000076a7u, - 0x0000032fu, 0x00002d82u, 0x0000b5e5u, 0x00002d9du, 0x000700f5u, 0x00000069u, 0x0000769bu, 0x00002d6fu, - 0x00002d82u, 0x00002d8bu, 0x00002d9du, 0x000600a9u, 0x00000069u, 0x0000b5e6u, 0x00002d6cu, 0x0000055bu, - 0x00000538u, 0x000200f9u, 0x00002d9fu, 0x000200f8u, 0x00002d68u, 0x000200f9u, 0x00002d9fu, 0x000200f8u, - 0x00002d9fu, 0x000700f5u, 0x00000012u, 0x000076bfu, 0x000019eau, 0x00002d68u, 0x000076c0u, 0x00002d9eu, - 0x000700f5u, 0x00000069u, 0x000076adu, 0x00000538u, 0x00002d68u, 0x0000b5e6u, 0x00002d9eu, 0x000700f5u, - 0x00000006u, 0x000076a6u, 0x000023e2u, 0x00002d68u, 0x000076a7u, 0x00002d9eu, 0x000700f5u, 0x00000069u, - 0x0000769au, 0x0000055bu, 0x00002d68u, 0x0000769bu, 0x00002d9eu, 0x000200f9u, 0x00002da0u, 0x000200f8u, - 0x00002d4cu, 0x000200f9u, 0x00002da0u, 0x000200f8u, 0x00002da0u, 0x000700f5u, 0x00000012u, 0x000076beu, - 0x000019eau, 0x00002d4cu, 0x000076bfu, 0x00002d9fu, 0x000700f5u, 0x00000069u, 0x000076acu, 0x00000538u, - 0x00002d4cu, 0x000076adu, 0x00002d9fu, 0x000700f5u, 0x00000006u, 0x000076a5u, 0x0000032fu, 0x00002d4cu, - 0x000076a6u, 0x00002d9fu, 0x000700f5u, 0x00000069u, 0x00007699u, 0x0000055bu, 0x00002d4cu, 0x0000769au, - 0x00002d9fu, 0x000300f7u, 0x00002dd2u, 0x00000000u, 0x000400fau, 0x00002303u, 0x00002da2u, 0x00002dd2u, - 0x000200f8u, 0x00002da2u, 0x000600a9u, 0x00000006u, 0x0000b5e7u, 0x00007699u, 0x000023e2u, 0x000076a5u, - 0x000400a8u, 0x00000069u, 0x00002da8u, 0x00002309u, 0x000300f7u, 0x00002dd1u, 0x00000000u, 0x000400fau, - 0x00002da8u, 0x00002da9u, 0x00002dbeu, 0x000200f8u, 0x00002dbeu, 0x00050080u, 0x00000006u, 0x00002dc1u, - 0x000023ddu, 0x0000b5e7u, 0x000500a6u, 0x00000069u, 0x00002dc4u, 0x00007699u, 0x000076acu, 0x000600a9u, - 0x00000008u, 0x00002dc5u, 0x00002dc4u, 0x0000022cu, 0x0000022fu, 0x0004007cu, 0x00000006u, 0x00002dc6u, - 0x00002dc5u, 0x00050080u, 0x00000006u, 0x00002dc7u, 0x00002dc1u, 0x00002dc6u, 0x000500c7u, 0x00000006u, - 0x00002dc8u, 0x00002dc7u, 0x00000744u, 0x000600a9u, 0x00000008u, 0x00002dcdu, 0x000076acu, 0x00000222u, - 0x0000022cu, 0x0004007cu, 0x00000006u, 0x00002dceu, 0x00002dcdu, 0x00050080u, 0x00000006u, 0x00002dcfu, - 0x00002dc1u, 0x00002dceu, 0x000500c7u, 0x00000006u, 0x00002dd0u, 0x00002dcfu, 0x00000744u, 0x000200f9u, - 0x00002dd1u, 0x000200f8u, 0x00002da9u, 0x00050080u, 0x00000006u, 0x00002dacu, 0x000023ddu, 0x0000b5e7u, - 0x000500c7u, 0x00000006u, 0x00002dadu, 0x00002dacu, 0x00000744u, 0x000400a8u, 0x00000069u, 0x00002dafu, - 0x00007699u, 0x000300f7u, 0x00002db5u, 0x00000000u, 0x000400fau, 0x00002dafu, 0x00002db0u, 0x00002db5u, - 0x000200f8u, 0x00002db0u, 0x000400a8u, 0x00000069u, 0x00002db2u, 0x00002306u, 0x000500a7u, 0x00000069u, - 0x00002db4u, 0x00002db2u, 0x000076acu, 0x000200f9u, 0x00002db5u, 0x000200f8u, 0x00002db5u, 0x000700f5u, - 0x00000069u, 0x00002db6u, 0x00007699u, 0x00002da9u, 0x00002db4u, 0x00002db0u, 0x000300f7u, 0x00002dbdu, - 0x00000000u, 0x000400fau, 0x00002db6u, 0x00002db7u, 0x00002db9u, 0x000200f8u, 0x00002db9u, 0x00050080u, - 0x00000006u, 0x00002dbbu, 0x00002dadu, 0x0000045eu, 0x000500c7u, 0x00000006u, 0x00002dbcu, 0x00002dbbu, - 0x00000744u, 0x000200f9u, 0x00002dbdu, 0x000200f8u, 0x00002db7u, 0x000200f9u, 0x00002dbdu, 0x000200f8u, - 0x00002dbdu, 0x000700f5u, 0x00000006u, 0x000076bcu, 0x00002dadu, 0x00002db7u, 0x00002dbcu, 0x00002db9u, - 0x000200f9u, 0x00002dd1u, 0x000200f8u, 0x00002dd1u, 0x000700f5u, 0x00000006u, 0x000076bbu, 0x000076bcu, - 0x00002dbdu, 0x00002dc8u, 0x00002dbeu, 0x000700f5u, 0x00000006u, 0x000076b3u, 0x00002dadu, 0x00002dbdu, - 0x00002dd0u, 0x00002dbeu, 0x000200f9u, 0x00002dd2u, 0x000200f8u, 0x00002dd2u, 0x000700f5u, 0x00000006u, - 0x000076b5u, 0x000023e0u, 0x00002da0u, 0x000076bbu, 0x00002dd1u, 0x000700f5u, 0x00000006u, 0x000076b2u, - 0x000023ddu, 0x00002da0u, 0x000076b3u, 0x00002dd1u, 0x000200f9u, 0x000023f8u, 0x000200f8u, 0x000023f8u, - 0x000700f5u, 0x00000012u, 0x0000845du, 0x00008469u, 0x00002b69u, 0x000076beu, 0x00002dd2u, 0x000700f5u, - 0x00000006u, 0x00007b9bu, 0x000023e0u, 0x00002b69u, 0x000076b5u, 0x00002dd2u, 0x000700f5u, 0x00000006u, - 0x000076c7u, 0x000023ddu, 0x00002b69u, 0x000076b2u, 0x00002dd2u, 0x000300f7u, 0x0000240du, 0x00000000u, - 0x000400fau, 0x00002324u, 0x000023fau, 0x0000240du, 0x000200f8u, 0x000023fau, 0x00080041u, 0x00000673u, - 0x000023fdu, 0x00000a2au, 0x00000222u, 0x000020beu, 0x0000022fu, 0x000076c7u, 0x0004003du, 0x0000000fu, - 0x000023feu, 0x000023fdu, 0x00040071u, 0x00000006u, 0x000023ffu, 0x000023feu, 0x00060041u, 0x000002b6u, - 0x00002dd7u, 0x000002b4u, 0x00000222u, 0x000023ffu, 0x0004003du, 0x000002b0u, 0x00002dd8u, 0x00002dd7u, - 0x00050051u, 0x00000006u, 0x00002dd9u, 0x00002dd8u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00002ddbu, - 0x00002dd8u, 0x00000001u, 0x00050051u, 0x00000006u, 0x00002dddu, 0x00002dd8u, 0x00000002u, 0x00050051u, - 0x00000006u, 0x00002ddfu, 0x00002dd8u, 0x00000003u, 0x00050051u, 0x00000006u, 0x00002de1u, 0x00002dd8u, - 0x00000004u, 0x00050051u, 0x00000006u, 0x00002de3u, 0x00002dd8u, 0x00000005u, 0x00050051u, 0x0000000fu, - 0x00002de5u, 0x00002dd8u, 0x00000006u, 0x00050051u, 0x0000000fu, 0x00002de7u, 0x00002dd8u, 0x00000007u, - 0x00050051u, 0x0000000fu, 0x00002de9u, 0x00002dd8u, 0x00000008u, 0x00050051u, 0x0000000fu, 0x00002debu, - 0x00002dd8u, 0x00000009u, 0x00050051u, 0x0000000fu, 0x00002dedu, 0x00002dd8u, 0x0000000au, 0x00050051u, - 0x0000000fu, 0x00002defu, 0x00002dd8u, 0x0000000bu, 0x00050051u, 0x0000000fu, 0x00002df1u, 0x00002dd8u, - 0x0000000cu, 0x00050051u, 0x0000000fu, 0x00002df3u, 0x00002dd8u, 0x0000000du, 0x0003003eu, 0x00002252u, - 0x00007643u, 0x00040071u, 0x00000006u, 0x00002f4eu, 0x00002df3u, 0x0004007cu, 0x00000008u, 0x00002f4fu, - 0x00002f4eu, 0x000500c7u, 0x00000008u, 0x00002f50u, 0x00002f4fu, 0x0000022cu, 0x000500abu, 0x00000069u, - 0x00002f51u, 0x00002f50u, 0x00000222u, 0x0004007cu, 0x00000008u, 0x00002f54u, 0x00002dd9u, 0x0004007cu, - 0x00000008u, 0x00002f57u, 0x00002ddbu, 0x00040071u, 0x00000006u, 0x00002f5au, 0x00002dedu, 0x0004007cu, - 0x00000008u, 0x00002f5bu, 0x00002f5au, 0x00050041u, 0x00000046u, 0x00002f5cu, 0x00002252u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00002f5du, 0x00002f5cu, 0x0008000cu, 0x00000008u, 0x00003427u, 0x00000001u, - 0x0000002du, 0x00002f5du, 0x00000c6du, 0x00000c28u, 0x000500b1u, 0x00000069u, 0x00003429u, 0x00002f5bu, - 0x00000268u, 0x000300f7u, 0x00003435u, 0x00000000u, 0x000400fau, 0x00003429u, 0x0000342au, 0x0000342eu, - 0x000200f8u, 0x0000342eu, 0x00050082u, 0x00000008u, 0x00003430u, 0x0000116au, 0x00002f5bu, 0x000500c4u, - 0x00000008u, 0x00003432u, 0x00003427u, 0x00003430u, 0x000500c3u, 0x00000008u, 0x00003434u, 0x00003432u, - 0x00000556u, 0x000200f9u, 0x00003435u, 0x000200f8u, 0x0000342au, 0x000500c3u, 0x00000008u, 0x0000342du, - 0x00003427u, 0x00002f5bu, 0x000200f9u, 0x00003435u, 0x000200f8u, 0x00003435u, 0x000700f5u, 0x00000008u, - 0x000076d3u, 0x0000342du, 0x0000342au, 0x00003434u, 0x0000342eu, 0x000300f7u, 0x00003451u, 0x00000000u, - 0x000400fau, 0x00002f51u, 0x00003437u, 0x0000344cu, 0x000200f8u, 0x0000344cu, 0x000500c4u, 0x00000008u, - 0x0000344eu, 0x00002f54u, 0x00000232u, 0x00050082u, 0x00000008u, 0x00003450u, 0x000076d3u, 0x0000344eu, - 0x000200f9u, 0x00003451u, 0x000200f8u, 0x00003437u, 0x000500c3u, 0x00000008u, 0x00003439u, 0x000076d3u, - 0x00000232u, 0x000500afu, 0x00000069u, 0x0000343bu, 0x00003439u, 0x00002f57u, 0x000300f7u, 0x0000344bu, - 0x00000000u, 0x000400fau, 0x0000343bu, 0x0000343du, 0x00003445u, 0x000200f8u, 0x00003445u, 0x000500c4u, - 0x00000008u, 0x00003448u, 0x00002f54u, 0x00000232u, 0x00050082u, 0x00000008u, 0x00003449u, 0x000076d3u, - 0x00003448u, 0x0007000cu, 0x00000008u, 0x0000344au, 0x00000001u, 0x0000002au, 0x00003449u, 0x00000222u, - 0x000200f9u, 0x0000344bu, 0x000200f8u, 0x0000343du, 0x000500c3u, 0x00000008u, 0x0000343fu, 0x00002f57u, - 0x0000022fu, 0x000500c3u, 0x00000008u, 0x00003441u, 0x00002f54u, 0x0000022fu, 0x00050082u, 0x00000008u, - 0x00003442u, 0x0000343fu, 0x00003441u, 0x000500c7u, 0x00000008u, 0x00003443u, 0x00003442u, 0x00001181u, - 0x000500c4u, 0x00000008u, 0x00003444u, 0x00003443u, 0x00000238u, 0x000200f9u, 0x0000344bu, 0x000200f8u, - 0x0000344bu, 0x000700f5u, 0x00000008u, 0x000076d5u, 0x00003444u, 0x0000343du, 0x0000344au, 0x00003445u, - 0x000200f9u, 0x00003451u, 0x000200f8u, 0x00003451u, 0x000700f5u, 0x00000008u, 0x000076d4u, 0x000076d5u, - 0x0000344bu, 0x00003450u, 0x0000344cu, 0x0003003eu, 0x00002f5cu, 0x000076d4u, 0x000500c7u, 0x00000008u, - 0x00002f64u, 0x00002f4fu, 0x00000235u, 0x000500abu, 0x00000069u, 0x00002f65u, 0x00002f64u, 0x00000222u, - 0x0004007cu, 0x00000008u, 0x00002f68u, 0x00002dddu, 0x0004007cu, 0x00000008u, 0x00002f6bu, 0x00002ddfu, - 0x00040071u, 0x00000006u, 0x00002f6eu, 0x00002df1u, 0x0004007cu, 0x00000008u, 0x00002f6fu, 0x00002f6eu, - 0x00050041u, 0x00000046u, 0x00002f70u, 0x00002252u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002f71u, - 0x00002f70u, 0x0008000cu, 0x00000008u, 0x00003457u, 0x00000001u, 0x0000002du, 0x00002f71u, 0x00000c6du, - 0x00000c28u, 0x000500b1u, 0x00000069u, 0x00003459u, 0x00002f6fu, 0x00000268u, 0x000300f7u, 0x00003465u, - 0x00000000u, 0x000400fau, 0x00003459u, 0x0000345au, 0x0000345eu, 0x000200f8u, 0x0000345eu, 0x00050082u, - 0x00000008u, 0x00003460u, 0x0000116au, 0x00002f6fu, 0x000500c4u, 0x00000008u, 0x00003462u, 0x00003457u, - 0x00003460u, 0x000500c3u, 0x00000008u, 0x00003464u, 0x00003462u, 0x00000556u, 0x000200f9u, 0x00003465u, - 0x000200f8u, 0x0000345au, 0x000500c3u, 0x00000008u, 0x0000345du, 0x00003457u, 0x00002f6fu, 0x000200f9u, - 0x00003465u, 0x000200f8u, 0x00003465u, 0x000700f5u, 0x00000008u, 0x000076d6u, 0x0000345du, 0x0000345au, - 0x00003464u, 0x0000345eu, 0x000300f7u, 0x00003481u, 0x00000000u, 0x000400fau, 0x00002f65u, 0x00003467u, - 0x0000347cu, 0x000200f8u, 0x0000347cu, 0x000500c4u, 0x00000008u, 0x0000347eu, 0x00002f68u, 0x00000232u, - 0x00050082u, 0x00000008u, 0x00003480u, 0x000076d6u, 0x0000347eu, 0x000200f9u, 0x00003481u, 0x000200f8u, - 0x00003467u, 0x000500c3u, 0x00000008u, 0x00003469u, 0x000076d6u, 0x00000232u, 0x000500afu, 0x00000069u, - 0x0000346bu, 0x00003469u, 0x00002f6bu, 0x000300f7u, 0x0000347bu, 0x00000000u, 0x000400fau, 0x0000346bu, - 0x0000346du, 0x00003475u, 0x000200f8u, 0x00003475u, 0x000500c4u, 0x00000008u, 0x00003478u, 0x00002f68u, - 0x00000232u, 0x00050082u, 0x00000008u, 0x00003479u, 0x000076d6u, 0x00003478u, 0x0007000cu, 0x00000008u, - 0x0000347au, 0x00000001u, 0x0000002au, 0x00003479u, 0x00000222u, 0x000200f9u, 0x0000347bu, 0x000200f8u, - 0x0000346du, 0x000500c3u, 0x00000008u, 0x0000346fu, 0x00002f6bu, 0x0000022fu, 0x000500c3u, 0x00000008u, - 0x00003471u, 0x00002f68u, 0x0000022fu, 0x00050082u, 0x00000008u, 0x00003472u, 0x0000346fu, 0x00003471u, - 0x000500c7u, 0x00000008u, 0x00003473u, 0x00003472u, 0x00001181u, 0x000500c4u, 0x00000008u, 0x00003474u, - 0x00003473u, 0x00000238u, 0x000200f9u, 0x0000347bu, 0x000200f8u, 0x0000347bu, 0x000700f5u, 0x00000008u, - 0x000076d8u, 0x00003474u, 0x0000346du, 0x0000347au, 0x00003475u, 0x000200f9u, 0x00003481u, 0x000200f8u, - 0x00003481u, 0x000700f5u, 0x00000008u, 0x000076d7u, 0x000076d8u, 0x0000347bu, 0x00003480u, 0x0000347cu, - 0x0003003eu, 0x00002f70u, 0x000076d7u, 0x000300f7u, 0x00002f7au, 0x00000000u, 0x000400fau, 0x000022f7u, - 0x00002f75u, 0x00002f79u, 0x000200f8u, 0x00002f79u, 0x0003003eu, 0x00002e00u, 0x00000c54u, 0x000200f9u, - 0x00002f7au, 0x000200f8u, 0x00002f75u, 0x0004003du, 0x000000efu, 0x00002f76u, 0x00002252u, 0x000500c7u, - 0x000000efu, 0x00002f78u, 0x00002f76u, 0x0000b42bu, 0x0003003eu, 0x00002e00u, 0x00002f78u, 0x000200f9u, - 0x00002f7au, 0x000200f8u, 0x00002f7au, 0x00050041u, 0x00000046u, 0x00002f7bu, 0x00002e00u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00002f7cu, 0x00002f7bu, 0x00050041u, 0x00000046u, 0x00002f7du, 0x00002e00u, - 0x0000045eu, 0x0004003du, 0x00000008u, 0x00002f7eu, 0x00002f7du, 0x00050080u, 0x00000008u, 0x00002f7fu, - 0x00002f7cu, 0x00002f7eu, 0x0004003du, 0x000000efu, 0x00002f80u, 0x00002252u, 0x000500c3u, 0x000000efu, - 0x00002f82u, 0x00002f80u, 0x0000b42au, 0x0003003eu, 0x00002252u, 0x00002f82u, 0x0004003du, 0x00000008u, - 0x00002f85u, 0x00002f5cu, 0x00040071u, 0x00000006u, 0x00003488u, 0x00002debu, 0x0004007cu, 0x00000008u, - 0x00003489u, 0x00003488u, 0x000500abu, 0x00000069u, 0x0000348au, 0x00003489u, 0x00000222u, 0x000300f7u, - 0x000034a2u, 0x00000000u, 0x000400fau, 0x0000348au, 0x0000348bu, 0x000034a2u, 0x000200f8u, 0x0000348bu, - 0x000500c4u, 0x00000008u, 0x0000348eu, 0x0000022cu, 0x00002debu, 0x000500c7u, 0x00000008u, 0x00003493u, - 0x00002f4fu, 0x0000022fu, 0x000500abu, 0x00000069u, 0x00003494u, 0x00003493u, 0x00000222u, 0x000300f7u, - 0x0000349du, 0x00000000u, 0x000400fau, 0x00003494u, 0x00003495u, 0x0000349du, 0x000200f8u, 0x00003495u, - 0x000500c7u, 0x00000008u, 0x00003498u, 0x00002f85u, 0x0000348eu, 0x00050082u, 0x00000008u, 0x00003499u, - 0x00003498u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x0000349au, 0x00000001u, 0x0000002au, 0x00003499u, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x0000349cu, 0x00002f85u, 0x0000349au, 0x000200f9u, 0x0000349du, - 0x000200f8u, 0x0000349du, 0x000700f5u, 0x00000008u, 0x000076d9u, 0x00002f85u, 0x0000348bu, 0x0000349cu, - 0x00003495u, 0x00050082u, 0x00000008u, 0x0000349fu, 0x0000348eu, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x000034a1u, 0x000076d9u, 0x0000349fu, 0x000200f9u, 0x000034a2u, 0x000200f8u, 0x000034a2u, 0x000700f5u, - 0x00000008u, 0x000076dau, 0x00002f85u, 0x00002f7au, 0x000034a1u, 0x0000349du, 0x0004003du, 0x00000008u, - 0x00002f89u, 0x00002f70u, 0x00040071u, 0x00000006u, 0x000034a9u, 0x00002defu, 0x0004007cu, 0x00000008u, - 0x000034aau, 0x000034a9u, 0x000500abu, 0x00000069u, 0x000034abu, 0x000034aau, 0x00000222u, 0x000300f7u, - 0x000034c3u, 0x00000000u, 0x000400fau, 0x000034abu, 0x000034acu, 0x000034c3u, 0x000200f8u, 0x000034acu, - 0x000500c4u, 0x00000008u, 0x000034afu, 0x0000022cu, 0x00002defu, 0x000500c7u, 0x00000008u, 0x000034b4u, - 0x00002f4fu, 0x0000025fu, 0x000500abu, 0x00000069u, 0x000034b5u, 0x000034b4u, 0x00000222u, 0x000300f7u, - 0x000034beu, 0x00000000u, 0x000400fau, 0x000034b5u, 0x000034b6u, 0x000034beu, 0x000200f8u, 0x000034b6u, - 0x000500c7u, 0x00000008u, 0x000034b9u, 0x00002f89u, 0x000034afu, 0x00050082u, 0x00000008u, 0x000034bau, - 0x000034b9u, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x000034bbu, 0x00000001u, 0x0000002au, 0x000034bau, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x000034bdu, 0x00002f89u, 0x000034bbu, 0x000200f9u, 0x000034beu, - 0x000200f8u, 0x000034beu, 0x000700f5u, 0x00000008u, 0x000076dbu, 0x00002f89u, 0x000034acu, 0x000034bdu, - 0x000034b6u, 0x00050082u, 0x00000008u, 0x000034c0u, 0x000034afu, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x000034c2u, 0x000076dbu, 0x000034c0u, 0x000200f9u, 0x000034c3u, 0x000200f8u, 0x000034c3u, 0x000700f5u, - 0x00000008u, 0x000076dcu, 0x00002f89u, 0x000034a2u, 0x000034c2u, 0x000034beu, 0x0004003du, 0x00000008u, - 0x00002f8cu, 0x00002f5cu, 0x00050080u, 0x00000008u, 0x00002f8du, 0x00002f8cu, 0x0000022cu, 0x000300f7u, - 0x000034e4u, 0x00000000u, 0x000400fau, 0x0000348au, 0x000034cdu, 0x000034e4u, 0x000200f8u, 0x000034cdu, - 0x000500c4u, 0x00000008u, 0x000034d0u, 0x0000022cu, 0x00002debu, 0x000500c7u, 0x00000008u, 0x000034d5u, - 0x00002f4fu, 0x0000022fu, 0x000500abu, 0x00000069u, 0x000034d6u, 0x000034d5u, 0x00000222u, 0x000300f7u, - 0x000034dfu, 0x00000000u, 0x000400fau, 0x000034d6u, 0x000034d7u, 0x000034dfu, 0x000200f8u, 0x000034d7u, - 0x000500c7u, 0x00000008u, 0x000034dau, 0x00002f8du, 0x000034d0u, 0x00050082u, 0x00000008u, 0x000034dbu, - 0x000034dau, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x000034dcu, 0x00000001u, 0x0000002au, 0x000034dbu, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x000034deu, 0x00002f8du, 0x000034dcu, 0x000200f9u, 0x000034dfu, - 0x000200f8u, 0x000034dfu, 0x000700f5u, 0x00000008u, 0x000076ddu, 0x00002f8du, 0x000034cdu, 0x000034deu, - 0x000034d7u, 0x00050082u, 0x00000008u, 0x000034e1u, 0x000034d0u, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x000034e3u, 0x000076ddu, 0x000034e1u, 0x000200f9u, 0x000034e4u, 0x000200f8u, 0x000034e4u, 0x000700f5u, - 0x00000008u, 0x000076deu, 0x00002f8du, 0x000034c3u, 0x000034e3u, 0x000034dfu, 0x0004003du, 0x00000008u, - 0x00002f91u, 0x00002f70u, 0x00050080u, 0x00000008u, 0x00002f92u, 0x00002f91u, 0x0000022cu, 0x000300f7u, - 0x00003505u, 0x00000000u, 0x000400fau, 0x000034abu, 0x000034eeu, 0x00003505u, 0x000200f8u, 0x000034eeu, - 0x000500c4u, 0x00000008u, 0x000034f1u, 0x0000022cu, 0x00002defu, 0x000500c7u, 0x00000008u, 0x000034f6u, - 0x00002f4fu, 0x0000025fu, 0x000500abu, 0x00000069u, 0x000034f7u, 0x000034f6u, 0x00000222u, 0x000300f7u, - 0x00003500u, 0x00000000u, 0x000400fau, 0x000034f7u, 0x000034f8u, 0x00003500u, 0x000200f8u, 0x000034f8u, - 0x000500c7u, 0x00000008u, 0x000034fbu, 0x00002f92u, 0x000034f1u, 0x00050082u, 0x00000008u, 0x000034fcu, - 0x000034fbu, 0x0000022cu, 0x0007000cu, 0x00000008u, 0x000034fdu, 0x00000001u, 0x0000002au, 0x000034fcu, - 0x00000222u, 0x000500c6u, 0x00000008u, 0x000034ffu, 0x00002f92u, 0x000034fdu, 0x000200f9u, 0x00003500u, - 0x000200f8u, 0x00003500u, 0x000700f5u, 0x00000008u, 0x000076dfu, 0x00002f92u, 0x000034eeu, 0x000034ffu, - 0x000034f8u, 0x00050082u, 0x00000008u, 0x00003502u, 0x000034f1u, 0x0000022cu, 0x000500c7u, 0x00000008u, - 0x00003504u, 0x000076dfu, 0x00003502u, 0x000200f9u, 0x00003505u, 0x000200f8u, 0x00003505u, 0x000700f5u, - 0x00000008u, 0x000076e0u, 0x00002f92u, 0x000034e4u, 0x00003504u, 0x00003500u, 0x00050082u, 0x00000008u, - 0x00002f97u, 0x000076e0u, 0x000076dcu, 0x0007000cu, 0x00000008u, 0x00002f98u, 0x00000001u, 0x0000002au, - 0x00002f97u, 0x000013fcu, 0x000500c7u, 0x00000008u, 0x00002f9au, 0x000076dcu, 0x00000360u, 0x00050080u, - 0x00000008u, 0x00002f9cu, 0x00002f9au, 0x00002f98u, 0x0004003du, 0x000000efu, 0x00002fa1u, 0x00002e00u, - 0x000500aau, 0x00000881u, 0x00002fa2u, 0x00002fa1u, 0x00001408u, 0x00050051u, 0x00000069u, 0x00002fa3u, - 0x00002fa2u, 0x00000000u, 0x00050051u, 0x00000069u, 0x00002fa4u, 0x00002fa2u, 0x00000001u, 0x00070050u, - 0x000005fdu, 0x00002fa5u, 0x00002321u, 0x00002333u, 0x00002fa3u, 0x00002fa4u, 0x0004009bu, 0x00000069u, - 0x00002fa6u, 0x00002fa5u, 0x000600a9u, 0x00000008u, 0x0000b5e8u, 0x00002fa6u, 0x00000222u, 0x00002f7fu, - 0x00040071u, 0x00000006u, 0x00002facu, 0x00002de5u, 0x0004007cu, 0x00000008u, 0x00002fadu, 0x00002facu, - 0x000500aau, 0x00000069u, 0x00002faeu, 0x00002fadu, 0x0000022cu, 0x000500afu, 0x00000069u, 0x00002fb0u, - 0x0000b5e8u, 0x0000116au, 0x000300f7u, 0x00002fb9u, 0x00000000u, 0x000400fau, 0x00002fb0u, 0x00002fb1u, - 0x00002fb5u, 0x000200f8u, 0x00002fb5u, 0x00050050u, 0x000000efu, 0x00002fb8u, 0x000076dau, 0x00002f9au, - 0x000200f9u, 0x00002fb9u, 0x000200f8u, 0x00002fb1u, 0x00050050u, 0x000000efu, 0x00002fb4u, 0x000076deu, - 0x00002f9cu, 0x000200f9u, 0x00002fb9u, 0x000200f8u, 0x00002fb9u, 0x000700f5u, 0x000000efu, 0x000076efu, - 0x00002fb4u, 0x00002fb1u, 0x00002fb8u, 0x00002fb5u, 0x000500c7u, 0x00000008u, 0x00002fbcu, 0x000076dau, - 0x0000022cu, 0x000500c4u, 0x00000008u, 0x00002fbdu, 0x00002fbcu, 0x00000235u, 0x0004003du, 0x00000008u, - 0x00002fbfu, 0x00002f7bu, 0x000500c3u, 0x00000008u, 0x00002fc0u, 0x00002fbfu, 0x0000022cu, 0x000500c5u, - 0x00000008u, 0x00002fc1u, 0x00002fbdu, 0x00002fc0u, 0x000300f7u, 0x0000328au, 0x00000000u, 0x000400fau, - 0x000022f1u, 0x00002fc3u, 0x00003064u, 0x000200f8u, 0x00003064u, 0x000300f7u, 0x00003289u, 0x00000000u, - 0x000d00fbu, 0x00002fadu, 0x00003289u, 0x00000000u, 0x00003069u, 0x00000001u, 0x000030f3u, 0x00000002u, - 0x00003121u, 0x00000003u, 0x00003196u, 0x00000004u, 0x00003220u, 0x000200f8u, 0x00003220u, 0x00040071u, - 0x00000006u, 0x00003223u, 0x00002de7u, 0x0004007cu, 0x00000008u, 0x00003224u, 0x00003223u, 0x000300f7u, - 0x00003288u, 0x00000000u, 0x000700fbu, 0x00003224u, 0x00003225u, 0x00000000u, 0x00003246u, 0x00000001u, - 0x00003267u, 0x000200f8u, 0x00003267u, 0x0004007cu, 0x000000b0u, 0x00003269u, 0x000076efu, 0x0003003eu, - 0x00002f0eu, 0x00003269u, 0x00050041u, 0x00000007u, 0x0000465cu, 0x00002f0eu, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x0000465du, 0x0000465cu, 0x00050084u, 0x00000006u, 0x0000465eu, 0x00002de3u, 0x0000465du, - 0x00050080u, 0x00000006u, 0x0000465fu, 0x00002de1u, 0x0000465eu, 0x00050041u, 0x00000007u, 0x00004660u, - 0x00002f0eu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004661u, 0x00004660u, 0x00050080u, 0x00000006u, - 0x00004663u, 0x0000465fu, 0x00004661u, 0x000500c7u, 0x00000006u, 0x00004665u, 0x00004663u, 0x00000e80u, - 0x0004003du, 0x00000006u, 0x00004668u, 0x0000465cu, 0x000500c7u, 0x00000006u, 0x00004669u, 0x00004668u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000466au, 0x00004669u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x0000466cu, 0x00004665u, 0x0000466au, 0x000500c6u, 0x00000006u, 0x0000466eu, 0x0000466cu, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00004671u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000466eu, - 0x0004003du, 0x0000000fu, 0x00004672u, 0x00004671u, 0x00040071u, 0x00000006u, 0x00004673u, 0x00004672u, - 0x00040071u, 0x00000011u, 0x00004675u, 0x00004673u, 0x0004007cu, 0x00000012u, 0x00004676u, 0x00004675u, - 0x00070050u, 0x00000013u, 0x00004677u, 0x00004676u, 0x00004676u, 0x00004676u, 0x00004676u, 0x000300f7u, - 0x0000327du, 0x00000000u, 0x000400fau, 0x000022f7u, 0x0000326eu, 0x0000327du, 0x000200f8u, 0x0000326eu, - 0x00050050u, 0x000000efu, 0x00003271u, 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x00003272u, - 0x00003271u, 0x0003003eu, 0x00002f11u, 0x00003272u, 0x00050041u, 0x00000007u, 0x00004681u, 0x00002f11u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004682u, 0x00004681u, 0x00050084u, 0x00000006u, 0x00004683u, - 0x00002de3u, 0x00004682u, 0x00050080u, 0x00000006u, 0x00004684u, 0x00002de1u, 0x00004683u, 0x00050041u, - 0x00000007u, 0x00004685u, 0x00002f11u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004686u, 0x00004685u, - 0x00050080u, 0x00000006u, 0x00004688u, 0x00004684u, 0x00004686u, 0x000500c7u, 0x00000006u, 0x0000468au, - 0x00004688u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x0000468du, 0x00004681u, 0x000500c7u, 0x00000006u, - 0x0000468eu, 0x0000468du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000468fu, 0x0000468eu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00004691u, 0x0000468au, 0x0000468fu, 0x000500c6u, 0x00000006u, 0x00004693u, - 0x00004691u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004696u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00004693u, 0x0004003du, 0x0000000fu, 0x00004697u, 0x00004696u, 0x00040071u, 0x00000006u, - 0x00004698u, 0x00004697u, 0x00040071u, 0x00000011u, 0x0000469au, 0x00004698u, 0x0004007cu, 0x00000012u, - 0x0000469bu, 0x0000469au, 0x00070050u, 0x00000013u, 0x0000469cu, 0x0000469bu, 0x0000469bu, 0x0000469bu, - 0x0000469bu, 0x00050050u, 0x000000efu, 0x00003278u, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, - 0x00003279u, 0x00003278u, 0x0003003eu, 0x00002f14u, 0x00003279u, 0x00050041u, 0x00000007u, 0x000046a6u, - 0x00002f14u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000046a7u, 0x000046a6u, 0x00050084u, 0x00000006u, - 0x000046a8u, 0x00002de3u, 0x000046a7u, 0x00050080u, 0x00000006u, 0x000046a9u, 0x00002de1u, 0x000046a8u, - 0x00050041u, 0x00000007u, 0x000046aau, 0x00002f14u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000046abu, - 0x000046aau, 0x00050080u, 0x00000006u, 0x000046adu, 0x000046a9u, 0x000046abu, 0x000500c7u, 0x00000006u, - 0x000046afu, 0x000046adu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000046b2u, 0x000046a6u, 0x000500c7u, - 0x00000006u, 0x000046b3u, 0x000046b2u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000046b4u, 0x000046b3u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000046b6u, 0x000046afu, 0x000046b4u, 0x000500c6u, 0x00000006u, - 0x000046b8u, 0x000046b6u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000046bbu, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x000046b8u, 0x0004003du, 0x0000000fu, 0x000046bcu, 0x000046bbu, 0x00040071u, - 0x00000006u, 0x000046bdu, 0x000046bcu, 0x00040071u, 0x00000011u, 0x000046bfu, 0x000046bdu, 0x0004007cu, - 0x00000012u, 0x000046c0u, 0x000046bfu, 0x00070050u, 0x00000013u, 0x000046c1u, 0x000046c0u, 0x000046c0u, - 0x000046c0u, 0x000046c0u, 0x000200f9u, 0x0000327du, 0x000200f8u, 0x0000327du, 0x000700f5u, 0x00000013u, - 0x000078b1u, 0x00007853u, 0x00003267u, 0x000046c1u, 0x0000326eu, 0x000700f5u, 0x00000013u, 0x00007835u, - 0x000077d4u, 0x00003267u, 0x0000469cu, 0x0000326eu, 0x000300f7u, 0x00003287u, 0x00000000u, 0x000400fau, - 0x00002fa6u, 0x0000327fu, 0x00003287u, 0x000200f8u, 0x0000327fu, 0x00050050u, 0x000000efu, 0x00003282u, - 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003283u, 0x00003282u, 0x0003003eu, 0x00002f17u, - 0x00003283u, 0x00050041u, 0x00000007u, 0x000046cbu, 0x00002f17u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000046ccu, 0x000046cbu, 0x00050084u, 0x00000006u, 0x000046cdu, 0x00002de3u, 0x000046ccu, 0x00050080u, - 0x00000006u, 0x000046ceu, 0x00002de1u, 0x000046cdu, 0x00050041u, 0x00000007u, 0x000046cfu, 0x00002f17u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000046d0u, 0x000046cfu, 0x00050080u, 0x00000006u, 0x000046d2u, - 0x000046ceu, 0x000046d0u, 0x000500c7u, 0x00000006u, 0x000046d4u, 0x000046d2u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x000046d7u, 0x000046cbu, 0x000500c7u, 0x00000006u, 0x000046d8u, 0x000046d7u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x000046d9u, 0x000046d8u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000046dbu, - 0x000046d4u, 0x000046d9u, 0x000500c6u, 0x00000006u, 0x000046ddu, 0x000046dbu, 0x00000466u, 0x00080041u, - 0x00000673u, 0x000046e0u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000046ddu, 0x0004003du, - 0x0000000fu, 0x000046e1u, 0x000046e0u, 0x00040071u, 0x00000006u, 0x000046e2u, 0x000046e1u, 0x00040071u, - 0x00000011u, 0x000046e4u, 0x000046e2u, 0x0004007cu, 0x00000012u, 0x000046e5u, 0x000046e4u, 0x00070050u, - 0x00000013u, 0x000046e6u, 0x000046e5u, 0x000046e5u, 0x000046e5u, 0x000046e5u, 0x000200f9u, 0x00003287u, - 0x000200f8u, 0x00003287u, 0x000700f5u, 0x00000013u, 0x0000792du, 0x000078cdu, 0x0000327du, 0x000046e6u, - 0x0000327fu, 0x000200f9u, 0x00003288u, 0x000200f8u, 0x00003246u, 0x0004007cu, 0x000000b0u, 0x00003248u, - 0x000076efu, 0x0003003eu, 0x00002f02u, 0x00003248u, 0x00050041u, 0x00000007u, 0x0000458du, 0x00002f02u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000458eu, 0x0000458du, 0x00050084u, 0x00000006u, 0x0000458fu, - 0x00002de3u, 0x0000458eu, 0x00050080u, 0x00000006u, 0x00004590u, 0x00002de1u, 0x0000458fu, 0x00050041u, - 0x00000007u, 0x00004591u, 0x00002f02u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004592u, 0x00004591u, - 0x000500c2u, 0x00000006u, 0x00004593u, 0x00004592u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00004595u, - 0x00004590u, 0x00004593u, 0x000500c7u, 0x00000006u, 0x00004597u, 0x00004595u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x00004599u, 0x00004591u, 0x000400c8u, 0x00000006u, 0x0000459au, 0x00004599u, 0x000500c7u, - 0x00000006u, 0x0000459bu, 0x0000459au, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000459cu, 0x0000459bu, - 0x00000706u, 0x0004003du, 0x00000006u, 0x0000459fu, 0x0000458du, 0x000500c7u, 0x00000006u, 0x000045a0u, - 0x0000459fu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000045a1u, 0x000045a0u, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x000045a3u, 0x00004597u, 0x000045a1u, 0x000500c6u, 0x00000006u, 0x000045a5u, 0x000045a3u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x000045a8u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000045a5u, 0x0004003du, 0x0000000fu, 0x000045a9u, 0x000045a8u, 0x00040071u, 0x00000006u, 0x000045aau, - 0x000045a9u, 0x000500c2u, 0x00000006u, 0x000045adu, 0x000045aau, 0x0000459cu, 0x000500c7u, 0x00000006u, - 0x000045aeu, 0x000045adu, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x000045b0u, 0x000045aeu, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x000045b2u, 0x000045aeu, 0x000045b0u, 0x00040071u, 0x00000011u, 0x000045b4u, - 0x000045b2u, 0x0004007cu, 0x00000012u, 0x000045b5u, 0x000045b4u, 0x00070050u, 0x00000013u, 0x000045b6u, - 0x000045b5u, 0x000045b5u, 0x000045b5u, 0x000045b5u, 0x000300f7u, 0x0000325cu, 0x00000000u, 0x000400fau, - 0x000022f7u, 0x0000324du, 0x0000325cu, 0x000200f8u, 0x0000324du, 0x00050050u, 0x000000efu, 0x00003250u, - 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x00003251u, 0x00003250u, 0x0003003eu, 0x00002f05u, - 0x00003251u, 0x00050041u, 0x00000007u, 0x000045c1u, 0x00002f05u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000045c2u, 0x000045c1u, 0x00050084u, 0x00000006u, 0x000045c3u, 0x00002de3u, 0x000045c2u, 0x00050080u, - 0x00000006u, 0x000045c4u, 0x00002de1u, 0x000045c3u, 0x00050041u, 0x00000007u, 0x000045c5u, 0x00002f05u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000045c6u, 0x000045c5u, 0x000500c2u, 0x00000006u, 0x000045c7u, - 0x000045c6u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000045c9u, 0x000045c4u, 0x000045c7u, 0x000500c7u, - 0x00000006u, 0x000045cbu, 0x000045c9u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000045cdu, 0x000045c5u, - 0x000400c8u, 0x00000006u, 0x000045ceu, 0x000045cdu, 0x000500c7u, 0x00000006u, 0x000045cfu, 0x000045ceu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000045d0u, 0x000045cfu, 0x00000706u, 0x0004003du, 0x00000006u, - 0x000045d3u, 0x000045c1u, 0x000500c7u, 0x00000006u, 0x000045d4u, 0x000045d3u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000045d5u, 0x000045d4u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000045d7u, 0x000045cbu, - 0x000045d5u, 0x000500c6u, 0x00000006u, 0x000045d9u, 0x000045d7u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x000045dcu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000045d9u, 0x0004003du, 0x0000000fu, - 0x000045ddu, 0x000045dcu, 0x00040071u, 0x00000006u, 0x000045deu, 0x000045ddu, 0x000500c2u, 0x00000006u, - 0x000045e1u, 0x000045deu, 0x000045d0u, 0x000500c7u, 0x00000006u, 0x000045e2u, 0x000045e1u, 0x00000ea3u, - 0x000500c4u, 0x00000006u, 0x000045e4u, 0x000045e2u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x000045e6u, - 0x000045e2u, 0x000045e4u, 0x00040071u, 0x00000011u, 0x000045e8u, 0x000045e6u, 0x0004007cu, 0x00000012u, - 0x000045e9u, 0x000045e8u, 0x00070050u, 0x00000013u, 0x000045eau, 0x000045e9u, 0x000045e9u, 0x000045e9u, - 0x000045e9u, 0x00050050u, 0x000000efu, 0x00003257u, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, - 0x00003258u, 0x00003257u, 0x0003003eu, 0x00002f08u, 0x00003258u, 0x00050041u, 0x00000007u, 0x000045f5u, - 0x00002f08u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000045f6u, 0x000045f5u, 0x00050084u, 0x00000006u, - 0x000045f7u, 0x00002de3u, 0x000045f6u, 0x00050080u, 0x00000006u, 0x000045f8u, 0x00002de1u, 0x000045f7u, - 0x00050041u, 0x00000007u, 0x000045f9u, 0x00002f08u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000045fau, - 0x000045f9u, 0x000500c2u, 0x00000006u, 0x000045fbu, 0x000045fau, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x000045fdu, 0x000045f8u, 0x000045fbu, 0x000500c7u, 0x00000006u, 0x000045ffu, 0x000045fdu, 0x00000e80u, - 0x0004003du, 0x00000006u, 0x00004601u, 0x000045f9u, 0x000400c8u, 0x00000006u, 0x00004602u, 0x00004601u, - 0x000500c7u, 0x00000006u, 0x00004603u, 0x00004602u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00004604u, - 0x00004603u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00004607u, 0x000045f5u, 0x000500c7u, 0x00000006u, - 0x00004608u, 0x00004607u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004609u, 0x00004608u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x0000460bu, 0x000045ffu, 0x00004609u, 0x000500c6u, 0x00000006u, 0x0000460du, - 0x0000460bu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004610u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x0000460du, 0x0004003du, 0x0000000fu, 0x00004611u, 0x00004610u, 0x00040071u, 0x00000006u, - 0x00004612u, 0x00004611u, 0x000500c2u, 0x00000006u, 0x00004615u, 0x00004612u, 0x00004604u, 0x000500c7u, - 0x00000006u, 0x00004616u, 0x00004615u, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x00004618u, 0x00004616u, - 0x00000235u, 0x000500c5u, 0x00000006u, 0x0000461au, 0x00004616u, 0x00004618u, 0x00040071u, 0x00000011u, - 0x0000461cu, 0x0000461au, 0x0004007cu, 0x00000012u, 0x0000461du, 0x0000461cu, 0x00070050u, 0x00000013u, - 0x0000461eu, 0x0000461du, 0x0000461du, 0x0000461du, 0x0000461du, 0x000200f9u, 0x0000325cu, 0x000200f8u, - 0x0000325cu, 0x000700f5u, 0x00000013u, 0x000078afu, 0x00007853u, 0x00003246u, 0x0000461eu, 0x0000324du, - 0x000700f5u, 0x00000013u, 0x00007833u, 0x000077d4u, 0x00003246u, 0x000045eau, 0x0000324du, 0x000300f7u, - 0x00003266u, 0x00000000u, 0x000400fau, 0x00002fa6u, 0x0000325eu, 0x00003266u, 0x000200f8u, 0x0000325eu, - 0x00050050u, 0x000000efu, 0x00003261u, 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003262u, - 0x00003261u, 0x0003003eu, 0x00002f0bu, 0x00003262u, 0x00050041u, 0x00000007u, 0x00004629u, 0x00002f0bu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000462au, 0x00004629u, 0x00050084u, 0x00000006u, 0x0000462bu, - 0x00002de3u, 0x0000462au, 0x00050080u, 0x00000006u, 0x0000462cu, 0x00002de1u, 0x0000462bu, 0x00050041u, - 0x00000007u, 0x0000462du, 0x00002f0bu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000462eu, 0x0000462du, - 0x000500c2u, 0x00000006u, 0x0000462fu, 0x0000462eu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00004631u, - 0x0000462cu, 0x0000462fu, 0x000500c7u, 0x00000006u, 0x00004633u, 0x00004631u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x00004635u, 0x0000462du, 0x000400c8u, 0x00000006u, 0x00004636u, 0x00004635u, 0x000500c7u, - 0x00000006u, 0x00004637u, 0x00004636u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00004638u, 0x00004637u, - 0x00000706u, 0x0004003du, 0x00000006u, 0x0000463bu, 0x00004629u, 0x000500c7u, 0x00000006u, 0x0000463cu, - 0x0000463bu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000463du, 0x0000463cu, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x0000463fu, 0x00004633u, 0x0000463du, 0x000500c6u, 0x00000006u, 0x00004641u, 0x0000463fu, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00004644u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00004641u, 0x0004003du, 0x0000000fu, 0x00004645u, 0x00004644u, 0x00040071u, 0x00000006u, 0x00004646u, - 0x00004645u, 0x000500c2u, 0x00000006u, 0x00004649u, 0x00004646u, 0x00004638u, 0x000500c7u, 0x00000006u, - 0x0000464au, 0x00004649u, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x0000464cu, 0x0000464au, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x0000464eu, 0x0000464au, 0x0000464cu, 0x00040071u, 0x00000011u, 0x00004650u, - 0x0000464eu, 0x0004007cu, 0x00000012u, 0x00004651u, 0x00004650u, 0x00070050u, 0x00000013u, 0x00004652u, - 0x00004651u, 0x00004651u, 0x00004651u, 0x00004651u, 0x000200f9u, 0x00003266u, 0x000200f8u, 0x00003266u, - 0x000700f5u, 0x00000013u, 0x0000792bu, 0x000078cdu, 0x0000325cu, 0x00004652u, 0x0000325eu, 0x000200f9u, - 0x00003288u, 0x000200f8u, 0x00003225u, 0x0004007cu, 0x000000b0u, 0x00003227u, 0x000076efu, 0x0003003eu, - 0x00002f1au, 0x00003227u, 0x00050041u, 0x00000007u, 0x000044d8u, 0x00002f1au, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x000044d9u, 0x000044d8u, 0x00050084u, 0x00000006u, 0x000044dau, 0x00002de3u, 0x000044d9u, - 0x00050080u, 0x00000006u, 0x000044dbu, 0x00002de1u, 0x000044dau, 0x00050041u, 0x00000007u, 0x000044dcu, - 0x00002f1au, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000044ddu, 0x000044dcu, 0x00050084u, 0x00000006u, - 0x000044deu, 0x000044ddu, 0x00000388u, 0x00050080u, 0x00000006u, 0x000044e0u, 0x000044dbu, 0x000044deu, - 0x000500c7u, 0x00000006u, 0x000044e2u, 0x000044e0u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x000044e4u, - 0x000044e2u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000044e6u, 0x000044d8u, 0x000500c7u, 0x00000006u, - 0x000044e7u, 0x000044e6u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000044e8u, 0x000044e7u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x000044eau, 0x000044e4u, 0x000044e8u, 0x000500c6u, 0x00000006u, 0x000044ecu, - 0x000044eau, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000044efu, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x000044ecu, 0x0004003du, 0x00000011u, 0x000044f0u, 0x000044efu, 0x00040071u, 0x00000006u, - 0x000044f1u, 0x000044f0u, 0x000500c2u, 0x00000006u, 0x000044f3u, 0x000044f1u, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x000044f4u, 0x000044f3u, 0x0004007cu, 0x00000012u, 0x000044f5u, 0x000044f4u, 0x000500c7u, - 0x00000006u, 0x000044f7u, 0x000044f1u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000044f8u, 0x000044f7u, - 0x0004007cu, 0x00000012u, 0x000044f9u, 0x000044f8u, 0x00050050u, 0x000001aeu, 0x000044fau, 0x000044f5u, - 0x000044f9u, 0x0009004fu, 0x00000013u, 0x000044fbu, 0x000044fau, 0x000044fau, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000300f7u, 0x0000323bu, 0x00000000u, 0x000400fau, 0x000022f7u, 0x0000322cu, - 0x0000323bu, 0x000200f8u, 0x0000322cu, 0x00050050u, 0x000000efu, 0x0000322fu, 0x000076deu, 0x00002f9au, - 0x0004007cu, 0x000000b0u, 0x00003230u, 0x0000322fu, 0x0003003eu, 0x00002f1du, 0x00003230u, 0x00050041u, - 0x00000007u, 0x00004505u, 0x00002f1du, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004506u, 0x00004505u, - 0x00050084u, 0x00000006u, 0x00004507u, 0x00002de3u, 0x00004506u, 0x00050080u, 0x00000006u, 0x00004508u, - 0x00002de1u, 0x00004507u, 0x00050041u, 0x00000007u, 0x00004509u, 0x00002f1du, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x0000450au, 0x00004509u, 0x00050084u, 0x00000006u, 0x0000450bu, 0x0000450au, 0x00000388u, - 0x00050080u, 0x00000006u, 0x0000450du, 0x00004508u, 0x0000450bu, 0x000500c7u, 0x00000006u, 0x0000450fu, - 0x0000450du, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00004511u, 0x0000450fu, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00004513u, 0x00004505u, 0x000500c7u, 0x00000006u, 0x00004514u, 0x00004513u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00004515u, 0x00004514u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00004517u, - 0x00004511u, 0x00004515u, 0x000500c6u, 0x00000006u, 0x00004519u, 0x00004517u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x0000451cu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00004519u, 0x0004003du, - 0x00000011u, 0x0000451du, 0x0000451cu, 0x00040071u, 0x00000006u, 0x0000451eu, 0x0000451du, 0x000500c2u, - 0x00000006u, 0x00004520u, 0x0000451eu, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00004521u, 0x00004520u, - 0x0004007cu, 0x00000012u, 0x00004522u, 0x00004521u, 0x000500c7u, 0x00000006u, 0x00004524u, 0x0000451eu, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004525u, 0x00004524u, 0x0004007cu, 0x00000012u, 0x00004526u, - 0x00004525u, 0x00050050u, 0x000001aeu, 0x00004527u, 0x00004522u, 0x00004526u, 0x0009004fu, 0x00000013u, - 0x00004528u, 0x00004527u, 0x00004527u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, - 0x000000efu, 0x00003236u, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003237u, 0x00003236u, - 0x0003003eu, 0x00002f20u, 0x00003237u, 0x00050041u, 0x00000007u, 0x00004532u, 0x00002f20u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00004533u, 0x00004532u, 0x00050084u, 0x00000006u, 0x00004534u, 0x00002de3u, - 0x00004533u, 0x00050080u, 0x00000006u, 0x00004535u, 0x00002de1u, 0x00004534u, 0x00050041u, 0x00000007u, - 0x00004536u, 0x00002f20u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004537u, 0x00004536u, 0x00050084u, - 0x00000006u, 0x00004538u, 0x00004537u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000453au, 0x00004535u, - 0x00004538u, 0x000500c7u, 0x00000006u, 0x0000453cu, 0x0000453au, 0x00000e80u, 0x000500c2u, 0x00000006u, - 0x0000453eu, 0x0000453cu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00004540u, 0x00004532u, 0x000500c7u, - 0x00000006u, 0x00004541u, 0x00004540u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004542u, 0x00004541u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00004544u, 0x0000453eu, 0x00004542u, 0x000500c6u, 0x00000006u, - 0x00004546u, 0x00004544u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00004549u, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00004546u, 0x0004003du, 0x00000011u, 0x0000454au, 0x00004549u, 0x00040071u, - 0x00000006u, 0x0000454bu, 0x0000454au, 0x000500c2u, 0x00000006u, 0x0000454du, 0x0000454bu, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x0000454eu, 0x0000454du, 0x0004007cu, 0x00000012u, 0x0000454fu, 0x0000454eu, - 0x000500c7u, 0x00000006u, 0x00004551u, 0x0000454bu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004552u, - 0x00004551u, 0x0004007cu, 0x00000012u, 0x00004553u, 0x00004552u, 0x00050050u, 0x000001aeu, 0x00004554u, - 0x0000454fu, 0x00004553u, 0x0009004fu, 0x00000013u, 0x00004555u, 0x00004554u, 0x00004554u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000323bu, 0x000200f8u, 0x0000323bu, 0x000700f5u, - 0x00000013u, 0x000078adu, 0x00007853u, 0x00003225u, 0x00004555u, 0x0000322cu, 0x000700f5u, 0x00000013u, - 0x00007831u, 0x000077d4u, 0x00003225u, 0x00004528u, 0x0000322cu, 0x000300f7u, 0x00003245u, 0x00000000u, - 0x000400fau, 0x00002fa6u, 0x0000323du, 0x00003245u, 0x000200f8u, 0x0000323du, 0x00050050u, 0x000000efu, - 0x00003240u, 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003241u, 0x00003240u, 0x0003003eu, - 0x00002f23u, 0x00003241u, 0x00050041u, 0x00000007u, 0x0000455fu, 0x00002f23u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00004560u, 0x0000455fu, 0x00050084u, 0x00000006u, 0x00004561u, 0x00002de3u, 0x00004560u, - 0x00050080u, 0x00000006u, 0x00004562u, 0x00002de1u, 0x00004561u, 0x00050041u, 0x00000007u, 0x00004563u, - 0x00002f23u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004564u, 0x00004563u, 0x00050084u, 0x00000006u, - 0x00004565u, 0x00004564u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00004567u, 0x00004562u, 0x00004565u, - 0x000500c7u, 0x00000006u, 0x00004569u, 0x00004567u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x0000456bu, - 0x00004569u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000456du, 0x0000455fu, 0x000500c7u, 0x00000006u, - 0x0000456eu, 0x0000456du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000456fu, 0x0000456eu, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00004571u, 0x0000456bu, 0x0000456fu, 0x000500c6u, 0x00000006u, 0x00004573u, - 0x00004571u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00004576u, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00004573u, 0x0004003du, 0x00000011u, 0x00004577u, 0x00004576u, 0x00040071u, 0x00000006u, - 0x00004578u, 0x00004577u, 0x000500c2u, 0x00000006u, 0x0000457au, 0x00004578u, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x0000457bu, 0x0000457au, 0x0004007cu, 0x00000012u, 0x0000457cu, 0x0000457bu, 0x000500c7u, - 0x00000006u, 0x0000457eu, 0x00004578u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000457fu, 0x0000457eu, - 0x0004007cu, 0x00000012u, 0x00004580u, 0x0000457fu, 0x00050050u, 0x000001aeu, 0x00004581u, 0x0000457cu, - 0x00004580u, 0x0009004fu, 0x00000013u, 0x00004582u, 0x00004581u, 0x00004581u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00003245u, 0x000200f8u, 0x00003245u, 0x000700f5u, 0x00000013u, - 0x00007929u, 0x000078cdu, 0x0000323bu, 0x00004582u, 0x0000323du, 0x000200f9u, 0x00003288u, 0x000200f8u, - 0x00003288u, 0x000900f5u, 0x00000013u, 0x00007928u, 0x00007929u, 0x00003245u, 0x0000792bu, 0x00003266u, - 0x0000792du, 0x00003287u, 0x000900f5u, 0x00000013u, 0x000078abu, 0x000078adu, 0x00003245u, 0x000078afu, - 0x00003266u, 0x000078b1u, 0x00003287u, 0x000900f5u, 0x00000013u, 0x0000782fu, 0x00007831u, 0x00003245u, - 0x00007833u, 0x00003266u, 0x00007835u, 0x00003287u, 0x000900f5u, 0x00000013u, 0x00007779u, 0x000044fbu, - 0x00003245u, 0x000045b6u, 0x00003266u, 0x00004677u, 0x00003287u, 0x000200f9u, 0x00003289u, 0x000200f8u, - 0x00003196u, 0x00040071u, 0x00000006u, 0x00003199u, 0x00002de7u, 0x0004007cu, 0x00000008u, 0x0000319au, - 0x00003199u, 0x000300f7u, 0x0000321fu, 0x00000000u, 0x000b00fbu, 0x0000319au, 0x0000321fu, 0x00000000u, - 0x0000319bu, 0x00000001u, 0x000031bcu, 0x00000002u, 0x000031ddu, 0x00000003u, 0x000031feu, 0x000200f8u, - 0x000031feu, 0x0004007cu, 0x000000b0u, 0x00003200u, 0x000076efu, 0x0003003eu, 0x00002ef6u, 0x00003200u, - 0x00050041u, 0x00000007u, 0x00004424u, 0x00002ef6u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004425u, - 0x00004424u, 0x00050084u, 0x00000006u, 0x00004426u, 0x00002de3u, 0x00004425u, 0x00050080u, 0x00000006u, - 0x00004427u, 0x00002de1u, 0x00004426u, 0x00050041u, 0x00000007u, 0x00004428u, 0x00002ef6u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00004429u, 0x00004428u, 0x00050084u, 0x00000006u, 0x0000442au, 0x00004429u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x0000442cu, 0x00004427u, 0x0000442au, 0x000500c7u, 0x00000006u, - 0x0000442eu, 0x0000442cu, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00004430u, 0x0000442eu, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00004432u, 0x00004424u, 0x000500c7u, 0x00000006u, 0x00004433u, 0x00004432u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004434u, 0x00004433u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00004436u, 0x00004430u, 0x00004434u, 0x000500c6u, 0x00000006u, 0x00004438u, 0x00004436u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x0000443bu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00004438u, - 0x0004003du, 0x00000011u, 0x0000443cu, 0x0000443bu, 0x00040071u, 0x00000006u, 0x0000443du, 0x0000443cu, - 0x000500c2u, 0x00000006u, 0x0000443fu, 0x0000443du, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00004440u, - 0x0000443fu, 0x0004007cu, 0x00000012u, 0x00004441u, 0x00004440u, 0x000500c7u, 0x00000006u, 0x00004443u, - 0x0000443du, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00004444u, 0x00004443u, 0x0004007cu, 0x00000012u, - 0x00004445u, 0x00004444u, 0x00050050u, 0x000001aeu, 0x00004446u, 0x00004441u, 0x00004445u, 0x0009004fu, - 0x00000013u, 0x00004447u, 0x00004446u, 0x00004446u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000300f7u, 0x00003214u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00003205u, 0x00003214u, 0x000200f8u, - 0x00003205u, 0x00050050u, 0x000000efu, 0x00003208u, 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, - 0x00003209u, 0x00003208u, 0x0003003eu, 0x00002ef9u, 0x00003209u, 0x00050041u, 0x00000007u, 0x00004451u, - 0x00002ef9u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004452u, 0x00004451u, 0x00050084u, 0x00000006u, - 0x00004453u, 0x00002de3u, 0x00004452u, 0x00050080u, 0x00000006u, 0x00004454u, 0x00002de1u, 0x00004453u, - 0x00050041u, 0x00000007u, 0x00004455u, 0x00002ef9u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004456u, - 0x00004455u, 0x00050084u, 0x00000006u, 0x00004457u, 0x00004456u, 0x00000388u, 0x00050080u, 0x00000006u, - 0x00004459u, 0x00004454u, 0x00004457u, 0x000500c7u, 0x00000006u, 0x0000445bu, 0x00004459u, 0x00000e80u, - 0x000500c2u, 0x00000006u, 0x0000445du, 0x0000445bu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000445fu, - 0x00004451u, 0x000500c7u, 0x00000006u, 0x00004460u, 0x0000445fu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00004461u, 0x00004460u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00004463u, 0x0000445du, 0x00004461u, - 0x000500c6u, 0x00000006u, 0x00004465u, 0x00004463u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00004468u, - 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00004465u, 0x0004003du, 0x00000011u, 0x00004469u, - 0x00004468u, 0x00040071u, 0x00000006u, 0x0000446au, 0x00004469u, 0x000500c2u, 0x00000006u, 0x0000446cu, - 0x0000446au, 0x0000025fu, 0x00040071u, 0x00000011u, 0x0000446du, 0x0000446cu, 0x0004007cu, 0x00000012u, - 0x0000446eu, 0x0000446du, 0x000500c7u, 0x00000006u, 0x00004470u, 0x0000446au, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00004471u, 0x00004470u, 0x0004007cu, 0x00000012u, 0x00004472u, 0x00004471u, 0x00050050u, - 0x000001aeu, 0x00004473u, 0x0000446eu, 0x00004472u, 0x0009004fu, 0x00000013u, 0x00004474u, 0x00004473u, - 0x00004473u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x000000efu, 0x0000320fu, - 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003210u, 0x0000320fu, 0x0003003eu, 0x00002efcu, - 0x00003210u, 0x00050041u, 0x00000007u, 0x0000447eu, 0x00002efcu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x0000447fu, 0x0000447eu, 0x00050084u, 0x00000006u, 0x00004480u, 0x00002de3u, 0x0000447fu, 0x00050080u, - 0x00000006u, 0x00004481u, 0x00002de1u, 0x00004480u, 0x00050041u, 0x00000007u, 0x00004482u, 0x00002efcu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004483u, 0x00004482u, 0x00050084u, 0x00000006u, 0x00004484u, - 0x00004483u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00004486u, 0x00004481u, 0x00004484u, 0x000500c7u, - 0x00000006u, 0x00004488u, 0x00004486u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x0000448au, 0x00004488u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000448cu, 0x0000447eu, 0x000500c7u, 0x00000006u, 0x0000448du, - 0x0000448cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000448eu, 0x0000448du, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00004490u, 0x0000448au, 0x0000448eu, 0x000500c6u, 0x00000006u, 0x00004492u, 0x00004490u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00004495u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00004492u, 0x0004003du, 0x00000011u, 0x00004496u, 0x00004495u, 0x00040071u, 0x00000006u, 0x00004497u, - 0x00004496u, 0x000500c2u, 0x00000006u, 0x00004499u, 0x00004497u, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x0000449au, 0x00004499u, 0x0004007cu, 0x00000012u, 0x0000449bu, 0x0000449au, 0x000500c7u, 0x00000006u, - 0x0000449du, 0x00004497u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000449eu, 0x0000449du, 0x0004007cu, - 0x00000012u, 0x0000449fu, 0x0000449eu, 0x00050050u, 0x000001aeu, 0x000044a0u, 0x0000449bu, 0x0000449fu, - 0x0009004fu, 0x00000013u, 0x000044a1u, 0x000044a0u, 0x000044a0u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00003214u, 0x000200f8u, 0x00003214u, 0x000700f5u, 0x00000013u, 0x000078aau, - 0x00007853u, 0x000031feu, 0x000044a1u, 0x00003205u, 0x000700f5u, 0x00000013u, 0x0000782eu, 0x000077d4u, - 0x000031feu, 0x00004474u, 0x00003205u, 0x000300f7u, 0x0000321eu, 0x00000000u, 0x000400fau, 0x00002fa6u, - 0x00003216u, 0x0000321eu, 0x000200f8u, 0x00003216u, 0x00050050u, 0x000000efu, 0x00003219u, 0x000076deu, - 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x0000321au, 0x00003219u, 0x0003003eu, 0x00002effu, 0x0000321au, - 0x00050041u, 0x00000007u, 0x000044abu, 0x00002effu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000044acu, - 0x000044abu, 0x00050084u, 0x00000006u, 0x000044adu, 0x00002de3u, 0x000044acu, 0x00050080u, 0x00000006u, - 0x000044aeu, 0x00002de1u, 0x000044adu, 0x00050041u, 0x00000007u, 0x000044afu, 0x00002effu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000044b0u, 0x000044afu, 0x00050084u, 0x00000006u, 0x000044b1u, 0x000044b0u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x000044b3u, 0x000044aeu, 0x000044b1u, 0x000500c7u, 0x00000006u, - 0x000044b5u, 0x000044b3u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x000044b7u, 0x000044b5u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x000044b9u, 0x000044abu, 0x000500c7u, 0x00000006u, 0x000044bau, 0x000044b9u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000044bbu, 0x000044bau, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x000044bdu, 0x000044b7u, 0x000044bbu, 0x000500c6u, 0x00000006u, 0x000044bfu, 0x000044bdu, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x000044c2u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000044bfu, - 0x0004003du, 0x00000011u, 0x000044c3u, 0x000044c2u, 0x00040071u, 0x00000006u, 0x000044c4u, 0x000044c3u, - 0x000500c2u, 0x00000006u, 0x000044c6u, 0x000044c4u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x000044c7u, - 0x000044c6u, 0x0004007cu, 0x00000012u, 0x000044c8u, 0x000044c7u, 0x000500c7u, 0x00000006u, 0x000044cau, - 0x000044c4u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000044cbu, 0x000044cau, 0x0004007cu, 0x00000012u, - 0x000044ccu, 0x000044cbu, 0x00050050u, 0x000001aeu, 0x000044cdu, 0x000044c8u, 0x000044ccu, 0x0009004fu, - 0x00000013u, 0x000044ceu, 0x000044cdu, 0x000044cdu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x0000321eu, 0x000200f8u, 0x0000321eu, 0x000700f5u, 0x00000013u, 0x00007926u, 0x000078cdu, - 0x00003214u, 0x000044ceu, 0x00003216u, 0x000200f9u, 0x0000321fu, 0x000200f8u, 0x000031ddu, 0x0004007cu, - 0x000000b0u, 0x000031dfu, 0x000076efu, 0x0003003eu, 0x00002eeau, 0x000031dfu, 0x00050041u, 0x00000007u, - 0x00004339u, 0x00002eeau, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000433au, 0x00004339u, 0x00050084u, - 0x00000006u, 0x0000433bu, 0x00002de3u, 0x0000433au, 0x00050080u, 0x00000006u, 0x0000433cu, 0x00002de1u, - 0x0000433bu, 0x00050041u, 0x00000007u, 0x0000433du, 0x00002eeau, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000433eu, 0x0000433du, 0x00050084u, 0x00000006u, 0x0000433fu, 0x0000433eu, 0x00000388u, 0x00050080u, - 0x00000006u, 0x00004341u, 0x0000433cu, 0x0000433fu, 0x000500c7u, 0x00000006u, 0x00004343u, 0x00004341u, - 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00004345u, 0x00004343u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00004347u, 0x00004339u, 0x000500c7u, 0x00000006u, 0x00004348u, 0x00004347u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00004349u, 0x00004348u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000434bu, 0x00004345u, - 0x00004349u, 0x000500c6u, 0x00000006u, 0x0000434du, 0x0000434bu, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00004350u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000434du, 0x0004003du, 0x00000011u, - 0x00004351u, 0x00004350u, 0x00040071u, 0x00000006u, 0x00004352u, 0x00004351u, 0x000500c2u, 0x00000006u, - 0x0000435au, 0x00004352u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000435cu, 0x00004352u, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x0000435eu, 0x0000435au, 0x0004007cu, 0x00000012u, 0x0000435fu, 0x0000435eu, - 0x00040071u, 0x00000011u, 0x00004367u, 0x0000435cu, 0x0004007cu, 0x00000012u, 0x00004368u, 0x00004367u, - 0x00070050u, 0x00000013u, 0x00004369u, 0x0000435fu, 0x0000435fu, 0x0000435fu, 0x00004368u, 0x000300f7u, - 0x000031f3u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x000031e4u, 0x000031f3u, 0x000200f8u, 0x000031e4u, - 0x00050050u, 0x000000efu, 0x000031e7u, 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x000031e8u, - 0x000031e7u, 0x0003003eu, 0x00002eedu, 0x000031e8u, 0x00050041u, 0x00000007u, 0x00004374u, 0x00002eedu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004375u, 0x00004374u, 0x00050084u, 0x00000006u, 0x00004376u, - 0x00002de3u, 0x00004375u, 0x00050080u, 0x00000006u, 0x00004377u, 0x00002de1u, 0x00004376u, 0x00050041u, - 0x00000007u, 0x00004378u, 0x00002eedu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004379u, 0x00004378u, - 0x00050084u, 0x00000006u, 0x0000437au, 0x00004379u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000437cu, - 0x00004377u, 0x0000437au, 0x000500c7u, 0x00000006u, 0x0000437eu, 0x0000437cu, 0x00000e80u, 0x000500c2u, - 0x00000006u, 0x00004380u, 0x0000437eu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00004382u, 0x00004374u, - 0x000500c7u, 0x00000006u, 0x00004383u, 0x00004382u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004384u, - 0x00004383u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00004386u, 0x00004380u, 0x00004384u, 0x000500c6u, - 0x00000006u, 0x00004388u, 0x00004386u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000438bu, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00004388u, 0x0004003du, 0x00000011u, 0x0000438cu, 0x0000438bu, - 0x00040071u, 0x00000006u, 0x0000438du, 0x0000438cu, 0x000500c2u, 0x00000006u, 0x00004395u, 0x0000438du, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00004397u, 0x0000438du, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00004399u, 0x00004395u, 0x0004007cu, 0x00000012u, 0x0000439au, 0x00004399u, 0x00040071u, 0x00000011u, - 0x000043a2u, 0x00004397u, 0x0004007cu, 0x00000012u, 0x000043a3u, 0x000043a2u, 0x00070050u, 0x00000013u, - 0x000043a4u, 0x0000439au, 0x0000439au, 0x0000439au, 0x000043a3u, 0x00050050u, 0x000000efu, 0x000031eeu, - 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x000031efu, 0x000031eeu, 0x0003003eu, 0x00002ef0u, - 0x000031efu, 0x00050041u, 0x00000007u, 0x000043afu, 0x00002ef0u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000043b0u, 0x000043afu, 0x00050084u, 0x00000006u, 0x000043b1u, 0x00002de3u, 0x000043b0u, 0x00050080u, - 0x00000006u, 0x000043b2u, 0x00002de1u, 0x000043b1u, 0x00050041u, 0x00000007u, 0x000043b3u, 0x00002ef0u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000043b4u, 0x000043b3u, 0x00050084u, 0x00000006u, 0x000043b5u, - 0x000043b4u, 0x00000388u, 0x00050080u, 0x00000006u, 0x000043b7u, 0x000043b2u, 0x000043b5u, 0x000500c7u, - 0x00000006u, 0x000043b9u, 0x000043b7u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x000043bbu, 0x000043b9u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x000043bdu, 0x000043afu, 0x000500c7u, 0x00000006u, 0x000043beu, - 0x000043bdu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000043bfu, 0x000043beu, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x000043c1u, 0x000043bbu, 0x000043bfu, 0x000500c6u, 0x00000006u, 0x000043c3u, 0x000043c1u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x000043c6u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000043c3u, 0x0004003du, 0x00000011u, 0x000043c7u, 0x000043c6u, 0x00040071u, 0x00000006u, 0x000043c8u, - 0x000043c7u, 0x000500c2u, 0x00000006u, 0x000043d0u, 0x000043c8u, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x000043d2u, 0x000043c8u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000043d4u, 0x000043d0u, 0x0004007cu, - 0x00000012u, 0x000043d5u, 0x000043d4u, 0x00040071u, 0x00000011u, 0x000043ddu, 0x000043d2u, 0x0004007cu, - 0x00000012u, 0x000043deu, 0x000043ddu, 0x00070050u, 0x00000013u, 0x000043dfu, 0x000043d5u, 0x000043d5u, - 0x000043d5u, 0x000043deu, 0x000200f9u, 0x000031f3u, 0x000200f8u, 0x000031f3u, 0x000700f5u, 0x00000013u, - 0x000078a8u, 0x00007853u, 0x000031ddu, 0x000043dfu, 0x000031e4u, 0x000700f5u, 0x00000013u, 0x0000782cu, - 0x000077d4u, 0x000031ddu, 0x000043a4u, 0x000031e4u, 0x000300f7u, 0x000031fdu, 0x00000000u, 0x000400fau, - 0x00002fa6u, 0x000031f5u, 0x000031fdu, 0x000200f8u, 0x000031f5u, 0x00050050u, 0x000000efu, 0x000031f8u, - 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x000031f9u, 0x000031f8u, 0x0003003eu, 0x00002ef3u, - 0x000031f9u, 0x00050041u, 0x00000007u, 0x000043eau, 0x00002ef3u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000043ebu, 0x000043eau, 0x00050084u, 0x00000006u, 0x000043ecu, 0x00002de3u, 0x000043ebu, 0x00050080u, - 0x00000006u, 0x000043edu, 0x00002de1u, 0x000043ecu, 0x00050041u, 0x00000007u, 0x000043eeu, 0x00002ef3u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000043efu, 0x000043eeu, 0x00050084u, 0x00000006u, 0x000043f0u, - 0x000043efu, 0x00000388u, 0x00050080u, 0x00000006u, 0x000043f2u, 0x000043edu, 0x000043f0u, 0x000500c7u, - 0x00000006u, 0x000043f4u, 0x000043f2u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x000043f6u, 0x000043f4u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x000043f8u, 0x000043eau, 0x000500c7u, 0x00000006u, 0x000043f9u, - 0x000043f8u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000043fau, 0x000043f9u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x000043fcu, 0x000043f6u, 0x000043fau, 0x000500c6u, 0x00000006u, 0x000043feu, 0x000043fcu, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00004401u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000043feu, 0x0004003du, 0x00000011u, 0x00004402u, 0x00004401u, 0x00040071u, 0x00000006u, 0x00004403u, - 0x00004402u, 0x000500c2u, 0x00000006u, 0x0000440bu, 0x00004403u, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x0000440du, 0x00004403u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000440fu, 0x0000440bu, 0x0004007cu, - 0x00000012u, 0x00004410u, 0x0000440fu, 0x00040071u, 0x00000011u, 0x00004418u, 0x0000440du, 0x0004007cu, - 0x00000012u, 0x00004419u, 0x00004418u, 0x00070050u, 0x00000013u, 0x0000441au, 0x00004410u, 0x00004410u, - 0x00004410u, 0x00004419u, 0x000200f9u, 0x000031fdu, 0x000200f8u, 0x000031fdu, 0x000700f5u, 0x00000013u, - 0x00007924u, 0x000078cdu, 0x000031f3u, 0x0000441au, 0x000031f5u, 0x000200f9u, 0x0000321fu, 0x000200f8u, - 0x000031bcu, 0x0004007cu, 0x000000b0u, 0x000031beu, 0x000076efu, 0x0003003eu, 0x00002edeu, 0x000031beu, - 0x00050041u, 0x00000007u, 0x0000424au, 0x00002edeu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000424bu, - 0x0000424au, 0x00050084u, 0x00000006u, 0x0000424cu, 0x00002de3u, 0x0000424bu, 0x00050080u, 0x00000006u, - 0x0000424du, 0x00002de1u, 0x0000424cu, 0x00050041u, 0x00000007u, 0x0000424eu, 0x00002edeu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x0000424fu, 0x0000424eu, 0x00050080u, 0x00000006u, 0x00004251u, 0x0000424du, - 0x0000424fu, 0x000500c7u, 0x00000006u, 0x00004253u, 0x00004251u, 0x00000e80u, 0x0004003du, 0x00000006u, - 0x00004256u, 0x0000424au, 0x000500c7u, 0x00000006u, 0x00004257u, 0x00004256u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00004258u, 0x00004257u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000425au, 0x00004253u, - 0x00004258u, 0x000500c6u, 0x00000006u, 0x0000425cu, 0x0000425au, 0x00000466u, 0x00080041u, 0x00000673u, - 0x0000425fu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000425cu, 0x0004003du, 0x0000000fu, - 0x00004260u, 0x0000425fu, 0x00040071u, 0x00000006u, 0x00004261u, 0x00004260u, 0x000500c2u, 0x00000006u, - 0x00004263u, 0x00004261u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00004265u, 0x00004261u, 0x00000ea3u, - 0x000500c4u, 0x00000006u, 0x00004267u, 0x00004265u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00004269u, - 0x00004265u, 0x00004267u, 0x000500c4u, 0x00000006u, 0x0000426bu, 0x00004263u, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x0000426du, 0x00004263u, 0x0000426bu, 0x00040071u, 0x00000011u, 0x0000426fu, 0x0000426du, - 0x0004007cu, 0x00000012u, 0x00004270u, 0x0000426fu, 0x00040071u, 0x00000011u, 0x00004278u, 0x00004269u, - 0x0004007cu, 0x00000012u, 0x00004279u, 0x00004278u, 0x00070050u, 0x00000013u, 0x0000427au, 0x00004270u, - 0x00004270u, 0x00004270u, 0x00004279u, 0x000300f7u, 0x000031d2u, 0x00000000u, 0x000400fau, 0x000022f7u, - 0x000031c3u, 0x000031d2u, 0x000200f8u, 0x000031c3u, 0x00050050u, 0x000000efu, 0x000031c6u, 0x000076deu, - 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x000031c7u, 0x000031c6u, 0x0003003eu, 0x00002ee1u, 0x000031c7u, - 0x00050041u, 0x00000007u, 0x00004286u, 0x00002ee1u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004287u, - 0x00004286u, 0x00050084u, 0x00000006u, 0x00004288u, 0x00002de3u, 0x00004287u, 0x00050080u, 0x00000006u, - 0x00004289u, 0x00002de1u, 0x00004288u, 0x00050041u, 0x00000007u, 0x0000428au, 0x00002ee1u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x0000428bu, 0x0000428au, 0x00050080u, 0x00000006u, 0x0000428du, 0x00004289u, - 0x0000428bu, 0x000500c7u, 0x00000006u, 0x0000428fu, 0x0000428du, 0x00000e80u, 0x0004003du, 0x00000006u, - 0x00004292u, 0x00004286u, 0x000500c7u, 0x00000006u, 0x00004293u, 0x00004292u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00004294u, 0x00004293u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00004296u, 0x0000428fu, - 0x00004294u, 0x000500c6u, 0x00000006u, 0x00004298u, 0x00004296u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x0000429bu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00004298u, 0x0004003du, 0x0000000fu, - 0x0000429cu, 0x0000429bu, 0x00040071u, 0x00000006u, 0x0000429du, 0x0000429cu, 0x000500c2u, 0x00000006u, - 0x0000429fu, 0x0000429du, 0x00000235u, 0x000500c7u, 0x00000006u, 0x000042a1u, 0x0000429du, 0x00000ea3u, - 0x000500c4u, 0x00000006u, 0x000042a3u, 0x000042a1u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x000042a5u, - 0x000042a1u, 0x000042a3u, 0x000500c4u, 0x00000006u, 0x000042a7u, 0x0000429fu, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x000042a9u, 0x0000429fu, 0x000042a7u, 0x00040071u, 0x00000011u, 0x000042abu, 0x000042a9u, - 0x0004007cu, 0x00000012u, 0x000042acu, 0x000042abu, 0x00040071u, 0x00000011u, 0x000042b4u, 0x000042a5u, - 0x0004007cu, 0x00000012u, 0x000042b5u, 0x000042b4u, 0x00070050u, 0x00000013u, 0x000042b6u, 0x000042acu, - 0x000042acu, 0x000042acu, 0x000042b5u, 0x00050050u, 0x000000efu, 0x000031cdu, 0x000076dau, 0x00002f9cu, - 0x0004007cu, 0x000000b0u, 0x000031ceu, 0x000031cdu, 0x0003003eu, 0x00002ee4u, 0x000031ceu, 0x00050041u, - 0x00000007u, 0x000042c2u, 0x00002ee4u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000042c3u, 0x000042c2u, - 0x00050084u, 0x00000006u, 0x000042c4u, 0x00002de3u, 0x000042c3u, 0x00050080u, 0x00000006u, 0x000042c5u, - 0x00002de1u, 0x000042c4u, 0x00050041u, 0x00000007u, 0x000042c6u, 0x00002ee4u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x000042c7u, 0x000042c6u, 0x00050080u, 0x00000006u, 0x000042c9u, 0x000042c5u, 0x000042c7u, - 0x000500c7u, 0x00000006u, 0x000042cbu, 0x000042c9u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000042ceu, - 0x000042c2u, 0x000500c7u, 0x00000006u, 0x000042cfu, 0x000042ceu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000042d0u, 0x000042cfu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000042d2u, 0x000042cbu, 0x000042d0u, - 0x000500c6u, 0x00000006u, 0x000042d4u, 0x000042d2u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000042d7u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000042d4u, 0x0004003du, 0x0000000fu, 0x000042d8u, - 0x000042d7u, 0x00040071u, 0x00000006u, 0x000042d9u, 0x000042d8u, 0x000500c2u, 0x00000006u, 0x000042dbu, - 0x000042d9u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x000042ddu, 0x000042d9u, 0x00000ea3u, 0x000500c4u, - 0x00000006u, 0x000042dfu, 0x000042ddu, 0x00000235u, 0x000500c5u, 0x00000006u, 0x000042e1u, 0x000042ddu, - 0x000042dfu, 0x000500c4u, 0x00000006u, 0x000042e3u, 0x000042dbu, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x000042e5u, 0x000042dbu, 0x000042e3u, 0x00040071u, 0x00000011u, 0x000042e7u, 0x000042e5u, 0x0004007cu, - 0x00000012u, 0x000042e8u, 0x000042e7u, 0x00040071u, 0x00000011u, 0x000042f0u, 0x000042e1u, 0x0004007cu, - 0x00000012u, 0x000042f1u, 0x000042f0u, 0x00070050u, 0x00000013u, 0x000042f2u, 0x000042e8u, 0x000042e8u, - 0x000042e8u, 0x000042f1u, 0x000200f9u, 0x000031d2u, 0x000200f8u, 0x000031d2u, 0x000700f5u, 0x00000013u, - 0x000078a6u, 0x00007853u, 0x000031bcu, 0x000042f2u, 0x000031c3u, 0x000700f5u, 0x00000013u, 0x0000782au, - 0x000077d4u, 0x000031bcu, 0x000042b6u, 0x000031c3u, 0x000300f7u, 0x000031dcu, 0x00000000u, 0x000400fau, - 0x00002fa6u, 0x000031d4u, 0x000031dcu, 0x000200f8u, 0x000031d4u, 0x00050050u, 0x000000efu, 0x000031d7u, - 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x000031d8u, 0x000031d7u, 0x0003003eu, 0x00002ee7u, - 0x000031d8u, 0x00050041u, 0x00000007u, 0x000042feu, 0x00002ee7u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000042ffu, 0x000042feu, 0x00050084u, 0x00000006u, 0x00004300u, 0x00002de3u, 0x000042ffu, 0x00050080u, - 0x00000006u, 0x00004301u, 0x00002de1u, 0x00004300u, 0x00050041u, 0x00000007u, 0x00004302u, 0x00002ee7u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004303u, 0x00004302u, 0x00050080u, 0x00000006u, 0x00004305u, - 0x00004301u, 0x00004303u, 0x000500c7u, 0x00000006u, 0x00004307u, 0x00004305u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x0000430au, 0x000042feu, 0x000500c7u, 0x00000006u, 0x0000430bu, 0x0000430au, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000430cu, 0x0000430bu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000430eu, - 0x00004307u, 0x0000430cu, 0x000500c6u, 0x00000006u, 0x00004310u, 0x0000430eu, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00004313u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00004310u, 0x0004003du, - 0x0000000fu, 0x00004314u, 0x00004313u, 0x00040071u, 0x00000006u, 0x00004315u, 0x00004314u, 0x000500c2u, - 0x00000006u, 0x00004317u, 0x00004315u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00004319u, 0x00004315u, - 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x0000431bu, 0x00004319u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x0000431du, 0x00004319u, 0x0000431bu, 0x000500c4u, 0x00000006u, 0x0000431fu, 0x00004317u, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x00004321u, 0x00004317u, 0x0000431fu, 0x00040071u, 0x00000011u, 0x00004323u, - 0x00004321u, 0x0004007cu, 0x00000012u, 0x00004324u, 0x00004323u, 0x00040071u, 0x00000011u, 0x0000432cu, - 0x0000431du, 0x0004007cu, 0x00000012u, 0x0000432du, 0x0000432cu, 0x00070050u, 0x00000013u, 0x0000432eu, - 0x00004324u, 0x00004324u, 0x00004324u, 0x0000432du, 0x000200f9u, 0x000031dcu, 0x000200f8u, 0x000031dcu, - 0x000700f5u, 0x00000013u, 0x00007922u, 0x000078cdu, 0x000031d2u, 0x0000432eu, 0x000031d4u, 0x000200f9u, - 0x0000321fu, 0x000200f8u, 0x0000319bu, 0x0004007cu, 0x000000b0u, 0x0000319du, 0x000076efu, 0x0003003eu, - 0x00002ed2u, 0x0000319du, 0x00050041u, 0x00000007u, 0x00004132u, 0x00002ed2u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00004133u, 0x00004132u, 0x00050084u, 0x00000006u, 0x00004134u, 0x00002de3u, 0x00004133u, - 0x00050080u, 0x00000006u, 0x00004135u, 0x00002de1u, 0x00004134u, 0x00050041u, 0x00000007u, 0x00004136u, - 0x00002ed2u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004137u, 0x00004136u, 0x000500c2u, 0x00000006u, - 0x00004138u, 0x00004137u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x0000413au, 0x00004135u, 0x00004138u, - 0x000500c7u, 0x00000006u, 0x0000413cu, 0x0000413au, 0x00000e80u, 0x0004003du, 0x00000006u, 0x0000413eu, - 0x00004136u, 0x000400c8u, 0x00000006u, 0x0000413fu, 0x0000413eu, 0x000500c7u, 0x00000006u, 0x00004140u, - 0x0000413fu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00004141u, 0x00004140u, 0x00000706u, 0x0004003du, - 0x00000006u, 0x00004144u, 0x00004132u, 0x000500c7u, 0x00000006u, 0x00004145u, 0x00004144u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00004146u, 0x00004145u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00004148u, - 0x0000413cu, 0x00004146u, 0x000500c6u, 0x00000006u, 0x0000414au, 0x00004148u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x0000414du, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000414au, 0x0004003du, - 0x0000000fu, 0x0000414eu, 0x0000414du, 0x00040071u, 0x00000006u, 0x0000414fu, 0x0000414eu, 0x000500c2u, - 0x00000006u, 0x00004152u, 0x0000414fu, 0x00004141u, 0x000500c7u, 0x00000006u, 0x00004153u, 0x00004152u, - 0x00000ea3u, 0x000500c7u, 0x00000006u, 0x00004155u, 0x00004153u, 0x00000edbu, 0x000500c4u, 0x00000006u, - 0x00004157u, 0x00004155u, 0x00000235u, 0x000500c4u, 0x00000006u, 0x00004159u, 0x00004155u, 0x0000022cu, - 0x000500c5u, 0x00000006u, 0x0000415au, 0x00004157u, 0x00004159u, 0x000500c2u, 0x00000006u, 0x0000415cu, - 0x00004155u, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x0000415du, 0x0000415au, 0x0000415cu, 0x00040071u, - 0x00000011u, 0x0000415fu, 0x0000415du, 0x0004007cu, 0x00000012u, 0x00004160u, 0x0000415fu, 0x000500c7u, - 0x00000006u, 0x00004168u, 0x00004153u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00004169u, 0x00004168u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000416au, 0x00004169u, 0x0004007cu, 0x00000012u, 0x0000416bu, - 0x0000416au, 0x00070050u, 0x00000013u, 0x0000416cu, 0x00004160u, 0x00004160u, 0x00004160u, 0x0000416bu, - 0x000300f7u, 0x000031b1u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x000031a2u, 0x000031b1u, 0x000200f8u, - 0x000031a2u, 0x00050050u, 0x000000efu, 0x000031a5u, 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, - 0x000031a6u, 0x000031a5u, 0x0003003eu, 0x00002ed5u, 0x000031a6u, 0x00050041u, 0x00000007u, 0x00004178u, - 0x00002ed5u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004179u, 0x00004178u, 0x00050084u, 0x00000006u, - 0x0000417au, 0x00002de3u, 0x00004179u, 0x00050080u, 0x00000006u, 0x0000417bu, 0x00002de1u, 0x0000417au, - 0x00050041u, 0x00000007u, 0x0000417cu, 0x00002ed5u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000417du, - 0x0000417cu, 0x000500c2u, 0x00000006u, 0x0000417eu, 0x0000417du, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x00004180u, 0x0000417bu, 0x0000417eu, 0x000500c7u, 0x00000006u, 0x00004182u, 0x00004180u, 0x00000e80u, - 0x0004003du, 0x00000006u, 0x00004184u, 0x0000417cu, 0x000400c8u, 0x00000006u, 0x00004185u, 0x00004184u, - 0x000500c7u, 0x00000006u, 0x00004186u, 0x00004185u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00004187u, - 0x00004186u, 0x00000706u, 0x0004003du, 0x00000006u, 0x0000418au, 0x00004178u, 0x000500c7u, 0x00000006u, - 0x0000418bu, 0x0000418au, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000418cu, 0x0000418bu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x0000418eu, 0x00004182u, 0x0000418cu, 0x000500c6u, 0x00000006u, 0x00004190u, - 0x0000418eu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004193u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00004190u, 0x0004003du, 0x0000000fu, 0x00004194u, 0x00004193u, 0x00040071u, 0x00000006u, - 0x00004195u, 0x00004194u, 0x000500c2u, 0x00000006u, 0x00004198u, 0x00004195u, 0x00004187u, 0x000500c7u, - 0x00000006u, 0x00004199u, 0x00004198u, 0x00000ea3u, 0x000500c7u, 0x00000006u, 0x0000419bu, 0x00004199u, - 0x00000edbu, 0x000500c4u, 0x00000006u, 0x0000419du, 0x0000419bu, 0x00000235u, 0x000500c4u, 0x00000006u, - 0x0000419fu, 0x0000419bu, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x000041a0u, 0x0000419du, 0x0000419fu, - 0x000500c2u, 0x00000006u, 0x000041a2u, 0x0000419bu, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x000041a3u, - 0x000041a0u, 0x000041a2u, 0x00040071u, 0x00000011u, 0x000041a5u, 0x000041a3u, 0x0004007cu, 0x00000012u, - 0x000041a6u, 0x000041a5u, 0x000500c7u, 0x00000006u, 0x000041aeu, 0x00004199u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x000041afu, 0x000041aeu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000041b0u, 0x000041afu, - 0x0004007cu, 0x00000012u, 0x000041b1u, 0x000041b0u, 0x00070050u, 0x00000013u, 0x000041b2u, 0x000041a6u, - 0x000041a6u, 0x000041a6u, 0x000041b1u, 0x00050050u, 0x000000efu, 0x000031acu, 0x000076dau, 0x00002f9cu, - 0x0004007cu, 0x000000b0u, 0x000031adu, 0x000031acu, 0x0003003eu, 0x00002ed8u, 0x000031adu, 0x00050041u, - 0x00000007u, 0x000041beu, 0x00002ed8u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000041bfu, 0x000041beu, - 0x00050084u, 0x00000006u, 0x000041c0u, 0x00002de3u, 0x000041bfu, 0x00050080u, 0x00000006u, 0x000041c1u, - 0x00002de1u, 0x000041c0u, 0x00050041u, 0x00000007u, 0x000041c2u, 0x00002ed8u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x000041c3u, 0x000041c2u, 0x000500c2u, 0x00000006u, 0x000041c4u, 0x000041c3u, 0x0000022cu, - 0x00050080u, 0x00000006u, 0x000041c6u, 0x000041c1u, 0x000041c4u, 0x000500c7u, 0x00000006u, 0x000041c8u, - 0x000041c6u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000041cau, 0x000041c2u, 0x000400c8u, 0x00000006u, - 0x000041cbu, 0x000041cau, 0x000500c7u, 0x00000006u, 0x000041ccu, 0x000041cbu, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x000041cdu, 0x000041ccu, 0x00000706u, 0x0004003du, 0x00000006u, 0x000041d0u, 0x000041beu, - 0x000500c7u, 0x00000006u, 0x000041d1u, 0x000041d0u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000041d2u, - 0x000041d1u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000041d4u, 0x000041c8u, 0x000041d2u, 0x000500c6u, - 0x00000006u, 0x000041d6u, 0x000041d4u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000041d9u, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x000041d6u, 0x0004003du, 0x0000000fu, 0x000041dau, 0x000041d9u, - 0x00040071u, 0x00000006u, 0x000041dbu, 0x000041dau, 0x000500c2u, 0x00000006u, 0x000041deu, 0x000041dbu, - 0x000041cdu, 0x000500c7u, 0x00000006u, 0x000041dfu, 0x000041deu, 0x00000ea3u, 0x000500c7u, 0x00000006u, - 0x000041e1u, 0x000041dfu, 0x00000edbu, 0x000500c4u, 0x00000006u, 0x000041e3u, 0x000041e1u, 0x00000235u, - 0x000500c4u, 0x00000006u, 0x000041e5u, 0x000041e1u, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x000041e6u, - 0x000041e3u, 0x000041e5u, 0x000500c2u, 0x00000006u, 0x000041e8u, 0x000041e1u, 0x0000022fu, 0x000500c5u, - 0x00000006u, 0x000041e9u, 0x000041e6u, 0x000041e8u, 0x00040071u, 0x00000011u, 0x000041ebu, 0x000041e9u, - 0x0004007cu, 0x00000012u, 0x000041ecu, 0x000041ebu, 0x000500c7u, 0x00000006u, 0x000041f4u, 0x000041dfu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000041f5u, 0x000041f4u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x000041f6u, 0x000041f5u, 0x0004007cu, 0x00000012u, 0x000041f7u, 0x000041f6u, 0x00070050u, 0x00000013u, - 0x000041f8u, 0x000041ecu, 0x000041ecu, 0x000041ecu, 0x000041f7u, 0x000200f9u, 0x000031b1u, 0x000200f8u, - 0x000031b1u, 0x000700f5u, 0x00000013u, 0x000078a4u, 0x00007853u, 0x0000319bu, 0x000041f8u, 0x000031a2u, - 0x000700f5u, 0x00000013u, 0x00007828u, 0x000077d4u, 0x0000319bu, 0x000041b2u, 0x000031a2u, 0x000300f7u, - 0x000031bbu, 0x00000000u, 0x000400fau, 0x00002fa6u, 0x000031b3u, 0x000031bbu, 0x000200f8u, 0x000031b3u, - 0x00050050u, 0x000000efu, 0x000031b6u, 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x000031b7u, - 0x000031b6u, 0x0003003eu, 0x00002edbu, 0x000031b7u, 0x00050041u, 0x00000007u, 0x00004204u, 0x00002edbu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004205u, 0x00004204u, 0x00050084u, 0x00000006u, 0x00004206u, - 0x00002de3u, 0x00004205u, 0x00050080u, 0x00000006u, 0x00004207u, 0x00002de1u, 0x00004206u, 0x00050041u, - 0x00000007u, 0x00004208u, 0x00002edbu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004209u, 0x00004208u, - 0x000500c2u, 0x00000006u, 0x0000420au, 0x00004209u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x0000420cu, - 0x00004207u, 0x0000420au, 0x000500c7u, 0x00000006u, 0x0000420eu, 0x0000420cu, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x00004210u, 0x00004208u, 0x000400c8u, 0x00000006u, 0x00004211u, 0x00004210u, 0x000500c7u, - 0x00000006u, 0x00004212u, 0x00004211u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00004213u, 0x00004212u, - 0x00000706u, 0x0004003du, 0x00000006u, 0x00004216u, 0x00004204u, 0x000500c7u, 0x00000006u, 0x00004217u, - 0x00004216u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004218u, 0x00004217u, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x0000421au, 0x0000420eu, 0x00004218u, 0x000500c6u, 0x00000006u, 0x0000421cu, 0x0000421au, - 0x00000466u, 0x00080041u, 0x00000673u, 0x0000421fu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x0000421cu, 0x0004003du, 0x0000000fu, 0x00004220u, 0x0000421fu, 0x00040071u, 0x00000006u, 0x00004221u, - 0x00004220u, 0x000500c2u, 0x00000006u, 0x00004224u, 0x00004221u, 0x00004213u, 0x000500c7u, 0x00000006u, - 0x00004225u, 0x00004224u, 0x00000ea3u, 0x000500c7u, 0x00000006u, 0x00004227u, 0x00004225u, 0x00000edbu, - 0x000500c4u, 0x00000006u, 0x00004229u, 0x00004227u, 0x00000235u, 0x000500c4u, 0x00000006u, 0x0000422bu, - 0x00004227u, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x0000422cu, 0x00004229u, 0x0000422bu, 0x000500c2u, - 0x00000006u, 0x0000422eu, 0x00004227u, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x0000422fu, 0x0000422cu, - 0x0000422eu, 0x00040071u, 0x00000011u, 0x00004231u, 0x0000422fu, 0x0004007cu, 0x00000012u, 0x00004232u, - 0x00004231u, 0x000500c7u, 0x00000006u, 0x0000423au, 0x00004225u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x0000423bu, 0x0000423au, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000423cu, 0x0000423bu, 0x0004007cu, - 0x00000012u, 0x0000423du, 0x0000423cu, 0x00070050u, 0x00000013u, 0x0000423eu, 0x00004232u, 0x00004232u, - 0x00004232u, 0x0000423du, 0x000200f9u, 0x000031bbu, 0x000200f8u, 0x000031bbu, 0x000700f5u, 0x00000013u, - 0x00007920u, 0x000078cdu, 0x000031b1u, 0x0000423eu, 0x000031b3u, 0x000200f9u, 0x0000321fu, 0x000200f8u, - 0x0000321fu, 0x000d00f5u, 0x00000013u, 0x0000791fu, 0x000078cdu, 0x00003196u, 0x00007920u, 0x000031bbu, - 0x00007922u, 0x000031dcu, 0x00007924u, 0x000031fdu, 0x00007926u, 0x0000321eu, 0x000d00f5u, 0x00000013u, - 0x000078a2u, 0x00007853u, 0x00003196u, 0x000078a4u, 0x000031bbu, 0x000078a6u, 0x000031dcu, 0x000078a8u, - 0x000031fdu, 0x000078aau, 0x0000321eu, 0x000d00f5u, 0x00000013u, 0x00007826u, 0x000077d4u, 0x00003196u, - 0x00007828u, 0x000031bbu, 0x0000782au, 0x000031dcu, 0x0000782cu, 0x000031fdu, 0x0000782eu, 0x0000321eu, - 0x000d00f5u, 0x00000013u, 0x00007770u, 0x0000771eu, 0x00003196u, 0x0000416cu, 0x000031bbu, 0x0000427au, - 0x000031dcu, 0x00004369u, 0x000031fdu, 0x00004447u, 0x0000321eu, 0x000200f9u, 0x00003289u, 0x000200f8u, - 0x00003121u, 0x00040071u, 0x00000006u, 0x00003124u, 0x00002de7u, 0x0004007cu, 0x00000008u, 0x00003125u, - 0x00003124u, 0x000300f7u, 0x00003195u, 0x00000000u, 0x000700fbu, 0x00003125u, 0x00003126u, 0x00000000u, - 0x00003147u, 0x00000001u, 0x00003174u, 0x000200f8u, 0x00003174u, 0x0004007cu, 0x000000b0u, 0x00003176u, - 0x000076efu, 0x0003003eu, 0x00002ebau, 0x00003176u, 0x00050041u, 0x00000007u, 0x0000409cu, 0x00002ebau, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000409du, 0x0000409cu, 0x00050084u, 0x00000006u, 0x0000409eu, - 0x00002de3u, 0x0000409du, 0x00050080u, 0x00000006u, 0x0000409fu, 0x00002de1u, 0x0000409eu, 0x00050041u, - 0x00000007u, 0x000040a0u, 0x00002ebau, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000040a1u, 0x000040a0u, - 0x00050080u, 0x00000006u, 0x000040a3u, 0x0000409fu, 0x000040a1u, 0x000500c7u, 0x00000006u, 0x000040a5u, - 0x000040a3u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000040a8u, 0x0000409cu, 0x000500c7u, 0x00000006u, - 0x000040a9u, 0x000040a8u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000040aau, 0x000040a9u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x000040acu, 0x000040a5u, 0x000040aau, 0x000500c6u, 0x00000006u, 0x000040aeu, - 0x000040acu, 0x00000466u, 0x00080041u, 0x00000673u, 0x000040b1u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x000040aeu, 0x0004003du, 0x0000000fu, 0x000040b2u, 0x000040b1u, 0x00040071u, 0x00000006u, - 0x000040b3u, 0x000040b2u, 0x00040071u, 0x00000011u, 0x000040b5u, 0x000040b3u, 0x0004007cu, 0x00000012u, - 0x000040b6u, 0x000040b5u, 0x00070050u, 0x00000013u, 0x000040b7u, 0x000040b6u, 0x000040b6u, 0x000040b6u, - 0x000040b6u, 0x000300f7u, 0x0000318au, 0x00000000u, 0x000400fau, 0x000022f7u, 0x0000317bu, 0x0000318au, - 0x000200f8u, 0x0000317bu, 0x00050050u, 0x000000efu, 0x0000317eu, 0x000076deu, 0x00002f9au, 0x0004007cu, - 0x000000b0u, 0x0000317fu, 0x0000317eu, 0x0003003eu, 0x00002ebdu, 0x0000317fu, 0x00050041u, 0x00000007u, - 0x000040c1u, 0x00002ebdu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000040c2u, 0x000040c1u, 0x00050084u, - 0x00000006u, 0x000040c3u, 0x00002de3u, 0x000040c2u, 0x00050080u, 0x00000006u, 0x000040c4u, 0x00002de1u, - 0x000040c3u, 0x00050041u, 0x00000007u, 0x000040c5u, 0x00002ebdu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x000040c6u, 0x000040c5u, 0x00050080u, 0x00000006u, 0x000040c8u, 0x000040c4u, 0x000040c6u, 0x000500c7u, - 0x00000006u, 0x000040cau, 0x000040c8u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000040cdu, 0x000040c1u, - 0x000500c7u, 0x00000006u, 0x000040ceu, 0x000040cdu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000040cfu, - 0x000040ceu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000040d1u, 0x000040cau, 0x000040cfu, 0x000500c6u, - 0x00000006u, 0x000040d3u, 0x000040d1u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000040d6u, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x000040d3u, 0x0004003du, 0x0000000fu, 0x000040d7u, 0x000040d6u, - 0x00040071u, 0x00000006u, 0x000040d8u, 0x000040d7u, 0x00040071u, 0x00000011u, 0x000040dau, 0x000040d8u, - 0x0004007cu, 0x00000012u, 0x000040dbu, 0x000040dau, 0x00070050u, 0x00000013u, 0x000040dcu, 0x000040dbu, - 0x000040dbu, 0x000040dbu, 0x000040dbu, 0x00050050u, 0x000000efu, 0x00003185u, 0x000076dau, 0x00002f9cu, - 0x0004007cu, 0x000000b0u, 0x00003186u, 0x00003185u, 0x0003003eu, 0x00002ec0u, 0x00003186u, 0x00050041u, - 0x00000007u, 0x000040e6u, 0x00002ec0u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000040e7u, 0x000040e6u, - 0x00050084u, 0x00000006u, 0x000040e8u, 0x00002de3u, 0x000040e7u, 0x00050080u, 0x00000006u, 0x000040e9u, - 0x00002de1u, 0x000040e8u, 0x00050041u, 0x00000007u, 0x000040eau, 0x00002ec0u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x000040ebu, 0x000040eau, 0x00050080u, 0x00000006u, 0x000040edu, 0x000040e9u, 0x000040ebu, - 0x000500c7u, 0x00000006u, 0x000040efu, 0x000040edu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000040f2u, - 0x000040e6u, 0x000500c7u, 0x00000006u, 0x000040f3u, 0x000040f2u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000040f4u, 0x000040f3u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000040f6u, 0x000040efu, 0x000040f4u, - 0x000500c6u, 0x00000006u, 0x000040f8u, 0x000040f6u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000040fbu, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000040f8u, 0x0004003du, 0x0000000fu, 0x000040fcu, - 0x000040fbu, 0x00040071u, 0x00000006u, 0x000040fdu, 0x000040fcu, 0x00040071u, 0x00000011u, 0x000040ffu, - 0x000040fdu, 0x0004007cu, 0x00000012u, 0x00004100u, 0x000040ffu, 0x00070050u, 0x00000013u, 0x00004101u, - 0x00004100u, 0x00004100u, 0x00004100u, 0x00004100u, 0x000200f9u, 0x0000318au, 0x000200f8u, 0x0000318au, - 0x000700f5u, 0x00000013u, 0x000078a1u, 0x00007853u, 0x00003174u, 0x00004101u, 0x0000317bu, 0x000700f5u, - 0x00000013u, 0x00007825u, 0x000077d4u, 0x00003174u, 0x000040dcu, 0x0000317bu, 0x000300f7u, 0x00003194u, - 0x00000000u, 0x000400fau, 0x00002fa6u, 0x0000318cu, 0x00003194u, 0x000200f8u, 0x0000318cu, 0x00050050u, - 0x000000efu, 0x0000318fu, 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003190u, 0x0000318fu, - 0x0003003eu, 0x00002ec3u, 0x00003190u, 0x00050041u, 0x00000007u, 0x0000410bu, 0x00002ec3u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x0000410cu, 0x0000410bu, 0x00050084u, 0x00000006u, 0x0000410du, 0x00002de3u, - 0x0000410cu, 0x00050080u, 0x00000006u, 0x0000410eu, 0x00002de1u, 0x0000410du, 0x00050041u, 0x00000007u, - 0x0000410fu, 0x00002ec3u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00004110u, 0x0000410fu, 0x00050080u, - 0x00000006u, 0x00004112u, 0x0000410eu, 0x00004110u, 0x000500c7u, 0x00000006u, 0x00004114u, 0x00004112u, - 0x00000e80u, 0x0004003du, 0x00000006u, 0x00004117u, 0x0000410bu, 0x000500c7u, 0x00000006u, 0x00004118u, - 0x00004117u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004119u, 0x00004118u, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x0000411bu, 0x00004114u, 0x00004119u, 0x000500c6u, 0x00000006u, 0x0000411du, 0x0000411bu, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00004120u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x0000411du, 0x0004003du, 0x0000000fu, 0x00004121u, 0x00004120u, 0x00040071u, 0x00000006u, 0x00004122u, - 0x00004121u, 0x00040071u, 0x00000011u, 0x00004124u, 0x00004122u, 0x0004007cu, 0x00000012u, 0x00004125u, - 0x00004124u, 0x00070050u, 0x00000013u, 0x00004126u, 0x00004125u, 0x00004125u, 0x00004125u, 0x00004125u, - 0x000200f9u, 0x00003194u, 0x000200f8u, 0x00003194u, 0x000700f5u, 0x00000013u, 0x0000791du, 0x000078cdu, - 0x0000318au, 0x00004126u, 0x0000318cu, 0x000200f9u, 0x00003195u, 0x000200f8u, 0x00003147u, 0x0004007cu, - 0x000000b0u, 0x00003149u, 0x000076efu, 0x00040071u, 0x00000006u, 0x0000314cu, 0x00002de9u, 0x0003003eu, - 0x00002eaau, 0x00003149u, 0x00050041u, 0x00000007u, 0x00003fcdu, 0x00002eaau, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003fceu, 0x00003fcdu, 0x00050084u, 0x00000006u, 0x00003fcfu, 0x00002de3u, 0x00003fceu, - 0x00050080u, 0x00000006u, 0x00003fd0u, 0x00002de1u, 0x00003fcfu, 0x00050041u, 0x00000007u, 0x00003fd1u, - 0x00002eaau, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003fd2u, 0x00003fd1u, 0x000500c2u, 0x00000006u, - 0x00003fd3u, 0x00003fd2u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003fd5u, 0x00003fd0u, 0x00003fd3u, - 0x000500c7u, 0x00000006u, 0x00003fd7u, 0x00003fd5u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00003fd9u, - 0x00003fd1u, 0x000400c8u, 0x00000006u, 0x00003fdau, 0x00003fd9u, 0x000500c7u, 0x00000006u, 0x00003fdbu, - 0x00003fdau, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003fdcu, 0x00003fdbu, 0x00000706u, 0x0004003du, - 0x00000006u, 0x00003fdfu, 0x00003fcdu, 0x000500c7u, 0x00000006u, 0x00003fe0u, 0x00003fdfu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003fe1u, 0x00003fe0u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003fe3u, - 0x00003fd7u, 0x00003fe1u, 0x000500c6u, 0x00000006u, 0x00003fe5u, 0x00003fe3u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00003fe8u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003fe5u, 0x0004003du, - 0x0000000fu, 0x00003fe9u, 0x00003fe8u, 0x00040071u, 0x00000006u, 0x00003feau, 0x00003fe9u, 0x000500c2u, - 0x00000006u, 0x00003fedu, 0x00003feau, 0x00003fdcu, 0x000500c7u, 0x00000006u, 0x00003feeu, 0x00003fedu, - 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x00003ff0u, 0x0000314cu, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00003ff2u, 0x00003feeu, 0x00003ff0u, 0x00040071u, 0x00000011u, 0x00003ff4u, 0x00003ff2u, 0x0004007cu, - 0x00000012u, 0x00003ff5u, 0x00003ff4u, 0x00070050u, 0x00000013u, 0x00003ff6u, 0x00003ff5u, 0x00003ff5u, - 0x00003ff5u, 0x00003ff5u, 0x000300f7u, 0x00003166u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00003151u, - 0x00003166u, 0x000200f8u, 0x00003151u, 0x00050050u, 0x000000efu, 0x00003154u, 0x000076deu, 0x00002f9au, - 0x0004007cu, 0x000000b0u, 0x00003155u, 0x00003154u, 0x0003003eu, 0x00002eaeu, 0x00003155u, 0x00050041u, - 0x00000007u, 0x00004001u, 0x00002eaeu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004002u, 0x00004001u, - 0x00050084u, 0x00000006u, 0x00004003u, 0x00002de3u, 0x00004002u, 0x00050080u, 0x00000006u, 0x00004004u, - 0x00002de1u, 0x00004003u, 0x00050041u, 0x00000007u, 0x00004005u, 0x00002eaeu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00004006u, 0x00004005u, 0x000500c2u, 0x00000006u, 0x00004007u, 0x00004006u, 0x0000022cu, - 0x00050080u, 0x00000006u, 0x00004009u, 0x00004004u, 0x00004007u, 0x000500c7u, 0x00000006u, 0x0000400bu, - 0x00004009u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x0000400du, 0x00004005u, 0x000400c8u, 0x00000006u, - 0x0000400eu, 0x0000400du, 0x000500c7u, 0x00000006u, 0x0000400fu, 0x0000400eu, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00004010u, 0x0000400fu, 0x00000706u, 0x0004003du, 0x00000006u, 0x00004013u, 0x00004001u, - 0x000500c7u, 0x00000006u, 0x00004014u, 0x00004013u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004015u, - 0x00004014u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00004017u, 0x0000400bu, 0x00004015u, 0x000500c6u, - 0x00000006u, 0x00004019u, 0x00004017u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000401cu, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00004019u, 0x0004003du, 0x0000000fu, 0x0000401du, 0x0000401cu, - 0x00040071u, 0x00000006u, 0x0000401eu, 0x0000401du, 0x000500c2u, 0x00000006u, 0x00004021u, 0x0000401eu, - 0x00004010u, 0x000500c7u, 0x00000006u, 0x00004022u, 0x00004021u, 0x00000ea3u, 0x000500c5u, 0x00000006u, - 0x00004026u, 0x00004022u, 0x00003ff0u, 0x00040071u, 0x00000011u, 0x00004028u, 0x00004026u, 0x0004007cu, - 0x00000012u, 0x00004029u, 0x00004028u, 0x00070050u, 0x00000013u, 0x0000402au, 0x00004029u, 0x00004029u, - 0x00004029u, 0x00004029u, 0x00050050u, 0x000000efu, 0x0000315eu, 0x000076dau, 0x00002f9cu, 0x0004007cu, - 0x000000b0u, 0x0000315fu, 0x0000315eu, 0x0003003eu, 0x00002eb2u, 0x0000315fu, 0x00050041u, 0x00000007u, - 0x00004035u, 0x00002eb2u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00004036u, 0x00004035u, 0x00050084u, - 0x00000006u, 0x00004037u, 0x00002de3u, 0x00004036u, 0x00050080u, 0x00000006u, 0x00004038u, 0x00002de1u, - 0x00004037u, 0x00050041u, 0x00000007u, 0x00004039u, 0x00002eb2u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000403au, 0x00004039u, 0x000500c2u, 0x00000006u, 0x0000403bu, 0x0000403au, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x0000403du, 0x00004038u, 0x0000403bu, 0x000500c7u, 0x00000006u, 0x0000403fu, 0x0000403du, - 0x00000e80u, 0x0004003du, 0x00000006u, 0x00004041u, 0x00004039u, 0x000400c8u, 0x00000006u, 0x00004042u, - 0x00004041u, 0x000500c7u, 0x00000006u, 0x00004043u, 0x00004042u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00004044u, 0x00004043u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00004047u, 0x00004035u, 0x000500c7u, - 0x00000006u, 0x00004048u, 0x00004047u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00004049u, 0x00004048u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000404bu, 0x0000403fu, 0x00004049u, 0x000500c6u, 0x00000006u, - 0x0000404du, 0x0000404bu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004050u, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x0000404du, 0x0004003du, 0x0000000fu, 0x00004051u, 0x00004050u, 0x00040071u, - 0x00000006u, 0x00004052u, 0x00004051u, 0x000500c2u, 0x00000006u, 0x00004055u, 0x00004052u, 0x00004044u, - 0x000500c7u, 0x00000006u, 0x00004056u, 0x00004055u, 0x00000ea3u, 0x000500c5u, 0x00000006u, 0x0000405au, - 0x00004056u, 0x00003ff0u, 0x00040071u, 0x00000011u, 0x0000405cu, 0x0000405au, 0x0004007cu, 0x00000012u, - 0x0000405du, 0x0000405cu, 0x00070050u, 0x00000013u, 0x0000405eu, 0x0000405du, 0x0000405du, 0x0000405du, - 0x0000405du, 0x000200f9u, 0x00003166u, 0x000200f8u, 0x00003166u, 0x000700f5u, 0x00000013u, 0x0000789fu, - 0x00007853u, 0x00003147u, 0x0000405eu, 0x00003151u, 0x000700f5u, 0x00000013u, 0x00007823u, 0x000077d4u, - 0x00003147u, 0x0000402au, 0x00003151u, 0x000300f7u, 0x00003173u, 0x00000000u, 0x000400fau, 0x00002fa6u, - 0x00003168u, 0x00003173u, 0x000200f8u, 0x00003168u, 0x00050050u, 0x000000efu, 0x0000316bu, 0x000076deu, - 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x0000316cu, 0x0000316bu, 0x0003003eu, 0x00002eb6u, 0x0000316cu, - 0x00050041u, 0x00000007u, 0x00004069u, 0x00002eb6u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000406au, - 0x00004069u, 0x00050084u, 0x00000006u, 0x0000406bu, 0x00002de3u, 0x0000406au, 0x00050080u, 0x00000006u, - 0x0000406cu, 0x00002de1u, 0x0000406bu, 0x00050041u, 0x00000007u, 0x0000406du, 0x00002eb6u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x0000406eu, 0x0000406du, 0x000500c2u, 0x00000006u, 0x0000406fu, 0x0000406eu, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x00004071u, 0x0000406cu, 0x0000406fu, 0x000500c7u, 0x00000006u, - 0x00004073u, 0x00004071u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00004075u, 0x0000406du, 0x000400c8u, - 0x00000006u, 0x00004076u, 0x00004075u, 0x000500c7u, 0x00000006u, 0x00004077u, 0x00004076u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00004078u, 0x00004077u, 0x00000706u, 0x0004003du, 0x00000006u, 0x0000407bu, - 0x00004069u, 0x000500c7u, 0x00000006u, 0x0000407cu, 0x0000407bu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x0000407du, 0x0000407cu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000407fu, 0x00004073u, 0x0000407du, - 0x000500c6u, 0x00000006u, 0x00004081u, 0x0000407fu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00004084u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00004081u, 0x0004003du, 0x0000000fu, 0x00004085u, - 0x00004084u, 0x00040071u, 0x00000006u, 0x00004086u, 0x00004085u, 0x000500c2u, 0x00000006u, 0x00004089u, - 0x00004086u, 0x00004078u, 0x000500c7u, 0x00000006u, 0x0000408au, 0x00004089u, 0x00000ea3u, 0x000500c5u, - 0x00000006u, 0x0000408eu, 0x0000408au, 0x00003ff0u, 0x00040071u, 0x00000011u, 0x00004090u, 0x0000408eu, - 0x0004007cu, 0x00000012u, 0x00004091u, 0x00004090u, 0x00070050u, 0x00000013u, 0x00004092u, 0x00004091u, - 0x00004091u, 0x00004091u, 0x00004091u, 0x000200f9u, 0x00003173u, 0x000200f8u, 0x00003173u, 0x000700f5u, - 0x00000013u, 0x0000791bu, 0x000078cdu, 0x00003166u, 0x00004092u, 0x00003168u, 0x000200f9u, 0x00003195u, - 0x000200f8u, 0x00003126u, 0x0004007cu, 0x000000b0u, 0x00003128u, 0x000076efu, 0x0003003eu, 0x00002ec6u, - 0x00003128u, 0x00050041u, 0x00000007u, 0x00003f18u, 0x00002ec6u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003f19u, 0x00003f18u, 0x00050084u, 0x00000006u, 0x00003f1au, 0x00002de3u, 0x00003f19u, 0x00050080u, - 0x00000006u, 0x00003f1bu, 0x00002de1u, 0x00003f1au, 0x00050041u, 0x00000007u, 0x00003f1cu, 0x00002ec6u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003f1du, 0x00003f1cu, 0x00050084u, 0x00000006u, 0x00003f1eu, - 0x00003f1du, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003f20u, 0x00003f1bu, 0x00003f1eu, 0x000500c7u, - 0x00000006u, 0x00003f22u, 0x00003f20u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00003f24u, 0x00003f22u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003f26u, 0x00003f18u, 0x000500c7u, 0x00000006u, 0x00003f27u, - 0x00003f26u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003f28u, 0x00003f27u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00003f2au, 0x00003f24u, 0x00003f28u, 0x000500c6u, 0x00000006u, 0x00003f2cu, 0x00003f2au, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003f2fu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00003f2cu, 0x0004003du, 0x00000011u, 0x00003f30u, 0x00003f2fu, 0x00040071u, 0x00000006u, 0x00003f31u, - 0x00003f30u, 0x000500c2u, 0x00000006u, 0x00003f33u, 0x00003f31u, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00003f34u, 0x00003f33u, 0x0004007cu, 0x00000012u, 0x00003f35u, 0x00003f34u, 0x000500c7u, 0x00000006u, - 0x00003f37u, 0x00003f31u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003f38u, 0x00003f37u, 0x0004007cu, - 0x00000012u, 0x00003f39u, 0x00003f38u, 0x00050050u, 0x000001aeu, 0x00003f3au, 0x00003f35u, 0x00003f39u, - 0x0009004fu, 0x00000013u, 0x00003f3bu, 0x00003f3au, 0x00003f3au, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000300f7u, 0x0000313cu, 0x00000000u, 0x000400fau, 0x000022f7u, 0x0000312du, 0x0000313cu, - 0x000200f8u, 0x0000312du, 0x00050050u, 0x000000efu, 0x00003130u, 0x000076deu, 0x00002f9au, 0x0004007cu, - 0x000000b0u, 0x00003131u, 0x00003130u, 0x0003003eu, 0x00002ec9u, 0x00003131u, 0x00050041u, 0x00000007u, - 0x00003f45u, 0x00002ec9u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003f46u, 0x00003f45u, 0x00050084u, - 0x00000006u, 0x00003f47u, 0x00002de3u, 0x00003f46u, 0x00050080u, 0x00000006u, 0x00003f48u, 0x00002de1u, - 0x00003f47u, 0x00050041u, 0x00000007u, 0x00003f49u, 0x00002ec9u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00003f4au, 0x00003f49u, 0x00050084u, 0x00000006u, 0x00003f4bu, 0x00003f4au, 0x00000388u, 0x00050080u, - 0x00000006u, 0x00003f4du, 0x00003f48u, 0x00003f4bu, 0x000500c7u, 0x00000006u, 0x00003f4fu, 0x00003f4du, - 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00003f51u, 0x00003f4fu, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00003f53u, 0x00003f45u, 0x000500c7u, 0x00000006u, 0x00003f54u, 0x00003f53u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003f55u, 0x00003f54u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003f57u, 0x00003f51u, - 0x00003f55u, 0x000500c6u, 0x00000006u, 0x00003f59u, 0x00003f57u, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00003f5cu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003f59u, 0x0004003du, 0x00000011u, - 0x00003f5du, 0x00003f5cu, 0x00040071u, 0x00000006u, 0x00003f5eu, 0x00003f5du, 0x000500c2u, 0x00000006u, - 0x00003f60u, 0x00003f5eu, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003f61u, 0x00003f60u, 0x0004007cu, - 0x00000012u, 0x00003f62u, 0x00003f61u, 0x000500c7u, 0x00000006u, 0x00003f64u, 0x00003f5eu, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00003f65u, 0x00003f64u, 0x0004007cu, 0x00000012u, 0x00003f66u, 0x00003f65u, - 0x00050050u, 0x000001aeu, 0x00003f67u, 0x00003f62u, 0x00003f66u, 0x0009004fu, 0x00000013u, 0x00003f68u, - 0x00003f67u, 0x00003f67u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x000000efu, - 0x00003137u, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003138u, 0x00003137u, 0x0003003eu, - 0x00002eccu, 0x00003138u, 0x00050041u, 0x00000007u, 0x00003f72u, 0x00002eccu, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003f73u, 0x00003f72u, 0x00050084u, 0x00000006u, 0x00003f74u, 0x00002de3u, 0x00003f73u, - 0x00050080u, 0x00000006u, 0x00003f75u, 0x00002de1u, 0x00003f74u, 0x00050041u, 0x00000007u, 0x00003f76u, - 0x00002eccu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003f77u, 0x00003f76u, 0x00050084u, 0x00000006u, - 0x00003f78u, 0x00003f77u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003f7au, 0x00003f75u, 0x00003f78u, - 0x000500c7u, 0x00000006u, 0x00003f7cu, 0x00003f7au, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00003f7eu, - 0x00003f7cu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003f80u, 0x00003f72u, 0x000500c7u, 0x00000006u, - 0x00003f81u, 0x00003f80u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003f82u, 0x00003f81u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00003f84u, 0x00003f7eu, 0x00003f82u, 0x000500c6u, 0x00000006u, 0x00003f86u, - 0x00003f84u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003f89u, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00003f86u, 0x0004003du, 0x00000011u, 0x00003f8au, 0x00003f89u, 0x00040071u, 0x00000006u, - 0x00003f8bu, 0x00003f8au, 0x000500c2u, 0x00000006u, 0x00003f8du, 0x00003f8bu, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x00003f8eu, 0x00003f8du, 0x0004007cu, 0x00000012u, 0x00003f8fu, 0x00003f8eu, 0x000500c7u, - 0x00000006u, 0x00003f91u, 0x00003f8bu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003f92u, 0x00003f91u, - 0x0004007cu, 0x00000012u, 0x00003f93u, 0x00003f92u, 0x00050050u, 0x000001aeu, 0x00003f94u, 0x00003f8fu, - 0x00003f93u, 0x0009004fu, 0x00000013u, 0x00003f95u, 0x00003f94u, 0x00003f94u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000313cu, 0x000200f8u, 0x0000313cu, 0x000700f5u, 0x00000013u, - 0x0000789du, 0x00007853u, 0x00003126u, 0x00003f95u, 0x0000312du, 0x000700f5u, 0x00000013u, 0x00007821u, - 0x000077d4u, 0x00003126u, 0x00003f68u, 0x0000312du, 0x000300f7u, 0x00003146u, 0x00000000u, 0x000400fau, - 0x00002fa6u, 0x0000313eu, 0x00003146u, 0x000200f8u, 0x0000313eu, 0x00050050u, 0x000000efu, 0x00003141u, - 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003142u, 0x00003141u, 0x0003003eu, 0x00002ecfu, - 0x00003142u, 0x00050041u, 0x00000007u, 0x00003f9fu, 0x00002ecfu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003fa0u, 0x00003f9fu, 0x00050084u, 0x00000006u, 0x00003fa1u, 0x00002de3u, 0x00003fa0u, 0x00050080u, - 0x00000006u, 0x00003fa2u, 0x00002de1u, 0x00003fa1u, 0x00050041u, 0x00000007u, 0x00003fa3u, 0x00002ecfu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003fa4u, 0x00003fa3u, 0x00050084u, 0x00000006u, 0x00003fa5u, - 0x00003fa4u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003fa7u, 0x00003fa2u, 0x00003fa5u, 0x000500c7u, - 0x00000006u, 0x00003fa9u, 0x00003fa7u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00003fabu, 0x00003fa9u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003fadu, 0x00003f9fu, 0x000500c7u, 0x00000006u, 0x00003faeu, - 0x00003fadu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003fafu, 0x00003faeu, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00003fb1u, 0x00003fabu, 0x00003fafu, 0x000500c6u, 0x00000006u, 0x00003fb3u, 0x00003fb1u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003fb6u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00003fb3u, 0x0004003du, 0x00000011u, 0x00003fb7u, 0x00003fb6u, 0x00040071u, 0x00000006u, 0x00003fb8u, - 0x00003fb7u, 0x000500c2u, 0x00000006u, 0x00003fbau, 0x00003fb8u, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00003fbbu, 0x00003fbau, 0x0004007cu, 0x00000012u, 0x00003fbcu, 0x00003fbbu, 0x000500c7u, 0x00000006u, - 0x00003fbeu, 0x00003fb8u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003fbfu, 0x00003fbeu, 0x0004007cu, - 0x00000012u, 0x00003fc0u, 0x00003fbfu, 0x00050050u, 0x000001aeu, 0x00003fc1u, 0x00003fbcu, 0x00003fc0u, - 0x0009004fu, 0x00000013u, 0x00003fc2u, 0x00003fc1u, 0x00003fc1u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00003146u, 0x000200f8u, 0x00003146u, 0x000700f5u, 0x00000013u, 0x00007919u, - 0x000078cdu, 0x0000313cu, 0x00003fc2u, 0x0000313eu, 0x000200f9u, 0x00003195u, 0x000200f8u, 0x00003195u, - 0x000900f5u, 0x00000013u, 0x00007918u, 0x00007919u, 0x00003146u, 0x0000791bu, 0x00003173u, 0x0000791du, - 0x00003194u, 0x000900f5u, 0x00000013u, 0x0000789bu, 0x0000789du, 0x00003146u, 0x0000789fu, 0x00003173u, - 0x000078a1u, 0x00003194u, 0x000900f5u, 0x00000013u, 0x0000781fu, 0x00007821u, 0x00003146u, 0x00007823u, - 0x00003173u, 0x00007825u, 0x00003194u, 0x000900f5u, 0x00000013u, 0x00007769u, 0x00003f3bu, 0x00003146u, - 0x00003ff6u, 0x00003173u, 0x000040b7u, 0x00003194u, 0x000200f9u, 0x00003289u, 0x000200f8u, 0x000030f3u, - 0x000500c3u, 0x00000008u, 0x000030f5u, 0x000076dau, 0x0000022cu, 0x0004007cu, 0x00000006u, 0x000030f6u, - 0x000030f5u, 0x00050082u, 0x00000008u, 0x000030fau, 0x000076deu, 0x000076dau, 0x00050080u, 0x00000008u, - 0x000030fbu, 0x000076deu, 0x000030fau, 0x000500c3u, 0x00000008u, 0x000030fcu, 0x000030fbu, 0x0000022cu, - 0x0004007cu, 0x00000006u, 0x000030fdu, 0x000030fcu, 0x00050050u, 0x000000efu, 0x00003100u, 0x000076dau, - 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x00003101u, 0x00003100u, 0x0003003eu, 0x00002e9au, 0x00003101u, - 0x00050041u, 0x00000007u, 0x00003dd6u, 0x00002e9au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003dd7u, - 0x00003dd6u, 0x00050084u, 0x00000006u, 0x00003dd8u, 0x00002de3u, 0x00003dd7u, 0x00050080u, 0x00000006u, - 0x00003dd9u, 0x00002de1u, 0x00003dd8u, 0x00050041u, 0x00000007u, 0x00003ddbu, 0x00002e9au, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00003ddcu, 0x00003ddbu, 0x00050080u, 0x00000006u, 0x00003dddu, 0x00003dd9u, - 0x00003ddcu, 0x000500c7u, 0x00000006u, 0x00003ddfu, 0x00003dddu, 0x00000f38u, 0x00050084u, 0x00000006u, - 0x00003de2u, 0x000030f6u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003de3u, 0x00003dd9u, 0x00003de2u, - 0x000500c7u, 0x00000006u, 0x00003de5u, 0x00003de3u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00003de8u, - 0x00003dd6u, 0x000500c7u, 0x00000006u, 0x00003de9u, 0x00003de8u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00003deau, 0x00003de9u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003decu, 0x00003ddfu, 0x00003deau, - 0x000500c6u, 0x00000006u, 0x00003deeu, 0x00003decu, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00003df0u, - 0x00003de5u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003df2u, 0x00003dd6u, 0x000500c7u, 0x00000006u, - 0x00003df3u, 0x00003df2u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003df4u, 0x00003df3u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00003df6u, 0x00003df0u, 0x00003df4u, 0x000500c6u, 0x00000006u, 0x00003df8u, - 0x00003df6u, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00003dfbu, 0x00003deeu, 0x00000f61u, 0x00080041u, - 0x00000673u, 0x00003dfcu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003dfbu, 0x0004003du, - 0x0000000fu, 0x00003dfdu, 0x00003dfcu, 0x00080041u, 0x00000694u, 0x00003e00u, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00003df8u, 0x0004003du, 0x00000011u, 0x00003e01u, 0x00003e00u, 0x000500c2u, - 0x00000011u, 0x00003e03u, 0x00003e01u, 0x000010beu, 0x000500c7u, 0x00000011u, 0x00003e04u, 0x00003e03u, - 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003e05u, 0x00003e04u, 0x000500c2u, 0x00000011u, 0x00003e07u, - 0x00003e01u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x00003e08u, 0x00003e07u, 0x0000034du, 0x00040071u, - 0x0000000fu, 0x00003e09u, 0x00003e08u, 0x00040071u, 0x00000011u, 0x00003e0bu, 0x00003e05u, 0x0004007cu, - 0x00000012u, 0x00003e0cu, 0x00003e0bu, 0x00050082u, 0x00000012u, 0x00003e0du, 0x00003e0cu, 0x000010cau, - 0x00040071u, 0x00000011u, 0x00003e0fu, 0x00003e09u, 0x0004007cu, 0x00000012u, 0x00003e10u, 0x00003e0fu, - 0x00050082u, 0x00000012u, 0x00003e11u, 0x00003e10u, 0x000010cau, 0x00040071u, 0x00000011u, 0x00003e13u, - 0x00003dfdu, 0x0004007cu, 0x00000012u, 0x00003e14u, 0x00003e13u, 0x00070050u, 0x00000013u, 0x00003e18u, - 0x00003e0du, 0x00003e11u, 0x00003e14u, 0x00003e14u, 0x000300f7u, 0x00003120u, 0x00000000u, 0x000400fau, - 0x000022f7u, 0x00003107u, 0x00003120u, 0x000200f8u, 0x00003107u, 0x00050050u, 0x000000efu, 0x0000310au, - 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x0000310bu, 0x0000310au, 0x0003003eu, 0x00002e9eu, - 0x0000310bu, 0x00050041u, 0x00000007u, 0x00003e28u, 0x00002e9eu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003e29u, 0x00003e28u, 0x00050084u, 0x00000006u, 0x00003e2au, 0x00002de3u, 0x00003e29u, 0x00050080u, - 0x00000006u, 0x00003e2bu, 0x00002de1u, 0x00003e2au, 0x00050041u, 0x00000007u, 0x00003e2du, 0x00002e9eu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003e2eu, 0x00003e2du, 0x00050080u, 0x00000006u, 0x00003e2fu, - 0x00003e2bu, 0x00003e2eu, 0x000500c7u, 0x00000006u, 0x00003e31u, 0x00003e2fu, 0x00000f38u, 0x00050084u, - 0x00000006u, 0x00003e34u, 0x000030fdu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003e35u, 0x00003e2bu, - 0x00003e34u, 0x000500c7u, 0x00000006u, 0x00003e37u, 0x00003e35u, 0x00000f38u, 0x0004003du, 0x00000006u, - 0x00003e3au, 0x00003e28u, 0x000500c7u, 0x00000006u, 0x00003e3bu, 0x00003e3au, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003e3cu, 0x00003e3bu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003e3eu, 0x00003e31u, - 0x00003e3cu, 0x000500c6u, 0x00000006u, 0x00003e40u, 0x00003e3eu, 0x00000466u, 0x000500c2u, 0x00000006u, - 0x00003e42u, 0x00003e37u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003e44u, 0x00003e28u, 0x000500c7u, - 0x00000006u, 0x00003e45u, 0x00003e44u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003e46u, 0x00003e45u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003e48u, 0x00003e42u, 0x00003e46u, 0x000500c6u, 0x00000006u, - 0x00003e4au, 0x00003e48u, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00003e4du, 0x00003e40u, 0x00000f61u, - 0x00080041u, 0x00000673u, 0x00003e4eu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003e4du, - 0x0004003du, 0x0000000fu, 0x00003e4fu, 0x00003e4eu, 0x00080041u, 0x00000694u, 0x00003e52u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003e4au, 0x0004003du, 0x00000011u, 0x00003e53u, 0x00003e52u, - 0x000500c2u, 0x00000011u, 0x00003e55u, 0x00003e53u, 0x000010beu, 0x000500c7u, 0x00000011u, 0x00003e56u, - 0x00003e55u, 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003e57u, 0x00003e56u, 0x000500c2u, 0x00000011u, - 0x00003e59u, 0x00003e53u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x00003e5au, 0x00003e59u, 0x0000034du, - 0x00040071u, 0x0000000fu, 0x00003e5bu, 0x00003e5au, 0x00040071u, 0x00000011u, 0x00003e5du, 0x00003e57u, - 0x0004007cu, 0x00000012u, 0x00003e5eu, 0x00003e5du, 0x00050082u, 0x00000012u, 0x00003e5fu, 0x00003e5eu, - 0x000010cau, 0x00040071u, 0x00000011u, 0x00003e61u, 0x00003e5bu, 0x0004007cu, 0x00000012u, 0x00003e62u, - 0x00003e61u, 0x00050082u, 0x00000012u, 0x00003e63u, 0x00003e62u, 0x000010cau, 0x00040071u, 0x00000011u, - 0x00003e65u, 0x00003e4fu, 0x0004007cu, 0x00000012u, 0x00003e66u, 0x00003e65u, 0x00070050u, 0x00000013u, - 0x00003e6au, 0x00003e5fu, 0x00003e63u, 0x00003e66u, 0x00003e66u, 0x00050050u, 0x000000efu, 0x00003112u, - 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003113u, 0x00003112u, 0x0003003eu, 0x00002ea2u, - 0x00003113u, 0x00050041u, 0x00000007u, 0x00003e7au, 0x00002ea2u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003e7bu, 0x00003e7au, 0x00050084u, 0x00000006u, 0x00003e7cu, 0x00002de3u, 0x00003e7bu, 0x00050080u, - 0x00000006u, 0x00003e7du, 0x00002de1u, 0x00003e7cu, 0x00050041u, 0x00000007u, 0x00003e7fu, 0x00002ea2u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003e80u, 0x00003e7fu, 0x00050080u, 0x00000006u, 0x00003e81u, - 0x00003e7du, 0x00003e80u, 0x000500c7u, 0x00000006u, 0x00003e83u, 0x00003e81u, 0x00000f38u, 0x00050080u, - 0x00000006u, 0x00003e87u, 0x00003e7du, 0x00003de2u, 0x000500c7u, 0x00000006u, 0x00003e89u, 0x00003e87u, - 0x00000f38u, 0x0004003du, 0x00000006u, 0x00003e8cu, 0x00003e7au, 0x000500c7u, 0x00000006u, 0x00003e8du, - 0x00003e8cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003e8eu, 0x00003e8du, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x00003e90u, 0x00003e83u, 0x00003e8eu, 0x000500c6u, 0x00000006u, 0x00003e92u, 0x00003e90u, - 0x00000466u, 0x000500c2u, 0x00000006u, 0x00003e94u, 0x00003e89u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00003e96u, 0x00003e7au, 0x000500c7u, 0x00000006u, 0x00003e97u, 0x00003e96u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003e98u, 0x00003e97u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003e9au, 0x00003e94u, - 0x00003e98u, 0x000500c6u, 0x00000006u, 0x00003e9cu, 0x00003e9au, 0x0000045eu, 0x000500c5u, 0x00000006u, - 0x00003e9fu, 0x00003e92u, 0x00000f61u, 0x00080041u, 0x00000673u, 0x00003ea0u, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00003e9fu, 0x0004003du, 0x0000000fu, 0x00003ea1u, 0x00003ea0u, 0x00080041u, - 0x00000694u, 0x00003ea4u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003e9cu, 0x0004003du, - 0x00000011u, 0x00003ea5u, 0x00003ea4u, 0x000500c2u, 0x00000011u, 0x00003ea7u, 0x00003ea5u, 0x000010beu, - 0x000500c7u, 0x00000011u, 0x00003ea8u, 0x00003ea7u, 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003ea9u, - 0x00003ea8u, 0x000500c2u, 0x00000011u, 0x00003eabu, 0x00003ea5u, 0x0000021cu, 0x000500c7u, 0x00000011u, - 0x00003eacu, 0x00003eabu, 0x0000034du, 0x00040071u, 0x0000000fu, 0x00003eadu, 0x00003eacu, 0x00040071u, - 0x00000011u, 0x00003eafu, 0x00003ea9u, 0x0004007cu, 0x00000012u, 0x00003eb0u, 0x00003eafu, 0x00050082u, - 0x00000012u, 0x00003eb1u, 0x00003eb0u, 0x000010cau, 0x00040071u, 0x00000011u, 0x00003eb3u, 0x00003eadu, - 0x0004007cu, 0x00000012u, 0x00003eb4u, 0x00003eb3u, 0x00050082u, 0x00000012u, 0x00003eb5u, 0x00003eb4u, - 0x000010cau, 0x00040071u, 0x00000011u, 0x00003eb7u, 0x00003ea1u, 0x0004007cu, 0x00000012u, 0x00003eb8u, - 0x00003eb7u, 0x00070050u, 0x00000013u, 0x00003ebcu, 0x00003eb1u, 0x00003eb5u, 0x00003eb8u, 0x00003eb8u, - 0x00050050u, 0x000000efu, 0x0000311au, 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x0000311bu, - 0x0000311au, 0x0003003eu, 0x00002ea6u, 0x0000311bu, 0x00050041u, 0x00000007u, 0x00003eccu, 0x00002ea6u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003ecdu, 0x00003eccu, 0x00050084u, 0x00000006u, 0x00003eceu, - 0x00002de3u, 0x00003ecdu, 0x00050080u, 0x00000006u, 0x00003ecfu, 0x00002de1u, 0x00003eceu, 0x00050041u, - 0x00000007u, 0x00003ed1u, 0x00002ea6u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003ed2u, 0x00003ed1u, - 0x00050080u, 0x00000006u, 0x00003ed3u, 0x00003ecfu, 0x00003ed2u, 0x000500c7u, 0x00000006u, 0x00003ed5u, - 0x00003ed3u, 0x00000f38u, 0x00050080u, 0x00000006u, 0x00003ed9u, 0x00003ecfu, 0x00003e34u, 0x000500c7u, - 0x00000006u, 0x00003edbu, 0x00003ed9u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00003edeu, 0x00003eccu, - 0x000500c7u, 0x00000006u, 0x00003edfu, 0x00003edeu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003ee0u, - 0x00003edfu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003ee2u, 0x00003ed5u, 0x00003ee0u, 0x000500c6u, - 0x00000006u, 0x00003ee4u, 0x00003ee2u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00003ee6u, 0x00003edbu, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003ee8u, 0x00003eccu, 0x000500c7u, 0x00000006u, 0x00003ee9u, - 0x00003ee8u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003eeau, 0x00003ee9u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00003eecu, 0x00003ee6u, 0x00003eeau, 0x000500c6u, 0x00000006u, 0x00003eeeu, 0x00003eecu, - 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00003ef1u, 0x00003ee4u, 0x00000f61u, 0x00080041u, 0x00000673u, - 0x00003ef2u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003ef1u, 0x0004003du, 0x0000000fu, - 0x00003ef3u, 0x00003ef2u, 0x00080041u, 0x00000694u, 0x00003ef6u, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00003eeeu, 0x0004003du, 0x00000011u, 0x00003ef7u, 0x00003ef6u, 0x000500c2u, 0x00000011u, - 0x00003ef9u, 0x00003ef7u, 0x000010beu, 0x000500c7u, 0x00000011u, 0x00003efau, 0x00003ef9u, 0x0000034du, - 0x00040071u, 0x0000000fu, 0x00003efbu, 0x00003efau, 0x000500c2u, 0x00000011u, 0x00003efdu, 0x00003ef7u, - 0x0000021cu, 0x000500c7u, 0x00000011u, 0x00003efeu, 0x00003efdu, 0x0000034du, 0x00040071u, 0x0000000fu, - 0x00003effu, 0x00003efeu, 0x00040071u, 0x00000011u, 0x00003f01u, 0x00003efbu, 0x0004007cu, 0x00000012u, - 0x00003f02u, 0x00003f01u, 0x00050082u, 0x00000012u, 0x00003f03u, 0x00003f02u, 0x000010cau, 0x00040071u, - 0x00000011u, 0x00003f05u, 0x00003effu, 0x0004007cu, 0x00000012u, 0x00003f06u, 0x00003f05u, 0x00050082u, - 0x00000012u, 0x00003f07u, 0x00003f06u, 0x000010cau, 0x00040071u, 0x00000011u, 0x00003f09u, 0x00003ef3u, - 0x0004007cu, 0x00000012u, 0x00003f0au, 0x00003f09u, 0x00070050u, 0x00000013u, 0x00003f0eu, 0x00003f03u, - 0x00003f07u, 0x00003f0au, 0x00003f0au, 0x000200f9u, 0x00003120u, 0x000200f8u, 0x00003120u, 0x000700f5u, - 0x00000013u, 0x00007917u, 0x000078cdu, 0x000030f3u, 0x00003f0eu, 0x00003107u, 0x000700f5u, 0x00000013u, - 0x0000789au, 0x00007853u, 0x000030f3u, 0x00003ebcu, 0x00003107u, 0x000700f5u, 0x00000013u, 0x0000781eu, - 0x000077d4u, 0x000030f3u, 0x00003e6au, 0x00003107u, 0x000200f9u, 0x00003289u, 0x000200f8u, 0x00003069u, - 0x00040071u, 0x00000006u, 0x0000306cu, 0x00002de7u, 0x0004007cu, 0x00000008u, 0x0000306du, 0x0000306cu, - 0x000300f7u, 0x000030f2u, 0x00000000u, 0x000b00fbu, 0x0000306du, 0x000030f2u, 0x00000000u, 0x0000306eu, - 0x00000001u, 0x0000308fu, 0x00000002u, 0x000030b0u, 0x00000003u, 0x000030d1u, 0x000200f8u, 0x000030d1u, - 0x0004007cu, 0x000000b0u, 0x000030d3u, 0x000076efu, 0x0003003eu, 0x00002e8cu, 0x000030d3u, 0x00050041u, - 0x00000007u, 0x00003ce5u, 0x00002e8cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003ce6u, 0x00003ce5u, - 0x00050084u, 0x00000006u, 0x00003ce7u, 0x00002de3u, 0x00003ce6u, 0x00050080u, 0x00000006u, 0x00003ce8u, - 0x00002de1u, 0x00003ce7u, 0x00050041u, 0x00000007u, 0x00003ce9u, 0x00002e8cu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00003ceau, 0x00003ce9u, 0x00050084u, 0x00000006u, 0x00003cebu, 0x00003ceau, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00003cedu, 0x00003ce8u, 0x00003cebu, 0x000500c7u, 0x00000006u, 0x00003cefu, - 0x00003cedu, 0x00000f38u, 0x000500c2u, 0x00000006u, 0x00003cf1u, 0x00003cefu, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00003cf3u, 0x00003ce5u, 0x000500c7u, 0x00000006u, 0x00003cf4u, 0x00003cf3u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003cf5u, 0x00003cf4u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003cf7u, - 0x00003cf1u, 0x00003cf5u, 0x000500c6u, 0x00000006u, 0x00003cf9u, 0x00003cf7u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00003cfcu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003cf9u, 0x0004003du, - 0x00000011u, 0x00003cfdu, 0x00003cfcu, 0x00040071u, 0x00000006u, 0x00003cfeu, 0x00003cfdu, 0x000500c5u, - 0x00000006u, 0x00003d01u, 0x00003cf9u, 0x00000f69u, 0x00080041u, 0x00000694u, 0x00003d02u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003d01u, 0x0004003du, 0x00000011u, 0x00003d03u, 0x00003d02u, - 0x00040071u, 0x00000006u, 0x00003d04u, 0x00003d03u, 0x000500c2u, 0x00000006u, 0x00003d06u, 0x00003cfeu, - 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003d07u, 0x00003d06u, 0x0004007cu, 0x00000012u, 0x00003d08u, - 0x00003d07u, 0x000500c7u, 0x00000006u, 0x00003d0au, 0x00003cfeu, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00003d0bu, 0x00003d0au, 0x0004007cu, 0x00000012u, 0x00003d0cu, 0x00003d0bu, 0x000500c2u, 0x00000006u, - 0x00003d0eu, 0x00003d04u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003d0fu, 0x00003d0eu, 0x0004007cu, - 0x00000012u, 0x00003d10u, 0x00003d0fu, 0x000500c7u, 0x00000006u, 0x00003d12u, 0x00003d04u, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00003d13u, 0x00003d12u, 0x0004007cu, 0x00000012u, 0x00003d14u, 0x00003d13u, - 0x00070050u, 0x00000013u, 0x00003d15u, 0x00003d08u, 0x00003d0cu, 0x00003d10u, 0x00003d14u, 0x000300f7u, - 0x000030e7u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x000030d8u, 0x000030e7u, 0x000200f8u, 0x000030d8u, - 0x00050050u, 0x000000efu, 0x000030dbu, 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x000030dcu, - 0x000030dbu, 0x0003003eu, 0x00002e8fu, 0x000030dcu, 0x00050041u, 0x00000007u, 0x00003d20u, 0x00002e8fu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003d21u, 0x00003d20u, 0x00050084u, 0x00000006u, 0x00003d22u, - 0x00002de3u, 0x00003d21u, 0x00050080u, 0x00000006u, 0x00003d23u, 0x00002de1u, 0x00003d22u, 0x00050041u, - 0x00000007u, 0x00003d24u, 0x00002e8fu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003d25u, 0x00003d24u, - 0x00050084u, 0x00000006u, 0x00003d26u, 0x00003d25u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003d28u, - 0x00003d23u, 0x00003d26u, 0x000500c7u, 0x00000006u, 0x00003d2au, 0x00003d28u, 0x00000f38u, 0x000500c2u, - 0x00000006u, 0x00003d2cu, 0x00003d2au, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003d2eu, 0x00003d20u, - 0x000500c7u, 0x00000006u, 0x00003d2fu, 0x00003d2eu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003d30u, - 0x00003d2fu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003d32u, 0x00003d2cu, 0x00003d30u, 0x000500c6u, - 0x00000006u, 0x00003d34u, 0x00003d32u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003d37u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003d34u, 0x0004003du, 0x00000011u, 0x00003d38u, 0x00003d37u, - 0x00040071u, 0x00000006u, 0x00003d39u, 0x00003d38u, 0x000500c5u, 0x00000006u, 0x00003d3cu, 0x00003d34u, - 0x00000f69u, 0x00080041u, 0x00000694u, 0x00003d3du, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00003d3cu, 0x0004003du, 0x00000011u, 0x00003d3eu, 0x00003d3du, 0x00040071u, 0x00000006u, 0x00003d3fu, - 0x00003d3eu, 0x000500c2u, 0x00000006u, 0x00003d41u, 0x00003d39u, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00003d42u, 0x00003d41u, 0x0004007cu, 0x00000012u, 0x00003d43u, 0x00003d42u, 0x000500c7u, 0x00000006u, - 0x00003d45u, 0x00003d39u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003d46u, 0x00003d45u, 0x0004007cu, - 0x00000012u, 0x00003d47u, 0x00003d46u, 0x000500c2u, 0x00000006u, 0x00003d49u, 0x00003d3fu, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x00003d4au, 0x00003d49u, 0x0004007cu, 0x00000012u, 0x00003d4bu, 0x00003d4au, - 0x000500c7u, 0x00000006u, 0x00003d4du, 0x00003d3fu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003d4eu, - 0x00003d4du, 0x0004007cu, 0x00000012u, 0x00003d4fu, 0x00003d4eu, 0x00070050u, 0x00000013u, 0x00003d50u, - 0x00003d43u, 0x00003d47u, 0x00003d4bu, 0x00003d4fu, 0x00050050u, 0x000000efu, 0x000030e2u, 0x000076dau, - 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x000030e3u, 0x000030e2u, 0x0003003eu, 0x00002e92u, 0x000030e3u, - 0x00050041u, 0x00000007u, 0x00003d5bu, 0x00002e92u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003d5cu, - 0x00003d5bu, 0x00050084u, 0x00000006u, 0x00003d5du, 0x00002de3u, 0x00003d5cu, 0x00050080u, 0x00000006u, - 0x00003d5eu, 0x00002de1u, 0x00003d5du, 0x00050041u, 0x00000007u, 0x00003d5fu, 0x00002e92u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00003d60u, 0x00003d5fu, 0x00050084u, 0x00000006u, 0x00003d61u, 0x00003d60u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00003d63u, 0x00003d5eu, 0x00003d61u, 0x000500c7u, 0x00000006u, - 0x00003d65u, 0x00003d63u, 0x00000f38u, 0x000500c2u, 0x00000006u, 0x00003d67u, 0x00003d65u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00003d69u, 0x00003d5bu, 0x000500c7u, 0x00000006u, 0x00003d6au, 0x00003d69u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003d6bu, 0x00003d6au, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00003d6du, 0x00003d67u, 0x00003d6bu, 0x000500c6u, 0x00000006u, 0x00003d6fu, 0x00003d6du, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00003d72u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003d6fu, - 0x0004003du, 0x00000011u, 0x00003d73u, 0x00003d72u, 0x00040071u, 0x00000006u, 0x00003d74u, 0x00003d73u, - 0x000500c5u, 0x00000006u, 0x00003d77u, 0x00003d6fu, 0x00000f69u, 0x00080041u, 0x00000694u, 0x00003d78u, - 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003d77u, 0x0004003du, 0x00000011u, 0x00003d79u, - 0x00003d78u, 0x00040071u, 0x00000006u, 0x00003d7au, 0x00003d79u, 0x000500c2u, 0x00000006u, 0x00003d7cu, - 0x00003d74u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003d7du, 0x00003d7cu, 0x0004007cu, 0x00000012u, - 0x00003d7eu, 0x00003d7du, 0x000500c7u, 0x00000006u, 0x00003d80u, 0x00003d74u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00003d81u, 0x00003d80u, 0x0004007cu, 0x00000012u, 0x00003d82u, 0x00003d81u, 0x000500c2u, - 0x00000006u, 0x00003d84u, 0x00003d7au, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003d85u, 0x00003d84u, - 0x0004007cu, 0x00000012u, 0x00003d86u, 0x00003d85u, 0x000500c7u, 0x00000006u, 0x00003d88u, 0x00003d7au, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003d89u, 0x00003d88u, 0x0004007cu, 0x00000012u, 0x00003d8au, - 0x00003d89u, 0x00070050u, 0x00000013u, 0x00003d8bu, 0x00003d7eu, 0x00003d82u, 0x00003d86u, 0x00003d8au, - 0x000200f9u, 0x000030e7u, 0x000200f8u, 0x000030e7u, 0x000700f5u, 0x00000013u, 0x00007899u, 0x00007853u, - 0x000030d1u, 0x00003d8bu, 0x000030d8u, 0x000700f5u, 0x00000013u, 0x0000781du, 0x000077d4u, 0x000030d1u, - 0x00003d50u, 0x000030d8u, 0x000300f7u, 0x000030f1u, 0x00000000u, 0x000400fau, 0x00002fa6u, 0x000030e9u, - 0x000030f1u, 0x000200f8u, 0x000030e9u, 0x00050050u, 0x000000efu, 0x000030ecu, 0x000076deu, 0x00002f9cu, - 0x0004007cu, 0x000000b0u, 0x000030edu, 0x000030ecu, 0x0003003eu, 0x00002e95u, 0x000030edu, 0x00050041u, - 0x00000007u, 0x00003d96u, 0x00002e95u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003d97u, 0x00003d96u, - 0x00050084u, 0x00000006u, 0x00003d98u, 0x00002de3u, 0x00003d97u, 0x00050080u, 0x00000006u, 0x00003d99u, - 0x00002de1u, 0x00003d98u, 0x00050041u, 0x00000007u, 0x00003d9au, 0x00002e95u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00003d9bu, 0x00003d9au, 0x00050084u, 0x00000006u, 0x00003d9cu, 0x00003d9bu, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00003d9eu, 0x00003d99u, 0x00003d9cu, 0x000500c7u, 0x00000006u, 0x00003da0u, - 0x00003d9eu, 0x00000f38u, 0x000500c2u, 0x00000006u, 0x00003da2u, 0x00003da0u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00003da4u, 0x00003d96u, 0x000500c7u, 0x00000006u, 0x00003da5u, 0x00003da4u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003da6u, 0x00003da5u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003da8u, - 0x00003da2u, 0x00003da6u, 0x000500c6u, 0x00000006u, 0x00003daau, 0x00003da8u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00003dadu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003daau, 0x0004003du, - 0x00000011u, 0x00003daeu, 0x00003dadu, 0x00040071u, 0x00000006u, 0x00003dafu, 0x00003daeu, 0x000500c5u, - 0x00000006u, 0x00003db2u, 0x00003daau, 0x00000f69u, 0x00080041u, 0x00000694u, 0x00003db3u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003db2u, 0x0004003du, 0x00000011u, 0x00003db4u, 0x00003db3u, - 0x00040071u, 0x00000006u, 0x00003db5u, 0x00003db4u, 0x000500c2u, 0x00000006u, 0x00003db7u, 0x00003dafu, - 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003db8u, 0x00003db7u, 0x0004007cu, 0x00000012u, 0x00003db9u, - 0x00003db8u, 0x000500c7u, 0x00000006u, 0x00003dbbu, 0x00003dafu, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00003dbcu, 0x00003dbbu, 0x0004007cu, 0x00000012u, 0x00003dbdu, 0x00003dbcu, 0x000500c2u, 0x00000006u, - 0x00003dbfu, 0x00003db5u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00003dc0u, 0x00003dbfu, 0x0004007cu, - 0x00000012u, 0x00003dc1u, 0x00003dc0u, 0x000500c7u, 0x00000006u, 0x00003dc3u, 0x00003db5u, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00003dc4u, 0x00003dc3u, 0x0004007cu, 0x00000012u, 0x00003dc5u, 0x00003dc4u, - 0x00070050u, 0x00000013u, 0x00003dc6u, 0x00003db9u, 0x00003dbdu, 0x00003dc1u, 0x00003dc5u, 0x000200f9u, - 0x000030f1u, 0x000200f8u, 0x000030f1u, 0x000700f5u, 0x00000013u, 0x00007915u, 0x000078cdu, 0x000030e7u, - 0x00003dc6u, 0x000030e9u, 0x000200f9u, 0x000030f2u, 0x000200f8u, 0x000030b0u, 0x0004007cu, 0x000000b0u, - 0x000030b2u, 0x000076efu, 0x0003003eu, 0x00002e80u, 0x000030b2u, 0x00050041u, 0x00000007u, 0x00003bd9u, - 0x00002e80u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003bdau, 0x00003bd9u, 0x00050084u, 0x00000006u, - 0x00003bdbu, 0x00002de3u, 0x00003bdau, 0x00050080u, 0x00000006u, 0x00003bdcu, 0x00002de1u, 0x00003bdbu, - 0x00050041u, 0x00000007u, 0x00003bddu, 0x00002e80u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003bdeu, - 0x00003bddu, 0x00050084u, 0x00000006u, 0x00003bdfu, 0x00003bdeu, 0x00000388u, 0x00050080u, 0x00000006u, - 0x00003be1u, 0x00003bdcu, 0x00003bdfu, 0x000500c7u, 0x00000006u, 0x00003be3u, 0x00003be1u, 0x00000e80u, - 0x000500c2u, 0x00000006u, 0x00003be5u, 0x00003be3u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003be7u, - 0x00003bd9u, 0x000500c7u, 0x00000006u, 0x00003be8u, 0x00003be7u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00003be9u, 0x00003be8u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003bebu, 0x00003be5u, 0x00003be9u, - 0x000500c6u, 0x00000006u, 0x00003bedu, 0x00003bebu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003bf0u, - 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003bedu, 0x0004003du, 0x00000011u, 0x00003bf1u, - 0x00003bf0u, 0x00040071u, 0x00000006u, 0x00003bf2u, 0x00003bf1u, 0x00060050u, 0x0000030eu, 0x00003bfau, - 0x00003bf2u, 0x00003bf2u, 0x00003bf2u, 0x000500c2u, 0x0000030eu, 0x00003bfbu, 0x00003bfau, 0x00000e41u, - 0x000500c7u, 0x0000030eu, 0x00003bfdu, 0x00003bfbu, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003c00u, - 0x00003bfdu, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x00003c03u, 0x00003bfdu, 0x0000b430u, 0x000500c5u, - 0x0000030eu, 0x00003c04u, 0x00003c00u, 0x00003c03u, 0x000500c7u, 0x00000006u, 0x00003c06u, 0x00003bf2u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003c07u, 0x00003c06u, 0x000006c5u, 0x00040071u, 0x000004bcu, - 0x00003c09u, 0x00003c04u, 0x0004007cu, 0x000004b8u, 0x00003c0au, 0x00003c09u, 0x00040071u, 0x00000011u, - 0x00003c0cu, 0x00003c07u, 0x0004007cu, 0x00000012u, 0x00003c0du, 0x00003c0cu, 0x00050051u, 0x00000012u, - 0x00003c0eu, 0x00003c0au, 0x00000000u, 0x00050051u, 0x00000012u, 0x00003c0fu, 0x00003c0au, 0x00000001u, - 0x00050051u, 0x00000012u, 0x00003c10u, 0x00003c0au, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003c11u, - 0x00003c0eu, 0x00003c0fu, 0x00003c10u, 0x00003c0du, 0x000300f7u, 0x000030c6u, 0x00000000u, 0x000400fau, - 0x000022f7u, 0x000030b7u, 0x000030c6u, 0x000200f8u, 0x000030b7u, 0x00050050u, 0x000000efu, 0x000030bau, - 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x000030bbu, 0x000030bau, 0x0003003eu, 0x00002e83u, - 0x000030bbu, 0x00050041u, 0x00000007u, 0x00003c1cu, 0x00002e83u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003c1du, 0x00003c1cu, 0x00050084u, 0x00000006u, 0x00003c1eu, 0x00002de3u, 0x00003c1du, 0x00050080u, - 0x00000006u, 0x00003c1fu, 0x00002de1u, 0x00003c1eu, 0x00050041u, 0x00000007u, 0x00003c20u, 0x00002e83u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003c21u, 0x00003c20u, 0x00050084u, 0x00000006u, 0x00003c22u, - 0x00003c21u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003c24u, 0x00003c1fu, 0x00003c22u, 0x000500c7u, - 0x00000006u, 0x00003c26u, 0x00003c24u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00003c28u, 0x00003c26u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003c2au, 0x00003c1cu, 0x000500c7u, 0x00000006u, 0x00003c2bu, - 0x00003c2au, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003c2cu, 0x00003c2bu, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00003c2eu, 0x00003c28u, 0x00003c2cu, 0x000500c6u, 0x00000006u, 0x00003c30u, 0x00003c2eu, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003c33u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00003c30u, 0x0004003du, 0x00000011u, 0x00003c34u, 0x00003c33u, 0x00040071u, 0x00000006u, 0x00003c35u, - 0x00003c34u, 0x00060050u, 0x0000030eu, 0x00003c3du, 0x00003c35u, 0x00003c35u, 0x00003c35u, 0x000500c2u, - 0x0000030eu, 0x00003c3eu, 0x00003c3du, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00003c40u, 0x00003c3eu, - 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003c43u, 0x00003c40u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, - 0x00003c46u, 0x00003c40u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00003c47u, 0x00003c43u, 0x00003c46u, - 0x000500c7u, 0x00000006u, 0x00003c49u, 0x00003c35u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003c4au, - 0x00003c49u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003c4cu, 0x00003c47u, 0x0004007cu, 0x000004b8u, - 0x00003c4du, 0x00003c4cu, 0x00040071u, 0x00000011u, 0x00003c4fu, 0x00003c4au, 0x0004007cu, 0x00000012u, - 0x00003c50u, 0x00003c4fu, 0x00050051u, 0x00000012u, 0x00003c51u, 0x00003c4du, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00003c52u, 0x00003c4du, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003c53u, 0x00003c4du, - 0x00000002u, 0x00070050u, 0x00000013u, 0x00003c54u, 0x00003c51u, 0x00003c52u, 0x00003c53u, 0x00003c50u, - 0x00050050u, 0x000000efu, 0x000030c1u, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x000030c2u, - 0x000030c1u, 0x0003003eu, 0x00002e86u, 0x000030c2u, 0x00050041u, 0x00000007u, 0x00003c5fu, 0x00002e86u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003c60u, 0x00003c5fu, 0x00050084u, 0x00000006u, 0x00003c61u, - 0x00002de3u, 0x00003c60u, 0x00050080u, 0x00000006u, 0x00003c62u, 0x00002de1u, 0x00003c61u, 0x00050041u, - 0x00000007u, 0x00003c63u, 0x00002e86u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003c64u, 0x00003c63u, - 0x00050084u, 0x00000006u, 0x00003c65u, 0x00003c64u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003c67u, - 0x00003c62u, 0x00003c65u, 0x000500c7u, 0x00000006u, 0x00003c69u, 0x00003c67u, 0x00000e80u, 0x000500c2u, - 0x00000006u, 0x00003c6bu, 0x00003c69u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003c6du, 0x00003c5fu, - 0x000500c7u, 0x00000006u, 0x00003c6eu, 0x00003c6du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003c6fu, - 0x00003c6eu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003c71u, 0x00003c6bu, 0x00003c6fu, 0x000500c6u, - 0x00000006u, 0x00003c73u, 0x00003c71u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003c76u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003c73u, 0x0004003du, 0x00000011u, 0x00003c77u, 0x00003c76u, - 0x00040071u, 0x00000006u, 0x00003c78u, 0x00003c77u, 0x00060050u, 0x0000030eu, 0x00003c80u, 0x00003c78u, - 0x00003c78u, 0x00003c78u, 0x000500c2u, 0x0000030eu, 0x00003c81u, 0x00003c80u, 0x00000e41u, 0x000500c7u, - 0x0000030eu, 0x00003c83u, 0x00003c81u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003c86u, 0x00003c83u, - 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x00003c89u, 0x00003c83u, 0x0000b430u, 0x000500c5u, 0x0000030eu, - 0x00003c8au, 0x00003c86u, 0x00003c89u, 0x000500c7u, 0x00000006u, 0x00003c8cu, 0x00003c78u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00003c8du, 0x00003c8cu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003c8fu, - 0x00003c8au, 0x0004007cu, 0x000004b8u, 0x00003c90u, 0x00003c8fu, 0x00040071u, 0x00000011u, 0x00003c92u, - 0x00003c8du, 0x0004007cu, 0x00000012u, 0x00003c93u, 0x00003c92u, 0x00050051u, 0x00000012u, 0x00003c94u, - 0x00003c90u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00003c95u, 0x00003c90u, 0x00000001u, 0x00050051u, - 0x00000012u, 0x00003c96u, 0x00003c90u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003c97u, 0x00003c94u, - 0x00003c95u, 0x00003c96u, 0x00003c93u, 0x000200f9u, 0x000030c6u, 0x000200f8u, 0x000030c6u, 0x000700f5u, - 0x00000013u, 0x00007897u, 0x00007853u, 0x000030b0u, 0x00003c97u, 0x000030b7u, 0x000700f5u, 0x00000013u, - 0x0000781bu, 0x000077d4u, 0x000030b0u, 0x00003c54u, 0x000030b7u, 0x000300f7u, 0x000030d0u, 0x00000000u, - 0x000400fau, 0x00002fa6u, 0x000030c8u, 0x000030d0u, 0x000200f8u, 0x000030c8u, 0x00050050u, 0x000000efu, - 0x000030cbu, 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x000030ccu, 0x000030cbu, 0x0003003eu, - 0x00002e89u, 0x000030ccu, 0x00050041u, 0x00000007u, 0x00003ca2u, 0x00002e89u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003ca3u, 0x00003ca2u, 0x00050084u, 0x00000006u, 0x00003ca4u, 0x00002de3u, 0x00003ca3u, - 0x00050080u, 0x00000006u, 0x00003ca5u, 0x00002de1u, 0x00003ca4u, 0x00050041u, 0x00000007u, 0x00003ca6u, - 0x00002e89u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003ca7u, 0x00003ca6u, 0x00050084u, 0x00000006u, - 0x00003ca8u, 0x00003ca7u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00003caau, 0x00003ca5u, 0x00003ca8u, - 0x000500c7u, 0x00000006u, 0x00003cacu, 0x00003caau, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00003caeu, - 0x00003cacu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003cb0u, 0x00003ca2u, 0x000500c7u, 0x00000006u, - 0x00003cb1u, 0x00003cb0u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003cb2u, 0x00003cb1u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00003cb4u, 0x00003caeu, 0x00003cb2u, 0x000500c6u, 0x00000006u, 0x00003cb6u, - 0x00003cb4u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00003cb9u, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00003cb6u, 0x0004003du, 0x00000011u, 0x00003cbau, 0x00003cb9u, 0x00040071u, 0x00000006u, - 0x00003cbbu, 0x00003cbau, 0x00060050u, 0x0000030eu, 0x00003cc3u, 0x00003cbbu, 0x00003cbbu, 0x00003cbbu, - 0x000500c2u, 0x0000030eu, 0x00003cc4u, 0x00003cc3u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00003cc6u, - 0x00003cc4u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003cc9u, 0x00003cc6u, 0x0000b42fu, 0x000500c2u, - 0x0000030eu, 0x00003cccu, 0x00003cc6u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00003ccdu, 0x00003cc9u, - 0x00003cccu, 0x000500c7u, 0x00000006u, 0x00003ccfu, 0x00003cbbu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00003cd0u, 0x00003ccfu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003cd2u, 0x00003ccdu, 0x0004007cu, - 0x000004b8u, 0x00003cd3u, 0x00003cd2u, 0x00040071u, 0x00000011u, 0x00003cd5u, 0x00003cd0u, 0x0004007cu, - 0x00000012u, 0x00003cd6u, 0x00003cd5u, 0x00050051u, 0x00000012u, 0x00003cd7u, 0x00003cd3u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00003cd8u, 0x00003cd3u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003cd9u, - 0x00003cd3u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003cdau, 0x00003cd7u, 0x00003cd8u, 0x00003cd9u, - 0x00003cd6u, 0x000200f9u, 0x000030d0u, 0x000200f8u, 0x000030d0u, 0x000700f5u, 0x00000013u, 0x00007913u, - 0x000078cdu, 0x000030c6u, 0x00003cdau, 0x000030c8u, 0x000200f9u, 0x000030f2u, 0x000200f8u, 0x0000308fu, - 0x0004007cu, 0x000000b0u, 0x00003091u, 0x000076efu, 0x0003003eu, 0x00002e74u, 0x00003091u, 0x00050041u, - 0x00000007u, 0x00003b44u, 0x00002e74u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003b45u, 0x00003b44u, - 0x00050084u, 0x00000006u, 0x00003b46u, 0x00002de3u, 0x00003b45u, 0x00050080u, 0x00000006u, 0x00003b47u, - 0x00002de1u, 0x00003b46u, 0x00050041u, 0x00000007u, 0x00003b48u, 0x00002e74u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00003b49u, 0x00003b48u, 0x00050080u, 0x00000006u, 0x00003b4bu, 0x00003b47u, 0x00003b49u, - 0x000500c7u, 0x00000006u, 0x00003b4du, 0x00003b4bu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00003b50u, - 0x00003b44u, 0x000500c7u, 0x00000006u, 0x00003b51u, 0x00003b50u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00003b52u, 0x00003b51u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003b54u, 0x00003b4du, 0x00003b52u, - 0x000500c6u, 0x00000006u, 0x00003b56u, 0x00003b54u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003b59u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003b56u, 0x0004003du, 0x0000000fu, 0x00003b5au, - 0x00003b59u, 0x00040071u, 0x00000006u, 0x00003b5bu, 0x00003b5au, 0x00040071u, 0x00000011u, 0x00003b5du, - 0x00003b5bu, 0x0004007cu, 0x00000012u, 0x00003b5eu, 0x00003b5du, 0x00070050u, 0x00000013u, 0x00003b5fu, - 0x00003b5eu, 0x00003b5eu, 0x00003b5eu, 0x00003b5eu, 0x000300f7u, 0x000030a5u, 0x00000000u, 0x000400fau, - 0x000022f7u, 0x00003096u, 0x000030a5u, 0x000200f8u, 0x00003096u, 0x00050050u, 0x000000efu, 0x00003099u, - 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, 0x0000309au, 0x00003099u, 0x0003003eu, 0x00002e77u, - 0x0000309au, 0x00050041u, 0x00000007u, 0x00003b69u, 0x00002e77u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003b6au, 0x00003b69u, 0x00050084u, 0x00000006u, 0x00003b6bu, 0x00002de3u, 0x00003b6au, 0x00050080u, - 0x00000006u, 0x00003b6cu, 0x00002de1u, 0x00003b6bu, 0x00050041u, 0x00000007u, 0x00003b6du, 0x00002e77u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003b6eu, 0x00003b6du, 0x00050080u, 0x00000006u, 0x00003b70u, - 0x00003b6cu, 0x00003b6eu, 0x000500c7u, 0x00000006u, 0x00003b72u, 0x00003b70u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x00003b75u, 0x00003b69u, 0x000500c7u, 0x00000006u, 0x00003b76u, 0x00003b75u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003b77u, 0x00003b76u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003b79u, - 0x00003b72u, 0x00003b77u, 0x000500c6u, 0x00000006u, 0x00003b7bu, 0x00003b79u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00003b7eu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003b7bu, 0x0004003du, - 0x0000000fu, 0x00003b7fu, 0x00003b7eu, 0x00040071u, 0x00000006u, 0x00003b80u, 0x00003b7fu, 0x00040071u, - 0x00000011u, 0x00003b82u, 0x00003b80u, 0x0004007cu, 0x00000012u, 0x00003b83u, 0x00003b82u, 0x00070050u, - 0x00000013u, 0x00003b84u, 0x00003b83u, 0x00003b83u, 0x00003b83u, 0x00003b83u, 0x00050050u, 0x000000efu, - 0x000030a0u, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x000030a1u, 0x000030a0u, 0x0003003eu, - 0x00002e7au, 0x000030a1u, 0x00050041u, 0x00000007u, 0x00003b8eu, 0x00002e7au, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003b8fu, 0x00003b8eu, 0x00050084u, 0x00000006u, 0x00003b90u, 0x00002de3u, 0x00003b8fu, - 0x00050080u, 0x00000006u, 0x00003b91u, 0x00002de1u, 0x00003b90u, 0x00050041u, 0x00000007u, 0x00003b92u, - 0x00002e7au, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003b93u, 0x00003b92u, 0x00050080u, 0x00000006u, - 0x00003b95u, 0x00003b91u, 0x00003b93u, 0x000500c7u, 0x00000006u, 0x00003b97u, 0x00003b95u, 0x00000e80u, - 0x0004003du, 0x00000006u, 0x00003b9au, 0x00003b8eu, 0x000500c7u, 0x00000006u, 0x00003b9bu, 0x00003b9au, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003b9cu, 0x00003b9bu, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00003b9eu, 0x00003b97u, 0x00003b9cu, 0x000500c6u, 0x00000006u, 0x00003ba0u, 0x00003b9eu, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00003ba3u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003ba0u, - 0x0004003du, 0x0000000fu, 0x00003ba4u, 0x00003ba3u, 0x00040071u, 0x00000006u, 0x00003ba5u, 0x00003ba4u, - 0x00040071u, 0x00000011u, 0x00003ba7u, 0x00003ba5u, 0x0004007cu, 0x00000012u, 0x00003ba8u, 0x00003ba7u, - 0x00070050u, 0x00000013u, 0x00003ba9u, 0x00003ba8u, 0x00003ba8u, 0x00003ba8u, 0x00003ba8u, 0x000200f9u, - 0x000030a5u, 0x000200f8u, 0x000030a5u, 0x000700f5u, 0x00000013u, 0x00007895u, 0x00007853u, 0x0000308fu, - 0x00003ba9u, 0x00003096u, 0x000700f5u, 0x00000013u, 0x00007819u, 0x000077d4u, 0x0000308fu, 0x00003b84u, - 0x00003096u, 0x000300f7u, 0x000030afu, 0x00000000u, 0x000400fau, 0x00002fa6u, 0x000030a7u, 0x000030afu, - 0x000200f8u, 0x000030a7u, 0x00050050u, 0x000000efu, 0x000030aau, 0x000076deu, 0x00002f9cu, 0x0004007cu, - 0x000000b0u, 0x000030abu, 0x000030aau, 0x0003003eu, 0x00002e7du, 0x000030abu, 0x00050041u, 0x00000007u, - 0x00003bb3u, 0x00002e7du, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003bb4u, 0x00003bb3u, 0x00050084u, - 0x00000006u, 0x00003bb5u, 0x00002de3u, 0x00003bb4u, 0x00050080u, 0x00000006u, 0x00003bb6u, 0x00002de1u, - 0x00003bb5u, 0x00050041u, 0x00000007u, 0x00003bb7u, 0x00002e7du, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00003bb8u, 0x00003bb7u, 0x00050080u, 0x00000006u, 0x00003bbau, 0x00003bb6u, 0x00003bb8u, 0x000500c7u, - 0x00000006u, 0x00003bbcu, 0x00003bbau, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00003bbfu, 0x00003bb3u, - 0x000500c7u, 0x00000006u, 0x00003bc0u, 0x00003bbfu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003bc1u, - 0x00003bc0u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003bc3u, 0x00003bbcu, 0x00003bc1u, 0x000500c6u, - 0x00000006u, 0x00003bc5u, 0x00003bc3u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003bc8u, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003bc5u, 0x0004003du, 0x0000000fu, 0x00003bc9u, 0x00003bc8u, - 0x00040071u, 0x00000006u, 0x00003bcau, 0x00003bc9u, 0x00040071u, 0x00000011u, 0x00003bccu, 0x00003bcau, - 0x0004007cu, 0x00000012u, 0x00003bcdu, 0x00003bccu, 0x00070050u, 0x00000013u, 0x00003bceu, 0x00003bcdu, - 0x00003bcdu, 0x00003bcdu, 0x00003bcdu, 0x000200f9u, 0x000030afu, 0x000200f8u, 0x000030afu, 0x000700f5u, - 0x00000013u, 0x00007911u, 0x000078cdu, 0x000030a5u, 0x00003bceu, 0x000030a7u, 0x000200f9u, 0x000030f2u, - 0x000200f8u, 0x0000306eu, 0x0004007cu, 0x000000b0u, 0x00003070u, 0x000076efu, 0x0003003eu, 0x00002e68u, - 0x00003070u, 0x00050041u, 0x00000007u, 0x00003a75u, 0x00002e68u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003a76u, 0x00003a75u, 0x00050084u, 0x00000006u, 0x00003a77u, 0x00002de3u, 0x00003a76u, 0x00050080u, - 0x00000006u, 0x00003a78u, 0x00002de1u, 0x00003a77u, 0x00050041u, 0x00000007u, 0x00003a79u, 0x00002e68u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003a7au, 0x00003a79u, 0x000500c2u, 0x00000006u, 0x00003a7bu, - 0x00003a7au, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003a7du, 0x00003a78u, 0x00003a7bu, 0x000500c7u, - 0x00000006u, 0x00003a7fu, 0x00003a7du, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00003a81u, 0x00003a79u, - 0x000400c8u, 0x00000006u, 0x00003a82u, 0x00003a81u, 0x000500c7u, 0x00000006u, 0x00003a83u, 0x00003a82u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003a84u, 0x00003a83u, 0x00000706u, 0x0004003du, 0x00000006u, - 0x00003a87u, 0x00003a75u, 0x000500c7u, 0x00000006u, 0x00003a88u, 0x00003a87u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003a89u, 0x00003a88u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003a8bu, 0x00003a7fu, - 0x00003a89u, 0x000500c6u, 0x00000006u, 0x00003a8du, 0x00003a8bu, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00003a90u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003a8du, 0x0004003du, 0x0000000fu, - 0x00003a91u, 0x00003a90u, 0x00040071u, 0x00000006u, 0x00003a92u, 0x00003a91u, 0x000500c2u, 0x00000006u, - 0x00003a95u, 0x00003a92u, 0x00003a84u, 0x000500c7u, 0x00000006u, 0x00003a96u, 0x00003a95u, 0x00000ea3u, - 0x000500c4u, 0x00000006u, 0x00003a98u, 0x00003a96u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00003a9au, - 0x00003a96u, 0x00003a98u, 0x00040071u, 0x00000011u, 0x00003a9cu, 0x00003a9au, 0x0004007cu, 0x00000012u, - 0x00003a9du, 0x00003a9cu, 0x00070050u, 0x00000013u, 0x00003a9eu, 0x00003a9du, 0x00003a9du, 0x00003a9du, - 0x00003a9du, 0x000300f7u, 0x00003084u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00003075u, 0x00003084u, - 0x000200f8u, 0x00003075u, 0x00050050u, 0x000000efu, 0x00003078u, 0x000076deu, 0x00002f9au, 0x0004007cu, - 0x000000b0u, 0x00003079u, 0x00003078u, 0x0003003eu, 0x00002e6bu, 0x00003079u, 0x00050041u, 0x00000007u, - 0x00003aa9u, 0x00002e6bu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003aaau, 0x00003aa9u, 0x00050084u, - 0x00000006u, 0x00003aabu, 0x00002de3u, 0x00003aaau, 0x00050080u, 0x00000006u, 0x00003aacu, 0x00002de1u, - 0x00003aabu, 0x00050041u, 0x00000007u, 0x00003aadu, 0x00002e6bu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00003aaeu, 0x00003aadu, 0x000500c2u, 0x00000006u, 0x00003aafu, 0x00003aaeu, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x00003ab1u, 0x00003aacu, 0x00003aafu, 0x000500c7u, 0x00000006u, 0x00003ab3u, 0x00003ab1u, - 0x00000e80u, 0x0004003du, 0x00000006u, 0x00003ab5u, 0x00003aadu, 0x000400c8u, 0x00000006u, 0x00003ab6u, - 0x00003ab5u, 0x000500c7u, 0x00000006u, 0x00003ab7u, 0x00003ab6u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00003ab8u, 0x00003ab7u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00003abbu, 0x00003aa9u, 0x000500c7u, - 0x00000006u, 0x00003abcu, 0x00003abbu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003abdu, 0x00003abcu, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003abfu, 0x00003ab3u, 0x00003abdu, 0x000500c6u, 0x00000006u, - 0x00003ac1u, 0x00003abfu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003ac4u, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00003ac1u, 0x0004003du, 0x0000000fu, 0x00003ac5u, 0x00003ac4u, 0x00040071u, - 0x00000006u, 0x00003ac6u, 0x00003ac5u, 0x000500c2u, 0x00000006u, 0x00003ac9u, 0x00003ac6u, 0x00003ab8u, - 0x000500c7u, 0x00000006u, 0x00003acau, 0x00003ac9u, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x00003accu, - 0x00003acau, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00003aceu, 0x00003acau, 0x00003accu, 0x00040071u, - 0x00000011u, 0x00003ad0u, 0x00003aceu, 0x0004007cu, 0x00000012u, 0x00003ad1u, 0x00003ad0u, 0x00070050u, - 0x00000013u, 0x00003ad2u, 0x00003ad1u, 0x00003ad1u, 0x00003ad1u, 0x00003ad1u, 0x00050050u, 0x000000efu, - 0x0000307fu, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00003080u, 0x0000307fu, 0x0003003eu, - 0x00002e6eu, 0x00003080u, 0x00050041u, 0x00000007u, 0x00003addu, 0x00002e6eu, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00003adeu, 0x00003addu, 0x00050084u, 0x00000006u, 0x00003adfu, 0x00002de3u, 0x00003adeu, - 0x00050080u, 0x00000006u, 0x00003ae0u, 0x00002de1u, 0x00003adfu, 0x00050041u, 0x00000007u, 0x00003ae1u, - 0x00002e6eu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003ae2u, 0x00003ae1u, 0x000500c2u, 0x00000006u, - 0x00003ae3u, 0x00003ae2u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003ae5u, 0x00003ae0u, 0x00003ae3u, - 0x000500c7u, 0x00000006u, 0x00003ae7u, 0x00003ae5u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00003ae9u, - 0x00003ae1u, 0x000400c8u, 0x00000006u, 0x00003aeau, 0x00003ae9u, 0x000500c7u, 0x00000006u, 0x00003aebu, - 0x00003aeau, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003aecu, 0x00003aebu, 0x00000706u, 0x0004003du, - 0x00000006u, 0x00003aefu, 0x00003addu, 0x000500c7u, 0x00000006u, 0x00003af0u, 0x00003aefu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00003af1u, 0x00003af0u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003af3u, - 0x00003ae7u, 0x00003af1u, 0x000500c6u, 0x00000006u, 0x00003af5u, 0x00003af3u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00003af8u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003af5u, 0x0004003du, - 0x0000000fu, 0x00003af9u, 0x00003af8u, 0x00040071u, 0x00000006u, 0x00003afau, 0x00003af9u, 0x000500c2u, - 0x00000006u, 0x00003afdu, 0x00003afau, 0x00003aecu, 0x000500c7u, 0x00000006u, 0x00003afeu, 0x00003afdu, - 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x00003b00u, 0x00003afeu, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00003b02u, 0x00003afeu, 0x00003b00u, 0x00040071u, 0x00000011u, 0x00003b04u, 0x00003b02u, 0x0004007cu, - 0x00000012u, 0x00003b05u, 0x00003b04u, 0x00070050u, 0x00000013u, 0x00003b06u, 0x00003b05u, 0x00003b05u, - 0x00003b05u, 0x00003b05u, 0x000200f9u, 0x00003084u, 0x000200f8u, 0x00003084u, 0x000700f5u, 0x00000013u, - 0x00007893u, 0x00007853u, 0x0000306eu, 0x00003b06u, 0x00003075u, 0x000700f5u, 0x00000013u, 0x00007817u, - 0x000077d4u, 0x0000306eu, 0x00003ad2u, 0x00003075u, 0x000300f7u, 0x0000308eu, 0x00000000u, 0x000400fau, - 0x00002fa6u, 0x00003086u, 0x0000308eu, 0x000200f8u, 0x00003086u, 0x00050050u, 0x000000efu, 0x00003089u, - 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x0000308au, 0x00003089u, 0x0003003eu, 0x00002e71u, - 0x0000308au, 0x00050041u, 0x00000007u, 0x00003b11u, 0x00002e71u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00003b12u, 0x00003b11u, 0x00050084u, 0x00000006u, 0x00003b13u, 0x00002de3u, 0x00003b12u, 0x00050080u, - 0x00000006u, 0x00003b14u, 0x00002de1u, 0x00003b13u, 0x00050041u, 0x00000007u, 0x00003b15u, 0x00002e71u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003b16u, 0x00003b15u, 0x000500c2u, 0x00000006u, 0x00003b17u, - 0x00003b16u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003b19u, 0x00003b14u, 0x00003b17u, 0x000500c7u, - 0x00000006u, 0x00003b1bu, 0x00003b19u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00003b1du, 0x00003b15u, - 0x000400c8u, 0x00000006u, 0x00003b1eu, 0x00003b1du, 0x000500c7u, 0x00000006u, 0x00003b1fu, 0x00003b1eu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003b20u, 0x00003b1fu, 0x00000706u, 0x0004003du, 0x00000006u, - 0x00003b23u, 0x00003b11u, 0x000500c7u, 0x00000006u, 0x00003b24u, 0x00003b23u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003b25u, 0x00003b24u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003b27u, 0x00003b1bu, - 0x00003b25u, 0x000500c6u, 0x00000006u, 0x00003b29u, 0x00003b27u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00003b2cu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003b29u, 0x0004003du, 0x0000000fu, - 0x00003b2du, 0x00003b2cu, 0x00040071u, 0x00000006u, 0x00003b2eu, 0x00003b2du, 0x000500c2u, 0x00000006u, - 0x00003b31u, 0x00003b2eu, 0x00003b20u, 0x000500c7u, 0x00000006u, 0x00003b32u, 0x00003b31u, 0x00000ea3u, - 0x000500c4u, 0x00000006u, 0x00003b34u, 0x00003b32u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00003b36u, - 0x00003b32u, 0x00003b34u, 0x00040071u, 0x00000011u, 0x00003b38u, 0x00003b36u, 0x0004007cu, 0x00000012u, - 0x00003b39u, 0x00003b38u, 0x00070050u, 0x00000013u, 0x00003b3au, 0x00003b39u, 0x00003b39u, 0x00003b39u, - 0x00003b39u, 0x000200f9u, 0x0000308eu, 0x000200f8u, 0x0000308eu, 0x000700f5u, 0x00000013u, 0x0000790fu, - 0x000078cdu, 0x00003084u, 0x00003b3au, 0x00003086u, 0x000200f9u, 0x000030f2u, 0x000200f8u, 0x000030f2u, - 0x000d00f5u, 0x00000013u, 0x0000790eu, 0x000078cdu, 0x00003069u, 0x0000790fu, 0x0000308eu, 0x00007911u, - 0x000030afu, 0x00007913u, 0x000030d0u, 0x00007915u, 0x000030f1u, 0x000d00f5u, 0x00000013u, 0x00007891u, - 0x00007853u, 0x00003069u, 0x00007893u, 0x0000308eu, 0x00007895u, 0x000030afu, 0x00007897u, 0x000030d0u, - 0x00007899u, 0x000030f1u, 0x000d00f5u, 0x00000013u, 0x00007815u, 0x000077d4u, 0x00003069u, 0x00007817u, - 0x0000308eu, 0x00007819u, 0x000030afu, 0x0000781bu, 0x000030d0u, 0x0000781du, 0x000030f1u, 0x000d00f5u, - 0x00000013u, 0x0000775fu, 0x0000771eu, 0x00003069u, 0x00003a9eu, 0x0000308eu, 0x00003b5fu, 0x000030afu, - 0x00003c11u, 0x000030d0u, 0x00003d15u, 0x000030f1u, 0x000200f9u, 0x00003289u, 0x000200f8u, 0x00003289u, - 0x000f00f5u, 0x00000013u, 0x0000790du, 0x000078cdu, 0x00003064u, 0x0000790eu, 0x000030f2u, 0x00007917u, - 0x00003120u, 0x00007918u, 0x00003195u, 0x0000791fu, 0x0000321fu, 0x00007928u, 0x00003288u, 0x000f00f5u, - 0x00000013u, 0x00007890u, 0x00007853u, 0x00003064u, 0x00007891u, 0x000030f2u, 0x0000789au, 0x00003120u, - 0x0000789bu, 0x00003195u, 0x000078a2u, 0x0000321fu, 0x000078abu, 0x00003288u, 0x000f00f5u, 0x00000013u, - 0x00007814u, 0x000077d4u, 0x00003064u, 0x00007815u, 0x000030f2u, 0x0000781eu, 0x00003120u, 0x0000781fu, - 0x00003195u, 0x00007826u, 0x0000321fu, 0x0000782fu, 0x00003288u, 0x000f00f5u, 0x00000013u, 0x0000775eu, - 0x0000771eu, 0x00003064u, 0x0000775fu, 0x000030f2u, 0x00003e18u, 0x00003120u, 0x00007769u, 0x00003195u, - 0x00007770u, 0x0000321fu, 0x00007779u, 0x00003288u, 0x000200f9u, 0x0000328au, 0x000200f8u, 0x00002fc3u, - 0x000300f7u, 0x00003063u, 0x00000000u, 0x000b00fbu, 0x00002fadu, 0x00003063u, 0x00000000u, 0x00002fc8u, - 0x00000002u, 0x00002fc8u, 0x00000003u, 0x00002fc8u, 0x00000004u, 0x00002fc8u, 0x000200f8u, 0x00002fc8u, - 0x000600a9u, 0x00000008u, 0x00002fccu, 0x00002fb0u, 0x0000022fu, 0x0000022cu, 0x0004007cu, 0x00000006u, - 0x00002fcdu, 0x00002fccu, 0x00040071u, 0x00000006u, 0x00002fd0u, 0x00002de7u, 0x0004007cu, 0x00000008u, - 0x00002fd1u, 0x00002fd0u, 0x000300f7u, 0x00003062u, 0x00000000u, 0x000700fbu, 0x00002fd1u, 0x00002fd2u, - 0x00000000u, 0x00002ffeu, 0x00000001u, 0x00003036u, 0x000200f8u, 0x00003036u, 0x0004007cu, 0x000000b0u, - 0x00003038u, 0x000076efu, 0x000600a9u, 0x00000008u, 0x0000303au, 0x00002fb0u, 0x00000232u, 0x00000222u, - 0x0004007cu, 0x00000006u, 0x0000303bu, 0x0000303au, 0x0003003eu, 0x00002e38u, 0x00003038u, 0x00050041u, - 0x00000007u, 0x000038c4u, 0x00002e38u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000038c5u, 0x000038c4u, - 0x00050084u, 0x00000006u, 0x000038c6u, 0x00002de3u, 0x000038c5u, 0x00050080u, 0x00000006u, 0x000038c7u, - 0x00002de1u, 0x000038c6u, 0x00050041u, 0x00000007u, 0x000038c8u, 0x00002e38u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x000038c9u, 0x000038c8u, 0x00050080u, 0x00000006u, 0x000038cbu, 0x000038c7u, 0x000038c9u, - 0x000500c7u, 0x00000006u, 0x000038cdu, 0x000038cbu, 0x00000f38u, 0x0004003du, 0x00000006u, 0x000038d0u, - 0x000038c4u, 0x000500c7u, 0x00000006u, 0x000038d1u, 0x000038d0u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000038d2u, 0x000038d1u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000038d4u, 0x000038cdu, 0x000038d2u, - 0x000500c6u, 0x00000006u, 0x000038d6u, 0x000038d4u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000038d9u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000038d6u, 0x0004003du, 0x0000000fu, 0x000038dau, - 0x000038d9u, 0x00040071u, 0x00000006u, 0x000038dbu, 0x000038dau, 0x000500c4u, 0x00000006u, 0x000038ddu, - 0x000038dbu, 0x0000022fu, 0x00050080u, 0x00000006u, 0x000038dfu, 0x000038ddu, 0x0000303bu, 0x000500c6u, - 0x00000006u, 0x000038e2u, 0x000038dfu, 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x000038e5u, 0x00000f69u, - 0x000038e2u, 0x00080041u, 0x00000694u, 0x000038e6u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000038e5u, 0x0004003du, 0x00000011u, 0x000038e7u, 0x000038e6u, 0x00040071u, 0x00000006u, 0x000038e8u, - 0x000038e7u, 0x000300f7u, 0x000038f0u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x000038eau, 0x000038edu, - 0x000200f8u, 0x000038edu, 0x00060050u, 0x0000030eu, 0x0000390cu, 0x000038e8u, 0x000038e8u, 0x000038e8u, - 0x000500c2u, 0x0000030eu, 0x0000390du, 0x0000390cu, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x0000390fu, - 0x0000390du, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003912u, 0x0000390fu, 0x0000b42fu, 0x000500c2u, - 0x0000030eu, 0x00003915u, 0x0000390fu, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00003916u, 0x00003912u, - 0x00003915u, 0x000500c7u, 0x00000006u, 0x00003918u, 0x000038e8u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00003919u, 0x00003918u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000391bu, 0x00003916u, 0x0004007cu, - 0x000004b8u, 0x0000391cu, 0x0000391bu, 0x00040071u, 0x00000011u, 0x0000391eu, 0x00003919u, 0x0004007cu, - 0x00000012u, 0x0000391fu, 0x0000391eu, 0x00050051u, 0x00000012u, 0x00003920u, 0x0000391cu, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00003921u, 0x0000391cu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003922u, - 0x0000391cu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003923u, 0x00003920u, 0x00003921u, 0x00003922u, - 0x0000391fu, 0x000200f9u, 0x000038f0u, 0x000200f8u, 0x000038eau, 0x000500c2u, 0x00000006u, 0x000038f7u, - 0x000038e8u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x000038f9u, 0x000038e8u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x000038fbu, 0x000038f7u, 0x0004007cu, 0x00000012u, 0x000038fcu, 0x000038fbu, 0x00040071u, - 0x00000011u, 0x00003904u, 0x000038f9u, 0x0004007cu, 0x00000012u, 0x00003905u, 0x00003904u, 0x00070050u, - 0x00000013u, 0x00003906u, 0x000038fcu, 0x000038fcu, 0x000038fcu, 0x00003905u, 0x000200f9u, 0x000038f0u, - 0x000200f8u, 0x000038f0u, 0x000700f5u, 0x00000013u, 0x000076f3u, 0x00003906u, 0x000038eau, 0x00003923u, - 0x000038edu, 0x000300f7u, 0x00003055u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00003042u, 0x00003055u, - 0x000200f8u, 0x00003042u, 0x00050050u, 0x000000efu, 0x00003045u, 0x000076deu, 0x00002f9au, 0x0004007cu, - 0x000000b0u, 0x00003046u, 0x00003045u, 0x0003003eu, 0x00002e3eu, 0x00003046u, 0x00050041u, 0x00000007u, - 0x00003931u, 0x00002e3eu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003932u, 0x00003931u, 0x00050084u, - 0x00000006u, 0x00003933u, 0x00002de3u, 0x00003932u, 0x00050080u, 0x00000006u, 0x00003934u, 0x00002de1u, - 0x00003933u, 0x00050041u, 0x00000007u, 0x00003935u, 0x00002e3eu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00003936u, 0x00003935u, 0x00050080u, 0x00000006u, 0x00003938u, 0x00003934u, 0x00003936u, 0x000500c7u, - 0x00000006u, 0x0000393au, 0x00003938u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x0000393du, 0x00003931u, - 0x000500c7u, 0x00000006u, 0x0000393eu, 0x0000393du, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000393fu, - 0x0000393eu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003941u, 0x0000393au, 0x0000393fu, 0x000500c6u, - 0x00000006u, 0x00003943u, 0x00003941u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003946u, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003943u, 0x0004003du, 0x0000000fu, 0x00003947u, 0x00003946u, - 0x00040071u, 0x00000006u, 0x00003948u, 0x00003947u, 0x000500c4u, 0x00000006u, 0x0000394au, 0x00003948u, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x0000394cu, 0x0000394au, 0x0000045eu, 0x000500c6u, 0x00000006u, - 0x0000394fu, 0x0000394cu, 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x00003952u, 0x00000f69u, 0x0000394fu, - 0x00080041u, 0x00000694u, 0x00003953u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003952u, - 0x0004003du, 0x00000011u, 0x00003954u, 0x00003953u, 0x00040071u, 0x00000006u, 0x00003955u, 0x00003954u, - 0x000300f7u, 0x0000395du, 0x00000000u, 0x000400fau, 0x000022f4u, 0x00003957u, 0x0000395au, 0x000200f8u, - 0x0000395au, 0x00060050u, 0x0000030eu, 0x00003979u, 0x00003955u, 0x00003955u, 0x00003955u, 0x000500c2u, - 0x0000030eu, 0x0000397au, 0x00003979u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x0000397cu, 0x0000397au, - 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x0000397fu, 0x0000397cu, 0x0000b42fu, 0x000500c2u, 0x0000030eu, - 0x00003982u, 0x0000397cu, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00003983u, 0x0000397fu, 0x00003982u, - 0x000500c7u, 0x00000006u, 0x00003985u, 0x00003955u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003986u, - 0x00003985u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003988u, 0x00003983u, 0x0004007cu, 0x000004b8u, - 0x00003989u, 0x00003988u, 0x00040071u, 0x00000011u, 0x0000398bu, 0x00003986u, 0x0004007cu, 0x00000012u, - 0x0000398cu, 0x0000398bu, 0x00050051u, 0x00000012u, 0x0000398du, 0x00003989u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x0000398eu, 0x00003989u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000398fu, 0x00003989u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x00003990u, 0x0000398du, 0x0000398eu, 0x0000398fu, 0x0000398cu, - 0x000200f9u, 0x0000395du, 0x000200f8u, 0x00003957u, 0x000500c2u, 0x00000006u, 0x00003964u, 0x00003955u, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00003966u, 0x00003955u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00003968u, 0x00003964u, 0x0004007cu, 0x00000012u, 0x00003969u, 0x00003968u, 0x00040071u, 0x00000011u, - 0x00003971u, 0x00003966u, 0x0004007cu, 0x00000012u, 0x00003972u, 0x00003971u, 0x00070050u, 0x00000013u, - 0x00003973u, 0x00003969u, 0x00003969u, 0x00003969u, 0x00003972u, 0x000200f9u, 0x0000395du, 0x000200f8u, - 0x0000395du, 0x000700f5u, 0x00000013u, 0x000076f6u, 0x00003973u, 0x00003957u, 0x00003990u, 0x0000395au, - 0x00050050u, 0x000000efu, 0x0000304eu, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x0000304fu, - 0x0000304eu, 0x0003003eu, 0x00002e44u, 0x0000304fu, 0x00050041u, 0x00000007u, 0x0000399eu, 0x00002e44u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000399fu, 0x0000399eu, 0x00050084u, 0x00000006u, 0x000039a0u, - 0x00002de3u, 0x0000399fu, 0x00050080u, 0x00000006u, 0x000039a1u, 0x00002de1u, 0x000039a0u, 0x00050041u, - 0x00000007u, 0x000039a2u, 0x00002e44u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000039a3u, 0x000039a2u, - 0x00050080u, 0x00000006u, 0x000039a5u, 0x000039a1u, 0x000039a3u, 0x000500c7u, 0x00000006u, 0x000039a7u, - 0x000039a5u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x000039aau, 0x0000399eu, 0x000500c7u, 0x00000006u, - 0x000039abu, 0x000039aau, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000039acu, 0x000039abu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x000039aeu, 0x000039a7u, 0x000039acu, 0x000500c6u, 0x00000006u, 0x000039b0u, - 0x000039aeu, 0x00000466u, 0x00080041u, 0x00000673u, 0x000039b3u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x000039b0u, 0x0004003du, 0x0000000fu, 0x000039b4u, 0x000039b3u, 0x00040071u, 0x00000006u, - 0x000039b5u, 0x000039b4u, 0x000500c4u, 0x00000006u, 0x000039b7u, 0x000039b5u, 0x0000022fu, 0x00050080u, - 0x00000006u, 0x000039b9u, 0x000039b7u, 0x00000388u, 0x000500c6u, 0x00000006u, 0x000039bcu, 0x000039b9u, - 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x000039bfu, 0x00000f69u, 0x000039bcu, 0x00080041u, 0x00000694u, - 0x000039c0u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000039bfu, 0x0004003du, 0x00000011u, - 0x000039c1u, 0x000039c0u, 0x00040071u, 0x00000006u, 0x000039c2u, 0x000039c1u, 0x000300f7u, 0x000039cau, - 0x00000000u, 0x000400fau, 0x000022f4u, 0x000039c4u, 0x000039c7u, 0x000200f8u, 0x000039c7u, 0x00060050u, - 0x0000030eu, 0x000039e6u, 0x000039c2u, 0x000039c2u, 0x000039c2u, 0x000500c2u, 0x0000030eu, 0x000039e7u, - 0x000039e6u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x000039e9u, 0x000039e7u, 0x0000b42eu, 0x000500c4u, - 0x0000030eu, 0x000039ecu, 0x000039e9u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x000039efu, 0x000039e9u, - 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x000039f0u, 0x000039ecu, 0x000039efu, 0x000500c7u, 0x00000006u, - 0x000039f2u, 0x000039c2u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000039f3u, 0x000039f2u, 0x000006c5u, - 0x00040071u, 0x000004bcu, 0x000039f5u, 0x000039f0u, 0x0004007cu, 0x000004b8u, 0x000039f6u, 0x000039f5u, - 0x00040071u, 0x00000011u, 0x000039f8u, 0x000039f3u, 0x0004007cu, 0x00000012u, 0x000039f9u, 0x000039f8u, - 0x00050051u, 0x00000012u, 0x000039fau, 0x000039f6u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000039fbu, - 0x000039f6u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000039fcu, 0x000039f6u, 0x00000002u, 0x00070050u, - 0x00000013u, 0x000039fdu, 0x000039fau, 0x000039fbu, 0x000039fcu, 0x000039f9u, 0x000200f9u, 0x000039cau, - 0x000200f8u, 0x000039c4u, 0x000500c2u, 0x00000006u, 0x000039d1u, 0x000039c2u, 0x0000025fu, 0x000500c7u, - 0x00000006u, 0x000039d3u, 0x000039c2u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000039d5u, 0x000039d1u, - 0x0004007cu, 0x00000012u, 0x000039d6u, 0x000039d5u, 0x00040071u, 0x00000011u, 0x000039deu, 0x000039d3u, - 0x0004007cu, 0x00000012u, 0x000039dfu, 0x000039deu, 0x00070050u, 0x00000013u, 0x000039e0u, 0x000039d6u, - 0x000039d6u, 0x000039d6u, 0x000039dfu, 0x000200f9u, 0x000039cau, 0x000200f8u, 0x000039cau, 0x000700f5u, - 0x00000013u, 0x000076f7u, 0x000039e0u, 0x000039c4u, 0x000039fdu, 0x000039c7u, 0x000200f9u, 0x00003055u, - 0x000200f8u, 0x00003055u, 0x000700f5u, 0x00000013u, 0x0000788du, 0x00007853u, 0x000038f0u, 0x000076f7u, - 0x000039cau, 0x000700f5u, 0x00000013u, 0x00007810u, 0x000077d4u, 0x000038f0u, 0x000076f6u, 0x000039cau, - 0x000300f7u, 0x00003061u, 0x00000000u, 0x000400fau, 0x00002fa6u, 0x00003057u, 0x00003061u, 0x000200f8u, - 0x00003057u, 0x00050050u, 0x000000efu, 0x0000305au, 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, - 0x0000305bu, 0x0000305au, 0x0003003eu, 0x00002e4au, 0x0000305bu, 0x00050041u, 0x00000007u, 0x00003a0bu, - 0x00002e4au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003a0cu, 0x00003a0bu, 0x00050084u, 0x00000006u, - 0x00003a0du, 0x00002de3u, 0x00003a0cu, 0x00050080u, 0x00000006u, 0x00003a0eu, 0x00002de1u, 0x00003a0du, - 0x00050041u, 0x00000007u, 0x00003a0fu, 0x00002e4au, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003a10u, - 0x00003a0fu, 0x00050080u, 0x00000006u, 0x00003a12u, 0x00003a0eu, 0x00003a10u, 0x000500c7u, 0x00000006u, - 0x00003a14u, 0x00003a12u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00003a17u, 0x00003a0bu, 0x000500c7u, - 0x00000006u, 0x00003a18u, 0x00003a17u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003a19u, 0x00003a18u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00003a1bu, 0x00003a14u, 0x00003a19u, 0x000500c6u, 0x00000006u, - 0x00003a1du, 0x00003a1bu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003a20u, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00003a1du, 0x0004003du, 0x0000000fu, 0x00003a21u, 0x00003a20u, 0x00040071u, - 0x00000006u, 0x00003a22u, 0x00003a21u, 0x000500c4u, 0x00000006u, 0x00003a24u, 0x00003a22u, 0x0000022fu, - 0x00050080u, 0x00000006u, 0x00003a26u, 0x00003a24u, 0x00000466u, 0x000500c6u, 0x00000006u, 0x00003a29u, - 0x00003a26u, 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x00003a2cu, 0x00000f69u, 0x00003a29u, 0x00080041u, - 0x00000694u, 0x00003a2du, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003a2cu, 0x0004003du, - 0x00000011u, 0x00003a2eu, 0x00003a2du, 0x00040071u, 0x00000006u, 0x00003a2fu, 0x00003a2eu, 0x000300f7u, - 0x00003a37u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x00003a31u, 0x00003a34u, 0x000200f8u, 0x00003a34u, - 0x00060050u, 0x0000030eu, 0x00003a53u, 0x00003a2fu, 0x00003a2fu, 0x00003a2fu, 0x000500c2u, 0x0000030eu, - 0x00003a54u, 0x00003a53u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00003a56u, 0x00003a54u, 0x0000b42eu, - 0x000500c4u, 0x0000030eu, 0x00003a59u, 0x00003a56u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x00003a5cu, - 0x00003a56u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00003a5du, 0x00003a59u, 0x00003a5cu, 0x000500c7u, - 0x00000006u, 0x00003a5fu, 0x00003a2fu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003a60u, 0x00003a5fu, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003a62u, 0x00003a5du, 0x0004007cu, 0x000004b8u, 0x00003a63u, - 0x00003a62u, 0x00040071u, 0x00000011u, 0x00003a65u, 0x00003a60u, 0x0004007cu, 0x00000012u, 0x00003a66u, - 0x00003a65u, 0x00050051u, 0x00000012u, 0x00003a67u, 0x00003a63u, 0x00000000u, 0x00050051u, 0x00000012u, - 0x00003a68u, 0x00003a63u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003a69u, 0x00003a63u, 0x00000002u, - 0x00070050u, 0x00000013u, 0x00003a6au, 0x00003a67u, 0x00003a68u, 0x00003a69u, 0x00003a66u, 0x000200f9u, - 0x00003a37u, 0x000200f8u, 0x00003a31u, 0x000500c2u, 0x00000006u, 0x00003a3eu, 0x00003a2fu, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x00003a40u, 0x00003a2fu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003a42u, - 0x00003a3eu, 0x0004007cu, 0x00000012u, 0x00003a43u, 0x00003a42u, 0x00040071u, 0x00000011u, 0x00003a4bu, - 0x00003a40u, 0x0004007cu, 0x00000012u, 0x00003a4cu, 0x00003a4bu, 0x00070050u, 0x00000013u, 0x00003a4du, - 0x00003a43u, 0x00003a43u, 0x00003a43u, 0x00003a4cu, 0x000200f9u, 0x00003a37u, 0x000200f8u, 0x00003a37u, - 0x000700f5u, 0x00000013u, 0x000076f8u, 0x00003a4du, 0x00003a31u, 0x00003a6au, 0x00003a34u, 0x000200f9u, - 0x00003061u, 0x000200f8u, 0x00003061u, 0x000700f5u, 0x00000013u, 0x00007908u, 0x000078cdu, 0x00003055u, - 0x000076f8u, 0x00003a37u, 0x000200f9u, 0x00003062u, 0x000200f8u, 0x00002ffeu, 0x0004007cu, 0x000000b0u, - 0x00003000u, 0x000076efu, 0x00040071u, 0x00000006u, 0x00003003u, 0x00002de9u, 0x000600a9u, 0x00000008u, - 0x00003005u, 0x00002fb0u, 0x00000232u, 0x00000222u, 0x0004007cu, 0x00000006u, 0x00003006u, 0x00003005u, - 0x0003003eu, 0x00002e19u, 0x00003000u, 0x00050041u, 0x00000007u, 0x000036d5u, 0x00002e19u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x000036d6u, 0x000036d5u, 0x00050084u, 0x00000006u, 0x000036d7u, 0x00002de3u, - 0x000036d6u, 0x00050080u, 0x00000006u, 0x000036d8u, 0x00002de1u, 0x000036d7u, 0x00050041u, 0x00000007u, - 0x000036d9u, 0x00002e19u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000036dau, 0x000036d9u, 0x000500c2u, - 0x00000006u, 0x000036dbu, 0x000036dau, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000036ddu, 0x000036d8u, - 0x000036dbu, 0x000500c7u, 0x00000006u, 0x000036dfu, 0x000036ddu, 0x00000f38u, 0x0004003du, 0x00000006u, - 0x000036e1u, 0x000036d9u, 0x000400c8u, 0x00000006u, 0x000036e2u, 0x000036e1u, 0x000500c7u, 0x00000006u, - 0x000036e3u, 0x000036e2u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000036e4u, 0x000036e3u, 0x00000706u, - 0x0004003du, 0x00000006u, 0x000036e7u, 0x000036d5u, 0x000500c7u, 0x00000006u, 0x000036e8u, 0x000036e7u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000036e9u, 0x000036e8u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x000036ebu, 0x000036dfu, 0x000036e9u, 0x000500c6u, 0x00000006u, 0x000036edu, 0x000036ebu, 0x00000466u, - 0x00080041u, 0x00000673u, 0x000036f0u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000036edu, - 0x0004003du, 0x0000000fu, 0x000036f1u, 0x000036f0u, 0x00040071u, 0x00000006u, 0x000036f2u, 0x000036f1u, - 0x000500c2u, 0x00000006u, 0x000036f5u, 0x000036f2u, 0x000036e4u, 0x000500c7u, 0x00000006u, 0x000036f6u, - 0x000036f5u, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x000036f8u, 0x00003003u, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x000036fau, 0x000036f6u, 0x000036f8u, 0x000500c4u, 0x00000006u, 0x000036fcu, 0x000036fau, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x000036feu, 0x000036fcu, 0x00003006u, 0x000500c6u, 0x00000006u, - 0x00003701u, 0x000036feu, 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x00003704u, 0x00000f69u, 0x00003701u, - 0x00080041u, 0x00000694u, 0x00003705u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003704u, - 0x0004003du, 0x00000011u, 0x00003706u, 0x00003705u, 0x00040071u, 0x00000006u, 0x00003707u, 0x00003706u, - 0x000300f7u, 0x0000370fu, 0x00000000u, 0x000400fau, 0x000022f4u, 0x00003709u, 0x0000370cu, 0x000200f8u, - 0x0000370cu, 0x00060050u, 0x0000030eu, 0x0000372bu, 0x00003707u, 0x00003707u, 0x00003707u, 0x000500c2u, - 0x0000030eu, 0x0000372cu, 0x0000372bu, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x0000372eu, 0x0000372cu, - 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003731u, 0x0000372eu, 0x0000b42fu, 0x000500c2u, 0x0000030eu, - 0x00003734u, 0x0000372eu, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00003735u, 0x00003731u, 0x00003734u, - 0x000500c7u, 0x00000006u, 0x00003737u, 0x00003707u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003738u, - 0x00003737u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000373au, 0x00003735u, 0x0004007cu, 0x000004b8u, - 0x0000373bu, 0x0000373au, 0x00040071u, 0x00000011u, 0x0000373du, 0x00003738u, 0x0004007cu, 0x00000012u, - 0x0000373eu, 0x0000373du, 0x00050051u, 0x00000012u, 0x0000373fu, 0x0000373bu, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00003740u, 0x0000373bu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003741u, 0x0000373bu, - 0x00000002u, 0x00070050u, 0x00000013u, 0x00003742u, 0x0000373fu, 0x00003740u, 0x00003741u, 0x0000373eu, - 0x000200f9u, 0x0000370fu, 0x000200f8u, 0x00003709u, 0x000500c2u, 0x00000006u, 0x00003716u, 0x00003707u, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00003718u, 0x00003707u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x0000371au, 0x00003716u, 0x0004007cu, 0x00000012u, 0x0000371bu, 0x0000371au, 0x00040071u, 0x00000011u, - 0x00003723u, 0x00003718u, 0x0004007cu, 0x00000012u, 0x00003724u, 0x00003723u, 0x00070050u, 0x00000013u, - 0x00003725u, 0x0000371bu, 0x0000371bu, 0x0000371bu, 0x00003724u, 0x000200f9u, 0x0000370fu, 0x000200f8u, - 0x0000370fu, 0x000700f5u, 0x00000013u, 0x000076f9u, 0x00003725u, 0x00003709u, 0x00003742u, 0x0000370cu, - 0x000300f7u, 0x00003026u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x0000300du, 0x00003026u, 0x000200f8u, - 0x0000300du, 0x00050050u, 0x000000efu, 0x00003010u, 0x000076deu, 0x00002f9au, 0x0004007cu, 0x000000b0u, - 0x00003011u, 0x00003010u, 0x0003003eu, 0x00002e21u, 0x00003011u, 0x00050041u, 0x00000007u, 0x00003751u, - 0x00002e21u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003752u, 0x00003751u, 0x00050084u, 0x00000006u, - 0x00003753u, 0x00002de3u, 0x00003752u, 0x00050080u, 0x00000006u, 0x00003754u, 0x00002de1u, 0x00003753u, - 0x00050041u, 0x00000007u, 0x00003755u, 0x00002e21u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003756u, - 0x00003755u, 0x000500c2u, 0x00000006u, 0x00003757u, 0x00003756u, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x00003759u, 0x00003754u, 0x00003757u, 0x000500c7u, 0x00000006u, 0x0000375bu, 0x00003759u, 0x00000f38u, - 0x0004003du, 0x00000006u, 0x0000375du, 0x00003755u, 0x000400c8u, 0x00000006u, 0x0000375eu, 0x0000375du, - 0x000500c7u, 0x00000006u, 0x0000375fu, 0x0000375eu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00003760u, - 0x0000375fu, 0x00000706u, 0x0004003du, 0x00000006u, 0x00003763u, 0x00003751u, 0x000500c7u, 0x00000006u, - 0x00003764u, 0x00003763u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003765u, 0x00003764u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00003767u, 0x0000375bu, 0x00003765u, 0x000500c6u, 0x00000006u, 0x00003769u, - 0x00003767u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000376cu, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00003769u, 0x0004003du, 0x0000000fu, 0x0000376du, 0x0000376cu, 0x00040071u, 0x00000006u, - 0x0000376eu, 0x0000376du, 0x000500c2u, 0x00000006u, 0x00003771u, 0x0000376eu, 0x00003760u, 0x000500c7u, - 0x00000006u, 0x00003772u, 0x00003771u, 0x00000ea3u, 0x000500c5u, 0x00000006u, 0x00003776u, 0x00003772u, - 0x000036f8u, 0x000500c4u, 0x00000006u, 0x00003778u, 0x00003776u, 0x0000022fu, 0x00050080u, 0x00000006u, - 0x0000377au, 0x00003778u, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x0000377du, 0x0000377au, 0x00002fcdu, - 0x000500c5u, 0x00000006u, 0x00003780u, 0x00000f69u, 0x0000377du, 0x00080041u, 0x00000694u, 0x00003781u, - 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003780u, 0x0004003du, 0x00000011u, 0x00003782u, - 0x00003781u, 0x00040071u, 0x00000006u, 0x00003783u, 0x00003782u, 0x000300f7u, 0x0000378bu, 0x00000000u, - 0x000400fau, 0x000022f4u, 0x00003785u, 0x00003788u, 0x000200f8u, 0x00003788u, 0x00060050u, 0x0000030eu, - 0x000037a7u, 0x00003783u, 0x00003783u, 0x00003783u, 0x000500c2u, 0x0000030eu, 0x000037a8u, 0x000037a7u, - 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x000037aau, 0x000037a8u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, - 0x000037adu, 0x000037aau, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x000037b0u, 0x000037aau, 0x0000b430u, - 0x000500c5u, 0x0000030eu, 0x000037b1u, 0x000037adu, 0x000037b0u, 0x000500c7u, 0x00000006u, 0x000037b3u, - 0x00003783u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000037b4u, 0x000037b3u, 0x000006c5u, 0x00040071u, - 0x000004bcu, 0x000037b6u, 0x000037b1u, 0x0004007cu, 0x000004b8u, 0x000037b7u, 0x000037b6u, 0x00040071u, - 0x00000011u, 0x000037b9u, 0x000037b4u, 0x0004007cu, 0x00000012u, 0x000037bau, 0x000037b9u, 0x00050051u, - 0x00000012u, 0x000037bbu, 0x000037b7u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000037bcu, 0x000037b7u, - 0x00000001u, 0x00050051u, 0x00000012u, 0x000037bdu, 0x000037b7u, 0x00000002u, 0x00070050u, 0x00000013u, - 0x000037beu, 0x000037bbu, 0x000037bcu, 0x000037bdu, 0x000037bau, 0x000200f9u, 0x0000378bu, 0x000200f8u, - 0x00003785u, 0x000500c2u, 0x00000006u, 0x00003792u, 0x00003783u, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x00003794u, 0x00003783u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00003796u, 0x00003792u, 0x0004007cu, - 0x00000012u, 0x00003797u, 0x00003796u, 0x00040071u, 0x00000011u, 0x0000379fu, 0x00003794u, 0x0004007cu, - 0x00000012u, 0x000037a0u, 0x0000379fu, 0x00070050u, 0x00000013u, 0x000037a1u, 0x00003797u, 0x00003797u, - 0x00003797u, 0x000037a0u, 0x000200f9u, 0x0000378bu, 0x000200f8u, 0x0000378bu, 0x000700f5u, 0x00000013u, - 0x000076fbu, 0x000037a1u, 0x00003785u, 0x000037beu, 0x00003788u, 0x00050050u, 0x000000efu, 0x0000301cu, - 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x0000301du, 0x0000301cu, 0x0003003eu, 0x00002e29u, - 0x0000301du, 0x00050041u, 0x00000007u, 0x000037cdu, 0x00002e29u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000037ceu, 0x000037cdu, 0x00050084u, 0x00000006u, 0x000037cfu, 0x00002de3u, 0x000037ceu, 0x00050080u, - 0x00000006u, 0x000037d0u, 0x00002de1u, 0x000037cfu, 0x00050041u, 0x00000007u, 0x000037d1u, 0x00002e29u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000037d2u, 0x000037d1u, 0x000500c2u, 0x00000006u, 0x000037d3u, - 0x000037d2u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000037d5u, 0x000037d0u, 0x000037d3u, 0x000500c7u, - 0x00000006u, 0x000037d7u, 0x000037d5u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x000037d9u, 0x000037d1u, - 0x000400c8u, 0x00000006u, 0x000037dau, 0x000037d9u, 0x000500c7u, 0x00000006u, 0x000037dbu, 0x000037dau, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000037dcu, 0x000037dbu, 0x00000706u, 0x0004003du, 0x00000006u, - 0x000037dfu, 0x000037cdu, 0x000500c7u, 0x00000006u, 0x000037e0u, 0x000037dfu, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000037e1u, 0x000037e0u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000037e3u, 0x000037d7u, - 0x000037e1u, 0x000500c6u, 0x00000006u, 0x000037e5u, 0x000037e3u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x000037e8u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000037e5u, 0x0004003du, 0x0000000fu, - 0x000037e9u, 0x000037e8u, 0x00040071u, 0x00000006u, 0x000037eau, 0x000037e9u, 0x000500c2u, 0x00000006u, - 0x000037edu, 0x000037eau, 0x000037dcu, 0x000500c7u, 0x00000006u, 0x000037eeu, 0x000037edu, 0x00000ea3u, - 0x000500c5u, 0x00000006u, 0x000037f2u, 0x000037eeu, 0x000036f8u, 0x000500c4u, 0x00000006u, 0x000037f4u, - 0x000037f2u, 0x0000022fu, 0x00050080u, 0x00000006u, 0x000037f6u, 0x000037f4u, 0x00000388u, 0x000500c6u, - 0x00000006u, 0x000037f9u, 0x000037f6u, 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x000037fcu, 0x00000f69u, - 0x000037f9u, 0x00080041u, 0x00000694u, 0x000037fdu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000037fcu, 0x0004003du, 0x00000011u, 0x000037feu, 0x000037fdu, 0x00040071u, 0x00000006u, 0x000037ffu, - 0x000037feu, 0x000300f7u, 0x00003807u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x00003801u, 0x00003804u, - 0x000200f8u, 0x00003804u, 0x00060050u, 0x0000030eu, 0x00003823u, 0x000037ffu, 0x000037ffu, 0x000037ffu, - 0x000500c2u, 0x0000030eu, 0x00003824u, 0x00003823u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00003826u, - 0x00003824u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003829u, 0x00003826u, 0x0000b42fu, 0x000500c2u, - 0x0000030eu, 0x0000382cu, 0x00003826u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x0000382du, 0x00003829u, - 0x0000382cu, 0x000500c7u, 0x00000006u, 0x0000382fu, 0x000037ffu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00003830u, 0x0000382fu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00003832u, 0x0000382du, 0x0004007cu, - 0x000004b8u, 0x00003833u, 0x00003832u, 0x00040071u, 0x00000011u, 0x00003835u, 0x00003830u, 0x0004007cu, - 0x00000012u, 0x00003836u, 0x00003835u, 0x00050051u, 0x00000012u, 0x00003837u, 0x00003833u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00003838u, 0x00003833u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003839u, - 0x00003833u, 0x00000002u, 0x00070050u, 0x00000013u, 0x0000383au, 0x00003837u, 0x00003838u, 0x00003839u, - 0x00003836u, 0x000200f9u, 0x00003807u, 0x000200f8u, 0x00003801u, 0x000500c2u, 0x00000006u, 0x0000380eu, - 0x000037ffu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00003810u, 0x000037ffu, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00003812u, 0x0000380eu, 0x0004007cu, 0x00000012u, 0x00003813u, 0x00003812u, 0x00040071u, - 0x00000011u, 0x0000381bu, 0x00003810u, 0x0004007cu, 0x00000012u, 0x0000381cu, 0x0000381bu, 0x00070050u, - 0x00000013u, 0x0000381du, 0x00003813u, 0x00003813u, 0x00003813u, 0x0000381cu, 0x000200f9u, 0x00003807u, - 0x000200f8u, 0x00003807u, 0x000700f5u, 0x00000013u, 0x000076fcu, 0x0000381du, 0x00003801u, 0x0000383au, - 0x00003804u, 0x000200f9u, 0x00003026u, 0x000200f8u, 0x00003026u, 0x000700f5u, 0x00000013u, 0x00007889u, - 0x00007853u, 0x0000370fu, 0x000076fcu, 0x00003807u, 0x000700f5u, 0x00000013u, 0x0000780bu, 0x000077d4u, - 0x0000370fu, 0x000076fbu, 0x00003807u, 0x000300f7u, 0x00003035u, 0x00000000u, 0x000400fau, 0x00002fa6u, - 0x00003028u, 0x00003035u, 0x000200f8u, 0x00003028u, 0x00050050u, 0x000000efu, 0x0000302bu, 0x000076deu, - 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x0000302cu, 0x0000302bu, 0x0003003eu, 0x00002e31u, 0x0000302cu, - 0x00050041u, 0x00000007u, 0x00003849u, 0x00002e31u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000384au, - 0x00003849u, 0x00050084u, 0x00000006u, 0x0000384bu, 0x00002de3u, 0x0000384au, 0x00050080u, 0x00000006u, - 0x0000384cu, 0x00002de1u, 0x0000384bu, 0x00050041u, 0x00000007u, 0x0000384du, 0x00002e31u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x0000384eu, 0x0000384du, 0x000500c2u, 0x00000006u, 0x0000384fu, 0x0000384eu, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x00003851u, 0x0000384cu, 0x0000384fu, 0x000500c7u, 0x00000006u, - 0x00003853u, 0x00003851u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00003855u, 0x0000384du, 0x000400c8u, - 0x00000006u, 0x00003856u, 0x00003855u, 0x000500c7u, 0x00000006u, 0x00003857u, 0x00003856u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00003858u, 0x00003857u, 0x00000706u, 0x0004003du, 0x00000006u, 0x0000385bu, - 0x00003849u, 0x000500c7u, 0x00000006u, 0x0000385cu, 0x0000385bu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x0000385du, 0x0000385cu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000385fu, 0x00003853u, 0x0000385du, - 0x000500c6u, 0x00000006u, 0x00003861u, 0x0000385fu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00003864u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003861u, 0x0004003du, 0x0000000fu, 0x00003865u, - 0x00003864u, 0x00040071u, 0x00000006u, 0x00003866u, 0x00003865u, 0x000500c2u, 0x00000006u, 0x00003869u, - 0x00003866u, 0x00003858u, 0x000500c7u, 0x00000006u, 0x0000386au, 0x00003869u, 0x00000ea3u, 0x000500c5u, - 0x00000006u, 0x0000386eu, 0x0000386au, 0x000036f8u, 0x000500c4u, 0x00000006u, 0x00003870u, 0x0000386eu, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x00003872u, 0x00003870u, 0x00000466u, 0x000500c6u, 0x00000006u, - 0x00003875u, 0x00003872u, 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x00003878u, 0x00000f69u, 0x00003875u, - 0x00080041u, 0x00000694u, 0x00003879u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003878u, - 0x0004003du, 0x00000011u, 0x0000387au, 0x00003879u, 0x00040071u, 0x00000006u, 0x0000387bu, 0x0000387au, - 0x000300f7u, 0x00003883u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x0000387du, 0x00003880u, 0x000200f8u, - 0x00003880u, 0x00060050u, 0x0000030eu, 0x0000389fu, 0x0000387bu, 0x0000387bu, 0x0000387bu, 0x000500c2u, - 0x0000030eu, 0x000038a0u, 0x0000389fu, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x000038a2u, 0x000038a0u, - 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x000038a5u, 0x000038a2u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, - 0x000038a8u, 0x000038a2u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x000038a9u, 0x000038a5u, 0x000038a8u, - 0x000500c7u, 0x00000006u, 0x000038abu, 0x0000387bu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000038acu, - 0x000038abu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000038aeu, 0x000038a9u, 0x0004007cu, 0x000004b8u, - 0x000038afu, 0x000038aeu, 0x00040071u, 0x00000011u, 0x000038b1u, 0x000038acu, 0x0004007cu, 0x00000012u, - 0x000038b2u, 0x000038b1u, 0x00050051u, 0x00000012u, 0x000038b3u, 0x000038afu, 0x00000000u, 0x00050051u, - 0x00000012u, 0x000038b4u, 0x000038afu, 0x00000001u, 0x00050051u, 0x00000012u, 0x000038b5u, 0x000038afu, - 0x00000002u, 0x00070050u, 0x00000013u, 0x000038b6u, 0x000038b3u, 0x000038b4u, 0x000038b5u, 0x000038b2u, - 0x000200f9u, 0x00003883u, 0x000200f8u, 0x0000387du, 0x000500c2u, 0x00000006u, 0x0000388au, 0x0000387bu, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000388cu, 0x0000387bu, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x0000388eu, 0x0000388au, 0x0004007cu, 0x00000012u, 0x0000388fu, 0x0000388eu, 0x00040071u, 0x00000011u, - 0x00003897u, 0x0000388cu, 0x0004007cu, 0x00000012u, 0x00003898u, 0x00003897u, 0x00070050u, 0x00000013u, - 0x00003899u, 0x0000388fu, 0x0000388fu, 0x0000388fu, 0x00003898u, 0x000200f9u, 0x00003883u, 0x000200f8u, - 0x00003883u, 0x000700f5u, 0x00000013u, 0x000076fdu, 0x00003899u, 0x0000387du, 0x000038b6u, 0x00003880u, - 0x000200f9u, 0x00003035u, 0x000200f8u, 0x00003035u, 0x000700f5u, 0x00000013u, 0x00007903u, 0x000078cdu, - 0x00003026u, 0x000076fdu, 0x00003883u, 0x000200f9u, 0x00003062u, 0x000200f8u, 0x00002fd2u, 0x0004007cu, - 0x000000b0u, 0x00002fd4u, 0x000076efu, 0x000600a9u, 0x00000008u, 0x00002fd6u, 0x00002fb0u, 0x00000232u, - 0x00000222u, 0x0004007cu, 0x00000006u, 0x00002fd7u, 0x00002fd6u, 0x0003003eu, 0x00002e50u, 0x00002fd4u, - 0x00050041u, 0x00000007u, 0x00003514u, 0x00002e50u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003515u, - 0x00003514u, 0x00050084u, 0x00000006u, 0x00003516u, 0x00002de3u, 0x00003515u, 0x00050080u, 0x00000006u, - 0x00003517u, 0x00002de1u, 0x00003516u, 0x00050041u, 0x00000007u, 0x00003518u, 0x00002e50u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00003519u, 0x00003518u, 0x00050084u, 0x00000006u, 0x0000351au, 0x00003519u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x0000351cu, 0x00003517u, 0x0000351au, 0x000500c7u, 0x00000006u, - 0x0000351eu, 0x0000351cu, 0x00000f38u, 0x000500c2u, 0x00000006u, 0x00003520u, 0x0000351eu, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00003522u, 0x00003514u, 0x000500c7u, 0x00000006u, 0x00003523u, 0x00003522u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003524u, 0x00003523u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00003526u, 0x00003520u, 0x00003524u, 0x000500c6u, 0x00000006u, 0x00003528u, 0x00003526u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x0000352bu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003528u, - 0x0004003du, 0x00000011u, 0x0000352cu, 0x0000352bu, 0x00040071u, 0x00000006u, 0x0000352du, 0x0000352cu, - 0x000500c2u, 0x00000006u, 0x0000352fu, 0x0000352du, 0x0000023bu, 0x000500c7u, 0x00000006u, 0x00003530u, - 0x0000352fu, 0x00001009u, 0x00050080u, 0x00000006u, 0x00003532u, 0x00003530u, 0x00002fd7u, 0x000500c6u, - 0x00000006u, 0x00003535u, 0x00003532u, 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x00003538u, 0x00000f69u, - 0x00003535u, 0x00080041u, 0x00000694u, 0x00003539u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00003538u, 0x0004003du, 0x00000011u, 0x0000353au, 0x00003539u, 0x00040071u, 0x00000006u, 0x0000353bu, - 0x0000353au, 0x000300f7u, 0x00003543u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x0000353du, 0x00003540u, - 0x000200f8u, 0x00003540u, 0x00060050u, 0x0000030eu, 0x0000355fu, 0x0000353bu, 0x0000353bu, 0x0000353bu, - 0x000500c2u, 0x0000030eu, 0x00003560u, 0x0000355fu, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00003562u, - 0x00003560u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003565u, 0x00003562u, 0x0000b42fu, 0x000500c2u, - 0x0000030eu, 0x00003568u, 0x00003562u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00003569u, 0x00003565u, - 0x00003568u, 0x000500c7u, 0x00000006u, 0x0000356bu, 0x0000353bu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x0000356cu, 0x0000356bu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000356eu, 0x00003569u, 0x0004007cu, - 0x000004b8u, 0x0000356fu, 0x0000356eu, 0x00040071u, 0x00000011u, 0x00003571u, 0x0000356cu, 0x0004007cu, - 0x00000012u, 0x00003572u, 0x00003571u, 0x00050051u, 0x00000012u, 0x00003573u, 0x0000356fu, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00003574u, 0x0000356fu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003575u, - 0x0000356fu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003576u, 0x00003573u, 0x00003574u, 0x00003575u, - 0x00003572u, 0x000200f9u, 0x00003543u, 0x000200f8u, 0x0000353du, 0x000500c2u, 0x00000006u, 0x0000354au, - 0x0000353bu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000354cu, 0x0000353bu, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x0000354eu, 0x0000354au, 0x0004007cu, 0x00000012u, 0x0000354fu, 0x0000354eu, 0x00040071u, - 0x00000011u, 0x00003557u, 0x0000354cu, 0x0004007cu, 0x00000012u, 0x00003558u, 0x00003557u, 0x00070050u, - 0x00000013u, 0x00003559u, 0x0000354fu, 0x0000354fu, 0x0000354fu, 0x00003558u, 0x000200f9u, 0x00003543u, - 0x000200f8u, 0x00003543u, 0x000700f5u, 0x00000013u, 0x000076feu, 0x00003559u, 0x0000353du, 0x00003576u, - 0x00003540u, 0x000300f7u, 0x00002ff1u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00002fdeu, 0x00002ff1u, - 0x000200f8u, 0x00002fdeu, 0x00050050u, 0x000000efu, 0x00002fe1u, 0x000076deu, 0x00002f9au, 0x0004007cu, - 0x000000b0u, 0x00002fe2u, 0x00002fe1u, 0x0003003eu, 0x00002e56u, 0x00002fe2u, 0x00050041u, 0x00000007u, - 0x00003584u, 0x00002e56u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00003585u, 0x00003584u, 0x00050084u, - 0x00000006u, 0x00003586u, 0x00002de3u, 0x00003585u, 0x00050080u, 0x00000006u, 0x00003587u, 0x00002de1u, - 0x00003586u, 0x00050041u, 0x00000007u, 0x00003588u, 0x00002e56u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00003589u, 0x00003588u, 0x00050084u, 0x00000006u, 0x0000358au, 0x00003589u, 0x00000388u, 0x00050080u, - 0x00000006u, 0x0000358cu, 0x00003587u, 0x0000358au, 0x000500c7u, 0x00000006u, 0x0000358eu, 0x0000358cu, - 0x00000f38u, 0x000500c2u, 0x00000006u, 0x00003590u, 0x0000358eu, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00003592u, 0x00003584u, 0x000500c7u, 0x00000006u, 0x00003593u, 0x00003592u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00003594u, 0x00003593u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003596u, 0x00003590u, - 0x00003594u, 0x000500c6u, 0x00000006u, 0x00003598u, 0x00003596u, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x0000359bu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003598u, 0x0004003du, 0x00000011u, - 0x0000359cu, 0x0000359bu, 0x00040071u, 0x00000006u, 0x0000359du, 0x0000359cu, 0x000500c2u, 0x00000006u, - 0x0000359fu, 0x0000359du, 0x0000023bu, 0x000500c7u, 0x00000006u, 0x000035a0u, 0x0000359fu, 0x00001009u, - 0x00050080u, 0x00000006u, 0x000035a2u, 0x000035a0u, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x000035a5u, - 0x000035a2u, 0x00002fcdu, 0x000500c5u, 0x00000006u, 0x000035a8u, 0x00000f69u, 0x000035a5u, 0x00080041u, - 0x00000694u, 0x000035a9u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000035a8u, 0x0004003du, - 0x00000011u, 0x000035aau, 0x000035a9u, 0x00040071u, 0x00000006u, 0x000035abu, 0x000035aau, 0x000300f7u, - 0x000035b3u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x000035adu, 0x000035b0u, 0x000200f8u, 0x000035b0u, - 0x00060050u, 0x0000030eu, 0x000035cfu, 0x000035abu, 0x000035abu, 0x000035abu, 0x000500c2u, 0x0000030eu, - 0x000035d0u, 0x000035cfu, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x000035d2u, 0x000035d0u, 0x0000b42eu, - 0x000500c4u, 0x0000030eu, 0x000035d5u, 0x000035d2u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x000035d8u, - 0x000035d2u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x000035d9u, 0x000035d5u, 0x000035d8u, 0x000500c7u, - 0x00000006u, 0x000035dbu, 0x000035abu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000035dcu, 0x000035dbu, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000035deu, 0x000035d9u, 0x0004007cu, 0x000004b8u, 0x000035dfu, - 0x000035deu, 0x00040071u, 0x00000011u, 0x000035e1u, 0x000035dcu, 0x0004007cu, 0x00000012u, 0x000035e2u, - 0x000035e1u, 0x00050051u, 0x00000012u, 0x000035e3u, 0x000035dfu, 0x00000000u, 0x00050051u, 0x00000012u, - 0x000035e4u, 0x000035dfu, 0x00000001u, 0x00050051u, 0x00000012u, 0x000035e5u, 0x000035dfu, 0x00000002u, - 0x00070050u, 0x00000013u, 0x000035e6u, 0x000035e3u, 0x000035e4u, 0x000035e5u, 0x000035e2u, 0x000200f9u, - 0x000035b3u, 0x000200f8u, 0x000035adu, 0x000500c2u, 0x00000006u, 0x000035bau, 0x000035abu, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x000035bcu, 0x000035abu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000035beu, - 0x000035bau, 0x0004007cu, 0x00000012u, 0x000035bfu, 0x000035beu, 0x00040071u, 0x00000011u, 0x000035c7u, - 0x000035bcu, 0x0004007cu, 0x00000012u, 0x000035c8u, 0x000035c7u, 0x00070050u, 0x00000013u, 0x000035c9u, - 0x000035bfu, 0x000035bfu, 0x000035bfu, 0x000035c8u, 0x000200f9u, 0x000035b3u, 0x000200f8u, 0x000035b3u, - 0x000700f5u, 0x00000013u, 0x00007700u, 0x000035c9u, 0x000035adu, 0x000035e6u, 0x000035b0u, 0x00050050u, - 0x000000efu, 0x00002feau, 0x000076dau, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00002febu, 0x00002feau, - 0x0003003eu, 0x00002e5cu, 0x00002febu, 0x00050041u, 0x00000007u, 0x000035f4u, 0x00002e5cu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x000035f5u, 0x000035f4u, 0x00050084u, 0x00000006u, 0x000035f6u, 0x00002de3u, - 0x000035f5u, 0x00050080u, 0x00000006u, 0x000035f7u, 0x00002de1u, 0x000035f6u, 0x00050041u, 0x00000007u, - 0x000035f8u, 0x00002e5cu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000035f9u, 0x000035f8u, 0x00050084u, - 0x00000006u, 0x000035fau, 0x000035f9u, 0x00000388u, 0x00050080u, 0x00000006u, 0x000035fcu, 0x000035f7u, - 0x000035fau, 0x000500c7u, 0x00000006u, 0x000035feu, 0x000035fcu, 0x00000f38u, 0x000500c2u, 0x00000006u, - 0x00003600u, 0x000035feu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003602u, 0x000035f4u, 0x000500c7u, - 0x00000006u, 0x00003603u, 0x00003602u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003604u, 0x00003603u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003606u, 0x00003600u, 0x00003604u, 0x000500c6u, 0x00000006u, - 0x00003608u, 0x00003606u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000360bu, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00003608u, 0x0004003du, 0x00000011u, 0x0000360cu, 0x0000360bu, 0x00040071u, - 0x00000006u, 0x0000360du, 0x0000360cu, 0x000500c2u, 0x00000006u, 0x0000360fu, 0x0000360du, 0x0000023bu, - 0x000500c7u, 0x00000006u, 0x00003610u, 0x0000360fu, 0x00001009u, 0x00050080u, 0x00000006u, 0x00003612u, - 0x00003610u, 0x00000388u, 0x000500c6u, 0x00000006u, 0x00003615u, 0x00003612u, 0x00002fcdu, 0x000500c5u, - 0x00000006u, 0x00003618u, 0x00000f69u, 0x00003615u, 0x00080041u, 0x00000694u, 0x00003619u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003618u, 0x0004003du, 0x00000011u, 0x0000361au, 0x00003619u, - 0x00040071u, 0x00000006u, 0x0000361bu, 0x0000361au, 0x000300f7u, 0x00003623u, 0x00000000u, 0x000400fau, - 0x000022f4u, 0x0000361du, 0x00003620u, 0x000200f8u, 0x00003620u, 0x00060050u, 0x0000030eu, 0x0000363fu, - 0x0000361bu, 0x0000361bu, 0x0000361bu, 0x000500c2u, 0x0000030eu, 0x00003640u, 0x0000363fu, 0x00000e41u, - 0x000500c7u, 0x0000030eu, 0x00003642u, 0x00003640u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00003645u, - 0x00003642u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x00003648u, 0x00003642u, 0x0000b430u, 0x000500c5u, - 0x0000030eu, 0x00003649u, 0x00003645u, 0x00003648u, 0x000500c7u, 0x00000006u, 0x0000364bu, 0x0000361bu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000364cu, 0x0000364bu, 0x000006c5u, 0x00040071u, 0x000004bcu, - 0x0000364eu, 0x00003649u, 0x0004007cu, 0x000004b8u, 0x0000364fu, 0x0000364eu, 0x00040071u, 0x00000011u, - 0x00003651u, 0x0000364cu, 0x0004007cu, 0x00000012u, 0x00003652u, 0x00003651u, 0x00050051u, 0x00000012u, - 0x00003653u, 0x0000364fu, 0x00000000u, 0x00050051u, 0x00000012u, 0x00003654u, 0x0000364fu, 0x00000001u, - 0x00050051u, 0x00000012u, 0x00003655u, 0x0000364fu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003656u, - 0x00003653u, 0x00003654u, 0x00003655u, 0x00003652u, 0x000200f9u, 0x00003623u, 0x000200f8u, 0x0000361du, - 0x000500c2u, 0x00000006u, 0x0000362au, 0x0000361bu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000362cu, - 0x0000361bu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000362eu, 0x0000362au, 0x0004007cu, 0x00000012u, - 0x0000362fu, 0x0000362eu, 0x00040071u, 0x00000011u, 0x00003637u, 0x0000362cu, 0x0004007cu, 0x00000012u, - 0x00003638u, 0x00003637u, 0x00070050u, 0x00000013u, 0x00003639u, 0x0000362fu, 0x0000362fu, 0x0000362fu, - 0x00003638u, 0x000200f9u, 0x00003623u, 0x000200f8u, 0x00003623u, 0x000700f5u, 0x00000013u, 0x00007701u, - 0x00003639u, 0x0000361du, 0x00003656u, 0x00003620u, 0x000200f9u, 0x00002ff1u, 0x000200f8u, 0x00002ff1u, - 0x000700f5u, 0x00000013u, 0x00007884u, 0x00007853u, 0x00003543u, 0x00007701u, 0x00003623u, 0x000700f5u, - 0x00000013u, 0x00007805u, 0x000077d4u, 0x00003543u, 0x00007700u, 0x00003623u, 0x000300f7u, 0x00002ffdu, - 0x00000000u, 0x000400fau, 0x00002fa6u, 0x00002ff3u, 0x00002ffdu, 0x000200f8u, 0x00002ff3u, 0x00050050u, - 0x000000efu, 0x00002ff6u, 0x000076deu, 0x00002f9cu, 0x0004007cu, 0x000000b0u, 0x00002ff7u, 0x00002ff6u, - 0x0003003eu, 0x00002e62u, 0x00002ff7u, 0x00050041u, 0x00000007u, 0x00003664u, 0x00002e62u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00003665u, 0x00003664u, 0x00050084u, 0x00000006u, 0x00003666u, 0x00002de3u, - 0x00003665u, 0x00050080u, 0x00000006u, 0x00003667u, 0x00002de1u, 0x00003666u, 0x00050041u, 0x00000007u, - 0x00003668u, 0x00002e62u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00003669u, 0x00003668u, 0x00050084u, - 0x00000006u, 0x0000366au, 0x00003669u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000366cu, 0x00003667u, - 0x0000366au, 0x000500c7u, 0x00000006u, 0x0000366eu, 0x0000366cu, 0x00000f38u, 0x000500c2u, 0x00000006u, - 0x00003670u, 0x0000366eu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00003672u, 0x00003664u, 0x000500c7u, - 0x00000006u, 0x00003673u, 0x00003672u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00003674u, 0x00003673u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00003676u, 0x00003670u, 0x00003674u, 0x000500c6u, 0x00000006u, - 0x00003678u, 0x00003676u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000367bu, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00003678u, 0x0004003du, 0x00000011u, 0x0000367cu, 0x0000367bu, 0x00040071u, - 0x00000006u, 0x0000367du, 0x0000367cu, 0x000500c2u, 0x00000006u, 0x0000367fu, 0x0000367du, 0x0000023bu, - 0x000500c7u, 0x00000006u, 0x00003680u, 0x0000367fu, 0x00001009u, 0x00050080u, 0x00000006u, 0x00003682u, - 0x00003680u, 0x00000466u, 0x000500c6u, 0x00000006u, 0x00003685u, 0x00003682u, 0x00002fcdu, 0x000500c5u, - 0x00000006u, 0x00003688u, 0x00000f69u, 0x00003685u, 0x00080041u, 0x00000694u, 0x00003689u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00003688u, 0x0004003du, 0x00000011u, 0x0000368au, 0x00003689u, - 0x00040071u, 0x00000006u, 0x0000368bu, 0x0000368au, 0x000300f7u, 0x00003693u, 0x00000000u, 0x000400fau, - 0x000022f4u, 0x0000368du, 0x00003690u, 0x000200f8u, 0x00003690u, 0x00060050u, 0x0000030eu, 0x000036afu, - 0x0000368bu, 0x0000368bu, 0x0000368bu, 0x000500c2u, 0x0000030eu, 0x000036b0u, 0x000036afu, 0x00000e41u, - 0x000500c7u, 0x0000030eu, 0x000036b2u, 0x000036b0u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x000036b5u, - 0x000036b2u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x000036b8u, 0x000036b2u, 0x0000b430u, 0x000500c5u, - 0x0000030eu, 0x000036b9u, 0x000036b5u, 0x000036b8u, 0x000500c7u, 0x00000006u, 0x000036bbu, 0x0000368bu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000036bcu, 0x000036bbu, 0x000006c5u, 0x00040071u, 0x000004bcu, - 0x000036beu, 0x000036b9u, 0x0004007cu, 0x000004b8u, 0x000036bfu, 0x000036beu, 0x00040071u, 0x00000011u, - 0x000036c1u, 0x000036bcu, 0x0004007cu, 0x00000012u, 0x000036c2u, 0x000036c1u, 0x00050051u, 0x00000012u, - 0x000036c3u, 0x000036bfu, 0x00000000u, 0x00050051u, 0x00000012u, 0x000036c4u, 0x000036bfu, 0x00000001u, - 0x00050051u, 0x00000012u, 0x000036c5u, 0x000036bfu, 0x00000002u, 0x00070050u, 0x00000013u, 0x000036c6u, - 0x000036c3u, 0x000036c4u, 0x000036c5u, 0x000036c2u, 0x000200f9u, 0x00003693u, 0x000200f8u, 0x0000368du, - 0x000500c2u, 0x00000006u, 0x0000369au, 0x0000368bu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000369cu, - 0x0000368bu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000369eu, 0x0000369au, 0x0004007cu, 0x00000012u, - 0x0000369fu, 0x0000369eu, 0x00040071u, 0x00000011u, 0x000036a7u, 0x0000369cu, 0x0004007cu, 0x00000012u, - 0x000036a8u, 0x000036a7u, 0x00070050u, 0x00000013u, 0x000036a9u, 0x0000369fu, 0x0000369fu, 0x0000369fu, - 0x000036a8u, 0x000200f9u, 0x00003693u, 0x000200f8u, 0x00003693u, 0x000700f5u, 0x00000013u, 0x00007702u, - 0x000036a9u, 0x0000368du, 0x000036c6u, 0x00003690u, 0x000200f9u, 0x00002ffdu, 0x000200f8u, 0x00002ffdu, - 0x000700f5u, 0x00000013u, 0x000078fdu, 0x000078cdu, 0x00002ff1u, 0x00007702u, 0x00003693u, 0x000200f9u, - 0x00003062u, 0x000200f8u, 0x00003062u, 0x000900f5u, 0x00000013u, 0x000078fcu, 0x000078fdu, 0x00002ffdu, - 0x00007903u, 0x00003035u, 0x00007908u, 0x00003061u, 0x000900f5u, 0x00000013u, 0x00007882u, 0x00007884u, - 0x00002ffdu, 0x00007889u, 0x00003035u, 0x0000788du, 0x00003061u, 0x000900f5u, 0x00000013u, 0x00007803u, - 0x00007805u, 0x00002ffdu, 0x0000780bu, 0x00003035u, 0x00007810u, 0x00003061u, 0x000900f5u, 0x00000013u, - 0x0000774eu, 0x000076feu, 0x00002ffdu, 0x000076f9u, 0x00003035u, 0x000076f3u, 0x00003061u, 0x000200f9u, - 0x00003063u, 0x000200f8u, 0x00003063u, 0x000700f5u, 0x00000013u, 0x000078b3u, 0x000078cdu, 0x00002fc3u, - 0x000078fcu, 0x00003062u, 0x000700f5u, 0x00000013u, 0x00007839u, 0x00007853u, 0x00002fc3u, 0x00007882u, - 0x00003062u, 0x000700f5u, 0x00000013u, 0x000077bau, 0x000077d4u, 0x00002fc3u, 0x00007803u, 0x00003062u, - 0x000700f5u, 0x00000013u, 0x00007704u, 0x0000771eu, 0x00002fc3u, 0x0000774eu, 0x00003062u, 0x000200f9u, - 0x0000328au, 0x000200f8u, 0x0000328au, 0x000700f5u, 0x00000013u, 0x000078b2u, 0x000078b3u, 0x00003063u, - 0x0000790du, 0x00003289u, 0x000700f5u, 0x00000013u, 0x00007838u, 0x00007839u, 0x00003063u, 0x00007890u, - 0x00003289u, 0x000700f5u, 0x00000013u, 0x000077b9u, 0x000077bau, 0x00003063u, 0x00007814u, 0x00003289u, - 0x000700f5u, 0x00000013u, 0x00007703u, 0x00007704u, 0x00003063u, 0x0000775eu, 0x00003289u, 0x000300f7u, - 0x00003416u, 0x00000000u, 0x000400fau, 0x00002faeu, 0x00003367u, 0x000033dau, 0x000200f8u, 0x000033dau, - 0x000300f7u, 0x00003415u, 0x00000000u, 0x000400fau, 0x00002fa6u, 0x000033dcu, 0x000033e8u, 0x000200f8u, - 0x000033e8u, 0x000500a7u, 0x00000069u, 0x000033ebu, 0x00002333u, 0x000022f7u, 0x000300f7u, 0x00003414u, - 0x00000000u, 0x000400fau, 0x000033ebu, 0x000033ecu, 0x00003412u, 0x000200f8u, 0x00003412u, 0x000200f9u, - 0x00003414u, 0x000200f8u, 0x000033ecu, 0x000300f7u, 0x000033f6u, 0x00000000u, 0x000400fau, 0x00002fb0u, - 0x000033efu, 0x000033f4u, 0x000200f8u, 0x000033f4u, 0x0004003du, 0x000000efu, 0x000033f5u, 0x00002e00u, - 0x000200f9u, 0x000033f6u, 0x000200f8u, 0x000033efu, 0x0004003du, 0x000000efu, 0x000033f0u, 0x00002e00u, - 0x0007004fu, 0x000000efu, 0x000033f1u, 0x000033f0u, 0x000033f0u, 0x00000001u, 0x00000000u, 0x00050082u, - 0x000000efu, 0x000033f3u, 0x0000b434u, 0x000033f1u, 0x000200f9u, 0x000033f6u, 0x000200f8u, 0x000033f6u, - 0x000700f5u, 0x000000efu, 0x000077b7u, 0x000033f3u, 0x000033efu, 0x000033f5u, 0x000033f4u, 0x00040072u, - 0x000001aeu, 0x000033f8u, 0x000077b7u, 0x0003003eu, 0x00002f46u, 0x000033f8u, 0x00050082u, 0x00000013u, - 0x000033fbu, 0x000077b9u, 0x00007703u, 0x00050041u, 0x000001cbu, 0x000033fcu, 0x00002f46u, 0x0000032fu, - 0x0004003du, 0x00000012u, 0x000033fdu, 0x000033fcu, 0x00070050u, 0x00000013u, 0x000033feu, 0x000033fdu, - 0x000033fdu, 0x000033fdu, 0x000033fdu, 0x00050084u, 0x00000013u, 0x000033ffu, 0x000033fbu, 0x000033feu, - 0x00050082u, 0x00000013u, 0x00003402u, 0x00007838u, 0x00007703u, 0x00050041u, 0x000001cbu, 0x00003403u, - 0x00002f46u, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00003404u, 0x00003403u, 0x00070050u, 0x00000013u, - 0x00003405u, 0x00003404u, 0x00003404u, 0x00003404u, 0x00003404u, 0x00050084u, 0x00000013u, 0x00003406u, - 0x00003402u, 0x00003405u, 0x00050080u, 0x00000013u, 0x00003408u, 0x000033ffu, 0x00003406u, 0x00050080u, - 0x00000013u, 0x0000340bu, 0x00003408u, 0x0000b435u, 0x000500c3u, 0x00000013u, 0x0000340eu, 0x0000340bu, - 0x0000b436u, 0x00050080u, 0x00000013u, 0x00003411u, 0x0000340eu, 0x00007703u, 0x000200f9u, 0x00003414u, - 0x000200f8u, 0x00003414u, 0x000700f5u, 0x00000013u, 0x0000796eu, 0x00003411u, 0x000033f6u, 0x00007703u, - 0x00003412u, 0x000200f9u, 0x00003415u, 0x000200f8u, 0x000033dcu, 0x00050080u, 0x00000013u, 0x000033dfu, - 0x00007703u, 0x00007838u, 0x00050080u, 0x00000013u, 0x000033e1u, 0x000033dfu, 0x000077b9u, 0x00050080u, - 0x00000013u, 0x000033e3u, 0x000033e1u, 0x000078b2u, 0x00050080u, 0x00000013u, 0x000033e5u, 0x000033e3u, - 0x0000b431u, 0x000500c3u, 0x00000013u, 0x000033e7u, 0x000033e5u, 0x0000b431u, 0x000200f9u, 0x00003415u, - 0x000200f8u, 0x00003415u, 0x000700f5u, 0x00000013u, 0x0000796du, 0x000033e7u, 0x000033dcu, 0x0000796eu, - 0x00003414u, 0x000200f9u, 0x00003416u, 0x000200f8u, 0x00003367u, 0x000300f7u, 0x000033d9u, 0x00000000u, - 0x000400fau, 0x000022f7u, 0x00003369u, 0x000033d7u, 0x000200f8u, 0x000033d7u, 0x000200f9u, 0x000033d9u, - 0x000200f8u, 0x00003369u, 0x000300f7u, 0x000033cfu, 0x00000000u, 0x000400fau, 0x00002333u, 0x0000336bu, - 0x000033b3u, 0x000200f8u, 0x000033b3u, 0x0004003du, 0x00000008u, 0x000033b5u, 0x00002f7bu, 0x0004003du, - 0x00000008u, 0x000033b7u, 0x00002f7du, 0x00050080u, 0x00000008u, 0x000033b8u, 0x000033b5u, 0x000033b7u, - 0x000500afu, 0x00000069u, 0x000033b9u, 0x000033b8u, 0x0000116au, 0x000300f7u, 0x000033c0u, 0x00000000u, - 0x000400fau, 0x000033b9u, 0x000033bau, 0x000033bdu, 0x000200f8u, 0x000033bdu, 0x0007004fu, 0x000001aeu, - 0x000033bfu, 0x00007703u, 0x00007703u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x000033c0u, 0x000200f8u, - 0x000033bau, 0x0007004fu, 0x000001aeu, 0x000033bcu, 0x000078b2u, 0x000078b2u, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x000033c0u, 0x000200f8u, 0x000033c0u, 0x000700f5u, 0x000001aeu, 0x0000792fu, 0x000033bcu, - 0x000033bau, 0x000033bfu, 0x000033bdu, 0x0004003du, 0x00000008u, 0x000033c4u, 0x00002f7du, 0x00050080u, - 0x00000008u, 0x000033c5u, 0x00002fc1u, 0x000033c4u, 0x000500afu, 0x00000069u, 0x000033c6u, 0x000033c5u, - 0x0000116au, 0x000300f7u, 0x000033cdu, 0x00000000u, 0x000400fau, 0x000033c6u, 0x000033c7u, 0x000033cau, - 0x000200f8u, 0x000033cau, 0x0007004fu, 0x000001aeu, 0x000033ccu, 0x00007703u, 0x00007703u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x000033cdu, 0x000200f8u, 0x000033c7u, 0x0007004fu, 0x000001aeu, 0x000033c9u, - 0x000078b2u, 0x000078b2u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000033cdu, 0x000200f8u, 0x000033cdu, - 0x000700f5u, 0x000001aeu, 0x00007932u, 0x000033c9u, 0x000033c7u, 0x000033ccu, 0x000033cau, 0x000200f9u, - 0x000033cfu, 0x000200f8u, 0x0000336bu, 0x0004003du, 0x00000008u, 0x0000336fu, 0x00002f7du, 0x00050050u, - 0x000000efu, 0x00003370u, 0x00002fc1u, 0x0000336fu, 0x000500aau, 0x00000881u, 0x00003371u, 0x00003370u, - 0x00001408u, 0x00050051u, 0x00000069u, 0x00003372u, 0x00003371u, 0x00000000u, 0x00050051u, 0x00000069u, - 0x00003373u, 0x00003371u, 0x00000001u, 0x00060050u, 0x00000365u, 0x00003374u, 0x00002321u, 0x00003372u, - 0x00003373u, 0x0004009bu, 0x00000069u, 0x00003375u, 0x00003374u, 0x000300f7u, 0x00003395u, 0x00000000u, - 0x000400fau, 0x00003375u, 0x00003377u, 0x00003387u, 0x000200f8u, 0x00003387u, 0x0004003du, 0x00000008u, - 0x0000338au, 0x00002f7du, 0x00050050u, 0x000000efu, 0x0000338bu, 0x00002fc1u, 0x0000338au, 0x0007004fu, - 0x000001aeu, 0x0000338du, 0x00007703u, 0x00007703u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, - 0x0000338fu, 0x000077b9u, 0x000077b9u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, 0x00003391u, - 0x00007838u, 0x00007838u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, 0x00003393u, 0x000078b2u, - 0x000078b2u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00002f3du, 0x0000338bu, 0x00050041u, 0x00000046u, - 0x000046eeu, 0x00002f3du, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000046efu, 0x000046eeu, 0x00050041u, - 0x00000046u, 0x000046f0u, 0x00002f3du, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000046f1u, 0x000046f0u, - 0x00050080u, 0x00000008u, 0x000046f2u, 0x000046efu, 0x000046f1u, 0x000500afu, 0x00000069u, 0x000046f4u, - 0x000046f2u, 0x0000116au, 0x00050050u, 0x00000881u, 0x000046f7u, 0x000046f4u, 0x000046f4u, 0x000600a9u, - 0x000001aeu, 0x000046f8u, 0x000046f7u, 0x00003393u, 0x0000338du, 0x000300f7u, 0x00004702u, 0x00000000u, - 0x000400fau, 0x000046f4u, 0x000046fbu, 0x00004700u, 0x000200f8u, 0x00004700u, 0x000200f9u, 0x00004702u, - 0x000200f8u, 0x000046fbu, 0x0007004fu, 0x000000efu, 0x000046fdu, 0x0000338bu, 0x0000338bu, 0x00000001u, - 0x00000000u, 0x00050082u, 0x000000efu, 0x000046ffu, 0x0000b434u, 0x000046fdu, 0x000200f9u, 0x00004702u, - 0x000200f8u, 0x00004702u, 0x000700f5u, 0x000000efu, 0x00007933u, 0x000046ffu, 0x000046fbu, 0x0000338bu, - 0x00004700u, 0x00040072u, 0x000001aeu, 0x00004704u, 0x00007933u, 0x0003003eu, 0x000046e9u, 0x00004704u, - 0x00050082u, 0x000001aeu, 0x00004707u, 0x0000338fu, 0x000046f8u, 0x00050041u, 0x000001cbu, 0x00004708u, - 0x000046e9u, 0x0000032fu, 0x0004003du, 0x00000012u, 0x00004709u, 0x00004708u, 0x00050050u, 0x000001aeu, - 0x0000470au, 0x00004709u, 0x00004709u, 0x00050084u, 0x000001aeu, 0x0000470bu, 0x00004707u, 0x0000470au, - 0x00050082u, 0x000001aeu, 0x0000470eu, 0x00003391u, 0x000046f8u, 0x00050041u, 0x000001cbu, 0x0000470fu, - 0x000046e9u, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00004710u, 0x0000470fu, 0x00050050u, 0x000001aeu, - 0x00004711u, 0x00004710u, 0x00004710u, 0x00050084u, 0x000001aeu, 0x00004712u, 0x0000470eu, 0x00004711u, - 0x00050080u, 0x000001aeu, 0x00004714u, 0x0000470bu, 0x00004712u, 0x00050080u, 0x000001aeu, 0x00004717u, - 0x00004714u, 0x0000b437u, 0x000500c3u, 0x000001aeu, 0x0000471au, 0x00004717u, 0x0000b438u, 0x00050080u, - 0x000001aeu, 0x0000471du, 0x0000471au, 0x000046f8u, 0x000200f9u, 0x00003395u, 0x000200f8u, 0x00003377u, - 0x0007004fu, 0x000001aeu, 0x00003379u, 0x00007703u, 0x00007703u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x000001aeu, 0x0000337bu, 0x000077b9u, 0x000077b9u, 0x00000000u, 0x00000001u, 0x00050080u, 0x000001aeu, - 0x0000337cu, 0x00003379u, 0x0000337bu, 0x0007004fu, 0x000001aeu, 0x0000337eu, 0x000078b2u, 0x000078b2u, - 0x00000000u, 0x00000001u, 0x00050080u, 0x000001aeu, 0x0000337fu, 0x0000337cu, 0x0000337eu, 0x0007004fu, - 0x000001aeu, 0x00003381u, 0x00007838u, 0x00007838u, 0x00000000u, 0x00000001u, 0x00050080u, 0x000001aeu, - 0x00003382u, 0x0000337fu, 0x00003381u, 0x00050080u, 0x000001aeu, 0x00003384u, 0x00003382u, 0x0000b433u, - 0x000500c3u, 0x000001aeu, 0x00003386u, 0x00003384u, 0x0000b433u, 0x000200f9u, 0x00003395u, 0x000200f8u, - 0x00003395u, 0x000700f5u, 0x000001aeu, 0x0000793fu, 0x00003386u, 0x00003377u, 0x0000471du, 0x00004702u, - 0x000300f7u, 0x000033b2u, 0x00000000u, 0x000400fau, 0x00002fa6u, 0x00003397u, 0x000033a7u, 0x000200f8u, - 0x000033a7u, 0x0007004fu, 0x000001aeu, 0x000033a9u, 0x00007703u, 0x00007703u, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x000001aeu, 0x000033abu, 0x000077b9u, 0x000077b9u, 0x00000002u, 0x00000003u, 0x0007004fu, - 0x000001aeu, 0x000033adu, 0x00007838u, 0x00007838u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x000001aeu, - 0x000033afu, 0x000078b2u, 0x000078b2u, 0x00000002u, 0x00000003u, 0x0004003du, 0x000000efu, 0x000033b0u, - 0x00002e00u, 0x0003003eu, 0x00002f43u, 0x000033b0u, 0x00050041u, 0x00000046u, 0x00004726u, 0x00002f43u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004727u, 0x00004726u, 0x00050041u, 0x00000046u, 0x00004728u, - 0x00002f43u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004729u, 0x00004728u, 0x00050080u, 0x00000008u, - 0x0000472au, 0x00004727u, 0x00004729u, 0x000500afu, 0x00000069u, 0x0000472cu, 0x0000472au, 0x0000116au, - 0x00050050u, 0x00000881u, 0x0000472fu, 0x0000472cu, 0x0000472cu, 0x000600a9u, 0x000001aeu, 0x00004730u, - 0x0000472fu, 0x000033afu, 0x000033a9u, 0x000300f7u, 0x0000473au, 0x00000000u, 0x000400fau, 0x0000472cu, - 0x00004733u, 0x00004738u, 0x000200f8u, 0x00004738u, 0x000200f9u, 0x0000473au, 0x000200f8u, 0x00004733u, - 0x0007004fu, 0x000000efu, 0x00004735u, 0x000033b0u, 0x000033b0u, 0x00000001u, 0x00000000u, 0x00050082u, - 0x000000efu, 0x00004737u, 0x0000b434u, 0x00004735u, 0x000200f9u, 0x0000473au, 0x000200f8u, 0x0000473au, - 0x000700f5u, 0x000000efu, 0x0000793cu, 0x00004737u, 0x00004733u, 0x000033b0u, 0x00004738u, 0x00040072u, - 0x000001aeu, 0x0000473cu, 0x0000793cu, 0x0003003eu, 0x00004721u, 0x0000473cu, 0x00050082u, 0x000001aeu, - 0x0000473fu, 0x000033abu, 0x00004730u, 0x00050041u, 0x000001cbu, 0x00004740u, 0x00004721u, 0x0000032fu, - 0x0004003du, 0x00000012u, 0x00004741u, 0x00004740u, 0x00050050u, 0x000001aeu, 0x00004742u, 0x00004741u, - 0x00004741u, 0x00050084u, 0x000001aeu, 0x00004743u, 0x0000473fu, 0x00004742u, 0x00050082u, 0x000001aeu, - 0x00004746u, 0x000033adu, 0x00004730u, 0x00050041u, 0x000001cbu, 0x00004747u, 0x00004721u, 0x0000045eu, - 0x0004003du, 0x00000012u, 0x00004748u, 0x00004747u, 0x00050050u, 0x000001aeu, 0x00004749u, 0x00004748u, - 0x00004748u, 0x00050084u, 0x000001aeu, 0x0000474au, 0x00004746u, 0x00004749u, 0x00050080u, 0x000001aeu, - 0x0000474cu, 0x00004743u, 0x0000474au, 0x00050080u, 0x000001aeu, 0x0000474fu, 0x0000474cu, 0x0000b437u, - 0x000500c3u, 0x000001aeu, 0x00004752u, 0x0000474fu, 0x0000b438u, 0x00050080u, 0x000001aeu, 0x00004755u, - 0x00004752u, 0x00004730u, 0x000200f9u, 0x000033b2u, 0x000200f8u, 0x00003397u, 0x0007004fu, 0x000001aeu, - 0x00003399u, 0x00007703u, 0x00007703u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x000001aeu, 0x0000339bu, - 0x000077b9u, 0x000077b9u, 0x00000002u, 0x00000003u, 0x00050080u, 0x000001aeu, 0x0000339cu, 0x00003399u, - 0x0000339bu, 0x0007004fu, 0x000001aeu, 0x0000339eu, 0x000078b2u, 0x000078b2u, 0x00000002u, 0x00000003u, - 0x00050080u, 0x000001aeu, 0x0000339fu, 0x0000339cu, 0x0000339eu, 0x0007004fu, 0x000001aeu, 0x000033a1u, - 0x00007838u, 0x00007838u, 0x00000002u, 0x00000003u, 0x00050080u, 0x000001aeu, 0x000033a2u, 0x0000339fu, - 0x000033a1u, 0x00050080u, 0x000001aeu, 0x000033a4u, 0x000033a2u, 0x0000b433u, 0x000500c3u, 0x000001aeu, - 0x000033a6u, 0x000033a4u, 0x0000b433u, 0x000200f9u, 0x000033b2u, 0x000200f8u, 0x000033b2u, 0x000700f5u, - 0x000001aeu, 0x00007942u, 0x000033a6u, 0x00003397u, 0x00004755u, 0x0000473au, 0x000200f9u, 0x000033cfu, - 0x000200f8u, 0x000033cfu, 0x000700f5u, 0x000001aeu, 0x00007941u, 0x00007942u, 0x000033b2u, 0x0000792fu, - 0x000033cdu, 0x000700f5u, 0x000001aeu, 0x0000793du, 0x0000793fu, 0x000033b2u, 0x00007932u, 0x000033cdu, - 0x00050051u, 0x00000012u, 0x000033d2u, 0x0000793du, 0x00000000u, 0x00050051u, 0x00000012u, 0x000033d3u, - 0x0000793du, 0x00000001u, 0x00050051u, 0x00000012u, 0x000033d4u, 0x00007941u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x000033d5u, 0x00007941u, 0x00000001u, 0x00070050u, 0x00000013u, 0x000033d6u, 0x000033d2u, - 0x000033d3u, 0x000033d4u, 0x000033d5u, 0x000200f9u, 0x000033d9u, 0x000200f8u, 0x000033d9u, 0x000700f5u, - 0x00000013u, 0x0000796cu, 0x000033d6u, 0x000033cfu, 0x00007703u, 0x000033d7u, 0x000200f9u, 0x00003416u, - 0x000200f8u, 0x00003416u, 0x000700f5u, 0x00000013u, 0x0000796bu, 0x0000796cu, 0x000033d9u, 0x0000796du, - 0x00003415u, 0x000400a8u, 0x00000069u, 0x00003419u, 0x00002333u, 0x000500a7u, 0x00000069u, 0x0000341cu, - 0x00003419u, 0x0000055bu, 0x000300f7u, 0x00003421u, 0x00000000u, 0x000400fau, 0x0000341cu, 0x0000341du, - 0x00003421u, 0x000200f8u, 0x0000341du, 0x0003003eu, 0x00002f49u, 0x00002aadu, 0x00040072u, 0x00000009u, - 0x0000475fu, 0x0000796bu, 0x000600cau, 0x00000009u, 0x00004760u, 0x0000475fu, 0x00000222u, 0x00000262u, - 0x0003003eu, 0x00004757u, 0x00004760u, 0x00050041u, 0x00000046u, 0x00004761u, 0x00004757u, 0x00000388u, - 0x0004003du, 0x00000008u, 0x00004762u, 0x00004761u, 0x00050041u, 0x000001cbu, 0x00004763u, 0x00002f49u, - 0x0000032fu, 0x0004003du, 0x00000012u, 0x00004764u, 0x00004763u, 0x00040072u, 0x00000008u, 0x00004765u, - 0x00004764u, 0x00050041u, 0x00000046u, 0x00004766u, 0x00004757u, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x00004767u, 0x00004766u, 0x00050084u, 0x00000008u, 0x00004768u, 0x00004765u, 0x00004767u, 0x00050080u, - 0x00000008u, 0x00004769u, 0x00004768u, 0x00000b0eu, 0x000500c3u, 0x00000008u, 0x0000476au, 0x00004769u, - 0x0000025fu, 0x00050080u, 0x00000008u, 0x0000476bu, 0x00004762u, 0x0000476au, 0x0004003du, 0x00000008u, - 0x0000476du, 0x00004761u, 0x00050041u, 0x000001cbu, 0x0000476eu, 0x00002f49u, 0x0000045eu, 0x0004003du, - 0x00000012u, 0x0000476fu, 0x0000476eu, 0x00040072u, 0x00000008u, 0x00004770u, 0x0000476fu, 0x00050041u, - 0x00000046u, 0x00004771u, 0x00004757u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004772u, 0x00004771u, - 0x00050084u, 0x00000008u, 0x00004773u, 0x00004770u, 0x00004772u, 0x00050041u, 0x000001cbu, 0x00004774u, - 0x00002f49u, 0x00000388u, 0x0004003du, 0x00000012u, 0x00004775u, 0x00004774u, 0x00040072u, 0x00000008u, - 0x00004776u, 0x00004775u, 0x0004003du, 0x00000008u, 0x00004778u, 0x00004766u, 0x00050084u, 0x00000008u, - 0x00004779u, 0x00004776u, 0x00004778u, 0x00050080u, 0x00000008u, 0x0000477au, 0x00004773u, 0x00004779u, - 0x00050080u, 0x00000008u, 0x0000477bu, 0x0000477au, 0x00000b0eu, 0x000500c3u, 0x00000008u, 0x0000477cu, - 0x0000477bu, 0x0000025fu, 0x00050080u, 0x00000008u, 0x0000477du, 0x0000476du, 0x0000477cu, 0x0004003du, - 0x00000008u, 0x0000477fu, 0x00004761u, 0x00050041u, 0x000001cbu, 0x00004780u, 0x00002f49u, 0x00000466u, - 0x0004003du, 0x00000012u, 0x00004781u, 0x00004780u, 0x00040072u, 0x00000008u, 0x00004782u, 0x00004781u, - 0x0004003du, 0x00000008u, 0x00004784u, 0x00004771u, 0x00050084u, 0x00000008u, 0x00004785u, 0x00004782u, - 0x00004784u, 0x00050080u, 0x00000008u, 0x00004786u, 0x00004785u, 0x00000b0eu, 0x000500c3u, 0x00000008u, - 0x00004787u, 0x00004786u, 0x0000025fu, 0x00050080u, 0x00000008u, 0x00004788u, 0x0000477fu, 0x00004787u, - 0x0004003du, 0x00000008u, 0x0000478au, 0x00004761u, 0x00040072u, 0x00000012u, 0x0000478cu, 0x0000476bu, - 0x00040072u, 0x00000012u, 0x0000478eu, 0x0000477du, 0x00040072u, 0x00000012u, 0x00004790u, 0x00004788u, - 0x00040072u, 0x00000012u, 0x00004792u, 0x0000478au, 0x00070050u, 0x00000013u, 0x00004793u, 0x0000478cu, - 0x0000478eu, 0x00004790u, 0x00004792u, 0x000200f9u, 0x00003421u, 0x000200f8u, 0x00003421u, 0x000700f5u, - 0x00000013u, 0x0000796fu, 0x0000796bu, 0x00003416u, 0x00004793u, 0x0000341du, 0x000200f9u, 0x0000240du, - 0x000200f8u, 0x0000240du, 0x000700f5u, 0x00000013u, 0x0000abc2u, 0x000078cdu, 0x000023f8u, 0x000078b2u, - 0x00003421u, 0x000700f5u, 0x00000013u, 0x0000aaa3u, 0x00007853u, 0x000023f8u, 0x00007838u, 0x00003421u, - 0x000700f5u, 0x00000013u, 0x0000a984u, 0x000077d4u, 0x000023f8u, 0x000077b9u, 0x00003421u, 0x000700f5u, - 0x00000013u, 0x0000a865u, 0x0000771eu, 0x000023f8u, 0x00007703u, 0x00003421u, 0x000700f5u, 0x00000013u, - 0x00007c61u, 0x00007c6eu, 0x000023f8u, 0x0000796fu, 0x00003421u, 0x000300f7u, 0x00002459u, 0x00000000u, - 0x000400fau, 0x0000232au, 0x0000240fu, 0x00002459u, 0x000200f8u, 0x0000240fu, 0x00050080u, 0x00000008u, - 0x00002418u, 0x000022cau, 0x0000022cu, 0x00050080u, 0x00000008u, 0x00002419u, 0x000022c5u, 0x00002418u, - 0x00070041u, 0x00000694u, 0x0000241au, 0x000002ddu, 0x00000222u, 0x00002419u, 0x0000025fu, 0x0004003du, - 0x00000011u, 0x0000241bu, 0x0000241au, 0x00040071u, 0x00000006u, 0x0000241cu, 0x0000241bu, 0x000500abu, - 0x00000069u, 0x0000241du, 0x0000241cu, 0x0000032fu, 0x00040072u, 0x00000008u, 0x00002420u, 0x0000252du, - 0x000500afu, 0x00000069u, 0x00002421u, 0x00002420u, 0x0000025fu, 0x000600a9u, 0x00000008u, 0x0000b5e9u, - 0x00002347u, 0x0000252bu, 0x00002529u, 0x000500aau, 0x00000069u, 0x0000242cu, 0x000075ecu, 0x0000b5e9u, - 0x000500a7u, 0x00000069u, 0x0000242fu, 0x0000242cu, 0x00002421u, 0x000500a7u, 0x00000069u, 0x00002431u, - 0x0000242fu, 0x0000241du, 0x000300f7u, 0x00002457u, 0x00000000u, 0x000400fau, 0x00002431u, 0x00002432u, - 0x0000244cu, 0x000200f8u, 0x0000244cu, 0x00050084u, 0x00000008u, 0x0000244fu, 0x000023b4u, 0x00000888u, - 0x00050080u, 0x00000008u, 0x00002450u, 0x000023b2u, 0x0000244fu, 0x00060050u, 0x00000044u, 0x0000482fu, - 0x00002450u, 0x00002450u, 0x00002450u, 0x00050084u, 0x00000044u, 0x00004830u, 0x00002b18u, 0x0000482fu, - 0x00050080u, 0x00000044u, 0x00004831u, 0x00002b12u, 0x00004830u, 0x000500c3u, 0x00000044u, 0x00004834u, - 0x00004831u, 0x0000b424u, 0x000300f7u, 0x0000483eu, 0x00000000u, 0x000400fau, 0x00002300u, 0x00004836u, - 0x0000483bu, 0x000200f8u, 0x0000483bu, 0x0007004fu, 0x000000efu, 0x000048c9u, 0x00004834u, 0x00004834u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000483eu, 0x000200f8u, 0x00004836u, 0x0003003eu, 0x00004821u, - 0x00004834u, 0x00050041u, 0x00000046u, 0x0000484bu, 0x00004821u, 0x00000388u, 0x0004003du, 0x00000008u, - 0x0000484cu, 0x0000484bu, 0x000500b3u, 0x00000069u, 0x0000484eu, 0x0000484cu, 0x00000222u, 0x000500c7u, - 0x00000008u, 0x00004850u, 0x0000484cu, 0x00000c28u, 0x0006000cu, 0x00000008u, 0x000048adu, 0x00000001u, - 0x0000004au, 0x00004850u, 0x00050082u, 0x00000008u, 0x000048aeu, 0x00000271u, 0x000048adu, 0x0007000cu, - 0x00000008u, 0x000048afu, 0x00000001u, 0x00000027u, 0x000048aeu, 0x00000271u, 0x000500c4u, 0x00000008u, - 0x000048b2u, 0x00004850u, 0x000048afu, 0x000500c7u, 0x00000008u, 0x000048b3u, 0x000048b2u, 0x00000b44u, - 0x000500c7u, 0x00000008u, 0x000048b5u, 0x000048b3u, 0x00000360u, 0x000500c3u, 0x00000008u, 0x000048b7u, - 0x000048b3u, 0x0000025fu, 0x0003003eu, 0x000048a8u, 0x00000c08u, 0x00050041u, 0x000001afu, 0x000048b8u, - 0x000048a8u, 0x000048b7u, 0x0004003du, 0x000001aeu, 0x000048b9u, 0x000048b8u, 0x00040072u, 0x000000efu, - 0x000048bau, 0x000048b9u, 0x0003003eu, 0x000048a7u, 0x000048bau, 0x00050041u, 0x00000046u, 0x000048bbu, - 0x000048a7u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000048bcu, 0x000048bbu, 0x00050084u, 0x00000008u, - 0x000048beu, 0x000048bcu, 0x000048b5u, 0x000500c3u, 0x00000008u, 0x000048bfu, 0x000048beu, 0x00000265u, - 0x00050041u, 0x00000046u, 0x000048c0u, 0x000048a7u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000048c1u, - 0x000048c0u, 0x00050080u, 0x00000008u, 0x000048c2u, 0x000048bfu, 0x000048c1u, 0x00050050u, 0x000000efu, - 0x000048c5u, 0x000048c2u, 0x000048afu, 0x0003003eu, 0x00004842u, 0x000048c5u, 0x00050041u, 0x00000046u, - 0x00004853u, 0x00004842u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004854u, 0x00004853u, 0x0007004fu, - 0x000000efu, 0x00004856u, 0x00004834u, 0x00004834u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000046u, - 0x00004857u, 0x00004842u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004858u, 0x00004857u, 0x00050050u, - 0x000000efu, 0x00004859u, 0x00004858u, 0x00004858u, 0x00050084u, 0x000000efu, 0x0000485au, 0x00004856u, - 0x00004859u, 0x0003003eu, 0x00004845u, 0x0000485au, 0x000500c3u, 0x00000008u, 0x0000485cu, 0x00000c3bu, - 0x00004854u, 0x0004007eu, 0x00000008u, 0x0000485du, 0x0000485cu, 0x000500c7u, 0x00000008u, 0x0000485eu, - 0x00000c3au, 0x0000485du, 0x00050050u, 0x000000efu, 0x00004861u, 0x0000485eu, 0x0000485eu, 0x000500c7u, - 0x000000efu, 0x00004862u, 0x0000485au, 0x00004861u, 0x0003003eu, 0x00004847u, 0x00004862u, 0x000500abu, - 0x00000069u, 0x00004864u, 0x00004854u, 0x00000271u, 0x000300f7u, 0x0000486fu, 0x00000000u, 0x000400fau, - 0x00004864u, 0x00004865u, 0x0000486bu, 0x000200f8u, 0x0000486bu, 0x0004003du, 0x000000efu, 0x0000486cu, - 0x00004845u, 0x000500c4u, 0x000000efu, 0x0000486eu, 0x0000486cu, 0x0000b428u, 0x0003003eu, 0x00004848u, - 0x0000486eu, 0x000200f9u, 0x0000486fu, 0x000200f8u, 0x00004865u, 0x0004003du, 0x000000efu, 0x00004866u, - 0x00004845u, 0x00050082u, 0x00000008u, 0x00004868u, 0x0000026eu, 0x00004854u, 0x00050050u, 0x000000efu, - 0x00004869u, 0x00004868u, 0x00004868u, 0x000500c3u, 0x000000efu, 0x0000486au, 0x00004866u, 0x00004869u, - 0x0003003eu, 0x00004845u, 0x0000486au, 0x0003003eu, 0x00004848u, 0x0000486au, 0x000200f9u, 0x0000486fu, - 0x000200f8u, 0x0000486fu, 0x000500abu, 0x00000881u, 0x00004871u, 0x00004862u, 0x00000c54u, 0x0004009au, - 0x00000069u, 0x00004872u, 0x00004871u, 0x000300f7u, 0x0000489eu, 0x00000000u, 0x000400fau, 0x00004872u, - 0x00004873u, 0x0000489eu, 0x000200f8u, 0x00004873u, 0x00050041u, 0x00000046u, 0x00004874u, 0x00004847u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004875u, 0x00004874u, 0x000500abu, 0x00000069u, 0x00004877u, - 0x00004875u, 0x0000485eu, 0x000300f7u, 0x0000487cu, 0x00000000u, 0x000400fau, 0x00004877u, 0x00004878u, - 0x0000487cu, 0x000200f8u, 0x00004878u, 0x0004003du, 0x00000008u, 0x0000487au, 0x00004874u, 0x000500abu, - 0x00000069u, 0x0000487bu, 0x0000487au, 0x00000222u, 0x000200f9u, 0x0000487cu, 0x000200f8u, 0x0000487cu, - 0x000700f5u, 0x00000069u, 0x0000487du, 0x00004877u, 0x00004873u, 0x0000487bu, 0x00004878u, 0x000300f7u, - 0x00004888u, 0x00000000u, 0x000400fau, 0x0000487du, 0x0000487eu, 0x00004888u, 0x000200f8u, 0x0000487eu, - 0x00050041u, 0x00000046u, 0x0000487fu, 0x00004845u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004880u, - 0x0000487fu, 0x000500c7u, 0x00000008u, 0x00004881u, 0x00004880u, 0x00000c3bu, 0x000500aau, 0x00000069u, - 0x00004882u, 0x00004881u, 0x00000222u, 0x000300f7u, 0x00004887u, 0x00000000u, 0x000400fau, 0x00004882u, - 0x00004883u, 0x00004885u, 0x000200f8u, 0x00004885u, 0x00050041u, 0x00000046u, 0x00004886u, 0x00004848u, - 0x0000032fu, 0x0003003eu, 0x00004886u, 0x00000c6du, 0x000200f9u, 0x00004887u, 0x000200f8u, 0x00004883u, - 0x00050041u, 0x00000046u, 0x00004884u, 0x00004848u, 0x0000032fu, 0x0003003eu, 0x00004884u, 0x00000c28u, - 0x000200f9u, 0x00004887u, 0x000200f8u, 0x00004887u, 0x000200f9u, 0x00004888u, 0x000200f8u, 0x00004888u, - 0x00050041u, 0x00000046u, 0x00004889u, 0x00004847u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000488au, - 0x00004889u, 0x000500abu, 0x00000069u, 0x0000488cu, 0x0000488au, 0x0000485eu, 0x000300f7u, 0x00004891u, - 0x00000000u, 0x000400fau, 0x0000488cu, 0x0000488du, 0x00004891u, 0x000200f8u, 0x0000488du, 0x0004003du, - 0x00000008u, 0x0000488fu, 0x00004889u, 0x000500abu, 0x00000069u, 0x00004890u, 0x0000488fu, 0x00000222u, - 0x000200f9u, 0x00004891u, 0x000200f8u, 0x00004891u, 0x000700f5u, 0x00000069u, 0x00004892u, 0x0000488cu, - 0x00004888u, 0x00004890u, 0x0000488du, 0x000300f7u, 0x0000489du, 0x00000000u, 0x000400fau, 0x00004892u, - 0x00004893u, 0x0000489du, 0x000200f8u, 0x00004893u, 0x00050041u, 0x00000046u, 0x00004894u, 0x00004845u, - 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004895u, 0x00004894u, 0x000500c7u, 0x00000008u, 0x00004896u, - 0x00004895u, 0x00000c3bu, 0x000500aau, 0x00000069u, 0x00004897u, 0x00004896u, 0x00000222u, 0x000300f7u, - 0x0000489cu, 0x00000000u, 0x000400fau, 0x00004897u, 0x00004898u, 0x0000489au, 0x000200f8u, 0x0000489au, - 0x00050041u, 0x00000046u, 0x0000489bu, 0x00004848u, 0x0000045eu, 0x0003003eu, 0x0000489bu, 0x00000c6du, - 0x000200f9u, 0x0000489cu, 0x000200f8u, 0x00004898u, 0x00050041u, 0x00000046u, 0x00004899u, 0x00004848u, - 0x0000045eu, 0x0003003eu, 0x00004899u, 0x00000c28u, 0x000200f9u, 0x0000489cu, 0x000200f8u, 0x0000489cu, - 0x000200f9u, 0x0000489du, 0x000200f8u, 0x0000489du, 0x000200f9u, 0x0000489eu, 0x000200f8u, 0x0000489eu, - 0x000300f7u, 0x000048a1u, 0x00000000u, 0x000400fau, 0x0000484eu, 0x000048a0u, 0x000048a1u, 0x000200f8u, - 0x000048a0u, 0x0003003eu, 0x00004848u, 0x00000c87u, 0x000200f9u, 0x000048a1u, 0x000200f8u, 0x000048a1u, - 0x0004003du, 0x000000efu, 0x000048a2u, 0x00004848u, 0x0008000cu, 0x000000efu, 0x000048a3u, 0x00000001u, - 0x0000002du, 0x000048a2u, 0x00000c8au, 0x00000c8bu, 0x000200f9u, 0x0000483eu, 0x000200f8u, 0x0000483eu, - 0x000700f5u, 0x000000efu, 0x00007a8fu, 0x000048a3u, 0x000048a1u, 0x000048c9u, 0x0000483bu, 0x000200f9u, - 0x00002457u, 0x000200f8u, 0x00002432u, 0x00070041u, 0x00001f3cu, 0x0000243du, 0x000002ddu, 0x00000222u, - 0x00002419u, 0x0000022cu, 0x0004003du, 0x00000009u, 0x0000243eu, 0x0000243du, 0x0008004fu, 0x00000044u, - 0x0000243fu, 0x0000243eu, 0x0000243eu, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c3u, 0x00000044u, - 0x00002441u, 0x0000243fu, 0x0000b424u, 0x000300f7u, 0x0000244bu, 0x00000000u, 0x000400fau, 0x00002300u, - 0x00002443u, 0x00002448u, 0x000200f8u, 0x00002448u, 0x0007004fu, 0x000000efu, 0x0000481du, 0x00002441u, - 0x00002441u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000244bu, 0x000200f8u, 0x00002443u, 0x0003003eu, - 0x00002261u, 0x00002441u, 0x00050041u, 0x00000046u, 0x0000479fu, 0x00002261u, 0x00000388u, 0x0004003du, - 0x00000008u, 0x000047a0u, 0x0000479fu, 0x000500b3u, 0x00000069u, 0x000047a2u, 0x000047a0u, 0x00000222u, - 0x000500c7u, 0x00000008u, 0x000047a4u, 0x000047a0u, 0x00000c28u, 0x0006000cu, 0x00000008u, 0x00004801u, - 0x00000001u, 0x0000004au, 0x000047a4u, 0x00050082u, 0x00000008u, 0x00004802u, 0x00000271u, 0x00004801u, - 0x0007000cu, 0x00000008u, 0x00004803u, 0x00000001u, 0x00000027u, 0x00004802u, 0x00000271u, 0x000500c4u, - 0x00000008u, 0x00004806u, 0x000047a4u, 0x00004803u, 0x000500c7u, 0x00000008u, 0x00004807u, 0x00004806u, - 0x00000b44u, 0x000500c7u, 0x00000008u, 0x00004809u, 0x00004807u, 0x00000360u, 0x000500c3u, 0x00000008u, - 0x0000480bu, 0x00004807u, 0x0000025fu, 0x0003003eu, 0x000047fcu, 0x00000c08u, 0x00050041u, 0x000001afu, - 0x0000480cu, 0x000047fcu, 0x0000480bu, 0x0004003du, 0x000001aeu, 0x0000480du, 0x0000480cu, 0x00040072u, - 0x000000efu, 0x0000480eu, 0x0000480du, 0x0003003eu, 0x000047fbu, 0x0000480eu, 0x00050041u, 0x00000046u, - 0x0000480fu, 0x000047fbu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004810u, 0x0000480fu, 0x00050084u, - 0x00000008u, 0x00004812u, 0x00004810u, 0x00004809u, 0x000500c3u, 0x00000008u, 0x00004813u, 0x00004812u, - 0x00000265u, 0x00050041u, 0x00000046u, 0x00004814u, 0x000047fbu, 0x0000032fu, 0x0004003du, 0x00000008u, - 0x00004815u, 0x00004814u, 0x00050080u, 0x00000008u, 0x00004816u, 0x00004813u, 0x00004815u, 0x00050050u, - 0x000000efu, 0x00004819u, 0x00004816u, 0x00004803u, 0x0003003eu, 0x00004796u, 0x00004819u, 0x00050041u, - 0x00000046u, 0x000047a7u, 0x00004796u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000047a8u, 0x000047a7u, - 0x0007004fu, 0x000000efu, 0x000047aau, 0x00002441u, 0x00002441u, 0x00000000u, 0x00000001u, 0x00050041u, - 0x00000046u, 0x000047abu, 0x00004796u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000047acu, 0x000047abu, - 0x00050050u, 0x000000efu, 0x000047adu, 0x000047acu, 0x000047acu, 0x00050084u, 0x000000efu, 0x000047aeu, - 0x000047aau, 0x000047adu, 0x0003003eu, 0x00004799u, 0x000047aeu, 0x000500c3u, 0x00000008u, 0x000047b0u, - 0x00000c3bu, 0x000047a8u, 0x0004007eu, 0x00000008u, 0x000047b1u, 0x000047b0u, 0x000500c7u, 0x00000008u, - 0x000047b2u, 0x00000c3au, 0x000047b1u, 0x00050050u, 0x000000efu, 0x000047b5u, 0x000047b2u, 0x000047b2u, - 0x000500c7u, 0x000000efu, 0x000047b6u, 0x000047aeu, 0x000047b5u, 0x0003003eu, 0x0000479bu, 0x000047b6u, - 0x000500abu, 0x00000069u, 0x000047b8u, 0x000047a8u, 0x00000271u, 0x000300f7u, 0x000047c3u, 0x00000000u, - 0x000400fau, 0x000047b8u, 0x000047b9u, 0x000047bfu, 0x000200f8u, 0x000047bfu, 0x0004003du, 0x000000efu, - 0x000047c0u, 0x00004799u, 0x000500c4u, 0x000000efu, 0x000047c2u, 0x000047c0u, 0x0000b428u, 0x0003003eu, - 0x0000479cu, 0x000047c2u, 0x000200f9u, 0x000047c3u, 0x000200f8u, 0x000047b9u, 0x0004003du, 0x000000efu, - 0x000047bau, 0x00004799u, 0x00050082u, 0x00000008u, 0x000047bcu, 0x0000026eu, 0x000047a8u, 0x00050050u, - 0x000000efu, 0x000047bdu, 0x000047bcu, 0x000047bcu, 0x000500c3u, 0x000000efu, 0x000047beu, 0x000047bau, - 0x000047bdu, 0x0003003eu, 0x00004799u, 0x000047beu, 0x0003003eu, 0x0000479cu, 0x000047beu, 0x000200f9u, - 0x000047c3u, 0x000200f8u, 0x000047c3u, 0x000500abu, 0x00000881u, 0x000047c5u, 0x000047b6u, 0x00000c54u, - 0x0004009au, 0x00000069u, 0x000047c6u, 0x000047c5u, 0x000300f7u, 0x000047f2u, 0x00000000u, 0x000400fau, - 0x000047c6u, 0x000047c7u, 0x000047f2u, 0x000200f8u, 0x000047c7u, 0x00050041u, 0x00000046u, 0x000047c8u, - 0x0000479bu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x000047c9u, 0x000047c8u, 0x000500abu, 0x00000069u, - 0x000047cbu, 0x000047c9u, 0x000047b2u, 0x000300f7u, 0x000047d0u, 0x00000000u, 0x000400fau, 0x000047cbu, - 0x000047ccu, 0x000047d0u, 0x000200f8u, 0x000047ccu, 0x0004003du, 0x00000008u, 0x000047ceu, 0x000047c8u, - 0x000500abu, 0x00000069u, 0x000047cfu, 0x000047ceu, 0x00000222u, 0x000200f9u, 0x000047d0u, 0x000200f8u, - 0x000047d0u, 0x000700f5u, 0x00000069u, 0x000047d1u, 0x000047cbu, 0x000047c7u, 0x000047cfu, 0x000047ccu, - 0x000300f7u, 0x000047dcu, 0x00000000u, 0x000400fau, 0x000047d1u, 0x000047d2u, 0x000047dcu, 0x000200f8u, - 0x000047d2u, 0x00050041u, 0x00000046u, 0x000047d3u, 0x00004799u, 0x0000032fu, 0x0004003du, 0x00000008u, - 0x000047d4u, 0x000047d3u, 0x000500c7u, 0x00000008u, 0x000047d5u, 0x000047d4u, 0x00000c3bu, 0x000500aau, - 0x00000069u, 0x000047d6u, 0x000047d5u, 0x00000222u, 0x000300f7u, 0x000047dbu, 0x00000000u, 0x000400fau, - 0x000047d6u, 0x000047d7u, 0x000047d9u, 0x000200f8u, 0x000047d9u, 0x00050041u, 0x00000046u, 0x000047dau, - 0x0000479cu, 0x0000032fu, 0x0003003eu, 0x000047dau, 0x00000c6du, 0x000200f9u, 0x000047dbu, 0x000200f8u, - 0x000047d7u, 0x00050041u, 0x00000046u, 0x000047d8u, 0x0000479cu, 0x0000032fu, 0x0003003eu, 0x000047d8u, - 0x00000c28u, 0x000200f9u, 0x000047dbu, 0x000200f8u, 0x000047dbu, 0x000200f9u, 0x000047dcu, 0x000200f8u, - 0x000047dcu, 0x00050041u, 0x00000046u, 0x000047ddu, 0x0000479bu, 0x0000045eu, 0x0004003du, 0x00000008u, - 0x000047deu, 0x000047ddu, 0x000500abu, 0x00000069u, 0x000047e0u, 0x000047deu, 0x000047b2u, 0x000300f7u, - 0x000047e5u, 0x00000000u, 0x000400fau, 0x000047e0u, 0x000047e1u, 0x000047e5u, 0x000200f8u, 0x000047e1u, - 0x0004003du, 0x00000008u, 0x000047e3u, 0x000047ddu, 0x000500abu, 0x00000069u, 0x000047e4u, 0x000047e3u, - 0x00000222u, 0x000200f9u, 0x000047e5u, 0x000200f8u, 0x000047e5u, 0x000700f5u, 0x00000069u, 0x000047e6u, - 0x000047e0u, 0x000047dcu, 0x000047e4u, 0x000047e1u, 0x000300f7u, 0x000047f1u, 0x00000000u, 0x000400fau, - 0x000047e6u, 0x000047e7u, 0x000047f1u, 0x000200f8u, 0x000047e7u, 0x00050041u, 0x00000046u, 0x000047e8u, - 0x00004799u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000047e9u, 0x000047e8u, 0x000500c7u, 0x00000008u, - 0x000047eau, 0x000047e9u, 0x00000c3bu, 0x000500aau, 0x00000069u, 0x000047ebu, 0x000047eau, 0x00000222u, - 0x000300f7u, 0x000047f0u, 0x00000000u, 0x000400fau, 0x000047ebu, 0x000047ecu, 0x000047eeu, 0x000200f8u, - 0x000047eeu, 0x00050041u, 0x00000046u, 0x000047efu, 0x0000479cu, 0x0000045eu, 0x0003003eu, 0x000047efu, - 0x00000c6du, 0x000200f9u, 0x000047f0u, 0x000200f8u, 0x000047ecu, 0x00050041u, 0x00000046u, 0x000047edu, - 0x0000479cu, 0x0000045eu, 0x0003003eu, 0x000047edu, 0x00000c28u, 0x000200f9u, 0x000047f0u, 0x000200f8u, - 0x000047f0u, 0x000200f9u, 0x000047f1u, 0x000200f8u, 0x000047f1u, 0x000200f9u, 0x000047f2u, 0x000200f8u, - 0x000047f2u, 0x000300f7u, 0x000047f5u, 0x00000000u, 0x000400fau, 0x000047a2u, 0x000047f4u, 0x000047f5u, - 0x000200f8u, 0x000047f4u, 0x0003003eu, 0x0000479cu, 0x00000c87u, 0x000200f9u, 0x000047f5u, 0x000200f8u, - 0x000047f5u, 0x0004003du, 0x000000efu, 0x000047f6u, 0x0000479cu, 0x0008000cu, 0x000000efu, 0x000047f7u, - 0x00000001u, 0x0000002du, 0x000047f6u, 0x00000c8au, 0x00000c8bu, 0x000200f9u, 0x0000244bu, 0x000200f8u, - 0x0000244bu, 0x000700f5u, 0x000000efu, 0x00007c5fu, 0x000047f7u, 0x000047f5u, 0x0000481du, 0x00002448u, - 0x000200f9u, 0x00002457u, 0x000200f8u, 0x00002457u, 0x000700f5u, 0x000000efu, 0x00007c5eu, 0x00007c5fu, - 0x0000244bu, 0x00007a8fu, 0x0000483eu, 0x000200f9u, 0x00002459u, 0x000200f8u, 0x00002459u, 0x000700f5u, - 0x000000efu, 0x00007bfcu, 0x00007643u, 0x0000240du, 0x00007c5eu, 0x00002457u, 0x000600a9u, 0x00000006u, - 0x0000b5eau, 0x0000232au, 0x000076c7u, 0x00007b9bu, 0x000600a9u, 0x00000069u, 0x0000b5ebu, 0x0000232au, - 0x0000055bu, 0x00002327u, 0x000300f7u, 0x0000247bu, 0x00000000u, 0x000400fau, 0x0000b5ebu, 0x0000245bu, - 0x0000247bu, 0x000200f8u, 0x0000245bu, 0x000400a8u, 0x00000069u, 0x0000245eu, 0x00002336u, 0x000500a7u, - 0x00000069u, 0x0000245fu, 0x00002330u, 0x0000245eu, 0x000300f7u, 0x0000247au, 0x00000000u, 0x000400fau, - 0x0000245fu, 0x00002460u, 0x00002465u, 0x000200f8u, 0x00002465u, 0x00080041u, 0x00000673u, 0x00002468u, - 0x00000a2au, 0x00000222u, 0x000020beu, 0x0000022fu, 0x0000b5eau, 0x0004003du, 0x0000000fu, 0x00002469u, - 0x00002468u, 0x00040071u, 0x00000006u, 0x0000246au, 0x00002469u, 0x00060041u, 0x000002b6u, 0x0000490bu, - 0x000002b4u, 0x00000222u, 0x0000246au, 0x0004003du, 0x000002b0u, 0x0000490cu, 0x0000490bu, 0x00050051u, - 0x00000006u, 0x0000490du, 0x0000490cu, 0x00000000u, 0x00050051u, 0x00000006u, 0x0000490fu, 0x0000490cu, - 0x00000001u, 0x00050051u, 0x00000006u, 0x00004911u, 0x0000490cu, 0x00000002u, 0x00050051u, 0x00000006u, - 0x00004913u, 0x0000490cu, 0x00000003u, 0x00050051u, 0x00000006u, 0x00004915u, 0x0000490cu, 0x00000004u, - 0x00050051u, 0x00000006u, 0x00004917u, 0x0000490cu, 0x00000005u, 0x00050051u, 0x0000000fu, 0x00004919u, - 0x0000490cu, 0x00000006u, 0x00050051u, 0x0000000fu, 0x0000491bu, 0x0000490cu, 0x00000007u, 0x00050051u, - 0x0000000fu, 0x0000491du, 0x0000490cu, 0x00000008u, 0x00050051u, 0x0000000fu, 0x0000491fu, 0x0000490cu, - 0x00000009u, 0x00050051u, 0x0000000fu, 0x00004921u, 0x0000490cu, 0x0000000au, 0x00050051u, 0x0000000fu, - 0x00004923u, 0x0000490cu, 0x0000000bu, 0x00050051u, 0x0000000fu, 0x00004925u, 0x0000490cu, 0x0000000cu, - 0x00050051u, 0x0000000fu, 0x00004927u, 0x0000490cu, 0x0000000du, 0x0003003eu, 0x00002270u, 0x00007bfcu, - 0x00040071u, 0x00000006u, 0x00004a82u, 0x00004927u, 0x0004007cu, 0x00000008u, 0x00004a83u, 0x00004a82u, - 0x000500c7u, 0x00000008u, 0x00004a84u, 0x00004a83u, 0x0000022cu, 0x000500abu, 0x00000069u, 0x00004a85u, - 0x00004a84u, 0x00000222u, 0x0004007cu, 0x00000008u, 0x00004a88u, 0x0000490du, 0x0004007cu, 0x00000008u, - 0x00004a8bu, 0x0000490fu, 0x00040071u, 0x00000006u, 0x00004a8eu, 0x00004921u, 0x0004007cu, 0x00000008u, - 0x00004a8fu, 0x00004a8eu, 0x00050041u, 0x00000046u, 0x00004a90u, 0x00002270u, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x00004a91u, 0x00004a90u, 0x0008000cu, 0x00000008u, 0x00004f5bu, 0x00000001u, 0x0000002du, - 0x00004a91u, 0x00000c6du, 0x00000c28u, 0x000500b1u, 0x00000069u, 0x00004f5du, 0x00004a8fu, 0x00000268u, - 0x000300f7u, 0x00004f69u, 0x00000000u, 0x000400fau, 0x00004f5du, 0x00004f5eu, 0x00004f62u, 0x000200f8u, - 0x00004f62u, 0x00050082u, 0x00000008u, 0x00004f64u, 0x0000116au, 0x00004a8fu, 0x000500c4u, 0x00000008u, - 0x00004f66u, 0x00004f5bu, 0x00004f64u, 0x000500c3u, 0x00000008u, 0x00004f68u, 0x00004f66u, 0x00000556u, - 0x000200f9u, 0x00004f69u, 0x000200f8u, 0x00004f5eu, 0x000500c3u, 0x00000008u, 0x00004f61u, 0x00004f5bu, - 0x00004a8fu, 0x000200f9u, 0x00004f69u, 0x000200f8u, 0x00004f69u, 0x000700f5u, 0x00000008u, 0x00007cafu, - 0x00004f61u, 0x00004f5eu, 0x00004f68u, 0x00004f62u, 0x000300f7u, 0x00004f85u, 0x00000000u, 0x000400fau, - 0x00004a85u, 0x00004f6bu, 0x00004f80u, 0x000200f8u, 0x00004f80u, 0x000500c4u, 0x00000008u, 0x00004f82u, - 0x00004a88u, 0x00000232u, 0x00050082u, 0x00000008u, 0x00004f84u, 0x00007cafu, 0x00004f82u, 0x000200f9u, - 0x00004f85u, 0x000200f8u, 0x00004f6bu, 0x000500c3u, 0x00000008u, 0x00004f6du, 0x00007cafu, 0x00000232u, - 0x000500afu, 0x00000069u, 0x00004f6fu, 0x00004f6du, 0x00004a8bu, 0x000300f7u, 0x00004f7fu, 0x00000000u, - 0x000400fau, 0x00004f6fu, 0x00004f71u, 0x00004f79u, 0x000200f8u, 0x00004f79u, 0x000500c4u, 0x00000008u, - 0x00004f7cu, 0x00004a88u, 0x00000232u, 0x00050082u, 0x00000008u, 0x00004f7du, 0x00007cafu, 0x00004f7cu, - 0x0007000cu, 0x00000008u, 0x00004f7eu, 0x00000001u, 0x0000002au, 0x00004f7du, 0x00000222u, 0x000200f9u, - 0x00004f7fu, 0x000200f8u, 0x00004f71u, 0x000500c3u, 0x00000008u, 0x00004f73u, 0x00004a8bu, 0x0000022fu, - 0x000500c3u, 0x00000008u, 0x00004f75u, 0x00004a88u, 0x0000022fu, 0x00050082u, 0x00000008u, 0x00004f76u, - 0x00004f73u, 0x00004f75u, 0x000500c7u, 0x00000008u, 0x00004f77u, 0x00004f76u, 0x00001181u, 0x000500c4u, - 0x00000008u, 0x00004f78u, 0x00004f77u, 0x00000238u, 0x000200f9u, 0x00004f7fu, 0x000200f8u, 0x00004f7fu, - 0x000700f5u, 0x00000008u, 0x00007cb1u, 0x00004f78u, 0x00004f71u, 0x00004f7eu, 0x00004f79u, 0x000200f9u, - 0x00004f85u, 0x000200f8u, 0x00004f85u, 0x000700f5u, 0x00000008u, 0x00007cb0u, 0x00007cb1u, 0x00004f7fu, - 0x00004f84u, 0x00004f80u, 0x0003003eu, 0x00004a90u, 0x00007cb0u, 0x000500c7u, 0x00000008u, 0x00004a98u, - 0x00004a83u, 0x00000235u, 0x000500abu, 0x00000069u, 0x00004a99u, 0x00004a98u, 0x00000222u, 0x0004007cu, - 0x00000008u, 0x00004a9cu, 0x00004911u, 0x0004007cu, 0x00000008u, 0x00004a9fu, 0x00004913u, 0x00040071u, - 0x00000006u, 0x00004aa2u, 0x00004925u, 0x0004007cu, 0x00000008u, 0x00004aa3u, 0x00004aa2u, 0x00050041u, - 0x00000046u, 0x00004aa4u, 0x00002270u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004aa5u, 0x00004aa4u, - 0x0008000cu, 0x00000008u, 0x00004f8bu, 0x00000001u, 0x0000002du, 0x00004aa5u, 0x00000c6du, 0x00000c28u, - 0x000500b1u, 0x00000069u, 0x00004f8du, 0x00004aa3u, 0x00000268u, 0x000300f7u, 0x00004f99u, 0x00000000u, - 0x000400fau, 0x00004f8du, 0x00004f8eu, 0x00004f92u, 0x000200f8u, 0x00004f92u, 0x00050082u, 0x00000008u, - 0x00004f94u, 0x0000116au, 0x00004aa3u, 0x000500c4u, 0x00000008u, 0x00004f96u, 0x00004f8bu, 0x00004f94u, - 0x000500c3u, 0x00000008u, 0x00004f98u, 0x00004f96u, 0x00000556u, 0x000200f9u, 0x00004f99u, 0x000200f8u, - 0x00004f8eu, 0x000500c3u, 0x00000008u, 0x00004f91u, 0x00004f8bu, 0x00004aa3u, 0x000200f9u, 0x00004f99u, - 0x000200f8u, 0x00004f99u, 0x000700f5u, 0x00000008u, 0x00007cb2u, 0x00004f91u, 0x00004f8eu, 0x00004f98u, - 0x00004f92u, 0x000300f7u, 0x00004fb5u, 0x00000000u, 0x000400fau, 0x00004a99u, 0x00004f9bu, 0x00004fb0u, - 0x000200f8u, 0x00004fb0u, 0x000500c4u, 0x00000008u, 0x00004fb2u, 0x00004a9cu, 0x00000232u, 0x00050082u, - 0x00000008u, 0x00004fb4u, 0x00007cb2u, 0x00004fb2u, 0x000200f9u, 0x00004fb5u, 0x000200f8u, 0x00004f9bu, - 0x000500c3u, 0x00000008u, 0x00004f9du, 0x00007cb2u, 0x00000232u, 0x000500afu, 0x00000069u, 0x00004f9fu, - 0x00004f9du, 0x00004a9fu, 0x000300f7u, 0x00004fafu, 0x00000000u, 0x000400fau, 0x00004f9fu, 0x00004fa1u, - 0x00004fa9u, 0x000200f8u, 0x00004fa9u, 0x000500c4u, 0x00000008u, 0x00004facu, 0x00004a9cu, 0x00000232u, - 0x00050082u, 0x00000008u, 0x00004fadu, 0x00007cb2u, 0x00004facu, 0x0007000cu, 0x00000008u, 0x00004faeu, - 0x00000001u, 0x0000002au, 0x00004fadu, 0x00000222u, 0x000200f9u, 0x00004fafu, 0x000200f8u, 0x00004fa1u, - 0x000500c3u, 0x00000008u, 0x00004fa3u, 0x00004a9fu, 0x0000022fu, 0x000500c3u, 0x00000008u, 0x00004fa5u, - 0x00004a9cu, 0x0000022fu, 0x00050082u, 0x00000008u, 0x00004fa6u, 0x00004fa3u, 0x00004fa5u, 0x000500c7u, - 0x00000008u, 0x00004fa7u, 0x00004fa6u, 0x00001181u, 0x000500c4u, 0x00000008u, 0x00004fa8u, 0x00004fa7u, - 0x00000238u, 0x000200f9u, 0x00004fafu, 0x000200f8u, 0x00004fafu, 0x000700f5u, 0x00000008u, 0x00007cb4u, - 0x00004fa8u, 0x00004fa1u, 0x00004faeu, 0x00004fa9u, 0x000200f9u, 0x00004fb5u, 0x000200f8u, 0x00004fb5u, - 0x000700f5u, 0x00000008u, 0x00007cb3u, 0x00007cb4u, 0x00004fafu, 0x00004fb4u, 0x00004fb0u, 0x0003003eu, - 0x00004aa4u, 0x00007cb3u, 0x000300f7u, 0x00004aaeu, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004aa9u, - 0x00004aadu, 0x000200f8u, 0x00004aadu, 0x0003003eu, 0x00004934u, 0x00000c54u, 0x000200f9u, 0x00004aaeu, - 0x000200f8u, 0x00004aa9u, 0x0004003du, 0x000000efu, 0x00004aaau, 0x00002270u, 0x000500c7u, 0x000000efu, - 0x00004aacu, 0x00004aaau, 0x0000b42bu, 0x0003003eu, 0x00004934u, 0x00004aacu, 0x000200f9u, 0x00004aaeu, - 0x000200f8u, 0x00004aaeu, 0x00050041u, 0x00000046u, 0x00004aafu, 0x00004934u, 0x0000032fu, 0x0004003du, - 0x00000008u, 0x00004ab0u, 0x00004aafu, 0x00050041u, 0x00000046u, 0x00004ab1u, 0x00004934u, 0x0000045eu, - 0x0004003du, 0x00000008u, 0x00004ab2u, 0x00004ab1u, 0x00050080u, 0x00000008u, 0x00004ab3u, 0x00004ab0u, - 0x00004ab2u, 0x0004003du, 0x000000efu, 0x00004ab4u, 0x00002270u, 0x000500c3u, 0x000000efu, 0x00004ab6u, - 0x00004ab4u, 0x0000b42au, 0x0003003eu, 0x00002270u, 0x00004ab6u, 0x0004003du, 0x00000008u, 0x00004ab9u, - 0x00004a90u, 0x00040071u, 0x00000006u, 0x00004fbcu, 0x0000491fu, 0x0004007cu, 0x00000008u, 0x00004fbdu, - 0x00004fbcu, 0x000500abu, 0x00000069u, 0x00004fbeu, 0x00004fbdu, 0x00000222u, 0x000300f7u, 0x00004fd6u, - 0x00000000u, 0x000400fau, 0x00004fbeu, 0x00004fbfu, 0x00004fd6u, 0x000200f8u, 0x00004fbfu, 0x000500c4u, - 0x00000008u, 0x00004fc2u, 0x0000022cu, 0x0000491fu, 0x000500c7u, 0x00000008u, 0x00004fc7u, 0x00004a83u, - 0x0000022fu, 0x000500abu, 0x00000069u, 0x00004fc8u, 0x00004fc7u, 0x00000222u, 0x000300f7u, 0x00004fd1u, - 0x00000000u, 0x000400fau, 0x00004fc8u, 0x00004fc9u, 0x00004fd1u, 0x000200f8u, 0x00004fc9u, 0x000500c7u, - 0x00000008u, 0x00004fccu, 0x00004ab9u, 0x00004fc2u, 0x00050082u, 0x00000008u, 0x00004fcdu, 0x00004fccu, - 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00004fceu, 0x00000001u, 0x0000002au, 0x00004fcdu, 0x00000222u, - 0x000500c6u, 0x00000008u, 0x00004fd0u, 0x00004ab9u, 0x00004fceu, 0x000200f9u, 0x00004fd1u, 0x000200f8u, - 0x00004fd1u, 0x000700f5u, 0x00000008u, 0x00007cb5u, 0x00004ab9u, 0x00004fbfu, 0x00004fd0u, 0x00004fc9u, - 0x00050082u, 0x00000008u, 0x00004fd3u, 0x00004fc2u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00004fd5u, - 0x00007cb5u, 0x00004fd3u, 0x000200f9u, 0x00004fd6u, 0x000200f8u, 0x00004fd6u, 0x000700f5u, 0x00000008u, - 0x00007cb6u, 0x00004ab9u, 0x00004aaeu, 0x00004fd5u, 0x00004fd1u, 0x0004003du, 0x00000008u, 0x00004abdu, - 0x00004aa4u, 0x00040071u, 0x00000006u, 0x00004fddu, 0x00004923u, 0x0004007cu, 0x00000008u, 0x00004fdeu, - 0x00004fddu, 0x000500abu, 0x00000069u, 0x00004fdfu, 0x00004fdeu, 0x00000222u, 0x000300f7u, 0x00004ff7u, - 0x00000000u, 0x000400fau, 0x00004fdfu, 0x00004fe0u, 0x00004ff7u, 0x000200f8u, 0x00004fe0u, 0x000500c4u, - 0x00000008u, 0x00004fe3u, 0x0000022cu, 0x00004923u, 0x000500c7u, 0x00000008u, 0x00004fe8u, 0x00004a83u, - 0x0000025fu, 0x000500abu, 0x00000069u, 0x00004fe9u, 0x00004fe8u, 0x00000222u, 0x000300f7u, 0x00004ff2u, - 0x00000000u, 0x000400fau, 0x00004fe9u, 0x00004feau, 0x00004ff2u, 0x000200f8u, 0x00004feau, 0x000500c7u, - 0x00000008u, 0x00004fedu, 0x00004abdu, 0x00004fe3u, 0x00050082u, 0x00000008u, 0x00004feeu, 0x00004fedu, - 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00004fefu, 0x00000001u, 0x0000002au, 0x00004feeu, 0x00000222u, - 0x000500c6u, 0x00000008u, 0x00004ff1u, 0x00004abdu, 0x00004fefu, 0x000200f9u, 0x00004ff2u, 0x000200f8u, - 0x00004ff2u, 0x000700f5u, 0x00000008u, 0x00007cb7u, 0x00004abdu, 0x00004fe0u, 0x00004ff1u, 0x00004feau, - 0x00050082u, 0x00000008u, 0x00004ff4u, 0x00004fe3u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00004ff6u, - 0x00007cb7u, 0x00004ff4u, 0x000200f9u, 0x00004ff7u, 0x000200f8u, 0x00004ff7u, 0x000700f5u, 0x00000008u, - 0x00007cb8u, 0x00004abdu, 0x00004fd6u, 0x00004ff6u, 0x00004ff2u, 0x0004003du, 0x00000008u, 0x00004ac0u, - 0x00004a90u, 0x00050080u, 0x00000008u, 0x00004ac1u, 0x00004ac0u, 0x0000022cu, 0x000300f7u, 0x00005018u, - 0x00000000u, 0x000400fau, 0x00004fbeu, 0x00005001u, 0x00005018u, 0x000200f8u, 0x00005001u, 0x000500c4u, - 0x00000008u, 0x00005004u, 0x0000022cu, 0x0000491fu, 0x000500c7u, 0x00000008u, 0x00005009u, 0x00004a83u, - 0x0000022fu, 0x000500abu, 0x00000069u, 0x0000500au, 0x00005009u, 0x00000222u, 0x000300f7u, 0x00005013u, - 0x00000000u, 0x000400fau, 0x0000500au, 0x0000500bu, 0x00005013u, 0x000200f8u, 0x0000500bu, 0x000500c7u, - 0x00000008u, 0x0000500eu, 0x00004ac1u, 0x00005004u, 0x00050082u, 0x00000008u, 0x0000500fu, 0x0000500eu, - 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00005010u, 0x00000001u, 0x0000002au, 0x0000500fu, 0x00000222u, - 0x000500c6u, 0x00000008u, 0x00005012u, 0x00004ac1u, 0x00005010u, 0x000200f9u, 0x00005013u, 0x000200f8u, - 0x00005013u, 0x000700f5u, 0x00000008u, 0x00007cb9u, 0x00004ac1u, 0x00005001u, 0x00005012u, 0x0000500bu, - 0x00050082u, 0x00000008u, 0x00005015u, 0x00005004u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00005017u, - 0x00007cb9u, 0x00005015u, 0x000200f9u, 0x00005018u, 0x000200f8u, 0x00005018u, 0x000700f5u, 0x00000008u, - 0x00007cbau, 0x00004ac1u, 0x00004ff7u, 0x00005017u, 0x00005013u, 0x0004003du, 0x00000008u, 0x00004ac5u, - 0x00004aa4u, 0x00050080u, 0x00000008u, 0x00004ac6u, 0x00004ac5u, 0x0000022cu, 0x000300f7u, 0x00005039u, - 0x00000000u, 0x000400fau, 0x00004fdfu, 0x00005022u, 0x00005039u, 0x000200f8u, 0x00005022u, 0x000500c4u, - 0x00000008u, 0x00005025u, 0x0000022cu, 0x00004923u, 0x000500c7u, 0x00000008u, 0x0000502au, 0x00004a83u, - 0x0000025fu, 0x000500abu, 0x00000069u, 0x0000502bu, 0x0000502au, 0x00000222u, 0x000300f7u, 0x00005034u, - 0x00000000u, 0x000400fau, 0x0000502bu, 0x0000502cu, 0x00005034u, 0x000200f8u, 0x0000502cu, 0x000500c7u, - 0x00000008u, 0x0000502fu, 0x00004ac6u, 0x00005025u, 0x00050082u, 0x00000008u, 0x00005030u, 0x0000502fu, - 0x0000022cu, 0x0007000cu, 0x00000008u, 0x00005031u, 0x00000001u, 0x0000002au, 0x00005030u, 0x00000222u, - 0x000500c6u, 0x00000008u, 0x00005033u, 0x00004ac6u, 0x00005031u, 0x000200f9u, 0x00005034u, 0x000200f8u, - 0x00005034u, 0x000700f5u, 0x00000008u, 0x00007cbbu, 0x00004ac6u, 0x00005022u, 0x00005033u, 0x0000502cu, - 0x00050082u, 0x00000008u, 0x00005036u, 0x00005025u, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00005038u, - 0x00007cbbu, 0x00005036u, 0x000200f9u, 0x00005039u, 0x000200f8u, 0x00005039u, 0x000700f5u, 0x00000008u, - 0x00007cbcu, 0x00004ac6u, 0x00005018u, 0x00005038u, 0x00005034u, 0x00050082u, 0x00000008u, 0x00004acbu, - 0x00007cbcu, 0x00007cb8u, 0x0007000cu, 0x00000008u, 0x00004accu, 0x00000001u, 0x0000002au, 0x00004acbu, - 0x000013fcu, 0x000500c7u, 0x00000008u, 0x00004aceu, 0x00007cb8u, 0x00000360u, 0x00050080u, 0x00000008u, - 0x00004ad0u, 0x00004aceu, 0x00004accu, 0x0004003du, 0x000000efu, 0x00004ad5u, 0x00004934u, 0x000500aau, - 0x00000881u, 0x00004ad6u, 0x00004ad5u, 0x00001408u, 0x00050051u, 0x00000069u, 0x00004ad7u, 0x00004ad6u, - 0x00000000u, 0x00050051u, 0x00000069u, 0x00004ad8u, 0x00004ad6u, 0x00000001u, 0x00070050u, 0x000005fdu, - 0x00004ad9u, 0x00002321u, 0x00002336u, 0x00004ad7u, 0x00004ad8u, 0x0004009bu, 0x00000069u, 0x00004adau, - 0x00004ad9u, 0x000600a9u, 0x00000008u, 0x0000b5ecu, 0x00004adau, 0x00000222u, 0x00004ab3u, 0x00040071u, - 0x00000006u, 0x00004ae0u, 0x00004919u, 0x0004007cu, 0x00000008u, 0x00004ae1u, 0x00004ae0u, 0x000500aau, - 0x00000069u, 0x00004ae2u, 0x00004ae1u, 0x0000022cu, 0x000500afu, 0x00000069u, 0x00004ae4u, 0x0000b5ecu, - 0x0000116au, 0x000300f7u, 0x00004aedu, 0x00000000u, 0x000400fau, 0x00004ae4u, 0x00004ae5u, 0x00004ae9u, - 0x000200f8u, 0x00004ae9u, 0x00050050u, 0x000000efu, 0x00004aecu, 0x00007cb6u, 0x00004aceu, 0x000200f9u, - 0x00004aedu, 0x000200f8u, 0x00004ae5u, 0x00050050u, 0x000000efu, 0x00004ae8u, 0x00007cbau, 0x00004ad0u, - 0x000200f9u, 0x00004aedu, 0x000200f8u, 0x00004aedu, 0x000700f5u, 0x000000efu, 0x00007ccbu, 0x00004ae8u, - 0x00004ae5u, 0x00004aecu, 0x00004ae9u, 0x000500c7u, 0x00000008u, 0x00004af0u, 0x00007cb6u, 0x0000022cu, - 0x000500c4u, 0x00000008u, 0x00004af1u, 0x00004af0u, 0x00000235u, 0x0004003du, 0x00000008u, 0x00004af3u, - 0x00004aafu, 0x000500c3u, 0x00000008u, 0x00004af4u, 0x00004af3u, 0x0000022cu, 0x000500c5u, 0x00000008u, - 0x00004af5u, 0x00004af1u, 0x00004af4u, 0x000300f7u, 0x00004dbeu, 0x00000000u, 0x000400fau, 0x000022f1u, - 0x00004af7u, 0x00004b98u, 0x000200f8u, 0x00004b98u, 0x000300f7u, 0x00004dbdu, 0x00000000u, 0x000d00fbu, - 0x00004ae1u, 0x00004dbdu, 0x00000000u, 0x00004b9du, 0x00000001u, 0x00004c27u, 0x00000002u, 0x00004c55u, - 0x00000003u, 0x00004ccau, 0x00000004u, 0x00004d54u, 0x000200f8u, 0x00004d54u, 0x00040071u, 0x00000006u, - 0x00004d57u, 0x0000491bu, 0x0004007cu, 0x00000008u, 0x00004d58u, 0x00004d57u, 0x000300f7u, 0x00004dbcu, - 0x00000000u, 0x000700fbu, 0x00004d58u, 0x00004d59u, 0x00000000u, 0x00004d7au, 0x00000001u, 0x00004d9bu, - 0x000200f8u, 0x00004d9bu, 0x0004007cu, 0x000000b0u, 0x00004d9du, 0x00007ccbu, 0x0003003eu, 0x00004a42u, - 0x00004d9du, 0x00050041u, 0x00000007u, 0x00006190u, 0x00004a42u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00006191u, 0x00006190u, 0x00050084u, 0x00000006u, 0x00006192u, 0x00004917u, 0x00006191u, 0x00050080u, - 0x00000006u, 0x00006193u, 0x00004915u, 0x00006192u, 0x00050041u, 0x00000007u, 0x00006194u, 0x00004a42u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006195u, 0x00006194u, 0x00050080u, 0x00000006u, 0x00006197u, - 0x00006193u, 0x00006195u, 0x000500c7u, 0x00000006u, 0x00006199u, 0x00006197u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x0000619cu, 0x00006190u, 0x000500c7u, 0x00000006u, 0x0000619du, 0x0000619cu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000619eu, 0x0000619du, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000061a0u, - 0x00006199u, 0x0000619eu, 0x000500c6u, 0x00000006u, 0x000061a2u, 0x000061a0u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x000061a5u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000061a2u, 0x0004003du, - 0x0000000fu, 0x000061a6u, 0x000061a5u, 0x00040071u, 0x00000006u, 0x000061a7u, 0x000061a6u, 0x00040071u, - 0x00000011u, 0x000061a9u, 0x000061a7u, 0x0004007cu, 0x00000012u, 0x000061aau, 0x000061a9u, 0x00070050u, - 0x00000013u, 0x000061abu, 0x000061aau, 0x000061aau, 0x000061aau, 0x000061aau, 0x000300f7u, 0x00004db1u, - 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004da2u, 0x00004db1u, 0x000200f8u, 0x00004da2u, 0x00050050u, - 0x000000efu, 0x00004da5u, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004da6u, 0x00004da5u, - 0x0003003eu, 0x00004a45u, 0x00004da6u, 0x00050041u, 0x00000007u, 0x000061b5u, 0x00004a45u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x000061b6u, 0x000061b5u, 0x00050084u, 0x00000006u, 0x000061b7u, 0x00004917u, - 0x000061b6u, 0x00050080u, 0x00000006u, 0x000061b8u, 0x00004915u, 0x000061b7u, 0x00050041u, 0x00000007u, - 0x000061b9u, 0x00004a45u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000061bau, 0x000061b9u, 0x00050080u, - 0x00000006u, 0x000061bcu, 0x000061b8u, 0x000061bau, 0x000500c7u, 0x00000006u, 0x000061beu, 0x000061bcu, - 0x00000e80u, 0x0004003du, 0x00000006u, 0x000061c1u, 0x000061b5u, 0x000500c7u, 0x00000006u, 0x000061c2u, - 0x000061c1u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000061c3u, 0x000061c2u, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x000061c5u, 0x000061beu, 0x000061c3u, 0x000500c6u, 0x00000006u, 0x000061c7u, 0x000061c5u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x000061cau, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000061c7u, 0x0004003du, 0x0000000fu, 0x000061cbu, 0x000061cau, 0x00040071u, 0x00000006u, 0x000061ccu, - 0x000061cbu, 0x00040071u, 0x00000011u, 0x000061ceu, 0x000061ccu, 0x0004007cu, 0x00000012u, 0x000061cfu, - 0x000061ceu, 0x00070050u, 0x00000013u, 0x000061d0u, 0x000061cfu, 0x000061cfu, 0x000061cfu, 0x000061cfu, - 0x00050050u, 0x000000efu, 0x00004dacu, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004dadu, - 0x00004dacu, 0x0003003eu, 0x00004a48u, 0x00004dadu, 0x00050041u, 0x00000007u, 0x000061dau, 0x00004a48u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x000061dbu, 0x000061dau, 0x00050084u, 0x00000006u, 0x000061dcu, - 0x00004917u, 0x000061dbu, 0x00050080u, 0x00000006u, 0x000061ddu, 0x00004915u, 0x000061dcu, 0x00050041u, - 0x00000007u, 0x000061deu, 0x00004a48u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000061dfu, 0x000061deu, - 0x00050080u, 0x00000006u, 0x000061e1u, 0x000061ddu, 0x000061dfu, 0x000500c7u, 0x00000006u, 0x000061e3u, - 0x000061e1u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000061e6u, 0x000061dau, 0x000500c7u, 0x00000006u, - 0x000061e7u, 0x000061e6u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000061e8u, 0x000061e7u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x000061eau, 0x000061e3u, 0x000061e8u, 0x000500c6u, 0x00000006u, 0x000061ecu, - 0x000061eau, 0x00000466u, 0x00080041u, 0x00000673u, 0x000061efu, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x000061ecu, 0x0004003du, 0x0000000fu, 0x000061f0u, 0x000061efu, 0x00040071u, 0x00000006u, - 0x000061f1u, 0x000061f0u, 0x00040071u, 0x00000011u, 0x000061f3u, 0x000061f1u, 0x0004007cu, 0x00000012u, - 0x000061f4u, 0x000061f3u, 0x00070050u, 0x00000013u, 0x000061f5u, 0x000061f4u, 0x000061f4u, 0x000061f4u, - 0x000061f4u, 0x000200f9u, 0x00004db1u, 0x000200f8u, 0x00004db1u, 0x000700f5u, 0x00000013u, 0x00007ff4u, - 0x00007f20u, 0x00004d9bu, 0x000061f5u, 0x00004da2u, 0x000700f5u, 0x00000013u, 0x00007f00u, 0x00007e29u, - 0x00004d9bu, 0x000061d0u, 0x00004da2u, 0x000300f7u, 0x00004dbbu, 0x00000000u, 0x000400fau, 0x00004adau, - 0x00004db3u, 0x00004dbbu, 0x000200f8u, 0x00004db3u, 0x00050050u, 0x000000efu, 0x00004db6u, 0x00007cbau, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004db7u, 0x00004db6u, 0x0003003eu, 0x00004a4bu, 0x00004db7u, - 0x00050041u, 0x00000007u, 0x000061ffu, 0x00004a4bu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00006200u, - 0x000061ffu, 0x00050084u, 0x00000006u, 0x00006201u, 0x00004917u, 0x00006200u, 0x00050080u, 0x00000006u, - 0x00006202u, 0x00004915u, 0x00006201u, 0x00050041u, 0x00000007u, 0x00006203u, 0x00004a4bu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00006204u, 0x00006203u, 0x00050080u, 0x00000006u, 0x00006206u, 0x00006202u, - 0x00006204u, 0x000500c7u, 0x00000006u, 0x00006208u, 0x00006206u, 0x00000e80u, 0x0004003du, 0x00000006u, - 0x0000620bu, 0x000061ffu, 0x000500c7u, 0x00000006u, 0x0000620cu, 0x0000620bu, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x0000620du, 0x0000620cu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000620fu, 0x00006208u, - 0x0000620du, 0x000500c6u, 0x00000006u, 0x00006211u, 0x0000620fu, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00006214u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00006211u, 0x0004003du, 0x0000000fu, - 0x00006215u, 0x00006214u, 0x00040071u, 0x00000006u, 0x00006216u, 0x00006215u, 0x00040071u, 0x00000011u, - 0x00006218u, 0x00006216u, 0x0004007cu, 0x00000012u, 0x00006219u, 0x00006218u, 0x00070050u, 0x00000013u, - 0x0000621au, 0x00006219u, 0x00006219u, 0x00006219u, 0x00006219u, 0x000200f9u, 0x00004dbbu, 0x000200f8u, - 0x00004dbbu, 0x000700f5u, 0x00000013u, 0x000080e8u, 0x00008012u, 0x00004db1u, 0x0000621au, 0x00004db3u, - 0x000200f9u, 0x00004dbcu, 0x000200f8u, 0x00004d7au, 0x0004007cu, 0x000000b0u, 0x00004d7cu, 0x00007ccbu, - 0x0003003eu, 0x00004a36u, 0x00004d7cu, 0x00050041u, 0x00000007u, 0x000060c1u, 0x00004a36u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x000060c2u, 0x000060c1u, 0x00050084u, 0x00000006u, 0x000060c3u, 0x00004917u, - 0x000060c2u, 0x00050080u, 0x00000006u, 0x000060c4u, 0x00004915u, 0x000060c3u, 0x00050041u, 0x00000007u, - 0x000060c5u, 0x00004a36u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000060c6u, 0x000060c5u, 0x000500c2u, - 0x00000006u, 0x000060c7u, 0x000060c6u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x000060c9u, 0x000060c4u, - 0x000060c7u, 0x000500c7u, 0x00000006u, 0x000060cbu, 0x000060c9u, 0x00000e80u, 0x0004003du, 0x00000006u, - 0x000060cdu, 0x000060c5u, 0x000400c8u, 0x00000006u, 0x000060ceu, 0x000060cdu, 0x000500c7u, 0x00000006u, - 0x000060cfu, 0x000060ceu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000060d0u, 0x000060cfu, 0x00000706u, - 0x0004003du, 0x00000006u, 0x000060d3u, 0x000060c1u, 0x000500c7u, 0x00000006u, 0x000060d4u, 0x000060d3u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000060d5u, 0x000060d4u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x000060d7u, 0x000060cbu, 0x000060d5u, 0x000500c6u, 0x00000006u, 0x000060d9u, 0x000060d7u, 0x00000466u, - 0x00080041u, 0x00000673u, 0x000060dcu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000060d9u, - 0x0004003du, 0x0000000fu, 0x000060ddu, 0x000060dcu, 0x00040071u, 0x00000006u, 0x000060deu, 0x000060ddu, - 0x000500c2u, 0x00000006u, 0x000060e1u, 0x000060deu, 0x000060d0u, 0x000500c7u, 0x00000006u, 0x000060e2u, - 0x000060e1u, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x000060e4u, 0x000060e2u, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x000060e6u, 0x000060e2u, 0x000060e4u, 0x00040071u, 0x00000011u, 0x000060e8u, 0x000060e6u, - 0x0004007cu, 0x00000012u, 0x000060e9u, 0x000060e8u, 0x00070050u, 0x00000013u, 0x000060eau, 0x000060e9u, - 0x000060e9u, 0x000060e9u, 0x000060e9u, 0x000300f7u, 0x00004d90u, 0x00000000u, 0x000400fau, 0x000022f7u, - 0x00004d81u, 0x00004d90u, 0x000200f8u, 0x00004d81u, 0x00050050u, 0x000000efu, 0x00004d84u, 0x00007cbau, - 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004d85u, 0x00004d84u, 0x0003003eu, 0x00004a39u, 0x00004d85u, - 0x00050041u, 0x00000007u, 0x000060f5u, 0x00004a39u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000060f6u, - 0x000060f5u, 0x00050084u, 0x00000006u, 0x000060f7u, 0x00004917u, 0x000060f6u, 0x00050080u, 0x00000006u, - 0x000060f8u, 0x00004915u, 0x000060f7u, 0x00050041u, 0x00000007u, 0x000060f9u, 0x00004a39u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000060fau, 0x000060f9u, 0x000500c2u, 0x00000006u, 0x000060fbu, 0x000060fau, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x000060fdu, 0x000060f8u, 0x000060fbu, 0x000500c7u, 0x00000006u, - 0x000060ffu, 0x000060fdu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00006101u, 0x000060f9u, 0x000400c8u, - 0x00000006u, 0x00006102u, 0x00006101u, 0x000500c7u, 0x00000006u, 0x00006103u, 0x00006102u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00006104u, 0x00006103u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00006107u, - 0x000060f5u, 0x000500c7u, 0x00000006u, 0x00006108u, 0x00006107u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00006109u, 0x00006108u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000610bu, 0x000060ffu, 0x00006109u, - 0x000500c6u, 0x00000006u, 0x0000610du, 0x0000610bu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00006110u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000610du, 0x0004003du, 0x0000000fu, 0x00006111u, - 0x00006110u, 0x00040071u, 0x00000006u, 0x00006112u, 0x00006111u, 0x000500c2u, 0x00000006u, 0x00006115u, - 0x00006112u, 0x00006104u, 0x000500c7u, 0x00000006u, 0x00006116u, 0x00006115u, 0x00000ea3u, 0x000500c4u, - 0x00000006u, 0x00006118u, 0x00006116u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x0000611au, 0x00006116u, - 0x00006118u, 0x00040071u, 0x00000011u, 0x0000611cu, 0x0000611au, 0x0004007cu, 0x00000012u, 0x0000611du, - 0x0000611cu, 0x00070050u, 0x00000013u, 0x0000611eu, 0x0000611du, 0x0000611du, 0x0000611du, 0x0000611du, - 0x00050050u, 0x000000efu, 0x00004d8bu, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004d8cu, - 0x00004d8bu, 0x0003003eu, 0x00004a3cu, 0x00004d8cu, 0x00050041u, 0x00000007u, 0x00006129u, 0x00004a3cu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000612au, 0x00006129u, 0x00050084u, 0x00000006u, 0x0000612bu, - 0x00004917u, 0x0000612au, 0x00050080u, 0x00000006u, 0x0000612cu, 0x00004915u, 0x0000612bu, 0x00050041u, - 0x00000007u, 0x0000612du, 0x00004a3cu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000612eu, 0x0000612du, - 0x000500c2u, 0x00000006u, 0x0000612fu, 0x0000612eu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00006131u, - 0x0000612cu, 0x0000612fu, 0x000500c7u, 0x00000006u, 0x00006133u, 0x00006131u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x00006135u, 0x0000612du, 0x000400c8u, 0x00000006u, 0x00006136u, 0x00006135u, 0x000500c7u, - 0x00000006u, 0x00006137u, 0x00006136u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00006138u, 0x00006137u, - 0x00000706u, 0x0004003du, 0x00000006u, 0x0000613bu, 0x00006129u, 0x000500c7u, 0x00000006u, 0x0000613cu, - 0x0000613bu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000613du, 0x0000613cu, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x0000613fu, 0x00006133u, 0x0000613du, 0x000500c6u, 0x00000006u, 0x00006141u, 0x0000613fu, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00006144u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00006141u, 0x0004003du, 0x0000000fu, 0x00006145u, 0x00006144u, 0x00040071u, 0x00000006u, 0x00006146u, - 0x00006145u, 0x000500c2u, 0x00000006u, 0x00006149u, 0x00006146u, 0x00006138u, 0x000500c7u, 0x00000006u, - 0x0000614au, 0x00006149u, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x0000614cu, 0x0000614au, 0x00000235u, - 0x000500c5u, 0x00000006u, 0x0000614eu, 0x0000614au, 0x0000614cu, 0x00040071u, 0x00000011u, 0x00006150u, - 0x0000614eu, 0x0004007cu, 0x00000012u, 0x00006151u, 0x00006150u, 0x00070050u, 0x00000013u, 0x00006152u, - 0x00006151u, 0x00006151u, 0x00006151u, 0x00006151u, 0x000200f9u, 0x00004d90u, 0x000200f8u, 0x00004d90u, - 0x000700f5u, 0x00000013u, 0x00007ff2u, 0x00007f20u, 0x00004d7au, 0x00006152u, 0x00004d81u, 0x000700f5u, - 0x00000013u, 0x00007efeu, 0x00007e29u, 0x00004d7au, 0x0000611eu, 0x00004d81u, 0x000300f7u, 0x00004d9au, - 0x00000000u, 0x000400fau, 0x00004adau, 0x00004d92u, 0x00004d9au, 0x000200f8u, 0x00004d92u, 0x00050050u, - 0x000000efu, 0x00004d95u, 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004d96u, 0x00004d95u, - 0x0003003eu, 0x00004a3fu, 0x00004d96u, 0x00050041u, 0x00000007u, 0x0000615du, 0x00004a3fu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x0000615eu, 0x0000615du, 0x00050084u, 0x00000006u, 0x0000615fu, 0x00004917u, - 0x0000615eu, 0x00050080u, 0x00000006u, 0x00006160u, 0x00004915u, 0x0000615fu, 0x00050041u, 0x00000007u, - 0x00006161u, 0x00004a3fu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006162u, 0x00006161u, 0x000500c2u, - 0x00000006u, 0x00006163u, 0x00006162u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00006165u, 0x00006160u, - 0x00006163u, 0x000500c7u, 0x00000006u, 0x00006167u, 0x00006165u, 0x00000e80u, 0x0004003du, 0x00000006u, - 0x00006169u, 0x00006161u, 0x000400c8u, 0x00000006u, 0x0000616au, 0x00006169u, 0x000500c7u, 0x00000006u, - 0x0000616bu, 0x0000616au, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000616cu, 0x0000616bu, 0x00000706u, - 0x0004003du, 0x00000006u, 0x0000616fu, 0x0000615du, 0x000500c7u, 0x00000006u, 0x00006170u, 0x0000616fu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00006171u, 0x00006170u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00006173u, 0x00006167u, 0x00006171u, 0x000500c6u, 0x00000006u, 0x00006175u, 0x00006173u, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00006178u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00006175u, - 0x0004003du, 0x0000000fu, 0x00006179u, 0x00006178u, 0x00040071u, 0x00000006u, 0x0000617au, 0x00006179u, - 0x000500c2u, 0x00000006u, 0x0000617du, 0x0000617au, 0x0000616cu, 0x000500c7u, 0x00000006u, 0x0000617eu, - 0x0000617du, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x00006180u, 0x0000617eu, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x00006182u, 0x0000617eu, 0x00006180u, 0x00040071u, 0x00000011u, 0x00006184u, 0x00006182u, - 0x0004007cu, 0x00000012u, 0x00006185u, 0x00006184u, 0x00070050u, 0x00000013u, 0x00006186u, 0x00006185u, - 0x00006185u, 0x00006185u, 0x00006185u, 0x000200f9u, 0x00004d9au, 0x000200f8u, 0x00004d9au, 0x000700f5u, - 0x00000013u, 0x000080e6u, 0x00008012u, 0x00004d90u, 0x00006186u, 0x00004d92u, 0x000200f9u, 0x00004dbcu, - 0x000200f8u, 0x00004d59u, 0x0004007cu, 0x000000b0u, 0x00004d5bu, 0x00007ccbu, 0x0003003eu, 0x00004a4eu, - 0x00004d5bu, 0x00050041u, 0x00000007u, 0x0000600cu, 0x00004a4eu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x0000600du, 0x0000600cu, 0x00050084u, 0x00000006u, 0x0000600eu, 0x00004917u, 0x0000600du, 0x00050080u, - 0x00000006u, 0x0000600fu, 0x00004915u, 0x0000600eu, 0x00050041u, 0x00000007u, 0x00006010u, 0x00004a4eu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006011u, 0x00006010u, 0x00050084u, 0x00000006u, 0x00006012u, - 0x00006011u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00006014u, 0x0000600fu, 0x00006012u, 0x000500c7u, - 0x00000006u, 0x00006016u, 0x00006014u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00006018u, 0x00006016u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000601au, 0x0000600cu, 0x000500c7u, 0x00000006u, 0x0000601bu, - 0x0000601au, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000601cu, 0x0000601bu, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x0000601eu, 0x00006018u, 0x0000601cu, 0x000500c6u, 0x00000006u, 0x00006020u, 0x0000601eu, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00006023u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00006020u, 0x0004003du, 0x00000011u, 0x00006024u, 0x00006023u, 0x00040071u, 0x00000006u, 0x00006025u, - 0x00006024u, 0x000500c2u, 0x00000006u, 0x00006027u, 0x00006025u, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00006028u, 0x00006027u, 0x0004007cu, 0x00000012u, 0x00006029u, 0x00006028u, 0x000500c7u, 0x00000006u, - 0x0000602bu, 0x00006025u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000602cu, 0x0000602bu, 0x0004007cu, - 0x00000012u, 0x0000602du, 0x0000602cu, 0x00050050u, 0x000001aeu, 0x0000602eu, 0x00006029u, 0x0000602du, - 0x0009004fu, 0x00000013u, 0x0000602fu, 0x0000602eu, 0x0000602eu, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000300f7u, 0x00004d6fu, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004d60u, 0x00004d6fu, - 0x000200f8u, 0x00004d60u, 0x00050050u, 0x000000efu, 0x00004d63u, 0x00007cbau, 0x00004aceu, 0x0004007cu, - 0x000000b0u, 0x00004d64u, 0x00004d63u, 0x0003003eu, 0x00004a51u, 0x00004d64u, 0x00050041u, 0x00000007u, - 0x00006039u, 0x00004a51u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000603au, 0x00006039u, 0x00050084u, - 0x00000006u, 0x0000603bu, 0x00004917u, 0x0000603au, 0x00050080u, 0x00000006u, 0x0000603cu, 0x00004915u, - 0x0000603bu, 0x00050041u, 0x00000007u, 0x0000603du, 0x00004a51u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000603eu, 0x0000603du, 0x00050084u, 0x00000006u, 0x0000603fu, 0x0000603eu, 0x00000388u, 0x00050080u, - 0x00000006u, 0x00006041u, 0x0000603cu, 0x0000603fu, 0x000500c7u, 0x00000006u, 0x00006043u, 0x00006041u, - 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00006045u, 0x00006043u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00006047u, 0x00006039u, 0x000500c7u, 0x00000006u, 0x00006048u, 0x00006047u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00006049u, 0x00006048u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000604bu, 0x00006045u, - 0x00006049u, 0x000500c6u, 0x00000006u, 0x0000604du, 0x0000604bu, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00006050u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000604du, 0x0004003du, 0x00000011u, - 0x00006051u, 0x00006050u, 0x00040071u, 0x00000006u, 0x00006052u, 0x00006051u, 0x000500c2u, 0x00000006u, - 0x00006054u, 0x00006052u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00006055u, 0x00006054u, 0x0004007cu, - 0x00000012u, 0x00006056u, 0x00006055u, 0x000500c7u, 0x00000006u, 0x00006058u, 0x00006052u, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00006059u, 0x00006058u, 0x0004007cu, 0x00000012u, 0x0000605au, 0x00006059u, - 0x00050050u, 0x000001aeu, 0x0000605bu, 0x00006056u, 0x0000605au, 0x0009004fu, 0x00000013u, 0x0000605cu, - 0x0000605bu, 0x0000605bu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x000000efu, - 0x00004d6au, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004d6bu, 0x00004d6au, 0x0003003eu, - 0x00004a54u, 0x00004d6bu, 0x00050041u, 0x00000007u, 0x00006066u, 0x00004a54u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00006067u, 0x00006066u, 0x00050084u, 0x00000006u, 0x00006068u, 0x00004917u, 0x00006067u, - 0x00050080u, 0x00000006u, 0x00006069u, 0x00004915u, 0x00006068u, 0x00050041u, 0x00000007u, 0x0000606au, - 0x00004a54u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000606bu, 0x0000606au, 0x00050084u, 0x00000006u, - 0x0000606cu, 0x0000606bu, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000606eu, 0x00006069u, 0x0000606cu, - 0x000500c7u, 0x00000006u, 0x00006070u, 0x0000606eu, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00006072u, - 0x00006070u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00006074u, 0x00006066u, 0x000500c7u, 0x00000006u, - 0x00006075u, 0x00006074u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00006076u, 0x00006075u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x00006078u, 0x00006072u, 0x00006076u, 0x000500c6u, 0x00000006u, 0x0000607au, - 0x00006078u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000607du, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x0000607au, 0x0004003du, 0x00000011u, 0x0000607eu, 0x0000607du, 0x00040071u, 0x00000006u, - 0x0000607fu, 0x0000607eu, 0x000500c2u, 0x00000006u, 0x00006081u, 0x0000607fu, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x00006082u, 0x00006081u, 0x0004007cu, 0x00000012u, 0x00006083u, 0x00006082u, 0x000500c7u, - 0x00000006u, 0x00006085u, 0x0000607fu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00006086u, 0x00006085u, - 0x0004007cu, 0x00000012u, 0x00006087u, 0x00006086u, 0x00050050u, 0x000001aeu, 0x00006088u, 0x00006083u, - 0x00006087u, 0x0009004fu, 0x00000013u, 0x00006089u, 0x00006088u, 0x00006088u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004d6fu, 0x000200f8u, 0x00004d6fu, 0x000700f5u, 0x00000013u, - 0x00007ff0u, 0x00007f20u, 0x00004d59u, 0x00006089u, 0x00004d60u, 0x000700f5u, 0x00000013u, 0x00007efcu, - 0x00007e29u, 0x00004d59u, 0x0000605cu, 0x00004d60u, 0x000300f7u, 0x00004d79u, 0x00000000u, 0x000400fau, - 0x00004adau, 0x00004d71u, 0x00004d79u, 0x000200f8u, 0x00004d71u, 0x00050050u, 0x000000efu, 0x00004d74u, - 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004d75u, 0x00004d74u, 0x0003003eu, 0x00004a57u, - 0x00004d75u, 0x00050041u, 0x00000007u, 0x00006093u, 0x00004a57u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00006094u, 0x00006093u, 0x00050084u, 0x00000006u, 0x00006095u, 0x00004917u, 0x00006094u, 0x00050080u, - 0x00000006u, 0x00006096u, 0x00004915u, 0x00006095u, 0x00050041u, 0x00000007u, 0x00006097u, 0x00004a57u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006098u, 0x00006097u, 0x00050084u, 0x00000006u, 0x00006099u, - 0x00006098u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000609bu, 0x00006096u, 0x00006099u, 0x000500c7u, - 0x00000006u, 0x0000609du, 0x0000609bu, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x0000609fu, 0x0000609du, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x000060a1u, 0x00006093u, 0x000500c7u, 0x00000006u, 0x000060a2u, - 0x000060a1u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000060a3u, 0x000060a2u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x000060a5u, 0x0000609fu, 0x000060a3u, 0x000500c6u, 0x00000006u, 0x000060a7u, 0x000060a5u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x000060aau, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000060a7u, 0x0004003du, 0x00000011u, 0x000060abu, 0x000060aau, 0x00040071u, 0x00000006u, 0x000060acu, - 0x000060abu, 0x000500c2u, 0x00000006u, 0x000060aeu, 0x000060acu, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x000060afu, 0x000060aeu, 0x0004007cu, 0x00000012u, 0x000060b0u, 0x000060afu, 0x000500c7u, 0x00000006u, - 0x000060b2u, 0x000060acu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000060b3u, 0x000060b2u, 0x0004007cu, - 0x00000012u, 0x000060b4u, 0x000060b3u, 0x00050050u, 0x000001aeu, 0x000060b5u, 0x000060b0u, 0x000060b4u, - 0x0009004fu, 0x00000013u, 0x000060b6u, 0x000060b5u, 0x000060b5u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004d79u, 0x000200f8u, 0x00004d79u, 0x000700f5u, 0x00000013u, 0x000080e4u, - 0x00008012u, 0x00004d6fu, 0x000060b6u, 0x00004d71u, 0x000200f9u, 0x00004dbcu, 0x000200f8u, 0x00004dbcu, - 0x000900f5u, 0x00000013u, 0x000080e3u, 0x000080e4u, 0x00004d79u, 0x000080e6u, 0x00004d9au, 0x000080e8u, - 0x00004dbbu, 0x000900f5u, 0x00000013u, 0x00007feeu, 0x00007ff0u, 0x00004d79u, 0x00007ff2u, 0x00004d9au, - 0x00007ff4u, 0x00004dbbu, 0x000900f5u, 0x00000013u, 0x00007efau, 0x00007efcu, 0x00004d79u, 0x00007efeu, - 0x00004d9au, 0x00007f00u, 0x00004dbbu, 0x000900f5u, 0x00000013u, 0x00007dccu, 0x0000602fu, 0x00004d79u, - 0x000060eau, 0x00004d9au, 0x000061abu, 0x00004dbbu, 0x000200f9u, 0x00004dbdu, 0x000200f8u, 0x00004ccau, - 0x00040071u, 0x00000006u, 0x00004ccdu, 0x0000491bu, 0x0004007cu, 0x00000008u, 0x00004cceu, 0x00004ccdu, - 0x000300f7u, 0x00004d53u, 0x00000000u, 0x000b00fbu, 0x00004cceu, 0x00004d53u, 0x00000000u, 0x00004ccfu, - 0x00000001u, 0x00004cf0u, 0x00000002u, 0x00004d11u, 0x00000003u, 0x00004d32u, 0x000200f8u, 0x00004d32u, - 0x0004007cu, 0x000000b0u, 0x00004d34u, 0x00007ccbu, 0x0003003eu, 0x00004a2au, 0x00004d34u, 0x00050041u, - 0x00000007u, 0x00005f58u, 0x00004a2au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005f59u, 0x00005f58u, - 0x00050084u, 0x00000006u, 0x00005f5au, 0x00004917u, 0x00005f59u, 0x00050080u, 0x00000006u, 0x00005f5bu, - 0x00004915u, 0x00005f5au, 0x00050041u, 0x00000007u, 0x00005f5cu, 0x00004a2au, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005f5du, 0x00005f5cu, 0x00050084u, 0x00000006u, 0x00005f5eu, 0x00005f5du, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00005f60u, 0x00005f5bu, 0x00005f5eu, 0x000500c7u, 0x00000006u, 0x00005f62u, - 0x00005f60u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00005f64u, 0x00005f62u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00005f66u, 0x00005f58u, 0x000500c7u, 0x00000006u, 0x00005f67u, 0x00005f66u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00005f68u, 0x00005f67u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005f6au, - 0x00005f64u, 0x00005f68u, 0x000500c6u, 0x00000006u, 0x00005f6cu, 0x00005f6au, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00005f6fu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005f6cu, 0x0004003du, - 0x00000011u, 0x00005f70u, 0x00005f6fu, 0x00040071u, 0x00000006u, 0x00005f71u, 0x00005f70u, 0x000500c2u, - 0x00000006u, 0x00005f73u, 0x00005f71u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005f74u, 0x00005f73u, - 0x0004007cu, 0x00000012u, 0x00005f75u, 0x00005f74u, 0x000500c7u, 0x00000006u, 0x00005f77u, 0x00005f71u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005f78u, 0x00005f77u, 0x0004007cu, 0x00000012u, 0x00005f79u, - 0x00005f78u, 0x00050050u, 0x000001aeu, 0x00005f7au, 0x00005f75u, 0x00005f79u, 0x0009004fu, 0x00000013u, - 0x00005f7bu, 0x00005f7au, 0x00005f7au, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, - 0x00004d48u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004d39u, 0x00004d48u, 0x000200f8u, 0x00004d39u, - 0x00050050u, 0x000000efu, 0x00004d3cu, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004d3du, - 0x00004d3cu, 0x0003003eu, 0x00004a2du, 0x00004d3du, 0x00050041u, 0x00000007u, 0x00005f85u, 0x00004a2du, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005f86u, 0x00005f85u, 0x00050084u, 0x00000006u, 0x00005f87u, - 0x00004917u, 0x00005f86u, 0x00050080u, 0x00000006u, 0x00005f88u, 0x00004915u, 0x00005f87u, 0x00050041u, - 0x00000007u, 0x00005f89u, 0x00004a2du, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005f8au, 0x00005f89u, - 0x00050084u, 0x00000006u, 0x00005f8bu, 0x00005f8au, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005f8du, - 0x00005f88u, 0x00005f8bu, 0x000500c7u, 0x00000006u, 0x00005f8fu, 0x00005f8du, 0x00000e80u, 0x000500c2u, - 0x00000006u, 0x00005f91u, 0x00005f8fu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005f93u, 0x00005f85u, - 0x000500c7u, 0x00000006u, 0x00005f94u, 0x00005f93u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005f95u, - 0x00005f94u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005f97u, 0x00005f91u, 0x00005f95u, 0x000500c6u, - 0x00000006u, 0x00005f99u, 0x00005f97u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005f9cu, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005f99u, 0x0004003du, 0x00000011u, 0x00005f9du, 0x00005f9cu, - 0x00040071u, 0x00000006u, 0x00005f9eu, 0x00005f9du, 0x000500c2u, 0x00000006u, 0x00005fa0u, 0x00005f9eu, - 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005fa1u, 0x00005fa0u, 0x0004007cu, 0x00000012u, 0x00005fa2u, - 0x00005fa1u, 0x000500c7u, 0x00000006u, 0x00005fa4u, 0x00005f9eu, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00005fa5u, 0x00005fa4u, 0x0004007cu, 0x00000012u, 0x00005fa6u, 0x00005fa5u, 0x00050050u, 0x000001aeu, - 0x00005fa7u, 0x00005fa2u, 0x00005fa6u, 0x0009004fu, 0x00000013u, 0x00005fa8u, 0x00005fa7u, 0x00005fa7u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x000000efu, 0x00004d43u, 0x00007cb6u, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004d44u, 0x00004d43u, 0x0003003eu, 0x00004a30u, 0x00004d44u, - 0x00050041u, 0x00000007u, 0x00005fb2u, 0x00004a30u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005fb3u, - 0x00005fb2u, 0x00050084u, 0x00000006u, 0x00005fb4u, 0x00004917u, 0x00005fb3u, 0x00050080u, 0x00000006u, - 0x00005fb5u, 0x00004915u, 0x00005fb4u, 0x00050041u, 0x00000007u, 0x00005fb6u, 0x00004a30u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005fb7u, 0x00005fb6u, 0x00050084u, 0x00000006u, 0x00005fb8u, 0x00005fb7u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005fbau, 0x00005fb5u, 0x00005fb8u, 0x000500c7u, 0x00000006u, - 0x00005fbcu, 0x00005fbau, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00005fbeu, 0x00005fbcu, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005fc0u, 0x00005fb2u, 0x000500c7u, 0x00000006u, 0x00005fc1u, 0x00005fc0u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005fc2u, 0x00005fc1u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005fc4u, 0x00005fbeu, 0x00005fc2u, 0x000500c6u, 0x00000006u, 0x00005fc6u, 0x00005fc4u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005fc9u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005fc6u, - 0x0004003du, 0x00000011u, 0x00005fcau, 0x00005fc9u, 0x00040071u, 0x00000006u, 0x00005fcbu, 0x00005fcau, - 0x000500c2u, 0x00000006u, 0x00005fcdu, 0x00005fcbu, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005fceu, - 0x00005fcdu, 0x0004007cu, 0x00000012u, 0x00005fcfu, 0x00005fceu, 0x000500c7u, 0x00000006u, 0x00005fd1u, - 0x00005fcbu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005fd2u, 0x00005fd1u, 0x0004007cu, 0x00000012u, - 0x00005fd3u, 0x00005fd2u, 0x00050050u, 0x000001aeu, 0x00005fd4u, 0x00005fcfu, 0x00005fd3u, 0x0009004fu, - 0x00000013u, 0x00005fd5u, 0x00005fd4u, 0x00005fd4u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004d48u, 0x000200f8u, 0x00004d48u, 0x000700f5u, 0x00000013u, 0x00007fedu, 0x00007f20u, - 0x00004d32u, 0x00005fd5u, 0x00004d39u, 0x000700f5u, 0x00000013u, 0x00007ef9u, 0x00007e29u, 0x00004d32u, - 0x00005fa8u, 0x00004d39u, 0x000300f7u, 0x00004d52u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004d4au, - 0x00004d52u, 0x000200f8u, 0x00004d4au, 0x00050050u, 0x000000efu, 0x00004d4du, 0x00007cbau, 0x00004ad0u, - 0x0004007cu, 0x000000b0u, 0x00004d4eu, 0x00004d4du, 0x0003003eu, 0x00004a33u, 0x00004d4eu, 0x00050041u, - 0x00000007u, 0x00005fdfu, 0x00004a33u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005fe0u, 0x00005fdfu, - 0x00050084u, 0x00000006u, 0x00005fe1u, 0x00004917u, 0x00005fe0u, 0x00050080u, 0x00000006u, 0x00005fe2u, - 0x00004915u, 0x00005fe1u, 0x00050041u, 0x00000007u, 0x00005fe3u, 0x00004a33u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005fe4u, 0x00005fe3u, 0x00050084u, 0x00000006u, 0x00005fe5u, 0x00005fe4u, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00005fe7u, 0x00005fe2u, 0x00005fe5u, 0x000500c7u, 0x00000006u, 0x00005fe9u, - 0x00005fe7u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00005febu, 0x00005fe9u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00005fedu, 0x00005fdfu, 0x000500c7u, 0x00000006u, 0x00005feeu, 0x00005fedu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00005fefu, 0x00005feeu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005ff1u, - 0x00005febu, 0x00005fefu, 0x000500c6u, 0x00000006u, 0x00005ff3u, 0x00005ff1u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x00005ff6u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005ff3u, 0x0004003du, - 0x00000011u, 0x00005ff7u, 0x00005ff6u, 0x00040071u, 0x00000006u, 0x00005ff8u, 0x00005ff7u, 0x000500c2u, - 0x00000006u, 0x00005ffau, 0x00005ff8u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005ffbu, 0x00005ffau, - 0x0004007cu, 0x00000012u, 0x00005ffcu, 0x00005ffbu, 0x000500c7u, 0x00000006u, 0x00005ffeu, 0x00005ff8u, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005fffu, 0x00005ffeu, 0x0004007cu, 0x00000012u, 0x00006000u, - 0x00005fffu, 0x00050050u, 0x000001aeu, 0x00006001u, 0x00005ffcu, 0x00006000u, 0x0009004fu, 0x00000013u, - 0x00006002u, 0x00006001u, 0x00006001u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00004d52u, 0x000200f8u, 0x00004d52u, 0x000700f5u, 0x00000013u, 0x000080e1u, 0x00008012u, 0x00004d48u, - 0x00006002u, 0x00004d4au, 0x000200f9u, 0x00004d53u, 0x000200f8u, 0x00004d11u, 0x0004007cu, 0x000000b0u, - 0x00004d13u, 0x00007ccbu, 0x0003003eu, 0x00004a1eu, 0x00004d13u, 0x00050041u, 0x00000007u, 0x00005e6du, - 0x00004a1eu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005e6eu, 0x00005e6du, 0x00050084u, 0x00000006u, - 0x00005e6fu, 0x00004917u, 0x00005e6eu, 0x00050080u, 0x00000006u, 0x00005e70u, 0x00004915u, 0x00005e6fu, - 0x00050041u, 0x00000007u, 0x00005e71u, 0x00004a1eu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005e72u, - 0x00005e71u, 0x00050084u, 0x00000006u, 0x00005e73u, 0x00005e72u, 0x00000388u, 0x00050080u, 0x00000006u, - 0x00005e75u, 0x00005e70u, 0x00005e73u, 0x000500c7u, 0x00000006u, 0x00005e77u, 0x00005e75u, 0x00000e80u, - 0x000500c2u, 0x00000006u, 0x00005e79u, 0x00005e77u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005e7bu, - 0x00005e6du, 0x000500c7u, 0x00000006u, 0x00005e7cu, 0x00005e7bu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005e7du, 0x00005e7cu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005e7fu, 0x00005e79u, 0x00005e7du, - 0x000500c6u, 0x00000006u, 0x00005e81u, 0x00005e7fu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005e84u, - 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005e81u, 0x0004003du, 0x00000011u, 0x00005e85u, - 0x00005e84u, 0x00040071u, 0x00000006u, 0x00005e86u, 0x00005e85u, 0x000500c2u, 0x00000006u, 0x00005e8eu, - 0x00005e86u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005e90u, 0x00005e86u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00005e92u, 0x00005e8eu, 0x0004007cu, 0x00000012u, 0x00005e93u, 0x00005e92u, 0x00040071u, - 0x00000011u, 0x00005e9bu, 0x00005e90u, 0x0004007cu, 0x00000012u, 0x00005e9cu, 0x00005e9bu, 0x00070050u, - 0x00000013u, 0x00005e9du, 0x00005e93u, 0x00005e93u, 0x00005e93u, 0x00005e9cu, 0x000300f7u, 0x00004d27u, - 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004d18u, 0x00004d27u, 0x000200f8u, 0x00004d18u, 0x00050050u, - 0x000000efu, 0x00004d1bu, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004d1cu, 0x00004d1bu, - 0x0003003eu, 0x00004a21u, 0x00004d1cu, 0x00050041u, 0x00000007u, 0x00005ea8u, 0x00004a21u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00005ea9u, 0x00005ea8u, 0x00050084u, 0x00000006u, 0x00005eaau, 0x00004917u, - 0x00005ea9u, 0x00050080u, 0x00000006u, 0x00005eabu, 0x00004915u, 0x00005eaau, 0x00050041u, 0x00000007u, - 0x00005eacu, 0x00004a21u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005eadu, 0x00005eacu, 0x00050084u, - 0x00000006u, 0x00005eaeu, 0x00005eadu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005eb0u, 0x00005eabu, - 0x00005eaeu, 0x000500c7u, 0x00000006u, 0x00005eb2u, 0x00005eb0u, 0x00000e80u, 0x000500c2u, 0x00000006u, - 0x00005eb4u, 0x00005eb2u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005eb6u, 0x00005ea8u, 0x000500c7u, - 0x00000006u, 0x00005eb7u, 0x00005eb6u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005eb8u, 0x00005eb7u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005ebau, 0x00005eb4u, 0x00005eb8u, 0x000500c6u, 0x00000006u, - 0x00005ebcu, 0x00005ebau, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005ebfu, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00005ebcu, 0x0004003du, 0x00000011u, 0x00005ec0u, 0x00005ebfu, 0x00040071u, - 0x00000006u, 0x00005ec1u, 0x00005ec0u, 0x000500c2u, 0x00000006u, 0x00005ec9u, 0x00005ec1u, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x00005ecbu, 0x00005ec1u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005ecdu, - 0x00005ec9u, 0x0004007cu, 0x00000012u, 0x00005eceu, 0x00005ecdu, 0x00040071u, 0x00000011u, 0x00005ed6u, - 0x00005ecbu, 0x0004007cu, 0x00000012u, 0x00005ed7u, 0x00005ed6u, 0x00070050u, 0x00000013u, 0x00005ed8u, - 0x00005eceu, 0x00005eceu, 0x00005eceu, 0x00005ed7u, 0x00050050u, 0x000000efu, 0x00004d22u, 0x00007cb6u, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004d23u, 0x00004d22u, 0x0003003eu, 0x00004a24u, 0x00004d23u, - 0x00050041u, 0x00000007u, 0x00005ee3u, 0x00004a24u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005ee4u, - 0x00005ee3u, 0x00050084u, 0x00000006u, 0x00005ee5u, 0x00004917u, 0x00005ee4u, 0x00050080u, 0x00000006u, - 0x00005ee6u, 0x00004915u, 0x00005ee5u, 0x00050041u, 0x00000007u, 0x00005ee7u, 0x00004a24u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005ee8u, 0x00005ee7u, 0x00050084u, 0x00000006u, 0x00005ee9u, 0x00005ee8u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005eebu, 0x00005ee6u, 0x00005ee9u, 0x000500c7u, 0x00000006u, - 0x00005eedu, 0x00005eebu, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00005eefu, 0x00005eedu, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005ef1u, 0x00005ee3u, 0x000500c7u, 0x00000006u, 0x00005ef2u, 0x00005ef1u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005ef3u, 0x00005ef2u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005ef5u, 0x00005eefu, 0x00005ef3u, 0x000500c6u, 0x00000006u, 0x00005ef7u, 0x00005ef5u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005efau, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005ef7u, - 0x0004003du, 0x00000011u, 0x00005efbu, 0x00005efau, 0x00040071u, 0x00000006u, 0x00005efcu, 0x00005efbu, - 0x000500c2u, 0x00000006u, 0x00005f04u, 0x00005efcu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005f06u, - 0x00005efcu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005f08u, 0x00005f04u, 0x0004007cu, 0x00000012u, - 0x00005f09u, 0x00005f08u, 0x00040071u, 0x00000011u, 0x00005f11u, 0x00005f06u, 0x0004007cu, 0x00000012u, - 0x00005f12u, 0x00005f11u, 0x00070050u, 0x00000013u, 0x00005f13u, 0x00005f09u, 0x00005f09u, 0x00005f09u, - 0x00005f12u, 0x000200f9u, 0x00004d27u, 0x000200f8u, 0x00004d27u, 0x000700f5u, 0x00000013u, 0x00007febu, - 0x00007f20u, 0x00004d11u, 0x00005f13u, 0x00004d18u, 0x000700f5u, 0x00000013u, 0x00007ef7u, 0x00007e29u, - 0x00004d11u, 0x00005ed8u, 0x00004d18u, 0x000300f7u, 0x00004d31u, 0x00000000u, 0x000400fau, 0x00004adau, - 0x00004d29u, 0x00004d31u, 0x000200f8u, 0x00004d29u, 0x00050050u, 0x000000efu, 0x00004d2cu, 0x00007cbau, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004d2du, 0x00004d2cu, 0x0003003eu, 0x00004a27u, 0x00004d2du, - 0x00050041u, 0x00000007u, 0x00005f1eu, 0x00004a27u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005f1fu, - 0x00005f1eu, 0x00050084u, 0x00000006u, 0x00005f20u, 0x00004917u, 0x00005f1fu, 0x00050080u, 0x00000006u, - 0x00005f21u, 0x00004915u, 0x00005f20u, 0x00050041u, 0x00000007u, 0x00005f22u, 0x00004a27u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005f23u, 0x00005f22u, 0x00050084u, 0x00000006u, 0x00005f24u, 0x00005f23u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005f26u, 0x00005f21u, 0x00005f24u, 0x000500c7u, 0x00000006u, - 0x00005f28u, 0x00005f26u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00005f2au, 0x00005f28u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005f2cu, 0x00005f1eu, 0x000500c7u, 0x00000006u, 0x00005f2du, 0x00005f2cu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005f2eu, 0x00005f2du, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005f30u, 0x00005f2au, 0x00005f2eu, 0x000500c6u, 0x00000006u, 0x00005f32u, 0x00005f30u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005f35u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005f32u, - 0x0004003du, 0x00000011u, 0x00005f36u, 0x00005f35u, 0x00040071u, 0x00000006u, 0x00005f37u, 0x00005f36u, - 0x000500c2u, 0x00000006u, 0x00005f3fu, 0x00005f37u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005f41u, - 0x00005f37u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005f43u, 0x00005f3fu, 0x0004007cu, 0x00000012u, - 0x00005f44u, 0x00005f43u, 0x00040071u, 0x00000011u, 0x00005f4cu, 0x00005f41u, 0x0004007cu, 0x00000012u, - 0x00005f4du, 0x00005f4cu, 0x00070050u, 0x00000013u, 0x00005f4eu, 0x00005f44u, 0x00005f44u, 0x00005f44u, - 0x00005f4du, 0x000200f9u, 0x00004d31u, 0x000200f8u, 0x00004d31u, 0x000700f5u, 0x00000013u, 0x000080dfu, - 0x00008012u, 0x00004d27u, 0x00005f4eu, 0x00004d29u, 0x000200f9u, 0x00004d53u, 0x000200f8u, 0x00004cf0u, - 0x0004007cu, 0x000000b0u, 0x00004cf2u, 0x00007ccbu, 0x0003003eu, 0x00004a12u, 0x00004cf2u, 0x00050041u, - 0x00000007u, 0x00005d7eu, 0x00004a12u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005d7fu, 0x00005d7eu, - 0x00050084u, 0x00000006u, 0x00005d80u, 0x00004917u, 0x00005d7fu, 0x00050080u, 0x00000006u, 0x00005d81u, - 0x00004915u, 0x00005d80u, 0x00050041u, 0x00000007u, 0x00005d82u, 0x00004a12u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005d83u, 0x00005d82u, 0x00050080u, 0x00000006u, 0x00005d85u, 0x00005d81u, 0x00005d83u, - 0x000500c7u, 0x00000006u, 0x00005d87u, 0x00005d85u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005d8au, - 0x00005d7eu, 0x000500c7u, 0x00000006u, 0x00005d8bu, 0x00005d8au, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005d8cu, 0x00005d8bu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005d8eu, 0x00005d87u, 0x00005d8cu, - 0x000500c6u, 0x00000006u, 0x00005d90u, 0x00005d8eu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005d93u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005d90u, 0x0004003du, 0x0000000fu, 0x00005d94u, - 0x00005d93u, 0x00040071u, 0x00000006u, 0x00005d95u, 0x00005d94u, 0x000500c2u, 0x00000006u, 0x00005d97u, - 0x00005d95u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00005d99u, 0x00005d95u, 0x00000ea3u, 0x000500c4u, - 0x00000006u, 0x00005d9bu, 0x00005d99u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005d9du, 0x00005d99u, - 0x00005d9bu, 0x000500c4u, 0x00000006u, 0x00005d9fu, 0x00005d97u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00005da1u, 0x00005d97u, 0x00005d9fu, 0x00040071u, 0x00000011u, 0x00005da3u, 0x00005da1u, 0x0004007cu, - 0x00000012u, 0x00005da4u, 0x00005da3u, 0x00040071u, 0x00000011u, 0x00005dacu, 0x00005d9du, 0x0004007cu, - 0x00000012u, 0x00005dadu, 0x00005dacu, 0x00070050u, 0x00000013u, 0x00005daeu, 0x00005da4u, 0x00005da4u, - 0x00005da4u, 0x00005dadu, 0x000300f7u, 0x00004d06u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004cf7u, - 0x00004d06u, 0x000200f8u, 0x00004cf7u, 0x00050050u, 0x000000efu, 0x00004cfau, 0x00007cbau, 0x00004aceu, - 0x0004007cu, 0x000000b0u, 0x00004cfbu, 0x00004cfau, 0x0003003eu, 0x00004a15u, 0x00004cfbu, 0x00050041u, - 0x00000007u, 0x00005dbau, 0x00004a15u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005dbbu, 0x00005dbau, - 0x00050084u, 0x00000006u, 0x00005dbcu, 0x00004917u, 0x00005dbbu, 0x00050080u, 0x00000006u, 0x00005dbdu, - 0x00004915u, 0x00005dbcu, 0x00050041u, 0x00000007u, 0x00005dbeu, 0x00004a15u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005dbfu, 0x00005dbeu, 0x00050080u, 0x00000006u, 0x00005dc1u, 0x00005dbdu, 0x00005dbfu, - 0x000500c7u, 0x00000006u, 0x00005dc3u, 0x00005dc1u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005dc6u, - 0x00005dbau, 0x000500c7u, 0x00000006u, 0x00005dc7u, 0x00005dc6u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005dc8u, 0x00005dc7u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005dcau, 0x00005dc3u, 0x00005dc8u, - 0x000500c6u, 0x00000006u, 0x00005dccu, 0x00005dcau, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005dcfu, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005dccu, 0x0004003du, 0x0000000fu, 0x00005dd0u, - 0x00005dcfu, 0x00040071u, 0x00000006u, 0x00005dd1u, 0x00005dd0u, 0x000500c2u, 0x00000006u, 0x00005dd3u, - 0x00005dd1u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00005dd5u, 0x00005dd1u, 0x00000ea3u, 0x000500c4u, - 0x00000006u, 0x00005dd7u, 0x00005dd5u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005dd9u, 0x00005dd5u, - 0x00005dd7u, 0x000500c4u, 0x00000006u, 0x00005ddbu, 0x00005dd3u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x00005dddu, 0x00005dd3u, 0x00005ddbu, 0x00040071u, 0x00000011u, 0x00005ddfu, 0x00005dddu, 0x0004007cu, - 0x00000012u, 0x00005de0u, 0x00005ddfu, 0x00040071u, 0x00000011u, 0x00005de8u, 0x00005dd9u, 0x0004007cu, - 0x00000012u, 0x00005de9u, 0x00005de8u, 0x00070050u, 0x00000013u, 0x00005deau, 0x00005de0u, 0x00005de0u, - 0x00005de0u, 0x00005de9u, 0x00050050u, 0x000000efu, 0x00004d01u, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, - 0x000000b0u, 0x00004d02u, 0x00004d01u, 0x0003003eu, 0x00004a18u, 0x00004d02u, 0x00050041u, 0x00000007u, - 0x00005df6u, 0x00004a18u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005df7u, 0x00005df6u, 0x00050084u, - 0x00000006u, 0x00005df8u, 0x00004917u, 0x00005df7u, 0x00050080u, 0x00000006u, 0x00005df9u, 0x00004915u, - 0x00005df8u, 0x00050041u, 0x00000007u, 0x00005dfau, 0x00004a18u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00005dfbu, 0x00005dfau, 0x00050080u, 0x00000006u, 0x00005dfdu, 0x00005df9u, 0x00005dfbu, 0x000500c7u, - 0x00000006u, 0x00005dffu, 0x00005dfdu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005e02u, 0x00005df6u, - 0x000500c7u, 0x00000006u, 0x00005e03u, 0x00005e02u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005e04u, - 0x00005e03u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005e06u, 0x00005dffu, 0x00005e04u, 0x000500c6u, - 0x00000006u, 0x00005e08u, 0x00005e06u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005e0bu, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005e08u, 0x0004003du, 0x0000000fu, 0x00005e0cu, 0x00005e0bu, - 0x00040071u, 0x00000006u, 0x00005e0du, 0x00005e0cu, 0x000500c2u, 0x00000006u, 0x00005e0fu, 0x00005e0du, - 0x00000235u, 0x000500c7u, 0x00000006u, 0x00005e11u, 0x00005e0du, 0x00000ea3u, 0x000500c4u, 0x00000006u, - 0x00005e13u, 0x00005e11u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005e15u, 0x00005e11u, 0x00005e13u, - 0x000500c4u, 0x00000006u, 0x00005e17u, 0x00005e0fu, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005e19u, - 0x00005e0fu, 0x00005e17u, 0x00040071u, 0x00000011u, 0x00005e1bu, 0x00005e19u, 0x0004007cu, 0x00000012u, - 0x00005e1cu, 0x00005e1bu, 0x00040071u, 0x00000011u, 0x00005e24u, 0x00005e15u, 0x0004007cu, 0x00000012u, - 0x00005e25u, 0x00005e24u, 0x00070050u, 0x00000013u, 0x00005e26u, 0x00005e1cu, 0x00005e1cu, 0x00005e1cu, - 0x00005e25u, 0x000200f9u, 0x00004d06u, 0x000200f8u, 0x00004d06u, 0x000700f5u, 0x00000013u, 0x00007fe9u, - 0x00007f20u, 0x00004cf0u, 0x00005e26u, 0x00004cf7u, 0x000700f5u, 0x00000013u, 0x00007ef5u, 0x00007e29u, - 0x00004cf0u, 0x00005deau, 0x00004cf7u, 0x000300f7u, 0x00004d10u, 0x00000000u, 0x000400fau, 0x00004adau, - 0x00004d08u, 0x00004d10u, 0x000200f8u, 0x00004d08u, 0x00050050u, 0x000000efu, 0x00004d0bu, 0x00007cbau, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004d0cu, 0x00004d0bu, 0x0003003eu, 0x00004a1bu, 0x00004d0cu, - 0x00050041u, 0x00000007u, 0x00005e32u, 0x00004a1bu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005e33u, - 0x00005e32u, 0x00050084u, 0x00000006u, 0x00005e34u, 0x00004917u, 0x00005e33u, 0x00050080u, 0x00000006u, - 0x00005e35u, 0x00004915u, 0x00005e34u, 0x00050041u, 0x00000007u, 0x00005e36u, 0x00004a1bu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005e37u, 0x00005e36u, 0x00050080u, 0x00000006u, 0x00005e39u, 0x00005e35u, - 0x00005e37u, 0x000500c7u, 0x00000006u, 0x00005e3bu, 0x00005e39u, 0x00000e80u, 0x0004003du, 0x00000006u, - 0x00005e3eu, 0x00005e32u, 0x000500c7u, 0x00000006u, 0x00005e3fu, 0x00005e3eu, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005e40u, 0x00005e3fu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005e42u, 0x00005e3bu, - 0x00005e40u, 0x000500c6u, 0x00000006u, 0x00005e44u, 0x00005e42u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00005e47u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005e44u, 0x0004003du, 0x0000000fu, - 0x00005e48u, 0x00005e47u, 0x00040071u, 0x00000006u, 0x00005e49u, 0x00005e48u, 0x000500c2u, 0x00000006u, - 0x00005e4bu, 0x00005e49u, 0x00000235u, 0x000500c7u, 0x00000006u, 0x00005e4du, 0x00005e49u, 0x00000ea3u, - 0x000500c4u, 0x00000006u, 0x00005e4fu, 0x00005e4du, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005e51u, - 0x00005e4du, 0x00005e4fu, 0x000500c4u, 0x00000006u, 0x00005e53u, 0x00005e4bu, 0x00000235u, 0x000500c5u, - 0x00000006u, 0x00005e55u, 0x00005e4bu, 0x00005e53u, 0x00040071u, 0x00000011u, 0x00005e57u, 0x00005e55u, - 0x0004007cu, 0x00000012u, 0x00005e58u, 0x00005e57u, 0x00040071u, 0x00000011u, 0x00005e60u, 0x00005e51u, - 0x0004007cu, 0x00000012u, 0x00005e61u, 0x00005e60u, 0x00070050u, 0x00000013u, 0x00005e62u, 0x00005e58u, - 0x00005e58u, 0x00005e58u, 0x00005e61u, 0x000200f9u, 0x00004d10u, 0x000200f8u, 0x00004d10u, 0x000700f5u, - 0x00000013u, 0x000080ddu, 0x00008012u, 0x00004d06u, 0x00005e62u, 0x00004d08u, 0x000200f9u, 0x00004d53u, - 0x000200f8u, 0x00004ccfu, 0x0004007cu, 0x000000b0u, 0x00004cd1u, 0x00007ccbu, 0x0003003eu, 0x00004a06u, - 0x00004cd1u, 0x00050041u, 0x00000007u, 0x00005c66u, 0x00004a06u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005c67u, 0x00005c66u, 0x00050084u, 0x00000006u, 0x00005c68u, 0x00004917u, 0x00005c67u, 0x00050080u, - 0x00000006u, 0x00005c69u, 0x00004915u, 0x00005c68u, 0x00050041u, 0x00000007u, 0x00005c6au, 0x00004a06u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005c6bu, 0x00005c6au, 0x000500c2u, 0x00000006u, 0x00005c6cu, - 0x00005c6bu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005c6eu, 0x00005c69u, 0x00005c6cu, 0x000500c7u, - 0x00000006u, 0x00005c70u, 0x00005c6eu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005c72u, 0x00005c6au, - 0x000400c8u, 0x00000006u, 0x00005c73u, 0x00005c72u, 0x000500c7u, 0x00000006u, 0x00005c74u, 0x00005c73u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005c75u, 0x00005c74u, 0x00000706u, 0x0004003du, 0x00000006u, - 0x00005c78u, 0x00005c66u, 0x000500c7u, 0x00000006u, 0x00005c79u, 0x00005c78u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005c7au, 0x00005c79u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005c7cu, 0x00005c70u, - 0x00005c7au, 0x000500c6u, 0x00000006u, 0x00005c7eu, 0x00005c7cu, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00005c81u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005c7eu, 0x0004003du, 0x0000000fu, - 0x00005c82u, 0x00005c81u, 0x00040071u, 0x00000006u, 0x00005c83u, 0x00005c82u, 0x000500c2u, 0x00000006u, - 0x00005c86u, 0x00005c83u, 0x00005c75u, 0x000500c7u, 0x00000006u, 0x00005c87u, 0x00005c86u, 0x00000ea3u, - 0x000500c7u, 0x00000006u, 0x00005c89u, 0x00005c87u, 0x00000edbu, 0x000500c4u, 0x00000006u, 0x00005c8bu, - 0x00005c89u, 0x00000235u, 0x000500c4u, 0x00000006u, 0x00005c8du, 0x00005c89u, 0x0000022cu, 0x000500c5u, - 0x00000006u, 0x00005c8eu, 0x00005c8bu, 0x00005c8du, 0x000500c2u, 0x00000006u, 0x00005c90u, 0x00005c89u, - 0x0000022fu, 0x000500c5u, 0x00000006u, 0x00005c91u, 0x00005c8eu, 0x00005c90u, 0x00040071u, 0x00000011u, - 0x00005c93u, 0x00005c91u, 0x0004007cu, 0x00000012u, 0x00005c94u, 0x00005c93u, 0x000500c7u, 0x00000006u, - 0x00005c9cu, 0x00005c87u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005c9du, 0x00005c9cu, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x00005c9eu, 0x00005c9du, 0x0004007cu, 0x00000012u, 0x00005c9fu, 0x00005c9eu, - 0x00070050u, 0x00000013u, 0x00005ca0u, 0x00005c94u, 0x00005c94u, 0x00005c94u, 0x00005c9fu, 0x000300f7u, - 0x00004ce5u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004cd6u, 0x00004ce5u, 0x000200f8u, 0x00004cd6u, - 0x00050050u, 0x000000efu, 0x00004cd9u, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004cdau, - 0x00004cd9u, 0x0003003eu, 0x00004a09u, 0x00004cdau, 0x00050041u, 0x00000007u, 0x00005cacu, 0x00004a09u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005cadu, 0x00005cacu, 0x00050084u, 0x00000006u, 0x00005caeu, - 0x00004917u, 0x00005cadu, 0x00050080u, 0x00000006u, 0x00005cafu, 0x00004915u, 0x00005caeu, 0x00050041u, - 0x00000007u, 0x00005cb0u, 0x00004a09u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005cb1u, 0x00005cb0u, - 0x000500c2u, 0x00000006u, 0x00005cb2u, 0x00005cb1u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005cb4u, - 0x00005cafu, 0x00005cb2u, 0x000500c7u, 0x00000006u, 0x00005cb6u, 0x00005cb4u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x00005cb8u, 0x00005cb0u, 0x000400c8u, 0x00000006u, 0x00005cb9u, 0x00005cb8u, 0x000500c7u, - 0x00000006u, 0x00005cbau, 0x00005cb9u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005cbbu, 0x00005cbau, - 0x00000706u, 0x0004003du, 0x00000006u, 0x00005cbeu, 0x00005cacu, 0x000500c7u, 0x00000006u, 0x00005cbfu, - 0x00005cbeu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005cc0u, 0x00005cbfu, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x00005cc2u, 0x00005cb6u, 0x00005cc0u, 0x000500c6u, 0x00000006u, 0x00005cc4u, 0x00005cc2u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00005cc7u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00005cc4u, 0x0004003du, 0x0000000fu, 0x00005cc8u, 0x00005cc7u, 0x00040071u, 0x00000006u, 0x00005cc9u, - 0x00005cc8u, 0x000500c2u, 0x00000006u, 0x00005cccu, 0x00005cc9u, 0x00005cbbu, 0x000500c7u, 0x00000006u, - 0x00005ccdu, 0x00005cccu, 0x00000ea3u, 0x000500c7u, 0x00000006u, 0x00005ccfu, 0x00005ccdu, 0x00000edbu, - 0x000500c4u, 0x00000006u, 0x00005cd1u, 0x00005ccfu, 0x00000235u, 0x000500c4u, 0x00000006u, 0x00005cd3u, - 0x00005ccfu, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x00005cd4u, 0x00005cd1u, 0x00005cd3u, 0x000500c2u, - 0x00000006u, 0x00005cd6u, 0x00005ccfu, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x00005cd7u, 0x00005cd4u, - 0x00005cd6u, 0x00040071u, 0x00000011u, 0x00005cd9u, 0x00005cd7u, 0x0004007cu, 0x00000012u, 0x00005cdau, - 0x00005cd9u, 0x000500c7u, 0x00000006u, 0x00005ce2u, 0x00005ccdu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00005ce3u, 0x00005ce2u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005ce4u, 0x00005ce3u, 0x0004007cu, - 0x00000012u, 0x00005ce5u, 0x00005ce4u, 0x00070050u, 0x00000013u, 0x00005ce6u, 0x00005cdau, 0x00005cdau, - 0x00005cdau, 0x00005ce5u, 0x00050050u, 0x000000efu, 0x00004ce0u, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, - 0x000000b0u, 0x00004ce1u, 0x00004ce0u, 0x0003003eu, 0x00004a0cu, 0x00004ce1u, 0x00050041u, 0x00000007u, - 0x00005cf2u, 0x00004a0cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005cf3u, 0x00005cf2u, 0x00050084u, - 0x00000006u, 0x00005cf4u, 0x00004917u, 0x00005cf3u, 0x00050080u, 0x00000006u, 0x00005cf5u, 0x00004915u, - 0x00005cf4u, 0x00050041u, 0x00000007u, 0x00005cf6u, 0x00004a0cu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00005cf7u, 0x00005cf6u, 0x000500c2u, 0x00000006u, 0x00005cf8u, 0x00005cf7u, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x00005cfau, 0x00005cf5u, 0x00005cf8u, 0x000500c7u, 0x00000006u, 0x00005cfcu, 0x00005cfau, - 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005cfeu, 0x00005cf6u, 0x000400c8u, 0x00000006u, 0x00005cffu, - 0x00005cfeu, 0x000500c7u, 0x00000006u, 0x00005d00u, 0x00005cffu, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00005d01u, 0x00005d00u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005d04u, 0x00005cf2u, 0x000500c7u, - 0x00000006u, 0x00005d05u, 0x00005d04u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005d06u, 0x00005d05u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005d08u, 0x00005cfcu, 0x00005d06u, 0x000500c6u, 0x00000006u, - 0x00005d0au, 0x00005d08u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005d0du, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00005d0au, 0x0004003du, 0x0000000fu, 0x00005d0eu, 0x00005d0du, 0x00040071u, - 0x00000006u, 0x00005d0fu, 0x00005d0eu, 0x000500c2u, 0x00000006u, 0x00005d12u, 0x00005d0fu, 0x00005d01u, - 0x000500c7u, 0x00000006u, 0x00005d13u, 0x00005d12u, 0x00000ea3u, 0x000500c7u, 0x00000006u, 0x00005d15u, - 0x00005d13u, 0x00000edbu, 0x000500c4u, 0x00000006u, 0x00005d17u, 0x00005d15u, 0x00000235u, 0x000500c4u, - 0x00000006u, 0x00005d19u, 0x00005d15u, 0x0000022cu, 0x000500c5u, 0x00000006u, 0x00005d1au, 0x00005d17u, - 0x00005d19u, 0x000500c2u, 0x00000006u, 0x00005d1cu, 0x00005d15u, 0x0000022fu, 0x000500c5u, 0x00000006u, - 0x00005d1du, 0x00005d1au, 0x00005d1cu, 0x00040071u, 0x00000011u, 0x00005d1fu, 0x00005d1du, 0x0004007cu, - 0x00000012u, 0x00005d20u, 0x00005d1fu, 0x000500c7u, 0x00000006u, 0x00005d28u, 0x00005d13u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00005d29u, 0x00005d28u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005d2au, - 0x00005d29u, 0x0004007cu, 0x00000012u, 0x00005d2bu, 0x00005d2au, 0x00070050u, 0x00000013u, 0x00005d2cu, - 0x00005d20u, 0x00005d20u, 0x00005d20u, 0x00005d2bu, 0x000200f9u, 0x00004ce5u, 0x000200f8u, 0x00004ce5u, - 0x000700f5u, 0x00000013u, 0x00007fe7u, 0x00007f20u, 0x00004ccfu, 0x00005d2cu, 0x00004cd6u, 0x000700f5u, - 0x00000013u, 0x00007ef3u, 0x00007e29u, 0x00004ccfu, 0x00005ce6u, 0x00004cd6u, 0x000300f7u, 0x00004cefu, - 0x00000000u, 0x000400fau, 0x00004adau, 0x00004ce7u, 0x00004cefu, 0x000200f8u, 0x00004ce7u, 0x00050050u, - 0x000000efu, 0x00004ceau, 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004cebu, 0x00004ceau, - 0x0003003eu, 0x00004a0fu, 0x00004cebu, 0x00050041u, 0x00000007u, 0x00005d38u, 0x00004a0fu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00005d39u, 0x00005d38u, 0x00050084u, 0x00000006u, 0x00005d3au, 0x00004917u, - 0x00005d39u, 0x00050080u, 0x00000006u, 0x00005d3bu, 0x00004915u, 0x00005d3au, 0x00050041u, 0x00000007u, - 0x00005d3cu, 0x00004a0fu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005d3du, 0x00005d3cu, 0x000500c2u, - 0x00000006u, 0x00005d3eu, 0x00005d3du, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005d40u, 0x00005d3bu, - 0x00005d3eu, 0x000500c7u, 0x00000006u, 0x00005d42u, 0x00005d40u, 0x00000e80u, 0x0004003du, 0x00000006u, - 0x00005d44u, 0x00005d3cu, 0x000400c8u, 0x00000006u, 0x00005d45u, 0x00005d44u, 0x000500c7u, 0x00000006u, - 0x00005d46u, 0x00005d45u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005d47u, 0x00005d46u, 0x00000706u, - 0x0004003du, 0x00000006u, 0x00005d4au, 0x00005d38u, 0x000500c7u, 0x00000006u, 0x00005d4bu, 0x00005d4au, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005d4cu, 0x00005d4bu, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00005d4eu, 0x00005d42u, 0x00005d4cu, 0x000500c6u, 0x00000006u, 0x00005d50u, 0x00005d4eu, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00005d53u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005d50u, - 0x0004003du, 0x0000000fu, 0x00005d54u, 0x00005d53u, 0x00040071u, 0x00000006u, 0x00005d55u, 0x00005d54u, - 0x000500c2u, 0x00000006u, 0x00005d58u, 0x00005d55u, 0x00005d47u, 0x000500c7u, 0x00000006u, 0x00005d59u, - 0x00005d58u, 0x00000ea3u, 0x000500c7u, 0x00000006u, 0x00005d5bu, 0x00005d59u, 0x00000edbu, 0x000500c4u, - 0x00000006u, 0x00005d5du, 0x00005d5bu, 0x00000235u, 0x000500c4u, 0x00000006u, 0x00005d5fu, 0x00005d5bu, - 0x0000022cu, 0x000500c5u, 0x00000006u, 0x00005d60u, 0x00005d5du, 0x00005d5fu, 0x000500c2u, 0x00000006u, - 0x00005d62u, 0x00005d5bu, 0x0000022fu, 0x000500c5u, 0x00000006u, 0x00005d63u, 0x00005d60u, 0x00005d62u, - 0x00040071u, 0x00000011u, 0x00005d65u, 0x00005d63u, 0x0004007cu, 0x00000012u, 0x00005d66u, 0x00005d65u, - 0x000500c7u, 0x00000006u, 0x00005d6eu, 0x00005d59u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005d6fu, - 0x00005d6eu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005d70u, 0x00005d6fu, 0x0004007cu, 0x00000012u, - 0x00005d71u, 0x00005d70u, 0x00070050u, 0x00000013u, 0x00005d72u, 0x00005d66u, 0x00005d66u, 0x00005d66u, - 0x00005d71u, 0x000200f9u, 0x00004cefu, 0x000200f8u, 0x00004cefu, 0x000700f5u, 0x00000013u, 0x000080dbu, - 0x00008012u, 0x00004ce5u, 0x00005d72u, 0x00004ce7u, 0x000200f9u, 0x00004d53u, 0x000200f8u, 0x00004d53u, - 0x000d00f5u, 0x00000013u, 0x000080dau, 0x00008012u, 0x00004ccau, 0x000080dbu, 0x00004cefu, 0x000080ddu, - 0x00004d10u, 0x000080dfu, 0x00004d31u, 0x000080e1u, 0x00004d52u, 0x000d00f5u, 0x00000013u, 0x00007fe5u, - 0x00007f20u, 0x00004ccau, 0x00007fe7u, 0x00004cefu, 0x00007fe9u, 0x00004d10u, 0x00007febu, 0x00004d31u, - 0x00007fedu, 0x00004d52u, 0x000d00f5u, 0x00000013u, 0x00007ef1u, 0x00007e29u, 0x00004ccau, 0x00007ef3u, - 0x00004cefu, 0x00007ef5u, 0x00004d10u, 0x00007ef7u, 0x00004d31u, 0x00007ef9u, 0x00004d52u, 0x000d00f5u, - 0x00000013u, 0x00007dc3u, 0x00007cfcu, 0x00004ccau, 0x00005ca0u, 0x00004cefu, 0x00005daeu, 0x00004d10u, - 0x00005e9du, 0x00004d31u, 0x00005f7bu, 0x00004d52u, 0x000200f9u, 0x00004dbdu, 0x000200f8u, 0x00004c55u, - 0x00040071u, 0x00000006u, 0x00004c58u, 0x0000491bu, 0x0004007cu, 0x00000008u, 0x00004c59u, 0x00004c58u, - 0x000300f7u, 0x00004cc9u, 0x00000000u, 0x000700fbu, 0x00004c59u, 0x00004c5au, 0x00000000u, 0x00004c7bu, - 0x00000001u, 0x00004ca8u, 0x000200f8u, 0x00004ca8u, 0x0004007cu, 0x000000b0u, 0x00004caau, 0x00007ccbu, - 0x0003003eu, 0x000049eeu, 0x00004caau, 0x00050041u, 0x00000007u, 0x00005bd0u, 0x000049eeu, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00005bd1u, 0x00005bd0u, 0x00050084u, 0x00000006u, 0x00005bd2u, 0x00004917u, - 0x00005bd1u, 0x00050080u, 0x00000006u, 0x00005bd3u, 0x00004915u, 0x00005bd2u, 0x00050041u, 0x00000007u, - 0x00005bd4u, 0x000049eeu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005bd5u, 0x00005bd4u, 0x00050080u, - 0x00000006u, 0x00005bd7u, 0x00005bd3u, 0x00005bd5u, 0x000500c7u, 0x00000006u, 0x00005bd9u, 0x00005bd7u, - 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005bdcu, 0x00005bd0u, 0x000500c7u, 0x00000006u, 0x00005bddu, - 0x00005bdcu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005bdeu, 0x00005bddu, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x00005be0u, 0x00005bd9u, 0x00005bdeu, 0x000500c6u, 0x00000006u, 0x00005be2u, 0x00005be0u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x00005be5u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00005be2u, 0x0004003du, 0x0000000fu, 0x00005be6u, 0x00005be5u, 0x00040071u, 0x00000006u, 0x00005be7u, - 0x00005be6u, 0x00040071u, 0x00000011u, 0x00005be9u, 0x00005be7u, 0x0004007cu, 0x00000012u, 0x00005beau, - 0x00005be9u, 0x00070050u, 0x00000013u, 0x00005bebu, 0x00005beau, 0x00005beau, 0x00005beau, 0x00005beau, - 0x000300f7u, 0x00004cbeu, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004cafu, 0x00004cbeu, 0x000200f8u, - 0x00004cafu, 0x00050050u, 0x000000efu, 0x00004cb2u, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, - 0x00004cb3u, 0x00004cb2u, 0x0003003eu, 0x000049f1u, 0x00004cb3u, 0x00050041u, 0x00000007u, 0x00005bf5u, - 0x000049f1u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005bf6u, 0x00005bf5u, 0x00050084u, 0x00000006u, - 0x00005bf7u, 0x00004917u, 0x00005bf6u, 0x00050080u, 0x00000006u, 0x00005bf8u, 0x00004915u, 0x00005bf7u, - 0x00050041u, 0x00000007u, 0x00005bf9u, 0x000049f1u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005bfau, - 0x00005bf9u, 0x00050080u, 0x00000006u, 0x00005bfcu, 0x00005bf8u, 0x00005bfau, 0x000500c7u, 0x00000006u, - 0x00005bfeu, 0x00005bfcu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005c01u, 0x00005bf5u, 0x000500c7u, - 0x00000006u, 0x00005c02u, 0x00005c01u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005c03u, 0x00005c02u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005c05u, 0x00005bfeu, 0x00005c03u, 0x000500c6u, 0x00000006u, - 0x00005c07u, 0x00005c05u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005c0au, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00005c07u, 0x0004003du, 0x0000000fu, 0x00005c0bu, 0x00005c0au, 0x00040071u, - 0x00000006u, 0x00005c0cu, 0x00005c0bu, 0x00040071u, 0x00000011u, 0x00005c0eu, 0x00005c0cu, 0x0004007cu, - 0x00000012u, 0x00005c0fu, 0x00005c0eu, 0x00070050u, 0x00000013u, 0x00005c10u, 0x00005c0fu, 0x00005c0fu, - 0x00005c0fu, 0x00005c0fu, 0x00050050u, 0x000000efu, 0x00004cb9u, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, - 0x000000b0u, 0x00004cbau, 0x00004cb9u, 0x0003003eu, 0x000049f4u, 0x00004cbau, 0x00050041u, 0x00000007u, - 0x00005c1au, 0x000049f4u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005c1bu, 0x00005c1au, 0x00050084u, - 0x00000006u, 0x00005c1cu, 0x00004917u, 0x00005c1bu, 0x00050080u, 0x00000006u, 0x00005c1du, 0x00004915u, - 0x00005c1cu, 0x00050041u, 0x00000007u, 0x00005c1eu, 0x000049f4u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00005c1fu, 0x00005c1eu, 0x00050080u, 0x00000006u, 0x00005c21u, 0x00005c1du, 0x00005c1fu, 0x000500c7u, - 0x00000006u, 0x00005c23u, 0x00005c21u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005c26u, 0x00005c1au, - 0x000500c7u, 0x00000006u, 0x00005c27u, 0x00005c26u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005c28u, - 0x00005c27u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005c2au, 0x00005c23u, 0x00005c28u, 0x000500c6u, - 0x00000006u, 0x00005c2cu, 0x00005c2au, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005c2fu, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005c2cu, 0x0004003du, 0x0000000fu, 0x00005c30u, 0x00005c2fu, - 0x00040071u, 0x00000006u, 0x00005c31u, 0x00005c30u, 0x00040071u, 0x00000011u, 0x00005c33u, 0x00005c31u, - 0x0004007cu, 0x00000012u, 0x00005c34u, 0x00005c33u, 0x00070050u, 0x00000013u, 0x00005c35u, 0x00005c34u, - 0x00005c34u, 0x00005c34u, 0x00005c34u, 0x000200f9u, 0x00004cbeu, 0x000200f8u, 0x00004cbeu, 0x000700f5u, - 0x00000013u, 0x00007fe4u, 0x00007f20u, 0x00004ca8u, 0x00005c35u, 0x00004cafu, 0x000700f5u, 0x00000013u, - 0x00007ef0u, 0x00007e29u, 0x00004ca8u, 0x00005c10u, 0x00004cafu, 0x000300f7u, 0x00004cc8u, 0x00000000u, - 0x000400fau, 0x00004adau, 0x00004cc0u, 0x00004cc8u, 0x000200f8u, 0x00004cc0u, 0x00050050u, 0x000000efu, - 0x00004cc3u, 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004cc4u, 0x00004cc3u, 0x0003003eu, - 0x000049f7u, 0x00004cc4u, 0x00050041u, 0x00000007u, 0x00005c3fu, 0x000049f7u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00005c40u, 0x00005c3fu, 0x00050084u, 0x00000006u, 0x00005c41u, 0x00004917u, 0x00005c40u, - 0x00050080u, 0x00000006u, 0x00005c42u, 0x00004915u, 0x00005c41u, 0x00050041u, 0x00000007u, 0x00005c43u, - 0x000049f7u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005c44u, 0x00005c43u, 0x00050080u, 0x00000006u, - 0x00005c46u, 0x00005c42u, 0x00005c44u, 0x000500c7u, 0x00000006u, 0x00005c48u, 0x00005c46u, 0x00000e80u, - 0x0004003du, 0x00000006u, 0x00005c4bu, 0x00005c3fu, 0x000500c7u, 0x00000006u, 0x00005c4cu, 0x00005c4bu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005c4du, 0x00005c4cu, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x00005c4fu, 0x00005c48u, 0x00005c4du, 0x000500c6u, 0x00000006u, 0x00005c51u, 0x00005c4fu, 0x00000466u, - 0x00080041u, 0x00000673u, 0x00005c54u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005c51u, - 0x0004003du, 0x0000000fu, 0x00005c55u, 0x00005c54u, 0x00040071u, 0x00000006u, 0x00005c56u, 0x00005c55u, - 0x00040071u, 0x00000011u, 0x00005c58u, 0x00005c56u, 0x0004007cu, 0x00000012u, 0x00005c59u, 0x00005c58u, - 0x00070050u, 0x00000013u, 0x00005c5au, 0x00005c59u, 0x00005c59u, 0x00005c59u, 0x00005c59u, 0x000200f9u, - 0x00004cc8u, 0x000200f8u, 0x00004cc8u, 0x000700f5u, 0x00000013u, 0x000080d8u, 0x00008012u, 0x00004cbeu, - 0x00005c5au, 0x00004cc0u, 0x000200f9u, 0x00004cc9u, 0x000200f8u, 0x00004c7bu, 0x0004007cu, 0x000000b0u, - 0x00004c7du, 0x00007ccbu, 0x00040071u, 0x00000006u, 0x00004c80u, 0x0000491du, 0x0003003eu, 0x000049deu, - 0x00004c7du, 0x00050041u, 0x00000007u, 0x00005b01u, 0x000049deu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005b02u, 0x00005b01u, 0x00050084u, 0x00000006u, 0x00005b03u, 0x00004917u, 0x00005b02u, 0x00050080u, - 0x00000006u, 0x00005b04u, 0x00004915u, 0x00005b03u, 0x00050041u, 0x00000007u, 0x00005b05u, 0x000049deu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005b06u, 0x00005b05u, 0x000500c2u, 0x00000006u, 0x00005b07u, - 0x00005b06u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005b09u, 0x00005b04u, 0x00005b07u, 0x000500c7u, - 0x00000006u, 0x00005b0bu, 0x00005b09u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005b0du, 0x00005b05u, - 0x000400c8u, 0x00000006u, 0x00005b0eu, 0x00005b0du, 0x000500c7u, 0x00000006u, 0x00005b0fu, 0x00005b0eu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005b10u, 0x00005b0fu, 0x00000706u, 0x0004003du, 0x00000006u, - 0x00005b13u, 0x00005b01u, 0x000500c7u, 0x00000006u, 0x00005b14u, 0x00005b13u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005b15u, 0x00005b14u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005b17u, 0x00005b0bu, - 0x00005b15u, 0x000500c6u, 0x00000006u, 0x00005b19u, 0x00005b17u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x00005b1cu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005b19u, 0x0004003du, 0x0000000fu, - 0x00005b1du, 0x00005b1cu, 0x00040071u, 0x00000006u, 0x00005b1eu, 0x00005b1du, 0x000500c2u, 0x00000006u, - 0x00005b21u, 0x00005b1eu, 0x00005b10u, 0x000500c7u, 0x00000006u, 0x00005b22u, 0x00005b21u, 0x00000ea3u, - 0x000500c4u, 0x00000006u, 0x00005b24u, 0x00004c80u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005b26u, - 0x00005b22u, 0x00005b24u, 0x00040071u, 0x00000011u, 0x00005b28u, 0x00005b26u, 0x0004007cu, 0x00000012u, - 0x00005b29u, 0x00005b28u, 0x00070050u, 0x00000013u, 0x00005b2au, 0x00005b29u, 0x00005b29u, 0x00005b29u, - 0x00005b29u, 0x000300f7u, 0x00004c9au, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004c85u, 0x00004c9au, - 0x000200f8u, 0x00004c85u, 0x00050050u, 0x000000efu, 0x00004c88u, 0x00007cbau, 0x00004aceu, 0x0004007cu, - 0x000000b0u, 0x00004c89u, 0x00004c88u, 0x0003003eu, 0x000049e2u, 0x00004c89u, 0x00050041u, 0x00000007u, - 0x00005b35u, 0x000049e2u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005b36u, 0x00005b35u, 0x00050084u, - 0x00000006u, 0x00005b37u, 0x00004917u, 0x00005b36u, 0x00050080u, 0x00000006u, 0x00005b38u, 0x00004915u, - 0x00005b37u, 0x00050041u, 0x00000007u, 0x00005b39u, 0x000049e2u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x00005b3au, 0x00005b39u, 0x000500c2u, 0x00000006u, 0x00005b3bu, 0x00005b3au, 0x0000022cu, 0x00050080u, - 0x00000006u, 0x00005b3du, 0x00005b38u, 0x00005b3bu, 0x000500c7u, 0x00000006u, 0x00005b3fu, 0x00005b3du, - 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005b41u, 0x00005b39u, 0x000400c8u, 0x00000006u, 0x00005b42u, - 0x00005b41u, 0x000500c7u, 0x00000006u, 0x00005b43u, 0x00005b42u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x00005b44u, 0x00005b43u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005b47u, 0x00005b35u, 0x000500c7u, - 0x00000006u, 0x00005b48u, 0x00005b47u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005b49u, 0x00005b48u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005b4bu, 0x00005b3fu, 0x00005b49u, 0x000500c6u, 0x00000006u, - 0x00005b4du, 0x00005b4bu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005b50u, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00005b4du, 0x0004003du, 0x0000000fu, 0x00005b51u, 0x00005b50u, 0x00040071u, - 0x00000006u, 0x00005b52u, 0x00005b51u, 0x000500c2u, 0x00000006u, 0x00005b55u, 0x00005b52u, 0x00005b44u, - 0x000500c7u, 0x00000006u, 0x00005b56u, 0x00005b55u, 0x00000ea3u, 0x000500c5u, 0x00000006u, 0x00005b5au, - 0x00005b56u, 0x00005b24u, 0x00040071u, 0x00000011u, 0x00005b5cu, 0x00005b5au, 0x0004007cu, 0x00000012u, - 0x00005b5du, 0x00005b5cu, 0x00070050u, 0x00000013u, 0x00005b5eu, 0x00005b5du, 0x00005b5du, 0x00005b5du, - 0x00005b5du, 0x00050050u, 0x000000efu, 0x00004c92u, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, - 0x00004c93u, 0x00004c92u, 0x0003003eu, 0x000049e6u, 0x00004c93u, 0x00050041u, 0x00000007u, 0x00005b69u, - 0x000049e6u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005b6au, 0x00005b69u, 0x00050084u, 0x00000006u, - 0x00005b6bu, 0x00004917u, 0x00005b6au, 0x00050080u, 0x00000006u, 0x00005b6cu, 0x00004915u, 0x00005b6bu, - 0x00050041u, 0x00000007u, 0x00005b6du, 0x000049e6u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005b6eu, - 0x00005b6du, 0x000500c2u, 0x00000006u, 0x00005b6fu, 0x00005b6eu, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x00005b71u, 0x00005b6cu, 0x00005b6fu, 0x000500c7u, 0x00000006u, 0x00005b73u, 0x00005b71u, 0x00000e80u, - 0x0004003du, 0x00000006u, 0x00005b75u, 0x00005b6du, 0x000400c8u, 0x00000006u, 0x00005b76u, 0x00005b75u, - 0x000500c7u, 0x00000006u, 0x00005b77u, 0x00005b76u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005b78u, - 0x00005b77u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005b7bu, 0x00005b69u, 0x000500c7u, 0x00000006u, - 0x00005b7cu, 0x00005b7bu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005b7du, 0x00005b7cu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x00005b7fu, 0x00005b73u, 0x00005b7du, 0x000500c6u, 0x00000006u, 0x00005b81u, - 0x00005b7fu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005b84u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00005b81u, 0x0004003du, 0x0000000fu, 0x00005b85u, 0x00005b84u, 0x00040071u, 0x00000006u, - 0x00005b86u, 0x00005b85u, 0x000500c2u, 0x00000006u, 0x00005b89u, 0x00005b86u, 0x00005b78u, 0x000500c7u, - 0x00000006u, 0x00005b8au, 0x00005b89u, 0x00000ea3u, 0x000500c5u, 0x00000006u, 0x00005b8eu, 0x00005b8au, - 0x00005b24u, 0x00040071u, 0x00000011u, 0x00005b90u, 0x00005b8eu, 0x0004007cu, 0x00000012u, 0x00005b91u, - 0x00005b90u, 0x00070050u, 0x00000013u, 0x00005b92u, 0x00005b91u, 0x00005b91u, 0x00005b91u, 0x00005b91u, - 0x000200f9u, 0x00004c9au, 0x000200f8u, 0x00004c9au, 0x000700f5u, 0x00000013u, 0x00007fe2u, 0x00007f20u, - 0x00004c7bu, 0x00005b92u, 0x00004c85u, 0x000700f5u, 0x00000013u, 0x00007eeeu, 0x00007e29u, 0x00004c7bu, - 0x00005b5eu, 0x00004c85u, 0x000300f7u, 0x00004ca7u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004c9cu, - 0x00004ca7u, 0x000200f8u, 0x00004c9cu, 0x00050050u, 0x000000efu, 0x00004c9fu, 0x00007cbau, 0x00004ad0u, - 0x0004007cu, 0x000000b0u, 0x00004ca0u, 0x00004c9fu, 0x0003003eu, 0x000049eau, 0x00004ca0u, 0x00050041u, - 0x00000007u, 0x00005b9du, 0x000049eau, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005b9eu, 0x00005b9du, - 0x00050084u, 0x00000006u, 0x00005b9fu, 0x00004917u, 0x00005b9eu, 0x00050080u, 0x00000006u, 0x00005ba0u, - 0x00004915u, 0x00005b9fu, 0x00050041u, 0x00000007u, 0x00005ba1u, 0x000049eau, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005ba2u, 0x00005ba1u, 0x000500c2u, 0x00000006u, 0x00005ba3u, 0x00005ba2u, 0x0000022cu, - 0x00050080u, 0x00000006u, 0x00005ba5u, 0x00005ba0u, 0x00005ba3u, 0x000500c7u, 0x00000006u, 0x00005ba7u, - 0x00005ba5u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005ba9u, 0x00005ba1u, 0x000400c8u, 0x00000006u, - 0x00005baau, 0x00005ba9u, 0x000500c7u, 0x00000006u, 0x00005babu, 0x00005baau, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00005bacu, 0x00005babu, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005bafu, 0x00005b9du, - 0x000500c7u, 0x00000006u, 0x00005bb0u, 0x00005bafu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005bb1u, - 0x00005bb0u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005bb3u, 0x00005ba7u, 0x00005bb1u, 0x000500c6u, - 0x00000006u, 0x00005bb5u, 0x00005bb3u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005bb8u, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005bb5u, 0x0004003du, 0x0000000fu, 0x00005bb9u, 0x00005bb8u, - 0x00040071u, 0x00000006u, 0x00005bbau, 0x00005bb9u, 0x000500c2u, 0x00000006u, 0x00005bbdu, 0x00005bbau, - 0x00005bacu, 0x000500c7u, 0x00000006u, 0x00005bbeu, 0x00005bbdu, 0x00000ea3u, 0x000500c5u, 0x00000006u, - 0x00005bc2u, 0x00005bbeu, 0x00005b24u, 0x00040071u, 0x00000011u, 0x00005bc4u, 0x00005bc2u, 0x0004007cu, - 0x00000012u, 0x00005bc5u, 0x00005bc4u, 0x00070050u, 0x00000013u, 0x00005bc6u, 0x00005bc5u, 0x00005bc5u, - 0x00005bc5u, 0x00005bc5u, 0x000200f9u, 0x00004ca7u, 0x000200f8u, 0x00004ca7u, 0x000700f5u, 0x00000013u, - 0x000080d6u, 0x00008012u, 0x00004c9au, 0x00005bc6u, 0x00004c9cu, 0x000200f9u, 0x00004cc9u, 0x000200f8u, - 0x00004c5au, 0x0004007cu, 0x000000b0u, 0x00004c5cu, 0x00007ccbu, 0x0003003eu, 0x000049fau, 0x00004c5cu, - 0x00050041u, 0x00000007u, 0x00005a4cu, 0x000049fau, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005a4du, - 0x00005a4cu, 0x00050084u, 0x00000006u, 0x00005a4eu, 0x00004917u, 0x00005a4du, 0x00050080u, 0x00000006u, - 0x00005a4fu, 0x00004915u, 0x00005a4eu, 0x00050041u, 0x00000007u, 0x00005a50u, 0x000049fau, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005a51u, 0x00005a50u, 0x00050084u, 0x00000006u, 0x00005a52u, 0x00005a51u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005a54u, 0x00005a4fu, 0x00005a52u, 0x000500c7u, 0x00000006u, - 0x00005a56u, 0x00005a54u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00005a58u, 0x00005a56u, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005a5au, 0x00005a4cu, 0x000500c7u, 0x00000006u, 0x00005a5bu, 0x00005a5au, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005a5cu, 0x00005a5bu, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005a5eu, 0x00005a58u, 0x00005a5cu, 0x000500c6u, 0x00000006u, 0x00005a60u, 0x00005a5eu, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005a63u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005a60u, - 0x0004003du, 0x00000011u, 0x00005a64u, 0x00005a63u, 0x00040071u, 0x00000006u, 0x00005a65u, 0x00005a64u, - 0x000500c2u, 0x00000006u, 0x00005a67u, 0x00005a65u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005a68u, - 0x00005a67u, 0x0004007cu, 0x00000012u, 0x00005a69u, 0x00005a68u, 0x000500c7u, 0x00000006u, 0x00005a6bu, - 0x00005a65u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005a6cu, 0x00005a6bu, 0x0004007cu, 0x00000012u, - 0x00005a6du, 0x00005a6cu, 0x00050050u, 0x000001aeu, 0x00005a6eu, 0x00005a69u, 0x00005a6du, 0x0009004fu, - 0x00000013u, 0x00005a6fu, 0x00005a6eu, 0x00005a6eu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000300f7u, 0x00004c70u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004c61u, 0x00004c70u, 0x000200f8u, - 0x00004c61u, 0x00050050u, 0x000000efu, 0x00004c64u, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, - 0x00004c65u, 0x00004c64u, 0x0003003eu, 0x000049fdu, 0x00004c65u, 0x00050041u, 0x00000007u, 0x00005a79u, - 0x000049fdu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005a7au, 0x00005a79u, 0x00050084u, 0x00000006u, - 0x00005a7bu, 0x00004917u, 0x00005a7au, 0x00050080u, 0x00000006u, 0x00005a7cu, 0x00004915u, 0x00005a7bu, - 0x00050041u, 0x00000007u, 0x00005a7du, 0x000049fdu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005a7eu, - 0x00005a7du, 0x00050084u, 0x00000006u, 0x00005a7fu, 0x00005a7eu, 0x00000388u, 0x00050080u, 0x00000006u, - 0x00005a81u, 0x00005a7cu, 0x00005a7fu, 0x000500c7u, 0x00000006u, 0x00005a83u, 0x00005a81u, 0x00000e80u, - 0x000500c2u, 0x00000006u, 0x00005a85u, 0x00005a83u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005a87u, - 0x00005a79u, 0x000500c7u, 0x00000006u, 0x00005a88u, 0x00005a87u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005a89u, 0x00005a88u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005a8bu, 0x00005a85u, 0x00005a89u, - 0x000500c6u, 0x00000006u, 0x00005a8du, 0x00005a8bu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005a90u, - 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005a8du, 0x0004003du, 0x00000011u, 0x00005a91u, - 0x00005a90u, 0x00040071u, 0x00000006u, 0x00005a92u, 0x00005a91u, 0x000500c2u, 0x00000006u, 0x00005a94u, - 0x00005a92u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005a95u, 0x00005a94u, 0x0004007cu, 0x00000012u, - 0x00005a96u, 0x00005a95u, 0x000500c7u, 0x00000006u, 0x00005a98u, 0x00005a92u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00005a99u, 0x00005a98u, 0x0004007cu, 0x00000012u, 0x00005a9au, 0x00005a99u, 0x00050050u, - 0x000001aeu, 0x00005a9bu, 0x00005a96u, 0x00005a9au, 0x0009004fu, 0x00000013u, 0x00005a9cu, 0x00005a9bu, - 0x00005a9bu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x000000efu, 0x00004c6bu, - 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004c6cu, 0x00004c6bu, 0x0003003eu, 0x00004a00u, - 0x00004c6cu, 0x00050041u, 0x00000007u, 0x00005aa6u, 0x00004a00u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005aa7u, 0x00005aa6u, 0x00050084u, 0x00000006u, 0x00005aa8u, 0x00004917u, 0x00005aa7u, 0x00050080u, - 0x00000006u, 0x00005aa9u, 0x00004915u, 0x00005aa8u, 0x00050041u, 0x00000007u, 0x00005aaau, 0x00004a00u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005aabu, 0x00005aaau, 0x00050084u, 0x00000006u, 0x00005aacu, - 0x00005aabu, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005aaeu, 0x00005aa9u, 0x00005aacu, 0x000500c7u, - 0x00000006u, 0x00005ab0u, 0x00005aaeu, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00005ab2u, 0x00005ab0u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005ab4u, 0x00005aa6u, 0x000500c7u, 0x00000006u, 0x00005ab5u, - 0x00005ab4u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005ab6u, 0x00005ab5u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x00005ab8u, 0x00005ab2u, 0x00005ab6u, 0x000500c6u, 0x00000006u, 0x00005abau, 0x00005ab8u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005abdu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00005abau, 0x0004003du, 0x00000011u, 0x00005abeu, 0x00005abdu, 0x00040071u, 0x00000006u, 0x00005abfu, - 0x00005abeu, 0x000500c2u, 0x00000006u, 0x00005ac1u, 0x00005abfu, 0x0000025fu, 0x00040071u, 0x00000011u, - 0x00005ac2u, 0x00005ac1u, 0x0004007cu, 0x00000012u, 0x00005ac3u, 0x00005ac2u, 0x000500c7u, 0x00000006u, - 0x00005ac5u, 0x00005abfu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005ac6u, 0x00005ac5u, 0x0004007cu, - 0x00000012u, 0x00005ac7u, 0x00005ac6u, 0x00050050u, 0x000001aeu, 0x00005ac8u, 0x00005ac3u, 0x00005ac7u, - 0x0009004fu, 0x00000013u, 0x00005ac9u, 0x00005ac8u, 0x00005ac8u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004c70u, 0x000200f8u, 0x00004c70u, 0x000700f5u, 0x00000013u, 0x00007fe0u, - 0x00007f20u, 0x00004c5au, 0x00005ac9u, 0x00004c61u, 0x000700f5u, 0x00000013u, 0x00007eecu, 0x00007e29u, - 0x00004c5au, 0x00005a9cu, 0x00004c61u, 0x000300f7u, 0x00004c7au, 0x00000000u, 0x000400fau, 0x00004adau, - 0x00004c72u, 0x00004c7au, 0x000200f8u, 0x00004c72u, 0x00050050u, 0x000000efu, 0x00004c75u, 0x00007cbau, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004c76u, 0x00004c75u, 0x0003003eu, 0x00004a03u, 0x00004c76u, - 0x00050041u, 0x00000007u, 0x00005ad3u, 0x00004a03u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005ad4u, - 0x00005ad3u, 0x00050084u, 0x00000006u, 0x00005ad5u, 0x00004917u, 0x00005ad4u, 0x00050080u, 0x00000006u, - 0x00005ad6u, 0x00004915u, 0x00005ad5u, 0x00050041u, 0x00000007u, 0x00005ad7u, 0x00004a03u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005ad8u, 0x00005ad7u, 0x00050084u, 0x00000006u, 0x00005ad9u, 0x00005ad8u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005adbu, 0x00005ad6u, 0x00005ad9u, 0x000500c7u, 0x00000006u, - 0x00005addu, 0x00005adbu, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x00005adfu, 0x00005addu, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005ae1u, 0x00005ad3u, 0x000500c7u, 0x00000006u, 0x00005ae2u, 0x00005ae1u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005ae3u, 0x00005ae2u, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005ae5u, 0x00005adfu, 0x00005ae3u, 0x000500c6u, 0x00000006u, 0x00005ae7u, 0x00005ae5u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005aeau, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005ae7u, - 0x0004003du, 0x00000011u, 0x00005aebu, 0x00005aeau, 0x00040071u, 0x00000006u, 0x00005aecu, 0x00005aebu, - 0x000500c2u, 0x00000006u, 0x00005aeeu, 0x00005aecu, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005aefu, - 0x00005aeeu, 0x0004007cu, 0x00000012u, 0x00005af0u, 0x00005aefu, 0x000500c7u, 0x00000006u, 0x00005af2u, - 0x00005aecu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005af3u, 0x00005af2u, 0x0004007cu, 0x00000012u, - 0x00005af4u, 0x00005af3u, 0x00050050u, 0x000001aeu, 0x00005af5u, 0x00005af0u, 0x00005af4u, 0x0009004fu, - 0x00000013u, 0x00005af6u, 0x00005af5u, 0x00005af5u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004c7au, 0x000200f8u, 0x00004c7au, 0x000700f5u, 0x00000013u, 0x000080d4u, 0x00008012u, - 0x00004c70u, 0x00005af6u, 0x00004c72u, 0x000200f9u, 0x00004cc9u, 0x000200f8u, 0x00004cc9u, 0x000900f5u, - 0x00000013u, 0x000080d3u, 0x000080d4u, 0x00004c7au, 0x000080d6u, 0x00004ca7u, 0x000080d8u, 0x00004cc8u, - 0x000900f5u, 0x00000013u, 0x00007fdeu, 0x00007fe0u, 0x00004c7au, 0x00007fe2u, 0x00004ca7u, 0x00007fe4u, - 0x00004cc8u, 0x000900f5u, 0x00000013u, 0x00007eeau, 0x00007eecu, 0x00004c7au, 0x00007eeeu, 0x00004ca7u, - 0x00007ef0u, 0x00004cc8u, 0x000900f5u, 0x00000013u, 0x00007dbcu, 0x00005a6fu, 0x00004c7au, 0x00005b2au, - 0x00004ca7u, 0x00005bebu, 0x00004cc8u, 0x000200f9u, 0x00004dbdu, 0x000200f8u, 0x00004c27u, 0x000500c3u, - 0x00000008u, 0x00004c29u, 0x00007cb6u, 0x0000022cu, 0x0004007cu, 0x00000006u, 0x00004c2au, 0x00004c29u, - 0x00050082u, 0x00000008u, 0x00004c2eu, 0x00007cbau, 0x00007cb6u, 0x00050080u, 0x00000008u, 0x00004c2fu, - 0x00007cbau, 0x00004c2eu, 0x000500c3u, 0x00000008u, 0x00004c30u, 0x00004c2fu, 0x0000022cu, 0x0004007cu, - 0x00000006u, 0x00004c31u, 0x00004c30u, 0x00050050u, 0x000000efu, 0x00004c34u, 0x00007cb6u, 0x00004aceu, - 0x0004007cu, 0x000000b0u, 0x00004c35u, 0x00004c34u, 0x0003003eu, 0x000049ceu, 0x00004c35u, 0x00050041u, - 0x00000007u, 0x0000590au, 0x000049ceu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000590bu, 0x0000590au, - 0x00050084u, 0x00000006u, 0x0000590cu, 0x00004917u, 0x0000590bu, 0x00050080u, 0x00000006u, 0x0000590du, - 0x00004915u, 0x0000590cu, 0x00050041u, 0x00000007u, 0x0000590fu, 0x000049ceu, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005910u, 0x0000590fu, 0x00050080u, 0x00000006u, 0x00005911u, 0x0000590du, 0x00005910u, - 0x000500c7u, 0x00000006u, 0x00005913u, 0x00005911u, 0x00000f38u, 0x00050084u, 0x00000006u, 0x00005916u, - 0x00004c2au, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005917u, 0x0000590du, 0x00005916u, 0x000500c7u, - 0x00000006u, 0x00005919u, 0x00005917u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x0000591cu, 0x0000590au, - 0x000500c7u, 0x00000006u, 0x0000591du, 0x0000591cu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000591eu, - 0x0000591du, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005920u, 0x00005913u, 0x0000591eu, 0x000500c6u, - 0x00000006u, 0x00005922u, 0x00005920u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00005924u, 0x00005919u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005926u, 0x0000590au, 0x000500c7u, 0x00000006u, 0x00005927u, - 0x00005926u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005928u, 0x00005927u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x0000592au, 0x00005924u, 0x00005928u, 0x000500c6u, 0x00000006u, 0x0000592cu, 0x0000592au, - 0x0000045eu, 0x000500c5u, 0x00000006u, 0x0000592fu, 0x00005922u, 0x00000f61u, 0x00080041u, 0x00000673u, - 0x00005930u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000592fu, 0x0004003du, 0x0000000fu, - 0x00005931u, 0x00005930u, 0x00080041u, 0x00000694u, 0x00005934u, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x0000592cu, 0x0004003du, 0x00000011u, 0x00005935u, 0x00005934u, 0x000500c2u, 0x00000011u, - 0x00005937u, 0x00005935u, 0x000010beu, 0x000500c7u, 0x00000011u, 0x00005938u, 0x00005937u, 0x0000034du, - 0x00040071u, 0x0000000fu, 0x00005939u, 0x00005938u, 0x000500c2u, 0x00000011u, 0x0000593bu, 0x00005935u, - 0x0000021cu, 0x000500c7u, 0x00000011u, 0x0000593cu, 0x0000593bu, 0x0000034du, 0x00040071u, 0x0000000fu, - 0x0000593du, 0x0000593cu, 0x00040071u, 0x00000011u, 0x0000593fu, 0x00005939u, 0x0004007cu, 0x00000012u, - 0x00005940u, 0x0000593fu, 0x00050082u, 0x00000012u, 0x00005941u, 0x00005940u, 0x000010cau, 0x00040071u, - 0x00000011u, 0x00005943u, 0x0000593du, 0x0004007cu, 0x00000012u, 0x00005944u, 0x00005943u, 0x00050082u, - 0x00000012u, 0x00005945u, 0x00005944u, 0x000010cau, 0x00040071u, 0x00000011u, 0x00005947u, 0x00005931u, - 0x0004007cu, 0x00000012u, 0x00005948u, 0x00005947u, 0x00070050u, 0x00000013u, 0x0000594cu, 0x00005941u, - 0x00005945u, 0x00005948u, 0x00005948u, 0x000300f7u, 0x00004c54u, 0x00000000u, 0x000400fau, 0x000022f7u, - 0x00004c3bu, 0x00004c54u, 0x000200f8u, 0x00004c3bu, 0x00050050u, 0x000000efu, 0x00004c3eu, 0x00007cbau, - 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004c3fu, 0x00004c3eu, 0x0003003eu, 0x000049d2u, 0x00004c3fu, - 0x00050041u, 0x00000007u, 0x0000595cu, 0x000049d2u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000595du, - 0x0000595cu, 0x00050084u, 0x00000006u, 0x0000595eu, 0x00004917u, 0x0000595du, 0x00050080u, 0x00000006u, - 0x0000595fu, 0x00004915u, 0x0000595eu, 0x00050041u, 0x00000007u, 0x00005961u, 0x000049d2u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005962u, 0x00005961u, 0x00050080u, 0x00000006u, 0x00005963u, 0x0000595fu, - 0x00005962u, 0x000500c7u, 0x00000006u, 0x00005965u, 0x00005963u, 0x00000f38u, 0x00050084u, 0x00000006u, - 0x00005968u, 0x00004c31u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005969u, 0x0000595fu, 0x00005968u, - 0x000500c7u, 0x00000006u, 0x0000596bu, 0x00005969u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x0000596eu, - 0x0000595cu, 0x000500c7u, 0x00000006u, 0x0000596fu, 0x0000596eu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005970u, 0x0000596fu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005972u, 0x00005965u, 0x00005970u, - 0x000500c6u, 0x00000006u, 0x00005974u, 0x00005972u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00005976u, - 0x0000596bu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005978u, 0x0000595cu, 0x000500c7u, 0x00000006u, - 0x00005979u, 0x00005978u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000597au, 0x00005979u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x0000597cu, 0x00005976u, 0x0000597au, 0x000500c6u, 0x00000006u, 0x0000597eu, - 0x0000597cu, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00005981u, 0x00005974u, 0x00000f61u, 0x00080041u, - 0x00000673u, 0x00005982u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005981u, 0x0004003du, - 0x0000000fu, 0x00005983u, 0x00005982u, 0x00080041u, 0x00000694u, 0x00005986u, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x0000597eu, 0x0004003du, 0x00000011u, 0x00005987u, 0x00005986u, 0x000500c2u, - 0x00000011u, 0x00005989u, 0x00005987u, 0x000010beu, 0x000500c7u, 0x00000011u, 0x0000598au, 0x00005989u, - 0x0000034du, 0x00040071u, 0x0000000fu, 0x0000598bu, 0x0000598au, 0x000500c2u, 0x00000011u, 0x0000598du, - 0x00005987u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x0000598eu, 0x0000598du, 0x0000034du, 0x00040071u, - 0x0000000fu, 0x0000598fu, 0x0000598eu, 0x00040071u, 0x00000011u, 0x00005991u, 0x0000598bu, 0x0004007cu, - 0x00000012u, 0x00005992u, 0x00005991u, 0x00050082u, 0x00000012u, 0x00005993u, 0x00005992u, 0x000010cau, - 0x00040071u, 0x00000011u, 0x00005995u, 0x0000598fu, 0x0004007cu, 0x00000012u, 0x00005996u, 0x00005995u, - 0x00050082u, 0x00000012u, 0x00005997u, 0x00005996u, 0x000010cau, 0x00040071u, 0x00000011u, 0x00005999u, - 0x00005983u, 0x0004007cu, 0x00000012u, 0x0000599au, 0x00005999u, 0x00070050u, 0x00000013u, 0x0000599eu, - 0x00005993u, 0x00005997u, 0x0000599au, 0x0000599au, 0x00050050u, 0x000000efu, 0x00004c46u, 0x00007cb6u, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004c47u, 0x00004c46u, 0x0003003eu, 0x000049d6u, 0x00004c47u, - 0x00050041u, 0x00000007u, 0x000059aeu, 0x000049d6u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000059afu, - 0x000059aeu, 0x00050084u, 0x00000006u, 0x000059b0u, 0x00004917u, 0x000059afu, 0x00050080u, 0x00000006u, - 0x000059b1u, 0x00004915u, 0x000059b0u, 0x00050041u, 0x00000007u, 0x000059b3u, 0x000049d6u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000059b4u, 0x000059b3u, 0x00050080u, 0x00000006u, 0x000059b5u, 0x000059b1u, - 0x000059b4u, 0x000500c7u, 0x00000006u, 0x000059b7u, 0x000059b5u, 0x00000f38u, 0x00050080u, 0x00000006u, - 0x000059bbu, 0x000059b1u, 0x00005916u, 0x000500c7u, 0x00000006u, 0x000059bdu, 0x000059bbu, 0x00000f38u, - 0x0004003du, 0x00000006u, 0x000059c0u, 0x000059aeu, 0x000500c7u, 0x00000006u, 0x000059c1u, 0x000059c0u, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000059c2u, 0x000059c1u, 0x0000022fu, 0x000500c6u, 0x00000006u, - 0x000059c4u, 0x000059b7u, 0x000059c2u, 0x000500c6u, 0x00000006u, 0x000059c6u, 0x000059c4u, 0x00000466u, - 0x000500c2u, 0x00000006u, 0x000059c8u, 0x000059bdu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000059cau, - 0x000059aeu, 0x000500c7u, 0x00000006u, 0x000059cbu, 0x000059cau, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000059ccu, 0x000059cbu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000059ceu, 0x000059c8u, 0x000059ccu, - 0x000500c6u, 0x00000006u, 0x000059d0u, 0x000059ceu, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x000059d3u, - 0x000059c6u, 0x00000f61u, 0x00080041u, 0x00000673u, 0x000059d4u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x000059d3u, 0x0004003du, 0x0000000fu, 0x000059d5u, 0x000059d4u, 0x00080041u, 0x00000694u, - 0x000059d8u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000059d0u, 0x0004003du, 0x00000011u, - 0x000059d9u, 0x000059d8u, 0x000500c2u, 0x00000011u, 0x000059dbu, 0x000059d9u, 0x000010beu, 0x000500c7u, - 0x00000011u, 0x000059dcu, 0x000059dbu, 0x0000034du, 0x00040071u, 0x0000000fu, 0x000059ddu, 0x000059dcu, - 0x000500c2u, 0x00000011u, 0x000059dfu, 0x000059d9u, 0x0000021cu, 0x000500c7u, 0x00000011u, 0x000059e0u, - 0x000059dfu, 0x0000034du, 0x00040071u, 0x0000000fu, 0x000059e1u, 0x000059e0u, 0x00040071u, 0x00000011u, - 0x000059e3u, 0x000059ddu, 0x0004007cu, 0x00000012u, 0x000059e4u, 0x000059e3u, 0x00050082u, 0x00000012u, - 0x000059e5u, 0x000059e4u, 0x000010cau, 0x00040071u, 0x00000011u, 0x000059e7u, 0x000059e1u, 0x0004007cu, - 0x00000012u, 0x000059e8u, 0x000059e7u, 0x00050082u, 0x00000012u, 0x000059e9u, 0x000059e8u, 0x000010cau, - 0x00040071u, 0x00000011u, 0x000059ebu, 0x000059d5u, 0x0004007cu, 0x00000012u, 0x000059ecu, 0x000059ebu, - 0x00070050u, 0x00000013u, 0x000059f0u, 0x000059e5u, 0x000059e9u, 0x000059ecu, 0x000059ecu, 0x00050050u, - 0x000000efu, 0x00004c4eu, 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004c4fu, 0x00004c4eu, - 0x0003003eu, 0x000049dau, 0x00004c4fu, 0x00050041u, 0x00000007u, 0x00005a00u, 0x000049dau, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00005a01u, 0x00005a00u, 0x00050084u, 0x00000006u, 0x00005a02u, 0x00004917u, - 0x00005a01u, 0x00050080u, 0x00000006u, 0x00005a03u, 0x00004915u, 0x00005a02u, 0x00050041u, 0x00000007u, - 0x00005a05u, 0x000049dau, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005a06u, 0x00005a05u, 0x00050080u, - 0x00000006u, 0x00005a07u, 0x00005a03u, 0x00005a06u, 0x000500c7u, 0x00000006u, 0x00005a09u, 0x00005a07u, - 0x00000f38u, 0x00050080u, 0x00000006u, 0x00005a0du, 0x00005a03u, 0x00005968u, 0x000500c7u, 0x00000006u, - 0x00005a0fu, 0x00005a0du, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00005a12u, 0x00005a00u, 0x000500c7u, - 0x00000006u, 0x00005a13u, 0x00005a12u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005a14u, 0x00005a13u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005a16u, 0x00005a09u, 0x00005a14u, 0x000500c6u, 0x00000006u, - 0x00005a18u, 0x00005a16u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x00005a1au, 0x00005a0fu, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x00005a1cu, 0x00005a00u, 0x000500c7u, 0x00000006u, 0x00005a1du, 0x00005a1cu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005a1eu, 0x00005a1du, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005a20u, 0x00005a1au, 0x00005a1eu, 0x000500c6u, 0x00000006u, 0x00005a22u, 0x00005a20u, 0x0000045eu, - 0x000500c5u, 0x00000006u, 0x00005a25u, 0x00005a18u, 0x00000f61u, 0x00080041u, 0x00000673u, 0x00005a26u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005a25u, 0x0004003du, 0x0000000fu, 0x00005a27u, - 0x00005a26u, 0x00080041u, 0x00000694u, 0x00005a2au, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x00005a22u, 0x0004003du, 0x00000011u, 0x00005a2bu, 0x00005a2au, 0x000500c2u, 0x00000011u, 0x00005a2du, - 0x00005a2bu, 0x000010beu, 0x000500c7u, 0x00000011u, 0x00005a2eu, 0x00005a2du, 0x0000034du, 0x00040071u, - 0x0000000fu, 0x00005a2fu, 0x00005a2eu, 0x000500c2u, 0x00000011u, 0x00005a31u, 0x00005a2bu, 0x0000021cu, - 0x000500c7u, 0x00000011u, 0x00005a32u, 0x00005a31u, 0x0000034du, 0x00040071u, 0x0000000fu, 0x00005a33u, - 0x00005a32u, 0x00040071u, 0x00000011u, 0x00005a35u, 0x00005a2fu, 0x0004007cu, 0x00000012u, 0x00005a36u, - 0x00005a35u, 0x00050082u, 0x00000012u, 0x00005a37u, 0x00005a36u, 0x000010cau, 0x00040071u, 0x00000011u, - 0x00005a39u, 0x00005a33u, 0x0004007cu, 0x00000012u, 0x00005a3au, 0x00005a39u, 0x00050082u, 0x00000012u, - 0x00005a3bu, 0x00005a3au, 0x000010cau, 0x00040071u, 0x00000011u, 0x00005a3du, 0x00005a27u, 0x0004007cu, - 0x00000012u, 0x00005a3eu, 0x00005a3du, 0x00070050u, 0x00000013u, 0x00005a42u, 0x00005a37u, 0x00005a3bu, - 0x00005a3eu, 0x00005a3eu, 0x000200f9u, 0x00004c54u, 0x000200f8u, 0x00004c54u, 0x000700f5u, 0x00000013u, - 0x000080d2u, 0x00008012u, 0x00004c27u, 0x00005a42u, 0x00004c3bu, 0x000700f5u, 0x00000013u, 0x00007fddu, - 0x00007f20u, 0x00004c27u, 0x000059f0u, 0x00004c3bu, 0x000700f5u, 0x00000013u, 0x00007ee9u, 0x00007e29u, - 0x00004c27u, 0x0000599eu, 0x00004c3bu, 0x000200f9u, 0x00004dbdu, 0x000200f8u, 0x00004b9du, 0x00040071u, - 0x00000006u, 0x00004ba0u, 0x0000491bu, 0x0004007cu, 0x00000008u, 0x00004ba1u, 0x00004ba0u, 0x000300f7u, - 0x00004c26u, 0x00000000u, 0x000b00fbu, 0x00004ba1u, 0x00004c26u, 0x00000000u, 0x00004ba2u, 0x00000001u, - 0x00004bc3u, 0x00000002u, 0x00004be4u, 0x00000003u, 0x00004c05u, 0x000200f8u, 0x00004c05u, 0x0004007cu, - 0x000000b0u, 0x00004c07u, 0x00007ccbu, 0x0003003eu, 0x000049c0u, 0x00004c07u, 0x00050041u, 0x00000007u, - 0x00005819u, 0x000049c0u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000581au, 0x00005819u, 0x00050084u, - 0x00000006u, 0x0000581bu, 0x00004917u, 0x0000581au, 0x00050080u, 0x00000006u, 0x0000581cu, 0x00004915u, - 0x0000581bu, 0x00050041u, 0x00000007u, 0x0000581du, 0x000049c0u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000581eu, 0x0000581du, 0x00050084u, 0x00000006u, 0x0000581fu, 0x0000581eu, 0x00000388u, 0x00050080u, - 0x00000006u, 0x00005821u, 0x0000581cu, 0x0000581fu, 0x000500c7u, 0x00000006u, 0x00005823u, 0x00005821u, - 0x00000f38u, 0x000500c2u, 0x00000006u, 0x00005825u, 0x00005823u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x00005827u, 0x00005819u, 0x000500c7u, 0x00000006u, 0x00005828u, 0x00005827u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005829u, 0x00005828u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000582bu, 0x00005825u, - 0x00005829u, 0x000500c6u, 0x00000006u, 0x0000582du, 0x0000582bu, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x00005830u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000582du, 0x0004003du, 0x00000011u, - 0x00005831u, 0x00005830u, 0x00040071u, 0x00000006u, 0x00005832u, 0x00005831u, 0x000500c5u, 0x00000006u, - 0x00005835u, 0x0000582du, 0x00000f69u, 0x00080041u, 0x00000694u, 0x00005836u, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00005835u, 0x0004003du, 0x00000011u, 0x00005837u, 0x00005836u, 0x00040071u, - 0x00000006u, 0x00005838u, 0x00005837u, 0x000500c2u, 0x00000006u, 0x0000583au, 0x00005832u, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x0000583bu, 0x0000583au, 0x0004007cu, 0x00000012u, 0x0000583cu, 0x0000583bu, - 0x000500c7u, 0x00000006u, 0x0000583eu, 0x00005832u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000583fu, - 0x0000583eu, 0x0004007cu, 0x00000012u, 0x00005840u, 0x0000583fu, 0x000500c2u, 0x00000006u, 0x00005842u, - 0x00005838u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005843u, 0x00005842u, 0x0004007cu, 0x00000012u, - 0x00005844u, 0x00005843u, 0x000500c7u, 0x00000006u, 0x00005846u, 0x00005838u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x00005847u, 0x00005846u, 0x0004007cu, 0x00000012u, 0x00005848u, 0x00005847u, 0x00070050u, - 0x00000013u, 0x00005849u, 0x0000583cu, 0x00005840u, 0x00005844u, 0x00005848u, 0x000300f7u, 0x00004c1bu, - 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004c0cu, 0x00004c1bu, 0x000200f8u, 0x00004c0cu, 0x00050050u, - 0x000000efu, 0x00004c0fu, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004c10u, 0x00004c0fu, - 0x0003003eu, 0x000049c3u, 0x00004c10u, 0x00050041u, 0x00000007u, 0x00005854u, 0x000049c3u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00005855u, 0x00005854u, 0x00050084u, 0x00000006u, 0x00005856u, 0x00004917u, - 0x00005855u, 0x00050080u, 0x00000006u, 0x00005857u, 0x00004915u, 0x00005856u, 0x00050041u, 0x00000007u, - 0x00005858u, 0x000049c3u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005859u, 0x00005858u, 0x00050084u, - 0x00000006u, 0x0000585au, 0x00005859u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000585cu, 0x00005857u, - 0x0000585au, 0x000500c7u, 0x00000006u, 0x0000585eu, 0x0000585cu, 0x00000f38u, 0x000500c2u, 0x00000006u, - 0x00005860u, 0x0000585eu, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005862u, 0x00005854u, 0x000500c7u, - 0x00000006u, 0x00005863u, 0x00005862u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005864u, 0x00005863u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x00005866u, 0x00005860u, 0x00005864u, 0x000500c6u, 0x00000006u, - 0x00005868u, 0x00005866u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000586bu, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00005868u, 0x0004003du, 0x00000011u, 0x0000586cu, 0x0000586bu, 0x00040071u, - 0x00000006u, 0x0000586du, 0x0000586cu, 0x000500c5u, 0x00000006u, 0x00005870u, 0x00005868u, 0x00000f69u, - 0x00080041u, 0x00000694u, 0x00005871u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005870u, - 0x0004003du, 0x00000011u, 0x00005872u, 0x00005871u, 0x00040071u, 0x00000006u, 0x00005873u, 0x00005872u, - 0x000500c2u, 0x00000006u, 0x00005875u, 0x0000586du, 0x0000025fu, 0x00040071u, 0x00000011u, 0x00005876u, - 0x00005875u, 0x0004007cu, 0x00000012u, 0x00005877u, 0x00005876u, 0x000500c7u, 0x00000006u, 0x00005879u, - 0x0000586du, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000587au, 0x00005879u, 0x0004007cu, 0x00000012u, - 0x0000587bu, 0x0000587au, 0x000500c2u, 0x00000006u, 0x0000587du, 0x00005873u, 0x0000025fu, 0x00040071u, - 0x00000011u, 0x0000587eu, 0x0000587du, 0x0004007cu, 0x00000012u, 0x0000587fu, 0x0000587eu, 0x000500c7u, - 0x00000006u, 0x00005881u, 0x00005873u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005882u, 0x00005881u, - 0x0004007cu, 0x00000012u, 0x00005883u, 0x00005882u, 0x00070050u, 0x00000013u, 0x00005884u, 0x00005877u, - 0x0000587bu, 0x0000587fu, 0x00005883u, 0x00050050u, 0x000000efu, 0x00004c16u, 0x00007cb6u, 0x00004ad0u, - 0x0004007cu, 0x000000b0u, 0x00004c17u, 0x00004c16u, 0x0003003eu, 0x000049c6u, 0x00004c17u, 0x00050041u, - 0x00000007u, 0x0000588fu, 0x000049c6u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005890u, 0x0000588fu, - 0x00050084u, 0x00000006u, 0x00005891u, 0x00004917u, 0x00005890u, 0x00050080u, 0x00000006u, 0x00005892u, - 0x00004915u, 0x00005891u, 0x00050041u, 0x00000007u, 0x00005893u, 0x000049c6u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005894u, 0x00005893u, 0x00050084u, 0x00000006u, 0x00005895u, 0x00005894u, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00005897u, 0x00005892u, 0x00005895u, 0x000500c7u, 0x00000006u, 0x00005899u, - 0x00005897u, 0x00000f38u, 0x000500c2u, 0x00000006u, 0x0000589bu, 0x00005899u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x0000589du, 0x0000588fu, 0x000500c7u, 0x00000006u, 0x0000589eu, 0x0000589du, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000589fu, 0x0000589eu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000058a1u, - 0x0000589bu, 0x0000589fu, 0x000500c6u, 0x00000006u, 0x000058a3u, 0x000058a1u, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x000058a6u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000058a3u, 0x0004003du, - 0x00000011u, 0x000058a7u, 0x000058a6u, 0x00040071u, 0x00000006u, 0x000058a8u, 0x000058a7u, 0x000500c5u, - 0x00000006u, 0x000058abu, 0x000058a3u, 0x00000f69u, 0x00080041u, 0x00000694u, 0x000058acu, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x000058abu, 0x0004003du, 0x00000011u, 0x000058adu, 0x000058acu, - 0x00040071u, 0x00000006u, 0x000058aeu, 0x000058adu, 0x000500c2u, 0x00000006u, 0x000058b0u, 0x000058a8u, - 0x0000025fu, 0x00040071u, 0x00000011u, 0x000058b1u, 0x000058b0u, 0x0004007cu, 0x00000012u, 0x000058b2u, - 0x000058b1u, 0x000500c7u, 0x00000006u, 0x000058b4u, 0x000058a8u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x000058b5u, 0x000058b4u, 0x0004007cu, 0x00000012u, 0x000058b6u, 0x000058b5u, 0x000500c2u, 0x00000006u, - 0x000058b8u, 0x000058aeu, 0x0000025fu, 0x00040071u, 0x00000011u, 0x000058b9u, 0x000058b8u, 0x0004007cu, - 0x00000012u, 0x000058bau, 0x000058b9u, 0x000500c7u, 0x00000006u, 0x000058bcu, 0x000058aeu, 0x000006c5u, - 0x00040071u, 0x00000011u, 0x000058bdu, 0x000058bcu, 0x0004007cu, 0x00000012u, 0x000058beu, 0x000058bdu, - 0x00070050u, 0x00000013u, 0x000058bfu, 0x000058b2u, 0x000058b6u, 0x000058bau, 0x000058beu, 0x000200f9u, - 0x00004c1bu, 0x000200f8u, 0x00004c1bu, 0x000700f5u, 0x00000013u, 0x00007fdcu, 0x00007f20u, 0x00004c05u, - 0x000058bfu, 0x00004c0cu, 0x000700f5u, 0x00000013u, 0x00007ee8u, 0x00007e29u, 0x00004c05u, 0x00005884u, - 0x00004c0cu, 0x000300f7u, 0x00004c25u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004c1du, 0x00004c25u, - 0x000200f8u, 0x00004c1du, 0x00050050u, 0x000000efu, 0x00004c20u, 0x00007cbau, 0x00004ad0u, 0x0004007cu, - 0x000000b0u, 0x00004c21u, 0x00004c20u, 0x0003003eu, 0x000049c9u, 0x00004c21u, 0x00050041u, 0x00000007u, - 0x000058cau, 0x000049c9u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000058cbu, 0x000058cau, 0x00050084u, - 0x00000006u, 0x000058ccu, 0x00004917u, 0x000058cbu, 0x00050080u, 0x00000006u, 0x000058cdu, 0x00004915u, - 0x000058ccu, 0x00050041u, 0x00000007u, 0x000058ceu, 0x000049c9u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x000058cfu, 0x000058ceu, 0x00050084u, 0x00000006u, 0x000058d0u, 0x000058cfu, 0x00000388u, 0x00050080u, - 0x00000006u, 0x000058d2u, 0x000058cdu, 0x000058d0u, 0x000500c7u, 0x00000006u, 0x000058d4u, 0x000058d2u, - 0x00000f38u, 0x000500c2u, 0x00000006u, 0x000058d6u, 0x000058d4u, 0x0000022cu, 0x0004003du, 0x00000006u, - 0x000058d8u, 0x000058cau, 0x000500c7u, 0x00000006u, 0x000058d9u, 0x000058d8u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000058dau, 0x000058d9u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000058dcu, 0x000058d6u, - 0x000058dau, 0x000500c6u, 0x00000006u, 0x000058deu, 0x000058dcu, 0x0000045eu, 0x00080041u, 0x00000694u, - 0x000058e1u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000058deu, 0x0004003du, 0x00000011u, - 0x000058e2u, 0x000058e1u, 0x00040071u, 0x00000006u, 0x000058e3u, 0x000058e2u, 0x000500c5u, 0x00000006u, - 0x000058e6u, 0x000058deu, 0x00000f69u, 0x00080041u, 0x00000694u, 0x000058e7u, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x000058e6u, 0x0004003du, 0x00000011u, 0x000058e8u, 0x000058e7u, 0x00040071u, - 0x00000006u, 0x000058e9u, 0x000058e8u, 0x000500c2u, 0x00000006u, 0x000058ebu, 0x000058e3u, 0x0000025fu, - 0x00040071u, 0x00000011u, 0x000058ecu, 0x000058ebu, 0x0004007cu, 0x00000012u, 0x000058edu, 0x000058ecu, - 0x000500c7u, 0x00000006u, 0x000058efu, 0x000058e3u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000058f0u, - 0x000058efu, 0x0004007cu, 0x00000012u, 0x000058f1u, 0x000058f0u, 0x000500c2u, 0x00000006u, 0x000058f3u, - 0x000058e9u, 0x0000025fu, 0x00040071u, 0x00000011u, 0x000058f4u, 0x000058f3u, 0x0004007cu, 0x00000012u, - 0x000058f5u, 0x000058f4u, 0x000500c7u, 0x00000006u, 0x000058f7u, 0x000058e9u, 0x000006c5u, 0x00040071u, - 0x00000011u, 0x000058f8u, 0x000058f7u, 0x0004007cu, 0x00000012u, 0x000058f9u, 0x000058f8u, 0x00070050u, - 0x00000013u, 0x000058fau, 0x000058edu, 0x000058f1u, 0x000058f5u, 0x000058f9u, 0x000200f9u, 0x00004c25u, - 0x000200f8u, 0x00004c25u, 0x000700f5u, 0x00000013u, 0x000080d0u, 0x00008012u, 0x00004c1bu, 0x000058fau, - 0x00004c1du, 0x000200f9u, 0x00004c26u, 0x000200f8u, 0x00004be4u, 0x0004007cu, 0x000000b0u, 0x00004be6u, - 0x00007ccbu, 0x0003003eu, 0x000049b4u, 0x00004be6u, 0x00050041u, 0x00000007u, 0x0000570du, 0x000049b4u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000570eu, 0x0000570du, 0x00050084u, 0x00000006u, 0x0000570fu, - 0x00004917u, 0x0000570eu, 0x00050080u, 0x00000006u, 0x00005710u, 0x00004915u, 0x0000570fu, 0x00050041u, - 0x00000007u, 0x00005711u, 0x000049b4u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005712u, 0x00005711u, - 0x00050084u, 0x00000006u, 0x00005713u, 0x00005712u, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005715u, - 0x00005710u, 0x00005713u, 0x000500c7u, 0x00000006u, 0x00005717u, 0x00005715u, 0x00000e80u, 0x000500c2u, - 0x00000006u, 0x00005719u, 0x00005717u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x0000571bu, 0x0000570du, - 0x000500c7u, 0x00000006u, 0x0000571cu, 0x0000571bu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000571du, - 0x0000571cu, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000571fu, 0x00005719u, 0x0000571du, 0x000500c6u, - 0x00000006u, 0x00005721u, 0x0000571fu, 0x0000045eu, 0x00080041u, 0x00000694u, 0x00005724u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005721u, 0x0004003du, 0x00000011u, 0x00005725u, 0x00005724u, - 0x00040071u, 0x00000006u, 0x00005726u, 0x00005725u, 0x00060050u, 0x0000030eu, 0x0000572eu, 0x00005726u, - 0x00005726u, 0x00005726u, 0x000500c2u, 0x0000030eu, 0x0000572fu, 0x0000572eu, 0x00000e41u, 0x000500c7u, - 0x0000030eu, 0x00005731u, 0x0000572fu, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00005734u, 0x00005731u, - 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x00005737u, 0x00005731u, 0x0000b430u, 0x000500c5u, 0x0000030eu, - 0x00005738u, 0x00005734u, 0x00005737u, 0x000500c7u, 0x00000006u, 0x0000573au, 0x00005726u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x0000573bu, 0x0000573au, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000573du, - 0x00005738u, 0x0004007cu, 0x000004b8u, 0x0000573eu, 0x0000573du, 0x00040071u, 0x00000011u, 0x00005740u, - 0x0000573bu, 0x0004007cu, 0x00000012u, 0x00005741u, 0x00005740u, 0x00050051u, 0x00000012u, 0x00005742u, - 0x0000573eu, 0x00000000u, 0x00050051u, 0x00000012u, 0x00005743u, 0x0000573eu, 0x00000001u, 0x00050051u, - 0x00000012u, 0x00005744u, 0x0000573eu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00005745u, 0x00005742u, - 0x00005743u, 0x00005744u, 0x00005741u, 0x000300f7u, 0x00004bfau, 0x00000000u, 0x000400fau, 0x000022f7u, - 0x00004bebu, 0x00004bfau, 0x000200f8u, 0x00004bebu, 0x00050050u, 0x000000efu, 0x00004beeu, 0x00007cbau, - 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004befu, 0x00004beeu, 0x0003003eu, 0x000049b7u, 0x00004befu, - 0x00050041u, 0x00000007u, 0x00005750u, 0x000049b7u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005751u, - 0x00005750u, 0x00050084u, 0x00000006u, 0x00005752u, 0x00004917u, 0x00005751u, 0x00050080u, 0x00000006u, - 0x00005753u, 0x00004915u, 0x00005752u, 0x00050041u, 0x00000007u, 0x00005754u, 0x000049b7u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005755u, 0x00005754u, 0x00050084u, 0x00000006u, 0x00005756u, 0x00005755u, - 0x00000388u, 0x00050080u, 0x00000006u, 0x00005758u, 0x00005753u, 0x00005756u, 0x000500c7u, 0x00000006u, - 0x0000575au, 0x00005758u, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x0000575cu, 0x0000575au, 0x0000022cu, - 0x0004003du, 0x00000006u, 0x0000575eu, 0x00005750u, 0x000500c7u, 0x00000006u, 0x0000575fu, 0x0000575eu, - 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005760u, 0x0000575fu, 0x0000022cu, 0x000500c6u, 0x00000006u, - 0x00005762u, 0x0000575cu, 0x00005760u, 0x000500c6u, 0x00000006u, 0x00005764u, 0x00005762u, 0x0000045eu, - 0x00080041u, 0x00000694u, 0x00005767u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005764u, - 0x0004003du, 0x00000011u, 0x00005768u, 0x00005767u, 0x00040071u, 0x00000006u, 0x00005769u, 0x00005768u, - 0x00060050u, 0x0000030eu, 0x00005771u, 0x00005769u, 0x00005769u, 0x00005769u, 0x000500c2u, 0x0000030eu, - 0x00005772u, 0x00005771u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00005774u, 0x00005772u, 0x0000b42eu, - 0x000500c4u, 0x0000030eu, 0x00005777u, 0x00005774u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x0000577au, - 0x00005774u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x0000577bu, 0x00005777u, 0x0000577au, 0x000500c7u, - 0x00000006u, 0x0000577du, 0x00005769u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000577eu, 0x0000577du, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005780u, 0x0000577bu, 0x0004007cu, 0x000004b8u, 0x00005781u, - 0x00005780u, 0x00040071u, 0x00000011u, 0x00005783u, 0x0000577eu, 0x0004007cu, 0x00000012u, 0x00005784u, - 0x00005783u, 0x00050051u, 0x00000012u, 0x00005785u, 0x00005781u, 0x00000000u, 0x00050051u, 0x00000012u, - 0x00005786u, 0x00005781u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00005787u, 0x00005781u, 0x00000002u, - 0x00070050u, 0x00000013u, 0x00005788u, 0x00005785u, 0x00005786u, 0x00005787u, 0x00005784u, 0x00050050u, - 0x000000efu, 0x00004bf5u, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004bf6u, 0x00004bf5u, - 0x0003003eu, 0x000049bau, 0x00004bf6u, 0x00050041u, 0x00000007u, 0x00005793u, 0x000049bau, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x00005794u, 0x00005793u, 0x00050084u, 0x00000006u, 0x00005795u, 0x00004917u, - 0x00005794u, 0x00050080u, 0x00000006u, 0x00005796u, 0x00004915u, 0x00005795u, 0x00050041u, 0x00000007u, - 0x00005797u, 0x000049bau, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005798u, 0x00005797u, 0x00050084u, - 0x00000006u, 0x00005799u, 0x00005798u, 0x00000388u, 0x00050080u, 0x00000006u, 0x0000579bu, 0x00005796u, - 0x00005799u, 0x000500c7u, 0x00000006u, 0x0000579du, 0x0000579bu, 0x00000e80u, 0x000500c2u, 0x00000006u, - 0x0000579fu, 0x0000579du, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000057a1u, 0x00005793u, 0x000500c7u, - 0x00000006u, 0x000057a2u, 0x000057a1u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000057a3u, 0x000057a2u, - 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000057a5u, 0x0000579fu, 0x000057a3u, 0x000500c6u, 0x00000006u, - 0x000057a7u, 0x000057a5u, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000057aau, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x000057a7u, 0x0004003du, 0x00000011u, 0x000057abu, 0x000057aau, 0x00040071u, - 0x00000006u, 0x000057acu, 0x000057abu, 0x00060050u, 0x0000030eu, 0x000057b4u, 0x000057acu, 0x000057acu, - 0x000057acu, 0x000500c2u, 0x0000030eu, 0x000057b5u, 0x000057b4u, 0x00000e41u, 0x000500c7u, 0x0000030eu, - 0x000057b7u, 0x000057b5u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x000057bau, 0x000057b7u, 0x0000b42fu, - 0x000500c2u, 0x0000030eu, 0x000057bdu, 0x000057b7u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x000057beu, - 0x000057bau, 0x000057bdu, 0x000500c7u, 0x00000006u, 0x000057c0u, 0x000057acu, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x000057c1u, 0x000057c0u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000057c3u, 0x000057beu, - 0x0004007cu, 0x000004b8u, 0x000057c4u, 0x000057c3u, 0x00040071u, 0x00000011u, 0x000057c6u, 0x000057c1u, - 0x0004007cu, 0x00000012u, 0x000057c7u, 0x000057c6u, 0x00050051u, 0x00000012u, 0x000057c8u, 0x000057c4u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x000057c9u, 0x000057c4u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x000057cau, 0x000057c4u, 0x00000002u, 0x00070050u, 0x00000013u, 0x000057cbu, 0x000057c8u, 0x000057c9u, - 0x000057cau, 0x000057c7u, 0x000200f9u, 0x00004bfau, 0x000200f8u, 0x00004bfau, 0x000700f5u, 0x00000013u, - 0x00007fdau, 0x00007f20u, 0x00004be4u, 0x000057cbu, 0x00004bebu, 0x000700f5u, 0x00000013u, 0x00007ee6u, - 0x00007e29u, 0x00004be4u, 0x00005788u, 0x00004bebu, 0x000300f7u, 0x00004c04u, 0x00000000u, 0x000400fau, - 0x00004adau, 0x00004bfcu, 0x00004c04u, 0x000200f8u, 0x00004bfcu, 0x00050050u, 0x000000efu, 0x00004bffu, - 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004c00u, 0x00004bffu, 0x0003003eu, 0x000049bdu, - 0x00004c00u, 0x00050041u, 0x00000007u, 0x000057d6u, 0x000049bdu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000057d7u, 0x000057d6u, 0x00050084u, 0x00000006u, 0x000057d8u, 0x00004917u, 0x000057d7u, 0x00050080u, - 0x00000006u, 0x000057d9u, 0x00004915u, 0x000057d8u, 0x00050041u, 0x00000007u, 0x000057dau, 0x000049bdu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000057dbu, 0x000057dau, 0x00050084u, 0x00000006u, 0x000057dcu, - 0x000057dbu, 0x00000388u, 0x00050080u, 0x00000006u, 0x000057deu, 0x000057d9u, 0x000057dcu, 0x000500c7u, - 0x00000006u, 0x000057e0u, 0x000057deu, 0x00000e80u, 0x000500c2u, 0x00000006u, 0x000057e2u, 0x000057e0u, - 0x0000022cu, 0x0004003du, 0x00000006u, 0x000057e4u, 0x000057d6u, 0x000500c7u, 0x00000006u, 0x000057e5u, - 0x000057e4u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000057e6u, 0x000057e5u, 0x0000022cu, 0x000500c6u, - 0x00000006u, 0x000057e8u, 0x000057e2u, 0x000057e6u, 0x000500c6u, 0x00000006u, 0x000057eau, 0x000057e8u, - 0x0000045eu, 0x00080041u, 0x00000694u, 0x000057edu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000057eau, 0x0004003du, 0x00000011u, 0x000057eeu, 0x000057edu, 0x00040071u, 0x00000006u, 0x000057efu, - 0x000057eeu, 0x00060050u, 0x0000030eu, 0x000057f7u, 0x000057efu, 0x000057efu, 0x000057efu, 0x000500c2u, - 0x0000030eu, 0x000057f8u, 0x000057f7u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x000057fau, 0x000057f8u, - 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x000057fdu, 0x000057fau, 0x0000b42fu, 0x000500c2u, 0x0000030eu, - 0x00005800u, 0x000057fau, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00005801u, 0x000057fdu, 0x00005800u, - 0x000500c7u, 0x00000006u, 0x00005803u, 0x000057efu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005804u, - 0x00005803u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005806u, 0x00005801u, 0x0004007cu, 0x000004b8u, - 0x00005807u, 0x00005806u, 0x00040071u, 0x00000011u, 0x00005809u, 0x00005804u, 0x0004007cu, 0x00000012u, - 0x0000580au, 0x00005809u, 0x00050051u, 0x00000012u, 0x0000580bu, 0x00005807u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x0000580cu, 0x00005807u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000580du, 0x00005807u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x0000580eu, 0x0000580bu, 0x0000580cu, 0x0000580du, 0x0000580au, - 0x000200f9u, 0x00004c04u, 0x000200f8u, 0x00004c04u, 0x000700f5u, 0x00000013u, 0x000080ceu, 0x00008012u, - 0x00004bfau, 0x0000580eu, 0x00004bfcu, 0x000200f9u, 0x00004c26u, 0x000200f8u, 0x00004bc3u, 0x0004007cu, - 0x000000b0u, 0x00004bc5u, 0x00007ccbu, 0x0003003eu, 0x000049a8u, 0x00004bc5u, 0x00050041u, 0x00000007u, - 0x00005678u, 0x000049a8u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005679u, 0x00005678u, 0x00050084u, - 0x00000006u, 0x0000567au, 0x00004917u, 0x00005679u, 0x00050080u, 0x00000006u, 0x0000567bu, 0x00004915u, - 0x0000567au, 0x00050041u, 0x00000007u, 0x0000567cu, 0x000049a8u, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x0000567du, 0x0000567cu, 0x00050080u, 0x00000006u, 0x0000567fu, 0x0000567bu, 0x0000567du, 0x000500c7u, - 0x00000006u, 0x00005681u, 0x0000567fu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005684u, 0x00005678u, - 0x000500c7u, 0x00000006u, 0x00005685u, 0x00005684u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005686u, - 0x00005685u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005688u, 0x00005681u, 0x00005686u, 0x000500c6u, - 0x00000006u, 0x0000568au, 0x00005688u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000568du, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000568au, 0x0004003du, 0x0000000fu, 0x0000568eu, 0x0000568du, - 0x00040071u, 0x00000006u, 0x0000568fu, 0x0000568eu, 0x00040071u, 0x00000011u, 0x00005691u, 0x0000568fu, - 0x0004007cu, 0x00000012u, 0x00005692u, 0x00005691u, 0x00070050u, 0x00000013u, 0x00005693u, 0x00005692u, - 0x00005692u, 0x00005692u, 0x00005692u, 0x000300f7u, 0x00004bd9u, 0x00000000u, 0x000400fau, 0x000022f7u, - 0x00004bcau, 0x00004bd9u, 0x000200f8u, 0x00004bcau, 0x00050050u, 0x000000efu, 0x00004bcdu, 0x00007cbau, - 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004bceu, 0x00004bcdu, 0x0003003eu, 0x000049abu, 0x00004bceu, - 0x00050041u, 0x00000007u, 0x0000569du, 0x000049abu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000569eu, - 0x0000569du, 0x00050084u, 0x00000006u, 0x0000569fu, 0x00004917u, 0x0000569eu, 0x00050080u, 0x00000006u, - 0x000056a0u, 0x00004915u, 0x0000569fu, 0x00050041u, 0x00000007u, 0x000056a1u, 0x000049abu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000056a2u, 0x000056a1u, 0x00050080u, 0x00000006u, 0x000056a4u, 0x000056a0u, - 0x000056a2u, 0x000500c7u, 0x00000006u, 0x000056a6u, 0x000056a4u, 0x00000e80u, 0x0004003du, 0x00000006u, - 0x000056a9u, 0x0000569du, 0x000500c7u, 0x00000006u, 0x000056aau, 0x000056a9u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x000056abu, 0x000056aau, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000056adu, 0x000056a6u, - 0x000056abu, 0x000500c6u, 0x00000006u, 0x000056afu, 0x000056adu, 0x00000466u, 0x00080041u, 0x00000673u, - 0x000056b2u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000056afu, 0x0004003du, 0x0000000fu, - 0x000056b3u, 0x000056b2u, 0x00040071u, 0x00000006u, 0x000056b4u, 0x000056b3u, 0x00040071u, 0x00000011u, - 0x000056b6u, 0x000056b4u, 0x0004007cu, 0x00000012u, 0x000056b7u, 0x000056b6u, 0x00070050u, 0x00000013u, - 0x000056b8u, 0x000056b7u, 0x000056b7u, 0x000056b7u, 0x000056b7u, 0x00050050u, 0x000000efu, 0x00004bd4u, - 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004bd5u, 0x00004bd4u, 0x0003003eu, 0x000049aeu, - 0x00004bd5u, 0x00050041u, 0x00000007u, 0x000056c2u, 0x000049aeu, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x000056c3u, 0x000056c2u, 0x00050084u, 0x00000006u, 0x000056c4u, 0x00004917u, 0x000056c3u, 0x00050080u, - 0x00000006u, 0x000056c5u, 0x00004915u, 0x000056c4u, 0x00050041u, 0x00000007u, 0x000056c6u, 0x000049aeu, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x000056c7u, 0x000056c6u, 0x00050080u, 0x00000006u, 0x000056c9u, - 0x000056c5u, 0x000056c7u, 0x000500c7u, 0x00000006u, 0x000056cbu, 0x000056c9u, 0x00000e80u, 0x0004003du, - 0x00000006u, 0x000056ceu, 0x000056c2u, 0x000500c7u, 0x00000006u, 0x000056cfu, 0x000056ceu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x000056d0u, 0x000056cfu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000056d2u, - 0x000056cbu, 0x000056d0u, 0x000500c6u, 0x00000006u, 0x000056d4u, 0x000056d2u, 0x00000466u, 0x00080041u, - 0x00000673u, 0x000056d7u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000056d4u, 0x0004003du, - 0x0000000fu, 0x000056d8u, 0x000056d7u, 0x00040071u, 0x00000006u, 0x000056d9u, 0x000056d8u, 0x00040071u, - 0x00000011u, 0x000056dbu, 0x000056d9u, 0x0004007cu, 0x00000012u, 0x000056dcu, 0x000056dbu, 0x00070050u, - 0x00000013u, 0x000056ddu, 0x000056dcu, 0x000056dcu, 0x000056dcu, 0x000056dcu, 0x000200f9u, 0x00004bd9u, - 0x000200f8u, 0x00004bd9u, 0x000700f5u, 0x00000013u, 0x00007fd8u, 0x00007f20u, 0x00004bc3u, 0x000056ddu, - 0x00004bcau, 0x000700f5u, 0x00000013u, 0x00007ee4u, 0x00007e29u, 0x00004bc3u, 0x000056b8u, 0x00004bcau, - 0x000300f7u, 0x00004be3u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004bdbu, 0x00004be3u, 0x000200f8u, - 0x00004bdbu, 0x00050050u, 0x000000efu, 0x00004bdeu, 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, - 0x00004bdfu, 0x00004bdeu, 0x0003003eu, 0x000049b1u, 0x00004bdfu, 0x00050041u, 0x00000007u, 0x000056e7u, - 0x000049b1u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000056e8u, 0x000056e7u, 0x00050084u, 0x00000006u, - 0x000056e9u, 0x00004917u, 0x000056e8u, 0x00050080u, 0x00000006u, 0x000056eau, 0x00004915u, 0x000056e9u, - 0x00050041u, 0x00000007u, 0x000056ebu, 0x000049b1u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000056ecu, - 0x000056ebu, 0x00050080u, 0x00000006u, 0x000056eeu, 0x000056eau, 0x000056ecu, 0x000500c7u, 0x00000006u, - 0x000056f0u, 0x000056eeu, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000056f3u, 0x000056e7u, 0x000500c7u, - 0x00000006u, 0x000056f4u, 0x000056f3u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000056f5u, 0x000056f4u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000056f7u, 0x000056f0u, 0x000056f5u, 0x000500c6u, 0x00000006u, - 0x000056f9u, 0x000056f7u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000056fcu, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x000056f9u, 0x0004003du, 0x0000000fu, 0x000056fdu, 0x000056fcu, 0x00040071u, - 0x00000006u, 0x000056feu, 0x000056fdu, 0x00040071u, 0x00000011u, 0x00005700u, 0x000056feu, 0x0004007cu, - 0x00000012u, 0x00005701u, 0x00005700u, 0x00070050u, 0x00000013u, 0x00005702u, 0x00005701u, 0x00005701u, - 0x00005701u, 0x00005701u, 0x000200f9u, 0x00004be3u, 0x000200f8u, 0x00004be3u, 0x000700f5u, 0x00000013u, - 0x000080ccu, 0x00008012u, 0x00004bd9u, 0x00005702u, 0x00004bdbu, 0x000200f9u, 0x00004c26u, 0x000200f8u, - 0x00004ba2u, 0x0004007cu, 0x000000b0u, 0x00004ba4u, 0x00007ccbu, 0x0003003eu, 0x0000499cu, 0x00004ba4u, - 0x00050041u, 0x00000007u, 0x000055a9u, 0x0000499cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000055aau, - 0x000055a9u, 0x00050084u, 0x00000006u, 0x000055abu, 0x00004917u, 0x000055aau, 0x00050080u, 0x00000006u, - 0x000055acu, 0x00004915u, 0x000055abu, 0x00050041u, 0x00000007u, 0x000055adu, 0x0000499cu, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x000055aeu, 0x000055adu, 0x000500c2u, 0x00000006u, 0x000055afu, 0x000055aeu, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x000055b1u, 0x000055acu, 0x000055afu, 0x000500c7u, 0x00000006u, - 0x000055b3u, 0x000055b1u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x000055b5u, 0x000055adu, 0x000400c8u, - 0x00000006u, 0x000055b6u, 0x000055b5u, 0x000500c7u, 0x00000006u, 0x000055b7u, 0x000055b6u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x000055b8u, 0x000055b7u, 0x00000706u, 0x0004003du, 0x00000006u, 0x000055bbu, - 0x000055a9u, 0x000500c7u, 0x00000006u, 0x000055bcu, 0x000055bbu, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000055bdu, 0x000055bcu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x000055bfu, 0x000055b3u, 0x000055bdu, - 0x000500c6u, 0x00000006u, 0x000055c1u, 0x000055bfu, 0x00000466u, 0x00080041u, 0x00000673u, 0x000055c4u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000055c1u, 0x0004003du, 0x0000000fu, 0x000055c5u, - 0x000055c4u, 0x00040071u, 0x00000006u, 0x000055c6u, 0x000055c5u, 0x000500c2u, 0x00000006u, 0x000055c9u, - 0x000055c6u, 0x000055b8u, 0x000500c7u, 0x00000006u, 0x000055cau, 0x000055c9u, 0x00000ea3u, 0x000500c4u, - 0x00000006u, 0x000055ccu, 0x000055cau, 0x00000235u, 0x000500c5u, 0x00000006u, 0x000055ceu, 0x000055cau, - 0x000055ccu, 0x00040071u, 0x00000011u, 0x000055d0u, 0x000055ceu, 0x0004007cu, 0x00000012u, 0x000055d1u, - 0x000055d0u, 0x00070050u, 0x00000013u, 0x000055d2u, 0x000055d1u, 0x000055d1u, 0x000055d1u, 0x000055d1u, - 0x000300f7u, 0x00004bb8u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004ba9u, 0x00004bb8u, 0x000200f8u, - 0x00004ba9u, 0x00050050u, 0x000000efu, 0x00004bacu, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, - 0x00004badu, 0x00004bacu, 0x0003003eu, 0x0000499fu, 0x00004badu, 0x00050041u, 0x00000007u, 0x000055ddu, - 0x0000499fu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000055deu, 0x000055ddu, 0x00050084u, 0x00000006u, - 0x000055dfu, 0x00004917u, 0x000055deu, 0x00050080u, 0x00000006u, 0x000055e0u, 0x00004915u, 0x000055dfu, - 0x00050041u, 0x00000007u, 0x000055e1u, 0x0000499fu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000055e2u, - 0x000055e1u, 0x000500c2u, 0x00000006u, 0x000055e3u, 0x000055e2u, 0x0000022cu, 0x00050080u, 0x00000006u, - 0x000055e5u, 0x000055e0u, 0x000055e3u, 0x000500c7u, 0x00000006u, 0x000055e7u, 0x000055e5u, 0x00000e80u, - 0x0004003du, 0x00000006u, 0x000055e9u, 0x000055e1u, 0x000400c8u, 0x00000006u, 0x000055eau, 0x000055e9u, - 0x000500c7u, 0x00000006u, 0x000055ebu, 0x000055eau, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000055ecu, - 0x000055ebu, 0x00000706u, 0x0004003du, 0x00000006u, 0x000055efu, 0x000055ddu, 0x000500c7u, 0x00000006u, - 0x000055f0u, 0x000055efu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000055f1u, 0x000055f0u, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x000055f3u, 0x000055e7u, 0x000055f1u, 0x000500c6u, 0x00000006u, 0x000055f5u, - 0x000055f3u, 0x00000466u, 0x00080041u, 0x00000673u, 0x000055f8u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x000055f5u, 0x0004003du, 0x0000000fu, 0x000055f9u, 0x000055f8u, 0x00040071u, 0x00000006u, - 0x000055fau, 0x000055f9u, 0x000500c2u, 0x00000006u, 0x000055fdu, 0x000055fau, 0x000055ecu, 0x000500c7u, - 0x00000006u, 0x000055feu, 0x000055fdu, 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x00005600u, 0x000055feu, - 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005602u, 0x000055feu, 0x00005600u, 0x00040071u, 0x00000011u, - 0x00005604u, 0x00005602u, 0x0004007cu, 0x00000012u, 0x00005605u, 0x00005604u, 0x00070050u, 0x00000013u, - 0x00005606u, 0x00005605u, 0x00005605u, 0x00005605u, 0x00005605u, 0x00050050u, 0x000000efu, 0x00004bb3u, - 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004bb4u, 0x00004bb3u, 0x0003003eu, 0x000049a2u, - 0x00004bb4u, 0x00050041u, 0x00000007u, 0x00005611u, 0x000049a2u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00005612u, 0x00005611u, 0x00050084u, 0x00000006u, 0x00005613u, 0x00004917u, 0x00005612u, 0x00050080u, - 0x00000006u, 0x00005614u, 0x00004915u, 0x00005613u, 0x00050041u, 0x00000007u, 0x00005615u, 0x000049a2u, - 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005616u, 0x00005615u, 0x000500c2u, 0x00000006u, 0x00005617u, - 0x00005616u, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005619u, 0x00005614u, 0x00005617u, 0x000500c7u, - 0x00000006u, 0x0000561bu, 0x00005619u, 0x00000e80u, 0x0004003du, 0x00000006u, 0x0000561du, 0x00005615u, - 0x000400c8u, 0x00000006u, 0x0000561eu, 0x0000561du, 0x000500c7u, 0x00000006u, 0x0000561fu, 0x0000561eu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005620u, 0x0000561fu, 0x00000706u, 0x0004003du, 0x00000006u, - 0x00005623u, 0x00005611u, 0x000500c7u, 0x00000006u, 0x00005624u, 0x00005623u, 0x0000045eu, 0x000500c4u, - 0x00000006u, 0x00005625u, 0x00005624u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005627u, 0x0000561bu, - 0x00005625u, 0x000500c6u, 0x00000006u, 0x00005629u, 0x00005627u, 0x00000466u, 0x00080041u, 0x00000673u, - 0x0000562cu, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005629u, 0x0004003du, 0x0000000fu, - 0x0000562du, 0x0000562cu, 0x00040071u, 0x00000006u, 0x0000562eu, 0x0000562du, 0x000500c2u, 0x00000006u, - 0x00005631u, 0x0000562eu, 0x00005620u, 0x000500c7u, 0x00000006u, 0x00005632u, 0x00005631u, 0x00000ea3u, - 0x000500c4u, 0x00000006u, 0x00005634u, 0x00005632u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x00005636u, - 0x00005632u, 0x00005634u, 0x00040071u, 0x00000011u, 0x00005638u, 0x00005636u, 0x0004007cu, 0x00000012u, - 0x00005639u, 0x00005638u, 0x00070050u, 0x00000013u, 0x0000563au, 0x00005639u, 0x00005639u, 0x00005639u, - 0x00005639u, 0x000200f9u, 0x00004bb8u, 0x000200f8u, 0x00004bb8u, 0x000700f5u, 0x00000013u, 0x00007fd6u, - 0x00007f20u, 0x00004ba2u, 0x0000563au, 0x00004ba9u, 0x000700f5u, 0x00000013u, 0x00007ee2u, 0x00007e29u, - 0x00004ba2u, 0x00005606u, 0x00004ba9u, 0x000300f7u, 0x00004bc2u, 0x00000000u, 0x000400fau, 0x00004adau, - 0x00004bbau, 0x00004bc2u, 0x000200f8u, 0x00004bbau, 0x00050050u, 0x000000efu, 0x00004bbdu, 0x00007cbau, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004bbeu, 0x00004bbdu, 0x0003003eu, 0x000049a5u, 0x00004bbeu, - 0x00050041u, 0x00000007u, 0x00005645u, 0x000049a5u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005646u, - 0x00005645u, 0x00050084u, 0x00000006u, 0x00005647u, 0x00004917u, 0x00005646u, 0x00050080u, 0x00000006u, - 0x00005648u, 0x00004915u, 0x00005647u, 0x00050041u, 0x00000007u, 0x00005649u, 0x000049a5u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x0000564au, 0x00005649u, 0x000500c2u, 0x00000006u, 0x0000564bu, 0x0000564au, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x0000564du, 0x00005648u, 0x0000564bu, 0x000500c7u, 0x00000006u, - 0x0000564fu, 0x0000564du, 0x00000e80u, 0x0004003du, 0x00000006u, 0x00005651u, 0x00005649u, 0x000400c8u, - 0x00000006u, 0x00005652u, 0x00005651u, 0x000500c7u, 0x00000006u, 0x00005653u, 0x00005652u, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00005654u, 0x00005653u, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005657u, - 0x00005645u, 0x000500c7u, 0x00000006u, 0x00005658u, 0x00005657u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005659u, 0x00005658u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000565bu, 0x0000564fu, 0x00005659u, - 0x000500c6u, 0x00000006u, 0x0000565du, 0x0000565bu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005660u, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000565du, 0x0004003du, 0x0000000fu, 0x00005661u, - 0x00005660u, 0x00040071u, 0x00000006u, 0x00005662u, 0x00005661u, 0x000500c2u, 0x00000006u, 0x00005665u, - 0x00005662u, 0x00005654u, 0x000500c7u, 0x00000006u, 0x00005666u, 0x00005665u, 0x00000ea3u, 0x000500c4u, - 0x00000006u, 0x00005668u, 0x00005666u, 0x00000235u, 0x000500c5u, 0x00000006u, 0x0000566au, 0x00005666u, - 0x00005668u, 0x00040071u, 0x00000011u, 0x0000566cu, 0x0000566au, 0x0004007cu, 0x00000012u, 0x0000566du, - 0x0000566cu, 0x00070050u, 0x00000013u, 0x0000566eu, 0x0000566du, 0x0000566du, 0x0000566du, 0x0000566du, - 0x000200f9u, 0x00004bc2u, 0x000200f8u, 0x00004bc2u, 0x000700f5u, 0x00000013u, 0x000080cau, 0x00008012u, - 0x00004bb8u, 0x0000566eu, 0x00004bbau, 0x000200f9u, 0x00004c26u, 0x000200f8u, 0x00004c26u, 0x000d00f5u, - 0x00000013u, 0x000080c9u, 0x00008012u, 0x00004b9du, 0x000080cau, 0x00004bc2u, 0x000080ccu, 0x00004be3u, - 0x000080ceu, 0x00004c04u, 0x000080d0u, 0x00004c25u, 0x000d00f5u, 0x00000013u, 0x00007fd4u, 0x00007f20u, - 0x00004b9du, 0x00007fd6u, 0x00004bc2u, 0x00007fd8u, 0x00004be3u, 0x00007fdau, 0x00004c04u, 0x00007fdcu, - 0x00004c25u, 0x000d00f5u, 0x00000013u, 0x00007ee0u, 0x00007e29u, 0x00004b9du, 0x00007ee2u, 0x00004bc2u, - 0x00007ee4u, 0x00004be3u, 0x00007ee6u, 0x00004c04u, 0x00007ee8u, 0x00004c25u, 0x000d00f5u, 0x00000013u, - 0x00007db2u, 0x00007cfcu, 0x00004b9du, 0x000055d2u, 0x00004bc2u, 0x00005693u, 0x00004be3u, 0x00005745u, - 0x00004c04u, 0x00005849u, 0x00004c25u, 0x000200f9u, 0x00004dbdu, 0x000200f8u, 0x00004dbdu, 0x000f00f5u, - 0x00000013u, 0x000080c8u, 0x00008012u, 0x00004b98u, 0x000080c9u, 0x00004c26u, 0x000080d2u, 0x00004c54u, - 0x000080d3u, 0x00004cc9u, 0x000080dau, 0x00004d53u, 0x000080e3u, 0x00004dbcu, 0x000f00f5u, 0x00000013u, - 0x00007fd3u, 0x00007f20u, 0x00004b98u, 0x00007fd4u, 0x00004c26u, 0x00007fddu, 0x00004c54u, 0x00007fdeu, - 0x00004cc9u, 0x00007fe5u, 0x00004d53u, 0x00007feeu, 0x00004dbcu, 0x000f00f5u, 0x00000013u, 0x00007edfu, - 0x00007e29u, 0x00004b98u, 0x00007ee0u, 0x00004c26u, 0x00007ee9u, 0x00004c54u, 0x00007eeau, 0x00004cc9u, - 0x00007ef1u, 0x00004d53u, 0x00007efau, 0x00004dbcu, 0x000f00f5u, 0x00000013u, 0x00007db1u, 0x00007cfcu, - 0x00004b98u, 0x00007db2u, 0x00004c26u, 0x0000594cu, 0x00004c54u, 0x00007dbcu, 0x00004cc9u, 0x00007dc3u, - 0x00004d53u, 0x00007dccu, 0x00004dbcu, 0x000200f9u, 0x00004dbeu, 0x000200f8u, 0x00004af7u, 0x000300f7u, - 0x00004b97u, 0x00000000u, 0x000b00fbu, 0x00004ae1u, 0x00004b97u, 0x00000000u, 0x00004afcu, 0x00000002u, - 0x00004afcu, 0x00000003u, 0x00004afcu, 0x00000004u, 0x00004afcu, 0x000200f8u, 0x00004afcu, 0x000600a9u, - 0x00000008u, 0x00004b00u, 0x00004ae4u, 0x0000022fu, 0x0000022cu, 0x0004007cu, 0x00000006u, 0x00004b01u, - 0x00004b00u, 0x00040071u, 0x00000006u, 0x00004b04u, 0x0000491bu, 0x0004007cu, 0x00000008u, 0x00004b05u, - 0x00004b04u, 0x000300f7u, 0x00004b96u, 0x00000000u, 0x000700fbu, 0x00004b05u, 0x00004b06u, 0x00000000u, - 0x00004b32u, 0x00000001u, 0x00004b6au, 0x000200f8u, 0x00004b6au, 0x0004007cu, 0x000000b0u, 0x00004b6cu, - 0x00007ccbu, 0x000600a9u, 0x00000008u, 0x00004b6eu, 0x00004ae4u, 0x00000232u, 0x00000222u, 0x0004007cu, - 0x00000006u, 0x00004b6fu, 0x00004b6eu, 0x0003003eu, 0x0000496cu, 0x00004b6cu, 0x00050041u, 0x00000007u, - 0x000053f8u, 0x0000496cu, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000053f9u, 0x000053f8u, 0x00050084u, - 0x00000006u, 0x000053fau, 0x00004917u, 0x000053f9u, 0x00050080u, 0x00000006u, 0x000053fbu, 0x00004915u, - 0x000053fau, 0x00050041u, 0x00000007u, 0x000053fcu, 0x0000496cu, 0x0000032fu, 0x0004003du, 0x00000006u, - 0x000053fdu, 0x000053fcu, 0x00050080u, 0x00000006u, 0x000053ffu, 0x000053fbu, 0x000053fdu, 0x000500c7u, - 0x00000006u, 0x00005401u, 0x000053ffu, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00005404u, 0x000053f8u, - 0x000500c7u, 0x00000006u, 0x00005405u, 0x00005404u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005406u, - 0x00005405u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005408u, 0x00005401u, 0x00005406u, 0x000500c6u, - 0x00000006u, 0x0000540au, 0x00005408u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000540du, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000540au, 0x0004003du, 0x0000000fu, 0x0000540eu, 0x0000540du, - 0x00040071u, 0x00000006u, 0x0000540fu, 0x0000540eu, 0x000500c4u, 0x00000006u, 0x00005411u, 0x0000540fu, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x00005413u, 0x00005411u, 0x00004b6fu, 0x000500c6u, 0x00000006u, - 0x00005416u, 0x00005413u, 0x00004b01u, 0x000500c5u, 0x00000006u, 0x00005419u, 0x00000f69u, 0x00005416u, - 0x00080041u, 0x00000694u, 0x0000541au, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005419u, - 0x0004003du, 0x00000011u, 0x0000541bu, 0x0000541au, 0x00040071u, 0x00000006u, 0x0000541cu, 0x0000541bu, - 0x000300f7u, 0x00005424u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x0000541eu, 0x00005421u, 0x000200f8u, - 0x00005421u, 0x00060050u, 0x0000030eu, 0x00005440u, 0x0000541cu, 0x0000541cu, 0x0000541cu, 0x000500c2u, - 0x0000030eu, 0x00005441u, 0x00005440u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00005443u, 0x00005441u, - 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00005446u, 0x00005443u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, - 0x00005449u, 0x00005443u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x0000544au, 0x00005446u, 0x00005449u, - 0x000500c7u, 0x00000006u, 0x0000544cu, 0x0000541cu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000544du, - 0x0000544cu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000544fu, 0x0000544au, 0x0004007cu, 0x000004b8u, - 0x00005450u, 0x0000544fu, 0x00040071u, 0x00000011u, 0x00005452u, 0x0000544du, 0x0004007cu, 0x00000012u, - 0x00005453u, 0x00005452u, 0x00050051u, 0x00000012u, 0x00005454u, 0x00005450u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00005455u, 0x00005450u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00005456u, 0x00005450u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x00005457u, 0x00005454u, 0x00005455u, 0x00005456u, 0x00005453u, - 0x000200f9u, 0x00005424u, 0x000200f8u, 0x0000541eu, 0x000500c2u, 0x00000006u, 0x0000542bu, 0x0000541cu, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x0000542du, 0x0000541cu, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x0000542fu, 0x0000542bu, 0x0004007cu, 0x00000012u, 0x00005430u, 0x0000542fu, 0x00040071u, 0x00000011u, - 0x00005438u, 0x0000542du, 0x0004007cu, 0x00000012u, 0x00005439u, 0x00005438u, 0x00070050u, 0x00000013u, - 0x0000543au, 0x00005430u, 0x00005430u, 0x00005430u, 0x00005439u, 0x000200f9u, 0x00005424u, 0x000200f8u, - 0x00005424u, 0x000700f5u, 0x00000013u, 0x00007ccfu, 0x0000543au, 0x0000541eu, 0x00005457u, 0x00005421u, - 0x000300f7u, 0x00004b89u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004b76u, 0x00004b89u, 0x000200f8u, - 0x00004b76u, 0x00050050u, 0x000000efu, 0x00004b79u, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, - 0x00004b7au, 0x00004b79u, 0x0003003eu, 0x00004972u, 0x00004b7au, 0x00050041u, 0x00000007u, 0x00005465u, - 0x00004972u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005466u, 0x00005465u, 0x00050084u, 0x00000006u, - 0x00005467u, 0x00004917u, 0x00005466u, 0x00050080u, 0x00000006u, 0x00005468u, 0x00004915u, 0x00005467u, - 0x00050041u, 0x00000007u, 0x00005469u, 0x00004972u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000546au, - 0x00005469u, 0x00050080u, 0x00000006u, 0x0000546cu, 0x00005468u, 0x0000546au, 0x000500c7u, 0x00000006u, - 0x0000546eu, 0x0000546cu, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00005471u, 0x00005465u, 0x000500c7u, - 0x00000006u, 0x00005472u, 0x00005471u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005473u, 0x00005472u, - 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005475u, 0x0000546eu, 0x00005473u, 0x000500c6u, 0x00000006u, - 0x00005477u, 0x00005475u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000547au, 0x00000e9au, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x00005477u, 0x0004003du, 0x0000000fu, 0x0000547bu, 0x0000547au, 0x00040071u, - 0x00000006u, 0x0000547cu, 0x0000547bu, 0x000500c4u, 0x00000006u, 0x0000547eu, 0x0000547cu, 0x0000022fu, - 0x00050080u, 0x00000006u, 0x00005480u, 0x0000547eu, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x00005483u, - 0x00005480u, 0x00004b01u, 0x000500c5u, 0x00000006u, 0x00005486u, 0x00000f69u, 0x00005483u, 0x00080041u, - 0x00000694u, 0x00005487u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005486u, 0x0004003du, - 0x00000011u, 0x00005488u, 0x00005487u, 0x00040071u, 0x00000006u, 0x00005489u, 0x00005488u, 0x000300f7u, - 0x00005491u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x0000548bu, 0x0000548eu, 0x000200f8u, 0x0000548eu, - 0x00060050u, 0x0000030eu, 0x000054adu, 0x00005489u, 0x00005489u, 0x00005489u, 0x000500c2u, 0x0000030eu, - 0x000054aeu, 0x000054adu, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x000054b0u, 0x000054aeu, 0x0000b42eu, - 0x000500c4u, 0x0000030eu, 0x000054b3u, 0x000054b0u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x000054b6u, - 0x000054b0u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x000054b7u, 0x000054b3u, 0x000054b6u, 0x000500c7u, - 0x00000006u, 0x000054b9u, 0x00005489u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000054bau, 0x000054b9u, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000054bcu, 0x000054b7u, 0x0004007cu, 0x000004b8u, 0x000054bdu, - 0x000054bcu, 0x00040071u, 0x00000011u, 0x000054bfu, 0x000054bau, 0x0004007cu, 0x00000012u, 0x000054c0u, - 0x000054bfu, 0x00050051u, 0x00000012u, 0x000054c1u, 0x000054bdu, 0x00000000u, 0x00050051u, 0x00000012u, - 0x000054c2u, 0x000054bdu, 0x00000001u, 0x00050051u, 0x00000012u, 0x000054c3u, 0x000054bdu, 0x00000002u, - 0x00070050u, 0x00000013u, 0x000054c4u, 0x000054c1u, 0x000054c2u, 0x000054c3u, 0x000054c0u, 0x000200f9u, - 0x00005491u, 0x000200f8u, 0x0000548bu, 0x000500c2u, 0x00000006u, 0x00005498u, 0x00005489u, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x0000549au, 0x00005489u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000549cu, - 0x00005498u, 0x0004007cu, 0x00000012u, 0x0000549du, 0x0000549cu, 0x00040071u, 0x00000011u, 0x000054a5u, - 0x0000549au, 0x0004007cu, 0x00000012u, 0x000054a6u, 0x000054a5u, 0x00070050u, 0x00000013u, 0x000054a7u, - 0x0000549du, 0x0000549du, 0x0000549du, 0x000054a6u, 0x000200f9u, 0x00005491u, 0x000200f8u, 0x00005491u, - 0x000700f5u, 0x00000013u, 0x00007cd2u, 0x000054a7u, 0x0000548bu, 0x000054c4u, 0x0000548eu, 0x00050050u, - 0x000000efu, 0x00004b82u, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004b83u, 0x00004b82u, - 0x0003003eu, 0x00004978u, 0x00004b83u, 0x00050041u, 0x00000007u, 0x000054d2u, 0x00004978u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x000054d3u, 0x000054d2u, 0x00050084u, 0x00000006u, 0x000054d4u, 0x00004917u, - 0x000054d3u, 0x00050080u, 0x00000006u, 0x000054d5u, 0x00004915u, 0x000054d4u, 0x00050041u, 0x00000007u, - 0x000054d6u, 0x00004978u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000054d7u, 0x000054d6u, 0x00050080u, - 0x00000006u, 0x000054d9u, 0x000054d5u, 0x000054d7u, 0x000500c7u, 0x00000006u, 0x000054dbu, 0x000054d9u, - 0x00000f38u, 0x0004003du, 0x00000006u, 0x000054deu, 0x000054d2u, 0x000500c7u, 0x00000006u, 0x000054dfu, - 0x000054deu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000054e0u, 0x000054dfu, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x000054e2u, 0x000054dbu, 0x000054e0u, 0x000500c6u, 0x00000006u, 0x000054e4u, 0x000054e2u, - 0x00000466u, 0x00080041u, 0x00000673u, 0x000054e7u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x000054e4u, 0x0004003du, 0x0000000fu, 0x000054e8u, 0x000054e7u, 0x00040071u, 0x00000006u, 0x000054e9u, - 0x000054e8u, 0x000500c4u, 0x00000006u, 0x000054ebu, 0x000054e9u, 0x0000022fu, 0x00050080u, 0x00000006u, - 0x000054edu, 0x000054ebu, 0x00000388u, 0x000500c6u, 0x00000006u, 0x000054f0u, 0x000054edu, 0x00004b01u, - 0x000500c5u, 0x00000006u, 0x000054f3u, 0x00000f69u, 0x000054f0u, 0x00080041u, 0x00000694u, 0x000054f4u, - 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000054f3u, 0x0004003du, 0x00000011u, 0x000054f5u, - 0x000054f4u, 0x00040071u, 0x00000006u, 0x000054f6u, 0x000054f5u, 0x000300f7u, 0x000054feu, 0x00000000u, - 0x000400fau, 0x000022f4u, 0x000054f8u, 0x000054fbu, 0x000200f8u, 0x000054fbu, 0x00060050u, 0x0000030eu, - 0x0000551au, 0x000054f6u, 0x000054f6u, 0x000054f6u, 0x000500c2u, 0x0000030eu, 0x0000551bu, 0x0000551au, - 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x0000551du, 0x0000551bu, 0x0000b42eu, 0x000500c4u, 0x0000030eu, - 0x00005520u, 0x0000551du, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x00005523u, 0x0000551du, 0x0000b430u, - 0x000500c5u, 0x0000030eu, 0x00005524u, 0x00005520u, 0x00005523u, 0x000500c7u, 0x00000006u, 0x00005526u, - 0x000054f6u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005527u, 0x00005526u, 0x000006c5u, 0x00040071u, - 0x000004bcu, 0x00005529u, 0x00005524u, 0x0004007cu, 0x000004b8u, 0x0000552au, 0x00005529u, 0x00040071u, - 0x00000011u, 0x0000552cu, 0x00005527u, 0x0004007cu, 0x00000012u, 0x0000552du, 0x0000552cu, 0x00050051u, - 0x00000012u, 0x0000552eu, 0x0000552au, 0x00000000u, 0x00050051u, 0x00000012u, 0x0000552fu, 0x0000552au, - 0x00000001u, 0x00050051u, 0x00000012u, 0x00005530u, 0x0000552au, 0x00000002u, 0x00070050u, 0x00000013u, - 0x00005531u, 0x0000552eu, 0x0000552fu, 0x00005530u, 0x0000552du, 0x000200f9u, 0x000054feu, 0x000200f8u, - 0x000054f8u, 0x000500c2u, 0x00000006u, 0x00005505u, 0x000054f6u, 0x0000025fu, 0x000500c7u, 0x00000006u, - 0x00005507u, 0x000054f6u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005509u, 0x00005505u, 0x0004007cu, - 0x00000012u, 0x0000550au, 0x00005509u, 0x00040071u, 0x00000011u, 0x00005512u, 0x00005507u, 0x0004007cu, - 0x00000012u, 0x00005513u, 0x00005512u, 0x00070050u, 0x00000013u, 0x00005514u, 0x0000550au, 0x0000550au, - 0x0000550au, 0x00005513u, 0x000200f9u, 0x000054feu, 0x000200f8u, 0x000054feu, 0x000700f5u, 0x00000013u, - 0x00007cd3u, 0x00005514u, 0x000054f8u, 0x00005531u, 0x000054fbu, 0x000200f9u, 0x00004b89u, 0x000200f8u, - 0x00004b89u, 0x000700f5u, 0x00000013u, 0x00007fd0u, 0x00007f20u, 0x00005424u, 0x00007cd3u, 0x000054feu, - 0x000700f5u, 0x00000013u, 0x00007edbu, 0x00007e29u, 0x00005424u, 0x00007cd2u, 0x000054feu, 0x000300f7u, - 0x00004b95u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004b8bu, 0x00004b95u, 0x000200f8u, 0x00004b8bu, - 0x00050050u, 0x000000efu, 0x00004b8eu, 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004b8fu, - 0x00004b8eu, 0x0003003eu, 0x0000497eu, 0x00004b8fu, 0x00050041u, 0x00000007u, 0x0000553fu, 0x0000497eu, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005540u, 0x0000553fu, 0x00050084u, 0x00000006u, 0x00005541u, - 0x00004917u, 0x00005540u, 0x00050080u, 0x00000006u, 0x00005542u, 0x00004915u, 0x00005541u, 0x00050041u, - 0x00000007u, 0x00005543u, 0x0000497eu, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00005544u, 0x00005543u, - 0x00050080u, 0x00000006u, 0x00005546u, 0x00005542u, 0x00005544u, 0x000500c7u, 0x00000006u, 0x00005548u, - 0x00005546u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x0000554bu, 0x0000553fu, 0x000500c7u, 0x00000006u, - 0x0000554cu, 0x0000554bu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x0000554du, 0x0000554cu, 0x0000022fu, - 0x000500c6u, 0x00000006u, 0x0000554fu, 0x00005548u, 0x0000554du, 0x000500c6u, 0x00000006u, 0x00005551u, - 0x0000554fu, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005554u, 0x00000e9au, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x00005551u, 0x0004003du, 0x0000000fu, 0x00005555u, 0x00005554u, 0x00040071u, 0x00000006u, - 0x00005556u, 0x00005555u, 0x000500c4u, 0x00000006u, 0x00005558u, 0x00005556u, 0x0000022fu, 0x00050080u, - 0x00000006u, 0x0000555au, 0x00005558u, 0x00000466u, 0x000500c6u, 0x00000006u, 0x0000555du, 0x0000555au, - 0x00004b01u, 0x000500c5u, 0x00000006u, 0x00005560u, 0x00000f69u, 0x0000555du, 0x00080041u, 0x00000694u, - 0x00005561u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005560u, 0x0004003du, 0x00000011u, - 0x00005562u, 0x00005561u, 0x00040071u, 0x00000006u, 0x00005563u, 0x00005562u, 0x000300f7u, 0x0000556bu, - 0x00000000u, 0x000400fau, 0x000022f4u, 0x00005565u, 0x00005568u, 0x000200f8u, 0x00005568u, 0x00060050u, - 0x0000030eu, 0x00005587u, 0x00005563u, 0x00005563u, 0x00005563u, 0x000500c2u, 0x0000030eu, 0x00005588u, - 0x00005587u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x0000558au, 0x00005588u, 0x0000b42eu, 0x000500c4u, - 0x0000030eu, 0x0000558du, 0x0000558au, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x00005590u, 0x0000558au, - 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00005591u, 0x0000558du, 0x00005590u, 0x000500c7u, 0x00000006u, - 0x00005593u, 0x00005563u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005594u, 0x00005593u, 0x000006c5u, - 0x00040071u, 0x000004bcu, 0x00005596u, 0x00005591u, 0x0004007cu, 0x000004b8u, 0x00005597u, 0x00005596u, - 0x00040071u, 0x00000011u, 0x00005599u, 0x00005594u, 0x0004007cu, 0x00000012u, 0x0000559au, 0x00005599u, - 0x00050051u, 0x00000012u, 0x0000559bu, 0x00005597u, 0x00000000u, 0x00050051u, 0x00000012u, 0x0000559cu, - 0x00005597u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000559du, 0x00005597u, 0x00000002u, 0x00070050u, - 0x00000013u, 0x0000559eu, 0x0000559bu, 0x0000559cu, 0x0000559du, 0x0000559au, 0x000200f9u, 0x0000556bu, - 0x000200f8u, 0x00005565u, 0x000500c2u, 0x00000006u, 0x00005572u, 0x00005563u, 0x0000025fu, 0x000500c7u, - 0x00000006u, 0x00005574u, 0x00005563u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005576u, 0x00005572u, - 0x0004007cu, 0x00000012u, 0x00005577u, 0x00005576u, 0x00040071u, 0x00000011u, 0x0000557fu, 0x00005574u, - 0x0004007cu, 0x00000012u, 0x00005580u, 0x0000557fu, 0x00070050u, 0x00000013u, 0x00005581u, 0x00005577u, - 0x00005577u, 0x00005577u, 0x00005580u, 0x000200f9u, 0x0000556bu, 0x000200f8u, 0x0000556bu, 0x000700f5u, - 0x00000013u, 0x00007cd4u, 0x00005581u, 0x00005565u, 0x0000559eu, 0x00005568u, 0x000200f9u, 0x00004b95u, - 0x000200f8u, 0x00004b95u, 0x000700f5u, 0x00000013u, 0x000080c3u, 0x00008012u, 0x00004b89u, 0x00007cd4u, - 0x0000556bu, 0x000200f9u, 0x00004b96u, 0x000200f8u, 0x00004b32u, 0x0004007cu, 0x000000b0u, 0x00004b34u, - 0x00007ccbu, 0x00040071u, 0x00000006u, 0x00004b37u, 0x0000491du, 0x000600a9u, 0x00000008u, 0x00004b39u, - 0x00004ae4u, 0x00000232u, 0x00000222u, 0x0004007cu, 0x00000006u, 0x00004b3au, 0x00004b39u, 0x0003003eu, - 0x0000494du, 0x00004b34u, 0x00050041u, 0x00000007u, 0x00005209u, 0x0000494du, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x0000520au, 0x00005209u, 0x00050084u, 0x00000006u, 0x0000520bu, 0x00004917u, 0x0000520au, - 0x00050080u, 0x00000006u, 0x0000520cu, 0x00004915u, 0x0000520bu, 0x00050041u, 0x00000007u, 0x0000520du, - 0x0000494du, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000520eu, 0x0000520du, 0x000500c2u, 0x00000006u, - 0x0000520fu, 0x0000520eu, 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005211u, 0x0000520cu, 0x0000520fu, - 0x000500c7u, 0x00000006u, 0x00005213u, 0x00005211u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00005215u, - 0x0000520du, 0x000400c8u, 0x00000006u, 0x00005216u, 0x00005215u, 0x000500c7u, 0x00000006u, 0x00005217u, - 0x00005216u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005218u, 0x00005217u, 0x00000706u, 0x0004003du, - 0x00000006u, 0x0000521bu, 0x00005209u, 0x000500c7u, 0x00000006u, 0x0000521cu, 0x0000521bu, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x0000521du, 0x0000521cu, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x0000521fu, - 0x00005213u, 0x0000521du, 0x000500c6u, 0x00000006u, 0x00005221u, 0x0000521fu, 0x00000466u, 0x00080041u, - 0x00000673u, 0x00005224u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005221u, 0x0004003du, - 0x0000000fu, 0x00005225u, 0x00005224u, 0x00040071u, 0x00000006u, 0x00005226u, 0x00005225u, 0x000500c2u, - 0x00000006u, 0x00005229u, 0x00005226u, 0x00005218u, 0x000500c7u, 0x00000006u, 0x0000522au, 0x00005229u, - 0x00000ea3u, 0x000500c4u, 0x00000006u, 0x0000522cu, 0x00004b37u, 0x00000235u, 0x000500c5u, 0x00000006u, - 0x0000522eu, 0x0000522au, 0x0000522cu, 0x000500c4u, 0x00000006u, 0x00005230u, 0x0000522eu, 0x0000022fu, - 0x00050080u, 0x00000006u, 0x00005232u, 0x00005230u, 0x00004b3au, 0x000500c6u, 0x00000006u, 0x00005235u, - 0x00005232u, 0x00004b01u, 0x000500c5u, 0x00000006u, 0x00005238u, 0x00000f69u, 0x00005235u, 0x00080041u, - 0x00000694u, 0x00005239u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005238u, 0x0004003du, - 0x00000011u, 0x0000523au, 0x00005239u, 0x00040071u, 0x00000006u, 0x0000523bu, 0x0000523au, 0x000300f7u, - 0x00005243u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x0000523du, 0x00005240u, 0x000200f8u, 0x00005240u, - 0x00060050u, 0x0000030eu, 0x0000525fu, 0x0000523bu, 0x0000523bu, 0x0000523bu, 0x000500c2u, 0x0000030eu, - 0x00005260u, 0x0000525fu, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00005262u, 0x00005260u, 0x0000b42eu, - 0x000500c4u, 0x0000030eu, 0x00005265u, 0x00005262u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x00005268u, - 0x00005262u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00005269u, 0x00005265u, 0x00005268u, 0x000500c7u, - 0x00000006u, 0x0000526bu, 0x0000523bu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000526cu, 0x0000526bu, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x0000526eu, 0x00005269u, 0x0004007cu, 0x000004b8u, 0x0000526fu, - 0x0000526eu, 0x00040071u, 0x00000011u, 0x00005271u, 0x0000526cu, 0x0004007cu, 0x00000012u, 0x00005272u, - 0x00005271u, 0x00050051u, 0x00000012u, 0x00005273u, 0x0000526fu, 0x00000000u, 0x00050051u, 0x00000012u, - 0x00005274u, 0x0000526fu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00005275u, 0x0000526fu, 0x00000002u, - 0x00070050u, 0x00000013u, 0x00005276u, 0x00005273u, 0x00005274u, 0x00005275u, 0x00005272u, 0x000200f9u, - 0x00005243u, 0x000200f8u, 0x0000523du, 0x000500c2u, 0x00000006u, 0x0000524au, 0x0000523bu, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x0000524cu, 0x0000523bu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x0000524eu, - 0x0000524au, 0x0004007cu, 0x00000012u, 0x0000524fu, 0x0000524eu, 0x00040071u, 0x00000011u, 0x00005257u, - 0x0000524cu, 0x0004007cu, 0x00000012u, 0x00005258u, 0x00005257u, 0x00070050u, 0x00000013u, 0x00005259u, - 0x0000524fu, 0x0000524fu, 0x0000524fu, 0x00005258u, 0x000200f9u, 0x00005243u, 0x000200f8u, 0x00005243u, - 0x000700f5u, 0x00000013u, 0x00007cd5u, 0x00005259u, 0x0000523du, 0x00005276u, 0x00005240u, 0x000300f7u, - 0x00004b5au, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004b41u, 0x00004b5au, 0x000200f8u, 0x00004b41u, - 0x00050050u, 0x000000efu, 0x00004b44u, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, 0x00004b45u, - 0x00004b44u, 0x0003003eu, 0x00004955u, 0x00004b45u, 0x00050041u, 0x00000007u, 0x00005285u, 0x00004955u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005286u, 0x00005285u, 0x00050084u, 0x00000006u, 0x00005287u, - 0x00004917u, 0x00005286u, 0x00050080u, 0x00000006u, 0x00005288u, 0x00004915u, 0x00005287u, 0x00050041u, - 0x00000007u, 0x00005289u, 0x00004955u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000528au, 0x00005289u, - 0x000500c2u, 0x00000006u, 0x0000528bu, 0x0000528au, 0x0000022cu, 0x00050080u, 0x00000006u, 0x0000528du, - 0x00005288u, 0x0000528bu, 0x000500c7u, 0x00000006u, 0x0000528fu, 0x0000528du, 0x00000f38u, 0x0004003du, - 0x00000006u, 0x00005291u, 0x00005289u, 0x000400c8u, 0x00000006u, 0x00005292u, 0x00005291u, 0x000500c7u, - 0x00000006u, 0x00005293u, 0x00005292u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005294u, 0x00005293u, - 0x00000706u, 0x0004003du, 0x00000006u, 0x00005297u, 0x00005285u, 0x000500c7u, 0x00000006u, 0x00005298u, - 0x00005297u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005299u, 0x00005298u, 0x0000022fu, 0x000500c6u, - 0x00000006u, 0x0000529bu, 0x0000528fu, 0x00005299u, 0x000500c6u, 0x00000006u, 0x0000529du, 0x0000529bu, - 0x00000466u, 0x00080041u, 0x00000673u, 0x000052a0u, 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, - 0x0000529du, 0x0004003du, 0x0000000fu, 0x000052a1u, 0x000052a0u, 0x00040071u, 0x00000006u, 0x000052a2u, - 0x000052a1u, 0x000500c2u, 0x00000006u, 0x000052a5u, 0x000052a2u, 0x00005294u, 0x000500c7u, 0x00000006u, - 0x000052a6u, 0x000052a5u, 0x00000ea3u, 0x000500c5u, 0x00000006u, 0x000052aau, 0x000052a6u, 0x0000522cu, - 0x000500c4u, 0x00000006u, 0x000052acu, 0x000052aau, 0x0000022fu, 0x00050080u, 0x00000006u, 0x000052aeu, - 0x000052acu, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x000052b1u, 0x000052aeu, 0x00004b01u, 0x000500c5u, - 0x00000006u, 0x000052b4u, 0x00000f69u, 0x000052b1u, 0x00080041u, 0x00000694u, 0x000052b5u, 0x00000f67u, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x000052b4u, 0x0004003du, 0x00000011u, 0x000052b6u, 0x000052b5u, - 0x00040071u, 0x00000006u, 0x000052b7u, 0x000052b6u, 0x000300f7u, 0x000052bfu, 0x00000000u, 0x000400fau, - 0x000022f4u, 0x000052b9u, 0x000052bcu, 0x000200f8u, 0x000052bcu, 0x00060050u, 0x0000030eu, 0x000052dbu, - 0x000052b7u, 0x000052b7u, 0x000052b7u, 0x000500c2u, 0x0000030eu, 0x000052dcu, 0x000052dbu, 0x00000e41u, - 0x000500c7u, 0x0000030eu, 0x000052deu, 0x000052dcu, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x000052e1u, - 0x000052deu, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x000052e4u, 0x000052deu, 0x0000b430u, 0x000500c5u, - 0x0000030eu, 0x000052e5u, 0x000052e1u, 0x000052e4u, 0x000500c7u, 0x00000006u, 0x000052e7u, 0x000052b7u, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x000052e8u, 0x000052e7u, 0x000006c5u, 0x00040071u, 0x000004bcu, - 0x000052eau, 0x000052e5u, 0x0004007cu, 0x000004b8u, 0x000052ebu, 0x000052eau, 0x00040071u, 0x00000011u, - 0x000052edu, 0x000052e8u, 0x0004007cu, 0x00000012u, 0x000052eeu, 0x000052edu, 0x00050051u, 0x00000012u, - 0x000052efu, 0x000052ebu, 0x00000000u, 0x00050051u, 0x00000012u, 0x000052f0u, 0x000052ebu, 0x00000001u, - 0x00050051u, 0x00000012u, 0x000052f1u, 0x000052ebu, 0x00000002u, 0x00070050u, 0x00000013u, 0x000052f2u, - 0x000052efu, 0x000052f0u, 0x000052f1u, 0x000052eeu, 0x000200f9u, 0x000052bfu, 0x000200f8u, 0x000052b9u, - 0x000500c2u, 0x00000006u, 0x000052c6u, 0x000052b7u, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x000052c8u, - 0x000052b7u, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000052cau, 0x000052c6u, 0x0004007cu, 0x00000012u, - 0x000052cbu, 0x000052cau, 0x00040071u, 0x00000011u, 0x000052d3u, 0x000052c8u, 0x0004007cu, 0x00000012u, - 0x000052d4u, 0x000052d3u, 0x00070050u, 0x00000013u, 0x000052d5u, 0x000052cbu, 0x000052cbu, 0x000052cbu, - 0x000052d4u, 0x000200f9u, 0x000052bfu, 0x000200f8u, 0x000052bfu, 0x000700f5u, 0x00000013u, 0x00007cd7u, - 0x000052d5u, 0x000052b9u, 0x000052f2u, 0x000052bcu, 0x00050050u, 0x000000efu, 0x00004b50u, 0x00007cb6u, - 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004b51u, 0x00004b50u, 0x0003003eu, 0x0000495du, 0x00004b51u, - 0x00050041u, 0x00000007u, 0x00005301u, 0x0000495du, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005302u, - 0x00005301u, 0x00050084u, 0x00000006u, 0x00005303u, 0x00004917u, 0x00005302u, 0x00050080u, 0x00000006u, - 0x00005304u, 0x00004915u, 0x00005303u, 0x00050041u, 0x00000007u, 0x00005305u, 0x0000495du, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00005306u, 0x00005305u, 0x000500c2u, 0x00000006u, 0x00005307u, 0x00005306u, - 0x0000022cu, 0x00050080u, 0x00000006u, 0x00005309u, 0x00005304u, 0x00005307u, 0x000500c7u, 0x00000006u, - 0x0000530bu, 0x00005309u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x0000530du, 0x00005305u, 0x000400c8u, - 0x00000006u, 0x0000530eu, 0x0000530du, 0x000500c7u, 0x00000006u, 0x0000530fu, 0x0000530eu, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00005310u, 0x0000530fu, 0x00000706u, 0x0004003du, 0x00000006u, 0x00005313u, - 0x00005301u, 0x000500c7u, 0x00000006u, 0x00005314u, 0x00005313u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00005315u, 0x00005314u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005317u, 0x0000530bu, 0x00005315u, - 0x000500c6u, 0x00000006u, 0x00005319u, 0x00005317u, 0x00000466u, 0x00080041u, 0x00000673u, 0x0000531cu, - 0x00000e9au, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005319u, 0x0004003du, 0x0000000fu, 0x0000531du, - 0x0000531cu, 0x00040071u, 0x00000006u, 0x0000531eu, 0x0000531du, 0x000500c2u, 0x00000006u, 0x00005321u, - 0x0000531eu, 0x00005310u, 0x000500c7u, 0x00000006u, 0x00005322u, 0x00005321u, 0x00000ea3u, 0x000500c5u, - 0x00000006u, 0x00005326u, 0x00005322u, 0x0000522cu, 0x000500c4u, 0x00000006u, 0x00005328u, 0x00005326u, - 0x0000022fu, 0x00050080u, 0x00000006u, 0x0000532au, 0x00005328u, 0x00000388u, 0x000500c6u, 0x00000006u, - 0x0000532du, 0x0000532au, 0x00004b01u, 0x000500c5u, 0x00000006u, 0x00005330u, 0x00000f69u, 0x0000532du, - 0x00080041u, 0x00000694u, 0x00005331u, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005330u, - 0x0004003du, 0x00000011u, 0x00005332u, 0x00005331u, 0x00040071u, 0x00000006u, 0x00005333u, 0x00005332u, - 0x000300f7u, 0x0000533bu, 0x00000000u, 0x000400fau, 0x000022f4u, 0x00005335u, 0x00005338u, 0x000200f8u, - 0x00005338u, 0x00060050u, 0x0000030eu, 0x00005357u, 0x00005333u, 0x00005333u, 0x00005333u, 0x000500c2u, - 0x0000030eu, 0x00005358u, 0x00005357u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x0000535au, 0x00005358u, - 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x0000535du, 0x0000535au, 0x0000b42fu, 0x000500c2u, 0x0000030eu, - 0x00005360u, 0x0000535au, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x00005361u, 0x0000535du, 0x00005360u, - 0x000500c7u, 0x00000006u, 0x00005363u, 0x00005333u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005364u, - 0x00005363u, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005366u, 0x00005361u, 0x0004007cu, 0x000004b8u, - 0x00005367u, 0x00005366u, 0x00040071u, 0x00000011u, 0x00005369u, 0x00005364u, 0x0004007cu, 0x00000012u, - 0x0000536au, 0x00005369u, 0x00050051u, 0x00000012u, 0x0000536bu, 0x00005367u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x0000536cu, 0x00005367u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000536du, 0x00005367u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x0000536eu, 0x0000536bu, 0x0000536cu, 0x0000536du, 0x0000536au, - 0x000200f9u, 0x0000533bu, 0x000200f8u, 0x00005335u, 0x000500c2u, 0x00000006u, 0x00005342u, 0x00005333u, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005344u, 0x00005333u, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00005346u, 0x00005342u, 0x0004007cu, 0x00000012u, 0x00005347u, 0x00005346u, 0x00040071u, 0x00000011u, - 0x0000534fu, 0x00005344u, 0x0004007cu, 0x00000012u, 0x00005350u, 0x0000534fu, 0x00070050u, 0x00000013u, - 0x00005351u, 0x00005347u, 0x00005347u, 0x00005347u, 0x00005350u, 0x000200f9u, 0x0000533bu, 0x000200f8u, - 0x0000533bu, 0x000700f5u, 0x00000013u, 0x00007cd8u, 0x00005351u, 0x00005335u, 0x0000536eu, 0x00005338u, - 0x000200f9u, 0x00004b5au, 0x000200f8u, 0x00004b5au, 0x000700f5u, 0x00000013u, 0x00007fccu, 0x00007f20u, - 0x00005243u, 0x00007cd8u, 0x0000533bu, 0x000700f5u, 0x00000013u, 0x00007ed6u, 0x00007e29u, 0x00005243u, - 0x00007cd7u, 0x0000533bu, 0x000300f7u, 0x00004b69u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004b5cu, - 0x00004b69u, 0x000200f8u, 0x00004b5cu, 0x00050050u, 0x000000efu, 0x00004b5fu, 0x00007cbau, 0x00004ad0u, - 0x0004007cu, 0x000000b0u, 0x00004b60u, 0x00004b5fu, 0x0003003eu, 0x00004965u, 0x00004b60u, 0x00050041u, - 0x00000007u, 0x0000537du, 0x00004965u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000537eu, 0x0000537du, - 0x00050084u, 0x00000006u, 0x0000537fu, 0x00004917u, 0x0000537eu, 0x00050080u, 0x00000006u, 0x00005380u, - 0x00004915u, 0x0000537fu, 0x00050041u, 0x00000007u, 0x00005381u, 0x00004965u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00005382u, 0x00005381u, 0x000500c2u, 0x00000006u, 0x00005383u, 0x00005382u, 0x0000022cu, - 0x00050080u, 0x00000006u, 0x00005385u, 0x00005380u, 0x00005383u, 0x000500c7u, 0x00000006u, 0x00005387u, - 0x00005385u, 0x00000f38u, 0x0004003du, 0x00000006u, 0x00005389u, 0x00005381u, 0x000400c8u, 0x00000006u, - 0x0000538au, 0x00005389u, 0x000500c7u, 0x00000006u, 0x0000538bu, 0x0000538au, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x0000538cu, 0x0000538bu, 0x00000706u, 0x0004003du, 0x00000006u, 0x0000538fu, 0x0000537du, - 0x000500c7u, 0x00000006u, 0x00005390u, 0x0000538fu, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005391u, - 0x00005390u, 0x0000022fu, 0x000500c6u, 0x00000006u, 0x00005393u, 0x00005387u, 0x00005391u, 0x000500c6u, - 0x00000006u, 0x00005395u, 0x00005393u, 0x00000466u, 0x00080041u, 0x00000673u, 0x00005398u, 0x00000e9au, - 0x00000222u, 0x000022e0u, 0x00000222u, 0x00005395u, 0x0004003du, 0x0000000fu, 0x00005399u, 0x00005398u, - 0x00040071u, 0x00000006u, 0x0000539au, 0x00005399u, 0x000500c2u, 0x00000006u, 0x0000539du, 0x0000539au, - 0x0000538cu, 0x000500c7u, 0x00000006u, 0x0000539eu, 0x0000539du, 0x00000ea3u, 0x000500c5u, 0x00000006u, - 0x000053a2u, 0x0000539eu, 0x0000522cu, 0x000500c4u, 0x00000006u, 0x000053a4u, 0x000053a2u, 0x0000022fu, - 0x00050080u, 0x00000006u, 0x000053a6u, 0x000053a4u, 0x00000466u, 0x000500c6u, 0x00000006u, 0x000053a9u, - 0x000053a6u, 0x00004b01u, 0x000500c5u, 0x00000006u, 0x000053acu, 0x00000f69u, 0x000053a9u, 0x00080041u, - 0x00000694u, 0x000053adu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000053acu, 0x0004003du, - 0x00000011u, 0x000053aeu, 0x000053adu, 0x00040071u, 0x00000006u, 0x000053afu, 0x000053aeu, 0x000300f7u, - 0x000053b7u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x000053b1u, 0x000053b4u, 0x000200f8u, 0x000053b4u, - 0x00060050u, 0x0000030eu, 0x000053d3u, 0x000053afu, 0x000053afu, 0x000053afu, 0x000500c2u, 0x0000030eu, - 0x000053d4u, 0x000053d3u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x000053d6u, 0x000053d4u, 0x0000b42eu, - 0x000500c4u, 0x0000030eu, 0x000053d9u, 0x000053d6u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x000053dcu, - 0x000053d6u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x000053ddu, 0x000053d9u, 0x000053dcu, 0x000500c7u, - 0x00000006u, 0x000053dfu, 0x000053afu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000053e0u, 0x000053dfu, - 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000053e2u, 0x000053ddu, 0x0004007cu, 0x000004b8u, 0x000053e3u, - 0x000053e2u, 0x00040071u, 0x00000011u, 0x000053e5u, 0x000053e0u, 0x0004007cu, 0x00000012u, 0x000053e6u, - 0x000053e5u, 0x00050051u, 0x00000012u, 0x000053e7u, 0x000053e3u, 0x00000000u, 0x00050051u, 0x00000012u, - 0x000053e8u, 0x000053e3u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000053e9u, 0x000053e3u, 0x00000002u, - 0x00070050u, 0x00000013u, 0x000053eau, 0x000053e7u, 0x000053e8u, 0x000053e9u, 0x000053e6u, 0x000200f9u, - 0x000053b7u, 0x000200f8u, 0x000053b1u, 0x000500c2u, 0x00000006u, 0x000053beu, 0x000053afu, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x000053c0u, 0x000053afu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000053c2u, - 0x000053beu, 0x0004007cu, 0x00000012u, 0x000053c3u, 0x000053c2u, 0x00040071u, 0x00000011u, 0x000053cbu, - 0x000053c0u, 0x0004007cu, 0x00000012u, 0x000053ccu, 0x000053cbu, 0x00070050u, 0x00000013u, 0x000053cdu, - 0x000053c3u, 0x000053c3u, 0x000053c3u, 0x000053ccu, 0x000200f9u, 0x000053b7u, 0x000200f8u, 0x000053b7u, - 0x000700f5u, 0x00000013u, 0x00007cd9u, 0x000053cdu, 0x000053b1u, 0x000053eau, 0x000053b4u, 0x000200f9u, - 0x00004b69u, 0x000200f8u, 0x00004b69u, 0x000700f5u, 0x00000013u, 0x000080beu, 0x00008012u, 0x00004b5au, - 0x00007cd9u, 0x000053b7u, 0x000200f9u, 0x00004b96u, 0x000200f8u, 0x00004b06u, 0x0004007cu, 0x000000b0u, - 0x00004b08u, 0x00007ccbu, 0x000600a9u, 0x00000008u, 0x00004b0au, 0x00004ae4u, 0x00000232u, 0x00000222u, - 0x0004007cu, 0x00000006u, 0x00004b0bu, 0x00004b0au, 0x0003003eu, 0x00004984u, 0x00004b08u, 0x00050041u, - 0x00000007u, 0x00005048u, 0x00004984u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00005049u, 0x00005048u, - 0x00050084u, 0x00000006u, 0x0000504au, 0x00004917u, 0x00005049u, 0x00050080u, 0x00000006u, 0x0000504bu, - 0x00004915u, 0x0000504au, 0x00050041u, 0x00000007u, 0x0000504cu, 0x00004984u, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x0000504du, 0x0000504cu, 0x00050084u, 0x00000006u, 0x0000504eu, 0x0000504du, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00005050u, 0x0000504bu, 0x0000504eu, 0x000500c7u, 0x00000006u, 0x00005052u, - 0x00005050u, 0x00000f38u, 0x000500c2u, 0x00000006u, 0x00005054u, 0x00005052u, 0x0000022cu, 0x0004003du, - 0x00000006u, 0x00005056u, 0x00005048u, 0x000500c7u, 0x00000006u, 0x00005057u, 0x00005056u, 0x0000045eu, - 0x000500c4u, 0x00000006u, 0x00005058u, 0x00005057u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x0000505au, - 0x00005054u, 0x00005058u, 0x000500c6u, 0x00000006u, 0x0000505cu, 0x0000505au, 0x0000045eu, 0x00080041u, - 0x00000694u, 0x0000505fu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000505cu, 0x0004003du, - 0x00000011u, 0x00005060u, 0x0000505fu, 0x00040071u, 0x00000006u, 0x00005061u, 0x00005060u, 0x000500c2u, - 0x00000006u, 0x00005063u, 0x00005061u, 0x0000023bu, 0x000500c7u, 0x00000006u, 0x00005064u, 0x00005063u, - 0x00001009u, 0x00050080u, 0x00000006u, 0x00005066u, 0x00005064u, 0x00004b0bu, 0x000500c6u, 0x00000006u, - 0x00005069u, 0x00005066u, 0x00004b01u, 0x000500c5u, 0x00000006u, 0x0000506cu, 0x00000f69u, 0x00005069u, - 0x00080041u, 0x00000694u, 0x0000506du, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x0000506cu, - 0x0004003du, 0x00000011u, 0x0000506eu, 0x0000506du, 0x00040071u, 0x00000006u, 0x0000506fu, 0x0000506eu, - 0x000300f7u, 0x00005077u, 0x00000000u, 0x000400fau, 0x000022f4u, 0x00005071u, 0x00005074u, 0x000200f8u, - 0x00005074u, 0x00060050u, 0x0000030eu, 0x00005093u, 0x0000506fu, 0x0000506fu, 0x0000506fu, 0x000500c2u, - 0x0000030eu, 0x00005094u, 0x00005093u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00005096u, 0x00005094u, - 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00005099u, 0x00005096u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, - 0x0000509cu, 0x00005096u, 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x0000509du, 0x00005099u, 0x0000509cu, - 0x000500c7u, 0x00000006u, 0x0000509fu, 0x0000506fu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x000050a0u, - 0x0000509fu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000050a2u, 0x0000509du, 0x0004007cu, 0x000004b8u, - 0x000050a3u, 0x000050a2u, 0x00040071u, 0x00000011u, 0x000050a5u, 0x000050a0u, 0x0004007cu, 0x00000012u, - 0x000050a6u, 0x000050a5u, 0x00050051u, 0x00000012u, 0x000050a7u, 0x000050a3u, 0x00000000u, 0x00050051u, - 0x00000012u, 0x000050a8u, 0x000050a3u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000050a9u, 0x000050a3u, - 0x00000002u, 0x00070050u, 0x00000013u, 0x000050aau, 0x000050a7u, 0x000050a8u, 0x000050a9u, 0x000050a6u, - 0x000200f9u, 0x00005077u, 0x000200f8u, 0x00005071u, 0x000500c2u, 0x00000006u, 0x0000507eu, 0x0000506fu, - 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005080u, 0x0000506fu, 0x000006c5u, 0x00040071u, 0x00000011u, - 0x00005082u, 0x0000507eu, 0x0004007cu, 0x00000012u, 0x00005083u, 0x00005082u, 0x00040071u, 0x00000011u, - 0x0000508bu, 0x00005080u, 0x0004007cu, 0x00000012u, 0x0000508cu, 0x0000508bu, 0x00070050u, 0x00000013u, - 0x0000508du, 0x00005083u, 0x00005083u, 0x00005083u, 0x0000508cu, 0x000200f9u, 0x00005077u, 0x000200f8u, - 0x00005077u, 0x000700f5u, 0x00000013u, 0x00007cdau, 0x0000508du, 0x00005071u, 0x000050aau, 0x00005074u, - 0x000300f7u, 0x00004b25u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004b12u, 0x00004b25u, 0x000200f8u, - 0x00004b12u, 0x00050050u, 0x000000efu, 0x00004b15u, 0x00007cbau, 0x00004aceu, 0x0004007cu, 0x000000b0u, - 0x00004b16u, 0x00004b15u, 0x0003003eu, 0x0000498au, 0x00004b16u, 0x00050041u, 0x00000007u, 0x000050b8u, - 0x0000498au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x000050b9u, 0x000050b8u, 0x00050084u, 0x00000006u, - 0x000050bau, 0x00004917u, 0x000050b9u, 0x00050080u, 0x00000006u, 0x000050bbu, 0x00004915u, 0x000050bau, - 0x00050041u, 0x00000007u, 0x000050bcu, 0x0000498au, 0x0000032fu, 0x0004003du, 0x00000006u, 0x000050bdu, - 0x000050bcu, 0x00050084u, 0x00000006u, 0x000050beu, 0x000050bdu, 0x00000388u, 0x00050080u, 0x00000006u, - 0x000050c0u, 0x000050bbu, 0x000050beu, 0x000500c7u, 0x00000006u, 0x000050c2u, 0x000050c0u, 0x00000f38u, - 0x000500c2u, 0x00000006u, 0x000050c4u, 0x000050c2u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000050c6u, - 0x000050b8u, 0x000500c7u, 0x00000006u, 0x000050c7u, 0x000050c6u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x000050c8u, 0x000050c7u, 0x0000022cu, 0x000500c6u, 0x00000006u, 0x000050cau, 0x000050c4u, 0x000050c8u, - 0x000500c6u, 0x00000006u, 0x000050ccu, 0x000050cau, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000050cfu, - 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000050ccu, 0x0004003du, 0x00000011u, 0x000050d0u, - 0x000050cfu, 0x00040071u, 0x00000006u, 0x000050d1u, 0x000050d0u, 0x000500c2u, 0x00000006u, 0x000050d3u, - 0x000050d1u, 0x0000023bu, 0x000500c7u, 0x00000006u, 0x000050d4u, 0x000050d3u, 0x00001009u, 0x00050080u, - 0x00000006u, 0x000050d6u, 0x000050d4u, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x000050d9u, 0x000050d6u, - 0x00004b01u, 0x000500c5u, 0x00000006u, 0x000050dcu, 0x00000f69u, 0x000050d9u, 0x00080041u, 0x00000694u, - 0x000050ddu, 0x00000f67u, 0x00000222u, 0x000022e0u, 0x00000222u, 0x000050dcu, 0x0004003du, 0x00000011u, - 0x000050deu, 0x000050ddu, 0x00040071u, 0x00000006u, 0x000050dfu, 0x000050deu, 0x000300f7u, 0x000050e7u, - 0x00000000u, 0x000400fau, 0x000022f4u, 0x000050e1u, 0x000050e4u, 0x000200f8u, 0x000050e4u, 0x00060050u, - 0x0000030eu, 0x00005103u, 0x000050dfu, 0x000050dfu, 0x000050dfu, 0x000500c2u, 0x0000030eu, 0x00005104u, - 0x00005103u, 0x00000e41u, 0x000500c7u, 0x0000030eu, 0x00005106u, 0x00005104u, 0x0000b42eu, 0x000500c4u, - 0x0000030eu, 0x00005109u, 0x00005106u, 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x0000510cu, 0x00005106u, - 0x0000b430u, 0x000500c5u, 0x0000030eu, 0x0000510du, 0x00005109u, 0x0000510cu, 0x000500c7u, 0x00000006u, - 0x0000510fu, 0x000050dfu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00005110u, 0x0000510fu, 0x000006c5u, - 0x00040071u, 0x000004bcu, 0x00005112u, 0x0000510du, 0x0004007cu, 0x000004b8u, 0x00005113u, 0x00005112u, - 0x00040071u, 0x00000011u, 0x00005115u, 0x00005110u, 0x0004007cu, 0x00000012u, 0x00005116u, 0x00005115u, - 0x00050051u, 0x00000012u, 0x00005117u, 0x00005113u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00005118u, - 0x00005113u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00005119u, 0x00005113u, 0x00000002u, 0x00070050u, - 0x00000013u, 0x0000511au, 0x00005117u, 0x00005118u, 0x00005119u, 0x00005116u, 0x000200f9u, 0x000050e7u, - 0x000200f8u, 0x000050e1u, 0x000500c2u, 0x00000006u, 0x000050eeu, 0x000050dfu, 0x0000025fu, 0x000500c7u, - 0x00000006u, 0x000050f0u, 0x000050dfu, 0x000006c5u, 0x00040071u, 0x00000011u, 0x000050f2u, 0x000050eeu, - 0x0004007cu, 0x00000012u, 0x000050f3u, 0x000050f2u, 0x00040071u, 0x00000011u, 0x000050fbu, 0x000050f0u, - 0x0004007cu, 0x00000012u, 0x000050fcu, 0x000050fbu, 0x00070050u, 0x00000013u, 0x000050fdu, 0x000050f3u, - 0x000050f3u, 0x000050f3u, 0x000050fcu, 0x000200f9u, 0x000050e7u, 0x000200f8u, 0x000050e7u, 0x000700f5u, - 0x00000013u, 0x00007cdcu, 0x000050fdu, 0x000050e1u, 0x0000511au, 0x000050e4u, 0x00050050u, 0x000000efu, - 0x00004b1eu, 0x00007cb6u, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004b1fu, 0x00004b1eu, 0x0003003eu, - 0x00004990u, 0x00004b1fu, 0x00050041u, 0x00000007u, 0x00005128u, 0x00004990u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00005129u, 0x00005128u, 0x00050084u, 0x00000006u, 0x0000512au, 0x00004917u, 0x00005129u, - 0x00050080u, 0x00000006u, 0x0000512bu, 0x00004915u, 0x0000512au, 0x00050041u, 0x00000007u, 0x0000512cu, - 0x00004990u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000512du, 0x0000512cu, 0x00050084u, 0x00000006u, - 0x0000512eu, 0x0000512du, 0x00000388u, 0x00050080u, 0x00000006u, 0x00005130u, 0x0000512bu, 0x0000512eu, - 0x000500c7u, 0x00000006u, 0x00005132u, 0x00005130u, 0x00000f38u, 0x000500c2u, 0x00000006u, 0x00005134u, - 0x00005132u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x00005136u, 0x00005128u, 0x000500c7u, 0x00000006u, - 0x00005137u, 0x00005136u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00005138u, 0x00005137u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x0000513au, 0x00005134u, 0x00005138u, 0x000500c6u, 0x00000006u, 0x0000513cu, - 0x0000513au, 0x0000045eu, 0x00080041u, 0x00000694u, 0x0000513fu, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x0000513cu, 0x0004003du, 0x00000011u, 0x00005140u, 0x0000513fu, 0x00040071u, 0x00000006u, - 0x00005141u, 0x00005140u, 0x000500c2u, 0x00000006u, 0x00005143u, 0x00005141u, 0x0000023bu, 0x000500c7u, - 0x00000006u, 0x00005144u, 0x00005143u, 0x00001009u, 0x00050080u, 0x00000006u, 0x00005146u, 0x00005144u, - 0x00000388u, 0x000500c6u, 0x00000006u, 0x00005149u, 0x00005146u, 0x00004b01u, 0x000500c5u, 0x00000006u, - 0x0000514cu, 0x00000f69u, 0x00005149u, 0x00080041u, 0x00000694u, 0x0000514du, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x0000514cu, 0x0004003du, 0x00000011u, 0x0000514eu, 0x0000514du, 0x00040071u, - 0x00000006u, 0x0000514fu, 0x0000514eu, 0x000300f7u, 0x00005157u, 0x00000000u, 0x000400fau, 0x000022f4u, - 0x00005151u, 0x00005154u, 0x000200f8u, 0x00005154u, 0x00060050u, 0x0000030eu, 0x00005173u, 0x0000514fu, - 0x0000514fu, 0x0000514fu, 0x000500c2u, 0x0000030eu, 0x00005174u, 0x00005173u, 0x00000e41u, 0x000500c7u, - 0x0000030eu, 0x00005176u, 0x00005174u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x00005179u, 0x00005176u, - 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x0000517cu, 0x00005176u, 0x0000b430u, 0x000500c5u, 0x0000030eu, - 0x0000517du, 0x00005179u, 0x0000517cu, 0x000500c7u, 0x00000006u, 0x0000517fu, 0x0000514fu, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x00005180u, 0x0000517fu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x00005182u, - 0x0000517du, 0x0004007cu, 0x000004b8u, 0x00005183u, 0x00005182u, 0x00040071u, 0x00000011u, 0x00005185u, - 0x00005180u, 0x0004007cu, 0x00000012u, 0x00005186u, 0x00005185u, 0x00050051u, 0x00000012u, 0x00005187u, - 0x00005183u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00005188u, 0x00005183u, 0x00000001u, 0x00050051u, - 0x00000012u, 0x00005189u, 0x00005183u, 0x00000002u, 0x00070050u, 0x00000013u, 0x0000518au, 0x00005187u, - 0x00005188u, 0x00005189u, 0x00005186u, 0x000200f9u, 0x00005157u, 0x000200f8u, 0x00005151u, 0x000500c2u, - 0x00000006u, 0x0000515eu, 0x0000514fu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x00005160u, 0x0000514fu, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x00005162u, 0x0000515eu, 0x0004007cu, 0x00000012u, 0x00005163u, - 0x00005162u, 0x00040071u, 0x00000011u, 0x0000516bu, 0x00005160u, 0x0004007cu, 0x00000012u, 0x0000516cu, - 0x0000516bu, 0x00070050u, 0x00000013u, 0x0000516du, 0x00005163u, 0x00005163u, 0x00005163u, 0x0000516cu, - 0x000200f9u, 0x00005157u, 0x000200f8u, 0x00005157u, 0x000700f5u, 0x00000013u, 0x00007cddu, 0x0000516du, - 0x00005151u, 0x0000518au, 0x00005154u, 0x000200f9u, 0x00004b25u, 0x000200f8u, 0x00004b25u, 0x000700f5u, - 0x00000013u, 0x00007fc7u, 0x00007f20u, 0x00005077u, 0x00007cddu, 0x00005157u, 0x000700f5u, 0x00000013u, - 0x00007ed0u, 0x00007e29u, 0x00005077u, 0x00007cdcu, 0x00005157u, 0x000300f7u, 0x00004b31u, 0x00000000u, - 0x000400fau, 0x00004adau, 0x00004b27u, 0x00004b31u, 0x000200f8u, 0x00004b27u, 0x00050050u, 0x000000efu, - 0x00004b2au, 0x00007cbau, 0x00004ad0u, 0x0004007cu, 0x000000b0u, 0x00004b2bu, 0x00004b2au, 0x0003003eu, - 0x00004996u, 0x00004b2bu, 0x00050041u, 0x00000007u, 0x00005198u, 0x00004996u, 0x0000045eu, 0x0004003du, - 0x00000006u, 0x00005199u, 0x00005198u, 0x00050084u, 0x00000006u, 0x0000519au, 0x00004917u, 0x00005199u, - 0x00050080u, 0x00000006u, 0x0000519bu, 0x00004915u, 0x0000519au, 0x00050041u, 0x00000007u, 0x0000519cu, - 0x00004996u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000519du, 0x0000519cu, 0x00050084u, 0x00000006u, - 0x0000519eu, 0x0000519du, 0x00000388u, 0x00050080u, 0x00000006u, 0x000051a0u, 0x0000519bu, 0x0000519eu, - 0x000500c7u, 0x00000006u, 0x000051a2u, 0x000051a0u, 0x00000f38u, 0x000500c2u, 0x00000006u, 0x000051a4u, - 0x000051a2u, 0x0000022cu, 0x0004003du, 0x00000006u, 0x000051a6u, 0x00005198u, 0x000500c7u, 0x00000006u, - 0x000051a7u, 0x000051a6u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x000051a8u, 0x000051a7u, 0x0000022cu, - 0x000500c6u, 0x00000006u, 0x000051aau, 0x000051a4u, 0x000051a8u, 0x000500c6u, 0x00000006u, 0x000051acu, - 0x000051aau, 0x0000045eu, 0x00080041u, 0x00000694u, 0x000051afu, 0x00000f67u, 0x00000222u, 0x000022e0u, - 0x00000222u, 0x000051acu, 0x0004003du, 0x00000011u, 0x000051b0u, 0x000051afu, 0x00040071u, 0x00000006u, - 0x000051b1u, 0x000051b0u, 0x000500c2u, 0x00000006u, 0x000051b3u, 0x000051b1u, 0x0000023bu, 0x000500c7u, - 0x00000006u, 0x000051b4u, 0x000051b3u, 0x00001009u, 0x00050080u, 0x00000006u, 0x000051b6u, 0x000051b4u, - 0x00000466u, 0x000500c6u, 0x00000006u, 0x000051b9u, 0x000051b6u, 0x00004b01u, 0x000500c5u, 0x00000006u, - 0x000051bcu, 0x00000f69u, 0x000051b9u, 0x00080041u, 0x00000694u, 0x000051bdu, 0x00000f67u, 0x00000222u, - 0x000022e0u, 0x00000222u, 0x000051bcu, 0x0004003du, 0x00000011u, 0x000051beu, 0x000051bdu, 0x00040071u, - 0x00000006u, 0x000051bfu, 0x000051beu, 0x000300f7u, 0x000051c7u, 0x00000000u, 0x000400fau, 0x000022f4u, - 0x000051c1u, 0x000051c4u, 0x000200f8u, 0x000051c4u, 0x00060050u, 0x0000030eu, 0x000051e3u, 0x000051bfu, - 0x000051bfu, 0x000051bfu, 0x000500c2u, 0x0000030eu, 0x000051e4u, 0x000051e3u, 0x00000e41u, 0x000500c7u, - 0x0000030eu, 0x000051e6u, 0x000051e4u, 0x0000b42eu, 0x000500c4u, 0x0000030eu, 0x000051e9u, 0x000051e6u, - 0x0000b42fu, 0x000500c2u, 0x0000030eu, 0x000051ecu, 0x000051e6u, 0x0000b430u, 0x000500c5u, 0x0000030eu, - 0x000051edu, 0x000051e9u, 0x000051ecu, 0x000500c7u, 0x00000006u, 0x000051efu, 0x000051bfu, 0x0000045eu, - 0x00050084u, 0x00000006u, 0x000051f0u, 0x000051efu, 0x000006c5u, 0x00040071u, 0x000004bcu, 0x000051f2u, - 0x000051edu, 0x0004007cu, 0x000004b8u, 0x000051f3u, 0x000051f2u, 0x00040071u, 0x00000011u, 0x000051f5u, - 0x000051f0u, 0x0004007cu, 0x00000012u, 0x000051f6u, 0x000051f5u, 0x00050051u, 0x00000012u, 0x000051f7u, - 0x000051f3u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000051f8u, 0x000051f3u, 0x00000001u, 0x00050051u, - 0x00000012u, 0x000051f9u, 0x000051f3u, 0x00000002u, 0x00070050u, 0x00000013u, 0x000051fau, 0x000051f7u, - 0x000051f8u, 0x000051f9u, 0x000051f6u, 0x000200f9u, 0x000051c7u, 0x000200f8u, 0x000051c1u, 0x000500c2u, - 0x00000006u, 0x000051ceu, 0x000051bfu, 0x0000025fu, 0x000500c7u, 0x00000006u, 0x000051d0u, 0x000051bfu, - 0x000006c5u, 0x00040071u, 0x00000011u, 0x000051d2u, 0x000051ceu, 0x0004007cu, 0x00000012u, 0x000051d3u, - 0x000051d2u, 0x00040071u, 0x00000011u, 0x000051dbu, 0x000051d0u, 0x0004007cu, 0x00000012u, 0x000051dcu, - 0x000051dbu, 0x00070050u, 0x00000013u, 0x000051ddu, 0x000051d3u, 0x000051d3u, 0x000051d3u, 0x000051dcu, - 0x000200f9u, 0x000051c7u, 0x000200f8u, 0x000051c7u, 0x000700f5u, 0x00000013u, 0x00007cdeu, 0x000051ddu, - 0x000051c1u, 0x000051fau, 0x000051c4u, 0x000200f9u, 0x00004b31u, 0x000200f8u, 0x00004b31u, 0x000700f5u, - 0x00000013u, 0x000080b8u, 0x00008012u, 0x00004b25u, 0x00007cdeu, 0x000051c7u, 0x000200f9u, 0x00004b96u, - 0x000200f8u, 0x00004b96u, 0x000900f5u, 0x00000013u, 0x000080b7u, 0x000080b8u, 0x00004b31u, 0x000080beu, - 0x00004b69u, 0x000080c3u, 0x00004b95u, 0x000900f5u, 0x00000013u, 0x00007fc5u, 0x00007fc7u, 0x00004b31u, - 0x00007fccu, 0x00004b69u, 0x00007fd0u, 0x00004b95u, 0x000900f5u, 0x00000013u, 0x00007eceu, 0x00007ed0u, - 0x00004b31u, 0x00007ed6u, 0x00004b69u, 0x00007edbu, 0x00004b95u, 0x000900f5u, 0x00000013u, 0x00007da1u, - 0x00007cdau, 0x00004b31u, 0x00007cd5u, 0x00004b69u, 0x00007ccfu, 0x00004b95u, 0x000200f9u, 0x00004b97u, - 0x000200f8u, 0x00004b97u, 0x000700f5u, 0x00000013u, 0x00007ff6u, 0x00008012u, 0x00004af7u, 0x000080b7u, - 0x00004b96u, 0x000700f5u, 0x00000013u, 0x00007f04u, 0x00007f20u, 0x00004af7u, 0x00007fc5u, 0x00004b96u, - 0x000700f5u, 0x00000013u, 0x00007e0du, 0x00007e29u, 0x00004af7u, 0x00007eceu, 0x00004b96u, 0x000700f5u, - 0x00000013u, 0x00007ce0u, 0x00007cfcu, 0x00004af7u, 0x00007da1u, 0x00004b96u, 0x000200f9u, 0x00004dbeu, - 0x000200f8u, 0x00004dbeu, 0x000700f5u, 0x00000013u, 0x00007ff5u, 0x00007ff6u, 0x00004b97u, 0x000080c8u, - 0x00004dbdu, 0x000700f5u, 0x00000013u, 0x00007f03u, 0x00007f04u, 0x00004b97u, 0x00007fd3u, 0x00004dbdu, - 0x000700f5u, 0x00000013u, 0x00007e0cu, 0x00007e0du, 0x00004b97u, 0x00007edfu, 0x00004dbdu, 0x000700f5u, - 0x00000013u, 0x00007cdfu, 0x00007ce0u, 0x00004b97u, 0x00007db1u, 0x00004dbdu, 0x000300f7u, 0x00004f4bu, - 0x00000000u, 0x000400fau, 0x00002330u, 0x00004dc0u, 0x00004e99u, 0x000200f8u, 0x00004e99u, 0x000300f7u, - 0x00004f4au, 0x00000000u, 0x000400fau, 0x00004ae2u, 0x00004e9bu, 0x00004f0eu, 0x000200f8u, 0x00004f0eu, - 0x000300f7u, 0x00004f49u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004f10u, 0x00004f1cu, 0x000200f8u, - 0x00004f1cu, 0x000500a7u, 0x00000069u, 0x00004f1fu, 0x00002336u, 0x000022f7u, 0x000300f7u, 0x00004f48u, - 0x00000000u, 0x000400fau, 0x00004f1fu, 0x00004f20u, 0x00004f46u, 0x000200f8u, 0x00004f46u, 0x000200f9u, - 0x00004f48u, 0x000200f8u, 0x00004f20u, 0x000300f7u, 0x00004f2au, 0x00000000u, 0x000400fau, 0x00004ae4u, - 0x00004f23u, 0x00004f28u, 0x000200f8u, 0x00004f28u, 0x0004003du, 0x000000efu, 0x00004f29u, 0x00004934u, - 0x000200f9u, 0x00004f2au, 0x000200f8u, 0x00004f23u, 0x0004003du, 0x000000efu, 0x00004f24u, 0x00004934u, - 0x0007004fu, 0x000000efu, 0x00004f25u, 0x00004f24u, 0x00004f24u, 0x00000001u, 0x00000000u, 0x00050082u, - 0x000000efu, 0x00004f27u, 0x0000b434u, 0x00004f25u, 0x000200f9u, 0x00004f2au, 0x000200f8u, 0x00004f2au, - 0x000700f5u, 0x000000efu, 0x00007e0au, 0x00004f27u, 0x00004f23u, 0x00004f29u, 0x00004f28u, 0x00040072u, - 0x000001aeu, 0x00004f2cu, 0x00007e0au, 0x0003003eu, 0x00004a7au, 0x00004f2cu, 0x00050082u, 0x00000013u, - 0x00004f2fu, 0x00007e0cu, 0x00007cdfu, 0x00050041u, 0x000001cbu, 0x00004f30u, 0x00004a7au, 0x0000032fu, - 0x0004003du, 0x00000012u, 0x00004f31u, 0x00004f30u, 0x00070050u, 0x00000013u, 0x00004f32u, 0x00004f31u, - 0x00004f31u, 0x00004f31u, 0x00004f31u, 0x00050084u, 0x00000013u, 0x00004f33u, 0x00004f2fu, 0x00004f32u, - 0x00050082u, 0x00000013u, 0x00004f36u, 0x00007f03u, 0x00007cdfu, 0x00050041u, 0x000001cbu, 0x00004f37u, - 0x00004a7au, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00004f38u, 0x00004f37u, 0x00070050u, 0x00000013u, - 0x00004f39u, 0x00004f38u, 0x00004f38u, 0x00004f38u, 0x00004f38u, 0x00050084u, 0x00000013u, 0x00004f3au, - 0x00004f36u, 0x00004f39u, 0x00050080u, 0x00000013u, 0x00004f3cu, 0x00004f33u, 0x00004f3au, 0x00050080u, - 0x00000013u, 0x00004f3fu, 0x00004f3cu, 0x0000b435u, 0x000500c3u, 0x00000013u, 0x00004f42u, 0x00004f3fu, - 0x0000b436u, 0x00050080u, 0x00000013u, 0x00004f45u, 0x00004f42u, 0x00007cdfu, 0x000200f9u, 0x00004f48u, - 0x000200f8u, 0x00004f48u, 0x000700f5u, 0x00000013u, 0x00008129u, 0x00004f45u, 0x00004f2au, 0x00007cdfu, - 0x00004f46u, 0x000200f9u, 0x00004f49u, 0x000200f8u, 0x00004f10u, 0x00050080u, 0x00000013u, 0x00004f13u, - 0x00007cdfu, 0x00007f03u, 0x00050080u, 0x00000013u, 0x00004f15u, 0x00004f13u, 0x00007e0cu, 0x00050080u, - 0x00000013u, 0x00004f17u, 0x00004f15u, 0x00007ff5u, 0x00050080u, 0x00000013u, 0x00004f19u, 0x00004f17u, - 0x0000b431u, 0x000500c3u, 0x00000013u, 0x00004f1bu, 0x00004f19u, 0x0000b431u, 0x000200f9u, 0x00004f49u, - 0x000200f8u, 0x00004f49u, 0x000700f5u, 0x00000013u, 0x00008128u, 0x00004f1bu, 0x00004f10u, 0x00008129u, - 0x00004f48u, 0x000200f9u, 0x00004f4au, 0x000200f8u, 0x00004e9bu, 0x000300f7u, 0x00004f0du, 0x00000000u, - 0x000400fau, 0x000022f7u, 0x00004e9du, 0x00004f0bu, 0x000200f8u, 0x00004f0bu, 0x000200f9u, 0x00004f0du, - 0x000200f8u, 0x00004e9du, 0x000300f7u, 0x00004f03u, 0x00000000u, 0x000400fau, 0x00002336u, 0x00004e9fu, - 0x00004ee7u, 0x000200f8u, 0x00004ee7u, 0x0004003du, 0x00000008u, 0x00004ee9u, 0x00004aafu, 0x0004003du, - 0x00000008u, 0x00004eebu, 0x00004ab1u, 0x00050080u, 0x00000008u, 0x00004eecu, 0x00004ee9u, 0x00004eebu, - 0x000500afu, 0x00000069u, 0x00004eedu, 0x00004eecu, 0x0000116au, 0x000300f7u, 0x00004ef4u, 0x00000000u, - 0x000400fau, 0x00004eedu, 0x00004eeeu, 0x00004ef1u, 0x000200f8u, 0x00004ef1u, 0x0007004fu, 0x000001aeu, - 0x00004ef3u, 0x00007cdfu, 0x00007cdfu, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004ef4u, 0x000200f8u, - 0x00004eeeu, 0x0007004fu, 0x000001aeu, 0x00004ef0u, 0x00007ff5u, 0x00007ff5u, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x00004ef4u, 0x000200f8u, 0x00004ef4u, 0x000700f5u, 0x000001aeu, 0x000080eau, 0x00004ef0u, - 0x00004eeeu, 0x00004ef3u, 0x00004ef1u, 0x0004003du, 0x00000008u, 0x00004ef8u, 0x00004ab1u, 0x00050080u, - 0x00000008u, 0x00004ef9u, 0x00004af5u, 0x00004ef8u, 0x000500afu, 0x00000069u, 0x00004efau, 0x00004ef9u, - 0x0000116au, 0x000300f7u, 0x00004f01u, 0x00000000u, 0x000400fau, 0x00004efau, 0x00004efbu, 0x00004efeu, - 0x000200f8u, 0x00004efeu, 0x0007004fu, 0x000001aeu, 0x00004f00u, 0x00007cdfu, 0x00007cdfu, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004f01u, 0x000200f8u, 0x00004efbu, 0x0007004fu, 0x000001aeu, 0x00004efdu, - 0x00007ff5u, 0x00007ff5u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004f01u, 0x000200f8u, 0x00004f01u, - 0x000700f5u, 0x000001aeu, 0x000080edu, 0x00004efdu, 0x00004efbu, 0x00004f00u, 0x00004efeu, 0x000200f9u, - 0x00004f03u, 0x000200f8u, 0x00004e9fu, 0x0004003du, 0x00000008u, 0x00004ea3u, 0x00004ab1u, 0x00050050u, - 0x000000efu, 0x00004ea4u, 0x00004af5u, 0x00004ea3u, 0x000500aau, 0x00000881u, 0x00004ea5u, 0x00004ea4u, - 0x00001408u, 0x00050051u, 0x00000069u, 0x00004ea6u, 0x00004ea5u, 0x00000000u, 0x00050051u, 0x00000069u, - 0x00004ea7u, 0x00004ea5u, 0x00000001u, 0x00060050u, 0x00000365u, 0x00004ea8u, 0x00002321u, 0x00004ea6u, - 0x00004ea7u, 0x0004009bu, 0x00000069u, 0x00004ea9u, 0x00004ea8u, 0x000300f7u, 0x00004ec9u, 0x00000000u, - 0x000400fau, 0x00004ea9u, 0x00004eabu, 0x00004ebbu, 0x000200f8u, 0x00004ebbu, 0x0004003du, 0x00000008u, - 0x00004ebeu, 0x00004ab1u, 0x00050050u, 0x000000efu, 0x00004ebfu, 0x00004af5u, 0x00004ebeu, 0x0007004fu, - 0x000001aeu, 0x00004ec1u, 0x00007cdfu, 0x00007cdfu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, - 0x00004ec3u, 0x00007e0cu, 0x00007e0cu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, 0x00004ec5u, - 0x00007f03u, 0x00007f03u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, 0x00004ec7u, 0x00007ff5u, - 0x00007ff5u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00004a71u, 0x00004ebfu, 0x00050041u, 0x00000046u, - 0x00006222u, 0x00004a71u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00006223u, 0x00006222u, 0x00050041u, - 0x00000046u, 0x00006224u, 0x00004a71u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00006225u, 0x00006224u, - 0x00050080u, 0x00000008u, 0x00006226u, 0x00006223u, 0x00006225u, 0x000500afu, 0x00000069u, 0x00006228u, - 0x00006226u, 0x0000116au, 0x00050050u, 0x00000881u, 0x0000622bu, 0x00006228u, 0x00006228u, 0x000600a9u, - 0x000001aeu, 0x0000622cu, 0x0000622bu, 0x00004ec7u, 0x00004ec1u, 0x000300f7u, 0x00006236u, 0x00000000u, - 0x000400fau, 0x00006228u, 0x0000622fu, 0x00006234u, 0x000200f8u, 0x00006234u, 0x000200f9u, 0x00006236u, - 0x000200f8u, 0x0000622fu, 0x0007004fu, 0x000000efu, 0x00006231u, 0x00004ebfu, 0x00004ebfu, 0x00000001u, - 0x00000000u, 0x00050082u, 0x000000efu, 0x00006233u, 0x0000b434u, 0x00006231u, 0x000200f9u, 0x00006236u, - 0x000200f8u, 0x00006236u, 0x000700f5u, 0x000000efu, 0x000080eeu, 0x00006233u, 0x0000622fu, 0x00004ebfu, - 0x00006234u, 0x00040072u, 0x000001aeu, 0x00006238u, 0x000080eeu, 0x0003003eu, 0x0000621du, 0x00006238u, - 0x00050082u, 0x000001aeu, 0x0000623bu, 0x00004ec3u, 0x0000622cu, 0x00050041u, 0x000001cbu, 0x0000623cu, - 0x0000621du, 0x0000032fu, 0x0004003du, 0x00000012u, 0x0000623du, 0x0000623cu, 0x00050050u, 0x000001aeu, - 0x0000623eu, 0x0000623du, 0x0000623du, 0x00050084u, 0x000001aeu, 0x0000623fu, 0x0000623bu, 0x0000623eu, - 0x00050082u, 0x000001aeu, 0x00006242u, 0x00004ec5u, 0x0000622cu, 0x00050041u, 0x000001cbu, 0x00006243u, - 0x0000621du, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00006244u, 0x00006243u, 0x00050050u, 0x000001aeu, - 0x00006245u, 0x00006244u, 0x00006244u, 0x00050084u, 0x000001aeu, 0x00006246u, 0x00006242u, 0x00006245u, - 0x00050080u, 0x000001aeu, 0x00006248u, 0x0000623fu, 0x00006246u, 0x00050080u, 0x000001aeu, 0x0000624bu, - 0x00006248u, 0x0000b437u, 0x000500c3u, 0x000001aeu, 0x0000624eu, 0x0000624bu, 0x0000b438u, 0x00050080u, - 0x000001aeu, 0x00006251u, 0x0000624eu, 0x0000622cu, 0x000200f9u, 0x00004ec9u, 0x000200f8u, 0x00004eabu, - 0x0007004fu, 0x000001aeu, 0x00004eadu, 0x00007cdfu, 0x00007cdfu, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x000001aeu, 0x00004eafu, 0x00007e0cu, 0x00007e0cu, 0x00000000u, 0x00000001u, 0x00050080u, 0x000001aeu, - 0x00004eb0u, 0x00004eadu, 0x00004eafu, 0x0007004fu, 0x000001aeu, 0x00004eb2u, 0x00007ff5u, 0x00007ff5u, - 0x00000000u, 0x00000001u, 0x00050080u, 0x000001aeu, 0x00004eb3u, 0x00004eb0u, 0x00004eb2u, 0x0007004fu, - 0x000001aeu, 0x00004eb5u, 0x00007f03u, 0x00007f03u, 0x00000000u, 0x00000001u, 0x00050080u, 0x000001aeu, - 0x00004eb6u, 0x00004eb3u, 0x00004eb5u, 0x00050080u, 0x000001aeu, 0x00004eb8u, 0x00004eb6u, 0x0000b433u, - 0x000500c3u, 0x000001aeu, 0x00004ebau, 0x00004eb8u, 0x0000b433u, 0x000200f9u, 0x00004ec9u, 0x000200f8u, - 0x00004ec9u, 0x000700f5u, 0x000001aeu, 0x000080fau, 0x00004ebau, 0x00004eabu, 0x00006251u, 0x00006236u, - 0x000300f7u, 0x00004ee6u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004ecbu, 0x00004edbu, 0x000200f8u, - 0x00004edbu, 0x0007004fu, 0x000001aeu, 0x00004eddu, 0x00007cdfu, 0x00007cdfu, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x000001aeu, 0x00004edfu, 0x00007e0cu, 0x00007e0cu, 0x00000002u, 0x00000003u, 0x0007004fu, - 0x000001aeu, 0x00004ee1u, 0x00007f03u, 0x00007f03u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x000001aeu, - 0x00004ee3u, 0x00007ff5u, 0x00007ff5u, 0x00000002u, 0x00000003u, 0x0004003du, 0x000000efu, 0x00004ee4u, - 0x00004934u, 0x0003003eu, 0x00004a77u, 0x00004ee4u, 0x00050041u, 0x00000046u, 0x0000625au, 0x00004a77u, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x0000625bu, 0x0000625au, 0x00050041u, 0x00000046u, 0x0000625cu, - 0x00004a77u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000625du, 0x0000625cu, 0x00050080u, 0x00000008u, - 0x0000625eu, 0x0000625bu, 0x0000625du, 0x000500afu, 0x00000069u, 0x00006260u, 0x0000625eu, 0x0000116au, - 0x00050050u, 0x00000881u, 0x00006263u, 0x00006260u, 0x00006260u, 0x000600a9u, 0x000001aeu, 0x00006264u, - 0x00006263u, 0x00004ee3u, 0x00004eddu, 0x000300f7u, 0x0000626eu, 0x00000000u, 0x000400fau, 0x00006260u, - 0x00006267u, 0x0000626cu, 0x000200f8u, 0x0000626cu, 0x000200f9u, 0x0000626eu, 0x000200f8u, 0x00006267u, - 0x0007004fu, 0x000000efu, 0x00006269u, 0x00004ee4u, 0x00004ee4u, 0x00000001u, 0x00000000u, 0x00050082u, - 0x000000efu, 0x0000626bu, 0x0000b434u, 0x00006269u, 0x000200f9u, 0x0000626eu, 0x000200f8u, 0x0000626eu, - 0x000700f5u, 0x000000efu, 0x000080f7u, 0x0000626bu, 0x00006267u, 0x00004ee4u, 0x0000626cu, 0x00040072u, - 0x000001aeu, 0x00006270u, 0x000080f7u, 0x0003003eu, 0x00006255u, 0x00006270u, 0x00050082u, 0x000001aeu, - 0x00006273u, 0x00004edfu, 0x00006264u, 0x00050041u, 0x000001cbu, 0x00006274u, 0x00006255u, 0x0000032fu, - 0x0004003du, 0x00000012u, 0x00006275u, 0x00006274u, 0x00050050u, 0x000001aeu, 0x00006276u, 0x00006275u, - 0x00006275u, 0x00050084u, 0x000001aeu, 0x00006277u, 0x00006273u, 0x00006276u, 0x00050082u, 0x000001aeu, - 0x0000627au, 0x00004ee1u, 0x00006264u, 0x00050041u, 0x000001cbu, 0x0000627bu, 0x00006255u, 0x0000045eu, - 0x0004003du, 0x00000012u, 0x0000627cu, 0x0000627bu, 0x00050050u, 0x000001aeu, 0x0000627du, 0x0000627cu, - 0x0000627cu, 0x00050084u, 0x000001aeu, 0x0000627eu, 0x0000627au, 0x0000627du, 0x00050080u, 0x000001aeu, - 0x00006280u, 0x00006277u, 0x0000627eu, 0x00050080u, 0x000001aeu, 0x00006283u, 0x00006280u, 0x0000b437u, - 0x000500c3u, 0x000001aeu, 0x00006286u, 0x00006283u, 0x0000b438u, 0x00050080u, 0x000001aeu, 0x00006289u, - 0x00006286u, 0x00006264u, 0x000200f9u, 0x00004ee6u, 0x000200f8u, 0x00004ecbu, 0x0007004fu, 0x000001aeu, - 0x00004ecdu, 0x00007cdfu, 0x00007cdfu, 0x00000002u, 0x00000003u, 0x0007004fu, 0x000001aeu, 0x00004ecfu, - 0x00007e0cu, 0x00007e0cu, 0x00000002u, 0x00000003u, 0x00050080u, 0x000001aeu, 0x00004ed0u, 0x00004ecdu, - 0x00004ecfu, 0x0007004fu, 0x000001aeu, 0x00004ed2u, 0x00007ff5u, 0x00007ff5u, 0x00000002u, 0x00000003u, - 0x00050080u, 0x000001aeu, 0x00004ed3u, 0x00004ed0u, 0x00004ed2u, 0x0007004fu, 0x000001aeu, 0x00004ed5u, - 0x00007f03u, 0x00007f03u, 0x00000002u, 0x00000003u, 0x00050080u, 0x000001aeu, 0x00004ed6u, 0x00004ed3u, - 0x00004ed5u, 0x00050080u, 0x000001aeu, 0x00004ed8u, 0x00004ed6u, 0x0000b433u, 0x000500c3u, 0x000001aeu, - 0x00004edau, 0x00004ed8u, 0x0000b433u, 0x000200f9u, 0x00004ee6u, 0x000200f8u, 0x00004ee6u, 0x000700f5u, - 0x000001aeu, 0x000080fdu, 0x00004edau, 0x00004ecbu, 0x00006289u, 0x0000626eu, 0x000200f9u, 0x00004f03u, - 0x000200f8u, 0x00004f03u, 0x000700f5u, 0x000001aeu, 0x000080fcu, 0x000080fdu, 0x00004ee6u, 0x000080eau, - 0x00004f01u, 0x000700f5u, 0x000001aeu, 0x000080f8u, 0x000080fau, 0x00004ee6u, 0x000080edu, 0x00004f01u, - 0x00050051u, 0x00000012u, 0x00004f06u, 0x000080f8u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00004f07u, - 0x000080f8u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00004f08u, 0x000080fcu, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00004f09u, 0x000080fcu, 0x00000001u, 0x00070050u, 0x00000013u, 0x00004f0au, 0x00004f06u, - 0x00004f07u, 0x00004f08u, 0x00004f09u, 0x000200f9u, 0x00004f0du, 0x000200f8u, 0x00004f0du, 0x000700f5u, - 0x00000013u, 0x00008127u, 0x00004f0au, 0x00004f03u, 0x00007cdfu, 0x00004f0bu, 0x000200f9u, 0x00004f4au, - 0x000200f8u, 0x00004f4au, 0x000700f5u, 0x00000013u, 0x00008126u, 0x00008127u, 0x00004f0du, 0x00008128u, - 0x00004f49u, 0x000200f9u, 0x00004f4bu, 0x000200f8u, 0x00004dc0u, 0x00040072u, 0x00000009u, 0x00004dc2u, - 0x00007c61u, 0x000600cau, 0x00000009u, 0x00004dc3u, 0x00004dc2u, 0x00000222u, 0x00000262u, 0x0003003eu, - 0x00004a58u, 0x00004dc3u, 0x000300f7u, 0x00004e98u, 0x00000000u, 0x000400fau, 0x000022f7u, 0x00004dc5u, - 0x00004e94u, 0x000200f8u, 0x00004e94u, 0x0009004fu, 0x00000009u, 0x00004e96u, 0x00004dc3u, 0x00004dc3u, - 0x00000002u, 0x00000002u, 0x00000002u, 0x00000002u, 0x00040072u, 0x00000013u, 0x00004e97u, 0x00004e96u, - 0x000200f9u, 0x00004e98u, 0x000200f8u, 0x00004dc5u, 0x000300f7u, 0x00004dd4u, 0x00000000u, 0x000400fau, - 0x00004ae2u, 0x00004dc7u, 0x00004dd2u, 0x000200f8u, 0x00004dd2u, 0x000200f9u, 0x00004dd4u, 0x000200f8u, - 0x00004dc7u, 0x0004003du, 0x00000008u, 0x00004dcbu, 0x00004ab1u, 0x00050050u, 0x000000efu, 0x00004dccu, - 0x00004af5u, 0x00004dcbu, 0x000500aau, 0x00000881u, 0x00004dcdu, 0x00004dccu, 0x00001408u, 0x00050051u, - 0x00000069u, 0x00004dceu, 0x00004dcdu, 0x00000000u, 0x00050051u, 0x00000069u, 0x00004dcfu, 0x00004dcdu, - 0x00000001u, 0x00060050u, 0x00000365u, 0x00004dd0u, 0x00002321u, 0x00004dceu, 0x00004dcfu, 0x0004009bu, - 0x00000069u, 0x00004dd1u, 0x00004dd0u, 0x000200f9u, 0x00004dd4u, 0x000200f8u, 0x00004dd4u, 0x000700f5u, - 0x00000069u, 0x000080ffu, 0x00004dd1u, 0x00004dc7u, 0x00004adau, 0x00004dd2u, 0x000300f7u, 0x00004de5u, - 0x00000000u, 0x000400fau, 0x00004ae2u, 0x00004ddau, 0x00004de3u, 0x000200f8u, 0x00004de3u, 0x000200f9u, - 0x00004de5u, 0x000200f8u, 0x00004ddau, 0x0004003du, 0x00000008u, 0x00004dddu, 0x00004ab1u, 0x00050080u, - 0x00000008u, 0x00004ddeu, 0x00004af5u, 0x00004dddu, 0x000500afu, 0x00000069u, 0x00004ddfu, 0x00004ddeu, - 0x0000116au, 0x000400a8u, 0x00000069u, 0x00004de1u, 0x000080ffu, 0x000500a7u, 0x00000069u, 0x00004de2u, - 0x00004ddfu, 0x00004de1u, 0x000200f9u, 0x00004de5u, 0x000200f8u, 0x00004de5u, 0x000700f5u, 0x00000069u, - 0x00008101u, 0x00004de2u, 0x00004ddau, 0x00004ae4u, 0x00004de3u, 0x000300f7u, 0x00004deeu, 0x00000000u, - 0x000400fau, 0x00008101u, 0x00004de8u, 0x00004debu, 0x000200f8u, 0x00004debu, 0x0007004fu, 0x000000efu, - 0x00004dedu, 0x00004dc3u, 0x00004dc3u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004deeu, 0x000200f8u, - 0x00004de8u, 0x0007004fu, 0x000000efu, 0x00004deau, 0x00004dc3u, 0x00004dc3u, 0x00000001u, 0x00000000u, - 0x000200f9u, 0x00004deeu, 0x000200f8u, 0x00004deeu, 0x000700f5u, 0x000000efu, 0x00008102u, 0x00004deau, - 0x00004de8u, 0x00004dedu, 0x00004debu, 0x0003003eu, 0x00004a5fu, 0x00008102u, 0x000300f7u, 0x00004df7u, - 0x00000000u, 0x000400fau, 0x00004ae4u, 0x00004df1u, 0x00004df4u, 0x000200f8u, 0x00004df4u, 0x0007004fu, - 0x000000efu, 0x00004df6u, 0x00004dc3u, 0x00004dc3u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004df7u, - 0x000200f8u, 0x00004df1u, 0x0007004fu, 0x000000efu, 0x00004df3u, 0x00004dc3u, 0x00004dc3u, 0x00000001u, - 0x00000000u, 0x000200f9u, 0x00004df7u, 0x000200f8u, 0x00004df7u, 0x000700f5u, 0x000000efu, 0x00008103u, - 0x00004df3u, 0x00004df1u, 0x00004df6u, 0x00004df4u, 0x0003003eu, 0x00004a61u, 0x00008103u, 0x000300f7u, - 0x00004e3du, 0x00000000u, 0x000400fau, 0x000080ffu, 0x00004dfau, 0x00004e1bu, 0x000200f8u, 0x00004e1bu, - 0x000500a7u, 0x00000069u, 0x00004e1eu, 0x00008101u, 0x00004ae2u, 0x000300f7u, 0x00004e25u, 0x00000000u, - 0x000400fau, 0x00004e1eu, 0x00004e1fu, 0x00004e22u, 0x000200f8u, 0x00004e22u, 0x0007004fu, 0x000001aeu, - 0x00004e24u, 0x00007cdfu, 0x00007cdfu, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004e25u, 0x000200f8u, - 0x00004e1fu, 0x0007004fu, 0x000001aeu, 0x00004e21u, 0x00007ff5u, 0x00007ff5u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004e25u, 0x000200f8u, 0x00004e25u, 0x000700f5u, 0x000001aeu, 0x0000810cu, 0x00004e21u, - 0x00004e1fu, 0x00004e24u, 0x00004e22u, 0x00040072u, 0x000000efu, 0x00004e27u, 0x0000810cu, 0x00050041u, - 0x00000046u, 0x00004e28u, 0x00004a5fu, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004e29u, 0x00004e28u, - 0x0007004fu, 0x000001aeu, 0x00004e2bu, 0x00007e0cu, 0x00007e0cu, 0x00000000u, 0x00000001u, 0x00040072u, - 0x000000efu, 0x00004e2cu, 0x00004e2bu, 0x00050082u, 0x000000efu, 0x00004e2eu, 0x00004e2cu, 0x00004e27u, - 0x00050050u, 0x000000efu, 0x00004e2fu, 0x00004e29u, 0x00004e29u, 0x00050084u, 0x000000efu, 0x00004e30u, - 0x00004e2fu, 0x00004e2eu, 0x00050041u, 0x00000046u, 0x00004e31u, 0x00004a5fu, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x00004e32u, 0x00004e31u, 0x0007004fu, 0x000001aeu, 0x00004e34u, 0x00007f03u, 0x00007f03u, - 0x00000000u, 0x00000001u, 0x00040072u, 0x000000efu, 0x00004e35u, 0x00004e34u, 0x00050082u, 0x000000efu, - 0x00004e37u, 0x00004e35u, 0x00004e27u, 0x00050050u, 0x000000efu, 0x00004e38u, 0x00004e32u, 0x00004e32u, - 0x00050084u, 0x000000efu, 0x00004e39u, 0x00004e38u, 0x00004e37u, 0x00050080u, 0x000000efu, 0x00004e3au, - 0x00004e30u, 0x00004e39u, 0x00050080u, 0x000000efu, 0x00004e3cu, 0x00004e3au, 0x0000b43au, 0x000200f9u, - 0x00004e3du, 0x000200f8u, 0x00004dfau, 0x00050041u, 0x00000046u, 0x00004dfbu, 0x00004a5fu, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00004dfcu, 0x00004dfbu, 0x0007004fu, 0x000001aeu, 0x00004dfeu, 0x00007f03u, - 0x00007f03u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x000001aeu, 0x00004e00u, 0x00007ff5u, 0x00007ff5u, - 0x00000000u, 0x00000001u, 0x00050082u, 0x000001aeu, 0x00004e01u, 0x00004dfeu, 0x00004e00u, 0x00040072u, - 0x000000efu, 0x00004e02u, 0x00004e01u, 0x00050050u, 0x000000efu, 0x00004e03u, 0x00004dfcu, 0x00004dfcu, - 0x00050084u, 0x000000efu, 0x00004e04u, 0x00004e03u, 0x00004e02u, 0x00050041u, 0x00000046u, 0x00004e05u, - 0x00004a5fu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004e06u, 0x00004e05u, 0x0007004fu, 0x000001aeu, - 0x00004e08u, 0x00007e0cu, 0x00007e0cu, 0x00000000u, 0x00000001u, 0x00050082u, 0x000001aeu, 0x00004e0bu, - 0x00004e08u, 0x00004e00u, 0x00040072u, 0x000000efu, 0x00004e0cu, 0x00004e0bu, 0x00050050u, 0x000000efu, - 0x00004e0du, 0x00004e06u, 0x00004e06u, 0x00050084u, 0x000000efu, 0x00004e0eu, 0x00004e0du, 0x00004e0cu, - 0x00050080u, 0x000000efu, 0x00004e0fu, 0x00004e04u, 0x00004e0eu, 0x0007004fu, 0x000001aeu, 0x00004e11u, - 0x00007cdfu, 0x00007cdfu, 0x00000000u, 0x00000001u, 0x00050082u, 0x000001aeu, 0x00004e14u, 0x00004e11u, - 0x00004e00u, 0x000500c4u, 0x000001aeu, 0x00004e16u, 0x00004e14u, 0x0000b439u, 0x00040072u, 0x000000efu, - 0x00004e17u, 0x00004e16u, 0x00050080u, 0x000000efu, 0x00004e18u, 0x00004e0fu, 0x00004e17u, 0x00050080u, - 0x000000efu, 0x00004e1au, 0x00004e18u, 0x0000b43au, 0x000200f9u, 0x00004e3du, 0x000200f8u, 0x00004e3du, - 0x000700f5u, 0x000000efu, 0x00008121u, 0x00004e1au, 0x00004dfau, 0x00004e3cu, 0x00004e25u, 0x000300f7u, - 0x00004e82u, 0x00000000u, 0x000400fau, 0x00004adau, 0x00004e3fu, 0x00004e60u, 0x000200f8u, 0x00004e60u, - 0x000500a7u, 0x00000069u, 0x00004e63u, 0x00004ae4u, 0x00004ae2u, 0x000300f7u, 0x00004e6au, 0x00000000u, - 0x000400fau, 0x00004e63u, 0x00004e64u, 0x00004e67u, 0x000200f8u, 0x00004e67u, 0x0007004fu, 0x000001aeu, - 0x00004e69u, 0x00007cdfu, 0x00007cdfu, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004e6au, 0x000200f8u, - 0x00004e64u, 0x0007004fu, 0x000001aeu, 0x00004e66u, 0x00007ff5u, 0x00007ff5u, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x00004e6au, 0x000200f8u, 0x00004e6au, 0x000700f5u, 0x000001aeu, 0x0000811bu, 0x00004e66u, - 0x00004e64u, 0x00004e69u, 0x00004e67u, 0x00040072u, 0x000000efu, 0x00004e6cu, 0x0000811bu, 0x00050041u, - 0x00000046u, 0x00004e6du, 0x00004a61u, 0x0000032fu, 0x0004003du, 0x00000008u, 0x00004e6eu, 0x00004e6du, - 0x0007004fu, 0x000001aeu, 0x00004e70u, 0x00007e0cu, 0x00007e0cu, 0x00000002u, 0x00000003u, 0x00040072u, - 0x000000efu, 0x00004e71u, 0x00004e70u, 0x00050082u, 0x000000efu, 0x00004e73u, 0x00004e71u, 0x00004e6cu, - 0x00050050u, 0x000000efu, 0x00004e74u, 0x00004e6eu, 0x00004e6eu, 0x00050084u, 0x000000efu, 0x00004e75u, - 0x00004e74u, 0x00004e73u, 0x00050041u, 0x00000046u, 0x00004e76u, 0x00004a61u, 0x0000045eu, 0x0004003du, - 0x00000008u, 0x00004e77u, 0x00004e76u, 0x0007004fu, 0x000001aeu, 0x00004e79u, 0x00007f03u, 0x00007f03u, - 0x00000002u, 0x00000003u, 0x00040072u, 0x000000efu, 0x00004e7au, 0x00004e79u, 0x00050082u, 0x000000efu, - 0x00004e7cu, 0x00004e7au, 0x00004e6cu, 0x00050050u, 0x000000efu, 0x00004e7du, 0x00004e77u, 0x00004e77u, - 0x00050084u, 0x000000efu, 0x00004e7eu, 0x00004e7du, 0x00004e7cu, 0x00050080u, 0x000000efu, 0x00004e7fu, - 0x00004e75u, 0x00004e7eu, 0x00050080u, 0x000000efu, 0x00004e81u, 0x00004e7fu, 0x0000b43au, 0x000200f9u, - 0x00004e82u, 0x000200f8u, 0x00004e3fu, 0x00050041u, 0x00000046u, 0x00004e40u, 0x00004a61u, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x00004e41u, 0x00004e40u, 0x0007004fu, 0x000001aeu, 0x00004e43u, 0x00007f03u, - 0x00007f03u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x000001aeu, 0x00004e45u, 0x00007ff5u, 0x00007ff5u, - 0x00000002u, 0x00000003u, 0x00050082u, 0x000001aeu, 0x00004e46u, 0x00004e43u, 0x00004e45u, 0x00040072u, - 0x000000efu, 0x00004e47u, 0x00004e46u, 0x00050050u, 0x000000efu, 0x00004e48u, 0x00004e41u, 0x00004e41u, - 0x00050084u, 0x000000efu, 0x00004e49u, 0x00004e48u, 0x00004e47u, 0x00050041u, 0x00000046u, 0x00004e4au, - 0x00004a61u, 0x0000045eu, 0x0004003du, 0x00000008u, 0x00004e4bu, 0x00004e4au, 0x0007004fu, 0x000001aeu, - 0x00004e4du, 0x00007e0cu, 0x00007e0cu, 0x00000002u, 0x00000003u, 0x00050082u, 0x000001aeu, 0x00004e50u, - 0x00004e4du, 0x00004e45u, 0x00040072u, 0x000000efu, 0x00004e51u, 0x00004e50u, 0x00050050u, 0x000000efu, - 0x00004e52u, 0x00004e4bu, 0x00004e4bu, 0x00050084u, 0x000000efu, 0x00004e53u, 0x00004e52u, 0x00004e51u, - 0x00050080u, 0x000000efu, 0x00004e54u, 0x00004e49u, 0x00004e53u, 0x0007004fu, 0x000001aeu, 0x00004e56u, - 0x00007cdfu, 0x00007cdfu, 0x00000002u, 0x00000003u, 0x00050082u, 0x000001aeu, 0x00004e59u, 0x00004e56u, - 0x00004e45u, 0x000500c4u, 0x000001aeu, 0x00004e5bu, 0x00004e59u, 0x0000b439u, 0x00040072u, 0x000000efu, - 0x00004e5cu, 0x00004e5bu, 0x00050080u, 0x000000efu, 0x00004e5du, 0x00004e54u, 0x00004e5cu, 0x00050080u, - 0x000000efu, 0x00004e5fu, 0x00004e5du, 0x0000b43au, 0x000200f9u, 0x00004e82u, 0x000200f8u, 0x00004e82u, - 0x000700f5u, 0x000000efu, 0x00008123u, 0x00004e5fu, 0x00004e3fu, 0x00004e81u, 0x00004e6au, 0x00050051u, - 0x00000008u, 0x00004e85u, 0x00008121u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004e86u, 0x00008121u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00004e87u, 0x00008123u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00004e88u, 0x00008123u, 0x00000001u, 0x00070050u, 0x00000009u, 0x00004e89u, 0x00004e85u, 0x00004e86u, - 0x00004e87u, 0x00004e88u, 0x000500c3u, 0x00000009u, 0x00004e8cu, 0x00004e89u, 0x0000b432u, 0x00050041u, - 0x00000046u, 0x00004e8du, 0x00004a58u, 0x00000388u, 0x0004003du, 0x00000008u, 0x00004e8eu, 0x00004e8du, - 0x00070050u, 0x00000009u, 0x00004e90u, 0x00004e8eu, 0x00004e8eu, 0x00004e8eu, 0x00004e8eu, 0x00050080u, - 0x00000009u, 0x00004e91u, 0x00004e8cu, 0x00004e90u, 0x00040072u, 0x00000013u, 0x00004e93u, 0x00004e91u, - 0x000200f9u, 0x00004e98u, 0x000200f8u, 0x00004e98u, 0x000700f5u, 0x00000013u, 0x00008125u, 0x00004e93u, - 0x00004e82u, 0x00004e97u, 0x00004e94u, 0x000200f9u, 0x00004f4bu, 0x000200f8u, 0x00004f4bu, 0x000700f5u, - 0x00000013u, 0x00008124u, 0x00008125u, 0x00004e98u, 0x00008126u, 0x00004f4au, 0x000400a8u, 0x00000069u, - 0x00004f4fu, 0x00002330u, 0x000500a7u, 0x00000069u, 0x00004f50u, 0x0000245eu, 0x00004f4fu, 0x000300f7u, - 0x00004f55u, 0x00000000u, 0x000400fau, 0x00004f50u, 0x00004f51u, 0x00004f55u, 0x000200f8u, 0x00004f51u, - 0x0003003eu, 0x00004a7du, 0x00002aadu, 0x00040072u, 0x00000009u, 0x00006293u, 0x00008124u, 0x000600cau, - 0x00000009u, 0x00006294u, 0x00006293u, 0x00000222u, 0x00000262u, 0x0003003eu, 0x0000628bu, 0x00006294u, - 0x00050041u, 0x00000046u, 0x00006295u, 0x0000628bu, 0x00000388u, 0x0004003du, 0x00000008u, 0x00006296u, - 0x00006295u, 0x00050041u, 0x000001cbu, 0x00006297u, 0x00004a7du, 0x0000032fu, 0x0004003du, 0x00000012u, - 0x00006298u, 0x00006297u, 0x00040072u, 0x00000008u, 0x00006299u, 0x00006298u, 0x00050041u, 0x00000046u, - 0x0000629au, 0x0000628bu, 0x0000045eu, 0x0004003du, 0x00000008u, 0x0000629bu, 0x0000629au, 0x00050084u, - 0x00000008u, 0x0000629cu, 0x00006299u, 0x0000629bu, 0x00050080u, 0x00000008u, 0x0000629du, 0x0000629cu, - 0x00000b0eu, 0x000500c3u, 0x00000008u, 0x0000629eu, 0x0000629du, 0x0000025fu, 0x00050080u, 0x00000008u, - 0x0000629fu, 0x00006296u, 0x0000629eu, 0x0004003du, 0x00000008u, 0x000062a1u, 0x00006295u, 0x00050041u, - 0x000001cbu, 0x000062a2u, 0x00004a7du, 0x0000045eu, 0x0004003du, 0x00000012u, 0x000062a3u, 0x000062a2u, - 0x00040072u, 0x00000008u, 0x000062a4u, 0x000062a3u, 0x00050041u, 0x00000046u, 0x000062a5u, 0x0000628bu, - 0x0000032fu, 0x0004003du, 0x00000008u, 0x000062a6u, 0x000062a5u, 0x00050084u, 0x00000008u, 0x000062a7u, - 0x000062a4u, 0x000062a6u, 0x00050041u, 0x000001cbu, 0x000062a8u, 0x00004a7du, 0x00000388u, 0x0004003du, - 0x00000012u, 0x000062a9u, 0x000062a8u, 0x00040072u, 0x00000008u, 0x000062aau, 0x000062a9u, 0x0004003du, - 0x00000008u, 0x000062acu, 0x0000629au, 0x00050084u, 0x00000008u, 0x000062adu, 0x000062aau, 0x000062acu, - 0x00050080u, 0x00000008u, 0x000062aeu, 0x000062a7u, 0x000062adu, 0x00050080u, 0x00000008u, 0x000062afu, - 0x000062aeu, 0x00000b0eu, 0x000500c3u, 0x00000008u, 0x000062b0u, 0x000062afu, 0x0000025fu, 0x00050080u, - 0x00000008u, 0x000062b1u, 0x000062a1u, 0x000062b0u, 0x0004003du, 0x00000008u, 0x000062b3u, 0x00006295u, - 0x00050041u, 0x000001cbu, 0x000062b4u, 0x00004a7du, 0x00000466u, 0x0004003du, 0x00000012u, 0x000062b5u, - 0x000062b4u, 0x00040072u, 0x00000008u, 0x000062b6u, 0x000062b5u, 0x0004003du, 0x00000008u, 0x000062b8u, - 0x000062a5u, 0x00050084u, 0x00000008u, 0x000062b9u, 0x000062b6u, 0x000062b8u, 0x00050080u, 0x00000008u, - 0x000062bau, 0x000062b9u, 0x00000b0eu, 0x000500c3u, 0x00000008u, 0x000062bbu, 0x000062bau, 0x0000025fu, - 0x00050080u, 0x00000008u, 0x000062bcu, 0x000062b3u, 0x000062bbu, 0x0004003du, 0x00000008u, 0x000062beu, - 0x00006295u, 0x00040072u, 0x00000012u, 0x000062c0u, 0x0000629fu, 0x00040072u, 0x00000012u, 0x000062c2u, - 0x000062b1u, 0x00040072u, 0x00000012u, 0x000062c4u, 0x000062bcu, 0x00040072u, 0x00000012u, 0x000062c6u, - 0x000062beu, 0x00070050u, 0x00000013u, 0x000062c7u, 0x000062c0u, 0x000062c2u, 0x000062c4u, 0x000062c6u, - 0x000200f9u, 0x00004f55u, 0x000200f8u, 0x00004f55u, 0x000700f5u, 0x00000013u, 0x0000812au, 0x00008124u, - 0x00004f4bu, 0x000062c7u, 0x00004f51u, 0x000200f9u, 0x0000247au, 0x000200f8u, 0x00002460u, 0x0003003eu, - 0x0000226au, 0x00002aadu, 0x00040072u, 0x00000009u, 0x000048d2u, 0x00007c61u, 0x000600cau, 0x00000009u, - 0x000048d3u, 0x000048d2u, 0x00000222u, 0x00000262u, 0x0003003eu, 0x000048cau, 0x000048d3u, 0x00050041u, - 0x00000046u, 0x000048d4u, 0x000048cau, 0x00000388u, 0x0004003du, 0x00000008u, 0x000048d5u, 0x000048d4u, - 0x00050041u, 0x000001cbu, 0x000048d6u, 0x0000226au, 0x0000032fu, 0x0004003du, 0x00000012u, 0x000048d7u, - 0x000048d6u, 0x00040072u, 0x00000008u, 0x000048d8u, 0x000048d7u, 0x00050041u, 0x00000046u, 0x000048d9u, - 0x000048cau, 0x0000045eu, 0x0004003du, 0x00000008u, 0x000048dau, 0x000048d9u, 0x00050084u, 0x00000008u, - 0x000048dbu, 0x000048d8u, 0x000048dau, 0x00050080u, 0x00000008u, 0x000048dcu, 0x000048dbu, 0x00000b0eu, - 0x000500c3u, 0x00000008u, 0x000048ddu, 0x000048dcu, 0x0000025fu, 0x00050080u, 0x00000008u, 0x000048deu, - 0x000048d5u, 0x000048ddu, 0x0004003du, 0x00000008u, 0x000048e0u, 0x000048d4u, 0x00050041u, 0x000001cbu, - 0x000048e1u, 0x0000226au, 0x0000045eu, 0x0004003du, 0x00000012u, 0x000048e2u, 0x000048e1u, 0x00040072u, - 0x00000008u, 0x000048e3u, 0x000048e2u, 0x00050041u, 0x00000046u, 0x000048e4u, 0x000048cau, 0x0000032fu, - 0x0004003du, 0x00000008u, 0x000048e5u, 0x000048e4u, 0x00050084u, 0x00000008u, 0x000048e6u, 0x000048e3u, - 0x000048e5u, 0x00050041u, 0x000001cbu, 0x000048e7u, 0x0000226au, 0x00000388u, 0x0004003du, 0x00000012u, - 0x000048e8u, 0x000048e7u, 0x00040072u, 0x00000008u, 0x000048e9u, 0x000048e8u, 0x0004003du, 0x00000008u, - 0x000048ebu, 0x000048d9u, 0x00050084u, 0x00000008u, 0x000048ecu, 0x000048e9u, 0x000048ebu, 0x00050080u, - 0x00000008u, 0x000048edu, 0x000048e6u, 0x000048ecu, 0x00050080u, 0x00000008u, 0x000048eeu, 0x000048edu, - 0x00000b0eu, 0x000500c3u, 0x00000008u, 0x000048efu, 0x000048eeu, 0x0000025fu, 0x00050080u, 0x00000008u, - 0x000048f0u, 0x000048e0u, 0x000048efu, 0x0004003du, 0x00000008u, 0x000048f2u, 0x000048d4u, 0x00050041u, - 0x000001cbu, 0x000048f3u, 0x0000226au, 0x00000466u, 0x0004003du, 0x00000012u, 0x000048f4u, 0x000048f3u, - 0x00040072u, 0x00000008u, 0x000048f5u, 0x000048f4u, 0x0004003du, 0x00000008u, 0x000048f7u, 0x000048e4u, - 0x00050084u, 0x00000008u, 0x000048f8u, 0x000048f5u, 0x000048f7u, 0x00050080u, 0x00000008u, 0x000048f9u, - 0x000048f8u, 0x00000b0eu, 0x000500c3u, 0x00000008u, 0x000048fau, 0x000048f9u, 0x0000025fu, 0x00050080u, - 0x00000008u, 0x000048fbu, 0x000048f2u, 0x000048fau, 0x0004003du, 0x00000008u, 0x000048fdu, 0x000048d4u, - 0x00040072u, 0x00000012u, 0x000048ffu, 0x000048deu, 0x00040072u, 0x00000012u, 0x00004901u, 0x000048f0u, - 0x00040072u, 0x00000012u, 0x00004903u, 0x000048fbu, 0x00040072u, 0x00000012u, 0x00004905u, 0x000048fdu, - 0x00070050u, 0x00000013u, 0x00004906u, 0x000048ffu, 0x00004901u, 0x00004903u, 0x00004905u, 0x000200f9u, - 0x0000247au, 0x000200f8u, 0x0000247au, 0x000700f5u, 0x00000013u, 0x0000af68u, 0x00008012u, 0x00002460u, - 0x00007ff5u, 0x00004f55u, 0x000700f5u, 0x00000013u, 0x0000aec1u, 0x00007f20u, 0x00002460u, 0x00007f03u, - 0x00004f55u, 0x000700f5u, 0x00000013u, 0x0000ae1au, 0x00007e29u, 0x00002460u, 0x00007e0cu, 0x00004f55u, - 0x000700f5u, 0x00000013u, 0x0000ad73u, 0x00007cfcu, 0x00002460u, 0x00007cdfu, 0x00004f55u, 0x000700f5u, - 0x00000013u, 0x00008453u, 0x00004906u, 0x00002460u, 0x0000812au, 0x00004f55u, 0x000200f9u, 0x0000247bu, - 0x000200f8u, 0x0000247bu, 0x000700f5u, 0x00000013u, 0x0000af67u, 0x00008012u, 0x00002459u, 0x0000af68u, - 0x0000247au, 0x000700f5u, 0x00000013u, 0x0000aec0u, 0x00007f20u, 0x00002459u, 0x0000aec1u, 0x0000247au, - 0x000700f5u, 0x00000013u, 0x0000ae19u, 0x00007e29u, 0x00002459u, 0x0000ae1au, 0x0000247au, 0x000700f5u, - 0x00000013u, 0x0000ad72u, 0x00007cfcu, 0x00002459u, 0x0000ad73u, 0x0000247au, 0x000700f5u, 0x00000013u, - 0x000083a3u, 0x000083b2u, 0x00002459u, 0x00008453u, 0x0000247au, 0x000600a9u, 0x00000008u, 0x0000247eu, - 0x00002312u, 0x0000022cu, 0x00000222u, 0x000500c3u, 0x00000008u, 0x0000247fu, 0x000075eau, 0x0000247eu, - 0x000500c3u, 0x00000008u, 0x00002481u, 0x00002559u, 0x0000022fu, 0x000500c7u, 0x00000008u, 0x00002483u, - 0x00002559u, 0x00000232u, 0x000500b1u, 0x00000069u, 0x000062cdu, 0x00002481u, 0x0000022fu, 0x000300f7u, - 0x000062e2u, 0x00000000u, 0x000400fau, 0x000062cdu, 0x000062ceu, 0x000062dbu, 0x000200f8u, 0x000062dbu, - 0x000500aau, 0x00000069u, 0x000062ddu, 0x00002481u, 0x0000022fu, 0x000300f7u, 0x000062e1u, 0x00000000u, - 0x000400fau, 0x000062ddu, 0x000062deu, 0x000062e0u, 0x000200f8u, 0x000062e0u, 0x000200f9u, 0x000062e1u, - 0x000200f8u, 0x000062deu, 0x000500c7u, 0x00000011u, 0x0000630cu, 0x00008228u, 0x00000346u, 0x00040071u, - 0x00000006u, 0x0000630du, 0x0000630cu, 0x0004007cu, 0x00000008u, 0x0000630eu, 0x0000630du, 0x000200f9u, - 0x000062e1u, 0x000200f8u, 0x000062e1u, 0x000700f5u, 0x00000008u, 0x0000832eu, 0x0000630eu, 0x000062deu, - 0x00000222u, 0x000062e0u, 0x000200f9u, 0x000062e2u, 0x000200f8u, 0x000062ceu, 0x000500c7u, 0x00000008u, - 0x000062d1u, 0x0000247fu, 0x00000232u, 0x00050084u, 0x00000008u, 0x000062d2u, 0x000062d1u, 0x00000235u, - 0x000500c7u, 0x00000008u, 0x000062d4u, 0x000075ecu, 0x00000232u, 0x00050080u, 0x00000008u, 0x000062d5u, - 0x000062d2u, 0x000062d4u, 0x0003003eu, 0x000062c8u, 0x00000394u, 0x00060041u, 0x0000007bu, 0x000062d6u, - 0x000062c8u, 0x00002481u, 0x000062d5u, 0x0004003du, 0x0000000fu, 0x000062d7u, 0x000062d6u, 0x00040071u, - 0x00000006u, 0x000062d8u, 0x000062d7u, 0x0004007cu, 0x00000008u, 0x000062d9u, 0x000062d8u, 0x00050084u, - 0x00000008u, 0x000062dau, 0x000062d9u, 0x000003a2u, 0x000200f9u, 0x000062e2u, 0x000200f8u, 0x000062e2u, - 0x000700f5u, 0x00000008u, 0x0000832du, 0x000062dau, 0x000062ceu, 0x0000832eu, 0x000062e1u, 0x000500aau, - 0x00000069u, 0x000062e4u, 0x00002483u, 0x00000232u, 0x000300f7u, 0x00006308u, 0x00000000u, 0x000400fau, - 0x000062e4u, 0x000062e5u, 0x000062e6u, 0x000200f8u, 0x000062e6u, 0x000500aau, 0x00000069u, 0x000062e8u, - 0x00002483u, 0x0000022fu, 0x000300f7u, 0x00006307u, 0x00000000u, 0x000400fau, 0x000062e8u, 0x000062e9u, - 0x000062ebu, 0x000200f8u, 0x000062ebu, 0x000500afu, 0x00000069u, 0x000062edu, 0x00002481u, 0x0000022fu, - 0x000300f7u, 0x000062feu, 0x00000000u, 0x000400fau, 0x000062edu, 0x000062eeu, 0x000062fbu, 0x000200f8u, - 0x000062fbu, 0x000500c7u, 0x00000008u, 0x000062fdu, 0x0000832du, 0x0000023eu, 0x000200f9u, 0x000062feu, - 0x000200f8u, 0x000062eeu, 0x000500c7u, 0x00000008u, 0x000062f0u, 0x00002481u, 0x0000022cu, 0x000500c7u, - 0x00000008u, 0x000062f2u, 0x0000247fu, 0x00000232u, 0x00050084u, 0x00000008u, 0x000062f3u, 0x000062f2u, - 0x00000235u, 0x000500c7u, 0x00000008u, 0x000062f5u, 0x000075ecu, 0x00000232u, 0x00050080u, 0x00000008u, - 0x000062f6u, 0x000062f3u, 0x000062f5u, 0x0003003eu, 0x000062cau, 0x00000394u, 0x00060041u, 0x0000007bu, - 0x000062f7u, 0x000062cau, 0x000062f0u, 0x000062f6u, 0x0004003du, 0x0000000fu, 0x000062f8u, 0x000062f7u, - 0x00040071u, 0x00000006u, 0x000062f9u, 0x000062f8u, 0x0004007cu, 0x00000008u, 0x000062fau, 0x000062f9u, - 0x000200f9u, 0x000062feu, 0x000200f8u, 0x000062feu, 0x000700f5u, 0x00000008u, 0x0000832fu, 0x000062fau, - 0x000062eeu, 0x000062fdu, 0x000062fbu, 0x000500aau, 0x00000069u, 0x00006301u, 0x00002483u, 0x0000022cu, - 0x000300f7u, 0x00006306u, 0x00000000u, 0x000400fau, 0x00006301u, 0x00006302u, 0x00006306u, 0x000200f8u, - 0x00006302u, 0x000400c8u, 0x00000008u, 0x00006304u, 0x0000832fu, 0x000500c7u, 0x00000008u, 0x00006305u, - 0x00006304u, 0x0000023eu, 0x000200f9u, 0x00006306u, 0x000200f8u, 0x00006306u, 0x000700f5u, 0x00000008u, - 0x00008338u, 0x0000832fu, 0x000062feu, 0x00006305u, 0x00006302u, 0x000200f9u, 0x00006307u, 0x000200f8u, - 0x000062e9u, 0x000500c7u, 0x00000011u, 0x00006312u, 0x00008228u, 0x00000336u, 0x00040071u, 0x00000006u, - 0x00006313u, 0x00006312u, 0x0004007cu, 0x00000008u, 0x00006314u, 0x00006313u, 0x000200f9u, 0x00006307u, - 0x000200f8u, 0x00006307u, 0x000700f5u, 0x00000008u, 0x00008337u, 0x00006314u, 0x000062e9u, 0x00008338u, - 0x00006306u, 0x000200f9u, 0x00006308u, 0x000200f8u, 0x000062e5u, 0x000200f9u, 0x00006308u, 0x000200f8u, - 0x00006308u, 0x000700f5u, 0x00000008u, 0x00008336u, 0x00000222u, 0x000062e5u, 0x00008337u, 0x00006307u, - 0x000300f7u, 0x000024ddu, 0x00000000u, 0x000400fau, 0x0000230fu, 0x00002489u, 0x000024c1u, 0x000200f8u, - 0x000024c1u, 0x000500c7u, 0x00000011u, 0x000066e7u, 0x00008228u, 0x00000336u, 0x000500c4u, 0x00000011u, - 0x000066e8u, 0x000066e7u, 0x00000338u, 0x000500c5u, 0x00000011u, 0x000066e9u, 0x000066e8u, 0x0000033au, - 0x0004007cu, 0x00000012u, 0x000066eau, 0x000066e9u, 0x0003003eu, 0x00002297u, 0x00002553u, 0x0003003eu, - 0x00002298u, 0x00002555u, 0x00050041u, 0x0000007bu, 0x00006705u, 0x00002297u, 0x0000032fu, 0x0004003du, - 0x0000000fu, 0x00006706u, 0x00006705u, 0x00040071u, 0x00000006u, 0x00006707u, 0x00006706u, 0x0004007cu, - 0x00000008u, 0x00006708u, 0x00006707u, 0x00050041u, 0x0000007bu, 0x00006709u, 0x00002298u, 0x0000032fu, - 0x0004003du, 0x0000000fu, 0x0000670au, 0x00006709u, 0x00040071u, 0x00000006u, 0x0000670bu, 0x0000670au, - 0x0004007cu, 0x00000008u, 0x0000670cu, 0x0000670bu, 0x0003003eu, 0x000070e7u, 0x00002a99u, 0x0003003eu, - 0x000070e8u, 0x00002af1u, 0x0003003eu, 0x000070e9u, 0x00001eefu, 0x0003003eu, 0x000070eau, 0x00007c61u, - 0x0003003eu, 0x000070ebu, 0x000083a3u, 0x000300f7u, 0x0000677eu, 0x00000000u, 0x000f00fbu, 0x00006708u, - 0x0000675du, 0x00000000u, 0x00006763u, 0x00000001u, 0x00006768u, 0x00000002u, 0x0000676du, 0x00000004u, - 0x00006772u, 0x00000007u, 0x00006778u, 0x00000006u, 0x0000677du, 0x000200f8u, 0x0000677du, 0x000200f9u, - 0x0000677eu, 0x000200f8u, 0x00006778u, 0x00040072u, 0x00000008u, 0x0000677bu, 0x000066eau, 0x00060050u, - 0x00000044u, 0x0000677cu, 0x0000677bu, 0x0000677bu, 0x0000677bu, 0x000200f9u, 0x0000677eu, 0x000200f8u, - 0x00006772u, 0x0008004fu, 0x00000047u, 0x00006775u, 0x00002af1u, 0x00002af1u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006776u, 0x00006775u, 0x0004007cu, 0x00000044u, 0x00006777u, - 0x00006776u, 0x000200f9u, 0x0000677eu, 0x000200f8u, 0x0000676du, 0x0008004fu, 0x000004b8u, 0x00006770u, - 0x000083a3u, 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006771u, - 0x00006770u, 0x000200f9u, 0x0000677eu, 0x000200f8u, 0x00006768u, 0x0008004fu, 0x000004b8u, 0x0000676bu, - 0x00007c61u, 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000676cu, - 0x0000676bu, 0x000200f9u, 0x0000677eu, 0x000200f8u, 0x00006763u, 0x00040072u, 0x00000044u, 0x00006767u, - 0x0000b444u, 0x000200f9u, 0x0000677eu, 0x000200f8u, 0x0000675du, 0x0008004fu, 0x00000047u, 0x00006760u, - 0x00002a99u, 0x00002a99u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006761u, - 0x00006760u, 0x0004007cu, 0x00000044u, 0x00006762u, 0x00006761u, 0x000200f9u, 0x0000677eu, 0x000200f8u, - 0x0000677eu, 0x001100f5u, 0x00000044u, 0x00008679u, 0x00006762u, 0x0000675du, 0x00006767u, 0x00006763u, - 0x0000676cu, 0x00006768u, 0x00006771u, 0x0000676du, 0x00006777u, 0x00006772u, 0x0000677cu, 0x00006778u, - 0x00001ac1u, 0x0000677du, 0x000300f7u, 0x00006797u, 0x00000000u, 0x000d00fbu, 0x0000670cu, 0x00006780u, - 0x00000000u, 0x00006785u, 0x00000001u, 0x00006789u, 0x00000002u, 0x0000678du, 0x00000004u, 0x00006791u, - 0x00000006u, 0x00006796u, 0x000200f8u, 0x00006796u, 0x000200f9u, 0x00006797u, 0x000200f8u, 0x00006791u, - 0x00050041u, 0x0000007bu, 0x000070f2u, 0x000070e8u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006793u, - 0x000070f2u, 0x00040071u, 0x00000006u, 0x00006794u, 0x00006793u, 0x0004007cu, 0x00000008u, 0x00006795u, - 0x00006794u, 0x000200f9u, 0x00006797u, 0x000200f8u, 0x0000678du, 0x00050041u, 0x000001cbu, 0x000070f1u, - 0x000070ebu, 0x00000466u, 0x0004003du, 0x00000012u, 0x0000678fu, 0x000070f1u, 0x00040072u, 0x00000008u, - 0x00006790u, 0x0000678fu, 0x000200f9u, 0x00006797u, 0x000200f8u, 0x00006789u, 0x00050041u, 0x000001cbu, - 0x000070f0u, 0x000070eau, 0x00000466u, 0x0004003du, 0x00000012u, 0x0000678bu, 0x000070f0u, 0x00040072u, - 0x00000008u, 0x0000678cu, 0x0000678bu, 0x000200f9u, 0x00006797u, 0x000200f8u, 0x00006785u, 0x00050041u, - 0x000001cbu, 0x000070efu, 0x000070e9u, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006787u, 0x000070efu, - 0x00040072u, 0x00000008u, 0x00006788u, 0x00006787u, 0x000200f9u, 0x00006797u, 0x000200f8u, 0x00006780u, - 0x00050041u, 0x0000007bu, 0x000070eeu, 0x000070e7u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006782u, - 0x000070eeu, 0x00040071u, 0x00000006u, 0x00006783u, 0x00006782u, 0x0004007cu, 0x00000008u, 0x00006784u, - 0x00006783u, 0x000200f9u, 0x00006797u, 0x000200f8u, 0x00006797u, 0x000f00f5u, 0x00000008u, 0x0000867au, - 0x00006784u, 0x00006780u, 0x00006788u, 0x00006785u, 0x0000678cu, 0x00006789u, 0x00006790u, 0x0000678du, - 0x00006795u, 0x00006791u, 0x00001ac0u, 0x00006796u, 0x00050051u, 0x00000008u, 0x0000679au, 0x00008679u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x0000679bu, 0x00008679u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x0000679cu, 0x00008679u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000679du, 0x0000679au, 0x0000679bu, - 0x0000679cu, 0x0000867au, 0x00050041u, 0x0000007bu, 0x0000670fu, 0x00002297u, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x00006710u, 0x0000670fu, 0x00040071u, 0x00000006u, 0x00006711u, 0x00006710u, 0x0004007cu, - 0x00000008u, 0x00006712u, 0x00006711u, 0x00050041u, 0x0000007bu, 0x00006713u, 0x00002298u, 0x0000045eu, - 0x0004003du, 0x0000000fu, 0x00006714u, 0x00006713u, 0x00040071u, 0x00000006u, 0x00006715u, 0x00006714u, - 0x0004007cu, 0x00000008u, 0x00006716u, 0x00006715u, 0x0003003eu, 0x000070f9u, 0x00002a9bu, 0x0003003eu, - 0x000070fau, 0x00002af1u, 0x0003003eu, 0x000070fbu, 0x00001eefu, 0x0003003eu, 0x000070fcu, 0x00007c61u, - 0x0003003eu, 0x000070fdu, 0x000083a3u, 0x000300f7u, 0x000067cau, 0x00000000u, 0x000d00fbu, 0x00006712u, - 0x000067a3u, 0x00000000u, 0x000067a9u, 0x00000001u, 0x000067aeu, 0x00000002u, 0x000067b3u, 0x00000004u, - 0x000067b8u, 0x00000007u, 0x000067beu, 0x000200f8u, 0x000067beu, 0x00050041u, 0x0000007bu, 0x000070feu, - 0x000070f9u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x000067c0u, 0x000070feu, 0x00040071u, 0x00000006u, - 0x000067c1u, 0x000067c0u, 0x0004007cu, 0x00000008u, 0x000067c2u, 0x000067c1u, 0x000500c4u, 0x00000008u, - 0x000067c3u, 0x000067c2u, 0x0000025fu, 0x00050041u, 0x0000007bu, 0x000070ffu, 0x000070f9u, 0x00000388u, - 0x0004003du, 0x0000000fu, 0x000067c5u, 0x000070ffu, 0x00040071u, 0x00000006u, 0x000067c6u, 0x000067c5u, - 0x0004007cu, 0x00000008u, 0x000067c7u, 0x000067c6u, 0x000500c5u, 0x00000008u, 0x000067c8u, 0x000067c3u, - 0x000067c7u, 0x00060050u, 0x00000044u, 0x000067c9u, 0x000067c8u, 0x000067c8u, 0x000067c8u, 0x000200f9u, - 0x000067cau, 0x000200f8u, 0x000067b8u, 0x0008004fu, 0x00000047u, 0x000067bbu, 0x00002af1u, 0x00002af1u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x000067bcu, 0x000067bbu, 0x0004007cu, - 0x00000044u, 0x000067bdu, 0x000067bcu, 0x000200f9u, 0x000067cau, 0x000200f8u, 0x000067b3u, 0x0008004fu, - 0x000004b8u, 0x000067b6u, 0x000083a3u, 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x000067b7u, 0x000067b6u, 0x000200f9u, 0x000067cau, 0x000200f8u, 0x000067aeu, 0x0008004fu, - 0x000004b8u, 0x000067b1u, 0x00007c61u, 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x000067b2u, 0x000067b1u, 0x000200f9u, 0x000067cau, 0x000200f8u, 0x000067a9u, 0x00040072u, - 0x00000044u, 0x000067adu, 0x0000b444u, 0x000200f9u, 0x000067cau, 0x000200f8u, 0x000067a3u, 0x0008004fu, - 0x00000047u, 0x000067a6u, 0x00002a9bu, 0x00002a9bu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000030eu, 0x000067a7u, 0x000067a6u, 0x0004007cu, 0x00000044u, 0x000067a8u, 0x000067a7u, 0x000200f9u, - 0x000067cau, 0x000200f8u, 0x000067cau, 0x000f00f5u, 0x00000044u, 0x0000867cu, 0x000067a8u, 0x000067a3u, - 0x000067adu, 0x000067a9u, 0x000067b2u, 0x000067aeu, 0x000067b7u, 0x000067b3u, 0x000067bdu, 0x000067b8u, - 0x000067c9u, 0x000067beu, 0x000300f7u, 0x000067e3u, 0x00000000u, 0x000d00fbu, 0x00006716u, 0x000067ccu, - 0x00000000u, 0x000067d1u, 0x00000001u, 0x000067d5u, 0x00000002u, 0x000067d9u, 0x00000004u, 0x000067ddu, - 0x00000006u, 0x000067e2u, 0x000200f8u, 0x000067e2u, 0x000200f9u, 0x000067e3u, 0x000200f8u, 0x000067ddu, - 0x00050041u, 0x0000007bu, 0x00007104u, 0x000070fau, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000067dfu, - 0x00007104u, 0x00040071u, 0x00000006u, 0x000067e0u, 0x000067dfu, 0x0004007cu, 0x00000008u, 0x000067e1u, - 0x000067e0u, 0x000200f9u, 0x000067e3u, 0x000200f8u, 0x000067d9u, 0x00050041u, 0x000001cbu, 0x00007103u, - 0x000070fdu, 0x00000466u, 0x0004003du, 0x00000012u, 0x000067dbu, 0x00007103u, 0x00040072u, 0x00000008u, - 0x000067dcu, 0x000067dbu, 0x000200f9u, 0x000067e3u, 0x000200f8u, 0x000067d5u, 0x00050041u, 0x000001cbu, - 0x00007102u, 0x000070fcu, 0x00000466u, 0x0004003du, 0x00000012u, 0x000067d7u, 0x00007102u, 0x00040072u, - 0x00000008u, 0x000067d8u, 0x000067d7u, 0x000200f9u, 0x000067e3u, 0x000200f8u, 0x000067d1u, 0x00050041u, - 0x000001cbu, 0x00007101u, 0x000070fbu, 0x00000466u, 0x0004003du, 0x00000012u, 0x000067d3u, 0x00007101u, - 0x00040072u, 0x00000008u, 0x000067d4u, 0x000067d3u, 0x000200f9u, 0x000067e3u, 0x000200f8u, 0x000067ccu, - 0x00050041u, 0x0000007bu, 0x00007100u, 0x000070f9u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000067ceu, - 0x00007100u, 0x00040071u, 0x00000006u, 0x000067cfu, 0x000067ceu, 0x0004007cu, 0x00000008u, 0x000067d0u, - 0x000067cfu, 0x000200f9u, 0x000067e3u, 0x000200f8u, 0x000067e3u, 0x000f00f5u, 0x00000008u, 0x0000867du, - 0x000067d0u, 0x000067ccu, 0x000067d4u, 0x000067d1u, 0x000067d8u, 0x000067d5u, 0x000067dcu, 0x000067d9u, - 0x000067e1u, 0x000067ddu, 0x00001ac0u, 0x000067e2u, 0x00050051u, 0x00000008u, 0x000067e6u, 0x0000867cu, - 0x00000000u, 0x00050051u, 0x00000008u, 0x000067e7u, 0x0000867cu, 0x00000001u, 0x00050051u, 0x00000008u, - 0x000067e8u, 0x0000867cu, 0x00000002u, 0x00070050u, 0x00000009u, 0x000067e9u, 0x000067e6u, 0x000067e7u, - 0x000067e8u, 0x0000867du, 0x00050041u, 0x0000007bu, 0x00006719u, 0x00002297u, 0x00000388u, 0x0004003du, - 0x0000000fu, 0x0000671au, 0x00006719u, 0x00040071u, 0x00000006u, 0x0000671bu, 0x0000671au, 0x0004007cu, - 0x00000008u, 0x0000671cu, 0x0000671bu, 0x00050041u, 0x0000007bu, 0x0000671du, 0x00002298u, 0x00000388u, - 0x0004003du, 0x0000000fu, 0x0000671eu, 0x0000671du, 0x00040071u, 0x00000006u, 0x0000671fu, 0x0000671eu, - 0x0004007cu, 0x00000008u, 0x00006720u, 0x0000671fu, 0x0003003eu, 0x0000710au, 0x00002a9du, 0x0003003eu, - 0x0000710bu, 0x00002af1u, 0x0003003eu, 0x0000710du, 0x00007c61u, 0x0003003eu, 0x0000710eu, 0x000083a3u, - 0x000300f7u, 0x00006830u, 0x00000000u, 0x001700fbu, 0x0000671cu, 0x000067efu, 0x00000000u, 0x000067f5u, - 0x00000007u, 0x000067fau, 0x00000001u, 0x000067ffu, 0x00000002u, 0x00006804u, 0x00000004u, 0x00006809u, - 0x00000008u, 0x0000680fu, 0x00000009u, 0x00006814u, 0x0000000bu, 0x00006819u, 0x0000000du, 0x0000681fu, - 0x0000000fu, 0x00006824u, 0x000200f8u, 0x00006824u, 0x00050041u, 0x0000007bu, 0x00007110u, 0x0000710au, - 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006826u, 0x00007110u, 0x00040071u, 0x00000006u, 0x00006827u, - 0x00006826u, 0x0004007cu, 0x00000008u, 0x00006828u, 0x00006827u, 0x000500c4u, 0x00000008u, 0x00006829u, - 0x00006828u, 0x0000025fu, 0x00050041u, 0x0000007bu, 0x00007111u, 0x0000710au, 0x00000388u, 0x0004003du, - 0x0000000fu, 0x0000682bu, 0x00007111u, 0x00040071u, 0x00000006u, 0x0000682cu, 0x0000682bu, 0x0004007cu, - 0x00000008u, 0x0000682du, 0x0000682cu, 0x000500c5u, 0x00000008u, 0x0000682eu, 0x00006829u, 0x0000682du, - 0x00060050u, 0x00000044u, 0x0000682fu, 0x0000682eu, 0x0000682eu, 0x0000682eu, 0x000200f9u, 0x00006830u, - 0x000200f8u, 0x0000681fu, 0x00040072u, 0x00000008u, 0x00006822u, 0x0000845du, 0x00060050u, 0x00000044u, - 0x00006823u, 0x00006822u, 0x00006822u, 0x00006822u, 0x000200f9u, 0x00006830u, 0x000200f8u, 0x00006819u, - 0x0008004fu, 0x00000047u, 0x0000681cu, 0x00002af1u, 0x00002af1u, 0x00000003u, 0x00000003u, 0x00000003u, - 0x00040071u, 0x0000030eu, 0x0000681du, 0x0000681cu, 0x0004007cu, 0x00000044u, 0x0000681eu, 0x0000681du, - 0x000200f9u, 0x00006830u, 0x000200f8u, 0x00006814u, 0x0008004fu, 0x000004b8u, 0x00006817u, 0x000083a3u, - 0x000083a3u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x00006818u, 0x00006817u, - 0x000200f9u, 0x00006830u, 0x000200f8u, 0x0000680fu, 0x0008004fu, 0x000004b8u, 0x00006812u, 0x00007c61u, - 0x00007c61u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x00006813u, 0x00006812u, - 0x000200f9u, 0x00006830u, 0x000200f8u, 0x00006809u, 0x0008004fu, 0x00000047u, 0x0000680cu, 0x00002af1u, - 0x00002af1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x0000680du, 0x0000680cu, - 0x0004007cu, 0x00000044u, 0x0000680eu, 0x0000680du, 0x000200f9u, 0x00006830u, 0x000200f8u, 0x00006804u, - 0x0008004fu, 0x000004b8u, 0x00006807u, 0x000083a3u, 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x00000044u, 0x00006808u, 0x00006807u, 0x000200f9u, 0x00006830u, 0x000200f8u, 0x000067ffu, - 0x0008004fu, 0x000004b8u, 0x00006802u, 0x00007c61u, 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x00000044u, 0x00006803u, 0x00006802u, 0x000200f9u, 0x00006830u, 0x000200f8u, 0x000067fau, - 0x00040072u, 0x00000044u, 0x000067feu, 0x0000b444u, 0x000200f9u, 0x00006830u, 0x000200f8u, 0x000067f5u, - 0x00040072u, 0x00000044u, 0x000067f9u, 0x0000b444u, 0x000200f9u, 0x00006830u, 0x000200f8u, 0x000067efu, - 0x0008004fu, 0x00000047u, 0x000067f2u, 0x00002a9du, 0x00002a9du, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000030eu, 0x000067f3u, 0x000067f2u, 0x0004007cu, 0x00000044u, 0x000067f4u, 0x000067f3u, - 0x000200f9u, 0x00006830u, 0x000200f8u, 0x00006830u, 0x001900f5u, 0x00000044u, 0x0000867fu, 0x000067f4u, - 0x000067efu, 0x000067f9u, 0x000067f5u, 0x000067feu, 0x000067fau, 0x00006803u, 0x000067ffu, 0x00006808u, - 0x00006804u, 0x0000680eu, 0x00006809u, 0x00006813u, 0x0000680fu, 0x00006818u, 0x00006814u, 0x0000681eu, - 0x00006819u, 0x00006823u, 0x0000681fu, 0x0000682fu, 0x00006824u, 0x000300f7u, 0x00006848u, 0x00000000u, - 0x000b00fbu, 0x00006720u, 0x00006832u, 0x00000000u, 0x00006837u, 0x00000001u, 0x0000683bu, 0x00000002u, - 0x0000683fu, 0x00000004u, 0x00006843u, 0x000200f8u, 0x00006843u, 0x00050041u, 0x0000007bu, 0x00007115u, - 0x0000710bu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006845u, 0x00007115u, 0x00040071u, 0x00000006u, - 0x00006846u, 0x00006845u, 0x0004007cu, 0x00000008u, 0x00006847u, 0x00006846u, 0x000200f9u, 0x00006848u, - 0x000200f8u, 0x0000683fu, 0x00050041u, 0x000001cbu, 0x00007114u, 0x0000710eu, 0x00000466u, 0x0004003du, - 0x00000012u, 0x00006841u, 0x00007114u, 0x00040072u, 0x00000008u, 0x00006842u, 0x00006841u, 0x000200f9u, - 0x00006848u, 0x000200f8u, 0x0000683bu, 0x00050041u, 0x000001cbu, 0x00007113u, 0x0000710du, 0x00000466u, - 0x0004003du, 0x00000012u, 0x0000683du, 0x00007113u, 0x00040072u, 0x00000008u, 0x0000683eu, 0x0000683du, - 0x000200f9u, 0x00006848u, 0x000200f8u, 0x00006837u, 0x00040072u, 0x00000008u, 0x0000683au, 0x0000845du, - 0x000200f9u, 0x00006848u, 0x000200f8u, 0x00006832u, 0x00050041u, 0x0000007bu, 0x00007112u, 0x0000710au, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006834u, 0x00007112u, 0x00040071u, 0x00000006u, 0x00006835u, - 0x00006834u, 0x0004007cu, 0x00000008u, 0x00006836u, 0x00006835u, 0x000200f9u, 0x00006848u, 0x000200f8u, - 0x00006848u, 0x000d00f5u, 0x00000008u, 0x00008680u, 0x00006836u, 0x00006832u, 0x0000683au, 0x00006837u, - 0x0000683eu, 0x0000683bu, 0x00006842u, 0x0000683fu, 0x00006847u, 0x00006843u, 0x00050051u, 0x00000008u, - 0x0000684bu, 0x0000867fu, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000684cu, 0x0000867fu, 0x00000001u, - 0x00050051u, 0x00000008u, 0x0000684du, 0x0000867fu, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000684eu, - 0x0000684bu, 0x0000684cu, 0x0000684du, 0x00008680u, 0x00050041u, 0x0000007bu, 0x00006723u, 0x00002297u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006724u, 0x00006723u, 0x00040071u, 0x00000006u, 0x00006725u, - 0x00006724u, 0x0004007cu, 0x00000008u, 0x00006726u, 0x00006725u, 0x00050041u, 0x0000007bu, 0x00006727u, - 0x00002298u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006728u, 0x00006727u, 0x00040071u, 0x00000006u, - 0x00006729u, 0x00006728u, 0x0004007cu, 0x00000008u, 0x0000672au, 0x00006729u, 0x0003003eu, 0x0000711cu, - 0x00002a9fu, 0x0003003eu, 0x0000711du, 0x00002af1u, 0x0003003eu, 0x0000711eu, 0x00001eefu, 0x0003003eu, - 0x0000711fu, 0x00007c61u, 0x0003003eu, 0x00007120u, 0x000083a3u, 0x000300f7u, 0x00006870u, 0x00000000u, - 0x000d00fbu, 0x00006726u, 0x00006854u, 0x00000000u, 0x0000685au, 0x00000001u, 0x0000685fu, 0x00000002u, - 0x00006864u, 0x00000004u, 0x00006869u, 0x00000006u, 0x0000686fu, 0x000200f8u, 0x0000686fu, 0x000200f9u, - 0x00006870u, 0x000200f8u, 0x00006869u, 0x0008004fu, 0x00000047u, 0x0000686cu, 0x00002af1u, 0x00002af1u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x0000686du, 0x0000686cu, 0x0004007cu, - 0x00000044u, 0x0000686eu, 0x0000686du, 0x000200f9u, 0x00006870u, 0x000200f8u, 0x00006864u, 0x0008004fu, - 0x000004b8u, 0x00006867u, 0x000083a3u, 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x00006868u, 0x00006867u, 0x000200f9u, 0x00006870u, 0x000200f8u, 0x0000685fu, 0x0008004fu, - 0x000004b8u, 0x00006862u, 0x00007c61u, 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x00006863u, 0x00006862u, 0x000200f9u, 0x00006870u, 0x000200f8u, 0x0000685au, 0x00040072u, - 0x00000044u, 0x0000685eu, 0x0000b444u, 0x000200f9u, 0x00006870u, 0x000200f8u, 0x00006854u, 0x0008004fu, - 0x00000047u, 0x00006857u, 0x00002a9fu, 0x00002a9fu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000030eu, 0x00006858u, 0x00006857u, 0x0004007cu, 0x00000044u, 0x00006859u, 0x00006858u, 0x000200f9u, - 0x00006870u, 0x000200f8u, 0x00006870u, 0x000f00f5u, 0x00000044u, 0x00008682u, 0x00006859u, 0x00006854u, - 0x0000685eu, 0x0000685au, 0x00006863u, 0x0000685fu, 0x00006868u, 0x00006864u, 0x0000686eu, 0x00006869u, - 0x00001ac1u, 0x0000686fu, 0x000300f7u, 0x00006889u, 0x00000000u, 0x000d00fbu, 0x0000672au, 0x00006872u, - 0x00000000u, 0x00006877u, 0x00000001u, 0x0000687bu, 0x00000002u, 0x0000687fu, 0x00000004u, 0x00006883u, - 0x00000006u, 0x00006888u, 0x000200f8u, 0x00006888u, 0x000200f9u, 0x00006889u, 0x000200f8u, 0x00006883u, - 0x00050041u, 0x0000007bu, 0x00007125u, 0x0000711du, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006885u, - 0x00007125u, 0x00040071u, 0x00000006u, 0x00006886u, 0x00006885u, 0x0004007cu, 0x00000008u, 0x00006887u, - 0x00006886u, 0x000200f9u, 0x00006889u, 0x000200f8u, 0x0000687fu, 0x00050041u, 0x000001cbu, 0x00007124u, - 0x00007120u, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006881u, 0x00007124u, 0x00040072u, 0x00000008u, - 0x00006882u, 0x00006881u, 0x000200f9u, 0x00006889u, 0x000200f8u, 0x0000687bu, 0x00050041u, 0x000001cbu, - 0x00007123u, 0x0000711fu, 0x00000466u, 0x0004003du, 0x00000012u, 0x0000687du, 0x00007123u, 0x00040072u, - 0x00000008u, 0x0000687eu, 0x0000687du, 0x000200f9u, 0x00006889u, 0x000200f8u, 0x00006877u, 0x00050041u, - 0x000001cbu, 0x00007122u, 0x0000711eu, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006879u, 0x00007122u, - 0x00040072u, 0x00000008u, 0x0000687au, 0x00006879u, 0x000200f9u, 0x00006889u, 0x000200f8u, 0x00006872u, - 0x00050041u, 0x0000007bu, 0x00007121u, 0x0000711cu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006874u, - 0x00007121u, 0x00040071u, 0x00000006u, 0x00006875u, 0x00006874u, 0x0004007cu, 0x00000008u, 0x00006876u, - 0x00006875u, 0x000200f9u, 0x00006889u, 0x000200f8u, 0x00006889u, 0x000f00f5u, 0x00000008u, 0x00008683u, - 0x00006876u, 0x00006872u, 0x0000687au, 0x00006877u, 0x0000687eu, 0x0000687bu, 0x00006882u, 0x0000687fu, - 0x00006887u, 0x00006883u, 0x00001ac0u, 0x00006888u, 0x00050051u, 0x00000008u, 0x0000688cu, 0x00008682u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x0000688du, 0x00008682u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x0000688eu, 0x00008682u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000688fu, 0x0000688cu, 0x0000688du, - 0x0000688eu, 0x00008683u, 0x000600cau, 0x00000009u, 0x00006897u, 0x0000684eu, 0x00000222u, 0x00000262u, - 0x00050082u, 0x00000009u, 0x000068b1u, 0x0000679du, 0x0000b427u, 0x000600cau, 0x00000009u, 0x000068b2u, - 0x000068b1u, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000068b4u, 0x000068b2u, 0x0000b427u, - 0x00050082u, 0x00000009u, 0x000068b9u, 0x000067e9u, 0x0000b427u, 0x000600cau, 0x00000009u, 0x000068bau, - 0x000068b9u, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000068bcu, 0x000068bau, 0x0000b427u, - 0x00050082u, 0x00000009u, 0x000068c1u, 0x0000688fu, 0x0000b427u, 0x000600cau, 0x00000009u, 0x000068c2u, - 0x000068c1u, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000068c4u, 0x000068c2u, 0x0000b427u, - 0x00050082u, 0x00000009u, 0x000068a0u, 0x000068b4u, 0x000068bcu, 0x00050084u, 0x00000009u, 0x000068a2u, - 0x000068a0u, 0x00006897u, 0x00050080u, 0x00000009u, 0x000068a5u, 0x000068a2u, 0x0000b427u, 0x000500c3u, - 0x00000009u, 0x000068a8u, 0x000068a5u, 0x0000b432u, 0x00040072u, 0x00000013u, 0x000068a9u, 0x000068a8u, - 0x00040072u, 0x00000013u, 0x000068abu, 0x000068c4u, 0x00050080u, 0x00000013u, 0x000068acu, 0x000068a9u, - 0x000068abu, 0x00040072u, 0x00000009u, 0x00006733u, 0x000068acu, 0x00050082u, 0x00000009u, 0x000068c9u, - 0x00006733u, 0x0000b427u, 0x000600cau, 0x00000009u, 0x000068cbu, 0x000068c9u, 0x00000222u, 0x00000262u, - 0x00050080u, 0x00000009u, 0x000068ceu, 0x000068cbu, 0x0000b427u, 0x0008000cu, 0x00000009u, 0x000068d0u, - 0x00000001u, 0x0000002du, 0x000068ceu, 0x00000b18u, 0x00000b19u, 0x00040072u, 0x00000013u, 0x000068d1u, - 0x000068d0u, 0x0003003eu, 0x000066fbu, 0x000068d1u, 0x00050041u, 0x000001cbu, 0x00006735u, 0x000066fbu, - 0x00000466u, 0x0004003du, 0x00000012u, 0x00006736u, 0x00006735u, 0x00040072u, 0x00000008u, 0x00006737u, - 0x00006736u, 0x0004003du, 0x00000012u, 0x00006739u, 0x00006735u, 0x00040072u, 0x00000008u, 0x0000673au, - 0x00006739u, 0x00050080u, 0x00000008u, 0x0000673bu, 0x0000673au, 0x0000022cu, 0x000500c3u, 0x00000008u, - 0x0000673cu, 0x0000673bu, 0x0000025fu, 0x00050080u, 0x00000008u, 0x0000673du, 0x00006737u, 0x0000673cu, - 0x000300f7u, 0x0000674au, 0x00000000u, 0x000400fau, 0x000022fau, 0x0000673fu, 0x00006747u, 0x000200f8u, - 0x00006747u, 0x000500c4u, 0x00000008u, 0x00006749u, 0x000023a2u, 0x00000238u, 0x000200f9u, 0x0000674au, - 0x000200f8u, 0x0000673fu, 0x00050084u, 0x00000008u, 0x00006742u, 0x0000673du, 0x000023a2u, 0x00050080u, - 0x00000008u, 0x00006743u, 0x00006742u, 0x00000235u, 0x000500c3u, 0x00000008u, 0x00006744u, 0x00006743u, - 0x00000232u, 0x000500c3u, 0x00000008u, 0x00006746u, 0x00006744u, 0x00000238u, 0x000200f9u, 0x0000674au, - 0x000200f8u, 0x0000674au, 0x000700f5u, 0x00000008u, 0x00008690u, 0x00006746u, 0x0000673fu, 0x000023a2u, - 0x00006747u, 0x000700f5u, 0x00000008u, 0x0000868du, 0x00006744u, 0x0000673fu, 0x00006749u, 0x00006747u, - 0x000300f7u, 0x00006752u, 0x00000000u, 0x000400fau, 0x000022fdu, 0x0000674cu, 0x0000674eu, 0x000200f8u, - 0x0000674eu, 0x00050080u, 0x00000008u, 0x00006751u, 0x0000673du, 0x00008336u, 0x000200f9u, 0x00006752u, - 0x000200f8u, 0x0000674cu, 0x000200f9u, 0x00006752u, 0x000200f8u, 0x00006752u, 0x000700f5u, 0x00000008u, - 0x0000868eu, 0x0000868du, 0x0000674cu, 0x00006751u, 0x0000674eu, 0x0008000cu, 0x00000008u, 0x00006754u, - 0x00000001u, 0x0000002du, 0x0000868eu, 0x00000222u, 0x00000360u, 0x00040072u, 0x00000012u, 0x00006755u, - 0x00006754u, 0x0003003eu, 0x00006735u, 0x00006755u, 0x0004003du, 0x00000013u, 0x00006757u, 0x000066fbu, - 0x00040072u, 0x00000b22u, 0x000024d9u, 0x00006757u, 0x0004007cu, 0x00000010u, 0x000024dau, 0x000024d9u, - 0x0003003eu, 0x0000228du, 0x000024dau, 0x00050041u, 0x0000007bu, 0x000024dbu, 0x0000228du, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x000024dcu, 0x000024dbu, 0x000200f9u, 0x000024ddu, 0x000200f8u, 0x00002489u, - 0x000500c7u, 0x00000011u, 0x00006318u, 0x00008228u, 0x00000336u, 0x000500c4u, 0x00000011u, 0x00006319u, - 0x00006318u, 0x00000338u, 0x000500c5u, 0x00000011u, 0x0000631au, 0x00006319u, 0x0000033au, 0x0004007cu, - 0x00000012u, 0x0000631bu, 0x0000631au, 0x0003003eu, 0x00002284u, 0x0000254fu, 0x0003003eu, 0x00002285u, - 0x00002551u, 0x00050041u, 0x0000007bu, 0x00006337u, 0x00002284u, 0x0000032fu, 0x0004003du, 0x0000000fu, - 0x00006338u, 0x00006337u, 0x00040071u, 0x00000006u, 0x00006339u, 0x00006338u, 0x0004007cu, 0x00000008u, - 0x0000633au, 0x00006339u, 0x00050041u, 0x0000007bu, 0x0000633bu, 0x00002285u, 0x0000032fu, 0x0004003du, - 0x0000000fu, 0x0000633cu, 0x0000633bu, 0x00040071u, 0x00000006u, 0x0000633du, 0x0000633cu, 0x0004007cu, - 0x00000008u, 0x0000633eu, 0x0000633du, 0x0003003eu, 0x0000716eu, 0x00002a91u, 0x0003003eu, 0x0000716fu, - 0x00002af1u, 0x0003003eu, 0x00007170u, 0x00001eefu, 0x0003003eu, 0x00007171u, 0x00007c61u, 0x0003003eu, - 0x00007172u, 0x000083a3u, 0x000300f7u, 0x000063afu, 0x00000000u, 0x000f00fbu, 0x0000633au, 0x0000638eu, - 0x00000000u, 0x00006394u, 0x00000001u, 0x00006399u, 0x00000002u, 0x0000639eu, 0x00000004u, 0x000063a3u, - 0x00000007u, 0x000063a9u, 0x00000006u, 0x000063aeu, 0x000200f8u, 0x000063aeu, 0x000200f9u, 0x000063afu, - 0x000200f8u, 0x000063a9u, 0x00040072u, 0x00000008u, 0x000063acu, 0x0000631bu, 0x00060050u, 0x00000044u, - 0x000063adu, 0x000063acu, 0x000063acu, 0x000063acu, 0x000200f9u, 0x000063afu, 0x000200f8u, 0x000063a3u, - 0x0008004fu, 0x00000047u, 0x000063a6u, 0x00002af1u, 0x00002af1u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000030eu, 0x000063a7u, 0x000063a6u, 0x0004007cu, 0x00000044u, 0x000063a8u, 0x000063a7u, - 0x000200f9u, 0x000063afu, 0x000200f8u, 0x0000639eu, 0x0008004fu, 0x000004b8u, 0x000063a1u, 0x000083a3u, - 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x000063a2u, 0x000063a1u, - 0x000200f9u, 0x000063afu, 0x000200f8u, 0x00006399u, 0x0008004fu, 0x000004b8u, 0x0000639cu, 0x00007c61u, - 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000639du, 0x0000639cu, - 0x000200f9u, 0x000063afu, 0x000200f8u, 0x00006394u, 0x00040072u, 0x00000044u, 0x00006398u, 0x0000b444u, - 0x000200f9u, 0x000063afu, 0x000200f8u, 0x0000638eu, 0x0008004fu, 0x00000047u, 0x00006391u, 0x00002a91u, - 0x00002a91u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006392u, 0x00006391u, - 0x0004007cu, 0x00000044u, 0x00006393u, 0x00006392u, 0x000200f9u, 0x000063afu, 0x000200f8u, 0x000063afu, - 0x001100f5u, 0x00000044u, 0x00008692u, 0x00006393u, 0x0000638eu, 0x00006398u, 0x00006394u, 0x0000639du, - 0x00006399u, 0x000063a2u, 0x0000639eu, 0x000063a8u, 0x000063a3u, 0x000063adu, 0x000063a9u, 0x00001ac1u, - 0x000063aeu, 0x000300f7u, 0x000063c8u, 0x00000000u, 0x000d00fbu, 0x0000633eu, 0x000063b1u, 0x00000000u, - 0x000063b6u, 0x00000001u, 0x000063bau, 0x00000002u, 0x000063beu, 0x00000004u, 0x000063c2u, 0x00000006u, - 0x000063c7u, 0x000200f8u, 0x000063c7u, 0x000200f9u, 0x000063c8u, 0x000200f8u, 0x000063c2u, 0x00050041u, - 0x0000007bu, 0x00007178u, 0x0000716fu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000063c4u, 0x00007178u, - 0x00040071u, 0x00000006u, 0x000063c5u, 0x000063c4u, 0x0004007cu, 0x00000008u, 0x000063c6u, 0x000063c5u, - 0x000200f9u, 0x000063c8u, 0x000200f8u, 0x000063beu, 0x00050041u, 0x000001cbu, 0x00007177u, 0x00007172u, - 0x00000466u, 0x0004003du, 0x00000012u, 0x000063c0u, 0x00007177u, 0x00040072u, 0x00000008u, 0x000063c1u, - 0x000063c0u, 0x000200f9u, 0x000063c8u, 0x000200f8u, 0x000063bau, 0x00050041u, 0x000001cbu, 0x00007176u, - 0x00007171u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000063bcu, 0x00007176u, 0x00040072u, 0x00000008u, - 0x000063bdu, 0x000063bcu, 0x000200f9u, 0x000063c8u, 0x000200f8u, 0x000063b6u, 0x00050041u, 0x000001cbu, - 0x00007175u, 0x00007170u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000063b8u, 0x00007175u, 0x00040072u, - 0x00000008u, 0x000063b9u, 0x000063b8u, 0x000200f9u, 0x000063c8u, 0x000200f8u, 0x000063b1u, 0x00050041u, - 0x0000007bu, 0x00007174u, 0x0000716eu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000063b3u, 0x00007174u, - 0x00040071u, 0x00000006u, 0x000063b4u, 0x000063b3u, 0x0004007cu, 0x00000008u, 0x000063b5u, 0x000063b4u, - 0x000200f9u, 0x000063c8u, 0x000200f8u, 0x000063c8u, 0x000f00f5u, 0x00000008u, 0x00008693u, 0x000063b5u, - 0x000063b1u, 0x000063b9u, 0x000063b6u, 0x000063bdu, 0x000063bau, 0x000063c1u, 0x000063beu, 0x000063c6u, - 0x000063c2u, 0x00001ac0u, 0x000063c7u, 0x00050051u, 0x00000008u, 0x000063cbu, 0x00008692u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x000063ccu, 0x00008692u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000063cdu, - 0x00008692u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000063ceu, 0x000063cbu, 0x000063ccu, 0x000063cdu, - 0x00008693u, 0x00050041u, 0x0000007bu, 0x00006341u, 0x00002284u, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x00006342u, 0x00006341u, 0x00040071u, 0x00000006u, 0x00006343u, 0x00006342u, 0x0004007cu, 0x00000008u, - 0x00006344u, 0x00006343u, 0x00050041u, 0x0000007bu, 0x00006345u, 0x00002285u, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x00006346u, 0x00006345u, 0x00040071u, 0x00000006u, 0x00006347u, 0x00006346u, 0x0004007cu, - 0x00000008u, 0x00006348u, 0x00006347u, 0x0003003eu, 0x0000717fu, 0x00002a93u, 0x0003003eu, 0x00007180u, - 0x00002af1u, 0x0003003eu, 0x00007181u, 0x00001eefu, 0x0003003eu, 0x00007182u, 0x00007c61u, 0x0003003eu, - 0x00007183u, 0x000083a3u, 0x000300f7u, 0x000063fbu, 0x00000000u, 0x000d00fbu, 0x00006344u, 0x000063d4u, - 0x00000000u, 0x000063dau, 0x00000001u, 0x000063dfu, 0x00000002u, 0x000063e4u, 0x00000004u, 0x000063e9u, - 0x00000007u, 0x000063efu, 0x000200f8u, 0x000063efu, 0x00050041u, 0x0000007bu, 0x00007184u, 0x0000717fu, - 0x0000045eu, 0x0004003du, 0x0000000fu, 0x000063f1u, 0x00007184u, 0x00040071u, 0x00000006u, 0x000063f2u, - 0x000063f1u, 0x0004007cu, 0x00000008u, 0x000063f3u, 0x000063f2u, 0x000500c4u, 0x00000008u, 0x000063f4u, - 0x000063f3u, 0x0000025fu, 0x00050041u, 0x0000007bu, 0x00007185u, 0x0000717fu, 0x00000388u, 0x0004003du, - 0x0000000fu, 0x000063f6u, 0x00007185u, 0x00040071u, 0x00000006u, 0x000063f7u, 0x000063f6u, 0x0004007cu, - 0x00000008u, 0x000063f8u, 0x000063f7u, 0x000500c5u, 0x00000008u, 0x000063f9u, 0x000063f4u, 0x000063f8u, - 0x00060050u, 0x00000044u, 0x000063fau, 0x000063f9u, 0x000063f9u, 0x000063f9u, 0x000200f9u, 0x000063fbu, - 0x000200f8u, 0x000063e9u, 0x0008004fu, 0x00000047u, 0x000063ecu, 0x00002af1u, 0x00002af1u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x000063edu, 0x000063ecu, 0x0004007cu, 0x00000044u, - 0x000063eeu, 0x000063edu, 0x000200f9u, 0x000063fbu, 0x000200f8u, 0x000063e4u, 0x0008004fu, 0x000004b8u, - 0x000063e7u, 0x000083a3u, 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, - 0x000063e8u, 0x000063e7u, 0x000200f9u, 0x000063fbu, 0x000200f8u, 0x000063dfu, 0x0008004fu, 0x000004b8u, - 0x000063e2u, 0x00007c61u, 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, - 0x000063e3u, 0x000063e2u, 0x000200f9u, 0x000063fbu, 0x000200f8u, 0x000063dau, 0x00040072u, 0x00000044u, - 0x000063deu, 0x0000b444u, 0x000200f9u, 0x000063fbu, 0x000200f8u, 0x000063d4u, 0x0008004fu, 0x00000047u, - 0x000063d7u, 0x00002a93u, 0x00002a93u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, - 0x000063d8u, 0x000063d7u, 0x0004007cu, 0x00000044u, 0x000063d9u, 0x000063d8u, 0x000200f9u, 0x000063fbu, - 0x000200f8u, 0x000063fbu, 0x000f00f5u, 0x00000044u, 0x00008695u, 0x000063d9u, 0x000063d4u, 0x000063deu, - 0x000063dau, 0x000063e3u, 0x000063dfu, 0x000063e8u, 0x000063e4u, 0x000063eeu, 0x000063e9u, 0x000063fau, - 0x000063efu, 0x000300f7u, 0x00006414u, 0x00000000u, 0x000d00fbu, 0x00006348u, 0x000063fdu, 0x00000000u, - 0x00006402u, 0x00000001u, 0x00006406u, 0x00000002u, 0x0000640au, 0x00000004u, 0x0000640eu, 0x00000006u, - 0x00006413u, 0x000200f8u, 0x00006413u, 0x000200f9u, 0x00006414u, 0x000200f8u, 0x0000640eu, 0x00050041u, - 0x0000007bu, 0x0000718au, 0x00007180u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006410u, 0x0000718au, - 0x00040071u, 0x00000006u, 0x00006411u, 0x00006410u, 0x0004007cu, 0x00000008u, 0x00006412u, 0x00006411u, - 0x000200f9u, 0x00006414u, 0x000200f8u, 0x0000640au, 0x00050041u, 0x000001cbu, 0x00007189u, 0x00007183u, - 0x00000466u, 0x0004003du, 0x00000012u, 0x0000640cu, 0x00007189u, 0x00040072u, 0x00000008u, 0x0000640du, - 0x0000640cu, 0x000200f9u, 0x00006414u, 0x000200f8u, 0x00006406u, 0x00050041u, 0x000001cbu, 0x00007188u, - 0x00007182u, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006408u, 0x00007188u, 0x00040072u, 0x00000008u, - 0x00006409u, 0x00006408u, 0x000200f9u, 0x00006414u, 0x000200f8u, 0x00006402u, 0x00050041u, 0x000001cbu, - 0x00007187u, 0x00007181u, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006404u, 0x00007187u, 0x00040072u, - 0x00000008u, 0x00006405u, 0x00006404u, 0x000200f9u, 0x00006414u, 0x000200f8u, 0x000063fdu, 0x00050041u, - 0x0000007bu, 0x00007186u, 0x0000717fu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000063ffu, 0x00007186u, - 0x00040071u, 0x00000006u, 0x00006400u, 0x000063ffu, 0x0004007cu, 0x00000008u, 0x00006401u, 0x00006400u, - 0x000200f9u, 0x00006414u, 0x000200f8u, 0x00006414u, 0x000f00f5u, 0x00000008u, 0x00008696u, 0x00006401u, - 0x000063fdu, 0x00006405u, 0x00006402u, 0x00006409u, 0x00006406u, 0x0000640du, 0x0000640au, 0x00006412u, - 0x0000640eu, 0x00001ac0u, 0x00006413u, 0x00050051u, 0x00000008u, 0x00006417u, 0x00008695u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00006418u, 0x00008695u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00006419u, - 0x00008695u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000641au, 0x00006417u, 0x00006418u, 0x00006419u, - 0x00008696u, 0x00050041u, 0x0000007bu, 0x0000634bu, 0x00002284u, 0x00000388u, 0x0004003du, 0x0000000fu, - 0x0000634cu, 0x0000634bu, 0x00040071u, 0x00000006u, 0x0000634du, 0x0000634cu, 0x0004007cu, 0x00000008u, - 0x0000634eu, 0x0000634du, 0x00050041u, 0x0000007bu, 0x0000634fu, 0x00002285u, 0x00000388u, 0x0004003du, - 0x0000000fu, 0x00006350u, 0x0000634fu, 0x00040071u, 0x00000006u, 0x00006351u, 0x00006350u, 0x0004007cu, - 0x00000008u, 0x00006352u, 0x00006351u, 0x0003003eu, 0x00007190u, 0x00002a95u, 0x0003003eu, 0x00007191u, - 0x00002af1u, 0x0003003eu, 0x00007193u, 0x00007c61u, 0x0003003eu, 0x00007194u, 0x000083a3u, 0x000300f7u, - 0x00006461u, 0x00000000u, 0x001700fbu, 0x0000634eu, 0x00006420u, 0x00000000u, 0x00006426u, 0x00000007u, - 0x0000642bu, 0x00000001u, 0x00006430u, 0x00000002u, 0x00006435u, 0x00000004u, 0x0000643au, 0x00000008u, - 0x00006440u, 0x00000009u, 0x00006445u, 0x0000000bu, 0x0000644au, 0x0000000du, 0x00006450u, 0x0000000fu, - 0x00006455u, 0x000200f8u, 0x00006455u, 0x00050041u, 0x0000007bu, 0x00007196u, 0x00007190u, 0x0000045eu, - 0x0004003du, 0x0000000fu, 0x00006457u, 0x00007196u, 0x00040071u, 0x00000006u, 0x00006458u, 0x00006457u, - 0x0004007cu, 0x00000008u, 0x00006459u, 0x00006458u, 0x000500c4u, 0x00000008u, 0x0000645au, 0x00006459u, - 0x0000025fu, 0x00050041u, 0x0000007bu, 0x00007197u, 0x00007190u, 0x00000388u, 0x0004003du, 0x0000000fu, - 0x0000645cu, 0x00007197u, 0x00040071u, 0x00000006u, 0x0000645du, 0x0000645cu, 0x0004007cu, 0x00000008u, - 0x0000645eu, 0x0000645du, 0x000500c5u, 0x00000008u, 0x0000645fu, 0x0000645au, 0x0000645eu, 0x00060050u, - 0x00000044u, 0x00006460u, 0x0000645fu, 0x0000645fu, 0x0000645fu, 0x000200f9u, 0x00006461u, 0x000200f8u, - 0x00006450u, 0x00040072u, 0x00000008u, 0x00006453u, 0x0000845du, 0x00060050u, 0x00000044u, 0x00006454u, - 0x00006453u, 0x00006453u, 0x00006453u, 0x000200f9u, 0x00006461u, 0x000200f8u, 0x0000644au, 0x0008004fu, - 0x00000047u, 0x0000644du, 0x00002af1u, 0x00002af1u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040071u, - 0x0000030eu, 0x0000644eu, 0x0000644du, 0x0004007cu, 0x00000044u, 0x0000644fu, 0x0000644eu, 0x000200f9u, - 0x00006461u, 0x000200f8u, 0x00006445u, 0x0008004fu, 0x000004b8u, 0x00006448u, 0x000083a3u, 0x000083a3u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x00006449u, 0x00006448u, 0x000200f9u, - 0x00006461u, 0x000200f8u, 0x00006440u, 0x0008004fu, 0x000004b8u, 0x00006443u, 0x00007c61u, 0x00007c61u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x00006444u, 0x00006443u, 0x000200f9u, - 0x00006461u, 0x000200f8u, 0x0000643au, 0x0008004fu, 0x00000047u, 0x0000643du, 0x00002af1u, 0x00002af1u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x0000643eu, 0x0000643du, 0x0004007cu, - 0x00000044u, 0x0000643fu, 0x0000643eu, 0x000200f9u, 0x00006461u, 0x000200f8u, 0x00006435u, 0x0008004fu, - 0x000004b8u, 0x00006438u, 0x000083a3u, 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x00006439u, 0x00006438u, 0x000200f9u, 0x00006461u, 0x000200f8u, 0x00006430u, 0x0008004fu, - 0x000004b8u, 0x00006433u, 0x00007c61u, 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x00000044u, 0x00006434u, 0x00006433u, 0x000200f9u, 0x00006461u, 0x000200f8u, 0x0000642bu, 0x00040072u, - 0x00000044u, 0x0000642fu, 0x0000b444u, 0x000200f9u, 0x00006461u, 0x000200f8u, 0x00006426u, 0x00040072u, - 0x00000044u, 0x0000642au, 0x0000b444u, 0x000200f9u, 0x00006461u, 0x000200f8u, 0x00006420u, 0x0008004fu, - 0x00000047u, 0x00006423u, 0x00002a95u, 0x00002a95u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000030eu, 0x00006424u, 0x00006423u, 0x0004007cu, 0x00000044u, 0x00006425u, 0x00006424u, 0x000200f9u, - 0x00006461u, 0x000200f8u, 0x00006461u, 0x001900f5u, 0x00000044u, 0x00008698u, 0x00006425u, 0x00006420u, - 0x0000642au, 0x00006426u, 0x0000642fu, 0x0000642bu, 0x00006434u, 0x00006430u, 0x00006439u, 0x00006435u, - 0x0000643fu, 0x0000643au, 0x00006444u, 0x00006440u, 0x00006449u, 0x00006445u, 0x0000644fu, 0x0000644au, - 0x00006454u, 0x00006450u, 0x00006460u, 0x00006455u, 0x000300f7u, 0x00006479u, 0x00000000u, 0x000b00fbu, - 0x00006352u, 0x00006463u, 0x00000000u, 0x00006468u, 0x00000001u, 0x0000646cu, 0x00000002u, 0x00006470u, - 0x00000004u, 0x00006474u, 0x000200f8u, 0x00006474u, 0x00050041u, 0x0000007bu, 0x0000719bu, 0x00007191u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006476u, 0x0000719bu, 0x00040071u, 0x00000006u, 0x00006477u, - 0x00006476u, 0x0004007cu, 0x00000008u, 0x00006478u, 0x00006477u, 0x000200f9u, 0x00006479u, 0x000200f8u, - 0x00006470u, 0x00050041u, 0x000001cbu, 0x0000719au, 0x00007194u, 0x00000466u, 0x0004003du, 0x00000012u, - 0x00006472u, 0x0000719au, 0x00040072u, 0x00000008u, 0x00006473u, 0x00006472u, 0x000200f9u, 0x00006479u, - 0x000200f8u, 0x0000646cu, 0x00050041u, 0x000001cbu, 0x00007199u, 0x00007193u, 0x00000466u, 0x0004003du, - 0x00000012u, 0x0000646eu, 0x00007199u, 0x00040072u, 0x00000008u, 0x0000646fu, 0x0000646eu, 0x000200f9u, - 0x00006479u, 0x000200f8u, 0x00006468u, 0x00040072u, 0x00000008u, 0x0000646bu, 0x0000845du, 0x000200f9u, - 0x00006479u, 0x000200f8u, 0x00006463u, 0x00050041u, 0x0000007bu, 0x00007198u, 0x00007190u, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x00006465u, 0x00007198u, 0x00040071u, 0x00000006u, 0x00006466u, 0x00006465u, - 0x0004007cu, 0x00000008u, 0x00006467u, 0x00006466u, 0x000200f9u, 0x00006479u, 0x000200f8u, 0x00006479u, - 0x000d00f5u, 0x00000008u, 0x00008699u, 0x00006467u, 0x00006463u, 0x0000646bu, 0x00006468u, 0x0000646fu, - 0x0000646cu, 0x00006473u, 0x00006470u, 0x00006478u, 0x00006474u, 0x00050051u, 0x00000008u, 0x0000647cu, - 0x00008698u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000647du, 0x00008698u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x0000647eu, 0x00008698u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000647fu, 0x0000647cu, - 0x0000647du, 0x0000647eu, 0x00008699u, 0x00050041u, 0x0000007bu, 0x00006355u, 0x00002284u, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x00006356u, 0x00006355u, 0x00040071u, 0x00000006u, 0x00006357u, 0x00006356u, - 0x0004007cu, 0x00000008u, 0x00006358u, 0x00006357u, 0x00050041u, 0x0000007bu, 0x00006359u, 0x00002285u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x0000635au, 0x00006359u, 0x00040071u, 0x00000006u, 0x0000635bu, - 0x0000635au, 0x0004007cu, 0x00000008u, 0x0000635cu, 0x0000635bu, 0x0003003eu, 0x000071a2u, 0x00002a97u, - 0x0003003eu, 0x000071a3u, 0x00002af1u, 0x0003003eu, 0x000071a4u, 0x00001eefu, 0x0003003eu, 0x000071a5u, - 0x00007c61u, 0x0003003eu, 0x000071a6u, 0x000083a3u, 0x000300f7u, 0x000064a1u, 0x00000000u, 0x000d00fbu, - 0x00006358u, 0x00006485u, 0x00000000u, 0x0000648bu, 0x00000001u, 0x00006490u, 0x00000002u, 0x00006495u, - 0x00000004u, 0x0000649au, 0x00000006u, 0x000064a0u, 0x000200f8u, 0x000064a0u, 0x000200f9u, 0x000064a1u, - 0x000200f8u, 0x0000649au, 0x0008004fu, 0x00000047u, 0x0000649du, 0x00002af1u, 0x00002af1u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x0000649eu, 0x0000649du, 0x0004007cu, 0x00000044u, - 0x0000649fu, 0x0000649eu, 0x000200f9u, 0x000064a1u, 0x000200f8u, 0x00006495u, 0x0008004fu, 0x000004b8u, - 0x00006498u, 0x000083a3u, 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, - 0x00006499u, 0x00006498u, 0x000200f9u, 0x000064a1u, 0x000200f8u, 0x00006490u, 0x0008004fu, 0x000004b8u, - 0x00006493u, 0x00007c61u, 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, - 0x00006494u, 0x00006493u, 0x000200f9u, 0x000064a1u, 0x000200f8u, 0x0000648bu, 0x00040072u, 0x00000044u, - 0x0000648fu, 0x0000b444u, 0x000200f9u, 0x000064a1u, 0x000200f8u, 0x00006485u, 0x0008004fu, 0x00000047u, - 0x00006488u, 0x00002a97u, 0x00002a97u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, - 0x00006489u, 0x00006488u, 0x0004007cu, 0x00000044u, 0x0000648au, 0x00006489u, 0x000200f9u, 0x000064a1u, - 0x000200f8u, 0x000064a1u, 0x000f00f5u, 0x00000044u, 0x0000869bu, 0x0000648au, 0x00006485u, 0x0000648fu, - 0x0000648bu, 0x00006494u, 0x00006490u, 0x00006499u, 0x00006495u, 0x0000649fu, 0x0000649au, 0x00001ac1u, - 0x000064a0u, 0x000300f7u, 0x000064bau, 0x00000000u, 0x000d00fbu, 0x0000635cu, 0x000064a3u, 0x00000000u, - 0x000064a8u, 0x00000001u, 0x000064acu, 0x00000002u, 0x000064b0u, 0x00000004u, 0x000064b4u, 0x00000006u, - 0x000064b9u, 0x000200f8u, 0x000064b9u, 0x000200f9u, 0x000064bau, 0x000200f8u, 0x000064b4u, 0x00050041u, - 0x0000007bu, 0x000071abu, 0x000071a3u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000064b6u, 0x000071abu, - 0x00040071u, 0x00000006u, 0x000064b7u, 0x000064b6u, 0x0004007cu, 0x00000008u, 0x000064b8u, 0x000064b7u, - 0x000200f9u, 0x000064bau, 0x000200f8u, 0x000064b0u, 0x00050041u, 0x000001cbu, 0x000071aau, 0x000071a6u, - 0x00000466u, 0x0004003du, 0x00000012u, 0x000064b2u, 0x000071aau, 0x00040072u, 0x00000008u, 0x000064b3u, - 0x000064b2u, 0x000200f9u, 0x000064bau, 0x000200f8u, 0x000064acu, 0x00050041u, 0x000001cbu, 0x000071a9u, - 0x000071a5u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000064aeu, 0x000071a9u, 0x00040072u, 0x00000008u, - 0x000064afu, 0x000064aeu, 0x000200f9u, 0x000064bau, 0x000200f8u, 0x000064a8u, 0x00050041u, 0x000001cbu, - 0x000071a8u, 0x000071a4u, 0x00000466u, 0x0004003du, 0x00000012u, 0x000064aau, 0x000071a8u, 0x00040072u, - 0x00000008u, 0x000064abu, 0x000064aau, 0x000200f9u, 0x000064bau, 0x000200f8u, 0x000064a3u, 0x00050041u, - 0x0000007bu, 0x000071a7u, 0x000071a2u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000064a5u, 0x000071a7u, - 0x00040071u, 0x00000006u, 0x000064a6u, 0x000064a5u, 0x0004007cu, 0x00000008u, 0x000064a7u, 0x000064a6u, - 0x000200f9u, 0x000064bau, 0x000200f8u, 0x000064bau, 0x000f00f5u, 0x00000008u, 0x0000869cu, 0x000064a7u, - 0x000064a3u, 0x000064abu, 0x000064a8u, 0x000064afu, 0x000064acu, 0x000064b3u, 0x000064b0u, 0x000064b8u, - 0x000064b4u, 0x00001ac0u, 0x000064b9u, 0x00050051u, 0x00000008u, 0x000064bdu, 0x0000869bu, 0x00000000u, - 0x00050051u, 0x00000008u, 0x000064beu, 0x0000869bu, 0x00000001u, 0x00050051u, 0x00000008u, 0x000064bfu, - 0x0000869bu, 0x00000002u, 0x00070050u, 0x00000009u, 0x000064c0u, 0x000064bdu, 0x000064beu, 0x000064bfu, - 0x0000869cu, 0x000600cau, 0x00000009u, 0x000064c8u, 0x0000647fu, 0x00000222u, 0x00000262u, 0x00050082u, - 0x00000009u, 0x000064e2u, 0x000063ceu, 0x0000b427u, 0x000600cau, 0x00000009u, 0x000064e3u, 0x000064e2u, - 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000064e5u, 0x000064e3u, 0x0000b427u, 0x00050082u, - 0x00000009u, 0x000064eau, 0x0000641au, 0x0000b427u, 0x000600cau, 0x00000009u, 0x000064ebu, 0x000064eau, - 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000064edu, 0x000064ebu, 0x0000b427u, 0x00050082u, - 0x00000009u, 0x000064f2u, 0x000064c0u, 0x0000b427u, 0x000600cau, 0x00000009u, 0x000064f3u, 0x000064f2u, - 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000064f5u, 0x000064f3u, 0x0000b427u, 0x00050082u, - 0x00000009u, 0x000064d1u, 0x000064e5u, 0x000064edu, 0x00050084u, 0x00000009u, 0x000064d3u, 0x000064d1u, - 0x000064c8u, 0x00050080u, 0x00000009u, 0x000064d6u, 0x000064d3u, 0x0000b427u, 0x000500c3u, 0x00000009u, - 0x000064d9u, 0x000064d6u, 0x0000b432u, 0x00040072u, 0x00000013u, 0x000064dau, 0x000064d9u, 0x00040072u, - 0x00000013u, 0x000064dcu, 0x000064f5u, 0x00050080u, 0x00000013u, 0x000064ddu, 0x000064dau, 0x000064dcu, - 0x0003003eu, 0x0000632cu, 0x000064ddu, 0x000300f7u, 0x00006387u, 0x00000000u, 0x000400fau, 0x0000231bu, - 0x00006365u, 0x00006386u, 0x000200f8u, 0x00006386u, 0x000200f9u, 0x00006387u, 0x000200f8u, 0x00006365u, - 0x00050041u, 0x000001cbu, 0x00006366u, 0x0000632cu, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006367u, - 0x00006366u, 0x00040072u, 0x00000008u, 0x00006368u, 0x00006367u, 0x00050082u, 0x00000008u, 0x000064f9u, - 0x00006368u, 0x00000b0eu, 0x000600cau, 0x00000008u, 0x000064fau, 0x000064f9u, 0x00000222u, 0x00000262u, - 0x00050080u, 0x00000008u, 0x000064fbu, 0x000064fau, 0x00000b0eu, 0x0008000cu, 0x00000008u, 0x000064fcu, - 0x00000001u, 0x0000002du, 0x000064fbu, 0x00000222u, 0x00000360u, 0x00050080u, 0x00000008u, 0x0000636cu, - 0x000064fcu, 0x0000022cu, 0x000500c3u, 0x00000008u, 0x0000636du, 0x0000636cu, 0x0000025fu, 0x00050080u, - 0x00000008u, 0x0000636eu, 0x000064fcu, 0x0000636du, 0x000300f7u, 0x00006381u, 0x00000000u, 0x000400fau, - 0x000022fdu, 0x00006370u, 0x0000637du, 0x000200f8u, 0x0000637du, 0x00050080u, 0x00000008u, 0x00006380u, - 0x0000636eu, 0x00008336u, 0x000200f9u, 0x00006381u, 0x000200f8u, 0x00006370u, 0x000300f7u, 0x0000637bu, - 0x00000000u, 0x000400fau, 0x000022fau, 0x00006372u, 0x00006378u, 0x000200f8u, 0x00006378u, 0x000500c4u, - 0x00000008u, 0x0000637au, 0x000023a2u, 0x00000238u, 0x000200f9u, 0x0000637bu, 0x000200f8u, 0x00006372u, - 0x00050084u, 0x00000008u, 0x00006375u, 0x0000636eu, 0x000023a2u, 0x00050080u, 0x00000008u, 0x00006376u, - 0x00006375u, 0x00000235u, 0x000500c3u, 0x00000008u, 0x00006377u, 0x00006376u, 0x00000232u, 0x000200f9u, - 0x0000637bu, 0x000200f8u, 0x0000637bu, 0x000700f5u, 0x00000008u, 0x0000869du, 0x00006377u, 0x00006372u, - 0x0000637au, 0x00006378u, 0x000200f9u, 0x00006381u, 0x000200f8u, 0x00006381u, 0x000700f5u, 0x00000008u, - 0x0000869eu, 0x0000869du, 0x0000637bu, 0x00006380u, 0x0000637du, 0x0008000cu, 0x00000008u, 0x00006383u, - 0x00000001u, 0x0000002du, 0x0000869eu, 0x00000222u, 0x00000360u, 0x00040072u, 0x0000037du, 0x00006384u, - 0x00006383u, 0x0004007cu, 0x0000000fu, 0x00006385u, 0x00006384u, 0x000200f9u, 0x00006387u, 0x000200f8u, - 0x00006387u, 0x000700f5u, 0x0000000fu, 0x0000869fu, 0x00006385u, 0x00006381u, 0x0000038au, 0x00006386u, - 0x0003003eu, 0x0000228fu, 0x00002553u, 0x0003003eu, 0x00002290u, 0x00002555u, 0x00050041u, 0x0000007bu, - 0x00006517u, 0x0000228fu, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006518u, 0x00006517u, 0x00040071u, - 0x00000006u, 0x00006519u, 0x00006518u, 0x0004007cu, 0x00000008u, 0x0000651au, 0x00006519u, 0x00050041u, - 0x0000007bu, 0x0000651bu, 0x00002290u, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x0000651cu, 0x0000651bu, - 0x00040071u, 0x00000006u, 0x0000651du, 0x0000651cu, 0x0004007cu, 0x00000008u, 0x0000651eu, 0x0000651du, - 0x0003003eu, 0x0000712bu, 0x00002a99u, 0x0003003eu, 0x0000712cu, 0x00002af1u, 0x0003003eu, 0x0000712du, - 0x000064ddu, 0x0003003eu, 0x0000712eu, 0x000083a3u, 0x0003003eu, 0x0000712fu, 0x00007c61u, 0x000300f7u, - 0x00006590u, 0x00000000u, 0x000f00fbu, 0x0000651au, 0x0000656fu, 0x00000000u, 0x00006575u, 0x00000001u, - 0x0000657au, 0x00000002u, 0x0000657fu, 0x00000004u, 0x00006584u, 0x00000007u, 0x0000658au, 0x00000006u, - 0x0000658fu, 0x000200f8u, 0x0000658fu, 0x000200f9u, 0x00006590u, 0x000200f8u, 0x0000658au, 0x00040072u, - 0x00000008u, 0x0000658du, 0x0000631bu, 0x00060050u, 0x00000044u, 0x0000658eu, 0x0000658du, 0x0000658du, - 0x0000658du, 0x000200f9u, 0x00006590u, 0x000200f8u, 0x00006584u, 0x0008004fu, 0x00000047u, 0x00006587u, - 0x00002af1u, 0x00002af1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006588u, - 0x00006587u, 0x0004007cu, 0x00000044u, 0x00006589u, 0x00006588u, 0x000200f9u, 0x00006590u, 0x000200f8u, - 0x0000657fu, 0x0008004fu, 0x000004b8u, 0x00006582u, 0x00007c61u, 0x00007c61u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x00000044u, 0x00006583u, 0x00006582u, 0x000200f9u, 0x00006590u, 0x000200f8u, - 0x0000657au, 0x0008004fu, 0x000004b8u, 0x0000657du, 0x000083a3u, 0x000083a3u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x00000044u, 0x0000657eu, 0x0000657du, 0x000200f9u, 0x00006590u, 0x000200f8u, - 0x00006575u, 0x0008004fu, 0x000004b8u, 0x00006578u, 0x000064ddu, 0x000064ddu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x00000044u, 0x00006579u, 0x00006578u, 0x000200f9u, 0x00006590u, 0x000200f8u, - 0x0000656fu, 0x0008004fu, 0x00000047u, 0x00006572u, 0x00002a99u, 0x00002a99u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006573u, 0x00006572u, 0x0004007cu, 0x00000044u, 0x00006574u, - 0x00006573u, 0x000200f9u, 0x00006590u, 0x000200f8u, 0x00006590u, 0x001100f5u, 0x00000044u, 0x000086c2u, - 0x00006574u, 0x0000656fu, 0x00006579u, 0x00006575u, 0x0000657eu, 0x0000657au, 0x00006583u, 0x0000657fu, - 0x00006589u, 0x00006584u, 0x0000658eu, 0x0000658au, 0x00001ac1u, 0x0000658fu, 0x000300f7u, 0x000065a9u, - 0x00000000u, 0x000d00fbu, 0x0000651eu, 0x00006592u, 0x00000000u, 0x00006597u, 0x00000001u, 0x0000659bu, - 0x00000002u, 0x0000659fu, 0x00000004u, 0x000065a3u, 0x00000006u, 0x000065a8u, 0x000200f8u, 0x000065a8u, - 0x000200f9u, 0x000065a9u, 0x000200f8u, 0x000065a3u, 0x00050041u, 0x0000007bu, 0x00007135u, 0x0000712cu, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x000065a5u, 0x00007135u, 0x00040071u, 0x00000006u, 0x000065a6u, - 0x000065a5u, 0x0004007cu, 0x00000008u, 0x000065a7u, 0x000065a6u, 0x000200f9u, 0x000065a9u, 0x000200f8u, - 0x0000659fu, 0x00050041u, 0x000001cbu, 0x00007134u, 0x0000712fu, 0x00000466u, 0x0004003du, 0x00000012u, - 0x000065a1u, 0x00007134u, 0x00040072u, 0x00000008u, 0x000065a2u, 0x000065a1u, 0x000200f9u, 0x000065a9u, - 0x000200f8u, 0x0000659bu, 0x00050041u, 0x000001cbu, 0x00007133u, 0x0000712eu, 0x00000466u, 0x0004003du, - 0x00000012u, 0x0000659du, 0x00007133u, 0x00040072u, 0x00000008u, 0x0000659eu, 0x0000659du, 0x000200f9u, - 0x000065a9u, 0x000200f8u, 0x00006597u, 0x00050041u, 0x000001cbu, 0x00007132u, 0x0000712du, 0x00000466u, - 0x0004003du, 0x00000012u, 0x00006599u, 0x00007132u, 0x00040072u, 0x00000008u, 0x0000659au, 0x00006599u, - 0x000200f9u, 0x000065a9u, 0x000200f8u, 0x00006592u, 0x00050041u, 0x0000007bu, 0x00007131u, 0x0000712bu, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006594u, 0x00007131u, 0x00040071u, 0x00000006u, 0x00006595u, - 0x00006594u, 0x0004007cu, 0x00000008u, 0x00006596u, 0x00006595u, 0x000200f9u, 0x000065a9u, 0x000200f8u, - 0x000065a9u, 0x000f00f5u, 0x00000008u, 0x000086c3u, 0x00006596u, 0x00006592u, 0x0000659au, 0x00006597u, - 0x0000659eu, 0x0000659bu, 0x000065a2u, 0x0000659fu, 0x000065a7u, 0x000065a3u, 0x00001ac0u, 0x000065a8u, - 0x00050051u, 0x00000008u, 0x000065acu, 0x000086c2u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000065adu, - 0x000086c2u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000065aeu, 0x000086c2u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000065afu, 0x000065acu, 0x000065adu, 0x000065aeu, 0x000086c3u, 0x00050041u, 0x0000007bu, - 0x00006521u, 0x0000228fu, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006522u, 0x00006521u, 0x00040071u, - 0x00000006u, 0x00006523u, 0x00006522u, 0x0004007cu, 0x00000008u, 0x00006524u, 0x00006523u, 0x00050041u, - 0x0000007bu, 0x00006525u, 0x00002290u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006526u, 0x00006525u, - 0x00040071u, 0x00000006u, 0x00006527u, 0x00006526u, 0x0004007cu, 0x00000008u, 0x00006528u, 0x00006527u, - 0x0003003eu, 0x0000713cu, 0x00002a9bu, 0x0003003eu, 0x0000713du, 0x00002af1u, 0x0003003eu, 0x0000713eu, - 0x000064ddu, 0x0003003eu, 0x0000713fu, 0x000083a3u, 0x0003003eu, 0x00007140u, 0x00007c61u, 0x000300f7u, - 0x000065dcu, 0x00000000u, 0x000d00fbu, 0x00006524u, 0x000065b5u, 0x00000000u, 0x000065bbu, 0x00000001u, - 0x000065c0u, 0x00000002u, 0x000065c5u, 0x00000004u, 0x000065cau, 0x00000007u, 0x000065d0u, 0x000200f8u, - 0x000065d0u, 0x00050041u, 0x0000007bu, 0x00007141u, 0x0000713cu, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x000065d2u, 0x00007141u, 0x00040071u, 0x00000006u, 0x000065d3u, 0x000065d2u, 0x0004007cu, 0x00000008u, - 0x000065d4u, 0x000065d3u, 0x000500c4u, 0x00000008u, 0x000065d5u, 0x000065d4u, 0x0000025fu, 0x00050041u, - 0x0000007bu, 0x00007142u, 0x0000713cu, 0x00000388u, 0x0004003du, 0x0000000fu, 0x000065d7u, 0x00007142u, - 0x00040071u, 0x00000006u, 0x000065d8u, 0x000065d7u, 0x0004007cu, 0x00000008u, 0x000065d9u, 0x000065d8u, - 0x000500c5u, 0x00000008u, 0x000065dau, 0x000065d5u, 0x000065d9u, 0x00060050u, 0x00000044u, 0x000065dbu, - 0x000065dau, 0x000065dau, 0x000065dau, 0x000200f9u, 0x000065dcu, 0x000200f8u, 0x000065cau, 0x0008004fu, - 0x00000047u, 0x000065cdu, 0x00002af1u, 0x00002af1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000030eu, 0x000065ceu, 0x000065cdu, 0x0004007cu, 0x00000044u, 0x000065cfu, 0x000065ceu, 0x000200f9u, - 0x000065dcu, 0x000200f8u, 0x000065c5u, 0x0008004fu, 0x000004b8u, 0x000065c8u, 0x00007c61u, 0x00007c61u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x000065c9u, 0x000065c8u, 0x000200f9u, - 0x000065dcu, 0x000200f8u, 0x000065c0u, 0x0008004fu, 0x000004b8u, 0x000065c3u, 0x000083a3u, 0x000083a3u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x000065c4u, 0x000065c3u, 0x000200f9u, - 0x000065dcu, 0x000200f8u, 0x000065bbu, 0x0008004fu, 0x000004b8u, 0x000065beu, 0x000064ddu, 0x000064ddu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x000065bfu, 0x000065beu, 0x000200f9u, - 0x000065dcu, 0x000200f8u, 0x000065b5u, 0x0008004fu, 0x00000047u, 0x000065b8u, 0x00002a9bu, 0x00002a9bu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x000065b9u, 0x000065b8u, 0x0004007cu, - 0x00000044u, 0x000065bau, 0x000065b9u, 0x000200f9u, 0x000065dcu, 0x000200f8u, 0x000065dcu, 0x000f00f5u, - 0x00000044u, 0x000086c5u, 0x000065bau, 0x000065b5u, 0x000065bfu, 0x000065bbu, 0x000065c4u, 0x000065c0u, - 0x000065c9u, 0x000065c5u, 0x000065cfu, 0x000065cau, 0x000065dbu, 0x000065d0u, 0x000300f7u, 0x000065f5u, - 0x00000000u, 0x000d00fbu, 0x00006528u, 0x000065deu, 0x00000000u, 0x000065e3u, 0x00000001u, 0x000065e7u, - 0x00000002u, 0x000065ebu, 0x00000004u, 0x000065efu, 0x00000006u, 0x000065f4u, 0x000200f8u, 0x000065f4u, - 0x000200f9u, 0x000065f5u, 0x000200f8u, 0x000065efu, 0x00050041u, 0x0000007bu, 0x00007147u, 0x0000713du, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x000065f1u, 0x00007147u, 0x00040071u, 0x00000006u, 0x000065f2u, - 0x000065f1u, 0x0004007cu, 0x00000008u, 0x000065f3u, 0x000065f2u, 0x000200f9u, 0x000065f5u, 0x000200f8u, - 0x000065ebu, 0x00050041u, 0x000001cbu, 0x00007146u, 0x00007140u, 0x00000466u, 0x0004003du, 0x00000012u, - 0x000065edu, 0x00007146u, 0x00040072u, 0x00000008u, 0x000065eeu, 0x000065edu, 0x000200f9u, 0x000065f5u, - 0x000200f8u, 0x000065e7u, 0x00050041u, 0x000001cbu, 0x00007145u, 0x0000713fu, 0x00000466u, 0x0004003du, - 0x00000012u, 0x000065e9u, 0x00007145u, 0x00040072u, 0x00000008u, 0x000065eau, 0x000065e9u, 0x000200f9u, - 0x000065f5u, 0x000200f8u, 0x000065e3u, 0x00050041u, 0x000001cbu, 0x00007144u, 0x0000713eu, 0x00000466u, - 0x0004003du, 0x00000012u, 0x000065e5u, 0x00007144u, 0x00040072u, 0x00000008u, 0x000065e6u, 0x000065e5u, - 0x000200f9u, 0x000065f5u, 0x000200f8u, 0x000065deu, 0x00050041u, 0x0000007bu, 0x00007143u, 0x0000713cu, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x000065e0u, 0x00007143u, 0x00040071u, 0x00000006u, 0x000065e1u, - 0x000065e0u, 0x0004007cu, 0x00000008u, 0x000065e2u, 0x000065e1u, 0x000200f9u, 0x000065f5u, 0x000200f8u, - 0x000065f5u, 0x000f00f5u, 0x00000008u, 0x000086c6u, 0x000065e2u, 0x000065deu, 0x000065e6u, 0x000065e3u, - 0x000065eau, 0x000065e7u, 0x000065eeu, 0x000065ebu, 0x000065f3u, 0x000065efu, 0x00001ac0u, 0x000065f4u, - 0x00050051u, 0x00000008u, 0x000065f8u, 0x000086c5u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000065f9u, - 0x000086c5u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000065fau, 0x000086c5u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000065fbu, 0x000065f8u, 0x000065f9u, 0x000065fau, 0x000086c6u, 0x00050041u, 0x0000007bu, - 0x0000652bu, 0x0000228fu, 0x00000388u, 0x0004003du, 0x0000000fu, 0x0000652cu, 0x0000652bu, 0x00040071u, - 0x00000006u, 0x0000652du, 0x0000652cu, 0x0004007cu, 0x00000008u, 0x0000652eu, 0x0000652du, 0x00050041u, - 0x0000007bu, 0x0000652fu, 0x00002290u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006530u, 0x0000652fu, - 0x00040071u, 0x00000006u, 0x00006531u, 0x00006530u, 0x0004007cu, 0x00000008u, 0x00006532u, 0x00006531u, - 0x0003003eu, 0x0000714du, 0x00002a9du, 0x0003003eu, 0x0000714eu, 0x00002af1u, 0x0003003eu, 0x00007150u, - 0x000083a3u, 0x0003003eu, 0x00007151u, 0x00007c61u, 0x000300f7u, 0x00006642u, 0x00000000u, 0x001700fbu, - 0x0000652eu, 0x00006601u, 0x00000000u, 0x00006607u, 0x00000007u, 0x0000660cu, 0x00000001u, 0x00006611u, - 0x00000002u, 0x00006616u, 0x00000004u, 0x0000661bu, 0x00000008u, 0x00006621u, 0x00000009u, 0x00006626u, - 0x0000000bu, 0x0000662bu, 0x0000000du, 0x00006631u, 0x0000000fu, 0x00006636u, 0x000200f8u, 0x00006636u, - 0x00050041u, 0x0000007bu, 0x00007153u, 0x0000714du, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006638u, - 0x00007153u, 0x00040071u, 0x00000006u, 0x00006639u, 0x00006638u, 0x0004007cu, 0x00000008u, 0x0000663au, - 0x00006639u, 0x000500c4u, 0x00000008u, 0x0000663bu, 0x0000663au, 0x0000025fu, 0x00050041u, 0x0000007bu, - 0x00007154u, 0x0000714du, 0x00000388u, 0x0004003du, 0x0000000fu, 0x0000663du, 0x00007154u, 0x00040071u, - 0x00000006u, 0x0000663eu, 0x0000663du, 0x0004007cu, 0x00000008u, 0x0000663fu, 0x0000663eu, 0x000500c5u, - 0x00000008u, 0x00006640u, 0x0000663bu, 0x0000663fu, 0x00060050u, 0x00000044u, 0x00006641u, 0x00006640u, - 0x00006640u, 0x00006640u, 0x000200f9u, 0x00006642u, 0x000200f8u, 0x00006631u, 0x00040072u, 0x00000008u, - 0x00006634u, 0x0000845du, 0x00060050u, 0x00000044u, 0x00006635u, 0x00006634u, 0x00006634u, 0x00006634u, - 0x000200f9u, 0x00006642u, 0x000200f8u, 0x0000662bu, 0x0008004fu, 0x00000047u, 0x0000662eu, 0x00002af1u, - 0x00002af1u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040071u, 0x0000030eu, 0x0000662fu, 0x0000662eu, - 0x0004007cu, 0x00000044u, 0x00006630u, 0x0000662fu, 0x000200f9u, 0x00006642u, 0x000200f8u, 0x00006626u, - 0x0008004fu, 0x000004b8u, 0x00006629u, 0x00007c61u, 0x00007c61u, 0x00000003u, 0x00000003u, 0x00000003u, - 0x00040072u, 0x00000044u, 0x0000662au, 0x00006629u, 0x000200f9u, 0x00006642u, 0x000200f8u, 0x00006621u, - 0x0008004fu, 0x000004b8u, 0x00006624u, 0x000083a3u, 0x000083a3u, 0x00000003u, 0x00000003u, 0x00000003u, - 0x00040072u, 0x00000044u, 0x00006625u, 0x00006624u, 0x000200f9u, 0x00006642u, 0x000200f8u, 0x0000661bu, - 0x0008004fu, 0x00000047u, 0x0000661eu, 0x00002af1u, 0x00002af1u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000030eu, 0x0000661fu, 0x0000661eu, 0x0004007cu, 0x00000044u, 0x00006620u, 0x0000661fu, - 0x000200f9u, 0x00006642u, 0x000200f8u, 0x00006616u, 0x0008004fu, 0x000004b8u, 0x00006619u, 0x00007c61u, - 0x00007c61u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000661au, 0x00006619u, - 0x000200f9u, 0x00006642u, 0x000200f8u, 0x00006611u, 0x0008004fu, 0x000004b8u, 0x00006614u, 0x000083a3u, - 0x000083a3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006615u, 0x00006614u, - 0x000200f9u, 0x00006642u, 0x000200f8u, 0x0000660cu, 0x0008004fu, 0x000004b8u, 0x0000660fu, 0x000064ddu, - 0x000064ddu, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x00000044u, 0x00006610u, 0x0000660fu, - 0x000200f9u, 0x00006642u, 0x000200f8u, 0x00006607u, 0x0008004fu, 0x000004b8u, 0x0000660au, 0x000064ddu, - 0x000064ddu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000660bu, 0x0000660au, - 0x000200f9u, 0x00006642u, 0x000200f8u, 0x00006601u, 0x0008004fu, 0x00000047u, 0x00006604u, 0x00002a9du, - 0x00002a9du, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x00006605u, 0x00006604u, - 0x0004007cu, 0x00000044u, 0x00006606u, 0x00006605u, 0x000200f9u, 0x00006642u, 0x000200f8u, 0x00006642u, - 0x001900f5u, 0x00000044u, 0x000086c8u, 0x00006606u, 0x00006601u, 0x0000660bu, 0x00006607u, 0x00006610u, - 0x0000660cu, 0x00006615u, 0x00006611u, 0x0000661au, 0x00006616u, 0x00006620u, 0x0000661bu, 0x00006625u, - 0x00006621u, 0x0000662au, 0x00006626u, 0x00006630u, 0x0000662bu, 0x00006635u, 0x00006631u, 0x00006641u, - 0x00006636u, 0x000300f7u, 0x0000665au, 0x00000000u, 0x000b00fbu, 0x00006532u, 0x00006644u, 0x00000000u, - 0x00006649u, 0x00000001u, 0x0000664du, 0x00000002u, 0x00006651u, 0x00000004u, 0x00006655u, 0x000200f8u, - 0x00006655u, 0x00050041u, 0x0000007bu, 0x00007158u, 0x0000714eu, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00006657u, 0x00007158u, 0x00040071u, 0x00000006u, 0x00006658u, 0x00006657u, 0x0004007cu, 0x00000008u, - 0x00006659u, 0x00006658u, 0x000200f9u, 0x0000665au, 0x000200f8u, 0x00006651u, 0x00050041u, 0x000001cbu, - 0x00007157u, 0x00007151u, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006653u, 0x00007157u, 0x00040072u, - 0x00000008u, 0x00006654u, 0x00006653u, 0x000200f9u, 0x0000665au, 0x000200f8u, 0x0000664du, 0x00050041u, - 0x000001cbu, 0x00007156u, 0x00007150u, 0x00000466u, 0x0004003du, 0x00000012u, 0x0000664fu, 0x00007156u, - 0x00040072u, 0x00000008u, 0x00006650u, 0x0000664fu, 0x000200f9u, 0x0000665au, 0x000200f8u, 0x00006649u, - 0x00040072u, 0x00000008u, 0x0000664cu, 0x0000845du, 0x000200f9u, 0x0000665au, 0x000200f8u, 0x00006644u, - 0x00050041u, 0x0000007bu, 0x00007155u, 0x0000714du, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006646u, - 0x00007155u, 0x00040071u, 0x00000006u, 0x00006647u, 0x00006646u, 0x0004007cu, 0x00000008u, 0x00006648u, - 0x00006647u, 0x000200f9u, 0x0000665au, 0x000200f8u, 0x0000665au, 0x000d00f5u, 0x00000008u, 0x000086c9u, - 0x00006648u, 0x00006644u, 0x0000664cu, 0x00006649u, 0x00006650u, 0x0000664du, 0x00006654u, 0x00006651u, - 0x00006659u, 0x00006655u, 0x00050051u, 0x00000008u, 0x0000665du, 0x000086c8u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x0000665eu, 0x000086c8u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000665fu, 0x000086c8u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00006660u, 0x0000665du, 0x0000665eu, 0x0000665fu, 0x000086c9u, - 0x00050041u, 0x0000007bu, 0x00006535u, 0x0000228fu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006536u, - 0x00006535u, 0x00040071u, 0x00000006u, 0x00006537u, 0x00006536u, 0x0004007cu, 0x00000008u, 0x00006538u, - 0x00006537u, 0x00050041u, 0x0000007bu, 0x00006539u, 0x00002290u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x0000653au, 0x00006539u, 0x00040071u, 0x00000006u, 0x0000653bu, 0x0000653au, 0x0004007cu, 0x00000008u, - 0x0000653cu, 0x0000653bu, 0x0003003eu, 0x0000715fu, 0x00002a9fu, 0x0003003eu, 0x00007160u, 0x00002af1u, - 0x0003003eu, 0x00007161u, 0x000064ddu, 0x0003003eu, 0x00007162u, 0x000083a3u, 0x0003003eu, 0x00007163u, - 0x00007c61u, 0x000300f7u, 0x00006682u, 0x00000000u, 0x000d00fbu, 0x00006538u, 0x00006666u, 0x00000000u, - 0x0000666cu, 0x00000001u, 0x00006671u, 0x00000002u, 0x00006676u, 0x00000004u, 0x0000667bu, 0x00000006u, - 0x00006681u, 0x000200f8u, 0x00006681u, 0x000200f9u, 0x00006682u, 0x000200f8u, 0x0000667bu, 0x0008004fu, - 0x00000047u, 0x0000667eu, 0x00002af1u, 0x00002af1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000030eu, 0x0000667fu, 0x0000667eu, 0x0004007cu, 0x00000044u, 0x00006680u, 0x0000667fu, 0x000200f9u, - 0x00006682u, 0x000200f8u, 0x00006676u, 0x0008004fu, 0x000004b8u, 0x00006679u, 0x00007c61u, 0x00007c61u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x0000667au, 0x00006679u, 0x000200f9u, - 0x00006682u, 0x000200f8u, 0x00006671u, 0x0008004fu, 0x000004b8u, 0x00006674u, 0x000083a3u, 0x000083a3u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006675u, 0x00006674u, 0x000200f9u, - 0x00006682u, 0x000200f8u, 0x0000666cu, 0x0008004fu, 0x000004b8u, 0x0000666fu, 0x000064ddu, 0x000064ddu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x00000044u, 0x00006670u, 0x0000666fu, 0x000200f9u, - 0x00006682u, 0x000200f8u, 0x00006666u, 0x0008004fu, 0x00000047u, 0x00006669u, 0x00002a9fu, 0x00002a9fu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000030eu, 0x0000666au, 0x00006669u, 0x0004007cu, - 0x00000044u, 0x0000666bu, 0x0000666au, 0x000200f9u, 0x00006682u, 0x000200f8u, 0x00006682u, 0x000f00f5u, - 0x00000044u, 0x000086cbu, 0x0000666bu, 0x00006666u, 0x00006670u, 0x0000666cu, 0x00006675u, 0x00006671u, - 0x0000667au, 0x00006676u, 0x00006680u, 0x0000667bu, 0x00001ac1u, 0x00006681u, 0x000300f7u, 0x0000669bu, - 0x00000000u, 0x000d00fbu, 0x0000653cu, 0x00006684u, 0x00000000u, 0x00006689u, 0x00000001u, 0x0000668du, - 0x00000002u, 0x00006691u, 0x00000004u, 0x00006695u, 0x00000006u, 0x0000669au, 0x000200f8u, 0x0000669au, - 0x000200f9u, 0x0000669bu, 0x000200f8u, 0x00006695u, 0x00050041u, 0x0000007bu, 0x00007168u, 0x00007160u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006697u, 0x00007168u, 0x00040071u, 0x00000006u, 0x00006698u, - 0x00006697u, 0x0004007cu, 0x00000008u, 0x00006699u, 0x00006698u, 0x000200f9u, 0x0000669bu, 0x000200f8u, - 0x00006691u, 0x00050041u, 0x000001cbu, 0x00007167u, 0x00007163u, 0x00000466u, 0x0004003du, 0x00000012u, - 0x00006693u, 0x00007167u, 0x00040072u, 0x00000008u, 0x00006694u, 0x00006693u, 0x000200f9u, 0x0000669bu, - 0x000200f8u, 0x0000668du, 0x00050041u, 0x000001cbu, 0x00007166u, 0x00007162u, 0x00000466u, 0x0004003du, - 0x00000012u, 0x0000668fu, 0x00007166u, 0x00040072u, 0x00000008u, 0x00006690u, 0x0000668fu, 0x000200f9u, - 0x0000669bu, 0x000200f8u, 0x00006689u, 0x00050041u, 0x000001cbu, 0x00007165u, 0x00007161u, 0x00000466u, - 0x0004003du, 0x00000012u, 0x0000668bu, 0x00007165u, 0x00040072u, 0x00000008u, 0x0000668cu, 0x0000668bu, - 0x000200f9u, 0x0000669bu, 0x000200f8u, 0x00006684u, 0x00050041u, 0x0000007bu, 0x00007164u, 0x0000715fu, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006686u, 0x00007164u, 0x00040071u, 0x00000006u, 0x00006687u, - 0x00006686u, 0x0004007cu, 0x00000008u, 0x00006688u, 0x00006687u, 0x000200f9u, 0x0000669bu, 0x000200f8u, - 0x0000669bu, 0x000f00f5u, 0x00000008u, 0x000086ccu, 0x00006688u, 0x00006684u, 0x0000668cu, 0x00006689u, - 0x00006690u, 0x0000668du, 0x00006694u, 0x00006691u, 0x00006699u, 0x00006695u, 0x00001ac0u, 0x0000669au, - 0x00050051u, 0x00000008u, 0x0000669eu, 0x000086cbu, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000669fu, - 0x000086cbu, 0x00000001u, 0x00050051u, 0x00000008u, 0x000066a0u, 0x000086cbu, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000066a1u, 0x0000669eu, 0x0000669fu, 0x000066a0u, 0x000086ccu, 0x000600cau, 0x00000009u, - 0x000066a9u, 0x00006660u, 0x00000222u, 0x00000262u, 0x00050082u, 0x00000009u, 0x000066c3u, 0x000065afu, - 0x0000b427u, 0x000600cau, 0x00000009u, 0x000066c4u, 0x000066c3u, 0x00000222u, 0x00000262u, 0x00050080u, - 0x00000009u, 0x000066c6u, 0x000066c4u, 0x0000b427u, 0x00050082u, 0x00000009u, 0x000066cbu, 0x000065fbu, - 0x0000b427u, 0x000600cau, 0x00000009u, 0x000066ccu, 0x000066cbu, 0x00000222u, 0x00000262u, 0x00050080u, - 0x00000009u, 0x000066ceu, 0x000066ccu, 0x0000b427u, 0x00050082u, 0x00000009u, 0x000066d3u, 0x000066a1u, - 0x0000b427u, 0x000600cau, 0x00000009u, 0x000066d4u, 0x000066d3u, 0x00000222u, 0x00000262u, 0x00050080u, - 0x00000009u, 0x000066d6u, 0x000066d4u, 0x0000b427u, 0x00050082u, 0x00000009u, 0x000066b2u, 0x000066c6u, - 0x000066ceu, 0x00050084u, 0x00000009u, 0x000066b4u, 0x000066b2u, 0x000066a9u, 0x00050080u, 0x00000009u, - 0x000066b7u, 0x000066b4u, 0x0000b427u, 0x000500c3u, 0x00000009u, 0x000066bau, 0x000066b7u, 0x0000b432u, - 0x00040072u, 0x00000013u, 0x000066bbu, 0x000066bau, 0x00040072u, 0x00000013u, 0x000066bdu, 0x000066d6u, - 0x00050080u, 0x00000013u, 0x000066beu, 0x000066bbu, 0x000066bdu, 0x00040072u, 0x00000009u, 0x00006545u, - 0x000066beu, 0x00050082u, 0x00000009u, 0x000066dbu, 0x00006545u, 0x0000b427u, 0x000600cau, 0x00000009u, - 0x000066ddu, 0x000066dbu, 0x00000222u, 0x00000262u, 0x00050080u, 0x00000009u, 0x000066e0u, 0x000066ddu, - 0x0000b427u, 0x0008000cu, 0x00000009u, 0x000066e2u, 0x00000001u, 0x0000002du, 0x000066e0u, 0x00000b18u, - 0x00000b19u, 0x00040072u, 0x00000013u, 0x000066e3u, 0x000066e2u, 0x0003003eu, 0x0000650du, 0x000066e3u, - 0x00050041u, 0x000001cbu, 0x00006547u, 0x0000650du, 0x00000466u, 0x0004003du, 0x00000012u, 0x00006548u, - 0x00006547u, 0x00040072u, 0x00000008u, 0x00006549u, 0x00006548u, 0x0004003du, 0x00000012u, 0x0000654bu, - 0x00006547u, 0x00040072u, 0x00000008u, 0x0000654cu, 0x0000654bu, 0x00050080u, 0x00000008u, 0x0000654du, - 0x0000654cu, 0x0000022cu, 0x000500c3u, 0x00000008u, 0x0000654eu, 0x0000654du, 0x0000025fu, 0x00050080u, - 0x00000008u, 0x0000654fu, 0x00006549u, 0x0000654eu, 0x000300f7u, 0x0000655cu, 0x00000000u, 0x000400fau, - 0x000022fau, 0x00006551u, 0x00006559u, 0x000200f8u, 0x00006559u, 0x000500c4u, 0x00000008u, 0x0000655bu, - 0x000023a2u, 0x00000238u, 0x000200f9u, 0x0000655cu, 0x000200f8u, 0x00006551u, 0x00050084u, 0x00000008u, - 0x00006554u, 0x0000654fu, 0x000023a2u, 0x00050080u, 0x00000008u, 0x00006555u, 0x00006554u, 0x00000235u, - 0x000500c3u, 0x00000008u, 0x00006556u, 0x00006555u, 0x00000232u, 0x000500c3u, 0x00000008u, 0x00006558u, - 0x00006556u, 0x00000238u, 0x000200f9u, 0x0000655cu, 0x000200f8u, 0x0000655cu, 0x000700f5u, 0x00000008u, - 0x000086d9u, 0x00006558u, 0x00006551u, 0x000023a2u, 0x00006559u, 0x000700f5u, 0x00000008u, 0x000086d6u, - 0x00006556u, 0x00006551u, 0x0000655bu, 0x00006559u, 0x000300f7u, 0x00006564u, 0x00000000u, 0x000400fau, - 0x000022fdu, 0x0000655eu, 0x00006560u, 0x000200f8u, 0x00006560u, 0x00050080u, 0x00000008u, 0x00006563u, - 0x0000654fu, 0x00008336u, 0x000200f9u, 0x00006564u, 0x000200f8u, 0x0000655eu, 0x000200f9u, 0x00006564u, - 0x000200f8u, 0x00006564u, 0x000700f5u, 0x00000008u, 0x000086d7u, 0x000086d6u, 0x0000655eu, 0x00006563u, - 0x00006560u, 0x0008000cu, 0x00000008u, 0x00006566u, 0x00000001u, 0x0000002du, 0x000086d7u, 0x00000222u, - 0x00000360u, 0x00040072u, 0x00000012u, 0x00006567u, 0x00006566u, 0x0003003eu, 0x00006547u, 0x00006567u, - 0x0004003du, 0x00000013u, 0x00006569u, 0x0000650du, 0x00040072u, 0x00000b22u, 0x000024bfu, 0x00006569u, - 0x0004007cu, 0x00000010u, 0x000024c0u, 0x000024bfu, 0x0003003eu, 0x0000228du, 0x000024c0u, 0x000200f9u, - 0x000024ddu, 0x000200f8u, 0x000024ddu, 0x000700f5u, 0x0000000fu, 0x000086fcu, 0x0000869fu, 0x00006564u, - 0x000024dcu, 0x00006752u, 0x000700f5u, 0x00000008u, 0x000086dau, 0x000086d9u, 0x00006564u, 0x00008690u, - 0x00006752u, 0x000500aau, 0x00000069u, 0x000024e0u, 0x000086dau, 0x00000222u, 0x000500a7u, 0x00000069u, - 0x000024e1u, 0x0000230cu, 0x000024e0u, 0x000300f7u, 0x000024e3u, 0x00000000u, 0x000400fau, 0x000024e1u, - 0x000024e2u, 0x000024e3u, 0x000200f8u, 0x000024e2u, 0x000200f9u, 0x00002508u, 0x000200f8u, 0x000024e3u, - 0x000300f7u, 0x000024f2u, 0x00000000u, 0x000400fau, 0x0000231bu, 0x000024e5u, 0x000024f2u, 0x000200f8u, - 0x000024e5u, 0x000300f7u, 0x000024ecu, 0x00000000u, 0x000400fau, 0x0000231eu, 0x000024e7u, 0x000024e9u, - 0x000200f8u, 0x000024e9u, 0x00050041u, 0x0000007bu, 0x0000753eu, 0x0000753bu, 0x00000466u, 0x0004003du, - 0x0000000fu, 0x000024ebu, 0x0000753eu, 0x000200f9u, 0x000024ecu, 0x000200f8u, 0x000024e7u, 0x000500c7u, - 0x00000011u, 0x000068d5u, 0x00008228u, 0x0000034du, 0x00040071u, 0x0000000fu, 0x000068d6u, 0x000068d5u, - 0x000200f9u, 0x000024ecu, 0x000200f8u, 0x000024ecu, 0x000700f5u, 0x0000000fu, 0x00008707u, 0x000068d6u, - 0x000024e7u, 0x000024ebu, 0x000024e9u, 0x000500b0u, 0x00000069u, 0x000024efu, 0x000086fcu, 0x00008707u, - 0x000300f7u, 0x000024f1u, 0x00000000u, 0x000400fau, 0x000024efu, 0x000024f0u, 0x000024f1u, 0x000200f8u, - 0x000024f0u, 0x000200f9u, 0x00002508u, 0x000200f8u, 0x000024f1u, 0x000200f9u, 0x000024f2u, 0x000200f8u, - 0x000024f2u, 0x0004003du, 0x00000010u, 0x000024f3u, 0x0000228du, 0x000500c4u, 0x00000008u, 0x000024f6u, - 0x00002d41u, 0x00000262u, 0x000500c5u, 0x00000008u, 0x000024f8u, 0x000024f6u, 0x0000832du, 0x00040072u, - 0x0000037du, 0x000024fbu, 0x000086dau, 0x0004007cu, 0x0000000fu, 0x000024fcu, 0x000024fbu, 0x00050041u, - 0x0000007bu, 0x000024feu, 0x00002222u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x000024ffu, 0x000024feu, - 0x00040071u, 0x00000006u, 0x00002500u, 0x000024ffu, 0x0004007cu, 0x00000008u, 0x00002501u, 0x00002500u, - 0x00050080u, 0x00000008u, 0x00002503u, 0x00002501u, 0x00008336u, 0x0007000cu, 0x00000008u, 0x00002504u, - 0x00000001u, 0x00000027u, 0x00002503u, 0x00000360u, 0x00040072u, 0x0000037du, 0x00002505u, 0x00002504u, - 0x0004007cu, 0x0000000fu, 0x00002506u, 0x00002505u, 0x000200f9u, 0x00002508u, 0x000200f8u, 0x00002508u, - 0x001900f5u, 0x00000012u, 0x0000b0cbu, 0x00008469u, 0x000022b2u, 0x00008469u, 0x000022d1u, 0x00008469u, - 0x00002357u, 0x00008469u, 0x00002382u, 0x00008469u, 0x00002383u, 0x00008469u, 0x00002391u, 0x00008469u, - 0x0000239fu, 0x00008469u, 0x000023abu, 0x0000845du, 0x000024e2u, 0x0000845du, 0x000024f0u, 0x0000845du, - 0x000024f2u, 0x001900f5u, 0x00000013u, 0x0000b039u, 0x000083b2u, 0x000022b2u, 0x000083b2u, 0x000022d1u, - 0x000083b2u, 0x00002357u, 0x000083b2u, 0x00002382u, 0x000083b2u, 0x00002383u, 0x000083b2u, 0x00002391u, - 0x000083b2u, 0x0000239fu, 0x000083b2u, 0x000023abu, 0x000083a3u, 0x000024e2u, 0x000083a3u, 0x000024f0u, - 0x000083a3u, 0x000024f2u, 0x001900f5u, 0x00000011u, 0x0000afc7u, 0x0000822bu, 0x000022b2u, 0x0000822bu, - 0x000022d1u, 0x00008228u, 0x00002357u, 0x00008228u, 0x00002382u, 0x00008228u, 0x00002383u, 0x00008228u, - 0x00002391u, 0x00008228u, 0x0000239fu, 0x00008228u, 0x000023abu, 0x00008228u, 0x000024e2u, 0x00008228u, - 0x000024f0u, 0x00008228u, 0x000024f2u, 0x001900f5u, 0x00000013u, 0x0000af1fu, 0x00008012u, 0x000022b2u, - 0x00008012u, 0x000022d1u, 0x00008012u, 0x00002357u, 0x00008012u, 0x00002382u, 0x00008012u, 0x00002383u, - 0x00008012u, 0x00002391u, 0x00008012u, 0x0000239fu, 0x00008012u, 0x000023abu, 0x0000af67u, 0x000024e2u, - 0x0000af67u, 0x000024f0u, 0x0000af67u, 0x000024f2u, 0x001900f5u, 0x00000013u, 0x0000ae78u, 0x00007f20u, - 0x000022b2u, 0x00007f20u, 0x000022d1u, 0x00007f20u, 0x00002357u, 0x00007f20u, 0x00002382u, 0x00007f20u, - 0x00002383u, 0x00007f20u, 0x00002391u, 0x00007f20u, 0x0000239fu, 0x00007f20u, 0x000023abu, 0x0000aec0u, - 0x000024e2u, 0x0000aec0u, 0x000024f0u, 0x0000aec0u, 0x000024f2u, 0x001900f5u, 0x00000013u, 0x0000add1u, - 0x00007e29u, 0x000022b2u, 0x00007e29u, 0x000022d1u, 0x00007e29u, 0x00002357u, 0x00007e29u, 0x00002382u, - 0x00007e29u, 0x00002383u, 0x00007e29u, 0x00002391u, 0x00007e29u, 0x0000239fu, 0x00007e29u, 0x000023abu, - 0x0000ae19u, 0x000024e2u, 0x0000ae19u, 0x000024f0u, 0x0000ae19u, 0x000024f2u, 0x001900f5u, 0x00000013u, - 0x0000ad2au, 0x00007cfcu, 0x000022b2u, 0x00007cfcu, 0x000022d1u, 0x00007cfcu, 0x00002357u, 0x00007cfcu, - 0x00002382u, 0x00007cfcu, 0x00002383u, 0x00007cfcu, 0x00002391u, 0x00007cfcu, 0x0000239fu, 0x00007cfcu, - 0x000023abu, 0x0000ad72u, 0x000024e2u, 0x0000ad72u, 0x000024f0u, 0x0000ad72u, 0x000024f2u, 0x001900f5u, - 0x00000013u, 0x0000ac98u, 0x00007c6eu, 0x000022b2u, 0x00007c6eu, 0x000022d1u, 0x00007c6eu, 0x00002357u, - 0x00007c6eu, 0x00002382u, 0x00007c6eu, 0x00002383u, 0x00007c6eu, 0x00002391u, 0x00007c6eu, 0x0000239fu, - 0x00007c6eu, 0x000023abu, 0x00007c61u, 0x000024e2u, 0x00007c61u, 0x000024f0u, 0x00007c61u, 0x000024f2u, - 0x001900f5u, 0x00000013u, 0x0000ab78u, 0x000078cdu, 0x000022b2u, 0x000078cdu, 0x000022d1u, 0x000078cdu, - 0x00002357u, 0x000078cdu, 0x00002382u, 0x000078cdu, 0x00002383u, 0x000078cdu, 0x00002391u, 0x000078cdu, - 0x0000239fu, 0x000078cdu, 0x000023abu, 0x0000abc2u, 0x000024e2u, 0x0000abc2u, 0x000024f0u, 0x0000abc2u, - 0x000024f2u, 0x001900f5u, 0x00000013u, 0x0000aa59u, 0x00007853u, 0x000022b2u, 0x00007853u, 0x000022d1u, - 0x00007853u, 0x00002357u, 0x00007853u, 0x00002382u, 0x00007853u, 0x00002383u, 0x00007853u, 0x00002391u, - 0x00007853u, 0x0000239fu, 0x00007853u, 0x000023abu, 0x0000aaa3u, 0x000024e2u, 0x0000aaa3u, 0x000024f0u, - 0x0000aaa3u, 0x000024f2u, 0x001900f5u, 0x00000013u, 0x0000a93au, 0x000077d4u, 0x000022b2u, 0x000077d4u, - 0x000022d1u, 0x000077d4u, 0x00002357u, 0x000077d4u, 0x00002382u, 0x000077d4u, 0x00002383u, 0x000077d4u, - 0x00002391u, 0x000077d4u, 0x0000239fu, 0x000077d4u, 0x000023abu, 0x0000a984u, 0x000024e2u, 0x0000a984u, - 0x000024f0u, 0x0000a984u, 0x000024f2u, 0x001900f5u, 0x00000013u, 0x0000a81bu, 0x0000771eu, 0x000022b2u, - 0x0000771eu, 0x000022d1u, 0x0000771eu, 0x00002357u, 0x0000771eu, 0x00002382u, 0x0000771eu, 0x00002383u, - 0x0000771eu, 0x00002391u, 0x0000771eu, 0x0000239fu, 0x0000771eu, 0x000023abu, 0x0000a865u, 0x000024e2u, - 0x0000a865u, 0x000024f0u, 0x0000a865u, 0x000024f2u, 0x001900f5u, 0x000000efu, 0x0000a69eu, 0x00007687u, - 0x000022b2u, 0x00007687u, 0x000022d1u, 0x00007687u, 0x00002357u, 0x00007687u, 0x00002382u, 0x00007687u, - 0x00002383u, 0x00007687u, 0x00002391u, 0x00007687u, 0x0000239fu, 0x00007687u, 0x000023abu, 0x0000767cu, - 0x000024e2u, 0x0000767cu, 0x000024f0u, 0x0000767cu, 0x000024f2u, 0x001900f5u, 0x000000efu, 0x0000a521u, - 0x00007663u, 0x000022b2u, 0x00007663u, 0x000022d1u, 0x00007663u, 0x00002357u, 0x00007663u, 0x00002382u, - 0x00007663u, 0x00002383u, 0x00007663u, 0x00002391u, 0x00007663u, 0x0000239fu, 0x00007663u, 0x000023abu, - 0x00007658u, 0x000024e2u, 0x00007658u, 0x000024f0u, 0x00007658u, 0x000024f2u, 0x001900f5u, 0x00000044u, - 0x0000a398u, 0x00007609u, 0x000022b2u, 0x00007609u, 0x000022d1u, 0x00007609u, 0x00002357u, 0x00007609u, - 0x00002382u, 0x00007609u, 0x00002383u, 0x00007609u, 0x00002391u, 0x00007609u, 0x0000239fu, 0x00007609u, - 0x000023abu, 0x00007603u, 0x000024e2u, 0x00007603u, 0x000024f0u, 0x00007603u, 0x000024f2u, 0x001900f5u, - 0x00000044u, 0x0000a206u, 0x000075fau, 0x000022b2u, 0x000075fau, 0x000022d1u, 0x000075fau, 0x00002357u, - 0x000075fau, 0x00002382u, 0x000075fau, 0x00002383u, 0x000075fau, 0x00002391u, 0x000075fau, 0x0000239fu, - 0x000075fau, 0x000023abu, 0x000075f4u, 0x000024e2u, 0x000075f4u, 0x000024f0u, 0x000075f4u, 0x000024f2u, - 0x001900f5u, 0x00000010u, 0x00008b13u, 0x00008b15u, 0x000022b2u, 0x00008b15u, 0x000022d1u, 0x00008b15u, - 0x00002357u, 0x00008b15u, 0x00002382u, 0x00008b15u, 0x00002383u, 0x00008b15u, 0x00002391u, 0x00008b15u, - 0x0000239fu, 0x00008b15u, 0x000023abu, 0x00008b15u, 0x000024e2u, 0x00008b15u, 0x000024f0u, 0x000024f3u, - 0x000024f2u, 0x001900f5u, 0x00000008u, 0x000089d5u, 0x000089d7u, 0x000022b2u, 0x000089d7u, 0x000022d1u, - 0x000089d7u, 0x00002357u, 0x0000872du, 0x00002382u, 0x0000872du, 0x00002383u, 0x000089d7u, 0x00002391u, - 0x000089d7u, 0x0000239fu, 0x000089d7u, 0x000023abu, 0x000089d7u, 0x000024e2u, 0x000089d7u, 0x000024f0u, - 0x000024f8u, 0x000024f2u, 0x001900f5u, 0x0000000fu, 0x00008898u, 0x0000889au, 0x000022b2u, 0x0000889au, - 0x000022d1u, 0x0000889au, 0x00002357u, 0x00000628u, 0x00002382u, 0x00000628u, 0x00002383u, 0x00000629u, - 0x00002391u, 0x0000889au, 0x0000239fu, 0x0000889au, 0x000023abu, 0x0000889au, 0x000024e2u, 0x0000889au, - 0x000024f0u, 0x000024fcu, 0x000024f2u, 0x001900f5u, 0x0000000fu, 0x00008730u, 0x00008732u, 0x000022b2u, - 0x00008732u, 0x000022d1u, 0x00008732u, 0x00002357u, 0x00008732u, 0x00002382u, 0x00008732u, 0x00002383u, - 0x00008732u, 0x00002391u, 0x00008732u, 0x0000239fu, 0x00008732u, 0x000023abu, 0x00008732u, 0x000024e2u, - 0x00008732u, 0x000024f0u, 0x00002506u, 0x000024f2u, 0x001900f5u, 0x00000069u, 0x0000872fu, 0x00000538u, - 0x000022b2u, 0x00000538u, 0x000022d1u, 0x00000538u, 0x00002357u, 0x00000538u, 0x00002382u, 0x0000055bu, - 0x00002383u, 0x00002392u, 0x00002391u, 0x00000538u, 0x0000239fu, 0x00000538u, 0x000023abu, 0x00000538u, - 0x000024e2u, 0x00000538u, 0x000024f0u, 0x0000055bu, 0x000024f2u, 0x000300f7u, 0x000020cau, 0x00000000u, - 0x000400fau, 0x0000872fu, 0x000020c9u, 0x000020cau, 0x000200f8u, 0x000020c9u, 0x00040071u, 0x00000006u, - 0x000020cdu, 0x00008898u, 0x0004007cu, 0x00000008u, 0x000020ceu, 0x000020cdu, 0x000500c7u, 0x00000008u, - 0x000020d0u, 0x000020ceu, 0x000020cfu, 0x000500abu, 0x00000069u, 0x000020d1u, 0x000020d0u, 0x00000222u, - 0x000300f7u, 0x000020d3u, 0x00000000u, 0x000400fau, 0x000020d1u, 0x000020d2u, 0x000020d9u, 0x000200f8u, - 0x000020d9u, 0x000500c7u, 0x00000008u, 0x000020deu, 0x000020ceu, 0x0000116au, 0x000500abu, 0x00000069u, - 0x000020dfu, 0x000020deu, 0x00000222u, 0x000300f7u, 0x000020e1u, 0x00000000u, 0x000400fau, 0x000020dfu, - 0x000020e0u, 0x000020e9u, 0x000200f8u, 0x000020e9u, 0x000500c3u, 0x00000008u, 0x00006a74u, 0x000089d5u, - 0x00000262u, 0x000500c7u, 0x00000008u, 0x00006a77u, 0x000089d5u, 0x00000a17u, 0x00080041u, 0x00000673u, - 0x00006a81u, 0x00000a2au, 0x00000222u, 0x000020beu, 0x00000222u, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x00006a82u, 0x00006a81u, 0x00040071u, 0x00000006u, 0x00006a83u, 0x00006a82u, 0x00060041u, 0x00000249u, - 0x00006b26u, 0x00000247u, 0x00000222u, 0x000020beu, 0x0004003du, 0x00000243u, 0x00006b27u, 0x00006b26u, - 0x00050051u, 0x00000010u, 0x00006b38u, 0x00006b27u, 0x00000008u, 0x00050051u, 0x00000010u, 0x00006b3au, - 0x00006b27u, 0x00000009u, 0x00050051u, 0x00000011u, 0x00006b3eu, 0x00006b27u, 0x0000000bu, 0x00050051u, - 0x0000000fu, 0x00006b40u, 0x00006b27u, 0x0000000cu, 0x00060041u, 0x0000029au, 0x00006b4bu, 0x00000298u, - 0x00000222u, 0x00006a83u, 0x0004003du, 0x00000294u, 0x00006b4cu, 0x00006b4bu, 0x00050051u, 0x00000010u, - 0x00006b4du, 0x00006b4cu, 0x00000000u, 0x00050051u, 0x00000010u, 0x00006b4fu, 0x00006b4cu, 0x00000001u, - 0x00050051u, 0x00000006u, 0x00006b51u, 0x00006b4cu, 0x00000002u, 0x00050051u, 0x0000000fu, 0x00006b53u, - 0x00006b4cu, 0x00000003u, 0x00050051u, 0x0000000fu, 0x00006b55u, 0x00006b4cu, 0x00000004u, 0x000500c7u, - 0x00000006u, 0x00006a8au, 0x00006b51u, 0x00000316u, 0x000500abu, 0x00000069u, 0x00006a8bu, 0x00006a8au, - 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006a8eu, 0x00006b51u, 0x0000045eu, 0x000500abu, 0x00000069u, - 0x00006a8fu, 0x00006a8eu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006a92u, 0x00006b51u, 0x00000388u, - 0x000500abu, 0x00000069u, 0x00006a93u, 0x00006a92u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006a96u, - 0x00006b51u, 0x00000332u, 0x000500abu, 0x00000069u, 0x00006a97u, 0x00006a96u, 0x0000032fu, 0x000500c7u, - 0x00000006u, 0x00006a9au, 0x00006b51u, 0x00000a4eu, 0x000500abu, 0x00000069u, 0x00006a9bu, 0x00006a9au, - 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006a9eu, 0x00006b51u, 0x00000a54u, 0x000500abu, 0x00000069u, - 0x00006a9fu, 0x00006a9eu, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006aa2u, 0x00006b51u, 0x00000a5au, - 0x000500abu, 0x00000069u, 0x00006aa3u, 0x00006aa2u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006aa6u, - 0x00006b51u, 0x00000a60u, 0x000500abu, 0x00000069u, 0x00006aa7u, 0x00006aa6u, 0x0000032fu, 0x000300f7u, - 0x00006b67u, 0x00000000u, 0x000400fau, 0x00006a97u, 0x00006b62u, 0x00006b66u, 0x000200f8u, 0x00006b66u, - 0x000200f9u, 0x00006b67u, 0x000200f8u, 0x00006b62u, 0x00050041u, 0x0000007bu, 0x00006b63u, 0x00000677u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006b64u, 0x00006b63u, 0x000500c7u, 0x0000000fu, 0x00006b65u, - 0x00006b64u, 0x0000093eu, 0x000200f9u, 0x00006b67u, 0x000200f8u, 0x00006b67u, 0x000700f5u, 0x0000000fu, - 0x00008c7cu, 0x00006b65u, 0x00006b62u, 0x0000093eu, 0x00006b66u, 0x000300f7u, 0x00006b78u, 0x00000000u, - 0x000d00fbu, 0x0000065eu, 0x00006b78u, 0x00000000u, 0x00006b69u, 0x00000001u, 0x00006b6au, 0x00000002u, - 0x00006b6du, 0x00000003u, 0x00006b72u, 0x00000004u, 0x00006b75u, 0x000200f8u, 0x00006b75u, 0x0004003du, - 0x00000010u, 0x00006b76u, 0x00000677u, 0x0008004fu, 0x00000047u, 0x00006b77u, 0x00006b76u, 0x00006b76u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006b78u, 0x000200f8u, 0x00006b72u, 0x0004003du, - 0x00000010u, 0x00006b73u, 0x00000677u, 0x0008004fu, 0x00000047u, 0x00006b74u, 0x00006b73u, 0x00006b73u, - 0x00000000u, 0x00000000u, 0x00000000u, 0x000200f9u, 0x00006b78u, 0x000200f8u, 0x00006b6du, 0x0004003du, - 0x00000010u, 0x00006b6eu, 0x00000677u, 0x0008004fu, 0x00000047u, 0x00006b6fu, 0x00006b6eu, 0x00006b6eu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x00000047u, 0x00006b71u, 0x00006b6fu, 0x0000b43bu, - 0x000200f9u, 0x00006b78u, 0x000200f8u, 0x00006b6au, 0x0004003du, 0x00000010u, 0x00006b6bu, 0x00000677u, - 0x0008004fu, 0x00000047u, 0x00006b6cu, 0x00006b6bu, 0x00006b6bu, 0x00000000u, 0x00000000u, 0x00000000u, - 0x000200f9u, 0x00006b78u, 0x000200f8u, 0x00006b69u, 0x000200f9u, 0x00006b78u, 0x000200f8u, 0x00006b78u, - 0x000f00f5u, 0x0000000fu, 0x00008de9u, 0x00008c7cu, 0x00006b67u, 0x0000093eu, 0x00006b69u, 0x0000093eu, - 0x00006b6au, 0x00008c7cu, 0x00006b6du, 0x00008c7cu, 0x00006b72u, 0x00008c7cu, 0x00006b75u, 0x000f00f5u, - 0x00000047u, 0x00008c7du, 0x00008c81u, 0x00006b67u, 0x00000949u, 0x00006b69u, 0x00006b6cu, 0x00006b6au, - 0x00006b71u, 0x00006b6du, 0x00006b74u, 0x00006b72u, 0x00006b77u, 0x00006b75u, 0x00050051u, 0x0000000fu, - 0x00006b7bu, 0x00008c7du, 0x00000000u, 0x00050051u, 0x0000000fu, 0x00006b7cu, 0x00008c7du, 0x00000001u, - 0x00050051u, 0x0000000fu, 0x00006b7du, 0x00008c7du, 0x00000002u, 0x00070050u, 0x00000010u, 0x00006b7eu, - 0x00006b7bu, 0x00006b7cu, 0x00006b7du, 0x00008de9u, 0x0003003eu, 0x00006a40u, 0x00006b7eu, 0x00050041u, - 0x0000007bu, 0x00006aaau, 0x00006a40u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006aabu, 0x00006aaau, - 0x000500c2u, 0x0000000fu, 0x00006aacu, 0x00006aabu, 0x00000390u, 0x00040071u, 0x00000006u, 0x00006aafu, - 0x00006b3eu, 0x0004007cu, 0x00000008u, 0x00006ab0u, 0x00006aafu, 0x00040071u, 0x00000006u, 0x00006ab3u, - 0x00006b40u, 0x0004007cu, 0x00000008u, 0x00006ab4u, 0x00006ab3u, 0x00040071u, 0x00000006u, 0x00006ab6u, - 0x00006aacu, 0x0004007cu, 0x00000008u, 0x00006ab7u, 0x00006ab6u, 0x00040071u, 0x00000006u, 0x00006abau, - 0x00006b55u, 0x0004007cu, 0x00000008u, 0x00006abbu, 0x00006abau, 0x00050080u, 0x00000008u, 0x00006bd4u, - 0x000020ceu, 0x00006ab7u, 0x000500afu, 0x00000069u, 0x00006bd5u, 0x00006bd4u, 0x0000025fu, 0x000300f7u, - 0x00006c41u, 0x00000000u, 0x000400fau, 0x00006a8fu, 0x00006b95u, 0x00006c2bu, 0x000200f8u, 0x00006c2bu, - 0x00050041u, 0x0000007bu, 0x00006c2cu, 0x00006a54u, 0x0000032fu, 0x0003003eu, 0x00006c2cu, 0x0000038au, - 0x00050082u, 0x00000008u, 0x00006c2eu, 0x00000535u, 0x00006ab4u, 0x0007000cu, 0x00000008u, 0x00006c2fu, - 0x00000001u, 0x00000027u, 0x00006c2eu, 0x00000235u, 0x00040072u, 0x0000037du, 0x00006c30u, 0x00006c2fu, - 0x0004007cu, 0x0000000fu, 0x00006c31u, 0x00006c30u, 0x00050041u, 0x0000007bu, 0x00006c32u, 0x00006a54u, - 0x0000045eu, 0x0003003eu, 0x00006c32u, 0x00006c31u, 0x000400a8u, 0x00000069u, 0x00006c38u, 0x00006a8bu, - 0x000300f7u, 0x00006c3eu, 0x00000000u, 0x000400fau, 0x00006c38u, 0x00006c39u, 0x00006c3eu, 0x000200f8u, - 0x00006c39u, 0x000400a8u, 0x00000069u, 0x00006c3bu, 0x00006bd5u, 0x000500a7u, 0x00000069u, 0x00006c3du, - 0x00006c3bu, 0x00006aa3u, 0x000200f9u, 0x00006c3eu, 0x000200f8u, 0x00006c3eu, 0x000700f5u, 0x00000069u, - 0x00006c3fu, 0x00006a8bu, 0x00006c2bu, 0x00006c3du, 0x00006c39u, 0x000200f9u, 0x00006c41u, 0x000200f8u, - 0x00006b95u, 0x00040071u, 0x00000006u, 0x00006c4bu, 0x00008deeu, 0x0004007cu, 0x00000008u, 0x00006c4cu, - 0x00006c4bu, 0x000500c3u, 0x00000008u, 0x00006c4eu, 0x00006c4cu, 0x00000268u, 0x000500c7u, 0x00000008u, - 0x00006c50u, 0x00006c4cu, 0x000003dcu, 0x00050082u, 0x00000008u, 0x00006c52u, 0x0000023bu, 0x00006c4eu, - 0x0007000cu, 0x00000008u, 0x00006c53u, 0x00000001u, 0x0000002au, 0x00006c52u, 0x00000222u, 0x000500c3u, - 0x00000008u, 0x00006c55u, 0x000003e3u, 0x00006c4eu, 0x00050082u, 0x00000008u, 0x00006c56u, 0x000003e3u, - 0x00006c55u, 0x000500c4u, 0x00000008u, 0x00006c59u, 0x00006c50u, 0x00006c53u, 0x00050080u, 0x00000008u, - 0x00006c5bu, 0x00006c59u, 0x00006c56u, 0x00040071u, 0x00000006u, 0x00006b99u, 0x00008f55u, 0x0004007cu, - 0x00000008u, 0x00006b9au, 0x00006b99u, 0x000500c4u, 0x00000008u, 0x00006c5fu, 0x0000022cu, 0x00006b9au, - 0x000500c7u, 0x00000008u, 0x00006ba0u, 0x00006c4eu, 0x00000535u, 0x00050082u, 0x00000008u, 0x00006ba5u, - 0x00006ab4u, 0x00006b9au, 0x0008000cu, 0x00000008u, 0x00006ba6u, 0x00000001u, 0x0000002du, 0x00006ba5u, - 0x00000222u, 0x00000235u, 0x00040072u, 0x0000037du, 0x00006ba7u, 0x00006ba6u, 0x0004007cu, 0x0000000fu, - 0x00006ba8u, 0x00006ba7u, 0x00050041u, 0x0000007bu, 0x00006ba9u, 0x00006a54u, 0x0000032fu, 0x0003003eu, - 0x00006ba9u, 0x00006ba8u, 0x00050082u, 0x00000008u, 0x00006baeu, 0x00006b9au, 0x00006ab4u, 0x0008000cu, - 0x00000008u, 0x00006bafu, 0x00000001u, 0x0000002du, 0x00006baeu, 0x00000222u, 0x00000235u, 0x00040072u, - 0x0000037du, 0x00006bb0u, 0x00006bafu, 0x0004007cu, 0x0000000fu, 0x00006bb1u, 0x00006bb0u, 0x00050041u, - 0x0000007bu, 0x00006bb2u, 0x00006a54u, 0x0000045eu, 0x0003003eu, 0x00006bb2u, 0x00006bb1u, 0x000500b1u, - 0x00000069u, 0x00006bb4u, 0x00006ba0u, 0x00000232u, 0x000300f7u, 0x00006bc0u, 0x00000000u, 0x000400fau, - 0x00006bb4u, 0x00006bb5u, 0x00006bc0u, 0x000200f8u, 0x00006bb5u, 0x000500abu, 0x00000069u, 0x00006bb7u, - 0x00006c5fu, 0x00000550u, 0x000300f7u, 0x00006bbfu, 0x00000000u, 0x000400fau, 0x00006bb7u, 0x00006bb8u, - 0x00006bbeu, 0x000200f8u, 0x00006bbeu, 0x000200f9u, 0x00006bbfu, 0x000200f8u, 0x00006bb8u, 0x000500c4u, - 0x00000008u, 0x00006bbau, 0x00006c5fu, 0x0000022cu, 0x000500c3u, 0x00000008u, 0x00006bbcu, 0x00000556u, - 0x00006ba0u, 0x0007000cu, 0x00000008u, 0x00006bbdu, 0x00000001u, 0x0000002au, 0x00006bbau, 0x00006bbcu, - 0x000200f9u, 0x00006bbfu, 0x000200f8u, 0x00006bbfu, 0x000700f5u, 0x00000008u, 0x000090bbu, 0x00006bbdu, - 0x00006bb8u, 0x0000055cu, 0x00006bbeu, 0x000600a9u, 0x00000069u, 0x0000b5edu, 0x00006bb7u, 0x00000538u, - 0x0000055bu, 0x000200f9u, 0x00006bc0u, 0x000200f8u, 0x00006bc0u, 0x000700f5u, 0x00000069u, 0x000090beu, - 0x00000538u, 0x00006b95u, 0x0000b5edu, 0x00006bbfu, 0x000700f5u, 0x00000008u, 0x000090bau, 0x00006c5fu, - 0x00006b95u, 0x000090bbu, 0x00006bbfu, 0x000500c5u, 0x00000008u, 0x00006bc3u, 0x00006ab0u, 0x000090bau, - 0x000500abu, 0x00000069u, 0x00006c63u, 0x00006bc3u, 0x00000222u, 0x000300f7u, 0x00006c68u, 0x00000000u, - 0x000400fau, 0x00006c63u, 0x00006c64u, 0x00006c68u, 0x000200f8u, 0x00006c64u, 0x0006000cu, 0x00000008u, - 0x00006c66u, 0x00000001u, 0x0000004au, 0x00006bc3u, 0x000500c4u, 0x00000008u, 0x00006c67u, 0x0000022cu, - 0x00006c66u, 0x000200f9u, 0x00006c68u, 0x000200f8u, 0x00006c68u, 0x000700f5u, 0x00000008u, 0x000090bcu, - 0x00006bc3u, 0x00006bc0u, 0x00006c67u, 0x00006c64u, 0x000500c4u, 0x00000008u, 0x00006bc7u, 0x000090bcu, - 0x00000232u, 0x000400a8u, 0x00000069u, 0x00006bc9u, 0x000090beu, 0x000300f7u, 0x00006bd0u, 0x00000000u, - 0x000400fau, 0x00006bc9u, 0x00006bcau, 0x00006bd0u, 0x000200f8u, 0x00006bcau, 0x00050080u, 0x00000008u, - 0x00006bcdu, 0x00006a74u, 0x00006bc7u, 0x000500afu, 0x00000069u, 0x00006bcfu, 0x00006bcdu, 0x00006c5bu, - 0x000200f9u, 0x00006bd0u, 0x000200f8u, 0x00006bd0u, 0x000700f5u, 0x00000069u, 0x00006bd1u, 0x000090beu, - 0x00006c68u, 0x00006bcfu, 0x00006bcau, 0x000400a8u, 0x00000069u, 0x00006bd7u, 0x00006a8bu, 0x000300f7u, - 0x00006bdfu, 0x00000000u, 0x000400fau, 0x00006bd7u, 0x00006bd8u, 0x00006bdfu, 0x000200f8u, 0x00006bd8u, - 0x000400a8u, 0x00000069u, 0x00006bdau, 0x00006bd5u, 0x000500a7u, 0x00000069u, 0x00006bdcu, 0x00006bdau, - 0x00006aa3u, 0x000500a7u, 0x00000069u, 0x00006bdeu, 0x00006bdcu, 0x00006bd1u, 0x000200f9u, 0x00006bdfu, - 0x000200f8u, 0x00006bdfu, 0x000700f5u, 0x00000069u, 0x00006be0u, 0x00006a8bu, 0x00006bd0u, 0x00006bdeu, - 0x00006bd8u, 0x000500aau, 0x00000069u, 0x00006be3u, 0x00006c5bu, 0x000003efu, 0x000500b1u, 0x00000069u, - 0x00006be6u, 0x00006a74u, 0x00006c5bu, 0x00050082u, 0x00000008u, 0x00006be9u, 0x00006a74u, 0x00006bc7u, - 0x000500b3u, 0x00000069u, 0x00006bedu, 0x00006be9u, 0x00006c5bu, 0x000500a6u, 0x00000069u, 0x00006beeu, - 0x000090beu, 0x00006bedu, 0x000300f7u, 0x00006c2au, 0x00000000u, 0x000b00fbu, 0x00006abbu, 0x00006c2au, - 0x00000000u, 0x00006bf0u, 0x00000001u, 0x00006bfau, 0x00000002u, 0x00006c1fu, 0x00000003u, 0x00006c23u, - 0x000200f8u, 0x00006c23u, 0x000500a7u, 0x00000069u, 0x00006c26u, 0x00006bd1u, 0x00006beeu, 0x000400a8u, - 0x00000069u, 0x00006c28u, 0x00006be3u, 0x000500a7u, 0x00000069u, 0x00006c29u, 0x00006c26u, 0x00006c28u, - 0x000200f9u, 0x00006c2au, 0x000200f8u, 0x00006c1fu, 0x000500a6u, 0x00000069u, 0x00006c22u, 0x00006be6u, - 0x00006be3u, 0x000200f9u, 0x00006c2au, 0x000200f8u, 0x00006bfau, 0x000400a8u, 0x00000069u, 0x00006bfcu, - 0x00006be6u, 0x000400a8u, 0x00000069u, 0x00006bfeu, 0x00006bd1u, 0x000500a6u, 0x00000069u, 0x00006bffu, - 0x00006bfcu, 0x00006bfeu, 0x000400a8u, 0x00000069u, 0x00006c01u, 0x00006bd5u, 0x000500a6u, 0x00000069u, - 0x00006c02u, 0x00006bffu, 0x00006c01u, 0x000300f7u, 0x00006c1eu, 0x00000000u, 0x000400fau, 0x00006c02u, - 0x00006c03u, 0x00006c0du, 0x000200f8u, 0x00006c0du, 0x000500c7u, 0x00000008u, 0x00006c0fu, 0x000090bcu, - 0x0000055cu, 0x0006000cu, 0x00000008u, 0x00006c6du, 0x00000001u, 0x0000004au, 0x00006c0fu, 0x0007000cu, - 0x00000008u, 0x00006c6eu, 0x00000001u, 0x0000002au, 0x00006c6du, 0x00000222u, 0x000500c3u, 0x00000008u, - 0x00006c13u, 0x00006c5bu, 0x00006c6eu, 0x000500c3u, 0x00000008u, 0x00006c16u, 0x00006a74u, 0x00006c6eu, - 0x00050082u, 0x00000008u, 0x00006c17u, 0x00006c13u, 0x00006c16u, 0x000500c7u, 0x00000008u, 0x00006c18u, - 0x00006c17u, 0x00000535u, 0x00050084u, 0x00000008u, 0x00006c1bu, 0x00006c18u, 0x000020ceu, 0x000500c3u, - 0x00000008u, 0x00006c1cu, 0x00006c1bu, 0x00000232u, 0x0007000cu, 0x00000008u, 0x00006c1du, 0x00000001u, - 0x00000027u, 0x00006c1cu, 0x0000025fu, 0x000200f9u, 0x00006c1eu, 0x000200f8u, 0x00006c03u, 0x000400a8u, - 0x00000069u, 0x00006c05u, 0x00006be3u, 0x000300f7u, 0x00006c0bu, 0x00000000u, 0x000400fau, 0x00006c05u, - 0x00006c06u, 0x00006c0bu, 0x000200f8u, 0x00006c06u, 0x000600a9u, 0x00000069u, 0x00006c0au, 0x00006bd5u, - 0x00006be6u, 0x00006beeu, 0x000200f9u, 0x00006c0bu, 0x000200f8u, 0x00006c0bu, 0x000700f5u, 0x00000069u, - 0x00006c0cu, 0x00006be3u, 0x00006c03u, 0x00006c0au, 0x00006c06u, 0x000200f9u, 0x00006c1eu, 0x000200f8u, - 0x00006c1eu, 0x000700f5u, 0x00000008u, 0x000090cfu, 0x000020ceu, 0x00006c0bu, 0x00006c1du, 0x00006c0du, - 0x000700f5u, 0x00000069u, 0x000090cbu, 0x00006c0cu, 0x00006c0bu, 0x0000055bu, 0x00006c0du, 0x000200f9u, - 0x00006c2au, 0x000200f8u, 0x00006bf0u, 0x000400a8u, 0x00000069u, 0x00006bf2u, 0x00006be3u, 0x000300f7u, - 0x00006bf8u, 0x00000000u, 0x000400fau, 0x00006bf2u, 0x00006bf3u, 0x00006bf8u, 0x000200f8u, 0x00006bf3u, - 0x000600a9u, 0x00000069u, 0x00006bf7u, 0x00006bd5u, 0x00006be6u, 0x00006beeu, 0x000200f9u, 0x00006bf8u, - 0x000200f8u, 0x00006bf8u, 0x000700f5u, 0x00000069u, 0x00006bf9u, 0x00006be3u, 0x00006bf0u, 0x00006bf7u, - 0x00006bf3u, 0x000200f9u, 0x00006c2au, 0x000200f8u, 0x00006c2au, 0x000d00f5u, 0x00000008u, 0x000090cdu, - 0x000020ceu, 0x00006bdfu, 0x000020ceu, 0x00006bf8u, 0x000090cfu, 0x00006c1eu, 0x000020ceu, 0x00006c1fu, - 0x000020ceu, 0x00006c23u, 0x000d00f5u, 0x00000069u, 0x000090cau, 0x00000538u, 0x00006bdfu, 0x00006bf9u, - 0x00006bf8u, 0x000090cbu, 0x00006c1eu, 0x00006c22u, 0x00006c1fu, 0x00006c29u, 0x00006c23u, 0x000200f9u, - 0x00006c41u, 0x000200f8u, 0x00006c41u, 0x000700f5u, 0x00000069u, 0x000090d2u, 0x00006be0u, 0x00006c2au, - 0x00006c3fu, 0x00006c3eu, 0x000700f5u, 0x00000008u, 0x000090ccu, 0x000090cdu, 0x00006c2au, 0x000020ceu, - 0x00006c3eu, 0x000700f5u, 0x00000069u, 0x000090c9u, 0x000090cau, 0x00006c2au, 0x0000055bu, 0x00006c3eu, - 0x0004003du, 0x0000006bu, 0x00006ac7u, 0x00006a54u, 0x000300f7u, 0x00006acfu, 0x00000000u, 0x000400fau, - 0x000090c9u, 0x00006ac9u, 0x00006acfu, 0x000200f8u, 0x00006ac9u, 0x000400a8u, 0x00000069u, 0x00006acbu, - 0x00006aa3u, 0x000500abu, 0x00000069u, 0x00006acdu, 0x000090ccu, 0x00000222u, 0x000500a6u, 0x00000069u, - 0x00006aceu, 0x00006acbu, 0x00006acdu, 0x000200f9u, 0x00006acfu, 0x000200f8u, 0x00006acfu, 0x000700f5u, - 0x00000069u, 0x00006ad0u, 0x000090c9u, 0x00006c41u, 0x00006aceu, 0x00006ac9u, 0x000300f7u, 0x00006b21u, - 0x00000000u, 0x000400fau, 0x00006ad0u, 0x00006ad1u, 0x00006b21u, 0x000200f8u, 0x00006ad1u, 0x0003003eu, - 0x000070b2u, 0x00008b13u, 0x000300f7u, 0x00006aeeu, 0x00000000u, 0x000400fau, 0x00006a9fu, 0x00006addu, - 0x00006aeeu, 0x000200f8u, 0x00006addu, 0x0004003du, 0x00000010u, 0x000070bcu, 0x000070b2u, 0x0003003eu, - 0x000070cbu, 0x000070bcu, 0x0003003eu, 0x000070ccu, 0x00006b7eu, 0x0003003eu, 0x000070cdu, 0x00006b38u, - 0x0003003eu, 0x00006a58u, 0x00006b4du, 0x0003003eu, 0x00006a5du, 0x00006ac7u, 0x00050041u, 0x0000007bu, - 0x00006c7au, 0x00006a58u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006c7bu, 0x00006c7au, 0x00040071u, - 0x00000006u, 0x00006c7cu, 0x00006c7bu, 0x0004007cu, 0x00000008u, 0x00006c7du, 0x00006c7cu, 0x000300f7u, - 0x00006c8eu, 0x00000000u, 0x000b00fbu, 0x00006c7du, 0x00006c8eu, 0x00000000u, 0x00006c7eu, 0x00000001u, - 0x00006c82u, 0x00000002u, 0x00006c86u, 0x00000003u, 0x00006c8au, 0x000200f8u, 0x00006c8au, 0x0008004fu, - 0x00000047u, 0x00006c8du, 0x00006b38u, 0x00006b38u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006c8eu, 0x000200f8u, 0x00006c86u, 0x0008004fu, 0x00000047u, 0x00006c89u, 0x00006b3au, 0x00006b3au, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006c8eu, 0x000200f8u, 0x00006c82u, 0x0008004fu, - 0x00000047u, 0x00006c85u, 0x00006b7eu, 0x00006b7eu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00006c8eu, 0x000200f8u, 0x00006c7eu, 0x0008004fu, 0x00000047u, 0x00006c81u, 0x000070bcu, 0x000070bcu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006c8eu, 0x000200f8u, 0x00006c8eu, 0x000d00f5u, - 0x00000047u, 0x000093e3u, 0x000093efu, 0x00006addu, 0x00006c81u, 0x00006c7eu, 0x00006c85u, 0x00006c82u, - 0x00006c89u, 0x00006c86u, 0x00006c8du, 0x00006c8au, 0x00050041u, 0x0000007bu, 0x00006c99u, 0x00006a58u, - 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006c9au, 0x00006c99u, 0x00040071u, 0x00000006u, 0x00006c9bu, - 0x00006c9au, 0x0004007cu, 0x00000008u, 0x00006c9cu, 0x00006c9bu, 0x000300f7u, 0x00006cadu, 0x00000000u, - 0x000b00fbu, 0x00006c9cu, 0x00006cadu, 0x00000000u, 0x00006c9du, 0x00000001u, 0x00006ca1u, 0x00000002u, - 0x00006ca5u, 0x00000003u, 0x00006ca9u, 0x000200f8u, 0x00006ca9u, 0x0008004fu, 0x00000047u, 0x00006cacu, - 0x00006b38u, 0x00006b38u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006cadu, 0x000200f8u, - 0x00006ca5u, 0x0008004fu, 0x00000047u, 0x00006ca8u, 0x00006b3au, 0x00006b3au, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00006cadu, 0x000200f8u, 0x00006ca1u, 0x0008004fu, 0x00000047u, 0x00006ca4u, - 0x00006b7eu, 0x00006b7eu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006cadu, 0x000200f8u, - 0x00006c9du, 0x0008004fu, 0x00000047u, 0x00006ca0u, 0x000070bcu, 0x000070bcu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00006cadu, 0x000200f8u, 0x00006cadu, 0x000d00f5u, 0x00000047u, 0x0000b448u, - 0x0000b451u, 0x00006c8eu, 0x00006cacu, 0x00006ca9u, 0x00006ca8u, 0x00006ca5u, 0x00006ca4u, 0x00006ca1u, - 0x00006ca0u, 0x00006c9du, 0x00050041u, 0x0000007bu, 0x00006ccdu, 0x00006a58u, 0x0000045eu, 0x0004003du, - 0x0000000fu, 0x00006cceu, 0x00006ccdu, 0x00040071u, 0x00000006u, 0x00006ccfu, 0x00006cceu, 0x0004007cu, - 0x00000008u, 0x00006cd0u, 0x00006ccfu, 0x000300f7u, 0x00006cdbu, 0x00000000u, 0x000b00fbu, 0x00006cd0u, - 0x00006cdbu, 0x00000000u, 0x00006cd1u, 0x00000001u, 0x00006cd4u, 0x00000002u, 0x00006cd7u, 0x00000003u, - 0x00006cdau, 0x000200f8u, 0x00006cdau, 0x000200f9u, 0x00006cdbu, 0x000200f8u, 0x00006cd7u, 0x000200f9u, - 0x00006cdbu, 0x000200f8u, 0x00006cd4u, 0x00050041u, 0x0000007bu, 0x000070d2u, 0x000070cdu, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x00006cd6u, 0x000070d2u, 0x000200f9u, 0x00006cdbu, 0x000200f8u, 0x00006cd1u, - 0x00050041u, 0x0000007bu, 0x000070d1u, 0x000070cbu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006cd3u, - 0x000070d1u, 0x000200f9u, 0x00006cdbu, 0x000200f8u, 0x00006cdbu, 0x000d00f5u, 0x0000000fu, 0x000090dcu, - 0x000090ecu, 0x00006cadu, 0x00006cd3u, 0x00006cd1u, 0x00006cd6u, 0x00006cd4u, 0x00008730u, 0x00006cd7u, - 0x0000038au, 0x00006cdau, 0x00050041u, 0x0000007bu, 0x00006cdcu, 0x00006a58u, 0x00000466u, 0x0004003du, - 0x0000000fu, 0x00006cddu, 0x00006cdcu, 0x00040071u, 0x00000006u, 0x00006cdeu, 0x00006cddu, 0x0004007cu, - 0x00000008u, 0x00006cdfu, 0x00006cdeu, 0x000300f7u, 0x00006ce9u, 0x00000000u, 0x000b00fbu, 0x00006cdfu, - 0x00006ce9u, 0x00000000u, 0x00006ce0u, 0x00000001u, 0x00006ce4u, 0x00000002u, 0x00006ce7u, 0x00000003u, - 0x00006ce8u, 0x000200f8u, 0x00006ce8u, 0x000200f9u, 0x00006ce9u, 0x000200f8u, 0x00006ce7u, 0x000200f9u, - 0x00006ce9u, 0x000200f8u, 0x00006ce4u, 0x00050041u, 0x0000007bu, 0x000070d3u, 0x000070ccu, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x00006ce6u, 0x000070d3u, 0x000200f9u, 0x00006ce9u, 0x000200f8u, 0x00006ce0u, - 0x000400c8u, 0x0000000fu, 0x00006ce2u, 0x000090dcu, 0x000500c7u, 0x0000000fu, 0x00006ce3u, 0x00006ce2u, - 0x00000471u, 0x000200f9u, 0x00006ce9u, 0x000200f8u, 0x00006ce9u, 0x000d00f5u, 0x0000000fu, 0x0000925cu, - 0x0000926du, 0x00006cdbu, 0x00006ce3u, 0x00006ce0u, 0x00006ce6u, 0x00006ce4u, 0x00000471u, 0x00006ce7u, - 0x0000038au, 0x00006ce8u, 0x000500c2u, 0x0000000fu, 0x00006cebu, 0x000090dcu, 0x00000391u, 0x000500c2u, - 0x0000000fu, 0x00006cedu, 0x0000925cu, 0x00000391u, 0x0004003du, 0x0000000fu, 0x00006cefu, 0x00006cdcu, - 0x00040071u, 0x00000006u, 0x00006cf0u, 0x00006cefu, 0x0004007cu, 0x00000008u, 0x00006cf1u, 0x00006cf0u, - 0x000500aau, 0x00000069u, 0x00006cf2u, 0x00006cf1u, 0x0000022cu, 0x000300f7u, 0x00006cfeu, 0x00000000u, - 0x000400fau, 0x00006cf2u, 0x00006cf3u, 0x00006cfeu, 0x000200f8u, 0x00006cf3u, 0x00050041u, 0x0000007bu, - 0x00006cf5u, 0x00006a5du, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006cf6u, 0x00006cf5u, 0x000500c2u, - 0x0000000fu, 0x00006cf7u, 0x00006cebu, 0x00006cf6u, 0x000500c7u, 0x0000000fu, 0x00006cf8u, 0x00006cf7u, - 0x000004b1u, 0x00050041u, 0x0000007bu, 0x00006cfau, 0x00006a5du, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x00006cfbu, 0x00006cfau, 0x000500c2u, 0x0000000fu, 0x00006cfcu, 0x00006cedu, 0x00006cfbu, 0x000500c5u, - 0x0000000fu, 0x00006cfdu, 0x00006cfcu, 0x00000391u, 0x000200f9u, 0x00006cfeu, 0x000200f8u, 0x00006cfeu, - 0x000700f5u, 0x0000000fu, 0x0000955eu, 0x00006cedu, 0x00006ce9u, 0x00006cfdu, 0x00006cf3u, 0x000700f5u, - 0x0000000fu, 0x000093dcu, 0x00006cebu, 0x00006ce9u, 0x00006cf8u, 0x00006cf3u, 0x00040071u, 0x000004bcu, - 0x00006d00u, 0x0000b448u, 0x0004007cu, 0x000004b8u, 0x00006d01u, 0x00006d00u, 0x00040071u, 0x00000011u, - 0x00006d03u, 0x000093dcu, 0x0004007cu, 0x00000012u, 0x00006d04u, 0x00006d03u, 0x00060050u, 0x000004b8u, - 0x00006d05u, 0x00006d04u, 0x00006d04u, 0x00006d04u, 0x00050084u, 0x000004b8u, 0x00006d06u, 0x00006d01u, - 0x00006d05u, 0x00040071u, 0x000004bcu, 0x00006d08u, 0x000093e3u, 0x0004007cu, 0x000004b8u, 0x00006d09u, - 0x00006d08u, 0x00040071u, 0x00000011u, 0x00006d0bu, 0x0000955eu, 0x0004007cu, 0x00000012u, 0x00006d0cu, - 0x00006d0bu, 0x00050080u, 0x00000012u, 0x00006d0du, 0x00006d0cu, 0x000004cau, 0x00060050u, 0x000004b8u, - 0x00006d0eu, 0x00006d0du, 0x00006d0du, 0x00006d0du, 0x00050084u, 0x000004b8u, 0x00006d0fu, 0x00006d09u, - 0x00006d0eu, 0x00050080u, 0x000004b8u, 0x00006d10u, 0x00006d06u, 0x00006d0fu, 0x000500c3u, 0x000004b8u, - 0x00006d18u, 0x00006d10u, 0x0000b440u, 0x00040072u, 0x0000037eu, 0x00006d19u, 0x00006d18u, 0x0004007cu, - 0x00000047u, 0x00006d1au, 0x00006d19u, 0x000500c7u, 0x00000047u, 0x00006d50u, 0x00006d1au, 0x0000b441u, - 0x00050041u, 0x0000007bu, 0x000070c2u, 0x000070b2u, 0x0000032fu, 0x00050051u, 0x0000000fu, 0x00006ae7u, - 0x00006d50u, 0x00000000u, 0x0003003eu, 0x000070c2u, 0x00006ae7u, 0x00050041u, 0x0000007bu, 0x000070c3u, - 0x000070b2u, 0x0000045eu, 0x00050051u, 0x0000000fu, 0x00006ae9u, 0x00006d50u, 0x00000001u, 0x0003003eu, - 0x000070c3u, 0x00006ae9u, 0x00050041u, 0x0000007bu, 0x000070c4u, 0x000070b2u, 0x00000388u, 0x00050051u, - 0x0000000fu, 0x00006aebu, 0x00006d50u, 0x00000002u, 0x0003003eu, 0x000070c4u, 0x00006aebu, 0x000200f9u, - 0x00006aeeu, 0x000200f8u, 0x00006aeeu, 0x000700f5u, 0x00000047u, 0x0000b5c3u, 0x0000b451u, 0x00006ad1u, - 0x00006d1au, 0x00006cfeu, 0x000700f5u, 0x00000047u, 0x0000b37du, 0x000093efu, 0x00006ad1u, 0x000093e3u, - 0x00006cfeu, 0x000700f5u, 0x0000000fu, 0x0000b355u, 0x0000926du, 0x00006ad1u, 0x0000955eu, 0x00006cfeu, - 0x000700f5u, 0x0000000fu, 0x0000b32du, 0x000090ecu, 0x00006ad1u, 0x000093dcu, 0x00006cfeu, 0x00070050u, - 0x000005fdu, 0x0000b5eeu, 0x00006a9fu, 0x00006a9fu, 0x00006a9fu, 0x00006a9fu, 0x000600a9u, 0x00000010u, - 0x0000b5efu, 0x0000b5eeu, 0x00006b4fu, 0x00006b4du, 0x0004003du, 0x00000010u, 0x000070c5u, 0x000070b2u, - 0x0003003eu, 0x000070d9u, 0x000070c5u, 0x0003003eu, 0x000070dau, 0x00006b7eu, 0x0003003eu, 0x000070dbu, - 0x00006b38u, 0x0003003eu, 0x00006a61u, 0x0000b5efu, 0x0003003eu, 0x00006a66u, 0x00006ac7u, 0x000300f7u, - 0x00006e35u, 0x00000000u, 0x000300fbu, 0x0000032fu, 0x00006d5du, 0x000200f8u, 0x00006d5du, 0x00050041u, - 0x0000007bu, 0x00006d5eu, 0x00006a61u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006d5fu, 0x00006d5eu, - 0x00040071u, 0x00000006u, 0x00006d60u, 0x00006d5fu, 0x0004007cu, 0x00000008u, 0x00006d61u, 0x00006d60u, - 0x000300f7u, 0x00006d72u, 0x00000000u, 0x000b00fbu, 0x00006d61u, 0x00006d72u, 0x00000000u, 0x00006d62u, - 0x00000001u, 0x00006d66u, 0x00000002u, 0x00006d6au, 0x00000003u, 0x00006d6eu, 0x000200f8u, 0x00006d6eu, - 0x0008004fu, 0x00000047u, 0x00006d71u, 0x00006b38u, 0x00006b38u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006d72u, 0x000200f8u, 0x00006d6au, 0x0008004fu, 0x00000047u, 0x00006d6du, 0x00006b3au, - 0x00006b3au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006d72u, 0x000200f8u, 0x00006d66u, - 0x0008004fu, 0x00000047u, 0x00006d69u, 0x00006b7eu, 0x00006b7eu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00006d72u, 0x000200f8u, 0x00006d62u, 0x0008004fu, 0x00000047u, 0x00006d65u, 0x000070c5u, - 0x000070c5u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00006d72u, 0x000200f8u, 0x00006d72u, - 0x000d00f5u, 0x00000047u, 0x00009882u, 0x0000988fu, 0x00006d5du, 0x00006d65u, 0x00006d62u, 0x00006d69u, - 0x00006d66u, 0x00006d6du, 0x00006d6au, 0x00006d71u, 0x00006d6eu, 0x000400a8u, 0x00000069u, 0x00006d77u, - 0x00006bd5u, 0x000500a7u, 0x00000069u, 0x00006d78u, 0x00006a9bu, 0x00006d77u, 0x000300f7u, 0x00006d7bu, - 0x00000000u, 0x000400fau, 0x00006d78u, 0x00006d79u, 0x00006d7bu, 0x000200f8u, 0x00006d79u, 0x000200f9u, - 0x00006e35u, 0x000200f8u, 0x00006d7bu, 0x00050041u, 0x0000007bu, 0x00006d7du, 0x00006a61u, 0x0000032fu, - 0x0004003du, 0x0000000fu, 0x00006d7eu, 0x00006d7du, 0x00040071u, 0x00000006u, 0x00006d7fu, 0x00006d7eu, - 0x0004007cu, 0x00000008u, 0x00006d80u, 0x00006d7fu, 0x000300f7u, 0x00006d91u, 0x00000000u, 0x000b00fbu, - 0x00006d80u, 0x00006d91u, 0x00000000u, 0x00006d81u, 0x00000001u, 0x00006d85u, 0x00000002u, 0x00006d89u, - 0x00000003u, 0x00006d8du, 0x000200f8u, 0x00006d8du, 0x0008004fu, 0x00000047u, 0x00006d90u, 0x00006b38u, - 0x00006b38u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00006d56u, 0x00006d90u, 0x000200f9u, - 0x00006d91u, 0x000200f8u, 0x00006d89u, 0x0008004fu, 0x00000047u, 0x00006d8cu, 0x00006b3au, 0x00006b3au, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00006d56u, 0x00006d8cu, 0x000200f9u, 0x00006d91u, - 0x000200f8u, 0x00006d85u, 0x0008004fu, 0x00000047u, 0x00006d88u, 0x00006b7eu, 0x00006b7eu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0003003eu, 0x00006d56u, 0x00006d88u, 0x000200f9u, 0x00006d91u, 0x000200f8u, - 0x00006d81u, 0x0008004fu, 0x00000047u, 0x00006d84u, 0x000070c5u, 0x000070c5u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x0003003eu, 0x00006d56u, 0x00006d84u, 0x000200f9u, 0x00006d91u, 0x000200f8u, 0x00006d91u, - 0x000400a8u, 0x00000069u, 0x00006d95u, 0x000090d2u, 0x000400a8u, 0x00000069u, 0x00006d96u, 0x00006d95u, - 0x000300f7u, 0x00006dabu, 0x00000000u, 0x000400fau, 0x00006d96u, 0x00006d97u, 0x00006dabu, 0x000200f8u, - 0x00006d97u, 0x00050041u, 0x0000007bu, 0x00006d98u, 0x00006a61u, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x00006d99u, 0x00006d98u, 0x00040071u, 0x00000006u, 0x00006d9au, 0x00006d99u, 0x0004007cu, 0x00000008u, - 0x00006d9bu, 0x00006d9au, 0x000500aau, 0x00000069u, 0x00006d9cu, 0x00006d9bu, 0x00000222u, 0x000300f7u, - 0x00006da3u, 0x00000000u, 0x000400fau, 0x00006d9cu, 0x00006d9du, 0x00006da3u, 0x000200f8u, 0x00006d9du, - 0x00050041u, 0x0000007bu, 0x00006d9eu, 0x00006a61u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006d9fu, - 0x00006d9eu, 0x00040071u, 0x00000006u, 0x00006da0u, 0x00006d9fu, 0x0004007cu, 0x00000008u, 0x00006da1u, - 0x00006da0u, 0x000500aau, 0x00000069u, 0x00006da2u, 0x00006da1u, 0x00000222u, 0x000200f9u, 0x00006da3u, - 0x000200f8u, 0x00006da3u, 0x000700f5u, 0x00000069u, 0x00006da4u, 0x00006d9cu, 0x00006d97u, 0x00006da2u, - 0x00006d9du, 0x000300f7u, 0x00006da9u, 0x00000000u, 0x000400fau, 0x00006da4u, 0x00006da5u, 0x00006da9u, - 0x000200f8u, 0x00006da5u, 0x00050041u, 0x0000007bu, 0x000070deu, 0x000070d9u, 0x00000466u, 0x0004003du, - 0x0000000fu, 0x00006da7u, 0x000070deu, 0x000500aau, 0x00000069u, 0x00006da8u, 0x00006da7u, 0x00000471u, - 0x000200f9u, 0x00006da9u, 0x000200f8u, 0x00006da9u, 0x000700f5u, 0x00000069u, 0x00006daau, 0x00006da4u, - 0x00006da3u, 0x00006da8u, 0x00006da5u, 0x000200f9u, 0x00006dabu, 0x000200f8u, 0x00006dabu, 0x000700f5u, - 0x00000069u, 0x00006dacu, 0x00006d95u, 0x00006d91u, 0x00006daau, 0x00006da9u, 0x000300f7u, 0x00006dafu, - 0x00000000u, 0x000400fau, 0x00006dacu, 0x00006dadu, 0x00006dafu, 0x000200f8u, 0x00006dadu, 0x0004003du, - 0x00000047u, 0x00006daeu, 0x00006d56u, 0x000200f9u, 0x00006e35u, 0x000200f8u, 0x00006dafu, 0x00050041u, - 0x0000007bu, 0x00006db1u, 0x00006a61u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006db2u, 0x00006db1u, - 0x00040071u, 0x00000006u, 0x00006db3u, 0x00006db2u, 0x0004007cu, 0x00000008u, 0x00006db4u, 0x00006db3u, - 0x000300f7u, 0x00006dbfu, 0x00000000u, 0x000b00fbu, 0x00006db4u, 0x00006dbfu, 0x00000000u, 0x00006db5u, - 0x00000001u, 0x00006db8u, 0x00000002u, 0x00006dbbu, 0x00000003u, 0x00006dbeu, 0x000200f8u, 0x00006dbeu, - 0x000200f9u, 0x00006dbfu, 0x000200f8u, 0x00006dbbu, 0x000200f9u, 0x00006dbfu, 0x000200f8u, 0x00006db8u, - 0x00050041u, 0x0000007bu, 0x000070e0u, 0x000070dbu, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006dbau, - 0x000070e0u, 0x000200f9u, 0x00006dbfu, 0x000200f8u, 0x00006db5u, 0x00050041u, 0x0000007bu, 0x000070dfu, - 0x000070d9u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006db7u, 0x000070dfu, 0x000200f9u, 0x00006dbfu, - 0x000200f8u, 0x00006dbfu, 0x000d00f5u, 0x0000000fu, 0x00009561u, 0x00009572u, 0x00006dafu, 0x00006db7u, - 0x00006db5u, 0x00006dbau, 0x00006db8u, 0x00008730u, 0x00006dbbu, 0x0000038au, 0x00006dbeu, 0x00050041u, - 0x0000007bu, 0x00006dc0u, 0x00006a61u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006dc1u, 0x00006dc0u, - 0x00040071u, 0x00000006u, 0x00006dc2u, 0x00006dc1u, 0x0004007cu, 0x00000008u, 0x00006dc3u, 0x00006dc2u, - 0x000300f7u, 0x00006dcdu, 0x00000000u, 0x000b00fbu, 0x00006dc3u, 0x00006dcdu, 0x00000000u, 0x00006dc4u, - 0x00000001u, 0x00006dc8u, 0x00000002u, 0x00006dcbu, 0x00000003u, 0x00006dccu, 0x000200f8u, 0x00006dccu, - 0x000200f9u, 0x00006dcdu, 0x000200f8u, 0x00006dcbu, 0x000200f9u, 0x00006dcdu, 0x000200f8u, 0x00006dc8u, - 0x00050041u, 0x0000007bu, 0x000070e1u, 0x000070dau, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006dcau, - 0x000070e1u, 0x000200f9u, 0x00006dcdu, 0x000200f8u, 0x00006dc4u, 0x000400c8u, 0x0000000fu, 0x00006dc6u, - 0x00009561u, 0x000500c7u, 0x0000000fu, 0x00006dc7u, 0x00006dc6u, 0x00000471u, 0x000200f9u, 0x00006dcdu, - 0x000200f8u, 0x00006dcdu, 0x000d00f5u, 0x0000000fu, 0x000096eeu, 0x00009700u, 0x00006dbfu, 0x00006dc7u, - 0x00006dc4u, 0x00006dcau, 0x00006dc8u, 0x00000471u, 0x00006dcbu, 0x0000038au, 0x00006dccu, 0x000500c2u, - 0x0000000fu, 0x00006dcfu, 0x00009561u, 0x00000391u, 0x000500c2u, 0x0000000fu, 0x00006dd1u, 0x000096eeu, - 0x00000391u, 0x0004003du, 0x0000000fu, 0x00006dd3u, 0x00006dc0u, 0x00040071u, 0x00000006u, 0x00006dd4u, - 0x00006dd3u, 0x0004007cu, 0x00000008u, 0x00006dd5u, 0x00006dd4u, 0x000500aau, 0x00000069u, 0x00006dd6u, - 0x00006dd5u, 0x0000022cu, 0x000300f7u, 0x00006de2u, 0x00000000u, 0x000400fau, 0x00006dd6u, 0x00006dd7u, - 0x00006de2u, 0x000200f8u, 0x00006dd7u, 0x00050041u, 0x0000007bu, 0x00006dd9u, 0x00006a66u, 0x0000032fu, - 0x0004003du, 0x0000000fu, 0x00006ddau, 0x00006dd9u, 0x000500c2u, 0x0000000fu, 0x00006ddbu, 0x00006dcfu, - 0x00006ddau, 0x000500c7u, 0x0000000fu, 0x00006ddcu, 0x00006ddbu, 0x000004b1u, 0x00050041u, 0x0000007bu, - 0x00006ddeu, 0x00006a66u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006ddfu, 0x00006ddeu, 0x000500c2u, - 0x0000000fu, 0x00006de0u, 0x00006dd1u, 0x00006ddfu, 0x000500c5u, 0x0000000fu, 0x00006de1u, 0x00006de0u, - 0x00000391u, 0x000200f9u, 0x00006de2u, 0x000200f8u, 0x00006de2u, 0x000700f5u, 0x0000000fu, 0x00009a0au, - 0x00006dd1u, 0x00006dcdu, 0x00006de1u, 0x00006dd7u, 0x000700f5u, 0x0000000fu, 0x0000987bu, 0x00006dcfu, - 0x00006dcdu, 0x00006ddcu, 0x00006dd7u, 0x0004003du, 0x00000047u, 0x00006de3u, 0x00006d56u, 0x00040071u, - 0x000004bcu, 0x00006de4u, 0x00006de3u, 0x0004007cu, 0x000004b8u, 0x00006de5u, 0x00006de4u, 0x00040071u, - 0x00000011u, 0x00006de7u, 0x0000987bu, 0x0004007cu, 0x00000012u, 0x00006de8u, 0x00006de7u, 0x00060050u, - 0x000004b8u, 0x00006de9u, 0x00006de8u, 0x00006de8u, 0x00006de8u, 0x00050084u, 0x000004b8u, 0x00006deau, - 0x00006de5u, 0x00006de9u, 0x00040071u, 0x000004bcu, 0x00006decu, 0x00009882u, 0x0004007cu, 0x000004b8u, - 0x00006dedu, 0x00006decu, 0x00040071u, 0x00000011u, 0x00006defu, 0x00009a0au, 0x0004007cu, 0x00000012u, - 0x00006df0u, 0x00006defu, 0x00050080u, 0x00000012u, 0x00006df1u, 0x00006df0u, 0x000004cau, 0x00060050u, - 0x000004b8u, 0x00006df2u, 0x00006df1u, 0x00006df1u, 0x00006df1u, 0x00050084u, 0x000004b8u, 0x00006df3u, - 0x00006dedu, 0x00006df2u, 0x00050080u, 0x000004b8u, 0x00006df4u, 0x00006deau, 0x00006df3u, 0x0003003eu, - 0x00006d59u, 0x00006df4u, 0x000500a6u, 0x00000069u, 0x00006df8u, 0x00000538u, 0x00006a8bu, 0x000300f7u, - 0x00006e31u, 0x00000000u, 0x000400fau, 0x00006df8u, 0x00006df9u, 0x00006dffu, 0x000200f8u, 0x00006dffu, - 0x00040071u, 0x00000006u, 0x00006e01u, 0x0000987bu, 0x0004007cu, 0x00000008u, 0x00006e02u, 0x00006e01u, - 0x000500c3u, 0x00000008u, 0x00006e03u, 0x00006e02u, 0x0000022fu, 0x00040071u, 0x00000006u, 0x00006e05u, - 0x00009a0au, 0x0004007cu, 0x00000008u, 0x00006e06u, 0x00006e05u, 0x000500c3u, 0x00000008u, 0x00006e07u, - 0x00006e06u, 0x0000022fu, 0x00050080u, 0x00000008u, 0x00006e08u, 0x00006e03u, 0x00006e07u, 0x00050080u, - 0x00000008u, 0x00006e09u, 0x00006e08u, 0x0000022cu, 0x0004003du, 0x000004b8u, 0x00006e0au, 0x00006d59u, - 0x000500c3u, 0x000004b8u, 0x00006e0cu, 0x00006e0au, 0x0000b442u, 0x000500c7u, 0x000004b8u, 0x00006e0fu, - 0x00006e0cu, 0x0000b443u, 0x0003003eu, 0x00006d59u, 0x00006e0fu, 0x0004003du, 0x000004efu, 0x00006e10u, - 0x000004f1u, 0x000500c4u, 0x00000008u, 0x00006e12u, 0x00006e09u, 0x00000268u, 0x00050041u, 0x000001cbu, - 0x00006e13u, 0x00006d59u, 0x0000032fu, 0x0004003du, 0x00000012u, 0x00006e14u, 0x00006e13u, 0x00040072u, - 0x00000008u, 0x00006e15u, 0x00006e14u, 0x000500c5u, 0x00000008u, 0x00006e16u, 0x00006e12u, 0x00006e15u, - 0x0005005fu, 0x000004f9u, 0x00006e17u, 0x00006e10u, 0x00006e16u, 0x00050051u, 0x00000006u, 0x00006e18u, - 0x00006e17u, 0x00000000u, 0x00040071u, 0x0000000fu, 0x00006e19u, 0x00006e18u, 0x00050041u, 0x0000007bu, - 0x00006e1au, 0x00006d56u, 0x0000032fu, 0x0003003eu, 0x00006e1au, 0x00006e19u, 0x00050041u, 0x000001cbu, - 0x00006e1eu, 0x00006d59u, 0x0000045eu, 0x0004003du, 0x00000012u, 0x00006e1fu, 0x00006e1eu, 0x00040072u, - 0x00000008u, 0x00006e20u, 0x00006e1fu, 0x000500c5u, 0x00000008u, 0x00006e21u, 0x00006e12u, 0x00006e20u, - 0x0005005fu, 0x000004f9u, 0x00006e22u, 0x00006e10u, 0x00006e21u, 0x00050051u, 0x00000006u, 0x00006e23u, - 0x00006e22u, 0x00000000u, 0x00040071u, 0x0000000fu, 0x00006e24u, 0x00006e23u, 0x00050041u, 0x0000007bu, - 0x00006e25u, 0x00006d56u, 0x0000045eu, 0x0003003eu, 0x00006e25u, 0x00006e24u, 0x00050041u, 0x000001cbu, - 0x00006e29u, 0x00006d59u, 0x00000388u, 0x0004003du, 0x00000012u, 0x00006e2au, 0x00006e29u, 0x00040072u, - 0x00000008u, 0x00006e2bu, 0x00006e2au, 0x000500c5u, 0x00000008u, 0x00006e2cu, 0x00006e12u, 0x00006e2bu, - 0x0005005fu, 0x000004f9u, 0x00006e2du, 0x00006e10u, 0x00006e2cu, 0x00050051u, 0x00000006u, 0x00006e2eu, - 0x00006e2du, 0x00000000u, 0x00040071u, 0x0000000fu, 0x00006e2fu, 0x00006e2eu, 0x00050041u, 0x0000007bu, - 0x00006e30u, 0x00006d56u, 0x00000388u, 0x0003003eu, 0x00006e30u, 0x00006e2fu, 0x000200f9u, 0x00006e31u, - 0x000200f8u, 0x00006df9u, 0x0004003du, 0x000004b8u, 0x00006dfau, 0x00006d59u, 0x000500c3u, 0x000004b8u, - 0x00006dfcu, 0x00006dfau, 0x0000b440u, 0x00040072u, 0x0000037eu, 0x00006dfdu, 0x00006dfcu, 0x0004007cu, - 0x00000047u, 0x00006dfeu, 0x00006dfdu, 0x0003003eu, 0x00006d56u, 0x00006dfeu, 0x000200f9u, 0x00006e31u, - 0x000200f8u, 0x00006e31u, 0x0004003du, 0x00000047u, 0x00006e32u, 0x00006d56u, 0x000500c7u, 0x00000047u, - 0x00006e34u, 0x00006e32u, 0x0000b441u, 0x000200f9u, 0x00006e35u, 0x000200f8u, 0x00006e35u, 0x000900f5u, - 0x0000000fu, 0x0000b3beu, 0x00009700u, 0x00006d79u, 0x00009700u, 0x00006dadu, 0x00009a0au, 0x00006e31u, - 0x000900f5u, 0x0000000fu, 0x0000b3a3u, 0x00009572u, 0x00006d79u, 0x00009572u, 0x00006dadu, 0x0000987bu, - 0x00006e31u, 0x000900f5u, 0x00000047u, 0x00009a0bu, 0x00009882u, 0x00006d79u, 0x00006daeu, 0x00006dadu, - 0x00006e34u, 0x00006e31u, 0x000300f7u, 0x00006afeu, 0x00000000u, 0x000400fau, 0x00006aa7u, 0x00006af8u, - 0x00006afeu, 0x000200f8u, 0x00006af8u, 0x00040071u, 0x0000030eu, 0x00006afau, 0x00009a0bu, 0x0004007cu, - 0x00000044u, 0x00006afbu, 0x00006afau, 0x00060050u, 0x00000044u, 0x00006e3eu, 0x00006a77u, 0x00006a77u, - 0x00006a77u, 0x000500c3u, 0x00000044u, 0x00006e3fu, 0x00006e3eu, 0x00000355u, 0x000500c7u, 0x00000044u, - 0x00006e41u, 0x00006e3fu, 0x0000b43cu, 0x000500c7u, 0x00000044u, 0x00006e44u, 0x00006afbu, 0x0000b43du, - 0x00050080u, 0x00000044u, 0x00006e46u, 0x00006e44u, 0x0000b43eu, 0x000500adu, 0x00000365u, 0x00006e48u, - 0x00006afbu, 0x00000364u, 0x000600a9u, 0x00000044u, 0x00006e49u, 0x00006e48u, 0x00000361u, 0x00006e46u, - 0x000500c7u, 0x00000044u, 0x00006e4du, 0x00006afbu, 0x0000b43cu, 0x00050082u, 0x00000044u, 0x00006e4eu, - 0x00006e41u, 0x00006e4du, 0x000500c3u, 0x00000044u, 0x00006e50u, 0x00006e4eu, 0x0000b43fu, 0x00050082u, - 0x00000044u, 0x00006e53u, 0x00006e49u, 0x00006afbu, 0x000500c7u, 0x00000044u, 0x00006e57u, 0x00006e53u, - 0x00006e50u, 0x00050080u, 0x00000044u, 0x00006e58u, 0x00006afbu, 0x00006e57u, 0x000500c7u, 0x00000044u, - 0x00006e5bu, 0x00006e58u, 0x00000361u, 0x00040072u, 0x0000037eu, 0x00006e5cu, 0x00006e5bu, 0x0004007cu, - 0x00000047u, 0x00006e5du, 0x00006e5cu, 0x000200f9u, 0x00006afeu, 0x000200f8u, 0x00006afeu, 0x000700f5u, - 0x00000047u, 0x00009a2au, 0x00009a0bu, 0x00006e35u, 0x00006e5du, 0x00006af8u, 0x00040071u, 0x00000006u, - 0x00006b04u, 0x00006b53u, 0x0004007cu, 0x00000008u, 0x00006b05u, 0x00006b04u, 0x000300f7u, 0x00006e76u, - 0x00000000u, 0x000b00fbu, 0x00006b05u, 0x00006e76u, 0x00000000u, 0x00006e62u, 0x00000001u, 0x00006e6eu, - 0x00000002u, 0x00006e73u, 0x00000003u, 0x00006e74u, 0x000200f8u, 0x00006e74u, 0x000200f9u, 0x00006e76u, - 0x000200f8u, 0x00006e73u, 0x000200f9u, 0x00006e76u, 0x000200f8u, 0x00006e6eu, 0x00050080u, 0x00000008u, - 0x00006e71u, 0x000090ccu, 0x00006ab7u, 0x000500c7u, 0x00000008u, 0x00006e72u, 0x00006e71u, 0x0000023eu, - 0x000200f9u, 0x00006e76u, 0x000200f8u, 0x00006e62u, 0x000300f7u, 0x00006e6du, 0x00000000u, 0x000400fau, - 0x000090d2u, 0x00006e64u, 0x00006e69u, 0x000200f8u, 0x00006e69u, 0x00050082u, 0x00000008u, 0x00006e6bu, - 0x000090ccu, 0x0000022cu, 0x000500c7u, 0x00000008u, 0x00006e6cu, 0x00006e6bu, 0x0000023eu, 0x000200f9u, - 0x00006e6du, 0x000200f8u, 0x00006e64u, 0x00050080u, 0x00000008u, 0x00006e67u, 0x00006ab7u, 0x000090ccu, - 0x0007000cu, 0x00000008u, 0x00006e68u, 0x00000001u, 0x00000027u, 0x0000023eu, 0x00006e67u, 0x000200f9u, - 0x00006e6du, 0x000200f8u, 0x00006e6du, 0x000700f5u, 0x00000008u, 0x00009a28u, 0x00006e68u, 0x00006e64u, - 0x00006e6cu, 0x00006e69u, 0x000200f9u, 0x00006e76u, 0x000200f8u, 0x00006e76u, 0x000d00f5u, 0x00000008u, - 0x00009a27u, 0x00000222u, 0x00006afeu, 0x00009a28u, 0x00006e6du, 0x00006e72u, 0x00006e6eu, 0x0000023eu, - 0x00006e73u, 0x00006ab7u, 0x00006e74u, 0x000500c4u, 0x00000008u, 0x00006b0bu, 0x00009a27u, 0x00000238u, - 0x00040072u, 0x0000037du, 0x00006b0cu, 0x00006b0bu, 0x0004007cu, 0x0000000fu, 0x00006b0du, 0x00006b0cu, - 0x00050051u, 0x0000000fu, 0x00006b0eu, 0x00009a2au, 0x00000000u, 0x00050051u, 0x0000000fu, 0x00006b0fu, - 0x00009a2au, 0x00000001u, 0x00050051u, 0x0000000fu, 0x00006b10u, 0x00009a2au, 0x00000002u, 0x00070050u, - 0x00000010u, 0x00006b11u, 0x00006b0eu, 0x00006b0fu, 0x00006b10u, 0x00006b0du, 0x000300f7u, 0x00006e84u, - 0x00000000u, 0x000400fau, 0x00000963u, 0x00006e79u, 0x00006e82u, 0x000200f8u, 0x00006e82u, 0x0003003eu, - 0x00000677u, 0x00006b11u, 0x000200f9u, 0x00006e84u, 0x000200f8u, 0x00006e79u, 0x00050041u, 0x0000007bu, - 0x00006e7cu, 0x00000677u, 0x0000032fu, 0x0003003eu, 0x00006e7cu, 0x00006b0eu, 0x00050041u, 0x0000007bu, - 0x00006e7eu, 0x00000677u, 0x0000045eu, 0x0003003eu, 0x00006e7eu, 0x00006b0fu, 0x00050041u, 0x0000007bu, - 0x00006e80u, 0x00000677u, 0x00000388u, 0x0003003eu, 0x00006e80u, 0x00006b10u, 0x000200f9u, 0x00006e84u, - 0x000200f8u, 0x00006e84u, 0x000300f7u, 0x00006b20u, 0x00000000u, 0x000400fau, 0x00006a93u, 0x00006b14u, - 0x00006b1cu, 0x000200f8u, 0x00006b1cu, 0x000300f7u, 0x00006b1fu, 0x00000000u, 0x000400fau, 0x00000858u, - 0x00006b1du, 0x00006b1fu, 0x000200f8u, 0x00006b1du, 0x000300f7u, 0x00006f01u, 0x00000000u, 0x000700fbu, - 0x0000065eu, 0x00006f01u, 0x00000002u, 0x00006eceu, 0x00000003u, 0x00006eebu, 0x000200f8u, 0x00006eebu, - 0x0004003du, 0x00000010u, 0x00006eecu, 0x00000677u, 0x0007004fu, 0x0000006bu, 0x00006eedu, 0x00006eecu, - 0x00006eecu, 0x00000000u, 0x00000003u, 0x00040071u, 0x000000b0u, 0x00006eeeu, 0x00006eedu, 0x0003003eu, - 0x00006ecau, 0x00006eeeu, 0x00050041u, 0x00000007u, 0x00006eefu, 0x00006ecau, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00006ef0u, 0x00006eefu, 0x000500c4u, 0x00000006u, 0x00006ef1u, 0x00006ef0u, 0x00000316u, - 0x00050041u, 0x00000007u, 0x00006ef2u, 0x00006ecau, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00006ef3u, - 0x00006ef2u, 0x000500c5u, 0x00000006u, 0x00006ef4u, 0x00006ef1u, 0x00006ef3u, 0x000500c7u, 0x00000006u, - 0x00006ef6u, 0x00006ef4u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00006ef7u, 0x00006ef6u, 0x00000466u, - 0x000500c2u, 0x00000006u, 0x00006ef9u, 0x00006ef4u, 0x00000388u, 0x00040071u, 0x00000011u, 0x00006efau, - 0x00006ef9u, 0x000500c7u, 0x00000006u, 0x00006efcu, 0x00006ef4u, 0x00000466u, 0x000500c4u, 0x00000006u, - 0x00006efdu, 0x00006efcu, 0x00000388u, 0x000500c5u, 0x00000006u, 0x00006effu, 0x00006efdu, 0x00006ef7u, - 0x00040071u, 0x0000000fu, 0x00006f00u, 0x00006effu, 0x000200f9u, 0x00006f01u, 0x000200f8u, 0x00006eceu, - 0x00050041u, 0x0000007bu, 0x00006ecfu, 0x00000677u, 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006ed0u, - 0x00006ecfu, 0x000500c2u, 0x0000000fu, 0x00006ed1u, 0x00006ed0u, 0x00000391u, 0x00050041u, 0x0000007bu, - 0x00006ed2u, 0x00000677u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x00006ed3u, 0x00006ed2u, 0x000500c7u, - 0x0000000fu, 0x00006ed4u, 0x00006ed3u, 0x00000623u, 0x000500c5u, 0x0000000fu, 0x00006ed5u, 0x00006ed1u, - 0x00006ed4u, 0x00050041u, 0x0000007bu, 0x00006ed6u, 0x00000677u, 0x0000032fu, 0x0004003du, 0x0000000fu, - 0x00006ed7u, 0x00006ed6u, 0x00040071u, 0x00000006u, 0x00006ed8u, 0x00006ed7u, 0x000500c7u, 0x00000006u, - 0x00006ed9u, 0x00006ed8u, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x00006edau, 0x00006ed9u, 0x000006f9u, - 0x00050041u, 0x0000007bu, 0x00006edbu, 0x00000677u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006edcu, - 0x00006edbu, 0x00040071u, 0x00000006u, 0x00006eddu, 0x00006edcu, 0x000500c7u, 0x00000006u, 0x00006edeu, - 0x00006eddu, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x00006edfu, 0x00006edeu, 0x0000045eu, 0x000500c5u, - 0x00000006u, 0x00006ee1u, 0x00006edau, 0x00006edfu, 0x0004003du, 0x0000000fu, 0x00006ee3u, 0x00006ed2u, - 0x00040071u, 0x00000006u, 0x00006ee4u, 0x00006ee3u, 0x000500c7u, 0x00000006u, 0x00006ee5u, 0x00006ee4u, - 0x000006a0u, 0x000500c2u, 0x00000006u, 0x00006ee6u, 0x00006ee5u, 0x00000706u, 0x000500c5u, 0x00000006u, - 0x00006ee8u, 0x00006ee1u, 0x00006ee6u, 0x00040071u, 0x00000011u, 0x00006eeau, 0x00006ee8u, 0x000200f9u, - 0x00006f01u, 0x000200f8u, 0x00006f01u, 0x000900f5u, 0x0000000fu, 0x0000b315u, 0x00008f55u, 0x00006b1du, - 0x00006ed5u, 0x00006eceu, 0x00006f00u, 0x00006eebu, 0x000900f5u, 0x00000011u, 0x0000b2d7u, 0x00008deeu, - 0x00006b1du, 0x00006eeau, 0x00006eceu, 0x00006efau, 0x00006eebu, 0x000200f9u, 0x00006b1fu, 0x000200f8u, - 0x00006b1fu, 0x000700f5u, 0x0000000fu, 0x0000b2f7u, 0x00008f55u, 0x00006b1cu, 0x0000b315u, 0x00006f01u, - 0x000700f5u, 0x00000011u, 0x0000b2b9u, 0x00008deeu, 0x00006b1cu, 0x0000b2d7u, 0x00006f01u, 0x000200f9u, - 0x00006b20u, 0x000200f8u, 0x00006b14u, 0x00050082u, 0x00000008u, 0x00006e8cu, 0x000003efu, 0x00006a74u, - 0x0007000cu, 0x00000008u, 0x00006e8du, 0x00000001u, 0x0000002au, 0x00006e8cu, 0x0000022cu, 0x0006000cu, - 0x00000008u, 0x00006e8fu, 0x00000001u, 0x0000004au, 0x00006e8du, 0x00050082u, 0x00000008u, 0x00006e90u, - 0x000003f4u, 0x00006e8fu, 0x0008000cu, 0x00000008u, 0x00006e92u, 0x00000001u, 0x0000002du, 0x00006e90u, - 0x00000222u, 0x0000023eu, 0x00050082u, 0x00000008u, 0x00006e94u, 0x0000023bu, 0x00006e92u, 0x0007000cu, - 0x00000008u, 0x00006e95u, 0x00000001u, 0x0000002au, 0x00006e94u, 0x00000222u, 0x000500c3u, 0x00000008u, - 0x00006e98u, 0x00006a74u, 0x00006e95u, 0x000500c7u, 0x00000008u, 0x00006e99u, 0x00006e98u, 0x000003dcu, - 0x000500c4u, 0x00000008u, 0x00006e9bu, 0x00006e92u, 0x00000268u, 0x00050080u, 0x00000008u, 0x00006e9du, - 0x00006e9bu, 0x00006e99u, 0x00040072u, 0x00000012u, 0x00006e9eu, 0x00006e9du, 0x0004007cu, 0x00000011u, - 0x00006e9fu, 0x00006e9eu, 0x000300f7u, 0x00006b1bu, 0x00000000u, 0x000400fau, 0x00000858u, 0x00006b19u, - 0x00006b1bu, 0x000200f8u, 0x00006b19u, 0x00040071u, 0x00000006u, 0x00006ea3u, 0x00006e9fu, 0x000500c4u, - 0x00000006u, 0x00006ea4u, 0x00006ea3u, 0x00000706u, 0x000500c5u, 0x00000006u, 0x00006ea7u, 0x00006ea4u, - 0x00006ab3u, 0x000300f7u, 0x00006ec8u, 0x00000000u, 0x000700fbu, 0x0000065eu, 0x00006ec8u, 0x00000002u, - 0x00006ea8u, 0x00000003u, 0x00006ebdu, 0x000200f8u, 0x00006ebdu, 0x000500c2u, 0x00000006u, 0x00006ebfu, - 0x00006ea7u, 0x00000733u, 0x000500c7u, 0x00000006u, 0x00006ec0u, 0x00006ebfu, 0x000006c5u, 0x00040071u, - 0x0000000fu, 0x00006ec1u, 0x00006ec0u, 0x00050041u, 0x0000007bu, 0x00006ec2u, 0x00000677u, 0x0000032fu, - 0x0003003eu, 0x00006ec2u, 0x00006ec1u, 0x000500c2u, 0x00000006u, 0x00006ec4u, 0x00006ea7u, 0x00000388u, - 0x000500c7u, 0x00000006u, 0x00006ec5u, 0x00006ec4u, 0x000006c5u, 0x00040071u, 0x0000000fu, 0x00006ec6u, - 0x00006ec5u, 0x00050041u, 0x0000007bu, 0x00006ec7u, 0x00000677u, 0x00000466u, 0x0003003eu, 0x00006ec7u, - 0x00006ec6u, 0x000200f9u, 0x00006ec8u, 0x000200f8u, 0x00006ea8u, 0x000500c2u, 0x00000006u, 0x00006eaau, - 0x00006ea7u, 0x00000733u, 0x000500c7u, 0x00000006u, 0x00006eabu, 0x00006eaau, 0x000006a0u, 0x00040071u, - 0x0000000fu, 0x00006eacu, 0x00006eabu, 0x00050041u, 0x0000007bu, 0x00006eadu, 0x00000677u, 0x0000032fu, - 0x0003003eu, 0x00006eadu, 0x00006eacu, 0x000500c2u, 0x00000006u, 0x00006eafu, 0x00006ea7u, 0x00000739u, - 0x000500c7u, 0x00000006u, 0x00006eb0u, 0x00006eafu, 0x000006a0u, 0x00040071u, 0x0000000fu, 0x00006eb1u, - 0x00006eb0u, 0x00050041u, 0x0000007bu, 0x00006eb2u, 0x00000677u, 0x0000045eu, 0x0003003eu, 0x00006eb2u, - 0x00006eb1u, 0x000500c2u, 0x00000006u, 0x00006eb4u, 0x00006ea7u, 0x0000032fu, 0x000500c7u, 0x00000006u, - 0x00006eb5u, 0x00006eb4u, 0x000006a0u, 0x00040071u, 0x0000000fu, 0x00006eb6u, 0x00006eb5u, 0x00050041u, - 0x0000007bu, 0x00006eb7u, 0x00000677u, 0x00000388u, 0x0003003eu, 0x00006eb7u, 0x00006eb6u, 0x000500c7u, - 0x00000006u, 0x00006eb9u, 0x00006ea7u, 0x00000744u, 0x000500c4u, 0x00000006u, 0x00006ebau, 0x00006eb9u, - 0x00000739u, 0x00040071u, 0x0000000fu, 0x00006ebbu, 0x00006ebau, 0x00050041u, 0x0000007bu, 0x00006ebcu, - 0x00000677u, 0x00000466u, 0x0003003eu, 0x00006ebcu, 0x00006ebbu, 0x000200f9u, 0x00006ec8u, 0x000200f8u, - 0x00006ec8u, 0x000200f9u, 0x00006b1bu, 0x000200f8u, 0x00006b1bu, 0x000200f9u, 0x00006b20u, 0x000200f8u, - 0x00006b20u, 0x000700f5u, 0x0000000fu, 0x0000b2f4u, 0x00006b40u, 0x00006b1bu, 0x0000b2f7u, 0x00006b1fu, - 0x000700f5u, 0x00000011u, 0x0000b2b6u, 0x00006e9fu, 0x00006b1bu, 0x0000b2b9u, 0x00006b1fu, 0x000600a9u, - 0x00000069u, 0x0000b5f0u, 0x00006a93u, 0x0000055bu, 0x00009ebcu, 0x000200f9u, 0x00006b21u, 0x000200f8u, - 0x00006b21u, 0x000700f5u, 0x00000047u, 0x0000b5bbu, 0x0000b451u, 0x00006acfu, 0x0000b5c3u, 0x00006b20u, - 0x000700f5u, 0x00000047u, 0x0000b3d3u, 0x0000988fu, 0x00006acfu, 0x00009882u, 0x00006b20u, 0x000700f5u, - 0x0000000fu, 0x0000b3b8u, 0x00009700u, 0x00006acfu, 0x0000b3beu, 0x00006b20u, 0x000700f5u, 0x0000000fu, - 0x0000b39du, 0x00009572u, 0x00006acfu, 0x0000b3a3u, 0x00006b20u, 0x000700f5u, 0x00000047u, 0x0000b375u, - 0x000093efu, 0x00006acfu, 0x0000b37du, 0x00006b20u, 0x000700f5u, 0x0000000fu, 0x0000b34du, 0x0000926du, - 0x00006acfu, 0x0000b355u, 0x00006b20u, 0x000700f5u, 0x0000000fu, 0x0000b325u, 0x000090ecu, 0x00006acfu, - 0x0000b32du, 0x00006b20u, 0x000700f5u, 0x0000000fu, 0x0000b2e7u, 0x00008f55u, 0x00006acfu, 0x0000b2f4u, - 0x00006b20u, 0x000700f5u, 0x00000011u, 0x0000b2a9u, 0x00008deeu, 0x00006acfu, 0x0000b2b6u, 0x00006b20u, - 0x000700f5u, 0x00000069u, 0x0000a030u, 0x00009ebcu, 0x00006acfu, 0x0000b5f0u, 0x00006b20u, 0x000600a9u, - 0x00000069u, 0x0000b5f1u, 0x00006ad0u, 0x0000055bu, 0x00009d3bu, 0x000200f9u, 0x000020e1u, 0x000200f8u, - 0x000020e0u, 0x0004007cu, 0x00000006u, 0x000020e4u, 0x000089d5u, 0x000300f7u, 0x000069d7u, 0x00000000u, - 0x000900fbu, 0x0000065eu, 0x000069d7u, 0x00000000u, 0x000069b8u, 0x00000001u, 0x000069b9u, 0x00000002u, - 0x000069c0u, 0x000200f8u, 0x000069c0u, 0x000500c2u, 0x00000006u, 0x000069c2u, 0x000020e4u, 0x0000025fu, - 0x000500c7u, 0x00000006u, 0x000069c3u, 0x000069c2u, 0x000006a0u, 0x000500c2u, 0x00000006u, 0x000069c5u, - 0x000020e4u, 0x00000232u, 0x000500c7u, 0x00000006u, 0x000069c6u, 0x000069c5u, 0x000006a0u, 0x000500c4u, - 0x00000006u, 0x000069c8u, 0x000020e4u, 0x0000022fu, 0x000500c7u, 0x00000006u, 0x000069c9u, 0x000069c8u, - 0x000006a0u, 0x000500c7u, 0x00000006u, 0x000069cbu, 0x000020e4u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x000069ccu, 0x000069cbu, 0x0000098cu, 0x00040071u, 0x0000000fu, 0x000069ceu, 0x000069c3u, 0x00040071u, - 0x0000000fu, 0x000069d0u, 0x000069c6u, 0x00040071u, 0x0000000fu, 0x000069d2u, 0x000069c9u, 0x00040071u, - 0x0000000fu, 0x000069d4u, 0x000069ccu, 0x00070050u, 0x00000010u, 0x000069d5u, 0x000069ceu, 0x000069d0u, - 0x000069d2u, 0x000069d4u, 0x000300f7u, 0x000069f4u, 0x00000000u, 0x000400fau, 0x00000963u, 0x000069e9u, - 0x000069f2u, 0x000200f8u, 0x000069f2u, 0x0003003eu, 0x00000677u, 0x000069d5u, 0x000200f9u, 0x000069f4u, - 0x000200f8u, 0x000069e9u, 0x00050041u, 0x0000007bu, 0x000069ecu, 0x00000677u, 0x0000032fu, 0x0003003eu, - 0x000069ecu, 0x000069ceu, 0x00050041u, 0x0000007bu, 0x000069eeu, 0x00000677u, 0x0000045eu, 0x0003003eu, - 0x000069eeu, 0x000069d0u, 0x00050041u, 0x0000007bu, 0x000069f0u, 0x00000677u, 0x00000388u, 0x0003003eu, - 0x000069f0u, 0x000069d2u, 0x000200f9u, 0x000069f4u, 0x000200f8u, 0x000069f4u, 0x000200f9u, 0x000069d7u, - 0x000200f8u, 0x000069b9u, 0x000500c7u, 0x00000006u, 0x000069bbu, 0x000020e4u, 0x000006c5u, 0x00040071u, - 0x0000000fu, 0x000069bdu, 0x000069bbu, 0x00070050u, 0x00000010u, 0x000069beu, 0x000069bdu, 0x000069bdu, - 0x000069bdu, 0x000069bdu, 0x000300f7u, 0x000069e7u, 0x00000000u, 0x000400fau, 0x00000963u, 0x000069dcu, - 0x000069e5u, 0x000200f8u, 0x000069e5u, 0x0003003eu, 0x00000677u, 0x000069beu, 0x000200f9u, 0x000069e7u, - 0x000200f8u, 0x000069dcu, 0x00050041u, 0x0000007bu, 0x000069dfu, 0x00000677u, 0x0000032fu, 0x0003003eu, - 0x000069dfu, 0x000069bdu, 0x00050041u, 0x0000007bu, 0x000069e1u, 0x00000677u, 0x0000045eu, 0x0003003eu, - 0x000069e1u, 0x000069bdu, 0x00050041u, 0x0000007bu, 0x000069e3u, 0x00000677u, 0x00000388u, 0x0003003eu, - 0x000069e3u, 0x000069bdu, 0x000200f9u, 0x000069e7u, 0x000200f8u, 0x000069e7u, 0x000200f9u, 0x000069d7u, - 0x000200f8u, 0x000069b8u, 0x0003003eu, 0x00000677u, 0x00000615u, 0x000200f9u, 0x000069d7u, 0x000200f8u, - 0x000069d7u, 0x000b00f5u, 0x00000069u, 0x00009ea7u, 0x00009d3bu, 0x000020e0u, 0x0000055bu, 0x000069b8u, - 0x0000055bu, 0x000069e7u, 0x0000055bu, 0x000069f4u, 0x000300f7u, 0x000069dau, 0x00000000u, 0x000400fau, - 0x00000858u, 0x000069d8u, 0x000069dau, 0x000200f8u, 0x000069d8u, 0x000300f7u, 0x00006a2du, 0x00000000u, - 0x000700fbu, 0x0000065eu, 0x00006a2du, 0x00000002u, 0x000069fau, 0x00000003u, 0x00006a17u, 0x000200f8u, - 0x00006a17u, 0x0004003du, 0x00000010u, 0x00006a18u, 0x00000677u, 0x0007004fu, 0x0000006bu, 0x00006a19u, - 0x00006a18u, 0x00006a18u, 0x00000000u, 0x00000003u, 0x00040071u, 0x000000b0u, 0x00006a1au, 0x00006a19u, - 0x0003003eu, 0x000069f6u, 0x00006a1au, 0x00050041u, 0x00000007u, 0x00006a1bu, 0x000069f6u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00006a1cu, 0x00006a1bu, 0x000500c4u, 0x00000006u, 0x00006a1du, 0x00006a1cu, - 0x00000316u, 0x00050041u, 0x00000007u, 0x00006a1eu, 0x000069f6u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00006a1fu, 0x00006a1eu, 0x000500c5u, 0x00000006u, 0x00006a20u, 0x00006a1du, 0x00006a1fu, 0x000500c7u, - 0x00000006u, 0x00006a22u, 0x00006a20u, 0x0000045eu, 0x00050084u, 0x00000006u, 0x00006a23u, 0x00006a22u, - 0x00000466u, 0x000500c2u, 0x00000006u, 0x00006a25u, 0x00006a20u, 0x00000388u, 0x00040071u, 0x00000011u, - 0x00006a26u, 0x00006a25u, 0x000500c7u, 0x00000006u, 0x00006a28u, 0x00006a20u, 0x00000466u, 0x000500c4u, - 0x00000006u, 0x00006a29u, 0x00006a28u, 0x00000388u, 0x000500c5u, 0x00000006u, 0x00006a2bu, 0x00006a29u, - 0x00006a23u, 0x00040071u, 0x0000000fu, 0x00006a2cu, 0x00006a2bu, 0x000200f9u, 0x00006a2du, 0x000200f8u, - 0x000069fau, 0x00050041u, 0x0000007bu, 0x000069fbu, 0x00000677u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x000069fcu, 0x000069fbu, 0x000500c2u, 0x0000000fu, 0x000069fdu, 0x000069fcu, 0x00000391u, 0x00050041u, - 0x0000007bu, 0x000069feu, 0x00000677u, 0x00000388u, 0x0004003du, 0x0000000fu, 0x000069ffu, 0x000069feu, - 0x000500c7u, 0x0000000fu, 0x00006a00u, 0x000069ffu, 0x00000623u, 0x000500c5u, 0x0000000fu, 0x00006a01u, - 0x000069fdu, 0x00006a00u, 0x00050041u, 0x0000007bu, 0x00006a02u, 0x00000677u, 0x0000032fu, 0x0004003du, - 0x0000000fu, 0x00006a03u, 0x00006a02u, 0x00040071u, 0x00000006u, 0x00006a04u, 0x00006a03u, 0x000500c7u, - 0x00000006u, 0x00006a05u, 0x00006a04u, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x00006a06u, 0x00006a05u, - 0x000006f9u, 0x00050041u, 0x0000007bu, 0x00006a07u, 0x00000677u, 0x0000045eu, 0x0004003du, 0x0000000fu, - 0x00006a08u, 0x00006a07u, 0x00040071u, 0x00000006u, 0x00006a09u, 0x00006a08u, 0x000500c7u, 0x00000006u, - 0x00006a0au, 0x00006a09u, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x00006a0bu, 0x00006a0au, 0x0000045eu, - 0x000500c5u, 0x00000006u, 0x00006a0du, 0x00006a06u, 0x00006a0bu, 0x0004003du, 0x0000000fu, 0x00006a0fu, - 0x000069feu, 0x00040071u, 0x00000006u, 0x00006a10u, 0x00006a0fu, 0x000500c7u, 0x00000006u, 0x00006a11u, - 0x00006a10u, 0x000006a0u, 0x000500c2u, 0x00000006u, 0x00006a12u, 0x00006a11u, 0x00000706u, 0x000500c5u, - 0x00000006u, 0x00006a14u, 0x00006a0du, 0x00006a12u, 0x00040071u, 0x00000011u, 0x00006a16u, 0x00006a14u, - 0x000200f9u, 0x00006a2du, 0x000200f8u, 0x00006a2du, 0x000900f5u, 0x0000000fu, 0x0000b2e6u, 0x00008f55u, - 0x000069d8u, 0x00006a01u, 0x000069fau, 0x00006a2cu, 0x00006a17u, 0x000900f5u, 0x00000011u, 0x0000b2a8u, - 0x00008deeu, 0x000069d8u, 0x00006a16u, 0x000069fau, 0x00006a26u, 0x00006a17u, 0x000200f9u, 0x000069dau, - 0x000200f8u, 0x000069dau, 0x000700f5u, 0x0000000fu, 0x0000b2e2u, 0x00008f55u, 0x000069d7u, 0x0000b2e6u, - 0x00006a2du, 0x000700f5u, 0x00000011u, 0x0000b2a4u, 0x00008deeu, 0x000069d7u, 0x0000b2a8u, 0x00006a2du, - 0x000200f9u, 0x000020e1u, 0x000200f8u, 0x000020e1u, 0x000700f5u, 0x00000047u, 0x0000b5bau, 0x0000b5bbu, - 0x00006b21u, 0x0000b451u, 0x000069dau, 0x000700f5u, 0x00000047u, 0x0000b3cdu, 0x0000988fu, 0x000069dau, - 0x0000b3d3u, 0x00006b21u, 0x000700f5u, 0x0000000fu, 0x0000b3b2u, 0x00009700u, 0x000069dau, 0x0000b3b8u, - 0x00006b21u, 0x000700f5u, 0x0000000fu, 0x0000b397u, 0x00009572u, 0x000069dau, 0x0000b39du, 0x00006b21u, - 0x000700f5u, 0x00000047u, 0x0000b36fu, 0x000093efu, 0x000069dau, 0x0000b375u, 0x00006b21u, 0x000700f5u, - 0x0000000fu, 0x0000b347u, 0x0000926du, 0x000069dau, 0x0000b34du, 0x00006b21u, 0x000700f5u, 0x0000000fu, - 0x0000b31fu, 0x000090ecu, 0x000069dau, 0x0000b325u, 0x00006b21u, 0x000700f5u, 0x0000000fu, 0x0000b2e1u, - 0x0000b2e2u, 0x000069dau, 0x0000b2e7u, 0x00006b21u, 0x000700f5u, 0x00000011u, 0x0000b2a3u, 0x0000b2a4u, - 0x000069dau, 0x0000b2a9u, 0x00006b21u, 0x000700f5u, 0x00000047u, 0x0000b265u, 0x00008c81u, 0x000069dau, - 0x00008c7du, 0x00006b21u, 0x000700f5u, 0x00000069u, 0x0000a02au, 0x00009ebcu, 0x000069dau, 0x0000a030u, - 0x00006b21u, 0x000700f5u, 0x00000069u, 0x00009ea5u, 0x00009ea7u, 0x000069dau, 0x0000b5f1u, 0x00006b21u, - 0x000200f9u, 0x000020d3u, 0x000200f8u, 0x000020d2u, 0x00070041u, 0x000006dbu, 0x000020d6u, 0x00000247u, - 0x00000222u, 0x000020beu, 0x00000265u, 0x0004003du, 0x00000006u, 0x000020d7u, 0x000020d6u, 0x000300f7u, - 0x00006940u, 0x00000000u, 0x000b00fbu, 0x0000065eu, 0x00006940u, 0x00000004u, 0x000068e6u, 0x00000002u, - 0x000068fdu, 0x00000003u, 0x0000691au, 0x00000001u, 0x00006933u, 0x000200f8u, 0x00006933u, 0x000500c7u, - 0x00000006u, 0x00006935u, 0x00009a30u, 0x00000466u, 0x000500c6u, 0x00000006u, 0x00006936u, 0x00006935u, - 0x00000466u, 0x00050084u, 0x00000006u, 0x00006937u, 0x00006936u, 0x00000316u, 0x000500c2u, 0x00000006u, - 0x00006939u, 0x000020d7u, 0x00006937u, 0x000500c7u, 0x00000006u, 0x0000693bu, 0x00006939u, 0x000006c5u, - 0x00040071u, 0x0000000fu, 0x0000693du, 0x0000693bu, 0x00070050u, 0x00000010u, 0x0000693eu, 0x0000693du, - 0x0000693du, 0x0000693du, 0x0000693du, 0x000300f7u, 0x00006977u, 0x00000000u, 0x000400fau, 0x00000963u, - 0x0000696cu, 0x00006975u, 0x000200f8u, 0x00006975u, 0x0003003eu, 0x00000677u, 0x0000693eu, 0x000200f9u, - 0x00006977u, 0x000200f8u, 0x0000696cu, 0x00050041u, 0x0000007bu, 0x0000696fu, 0x00000677u, 0x0000032fu, - 0x0003003eu, 0x0000696fu, 0x0000693du, 0x00050041u, 0x0000007bu, 0x00006971u, 0x00000677u, 0x0000045eu, - 0x0003003eu, 0x00006971u, 0x0000693du, 0x00050041u, 0x0000007bu, 0x00006973u, 0x00000677u, 0x00000388u, - 0x0003003eu, 0x00006973u, 0x0000693du, 0x000200f9u, 0x00006977u, 0x000200f8u, 0x00006977u, 0x000200f9u, - 0x00006940u, 0x000200f8u, 0x0000691au, 0x000500c7u, 0x00000006u, 0x0000691cu, 0x00009a30u, 0x0000045eu, - 0x000500c6u, 0x00000006u, 0x0000691du, 0x0000691cu, 0x0000045eu, 0x00050084u, 0x00000006u, 0x0000691eu, - 0x0000691du, 0x00000332u, 0x000500c2u, 0x00000006u, 0x00006920u, 0x000020d7u, 0x0000691eu, 0x000500c7u, - 0x00000006u, 0x00006922u, 0x00006920u, 0x000009e7u, 0x000500c2u, 0x00000006u, 0x00006924u, 0x00006922u, - 0x00000316u, 0x000500c7u, 0x00000006u, 0x00006925u, 0x00006924u, 0x000006c5u, 0x000500c2u, 0x00000006u, - 0x00006927u, 0x00006922u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x00006928u, 0x00006927u, 0x000006c5u, - 0x00040071u, 0x0000000fu, 0x0000692au, 0x00006925u, 0x00040071u, 0x0000000fu, 0x00006930u, 0x00006928u, - 0x00070050u, 0x00000010u, 0x00006931u, 0x0000692au, 0x0000692au, 0x0000692au, 0x00006930u, 0x000300f7u, - 0x0000696au, 0x00000000u, 0x000400fau, 0x00000963u, 0x0000695fu, 0x00006968u, 0x000200f8u, 0x00006968u, - 0x0003003eu, 0x00000677u, 0x00006931u, 0x000200f9u, 0x0000696au, 0x000200f8u, 0x0000695fu, 0x00050041u, - 0x0000007bu, 0x00006962u, 0x00000677u, 0x0000032fu, 0x0003003eu, 0x00006962u, 0x0000692au, 0x00050041u, - 0x0000007bu, 0x00006964u, 0x00000677u, 0x0000045eu, 0x0003003eu, 0x00006964u, 0x0000692au, 0x00050041u, - 0x0000007bu, 0x00006966u, 0x00000677u, 0x00000388u, 0x0003003eu, 0x00006966u, 0x0000692au, 0x000200f9u, - 0x0000696au, 0x000200f8u, 0x0000696au, 0x000200f9u, 0x00006940u, 0x000200f8u, 0x000068fdu, 0x000500c7u, - 0x00000006u, 0x000068ffu, 0x00009a30u, 0x0000045eu, 0x000500c6u, 0x00000006u, 0x00006900u, 0x000068ffu, - 0x0000045eu, 0x00050084u, 0x00000006u, 0x00006901u, 0x00006900u, 0x00000332u, 0x000500c2u, 0x00000006u, - 0x00006903u, 0x000020d7u, 0x00006901u, 0x000500c2u, 0x00000006u, 0x00006905u, 0x00006903u, 0x00000316u, - 0x000500c7u, 0x00000006u, 0x00006906u, 0x00006905u, 0x000006a0u, 0x000500c2u, 0x00000006u, 0x00006908u, - 0x00006903u, 0x00000466u, 0x000500c7u, 0x00000006u, 0x00006909u, 0x00006908u, 0x000006a0u, 0x000500c4u, - 0x00000006u, 0x0000690bu, 0x00006903u, 0x00000388u, 0x000500c7u, 0x00000006u, 0x0000690cu, 0x0000690bu, - 0x000006a0u, 0x000500c7u, 0x00000006u, 0x0000690eu, 0x00006903u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x0000690fu, 0x0000690eu, 0x0000098cu, 0x00040071u, 0x0000000fu, 0x00006911u, 0x00006906u, 0x00040071u, - 0x0000000fu, 0x00006913u, 0x00006909u, 0x00040071u, 0x0000000fu, 0x00006915u, 0x0000690cu, 0x00040071u, - 0x0000000fu, 0x00006917u, 0x0000690fu, 0x00070050u, 0x00000010u, 0x00006918u, 0x00006911u, 0x00006913u, - 0x00006915u, 0x00006917u, 0x000300f7u, 0x0000695du, 0x00000000u, 0x000400fau, 0x00000963u, 0x00006952u, - 0x0000695bu, 0x000200f8u, 0x0000695bu, 0x0003003eu, 0x00000677u, 0x00006918u, 0x000200f9u, 0x0000695du, - 0x000200f8u, 0x00006952u, 0x00050041u, 0x0000007bu, 0x00006955u, 0x00000677u, 0x0000032fu, 0x0003003eu, - 0x00006955u, 0x00006911u, 0x00050041u, 0x0000007bu, 0x00006957u, 0x00000677u, 0x0000045eu, 0x0003003eu, - 0x00006957u, 0x00006913u, 0x00050041u, 0x0000007bu, 0x00006959u, 0x00000677u, 0x00000388u, 0x0003003eu, - 0x00006959u, 0x00006915u, 0x000200f9u, 0x0000695du, 0x000200f8u, 0x0000695du, 0x000200f9u, 0x00006940u, - 0x000200f8u, 0x000068e6u, 0x000500c2u, 0x00000006u, 0x000068e8u, 0x000020d7u, 0x000006e0u, 0x000500c7u, - 0x00000006u, 0x000068e9u, 0x000068e8u, 0x000006c5u, 0x000500c2u, 0x00000006u, 0x000068ebu, 0x000020d7u, - 0x00000332u, 0x000500c7u, 0x00000006u, 0x000068ecu, 0x000068ebu, 0x000006c5u, 0x000500c2u, 0x00000006u, - 0x000068eeu, 0x000020d7u, 0x00000316u, 0x000500c7u, 0x00000006u, 0x000068efu, 0x000068eeu, 0x000006c5u, - 0x000500c2u, 0x00000006u, 0x000068f1u, 0x000020d7u, 0x0000032fu, 0x000500c7u, 0x00000006u, 0x000068f2u, - 0x000068f1u, 0x000006c5u, 0x00040071u, 0x0000000fu, 0x000068f4u, 0x000068e9u, 0x00040071u, 0x0000000fu, - 0x000068f6u, 0x000068ecu, 0x00040071u, 0x0000000fu, 0x000068f8u, 0x000068efu, 0x00040071u, 0x0000000fu, - 0x000068fau, 0x000068f2u, 0x00070050u, 0x00000010u, 0x000068fbu, 0x000068f4u, 0x000068f6u, 0x000068f8u, - 0x000068fau, 0x000300f7u, 0x00006950u, 0x00000000u, 0x000400fau, 0x00000963u, 0x00006945u, 0x0000694eu, - 0x000200f8u, 0x0000694eu, 0x0003003eu, 0x00000677u, 0x000068fbu, 0x000200f9u, 0x00006950u, 0x000200f8u, - 0x00006945u, 0x00050041u, 0x0000007bu, 0x00006948u, 0x00000677u, 0x0000032fu, 0x0003003eu, 0x00006948u, - 0x000068f4u, 0x00050041u, 0x0000007bu, 0x0000694au, 0x00000677u, 0x0000045eu, 0x0003003eu, 0x0000694au, - 0x000068f6u, 0x00050041u, 0x0000007bu, 0x0000694cu, 0x00000677u, 0x00000388u, 0x0003003eu, 0x0000694cu, - 0x000068f8u, 0x000200f9u, 0x00006950u, 0x000200f8u, 0x00006950u, 0x000200f9u, 0x00006940u, 0x000200f8u, - 0x00006940u, 0x000d00f5u, 0x00000069u, 0x00009ea3u, 0x00009d3bu, 0x000020d2u, 0x0000055bu, 0x00006950u, - 0x0000055bu, 0x0000695du, 0x0000055bu, 0x0000696au, 0x0000055bu, 0x00006977u, 0x000300f7u, 0x00006943u, - 0x00000000u, 0x000400fau, 0x00000858u, 0x00006941u, 0x00006943u, 0x000200f8u, 0x00006941u, 0x000300f7u, - 0x000069b0u, 0x00000000u, 0x000700fbu, 0x0000065eu, 0x000069b0u, 0x00000002u, 0x0000697du, 0x00000003u, - 0x0000699au, 0x000200f8u, 0x0000699au, 0x0004003du, 0x00000010u, 0x0000699bu, 0x00000677u, 0x0007004fu, - 0x0000006bu, 0x0000699cu, 0x0000699bu, 0x0000699bu, 0x00000000u, 0x00000003u, 0x00040071u, 0x000000b0u, - 0x0000699du, 0x0000699cu, 0x0003003eu, 0x00006979u, 0x0000699du, 0x00050041u, 0x00000007u, 0x0000699eu, - 0x00006979u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x0000699fu, 0x0000699eu, 0x000500c4u, 0x00000006u, - 0x000069a0u, 0x0000699fu, 0x00000316u, 0x00050041u, 0x00000007u, 0x000069a1u, 0x00006979u, 0x0000045eu, - 0x0004003du, 0x00000006u, 0x000069a2u, 0x000069a1u, 0x000500c5u, 0x00000006u, 0x000069a3u, 0x000069a0u, - 0x000069a2u, 0x000500c7u, 0x00000006u, 0x000069a5u, 0x000069a3u, 0x0000045eu, 0x00050084u, 0x00000006u, - 0x000069a6u, 0x000069a5u, 0x00000466u, 0x000500c2u, 0x00000006u, 0x000069a8u, 0x000069a3u, 0x00000388u, - 0x00040071u, 0x00000011u, 0x000069a9u, 0x000069a8u, 0x000500c7u, 0x00000006u, 0x000069abu, 0x000069a3u, - 0x00000466u, 0x000500c4u, 0x00000006u, 0x000069acu, 0x000069abu, 0x00000388u, 0x000500c5u, 0x00000006u, - 0x000069aeu, 0x000069acu, 0x000069a6u, 0x00040071u, 0x0000000fu, 0x000069afu, 0x000069aeu, 0x000200f9u, - 0x000069b0u, 0x000200f8u, 0x0000697du, 0x00050041u, 0x0000007bu, 0x0000697eu, 0x00000677u, 0x00000466u, - 0x0004003du, 0x0000000fu, 0x0000697fu, 0x0000697eu, 0x000500c2u, 0x0000000fu, 0x00006980u, 0x0000697fu, - 0x00000391u, 0x00050041u, 0x0000007bu, 0x00006981u, 0x00000677u, 0x00000388u, 0x0004003du, 0x0000000fu, - 0x00006982u, 0x00006981u, 0x000500c7u, 0x0000000fu, 0x00006983u, 0x00006982u, 0x00000623u, 0x000500c5u, - 0x0000000fu, 0x00006984u, 0x00006980u, 0x00006983u, 0x00050041u, 0x0000007bu, 0x00006985u, 0x00000677u, - 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006986u, 0x00006985u, 0x00040071u, 0x00000006u, 0x00006987u, - 0x00006986u, 0x000500c7u, 0x00000006u, 0x00006988u, 0x00006987u, 0x000006a0u, 0x000500c4u, 0x00000006u, - 0x00006989u, 0x00006988u, 0x000006f9u, 0x00050041u, 0x0000007bu, 0x0000698au, 0x00000677u, 0x0000045eu, - 0x0004003du, 0x0000000fu, 0x0000698bu, 0x0000698au, 0x00040071u, 0x00000006u, 0x0000698cu, 0x0000698bu, - 0x000500c7u, 0x00000006u, 0x0000698du, 0x0000698cu, 0x000006a0u, 0x000500c4u, 0x00000006u, 0x0000698eu, - 0x0000698du, 0x0000045eu, 0x000500c5u, 0x00000006u, 0x00006990u, 0x00006989u, 0x0000698eu, 0x0004003du, - 0x0000000fu, 0x00006992u, 0x00006981u, 0x00040071u, 0x00000006u, 0x00006993u, 0x00006992u, 0x000500c7u, - 0x00000006u, 0x00006994u, 0x00006993u, 0x000006a0u, 0x000500c2u, 0x00000006u, 0x00006995u, 0x00006994u, - 0x00000706u, 0x000500c5u, 0x00000006u, 0x00006997u, 0x00006990u, 0x00006995u, 0x00040071u, 0x00000011u, - 0x00006999u, 0x00006997u, 0x000200f9u, 0x000069b0u, 0x000200f8u, 0x000069b0u, 0x000900f5u, 0x0000000fu, - 0x0000b2e0u, 0x00008f55u, 0x00006941u, 0x00006984u, 0x0000697du, 0x000069afu, 0x0000699au, 0x000900f5u, - 0x00000011u, 0x0000b2a2u, 0x00008deeu, 0x00006941u, 0x00006999u, 0x0000697du, 0x000069a9u, 0x0000699au, - 0x000200f9u, 0x00006943u, 0x000200f8u, 0x00006943u, 0x000700f5u, 0x0000000fu, 0x0000b2dau, 0x00008f55u, - 0x00006940u, 0x0000b2e0u, 0x000069b0u, 0x000700f5u, 0x00000011u, 0x0000b29cu, 0x00008deeu, 0x00006940u, - 0x0000b2a2u, 0x000069b0u, 0x000200f9u, 0x000020d3u, 0x000200f8u, 0x000020d3u, 0x000700f5u, 0x00000047u, - 0x0000b5b9u, 0x0000b5bau, 0x000020e1u, 0x0000b451u, 0x00006943u, 0x000700f5u, 0x00000047u, 0x0000b3c5u, - 0x0000988fu, 0x00006943u, 0x0000b3cdu, 0x000020e1u, 0x000700f5u, 0x0000000fu, 0x0000b3aau, 0x00009700u, - 0x00006943u, 0x0000b3b2u, 0x000020e1u, 0x000700f5u, 0x0000000fu, 0x0000b38fu, 0x00009572u, 0x00006943u, - 0x0000b397u, 0x000020e1u, 0x000700f5u, 0x00000047u, 0x0000b367u, 0x000093efu, 0x00006943u, 0x0000b36fu, - 0x000020e1u, 0x000700f5u, 0x0000000fu, 0x0000b33fu, 0x0000926du, 0x00006943u, 0x0000b347u, 0x000020e1u, - 0x000700f5u, 0x0000000fu, 0x0000b317u, 0x000090ecu, 0x00006943u, 0x0000b31fu, 0x000020e1u, 0x000700f5u, - 0x0000000fu, 0x0000b2d9u, 0x0000b2dau, 0x00006943u, 0x0000b2e1u, 0x000020e1u, 0x000700f5u, 0x00000011u, - 0x0000b29bu, 0x0000b29cu, 0x00006943u, 0x0000b2a3u, 0x000020e1u, 0x000700f5u, 0x00000047u, 0x0000b25du, - 0x00008c81u, 0x00006943u, 0x0000b265u, 0x000020e1u, 0x000700f5u, 0x00000069u, 0x0000a022u, 0x00009ebcu, - 0x00006943u, 0x0000a02au, 0x000020e1u, 0x000700f5u, 0x00000069u, 0x00009ea1u, 0x00009ea3u, 0x00006943u, - 0x00009ea5u, 0x000020e1u, 0x000200f9u, 0x000020cau, 0x000200f8u, 0x000020cau, 0x000700f5u, 0x00000047u, - 0x0000b5b8u, 0x0000b451u, 0x00002508u, 0x0000b5b9u, 0x000020d3u, 0x000700f5u, 0x00000047u, 0x0000b3c4u, - 0x0000988fu, 0x00002508u, 0x0000b3c5u, 0x000020d3u, 0x000700f5u, 0x0000000fu, 0x0000b3a9u, 0x00009700u, - 0x00002508u, 0x0000b3aau, 0x000020d3u, 0x000700f5u, 0x0000000fu, 0x0000b38eu, 0x00009572u, 0x00002508u, - 0x0000b38fu, 0x000020d3u, 0x000700f5u, 0x00000047u, 0x0000b366u, 0x000093efu, 0x00002508u, 0x0000b367u, - 0x000020d3u, 0x000700f5u, 0x0000000fu, 0x0000b33eu, 0x0000926du, 0x00002508u, 0x0000b33fu, 0x000020d3u, - 0x000700f5u, 0x0000000fu, 0x0000b316u, 0x000090ecu, 0x00002508u, 0x0000b317u, 0x000020d3u, 0x000700f5u, - 0x0000000fu, 0x0000b2d8u, 0x00008f55u, 0x00002508u, 0x0000b2d9u, 0x000020d3u, 0x000700f5u, 0x00000011u, - 0x0000b29au, 0x00008deeu, 0x00002508u, 0x0000b29bu, 0x000020d3u, 0x000700f5u, 0x00000047u, 0x0000b25cu, - 0x00008c81u, 0x00002508u, 0x0000b25du, 0x000020d3u, 0x000700f5u, 0x00000069u, 0x00009ebdu, 0x00009ebcu, - 0x00002508u, 0x0000a022u, 0x000020d3u, 0x000700f5u, 0x00000069u, 0x00009d3cu, 0x00009d3bu, 0x00002508u, - 0x00009ea1u, 0x000020d3u, 0x000200f9u, 0x000020acu, 0x000200f8u, 0x000020acu, 0x000200f9u, 0x000020a9u, - 0x000200f8u, 0x000020abu, 0x000200f9u, 0x00002092u, 0x000200f8u, 0x00002092u, 0x000200f9u, 0x0000208fu, - 0x000200f8u, 0x00002091u, 0x0003003eu, 0x000020f3u, 0x00002081u, 0x000300f7u, 0x00006f3fu, 0x00000000u, - 0x000400fau, 0x0000212fu, 0x00006f13u, 0x00006f3fu, 0x000200f8u, 0x00006f13u, 0x000500c2u, 0x00000006u, - 0x00006f15u, 0x00002084u, 0x0000078du, 0x0004003du, 0x000000b0u, 0x00006f16u, 0x000020f3u, 0x00050050u, - 0x000000b0u, 0x00006f17u, 0x00000903u, 0x00000903u, 0x000500c7u, 0x000000b0u, 0x00006f18u, 0x00006f16u, - 0x00006f17u, 0x0003003eu, 0x00006f03u, 0x00006f18u, 0x00050050u, 0x000000efu, 0x00006f1au, 0x0000078du, - 0x0000078du, 0x000500c2u, 0x000000b0u, 0x00006f1bu, 0x00006f16u, 0x00006f1au, 0x0003003eu, 0x000020f3u, - 0x00006f1bu, 0x00050041u, 0x00000007u, 0x00006f1cu, 0x00006f03u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00006f1du, 0x00006f1cu, 0x00050084u, 0x00000006u, 0x00006f1eu, 0x00006f1du, 0x0000090cu, 0x00050041u, - 0x00000007u, 0x00006f1fu, 0x00006f03u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006f20u, 0x00006f1fu, - 0x00050080u, 0x00000006u, 0x00006f21u, 0x00006f1eu, 0x00006f20u, 0x00050041u, 0x00000007u, 0x00006f24u, - 0x000020f3u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00006f25u, 0x00006f24u, 0x00050084u, 0x00000006u, - 0x00006f26u, 0x00006f15u, 0x00006f25u, 0x00050080u, 0x00000006u, 0x00006f27u, 0x0000208au, 0x00006f26u, - 0x00050041u, 0x00000007u, 0x00006f28u, 0x000020f3u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006f29u, - 0x00006f28u, 0x00050080u, 0x00000006u, 0x00006f2au, 0x00006f27u, 0x00006f29u, 0x000300f7u, 0x00007014u, - 0x00000000u, 0x000400fau, 0x000075abu, 0x00006f49u, 0x00007014u, 0x000200f8u, 0x00006f49u, 0x000300f7u, - 0x00007013u, 0x00000000u, 0x000d00fbu, 0x0000065eu, 0x00007013u, 0x00000000u, 0x00006f4au, 0x00000001u, - 0x00006f64u, 0x00000002u, 0x00006f86u, 0x00000003u, 0x00006fbau, 0x00000004u, 0x00006fdcu, 0x000200f8u, - 0x00006fdcu, 0x000500c7u, 0x00000006u, 0x00006fdeu, 0x00006f2au, 0x000006cdu, 0x00050084u, 0x00000006u, - 0x00006fe0u, 0x00006f21u, 0x0000081eu, 0x00050080u, 0x00000006u, 0x00006fe2u, 0x00006fdeu, 0x00006fe0u, - 0x0004003du, 0x00000010u, 0x00006fe3u, 0x00000677u, 0x00040071u, 0x000004f9u, 0x00006fe4u, 0x00006fe3u, - 0x0003003eu, 0x00006f45u, 0x00006fe4u, 0x00050041u, 0x00000007u, 0x00006fe5u, 0x00006f45u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00006fe6u, 0x00006fe5u, 0x000500c4u, 0x00000006u, 0x00006fe7u, 0x00006fe6u, - 0x000006e0u, 0x00050041u, 0x00000007u, 0x00006fe8u, 0x00006f45u, 0x0000045eu, 0x0004003du, 0x00000006u, - 0x00006fe9u, 0x00006fe8u, 0x000500c4u, 0x00000006u, 0x00006feau, 0x00006fe9u, 0x00000332u, 0x000500c5u, - 0x00000006u, 0x00006febu, 0x00006fe7u, 0x00006feau, 0x00050041u, 0x00000007u, 0x00006fecu, 0x00006f45u, - 0x00000388u, 0x0004003du, 0x00000006u, 0x00006fedu, 0x00006fecu, 0x000500c4u, 0x00000006u, 0x00006feeu, - 0x00006fedu, 0x00000316u, 0x000500c5u, 0x00000006u, 0x00006fefu, 0x00006febu, 0x00006feeu, 0x00050041u, - 0x00000007u, 0x00006ff0u, 0x00006f45u, 0x00000466u, 0x0004003du, 0x00000006u, 0x00006ff1u, 0x00006ff0u, - 0x000500c4u, 0x00000006u, 0x00006ff2u, 0x00006ff1u, 0x0000032fu, 0x000500c5u, 0x00000006u, 0x00006ff3u, - 0x00006fefu, 0x00006ff2u, 0x00060041u, 0x000006dbu, 0x00006ff6u, 0x000006d9u, 0x00000222u, 0x00006fe2u, - 0x0003003eu, 0x00006ff6u, 0x00006ff3u, 0x00050084u, 0x00000006u, 0x00006ff8u, 0x00000388u, 0x00006fe2u, - 0x00050041u, 0x0000007bu, 0x00006ff9u, 0x00000677u, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006ffau, - 0x00006ff9u, 0x00040071u, 0x00000006u, 0x00006ffbu, 0x00006ffau, 0x0004007cu, 0x00000008u, 0x00006ffcu, - 0x00006ffbu, 0x000500c7u, 0x00000008u, 0x00006ffdu, 0x00006ffcu, 0x0000022cu, 0x00050084u, 0x00000008u, - 0x00006ffeu, 0x00006ffdu, 0x00000232u, 0x00040072u, 0x0000037du, 0x00006fffu, 0x00006ffeu, 0x0004007cu, - 0x0000000fu, 0x00007000u, 0x00006fffu, 0x00060041u, 0x00000673u, 0x00007001u, 0x0000067eu, 0x00000222u, - 0x00006ff8u, 0x0003003eu, 0x00007001u, 0x00007000u, 0x00050080u, 0x00000006u, 0x00007004u, 0x00006ff8u, - 0x0000045eu, 0x00050041u, 0x0000007bu, 0x00007005u, 0x00000677u, 0x00000466u, 0x0004003du, 0x0000000fu, - 0x00007006u, 0x00007005u, 0x00040071u, 0x00000006u, 0x00007007u, 0x00007006u, 0x0004007cu, 0x00000008u, - 0x00007008u, 0x00007007u, 0x000500c7u, 0x00000008u, 0x00007009u, 0x00007008u, 0x0000022cu, 0x00050084u, - 0x00000008u, 0x0000700au, 0x00007009u, 0x00000232u, 0x00040072u, 0x0000037du, 0x0000700bu, 0x0000700au, - 0x0004007cu, 0x0000000fu, 0x0000700cu, 0x0000700bu, 0x00060041u, 0x00000673u, 0x0000700du, 0x0000067eu, - 0x00000222u, 0x00007004u, 0x0003003eu, 0x0000700du, 0x0000700cu, 0x000300f7u, 0x00007012u, 0x00000000u, - 0x000400fau, 0x0000078fu, 0x0000700eu, 0x00007012u, 0x000200f8u, 0x0000700eu, 0x000300e1u, 0x0000045eu, - 0x00000792u, 0x00050080u, 0x00000006u, 0x00007010u, 0x00006fe2u, 0x00000852u, 0x00060041u, 0x000006dbu, - 0x00007011u, 0x000006d9u, 0x00000222u, 0x00007010u, 0x0003003eu, 0x00007011u, 0x00000854u, 0x000200f9u, - 0x00007012u, 0x000200f8u, 0x00007012u, 0x000200f9u, 0x00007013u, 0x000200f8u, 0x00006fbau, 0x000500c7u, - 0x00000006u, 0x00006fbcu, 0x00006f2au, 0x00000685u, 0x00050084u, 0x00000006u, 0x00006fbeu, 0x00006f21u, - 0x000007f8u, 0x00050080u, 0x00000006u, 0x00006fc0u, 0x00006fbcu, 0x00006fbeu, 0x0004003du, 0x00000010u, - 0x00006fc1u, 0x00000677u, 0x0007004fu, 0x0000006bu, 0x00006fc2u, 0x00006fc1u, 0x00006fc1u, 0x00000000u, - 0x00000003u, 0x00040071u, 0x000000b0u, 0x00006fc3u, 0x00006fc2u, 0x0003003eu, 0x00006f43u, 0x00006fc3u, - 0x00050041u, 0x00000007u, 0x00006fc4u, 0x00006f43u, 0x0000032fu, 0x0004003du, 0x00000006u, 0x00006fc5u, - 0x00006fc4u, 0x000500c4u, 0x00000006u, 0x00006fc6u, 0x00006fc5u, 0x00000316u, 0x00050041u, 0x00000007u, - 0x00006fc7u, 0x00006f43u, 0x0000045eu, 0x0004003du, 0x00000006u, 0x00006fc8u, 0x00006fc7u, 0x000500c5u, - 0x00000006u, 0x00006fc9u, 0x00006fc6u, 0x00006fc8u, 0x000500c6u, 0x00000006u, 0x00006fcbu, 0x00006fc0u, - 0x0000045eu, 0x00040071u, 0x00000011u, 0x00006fcdu, 0x00006fc9u, 0x00060041u, 0x00000694u, 0x00006fceu, - 0x00000691u, 0x00000222u, 0x00006fcbu, 0x0003003eu, 0x00006fceu, 0x00006fcdu, 0x0004003du, 0x00000006u, - 0x00006fd1u, 0x00006fc7u, 0x000500c7u, 0x00000006u, 0x00006fd2u, 0x00006fd1u, 0x0000045eu, 0x00050084u, - 0x00000006u, 0x00006fd3u, 0x00006fd2u, 0x00000466u, 0x00040071u, 0x0000000fu, 0x00006fd4u, 0x00006fd3u, - 0x00060041u, 0x00000673u, 0x00006fd5u, 0x0000067eu, 0x00000222u, 0x00006fc0u, 0x0003003eu, 0x00006fd5u, - 0x00006fd4u, 0x000300f7u, 0x00006fdbu, 0x00000000u, 0x000400fau, 0x0000078fu, 0x00006fd6u, 0x00006fdbu, - 0x000200f8u, 0x00006fd6u, 0x000300e1u, 0x0000045eu, 0x00000792u, 0x00050080u, 0x00000006u, 0x00006fd9u, - 0x00006fcbu, 0x00000817u, 0x00060041u, 0x00000694u, 0x00006fdau, 0x00000691u, 0x00000222u, 0x00006fd9u, - 0x0003003eu, 0x00006fdau, 0x000007f2u, 0x000200f9u, 0x00006fdbu, 0x000200f8u, 0x00006fdbu, 0x000200f9u, - 0x00007013u, 0x000200f8u, 0x00006f86u, 0x000500c7u, 0x00000006u, 0x00006f88u, 0x00006f2au, 0x00000685u, - 0x00050084u, 0x00000006u, 0x00006f8au, 0x00006f21u, 0x000007bdu, 0x00050080u, 0x00000006u, 0x00006f8cu, - 0x00006f88u, 0x00006f8au, 0x0004003du, 0x00000010u, 0x00006f8du, 0x00000677u, 0x00040071u, 0x000004f9u, - 0x00006f8eu, 0x00006f8du, 0x0003003eu, 0x00006f40u, 0x00006f8eu, 0x0008004fu, 0x0000030eu, 0x00006f90u, - 0x00006f8eu, 0x00006f8eu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x0000030eu, 0x00006f92u, - 0x00006f90u, 0x0000b41fu, 0x00050041u, 0x00000007u, 0x00006f93u, 0x00006f40u, 0x0000032fu, 0x00050051u, - 0x00000006u, 0x00006f94u, 0x00006f92u, 0x00000000u, 0x0003003eu, 0x00006f93u, 0x00006f94u, 0x00050041u, - 0x00000007u, 0x00006f95u, 0x00006f40u, 0x0000045eu, 0x00050051u, 0x00000006u, 0x00006f96u, 0x00006f92u, - 0x00000001u, 0x0003003eu, 0x00006f95u, 0x00006f96u, 0x00050041u, 0x00000007u, 0x00006f97u, 0x00006f40u, - 0x00000388u, 0x00050051u, 0x00000006u, 0x00006f98u, 0x00006f92u, 0x00000002u, 0x0003003eu, 0x00006f97u, - 0x00006f98u, 0x00050041u, 0x00000007u, 0x00006f99u, 0x00006f40u, 0x00000466u, 0x0004003du, 0x00000006u, - 0x00006f9au, 0x00006f99u, 0x000500c2u, 0x00000006u, 0x00006f9bu, 0x00006f9au, 0x00000739u, 0x0004003du, - 0x00000006u, 0x00006f9du, 0x00006f93u, 0x000500c4u, 0x00000006u, 0x00006f9eu, 0x00006f9du, 0x00000316u, - 0x0004003du, 0x00000006u, 0x00006fa0u, 0x00006f95u, 0x000500c4u, 0x00000006u, 0x00006fa1u, 0x00006fa0u, - 0x00000466u, 0x000500c5u, 0x00000006u, 0x00006fa2u, 0x00006f9eu, 0x00006fa1u, 0x0004003du, 0x00000006u, - 0x00006fa4u, 0x00006f97u, 0x000500c2u, 0x00000006u, 0x00006fa5u, 0x00006fa4u, 0x00000388u, 0x000500c5u, - 0x00000006u, 0x00006fa6u, 0x00006fa2u, 0x00006fa5u, 0x000500c2u, 0x00000006u, 0x00006fa8u, 0x00006f9bu, - 0x00000388u, 0x000500c5u, 0x00000006u, 0x00006fa9u, 0x00006fa6u, 0x00006fa8u, 0x000500c6u, 0x00000006u, - 0x00006fabu, 0x00006f8cu, 0x0000045eu, 0x00040071u, 0x00000011u, 0x00006fadu, 0x00006fa9u, 0x00060041u, - 0x00000694u, 0x00006faeu, 0x00000691u, 0x00000222u, 0x00006fabu, 0x0003003eu, 0x00006faeu, 0x00006fadu, - 0x000500c7u, 0x00000006u, 0x00006fb1u, 0x00006f9bu, 0x00000466u, 0x00040071u, 0x0000000fu, 0x00006fb2u, - 0x00006fb1u, 0x00060041u, 0x00000673u, 0x00006fb3u, 0x0000067eu, 0x00000222u, 0x00006f8cu, 0x0003003eu, - 0x00006fb3u, 0x00006fb2u, 0x000300f7u, 0x00006fb9u, 0x00000000u, 0x000400fau, 0x0000078fu, 0x00006fb4u, - 0x00006fb9u, 0x000200f8u, 0x00006fb4u, 0x000300e1u, 0x0000045eu, 0x00000792u, 0x00050080u, 0x00000006u, - 0x00006fb7u, 0x00006fabu, 0x000007f0u, 0x00060041u, 0x00000694u, 0x00006fb8u, 0x00000691u, 0x00000222u, - 0x00006fb7u, 0x0003003eu, 0x00006fb8u, 0x000007f2u, 0x000200f9u, 0x00006fb9u, 0x000200f8u, 0x00006fb9u, - 0x000200f9u, 0x00007013u, 0x000200f8u, 0x00006f64u, 0x000500c7u, 0x00000006u, 0x00006f66u, 0x00006f2au, - 0x00000665u, 0x00050084u, 0x00000006u, 0x00006f68u, 0x00006f21u, 0x00000664u, 0x00050080u, 0x00000006u, - 0x00006f6au, 0x00006f66u, 0x00006f68u, 0x000500c6u, 0x00000006u, 0x00006f6cu, 0x00006f6au, 0x00000466u, - 0x00050041u, 0x0000007bu, 0x00006f6du, 0x00000677u, 0x0000032fu, 0x0004003du, 0x0000000fu, 0x00006f6eu, - 0x00006f6du, 0x00060041u, 0x00000673u, 0x00006f6fu, 0x00000670u, 0x00000222u, 0x00006f6cu, 0x0003003eu, - 0x00006f6fu, 0x00006f6eu, 0x000500c7u, 0x00000006u, 0x00006f71u, 0x00006f6au, 0x0000045eu, 0x000500abu, - 0x00000069u, 0x00006f72u, 0x00006f71u, 0x0000032fu, 0x000300f7u, 0x00006f7fu, 0x00000000u, 0x000400fau, - 0x00006f72u, 0x00006f73u, 0x00006f7fu, 0x000200f8u, 0x00006f73u, 0x000500c2u, 0x00000006u, 0x00006f75u, - 0x00006f6au, 0x0000045eu, 0x0004003du, 0x0000000fu, 0x00006f77u, 0x00006f6du, 0x00040071u, 0x00000006u, - 0x00006f78u, 0x00006f77u, 0x0004007cu, 0x00000008u, 0x00006f79u, 0x00006f78u, 0x000500c7u, 0x00000008u, - 0x00006f7au, 0x00006f79u, 0x0000022cu, 0x00050084u, 0x00000008u, 0x00006f7bu, 0x00006f7au, 0x00000232u, - 0x00040072u, 0x0000037du, 0x00006f7cu, 0x00006f7bu, 0x0004007cu, 0x0000000fu, 0x00006f7du, 0x00006f7cu, - 0x00060041u, 0x00000673u, 0x00006f7eu, 0x0000067eu, 0x00000222u, 0x00006f75u, 0x0003003eu, 0x00006f7eu, - 0x00006f7du, 0x000200f9u, 0x00006f7fu, 0x000200f8u, 0x00006f7fu, 0x000300f7u, 0x00006f85u, 0x00000000u, - 0x000400fau, 0x0000078fu, 0x00006f80u, 0x00006f85u, 0x000200f8u, 0x00006f80u, 0x000300e1u, 0x0000045eu, - 0x00000792u, 0x00050080u, 0x00000006u, 0x00006f83u, 0x00006f6cu, 0x00000664u, 0x00060041u, 0x00000673u, - 0x00006f84u, 0x00000670u, 0x00000222u, 0x00006f83u, 0x0003003eu, 0x00006f84u, 0x00000471u, 0x000200f9u, - 0x00006f85u, 0x000200f8u, 0x00006f85u, 0x000200f9u, 0x00007013u, 0x000200f8u, 0x00006f4au, 0x000500c7u, - 0x00000006u, 0x00006f4cu, 0x00006f2au, 0x00000665u, 0x00050084u, 0x00000006u, 0x00006f4eu, 0x00006f21u, - 0x00000664u, 0x00050080u, 0x00000006u, 0x00006f50u, 0x00006f4cu, 0x00006f4eu, 0x000500c6u, 0x00000006u, - 0x00006f52u, 0x00006f50u, 0x00000466u, 0x00060041u, 0x00000673u, 0x00006f53u, 0x00000670u, 0x00000222u, - 0x00006f52u, 0x0003003eu, 0x00006f53u, 0x0000038au, 0x000500c7u, 0x00000006u, 0x00006f55u, 0x00006f50u, - 0x0000045eu, 0x000500abu, 0x00000069u, 0x00006f56u, 0x00006f55u, 0x0000032fu, 0x000300f7u, 0x00006f5du, - 0x00000000u, 0x000400fau, 0x00006f56u, 0x00006f57u, 0x00006f5du, 0x000200f8u, 0x00006f57u, 0x000500c2u, - 0x00000006u, 0x00006f59u, 0x00006f50u, 0x0000045eu, 0x00050041u, 0x0000007bu, 0x00006f5au, 0x00000677u, - 0x00000466u, 0x0004003du, 0x0000000fu, 0x00006f5bu, 0x00006f5au, 0x00060041u, 0x00000673u, 0x00006f5cu, - 0x0000067eu, 0x00000222u, 0x00006f59u, 0x0003003eu, 0x00006f5cu, 0x00006f5bu, 0x000200f9u, 0x00006f5du, - 0x000200f8u, 0x00006f5du, 0x000300f7u, 0x00006f63u, 0x00000000u, 0x000400fau, 0x0000078fu, 0x00006f5eu, - 0x00006f63u, 0x000200f8u, 0x00006f5eu, 0x000300e1u, 0x0000045eu, 0x00000792u, 0x00050080u, 0x00000006u, - 0x00006f61u, 0x00006f52u, 0x00000664u, 0x00060041u, 0x00000673u, 0x00006f62u, 0x00000670u, 0x00000222u, - 0x00006f61u, 0x0003003eu, 0x00006f62u, 0x00000471u, 0x000200f9u, 0x00006f63u, 0x000200f8u, 0x00006f63u, - 0x000200f9u, 0x00007013u, 0x000200f8u, 0x00007013u, 0x000200f9u, 0x00007014u, 0x000200f8u, 0x00007014u, - 0x0004003du, 0x00000006u, 0x00006f31u, 0x00006f24u, 0x00050084u, 0x00000006u, 0x00006f32u, 0x00006f15u, - 0x00006f31u, 0x00050080u, 0x00000006u, 0x00006f33u, 0x0000208du, 0x00006f32u, 0x0004003du, 0x00000006u, - 0x00006f35u, 0x00006f28u, 0x00050080u, 0x00000006u, 0x00006f36u, 0x00006f33u, 0x00006f35u, 0x000300f7u, - 0x00007035u, 0x00000000u, 0x000400fau, 0x00000859u, 0x00007016u, 0x00007035u, 0x000200f8u, 0x00007016u, - 0x000300f7u, 0x00007034u, 0x00000000u, 0x000400fau, 0x000075b2u, 0x00007018u, 0x00007034u, 0x000200f8u, - 0x00007018u, 0x000500c7u, 0x00000006u, 0x0000701au, 0x00006f36u, 0x00000685u, 0x00050084u, 0x00000006u, - 0x0000701cu, 0x00006f21u, 0x00000863u, 0x00050080u, 0x00000006u, 0x0000701eu, 0x0000701au, 0x0000701cu, - 0x000500c6u, 0x00000006u, 0x00007020u, 0x0000701eu, 0x0000045eu, 0x000500c4u, 0x00000011u, 0x00007022u, - 0x000075bfu, 0x000005f4u, 0x000500c2u, 0x0000000fu, 0x00007024u, 0x000075cbu, 0x000005f4u, 0x00040071u, - 0x00000011u, 0x00007025u, 0x00007024u, 0x000500c5u, 0x00000011u, 0x00007026u, 0x00007022u, 0x00007025u, - 0x00060041u, 0x00000694u, 0x00007027u, 0x00000691u, 0x00000222u, 0x00007020u, 0x0003003eu, 0x00007027u, - 0x00007026u, 0x00040071u, 0x00000011u, 0x0000702au, 0x000075cbu, 0x000500c7u, 0x00000011u, 0x0000702bu, - 0x0000702au, 0x000005f9u, 0x00040071u, 0x0000000fu, 0x0000702cu, 0x0000702bu, 0x00060041u, 0x00000673u, - 0x0000702du, 0x0000067eu, 0x00000222u, 0x0000701eu, 0x0003003eu, 0x0000702du, 0x0000702cu, 0x000300f7u, - 0x00007033u, 0x00000000u, 0x000400fau, 0x0000078fu, 0x0000702eu, 0x00007033u, 0x000200f8u, 0x0000702eu, - 0x000300e1u, 0x0000045eu, 0x00000792u, 0x00050080u, 0x00000006u, 0x00007031u, 0x00007020u, 0x0000087au, - 0x00060041u, 0x00000694u, 0x00007032u, 0x00000691u, 0x00000222u, 0x00007031u, 0x0003003eu, 0x00007032u, - 0x000007f2u, 0x000200f9u, 0x00007033u, 0x000200f8u, 0x00007033u, 0x000200f9u, 0x00007034u, 0x000200f8u, - 0x00007034u, 0x000200f9u, 0x00007035u, 0x000200f8u, 0x00007035u, 0x000300f7u, 0x00006f3eu, 0x00000000u, - 0x000400fau, 0x0000092fu, 0x00006f3au, 0x00006f3eu, 0x000200f8u, 0x00006f3au, 0x0004003du, 0x000000b0u, - 0x00006f3bu, 0x000020f3u, 0x0003003eu, 0x00006f0au, 0x00006f3bu, 0x00050041u, 0x00000007u, 0x0000703cu, - 0x00006f0au, 0x0000045eu, 0x0004003du, 0x00000006u, 0x0000703du, 0x0000703cu, 0x000500c2u, 0x00000006u, - 0x0000703eu, 0x0000703du, 0x00000388u, 0x00050080u, 0x00000006u, 0x00007040u, 0x00006f15u, 0x00000466u, - 0x000500c2u, 0x00000006u, 0x00007041u, 0x00007040u, 0x00000388u, 0x00050084u, 0x00000006u, 0x00007042u, - 0x0000703eu, 0x00007041u, 0x00050041u, 0x00000007u, 0x00007043u, 0x00006f0au, 0x0000032fu, 0x0004003du, - 0x00000006u, 0x00007044u, 0x00007043u, 0x000500c2u, 0x00000006u, 0x00007045u, 0x00007044u, 0x00000388u, - 0x00050080u, 0x00000006u, 0x00007046u, 0x00007042u, 0x00007045u, 0x000500c7u, 0x000000b0u, 0x00007049u, - 0x00006f3bu, 0x0000b420u, 0x0003003eu, 0x00007037u, 0x00007049u, 0x000600a9u, 0x00000006u, 0x0000704bu, - 0x000075abu, 0x0000045eu, 0x0000032fu, 0x000600a9u, 0x00000006u, 0x0000704du, 0x000075b2u, 0x0000045eu, - 0x0000032fu, 0x00050084u, 0x00000006u, 0x0000704eu, 0x00000388u, 0x0000704du, 0x00050080u, 0x00000006u, - 0x0000704fu, 0x0000704bu, 0x0000704eu, 0x00050041u, 0x00000007u, 0x00007050u, 0x00007037u, 0x0000032fu, - 0x0004003du, 0x00000006u, 0x00007051u, 0x00007050u, 0x00050041u, 0x00000007u, 0x00007052u, 0x00007037u, - 0x0000045eu, 0x0004003du, 0x00000006u, 0x00007053u, 0x00007052u, 0x00050084u, 0x00000006u, 0x00007054u, - 0x00007053u, 0x00000706u, 0x00050080u, 0x00000006u, 0x00007055u, 0x00007051u, 0x00007054u, 0x00050084u, - 0x00000006u, 0x00007056u, 0x00000388u, 0x00007055u, 0x000500c4u, 0x00000006u, 0x00007058u, 0x0000704fu, - 0x00007056u, 0x000200f9u, 0x00007059u, 0x000200f8u, 0x00007059u, 0x000700f5u, 0x00000069u, 0x000075e6u, - 0x0000055bu, 0x00006f3au, 0x0000b5f2u, 0x0000706bu, 0x000400f6u, 0x0000706du, 0x0000706bu, 0x00000000u, - 0x000200f9u, 0x0000705au, 0x000200f8u, 0x0000705au, 0x00050152u, 0x00000006u, 0x0000705cu, 0x00000466u, - 0x00007046u, 0x000500aau, 0x00000069u, 0x0000705eu, 0x0000705cu, 0x00007046u, 0x000300f7u, 0x0000706au, - 0x00000000u, 0x000400fau, 0x0000705eu, 0x0000705fu, 0x0000706au, 0x000200f8u, 0x0000705fu, 0x00060168u, - 0x00000006u, 0x00007061u, 0x00000466u, 0x00000000u, 0x00007058u, 0x0004014du, 0x00000069u, 0x00007062u, - 0x00000466u, 0x000300f7u, 0x00007069u, 0x00000000u, 0x000400fau, 0x00007062u, 0x00007063u, 0x00007069u, - 0x000200f8u, 0x00007063u, 0x00050080u, 0x00000006u, 0x00007065u, 0x000008eeu, 0x00007046u, 0x00060041u, - 0x000006dbu, 0x00007066u, 0x000006d9u, 0x00000222u, 0x00007065u, 0x000700f1u, 0x00000006u, 0x00007068u, - 0x00007066u, 0x0000045eu, 0x0000032fu, 0x00007061u, 0x000200f9u, 0x00007069u, 0x000200f8u, 0x00007069u, - 0x000200f9u, 0x0000706au, 0x000200f8u, 0x0000706au, 0x000600a9u, 0x00000069u, 0x0000b5f2u, 0x0000705eu, - 0x00000538u, 0x000075e6u, 0x000200f9u, 0x0000706bu, 0x000200f8u, 0x0000706bu, 0x000400fau, 0x0000b5f2u, - 0x00007059u, 0x0000706du, 0x000200f8u, 0x0000706du, 0x000200f9u, 0x00006f3eu, 0x000200f8u, 0x00006f3eu, - 0x000200f9u, 0x00006f3fu, 0x000200f8u, 0x00006f3fu, 0x000200f9u, 0x00002115u, 0x000200f8u, 0x00002115u, - 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x00001668u, 0x00000000u, 0x00020011u, - 0x00000001u, 0x00020011u, 0x0000002eu, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, - 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, - 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0008000fu, - 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000801u, 0x0000080bu, 0x00000887u, 0x00060010u, - 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, 0x000000a2u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x000000a2u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, - 0x000000a2u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000000a2u, 0x00000003u, 0x00000023u, - 0x0000000cu, 0x00050048u, 0x000000a2u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000000a2u, - 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000000a2u, 0x00000006u, 0x00000023u, 0x00000018u, - 0x00050048u, 0x000000a2u, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000000a2u, 0x00000008u, - 0x00000023u, 0x00000020u, 0x00050048u, 0x000000a2u, 0x00000009u, 0x00000023u, 0x00000024u, 0x00050048u, - 0x000000a2u, 0x0000000au, 0x00000023u, 0x00000028u, 0x00050048u, 0x000000a2u, 0x0000000bu, 0x00000023u, - 0x0000002cu, 0x00050048u, 0x000000a2u, 0x0000000cu, 0x00000023u, 0x0000002eu, 0x00050048u, 0x000000a2u, - 0x0000000du, 0x00000023u, 0x0000002fu, 0x00050048u, 0x000000a2u, 0x0000000eu, 0x00000023u, 0x00000030u, - 0x00040047u, 0x000000a3u, 0x00000006u, 0x00000038u, 0x00040048u, 0x000000a4u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x000000a4u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000000a4u, 0x00000002u, - 0x00040047u, 0x000000a6u, 0x00000022u, 0x00000001u, 0x00040047u, 0x000000a6u, 0x00000021u, 0x00000002u, - 0x00050048u, 0x00000106u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000106u, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x00000106u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x00000106u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000106u, 0x00000004u, 0x00000023u, - 0x0000000du, 0x00050048u, 0x00000106u, 0x00000005u, 0x00000023u, 0x0000000eu, 0x00050048u, 0x00000106u, - 0x00000006u, 0x00000023u, 0x0000000fu, 0x00040047u, 0x00000107u, 0x00000006u, 0x00000010u, 0x00040048u, - 0x00000108u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000108u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000108u, 0x00000002u, 0x00040047u, 0x0000010au, 0x00000022u, 0x00000001u, 0x00040047u, - 0x0000010au, 0x00000021u, 0x00000005u, 0x00040047u, 0x00000259u, 0x00000022u, 0x00000001u, 0x00040047u, - 0x00000259u, 0x00000021u, 0x0000000au, 0x00040047u, 0x00000367u, 0x00000001u, 0x00000001u, 0x00040047u, - 0x0000036du, 0x00000001u, 0x00000000u, 0x00040047u, 0x00000376u, 0x00000006u, 0x00000001u, 0x00050048u, - 0x00000377u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000377u, 0x00000002u, 0x00040047u, - 0x00000379u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000379u, 0x00000021u, 0x00000000u, 0x00040047u, - 0x00000385u, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000386u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000386u, 0x00000002u, 0x00040047u, 0x00000388u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x00000388u, 0x00000021u, 0x00000001u, 0x00040047u, 0x0000039au, 0x00000006u, 0x00000002u, 0x00050048u, - 0x0000039bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000039bu, 0x00000002u, 0x00040047u, - 0x0000039du, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000039du, 0x00000021u, 0x00000000u, 0x00040047u, - 0x000003e6u, 0x00000006u, 0x00000004u, 0x00050048u, 0x000003e7u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000003e7u, 0x00000002u, 0x00040047u, 0x000003e9u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000003e9u, 0x00000021u, 0x00000000u, 0x00040047u, 0x0000049eu, 0x00000001u, 0x00000007u, 0x00040047u, - 0x00000568u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000724u, 0x00000006u, 0x00000001u, 0x00050048u, - 0x00000725u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000725u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x00000725u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, 0x00000726u, - 0x00000006u, 0x00000010u, 0x00040048u, 0x00000727u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000727u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000727u, 0x00000002u, 0x00040047u, 0x00000729u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00000729u, 0x00000021u, 0x00000006u, 0x00040047u, 0x00000801u, - 0x0000000bu, 0x0000001cu, 0x00040047u, 0x0000080bu, 0x0000000bu, 0x0000001au, 0x00040047u, 0x00000814u, - 0x00000001u, 0x00000006u, 0x00040047u, 0x00000815u, 0x00000001u, 0x00000003u, 0x00040047u, 0x00000816u, - 0x00000001u, 0x00000004u, 0x00040047u, 0x00000817u, 0x0000000bu, 0x00000019u, 0x00040047u, 0x0000081fu, - 0x00000001u, 0x00000005u, 0x00040047u, 0x00000824u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000825u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x00000825u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x00000825u, 0x00000002u, 0x00040047u, 0x00000827u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000827u, - 0x00000021u, 0x0000000cu, 0x00050048u, 0x0000082bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x0000082bu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x0000082bu, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x0000082bu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x0000082bu, - 0x00000004u, 0x00000023u, 0x00000010u, 0x00030047u, 0x0000082bu, 0x00000002u, 0x00040047u, 0x00000858u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x00000859u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000859u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000859u, 0x00000002u, 0x00040047u, 0x0000085bu, - 0x00000022u, 0x00000000u, 0x00040047u, 0x0000085bu, 0x00000021u, 0x00000007u, 0x00040047u, 0x00000862u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x00000863u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000863u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000863u, 0x00000002u, 0x00040047u, 0x00000865u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00000865u, 0x00000021u, 0x0000000bu, 0x00040047u, 0x00000887u, - 0x0000000bu, 0x0000001du, 0x00040047u, 0x0000088cu, 0x00000006u, 0x00000001u, 0x00040048u, 0x0000088du, - 0x00000000u, 0x00000018u, 0x00050048u, 0x0000088du, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x0000088du, 0x00000002u, 0x00040047u, 0x0000088fu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000088fu, - 0x00000021u, 0x00000006u, 0x00040047u, 0x000008abu, 0x00000006u, 0x00000004u, 0x00040048u, 0x000008acu, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008acu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008acu, 0x00000002u, 0x00040047u, 0x000008aeu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000008aeu, - 0x00000021u, 0x00000003u, 0x00040047u, 0x000008b9u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000008bau, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008bau, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008bau, 0x00000002u, 0x00040047u, 0x000008bcu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000008bcu, - 0x00000021u, 0x00000003u, 0x00040047u, 0x000008c3u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000008c4u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008c4u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008c4u, 0x00000002u, 0x00040047u, 0x000008c6u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000008c6u, - 0x00000021u, 0x00000004u, 0x00040047u, 0x000008ccu, 0x00000006u, 0x00000001u, 0x00040048u, 0x000008cdu, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008cdu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008cdu, 0x00000002u, 0x00040047u, 0x000008cfu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000008cfu, - 0x00000021u, 0x00000005u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, - 0x00000006u, 0x00000020u, 0x00000000u, 0x00040020u, 0x00000007u, 0x00000007u, 0x00000006u, 0x00040015u, - 0x00000008u, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000009u, 0x00000008u, 0x00000004u, 0x00040017u, - 0x00000014u, 0x00000008u, 0x00000003u, 0x00040020u, 0x00000015u, 0x00000007u, 0x00000014u, 0x00040020u, - 0x00000016u, 0x00000007u, 0x00000008u, 0x00040020u, 0x0000002bu, 0x00000007u, 0x00000009u, 0x00020014u, - 0x0000002cu, 0x00040017u, 0x0000002eu, 0x00000008u, 0x00000002u, 0x00040020u, 0x0000002fu, 0x00000007u, - 0x0000002eu, 0x00040017u, 0x0000006bu, 0x00000006u, 0x00000002u, 0x00040020u, 0x0000006cu, 0x00000007u, - 0x0000006bu, 0x0004002bu, 0x00000008u, 0x0000009cu, 0x00000000u, 0x00040015u, 0x0000009du, 0x00000008u, - 0x00000000u, 0x00040017u, 0x0000009eu, 0x0000009du, 0x00000004u, 0x00040015u, 0x0000009fu, 0x00000010u, - 0x00000000u, 0x00040015u, 0x000000a0u, 0x00000010u, 0x00000001u, 0x00040017u, 0x000000a1u, 0x000000a0u, - 0x00000004u, 0x0011001eu, 0x000000a2u, 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x0000009eu, - 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x00000006u, 0x0000009fu, 0x0000009du, - 0x0000009du, 0x000000a1u, 0x0003001du, 0x000000a3u, 0x000000a2u, 0x0003001eu, 0x000000a4u, 0x000000a3u, - 0x00040020u, 0x000000a5u, 0x0000000cu, 0x000000a4u, 0x0004003bu, 0x000000a5u, 0x000000a6u, 0x0000000cu, - 0x00040020u, 0x000000a8u, 0x0000000cu, 0x0000009eu, 0x00040017u, 0x000000abu, 0x00000006u, 0x00000004u, - 0x0004002bu, 0x00000008u, 0x000000afu, 0x00000001u, 0x0004002bu, 0x00000008u, 0x000000b5u, 0x00000002u, - 0x0004002bu, 0x00000008u, 0x000000bbu, 0x00000003u, 0x0004002bu, 0x00000008u, 0x000000c1u, 0x00000004u, - 0x0004002bu, 0x00000008u, 0x000000c7u, 0x00000005u, 0x0004002bu, 0x00000008u, 0x000000cdu, 0x00000006u, - 0x0004002bu, 0x00000008u, 0x000000d3u, 0x00000007u, 0x0004002bu, 0x00000008u, 0x000000d9u, 0x00000008u, - 0x0004002bu, 0x00000008u, 0x000000dfu, 0x00000009u, 0x0004002bu, 0x00000008u, 0x000000e5u, 0x0000000au, - 0x00040020u, 0x000000e6u, 0x0000000cu, 0x00000006u, 0x0004002bu, 0x00000008u, 0x000000eau, 0x0000000bu, - 0x00040020u, 0x000000ebu, 0x0000000cu, 0x0000009fu, 0x0004002bu, 0x00000008u, 0x000000f1u, 0x0000000cu, - 0x00040020u, 0x000000f2u, 0x0000000cu, 0x0000009du, 0x0009001eu, 0x00000106u, 0x0000009eu, 0x0000009eu, - 0x00000006u, 0x0000009du, 0x0000009du, 0x0000009du, 0x0000009du, 0x0003001du, 0x00000107u, 0x00000106u, - 0x0003001eu, 0x00000108u, 0x00000107u, 0x00040020u, 0x00000109u, 0x0000000cu, 0x00000108u, 0x0004003bu, - 0x00000109u, 0x0000010au, 0x0000000cu, 0x0006002cu, 0x00000014u, 0x00000128u, 0x0000009cu, 0x000000bbu, - 0x000000cdu, 0x0004002bu, 0x00000008u, 0x0000012eu, 0x000000f8u, 0x0004002bu, 0x00000008u, 0x00000133u, - 0x000000ffu, 0x0006002cu, 0x00000014u, 0x00000134u, 0x00000133u, 0x00000133u, 0x00000133u, 0x0004002bu, - 0x00000008u, 0x00000136u, 0x000000f7u, 0x0006002cu, 0x00000014u, 0x00000137u, 0x00000136u, 0x00000136u, - 0x00000136u, 0x00040017u, 0x00000138u, 0x0000002cu, 0x00000003u, 0x0004002bu, 0x00000008u, 0x00000141u, - 0x0000001fu, 0x0004002bu, 0x00000008u, 0x0000015du, 0x000007ffu, 0x0004002bu, 0x00000008u, 0x00000164u, - 0x00040000u, 0x0004002bu, 0x00000008u, 0x00000170u, 0x0003ffffu, 0x0004002bu, 0x00000008u, 0x00000175u, - 0x00000011u, 0x0004002bu, 0x00000006u, 0x00000193u, 0x00000002u, 0x0004002bu, 0x00000006u, 0x000001b8u, - 0x00000000u, 0x0004002bu, 0x00000006u, 0x000001dau, 0x00000001u, 0x0004002bu, 0x00000006u, 0x000001e0u, - 0x00000003u, 0x0004002bu, 0x00000008u, 0x00000222u, 0x0000003cu, 0x00090019u, 0x00000257u, 0x00000006u, - 0x00000005u, 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, 0x00000258u, - 0x00000000u, 0x00000257u, 0x0004003bu, 0x00000258u, 0x00000259u, 0x00000000u, 0x0004002bu, 0x00000008u, - 0x00000295u, 0x0000000fu, 0x0003002au, 0x0000002cu, 0x00000298u, 0x0004002bu, 0x00000008u, 0x000002a8u, - 0x00008000u, 0x0004002bu, 0x00000008u, 0x000002aeu, 0x00000010u, 0x00030029u, 0x0000002cu, 0x000002b3u, - 0x0004002bu, 0x00000008u, 0x000002b4u, 0x0000ffffu, 0x00040032u, 0x00000008u, 0x00000367u, 0x00000000u, - 0x00040032u, 0x00000006u, 0x0000036du, 0x00000000u, 0x00060034u, 0x00000006u, 0x0000036eu, 0x00000082u, - 0x0000036du, 0x000001dau, 0x0003001du, 0x00000376u, 0x0000009du, 0x0003001eu, 0x00000377u, 0x00000376u, - 0x00040020u, 0x00000378u, 0x0000000cu, 0x00000377u, 0x0004003bu, 0x00000378u, 0x00000379u, 0x0000000cu, - 0x0003001du, 0x00000385u, 0x0000009du, 0x0003001eu, 0x00000386u, 0x00000385u, 0x00040020u, 0x00000387u, - 0x0000000cu, 0x00000386u, 0x0004003bu, 0x00000387u, 0x00000388u, 0x0000000cu, 0x00060034u, 0x00000006u, - 0x00000391u, 0x000000c2u, 0x0000036eu, 0x000001dau, 0x00060034u, 0x00000006u, 0x00000395u, 0x000000c2u, - 0x0000036du, 0x000000afu, 0x0003001du, 0x0000039au, 0x0000009fu, 0x0003001eu, 0x0000039bu, 0x0000039au, - 0x00040020u, 0x0000039cu, 0x0000000cu, 0x0000039bu, 0x0004003bu, 0x0000039cu, 0x0000039du, 0x0000000cu, - 0x00040017u, 0x000003a3u, 0x00000006u, 0x00000003u, 0x0004002bu, 0x00000006u, 0x000003a7u, 0x00000008u, - 0x0004002bu, 0x00000006u, 0x000003aeu, 0x000000f8u, 0x00060034u, 0x00000006u, 0x000003c6u, 0x000000c2u, - 0x0000036du, 0x000000afu, 0x0004002bu, 0x00000006u, 0x000003d5u, 0x000000ffu, 0x00060034u, 0x00000006u, - 0x000003ddu, 0x000000c2u, 0x0000036eu, 0x00000193u, 0x00060034u, 0x00000006u, 0x000003e1u, 0x000000c2u, - 0x0000036du, 0x000000b5u, 0x0003001du, 0x000003e6u, 0x00000006u, 0x0003001eu, 0x000003e7u, 0x000003e6u, - 0x00040020u, 0x000003e8u, 0x0000000cu, 0x000003e7u, 0x0004003bu, 0x000003e8u, 0x000003e9u, 0x0000000cu, - 0x0004002bu, 0x00000006u, 0x000003efu, 0x00000018u, 0x0004002bu, 0x00000006u, 0x000003f0u, 0x00000010u, - 0x0007002cu, 0x000000abu, 0x000003f1u, 0x000003efu, 0x000003f0u, 0x000003a7u, 0x000001b8u, 0x0007002cu, - 0x000000abu, 0x000003f3u, 0x000003d5u, 0x000003d5u, 0x000003d5u, 0x000003d5u, 0x0004002bu, 0x00000006u, - 0x00000408u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000415u, 0x00000004u, 0x0004002bu, 0x00000006u, - 0x00000442u, 0x0000000au, 0x0004002bu, 0x00000006u, 0x00000448u, 0x00000005u, 0x0004002bu, 0x00000006u, - 0x00000453u, 0x00000007u, 0x00060034u, 0x00000006u, 0x0000046au, 0x000000c2u, 0x0000036du, 0x000000afu, - 0x00040032u, 0x00000008u, 0x0000049eu, 0x00000000u, 0x00060034u, 0x00000008u, 0x0000049fu, 0x000000c7u, - 0x0000049eu, 0x000000afu, 0x00060034u, 0x0000002cu, 0x000004a0u, 0x000000abu, 0x0000049fu, 0x0000009cu, - 0x00060034u, 0x00000008u, 0x000004a1u, 0x000000c3u, 0x0000049eu, 0x000000afu, 0x00060034u, 0x0000002cu, - 0x000004a2u, 0x000000aau, 0x000004a1u, 0x0000009cu, 0x00060034u, 0x0000002cu, 0x000004a3u, 0x000000a7u, - 0x000004a0u, 0x000004a2u, 0x0004002bu, 0x00000006u, 0x000004a6u, 0x00000048u, 0x00060034u, 0x00000006u, - 0x000004d1u, 0x000000c2u, 0x0000036du, 0x000000afu, 0x00040020u, 0x000004d5u, 0x00000007u, 0x000000abu, - 0x00060034u, 0x00000006u, 0x00000504u, 0x000000c2u, 0x0000036du, 0x000001dau, 0x0004002bu, 0x00000006u, - 0x00000506u, 0x0000ffffu, 0x00060034u, 0x00000006u, 0x0000050du, 0x000000c2u, 0x0000036du, 0x000000afu, - 0x00060034u, 0x00000006u, 0x0000052cu, 0x000000c2u, 0x0000036du, 0x000001dau, 0x00060034u, 0x00000006u, - 0x00000534u, 0x000000c2u, 0x0000036du, 0x000000b5u, 0x00060034u, 0x00000006u, 0x00000562u, 0x000000c2u, - 0x0000036du, 0x00000193u, 0x0004002bu, 0x00000006u, 0x00000564u, 0xffffffffu, 0x00030031u, 0x0000002cu, - 0x00000568u, 0x00050034u, 0x0000002cu, 0x00000569u, 0x000000a8u, 0x00000568u, 0x00060034u, 0x00000006u, - 0x00000573u, 0x000000c2u, 0x0000036du, 0x000000afu, 0x00060034u, 0x00000006u, 0x00000589u, 0x000000c2u, - 0x0000036du, 0x000001dau, 0x00040017u, 0x00000591u, 0x0000002cu, 0x00000002u, 0x00060034u, 0x00000008u, - 0x00000598u, 0x000000c4u, 0x000000afu, 0x000004a1u, 0x00060034u, 0x00000008u, 0x00000599u, 0x00000082u, - 0x00000598u, 0x000000afu, 0x00060034u, 0x00000006u, 0x0000059au, 0x00000080u, 0x00000599u, 0x000001b8u, - 0x00060034u, 0x00000006u, 0x000005a3u, 0x00000080u, 0x00000598u, 0x000001b8u, 0x00060034u, 0x00000008u, - 0x000005eeu, 0x00000084u, 0x00000598u, 0x00000598u, 0x00060034u, 0x00000006u, 0x000005efu, 0x00000080u, - 0x000005eeu, 0x000001b8u, 0x00060034u, 0x00000006u, 0x000005f0u, 0x000000c2u, 0x0000036du, 0x000000b5u, - 0x00060034u, 0x00000006u, 0x000005f1u, 0x00000084u, 0x000005efu, 0x000005f0u, 0x00060034u, 0x00000008u, - 0x00000604u, 0x00000082u, 0x00000598u, 0x000000afu, 0x00060034u, 0x00000006u, 0x00000605u, 0x00000080u, - 0x00000604u, 0x000001b8u, 0x00060034u, 0x00000006u, 0x0000060eu, 0x00000080u, 0x00000598u, 0x000001b8u, - 0x00060034u, 0x0000002cu, 0x00000630u, 0x000000abu, 0x000004a1u, 0x0000009cu, 0x00060034u, 0x0000002cu, - 0x00000631u, 0x000000a7u, 0x000004a0u, 0x00000630u, 0x0004002bu, 0x00000008u, 0x00000640u, 0x000000e0u, - 0x0006002cu, 0x00000014u, 0x0000064bu, 0x0000009cu, 0x0000009cu, 0x0000009cu, 0x00060034u, 0x0000002cu, - 0x00000664u, 0x000000aau, 0x00000367u, 0x0000009cu, 0x0007002cu, 0x00000009u, 0x00000675u, 0x0000009cu, - 0x0000009cu, 0x0000009cu, 0x0000009cu, 0x0004002bu, 0x00000006u, 0x0000068eu, 0x000000e0u, 0x0004002bu, - 0x00000008u, 0x00000718u, 0x000001ffu, 0x0004001cu, 0x00000724u, 0x0000009du, 0x000003a7u, 0x0005001eu, - 0x00000725u, 0x0000009eu, 0x0000009eu, 0x00000724u, 0x0003001du, 0x00000726u, 0x00000725u, 0x0003001eu, - 0x00000727u, 0x00000726u, 0x00040020u, 0x00000728u, 0x0000000cu, 0x00000727u, 0x0004003bu, 0x00000728u, - 0x00000729u, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x0000074fu, 0x00000020u, 0x0004002bu, 0x00000006u, - 0x00000755u, 0x00000040u, 0x0004002bu, 0x00000006u, 0x0000075bu, 0x00000080u, 0x0004002bu, 0x00000006u, - 0x00000761u, 0x00000100u, 0x00040020u, 0x00000800u, 0x00000001u, 0x000003a3u, 0x0004003bu, 0x00000800u, - 0x00000801u, 0x00000001u, 0x00040020u, 0x00000802u, 0x00000001u, 0x00000006u, 0x0004003bu, 0x00000800u, - 0x0000080bu, 0x00000001u, 0x00040032u, 0x00000008u, 0x00000814u, 0x00000400u, 0x00040032u, 0x00000006u, - 0x00000815u, 0x00000001u, 0x00040032u, 0x00000006u, 0x00000816u, 0x00000001u, 0x00060033u, 0x000003a3u, - 0x00000817u, 0x00000815u, 0x00000816u, 0x000001dau, 0x00060034u, 0x00000006u, 0x00000818u, 0x00000051u, - 0x00000817u, 0x00000000u, 0x00060034u, 0x00000008u, 0x00000819u, 0x00000080u, 0x00000818u, 0x000001b8u, - 0x00060034u, 0x00000008u, 0x0000081au, 0x00000087u, 0x00000814u, 0x00000819u, 0x00040032u, 0x00000008u, - 0x0000081fu, 0x00000100u, 0x0004002bu, 0x00000008u, 0x00000820u, 0x00000020u, 0x00060034u, 0x00000008u, - 0x00000821u, 0x00000087u, 0x0000081fu, 0x00000820u, 0x0003001du, 0x00000824u, 0x00000006u, 0x0003001eu, - 0x00000825u, 0x00000824u, 0x00040020u, 0x00000826u, 0x0000000cu, 0x00000825u, 0x0004003bu, 0x00000826u, - 0x00000827u, 0x0000000cu, 0x0007001eu, 0x0000082bu, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, - 0x00000006u, 0x00040020u, 0x0000082cu, 0x00000009u, 0x0000082bu, 0x0004003bu, 0x0000082cu, 0x0000082du, - 0x00000009u, 0x00040020u, 0x0000082eu, 0x00000009u, 0x00000006u, 0x0003001du, 0x00000858u, 0x00000006u, - 0x0003001eu, 0x00000859u, 0x00000858u, 0x00040020u, 0x0000085au, 0x0000000cu, 0x00000859u, 0x0004003bu, - 0x0000085au, 0x0000085bu, 0x0000000cu, 0x0003001du, 0x00000862u, 0x00000006u, 0x0003001eu, 0x00000863u, - 0x00000862u, 0x00040020u, 0x00000864u, 0x0000000cu, 0x00000863u, 0x0004003bu, 0x00000864u, 0x00000865u, - 0x0000000cu, 0x00060034u, 0x00000006u, 0x00000883u, 0x00000051u, 0x00000817u, 0x00000000u, 0x00060034u, - 0x00000006u, 0x00000884u, 0x00000051u, 0x00000817u, 0x00000001u, 0x00060034u, 0x00000006u, 0x00000885u, - 0x00000084u, 0x00000883u, 0x00000884u, 0x0004003bu, 0x00000802u, 0x00000887u, 0x00000001u, 0x00040015u, - 0x0000088bu, 0x00000008u, 0x00000001u, 0x0003001du, 0x0000088cu, 0x0000088bu, 0x0003001eu, 0x0000088du, - 0x0000088cu, 0x00040020u, 0x0000088eu, 0x0000000cu, 0x0000088du, 0x0004003bu, 0x0000088eu, 0x0000088fu, - 0x0000000cu, 0x00040020u, 0x00000891u, 0x0000000cu, 0x0000088bu, 0x0004002bu, 0x00000008u, 0x0000089au, - 0x00000040u, 0x0003001du, 0x000008abu, 0x00000006u, 0x0003001eu, 0x000008acu, 0x000008abu, 0x00040020u, - 0x000008adu, 0x0000000cu, 0x000008acu, 0x0004003bu, 0x000008adu, 0x000008aeu, 0x0000000cu, 0x0003001du, - 0x000008b9u, 0x0000009eu, 0x0003001eu, 0x000008bau, 0x000008b9u, 0x00040020u, 0x000008bbu, 0x0000000cu, - 0x000008bau, 0x0004003bu, 0x000008bbu, 0x000008bcu, 0x0000000cu, 0x0003001du, 0x000008c3u, 0x00000008u, - 0x0003001eu, 0x000008c4u, 0x000008c3u, 0x00040020u, 0x000008c5u, 0x0000000cu, 0x000008c4u, 0x0004003bu, - 0x000008c5u, 0x000008c6u, 0x0000000cu, 0x00040020u, 0x000008c8u, 0x0000000cu, 0x00000008u, 0x0003001du, - 0x000008ccu, 0x0000009du, 0x0003001eu, 0x000008cdu, 0x000008ccu, 0x00040020u, 0x000008ceu, 0x0000000cu, - 0x000008cdu, 0x0004003bu, 0x000008ceu, 0x000008cfu, 0x0000000cu, 0x00030001u, 0x00000008u, 0x000011e3u, - 0x00030001u, 0x00000014u, 0x0000120eu, 0x00030001u, 0x00000006u, 0x00001337u, 0x0006002cu, 0x000003a3u, - 0x0000161cu, 0x000003aeu, 0x000003aeu, 0x000003aeu, 0x0005002cu, 0x0000006bu, 0x0000161du, 0x000001e0u, - 0x000001e0u, 0x0006002cu, 0x00000014u, 0x0000161eu, 0x0000012eu, 0x0000012eu, 0x0000012eu, 0x0006002cu, - 0x00000014u, 0x0000161fu, 0x000000d3u, 0x000000d3u, 0x000000d3u, 0x0006002cu, 0x00000014u, 0x00001620u, - 0x000000d9u, 0x000000d9u, 0x000000d9u, 0x0006002cu, 0x00000014u, 0x00001621u, 0x00000141u, 0x00000141u, - 0x00000141u, 0x0006002cu, 0x00000014u, 0x00001622u, 0x000000c7u, 0x000000c7u, 0x000000c7u, 0x0006002cu, - 0x00000014u, 0x00001623u, 0x000000b5u, 0x000000b5u, 0x000000b5u, 0x0006002cu, 0x00000014u, 0x00001624u, - 0x0000015du, 0x0000015du, 0x0000015du, 0x00030001u, 0x00000014u, 0x00001632u, 0x00040017u, 0x00001663u, - 0x0000002cu, 0x00000004u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, - 0x00000005u, 0x0004003bu, 0x0000002bu, 0x000011abu, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x000011aau, - 0x00000007u, 0x0004003bu, 0x0000002bu, 0x000011a9u, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x0000119du, - 0x00000007u, 0x0004003bu, 0x0000002bu, 0x0000119cu, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x0000119bu, - 0x00000007u, 0x0004003bu, 0x0000002bu, 0x00001182u, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x00000381u, - 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00001144u, 0x00000007u, 0x0004003bu, 0x000004d5u, 0x0000104fu, - 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00001052u, 0x00000007u, 0x0004003bu, 0x000004d5u, 0x00001054u, - 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00001012u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00001019u, - 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00000fd9u, 0x00000007u, 0x0004003bu, 0x00000015u, 0x00000e78u, - 0x00000007u, 0x0004003bu, 0x00000015u, 0x00000e7bu, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x00000b6cu, - 0x00000007u, 0x0004003bu, 0x0000002fu, 0x00000b80u, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x00000b84u, - 0x00000007u, 0x0004003bu, 0x0000002fu, 0x00000b89u, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x00000b8du, - 0x00000007u, 0x0004003bu, 0x0000002fu, 0x00000b92u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00000b22u, - 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00000aa5u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00000949u, - 0x00000007u, 0x0004003bu, 0x0000002fu, 0x0000080au, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00000837u, - 0x00000007u, 0x0004003bu, 0x0000006cu, 0x000008e3u, 0x00000007u, 0x000300f7u, 0x00000941u, 0x00000000u, - 0x000300fbu, 0x000001b8u, 0x00000942u, 0x000200f8u, 0x00000942u, 0x0004003du, 0x000003a3u, 0x0000080cu, - 0x0000080bu, 0x0007004fu, 0x0000006bu, 0x0000080du, 0x0000080cu, 0x0000080cu, 0x00000000u, 0x00000001u, - 0x0004007cu, 0x0000002eu, 0x0000080eu, 0x0000080du, 0x0003003eu, 0x0000080au, 0x0000080eu, 0x00050041u, - 0x00000016u, 0x00000810u, 0x0000080au, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000811u, 0x00000810u, - 0x00050041u, 0x00000016u, 0x00000812u, 0x0000080au, 0x000001dau, 0x0004003du, 0x00000008u, 0x00000813u, - 0x00000812u, 0x00050084u, 0x00000008u, 0x0000081bu, 0x00000813u, 0x0000081au, 0x00050080u, 0x00000008u, - 0x0000081cu, 0x00000811u, 0x0000081bu, 0x00050084u, 0x00000008u, 0x00000822u, 0x0000081cu, 0x00000821u, - 0x00060041u, 0x000000e6u, 0x00000829u, 0x00000827u, 0x0000009cu, 0x0000081cu, 0x0004003du, 0x00000006u, - 0x0000082au, 0x00000829u, 0x00050041u, 0x0000082eu, 0x0000082fu, 0x0000082du, 0x000000c1u, 0x0004003du, - 0x00000006u, 0x00000830u, 0x0000082fu, 0x000500c7u, 0x00000006u, 0x00000831u, 0x0000082au, 0x00000830u, - 0x000500aau, 0x0000002cu, 0x00000833u, 0x00000831u, 0x000001b8u, 0x000300f7u, 0x00000835u, 0x00000000u, - 0x000400fau, 0x00000833u, 0x00000834u, 0x00000835u, 0x000200f8u, 0x00000834u, 0x000200f9u, 0x00000941u, - 0x000200f8u, 0x00000835u, 0x0004003du, 0x000003a3u, 0x00000838u, 0x00000801u, 0x0007004fu, 0x0000006bu, - 0x00000839u, 0x00000838u, 0x00000838u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00000837u, 0x00000839u, - 0x00050041u, 0x0000082eu, 0x0000083bu, 0x0000082du, 0x000000b5u, 0x0004003du, 0x00000006u, 0x0000083cu, - 0x0000083bu, 0x00050041u, 0x0000082eu, 0x0000083eu, 0x0000082du, 0x000000bbu, 0x0004003du, 0x00000006u, - 0x0000083fu, 0x0000083eu, 0x00050041u, 0x0000082eu, 0x00000841u, 0x0000082du, 0x0000009cu, 0x0004003du, - 0x00000006u, 0x00000842u, 0x00000841u, 0x00050041u, 0x0000082eu, 0x00000844u, 0x0000082du, 0x000000afu, - 0x0004003du, 0x00000006u, 0x00000845u, 0x00000844u, 0x00050050u, 0x0000006bu, 0x00000954u, 0x0000083cu, - 0x0000083fu, 0x000500b0u, 0x00000591u, 0x00000955u, 0x00000839u, 0x00000954u, 0x0004009bu, 0x0000002cu, - 0x00000956u, 0x00000955u, 0x000300f7u, 0x0000097fu, 0x00000000u, 0x000400fau, 0x00000956u, 0x00000957u, - 0x0000097fu, 0x000200f8u, 0x00000957u, 0x0004003du, 0x0000006bu, 0x00000958u, 0x00000837u, 0x00050050u, - 0x0000006bu, 0x00000959u, 0x0000059au, 0x0000059au, 0x000500c7u, 0x0000006bu, 0x0000095au, 0x00000958u, - 0x00000959u, 0x0003003eu, 0x00000949u, 0x0000095au, 0x00050050u, 0x0000002eu, 0x0000095cu, 0x000004a1u, - 0x000004a1u, 0x000500c2u, 0x0000006bu, 0x0000095du, 0x00000958u, 0x0000095cu, 0x0003003eu, 0x00000837u, - 0x0000095du, 0x00050041u, 0x00000007u, 0x0000095eu, 0x00000949u, 0x000001dau, 0x0004003du, 0x00000006u, - 0x0000095fu, 0x0000095eu, 0x00050084u, 0x00000006u, 0x00000960u, 0x0000095fu, 0x000005a3u, 0x00050041u, - 0x00000007u, 0x00000961u, 0x00000949u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x00000962u, 0x00000961u, - 0x00050080u, 0x00000006u, 0x00000963u, 0x00000960u, 0x00000962u, 0x000500c2u, 0x00000006u, 0x00000966u, - 0x0000083cu, 0x000004a1u, 0x00050041u, 0x00000007u, 0x00000967u, 0x00000837u, 0x000001dau, 0x0004003du, - 0x00000006u, 0x00000968u, 0x00000967u, 0x00050084u, 0x00000006u, 0x00000969u, 0x00000966u, 0x00000968u, - 0x00050080u, 0x00000006u, 0x0000096au, 0x00000842u, 0x00000969u, 0x00050041u, 0x00000007u, 0x0000096bu, - 0x00000837u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x0000096cu, 0x0000096bu, 0x00050080u, 0x00000006u, - 0x0000096du, 0x0000096au, 0x0000096cu, 0x000300f7u, 0x000009e9u, 0x00000000u, 0x000d00fbu, 0x00000367u, - 0x000009e9u, 0x00000000u, 0x00000986u, 0x00000001u, 0x00000986u, 0x00000002u, 0x0000099du, 0x00000003u, - 0x000009c3u, 0x00000004u, 0x000009dau, 0x000200f8u, 0x000009dau, 0x000500c7u, 0x00000006u, 0x000009dcu, - 0x0000096du, 0x000003ddu, 0x00050084u, 0x00000006u, 0x000009deu, 0x00000963u, 0x000003e1u, 0x00050080u, - 0x00000006u, 0x000009e0u, 0x000009dcu, 0x000009deu, 0x00060041u, 0x000000e6u, 0x000009e2u, 0x000003e9u, - 0x0000009cu, 0x000009e0u, 0x0004003du, 0x00000006u, 0x000009e3u, 0x000009e2u, 0x00070050u, 0x000000abu, - 0x000009e5u, 0x000009e3u, 0x000009e3u, 0x000009e3u, 0x000009e3u, 0x000500c2u, 0x000000abu, 0x000009e6u, - 0x000009e5u, 0x000003f1u, 0x000500c7u, 0x000000abu, 0x000009e7u, 0x000009e6u, 0x000003f3u, 0x0004007cu, - 0x00000009u, 0x000009e8u, 0x000009e7u, 0x0003003eu, 0x00000381u, 0x000009e8u, 0x000200f9u, 0x000009e9u, - 0x000200f8u, 0x000009c3u, 0x000500c7u, 0x00000006u, 0x000009c5u, 0x0000096du, 0x00000391u, 0x00050084u, - 0x00000006u, 0x000009c7u, 0x00000963u, 0x000003c6u, 0x00050080u, 0x00000006u, 0x000009c9u, 0x000009c5u, - 0x000009c7u, 0x000500c6u, 0x00000006u, 0x000009cbu, 0x000009c9u, 0x000001dau, 0x00060041u, 0x000000ebu, - 0x000009ccu, 0x0000039du, 0x0000009cu, 0x000009cbu, 0x0004003du, 0x0000009fu, 0x000009cdu, 0x000009ccu, - 0x00040071u, 0x00000006u, 0x000009ceu, 0x000009cdu, 0x000500c2u, 0x00000006u, 0x000009d0u, 0x000009ceu, - 0x000003a7u, 0x0004007cu, 0x00000008u, 0x000009d1u, 0x000009d0u, 0x000500c7u, 0x00000006u, 0x000009d4u, - 0x000009ceu, 0x000003d5u, 0x0004007cu, 0x00000008u, 0x000009d5u, 0x000009d4u, 0x00070050u, 0x00000009u, - 0x000009d9u, 0x000009d1u, 0x000009d1u, 0x000009d1u, 0x000009d5u, 0x0003003eu, 0x00000381u, 0x000009d9u, - 0x000200f9u, 0x000009e9u, 0x000200f8u, 0x0000099du, 0x000500c7u, 0x00000006u, 0x0000099fu, 0x0000096du, - 0x00000391u, 0x00050084u, 0x00000006u, 0x000009a1u, 0x00000963u, 0x00000395u, 0x00050080u, 0x00000006u, - 0x000009a3u, 0x0000099fu, 0x000009a1u, 0x000500c6u, 0x00000006u, 0x000009a5u, 0x000009a3u, 0x000001dau, - 0x00060041u, 0x000000ebu, 0x000009a6u, 0x0000039du, 0x0000009cu, 0x000009a5u, 0x0004003du, 0x0000009fu, - 0x000009a7u, 0x000009a6u, 0x00040071u, 0x00000006u, 0x000009a8u, 0x000009a7u, 0x000500c2u, 0x00000006u, - 0x000009aau, 0x000009a8u, 0x000003a7u, 0x000500c2u, 0x00000006u, 0x000009acu, 0x000009a8u, 0x000001e0u, - 0x000500c4u, 0x00000006u, 0x000009aeu, 0x000009a8u, 0x00000193u, 0x00060050u, 0x000003a3u, 0x000009afu, - 0x000009aau, 0x000009acu, 0x000009aeu, 0x000500c7u, 0x000003a3u, 0x000009b1u, 0x000009afu, 0x0000161cu, - 0x0004007cu, 0x00000014u, 0x000009b3u, 0x000009b1u, 0x00060041u, 0x000000f2u, 0x000009b5u, 0x00000388u, - 0x0000009cu, 0x000009a3u, 0x0004003du, 0x0000009du, 0x000009b6u, 0x000009b5u, 0x00040071u, 0x00000006u, - 0x000009b7u, 0x000009b6u, 0x0004007cu, 0x00000008u, 0x000009b8u, 0x000009b7u, 0x000500c4u, 0x00000008u, - 0x000009b9u, 0x000009b8u, 0x000000c7u, 0x000500c7u, 0x00000006u, 0x000009bbu, 0x000009a8u, 0x000001dau, - 0x000500c4u, 0x00000006u, 0x000009bcu, 0x000009bbu, 0x000000d3u, 0x0004007cu, 0x00000008u, 0x000009bdu, - 0x000009bcu, 0x000500c5u, 0x00000008u, 0x000009beu, 0x000009b9u, 0x000009bdu, 0x00050051u, 0x00000008u, - 0x000009bfu, 0x000009b3u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000009c0u, 0x000009b3u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x000009c1u, 0x000009b3u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000009c2u, - 0x000009bfu, 0x000009c0u, 0x000009c1u, 0x000009beu, 0x0003003eu, 0x00000381u, 0x000009c2u, 0x000200f9u, - 0x000009e9u, 0x000200f8u, 0x00000986u, 0x000500c7u, 0x00000006u, 0x00000988u, 0x0000096du, 0x0000036eu, - 0x00050084u, 0x00000006u, 0x0000098au, 0x00000963u, 0x0000036du, 0x00050080u, 0x00000006u, 0x0000098cu, - 0x00000988u, 0x0000098au, 0x000500c6u, 0x00000006u, 0x0000098eu, 0x0000098cu, 0x000001e0u, 0x00060041u, - 0x000000f2u, 0x0000098fu, 0x00000379u, 0x0000009cu, 0x0000098eu, 0x0004003du, 0x0000009du, 0x00000990u, - 0x0000098fu, 0x00040071u, 0x00000006u, 0x00000991u, 0x00000990u, 0x0004007cu, 0x00000008u, 0x00000992u, - 0x00000991u, 0x000500c2u, 0x00000006u, 0x00000997u, 0x0000098cu, 0x000000afu, 0x00060041u, 0x000000f2u, - 0x00000998u, 0x00000388u, 0x0000009cu, 0x00000997u, 0x0004003du, 0x0000009du, 0x00000999u, 0x00000998u, - 0x00040071u, 0x00000006u, 0x0000099au, 0x00000999u, 0x0004007cu, 0x00000008u, 0x0000099bu, 0x0000099au, - 0x00070050u, 0x00000009u, 0x0000099cu, 0x00000992u, 0x00000992u, 0x00000992u, 0x0000099bu, 0x0003003eu, - 0x00000381u, 0x0000099cu, 0x000200f9u, 0x000009e9u, 0x000200f8u, 0x000009e9u, 0x0004003du, 0x00000006u, - 0x00000976u, 0x00000967u, 0x00050084u, 0x00000006u, 0x00000977u, 0x00000966u, 0x00000976u, 0x00050080u, - 0x00000006u, 0x00000978u, 0x00000845u, 0x00000977u, 0x0004003du, 0x00000006u, 0x0000097au, 0x0000096bu, - 0x00050080u, 0x00000006u, 0x0000097bu, 0x00000978u, 0x0000097au, 0x000500c7u, 0x00000006u, 0x000009edu, - 0x0000097bu, 0x00000391u, 0x00050084u, 0x00000006u, 0x000009efu, 0x00000963u, 0x0000046au, 0x00050080u, - 0x00000006u, 0x000009f1u, 0x000009edu, 0x000009efu, 0x000500c6u, 0x00000006u, 0x000009f3u, 0x000009f1u, - 0x000001dau, 0x00060041u, 0x000000ebu, 0x000009f4u, 0x0000039du, 0x0000009cu, 0x000009f3u, 0x0004003du, - 0x0000009fu, 0x000009f5u, 0x000009f4u, 0x00040071u, 0x00000006u, 0x000009f6u, 0x000009f5u, 0x0004007cu, - 0x00000008u, 0x000009f7u, 0x000009f6u, 0x000500c3u, 0x00000008u, 0x000009f9u, 0x000009f7u, 0x000000b5u, - 0x00060041u, 0x000000f2u, 0x000009fbu, 0x00000388u, 0x0000009cu, 0x000009f1u, 0x0004003du, 0x0000009du, - 0x000009fcu, 0x000009fbu, 0x00040071u, 0x00000006u, 0x000009fdu, 0x000009fcu, 0x0004007cu, 0x00000008u, - 0x000009feu, 0x000009fdu, 0x000500c7u, 0x00000008u, 0x00000a00u, 0x000009f7u, 0x000000bbu, 0x000500c4u, - 0x00000008u, 0x00000a01u, 0x00000a00u, 0x000000b5u, 0x000500c5u, 0x00000008u, 0x00000a02u, 0x000009feu, - 0x00000a01u, 0x000200f9u, 0x0000097fu, 0x000200f8u, 0x0000097fu, 0x000700f5u, 0x00000006u, 0x00001336u, - 0x00001337u, 0x00000835u, 0x0000096du, 0x000009e9u, 0x000700f5u, 0x00000008u, 0x000011eeu, 0x000011e3u, - 0x00000835u, 0x00000a02u, 0x000009e9u, 0x000700f5u, 0x00000008u, 0x000011e2u, 0x000011e3u, 0x00000835u, - 0x000009f9u, 0x000009e9u, 0x000200f9u, 0x00000847u, 0x000200f8u, 0x00000847u, 0x000700f5u, 0x00000014u, - 0x00001630u, 0x00001632u, 0x0000097fu, 0x0000162fu, 0x0000084au, 0x000700f5u, 0x00000008u, 0x000011edu, - 0x000011eeu, 0x0000097fu, 0x00001217u, 0x0000084au, 0x000700f5u, 0x00000008u, 0x000011e1u, 0x000011e2u, - 0x0000097fu, 0x00001214u, 0x0000084au, 0x000700f5u, 0x0000002cu, 0x000011d4u, 0x00000298u, 0x0000097fu, - 0x000013d8u, 0x0000084au, 0x000700f5u, 0x0000002cu, 0x000011cdu, 0x00000298u, 0x0000097fu, 0x000013bbu, - 0x0000084au, 0x000700f5u, 0x00000006u, 0x000011c9u, 0x00000831u, 0x0000097fu, 0x00000856u, 0x0000084au, - 0x000700f5u, 0x00000014u, 0x000012fau, 0x0000120eu, 0x0000097fu, 0x000012f9u, 0x0000084au, 0x000700f5u, - 0x00000008u, 0x000012cfu, 0x000011e3u, 0x0000097fu, 0x000012ceu, 0x0000084au, 0x000700f5u, 0x00000008u, - 0x000012a5u, 0x000011e3u, 0x0000097fu, 0x000012a4u, 0x0000084au, 0x000700f5u, 0x00000014u, 0x00001286u, - 0x0000120eu, 0x0000097fu, 0x00001285u, 0x0000084au, 0x000700f5u, 0x00000008u, 0x00001268u, 0x000011e3u, - 0x0000097fu, 0x00001267u, 0x0000084au, 0x000700f5u, 0x00000008u, 0x0000124bu, 0x000011e3u, 0x0000097fu, - 0x0000124au, 0x0000084au, 0x000700f5u, 0x00000014u, 0x0000120cu, 0x0000120eu, 0x0000097fu, 0x0000120bu, - 0x0000084au, 0x000500abu, 0x0000002cu, 0x0000084du, 0x000011c9u, 0x000001b8u, 0x000400f6u, 0x00000849u, - 0x0000084au, 0x00000000u, 0x000400fau, 0x0000084du, 0x00000848u, 0x00000849u, 0x000200f8u, 0x00000848u, - 0x0006000cu, 0x00000008u, 0x00000850u, 0x00000001u, 0x00000049u, 0x000011c9u, 0x000500c4u, 0x00000008u, - 0x00000852u, 0x000000afu, 0x00000850u, 0x0004007cu, 0x00000006u, 0x00000853u, 0x00000852u, 0x000400c8u, - 0x00000006u, 0x00000854u, 0x00000853u, 0x000500c7u, 0x00000006u, 0x00000856u, 0x000011c9u, 0x00000854u, - 0x00050080u, 0x00000008u, 0x0000085eu, 0x00000822u, 0x00000850u, 0x00060041u, 0x000000e6u, 0x0000085fu, - 0x0000085bu, 0x0000009cu, 0x0000085eu, 0x0004003du, 0x00000006u, 0x00000860u, 0x0000085fu, 0x00060041u, - 0x000000e6u, 0x00000869u, 0x00000865u, 0x0000009cu, 0x0000085eu, 0x0004003du, 0x00000006u, 0x0000086au, - 0x00000869u, 0x000200f9u, 0x0000086bu, 0x000200f8u, 0x0000086bu, 0x000700f5u, 0x00000014u, 0x0000162fu, - 0x00001630u, 0x00000848u, 0x0000163eu, 0x0000086eu, 0x000700f5u, 0x00000014u, 0x000012f9u, 0x000012fau, - 0x00000848u, 0x000015c1u, 0x0000086eu, 0x000700f5u, 0x00000008u, 0x000012ceu, 0x000012cfu, 0x00000848u, - 0x000015a6u, 0x0000086eu, 0x000700f5u, 0x00000008u, 0x000012a4u, 0x000012a5u, 0x00000848u, 0x0000158bu, - 0x0000086eu, 0x000700f5u, 0x00000014u, 0x00001285u, 0x00001286u, 0x00000848u, 0x00001563u, 0x0000086eu, - 0x000700f5u, 0x00000008u, 0x00001267u, 0x00001268u, 0x00000848u, 0x0000153bu, 0x0000086eu, 0x000700f5u, - 0x00000008u, 0x0000124au, 0x0000124bu, 0x00000848u, 0x00001513u, 0x0000086eu, 0x000700f5u, 0x00000008u, - 0x00001217u, 0x000011edu, 0x00000848u, 0x000014d5u, 0x0000086eu, 0x000700f5u, 0x00000008u, 0x00001214u, - 0x000011e1u, 0x00000848u, 0x00001497u, 0x0000086eu, 0x000700f5u, 0x00000014u, 0x0000120bu, 0x0000120cu, - 0x00000848u, 0x00001459u, 0x0000086eu, 0x000700f5u, 0x00000006u, 0x00001207u, 0x00000860u, 0x00000848u, - 0x000008e2u, 0x0000086eu, 0x000700f5u, 0x00000006u, 0x00001206u, 0x0000086au, 0x00000848u, 0x0000087au, - 0x0000086eu, 0x000700f5u, 0x0000002cu, 0x000013d8u, 0x000011d4u, 0x00000848u, 0x000013d9u, 0x0000086eu, - 0x000700f5u, 0x0000002cu, 0x000013bbu, 0x000011cdu, 0x00000848u, 0x000013bcu, 0x0000086eu, 0x000500abu, - 0x0000002cu, 0x00000871u, 0x00001206u, 0x000001b8u, 0x000400f6u, 0x0000086du, 0x0000086eu, 0x00000000u, - 0x000400fau, 0x00000871u, 0x0000086cu, 0x0000086du, 0x000200f8u, 0x0000086cu, 0x0006000cu, 0x00000008u, - 0x00000874u, 0x00000001u, 0x00000049u, 0x00001206u, 0x000500c4u, 0x00000008u, 0x00000876u, 0x000000afu, - 0x00000874u, 0x0004007cu, 0x00000006u, 0x00000877u, 0x00000876u, 0x000400c8u, 0x00000006u, 0x00000878u, - 0x00000877u, 0x000500c7u, 0x00000006u, 0x0000087au, 0x00001206u, 0x00000878u, 0x00050084u, 0x00000008u, - 0x0000087eu, 0x00000820u, 0x00000850u, 0x00050080u, 0x00000008u, 0x0000087fu, 0x00000874u, 0x0000087eu, - 0x0004007cu, 0x00000006u, 0x00000880u, 0x0000087fu, 0x00050084u, 0x00000006u, 0x00000886u, 0x00001207u, - 0x00000885u, 0x0004003du, 0x00000006u, 0x00000888u, 0x00000887u, 0x00050080u, 0x00000006u, 0x00000889u, - 0x00000886u, 0x00000888u, 0x00060041u, 0x00000891u, 0x00000892u, 0x0000088fu, 0x0000009cu, 0x00000889u, - 0x0004003du, 0x0000088bu, 0x00000893u, 0x00000892u, 0x00040072u, 0x00000008u, 0x00000894u, 0x00000893u, - 0x000500afu, 0x0000002cu, 0x00000896u, 0x00000894u, 0x0000009cu, 0x000300f7u, 0x00000898u, 0x00000000u, - 0x000400fau, 0x00000896u, 0x00000897u, 0x00000898u, 0x000200f8u, 0x00000897u, 0x000500c7u, 0x00000008u, - 0x0000089bu, 0x00000894u, 0x0000089au, 0x000500abu, 0x0000002cu, 0x0000089cu, 0x0000089bu, 0x0000009cu, - 0x000300f7u, 0x0000089eu, 0x00000000u, 0x000400fau, 0x0000089cu, 0x0000089du, 0x000008a4u, 0x000200f8u, - 0x000008a4u, 0x000500c7u, 0x00000008u, 0x000008a6u, 0x00000894u, 0x00000820u, 0x000500abu, 0x0000002cu, - 0x000008a7u, 0x000008a6u, 0x0000009cu, 0x000300f7u, 0x000008a9u, 0x00000000u, 0x000400fau, 0x000008a7u, - 0x000008a8u, 0x000008b7u, 0x000200f8u, 0x000008b7u, 0x00060041u, 0x000000a8u, 0x000008beu, 0x000008bcu, - 0x0000009cu, 0x00000889u, 0x0004003du, 0x0000009eu, 0x000008bfu, 0x000008beu, 0x00040071u, 0x000000abu, - 0x000008c0u, 0x000008bfu, 0x0004007cu, 0x00000009u, 0x000008c1u, 0x000008c0u, 0x00060041u, 0x000008c8u, - 0x000008c9u, 0x000008c6u, 0x0000009cu, 0x00000889u, 0x0004003du, 0x00000008u, 0x000008cau, 0x000008c9u, - 0x00060041u, 0x000000f2u, 0x000008d1u, 0x000008cfu, 0x0000009cu, 0x00000889u, 0x0004003du, 0x0000009du, - 0x000008d2u, 0x000008d1u, 0x00040071u, 0x00000006u, 0x000008d3u, 0x000008d2u, 0x0004007cu, 0x00000008u, - 0x000008d4u, 0x000008d3u, 0x000500c3u, 0x00000008u, 0x00000ba0u, 0x000008cau, 0x000000dfu, 0x000500c7u, - 0x00000008u, 0x00000ba3u, 0x000008cau, 0x00000718u, 0x00080041u, 0x000000f2u, 0x00000babu, 0x00000729u, - 0x0000009cu, 0x00000880u, 0x0000009cu, 0x000001dau, 0x0004003du, 0x0000009du, 0x00000bacu, 0x00000babu, - 0x00040071u, 0x00000006u, 0x00000badu, 0x00000bacu, 0x00070041u, 0x000000a8u, 0x00000c67u, 0x000000a6u, - 0x0000009cu, 0x00000880u, 0x000000d9u, 0x0004003du, 0x0000009eu, 0x00000c68u, 0x00000c67u, 0x00040071u, - 0x000000abu, 0x00000c69u, 0x00000c68u, 0x0004007cu, 0x00000009u, 0x00000c6au, 0x00000c69u, 0x00070041u, - 0x000000a8u, 0x00000c6cu, 0x000000a6u, 0x0000009cu, 0x00000880u, 0x000000dfu, 0x0004003du, 0x0000009eu, - 0x00000c6du, 0x00000c6cu, 0x00040071u, 0x000000abu, 0x00000c6eu, 0x00000c6du, 0x0004007cu, 0x00000009u, - 0x00000c6fu, 0x00000c6eu, 0x00070041u, 0x000000ebu, 0x00000c74u, 0x000000a6u, 0x0000009cu, 0x00000880u, - 0x000000eau, 0x0004003du, 0x0000009fu, 0x00000c75u, 0x00000c74u, 0x00040071u, 0x00000006u, 0x00000c76u, - 0x00000c75u, 0x0004007cu, 0x00000008u, 0x00000c77u, 0x00000c76u, 0x00070041u, 0x000000f2u, 0x00000c79u, - 0x000000a6u, 0x0000009cu, 0x00000880u, 0x000000f1u, 0x0004003du, 0x0000009du, 0x00000c7au, 0x00000c79u, - 0x00040071u, 0x00000006u, 0x00000c7bu, 0x00000c7au, 0x0004007cu, 0x00000008u, 0x00000c7cu, 0x00000c7bu, - 0x00070041u, 0x000000a8u, 0x00000c8au, 0x0000010au, 0x0000009cu, 0x00000badu, 0x0000009cu, 0x0004003du, - 0x0000009eu, 0x00000c8bu, 0x00000c8au, 0x00040071u, 0x000000abu, 0x00000c8cu, 0x00000c8bu, 0x0004007cu, - 0x00000009u, 0x00000c8du, 0x00000c8cu, 0x00070041u, 0x000000a8u, 0x00000c8fu, 0x0000010au, 0x0000009cu, - 0x00000badu, 0x000000afu, 0x0004003du, 0x0000009eu, 0x00000c90u, 0x00000c8fu, 0x00040071u, 0x000000abu, - 0x00000c91u, 0x00000c90u, 0x0004007cu, 0x00000009u, 0x00000c92u, 0x00000c91u, 0x00070041u, 0x000000e6u, - 0x00000c94u, 0x0000010au, 0x0000009cu, 0x00000badu, 0x000000b5u, 0x0004003du, 0x00000006u, 0x00000c95u, - 0x00000c94u, 0x00070041u, 0x000000f2u, 0x00000c97u, 0x0000010au, 0x0000009cu, 0x00000badu, 0x000000bbu, - 0x0004003du, 0x0000009du, 0x00000c98u, 0x00000c97u, 0x00040071u, 0x00000006u, 0x00000c99u, 0x00000c98u, - 0x0004007cu, 0x00000008u, 0x00000c9au, 0x00000c99u, 0x00070041u, 0x000000f2u, 0x00000c9cu, 0x0000010au, - 0x0000009cu, 0x00000badu, 0x000000c1u, 0x0004003du, 0x0000009du, 0x00000c9du, 0x00000c9cu, 0x00040071u, - 0x00000006u, 0x00000c9eu, 0x00000c9du, 0x0004007cu, 0x00000008u, 0x00000c9fu, 0x00000c9eu, 0x000500c7u, - 0x00000006u, 0x00000bb4u, 0x00000c95u, 0x000003a7u, 0x000500abu, 0x0000002cu, 0x00000bb5u, 0x00000bb4u, - 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bb8u, 0x00000c95u, 0x000001dau, 0x000500abu, 0x0000002cu, - 0x00000bb9u, 0x00000bb8u, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bbcu, 0x00000c95u, 0x00000193u, - 0x000500abu, 0x0000002cu, 0x00000bbdu, 0x00000bbcu, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bc0u, - 0x00000c95u, 0x000003f0u, 0x000500abu, 0x0000002cu, 0x00000bc1u, 0x00000bc0u, 0x000001b8u, 0x000500c7u, - 0x00000006u, 0x00000bc4u, 0x00000c95u, 0x0000074fu, 0x000500abu, 0x0000002cu, 0x00000bc5u, 0x00000bc4u, - 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bc8u, 0x00000c95u, 0x00000755u, 0x000500abu, 0x0000002cu, - 0x00000bc9u, 0x00000bc8u, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bccu, 0x00000c95u, 0x0000075bu, - 0x000500abu, 0x0000002cu, 0x00000bcdu, 0x00000bccu, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bd0u, - 0x00000c95u, 0x00000761u, 0x000500abu, 0x0000002cu, 0x00000bd1u, 0x00000bd0u, 0x000001b8u, 0x000300f7u, - 0x00000cacu, 0x00000000u, 0x000400fau, 0x00000bc1u, 0x00000ca7u, 0x00000cabu, 0x000200f8u, 0x00000cabu, - 0x000200f9u, 0x00000cacu, 0x000200f8u, 0x00000ca7u, 0x00050041u, 0x00000016u, 0x00000ca8u, 0x00000381u, - 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000ca9u, 0x00000ca8u, 0x000500c7u, 0x00000008u, 0x00000caau, - 0x00000ca9u, 0x00000640u, 0x000200f9u, 0x00000cacu, 0x000200f8u, 0x00000cacu, 0x000700f5u, 0x00000008u, - 0x00001208u, 0x00000caau, 0x00000ca7u, 0x00000640u, 0x00000cabu, 0x000300f7u, 0x00000cbdu, 0x00000000u, - 0x000d00fbu, 0x00000367u, 0x00000cbdu, 0x00000000u, 0x00000caeu, 0x00000001u, 0x00000cafu, 0x00000002u, - 0x00000cb2u, 0x00000003u, 0x00000cb7u, 0x00000004u, 0x00000cbau, 0x000200f8u, 0x00000cbau, 0x0004003du, - 0x00000009u, 0x00000cbbu, 0x00000381u, 0x0008004fu, 0x00000014u, 0x00000cbcu, 0x00000cbbu, 0x00000cbbu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000cbdu, 0x000200f8u, 0x00000cb7u, 0x0004003du, - 0x00000009u, 0x00000cb8u, 0x00000381u, 0x0008004fu, 0x00000014u, 0x00000cb9u, 0x00000cb8u, 0x00000cb8u, - 0x00000000u, 0x00000000u, 0x00000000u, 0x000200f9u, 0x00000cbdu, 0x000200f8u, 0x00000cb2u, 0x0004003du, - 0x00000009u, 0x00000cb3u, 0x00000381u, 0x0008004fu, 0x00000014u, 0x00000cb4u, 0x00000cb3u, 0x00000cb3u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x00000014u, 0x00000cb6u, 0x00000cb4u, 0x0000161eu, - 0x000200f9u, 0x00000cbdu, 0x000200f8u, 0x00000cafu, 0x0004003du, 0x00000009u, 0x00000cb0u, 0x00000381u, - 0x0008004fu, 0x00000014u, 0x00000cb1u, 0x00000cb0u, 0x00000cb0u, 0x00000000u, 0x00000000u, 0x00000000u, - 0x000200f9u, 0x00000cbdu, 0x000200f8u, 0x00000caeu, 0x000200f9u, 0x00000cbdu, 0x000200f8u, 0x00000cbdu, - 0x000f00f5u, 0x00000008u, 0x00001211u, 0x00001208u, 0x00000cacu, 0x00000640u, 0x00000caeu, 0x00000640u, - 0x00000cafu, 0x00001208u, 0x00000cb2u, 0x00001208u, 0x00000cb7u, 0x00001208u, 0x00000cbau, 0x000f00f5u, - 0x00000014u, 0x00001209u, 0x0000120bu, 0x00000cacu, 0x0000064bu, 0x00000caeu, 0x00000cb1u, 0x00000cafu, - 0x00000cb6u, 0x00000cb2u, 0x00000cb9u, 0x00000cb7u, 0x00000cbcu, 0x00000cbau, 0x00050051u, 0x00000008u, - 0x00000cc0u, 0x00001209u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00000cc1u, 0x00001209u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00000cc2u, 0x00001209u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00000cc3u, - 0x00000cc0u, 0x00000cc1u, 0x00000cc2u, 0x00001211u, 0x0003003eu, 0x00000b6cu, 0x00000cc3u, 0x00050041u, - 0x00000016u, 0x00000bd4u, 0x00000b6cu, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000bd5u, 0x00000bd4u, - 0x000500c3u, 0x00000008u, 0x00000bd6u, 0x00000bd5u, 0x000000c7u, 0x00050080u, 0x00000008u, 0x00000d0du, - 0x00000894u, 0x00000bd6u, 0x000500afu, 0x0000002cu, 0x00000d0eu, 0x00000d0du, 0x000000d9u, 0x000300f7u, - 0x00000d78u, 0x00000000u, 0x000400fau, 0x00000bb9u, 0x00000cdau, 0x00000d64u, 0x000200f8u, 0x00000d64u, - 0x00050041u, 0x00000016u, 0x00000d65u, 0x00000b80u, 0x000001b8u, 0x0003003eu, 0x00000d65u, 0x0000009cu, - 0x00050082u, 0x00000008u, 0x00000d67u, 0x00000295u, 0x00000c7cu, 0x0007000cu, 0x00000008u, 0x00000d68u, - 0x00000001u, 0x00000027u, 0x00000d67u, 0x000000c1u, 0x00050041u, 0x00000016u, 0x00000d69u, 0x00000b80u, - 0x000001dau, 0x0003003eu, 0x00000d69u, 0x00000d68u, 0x000400a8u, 0x0000002cu, 0x00000d6fu, 0x00000bb5u, - 0x000300f7u, 0x00000d75u, 0x00000000u, 0x000400fau, 0x00000d6fu, 0x00000d70u, 0x00000d75u, 0x000200f8u, - 0x00000d70u, 0x000400a8u, 0x0000002cu, 0x00000d72u, 0x00000d0eu, 0x000500a7u, 0x0000002cu, 0x00000d74u, - 0x00000d72u, 0x00000bcdu, 0x000200f9u, 0x00000d75u, 0x000200f8u, 0x00000d75u, 0x000700f5u, 0x0000002cu, - 0x00000d76u, 0x00000bb5u, 0x00000d64u, 0x00000d74u, 0x00000d70u, 0x000200f9u, 0x00000d78u, 0x000200f8u, - 0x00000cdau, 0x000500c3u, 0x00000008u, 0x00000d83u, 0x00001214u, 0x000000eau, 0x000500c7u, 0x00000008u, - 0x00000d85u, 0x00001214u, 0x0000015du, 0x00050082u, 0x00000008u, 0x00000d87u, 0x000000cdu, 0x00000d83u, - 0x0007000cu, 0x00000008u, 0x00000d88u, 0x00000001u, 0x0000002au, 0x00000d87u, 0x0000009cu, 0x000500c3u, - 0x00000008u, 0x00000d8au, 0x00000164u, 0x00000d83u, 0x00050082u, 0x00000008u, 0x00000d8bu, 0x00000164u, - 0x00000d8au, 0x000500c4u, 0x00000008u, 0x00000d8eu, 0x00000d85u, 0x00000d88u, 0x00050080u, 0x00000008u, - 0x00000d90u, 0x00000d8eu, 0x00000d8bu, 0x000500c4u, 0x00000008u, 0x00000d94u, 0x000000afu, 0x00001217u, - 0x000500c7u, 0x00000008u, 0x00000ce1u, 0x00000d83u, 0x00000295u, 0x00050082u, 0x00000008u, 0x00000ce4u, - 0x00000c7cu, 0x00001217u, 0x0008000cu, 0x00000008u, 0x00000ce5u, 0x00000001u, 0x0000002du, 0x00000ce4u, - 0x0000009cu, 0x000000c1u, 0x00050041u, 0x00000016u, 0x00000ce6u, 0x00000b80u, 0x000001b8u, 0x0003003eu, - 0x00000ce6u, 0x00000ce5u, 0x00050082u, 0x00000008u, 0x00000ce9u, 0x00001217u, 0x00000c7cu, 0x0008000cu, - 0x00000008u, 0x00000ceau, 0x00000001u, 0x0000002du, 0x00000ce9u, 0x0000009cu, 0x000000c1u, 0x00050041u, - 0x00000016u, 0x00000cebu, 0x00000b80u, 0x000001dau, 0x0003003eu, 0x00000cebu, 0x00000ceau, 0x000500b1u, - 0x0000002cu, 0x00000cedu, 0x00000ce1u, 0x000000bbu, 0x000300f7u, 0x00000cf9u, 0x00000000u, 0x000400fau, - 0x00000cedu, 0x00000ceeu, 0x00000cf9u, 0x000200f8u, 0x00000ceeu, 0x000500abu, 0x0000002cu, 0x00000cf0u, - 0x00000d94u, 0x000002a8u, 0x000300f7u, 0x00000cf8u, 0x00000000u, 0x000400fau, 0x00000cf0u, 0x00000cf1u, - 0x00000cf7u, 0x000200f8u, 0x00000cf7u, 0x000200f9u, 0x00000cf8u, 0x000200f8u, 0x00000cf1u, 0x000500c4u, - 0x00000008u, 0x00000cf3u, 0x00000d94u, 0x000000afu, 0x000500c3u, 0x00000008u, 0x00000cf5u, 0x000002aeu, - 0x00000ce1u, 0x0007000cu, 0x00000008u, 0x00000cf6u, 0x00000001u, 0x0000002au, 0x00000cf3u, 0x00000cf5u, - 0x000200f9u, 0x00000cf8u, 0x000200f8u, 0x00000cf8u, 0x000700f5u, 0x00000008u, 0x0000121bu, 0x00000cf6u, - 0x00000cf1u, 0x000002b4u, 0x00000cf7u, 0x000600a9u, 0x0000002cu, 0x00001662u, 0x00000cf0u, 0x00000298u, - 0x000002b3u, 0x000200f9u, 0x00000cf9u, 0x000200f8u, 0x00000cf9u, 0x000700f5u, 0x0000002cu, 0x0000121eu, - 0x00000298u, 0x00000cdau, 0x00001662u, 0x00000cf8u, 0x000700f5u, 0x00000008u, 0x0000121au, 0x00000d94u, - 0x00000cdau, 0x0000121bu, 0x00000cf8u, 0x000500c5u, 0x00000008u, 0x00000cfcu, 0x00000c77u, 0x0000121au, - 0x000500abu, 0x0000002cu, 0x00000d98u, 0x00000cfcu, 0x0000009cu, 0x000300f7u, 0x00000d9du, 0x00000000u, - 0x000400fau, 0x00000d98u, 0x00000d99u, 0x00000d9du, 0x000200f8u, 0x00000d99u, 0x0006000cu, 0x00000008u, - 0x00000d9bu, 0x00000001u, 0x0000004au, 0x00000cfcu, 0x000500c4u, 0x00000008u, 0x00000d9cu, 0x000000afu, - 0x00000d9bu, 0x000200f9u, 0x00000d9du, 0x000200f8u, 0x00000d9du, 0x000700f5u, 0x00000008u, 0x0000121cu, - 0x00000cfcu, 0x00000cf9u, 0x00000d9cu, 0x00000d99u, 0x000500c4u, 0x00000008u, 0x00000d00u, 0x0000121cu, - 0x000000bbu, 0x000400a8u, 0x0000002cu, 0x00000d02u, 0x0000121eu, 0x000300f7u, 0x00000d09u, 0x00000000u, - 0x000400fau, 0x00000d02u, 0x00000d03u, 0x00000d09u, 0x000200f8u, 0x00000d03u, 0x00050080u, 0x00000008u, - 0x00000d06u, 0x00000ba0u, 0x00000d00u, 0x000500afu, 0x0000002cu, 0x00000d08u, 0x00000d06u, 0x00000d90u, - 0x000200f9u, 0x00000d09u, 0x000200f8u, 0x00000d09u, 0x000700f5u, 0x0000002cu, 0x00000d0au, 0x0000121eu, - 0x00000d9du, 0x00000d08u, 0x00000d03u, 0x000400a8u, 0x0000002cu, 0x00000d10u, 0x00000bb5u, 0x000300f7u, - 0x00000d18u, 0x00000000u, 0x000400fau, 0x00000d10u, 0x00000d11u, 0x00000d18u, 0x000200f8u, 0x00000d11u, - 0x000400a8u, 0x0000002cu, 0x00000d13u, 0x00000d0eu, 0x000500a7u, 0x0000002cu, 0x00000d15u, 0x00000d13u, - 0x00000bcdu, 0x000500a7u, 0x0000002cu, 0x00000d17u, 0x00000d15u, 0x00000d0au, 0x000200f9u, 0x00000d18u, - 0x000200f8u, 0x00000d18u, 0x000700f5u, 0x0000002cu, 0x00000d19u, 0x00000bb5u, 0x00000d09u, 0x00000d17u, - 0x00000d11u, 0x000500aau, 0x0000002cu, 0x00000d1cu, 0x00000d90u, 0x00000170u, 0x000500b1u, 0x0000002cu, - 0x00000d1fu, 0x00000ba0u, 0x00000d90u, 0x00050082u, 0x00000008u, 0x00000d22u, 0x00000ba0u, 0x00000d00u, - 0x000500b3u, 0x0000002cu, 0x00000d26u, 0x00000d22u, 0x00000d90u, 0x000500a6u, 0x0000002cu, 0x00000d27u, - 0x0000121eu, 0x00000d26u, 0x000300f7u, 0x00000d63u, 0x00000000u, 0x000b00fbu, 0x00000c9fu, 0x00000d63u, - 0x00000000u, 0x00000d29u, 0x00000001u, 0x00000d33u, 0x00000002u, 0x00000d58u, 0x00000003u, 0x00000d5cu, - 0x000200f8u, 0x00000d5cu, 0x000500a7u, 0x0000002cu, 0x00000d5fu, 0x00000d0au, 0x00000d27u, 0x000400a8u, - 0x0000002cu, 0x00000d61u, 0x00000d1cu, 0x000500a7u, 0x0000002cu, 0x00000d62u, 0x00000d5fu, 0x00000d61u, - 0x000200f9u, 0x00000d63u, 0x000200f8u, 0x00000d58u, 0x000500a6u, 0x0000002cu, 0x00000d5bu, 0x00000d1fu, - 0x00000d1cu, 0x000200f9u, 0x00000d63u, 0x000200f8u, 0x00000d33u, 0x000400a8u, 0x0000002cu, 0x00000d35u, - 0x00000d1fu, 0x000400a8u, 0x0000002cu, 0x00000d37u, 0x00000d0au, 0x000500a6u, 0x0000002cu, 0x00000d38u, - 0x00000d35u, 0x00000d37u, 0x000400a8u, 0x0000002cu, 0x00000d3au, 0x00000d0eu, 0x000500a6u, 0x0000002cu, - 0x00000d3bu, 0x00000d38u, 0x00000d3au, 0x000300f7u, 0x00000d57u, 0x00000000u, 0x000400fau, 0x00000d3bu, - 0x00000d3cu, 0x00000d46u, 0x000200f8u, 0x00000d46u, 0x000500c7u, 0x00000008u, 0x00000d48u, 0x0000121cu, - 0x000002b4u, 0x0006000cu, 0x00000008u, 0x00000da2u, 0x00000001u, 0x0000004au, 0x00000d48u, 0x0007000cu, - 0x00000008u, 0x00000da3u, 0x00000001u, 0x0000002au, 0x00000da2u, 0x0000009cu, 0x000500c3u, 0x00000008u, - 0x00000d4cu, 0x00000d90u, 0x00000da3u, 0x000500c3u, 0x00000008u, 0x00000d4fu, 0x00000ba0u, 0x00000da3u, - 0x00050082u, 0x00000008u, 0x00000d50u, 0x00000d4cu, 0x00000d4fu, 0x000500c7u, 0x00000008u, 0x00000d51u, - 0x00000d50u, 0x00000295u, 0x00050084u, 0x00000008u, 0x00000d54u, 0x00000d51u, 0x00000894u, 0x000500c3u, - 0x00000008u, 0x00000d55u, 0x00000d54u, 0x000000bbu, 0x0007000cu, 0x00000008u, 0x00000d56u, 0x00000001u, - 0x00000027u, 0x00000d55u, 0x000000d9u, 0x000200f9u, 0x00000d57u, 0x000200f8u, 0x00000d3cu, 0x000400a8u, - 0x0000002cu, 0x00000d3eu, 0x00000d1cu, 0x000300f7u, 0x00000d44u, 0x00000000u, 0x000400fau, 0x00000d3eu, - 0x00000d3fu, 0x00000d44u, 0x000200f8u, 0x00000d3fu, 0x000600a9u, 0x0000002cu, 0x00000d43u, 0x00000d0eu, - 0x00000d1fu, 0x00000d27u, 0x000200f9u, 0x00000d44u, 0x000200f8u, 0x00000d44u, 0x000700f5u, 0x0000002cu, - 0x00000d45u, 0x00000d1cu, 0x00000d3cu, 0x00000d43u, 0x00000d3fu, 0x000200f9u, 0x00000d57u, 0x000200f8u, - 0x00000d57u, 0x000700f5u, 0x00000008u, 0x0000122fu, 0x00000894u, 0x00000d44u, 0x00000d56u, 0x00000d46u, - 0x000700f5u, 0x0000002cu, 0x0000122bu, 0x00000d45u, 0x00000d44u, 0x000002b3u, 0x00000d46u, 0x000200f9u, - 0x00000d63u, 0x000200f8u, 0x00000d29u, 0x000400a8u, 0x0000002cu, 0x00000d2bu, 0x00000d1cu, 0x000300f7u, - 0x00000d31u, 0x00000000u, 0x000400fau, 0x00000d2bu, 0x00000d2cu, 0x00000d31u, 0x000200f8u, 0x00000d2cu, - 0x000600a9u, 0x0000002cu, 0x00000d30u, 0x00000d0eu, 0x00000d1fu, 0x00000d27u, 0x000200f9u, 0x00000d31u, - 0x000200f8u, 0x00000d31u, 0x000700f5u, 0x0000002cu, 0x00000d32u, 0x00000d1cu, 0x00000d29u, 0x00000d30u, - 0x00000d2cu, 0x000200f9u, 0x00000d63u, 0x000200f8u, 0x00000d63u, 0x000d00f5u, 0x00000008u, 0x0000122du, - 0x00000894u, 0x00000d18u, 0x00000894u, 0x00000d31u, 0x0000122fu, 0x00000d57u, 0x00000894u, 0x00000d58u, - 0x00000894u, 0x00000d5cu, 0x000d00f5u, 0x0000002cu, 0x0000122au, 0x00000298u, 0x00000d18u, 0x00000d32u, - 0x00000d31u, 0x0000122bu, 0x00000d57u, 0x00000d5bu, 0x00000d58u, 0x00000d62u, 0x00000d5cu, 0x000200f9u, - 0x00000d78u, 0x000200f8u, 0x00000d78u, 0x000700f5u, 0x0000002cu, 0x00001232u, 0x00000d19u, 0x00000d63u, - 0x00000d76u, 0x00000d75u, 0x000700f5u, 0x00000008u, 0x0000122cu, 0x0000122du, 0x00000d63u, 0x00000894u, - 0x00000d75u, 0x000700f5u, 0x0000002cu, 0x00001229u, 0x0000122au, 0x00000d63u, 0x000002b3u, 0x00000d75u, - 0x0004003du, 0x0000002eu, 0x00000be9u, 0x00000b80u, 0x000300f7u, 0x00000bf1u, 0x00000000u, 0x000400fau, - 0x00001229u, 0x00000bebu, 0x00000bf1u, 0x000200f8u, 0x00000bebu, 0x000400a8u, 0x0000002cu, 0x00000bedu, - 0x00000bcdu, 0x000500abu, 0x0000002cu, 0x00000befu, 0x0000122cu, 0x0000009cu, 0x000500a6u, 0x0000002cu, - 0x00000bf0u, 0x00000bedu, 0x00000befu, 0x000200f9u, 0x00000bf1u, 0x000200f8u, 0x00000bf1u, 0x000700f5u, - 0x0000002cu, 0x00000bf2u, 0x00001229u, 0x00000d78u, 0x00000bf0u, 0x00000bebu, 0x000300f7u, 0x00000c3bu, - 0x00000000u, 0x000400fau, 0x00000bf2u, 0x00000bf3u, 0x00000c3bu, 0x000200f8u, 0x00000bf3u, 0x0003003eu, - 0x00001182u, 0x000008c1u, 0x000300f7u, 0x00000c10u, 0x00000000u, 0x000400fau, 0x00000bc9u, 0x00000bffu, - 0x00000c10u, 0x000200f8u, 0x00000bffu, 0x0004003du, 0x00000009u, 0x0000118cu, 0x00001182u, 0x0003003eu, - 0x0000119bu, 0x0000118cu, 0x0003003eu, 0x0000119cu, 0x00000cc3u, 0x0003003eu, 0x0000119du, 0x00000c6au, - 0x0003003eu, 0x00000b84u, 0x00000c8du, 0x0003003eu, 0x00000b89u, 0x00000be9u, 0x00050041u, 0x00000016u, - 0x00000dafu, 0x00000b84u, 0x00000193u, 0x0004003du, 0x00000008u, 0x00000db0u, 0x00000dafu, 0x000300f7u, - 0x00000dc1u, 0x00000000u, 0x000b00fbu, 0x00000db0u, 0x00000dc1u, 0x00000000u, 0x00000db1u, 0x00000001u, - 0x00000db5u, 0x00000002u, 0x00000db9u, 0x00000003u, 0x00000dbdu, 0x000200f8u, 0x00000dbdu, 0x0008004fu, - 0x00000014u, 0x00000dc0u, 0x00000c6au, 0x00000c6au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00000dc1u, 0x000200f8u, 0x00000db9u, 0x0008004fu, 0x00000014u, 0x00000dbcu, 0x00000c6fu, 0x00000c6fu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000dc1u, 0x000200f8u, 0x00000db5u, 0x0008004fu, - 0x00000014u, 0x00000db8u, 0x00000cc3u, 0x00000cc3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00000dc1u, 0x000200f8u, 0x00000db1u, 0x0008004fu, 0x00000014u, 0x00000db4u, 0x0000118cu, 0x0000118cu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000dc1u, 0x000200f8u, 0x00000dc1u, 0x000d00f5u, - 0x00000014u, 0x0000127bu, 0x00001285u, 0x00000bffu, 0x00000db4u, 0x00000db1u, 0x00000db8u, 0x00000db5u, - 0x00000dbcu, 0x00000db9u, 0x00000dc0u, 0x00000dbdu, 0x00050041u, 0x00000016u, 0x00000dccu, 0x00000b84u, - 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000dcdu, 0x00000dccu, 0x000300f7u, 0x00000ddeu, 0x00000000u, - 0x000b00fbu, 0x00000dcdu, 0x00000ddeu, 0x00000000u, 0x00000dceu, 0x00000001u, 0x00000dd2u, 0x00000002u, - 0x00000dd6u, 0x00000003u, 0x00000ddau, 0x000200f8u, 0x00000ddau, 0x0008004fu, 0x00000014u, 0x00000dddu, - 0x00000c6au, 0x00000c6au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ddeu, 0x000200f8u, - 0x00000dd6u, 0x0008004fu, 0x00000014u, 0x00000dd9u, 0x00000c6fu, 0x00000c6fu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00000ddeu, 0x000200f8u, 0x00000dd2u, 0x0008004fu, 0x00000014u, 0x00000dd5u, - 0x00000cc3u, 0x00000cc3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ddeu, 0x000200f8u, - 0x00000dceu, 0x0008004fu, 0x00000014u, 0x00000dd1u, 0x0000118cu, 0x0000118cu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00000ddeu, 0x000200f8u, 0x00000ddeu, 0x000d00f5u, 0x00000014u, 0x00001628u, - 0x0000162fu, 0x00000dc1u, 0x00000dddu, 0x00000ddau, 0x00000dd9u, 0x00000dd6u, 0x00000dd5u, 0x00000dd2u, - 0x00000dd1u, 0x00000dceu, 0x00050041u, 0x00000016u, 0x00000dfau, 0x00000b84u, 0x000001dau, 0x0004003du, - 0x00000008u, 0x00000dfbu, 0x00000dfau, 0x000300f7u, 0x00000e06u, 0x00000000u, 0x000b00fbu, 0x00000dfbu, - 0x00000e06u, 0x00000000u, 0x00000dfcu, 0x00000001u, 0x00000dffu, 0x00000002u, 0x00000e02u, 0x00000003u, - 0x00000e05u, 0x000200f8u, 0x00000e05u, 0x000200f9u, 0x00000e06u, 0x000200f8u, 0x00000e02u, 0x000200f9u, - 0x00000e06u, 0x000200f8u, 0x00000dffu, 0x00050041u, 0x00000016u, 0x000011a2u, 0x0000119du, 0x000001e0u, - 0x0004003du, 0x00000008u, 0x00000e01u, 0x000011a2u, 0x000200f9u, 0x00000e06u, 0x000200f8u, 0x00000dfcu, - 0x00050041u, 0x00000016u, 0x000011a1u, 0x0000119bu, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000dfeu, - 0x000011a1u, 0x000200f9u, 0x00000e06u, 0x000200f8u, 0x00000e06u, 0x000d00f5u, 0x00000008u, 0x0000123cu, - 0x0000124au, 0x00000ddeu, 0x00000dfeu, 0x00000dfcu, 0x00000e01u, 0x00000dffu, 0x000008d4u, 0x00000e02u, - 0x0000009cu, 0x00000e05u, 0x00050041u, 0x00000016u, 0x00000e07u, 0x00000b84u, 0x000001e0u, 0x0004003du, - 0x00000008u, 0x00000e08u, 0x00000e07u, 0x000300f7u, 0x00000e12u, 0x00000000u, 0x000b00fbu, 0x00000e08u, - 0x00000e12u, 0x00000000u, 0x00000e09u, 0x00000001u, 0x00000e0du, 0x00000002u, 0x00000e10u, 0x00000003u, - 0x00000e11u, 0x000200f8u, 0x00000e11u, 0x000200f9u, 0x00000e12u, 0x000200f8u, 0x00000e10u, 0x000200f9u, - 0x00000e12u, 0x000200f8u, 0x00000e0du, 0x00050041u, 0x00000016u, 0x000011a3u, 0x0000119cu, 0x000001e0u, - 0x0004003du, 0x00000008u, 0x00000e0fu, 0x000011a3u, 0x000200f9u, 0x00000e12u, 0x000200f8u, 0x00000e09u, - 0x000400c8u, 0x00000008u, 0x00000e0bu, 0x0000123cu, 0x000500c7u, 0x00000008u, 0x00000e0cu, 0x00000e0bu, - 0x00000133u, 0x000200f9u, 0x00000e12u, 0x000200f8u, 0x00000e12u, 0x000d00f5u, 0x00000008u, 0x00001258u, - 0x00001267u, 0x00000e06u, 0x00000e0cu, 0x00000e09u, 0x00000e0fu, 0x00000e0du, 0x00000133u, 0x00000e10u, - 0x0000009cu, 0x00000e11u, 0x000500c3u, 0x00000008u, 0x00000e14u, 0x0000123cu, 0x000000bbu, 0x000500c3u, - 0x00000008u, 0x00000e16u, 0x00001258u, 0x000000bbu, 0x0004003du, 0x00000008u, 0x00000e18u, 0x00000e07u, - 0x000500aau, 0x0000002cu, 0x00000e19u, 0x00000e18u, 0x000000afu, 0x000300f7u, 0x00000e25u, 0x00000000u, - 0x000400fau, 0x00000e19u, 0x00000e1au, 0x00000e25u, 0x000200f8u, 0x00000e1au, 0x00050041u, 0x00000016u, - 0x00000e1cu, 0x00000b89u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000e1du, 0x00000e1cu, 0x000500c3u, - 0x00000008u, 0x00000e1eu, 0x00000e14u, 0x00000e1du, 0x000500c7u, 0x00000008u, 0x00000e1fu, 0x00000e1eu, - 0x00000222u, 0x00050041u, 0x00000016u, 0x00000e21u, 0x00000b89u, 0x000001dau, 0x0004003du, 0x00000008u, - 0x00000e22u, 0x00000e21u, 0x000500c3u, 0x00000008u, 0x00000e23u, 0x00000e16u, 0x00000e22u, 0x000500c5u, - 0x00000008u, 0x00000e24u, 0x00000e23u, 0x000000bbu, 0x000200f9u, 0x00000e25u, 0x000200f8u, 0x00000e25u, - 0x000700f5u, 0x00000008u, 0x00001292u, 0x00000e16u, 0x00000e12u, 0x00000e24u, 0x00000e1au, 0x000700f5u, - 0x00000008u, 0x00001274u, 0x00000e14u, 0x00000e12u, 0x00000e1fu, 0x00000e1au, 0x00060050u, 0x00000014u, - 0x00000e2cu, 0x00001274u, 0x00001274u, 0x00001274u, 0x00050084u, 0x00000014u, 0x00000e2du, 0x00001628u, - 0x00000e2cu, 0x00050080u, 0x00000008u, 0x00000e34u, 0x00001292u, 0x000000afu, 0x00060050u, 0x00000014u, - 0x00000e35u, 0x00000e34u, 0x00000e34u, 0x00000e34u, 0x00050084u, 0x00000014u, 0x00000e36u, 0x0000127bu, - 0x00000e35u, 0x00050080u, 0x00000014u, 0x00000e37u, 0x00000e2du, 0x00000e36u, 0x000500c3u, 0x00000014u, - 0x00000e3fu, 0x00000e37u, 0x00001622u, 0x000500c7u, 0x00000014u, 0x00000e72u, 0x00000e3fu, 0x00000134u, - 0x00050041u, 0x00000016u, 0x00001192u, 0x00001182u, 0x000001b8u, 0x00050051u, 0x00000008u, 0x00000c09u, - 0x00000e72u, 0x00000000u, 0x0003003eu, 0x00001192u, 0x00000c09u, 0x00050041u, 0x00000016u, 0x00001193u, - 0x00001182u, 0x000001dau, 0x00050051u, 0x00000008u, 0x00000c0bu, 0x00000e72u, 0x00000001u, 0x0003003eu, - 0x00001193u, 0x00000c0bu, 0x00050041u, 0x00000016u, 0x00001194u, 0x00001182u, 0x00000193u, 0x00050051u, - 0x00000008u, 0x00000c0du, 0x00000e72u, 0x00000002u, 0x0003003eu, 0x00001194u, 0x00000c0du, 0x000200f9u, - 0x00000c10u, 0x000200f8u, 0x00000c10u, 0x000700f5u, 0x00000014u, 0x00001649u, 0x0000162fu, 0x00000bf3u, - 0x00000e3fu, 0x00000e25u, 0x000700f5u, 0x00000014u, 0x0000157au, 0x00001285u, 0x00000bf3u, 0x0000127bu, - 0x00000e25u, 0x000700f5u, 0x00000008u, 0x00001552u, 0x00001267u, 0x00000bf3u, 0x00001292u, 0x00000e25u, - 0x000700f5u, 0x00000008u, 0x0000152au, 0x0000124au, 0x00000bf3u, 0x00001274u, 0x00000e25u, 0x00070050u, - 0x00001663u, 0x00001664u, 0x00000bc9u, 0x00000bc9u, 0x00000bc9u, 0x00000bc9u, 0x000600a9u, 0x00000009u, - 0x00001665u, 0x00001664u, 0x00000c92u, 0x00000c8du, 0x0004003du, 0x00000009u, 0x00001195u, 0x00001182u, - 0x0003003eu, 0x000011a9u, 0x00001195u, 0x0003003eu, 0x000011aau, 0x00000cc3u, 0x0003003eu, 0x000011abu, - 0x00000c6au, 0x0003003eu, 0x00000b8du, 0x00001665u, 0x0003003eu, 0x00000b92u, 0x00000be9u, 0x000300f7u, - 0x00000f44u, 0x00000000u, 0x000300fbu, 0x000001b8u, 0x00000e7fu, 0x000200f8u, 0x00000e7fu, 0x00050041u, - 0x00000016u, 0x00000e80u, 0x00000b8du, 0x00000193u, 0x0004003du, 0x00000008u, 0x00000e81u, 0x00000e80u, - 0x000300f7u, 0x00000e92u, 0x00000000u, 0x000b00fbu, 0x00000e81u, 0x00000e92u, 0x00000000u, 0x00000e82u, - 0x00000001u, 0x00000e86u, 0x00000002u, 0x00000e8au, 0x00000003u, 0x00000e8eu, 0x000200f8u, 0x00000e8eu, - 0x0008004fu, 0x00000014u, 0x00000e91u, 0x00000c6au, 0x00000c6au, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00000e92u, 0x000200f8u, 0x00000e8au, 0x0008004fu, 0x00000014u, 0x00000e8du, 0x00000c6fu, - 0x00000c6fu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000e92u, 0x000200f8u, 0x00000e86u, - 0x0008004fu, 0x00000014u, 0x00000e89u, 0x00000cc3u, 0x00000cc3u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00000e92u, 0x000200f8u, 0x00000e82u, 0x0008004fu, 0x00000014u, 0x00000e85u, 0x00001195u, - 0x00001195u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000e92u, 0x000200f8u, 0x00000e92u, - 0x000d00f5u, 0x00000014u, 0x000012eeu, 0x000012f9u, 0x00000e7fu, 0x00000e85u, 0x00000e82u, 0x00000e89u, - 0x00000e86u, 0x00000e8du, 0x00000e8au, 0x00000e91u, 0x00000e8eu, 0x000400a8u, 0x0000002cu, 0x00000e97u, - 0x00000d0eu, 0x000500a7u, 0x0000002cu, 0x00000e98u, 0x00000bc5u, 0x00000e97u, 0x000300f7u, 0x00000e9bu, - 0x00000000u, 0x000400fau, 0x00000e98u, 0x00000e99u, 0x00000e9bu, 0x000200f8u, 0x00000e99u, 0x000200f9u, - 0x00000f44u, 0x000200f8u, 0x00000e9bu, 0x00050041u, 0x00000016u, 0x00000e9du, 0x00000b8du, 0x000001b8u, - 0x0004003du, 0x00000008u, 0x00000e9eu, 0x00000e9du, 0x000300f7u, 0x00000eafu, 0x00000000u, 0x000b00fbu, - 0x00000e9eu, 0x00000eafu, 0x00000000u, 0x00000e9fu, 0x00000001u, 0x00000ea3u, 0x00000002u, 0x00000ea7u, - 0x00000003u, 0x00000eabu, 0x000200f8u, 0x00000eabu, 0x0008004fu, 0x00000014u, 0x00000eaeu, 0x00000c6au, - 0x00000c6au, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000e78u, 0x00000eaeu, 0x000200f9u, - 0x00000eafu, 0x000200f8u, 0x00000ea7u, 0x0008004fu, 0x00000014u, 0x00000eaau, 0x00000c6fu, 0x00000c6fu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000e78u, 0x00000eaau, 0x000200f9u, 0x00000eafu, - 0x000200f8u, 0x00000ea3u, 0x0008004fu, 0x00000014u, 0x00000ea6u, 0x00000cc3u, 0x00000cc3u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000e78u, 0x00000ea6u, 0x000200f9u, 0x00000eafu, 0x000200f8u, - 0x00000e9fu, 0x0008004fu, 0x00000014u, 0x00000ea2u, 0x00001195u, 0x00001195u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x0003003eu, 0x00000e78u, 0x00000ea2u, 0x000200f9u, 0x00000eafu, 0x000200f8u, 0x00000eafu, - 0x000400a8u, 0x0000002cu, 0x00000eb3u, 0x00001232u, 0x000400a8u, 0x0000002cu, 0x00000eb4u, 0x00000eb3u, - 0x000300f7u, 0x00000ec5u, 0x00000000u, 0x000400fau, 0x00000eb4u, 0x00000eb5u, 0x00000ec5u, 0x000200f8u, - 0x00000eb5u, 0x00050041u, 0x00000016u, 0x00000eb6u, 0x00000b8du, 0x000001dau, 0x0004003du, 0x00000008u, - 0x00000eb7u, 0x00000eb6u, 0x000500aau, 0x0000002cu, 0x00000eb8u, 0x00000eb7u, 0x0000009cu, 0x000300f7u, - 0x00000ebdu, 0x00000000u, 0x000400fau, 0x00000eb8u, 0x00000eb9u, 0x00000ebdu, 0x000200f8u, 0x00000eb9u, - 0x00050041u, 0x00000016u, 0x00000ebau, 0x00000b8du, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000ebbu, - 0x00000ebau, 0x000500aau, 0x0000002cu, 0x00000ebcu, 0x00000ebbu, 0x0000009cu, 0x000200f9u, 0x00000ebdu, - 0x000200f8u, 0x00000ebdu, 0x000700f5u, 0x0000002cu, 0x00000ebeu, 0x00000eb8u, 0x00000eb5u, 0x00000ebcu, - 0x00000eb9u, 0x000300f7u, 0x00000ec3u, 0x00000000u, 0x000400fau, 0x00000ebeu, 0x00000ebfu, 0x00000ec3u, - 0x000200f8u, 0x00000ebfu, 0x00050041u, 0x00000016u, 0x000011aeu, 0x000011a9u, 0x000001e0u, 0x0004003du, - 0x00000008u, 0x00000ec1u, 0x000011aeu, 0x000500aau, 0x0000002cu, 0x00000ec2u, 0x00000ec1u, 0x00000133u, - 0x000200f9u, 0x00000ec3u, 0x000200f8u, 0x00000ec3u, 0x000700f5u, 0x0000002cu, 0x00000ec4u, 0x00000ebeu, - 0x00000ebdu, 0x00000ec2u, 0x00000ebfu, 0x000200f9u, 0x00000ec5u, 0x000200f8u, 0x00000ec5u, 0x000700f5u, - 0x0000002cu, 0x00000ec6u, 0x00000eb3u, 0x00000eafu, 0x00000ec4u, 0x00000ec3u, 0x000300f7u, 0x00000ec9u, - 0x00000000u, 0x000400fau, 0x00000ec6u, 0x00000ec7u, 0x00000ec9u, 0x000200f8u, 0x00000ec7u, 0x0004003du, - 0x00000014u, 0x00000ec8u, 0x00000e78u, 0x000200f9u, 0x00000f44u, 0x000200f8u, 0x00000ec9u, 0x00050041u, - 0x00000016u, 0x00000ecbu, 0x00000b8du, 0x000001dau, 0x0004003du, 0x00000008u, 0x00000eccu, 0x00000ecbu, - 0x000300f7u, 0x00000ed7u, 0x00000000u, 0x000b00fbu, 0x00000eccu, 0x00000ed7u, 0x00000000u, 0x00000ecdu, - 0x00000001u, 0x00000ed0u, 0x00000002u, 0x00000ed3u, 0x00000003u, 0x00000ed6u, 0x000200f8u, 0x00000ed6u, - 0x000200f9u, 0x00000ed7u, 0x000200f8u, 0x00000ed3u, 0x000200f9u, 0x00000ed7u, 0x000200f8u, 0x00000ed0u, - 0x00050041u, 0x00000016u, 0x000011b0u, 0x000011abu, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000ed2u, - 0x000011b0u, 0x000200f9u, 0x00000ed7u, 0x000200f8u, 0x00000ecdu, 0x00050041u, 0x00000016u, 0x000011afu, - 0x000011a9u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000ecfu, 0x000011afu, 0x000200f9u, 0x00000ed7u, - 0x000200f8u, 0x00000ed7u, 0x000d00f5u, 0x00000008u, 0x00001295u, 0x000012a4u, 0x00000ec9u, 0x00000ecfu, - 0x00000ecdu, 0x00000ed2u, 0x00000ed0u, 0x000008d4u, 0x00000ed3u, 0x0000009cu, 0x00000ed6u, 0x00050041u, - 0x00000016u, 0x00000ed8u, 0x00000b8du, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000ed9u, 0x00000ed8u, - 0x000300f7u, 0x00000ee3u, 0x00000000u, 0x000b00fbu, 0x00000ed9u, 0x00000ee3u, 0x00000000u, 0x00000edau, - 0x00000001u, 0x00000edeu, 0x00000002u, 0x00000ee1u, 0x00000003u, 0x00000ee2u, 0x000200f8u, 0x00000ee2u, - 0x000200f9u, 0x00000ee3u, 0x000200f8u, 0x00000ee1u, 0x000200f9u, 0x00000ee3u, 0x000200f8u, 0x00000edeu, - 0x00050041u, 0x00000016u, 0x000011b1u, 0x000011aau, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000ee0u, - 0x000011b1u, 0x000200f9u, 0x00000ee3u, 0x000200f8u, 0x00000edau, 0x000400c8u, 0x00000008u, 0x00000edcu, - 0x00001295u, 0x000500c7u, 0x00000008u, 0x00000eddu, 0x00000edcu, 0x00000133u, 0x000200f9u, 0x00000ee3u, - 0x000200f8u, 0x00000ee3u, 0x000d00f5u, 0x00000008u, 0x000012beu, 0x000012ceu, 0x00000ed7u, 0x00000eddu, - 0x00000edau, 0x00000ee0u, 0x00000edeu, 0x00000133u, 0x00000ee1u, 0x0000009cu, 0x00000ee2u, 0x000500c3u, - 0x00000008u, 0x00000ee5u, 0x00001295u, 0x000000bbu, 0x000500c3u, 0x00000008u, 0x00000ee7u, 0x000012beu, - 0x000000bbu, 0x0004003du, 0x00000008u, 0x00000ee9u, 0x00000ed8u, 0x000500aau, 0x0000002cu, 0x00000eeau, - 0x00000ee9u, 0x000000afu, 0x000300f7u, 0x00000ef6u, 0x00000000u, 0x000400fau, 0x00000eeau, 0x00000eebu, - 0x00000ef6u, 0x000200f8u, 0x00000eebu, 0x00050041u, 0x00000016u, 0x00000eedu, 0x00000b92u, 0x000001b8u, - 0x0004003du, 0x00000008u, 0x00000eeeu, 0x00000eedu, 0x000500c3u, 0x00000008u, 0x00000eefu, 0x00000ee5u, - 0x00000eeeu, 0x000500c7u, 0x00000008u, 0x00000ef0u, 0x00000eefu, 0x00000222u, 0x00050041u, 0x00000016u, - 0x00000ef2u, 0x00000b92u, 0x000001dau, 0x0004003du, 0x00000008u, 0x00000ef3u, 0x00000ef2u, 0x000500c3u, - 0x00000008u, 0x00000ef4u, 0x00000ee7u, 0x00000ef3u, 0x000500c5u, 0x00000008u, 0x00000ef5u, 0x00000ef4u, - 0x000000bbu, 0x000200f9u, 0x00000ef6u, 0x000200f8u, 0x00000ef6u, 0x000700f5u, 0x00000008u, 0x00001312u, - 0x00000ee7u, 0x00000ee3u, 0x00000ef5u, 0x00000eebu, 0x000700f5u, 0x00000008u, 0x000012e7u, 0x00000ee5u, - 0x00000ee3u, 0x00000ef0u, 0x00000eebu, 0x0004003du, 0x00000014u, 0x00000ef7u, 0x00000e78u, 0x00060050u, - 0x00000014u, 0x00000efdu, 0x000012e7u, 0x000012e7u, 0x000012e7u, 0x00050084u, 0x00000014u, 0x00000efeu, - 0x00000ef7u, 0x00000efdu, 0x00050080u, 0x00000008u, 0x00000f05u, 0x00001312u, 0x000000afu, 0x00060050u, - 0x00000014u, 0x00000f06u, 0x00000f05u, 0x00000f05u, 0x00000f05u, 0x00050084u, 0x00000014u, 0x00000f07u, - 0x000012eeu, 0x00000f06u, 0x00050080u, 0x00000014u, 0x00000f08u, 0x00000efeu, 0x00000f07u, 0x0003003eu, - 0x00000e7bu, 0x00000f08u, 0x000500a6u, 0x0000002cu, 0x00000f0cu, 0x00000298u, 0x00000bb5u, 0x000300f7u, - 0x00000f40u, 0x00000000u, 0x000400fau, 0x00000f0cu, 0x00000f0du, 0x00000f15u, 0x000200f8u, 0x00000f15u, - 0x000500c3u, 0x00000008u, 0x00000f17u, 0x000012e7u, 0x000000b5u, 0x000500c3u, 0x00000008u, 0x00000f19u, - 0x00001312u, 0x000000b5u, 0x00050080u, 0x00000008u, 0x00000f1au, 0x00000f17u, 0x00000f19u, 0x00050080u, - 0x00000008u, 0x00000f1bu, 0x00000f1au, 0x000000afu, 0x0004003du, 0x00000014u, 0x00000f1cu, 0x00000e7bu, - 0x000500c3u, 0x00000014u, 0x00000f1eu, 0x00000f1cu, 0x00001623u, 0x000500c7u, 0x00000014u, 0x00000f21u, - 0x00000f1eu, 0x00001624u, 0x0003003eu, 0x00000e7bu, 0x00000f21u, 0x0004003du, 0x00000257u, 0x00000f22u, - 0x00000259u, 0x000500c4u, 0x00000008u, 0x00000f24u, 0x00000f1bu, 0x000000eau, 0x00050041u, 0x00000016u, - 0x00000f25u, 0x00000e7bu, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000f26u, 0x00000f25u, 0x000500c5u, - 0x00000008u, 0x00000f27u, 0x00000f24u, 0x00000f26u, 0x0005005fu, 0x000000abu, 0x00000f28u, 0x00000f22u, - 0x00000f27u, 0x00050051u, 0x00000006u, 0x00000f29u, 0x00000f28u, 0x00000000u, 0x0004007cu, 0x00000008u, - 0x00000f2au, 0x00000f29u, 0x00050041u, 0x00000016u, 0x00000f2bu, 0x00000e78u, 0x000001b8u, 0x0003003eu, - 0x00000f2bu, 0x00000f2au, 0x00050041u, 0x00000016u, 0x00000f2fu, 0x00000e7bu, 0x000001dau, 0x0004003du, - 0x00000008u, 0x00000f30u, 0x00000f2fu, 0x000500c5u, 0x00000008u, 0x00000f31u, 0x00000f24u, 0x00000f30u, - 0x0005005fu, 0x000000abu, 0x00000f32u, 0x00000f22u, 0x00000f31u, 0x00050051u, 0x00000006u, 0x00000f33u, - 0x00000f32u, 0x00000000u, 0x0004007cu, 0x00000008u, 0x00000f34u, 0x00000f33u, 0x00050041u, 0x00000016u, - 0x00000f35u, 0x00000e78u, 0x000001dau, 0x0003003eu, 0x00000f35u, 0x00000f34u, 0x00050041u, 0x00000016u, - 0x00000f39u, 0x00000e7bu, 0x00000193u, 0x0004003du, 0x00000008u, 0x00000f3au, 0x00000f39u, 0x000500c5u, - 0x00000008u, 0x00000f3bu, 0x00000f24u, 0x00000f3au, 0x0005005fu, 0x000000abu, 0x00000f3cu, 0x00000f22u, - 0x00000f3bu, 0x00050051u, 0x00000006u, 0x00000f3du, 0x00000f3cu, 0x00000000u, 0x0004007cu, 0x00000008u, - 0x00000f3eu, 0x00000f3du, 0x00050041u, 0x00000016u, 0x00000f3fu, 0x00000e78u, 0x00000193u, 0x0003003eu, - 0x00000f3fu, 0x00000f3eu, 0x000200f9u, 0x00000f40u, 0x000200f8u, 0x00000f0du, 0x0004003du, 0x00000014u, - 0x00000f0eu, 0x00000e7bu, 0x000500c3u, 0x00000014u, 0x00000f10u, 0x00000f0eu, 0x00001622u, 0x0003003eu, - 0x00000e78u, 0x00000f10u, 0x000200f9u, 0x00000f40u, 0x000200f8u, 0x00000f40u, 0x0004003du, 0x00000014u, - 0x00000f41u, 0x00000e78u, 0x000500c7u, 0x00000014u, 0x00000f43u, 0x00000f41u, 0x00000134u, 0x000200f9u, - 0x00000f44u, 0x000200f8u, 0x00000f44u, 0x000900f5u, 0x00000008u, 0x000015bbu, 0x000012ceu, 0x00000e99u, - 0x000012ceu, 0x00000ec7u, 0x00001312u, 0x00000f40u, 0x000900f5u, 0x00000008u, 0x000015a0u, 0x000012a4u, - 0x00000e99u, 0x000012a4u, 0x00000ec7u, 0x000012e7u, 0x00000f40u, 0x000900f5u, 0x00000014u, 0x00001313u, - 0x000012eeu, 0x00000e99u, 0x00000ec8u, 0x00000ec7u, 0x00000f43u, 0x00000f40u, 0x000300f7u, 0x00000c1eu, - 0x00000000u, 0x000400fau, 0x00000bd1u, 0x00000c1au, 0x00000c1eu, 0x000200f8u, 0x00000c1au, 0x00060050u, - 0x00000014u, 0x00000f4du, 0x00000ba3u, 0x00000ba3u, 0x00000ba3u, 0x000500c3u, 0x00000014u, 0x00000f4eu, - 0x00000f4du, 0x00000128u, 0x000500c7u, 0x00000014u, 0x00000f50u, 0x00000f4eu, 0x0000161fu, 0x000500c7u, - 0x00000014u, 0x00000f53u, 0x00001313u, 0x0000161eu, 0x00050080u, 0x00000014u, 0x00000f55u, 0x00000f53u, - 0x00001620u, 0x000500adu, 0x00000138u, 0x00000f57u, 0x00001313u, 0x00000137u, 0x000600a9u, 0x00000014u, - 0x00000f58u, 0x00000f57u, 0x00000134u, 0x00000f55u, 0x000500c7u, 0x00000014u, 0x00000f5cu, 0x00001313u, - 0x0000161fu, 0x00050082u, 0x00000014u, 0x00000f5du, 0x00000f50u, 0x00000f5cu, 0x000500c3u, 0x00000014u, - 0x00000f5fu, 0x00000f5du, 0x00001621u, 0x00050082u, 0x00000014u, 0x00000f62u, 0x00000f58u, 0x00001313u, - 0x000500c7u, 0x00000014u, 0x00000f66u, 0x00000f62u, 0x00000f5fu, 0x00050080u, 0x00000014u, 0x00000f67u, - 0x00001313u, 0x00000f66u, 0x000500c7u, 0x00000014u, 0x00000f6au, 0x00000f67u, 0x00000134u, 0x000200f9u, - 0x00000c1eu, 0x000200f8u, 0x00000c1eu, 0x000700f5u, 0x00000014u, 0x00001332u, 0x00001313u, 0x00000f44u, - 0x00000f6au, 0x00000c1au, 0x000300f7u, 0x00000f87u, 0x00000000u, 0x000b00fbu, 0x00000c9au, 0x00000f87u, - 0x00000000u, 0x00000f73u, 0x00000001u, 0x00000f7fu, 0x00000002u, 0x00000f84u, 0x00000003u, 0x00000f85u, - 0x000200f8u, 0x00000f85u, 0x000200f9u, 0x00000f87u, 0x000200f8u, 0x00000f84u, 0x000200f9u, 0x00000f87u, - 0x000200f8u, 0x00000f7fu, 0x00050080u, 0x00000008u, 0x00000f82u, 0x0000122cu, 0x00000bd6u, 0x000500c7u, - 0x00000008u, 0x00000f83u, 0x00000f82u, 0x000000d3u, 0x000200f9u, 0x00000f87u, 0x000200f8u, 0x00000f73u, - 0x000300f7u, 0x00000f7eu, 0x00000000u, 0x000400fau, 0x00001232u, 0x00000f75u, 0x00000f7au, 0x000200f8u, - 0x00000f7au, 0x00050082u, 0x00000008u, 0x00000f7cu, 0x0000122cu, 0x000000afu, 0x000500c7u, 0x00000008u, - 0x00000f7du, 0x00000f7cu, 0x000000d3u, 0x000200f9u, 0x00000f7eu, 0x000200f8u, 0x00000f75u, 0x00050080u, - 0x00000008u, 0x00000f78u, 0x00000bd6u, 0x0000122cu, 0x0007000cu, 0x00000008u, 0x00000f79u, 0x00000001u, - 0x00000027u, 0x000000d3u, 0x00000f78u, 0x000200f9u, 0x00000f7eu, 0x000200f8u, 0x00000f7eu, 0x000700f5u, - 0x00000008u, 0x00001330u, 0x00000f79u, 0x00000f75u, 0x00000f7du, 0x00000f7au, 0x000200f9u, 0x00000f87u, - 0x000200f8u, 0x00000f87u, 0x000d00f5u, 0x00000008u, 0x0000132fu, 0x0000009cu, 0x00000c1eu, 0x00001330u, - 0x00000f7eu, 0x00000f83u, 0x00000f7fu, 0x000000d3u, 0x00000f84u, 0x00000bd6u, 0x00000f85u, 0x000500c4u, - 0x00000008u, 0x00000c27u, 0x0000132fu, 0x000000c7u, 0x00050051u, 0x00000008u, 0x00000c28u, 0x00001332u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00000c29u, 0x00001332u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00000c2au, 0x00001332u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00000c2bu, 0x00000c28u, 0x00000c29u, - 0x00000c2au, 0x00000c27u, 0x000300f7u, 0x00000f95u, 0x00000000u, 0x000400fau, 0x00000664u, 0x00000f8au, - 0x00000f93u, 0x000200f8u, 0x00000f93u, 0x0003003eu, 0x00000381u, 0x00000c2bu, 0x000200f9u, 0x00000f95u, - 0x000200f8u, 0x00000f8au, 0x00050041u, 0x00000016u, 0x00000f8du, 0x00000381u, 0x000001b8u, 0x0003003eu, - 0x00000f8du, 0x00000c28u, 0x00050041u, 0x00000016u, 0x00000f8fu, 0x00000381u, 0x000001dau, 0x0003003eu, - 0x00000f8fu, 0x00000c29u, 0x00050041u, 0x00000016u, 0x00000f91u, 0x00000381u, 0x00000193u, 0x0003003eu, - 0x00000f91u, 0x00000c2au, 0x000200f9u, 0x00000f95u, 0x000200f8u, 0x00000f95u, 0x000300f7u, 0x00000c3au, - 0x00000000u, 0x000400fau, 0x00000bbdu, 0x00000c2eu, 0x00000c36u, 0x000200f8u, 0x00000c36u, 0x000300f7u, - 0x00000c39u, 0x00000000u, 0x000400fau, 0x00000568u, 0x00000c37u, 0x00000c39u, 0x000200f8u, 0x00000c37u, - 0x000300f7u, 0x00001010u, 0x00000000u, 0x000700fbu, 0x00000367u, 0x00001010u, 0x00000002u, 0x00000fddu, - 0x00000003u, 0x00000ffau, 0x000200f8u, 0x00000ffau, 0x0004003du, 0x00000009u, 0x00000ffbu, 0x00000381u, - 0x0007004fu, 0x0000002eu, 0x00000ffcu, 0x00000ffbu, 0x00000ffbu, 0x00000000u, 0x00000003u, 0x0004007cu, - 0x0000006bu, 0x00000ffdu, 0x00000ffcu, 0x0003003eu, 0x00000fd9u, 0x00000ffdu, 0x00050041u, 0x00000007u, - 0x00000ffeu, 0x00000fd9u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x00000fffu, 0x00000ffeu, 0x000500c4u, - 0x00000006u, 0x00001000u, 0x00000fffu, 0x000003a7u, 0x00050041u, 0x00000007u, 0x00001001u, 0x00000fd9u, - 0x000001dau, 0x0004003du, 0x00000006u, 0x00001002u, 0x00001001u, 0x000500c5u, 0x00000006u, 0x00001003u, - 0x00001000u, 0x00001002u, 0x000500c7u, 0x00000006u, 0x00001005u, 0x00001003u, 0x000001dau, 0x00050084u, - 0x00000006u, 0x00001006u, 0x00001005u, 0x000001e0u, 0x000500c2u, 0x00000006u, 0x00001008u, 0x00001003u, - 0x00000193u, 0x0004007cu, 0x00000008u, 0x00001009u, 0x00001008u, 0x000500c7u, 0x00000006u, 0x0000100bu, - 0x00001003u, 0x000001e0u, 0x000500c4u, 0x00000006u, 0x0000100cu, 0x0000100bu, 0x00000193u, 0x000500c5u, - 0x00000006u, 0x0000100eu, 0x0000100cu, 0x00001006u, 0x0004007cu, 0x00000008u, 0x0000100fu, 0x0000100eu, - 0x000200f9u, 0x00001010u, 0x000200f8u, 0x00000fddu, 0x00050041u, 0x00000016u, 0x00000fdeu, 0x00000381u, - 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000fdfu, 0x00000fdeu, 0x000500c3u, 0x00000008u, 0x00000fe0u, - 0x00000fdfu, 0x000000bbu, 0x00050041u, 0x00000016u, 0x00000fe1u, 0x00000381u, 0x00000193u, 0x0004003du, - 0x00000008u, 0x00000fe2u, 0x00000fe1u, 0x000500c7u, 0x00000008u, 0x00000fe3u, 0x00000fe2u, 0x000000d9u, - 0x000500c5u, 0x00000008u, 0x00000fe4u, 0x00000fe0u, 0x00000fe3u, 0x00050041u, 0x00000016u, 0x00000fe5u, - 0x00000381u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000fe6u, 0x00000fe5u, 0x0004007cu, 0x00000006u, - 0x00000fe7u, 0x00000fe6u, 0x000500c7u, 0x00000006u, 0x00000fe8u, 0x00000fe7u, 0x000003aeu, 0x000500c4u, - 0x00000006u, 0x00000fe9u, 0x00000fe8u, 0x00000408u, 0x00050041u, 0x00000016u, 0x00000feau, 0x00000381u, - 0x000001dau, 0x0004003du, 0x00000008u, 0x00000febu, 0x00000feau, 0x0004007cu, 0x00000006u, 0x00000fecu, - 0x00000febu, 0x000500c7u, 0x00000006u, 0x00000fedu, 0x00000fecu, 0x000003aeu, 0x000500c4u, 0x00000006u, - 0x00000feeu, 0x00000fedu, 0x000001dau, 0x000500c5u, 0x00000006u, 0x00000ff0u, 0x00000fe9u, 0x00000feeu, - 0x0004003du, 0x00000008u, 0x00000ff2u, 0x00000fe1u, 0x0004007cu, 0x00000006u, 0x00000ff3u, 0x00000ff2u, - 0x000500c7u, 0x00000006u, 0x00000ff4u, 0x00000ff3u, 0x000003aeu, 0x000500c2u, 0x00000006u, 0x00000ff5u, - 0x00000ff4u, 0x00000415u, 0x000500c5u, 0x00000006u, 0x00000ff7u, 0x00000ff0u, 0x00000ff5u, 0x0004007cu, - 0x00000008u, 0x00000ff9u, 0x00000ff7u, 0x000200f9u, 0x00001010u, 0x000200f8u, 0x00001010u, 0x000900f5u, - 0x00000008u, 0x00001512u, 0x00001217u, 0x00000c37u, 0x00000fe4u, 0x00000fddu, 0x0000100fu, 0x00000ffau, - 0x000900f5u, 0x00000008u, 0x000014d4u, 0x00001214u, 0x00000c37u, 0x00000ff9u, 0x00000fddu, 0x00001009u, - 0x00000ffau, 0x000200f9u, 0x00000c39u, 0x000200f8u, 0x00000c39u, 0x000700f5u, 0x00000008u, 0x000014f4u, - 0x00001217u, 0x00000c36u, 0x00001512u, 0x00001010u, 0x000700f5u, 0x00000008u, 0x000014b6u, 0x00001214u, - 0x00000c36u, 0x000014d4u, 0x00001010u, 0x000200f9u, 0x00000c3au, 0x000200f8u, 0x00000c2eu, 0x00050082u, - 0x00000008u, 0x00000f9du, 0x00000170u, 0x00000ba0u, 0x0007000cu, 0x00000008u, 0x00000f9eu, 0x00000001u, - 0x0000002au, 0x00000f9du, 0x000000afu, 0x0006000cu, 0x00000008u, 0x00000fa0u, 0x00000001u, 0x0000004au, - 0x00000f9eu, 0x00050082u, 0x00000008u, 0x00000fa1u, 0x00000175u, 0x00000fa0u, 0x0008000cu, 0x00000008u, - 0x00000fa3u, 0x00000001u, 0x0000002du, 0x00000fa1u, 0x0000009cu, 0x000000d3u, 0x00050082u, 0x00000008u, - 0x00000fa5u, 0x000000cdu, 0x00000fa3u, 0x0007000cu, 0x00000008u, 0x00000fa6u, 0x00000001u, 0x0000002au, - 0x00000fa5u, 0x0000009cu, 0x000500c3u, 0x00000008u, 0x00000fa9u, 0x00000ba0u, 0x00000fa6u, 0x000500c7u, - 0x00000008u, 0x00000faau, 0x00000fa9u, 0x0000015du, 0x000500c4u, 0x00000008u, 0x00000facu, 0x00000fa3u, - 0x000000eau, 0x00050080u, 0x00000008u, 0x00000faeu, 0x00000facu, 0x00000faau, 0x000300f7u, 0x00000c35u, - 0x00000000u, 0x000400fau, 0x00000568u, 0x00000c33u, 0x00000c35u, 0x000200f8u, 0x00000c33u, 0x0004007cu, - 0x00000006u, 0x00000fb2u, 0x00000faeu, 0x000500c4u, 0x00000006u, 0x00000fb3u, 0x00000fb2u, 0x00000415u, - 0x0004007cu, 0x00000006u, 0x00000fb5u, 0x00000c7cu, 0x000500c5u, 0x00000006u, 0x00000fb6u, 0x00000fb3u, - 0x00000fb5u, 0x000300f7u, 0x00000fd7u, 0x00000000u, 0x000700fbu, 0x00000367u, 0x00000fd7u, 0x00000002u, - 0x00000fb7u, 0x00000003u, 0x00000fccu, 0x000200f8u, 0x00000fccu, 0x000500c2u, 0x00000006u, 0x00000fceu, - 0x00000fb6u, 0x00000442u, 0x000500c7u, 0x00000006u, 0x00000fcfu, 0x00000fceu, 0x000003d5u, 0x0004007cu, - 0x00000008u, 0x00000fd0u, 0x00000fcfu, 0x00050041u, 0x00000016u, 0x00000fd1u, 0x00000381u, 0x000001b8u, - 0x0003003eu, 0x00000fd1u, 0x00000fd0u, 0x000500c2u, 0x00000006u, 0x00000fd3u, 0x00000fb6u, 0x00000193u, - 0x000500c7u, 0x00000006u, 0x00000fd4u, 0x00000fd3u, 0x000003d5u, 0x0004007cu, 0x00000008u, 0x00000fd5u, - 0x00000fd4u, 0x00050041u, 0x00000016u, 0x00000fd6u, 0x00000381u, 0x000001e0u, 0x0003003eu, 0x00000fd6u, - 0x00000fd5u, 0x000200f9u, 0x00000fd7u, 0x000200f8u, 0x00000fb7u, 0x000500c2u, 0x00000006u, 0x00000fb9u, - 0x00000fb6u, 0x00000442u, 0x000500c7u, 0x00000006u, 0x00000fbau, 0x00000fb9u, 0x000003aeu, 0x0004007cu, - 0x00000008u, 0x00000fbbu, 0x00000fbau, 0x00050041u, 0x00000016u, 0x00000fbcu, 0x00000381u, 0x000001b8u, - 0x0003003eu, 0x00000fbcu, 0x00000fbbu, 0x000500c2u, 0x00000006u, 0x00000fbeu, 0x00000fb6u, 0x00000448u, - 0x000500c7u, 0x00000006u, 0x00000fbfu, 0x00000fbeu, 0x000003aeu, 0x0004007cu, 0x00000008u, 0x00000fc0u, - 0x00000fbfu, 0x00050041u, 0x00000016u, 0x00000fc1u, 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000fc1u, - 0x00000fc0u, 0x000500c2u, 0x00000006u, 0x00000fc3u, 0x00000fb6u, 0x000001b8u, 0x000500c7u, 0x00000006u, - 0x00000fc4u, 0x00000fc3u, 0x000003aeu, 0x0004007cu, 0x00000008u, 0x00000fc5u, 0x00000fc4u, 0x00050041u, - 0x00000016u, 0x00000fc6u, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000fc6u, 0x00000fc5u, 0x000500c7u, - 0x00000006u, 0x00000fc8u, 0x00000fb6u, 0x00000453u, 0x000500c4u, 0x00000006u, 0x00000fc9u, 0x00000fc8u, - 0x00000448u, 0x0004007cu, 0x00000008u, 0x00000fcau, 0x00000fc9u, 0x00050041u, 0x00000016u, 0x00000fcbu, - 0x00000381u, 0x000001e0u, 0x0003003eu, 0x00000fcbu, 0x00000fcau, 0x000200f9u, 0x00000fd7u, 0x000200f8u, - 0x00000fd7u, 0x000200f9u, 0x00000c35u, 0x000200f8u, 0x00000c35u, 0x000200f9u, 0x00000c3au, 0x000200f8u, - 0x00000c3au, 0x000700f5u, 0x00000008u, 0x000014f1u, 0x00000c7cu, 0x00000c35u, 0x000014f4u, 0x00000c39u, - 0x000700f5u, 0x00000008u, 0x000014b3u, 0x00000faeu, 0x00000c35u, 0x000014b6u, 0x00000c39u, 0x000600a9u, - 0x0000002cu, 0x00001666u, 0x00000bbdu, 0x000002b3u, 0x000013d8u, 0x000200f9u, 0x00000c3bu, 0x000200f8u, - 0x00000c3bu, 0x000700f5u, 0x00000014u, 0x00001641u, 0x0000162fu, 0x00000bf1u, 0x00001649u, 0x00000c3au, - 0x000700f5u, 0x00000014u, 0x000015d0u, 0x000012f9u, 0x00000bf1u, 0x000012eeu, 0x00000c3au, 0x000700f5u, - 0x00000008u, 0x000015b5u, 0x000012ceu, 0x00000bf1u, 0x000015bbu, 0x00000c3au, 0x000700f5u, 0x00000008u, - 0x0000159au, 0x000012a4u, 0x00000bf1u, 0x000015a0u, 0x00000c3au, 0x000700f5u, 0x00000014u, 0x00001572u, - 0x00001285u, 0x00000bf1u, 0x0000157au, 0x00000c3au, 0x000700f5u, 0x00000008u, 0x0000154au, 0x00001267u, - 0x00000bf1u, 0x00001552u, 0x00000c3au, 0x000700f5u, 0x00000008u, 0x00001522u, 0x0000124au, 0x00000bf1u, - 0x0000152au, 0x00000c3au, 0x000700f5u, 0x00000008u, 0x000014e4u, 0x00001217u, 0x00000bf1u, 0x000014f1u, - 0x00000c3au, 0x000700f5u, 0x00000008u, 0x000014a6u, 0x00001214u, 0x00000bf1u, 0x000014b3u, 0x00000c3au, - 0x000700f5u, 0x0000002cu, 0x000013e8u, 0x000013d8u, 0x00000bf1u, 0x00001666u, 0x00000c3au, 0x000600a9u, - 0x0000002cu, 0x00001667u, 0x00000bf2u, 0x000002b3u, 0x000013bbu, 0x000200f9u, 0x000008a9u, 0x000200f8u, - 0x000008a8u, 0x00060041u, 0x000000e6u, 0x000008b0u, 0x000008aeu, 0x0000009cu, 0x00000889u, 0x0004003du, - 0x00000006u, 0x000008b1u, 0x000008b0u, 0x000300f7u, 0x00000b03u, 0x00000000u, 0x000900fbu, 0x00000367u, - 0x00000b03u, 0x00000000u, 0x00000ae4u, 0x00000001u, 0x00000ae5u, 0x00000002u, 0x00000aecu, 0x000200f8u, - 0x00000aecu, 0x000500c2u, 0x00000006u, 0x00000aeeu, 0x000008b1u, 0x000000d9u, 0x000500c7u, 0x00000006u, - 0x00000aefu, 0x00000aeeu, 0x000003aeu, 0x000500c2u, 0x00000006u, 0x00000af1u, 0x000008b1u, 0x000000bbu, - 0x000500c7u, 0x00000006u, 0x00000af2u, 0x00000af1u, 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000af4u, - 0x000008b1u, 0x000000b5u, 0x000500c7u, 0x00000006u, 0x00000af5u, 0x00000af4u, 0x000003aeu, 0x000500c7u, - 0x00000006u, 0x00000af7u, 0x000008b1u, 0x000001dau, 0x00050084u, 0x00000006u, 0x00000af8u, 0x00000af7u, - 0x0000068eu, 0x0004007cu, 0x00000008u, 0x00000afau, 0x00000aefu, 0x0004007cu, 0x00000008u, 0x00000afcu, - 0x00000af2u, 0x0004007cu, 0x00000008u, 0x00000afeu, 0x00000af5u, 0x0004007cu, 0x00000008u, 0x00000b00u, - 0x00000af8u, 0x00070050u, 0x00000009u, 0x00000b01u, 0x00000afau, 0x00000afcu, 0x00000afeu, 0x00000b00u, - 0x000300f7u, 0x00000b20u, 0x00000000u, 0x000400fau, 0x00000664u, 0x00000b15u, 0x00000b1eu, 0x000200f8u, - 0x00000b1eu, 0x0003003eu, 0x00000381u, 0x00000b01u, 0x000200f9u, 0x00000b20u, 0x000200f8u, 0x00000b15u, - 0x00050041u, 0x00000016u, 0x00000b18u, 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000b18u, 0x00000afau, - 0x00050041u, 0x00000016u, 0x00000b1au, 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000b1au, 0x00000afcu, - 0x00050041u, 0x00000016u, 0x00000b1cu, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000b1cu, 0x00000afeu, - 0x000200f9u, 0x00000b20u, 0x000200f8u, 0x00000b20u, 0x000200f9u, 0x00000b03u, 0x000200f8u, 0x00000ae5u, - 0x000500c7u, 0x00000006u, 0x00000ae7u, 0x000008b1u, 0x000003d5u, 0x0004007cu, 0x00000008u, 0x00000ae9u, - 0x00000ae7u, 0x00070050u, 0x00000009u, 0x00000aeau, 0x00000ae9u, 0x00000ae9u, 0x00000ae9u, 0x00000ae9u, - 0x000300f7u, 0x00000b13u, 0x00000000u, 0x000400fau, 0x00000664u, 0x00000b08u, 0x00000b11u, 0x000200f8u, - 0x00000b11u, 0x0003003eu, 0x00000381u, 0x00000aeau, 0x000200f9u, 0x00000b13u, 0x000200f8u, 0x00000b08u, - 0x00050041u, 0x00000016u, 0x00000b0bu, 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000b0bu, 0x00000ae9u, - 0x00050041u, 0x00000016u, 0x00000b0du, 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000b0du, 0x00000ae9u, - 0x00050041u, 0x00000016u, 0x00000b0fu, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000b0fu, 0x00000ae9u, - 0x000200f9u, 0x00000b13u, 0x000200f8u, 0x00000b13u, 0x000200f9u, 0x00000b03u, 0x000200f8u, 0x00000ae4u, - 0x0003003eu, 0x00000381u, 0x00000675u, 0x000200f9u, 0x00000b03u, 0x000200f8u, 0x00000b03u, 0x000b00f5u, - 0x0000002cu, 0x000013c3u, 0x000013bbu, 0x000008a8u, 0x000002b3u, 0x00000ae4u, 0x000002b3u, 0x00000b13u, - 0x000002b3u, 0x00000b20u, 0x000300f7u, 0x00000b06u, 0x00000000u, 0x000400fau, 0x00000568u, 0x00000b04u, - 0x00000b06u, 0x000200f8u, 0x00000b04u, 0x000300f7u, 0x00000b59u, 0x00000000u, 0x000700fbu, 0x00000367u, - 0x00000b59u, 0x00000002u, 0x00000b26u, 0x00000003u, 0x00000b43u, 0x000200f8u, 0x00000b43u, 0x0004003du, - 0x00000009u, 0x00000b44u, 0x00000381u, 0x0007004fu, 0x0000002eu, 0x00000b45u, 0x00000b44u, 0x00000b44u, - 0x00000000u, 0x00000003u, 0x0004007cu, 0x0000006bu, 0x00000b46u, 0x00000b45u, 0x0003003eu, 0x00000b22u, - 0x00000b46u, 0x00050041u, 0x00000007u, 0x00000b47u, 0x00000b22u, 0x000001b8u, 0x0004003du, 0x00000006u, - 0x00000b48u, 0x00000b47u, 0x000500c4u, 0x00000006u, 0x00000b49u, 0x00000b48u, 0x000003a7u, 0x00050041u, - 0x00000007u, 0x00000b4au, 0x00000b22u, 0x000001dau, 0x0004003du, 0x00000006u, 0x00000b4bu, 0x00000b4au, - 0x000500c5u, 0x00000006u, 0x00000b4cu, 0x00000b49u, 0x00000b4bu, 0x000500c7u, 0x00000006u, 0x00000b4eu, - 0x00000b4cu, 0x000001dau, 0x00050084u, 0x00000006u, 0x00000b4fu, 0x00000b4eu, 0x000001e0u, 0x000500c2u, - 0x00000006u, 0x00000b51u, 0x00000b4cu, 0x00000193u, 0x0004007cu, 0x00000008u, 0x00000b52u, 0x00000b51u, - 0x000500c7u, 0x00000006u, 0x00000b54u, 0x00000b4cu, 0x000001e0u, 0x000500c4u, 0x00000006u, 0x00000b55u, - 0x00000b54u, 0x00000193u, 0x000500c5u, 0x00000006u, 0x00000b57u, 0x00000b55u, 0x00000b4fu, 0x0004007cu, - 0x00000008u, 0x00000b58u, 0x00000b57u, 0x000200f9u, 0x00000b59u, 0x000200f8u, 0x00000b26u, 0x00050041u, - 0x00000016u, 0x00000b27u, 0x00000381u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000b28u, 0x00000b27u, - 0x000500c3u, 0x00000008u, 0x00000b29u, 0x00000b28u, 0x000000bbu, 0x00050041u, 0x00000016u, 0x00000b2au, - 0x00000381u, 0x00000193u, 0x0004003du, 0x00000008u, 0x00000b2bu, 0x00000b2au, 0x000500c7u, 0x00000008u, - 0x00000b2cu, 0x00000b2bu, 0x000000d9u, 0x000500c5u, 0x00000008u, 0x00000b2du, 0x00000b29u, 0x00000b2cu, - 0x00050041u, 0x00000016u, 0x00000b2eu, 0x00000381u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000b2fu, - 0x00000b2eu, 0x0004007cu, 0x00000006u, 0x00000b30u, 0x00000b2fu, 0x000500c7u, 0x00000006u, 0x00000b31u, - 0x00000b30u, 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000b32u, 0x00000b31u, 0x00000408u, 0x00050041u, - 0x00000016u, 0x00000b33u, 0x00000381u, 0x000001dau, 0x0004003du, 0x00000008u, 0x00000b34u, 0x00000b33u, - 0x0004007cu, 0x00000006u, 0x00000b35u, 0x00000b34u, 0x000500c7u, 0x00000006u, 0x00000b36u, 0x00000b35u, - 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000b37u, 0x00000b36u, 0x000001dau, 0x000500c5u, 0x00000006u, - 0x00000b39u, 0x00000b32u, 0x00000b37u, 0x0004003du, 0x00000008u, 0x00000b3bu, 0x00000b2au, 0x0004007cu, - 0x00000006u, 0x00000b3cu, 0x00000b3bu, 0x000500c7u, 0x00000006u, 0x00000b3du, 0x00000b3cu, 0x000003aeu, - 0x000500c2u, 0x00000006u, 0x00000b3eu, 0x00000b3du, 0x00000415u, 0x000500c5u, 0x00000006u, 0x00000b40u, - 0x00000b39u, 0x00000b3eu, 0x0004007cu, 0x00000008u, 0x00000b42u, 0x00000b40u, 0x000200f9u, 0x00000b59u, - 0x000200f8u, 0x00000b59u, 0x000900f5u, 0x00000008u, 0x000014e3u, 0x00001217u, 0x00000b04u, 0x00000b2du, - 0x00000b26u, 0x00000b58u, 0x00000b43u, 0x000900f5u, 0x00000008u, 0x000014a5u, 0x00001214u, 0x00000b04u, - 0x00000b42u, 0x00000b26u, 0x00000b52u, 0x00000b43u, 0x000200f9u, 0x00000b06u, 0x000200f8u, 0x00000b06u, - 0x000700f5u, 0x00000008u, 0x000014dfu, 0x00001217u, 0x00000b03u, 0x000014e3u, 0x00000b59u, 0x000700f5u, - 0x00000008u, 0x000014a1u, 0x00001214u, 0x00000b03u, 0x000014a5u, 0x00000b59u, 0x000200f9u, 0x000008a9u, - 0x000200f8u, 0x000008a9u, 0x000700f5u, 0x00000014u, 0x00001640u, 0x00001641u, 0x00000c3bu, 0x0000162fu, - 0x00000b06u, 0x000700f5u, 0x00000014u, 0x000015cau, 0x000012f9u, 0x00000b06u, 0x000015d0u, 0x00000c3bu, - 0x000700f5u, 0x00000008u, 0x000015afu, 0x000012ceu, 0x00000b06u, 0x000015b5u, 0x00000c3bu, 0x000700f5u, - 0x00000008u, 0x00001594u, 0x000012a4u, 0x00000b06u, 0x0000159au, 0x00000c3bu, 0x000700f5u, 0x00000014u, - 0x0000156cu, 0x00001285u, 0x00000b06u, 0x00001572u, 0x00000c3bu, 0x000700f5u, 0x00000008u, 0x00001544u, - 0x00001267u, 0x00000b06u, 0x0000154au, 0x00000c3bu, 0x000700f5u, 0x00000008u, 0x0000151cu, 0x0000124au, - 0x00000b06u, 0x00001522u, 0x00000c3bu, 0x000700f5u, 0x00000008u, 0x000014deu, 0x000014dfu, 0x00000b06u, - 0x000014e4u, 0x00000c3bu, 0x000700f5u, 0x00000008u, 0x000014a0u, 0x000014a1u, 0x00000b06u, 0x000014a6u, - 0x00000c3bu, 0x000700f5u, 0x00000014u, 0x00001462u, 0x0000120bu, 0x00000b06u, 0x00001209u, 0x00000c3bu, - 0x000700f5u, 0x0000002cu, 0x000013e2u, 0x000013d8u, 0x00000b06u, 0x000013e8u, 0x00000c3bu, 0x000700f5u, - 0x0000002cu, 0x000013c1u, 0x000013c3u, 0x00000b06u, 0x00001667u, 0x00000c3bu, 0x000200f9u, 0x0000089eu, - 0x000200f8u, 0x0000089du, 0x00070041u, 0x000000e6u, 0x000008a1u, 0x000000a6u, 0x0000009cu, 0x00000880u, - 0x000000e5u, 0x0004003du, 0x00000006u, 0x000008a2u, 0x000008a1u, 0x000300f7u, 0x00000a6cu, 0x00000000u, - 0x000b00fbu, 0x00000367u, 0x00000a6cu, 0x00000004u, 0x00000a12u, 0x00000002u, 0x00000a29u, 0x00000003u, - 0x00000a46u, 0x00000001u, 0x00000a5fu, 0x000200f8u, 0x00000a5fu, 0x000500c7u, 0x00000006u, 0x00000a61u, - 0x00001336u, 0x000001e0u, 0x000500c6u, 0x00000006u, 0x00000a62u, 0x00000a61u, 0x000001e0u, 0x00050084u, - 0x00000006u, 0x00000a63u, 0x00000a62u, 0x000003a7u, 0x000500c2u, 0x00000006u, 0x00000a65u, 0x000008a2u, - 0x00000a63u, 0x000500c7u, 0x00000006u, 0x00000a67u, 0x00000a65u, 0x000003d5u, 0x0004007cu, 0x00000008u, - 0x00000a69u, 0x00000a67u, 0x00070050u, 0x00000009u, 0x00000a6au, 0x00000a69u, 0x00000a69u, 0x00000a69u, - 0x00000a69u, 0x000300f7u, 0x00000aa3u, 0x00000000u, 0x000400fau, 0x00000664u, 0x00000a98u, 0x00000aa1u, - 0x000200f8u, 0x00000aa1u, 0x0003003eu, 0x00000381u, 0x00000a6au, 0x000200f9u, 0x00000aa3u, 0x000200f8u, - 0x00000a98u, 0x00050041u, 0x00000016u, 0x00000a9bu, 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000a9bu, - 0x00000a69u, 0x00050041u, 0x00000016u, 0x00000a9du, 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000a9du, - 0x00000a69u, 0x00050041u, 0x00000016u, 0x00000a9fu, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000a9fu, - 0x00000a69u, 0x000200f9u, 0x00000aa3u, 0x000200f8u, 0x00000aa3u, 0x000200f9u, 0x00000a6cu, 0x000200f8u, - 0x00000a46u, 0x000500c7u, 0x00000006u, 0x00000a48u, 0x00001336u, 0x000001dau, 0x000500c6u, 0x00000006u, - 0x00000a49u, 0x00000a48u, 0x000001dau, 0x00050084u, 0x00000006u, 0x00000a4au, 0x00000a49u, 0x000003f0u, - 0x000500c2u, 0x00000006u, 0x00000a4cu, 0x000008a2u, 0x00000a4au, 0x000500c7u, 0x00000006u, 0x00000a4eu, - 0x00000a4cu, 0x00000506u, 0x000500c2u, 0x00000006u, 0x00000a50u, 0x00000a4eu, 0x000003a7u, 0x000500c7u, - 0x00000006u, 0x00000a51u, 0x00000a50u, 0x000003d5u, 0x000500c2u, 0x00000006u, 0x00000a53u, 0x00000a4eu, - 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000a54u, 0x00000a53u, 0x000003d5u, 0x0004007cu, 0x00000008u, - 0x00000a56u, 0x00000a51u, 0x0004007cu, 0x00000008u, 0x00000a5cu, 0x00000a54u, 0x00070050u, 0x00000009u, - 0x00000a5du, 0x00000a56u, 0x00000a56u, 0x00000a56u, 0x00000a5cu, 0x000300f7u, 0x00000a96u, 0x00000000u, - 0x000400fau, 0x00000664u, 0x00000a8bu, 0x00000a94u, 0x000200f8u, 0x00000a94u, 0x0003003eu, 0x00000381u, - 0x00000a5du, 0x000200f9u, 0x00000a96u, 0x000200f8u, 0x00000a8bu, 0x00050041u, 0x00000016u, 0x00000a8eu, - 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000a8eu, 0x00000a56u, 0x00050041u, 0x00000016u, 0x00000a90u, - 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000a90u, 0x00000a56u, 0x00050041u, 0x00000016u, 0x00000a92u, - 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000a92u, 0x00000a56u, 0x000200f9u, 0x00000a96u, 0x000200f8u, - 0x00000a96u, 0x000200f9u, 0x00000a6cu, 0x000200f8u, 0x00000a29u, 0x000500c7u, 0x00000006u, 0x00000a2bu, - 0x00001336u, 0x000001dau, 0x000500c6u, 0x00000006u, 0x00000a2cu, 0x00000a2bu, 0x000001dau, 0x00050084u, - 0x00000006u, 0x00000a2du, 0x00000a2cu, 0x000003f0u, 0x000500c2u, 0x00000006u, 0x00000a2fu, 0x000008a2u, - 0x00000a2du, 0x000500c2u, 0x00000006u, 0x00000a31u, 0x00000a2fu, 0x000003a7u, 0x000500c7u, 0x00000006u, - 0x00000a32u, 0x00000a31u, 0x000003aeu, 0x000500c2u, 0x00000006u, 0x00000a34u, 0x00000a2fu, 0x000001e0u, - 0x000500c7u, 0x00000006u, 0x00000a35u, 0x00000a34u, 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000a37u, - 0x00000a2fu, 0x00000193u, 0x000500c7u, 0x00000006u, 0x00000a38u, 0x00000a37u, 0x000003aeu, 0x000500c7u, - 0x00000006u, 0x00000a3au, 0x00000a2fu, 0x000001dau, 0x00050084u, 0x00000006u, 0x00000a3bu, 0x00000a3au, - 0x0000068eu, 0x0004007cu, 0x00000008u, 0x00000a3du, 0x00000a32u, 0x0004007cu, 0x00000008u, 0x00000a3fu, - 0x00000a35u, 0x0004007cu, 0x00000008u, 0x00000a41u, 0x00000a38u, 0x0004007cu, 0x00000008u, 0x00000a43u, - 0x00000a3bu, 0x00070050u, 0x00000009u, 0x00000a44u, 0x00000a3du, 0x00000a3fu, 0x00000a41u, 0x00000a43u, - 0x000300f7u, 0x00000a89u, 0x00000000u, 0x000400fau, 0x00000664u, 0x00000a7eu, 0x00000a87u, 0x000200f8u, - 0x00000a87u, 0x0003003eu, 0x00000381u, 0x00000a44u, 0x000200f9u, 0x00000a89u, 0x000200f8u, 0x00000a7eu, - 0x00050041u, 0x00000016u, 0x00000a81u, 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000a81u, 0x00000a3du, - 0x00050041u, 0x00000016u, 0x00000a83u, 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000a83u, 0x00000a3fu, - 0x00050041u, 0x00000016u, 0x00000a85u, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000a85u, 0x00000a41u, - 0x000200f9u, 0x00000a89u, 0x000200f8u, 0x00000a89u, 0x000200f9u, 0x00000a6cu, 0x000200f8u, 0x00000a12u, - 0x000500c2u, 0x00000006u, 0x00000a14u, 0x000008a2u, 0x000003efu, 0x000500c7u, 0x00000006u, 0x00000a15u, - 0x00000a14u, 0x000003d5u, 0x000500c2u, 0x00000006u, 0x00000a17u, 0x000008a2u, 0x000003f0u, 0x000500c7u, - 0x00000006u, 0x00000a18u, 0x00000a17u, 0x000003d5u, 0x000500c2u, 0x00000006u, 0x00000a1au, 0x000008a2u, - 0x000003a7u, 0x000500c7u, 0x00000006u, 0x00000a1bu, 0x00000a1au, 0x000003d5u, 0x000500c2u, 0x00000006u, - 0x00000a1du, 0x000008a2u, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000a1eu, 0x00000a1du, 0x000003d5u, - 0x0004007cu, 0x00000008u, 0x00000a20u, 0x00000a15u, 0x0004007cu, 0x00000008u, 0x00000a22u, 0x00000a18u, - 0x0004007cu, 0x00000008u, 0x00000a24u, 0x00000a1bu, 0x0004007cu, 0x00000008u, 0x00000a26u, 0x00000a1eu, - 0x00070050u, 0x00000009u, 0x00000a27u, 0x00000a20u, 0x00000a22u, 0x00000a24u, 0x00000a26u, 0x000300f7u, - 0x00000a7cu, 0x00000000u, 0x000400fau, 0x00000664u, 0x00000a71u, 0x00000a7au, 0x000200f8u, 0x00000a7au, - 0x0003003eu, 0x00000381u, 0x00000a27u, 0x000200f9u, 0x00000a7cu, 0x000200f8u, 0x00000a71u, 0x00050041u, - 0x00000016u, 0x00000a74u, 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000a74u, 0x00000a20u, 0x00050041u, - 0x00000016u, 0x00000a76u, 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000a76u, 0x00000a22u, 0x00050041u, - 0x00000016u, 0x00000a78u, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000a78u, 0x00000a24u, 0x000200f9u, - 0x00000a7cu, 0x000200f8u, 0x00000a7cu, 0x000200f9u, 0x00000a6cu, 0x000200f8u, 0x00000a6cu, 0x000d00f5u, - 0x0000002cu, 0x000013bfu, 0x000013bbu, 0x0000089du, 0x000002b3u, 0x00000a7cu, 0x000002b3u, 0x00000a89u, - 0x000002b3u, 0x00000a96u, 0x000002b3u, 0x00000aa3u, 0x000300f7u, 0x00000a6fu, 0x00000000u, 0x000400fau, - 0x00000568u, 0x00000a6du, 0x00000a6fu, 0x000200f8u, 0x00000a6du, 0x000300f7u, 0x00000adcu, 0x00000000u, - 0x000700fbu, 0x00000367u, 0x00000adcu, 0x00000002u, 0x00000aa9u, 0x00000003u, 0x00000ac6u, 0x000200f8u, - 0x00000ac6u, 0x0004003du, 0x00000009u, 0x00000ac7u, 0x00000381u, 0x0007004fu, 0x0000002eu, 0x00000ac8u, - 0x00000ac7u, 0x00000ac7u, 0x00000000u, 0x00000003u, 0x0004007cu, 0x0000006bu, 0x00000ac9u, 0x00000ac8u, - 0x0003003eu, 0x00000aa5u, 0x00000ac9u, 0x00050041u, 0x00000007u, 0x00000acau, 0x00000aa5u, 0x000001b8u, - 0x0004003du, 0x00000006u, 0x00000acbu, 0x00000acau, 0x000500c4u, 0x00000006u, 0x00000accu, 0x00000acbu, - 0x000003a7u, 0x00050041u, 0x00000007u, 0x00000acdu, 0x00000aa5u, 0x000001dau, 0x0004003du, 0x00000006u, - 0x00000aceu, 0x00000acdu, 0x000500c5u, 0x00000006u, 0x00000acfu, 0x00000accu, 0x00000aceu, 0x000500c7u, - 0x00000006u, 0x00000ad1u, 0x00000acfu, 0x000001dau, 0x00050084u, 0x00000006u, 0x00000ad2u, 0x00000ad1u, - 0x000001e0u, 0x000500c2u, 0x00000006u, 0x00000ad4u, 0x00000acfu, 0x00000193u, 0x0004007cu, 0x00000008u, - 0x00000ad5u, 0x00000ad4u, 0x000500c7u, 0x00000006u, 0x00000ad7u, 0x00000acfu, 0x000001e0u, 0x000500c4u, - 0x00000006u, 0x00000ad8u, 0x00000ad7u, 0x00000193u, 0x000500c5u, 0x00000006u, 0x00000adau, 0x00000ad8u, - 0x00000ad2u, 0x0004007cu, 0x00000008u, 0x00000adbu, 0x00000adau, 0x000200f9u, 0x00000adcu, 0x000200f8u, - 0x00000aa9u, 0x00050041u, 0x00000016u, 0x00000aaau, 0x00000381u, 0x000001e0u, 0x0004003du, 0x00000008u, - 0x00000aabu, 0x00000aaau, 0x000500c3u, 0x00000008u, 0x00000aacu, 0x00000aabu, 0x000000bbu, 0x00050041u, - 0x00000016u, 0x00000aadu, 0x00000381u, 0x00000193u, 0x0004003du, 0x00000008u, 0x00000aaeu, 0x00000aadu, - 0x000500c7u, 0x00000008u, 0x00000aafu, 0x00000aaeu, 0x000000d9u, 0x000500c5u, 0x00000008u, 0x00000ab0u, - 0x00000aacu, 0x00000aafu, 0x00050041u, 0x00000016u, 0x00000ab1u, 0x00000381u, 0x000001b8u, 0x0004003du, - 0x00000008u, 0x00000ab2u, 0x00000ab1u, 0x0004007cu, 0x00000006u, 0x00000ab3u, 0x00000ab2u, 0x000500c7u, - 0x00000006u, 0x00000ab4u, 0x00000ab3u, 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000ab5u, 0x00000ab4u, - 0x00000408u, 0x00050041u, 0x00000016u, 0x00000ab6u, 0x00000381u, 0x000001dau, 0x0004003du, 0x00000008u, - 0x00000ab7u, 0x00000ab6u, 0x0004007cu, 0x00000006u, 0x00000ab8u, 0x00000ab7u, 0x000500c7u, 0x00000006u, - 0x00000ab9u, 0x00000ab8u, 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000abau, 0x00000ab9u, 0x000001dau, - 0x000500c5u, 0x00000006u, 0x00000abcu, 0x00000ab5u, 0x00000abau, 0x0004003du, 0x00000008u, 0x00000abeu, - 0x00000aadu, 0x0004007cu, 0x00000006u, 0x00000abfu, 0x00000abeu, 0x000500c7u, 0x00000006u, 0x00000ac0u, - 0x00000abfu, 0x000003aeu, 0x000500c2u, 0x00000006u, 0x00000ac1u, 0x00000ac0u, 0x00000415u, 0x000500c5u, - 0x00000006u, 0x00000ac3u, 0x00000abcu, 0x00000ac1u, 0x0004007cu, 0x00000008u, 0x00000ac5u, 0x00000ac3u, - 0x000200f9u, 0x00000adcu, 0x000200f8u, 0x00000adcu, 0x000900f5u, 0x00000008u, 0x000014ddu, 0x00001217u, - 0x00000a6du, 0x00000ab0u, 0x00000aa9u, 0x00000adbu, 0x00000ac6u, 0x000900f5u, 0x00000008u, 0x0000149fu, - 0x00001214u, 0x00000a6du, 0x00000ac5u, 0x00000aa9u, 0x00000ad5u, 0x00000ac6u, 0x000200f9u, 0x00000a6fu, - 0x000200f8u, 0x00000a6fu, 0x000700f5u, 0x00000008u, 0x000014d7u, 0x00001217u, 0x00000a6cu, 0x000014ddu, - 0x00000adcu, 0x000700f5u, 0x00000008u, 0x00001499u, 0x00001214u, 0x00000a6cu, 0x0000149fu, 0x00000adcu, - 0x000200f9u, 0x0000089eu, 0x000200f8u, 0x0000089eu, 0x000700f5u, 0x00000014u, 0x0000163fu, 0x00001640u, - 0x000008a9u, 0x0000162fu, 0x00000a6fu, 0x000700f5u, 0x00000014u, 0x000015c2u, 0x000012f9u, 0x00000a6fu, - 0x000015cau, 0x000008a9u, 0x000700f5u, 0x00000008u, 0x000015a7u, 0x000012ceu, 0x00000a6fu, 0x000015afu, - 0x000008a9u, 0x000700f5u, 0x00000008u, 0x0000158cu, 0x000012a4u, 0x00000a6fu, 0x00001594u, 0x000008a9u, - 0x000700f5u, 0x00000014u, 0x00001564u, 0x00001285u, 0x00000a6fu, 0x0000156cu, 0x000008a9u, 0x000700f5u, - 0x00000008u, 0x0000153cu, 0x00001267u, 0x00000a6fu, 0x00001544u, 0x000008a9u, 0x000700f5u, 0x00000008u, - 0x00001514u, 0x0000124au, 0x00000a6fu, 0x0000151cu, 0x000008a9u, 0x000700f5u, 0x00000008u, 0x000014d6u, - 0x000014d7u, 0x00000a6fu, 0x000014deu, 0x000008a9u, 0x000700f5u, 0x00000008u, 0x00001498u, 0x00001499u, - 0x00000a6fu, 0x000014a0u, 0x000008a9u, 0x000700f5u, 0x00000014u, 0x0000145au, 0x0000120bu, 0x00000a6fu, - 0x00001462u, 0x000008a9u, 0x000700f5u, 0x0000002cu, 0x000013dau, 0x000013d8u, 0x00000a6fu, 0x000013e2u, - 0x000008a9u, 0x000700f5u, 0x0000002cu, 0x000013bdu, 0x000013bfu, 0x00000a6fu, 0x000013c1u, 0x000008a9u, - 0x000200f9u, 0x00000898u, 0x000200f8u, 0x00000898u, 0x000700f5u, 0x00000014u, 0x0000163eu, 0x0000162fu, - 0x0000086cu, 0x0000163fu, 0x0000089eu, 0x000700f5u, 0x00000014u, 0x000015c1u, 0x000012f9u, 0x0000086cu, - 0x000015c2u, 0x0000089eu, 0x000700f5u, 0x00000008u, 0x000015a6u, 0x000012ceu, 0x0000086cu, 0x000015a7u, - 0x0000089eu, 0x000700f5u, 0x00000008u, 0x0000158bu, 0x000012a4u, 0x0000086cu, 0x0000158cu, 0x0000089eu, - 0x000700f5u, 0x00000014u, 0x00001563u, 0x00001285u, 0x0000086cu, 0x00001564u, 0x0000089eu, 0x000700f5u, - 0x00000008u, 0x0000153bu, 0x00001267u, 0x0000086cu, 0x0000153cu, 0x0000089eu, 0x000700f5u, 0x00000008u, - 0x00001513u, 0x0000124au, 0x0000086cu, 0x00001514u, 0x0000089eu, 0x000700f5u, 0x00000008u, 0x000014d5u, - 0x00001217u, 0x0000086cu, 0x000014d6u, 0x0000089eu, 0x000700f5u, 0x00000008u, 0x00001497u, 0x00001214u, - 0x0000086cu, 0x00001498u, 0x0000089eu, 0x000700f5u, 0x00000014u, 0x00001459u, 0x0000120bu, 0x0000086cu, - 0x0000145au, 0x0000089eu, 0x000700f5u, 0x0000002cu, 0x000013d9u, 0x000013d8u, 0x0000086cu, 0x000013dau, - 0x0000089eu, 0x000700f5u, 0x0000002cu, 0x000013bcu, 0x000013bbu, 0x0000086cu, 0x000013bdu, 0x0000089eu, - 0x00050080u, 0x00000006u, 0x000008e2u, 0x00001207u, 0x000000afu, 0x000200f9u, 0x0000086eu, 0x000200f8u, - 0x0000086eu, 0x000200f9u, 0x0000086bu, 0x000200f8u, 0x0000086du, 0x000200f9u, 0x0000084au, 0x000200f8u, - 0x0000084au, 0x000200f9u, 0x00000847u, 0x000200f8u, 0x00000849u, 0x0003003eu, 0x000008e3u, 0x00000839u, - 0x000300f7u, 0x0000104eu, 0x00000000u, 0x000400fau, 0x00000956u, 0x00001022u, 0x0000104eu, 0x000200f8u, - 0x00001022u, 0x000500c2u, 0x00000006u, 0x00001024u, 0x0000083cu, 0x000004a1u, 0x0004003du, 0x0000006bu, - 0x00001025u, 0x000008e3u, 0x00050050u, 0x0000006bu, 0x00001026u, 0x00000605u, 0x00000605u, 0x000500c7u, - 0x0000006bu, 0x00001027u, 0x00001025u, 0x00001026u, 0x0003003eu, 0x00001012u, 0x00001027u, 0x00050050u, - 0x0000002eu, 0x00001029u, 0x000004a1u, 0x000004a1u, 0x000500c2u, 0x0000006bu, 0x0000102au, 0x00001025u, - 0x00001029u, 0x0003003eu, 0x000008e3u, 0x0000102au, 0x00050041u, 0x00000007u, 0x0000102bu, 0x00001012u, - 0x000001dau, 0x0004003du, 0x00000006u, 0x0000102cu, 0x0000102bu, 0x00050084u, 0x00000006u, 0x0000102du, - 0x0000102cu, 0x0000060eu, 0x00050041u, 0x00000007u, 0x0000102eu, 0x00001012u, 0x000001b8u, 0x0004003du, - 0x00000006u, 0x0000102fu, 0x0000102eu, 0x00050080u, 0x00000006u, 0x00001030u, 0x0000102du, 0x0000102fu, - 0x00050041u, 0x00000007u, 0x00001033u, 0x000008e3u, 0x000001dau, 0x0004003du, 0x00000006u, 0x00001034u, - 0x00001033u, 0x00050084u, 0x00000006u, 0x00001035u, 0x00001024u, 0x00001034u, 0x00050080u, 0x00000006u, - 0x00001036u, 0x00000842u, 0x00001035u, 0x00050041u, 0x00000007u, 0x00001037u, 0x000008e3u, 0x000001b8u, - 0x0004003du, 0x00000006u, 0x00001038u, 0x00001037u, 0x00050080u, 0x00000006u, 0x00001039u, 0x00001036u, - 0x00001038u, 0x000300f7u, 0x00001121u, 0x00000000u, 0x000400fau, 0x000011cdu, 0x00001058u, 0x00001121u, - 0x000200f8u, 0x00001058u, 0x000300f7u, 0x00001120u, 0x00000000u, 0x000d00fbu, 0x00000367u, 0x00001120u, - 0x00000000u, 0x00001059u, 0x00000001u, 0x00001076u, 0x00000002u, 0x00001097u, 0x00000003u, 0x000010ccu, - 0x00000004u, 0x000010efu, 0x000200f8u, 0x000010efu, 0x000500c7u, 0x00000006u, 0x000010f1u, 0x00001039u, - 0x000003ddu, 0x00050084u, 0x00000006u, 0x000010f3u, 0x00001030u, 0x00000534u, 0x00050080u, 0x00000006u, - 0x000010f5u, 0x000010f1u, 0x000010f3u, 0x0004003du, 0x00000009u, 0x000010f6u, 0x00000381u, 0x0004007cu, - 0x000000abu, 0x000010f7u, 0x000010f6u, 0x0003003eu, 0x00001054u, 0x000010f7u, 0x00050041u, 0x00000007u, - 0x000010f8u, 0x00001054u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x000010f9u, 0x000010f8u, 0x000500c4u, - 0x00000006u, 0x000010fau, 0x000010f9u, 0x000003efu, 0x00050041u, 0x00000007u, 0x000010fbu, 0x00001054u, - 0x000001dau, 0x0004003du, 0x00000006u, 0x000010fcu, 0x000010fbu, 0x000500c4u, 0x00000006u, 0x000010fdu, - 0x000010fcu, 0x000003f0u, 0x000500c5u, 0x00000006u, 0x000010feu, 0x000010fau, 0x000010fdu, 0x00050041u, - 0x00000007u, 0x000010ffu, 0x00001054u, 0x00000193u, 0x0004003du, 0x00000006u, 0x00001100u, 0x000010ffu, - 0x000500c4u, 0x00000006u, 0x00001101u, 0x00001100u, 0x000003a7u, 0x000500c5u, 0x00000006u, 0x00001102u, - 0x000010feu, 0x00001101u, 0x00050041u, 0x00000007u, 0x00001103u, 0x00001054u, 0x000001e0u, 0x0004003du, - 0x00000006u, 0x00001104u, 0x00001103u, 0x000500c4u, 0x00000006u, 0x00001105u, 0x00001104u, 0x000001b8u, - 0x000500c5u, 0x00000006u, 0x00001106u, 0x00001102u, 0x00001105u, 0x00060041u, 0x000000e6u, 0x00001109u, - 0x000003e9u, 0x0000009cu, 0x000010f5u, 0x0003003eu, 0x00001109u, 0x00001106u, 0x00050084u, 0x00000006u, - 0x0000110bu, 0x00000193u, 0x000010f5u, 0x00050041u, 0x00000016u, 0x0000110cu, 0x00000381u, 0x000001dau, - 0x0004003du, 0x00000008u, 0x0000110du, 0x0000110cu, 0x000500c7u, 0x00000008u, 0x0000110eu, 0x0000110du, - 0x000000afu, 0x00050084u, 0x00000008u, 0x0000110fu, 0x0000110eu, 0x000000bbu, 0x00040071u, 0x0000009du, - 0x00001110u, 0x0000110fu, 0x00060041u, 0x000000f2u, 0x00001111u, 0x00000388u, 0x0000009cu, 0x0000110bu, - 0x0003003eu, 0x00001111u, 0x00001110u, 0x00050080u, 0x00000006u, 0x00001114u, 0x0000110bu, 0x000001dau, - 0x00050041u, 0x00000016u, 0x00001115u, 0x00000381u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00001116u, - 0x00001115u, 0x000500c7u, 0x00000008u, 0x00001117u, 0x00001116u, 0x000000afu, 0x00050084u, 0x00000008u, - 0x00001118u, 0x00001117u, 0x000000bbu, 0x00040071u, 0x0000009du, 0x00001119u, 0x00001118u, 0x00060041u, - 0x000000f2u, 0x0000111au, 0x00000388u, 0x0000009cu, 0x00001114u, 0x0003003eu, 0x0000111au, 0x00001119u, - 0x000300f7u, 0x0000111fu, 0x00000000u, 0x000400fau, 0x000004a3u, 0x0000111bu, 0x0000111fu, 0x000200f8u, - 0x0000111bu, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, 0x0000111du, 0x000010f5u, - 0x00000562u, 0x00060041u, 0x000000e6u, 0x0000111eu, 0x000003e9u, 0x0000009cu, 0x0000111du, 0x0003003eu, - 0x0000111eu, 0x00000564u, 0x000200f9u, 0x0000111fu, 0x000200f8u, 0x0000111fu, 0x000200f9u, 0x00001120u, - 0x000200f8u, 0x000010ccu, 0x000500c7u, 0x00000006u, 0x000010ceu, 0x00001039u, 0x00000391u, 0x00050084u, - 0x00000006u, 0x000010d0u, 0x00001030u, 0x0000050du, 0x00050080u, 0x00000006u, 0x000010d2u, 0x000010ceu, - 0x000010d0u, 0x0004003du, 0x00000009u, 0x000010d3u, 0x00000381u, 0x0007004fu, 0x0000002eu, 0x000010d4u, - 0x000010d3u, 0x000010d3u, 0x00000000u, 0x00000003u, 0x0004007cu, 0x0000006bu, 0x000010d5u, 0x000010d4u, - 0x0003003eu, 0x00001052u, 0x000010d5u, 0x00050041u, 0x00000007u, 0x000010d6u, 0x00001052u, 0x000001b8u, - 0x0004003du, 0x00000006u, 0x000010d7u, 0x000010d6u, 0x000500c4u, 0x00000006u, 0x000010d8u, 0x000010d7u, - 0x000003a7u, 0x00050041u, 0x00000007u, 0x000010d9u, 0x00001052u, 0x000001dau, 0x0004003du, 0x00000006u, - 0x000010dau, 0x000010d9u, 0x000500c5u, 0x00000006u, 0x000010dbu, 0x000010d8u, 0x000010dau, 0x000500c6u, - 0x00000006u, 0x000010ddu, 0x000010d2u, 0x000001dau, 0x00040071u, 0x0000009fu, 0x000010dfu, 0x000010dbu, - 0x00060041u, 0x000000ebu, 0x000010e0u, 0x0000039du, 0x0000009cu, 0x000010ddu, 0x0003003eu, 0x000010e0u, - 0x000010dfu, 0x0004003du, 0x00000006u, 0x000010e3u, 0x000010d9u, 0x000500c7u, 0x00000006u, 0x000010e4u, - 0x000010e3u, 0x000001dau, 0x00050084u, 0x00000006u, 0x000010e5u, 0x000010e4u, 0x000001e0u, 0x00040071u, - 0x0000009du, 0x000010e6u, 0x000010e5u, 0x00060041u, 0x000000f2u, 0x000010e7u, 0x00000388u, 0x0000009cu, - 0x000010d2u, 0x0003003eu, 0x000010e7u, 0x000010e6u, 0x000300f7u, 0x000010eeu, 0x00000000u, 0x000400fau, - 0x000004a3u, 0x000010e8u, 0x000010eeu, 0x000200f8u, 0x000010e8u, 0x000300e1u, 0x000001dau, 0x000004a6u, - 0x00050080u, 0x00000006u, 0x000010ebu, 0x000010ddu, 0x0000052cu, 0x00040071u, 0x0000009fu, 0x000010ecu, - 0x00000506u, 0x00060041u, 0x000000ebu, 0x000010edu, 0x0000039du, 0x0000009cu, 0x000010ebu, 0x0003003eu, - 0x000010edu, 0x000010ecu, 0x000200f9u, 0x000010eeu, 0x000200f8u, 0x000010eeu, 0x000200f9u, 0x00001120u, - 0x000200f8u, 0x00001097u, 0x000500c7u, 0x00000006u, 0x00001099u, 0x00001039u, 0x00000391u, 0x00050084u, - 0x00000006u, 0x0000109bu, 0x00001030u, 0x000004d1u, 0x00050080u, 0x00000006u, 0x0000109du, 0x00001099u, - 0x0000109bu, 0x0004003du, 0x00000009u, 0x0000109eu, 0x00000381u, 0x0004007cu, 0x000000abu, 0x0000109fu, - 0x0000109eu, 0x0003003eu, 0x0000104fu, 0x0000109fu, 0x0008004fu, 0x000003a3u, 0x000010a1u, 0x0000109fu, - 0x0000109fu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x000003a3u, 0x000010a3u, 0x000010a1u, - 0x0000161cu, 0x00050041u, 0x00000007u, 0x000010a4u, 0x0000104fu, 0x000001b8u, 0x00050051u, 0x00000006u, - 0x000010a5u, 0x000010a3u, 0x00000000u, 0x0003003eu, 0x000010a4u, 0x000010a5u, 0x00050041u, 0x00000007u, - 0x000010a6u, 0x0000104fu, 0x000001dau, 0x00050051u, 0x00000006u, 0x000010a7u, 0x000010a3u, 0x00000001u, - 0x0003003eu, 0x000010a6u, 0x000010a7u, 0x00050041u, 0x00000007u, 0x000010a8u, 0x0000104fu, 0x00000193u, - 0x00050051u, 0x00000006u, 0x000010a9u, 0x000010a3u, 0x00000002u, 0x0003003eu, 0x000010a8u, 0x000010a9u, - 0x00050041u, 0x00000007u, 0x000010aau, 0x0000104fu, 0x000001e0u, 0x0004003du, 0x00000006u, 0x000010abu, - 0x000010aau, 0x000500c2u, 0x00000006u, 0x000010acu, 0x000010abu, 0x00000448u, 0x0004003du, 0x00000006u, - 0x000010aeu, 0x000010a4u, 0x000500c4u, 0x00000006u, 0x000010afu, 0x000010aeu, 0x000003a7u, 0x0004003du, - 0x00000006u, 0x000010b1u, 0x000010a6u, 0x000500c4u, 0x00000006u, 0x000010b2u, 0x000010b1u, 0x000001e0u, - 0x000500c5u, 0x00000006u, 0x000010b3u, 0x000010afu, 0x000010b2u, 0x0004003du, 0x00000006u, 0x000010b5u, - 0x000010a8u, 0x000500c2u, 0x00000006u, 0x000010b6u, 0x000010b5u, 0x00000193u, 0x000500c5u, 0x00000006u, - 0x000010b7u, 0x000010b3u, 0x000010b6u, 0x000500c2u, 0x00000006u, 0x000010b9u, 0x000010acu, 0x00000193u, - 0x000500c5u, 0x00000006u, 0x000010bau, 0x000010b7u, 0x000010b9u, 0x000500c6u, 0x00000006u, 0x000010bcu, - 0x0000109du, 0x000001dau, 0x00040071u, 0x0000009fu, 0x000010beu, 0x000010bau, 0x00060041u, 0x000000ebu, - 0x000010bfu, 0x0000039du, 0x0000009cu, 0x000010bcu, 0x0003003eu, 0x000010bfu, 0x000010beu, 0x000500c7u, - 0x00000006u, 0x000010c2u, 0x000010acu, 0x000001e0u, 0x00040071u, 0x0000009du, 0x000010c3u, 0x000010c2u, - 0x00060041u, 0x000000f2u, 0x000010c4u, 0x00000388u, 0x0000009cu, 0x0000109du, 0x0003003eu, 0x000010c4u, - 0x000010c3u, 0x000300f7u, 0x000010cbu, 0x00000000u, 0x000400fau, 0x000004a3u, 0x000010c5u, 0x000010cbu, - 0x000200f8u, 0x000010c5u, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, 0x000010c8u, - 0x000010bcu, 0x00000504u, 0x00040071u, 0x0000009fu, 0x000010c9u, 0x00000506u, 0x00060041u, 0x000000ebu, - 0x000010cau, 0x0000039du, 0x0000009cu, 0x000010c8u, 0x0003003eu, 0x000010cau, 0x000010c9u, 0x000200f9u, - 0x000010cbu, 0x000200f8u, 0x000010cbu, 0x000200f9u, 0x00001120u, 0x000200f8u, 0x00001076u, 0x000500c7u, - 0x00000006u, 0x00001078u, 0x00001039u, 0x0000036eu, 0x00050084u, 0x00000006u, 0x0000107au, 0x00001030u, - 0x0000036du, 0x00050080u, 0x00000006u, 0x0000107cu, 0x00001078u, 0x0000107au, 0x000500c6u, 0x00000006u, - 0x0000107eu, 0x0000107cu, 0x000001e0u, 0x00050041u, 0x00000016u, 0x0000107fu, 0x00000381u, 0x000001b8u, - 0x0004003du, 0x00000008u, 0x00001080u, 0x0000107fu, 0x00040071u, 0x0000009du, 0x00001081u, 0x00001080u, - 0x00060041u, 0x000000f2u, 0x00001082u, 0x00000379u, 0x0000009cu, 0x0000107eu, 0x0003003eu, 0x00001082u, - 0x00001081u, 0x000500c7u, 0x00000006u, 0x00001084u, 0x0000107cu, 0x000001dau, 0x000500abu, 0x0000002cu, - 0x00001085u, 0x00001084u, 0x000001b8u, 0x000300f7u, 0x0000108fu, 0x00000000u, 0x000400fau, 0x00001085u, - 0x00001086u, 0x0000108fu, 0x000200f8u, 0x00001086u, 0x000500c2u, 0x00000006u, 0x00001088u, 0x0000107cu, - 0x000001dau, 0x0004003du, 0x00000008u, 0x0000108au, 0x0000107fu, 0x000500c7u, 0x00000008u, 0x0000108bu, - 0x0000108au, 0x000000afu, 0x00050084u, 0x00000008u, 0x0000108cu, 0x0000108bu, 0x000000bbu, 0x00040071u, - 0x0000009du, 0x0000108du, 0x0000108cu, 0x00060041u, 0x000000f2u, 0x0000108eu, 0x00000388u, 0x0000009cu, - 0x00001088u, 0x0003003eu, 0x0000108eu, 0x0000108du, 0x000200f9u, 0x0000108fu, 0x000200f8u, 0x0000108fu, - 0x000300f7u, 0x00001096u, 0x00000000u, 0x000400fau, 0x000004a3u, 0x00001090u, 0x00001096u, 0x000200f8u, - 0x00001090u, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, 0x00001093u, 0x0000107eu, - 0x0000036du, 0x00040071u, 0x0000009du, 0x00001094u, 0x000003d5u, 0x00060041u, 0x000000f2u, 0x00001095u, - 0x00000379u, 0x0000009cu, 0x00001093u, 0x0003003eu, 0x00001095u, 0x00001094u, 0x000200f9u, 0x00001096u, - 0x000200f8u, 0x00001096u, 0x000200f9u, 0x00001120u, 0x000200f8u, 0x00001059u, 0x000500c7u, 0x00000006u, - 0x0000105bu, 0x00001039u, 0x0000036eu, 0x00050084u, 0x00000006u, 0x0000105du, 0x00001030u, 0x0000036du, - 0x00050080u, 0x00000006u, 0x0000105fu, 0x0000105bu, 0x0000105du, 0x000500c6u, 0x00000006u, 0x00001061u, - 0x0000105fu, 0x000001e0u, 0x00040071u, 0x0000009du, 0x00001062u, 0x000001b8u, 0x00060041u, 0x000000f2u, - 0x00001063u, 0x00000379u, 0x0000009cu, 0x00001061u, 0x0003003eu, 0x00001063u, 0x00001062u, 0x000500c7u, - 0x00000006u, 0x00001065u, 0x0000105fu, 0x000001dau, 0x000500abu, 0x0000002cu, 0x00001066u, 0x00001065u, - 0x000001b8u, 0x000300f7u, 0x0000106eu, 0x00000000u, 0x000400fau, 0x00001066u, 0x00001067u, 0x0000106eu, - 0x000200f8u, 0x00001067u, 0x000500c2u, 0x00000006u, 0x00001069u, 0x0000105fu, 0x000001dau, 0x00050041u, - 0x00000016u, 0x0000106au, 0x00000381u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x0000106bu, 0x0000106au, - 0x00040071u, 0x0000009du, 0x0000106cu, 0x0000106bu, 0x00060041u, 0x000000f2u, 0x0000106du, 0x00000388u, - 0x0000009cu, 0x00001069u, 0x0003003eu, 0x0000106du, 0x0000106cu, 0x000200f9u, 0x0000106eu, 0x000200f8u, - 0x0000106eu, 0x000300f7u, 0x00001075u, 0x00000000u, 0x000400fau, 0x000004a3u, 0x0000106fu, 0x00001075u, - 0x000200f8u, 0x0000106fu, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, 0x00001072u, - 0x00001061u, 0x0000036du, 0x00040071u, 0x0000009du, 0x00001073u, 0x000003d5u, 0x00060041u, 0x000000f2u, - 0x00001074u, 0x00000379u, 0x0000009cu, 0x00001072u, 0x0003003eu, 0x00001074u, 0x00001073u, 0x000200f9u, - 0x00001075u, 0x000200f8u, 0x00001075u, 0x000200f9u, 0x00001120u, 0x000200f8u, 0x00001120u, 0x000200f9u, - 0x00001121u, 0x000200f8u, 0x00001121u, 0x0004003du, 0x00000006u, 0x00001040u, 0x00001033u, 0x00050084u, - 0x00000006u, 0x00001041u, 0x00001024u, 0x00001040u, 0x00050080u, 0x00000006u, 0x00001042u, 0x00000845u, - 0x00001041u, 0x0004003du, 0x00000006u, 0x00001044u, 0x00001037u, 0x00050080u, 0x00000006u, 0x00001045u, - 0x00001042u, 0x00001044u, 0x000300f7u, 0x00001142u, 0x00000000u, 0x000400fau, 0x00000569u, 0x00001123u, - 0x00001142u, 0x000200f8u, 0x00001123u, 0x000300f7u, 0x00001141u, 0x00000000u, 0x000400fau, 0x000011d4u, - 0x00001125u, 0x00001141u, 0x000200f8u, 0x00001125u, 0x000500c7u, 0x00000006u, 0x00001127u, 0x00001045u, - 0x00000391u, 0x00050084u, 0x00000006u, 0x00001129u, 0x00001030u, 0x00000573u, 0x00050080u, 0x00000006u, - 0x0000112bu, 0x00001127u, 0x00001129u, 0x000500c6u, 0x00000006u, 0x0000112du, 0x0000112bu, 0x000001dau, - 0x000500c4u, 0x00000008u, 0x0000112fu, 0x000011e1u, 0x000000b5u, 0x000500c3u, 0x00000008u, 0x00001131u, - 0x000011edu, 0x000000b5u, 0x000500c5u, 0x00000008u, 0x00001132u, 0x0000112fu, 0x00001131u, 0x00040071u, - 0x0000009fu, 0x00001133u, 0x00001132u, 0x00060041u, 0x000000ebu, 0x00001134u, 0x0000039du, 0x0000009cu, - 0x0000112du, 0x0003003eu, 0x00001134u, 0x00001133u, 0x000500c7u, 0x00000008u, 0x00001137u, 0x000011edu, - 0x000000bbu, 0x00040071u, 0x0000009du, 0x00001138u, 0x00001137u, 0x00060041u, 0x000000f2u, 0x00001139u, - 0x00000388u, 0x0000009cu, 0x0000112bu, 0x0003003eu, 0x00001139u, 0x00001138u, 0x000300f7u, 0x00001140u, - 0x00000000u, 0x000400fau, 0x000004a3u, 0x0000113au, 0x00001140u, 0x000200f8u, 0x0000113au, 0x000300e1u, - 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, 0x0000113du, 0x0000112du, 0x00000589u, 0x00040071u, - 0x0000009fu, 0x0000113eu, 0x00000506u, 0x00060041u, 0x000000ebu, 0x0000113fu, 0x0000039du, 0x0000009cu, - 0x0000113du, 0x0003003eu, 0x0000113fu, 0x0000113eu, 0x000200f9u, 0x00001140u, 0x000200f8u, 0x00001140u, - 0x000200f9u, 0x00001141u, 0x000200f8u, 0x00001141u, 0x000200f9u, 0x00001142u, 0x000200f8u, 0x00001142u, - 0x000300f7u, 0x0000104du, 0x00000000u, 0x000400fau, 0x00000631u, 0x00001049u, 0x0000104du, 0x000200f8u, - 0x00001049u, 0x0004003du, 0x0000006bu, 0x0000104au, 0x000008e3u, 0x0003003eu, 0x00001019u, 0x0000104au, - 0x00050041u, 0x00000007u, 0x00001147u, 0x00001019u, 0x000001dau, 0x0004003du, 0x00000006u, 0x00001148u, - 0x00001147u, 0x000500c2u, 0x00000006u, 0x00001149u, 0x00001148u, 0x00000193u, 0x00050080u, 0x00000006u, - 0x0000114bu, 0x00001024u, 0x000001e0u, 0x000500c2u, 0x00000006u, 0x0000114cu, 0x0000114bu, 0x00000193u, - 0x00050084u, 0x00000006u, 0x0000114du, 0x00001149u, 0x0000114cu, 0x00050041u, 0x00000007u, 0x0000114eu, - 0x00001019u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x0000114fu, 0x0000114eu, 0x000500c2u, 0x00000006u, - 0x00001150u, 0x0000114fu, 0x00000193u, 0x00050080u, 0x00000006u, 0x00001151u, 0x0000114du, 0x00001150u, - 0x000500c7u, 0x0000006bu, 0x00001154u, 0x0000104au, 0x0000161du, 0x0003003eu, 0x00001144u, 0x00001154u, - 0x000600a9u, 0x00000006u, 0x00001156u, 0x000011cdu, 0x000001dau, 0x000001b8u, 0x000600a9u, 0x00000006u, - 0x00001158u, 0x000011d4u, 0x000001dau, 0x000001b8u, 0x00050084u, 0x00000006u, 0x00001159u, 0x00000193u, - 0x00001158u, 0x00050080u, 0x00000006u, 0x0000115au, 0x00001156u, 0x00001159u, 0x00050041u, 0x00000007u, - 0x0000115bu, 0x00001144u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x0000115cu, 0x0000115bu, 0x00050041u, - 0x00000007u, 0x0000115du, 0x00001144u, 0x000001dau, 0x0004003du, 0x00000006u, 0x0000115eu, 0x0000115du, - 0x00050084u, 0x00000006u, 0x0000115fu, 0x0000115eu, 0x00000415u, 0x00050080u, 0x00000006u, 0x00001160u, - 0x0000115cu, 0x0000115fu, 0x00050084u, 0x00000006u, 0x00001161u, 0x00000193u, 0x00001160u, 0x000500c4u, - 0x00000006u, 0x00001163u, 0x0000115au, 0x00001161u, 0x000500abu, 0x0000002cu, 0x00001165u, 0x00001163u, - 0x000001b8u, 0x000300f7u, 0x0000116cu, 0x00000000u, 0x000400fau, 0x00001165u, 0x00001166u, 0x0000116cu, - 0x000200f8u, 0x00001166u, 0x00050080u, 0x00000006u, 0x00001168u, 0x000005f1u, 0x00001151u, 0x00060041u, - 0x000000e6u, 0x00001169u, 0x000003e9u, 0x0000009cu, 0x00001168u, 0x000700f1u, 0x00000006u, 0x0000116bu, - 0x00001169u, 0x000001dau, 0x000001b8u, 0x00001163u, 0x000200f9u, 0x0000116cu, 0x000200f8u, 0x0000116cu, - 0x000200f9u, 0x0000104du, 0x000200f8u, 0x0000104du, 0x000200f9u, 0x0000104eu, 0x000200f8u, 0x0000104eu, - 0x000200f9u, 0x00000941u, 0x000200f8u, 0x00000941u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, - 0x000d000au, 0x00001687u, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x0000002eu, 0x00020011u, - 0x0000003du, 0x00020011u, 0x0000003fu, 0x00020011u, 0x00000040u, 0x00020011u, 0x00001151u, 0x00020011u, - 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, - 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, - 0x00000001u, 0x0008000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x0000080fu, 0x00000819u, - 0x00000895u, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, - 0x000000a2u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000000a2u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x000000a2u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000000a2u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000000a2u, 0x00000004u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x000000a2u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000000a2u, 0x00000006u, - 0x00000023u, 0x00000018u, 0x00050048u, 0x000000a2u, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00050048u, - 0x000000a2u, 0x00000008u, 0x00000023u, 0x00000020u, 0x00050048u, 0x000000a2u, 0x00000009u, 0x00000023u, - 0x00000024u, 0x00050048u, 0x000000a2u, 0x0000000au, 0x00000023u, 0x00000028u, 0x00050048u, 0x000000a2u, - 0x0000000bu, 0x00000023u, 0x0000002cu, 0x00050048u, 0x000000a2u, 0x0000000cu, 0x00000023u, 0x0000002eu, - 0x00050048u, 0x000000a2u, 0x0000000du, 0x00000023u, 0x0000002fu, 0x00050048u, 0x000000a2u, 0x0000000eu, - 0x00000023u, 0x00000030u, 0x00040047u, 0x000000a3u, 0x00000006u, 0x00000038u, 0x00040048u, 0x000000a4u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000000a4u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000000a4u, 0x00000002u, 0x00040047u, 0x000000a6u, 0x00000022u, 0x00000001u, 0x00040047u, 0x000000a6u, - 0x00000021u, 0x00000002u, 0x00050048u, 0x00000106u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000106u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000106u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x00000106u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000106u, - 0x00000004u, 0x00000023u, 0x0000000du, 0x00050048u, 0x00000106u, 0x00000005u, 0x00000023u, 0x0000000eu, - 0x00050048u, 0x00000106u, 0x00000006u, 0x00000023u, 0x0000000fu, 0x00040047u, 0x00000107u, 0x00000006u, - 0x00000010u, 0x00040048u, 0x00000108u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000108u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00000108u, 0x00000002u, 0x00040047u, 0x0000010au, 0x00000022u, - 0x00000001u, 0x00040047u, 0x0000010au, 0x00000021u, 0x00000005u, 0x00040047u, 0x00000259u, 0x00000022u, - 0x00000001u, 0x00040047u, 0x00000259u, 0x00000021u, 0x0000000au, 0x00040047u, 0x00000367u, 0x00000001u, - 0x00000001u, 0x00040047u, 0x0000036du, 0x00000001u, 0x00000000u, 0x00040047u, 0x00000376u, 0x00000006u, - 0x00000001u, 0x00050048u, 0x00000377u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000377u, - 0x00000002u, 0x00040047u, 0x00000379u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000379u, 0x00000021u, - 0x00000000u, 0x00040047u, 0x00000385u, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000386u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00000386u, 0x00000002u, 0x00040047u, 0x00000388u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x00000388u, 0x00000021u, 0x00000001u, 0x00040047u, 0x0000039au, 0x00000006u, - 0x00000002u, 0x00050048u, 0x0000039bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000039bu, - 0x00000002u, 0x00040047u, 0x0000039du, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000039du, 0x00000021u, - 0x00000000u, 0x00040047u, 0x000003e6u, 0x00000006u, 0x00000004u, 0x00050048u, 0x000003e7u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000003e7u, 0x00000002u, 0x00040047u, 0x000003e9u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x000003e9u, 0x00000021u, 0x00000000u, 0x00040047u, 0x0000049eu, 0x00000001u, - 0x00000007u, 0x00040047u, 0x00000568u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000732u, 0x00000006u, - 0x00000001u, 0x00050048u, 0x00000733u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000733u, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000733u, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00040047u, 0x00000734u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000735u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000735u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000735u, 0x00000002u, - 0x00040047u, 0x00000737u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000737u, 0x00000021u, 0x00000006u, - 0x00040047u, 0x0000080fu, 0x0000000bu, 0x0000001cu, 0x00040047u, 0x00000819u, 0x0000000bu, 0x0000001au, - 0x00040047u, 0x00000822u, 0x00000001u, 0x00000006u, 0x00040047u, 0x00000823u, 0x00000001u, 0x00000003u, - 0x00040047u, 0x00000824u, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000825u, 0x0000000bu, 0x00000019u, - 0x00040047u, 0x0000082du, 0x00000001u, 0x00000005u, 0x00040047u, 0x00000832u, 0x00000006u, 0x00000004u, - 0x00040048u, 0x00000833u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000833u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000833u, 0x00000002u, 0x00040047u, 0x00000835u, 0x00000022u, 0x00000001u, - 0x00040047u, 0x00000835u, 0x00000021u, 0x0000000cu, 0x00050048u, 0x00000839u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x00000839u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000839u, - 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00000839u, 0x00000003u, 0x00000023u, 0x0000000cu, - 0x00050048u, 0x00000839u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00030047u, 0x00000839u, 0x00000002u, - 0x00040047u, 0x00000866u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000867u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000867u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000867u, 0x00000002u, - 0x00040047u, 0x00000869u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000869u, 0x00000021u, 0x00000007u, - 0x00040047u, 0x00000870u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000871u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000871u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000871u, 0x00000002u, - 0x00040047u, 0x00000873u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000873u, 0x00000021u, 0x0000000bu, - 0x00040047u, 0x00000895u, 0x0000000bu, 0x0000001du, 0x00040047u, 0x0000089au, 0x00000006u, 0x00000001u, - 0x00040048u, 0x0000089bu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000089bu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x0000089bu, 0x00000002u, 0x00040047u, 0x0000089du, 0x00000022u, 0x00000000u, - 0x00040047u, 0x0000089du, 0x00000021u, 0x00000006u, 0x00040047u, 0x000008b9u, 0x00000006u, 0x00000004u, - 0x00040048u, 0x000008bau, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008bau, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000008bau, 0x00000002u, 0x00040047u, 0x000008bcu, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000008bcu, 0x00000021u, 0x00000003u, 0x00040047u, 0x000008c7u, 0x00000006u, 0x00000004u, - 0x00040048u, 0x000008c8u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008c8u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000008c8u, 0x00000002u, 0x00040047u, 0x000008cau, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000008cau, 0x00000021u, 0x00000003u, 0x00040047u, 0x000008d1u, 0x00000006u, 0x00000004u, - 0x00040048u, 0x000008d2u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008d2u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000008d2u, 0x00000002u, 0x00040047u, 0x000008d4u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000008d4u, 0x00000021u, 0x00000004u, 0x00040047u, 0x000008dau, 0x00000006u, 0x00000001u, - 0x00040048u, 0x000008dbu, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008dbu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000008dbu, 0x00000002u, 0x00040047u, 0x000008ddu, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000008ddu, 0x00000021u, 0x00000005u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, - 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040020u, 0x00000007u, 0x00000007u, - 0x00000006u, 0x00040015u, 0x00000008u, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000009u, 0x00000008u, - 0x00000004u, 0x00040017u, 0x00000014u, 0x00000008u, 0x00000003u, 0x00040020u, 0x00000015u, 0x00000007u, - 0x00000014u, 0x00040020u, 0x00000016u, 0x00000007u, 0x00000008u, 0x00040020u, 0x0000002bu, 0x00000007u, - 0x00000009u, 0x00020014u, 0x0000002cu, 0x00040017u, 0x0000002eu, 0x00000008u, 0x00000002u, 0x00040020u, - 0x0000002fu, 0x00000007u, 0x0000002eu, 0x00040017u, 0x0000006bu, 0x00000006u, 0x00000002u, 0x00040020u, - 0x0000006cu, 0x00000007u, 0x0000006bu, 0x0004002bu, 0x00000008u, 0x0000009cu, 0x00000000u, 0x00040015u, - 0x0000009du, 0x00000008u, 0x00000000u, 0x00040017u, 0x0000009eu, 0x0000009du, 0x00000004u, 0x00040015u, - 0x0000009fu, 0x00000010u, 0x00000000u, 0x00040015u, 0x000000a0u, 0x00000010u, 0x00000001u, 0x00040017u, - 0x000000a1u, 0x000000a0u, 0x00000004u, 0x0011001eu, 0x000000a2u, 0x0000009eu, 0x0000009eu, 0x0000009eu, - 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x0000009eu, 0x00000006u, - 0x0000009fu, 0x0000009du, 0x0000009du, 0x000000a1u, 0x0003001du, 0x000000a3u, 0x000000a2u, 0x0003001eu, - 0x000000a4u, 0x000000a3u, 0x00040020u, 0x000000a5u, 0x0000000cu, 0x000000a4u, 0x0004003bu, 0x000000a5u, - 0x000000a6u, 0x0000000cu, 0x00040020u, 0x000000a8u, 0x0000000cu, 0x0000009eu, 0x00040017u, 0x000000abu, - 0x00000006u, 0x00000004u, 0x0004002bu, 0x00000008u, 0x000000afu, 0x00000001u, 0x0004002bu, 0x00000008u, - 0x000000b5u, 0x00000002u, 0x0004002bu, 0x00000008u, 0x000000bbu, 0x00000003u, 0x0004002bu, 0x00000008u, - 0x000000c1u, 0x00000004u, 0x0004002bu, 0x00000008u, 0x000000c7u, 0x00000005u, 0x0004002bu, 0x00000008u, - 0x000000cdu, 0x00000006u, 0x0004002bu, 0x00000008u, 0x000000d3u, 0x00000007u, 0x0004002bu, 0x00000008u, - 0x000000d9u, 0x00000008u, 0x0004002bu, 0x00000008u, 0x000000dfu, 0x00000009u, 0x0004002bu, 0x00000008u, - 0x000000e5u, 0x0000000au, 0x00040020u, 0x000000e6u, 0x0000000cu, 0x00000006u, 0x0004002bu, 0x00000008u, - 0x000000eau, 0x0000000bu, 0x00040020u, 0x000000ebu, 0x0000000cu, 0x0000009fu, 0x0004002bu, 0x00000008u, - 0x000000f1u, 0x0000000cu, 0x00040020u, 0x000000f2u, 0x0000000cu, 0x0000009du, 0x0009001eu, 0x00000106u, - 0x0000009eu, 0x0000009eu, 0x00000006u, 0x0000009du, 0x0000009du, 0x0000009du, 0x0000009du, 0x0003001du, - 0x00000107u, 0x00000106u, 0x0003001eu, 0x00000108u, 0x00000107u, 0x00040020u, 0x00000109u, 0x0000000cu, - 0x00000108u, 0x0004003bu, 0x00000109u, 0x0000010au, 0x0000000cu, 0x0006002cu, 0x00000014u, 0x00000128u, - 0x0000009cu, 0x000000bbu, 0x000000cdu, 0x0004002bu, 0x00000008u, 0x0000012eu, 0x000000f8u, 0x0004002bu, - 0x00000008u, 0x00000133u, 0x000000ffu, 0x0006002cu, 0x00000014u, 0x00000134u, 0x00000133u, 0x00000133u, - 0x00000133u, 0x0004002bu, 0x00000008u, 0x00000136u, 0x000000f7u, 0x0006002cu, 0x00000014u, 0x00000137u, - 0x00000136u, 0x00000136u, 0x00000136u, 0x00040017u, 0x00000138u, 0x0000002cu, 0x00000003u, 0x0004002bu, - 0x00000008u, 0x00000141u, 0x0000001fu, 0x0004002bu, 0x00000008u, 0x0000015du, 0x000007ffu, 0x0004002bu, - 0x00000008u, 0x00000164u, 0x00040000u, 0x0004002bu, 0x00000008u, 0x00000170u, 0x0003ffffu, 0x0004002bu, - 0x00000008u, 0x00000175u, 0x00000011u, 0x0004002bu, 0x00000006u, 0x00000193u, 0x00000002u, 0x0004002bu, - 0x00000006u, 0x000001b8u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x000001dau, 0x00000001u, 0x0004002bu, - 0x00000006u, 0x000001e0u, 0x00000003u, 0x0004002bu, 0x00000008u, 0x00000222u, 0x0000003cu, 0x00090019u, - 0x00000257u, 0x00000006u, 0x00000005u, 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00040020u, 0x00000258u, 0x00000000u, 0x00000257u, 0x0004003bu, 0x00000258u, 0x00000259u, 0x00000000u, - 0x0004002bu, 0x00000008u, 0x00000295u, 0x0000000fu, 0x0003002au, 0x0000002cu, 0x00000298u, 0x0004002bu, - 0x00000008u, 0x000002a8u, 0x00008000u, 0x0004002bu, 0x00000008u, 0x000002aeu, 0x00000010u, 0x00030029u, - 0x0000002cu, 0x000002b3u, 0x0004002bu, 0x00000008u, 0x000002b4u, 0x0000ffffu, 0x00040032u, 0x00000008u, - 0x00000367u, 0x00000000u, 0x00040032u, 0x00000006u, 0x0000036du, 0x00000000u, 0x00060034u, 0x00000006u, - 0x0000036eu, 0x00000082u, 0x0000036du, 0x000001dau, 0x0003001du, 0x00000376u, 0x0000009du, 0x0003001eu, - 0x00000377u, 0x00000376u, 0x00040020u, 0x00000378u, 0x0000000cu, 0x00000377u, 0x0004003bu, 0x00000378u, - 0x00000379u, 0x0000000cu, 0x0003001du, 0x00000385u, 0x0000009du, 0x0003001eu, 0x00000386u, 0x00000385u, - 0x00040020u, 0x00000387u, 0x0000000cu, 0x00000386u, 0x0004003bu, 0x00000387u, 0x00000388u, 0x0000000cu, - 0x00060034u, 0x00000006u, 0x00000391u, 0x000000c2u, 0x0000036eu, 0x000001dau, 0x00060034u, 0x00000006u, - 0x00000395u, 0x000000c2u, 0x0000036du, 0x000000afu, 0x0003001du, 0x0000039au, 0x0000009fu, 0x0003001eu, - 0x0000039bu, 0x0000039au, 0x00040020u, 0x0000039cu, 0x0000000cu, 0x0000039bu, 0x0004003bu, 0x0000039cu, - 0x0000039du, 0x0000000cu, 0x00040017u, 0x000003a3u, 0x00000006u, 0x00000003u, 0x0004002bu, 0x00000006u, - 0x000003a7u, 0x00000008u, 0x0004002bu, 0x00000006u, 0x000003aeu, 0x000000f8u, 0x00060034u, 0x00000006u, - 0x000003c6u, 0x000000c2u, 0x0000036du, 0x000000afu, 0x0004002bu, 0x00000006u, 0x000003d5u, 0x000000ffu, - 0x00060034u, 0x00000006u, 0x000003ddu, 0x000000c2u, 0x0000036eu, 0x00000193u, 0x00060034u, 0x00000006u, - 0x000003e1u, 0x000000c2u, 0x0000036du, 0x000000b5u, 0x0003001du, 0x000003e6u, 0x00000006u, 0x0003001eu, - 0x000003e7u, 0x000003e6u, 0x00040020u, 0x000003e8u, 0x0000000cu, 0x000003e7u, 0x0004003bu, 0x000003e8u, - 0x000003e9u, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x000003efu, 0x00000018u, 0x0004002bu, 0x00000006u, - 0x000003f0u, 0x00000010u, 0x0007002cu, 0x000000abu, 0x000003f1u, 0x000003efu, 0x000003f0u, 0x000003a7u, - 0x000001b8u, 0x0007002cu, 0x000000abu, 0x000003f3u, 0x000003d5u, 0x000003d5u, 0x000003d5u, 0x000003d5u, - 0x0004002bu, 0x00000006u, 0x00000408u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000415u, 0x00000004u, - 0x0004002bu, 0x00000006u, 0x00000442u, 0x0000000au, 0x0004002bu, 0x00000006u, 0x00000448u, 0x00000005u, - 0x0004002bu, 0x00000006u, 0x00000453u, 0x00000007u, 0x00060034u, 0x00000006u, 0x0000046au, 0x000000c2u, - 0x0000036du, 0x000000afu, 0x00040032u, 0x00000008u, 0x0000049eu, 0x00000000u, 0x00060034u, 0x00000008u, - 0x0000049fu, 0x000000c7u, 0x0000049eu, 0x000000afu, 0x00060034u, 0x0000002cu, 0x000004a0u, 0x000000abu, - 0x0000049fu, 0x0000009cu, 0x00060034u, 0x00000008u, 0x000004a1u, 0x000000c3u, 0x0000049eu, 0x000000afu, - 0x00060034u, 0x0000002cu, 0x000004a2u, 0x000000aau, 0x000004a1u, 0x0000009cu, 0x00060034u, 0x0000002cu, - 0x000004a3u, 0x000000a7u, 0x000004a0u, 0x000004a2u, 0x0004002bu, 0x00000006u, 0x000004a6u, 0x00000048u, - 0x00060034u, 0x00000006u, 0x000004d1u, 0x000000c2u, 0x0000036du, 0x000000afu, 0x00040020u, 0x000004d5u, - 0x00000007u, 0x000000abu, 0x00060034u, 0x00000006u, 0x00000504u, 0x000000c2u, 0x0000036du, 0x000001dau, - 0x0004002bu, 0x00000006u, 0x00000506u, 0x0000ffffu, 0x00060034u, 0x00000006u, 0x0000050du, 0x000000c2u, - 0x0000036du, 0x000000afu, 0x00060034u, 0x00000006u, 0x0000052cu, 0x000000c2u, 0x0000036du, 0x000001dau, - 0x00060034u, 0x00000006u, 0x00000534u, 0x000000c2u, 0x0000036du, 0x000000b5u, 0x00060034u, 0x00000006u, - 0x00000562u, 0x000000c2u, 0x0000036du, 0x00000193u, 0x0004002bu, 0x00000006u, 0x00000564u, 0xffffffffu, - 0x00030031u, 0x0000002cu, 0x00000568u, 0x00050034u, 0x0000002cu, 0x00000569u, 0x000000a8u, 0x00000568u, - 0x00060034u, 0x00000006u, 0x00000573u, 0x000000c2u, 0x0000036du, 0x000000afu, 0x00060034u, 0x00000006u, - 0x00000589u, 0x000000c2u, 0x0000036du, 0x000001dau, 0x00040017u, 0x00000591u, 0x0000002cu, 0x00000002u, - 0x00060034u, 0x00000008u, 0x00000598u, 0x000000c4u, 0x000000afu, 0x000004a1u, 0x00060034u, 0x00000008u, - 0x00000599u, 0x00000082u, 0x00000598u, 0x000000afu, 0x00060034u, 0x00000006u, 0x0000059au, 0x00000080u, - 0x00000599u, 0x000001b8u, 0x00060034u, 0x00000006u, 0x000005a3u, 0x00000080u, 0x00000598u, 0x000001b8u, - 0x00060034u, 0x00000008u, 0x000005fbu, 0x00000084u, 0x00000598u, 0x00000598u, 0x00060034u, 0x00000006u, - 0x000005fcu, 0x00000080u, 0x000005fbu, 0x000001b8u, 0x00060034u, 0x00000006u, 0x000005fdu, 0x000000c2u, - 0x0000036du, 0x000000b5u, 0x00060034u, 0x00000006u, 0x000005feu, 0x00000084u, 0x000005fcu, 0x000005fdu, - 0x00060034u, 0x00000008u, 0x00000612u, 0x00000082u, 0x00000598u, 0x000000afu, 0x00060034u, 0x00000006u, - 0x00000613u, 0x00000080u, 0x00000612u, 0x000001b8u, 0x00060034u, 0x00000006u, 0x0000061cu, 0x00000080u, - 0x00000598u, 0x000001b8u, 0x00060034u, 0x0000002cu, 0x0000063eu, 0x000000abu, 0x000004a1u, 0x0000009cu, - 0x00060034u, 0x0000002cu, 0x0000063fu, 0x000000a7u, 0x000004a0u, 0x0000063eu, 0x0004002bu, 0x00000008u, - 0x0000064eu, 0x000000e0u, 0x0006002cu, 0x00000014u, 0x00000659u, 0x0000009cu, 0x0000009cu, 0x0000009cu, - 0x00060034u, 0x0000002cu, 0x00000672u, 0x000000aau, 0x00000367u, 0x0000009cu, 0x0007002cu, 0x00000009u, - 0x00000683u, 0x0000009cu, 0x0000009cu, 0x0000009cu, 0x0000009cu, 0x0004002bu, 0x00000006u, 0x0000069cu, - 0x000000e0u, 0x0004002bu, 0x00000008u, 0x00000726u, 0x000001ffu, 0x0004001cu, 0x00000732u, 0x0000009du, - 0x000003a7u, 0x0005001eu, 0x00000733u, 0x0000009eu, 0x0000009eu, 0x00000732u, 0x0003001du, 0x00000734u, - 0x00000733u, 0x0003001eu, 0x00000735u, 0x00000734u, 0x00040020u, 0x00000736u, 0x0000000cu, 0x00000735u, - 0x0004003bu, 0x00000736u, 0x00000737u, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x0000075du, 0x00000020u, - 0x0004002bu, 0x00000006u, 0x00000763u, 0x00000040u, 0x0004002bu, 0x00000006u, 0x00000769u, 0x00000080u, - 0x0004002bu, 0x00000006u, 0x0000076fu, 0x00000100u, 0x00040020u, 0x0000080eu, 0x00000001u, 0x000003a3u, - 0x0004003bu, 0x0000080eu, 0x0000080fu, 0x00000001u, 0x00040020u, 0x00000810u, 0x00000001u, 0x00000006u, - 0x0004003bu, 0x0000080eu, 0x00000819u, 0x00000001u, 0x00040032u, 0x00000008u, 0x00000822u, 0x00000400u, - 0x00040032u, 0x00000006u, 0x00000823u, 0x00000001u, 0x00040032u, 0x00000006u, 0x00000824u, 0x00000001u, - 0x00060033u, 0x000003a3u, 0x00000825u, 0x00000823u, 0x00000824u, 0x000001dau, 0x00060034u, 0x00000006u, - 0x00000826u, 0x00000051u, 0x00000825u, 0x00000000u, 0x00060034u, 0x00000008u, 0x00000827u, 0x00000080u, - 0x00000826u, 0x000001b8u, 0x00060034u, 0x00000008u, 0x00000828u, 0x00000087u, 0x00000822u, 0x00000827u, - 0x00040032u, 0x00000008u, 0x0000082du, 0x00000100u, 0x0004002bu, 0x00000008u, 0x0000082eu, 0x00000020u, - 0x00060034u, 0x00000008u, 0x0000082fu, 0x00000087u, 0x0000082du, 0x0000082eu, 0x0003001du, 0x00000832u, - 0x00000006u, 0x0003001eu, 0x00000833u, 0x00000832u, 0x00040020u, 0x00000834u, 0x0000000cu, 0x00000833u, - 0x0004003bu, 0x00000834u, 0x00000835u, 0x0000000cu, 0x0007001eu, 0x00000839u, 0x00000006u, 0x00000006u, - 0x00000006u, 0x00000006u, 0x00000006u, 0x00040020u, 0x0000083au, 0x00000009u, 0x00000839u, 0x0004003bu, - 0x0000083au, 0x0000083bu, 0x00000009u, 0x00040020u, 0x0000083cu, 0x00000009u, 0x00000006u, 0x0003001du, - 0x00000866u, 0x00000006u, 0x0003001eu, 0x00000867u, 0x00000866u, 0x00040020u, 0x00000868u, 0x0000000cu, - 0x00000867u, 0x0004003bu, 0x00000868u, 0x00000869u, 0x0000000cu, 0x0003001du, 0x00000870u, 0x00000006u, - 0x0003001eu, 0x00000871u, 0x00000870u, 0x00040020u, 0x00000872u, 0x0000000cu, 0x00000871u, 0x0004003bu, - 0x00000872u, 0x00000873u, 0x0000000cu, 0x00060034u, 0x00000006u, 0x00000891u, 0x00000051u, 0x00000825u, - 0x00000000u, 0x00060034u, 0x00000006u, 0x00000892u, 0x00000051u, 0x00000825u, 0x00000001u, 0x00060034u, - 0x00000006u, 0x00000893u, 0x00000084u, 0x00000891u, 0x00000892u, 0x0004003bu, 0x00000810u, 0x00000895u, - 0x00000001u, 0x00040015u, 0x00000899u, 0x00000008u, 0x00000001u, 0x0003001du, 0x0000089au, 0x00000899u, - 0x0003001eu, 0x0000089bu, 0x0000089au, 0x00040020u, 0x0000089cu, 0x0000000cu, 0x0000089bu, 0x0004003bu, - 0x0000089cu, 0x0000089du, 0x0000000cu, 0x00040020u, 0x0000089fu, 0x0000000cu, 0x00000899u, 0x0004002bu, - 0x00000008u, 0x000008a8u, 0x00000040u, 0x0003001du, 0x000008b9u, 0x00000006u, 0x0003001eu, 0x000008bau, - 0x000008b9u, 0x00040020u, 0x000008bbu, 0x0000000cu, 0x000008bau, 0x0004003bu, 0x000008bbu, 0x000008bcu, - 0x0000000cu, 0x0003001du, 0x000008c7u, 0x0000009eu, 0x0003001eu, 0x000008c8u, 0x000008c7u, 0x00040020u, - 0x000008c9u, 0x0000000cu, 0x000008c8u, 0x0004003bu, 0x000008c9u, 0x000008cau, 0x0000000cu, 0x0003001du, - 0x000008d1u, 0x00000008u, 0x0003001eu, 0x000008d2u, 0x000008d1u, 0x00040020u, 0x000008d3u, 0x0000000cu, - 0x000008d2u, 0x0004003bu, 0x000008d3u, 0x000008d4u, 0x0000000cu, 0x00040020u, 0x000008d6u, 0x0000000cu, - 0x00000008u, 0x0003001du, 0x000008dau, 0x0000009du, 0x0003001eu, 0x000008dbu, 0x000008dau, 0x00040020u, - 0x000008dcu, 0x0000000cu, 0x000008dbu, 0x0004003bu, 0x000008dcu, 0x000008ddu, 0x0000000cu, 0x00030001u, - 0x00000008u, 0x000011ffu, 0x00030001u, 0x00000014u, 0x0000122cu, 0x00030001u, 0x00000006u, 0x00001355u, - 0x0006002cu, 0x000003a3u, 0x0000163au, 0x000003aeu, 0x000003aeu, 0x000003aeu, 0x0005002cu, 0x0000006bu, - 0x0000163bu, 0x000001e0u, 0x000001e0u, 0x0006002cu, 0x00000014u, 0x0000163cu, 0x0000012eu, 0x0000012eu, - 0x0000012eu, 0x0006002cu, 0x00000014u, 0x0000163du, 0x000000d3u, 0x000000d3u, 0x000000d3u, 0x0006002cu, - 0x00000014u, 0x0000163eu, 0x000000d9u, 0x000000d9u, 0x000000d9u, 0x0006002cu, 0x00000014u, 0x0000163fu, - 0x00000141u, 0x00000141u, 0x00000141u, 0x0006002cu, 0x00000014u, 0x00001640u, 0x000000c7u, 0x000000c7u, - 0x000000c7u, 0x0006002cu, 0x00000014u, 0x00001641u, 0x000000b5u, 0x000000b5u, 0x000000b5u, 0x0006002cu, - 0x00000014u, 0x00001642u, 0x0000015du, 0x0000015du, 0x0000015du, 0x00030001u, 0x00000014u, 0x00001650u, - 0x00040017u, 0x00001681u, 0x0000002cu, 0x00000004u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, - 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x0000002bu, 0x000011c7u, 0x00000007u, 0x0004003bu, - 0x0000002bu, 0x000011c6u, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x000011c5u, 0x00000007u, 0x0004003bu, - 0x0000002bu, 0x000011b9u, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x000011b8u, 0x00000007u, 0x0004003bu, - 0x0000002bu, 0x000011b7u, 0x00000007u, 0x0004003bu, 0x0000002bu, 0x0000119eu, 0x00000007u, 0x0004003bu, - 0x0000002bu, 0x00000381u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00001152u, 0x00000007u, 0x0004003bu, - 0x000004d5u, 0x0000105du, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00001060u, 0x00000007u, 0x0004003bu, - 0x000004d5u, 0x00001062u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00001020u, 0x00000007u, 0x0004003bu, - 0x0000006cu, 0x00001027u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00000fe7u, 0x00000007u, 0x0004003bu, - 0x00000015u, 0x00000e86u, 0x00000007u, 0x0004003bu, 0x00000015u, 0x00000e89u, 0x00000007u, 0x0004003bu, - 0x0000002bu, 0x00000b7au, 0x00000007u, 0x0004003bu, 0x0000002fu, 0x00000b8eu, 0x00000007u, 0x0004003bu, - 0x0000002bu, 0x00000b92u, 0x00000007u, 0x0004003bu, 0x0000002fu, 0x00000b97u, 0x00000007u, 0x0004003bu, - 0x0000002bu, 0x00000b9bu, 0x00000007u, 0x0004003bu, 0x0000002fu, 0x00000ba0u, 0x00000007u, 0x0004003bu, - 0x0000006cu, 0x00000b30u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x00000ab3u, 0x00000007u, 0x0004003bu, - 0x0000006cu, 0x00000957u, 0x00000007u, 0x0004003bu, 0x0000002fu, 0x00000818u, 0x00000007u, 0x0004003bu, - 0x0000006cu, 0x00000845u, 0x00000007u, 0x0004003bu, 0x0000006cu, 0x000008f1u, 0x00000007u, 0x000300f7u, - 0x0000094fu, 0x00000000u, 0x000300fbu, 0x000001b8u, 0x00000950u, 0x000200f8u, 0x00000950u, 0x0004003du, - 0x000003a3u, 0x0000081au, 0x00000819u, 0x0007004fu, 0x0000006bu, 0x0000081bu, 0x0000081au, 0x0000081au, - 0x00000000u, 0x00000001u, 0x0004007cu, 0x0000002eu, 0x0000081cu, 0x0000081bu, 0x0003003eu, 0x00000818u, - 0x0000081cu, 0x00050041u, 0x00000016u, 0x0000081eu, 0x00000818u, 0x000001b8u, 0x0004003du, 0x00000008u, - 0x0000081fu, 0x0000081eu, 0x00050041u, 0x00000016u, 0x00000820u, 0x00000818u, 0x000001dau, 0x0004003du, - 0x00000008u, 0x00000821u, 0x00000820u, 0x00050084u, 0x00000008u, 0x00000829u, 0x00000821u, 0x00000828u, - 0x00050080u, 0x00000008u, 0x0000082au, 0x0000081fu, 0x00000829u, 0x00050084u, 0x00000008u, 0x00000830u, - 0x0000082au, 0x0000082fu, 0x00060041u, 0x000000e6u, 0x00000837u, 0x00000835u, 0x0000009cu, 0x0000082au, - 0x0004003du, 0x00000006u, 0x00000838u, 0x00000837u, 0x00050041u, 0x0000083cu, 0x0000083du, 0x0000083bu, - 0x000000c1u, 0x0004003du, 0x00000006u, 0x0000083eu, 0x0000083du, 0x000500c7u, 0x00000006u, 0x0000083fu, - 0x00000838u, 0x0000083eu, 0x000500aau, 0x0000002cu, 0x00000841u, 0x0000083fu, 0x000001b8u, 0x000300f7u, - 0x00000843u, 0x00000000u, 0x000400fau, 0x00000841u, 0x00000842u, 0x00000843u, 0x000200f8u, 0x00000842u, - 0x000200f9u, 0x0000094fu, 0x000200f8u, 0x00000843u, 0x0004003du, 0x000003a3u, 0x00000846u, 0x0000080fu, - 0x0007004fu, 0x0000006bu, 0x00000847u, 0x00000846u, 0x00000846u, 0x00000000u, 0x00000001u, 0x0003003eu, - 0x00000845u, 0x00000847u, 0x00050041u, 0x0000083cu, 0x00000849u, 0x0000083bu, 0x000000b5u, 0x0004003du, - 0x00000006u, 0x0000084au, 0x00000849u, 0x00050041u, 0x0000083cu, 0x0000084cu, 0x0000083bu, 0x000000bbu, - 0x0004003du, 0x00000006u, 0x0000084du, 0x0000084cu, 0x00050041u, 0x0000083cu, 0x0000084fu, 0x0000083bu, - 0x0000009cu, 0x0004003du, 0x00000006u, 0x00000850u, 0x0000084fu, 0x00050041u, 0x0000083cu, 0x00000852u, - 0x0000083bu, 0x000000afu, 0x0004003du, 0x00000006u, 0x00000853u, 0x00000852u, 0x00050050u, 0x0000006bu, - 0x00000962u, 0x0000084au, 0x0000084du, 0x000500b0u, 0x00000591u, 0x00000963u, 0x00000847u, 0x00000962u, - 0x0004009bu, 0x0000002cu, 0x00000964u, 0x00000963u, 0x000300f7u, 0x0000098du, 0x00000000u, 0x000400fau, - 0x00000964u, 0x00000965u, 0x0000098du, 0x000200f8u, 0x00000965u, 0x0004003du, 0x0000006bu, 0x00000966u, - 0x00000845u, 0x00050050u, 0x0000006bu, 0x00000967u, 0x0000059au, 0x0000059au, 0x000500c7u, 0x0000006bu, - 0x00000968u, 0x00000966u, 0x00000967u, 0x0003003eu, 0x00000957u, 0x00000968u, 0x00050050u, 0x0000002eu, - 0x0000096au, 0x000004a1u, 0x000004a1u, 0x000500c2u, 0x0000006bu, 0x0000096bu, 0x00000966u, 0x0000096au, - 0x0003003eu, 0x00000845u, 0x0000096bu, 0x00050041u, 0x00000007u, 0x0000096cu, 0x00000957u, 0x000001dau, - 0x0004003du, 0x00000006u, 0x0000096du, 0x0000096cu, 0x00050084u, 0x00000006u, 0x0000096eu, 0x0000096du, - 0x000005a3u, 0x00050041u, 0x00000007u, 0x0000096fu, 0x00000957u, 0x000001b8u, 0x0004003du, 0x00000006u, - 0x00000970u, 0x0000096fu, 0x00050080u, 0x00000006u, 0x00000971u, 0x0000096eu, 0x00000970u, 0x000500c2u, - 0x00000006u, 0x00000974u, 0x0000084au, 0x000004a1u, 0x00050041u, 0x00000007u, 0x00000975u, 0x00000845u, - 0x000001dau, 0x0004003du, 0x00000006u, 0x00000976u, 0x00000975u, 0x00050084u, 0x00000006u, 0x00000977u, - 0x00000974u, 0x00000976u, 0x00050080u, 0x00000006u, 0x00000978u, 0x00000850u, 0x00000977u, 0x00050041u, - 0x00000007u, 0x00000979u, 0x00000845u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x0000097au, 0x00000979u, - 0x00050080u, 0x00000006u, 0x0000097bu, 0x00000978u, 0x0000097au, 0x000300f7u, 0x000009f7u, 0x00000000u, - 0x000d00fbu, 0x00000367u, 0x000009f7u, 0x00000000u, 0x00000994u, 0x00000001u, 0x00000994u, 0x00000002u, - 0x000009abu, 0x00000003u, 0x000009d1u, 0x00000004u, 0x000009e8u, 0x000200f8u, 0x000009e8u, 0x000500c7u, - 0x00000006u, 0x000009eau, 0x0000097bu, 0x000003ddu, 0x00050084u, 0x00000006u, 0x000009ecu, 0x00000971u, - 0x000003e1u, 0x00050080u, 0x00000006u, 0x000009eeu, 0x000009eau, 0x000009ecu, 0x00060041u, 0x000000e6u, - 0x000009f0u, 0x000003e9u, 0x0000009cu, 0x000009eeu, 0x0004003du, 0x00000006u, 0x000009f1u, 0x000009f0u, - 0x00070050u, 0x000000abu, 0x000009f3u, 0x000009f1u, 0x000009f1u, 0x000009f1u, 0x000009f1u, 0x000500c2u, - 0x000000abu, 0x000009f4u, 0x000009f3u, 0x000003f1u, 0x000500c7u, 0x000000abu, 0x000009f5u, 0x000009f4u, - 0x000003f3u, 0x0004007cu, 0x00000009u, 0x000009f6u, 0x000009f5u, 0x0003003eu, 0x00000381u, 0x000009f6u, - 0x000200f9u, 0x000009f7u, 0x000200f8u, 0x000009d1u, 0x000500c7u, 0x00000006u, 0x000009d3u, 0x0000097bu, - 0x00000391u, 0x00050084u, 0x00000006u, 0x000009d5u, 0x00000971u, 0x000003c6u, 0x00050080u, 0x00000006u, - 0x000009d7u, 0x000009d3u, 0x000009d5u, 0x000500c6u, 0x00000006u, 0x000009d9u, 0x000009d7u, 0x000001dau, - 0x00060041u, 0x000000ebu, 0x000009dau, 0x0000039du, 0x0000009cu, 0x000009d9u, 0x0004003du, 0x0000009fu, - 0x000009dbu, 0x000009dau, 0x00040071u, 0x00000006u, 0x000009dcu, 0x000009dbu, 0x000500c2u, 0x00000006u, - 0x000009deu, 0x000009dcu, 0x000003a7u, 0x0004007cu, 0x00000008u, 0x000009dfu, 0x000009deu, 0x000500c7u, - 0x00000006u, 0x000009e2u, 0x000009dcu, 0x000003d5u, 0x0004007cu, 0x00000008u, 0x000009e3u, 0x000009e2u, - 0x00070050u, 0x00000009u, 0x000009e7u, 0x000009dfu, 0x000009dfu, 0x000009dfu, 0x000009e3u, 0x0003003eu, - 0x00000381u, 0x000009e7u, 0x000200f9u, 0x000009f7u, 0x000200f8u, 0x000009abu, 0x000500c7u, 0x00000006u, - 0x000009adu, 0x0000097bu, 0x00000391u, 0x00050084u, 0x00000006u, 0x000009afu, 0x00000971u, 0x00000395u, - 0x00050080u, 0x00000006u, 0x000009b1u, 0x000009adu, 0x000009afu, 0x000500c6u, 0x00000006u, 0x000009b3u, - 0x000009b1u, 0x000001dau, 0x00060041u, 0x000000ebu, 0x000009b4u, 0x0000039du, 0x0000009cu, 0x000009b3u, - 0x0004003du, 0x0000009fu, 0x000009b5u, 0x000009b4u, 0x00040071u, 0x00000006u, 0x000009b6u, 0x000009b5u, - 0x000500c2u, 0x00000006u, 0x000009b8u, 0x000009b6u, 0x000003a7u, 0x000500c2u, 0x00000006u, 0x000009bau, - 0x000009b6u, 0x000001e0u, 0x000500c4u, 0x00000006u, 0x000009bcu, 0x000009b6u, 0x00000193u, 0x00060050u, - 0x000003a3u, 0x000009bdu, 0x000009b8u, 0x000009bau, 0x000009bcu, 0x000500c7u, 0x000003a3u, 0x000009bfu, - 0x000009bdu, 0x0000163au, 0x0004007cu, 0x00000014u, 0x000009c1u, 0x000009bfu, 0x00060041u, 0x000000f2u, - 0x000009c3u, 0x00000388u, 0x0000009cu, 0x000009b1u, 0x0004003du, 0x0000009du, 0x000009c4u, 0x000009c3u, - 0x00040071u, 0x00000006u, 0x000009c5u, 0x000009c4u, 0x0004007cu, 0x00000008u, 0x000009c6u, 0x000009c5u, - 0x000500c4u, 0x00000008u, 0x000009c7u, 0x000009c6u, 0x000000c7u, 0x000500c7u, 0x00000006u, 0x000009c9u, - 0x000009b6u, 0x000001dau, 0x000500c4u, 0x00000006u, 0x000009cau, 0x000009c9u, 0x000000d3u, 0x0004007cu, - 0x00000008u, 0x000009cbu, 0x000009cau, 0x000500c5u, 0x00000008u, 0x000009ccu, 0x000009c7u, 0x000009cbu, - 0x00050051u, 0x00000008u, 0x000009cdu, 0x000009c1u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000009ceu, - 0x000009c1u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000009cfu, 0x000009c1u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000009d0u, 0x000009cdu, 0x000009ceu, 0x000009cfu, 0x000009ccu, 0x0003003eu, 0x00000381u, - 0x000009d0u, 0x000200f9u, 0x000009f7u, 0x000200f8u, 0x00000994u, 0x000500c7u, 0x00000006u, 0x00000996u, - 0x0000097bu, 0x0000036eu, 0x00050084u, 0x00000006u, 0x00000998u, 0x00000971u, 0x0000036du, 0x00050080u, - 0x00000006u, 0x0000099au, 0x00000996u, 0x00000998u, 0x000500c6u, 0x00000006u, 0x0000099cu, 0x0000099au, - 0x000001e0u, 0x00060041u, 0x000000f2u, 0x0000099du, 0x00000379u, 0x0000009cu, 0x0000099cu, 0x0004003du, - 0x0000009du, 0x0000099eu, 0x0000099du, 0x00040071u, 0x00000006u, 0x0000099fu, 0x0000099eu, 0x0004007cu, - 0x00000008u, 0x000009a0u, 0x0000099fu, 0x000500c2u, 0x00000006u, 0x000009a5u, 0x0000099au, 0x000000afu, - 0x00060041u, 0x000000f2u, 0x000009a6u, 0x00000388u, 0x0000009cu, 0x000009a5u, 0x0004003du, 0x0000009du, - 0x000009a7u, 0x000009a6u, 0x00040071u, 0x00000006u, 0x000009a8u, 0x000009a7u, 0x0004007cu, 0x00000008u, - 0x000009a9u, 0x000009a8u, 0x00070050u, 0x00000009u, 0x000009aau, 0x000009a0u, 0x000009a0u, 0x000009a0u, - 0x000009a9u, 0x0003003eu, 0x00000381u, 0x000009aau, 0x000200f9u, 0x000009f7u, 0x000200f8u, 0x000009f7u, - 0x0004003du, 0x00000006u, 0x00000984u, 0x00000975u, 0x00050084u, 0x00000006u, 0x00000985u, 0x00000974u, - 0x00000984u, 0x00050080u, 0x00000006u, 0x00000986u, 0x00000853u, 0x00000985u, 0x0004003du, 0x00000006u, - 0x00000988u, 0x00000979u, 0x00050080u, 0x00000006u, 0x00000989u, 0x00000986u, 0x00000988u, 0x000500c7u, - 0x00000006u, 0x000009fbu, 0x00000989u, 0x00000391u, 0x00050084u, 0x00000006u, 0x000009fdu, 0x00000971u, - 0x0000046au, 0x00050080u, 0x00000006u, 0x000009ffu, 0x000009fbu, 0x000009fdu, 0x000500c6u, 0x00000006u, - 0x00000a01u, 0x000009ffu, 0x000001dau, 0x00060041u, 0x000000ebu, 0x00000a02u, 0x0000039du, 0x0000009cu, - 0x00000a01u, 0x0004003du, 0x0000009fu, 0x00000a03u, 0x00000a02u, 0x00040071u, 0x00000006u, 0x00000a04u, - 0x00000a03u, 0x0004007cu, 0x00000008u, 0x00000a05u, 0x00000a04u, 0x000500c3u, 0x00000008u, 0x00000a07u, - 0x00000a05u, 0x000000b5u, 0x00060041u, 0x000000f2u, 0x00000a09u, 0x00000388u, 0x0000009cu, 0x000009ffu, - 0x0004003du, 0x0000009du, 0x00000a0au, 0x00000a09u, 0x00040071u, 0x00000006u, 0x00000a0bu, 0x00000a0au, - 0x0004007cu, 0x00000008u, 0x00000a0cu, 0x00000a0bu, 0x000500c7u, 0x00000008u, 0x00000a0eu, 0x00000a05u, - 0x000000bbu, 0x000500c4u, 0x00000008u, 0x00000a0fu, 0x00000a0eu, 0x000000b5u, 0x000500c5u, 0x00000008u, - 0x00000a10u, 0x00000a0cu, 0x00000a0fu, 0x000200f9u, 0x0000098du, 0x000200f8u, 0x0000098du, 0x000700f5u, - 0x00000006u, 0x00001354u, 0x00001355u, 0x00000843u, 0x0000097bu, 0x000009f7u, 0x000700f5u, 0x00000008u, - 0x0000120au, 0x000011ffu, 0x00000843u, 0x00000a10u, 0x000009f7u, 0x000700f5u, 0x00000008u, 0x000011feu, - 0x000011ffu, 0x00000843u, 0x00000a07u, 0x000009f7u, 0x000200f9u, 0x00000855u, 0x000200f8u, 0x00000855u, - 0x000700f5u, 0x00000014u, 0x0000164eu, 0x00001650u, 0x0000098du, 0x0000164du, 0x00000858u, 0x000700f5u, - 0x00000008u, 0x00001209u, 0x0000120au, 0x0000098du, 0x00001235u, 0x00000858u, 0x000700f5u, 0x00000008u, - 0x000011fdu, 0x000011feu, 0x0000098du, 0x00001232u, 0x00000858u, 0x000700f5u, 0x0000002cu, 0x000011f0u, - 0x00000298u, 0x0000098du, 0x000013f6u, 0x00000858u, 0x000700f5u, 0x0000002cu, 0x000011e9u, 0x00000298u, - 0x0000098du, 0x000013d9u, 0x00000858u, 0x000700f5u, 0x00000006u, 0x000011e5u, 0x0000083fu, 0x0000098du, - 0x00000864u, 0x00000858u, 0x000700f5u, 0x00000014u, 0x00001318u, 0x0000122cu, 0x0000098du, 0x00001317u, - 0x00000858u, 0x000700f5u, 0x00000008u, 0x000012edu, 0x000011ffu, 0x0000098du, 0x000012ecu, 0x00000858u, - 0x000700f5u, 0x00000008u, 0x000012c3u, 0x000011ffu, 0x0000098du, 0x000012c2u, 0x00000858u, 0x000700f5u, - 0x00000014u, 0x000012a4u, 0x0000122cu, 0x0000098du, 0x000012a3u, 0x00000858u, 0x000700f5u, 0x00000008u, - 0x00001286u, 0x000011ffu, 0x0000098du, 0x00001285u, 0x00000858u, 0x000700f5u, 0x00000008u, 0x00001269u, - 0x000011ffu, 0x0000098du, 0x00001268u, 0x00000858u, 0x000700f5u, 0x00000014u, 0x0000122au, 0x0000122cu, - 0x0000098du, 0x00001229u, 0x00000858u, 0x000500abu, 0x0000002cu, 0x0000085bu, 0x000011e5u, 0x000001b8u, - 0x000400f6u, 0x00000857u, 0x00000858u, 0x00000000u, 0x000400fau, 0x0000085bu, 0x00000856u, 0x00000857u, - 0x000200f8u, 0x00000856u, 0x0006000cu, 0x00000008u, 0x0000085eu, 0x00000001u, 0x00000049u, 0x000011e5u, - 0x000500c4u, 0x00000008u, 0x00000860u, 0x000000afu, 0x0000085eu, 0x0004007cu, 0x00000006u, 0x00000861u, - 0x00000860u, 0x000400c8u, 0x00000006u, 0x00000862u, 0x00000861u, 0x000500c7u, 0x00000006u, 0x00000864u, - 0x000011e5u, 0x00000862u, 0x00050080u, 0x00000008u, 0x0000086cu, 0x00000830u, 0x0000085eu, 0x00060041u, - 0x000000e6u, 0x0000086du, 0x00000869u, 0x0000009cu, 0x0000086cu, 0x0004003du, 0x00000006u, 0x0000086eu, - 0x0000086du, 0x00060041u, 0x000000e6u, 0x00000877u, 0x00000873u, 0x0000009cu, 0x0000086cu, 0x0004003du, - 0x00000006u, 0x00000878u, 0x00000877u, 0x000200f9u, 0x00000879u, 0x000200f8u, 0x00000879u, 0x000700f5u, - 0x00000014u, 0x0000164du, 0x0000164eu, 0x00000856u, 0x0000165cu, 0x0000087cu, 0x000700f5u, 0x00000014u, - 0x00001317u, 0x00001318u, 0x00000856u, 0x000015dfu, 0x0000087cu, 0x000700f5u, 0x00000008u, 0x000012ecu, - 0x000012edu, 0x00000856u, 0x000015c4u, 0x0000087cu, 0x000700f5u, 0x00000008u, 0x000012c2u, 0x000012c3u, - 0x00000856u, 0x000015a9u, 0x0000087cu, 0x000700f5u, 0x00000014u, 0x000012a3u, 0x000012a4u, 0x00000856u, - 0x00001581u, 0x0000087cu, 0x000700f5u, 0x00000008u, 0x00001285u, 0x00001286u, 0x00000856u, 0x00001559u, - 0x0000087cu, 0x000700f5u, 0x00000008u, 0x00001268u, 0x00001269u, 0x00000856u, 0x00001531u, 0x0000087cu, - 0x000700f5u, 0x00000008u, 0x00001235u, 0x00001209u, 0x00000856u, 0x000014f3u, 0x0000087cu, 0x000700f5u, - 0x00000008u, 0x00001232u, 0x000011fdu, 0x00000856u, 0x000014b5u, 0x0000087cu, 0x000700f5u, 0x00000014u, - 0x00001229u, 0x0000122au, 0x00000856u, 0x00001477u, 0x0000087cu, 0x000700f5u, 0x00000006u, 0x00001225u, - 0x0000086eu, 0x00000856u, 0x000008f0u, 0x0000087cu, 0x000700f5u, 0x00000006u, 0x00001224u, 0x00000878u, - 0x00000856u, 0x00000888u, 0x0000087cu, 0x000700f5u, 0x0000002cu, 0x000013f6u, 0x000011f0u, 0x00000856u, - 0x000013f7u, 0x0000087cu, 0x000700f5u, 0x0000002cu, 0x000013d9u, 0x000011e9u, 0x00000856u, 0x000013dau, - 0x0000087cu, 0x000500abu, 0x0000002cu, 0x0000087fu, 0x00001224u, 0x000001b8u, 0x000400f6u, 0x0000087bu, - 0x0000087cu, 0x00000000u, 0x000400fau, 0x0000087fu, 0x0000087au, 0x0000087bu, 0x000200f8u, 0x0000087au, - 0x0006000cu, 0x00000008u, 0x00000882u, 0x00000001u, 0x00000049u, 0x00001224u, 0x000500c4u, 0x00000008u, - 0x00000884u, 0x000000afu, 0x00000882u, 0x0004007cu, 0x00000006u, 0x00000885u, 0x00000884u, 0x000400c8u, - 0x00000006u, 0x00000886u, 0x00000885u, 0x000500c7u, 0x00000006u, 0x00000888u, 0x00001224u, 0x00000886u, - 0x00050084u, 0x00000008u, 0x0000088cu, 0x0000082eu, 0x0000085eu, 0x00050080u, 0x00000008u, 0x0000088du, - 0x00000882u, 0x0000088cu, 0x0004007cu, 0x00000006u, 0x0000088eu, 0x0000088du, 0x00050084u, 0x00000006u, - 0x00000894u, 0x00001225u, 0x00000893u, 0x0004003du, 0x00000006u, 0x00000896u, 0x00000895u, 0x00050080u, - 0x00000006u, 0x00000897u, 0x00000894u, 0x00000896u, 0x00060041u, 0x0000089fu, 0x000008a0u, 0x0000089du, - 0x0000009cu, 0x00000897u, 0x0004003du, 0x00000899u, 0x000008a1u, 0x000008a0u, 0x00040072u, 0x00000008u, - 0x000008a2u, 0x000008a1u, 0x000500afu, 0x0000002cu, 0x000008a4u, 0x000008a2u, 0x0000009cu, 0x000300f7u, - 0x000008a6u, 0x00000000u, 0x000400fau, 0x000008a4u, 0x000008a5u, 0x000008a6u, 0x000200f8u, 0x000008a5u, - 0x000500c7u, 0x00000008u, 0x000008a9u, 0x000008a2u, 0x000008a8u, 0x000500abu, 0x0000002cu, 0x000008aau, - 0x000008a9u, 0x0000009cu, 0x000300f7u, 0x000008acu, 0x00000000u, 0x000400fau, 0x000008aau, 0x000008abu, - 0x000008b2u, 0x000200f8u, 0x000008b2u, 0x000500c7u, 0x00000008u, 0x000008b4u, 0x000008a2u, 0x0000082eu, - 0x000500abu, 0x0000002cu, 0x000008b5u, 0x000008b4u, 0x0000009cu, 0x000300f7u, 0x000008b7u, 0x00000000u, - 0x000400fau, 0x000008b5u, 0x000008b6u, 0x000008c5u, 0x000200f8u, 0x000008c5u, 0x00060041u, 0x000000a8u, - 0x000008ccu, 0x000008cau, 0x0000009cu, 0x00000897u, 0x0004003du, 0x0000009eu, 0x000008cdu, 0x000008ccu, - 0x00040071u, 0x000000abu, 0x000008ceu, 0x000008cdu, 0x0004007cu, 0x00000009u, 0x000008cfu, 0x000008ceu, - 0x00060041u, 0x000008d6u, 0x000008d7u, 0x000008d4u, 0x0000009cu, 0x00000897u, 0x0004003du, 0x00000008u, - 0x000008d8u, 0x000008d7u, 0x00060041u, 0x000000f2u, 0x000008dfu, 0x000008ddu, 0x0000009cu, 0x00000897u, - 0x0004003du, 0x0000009du, 0x000008e0u, 0x000008dfu, 0x00040071u, 0x00000006u, 0x000008e1u, 0x000008e0u, - 0x0004007cu, 0x00000008u, 0x000008e2u, 0x000008e1u, 0x000500c3u, 0x00000008u, 0x00000baeu, 0x000008d8u, - 0x000000dfu, 0x000500c7u, 0x00000008u, 0x00000bb1u, 0x000008d8u, 0x00000726u, 0x00080041u, 0x000000f2u, - 0x00000bb9u, 0x00000737u, 0x0000009cu, 0x0000088eu, 0x0000009cu, 0x000001dau, 0x0004003du, 0x0000009du, - 0x00000bbau, 0x00000bb9u, 0x00040071u, 0x00000006u, 0x00000bbbu, 0x00000bbau, 0x00070041u, 0x000000a8u, - 0x00000c75u, 0x000000a6u, 0x0000009cu, 0x0000088eu, 0x000000d9u, 0x0004003du, 0x0000009eu, 0x00000c76u, - 0x00000c75u, 0x00040071u, 0x000000abu, 0x00000c77u, 0x00000c76u, 0x0004007cu, 0x00000009u, 0x00000c78u, - 0x00000c77u, 0x00070041u, 0x000000a8u, 0x00000c7au, 0x000000a6u, 0x0000009cu, 0x0000088eu, 0x000000dfu, - 0x0004003du, 0x0000009eu, 0x00000c7bu, 0x00000c7au, 0x00040071u, 0x000000abu, 0x00000c7cu, 0x00000c7bu, - 0x0004007cu, 0x00000009u, 0x00000c7du, 0x00000c7cu, 0x00070041u, 0x000000ebu, 0x00000c82u, 0x000000a6u, - 0x0000009cu, 0x0000088eu, 0x000000eau, 0x0004003du, 0x0000009fu, 0x00000c83u, 0x00000c82u, 0x00040071u, - 0x00000006u, 0x00000c84u, 0x00000c83u, 0x0004007cu, 0x00000008u, 0x00000c85u, 0x00000c84u, 0x00070041u, - 0x000000f2u, 0x00000c87u, 0x000000a6u, 0x0000009cu, 0x0000088eu, 0x000000f1u, 0x0004003du, 0x0000009du, - 0x00000c88u, 0x00000c87u, 0x00040071u, 0x00000006u, 0x00000c89u, 0x00000c88u, 0x0004007cu, 0x00000008u, - 0x00000c8au, 0x00000c89u, 0x00070041u, 0x000000a8u, 0x00000c98u, 0x0000010au, 0x0000009cu, 0x00000bbbu, - 0x0000009cu, 0x0004003du, 0x0000009eu, 0x00000c99u, 0x00000c98u, 0x00040071u, 0x000000abu, 0x00000c9au, - 0x00000c99u, 0x0004007cu, 0x00000009u, 0x00000c9bu, 0x00000c9au, 0x00070041u, 0x000000a8u, 0x00000c9du, - 0x0000010au, 0x0000009cu, 0x00000bbbu, 0x000000afu, 0x0004003du, 0x0000009eu, 0x00000c9eu, 0x00000c9du, - 0x00040071u, 0x000000abu, 0x00000c9fu, 0x00000c9eu, 0x0004007cu, 0x00000009u, 0x00000ca0u, 0x00000c9fu, - 0x00070041u, 0x000000e6u, 0x00000ca2u, 0x0000010au, 0x0000009cu, 0x00000bbbu, 0x000000b5u, 0x0004003du, - 0x00000006u, 0x00000ca3u, 0x00000ca2u, 0x00070041u, 0x000000f2u, 0x00000ca5u, 0x0000010au, 0x0000009cu, - 0x00000bbbu, 0x000000bbu, 0x0004003du, 0x0000009du, 0x00000ca6u, 0x00000ca5u, 0x00040071u, 0x00000006u, - 0x00000ca7u, 0x00000ca6u, 0x0004007cu, 0x00000008u, 0x00000ca8u, 0x00000ca7u, 0x00070041u, 0x000000f2u, - 0x00000caau, 0x0000010au, 0x0000009cu, 0x00000bbbu, 0x000000c1u, 0x0004003du, 0x0000009du, 0x00000cabu, - 0x00000caau, 0x00040071u, 0x00000006u, 0x00000cacu, 0x00000cabu, 0x0004007cu, 0x00000008u, 0x00000cadu, - 0x00000cacu, 0x000500c7u, 0x00000006u, 0x00000bc2u, 0x00000ca3u, 0x000003a7u, 0x000500abu, 0x0000002cu, - 0x00000bc3u, 0x00000bc2u, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bc6u, 0x00000ca3u, 0x000001dau, - 0x000500abu, 0x0000002cu, 0x00000bc7u, 0x00000bc6u, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bcau, - 0x00000ca3u, 0x00000193u, 0x000500abu, 0x0000002cu, 0x00000bcbu, 0x00000bcau, 0x000001b8u, 0x000500c7u, - 0x00000006u, 0x00000bceu, 0x00000ca3u, 0x000003f0u, 0x000500abu, 0x0000002cu, 0x00000bcfu, 0x00000bceu, - 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bd2u, 0x00000ca3u, 0x0000075du, 0x000500abu, 0x0000002cu, - 0x00000bd3u, 0x00000bd2u, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bd6u, 0x00000ca3u, 0x00000763u, - 0x000500abu, 0x0000002cu, 0x00000bd7u, 0x00000bd6u, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000bdau, - 0x00000ca3u, 0x00000769u, 0x000500abu, 0x0000002cu, 0x00000bdbu, 0x00000bdau, 0x000001b8u, 0x000500c7u, - 0x00000006u, 0x00000bdeu, 0x00000ca3u, 0x0000076fu, 0x000500abu, 0x0000002cu, 0x00000bdfu, 0x00000bdeu, - 0x000001b8u, 0x000300f7u, 0x00000cbau, 0x00000000u, 0x000400fau, 0x00000bcfu, 0x00000cb5u, 0x00000cb9u, - 0x000200f8u, 0x00000cb9u, 0x000200f9u, 0x00000cbau, 0x000200f8u, 0x00000cb5u, 0x00050041u, 0x00000016u, - 0x00000cb6u, 0x00000381u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000cb7u, 0x00000cb6u, 0x000500c7u, - 0x00000008u, 0x00000cb8u, 0x00000cb7u, 0x0000064eu, 0x000200f9u, 0x00000cbau, 0x000200f8u, 0x00000cbau, - 0x000700f5u, 0x00000008u, 0x00001226u, 0x00000cb8u, 0x00000cb5u, 0x0000064eu, 0x00000cb9u, 0x000300f7u, - 0x00000ccbu, 0x00000000u, 0x000d00fbu, 0x00000367u, 0x00000ccbu, 0x00000000u, 0x00000cbcu, 0x00000001u, - 0x00000cbdu, 0x00000002u, 0x00000cc0u, 0x00000003u, 0x00000cc5u, 0x00000004u, 0x00000cc8u, 0x000200f8u, - 0x00000cc8u, 0x0004003du, 0x00000009u, 0x00000cc9u, 0x00000381u, 0x0008004fu, 0x00000014u, 0x00000ccau, - 0x00000cc9u, 0x00000cc9u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ccbu, 0x000200f8u, - 0x00000cc5u, 0x0004003du, 0x00000009u, 0x00000cc6u, 0x00000381u, 0x0008004fu, 0x00000014u, 0x00000cc7u, - 0x00000cc6u, 0x00000cc6u, 0x00000000u, 0x00000000u, 0x00000000u, 0x000200f9u, 0x00000ccbu, 0x000200f8u, - 0x00000cc0u, 0x0004003du, 0x00000009u, 0x00000cc1u, 0x00000381u, 0x0008004fu, 0x00000014u, 0x00000cc2u, - 0x00000cc1u, 0x00000cc1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x00000014u, 0x00000cc4u, - 0x00000cc2u, 0x0000163cu, 0x000200f9u, 0x00000ccbu, 0x000200f8u, 0x00000cbdu, 0x0004003du, 0x00000009u, - 0x00000cbeu, 0x00000381u, 0x0008004fu, 0x00000014u, 0x00000cbfu, 0x00000cbeu, 0x00000cbeu, 0x00000000u, - 0x00000000u, 0x00000000u, 0x000200f9u, 0x00000ccbu, 0x000200f8u, 0x00000cbcu, 0x000200f9u, 0x00000ccbu, - 0x000200f8u, 0x00000ccbu, 0x000f00f5u, 0x00000008u, 0x0000122fu, 0x00001226u, 0x00000cbau, 0x0000064eu, - 0x00000cbcu, 0x0000064eu, 0x00000cbdu, 0x00001226u, 0x00000cc0u, 0x00001226u, 0x00000cc5u, 0x00001226u, - 0x00000cc8u, 0x000f00f5u, 0x00000014u, 0x00001227u, 0x00001229u, 0x00000cbau, 0x00000659u, 0x00000cbcu, - 0x00000cbfu, 0x00000cbdu, 0x00000cc4u, 0x00000cc0u, 0x00000cc7u, 0x00000cc5u, 0x00000ccau, 0x00000cc8u, - 0x00050051u, 0x00000008u, 0x00000cceu, 0x00001227u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00000ccfu, - 0x00001227u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00000cd0u, 0x00001227u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00000cd1u, 0x00000cceu, 0x00000ccfu, 0x00000cd0u, 0x0000122fu, 0x0003003eu, 0x00000b7au, - 0x00000cd1u, 0x00050041u, 0x00000016u, 0x00000be2u, 0x00000b7au, 0x000001e0u, 0x0004003du, 0x00000008u, - 0x00000be3u, 0x00000be2u, 0x000500c3u, 0x00000008u, 0x00000be4u, 0x00000be3u, 0x000000c7u, 0x00050080u, - 0x00000008u, 0x00000d1bu, 0x000008a2u, 0x00000be4u, 0x000500afu, 0x0000002cu, 0x00000d1cu, 0x00000d1bu, - 0x000000d9u, 0x000300f7u, 0x00000d86u, 0x00000000u, 0x000400fau, 0x00000bc7u, 0x00000ce8u, 0x00000d72u, - 0x000200f8u, 0x00000d72u, 0x00050041u, 0x00000016u, 0x00000d73u, 0x00000b8eu, 0x000001b8u, 0x0003003eu, - 0x00000d73u, 0x0000009cu, 0x00050082u, 0x00000008u, 0x00000d75u, 0x00000295u, 0x00000c8au, 0x0007000cu, - 0x00000008u, 0x00000d76u, 0x00000001u, 0x00000027u, 0x00000d75u, 0x000000c1u, 0x00050041u, 0x00000016u, - 0x00000d77u, 0x00000b8eu, 0x000001dau, 0x0003003eu, 0x00000d77u, 0x00000d76u, 0x000400a8u, 0x0000002cu, - 0x00000d7du, 0x00000bc3u, 0x000300f7u, 0x00000d83u, 0x00000000u, 0x000400fau, 0x00000d7du, 0x00000d7eu, - 0x00000d83u, 0x000200f8u, 0x00000d7eu, 0x000400a8u, 0x0000002cu, 0x00000d80u, 0x00000d1cu, 0x000500a7u, - 0x0000002cu, 0x00000d82u, 0x00000d80u, 0x00000bdbu, 0x000200f9u, 0x00000d83u, 0x000200f8u, 0x00000d83u, - 0x000700f5u, 0x0000002cu, 0x00000d84u, 0x00000bc3u, 0x00000d72u, 0x00000d82u, 0x00000d7eu, 0x000200f9u, - 0x00000d86u, 0x000200f8u, 0x00000ce8u, 0x000500c3u, 0x00000008u, 0x00000d91u, 0x00001232u, 0x000000eau, - 0x000500c7u, 0x00000008u, 0x00000d93u, 0x00001232u, 0x0000015du, 0x00050082u, 0x00000008u, 0x00000d95u, - 0x000000cdu, 0x00000d91u, 0x0007000cu, 0x00000008u, 0x00000d96u, 0x00000001u, 0x0000002au, 0x00000d95u, - 0x0000009cu, 0x000500c3u, 0x00000008u, 0x00000d98u, 0x00000164u, 0x00000d91u, 0x00050082u, 0x00000008u, - 0x00000d99u, 0x00000164u, 0x00000d98u, 0x000500c4u, 0x00000008u, 0x00000d9cu, 0x00000d93u, 0x00000d96u, - 0x00050080u, 0x00000008u, 0x00000d9eu, 0x00000d9cu, 0x00000d99u, 0x000500c4u, 0x00000008u, 0x00000da2u, - 0x000000afu, 0x00001235u, 0x000500c7u, 0x00000008u, 0x00000cefu, 0x00000d91u, 0x00000295u, 0x00050082u, - 0x00000008u, 0x00000cf2u, 0x00000c8au, 0x00001235u, 0x0008000cu, 0x00000008u, 0x00000cf3u, 0x00000001u, - 0x0000002du, 0x00000cf2u, 0x0000009cu, 0x000000c1u, 0x00050041u, 0x00000016u, 0x00000cf4u, 0x00000b8eu, - 0x000001b8u, 0x0003003eu, 0x00000cf4u, 0x00000cf3u, 0x00050082u, 0x00000008u, 0x00000cf7u, 0x00001235u, - 0x00000c8au, 0x0008000cu, 0x00000008u, 0x00000cf8u, 0x00000001u, 0x0000002du, 0x00000cf7u, 0x0000009cu, - 0x000000c1u, 0x00050041u, 0x00000016u, 0x00000cf9u, 0x00000b8eu, 0x000001dau, 0x0003003eu, 0x00000cf9u, - 0x00000cf8u, 0x000500b1u, 0x0000002cu, 0x00000cfbu, 0x00000cefu, 0x000000bbu, 0x000300f7u, 0x00000d07u, - 0x00000000u, 0x000400fau, 0x00000cfbu, 0x00000cfcu, 0x00000d07u, 0x000200f8u, 0x00000cfcu, 0x000500abu, - 0x0000002cu, 0x00000cfeu, 0x00000da2u, 0x000002a8u, 0x000300f7u, 0x00000d06u, 0x00000000u, 0x000400fau, - 0x00000cfeu, 0x00000cffu, 0x00000d05u, 0x000200f8u, 0x00000d05u, 0x000200f9u, 0x00000d06u, 0x000200f8u, - 0x00000cffu, 0x000500c4u, 0x00000008u, 0x00000d01u, 0x00000da2u, 0x000000afu, 0x000500c3u, 0x00000008u, - 0x00000d03u, 0x000002aeu, 0x00000cefu, 0x0007000cu, 0x00000008u, 0x00000d04u, 0x00000001u, 0x0000002au, - 0x00000d01u, 0x00000d03u, 0x000200f9u, 0x00000d06u, 0x000200f8u, 0x00000d06u, 0x000700f5u, 0x00000008u, - 0x00001239u, 0x00000d04u, 0x00000cffu, 0x000002b4u, 0x00000d05u, 0x000600a9u, 0x0000002cu, 0x00001680u, - 0x00000cfeu, 0x00000298u, 0x000002b3u, 0x000200f9u, 0x00000d07u, 0x000200f8u, 0x00000d07u, 0x000700f5u, - 0x0000002cu, 0x0000123cu, 0x00000298u, 0x00000ce8u, 0x00001680u, 0x00000d06u, 0x000700f5u, 0x00000008u, - 0x00001238u, 0x00000da2u, 0x00000ce8u, 0x00001239u, 0x00000d06u, 0x000500c5u, 0x00000008u, 0x00000d0au, - 0x00000c85u, 0x00001238u, 0x000500abu, 0x0000002cu, 0x00000da6u, 0x00000d0au, 0x0000009cu, 0x000300f7u, - 0x00000dabu, 0x00000000u, 0x000400fau, 0x00000da6u, 0x00000da7u, 0x00000dabu, 0x000200f8u, 0x00000da7u, - 0x0006000cu, 0x00000008u, 0x00000da9u, 0x00000001u, 0x0000004au, 0x00000d0au, 0x000500c4u, 0x00000008u, - 0x00000daau, 0x000000afu, 0x00000da9u, 0x000200f9u, 0x00000dabu, 0x000200f8u, 0x00000dabu, 0x000700f5u, - 0x00000008u, 0x0000123au, 0x00000d0au, 0x00000d07u, 0x00000daau, 0x00000da7u, 0x000500c4u, 0x00000008u, - 0x00000d0eu, 0x0000123au, 0x000000bbu, 0x000400a8u, 0x0000002cu, 0x00000d10u, 0x0000123cu, 0x000300f7u, - 0x00000d17u, 0x00000000u, 0x000400fau, 0x00000d10u, 0x00000d11u, 0x00000d17u, 0x000200f8u, 0x00000d11u, - 0x00050080u, 0x00000008u, 0x00000d14u, 0x00000baeu, 0x00000d0eu, 0x000500afu, 0x0000002cu, 0x00000d16u, - 0x00000d14u, 0x00000d9eu, 0x000200f9u, 0x00000d17u, 0x000200f8u, 0x00000d17u, 0x000700f5u, 0x0000002cu, - 0x00000d18u, 0x0000123cu, 0x00000dabu, 0x00000d16u, 0x00000d11u, 0x000400a8u, 0x0000002cu, 0x00000d1eu, - 0x00000bc3u, 0x000300f7u, 0x00000d26u, 0x00000000u, 0x000400fau, 0x00000d1eu, 0x00000d1fu, 0x00000d26u, - 0x000200f8u, 0x00000d1fu, 0x000400a8u, 0x0000002cu, 0x00000d21u, 0x00000d1cu, 0x000500a7u, 0x0000002cu, - 0x00000d23u, 0x00000d21u, 0x00000bdbu, 0x000500a7u, 0x0000002cu, 0x00000d25u, 0x00000d23u, 0x00000d18u, - 0x000200f9u, 0x00000d26u, 0x000200f8u, 0x00000d26u, 0x000700f5u, 0x0000002cu, 0x00000d27u, 0x00000bc3u, - 0x00000d17u, 0x00000d25u, 0x00000d1fu, 0x000500aau, 0x0000002cu, 0x00000d2au, 0x00000d9eu, 0x00000170u, - 0x000500b1u, 0x0000002cu, 0x00000d2du, 0x00000baeu, 0x00000d9eu, 0x00050082u, 0x00000008u, 0x00000d30u, - 0x00000baeu, 0x00000d0eu, 0x000500b3u, 0x0000002cu, 0x00000d34u, 0x00000d30u, 0x00000d9eu, 0x000500a6u, - 0x0000002cu, 0x00000d35u, 0x0000123cu, 0x00000d34u, 0x000300f7u, 0x00000d71u, 0x00000000u, 0x000b00fbu, - 0x00000cadu, 0x00000d71u, 0x00000000u, 0x00000d37u, 0x00000001u, 0x00000d41u, 0x00000002u, 0x00000d66u, - 0x00000003u, 0x00000d6au, 0x000200f8u, 0x00000d6au, 0x000500a7u, 0x0000002cu, 0x00000d6du, 0x00000d18u, - 0x00000d35u, 0x000400a8u, 0x0000002cu, 0x00000d6fu, 0x00000d2au, 0x000500a7u, 0x0000002cu, 0x00000d70u, - 0x00000d6du, 0x00000d6fu, 0x000200f9u, 0x00000d71u, 0x000200f8u, 0x00000d66u, 0x000500a6u, 0x0000002cu, - 0x00000d69u, 0x00000d2du, 0x00000d2au, 0x000200f9u, 0x00000d71u, 0x000200f8u, 0x00000d41u, 0x000400a8u, - 0x0000002cu, 0x00000d43u, 0x00000d2du, 0x000400a8u, 0x0000002cu, 0x00000d45u, 0x00000d18u, 0x000500a6u, - 0x0000002cu, 0x00000d46u, 0x00000d43u, 0x00000d45u, 0x000400a8u, 0x0000002cu, 0x00000d48u, 0x00000d1cu, - 0x000500a6u, 0x0000002cu, 0x00000d49u, 0x00000d46u, 0x00000d48u, 0x000300f7u, 0x00000d65u, 0x00000000u, - 0x000400fau, 0x00000d49u, 0x00000d4au, 0x00000d54u, 0x000200f8u, 0x00000d54u, 0x000500c7u, 0x00000008u, - 0x00000d56u, 0x0000123au, 0x000002b4u, 0x0006000cu, 0x00000008u, 0x00000db0u, 0x00000001u, 0x0000004au, - 0x00000d56u, 0x0007000cu, 0x00000008u, 0x00000db1u, 0x00000001u, 0x0000002au, 0x00000db0u, 0x0000009cu, - 0x000500c3u, 0x00000008u, 0x00000d5au, 0x00000d9eu, 0x00000db1u, 0x000500c3u, 0x00000008u, 0x00000d5du, - 0x00000baeu, 0x00000db1u, 0x00050082u, 0x00000008u, 0x00000d5eu, 0x00000d5au, 0x00000d5du, 0x000500c7u, - 0x00000008u, 0x00000d5fu, 0x00000d5eu, 0x00000295u, 0x00050084u, 0x00000008u, 0x00000d62u, 0x00000d5fu, - 0x000008a2u, 0x000500c3u, 0x00000008u, 0x00000d63u, 0x00000d62u, 0x000000bbu, 0x0007000cu, 0x00000008u, - 0x00000d64u, 0x00000001u, 0x00000027u, 0x00000d63u, 0x000000d9u, 0x000200f9u, 0x00000d65u, 0x000200f8u, - 0x00000d4au, 0x000400a8u, 0x0000002cu, 0x00000d4cu, 0x00000d2au, 0x000300f7u, 0x00000d52u, 0x00000000u, - 0x000400fau, 0x00000d4cu, 0x00000d4du, 0x00000d52u, 0x000200f8u, 0x00000d4du, 0x000600a9u, 0x0000002cu, - 0x00000d51u, 0x00000d1cu, 0x00000d2du, 0x00000d35u, 0x000200f9u, 0x00000d52u, 0x000200f8u, 0x00000d52u, - 0x000700f5u, 0x0000002cu, 0x00000d53u, 0x00000d2au, 0x00000d4au, 0x00000d51u, 0x00000d4du, 0x000200f9u, - 0x00000d65u, 0x000200f8u, 0x00000d65u, 0x000700f5u, 0x00000008u, 0x0000124du, 0x000008a2u, 0x00000d52u, - 0x00000d64u, 0x00000d54u, 0x000700f5u, 0x0000002cu, 0x00001249u, 0x00000d53u, 0x00000d52u, 0x000002b3u, - 0x00000d54u, 0x000200f9u, 0x00000d71u, 0x000200f8u, 0x00000d37u, 0x000400a8u, 0x0000002cu, 0x00000d39u, - 0x00000d2au, 0x000300f7u, 0x00000d3fu, 0x00000000u, 0x000400fau, 0x00000d39u, 0x00000d3au, 0x00000d3fu, - 0x000200f8u, 0x00000d3au, 0x000600a9u, 0x0000002cu, 0x00000d3eu, 0x00000d1cu, 0x00000d2du, 0x00000d35u, - 0x000200f9u, 0x00000d3fu, 0x000200f8u, 0x00000d3fu, 0x000700f5u, 0x0000002cu, 0x00000d40u, 0x00000d2au, - 0x00000d37u, 0x00000d3eu, 0x00000d3au, 0x000200f9u, 0x00000d71u, 0x000200f8u, 0x00000d71u, 0x000d00f5u, - 0x00000008u, 0x0000124bu, 0x000008a2u, 0x00000d26u, 0x000008a2u, 0x00000d3fu, 0x0000124du, 0x00000d65u, - 0x000008a2u, 0x00000d66u, 0x000008a2u, 0x00000d6au, 0x000d00f5u, 0x0000002cu, 0x00001248u, 0x00000298u, - 0x00000d26u, 0x00000d40u, 0x00000d3fu, 0x00001249u, 0x00000d65u, 0x00000d69u, 0x00000d66u, 0x00000d70u, - 0x00000d6au, 0x000200f9u, 0x00000d86u, 0x000200f8u, 0x00000d86u, 0x000700f5u, 0x0000002cu, 0x00001250u, - 0x00000d27u, 0x00000d71u, 0x00000d84u, 0x00000d83u, 0x000700f5u, 0x00000008u, 0x0000124au, 0x0000124bu, - 0x00000d71u, 0x000008a2u, 0x00000d83u, 0x000700f5u, 0x0000002cu, 0x00001247u, 0x00001248u, 0x00000d71u, - 0x000002b3u, 0x00000d83u, 0x0004003du, 0x0000002eu, 0x00000bf7u, 0x00000b8eu, 0x000300f7u, 0x00000bffu, - 0x00000000u, 0x000400fau, 0x00001247u, 0x00000bf9u, 0x00000bffu, 0x000200f8u, 0x00000bf9u, 0x000400a8u, - 0x0000002cu, 0x00000bfbu, 0x00000bdbu, 0x000500abu, 0x0000002cu, 0x00000bfdu, 0x0000124au, 0x0000009cu, - 0x000500a6u, 0x0000002cu, 0x00000bfeu, 0x00000bfbu, 0x00000bfdu, 0x000200f9u, 0x00000bffu, 0x000200f8u, - 0x00000bffu, 0x000700f5u, 0x0000002cu, 0x00000c00u, 0x00001247u, 0x00000d86u, 0x00000bfeu, 0x00000bf9u, - 0x000300f7u, 0x00000c49u, 0x00000000u, 0x000400fau, 0x00000c00u, 0x00000c01u, 0x00000c49u, 0x000200f8u, - 0x00000c01u, 0x0003003eu, 0x0000119eu, 0x000008cfu, 0x000300f7u, 0x00000c1eu, 0x00000000u, 0x000400fau, - 0x00000bd7u, 0x00000c0du, 0x00000c1eu, 0x000200f8u, 0x00000c0du, 0x0004003du, 0x00000009u, 0x000011a8u, - 0x0000119eu, 0x0003003eu, 0x000011b7u, 0x000011a8u, 0x0003003eu, 0x000011b8u, 0x00000cd1u, 0x0003003eu, - 0x000011b9u, 0x00000c78u, 0x0003003eu, 0x00000b92u, 0x00000c9bu, 0x0003003eu, 0x00000b97u, 0x00000bf7u, - 0x00050041u, 0x00000016u, 0x00000dbdu, 0x00000b92u, 0x00000193u, 0x0004003du, 0x00000008u, 0x00000dbeu, - 0x00000dbdu, 0x000300f7u, 0x00000dcfu, 0x00000000u, 0x000b00fbu, 0x00000dbeu, 0x00000dcfu, 0x00000000u, - 0x00000dbfu, 0x00000001u, 0x00000dc3u, 0x00000002u, 0x00000dc7u, 0x00000003u, 0x00000dcbu, 0x000200f8u, - 0x00000dcbu, 0x0008004fu, 0x00000014u, 0x00000dceu, 0x00000c78u, 0x00000c78u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00000dcfu, 0x000200f8u, 0x00000dc7u, 0x0008004fu, 0x00000014u, 0x00000dcau, - 0x00000c7du, 0x00000c7du, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000dcfu, 0x000200f8u, - 0x00000dc3u, 0x0008004fu, 0x00000014u, 0x00000dc6u, 0x00000cd1u, 0x00000cd1u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00000dcfu, 0x000200f8u, 0x00000dbfu, 0x0008004fu, 0x00000014u, 0x00000dc2u, - 0x000011a8u, 0x000011a8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000dcfu, 0x000200f8u, - 0x00000dcfu, 0x000d00f5u, 0x00000014u, 0x00001299u, 0x000012a3u, 0x00000c0du, 0x00000dc2u, 0x00000dbfu, - 0x00000dc6u, 0x00000dc3u, 0x00000dcau, 0x00000dc7u, 0x00000dceu, 0x00000dcbu, 0x00050041u, 0x00000016u, - 0x00000ddau, 0x00000b92u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000ddbu, 0x00000ddau, 0x000300f7u, - 0x00000decu, 0x00000000u, 0x000b00fbu, 0x00000ddbu, 0x00000decu, 0x00000000u, 0x00000ddcu, 0x00000001u, - 0x00000de0u, 0x00000002u, 0x00000de4u, 0x00000003u, 0x00000de8u, 0x000200f8u, 0x00000de8u, 0x0008004fu, - 0x00000014u, 0x00000debu, 0x00000c78u, 0x00000c78u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00000decu, 0x000200f8u, 0x00000de4u, 0x0008004fu, 0x00000014u, 0x00000de7u, 0x00000c7du, 0x00000c7du, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000decu, 0x000200f8u, 0x00000de0u, 0x0008004fu, - 0x00000014u, 0x00000de3u, 0x00000cd1u, 0x00000cd1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00000decu, 0x000200f8u, 0x00000ddcu, 0x0008004fu, 0x00000014u, 0x00000ddfu, 0x000011a8u, 0x000011a8u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000decu, 0x000200f8u, 0x00000decu, 0x000d00f5u, - 0x00000014u, 0x00001646u, 0x0000164du, 0x00000dcfu, 0x00000debu, 0x00000de8u, 0x00000de7u, 0x00000de4u, - 0x00000de3u, 0x00000de0u, 0x00000ddfu, 0x00000ddcu, 0x00050041u, 0x00000016u, 0x00000e08u, 0x00000b92u, - 0x000001dau, 0x0004003du, 0x00000008u, 0x00000e09u, 0x00000e08u, 0x000300f7u, 0x00000e14u, 0x00000000u, - 0x000b00fbu, 0x00000e09u, 0x00000e14u, 0x00000000u, 0x00000e0au, 0x00000001u, 0x00000e0du, 0x00000002u, - 0x00000e10u, 0x00000003u, 0x00000e13u, 0x000200f8u, 0x00000e13u, 0x000200f9u, 0x00000e14u, 0x000200f8u, - 0x00000e10u, 0x000200f9u, 0x00000e14u, 0x000200f8u, 0x00000e0du, 0x00050041u, 0x00000016u, 0x000011beu, - 0x000011b9u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000e0fu, 0x000011beu, 0x000200f9u, 0x00000e14u, - 0x000200f8u, 0x00000e0au, 0x00050041u, 0x00000016u, 0x000011bdu, 0x000011b7u, 0x000001e0u, 0x0004003du, - 0x00000008u, 0x00000e0cu, 0x000011bdu, 0x000200f9u, 0x00000e14u, 0x000200f8u, 0x00000e14u, 0x000d00f5u, - 0x00000008u, 0x0000125au, 0x00001268u, 0x00000decu, 0x00000e0cu, 0x00000e0au, 0x00000e0fu, 0x00000e0du, - 0x000008e2u, 0x00000e10u, 0x0000009cu, 0x00000e13u, 0x00050041u, 0x00000016u, 0x00000e15u, 0x00000b92u, - 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000e16u, 0x00000e15u, 0x000300f7u, 0x00000e20u, 0x00000000u, - 0x000b00fbu, 0x00000e16u, 0x00000e20u, 0x00000000u, 0x00000e17u, 0x00000001u, 0x00000e1bu, 0x00000002u, - 0x00000e1eu, 0x00000003u, 0x00000e1fu, 0x000200f8u, 0x00000e1fu, 0x000200f9u, 0x00000e20u, 0x000200f8u, - 0x00000e1eu, 0x000200f9u, 0x00000e20u, 0x000200f8u, 0x00000e1bu, 0x00050041u, 0x00000016u, 0x000011bfu, - 0x000011b8u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000e1du, 0x000011bfu, 0x000200f9u, 0x00000e20u, - 0x000200f8u, 0x00000e17u, 0x000400c8u, 0x00000008u, 0x00000e19u, 0x0000125au, 0x000500c7u, 0x00000008u, - 0x00000e1au, 0x00000e19u, 0x00000133u, 0x000200f9u, 0x00000e20u, 0x000200f8u, 0x00000e20u, 0x000d00f5u, - 0x00000008u, 0x00001276u, 0x00001285u, 0x00000e14u, 0x00000e1au, 0x00000e17u, 0x00000e1du, 0x00000e1bu, - 0x00000133u, 0x00000e1eu, 0x0000009cu, 0x00000e1fu, 0x000500c3u, 0x00000008u, 0x00000e22u, 0x0000125au, - 0x000000bbu, 0x000500c3u, 0x00000008u, 0x00000e24u, 0x00001276u, 0x000000bbu, 0x0004003du, 0x00000008u, - 0x00000e26u, 0x00000e15u, 0x000500aau, 0x0000002cu, 0x00000e27u, 0x00000e26u, 0x000000afu, 0x000300f7u, - 0x00000e33u, 0x00000000u, 0x000400fau, 0x00000e27u, 0x00000e28u, 0x00000e33u, 0x000200f8u, 0x00000e28u, - 0x00050041u, 0x00000016u, 0x00000e2au, 0x00000b97u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000e2bu, - 0x00000e2au, 0x000500c3u, 0x00000008u, 0x00000e2cu, 0x00000e22u, 0x00000e2bu, 0x000500c7u, 0x00000008u, - 0x00000e2du, 0x00000e2cu, 0x00000222u, 0x00050041u, 0x00000016u, 0x00000e2fu, 0x00000b97u, 0x000001dau, - 0x0004003du, 0x00000008u, 0x00000e30u, 0x00000e2fu, 0x000500c3u, 0x00000008u, 0x00000e31u, 0x00000e24u, - 0x00000e30u, 0x000500c5u, 0x00000008u, 0x00000e32u, 0x00000e31u, 0x000000bbu, 0x000200f9u, 0x00000e33u, - 0x000200f8u, 0x00000e33u, 0x000700f5u, 0x00000008u, 0x000012b0u, 0x00000e24u, 0x00000e20u, 0x00000e32u, - 0x00000e28u, 0x000700f5u, 0x00000008u, 0x00001292u, 0x00000e22u, 0x00000e20u, 0x00000e2du, 0x00000e28u, - 0x00060050u, 0x00000014u, 0x00000e3au, 0x00001292u, 0x00001292u, 0x00001292u, 0x00050084u, 0x00000014u, - 0x00000e3bu, 0x00001646u, 0x00000e3au, 0x00050080u, 0x00000008u, 0x00000e42u, 0x000012b0u, 0x000000afu, - 0x00060050u, 0x00000014u, 0x00000e43u, 0x00000e42u, 0x00000e42u, 0x00000e42u, 0x00050084u, 0x00000014u, - 0x00000e44u, 0x00001299u, 0x00000e43u, 0x00050080u, 0x00000014u, 0x00000e45u, 0x00000e3bu, 0x00000e44u, - 0x000500c3u, 0x00000014u, 0x00000e4du, 0x00000e45u, 0x00001640u, 0x000500c7u, 0x00000014u, 0x00000e80u, - 0x00000e4du, 0x00000134u, 0x00050041u, 0x00000016u, 0x000011aeu, 0x0000119eu, 0x000001b8u, 0x00050051u, - 0x00000008u, 0x00000c17u, 0x00000e80u, 0x00000000u, 0x0003003eu, 0x000011aeu, 0x00000c17u, 0x00050041u, - 0x00000016u, 0x000011afu, 0x0000119eu, 0x000001dau, 0x00050051u, 0x00000008u, 0x00000c19u, 0x00000e80u, - 0x00000001u, 0x0003003eu, 0x000011afu, 0x00000c19u, 0x00050041u, 0x00000016u, 0x000011b0u, 0x0000119eu, - 0x00000193u, 0x00050051u, 0x00000008u, 0x00000c1bu, 0x00000e80u, 0x00000002u, 0x0003003eu, 0x000011b0u, - 0x00000c1bu, 0x000200f9u, 0x00000c1eu, 0x000200f8u, 0x00000c1eu, 0x000700f5u, 0x00000014u, 0x00001667u, - 0x0000164du, 0x00000c01u, 0x00000e4du, 0x00000e33u, 0x000700f5u, 0x00000014u, 0x00001598u, 0x000012a3u, - 0x00000c01u, 0x00001299u, 0x00000e33u, 0x000700f5u, 0x00000008u, 0x00001570u, 0x00001285u, 0x00000c01u, - 0x000012b0u, 0x00000e33u, 0x000700f5u, 0x00000008u, 0x00001548u, 0x00001268u, 0x00000c01u, 0x00001292u, - 0x00000e33u, 0x00070050u, 0x00001681u, 0x00001682u, 0x00000bd7u, 0x00000bd7u, 0x00000bd7u, 0x00000bd7u, - 0x000600a9u, 0x00000009u, 0x00001683u, 0x00001682u, 0x00000ca0u, 0x00000c9bu, 0x0004003du, 0x00000009u, - 0x000011b1u, 0x0000119eu, 0x0003003eu, 0x000011c5u, 0x000011b1u, 0x0003003eu, 0x000011c6u, 0x00000cd1u, - 0x0003003eu, 0x000011c7u, 0x00000c78u, 0x0003003eu, 0x00000b9bu, 0x00001683u, 0x0003003eu, 0x00000ba0u, - 0x00000bf7u, 0x000300f7u, 0x00000f52u, 0x00000000u, 0x000300fbu, 0x000001b8u, 0x00000e8du, 0x000200f8u, - 0x00000e8du, 0x00050041u, 0x00000016u, 0x00000e8eu, 0x00000b9bu, 0x00000193u, 0x0004003du, 0x00000008u, - 0x00000e8fu, 0x00000e8eu, 0x000300f7u, 0x00000ea0u, 0x00000000u, 0x000b00fbu, 0x00000e8fu, 0x00000ea0u, - 0x00000000u, 0x00000e90u, 0x00000001u, 0x00000e94u, 0x00000002u, 0x00000e98u, 0x00000003u, 0x00000e9cu, - 0x000200f8u, 0x00000e9cu, 0x0008004fu, 0x00000014u, 0x00000e9fu, 0x00000c78u, 0x00000c78u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ea0u, 0x000200f8u, 0x00000e98u, 0x0008004fu, 0x00000014u, - 0x00000e9bu, 0x00000c7du, 0x00000c7du, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ea0u, - 0x000200f8u, 0x00000e94u, 0x0008004fu, 0x00000014u, 0x00000e97u, 0x00000cd1u, 0x00000cd1u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ea0u, 0x000200f8u, 0x00000e90u, 0x0008004fu, 0x00000014u, - 0x00000e93u, 0x000011b1u, 0x000011b1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ea0u, - 0x000200f8u, 0x00000ea0u, 0x000d00f5u, 0x00000014u, 0x0000130cu, 0x00001317u, 0x00000e8du, 0x00000e93u, - 0x00000e90u, 0x00000e97u, 0x00000e94u, 0x00000e9bu, 0x00000e98u, 0x00000e9fu, 0x00000e9cu, 0x000400a8u, - 0x0000002cu, 0x00000ea5u, 0x00000d1cu, 0x000500a7u, 0x0000002cu, 0x00000ea6u, 0x00000bd3u, 0x00000ea5u, - 0x000300f7u, 0x00000ea9u, 0x00000000u, 0x000400fau, 0x00000ea6u, 0x00000ea7u, 0x00000ea9u, 0x000200f8u, - 0x00000ea7u, 0x000200f9u, 0x00000f52u, 0x000200f8u, 0x00000ea9u, 0x00050041u, 0x00000016u, 0x00000eabu, - 0x00000b9bu, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000eacu, 0x00000eabu, 0x000300f7u, 0x00000ebdu, - 0x00000000u, 0x000b00fbu, 0x00000eacu, 0x00000ebdu, 0x00000000u, 0x00000eadu, 0x00000001u, 0x00000eb1u, - 0x00000002u, 0x00000eb5u, 0x00000003u, 0x00000eb9u, 0x000200f8u, 0x00000eb9u, 0x0008004fu, 0x00000014u, - 0x00000ebcu, 0x00000c78u, 0x00000c78u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000e86u, - 0x00000ebcu, 0x000200f9u, 0x00000ebdu, 0x000200f8u, 0x00000eb5u, 0x0008004fu, 0x00000014u, 0x00000eb8u, - 0x00000c7du, 0x00000c7du, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000e86u, 0x00000eb8u, - 0x000200f9u, 0x00000ebdu, 0x000200f8u, 0x00000eb1u, 0x0008004fu, 0x00000014u, 0x00000eb4u, 0x00000cd1u, - 0x00000cd1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000e86u, 0x00000eb4u, 0x000200f9u, - 0x00000ebdu, 0x000200f8u, 0x00000eadu, 0x0008004fu, 0x00000014u, 0x00000eb0u, 0x000011b1u, 0x000011b1u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000e86u, 0x00000eb0u, 0x000200f9u, 0x00000ebdu, - 0x000200f8u, 0x00000ebdu, 0x000400a8u, 0x0000002cu, 0x00000ec1u, 0x00001250u, 0x000400a8u, 0x0000002cu, - 0x00000ec2u, 0x00000ec1u, 0x000300f7u, 0x00000ed3u, 0x00000000u, 0x000400fau, 0x00000ec2u, 0x00000ec3u, - 0x00000ed3u, 0x000200f8u, 0x00000ec3u, 0x00050041u, 0x00000016u, 0x00000ec4u, 0x00000b9bu, 0x000001dau, - 0x0004003du, 0x00000008u, 0x00000ec5u, 0x00000ec4u, 0x000500aau, 0x0000002cu, 0x00000ec6u, 0x00000ec5u, - 0x0000009cu, 0x000300f7u, 0x00000ecbu, 0x00000000u, 0x000400fau, 0x00000ec6u, 0x00000ec7u, 0x00000ecbu, - 0x000200f8u, 0x00000ec7u, 0x00050041u, 0x00000016u, 0x00000ec8u, 0x00000b9bu, 0x000001e0u, 0x0004003du, - 0x00000008u, 0x00000ec9u, 0x00000ec8u, 0x000500aau, 0x0000002cu, 0x00000ecau, 0x00000ec9u, 0x0000009cu, - 0x000200f9u, 0x00000ecbu, 0x000200f8u, 0x00000ecbu, 0x000700f5u, 0x0000002cu, 0x00000eccu, 0x00000ec6u, - 0x00000ec3u, 0x00000ecau, 0x00000ec7u, 0x000300f7u, 0x00000ed1u, 0x00000000u, 0x000400fau, 0x00000eccu, - 0x00000ecdu, 0x00000ed1u, 0x000200f8u, 0x00000ecdu, 0x00050041u, 0x00000016u, 0x000011cau, 0x000011c5u, - 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000ecfu, 0x000011cau, 0x000500aau, 0x0000002cu, 0x00000ed0u, - 0x00000ecfu, 0x00000133u, 0x000200f9u, 0x00000ed1u, 0x000200f8u, 0x00000ed1u, 0x000700f5u, 0x0000002cu, - 0x00000ed2u, 0x00000eccu, 0x00000ecbu, 0x00000ed0u, 0x00000ecdu, 0x000200f9u, 0x00000ed3u, 0x000200f8u, - 0x00000ed3u, 0x000700f5u, 0x0000002cu, 0x00000ed4u, 0x00000ec1u, 0x00000ebdu, 0x00000ed2u, 0x00000ed1u, - 0x000300f7u, 0x00000ed7u, 0x00000000u, 0x000400fau, 0x00000ed4u, 0x00000ed5u, 0x00000ed7u, 0x000200f8u, - 0x00000ed5u, 0x0004003du, 0x00000014u, 0x00000ed6u, 0x00000e86u, 0x000200f9u, 0x00000f52u, 0x000200f8u, - 0x00000ed7u, 0x00050041u, 0x00000016u, 0x00000ed9u, 0x00000b9bu, 0x000001dau, 0x0004003du, 0x00000008u, - 0x00000edau, 0x00000ed9u, 0x000300f7u, 0x00000ee5u, 0x00000000u, 0x000b00fbu, 0x00000edau, 0x00000ee5u, - 0x00000000u, 0x00000edbu, 0x00000001u, 0x00000edeu, 0x00000002u, 0x00000ee1u, 0x00000003u, 0x00000ee4u, - 0x000200f8u, 0x00000ee4u, 0x000200f9u, 0x00000ee5u, 0x000200f8u, 0x00000ee1u, 0x000200f9u, 0x00000ee5u, - 0x000200f8u, 0x00000edeu, 0x00050041u, 0x00000016u, 0x000011ccu, 0x000011c7u, 0x000001e0u, 0x0004003du, - 0x00000008u, 0x00000ee0u, 0x000011ccu, 0x000200f9u, 0x00000ee5u, 0x000200f8u, 0x00000edbu, 0x00050041u, - 0x00000016u, 0x000011cbu, 0x000011c5u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000eddu, 0x000011cbu, - 0x000200f9u, 0x00000ee5u, 0x000200f8u, 0x00000ee5u, 0x000d00f5u, 0x00000008u, 0x000012b3u, 0x000012c2u, - 0x00000ed7u, 0x00000eddu, 0x00000edbu, 0x00000ee0u, 0x00000edeu, 0x000008e2u, 0x00000ee1u, 0x0000009cu, - 0x00000ee4u, 0x00050041u, 0x00000016u, 0x00000ee6u, 0x00000b9bu, 0x000001e0u, 0x0004003du, 0x00000008u, - 0x00000ee7u, 0x00000ee6u, 0x000300f7u, 0x00000ef1u, 0x00000000u, 0x000b00fbu, 0x00000ee7u, 0x00000ef1u, - 0x00000000u, 0x00000ee8u, 0x00000001u, 0x00000eecu, 0x00000002u, 0x00000eefu, 0x00000003u, 0x00000ef0u, - 0x000200f8u, 0x00000ef0u, 0x000200f9u, 0x00000ef1u, 0x000200f8u, 0x00000eefu, 0x000200f9u, 0x00000ef1u, - 0x000200f8u, 0x00000eecu, 0x00050041u, 0x00000016u, 0x000011cdu, 0x000011c6u, 0x000001e0u, 0x0004003du, - 0x00000008u, 0x00000eeeu, 0x000011cdu, 0x000200f9u, 0x00000ef1u, 0x000200f8u, 0x00000ee8u, 0x000400c8u, - 0x00000008u, 0x00000eeau, 0x000012b3u, 0x000500c7u, 0x00000008u, 0x00000eebu, 0x00000eeau, 0x00000133u, - 0x000200f9u, 0x00000ef1u, 0x000200f8u, 0x00000ef1u, 0x000d00f5u, 0x00000008u, 0x000012dcu, 0x000012ecu, - 0x00000ee5u, 0x00000eebu, 0x00000ee8u, 0x00000eeeu, 0x00000eecu, 0x00000133u, 0x00000eefu, 0x0000009cu, - 0x00000ef0u, 0x000500c3u, 0x00000008u, 0x00000ef3u, 0x000012b3u, 0x000000bbu, 0x000500c3u, 0x00000008u, - 0x00000ef5u, 0x000012dcu, 0x000000bbu, 0x0004003du, 0x00000008u, 0x00000ef7u, 0x00000ee6u, 0x000500aau, - 0x0000002cu, 0x00000ef8u, 0x00000ef7u, 0x000000afu, 0x000300f7u, 0x00000f04u, 0x00000000u, 0x000400fau, - 0x00000ef8u, 0x00000ef9u, 0x00000f04u, 0x000200f8u, 0x00000ef9u, 0x00050041u, 0x00000016u, 0x00000efbu, - 0x00000ba0u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000efcu, 0x00000efbu, 0x000500c3u, 0x00000008u, - 0x00000efdu, 0x00000ef3u, 0x00000efcu, 0x000500c7u, 0x00000008u, 0x00000efeu, 0x00000efdu, 0x00000222u, - 0x00050041u, 0x00000016u, 0x00000f00u, 0x00000ba0u, 0x000001dau, 0x0004003du, 0x00000008u, 0x00000f01u, - 0x00000f00u, 0x000500c3u, 0x00000008u, 0x00000f02u, 0x00000ef5u, 0x00000f01u, 0x000500c5u, 0x00000008u, - 0x00000f03u, 0x00000f02u, 0x000000bbu, 0x000200f9u, 0x00000f04u, 0x000200f8u, 0x00000f04u, 0x000700f5u, - 0x00000008u, 0x00001330u, 0x00000ef5u, 0x00000ef1u, 0x00000f03u, 0x00000ef9u, 0x000700f5u, 0x00000008u, - 0x00001305u, 0x00000ef3u, 0x00000ef1u, 0x00000efeu, 0x00000ef9u, 0x0004003du, 0x00000014u, 0x00000f05u, - 0x00000e86u, 0x00060050u, 0x00000014u, 0x00000f0bu, 0x00001305u, 0x00001305u, 0x00001305u, 0x00050084u, - 0x00000014u, 0x00000f0cu, 0x00000f05u, 0x00000f0bu, 0x00050080u, 0x00000008u, 0x00000f13u, 0x00001330u, - 0x000000afu, 0x00060050u, 0x00000014u, 0x00000f14u, 0x00000f13u, 0x00000f13u, 0x00000f13u, 0x00050084u, - 0x00000014u, 0x00000f15u, 0x0000130cu, 0x00000f14u, 0x00050080u, 0x00000014u, 0x00000f16u, 0x00000f0cu, - 0x00000f15u, 0x0003003eu, 0x00000e89u, 0x00000f16u, 0x000500a6u, 0x0000002cu, 0x00000f1au, 0x00000298u, - 0x00000bc3u, 0x000300f7u, 0x00000f4eu, 0x00000000u, 0x000400fau, 0x00000f1au, 0x00000f1bu, 0x00000f23u, - 0x000200f8u, 0x00000f23u, 0x000500c3u, 0x00000008u, 0x00000f25u, 0x00001305u, 0x000000b5u, 0x000500c3u, - 0x00000008u, 0x00000f27u, 0x00001330u, 0x000000b5u, 0x00050080u, 0x00000008u, 0x00000f28u, 0x00000f25u, - 0x00000f27u, 0x00050080u, 0x00000008u, 0x00000f29u, 0x00000f28u, 0x000000afu, 0x0004003du, 0x00000014u, - 0x00000f2au, 0x00000e89u, 0x000500c3u, 0x00000014u, 0x00000f2cu, 0x00000f2au, 0x00001641u, 0x000500c7u, - 0x00000014u, 0x00000f2fu, 0x00000f2cu, 0x00001642u, 0x0003003eu, 0x00000e89u, 0x00000f2fu, 0x0004003du, - 0x00000257u, 0x00000f30u, 0x00000259u, 0x000500c4u, 0x00000008u, 0x00000f32u, 0x00000f29u, 0x000000eau, - 0x00050041u, 0x00000016u, 0x00000f33u, 0x00000e89u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000f34u, - 0x00000f33u, 0x000500c5u, 0x00000008u, 0x00000f35u, 0x00000f32u, 0x00000f34u, 0x0005005fu, 0x000000abu, - 0x00000f36u, 0x00000f30u, 0x00000f35u, 0x00050051u, 0x00000006u, 0x00000f37u, 0x00000f36u, 0x00000000u, - 0x0004007cu, 0x00000008u, 0x00000f38u, 0x00000f37u, 0x00050041u, 0x00000016u, 0x00000f39u, 0x00000e86u, - 0x000001b8u, 0x0003003eu, 0x00000f39u, 0x00000f38u, 0x00050041u, 0x00000016u, 0x00000f3du, 0x00000e89u, - 0x000001dau, 0x0004003du, 0x00000008u, 0x00000f3eu, 0x00000f3du, 0x000500c5u, 0x00000008u, 0x00000f3fu, - 0x00000f32u, 0x00000f3eu, 0x0005005fu, 0x000000abu, 0x00000f40u, 0x00000f30u, 0x00000f3fu, 0x00050051u, - 0x00000006u, 0x00000f41u, 0x00000f40u, 0x00000000u, 0x0004007cu, 0x00000008u, 0x00000f42u, 0x00000f41u, - 0x00050041u, 0x00000016u, 0x00000f43u, 0x00000e86u, 0x000001dau, 0x0003003eu, 0x00000f43u, 0x00000f42u, - 0x00050041u, 0x00000016u, 0x00000f47u, 0x00000e89u, 0x00000193u, 0x0004003du, 0x00000008u, 0x00000f48u, - 0x00000f47u, 0x000500c5u, 0x00000008u, 0x00000f49u, 0x00000f32u, 0x00000f48u, 0x0005005fu, 0x000000abu, - 0x00000f4au, 0x00000f30u, 0x00000f49u, 0x00050051u, 0x00000006u, 0x00000f4bu, 0x00000f4au, 0x00000000u, - 0x0004007cu, 0x00000008u, 0x00000f4cu, 0x00000f4bu, 0x00050041u, 0x00000016u, 0x00000f4du, 0x00000e86u, - 0x00000193u, 0x0003003eu, 0x00000f4du, 0x00000f4cu, 0x000200f9u, 0x00000f4eu, 0x000200f8u, 0x00000f1bu, - 0x0004003du, 0x00000014u, 0x00000f1cu, 0x00000e89u, 0x000500c3u, 0x00000014u, 0x00000f1eu, 0x00000f1cu, - 0x00001640u, 0x0003003eu, 0x00000e86u, 0x00000f1eu, 0x000200f9u, 0x00000f4eu, 0x000200f8u, 0x00000f4eu, - 0x0004003du, 0x00000014u, 0x00000f4fu, 0x00000e86u, 0x000500c7u, 0x00000014u, 0x00000f51u, 0x00000f4fu, - 0x00000134u, 0x000200f9u, 0x00000f52u, 0x000200f8u, 0x00000f52u, 0x000900f5u, 0x00000008u, 0x000015d9u, - 0x000012ecu, 0x00000ea7u, 0x000012ecu, 0x00000ed5u, 0x00001330u, 0x00000f4eu, 0x000900f5u, 0x00000008u, - 0x000015beu, 0x000012c2u, 0x00000ea7u, 0x000012c2u, 0x00000ed5u, 0x00001305u, 0x00000f4eu, 0x000900f5u, - 0x00000014u, 0x00001331u, 0x0000130cu, 0x00000ea7u, 0x00000ed6u, 0x00000ed5u, 0x00000f51u, 0x00000f4eu, - 0x000300f7u, 0x00000c2cu, 0x00000000u, 0x000400fau, 0x00000bdfu, 0x00000c28u, 0x00000c2cu, 0x000200f8u, - 0x00000c28u, 0x00060050u, 0x00000014u, 0x00000f5bu, 0x00000bb1u, 0x00000bb1u, 0x00000bb1u, 0x000500c3u, - 0x00000014u, 0x00000f5cu, 0x00000f5bu, 0x00000128u, 0x000500c7u, 0x00000014u, 0x00000f5eu, 0x00000f5cu, - 0x0000163du, 0x000500c7u, 0x00000014u, 0x00000f61u, 0x00001331u, 0x0000163cu, 0x00050080u, 0x00000014u, - 0x00000f63u, 0x00000f61u, 0x0000163eu, 0x000500adu, 0x00000138u, 0x00000f65u, 0x00001331u, 0x00000137u, - 0x000600a9u, 0x00000014u, 0x00000f66u, 0x00000f65u, 0x00000134u, 0x00000f63u, 0x000500c7u, 0x00000014u, - 0x00000f6au, 0x00001331u, 0x0000163du, 0x00050082u, 0x00000014u, 0x00000f6bu, 0x00000f5eu, 0x00000f6au, - 0x000500c3u, 0x00000014u, 0x00000f6du, 0x00000f6bu, 0x0000163fu, 0x00050082u, 0x00000014u, 0x00000f70u, - 0x00000f66u, 0x00001331u, 0x000500c7u, 0x00000014u, 0x00000f74u, 0x00000f70u, 0x00000f6du, 0x00050080u, - 0x00000014u, 0x00000f75u, 0x00001331u, 0x00000f74u, 0x000500c7u, 0x00000014u, 0x00000f78u, 0x00000f75u, - 0x00000134u, 0x000200f9u, 0x00000c2cu, 0x000200f8u, 0x00000c2cu, 0x000700f5u, 0x00000014u, 0x00001350u, - 0x00001331u, 0x00000f52u, 0x00000f78u, 0x00000c28u, 0x000300f7u, 0x00000f95u, 0x00000000u, 0x000b00fbu, - 0x00000ca8u, 0x00000f95u, 0x00000000u, 0x00000f81u, 0x00000001u, 0x00000f8du, 0x00000002u, 0x00000f92u, - 0x00000003u, 0x00000f93u, 0x000200f8u, 0x00000f93u, 0x000200f9u, 0x00000f95u, 0x000200f8u, 0x00000f92u, - 0x000200f9u, 0x00000f95u, 0x000200f8u, 0x00000f8du, 0x00050080u, 0x00000008u, 0x00000f90u, 0x0000124au, - 0x00000be4u, 0x000500c7u, 0x00000008u, 0x00000f91u, 0x00000f90u, 0x000000d3u, 0x000200f9u, 0x00000f95u, - 0x000200f8u, 0x00000f81u, 0x000300f7u, 0x00000f8cu, 0x00000000u, 0x000400fau, 0x00001250u, 0x00000f83u, - 0x00000f88u, 0x000200f8u, 0x00000f88u, 0x00050082u, 0x00000008u, 0x00000f8au, 0x0000124au, 0x000000afu, - 0x000500c7u, 0x00000008u, 0x00000f8bu, 0x00000f8au, 0x000000d3u, 0x000200f9u, 0x00000f8cu, 0x000200f8u, - 0x00000f83u, 0x00050080u, 0x00000008u, 0x00000f86u, 0x00000be4u, 0x0000124au, 0x0007000cu, 0x00000008u, - 0x00000f87u, 0x00000001u, 0x00000027u, 0x000000d3u, 0x00000f86u, 0x000200f9u, 0x00000f8cu, 0x000200f8u, - 0x00000f8cu, 0x000700f5u, 0x00000008u, 0x0000134eu, 0x00000f87u, 0x00000f83u, 0x00000f8bu, 0x00000f88u, - 0x000200f9u, 0x00000f95u, 0x000200f8u, 0x00000f95u, 0x000d00f5u, 0x00000008u, 0x0000134du, 0x0000009cu, - 0x00000c2cu, 0x0000134eu, 0x00000f8cu, 0x00000f91u, 0x00000f8du, 0x000000d3u, 0x00000f92u, 0x00000be4u, - 0x00000f93u, 0x000500c4u, 0x00000008u, 0x00000c35u, 0x0000134du, 0x000000c7u, 0x00050051u, 0x00000008u, - 0x00000c36u, 0x00001350u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00000c37u, 0x00001350u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00000c38u, 0x00001350u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00000c39u, - 0x00000c36u, 0x00000c37u, 0x00000c38u, 0x00000c35u, 0x000300f7u, 0x00000fa3u, 0x00000000u, 0x000400fau, - 0x00000672u, 0x00000f98u, 0x00000fa1u, 0x000200f8u, 0x00000fa1u, 0x0003003eu, 0x00000381u, 0x00000c39u, - 0x000200f9u, 0x00000fa3u, 0x000200f8u, 0x00000f98u, 0x00050041u, 0x00000016u, 0x00000f9bu, 0x00000381u, - 0x000001b8u, 0x0003003eu, 0x00000f9bu, 0x00000c36u, 0x00050041u, 0x00000016u, 0x00000f9du, 0x00000381u, - 0x000001dau, 0x0003003eu, 0x00000f9du, 0x00000c37u, 0x00050041u, 0x00000016u, 0x00000f9fu, 0x00000381u, - 0x00000193u, 0x0003003eu, 0x00000f9fu, 0x00000c38u, 0x000200f9u, 0x00000fa3u, 0x000200f8u, 0x00000fa3u, - 0x000300f7u, 0x00000c48u, 0x00000000u, 0x000400fau, 0x00000bcbu, 0x00000c3cu, 0x00000c44u, 0x000200f8u, - 0x00000c44u, 0x000300f7u, 0x00000c47u, 0x00000000u, 0x000400fau, 0x00000568u, 0x00000c45u, 0x00000c47u, - 0x000200f8u, 0x00000c45u, 0x000300f7u, 0x0000101eu, 0x00000000u, 0x000700fbu, 0x00000367u, 0x0000101eu, - 0x00000002u, 0x00000febu, 0x00000003u, 0x00001008u, 0x000200f8u, 0x00001008u, 0x0004003du, 0x00000009u, - 0x00001009u, 0x00000381u, 0x0007004fu, 0x0000002eu, 0x0000100au, 0x00001009u, 0x00001009u, 0x00000000u, - 0x00000003u, 0x0004007cu, 0x0000006bu, 0x0000100bu, 0x0000100au, 0x0003003eu, 0x00000fe7u, 0x0000100bu, - 0x00050041u, 0x00000007u, 0x0000100cu, 0x00000fe7u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x0000100du, - 0x0000100cu, 0x000500c4u, 0x00000006u, 0x0000100eu, 0x0000100du, 0x000003a7u, 0x00050041u, 0x00000007u, - 0x0000100fu, 0x00000fe7u, 0x000001dau, 0x0004003du, 0x00000006u, 0x00001010u, 0x0000100fu, 0x000500c5u, - 0x00000006u, 0x00001011u, 0x0000100eu, 0x00001010u, 0x000500c7u, 0x00000006u, 0x00001013u, 0x00001011u, - 0x000001dau, 0x00050084u, 0x00000006u, 0x00001014u, 0x00001013u, 0x000001e0u, 0x000500c2u, 0x00000006u, - 0x00001016u, 0x00001011u, 0x00000193u, 0x0004007cu, 0x00000008u, 0x00001017u, 0x00001016u, 0x000500c7u, - 0x00000006u, 0x00001019u, 0x00001011u, 0x000001e0u, 0x000500c4u, 0x00000006u, 0x0000101au, 0x00001019u, - 0x00000193u, 0x000500c5u, 0x00000006u, 0x0000101cu, 0x0000101au, 0x00001014u, 0x0004007cu, 0x00000008u, - 0x0000101du, 0x0000101cu, 0x000200f9u, 0x0000101eu, 0x000200f8u, 0x00000febu, 0x00050041u, 0x00000016u, - 0x00000fecu, 0x00000381u, 0x000001e0u, 0x0004003du, 0x00000008u, 0x00000fedu, 0x00000fecu, 0x000500c3u, - 0x00000008u, 0x00000feeu, 0x00000fedu, 0x000000bbu, 0x00050041u, 0x00000016u, 0x00000fefu, 0x00000381u, - 0x00000193u, 0x0004003du, 0x00000008u, 0x00000ff0u, 0x00000fefu, 0x000500c7u, 0x00000008u, 0x00000ff1u, - 0x00000ff0u, 0x000000d9u, 0x000500c5u, 0x00000008u, 0x00000ff2u, 0x00000feeu, 0x00000ff1u, 0x00050041u, - 0x00000016u, 0x00000ff3u, 0x00000381u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000ff4u, 0x00000ff3u, - 0x0004007cu, 0x00000006u, 0x00000ff5u, 0x00000ff4u, 0x000500c7u, 0x00000006u, 0x00000ff6u, 0x00000ff5u, - 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000ff7u, 0x00000ff6u, 0x00000408u, 0x00050041u, 0x00000016u, - 0x00000ff8u, 0x00000381u, 0x000001dau, 0x0004003du, 0x00000008u, 0x00000ff9u, 0x00000ff8u, 0x0004007cu, - 0x00000006u, 0x00000ffau, 0x00000ff9u, 0x000500c7u, 0x00000006u, 0x00000ffbu, 0x00000ffau, 0x000003aeu, - 0x000500c4u, 0x00000006u, 0x00000ffcu, 0x00000ffbu, 0x000001dau, 0x000500c5u, 0x00000006u, 0x00000ffeu, - 0x00000ff7u, 0x00000ffcu, 0x0004003du, 0x00000008u, 0x00001000u, 0x00000fefu, 0x0004007cu, 0x00000006u, - 0x00001001u, 0x00001000u, 0x000500c7u, 0x00000006u, 0x00001002u, 0x00001001u, 0x000003aeu, 0x000500c2u, - 0x00000006u, 0x00001003u, 0x00001002u, 0x00000415u, 0x000500c5u, 0x00000006u, 0x00001005u, 0x00000ffeu, - 0x00001003u, 0x0004007cu, 0x00000008u, 0x00001007u, 0x00001005u, 0x000200f9u, 0x0000101eu, 0x000200f8u, - 0x0000101eu, 0x000900f5u, 0x00000008u, 0x00001530u, 0x00001235u, 0x00000c45u, 0x00000ff2u, 0x00000febu, - 0x0000101du, 0x00001008u, 0x000900f5u, 0x00000008u, 0x000014f2u, 0x00001232u, 0x00000c45u, 0x00001007u, - 0x00000febu, 0x00001017u, 0x00001008u, 0x000200f9u, 0x00000c47u, 0x000200f8u, 0x00000c47u, 0x000700f5u, - 0x00000008u, 0x00001512u, 0x00001235u, 0x00000c44u, 0x00001530u, 0x0000101eu, 0x000700f5u, 0x00000008u, - 0x000014d4u, 0x00001232u, 0x00000c44u, 0x000014f2u, 0x0000101eu, 0x000200f9u, 0x00000c48u, 0x000200f8u, - 0x00000c3cu, 0x00050082u, 0x00000008u, 0x00000fabu, 0x00000170u, 0x00000baeu, 0x0007000cu, 0x00000008u, - 0x00000facu, 0x00000001u, 0x0000002au, 0x00000fabu, 0x000000afu, 0x0006000cu, 0x00000008u, 0x00000faeu, - 0x00000001u, 0x0000004au, 0x00000facu, 0x00050082u, 0x00000008u, 0x00000fafu, 0x00000175u, 0x00000faeu, - 0x0008000cu, 0x00000008u, 0x00000fb1u, 0x00000001u, 0x0000002du, 0x00000fafu, 0x0000009cu, 0x000000d3u, - 0x00050082u, 0x00000008u, 0x00000fb3u, 0x000000cdu, 0x00000fb1u, 0x0007000cu, 0x00000008u, 0x00000fb4u, - 0x00000001u, 0x0000002au, 0x00000fb3u, 0x0000009cu, 0x000500c3u, 0x00000008u, 0x00000fb7u, 0x00000baeu, - 0x00000fb4u, 0x000500c7u, 0x00000008u, 0x00000fb8u, 0x00000fb7u, 0x0000015du, 0x000500c4u, 0x00000008u, - 0x00000fbau, 0x00000fb1u, 0x000000eau, 0x00050080u, 0x00000008u, 0x00000fbcu, 0x00000fbau, 0x00000fb8u, - 0x000300f7u, 0x00000c43u, 0x00000000u, 0x000400fau, 0x00000568u, 0x00000c41u, 0x00000c43u, 0x000200f8u, - 0x00000c41u, 0x0004007cu, 0x00000006u, 0x00000fc0u, 0x00000fbcu, 0x000500c4u, 0x00000006u, 0x00000fc1u, - 0x00000fc0u, 0x00000415u, 0x0004007cu, 0x00000006u, 0x00000fc3u, 0x00000c8au, 0x000500c5u, 0x00000006u, - 0x00000fc4u, 0x00000fc1u, 0x00000fc3u, 0x000300f7u, 0x00000fe5u, 0x00000000u, 0x000700fbu, 0x00000367u, - 0x00000fe5u, 0x00000002u, 0x00000fc5u, 0x00000003u, 0x00000fdau, 0x000200f8u, 0x00000fdau, 0x000500c2u, - 0x00000006u, 0x00000fdcu, 0x00000fc4u, 0x00000442u, 0x000500c7u, 0x00000006u, 0x00000fddu, 0x00000fdcu, - 0x000003d5u, 0x0004007cu, 0x00000008u, 0x00000fdeu, 0x00000fddu, 0x00050041u, 0x00000016u, 0x00000fdfu, - 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000fdfu, 0x00000fdeu, 0x000500c2u, 0x00000006u, 0x00000fe1u, - 0x00000fc4u, 0x00000193u, 0x000500c7u, 0x00000006u, 0x00000fe2u, 0x00000fe1u, 0x000003d5u, 0x0004007cu, - 0x00000008u, 0x00000fe3u, 0x00000fe2u, 0x00050041u, 0x00000016u, 0x00000fe4u, 0x00000381u, 0x000001e0u, - 0x0003003eu, 0x00000fe4u, 0x00000fe3u, 0x000200f9u, 0x00000fe5u, 0x000200f8u, 0x00000fc5u, 0x000500c2u, - 0x00000006u, 0x00000fc7u, 0x00000fc4u, 0x00000442u, 0x000500c7u, 0x00000006u, 0x00000fc8u, 0x00000fc7u, - 0x000003aeu, 0x0004007cu, 0x00000008u, 0x00000fc9u, 0x00000fc8u, 0x00050041u, 0x00000016u, 0x00000fcau, - 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000fcau, 0x00000fc9u, 0x000500c2u, 0x00000006u, 0x00000fccu, - 0x00000fc4u, 0x00000448u, 0x000500c7u, 0x00000006u, 0x00000fcdu, 0x00000fccu, 0x000003aeu, 0x0004007cu, - 0x00000008u, 0x00000fceu, 0x00000fcdu, 0x00050041u, 0x00000016u, 0x00000fcfu, 0x00000381u, 0x000001dau, - 0x0003003eu, 0x00000fcfu, 0x00000fceu, 0x000500c2u, 0x00000006u, 0x00000fd1u, 0x00000fc4u, 0x000001b8u, - 0x000500c7u, 0x00000006u, 0x00000fd2u, 0x00000fd1u, 0x000003aeu, 0x0004007cu, 0x00000008u, 0x00000fd3u, - 0x00000fd2u, 0x00050041u, 0x00000016u, 0x00000fd4u, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000fd4u, - 0x00000fd3u, 0x000500c7u, 0x00000006u, 0x00000fd6u, 0x00000fc4u, 0x00000453u, 0x000500c4u, 0x00000006u, - 0x00000fd7u, 0x00000fd6u, 0x00000448u, 0x0004007cu, 0x00000008u, 0x00000fd8u, 0x00000fd7u, 0x00050041u, - 0x00000016u, 0x00000fd9u, 0x00000381u, 0x000001e0u, 0x0003003eu, 0x00000fd9u, 0x00000fd8u, 0x000200f9u, - 0x00000fe5u, 0x000200f8u, 0x00000fe5u, 0x000200f9u, 0x00000c43u, 0x000200f8u, 0x00000c43u, 0x000200f9u, - 0x00000c48u, 0x000200f8u, 0x00000c48u, 0x000700f5u, 0x00000008u, 0x0000150fu, 0x00000c8au, 0x00000c43u, - 0x00001512u, 0x00000c47u, 0x000700f5u, 0x00000008u, 0x000014d1u, 0x00000fbcu, 0x00000c43u, 0x000014d4u, - 0x00000c47u, 0x000600a9u, 0x0000002cu, 0x00001684u, 0x00000bcbu, 0x000002b3u, 0x000013f6u, 0x000200f9u, - 0x00000c49u, 0x000200f8u, 0x00000c49u, 0x000700f5u, 0x00000014u, 0x0000165fu, 0x0000164du, 0x00000bffu, - 0x00001667u, 0x00000c48u, 0x000700f5u, 0x00000014u, 0x000015eeu, 0x00001317u, 0x00000bffu, 0x0000130cu, - 0x00000c48u, 0x000700f5u, 0x00000008u, 0x000015d3u, 0x000012ecu, 0x00000bffu, 0x000015d9u, 0x00000c48u, - 0x000700f5u, 0x00000008u, 0x000015b8u, 0x000012c2u, 0x00000bffu, 0x000015beu, 0x00000c48u, 0x000700f5u, - 0x00000014u, 0x00001590u, 0x000012a3u, 0x00000bffu, 0x00001598u, 0x00000c48u, 0x000700f5u, 0x00000008u, - 0x00001568u, 0x00001285u, 0x00000bffu, 0x00001570u, 0x00000c48u, 0x000700f5u, 0x00000008u, 0x00001540u, - 0x00001268u, 0x00000bffu, 0x00001548u, 0x00000c48u, 0x000700f5u, 0x00000008u, 0x00001502u, 0x00001235u, - 0x00000bffu, 0x0000150fu, 0x00000c48u, 0x000700f5u, 0x00000008u, 0x000014c4u, 0x00001232u, 0x00000bffu, - 0x000014d1u, 0x00000c48u, 0x000700f5u, 0x0000002cu, 0x00001406u, 0x000013f6u, 0x00000bffu, 0x00001684u, - 0x00000c48u, 0x000600a9u, 0x0000002cu, 0x00001685u, 0x00000c00u, 0x000002b3u, 0x000013d9u, 0x000200f9u, - 0x000008b7u, 0x000200f8u, 0x000008b6u, 0x00060041u, 0x000000e6u, 0x000008beu, 0x000008bcu, 0x0000009cu, - 0x00000897u, 0x0004003du, 0x00000006u, 0x000008bfu, 0x000008beu, 0x000300f7u, 0x00000b11u, 0x00000000u, - 0x000900fbu, 0x00000367u, 0x00000b11u, 0x00000000u, 0x00000af2u, 0x00000001u, 0x00000af3u, 0x00000002u, - 0x00000afau, 0x000200f8u, 0x00000afau, 0x000500c2u, 0x00000006u, 0x00000afcu, 0x000008bfu, 0x000000d9u, - 0x000500c7u, 0x00000006u, 0x00000afdu, 0x00000afcu, 0x000003aeu, 0x000500c2u, 0x00000006u, 0x00000affu, - 0x000008bfu, 0x000000bbu, 0x000500c7u, 0x00000006u, 0x00000b00u, 0x00000affu, 0x000003aeu, 0x000500c4u, - 0x00000006u, 0x00000b02u, 0x000008bfu, 0x000000b5u, 0x000500c7u, 0x00000006u, 0x00000b03u, 0x00000b02u, - 0x000003aeu, 0x000500c7u, 0x00000006u, 0x00000b05u, 0x000008bfu, 0x000001dau, 0x00050084u, 0x00000006u, - 0x00000b06u, 0x00000b05u, 0x0000069cu, 0x0004007cu, 0x00000008u, 0x00000b08u, 0x00000afdu, 0x0004007cu, - 0x00000008u, 0x00000b0au, 0x00000b00u, 0x0004007cu, 0x00000008u, 0x00000b0cu, 0x00000b03u, 0x0004007cu, - 0x00000008u, 0x00000b0eu, 0x00000b06u, 0x00070050u, 0x00000009u, 0x00000b0fu, 0x00000b08u, 0x00000b0au, - 0x00000b0cu, 0x00000b0eu, 0x000300f7u, 0x00000b2eu, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000b23u, - 0x00000b2cu, 0x000200f8u, 0x00000b2cu, 0x0003003eu, 0x00000381u, 0x00000b0fu, 0x000200f9u, 0x00000b2eu, - 0x000200f8u, 0x00000b23u, 0x00050041u, 0x00000016u, 0x00000b26u, 0x00000381u, 0x000001b8u, 0x0003003eu, - 0x00000b26u, 0x00000b08u, 0x00050041u, 0x00000016u, 0x00000b28u, 0x00000381u, 0x000001dau, 0x0003003eu, - 0x00000b28u, 0x00000b0au, 0x00050041u, 0x00000016u, 0x00000b2au, 0x00000381u, 0x00000193u, 0x0003003eu, - 0x00000b2au, 0x00000b0cu, 0x000200f9u, 0x00000b2eu, 0x000200f8u, 0x00000b2eu, 0x000200f9u, 0x00000b11u, - 0x000200f8u, 0x00000af3u, 0x000500c7u, 0x00000006u, 0x00000af5u, 0x000008bfu, 0x000003d5u, 0x0004007cu, - 0x00000008u, 0x00000af7u, 0x00000af5u, 0x00070050u, 0x00000009u, 0x00000af8u, 0x00000af7u, 0x00000af7u, - 0x00000af7u, 0x00000af7u, 0x000300f7u, 0x00000b21u, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000b16u, - 0x00000b1fu, 0x000200f8u, 0x00000b1fu, 0x0003003eu, 0x00000381u, 0x00000af8u, 0x000200f9u, 0x00000b21u, - 0x000200f8u, 0x00000b16u, 0x00050041u, 0x00000016u, 0x00000b19u, 0x00000381u, 0x000001b8u, 0x0003003eu, - 0x00000b19u, 0x00000af7u, 0x00050041u, 0x00000016u, 0x00000b1bu, 0x00000381u, 0x000001dau, 0x0003003eu, - 0x00000b1bu, 0x00000af7u, 0x00050041u, 0x00000016u, 0x00000b1du, 0x00000381u, 0x00000193u, 0x0003003eu, - 0x00000b1du, 0x00000af7u, 0x000200f9u, 0x00000b21u, 0x000200f8u, 0x00000b21u, 0x000200f9u, 0x00000b11u, - 0x000200f8u, 0x00000af2u, 0x0003003eu, 0x00000381u, 0x00000683u, 0x000200f9u, 0x00000b11u, 0x000200f8u, - 0x00000b11u, 0x000b00f5u, 0x0000002cu, 0x000013e1u, 0x000013d9u, 0x000008b6u, 0x000002b3u, 0x00000af2u, - 0x000002b3u, 0x00000b21u, 0x000002b3u, 0x00000b2eu, 0x000300f7u, 0x00000b14u, 0x00000000u, 0x000400fau, - 0x00000568u, 0x00000b12u, 0x00000b14u, 0x000200f8u, 0x00000b12u, 0x000300f7u, 0x00000b67u, 0x00000000u, - 0x000700fbu, 0x00000367u, 0x00000b67u, 0x00000002u, 0x00000b34u, 0x00000003u, 0x00000b51u, 0x000200f8u, - 0x00000b51u, 0x0004003du, 0x00000009u, 0x00000b52u, 0x00000381u, 0x0007004fu, 0x0000002eu, 0x00000b53u, - 0x00000b52u, 0x00000b52u, 0x00000000u, 0x00000003u, 0x0004007cu, 0x0000006bu, 0x00000b54u, 0x00000b53u, - 0x0003003eu, 0x00000b30u, 0x00000b54u, 0x00050041u, 0x00000007u, 0x00000b55u, 0x00000b30u, 0x000001b8u, - 0x0004003du, 0x00000006u, 0x00000b56u, 0x00000b55u, 0x000500c4u, 0x00000006u, 0x00000b57u, 0x00000b56u, - 0x000003a7u, 0x00050041u, 0x00000007u, 0x00000b58u, 0x00000b30u, 0x000001dau, 0x0004003du, 0x00000006u, - 0x00000b59u, 0x00000b58u, 0x000500c5u, 0x00000006u, 0x00000b5au, 0x00000b57u, 0x00000b59u, 0x000500c7u, - 0x00000006u, 0x00000b5cu, 0x00000b5au, 0x000001dau, 0x00050084u, 0x00000006u, 0x00000b5du, 0x00000b5cu, - 0x000001e0u, 0x000500c2u, 0x00000006u, 0x00000b5fu, 0x00000b5au, 0x00000193u, 0x0004007cu, 0x00000008u, - 0x00000b60u, 0x00000b5fu, 0x000500c7u, 0x00000006u, 0x00000b62u, 0x00000b5au, 0x000001e0u, 0x000500c4u, - 0x00000006u, 0x00000b63u, 0x00000b62u, 0x00000193u, 0x000500c5u, 0x00000006u, 0x00000b65u, 0x00000b63u, - 0x00000b5du, 0x0004007cu, 0x00000008u, 0x00000b66u, 0x00000b65u, 0x000200f9u, 0x00000b67u, 0x000200f8u, - 0x00000b34u, 0x00050041u, 0x00000016u, 0x00000b35u, 0x00000381u, 0x000001e0u, 0x0004003du, 0x00000008u, - 0x00000b36u, 0x00000b35u, 0x000500c3u, 0x00000008u, 0x00000b37u, 0x00000b36u, 0x000000bbu, 0x00050041u, - 0x00000016u, 0x00000b38u, 0x00000381u, 0x00000193u, 0x0004003du, 0x00000008u, 0x00000b39u, 0x00000b38u, - 0x000500c7u, 0x00000008u, 0x00000b3au, 0x00000b39u, 0x000000d9u, 0x000500c5u, 0x00000008u, 0x00000b3bu, - 0x00000b37u, 0x00000b3au, 0x00050041u, 0x00000016u, 0x00000b3cu, 0x00000381u, 0x000001b8u, 0x0004003du, - 0x00000008u, 0x00000b3du, 0x00000b3cu, 0x0004007cu, 0x00000006u, 0x00000b3eu, 0x00000b3du, 0x000500c7u, - 0x00000006u, 0x00000b3fu, 0x00000b3eu, 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000b40u, 0x00000b3fu, - 0x00000408u, 0x00050041u, 0x00000016u, 0x00000b41u, 0x00000381u, 0x000001dau, 0x0004003du, 0x00000008u, - 0x00000b42u, 0x00000b41u, 0x0004007cu, 0x00000006u, 0x00000b43u, 0x00000b42u, 0x000500c7u, 0x00000006u, - 0x00000b44u, 0x00000b43u, 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000b45u, 0x00000b44u, 0x000001dau, - 0x000500c5u, 0x00000006u, 0x00000b47u, 0x00000b40u, 0x00000b45u, 0x0004003du, 0x00000008u, 0x00000b49u, - 0x00000b38u, 0x0004007cu, 0x00000006u, 0x00000b4au, 0x00000b49u, 0x000500c7u, 0x00000006u, 0x00000b4bu, - 0x00000b4au, 0x000003aeu, 0x000500c2u, 0x00000006u, 0x00000b4cu, 0x00000b4bu, 0x00000415u, 0x000500c5u, - 0x00000006u, 0x00000b4eu, 0x00000b47u, 0x00000b4cu, 0x0004007cu, 0x00000008u, 0x00000b50u, 0x00000b4eu, - 0x000200f9u, 0x00000b67u, 0x000200f8u, 0x00000b67u, 0x000900f5u, 0x00000008u, 0x00001501u, 0x00001235u, - 0x00000b12u, 0x00000b3bu, 0x00000b34u, 0x00000b66u, 0x00000b51u, 0x000900f5u, 0x00000008u, 0x000014c3u, - 0x00001232u, 0x00000b12u, 0x00000b50u, 0x00000b34u, 0x00000b60u, 0x00000b51u, 0x000200f9u, 0x00000b14u, - 0x000200f8u, 0x00000b14u, 0x000700f5u, 0x00000008u, 0x000014fdu, 0x00001235u, 0x00000b11u, 0x00001501u, - 0x00000b67u, 0x000700f5u, 0x00000008u, 0x000014bfu, 0x00001232u, 0x00000b11u, 0x000014c3u, 0x00000b67u, - 0x000200f9u, 0x000008b7u, 0x000200f8u, 0x000008b7u, 0x000700f5u, 0x00000014u, 0x0000165eu, 0x0000165fu, - 0x00000c49u, 0x0000164du, 0x00000b14u, 0x000700f5u, 0x00000014u, 0x000015e8u, 0x00001317u, 0x00000b14u, - 0x000015eeu, 0x00000c49u, 0x000700f5u, 0x00000008u, 0x000015cdu, 0x000012ecu, 0x00000b14u, 0x000015d3u, - 0x00000c49u, 0x000700f5u, 0x00000008u, 0x000015b2u, 0x000012c2u, 0x00000b14u, 0x000015b8u, 0x00000c49u, - 0x000700f5u, 0x00000014u, 0x0000158au, 0x000012a3u, 0x00000b14u, 0x00001590u, 0x00000c49u, 0x000700f5u, - 0x00000008u, 0x00001562u, 0x00001285u, 0x00000b14u, 0x00001568u, 0x00000c49u, 0x000700f5u, 0x00000008u, - 0x0000153au, 0x00001268u, 0x00000b14u, 0x00001540u, 0x00000c49u, 0x000700f5u, 0x00000008u, 0x000014fcu, - 0x000014fdu, 0x00000b14u, 0x00001502u, 0x00000c49u, 0x000700f5u, 0x00000008u, 0x000014beu, 0x000014bfu, - 0x00000b14u, 0x000014c4u, 0x00000c49u, 0x000700f5u, 0x00000014u, 0x00001480u, 0x00001229u, 0x00000b14u, - 0x00001227u, 0x00000c49u, 0x000700f5u, 0x0000002cu, 0x00001400u, 0x000013f6u, 0x00000b14u, 0x00001406u, - 0x00000c49u, 0x000700f5u, 0x0000002cu, 0x000013dfu, 0x000013e1u, 0x00000b14u, 0x00001685u, 0x00000c49u, - 0x000200f9u, 0x000008acu, 0x000200f8u, 0x000008abu, 0x00070041u, 0x000000e6u, 0x000008afu, 0x000000a6u, - 0x0000009cu, 0x0000088eu, 0x000000e5u, 0x0004003du, 0x00000006u, 0x000008b0u, 0x000008afu, 0x000300f7u, - 0x00000a7au, 0x00000000u, 0x000b00fbu, 0x00000367u, 0x00000a7au, 0x00000004u, 0x00000a20u, 0x00000002u, - 0x00000a37u, 0x00000003u, 0x00000a54u, 0x00000001u, 0x00000a6du, 0x000200f8u, 0x00000a6du, 0x000500c7u, - 0x00000006u, 0x00000a6fu, 0x00001354u, 0x000001e0u, 0x000500c6u, 0x00000006u, 0x00000a70u, 0x00000a6fu, - 0x000001e0u, 0x00050084u, 0x00000006u, 0x00000a71u, 0x00000a70u, 0x000003a7u, 0x000500c2u, 0x00000006u, - 0x00000a73u, 0x000008b0u, 0x00000a71u, 0x000500c7u, 0x00000006u, 0x00000a75u, 0x00000a73u, 0x000003d5u, - 0x0004007cu, 0x00000008u, 0x00000a77u, 0x00000a75u, 0x00070050u, 0x00000009u, 0x00000a78u, 0x00000a77u, - 0x00000a77u, 0x00000a77u, 0x00000a77u, 0x000300f7u, 0x00000ab1u, 0x00000000u, 0x000400fau, 0x00000672u, - 0x00000aa6u, 0x00000aafu, 0x000200f8u, 0x00000aafu, 0x0003003eu, 0x00000381u, 0x00000a78u, 0x000200f9u, - 0x00000ab1u, 0x000200f8u, 0x00000aa6u, 0x00050041u, 0x00000016u, 0x00000aa9u, 0x00000381u, 0x000001b8u, - 0x0003003eu, 0x00000aa9u, 0x00000a77u, 0x00050041u, 0x00000016u, 0x00000aabu, 0x00000381u, 0x000001dau, - 0x0003003eu, 0x00000aabu, 0x00000a77u, 0x00050041u, 0x00000016u, 0x00000aadu, 0x00000381u, 0x00000193u, - 0x0003003eu, 0x00000aadu, 0x00000a77u, 0x000200f9u, 0x00000ab1u, 0x000200f8u, 0x00000ab1u, 0x000200f9u, - 0x00000a7au, 0x000200f8u, 0x00000a54u, 0x000500c7u, 0x00000006u, 0x00000a56u, 0x00001354u, 0x000001dau, - 0x000500c6u, 0x00000006u, 0x00000a57u, 0x00000a56u, 0x000001dau, 0x00050084u, 0x00000006u, 0x00000a58u, - 0x00000a57u, 0x000003f0u, 0x000500c2u, 0x00000006u, 0x00000a5au, 0x000008b0u, 0x00000a58u, 0x000500c7u, - 0x00000006u, 0x00000a5cu, 0x00000a5au, 0x00000506u, 0x000500c2u, 0x00000006u, 0x00000a5eu, 0x00000a5cu, - 0x000003a7u, 0x000500c7u, 0x00000006u, 0x00000a5fu, 0x00000a5eu, 0x000003d5u, 0x000500c2u, 0x00000006u, - 0x00000a61u, 0x00000a5cu, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000a62u, 0x00000a61u, 0x000003d5u, - 0x0004007cu, 0x00000008u, 0x00000a64u, 0x00000a5fu, 0x0004007cu, 0x00000008u, 0x00000a6au, 0x00000a62u, - 0x00070050u, 0x00000009u, 0x00000a6bu, 0x00000a64u, 0x00000a64u, 0x00000a64u, 0x00000a6au, 0x000300f7u, - 0x00000aa4u, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000a99u, 0x00000aa2u, 0x000200f8u, 0x00000aa2u, - 0x0003003eu, 0x00000381u, 0x00000a6bu, 0x000200f9u, 0x00000aa4u, 0x000200f8u, 0x00000a99u, 0x00050041u, - 0x00000016u, 0x00000a9cu, 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000a9cu, 0x00000a64u, 0x00050041u, - 0x00000016u, 0x00000a9eu, 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000a9eu, 0x00000a64u, 0x00050041u, - 0x00000016u, 0x00000aa0u, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000aa0u, 0x00000a64u, 0x000200f9u, - 0x00000aa4u, 0x000200f8u, 0x00000aa4u, 0x000200f9u, 0x00000a7au, 0x000200f8u, 0x00000a37u, 0x000500c7u, - 0x00000006u, 0x00000a39u, 0x00001354u, 0x000001dau, 0x000500c6u, 0x00000006u, 0x00000a3au, 0x00000a39u, - 0x000001dau, 0x00050084u, 0x00000006u, 0x00000a3bu, 0x00000a3au, 0x000003f0u, 0x000500c2u, 0x00000006u, - 0x00000a3du, 0x000008b0u, 0x00000a3bu, 0x000500c2u, 0x00000006u, 0x00000a3fu, 0x00000a3du, 0x000003a7u, - 0x000500c7u, 0x00000006u, 0x00000a40u, 0x00000a3fu, 0x000003aeu, 0x000500c2u, 0x00000006u, 0x00000a42u, - 0x00000a3du, 0x000001e0u, 0x000500c7u, 0x00000006u, 0x00000a43u, 0x00000a42u, 0x000003aeu, 0x000500c4u, - 0x00000006u, 0x00000a45u, 0x00000a3du, 0x00000193u, 0x000500c7u, 0x00000006u, 0x00000a46u, 0x00000a45u, - 0x000003aeu, 0x000500c7u, 0x00000006u, 0x00000a48u, 0x00000a3du, 0x000001dau, 0x00050084u, 0x00000006u, - 0x00000a49u, 0x00000a48u, 0x0000069cu, 0x0004007cu, 0x00000008u, 0x00000a4bu, 0x00000a40u, 0x0004007cu, - 0x00000008u, 0x00000a4du, 0x00000a43u, 0x0004007cu, 0x00000008u, 0x00000a4fu, 0x00000a46u, 0x0004007cu, - 0x00000008u, 0x00000a51u, 0x00000a49u, 0x00070050u, 0x00000009u, 0x00000a52u, 0x00000a4bu, 0x00000a4du, - 0x00000a4fu, 0x00000a51u, 0x000300f7u, 0x00000a97u, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000a8cu, - 0x00000a95u, 0x000200f8u, 0x00000a95u, 0x0003003eu, 0x00000381u, 0x00000a52u, 0x000200f9u, 0x00000a97u, - 0x000200f8u, 0x00000a8cu, 0x00050041u, 0x00000016u, 0x00000a8fu, 0x00000381u, 0x000001b8u, 0x0003003eu, - 0x00000a8fu, 0x00000a4bu, 0x00050041u, 0x00000016u, 0x00000a91u, 0x00000381u, 0x000001dau, 0x0003003eu, - 0x00000a91u, 0x00000a4du, 0x00050041u, 0x00000016u, 0x00000a93u, 0x00000381u, 0x00000193u, 0x0003003eu, - 0x00000a93u, 0x00000a4fu, 0x000200f9u, 0x00000a97u, 0x000200f8u, 0x00000a97u, 0x000200f9u, 0x00000a7au, - 0x000200f8u, 0x00000a20u, 0x000500c2u, 0x00000006u, 0x00000a22u, 0x000008b0u, 0x000003efu, 0x000500c7u, - 0x00000006u, 0x00000a23u, 0x00000a22u, 0x000003d5u, 0x000500c2u, 0x00000006u, 0x00000a25u, 0x000008b0u, - 0x000003f0u, 0x000500c7u, 0x00000006u, 0x00000a26u, 0x00000a25u, 0x000003d5u, 0x000500c2u, 0x00000006u, - 0x00000a28u, 0x000008b0u, 0x000003a7u, 0x000500c7u, 0x00000006u, 0x00000a29u, 0x00000a28u, 0x000003d5u, - 0x000500c2u, 0x00000006u, 0x00000a2bu, 0x000008b0u, 0x000001b8u, 0x000500c7u, 0x00000006u, 0x00000a2cu, - 0x00000a2bu, 0x000003d5u, 0x0004007cu, 0x00000008u, 0x00000a2eu, 0x00000a23u, 0x0004007cu, 0x00000008u, - 0x00000a30u, 0x00000a26u, 0x0004007cu, 0x00000008u, 0x00000a32u, 0x00000a29u, 0x0004007cu, 0x00000008u, - 0x00000a34u, 0x00000a2cu, 0x00070050u, 0x00000009u, 0x00000a35u, 0x00000a2eu, 0x00000a30u, 0x00000a32u, - 0x00000a34u, 0x000300f7u, 0x00000a8au, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000a7fu, 0x00000a88u, - 0x000200f8u, 0x00000a88u, 0x0003003eu, 0x00000381u, 0x00000a35u, 0x000200f9u, 0x00000a8au, 0x000200f8u, - 0x00000a7fu, 0x00050041u, 0x00000016u, 0x00000a82u, 0x00000381u, 0x000001b8u, 0x0003003eu, 0x00000a82u, - 0x00000a2eu, 0x00050041u, 0x00000016u, 0x00000a84u, 0x00000381u, 0x000001dau, 0x0003003eu, 0x00000a84u, - 0x00000a30u, 0x00050041u, 0x00000016u, 0x00000a86u, 0x00000381u, 0x00000193u, 0x0003003eu, 0x00000a86u, - 0x00000a32u, 0x000200f9u, 0x00000a8au, 0x000200f8u, 0x00000a8au, 0x000200f9u, 0x00000a7au, 0x000200f8u, - 0x00000a7au, 0x000d00f5u, 0x0000002cu, 0x000013ddu, 0x000013d9u, 0x000008abu, 0x000002b3u, 0x00000a8au, - 0x000002b3u, 0x00000a97u, 0x000002b3u, 0x00000aa4u, 0x000002b3u, 0x00000ab1u, 0x000300f7u, 0x00000a7du, - 0x00000000u, 0x000400fau, 0x00000568u, 0x00000a7bu, 0x00000a7du, 0x000200f8u, 0x00000a7bu, 0x000300f7u, - 0x00000aeau, 0x00000000u, 0x000700fbu, 0x00000367u, 0x00000aeau, 0x00000002u, 0x00000ab7u, 0x00000003u, - 0x00000ad4u, 0x000200f8u, 0x00000ad4u, 0x0004003du, 0x00000009u, 0x00000ad5u, 0x00000381u, 0x0007004fu, - 0x0000002eu, 0x00000ad6u, 0x00000ad5u, 0x00000ad5u, 0x00000000u, 0x00000003u, 0x0004007cu, 0x0000006bu, - 0x00000ad7u, 0x00000ad6u, 0x0003003eu, 0x00000ab3u, 0x00000ad7u, 0x00050041u, 0x00000007u, 0x00000ad8u, - 0x00000ab3u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x00000ad9u, 0x00000ad8u, 0x000500c4u, 0x00000006u, - 0x00000adau, 0x00000ad9u, 0x000003a7u, 0x00050041u, 0x00000007u, 0x00000adbu, 0x00000ab3u, 0x000001dau, - 0x0004003du, 0x00000006u, 0x00000adcu, 0x00000adbu, 0x000500c5u, 0x00000006u, 0x00000addu, 0x00000adau, - 0x00000adcu, 0x000500c7u, 0x00000006u, 0x00000adfu, 0x00000addu, 0x000001dau, 0x00050084u, 0x00000006u, - 0x00000ae0u, 0x00000adfu, 0x000001e0u, 0x000500c2u, 0x00000006u, 0x00000ae2u, 0x00000addu, 0x00000193u, - 0x0004007cu, 0x00000008u, 0x00000ae3u, 0x00000ae2u, 0x000500c7u, 0x00000006u, 0x00000ae5u, 0x00000addu, - 0x000001e0u, 0x000500c4u, 0x00000006u, 0x00000ae6u, 0x00000ae5u, 0x00000193u, 0x000500c5u, 0x00000006u, - 0x00000ae8u, 0x00000ae6u, 0x00000ae0u, 0x0004007cu, 0x00000008u, 0x00000ae9u, 0x00000ae8u, 0x000200f9u, - 0x00000aeau, 0x000200f8u, 0x00000ab7u, 0x00050041u, 0x00000016u, 0x00000ab8u, 0x00000381u, 0x000001e0u, - 0x0004003du, 0x00000008u, 0x00000ab9u, 0x00000ab8u, 0x000500c3u, 0x00000008u, 0x00000abau, 0x00000ab9u, - 0x000000bbu, 0x00050041u, 0x00000016u, 0x00000abbu, 0x00000381u, 0x00000193u, 0x0004003du, 0x00000008u, - 0x00000abcu, 0x00000abbu, 0x000500c7u, 0x00000008u, 0x00000abdu, 0x00000abcu, 0x000000d9u, 0x000500c5u, - 0x00000008u, 0x00000abeu, 0x00000abau, 0x00000abdu, 0x00050041u, 0x00000016u, 0x00000abfu, 0x00000381u, - 0x000001b8u, 0x0004003du, 0x00000008u, 0x00000ac0u, 0x00000abfu, 0x0004007cu, 0x00000006u, 0x00000ac1u, - 0x00000ac0u, 0x000500c7u, 0x00000006u, 0x00000ac2u, 0x00000ac1u, 0x000003aeu, 0x000500c4u, 0x00000006u, - 0x00000ac3u, 0x00000ac2u, 0x00000408u, 0x00050041u, 0x00000016u, 0x00000ac4u, 0x00000381u, 0x000001dau, - 0x0004003du, 0x00000008u, 0x00000ac5u, 0x00000ac4u, 0x0004007cu, 0x00000006u, 0x00000ac6u, 0x00000ac5u, - 0x000500c7u, 0x00000006u, 0x00000ac7u, 0x00000ac6u, 0x000003aeu, 0x000500c4u, 0x00000006u, 0x00000ac8u, - 0x00000ac7u, 0x000001dau, 0x000500c5u, 0x00000006u, 0x00000acau, 0x00000ac3u, 0x00000ac8u, 0x0004003du, - 0x00000008u, 0x00000accu, 0x00000abbu, 0x0004007cu, 0x00000006u, 0x00000acdu, 0x00000accu, 0x000500c7u, - 0x00000006u, 0x00000aceu, 0x00000acdu, 0x000003aeu, 0x000500c2u, 0x00000006u, 0x00000acfu, 0x00000aceu, - 0x00000415u, 0x000500c5u, 0x00000006u, 0x00000ad1u, 0x00000acau, 0x00000acfu, 0x0004007cu, 0x00000008u, - 0x00000ad3u, 0x00000ad1u, 0x000200f9u, 0x00000aeau, 0x000200f8u, 0x00000aeau, 0x000900f5u, 0x00000008u, - 0x000014fbu, 0x00001235u, 0x00000a7bu, 0x00000abeu, 0x00000ab7u, 0x00000ae9u, 0x00000ad4u, 0x000900f5u, - 0x00000008u, 0x000014bdu, 0x00001232u, 0x00000a7bu, 0x00000ad3u, 0x00000ab7u, 0x00000ae3u, 0x00000ad4u, - 0x000200f9u, 0x00000a7du, 0x000200f8u, 0x00000a7du, 0x000700f5u, 0x00000008u, 0x000014f5u, 0x00001235u, - 0x00000a7au, 0x000014fbu, 0x00000aeau, 0x000700f5u, 0x00000008u, 0x000014b7u, 0x00001232u, 0x00000a7au, - 0x000014bdu, 0x00000aeau, 0x000200f9u, 0x000008acu, 0x000200f8u, 0x000008acu, 0x000700f5u, 0x00000014u, - 0x0000165du, 0x0000165eu, 0x000008b7u, 0x0000164du, 0x00000a7du, 0x000700f5u, 0x00000014u, 0x000015e0u, - 0x00001317u, 0x00000a7du, 0x000015e8u, 0x000008b7u, 0x000700f5u, 0x00000008u, 0x000015c5u, 0x000012ecu, - 0x00000a7du, 0x000015cdu, 0x000008b7u, 0x000700f5u, 0x00000008u, 0x000015aau, 0x000012c2u, 0x00000a7du, - 0x000015b2u, 0x000008b7u, 0x000700f5u, 0x00000014u, 0x00001582u, 0x000012a3u, 0x00000a7du, 0x0000158au, - 0x000008b7u, 0x000700f5u, 0x00000008u, 0x0000155au, 0x00001285u, 0x00000a7du, 0x00001562u, 0x000008b7u, - 0x000700f5u, 0x00000008u, 0x00001532u, 0x00001268u, 0x00000a7du, 0x0000153au, 0x000008b7u, 0x000700f5u, - 0x00000008u, 0x000014f4u, 0x000014f5u, 0x00000a7du, 0x000014fcu, 0x000008b7u, 0x000700f5u, 0x00000008u, - 0x000014b6u, 0x000014b7u, 0x00000a7du, 0x000014beu, 0x000008b7u, 0x000700f5u, 0x00000014u, 0x00001478u, - 0x00001229u, 0x00000a7du, 0x00001480u, 0x000008b7u, 0x000700f5u, 0x0000002cu, 0x000013f8u, 0x000013f6u, - 0x00000a7du, 0x00001400u, 0x000008b7u, 0x000700f5u, 0x0000002cu, 0x000013dbu, 0x000013ddu, 0x00000a7du, - 0x000013dfu, 0x000008b7u, 0x000200f9u, 0x000008a6u, 0x000200f8u, 0x000008a6u, 0x000700f5u, 0x00000014u, - 0x0000165cu, 0x0000164du, 0x0000087au, 0x0000165du, 0x000008acu, 0x000700f5u, 0x00000014u, 0x000015dfu, - 0x00001317u, 0x0000087au, 0x000015e0u, 0x000008acu, 0x000700f5u, 0x00000008u, 0x000015c4u, 0x000012ecu, - 0x0000087au, 0x000015c5u, 0x000008acu, 0x000700f5u, 0x00000008u, 0x000015a9u, 0x000012c2u, 0x0000087au, - 0x000015aau, 0x000008acu, 0x000700f5u, 0x00000014u, 0x00001581u, 0x000012a3u, 0x0000087au, 0x00001582u, - 0x000008acu, 0x000700f5u, 0x00000008u, 0x00001559u, 0x00001285u, 0x0000087au, 0x0000155au, 0x000008acu, - 0x000700f5u, 0x00000008u, 0x00001531u, 0x00001268u, 0x0000087au, 0x00001532u, 0x000008acu, 0x000700f5u, - 0x00000008u, 0x000014f3u, 0x00001235u, 0x0000087au, 0x000014f4u, 0x000008acu, 0x000700f5u, 0x00000008u, - 0x000014b5u, 0x00001232u, 0x0000087au, 0x000014b6u, 0x000008acu, 0x000700f5u, 0x00000014u, 0x00001477u, - 0x00001229u, 0x0000087au, 0x00001478u, 0x000008acu, 0x000700f5u, 0x0000002cu, 0x000013f7u, 0x000013f6u, - 0x0000087au, 0x000013f8u, 0x000008acu, 0x000700f5u, 0x0000002cu, 0x000013dau, 0x000013d9u, 0x0000087au, - 0x000013dbu, 0x000008acu, 0x00050080u, 0x00000006u, 0x000008f0u, 0x00001225u, 0x000000afu, 0x000200f9u, - 0x0000087cu, 0x000200f8u, 0x0000087cu, 0x000200f9u, 0x00000879u, 0x000200f8u, 0x0000087bu, 0x000200f9u, - 0x00000858u, 0x000200f8u, 0x00000858u, 0x000200f9u, 0x00000855u, 0x000200f8u, 0x00000857u, 0x0003003eu, - 0x000008f1u, 0x00000847u, 0x000300f7u, 0x0000105cu, 0x00000000u, 0x000400fau, 0x00000964u, 0x00001030u, - 0x0000105cu, 0x000200f8u, 0x00001030u, 0x000500c2u, 0x00000006u, 0x00001032u, 0x0000084au, 0x000004a1u, - 0x0004003du, 0x0000006bu, 0x00001033u, 0x000008f1u, 0x00050050u, 0x0000006bu, 0x00001034u, 0x00000613u, - 0x00000613u, 0x000500c7u, 0x0000006bu, 0x00001035u, 0x00001033u, 0x00001034u, 0x0003003eu, 0x00001020u, - 0x00001035u, 0x00050050u, 0x0000002eu, 0x00001037u, 0x000004a1u, 0x000004a1u, 0x000500c2u, 0x0000006bu, - 0x00001038u, 0x00001033u, 0x00001037u, 0x0003003eu, 0x000008f1u, 0x00001038u, 0x00050041u, 0x00000007u, - 0x00001039u, 0x00001020u, 0x000001dau, 0x0004003du, 0x00000006u, 0x0000103au, 0x00001039u, 0x00050084u, - 0x00000006u, 0x0000103bu, 0x0000103au, 0x0000061cu, 0x00050041u, 0x00000007u, 0x0000103cu, 0x00001020u, - 0x000001b8u, 0x0004003du, 0x00000006u, 0x0000103du, 0x0000103cu, 0x00050080u, 0x00000006u, 0x0000103eu, - 0x0000103bu, 0x0000103du, 0x00050041u, 0x00000007u, 0x00001041u, 0x000008f1u, 0x000001dau, 0x0004003du, - 0x00000006u, 0x00001042u, 0x00001041u, 0x00050084u, 0x00000006u, 0x00001043u, 0x00001032u, 0x00001042u, - 0x00050080u, 0x00000006u, 0x00001044u, 0x00000850u, 0x00001043u, 0x00050041u, 0x00000007u, 0x00001045u, - 0x000008f1u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x00001046u, 0x00001045u, 0x00050080u, 0x00000006u, - 0x00001047u, 0x00001044u, 0x00001046u, 0x000300f7u, 0x0000112fu, 0x00000000u, 0x000400fau, 0x000011e9u, - 0x00001066u, 0x0000112fu, 0x000200f8u, 0x00001066u, 0x000300f7u, 0x0000112eu, 0x00000000u, 0x000d00fbu, - 0x00000367u, 0x0000112eu, 0x00000000u, 0x00001067u, 0x00000001u, 0x00001084u, 0x00000002u, 0x000010a5u, - 0x00000003u, 0x000010dau, 0x00000004u, 0x000010fdu, 0x000200f8u, 0x000010fdu, 0x000500c7u, 0x00000006u, - 0x000010ffu, 0x00001047u, 0x000003ddu, 0x00050084u, 0x00000006u, 0x00001101u, 0x0000103eu, 0x00000534u, - 0x00050080u, 0x00000006u, 0x00001103u, 0x000010ffu, 0x00001101u, 0x0004003du, 0x00000009u, 0x00001104u, - 0x00000381u, 0x0004007cu, 0x000000abu, 0x00001105u, 0x00001104u, 0x0003003eu, 0x00001062u, 0x00001105u, - 0x00050041u, 0x00000007u, 0x00001106u, 0x00001062u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x00001107u, - 0x00001106u, 0x000500c4u, 0x00000006u, 0x00001108u, 0x00001107u, 0x000003efu, 0x00050041u, 0x00000007u, - 0x00001109u, 0x00001062u, 0x000001dau, 0x0004003du, 0x00000006u, 0x0000110au, 0x00001109u, 0x000500c4u, - 0x00000006u, 0x0000110bu, 0x0000110au, 0x000003f0u, 0x000500c5u, 0x00000006u, 0x0000110cu, 0x00001108u, - 0x0000110bu, 0x00050041u, 0x00000007u, 0x0000110du, 0x00001062u, 0x00000193u, 0x0004003du, 0x00000006u, - 0x0000110eu, 0x0000110du, 0x000500c4u, 0x00000006u, 0x0000110fu, 0x0000110eu, 0x000003a7u, 0x000500c5u, - 0x00000006u, 0x00001110u, 0x0000110cu, 0x0000110fu, 0x00050041u, 0x00000007u, 0x00001111u, 0x00001062u, - 0x000001e0u, 0x0004003du, 0x00000006u, 0x00001112u, 0x00001111u, 0x000500c4u, 0x00000006u, 0x00001113u, - 0x00001112u, 0x000001b8u, 0x000500c5u, 0x00000006u, 0x00001114u, 0x00001110u, 0x00001113u, 0x00060041u, - 0x000000e6u, 0x00001117u, 0x000003e9u, 0x0000009cu, 0x00001103u, 0x0003003eu, 0x00001117u, 0x00001114u, - 0x00050084u, 0x00000006u, 0x00001119u, 0x00000193u, 0x00001103u, 0x00050041u, 0x00000016u, 0x0000111au, - 0x00000381u, 0x000001dau, 0x0004003du, 0x00000008u, 0x0000111bu, 0x0000111au, 0x000500c7u, 0x00000008u, - 0x0000111cu, 0x0000111bu, 0x000000afu, 0x00050084u, 0x00000008u, 0x0000111du, 0x0000111cu, 0x000000bbu, - 0x00040071u, 0x0000009du, 0x0000111eu, 0x0000111du, 0x00060041u, 0x000000f2u, 0x0000111fu, 0x00000388u, - 0x0000009cu, 0x00001119u, 0x0003003eu, 0x0000111fu, 0x0000111eu, 0x00050080u, 0x00000006u, 0x00001122u, - 0x00001119u, 0x000001dau, 0x00050041u, 0x00000016u, 0x00001123u, 0x00000381u, 0x000001e0u, 0x0004003du, - 0x00000008u, 0x00001124u, 0x00001123u, 0x000500c7u, 0x00000008u, 0x00001125u, 0x00001124u, 0x000000afu, - 0x00050084u, 0x00000008u, 0x00001126u, 0x00001125u, 0x000000bbu, 0x00040071u, 0x0000009du, 0x00001127u, - 0x00001126u, 0x00060041u, 0x000000f2u, 0x00001128u, 0x00000388u, 0x0000009cu, 0x00001122u, 0x0003003eu, - 0x00001128u, 0x00001127u, 0x000300f7u, 0x0000112du, 0x00000000u, 0x000400fau, 0x000004a3u, 0x00001129u, - 0x0000112du, 0x000200f8u, 0x00001129u, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, - 0x0000112bu, 0x00001103u, 0x00000562u, 0x00060041u, 0x000000e6u, 0x0000112cu, 0x000003e9u, 0x0000009cu, - 0x0000112bu, 0x0003003eu, 0x0000112cu, 0x00000564u, 0x000200f9u, 0x0000112du, 0x000200f8u, 0x0000112du, - 0x000200f9u, 0x0000112eu, 0x000200f8u, 0x000010dau, 0x000500c7u, 0x00000006u, 0x000010dcu, 0x00001047u, - 0x00000391u, 0x00050084u, 0x00000006u, 0x000010deu, 0x0000103eu, 0x0000050du, 0x00050080u, 0x00000006u, - 0x000010e0u, 0x000010dcu, 0x000010deu, 0x0004003du, 0x00000009u, 0x000010e1u, 0x00000381u, 0x0007004fu, - 0x0000002eu, 0x000010e2u, 0x000010e1u, 0x000010e1u, 0x00000000u, 0x00000003u, 0x0004007cu, 0x0000006bu, - 0x000010e3u, 0x000010e2u, 0x0003003eu, 0x00001060u, 0x000010e3u, 0x00050041u, 0x00000007u, 0x000010e4u, - 0x00001060u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x000010e5u, 0x000010e4u, 0x000500c4u, 0x00000006u, - 0x000010e6u, 0x000010e5u, 0x000003a7u, 0x00050041u, 0x00000007u, 0x000010e7u, 0x00001060u, 0x000001dau, - 0x0004003du, 0x00000006u, 0x000010e8u, 0x000010e7u, 0x000500c5u, 0x00000006u, 0x000010e9u, 0x000010e6u, - 0x000010e8u, 0x000500c6u, 0x00000006u, 0x000010ebu, 0x000010e0u, 0x000001dau, 0x00040071u, 0x0000009fu, - 0x000010edu, 0x000010e9u, 0x00060041u, 0x000000ebu, 0x000010eeu, 0x0000039du, 0x0000009cu, 0x000010ebu, - 0x0003003eu, 0x000010eeu, 0x000010edu, 0x0004003du, 0x00000006u, 0x000010f1u, 0x000010e7u, 0x000500c7u, - 0x00000006u, 0x000010f2u, 0x000010f1u, 0x000001dau, 0x00050084u, 0x00000006u, 0x000010f3u, 0x000010f2u, - 0x000001e0u, 0x00040071u, 0x0000009du, 0x000010f4u, 0x000010f3u, 0x00060041u, 0x000000f2u, 0x000010f5u, - 0x00000388u, 0x0000009cu, 0x000010e0u, 0x0003003eu, 0x000010f5u, 0x000010f4u, 0x000300f7u, 0x000010fcu, - 0x00000000u, 0x000400fau, 0x000004a3u, 0x000010f6u, 0x000010fcu, 0x000200f8u, 0x000010f6u, 0x000300e1u, - 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, 0x000010f9u, 0x000010ebu, 0x0000052cu, 0x00040071u, - 0x0000009fu, 0x000010fau, 0x00000506u, 0x00060041u, 0x000000ebu, 0x000010fbu, 0x0000039du, 0x0000009cu, - 0x000010f9u, 0x0003003eu, 0x000010fbu, 0x000010fau, 0x000200f9u, 0x000010fcu, 0x000200f8u, 0x000010fcu, - 0x000200f9u, 0x0000112eu, 0x000200f8u, 0x000010a5u, 0x000500c7u, 0x00000006u, 0x000010a7u, 0x00001047u, - 0x00000391u, 0x00050084u, 0x00000006u, 0x000010a9u, 0x0000103eu, 0x000004d1u, 0x00050080u, 0x00000006u, - 0x000010abu, 0x000010a7u, 0x000010a9u, 0x0004003du, 0x00000009u, 0x000010acu, 0x00000381u, 0x0004007cu, - 0x000000abu, 0x000010adu, 0x000010acu, 0x0003003eu, 0x0000105du, 0x000010adu, 0x0008004fu, 0x000003a3u, - 0x000010afu, 0x000010adu, 0x000010adu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x000003a3u, - 0x000010b1u, 0x000010afu, 0x0000163au, 0x00050041u, 0x00000007u, 0x000010b2u, 0x0000105du, 0x000001b8u, - 0x00050051u, 0x00000006u, 0x000010b3u, 0x000010b1u, 0x00000000u, 0x0003003eu, 0x000010b2u, 0x000010b3u, - 0x00050041u, 0x00000007u, 0x000010b4u, 0x0000105du, 0x000001dau, 0x00050051u, 0x00000006u, 0x000010b5u, - 0x000010b1u, 0x00000001u, 0x0003003eu, 0x000010b4u, 0x000010b5u, 0x00050041u, 0x00000007u, 0x000010b6u, - 0x0000105du, 0x00000193u, 0x00050051u, 0x00000006u, 0x000010b7u, 0x000010b1u, 0x00000002u, 0x0003003eu, - 0x000010b6u, 0x000010b7u, 0x00050041u, 0x00000007u, 0x000010b8u, 0x0000105du, 0x000001e0u, 0x0004003du, - 0x00000006u, 0x000010b9u, 0x000010b8u, 0x000500c2u, 0x00000006u, 0x000010bau, 0x000010b9u, 0x00000448u, - 0x0004003du, 0x00000006u, 0x000010bcu, 0x000010b2u, 0x000500c4u, 0x00000006u, 0x000010bdu, 0x000010bcu, - 0x000003a7u, 0x0004003du, 0x00000006u, 0x000010bfu, 0x000010b4u, 0x000500c4u, 0x00000006u, 0x000010c0u, - 0x000010bfu, 0x000001e0u, 0x000500c5u, 0x00000006u, 0x000010c1u, 0x000010bdu, 0x000010c0u, 0x0004003du, - 0x00000006u, 0x000010c3u, 0x000010b6u, 0x000500c2u, 0x00000006u, 0x000010c4u, 0x000010c3u, 0x00000193u, - 0x000500c5u, 0x00000006u, 0x000010c5u, 0x000010c1u, 0x000010c4u, 0x000500c2u, 0x00000006u, 0x000010c7u, - 0x000010bau, 0x00000193u, 0x000500c5u, 0x00000006u, 0x000010c8u, 0x000010c5u, 0x000010c7u, 0x000500c6u, - 0x00000006u, 0x000010cau, 0x000010abu, 0x000001dau, 0x00040071u, 0x0000009fu, 0x000010ccu, 0x000010c8u, - 0x00060041u, 0x000000ebu, 0x000010cdu, 0x0000039du, 0x0000009cu, 0x000010cau, 0x0003003eu, 0x000010cdu, - 0x000010ccu, 0x000500c7u, 0x00000006u, 0x000010d0u, 0x000010bau, 0x000001e0u, 0x00040071u, 0x0000009du, - 0x000010d1u, 0x000010d0u, 0x00060041u, 0x000000f2u, 0x000010d2u, 0x00000388u, 0x0000009cu, 0x000010abu, - 0x0003003eu, 0x000010d2u, 0x000010d1u, 0x000300f7u, 0x000010d9u, 0x00000000u, 0x000400fau, 0x000004a3u, - 0x000010d3u, 0x000010d9u, 0x000200f8u, 0x000010d3u, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, - 0x00000006u, 0x000010d6u, 0x000010cau, 0x00000504u, 0x00040071u, 0x0000009fu, 0x000010d7u, 0x00000506u, - 0x00060041u, 0x000000ebu, 0x000010d8u, 0x0000039du, 0x0000009cu, 0x000010d6u, 0x0003003eu, 0x000010d8u, - 0x000010d7u, 0x000200f9u, 0x000010d9u, 0x000200f8u, 0x000010d9u, 0x000200f9u, 0x0000112eu, 0x000200f8u, - 0x00001084u, 0x000500c7u, 0x00000006u, 0x00001086u, 0x00001047u, 0x0000036eu, 0x00050084u, 0x00000006u, - 0x00001088u, 0x0000103eu, 0x0000036du, 0x00050080u, 0x00000006u, 0x0000108au, 0x00001086u, 0x00001088u, - 0x000500c6u, 0x00000006u, 0x0000108cu, 0x0000108au, 0x000001e0u, 0x00050041u, 0x00000016u, 0x0000108du, - 0x00000381u, 0x000001b8u, 0x0004003du, 0x00000008u, 0x0000108eu, 0x0000108du, 0x00040071u, 0x0000009du, - 0x0000108fu, 0x0000108eu, 0x00060041u, 0x000000f2u, 0x00001090u, 0x00000379u, 0x0000009cu, 0x0000108cu, - 0x0003003eu, 0x00001090u, 0x0000108fu, 0x000500c7u, 0x00000006u, 0x00001092u, 0x0000108au, 0x000001dau, - 0x000500abu, 0x0000002cu, 0x00001093u, 0x00001092u, 0x000001b8u, 0x000300f7u, 0x0000109du, 0x00000000u, - 0x000400fau, 0x00001093u, 0x00001094u, 0x0000109du, 0x000200f8u, 0x00001094u, 0x000500c2u, 0x00000006u, - 0x00001096u, 0x0000108au, 0x000001dau, 0x0004003du, 0x00000008u, 0x00001098u, 0x0000108du, 0x000500c7u, - 0x00000008u, 0x00001099u, 0x00001098u, 0x000000afu, 0x00050084u, 0x00000008u, 0x0000109au, 0x00001099u, - 0x000000bbu, 0x00040071u, 0x0000009du, 0x0000109bu, 0x0000109au, 0x00060041u, 0x000000f2u, 0x0000109cu, - 0x00000388u, 0x0000009cu, 0x00001096u, 0x0003003eu, 0x0000109cu, 0x0000109bu, 0x000200f9u, 0x0000109du, - 0x000200f8u, 0x0000109du, 0x000300f7u, 0x000010a4u, 0x00000000u, 0x000400fau, 0x000004a3u, 0x0000109eu, - 0x000010a4u, 0x000200f8u, 0x0000109eu, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, - 0x000010a1u, 0x0000108cu, 0x0000036du, 0x00040071u, 0x0000009du, 0x000010a2u, 0x000003d5u, 0x00060041u, - 0x000000f2u, 0x000010a3u, 0x00000379u, 0x0000009cu, 0x000010a1u, 0x0003003eu, 0x000010a3u, 0x000010a2u, - 0x000200f9u, 0x000010a4u, 0x000200f8u, 0x000010a4u, 0x000200f9u, 0x0000112eu, 0x000200f8u, 0x00001067u, - 0x000500c7u, 0x00000006u, 0x00001069u, 0x00001047u, 0x0000036eu, 0x00050084u, 0x00000006u, 0x0000106bu, - 0x0000103eu, 0x0000036du, 0x00050080u, 0x00000006u, 0x0000106du, 0x00001069u, 0x0000106bu, 0x000500c6u, - 0x00000006u, 0x0000106fu, 0x0000106du, 0x000001e0u, 0x00040071u, 0x0000009du, 0x00001070u, 0x000001b8u, - 0x00060041u, 0x000000f2u, 0x00001071u, 0x00000379u, 0x0000009cu, 0x0000106fu, 0x0003003eu, 0x00001071u, - 0x00001070u, 0x000500c7u, 0x00000006u, 0x00001073u, 0x0000106du, 0x000001dau, 0x000500abu, 0x0000002cu, - 0x00001074u, 0x00001073u, 0x000001b8u, 0x000300f7u, 0x0000107cu, 0x00000000u, 0x000400fau, 0x00001074u, - 0x00001075u, 0x0000107cu, 0x000200f8u, 0x00001075u, 0x000500c2u, 0x00000006u, 0x00001077u, 0x0000106du, - 0x000001dau, 0x00050041u, 0x00000016u, 0x00001078u, 0x00000381u, 0x000001e0u, 0x0004003du, 0x00000008u, - 0x00001079u, 0x00001078u, 0x00040071u, 0x0000009du, 0x0000107au, 0x00001079u, 0x00060041u, 0x000000f2u, - 0x0000107bu, 0x00000388u, 0x0000009cu, 0x00001077u, 0x0003003eu, 0x0000107bu, 0x0000107au, 0x000200f9u, - 0x0000107cu, 0x000200f8u, 0x0000107cu, 0x000300f7u, 0x00001083u, 0x00000000u, 0x000400fau, 0x000004a3u, - 0x0000107du, 0x00001083u, 0x000200f8u, 0x0000107du, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, - 0x00000006u, 0x00001080u, 0x0000106fu, 0x0000036du, 0x00040071u, 0x0000009du, 0x00001081u, 0x000003d5u, - 0x00060041u, 0x000000f2u, 0x00001082u, 0x00000379u, 0x0000009cu, 0x00001080u, 0x0003003eu, 0x00001082u, - 0x00001081u, 0x000200f9u, 0x00001083u, 0x000200f8u, 0x00001083u, 0x000200f9u, 0x0000112eu, 0x000200f8u, - 0x0000112eu, 0x000200f9u, 0x0000112fu, 0x000200f8u, 0x0000112fu, 0x0004003du, 0x00000006u, 0x0000104eu, - 0x00001041u, 0x00050084u, 0x00000006u, 0x0000104fu, 0x00001032u, 0x0000104eu, 0x00050080u, 0x00000006u, - 0x00001050u, 0x00000853u, 0x0000104fu, 0x0004003du, 0x00000006u, 0x00001052u, 0x00001045u, 0x00050080u, - 0x00000006u, 0x00001053u, 0x00001050u, 0x00001052u, 0x000300f7u, 0x00001150u, 0x00000000u, 0x000400fau, - 0x00000569u, 0x00001131u, 0x00001150u, 0x000200f8u, 0x00001131u, 0x000300f7u, 0x0000114fu, 0x00000000u, - 0x000400fau, 0x000011f0u, 0x00001133u, 0x0000114fu, 0x000200f8u, 0x00001133u, 0x000500c7u, 0x00000006u, - 0x00001135u, 0x00001053u, 0x00000391u, 0x00050084u, 0x00000006u, 0x00001137u, 0x0000103eu, 0x00000573u, - 0x00050080u, 0x00000006u, 0x00001139u, 0x00001135u, 0x00001137u, 0x000500c6u, 0x00000006u, 0x0000113bu, - 0x00001139u, 0x000001dau, 0x000500c4u, 0x00000008u, 0x0000113du, 0x000011fdu, 0x000000b5u, 0x000500c3u, - 0x00000008u, 0x0000113fu, 0x00001209u, 0x000000b5u, 0x000500c5u, 0x00000008u, 0x00001140u, 0x0000113du, - 0x0000113fu, 0x00040071u, 0x0000009fu, 0x00001141u, 0x00001140u, 0x00060041u, 0x000000ebu, 0x00001142u, - 0x0000039du, 0x0000009cu, 0x0000113bu, 0x0003003eu, 0x00001142u, 0x00001141u, 0x000500c7u, 0x00000008u, - 0x00001145u, 0x00001209u, 0x000000bbu, 0x00040071u, 0x0000009du, 0x00001146u, 0x00001145u, 0x00060041u, - 0x000000f2u, 0x00001147u, 0x00000388u, 0x0000009cu, 0x00001139u, 0x0003003eu, 0x00001147u, 0x00001146u, - 0x000300f7u, 0x0000114eu, 0x00000000u, 0x000400fau, 0x000004a3u, 0x00001148u, 0x0000114eu, 0x000200f8u, - 0x00001148u, 0x000300e1u, 0x000001dau, 0x000004a6u, 0x00050080u, 0x00000006u, 0x0000114bu, 0x0000113bu, - 0x00000589u, 0x00040071u, 0x0000009fu, 0x0000114cu, 0x00000506u, 0x00060041u, 0x000000ebu, 0x0000114du, - 0x0000039du, 0x0000009cu, 0x0000114bu, 0x0003003eu, 0x0000114du, 0x0000114cu, 0x000200f9u, 0x0000114eu, - 0x000200f8u, 0x0000114eu, 0x000200f9u, 0x0000114fu, 0x000200f8u, 0x0000114fu, 0x000200f9u, 0x00001150u, - 0x000200f8u, 0x00001150u, 0x000300f7u, 0x0000105bu, 0x00000000u, 0x000400fau, 0x0000063fu, 0x00001057u, - 0x0000105bu, 0x000200f8u, 0x00001057u, 0x0004003du, 0x0000006bu, 0x00001058u, 0x000008f1u, 0x0003003eu, - 0x00001027u, 0x00001058u, 0x00050041u, 0x00000007u, 0x00001157u, 0x00001027u, 0x000001dau, 0x0004003du, - 0x00000006u, 0x00001158u, 0x00001157u, 0x000500c2u, 0x00000006u, 0x00001159u, 0x00001158u, 0x00000193u, - 0x00050080u, 0x00000006u, 0x0000115bu, 0x00001032u, 0x000001e0u, 0x000500c2u, 0x00000006u, 0x0000115cu, - 0x0000115bu, 0x00000193u, 0x00050084u, 0x00000006u, 0x0000115du, 0x00001159u, 0x0000115cu, 0x00050041u, - 0x00000007u, 0x0000115eu, 0x00001027u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x0000115fu, 0x0000115eu, - 0x000500c2u, 0x00000006u, 0x00001160u, 0x0000115fu, 0x00000193u, 0x00050080u, 0x00000006u, 0x00001161u, - 0x0000115du, 0x00001160u, 0x000500c7u, 0x0000006bu, 0x00001164u, 0x00001058u, 0x0000163bu, 0x0003003eu, - 0x00001152u, 0x00001164u, 0x000600a9u, 0x00000006u, 0x00001166u, 0x000011e9u, 0x000001dau, 0x000001b8u, - 0x000600a9u, 0x00000006u, 0x00001168u, 0x000011f0u, 0x000001dau, 0x000001b8u, 0x00050084u, 0x00000006u, - 0x00001169u, 0x00000193u, 0x00001168u, 0x00050080u, 0x00000006u, 0x0000116au, 0x00001166u, 0x00001169u, - 0x00050041u, 0x00000007u, 0x0000116bu, 0x00001152u, 0x000001b8u, 0x0004003du, 0x00000006u, 0x0000116cu, - 0x0000116bu, 0x00050041u, 0x00000007u, 0x0000116du, 0x00001152u, 0x000001dau, 0x0004003du, 0x00000006u, - 0x0000116eu, 0x0000116du, 0x00050084u, 0x00000006u, 0x0000116fu, 0x0000116eu, 0x00000415u, 0x00050080u, - 0x00000006u, 0x00001170u, 0x0000116cu, 0x0000116fu, 0x00050084u, 0x00000006u, 0x00001171u, 0x00000193u, - 0x00001170u, 0x000500c4u, 0x00000006u, 0x00001173u, 0x0000116au, 0x00001171u, 0x000200f9u, 0x00001174u, - 0x000200f8u, 0x00001174u, 0x000700f5u, 0x0000002cu, 0x00001223u, 0x000002b3u, 0x00001057u, 0x00001686u, - 0x00001186u, 0x000400f6u, 0x00001188u, 0x00001186u, 0x00000000u, 0x000200f9u, 0x00001175u, 0x000200f8u, - 0x00001175u, 0x00050152u, 0x00000006u, 0x00001177u, 0x000001e0u, 0x00001161u, 0x000500aau, 0x0000002cu, - 0x00001179u, 0x00001177u, 0x00001161u, 0x000300f7u, 0x00001185u, 0x00000000u, 0x000400fau, 0x00001179u, - 0x0000117au, 0x00001185u, 0x000200f8u, 0x0000117au, 0x00060168u, 0x00000006u, 0x0000117cu, 0x000001e0u, - 0x00000000u, 0x00001173u, 0x0004014du, 0x0000002cu, 0x0000117du, 0x000001e0u, 0x000300f7u, 0x00001184u, - 0x00000000u, 0x000400fau, 0x0000117du, 0x0000117eu, 0x00001184u, 0x000200f8u, 0x0000117eu, 0x00050080u, - 0x00000006u, 0x00001180u, 0x000005feu, 0x00001161u, 0x00060041u, 0x000000e6u, 0x00001181u, 0x000003e9u, - 0x0000009cu, 0x00001180u, 0x000700f1u, 0x00000006u, 0x00001183u, 0x00001181u, 0x000001dau, 0x000001b8u, - 0x0000117cu, 0x000200f9u, 0x00001184u, 0x000200f8u, 0x00001184u, 0x000200f9u, 0x00001185u, 0x000200f8u, - 0x00001185u, 0x000600a9u, 0x0000002cu, 0x00001686u, 0x00001179u, 0x00000298u, 0x00001223u, 0x000200f9u, - 0x00001186u, 0x000200f8u, 0x00001186u, 0x000400fau, 0x00001686u, 0x00001174u, 0x00001188u, 0x000200f8u, - 0x00001188u, 0x000200f9u, 0x0000105bu, 0x000200f8u, 0x0000105bu, 0x000200f9u, 0x0000105cu, 0x000200f8u, - 0x0000105cu, 0x000200f9u, 0x0000094fu, 0x000200f8u, 0x0000094fu, 0x000100fdu, 0x00010038u, 0x07230203u, - 0x00010300u, 0x000d000au, 0x000016d9u, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00000016u, - 0x00020011u, 0x00000027u, 0x00020011u, 0x0000002eu, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, - 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, - 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, - 0x0008000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000820u, 0x0000082bu, 0x000008a7u, - 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, 0x000000a6u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000000a6u, 0x00000001u, 0x00000023u, 0x00000004u, - 0x00050048u, 0x000000a6u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000000a6u, 0x00000003u, - 0x00000023u, 0x0000000cu, 0x00050048u, 0x000000a6u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, - 0x000000a6u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000000a6u, 0x00000006u, 0x00000023u, - 0x00000018u, 0x00050048u, 0x000000a6u, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000000a6u, - 0x00000008u, 0x00000023u, 0x00000020u, 0x00050048u, 0x000000a6u, 0x00000009u, 0x00000023u, 0x00000024u, - 0x00050048u, 0x000000a6u, 0x0000000au, 0x00000023u, 0x00000028u, 0x00050048u, 0x000000a6u, 0x0000000bu, - 0x00000023u, 0x0000002cu, 0x00050048u, 0x000000a6u, 0x0000000cu, 0x00000023u, 0x0000002eu, 0x00050048u, - 0x000000a6u, 0x0000000du, 0x00000023u, 0x0000002fu, 0x00050048u, 0x000000a6u, 0x0000000eu, 0x00000023u, - 0x00000030u, 0x00040047u, 0x000000a7u, 0x00000006u, 0x00000038u, 0x00040048u, 0x000000a8u, 0x00000000u, - 0x00000018u, 0x00050048u, 0x000000a8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000000a8u, - 0x00000002u, 0x00040047u, 0x000000aau, 0x00000022u, 0x00000001u, 0x00040047u, 0x000000aau, 0x00000021u, - 0x00000002u, 0x00050048u, 0x000000e2u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000000e2u, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000000e2u, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00050048u, 0x000000e2u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000000e2u, 0x00000004u, - 0x00000023u, 0x0000000du, 0x00050048u, 0x000000e2u, 0x00000005u, 0x00000023u, 0x0000000eu, 0x00050048u, - 0x000000e2u, 0x00000006u, 0x00000023u, 0x0000000fu, 0x00040047u, 0x000000e3u, 0x00000006u, 0x00000010u, - 0x00040048u, 0x000000e4u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000000e4u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000000e4u, 0x00000002u, 0x00040047u, 0x000000e6u, 0x00000022u, 0x00000001u, - 0x00040047u, 0x000000e6u, 0x00000021u, 0x00000005u, 0x00040047u, 0x00000251u, 0x00000022u, 0x00000001u, - 0x00040047u, 0x00000251u, 0x00000021u, 0x0000000au, 0x00040047u, 0x00000372u, 0x00000001u, 0x00000001u, - 0x00040047u, 0x00000378u, 0x00000001u, 0x00000000u, 0x00040047u, 0x00000381u, 0x00000006u, 0x00000001u, - 0x00050048u, 0x00000382u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000382u, 0x00000002u, - 0x00040047u, 0x00000384u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000384u, 0x00000021u, 0x00000000u, - 0x00040047u, 0x0000038fu, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000390u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000390u, 0x00000002u, 0x00040047u, 0x00000392u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000392u, 0x00000021u, 0x00000001u, 0x00040047u, 0x000003a2u, 0x00000006u, 0x00000002u, - 0x00050048u, 0x000003a3u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000003a3u, 0x00000002u, - 0x00040047u, 0x000003a5u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000003a5u, 0x00000021u, 0x00000000u, - 0x00040047u, 0x000003eeu, 0x00000006u, 0x00000004u, 0x00050048u, 0x000003efu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000003efu, 0x00000002u, 0x00040047u, 0x000003f1u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000003f1u, 0x00000021u, 0x00000000u, 0x00040047u, 0x000004a6u, 0x00000001u, 0x00000007u, - 0x00040047u, 0x00000574u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000735u, 0x00000006u, 0x00000001u, - 0x00050048u, 0x00000736u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000736u, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x00000736u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, - 0x00000737u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00000738u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00000738u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000738u, 0x00000002u, 0x00040047u, - 0x0000073au, 0x00000022u, 0x00000001u, 0x00040047u, 0x0000073au, 0x00000021u, 0x00000006u, 0x00040047u, - 0x00000820u, 0x0000000bu, 0x0000001cu, 0x00040047u, 0x0000082bu, 0x0000000bu, 0x0000001au, 0x00040047u, - 0x00000834u, 0x00000001u, 0x00000006u, 0x00040047u, 0x00000835u, 0x00000001u, 0x00000003u, 0x00040047u, - 0x00000836u, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000837u, 0x0000000bu, 0x00000019u, 0x00040047u, - 0x0000083fu, 0x00000001u, 0x00000005u, 0x00040047u, 0x00000844u, 0x00000006u, 0x00000004u, 0x00040048u, - 0x00000845u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000845u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000845u, 0x00000002u, 0x00040047u, 0x00000847u, 0x00000022u, 0x00000001u, 0x00040047u, - 0x00000847u, 0x00000021u, 0x0000000cu, 0x00050048u, 0x0000084bu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x0000084bu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x0000084bu, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x0000084bu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x0000084bu, 0x00000004u, 0x00000023u, 0x00000010u, 0x00030047u, 0x0000084bu, 0x00000002u, 0x00040047u, - 0x00000878u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000879u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00000879u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000879u, 0x00000002u, 0x00040047u, - 0x0000087bu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000087bu, 0x00000021u, 0x00000007u, 0x00040047u, - 0x00000882u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000883u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x00000883u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000883u, 0x00000002u, 0x00040047u, - 0x00000885u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000885u, 0x00000021u, 0x0000000bu, 0x00040047u, - 0x000008a7u, 0x0000000bu, 0x0000001du, 0x00040047u, 0x000008abu, 0x00000006u, 0x00000001u, 0x00040048u, - 0x000008acu, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008acu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000008acu, 0x00000002u, 0x00040047u, 0x000008aeu, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000008aeu, 0x00000021u, 0x00000006u, 0x00040047u, 0x000008cau, 0x00000006u, 0x00000004u, 0x00040048u, - 0x000008cbu, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008cbu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000008cbu, 0x00000002u, 0x00040047u, 0x000008cdu, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000008cdu, 0x00000021u, 0x00000003u, 0x00040047u, 0x000008d8u, 0x00000006u, 0x00000004u, 0x00040048u, - 0x000008d9u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008d9u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000008d9u, 0x00000002u, 0x00040047u, 0x000008dbu, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000008dbu, 0x00000021u, 0x00000003u, 0x00040047u, 0x000008e6u, 0x00000006u, 0x00000004u, 0x00040048u, - 0x000008e7u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008e7u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000008e7u, 0x00000002u, 0x00040047u, 0x000008e9u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000008e9u, 0x00000021u, 0x00000004u, 0x00040047u, 0x000008efu, 0x00000006u, 0x00000001u, 0x00040048u, - 0x000008f0u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000008f0u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000008f0u, 0x00000002u, 0x00040047u, 0x000008f2u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000008f2u, 0x00000021u, 0x00000005u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, - 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040020u, 0x00000007u, 0x00000007u, 0x00000006u, - 0x00040015u, 0x00000008u, 0x00000008u, 0x00000000u, 0x00040017u, 0x00000009u, 0x00000008u, 0x00000004u, - 0x00040015u, 0x0000000au, 0x00000010u, 0x00000000u, 0x00040015u, 0x0000000bu, 0x00000010u, 0x00000001u, - 0x00040017u, 0x0000000cu, 0x0000000bu, 0x00000004u, 0x00040015u, 0x00000017u, 0x00000020u, 0x00000001u, - 0x00040017u, 0x00000018u, 0x00000017u, 0x00000003u, 0x00040020u, 0x0000001au, 0x00000007u, 0x00000017u, - 0x00040017u, 0x0000001bu, 0x00000008u, 0x00000003u, 0x00040020u, 0x00000033u, 0x00000007u, 0x00000009u, - 0x00020014u, 0x00000034u, 0x00040017u, 0x00000036u, 0x00000008u, 0x00000002u, 0x00040020u, 0x00000037u, - 0x00000007u, 0x00000036u, 0x00040020u, 0x00000046u, 0x00000007u, 0x00000008u, 0x00040017u, 0x00000074u, - 0x00000006u, 0x00000002u, 0x00040020u, 0x00000075u, 0x00000007u, 0x00000074u, 0x0011001eu, 0x000000a6u, - 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, - 0x00000009u, 0x00000009u, 0x00000006u, 0x0000000au, 0x00000008u, 0x00000008u, 0x0000000cu, 0x0003001du, - 0x000000a7u, 0x000000a6u, 0x0003001eu, 0x000000a8u, 0x000000a7u, 0x00040020u, 0x000000a9u, 0x0000000cu, - 0x000000a8u, 0x0004003bu, 0x000000a9u, 0x000000aau, 0x0000000cu, 0x0004002bu, 0x00000017u, 0x000000abu, - 0x00000000u, 0x00040020u, 0x000000adu, 0x0000000cu, 0x000000a6u, 0x0004002bu, 0x00000017u, 0x000000b5u, - 0x00000001u, 0x0004002bu, 0x00000017u, 0x000000b8u, 0x00000002u, 0x0004002bu, 0x00000017u, 0x000000bbu, - 0x00000003u, 0x0004002bu, 0x00000017u, 0x000000beu, 0x00000004u, 0x0004002bu, 0x00000017u, 0x000000c1u, - 0x00000005u, 0x0004002bu, 0x00000017u, 0x000000c4u, 0x00000006u, 0x0004002bu, 0x00000017u, 0x000000c7u, - 0x00000007u, 0x0004002bu, 0x00000017u, 0x000000cau, 0x00000008u, 0x0004002bu, 0x00000017u, 0x000000cdu, - 0x00000009u, 0x0004002bu, 0x00000017u, 0x000000d0u, 0x0000000au, 0x0004002bu, 0x00000017u, 0x000000d3u, - 0x0000000bu, 0x0009001eu, 0x000000e2u, 0x00000009u, 0x00000009u, 0x00000006u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x00000008u, 0x0003001du, 0x000000e3u, 0x000000e2u, 0x0003001eu, 0x000000e4u, 0x000000e3u, - 0x00040020u, 0x000000e5u, 0x0000000cu, 0x000000e4u, 0x0004003bu, 0x000000e5u, 0x000000e6u, 0x0000000cu, - 0x00040020u, 0x000000e8u, 0x0000000cu, 0x000000e2u, 0x0006002cu, 0x00000018u, 0x00000101u, 0x000000abu, - 0x000000bbu, 0x000000c4u, 0x0004002bu, 0x00000017u, 0x00000107u, 0x000000f8u, 0x0004002bu, 0x00000017u, - 0x0000010cu, 0x000000ffu, 0x0006002cu, 0x00000018u, 0x0000010du, 0x0000010cu, 0x0000010cu, 0x0000010cu, - 0x0004002bu, 0x00000017u, 0x0000010fu, 0x000000f7u, 0x0006002cu, 0x00000018u, 0x00000110u, 0x0000010fu, - 0x0000010fu, 0x0000010fu, 0x00040017u, 0x00000111u, 0x00000034u, 0x00000003u, 0x0004002bu, 0x00000017u, - 0x0000011au, 0x0000001fu, 0x00040015u, 0x00000129u, 0x00000008u, 0x00000001u, 0x00040017u, 0x0000012au, - 0x00000129u, 0x00000003u, 0x0004002bu, 0x00000017u, 0x00000138u, 0x000007ffu, 0x0004002bu, 0x00000017u, - 0x0000013fu, 0x00040000u, 0x0004002bu, 0x00000017u, 0x0000014bu, 0x0003ffffu, 0x0004002bu, 0x00000017u, - 0x00000150u, 0x00000011u, 0x0004002bu, 0x00000006u, 0x00000170u, 0x00000002u, 0x00040020u, 0x0000017au, - 0x00000007u, 0x0000001bu, 0x0004002bu, 0x00000006u, 0x00000198u, 0x00000000u, 0x0004002bu, 0x00000006u, - 0x000001bcu, 0x00000001u, 0x0004002bu, 0x00000006u, 0x000001c4u, 0x00000003u, 0x0004002bu, 0x00000008u, - 0x000001cfu, 0x000000ffu, 0x0004002bu, 0x00000008u, 0x000001eau, 0x00000000u, 0x0004002bu, 0x00000008u, - 0x00000201u, 0x00000003u, 0x0004002bu, 0x00000008u, 0x00000211u, 0x0000003cu, 0x00040017u, 0x00000218u, - 0x0000000bu, 0x00000003u, 0x00040020u, 0x00000219u, 0x00000007u, 0x00000218u, 0x00040017u, 0x0000021cu, - 0x0000000au, 0x00000003u, 0x0004002bu, 0x0000000bu, 0x0000022au, 0x00000001u, 0x0004002bu, 0x0000000bu, - 0x00000236u, 0x00000005u, 0x0004002bu, 0x0000000bu, 0x00000247u, 0x00000002u, 0x0004002bu, 0x0000000bu, - 0x0000024bu, 0x000007ffu, 0x00090019u, 0x0000024fu, 0x00000006u, 0x00000005u, 0x00000000u, 0x00000000u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, 0x00000250u, 0x00000000u, 0x0000024fu, 0x0004003bu, - 0x00000250u, 0x00000251u, 0x00000000u, 0x00040020u, 0x00000255u, 0x00000007u, 0x0000000bu, 0x00040017u, - 0x0000025au, 0x00000006u, 0x00000004u, 0x0004002bu, 0x00000017u, 0x00000296u, 0x0000000fu, 0x0003002au, - 0x00000034u, 0x00000299u, 0x0004002bu, 0x00000017u, 0x000002b1u, 0x00008000u, 0x0004002bu, 0x00000017u, - 0x000002b7u, 0x00000010u, 0x00030029u, 0x00000034u, 0x000002bcu, 0x0004002bu, 0x00000017u, 0x000002bdu, - 0x0000ffffu, 0x00040032u, 0x00000017u, 0x00000372u, 0x00000000u, 0x00040032u, 0x00000006u, 0x00000378u, - 0x00000000u, 0x00060034u, 0x00000006u, 0x00000379u, 0x00000082u, 0x00000378u, 0x000001bcu, 0x0003001du, - 0x00000381u, 0x00000008u, 0x0003001eu, 0x00000382u, 0x00000381u, 0x00040020u, 0x00000383u, 0x0000000cu, - 0x00000382u, 0x0004003bu, 0x00000383u, 0x00000384u, 0x0000000cu, 0x00040020u, 0x00000387u, 0x0000000cu, - 0x00000008u, 0x0003001du, 0x0000038fu, 0x00000008u, 0x0003001eu, 0x00000390u, 0x0000038fu, 0x00040020u, - 0x00000391u, 0x0000000cu, 0x00000390u, 0x0004003bu, 0x00000391u, 0x00000392u, 0x0000000cu, 0x00060034u, - 0x00000006u, 0x00000399u, 0x000000c2u, 0x00000379u, 0x000001bcu, 0x00060034u, 0x00000006u, 0x0000039du, - 0x000000c2u, 0x00000378u, 0x000000b5u, 0x0003001du, 0x000003a2u, 0x0000000au, 0x0003001eu, 0x000003a3u, - 0x000003a2u, 0x00040020u, 0x000003a4u, 0x0000000cu, 0x000003a3u, 0x0004003bu, 0x000003a4u, 0x000003a5u, - 0x0000000cu, 0x00040020u, 0x000003a8u, 0x0000000cu, 0x0000000au, 0x00040017u, 0x000003acu, 0x00000006u, - 0x00000003u, 0x0004002bu, 0x00000006u, 0x000003b0u, 0x00000008u, 0x0004002bu, 0x00000006u, 0x000003b7u, - 0x000000f8u, 0x0004002bu, 0x00000008u, 0x000003bfu, 0x00000005u, 0x00060034u, 0x00000006u, 0x000003ceu, - 0x000000c2u, 0x00000378u, 0x000000b5u, 0x0004002bu, 0x00000006u, 0x000003ddu, 0x000000ffu, 0x00060034u, - 0x00000006u, 0x000003e5u, 0x000000c2u, 0x00000379u, 0x00000170u, 0x00060034u, 0x00000006u, 0x000003e9u, - 0x000000c2u, 0x00000378u, 0x000000b8u, 0x0003001du, 0x000003eeu, 0x00000006u, 0x0003001eu, 0x000003efu, - 0x000003eeu, 0x00040020u, 0x000003f0u, 0x0000000cu, 0x000003efu, 0x0004003bu, 0x000003f0u, 0x000003f1u, - 0x0000000cu, 0x00040020u, 0x000003f3u, 0x0000000cu, 0x00000006u, 0x0004002bu, 0x00000006u, 0x000003f8u, - 0x00000018u, 0x0004002bu, 0x00000006u, 0x000003f9u, 0x00000010u, 0x0007002cu, 0x0000025au, 0x000003fau, - 0x000003f8u, 0x000003f9u, 0x000003b0u, 0x00000198u, 0x0007002cu, 0x0000025au, 0x000003fcu, 0x000003ddu, - 0x000003ddu, 0x000003ddu, 0x000003ddu, 0x0004002bu, 0x00000008u, 0x0000040bu, 0x00000008u, 0x0004002bu, - 0x00000006u, 0x00000413u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000420u, 0x00000004u, 0x0004002bu, - 0x00000006u, 0x0000044du, 0x0000000au, 0x0004002bu, 0x00000006u, 0x00000453u, 0x00000005u, 0x0004002bu, - 0x00000006u, 0x0000045eu, 0x00000007u, 0x00060034u, 0x00000006u, 0x00000475u, 0x000000c2u, 0x00000378u, - 0x000000b5u, 0x0004002bu, 0x0000000au, 0x0000047fu, 0x00000002u, 0x0004002bu, 0x0000000au, 0x00000485u, - 0x00000003u, 0x00040032u, 0x00000017u, 0x000004a6u, 0x00000000u, 0x00060034u, 0x00000017u, 0x000004a7u, - 0x000000c7u, 0x000004a6u, 0x000000b5u, 0x00060034u, 0x00000034u, 0x000004a8u, 0x000000abu, 0x000004a7u, - 0x000000abu, 0x00060034u, 0x00000017u, 0x000004a9u, 0x000000c3u, 0x000004a6u, 0x000000b5u, 0x00060034u, - 0x00000034u, 0x000004aau, 0x000000aau, 0x000004a9u, 0x000000abu, 0x00060034u, 0x00000034u, 0x000004abu, - 0x000000a7u, 0x000004a8u, 0x000004aau, 0x0004002bu, 0x00000006u, 0x000004aeu, 0x00000048u, 0x00060034u, - 0x00000006u, 0x000004d9u, 0x000000c2u, 0x00000378u, 0x000000b5u, 0x00040020u, 0x000004ddu, 0x00000007u, - 0x0000025au, 0x00060034u, 0x00000006u, 0x0000050cu, 0x000000c2u, 0x00000378u, 0x000001bcu, 0x0004002bu, - 0x0000000au, 0x0000050eu, 0x0000ffffu, 0x00060034u, 0x00000006u, 0x00000514u, 0x000000c2u, 0x00000378u, - 0x000000b5u, 0x00060034u, 0x00000006u, 0x00000533u, 0x000000c2u, 0x00000378u, 0x000001bcu, 0x00060034u, - 0x00000006u, 0x0000053au, 0x000000c2u, 0x00000378u, 0x000000b8u, 0x00060034u, 0x00000006u, 0x0000056eu, - 0x000000c2u, 0x00000378u, 0x00000170u, 0x0004002bu, 0x00000006u, 0x00000570u, 0xffffffffu, 0x00030031u, - 0x00000034u, 0x00000574u, 0x00050034u, 0x00000034u, 0x00000575u, 0x000000a8u, 0x00000574u, 0x00060034u, - 0x00000006u, 0x0000057fu, 0x000000c2u, 0x00000378u, 0x000000b5u, 0x00060034u, 0x00000006u, 0x00000596u, - 0x000000c2u, 0x00000378u, 0x000001bcu, 0x00040017u, 0x0000059du, 0x00000034u, 0x00000002u, 0x00060034u, - 0x00000017u, 0x000005a4u, 0x000000c4u, 0x000000b5u, 0x000004a9u, 0x00060034u, 0x00000017u, 0x000005a5u, - 0x00000082u, 0x000005a4u, 0x000000b5u, 0x00060034u, 0x00000006u, 0x000005a6u, 0x00000080u, 0x000005a5u, - 0x00000198u, 0x00040017u, 0x000005aau, 0x00000017u, 0x00000002u, 0x00060034u, 0x00000006u, 0x000005b0u, - 0x00000080u, 0x000005a4u, 0x00000198u, 0x00060034u, 0x00000017u, 0x000005fbu, 0x00000084u, 0x000005a4u, - 0x000005a4u, 0x00060034u, 0x00000006u, 0x000005fcu, 0x00000080u, 0x000005fbu, 0x00000198u, 0x00060034u, - 0x00000006u, 0x000005fdu, 0x000000c2u, 0x00000378u, 0x000000b8u, 0x00060034u, 0x00000006u, 0x000005feu, - 0x00000084u, 0x000005fcu, 0x000005fdu, 0x00060034u, 0x00000017u, 0x00000611u, 0x00000082u, 0x000005a4u, - 0x000000b5u, 0x00060034u, 0x00000006u, 0x00000612u, 0x00000080u, 0x00000611u, 0x00000198u, 0x00060034u, - 0x00000006u, 0x0000061bu, 0x00000080u, 0x000005a4u, 0x00000198u, 0x00060034u, 0x00000034u, 0x0000063du, - 0x000000abu, 0x000004a9u, 0x000000abu, 0x00060034u, 0x00000034u, 0x0000063eu, 0x000000a7u, 0x000004a8u, - 0x0000063du, 0x0004002bu, 0x00000008u, 0x0000064du, 0x000000e0u, 0x0006002cu, 0x0000001bu, 0x00000658u, - 0x000001eau, 0x000001eau, 0x000001eau, 0x0004002bu, 0x00000008u, 0x0000065fu, 0x000000f8u, 0x00060034u, - 0x00000034u, 0x00000672u, 0x000000aau, 0x00000372u, 0x000000abu, 0x0007002cu, 0x00000009u, 0x00000683u, - 0x000001eau, 0x000001eau, 0x000001eau, 0x000001eau, 0x0004002bu, 0x00000006u, 0x0000069cu, 0x000000e0u, - 0x0004002bu, 0x00000006u, 0x000006f7u, 0x0000ffffu, 0x0004002bu, 0x00000017u, 0x00000727u, 0x000001ffu, - 0x0004001cu, 0x00000735u, 0x00000008u, 0x000003b0u, 0x0005001eu, 0x00000736u, 0x00000009u, 0x00000009u, - 0x00000735u, 0x0003001du, 0x00000737u, 0x00000736u, 0x0003001eu, 0x00000738u, 0x00000737u, 0x00040020u, - 0x00000739u, 0x0000000cu, 0x00000738u, 0x0004003bu, 0x00000739u, 0x0000073au, 0x0000000cu, 0x0004002bu, - 0x00000006u, 0x0000075eu, 0x00000020u, 0x0004002bu, 0x00000006u, 0x00000764u, 0x00000040u, 0x0004002bu, - 0x00000006u, 0x0000076au, 0x00000080u, 0x0004002bu, 0x00000006u, 0x00000770u, 0x00000100u, 0x00040020u, - 0x0000081fu, 0x00000001u, 0x000003acu, 0x0004003bu, 0x0000081fu, 0x00000820u, 0x00000001u, 0x00040020u, - 0x00000821u, 0x00000001u, 0x00000006u, 0x00040020u, 0x00000829u, 0x00000007u, 0x000005aau, 0x0004003bu, - 0x0000081fu, 0x0000082bu, 0x00000001u, 0x00040032u, 0x00000017u, 0x00000834u, 0x00000400u, 0x00040032u, - 0x00000006u, 0x00000835u, 0x00000001u, 0x00040032u, 0x00000006u, 0x00000836u, 0x00000001u, 0x00060033u, - 0x000003acu, 0x00000837u, 0x00000835u, 0x00000836u, 0x000001bcu, 0x00060034u, 0x00000006u, 0x00000838u, - 0x00000051u, 0x00000837u, 0x00000000u, 0x00060034u, 0x00000017u, 0x00000839u, 0x00000080u, 0x00000838u, - 0x00000198u, 0x00060034u, 0x00000017u, 0x0000083au, 0x00000087u, 0x00000834u, 0x00000839u, 0x00040032u, - 0x00000017u, 0x0000083fu, 0x00000100u, 0x0004002bu, 0x00000017u, 0x00000840u, 0x00000020u, 0x00060034u, - 0x00000017u, 0x00000841u, 0x00000087u, 0x0000083fu, 0x00000840u, 0x0003001du, 0x00000844u, 0x00000006u, - 0x0003001eu, 0x00000845u, 0x00000844u, 0x00040020u, 0x00000846u, 0x0000000cu, 0x00000845u, 0x0004003bu, - 0x00000846u, 0x00000847u, 0x0000000cu, 0x0007001eu, 0x0000084bu, 0x00000006u, 0x00000006u, 0x00000006u, - 0x00000006u, 0x00000006u, 0x00040020u, 0x0000084cu, 0x00000009u, 0x0000084bu, 0x0004003bu, 0x0000084cu, - 0x0000084du, 0x00000009u, 0x00040020u, 0x0000084eu, 0x00000009u, 0x00000006u, 0x0003001du, 0x00000878u, - 0x00000006u, 0x0003001eu, 0x00000879u, 0x00000878u, 0x00040020u, 0x0000087au, 0x0000000cu, 0x00000879u, - 0x0004003bu, 0x0000087au, 0x0000087bu, 0x0000000cu, 0x0003001du, 0x00000882u, 0x00000006u, 0x0003001eu, - 0x00000883u, 0x00000882u, 0x00040020u, 0x00000884u, 0x0000000cu, 0x00000883u, 0x0004003bu, 0x00000884u, - 0x00000885u, 0x0000000cu, 0x00060034u, 0x00000006u, 0x000008a3u, 0x00000051u, 0x00000837u, 0x00000000u, - 0x00060034u, 0x00000006u, 0x000008a4u, 0x00000051u, 0x00000837u, 0x00000001u, 0x00060034u, 0x00000006u, - 0x000008a5u, 0x00000084u, 0x000008a3u, 0x000008a4u, 0x0004003bu, 0x00000821u, 0x000008a7u, 0x00000001u, - 0x0003001du, 0x000008abu, 0x00000129u, 0x0003001eu, 0x000008acu, 0x000008abu, 0x00040020u, 0x000008adu, - 0x0000000cu, 0x000008acu, 0x0004003bu, 0x000008adu, 0x000008aeu, 0x0000000cu, 0x00040020u, 0x000008b0u, - 0x0000000cu, 0x00000129u, 0x0004002bu, 0x00000017u, 0x000008b9u, 0x00000040u, 0x0003001du, 0x000008cau, - 0x00000006u, 0x0003001eu, 0x000008cbu, 0x000008cau, 0x00040020u, 0x000008ccu, 0x0000000cu, 0x000008cbu, - 0x0004003bu, 0x000008ccu, 0x000008cdu, 0x0000000cu, 0x0003001du, 0x000008d8u, 0x00000009u, 0x0003001eu, - 0x000008d9u, 0x000008d8u, 0x00040020u, 0x000008dau, 0x0000000cu, 0x000008d9u, 0x0004003bu, 0x000008dau, - 0x000008dbu, 0x0000000cu, 0x00040020u, 0x000008ddu, 0x0000000cu, 0x00000009u, 0x0003001du, 0x000008e6u, - 0x00000017u, 0x0003001eu, 0x000008e7u, 0x000008e6u, 0x00040020u, 0x000008e8u, 0x0000000cu, 0x000008e7u, - 0x0004003bu, 0x000008e8u, 0x000008e9u, 0x0000000cu, 0x00040020u, 0x000008ebu, 0x0000000cu, 0x00000017u, - 0x0003001du, 0x000008efu, 0x00000008u, 0x0003001eu, 0x000008f0u, 0x000008efu, 0x00040020u, 0x000008f1u, - 0x0000000cu, 0x000008f0u, 0x0004003bu, 0x000008f1u, 0x000008f2u, 0x0000000cu, 0x00030001u, 0x0000000au, - 0x00001251u, 0x00030001u, 0x00000008u, 0x0000125du, 0x00030001u, 0x0000001bu, 0x0000127du, 0x00030001u, - 0x00000006u, 0x000013a6u, 0x0006002cu, 0x000003acu, 0x0000168bu, 0x000003b7u, 0x000003b7u, 0x000003b7u, - 0x0005002cu, 0x00000074u, 0x0000168cu, 0x000001c4u, 0x000001c4u, 0x0006002cu, 0x0000001bu, 0x0000168du, - 0x0000065fu, 0x0000065fu, 0x0000065fu, 0x0006002cu, 0x00000018u, 0x0000168eu, 0x000000c7u, 0x000000c7u, - 0x000000c7u, 0x0006002cu, 0x00000018u, 0x0000168fu, 0x00000107u, 0x00000107u, 0x00000107u, 0x0006002cu, - 0x00000018u, 0x00001690u, 0x000000cau, 0x000000cau, 0x000000cau, 0x0006002cu, 0x00000018u, 0x00001691u, - 0x0000011au, 0x0000011au, 0x0000011au, 0x0006002cu, 0x00000218u, 0x00001692u, 0x00000236u, 0x00000236u, - 0x00000236u, 0x0006002cu, 0x0000001bu, 0x00001693u, 0x000001cfu, 0x000001cfu, 0x000001cfu, 0x0006002cu, - 0x00000218u, 0x00001694u, 0x00000247u, 0x00000247u, 0x00000247u, 0x0006002cu, 0x00000218u, 0x00001695u, - 0x0000024bu, 0x0000024bu, 0x0000024bu, 0x00030001u, 0x0000001bu, 0x000016a3u, 0x00040017u, 0x000016d4u, - 0x00000034u, 0x00000004u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, - 0x00000005u, 0x0004003bu, 0x00000033u, 0x00001219u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00001218u, - 0x00000007u, 0x0004003bu, 0x00000033u, 0x00001217u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x0000120bu, - 0x00000007u, 0x0004003bu, 0x00000033u, 0x0000120au, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00001209u, - 0x00000007u, 0x0004003bu, 0x00000033u, 0x000011f0u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x0000038bu, - 0x00000007u, 0x0004003bu, 0x00000075u, 0x00001183u, 0x00000007u, 0x0004003bu, 0x000004ddu, 0x0000108cu, - 0x00000007u, 0x0004003bu, 0x00000075u, 0x0000108fu, 0x00000007u, 0x0004003bu, 0x000004ddu, 0x00001091u, - 0x00000007u, 0x0004003bu, 0x00000075u, 0x0000104fu, 0x00000007u, 0x0004003bu, 0x00000075u, 0x00001056u, - 0x00000007u, 0x0004003bu, 0x00000075u, 0x00001016u, 0x00000007u, 0x0004003bu, 0x0000017au, 0x00000ea2u, - 0x00000007u, 0x0004003bu, 0x00000219u, 0x00000ea5u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00000b8cu, - 0x00000007u, 0x0004003bu, 0x00000037u, 0x00000ba0u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00000ba4u, - 0x00000007u, 0x0004003bu, 0x00000037u, 0x00000ba9u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00000badu, - 0x00000007u, 0x0004003bu, 0x00000037u, 0x00000bb2u, 0x00000007u, 0x0004003bu, 0x00000075u, 0x00000b42u, - 0x00000007u, 0x0004003bu, 0x00000075u, 0x00000ac5u, 0x00000007u, 0x0004003bu, 0x00000075u, 0x00000972u, - 0x00000007u, 0x0004003bu, 0x00000829u, 0x0000082au, 0x00000007u, 0x0004003bu, 0x00000075u, 0x00000857u, - 0x00000007u, 0x0004003bu, 0x00000075u, 0x00000906u, 0x00000007u, 0x000300f7u, 0x0000096au, 0x00000000u, - 0x000300fbu, 0x00000198u, 0x0000096bu, 0x000200f8u, 0x0000096bu, 0x0004003du, 0x000003acu, 0x0000082cu, - 0x0000082bu, 0x0007004fu, 0x00000074u, 0x0000082du, 0x0000082cu, 0x0000082cu, 0x00000000u, 0x00000001u, - 0x0004007cu, 0x000005aau, 0x0000082eu, 0x0000082du, 0x0003003eu, 0x0000082au, 0x0000082eu, 0x00050041u, - 0x0000001au, 0x00000830u, 0x0000082au, 0x00000198u, 0x0004003du, 0x00000017u, 0x00000831u, 0x00000830u, - 0x00050041u, 0x0000001au, 0x00000832u, 0x0000082au, 0x000001bcu, 0x0004003du, 0x00000017u, 0x00000833u, - 0x00000832u, 0x00050084u, 0x00000017u, 0x0000083bu, 0x00000833u, 0x0000083au, 0x00050080u, 0x00000017u, - 0x0000083cu, 0x00000831u, 0x0000083bu, 0x00050084u, 0x00000017u, 0x00000842u, 0x0000083cu, 0x00000841u, - 0x00060041u, 0x000003f3u, 0x00000849u, 0x00000847u, 0x000000abu, 0x0000083cu, 0x0004003du, 0x00000006u, - 0x0000084au, 0x00000849u, 0x00050041u, 0x0000084eu, 0x0000084fu, 0x0000084du, 0x000000beu, 0x0004003du, - 0x00000006u, 0x00000850u, 0x0000084fu, 0x000500c7u, 0x00000006u, 0x00000851u, 0x0000084au, 0x00000850u, - 0x000500aau, 0x00000034u, 0x00000853u, 0x00000851u, 0x00000198u, 0x000300f7u, 0x00000855u, 0x00000000u, - 0x000400fau, 0x00000853u, 0x00000854u, 0x00000855u, 0x000200f8u, 0x00000854u, 0x000200f9u, 0x0000096au, - 0x000200f8u, 0x00000855u, 0x0004003du, 0x000003acu, 0x00000858u, 0x00000820u, 0x0007004fu, 0x00000074u, - 0x00000859u, 0x00000858u, 0x00000858u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00000857u, 0x00000859u, - 0x00050041u, 0x0000084eu, 0x0000085bu, 0x0000084du, 0x000000b8u, 0x0004003du, 0x00000006u, 0x0000085cu, - 0x0000085bu, 0x00050041u, 0x0000084eu, 0x0000085eu, 0x0000084du, 0x000000bbu, 0x0004003du, 0x00000006u, - 0x0000085fu, 0x0000085eu, 0x00050041u, 0x0000084eu, 0x00000861u, 0x0000084du, 0x000000abu, 0x0004003du, - 0x00000006u, 0x00000862u, 0x00000861u, 0x00050041u, 0x0000084eu, 0x00000864u, 0x0000084du, 0x000000b5u, - 0x0004003du, 0x00000006u, 0x00000865u, 0x00000864u, 0x00050050u, 0x00000074u, 0x0000097du, 0x0000085cu, - 0x0000085fu, 0x000500b0u, 0x0000059du, 0x0000097eu, 0x00000859u, 0x0000097du, 0x0004009bu, 0x00000034u, - 0x0000097fu, 0x0000097eu, 0x000300f7u, 0x000009a8u, 0x00000000u, 0x000400fau, 0x0000097fu, 0x00000980u, - 0x000009a8u, 0x000200f8u, 0x00000980u, 0x0004003du, 0x00000074u, 0x00000981u, 0x00000857u, 0x00050050u, - 0x00000074u, 0x00000982u, 0x000005a6u, 0x000005a6u, 0x000500c7u, 0x00000074u, 0x00000983u, 0x00000981u, - 0x00000982u, 0x0003003eu, 0x00000972u, 0x00000983u, 0x00050050u, 0x000005aau, 0x00000985u, 0x000004a9u, - 0x000004a9u, 0x000500c2u, 0x00000074u, 0x00000986u, 0x00000981u, 0x00000985u, 0x0003003eu, 0x00000857u, - 0x00000986u, 0x00050041u, 0x00000007u, 0x00000987u, 0x00000972u, 0x000001bcu, 0x0004003du, 0x00000006u, - 0x00000988u, 0x00000987u, 0x00050084u, 0x00000006u, 0x00000989u, 0x00000988u, 0x000005b0u, 0x00050041u, - 0x00000007u, 0x0000098au, 0x00000972u, 0x00000198u, 0x0004003du, 0x00000006u, 0x0000098bu, 0x0000098au, - 0x00050080u, 0x00000006u, 0x0000098cu, 0x00000989u, 0x0000098bu, 0x000500c2u, 0x00000006u, 0x0000098fu, - 0x0000085cu, 0x000004a9u, 0x00050041u, 0x00000007u, 0x00000990u, 0x00000857u, 0x000001bcu, 0x0004003du, - 0x00000006u, 0x00000991u, 0x00000990u, 0x00050084u, 0x00000006u, 0x00000992u, 0x0000098fu, 0x00000991u, - 0x00050080u, 0x00000006u, 0x00000993u, 0x00000862u, 0x00000992u, 0x00050041u, 0x00000007u, 0x00000994u, - 0x00000857u, 0x00000198u, 0x0004003du, 0x00000006u, 0x00000995u, 0x00000994u, 0x00050080u, 0x00000006u, - 0x00000996u, 0x00000993u, 0x00000995u, 0x000300f7u, 0x00000a0cu, 0x00000000u, 0x000d00fbu, 0x00000372u, - 0x00000a0cu, 0x00000000u, 0x000009afu, 0x00000001u, 0x000009afu, 0x00000002u, 0x000009c2u, 0x00000003u, - 0x000009e6u, 0x00000004u, 0x000009fdu, 0x000200f8u, 0x000009fdu, 0x000500c7u, 0x00000006u, 0x000009ffu, - 0x00000996u, 0x000003e5u, 0x00050084u, 0x00000006u, 0x00000a01u, 0x0000098cu, 0x000003e9u, 0x00050080u, - 0x00000006u, 0x00000a03u, 0x000009ffu, 0x00000a01u, 0x00060041u, 0x000003f3u, 0x00000a05u, 0x000003f1u, - 0x000000abu, 0x00000a03u, 0x0004003du, 0x00000006u, 0x00000a06u, 0x00000a05u, 0x00070050u, 0x0000025au, - 0x00000a08u, 0x00000a06u, 0x00000a06u, 0x00000a06u, 0x00000a06u, 0x000500c2u, 0x0000025au, 0x00000a09u, - 0x00000a08u, 0x000003fau, 0x000500c7u, 0x0000025au, 0x00000a0au, 0x00000a09u, 0x000003fcu, 0x00040071u, - 0x00000009u, 0x00000a0bu, 0x00000a0au, 0x0003003eu, 0x0000038bu, 0x00000a0bu, 0x000200f9u, 0x00000a0cu, - 0x000200f8u, 0x000009e6u, 0x000500c7u, 0x00000006u, 0x000009e8u, 0x00000996u, 0x00000399u, 0x00050084u, - 0x00000006u, 0x000009eau, 0x0000098cu, 0x000003ceu, 0x00050080u, 0x00000006u, 0x000009ecu, 0x000009e8u, - 0x000009eau, 0x000500c6u, 0x00000006u, 0x000009eeu, 0x000009ecu, 0x000001bcu, 0x00060041u, 0x000003a8u, - 0x000009efu, 0x000003a5u, 0x000000abu, 0x000009eeu, 0x0004003du, 0x0000000au, 0x000009f0u, 0x000009efu, - 0x00040071u, 0x00000006u, 0x000009f1u, 0x000009f0u, 0x000500c2u, 0x00000006u, 0x000009f3u, 0x000009f1u, - 0x000003b0u, 0x00040071u, 0x00000008u, 0x000009f4u, 0x000009f3u, 0x000500c7u, 0x00000006u, 0x000009f7u, - 0x000009f1u, 0x000003ddu, 0x00040071u, 0x00000008u, 0x000009f8u, 0x000009f7u, 0x00070050u, 0x00000009u, - 0x000009fcu, 0x000009f4u, 0x000009f4u, 0x000009f4u, 0x000009f8u, 0x0003003eu, 0x0000038bu, 0x000009fcu, - 0x000200f9u, 0x00000a0cu, 0x000200f8u, 0x000009c2u, 0x000500c7u, 0x00000006u, 0x000009c4u, 0x00000996u, - 0x00000399u, 0x00050084u, 0x00000006u, 0x000009c6u, 0x0000098cu, 0x0000039du, 0x00050080u, 0x00000006u, - 0x000009c8u, 0x000009c4u, 0x000009c6u, 0x000500c6u, 0x00000006u, 0x000009cau, 0x000009c8u, 0x000001bcu, - 0x00060041u, 0x000003a8u, 0x000009cbu, 0x000003a5u, 0x000000abu, 0x000009cau, 0x0004003du, 0x0000000au, - 0x000009ccu, 0x000009cbu, 0x00040071u, 0x00000006u, 0x000009cdu, 0x000009ccu, 0x000500c2u, 0x00000006u, - 0x000009cfu, 0x000009cdu, 0x000003b0u, 0x000500c2u, 0x00000006u, 0x000009d1u, 0x000009cdu, 0x000001c4u, - 0x000500c4u, 0x00000006u, 0x000009d3u, 0x000009cdu, 0x00000170u, 0x00060050u, 0x000003acu, 0x000009d4u, - 0x000009cfu, 0x000009d1u, 0x000009d3u, 0x000500c7u, 0x000003acu, 0x000009d6u, 0x000009d4u, 0x0000168bu, - 0x00040071u, 0x0000001bu, 0x000009d8u, 0x000009d6u, 0x00060041u, 0x00000387u, 0x000009dau, 0x00000392u, - 0x000000abu, 0x000009c8u, 0x0004003du, 0x00000008u, 0x000009dbu, 0x000009dau, 0x000500c4u, 0x00000008u, - 0x000009dcu, 0x000009dbu, 0x000003bfu, 0x000500c7u, 0x00000006u, 0x000009deu, 0x000009cdu, 0x000001bcu, - 0x000500c4u, 0x00000006u, 0x000009dfu, 0x000009deu, 0x000000c7u, 0x00040071u, 0x00000008u, 0x000009e0u, - 0x000009dfu, 0x000500c5u, 0x00000008u, 0x000009e1u, 0x000009dcu, 0x000009e0u, 0x00050051u, 0x00000008u, - 0x000009e2u, 0x000009d8u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000009e3u, 0x000009d8u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x000009e4u, 0x000009d8u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000009e5u, - 0x000009e2u, 0x000009e3u, 0x000009e4u, 0x000009e1u, 0x0003003eu, 0x0000038bu, 0x000009e5u, 0x000200f9u, - 0x00000a0cu, 0x000200f8u, 0x000009afu, 0x000500c7u, 0x00000006u, 0x000009b1u, 0x00000996u, 0x00000379u, - 0x00050084u, 0x00000006u, 0x000009b3u, 0x0000098cu, 0x00000378u, 0x00050080u, 0x00000006u, 0x000009b5u, - 0x000009b1u, 0x000009b3u, 0x000500c6u, 0x00000006u, 0x000009b7u, 0x000009b5u, 0x000001c4u, 0x00060041u, - 0x00000387u, 0x000009b8u, 0x00000384u, 0x000000abu, 0x000009b7u, 0x0004003du, 0x00000008u, 0x000009b9u, - 0x000009b8u, 0x000500c2u, 0x00000006u, 0x000009beu, 0x000009b5u, 0x000000b5u, 0x00060041u, 0x00000387u, - 0x000009bfu, 0x00000392u, 0x000000abu, 0x000009beu, 0x0004003du, 0x00000008u, 0x000009c0u, 0x000009bfu, - 0x00070050u, 0x00000009u, 0x000009c1u, 0x000009b9u, 0x000009b9u, 0x000009b9u, 0x000009c0u, 0x0003003eu, - 0x0000038bu, 0x000009c1u, 0x000200f9u, 0x00000a0cu, 0x000200f8u, 0x00000a0cu, 0x0004003du, 0x00000006u, - 0x0000099fu, 0x00000990u, 0x00050084u, 0x00000006u, 0x000009a0u, 0x0000098fu, 0x0000099fu, 0x00050080u, - 0x00000006u, 0x000009a1u, 0x00000865u, 0x000009a0u, 0x0004003du, 0x00000006u, 0x000009a3u, 0x00000994u, - 0x00050080u, 0x00000006u, 0x000009a4u, 0x000009a1u, 0x000009a3u, 0x000500c7u, 0x00000006u, 0x00000a10u, - 0x000009a4u, 0x00000399u, 0x00050084u, 0x00000006u, 0x00000a12u, 0x0000098cu, 0x00000475u, 0x00050080u, - 0x00000006u, 0x00000a14u, 0x00000a10u, 0x00000a12u, 0x000500c6u, 0x00000006u, 0x00000a16u, 0x00000a14u, - 0x000001bcu, 0x00060041u, 0x000003a8u, 0x00000a17u, 0x000003a5u, 0x000000abu, 0x00000a16u, 0x0004003du, - 0x0000000au, 0x00000a18u, 0x00000a17u, 0x000500c2u, 0x0000000au, 0x00000a1au, 0x00000a18u, 0x0000047fu, - 0x00060041u, 0x00000387u, 0x00000a1cu, 0x00000392u, 0x000000abu, 0x00000a14u, 0x0004003du, 0x00000008u, - 0x00000a1du, 0x00000a1cu, 0x000500c7u, 0x0000000au, 0x00000a1fu, 0x00000a18u, 0x00000485u, 0x000500c4u, - 0x0000000au, 0x00000a20u, 0x00000a1fu, 0x0000047fu, 0x00040071u, 0x00000008u, 0x00000a21u, 0x00000a20u, - 0x000500c5u, 0x00000008u, 0x00000a22u, 0x00000a1du, 0x00000a21u, 0x000200f9u, 0x000009a8u, 0x000200f8u, - 0x000009a8u, 0x000700f5u, 0x00000006u, 0x000013a5u, 0x000013a6u, 0x00000855u, 0x00000996u, 0x00000a0cu, - 0x000700f5u, 0x00000008u, 0x0000125cu, 0x0000125du, 0x00000855u, 0x00000a22u, 0x00000a0cu, 0x000700f5u, - 0x0000000au, 0x00001250u, 0x00001251u, 0x00000855u, 0x00000a1au, 0x00000a0cu, 0x000200f9u, 0x00000867u, - 0x000200f8u, 0x00000867u, 0x000700f5u, 0x0000001bu, 0x000016a1u, 0x000016a3u, 0x000009a8u, 0x000016a0u, - 0x0000086au, 0x000700f5u, 0x00000008u, 0x0000125bu, 0x0000125cu, 0x000009a8u, 0x00001286u, 0x0000086au, - 0x000700f5u, 0x0000000au, 0x0000124fu, 0x00001250u, 0x000009a8u, 0x00001283u, 0x0000086au, 0x000700f5u, - 0x00000034u, 0x00001242u, 0x00000299u, 0x000009a8u, 0x00001447u, 0x0000086au, 0x000700f5u, 0x00000034u, - 0x0000123bu, 0x00000299u, 0x000009a8u, 0x0000142au, 0x0000086au, 0x000700f5u, 0x00000006u, 0x00001237u, - 0x00000851u, 0x000009a8u, 0x00000876u, 0x0000086au, 0x000700f5u, 0x0000001bu, 0x00001369u, 0x0000127du, - 0x000009a8u, 0x00001368u, 0x0000086au, 0x000700f5u, 0x00000008u, 0x0000133eu, 0x0000125du, 0x000009a8u, - 0x0000133du, 0x0000086au, 0x000700f5u, 0x00000008u, 0x00001314u, 0x0000125du, 0x000009a8u, 0x00001313u, - 0x0000086au, 0x000700f5u, 0x0000001bu, 0x000012f5u, 0x0000127du, 0x000009a8u, 0x000012f4u, 0x0000086au, - 0x000700f5u, 0x00000008u, 0x000012d7u, 0x0000125du, 0x000009a8u, 0x000012d6u, 0x0000086au, 0x000700f5u, - 0x00000008u, 0x000012bau, 0x0000125du, 0x000009a8u, 0x000012b9u, 0x0000086au, 0x000700f5u, 0x0000001bu, - 0x0000127bu, 0x0000127du, 0x000009a8u, 0x0000127au, 0x0000086au, 0x000500abu, 0x00000034u, 0x0000086du, - 0x00001237u, 0x00000198u, 0x000400f6u, 0x00000869u, 0x0000086au, 0x00000000u, 0x000400fau, 0x0000086du, - 0x00000868u, 0x00000869u, 0x000200f8u, 0x00000868u, 0x0006000cu, 0x00000017u, 0x00000870u, 0x00000001u, - 0x00000049u, 0x00001237u, 0x000500c4u, 0x00000017u, 0x00000872u, 0x000000b5u, 0x00000870u, 0x0004007cu, - 0x00000006u, 0x00000873u, 0x00000872u, 0x000400c8u, 0x00000006u, 0x00000874u, 0x00000873u, 0x000500c7u, - 0x00000006u, 0x00000876u, 0x00001237u, 0x00000874u, 0x00050080u, 0x00000017u, 0x0000087eu, 0x00000842u, - 0x00000870u, 0x00060041u, 0x000003f3u, 0x0000087fu, 0x0000087bu, 0x000000abu, 0x0000087eu, 0x0004003du, - 0x00000006u, 0x00000880u, 0x0000087fu, 0x00060041u, 0x000003f3u, 0x00000889u, 0x00000885u, 0x000000abu, - 0x0000087eu, 0x0004003du, 0x00000006u, 0x0000088au, 0x00000889u, 0x000200f9u, 0x0000088bu, 0x000200f8u, - 0x0000088bu, 0x000700f5u, 0x0000001bu, 0x000016a0u, 0x000016a1u, 0x00000868u, 0x000016afu, 0x0000088eu, - 0x000700f5u, 0x0000001bu, 0x00001368u, 0x00001369u, 0x00000868u, 0x00001630u, 0x0000088eu, 0x000700f5u, - 0x00000008u, 0x0000133du, 0x0000133eu, 0x00000868u, 0x00001615u, 0x0000088eu, 0x000700f5u, 0x00000008u, - 0x00001313u, 0x00001314u, 0x00000868u, 0x000015fau, 0x0000088eu, 0x000700f5u, 0x0000001bu, 0x000012f4u, - 0x000012f5u, 0x00000868u, 0x000015d2u, 0x0000088eu, 0x000700f5u, 0x00000008u, 0x000012d6u, 0x000012d7u, - 0x00000868u, 0x000015aau, 0x0000088eu, 0x000700f5u, 0x00000008u, 0x000012b9u, 0x000012bau, 0x00000868u, - 0x00001582u, 0x0000088eu, 0x000700f5u, 0x00000008u, 0x00001286u, 0x0000125bu, 0x00000868u, 0x00001544u, - 0x0000088eu, 0x000700f5u, 0x0000000au, 0x00001283u, 0x0000124fu, 0x00000868u, 0x00001506u, 0x0000088eu, - 0x000700f5u, 0x0000001bu, 0x0000127au, 0x0000127bu, 0x00000868u, 0x000014c8u, 0x0000088eu, 0x000700f5u, - 0x00000006u, 0x00001276u, 0x00000880u, 0x00000868u, 0x00000905u, 0x0000088eu, 0x000700f5u, 0x00000006u, - 0x00001275u, 0x0000088au, 0x00000868u, 0x0000089au, 0x0000088eu, 0x000700f5u, 0x00000034u, 0x00001447u, - 0x00001242u, 0x00000868u, 0x00001448u, 0x0000088eu, 0x000700f5u, 0x00000034u, 0x0000142au, 0x0000123bu, - 0x00000868u, 0x0000142bu, 0x0000088eu, 0x000500abu, 0x00000034u, 0x00000891u, 0x00001275u, 0x00000198u, - 0x000400f6u, 0x0000088du, 0x0000088eu, 0x00000000u, 0x000400fau, 0x00000891u, 0x0000088cu, 0x0000088du, - 0x000200f8u, 0x0000088cu, 0x0006000cu, 0x00000017u, 0x00000894u, 0x00000001u, 0x00000049u, 0x00001275u, - 0x000500c4u, 0x00000017u, 0x00000896u, 0x000000b5u, 0x00000894u, 0x0004007cu, 0x00000006u, 0x00000897u, - 0x00000896u, 0x000400c8u, 0x00000006u, 0x00000898u, 0x00000897u, 0x000500c7u, 0x00000006u, 0x0000089au, - 0x00001275u, 0x00000898u, 0x00050084u, 0x00000017u, 0x0000089eu, 0x00000840u, 0x00000870u, 0x00050080u, - 0x00000017u, 0x0000089fu, 0x00000894u, 0x0000089eu, 0x0004007cu, 0x00000006u, 0x000008a0u, 0x0000089fu, - 0x00050084u, 0x00000006u, 0x000008a6u, 0x00001276u, 0x000008a5u, 0x0004003du, 0x00000006u, 0x000008a8u, - 0x000008a7u, 0x00050080u, 0x00000006u, 0x000008a9u, 0x000008a6u, 0x000008a8u, 0x00060041u, 0x000008b0u, - 0x000008b1u, 0x000008aeu, 0x000000abu, 0x000008a9u, 0x0004003du, 0x00000129u, 0x000008b2u, 0x000008b1u, - 0x00040072u, 0x00000017u, 0x000008b3u, 0x000008b2u, 0x000500afu, 0x00000034u, 0x000008b5u, 0x000008b3u, - 0x000000abu, 0x000300f7u, 0x000008b7u, 0x00000000u, 0x000400fau, 0x000008b5u, 0x000008b6u, 0x000008b7u, - 0x000200f8u, 0x000008b6u, 0x000500c7u, 0x00000017u, 0x000008bau, 0x000008b3u, 0x000008b9u, 0x000500abu, - 0x00000034u, 0x000008bbu, 0x000008bau, 0x000000abu, 0x000300f7u, 0x000008bdu, 0x00000000u, 0x000400fau, - 0x000008bbu, 0x000008bcu, 0x000008c3u, 0x000200f8u, 0x000008c3u, 0x000500c7u, 0x00000017u, 0x000008c5u, - 0x000008b3u, 0x00000840u, 0x000500abu, 0x00000034u, 0x000008c6u, 0x000008c5u, 0x000000abu, 0x000300f7u, - 0x000008c8u, 0x00000000u, 0x000400fau, 0x000008c6u, 0x000008c7u, 0x000008d6u, 0x000200f8u, 0x000008d6u, - 0x00060041u, 0x000008ddu, 0x000008deu, 0x000008dbu, 0x000000abu, 0x000008a9u, 0x0004003du, 0x00000009u, - 0x000008dfu, 0x000008deu, 0x00060041u, 0x000008ebu, 0x000008ecu, 0x000008e9u, 0x000000abu, 0x000008a9u, - 0x0004003du, 0x00000017u, 0x000008edu, 0x000008ecu, 0x00060041u, 0x00000387u, 0x000008f4u, 0x000008f2u, - 0x000000abu, 0x000008a9u, 0x0004003du, 0x00000008u, 0x000008f5u, 0x000008f4u, 0x00040072u, 0x00000129u, - 0x000008f8u, 0x000008b3u, 0x0004007cu, 0x00000008u, 0x000008f9u, 0x000008f8u, 0x000500c3u, 0x00000017u, - 0x00000bc0u, 0x000008edu, 0x000000cdu, 0x000500c7u, 0x00000017u, 0x00000bc3u, 0x000008edu, 0x00000727u, - 0x00040071u, 0x00000006u, 0x00000bc6u, 0x000008f9u, 0x0004007cu, 0x00000017u, 0x00000bc7u, 0x00000bc6u, - 0x00080041u, 0x00000387u, 0x00000bcdu, 0x0000073au, 0x000000abu, 0x000008a0u, 0x000000abu, 0x000001bcu, - 0x0004003du, 0x00000008u, 0x00000bceu, 0x00000bcdu, 0x00040071u, 0x00000006u, 0x00000bcfu, 0x00000bceu, - 0x00060041u, 0x000000adu, 0x00000c72u, 0x000000aau, 0x000000abu, 0x000008a0u, 0x0004003du, 0x000000a6u, - 0x00000c73u, 0x00000c72u, 0x00050051u, 0x00000009u, 0x00000c84u, 0x00000c73u, 0x00000008u, 0x00050051u, - 0x00000009u, 0x00000c86u, 0x00000c73u, 0x00000009u, 0x00050051u, 0x0000000au, 0x00000c8au, 0x00000c73u, - 0x0000000bu, 0x00050051u, 0x00000008u, 0x00000c8cu, 0x00000c73u, 0x0000000cu, 0x00060041u, 0x000000e8u, - 0x00000c97u, 0x000000e6u, 0x000000abu, 0x00000bcfu, 0x0004003du, 0x000000e2u, 0x00000c98u, 0x00000c97u, - 0x00050051u, 0x00000009u, 0x00000c99u, 0x00000c98u, 0x00000000u, 0x00050051u, 0x00000009u, 0x00000c9bu, - 0x00000c98u, 0x00000001u, 0x00050051u, 0x00000006u, 0x00000c9du, 0x00000c98u, 0x00000002u, 0x00050051u, - 0x00000008u, 0x00000c9fu, 0x00000c98u, 0x00000003u, 0x00050051u, 0x00000008u, 0x00000ca1u, 0x00000c98u, - 0x00000004u, 0x000500c7u, 0x00000006u, 0x00000bd6u, 0x00000c9du, 0x000003b0u, 0x000500abu, 0x00000034u, - 0x00000bd7u, 0x00000bd6u, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000bdau, 0x00000c9du, 0x000001bcu, - 0x000500abu, 0x00000034u, 0x00000bdbu, 0x00000bdau, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000bdeu, - 0x00000c9du, 0x00000170u, 0x000500abu, 0x00000034u, 0x00000bdfu, 0x00000bdeu, 0x00000198u, 0x000500c7u, - 0x00000006u, 0x00000be2u, 0x00000c9du, 0x000003f9u, 0x000500abu, 0x00000034u, 0x00000be3u, 0x00000be2u, - 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000be6u, 0x00000c9du, 0x0000075eu, 0x000500abu, 0x00000034u, - 0x00000be7u, 0x00000be6u, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000beau, 0x00000c9du, 0x00000764u, - 0x000500abu, 0x00000034u, 0x00000bebu, 0x00000beau, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000beeu, - 0x00000c9du, 0x0000076au, 0x000500abu, 0x00000034u, 0x00000befu, 0x00000beeu, 0x00000198u, 0x000500c7u, - 0x00000006u, 0x00000bf2u, 0x00000c9du, 0x00000770u, 0x000500abu, 0x00000034u, 0x00000bf3u, 0x00000bf2u, - 0x00000198u, 0x000300f7u, 0x00000cb3u, 0x00000000u, 0x000400fau, 0x00000be3u, 0x00000caeu, 0x00000cb2u, - 0x000200f8u, 0x00000cb2u, 0x000200f9u, 0x00000cb3u, 0x000200f8u, 0x00000caeu, 0x00050041u, 0x00000046u, - 0x00000cafu, 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000cb0u, 0x00000cafu, 0x000500c7u, - 0x00000008u, 0x00000cb1u, 0x00000cb0u, 0x0000064du, 0x000200f9u, 0x00000cb3u, 0x000200f8u, 0x00000cb3u, - 0x000700f5u, 0x00000008u, 0x00001277u, 0x00000cb1u, 0x00000caeu, 0x0000064du, 0x00000cb2u, 0x000300f7u, - 0x00000cc4u, 0x00000000u, 0x000d00fbu, 0x00000372u, 0x00000cc4u, 0x00000000u, 0x00000cb5u, 0x00000001u, - 0x00000cb6u, 0x00000002u, 0x00000cb9u, 0x00000003u, 0x00000cbeu, 0x00000004u, 0x00000cc1u, 0x000200f8u, - 0x00000cc1u, 0x0004003du, 0x00000009u, 0x00000cc2u, 0x0000038bu, 0x0008004fu, 0x0000001bu, 0x00000cc3u, - 0x00000cc2u, 0x00000cc2u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000cc4u, 0x000200f8u, - 0x00000cbeu, 0x0004003du, 0x00000009u, 0x00000cbfu, 0x0000038bu, 0x0008004fu, 0x0000001bu, 0x00000cc0u, - 0x00000cbfu, 0x00000cbfu, 0x00000000u, 0x00000000u, 0x00000000u, 0x000200f9u, 0x00000cc4u, 0x000200f8u, - 0x00000cb9u, 0x0004003du, 0x00000009u, 0x00000cbau, 0x0000038bu, 0x0008004fu, 0x0000001bu, 0x00000cbbu, - 0x00000cbau, 0x00000cbau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x0000001bu, 0x00000cbdu, - 0x00000cbbu, 0x0000168du, 0x000200f9u, 0x00000cc4u, 0x000200f8u, 0x00000cb6u, 0x0004003du, 0x00000009u, - 0x00000cb7u, 0x0000038bu, 0x0008004fu, 0x0000001bu, 0x00000cb8u, 0x00000cb7u, 0x00000cb7u, 0x00000000u, - 0x00000000u, 0x00000000u, 0x000200f9u, 0x00000cc4u, 0x000200f8u, 0x00000cb5u, 0x000200f9u, 0x00000cc4u, - 0x000200f8u, 0x00000cc4u, 0x000f00f5u, 0x00000008u, 0x00001280u, 0x00001277u, 0x00000cb3u, 0x0000064du, - 0x00000cb5u, 0x0000064du, 0x00000cb6u, 0x00001277u, 0x00000cb9u, 0x00001277u, 0x00000cbeu, 0x00001277u, - 0x00000cc1u, 0x000f00f5u, 0x0000001bu, 0x00001278u, 0x0000127au, 0x00000cb3u, 0x00000658u, 0x00000cb5u, - 0x00000cb8u, 0x00000cb6u, 0x00000cbdu, 0x00000cb9u, 0x00000cc0u, 0x00000cbeu, 0x00000cc3u, 0x00000cc1u, - 0x00050051u, 0x00000008u, 0x00000cc7u, 0x00001278u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00000cc8u, - 0x00001278u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00000cc9u, 0x00001278u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00000ccau, 0x00000cc7u, 0x00000cc8u, 0x00000cc9u, 0x00001280u, 0x0003003eu, 0x00000b8cu, - 0x00000ccau, 0x00050041u, 0x00000046u, 0x00000bf6u, 0x00000b8cu, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x00000bf7u, 0x00000bf6u, 0x000500c2u, 0x00000008u, 0x00000bf8u, 0x00000bf7u, 0x000003bfu, 0x00040071u, - 0x00000006u, 0x00000bfbu, 0x00000c8au, 0x0004007cu, 0x00000017u, 0x00000bfcu, 0x00000bfbu, 0x00040071u, - 0x00000006u, 0x00000bffu, 0x00000c8cu, 0x0004007cu, 0x00000017u, 0x00000c00u, 0x00000bffu, 0x00040071u, - 0x00000006u, 0x00000c02u, 0x00000bf8u, 0x0004007cu, 0x00000017u, 0x00000c03u, 0x00000c02u, 0x00040071u, - 0x00000006u, 0x00000c06u, 0x00000ca1u, 0x0004007cu, 0x00000017u, 0x00000c07u, 0x00000c06u, 0x00050080u, - 0x00000017u, 0x00000d20u, 0x00000bc7u, 0x00000c03u, 0x000500afu, 0x00000034u, 0x00000d21u, 0x00000d20u, - 0x000000cau, 0x000300f7u, 0x00000d8du, 0x00000000u, 0x000400fau, 0x00000bdbu, 0x00000ce1u, 0x00000d77u, - 0x000200f8u, 0x00000d77u, 0x00050041u, 0x00000046u, 0x00000d78u, 0x00000ba0u, 0x00000198u, 0x0003003eu, - 0x00000d78u, 0x000001eau, 0x00050082u, 0x00000017u, 0x00000d7au, 0x00000296u, 0x00000c00u, 0x0007000cu, - 0x00000017u, 0x00000d7bu, 0x00000001u, 0x00000027u, 0x00000d7au, 0x000000beu, 0x00040072u, 0x00000129u, - 0x00000d7cu, 0x00000d7bu, 0x0004007cu, 0x00000008u, 0x00000d7du, 0x00000d7cu, 0x00050041u, 0x00000046u, - 0x00000d7eu, 0x00000ba0u, 0x000001bcu, 0x0003003eu, 0x00000d7eu, 0x00000d7du, 0x000400a8u, 0x00000034u, - 0x00000d84u, 0x00000bd7u, 0x000300f7u, 0x00000d8au, 0x00000000u, 0x000400fau, 0x00000d84u, 0x00000d85u, - 0x00000d8au, 0x000200f8u, 0x00000d85u, 0x000400a8u, 0x00000034u, 0x00000d87u, 0x00000d21u, 0x000500a7u, - 0x00000034u, 0x00000d89u, 0x00000d87u, 0x00000befu, 0x000200f9u, 0x00000d8au, 0x000200f8u, 0x00000d8au, - 0x000700f5u, 0x00000034u, 0x00000d8bu, 0x00000bd7u, 0x00000d77u, 0x00000d89u, 0x00000d85u, 0x000200f9u, - 0x00000d8du, 0x000200f8u, 0x00000ce1u, 0x00040071u, 0x00000006u, 0x00000d97u, 0x00001283u, 0x0004007cu, - 0x00000017u, 0x00000d98u, 0x00000d97u, 0x000500c3u, 0x00000017u, 0x00000d9au, 0x00000d98u, 0x000000d3u, - 0x000500c7u, 0x00000017u, 0x00000d9cu, 0x00000d98u, 0x00000138u, 0x00050082u, 0x00000017u, 0x00000d9eu, - 0x000000c4u, 0x00000d9au, 0x0007000cu, 0x00000017u, 0x00000d9fu, 0x00000001u, 0x0000002au, 0x00000d9eu, - 0x000000abu, 0x000500c3u, 0x00000017u, 0x00000da1u, 0x0000013fu, 0x00000d9au, 0x00050082u, 0x00000017u, - 0x00000da2u, 0x0000013fu, 0x00000da1u, 0x000500c4u, 0x00000017u, 0x00000da5u, 0x00000d9cu, 0x00000d9fu, - 0x00050080u, 0x00000017u, 0x00000da7u, 0x00000da5u, 0x00000da2u, 0x00040071u, 0x00000006u, 0x00000ce5u, - 0x00001286u, 0x0004007cu, 0x00000017u, 0x00000ce6u, 0x00000ce5u, 0x000500c4u, 0x00000017u, 0x00000dabu, - 0x000000b5u, 0x00000ce6u, 0x000500c7u, 0x00000017u, 0x00000cecu, 0x00000d9au, 0x00000296u, 0x00050082u, - 0x00000017u, 0x00000cf1u, 0x00000c00u, 0x00000ce6u, 0x0008000cu, 0x00000017u, 0x00000cf2u, 0x00000001u, - 0x0000002du, 0x00000cf1u, 0x000000abu, 0x000000beu, 0x00040072u, 0x00000129u, 0x00000cf3u, 0x00000cf2u, - 0x0004007cu, 0x00000008u, 0x00000cf4u, 0x00000cf3u, 0x00050041u, 0x00000046u, 0x00000cf5u, 0x00000ba0u, - 0x00000198u, 0x0003003eu, 0x00000cf5u, 0x00000cf4u, 0x00050082u, 0x00000017u, 0x00000cfau, 0x00000ce6u, - 0x00000c00u, 0x0008000cu, 0x00000017u, 0x00000cfbu, 0x00000001u, 0x0000002du, 0x00000cfau, 0x000000abu, - 0x000000beu, 0x00040072u, 0x00000129u, 0x00000cfcu, 0x00000cfbu, 0x0004007cu, 0x00000008u, 0x00000cfdu, - 0x00000cfcu, 0x00050041u, 0x00000046u, 0x00000cfeu, 0x00000ba0u, 0x000001bcu, 0x0003003eu, 0x00000cfeu, - 0x00000cfdu, 0x000500b1u, 0x00000034u, 0x00000d00u, 0x00000cecu, 0x000000bbu, 0x000300f7u, 0x00000d0cu, - 0x00000000u, 0x000400fau, 0x00000d00u, 0x00000d01u, 0x00000d0cu, 0x000200f8u, 0x00000d01u, 0x000500abu, - 0x00000034u, 0x00000d03u, 0x00000dabu, 0x000002b1u, 0x000300f7u, 0x00000d0bu, 0x00000000u, 0x000400fau, - 0x00000d03u, 0x00000d04u, 0x00000d0au, 0x000200f8u, 0x00000d0au, 0x000200f9u, 0x00000d0bu, 0x000200f8u, - 0x00000d04u, 0x000500c4u, 0x00000017u, 0x00000d06u, 0x00000dabu, 0x000000b5u, 0x000500c3u, 0x00000017u, - 0x00000d08u, 0x000002b7u, 0x00000cecu, 0x0007000cu, 0x00000017u, 0x00000d09u, 0x00000001u, 0x0000002au, - 0x00000d06u, 0x00000d08u, 0x000200f9u, 0x00000d0bu, 0x000200f8u, 0x00000d0bu, 0x000700f5u, 0x00000017u, - 0x0000128au, 0x00000d09u, 0x00000d04u, 0x000002bdu, 0x00000d0au, 0x000600a9u, 0x00000034u, 0x000016d3u, - 0x00000d03u, 0x00000299u, 0x000002bcu, 0x000200f9u, 0x00000d0cu, 0x000200f8u, 0x00000d0cu, 0x000700f5u, - 0x00000034u, 0x0000128du, 0x00000299u, 0x00000ce1u, 0x000016d3u, 0x00000d0bu, 0x000700f5u, 0x00000017u, - 0x00001289u, 0x00000dabu, 0x00000ce1u, 0x0000128au, 0x00000d0bu, 0x000500c5u, 0x00000017u, 0x00000d0fu, - 0x00000bfcu, 0x00001289u, 0x000500abu, 0x00000034u, 0x00000dafu, 0x00000d0fu, 0x000000abu, 0x000300f7u, - 0x00000db4u, 0x00000000u, 0x000400fau, 0x00000dafu, 0x00000db0u, 0x00000db4u, 0x000200f8u, 0x00000db0u, - 0x0006000cu, 0x00000017u, 0x00000db2u, 0x00000001u, 0x0000004au, 0x00000d0fu, 0x000500c4u, 0x00000017u, - 0x00000db3u, 0x000000b5u, 0x00000db2u, 0x000200f9u, 0x00000db4u, 0x000200f8u, 0x00000db4u, 0x000700f5u, - 0x00000017u, 0x0000128bu, 0x00000d0fu, 0x00000d0cu, 0x00000db3u, 0x00000db0u, 0x000500c4u, 0x00000017u, - 0x00000d13u, 0x0000128bu, 0x000000bbu, 0x000400a8u, 0x00000034u, 0x00000d15u, 0x0000128du, 0x000300f7u, - 0x00000d1cu, 0x00000000u, 0x000400fau, 0x00000d15u, 0x00000d16u, 0x00000d1cu, 0x000200f8u, 0x00000d16u, - 0x00050080u, 0x00000017u, 0x00000d19u, 0x00000bc0u, 0x00000d13u, 0x000500afu, 0x00000034u, 0x00000d1bu, - 0x00000d19u, 0x00000da7u, 0x000200f9u, 0x00000d1cu, 0x000200f8u, 0x00000d1cu, 0x000700f5u, 0x00000034u, - 0x00000d1du, 0x0000128du, 0x00000db4u, 0x00000d1bu, 0x00000d16u, 0x000400a8u, 0x00000034u, 0x00000d23u, - 0x00000bd7u, 0x000300f7u, 0x00000d2bu, 0x00000000u, 0x000400fau, 0x00000d23u, 0x00000d24u, 0x00000d2bu, - 0x000200f8u, 0x00000d24u, 0x000400a8u, 0x00000034u, 0x00000d26u, 0x00000d21u, 0x000500a7u, 0x00000034u, - 0x00000d28u, 0x00000d26u, 0x00000befu, 0x000500a7u, 0x00000034u, 0x00000d2au, 0x00000d28u, 0x00000d1du, - 0x000200f9u, 0x00000d2bu, 0x000200f8u, 0x00000d2bu, 0x000700f5u, 0x00000034u, 0x00000d2cu, 0x00000bd7u, - 0x00000d1cu, 0x00000d2au, 0x00000d24u, 0x000500aau, 0x00000034u, 0x00000d2fu, 0x00000da7u, 0x0000014bu, - 0x000500b1u, 0x00000034u, 0x00000d32u, 0x00000bc0u, 0x00000da7u, 0x00050082u, 0x00000017u, 0x00000d35u, - 0x00000bc0u, 0x00000d13u, 0x000500b3u, 0x00000034u, 0x00000d39u, 0x00000d35u, 0x00000da7u, 0x000500a6u, - 0x00000034u, 0x00000d3au, 0x0000128du, 0x00000d39u, 0x000300f7u, 0x00000d76u, 0x00000000u, 0x000b00fbu, - 0x00000c07u, 0x00000d76u, 0x00000000u, 0x00000d3cu, 0x00000001u, 0x00000d46u, 0x00000002u, 0x00000d6bu, - 0x00000003u, 0x00000d6fu, 0x000200f8u, 0x00000d6fu, 0x000500a7u, 0x00000034u, 0x00000d72u, 0x00000d1du, - 0x00000d3au, 0x000400a8u, 0x00000034u, 0x00000d74u, 0x00000d2fu, 0x000500a7u, 0x00000034u, 0x00000d75u, - 0x00000d72u, 0x00000d74u, 0x000200f9u, 0x00000d76u, 0x000200f8u, 0x00000d6bu, 0x000500a6u, 0x00000034u, - 0x00000d6eu, 0x00000d32u, 0x00000d2fu, 0x000200f9u, 0x00000d76u, 0x000200f8u, 0x00000d46u, 0x000400a8u, - 0x00000034u, 0x00000d48u, 0x00000d32u, 0x000400a8u, 0x00000034u, 0x00000d4au, 0x00000d1du, 0x000500a6u, - 0x00000034u, 0x00000d4bu, 0x00000d48u, 0x00000d4au, 0x000400a8u, 0x00000034u, 0x00000d4du, 0x00000d21u, - 0x000500a6u, 0x00000034u, 0x00000d4eu, 0x00000d4bu, 0x00000d4du, 0x000300f7u, 0x00000d6au, 0x00000000u, - 0x000400fau, 0x00000d4eu, 0x00000d4fu, 0x00000d59u, 0x000200f8u, 0x00000d59u, 0x000500c7u, 0x00000017u, - 0x00000d5bu, 0x0000128bu, 0x000002bdu, 0x0006000cu, 0x00000017u, 0x00000db9u, 0x00000001u, 0x0000004au, - 0x00000d5bu, 0x0007000cu, 0x00000017u, 0x00000dbau, 0x00000001u, 0x0000002au, 0x00000db9u, 0x000000abu, - 0x000500c3u, 0x00000017u, 0x00000d5fu, 0x00000da7u, 0x00000dbau, 0x000500c3u, 0x00000017u, 0x00000d62u, - 0x00000bc0u, 0x00000dbau, 0x00050082u, 0x00000017u, 0x00000d63u, 0x00000d5fu, 0x00000d62u, 0x000500c7u, - 0x00000017u, 0x00000d64u, 0x00000d63u, 0x00000296u, 0x00050084u, 0x00000017u, 0x00000d67u, 0x00000d64u, - 0x00000bc7u, 0x000500c3u, 0x00000017u, 0x00000d68u, 0x00000d67u, 0x000000bbu, 0x0007000cu, 0x00000017u, - 0x00000d69u, 0x00000001u, 0x00000027u, 0x00000d68u, 0x000000cau, 0x000200f9u, 0x00000d6au, 0x000200f8u, - 0x00000d4fu, 0x000400a8u, 0x00000034u, 0x00000d51u, 0x00000d2fu, 0x000300f7u, 0x00000d57u, 0x00000000u, - 0x000400fau, 0x00000d51u, 0x00000d52u, 0x00000d57u, 0x000200f8u, 0x00000d52u, 0x000600a9u, 0x00000034u, - 0x00000d56u, 0x00000d21u, 0x00000d32u, 0x00000d3au, 0x000200f9u, 0x00000d57u, 0x000200f8u, 0x00000d57u, - 0x000700f5u, 0x00000034u, 0x00000d58u, 0x00000d2fu, 0x00000d4fu, 0x00000d56u, 0x00000d52u, 0x000200f9u, - 0x00000d6au, 0x000200f8u, 0x00000d6au, 0x000700f5u, 0x00000017u, 0x0000129eu, 0x00000bc7u, 0x00000d57u, - 0x00000d69u, 0x00000d59u, 0x000700f5u, 0x00000034u, 0x0000129au, 0x00000d58u, 0x00000d57u, 0x000002bcu, - 0x00000d59u, 0x000200f9u, 0x00000d76u, 0x000200f8u, 0x00000d3cu, 0x000400a8u, 0x00000034u, 0x00000d3eu, - 0x00000d2fu, 0x000300f7u, 0x00000d44u, 0x00000000u, 0x000400fau, 0x00000d3eu, 0x00000d3fu, 0x00000d44u, - 0x000200f8u, 0x00000d3fu, 0x000600a9u, 0x00000034u, 0x00000d43u, 0x00000d21u, 0x00000d32u, 0x00000d3au, - 0x000200f9u, 0x00000d44u, 0x000200f8u, 0x00000d44u, 0x000700f5u, 0x00000034u, 0x00000d45u, 0x00000d2fu, - 0x00000d3cu, 0x00000d43u, 0x00000d3fu, 0x000200f9u, 0x00000d76u, 0x000200f8u, 0x00000d76u, 0x000d00f5u, - 0x00000017u, 0x0000129cu, 0x00000bc7u, 0x00000d2bu, 0x00000bc7u, 0x00000d44u, 0x0000129eu, 0x00000d6au, - 0x00000bc7u, 0x00000d6bu, 0x00000bc7u, 0x00000d6fu, 0x000d00f5u, 0x00000034u, 0x00001299u, 0x00000299u, - 0x00000d2bu, 0x00000d45u, 0x00000d44u, 0x0000129au, 0x00000d6au, 0x00000d6eu, 0x00000d6bu, 0x00000d75u, - 0x00000d6fu, 0x000200f9u, 0x00000d8du, 0x000200f8u, 0x00000d8du, 0x000700f5u, 0x00000034u, 0x000012a1u, - 0x00000d2cu, 0x00000d76u, 0x00000d8bu, 0x00000d8au, 0x000700f5u, 0x00000017u, 0x0000129bu, 0x0000129cu, - 0x00000d76u, 0x00000bc7u, 0x00000d8au, 0x000700f5u, 0x00000034u, 0x00001298u, 0x00001299u, 0x00000d76u, - 0x000002bcu, 0x00000d8au, 0x0004003du, 0x00000036u, 0x00000c13u, 0x00000ba0u, 0x000300f7u, 0x00000c1bu, - 0x00000000u, 0x000400fau, 0x00001298u, 0x00000c15u, 0x00000c1bu, 0x000200f8u, 0x00000c15u, 0x000400a8u, - 0x00000034u, 0x00000c17u, 0x00000befu, 0x000500abu, 0x00000034u, 0x00000c19u, 0x0000129bu, 0x000000abu, - 0x000500a6u, 0x00000034u, 0x00000c1au, 0x00000c17u, 0x00000c19u, 0x000200f9u, 0x00000c1bu, 0x000200f8u, - 0x00000c1bu, 0x000700f5u, 0x00000034u, 0x00000c1cu, 0x00001298u, 0x00000d8du, 0x00000c1au, 0x00000c15u, - 0x000300f7u, 0x00000c6du, 0x00000000u, 0x000400fau, 0x00000c1cu, 0x00000c1du, 0x00000c6du, 0x000200f8u, - 0x00000c1du, 0x0003003eu, 0x000011f0u, 0x000008dfu, 0x000300f7u, 0x00000c3au, 0x00000000u, 0x000400fau, - 0x00000bebu, 0x00000c29u, 0x00000c3au, 0x000200f8u, 0x00000c29u, 0x0004003du, 0x00000009u, 0x000011fau, - 0x000011f0u, 0x0003003eu, 0x00001209u, 0x000011fau, 0x0003003eu, 0x0000120au, 0x00000ccau, 0x0003003eu, - 0x0000120bu, 0x00000c84u, 0x0003003eu, 0x00000ba4u, 0x00000c99u, 0x0003003eu, 0x00000ba9u, 0x00000c13u, - 0x00050041u, 0x00000046u, 0x00000dc6u, 0x00000ba4u, 0x00000170u, 0x0004003du, 0x00000008u, 0x00000dc7u, - 0x00000dc6u, 0x00040071u, 0x00000006u, 0x00000dc8u, 0x00000dc7u, 0x0004007cu, 0x00000017u, 0x00000dc9u, - 0x00000dc8u, 0x000300f7u, 0x00000ddau, 0x00000000u, 0x000b00fbu, 0x00000dc9u, 0x00000ddau, 0x00000000u, - 0x00000dcau, 0x00000001u, 0x00000dceu, 0x00000002u, 0x00000dd2u, 0x00000003u, 0x00000dd6u, 0x000200f8u, - 0x00000dd6u, 0x0008004fu, 0x0000001bu, 0x00000dd9u, 0x00000c84u, 0x00000c84u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00000ddau, 0x000200f8u, 0x00000dd2u, 0x0008004fu, 0x0000001bu, 0x00000dd5u, - 0x00000c86u, 0x00000c86u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ddau, 0x000200f8u, - 0x00000dceu, 0x0008004fu, 0x0000001bu, 0x00000dd1u, 0x00000ccau, 0x00000ccau, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00000ddau, 0x000200f8u, 0x00000dcau, 0x0008004fu, 0x0000001bu, 0x00000dcdu, - 0x000011fau, 0x000011fau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ddau, 0x000200f8u, - 0x00000ddau, 0x000d00f5u, 0x0000001bu, 0x000012eau, 0x000012f4u, 0x00000c29u, 0x00000dcdu, 0x00000dcau, - 0x00000dd1u, 0x00000dceu, 0x00000dd5u, 0x00000dd2u, 0x00000dd9u, 0x00000dd6u, 0x00050041u, 0x00000046u, - 0x00000de5u, 0x00000ba4u, 0x00000198u, 0x0004003du, 0x00000008u, 0x00000de6u, 0x00000de5u, 0x00040071u, - 0x00000006u, 0x00000de7u, 0x00000de6u, 0x0004007cu, 0x00000017u, 0x00000de8u, 0x00000de7u, 0x000300f7u, - 0x00000df9u, 0x00000000u, 0x000b00fbu, 0x00000de8u, 0x00000df9u, 0x00000000u, 0x00000de9u, 0x00000001u, - 0x00000dedu, 0x00000002u, 0x00000df1u, 0x00000003u, 0x00000df5u, 0x000200f8u, 0x00000df5u, 0x0008004fu, - 0x0000001bu, 0x00000df8u, 0x00000c84u, 0x00000c84u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00000df9u, 0x000200f8u, 0x00000df1u, 0x0008004fu, 0x0000001bu, 0x00000df4u, 0x00000c86u, 0x00000c86u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000df9u, 0x000200f8u, 0x00000dedu, 0x0008004fu, - 0x0000001bu, 0x00000df0u, 0x00000ccau, 0x00000ccau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00000df9u, 0x000200f8u, 0x00000de9u, 0x0008004fu, 0x0000001bu, 0x00000decu, 0x000011fau, 0x000011fau, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000df9u, 0x000200f8u, 0x00000df9u, 0x000d00f5u, - 0x0000001bu, 0x00001699u, 0x000016a0u, 0x00000ddau, 0x00000df8u, 0x00000df5u, 0x00000df4u, 0x00000df1u, - 0x00000df0u, 0x00000dedu, 0x00000decu, 0x00000de9u, 0x00050041u, 0x00000046u, 0x00000e19u, 0x00000ba4u, - 0x000001bcu, 0x0004003du, 0x00000008u, 0x00000e1au, 0x00000e19u, 0x00040071u, 0x00000006u, 0x00000e1bu, - 0x00000e1au, 0x0004007cu, 0x00000017u, 0x00000e1cu, 0x00000e1bu, 0x000300f7u, 0x00000e27u, 0x00000000u, - 0x000b00fbu, 0x00000e1cu, 0x00000e27u, 0x00000000u, 0x00000e1du, 0x00000001u, 0x00000e20u, 0x00000002u, - 0x00000e23u, 0x00000003u, 0x00000e26u, 0x000200f8u, 0x00000e26u, 0x000200f9u, 0x00000e27u, 0x000200f8u, - 0x00000e23u, 0x000200f9u, 0x00000e27u, 0x000200f8u, 0x00000e20u, 0x00050041u, 0x00000046u, 0x00001210u, - 0x0000120bu, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000e22u, 0x00001210u, 0x000200f9u, 0x00000e27u, - 0x000200f8u, 0x00000e1du, 0x00050041u, 0x00000046u, 0x0000120fu, 0x00001209u, 0x000001c4u, 0x0004003du, - 0x00000008u, 0x00000e1fu, 0x0000120fu, 0x000200f9u, 0x00000e27u, 0x000200f8u, 0x00000e27u, 0x000d00f5u, - 0x00000008u, 0x000012abu, 0x000012b9u, 0x00000df9u, 0x00000e1fu, 0x00000e1du, 0x00000e22u, 0x00000e20u, - 0x000008f5u, 0x00000e23u, 0x000001eau, 0x00000e26u, 0x00050041u, 0x00000046u, 0x00000e28u, 0x00000ba4u, - 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000e29u, 0x00000e28u, 0x00040071u, 0x00000006u, 0x00000e2au, - 0x00000e29u, 0x0004007cu, 0x00000017u, 0x00000e2bu, 0x00000e2au, 0x000300f7u, 0x00000e35u, 0x00000000u, - 0x000b00fbu, 0x00000e2bu, 0x00000e35u, 0x00000000u, 0x00000e2cu, 0x00000001u, 0x00000e30u, 0x00000002u, - 0x00000e33u, 0x00000003u, 0x00000e34u, 0x000200f8u, 0x00000e34u, 0x000200f9u, 0x00000e35u, 0x000200f8u, - 0x00000e33u, 0x000200f9u, 0x00000e35u, 0x000200f8u, 0x00000e30u, 0x00050041u, 0x00000046u, 0x00001211u, - 0x0000120au, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000e32u, 0x00001211u, 0x000200f9u, 0x00000e35u, - 0x000200f8u, 0x00000e2cu, 0x000400c8u, 0x00000008u, 0x00000e2eu, 0x000012abu, 0x000500c7u, 0x00000008u, - 0x00000e2fu, 0x00000e2eu, 0x000001cfu, 0x000200f9u, 0x00000e35u, 0x000200f8u, 0x00000e35u, 0x000d00f5u, - 0x00000008u, 0x000012c7u, 0x000012d6u, 0x00000e27u, 0x00000e2fu, 0x00000e2cu, 0x00000e32u, 0x00000e30u, - 0x000001cfu, 0x00000e33u, 0x000001eau, 0x00000e34u, 0x000500c2u, 0x00000008u, 0x00000e37u, 0x000012abu, - 0x00000201u, 0x000500c2u, 0x00000008u, 0x00000e39u, 0x000012c7u, 0x00000201u, 0x0004003du, 0x00000008u, - 0x00000e3bu, 0x00000e28u, 0x00040071u, 0x00000006u, 0x00000e3cu, 0x00000e3bu, 0x0004007cu, 0x00000017u, - 0x00000e3du, 0x00000e3cu, 0x000500aau, 0x00000034u, 0x00000e3eu, 0x00000e3du, 0x000000b5u, 0x000300f7u, - 0x00000e4au, 0x00000000u, 0x000400fau, 0x00000e3eu, 0x00000e3fu, 0x00000e4au, 0x000200f8u, 0x00000e3fu, - 0x00050041u, 0x00000046u, 0x00000e41u, 0x00000ba9u, 0x00000198u, 0x0004003du, 0x00000008u, 0x00000e42u, - 0x00000e41u, 0x000500c2u, 0x00000008u, 0x00000e43u, 0x00000e37u, 0x00000e42u, 0x000500c7u, 0x00000008u, - 0x00000e44u, 0x00000e43u, 0x00000211u, 0x00050041u, 0x00000046u, 0x00000e46u, 0x00000ba9u, 0x000001bcu, - 0x0004003du, 0x00000008u, 0x00000e47u, 0x00000e46u, 0x000500c2u, 0x00000008u, 0x00000e48u, 0x00000e39u, - 0x00000e47u, 0x000500c5u, 0x00000008u, 0x00000e49u, 0x00000e48u, 0x00000201u, 0x000200f9u, 0x00000e4au, - 0x000200f8u, 0x00000e4au, 0x000700f5u, 0x00000008u, 0x00001301u, 0x00000e39u, 0x00000e35u, 0x00000e49u, - 0x00000e3fu, 0x000700f5u, 0x00000008u, 0x000012e3u, 0x00000e37u, 0x00000e35u, 0x00000e44u, 0x00000e3fu, - 0x00040071u, 0x0000021cu, 0x00000e4cu, 0x00001699u, 0x0004007cu, 0x00000218u, 0x00000e4du, 0x00000e4cu, - 0x00040071u, 0x0000000au, 0x00000e4fu, 0x000012e3u, 0x0004007cu, 0x0000000bu, 0x00000e50u, 0x00000e4fu, - 0x00060050u, 0x00000218u, 0x00000e51u, 0x00000e50u, 0x00000e50u, 0x00000e50u, 0x00050084u, 0x00000218u, - 0x00000e52u, 0x00000e4du, 0x00000e51u, 0x00040071u, 0x0000021cu, 0x00000e54u, 0x000012eau, 0x0004007cu, - 0x00000218u, 0x00000e55u, 0x00000e54u, 0x00040071u, 0x0000000au, 0x00000e57u, 0x00001301u, 0x0004007cu, - 0x0000000bu, 0x00000e58u, 0x00000e57u, 0x00050080u, 0x0000000bu, 0x00000e59u, 0x00000e58u, 0x0000022au, - 0x00060050u, 0x00000218u, 0x00000e5au, 0x00000e59u, 0x00000e59u, 0x00000e59u, 0x00050084u, 0x00000218u, - 0x00000e5bu, 0x00000e55u, 0x00000e5au, 0x00050080u, 0x00000218u, 0x00000e5cu, 0x00000e52u, 0x00000e5bu, - 0x000500c3u, 0x00000218u, 0x00000e64u, 0x00000e5cu, 0x00001692u, 0x00040072u, 0x0000012au, 0x00000e65u, - 0x00000e64u, 0x0004007cu, 0x0000001bu, 0x00000e66u, 0x00000e65u, 0x000500c7u, 0x0000001bu, 0x00000e9cu, - 0x00000e66u, 0x00001693u, 0x00050041u, 0x00000046u, 0x00001200u, 0x000011f0u, 0x00000198u, 0x00050051u, - 0x00000008u, 0x00000c33u, 0x00000e9cu, 0x00000000u, 0x0003003eu, 0x00001200u, 0x00000c33u, 0x00050041u, - 0x00000046u, 0x00001201u, 0x000011f0u, 0x000001bcu, 0x00050051u, 0x00000008u, 0x00000c35u, 0x00000e9cu, - 0x00000001u, 0x0003003eu, 0x00001201u, 0x00000c35u, 0x00050041u, 0x00000046u, 0x00001202u, 0x000011f0u, - 0x00000170u, 0x00050051u, 0x00000008u, 0x00000c37u, 0x00000e9cu, 0x00000002u, 0x0003003eu, 0x00001202u, - 0x00000c37u, 0x000200f9u, 0x00000c3au, 0x000200f8u, 0x00000c3au, 0x000700f5u, 0x0000001bu, 0x000016bau, - 0x000016a0u, 0x00000c1du, 0x00000e66u, 0x00000e4au, 0x000700f5u, 0x0000001bu, 0x000015e9u, 0x000012f4u, - 0x00000c1du, 0x000012eau, 0x00000e4au, 0x000700f5u, 0x00000008u, 0x000015c1u, 0x000012d6u, 0x00000c1du, - 0x00001301u, 0x00000e4au, 0x000700f5u, 0x00000008u, 0x00001599u, 0x000012b9u, 0x00000c1du, 0x000012e3u, - 0x00000e4au, 0x00070050u, 0x000016d4u, 0x000016d5u, 0x00000bebu, 0x00000bebu, 0x00000bebu, 0x00000bebu, - 0x000600a9u, 0x00000009u, 0x000016d6u, 0x000016d5u, 0x00000c9bu, 0x00000c99u, 0x0004003du, 0x00000009u, - 0x00001203u, 0x000011f0u, 0x0003003eu, 0x00001217u, 0x00001203u, 0x0003003eu, 0x00001218u, 0x00000ccau, - 0x0003003eu, 0x00001219u, 0x00000c84u, 0x0003003eu, 0x00000badu, 0x000016d6u, 0x0003003eu, 0x00000bb2u, - 0x00000c13u, 0x000300f7u, 0x00000f81u, 0x00000000u, 0x000300fbu, 0x00000198u, 0x00000ea9u, 0x000200f8u, - 0x00000ea9u, 0x00050041u, 0x00000046u, 0x00000eaau, 0x00000badu, 0x00000170u, 0x0004003du, 0x00000008u, - 0x00000eabu, 0x00000eaau, 0x00040071u, 0x00000006u, 0x00000eacu, 0x00000eabu, 0x0004007cu, 0x00000017u, - 0x00000eadu, 0x00000eacu, 0x000300f7u, 0x00000ebeu, 0x00000000u, 0x000b00fbu, 0x00000eadu, 0x00000ebeu, - 0x00000000u, 0x00000eaeu, 0x00000001u, 0x00000eb2u, 0x00000002u, 0x00000eb6u, 0x00000003u, 0x00000ebau, - 0x000200f8u, 0x00000ebau, 0x0008004fu, 0x0000001bu, 0x00000ebdu, 0x00000c84u, 0x00000c84u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ebeu, 0x000200f8u, 0x00000eb6u, 0x0008004fu, 0x0000001bu, - 0x00000eb9u, 0x00000c86u, 0x00000c86u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ebeu, - 0x000200f8u, 0x00000eb2u, 0x0008004fu, 0x0000001bu, 0x00000eb5u, 0x00000ccau, 0x00000ccau, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ebeu, 0x000200f8u, 0x00000eaeu, 0x0008004fu, 0x0000001bu, - 0x00000eb1u, 0x00001203u, 0x00001203u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000ebeu, - 0x000200f8u, 0x00000ebeu, 0x000d00f5u, 0x0000001bu, 0x0000135du, 0x00001368u, 0x00000ea9u, 0x00000eb1u, - 0x00000eaeu, 0x00000eb5u, 0x00000eb2u, 0x00000eb9u, 0x00000eb6u, 0x00000ebdu, 0x00000ebau, 0x000400a8u, - 0x00000034u, 0x00000ec3u, 0x00000d21u, 0x000500a7u, 0x00000034u, 0x00000ec4u, 0x00000be7u, 0x00000ec3u, - 0x000300f7u, 0x00000ec7u, 0x00000000u, 0x000400fau, 0x00000ec4u, 0x00000ec5u, 0x00000ec7u, 0x000200f8u, - 0x00000ec5u, 0x000200f9u, 0x00000f81u, 0x000200f8u, 0x00000ec7u, 0x00050041u, 0x00000046u, 0x00000ec9u, - 0x00000badu, 0x00000198u, 0x0004003du, 0x00000008u, 0x00000ecau, 0x00000ec9u, 0x00040071u, 0x00000006u, - 0x00000ecbu, 0x00000ecau, 0x0004007cu, 0x00000017u, 0x00000eccu, 0x00000ecbu, 0x000300f7u, 0x00000eddu, - 0x00000000u, 0x000b00fbu, 0x00000eccu, 0x00000eddu, 0x00000000u, 0x00000ecdu, 0x00000001u, 0x00000ed1u, - 0x00000002u, 0x00000ed5u, 0x00000003u, 0x00000ed9u, 0x000200f8u, 0x00000ed9u, 0x0008004fu, 0x0000001bu, - 0x00000edcu, 0x00000c84u, 0x00000c84u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000ea2u, - 0x00000edcu, 0x000200f9u, 0x00000eddu, 0x000200f8u, 0x00000ed5u, 0x0008004fu, 0x0000001bu, 0x00000ed8u, - 0x00000c86u, 0x00000c86u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000ea2u, 0x00000ed8u, - 0x000200f9u, 0x00000eddu, 0x000200f8u, 0x00000ed1u, 0x0008004fu, 0x0000001bu, 0x00000ed4u, 0x00000ccau, - 0x00000ccau, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000ea2u, 0x00000ed4u, 0x000200f9u, - 0x00000eddu, 0x000200f8u, 0x00000ecdu, 0x0008004fu, 0x0000001bu, 0x00000ed0u, 0x00001203u, 0x00001203u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000ea2u, 0x00000ed0u, 0x000200f9u, 0x00000eddu, - 0x000200f8u, 0x00000eddu, 0x000400a8u, 0x00000034u, 0x00000ee1u, 0x000012a1u, 0x000400a8u, 0x00000034u, - 0x00000ee2u, 0x00000ee1u, 0x000300f7u, 0x00000ef7u, 0x00000000u, 0x000400fau, 0x00000ee2u, 0x00000ee3u, - 0x00000ef7u, 0x000200f8u, 0x00000ee3u, 0x00050041u, 0x00000046u, 0x00000ee4u, 0x00000badu, 0x000001bcu, - 0x0004003du, 0x00000008u, 0x00000ee5u, 0x00000ee4u, 0x00040071u, 0x00000006u, 0x00000ee6u, 0x00000ee5u, - 0x0004007cu, 0x00000017u, 0x00000ee7u, 0x00000ee6u, 0x000500aau, 0x00000034u, 0x00000ee8u, 0x00000ee7u, - 0x000000abu, 0x000300f7u, 0x00000eefu, 0x00000000u, 0x000400fau, 0x00000ee8u, 0x00000ee9u, 0x00000eefu, - 0x000200f8u, 0x00000ee9u, 0x00050041u, 0x00000046u, 0x00000eeau, 0x00000badu, 0x000001c4u, 0x0004003du, - 0x00000008u, 0x00000eebu, 0x00000eeau, 0x00040071u, 0x00000006u, 0x00000eecu, 0x00000eebu, 0x0004007cu, - 0x00000017u, 0x00000eedu, 0x00000eecu, 0x000500aau, 0x00000034u, 0x00000eeeu, 0x00000eedu, 0x000000abu, - 0x000200f9u, 0x00000eefu, 0x000200f8u, 0x00000eefu, 0x000700f5u, 0x00000034u, 0x00000ef0u, 0x00000ee8u, - 0x00000ee3u, 0x00000eeeu, 0x00000ee9u, 0x000300f7u, 0x00000ef5u, 0x00000000u, 0x000400fau, 0x00000ef0u, - 0x00000ef1u, 0x00000ef5u, 0x000200f8u, 0x00000ef1u, 0x00050041u, 0x00000046u, 0x0000121cu, 0x00001217u, - 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000ef3u, 0x0000121cu, 0x000500aau, 0x00000034u, 0x00000ef4u, - 0x00000ef3u, 0x000001cfu, 0x000200f9u, 0x00000ef5u, 0x000200f8u, 0x00000ef5u, 0x000700f5u, 0x00000034u, - 0x00000ef6u, 0x00000ef0u, 0x00000eefu, 0x00000ef4u, 0x00000ef1u, 0x000200f9u, 0x00000ef7u, 0x000200f8u, - 0x00000ef7u, 0x000700f5u, 0x00000034u, 0x00000ef8u, 0x00000ee1u, 0x00000eddu, 0x00000ef6u, 0x00000ef5u, - 0x000300f7u, 0x00000efbu, 0x00000000u, 0x000400fau, 0x00000ef8u, 0x00000ef9u, 0x00000efbu, 0x000200f8u, - 0x00000ef9u, 0x0004003du, 0x0000001bu, 0x00000efau, 0x00000ea2u, 0x000200f9u, 0x00000f81u, 0x000200f8u, - 0x00000efbu, 0x00050041u, 0x00000046u, 0x00000efdu, 0x00000badu, 0x000001bcu, 0x0004003du, 0x00000008u, - 0x00000efeu, 0x00000efdu, 0x00040071u, 0x00000006u, 0x00000effu, 0x00000efeu, 0x0004007cu, 0x00000017u, - 0x00000f00u, 0x00000effu, 0x000300f7u, 0x00000f0bu, 0x00000000u, 0x000b00fbu, 0x00000f00u, 0x00000f0bu, - 0x00000000u, 0x00000f01u, 0x00000001u, 0x00000f04u, 0x00000002u, 0x00000f07u, 0x00000003u, 0x00000f0au, - 0x000200f8u, 0x00000f0au, 0x000200f9u, 0x00000f0bu, 0x000200f8u, 0x00000f07u, 0x000200f9u, 0x00000f0bu, - 0x000200f8u, 0x00000f04u, 0x00050041u, 0x00000046u, 0x0000121eu, 0x00001219u, 0x000001c4u, 0x0004003du, - 0x00000008u, 0x00000f06u, 0x0000121eu, 0x000200f9u, 0x00000f0bu, 0x000200f8u, 0x00000f01u, 0x00050041u, - 0x00000046u, 0x0000121du, 0x00001217u, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000f03u, 0x0000121du, - 0x000200f9u, 0x00000f0bu, 0x000200f8u, 0x00000f0bu, 0x000d00f5u, 0x00000008u, 0x00001304u, 0x00001313u, - 0x00000efbu, 0x00000f03u, 0x00000f01u, 0x00000f06u, 0x00000f04u, 0x000008f5u, 0x00000f07u, 0x000001eau, - 0x00000f0au, 0x00050041u, 0x00000046u, 0x00000f0cu, 0x00000badu, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x00000f0du, 0x00000f0cu, 0x00040071u, 0x00000006u, 0x00000f0eu, 0x00000f0du, 0x0004007cu, 0x00000017u, - 0x00000f0fu, 0x00000f0eu, 0x000300f7u, 0x00000f19u, 0x00000000u, 0x000b00fbu, 0x00000f0fu, 0x00000f19u, - 0x00000000u, 0x00000f10u, 0x00000001u, 0x00000f14u, 0x00000002u, 0x00000f17u, 0x00000003u, 0x00000f18u, - 0x000200f8u, 0x00000f18u, 0x000200f9u, 0x00000f19u, 0x000200f8u, 0x00000f17u, 0x000200f9u, 0x00000f19u, - 0x000200f8u, 0x00000f14u, 0x00050041u, 0x00000046u, 0x0000121fu, 0x00001218u, 0x000001c4u, 0x0004003du, - 0x00000008u, 0x00000f16u, 0x0000121fu, 0x000200f9u, 0x00000f19u, 0x000200f8u, 0x00000f10u, 0x000400c8u, - 0x00000008u, 0x00000f12u, 0x00001304u, 0x000500c7u, 0x00000008u, 0x00000f13u, 0x00000f12u, 0x000001cfu, - 0x000200f9u, 0x00000f19u, 0x000200f8u, 0x00000f19u, 0x000d00f5u, 0x00000008u, 0x0000132du, 0x0000133du, - 0x00000f0bu, 0x00000f13u, 0x00000f10u, 0x00000f16u, 0x00000f14u, 0x000001cfu, 0x00000f17u, 0x000001eau, - 0x00000f18u, 0x000500c2u, 0x00000008u, 0x00000f1bu, 0x00001304u, 0x00000201u, 0x000500c2u, 0x00000008u, - 0x00000f1du, 0x0000132du, 0x00000201u, 0x0004003du, 0x00000008u, 0x00000f1fu, 0x00000f0cu, 0x00040071u, - 0x00000006u, 0x00000f20u, 0x00000f1fu, 0x0004007cu, 0x00000017u, 0x00000f21u, 0x00000f20u, 0x000500aau, - 0x00000034u, 0x00000f22u, 0x00000f21u, 0x000000b5u, 0x000300f7u, 0x00000f2eu, 0x00000000u, 0x000400fau, - 0x00000f22u, 0x00000f23u, 0x00000f2eu, 0x000200f8u, 0x00000f23u, 0x00050041u, 0x00000046u, 0x00000f25u, - 0x00000bb2u, 0x00000198u, 0x0004003du, 0x00000008u, 0x00000f26u, 0x00000f25u, 0x000500c2u, 0x00000008u, - 0x00000f27u, 0x00000f1bu, 0x00000f26u, 0x000500c7u, 0x00000008u, 0x00000f28u, 0x00000f27u, 0x00000211u, - 0x00050041u, 0x00000046u, 0x00000f2au, 0x00000bb2u, 0x000001bcu, 0x0004003du, 0x00000008u, 0x00000f2bu, - 0x00000f2au, 0x000500c2u, 0x00000008u, 0x00000f2cu, 0x00000f1du, 0x00000f2bu, 0x000500c5u, 0x00000008u, - 0x00000f2du, 0x00000f2cu, 0x00000201u, 0x000200f9u, 0x00000f2eu, 0x000200f8u, 0x00000f2eu, 0x000700f5u, - 0x00000008u, 0x00001381u, 0x00000f1du, 0x00000f19u, 0x00000f2du, 0x00000f23u, 0x000700f5u, 0x00000008u, - 0x00001356u, 0x00000f1bu, 0x00000f19u, 0x00000f28u, 0x00000f23u, 0x0004003du, 0x0000001bu, 0x00000f2fu, - 0x00000ea2u, 0x00040071u, 0x0000021cu, 0x00000f30u, 0x00000f2fu, 0x0004007cu, 0x00000218u, 0x00000f31u, - 0x00000f30u, 0x00040071u, 0x0000000au, 0x00000f33u, 0x00001356u, 0x0004007cu, 0x0000000bu, 0x00000f34u, - 0x00000f33u, 0x00060050u, 0x00000218u, 0x00000f35u, 0x00000f34u, 0x00000f34u, 0x00000f34u, 0x00050084u, - 0x00000218u, 0x00000f36u, 0x00000f31u, 0x00000f35u, 0x00040071u, 0x0000021cu, 0x00000f38u, 0x0000135du, - 0x0004007cu, 0x00000218u, 0x00000f39u, 0x00000f38u, 0x00040071u, 0x0000000au, 0x00000f3bu, 0x00001381u, - 0x0004007cu, 0x0000000bu, 0x00000f3cu, 0x00000f3bu, 0x00050080u, 0x0000000bu, 0x00000f3du, 0x00000f3cu, - 0x0000022au, 0x00060050u, 0x00000218u, 0x00000f3eu, 0x00000f3du, 0x00000f3du, 0x00000f3du, 0x00050084u, - 0x00000218u, 0x00000f3fu, 0x00000f39u, 0x00000f3eu, 0x00050080u, 0x00000218u, 0x00000f40u, 0x00000f36u, - 0x00000f3fu, 0x0003003eu, 0x00000ea5u, 0x00000f40u, 0x000500a6u, 0x00000034u, 0x00000f44u, 0x00000299u, - 0x00000bd7u, 0x000300f7u, 0x00000f7du, 0x00000000u, 0x000400fau, 0x00000f44u, 0x00000f45u, 0x00000f4bu, - 0x000200f8u, 0x00000f4bu, 0x00040071u, 0x00000006u, 0x00000f4du, 0x00001356u, 0x0004007cu, 0x00000017u, - 0x00000f4eu, 0x00000f4du, 0x000500c3u, 0x00000017u, 0x00000f4fu, 0x00000f4eu, 0x000000b8u, 0x00040071u, - 0x00000006u, 0x00000f51u, 0x00001381u, 0x0004007cu, 0x00000017u, 0x00000f52u, 0x00000f51u, 0x000500c3u, - 0x00000017u, 0x00000f53u, 0x00000f52u, 0x000000b8u, 0x00050080u, 0x00000017u, 0x00000f54u, 0x00000f4fu, - 0x00000f53u, 0x00050080u, 0x00000017u, 0x00000f55u, 0x00000f54u, 0x000000b5u, 0x0004003du, 0x00000218u, - 0x00000f56u, 0x00000ea5u, 0x000500c3u, 0x00000218u, 0x00000f58u, 0x00000f56u, 0x00001694u, 0x000500c7u, - 0x00000218u, 0x00000f5bu, 0x00000f58u, 0x00001695u, 0x0003003eu, 0x00000ea5u, 0x00000f5bu, 0x0004003du, - 0x0000024fu, 0x00000f5cu, 0x00000251u, 0x000500c4u, 0x00000017u, 0x00000f5eu, 0x00000f55u, 0x000000d3u, - 0x00050041u, 0x00000255u, 0x00000f5fu, 0x00000ea5u, 0x00000198u, 0x0004003du, 0x0000000bu, 0x00000f60u, - 0x00000f5fu, 0x00040072u, 0x00000017u, 0x00000f61u, 0x00000f60u, 0x000500c5u, 0x00000017u, 0x00000f62u, - 0x00000f5eu, 0x00000f61u, 0x0005005fu, 0x0000025au, 0x00000f63u, 0x00000f5cu, 0x00000f62u, 0x00050051u, - 0x00000006u, 0x00000f64u, 0x00000f63u, 0x00000000u, 0x00040071u, 0x00000008u, 0x00000f65u, 0x00000f64u, - 0x00050041u, 0x00000046u, 0x00000f66u, 0x00000ea2u, 0x00000198u, 0x0003003eu, 0x00000f66u, 0x00000f65u, - 0x00050041u, 0x00000255u, 0x00000f6au, 0x00000ea5u, 0x000001bcu, 0x0004003du, 0x0000000bu, 0x00000f6bu, - 0x00000f6au, 0x00040072u, 0x00000017u, 0x00000f6cu, 0x00000f6bu, 0x000500c5u, 0x00000017u, 0x00000f6du, - 0x00000f5eu, 0x00000f6cu, 0x0005005fu, 0x0000025au, 0x00000f6eu, 0x00000f5cu, 0x00000f6du, 0x00050051u, - 0x00000006u, 0x00000f6fu, 0x00000f6eu, 0x00000000u, 0x00040071u, 0x00000008u, 0x00000f70u, 0x00000f6fu, - 0x00050041u, 0x00000046u, 0x00000f71u, 0x00000ea2u, 0x000001bcu, 0x0003003eu, 0x00000f71u, 0x00000f70u, - 0x00050041u, 0x00000255u, 0x00000f75u, 0x00000ea5u, 0x00000170u, 0x0004003du, 0x0000000bu, 0x00000f76u, - 0x00000f75u, 0x00040072u, 0x00000017u, 0x00000f77u, 0x00000f76u, 0x000500c5u, 0x00000017u, 0x00000f78u, - 0x00000f5eu, 0x00000f77u, 0x0005005fu, 0x0000025au, 0x00000f79u, 0x00000f5cu, 0x00000f78u, 0x00050051u, - 0x00000006u, 0x00000f7au, 0x00000f79u, 0x00000000u, 0x00040071u, 0x00000008u, 0x00000f7bu, 0x00000f7au, - 0x00050041u, 0x00000046u, 0x00000f7cu, 0x00000ea2u, 0x00000170u, 0x0003003eu, 0x00000f7cu, 0x00000f7bu, - 0x000200f9u, 0x00000f7du, 0x000200f8u, 0x00000f45u, 0x0004003du, 0x00000218u, 0x00000f46u, 0x00000ea5u, - 0x000500c3u, 0x00000218u, 0x00000f48u, 0x00000f46u, 0x00001692u, 0x00040072u, 0x0000012au, 0x00000f49u, - 0x00000f48u, 0x0004007cu, 0x0000001bu, 0x00000f4au, 0x00000f49u, 0x0003003eu, 0x00000ea2u, 0x00000f4au, - 0x000200f9u, 0x00000f7du, 0x000200f8u, 0x00000f7du, 0x0004003du, 0x0000001bu, 0x00000f7eu, 0x00000ea2u, - 0x000500c7u, 0x0000001bu, 0x00000f80u, 0x00000f7eu, 0x00001693u, 0x000200f9u, 0x00000f81u, 0x000200f8u, - 0x00000f81u, 0x000900f5u, 0x00000008u, 0x0000162au, 0x0000133du, 0x00000ec5u, 0x0000133du, 0x00000ef9u, - 0x00001381u, 0x00000f7du, 0x000900f5u, 0x00000008u, 0x0000160fu, 0x00001313u, 0x00000ec5u, 0x00001313u, - 0x00000ef9u, 0x00001356u, 0x00000f7du, 0x000900f5u, 0x0000001bu, 0x00001382u, 0x0000135du, 0x00000ec5u, - 0x00000efau, 0x00000ef9u, 0x00000f80u, 0x00000f7du, 0x000300f7u, 0x00000c4au, 0x00000000u, 0x000400fau, - 0x00000bf3u, 0x00000c44u, 0x00000c4au, 0x000200f8u, 0x00000c44u, 0x00040071u, 0x000003acu, 0x00000c46u, - 0x00001382u, 0x0004007cu, 0x00000018u, 0x00000c47u, 0x00000c46u, 0x00060050u, 0x00000018u, 0x00000f8au, - 0x00000bc3u, 0x00000bc3u, 0x00000bc3u, 0x000500c3u, 0x00000018u, 0x00000f8bu, 0x00000f8au, 0x00000101u, - 0x000500c7u, 0x00000018u, 0x00000f8du, 0x00000f8bu, 0x0000168eu, 0x000500c7u, 0x00000018u, 0x00000f90u, - 0x00000c47u, 0x0000168fu, 0x00050080u, 0x00000018u, 0x00000f92u, 0x00000f90u, 0x00001690u, 0x000500adu, - 0x00000111u, 0x00000f94u, 0x00000c47u, 0x00000110u, 0x000600a9u, 0x00000018u, 0x00000f95u, 0x00000f94u, - 0x0000010du, 0x00000f92u, 0x000500c7u, 0x00000018u, 0x00000f99u, 0x00000c47u, 0x0000168eu, 0x00050082u, - 0x00000018u, 0x00000f9au, 0x00000f8du, 0x00000f99u, 0x000500c3u, 0x00000018u, 0x00000f9cu, 0x00000f9au, - 0x00001691u, 0x00050082u, 0x00000018u, 0x00000f9fu, 0x00000f95u, 0x00000c47u, 0x000500c7u, 0x00000018u, - 0x00000fa3u, 0x00000f9fu, 0x00000f9cu, 0x00050080u, 0x00000018u, 0x00000fa4u, 0x00000c47u, 0x00000fa3u, - 0x000500c7u, 0x00000018u, 0x00000fa7u, 0x00000fa4u, 0x0000010du, 0x00040072u, 0x0000012au, 0x00000fa8u, - 0x00000fa7u, 0x0004007cu, 0x0000001bu, 0x00000fa9u, 0x00000fa8u, 0x000200f9u, 0x00000c4au, 0x000200f8u, - 0x00000c4au, 0x000700f5u, 0x0000001bu, 0x000013a1u, 0x00001382u, 0x00000f81u, 0x00000fa9u, 0x00000c44u, - 0x00040071u, 0x00000006u, 0x00000c50u, 0x00000c9fu, 0x0004007cu, 0x00000017u, 0x00000c51u, 0x00000c50u, - 0x000300f7u, 0x00000fc2u, 0x00000000u, 0x000b00fbu, 0x00000c51u, 0x00000fc2u, 0x00000000u, 0x00000faeu, - 0x00000001u, 0x00000fbau, 0x00000002u, 0x00000fbfu, 0x00000003u, 0x00000fc0u, 0x000200f8u, 0x00000fc0u, - 0x000200f9u, 0x00000fc2u, 0x000200f8u, 0x00000fbfu, 0x000200f9u, 0x00000fc2u, 0x000200f8u, 0x00000fbau, - 0x00050080u, 0x00000017u, 0x00000fbdu, 0x0000129bu, 0x00000c03u, 0x000500c7u, 0x00000017u, 0x00000fbeu, - 0x00000fbdu, 0x000000c7u, 0x000200f9u, 0x00000fc2u, 0x000200f8u, 0x00000faeu, 0x000300f7u, 0x00000fb9u, - 0x00000000u, 0x000400fau, 0x000012a1u, 0x00000fb0u, 0x00000fb5u, 0x000200f8u, 0x00000fb5u, 0x00050082u, - 0x00000017u, 0x00000fb7u, 0x0000129bu, 0x000000b5u, 0x000500c7u, 0x00000017u, 0x00000fb8u, 0x00000fb7u, - 0x000000c7u, 0x000200f9u, 0x00000fb9u, 0x000200f8u, 0x00000fb0u, 0x00050080u, 0x00000017u, 0x00000fb3u, - 0x00000c03u, 0x0000129bu, 0x0007000cu, 0x00000017u, 0x00000fb4u, 0x00000001u, 0x00000027u, 0x000000c7u, - 0x00000fb3u, 0x000200f9u, 0x00000fb9u, 0x000200f8u, 0x00000fb9u, 0x000700f5u, 0x00000017u, 0x0000139fu, - 0x00000fb4u, 0x00000fb0u, 0x00000fb8u, 0x00000fb5u, 0x000200f9u, 0x00000fc2u, 0x000200f8u, 0x00000fc2u, - 0x000d00f5u, 0x00000017u, 0x0000139eu, 0x000000abu, 0x00000c4au, 0x0000139fu, 0x00000fb9u, 0x00000fbeu, - 0x00000fbau, 0x000000c7u, 0x00000fbfu, 0x00000c03u, 0x00000fc0u, 0x000500c4u, 0x00000017u, 0x00000c57u, - 0x0000139eu, 0x000000c1u, 0x00040072u, 0x00000129u, 0x00000c58u, 0x00000c57u, 0x0004007cu, 0x00000008u, - 0x00000c59u, 0x00000c58u, 0x00050051u, 0x00000008u, 0x00000c5au, 0x000013a1u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00000c5bu, 0x000013a1u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00000c5cu, 0x000013a1u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00000c5du, 0x00000c5au, 0x00000c5bu, 0x00000c5cu, 0x00000c59u, - 0x000300f7u, 0x00000fd0u, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000fc5u, 0x00000fceu, 0x000200f8u, - 0x00000fceu, 0x0003003eu, 0x0000038bu, 0x00000c5du, 0x000200f9u, 0x00000fd0u, 0x000200f8u, 0x00000fc5u, - 0x00050041u, 0x00000046u, 0x00000fc8u, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000fc8u, 0x00000c5au, - 0x00050041u, 0x00000046u, 0x00000fcau, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000fcau, 0x00000c5bu, - 0x00050041u, 0x00000046u, 0x00000fccu, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000fccu, 0x00000c5cu, - 0x000200f9u, 0x00000fd0u, 0x000200f8u, 0x00000fd0u, 0x000300f7u, 0x00000c6cu, 0x00000000u, 0x000400fau, - 0x00000bdfu, 0x00000c60u, 0x00000c68u, 0x000200f8u, 0x00000c68u, 0x000300f7u, 0x00000c6bu, 0x00000000u, - 0x000400fau, 0x00000574u, 0x00000c69u, 0x00000c6bu, 0x000200f8u, 0x00000c69u, 0x000300f7u, 0x0000104du, - 0x00000000u, 0x000700fbu, 0x00000372u, 0x0000104du, 0x00000002u, 0x0000101au, 0x00000003u, 0x00001037u, - 0x000200f8u, 0x00001037u, 0x0004003du, 0x00000009u, 0x00001038u, 0x0000038bu, 0x0007004fu, 0x00000036u, - 0x00001039u, 0x00001038u, 0x00001038u, 0x00000000u, 0x00000003u, 0x00040071u, 0x00000074u, 0x0000103au, - 0x00001039u, 0x0003003eu, 0x00001016u, 0x0000103au, 0x00050041u, 0x00000007u, 0x0000103bu, 0x00001016u, - 0x00000198u, 0x0004003du, 0x00000006u, 0x0000103cu, 0x0000103bu, 0x000500c4u, 0x00000006u, 0x0000103du, - 0x0000103cu, 0x000003b0u, 0x00050041u, 0x00000007u, 0x0000103eu, 0x00001016u, 0x000001bcu, 0x0004003du, - 0x00000006u, 0x0000103fu, 0x0000103eu, 0x000500c5u, 0x00000006u, 0x00001040u, 0x0000103du, 0x0000103fu, - 0x000500c7u, 0x00000006u, 0x00001042u, 0x00001040u, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00001043u, - 0x00001042u, 0x000001c4u, 0x000500c2u, 0x00000006u, 0x00001045u, 0x00001040u, 0x00000170u, 0x00040071u, - 0x0000000au, 0x00001046u, 0x00001045u, 0x000500c7u, 0x00000006u, 0x00001048u, 0x00001040u, 0x000001c4u, - 0x000500c4u, 0x00000006u, 0x00001049u, 0x00001048u, 0x00000170u, 0x000500c5u, 0x00000006u, 0x0000104bu, - 0x00001049u, 0x00001043u, 0x00040071u, 0x00000008u, 0x0000104cu, 0x0000104bu, 0x000200f9u, 0x0000104du, - 0x000200f8u, 0x0000101au, 0x00050041u, 0x00000046u, 0x0000101bu, 0x0000038bu, 0x000001c4u, 0x0004003du, - 0x00000008u, 0x0000101cu, 0x0000101bu, 0x000500c2u, 0x00000008u, 0x0000101du, 0x0000101cu, 0x00000201u, - 0x00050041u, 0x00000046u, 0x0000101eu, 0x0000038bu, 0x00000170u, 0x0004003du, 0x00000008u, 0x0000101fu, - 0x0000101eu, 0x000500c7u, 0x00000008u, 0x00001020u, 0x0000101fu, 0x0000040bu, 0x000500c5u, 0x00000008u, - 0x00001021u, 0x0000101du, 0x00001020u, 0x00050041u, 0x00000046u, 0x00001022u, 0x0000038bu, 0x00000198u, - 0x0004003du, 0x00000008u, 0x00001023u, 0x00001022u, 0x00040071u, 0x00000006u, 0x00001024u, 0x00001023u, - 0x000500c7u, 0x00000006u, 0x00001025u, 0x00001024u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00001026u, - 0x00001025u, 0x00000413u, 0x00050041u, 0x00000046u, 0x00001027u, 0x0000038bu, 0x000001bcu, 0x0004003du, - 0x00000008u, 0x00001028u, 0x00001027u, 0x00040071u, 0x00000006u, 0x00001029u, 0x00001028u, 0x000500c7u, - 0x00000006u, 0x0000102au, 0x00001029u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x0000102bu, 0x0000102au, - 0x000001bcu, 0x000500c5u, 0x00000006u, 0x0000102du, 0x00001026u, 0x0000102bu, 0x0004003du, 0x00000008u, - 0x0000102fu, 0x0000101eu, 0x00040071u, 0x00000006u, 0x00001030u, 0x0000102fu, 0x000500c7u, 0x00000006u, - 0x00001031u, 0x00001030u, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00001032u, 0x00001031u, 0x00000420u, - 0x000500c5u, 0x00000006u, 0x00001034u, 0x0000102du, 0x00001032u, 0x00040071u, 0x0000000au, 0x00001036u, - 0x00001034u, 0x000200f9u, 0x0000104du, 0x000200f8u, 0x0000104du, 0x000900f5u, 0x00000008u, 0x00001581u, - 0x00001286u, 0x00000c69u, 0x00001021u, 0x0000101au, 0x0000104cu, 0x00001037u, 0x000900f5u, 0x0000000au, - 0x00001543u, 0x00001283u, 0x00000c69u, 0x00001036u, 0x0000101au, 0x00001046u, 0x00001037u, 0x000200f9u, - 0x00000c6bu, 0x000200f8u, 0x00000c6bu, 0x000700f5u, 0x00000008u, 0x00001563u, 0x00001286u, 0x00000c68u, - 0x00001581u, 0x0000104du, 0x000700f5u, 0x0000000au, 0x00001525u, 0x00001283u, 0x00000c68u, 0x00001543u, - 0x0000104du, 0x000200f9u, 0x00000c6cu, 0x000200f8u, 0x00000c60u, 0x00050082u, 0x00000017u, 0x00000fd8u, - 0x0000014bu, 0x00000bc0u, 0x0007000cu, 0x00000017u, 0x00000fd9u, 0x00000001u, 0x0000002au, 0x00000fd8u, - 0x000000b5u, 0x0006000cu, 0x00000017u, 0x00000fdbu, 0x00000001u, 0x0000004au, 0x00000fd9u, 0x00050082u, - 0x00000017u, 0x00000fdcu, 0x00000150u, 0x00000fdbu, 0x0008000cu, 0x00000017u, 0x00000fdeu, 0x00000001u, - 0x0000002du, 0x00000fdcu, 0x000000abu, 0x000000c7u, 0x00050082u, 0x00000017u, 0x00000fe0u, 0x000000c4u, - 0x00000fdeu, 0x0007000cu, 0x00000017u, 0x00000fe1u, 0x00000001u, 0x0000002au, 0x00000fe0u, 0x000000abu, - 0x000500c3u, 0x00000017u, 0x00000fe4u, 0x00000bc0u, 0x00000fe1u, 0x000500c7u, 0x00000017u, 0x00000fe5u, - 0x00000fe4u, 0x00000138u, 0x000500c4u, 0x00000017u, 0x00000fe7u, 0x00000fdeu, 0x000000d3u, 0x00050080u, - 0x00000017u, 0x00000fe9u, 0x00000fe7u, 0x00000fe5u, 0x00040072u, 0x0000000bu, 0x00000feau, 0x00000fe9u, - 0x0004007cu, 0x0000000au, 0x00000febu, 0x00000feau, 0x000300f7u, 0x00000c67u, 0x00000000u, 0x000400fau, - 0x00000574u, 0x00000c65u, 0x00000c67u, 0x000200f8u, 0x00000c65u, 0x00040071u, 0x00000006u, 0x00000fefu, - 0x00000febu, 0x000500c4u, 0x00000006u, 0x00000ff0u, 0x00000fefu, 0x00000420u, 0x000500c5u, 0x00000006u, - 0x00000ff3u, 0x00000ff0u, 0x00000bffu, 0x000300f7u, 0x00001014u, 0x00000000u, 0x000700fbu, 0x00000372u, - 0x00001014u, 0x00000002u, 0x00000ff4u, 0x00000003u, 0x00001009u, 0x000200f8u, 0x00001009u, 0x000500c2u, - 0x00000006u, 0x0000100bu, 0x00000ff3u, 0x0000044du, 0x000500c7u, 0x00000006u, 0x0000100cu, 0x0000100bu, - 0x000003ddu, 0x00040071u, 0x00000008u, 0x0000100du, 0x0000100cu, 0x00050041u, 0x00000046u, 0x0000100eu, - 0x0000038bu, 0x00000198u, 0x0003003eu, 0x0000100eu, 0x0000100du, 0x000500c2u, 0x00000006u, 0x00001010u, - 0x00000ff3u, 0x00000170u, 0x000500c7u, 0x00000006u, 0x00001011u, 0x00001010u, 0x000003ddu, 0x00040071u, - 0x00000008u, 0x00001012u, 0x00001011u, 0x00050041u, 0x00000046u, 0x00001013u, 0x0000038bu, 0x000001c4u, - 0x0003003eu, 0x00001013u, 0x00001012u, 0x000200f9u, 0x00001014u, 0x000200f8u, 0x00000ff4u, 0x000500c2u, - 0x00000006u, 0x00000ff6u, 0x00000ff3u, 0x0000044du, 0x000500c7u, 0x00000006u, 0x00000ff7u, 0x00000ff6u, - 0x000003b7u, 0x00040071u, 0x00000008u, 0x00000ff8u, 0x00000ff7u, 0x00050041u, 0x00000046u, 0x00000ff9u, - 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000ff9u, 0x00000ff8u, 0x000500c2u, 0x00000006u, 0x00000ffbu, - 0x00000ff3u, 0x00000453u, 0x000500c7u, 0x00000006u, 0x00000ffcu, 0x00000ffbu, 0x000003b7u, 0x00040071u, - 0x00000008u, 0x00000ffdu, 0x00000ffcu, 0x00050041u, 0x00000046u, 0x00000ffeu, 0x0000038bu, 0x000001bcu, - 0x0003003eu, 0x00000ffeu, 0x00000ffdu, 0x000500c2u, 0x00000006u, 0x00001000u, 0x00000ff3u, 0x00000198u, - 0x000500c7u, 0x00000006u, 0x00001001u, 0x00001000u, 0x000003b7u, 0x00040071u, 0x00000008u, 0x00001002u, - 0x00001001u, 0x00050041u, 0x00000046u, 0x00001003u, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00001003u, - 0x00001002u, 0x000500c7u, 0x00000006u, 0x00001005u, 0x00000ff3u, 0x0000045eu, 0x000500c4u, 0x00000006u, - 0x00001006u, 0x00001005u, 0x00000453u, 0x00040071u, 0x00000008u, 0x00001007u, 0x00001006u, 0x00050041u, - 0x00000046u, 0x00001008u, 0x0000038bu, 0x000001c4u, 0x0003003eu, 0x00001008u, 0x00001007u, 0x000200f9u, - 0x00001014u, 0x000200f8u, 0x00001014u, 0x000200f9u, 0x00000c67u, 0x000200f8u, 0x00000c67u, 0x000200f9u, - 0x00000c6cu, 0x000200f8u, 0x00000c6cu, 0x000700f5u, 0x00000008u, 0x00001560u, 0x00000c8cu, 0x00000c67u, - 0x00001563u, 0x00000c6bu, 0x000700f5u, 0x0000000au, 0x00001522u, 0x00000febu, 0x00000c67u, 0x00001525u, - 0x00000c6bu, 0x000600a9u, 0x00000034u, 0x000016d7u, 0x00000bdfu, 0x000002bcu, 0x00001447u, 0x000200f9u, - 0x00000c6du, 0x000200f8u, 0x00000c6du, 0x000700f5u, 0x0000001bu, 0x000016b2u, 0x000016a0u, 0x00000c1bu, - 0x000016bau, 0x00000c6cu, 0x000700f5u, 0x0000001bu, 0x0000163fu, 0x00001368u, 0x00000c1bu, 0x0000135du, - 0x00000c6cu, 0x000700f5u, 0x00000008u, 0x00001624u, 0x0000133du, 0x00000c1bu, 0x0000162au, 0x00000c6cu, - 0x000700f5u, 0x00000008u, 0x00001609u, 0x00001313u, 0x00000c1bu, 0x0000160fu, 0x00000c6cu, 0x000700f5u, - 0x0000001bu, 0x000015e1u, 0x000012f4u, 0x00000c1bu, 0x000015e9u, 0x00000c6cu, 0x000700f5u, 0x00000008u, - 0x000015b9u, 0x000012d6u, 0x00000c1bu, 0x000015c1u, 0x00000c6cu, 0x000700f5u, 0x00000008u, 0x00001591u, - 0x000012b9u, 0x00000c1bu, 0x00001599u, 0x00000c6cu, 0x000700f5u, 0x00000008u, 0x00001553u, 0x00001286u, - 0x00000c1bu, 0x00001560u, 0x00000c6cu, 0x000700f5u, 0x0000000au, 0x00001515u, 0x00001283u, 0x00000c1bu, - 0x00001522u, 0x00000c6cu, 0x000700f5u, 0x00000034u, 0x00001457u, 0x00001447u, 0x00000c1bu, 0x000016d7u, - 0x00000c6cu, 0x000600a9u, 0x00000034u, 0x000016d8u, 0x00000c1cu, 0x000002bcu, 0x0000142au, 0x000200f9u, - 0x000008c8u, 0x000200f8u, 0x000008c7u, 0x00060041u, 0x000003f3u, 0x000008cfu, 0x000008cdu, 0x000000abu, - 0x000008a9u, 0x0004003du, 0x00000006u, 0x000008d0u, 0x000008cfu, 0x000300f7u, 0x00000b23u, 0x00000000u, - 0x000900fbu, 0x00000372u, 0x00000b23u, 0x00000000u, 0x00000b04u, 0x00000001u, 0x00000b05u, 0x00000002u, - 0x00000b0cu, 0x000200f8u, 0x00000b0cu, 0x000500c2u, 0x00000006u, 0x00000b0eu, 0x000008d0u, 0x000000cau, - 0x000500c7u, 0x00000006u, 0x00000b0fu, 0x00000b0eu, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00000b11u, - 0x000008d0u, 0x000000bbu, 0x000500c7u, 0x00000006u, 0x00000b12u, 0x00000b11u, 0x000003b7u, 0x000500c4u, - 0x00000006u, 0x00000b14u, 0x000008d0u, 0x000000b8u, 0x000500c7u, 0x00000006u, 0x00000b15u, 0x00000b14u, - 0x000003b7u, 0x000500c7u, 0x00000006u, 0x00000b17u, 0x000008d0u, 0x000001bcu, 0x00050084u, 0x00000006u, - 0x00000b18u, 0x00000b17u, 0x0000069cu, 0x00040071u, 0x00000008u, 0x00000b1au, 0x00000b0fu, 0x00040071u, - 0x00000008u, 0x00000b1cu, 0x00000b12u, 0x00040071u, 0x00000008u, 0x00000b1eu, 0x00000b15u, 0x00040071u, - 0x00000008u, 0x00000b20u, 0x00000b18u, 0x00070050u, 0x00000009u, 0x00000b21u, 0x00000b1au, 0x00000b1cu, - 0x00000b1eu, 0x00000b20u, 0x000300f7u, 0x00000b40u, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000b35u, - 0x00000b3eu, 0x000200f8u, 0x00000b3eu, 0x0003003eu, 0x0000038bu, 0x00000b21u, 0x000200f9u, 0x00000b40u, - 0x000200f8u, 0x00000b35u, 0x00050041u, 0x00000046u, 0x00000b38u, 0x0000038bu, 0x00000198u, 0x0003003eu, - 0x00000b38u, 0x00000b1au, 0x00050041u, 0x00000046u, 0x00000b3au, 0x0000038bu, 0x000001bcu, 0x0003003eu, - 0x00000b3au, 0x00000b1cu, 0x00050041u, 0x00000046u, 0x00000b3cu, 0x0000038bu, 0x00000170u, 0x0003003eu, - 0x00000b3cu, 0x00000b1eu, 0x000200f9u, 0x00000b40u, 0x000200f8u, 0x00000b40u, 0x000200f9u, 0x00000b23u, - 0x000200f8u, 0x00000b05u, 0x000500c7u, 0x00000006u, 0x00000b07u, 0x000008d0u, 0x000003ddu, 0x00040071u, - 0x00000008u, 0x00000b09u, 0x00000b07u, 0x00070050u, 0x00000009u, 0x00000b0au, 0x00000b09u, 0x00000b09u, - 0x00000b09u, 0x00000b09u, 0x000300f7u, 0x00000b33u, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000b28u, - 0x00000b31u, 0x000200f8u, 0x00000b31u, 0x0003003eu, 0x0000038bu, 0x00000b0au, 0x000200f9u, 0x00000b33u, - 0x000200f8u, 0x00000b28u, 0x00050041u, 0x00000046u, 0x00000b2bu, 0x0000038bu, 0x00000198u, 0x0003003eu, - 0x00000b2bu, 0x00000b09u, 0x00050041u, 0x00000046u, 0x00000b2du, 0x0000038bu, 0x000001bcu, 0x0003003eu, - 0x00000b2du, 0x00000b09u, 0x00050041u, 0x00000046u, 0x00000b2fu, 0x0000038bu, 0x00000170u, 0x0003003eu, - 0x00000b2fu, 0x00000b09u, 0x000200f9u, 0x00000b33u, 0x000200f8u, 0x00000b33u, 0x000200f9u, 0x00000b23u, - 0x000200f8u, 0x00000b04u, 0x0003003eu, 0x0000038bu, 0x00000683u, 0x000200f9u, 0x00000b23u, 0x000200f8u, - 0x00000b23u, 0x000b00f5u, 0x00000034u, 0x00001432u, 0x0000142au, 0x000008c7u, 0x000002bcu, 0x00000b04u, - 0x000002bcu, 0x00000b33u, 0x000002bcu, 0x00000b40u, 0x000300f7u, 0x00000b26u, 0x00000000u, 0x000400fau, - 0x00000574u, 0x00000b24u, 0x00000b26u, 0x000200f8u, 0x00000b24u, 0x000300f7u, 0x00000b79u, 0x00000000u, - 0x000700fbu, 0x00000372u, 0x00000b79u, 0x00000002u, 0x00000b46u, 0x00000003u, 0x00000b63u, 0x000200f8u, - 0x00000b63u, 0x0004003du, 0x00000009u, 0x00000b64u, 0x0000038bu, 0x0007004fu, 0x00000036u, 0x00000b65u, - 0x00000b64u, 0x00000b64u, 0x00000000u, 0x00000003u, 0x00040071u, 0x00000074u, 0x00000b66u, 0x00000b65u, - 0x0003003eu, 0x00000b42u, 0x00000b66u, 0x00050041u, 0x00000007u, 0x00000b67u, 0x00000b42u, 0x00000198u, - 0x0004003du, 0x00000006u, 0x00000b68u, 0x00000b67u, 0x000500c4u, 0x00000006u, 0x00000b69u, 0x00000b68u, - 0x000003b0u, 0x00050041u, 0x00000007u, 0x00000b6au, 0x00000b42u, 0x000001bcu, 0x0004003du, 0x00000006u, - 0x00000b6bu, 0x00000b6au, 0x000500c5u, 0x00000006u, 0x00000b6cu, 0x00000b69u, 0x00000b6bu, 0x000500c7u, - 0x00000006u, 0x00000b6eu, 0x00000b6cu, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00000b6fu, 0x00000b6eu, - 0x000001c4u, 0x000500c2u, 0x00000006u, 0x00000b71u, 0x00000b6cu, 0x00000170u, 0x00040071u, 0x0000000au, - 0x00000b72u, 0x00000b71u, 0x000500c7u, 0x00000006u, 0x00000b74u, 0x00000b6cu, 0x000001c4u, 0x000500c4u, - 0x00000006u, 0x00000b75u, 0x00000b74u, 0x00000170u, 0x000500c5u, 0x00000006u, 0x00000b77u, 0x00000b75u, - 0x00000b6fu, 0x00040071u, 0x00000008u, 0x00000b78u, 0x00000b77u, 0x000200f9u, 0x00000b79u, 0x000200f8u, - 0x00000b46u, 0x00050041u, 0x00000046u, 0x00000b47u, 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x00000b48u, 0x00000b47u, 0x000500c2u, 0x00000008u, 0x00000b49u, 0x00000b48u, 0x00000201u, 0x00050041u, - 0x00000046u, 0x00000b4au, 0x0000038bu, 0x00000170u, 0x0004003du, 0x00000008u, 0x00000b4bu, 0x00000b4au, - 0x000500c7u, 0x00000008u, 0x00000b4cu, 0x00000b4bu, 0x0000040bu, 0x000500c5u, 0x00000008u, 0x00000b4du, - 0x00000b49u, 0x00000b4cu, 0x00050041u, 0x00000046u, 0x00000b4eu, 0x0000038bu, 0x00000198u, 0x0004003du, - 0x00000008u, 0x00000b4fu, 0x00000b4eu, 0x00040071u, 0x00000006u, 0x00000b50u, 0x00000b4fu, 0x000500c7u, - 0x00000006u, 0x00000b51u, 0x00000b50u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00000b52u, 0x00000b51u, - 0x00000413u, 0x00050041u, 0x00000046u, 0x00000b53u, 0x0000038bu, 0x000001bcu, 0x0004003du, 0x00000008u, - 0x00000b54u, 0x00000b53u, 0x00040071u, 0x00000006u, 0x00000b55u, 0x00000b54u, 0x000500c7u, 0x00000006u, - 0x00000b56u, 0x00000b55u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00000b57u, 0x00000b56u, 0x000001bcu, - 0x000500c5u, 0x00000006u, 0x00000b59u, 0x00000b52u, 0x00000b57u, 0x0004003du, 0x00000008u, 0x00000b5bu, - 0x00000b4au, 0x00040071u, 0x00000006u, 0x00000b5cu, 0x00000b5bu, 0x000500c7u, 0x00000006u, 0x00000b5du, - 0x00000b5cu, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00000b5eu, 0x00000b5du, 0x00000420u, 0x000500c5u, - 0x00000006u, 0x00000b60u, 0x00000b59u, 0x00000b5eu, 0x00040071u, 0x0000000au, 0x00000b62u, 0x00000b60u, - 0x000200f9u, 0x00000b79u, 0x000200f8u, 0x00000b79u, 0x000900f5u, 0x00000008u, 0x00001552u, 0x00001286u, - 0x00000b24u, 0x00000b4du, 0x00000b46u, 0x00000b78u, 0x00000b63u, 0x000900f5u, 0x0000000au, 0x00001514u, - 0x00001283u, 0x00000b24u, 0x00000b62u, 0x00000b46u, 0x00000b72u, 0x00000b63u, 0x000200f9u, 0x00000b26u, - 0x000200f8u, 0x00000b26u, 0x000700f5u, 0x00000008u, 0x0000154eu, 0x00001286u, 0x00000b23u, 0x00001552u, - 0x00000b79u, 0x000700f5u, 0x0000000au, 0x00001510u, 0x00001283u, 0x00000b23u, 0x00001514u, 0x00000b79u, - 0x000200f9u, 0x000008c8u, 0x000200f8u, 0x000008c8u, 0x000700f5u, 0x0000001bu, 0x000016b1u, 0x000016b2u, - 0x00000c6du, 0x000016a0u, 0x00000b26u, 0x000700f5u, 0x0000001bu, 0x00001639u, 0x00001368u, 0x00000b26u, - 0x0000163fu, 0x00000c6du, 0x000700f5u, 0x00000008u, 0x0000161eu, 0x0000133du, 0x00000b26u, 0x00001624u, - 0x00000c6du, 0x000700f5u, 0x00000008u, 0x00001603u, 0x00001313u, 0x00000b26u, 0x00001609u, 0x00000c6du, - 0x000700f5u, 0x0000001bu, 0x000015dbu, 0x000012f4u, 0x00000b26u, 0x000015e1u, 0x00000c6du, 0x000700f5u, - 0x00000008u, 0x000015b3u, 0x000012d6u, 0x00000b26u, 0x000015b9u, 0x00000c6du, 0x000700f5u, 0x00000008u, - 0x0000158bu, 0x000012b9u, 0x00000b26u, 0x00001591u, 0x00000c6du, 0x000700f5u, 0x00000008u, 0x0000154du, - 0x0000154eu, 0x00000b26u, 0x00001553u, 0x00000c6du, 0x000700f5u, 0x0000000au, 0x0000150fu, 0x00001510u, - 0x00000b26u, 0x00001515u, 0x00000c6du, 0x000700f5u, 0x0000001bu, 0x000014d1u, 0x0000127au, 0x00000b26u, - 0x00001278u, 0x00000c6du, 0x000700f5u, 0x00000034u, 0x00001451u, 0x00001447u, 0x00000b26u, 0x00001457u, - 0x00000c6du, 0x000700f5u, 0x00000034u, 0x00001430u, 0x00001432u, 0x00000b26u, 0x000016d8u, 0x00000c6du, - 0x000200f9u, 0x000008bdu, 0x000200f8u, 0x000008bcu, 0x00070041u, 0x000003f3u, 0x000008c0u, 0x000000aau, - 0x000000abu, 0x000008a0u, 0x000000d0u, 0x0004003du, 0x00000006u, 0x000008c1u, 0x000008c0u, 0x000300f7u, - 0x00000a8cu, 0x00000000u, 0x000b00fbu, 0x00000372u, 0x00000a8cu, 0x00000004u, 0x00000a32u, 0x00000002u, - 0x00000a49u, 0x00000003u, 0x00000a66u, 0x00000001u, 0x00000a7fu, 0x000200f8u, 0x00000a7fu, 0x000500c7u, - 0x00000006u, 0x00000a81u, 0x000013a5u, 0x000001c4u, 0x000500c6u, 0x00000006u, 0x00000a82u, 0x00000a81u, - 0x000001c4u, 0x00050084u, 0x00000006u, 0x00000a83u, 0x00000a82u, 0x000003b0u, 0x000500c2u, 0x00000006u, - 0x00000a85u, 0x000008c1u, 0x00000a83u, 0x000500c7u, 0x00000006u, 0x00000a87u, 0x00000a85u, 0x000003ddu, - 0x00040071u, 0x00000008u, 0x00000a89u, 0x00000a87u, 0x00070050u, 0x00000009u, 0x00000a8au, 0x00000a89u, - 0x00000a89u, 0x00000a89u, 0x00000a89u, 0x000300f7u, 0x00000ac3u, 0x00000000u, 0x000400fau, 0x00000672u, - 0x00000ab8u, 0x00000ac1u, 0x000200f8u, 0x00000ac1u, 0x0003003eu, 0x0000038bu, 0x00000a8au, 0x000200f9u, - 0x00000ac3u, 0x000200f8u, 0x00000ab8u, 0x00050041u, 0x00000046u, 0x00000abbu, 0x0000038bu, 0x00000198u, - 0x0003003eu, 0x00000abbu, 0x00000a89u, 0x00050041u, 0x00000046u, 0x00000abdu, 0x0000038bu, 0x000001bcu, - 0x0003003eu, 0x00000abdu, 0x00000a89u, 0x00050041u, 0x00000046u, 0x00000abfu, 0x0000038bu, 0x00000170u, - 0x0003003eu, 0x00000abfu, 0x00000a89u, 0x000200f9u, 0x00000ac3u, 0x000200f8u, 0x00000ac3u, 0x000200f9u, - 0x00000a8cu, 0x000200f8u, 0x00000a66u, 0x000500c7u, 0x00000006u, 0x00000a68u, 0x000013a5u, 0x000001bcu, - 0x000500c6u, 0x00000006u, 0x00000a69u, 0x00000a68u, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00000a6au, - 0x00000a69u, 0x000003f9u, 0x000500c2u, 0x00000006u, 0x00000a6cu, 0x000008c1u, 0x00000a6au, 0x000500c7u, - 0x00000006u, 0x00000a6eu, 0x00000a6cu, 0x000006f7u, 0x000500c2u, 0x00000006u, 0x00000a70u, 0x00000a6eu, - 0x000003b0u, 0x000500c7u, 0x00000006u, 0x00000a71u, 0x00000a70u, 0x000003ddu, 0x000500c2u, 0x00000006u, - 0x00000a73u, 0x00000a6eu, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000a74u, 0x00000a73u, 0x000003ddu, - 0x00040071u, 0x00000008u, 0x00000a76u, 0x00000a71u, 0x00040071u, 0x00000008u, 0x00000a7cu, 0x00000a74u, - 0x00070050u, 0x00000009u, 0x00000a7du, 0x00000a76u, 0x00000a76u, 0x00000a76u, 0x00000a7cu, 0x000300f7u, - 0x00000ab6u, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000aabu, 0x00000ab4u, 0x000200f8u, 0x00000ab4u, - 0x0003003eu, 0x0000038bu, 0x00000a7du, 0x000200f9u, 0x00000ab6u, 0x000200f8u, 0x00000aabu, 0x00050041u, - 0x00000046u, 0x00000aaeu, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000aaeu, 0x00000a76u, 0x00050041u, - 0x00000046u, 0x00000ab0u, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000ab0u, 0x00000a76u, 0x00050041u, - 0x00000046u, 0x00000ab2u, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000ab2u, 0x00000a76u, 0x000200f9u, - 0x00000ab6u, 0x000200f8u, 0x00000ab6u, 0x000200f9u, 0x00000a8cu, 0x000200f8u, 0x00000a49u, 0x000500c7u, - 0x00000006u, 0x00000a4bu, 0x000013a5u, 0x000001bcu, 0x000500c6u, 0x00000006u, 0x00000a4cu, 0x00000a4bu, - 0x000001bcu, 0x00050084u, 0x00000006u, 0x00000a4du, 0x00000a4cu, 0x000003f9u, 0x000500c2u, 0x00000006u, - 0x00000a4fu, 0x000008c1u, 0x00000a4du, 0x000500c2u, 0x00000006u, 0x00000a51u, 0x00000a4fu, 0x000003b0u, - 0x000500c7u, 0x00000006u, 0x00000a52u, 0x00000a51u, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00000a54u, - 0x00000a4fu, 0x000001c4u, 0x000500c7u, 0x00000006u, 0x00000a55u, 0x00000a54u, 0x000003b7u, 0x000500c4u, - 0x00000006u, 0x00000a57u, 0x00000a4fu, 0x00000170u, 0x000500c7u, 0x00000006u, 0x00000a58u, 0x00000a57u, - 0x000003b7u, 0x000500c7u, 0x00000006u, 0x00000a5au, 0x00000a4fu, 0x000001bcu, 0x00050084u, 0x00000006u, - 0x00000a5bu, 0x00000a5au, 0x0000069cu, 0x00040071u, 0x00000008u, 0x00000a5du, 0x00000a52u, 0x00040071u, - 0x00000008u, 0x00000a5fu, 0x00000a55u, 0x00040071u, 0x00000008u, 0x00000a61u, 0x00000a58u, 0x00040071u, - 0x00000008u, 0x00000a63u, 0x00000a5bu, 0x00070050u, 0x00000009u, 0x00000a64u, 0x00000a5du, 0x00000a5fu, - 0x00000a61u, 0x00000a63u, 0x000300f7u, 0x00000aa9u, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000a9eu, - 0x00000aa7u, 0x000200f8u, 0x00000aa7u, 0x0003003eu, 0x0000038bu, 0x00000a64u, 0x000200f9u, 0x00000aa9u, - 0x000200f8u, 0x00000a9eu, 0x00050041u, 0x00000046u, 0x00000aa1u, 0x0000038bu, 0x00000198u, 0x0003003eu, - 0x00000aa1u, 0x00000a5du, 0x00050041u, 0x00000046u, 0x00000aa3u, 0x0000038bu, 0x000001bcu, 0x0003003eu, - 0x00000aa3u, 0x00000a5fu, 0x00050041u, 0x00000046u, 0x00000aa5u, 0x0000038bu, 0x00000170u, 0x0003003eu, - 0x00000aa5u, 0x00000a61u, 0x000200f9u, 0x00000aa9u, 0x000200f8u, 0x00000aa9u, 0x000200f9u, 0x00000a8cu, - 0x000200f8u, 0x00000a32u, 0x000500c2u, 0x00000006u, 0x00000a34u, 0x000008c1u, 0x000003f8u, 0x000500c7u, - 0x00000006u, 0x00000a35u, 0x00000a34u, 0x000003ddu, 0x000500c2u, 0x00000006u, 0x00000a37u, 0x000008c1u, - 0x000003f9u, 0x000500c7u, 0x00000006u, 0x00000a38u, 0x00000a37u, 0x000003ddu, 0x000500c2u, 0x00000006u, - 0x00000a3au, 0x000008c1u, 0x000003b0u, 0x000500c7u, 0x00000006u, 0x00000a3bu, 0x00000a3au, 0x000003ddu, - 0x000500c2u, 0x00000006u, 0x00000a3du, 0x000008c1u, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000a3eu, - 0x00000a3du, 0x000003ddu, 0x00040071u, 0x00000008u, 0x00000a40u, 0x00000a35u, 0x00040071u, 0x00000008u, - 0x00000a42u, 0x00000a38u, 0x00040071u, 0x00000008u, 0x00000a44u, 0x00000a3bu, 0x00040071u, 0x00000008u, - 0x00000a46u, 0x00000a3eu, 0x00070050u, 0x00000009u, 0x00000a47u, 0x00000a40u, 0x00000a42u, 0x00000a44u, - 0x00000a46u, 0x000300f7u, 0x00000a9cu, 0x00000000u, 0x000400fau, 0x00000672u, 0x00000a91u, 0x00000a9au, - 0x000200f8u, 0x00000a9au, 0x0003003eu, 0x0000038bu, 0x00000a47u, 0x000200f9u, 0x00000a9cu, 0x000200f8u, - 0x00000a91u, 0x00050041u, 0x00000046u, 0x00000a94u, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000a94u, - 0x00000a40u, 0x00050041u, 0x00000046u, 0x00000a96u, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000a96u, - 0x00000a42u, 0x00050041u, 0x00000046u, 0x00000a98u, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000a98u, - 0x00000a44u, 0x000200f9u, 0x00000a9cu, 0x000200f8u, 0x00000a9cu, 0x000200f9u, 0x00000a8cu, 0x000200f8u, - 0x00000a8cu, 0x000d00f5u, 0x00000034u, 0x0000142eu, 0x0000142au, 0x000008bcu, 0x000002bcu, 0x00000a9cu, - 0x000002bcu, 0x00000aa9u, 0x000002bcu, 0x00000ab6u, 0x000002bcu, 0x00000ac3u, 0x000300f7u, 0x00000a8fu, - 0x00000000u, 0x000400fau, 0x00000574u, 0x00000a8du, 0x00000a8fu, 0x000200f8u, 0x00000a8du, 0x000300f7u, - 0x00000afcu, 0x00000000u, 0x000700fbu, 0x00000372u, 0x00000afcu, 0x00000002u, 0x00000ac9u, 0x00000003u, - 0x00000ae6u, 0x000200f8u, 0x00000ae6u, 0x0004003du, 0x00000009u, 0x00000ae7u, 0x0000038bu, 0x0007004fu, - 0x00000036u, 0x00000ae8u, 0x00000ae7u, 0x00000ae7u, 0x00000000u, 0x00000003u, 0x00040071u, 0x00000074u, - 0x00000ae9u, 0x00000ae8u, 0x0003003eu, 0x00000ac5u, 0x00000ae9u, 0x00050041u, 0x00000007u, 0x00000aeau, - 0x00000ac5u, 0x00000198u, 0x0004003du, 0x00000006u, 0x00000aebu, 0x00000aeau, 0x000500c4u, 0x00000006u, - 0x00000aecu, 0x00000aebu, 0x000003b0u, 0x00050041u, 0x00000007u, 0x00000aedu, 0x00000ac5u, 0x000001bcu, - 0x0004003du, 0x00000006u, 0x00000aeeu, 0x00000aedu, 0x000500c5u, 0x00000006u, 0x00000aefu, 0x00000aecu, - 0x00000aeeu, 0x000500c7u, 0x00000006u, 0x00000af1u, 0x00000aefu, 0x000001bcu, 0x00050084u, 0x00000006u, - 0x00000af2u, 0x00000af1u, 0x000001c4u, 0x000500c2u, 0x00000006u, 0x00000af4u, 0x00000aefu, 0x00000170u, - 0x00040071u, 0x0000000au, 0x00000af5u, 0x00000af4u, 0x000500c7u, 0x00000006u, 0x00000af7u, 0x00000aefu, - 0x000001c4u, 0x000500c4u, 0x00000006u, 0x00000af8u, 0x00000af7u, 0x00000170u, 0x000500c5u, 0x00000006u, - 0x00000afau, 0x00000af8u, 0x00000af2u, 0x00040071u, 0x00000008u, 0x00000afbu, 0x00000afau, 0x000200f9u, - 0x00000afcu, 0x000200f8u, 0x00000ac9u, 0x00050041u, 0x00000046u, 0x00000acau, 0x0000038bu, 0x000001c4u, - 0x0004003du, 0x00000008u, 0x00000acbu, 0x00000acau, 0x000500c2u, 0x00000008u, 0x00000accu, 0x00000acbu, - 0x00000201u, 0x00050041u, 0x00000046u, 0x00000acdu, 0x0000038bu, 0x00000170u, 0x0004003du, 0x00000008u, - 0x00000aceu, 0x00000acdu, 0x000500c7u, 0x00000008u, 0x00000acfu, 0x00000aceu, 0x0000040bu, 0x000500c5u, - 0x00000008u, 0x00000ad0u, 0x00000accu, 0x00000acfu, 0x00050041u, 0x00000046u, 0x00000ad1u, 0x0000038bu, - 0x00000198u, 0x0004003du, 0x00000008u, 0x00000ad2u, 0x00000ad1u, 0x00040071u, 0x00000006u, 0x00000ad3u, - 0x00000ad2u, 0x000500c7u, 0x00000006u, 0x00000ad4u, 0x00000ad3u, 0x000003b7u, 0x000500c4u, 0x00000006u, - 0x00000ad5u, 0x00000ad4u, 0x00000413u, 0x00050041u, 0x00000046u, 0x00000ad6u, 0x0000038bu, 0x000001bcu, - 0x0004003du, 0x00000008u, 0x00000ad7u, 0x00000ad6u, 0x00040071u, 0x00000006u, 0x00000ad8u, 0x00000ad7u, - 0x000500c7u, 0x00000006u, 0x00000ad9u, 0x00000ad8u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00000adau, - 0x00000ad9u, 0x000001bcu, 0x000500c5u, 0x00000006u, 0x00000adcu, 0x00000ad5u, 0x00000adau, 0x0004003du, - 0x00000008u, 0x00000adeu, 0x00000acdu, 0x00040071u, 0x00000006u, 0x00000adfu, 0x00000adeu, 0x000500c7u, - 0x00000006u, 0x00000ae0u, 0x00000adfu, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00000ae1u, 0x00000ae0u, - 0x00000420u, 0x000500c5u, 0x00000006u, 0x00000ae3u, 0x00000adcu, 0x00000ae1u, 0x00040071u, 0x0000000au, - 0x00000ae5u, 0x00000ae3u, 0x000200f9u, 0x00000afcu, 0x000200f8u, 0x00000afcu, 0x000900f5u, 0x00000008u, - 0x0000154cu, 0x00001286u, 0x00000a8du, 0x00000ad0u, 0x00000ac9u, 0x00000afbu, 0x00000ae6u, 0x000900f5u, - 0x0000000au, 0x0000150eu, 0x00001283u, 0x00000a8du, 0x00000ae5u, 0x00000ac9u, 0x00000af5u, 0x00000ae6u, - 0x000200f9u, 0x00000a8fu, 0x000200f8u, 0x00000a8fu, 0x000700f5u, 0x00000008u, 0x00001546u, 0x00001286u, - 0x00000a8cu, 0x0000154cu, 0x00000afcu, 0x000700f5u, 0x0000000au, 0x00001508u, 0x00001283u, 0x00000a8cu, - 0x0000150eu, 0x00000afcu, 0x000200f9u, 0x000008bdu, 0x000200f8u, 0x000008bdu, 0x000700f5u, 0x0000001bu, - 0x000016b0u, 0x000016b1u, 0x000008c8u, 0x000016a0u, 0x00000a8fu, 0x000700f5u, 0x0000001bu, 0x00001631u, - 0x00001368u, 0x00000a8fu, 0x00001639u, 0x000008c8u, 0x000700f5u, 0x00000008u, 0x00001616u, 0x0000133du, - 0x00000a8fu, 0x0000161eu, 0x000008c8u, 0x000700f5u, 0x00000008u, 0x000015fbu, 0x00001313u, 0x00000a8fu, - 0x00001603u, 0x000008c8u, 0x000700f5u, 0x0000001bu, 0x000015d3u, 0x000012f4u, 0x00000a8fu, 0x000015dbu, - 0x000008c8u, 0x000700f5u, 0x00000008u, 0x000015abu, 0x000012d6u, 0x00000a8fu, 0x000015b3u, 0x000008c8u, - 0x000700f5u, 0x00000008u, 0x00001583u, 0x000012b9u, 0x00000a8fu, 0x0000158bu, 0x000008c8u, 0x000700f5u, - 0x00000008u, 0x00001545u, 0x00001546u, 0x00000a8fu, 0x0000154du, 0x000008c8u, 0x000700f5u, 0x0000000au, - 0x00001507u, 0x00001508u, 0x00000a8fu, 0x0000150fu, 0x000008c8u, 0x000700f5u, 0x0000001bu, 0x000014c9u, - 0x0000127au, 0x00000a8fu, 0x000014d1u, 0x000008c8u, 0x000700f5u, 0x00000034u, 0x00001449u, 0x00001447u, - 0x00000a8fu, 0x00001451u, 0x000008c8u, 0x000700f5u, 0x00000034u, 0x0000142cu, 0x0000142eu, 0x00000a8fu, - 0x00001430u, 0x000008c8u, 0x000200f9u, 0x000008b7u, 0x000200f8u, 0x000008b7u, 0x000700f5u, 0x0000001bu, - 0x000016afu, 0x000016a0u, 0x0000088cu, 0x000016b0u, 0x000008bdu, 0x000700f5u, 0x0000001bu, 0x00001630u, - 0x00001368u, 0x0000088cu, 0x00001631u, 0x000008bdu, 0x000700f5u, 0x00000008u, 0x00001615u, 0x0000133du, - 0x0000088cu, 0x00001616u, 0x000008bdu, 0x000700f5u, 0x00000008u, 0x000015fau, 0x00001313u, 0x0000088cu, - 0x000015fbu, 0x000008bdu, 0x000700f5u, 0x0000001bu, 0x000015d2u, 0x000012f4u, 0x0000088cu, 0x000015d3u, - 0x000008bdu, 0x000700f5u, 0x00000008u, 0x000015aau, 0x000012d6u, 0x0000088cu, 0x000015abu, 0x000008bdu, - 0x000700f5u, 0x00000008u, 0x00001582u, 0x000012b9u, 0x0000088cu, 0x00001583u, 0x000008bdu, 0x000700f5u, - 0x00000008u, 0x00001544u, 0x00001286u, 0x0000088cu, 0x00001545u, 0x000008bdu, 0x000700f5u, 0x0000000au, - 0x00001506u, 0x00001283u, 0x0000088cu, 0x00001507u, 0x000008bdu, 0x000700f5u, 0x0000001bu, 0x000014c8u, - 0x0000127au, 0x0000088cu, 0x000014c9u, 0x000008bdu, 0x000700f5u, 0x00000034u, 0x00001448u, 0x00001447u, - 0x0000088cu, 0x00001449u, 0x000008bdu, 0x000700f5u, 0x00000034u, 0x0000142bu, 0x0000142au, 0x0000088cu, - 0x0000142cu, 0x000008bdu, 0x00050080u, 0x00000006u, 0x00000905u, 0x00001276u, 0x000000b5u, 0x000200f9u, - 0x0000088eu, 0x000200f8u, 0x0000088eu, 0x000200f9u, 0x0000088bu, 0x000200f8u, 0x0000088du, 0x000200f9u, - 0x0000086au, 0x000200f8u, 0x0000086au, 0x000200f9u, 0x00000867u, 0x000200f8u, 0x00000869u, 0x0003003eu, - 0x00000906u, 0x00000859u, 0x000300f7u, 0x0000108bu, 0x00000000u, 0x000400fau, 0x0000097fu, 0x0000105fu, - 0x0000108bu, 0x000200f8u, 0x0000105fu, 0x000500c2u, 0x00000006u, 0x00001061u, 0x0000085cu, 0x000004a9u, - 0x0004003du, 0x00000074u, 0x00001062u, 0x00000906u, 0x00050050u, 0x00000074u, 0x00001063u, 0x00000612u, - 0x00000612u, 0x000500c7u, 0x00000074u, 0x00001064u, 0x00001062u, 0x00001063u, 0x0003003eu, 0x0000104fu, - 0x00001064u, 0x00050050u, 0x000005aau, 0x00001066u, 0x000004a9u, 0x000004a9u, 0x000500c2u, 0x00000074u, - 0x00001067u, 0x00001062u, 0x00001066u, 0x0003003eu, 0x00000906u, 0x00001067u, 0x00050041u, 0x00000007u, - 0x00001068u, 0x0000104fu, 0x000001bcu, 0x0004003du, 0x00000006u, 0x00001069u, 0x00001068u, 0x00050084u, - 0x00000006u, 0x0000106au, 0x00001069u, 0x0000061bu, 0x00050041u, 0x00000007u, 0x0000106bu, 0x0000104fu, - 0x00000198u, 0x0004003du, 0x00000006u, 0x0000106cu, 0x0000106bu, 0x00050080u, 0x00000006u, 0x0000106du, - 0x0000106au, 0x0000106cu, 0x00050041u, 0x00000007u, 0x00001070u, 0x00000906u, 0x000001bcu, 0x0004003du, - 0x00000006u, 0x00001071u, 0x00001070u, 0x00050084u, 0x00000006u, 0x00001072u, 0x00001061u, 0x00001071u, - 0x00050080u, 0x00000006u, 0x00001073u, 0x00000862u, 0x00001072u, 0x00050041u, 0x00000007u, 0x00001074u, - 0x00000906u, 0x00000198u, 0x0004003du, 0x00000006u, 0x00001075u, 0x00001074u, 0x00050080u, 0x00000006u, - 0x00001076u, 0x00001073u, 0x00001075u, 0x000300f7u, 0x00001160u, 0x00000000u, 0x000400fau, 0x0000123bu, - 0x00001095u, 0x00001160u, 0x000200f8u, 0x00001095u, 0x000300f7u, 0x0000115fu, 0x00000000u, 0x000d00fbu, - 0x00000372u, 0x0000115fu, 0x00000000u, 0x00001096u, 0x00000001u, 0x000010b0u, 0x00000002u, 0x000010d2u, - 0x00000003u, 0x00001106u, 0x00000004u, 0x00001128u, 0x000200f8u, 0x00001128u, 0x000500c7u, 0x00000006u, - 0x0000112au, 0x00001076u, 0x000003e5u, 0x00050084u, 0x00000006u, 0x0000112cu, 0x0000106du, 0x0000053au, - 0x00050080u, 0x00000006u, 0x0000112eu, 0x0000112au, 0x0000112cu, 0x0004003du, 0x00000009u, 0x0000112fu, - 0x0000038bu, 0x00040071u, 0x0000025au, 0x00001130u, 0x0000112fu, 0x0003003eu, 0x00001091u, 0x00001130u, - 0x00050041u, 0x00000007u, 0x00001131u, 0x00001091u, 0x00000198u, 0x0004003du, 0x00000006u, 0x00001132u, - 0x00001131u, 0x000500c4u, 0x00000006u, 0x00001133u, 0x00001132u, 0x000003f8u, 0x00050041u, 0x00000007u, - 0x00001134u, 0x00001091u, 0x000001bcu, 0x0004003du, 0x00000006u, 0x00001135u, 0x00001134u, 0x000500c4u, - 0x00000006u, 0x00001136u, 0x00001135u, 0x000003f9u, 0x000500c5u, 0x00000006u, 0x00001137u, 0x00001133u, - 0x00001136u, 0x00050041u, 0x00000007u, 0x00001138u, 0x00001091u, 0x00000170u, 0x0004003du, 0x00000006u, - 0x00001139u, 0x00001138u, 0x000500c4u, 0x00000006u, 0x0000113au, 0x00001139u, 0x000003b0u, 0x000500c5u, - 0x00000006u, 0x0000113bu, 0x00001137u, 0x0000113au, 0x00050041u, 0x00000007u, 0x0000113cu, 0x00001091u, - 0x000001c4u, 0x0004003du, 0x00000006u, 0x0000113du, 0x0000113cu, 0x000500c4u, 0x00000006u, 0x0000113eu, - 0x0000113du, 0x00000198u, 0x000500c5u, 0x00000006u, 0x0000113fu, 0x0000113bu, 0x0000113eu, 0x00060041u, - 0x000003f3u, 0x00001142u, 0x000003f1u, 0x000000abu, 0x0000112eu, 0x0003003eu, 0x00001142u, 0x0000113fu, - 0x00050084u, 0x00000006u, 0x00001144u, 0x00000170u, 0x0000112eu, 0x00050041u, 0x00000046u, 0x00001145u, - 0x0000038bu, 0x000001bcu, 0x0004003du, 0x00000008u, 0x00001146u, 0x00001145u, 0x00040071u, 0x00000006u, - 0x00001147u, 0x00001146u, 0x0004007cu, 0x00000017u, 0x00001148u, 0x00001147u, 0x000500c7u, 0x00000017u, - 0x00001149u, 0x00001148u, 0x000000b5u, 0x00050084u, 0x00000017u, 0x0000114au, 0x00001149u, 0x000000bbu, - 0x00040072u, 0x00000129u, 0x0000114bu, 0x0000114au, 0x0004007cu, 0x00000008u, 0x0000114cu, 0x0000114bu, - 0x00060041u, 0x00000387u, 0x0000114du, 0x00000392u, 0x000000abu, 0x00001144u, 0x0003003eu, 0x0000114du, - 0x0000114cu, 0x00050080u, 0x00000006u, 0x00001150u, 0x00001144u, 0x000001bcu, 0x00050041u, 0x00000046u, - 0x00001151u, 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00001152u, 0x00001151u, 0x00040071u, - 0x00000006u, 0x00001153u, 0x00001152u, 0x0004007cu, 0x00000017u, 0x00001154u, 0x00001153u, 0x000500c7u, - 0x00000017u, 0x00001155u, 0x00001154u, 0x000000b5u, 0x00050084u, 0x00000017u, 0x00001156u, 0x00001155u, - 0x000000bbu, 0x00040072u, 0x00000129u, 0x00001157u, 0x00001156u, 0x0004007cu, 0x00000008u, 0x00001158u, - 0x00001157u, 0x00060041u, 0x00000387u, 0x00001159u, 0x00000392u, 0x000000abu, 0x00001150u, 0x0003003eu, - 0x00001159u, 0x00001158u, 0x000300f7u, 0x0000115eu, 0x00000000u, 0x000400fau, 0x000004abu, 0x0000115au, - 0x0000115eu, 0x000200f8u, 0x0000115au, 0x000300e1u, 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, - 0x0000115cu, 0x0000112eu, 0x0000056eu, 0x00060041u, 0x000003f3u, 0x0000115du, 0x000003f1u, 0x000000abu, - 0x0000115cu, 0x0003003eu, 0x0000115du, 0x00000570u, 0x000200f9u, 0x0000115eu, 0x000200f8u, 0x0000115eu, - 0x000200f9u, 0x0000115fu, 0x000200f8u, 0x00001106u, 0x000500c7u, 0x00000006u, 0x00001108u, 0x00001076u, - 0x00000399u, 0x00050084u, 0x00000006u, 0x0000110au, 0x0000106du, 0x00000514u, 0x00050080u, 0x00000006u, - 0x0000110cu, 0x00001108u, 0x0000110au, 0x0004003du, 0x00000009u, 0x0000110du, 0x0000038bu, 0x0007004fu, - 0x00000036u, 0x0000110eu, 0x0000110du, 0x0000110du, 0x00000000u, 0x00000003u, 0x00040071u, 0x00000074u, - 0x0000110fu, 0x0000110eu, 0x0003003eu, 0x0000108fu, 0x0000110fu, 0x00050041u, 0x00000007u, 0x00001110u, - 0x0000108fu, 0x00000198u, 0x0004003du, 0x00000006u, 0x00001111u, 0x00001110u, 0x000500c4u, 0x00000006u, - 0x00001112u, 0x00001111u, 0x000003b0u, 0x00050041u, 0x00000007u, 0x00001113u, 0x0000108fu, 0x000001bcu, - 0x0004003du, 0x00000006u, 0x00001114u, 0x00001113u, 0x000500c5u, 0x00000006u, 0x00001115u, 0x00001112u, - 0x00001114u, 0x000500c6u, 0x00000006u, 0x00001117u, 0x0000110cu, 0x000001bcu, 0x00040071u, 0x0000000au, - 0x00001119u, 0x00001115u, 0x00060041u, 0x000003a8u, 0x0000111au, 0x000003a5u, 0x000000abu, 0x00001117u, - 0x0003003eu, 0x0000111au, 0x00001119u, 0x0004003du, 0x00000006u, 0x0000111du, 0x00001113u, 0x000500c7u, - 0x00000006u, 0x0000111eu, 0x0000111du, 0x000001bcu, 0x00050084u, 0x00000006u, 0x0000111fu, 0x0000111eu, - 0x000001c4u, 0x00040071u, 0x00000008u, 0x00001120u, 0x0000111fu, 0x00060041u, 0x00000387u, 0x00001121u, - 0x00000392u, 0x000000abu, 0x0000110cu, 0x0003003eu, 0x00001121u, 0x00001120u, 0x000300f7u, 0x00001127u, - 0x00000000u, 0x000400fau, 0x000004abu, 0x00001122u, 0x00001127u, 0x000200f8u, 0x00001122u, 0x000300e1u, - 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, 0x00001125u, 0x00001117u, 0x00000533u, 0x00060041u, - 0x000003a8u, 0x00001126u, 0x000003a5u, 0x000000abu, 0x00001125u, 0x0003003eu, 0x00001126u, 0x0000050eu, - 0x000200f9u, 0x00001127u, 0x000200f8u, 0x00001127u, 0x000200f9u, 0x0000115fu, 0x000200f8u, 0x000010d2u, - 0x000500c7u, 0x00000006u, 0x000010d4u, 0x00001076u, 0x00000399u, 0x00050084u, 0x00000006u, 0x000010d6u, - 0x0000106du, 0x000004d9u, 0x00050080u, 0x00000006u, 0x000010d8u, 0x000010d4u, 0x000010d6u, 0x0004003du, - 0x00000009u, 0x000010d9u, 0x0000038bu, 0x00040071u, 0x0000025au, 0x000010dau, 0x000010d9u, 0x0003003eu, - 0x0000108cu, 0x000010dau, 0x0008004fu, 0x000003acu, 0x000010dcu, 0x000010dau, 0x000010dau, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000500c7u, 0x000003acu, 0x000010deu, 0x000010dcu, 0x0000168bu, 0x00050041u, - 0x00000007u, 0x000010dfu, 0x0000108cu, 0x00000198u, 0x00050051u, 0x00000006u, 0x000010e0u, 0x000010deu, - 0x00000000u, 0x0003003eu, 0x000010dfu, 0x000010e0u, 0x00050041u, 0x00000007u, 0x000010e1u, 0x0000108cu, - 0x000001bcu, 0x00050051u, 0x00000006u, 0x000010e2u, 0x000010deu, 0x00000001u, 0x0003003eu, 0x000010e1u, - 0x000010e2u, 0x00050041u, 0x00000007u, 0x000010e3u, 0x0000108cu, 0x00000170u, 0x00050051u, 0x00000006u, - 0x000010e4u, 0x000010deu, 0x00000002u, 0x0003003eu, 0x000010e3u, 0x000010e4u, 0x00050041u, 0x00000007u, - 0x000010e5u, 0x0000108cu, 0x000001c4u, 0x0004003du, 0x00000006u, 0x000010e6u, 0x000010e5u, 0x000500c2u, - 0x00000006u, 0x000010e7u, 0x000010e6u, 0x00000453u, 0x0004003du, 0x00000006u, 0x000010e9u, 0x000010dfu, - 0x000500c4u, 0x00000006u, 0x000010eau, 0x000010e9u, 0x000003b0u, 0x0004003du, 0x00000006u, 0x000010ecu, - 0x000010e1u, 0x000500c4u, 0x00000006u, 0x000010edu, 0x000010ecu, 0x000001c4u, 0x000500c5u, 0x00000006u, - 0x000010eeu, 0x000010eau, 0x000010edu, 0x0004003du, 0x00000006u, 0x000010f0u, 0x000010e3u, 0x000500c2u, - 0x00000006u, 0x000010f1u, 0x000010f0u, 0x00000170u, 0x000500c5u, 0x00000006u, 0x000010f2u, 0x000010eeu, - 0x000010f1u, 0x000500c2u, 0x00000006u, 0x000010f4u, 0x000010e7u, 0x00000170u, 0x000500c5u, 0x00000006u, - 0x000010f5u, 0x000010f2u, 0x000010f4u, 0x000500c6u, 0x00000006u, 0x000010f7u, 0x000010d8u, 0x000001bcu, - 0x00040071u, 0x0000000au, 0x000010f9u, 0x000010f5u, 0x00060041u, 0x000003a8u, 0x000010fau, 0x000003a5u, - 0x000000abu, 0x000010f7u, 0x0003003eu, 0x000010fau, 0x000010f9u, 0x000500c7u, 0x00000006u, 0x000010fdu, - 0x000010e7u, 0x000001c4u, 0x00040071u, 0x00000008u, 0x000010feu, 0x000010fdu, 0x00060041u, 0x00000387u, - 0x000010ffu, 0x00000392u, 0x000000abu, 0x000010d8u, 0x0003003eu, 0x000010ffu, 0x000010feu, 0x000300f7u, - 0x00001105u, 0x00000000u, 0x000400fau, 0x000004abu, 0x00001100u, 0x00001105u, 0x000200f8u, 0x00001100u, - 0x000300e1u, 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, 0x00001103u, 0x000010f7u, 0x0000050cu, - 0x00060041u, 0x000003a8u, 0x00001104u, 0x000003a5u, 0x000000abu, 0x00001103u, 0x0003003eu, 0x00001104u, - 0x0000050eu, 0x000200f9u, 0x00001105u, 0x000200f8u, 0x00001105u, 0x000200f9u, 0x0000115fu, 0x000200f8u, - 0x000010b0u, 0x000500c7u, 0x00000006u, 0x000010b2u, 0x00001076u, 0x00000379u, 0x00050084u, 0x00000006u, - 0x000010b4u, 0x0000106du, 0x00000378u, 0x00050080u, 0x00000006u, 0x000010b6u, 0x000010b2u, 0x000010b4u, - 0x000500c6u, 0x00000006u, 0x000010b8u, 0x000010b6u, 0x000001c4u, 0x00050041u, 0x00000046u, 0x000010b9u, - 0x0000038bu, 0x00000198u, 0x0004003du, 0x00000008u, 0x000010bau, 0x000010b9u, 0x00060041u, 0x00000387u, - 0x000010bbu, 0x00000384u, 0x000000abu, 0x000010b8u, 0x0003003eu, 0x000010bbu, 0x000010bau, 0x000500c7u, - 0x00000006u, 0x000010bdu, 0x000010b6u, 0x000001bcu, 0x000500abu, 0x00000034u, 0x000010beu, 0x000010bdu, - 0x00000198u, 0x000300f7u, 0x000010cbu, 0x00000000u, 0x000400fau, 0x000010beu, 0x000010bfu, 0x000010cbu, - 0x000200f8u, 0x000010bfu, 0x000500c2u, 0x00000006u, 0x000010c1u, 0x000010b6u, 0x000001bcu, 0x0004003du, - 0x00000008u, 0x000010c3u, 0x000010b9u, 0x00040071u, 0x00000006u, 0x000010c4u, 0x000010c3u, 0x0004007cu, - 0x00000017u, 0x000010c5u, 0x000010c4u, 0x000500c7u, 0x00000017u, 0x000010c6u, 0x000010c5u, 0x000000b5u, - 0x00050084u, 0x00000017u, 0x000010c7u, 0x000010c6u, 0x000000bbu, 0x00040072u, 0x00000129u, 0x000010c8u, - 0x000010c7u, 0x0004007cu, 0x00000008u, 0x000010c9u, 0x000010c8u, 0x00060041u, 0x00000387u, 0x000010cau, - 0x00000392u, 0x000000abu, 0x000010c1u, 0x0003003eu, 0x000010cau, 0x000010c9u, 0x000200f9u, 0x000010cbu, - 0x000200f8u, 0x000010cbu, 0x000300f7u, 0x000010d1u, 0x00000000u, 0x000400fau, 0x000004abu, 0x000010ccu, - 0x000010d1u, 0x000200f8u, 0x000010ccu, 0x000300e1u, 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, - 0x000010cfu, 0x000010b8u, 0x00000378u, 0x00060041u, 0x00000387u, 0x000010d0u, 0x00000384u, 0x000000abu, - 0x000010cfu, 0x0003003eu, 0x000010d0u, 0x000001cfu, 0x000200f9u, 0x000010d1u, 0x000200f8u, 0x000010d1u, - 0x000200f9u, 0x0000115fu, 0x000200f8u, 0x00001096u, 0x000500c7u, 0x00000006u, 0x00001098u, 0x00001076u, - 0x00000379u, 0x00050084u, 0x00000006u, 0x0000109au, 0x0000106du, 0x00000378u, 0x00050080u, 0x00000006u, - 0x0000109cu, 0x00001098u, 0x0000109au, 0x000500c6u, 0x00000006u, 0x0000109eu, 0x0000109cu, 0x000001c4u, - 0x00060041u, 0x00000387u, 0x0000109fu, 0x00000384u, 0x000000abu, 0x0000109eu, 0x0003003eu, 0x0000109fu, - 0x000001eau, 0x000500c7u, 0x00000006u, 0x000010a1u, 0x0000109cu, 0x000001bcu, 0x000500abu, 0x00000034u, - 0x000010a2u, 0x000010a1u, 0x00000198u, 0x000300f7u, 0x000010a9u, 0x00000000u, 0x000400fau, 0x000010a2u, - 0x000010a3u, 0x000010a9u, 0x000200f8u, 0x000010a3u, 0x000500c2u, 0x00000006u, 0x000010a5u, 0x0000109cu, - 0x000001bcu, 0x00050041u, 0x00000046u, 0x000010a6u, 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x000010a7u, 0x000010a6u, 0x00060041u, 0x00000387u, 0x000010a8u, 0x00000392u, 0x000000abu, 0x000010a5u, - 0x0003003eu, 0x000010a8u, 0x000010a7u, 0x000200f9u, 0x000010a9u, 0x000200f8u, 0x000010a9u, 0x000300f7u, - 0x000010afu, 0x00000000u, 0x000400fau, 0x000004abu, 0x000010aau, 0x000010afu, 0x000200f8u, 0x000010aau, - 0x000300e1u, 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, 0x000010adu, 0x0000109eu, 0x00000378u, - 0x00060041u, 0x00000387u, 0x000010aeu, 0x00000384u, 0x000000abu, 0x000010adu, 0x0003003eu, 0x000010aeu, - 0x000001cfu, 0x000200f9u, 0x000010afu, 0x000200f8u, 0x000010afu, 0x000200f9u, 0x0000115fu, 0x000200f8u, - 0x0000115fu, 0x000200f9u, 0x00001160u, 0x000200f8u, 0x00001160u, 0x0004003du, 0x00000006u, 0x0000107du, - 0x00001070u, 0x00050084u, 0x00000006u, 0x0000107eu, 0x00001061u, 0x0000107du, 0x00050080u, 0x00000006u, - 0x0000107fu, 0x00000865u, 0x0000107eu, 0x0004003du, 0x00000006u, 0x00001081u, 0x00001074u, 0x00050080u, - 0x00000006u, 0x00001082u, 0x0000107fu, 0x00001081u, 0x000300f7u, 0x00001181u, 0x00000000u, 0x000400fau, - 0x00000575u, 0x00001162u, 0x00001181u, 0x000200f8u, 0x00001162u, 0x000300f7u, 0x00001180u, 0x00000000u, - 0x000400fau, 0x00001242u, 0x00001164u, 0x00001180u, 0x000200f8u, 0x00001164u, 0x000500c7u, 0x00000006u, - 0x00001166u, 0x00001082u, 0x00000399u, 0x00050084u, 0x00000006u, 0x00001168u, 0x0000106du, 0x0000057fu, - 0x00050080u, 0x00000006u, 0x0000116au, 0x00001166u, 0x00001168u, 0x000500c6u, 0x00000006u, 0x0000116cu, - 0x0000116au, 0x000001bcu, 0x000500c4u, 0x0000000au, 0x0000116eu, 0x0000124fu, 0x0000047fu, 0x000500c2u, - 0x00000008u, 0x00001170u, 0x0000125bu, 0x0000047fu, 0x00040071u, 0x0000000au, 0x00001171u, 0x00001170u, - 0x000500c5u, 0x0000000au, 0x00001172u, 0x0000116eu, 0x00001171u, 0x00060041u, 0x000003a8u, 0x00001173u, - 0x000003a5u, 0x000000abu, 0x0000116cu, 0x0003003eu, 0x00001173u, 0x00001172u, 0x00040071u, 0x0000000au, - 0x00001176u, 0x0000125bu, 0x000500c7u, 0x0000000au, 0x00001177u, 0x00001176u, 0x00000485u, 0x00040071u, - 0x00000008u, 0x00001178u, 0x00001177u, 0x00060041u, 0x00000387u, 0x00001179u, 0x00000392u, 0x000000abu, - 0x0000116au, 0x0003003eu, 0x00001179u, 0x00001178u, 0x000300f7u, 0x0000117fu, 0x00000000u, 0x000400fau, - 0x000004abu, 0x0000117au, 0x0000117fu, 0x000200f8u, 0x0000117au, 0x000300e1u, 0x000001bcu, 0x000004aeu, - 0x00050080u, 0x00000006u, 0x0000117du, 0x0000116cu, 0x00000596u, 0x00060041u, 0x000003a8u, 0x0000117eu, - 0x000003a5u, 0x000000abu, 0x0000117du, 0x0003003eu, 0x0000117eu, 0x0000050eu, 0x000200f9u, 0x0000117fu, - 0x000200f8u, 0x0000117fu, 0x000200f9u, 0x00001180u, 0x000200f8u, 0x00001180u, 0x000200f9u, 0x00001181u, - 0x000200f8u, 0x00001181u, 0x000300f7u, 0x0000108au, 0x00000000u, 0x000400fau, 0x0000063eu, 0x00001086u, - 0x0000108au, 0x000200f8u, 0x00001086u, 0x0004003du, 0x00000074u, 0x00001087u, 0x00000906u, 0x0003003eu, - 0x00001056u, 0x00001087u, 0x00050041u, 0x00000007u, 0x00001186u, 0x00001056u, 0x000001bcu, 0x0004003du, - 0x00000006u, 0x00001187u, 0x00001186u, 0x000500c2u, 0x00000006u, 0x00001188u, 0x00001187u, 0x00000170u, - 0x00050080u, 0x00000006u, 0x0000118au, 0x00001061u, 0x000001c4u, 0x000500c2u, 0x00000006u, 0x0000118bu, - 0x0000118au, 0x00000170u, 0x00050084u, 0x00000006u, 0x0000118cu, 0x00001188u, 0x0000118bu, 0x00050041u, - 0x00000007u, 0x0000118du, 0x00001056u, 0x00000198u, 0x0004003du, 0x00000006u, 0x0000118eu, 0x0000118du, - 0x000500c2u, 0x00000006u, 0x0000118fu, 0x0000118eu, 0x00000170u, 0x00050080u, 0x00000006u, 0x00001190u, - 0x0000118cu, 0x0000118fu, 0x000500c7u, 0x00000074u, 0x00001193u, 0x00001087u, 0x0000168cu, 0x0003003eu, - 0x00001183u, 0x00001193u, 0x000600a9u, 0x00000006u, 0x00001195u, 0x0000123bu, 0x000001bcu, 0x00000198u, - 0x000600a9u, 0x00000006u, 0x00001197u, 0x00001242u, 0x000001bcu, 0x00000198u, 0x00050084u, 0x00000006u, - 0x00001198u, 0x00000170u, 0x00001197u, 0x00050080u, 0x00000006u, 0x00001199u, 0x00001195u, 0x00001198u, - 0x00050041u, 0x00000007u, 0x0000119au, 0x00001183u, 0x00000198u, 0x0004003du, 0x00000006u, 0x0000119bu, - 0x0000119au, 0x00050041u, 0x00000007u, 0x0000119cu, 0x00001183u, 0x000001bcu, 0x0004003du, 0x00000006u, - 0x0000119du, 0x0000119cu, 0x00050084u, 0x00000006u, 0x0000119eu, 0x0000119du, 0x00000420u, 0x00050080u, - 0x00000006u, 0x0000119fu, 0x0000119bu, 0x0000119eu, 0x00050084u, 0x00000006u, 0x000011a0u, 0x00000170u, - 0x0000119fu, 0x000500c4u, 0x00000006u, 0x000011a2u, 0x00001199u, 0x000011a0u, 0x000500abu, 0x00000034u, - 0x000011a4u, 0x000011a2u, 0x00000198u, 0x000300f7u, 0x000011abu, 0x00000000u, 0x000400fau, 0x000011a4u, - 0x000011a5u, 0x000011abu, 0x000200f8u, 0x000011a5u, 0x00050080u, 0x00000006u, 0x000011a7u, 0x000005feu, - 0x00001190u, 0x00060041u, 0x000003f3u, 0x000011a8u, 0x000003f1u, 0x000000abu, 0x000011a7u, 0x000700f1u, - 0x00000006u, 0x000011aau, 0x000011a8u, 0x000001bcu, 0x00000198u, 0x000011a2u, 0x000200f9u, 0x000011abu, - 0x000200f8u, 0x000011abu, 0x000200f9u, 0x0000108au, 0x000200f8u, 0x0000108au, 0x000200f9u, 0x0000108bu, - 0x000200f8u, 0x0000108bu, 0x000200f9u, 0x0000096au, 0x000200f8u, 0x0000096au, 0x000100fdu, 0x00010038u, - 0x07230203u, 0x00010300u, 0x000d000au, 0x000016f8u, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, - 0x00000016u, 0x00020011u, 0x00000027u, 0x00020011u, 0x0000002eu, 0x00020011u, 0x0000003du, 0x00020011u, - 0x0000003fu, 0x00020011u, 0x00000040u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, - 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, - 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0008000fu, - 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x0000082eu, 0x00000839u, 0x000008b5u, 0x00060010u, - 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, 0x000000a6u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x000000a6u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, - 0x000000a6u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000000a6u, 0x00000003u, 0x00000023u, - 0x0000000cu, 0x00050048u, 0x000000a6u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000000a6u, - 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000000a6u, 0x00000006u, 0x00000023u, 0x00000018u, - 0x00050048u, 0x000000a6u, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000000a6u, 0x00000008u, - 0x00000023u, 0x00000020u, 0x00050048u, 0x000000a6u, 0x00000009u, 0x00000023u, 0x00000024u, 0x00050048u, - 0x000000a6u, 0x0000000au, 0x00000023u, 0x00000028u, 0x00050048u, 0x000000a6u, 0x0000000bu, 0x00000023u, - 0x0000002cu, 0x00050048u, 0x000000a6u, 0x0000000cu, 0x00000023u, 0x0000002eu, 0x00050048u, 0x000000a6u, - 0x0000000du, 0x00000023u, 0x0000002fu, 0x00050048u, 0x000000a6u, 0x0000000eu, 0x00000023u, 0x00000030u, - 0x00040047u, 0x000000a7u, 0x00000006u, 0x00000038u, 0x00040048u, 0x000000a8u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x000000a8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000000a8u, 0x00000002u, - 0x00040047u, 0x000000aau, 0x00000022u, 0x00000001u, 0x00040047u, 0x000000aau, 0x00000021u, 0x00000002u, - 0x00050048u, 0x000000e2u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000000e2u, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x000000e2u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x000000e2u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000000e2u, 0x00000004u, 0x00000023u, - 0x0000000du, 0x00050048u, 0x000000e2u, 0x00000005u, 0x00000023u, 0x0000000eu, 0x00050048u, 0x000000e2u, - 0x00000006u, 0x00000023u, 0x0000000fu, 0x00040047u, 0x000000e3u, 0x00000006u, 0x00000010u, 0x00040048u, - 0x000000e4u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000000e4u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000000e4u, 0x00000002u, 0x00040047u, 0x000000e6u, 0x00000022u, 0x00000001u, 0x00040047u, - 0x000000e6u, 0x00000021u, 0x00000005u, 0x00040047u, 0x00000251u, 0x00000022u, 0x00000001u, 0x00040047u, - 0x00000251u, 0x00000021u, 0x0000000au, 0x00040047u, 0x00000372u, 0x00000001u, 0x00000001u, 0x00040047u, - 0x00000378u, 0x00000001u, 0x00000000u, 0x00040047u, 0x00000381u, 0x00000006u, 0x00000001u, 0x00050048u, - 0x00000382u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000382u, 0x00000002u, 0x00040047u, - 0x00000384u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000384u, 0x00000021u, 0x00000000u, 0x00040047u, - 0x0000038fu, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000390u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000390u, 0x00000002u, 0x00040047u, 0x00000392u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x00000392u, 0x00000021u, 0x00000001u, 0x00040047u, 0x000003a2u, 0x00000006u, 0x00000002u, 0x00050048u, - 0x000003a3u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000003a3u, 0x00000002u, 0x00040047u, - 0x000003a5u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000003a5u, 0x00000021u, 0x00000000u, 0x00040047u, - 0x000003eeu, 0x00000006u, 0x00000004u, 0x00050048u, 0x000003efu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x000003efu, 0x00000002u, 0x00040047u, 0x000003f1u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x000003f1u, 0x00000021u, 0x00000000u, 0x00040047u, 0x000004a6u, 0x00000001u, 0x00000007u, 0x00040047u, - 0x00000574u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000743u, 0x00000006u, 0x00000001u, 0x00050048u, - 0x00000744u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000744u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x00000744u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, 0x00000745u, - 0x00000006u, 0x00000010u, 0x00040048u, 0x00000746u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000746u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000746u, 0x00000002u, 0x00040047u, 0x00000748u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00000748u, 0x00000021u, 0x00000006u, 0x00040047u, 0x0000082eu, - 0x0000000bu, 0x0000001cu, 0x00040047u, 0x00000839u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x00000842u, - 0x00000001u, 0x00000006u, 0x00040047u, 0x00000843u, 0x00000001u, 0x00000003u, 0x00040047u, 0x00000844u, - 0x00000001u, 0x00000004u, 0x00040047u, 0x00000845u, 0x0000000bu, 0x00000019u, 0x00040047u, 0x0000084du, - 0x00000001u, 0x00000005u, 0x00040047u, 0x00000852u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000853u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x00000853u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x00000853u, 0x00000002u, 0x00040047u, 0x00000855u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00000855u, - 0x00000021u, 0x0000000cu, 0x00050048u, 0x00000859u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000859u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000859u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x00000859u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000859u, - 0x00000004u, 0x00000023u, 0x00000010u, 0x00030047u, 0x00000859u, 0x00000002u, 0x00040047u, 0x00000886u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x00000887u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000887u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000887u, 0x00000002u, 0x00040047u, 0x00000889u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000889u, 0x00000021u, 0x00000007u, 0x00040047u, 0x00000890u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x00000891u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000891u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000891u, 0x00000002u, 0x00040047u, 0x00000893u, - 0x00000022u, 0x00000001u, 0x00040047u, 0x00000893u, 0x00000021u, 0x0000000bu, 0x00040047u, 0x000008b5u, - 0x0000000bu, 0x0000001du, 0x00040047u, 0x000008b9u, 0x00000006u, 0x00000001u, 0x00040048u, 0x000008bau, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008bau, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008bau, 0x00000002u, 0x00040047u, 0x000008bcu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000008bcu, - 0x00000021u, 0x00000006u, 0x00040047u, 0x000008d8u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000008d9u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008d9u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008d9u, 0x00000002u, 0x00040047u, 0x000008dbu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000008dbu, - 0x00000021u, 0x00000003u, 0x00040047u, 0x000008e6u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000008e7u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008e7u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008e7u, 0x00000002u, 0x00040047u, 0x000008e9u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000008e9u, - 0x00000021u, 0x00000003u, 0x00040047u, 0x000008f4u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000008f5u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008f5u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008f5u, 0x00000002u, 0x00040047u, 0x000008f7u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000008f7u, - 0x00000021u, 0x00000004u, 0x00040047u, 0x000008fdu, 0x00000006u, 0x00000001u, 0x00040048u, 0x000008feu, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000008feu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000008feu, 0x00000002u, 0x00040047u, 0x00000900u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000900u, - 0x00000021u, 0x00000005u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, - 0x00000006u, 0x00000020u, 0x00000000u, 0x00040020u, 0x00000007u, 0x00000007u, 0x00000006u, 0x00040015u, - 0x00000008u, 0x00000008u, 0x00000000u, 0x00040017u, 0x00000009u, 0x00000008u, 0x00000004u, 0x00040015u, - 0x0000000au, 0x00000010u, 0x00000000u, 0x00040015u, 0x0000000bu, 0x00000010u, 0x00000001u, 0x00040017u, - 0x0000000cu, 0x0000000bu, 0x00000004u, 0x00040015u, 0x00000017u, 0x00000020u, 0x00000001u, 0x00040017u, - 0x00000018u, 0x00000017u, 0x00000003u, 0x00040020u, 0x0000001au, 0x00000007u, 0x00000017u, 0x00040017u, - 0x0000001bu, 0x00000008u, 0x00000003u, 0x00040020u, 0x00000033u, 0x00000007u, 0x00000009u, 0x00020014u, - 0x00000034u, 0x00040017u, 0x00000036u, 0x00000008u, 0x00000002u, 0x00040020u, 0x00000037u, 0x00000007u, - 0x00000036u, 0x00040020u, 0x00000046u, 0x00000007u, 0x00000008u, 0x00040017u, 0x00000074u, 0x00000006u, - 0x00000002u, 0x00040020u, 0x00000075u, 0x00000007u, 0x00000074u, 0x0011001eu, 0x000000a6u, 0x00000009u, - 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, - 0x00000009u, 0x00000006u, 0x0000000au, 0x00000008u, 0x00000008u, 0x0000000cu, 0x0003001du, 0x000000a7u, - 0x000000a6u, 0x0003001eu, 0x000000a8u, 0x000000a7u, 0x00040020u, 0x000000a9u, 0x0000000cu, 0x000000a8u, - 0x0004003bu, 0x000000a9u, 0x000000aau, 0x0000000cu, 0x0004002bu, 0x00000017u, 0x000000abu, 0x00000000u, - 0x00040020u, 0x000000adu, 0x0000000cu, 0x000000a6u, 0x0004002bu, 0x00000017u, 0x000000b5u, 0x00000001u, - 0x0004002bu, 0x00000017u, 0x000000b8u, 0x00000002u, 0x0004002bu, 0x00000017u, 0x000000bbu, 0x00000003u, - 0x0004002bu, 0x00000017u, 0x000000beu, 0x00000004u, 0x0004002bu, 0x00000017u, 0x000000c1u, 0x00000005u, - 0x0004002bu, 0x00000017u, 0x000000c4u, 0x00000006u, 0x0004002bu, 0x00000017u, 0x000000c7u, 0x00000007u, - 0x0004002bu, 0x00000017u, 0x000000cau, 0x00000008u, 0x0004002bu, 0x00000017u, 0x000000cdu, 0x00000009u, - 0x0004002bu, 0x00000017u, 0x000000d0u, 0x0000000au, 0x0004002bu, 0x00000017u, 0x000000d3u, 0x0000000bu, - 0x0009001eu, 0x000000e2u, 0x00000009u, 0x00000009u, 0x00000006u, 0x00000008u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x0003001du, 0x000000e3u, 0x000000e2u, 0x0003001eu, 0x000000e4u, 0x000000e3u, 0x00040020u, - 0x000000e5u, 0x0000000cu, 0x000000e4u, 0x0004003bu, 0x000000e5u, 0x000000e6u, 0x0000000cu, 0x00040020u, - 0x000000e8u, 0x0000000cu, 0x000000e2u, 0x0006002cu, 0x00000018u, 0x00000101u, 0x000000abu, 0x000000bbu, - 0x000000c4u, 0x0004002bu, 0x00000017u, 0x00000107u, 0x000000f8u, 0x0004002bu, 0x00000017u, 0x0000010cu, - 0x000000ffu, 0x0006002cu, 0x00000018u, 0x0000010du, 0x0000010cu, 0x0000010cu, 0x0000010cu, 0x0004002bu, - 0x00000017u, 0x0000010fu, 0x000000f7u, 0x0006002cu, 0x00000018u, 0x00000110u, 0x0000010fu, 0x0000010fu, - 0x0000010fu, 0x00040017u, 0x00000111u, 0x00000034u, 0x00000003u, 0x0004002bu, 0x00000017u, 0x0000011au, - 0x0000001fu, 0x00040015u, 0x00000129u, 0x00000008u, 0x00000001u, 0x00040017u, 0x0000012au, 0x00000129u, - 0x00000003u, 0x0004002bu, 0x00000017u, 0x00000138u, 0x000007ffu, 0x0004002bu, 0x00000017u, 0x0000013fu, - 0x00040000u, 0x0004002bu, 0x00000017u, 0x0000014bu, 0x0003ffffu, 0x0004002bu, 0x00000017u, 0x00000150u, - 0x00000011u, 0x0004002bu, 0x00000006u, 0x00000170u, 0x00000002u, 0x00040020u, 0x0000017au, 0x00000007u, - 0x0000001bu, 0x0004002bu, 0x00000006u, 0x00000198u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x000001bcu, - 0x00000001u, 0x0004002bu, 0x00000006u, 0x000001c4u, 0x00000003u, 0x0004002bu, 0x00000008u, 0x000001cfu, - 0x000000ffu, 0x0004002bu, 0x00000008u, 0x000001eau, 0x00000000u, 0x0004002bu, 0x00000008u, 0x00000201u, - 0x00000003u, 0x0004002bu, 0x00000008u, 0x00000211u, 0x0000003cu, 0x00040017u, 0x00000218u, 0x0000000bu, - 0x00000003u, 0x00040020u, 0x00000219u, 0x00000007u, 0x00000218u, 0x00040017u, 0x0000021cu, 0x0000000au, - 0x00000003u, 0x0004002bu, 0x0000000bu, 0x0000022au, 0x00000001u, 0x0004002bu, 0x0000000bu, 0x00000236u, - 0x00000005u, 0x0004002bu, 0x0000000bu, 0x00000247u, 0x00000002u, 0x0004002bu, 0x0000000bu, 0x0000024bu, - 0x000007ffu, 0x00090019u, 0x0000024fu, 0x00000006u, 0x00000005u, 0x00000000u, 0x00000000u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00040020u, 0x00000250u, 0x00000000u, 0x0000024fu, 0x0004003bu, 0x00000250u, - 0x00000251u, 0x00000000u, 0x00040020u, 0x00000255u, 0x00000007u, 0x0000000bu, 0x00040017u, 0x0000025au, - 0x00000006u, 0x00000004u, 0x0004002bu, 0x00000017u, 0x00000296u, 0x0000000fu, 0x0003002au, 0x00000034u, - 0x00000299u, 0x0004002bu, 0x00000017u, 0x000002b1u, 0x00008000u, 0x0004002bu, 0x00000017u, 0x000002b7u, - 0x00000010u, 0x00030029u, 0x00000034u, 0x000002bcu, 0x0004002bu, 0x00000017u, 0x000002bdu, 0x0000ffffu, - 0x00040032u, 0x00000017u, 0x00000372u, 0x00000000u, 0x00040032u, 0x00000006u, 0x00000378u, 0x00000000u, - 0x00060034u, 0x00000006u, 0x00000379u, 0x00000082u, 0x00000378u, 0x000001bcu, 0x0003001du, 0x00000381u, - 0x00000008u, 0x0003001eu, 0x00000382u, 0x00000381u, 0x00040020u, 0x00000383u, 0x0000000cu, 0x00000382u, - 0x0004003bu, 0x00000383u, 0x00000384u, 0x0000000cu, 0x00040020u, 0x00000387u, 0x0000000cu, 0x00000008u, - 0x0003001du, 0x0000038fu, 0x00000008u, 0x0003001eu, 0x00000390u, 0x0000038fu, 0x00040020u, 0x00000391u, - 0x0000000cu, 0x00000390u, 0x0004003bu, 0x00000391u, 0x00000392u, 0x0000000cu, 0x00060034u, 0x00000006u, - 0x00000399u, 0x000000c2u, 0x00000379u, 0x000001bcu, 0x00060034u, 0x00000006u, 0x0000039du, 0x000000c2u, - 0x00000378u, 0x000000b5u, 0x0003001du, 0x000003a2u, 0x0000000au, 0x0003001eu, 0x000003a3u, 0x000003a2u, - 0x00040020u, 0x000003a4u, 0x0000000cu, 0x000003a3u, 0x0004003bu, 0x000003a4u, 0x000003a5u, 0x0000000cu, - 0x00040020u, 0x000003a8u, 0x0000000cu, 0x0000000au, 0x00040017u, 0x000003acu, 0x00000006u, 0x00000003u, - 0x0004002bu, 0x00000006u, 0x000003b0u, 0x00000008u, 0x0004002bu, 0x00000006u, 0x000003b7u, 0x000000f8u, - 0x0004002bu, 0x00000008u, 0x000003bfu, 0x00000005u, 0x00060034u, 0x00000006u, 0x000003ceu, 0x000000c2u, - 0x00000378u, 0x000000b5u, 0x0004002bu, 0x00000006u, 0x000003ddu, 0x000000ffu, 0x00060034u, 0x00000006u, - 0x000003e5u, 0x000000c2u, 0x00000379u, 0x00000170u, 0x00060034u, 0x00000006u, 0x000003e9u, 0x000000c2u, - 0x00000378u, 0x000000b8u, 0x0003001du, 0x000003eeu, 0x00000006u, 0x0003001eu, 0x000003efu, 0x000003eeu, - 0x00040020u, 0x000003f0u, 0x0000000cu, 0x000003efu, 0x0004003bu, 0x000003f0u, 0x000003f1u, 0x0000000cu, - 0x00040020u, 0x000003f3u, 0x0000000cu, 0x00000006u, 0x0004002bu, 0x00000006u, 0x000003f8u, 0x00000018u, - 0x0004002bu, 0x00000006u, 0x000003f9u, 0x00000010u, 0x0007002cu, 0x0000025au, 0x000003fau, 0x000003f8u, - 0x000003f9u, 0x000003b0u, 0x00000198u, 0x0007002cu, 0x0000025au, 0x000003fcu, 0x000003ddu, 0x000003ddu, - 0x000003ddu, 0x000003ddu, 0x0004002bu, 0x00000008u, 0x0000040bu, 0x00000008u, 0x0004002bu, 0x00000006u, - 0x00000413u, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000420u, 0x00000004u, 0x0004002bu, 0x00000006u, - 0x0000044du, 0x0000000au, 0x0004002bu, 0x00000006u, 0x00000453u, 0x00000005u, 0x0004002bu, 0x00000006u, - 0x0000045eu, 0x00000007u, 0x00060034u, 0x00000006u, 0x00000475u, 0x000000c2u, 0x00000378u, 0x000000b5u, - 0x0004002bu, 0x0000000au, 0x0000047fu, 0x00000002u, 0x0004002bu, 0x0000000au, 0x00000485u, 0x00000003u, - 0x00040032u, 0x00000017u, 0x000004a6u, 0x00000000u, 0x00060034u, 0x00000017u, 0x000004a7u, 0x000000c7u, - 0x000004a6u, 0x000000b5u, 0x00060034u, 0x00000034u, 0x000004a8u, 0x000000abu, 0x000004a7u, 0x000000abu, - 0x00060034u, 0x00000017u, 0x000004a9u, 0x000000c3u, 0x000004a6u, 0x000000b5u, 0x00060034u, 0x00000034u, - 0x000004aau, 0x000000aau, 0x000004a9u, 0x000000abu, 0x00060034u, 0x00000034u, 0x000004abu, 0x000000a7u, - 0x000004a8u, 0x000004aau, 0x0004002bu, 0x00000006u, 0x000004aeu, 0x00000048u, 0x00060034u, 0x00000006u, - 0x000004d9u, 0x000000c2u, 0x00000378u, 0x000000b5u, 0x00040020u, 0x000004ddu, 0x00000007u, 0x0000025au, - 0x00060034u, 0x00000006u, 0x0000050cu, 0x000000c2u, 0x00000378u, 0x000001bcu, 0x0004002bu, 0x0000000au, - 0x0000050eu, 0x0000ffffu, 0x00060034u, 0x00000006u, 0x00000514u, 0x000000c2u, 0x00000378u, 0x000000b5u, - 0x00060034u, 0x00000006u, 0x00000533u, 0x000000c2u, 0x00000378u, 0x000001bcu, 0x00060034u, 0x00000006u, - 0x0000053au, 0x000000c2u, 0x00000378u, 0x000000b8u, 0x00060034u, 0x00000006u, 0x0000056eu, 0x000000c2u, - 0x00000378u, 0x00000170u, 0x0004002bu, 0x00000006u, 0x00000570u, 0xffffffffu, 0x00030031u, 0x00000034u, - 0x00000574u, 0x00050034u, 0x00000034u, 0x00000575u, 0x000000a8u, 0x00000574u, 0x00060034u, 0x00000006u, - 0x0000057fu, 0x000000c2u, 0x00000378u, 0x000000b5u, 0x00060034u, 0x00000006u, 0x00000596u, 0x000000c2u, - 0x00000378u, 0x000001bcu, 0x00040017u, 0x0000059du, 0x00000034u, 0x00000002u, 0x00060034u, 0x00000017u, - 0x000005a4u, 0x000000c4u, 0x000000b5u, 0x000004a9u, 0x00060034u, 0x00000017u, 0x000005a5u, 0x00000082u, - 0x000005a4u, 0x000000b5u, 0x00060034u, 0x00000006u, 0x000005a6u, 0x00000080u, 0x000005a5u, 0x00000198u, - 0x00040017u, 0x000005aau, 0x00000017u, 0x00000002u, 0x00060034u, 0x00000006u, 0x000005b0u, 0x00000080u, - 0x000005a4u, 0x00000198u, 0x00060034u, 0x00000017u, 0x00000608u, 0x00000084u, 0x000005a4u, 0x000005a4u, - 0x00060034u, 0x00000006u, 0x00000609u, 0x00000080u, 0x00000608u, 0x00000198u, 0x00060034u, 0x00000006u, - 0x0000060au, 0x000000c2u, 0x00000378u, 0x000000b8u, 0x00060034u, 0x00000006u, 0x0000060bu, 0x00000084u, - 0x00000609u, 0x0000060au, 0x00060034u, 0x00000017u, 0x0000061fu, 0x00000082u, 0x000005a4u, 0x000000b5u, - 0x00060034u, 0x00000006u, 0x00000620u, 0x00000080u, 0x0000061fu, 0x00000198u, 0x00060034u, 0x00000006u, - 0x00000629u, 0x00000080u, 0x000005a4u, 0x00000198u, 0x00060034u, 0x00000034u, 0x0000064bu, 0x000000abu, - 0x000004a9u, 0x000000abu, 0x00060034u, 0x00000034u, 0x0000064cu, 0x000000a7u, 0x000004a8u, 0x0000064bu, - 0x0004002bu, 0x00000008u, 0x0000065bu, 0x000000e0u, 0x0006002cu, 0x0000001bu, 0x00000666u, 0x000001eau, - 0x000001eau, 0x000001eau, 0x0004002bu, 0x00000008u, 0x0000066du, 0x000000f8u, 0x00060034u, 0x00000034u, - 0x00000680u, 0x000000aau, 0x00000372u, 0x000000abu, 0x0007002cu, 0x00000009u, 0x00000691u, 0x000001eau, - 0x000001eau, 0x000001eau, 0x000001eau, 0x0004002bu, 0x00000006u, 0x000006aau, 0x000000e0u, 0x0004002bu, - 0x00000006u, 0x00000705u, 0x0000ffffu, 0x0004002bu, 0x00000017u, 0x00000735u, 0x000001ffu, 0x0004001cu, - 0x00000743u, 0x00000008u, 0x000003b0u, 0x0005001eu, 0x00000744u, 0x00000009u, 0x00000009u, 0x00000743u, - 0x0003001du, 0x00000745u, 0x00000744u, 0x0003001eu, 0x00000746u, 0x00000745u, 0x00040020u, 0x00000747u, - 0x0000000cu, 0x00000746u, 0x0004003bu, 0x00000747u, 0x00000748u, 0x0000000cu, 0x0004002bu, 0x00000006u, - 0x0000076cu, 0x00000020u, 0x0004002bu, 0x00000006u, 0x00000772u, 0x00000040u, 0x0004002bu, 0x00000006u, - 0x00000778u, 0x00000080u, 0x0004002bu, 0x00000006u, 0x0000077eu, 0x00000100u, 0x00040020u, 0x0000082du, - 0x00000001u, 0x000003acu, 0x0004003bu, 0x0000082du, 0x0000082eu, 0x00000001u, 0x00040020u, 0x0000082fu, - 0x00000001u, 0x00000006u, 0x00040020u, 0x00000837u, 0x00000007u, 0x000005aau, 0x0004003bu, 0x0000082du, - 0x00000839u, 0x00000001u, 0x00040032u, 0x00000017u, 0x00000842u, 0x00000400u, 0x00040032u, 0x00000006u, - 0x00000843u, 0x00000001u, 0x00040032u, 0x00000006u, 0x00000844u, 0x00000001u, 0x00060033u, 0x000003acu, - 0x00000845u, 0x00000843u, 0x00000844u, 0x000001bcu, 0x00060034u, 0x00000006u, 0x00000846u, 0x00000051u, - 0x00000845u, 0x00000000u, 0x00060034u, 0x00000017u, 0x00000847u, 0x00000080u, 0x00000846u, 0x00000198u, - 0x00060034u, 0x00000017u, 0x00000848u, 0x00000087u, 0x00000842u, 0x00000847u, 0x00040032u, 0x00000017u, - 0x0000084du, 0x00000100u, 0x0004002bu, 0x00000017u, 0x0000084eu, 0x00000020u, 0x00060034u, 0x00000017u, - 0x0000084fu, 0x00000087u, 0x0000084du, 0x0000084eu, 0x0003001du, 0x00000852u, 0x00000006u, 0x0003001eu, - 0x00000853u, 0x00000852u, 0x00040020u, 0x00000854u, 0x0000000cu, 0x00000853u, 0x0004003bu, 0x00000854u, - 0x00000855u, 0x0000000cu, 0x0007001eu, 0x00000859u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, - 0x00000006u, 0x00040020u, 0x0000085au, 0x00000009u, 0x00000859u, 0x0004003bu, 0x0000085au, 0x0000085bu, - 0x00000009u, 0x00040020u, 0x0000085cu, 0x00000009u, 0x00000006u, 0x0003001du, 0x00000886u, 0x00000006u, - 0x0003001eu, 0x00000887u, 0x00000886u, 0x00040020u, 0x00000888u, 0x0000000cu, 0x00000887u, 0x0004003bu, - 0x00000888u, 0x00000889u, 0x0000000cu, 0x0003001du, 0x00000890u, 0x00000006u, 0x0003001eu, 0x00000891u, - 0x00000890u, 0x00040020u, 0x00000892u, 0x0000000cu, 0x00000891u, 0x0004003bu, 0x00000892u, 0x00000893u, - 0x0000000cu, 0x00060034u, 0x00000006u, 0x000008b1u, 0x00000051u, 0x00000845u, 0x00000000u, 0x00060034u, - 0x00000006u, 0x000008b2u, 0x00000051u, 0x00000845u, 0x00000001u, 0x00060034u, 0x00000006u, 0x000008b3u, - 0x00000084u, 0x000008b1u, 0x000008b2u, 0x0004003bu, 0x0000082fu, 0x000008b5u, 0x00000001u, 0x0003001du, - 0x000008b9u, 0x00000129u, 0x0003001eu, 0x000008bau, 0x000008b9u, 0x00040020u, 0x000008bbu, 0x0000000cu, - 0x000008bau, 0x0004003bu, 0x000008bbu, 0x000008bcu, 0x0000000cu, 0x00040020u, 0x000008beu, 0x0000000cu, - 0x00000129u, 0x0004002bu, 0x00000017u, 0x000008c7u, 0x00000040u, 0x0003001du, 0x000008d8u, 0x00000006u, - 0x0003001eu, 0x000008d9u, 0x000008d8u, 0x00040020u, 0x000008dau, 0x0000000cu, 0x000008d9u, 0x0004003bu, - 0x000008dau, 0x000008dbu, 0x0000000cu, 0x0003001du, 0x000008e6u, 0x00000009u, 0x0003001eu, 0x000008e7u, - 0x000008e6u, 0x00040020u, 0x000008e8u, 0x0000000cu, 0x000008e7u, 0x0004003bu, 0x000008e8u, 0x000008e9u, - 0x0000000cu, 0x00040020u, 0x000008ebu, 0x0000000cu, 0x00000009u, 0x0003001du, 0x000008f4u, 0x00000017u, - 0x0003001eu, 0x000008f5u, 0x000008f4u, 0x00040020u, 0x000008f6u, 0x0000000cu, 0x000008f5u, 0x0004003bu, - 0x000008f6u, 0x000008f7u, 0x0000000cu, 0x00040020u, 0x000008f9u, 0x0000000cu, 0x00000017u, 0x0003001du, - 0x000008fdu, 0x00000008u, 0x0003001eu, 0x000008feu, 0x000008fdu, 0x00040020u, 0x000008ffu, 0x0000000cu, - 0x000008feu, 0x0004003bu, 0x000008ffu, 0x00000900u, 0x0000000cu, 0x00030001u, 0x0000000au, 0x0000126du, - 0x00030001u, 0x00000008u, 0x00001279u, 0x00030001u, 0x0000001bu, 0x0000129bu, 0x00030001u, 0x00000006u, - 0x000013c4u, 0x0006002cu, 0x000003acu, 0x000016a9u, 0x000003b7u, 0x000003b7u, 0x000003b7u, 0x0005002cu, - 0x00000074u, 0x000016aau, 0x000001c4u, 0x000001c4u, 0x0006002cu, 0x0000001bu, 0x000016abu, 0x0000066du, - 0x0000066du, 0x0000066du, 0x0006002cu, 0x00000018u, 0x000016acu, 0x000000c7u, 0x000000c7u, 0x000000c7u, - 0x0006002cu, 0x00000018u, 0x000016adu, 0x00000107u, 0x00000107u, 0x00000107u, 0x0006002cu, 0x00000018u, - 0x000016aeu, 0x000000cau, 0x000000cau, 0x000000cau, 0x0006002cu, 0x00000018u, 0x000016afu, 0x0000011au, - 0x0000011au, 0x0000011au, 0x0006002cu, 0x00000218u, 0x000016b0u, 0x00000236u, 0x00000236u, 0x00000236u, - 0x0006002cu, 0x0000001bu, 0x000016b1u, 0x000001cfu, 0x000001cfu, 0x000001cfu, 0x0006002cu, 0x00000218u, - 0x000016b2u, 0x00000247u, 0x00000247u, 0x00000247u, 0x0006002cu, 0x00000218u, 0x000016b3u, 0x0000024bu, - 0x0000024bu, 0x0000024bu, 0x00030001u, 0x0000001bu, 0x000016c1u, 0x00040017u, 0x000016f2u, 0x00000034u, - 0x00000004u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, - 0x0004003bu, 0x00000033u, 0x00001235u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00001234u, 0x00000007u, - 0x0004003bu, 0x00000033u, 0x00001233u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00001227u, 0x00000007u, - 0x0004003bu, 0x00000033u, 0x00001226u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00001225u, 0x00000007u, - 0x0004003bu, 0x00000033u, 0x0000120cu, 0x00000007u, 0x0004003bu, 0x00000033u, 0x0000038bu, 0x00000007u, - 0x0004003bu, 0x00000075u, 0x00001191u, 0x00000007u, 0x0004003bu, 0x000004ddu, 0x0000109au, 0x00000007u, - 0x0004003bu, 0x00000075u, 0x0000109du, 0x00000007u, 0x0004003bu, 0x000004ddu, 0x0000109fu, 0x00000007u, - 0x0004003bu, 0x00000075u, 0x0000105du, 0x00000007u, 0x0004003bu, 0x00000075u, 0x00001064u, 0x00000007u, - 0x0004003bu, 0x00000075u, 0x00001024u, 0x00000007u, 0x0004003bu, 0x0000017au, 0x00000eb0u, 0x00000007u, - 0x0004003bu, 0x00000219u, 0x00000eb3u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00000b9au, 0x00000007u, - 0x0004003bu, 0x00000037u, 0x00000baeu, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00000bb2u, 0x00000007u, - 0x0004003bu, 0x00000037u, 0x00000bb7u, 0x00000007u, 0x0004003bu, 0x00000033u, 0x00000bbbu, 0x00000007u, - 0x0004003bu, 0x00000037u, 0x00000bc0u, 0x00000007u, 0x0004003bu, 0x00000075u, 0x00000b50u, 0x00000007u, - 0x0004003bu, 0x00000075u, 0x00000ad3u, 0x00000007u, 0x0004003bu, 0x00000075u, 0x00000980u, 0x00000007u, - 0x0004003bu, 0x00000837u, 0x00000838u, 0x00000007u, 0x0004003bu, 0x00000075u, 0x00000865u, 0x00000007u, - 0x0004003bu, 0x00000075u, 0x00000914u, 0x00000007u, 0x000300f7u, 0x00000978u, 0x00000000u, 0x000300fbu, - 0x00000198u, 0x00000979u, 0x000200f8u, 0x00000979u, 0x0004003du, 0x000003acu, 0x0000083au, 0x00000839u, - 0x0007004fu, 0x00000074u, 0x0000083bu, 0x0000083au, 0x0000083au, 0x00000000u, 0x00000001u, 0x0004007cu, - 0x000005aau, 0x0000083cu, 0x0000083bu, 0x0003003eu, 0x00000838u, 0x0000083cu, 0x00050041u, 0x0000001au, - 0x0000083eu, 0x00000838u, 0x00000198u, 0x0004003du, 0x00000017u, 0x0000083fu, 0x0000083eu, 0x00050041u, - 0x0000001au, 0x00000840u, 0x00000838u, 0x000001bcu, 0x0004003du, 0x00000017u, 0x00000841u, 0x00000840u, - 0x00050084u, 0x00000017u, 0x00000849u, 0x00000841u, 0x00000848u, 0x00050080u, 0x00000017u, 0x0000084au, - 0x0000083fu, 0x00000849u, 0x00050084u, 0x00000017u, 0x00000850u, 0x0000084au, 0x0000084fu, 0x00060041u, - 0x000003f3u, 0x00000857u, 0x00000855u, 0x000000abu, 0x0000084au, 0x0004003du, 0x00000006u, 0x00000858u, - 0x00000857u, 0x00050041u, 0x0000085cu, 0x0000085du, 0x0000085bu, 0x000000beu, 0x0004003du, 0x00000006u, - 0x0000085eu, 0x0000085du, 0x000500c7u, 0x00000006u, 0x0000085fu, 0x00000858u, 0x0000085eu, 0x000500aau, - 0x00000034u, 0x00000861u, 0x0000085fu, 0x00000198u, 0x000300f7u, 0x00000863u, 0x00000000u, 0x000400fau, - 0x00000861u, 0x00000862u, 0x00000863u, 0x000200f8u, 0x00000862u, 0x000200f9u, 0x00000978u, 0x000200f8u, - 0x00000863u, 0x0004003du, 0x000003acu, 0x00000866u, 0x0000082eu, 0x0007004fu, 0x00000074u, 0x00000867u, - 0x00000866u, 0x00000866u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00000865u, 0x00000867u, 0x00050041u, - 0x0000085cu, 0x00000869u, 0x0000085bu, 0x000000b8u, 0x0004003du, 0x00000006u, 0x0000086au, 0x00000869u, - 0x00050041u, 0x0000085cu, 0x0000086cu, 0x0000085bu, 0x000000bbu, 0x0004003du, 0x00000006u, 0x0000086du, - 0x0000086cu, 0x00050041u, 0x0000085cu, 0x0000086fu, 0x0000085bu, 0x000000abu, 0x0004003du, 0x00000006u, - 0x00000870u, 0x0000086fu, 0x00050041u, 0x0000085cu, 0x00000872u, 0x0000085bu, 0x000000b5u, 0x0004003du, - 0x00000006u, 0x00000873u, 0x00000872u, 0x00050050u, 0x00000074u, 0x0000098bu, 0x0000086au, 0x0000086du, - 0x000500b0u, 0x0000059du, 0x0000098cu, 0x00000867u, 0x0000098bu, 0x0004009bu, 0x00000034u, 0x0000098du, - 0x0000098cu, 0x000300f7u, 0x000009b6u, 0x00000000u, 0x000400fau, 0x0000098du, 0x0000098eu, 0x000009b6u, - 0x000200f8u, 0x0000098eu, 0x0004003du, 0x00000074u, 0x0000098fu, 0x00000865u, 0x00050050u, 0x00000074u, - 0x00000990u, 0x000005a6u, 0x000005a6u, 0x000500c7u, 0x00000074u, 0x00000991u, 0x0000098fu, 0x00000990u, - 0x0003003eu, 0x00000980u, 0x00000991u, 0x00050050u, 0x000005aau, 0x00000993u, 0x000004a9u, 0x000004a9u, - 0x000500c2u, 0x00000074u, 0x00000994u, 0x0000098fu, 0x00000993u, 0x0003003eu, 0x00000865u, 0x00000994u, - 0x00050041u, 0x00000007u, 0x00000995u, 0x00000980u, 0x000001bcu, 0x0004003du, 0x00000006u, 0x00000996u, - 0x00000995u, 0x00050084u, 0x00000006u, 0x00000997u, 0x00000996u, 0x000005b0u, 0x00050041u, 0x00000007u, - 0x00000998u, 0x00000980u, 0x00000198u, 0x0004003du, 0x00000006u, 0x00000999u, 0x00000998u, 0x00050080u, - 0x00000006u, 0x0000099au, 0x00000997u, 0x00000999u, 0x000500c2u, 0x00000006u, 0x0000099du, 0x0000086au, - 0x000004a9u, 0x00050041u, 0x00000007u, 0x0000099eu, 0x00000865u, 0x000001bcu, 0x0004003du, 0x00000006u, - 0x0000099fu, 0x0000099eu, 0x00050084u, 0x00000006u, 0x000009a0u, 0x0000099du, 0x0000099fu, 0x00050080u, - 0x00000006u, 0x000009a1u, 0x00000870u, 0x000009a0u, 0x00050041u, 0x00000007u, 0x000009a2u, 0x00000865u, - 0x00000198u, 0x0004003du, 0x00000006u, 0x000009a3u, 0x000009a2u, 0x00050080u, 0x00000006u, 0x000009a4u, - 0x000009a1u, 0x000009a3u, 0x000300f7u, 0x00000a1au, 0x00000000u, 0x000d00fbu, 0x00000372u, 0x00000a1au, - 0x00000000u, 0x000009bdu, 0x00000001u, 0x000009bdu, 0x00000002u, 0x000009d0u, 0x00000003u, 0x000009f4u, - 0x00000004u, 0x00000a0bu, 0x000200f8u, 0x00000a0bu, 0x000500c7u, 0x00000006u, 0x00000a0du, 0x000009a4u, - 0x000003e5u, 0x00050084u, 0x00000006u, 0x00000a0fu, 0x0000099au, 0x000003e9u, 0x00050080u, 0x00000006u, - 0x00000a11u, 0x00000a0du, 0x00000a0fu, 0x00060041u, 0x000003f3u, 0x00000a13u, 0x000003f1u, 0x000000abu, - 0x00000a11u, 0x0004003du, 0x00000006u, 0x00000a14u, 0x00000a13u, 0x00070050u, 0x0000025au, 0x00000a16u, - 0x00000a14u, 0x00000a14u, 0x00000a14u, 0x00000a14u, 0x000500c2u, 0x0000025au, 0x00000a17u, 0x00000a16u, - 0x000003fau, 0x000500c7u, 0x0000025au, 0x00000a18u, 0x00000a17u, 0x000003fcu, 0x00040071u, 0x00000009u, - 0x00000a19u, 0x00000a18u, 0x0003003eu, 0x0000038bu, 0x00000a19u, 0x000200f9u, 0x00000a1au, 0x000200f8u, - 0x000009f4u, 0x000500c7u, 0x00000006u, 0x000009f6u, 0x000009a4u, 0x00000399u, 0x00050084u, 0x00000006u, - 0x000009f8u, 0x0000099au, 0x000003ceu, 0x00050080u, 0x00000006u, 0x000009fau, 0x000009f6u, 0x000009f8u, - 0x000500c6u, 0x00000006u, 0x000009fcu, 0x000009fau, 0x000001bcu, 0x00060041u, 0x000003a8u, 0x000009fdu, - 0x000003a5u, 0x000000abu, 0x000009fcu, 0x0004003du, 0x0000000au, 0x000009feu, 0x000009fdu, 0x00040071u, - 0x00000006u, 0x000009ffu, 0x000009feu, 0x000500c2u, 0x00000006u, 0x00000a01u, 0x000009ffu, 0x000003b0u, - 0x00040071u, 0x00000008u, 0x00000a02u, 0x00000a01u, 0x000500c7u, 0x00000006u, 0x00000a05u, 0x000009ffu, - 0x000003ddu, 0x00040071u, 0x00000008u, 0x00000a06u, 0x00000a05u, 0x00070050u, 0x00000009u, 0x00000a0au, - 0x00000a02u, 0x00000a02u, 0x00000a02u, 0x00000a06u, 0x0003003eu, 0x0000038bu, 0x00000a0au, 0x000200f9u, - 0x00000a1au, 0x000200f8u, 0x000009d0u, 0x000500c7u, 0x00000006u, 0x000009d2u, 0x000009a4u, 0x00000399u, - 0x00050084u, 0x00000006u, 0x000009d4u, 0x0000099au, 0x0000039du, 0x00050080u, 0x00000006u, 0x000009d6u, - 0x000009d2u, 0x000009d4u, 0x000500c6u, 0x00000006u, 0x000009d8u, 0x000009d6u, 0x000001bcu, 0x00060041u, - 0x000003a8u, 0x000009d9u, 0x000003a5u, 0x000000abu, 0x000009d8u, 0x0004003du, 0x0000000au, 0x000009dau, - 0x000009d9u, 0x00040071u, 0x00000006u, 0x000009dbu, 0x000009dau, 0x000500c2u, 0x00000006u, 0x000009ddu, - 0x000009dbu, 0x000003b0u, 0x000500c2u, 0x00000006u, 0x000009dfu, 0x000009dbu, 0x000001c4u, 0x000500c4u, - 0x00000006u, 0x000009e1u, 0x000009dbu, 0x00000170u, 0x00060050u, 0x000003acu, 0x000009e2u, 0x000009ddu, - 0x000009dfu, 0x000009e1u, 0x000500c7u, 0x000003acu, 0x000009e4u, 0x000009e2u, 0x000016a9u, 0x00040071u, - 0x0000001bu, 0x000009e6u, 0x000009e4u, 0x00060041u, 0x00000387u, 0x000009e8u, 0x00000392u, 0x000000abu, - 0x000009d6u, 0x0004003du, 0x00000008u, 0x000009e9u, 0x000009e8u, 0x000500c4u, 0x00000008u, 0x000009eau, - 0x000009e9u, 0x000003bfu, 0x000500c7u, 0x00000006u, 0x000009ecu, 0x000009dbu, 0x000001bcu, 0x000500c4u, - 0x00000006u, 0x000009edu, 0x000009ecu, 0x000000c7u, 0x00040071u, 0x00000008u, 0x000009eeu, 0x000009edu, - 0x000500c5u, 0x00000008u, 0x000009efu, 0x000009eau, 0x000009eeu, 0x00050051u, 0x00000008u, 0x000009f0u, - 0x000009e6u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000009f1u, 0x000009e6u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x000009f2u, 0x000009e6u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000009f3u, 0x000009f0u, - 0x000009f1u, 0x000009f2u, 0x000009efu, 0x0003003eu, 0x0000038bu, 0x000009f3u, 0x000200f9u, 0x00000a1au, - 0x000200f8u, 0x000009bdu, 0x000500c7u, 0x00000006u, 0x000009bfu, 0x000009a4u, 0x00000379u, 0x00050084u, - 0x00000006u, 0x000009c1u, 0x0000099au, 0x00000378u, 0x00050080u, 0x00000006u, 0x000009c3u, 0x000009bfu, - 0x000009c1u, 0x000500c6u, 0x00000006u, 0x000009c5u, 0x000009c3u, 0x000001c4u, 0x00060041u, 0x00000387u, - 0x000009c6u, 0x00000384u, 0x000000abu, 0x000009c5u, 0x0004003du, 0x00000008u, 0x000009c7u, 0x000009c6u, - 0x000500c2u, 0x00000006u, 0x000009ccu, 0x000009c3u, 0x000000b5u, 0x00060041u, 0x00000387u, 0x000009cdu, - 0x00000392u, 0x000000abu, 0x000009ccu, 0x0004003du, 0x00000008u, 0x000009ceu, 0x000009cdu, 0x00070050u, - 0x00000009u, 0x000009cfu, 0x000009c7u, 0x000009c7u, 0x000009c7u, 0x000009ceu, 0x0003003eu, 0x0000038bu, - 0x000009cfu, 0x000200f9u, 0x00000a1au, 0x000200f8u, 0x00000a1au, 0x0004003du, 0x00000006u, 0x000009adu, - 0x0000099eu, 0x00050084u, 0x00000006u, 0x000009aeu, 0x0000099du, 0x000009adu, 0x00050080u, 0x00000006u, - 0x000009afu, 0x00000873u, 0x000009aeu, 0x0004003du, 0x00000006u, 0x000009b1u, 0x000009a2u, 0x00050080u, - 0x00000006u, 0x000009b2u, 0x000009afu, 0x000009b1u, 0x000500c7u, 0x00000006u, 0x00000a1eu, 0x000009b2u, - 0x00000399u, 0x00050084u, 0x00000006u, 0x00000a20u, 0x0000099au, 0x00000475u, 0x00050080u, 0x00000006u, - 0x00000a22u, 0x00000a1eu, 0x00000a20u, 0x000500c6u, 0x00000006u, 0x00000a24u, 0x00000a22u, 0x000001bcu, - 0x00060041u, 0x000003a8u, 0x00000a25u, 0x000003a5u, 0x000000abu, 0x00000a24u, 0x0004003du, 0x0000000au, - 0x00000a26u, 0x00000a25u, 0x000500c2u, 0x0000000au, 0x00000a28u, 0x00000a26u, 0x0000047fu, 0x00060041u, - 0x00000387u, 0x00000a2au, 0x00000392u, 0x000000abu, 0x00000a22u, 0x0004003du, 0x00000008u, 0x00000a2bu, - 0x00000a2au, 0x000500c7u, 0x0000000au, 0x00000a2du, 0x00000a26u, 0x00000485u, 0x000500c4u, 0x0000000au, - 0x00000a2eu, 0x00000a2du, 0x0000047fu, 0x00040071u, 0x00000008u, 0x00000a2fu, 0x00000a2eu, 0x000500c5u, - 0x00000008u, 0x00000a30u, 0x00000a2bu, 0x00000a2fu, 0x000200f9u, 0x000009b6u, 0x000200f8u, 0x000009b6u, - 0x000700f5u, 0x00000006u, 0x000013c3u, 0x000013c4u, 0x00000863u, 0x000009a4u, 0x00000a1au, 0x000700f5u, - 0x00000008u, 0x00001278u, 0x00001279u, 0x00000863u, 0x00000a30u, 0x00000a1au, 0x000700f5u, 0x0000000au, - 0x0000126cu, 0x0000126du, 0x00000863u, 0x00000a28u, 0x00000a1au, 0x000200f9u, 0x00000875u, 0x000200f8u, - 0x00000875u, 0x000700f5u, 0x0000001bu, 0x000016bfu, 0x000016c1u, 0x000009b6u, 0x000016beu, 0x00000878u, - 0x000700f5u, 0x00000008u, 0x00001277u, 0x00001278u, 0x000009b6u, 0x000012a4u, 0x00000878u, 0x000700f5u, - 0x0000000au, 0x0000126bu, 0x0000126cu, 0x000009b6u, 0x000012a1u, 0x00000878u, 0x000700f5u, 0x00000034u, - 0x0000125eu, 0x00000299u, 0x000009b6u, 0x00001465u, 0x00000878u, 0x000700f5u, 0x00000034u, 0x00001257u, - 0x00000299u, 0x000009b6u, 0x00001448u, 0x00000878u, 0x000700f5u, 0x00000006u, 0x00001253u, 0x0000085fu, - 0x000009b6u, 0x00000884u, 0x00000878u, 0x000700f5u, 0x0000001bu, 0x00001387u, 0x0000129bu, 0x000009b6u, - 0x00001386u, 0x00000878u, 0x000700f5u, 0x00000008u, 0x0000135cu, 0x00001279u, 0x000009b6u, 0x0000135bu, - 0x00000878u, 0x000700f5u, 0x00000008u, 0x00001332u, 0x00001279u, 0x000009b6u, 0x00001331u, 0x00000878u, - 0x000700f5u, 0x0000001bu, 0x00001313u, 0x0000129bu, 0x000009b6u, 0x00001312u, 0x00000878u, 0x000700f5u, - 0x00000008u, 0x000012f5u, 0x00001279u, 0x000009b6u, 0x000012f4u, 0x00000878u, 0x000700f5u, 0x00000008u, - 0x000012d8u, 0x00001279u, 0x000009b6u, 0x000012d7u, 0x00000878u, 0x000700f5u, 0x0000001bu, 0x00001299u, - 0x0000129bu, 0x000009b6u, 0x00001298u, 0x00000878u, 0x000500abu, 0x00000034u, 0x0000087bu, 0x00001253u, - 0x00000198u, 0x000400f6u, 0x00000877u, 0x00000878u, 0x00000000u, 0x000400fau, 0x0000087bu, 0x00000876u, - 0x00000877u, 0x000200f8u, 0x00000876u, 0x0006000cu, 0x00000017u, 0x0000087eu, 0x00000001u, 0x00000049u, - 0x00001253u, 0x000500c4u, 0x00000017u, 0x00000880u, 0x000000b5u, 0x0000087eu, 0x0004007cu, 0x00000006u, - 0x00000881u, 0x00000880u, 0x000400c8u, 0x00000006u, 0x00000882u, 0x00000881u, 0x000500c7u, 0x00000006u, - 0x00000884u, 0x00001253u, 0x00000882u, 0x00050080u, 0x00000017u, 0x0000088cu, 0x00000850u, 0x0000087eu, - 0x00060041u, 0x000003f3u, 0x0000088du, 0x00000889u, 0x000000abu, 0x0000088cu, 0x0004003du, 0x00000006u, - 0x0000088eu, 0x0000088du, 0x00060041u, 0x000003f3u, 0x00000897u, 0x00000893u, 0x000000abu, 0x0000088cu, - 0x0004003du, 0x00000006u, 0x00000898u, 0x00000897u, 0x000200f9u, 0x00000899u, 0x000200f8u, 0x00000899u, - 0x000700f5u, 0x0000001bu, 0x000016beu, 0x000016bfu, 0x00000876u, 0x000016cdu, 0x0000089cu, 0x000700f5u, - 0x0000001bu, 0x00001386u, 0x00001387u, 0x00000876u, 0x0000164eu, 0x0000089cu, 0x000700f5u, 0x00000008u, - 0x0000135bu, 0x0000135cu, 0x00000876u, 0x00001633u, 0x0000089cu, 0x000700f5u, 0x00000008u, 0x00001331u, - 0x00001332u, 0x00000876u, 0x00001618u, 0x0000089cu, 0x000700f5u, 0x0000001bu, 0x00001312u, 0x00001313u, - 0x00000876u, 0x000015f0u, 0x0000089cu, 0x000700f5u, 0x00000008u, 0x000012f4u, 0x000012f5u, 0x00000876u, - 0x000015c8u, 0x0000089cu, 0x000700f5u, 0x00000008u, 0x000012d7u, 0x000012d8u, 0x00000876u, 0x000015a0u, - 0x0000089cu, 0x000700f5u, 0x00000008u, 0x000012a4u, 0x00001277u, 0x00000876u, 0x00001562u, 0x0000089cu, - 0x000700f5u, 0x0000000au, 0x000012a1u, 0x0000126bu, 0x00000876u, 0x00001524u, 0x0000089cu, 0x000700f5u, - 0x0000001bu, 0x00001298u, 0x00001299u, 0x00000876u, 0x000014e6u, 0x0000089cu, 0x000700f5u, 0x00000006u, - 0x00001294u, 0x0000088eu, 0x00000876u, 0x00000913u, 0x0000089cu, 0x000700f5u, 0x00000006u, 0x00001293u, - 0x00000898u, 0x00000876u, 0x000008a8u, 0x0000089cu, 0x000700f5u, 0x00000034u, 0x00001465u, 0x0000125eu, - 0x00000876u, 0x00001466u, 0x0000089cu, 0x000700f5u, 0x00000034u, 0x00001448u, 0x00001257u, 0x00000876u, - 0x00001449u, 0x0000089cu, 0x000500abu, 0x00000034u, 0x0000089fu, 0x00001293u, 0x00000198u, 0x000400f6u, - 0x0000089bu, 0x0000089cu, 0x00000000u, 0x000400fau, 0x0000089fu, 0x0000089au, 0x0000089bu, 0x000200f8u, - 0x0000089au, 0x0006000cu, 0x00000017u, 0x000008a2u, 0x00000001u, 0x00000049u, 0x00001293u, 0x000500c4u, - 0x00000017u, 0x000008a4u, 0x000000b5u, 0x000008a2u, 0x0004007cu, 0x00000006u, 0x000008a5u, 0x000008a4u, - 0x000400c8u, 0x00000006u, 0x000008a6u, 0x000008a5u, 0x000500c7u, 0x00000006u, 0x000008a8u, 0x00001293u, - 0x000008a6u, 0x00050084u, 0x00000017u, 0x000008acu, 0x0000084eu, 0x0000087eu, 0x00050080u, 0x00000017u, - 0x000008adu, 0x000008a2u, 0x000008acu, 0x0004007cu, 0x00000006u, 0x000008aeu, 0x000008adu, 0x00050084u, - 0x00000006u, 0x000008b4u, 0x00001294u, 0x000008b3u, 0x0004003du, 0x00000006u, 0x000008b6u, 0x000008b5u, - 0x00050080u, 0x00000006u, 0x000008b7u, 0x000008b4u, 0x000008b6u, 0x00060041u, 0x000008beu, 0x000008bfu, - 0x000008bcu, 0x000000abu, 0x000008b7u, 0x0004003du, 0x00000129u, 0x000008c0u, 0x000008bfu, 0x00040072u, - 0x00000017u, 0x000008c1u, 0x000008c0u, 0x000500afu, 0x00000034u, 0x000008c3u, 0x000008c1u, 0x000000abu, - 0x000300f7u, 0x000008c5u, 0x00000000u, 0x000400fau, 0x000008c3u, 0x000008c4u, 0x000008c5u, 0x000200f8u, - 0x000008c4u, 0x000500c7u, 0x00000017u, 0x000008c8u, 0x000008c1u, 0x000008c7u, 0x000500abu, 0x00000034u, - 0x000008c9u, 0x000008c8u, 0x000000abu, 0x000300f7u, 0x000008cbu, 0x00000000u, 0x000400fau, 0x000008c9u, - 0x000008cau, 0x000008d1u, 0x000200f8u, 0x000008d1u, 0x000500c7u, 0x00000017u, 0x000008d3u, 0x000008c1u, - 0x0000084eu, 0x000500abu, 0x00000034u, 0x000008d4u, 0x000008d3u, 0x000000abu, 0x000300f7u, 0x000008d6u, - 0x00000000u, 0x000400fau, 0x000008d4u, 0x000008d5u, 0x000008e4u, 0x000200f8u, 0x000008e4u, 0x00060041u, - 0x000008ebu, 0x000008ecu, 0x000008e9u, 0x000000abu, 0x000008b7u, 0x0004003du, 0x00000009u, 0x000008edu, - 0x000008ecu, 0x00060041u, 0x000008f9u, 0x000008fau, 0x000008f7u, 0x000000abu, 0x000008b7u, 0x0004003du, - 0x00000017u, 0x000008fbu, 0x000008fau, 0x00060041u, 0x00000387u, 0x00000902u, 0x00000900u, 0x000000abu, - 0x000008b7u, 0x0004003du, 0x00000008u, 0x00000903u, 0x00000902u, 0x00040072u, 0x00000129u, 0x00000906u, - 0x000008c1u, 0x0004007cu, 0x00000008u, 0x00000907u, 0x00000906u, 0x000500c3u, 0x00000017u, 0x00000bceu, - 0x000008fbu, 0x000000cdu, 0x000500c7u, 0x00000017u, 0x00000bd1u, 0x000008fbu, 0x00000735u, 0x00040071u, - 0x00000006u, 0x00000bd4u, 0x00000907u, 0x0004007cu, 0x00000017u, 0x00000bd5u, 0x00000bd4u, 0x00080041u, - 0x00000387u, 0x00000bdbu, 0x00000748u, 0x000000abu, 0x000008aeu, 0x000000abu, 0x000001bcu, 0x0004003du, - 0x00000008u, 0x00000bdcu, 0x00000bdbu, 0x00040071u, 0x00000006u, 0x00000bddu, 0x00000bdcu, 0x00060041u, - 0x000000adu, 0x00000c80u, 0x000000aau, 0x000000abu, 0x000008aeu, 0x0004003du, 0x000000a6u, 0x00000c81u, - 0x00000c80u, 0x00050051u, 0x00000009u, 0x00000c92u, 0x00000c81u, 0x00000008u, 0x00050051u, 0x00000009u, - 0x00000c94u, 0x00000c81u, 0x00000009u, 0x00050051u, 0x0000000au, 0x00000c98u, 0x00000c81u, 0x0000000bu, - 0x00050051u, 0x00000008u, 0x00000c9au, 0x00000c81u, 0x0000000cu, 0x00060041u, 0x000000e8u, 0x00000ca5u, - 0x000000e6u, 0x000000abu, 0x00000bddu, 0x0004003du, 0x000000e2u, 0x00000ca6u, 0x00000ca5u, 0x00050051u, - 0x00000009u, 0x00000ca7u, 0x00000ca6u, 0x00000000u, 0x00050051u, 0x00000009u, 0x00000ca9u, 0x00000ca6u, - 0x00000001u, 0x00050051u, 0x00000006u, 0x00000cabu, 0x00000ca6u, 0x00000002u, 0x00050051u, 0x00000008u, - 0x00000cadu, 0x00000ca6u, 0x00000003u, 0x00050051u, 0x00000008u, 0x00000cafu, 0x00000ca6u, 0x00000004u, - 0x000500c7u, 0x00000006u, 0x00000be4u, 0x00000cabu, 0x000003b0u, 0x000500abu, 0x00000034u, 0x00000be5u, - 0x00000be4u, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000be8u, 0x00000cabu, 0x000001bcu, 0x000500abu, - 0x00000034u, 0x00000be9u, 0x00000be8u, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000becu, 0x00000cabu, - 0x00000170u, 0x000500abu, 0x00000034u, 0x00000bedu, 0x00000becu, 0x00000198u, 0x000500c7u, 0x00000006u, - 0x00000bf0u, 0x00000cabu, 0x000003f9u, 0x000500abu, 0x00000034u, 0x00000bf1u, 0x00000bf0u, 0x00000198u, - 0x000500c7u, 0x00000006u, 0x00000bf4u, 0x00000cabu, 0x0000076cu, 0x000500abu, 0x00000034u, 0x00000bf5u, - 0x00000bf4u, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000bf8u, 0x00000cabu, 0x00000772u, 0x000500abu, - 0x00000034u, 0x00000bf9u, 0x00000bf8u, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000bfcu, 0x00000cabu, - 0x00000778u, 0x000500abu, 0x00000034u, 0x00000bfdu, 0x00000bfcu, 0x00000198u, 0x000500c7u, 0x00000006u, - 0x00000c00u, 0x00000cabu, 0x0000077eu, 0x000500abu, 0x00000034u, 0x00000c01u, 0x00000c00u, 0x00000198u, - 0x000300f7u, 0x00000cc1u, 0x00000000u, 0x000400fau, 0x00000bf1u, 0x00000cbcu, 0x00000cc0u, 0x000200f8u, - 0x00000cc0u, 0x000200f9u, 0x00000cc1u, 0x000200f8u, 0x00000cbcu, 0x00050041u, 0x00000046u, 0x00000cbdu, - 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000cbeu, 0x00000cbdu, 0x000500c7u, 0x00000008u, - 0x00000cbfu, 0x00000cbeu, 0x0000065bu, 0x000200f9u, 0x00000cc1u, 0x000200f8u, 0x00000cc1u, 0x000700f5u, - 0x00000008u, 0x00001295u, 0x00000cbfu, 0x00000cbcu, 0x0000065bu, 0x00000cc0u, 0x000300f7u, 0x00000cd2u, - 0x00000000u, 0x000d00fbu, 0x00000372u, 0x00000cd2u, 0x00000000u, 0x00000cc3u, 0x00000001u, 0x00000cc4u, - 0x00000002u, 0x00000cc7u, 0x00000003u, 0x00000cccu, 0x00000004u, 0x00000ccfu, 0x000200f8u, 0x00000ccfu, - 0x0004003du, 0x00000009u, 0x00000cd0u, 0x0000038bu, 0x0008004fu, 0x0000001bu, 0x00000cd1u, 0x00000cd0u, - 0x00000cd0u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000cd2u, 0x000200f8u, 0x00000cccu, - 0x0004003du, 0x00000009u, 0x00000ccdu, 0x0000038bu, 0x0008004fu, 0x0000001bu, 0x00000cceu, 0x00000ccdu, - 0x00000ccdu, 0x00000000u, 0x00000000u, 0x00000000u, 0x000200f9u, 0x00000cd2u, 0x000200f8u, 0x00000cc7u, - 0x0004003du, 0x00000009u, 0x00000cc8u, 0x0000038bu, 0x0008004fu, 0x0000001bu, 0x00000cc9u, 0x00000cc8u, - 0x00000cc8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c7u, 0x0000001bu, 0x00000ccbu, 0x00000cc9u, - 0x000016abu, 0x000200f9u, 0x00000cd2u, 0x000200f8u, 0x00000cc4u, 0x0004003du, 0x00000009u, 0x00000cc5u, - 0x0000038bu, 0x0008004fu, 0x0000001bu, 0x00000cc6u, 0x00000cc5u, 0x00000cc5u, 0x00000000u, 0x00000000u, - 0x00000000u, 0x000200f9u, 0x00000cd2u, 0x000200f8u, 0x00000cc3u, 0x000200f9u, 0x00000cd2u, 0x000200f8u, - 0x00000cd2u, 0x000f00f5u, 0x00000008u, 0x0000129eu, 0x00001295u, 0x00000cc1u, 0x0000065bu, 0x00000cc3u, - 0x0000065bu, 0x00000cc4u, 0x00001295u, 0x00000cc7u, 0x00001295u, 0x00000cccu, 0x00001295u, 0x00000ccfu, - 0x000f00f5u, 0x0000001bu, 0x00001296u, 0x00001298u, 0x00000cc1u, 0x00000666u, 0x00000cc3u, 0x00000cc6u, - 0x00000cc4u, 0x00000ccbu, 0x00000cc7u, 0x00000cceu, 0x00000cccu, 0x00000cd1u, 0x00000ccfu, 0x00050051u, - 0x00000008u, 0x00000cd5u, 0x00001296u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00000cd6u, 0x00001296u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00000cd7u, 0x00001296u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00000cd8u, 0x00000cd5u, 0x00000cd6u, 0x00000cd7u, 0x0000129eu, 0x0003003eu, 0x00000b9au, 0x00000cd8u, - 0x00050041u, 0x00000046u, 0x00000c04u, 0x00000b9au, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000c05u, - 0x00000c04u, 0x000500c2u, 0x00000008u, 0x00000c06u, 0x00000c05u, 0x000003bfu, 0x00040071u, 0x00000006u, - 0x00000c09u, 0x00000c98u, 0x0004007cu, 0x00000017u, 0x00000c0au, 0x00000c09u, 0x00040071u, 0x00000006u, - 0x00000c0du, 0x00000c9au, 0x0004007cu, 0x00000017u, 0x00000c0eu, 0x00000c0du, 0x00040071u, 0x00000006u, - 0x00000c10u, 0x00000c06u, 0x0004007cu, 0x00000017u, 0x00000c11u, 0x00000c10u, 0x00040071u, 0x00000006u, - 0x00000c14u, 0x00000cafu, 0x0004007cu, 0x00000017u, 0x00000c15u, 0x00000c14u, 0x00050080u, 0x00000017u, - 0x00000d2eu, 0x00000bd5u, 0x00000c11u, 0x000500afu, 0x00000034u, 0x00000d2fu, 0x00000d2eu, 0x000000cau, - 0x000300f7u, 0x00000d9bu, 0x00000000u, 0x000400fau, 0x00000be9u, 0x00000cefu, 0x00000d85u, 0x000200f8u, - 0x00000d85u, 0x00050041u, 0x00000046u, 0x00000d86u, 0x00000baeu, 0x00000198u, 0x0003003eu, 0x00000d86u, - 0x000001eau, 0x00050082u, 0x00000017u, 0x00000d88u, 0x00000296u, 0x00000c0eu, 0x0007000cu, 0x00000017u, - 0x00000d89u, 0x00000001u, 0x00000027u, 0x00000d88u, 0x000000beu, 0x00040072u, 0x00000129u, 0x00000d8au, - 0x00000d89u, 0x0004007cu, 0x00000008u, 0x00000d8bu, 0x00000d8au, 0x00050041u, 0x00000046u, 0x00000d8cu, - 0x00000baeu, 0x000001bcu, 0x0003003eu, 0x00000d8cu, 0x00000d8bu, 0x000400a8u, 0x00000034u, 0x00000d92u, - 0x00000be5u, 0x000300f7u, 0x00000d98u, 0x00000000u, 0x000400fau, 0x00000d92u, 0x00000d93u, 0x00000d98u, - 0x000200f8u, 0x00000d93u, 0x000400a8u, 0x00000034u, 0x00000d95u, 0x00000d2fu, 0x000500a7u, 0x00000034u, - 0x00000d97u, 0x00000d95u, 0x00000bfdu, 0x000200f9u, 0x00000d98u, 0x000200f8u, 0x00000d98u, 0x000700f5u, - 0x00000034u, 0x00000d99u, 0x00000be5u, 0x00000d85u, 0x00000d97u, 0x00000d93u, 0x000200f9u, 0x00000d9bu, - 0x000200f8u, 0x00000cefu, 0x00040071u, 0x00000006u, 0x00000da5u, 0x000012a1u, 0x0004007cu, 0x00000017u, - 0x00000da6u, 0x00000da5u, 0x000500c3u, 0x00000017u, 0x00000da8u, 0x00000da6u, 0x000000d3u, 0x000500c7u, - 0x00000017u, 0x00000daau, 0x00000da6u, 0x00000138u, 0x00050082u, 0x00000017u, 0x00000dacu, 0x000000c4u, - 0x00000da8u, 0x0007000cu, 0x00000017u, 0x00000dadu, 0x00000001u, 0x0000002au, 0x00000dacu, 0x000000abu, - 0x000500c3u, 0x00000017u, 0x00000dafu, 0x0000013fu, 0x00000da8u, 0x00050082u, 0x00000017u, 0x00000db0u, - 0x0000013fu, 0x00000dafu, 0x000500c4u, 0x00000017u, 0x00000db3u, 0x00000daau, 0x00000dadu, 0x00050080u, - 0x00000017u, 0x00000db5u, 0x00000db3u, 0x00000db0u, 0x00040071u, 0x00000006u, 0x00000cf3u, 0x000012a4u, - 0x0004007cu, 0x00000017u, 0x00000cf4u, 0x00000cf3u, 0x000500c4u, 0x00000017u, 0x00000db9u, 0x000000b5u, - 0x00000cf4u, 0x000500c7u, 0x00000017u, 0x00000cfau, 0x00000da8u, 0x00000296u, 0x00050082u, 0x00000017u, - 0x00000cffu, 0x00000c0eu, 0x00000cf4u, 0x0008000cu, 0x00000017u, 0x00000d00u, 0x00000001u, 0x0000002du, - 0x00000cffu, 0x000000abu, 0x000000beu, 0x00040072u, 0x00000129u, 0x00000d01u, 0x00000d00u, 0x0004007cu, - 0x00000008u, 0x00000d02u, 0x00000d01u, 0x00050041u, 0x00000046u, 0x00000d03u, 0x00000baeu, 0x00000198u, - 0x0003003eu, 0x00000d03u, 0x00000d02u, 0x00050082u, 0x00000017u, 0x00000d08u, 0x00000cf4u, 0x00000c0eu, - 0x0008000cu, 0x00000017u, 0x00000d09u, 0x00000001u, 0x0000002du, 0x00000d08u, 0x000000abu, 0x000000beu, - 0x00040072u, 0x00000129u, 0x00000d0au, 0x00000d09u, 0x0004007cu, 0x00000008u, 0x00000d0bu, 0x00000d0au, - 0x00050041u, 0x00000046u, 0x00000d0cu, 0x00000baeu, 0x000001bcu, 0x0003003eu, 0x00000d0cu, 0x00000d0bu, - 0x000500b1u, 0x00000034u, 0x00000d0eu, 0x00000cfau, 0x000000bbu, 0x000300f7u, 0x00000d1au, 0x00000000u, - 0x000400fau, 0x00000d0eu, 0x00000d0fu, 0x00000d1au, 0x000200f8u, 0x00000d0fu, 0x000500abu, 0x00000034u, - 0x00000d11u, 0x00000db9u, 0x000002b1u, 0x000300f7u, 0x00000d19u, 0x00000000u, 0x000400fau, 0x00000d11u, - 0x00000d12u, 0x00000d18u, 0x000200f8u, 0x00000d18u, 0x000200f9u, 0x00000d19u, 0x000200f8u, 0x00000d12u, - 0x000500c4u, 0x00000017u, 0x00000d14u, 0x00000db9u, 0x000000b5u, 0x000500c3u, 0x00000017u, 0x00000d16u, - 0x000002b7u, 0x00000cfau, 0x0007000cu, 0x00000017u, 0x00000d17u, 0x00000001u, 0x0000002au, 0x00000d14u, - 0x00000d16u, 0x000200f9u, 0x00000d19u, 0x000200f8u, 0x00000d19u, 0x000700f5u, 0x00000017u, 0x000012a8u, - 0x00000d17u, 0x00000d12u, 0x000002bdu, 0x00000d18u, 0x000600a9u, 0x00000034u, 0x000016f1u, 0x00000d11u, - 0x00000299u, 0x000002bcu, 0x000200f9u, 0x00000d1au, 0x000200f8u, 0x00000d1au, 0x000700f5u, 0x00000034u, - 0x000012abu, 0x00000299u, 0x00000cefu, 0x000016f1u, 0x00000d19u, 0x000700f5u, 0x00000017u, 0x000012a7u, - 0x00000db9u, 0x00000cefu, 0x000012a8u, 0x00000d19u, 0x000500c5u, 0x00000017u, 0x00000d1du, 0x00000c0au, - 0x000012a7u, 0x000500abu, 0x00000034u, 0x00000dbdu, 0x00000d1du, 0x000000abu, 0x000300f7u, 0x00000dc2u, - 0x00000000u, 0x000400fau, 0x00000dbdu, 0x00000dbeu, 0x00000dc2u, 0x000200f8u, 0x00000dbeu, 0x0006000cu, - 0x00000017u, 0x00000dc0u, 0x00000001u, 0x0000004au, 0x00000d1du, 0x000500c4u, 0x00000017u, 0x00000dc1u, - 0x000000b5u, 0x00000dc0u, 0x000200f9u, 0x00000dc2u, 0x000200f8u, 0x00000dc2u, 0x000700f5u, 0x00000017u, - 0x000012a9u, 0x00000d1du, 0x00000d1au, 0x00000dc1u, 0x00000dbeu, 0x000500c4u, 0x00000017u, 0x00000d21u, - 0x000012a9u, 0x000000bbu, 0x000400a8u, 0x00000034u, 0x00000d23u, 0x000012abu, 0x000300f7u, 0x00000d2au, - 0x00000000u, 0x000400fau, 0x00000d23u, 0x00000d24u, 0x00000d2au, 0x000200f8u, 0x00000d24u, 0x00050080u, - 0x00000017u, 0x00000d27u, 0x00000bceu, 0x00000d21u, 0x000500afu, 0x00000034u, 0x00000d29u, 0x00000d27u, - 0x00000db5u, 0x000200f9u, 0x00000d2au, 0x000200f8u, 0x00000d2au, 0x000700f5u, 0x00000034u, 0x00000d2bu, - 0x000012abu, 0x00000dc2u, 0x00000d29u, 0x00000d24u, 0x000400a8u, 0x00000034u, 0x00000d31u, 0x00000be5u, - 0x000300f7u, 0x00000d39u, 0x00000000u, 0x000400fau, 0x00000d31u, 0x00000d32u, 0x00000d39u, 0x000200f8u, - 0x00000d32u, 0x000400a8u, 0x00000034u, 0x00000d34u, 0x00000d2fu, 0x000500a7u, 0x00000034u, 0x00000d36u, - 0x00000d34u, 0x00000bfdu, 0x000500a7u, 0x00000034u, 0x00000d38u, 0x00000d36u, 0x00000d2bu, 0x000200f9u, - 0x00000d39u, 0x000200f8u, 0x00000d39u, 0x000700f5u, 0x00000034u, 0x00000d3au, 0x00000be5u, 0x00000d2au, - 0x00000d38u, 0x00000d32u, 0x000500aau, 0x00000034u, 0x00000d3du, 0x00000db5u, 0x0000014bu, 0x000500b1u, - 0x00000034u, 0x00000d40u, 0x00000bceu, 0x00000db5u, 0x00050082u, 0x00000017u, 0x00000d43u, 0x00000bceu, - 0x00000d21u, 0x000500b3u, 0x00000034u, 0x00000d47u, 0x00000d43u, 0x00000db5u, 0x000500a6u, 0x00000034u, - 0x00000d48u, 0x000012abu, 0x00000d47u, 0x000300f7u, 0x00000d84u, 0x00000000u, 0x000b00fbu, 0x00000c15u, - 0x00000d84u, 0x00000000u, 0x00000d4au, 0x00000001u, 0x00000d54u, 0x00000002u, 0x00000d79u, 0x00000003u, - 0x00000d7du, 0x000200f8u, 0x00000d7du, 0x000500a7u, 0x00000034u, 0x00000d80u, 0x00000d2bu, 0x00000d48u, - 0x000400a8u, 0x00000034u, 0x00000d82u, 0x00000d3du, 0x000500a7u, 0x00000034u, 0x00000d83u, 0x00000d80u, - 0x00000d82u, 0x000200f9u, 0x00000d84u, 0x000200f8u, 0x00000d79u, 0x000500a6u, 0x00000034u, 0x00000d7cu, - 0x00000d40u, 0x00000d3du, 0x000200f9u, 0x00000d84u, 0x000200f8u, 0x00000d54u, 0x000400a8u, 0x00000034u, - 0x00000d56u, 0x00000d40u, 0x000400a8u, 0x00000034u, 0x00000d58u, 0x00000d2bu, 0x000500a6u, 0x00000034u, - 0x00000d59u, 0x00000d56u, 0x00000d58u, 0x000400a8u, 0x00000034u, 0x00000d5bu, 0x00000d2fu, 0x000500a6u, - 0x00000034u, 0x00000d5cu, 0x00000d59u, 0x00000d5bu, 0x000300f7u, 0x00000d78u, 0x00000000u, 0x000400fau, - 0x00000d5cu, 0x00000d5du, 0x00000d67u, 0x000200f8u, 0x00000d67u, 0x000500c7u, 0x00000017u, 0x00000d69u, - 0x000012a9u, 0x000002bdu, 0x0006000cu, 0x00000017u, 0x00000dc7u, 0x00000001u, 0x0000004au, 0x00000d69u, - 0x0007000cu, 0x00000017u, 0x00000dc8u, 0x00000001u, 0x0000002au, 0x00000dc7u, 0x000000abu, 0x000500c3u, - 0x00000017u, 0x00000d6du, 0x00000db5u, 0x00000dc8u, 0x000500c3u, 0x00000017u, 0x00000d70u, 0x00000bceu, - 0x00000dc8u, 0x00050082u, 0x00000017u, 0x00000d71u, 0x00000d6du, 0x00000d70u, 0x000500c7u, 0x00000017u, - 0x00000d72u, 0x00000d71u, 0x00000296u, 0x00050084u, 0x00000017u, 0x00000d75u, 0x00000d72u, 0x00000bd5u, - 0x000500c3u, 0x00000017u, 0x00000d76u, 0x00000d75u, 0x000000bbu, 0x0007000cu, 0x00000017u, 0x00000d77u, - 0x00000001u, 0x00000027u, 0x00000d76u, 0x000000cau, 0x000200f9u, 0x00000d78u, 0x000200f8u, 0x00000d5du, - 0x000400a8u, 0x00000034u, 0x00000d5fu, 0x00000d3du, 0x000300f7u, 0x00000d65u, 0x00000000u, 0x000400fau, - 0x00000d5fu, 0x00000d60u, 0x00000d65u, 0x000200f8u, 0x00000d60u, 0x000600a9u, 0x00000034u, 0x00000d64u, - 0x00000d2fu, 0x00000d40u, 0x00000d48u, 0x000200f9u, 0x00000d65u, 0x000200f8u, 0x00000d65u, 0x000700f5u, - 0x00000034u, 0x00000d66u, 0x00000d3du, 0x00000d5du, 0x00000d64u, 0x00000d60u, 0x000200f9u, 0x00000d78u, - 0x000200f8u, 0x00000d78u, 0x000700f5u, 0x00000017u, 0x000012bcu, 0x00000bd5u, 0x00000d65u, 0x00000d77u, - 0x00000d67u, 0x000700f5u, 0x00000034u, 0x000012b8u, 0x00000d66u, 0x00000d65u, 0x000002bcu, 0x00000d67u, - 0x000200f9u, 0x00000d84u, 0x000200f8u, 0x00000d4au, 0x000400a8u, 0x00000034u, 0x00000d4cu, 0x00000d3du, - 0x000300f7u, 0x00000d52u, 0x00000000u, 0x000400fau, 0x00000d4cu, 0x00000d4du, 0x00000d52u, 0x000200f8u, - 0x00000d4du, 0x000600a9u, 0x00000034u, 0x00000d51u, 0x00000d2fu, 0x00000d40u, 0x00000d48u, 0x000200f9u, - 0x00000d52u, 0x000200f8u, 0x00000d52u, 0x000700f5u, 0x00000034u, 0x00000d53u, 0x00000d3du, 0x00000d4au, - 0x00000d51u, 0x00000d4du, 0x000200f9u, 0x00000d84u, 0x000200f8u, 0x00000d84u, 0x000d00f5u, 0x00000017u, - 0x000012bau, 0x00000bd5u, 0x00000d39u, 0x00000bd5u, 0x00000d52u, 0x000012bcu, 0x00000d78u, 0x00000bd5u, - 0x00000d79u, 0x00000bd5u, 0x00000d7du, 0x000d00f5u, 0x00000034u, 0x000012b7u, 0x00000299u, 0x00000d39u, - 0x00000d53u, 0x00000d52u, 0x000012b8u, 0x00000d78u, 0x00000d7cu, 0x00000d79u, 0x00000d83u, 0x00000d7du, - 0x000200f9u, 0x00000d9bu, 0x000200f8u, 0x00000d9bu, 0x000700f5u, 0x00000034u, 0x000012bfu, 0x00000d3au, - 0x00000d84u, 0x00000d99u, 0x00000d98u, 0x000700f5u, 0x00000017u, 0x000012b9u, 0x000012bau, 0x00000d84u, - 0x00000bd5u, 0x00000d98u, 0x000700f5u, 0x00000034u, 0x000012b6u, 0x000012b7u, 0x00000d84u, 0x000002bcu, - 0x00000d98u, 0x0004003du, 0x00000036u, 0x00000c21u, 0x00000baeu, 0x000300f7u, 0x00000c29u, 0x00000000u, - 0x000400fau, 0x000012b6u, 0x00000c23u, 0x00000c29u, 0x000200f8u, 0x00000c23u, 0x000400a8u, 0x00000034u, - 0x00000c25u, 0x00000bfdu, 0x000500abu, 0x00000034u, 0x00000c27u, 0x000012b9u, 0x000000abu, 0x000500a6u, - 0x00000034u, 0x00000c28u, 0x00000c25u, 0x00000c27u, 0x000200f9u, 0x00000c29u, 0x000200f8u, 0x00000c29u, - 0x000700f5u, 0x00000034u, 0x00000c2au, 0x000012b6u, 0x00000d9bu, 0x00000c28u, 0x00000c23u, 0x000300f7u, - 0x00000c7bu, 0x00000000u, 0x000400fau, 0x00000c2au, 0x00000c2bu, 0x00000c7bu, 0x000200f8u, 0x00000c2bu, - 0x0003003eu, 0x0000120cu, 0x000008edu, 0x000300f7u, 0x00000c48u, 0x00000000u, 0x000400fau, 0x00000bf9u, - 0x00000c37u, 0x00000c48u, 0x000200f8u, 0x00000c37u, 0x0004003du, 0x00000009u, 0x00001216u, 0x0000120cu, - 0x0003003eu, 0x00001225u, 0x00001216u, 0x0003003eu, 0x00001226u, 0x00000cd8u, 0x0003003eu, 0x00001227u, - 0x00000c92u, 0x0003003eu, 0x00000bb2u, 0x00000ca7u, 0x0003003eu, 0x00000bb7u, 0x00000c21u, 0x00050041u, - 0x00000046u, 0x00000dd4u, 0x00000bb2u, 0x00000170u, 0x0004003du, 0x00000008u, 0x00000dd5u, 0x00000dd4u, - 0x00040071u, 0x00000006u, 0x00000dd6u, 0x00000dd5u, 0x0004007cu, 0x00000017u, 0x00000dd7u, 0x00000dd6u, - 0x000300f7u, 0x00000de8u, 0x00000000u, 0x000b00fbu, 0x00000dd7u, 0x00000de8u, 0x00000000u, 0x00000dd8u, - 0x00000001u, 0x00000ddcu, 0x00000002u, 0x00000de0u, 0x00000003u, 0x00000de4u, 0x000200f8u, 0x00000de4u, - 0x0008004fu, 0x0000001bu, 0x00000de7u, 0x00000c92u, 0x00000c92u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00000de8u, 0x000200f8u, 0x00000de0u, 0x0008004fu, 0x0000001bu, 0x00000de3u, 0x00000c94u, - 0x00000c94u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000de8u, 0x000200f8u, 0x00000ddcu, - 0x0008004fu, 0x0000001bu, 0x00000ddfu, 0x00000cd8u, 0x00000cd8u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00000de8u, 0x000200f8u, 0x00000dd8u, 0x0008004fu, 0x0000001bu, 0x00000ddbu, 0x00001216u, - 0x00001216u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000de8u, 0x000200f8u, 0x00000de8u, - 0x000d00f5u, 0x0000001bu, 0x00001308u, 0x00001312u, 0x00000c37u, 0x00000ddbu, 0x00000dd8u, 0x00000ddfu, - 0x00000ddcu, 0x00000de3u, 0x00000de0u, 0x00000de7u, 0x00000de4u, 0x00050041u, 0x00000046u, 0x00000df3u, - 0x00000bb2u, 0x00000198u, 0x0004003du, 0x00000008u, 0x00000df4u, 0x00000df3u, 0x00040071u, 0x00000006u, - 0x00000df5u, 0x00000df4u, 0x0004007cu, 0x00000017u, 0x00000df6u, 0x00000df5u, 0x000300f7u, 0x00000e07u, - 0x00000000u, 0x000b00fbu, 0x00000df6u, 0x00000e07u, 0x00000000u, 0x00000df7u, 0x00000001u, 0x00000dfbu, - 0x00000002u, 0x00000dffu, 0x00000003u, 0x00000e03u, 0x000200f8u, 0x00000e03u, 0x0008004fu, 0x0000001bu, - 0x00000e06u, 0x00000c92u, 0x00000c92u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000e07u, - 0x000200f8u, 0x00000dffu, 0x0008004fu, 0x0000001bu, 0x00000e02u, 0x00000c94u, 0x00000c94u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000e07u, 0x000200f8u, 0x00000dfbu, 0x0008004fu, 0x0000001bu, - 0x00000dfeu, 0x00000cd8u, 0x00000cd8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000e07u, - 0x000200f8u, 0x00000df7u, 0x0008004fu, 0x0000001bu, 0x00000dfau, 0x00001216u, 0x00001216u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000e07u, 0x000200f8u, 0x00000e07u, 0x000d00f5u, 0x0000001bu, - 0x000016b7u, 0x000016beu, 0x00000de8u, 0x00000e06u, 0x00000e03u, 0x00000e02u, 0x00000dffu, 0x00000dfeu, - 0x00000dfbu, 0x00000dfau, 0x00000df7u, 0x00050041u, 0x00000046u, 0x00000e27u, 0x00000bb2u, 0x000001bcu, - 0x0004003du, 0x00000008u, 0x00000e28u, 0x00000e27u, 0x00040071u, 0x00000006u, 0x00000e29u, 0x00000e28u, - 0x0004007cu, 0x00000017u, 0x00000e2au, 0x00000e29u, 0x000300f7u, 0x00000e35u, 0x00000000u, 0x000b00fbu, - 0x00000e2au, 0x00000e35u, 0x00000000u, 0x00000e2bu, 0x00000001u, 0x00000e2eu, 0x00000002u, 0x00000e31u, - 0x00000003u, 0x00000e34u, 0x000200f8u, 0x00000e34u, 0x000200f9u, 0x00000e35u, 0x000200f8u, 0x00000e31u, - 0x000200f9u, 0x00000e35u, 0x000200f8u, 0x00000e2eu, 0x00050041u, 0x00000046u, 0x0000122cu, 0x00001227u, - 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000e30u, 0x0000122cu, 0x000200f9u, 0x00000e35u, 0x000200f8u, - 0x00000e2bu, 0x00050041u, 0x00000046u, 0x0000122bu, 0x00001225u, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x00000e2du, 0x0000122bu, 0x000200f9u, 0x00000e35u, 0x000200f8u, 0x00000e35u, 0x000d00f5u, 0x00000008u, - 0x000012c9u, 0x000012d7u, 0x00000e07u, 0x00000e2du, 0x00000e2bu, 0x00000e30u, 0x00000e2eu, 0x00000903u, - 0x00000e31u, 0x000001eau, 0x00000e34u, 0x00050041u, 0x00000046u, 0x00000e36u, 0x00000bb2u, 0x000001c4u, - 0x0004003du, 0x00000008u, 0x00000e37u, 0x00000e36u, 0x00040071u, 0x00000006u, 0x00000e38u, 0x00000e37u, - 0x0004007cu, 0x00000017u, 0x00000e39u, 0x00000e38u, 0x000300f7u, 0x00000e43u, 0x00000000u, 0x000b00fbu, - 0x00000e39u, 0x00000e43u, 0x00000000u, 0x00000e3au, 0x00000001u, 0x00000e3eu, 0x00000002u, 0x00000e41u, - 0x00000003u, 0x00000e42u, 0x000200f8u, 0x00000e42u, 0x000200f9u, 0x00000e43u, 0x000200f8u, 0x00000e41u, - 0x000200f9u, 0x00000e43u, 0x000200f8u, 0x00000e3eu, 0x00050041u, 0x00000046u, 0x0000122du, 0x00001226u, - 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000e40u, 0x0000122du, 0x000200f9u, 0x00000e43u, 0x000200f8u, - 0x00000e3au, 0x000400c8u, 0x00000008u, 0x00000e3cu, 0x000012c9u, 0x000500c7u, 0x00000008u, 0x00000e3du, - 0x00000e3cu, 0x000001cfu, 0x000200f9u, 0x00000e43u, 0x000200f8u, 0x00000e43u, 0x000d00f5u, 0x00000008u, - 0x000012e5u, 0x000012f4u, 0x00000e35u, 0x00000e3du, 0x00000e3au, 0x00000e40u, 0x00000e3eu, 0x000001cfu, - 0x00000e41u, 0x000001eau, 0x00000e42u, 0x000500c2u, 0x00000008u, 0x00000e45u, 0x000012c9u, 0x00000201u, - 0x000500c2u, 0x00000008u, 0x00000e47u, 0x000012e5u, 0x00000201u, 0x0004003du, 0x00000008u, 0x00000e49u, - 0x00000e36u, 0x00040071u, 0x00000006u, 0x00000e4au, 0x00000e49u, 0x0004007cu, 0x00000017u, 0x00000e4bu, - 0x00000e4au, 0x000500aau, 0x00000034u, 0x00000e4cu, 0x00000e4bu, 0x000000b5u, 0x000300f7u, 0x00000e58u, - 0x00000000u, 0x000400fau, 0x00000e4cu, 0x00000e4du, 0x00000e58u, 0x000200f8u, 0x00000e4du, 0x00050041u, - 0x00000046u, 0x00000e4fu, 0x00000bb7u, 0x00000198u, 0x0004003du, 0x00000008u, 0x00000e50u, 0x00000e4fu, - 0x000500c2u, 0x00000008u, 0x00000e51u, 0x00000e45u, 0x00000e50u, 0x000500c7u, 0x00000008u, 0x00000e52u, - 0x00000e51u, 0x00000211u, 0x00050041u, 0x00000046u, 0x00000e54u, 0x00000bb7u, 0x000001bcu, 0x0004003du, - 0x00000008u, 0x00000e55u, 0x00000e54u, 0x000500c2u, 0x00000008u, 0x00000e56u, 0x00000e47u, 0x00000e55u, - 0x000500c5u, 0x00000008u, 0x00000e57u, 0x00000e56u, 0x00000201u, 0x000200f9u, 0x00000e58u, 0x000200f8u, - 0x00000e58u, 0x000700f5u, 0x00000008u, 0x0000131fu, 0x00000e47u, 0x00000e43u, 0x00000e57u, 0x00000e4du, - 0x000700f5u, 0x00000008u, 0x00001301u, 0x00000e45u, 0x00000e43u, 0x00000e52u, 0x00000e4du, 0x00040071u, - 0x0000021cu, 0x00000e5au, 0x000016b7u, 0x0004007cu, 0x00000218u, 0x00000e5bu, 0x00000e5au, 0x00040071u, - 0x0000000au, 0x00000e5du, 0x00001301u, 0x0004007cu, 0x0000000bu, 0x00000e5eu, 0x00000e5du, 0x00060050u, - 0x00000218u, 0x00000e5fu, 0x00000e5eu, 0x00000e5eu, 0x00000e5eu, 0x00050084u, 0x00000218u, 0x00000e60u, - 0x00000e5bu, 0x00000e5fu, 0x00040071u, 0x0000021cu, 0x00000e62u, 0x00001308u, 0x0004007cu, 0x00000218u, - 0x00000e63u, 0x00000e62u, 0x00040071u, 0x0000000au, 0x00000e65u, 0x0000131fu, 0x0004007cu, 0x0000000bu, - 0x00000e66u, 0x00000e65u, 0x00050080u, 0x0000000bu, 0x00000e67u, 0x00000e66u, 0x0000022au, 0x00060050u, - 0x00000218u, 0x00000e68u, 0x00000e67u, 0x00000e67u, 0x00000e67u, 0x00050084u, 0x00000218u, 0x00000e69u, - 0x00000e63u, 0x00000e68u, 0x00050080u, 0x00000218u, 0x00000e6au, 0x00000e60u, 0x00000e69u, 0x000500c3u, - 0x00000218u, 0x00000e72u, 0x00000e6au, 0x000016b0u, 0x00040072u, 0x0000012au, 0x00000e73u, 0x00000e72u, - 0x0004007cu, 0x0000001bu, 0x00000e74u, 0x00000e73u, 0x000500c7u, 0x0000001bu, 0x00000eaau, 0x00000e74u, - 0x000016b1u, 0x00050041u, 0x00000046u, 0x0000121cu, 0x0000120cu, 0x00000198u, 0x00050051u, 0x00000008u, - 0x00000c41u, 0x00000eaau, 0x00000000u, 0x0003003eu, 0x0000121cu, 0x00000c41u, 0x00050041u, 0x00000046u, - 0x0000121du, 0x0000120cu, 0x000001bcu, 0x00050051u, 0x00000008u, 0x00000c43u, 0x00000eaau, 0x00000001u, - 0x0003003eu, 0x0000121du, 0x00000c43u, 0x00050041u, 0x00000046u, 0x0000121eu, 0x0000120cu, 0x00000170u, - 0x00050051u, 0x00000008u, 0x00000c45u, 0x00000eaau, 0x00000002u, 0x0003003eu, 0x0000121eu, 0x00000c45u, - 0x000200f9u, 0x00000c48u, 0x000200f8u, 0x00000c48u, 0x000700f5u, 0x0000001bu, 0x000016d8u, 0x000016beu, - 0x00000c2bu, 0x00000e74u, 0x00000e58u, 0x000700f5u, 0x0000001bu, 0x00001607u, 0x00001312u, 0x00000c2bu, - 0x00001308u, 0x00000e58u, 0x000700f5u, 0x00000008u, 0x000015dfu, 0x000012f4u, 0x00000c2bu, 0x0000131fu, - 0x00000e58u, 0x000700f5u, 0x00000008u, 0x000015b7u, 0x000012d7u, 0x00000c2bu, 0x00001301u, 0x00000e58u, - 0x00070050u, 0x000016f2u, 0x000016f3u, 0x00000bf9u, 0x00000bf9u, 0x00000bf9u, 0x00000bf9u, 0x000600a9u, - 0x00000009u, 0x000016f4u, 0x000016f3u, 0x00000ca9u, 0x00000ca7u, 0x0004003du, 0x00000009u, 0x0000121fu, - 0x0000120cu, 0x0003003eu, 0x00001233u, 0x0000121fu, 0x0003003eu, 0x00001234u, 0x00000cd8u, 0x0003003eu, - 0x00001235u, 0x00000c92u, 0x0003003eu, 0x00000bbbu, 0x000016f4u, 0x0003003eu, 0x00000bc0u, 0x00000c21u, - 0x000300f7u, 0x00000f8fu, 0x00000000u, 0x000300fbu, 0x00000198u, 0x00000eb7u, 0x000200f8u, 0x00000eb7u, - 0x00050041u, 0x00000046u, 0x00000eb8u, 0x00000bbbu, 0x00000170u, 0x0004003du, 0x00000008u, 0x00000eb9u, - 0x00000eb8u, 0x00040071u, 0x00000006u, 0x00000ebau, 0x00000eb9u, 0x0004007cu, 0x00000017u, 0x00000ebbu, - 0x00000ebau, 0x000300f7u, 0x00000eccu, 0x00000000u, 0x000b00fbu, 0x00000ebbu, 0x00000eccu, 0x00000000u, - 0x00000ebcu, 0x00000001u, 0x00000ec0u, 0x00000002u, 0x00000ec4u, 0x00000003u, 0x00000ec8u, 0x000200f8u, - 0x00000ec8u, 0x0008004fu, 0x0000001bu, 0x00000ecbu, 0x00000c92u, 0x00000c92u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00000eccu, 0x000200f8u, 0x00000ec4u, 0x0008004fu, 0x0000001bu, 0x00000ec7u, - 0x00000c94u, 0x00000c94u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000eccu, 0x000200f8u, - 0x00000ec0u, 0x0008004fu, 0x0000001bu, 0x00000ec3u, 0x00000cd8u, 0x00000cd8u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00000eccu, 0x000200f8u, 0x00000ebcu, 0x0008004fu, 0x0000001bu, 0x00000ebfu, - 0x0000121fu, 0x0000121fu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000eccu, 0x000200f8u, - 0x00000eccu, 0x000d00f5u, 0x0000001bu, 0x0000137bu, 0x00001386u, 0x00000eb7u, 0x00000ebfu, 0x00000ebcu, - 0x00000ec3u, 0x00000ec0u, 0x00000ec7u, 0x00000ec4u, 0x00000ecbu, 0x00000ec8u, 0x000400a8u, 0x00000034u, - 0x00000ed1u, 0x00000d2fu, 0x000500a7u, 0x00000034u, 0x00000ed2u, 0x00000bf5u, 0x00000ed1u, 0x000300f7u, - 0x00000ed5u, 0x00000000u, 0x000400fau, 0x00000ed2u, 0x00000ed3u, 0x00000ed5u, 0x000200f8u, 0x00000ed3u, - 0x000200f9u, 0x00000f8fu, 0x000200f8u, 0x00000ed5u, 0x00050041u, 0x00000046u, 0x00000ed7u, 0x00000bbbu, - 0x00000198u, 0x0004003du, 0x00000008u, 0x00000ed8u, 0x00000ed7u, 0x00040071u, 0x00000006u, 0x00000ed9u, - 0x00000ed8u, 0x0004007cu, 0x00000017u, 0x00000edau, 0x00000ed9u, 0x000300f7u, 0x00000eebu, 0x00000000u, - 0x000b00fbu, 0x00000edau, 0x00000eebu, 0x00000000u, 0x00000edbu, 0x00000001u, 0x00000edfu, 0x00000002u, - 0x00000ee3u, 0x00000003u, 0x00000ee7u, 0x000200f8u, 0x00000ee7u, 0x0008004fu, 0x0000001bu, 0x00000eeau, - 0x00000c92u, 0x00000c92u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000eb0u, 0x00000eeau, - 0x000200f9u, 0x00000eebu, 0x000200f8u, 0x00000ee3u, 0x0008004fu, 0x0000001bu, 0x00000ee6u, 0x00000c94u, - 0x00000c94u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000eb0u, 0x00000ee6u, 0x000200f9u, - 0x00000eebu, 0x000200f8u, 0x00000edfu, 0x0008004fu, 0x0000001bu, 0x00000ee2u, 0x00000cd8u, 0x00000cd8u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000eb0u, 0x00000ee2u, 0x000200f9u, 0x00000eebu, - 0x000200f8u, 0x00000edbu, 0x0008004fu, 0x0000001bu, 0x00000edeu, 0x0000121fu, 0x0000121fu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0003003eu, 0x00000eb0u, 0x00000edeu, 0x000200f9u, 0x00000eebu, 0x000200f8u, - 0x00000eebu, 0x000400a8u, 0x00000034u, 0x00000eefu, 0x000012bfu, 0x000400a8u, 0x00000034u, 0x00000ef0u, - 0x00000eefu, 0x000300f7u, 0x00000f05u, 0x00000000u, 0x000400fau, 0x00000ef0u, 0x00000ef1u, 0x00000f05u, - 0x000200f8u, 0x00000ef1u, 0x00050041u, 0x00000046u, 0x00000ef2u, 0x00000bbbu, 0x000001bcu, 0x0004003du, - 0x00000008u, 0x00000ef3u, 0x00000ef2u, 0x00040071u, 0x00000006u, 0x00000ef4u, 0x00000ef3u, 0x0004007cu, - 0x00000017u, 0x00000ef5u, 0x00000ef4u, 0x000500aau, 0x00000034u, 0x00000ef6u, 0x00000ef5u, 0x000000abu, - 0x000300f7u, 0x00000efdu, 0x00000000u, 0x000400fau, 0x00000ef6u, 0x00000ef7u, 0x00000efdu, 0x000200f8u, - 0x00000ef7u, 0x00050041u, 0x00000046u, 0x00000ef8u, 0x00000bbbu, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x00000ef9u, 0x00000ef8u, 0x00040071u, 0x00000006u, 0x00000efau, 0x00000ef9u, 0x0004007cu, 0x00000017u, - 0x00000efbu, 0x00000efau, 0x000500aau, 0x00000034u, 0x00000efcu, 0x00000efbu, 0x000000abu, 0x000200f9u, - 0x00000efdu, 0x000200f8u, 0x00000efdu, 0x000700f5u, 0x00000034u, 0x00000efeu, 0x00000ef6u, 0x00000ef1u, - 0x00000efcu, 0x00000ef7u, 0x000300f7u, 0x00000f03u, 0x00000000u, 0x000400fau, 0x00000efeu, 0x00000effu, - 0x00000f03u, 0x000200f8u, 0x00000effu, 0x00050041u, 0x00000046u, 0x00001238u, 0x00001233u, 0x000001c4u, - 0x0004003du, 0x00000008u, 0x00000f01u, 0x00001238u, 0x000500aau, 0x00000034u, 0x00000f02u, 0x00000f01u, - 0x000001cfu, 0x000200f9u, 0x00000f03u, 0x000200f8u, 0x00000f03u, 0x000700f5u, 0x00000034u, 0x00000f04u, - 0x00000efeu, 0x00000efdu, 0x00000f02u, 0x00000effu, 0x000200f9u, 0x00000f05u, 0x000200f8u, 0x00000f05u, - 0x000700f5u, 0x00000034u, 0x00000f06u, 0x00000eefu, 0x00000eebu, 0x00000f04u, 0x00000f03u, 0x000300f7u, - 0x00000f09u, 0x00000000u, 0x000400fau, 0x00000f06u, 0x00000f07u, 0x00000f09u, 0x000200f8u, 0x00000f07u, - 0x0004003du, 0x0000001bu, 0x00000f08u, 0x00000eb0u, 0x000200f9u, 0x00000f8fu, 0x000200f8u, 0x00000f09u, - 0x00050041u, 0x00000046u, 0x00000f0bu, 0x00000bbbu, 0x000001bcu, 0x0004003du, 0x00000008u, 0x00000f0cu, - 0x00000f0bu, 0x00040071u, 0x00000006u, 0x00000f0du, 0x00000f0cu, 0x0004007cu, 0x00000017u, 0x00000f0eu, - 0x00000f0du, 0x000300f7u, 0x00000f19u, 0x00000000u, 0x000b00fbu, 0x00000f0eu, 0x00000f19u, 0x00000000u, - 0x00000f0fu, 0x00000001u, 0x00000f12u, 0x00000002u, 0x00000f15u, 0x00000003u, 0x00000f18u, 0x000200f8u, - 0x00000f18u, 0x000200f9u, 0x00000f19u, 0x000200f8u, 0x00000f15u, 0x000200f9u, 0x00000f19u, 0x000200f8u, - 0x00000f12u, 0x00050041u, 0x00000046u, 0x0000123au, 0x00001235u, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x00000f14u, 0x0000123au, 0x000200f9u, 0x00000f19u, 0x000200f8u, 0x00000f0fu, 0x00050041u, 0x00000046u, - 0x00001239u, 0x00001233u, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000f11u, 0x00001239u, 0x000200f9u, - 0x00000f19u, 0x000200f8u, 0x00000f19u, 0x000d00f5u, 0x00000008u, 0x00001322u, 0x00001331u, 0x00000f09u, - 0x00000f11u, 0x00000f0fu, 0x00000f14u, 0x00000f12u, 0x00000903u, 0x00000f15u, 0x000001eau, 0x00000f18u, - 0x00050041u, 0x00000046u, 0x00000f1au, 0x00000bbbu, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000f1bu, - 0x00000f1au, 0x00040071u, 0x00000006u, 0x00000f1cu, 0x00000f1bu, 0x0004007cu, 0x00000017u, 0x00000f1du, - 0x00000f1cu, 0x000300f7u, 0x00000f27u, 0x00000000u, 0x000b00fbu, 0x00000f1du, 0x00000f27u, 0x00000000u, - 0x00000f1eu, 0x00000001u, 0x00000f22u, 0x00000002u, 0x00000f25u, 0x00000003u, 0x00000f26u, 0x000200f8u, - 0x00000f26u, 0x000200f9u, 0x00000f27u, 0x000200f8u, 0x00000f25u, 0x000200f9u, 0x00000f27u, 0x000200f8u, - 0x00000f22u, 0x00050041u, 0x00000046u, 0x0000123bu, 0x00001234u, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x00000f24u, 0x0000123bu, 0x000200f9u, 0x00000f27u, 0x000200f8u, 0x00000f1eu, 0x000400c8u, 0x00000008u, - 0x00000f20u, 0x00001322u, 0x000500c7u, 0x00000008u, 0x00000f21u, 0x00000f20u, 0x000001cfu, 0x000200f9u, - 0x00000f27u, 0x000200f8u, 0x00000f27u, 0x000d00f5u, 0x00000008u, 0x0000134bu, 0x0000135bu, 0x00000f19u, - 0x00000f21u, 0x00000f1eu, 0x00000f24u, 0x00000f22u, 0x000001cfu, 0x00000f25u, 0x000001eau, 0x00000f26u, - 0x000500c2u, 0x00000008u, 0x00000f29u, 0x00001322u, 0x00000201u, 0x000500c2u, 0x00000008u, 0x00000f2bu, - 0x0000134bu, 0x00000201u, 0x0004003du, 0x00000008u, 0x00000f2du, 0x00000f1au, 0x00040071u, 0x00000006u, - 0x00000f2eu, 0x00000f2du, 0x0004007cu, 0x00000017u, 0x00000f2fu, 0x00000f2eu, 0x000500aau, 0x00000034u, - 0x00000f30u, 0x00000f2fu, 0x000000b5u, 0x000300f7u, 0x00000f3cu, 0x00000000u, 0x000400fau, 0x00000f30u, - 0x00000f31u, 0x00000f3cu, 0x000200f8u, 0x00000f31u, 0x00050041u, 0x00000046u, 0x00000f33u, 0x00000bc0u, - 0x00000198u, 0x0004003du, 0x00000008u, 0x00000f34u, 0x00000f33u, 0x000500c2u, 0x00000008u, 0x00000f35u, - 0x00000f29u, 0x00000f34u, 0x000500c7u, 0x00000008u, 0x00000f36u, 0x00000f35u, 0x00000211u, 0x00050041u, - 0x00000046u, 0x00000f38u, 0x00000bc0u, 0x000001bcu, 0x0004003du, 0x00000008u, 0x00000f39u, 0x00000f38u, - 0x000500c2u, 0x00000008u, 0x00000f3au, 0x00000f2bu, 0x00000f39u, 0x000500c5u, 0x00000008u, 0x00000f3bu, - 0x00000f3au, 0x00000201u, 0x000200f9u, 0x00000f3cu, 0x000200f8u, 0x00000f3cu, 0x000700f5u, 0x00000008u, - 0x0000139fu, 0x00000f2bu, 0x00000f27u, 0x00000f3bu, 0x00000f31u, 0x000700f5u, 0x00000008u, 0x00001374u, - 0x00000f29u, 0x00000f27u, 0x00000f36u, 0x00000f31u, 0x0004003du, 0x0000001bu, 0x00000f3du, 0x00000eb0u, - 0x00040071u, 0x0000021cu, 0x00000f3eu, 0x00000f3du, 0x0004007cu, 0x00000218u, 0x00000f3fu, 0x00000f3eu, - 0x00040071u, 0x0000000au, 0x00000f41u, 0x00001374u, 0x0004007cu, 0x0000000bu, 0x00000f42u, 0x00000f41u, - 0x00060050u, 0x00000218u, 0x00000f43u, 0x00000f42u, 0x00000f42u, 0x00000f42u, 0x00050084u, 0x00000218u, - 0x00000f44u, 0x00000f3fu, 0x00000f43u, 0x00040071u, 0x0000021cu, 0x00000f46u, 0x0000137bu, 0x0004007cu, - 0x00000218u, 0x00000f47u, 0x00000f46u, 0x00040071u, 0x0000000au, 0x00000f49u, 0x0000139fu, 0x0004007cu, - 0x0000000bu, 0x00000f4au, 0x00000f49u, 0x00050080u, 0x0000000bu, 0x00000f4bu, 0x00000f4au, 0x0000022au, - 0x00060050u, 0x00000218u, 0x00000f4cu, 0x00000f4bu, 0x00000f4bu, 0x00000f4bu, 0x00050084u, 0x00000218u, - 0x00000f4du, 0x00000f47u, 0x00000f4cu, 0x00050080u, 0x00000218u, 0x00000f4eu, 0x00000f44u, 0x00000f4du, - 0x0003003eu, 0x00000eb3u, 0x00000f4eu, 0x000500a6u, 0x00000034u, 0x00000f52u, 0x00000299u, 0x00000be5u, - 0x000300f7u, 0x00000f8bu, 0x00000000u, 0x000400fau, 0x00000f52u, 0x00000f53u, 0x00000f59u, 0x000200f8u, - 0x00000f59u, 0x00040071u, 0x00000006u, 0x00000f5bu, 0x00001374u, 0x0004007cu, 0x00000017u, 0x00000f5cu, - 0x00000f5bu, 0x000500c3u, 0x00000017u, 0x00000f5du, 0x00000f5cu, 0x000000b8u, 0x00040071u, 0x00000006u, - 0x00000f5fu, 0x0000139fu, 0x0004007cu, 0x00000017u, 0x00000f60u, 0x00000f5fu, 0x000500c3u, 0x00000017u, - 0x00000f61u, 0x00000f60u, 0x000000b8u, 0x00050080u, 0x00000017u, 0x00000f62u, 0x00000f5du, 0x00000f61u, - 0x00050080u, 0x00000017u, 0x00000f63u, 0x00000f62u, 0x000000b5u, 0x0004003du, 0x00000218u, 0x00000f64u, - 0x00000eb3u, 0x000500c3u, 0x00000218u, 0x00000f66u, 0x00000f64u, 0x000016b2u, 0x000500c7u, 0x00000218u, - 0x00000f69u, 0x00000f66u, 0x000016b3u, 0x0003003eu, 0x00000eb3u, 0x00000f69u, 0x0004003du, 0x0000024fu, - 0x00000f6au, 0x00000251u, 0x000500c4u, 0x00000017u, 0x00000f6cu, 0x00000f63u, 0x000000d3u, 0x00050041u, - 0x00000255u, 0x00000f6du, 0x00000eb3u, 0x00000198u, 0x0004003du, 0x0000000bu, 0x00000f6eu, 0x00000f6du, - 0x00040072u, 0x00000017u, 0x00000f6fu, 0x00000f6eu, 0x000500c5u, 0x00000017u, 0x00000f70u, 0x00000f6cu, - 0x00000f6fu, 0x0005005fu, 0x0000025au, 0x00000f71u, 0x00000f6au, 0x00000f70u, 0x00050051u, 0x00000006u, - 0x00000f72u, 0x00000f71u, 0x00000000u, 0x00040071u, 0x00000008u, 0x00000f73u, 0x00000f72u, 0x00050041u, - 0x00000046u, 0x00000f74u, 0x00000eb0u, 0x00000198u, 0x0003003eu, 0x00000f74u, 0x00000f73u, 0x00050041u, - 0x00000255u, 0x00000f78u, 0x00000eb3u, 0x000001bcu, 0x0004003du, 0x0000000bu, 0x00000f79u, 0x00000f78u, - 0x00040072u, 0x00000017u, 0x00000f7au, 0x00000f79u, 0x000500c5u, 0x00000017u, 0x00000f7bu, 0x00000f6cu, - 0x00000f7au, 0x0005005fu, 0x0000025au, 0x00000f7cu, 0x00000f6au, 0x00000f7bu, 0x00050051u, 0x00000006u, - 0x00000f7du, 0x00000f7cu, 0x00000000u, 0x00040071u, 0x00000008u, 0x00000f7eu, 0x00000f7du, 0x00050041u, - 0x00000046u, 0x00000f7fu, 0x00000eb0u, 0x000001bcu, 0x0003003eu, 0x00000f7fu, 0x00000f7eu, 0x00050041u, - 0x00000255u, 0x00000f83u, 0x00000eb3u, 0x00000170u, 0x0004003du, 0x0000000bu, 0x00000f84u, 0x00000f83u, - 0x00040072u, 0x00000017u, 0x00000f85u, 0x00000f84u, 0x000500c5u, 0x00000017u, 0x00000f86u, 0x00000f6cu, - 0x00000f85u, 0x0005005fu, 0x0000025au, 0x00000f87u, 0x00000f6au, 0x00000f86u, 0x00050051u, 0x00000006u, - 0x00000f88u, 0x00000f87u, 0x00000000u, 0x00040071u, 0x00000008u, 0x00000f89u, 0x00000f88u, 0x00050041u, - 0x00000046u, 0x00000f8au, 0x00000eb0u, 0x00000170u, 0x0003003eu, 0x00000f8au, 0x00000f89u, 0x000200f9u, - 0x00000f8bu, 0x000200f8u, 0x00000f53u, 0x0004003du, 0x00000218u, 0x00000f54u, 0x00000eb3u, 0x000500c3u, - 0x00000218u, 0x00000f56u, 0x00000f54u, 0x000016b0u, 0x00040072u, 0x0000012au, 0x00000f57u, 0x00000f56u, - 0x0004007cu, 0x0000001bu, 0x00000f58u, 0x00000f57u, 0x0003003eu, 0x00000eb0u, 0x00000f58u, 0x000200f9u, - 0x00000f8bu, 0x000200f8u, 0x00000f8bu, 0x0004003du, 0x0000001bu, 0x00000f8cu, 0x00000eb0u, 0x000500c7u, - 0x0000001bu, 0x00000f8eu, 0x00000f8cu, 0x000016b1u, 0x000200f9u, 0x00000f8fu, 0x000200f8u, 0x00000f8fu, - 0x000900f5u, 0x00000008u, 0x00001648u, 0x0000135bu, 0x00000ed3u, 0x0000135bu, 0x00000f07u, 0x0000139fu, - 0x00000f8bu, 0x000900f5u, 0x00000008u, 0x0000162du, 0x00001331u, 0x00000ed3u, 0x00001331u, 0x00000f07u, - 0x00001374u, 0x00000f8bu, 0x000900f5u, 0x0000001bu, 0x000013a0u, 0x0000137bu, 0x00000ed3u, 0x00000f08u, - 0x00000f07u, 0x00000f8eu, 0x00000f8bu, 0x000300f7u, 0x00000c58u, 0x00000000u, 0x000400fau, 0x00000c01u, - 0x00000c52u, 0x00000c58u, 0x000200f8u, 0x00000c52u, 0x00040071u, 0x000003acu, 0x00000c54u, 0x000013a0u, - 0x0004007cu, 0x00000018u, 0x00000c55u, 0x00000c54u, 0x00060050u, 0x00000018u, 0x00000f98u, 0x00000bd1u, - 0x00000bd1u, 0x00000bd1u, 0x000500c3u, 0x00000018u, 0x00000f99u, 0x00000f98u, 0x00000101u, 0x000500c7u, - 0x00000018u, 0x00000f9bu, 0x00000f99u, 0x000016acu, 0x000500c7u, 0x00000018u, 0x00000f9eu, 0x00000c55u, - 0x000016adu, 0x00050080u, 0x00000018u, 0x00000fa0u, 0x00000f9eu, 0x000016aeu, 0x000500adu, 0x00000111u, - 0x00000fa2u, 0x00000c55u, 0x00000110u, 0x000600a9u, 0x00000018u, 0x00000fa3u, 0x00000fa2u, 0x0000010du, - 0x00000fa0u, 0x000500c7u, 0x00000018u, 0x00000fa7u, 0x00000c55u, 0x000016acu, 0x00050082u, 0x00000018u, - 0x00000fa8u, 0x00000f9bu, 0x00000fa7u, 0x000500c3u, 0x00000018u, 0x00000faau, 0x00000fa8u, 0x000016afu, - 0x00050082u, 0x00000018u, 0x00000fadu, 0x00000fa3u, 0x00000c55u, 0x000500c7u, 0x00000018u, 0x00000fb1u, - 0x00000fadu, 0x00000faau, 0x00050080u, 0x00000018u, 0x00000fb2u, 0x00000c55u, 0x00000fb1u, 0x000500c7u, - 0x00000018u, 0x00000fb5u, 0x00000fb2u, 0x0000010du, 0x00040072u, 0x0000012au, 0x00000fb6u, 0x00000fb5u, - 0x0004007cu, 0x0000001bu, 0x00000fb7u, 0x00000fb6u, 0x000200f9u, 0x00000c58u, 0x000200f8u, 0x00000c58u, - 0x000700f5u, 0x0000001bu, 0x000013bfu, 0x000013a0u, 0x00000f8fu, 0x00000fb7u, 0x00000c52u, 0x00040071u, - 0x00000006u, 0x00000c5eu, 0x00000cadu, 0x0004007cu, 0x00000017u, 0x00000c5fu, 0x00000c5eu, 0x000300f7u, - 0x00000fd0u, 0x00000000u, 0x000b00fbu, 0x00000c5fu, 0x00000fd0u, 0x00000000u, 0x00000fbcu, 0x00000001u, - 0x00000fc8u, 0x00000002u, 0x00000fcdu, 0x00000003u, 0x00000fceu, 0x000200f8u, 0x00000fceu, 0x000200f9u, - 0x00000fd0u, 0x000200f8u, 0x00000fcdu, 0x000200f9u, 0x00000fd0u, 0x000200f8u, 0x00000fc8u, 0x00050080u, - 0x00000017u, 0x00000fcbu, 0x000012b9u, 0x00000c11u, 0x000500c7u, 0x00000017u, 0x00000fccu, 0x00000fcbu, - 0x000000c7u, 0x000200f9u, 0x00000fd0u, 0x000200f8u, 0x00000fbcu, 0x000300f7u, 0x00000fc7u, 0x00000000u, - 0x000400fau, 0x000012bfu, 0x00000fbeu, 0x00000fc3u, 0x000200f8u, 0x00000fc3u, 0x00050082u, 0x00000017u, - 0x00000fc5u, 0x000012b9u, 0x000000b5u, 0x000500c7u, 0x00000017u, 0x00000fc6u, 0x00000fc5u, 0x000000c7u, - 0x000200f9u, 0x00000fc7u, 0x000200f8u, 0x00000fbeu, 0x00050080u, 0x00000017u, 0x00000fc1u, 0x00000c11u, - 0x000012b9u, 0x0007000cu, 0x00000017u, 0x00000fc2u, 0x00000001u, 0x00000027u, 0x000000c7u, 0x00000fc1u, - 0x000200f9u, 0x00000fc7u, 0x000200f8u, 0x00000fc7u, 0x000700f5u, 0x00000017u, 0x000013bdu, 0x00000fc2u, - 0x00000fbeu, 0x00000fc6u, 0x00000fc3u, 0x000200f9u, 0x00000fd0u, 0x000200f8u, 0x00000fd0u, 0x000d00f5u, - 0x00000017u, 0x000013bcu, 0x000000abu, 0x00000c58u, 0x000013bdu, 0x00000fc7u, 0x00000fccu, 0x00000fc8u, - 0x000000c7u, 0x00000fcdu, 0x00000c11u, 0x00000fceu, 0x000500c4u, 0x00000017u, 0x00000c65u, 0x000013bcu, - 0x000000c1u, 0x00040072u, 0x00000129u, 0x00000c66u, 0x00000c65u, 0x0004007cu, 0x00000008u, 0x00000c67u, - 0x00000c66u, 0x00050051u, 0x00000008u, 0x00000c68u, 0x000013bfu, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00000c69u, 0x000013bfu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00000c6au, 0x000013bfu, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00000c6bu, 0x00000c68u, 0x00000c69u, 0x00000c6au, 0x00000c67u, 0x000300f7u, - 0x00000fdeu, 0x00000000u, 0x000400fau, 0x00000680u, 0x00000fd3u, 0x00000fdcu, 0x000200f8u, 0x00000fdcu, - 0x0003003eu, 0x0000038bu, 0x00000c6bu, 0x000200f9u, 0x00000fdeu, 0x000200f8u, 0x00000fd3u, 0x00050041u, - 0x00000046u, 0x00000fd6u, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000fd6u, 0x00000c68u, 0x00050041u, - 0x00000046u, 0x00000fd8u, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000fd8u, 0x00000c69u, 0x00050041u, - 0x00000046u, 0x00000fdau, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000fdau, 0x00000c6au, 0x000200f9u, - 0x00000fdeu, 0x000200f8u, 0x00000fdeu, 0x000300f7u, 0x00000c7au, 0x00000000u, 0x000400fau, 0x00000bedu, - 0x00000c6eu, 0x00000c76u, 0x000200f8u, 0x00000c76u, 0x000300f7u, 0x00000c79u, 0x00000000u, 0x000400fau, - 0x00000574u, 0x00000c77u, 0x00000c79u, 0x000200f8u, 0x00000c77u, 0x000300f7u, 0x0000105bu, 0x00000000u, - 0x000700fbu, 0x00000372u, 0x0000105bu, 0x00000002u, 0x00001028u, 0x00000003u, 0x00001045u, 0x000200f8u, - 0x00001045u, 0x0004003du, 0x00000009u, 0x00001046u, 0x0000038bu, 0x0007004fu, 0x00000036u, 0x00001047u, - 0x00001046u, 0x00001046u, 0x00000000u, 0x00000003u, 0x00040071u, 0x00000074u, 0x00001048u, 0x00001047u, - 0x0003003eu, 0x00001024u, 0x00001048u, 0x00050041u, 0x00000007u, 0x00001049u, 0x00001024u, 0x00000198u, - 0x0004003du, 0x00000006u, 0x0000104au, 0x00001049u, 0x000500c4u, 0x00000006u, 0x0000104bu, 0x0000104au, - 0x000003b0u, 0x00050041u, 0x00000007u, 0x0000104cu, 0x00001024u, 0x000001bcu, 0x0004003du, 0x00000006u, - 0x0000104du, 0x0000104cu, 0x000500c5u, 0x00000006u, 0x0000104eu, 0x0000104bu, 0x0000104du, 0x000500c7u, - 0x00000006u, 0x00001050u, 0x0000104eu, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00001051u, 0x00001050u, - 0x000001c4u, 0x000500c2u, 0x00000006u, 0x00001053u, 0x0000104eu, 0x00000170u, 0x00040071u, 0x0000000au, - 0x00001054u, 0x00001053u, 0x000500c7u, 0x00000006u, 0x00001056u, 0x0000104eu, 0x000001c4u, 0x000500c4u, - 0x00000006u, 0x00001057u, 0x00001056u, 0x00000170u, 0x000500c5u, 0x00000006u, 0x00001059u, 0x00001057u, - 0x00001051u, 0x00040071u, 0x00000008u, 0x0000105au, 0x00001059u, 0x000200f9u, 0x0000105bu, 0x000200f8u, - 0x00001028u, 0x00050041u, 0x00000046u, 0x00001029u, 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, - 0x0000102au, 0x00001029u, 0x000500c2u, 0x00000008u, 0x0000102bu, 0x0000102au, 0x00000201u, 0x00050041u, - 0x00000046u, 0x0000102cu, 0x0000038bu, 0x00000170u, 0x0004003du, 0x00000008u, 0x0000102du, 0x0000102cu, - 0x000500c7u, 0x00000008u, 0x0000102eu, 0x0000102du, 0x0000040bu, 0x000500c5u, 0x00000008u, 0x0000102fu, - 0x0000102bu, 0x0000102eu, 0x00050041u, 0x00000046u, 0x00001030u, 0x0000038bu, 0x00000198u, 0x0004003du, - 0x00000008u, 0x00001031u, 0x00001030u, 0x00040071u, 0x00000006u, 0x00001032u, 0x00001031u, 0x000500c7u, - 0x00000006u, 0x00001033u, 0x00001032u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00001034u, 0x00001033u, - 0x00000413u, 0x00050041u, 0x00000046u, 0x00001035u, 0x0000038bu, 0x000001bcu, 0x0004003du, 0x00000008u, - 0x00001036u, 0x00001035u, 0x00040071u, 0x00000006u, 0x00001037u, 0x00001036u, 0x000500c7u, 0x00000006u, - 0x00001038u, 0x00001037u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00001039u, 0x00001038u, 0x000001bcu, - 0x000500c5u, 0x00000006u, 0x0000103bu, 0x00001034u, 0x00001039u, 0x0004003du, 0x00000008u, 0x0000103du, - 0x0000102cu, 0x00040071u, 0x00000006u, 0x0000103eu, 0x0000103du, 0x000500c7u, 0x00000006u, 0x0000103fu, - 0x0000103eu, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00001040u, 0x0000103fu, 0x00000420u, 0x000500c5u, - 0x00000006u, 0x00001042u, 0x0000103bu, 0x00001040u, 0x00040071u, 0x0000000au, 0x00001044u, 0x00001042u, - 0x000200f9u, 0x0000105bu, 0x000200f8u, 0x0000105bu, 0x000900f5u, 0x00000008u, 0x0000159fu, 0x000012a4u, - 0x00000c77u, 0x0000102fu, 0x00001028u, 0x0000105au, 0x00001045u, 0x000900f5u, 0x0000000au, 0x00001561u, - 0x000012a1u, 0x00000c77u, 0x00001044u, 0x00001028u, 0x00001054u, 0x00001045u, 0x000200f9u, 0x00000c79u, - 0x000200f8u, 0x00000c79u, 0x000700f5u, 0x00000008u, 0x00001581u, 0x000012a4u, 0x00000c76u, 0x0000159fu, - 0x0000105bu, 0x000700f5u, 0x0000000au, 0x00001543u, 0x000012a1u, 0x00000c76u, 0x00001561u, 0x0000105bu, - 0x000200f9u, 0x00000c7au, 0x000200f8u, 0x00000c6eu, 0x00050082u, 0x00000017u, 0x00000fe6u, 0x0000014bu, - 0x00000bceu, 0x0007000cu, 0x00000017u, 0x00000fe7u, 0x00000001u, 0x0000002au, 0x00000fe6u, 0x000000b5u, - 0x0006000cu, 0x00000017u, 0x00000fe9u, 0x00000001u, 0x0000004au, 0x00000fe7u, 0x00050082u, 0x00000017u, - 0x00000feau, 0x00000150u, 0x00000fe9u, 0x0008000cu, 0x00000017u, 0x00000fecu, 0x00000001u, 0x0000002du, - 0x00000feau, 0x000000abu, 0x000000c7u, 0x00050082u, 0x00000017u, 0x00000feeu, 0x000000c4u, 0x00000fecu, - 0x0007000cu, 0x00000017u, 0x00000fefu, 0x00000001u, 0x0000002au, 0x00000feeu, 0x000000abu, 0x000500c3u, - 0x00000017u, 0x00000ff2u, 0x00000bceu, 0x00000fefu, 0x000500c7u, 0x00000017u, 0x00000ff3u, 0x00000ff2u, - 0x00000138u, 0x000500c4u, 0x00000017u, 0x00000ff5u, 0x00000fecu, 0x000000d3u, 0x00050080u, 0x00000017u, - 0x00000ff7u, 0x00000ff5u, 0x00000ff3u, 0x00040072u, 0x0000000bu, 0x00000ff8u, 0x00000ff7u, 0x0004007cu, - 0x0000000au, 0x00000ff9u, 0x00000ff8u, 0x000300f7u, 0x00000c75u, 0x00000000u, 0x000400fau, 0x00000574u, - 0x00000c73u, 0x00000c75u, 0x000200f8u, 0x00000c73u, 0x00040071u, 0x00000006u, 0x00000ffdu, 0x00000ff9u, - 0x000500c4u, 0x00000006u, 0x00000ffeu, 0x00000ffdu, 0x00000420u, 0x000500c5u, 0x00000006u, 0x00001001u, - 0x00000ffeu, 0x00000c0du, 0x000300f7u, 0x00001022u, 0x00000000u, 0x000700fbu, 0x00000372u, 0x00001022u, - 0x00000002u, 0x00001002u, 0x00000003u, 0x00001017u, 0x000200f8u, 0x00001017u, 0x000500c2u, 0x00000006u, - 0x00001019u, 0x00001001u, 0x0000044du, 0x000500c7u, 0x00000006u, 0x0000101au, 0x00001019u, 0x000003ddu, - 0x00040071u, 0x00000008u, 0x0000101bu, 0x0000101au, 0x00050041u, 0x00000046u, 0x0000101cu, 0x0000038bu, - 0x00000198u, 0x0003003eu, 0x0000101cu, 0x0000101bu, 0x000500c2u, 0x00000006u, 0x0000101eu, 0x00001001u, - 0x00000170u, 0x000500c7u, 0x00000006u, 0x0000101fu, 0x0000101eu, 0x000003ddu, 0x00040071u, 0x00000008u, - 0x00001020u, 0x0000101fu, 0x00050041u, 0x00000046u, 0x00001021u, 0x0000038bu, 0x000001c4u, 0x0003003eu, - 0x00001021u, 0x00001020u, 0x000200f9u, 0x00001022u, 0x000200f8u, 0x00001002u, 0x000500c2u, 0x00000006u, - 0x00001004u, 0x00001001u, 0x0000044du, 0x000500c7u, 0x00000006u, 0x00001005u, 0x00001004u, 0x000003b7u, - 0x00040071u, 0x00000008u, 0x00001006u, 0x00001005u, 0x00050041u, 0x00000046u, 0x00001007u, 0x0000038bu, - 0x00000198u, 0x0003003eu, 0x00001007u, 0x00001006u, 0x000500c2u, 0x00000006u, 0x00001009u, 0x00001001u, - 0x00000453u, 0x000500c7u, 0x00000006u, 0x0000100au, 0x00001009u, 0x000003b7u, 0x00040071u, 0x00000008u, - 0x0000100bu, 0x0000100au, 0x00050041u, 0x00000046u, 0x0000100cu, 0x0000038bu, 0x000001bcu, 0x0003003eu, - 0x0000100cu, 0x0000100bu, 0x000500c2u, 0x00000006u, 0x0000100eu, 0x00001001u, 0x00000198u, 0x000500c7u, - 0x00000006u, 0x0000100fu, 0x0000100eu, 0x000003b7u, 0x00040071u, 0x00000008u, 0x00001010u, 0x0000100fu, - 0x00050041u, 0x00000046u, 0x00001011u, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00001011u, 0x00001010u, - 0x000500c7u, 0x00000006u, 0x00001013u, 0x00001001u, 0x0000045eu, 0x000500c4u, 0x00000006u, 0x00001014u, - 0x00001013u, 0x00000453u, 0x00040071u, 0x00000008u, 0x00001015u, 0x00001014u, 0x00050041u, 0x00000046u, - 0x00001016u, 0x0000038bu, 0x000001c4u, 0x0003003eu, 0x00001016u, 0x00001015u, 0x000200f9u, 0x00001022u, - 0x000200f8u, 0x00001022u, 0x000200f9u, 0x00000c75u, 0x000200f8u, 0x00000c75u, 0x000200f9u, 0x00000c7au, - 0x000200f8u, 0x00000c7au, 0x000700f5u, 0x00000008u, 0x0000157eu, 0x00000c9au, 0x00000c75u, 0x00001581u, - 0x00000c79u, 0x000700f5u, 0x0000000au, 0x00001540u, 0x00000ff9u, 0x00000c75u, 0x00001543u, 0x00000c79u, - 0x000600a9u, 0x00000034u, 0x000016f5u, 0x00000bedu, 0x000002bcu, 0x00001465u, 0x000200f9u, 0x00000c7bu, - 0x000200f8u, 0x00000c7bu, 0x000700f5u, 0x0000001bu, 0x000016d0u, 0x000016beu, 0x00000c29u, 0x000016d8u, - 0x00000c7au, 0x000700f5u, 0x0000001bu, 0x0000165du, 0x00001386u, 0x00000c29u, 0x0000137bu, 0x00000c7au, - 0x000700f5u, 0x00000008u, 0x00001642u, 0x0000135bu, 0x00000c29u, 0x00001648u, 0x00000c7au, 0x000700f5u, - 0x00000008u, 0x00001627u, 0x00001331u, 0x00000c29u, 0x0000162du, 0x00000c7au, 0x000700f5u, 0x0000001bu, - 0x000015ffu, 0x00001312u, 0x00000c29u, 0x00001607u, 0x00000c7au, 0x000700f5u, 0x00000008u, 0x000015d7u, - 0x000012f4u, 0x00000c29u, 0x000015dfu, 0x00000c7au, 0x000700f5u, 0x00000008u, 0x000015afu, 0x000012d7u, - 0x00000c29u, 0x000015b7u, 0x00000c7au, 0x000700f5u, 0x00000008u, 0x00001571u, 0x000012a4u, 0x00000c29u, - 0x0000157eu, 0x00000c7au, 0x000700f5u, 0x0000000au, 0x00001533u, 0x000012a1u, 0x00000c29u, 0x00001540u, - 0x00000c7au, 0x000700f5u, 0x00000034u, 0x00001475u, 0x00001465u, 0x00000c29u, 0x000016f5u, 0x00000c7au, - 0x000600a9u, 0x00000034u, 0x000016f6u, 0x00000c2au, 0x000002bcu, 0x00001448u, 0x000200f9u, 0x000008d6u, - 0x000200f8u, 0x000008d5u, 0x00060041u, 0x000003f3u, 0x000008ddu, 0x000008dbu, 0x000000abu, 0x000008b7u, - 0x0004003du, 0x00000006u, 0x000008deu, 0x000008ddu, 0x000300f7u, 0x00000b31u, 0x00000000u, 0x000900fbu, - 0x00000372u, 0x00000b31u, 0x00000000u, 0x00000b12u, 0x00000001u, 0x00000b13u, 0x00000002u, 0x00000b1au, - 0x000200f8u, 0x00000b1au, 0x000500c2u, 0x00000006u, 0x00000b1cu, 0x000008deu, 0x000000cau, 0x000500c7u, - 0x00000006u, 0x00000b1du, 0x00000b1cu, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00000b1fu, 0x000008deu, - 0x000000bbu, 0x000500c7u, 0x00000006u, 0x00000b20u, 0x00000b1fu, 0x000003b7u, 0x000500c4u, 0x00000006u, - 0x00000b22u, 0x000008deu, 0x000000b8u, 0x000500c7u, 0x00000006u, 0x00000b23u, 0x00000b22u, 0x000003b7u, - 0x000500c7u, 0x00000006u, 0x00000b25u, 0x000008deu, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00000b26u, - 0x00000b25u, 0x000006aau, 0x00040071u, 0x00000008u, 0x00000b28u, 0x00000b1du, 0x00040071u, 0x00000008u, - 0x00000b2au, 0x00000b20u, 0x00040071u, 0x00000008u, 0x00000b2cu, 0x00000b23u, 0x00040071u, 0x00000008u, - 0x00000b2eu, 0x00000b26u, 0x00070050u, 0x00000009u, 0x00000b2fu, 0x00000b28u, 0x00000b2au, 0x00000b2cu, - 0x00000b2eu, 0x000300f7u, 0x00000b4eu, 0x00000000u, 0x000400fau, 0x00000680u, 0x00000b43u, 0x00000b4cu, - 0x000200f8u, 0x00000b4cu, 0x0003003eu, 0x0000038bu, 0x00000b2fu, 0x000200f9u, 0x00000b4eu, 0x000200f8u, - 0x00000b43u, 0x00050041u, 0x00000046u, 0x00000b46u, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000b46u, - 0x00000b28u, 0x00050041u, 0x00000046u, 0x00000b48u, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000b48u, - 0x00000b2au, 0x00050041u, 0x00000046u, 0x00000b4au, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000b4au, - 0x00000b2cu, 0x000200f9u, 0x00000b4eu, 0x000200f8u, 0x00000b4eu, 0x000200f9u, 0x00000b31u, 0x000200f8u, - 0x00000b13u, 0x000500c7u, 0x00000006u, 0x00000b15u, 0x000008deu, 0x000003ddu, 0x00040071u, 0x00000008u, - 0x00000b17u, 0x00000b15u, 0x00070050u, 0x00000009u, 0x00000b18u, 0x00000b17u, 0x00000b17u, 0x00000b17u, - 0x00000b17u, 0x000300f7u, 0x00000b41u, 0x00000000u, 0x000400fau, 0x00000680u, 0x00000b36u, 0x00000b3fu, - 0x000200f8u, 0x00000b3fu, 0x0003003eu, 0x0000038bu, 0x00000b18u, 0x000200f9u, 0x00000b41u, 0x000200f8u, - 0x00000b36u, 0x00050041u, 0x00000046u, 0x00000b39u, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000b39u, - 0x00000b17u, 0x00050041u, 0x00000046u, 0x00000b3bu, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000b3bu, - 0x00000b17u, 0x00050041u, 0x00000046u, 0x00000b3du, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000b3du, - 0x00000b17u, 0x000200f9u, 0x00000b41u, 0x000200f8u, 0x00000b41u, 0x000200f9u, 0x00000b31u, 0x000200f8u, - 0x00000b12u, 0x0003003eu, 0x0000038bu, 0x00000691u, 0x000200f9u, 0x00000b31u, 0x000200f8u, 0x00000b31u, - 0x000b00f5u, 0x00000034u, 0x00001450u, 0x00001448u, 0x000008d5u, 0x000002bcu, 0x00000b12u, 0x000002bcu, - 0x00000b41u, 0x000002bcu, 0x00000b4eu, 0x000300f7u, 0x00000b34u, 0x00000000u, 0x000400fau, 0x00000574u, - 0x00000b32u, 0x00000b34u, 0x000200f8u, 0x00000b32u, 0x000300f7u, 0x00000b87u, 0x00000000u, 0x000700fbu, - 0x00000372u, 0x00000b87u, 0x00000002u, 0x00000b54u, 0x00000003u, 0x00000b71u, 0x000200f8u, 0x00000b71u, - 0x0004003du, 0x00000009u, 0x00000b72u, 0x0000038bu, 0x0007004fu, 0x00000036u, 0x00000b73u, 0x00000b72u, - 0x00000b72u, 0x00000000u, 0x00000003u, 0x00040071u, 0x00000074u, 0x00000b74u, 0x00000b73u, 0x0003003eu, - 0x00000b50u, 0x00000b74u, 0x00050041u, 0x00000007u, 0x00000b75u, 0x00000b50u, 0x00000198u, 0x0004003du, - 0x00000006u, 0x00000b76u, 0x00000b75u, 0x000500c4u, 0x00000006u, 0x00000b77u, 0x00000b76u, 0x000003b0u, - 0x00050041u, 0x00000007u, 0x00000b78u, 0x00000b50u, 0x000001bcu, 0x0004003du, 0x00000006u, 0x00000b79u, - 0x00000b78u, 0x000500c5u, 0x00000006u, 0x00000b7au, 0x00000b77u, 0x00000b79u, 0x000500c7u, 0x00000006u, - 0x00000b7cu, 0x00000b7au, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00000b7du, 0x00000b7cu, 0x000001c4u, - 0x000500c2u, 0x00000006u, 0x00000b7fu, 0x00000b7au, 0x00000170u, 0x00040071u, 0x0000000au, 0x00000b80u, - 0x00000b7fu, 0x000500c7u, 0x00000006u, 0x00000b82u, 0x00000b7au, 0x000001c4u, 0x000500c4u, 0x00000006u, - 0x00000b83u, 0x00000b82u, 0x00000170u, 0x000500c5u, 0x00000006u, 0x00000b85u, 0x00000b83u, 0x00000b7du, - 0x00040071u, 0x00000008u, 0x00000b86u, 0x00000b85u, 0x000200f9u, 0x00000b87u, 0x000200f8u, 0x00000b54u, - 0x00050041u, 0x00000046u, 0x00000b55u, 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00000b56u, - 0x00000b55u, 0x000500c2u, 0x00000008u, 0x00000b57u, 0x00000b56u, 0x00000201u, 0x00050041u, 0x00000046u, - 0x00000b58u, 0x0000038bu, 0x00000170u, 0x0004003du, 0x00000008u, 0x00000b59u, 0x00000b58u, 0x000500c7u, - 0x00000008u, 0x00000b5au, 0x00000b59u, 0x0000040bu, 0x000500c5u, 0x00000008u, 0x00000b5bu, 0x00000b57u, - 0x00000b5au, 0x00050041u, 0x00000046u, 0x00000b5cu, 0x0000038bu, 0x00000198u, 0x0004003du, 0x00000008u, - 0x00000b5du, 0x00000b5cu, 0x00040071u, 0x00000006u, 0x00000b5eu, 0x00000b5du, 0x000500c7u, 0x00000006u, - 0x00000b5fu, 0x00000b5eu, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00000b60u, 0x00000b5fu, 0x00000413u, - 0x00050041u, 0x00000046u, 0x00000b61u, 0x0000038bu, 0x000001bcu, 0x0004003du, 0x00000008u, 0x00000b62u, - 0x00000b61u, 0x00040071u, 0x00000006u, 0x00000b63u, 0x00000b62u, 0x000500c7u, 0x00000006u, 0x00000b64u, - 0x00000b63u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00000b65u, 0x00000b64u, 0x000001bcu, 0x000500c5u, - 0x00000006u, 0x00000b67u, 0x00000b60u, 0x00000b65u, 0x0004003du, 0x00000008u, 0x00000b69u, 0x00000b58u, - 0x00040071u, 0x00000006u, 0x00000b6au, 0x00000b69u, 0x000500c7u, 0x00000006u, 0x00000b6bu, 0x00000b6au, - 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00000b6cu, 0x00000b6bu, 0x00000420u, 0x000500c5u, 0x00000006u, - 0x00000b6eu, 0x00000b67u, 0x00000b6cu, 0x00040071u, 0x0000000au, 0x00000b70u, 0x00000b6eu, 0x000200f9u, - 0x00000b87u, 0x000200f8u, 0x00000b87u, 0x000900f5u, 0x00000008u, 0x00001570u, 0x000012a4u, 0x00000b32u, - 0x00000b5bu, 0x00000b54u, 0x00000b86u, 0x00000b71u, 0x000900f5u, 0x0000000au, 0x00001532u, 0x000012a1u, - 0x00000b32u, 0x00000b70u, 0x00000b54u, 0x00000b80u, 0x00000b71u, 0x000200f9u, 0x00000b34u, 0x000200f8u, - 0x00000b34u, 0x000700f5u, 0x00000008u, 0x0000156cu, 0x000012a4u, 0x00000b31u, 0x00001570u, 0x00000b87u, - 0x000700f5u, 0x0000000au, 0x0000152eu, 0x000012a1u, 0x00000b31u, 0x00001532u, 0x00000b87u, 0x000200f9u, - 0x000008d6u, 0x000200f8u, 0x000008d6u, 0x000700f5u, 0x0000001bu, 0x000016cfu, 0x000016d0u, 0x00000c7bu, - 0x000016beu, 0x00000b34u, 0x000700f5u, 0x0000001bu, 0x00001657u, 0x00001386u, 0x00000b34u, 0x0000165du, - 0x00000c7bu, 0x000700f5u, 0x00000008u, 0x0000163cu, 0x0000135bu, 0x00000b34u, 0x00001642u, 0x00000c7bu, - 0x000700f5u, 0x00000008u, 0x00001621u, 0x00001331u, 0x00000b34u, 0x00001627u, 0x00000c7bu, 0x000700f5u, - 0x0000001bu, 0x000015f9u, 0x00001312u, 0x00000b34u, 0x000015ffu, 0x00000c7bu, 0x000700f5u, 0x00000008u, - 0x000015d1u, 0x000012f4u, 0x00000b34u, 0x000015d7u, 0x00000c7bu, 0x000700f5u, 0x00000008u, 0x000015a9u, - 0x000012d7u, 0x00000b34u, 0x000015afu, 0x00000c7bu, 0x000700f5u, 0x00000008u, 0x0000156bu, 0x0000156cu, - 0x00000b34u, 0x00001571u, 0x00000c7bu, 0x000700f5u, 0x0000000au, 0x0000152du, 0x0000152eu, 0x00000b34u, - 0x00001533u, 0x00000c7bu, 0x000700f5u, 0x0000001bu, 0x000014efu, 0x00001298u, 0x00000b34u, 0x00001296u, - 0x00000c7bu, 0x000700f5u, 0x00000034u, 0x0000146fu, 0x00001465u, 0x00000b34u, 0x00001475u, 0x00000c7bu, - 0x000700f5u, 0x00000034u, 0x0000144eu, 0x00001450u, 0x00000b34u, 0x000016f6u, 0x00000c7bu, 0x000200f9u, - 0x000008cbu, 0x000200f8u, 0x000008cau, 0x00070041u, 0x000003f3u, 0x000008ceu, 0x000000aau, 0x000000abu, - 0x000008aeu, 0x000000d0u, 0x0004003du, 0x00000006u, 0x000008cfu, 0x000008ceu, 0x000300f7u, 0x00000a9au, - 0x00000000u, 0x000b00fbu, 0x00000372u, 0x00000a9au, 0x00000004u, 0x00000a40u, 0x00000002u, 0x00000a57u, - 0x00000003u, 0x00000a74u, 0x00000001u, 0x00000a8du, 0x000200f8u, 0x00000a8du, 0x000500c7u, 0x00000006u, - 0x00000a8fu, 0x000013c3u, 0x000001c4u, 0x000500c6u, 0x00000006u, 0x00000a90u, 0x00000a8fu, 0x000001c4u, - 0x00050084u, 0x00000006u, 0x00000a91u, 0x00000a90u, 0x000003b0u, 0x000500c2u, 0x00000006u, 0x00000a93u, - 0x000008cfu, 0x00000a91u, 0x000500c7u, 0x00000006u, 0x00000a95u, 0x00000a93u, 0x000003ddu, 0x00040071u, - 0x00000008u, 0x00000a97u, 0x00000a95u, 0x00070050u, 0x00000009u, 0x00000a98u, 0x00000a97u, 0x00000a97u, - 0x00000a97u, 0x00000a97u, 0x000300f7u, 0x00000ad1u, 0x00000000u, 0x000400fau, 0x00000680u, 0x00000ac6u, - 0x00000acfu, 0x000200f8u, 0x00000acfu, 0x0003003eu, 0x0000038bu, 0x00000a98u, 0x000200f9u, 0x00000ad1u, - 0x000200f8u, 0x00000ac6u, 0x00050041u, 0x00000046u, 0x00000ac9u, 0x0000038bu, 0x00000198u, 0x0003003eu, - 0x00000ac9u, 0x00000a97u, 0x00050041u, 0x00000046u, 0x00000acbu, 0x0000038bu, 0x000001bcu, 0x0003003eu, - 0x00000acbu, 0x00000a97u, 0x00050041u, 0x00000046u, 0x00000acdu, 0x0000038bu, 0x00000170u, 0x0003003eu, - 0x00000acdu, 0x00000a97u, 0x000200f9u, 0x00000ad1u, 0x000200f8u, 0x00000ad1u, 0x000200f9u, 0x00000a9au, - 0x000200f8u, 0x00000a74u, 0x000500c7u, 0x00000006u, 0x00000a76u, 0x000013c3u, 0x000001bcu, 0x000500c6u, - 0x00000006u, 0x00000a77u, 0x00000a76u, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00000a78u, 0x00000a77u, - 0x000003f9u, 0x000500c2u, 0x00000006u, 0x00000a7au, 0x000008cfu, 0x00000a78u, 0x000500c7u, 0x00000006u, - 0x00000a7cu, 0x00000a7au, 0x00000705u, 0x000500c2u, 0x00000006u, 0x00000a7eu, 0x00000a7cu, 0x000003b0u, - 0x000500c7u, 0x00000006u, 0x00000a7fu, 0x00000a7eu, 0x000003ddu, 0x000500c2u, 0x00000006u, 0x00000a81u, - 0x00000a7cu, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000a82u, 0x00000a81u, 0x000003ddu, 0x00040071u, - 0x00000008u, 0x00000a84u, 0x00000a7fu, 0x00040071u, 0x00000008u, 0x00000a8au, 0x00000a82u, 0x00070050u, - 0x00000009u, 0x00000a8bu, 0x00000a84u, 0x00000a84u, 0x00000a84u, 0x00000a8au, 0x000300f7u, 0x00000ac4u, - 0x00000000u, 0x000400fau, 0x00000680u, 0x00000ab9u, 0x00000ac2u, 0x000200f8u, 0x00000ac2u, 0x0003003eu, - 0x0000038bu, 0x00000a8bu, 0x000200f9u, 0x00000ac4u, 0x000200f8u, 0x00000ab9u, 0x00050041u, 0x00000046u, - 0x00000abcu, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000abcu, 0x00000a84u, 0x00050041u, 0x00000046u, - 0x00000abeu, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000abeu, 0x00000a84u, 0x00050041u, 0x00000046u, - 0x00000ac0u, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000ac0u, 0x00000a84u, 0x000200f9u, 0x00000ac4u, - 0x000200f8u, 0x00000ac4u, 0x000200f9u, 0x00000a9au, 0x000200f8u, 0x00000a57u, 0x000500c7u, 0x00000006u, - 0x00000a59u, 0x000013c3u, 0x000001bcu, 0x000500c6u, 0x00000006u, 0x00000a5au, 0x00000a59u, 0x000001bcu, - 0x00050084u, 0x00000006u, 0x00000a5bu, 0x00000a5au, 0x000003f9u, 0x000500c2u, 0x00000006u, 0x00000a5du, - 0x000008cfu, 0x00000a5bu, 0x000500c2u, 0x00000006u, 0x00000a5fu, 0x00000a5du, 0x000003b0u, 0x000500c7u, - 0x00000006u, 0x00000a60u, 0x00000a5fu, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00000a62u, 0x00000a5du, - 0x000001c4u, 0x000500c7u, 0x00000006u, 0x00000a63u, 0x00000a62u, 0x000003b7u, 0x000500c4u, 0x00000006u, - 0x00000a65u, 0x00000a5du, 0x00000170u, 0x000500c7u, 0x00000006u, 0x00000a66u, 0x00000a65u, 0x000003b7u, - 0x000500c7u, 0x00000006u, 0x00000a68u, 0x00000a5du, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00000a69u, - 0x00000a68u, 0x000006aau, 0x00040071u, 0x00000008u, 0x00000a6bu, 0x00000a60u, 0x00040071u, 0x00000008u, - 0x00000a6du, 0x00000a63u, 0x00040071u, 0x00000008u, 0x00000a6fu, 0x00000a66u, 0x00040071u, 0x00000008u, - 0x00000a71u, 0x00000a69u, 0x00070050u, 0x00000009u, 0x00000a72u, 0x00000a6bu, 0x00000a6du, 0x00000a6fu, - 0x00000a71u, 0x000300f7u, 0x00000ab7u, 0x00000000u, 0x000400fau, 0x00000680u, 0x00000aacu, 0x00000ab5u, - 0x000200f8u, 0x00000ab5u, 0x0003003eu, 0x0000038bu, 0x00000a72u, 0x000200f9u, 0x00000ab7u, 0x000200f8u, - 0x00000aacu, 0x00050041u, 0x00000046u, 0x00000aafu, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000aafu, - 0x00000a6bu, 0x00050041u, 0x00000046u, 0x00000ab1u, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000ab1u, - 0x00000a6du, 0x00050041u, 0x00000046u, 0x00000ab3u, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000ab3u, - 0x00000a6fu, 0x000200f9u, 0x00000ab7u, 0x000200f8u, 0x00000ab7u, 0x000200f9u, 0x00000a9au, 0x000200f8u, - 0x00000a40u, 0x000500c2u, 0x00000006u, 0x00000a42u, 0x000008cfu, 0x000003f8u, 0x000500c7u, 0x00000006u, - 0x00000a43u, 0x00000a42u, 0x000003ddu, 0x000500c2u, 0x00000006u, 0x00000a45u, 0x000008cfu, 0x000003f9u, - 0x000500c7u, 0x00000006u, 0x00000a46u, 0x00000a45u, 0x000003ddu, 0x000500c2u, 0x00000006u, 0x00000a48u, - 0x000008cfu, 0x000003b0u, 0x000500c7u, 0x00000006u, 0x00000a49u, 0x00000a48u, 0x000003ddu, 0x000500c2u, - 0x00000006u, 0x00000a4bu, 0x000008cfu, 0x00000198u, 0x000500c7u, 0x00000006u, 0x00000a4cu, 0x00000a4bu, - 0x000003ddu, 0x00040071u, 0x00000008u, 0x00000a4eu, 0x00000a43u, 0x00040071u, 0x00000008u, 0x00000a50u, - 0x00000a46u, 0x00040071u, 0x00000008u, 0x00000a52u, 0x00000a49u, 0x00040071u, 0x00000008u, 0x00000a54u, - 0x00000a4cu, 0x00070050u, 0x00000009u, 0x00000a55u, 0x00000a4eu, 0x00000a50u, 0x00000a52u, 0x00000a54u, - 0x000300f7u, 0x00000aaau, 0x00000000u, 0x000400fau, 0x00000680u, 0x00000a9fu, 0x00000aa8u, 0x000200f8u, - 0x00000aa8u, 0x0003003eu, 0x0000038bu, 0x00000a55u, 0x000200f9u, 0x00000aaau, 0x000200f8u, 0x00000a9fu, - 0x00050041u, 0x00000046u, 0x00000aa2u, 0x0000038bu, 0x00000198u, 0x0003003eu, 0x00000aa2u, 0x00000a4eu, - 0x00050041u, 0x00000046u, 0x00000aa4u, 0x0000038bu, 0x000001bcu, 0x0003003eu, 0x00000aa4u, 0x00000a50u, - 0x00050041u, 0x00000046u, 0x00000aa6u, 0x0000038bu, 0x00000170u, 0x0003003eu, 0x00000aa6u, 0x00000a52u, - 0x000200f9u, 0x00000aaau, 0x000200f8u, 0x00000aaau, 0x000200f9u, 0x00000a9au, 0x000200f8u, 0x00000a9au, - 0x000d00f5u, 0x00000034u, 0x0000144cu, 0x00001448u, 0x000008cau, 0x000002bcu, 0x00000aaau, 0x000002bcu, - 0x00000ab7u, 0x000002bcu, 0x00000ac4u, 0x000002bcu, 0x00000ad1u, 0x000300f7u, 0x00000a9du, 0x00000000u, - 0x000400fau, 0x00000574u, 0x00000a9bu, 0x00000a9du, 0x000200f8u, 0x00000a9bu, 0x000300f7u, 0x00000b0au, - 0x00000000u, 0x000700fbu, 0x00000372u, 0x00000b0au, 0x00000002u, 0x00000ad7u, 0x00000003u, 0x00000af4u, - 0x000200f8u, 0x00000af4u, 0x0004003du, 0x00000009u, 0x00000af5u, 0x0000038bu, 0x0007004fu, 0x00000036u, - 0x00000af6u, 0x00000af5u, 0x00000af5u, 0x00000000u, 0x00000003u, 0x00040071u, 0x00000074u, 0x00000af7u, - 0x00000af6u, 0x0003003eu, 0x00000ad3u, 0x00000af7u, 0x00050041u, 0x00000007u, 0x00000af8u, 0x00000ad3u, - 0x00000198u, 0x0004003du, 0x00000006u, 0x00000af9u, 0x00000af8u, 0x000500c4u, 0x00000006u, 0x00000afau, - 0x00000af9u, 0x000003b0u, 0x00050041u, 0x00000007u, 0x00000afbu, 0x00000ad3u, 0x000001bcu, 0x0004003du, - 0x00000006u, 0x00000afcu, 0x00000afbu, 0x000500c5u, 0x00000006u, 0x00000afdu, 0x00000afau, 0x00000afcu, - 0x000500c7u, 0x00000006u, 0x00000affu, 0x00000afdu, 0x000001bcu, 0x00050084u, 0x00000006u, 0x00000b00u, - 0x00000affu, 0x000001c4u, 0x000500c2u, 0x00000006u, 0x00000b02u, 0x00000afdu, 0x00000170u, 0x00040071u, - 0x0000000au, 0x00000b03u, 0x00000b02u, 0x000500c7u, 0x00000006u, 0x00000b05u, 0x00000afdu, 0x000001c4u, - 0x000500c4u, 0x00000006u, 0x00000b06u, 0x00000b05u, 0x00000170u, 0x000500c5u, 0x00000006u, 0x00000b08u, - 0x00000b06u, 0x00000b00u, 0x00040071u, 0x00000008u, 0x00000b09u, 0x00000b08u, 0x000200f9u, 0x00000b0au, - 0x000200f8u, 0x00000ad7u, 0x00050041u, 0x00000046u, 0x00000ad8u, 0x0000038bu, 0x000001c4u, 0x0004003du, - 0x00000008u, 0x00000ad9u, 0x00000ad8u, 0x000500c2u, 0x00000008u, 0x00000adau, 0x00000ad9u, 0x00000201u, - 0x00050041u, 0x00000046u, 0x00000adbu, 0x0000038bu, 0x00000170u, 0x0004003du, 0x00000008u, 0x00000adcu, - 0x00000adbu, 0x000500c7u, 0x00000008u, 0x00000addu, 0x00000adcu, 0x0000040bu, 0x000500c5u, 0x00000008u, - 0x00000adeu, 0x00000adau, 0x00000addu, 0x00050041u, 0x00000046u, 0x00000adfu, 0x0000038bu, 0x00000198u, - 0x0004003du, 0x00000008u, 0x00000ae0u, 0x00000adfu, 0x00040071u, 0x00000006u, 0x00000ae1u, 0x00000ae0u, - 0x000500c7u, 0x00000006u, 0x00000ae2u, 0x00000ae1u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00000ae3u, - 0x00000ae2u, 0x00000413u, 0x00050041u, 0x00000046u, 0x00000ae4u, 0x0000038bu, 0x000001bcu, 0x0004003du, - 0x00000008u, 0x00000ae5u, 0x00000ae4u, 0x00040071u, 0x00000006u, 0x00000ae6u, 0x00000ae5u, 0x000500c7u, - 0x00000006u, 0x00000ae7u, 0x00000ae6u, 0x000003b7u, 0x000500c4u, 0x00000006u, 0x00000ae8u, 0x00000ae7u, - 0x000001bcu, 0x000500c5u, 0x00000006u, 0x00000aeau, 0x00000ae3u, 0x00000ae8u, 0x0004003du, 0x00000008u, - 0x00000aecu, 0x00000adbu, 0x00040071u, 0x00000006u, 0x00000aedu, 0x00000aecu, 0x000500c7u, 0x00000006u, - 0x00000aeeu, 0x00000aedu, 0x000003b7u, 0x000500c2u, 0x00000006u, 0x00000aefu, 0x00000aeeu, 0x00000420u, - 0x000500c5u, 0x00000006u, 0x00000af1u, 0x00000aeau, 0x00000aefu, 0x00040071u, 0x0000000au, 0x00000af3u, - 0x00000af1u, 0x000200f9u, 0x00000b0au, 0x000200f8u, 0x00000b0au, 0x000900f5u, 0x00000008u, 0x0000156au, - 0x000012a4u, 0x00000a9bu, 0x00000adeu, 0x00000ad7u, 0x00000b09u, 0x00000af4u, 0x000900f5u, 0x0000000au, - 0x0000152cu, 0x000012a1u, 0x00000a9bu, 0x00000af3u, 0x00000ad7u, 0x00000b03u, 0x00000af4u, 0x000200f9u, - 0x00000a9du, 0x000200f8u, 0x00000a9du, 0x000700f5u, 0x00000008u, 0x00001564u, 0x000012a4u, 0x00000a9au, - 0x0000156au, 0x00000b0au, 0x000700f5u, 0x0000000au, 0x00001526u, 0x000012a1u, 0x00000a9au, 0x0000152cu, - 0x00000b0au, 0x000200f9u, 0x000008cbu, 0x000200f8u, 0x000008cbu, 0x000700f5u, 0x0000001bu, 0x000016ceu, - 0x000016cfu, 0x000008d6u, 0x000016beu, 0x00000a9du, 0x000700f5u, 0x0000001bu, 0x0000164fu, 0x00001386u, - 0x00000a9du, 0x00001657u, 0x000008d6u, 0x000700f5u, 0x00000008u, 0x00001634u, 0x0000135bu, 0x00000a9du, - 0x0000163cu, 0x000008d6u, 0x000700f5u, 0x00000008u, 0x00001619u, 0x00001331u, 0x00000a9du, 0x00001621u, - 0x000008d6u, 0x000700f5u, 0x0000001bu, 0x000015f1u, 0x00001312u, 0x00000a9du, 0x000015f9u, 0x000008d6u, - 0x000700f5u, 0x00000008u, 0x000015c9u, 0x000012f4u, 0x00000a9du, 0x000015d1u, 0x000008d6u, 0x000700f5u, - 0x00000008u, 0x000015a1u, 0x000012d7u, 0x00000a9du, 0x000015a9u, 0x000008d6u, 0x000700f5u, 0x00000008u, - 0x00001563u, 0x00001564u, 0x00000a9du, 0x0000156bu, 0x000008d6u, 0x000700f5u, 0x0000000au, 0x00001525u, - 0x00001526u, 0x00000a9du, 0x0000152du, 0x000008d6u, 0x000700f5u, 0x0000001bu, 0x000014e7u, 0x00001298u, - 0x00000a9du, 0x000014efu, 0x000008d6u, 0x000700f5u, 0x00000034u, 0x00001467u, 0x00001465u, 0x00000a9du, - 0x0000146fu, 0x000008d6u, 0x000700f5u, 0x00000034u, 0x0000144au, 0x0000144cu, 0x00000a9du, 0x0000144eu, - 0x000008d6u, 0x000200f9u, 0x000008c5u, 0x000200f8u, 0x000008c5u, 0x000700f5u, 0x0000001bu, 0x000016cdu, - 0x000016beu, 0x0000089au, 0x000016ceu, 0x000008cbu, 0x000700f5u, 0x0000001bu, 0x0000164eu, 0x00001386u, - 0x0000089au, 0x0000164fu, 0x000008cbu, 0x000700f5u, 0x00000008u, 0x00001633u, 0x0000135bu, 0x0000089au, - 0x00001634u, 0x000008cbu, 0x000700f5u, 0x00000008u, 0x00001618u, 0x00001331u, 0x0000089au, 0x00001619u, - 0x000008cbu, 0x000700f5u, 0x0000001bu, 0x000015f0u, 0x00001312u, 0x0000089au, 0x000015f1u, 0x000008cbu, - 0x000700f5u, 0x00000008u, 0x000015c8u, 0x000012f4u, 0x0000089au, 0x000015c9u, 0x000008cbu, 0x000700f5u, - 0x00000008u, 0x000015a0u, 0x000012d7u, 0x0000089au, 0x000015a1u, 0x000008cbu, 0x000700f5u, 0x00000008u, - 0x00001562u, 0x000012a4u, 0x0000089au, 0x00001563u, 0x000008cbu, 0x000700f5u, 0x0000000au, 0x00001524u, - 0x000012a1u, 0x0000089au, 0x00001525u, 0x000008cbu, 0x000700f5u, 0x0000001bu, 0x000014e6u, 0x00001298u, - 0x0000089au, 0x000014e7u, 0x000008cbu, 0x000700f5u, 0x00000034u, 0x00001466u, 0x00001465u, 0x0000089au, - 0x00001467u, 0x000008cbu, 0x000700f5u, 0x00000034u, 0x00001449u, 0x00001448u, 0x0000089au, 0x0000144au, - 0x000008cbu, 0x00050080u, 0x00000006u, 0x00000913u, 0x00001294u, 0x000000b5u, 0x000200f9u, 0x0000089cu, - 0x000200f8u, 0x0000089cu, 0x000200f9u, 0x00000899u, 0x000200f8u, 0x0000089bu, 0x000200f9u, 0x00000878u, - 0x000200f8u, 0x00000878u, 0x000200f9u, 0x00000875u, 0x000200f8u, 0x00000877u, 0x0003003eu, 0x00000914u, - 0x00000867u, 0x000300f7u, 0x00001099u, 0x00000000u, 0x000400fau, 0x0000098du, 0x0000106du, 0x00001099u, - 0x000200f8u, 0x0000106du, 0x000500c2u, 0x00000006u, 0x0000106fu, 0x0000086au, 0x000004a9u, 0x0004003du, - 0x00000074u, 0x00001070u, 0x00000914u, 0x00050050u, 0x00000074u, 0x00001071u, 0x00000620u, 0x00000620u, - 0x000500c7u, 0x00000074u, 0x00001072u, 0x00001070u, 0x00001071u, 0x0003003eu, 0x0000105du, 0x00001072u, - 0x00050050u, 0x000005aau, 0x00001074u, 0x000004a9u, 0x000004a9u, 0x000500c2u, 0x00000074u, 0x00001075u, - 0x00001070u, 0x00001074u, 0x0003003eu, 0x00000914u, 0x00001075u, 0x00050041u, 0x00000007u, 0x00001076u, - 0x0000105du, 0x000001bcu, 0x0004003du, 0x00000006u, 0x00001077u, 0x00001076u, 0x00050084u, 0x00000006u, - 0x00001078u, 0x00001077u, 0x00000629u, 0x00050041u, 0x00000007u, 0x00001079u, 0x0000105du, 0x00000198u, - 0x0004003du, 0x00000006u, 0x0000107au, 0x00001079u, 0x00050080u, 0x00000006u, 0x0000107bu, 0x00001078u, - 0x0000107au, 0x00050041u, 0x00000007u, 0x0000107eu, 0x00000914u, 0x000001bcu, 0x0004003du, 0x00000006u, - 0x0000107fu, 0x0000107eu, 0x00050084u, 0x00000006u, 0x00001080u, 0x0000106fu, 0x0000107fu, 0x00050080u, - 0x00000006u, 0x00001081u, 0x00000870u, 0x00001080u, 0x00050041u, 0x00000007u, 0x00001082u, 0x00000914u, - 0x00000198u, 0x0004003du, 0x00000006u, 0x00001083u, 0x00001082u, 0x00050080u, 0x00000006u, 0x00001084u, - 0x00001081u, 0x00001083u, 0x000300f7u, 0x0000116eu, 0x00000000u, 0x000400fau, 0x00001257u, 0x000010a3u, - 0x0000116eu, 0x000200f8u, 0x000010a3u, 0x000300f7u, 0x0000116du, 0x00000000u, 0x000d00fbu, 0x00000372u, - 0x0000116du, 0x00000000u, 0x000010a4u, 0x00000001u, 0x000010beu, 0x00000002u, 0x000010e0u, 0x00000003u, - 0x00001114u, 0x00000004u, 0x00001136u, 0x000200f8u, 0x00001136u, 0x000500c7u, 0x00000006u, 0x00001138u, - 0x00001084u, 0x000003e5u, 0x00050084u, 0x00000006u, 0x0000113au, 0x0000107bu, 0x0000053au, 0x00050080u, - 0x00000006u, 0x0000113cu, 0x00001138u, 0x0000113au, 0x0004003du, 0x00000009u, 0x0000113du, 0x0000038bu, - 0x00040071u, 0x0000025au, 0x0000113eu, 0x0000113du, 0x0003003eu, 0x0000109fu, 0x0000113eu, 0x00050041u, - 0x00000007u, 0x0000113fu, 0x0000109fu, 0x00000198u, 0x0004003du, 0x00000006u, 0x00001140u, 0x0000113fu, - 0x000500c4u, 0x00000006u, 0x00001141u, 0x00001140u, 0x000003f8u, 0x00050041u, 0x00000007u, 0x00001142u, - 0x0000109fu, 0x000001bcu, 0x0004003du, 0x00000006u, 0x00001143u, 0x00001142u, 0x000500c4u, 0x00000006u, - 0x00001144u, 0x00001143u, 0x000003f9u, 0x000500c5u, 0x00000006u, 0x00001145u, 0x00001141u, 0x00001144u, - 0x00050041u, 0x00000007u, 0x00001146u, 0x0000109fu, 0x00000170u, 0x0004003du, 0x00000006u, 0x00001147u, - 0x00001146u, 0x000500c4u, 0x00000006u, 0x00001148u, 0x00001147u, 0x000003b0u, 0x000500c5u, 0x00000006u, - 0x00001149u, 0x00001145u, 0x00001148u, 0x00050041u, 0x00000007u, 0x0000114au, 0x0000109fu, 0x000001c4u, - 0x0004003du, 0x00000006u, 0x0000114bu, 0x0000114au, 0x000500c4u, 0x00000006u, 0x0000114cu, 0x0000114bu, - 0x00000198u, 0x000500c5u, 0x00000006u, 0x0000114du, 0x00001149u, 0x0000114cu, 0x00060041u, 0x000003f3u, - 0x00001150u, 0x000003f1u, 0x000000abu, 0x0000113cu, 0x0003003eu, 0x00001150u, 0x0000114du, 0x00050084u, - 0x00000006u, 0x00001152u, 0x00000170u, 0x0000113cu, 0x00050041u, 0x00000046u, 0x00001153u, 0x0000038bu, - 0x000001bcu, 0x0004003du, 0x00000008u, 0x00001154u, 0x00001153u, 0x00040071u, 0x00000006u, 0x00001155u, - 0x00001154u, 0x0004007cu, 0x00000017u, 0x00001156u, 0x00001155u, 0x000500c7u, 0x00000017u, 0x00001157u, - 0x00001156u, 0x000000b5u, 0x00050084u, 0x00000017u, 0x00001158u, 0x00001157u, 0x000000bbu, 0x00040072u, - 0x00000129u, 0x00001159u, 0x00001158u, 0x0004007cu, 0x00000008u, 0x0000115au, 0x00001159u, 0x00060041u, - 0x00000387u, 0x0000115bu, 0x00000392u, 0x000000abu, 0x00001152u, 0x0003003eu, 0x0000115bu, 0x0000115au, - 0x00050080u, 0x00000006u, 0x0000115eu, 0x00001152u, 0x000001bcu, 0x00050041u, 0x00000046u, 0x0000115fu, - 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, 0x00001160u, 0x0000115fu, 0x00040071u, 0x00000006u, - 0x00001161u, 0x00001160u, 0x0004007cu, 0x00000017u, 0x00001162u, 0x00001161u, 0x000500c7u, 0x00000017u, - 0x00001163u, 0x00001162u, 0x000000b5u, 0x00050084u, 0x00000017u, 0x00001164u, 0x00001163u, 0x000000bbu, - 0x00040072u, 0x00000129u, 0x00001165u, 0x00001164u, 0x0004007cu, 0x00000008u, 0x00001166u, 0x00001165u, - 0x00060041u, 0x00000387u, 0x00001167u, 0x00000392u, 0x000000abu, 0x0000115eu, 0x0003003eu, 0x00001167u, - 0x00001166u, 0x000300f7u, 0x0000116cu, 0x00000000u, 0x000400fau, 0x000004abu, 0x00001168u, 0x0000116cu, - 0x000200f8u, 0x00001168u, 0x000300e1u, 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, 0x0000116au, - 0x0000113cu, 0x0000056eu, 0x00060041u, 0x000003f3u, 0x0000116bu, 0x000003f1u, 0x000000abu, 0x0000116au, - 0x0003003eu, 0x0000116bu, 0x00000570u, 0x000200f9u, 0x0000116cu, 0x000200f8u, 0x0000116cu, 0x000200f9u, - 0x0000116du, 0x000200f8u, 0x00001114u, 0x000500c7u, 0x00000006u, 0x00001116u, 0x00001084u, 0x00000399u, - 0x00050084u, 0x00000006u, 0x00001118u, 0x0000107bu, 0x00000514u, 0x00050080u, 0x00000006u, 0x0000111au, - 0x00001116u, 0x00001118u, 0x0004003du, 0x00000009u, 0x0000111bu, 0x0000038bu, 0x0007004fu, 0x00000036u, - 0x0000111cu, 0x0000111bu, 0x0000111bu, 0x00000000u, 0x00000003u, 0x00040071u, 0x00000074u, 0x0000111du, - 0x0000111cu, 0x0003003eu, 0x0000109du, 0x0000111du, 0x00050041u, 0x00000007u, 0x0000111eu, 0x0000109du, - 0x00000198u, 0x0004003du, 0x00000006u, 0x0000111fu, 0x0000111eu, 0x000500c4u, 0x00000006u, 0x00001120u, - 0x0000111fu, 0x000003b0u, 0x00050041u, 0x00000007u, 0x00001121u, 0x0000109du, 0x000001bcu, 0x0004003du, - 0x00000006u, 0x00001122u, 0x00001121u, 0x000500c5u, 0x00000006u, 0x00001123u, 0x00001120u, 0x00001122u, - 0x000500c6u, 0x00000006u, 0x00001125u, 0x0000111au, 0x000001bcu, 0x00040071u, 0x0000000au, 0x00001127u, - 0x00001123u, 0x00060041u, 0x000003a8u, 0x00001128u, 0x000003a5u, 0x000000abu, 0x00001125u, 0x0003003eu, - 0x00001128u, 0x00001127u, 0x0004003du, 0x00000006u, 0x0000112bu, 0x00001121u, 0x000500c7u, 0x00000006u, - 0x0000112cu, 0x0000112bu, 0x000001bcu, 0x00050084u, 0x00000006u, 0x0000112du, 0x0000112cu, 0x000001c4u, - 0x00040071u, 0x00000008u, 0x0000112eu, 0x0000112du, 0x00060041u, 0x00000387u, 0x0000112fu, 0x00000392u, - 0x000000abu, 0x0000111au, 0x0003003eu, 0x0000112fu, 0x0000112eu, 0x000300f7u, 0x00001135u, 0x00000000u, - 0x000400fau, 0x000004abu, 0x00001130u, 0x00001135u, 0x000200f8u, 0x00001130u, 0x000300e1u, 0x000001bcu, - 0x000004aeu, 0x00050080u, 0x00000006u, 0x00001133u, 0x00001125u, 0x00000533u, 0x00060041u, 0x000003a8u, - 0x00001134u, 0x000003a5u, 0x000000abu, 0x00001133u, 0x0003003eu, 0x00001134u, 0x0000050eu, 0x000200f9u, - 0x00001135u, 0x000200f8u, 0x00001135u, 0x000200f9u, 0x0000116du, 0x000200f8u, 0x000010e0u, 0x000500c7u, - 0x00000006u, 0x000010e2u, 0x00001084u, 0x00000399u, 0x00050084u, 0x00000006u, 0x000010e4u, 0x0000107bu, - 0x000004d9u, 0x00050080u, 0x00000006u, 0x000010e6u, 0x000010e2u, 0x000010e4u, 0x0004003du, 0x00000009u, - 0x000010e7u, 0x0000038bu, 0x00040071u, 0x0000025au, 0x000010e8u, 0x000010e7u, 0x0003003eu, 0x0000109au, - 0x000010e8u, 0x0008004fu, 0x000003acu, 0x000010eau, 0x000010e8u, 0x000010e8u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000500c7u, 0x000003acu, 0x000010ecu, 0x000010eau, 0x000016a9u, 0x00050041u, 0x00000007u, - 0x000010edu, 0x0000109au, 0x00000198u, 0x00050051u, 0x00000006u, 0x000010eeu, 0x000010ecu, 0x00000000u, - 0x0003003eu, 0x000010edu, 0x000010eeu, 0x00050041u, 0x00000007u, 0x000010efu, 0x0000109au, 0x000001bcu, - 0x00050051u, 0x00000006u, 0x000010f0u, 0x000010ecu, 0x00000001u, 0x0003003eu, 0x000010efu, 0x000010f0u, - 0x00050041u, 0x00000007u, 0x000010f1u, 0x0000109au, 0x00000170u, 0x00050051u, 0x00000006u, 0x000010f2u, - 0x000010ecu, 0x00000002u, 0x0003003eu, 0x000010f1u, 0x000010f2u, 0x00050041u, 0x00000007u, 0x000010f3u, - 0x0000109au, 0x000001c4u, 0x0004003du, 0x00000006u, 0x000010f4u, 0x000010f3u, 0x000500c2u, 0x00000006u, - 0x000010f5u, 0x000010f4u, 0x00000453u, 0x0004003du, 0x00000006u, 0x000010f7u, 0x000010edu, 0x000500c4u, - 0x00000006u, 0x000010f8u, 0x000010f7u, 0x000003b0u, 0x0004003du, 0x00000006u, 0x000010fau, 0x000010efu, - 0x000500c4u, 0x00000006u, 0x000010fbu, 0x000010fau, 0x000001c4u, 0x000500c5u, 0x00000006u, 0x000010fcu, - 0x000010f8u, 0x000010fbu, 0x0004003du, 0x00000006u, 0x000010feu, 0x000010f1u, 0x000500c2u, 0x00000006u, - 0x000010ffu, 0x000010feu, 0x00000170u, 0x000500c5u, 0x00000006u, 0x00001100u, 0x000010fcu, 0x000010ffu, - 0x000500c2u, 0x00000006u, 0x00001102u, 0x000010f5u, 0x00000170u, 0x000500c5u, 0x00000006u, 0x00001103u, - 0x00001100u, 0x00001102u, 0x000500c6u, 0x00000006u, 0x00001105u, 0x000010e6u, 0x000001bcu, 0x00040071u, - 0x0000000au, 0x00001107u, 0x00001103u, 0x00060041u, 0x000003a8u, 0x00001108u, 0x000003a5u, 0x000000abu, - 0x00001105u, 0x0003003eu, 0x00001108u, 0x00001107u, 0x000500c7u, 0x00000006u, 0x0000110bu, 0x000010f5u, - 0x000001c4u, 0x00040071u, 0x00000008u, 0x0000110cu, 0x0000110bu, 0x00060041u, 0x00000387u, 0x0000110du, - 0x00000392u, 0x000000abu, 0x000010e6u, 0x0003003eu, 0x0000110du, 0x0000110cu, 0x000300f7u, 0x00001113u, - 0x00000000u, 0x000400fau, 0x000004abu, 0x0000110eu, 0x00001113u, 0x000200f8u, 0x0000110eu, 0x000300e1u, - 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, 0x00001111u, 0x00001105u, 0x0000050cu, 0x00060041u, - 0x000003a8u, 0x00001112u, 0x000003a5u, 0x000000abu, 0x00001111u, 0x0003003eu, 0x00001112u, 0x0000050eu, - 0x000200f9u, 0x00001113u, 0x000200f8u, 0x00001113u, 0x000200f9u, 0x0000116du, 0x000200f8u, 0x000010beu, - 0x000500c7u, 0x00000006u, 0x000010c0u, 0x00001084u, 0x00000379u, 0x00050084u, 0x00000006u, 0x000010c2u, - 0x0000107bu, 0x00000378u, 0x00050080u, 0x00000006u, 0x000010c4u, 0x000010c0u, 0x000010c2u, 0x000500c6u, - 0x00000006u, 0x000010c6u, 0x000010c4u, 0x000001c4u, 0x00050041u, 0x00000046u, 0x000010c7u, 0x0000038bu, - 0x00000198u, 0x0004003du, 0x00000008u, 0x000010c8u, 0x000010c7u, 0x00060041u, 0x00000387u, 0x000010c9u, - 0x00000384u, 0x000000abu, 0x000010c6u, 0x0003003eu, 0x000010c9u, 0x000010c8u, 0x000500c7u, 0x00000006u, - 0x000010cbu, 0x000010c4u, 0x000001bcu, 0x000500abu, 0x00000034u, 0x000010ccu, 0x000010cbu, 0x00000198u, - 0x000300f7u, 0x000010d9u, 0x00000000u, 0x000400fau, 0x000010ccu, 0x000010cdu, 0x000010d9u, 0x000200f8u, - 0x000010cdu, 0x000500c2u, 0x00000006u, 0x000010cfu, 0x000010c4u, 0x000001bcu, 0x0004003du, 0x00000008u, - 0x000010d1u, 0x000010c7u, 0x00040071u, 0x00000006u, 0x000010d2u, 0x000010d1u, 0x0004007cu, 0x00000017u, - 0x000010d3u, 0x000010d2u, 0x000500c7u, 0x00000017u, 0x000010d4u, 0x000010d3u, 0x000000b5u, 0x00050084u, - 0x00000017u, 0x000010d5u, 0x000010d4u, 0x000000bbu, 0x00040072u, 0x00000129u, 0x000010d6u, 0x000010d5u, - 0x0004007cu, 0x00000008u, 0x000010d7u, 0x000010d6u, 0x00060041u, 0x00000387u, 0x000010d8u, 0x00000392u, - 0x000000abu, 0x000010cfu, 0x0003003eu, 0x000010d8u, 0x000010d7u, 0x000200f9u, 0x000010d9u, 0x000200f8u, - 0x000010d9u, 0x000300f7u, 0x000010dfu, 0x00000000u, 0x000400fau, 0x000004abu, 0x000010dau, 0x000010dfu, - 0x000200f8u, 0x000010dau, 0x000300e1u, 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, 0x000010ddu, - 0x000010c6u, 0x00000378u, 0x00060041u, 0x00000387u, 0x000010deu, 0x00000384u, 0x000000abu, 0x000010ddu, - 0x0003003eu, 0x000010deu, 0x000001cfu, 0x000200f9u, 0x000010dfu, 0x000200f8u, 0x000010dfu, 0x000200f9u, - 0x0000116du, 0x000200f8u, 0x000010a4u, 0x000500c7u, 0x00000006u, 0x000010a6u, 0x00001084u, 0x00000379u, - 0x00050084u, 0x00000006u, 0x000010a8u, 0x0000107bu, 0x00000378u, 0x00050080u, 0x00000006u, 0x000010aau, - 0x000010a6u, 0x000010a8u, 0x000500c6u, 0x00000006u, 0x000010acu, 0x000010aau, 0x000001c4u, 0x00060041u, - 0x00000387u, 0x000010adu, 0x00000384u, 0x000000abu, 0x000010acu, 0x0003003eu, 0x000010adu, 0x000001eau, - 0x000500c7u, 0x00000006u, 0x000010afu, 0x000010aau, 0x000001bcu, 0x000500abu, 0x00000034u, 0x000010b0u, - 0x000010afu, 0x00000198u, 0x000300f7u, 0x000010b7u, 0x00000000u, 0x000400fau, 0x000010b0u, 0x000010b1u, - 0x000010b7u, 0x000200f8u, 0x000010b1u, 0x000500c2u, 0x00000006u, 0x000010b3u, 0x000010aau, 0x000001bcu, - 0x00050041u, 0x00000046u, 0x000010b4u, 0x0000038bu, 0x000001c4u, 0x0004003du, 0x00000008u, 0x000010b5u, - 0x000010b4u, 0x00060041u, 0x00000387u, 0x000010b6u, 0x00000392u, 0x000000abu, 0x000010b3u, 0x0003003eu, - 0x000010b6u, 0x000010b5u, 0x000200f9u, 0x000010b7u, 0x000200f8u, 0x000010b7u, 0x000300f7u, 0x000010bdu, - 0x00000000u, 0x000400fau, 0x000004abu, 0x000010b8u, 0x000010bdu, 0x000200f8u, 0x000010b8u, 0x000300e1u, - 0x000001bcu, 0x000004aeu, 0x00050080u, 0x00000006u, 0x000010bbu, 0x000010acu, 0x00000378u, 0x00060041u, - 0x00000387u, 0x000010bcu, 0x00000384u, 0x000000abu, 0x000010bbu, 0x0003003eu, 0x000010bcu, 0x000001cfu, - 0x000200f9u, 0x000010bdu, 0x000200f8u, 0x000010bdu, 0x000200f9u, 0x0000116du, 0x000200f8u, 0x0000116du, - 0x000200f9u, 0x0000116eu, 0x000200f8u, 0x0000116eu, 0x0004003du, 0x00000006u, 0x0000108bu, 0x0000107eu, - 0x00050084u, 0x00000006u, 0x0000108cu, 0x0000106fu, 0x0000108bu, 0x00050080u, 0x00000006u, 0x0000108du, - 0x00000873u, 0x0000108cu, 0x0004003du, 0x00000006u, 0x0000108fu, 0x00001082u, 0x00050080u, 0x00000006u, - 0x00001090u, 0x0000108du, 0x0000108fu, 0x000300f7u, 0x0000118fu, 0x00000000u, 0x000400fau, 0x00000575u, - 0x00001170u, 0x0000118fu, 0x000200f8u, 0x00001170u, 0x000300f7u, 0x0000118eu, 0x00000000u, 0x000400fau, - 0x0000125eu, 0x00001172u, 0x0000118eu, 0x000200f8u, 0x00001172u, 0x000500c7u, 0x00000006u, 0x00001174u, - 0x00001090u, 0x00000399u, 0x00050084u, 0x00000006u, 0x00001176u, 0x0000107bu, 0x0000057fu, 0x00050080u, - 0x00000006u, 0x00001178u, 0x00001174u, 0x00001176u, 0x000500c6u, 0x00000006u, 0x0000117au, 0x00001178u, - 0x000001bcu, 0x000500c4u, 0x0000000au, 0x0000117cu, 0x0000126bu, 0x0000047fu, 0x000500c2u, 0x00000008u, - 0x0000117eu, 0x00001277u, 0x0000047fu, 0x00040071u, 0x0000000au, 0x0000117fu, 0x0000117eu, 0x000500c5u, - 0x0000000au, 0x00001180u, 0x0000117cu, 0x0000117fu, 0x00060041u, 0x000003a8u, 0x00001181u, 0x000003a5u, - 0x000000abu, 0x0000117au, 0x0003003eu, 0x00001181u, 0x00001180u, 0x00040071u, 0x0000000au, 0x00001184u, - 0x00001277u, 0x000500c7u, 0x0000000au, 0x00001185u, 0x00001184u, 0x00000485u, 0x00040071u, 0x00000008u, - 0x00001186u, 0x00001185u, 0x00060041u, 0x00000387u, 0x00001187u, 0x00000392u, 0x000000abu, 0x00001178u, - 0x0003003eu, 0x00001187u, 0x00001186u, 0x000300f7u, 0x0000118du, 0x00000000u, 0x000400fau, 0x000004abu, - 0x00001188u, 0x0000118du, 0x000200f8u, 0x00001188u, 0x000300e1u, 0x000001bcu, 0x000004aeu, 0x00050080u, - 0x00000006u, 0x0000118bu, 0x0000117au, 0x00000596u, 0x00060041u, 0x000003a8u, 0x0000118cu, 0x000003a5u, - 0x000000abu, 0x0000118bu, 0x0003003eu, 0x0000118cu, 0x0000050eu, 0x000200f9u, 0x0000118du, 0x000200f8u, - 0x0000118du, 0x000200f9u, 0x0000118eu, 0x000200f8u, 0x0000118eu, 0x000200f9u, 0x0000118fu, 0x000200f8u, - 0x0000118fu, 0x000300f7u, 0x00001098u, 0x00000000u, 0x000400fau, 0x0000064cu, 0x00001094u, 0x00001098u, - 0x000200f8u, 0x00001094u, 0x0004003du, 0x00000074u, 0x00001095u, 0x00000914u, 0x0003003eu, 0x00001064u, - 0x00001095u, 0x00050041u, 0x00000007u, 0x00001196u, 0x00001064u, 0x000001bcu, 0x0004003du, 0x00000006u, - 0x00001197u, 0x00001196u, 0x000500c2u, 0x00000006u, 0x00001198u, 0x00001197u, 0x00000170u, 0x00050080u, - 0x00000006u, 0x0000119au, 0x0000106fu, 0x000001c4u, 0x000500c2u, 0x00000006u, 0x0000119bu, 0x0000119au, - 0x00000170u, 0x00050084u, 0x00000006u, 0x0000119cu, 0x00001198u, 0x0000119bu, 0x00050041u, 0x00000007u, - 0x0000119du, 0x00001064u, 0x00000198u, 0x0004003du, 0x00000006u, 0x0000119eu, 0x0000119du, 0x000500c2u, - 0x00000006u, 0x0000119fu, 0x0000119eu, 0x00000170u, 0x00050080u, 0x00000006u, 0x000011a0u, 0x0000119cu, - 0x0000119fu, 0x000500c7u, 0x00000074u, 0x000011a3u, 0x00001095u, 0x000016aau, 0x0003003eu, 0x00001191u, - 0x000011a3u, 0x000600a9u, 0x00000006u, 0x000011a5u, 0x00001257u, 0x000001bcu, 0x00000198u, 0x000600a9u, - 0x00000006u, 0x000011a7u, 0x0000125eu, 0x000001bcu, 0x00000198u, 0x00050084u, 0x00000006u, 0x000011a8u, - 0x00000170u, 0x000011a7u, 0x00050080u, 0x00000006u, 0x000011a9u, 0x000011a5u, 0x000011a8u, 0x00050041u, - 0x00000007u, 0x000011aau, 0x00001191u, 0x00000198u, 0x0004003du, 0x00000006u, 0x000011abu, 0x000011aau, - 0x00050041u, 0x00000007u, 0x000011acu, 0x00001191u, 0x000001bcu, 0x0004003du, 0x00000006u, 0x000011adu, - 0x000011acu, 0x00050084u, 0x00000006u, 0x000011aeu, 0x000011adu, 0x00000420u, 0x00050080u, 0x00000006u, - 0x000011afu, 0x000011abu, 0x000011aeu, 0x00050084u, 0x00000006u, 0x000011b0u, 0x00000170u, 0x000011afu, - 0x000500c4u, 0x00000006u, 0x000011b2u, 0x000011a9u, 0x000011b0u, 0x000200f9u, 0x000011b3u, 0x000200f8u, - 0x000011b3u, 0x000700f5u, 0x00000034u, 0x00001292u, 0x000002bcu, 0x00001094u, 0x000016f7u, 0x000011c5u, - 0x000400f6u, 0x000011c7u, 0x000011c5u, 0x00000000u, 0x000200f9u, 0x000011b4u, 0x000200f8u, 0x000011b4u, - 0x00050152u, 0x00000006u, 0x000011b6u, 0x000001c4u, 0x000011a0u, 0x000500aau, 0x00000034u, 0x000011b8u, - 0x000011b6u, 0x000011a0u, 0x000300f7u, 0x000011c4u, 0x00000000u, 0x000400fau, 0x000011b8u, 0x000011b9u, - 0x000011c4u, 0x000200f8u, 0x000011b9u, 0x00060168u, 0x00000006u, 0x000011bbu, 0x000001c4u, 0x00000000u, - 0x000011b2u, 0x0004014du, 0x00000034u, 0x000011bcu, 0x000001c4u, 0x000300f7u, 0x000011c3u, 0x00000000u, - 0x000400fau, 0x000011bcu, 0x000011bdu, 0x000011c3u, 0x000200f8u, 0x000011bdu, 0x00050080u, 0x00000006u, - 0x000011bfu, 0x0000060bu, 0x000011a0u, 0x00060041u, 0x000003f3u, 0x000011c0u, 0x000003f1u, 0x000000abu, - 0x000011bfu, 0x000700f1u, 0x00000006u, 0x000011c2u, 0x000011c0u, 0x000001bcu, 0x00000198u, 0x000011bbu, - 0x000200f9u, 0x000011c3u, 0x000200f8u, 0x000011c3u, 0x000200f9u, 0x000011c4u, 0x000200f8u, 0x000011c4u, - 0x000600a9u, 0x00000034u, 0x000016f7u, 0x000011b8u, 0x00000299u, 0x00001292u, 0x000200f9u, 0x000011c5u, - 0x000200f8u, 0x000011c5u, 0x000400fau, 0x000016f7u, 0x000011b3u, 0x000011c7u, 0x000200f8u, 0x000011c7u, - 0x000200f9u, 0x00001098u, 0x000200f8u, 0x00001098u, 0x000200f9u, 0x00001099u, 0x000200f8u, 0x00001099u, - 0x000200f9u, 0x00000978u, 0x000200f8u, 0x00000978u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, - 0x000d000au, 0x000079cfu, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00001151u, 0x00020011u, - 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, - 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, - 0x00000001u, 0x0008000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00001876u, 0x00001885u, - 0x0000189fu, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, - 0x00000188u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000188u, 0x00000001u, 0x00000023u, - 0x00000010u, 0x00050048u, 0x00000188u, 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x00000188u, - 0x00000003u, 0x00000023u, 0x00000030u, 0x00050048u, 0x00000188u, 0x00000004u, 0x00000023u, 0x00000040u, - 0x00050048u, 0x00000188u, 0x00000005u, 0x00000023u, 0x00000050u, 0x00050048u, 0x00000188u, 0x00000006u, - 0x00000023u, 0x00000060u, 0x00050048u, 0x00000188u, 0x00000007u, 0x00000023u, 0x00000070u, 0x00040047u, - 0x00000189u, 0x00000006u, 0x00000080u, 0x00040048u, 0x0000018au, 0x00000000u, 0x00000018u, 0x00050048u, - 0x0000018au, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000018au, 0x00000002u, 0x00040047u, - 0x0000018cu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000018cu, 0x00000021u, 0x00000001u, 0x00050048u, - 0x000001b2u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000001b2u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x000001b2u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000001b2u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001b2u, 0x00000004u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x000001b2u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000001b2u, 0x00000006u, - 0x00000023u, 0x00000018u, 0x00050048u, 0x000001b2u, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00050048u, - 0x000001b2u, 0x00000008u, 0x00000023u, 0x00000020u, 0x00050048u, 0x000001b2u, 0x00000009u, 0x00000023u, - 0x00000024u, 0x00050048u, 0x000001b2u, 0x0000000au, 0x00000023u, 0x00000028u, 0x00050048u, 0x000001b2u, - 0x0000000bu, 0x00000023u, 0x0000002cu, 0x00050048u, 0x000001b2u, 0x0000000cu, 0x00000023u, 0x0000002eu, - 0x00050048u, 0x000001b2u, 0x0000000du, 0x00000023u, 0x0000002fu, 0x00050048u, 0x000001b2u, 0x0000000eu, - 0x00000023u, 0x00000030u, 0x00040047u, 0x000001b3u, 0x00000006u, 0x00000038u, 0x00040048u, 0x000001b4u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000001b4u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000001b4u, 0x00000002u, 0x00040047u, 0x000001b6u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001b6u, - 0x00000021u, 0x00000002u, 0x00050048u, 0x0000020fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x0000020fu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x0000020fu, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x0000020fu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x0000020fu, - 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x0000020fu, 0x00000005u, 0x00000023u, 0x00000014u, - 0x00050048u, 0x0000020fu, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x0000020fu, 0x00000007u, - 0x00000023u, 0x0000001cu, 0x00040047u, 0x00000210u, 0x00000006u, 0x00000020u, 0x00040048u, 0x00000211u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x00000211u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x00000211u, 0x00000002u, 0x00040047u, 0x00000213u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000213u, - 0x00000021u, 0x00000003u, 0x00050048u, 0x00000232u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000232u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000232u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x00000232u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00040047u, 0x00000233u, - 0x00000006u, 0x00000010u, 0x00040048u, 0x00000234u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000234u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000234u, 0x00000002u, 0x00040047u, 0x00000236u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000236u, 0x00000021u, 0x00000005u, 0x00050048u, 0x00000249u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000249u, 0x00000001u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x00000249u, 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x00000249u, 0x00000003u, - 0x00000023u, 0x00000028u, 0x00050048u, 0x00000249u, 0x00000004u, 0x00000023u, 0x00000030u, 0x00050048u, - 0x00000249u, 0x00000005u, 0x00000023u, 0x00000034u, 0x00050048u, 0x00000249u, 0x00000006u, 0x00000023u, - 0x00000038u, 0x00050048u, 0x00000249u, 0x00000007u, 0x00000023u, 0x0000003cu, 0x00050048u, 0x00000249u, - 0x00000008u, 0x00000023u, 0x0000003eu, 0x00040047u, 0x0000024au, 0x00000006u, 0x00000040u, 0x00040048u, - 0x0000024bu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000024bu, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x0000024bu, 0x00000002u, 0x00040047u, 0x0000024du, 0x00000022u, 0x00000000u, 0x00040047u, - 0x0000024du, 0x00000021u, 0x00000006u, 0x00050048u, 0x00000276u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000276u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000276u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x00000276u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x00000276u, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000276u, 0x00000005u, 0x00000023u, - 0x00000014u, 0x00050048u, 0x00000276u, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x00000276u, - 0x00000007u, 0x00000023u, 0x00000019u, 0x00050048u, 0x00000276u, 0x00000008u, 0x00000023u, 0x0000001au, - 0x00050048u, 0x00000276u, 0x00000009u, 0x00000023u, 0x0000001bu, 0x00050048u, 0x00000276u, 0x0000000au, - 0x00000023u, 0x0000001cu, 0x00050048u, 0x00000276u, 0x0000000bu, 0x00000023u, 0x0000001du, 0x00050048u, - 0x00000276u, 0x0000000cu, 0x00000023u, 0x0000001eu, 0x00050048u, 0x00000276u, 0x0000000du, 0x00000023u, - 0x0000001fu, 0x00040047u, 0x00000277u, 0x00000006u, 0x00000020u, 0x00040048u, 0x00000278u, 0x00000000u, - 0x00000018u, 0x00050048u, 0x00000278u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000278u, - 0x00000002u, 0x00040047u, 0x0000027au, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000027au, 0x00000021u, - 0x00000008u, 0x00040047u, 0x000004ccu, 0x00000001u, 0x00000002u, 0x00050048u, 0x00000526u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00050048u, 0x00000526u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, - 0x00000526u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00000526u, 0x00000003u, 0x00000023u, - 0x0000000cu, 0x00050048u, 0x00000527u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000527u, - 0x00000002u, 0x00040047u, 0x00000529u, 0x00000022u, 0x00000002u, 0x00040047u, 0x00000529u, 0x00000021u, - 0x00000000u, 0x00040047u, 0x000006ccu, 0x00000006u, 0x00000001u, 0x00050048u, 0x000006cdu, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00040047u, 0x000006ceu, 0x00000006u, 0x00001000u, 0x00040048u, 0x000006cfu, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000006cfu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000006cfu, 0x00000002u, 0x00040047u, 0x000006d1u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000006d1u, - 0x00000021u, 0x00000007u, 0x00040047u, 0x00000793u, 0x00000006u, 0x00000002u, 0x00050048u, 0x00000794u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00040047u, 0x00000795u, 0x00000006u, 0x00001000u, 0x00040048u, - 0x00000796u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000796u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000796u, 0x00000002u, 0x00040047u, 0x00000798u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x00000798u, 0x00000021u, 0x00000007u, 0x00050048u, 0x000014d6u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x000014d6u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000014d6u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00050048u, 0x000014d6u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, - 0x000014d6u, 0x00000004u, 0x00000023u, 0x0000000eu, 0x00050048u, 0x000014d6u, 0x00000005u, 0x00000023u, - 0x00000010u, 0x00050048u, 0x000014d6u, 0x00000006u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000014d6u, - 0x00000007u, 0x00000023u, 0x00000018u, 0x00050048u, 0x000014d6u, 0x00000008u, 0x00000023u, 0x0000001cu, - 0x00050048u, 0x000014d6u, 0x00000009u, 0x00000023u, 0x0000001eu, 0x00050048u, 0x000014d6u, 0x0000000au, - 0x00000023u, 0x0000001fu, 0x00040047u, 0x000014d7u, 0x00000006u, 0x00000020u, 0x00040048u, 0x000014d8u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000014d8u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000014d8u, 0x00000002u, 0x00040047u, 0x000014dau, 0x00000022u, 0x00000000u, 0x00040047u, 0x000014dau, - 0x00000021u, 0x00000000u, 0x00040047u, 0x0000150eu, 0x00000006u, 0x00000001u, 0x00050048u, 0x0000150fu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000150fu, 0x00000001u, 0x00000023u, 0x00000004u, - 0x00050048u, 0x0000150fu, 0x00000002u, 0x00000023u, 0x00000008u, 0x00040047u, 0x00001510u, 0x00000006u, - 0x00000010u, 0x00040048u, 0x00001511u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00001511u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00001511u, 0x00000002u, 0x00040047u, 0x00001513u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x00001513u, 0x00000021u, 0x00000004u, 0x00040047u, 0x0000153bu, 0x00000001u, - 0x00000007u, 0x00040047u, 0x0000153eu, 0x00000001u, 0x00000003u, 0x00040047u, 0x0000154cu, 0x00000001u, - 0x00000004u, 0x00040047u, 0x00001559u, 0x00000001u, 0x00000005u, 0x00040047u, 0x00001566u, 0x00000001u, - 0x00000006u, 0x00040047u, 0x00001871u, 0x00000006u, 0x00000010u, 0x00040048u, 0x00001872u, 0x00000000u, - 0x00000018u, 0x00050048u, 0x00001872u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001872u, - 0x00000002u, 0x00040047u, 0x00001874u, 0x00000022u, 0x00000001u, 0x00040047u, 0x00001874u, 0x00000021u, - 0x00000000u, 0x00040047u, 0x00001876u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x00001880u, 0x00000001u, - 0x00000000u, 0x00040047u, 0x00001881u, 0x00000001u, 0x00000001u, 0x00040047u, 0x00001882u, 0x0000000bu, - 0x00000019u, 0x00040047u, 0x00001885u, 0x0000000bu, 0x0000001bu, 0x00040047u, 0x0000189fu, 0x0000000bu, - 0x0000001du, 0x00040047u, 0x000018b5u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000018b6u, 0x00000000u, - 0x00000019u, 0x00050048u, 0x000018b6u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000018b6u, - 0x00000002u, 0x00040047u, 0x000018b8u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000018b8u, 0x00000021u, - 0x00000009u, 0x00040047u, 0x000018bfu, 0x00000006u, 0x00000001u, 0x00040048u, 0x000018c0u, 0x00000000u, - 0x00000019u, 0x00050048u, 0x000018c0u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000018c0u, - 0x00000002u, 0x00040047u, 0x000018c2u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000018c2u, 0x00000021u, - 0x0000000bu, 0x00040047u, 0x000018c8u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000018c9u, 0x00000000u, - 0x00000019u, 0x00050048u, 0x000018c9u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000018c9u, - 0x00000002u, 0x00040047u, 0x000018cbu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000018cbu, 0x00000021u, - 0x0000000au, 0x00040047u, 0x000018d6u, 0x00000006u, 0x00000004u, 0x00040048u, 0x000018d7u, 0x00000000u, - 0x00000019u, 0x00050048u, 0x000018d7u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000018d7u, - 0x00000002u, 0x00040047u, 0x000018d9u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000018d9u, 0x00000021u, - 0x00000009u, 0x00040047u, 0x000018e1u, 0x00000006u, 0x00000001u, 0x00040048u, 0x000018e2u, 0x00000000u, - 0x00000019u, 0x00050048u, 0x000018e2u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000018e2u, - 0x00000002u, 0x00040047u, 0x000018e4u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000018e4u, 0x00000021u, - 0x0000000cu, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, - 0x00000020u, 0x00000000u, 0x00040020u, 0x00000007u, 0x00000007u, 0x00000006u, 0x00040015u, 0x00000008u, - 0x00000020u, 0x00000001u, 0x00040017u, 0x00000009u, 0x00000008u, 0x00000004u, 0x00040020u, 0x00000037u, - 0x00000007u, 0x00000009u, 0x00040020u, 0x00000038u, 0x00000007u, 0x00000008u, 0x00040017u, 0x0000004du, - 0x00000008u, 0x00000002u, 0x00040017u, 0x00000052u, 0x00000008u, 0x00000003u, 0x00040020u, 0x00000053u, - 0x00000007u, 0x00000052u, 0x00020014u, 0x00000058u, 0x00040020u, 0x00000068u, 0x00000007u, 0x0000004du, - 0x00040017u, 0x000000a0u, 0x00000006u, 0x00000002u, 0x00040020u, 0x000000a1u, 0x00000007u, 0x000000a0u, - 0x0004002bu, 0x00000008u, 0x00000187u, 0x00000000u, 0x000a001eu, 0x00000188u, 0x00000009u, 0x00000009u, - 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x0003001du, 0x00000189u, - 0x00000188u, 0x0003001eu, 0x0000018au, 0x00000189u, 0x00040020u, 0x0000018bu, 0x0000000cu, 0x0000018au, - 0x0004003bu, 0x0000018bu, 0x0000018cu, 0x0000000cu, 0x00040020u, 0x0000018eu, 0x0000000cu, 0x00000188u, - 0x0004002bu, 0x00000008u, 0x00000196u, 0x00000001u, 0x0004002bu, 0x00000008u, 0x00000199u, 0x00000002u, - 0x0004002bu, 0x00000008u, 0x0000019cu, 0x00000003u, 0x0004002bu, 0x00000008u, 0x0000019fu, 0x00000004u, - 0x0004002bu, 0x00000008u, 0x000001a2u, 0x00000005u, 0x0004002bu, 0x00000008u, 0x000001a5u, 0x00000006u, - 0x0004002bu, 0x00000008u, 0x000001a8u, 0x00000007u, 0x00040015u, 0x000001adu, 0x00000008u, 0x00000000u, - 0x00040017u, 0x000001aeu, 0x000001adu, 0x00000004u, 0x00040015u, 0x000001afu, 0x00000010u, 0x00000000u, - 0x00040015u, 0x000001b0u, 0x00000010u, 0x00000001u, 0x00040017u, 0x000001b1u, 0x000001b0u, 0x00000004u, - 0x0011001eu, 0x000001b2u, 0x000001aeu, 0x000001aeu, 0x000001aeu, 0x000001aeu, 0x000001aeu, 0x000001aeu, - 0x000001aeu, 0x000001aeu, 0x000001aeu, 0x000001aeu, 0x00000006u, 0x000001afu, 0x000001adu, 0x000001adu, - 0x000001b1u, 0x0003001du, 0x000001b3u, 0x000001b2u, 0x0003001eu, 0x000001b4u, 0x000001b3u, 0x00040020u, - 0x000001b5u, 0x0000000cu, 0x000001b4u, 0x0004003bu, 0x000001b5u, 0x000001b6u, 0x0000000cu, 0x00040020u, - 0x000001b8u, 0x0000000cu, 0x000001aeu, 0x00040017u, 0x000001bbu, 0x00000006u, 0x00000004u, 0x0004002bu, - 0x00000008u, 0x000001e2u, 0x00000008u, 0x0004002bu, 0x00000008u, 0x000001e8u, 0x00000009u, 0x0004002bu, - 0x00000008u, 0x000001eeu, 0x0000000au, 0x00040020u, 0x000001efu, 0x0000000cu, 0x00000006u, 0x0004002bu, - 0x00000008u, 0x000001f3u, 0x0000000bu, 0x00040020u, 0x000001f4u, 0x0000000cu, 0x000001afu, 0x0004002bu, - 0x00000008u, 0x000001fau, 0x0000000cu, 0x00040020u, 0x000001fbu, 0x0000000cu, 0x000001adu, 0x0004002bu, - 0x00000008u, 0x00000201u, 0x0000000du, 0x0004002bu, 0x00000008u, 0x00000207u, 0x0000000eu, 0x00040020u, - 0x00000208u, 0x0000000cu, 0x000001b1u, 0x000a001eu, 0x0000020fu, 0x000001aeu, 0x000001aeu, 0x000001aeu, - 0x000001aeu, 0x00000006u, 0x00000008u, 0x00000008u, 0x00000008u, 0x0003001du, 0x00000210u, 0x0000020fu, - 0x0003001eu, 0x00000211u, 0x00000210u, 0x00040020u, 0x00000212u, 0x0000000cu, 0x00000211u, 0x0004003bu, - 0x00000212u, 0x00000213u, 0x0000000cu, 0x00040020u, 0x0000022cu, 0x0000000cu, 0x00000008u, 0x0006001eu, - 0x00000232u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000008u, 0x0003001du, 0x00000233u, 0x00000232u, - 0x0003001eu, 0x00000234u, 0x00000233u, 0x00040020u, 0x00000235u, 0x0000000cu, 0x00000234u, 0x0004003bu, - 0x00000235u, 0x00000236u, 0x0000000cu, 0x00040020u, 0x00000238u, 0x0000000cu, 0x00000232u, 0x00040017u, - 0x00000248u, 0x000001afu, 0x00000004u, 0x000b001eu, 0x00000249u, 0x00000009u, 0x00000009u, 0x00000248u, - 0x00000248u, 0x00000008u, 0x00000008u, 0x00000008u, 0x000001b0u, 0x000001afu, 0x0003001du, 0x0000024au, - 0x00000249u, 0x0003001eu, 0x0000024bu, 0x0000024au, 0x00040020u, 0x0000024cu, 0x0000000cu, 0x0000024bu, - 0x0004003bu, 0x0000024cu, 0x0000024du, 0x0000000cu, 0x00040020u, 0x0000024fu, 0x0000000cu, 0x00000009u, - 0x00040020u, 0x00000256u, 0x0000000cu, 0x00000248u, 0x00040020u, 0x0000026au, 0x0000000cu, 0x000001b0u, - 0x0010001eu, 0x00000276u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, - 0x000001adu, 0x000001adu, 0x000001adu, 0x000001adu, 0x000001adu, 0x000001adu, 0x000001adu, 0x000001adu, - 0x0003001du, 0x00000277u, 0x00000276u, 0x0003001eu, 0x00000278u, 0x00000277u, 0x00040020u, 0x00000279u, - 0x0000000cu, 0x00000278u, 0x0004003bu, 0x00000279u, 0x0000027au, 0x0000000cu, 0x00040017u, 0x000002b8u, - 0x00000006u, 0x00000003u, 0x00040020u, 0x000002b9u, 0x00000007u, 0x000002b8u, 0x0004002bu, 0x00000006u, - 0x000002c0u, 0x00000008u, 0x0004002bu, 0x00000006u, 0x000002c6u, 0x41c64e6du, 0x0004002bu, 0x00000006u, - 0x000002d9u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x000002dcu, 0x00000010u, 0x0004002bu, 0x00000008u, - 0x000002e2u, 0x00000020u, 0x0004002bu, 0x00000008u, 0x000002ebu, 0x000001ffu, 0x0004002bu, 0x00000008u, - 0x000002f0u, 0x000000ffu, 0x0007002cu, 0x00000009u, 0x000002f5u, 0x00000187u, 0x0000019fu, 0x00000199u, - 0x000001a5u, 0x00040017u, 0x000002fau, 0x00000058u, 0x00000004u, 0x0007002cu, 0x00000009u, 0x00000312u, - 0x00000187u, 0x00000187u, 0x00000187u, 0x00000187u, 0x0007002cu, 0x00000009u, 0x00000313u, 0x00000196u, - 0x00000196u, 0x00000196u, 0x00000196u, 0x0007002cu, 0x00000009u, 0x00000320u, 0x00000196u, 0x00000199u, - 0x0000019fu, 0x000001e2u, 0x0004002bu, 0x00000008u, 0x00000323u, 0x00000010u, 0x0004002bu, 0x00000008u, - 0x00000324u, 0x00000040u, 0x0004002bu, 0x00000008u, 0x00000325u, 0x00000080u, 0x0007002cu, 0x00000009u, - 0x00000326u, 0x00000323u, 0x000002e2u, 0x00000324u, 0x00000325u, 0x0004002bu, 0x00000006u, 0x0000032cu, - 0x00000001u, 0x0004002bu, 0x00000006u, 0x00000330u, 0x00000002u, 0x0004002bu, 0x00000006u, 0x00000333u, - 0x00000003u, 0x0007002cu, 0x00000009u, 0x00000346u, 0x000002f0u, 0x000002f0u, 0x000002f0u, 0x000002f0u, - 0x0004002bu, 0x00000008u, 0x00000360u, 0x00020000u, 0x0004002bu, 0x00000008u, 0x0000036au, 0x0003ffffu, - 0x0004002bu, 0x00000008u, 0x00000377u, 0x00003fffu, 0x0004002bu, 0x00000006u, 0x0000037du, 0x00000040u, - 0x0004001cu, 0x0000037eu, 0x0000004du, 0x0000037du, 0x0004002bu, 0x00000008u, 0x0000037fu, 0x00004000u, - 0x0004002bu, 0x00000008u, 0x00000380u, 0xfffffc10u, 0x0005002cu, 0x0000004du, 0x00000381u, 0x0000037fu, - 0x00000380u, 0x0004002bu, 0x00000008u, 0x00000382u, 0x00003f04u, 0x0004002bu, 0x00000008u, 0x00000383u, - 0xfffffc30u, 0x0005002cu, 0x0000004du, 0x00000384u, 0x00000382u, 0x00000383u, 0x0004002bu, 0x00000008u, - 0x00000385u, 0x00003e10u, 0x0004002bu, 0x00000008u, 0x00000386u, 0xfffffc48u, 0x0005002cu, 0x0000004du, - 0x00000387u, 0x00000385u, 0x00000386u, 0x0004002bu, 0x00000008u, 0x00000388u, 0x00003d22u, 0x0004002bu, - 0x00000008u, 0x00000389u, 0xfffffc68u, 0x0005002cu, 0x0000004du, 0x0000038au, 0x00000388u, 0x00000389u, - 0x0004002bu, 0x00000008u, 0x0000038bu, 0x00003c3cu, 0x0004002bu, 0x00000008u, 0x0000038cu, 0xfffffc84u, - 0x0005002cu, 0x0000004du, 0x0000038du, 0x0000038bu, 0x0000038cu, 0x0004002bu, 0x00000008u, 0x0000038eu, - 0x00003b5du, 0x0004002bu, 0x00000008u, 0x0000038fu, 0xfffffc98u, 0x0005002cu, 0x0000004du, 0x00000390u, - 0x0000038eu, 0x0000038fu, 0x0004002bu, 0x00000008u, 0x00000391u, 0x00003a83u, 0x0004002bu, 0x00000008u, - 0x00000392u, 0xfffffcb8u, 0x0005002cu, 0x0000004du, 0x00000393u, 0x00000391u, 0x00000392u, 0x0004002bu, - 0x00000008u, 0x00000394u, 0x000039b1u, 0x0004002bu, 0x00000008u, 0x00000395u, 0xfffffcccu, 0x0005002cu, - 0x0000004du, 0x00000396u, 0x00000394u, 0x00000395u, 0x0004002bu, 0x00000008u, 0x00000397u, 0x000038e4u, - 0x0004002bu, 0x00000008u, 0x00000398u, 0xfffffce0u, 0x0005002cu, 0x0000004du, 0x00000399u, 0x00000397u, - 0x00000398u, 0x0004002bu, 0x00000008u, 0x0000039au, 0x0000381cu, 0x0004002bu, 0x00000008u, 0x0000039bu, - 0xfffffcf8u, 0x0005002cu, 0x0000004du, 0x0000039cu, 0x0000039au, 0x0000039bu, 0x0004002bu, 0x00000008u, - 0x0000039du, 0x0000375au, 0x0004002bu, 0x00000008u, 0x0000039eu, 0xfffffd0cu, 0x0005002cu, 0x0000004du, - 0x0000039fu, 0x0000039du, 0x0000039eu, 0x0004002bu, 0x00000008u, 0x000003a0u, 0x0000369du, 0x0004002bu, - 0x00000008u, 0x000003a1u, 0xfffffd20u, 0x0005002cu, 0x0000004du, 0x000003a2u, 0x000003a0u, 0x000003a1u, - 0x0004002bu, 0x00000008u, 0x000003a3u, 0x000035e5u, 0x0004002bu, 0x00000008u, 0x000003a4u, 0xfffffd34u, - 0x0005002cu, 0x0000004du, 0x000003a5u, 0x000003a3u, 0x000003a4u, 0x0004002bu, 0x00000008u, 0x000003a6u, - 0x00003532u, 0x0004002bu, 0x00000008u, 0x000003a7u, 0xfffffd44u, 0x0005002cu, 0x0000004du, 0x000003a8u, - 0x000003a6u, 0x000003a7u, 0x0004002bu, 0x00000008u, 0x000003a9u, 0x00003483u, 0x0004002bu, 0x00000008u, - 0x000003aau, 0xfffffd58u, 0x0005002cu, 0x0000004du, 0x000003abu, 0x000003a9u, 0x000003aau, 0x0004002bu, - 0x00000008u, 0x000003acu, 0x000033d9u, 0x0004002bu, 0x00000008u, 0x000003adu, 0xfffffd68u, 0x0005002cu, - 0x0000004du, 0x000003aeu, 0x000003acu, 0x000003adu, 0x0004002bu, 0x00000008u, 0x000003afu, 0x00003333u, - 0x0004002bu, 0x00000008u, 0x000003b0u, 0xfffffd78u, 0x0005002cu, 0x0000004du, 0x000003b1u, 0x000003afu, - 0x000003b0u, 0x0004002bu, 0x00000008u, 0x000003b2u, 0x00003291u, 0x0004002bu, 0x00000008u, 0x000003b3u, - 0xfffffd8cu, 0x0005002cu, 0x0000004du, 0x000003b4u, 0x000003b2u, 0x000003b3u, 0x0004002bu, 0x00000008u, - 0x000003b5u, 0x000031f4u, 0x0004002bu, 0x00000008u, 0x000003b6u, 0xfffffd94u, 0x0005002cu, 0x0000004du, - 0x000003b7u, 0x000003b5u, 0x000003b6u, 0x0004002bu, 0x00000008u, 0x000003b8u, 0x00003159u, 0x0004002bu, - 0x00000008u, 0x000003b9u, 0xfffffda8u, 0x0005002cu, 0x0000004du, 0x000003bau, 0x000003b8u, 0x000003b9u, - 0x0004002bu, 0x00000008u, 0x000003bbu, 0x000030c3u, 0x0004002bu, 0x00000008u, 0x000003bcu, 0xfffffdb4u, - 0x0005002cu, 0x0000004du, 0x000003bdu, 0x000003bbu, 0x000003bcu, 0x0004002bu, 0x00000008u, 0x000003beu, - 0x00003030u, 0x0004002bu, 0x00000008u, 0x000003bfu, 0xfffffdc4u, 0x0005002cu, 0x0000004du, 0x000003c0u, - 0x000003beu, 0x000003bfu, 0x0004002bu, 0x00000008u, 0x000003c1u, 0x00002fa1u, 0x0004002bu, 0x00000008u, - 0x000003c2u, 0xfffffdd0u, 0x0005002cu, 0x0000004du, 0x000003c3u, 0x000003c1u, 0x000003c2u, 0x0004002bu, - 0x00000008u, 0x000003c4u, 0x00002f15u, 0x0004002bu, 0x00000008u, 0x000003c5u, 0xfffffddcu, 0x0005002cu, - 0x0000004du, 0x000003c6u, 0x000003c4u, 0x000003c5u, 0x0004002bu, 0x00000008u, 0x000003c7u, 0x00002e8cu, - 0x0004002bu, 0x00000008u, 0x000003c8u, 0xfffffde8u, 0x0005002cu, 0x0000004du, 0x000003c9u, 0x000003c7u, - 0x000003c8u, 0x0004002bu, 0x00000008u, 0x000003cau, 0x00002e06u, 0x0004002bu, 0x00000008u, 0x000003cbu, - 0xfffffdf4u, 0x0005002cu, 0x0000004du, 0x000003ccu, 0x000003cau, 0x000003cbu, 0x0004002bu, 0x00000008u, - 0x000003cdu, 0x00002d83u, 0x0004002bu, 0x00000008u, 0x000003ceu, 0xfffffe00u, 0x0005002cu, 0x0000004du, - 0x000003cfu, 0x000003cdu, 0x000003ceu, 0x0004002bu, 0x00000008u, 0x000003d0u, 0x00002d03u, 0x0004002bu, - 0x00000008u, 0x000003d1u, 0xfffffe0cu, 0x0005002cu, 0x0000004du, 0x000003d2u, 0x000003d0u, 0x000003d1u, - 0x0004002bu, 0x00000008u, 0x000003d3u, 0x00002c86u, 0x0004002bu, 0x00000008u, 0x000003d4u, 0xfffffe14u, - 0x0005002cu, 0x0000004du, 0x000003d5u, 0x000003d3u, 0x000003d4u, 0x0004002bu, 0x00000008u, 0x000003d6u, - 0x00002c0bu, 0x0004002bu, 0x00000008u, 0x000003d7u, 0xfffffe20u, 0x0005002cu, 0x0000004du, 0x000003d8u, - 0x000003d6u, 0x000003d7u, 0x0004002bu, 0x00000008u, 0x000003d9u, 0x00002b93u, 0x0004002bu, 0x00000008u, - 0x000003dau, 0xfffffe2cu, 0x0005002cu, 0x0000004du, 0x000003dbu, 0x000003d9u, 0x000003dau, 0x0004002bu, - 0x00000008u, 0x000003dcu, 0x00002b1eu, 0x0004002bu, 0x00000008u, 0x000003ddu, 0xfffffe34u, 0x0005002cu, - 0x0000004du, 0x000003deu, 0x000003dcu, 0x000003ddu, 0x0004002bu, 0x00000008u, 0x000003dfu, 0x00002aabu, - 0x0004002bu, 0x00000008u, 0x000003e0u, 0xfffffe3cu, 0x0005002cu, 0x0000004du, 0x000003e1u, 0x000003dfu, - 0x000003e0u, 0x0004002bu, 0x00000008u, 0x000003e2u, 0x00002a3au, 0x0004002bu, 0x00000008u, 0x000003e3u, - 0xfffffe48u, 0x0005002cu, 0x0000004du, 0x000003e4u, 0x000003e2u, 0x000003e3u, 0x0004002bu, 0x00000008u, - 0x000003e5u, 0x000029ccu, 0x0004002bu, 0x00000008u, 0x000003e6u, 0xfffffe50u, 0x0005002cu, 0x0000004du, - 0x000003e7u, 0x000003e5u, 0x000003e6u, 0x0004002bu, 0x00000008u, 0x000003e8u, 0x00002960u, 0x0004002bu, - 0x00000008u, 0x000003e9u, 0xfffffe58u, 0x0005002cu, 0x0000004du, 0x000003eau, 0x000003e8u, 0x000003e9u, - 0x0004002bu, 0x00000008u, 0x000003ebu, 0x000028f6u, 0x0004002bu, 0x00000008u, 0x000003ecu, 0xfffffe60u, - 0x0005002cu, 0x0000004du, 0x000003edu, 0x000003ebu, 0x000003ecu, 0x0004002bu, 0x00000008u, 0x000003eeu, - 0x0000288eu, 0x0004002bu, 0x00000008u, 0x000003efu, 0xfffffe68u, 0x0005002cu, 0x0000004du, 0x000003f0u, - 0x000003eeu, 0x000003efu, 0x0004002bu, 0x00000008u, 0x000003f1u, 0x00002828u, 0x0004002bu, 0x00000008u, - 0x000003f2u, 0xfffffe70u, 0x0005002cu, 0x0000004du, 0x000003f3u, 0x000003f1u, 0x000003f2u, 0x0004002bu, - 0x00000008u, 0x000003f4u, 0x000027c4u, 0x0004002bu, 0x00000008u, 0x000003f5u, 0xfffffe78u, 0x0005002cu, - 0x0000004du, 0x000003f6u, 0x000003f4u, 0x000003f5u, 0x0004002bu, 0x00000008u, 0x000003f7u, 0x00002762u, - 0x0004002bu, 0x00000008u, 0x000003f8u, 0xfffffe80u, 0x0005002cu, 0x0000004du, 0x000003f9u, 0x000003f7u, - 0x000003f8u, 0x0004002bu, 0x00000008u, 0x000003fau, 0x00002702u, 0x0004002bu, 0x00000008u, 0x000003fbu, - 0xfffffe88u, 0x0005002cu, 0x0000004du, 0x000003fcu, 0x000003fau, 0x000003fbu, 0x0004002bu, 0x00000008u, - 0x000003fdu, 0x000026a4u, 0x0004002bu, 0x00000008u, 0x000003feu, 0xfffffe90u, 0x0005002cu, 0x0000004du, - 0x000003ffu, 0x000003fdu, 0x000003feu, 0x0004002bu, 0x00000008u, 0x00000400u, 0x00002648u, 0x0004002bu, - 0x00000008u, 0x00000401u, 0xfffffe94u, 0x0005002cu, 0x0000004du, 0x00000402u, 0x00000400u, 0x00000401u, - 0x0004002bu, 0x00000008u, 0x00000403u, 0x000025edu, 0x0004002bu, 0x00000008u, 0x00000404u, 0xfffffe9cu, - 0x0005002cu, 0x0000004du, 0x00000405u, 0x00000403u, 0x00000404u, 0x0004002bu, 0x00000008u, 0x00000406u, - 0x00002594u, 0x0004002bu, 0x00000008u, 0x00000407u, 0xfffffea4u, 0x0005002cu, 0x0000004du, 0x00000408u, - 0x00000406u, 0x00000407u, 0x0004002bu, 0x00000008u, 0x00000409u, 0x0000253du, 0x0004002bu, 0x00000008u, - 0x0000040au, 0xfffffea8u, 0x0005002cu, 0x0000004du, 0x0000040bu, 0x00000409u, 0x0000040au, 0x0004002bu, - 0x00000008u, 0x0000040cu, 0x000024e7u, 0x0004002bu, 0x00000008u, 0x0000040du, 0xfffffeacu, 0x0005002cu, - 0x0000004du, 0x0000040eu, 0x0000040cu, 0x0000040du, 0x0004002bu, 0x00000008u, 0x0000040fu, 0x00002492u, - 0x0004002bu, 0x00000008u, 0x00000410u, 0xfffffeb4u, 0x0005002cu, 0x0000004du, 0x00000411u, 0x0000040fu, - 0x00000410u, 0x0004002bu, 0x00000008u, 0x00000412u, 0x0000243fu, 0x0004002bu, 0x00000008u, 0x00000413u, - 0xfffffebcu, 0x0005002cu, 0x0000004du, 0x00000414u, 0x00000412u, 0x00000413u, 0x0004002bu, 0x00000008u, - 0x00000415u, 0x000023eeu, 0x0004002bu, 0x00000008u, 0x00000416u, 0xfffffec0u, 0x0005002cu, 0x0000004du, - 0x00000417u, 0x00000415u, 0x00000416u, 0x0004002bu, 0x00000008u, 0x00000418u, 0x0000239eu, 0x0004002bu, - 0x00000008u, 0x00000419u, 0xfffffec4u, 0x0005002cu, 0x0000004du, 0x0000041au, 0x00000418u, 0x00000419u, - 0x0004002bu, 0x00000008u, 0x0000041bu, 0x0000234fu, 0x0004002bu, 0x00000008u, 0x0000041cu, 0xfffffeccu, - 0x0005002cu, 0x0000004du, 0x0000041du, 0x0000041bu, 0x0000041cu, 0x0004002bu, 0x00000008u, 0x0000041eu, - 0x00002302u, 0x0004002bu, 0x00000008u, 0x0000041fu, 0xfffffed0u, 0x0005002cu, 0x0000004du, 0x00000420u, - 0x0000041eu, 0x0000041fu, 0x0004002bu, 0x00000008u, 0x00000421u, 0x000022b6u, 0x0004002bu, 0x00000008u, - 0x00000422u, 0xfffffed8u, 0x0005002cu, 0x0000004du, 0x00000423u, 0x00000421u, 0x00000422u, 0x0004002bu, - 0x00000008u, 0x00000424u, 0x0000226cu, 0x0005002cu, 0x0000004du, 0x00000425u, 0x00000424u, 0x00000422u, - 0x0004002bu, 0x00000008u, 0x00000426u, 0x00002222u, 0x0004002bu, 0x00000008u, 0x00000427u, 0xfffffee0u, - 0x0005002cu, 0x0000004du, 0x00000428u, 0x00000426u, 0x00000427u, 0x0004002bu, 0x00000008u, 0x00000429u, - 0x000021dau, 0x0004002bu, 0x00000008u, 0x0000042au, 0xfffffee4u, 0x0005002cu, 0x0000004du, 0x0000042bu, - 0x00000429u, 0x0000042au, 0x0004002bu, 0x00000008u, 0x0000042cu, 0x00002193u, 0x0004002bu, 0x00000008u, - 0x0000042du, 0xfffffee8u, 0x0005002cu, 0x0000004du, 0x0000042eu, 0x0000042cu, 0x0000042du, 0x0004002bu, - 0x00000008u, 0x0000042fu, 0x0000214du, 0x0004002bu, 0x00000008u, 0x00000430u, 0xfffffeecu, 0x0005002cu, - 0x0000004du, 0x00000431u, 0x0000042fu, 0x00000430u, 0x0004002bu, 0x00000008u, 0x00000432u, 0x00002108u, - 0x0004002bu, 0x00000008u, 0x00000433u, 0xfffffef4u, 0x0005002cu, 0x0000004du, 0x00000434u, 0x00000432u, - 0x00000433u, 0x0004002bu, 0x00000008u, 0x00000435u, 0x000020c5u, 0x0005002cu, 0x0000004du, 0x00000436u, - 0x00000435u, 0x00000433u, 0x0004002bu, 0x00000008u, 0x00000437u, 0x00002082u, 0x0004002bu, 0x00000008u, - 0x00000438u, 0xfffffefcu, 0x0005002cu, 0x0000004du, 0x00000439u, 0x00000437u, 0x00000438u, 0x0004002bu, - 0x00000008u, 0x0000043au, 0x00002041u, 0x0005002cu, 0x0000004du, 0x0000043bu, 0x0000043au, 0x00000438u, - 0x0043002cu, 0x0000037eu, 0x0000043cu, 0x00000381u, 0x00000384u, 0x00000387u, 0x0000038au, 0x0000038du, - 0x00000390u, 0x00000393u, 0x00000396u, 0x00000399u, 0x0000039cu, 0x0000039fu, 0x000003a2u, 0x000003a5u, - 0x000003a8u, 0x000003abu, 0x000003aeu, 0x000003b1u, 0x000003b4u, 0x000003b7u, 0x000003bau, 0x000003bdu, - 0x000003c0u, 0x000003c3u, 0x000003c6u, 0x000003c9u, 0x000003ccu, 0x000003cfu, 0x000003d2u, 0x000003d5u, - 0x000003d8u, 0x000003dbu, 0x000003deu, 0x000003e1u, 0x000003e4u, 0x000003e7u, 0x000003eau, 0x000003edu, - 0x000003f0u, 0x000003f3u, 0x000003f6u, 0x000003f9u, 0x000003fcu, 0x000003ffu, 0x00000402u, 0x00000405u, - 0x00000408u, 0x0000040bu, 0x0000040eu, 0x00000411u, 0x00000414u, 0x00000417u, 0x0000041au, 0x0000041du, - 0x00000420u, 0x00000423u, 0x00000425u, 0x00000428u, 0x0000042bu, 0x0000042eu, 0x00000431u, 0x00000434u, - 0x00000436u, 0x00000439u, 0x0000043bu, 0x00040020u, 0x0000043fu, 0x00000007u, 0x0000037eu, 0x0004002bu, - 0x00000008u, 0x0000045eu, 0x00007fffu, 0x0004002bu, 0x00000008u, 0x00000470u, 0x3fffffffu, 0x0004002bu, - 0x00000008u, 0x00000471u, 0x20000000u, 0x0005002cu, 0x0000004du, 0x0000048au, 0x00000187u, 0x00000187u, - 0x00040017u, 0x0000048bu, 0x00000058u, 0x00000002u, 0x0004002bu, 0x00000008u, 0x000004a4u, 0xffff8000u, - 0x00030029u, 0x00000058u, 0x000004a6u, 0x0005002cu, 0x0000004du, 0x000004bfu, 0x0000045eu, 0x0000045eu, - 0x0004002bu, 0x00000008u, 0x000004c1u, 0xffff0000u, 0x0005002cu, 0x0000004du, 0x000004c2u, 0x000004c1u, - 0x000004c1u, 0x0004002bu, 0x00000008u, 0x000004c3u, 0x0000ffffu, 0x0005002cu, 0x0000004du, 0x000004c4u, - 0x000004c3u, 0x000004c3u, 0x0004002bu, 0x00000008u, 0x000004c9u, 0xffffffe0u, 0x00040032u, 0x00000008u, - 0x000004ccu, 0x00000000u, 0x0004002bu, 0x00000008u, 0x000004cdu, 0x0000001au, 0x00060034u, 0x00000008u, - 0x000004ceu, 0x000000c3u, 0x000004ccu, 0x000004cdu, 0x00060034u, 0x00000008u, 0x000004cfu, 0x000000c7u, - 0x000004ceu, 0x0000019cu, 0x00060034u, 0x00000008u, 0x000004edu, 0x00000080u, 0x00000199u, 0x000004cfu, - 0x00060034u, 0x00000008u, 0x0000050au, 0x00000080u, 0x0000019fu, 0x000004cfu, 0x0006001eu, 0x00000526u, - 0x00000008u, 0x00000008u, 0x00000008u, 0x00000006u, 0x0003001eu, 0x00000527u, 0x00000526u, 0x00040020u, - 0x00000528u, 0x00000002u, 0x00000527u, 0x0004003bu, 0x00000528u, 0x00000529u, 0x00000002u, 0x00040020u, - 0x0000052au, 0x00000002u, 0x00000008u, 0x0004002bu, 0x00000008u, 0x00000537u, 0xffffffffu, 0x00060034u, - 0x00000008u, 0x00000596u, 0x000000c4u, 0x00000196u, 0x000004cfu, 0x00060034u, 0x00000058u, 0x00000597u, - 0x000000adu, 0x00000596u, 0x00000196u, 0x00060034u, 0x00000008u, 0x000005edu, 0x00000082u, 0x00000596u, - 0x00000196u, 0x00060034u, 0x00000008u, 0x00000601u, 0x00000080u, 0x00000199u, 0x000004cfu, 0x00060034u, - 0x00000008u, 0x00000611u, 0x00000080u, 0x000001a2u, 0x000004cfu, 0x0005002cu, 0x0000004du, 0x00000636u, - 0x00000187u, 0x00000196u, 0x0004002bu, 0x00000006u, 0x0000067au, 0x0000000bu, 0x0004002bu, 0x00000006u, - 0x0000067bu, 0x00000006u, 0x0006002cu, 0x000002b8u, 0x0000067cu, 0x0000067au, 0x0000067bu, 0x0000032cu, - 0x0004002bu, 0x00000006u, 0x0000067eu, 0x0000001fu, 0x0004002bu, 0x00000006u, 0x0000068bu, 0x000000ffu, - 0x0004002bu, 0x00000006u, 0x000006b6u, 0x00000fffu, 0x0004002bu, 0x00000006u, 0x000006beu, 0x00000004u, - 0x0004002bu, 0x00000006u, 0x000006cbu, 0x00001000u, 0x0004001cu, 0x000006ccu, 0x000001adu, 0x000006cbu, - 0x0003001eu, 0x000006cdu, 0x000006ccu, 0x0003001du, 0x000006ceu, 0x000006cdu, 0x0003001eu, 0x000006cfu, - 0x000006ceu, 0x00040020u, 0x000006d0u, 0x0000000cu, 0x000006cfu, 0x0004003bu, 0x000006d0u, 0x000006d1u, - 0x0000000cu, 0x0004002bu, 0x00000006u, 0x000006dau, 0x0000000fu, 0x0004002bu, 0x00000006u, 0x00000711u, - 0x0000000eu, 0x0004002bu, 0x00000006u, 0x00000769u, 0x000007ffu, 0x0004002bu, 0x00000006u, 0x00000792u, - 0x00000800u, 0x0004001cu, 0x00000793u, 0x000001afu, 0x00000792u, 0x0003001eu, 0x00000794u, 0x00000793u, - 0x0003001du, 0x00000795u, 0x00000794u, 0x0003001eu, 0x00000796u, 0x00000795u, 0x00040020u, 0x00000797u, - 0x0000000cu, 0x00000796u, 0x0004003bu, 0x00000797u, 0x00000798u, 0x0000000cu, 0x0004002bu, 0x00000006u, - 0x0000079au, 0x00000400u, 0x0004002bu, 0x00000006u, 0x00000838u, 0xfffffffcu, 0x0004002bu, 0x00000008u, - 0x0000099eu, 0x000003ffu, 0x0004002bu, 0x00000008u, 0x000009e0u, 0x000007ffu, 0x0004002bu, 0x00000006u, - 0x00000a0cu, 0x00001fffu, 0x0004002bu, 0x00000008u, 0x00000a61u, 0x0000000fu, 0x0004002bu, 0x00000008u, - 0x00000a63u, 0x00000011u, 0x0004002bu, 0x00000006u, 0x00000ab4u, 0x0000000cu, 0x0004002bu, 0x00000008u, - 0x00000ad7u, 0x00000400u, 0x0004002bu, 0x00000008u, 0x00000bd1u, 0x0000001fu, 0x0004002bu, 0x00000008u, - 0x00000c00u, 0xffffff01u, 0x0005002cu, 0x0000004du, 0x00000c0cu, 0x00000323u, 0x00000323u, 0x00040017u, - 0x00001031u, 0x00000058u, 0x00000003u, 0x0003002au, 0x00000058u, 0x000011dcu, 0x0004002bu, 0x00000008u, - 0x0000121au, 0xffffff00u, 0x0004002bu, 0x00000006u, 0x00001246u, 0x00000007u, 0x0004001cu, 0x0000126fu, - 0x00000008u, 0x000002dcu, 0x0004001cu, 0x00001270u, 0x0000126fu, 0x00000330u, 0x0013002cu, 0x0000126fu, - 0x00001271u, 0x00000187u, 0x000001a5u, 0x00000196u, 0x000001a8u, 0x0000019fu, 0x00000199u, 0x000001a2u, - 0x0000019cu, 0x0000019cu, 0x000001a2u, 0x00000199u, 0x0000019fu, 0x000001a8u, 0x00000196u, 0x000001a5u, - 0x00000187u, 0x0013002cu, 0x0000126fu, 0x00001272u, 0x00000187u, 0x0000019fu, 0x00000196u, 0x000001a2u, - 0x0000019fu, 0x00000187u, 0x000001a2u, 0x00000196u, 0x0000019cu, 0x000001a8u, 0x00000199u, 0x000001a5u, - 0x000001a8u, 0x0000019cu, 0x000001a5u, 0x00000199u, 0x0005002cu, 0x00001270u, 0x00001273u, 0x00001271u, - 0x00001272u, 0x00040020u, 0x0000127bu, 0x00000007u, 0x00001270u, 0x0004002bu, 0x00000008u, 0x0000127fu, - 0x00000049u, 0x0004002bu, 0x00000008u, 0x000012f9u, 0x00000100u, 0x0006002cu, 0x00000052u, 0x000012fau, - 0x000012f9u, 0x000012f9u, 0x000012f9u, 0x00060034u, 0x00000008u, 0x000014ceu, 0x00000082u, 0x00000596u, - 0x00000196u, 0x000d001eu, 0x000014d6u, 0x00000008u, 0x00000008u, 0x00000008u, 0x000001b0u, 0x000001b0u, - 0x00000008u, 0x00000008u, 0x00000008u, 0x000001b0u, 0x000001adu, 0x000001adu, 0x0003001du, 0x000014d7u, - 0x000014d6u, 0x0003001eu, 0x000014d8u, 0x000014d7u, 0x00040020u, 0x000014d9u, 0x0000000cu, 0x000014d8u, - 0x0004003bu, 0x000014d9u, 0x000014dau, 0x0000000cu, 0x00060034u, 0x00000058u, 0x000014dfu, 0x000000adu, - 0x00000596u, 0x00000196u, 0x0004002bu, 0x00000006u, 0x000014e3u, 0x00000020u, 0x00060034u, 0x00000008u, - 0x000014e8u, 0x00000082u, 0x00000596u, 0x00000196u, 0x00050034u, 0x00000008u, 0x000014e9u, 0x000000c8u, - 0x000014e8u, 0x00060034u, 0x00000008u, 0x000014ecu, 0x00000082u, 0x00000596u, 0x00000196u, 0x00050034u, - 0x00000008u, 0x000014edu, 0x000000c8u, 0x000014ecu, 0x00040020u, 0x0000150cu, 0x00000007u, 0x000001bbu, - 0x0004001cu, 0x0000150eu, 0x000001adu, 0x000002c0u, 0x0005001eu, 0x0000150fu, 0x000001aeu, 0x000001aeu, - 0x0000150eu, 0x0003001du, 0x00001510u, 0x0000150fu, 0x0003001eu, 0x00001511u, 0x00001510u, 0x00040020u, - 0x00001512u, 0x0000000cu, 0x00001511u, 0x0004003bu, 0x00001512u, 0x00001513u, 0x0000000cu, 0x0004002bu, - 0x00000008u, 0x00001535u, 0x40000000u, 0x00060034u, 0x00000008u, 0x00001536u, 0x000000c7u, 0x000004ccu, - 0x00001535u, 0x00060034u, 0x00000058u, 0x00001537u, 0x000000abu, 0x00001536u, 0x00000187u, 0x00060034u, - 0x00000006u, 0x0000153au, 0x00000080u, 0x000004ccu, 0x000002d9u, 0x00040032u, 0x00000008u, 0x0000153bu, - 0x00000000u, 0x00060034u, 0x00000008u, 0x0000153cu, 0x000000c3u, 0x0000153bu, 0x00000187u, 0x00060034u, - 0x00000008u, 0x0000153du, 0x000000c7u, 0x0000153cu, 0x000002f0u, 0x00040032u, 0x00000008u, 0x0000153eu, - 0x00000000u, 0x00060034u, 0x00000008u, 0x0000153fu, 0x000000c3u, 0x0000153eu, 0x00000187u, 0x00060034u, - 0x00000008u, 0x00001540u, 0x000000c7u, 0x0000153fu, 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001542u, - 0x000000c3u, 0x0000153eu, 0x000001e2u, 0x00060034u, 0x00000008u, 0x00001543u, 0x000000c7u, 0x00001542u, - 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001545u, 0x000000c3u, 0x0000153eu, 0x00000323u, 0x00060034u, - 0x00000008u, 0x00001546u, 0x000000c7u, 0x00001545u, 0x000002f0u, 0x0004002bu, 0x00000008u, 0x00001548u, - 0x00000018u, 0x00060034u, 0x00000008u, 0x00001549u, 0x000000c3u, 0x0000153eu, 0x00001548u, 0x00060034u, - 0x00000008u, 0x0000154au, 0x000000c7u, 0x00001549u, 0x000002f0u, 0x00040032u, 0x00000008u, 0x0000154cu, - 0x00000000u, 0x00060034u, 0x00000008u, 0x0000154du, 0x000000c3u, 0x0000154cu, 0x00000187u, 0x00060034u, - 0x00000008u, 0x0000154eu, 0x000000c7u, 0x0000154du, 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001550u, - 0x000000c3u, 0x0000154cu, 0x000001e2u, 0x00060034u, 0x00000008u, 0x00001551u, 0x000000c7u, 0x00001550u, - 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001553u, 0x000000c3u, 0x0000154cu, 0x00000323u, 0x00060034u, - 0x00000008u, 0x00001554u, 0x000000c7u, 0x00001553u, 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001556u, - 0x000000c3u, 0x0000154cu, 0x00001548u, 0x00060034u, 0x00000008u, 0x00001557u, 0x000000c7u, 0x00001556u, - 0x000002f0u, 0x00040032u, 0x00000008u, 0x00001559u, 0x00000000u, 0x00060034u, 0x00000008u, 0x0000155au, - 0x000000c3u, 0x00001559u, 0x00000187u, 0x00060034u, 0x00000008u, 0x0000155bu, 0x000000c7u, 0x0000155au, - 0x000002f0u, 0x00060034u, 0x00000008u, 0x0000155du, 0x000000c3u, 0x00001559u, 0x000001e2u, 0x00060034u, - 0x00000008u, 0x0000155eu, 0x000000c7u, 0x0000155du, 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001560u, - 0x000000c3u, 0x00001559u, 0x00000323u, 0x00060034u, 0x00000008u, 0x00001561u, 0x000000c7u, 0x00001560u, - 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001563u, 0x000000c3u, 0x00001559u, 0x00001548u, 0x00060034u, - 0x00000008u, 0x00001564u, 0x000000c7u, 0x00001563u, 0x000002f0u, 0x00040032u, 0x00000008u, 0x00001566u, - 0x00000000u, 0x00060034u, 0x00000008u, 0x00001567u, 0x000000c3u, 0x00001566u, 0x00000187u, 0x00060034u, - 0x00000008u, 0x00001568u, 0x000000c7u, 0x00001567u, 0x000002f0u, 0x00060034u, 0x00000008u, 0x0000156au, - 0x000000c3u, 0x00001566u, 0x000001e2u, 0x00060034u, 0x00000008u, 0x0000156bu, 0x000000c7u, 0x0000156au, - 0x000002f0u, 0x00060034u, 0x00000008u, 0x0000156du, 0x000000c3u, 0x00001566u, 0x00000323u, 0x00060034u, - 0x00000008u, 0x0000156eu, 0x000000c7u, 0x0000156du, 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001570u, - 0x000000c3u, 0x00001566u, 0x00001548u, 0x00060034u, 0x00000008u, 0x00001571u, 0x000000c7u, 0x00001570u, - 0x000002f0u, 0x0004002bu, 0x00000006u, 0x0000157du, 0x00004000u, 0x0004002bu, 0x00000006u, 0x00001586u, - 0x00000080u, 0x0004002bu, 0x00000006u, 0x0000158fu, 0x00000200u, 0x0004002bu, 0x00000006u, 0x000015a0u, - 0x00000100u, 0x0004002bu, 0x00000006u, 0x000015adu, 0x00002000u, 0x0004002bu, 0x00000006u, 0x000015b2u, - 0x00008000u, 0x0004002bu, 0x00000006u, 0x000015b7u, 0x00010000u, 0x0004002bu, 0x00000006u, 0x000015bcu, - 0x00020000u, 0x0004002bu, 0x00000006u, 0x000015c1u, 0x00040000u, 0x0004002bu, 0x00000006u, 0x000015c6u, - 0x00080000u, 0x0004002bu, 0x00000006u, 0x000015cbu, 0x00200000u, 0x0004002bu, 0x00000006u, 0x000015d0u, - 0x00100000u, 0x0004002bu, 0x00000006u, 0x000015d5u, 0x00400000u, 0x0004002bu, 0x00000006u, 0x000015dau, - 0x00800000u, 0x0004002bu, 0x00000006u, 0x000015dfu, 0x01000000u, 0x0004002bu, 0x00000006u, 0x000015e3u, - 0x10000000u, 0x00040020u, 0x000015edu, 0x00000002u, 0x00000006u, 0x00060034u, 0x00000008u, 0x0000162cu, - 0x000000c7u, 0x000004ccu, 0x00000471u, 0x00060034u, 0x00000058u, 0x0000162du, 0x000000abu, 0x0000162cu, - 0x00000187u, 0x00060034u, 0x00000008u, 0x00001630u, 0x000000c3u, 0x0000153bu, 0x00000323u, 0x00060034u, - 0x00000008u, 0x00001631u, 0x000000c7u, 0x00001630u, 0x000002f0u, 0x00060034u, 0x00000008u, 0x00001633u, - 0x000000c3u, 0x0000153bu, 0x000001e2u, 0x00060034u, 0x00000008u, 0x00001634u, 0x000000c7u, 0x00001633u, - 0x000002f0u, 0x00060034u, 0x00000058u, 0x000016a5u, 0x000000adu, 0x00000596u, 0x00000196u, 0x00060034u, - 0x00000008u, 0x0000170du, 0x000000c7u, 0x000004ccu, 0x00000471u, 0x00060034u, 0x00000058u, 0x0000170eu, - 0x000000abu, 0x0000170du, 0x00000187u, 0x00060034u, 0x00000008u, 0x0000179du, 0x000000c7u, 0x000004ccu, - 0x00000471u, 0x00060034u, 0x00000058u, 0x0000179eu, 0x000000abu, 0x0000179du, 0x00000187u, 0x0003001du, - 0x00001871u, 0x000001bbu, 0x0003001eu, 0x00001872u, 0x00001871u, 0x00040020u, 0x00001873u, 0x0000000cu, - 0x00001872u, 0x0004003bu, 0x00001873u, 0x00001874u, 0x0000000cu, 0x00040020u, 0x00001875u, 0x00000001u, - 0x000002b8u, 0x0004003bu, 0x00001875u, 0x00001876u, 0x00000001u, 0x00040020u, 0x00001877u, 0x00000001u, - 0x00000006u, 0x00040020u, 0x0000187au, 0x0000000cu, 0x000001bbu, 0x00040032u, 0x00000006u, 0x00001880u, - 0x00000001u, 0x00040032u, 0x00000006u, 0x00001881u, 0x00000001u, 0x00060033u, 0x000002b8u, 0x00001882u, - 0x00001880u, 0x00001881u, 0x0000032cu, 0x0004003bu, 0x00001875u, 0x00001885u, 0x00000001u, 0x00060034u, - 0x00000006u, 0x0000189bu, 0x00000051u, 0x00001882u, 0x00000000u, 0x00060034u, 0x00000006u, 0x0000189cu, - 0x00000051u, 0x00001882u, 0x00000001u, 0x00060034u, 0x00000006u, 0x0000189du, 0x00000084u, 0x0000189bu, - 0x0000189cu, 0x0004003bu, 0x00001877u, 0x0000189fu, 0x00000001u, 0x0003001du, 0x000018b5u, 0x000001aeu, - 0x0003001eu, 0x000018b6u, 0x000018b5u, 0x00040020u, 0x000018b7u, 0x0000000cu, 0x000018b6u, 0x0004003bu, - 0x000018b7u, 0x000018b8u, 0x0000000cu, 0x0003001du, 0x000018bfu, 0x000001adu, 0x0003001eu, 0x000018c0u, - 0x000018bfu, 0x00040020u, 0x000018c1u, 0x0000000cu, 0x000018c0u, 0x0004003bu, 0x000018c1u, 0x000018c2u, - 0x0000000cu, 0x0003001du, 0x000018c8u, 0x00000008u, 0x0003001eu, 0x000018c9u, 0x000018c8u, 0x00040020u, - 0x000018cau, 0x0000000cu, 0x000018c9u, 0x0004003bu, 0x000018cau, 0x000018cbu, 0x0000000cu, 0x0003001du, - 0x000018d6u, 0x00000006u, 0x0003001eu, 0x000018d7u, 0x000018d6u, 0x00040020u, 0x000018d8u, 0x0000000cu, - 0x000018d7u, 0x0004003bu, 0x000018d8u, 0x000018d9u, 0x0000000cu, 0x00040015u, 0x000018e0u, 0x00000008u, - 0x00000001u, 0x0003001du, 0x000018e1u, 0x000018e0u, 0x0003001eu, 0x000018e2u, 0x000018e1u, 0x00040020u, - 0x000018e3u, 0x0000000cu, 0x000018e2u, 0x0004003bu, 0x000018e3u, 0x000018e4u, 0x0000000cu, 0x00040020u, - 0x000018e8u, 0x0000000cu, 0x000018e0u, 0x00030001u, 0x00000052u, 0x00006232u, 0x00030001u, 0x0000004du, - 0x00006293u, 0x00030001u, 0x00000009u, 0x0000634au, 0x00030001u, 0x00000008u, 0x0000718eu, 0x0006002cu, - 0x000002b8u, 0x0000799du, 0x000002c0u, 0x000002c0u, 0x000002c0u, 0x0006002cu, 0x000002b8u, 0x0000799eu, - 0x000002c6u, 0x000002c6u, 0x000002c6u, 0x0006002cu, 0x00000052u, 0x0000799fu, 0x000004c9u, 0x000004c9u, - 0x000004c9u, 0x0006002cu, 0x00000052u, 0x000079a0u, 0x00000323u, 0x00000323u, 0x00000323u, 0x0007002cu, - 0x00000009u, 0x000079a1u, 0x000004c9u, 0x000004c9u, 0x000004c9u, 0x000004c9u, 0x0007002cu, 0x00000009u, - 0x000079a2u, 0x00000207u, 0x00000207u, 0x00000207u, 0x00000207u, 0x0007002cu, 0x00000009u, 0x000079a3u, - 0x00000325u, 0x00000325u, 0x00000325u, 0x00000325u, 0x0005002cu, 0x0000004du, 0x000079a4u, 0x00000196u, - 0x00000196u, 0x0006002cu, 0x00000052u, 0x000079a5u, 0x000004a4u, 0x000004a4u, 0x000004a4u, 0x0005002cu, - 0x0000004du, 0x000079a6u, 0x000001a2u, 0x000001a2u, 0x0005002cu, 0x0000004du, 0x000079a7u, 0x00000bd1u, - 0x00000bd1u, 0x0005002cu, 0x000000a0u, 0x000079a8u, 0x00000a0cu, 0x00000a0cu, 0x0005002cu, 0x000000a0u, - 0x000079a9u, 0x00000330u, 0x00000330u, 0x0006002cu, 0x000002b8u, 0x000079aau, 0x0000067eu, 0x0000067eu, - 0x0000067eu, 0x0006002cu, 0x000002b8u, 0x000079abu, 0x00000333u, 0x00000333u, 0x00000333u, 0x0006002cu, - 0x000002b8u, 0x000079acu, 0x00000330u, 0x00000330u, 0x00000330u, 0x0007002cu, 0x00000009u, 0x000079adu, - 0x000001e2u, 0x000001e2u, 0x000001e2u, 0x000001e2u, 0x0007002cu, 0x00000009u, 0x000079aeu, 0x00000199u, - 0x00000199u, 0x00000199u, 0x00000199u, 0x0005002cu, 0x0000004du, 0x000079afu, 0x00000199u, 0x00000199u, - 0x0005002cu, 0x0000004du, 0x000079b0u, 0x000002e2u, 0x000002e2u, 0x0007002cu, 0x00000009u, 0x000079b1u, - 0x00000323u, 0x00000323u, 0x00000323u, 0x00000323u, 0x0007002cu, 0x00000009u, 0x000079b2u, 0x000001a2u, - 0x000001a2u, 0x000001a2u, 0x000001a2u, 0x0005002cu, 0x0000004du, 0x000079b3u, 0x000001a5u, 0x000001a5u, - 0x0005002cu, 0x0000004du, 0x000079b4u, 0x00000325u, 0x00000325u, 0x0006002cu, 0x00000052u, 0x000079b5u, - 0x00000187u, 0x00000187u, 0x00000187u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, - 0x000200f8u, 0x00000005u, 0x0004003bu, 0x00000037u, 0x0000615fu, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e3cu, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e3bu, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e3au, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e39u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e38u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e2au, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e29u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e27u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e26u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e19u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e18u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e17u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e16u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e15u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e08u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e07u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e06u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005e05u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005e04u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005df9u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005df8u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005df7u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005df6u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005df5u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005de7u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005de6u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005de4u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005de3u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005dd6u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005dd5u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005dd4u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005dd3u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005dd2u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005dc5u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005dc4u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005dc3u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005dc2u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005dc1u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005db6u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005db5u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005db4u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005db3u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005db2u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005da4u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005da3u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005da1u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005da0u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005d93u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005d92u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005d91u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005d90u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005d8fu, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005d81u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005d80u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005d7fu, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005d7eu, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005d7cu, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00005bf0u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00005a52u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x000058c3u, 0x00000007u, 0x0004003bu, 0x0000127bu, - 0x00005868u, 0x00000007u, 0x0004003bu, 0x0000127bu, 0x0000586au, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x0000582fu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000057f7u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000057bdu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00003fd2u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00003febu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00003ff3u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00003ffbu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004003u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000400au, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004010u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004016u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000401cu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004022u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004028u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000402eu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004034u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000403au, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000403du, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004040u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004043u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004046u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004049u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000404cu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000404fu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004052u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004055u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004058u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000405bu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000405eu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004061u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004064u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004067u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000406cu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004070u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004074u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004078u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000407cu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004080u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004084u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004088u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000408cu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000408fu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004092u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00004095u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00004098u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000409bu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000409eu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040a1u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040a4u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040a7u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040aau, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040adu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040b0u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040b3u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040b6u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040b9u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040bcu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040bfu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040c2u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040c5u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040c8u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040cbu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040ceu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040d1u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040d4u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040d7u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040dau, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040ddu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040e0u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040e3u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040e6u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040e9u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040ecu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040efu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000040f2u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000040f5u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x000040f6u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000040fdu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000040ffu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000410fu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00004115u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00004118u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x0000411bu, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00003f52u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00003f2du, 0x00000007u, 0x0004003bu, 0x0000043fu, 0x00003f2eu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00003ec8u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00003ecbu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00003ecdu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00003eceu, 0x00000007u, 0x0004003bu, 0x00000053u, - 0x00003ea7u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00003e7fu, 0x00000007u, 0x0004003bu, 0x0000043fu, - 0x00003e80u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00003e1au, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00003e1du, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00003e1fu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00003e20u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00003ddfu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00003da7u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00003d6du, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002582u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000259bu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025a3u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025abu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025b3u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025bau, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025c0u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025c6u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025ccu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025d2u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025d8u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025deu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025e4u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025eau, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025edu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025f0u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025f3u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025f6u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025f9u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000025fcu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000025ffu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002602u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002605u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002608u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000260bu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000260eu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002611u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002614u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002617u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000261cu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002620u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002624u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002628u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000262cu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002630u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002634u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002638u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000263cu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000263fu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002642u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002645u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002648u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000264bu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000264eu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002651u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002654u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002657u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000265au, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000265du, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002660u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002663u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002666u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002669u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000266cu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000266fu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002672u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002675u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002678u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000267bu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000267eu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002681u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002684u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002687u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000268au, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000268du, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002690u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002693u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00002696u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00002699u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x0000269cu, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x0000269fu, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x000026a2u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x000026a5u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000026bfu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000026c5u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000026c8u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x000026cbu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x000024b2u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002474u, 0x00000007u, 0x0004003bu, 0x0000043fu, 0x00002475u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x0000240fu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002412u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002414u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002415u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000023ecu, 0x00000007u, 0x0004003bu, 0x0000043fu, 0x000023edu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002387u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000238au, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x0000238cu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000238du, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002364u, 0x00000007u, 0x0004003bu, 0x0000043fu, 0x00002365u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x000022ffu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002302u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00002304u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00002305u, 0x00000007u, 0x0004003bu, 0x00000053u, - 0x00002267u, 0x00000007u, 0x0004003bu, 0x00000053u, 0x00002269u, 0x00000007u, 0x0004003bu, 0x00000053u, - 0x0000226bu, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00002185u, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00001ff9u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00001ffau, 0x00000007u, 0x0004003bu, 0x000000a1u, - 0x00001e68u, 0x00000007u, 0x0004003bu, 0x000000a1u, 0x00001e69u, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00001de9u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00001defu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00001d7eu, 0x00000007u, 0x0004003bu, 0x0000043fu, 0x00001d7fu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00001d19u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00001d1cu, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x00001d1eu, 0x00000007u, 0x0004003bu, 0x00000068u, 0x00001d1fu, 0x00000007u, 0x0004003bu, 0x00000053u, - 0x00001cddu, 0x00000007u, 0x0004003bu, 0x000002b9u, 0x00001cb5u, 0x00000007u, 0x0004003bu, 0x0000150cu, - 0x00001907u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x0000190eu, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x0000190fu, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00001910u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00001911u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000193fu, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x0000194cu, 0x00000007u, 0x0004003bu, 0x00000037u, 0x00001958u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00001959u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x0000195au, 0x00000007u, 0x0004003bu, 0x00000068u, - 0x0000197cu, 0x00000007u, 0x0004003bu, 0x00000053u, 0x0000198bu, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x00001994u, 0x00000007u, 0x0004003bu, 0x00000068u, 0x0000199au, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x000019aeu, 0x00000007u, 0x0004003bu, 0x00000037u, 0x000019afu, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x000019b7u, 0x00000007u, 0x0004003bu, 0x00000037u, 0x000019b9u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x000019bau, 0x00000007u, 0x0004003bu, 0x00000037u, 0x000019c1u, 0x00000007u, 0x0004003bu, 0x00000037u, - 0x000019c2u, 0x00000007u, 0x0004003bu, 0x0000150cu, 0x00001870u, 0x00000007u, 0x00050041u, 0x00001877u, - 0x00001878u, 0x00001876u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00001879u, 0x00001878u, 0x00060041u, - 0x0000187au, 0x0000187bu, 0x00001874u, 0x00000187u, 0x00001879u, 0x0004003du, 0x000001bbu, 0x0000187cu, - 0x0000187bu, 0x0003003eu, 0x00001870u, 0x0000187cu, 0x00050041u, 0x00000007u, 0x0000187eu, 0x00001870u, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000187fu, 0x0000187eu, 0x00050051u, 0x00000006u, 0x00001883u, - 0x00001882u, 0x00000000u, 0x00050084u, 0x00000006u, 0x00001884u, 0x0000187fu, 0x00001883u, 0x00050041u, - 0x00001877u, 0x00001886u, 0x00001885u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00001887u, 0x00001886u, - 0x00050080u, 0x00000006u, 0x00001888u, 0x00001884u, 0x00001887u, 0x0004007cu, 0x00000008u, 0x00001889u, - 0x00001888u, 0x00050041u, 0x00000007u, 0x0000188bu, 0x00001870u, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x0000188cu, 0x0000188bu, 0x00050051u, 0x00000006u, 0x0000188du, 0x00001882u, 0x00000001u, 0x00050084u, - 0x00000006u, 0x0000188eu, 0x0000188cu, 0x0000188du, 0x00050041u, 0x00001877u, 0x0000188fu, 0x00001885u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00001890u, 0x0000188fu, 0x00050080u, 0x00000006u, 0x00001891u, - 0x0000188eu, 0x00001890u, 0x0004007cu, 0x00000008u, 0x00001892u, 0x00001891u, 0x00050041u, 0x00000007u, - 0x00001894u, 0x00001870u, 0x00000330u, 0x0004003du, 0x00000006u, 0x00001895u, 0x00001894u, 0x00050041u, - 0x00000007u, 0x00001897u, 0x00001870u, 0x00000333u, 0x0004003du, 0x00000006u, 0x00001898u, 0x00001897u, - 0x00050084u, 0x00000006u, 0x0000189eu, 0x00001895u, 0x0000189du, 0x0004003du, 0x00000006u, 0x000018a0u, - 0x0000189fu, 0x00050080u, 0x00000006u, 0x000018a1u, 0x0000189eu, 0x000018a0u, 0x000300f7u, 0x00001c4bu, - 0x00000000u, 0x000300fbu, 0x000002d9u, 0x000019cau, 0x000200f8u, 0x000019cau, 0x00060041u, 0x00000238u, - 0x00001c51u, 0x00000236u, 0x00000187u, 0x00001898u, 0x0004003du, 0x00000232u, 0x00001c52u, 0x00001c51u, - 0x00050051u, 0x00000008u, 0x00001c53u, 0x00001c52u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00001c55u, - 0x00001c52u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00001c57u, 0x00001c52u, 0x00000002u, 0x00050084u, - 0x00000008u, 0x000019d0u, 0x00000596u, 0x00001c55u, 0x000500b1u, 0x00000058u, 0x000019d1u, 0x00001892u, - 0x000019d0u, 0x000400a8u, 0x00000058u, 0x000019d2u, 0x000019d1u, 0x000300f7u, 0x000019dau, 0x00000000u, - 0x000400fau, 0x000019d2u, 0x000019d3u, 0x000019dau, 0x000200f8u, 0x000019d3u, 0x00050084u, 0x00000008u, - 0x000019d7u, 0x00001c57u, 0x00000596u, 0x00050080u, 0x00000008u, 0x000019d8u, 0x000019d7u, 0x000014ceu, - 0x000500adu, 0x00000058u, 0x000019d9u, 0x00001892u, 0x000019d8u, 0x000200f9u, 0x000019dau, 0x000200f8u, - 0x000019dau, 0x000700f5u, 0x00000058u, 0x000019dbu, 0x000019d1u, 0x000019cau, 0x000019d9u, 0x000019d3u, - 0x000300f7u, 0x000019ddu, 0x00000000u, 0x000400fau, 0x000019dbu, 0x000019dcu, 0x000019ddu, 0x000200f8u, - 0x000019dcu, 0x000200f9u, 0x00001c4bu, 0x000200f8u, 0x000019ddu, 0x00070041u, 0x000001fbu, 0x000019dfu, - 0x000014dau, 0x00000187u, 0x00001898u, 0x000001e8u, 0x0004003du, 0x000001adu, 0x000019e0u, 0x000019dfu, - 0x00040071u, 0x00000006u, 0x000019e1u, 0x000019e0u, 0x000300f7u, 0x000019ecu, 0x00000000u, 0x000400fau, - 0x000014dfu, 0x000019e2u, 0x000019ecu, 0x000200f8u, 0x000019e2u, 0x000500c7u, 0x00000006u, 0x000019e4u, - 0x000019e1u, 0x000014e3u, 0x000500abu, 0x00000058u, 0x000019e5u, 0x000019e4u, 0x000002d9u, 0x000300f7u, - 0x000019ebu, 0x00000000u, 0x000400fau, 0x000019e5u, 0x000019e6u, 0x000019ebu, 0x000200f8u, 0x000019e6u, - 0x000500c7u, 0x00000008u, 0x000019e8u, 0x00001889u, 0x000014e9u, 0x000500c7u, 0x00000008u, 0x000019eau, - 0x00001892u, 0x000014edu, 0x000200f9u, 0x000019ebu, 0x000200f8u, 0x000019ebu, 0x000700f5u, 0x00000008u, - 0x00006223u, 0x00001889u, 0x000019e2u, 0x000019e8u, 0x000019e6u, 0x000700f5u, 0x00000008u, 0x0000621fu, - 0x00001892u, 0x000019e2u, 0x000019eau, 0x000019e6u, 0x000200f9u, 0x000019ecu, 0x000200f8u, 0x000019ecu, - 0x000700f5u, 0x00000008u, 0x00006222u, 0x00001889u, 0x000019ddu, 0x00006223u, 0x000019ebu, 0x000700f5u, - 0x00000008u, 0x0000621eu, 0x00001892u, 0x000019ddu, 0x0000621fu, 0x000019ebu, 0x00050084u, 0x00000008u, - 0x000019efu, 0x00000596u, 0x00001c53u, 0x00050082u, 0x00000008u, 0x000019f4u, 0x0000621eu, 0x000019d0u, - 0x00050080u, 0x00000008u, 0x000019f5u, 0x000019efu, 0x000019f4u, 0x0004007cu, 0x00000006u, 0x000019f6u, - 0x000019f5u, 0x00070041u, 0x0000024fu, 0x00001c5fu, 0x0000024du, 0x00000187u, 0x000019f6u, 0x00000187u, - 0x0004003du, 0x00000009u, 0x00001c60u, 0x00001c5fu, 0x00070041u, 0x0000024fu, 0x00001c62u, 0x0000024du, - 0x00000187u, 0x000019f6u, 0x00000196u, 0x0004003du, 0x00000009u, 0x00001c63u, 0x00001c62u, 0x00070041u, - 0x00000256u, 0x00001c65u, 0x0000024du, 0x00000187u, 0x000019f6u, 0x00000199u, 0x0004003du, 0x00000248u, - 0x00001c66u, 0x00001c65u, 0x00040071u, 0x000001bbu, 0x00001c67u, 0x00001c66u, 0x0004007cu, 0x00000009u, - 0x00001c68u, 0x00001c67u, 0x00070041u, 0x00000256u, 0x00001c6au, 0x0000024du, 0x00000187u, 0x000019f6u, - 0x0000019cu, 0x0004003du, 0x00000248u, 0x00001c6bu, 0x00001c6au, 0x00040071u, 0x000001bbu, 0x00001c6cu, - 0x00001c6bu, 0x0004007cu, 0x00000009u, 0x00001c6du, 0x00001c6cu, 0x00070041u, 0x0000022cu, 0x00001c6fu, - 0x0000024du, 0x00000187u, 0x000019f6u, 0x0000019fu, 0x0004003du, 0x00000008u, 0x00001c70u, 0x00001c6fu, - 0x00070041u, 0x0000022cu, 0x00001c72u, 0x0000024du, 0x00000187u, 0x000019f6u, 0x000001a2u, 0x0004003du, - 0x00000008u, 0x00001c73u, 0x00001c72u, 0x00070041u, 0x0000022cu, 0x00001c75u, 0x0000024du, 0x00000187u, - 0x000019f6u, 0x000001a5u, 0x0004003du, 0x00000008u, 0x00001c76u, 0x00001c75u, 0x00070041u, 0x0000026au, - 0x00001c78u, 0x0000024du, 0x00000187u, 0x000019f6u, 0x000001a8u, 0x0004003du, 0x000001b0u, 0x00001c79u, - 0x00001c78u, 0x00040072u, 0x00000008u, 0x00001c7au, 0x00001c79u, 0x00070041u, 0x000001f4u, 0x00001c7cu, - 0x0000024du, 0x00000187u, 0x000019f6u, 0x000001e2u, 0x0004003du, 0x000001afu, 0x00001c7du, 0x00001c7cu, - 0x00040071u, 0x00000006u, 0x00001c7eu, 0x00001c7du, 0x0004007cu, 0x00000008u, 0x00001c7fu, 0x00001c7eu, - 0x000500aau, 0x00000058u, 0x000019fau, 0x00001c7fu, 0x00000187u, 0x000300f7u, 0x000019fcu, 0x00000000u, - 0x000400fau, 0x000019fau, 0x000019fbu, 0x000019fcu, 0x000200f8u, 0x000019fbu, 0x000200f9u, 0x00001c4bu, - 0x000200f8u, 0x000019fcu, 0x00070041u, 0x000001fbu, 0x000019feu, 0x000014dau, 0x00000187u, 0x00001898u, - 0x000001eeu, 0x0004003du, 0x000001adu, 0x000019ffu, 0x000019feu, 0x00040071u, 0x00000006u, 0x00001a00u, - 0x000019ffu, 0x00060041u, 0x0000018eu, 0x00001c85u, 0x0000018cu, 0x00000187u, 0x00001898u, 0x0004003du, - 0x00000188u, 0x00001c86u, 0x00001c85u, 0x00050051u, 0x00000009u, 0x00001c89u, 0x00001c86u, 0x00000001u, - 0x00050051u, 0x00000009u, 0x00001c8du, 0x00001c86u, 0x00000003u, 0x00050051u, 0x00000009u, 0x00001c91u, - 0x00001c86u, 0x00000005u, 0x00050051u, 0x00000009u, 0x00001c95u, 0x00001c86u, 0x00000007u, 0x00070041u, - 0x000001b8u, 0x00001a04u, 0x00001513u, 0x00000187u, 0x00001898u, 0x00000187u, 0x0004003du, 0x000001aeu, - 0x00001a05u, 0x00001a04u, 0x00040071u, 0x000001bbu, 0x00001a06u, 0x00001a05u, 0x0003003eu, 0x00001907u, - 0x00001a06u, 0x00050041u, 0x00000007u, 0x00001a07u, 0x00001907u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00001a08u, 0x00001a07u, 0x00050041u, 0x00000007u, 0x00001a09u, 0x00001907u, 0x00000330u, 0x0004003du, - 0x00000006u, 0x00001a0au, 0x00001a09u, 0x00070041u, 0x000001b8u, 0x00001c9bu, 0x00000213u, 0x00000187u, - 0x00001a08u, 0x00000187u, 0x0004003du, 0x000001aeu, 0x00001c9cu, 0x00001c9bu, 0x00040071u, 0x000001bbu, - 0x00001c9du, 0x00001c9cu, 0x0004007cu, 0x00000009u, 0x00001c9eu, 0x00001c9du, 0x00070041u, 0x000001b8u, - 0x00001ca0u, 0x00000213u, 0x00000187u, 0x00001a08u, 0x00000196u, 0x0004003du, 0x000001aeu, 0x00001ca1u, - 0x00001ca0u, 0x00040071u, 0x000001bbu, 0x00001ca2u, 0x00001ca1u, 0x0004007cu, 0x00000009u, 0x00001ca3u, - 0x00001ca2u, 0x00070041u, 0x000001b8u, 0x00001ca5u, 0x00000213u, 0x00000187u, 0x00001a08u, 0x00000199u, - 0x0004003du, 0x000001aeu, 0x00001ca6u, 0x00001ca5u, 0x00040071u, 0x000001bbu, 0x00001ca7u, 0x00001ca6u, - 0x0004007cu, 0x00000009u, 0x00001ca8u, 0x00001ca7u, 0x00070041u, 0x000001b8u, 0x00001caau, 0x00000213u, - 0x00000187u, 0x00001a08u, 0x0000019cu, 0x0004003du, 0x000001aeu, 0x00001cabu, 0x00001caau, 0x00040071u, - 0x000001bbu, 0x00001cacu, 0x00001cabu, 0x0004007cu, 0x00000009u, 0x00001cadu, 0x00001cacu, 0x00070041u, - 0x000001efu, 0x00001cafu, 0x00000213u, 0x00000187u, 0x00001a08u, 0x0000019fu, 0x0004003du, 0x00000006u, - 0x00001cb0u, 0x00001cafu, 0x00070041u, 0x0000022cu, 0x00001cb2u, 0x00000213u, 0x00000187u, 0x00001a08u, - 0x000001a2u, 0x0004003du, 0x00000008u, 0x00001cb3u, 0x00001cb2u, 0x0003003eu, 0x0000190eu, 0x00001c9eu, - 0x0003003eu, 0x0000190fu, 0x00001ca3u, 0x0003003eu, 0x00001910u, 0x00001ca8u, 0x0003003eu, 0x00001911u, - 0x00001cadu, 0x000300f7u, 0x00001a2au, 0x00000000u, 0x000400fau, 0x00001537u, 0x00001a19u, 0x00001a2au, - 0x000200f8u, 0x00001a19u, 0x00050041u, 0x00000038u, 0x00001a1au, 0x0000190eu, 0x000002d9u, 0x0003003eu, - 0x00001a1au, 0x00001540u, 0x00050041u, 0x00000038u, 0x00001a1bu, 0x0000190eu, 0x0000032cu, 0x0003003eu, - 0x00001a1bu, 0x00001543u, 0x00050041u, 0x00000038u, 0x00001a1cu, 0x0000190eu, 0x00000330u, 0x0003003eu, - 0x00001a1cu, 0x00001546u, 0x00050041u, 0x00000038u, 0x00001a1du, 0x0000190eu, 0x00000333u, 0x0003003eu, - 0x00001a1du, 0x0000154au, 0x00050041u, 0x00000038u, 0x00001a1eu, 0x0000190fu, 0x000002d9u, 0x0003003eu, - 0x00001a1eu, 0x0000154eu, 0x00050041u, 0x00000038u, 0x00001a1fu, 0x0000190fu, 0x0000032cu, 0x0003003eu, - 0x00001a1fu, 0x00001551u, 0x00050041u, 0x00000038u, 0x00001a20u, 0x0000190fu, 0x00000330u, 0x0003003eu, - 0x00001a20u, 0x00001554u, 0x00050041u, 0x00000038u, 0x00001a21u, 0x0000190fu, 0x00000333u, 0x0003003eu, - 0x00001a21u, 0x00001557u, 0x00050041u, 0x00000038u, 0x00001a22u, 0x00001910u, 0x000002d9u, 0x0003003eu, - 0x00001a22u, 0x0000155bu, 0x00050041u, 0x00000038u, 0x00001a23u, 0x00001910u, 0x0000032cu, 0x0003003eu, - 0x00001a23u, 0x0000155eu, 0x00050041u, 0x00000038u, 0x00001a24u, 0x00001910u, 0x00000330u, 0x0003003eu, - 0x00001a24u, 0x00001561u, 0x00050041u, 0x00000038u, 0x00001a25u, 0x00001910u, 0x00000333u, 0x0003003eu, - 0x00001a25u, 0x00001564u, 0x00050041u, 0x00000038u, 0x00001a26u, 0x00001911u, 0x000002d9u, 0x0003003eu, - 0x00001a26u, 0x00001568u, 0x00050041u, 0x00000038u, 0x00001a27u, 0x00001911u, 0x0000032cu, 0x0003003eu, - 0x00001a27u, 0x0000156bu, 0x00050041u, 0x00000038u, 0x00001a28u, 0x00001911u, 0x00000330u, 0x0003003eu, - 0x00001a28u, 0x0000156eu, 0x00050041u, 0x00000038u, 0x00001a29u, 0x00001911u, 0x00000333u, 0x0003003eu, - 0x00001a29u, 0x00001571u, 0x000200f9u, 0x00001a2au, 0x000200f8u, 0x00001a2au, 0x000600a9u, 0x00000008u, - 0x000079b6u, 0x00001537u, 0x0000153du, 0x00001cb3u, 0x000600a9u, 0x00000006u, 0x000079b7u, 0x00001537u, - 0x0000153au, 0x00001cb0u, 0x000500c7u, 0x00000006u, 0x00001a2cu, 0x000079b7u, 0x000002dcu, 0x000500abu, - 0x00000058u, 0x00001a2du, 0x00001a2cu, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a2fu, 0x000079b7u, - 0x000014e3u, 0x000500abu, 0x00000058u, 0x00001a30u, 0x00001a2fu, 0x000002d9u, 0x000500c7u, 0x00000006u, - 0x00001a32u, 0x000079b7u, 0x0000157du, 0x000500abu, 0x00000058u, 0x00001a33u, 0x00001a32u, 0x000002d9u, - 0x000500c7u, 0x00000006u, 0x00001a35u, 0x000079b7u, 0x0000037du, 0x000500abu, 0x00000058u, 0x00001a36u, - 0x00001a35u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a38u, 0x000079b7u, 0x00001586u, 0x000500abu, - 0x00000058u, 0x00001a39u, 0x00001a38u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a3bu, 0x000079b7u, - 0x000002c0u, 0x000500abu, 0x00000058u, 0x00001a3cu, 0x00001a3bu, 0x000002d9u, 0x000500c7u, 0x00000006u, - 0x00001a3eu, 0x000079b7u, 0x0000158fu, 0x000500abu, 0x00000058u, 0x00001a3fu, 0x00001a3eu, 0x000002d9u, - 0x000500c7u, 0x00000006u, 0x00001a41u, 0x000079b7u, 0x0000079au, 0x000500abu, 0x00000058u, 0x00001a42u, - 0x00001a41u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a44u, 0x000079b7u, 0x00000792u, 0x000500abu, - 0x00000058u, 0x00001a45u, 0x00001a44u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a47u, 0x000079b7u, - 0x000006beu, 0x000500abu, 0x00000058u, 0x00001a48u, 0x00001a47u, 0x000002d9u, 0x000500c7u, 0x00000006u, - 0x00001a4au, 0x000079b7u, 0x000015a0u, 0x000500abu, 0x00000058u, 0x00001a4bu, 0x00001a4au, 0x000002d9u, - 0x000500c7u, 0x00000006u, 0x00001a4du, 0x000079b7u, 0x0000032cu, 0x000500abu, 0x00000058u, 0x00001a4eu, - 0x00001a4du, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a50u, 0x000079b7u, 0x000006cbu, 0x000500abu, - 0x00000058u, 0x00001a51u, 0x00001a50u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a53u, 0x000079b7u, - 0x000015adu, 0x000500abu, 0x00000058u, 0x00001a54u, 0x00001a53u, 0x000002d9u, 0x000500c7u, 0x00000006u, - 0x00001a56u, 0x000079b7u, 0x000015b2u, 0x000500abu, 0x00000058u, 0x00001a57u, 0x00001a56u, 0x000002d9u, - 0x000500c7u, 0x00000006u, 0x00001a59u, 0x000079b7u, 0x000015b7u, 0x000500abu, 0x00000058u, 0x00001a5au, - 0x00001a59u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a5cu, 0x000079b7u, 0x000015bcu, 0x000500abu, - 0x00000058u, 0x00001a5du, 0x00001a5cu, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a5fu, 0x000079b7u, - 0x000015c1u, 0x000500abu, 0x00000058u, 0x00001a60u, 0x00001a5fu, 0x000002d9u, 0x000500c7u, 0x00000006u, - 0x00001a62u, 0x000079b7u, 0x000015c6u, 0x000500abu, 0x00000058u, 0x00001a63u, 0x00001a62u, 0x000002d9u, - 0x000500c7u, 0x00000006u, 0x00001a65u, 0x000079b7u, 0x000015cbu, 0x000500abu, 0x00000058u, 0x00001a66u, - 0x00001a65u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a68u, 0x000079b7u, 0x000015d0u, 0x000500abu, - 0x00000058u, 0x00001a69u, 0x00001a68u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a6bu, 0x000079b7u, - 0x000015d5u, 0x000500abu, 0x00000058u, 0x00001a6cu, 0x00001a6bu, 0x000002d9u, 0x000500c7u, 0x00000006u, - 0x00001a6eu, 0x000079b7u, 0x000015dau, 0x000500abu, 0x00000058u, 0x00001a6fu, 0x00001a6eu, 0x000002d9u, - 0x000500c7u, 0x00000006u, 0x00001a71u, 0x000079b7u, 0x000015dfu, 0x000500abu, 0x00000058u, 0x00001a72u, - 0x00001a71u, 0x000002d9u, 0x000500c7u, 0x00000006u, 0x00001a74u, 0x000079b7u, 0x000015e3u, 0x000500abu, - 0x00000058u, 0x00001a75u, 0x00001a74u, 0x000002d9u, 0x000300f7u, 0x00001a80u, 0x00000000u, 0x000400fau, - 0x00001a75u, 0x00001a76u, 0x00001a80u, 0x000200f8u, 0x00001a76u, 0x0004007cu, 0x00000006u, 0x00001a78u, - 0x00006222u, 0x0004007cu, 0x00000006u, 0x00001a7au, 0x0000621eu, 0x00060041u, 0x000015edu, 0x00001a7cu, - 0x00000529u, 0x00000187u, 0x0000019cu, 0x0004003du, 0x00000006u, 0x00001a7du, 0x00001a7cu, 0x00050080u, - 0x00000006u, 0x00001a7eu, 0x00001898u, 0x00001a7du, 0x00060050u, 0x000002b8u, 0x00001cbau, 0x00001a78u, - 0x00001a7au, 0x00001a7eu, 0x000500c2u, 0x000002b8u, 0x00001cbdu, 0x00001cbau, 0x0000799du, 0x0008004fu, - 0x000002b8u, 0x00001cbfu, 0x00001cbau, 0x00001cbau, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, - 0x000002b8u, 0x00001cc0u, 0x00001cbdu, 0x00001cbfu, 0x00050084u, 0x000002b8u, 0x00001cc2u, 0x00001cc0u, - 0x0000799eu, 0x000500c2u, 0x000002b8u, 0x00001cc5u, 0x00001cc2u, 0x0000799du, 0x0008004fu, 0x000002b8u, - 0x00001cc7u, 0x00001cc2u, 0x00001cc2u, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x000002b8u, - 0x00001cc8u, 0x00001cc5u, 0x00001cc7u, 0x00050084u, 0x000002b8u, 0x00001ccau, 0x00001cc8u, 0x0000799eu, - 0x000500c2u, 0x000002b8u, 0x00001ccdu, 0x00001ccau, 0x0000799du, 0x0008004fu, 0x000002b8u, 0x00001ccfu, - 0x00001ccau, 0x00001ccau, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x000002b8u, 0x00001cd0u, - 0x00001ccdu, 0x00001ccfu, 0x00050084u, 0x000002b8u, 0x00001cd2u, 0x00001cd0u, 0x0000799eu, 0x0003003eu, - 0x00001cb5u, 0x00001cd2u, 0x00050041u, 0x00000007u, 0x00001cd3u, 0x00001cb5u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00001cd4u, 0x00001cd3u, 0x000500c2u, 0x00000006u, 0x00001cd5u, 0x00001cd4u, 0x000002dcu, - 0x0004007cu, 0x00000008u, 0x00001cd6u, 0x00001cd5u, 0x000200f9u, 0x00001a80u, 0x000200f8u, 0x00001a80u, - 0x000700f5u, 0x00000008u, 0x00006f51u, 0x00000187u, 0x00001a2au, 0x00001cd6u, 0x00001a76u, 0x000500c7u, - 0x00000006u, 0x00001a82u, 0x000019e1u, 0x0000032cu, 0x000500abu, 0x00000058u, 0x00001a83u, 0x00001a82u, - 0x000002d9u, 0x000300f7u, 0x00001ad4u, 0x00000000u, 0x000400fau, 0x00001a54u, 0x00001a85u, 0x00001ac4u, - 0x000200f8u, 0x00001ac4u, 0x000300f7u, 0x00001ad3u, 0x00000000u, 0x000400fau, 0x00001a51u, 0x00001ac6u, - 0x00001ad3u, 0x000200f8u, 0x00001ac6u, 0x000500afu, 0x00000058u, 0x00001acbu, 0x00006222u, 0x00001c73u, - 0x000300f7u, 0x00001ad1u, 0x00000000u, 0x000400fau, 0x00001acbu, 0x00001accu, 0x00001ad1u, 0x000200f8u, - 0x00001accu, 0x000500b3u, 0x00000058u, 0x00001ad0u, 0x00006222u, 0x00001c76u, 0x000200f9u, 0x00001ad1u, - 0x000200f8u, 0x00001ad1u, 0x000700f5u, 0x00000058u, 0x00001ad2u, 0x00001acbu, 0x00001ac6u, 0x00001ad0u, - 0x00001accu, 0x000200f9u, 0x00001c4bu, 0x000200f8u, 0x00001ad3u, 0x000200f9u, 0x00001ad4u, 0x000200f8u, - 0x00001a85u, 0x000500afu, 0x00000058u, 0x00001a89u, 0x00006222u, 0x00001c73u, 0x000300f7u, 0x00001a8fu, - 0x00000000u, 0x000400fau, 0x00001a89u, 0x00001a8au, 0x00001a8fu, 0x000200f8u, 0x00001a8au, 0x000500b3u, - 0x00000058u, 0x00001a8eu, 0x00006222u, 0x00001c76u, 0x000200f9u, 0x00001a8fu, 0x000200f8u, 0x00001a8fu, - 0x000700f5u, 0x00000058u, 0x00001a90u, 0x00001a89u, 0x00001a85u, 0x00001a8eu, 0x00001a8au, 0x000400a8u, - 0x00000058u, 0x00001a92u, 0x00001a90u, 0x000300f7u, 0x00001a94u, 0x00000000u, 0x000400fau, 0x00001a92u, - 0x00001a93u, 0x00001a94u, 0x000200f8u, 0x00001a93u, 0x000200f9u, 0x00001c4bu, 0x000200f8u, 0x00001a94u, - 0x000300f7u, 0x00001cecu, 0x00000000u, 0x000400fau, 0x00001a83u, 0x00001ce2u, 0x00001ce7u, 0x000200f8u, - 0x00001ce7u, 0x00050082u, 0x00000008u, 0x00001cebu, 0x00001c76u, 0x00006222u, 0x000200f9u, 0x00001cecu, - 0x000200f8u, 0x00001ce2u, 0x00050082u, 0x00000008u, 0x00001ce6u, 0x00006222u, 0x00001c73u, 0x000200f9u, - 0x00001cecu, 0x000200f8u, 0x00001cecu, 0x000700f5u, 0x00000008u, 0x0000742fu, 0x00001ce6u, 0x00001ce2u, - 0x00001cebu, 0x00001ce7u, 0x000500c3u, 0x00000008u, 0x00001cefu, 0x0000742fu, 0x000004cfu, 0x00060041u, - 0x0000052au, 0x00001cf1u, 0x00000529u, 0x00000187u, 0x00000196u, 0x0004003du, 0x00000008u, 0x00001cf2u, - 0x00001cf1u, 0x000500c7u, 0x00000008u, 0x00001cf3u, 0x00001cefu, 0x00001cf2u, 0x00050082u, 0x00000008u, - 0x00001cf6u, 0x00001cefu, 0x00001cf3u, 0x00060041u, 0x0000052au, 0x00001cf8u, 0x00000529u, 0x00000187u, - 0x00000187u, 0x0004003du, 0x00000008u, 0x00001cf9u, 0x00001cf8u, 0x000500c3u, 0x00000008u, 0x00001cfau, - 0x00001cefu, 0x00001cf9u, 0x000600a9u, 0x00000008u, 0x00001cfcu, 0x00001a83u, 0x00000196u, 0x00000537u, - 0x00050084u, 0x00000008u, 0x00001cfdu, 0x00001cfau, 0x00001cfcu, 0x0008004fu, 0x00000052u, 0x00001d00u, - 0x00001c63u, 0x00001c63u, 0x00000000u, 0x00000001u, 0x00000003u, 0x0008004fu, 0x00000052u, 0x00001d02u, - 0x00001c91u, 0x00001c91u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000052u, 0x00001d04u, - 0x00001d02u, 0x0000799fu, 0x00060050u, 0x00000052u, 0x00001d06u, 0x00001cfdu, 0x00001cfdu, 0x00001cfdu, - 0x00050084u, 0x00000052u, 0x00001d07u, 0x00001d04u, 0x00001d06u, 0x00050080u, 0x00000052u, 0x00001d08u, - 0x00001d00u, 0x00001d07u, 0x000300f7u, 0x00001d16u, 0x00000000u, 0x000400fau, 0x00001a3cu, 0x00001d0au, - 0x00001d11u, 0x000200f8u, 0x00001d11u, 0x000500c3u, 0x00000052u, 0x00001d14u, 0x00001d08u, 0x000079a0u, - 0x0007004fu, 0x0000004du, 0x00001da2u, 0x00001d14u, 0x00001d14u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00001d16u, 0x000200f8u, 0x00001d0au, 0x000500c3u, 0x00000052u, 0x00001d0du, 0x00001d08u, 0x000079a0u, - 0x0003003eu, 0x00001cddu, 0x00001d0du, 0x00050041u, 0x00000038u, 0x00001d22u, 0x00001cddu, 0x00000330u, - 0x0004003du, 0x00000008u, 0x00001d23u, 0x00001d22u, 0x000500b3u, 0x00000058u, 0x00001d25u, 0x00001d23u, - 0x00000187u, 0x000500c7u, 0x00000008u, 0x00001d27u, 0x00001d23u, 0x0000045eu, 0x0006000cu, 0x00000008u, - 0x00001d84u, 0x00000001u, 0x0000004au, 0x00001d27u, 0x00050082u, 0x00000008u, 0x00001d85u, 0x00000207u, - 0x00001d84u, 0x0007000cu, 0x00000008u, 0x00001d86u, 0x00000001u, 0x00000027u, 0x00001d85u, 0x00000207u, - 0x000500c4u, 0x00000008u, 0x00001d89u, 0x00001d27u, 0x00001d86u, 0x000500c7u, 0x00000008u, 0x00001d8au, - 0x00001d89u, 0x00000377u, 0x000500c7u, 0x00000008u, 0x00001d8cu, 0x00001d8au, 0x000002f0u, 0x000500c3u, - 0x00000008u, 0x00001d8eu, 0x00001d8au, 0x000001e2u, 0x0003003eu, 0x00001d7fu, 0x0000043cu, 0x00050041u, - 0x00000068u, 0x00001d8fu, 0x00001d7fu, 0x00001d8eu, 0x0004003du, 0x0000004du, 0x00001d90u, 0x00001d8fu, - 0x0003003eu, 0x00001d7eu, 0x00001d90u, 0x00050041u, 0x00000038u, 0x00001d94u, 0x00001d7eu, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00001d95u, 0x00001d94u, 0x00050084u, 0x00000008u, 0x00001d97u, 0x00001d95u, - 0x00001d8cu, 0x000500c3u, 0x00000008u, 0x00001d98u, 0x00001d97u, 0x000001eeu, 0x00050041u, 0x00000038u, - 0x00001d99u, 0x00001d7eu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00001d9au, 0x00001d99u, 0x00050080u, - 0x00000008u, 0x00001d9bu, 0x00001d98u, 0x00001d9au, 0x00050050u, 0x0000004du, 0x00001d9eu, 0x00001d9bu, - 0x00001d86u, 0x0003003eu, 0x00001d19u, 0x00001d9eu, 0x00050041u, 0x00000038u, 0x00001d2au, 0x00001d19u, - 0x0000032cu, 0x0004003du, 0x00000008u, 0x00001d2bu, 0x00001d2au, 0x0007004fu, 0x0000004du, 0x00001d2du, - 0x00001d0du, 0x00001d0du, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000038u, 0x00001d2eu, 0x00001d19u, - 0x000002d9u, 0x0004003du, 0x00000008u, 0x00001d2fu, 0x00001d2eu, 0x00050050u, 0x0000004du, 0x00001d30u, - 0x00001d2fu, 0x00001d2fu, 0x00050084u, 0x0000004du, 0x00001d31u, 0x00001d2du, 0x00001d30u, 0x0003003eu, - 0x00001d1cu, 0x00001d31u, 0x000500c3u, 0x00000008u, 0x00001d33u, 0x00000471u, 0x00001d2bu, 0x0004007eu, - 0x00000008u, 0x00001d34u, 0x00001d33u, 0x000500c7u, 0x00000008u, 0x00001d35u, 0x00000470u, 0x00001d34u, - 0x00050050u, 0x0000004du, 0x00001d38u, 0x00001d35u, 0x00001d35u, 0x000500c7u, 0x0000004du, 0x00001d39u, - 0x00001d31u, 0x00001d38u, 0x0003003eu, 0x00001d1eu, 0x00001d39u, 0x000500abu, 0x00000058u, 0x00001d3bu, - 0x00001d2bu, 0x00000207u, 0x000300f7u, 0x00001d46u, 0x00000000u, 0x000400fau, 0x00001d3bu, 0x00001d3cu, - 0x00001d42u, 0x000200f8u, 0x00001d42u, 0x0004003du, 0x0000004du, 0x00001d43u, 0x00001d1cu, 0x000500c4u, - 0x0000004du, 0x00001d45u, 0x00001d43u, 0x000079a4u, 0x0003003eu, 0x00001d1fu, 0x00001d45u, 0x000200f9u, - 0x00001d46u, 0x000200f8u, 0x00001d3cu, 0x0004003du, 0x0000004du, 0x00001d3du, 0x00001d1cu, 0x00050082u, - 0x00000008u, 0x00001d3fu, 0x00000201u, 0x00001d2bu, 0x00050050u, 0x0000004du, 0x00001d40u, 0x00001d3fu, - 0x00001d3fu, 0x000500c3u, 0x0000004du, 0x00001d41u, 0x00001d3du, 0x00001d40u, 0x0003003eu, 0x00001d1cu, - 0x00001d41u, 0x0003003eu, 0x00001d1fu, 0x00001d41u, 0x000200f9u, 0x00001d46u, 0x000200f8u, 0x00001d46u, - 0x000500abu, 0x0000048bu, 0x00001d48u, 0x00001d39u, 0x0000048au, 0x0004009au, 0x00000058u, 0x00001d49u, - 0x00001d48u, 0x000300f7u, 0x00001d75u, 0x00000000u, 0x000400fau, 0x00001d49u, 0x00001d4au, 0x00001d75u, - 0x000200f8u, 0x00001d4au, 0x00050041u, 0x00000038u, 0x00001d4bu, 0x00001d1eu, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x00001d4cu, 0x00001d4bu, 0x000500abu, 0x00000058u, 0x00001d4eu, 0x00001d4cu, 0x00001d35u, - 0x000300f7u, 0x00001d53u, 0x00000000u, 0x000400fau, 0x00001d4eu, 0x00001d4fu, 0x00001d53u, 0x000200f8u, - 0x00001d4fu, 0x0004003du, 0x00000008u, 0x00001d51u, 0x00001d4bu, 0x000500abu, 0x00000058u, 0x00001d52u, - 0x00001d51u, 0x00000187u, 0x000200f9u, 0x00001d53u, 0x000200f8u, 0x00001d53u, 0x000700f5u, 0x00000058u, - 0x00001d54u, 0x00001d4eu, 0x00001d4au, 0x00001d52u, 0x00001d4fu, 0x000300f7u, 0x00001d5fu, 0x00000000u, - 0x000400fau, 0x00001d54u, 0x00001d55u, 0x00001d5fu, 0x000200f8u, 0x00001d55u, 0x00050041u, 0x00000038u, - 0x00001d56u, 0x00001d1cu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00001d57u, 0x00001d56u, 0x000500c7u, - 0x00000008u, 0x00001d58u, 0x00001d57u, 0x00000471u, 0x000500aau, 0x00000058u, 0x00001d59u, 0x00001d58u, - 0x00000187u, 0x000300f7u, 0x00001d5eu, 0x00000000u, 0x000400fau, 0x00001d59u, 0x00001d5au, 0x00001d5cu, - 0x000200f8u, 0x00001d5cu, 0x00050041u, 0x00000038u, 0x00001d5du, 0x00001d1fu, 0x000002d9u, 0x0003003eu, - 0x00001d5du, 0x000004a4u, 0x000200f9u, 0x00001d5eu, 0x000200f8u, 0x00001d5au, 0x00050041u, 0x00000038u, - 0x00001d5bu, 0x00001d1fu, 0x000002d9u, 0x0003003eu, 0x00001d5bu, 0x0000045eu, 0x000200f9u, 0x00001d5eu, - 0x000200f8u, 0x00001d5eu, 0x000200f9u, 0x00001d5fu, 0x000200f8u, 0x00001d5fu, 0x00050041u, 0x00000038u, - 0x00001d60u, 0x00001d1eu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00001d61u, 0x00001d60u, 0x000500abu, - 0x00000058u, 0x00001d63u, 0x00001d61u, 0x00001d35u, 0x000300f7u, 0x00001d68u, 0x00000000u, 0x000400fau, - 0x00001d63u, 0x00001d64u, 0x00001d68u, 0x000200f8u, 0x00001d64u, 0x0004003du, 0x00000008u, 0x00001d66u, - 0x00001d60u, 0x000500abu, 0x00000058u, 0x00001d67u, 0x00001d66u, 0x00000187u, 0x000200f9u, 0x00001d68u, - 0x000200f8u, 0x00001d68u, 0x000700f5u, 0x00000058u, 0x00001d69u, 0x00001d63u, 0x00001d5fu, 0x00001d67u, - 0x00001d64u, 0x000300f7u, 0x00001d74u, 0x00000000u, 0x000400fau, 0x00001d69u, 0x00001d6au, 0x00001d74u, - 0x000200f8u, 0x00001d6au, 0x00050041u, 0x00000038u, 0x00001d6bu, 0x00001d1cu, 0x0000032cu, 0x0004003du, - 0x00000008u, 0x00001d6cu, 0x00001d6bu, 0x000500c7u, 0x00000008u, 0x00001d6du, 0x00001d6cu, 0x00000471u, - 0x000500aau, 0x00000058u, 0x00001d6eu, 0x00001d6du, 0x00000187u, 0x000300f7u, 0x00001d73u, 0x00000000u, - 0x000400fau, 0x00001d6eu, 0x00001d6fu, 0x00001d71u, 0x000200f8u, 0x00001d71u, 0x00050041u, 0x00000038u, - 0x00001d72u, 0x00001d1fu, 0x0000032cu, 0x0003003eu, 0x00001d72u, 0x000004a4u, 0x000200f9u, 0x00001d73u, - 0x000200f8u, 0x00001d6fu, 0x00050041u, 0x00000038u, 0x00001d70u, 0x00001d1fu, 0x0000032cu, 0x0003003eu, - 0x00001d70u, 0x0000045eu, 0x000200f9u, 0x00001d73u, 0x000200f8u, 0x00001d73u, 0x000200f9u, 0x00001d74u, - 0x000200f8u, 0x00001d74u, 0x000200f9u, 0x00001d75u, 0x000200f8u, 0x00001d75u, 0x000300f7u, 0x00001d78u, - 0x00000000u, 0x000400fau, 0x00001d25u, 0x00001d77u, 0x00001d78u, 0x000200f8u, 0x00001d77u, 0x0003003eu, - 0x00001d1fu, 0x000004bfu, 0x000200f9u, 0x00001d78u, 0x000200f8u, 0x00001d78u, 0x0004003du, 0x0000004du, - 0x00001d79u, 0x00001d1fu, 0x0008000cu, 0x0000004du, 0x00001d7au, 0x00000001u, 0x0000002du, 0x00001d79u, - 0x000004c2u, 0x000004c4u, 0x000200f9u, 0x00001d16u, 0x000200f8u, 0x00001d16u, 0x000700f5u, 0x0000004du, - 0x00007430u, 0x00001d7au, 0x00001d78u, 0x00001da2u, 0x00001d11u, 0x000500c7u, 0x00000006u, 0x00001a9fu, - 0x00001a00u, 0x00001246u, 0x00080041u, 0x000001fbu, 0x00001aa2u, 0x00001513u, 0x00000187u, 0x00001898u, - 0x00000199u, 0x00001a9fu, 0x0004003du, 0x000001adu, 0x00001aa3u, 0x00001aa2u, 0x00040071u, 0x00000006u, - 0x00001aa4u, 0x00001aa3u, 0x00070041u, 0x000001efu, 0x00001da6u, 0x0000027au, 0x00000187u, 0x00001aa4u, - 0x00000187u, 0x0004003du, 0x00000006u, 0x00001da7u, 0x00001da6u, 0x00070041u, 0x000001efu, 0x00001dacu, - 0x0000027au, 0x00000187u, 0x00001aa4u, 0x00000199u, 0x0004003du, 0x00000006u, 0x00001dadu, 0x00001dacu, - 0x00070041u, 0x000001efu, 0x00001db2u, 0x0000027au, 0x00000187u, 0x00001aa4u, 0x0000019fu, 0x0004003du, - 0x00000006u, 0x00001db3u, 0x00001db2u, 0x00070041u, 0x000001efu, 0x00001db5u, 0x0000027au, 0x00000187u, - 0x00001aa4u, 0x000001a2u, 0x0004003du, 0x00000006u, 0x00001db6u, 0x00001db5u, 0x00070041u, 0x000001fbu, - 0x00001dbdu, 0x0000027au, 0x00000187u, 0x00001aa4u, 0x000001a8u, 0x0004003du, 0x000001adu, 0x00001dbeu, - 0x00001dbdu, 0x00040071u, 0x00000006u, 0x00001dbfu, 0x00001dbeu, 0x0004007cu, 0x00000008u, 0x00001dc0u, - 0x00001dbfu, 0x00070041u, 0x000001fbu, 0x00001dc2u, 0x0000027au, 0x00000187u, 0x00001aa4u, 0x000001e2u, - 0x0004003du, 0x000001adu, 0x00001dc3u, 0x00001dc2u, 0x00040071u, 0x00000006u, 0x00001dc4u, 0x00001dc3u, - 0x0004007cu, 0x00000008u, 0x00001dc5u, 0x00001dc4u, 0x00070041u, 0x000001fbu, 0x00001dc7u, 0x0000027au, - 0x00000187u, 0x00001aa4u, 0x000001e8u, 0x0004003du, 0x000001adu, 0x00001dc8u, 0x00001dc7u, 0x00040071u, - 0x00000006u, 0x00001dc9u, 0x00001dc8u, 0x0004007cu, 0x00000008u, 0x00001dcau, 0x00001dc9u, 0x00070041u, - 0x000001fbu, 0x00001dccu, 0x0000027au, 0x00000187u, 0x00001aa4u, 0x000001eeu, 0x0004003du, 0x000001adu, - 0x00001dcdu, 0x00001dccu, 0x00040071u, 0x00000006u, 0x00001dceu, 0x00001dcdu, 0x0004007cu, 0x00000008u, - 0x00001dcfu, 0x00001dceu, 0x00070041u, 0x000001fbu, 0x00001dd1u, 0x0000027au, 0x00000187u, 0x00001aa4u, - 0x000001f3u, 0x0004003du, 0x000001adu, 0x00001dd2u, 0x00001dd1u, 0x00040071u, 0x00000006u, 0x00001dd3u, - 0x00001dd2u, 0x0004007cu, 0x00000008u, 0x00001dd4u, 0x00001dd3u, 0x00070041u, 0x000001fbu, 0x00001dd6u, - 0x0000027au, 0x00000187u, 0x00001aa4u, 0x000001fau, 0x0004003du, 0x000001adu, 0x00001dd7u, 0x00001dd6u, - 0x00040071u, 0x00000006u, 0x00001dd8u, 0x00001dd7u, 0x0004007cu, 0x00000008u, 0x00001dd9u, 0x00001dd8u, - 0x00070041u, 0x000001fbu, 0x00001ddbu, 0x0000027au, 0x00000187u, 0x00001aa4u, 0x00000201u, 0x0004003du, - 0x000001adu, 0x00001ddcu, 0x00001ddbu, 0x00040071u, 0x00000006u, 0x00001dddu, 0x00001ddcu, 0x0004007cu, - 0x00000008u, 0x00001ddeu, 0x00001dddu, 0x000600a9u, 0x00000008u, 0x000079b8u, 0x0000162du, 0x00001634u, - 0x00001dc0u, 0x0003003eu, 0x0000193fu, 0x00007430u, 0x0004007cu, 0x00000008u, 0x00001df7u, 0x00001da7u, - 0x00050041u, 0x00000038u, 0x00001dfau, 0x0000193fu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00001dfbu, - 0x00001dfau, 0x0008000cu, 0x00000008u, 0x00001e31u, 0x00000001u, 0x0000002du, 0x00001dfbu, 0x000004a4u, - 0x0000045eu, 0x000500b1u, 0x00000058u, 0x00001e33u, 0x00001dcfu, 0x000001f3u, 0x000300f7u, 0x00001e3fu, - 0x00000000u, 0x000400fau, 0x00001e33u, 0x00001e34u, 0x00001e38u, 0x000200f8u, 0x00001e38u, 0x00050082u, - 0x00000008u, 0x00001e3au, 0x000002e2u, 0x00001dcfu, 0x000500c4u, 0x00000008u, 0x00001e3cu, 0x00001e31u, - 0x00001e3au, 0x000500c3u, 0x00000008u, 0x00001e3eu, 0x00001e3cu, 0x00000323u, 0x000200f9u, 0x00001e3fu, - 0x000200f8u, 0x00001e34u, 0x000500c3u, 0x00000008u, 0x00001e37u, 0x00001e31u, 0x00001dcfu, 0x000200f9u, - 0x00001e3fu, 0x000200f8u, 0x00001e3fu, 0x000700f5u, 0x00000008u, 0x00007433u, 0x00001e37u, 0x00001e34u, - 0x00001e3eu, 0x00001e38u, 0x000500c4u, 0x00000008u, 0x00001e41u, 0x00001df7u, 0x0000019cu, 0x00050082u, - 0x00000008u, 0x00001e43u, 0x00007433u, 0x00001e41u, 0x0003003eu, 0x00001dfau, 0x00001e43u, 0x0004007cu, - 0x00000008u, 0x00001e00u, 0x00001dadu, 0x00050041u, 0x00000038u, 0x00001e03u, 0x0000193fu, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00001e04u, 0x00001e03u, 0x0008000cu, 0x00000008u, 0x00001e48u, 0x00000001u, - 0x0000002du, 0x00001e04u, 0x000004a4u, 0x0000045eu, 0x000500b1u, 0x00000058u, 0x00001e4au, 0x00001dd9u, - 0x000001f3u, 0x000300f7u, 0x00001e56u, 0x00000000u, 0x000400fau, 0x00001e4au, 0x00001e4bu, 0x00001e4fu, - 0x000200f8u, 0x00001e4fu, 0x00050082u, 0x00000008u, 0x00001e51u, 0x000002e2u, 0x00001dd9u, 0x000500c4u, - 0x00000008u, 0x00001e53u, 0x00001e48u, 0x00001e51u, 0x000500c3u, 0x00000008u, 0x00001e55u, 0x00001e53u, - 0x00000323u, 0x000200f9u, 0x00001e56u, 0x000200f8u, 0x00001e4bu, 0x000500c3u, 0x00000008u, 0x00001e4eu, - 0x00001e48u, 0x00001dd9u, 0x000200f9u, 0x00001e56u, 0x000200f8u, 0x00001e56u, 0x000700f5u, 0x00000008u, - 0x00007434u, 0x00001e4eu, 0x00001e4bu, 0x00001e55u, 0x00001e4fu, 0x000500c4u, 0x00000008u, 0x00001e58u, - 0x00001e00u, 0x0000019cu, 0x00050082u, 0x00000008u, 0x00001e5au, 0x00007434u, 0x00001e58u, 0x0003003eu, - 0x00001e03u, 0x00001e5au, 0x0004003du, 0x0000004du, 0x00001e07u, 0x0000193fu, 0x000500c3u, 0x0000004du, - 0x00001e09u, 0x00001e07u, 0x000079a6u, 0x0003003eu, 0x0000193fu, 0x00001e09u, 0x00060041u, 0x0000052au, - 0x00001e0au, 0x00000529u, 0x00000187u, 0x00000199u, 0x0004003du, 0x00000008u, 0x00001e0bu, 0x00001e0au, - 0x000500aau, 0x00000058u, 0x00001e0cu, 0x00001e0bu, 0x00000187u, 0x000300f7u, 0x00001e2cu, 0x00000000u, - 0x000400fau, 0x00001e0cu, 0x00001e0du, 0x00001e0eu, 0x000200f8u, 0x00001e0eu, 0x000500aau, 0x00000058u, - 0x00001e11u, 0x00001e0bu, 0x00000196u, 0x000300f7u, 0x00001e2bu, 0x00000000u, 0x000400fau, 0x00001e11u, - 0x00001e12u, 0x00001e23u, 0x000200f8u, 0x00001e23u, 0x0004003du, 0x0000004du, 0x00001e26u, 0x0000193fu, - 0x0003003eu, 0x00001defu, 0x00001e26u, 0x000500b1u, 0x00000058u, 0x0000200au, 0x00001cf6u, 0x00000199u, - 0x000300f7u, 0x00002010u, 0x00000000u, 0x000400fau, 0x0000200au, 0x0000200cu, 0x00002010u, 0x000200f8u, - 0x0000200cu, 0x000500abu, 0x00000058u, 0x0000200fu, 0x000079b8u, 0x00000199u, 0x000200f9u, 0x00002010u, - 0x000200f8u, 0x00002010u, 0x000700f5u, 0x00000058u, 0x00002011u, 0x0000200au, 0x00001e23u, 0x0000200fu, - 0x0000200cu, 0x000400a8u, 0x00000058u, 0x00002013u, 0x00001a2du, 0x000500a7u, 0x00000058u, 0x00002014u, - 0x00002011u, 0x00002013u, 0x0007000cu, 0x00000008u, 0x00002017u, 0x00000001u, 0x00000027u, 0x000079b8u, - 0x00000199u, 0x000500aau, 0x00000058u, 0x0000201au, 0x000079b8u, 0x0000019cu, 0x000500a6u, 0x00000058u, - 0x0000201du, 0x0000201au, 0x00001a2du, 0x000600a9u, 0x00000008u, 0x0000201eu, 0x0000201du, 0x0000099eu, - 0x000009e0u, 0x000300f7u, 0x00002100u, 0x00000000u, 0x000400fau, 0x00002014u, 0x00002020u, 0x0000209fu, - 0x000200f8u, 0x0000209fu, 0x00050041u, 0x00000038u, 0x000020a1u, 0x00001defu, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x000020a2u, 0x000020a1u, 0x00050080u, 0x00000008u, 0x000020a3u, 0x000020a2u, 0x00001cf6u, - 0x0003003eu, 0x000020a1u, 0x000020a3u, 0x0004003du, 0x00000008u, 0x000020a7u, 0x000020a1u, 0x000500abu, - 0x00000058u, 0x00002149u, 0x00001dcau, 0x00000187u, 0x000300f7u, 0x0000215fu, 0x00000000u, 0x000400fau, - 0x00002149u, 0x0000214au, 0x0000215fu, 0x000200f8u, 0x0000214au, 0x000500c4u, 0x00000008u, 0x0000214du, - 0x00000196u, 0x00001dcau, 0x000500c7u, 0x00000008u, 0x00002150u, 0x00001ddeu, 0x00000199u, 0x000500abu, - 0x00000058u, 0x00002151u, 0x00002150u, 0x00000187u, 0x000300f7u, 0x0000215au, 0x00000000u, 0x000400fau, - 0x00002151u, 0x00002152u, 0x0000215au, 0x000200f8u, 0x00002152u, 0x000500c7u, 0x00000008u, 0x00002155u, - 0x000020a7u, 0x0000214du, 0x00050082u, 0x00000008u, 0x00002156u, 0x00002155u, 0x00000196u, 0x0007000cu, - 0x00000008u, 0x00002157u, 0x00000001u, 0x0000002au, 0x00002156u, 0x00000187u, 0x000500c6u, 0x00000008u, - 0x00002159u, 0x000020a7u, 0x00002157u, 0x000200f9u, 0x0000215au, 0x000200f8u, 0x0000215au, 0x000700f5u, - 0x00000008u, 0x00007435u, 0x000020a7u, 0x0000214au, 0x00002159u, 0x00002152u, 0x00050082u, 0x00000008u, - 0x0000215cu, 0x0000214du, 0x00000196u, 0x000500c7u, 0x00000008u, 0x0000215eu, 0x00007435u, 0x0000215cu, - 0x000200f9u, 0x0000215fu, 0x000200f8u, 0x0000215fu, 0x000700f5u, 0x00000008u, 0x00007436u, 0x000020a7u, - 0x0000209fu, 0x0000215eu, 0x0000215au, 0x00050041u, 0x00000038u, 0x000020aau, 0x00001defu, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x000020abu, 0x000020aau, 0x000500abu, 0x00000058u, 0x00002166u, 0x00001dd4u, - 0x00000187u, 0x000300f7u, 0x0000217cu, 0x00000000u, 0x000400fau, 0x00002166u, 0x00002167u, 0x0000217cu, - 0x000200f8u, 0x00002167u, 0x000500c4u, 0x00000008u, 0x0000216au, 0x00000196u, 0x00001dd4u, 0x000500c7u, - 0x00000008u, 0x0000216du, 0x00001ddeu, 0x000001e2u, 0x000500abu, 0x00000058u, 0x0000216eu, 0x0000216du, - 0x00000187u, 0x000300f7u, 0x00002177u, 0x00000000u, 0x000400fau, 0x0000216eu, 0x0000216fu, 0x00002177u, - 0x000200f8u, 0x0000216fu, 0x000500c7u, 0x00000008u, 0x00002172u, 0x000020abu, 0x0000216au, 0x00050082u, - 0x00000008u, 0x00002173u, 0x00002172u, 0x00000196u, 0x0007000cu, 0x00000008u, 0x00002174u, 0x00000001u, - 0x0000002au, 0x00002173u, 0x00000187u, 0x000500c6u, 0x00000008u, 0x00002176u, 0x000020abu, 0x00002174u, - 0x000200f9u, 0x00002177u, 0x000200f8u, 0x00002177u, 0x000700f5u, 0x00000008u, 0x00007437u, 0x000020abu, - 0x00002167u, 0x00002176u, 0x0000216fu, 0x00050082u, 0x00000008u, 0x00002179u, 0x0000216au, 0x00000196u, - 0x000500c7u, 0x00000008u, 0x0000217bu, 0x00007437u, 0x00002179u, 0x000200f9u, 0x0000217cu, 0x000200f8u, - 0x0000217cu, 0x000700f5u, 0x00000008u, 0x00007438u, 0x000020abu, 0x0000215fu, 0x0000217bu, 0x00002177u, - 0x0004007cu, 0x00000006u, 0x000020b2u, 0x00007438u, 0x00050084u, 0x00000006u, 0x000020b3u, 0x00001db6u, - 0x000020b2u, 0x00050080u, 0x00000006u, 0x000020b4u, 0x00001db3u, 0x000020b3u, 0x00050084u, 0x00000006u, - 0x000020b6u, 0x000020b4u, 0x00000330u, 0x000500c4u, 0x00000008u, 0x000020b9u, 0x00007436u, 0x00002017u, - 0x0004007cu, 0x00000006u, 0x000020bau, 0x000020b9u, 0x00050080u, 0x00000006u, 0x000020bbu, 0x000020b6u, - 0x000020bau, 0x000500c7u, 0x00000006u, 0x000020bcu, 0x000020bbu, 0x00000a0cu, 0x000500c7u, 0x00000006u, - 0x000020bfu, 0x000020b2u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x000020c0u, 0x000020bfu, 0x000002c0u, - 0x000500c6u, 0x00000006u, 0x000020c2u, 0x000020bcu, 0x000020c0u, 0x000500c2u, 0x00000006u, 0x000020c4u, - 0x000020c2u, 0x00000330u, 0x0004007cu, 0x00000006u, 0x000020c6u, 0x0000201eu, 0x000500c7u, 0x00000006u, - 0x000020c8u, 0x000020c4u, 0x000020c6u, 0x000500c6u, 0x00000006u, 0x000020cbu, 0x000020c8u, 0x0000032cu, - 0x00080041u, 0x000001f4u, 0x000020ccu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000020cbu, - 0x0004003du, 0x000001afu, 0x000020cdu, 0x000020ccu, 0x00040071u, 0x00000006u, 0x000020ceu, 0x000020cdu, - 0x0004007cu, 0x00000008u, 0x000020cfu, 0x000020ceu, 0x000300f7u, 0x000020ffu, 0x00000000u, 0x000400fau, - 0x00001a2du, 0x000020d1u, 0x000020ffu, 0x000200f8u, 0x000020d1u, 0x000500aau, 0x00000058u, 0x000020d4u, - 0x000079b8u, 0x00000187u, 0x000300f7u, 0x000020f6u, 0x00000000u, 0x000400fau, 0x000020d4u, 0x000020d5u, - 0x000020e8u, 0x000200f8u, 0x000020e8u, 0x000500c7u, 0x00000006u, 0x000020eau, 0x000020c2u, 0x00000330u, - 0x00050084u, 0x00000006u, 0x000020ebu, 0x000006beu, 0x000020eau, 0x00050082u, 0x00000006u, 0x000020ecu, - 0x000002c0u, 0x000020ebu, 0x000500c3u, 0x00000008u, 0x000020eeu, 0x000020cfu, 0x000020ecu, 0x000500c7u, - 0x00000008u, 0x000020f0u, 0x000020eeu, 0x000002f0u, 0x000500c4u, 0x00000008u, 0x000020f2u, 0x000020f0u, - 0x00000199u, 0x00050080u, 0x00000008u, 0x000020f5u, 0x000020f2u, 0x00001cf6u, 0x000200f9u, 0x000020f6u, - 0x000200f8u, 0x000020d5u, 0x000500c7u, 0x00000006u, 0x000020d7u, 0x000020c2u, 0x00000333u, 0x00050084u, - 0x00000006u, 0x000020d8u, 0x000006beu, 0x000020d7u, 0x00050082u, 0x00000006u, 0x000020d9u, 0x00000ab4u, - 0x000020d8u, 0x000500c3u, 0x00000008u, 0x000020dbu, 0x000020cfu, 0x000020d9u, 0x000500c7u, 0x00000008u, - 0x000020ddu, 0x000020dbu, 0x00000a61u, 0x000500c4u, 0x00000008u, 0x000020e0u, 0x00001dc5u, 0x0000019fu, - 0x000500c5u, 0x00000008u, 0x000020e2u, 0x000020ddu, 0x000020e0u, 0x000500c4u, 0x00000008u, 0x000020e4u, - 0x000020e2u, 0x00000199u, 0x00050080u, 0x00000008u, 0x000020e7u, 0x000020e4u, 0x00001cf6u, 0x000200f9u, - 0x000020f6u, 0x000200f8u, 0x000020f6u, 0x000700f5u, 0x00000008u, 0x00007439u, 0x000020e7u, 0x000020d5u, - 0x000020f5u, 0x000020e8u, 0x000500c5u, 0x00000008u, 0x000020f9u, 0x00007439u, 0x00000ad7u, 0x000500c6u, - 0x00000008u, 0x000020fau, 0x000020f9u, 0x00000196u, 0x00080041u, 0x000001f4u, 0x000020fbu, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000020fau, 0x0004003du, 0x000001afu, 0x000020fcu, 0x000020fbu, - 0x00040071u, 0x00000006u, 0x000020fdu, 0x000020fcu, 0x0004007cu, 0x00000008u, 0x000020feu, 0x000020fdu, - 0x000200f9u, 0x000020ffu, 0x000200f8u, 0x000020ffu, 0x000700f5u, 0x00000008u, 0x00007443u, 0x000020cfu, - 0x0000217cu, 0x000020feu, 0x000020f6u, 0x000200f9u, 0x00002100u, 0x000200f8u, 0x00002020u, 0x00050084u, - 0x00000008u, 0x00002022u, 0x00000199u, 0x00001cf6u, 0x00050041u, 0x00000038u, 0x00002023u, 0x00001defu, - 0x000002d9u, 0x0004003du, 0x00000008u, 0x00002024u, 0x00002023u, 0x00050080u, 0x00000008u, 0x00002025u, - 0x00002024u, 0x00002022u, 0x0003003eu, 0x00002023u, 0x00002025u, 0x0004003du, 0x00000008u, 0x00002029u, - 0x00002023u, 0x00050050u, 0x0000004du, 0x00002107u, 0x00002029u, 0x00002029u, 0x00050080u, 0x0000004du, - 0x00002108u, 0x00002107u, 0x00000636u, 0x000500abu, 0x00000058u, 0x0000210bu, 0x00001dcau, 0x00000187u, - 0x000300f7u, 0x00002125u, 0x00000000u, 0x000400fau, 0x0000210bu, 0x0000210cu, 0x00002125u, 0x000200f8u, - 0x0000210cu, 0x000500c4u, 0x00000008u, 0x0000210fu, 0x00000196u, 0x00001dcau, 0x000500c7u, 0x00000008u, - 0x00002112u, 0x00001ddeu, 0x00000199u, 0x000500abu, 0x00000058u, 0x00002113u, 0x00002112u, 0x00000187u, - 0x000300f7u, 0x0000211fu, 0x00000000u, 0x000400fau, 0x00002113u, 0x00002114u, 0x0000211fu, 0x000200f8u, - 0x00002114u, 0x00050050u, 0x0000004du, 0x00002117u, 0x0000210fu, 0x0000210fu, 0x000500c7u, 0x0000004du, - 0x00002118u, 0x00002108u, 0x00002117u, 0x00050082u, 0x0000004du, 0x0000211au, 0x00002118u, 0x000079a4u, - 0x0007000cu, 0x0000004du, 0x0000211cu, 0x00000001u, 0x0000002au, 0x0000211au, 0x0000048au, 0x000500c6u, - 0x0000004du, 0x0000211eu, 0x00002108u, 0x0000211cu, 0x000200f9u, 0x0000211fu, 0x000200f8u, 0x0000211fu, - 0x000700f5u, 0x0000004du, 0x0000743au, 0x00002108u, 0x0000210cu, 0x0000211eu, 0x00002114u, 0x00050082u, - 0x00000008u, 0x00002121u, 0x0000210fu, 0x00000196u, 0x00050050u, 0x0000004du, 0x00002123u, 0x00002121u, - 0x00002121u, 0x000500c7u, 0x0000004du, 0x00002124u, 0x0000743au, 0x00002123u, 0x000200f9u, 0x00002125u, - 0x000200f8u, 0x00002125u, 0x000700f5u, 0x0000004du, 0x0000743bu, 0x00002108u, 0x00002020u, 0x00002124u, - 0x0000211fu, 0x00050041u, 0x00000038u, 0x0000202cu, 0x00001defu, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x0000202du, 0x0000202cu, 0x000500abu, 0x00000058u, 0x0000212cu, 0x00001dd4u, 0x00000187u, 0x000300f7u, - 0x00002142u, 0x00000000u, 0x000400fau, 0x0000212cu, 0x0000212du, 0x00002142u, 0x000200f8u, 0x0000212du, - 0x000500c4u, 0x00000008u, 0x00002130u, 0x00000196u, 0x00001dd4u, 0x000500c7u, 0x00000008u, 0x00002133u, - 0x00001ddeu, 0x000001e2u, 0x000500abu, 0x00000058u, 0x00002134u, 0x00002133u, 0x00000187u, 0x000300f7u, - 0x0000213du, 0x00000000u, 0x000400fau, 0x00002134u, 0x00002135u, 0x0000213du, 0x000200f8u, 0x00002135u, - 0x000500c7u, 0x00000008u, 0x00002138u, 0x0000202du, 0x00002130u, 0x00050082u, 0x00000008u, 0x00002139u, - 0x00002138u, 0x00000196u, 0x0007000cu, 0x00000008u, 0x0000213au, 0x00000001u, 0x0000002au, 0x00002139u, - 0x00000187u, 0x000500c6u, 0x00000008u, 0x0000213cu, 0x0000202du, 0x0000213au, 0x000200f9u, 0x0000213du, - 0x000200f8u, 0x0000213du, 0x000700f5u, 0x00000008u, 0x0000743cu, 0x0000202du, 0x0000212du, 0x0000213cu, - 0x00002135u, 0x00050082u, 0x00000008u, 0x0000213fu, 0x00002130u, 0x00000196u, 0x000500c7u, 0x00000008u, - 0x00002141u, 0x0000743cu, 0x0000213fu, 0x000200f9u, 0x00002142u, 0x000200f8u, 0x00002142u, 0x000700f5u, - 0x00000008u, 0x0000743du, 0x0000202du, 0x00002125u, 0x00002141u, 0x0000213du, 0x0004007cu, 0x00000006u, - 0x00002034u, 0x0000743du, 0x00050084u, 0x00000006u, 0x00002035u, 0x00001db6u, 0x00002034u, 0x00050080u, - 0x00000006u, 0x00002036u, 0x00001db3u, 0x00002035u, 0x00050084u, 0x00000006u, 0x00002038u, 0x00002036u, - 0x00000330u, 0x00050050u, 0x0000004du, 0x0000203bu, 0x00002017u, 0x00002017u, 0x000500c4u, 0x0000004du, - 0x0000203cu, 0x0000743bu, 0x0000203bu, 0x0004007cu, 0x000000a0u, 0x0000203du, 0x0000203cu, 0x00050050u, - 0x000000a0u, 0x0000203eu, 0x00002038u, 0x00002038u, 0x00050080u, 0x000000a0u, 0x0000203fu, 0x0000203eu, - 0x0000203du, 0x000500c7u, 0x000000a0u, 0x00002041u, 0x0000203fu, 0x000079a8u, 0x000500c7u, 0x00000006u, - 0x00002044u, 0x00002034u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00002045u, 0x00002044u, 0x000002c0u, - 0x00050050u, 0x000000a0u, 0x00002047u, 0x00002045u, 0x00002045u, 0x000500c6u, 0x000000a0u, 0x00002048u, - 0x00002041u, 0x00002047u, 0x0003003eu, 0x00001ff9u, 0x00002048u, 0x000500c2u, 0x000000a0u, 0x0000204bu, - 0x00002048u, 0x000079a9u, 0x0004007cu, 0x00000006u, 0x0000204du, 0x0000201eu, 0x00050050u, 0x000000a0u, - 0x0000204fu, 0x0000204du, 0x0000204du, 0x000500c7u, 0x000000a0u, 0x00002050u, 0x0000204bu, 0x0000204fu, - 0x0003003eu, 0x00001ffau, 0x00002050u, 0x00050041u, 0x00000007u, 0x00002052u, 0x00001ffau, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00002053u, 0x00002052u, 0x000500c6u, 0x00000006u, 0x00002054u, 0x00002053u, - 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00002055u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00002054u, 0x0004003du, 0x000001afu, 0x00002056u, 0x00002055u, 0x00040071u, 0x00000006u, 0x00002057u, - 0x00002056u, 0x0004007cu, 0x00000008u, 0x00002058u, 0x00002057u, 0x00050041u, 0x00000007u, 0x0000205au, - 0x00001ffau, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000205bu, 0x0000205au, 0x000500c6u, 0x00000006u, - 0x0000205cu, 0x0000205bu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x0000205du, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x0000205cu, 0x0004003du, 0x000001afu, 0x0000205eu, 0x0000205du, 0x00040071u, - 0x00000006u, 0x0000205fu, 0x0000205eu, 0x0004007cu, 0x00000008u, 0x00002060u, 0x0000205fu, 0x000500aau, - 0x00000058u, 0x00002063u, 0x000079b8u, 0x00000196u, 0x000300f7u, 0x0000209au, 0x00000000u, 0x000400fau, - 0x00002063u, 0x00002064u, 0x00002079u, 0x000200f8u, 0x00002079u, 0x000500aau, 0x00000058u, 0x0000207cu, - 0x000079b8u, 0x00000187u, 0x000300f7u, 0x00002099u, 0x00000000u, 0x000400fau, 0x0000207cu, 0x0000207du, - 0x00002094u, 0x000200f8u, 0x00002094u, 0x000500c3u, 0x00000008u, 0x00002096u, 0x00002058u, 0x000001e2u, - 0x000500c3u, 0x00000008u, 0x00002098u, 0x00002060u, 0x000001e2u, 0x000200f9u, 0x00002099u, 0x000200f8u, - 0x0000207du, 0x00050041u, 0x00000007u, 0x0000207eu, 0x00001ff9u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x0000207fu, 0x0000207eu, 0x000500c7u, 0x00000006u, 0x00002080u, 0x0000207fu, 0x00000333u, 0x0004007cu, - 0x00000008u, 0x00002081u, 0x00002080u, 0x00050084u, 0x00000008u, 0x00002082u, 0x0000019fu, 0x00002081u, - 0x00050082u, 0x00000008u, 0x00002083u, 0x000001fau, 0x00002082u, 0x000500c3u, 0x00000008u, 0x00002085u, - 0x00002058u, 0x00002083u, 0x00050041u, 0x00000007u, 0x00002086u, 0x00001ff9u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00002087u, 0x00002086u, 0x000500c7u, 0x00000006u, 0x00002088u, 0x00002087u, 0x00000333u, - 0x0004007cu, 0x00000008u, 0x00002089u, 0x00002088u, 0x00050084u, 0x00000008u, 0x0000208au, 0x0000019fu, - 0x00002089u, 0x00050082u, 0x00000008u, 0x0000208bu, 0x000001fau, 0x0000208au, 0x000500c3u, 0x00000008u, - 0x0000208du, 0x00002060u, 0x0000208bu, 0x000500c7u, 0x00000008u, 0x0000208fu, 0x00002085u, 0x00000a61u, - 0x00050084u, 0x00000008u, 0x00002090u, 0x0000208fu, 0x00000a63u, 0x000500c7u, 0x00000008u, 0x00002092u, - 0x0000208du, 0x00000a61u, 0x00050084u, 0x00000008u, 0x00002093u, 0x00002092u, 0x00000a63u, 0x000200f9u, - 0x00002099u, 0x000200f8u, 0x00002099u, 0x000700f5u, 0x00000008u, 0x00007441u, 0x00002093u, 0x0000207du, - 0x00002098u, 0x00002094u, 0x000700f5u, 0x00000008u, 0x0000743fu, 0x00002090u, 0x0000207du, 0x00002096u, - 0x00002094u, 0x000200f9u, 0x0000209au, 0x000200f8u, 0x00002064u, 0x00050041u, 0x00000007u, 0x00002065u, - 0x00001ff9u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00002066u, 0x00002065u, 0x000500c7u, 0x00000006u, - 0x00002067u, 0x00002066u, 0x00000330u, 0x0004007cu, 0x00000008u, 0x00002068u, 0x00002067u, 0x00050084u, - 0x00000008u, 0x00002069u, 0x0000019fu, 0x00002068u, 0x00050082u, 0x00000008u, 0x0000206au, 0x000001e2u, - 0x00002069u, 0x000500c3u, 0x00000008u, 0x0000206cu, 0x00002058u, 0x0000206au, 0x00050041u, 0x00000007u, - 0x0000206du, 0x00001ff9u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000206eu, 0x0000206du, 0x000500c7u, - 0x00000006u, 0x0000206fu, 0x0000206eu, 0x00000330u, 0x0004007cu, 0x00000008u, 0x00002070u, 0x0000206fu, - 0x00050084u, 0x00000008u, 0x00002071u, 0x0000019fu, 0x00002070u, 0x00050082u, 0x00000008u, 0x00002072u, - 0x000001e2u, 0x00002071u, 0x000500c3u, 0x00000008u, 0x00002074u, 0x00002060u, 0x00002072u, 0x000500c7u, - 0x00000008u, 0x00002076u, 0x0000206cu, 0x000002f0u, 0x000500c7u, 0x00000008u, 0x00002078u, 0x00002074u, - 0x000002f0u, 0x000200f9u, 0x0000209au, 0x000200f8u, 0x0000209au, 0x000700f5u, 0x00000008u, 0x00007440u, - 0x00002078u, 0x00002064u, 0x00007441u, 0x00002099u, 0x000700f5u, 0x00000008u, 0x0000743eu, 0x00002076u, - 0x00002064u, 0x0000743fu, 0x00002099u, 0x000500c4u, 0x00000008u, 0x0000209cu, 0x0000743eu, 0x000001e2u, - 0x000500c5u, 0x00000008u, 0x0000209eu, 0x0000209cu, 0x00007440u, 0x000200f9u, 0x00002100u, 0x000200f8u, - 0x00002100u, 0x000700f5u, 0x00000008u, 0x00007442u, 0x0000209eu, 0x0000209au, 0x00007443u, 0x000020ffu, - 0x000200f9u, 0x00001e2bu, 0x000200f8u, 0x00001e12u, 0x000500c3u, 0x00000008u, 0x00001e14u, 0x00001cf6u, - 0x00000196u, 0x0004003du, 0x0000004du, 0x00001e17u, 0x0000193fu, 0x0003003eu, 0x00001de9u, 0x00001e17u, - 0x000500b1u, 0x00000058u, 0x00001e79u, 0x00001e14u, 0x00000199u, 0x000300f7u, 0x00001e7fu, 0x00000000u, - 0x000400fau, 0x00001e79u, 0x00001e7bu, 0x00001e7fu, 0x000200f8u, 0x00001e7bu, 0x000500abu, 0x00000058u, - 0x00001e7eu, 0x000079b8u, 0x00000199u, 0x000200f9u, 0x00001e7fu, 0x000200f8u, 0x00001e7fu, 0x000700f5u, - 0x00000058u, 0x00001e80u, 0x00001e79u, 0x00001e12u, 0x00001e7eu, 0x00001e7bu, 0x000400a8u, 0x00000058u, - 0x00001e82u, 0x00001a2du, 0x000500a7u, 0x00000058u, 0x00001e83u, 0x00001e80u, 0x00001e82u, 0x0007000cu, - 0x00000008u, 0x00001e86u, 0x00000001u, 0x00000027u, 0x000079b8u, 0x00000199u, 0x000500aau, 0x00000058u, - 0x00001e89u, 0x000079b8u, 0x0000019cu, 0x000500a6u, 0x00000058u, 0x00001e8cu, 0x00001e89u, 0x00001a2du, - 0x000600a9u, 0x00000008u, 0x00001e8du, 0x00001e8cu, 0x0000099eu, 0x000009e0u, 0x000300f7u, 0x00001f6fu, - 0x00000000u, 0x000400fau, 0x00001e83u, 0x00001e8fu, 0x00001f0eu, 0x000200f8u, 0x00001f0eu, 0x00050041u, - 0x00000038u, 0x00001f10u, 0x00001de9u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00001f11u, 0x00001f10u, - 0x00050080u, 0x00000008u, 0x00001f12u, 0x00001f11u, 0x00001e14u, 0x0003003eu, 0x00001f10u, 0x00001f12u, - 0x0004003du, 0x00000008u, 0x00001f16u, 0x00001f10u, 0x000500abu, 0x00000058u, 0x00001fb8u, 0x00001dcau, - 0x00000187u, 0x000300f7u, 0x00001fceu, 0x00000000u, 0x000400fau, 0x00001fb8u, 0x00001fb9u, 0x00001fceu, - 0x000200f8u, 0x00001fb9u, 0x000500c4u, 0x00000008u, 0x00001fbcu, 0x00000196u, 0x00001dcau, 0x000500c7u, - 0x00000008u, 0x00001fbfu, 0x00001ddeu, 0x00000199u, 0x000500abu, 0x00000058u, 0x00001fc0u, 0x00001fbfu, - 0x00000187u, 0x000300f7u, 0x00001fc9u, 0x00000000u, 0x000400fau, 0x00001fc0u, 0x00001fc1u, 0x00001fc9u, - 0x000200f8u, 0x00001fc1u, 0x000500c7u, 0x00000008u, 0x00001fc4u, 0x00001f16u, 0x00001fbcu, 0x00050082u, - 0x00000008u, 0x00001fc5u, 0x00001fc4u, 0x00000196u, 0x0007000cu, 0x00000008u, 0x00001fc6u, 0x00000001u, - 0x0000002au, 0x00001fc5u, 0x00000187u, 0x000500c6u, 0x00000008u, 0x00001fc8u, 0x00001f16u, 0x00001fc6u, - 0x000200f9u, 0x00001fc9u, 0x000200f8u, 0x00001fc9u, 0x000700f5u, 0x00000008u, 0x00007444u, 0x00001f16u, - 0x00001fb9u, 0x00001fc8u, 0x00001fc1u, 0x00050082u, 0x00000008u, 0x00001fcbu, 0x00001fbcu, 0x00000196u, - 0x000500c7u, 0x00000008u, 0x00001fcdu, 0x00007444u, 0x00001fcbu, 0x000200f9u, 0x00001fceu, 0x000200f8u, - 0x00001fceu, 0x000700f5u, 0x00000008u, 0x00007445u, 0x00001f16u, 0x00001f0eu, 0x00001fcdu, 0x00001fc9u, - 0x00050041u, 0x00000038u, 0x00001f19u, 0x00001de9u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00001f1au, - 0x00001f19u, 0x000500abu, 0x00000058u, 0x00001fd5u, 0x00001dd4u, 0x00000187u, 0x000300f7u, 0x00001febu, - 0x00000000u, 0x000400fau, 0x00001fd5u, 0x00001fd6u, 0x00001febu, 0x000200f8u, 0x00001fd6u, 0x000500c4u, - 0x00000008u, 0x00001fd9u, 0x00000196u, 0x00001dd4u, 0x000500c7u, 0x00000008u, 0x00001fdcu, 0x00001ddeu, - 0x000001e2u, 0x000500abu, 0x00000058u, 0x00001fddu, 0x00001fdcu, 0x00000187u, 0x000300f7u, 0x00001fe6u, - 0x00000000u, 0x000400fau, 0x00001fddu, 0x00001fdeu, 0x00001fe6u, 0x000200f8u, 0x00001fdeu, 0x000500c7u, - 0x00000008u, 0x00001fe1u, 0x00001f1au, 0x00001fd9u, 0x00050082u, 0x00000008u, 0x00001fe2u, 0x00001fe1u, - 0x00000196u, 0x0007000cu, 0x00000008u, 0x00001fe3u, 0x00000001u, 0x0000002au, 0x00001fe2u, 0x00000187u, - 0x000500c6u, 0x00000008u, 0x00001fe5u, 0x00001f1au, 0x00001fe3u, 0x000200f9u, 0x00001fe6u, 0x000200f8u, - 0x00001fe6u, 0x000700f5u, 0x00000008u, 0x00007446u, 0x00001f1au, 0x00001fd6u, 0x00001fe5u, 0x00001fdeu, - 0x00050082u, 0x00000008u, 0x00001fe8u, 0x00001fd9u, 0x00000196u, 0x000500c7u, 0x00000008u, 0x00001feau, - 0x00007446u, 0x00001fe8u, 0x000200f9u, 0x00001febu, 0x000200f8u, 0x00001febu, 0x000700f5u, 0x00000008u, - 0x00007447u, 0x00001f1au, 0x00001fceu, 0x00001feau, 0x00001fe6u, 0x0004007cu, 0x00000006u, 0x00001f21u, - 0x00007447u, 0x00050084u, 0x00000006u, 0x00001f22u, 0x00001db6u, 0x00001f21u, 0x00050080u, 0x00000006u, - 0x00001f23u, 0x00001db3u, 0x00001f22u, 0x00050084u, 0x00000006u, 0x00001f25u, 0x00001f23u, 0x00000330u, - 0x000500c4u, 0x00000008u, 0x00001f28u, 0x00007445u, 0x00001e86u, 0x0004007cu, 0x00000006u, 0x00001f29u, - 0x00001f28u, 0x00050080u, 0x00000006u, 0x00001f2au, 0x00001f25u, 0x00001f29u, 0x000500c7u, 0x00000006u, - 0x00001f2bu, 0x00001f2au, 0x00000a0cu, 0x000500c7u, 0x00000006u, 0x00001f2eu, 0x00001f21u, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x00001f2fu, 0x00001f2eu, 0x000002c0u, 0x000500c6u, 0x00000006u, 0x00001f31u, - 0x00001f2bu, 0x00001f2fu, 0x000500c2u, 0x00000006u, 0x00001f33u, 0x00001f31u, 0x00000330u, 0x0004007cu, - 0x00000006u, 0x00001f35u, 0x00001e8du, 0x000500c7u, 0x00000006u, 0x00001f37u, 0x00001f33u, 0x00001f35u, - 0x000500c6u, 0x00000006u, 0x00001f3au, 0x00001f37u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00001f3bu, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00001f3au, 0x0004003du, 0x000001afu, 0x00001f3cu, - 0x00001f3bu, 0x00040071u, 0x00000006u, 0x00001f3du, 0x00001f3cu, 0x0004007cu, 0x00000008u, 0x00001f3eu, - 0x00001f3du, 0x000300f7u, 0x00001f6eu, 0x00000000u, 0x000400fau, 0x00001a2du, 0x00001f40u, 0x00001f6eu, - 0x000200f8u, 0x00001f40u, 0x000500aau, 0x00000058u, 0x00001f43u, 0x000079b8u, 0x00000187u, 0x000300f7u, - 0x00001f65u, 0x00000000u, 0x000400fau, 0x00001f43u, 0x00001f44u, 0x00001f57u, 0x000200f8u, 0x00001f57u, - 0x000500c7u, 0x00000006u, 0x00001f59u, 0x00001f31u, 0x00000330u, 0x00050084u, 0x00000006u, 0x00001f5au, - 0x000006beu, 0x00001f59u, 0x00050082u, 0x00000006u, 0x00001f5bu, 0x000002c0u, 0x00001f5au, 0x000500c3u, - 0x00000008u, 0x00001f5du, 0x00001f3eu, 0x00001f5bu, 0x000500c7u, 0x00000008u, 0x00001f5fu, 0x00001f5du, - 0x000002f0u, 0x000500c4u, 0x00000008u, 0x00001f61u, 0x00001f5fu, 0x00000199u, 0x00050080u, 0x00000008u, - 0x00001f64u, 0x00001f61u, 0x00001e14u, 0x000200f9u, 0x00001f65u, 0x000200f8u, 0x00001f44u, 0x000500c7u, - 0x00000006u, 0x00001f46u, 0x00001f31u, 0x00000333u, 0x00050084u, 0x00000006u, 0x00001f47u, 0x000006beu, - 0x00001f46u, 0x00050082u, 0x00000006u, 0x00001f48u, 0x00000ab4u, 0x00001f47u, 0x000500c3u, 0x00000008u, - 0x00001f4au, 0x00001f3eu, 0x00001f48u, 0x000500c7u, 0x00000008u, 0x00001f4cu, 0x00001f4au, 0x00000a61u, - 0x000500c4u, 0x00000008u, 0x00001f4fu, 0x00001dc5u, 0x0000019fu, 0x000500c5u, 0x00000008u, 0x00001f51u, - 0x00001f4cu, 0x00001f4fu, 0x000500c4u, 0x00000008u, 0x00001f53u, 0x00001f51u, 0x00000199u, 0x00050080u, - 0x00000008u, 0x00001f56u, 0x00001f53u, 0x00001e14u, 0x000200f9u, 0x00001f65u, 0x000200f8u, 0x00001f65u, - 0x000700f5u, 0x00000008u, 0x00007448u, 0x00001f56u, 0x00001f44u, 0x00001f64u, 0x00001f57u, 0x000500c5u, - 0x00000008u, 0x00001f68u, 0x00007448u, 0x00000ad7u, 0x000500c6u, 0x00000008u, 0x00001f69u, 0x00001f68u, - 0x00000196u, 0x00080041u, 0x000001f4u, 0x00001f6au, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00001f69u, 0x0004003du, 0x000001afu, 0x00001f6bu, 0x00001f6au, 0x00040071u, 0x00000006u, 0x00001f6cu, - 0x00001f6bu, 0x0004007cu, 0x00000008u, 0x00001f6du, 0x00001f6cu, 0x000200f9u, 0x00001f6eu, 0x000200f8u, - 0x00001f6eu, 0x000700f5u, 0x00000008u, 0x00007452u, 0x00001f3eu, 0x00001febu, 0x00001f6du, 0x00001f65u, - 0x000200f9u, 0x00001f6fu, 0x000200f8u, 0x00001e8fu, 0x00050084u, 0x00000008u, 0x00001e91u, 0x00000199u, - 0x00001e14u, 0x00050041u, 0x00000038u, 0x00001e92u, 0x00001de9u, 0x000002d9u, 0x0004003du, 0x00000008u, - 0x00001e93u, 0x00001e92u, 0x00050080u, 0x00000008u, 0x00001e94u, 0x00001e93u, 0x00001e91u, 0x0003003eu, - 0x00001e92u, 0x00001e94u, 0x0004003du, 0x00000008u, 0x00001e98u, 0x00001e92u, 0x00050050u, 0x0000004du, - 0x00001f76u, 0x00001e98u, 0x00001e98u, 0x00050080u, 0x0000004du, 0x00001f77u, 0x00001f76u, 0x00000636u, - 0x000500abu, 0x00000058u, 0x00001f7au, 0x00001dcau, 0x00000187u, 0x000300f7u, 0x00001f94u, 0x00000000u, - 0x000400fau, 0x00001f7au, 0x00001f7bu, 0x00001f94u, 0x000200f8u, 0x00001f7bu, 0x000500c4u, 0x00000008u, - 0x00001f7eu, 0x00000196u, 0x00001dcau, 0x000500c7u, 0x00000008u, 0x00001f81u, 0x00001ddeu, 0x00000199u, - 0x000500abu, 0x00000058u, 0x00001f82u, 0x00001f81u, 0x00000187u, 0x000300f7u, 0x00001f8eu, 0x00000000u, - 0x000400fau, 0x00001f82u, 0x00001f83u, 0x00001f8eu, 0x000200f8u, 0x00001f83u, 0x00050050u, 0x0000004du, - 0x00001f86u, 0x00001f7eu, 0x00001f7eu, 0x000500c7u, 0x0000004du, 0x00001f87u, 0x00001f77u, 0x00001f86u, - 0x00050082u, 0x0000004du, 0x00001f89u, 0x00001f87u, 0x000079a4u, 0x0007000cu, 0x0000004du, 0x00001f8bu, - 0x00000001u, 0x0000002au, 0x00001f89u, 0x0000048au, 0x000500c6u, 0x0000004du, 0x00001f8du, 0x00001f77u, - 0x00001f8bu, 0x000200f9u, 0x00001f8eu, 0x000200f8u, 0x00001f8eu, 0x000700f5u, 0x0000004du, 0x00007449u, - 0x00001f77u, 0x00001f7bu, 0x00001f8du, 0x00001f83u, 0x00050082u, 0x00000008u, 0x00001f90u, 0x00001f7eu, - 0x00000196u, 0x00050050u, 0x0000004du, 0x00001f92u, 0x00001f90u, 0x00001f90u, 0x000500c7u, 0x0000004du, - 0x00001f93u, 0x00007449u, 0x00001f92u, 0x000200f9u, 0x00001f94u, 0x000200f8u, 0x00001f94u, 0x000700f5u, - 0x0000004du, 0x0000744au, 0x00001f77u, 0x00001e8fu, 0x00001f93u, 0x00001f8eu, 0x00050041u, 0x00000038u, - 0x00001e9bu, 0x00001de9u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00001e9cu, 0x00001e9bu, 0x000500abu, - 0x00000058u, 0x00001f9bu, 0x00001dd4u, 0x00000187u, 0x000300f7u, 0x00001fb1u, 0x00000000u, 0x000400fau, - 0x00001f9bu, 0x00001f9cu, 0x00001fb1u, 0x000200f8u, 0x00001f9cu, 0x000500c4u, 0x00000008u, 0x00001f9fu, - 0x00000196u, 0x00001dd4u, 0x000500c7u, 0x00000008u, 0x00001fa2u, 0x00001ddeu, 0x000001e2u, 0x000500abu, - 0x00000058u, 0x00001fa3u, 0x00001fa2u, 0x00000187u, 0x000300f7u, 0x00001facu, 0x00000000u, 0x000400fau, - 0x00001fa3u, 0x00001fa4u, 0x00001facu, 0x000200f8u, 0x00001fa4u, 0x000500c7u, 0x00000008u, 0x00001fa7u, - 0x00001e9cu, 0x00001f9fu, 0x00050082u, 0x00000008u, 0x00001fa8u, 0x00001fa7u, 0x00000196u, 0x0007000cu, - 0x00000008u, 0x00001fa9u, 0x00000001u, 0x0000002au, 0x00001fa8u, 0x00000187u, 0x000500c6u, 0x00000008u, - 0x00001fabu, 0x00001e9cu, 0x00001fa9u, 0x000200f9u, 0x00001facu, 0x000200f8u, 0x00001facu, 0x000700f5u, - 0x00000008u, 0x0000744bu, 0x00001e9cu, 0x00001f9cu, 0x00001fabu, 0x00001fa4u, 0x00050082u, 0x00000008u, - 0x00001faeu, 0x00001f9fu, 0x00000196u, 0x000500c7u, 0x00000008u, 0x00001fb0u, 0x0000744bu, 0x00001faeu, - 0x000200f9u, 0x00001fb1u, 0x000200f8u, 0x00001fb1u, 0x000700f5u, 0x00000008u, 0x0000744cu, 0x00001e9cu, - 0x00001f94u, 0x00001fb0u, 0x00001facu, 0x0004007cu, 0x00000006u, 0x00001ea3u, 0x0000744cu, 0x00050084u, - 0x00000006u, 0x00001ea4u, 0x00001db6u, 0x00001ea3u, 0x00050080u, 0x00000006u, 0x00001ea5u, 0x00001db3u, - 0x00001ea4u, 0x00050084u, 0x00000006u, 0x00001ea7u, 0x00001ea5u, 0x00000330u, 0x00050050u, 0x0000004du, - 0x00001eaau, 0x00001e86u, 0x00001e86u, 0x000500c4u, 0x0000004du, 0x00001eabu, 0x0000744au, 0x00001eaau, - 0x0004007cu, 0x000000a0u, 0x00001eacu, 0x00001eabu, 0x00050050u, 0x000000a0u, 0x00001eadu, 0x00001ea7u, - 0x00001ea7u, 0x00050080u, 0x000000a0u, 0x00001eaeu, 0x00001eadu, 0x00001eacu, 0x000500c7u, 0x000000a0u, - 0x00001eb0u, 0x00001eaeu, 0x000079a8u, 0x000500c7u, 0x00000006u, 0x00001eb3u, 0x00001ea3u, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x00001eb4u, 0x00001eb3u, 0x000002c0u, 0x00050050u, 0x000000a0u, 0x00001eb6u, - 0x00001eb4u, 0x00001eb4u, 0x000500c6u, 0x000000a0u, 0x00001eb7u, 0x00001eb0u, 0x00001eb6u, 0x0003003eu, - 0x00001e68u, 0x00001eb7u, 0x000500c2u, 0x000000a0u, 0x00001ebau, 0x00001eb7u, 0x000079a9u, 0x0004007cu, - 0x00000006u, 0x00001ebcu, 0x00001e8du, 0x00050050u, 0x000000a0u, 0x00001ebeu, 0x00001ebcu, 0x00001ebcu, - 0x000500c7u, 0x000000a0u, 0x00001ebfu, 0x00001ebau, 0x00001ebeu, 0x0003003eu, 0x00001e69u, 0x00001ebfu, - 0x00050041u, 0x00000007u, 0x00001ec1u, 0x00001e69u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00001ec2u, - 0x00001ec1u, 0x000500c6u, 0x00000006u, 0x00001ec3u, 0x00001ec2u, 0x0000032cu, 0x00080041u, 0x000001f4u, - 0x00001ec4u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00001ec3u, 0x0004003du, 0x000001afu, - 0x00001ec5u, 0x00001ec4u, 0x00040071u, 0x00000006u, 0x00001ec6u, 0x00001ec5u, 0x0004007cu, 0x00000008u, - 0x00001ec7u, 0x00001ec6u, 0x00050041u, 0x00000007u, 0x00001ec9u, 0x00001e69u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00001ecau, 0x00001ec9u, 0x000500c6u, 0x00000006u, 0x00001ecbu, 0x00001ecau, 0x0000032cu, - 0x00080041u, 0x000001f4u, 0x00001eccu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00001ecbu, - 0x0004003du, 0x000001afu, 0x00001ecdu, 0x00001eccu, 0x00040071u, 0x00000006u, 0x00001eceu, 0x00001ecdu, - 0x0004007cu, 0x00000008u, 0x00001ecfu, 0x00001eceu, 0x000500aau, 0x00000058u, 0x00001ed2u, 0x000079b8u, - 0x00000196u, 0x000300f7u, 0x00001f09u, 0x00000000u, 0x000400fau, 0x00001ed2u, 0x00001ed3u, 0x00001ee8u, - 0x000200f8u, 0x00001ee8u, 0x000500aau, 0x00000058u, 0x00001eebu, 0x000079b8u, 0x00000187u, 0x000300f7u, - 0x00001f08u, 0x00000000u, 0x000400fau, 0x00001eebu, 0x00001eecu, 0x00001f03u, 0x000200f8u, 0x00001f03u, - 0x000500c3u, 0x00000008u, 0x00001f05u, 0x00001ec7u, 0x000001e2u, 0x000500c3u, 0x00000008u, 0x00001f07u, - 0x00001ecfu, 0x000001e2u, 0x000200f9u, 0x00001f08u, 0x000200f8u, 0x00001eecu, 0x00050041u, 0x00000007u, - 0x00001eedu, 0x00001e68u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00001eeeu, 0x00001eedu, 0x000500c7u, - 0x00000006u, 0x00001eefu, 0x00001eeeu, 0x00000333u, 0x0004007cu, 0x00000008u, 0x00001ef0u, 0x00001eefu, - 0x00050084u, 0x00000008u, 0x00001ef1u, 0x0000019fu, 0x00001ef0u, 0x00050082u, 0x00000008u, 0x00001ef2u, - 0x000001fau, 0x00001ef1u, 0x000500c3u, 0x00000008u, 0x00001ef4u, 0x00001ec7u, 0x00001ef2u, 0x00050041u, - 0x00000007u, 0x00001ef5u, 0x00001e68u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00001ef6u, 0x00001ef5u, - 0x000500c7u, 0x00000006u, 0x00001ef7u, 0x00001ef6u, 0x00000333u, 0x0004007cu, 0x00000008u, 0x00001ef8u, - 0x00001ef7u, 0x00050084u, 0x00000008u, 0x00001ef9u, 0x0000019fu, 0x00001ef8u, 0x00050082u, 0x00000008u, - 0x00001efau, 0x000001fau, 0x00001ef9u, 0x000500c3u, 0x00000008u, 0x00001efcu, 0x00001ecfu, 0x00001efau, - 0x000500c7u, 0x00000008u, 0x00001efeu, 0x00001ef4u, 0x00000a61u, 0x00050084u, 0x00000008u, 0x00001effu, - 0x00001efeu, 0x00000a63u, 0x000500c7u, 0x00000008u, 0x00001f01u, 0x00001efcu, 0x00000a61u, 0x00050084u, - 0x00000008u, 0x00001f02u, 0x00001f01u, 0x00000a63u, 0x000200f9u, 0x00001f08u, 0x000200f8u, 0x00001f08u, - 0x000700f5u, 0x00000008u, 0x00007450u, 0x00001f02u, 0x00001eecu, 0x00001f07u, 0x00001f03u, 0x000700f5u, - 0x00000008u, 0x0000744eu, 0x00001effu, 0x00001eecu, 0x00001f05u, 0x00001f03u, 0x000200f9u, 0x00001f09u, - 0x000200f8u, 0x00001ed3u, 0x00050041u, 0x00000007u, 0x00001ed4u, 0x00001e68u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00001ed5u, 0x00001ed4u, 0x000500c7u, 0x00000006u, 0x00001ed6u, 0x00001ed5u, 0x00000330u, - 0x0004007cu, 0x00000008u, 0x00001ed7u, 0x00001ed6u, 0x00050084u, 0x00000008u, 0x00001ed8u, 0x0000019fu, - 0x00001ed7u, 0x00050082u, 0x00000008u, 0x00001ed9u, 0x000001e2u, 0x00001ed8u, 0x000500c3u, 0x00000008u, - 0x00001edbu, 0x00001ec7u, 0x00001ed9u, 0x00050041u, 0x00000007u, 0x00001edcu, 0x00001e68u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00001eddu, 0x00001edcu, 0x000500c7u, 0x00000006u, 0x00001edeu, 0x00001eddu, - 0x00000330u, 0x0004007cu, 0x00000008u, 0x00001edfu, 0x00001edeu, 0x00050084u, 0x00000008u, 0x00001ee0u, - 0x0000019fu, 0x00001edfu, 0x00050082u, 0x00000008u, 0x00001ee1u, 0x000001e2u, 0x00001ee0u, 0x000500c3u, - 0x00000008u, 0x00001ee3u, 0x00001ecfu, 0x00001ee1u, 0x000500c7u, 0x00000008u, 0x00001ee5u, 0x00001edbu, - 0x000002f0u, 0x000500c7u, 0x00000008u, 0x00001ee7u, 0x00001ee3u, 0x000002f0u, 0x000200f9u, 0x00001f09u, - 0x000200f8u, 0x00001f09u, 0x000700f5u, 0x00000008u, 0x0000744fu, 0x00001ee7u, 0x00001ed3u, 0x00007450u, - 0x00001f08u, 0x000700f5u, 0x00000008u, 0x0000744du, 0x00001ee5u, 0x00001ed3u, 0x0000744eu, 0x00001f08u, - 0x000500c4u, 0x00000008u, 0x00001f0bu, 0x0000744du, 0x000001e2u, 0x000500c5u, 0x00000008u, 0x00001f0du, - 0x00001f0bu, 0x0000744fu, 0x000200f9u, 0x00001f6fu, 0x000200f8u, 0x00001f6fu, 0x000700f5u, 0x00000008u, - 0x00007451u, 0x00001f0du, 0x00001f09u, 0x00007452u, 0x00001f6eu, 0x000500c7u, 0x00000008u, 0x00001e1cu, - 0x00001cf6u, 0x00000196u, 0x00050084u, 0x00000008u, 0x00001e1du, 0x000001e2u, 0x00001e1cu, 0x00050082u, - 0x00000008u, 0x00001e1eu, 0x000001e2u, 0x00001e1du, 0x000500c3u, 0x00000008u, 0x00001e20u, 0x00007451u, - 0x00001e1eu, 0x000500c7u, 0x00000008u, 0x00001e22u, 0x00001e20u, 0x000002f0u, 0x000200f9u, 0x00001e2bu, - 0x000200f8u, 0x00001e2bu, 0x000700f5u, 0x00000008u, 0x00007454u, 0x00001e22u, 0x00001f6fu, 0x00007442u, - 0x00002100u, 0x000200f9u, 0x00001e2cu, 0x000200f8u, 0x00001e0du, 0x000200f9u, 0x00001e2cu, 0x000200f8u, - 0x00001e2cu, 0x000700f5u, 0x00000008u, 0x00007453u, 0x00000187u, 0x00001e0du, 0x00007454u, 0x00001e2bu, - 0x000300f7u, 0x00001abau, 0x00000000u, 0x000400fau, 0x00001a57u, 0x00001ab6u, 0x00001abau, 0x000200f8u, - 0x00001ab6u, 0x000500aau, 0x00000058u, 0x00001ab9u, 0x00001e0bu, 0x00000199u, 0x000200f9u, 0x00001abau, - 0x000200f8u, 0x00001abau, 0x000700f5u, 0x00000058u, 0x00001abbu, 0x00001a57u, 0x00001e2cu, 0x00001ab9u, - 0x00001ab6u, 0x000300f7u, 0x00001ac0u, 0x00000000u, 0x000400fau, 0x00001abbu, 0x00001abcu, 0x00001ac0u, - 0x000200f8u, 0x00001abcu, 0x000500c7u, 0x00000008u, 0x00001abeu, 0x00007453u, 0x00000196u, 0x000500aau, - 0x00000058u, 0x00001abfu, 0x00001abeu, 0x00000187u, 0x000200f9u, 0x00001ac0u, 0x000200f8u, 0x00001ac0u, - 0x000700f5u, 0x00000058u, 0x00001ac1u, 0x00001abbu, 0x00001abau, 0x00001abfu, 0x00001abcu, 0x000300f7u, - 0x00001ac3u, 0x00000000u, 0x000400fau, 0x00001ac1u, 0x00001ac2u, 0x00001ac3u, 0x000200f8u, 0x00001ac2u, - 0x000200f9u, 0x00001c4bu, 0x000200f8u, 0x00001ac3u, 0x000200f9u, 0x00001c4bu, 0x000200f8u, 0x00001ad4u, - 0x000500c4u, 0x00000008u, 0x0000218au, 0x00006222u, 0x0000019cu, 0x00070050u, 0x00000009u, 0x0000218bu, - 0x0000218au, 0x0000218au, 0x0000218au, 0x0000218au, 0x00050080u, 0x00000009u, 0x0000218cu, 0x000002f5u, - 0x0000218bu, 0x0009004fu, 0x00000009u, 0x0000218fu, 0x00001c68u, 0x00001c68u, 0x00000000u, 0x00000000u, - 0x00000001u, 0x00000001u, 0x000500b1u, 0x000002fau, 0x00002190u, 0x0000218cu, 0x0000218fu, 0x0009004fu, - 0x00000009u, 0x00002193u, 0x00001c68u, 0x00001c68u, 0x00000002u, 0x00000002u, 0x00000003u, 0x00000003u, - 0x000500b1u, 0x000002fau, 0x00002194u, 0x0000218cu, 0x00002193u, 0x0009004fu, 0x00000009u, 0x00002197u, - 0x00001c6du, 0x00001c6du, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000001u, 0x000500afu, 0x000002fau, - 0x00002198u, 0x0000218cu, 0x00002197u, 0x0009004fu, 0x00000009u, 0x0000219bu, 0x00001c6du, 0x00001c6du, - 0x00000002u, 0x00000002u, 0x00000003u, 0x00000003u, 0x000500afu, 0x000002fau, 0x0000219cu, 0x0000218cu, - 0x0000219bu, 0x000600a9u, 0x00000009u, 0x0000219eu, 0x00002190u, 0x00000313u, 0x00000312u, 0x000600a9u, - 0x00000009u, 0x000021a0u, 0x00002198u, 0x00000313u, 0x00000312u, 0x000500c5u, 0x00000009u, 0x000021a1u, - 0x0000219eu, 0x000021a0u, 0x000600a9u, 0x00000009u, 0x000021a3u, 0x00002194u, 0x00000313u, 0x00000312u, - 0x000600a9u, 0x00000009u, 0x000021a5u, 0x0000219cu, 0x00000313u, 0x00000312u, 0x000500c5u, 0x00000009u, - 0x000021a6u, 0x000021a3u, 0x000021a5u, 0x00050084u, 0x00000009u, 0x000021a8u, 0x000021a1u, 0x00000320u, - 0x00050084u, 0x00000009u, 0x000021aau, 0x000021a6u, 0x00000326u, 0x00050080u, 0x00000009u, 0x000021abu, - 0x000021a8u, 0x000021aau, 0x0003003eu, 0x00002185u, 0x000021abu, 0x00050041u, 0x00000038u, 0x000021acu, - 0x00002185u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000021adu, 0x000021acu, 0x00050041u, 0x00000038u, - 0x000021aeu, 0x00002185u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000021afu, 0x000021aeu, 0x000500c5u, - 0x00000008u, 0x000021b0u, 0x000021adu, 0x000021afu, 0x00050041u, 0x00000038u, 0x000021b1u, 0x00002185u, - 0x00000330u, 0x0004003du, 0x00000008u, 0x000021b2u, 0x000021b1u, 0x00050041u, 0x00000038u, 0x000021b3u, - 0x00002185u, 0x00000333u, 0x0004003du, 0x00000008u, 0x000021b4u, 0x000021b3u, 0x000500c5u, 0x00000008u, - 0x000021b5u, 0x000021b2u, 0x000021b4u, 0x000500c5u, 0x00000008u, 0x000021b6u, 0x000021b0u, 0x000021b5u, - 0x000400c8u, 0x00000008u, 0x000021b8u, 0x000021b6u, 0x000500c7u, 0x00000008u, 0x000021b9u, 0x000021b8u, - 0x000002f0u, 0x000500aau, 0x00000058u, 0x00001adcu, 0x000021b9u, 0x00000187u, 0x000300f7u, 0x00001adeu, - 0x00000000u, 0x000400fau, 0x00001adcu, 0x00001addu, 0x00001adeu, 0x000200f8u, 0x00001addu, 0x000200f9u, - 0x00001c4bu, 0x000200f8u, 0x00001adeu, 0x000400cdu, 0x00000008u, 0x00001ae0u, 0x000021b9u, 0x000400a8u, - 0x00000058u, 0x00001ae2u, 0x00001a48u, 0x000300f7u, 0x00001ae7u, 0x00000000u, 0x000400fau, 0x00001ae2u, - 0x00001ae3u, 0x00001ae7u, 0x000200f8u, 0x00001ae3u, 0x000500c7u, 0x00000008u, 0x00001ae5u, 0x000021b9u, - 0x00000196u, 0x000500aau, 0x00000058u, 0x00001ae6u, 0x00001ae5u, 0x00000187u, 0x000200f9u, 0x00001ae7u, - 0x000200f8u, 0x00001ae7u, 0x000700f5u, 0x00000058u, 0x00001ae8u, 0x00001ae2u, 0x00001adeu, 0x00001ae6u, - 0x00001ae3u, 0x000300f7u, 0x00001aeau, 0x00000000u, 0x000400fau, 0x00001ae8u, 0x00001ae9u, 0x00001aeau, - 0x000200f8u, 0x00001ae9u, 0x000200f9u, 0x00001c4bu, 0x000200f8u, 0x00001aeau, 0x00070041u, 0x000001b8u, - 0x000021bdu, 0x000001b6u, 0x00000187u, 0x00001898u, 0x00000187u, 0x0004003du, 0x000001aeu, 0x000021beu, - 0x000021bdu, 0x00040071u, 0x000001bbu, 0x000021bfu, 0x000021beu, 0x0004007cu, 0x00000009u, 0x000021c0u, - 0x000021bfu, 0x00070041u, 0x000001b8u, 0x000021c2u, 0x000001b6u, 0x00000187u, 0x00001898u, 0x00000196u, - 0x0004003du, 0x000001aeu, 0x000021c3u, 0x000021c2u, 0x00040071u, 0x000001bbu, 0x000021c4u, 0x000021c3u, - 0x0004007cu, 0x00000009u, 0x000021c5u, 0x000021c4u, 0x00070041u, 0x000001b8u, 0x000021c7u, 0x000001b6u, - 0x00000187u, 0x00001898u, 0x00000199u, 0x0004003du, 0x000001aeu, 0x000021c8u, 0x000021c7u, 0x00040071u, - 0x000001bbu, 0x000021c9u, 0x000021c8u, 0x0004007cu, 0x00000009u, 0x000021cau, 0x000021c9u, 0x00070041u, - 0x000001b8u, 0x000021ccu, 0x000001b6u, 0x00000187u, 0x00001898u, 0x0000019cu, 0x0004003du, 0x000001aeu, - 0x000021cdu, 0x000021ccu, 0x00040071u, 0x000001bbu, 0x000021ceu, 0x000021cdu, 0x0004007cu, 0x00000009u, - 0x000021cfu, 0x000021ceu, 0x00070041u, 0x000001b8u, 0x000021d1u, 0x000001b6u, 0x00000187u, 0x00001898u, - 0x0000019fu, 0x0004003du, 0x000001aeu, 0x000021d2u, 0x000021d1u, 0x00040071u, 0x000001bbu, 0x000021d3u, - 0x000021d2u, 0x0004007cu, 0x00000009u, 0x000021d4u, 0x000021d3u, 0x00070041u, 0x000001b8u, 0x000021d6u, - 0x000001b6u, 0x00000187u, 0x00001898u, 0x000001a2u, 0x0004003du, 0x000001aeu, 0x000021d7u, 0x000021d6u, - 0x00040071u, 0x000001bbu, 0x000021d8u, 0x000021d7u, 0x0004007cu, 0x00000009u, 0x000021d9u, 0x000021d8u, - 0x00070041u, 0x000001b8u, 0x000021dbu, 0x000001b6u, 0x00000187u, 0x00001898u, 0x000001a5u, 0x0004003du, - 0x000001aeu, 0x000021dcu, 0x000021dbu, 0x00040071u, 0x000001bbu, 0x000021ddu, 0x000021dcu, 0x0004007cu, - 0x00000009u, 0x000021deu, 0x000021ddu, 0x00070041u, 0x000001b8u, 0x000021e0u, 0x000001b6u, 0x00000187u, - 0x00001898u, 0x000001a8u, 0x0004003du, 0x000001aeu, 0x000021e1u, 0x000021e0u, 0x00040071u, 0x000001bbu, - 0x000021e2u, 0x000021e1u, 0x0004007cu, 0x00000009u, 0x000021e3u, 0x000021e2u, 0x00070041u, 0x000001b8u, - 0x000021eau, 0x000001b6u, 0x00000187u, 0x00001898u, 0x000001e8u, 0x0004003du, 0x000001aeu, 0x000021ebu, - 0x000021eau, 0x00040071u, 0x000001bbu, 0x000021ecu, 0x000021ebu, 0x0004007cu, 0x00000009u, 0x000021edu, - 0x000021ecu, 0x00070041u, 0x000001fbu, 0x000021fcu, 0x000001b6u, 0x00000187u, 0x00001898u, 0x00000201u, - 0x0004003du, 0x000001adu, 0x000021fdu, 0x000021fcu, 0x00040071u, 0x00000006u, 0x000021feu, 0x000021fdu, - 0x0004007cu, 0x00000008u, 0x000021ffu, 0x000021feu, 0x00070041u, 0x00000208u, 0x00002201u, 0x000001b6u, - 0x00000187u, 0x00001898u, 0x00000207u, 0x0004003du, 0x000001b1u, 0x00002202u, 0x00002201u, 0x00040072u, - 0x00000009u, 0x00002203u, 0x00002202u, 0x0003003eu, 0x0000615fu, 0x000021edu, 0x00050082u, 0x00000008u, - 0x00001af0u, 0x00006222u, 0x00001c70u, 0x000600a9u, 0x00000008u, 0x00001af2u, 0x00001a83u, 0x00000196u, - 0x00000537u, 0x000500c7u, 0x00000009u, 0x0000220eu, 0x00001c89u, 0x000079a1u, 0x00070050u, 0x00000009u, - 0x0000220fu, 0x000004cfu, 0x000004cfu, 0x000004cfu, 0x000004cfu, 0x000500c3u, 0x00000009u, 0x00002210u, - 0x0000220eu, 0x0000220fu, 0x00070050u, 0x00000009u, 0x00002212u, 0x00001af0u, 0x00001af0u, 0x00001af0u, - 0x00001af0u, 0x00050084u, 0x00000009u, 0x00002213u, 0x00002210u, 0x00002212u, 0x00050080u, 0x00000009u, - 0x00002215u, 0x00001c60u, 0x00002213u, 0x000500c3u, 0x00000009u, 0x00002218u, 0x00002215u, 0x000079a2u, - 0x0006000cu, 0x00000008u, 0x0000221fu, 0x00000001u, 0x00000049u, 0x000021b9u, 0x000500c3u, 0x00000008u, - 0x00002221u, 0x0000221fu, 0x00000196u, 0x000500c7u, 0x00000008u, 0x00002223u, 0x0000221fu, 0x00000196u, - 0x000500c4u, 0x00000008u, 0x00002224u, 0x00002223u, 0x00000196u, 0x000500c7u, 0x00000008u, 0x00002226u, - 0x00002221u, 0x00000196u, 0x00050080u, 0x00000008u, 0x00002227u, 0x00002224u, 0x00002226u, 0x00070050u, - 0x00000009u, 0x00002229u, 0x000004edu, 0x000004edu, 0x000004edu, 0x000004edu, 0x000500c4u, 0x00000009u, - 0x0000222au, 0x00002218u, 0x00002229u, 0x000500c3u, 0x00000009u, 0x0000222eu, 0x00001c89u, 0x000079a2u, - 0x00070050u, 0x00000009u, 0x00002234u, 0x00002227u, 0x00002227u, 0x00002227u, 0x00002227u, 0x00050084u, - 0x00000009u, 0x00002235u, 0x00002234u, 0x0000222eu, 0x000500c3u, 0x00000009u, 0x00002239u, 0x00001c8du, - 0x000079a2u, 0x00070050u, 0x00000009u, 0x0000223fu, 0x00002221u, 0x00002221u, 0x00002221u, 0x00002221u, - 0x00050084u, 0x00000009u, 0x00002240u, 0x0000223fu, 0x00002239u, 0x00050080u, 0x00000009u, 0x00002241u, - 0x00002235u, 0x00002240u, 0x00050080u, 0x00000009u, 0x00002243u, 0x0000222au, 0x00002241u, 0x00070050u, - 0x00000009u, 0x00002245u, 0x0000050au, 0x0000050au, 0x0000050au, 0x0000050au, 0x000500c3u, 0x00000009u, - 0x00002246u, 0x00002243u, 0x00002245u, 0x00050082u, 0x00000009u, 0x00002257u, 0x00002246u, 0x000079a3u, - 0x000600cau, 0x00000009u, 0x00002259u, 0x00002257u, 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, - 0x0000225cu, 0x00002259u, 0x000079a3u, 0x0008000cu, 0x00000009u, 0x0000225eu, 0x00000001u, 0x0000002du, - 0x0000225cu, 0x00000312u, 0x00000346u, 0x0003003eu, 0x0000194cu, 0x0000225eu, 0x000500a7u, 0x00000058u, - 0x00001afeu, 0x000016a5u, 0x00001a69u, 0x000300f7u, 0x00001b07u, 0x00000000u, 0x000400fau, 0x00001afeu, - 0x00001affu, 0x00001b07u, 0x000200f8u, 0x00001affu, 0x000500c7u, 0x00000006u, 0x00001b01u, 0x000019e1u, - 0x0000037du, 0x000500abu, 0x00000058u, 0x00001b02u, 0x00001b01u, 0x000002d9u, 0x000300f7u, 0x00001b06u, - 0x00000000u, 0x000400fau, 0x00001b02u, 0x00001b03u, 0x00001b06u, 0x000200f8u, 0x00001b03u, 0x00050084u, - 0x00000008u, 0x00001b05u, 0x00001af2u, 0x00000596u, 0x000200f9u, 0x00001b06u, 0x000200f8u, 0x00001b06u, - 0x000700f5u, 0x00000008u, 0x00006228u, 0x00001af2u, 0x00001affu, 0x00001b05u, 0x00001b03u, 0x000200f9u, - 0x00001b07u, 0x000200f8u, 0x00001b07u, 0x000700f5u, 0x00000008u, 0x00006227u, 0x00001af2u, 0x00001aeau, - 0x00006228u, 0x00001b06u, 0x0003003eu, 0x00001958u, 0x00001c63u, 0x0003003eu, 0x00001959u, 0x00001c91u, - 0x0003003eu, 0x0000195au, 0x00001c95u, 0x0008004fu, 0x00000052u, 0x00002277u, 0x00001c63u, 0x00001c63u, - 0x00000000u, 0x00000001u, 0x00000003u, 0x0008004fu, 0x00000052u, 0x00002279u, 0x00001c91u, 0x00001c91u, - 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000052u, 0x0000227bu, 0x00002279u, 0x0000799fu, - 0x00060050u, 0x00000052u, 0x0000227cu, 0x000004cfu, 0x000004cfu, 0x000004cfu, 0x000500c3u, 0x00000052u, - 0x0000227du, 0x0000227bu, 0x0000227cu, 0x00060050u, 0x00000052u, 0x0000227fu, 0x00001af0u, 0x00001af0u, - 0x00001af0u, 0x00050084u, 0x00000052u, 0x00002280u, 0x0000227du, 0x0000227fu, 0x00050080u, 0x00000052u, - 0x00002281u, 0x00002277u, 0x00002280u, 0x000300f7u, 0x000022a6u, 0x00000000u, 0x000400fau, 0x00001a69u, - 0x00002283u, 0x000022a6u, 0x000200f8u, 0x00002283u, 0x00060050u, 0x00000052u, 0x0000228cu, 0x00006227u, - 0x00006227u, 0x00006227u, 0x00050084u, 0x00000052u, 0x0000228du, 0x0000228cu, 0x0000227du, 0x00050080u, - 0x00000052u, 0x0000228eu, 0x00002281u, 0x0000228du, 0x000300f7u, 0x000022a5u, 0x00000000u, 0x000400fau, - 0x00000597u, 0x0000228fu, 0x0000229cu, 0x000200f8u, 0x0000229cu, 0x0008004fu, 0x00000052u, 0x0000229fu, - 0x00001c95u, 0x00001c95u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000052u, 0x000022a1u, - 0x0000229fu, 0x000079a5u, 0x000500c3u, 0x00000052u, 0x000022a3u, 0x000022a1u, 0x0000227cu, 0x00050080u, - 0x00000052u, 0x000022a4u, 0x00002281u, 0x000022a3u, 0x000200f9u, 0x000022a5u, 0x000200f8u, 0x0000228fu, - 0x0006000cu, 0x00000008u, 0x00002292u, 0x00000001u, 0x00000005u, 0x00006227u, 0x0008004fu, 0x00000052u, - 0x00002294u, 0x00001c95u, 0x00001c95u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x00000052u, - 0x00002296u, 0x00002294u, 0x000079a5u, 0x000500c3u, 0x00000052u, 0x00002298u, 0x00002296u, 0x0000227cu, - 0x00060050u, 0x00000052u, 0x00002299u, 0x00002292u, 0x00002292u, 0x00002292u, 0x00050084u, 0x00000052u, - 0x0000229au, 0x00002299u, 0x00002298u, 0x00050080u, 0x00000052u, 0x0000229bu, 0x00002281u, 0x0000229au, - 0x000200f9u, 0x000022a5u, 0x000200f8u, 0x000022a5u, 0x000700f5u, 0x00000052u, 0x0000623fu, 0x0000229bu, - 0x0000228fu, 0x000022a4u, 0x0000229cu, 0x000200f9u, 0x000022a6u, 0x000200f8u, 0x000022a6u, 0x000700f5u, - 0x00000052u, 0x00006236u, 0x00006232u, 0x00001b07u, 0x0000623fu, 0x000022a5u, 0x000700f5u, 0x00000052u, - 0x0000622bu, 0x00006232u, 0x00001b07u, 0x0000228eu, 0x000022a5u, 0x000300f7u, 0x000022ceu, 0x00000000u, - 0x000400fau, 0x00001a3cu, 0x000022a8u, 0x000022beu, 0x000200f8u, 0x000022beu, 0x000500c3u, 0x00000052u, - 0x000022c1u, 0x00002281u, 0x000079a0u, 0x0007004fu, 0x0000004du, 0x00002498u, 0x000022c1u, 0x000022c1u, - 0x00000000u, 0x00000001u, 0x000300f7u, 0x000022cdu, 0x00000000u, 0x000400fau, 0x00001a69u, 0x000022c4u, - 0x000022cdu, 0x000200f8u, 0x000022c4u, 0x000500c3u, 0x00000052u, 0x000022c7u, 0x0000622bu, 0x000079a0u, - 0x0007004fu, 0x0000004du, 0x0000249cu, 0x000022c7u, 0x000022c7u, 0x00000000u, 0x00000001u, 0x000500c3u, - 0x00000052u, 0x000022cbu, 0x00006236u, 0x000079a0u, 0x0007004fu, 0x0000004du, 0x000024a0u, 0x000022cbu, - 0x000022cbu, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000022cdu, 0x000200f8u, 0x000022cdu, 0x000700f5u, - 0x0000004du, 0x000062bcu, 0x00006293u, 0x000022beu, 0x000024a0u, 0x000022c4u, 0x000700f5u, 0x0000004du, - 0x000062a6u, 0x00006293u, 0x000022beu, 0x0000249cu, 0x000022c4u, 0x000200f9u, 0x000022ceu, 0x000200f8u, - 0x000022a8u, 0x000500c3u, 0x00000052u, 0x000022abu, 0x00002281u, 0x000079a0u, 0x0003003eu, 0x00002267u, - 0x000022abu, 0x00050041u, 0x00000038u, 0x00002308u, 0x00002267u, 0x00000330u, 0x0004003du, 0x00000008u, - 0x00002309u, 0x00002308u, 0x000500b3u, 0x00000058u, 0x0000230bu, 0x00002309u, 0x00000187u, 0x000500c7u, - 0x00000008u, 0x0000230du, 0x00002309u, 0x0000045eu, 0x0006000cu, 0x00000008u, 0x0000236au, 0x00000001u, - 0x0000004au, 0x0000230du, 0x00050082u, 0x00000008u, 0x0000236bu, 0x00000207u, 0x0000236au, 0x0007000cu, - 0x00000008u, 0x0000236cu, 0x00000001u, 0x00000027u, 0x0000236bu, 0x00000207u, 0x000500c4u, 0x00000008u, - 0x0000236fu, 0x0000230du, 0x0000236cu, 0x000500c7u, 0x00000008u, 0x00002370u, 0x0000236fu, 0x00000377u, - 0x000500c7u, 0x00000008u, 0x00002372u, 0x00002370u, 0x000002f0u, 0x000500c3u, 0x00000008u, 0x00002374u, - 0x00002370u, 0x000001e2u, 0x0003003eu, 0x00002365u, 0x0000043cu, 0x00050041u, 0x00000068u, 0x00002375u, - 0x00002365u, 0x00002374u, 0x0004003du, 0x0000004du, 0x00002376u, 0x00002375u, 0x0003003eu, 0x00002364u, - 0x00002376u, 0x00050041u, 0x00000038u, 0x0000237au, 0x00002364u, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x0000237bu, 0x0000237au, 0x00050084u, 0x00000008u, 0x0000237du, 0x0000237bu, 0x00002372u, 0x000500c3u, - 0x00000008u, 0x0000237eu, 0x0000237du, 0x000001eeu, 0x00050041u, 0x00000038u, 0x0000237fu, 0x00002364u, - 0x000002d9u, 0x0004003du, 0x00000008u, 0x00002380u, 0x0000237fu, 0x00050080u, 0x00000008u, 0x00002381u, - 0x0000237eu, 0x00002380u, 0x00050050u, 0x0000004du, 0x00002384u, 0x00002381u, 0x0000236cu, 0x0003003eu, - 0x000022ffu, 0x00002384u, 0x00050041u, 0x00000038u, 0x00002310u, 0x000022ffu, 0x0000032cu, 0x0004003du, - 0x00000008u, 0x00002311u, 0x00002310u, 0x0007004fu, 0x0000004du, 0x00002313u, 0x000022abu, 0x000022abu, - 0x00000000u, 0x00000001u, 0x00050041u, 0x00000038u, 0x00002314u, 0x000022ffu, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x00002315u, 0x00002314u, 0x00050050u, 0x0000004du, 0x00002316u, 0x00002315u, 0x00002315u, - 0x00050084u, 0x0000004du, 0x00002317u, 0x00002313u, 0x00002316u, 0x0003003eu, 0x00002302u, 0x00002317u, - 0x000500c3u, 0x00000008u, 0x00002319u, 0x00000471u, 0x00002311u, 0x0004007eu, 0x00000008u, 0x0000231au, - 0x00002319u, 0x000500c7u, 0x00000008u, 0x0000231bu, 0x00000470u, 0x0000231au, 0x00050050u, 0x0000004du, - 0x0000231eu, 0x0000231bu, 0x0000231bu, 0x000500c7u, 0x0000004du, 0x0000231fu, 0x00002317u, 0x0000231eu, - 0x0003003eu, 0x00002304u, 0x0000231fu, 0x000500abu, 0x00000058u, 0x00002321u, 0x00002311u, 0x00000207u, - 0x000300f7u, 0x0000232cu, 0x00000000u, 0x000400fau, 0x00002321u, 0x00002322u, 0x00002328u, 0x000200f8u, - 0x00002328u, 0x0004003du, 0x0000004du, 0x00002329u, 0x00002302u, 0x000500c4u, 0x0000004du, 0x0000232bu, - 0x00002329u, 0x000079a4u, 0x0003003eu, 0x00002305u, 0x0000232bu, 0x000200f9u, 0x0000232cu, 0x000200f8u, - 0x00002322u, 0x0004003du, 0x0000004du, 0x00002323u, 0x00002302u, 0x00050082u, 0x00000008u, 0x00002325u, - 0x00000201u, 0x00002311u, 0x00050050u, 0x0000004du, 0x00002326u, 0x00002325u, 0x00002325u, 0x000500c3u, - 0x0000004du, 0x00002327u, 0x00002323u, 0x00002326u, 0x0003003eu, 0x00002302u, 0x00002327u, 0x0003003eu, - 0x00002305u, 0x00002327u, 0x000200f9u, 0x0000232cu, 0x000200f8u, 0x0000232cu, 0x000500abu, 0x0000048bu, - 0x0000232eu, 0x0000231fu, 0x0000048au, 0x0004009au, 0x00000058u, 0x0000232fu, 0x0000232eu, 0x000300f7u, - 0x0000235bu, 0x00000000u, 0x000400fau, 0x0000232fu, 0x00002330u, 0x0000235bu, 0x000200f8u, 0x00002330u, - 0x00050041u, 0x00000038u, 0x00002331u, 0x00002304u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00002332u, - 0x00002331u, 0x000500abu, 0x00000058u, 0x00002334u, 0x00002332u, 0x0000231bu, 0x000300f7u, 0x00002339u, - 0x00000000u, 0x000400fau, 0x00002334u, 0x00002335u, 0x00002339u, 0x000200f8u, 0x00002335u, 0x0004003du, - 0x00000008u, 0x00002337u, 0x00002331u, 0x000500abu, 0x00000058u, 0x00002338u, 0x00002337u, 0x00000187u, - 0x000200f9u, 0x00002339u, 0x000200f8u, 0x00002339u, 0x000700f5u, 0x00000058u, 0x0000233au, 0x00002334u, - 0x00002330u, 0x00002338u, 0x00002335u, 0x000300f7u, 0x00002345u, 0x00000000u, 0x000400fau, 0x0000233au, - 0x0000233bu, 0x00002345u, 0x000200f8u, 0x0000233bu, 0x00050041u, 0x00000038u, 0x0000233cu, 0x00002302u, - 0x000002d9u, 0x0004003du, 0x00000008u, 0x0000233du, 0x0000233cu, 0x000500c7u, 0x00000008u, 0x0000233eu, - 0x0000233du, 0x00000471u, 0x000500aau, 0x00000058u, 0x0000233fu, 0x0000233eu, 0x00000187u, 0x000300f7u, - 0x00002344u, 0x00000000u, 0x000400fau, 0x0000233fu, 0x00002340u, 0x00002342u, 0x000200f8u, 0x00002342u, - 0x00050041u, 0x00000038u, 0x00002343u, 0x00002305u, 0x000002d9u, 0x0003003eu, 0x00002343u, 0x000004a4u, - 0x000200f9u, 0x00002344u, 0x000200f8u, 0x00002340u, 0x00050041u, 0x00000038u, 0x00002341u, 0x00002305u, - 0x000002d9u, 0x0003003eu, 0x00002341u, 0x0000045eu, 0x000200f9u, 0x00002344u, 0x000200f8u, 0x00002344u, - 0x000200f9u, 0x00002345u, 0x000200f8u, 0x00002345u, 0x000600a9u, 0x00000058u, 0x000079b9u, 0x0000233au, - 0x000004a6u, 0x000011dcu, 0x00050041u, 0x00000038u, 0x00002346u, 0x00002304u, 0x0000032cu, 0x0004003du, - 0x00000008u, 0x00002347u, 0x00002346u, 0x000500abu, 0x00000058u, 0x00002349u, 0x00002347u, 0x0000231bu, - 0x000300f7u, 0x0000234eu, 0x00000000u, 0x000400fau, 0x00002349u, 0x0000234au, 0x0000234eu, 0x000200f8u, - 0x0000234au, 0x0004003du, 0x00000008u, 0x0000234cu, 0x00002346u, 0x000500abu, 0x00000058u, 0x0000234du, - 0x0000234cu, 0x00000187u, 0x000200f9u, 0x0000234eu, 0x000200f8u, 0x0000234eu, 0x000700f5u, 0x00000058u, - 0x0000234fu, 0x00002349u, 0x00002345u, 0x0000234du, 0x0000234au, 0x000300f7u, 0x0000235au, 0x00000000u, - 0x000400fau, 0x0000234fu, 0x00002350u, 0x0000235au, 0x000200f8u, 0x00002350u, 0x00050041u, 0x00000038u, - 0x00002351u, 0x00002302u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00002352u, 0x00002351u, 0x000500c7u, - 0x00000008u, 0x00002353u, 0x00002352u, 0x00000471u, 0x000500aau, 0x00000058u, 0x00002354u, 0x00002353u, - 0x00000187u, 0x000300f7u, 0x00002359u, 0x00000000u, 0x000400fau, 0x00002354u, 0x00002355u, 0x00002357u, - 0x000200f8u, 0x00002357u, 0x00050041u, 0x00000038u, 0x00002358u, 0x00002305u, 0x0000032cu, 0x0003003eu, - 0x00002358u, 0x000004a4u, 0x000200f9u, 0x00002359u, 0x000200f8u, 0x00002355u, 0x00050041u, 0x00000038u, - 0x00002356u, 0x00002305u, 0x0000032cu, 0x0003003eu, 0x00002356u, 0x0000045eu, 0x000200f9u, 0x00002359u, - 0x000200f8u, 0x00002359u, 0x000200f9u, 0x0000235au, 0x000200f8u, 0x0000235au, 0x000600a9u, 0x00000058u, - 0x000079bau, 0x0000234fu, 0x000004a6u, 0x000079b9u, 0x000200f9u, 0x0000235bu, 0x000200f8u, 0x0000235bu, - 0x000700f5u, 0x00000058u, 0x00006243u, 0x000011dcu, 0x0000232cu, 0x000079bau, 0x0000235au, 0x000300f7u, - 0x0000235eu, 0x00000000u, 0x000400fau, 0x0000230bu, 0x0000235du, 0x0000235eu, 0x000200f8u, 0x0000235du, - 0x0003003eu, 0x00002305u, 0x000004bfu, 0x000200f9u, 0x0000235eu, 0x000200f8u, 0x0000235eu, 0x000600a9u, - 0x00000058u, 0x000079bbu, 0x0000230bu, 0x000004a6u, 0x00006243u, 0x0004003du, 0x0000004du, 0x0000235fu, - 0x00002305u, 0x0008000cu, 0x0000004du, 0x00002360u, 0x00000001u, 0x0000002du, 0x0000235fu, 0x000004c2u, - 0x000004c4u, 0x000300f7u, 0x000022bdu, 0x00000000u, 0x000400fau, 0x00001a69u, 0x000022b0u, 0x000022bdu, - 0x000200f8u, 0x000022b0u, 0x000500c3u, 0x00000052u, 0x000022b3u, 0x0000622bu, 0x000079a0u, 0x0003003eu, - 0x00002269u, 0x000022b3u, 0x00050041u, 0x00000038u, 0x00002390u, 0x00002269u, 0x00000330u, 0x0004003du, - 0x00000008u, 0x00002391u, 0x00002390u, 0x000500b3u, 0x00000058u, 0x00002393u, 0x00002391u, 0x00000187u, - 0x000500c7u, 0x00000008u, 0x00002395u, 0x00002391u, 0x0000045eu, 0x0006000cu, 0x00000008u, 0x000023f2u, - 0x00000001u, 0x0000004au, 0x00002395u, 0x00050082u, 0x00000008u, 0x000023f3u, 0x00000207u, 0x000023f2u, - 0x0007000cu, 0x00000008u, 0x000023f4u, 0x00000001u, 0x00000027u, 0x000023f3u, 0x00000207u, 0x000500c4u, - 0x00000008u, 0x000023f7u, 0x00002395u, 0x000023f4u, 0x000500c7u, 0x00000008u, 0x000023f8u, 0x000023f7u, - 0x00000377u, 0x000500c7u, 0x00000008u, 0x000023fau, 0x000023f8u, 0x000002f0u, 0x000500c3u, 0x00000008u, - 0x000023fcu, 0x000023f8u, 0x000001e2u, 0x0003003eu, 0x000023edu, 0x0000043cu, 0x00050041u, 0x00000068u, - 0x000023fdu, 0x000023edu, 0x000023fcu, 0x0004003du, 0x0000004du, 0x000023feu, 0x000023fdu, 0x0003003eu, - 0x000023ecu, 0x000023feu, 0x00050041u, 0x00000038u, 0x00002402u, 0x000023ecu, 0x0000032cu, 0x0004003du, - 0x00000008u, 0x00002403u, 0x00002402u, 0x00050084u, 0x00000008u, 0x00002405u, 0x00002403u, 0x000023fau, - 0x000500c3u, 0x00000008u, 0x00002406u, 0x00002405u, 0x000001eeu, 0x00050041u, 0x00000038u, 0x00002407u, - 0x000023ecu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00002408u, 0x00002407u, 0x00050080u, 0x00000008u, - 0x00002409u, 0x00002406u, 0x00002408u, 0x00050050u, 0x0000004du, 0x0000240cu, 0x00002409u, 0x000023f4u, - 0x0003003eu, 0x00002387u, 0x0000240cu, 0x00050041u, 0x00000038u, 0x00002398u, 0x00002387u, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00002399u, 0x00002398u, 0x0007004fu, 0x0000004du, 0x0000239bu, 0x000022b3u, - 0x000022b3u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000038u, 0x0000239cu, 0x00002387u, 0x000002d9u, - 0x0004003du, 0x00000008u, 0x0000239du, 0x0000239cu, 0x00050050u, 0x0000004du, 0x0000239eu, 0x0000239du, - 0x0000239du, 0x00050084u, 0x0000004du, 0x0000239fu, 0x0000239bu, 0x0000239eu, 0x0003003eu, 0x0000238au, - 0x0000239fu, 0x000500c3u, 0x00000008u, 0x000023a1u, 0x00000471u, 0x00002399u, 0x0004007eu, 0x00000008u, - 0x000023a2u, 0x000023a1u, 0x000500c7u, 0x00000008u, 0x000023a3u, 0x00000470u, 0x000023a2u, 0x00050050u, - 0x0000004du, 0x000023a6u, 0x000023a3u, 0x000023a3u, 0x000500c7u, 0x0000004du, 0x000023a7u, 0x0000239fu, - 0x000023a6u, 0x0003003eu, 0x0000238cu, 0x000023a7u, 0x000500abu, 0x00000058u, 0x000023a9u, 0x00002399u, - 0x00000207u, 0x000300f7u, 0x000023b4u, 0x00000000u, 0x000400fau, 0x000023a9u, 0x000023aau, 0x000023b0u, - 0x000200f8u, 0x000023b0u, 0x0004003du, 0x0000004du, 0x000023b1u, 0x0000238au, 0x000500c4u, 0x0000004du, - 0x000023b3u, 0x000023b1u, 0x000079a4u, 0x0003003eu, 0x0000238du, 0x000023b3u, 0x000200f9u, 0x000023b4u, - 0x000200f8u, 0x000023aau, 0x0004003du, 0x0000004du, 0x000023abu, 0x0000238au, 0x00050082u, 0x00000008u, - 0x000023adu, 0x00000201u, 0x00002399u, 0x00050050u, 0x0000004du, 0x000023aeu, 0x000023adu, 0x000023adu, - 0x000500c3u, 0x0000004du, 0x000023afu, 0x000023abu, 0x000023aeu, 0x0003003eu, 0x0000238au, 0x000023afu, - 0x0003003eu, 0x0000238du, 0x000023afu, 0x000200f9u, 0x000023b4u, 0x000200f8u, 0x000023b4u, 0x000500abu, - 0x0000048bu, 0x000023b6u, 0x000023a7u, 0x0000048au, 0x0004009au, 0x00000058u, 0x000023b7u, 0x000023b6u, - 0x000300f7u, 0x000023e3u, 0x00000000u, 0x000400fau, 0x000023b7u, 0x000023b8u, 0x000023e3u, 0x000200f8u, - 0x000023b8u, 0x00050041u, 0x00000038u, 0x000023b9u, 0x0000238cu, 0x000002d9u, 0x0004003du, 0x00000008u, - 0x000023bau, 0x000023b9u, 0x000500abu, 0x00000058u, 0x000023bcu, 0x000023bau, 0x000023a3u, 0x000300f7u, - 0x000023c1u, 0x00000000u, 0x000400fau, 0x000023bcu, 0x000023bdu, 0x000023c1u, 0x000200f8u, 0x000023bdu, - 0x0004003du, 0x00000008u, 0x000023bfu, 0x000023b9u, 0x000500abu, 0x00000058u, 0x000023c0u, 0x000023bfu, - 0x00000187u, 0x000200f9u, 0x000023c1u, 0x000200f8u, 0x000023c1u, 0x000700f5u, 0x00000058u, 0x000023c2u, - 0x000023bcu, 0x000023b8u, 0x000023c0u, 0x000023bdu, 0x000300f7u, 0x000023cdu, 0x00000000u, 0x000400fau, - 0x000023c2u, 0x000023c3u, 0x000023cdu, 0x000200f8u, 0x000023c3u, 0x00050041u, 0x00000038u, 0x000023c4u, - 0x0000238au, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000023c5u, 0x000023c4u, 0x000500c7u, 0x00000008u, - 0x000023c6u, 0x000023c5u, 0x00000471u, 0x000500aau, 0x00000058u, 0x000023c7u, 0x000023c6u, 0x00000187u, - 0x000300f7u, 0x000023ccu, 0x00000000u, 0x000400fau, 0x000023c7u, 0x000023c8u, 0x000023cau, 0x000200f8u, - 0x000023cau, 0x00050041u, 0x00000038u, 0x000023cbu, 0x0000238du, 0x000002d9u, 0x0003003eu, 0x000023cbu, - 0x000004a4u, 0x000200f9u, 0x000023ccu, 0x000200f8u, 0x000023c8u, 0x00050041u, 0x00000038u, 0x000023c9u, - 0x0000238du, 0x000002d9u, 0x0003003eu, 0x000023c9u, 0x0000045eu, 0x000200f9u, 0x000023ccu, 0x000200f8u, - 0x000023ccu, 0x000200f9u, 0x000023cdu, 0x000200f8u, 0x000023cdu, 0x000600a9u, 0x00000058u, 0x000079bcu, - 0x000023c2u, 0x000004a6u, 0x000079bbu, 0x00050041u, 0x00000038u, 0x000023ceu, 0x0000238cu, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x000023cfu, 0x000023ceu, 0x000500abu, 0x00000058u, 0x000023d1u, 0x000023cfu, - 0x000023a3u, 0x000300f7u, 0x000023d6u, 0x00000000u, 0x000400fau, 0x000023d1u, 0x000023d2u, 0x000023d6u, - 0x000200f8u, 0x000023d2u, 0x0004003du, 0x00000008u, 0x000023d4u, 0x000023ceu, 0x000500abu, 0x00000058u, - 0x000023d5u, 0x000023d4u, 0x00000187u, 0x000200f9u, 0x000023d6u, 0x000200f8u, 0x000023d6u, 0x000700f5u, - 0x00000058u, 0x000023d7u, 0x000023d1u, 0x000023cdu, 0x000023d5u, 0x000023d2u, 0x000300f7u, 0x000023e2u, - 0x00000000u, 0x000400fau, 0x000023d7u, 0x000023d8u, 0x000023e2u, 0x000200f8u, 0x000023d8u, 0x00050041u, - 0x00000038u, 0x000023d9u, 0x0000238au, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000023dau, 0x000023d9u, - 0x000500c7u, 0x00000008u, 0x000023dbu, 0x000023dau, 0x00000471u, 0x000500aau, 0x00000058u, 0x000023dcu, - 0x000023dbu, 0x00000187u, 0x000300f7u, 0x000023e1u, 0x00000000u, 0x000400fau, 0x000023dcu, 0x000023ddu, - 0x000023dfu, 0x000200f8u, 0x000023dfu, 0x00050041u, 0x00000038u, 0x000023e0u, 0x0000238du, 0x0000032cu, - 0x0003003eu, 0x000023e0u, 0x000004a4u, 0x000200f9u, 0x000023e1u, 0x000200f8u, 0x000023ddu, 0x00050041u, - 0x00000038u, 0x000023deu, 0x0000238du, 0x0000032cu, 0x0003003eu, 0x000023deu, 0x0000045eu, 0x000200f9u, - 0x000023e1u, 0x000200f8u, 0x000023e1u, 0x000200f9u, 0x000023e2u, 0x000200f8u, 0x000023e2u, 0x000600a9u, - 0x00000058u, 0x000079bdu, 0x000023d7u, 0x000004a6u, 0x000079bcu, 0x000200f9u, 0x000023e3u, 0x000200f8u, - 0x000023e3u, 0x000700f5u, 0x00000058u, 0x00006253u, 0x000079bbu, 0x000023b4u, 0x000079bdu, 0x000023e2u, - 0x000300f7u, 0x000023e6u, 0x00000000u, 0x000400fau, 0x00002393u, 0x000023e5u, 0x000023e6u, 0x000200f8u, - 0x000023e5u, 0x0003003eu, 0x0000238du, 0x000004bfu, 0x000200f9u, 0x000023e6u, 0x000200f8u, 0x000023e6u, - 0x000600a9u, 0x00000058u, 0x000079beu, 0x00002393u, 0x000004a6u, 0x00006253u, 0x0004003du, 0x0000004du, - 0x000023e7u, 0x0000238du, 0x0008000cu, 0x0000004du, 0x000023e8u, 0x00000001u, 0x0000002du, 0x000023e7u, - 0x000004c2u, 0x000004c4u, 0x000500c3u, 0x00000052u, 0x000022b9u, 0x00006236u, 0x000079a0u, 0x0003003eu, - 0x0000226bu, 0x000022b9u, 0x00050041u, 0x00000038u, 0x00002418u, 0x0000226bu, 0x00000330u, 0x0004003du, - 0x00000008u, 0x00002419u, 0x00002418u, 0x000500b3u, 0x00000058u, 0x0000241bu, 0x00002419u, 0x00000187u, - 0x000500c7u, 0x00000008u, 0x0000241du, 0x00002419u, 0x0000045eu, 0x0006000cu, 0x00000008u, 0x0000247au, - 0x00000001u, 0x0000004au, 0x0000241du, 0x00050082u, 0x00000008u, 0x0000247bu, 0x00000207u, 0x0000247au, - 0x0007000cu, 0x00000008u, 0x0000247cu, 0x00000001u, 0x00000027u, 0x0000247bu, 0x00000207u, 0x000500c4u, - 0x00000008u, 0x0000247fu, 0x0000241du, 0x0000247cu, 0x000500c7u, 0x00000008u, 0x00002480u, 0x0000247fu, - 0x00000377u, 0x000500c7u, 0x00000008u, 0x00002482u, 0x00002480u, 0x000002f0u, 0x000500c3u, 0x00000008u, - 0x00002484u, 0x00002480u, 0x000001e2u, 0x0003003eu, 0x00002475u, 0x0000043cu, 0x00050041u, 0x00000068u, - 0x00002485u, 0x00002475u, 0x00002484u, 0x0004003du, 0x0000004du, 0x00002486u, 0x00002485u, 0x0003003eu, - 0x00002474u, 0x00002486u, 0x00050041u, 0x00000038u, 0x0000248au, 0x00002474u, 0x0000032cu, 0x0004003du, - 0x00000008u, 0x0000248bu, 0x0000248au, 0x00050084u, 0x00000008u, 0x0000248du, 0x0000248bu, 0x00002482u, - 0x000500c3u, 0x00000008u, 0x0000248eu, 0x0000248du, 0x000001eeu, 0x00050041u, 0x00000038u, 0x0000248fu, - 0x00002474u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00002490u, 0x0000248fu, 0x00050080u, 0x00000008u, - 0x00002491u, 0x0000248eu, 0x00002490u, 0x00050050u, 0x0000004du, 0x00002494u, 0x00002491u, 0x0000247cu, - 0x0003003eu, 0x0000240fu, 0x00002494u, 0x00050041u, 0x00000038u, 0x00002420u, 0x0000240fu, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00002421u, 0x00002420u, 0x0007004fu, 0x0000004du, 0x00002423u, 0x000022b9u, - 0x000022b9u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000038u, 0x00002424u, 0x0000240fu, 0x000002d9u, - 0x0004003du, 0x00000008u, 0x00002425u, 0x00002424u, 0x00050050u, 0x0000004du, 0x00002426u, 0x00002425u, - 0x00002425u, 0x00050084u, 0x0000004du, 0x00002427u, 0x00002423u, 0x00002426u, 0x0003003eu, 0x00002412u, - 0x00002427u, 0x000500c3u, 0x00000008u, 0x00002429u, 0x00000471u, 0x00002421u, 0x0004007eu, 0x00000008u, - 0x0000242au, 0x00002429u, 0x000500c7u, 0x00000008u, 0x0000242bu, 0x00000470u, 0x0000242au, 0x00050050u, - 0x0000004du, 0x0000242eu, 0x0000242bu, 0x0000242bu, 0x000500c7u, 0x0000004du, 0x0000242fu, 0x00002427u, - 0x0000242eu, 0x0003003eu, 0x00002414u, 0x0000242fu, 0x000500abu, 0x00000058u, 0x00002431u, 0x00002421u, - 0x00000207u, 0x000300f7u, 0x0000243cu, 0x00000000u, 0x000400fau, 0x00002431u, 0x00002432u, 0x00002438u, - 0x000200f8u, 0x00002438u, 0x0004003du, 0x0000004du, 0x00002439u, 0x00002412u, 0x000500c4u, 0x0000004du, - 0x0000243bu, 0x00002439u, 0x000079a4u, 0x0003003eu, 0x00002415u, 0x0000243bu, 0x000200f9u, 0x0000243cu, - 0x000200f8u, 0x00002432u, 0x0004003du, 0x0000004du, 0x00002433u, 0x00002412u, 0x00050082u, 0x00000008u, - 0x00002435u, 0x00000201u, 0x00002421u, 0x00050050u, 0x0000004du, 0x00002436u, 0x00002435u, 0x00002435u, - 0x000500c3u, 0x0000004du, 0x00002437u, 0x00002433u, 0x00002436u, 0x0003003eu, 0x00002412u, 0x00002437u, - 0x0003003eu, 0x00002415u, 0x00002437u, 0x000200f9u, 0x0000243cu, 0x000200f8u, 0x0000243cu, 0x000500abu, - 0x0000048bu, 0x0000243eu, 0x0000242fu, 0x0000048au, 0x0004009au, 0x00000058u, 0x0000243fu, 0x0000243eu, - 0x000300f7u, 0x0000246bu, 0x00000000u, 0x000400fau, 0x0000243fu, 0x00002440u, 0x0000246bu, 0x000200f8u, - 0x00002440u, 0x00050041u, 0x00000038u, 0x00002441u, 0x00002414u, 0x000002d9u, 0x0004003du, 0x00000008u, - 0x00002442u, 0x00002441u, 0x000500abu, 0x00000058u, 0x00002444u, 0x00002442u, 0x0000242bu, 0x000300f7u, - 0x00002449u, 0x00000000u, 0x000400fau, 0x00002444u, 0x00002445u, 0x00002449u, 0x000200f8u, 0x00002445u, - 0x0004003du, 0x00000008u, 0x00002447u, 0x00002441u, 0x000500abu, 0x00000058u, 0x00002448u, 0x00002447u, - 0x00000187u, 0x000200f9u, 0x00002449u, 0x000200f8u, 0x00002449u, 0x000700f5u, 0x00000058u, 0x0000244au, - 0x00002444u, 0x00002440u, 0x00002448u, 0x00002445u, 0x000300f7u, 0x00002455u, 0x00000000u, 0x000400fau, - 0x0000244au, 0x0000244bu, 0x00002455u, 0x000200f8u, 0x0000244bu, 0x00050041u, 0x00000038u, 0x0000244cu, - 0x00002412u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x0000244du, 0x0000244cu, 0x000500c7u, 0x00000008u, - 0x0000244eu, 0x0000244du, 0x00000471u, 0x000500aau, 0x00000058u, 0x0000244fu, 0x0000244eu, 0x00000187u, - 0x000300f7u, 0x00002454u, 0x00000000u, 0x000400fau, 0x0000244fu, 0x00002450u, 0x00002452u, 0x000200f8u, - 0x00002452u, 0x00050041u, 0x00000038u, 0x00002453u, 0x00002415u, 0x000002d9u, 0x0003003eu, 0x00002453u, - 0x000004a4u, 0x000200f9u, 0x00002454u, 0x000200f8u, 0x00002450u, 0x00050041u, 0x00000038u, 0x00002451u, - 0x00002415u, 0x000002d9u, 0x0003003eu, 0x00002451u, 0x0000045eu, 0x000200f9u, 0x00002454u, 0x000200f8u, - 0x00002454u, 0x000200f9u, 0x00002455u, 0x000200f8u, 0x00002455u, 0x000600a9u, 0x00000058u, 0x000079bfu, - 0x0000244au, 0x000004a6u, 0x000079beu, 0x00050041u, 0x00000038u, 0x00002456u, 0x00002414u, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00002457u, 0x00002456u, 0x000500abu, 0x00000058u, 0x00002459u, 0x00002457u, - 0x0000242bu, 0x000300f7u, 0x0000245eu, 0x00000000u, 0x000400fau, 0x00002459u, 0x0000245au, 0x0000245eu, - 0x000200f8u, 0x0000245au, 0x0004003du, 0x00000008u, 0x0000245cu, 0x00002456u, 0x000500abu, 0x00000058u, - 0x0000245du, 0x0000245cu, 0x00000187u, 0x000200f9u, 0x0000245eu, 0x000200f8u, 0x0000245eu, 0x000700f5u, - 0x00000058u, 0x0000245fu, 0x00002459u, 0x00002455u, 0x0000245du, 0x0000245au, 0x000300f7u, 0x0000246au, - 0x00000000u, 0x000400fau, 0x0000245fu, 0x00002460u, 0x0000246au, 0x000200f8u, 0x00002460u, 0x00050041u, - 0x00000038u, 0x00002461u, 0x00002412u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00002462u, 0x00002461u, - 0x000500c7u, 0x00000008u, 0x00002463u, 0x00002462u, 0x00000471u, 0x000500aau, 0x00000058u, 0x00002464u, - 0x00002463u, 0x00000187u, 0x000300f7u, 0x00002469u, 0x00000000u, 0x000400fau, 0x00002464u, 0x00002465u, - 0x00002467u, 0x000200f8u, 0x00002467u, 0x00050041u, 0x00000038u, 0x00002468u, 0x00002415u, 0x0000032cu, - 0x0003003eu, 0x00002468u, 0x000004a4u, 0x000200f9u, 0x00002469u, 0x000200f8u, 0x00002465u, 0x00050041u, - 0x00000038u, 0x00002466u, 0x00002415u, 0x0000032cu, 0x0003003eu, 0x00002466u, 0x0000045eu, 0x000200f9u, - 0x00002469u, 0x000200f8u, 0x00002469u, 0x000200f9u, 0x0000246au, 0x000200f8u, 0x0000246au, 0x000600a9u, - 0x00000058u, 0x000079c0u, 0x0000245fu, 0x000004a6u, 0x000079bfu, 0x000200f9u, 0x0000246bu, 0x000200f8u, - 0x0000246bu, 0x000700f5u, 0x00000058u, 0x0000626cu, 0x000079beu, 0x0000243cu, 0x000079c0u, 0x0000246au, - 0x000300f7u, 0x0000246eu, 0x00000000u, 0x000400fau, 0x0000241bu, 0x0000246du, 0x0000246eu, 0x000200f8u, - 0x0000246du, 0x0003003eu, 0x00002415u, 0x000004bfu, 0x000200f9u, 0x0000246eu, 0x000200f8u, 0x0000246eu, - 0x000600a9u, 0x00000058u, 0x000079c1u, 0x0000241bu, 0x000004a6u, 0x0000626cu, 0x0004003du, 0x0000004du, - 0x0000246fu, 0x00002415u, 0x0008000cu, 0x0000004du, 0x00002470u, 0x00000001u, 0x0000002du, 0x0000246fu, - 0x000004c2u, 0x000004c4u, 0x000200f9u, 0x000022bdu, 0x000200f8u, 0x000022bdu, 0x000700f5u, 0x00000058u, - 0x000062beu, 0x000079bbu, 0x0000235eu, 0x000079c1u, 0x0000246eu, 0x000700f5u, 0x0000004du, 0x000062a8u, - 0x00006293u, 0x0000235eu, 0x00002470u, 0x0000246eu, 0x000700f5u, 0x0000004du, 0x00006288u, 0x00006293u, - 0x0000235eu, 0x000023e8u, 0x0000246eu, 0x000200f9u, 0x000022ceu, 0x000200f8u, 0x000022ceu, 0x000700f5u, - 0x00000058u, 0x000062bdu, 0x000062beu, 0x000022bdu, 0x000011dcu, 0x000022cdu, 0x000700f5u, 0x0000004du, - 0x000062a7u, 0x000062a8u, 0x000022bdu, 0x000062bcu, 0x000022cdu, 0x000700f5u, 0x0000004du, 0x00006287u, - 0x00006288u, 0x000022bdu, 0x000062a6u, 0x000022cdu, 0x000700f5u, 0x0000004du, 0x00006272u, 0x00002360u, - 0x000022bdu, 0x00002498u, 0x000022cdu, 0x00050041u, 0x00000038u, 0x000022cfu, 0x00001958u, 0x00000330u, - 0x0004003du, 0x00000008u, 0x000022d0u, 0x000022cfu, 0x00050041u, 0x00000038u, 0x000022d1u, 0x00001959u, - 0x00000330u, 0x0004003du, 0x00000008u, 0x000022d2u, 0x000022d1u, 0x000500c3u, 0x00000008u, 0x000022d4u, - 0x00001af0u, 0x000004cfu, 0x00050084u, 0x00000008u, 0x000022d5u, 0x000022d2u, 0x000022d4u, 0x00050080u, - 0x00000008u, 0x000022d6u, 0x000022d0u, 0x000022d5u, 0x0004003du, 0x00000008u, 0x000022d8u, 0x000022d1u, - 0x000500c3u, 0x00000008u, 0x000022d9u, 0x000022d8u, 0x000004cfu, 0x000500c7u, 0x00000008u, 0x000022dbu, - 0x00001af0u, 0x000005edu, 0x00050084u, 0x00000008u, 0x000022dcu, 0x000022d9u, 0x000022dbu, 0x00050080u, - 0x00000008u, 0x000022ddu, 0x000022d6u, 0x000022dcu, 0x000500c3u, 0x00000008u, 0x000022dfu, 0x000022ddu, - 0x000001eeu, 0x000500c4u, 0x00000008u, 0x000022ebu, 0x000022dfu, 0x00000601u, 0x0004003du, 0x00000008u, - 0x000022eeu, 0x000022d1u, 0x000500c3u, 0x00000008u, 0x000022efu, 0x000022eeu, 0x000001eeu, 0x00050084u, - 0x00000008u, 0x000022f0u, 0x00002227u, 0x000022efu, 0x00050041u, 0x00000038u, 0x000022f2u, 0x0000195au, - 0x00000330u, 0x0004003du, 0x00000008u, 0x000022f3u, 0x000022f2u, 0x000500c3u, 0x00000008u, 0x000022f4u, - 0x000022f3u, 0x000001eeu, 0x00050084u, 0x00000008u, 0x000022f5u, 0x00002221u, 0x000022f4u, 0x00050080u, - 0x00000008u, 0x000022f6u, 0x000022f0u, 0x000022f5u, 0x00050080u, 0x00000008u, 0x000022f8u, 0x000022ebu, - 0x000022f6u, 0x000500c3u, 0x00000008u, 0x000022fau, 0x000022f8u, 0x00000611u, 0x00050082u, 0x00000008u, - 0x000024a4u, 0x000022fau, 0x00000360u, 0x000500c4u, 0x00000008u, 0x000024a6u, 0x000024a4u, 0x00000201u, - 0x000500c3u, 0x00000008u, 0x000024a8u, 0x000024a6u, 0x00000201u, 0x00050080u, 0x00000008u, 0x000024aau, - 0x000024a8u, 0x00000360u, 0x0008000cu, 0x00000008u, 0x000024acu, 0x00000001u, 0x0000002du, 0x000024aau, - 0x00000187u, 0x0000036au, 0x000500c7u, 0x00000006u, 0x00001b1bu, 0x00001a00u, 0x00001246u, 0x00050080u, - 0x00000006u, 0x00001b1du, 0x00001b1bu, 0x0000032cu, 0x000500c7u, 0x00000006u, 0x00001b1eu, 0x00001b1du, - 0x00001246u, 0x000500c2u, 0x00000006u, 0x00001b20u, 0x00001a00u, 0x00000333u, 0x000300f7u, 0x00001b34u, - 0x00000000u, 0x000400fau, 0x00001a69u, 0x00001b24u, 0x00001b34u, 0x000200f8u, 0x00001b24u, 0x000300f7u, - 0x00002508u, 0x00000000u, 0x000400fau, 0x000062bdu, 0x000024b7u, 0x000024b8u, 0x000200f8u, 0x000024b8u, - 0x00050082u, 0x0000004du, 0x000024bbu, 0x00006287u, 0x00006272u, 0x000500c3u, 0x0000004du, 0x000024beu, - 0x000024bbu, 0x000079a7u, 0x000500c6u, 0x0000004du, 0x000024c0u, 0x000024bbu, 0x000024beu, 0x00050082u, - 0x0000004du, 0x000024c3u, 0x000062a7u, 0x00006272u, 0x000500c3u, 0x0000004du, 0x000024c6u, 0x000024c3u, - 0x000079a7u, 0x000500c6u, 0x0000004du, 0x000024c8u, 0x000024c3u, 0x000024c6u, 0x0007000cu, 0x0000004du, - 0x000024cbu, 0x00000001u, 0x0000002au, 0x000024c0u, 0x000024c8u, 0x0003003eu, 0x000024b2u, 0x000024cbu, - 0x00050041u, 0x00000038u, 0x000024ccu, 0x000024b2u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000024cdu, - 0x000024ccu, 0x00050041u, 0x00000038u, 0x000024ceu, 0x000024b2u, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x000024cfu, 0x000024ceu, 0x0007000cu, 0x00000008u, 0x000024d0u, 0x00000001u, 0x0000002au, 0x000024cdu, - 0x000024cfu, 0x000500afu, 0x00000058u, 0x000024d2u, 0x000024d0u, 0x0000037fu, 0x000300f7u, 0x00002507u, - 0x00000000u, 0x000400fau, 0x000024d2u, 0x000024d3u, 0x000024d5u, 0x000200f8u, 0x000024d5u, 0x000500b1u, - 0x00000058u, 0x000024d7u, 0x000024d0u, 0x000002e2u, 0x000300f7u, 0x00002506u, 0x00000000u, 0x000400fau, - 0x000024d7u, 0x000024d8u, 0x000024ecu, 0x000200f8u, 0x000024ecu, 0x000500c3u, 0x00000008u, 0x000024eeu, - 0x000024d0u, 0x000001a2u, 0x0006000cu, 0x00000008u, 0x000024efu, 0x00000001u, 0x0000004au, 0x000024eeu, - 0x0007000cu, 0x00000008u, 0x000024f0u, 0x00000001u, 0x0000002au, 0x000024efu, 0x00000187u, 0x0004007cu, - 0x00000006u, 0x000024f2u, 0x000024f0u, 0x000500aeu, 0x00000058u, 0x000024f4u, 0x000024f2u, 0x00001b20u, - 0x000400a8u, 0x00000058u, 0x000024f7u, 0x00001a42u, 0x000500a7u, 0x00000058u, 0x000024f8u, 0x000024f4u, - 0x000024f7u, 0x000400a8u, 0x00000058u, 0x000024fau, 0x00001a45u, 0x000500a7u, 0x00000058u, 0x000024fbu, - 0x000024f8u, 0x000024fau, 0x000300f7u, 0x00002505u, 0x00000000u, 0x000400fau, 0x000024fbu, 0x000024fcu, - 0x000024fdu, 0x000200f8u, 0x000024fdu, 0x000500c4u, 0x00000008u, 0x000024ffu, 0x000024d0u, 0x0000019cu, - 0x000500c3u, 0x00000008u, 0x00002501u, 0x000024ffu, 0x000024f0u, 0x000500c7u, 0x00000008u, 0x00002502u, - 0x00002501u, 0x000002f0u, 0x000200f9u, 0x00002505u, 0x000200f8u, 0x000024fcu, 0x000200f9u, 0x00002505u, - 0x000200f8u, 0x00002505u, 0x000700f5u, 0x00000008u, 0x000062e9u, 0x000002f0u, 0x000024fcu, 0x00002502u, - 0x000024fdu, 0x000600a9u, 0x00000006u, 0x000079c2u, 0x000024fbu, 0x000002d9u, 0x000024f2u, 0x000200f9u, - 0x00002506u, 0x000200f8u, 0x000024d8u, 0x000500aau, 0x00000058u, 0x000024dau, 0x00001b20u, 0x000002d9u, - 0x000400a8u, 0x00000058u, 0x000024dcu, 0x00001a42u, 0x000400a8u, 0x00000058u, 0x000024deu, 0x00001a45u, - 0x000500a7u, 0x00000058u, 0x000024dfu, 0x000024dcu, 0x000024deu, 0x000300f7u, 0x000024ebu, 0x00000000u, - 0x000400fau, 0x000024dfu, 0x000024e0u, 0x000024e3u, 0x000200f8u, 0x000024e3u, 0x0007000cu, 0x00000008u, - 0x000024e6u, 0x00000001u, 0x0000002au, 0x000021ffu, 0x000024d0u, 0x000500c4u, 0x00000008u, 0x000024e7u, - 0x000024e6u, 0x0000019cu, 0x000600a9u, 0x00000008u, 0x000024e9u, 0x00001a42u, 0x0000121au, 0x00000187u, - 0x00050080u, 0x00000008u, 0x000024eau, 0x000024e7u, 0x000024e9u, 0x000200f9u, 0x000024ebu, 0x000200f8u, - 0x000024e0u, 0x000600a9u, 0x00000008u, 0x000024e2u, 0x000024dau, 0x000002f0u, 0x00000187u, 0x000200f9u, - 0x000024ebu, 0x000200f8u, 0x000024ebu, 0x000700f5u, 0x00000008u, 0x000062e8u, 0x000024e2u, 0x000024e0u, - 0x000024eau, 0x000024e3u, 0x000200f9u, 0x00002506u, 0x000200f8u, 0x00002506u, 0x000700f5u, 0x00000008u, - 0x000062e7u, 0x000062e8u, 0x000024ebu, 0x000062e9u, 0x00002505u, 0x000700f5u, 0x00000006u, 0x000062ceu, - 0x000002d9u, 0x000024ebu, 0x000079c2u, 0x00002505u, 0x000700f5u, 0x00000058u, 0x000062c2u, 0x000024dau, - 0x000024ebu, 0x000024f4u, 0x00002505u, 0x000600a9u, 0x00000058u, 0x000079c3u, 0x000024d7u, 0x000004a6u, - 0x000011dcu, 0x000200f9u, 0x00002507u, 0x000200f8u, 0x000024d3u, 0x000200f9u, 0x00002507u, 0x000200f8u, - 0x00002507u, 0x000700f5u, 0x00000008u, 0x000062e6u, 0x000002f0u, 0x000024d3u, 0x000062e7u, 0x00002506u, - 0x000700f5u, 0x00000058u, 0x000062d4u, 0x000011dcu, 0x000024d3u, 0x000079c3u, 0x00002506u, 0x000700f5u, - 0x00000006u, 0x000062cdu, 0x00001b20u, 0x000024d3u, 0x000062ceu, 0x00002506u, 0x000700f5u, 0x00000058u, - 0x000062c1u, 0x000004a6u, 0x000024d3u, 0x000062c2u, 0x00002506u, 0x000200f9u, 0x00002508u, 0x000200f8u, - 0x000024b7u, 0x000200f9u, 0x00002508u, 0x000200f8u, 0x00002508u, 0x000700f5u, 0x00000008u, 0x000062e5u, - 0x000002f0u, 0x000024b7u, 0x000062e6u, 0x00002507u, 0x000700f5u, 0x00000058u, 0x000062d3u, 0x000011dcu, - 0x000024b7u, 0x000062d4u, 0x00002507u, 0x000700f5u, 0x00000006u, 0x000062ccu, 0x000002d9u, 0x000024b7u, - 0x000062cdu, 0x00002507u, 0x000700f5u, 0x00000058u, 0x000062c0u, 0x000004a6u, 0x000024b7u, 0x000062c1u, - 0x00002507u, 0x000300f7u, 0x0000253au, 0x00000000u, 0x000400fau, 0x00001a3fu, 0x0000250au, 0x0000253au, - 0x000200f8u, 0x0000250au, 0x000600a9u, 0x00000006u, 0x000079c4u, 0x000062c0u, 0x00001b20u, 0x000062ccu, - 0x000400a8u, 0x00000058u, 0x00002510u, 0x00001a45u, 0x000300f7u, 0x00002539u, 0x00000000u, 0x000400fau, - 0x00002510u, 0x00002511u, 0x00002526u, 0x000200f8u, 0x00002526u, 0x00050080u, 0x00000006u, 0x00002529u, - 0x00001b1bu, 0x000079c4u, 0x000500a6u, 0x00000058u, 0x0000252cu, 0x000062c0u, 0x000062d3u, 0x000600a9u, - 0x00000008u, 0x0000252du, 0x0000252cu, 0x00000196u, 0x00000199u, 0x0004007cu, 0x00000006u, 0x0000252eu, - 0x0000252du, 0x00050080u, 0x00000006u, 0x0000252fu, 0x00002529u, 0x0000252eu, 0x000500c7u, 0x00000006u, - 0x00002530u, 0x0000252fu, 0x00001246u, 0x000600a9u, 0x00000008u, 0x00002535u, 0x000062d3u, 0x00000187u, - 0x00000196u, 0x0004007cu, 0x00000006u, 0x00002536u, 0x00002535u, 0x00050080u, 0x00000006u, 0x00002537u, - 0x00002529u, 0x00002536u, 0x000500c7u, 0x00000006u, 0x00002538u, 0x00002537u, 0x00001246u, 0x000200f9u, - 0x00002539u, 0x000200f8u, 0x00002511u, 0x00050080u, 0x00000006u, 0x00002514u, 0x00001b1bu, 0x000079c4u, - 0x000500c7u, 0x00000006u, 0x00002515u, 0x00002514u, 0x00001246u, 0x000400a8u, 0x00000058u, 0x00002517u, - 0x000062c0u, 0x000300f7u, 0x0000251du, 0x00000000u, 0x000400fau, 0x00002517u, 0x00002518u, 0x0000251du, - 0x000200f8u, 0x00002518u, 0x000400a8u, 0x00000058u, 0x0000251au, 0x00001a42u, 0x000500a7u, 0x00000058u, - 0x0000251cu, 0x0000251au, 0x000062d3u, 0x000200f9u, 0x0000251du, 0x000200f8u, 0x0000251du, 0x000700f5u, - 0x00000058u, 0x0000251eu, 0x000062c0u, 0x00002511u, 0x0000251cu, 0x00002518u, 0x000300f7u, 0x00002525u, - 0x00000000u, 0x000400fau, 0x0000251eu, 0x0000251fu, 0x00002521u, 0x000200f8u, 0x00002521u, 0x00050080u, - 0x00000006u, 0x00002523u, 0x00002515u, 0x0000032cu, 0x000500c7u, 0x00000006u, 0x00002524u, 0x00002523u, - 0x00001246u, 0x000200f9u, 0x00002525u, 0x000200f8u, 0x0000251fu, 0x000200f9u, 0x00002525u, 0x000200f8u, - 0x00002525u, 0x000700f5u, 0x00000006u, 0x000062e3u, 0x00002515u, 0x0000251fu, 0x00002524u, 0x00002521u, - 0x000200f9u, 0x00002539u, 0x000200f8u, 0x00002539u, 0x000700f5u, 0x00000006u, 0x000062e2u, 0x000062e3u, - 0x00002525u, 0x00002530u, 0x00002526u, 0x000700f5u, 0x00000006u, 0x000062dau, 0x00002515u, 0x00002525u, - 0x00002538u, 0x00002526u, 0x000200f9u, 0x0000253au, 0x000200f8u, 0x0000253au, 0x000700f5u, 0x00000006u, - 0x000062dcu, 0x00001b1eu, 0x00002508u, 0x000062e2u, 0x00002539u, 0x000700f5u, 0x00000006u, 0x000062d9u, - 0x00001b1bu, 0x00002508u, 0x000062dau, 0x00002539u, 0x000200f9u, 0x00001b34u, 0x000200f8u, 0x00001b34u, - 0x000700f5u, 0x00000008u, 0x00007181u, 0x0000718eu, 0x000022ceu, 0x000062e5u, 0x0000253au, 0x000700f5u, - 0x00000006u, 0x000067bdu, 0x00001b1eu, 0x000022ceu, 0x000062dcu, 0x0000253au, 0x000700f5u, 0x00000006u, - 0x000062eeu, 0x00001b1bu, 0x000022ceu, 0x000062d9u, 0x0000253au, 0x000300f7u, 0x00001b4du, 0x00000000u, - 0x000400fau, 0x00001a60u, 0x00001b36u, 0x00001b4du, 0x000200f8u, 0x00001b36u, 0x00080041u, 0x000001fbu, - 0x00001b39u, 0x00001513u, 0x00000187u, 0x00001898u, 0x00000199u, 0x000062eeu, 0x0004003du, 0x000001adu, - 0x00001b3au, 0x00001b39u, 0x00040071u, 0x00000006u, 0x00001b3bu, 0x00001b3au, 0x00070041u, 0x000001efu, - 0x0000253eu, 0x0000027au, 0x00000187u, 0x00001b3bu, 0x00000187u, 0x0004003du, 0x00000006u, 0x0000253fu, - 0x0000253eu, 0x00070041u, 0x000001efu, 0x00002541u, 0x0000027au, 0x00000187u, 0x00001b3bu, 0x00000196u, - 0x0004003du, 0x00000006u, 0x00002542u, 0x00002541u, 0x00070041u, 0x000001efu, 0x00002544u, 0x0000027au, - 0x00000187u, 0x00001b3bu, 0x00000199u, 0x0004003du, 0x00000006u, 0x00002545u, 0x00002544u, 0x00070041u, - 0x000001efu, 0x00002547u, 0x0000027au, 0x00000187u, 0x00001b3bu, 0x0000019cu, 0x0004003du, 0x00000006u, - 0x00002548u, 0x00002547u, 0x00070041u, 0x000001efu, 0x0000254au, 0x0000027au, 0x00000187u, 0x00001b3bu, - 0x0000019fu, 0x0004003du, 0x00000006u, 0x0000254bu, 0x0000254au, 0x00070041u, 0x000001efu, 0x0000254du, - 0x0000027au, 0x00000187u, 0x00001b3bu, 0x000001a2u, 0x0004003du, 0x00000006u, 0x0000254eu, 0x0000254du, - 0x00070041u, 0x000001fbu, 0x00002550u, 0x0000027au, 0x00000187u, 0x00001b3bu, 0x000001a5u, 0x0004003du, - 0x000001adu, 0x00002551u, 0x00002550u, 0x00040071u, 0x00000006u, 0x00002552u, 0x00002551u, 0x0004007cu, - 0x00000008u, 0x00002553u, 0x00002552u, 0x00070041u, 0x000001fbu, 0x00002555u, 0x0000027au, 0x00000187u, - 0x00001b3bu, 0x000001a8u, 0x0004003du, 0x000001adu, 0x00002556u, 0x00002555u, 0x00040071u, 0x00000006u, - 0x00002557u, 0x00002556u, 0x0004007cu, 0x00000008u, 0x00002558u, 0x00002557u, 0x00070041u, 0x000001fbu, - 0x0000255au, 0x0000027au, 0x00000187u, 0x00001b3bu, 0x000001e2u, 0x0004003du, 0x000001adu, 0x0000255bu, - 0x0000255au, 0x00040071u, 0x00000006u, 0x0000255cu, 0x0000255bu, 0x0004007cu, 0x00000008u, 0x0000255du, - 0x0000255cu, 0x00070041u, 0x000001fbu, 0x0000255fu, 0x0000027au, 0x00000187u, 0x00001b3bu, 0x000001e8u, - 0x0004003du, 0x000001adu, 0x00002560u, 0x0000255fu, 0x00040071u, 0x00000006u, 0x00002561u, 0x00002560u, - 0x0004007cu, 0x00000008u, 0x00002562u, 0x00002561u, 0x00070041u, 0x000001fbu, 0x00002564u, 0x0000027au, - 0x00000187u, 0x00001b3bu, 0x000001eeu, 0x0004003du, 0x000001adu, 0x00002565u, 0x00002564u, 0x00040071u, - 0x00000006u, 0x00002566u, 0x00002565u, 0x0004007cu, 0x00000008u, 0x00002567u, 0x00002566u, 0x00070041u, - 0x000001fbu, 0x00002569u, 0x0000027au, 0x00000187u, 0x00001b3bu, 0x000001f3u, 0x0004003du, 0x000001adu, - 0x0000256au, 0x00002569u, 0x00040071u, 0x00000006u, 0x0000256bu, 0x0000256au, 0x0004007cu, 0x00000008u, - 0x0000256cu, 0x0000256bu, 0x00070041u, 0x000001fbu, 0x0000256eu, 0x0000027au, 0x00000187u, 0x00001b3bu, - 0x000001fau, 0x0004003du, 0x000001adu, 0x0000256fu, 0x0000256eu, 0x00040071u, 0x00000006u, 0x00002570u, - 0x0000256fu, 0x0004007cu, 0x00000008u, 0x00002571u, 0x00002570u, 0x00070041u, 0x000001fbu, 0x00002573u, - 0x0000027au, 0x00000187u, 0x00001b3bu, 0x00000201u, 0x0004003du, 0x000001adu, 0x00002574u, 0x00002573u, - 0x00040071u, 0x00000006u, 0x00002575u, 0x00002574u, 0x0004007cu, 0x00000008u, 0x00002576u, 0x00002575u, - 0x000600a9u, 0x00000008u, 0x000079c5u, 0x0000170eu, 0x00001631u, 0x00002553u, 0x000600a9u, 0x00000008u, - 0x000079c6u, 0x0000170eu, 0x00001634u, 0x00002558u, 0x0003003eu, 0x0000197cu, 0x00006272u, 0x000500c7u, - 0x00000008u, 0x000026d0u, 0x00002576u, 0x00000196u, 0x000500abu, 0x00000058u, 0x000026d1u, 0x000026d0u, - 0x00000187u, 0x0004007cu, 0x00000008u, 0x000026d4u, 0x0000253fu, 0x0004007cu, 0x00000008u, 0x000026d7u, - 0x00002542u, 0x00050041u, 0x00000038u, 0x000026dau, 0x0000197cu, 0x000002d9u, 0x0004003du, 0x00000008u, - 0x000026dbu, 0x000026dau, 0x0008000cu, 0x00000008u, 0x00002b93u, 0x00000001u, 0x0000002du, 0x000026dbu, - 0x000004a4u, 0x0000045eu, 0x000500b1u, 0x00000058u, 0x00002b95u, 0x00002567u, 0x000001f3u, 0x000300f7u, - 0x00002ba1u, 0x00000000u, 0x000400fau, 0x00002b95u, 0x00002b96u, 0x00002b9au, 0x000200f8u, 0x00002b9au, - 0x00050082u, 0x00000008u, 0x00002b9cu, 0x000002e2u, 0x00002567u, 0x000500c4u, 0x00000008u, 0x00002b9eu, - 0x00002b93u, 0x00002b9cu, 0x000500c3u, 0x00000008u, 0x00002ba0u, 0x00002b9eu, 0x00000323u, 0x000200f9u, - 0x00002ba1u, 0x000200f8u, 0x00002b96u, 0x000500c3u, 0x00000008u, 0x00002b99u, 0x00002b93u, 0x00002567u, - 0x000200f9u, 0x00002ba1u, 0x000200f8u, 0x00002ba1u, 0x000700f5u, 0x00000008u, 0x000062fdu, 0x00002b99u, - 0x00002b96u, 0x00002ba0u, 0x00002b9au, 0x000300f7u, 0x00002bbdu, 0x00000000u, 0x000400fau, 0x000026d1u, - 0x00002ba3u, 0x00002bb8u, 0x000200f8u, 0x00002bb8u, 0x000500c4u, 0x00000008u, 0x00002bbau, 0x000026d4u, - 0x0000019cu, 0x00050082u, 0x00000008u, 0x00002bbcu, 0x000062fdu, 0x00002bbau, 0x000200f9u, 0x00002bbdu, - 0x000200f8u, 0x00002ba3u, 0x000500c3u, 0x00000008u, 0x00002ba5u, 0x000062fdu, 0x0000019cu, 0x000500afu, - 0x00000058u, 0x00002ba7u, 0x00002ba5u, 0x000026d7u, 0x000300f7u, 0x00002bb7u, 0x00000000u, 0x000400fau, - 0x00002ba7u, 0x00002ba9u, 0x00002bb1u, 0x000200f8u, 0x00002bb1u, 0x000500c4u, 0x00000008u, 0x00002bb4u, - 0x000026d4u, 0x0000019cu, 0x00050082u, 0x00000008u, 0x00002bb5u, 0x000062fdu, 0x00002bb4u, 0x0007000cu, - 0x00000008u, 0x00002bb6u, 0x00000001u, 0x0000002au, 0x00002bb5u, 0x00000187u, 0x000200f9u, 0x00002bb7u, - 0x000200f8u, 0x00002ba9u, 0x000500c3u, 0x00000008u, 0x00002babu, 0x000026d7u, 0x00000199u, 0x000500c3u, - 0x00000008u, 0x00002badu, 0x000026d4u, 0x00000199u, 0x00050082u, 0x00000008u, 0x00002baeu, 0x00002babu, - 0x00002badu, 0x000500c7u, 0x00000008u, 0x00002bafu, 0x00002baeu, 0x0000099eu, 0x000500c4u, 0x00000008u, - 0x00002bb0u, 0x00002bafu, 0x000001a2u, 0x000200f9u, 0x00002bb7u, 0x000200f8u, 0x00002bb7u, 0x000700f5u, - 0x00000008u, 0x000062ffu, 0x00002bb0u, 0x00002ba9u, 0x00002bb6u, 0x00002bb1u, 0x000200f9u, 0x00002bbdu, - 0x000200f8u, 0x00002bbdu, 0x000700f5u, 0x00000008u, 0x000062feu, 0x000062ffu, 0x00002bb7u, 0x00002bbcu, - 0x00002bb8u, 0x0003003eu, 0x000026dau, 0x000062feu, 0x000500c7u, 0x00000008u, 0x000026e0u, 0x00002576u, - 0x0000019fu, 0x000500abu, 0x00000058u, 0x000026e1u, 0x000026e0u, 0x00000187u, 0x0004007cu, 0x00000008u, - 0x000026e4u, 0x00002545u, 0x0004007cu, 0x00000008u, 0x000026e7u, 0x00002548u, 0x00050041u, 0x00000038u, - 0x000026eau, 0x0000197cu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000026ebu, 0x000026eau, 0x0008000cu, - 0x00000008u, 0x00002bc3u, 0x00000001u, 0x0000002du, 0x000026ebu, 0x000004a4u, 0x0000045eu, 0x000500b1u, - 0x00000058u, 0x00002bc5u, 0x00002571u, 0x000001f3u, 0x000300f7u, 0x00002bd1u, 0x00000000u, 0x000400fau, - 0x00002bc5u, 0x00002bc6u, 0x00002bcau, 0x000200f8u, 0x00002bcau, 0x00050082u, 0x00000008u, 0x00002bccu, - 0x000002e2u, 0x00002571u, 0x000500c4u, 0x00000008u, 0x00002bceu, 0x00002bc3u, 0x00002bccu, 0x000500c3u, - 0x00000008u, 0x00002bd0u, 0x00002bceu, 0x00000323u, 0x000200f9u, 0x00002bd1u, 0x000200f8u, 0x00002bc6u, - 0x000500c3u, 0x00000008u, 0x00002bc9u, 0x00002bc3u, 0x00002571u, 0x000200f9u, 0x00002bd1u, 0x000200f8u, - 0x00002bd1u, 0x000700f5u, 0x00000008u, 0x00006300u, 0x00002bc9u, 0x00002bc6u, 0x00002bd0u, 0x00002bcau, - 0x000300f7u, 0x00002bedu, 0x00000000u, 0x000400fau, 0x000026e1u, 0x00002bd3u, 0x00002be8u, 0x000200f8u, - 0x00002be8u, 0x000500c4u, 0x00000008u, 0x00002beau, 0x000026e4u, 0x0000019cu, 0x00050082u, 0x00000008u, - 0x00002becu, 0x00006300u, 0x00002beau, 0x000200f9u, 0x00002bedu, 0x000200f8u, 0x00002bd3u, 0x000500c3u, - 0x00000008u, 0x00002bd5u, 0x00006300u, 0x0000019cu, 0x000500afu, 0x00000058u, 0x00002bd7u, 0x00002bd5u, - 0x000026e7u, 0x000300f7u, 0x00002be7u, 0x00000000u, 0x000400fau, 0x00002bd7u, 0x00002bd9u, 0x00002be1u, - 0x000200f8u, 0x00002be1u, 0x000500c4u, 0x00000008u, 0x00002be4u, 0x000026e4u, 0x0000019cu, 0x00050082u, - 0x00000008u, 0x00002be5u, 0x00006300u, 0x00002be4u, 0x0007000cu, 0x00000008u, 0x00002be6u, 0x00000001u, - 0x0000002au, 0x00002be5u, 0x00000187u, 0x000200f9u, 0x00002be7u, 0x000200f8u, 0x00002bd9u, 0x000500c3u, - 0x00000008u, 0x00002bdbu, 0x000026e7u, 0x00000199u, 0x000500c3u, 0x00000008u, 0x00002bddu, 0x000026e4u, - 0x00000199u, 0x00050082u, 0x00000008u, 0x00002bdeu, 0x00002bdbu, 0x00002bddu, 0x000500c7u, 0x00000008u, - 0x00002bdfu, 0x00002bdeu, 0x0000099eu, 0x000500c4u, 0x00000008u, 0x00002be0u, 0x00002bdfu, 0x000001a2u, - 0x000200f9u, 0x00002be7u, 0x000200f8u, 0x00002be7u, 0x000700f5u, 0x00000008u, 0x00006302u, 0x00002be0u, - 0x00002bd9u, 0x00002be6u, 0x00002be1u, 0x000200f9u, 0x00002bedu, 0x000200f8u, 0x00002bedu, 0x000700f5u, - 0x00000008u, 0x00006301u, 0x00006302u, 0x00002be7u, 0x00002becu, 0x00002be8u, 0x0003003eu, 0x000026eau, - 0x00006301u, 0x000300f7u, 0x000026f4u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x000026efu, 0x000026f3u, - 0x000200f8u, 0x000026f3u, 0x0003003eu, 0x00002582u, 0x0000048au, 0x000200f9u, 0x000026f4u, 0x000200f8u, - 0x000026efu, 0x0004003du, 0x0000004du, 0x000026f0u, 0x0000197cu, 0x000500c7u, 0x0000004du, 0x000026f2u, - 0x000026f0u, 0x000079a7u, 0x0003003eu, 0x00002582u, 0x000026f2u, 0x000200f9u, 0x000026f4u, 0x000200f8u, - 0x000026f4u, 0x00050041u, 0x00000038u, 0x000026f5u, 0x00002582u, 0x000002d9u, 0x0004003du, 0x00000008u, - 0x000026f6u, 0x000026f5u, 0x00050041u, 0x00000038u, 0x000026f7u, 0x00002582u, 0x0000032cu, 0x0004003du, - 0x00000008u, 0x000026f8u, 0x000026f7u, 0x00050080u, 0x00000008u, 0x000026f9u, 0x000026f6u, 0x000026f8u, - 0x0004003du, 0x0000004du, 0x000026fau, 0x0000197cu, 0x000500c3u, 0x0000004du, 0x000026fcu, 0x000026fau, - 0x000079a6u, 0x0003003eu, 0x0000197cu, 0x000026fcu, 0x0004003du, 0x00000008u, 0x000026ffu, 0x000026dau, - 0x000500abu, 0x00000058u, 0x00002bf4u, 0x00002562u, 0x00000187u, 0x000300f7u, 0x00002c0au, 0x00000000u, - 0x000400fau, 0x00002bf4u, 0x00002bf5u, 0x00002c0au, 0x000200f8u, 0x00002bf5u, 0x000500c4u, 0x00000008u, - 0x00002bf8u, 0x00000196u, 0x00002562u, 0x000500c7u, 0x00000008u, 0x00002bfbu, 0x00002576u, 0x00000199u, - 0x000500abu, 0x00000058u, 0x00002bfcu, 0x00002bfbu, 0x00000187u, 0x000300f7u, 0x00002c05u, 0x00000000u, - 0x000400fau, 0x00002bfcu, 0x00002bfdu, 0x00002c05u, 0x000200f8u, 0x00002bfdu, 0x000500c7u, 0x00000008u, - 0x00002c00u, 0x000026ffu, 0x00002bf8u, 0x00050082u, 0x00000008u, 0x00002c01u, 0x00002c00u, 0x00000196u, - 0x0007000cu, 0x00000008u, 0x00002c02u, 0x00000001u, 0x0000002au, 0x00002c01u, 0x00000187u, 0x000500c6u, - 0x00000008u, 0x00002c04u, 0x000026ffu, 0x00002c02u, 0x000200f9u, 0x00002c05u, 0x000200f8u, 0x00002c05u, - 0x000700f5u, 0x00000008u, 0x00006303u, 0x000026ffu, 0x00002bf5u, 0x00002c04u, 0x00002bfdu, 0x00050082u, - 0x00000008u, 0x00002c07u, 0x00002bf8u, 0x00000196u, 0x000500c7u, 0x00000008u, 0x00002c09u, 0x00006303u, - 0x00002c07u, 0x000200f9u, 0x00002c0au, 0x000200f8u, 0x00002c0au, 0x000700f5u, 0x00000008u, 0x00006304u, - 0x000026ffu, 0x000026f4u, 0x00002c09u, 0x00002c05u, 0x0004003du, 0x00000008u, 0x00002703u, 0x000026eau, - 0x000500abu, 0x00000058u, 0x00002c11u, 0x0000256cu, 0x00000187u, 0x000300f7u, 0x00002c27u, 0x00000000u, - 0x000400fau, 0x00002c11u, 0x00002c12u, 0x00002c27u, 0x000200f8u, 0x00002c12u, 0x000500c4u, 0x00000008u, - 0x00002c15u, 0x00000196u, 0x0000256cu, 0x000500c7u, 0x00000008u, 0x00002c18u, 0x00002576u, 0x000001e2u, - 0x000500abu, 0x00000058u, 0x00002c19u, 0x00002c18u, 0x00000187u, 0x000300f7u, 0x00002c22u, 0x00000000u, - 0x000400fau, 0x00002c19u, 0x00002c1au, 0x00002c22u, 0x000200f8u, 0x00002c1au, 0x000500c7u, 0x00000008u, - 0x00002c1du, 0x00002703u, 0x00002c15u, 0x00050082u, 0x00000008u, 0x00002c1eu, 0x00002c1du, 0x00000196u, - 0x0007000cu, 0x00000008u, 0x00002c1fu, 0x00000001u, 0x0000002au, 0x00002c1eu, 0x00000187u, 0x000500c6u, - 0x00000008u, 0x00002c21u, 0x00002703u, 0x00002c1fu, 0x000200f9u, 0x00002c22u, 0x000200f8u, 0x00002c22u, - 0x000700f5u, 0x00000008u, 0x00006305u, 0x00002703u, 0x00002c12u, 0x00002c21u, 0x00002c1au, 0x00050082u, - 0x00000008u, 0x00002c24u, 0x00002c15u, 0x00000196u, 0x000500c7u, 0x00000008u, 0x00002c26u, 0x00006305u, - 0x00002c24u, 0x000200f9u, 0x00002c27u, 0x000200f8u, 0x00002c27u, 0x000700f5u, 0x00000008u, 0x00006306u, - 0x00002703u, 0x00002c0au, 0x00002c26u, 0x00002c22u, 0x0004003du, 0x00000008u, 0x00002706u, 0x000026dau, - 0x00050080u, 0x00000008u, 0x00002707u, 0x00002706u, 0x00000196u, 0x000300f7u, 0x00002c44u, 0x00000000u, - 0x000400fau, 0x00002bf4u, 0x00002c2fu, 0x00002c44u, 0x000200f8u, 0x00002c2fu, 0x000500c4u, 0x00000008u, - 0x00002c32u, 0x00000196u, 0x00002562u, 0x000500c7u, 0x00000008u, 0x00002c35u, 0x00002576u, 0x00000199u, - 0x000500abu, 0x00000058u, 0x00002c36u, 0x00002c35u, 0x00000187u, 0x000300f7u, 0x00002c3fu, 0x00000000u, - 0x000400fau, 0x00002c36u, 0x00002c37u, 0x00002c3fu, 0x000200f8u, 0x00002c37u, 0x000500c7u, 0x00000008u, - 0x00002c3au, 0x00002707u, 0x00002c32u, 0x00050082u, 0x00000008u, 0x00002c3bu, 0x00002c3au, 0x00000196u, - 0x0007000cu, 0x00000008u, 0x00002c3cu, 0x00000001u, 0x0000002au, 0x00002c3bu, 0x00000187u, 0x000500c6u, - 0x00000008u, 0x00002c3eu, 0x00002707u, 0x00002c3cu, 0x000200f9u, 0x00002c3fu, 0x000200f8u, 0x00002c3fu, - 0x000700f5u, 0x00000008u, 0x00006307u, 0x00002707u, 0x00002c2fu, 0x00002c3eu, 0x00002c37u, 0x00050082u, - 0x00000008u, 0x00002c41u, 0x00002c32u, 0x00000196u, 0x000500c7u, 0x00000008u, 0x00002c43u, 0x00006307u, - 0x00002c41u, 0x000200f9u, 0x00002c44u, 0x000200f8u, 0x00002c44u, 0x000700f5u, 0x00000008u, 0x00006308u, - 0x00002707u, 0x00002c27u, 0x00002c43u, 0x00002c3fu, 0x0004003du, 0x00000008u, 0x0000270bu, 0x000026eau, - 0x00050080u, 0x00000008u, 0x0000270cu, 0x0000270bu, 0x00000196u, 0x000300f7u, 0x00002c61u, 0x00000000u, - 0x000400fau, 0x00002c11u, 0x00002c4cu, 0x00002c61u, 0x000200f8u, 0x00002c4cu, 0x000500c4u, 0x00000008u, - 0x00002c4fu, 0x00000196u, 0x0000256cu, 0x000500c7u, 0x00000008u, 0x00002c52u, 0x00002576u, 0x000001e2u, - 0x000500abu, 0x00000058u, 0x00002c53u, 0x00002c52u, 0x00000187u, 0x000300f7u, 0x00002c5cu, 0x00000000u, - 0x000400fau, 0x00002c53u, 0x00002c54u, 0x00002c5cu, 0x000200f8u, 0x00002c54u, 0x000500c7u, 0x00000008u, - 0x00002c57u, 0x0000270cu, 0x00002c4fu, 0x00050082u, 0x00000008u, 0x00002c58u, 0x00002c57u, 0x00000196u, - 0x0007000cu, 0x00000008u, 0x00002c59u, 0x00000001u, 0x0000002au, 0x00002c58u, 0x00000187u, 0x000500c6u, - 0x00000008u, 0x00002c5bu, 0x0000270cu, 0x00002c59u, 0x000200f9u, 0x00002c5cu, 0x000200f8u, 0x00002c5cu, - 0x000700f5u, 0x00000008u, 0x00006309u, 0x0000270cu, 0x00002c4cu, 0x00002c5bu, 0x00002c54u, 0x00050082u, - 0x00000008u, 0x00002c5eu, 0x00002c4fu, 0x00000196u, 0x000500c7u, 0x00000008u, 0x00002c60u, 0x00006309u, - 0x00002c5eu, 0x000200f9u, 0x00002c61u, 0x000200f8u, 0x00002c61u, 0x000700f5u, 0x00000008u, 0x0000630au, - 0x0000270cu, 0x00002c44u, 0x00002c60u, 0x00002c5cu, 0x00050082u, 0x00000008u, 0x00002711u, 0x0000630au, - 0x00006306u, 0x0007000cu, 0x00000008u, 0x00002712u, 0x00000001u, 0x0000002au, 0x00002711u, 0x00000c00u, - 0x000500c7u, 0x00000008u, 0x00002714u, 0x00006306u, 0x000002f0u, 0x00050080u, 0x00000008u, 0x00002716u, - 0x00002714u, 0x00002712u, 0x0004003du, 0x0000004du, 0x0000271bu, 0x00002582u, 0x000500aau, 0x0000048bu, - 0x0000271cu, 0x0000271bu, 0x00000c0cu, 0x00050051u, 0x00000058u, 0x0000271du, 0x0000271cu, 0x00000000u, - 0x00050051u, 0x00000058u, 0x0000271eu, 0x0000271cu, 0x00000001u, 0x00070050u, 0x000002fau, 0x0000271fu, - 0x00001a5du, 0x00001a6fu, 0x0000271du, 0x0000271eu, 0x0004009bu, 0x00000058u, 0x00002720u, 0x0000271fu, - 0x000600a9u, 0x00000008u, 0x000079c7u, 0x00002720u, 0x00000187u, 0x000026f9u, 0x000500aau, 0x00000058u, - 0x00002726u, 0x000079c5u, 0x00000196u, 0x000500afu, 0x00000058u, 0x00002728u, 0x000079c7u, 0x000002e2u, - 0x000300f7u, 0x00002731u, 0x00000000u, 0x000400fau, 0x00002728u, 0x00002729u, 0x0000272du, 0x000200f8u, - 0x0000272du, 0x00050050u, 0x0000004du, 0x00002730u, 0x00006304u, 0x00002714u, 0x000200f9u, 0x00002731u, - 0x000200f8u, 0x00002729u, 0x00050050u, 0x0000004du, 0x0000272cu, 0x00006308u, 0x00002716u, 0x000200f9u, - 0x00002731u, 0x000200f8u, 0x00002731u, 0x000700f5u, 0x0000004du, 0x00006319u, 0x0000272cu, 0x00002729u, - 0x00002730u, 0x0000272du, 0x000500c7u, 0x00000008u, 0x00002734u, 0x00006304u, 0x00000196u, 0x000500c4u, - 0x00000008u, 0x00002735u, 0x00002734u, 0x0000019fu, 0x0004003du, 0x00000008u, 0x00002737u, 0x000026f5u, - 0x000500c3u, 0x00000008u, 0x00002738u, 0x00002737u, 0x00000196u, 0x000500c5u, 0x00000008u, 0x00002739u, - 0x00002735u, 0x00002738u, 0x000300f7u, 0x000029f4u, 0x00000000u, 0x000400fau, 0x00001a2du, 0x0000273bu, - 0x000027d8u, 0x000200f8u, 0x000027d8u, 0x000300f7u, 0x000029f3u, 0x00000000u, 0x000d00fbu, 0x000079c5u, - 0x000029f3u, 0x00000000u, 0x000027dbu, 0x00000001u, 0x00002863u, 0x00000002u, 0x00002891u, 0x00000003u, - 0x00002904u, 0x00000004u, 0x0000298cu, 0x000200f8u, 0x0000298cu, 0x000300f7u, 0x000029f2u, 0x00000000u, - 0x000700fbu, 0x000079c6u, 0x0000298fu, 0x00000000u, 0x000029b0u, 0x00000001u, 0x000029d1u, 0x000200f8u, - 0x000029d1u, 0x0004007cu, 0x000000a0u, 0x000029d3u, 0x00006319u, 0x0003003eu, 0x00002690u, 0x000029d3u, - 0x00050041u, 0x00000007u, 0x00003ce4u, 0x00002690u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003ce5u, - 0x00003ce4u, 0x00050084u, 0x00000006u, 0x00003ce6u, 0x0000254eu, 0x00003ce5u, 0x00050080u, 0x00000006u, - 0x00003ce7u, 0x0000254bu, 0x00003ce6u, 0x00050041u, 0x00000007u, 0x00003ce8u, 0x00002690u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00003ce9u, 0x00003ce8u, 0x00050080u, 0x00000006u, 0x00003cebu, 0x00003ce7u, - 0x00003ce9u, 0x000500c7u, 0x00000006u, 0x00003cedu, 0x00003cebu, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x00003cf0u, 0x00003ce4u, 0x000500c7u, 0x00000006u, 0x00003cf1u, 0x00003cf0u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00003cf2u, 0x00003cf1u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003cf4u, 0x00003cedu, - 0x00003cf2u, 0x000500c6u, 0x00000006u, 0x00003cf6u, 0x00003cf4u, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x00003cf9u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003cf6u, 0x0004003du, 0x000001adu, - 0x00003cfau, 0x00003cf9u, 0x00040071u, 0x00000006u, 0x00003cfbu, 0x00003cfau, 0x0004007cu, 0x00000008u, - 0x00003cfdu, 0x00003cfbu, 0x00070050u, 0x00000009u, 0x00003cfeu, 0x00003cfdu, 0x00003cfdu, 0x00003cfdu, - 0x00003cfdu, 0x000300f7u, 0x000029e7u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x000029d8u, 0x000029e7u, - 0x000200f8u, 0x000029d8u, 0x00050050u, 0x0000004du, 0x000029dbu, 0x00006308u, 0x00002714u, 0x0004007cu, - 0x000000a0u, 0x000029dcu, 0x000029dbu, 0x0003003eu, 0x00002693u, 0x000029dcu, 0x00050041u, 0x00000007u, - 0x00003d08u, 0x00002693u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003d09u, 0x00003d08u, 0x00050084u, - 0x00000006u, 0x00003d0au, 0x0000254eu, 0x00003d09u, 0x00050080u, 0x00000006u, 0x00003d0bu, 0x0000254bu, - 0x00003d0au, 0x00050041u, 0x00000007u, 0x00003d0cu, 0x00002693u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00003d0du, 0x00003d0cu, 0x00050080u, 0x00000006u, 0x00003d0fu, 0x00003d0bu, 0x00003d0du, 0x000500c7u, - 0x00000006u, 0x00003d11u, 0x00003d0fu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003d14u, 0x00003d08u, - 0x000500c7u, 0x00000006u, 0x00003d15u, 0x00003d14u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003d16u, - 0x00003d15u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003d18u, 0x00003d11u, 0x00003d16u, 0x000500c6u, - 0x00000006u, 0x00003d1au, 0x00003d18u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003d1du, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003d1au, 0x0004003du, 0x000001adu, 0x00003d1eu, 0x00003d1du, - 0x00040071u, 0x00000006u, 0x00003d1fu, 0x00003d1eu, 0x0004007cu, 0x00000008u, 0x00003d21u, 0x00003d1fu, - 0x00070050u, 0x00000009u, 0x00003d22u, 0x00003d21u, 0x00003d21u, 0x00003d21u, 0x00003d21u, 0x00050050u, - 0x0000004du, 0x000029e2u, 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000029e3u, 0x000029e2u, - 0x0003003eu, 0x00002696u, 0x000029e3u, 0x00050041u, 0x00000007u, 0x00003d2cu, 0x00002696u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003d2du, 0x00003d2cu, 0x00050084u, 0x00000006u, 0x00003d2eu, 0x0000254eu, - 0x00003d2du, 0x00050080u, 0x00000006u, 0x00003d2fu, 0x0000254bu, 0x00003d2eu, 0x00050041u, 0x00000007u, - 0x00003d30u, 0x00002696u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003d31u, 0x00003d30u, 0x00050080u, - 0x00000006u, 0x00003d33u, 0x00003d2fu, 0x00003d31u, 0x000500c7u, 0x00000006u, 0x00003d35u, 0x00003d33u, - 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003d38u, 0x00003d2cu, 0x000500c7u, 0x00000006u, 0x00003d39u, - 0x00003d38u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003d3au, 0x00003d39u, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x00003d3cu, 0x00003d35u, 0x00003d3au, 0x000500c6u, 0x00000006u, 0x00003d3eu, 0x00003d3cu, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003d41u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00003d3eu, 0x0004003du, 0x000001adu, 0x00003d42u, 0x00003d41u, 0x00040071u, 0x00000006u, 0x00003d43u, - 0x00003d42u, 0x0004007cu, 0x00000008u, 0x00003d45u, 0x00003d43u, 0x00070050u, 0x00000009u, 0x00003d46u, - 0x00003d45u, 0x00003d45u, 0x00003d45u, 0x00003d45u, 0x000200f9u, 0x000029e7u, 0x000200f8u, 0x000029e7u, - 0x000700f5u, 0x00000009u, 0x000064d2u, 0x0000634au, 0x000029d1u, 0x00003d46u, 0x000029d8u, 0x000700f5u, - 0x00000009u, 0x00006459u, 0x0000634au, 0x000029d1u, 0x00003d22u, 0x000029d8u, 0x000300f7u, 0x000029f1u, - 0x00000000u, 0x000400fau, 0x00002720u, 0x000029e9u, 0x000029f1u, 0x000200f8u, 0x000029e9u, 0x00050050u, - 0x0000004du, 0x000029ecu, 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000029edu, 0x000029ecu, - 0x0003003eu, 0x00002699u, 0x000029edu, 0x00050041u, 0x00000007u, 0x00003d50u, 0x00002699u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003d51u, 0x00003d50u, 0x00050084u, 0x00000006u, 0x00003d52u, 0x0000254eu, - 0x00003d51u, 0x00050080u, 0x00000006u, 0x00003d53u, 0x0000254bu, 0x00003d52u, 0x00050041u, 0x00000007u, - 0x00003d54u, 0x00002699u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003d55u, 0x00003d54u, 0x00050080u, - 0x00000006u, 0x00003d57u, 0x00003d53u, 0x00003d55u, 0x000500c7u, 0x00000006u, 0x00003d59u, 0x00003d57u, - 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003d5cu, 0x00003d50u, 0x000500c7u, 0x00000006u, 0x00003d5du, - 0x00003d5cu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003d5eu, 0x00003d5du, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x00003d60u, 0x00003d59u, 0x00003d5eu, 0x000500c6u, 0x00000006u, 0x00003d62u, 0x00003d60u, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003d65u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00003d62u, 0x0004003du, 0x000001adu, 0x00003d66u, 0x00003d65u, 0x00040071u, 0x00000006u, 0x00003d67u, - 0x00003d66u, 0x0004007cu, 0x00000008u, 0x00003d69u, 0x00003d67u, 0x00070050u, 0x00000009u, 0x00003d6au, - 0x00003d69u, 0x00003d69u, 0x00003d69u, 0x00003d69u, 0x000200f9u, 0x000029f1u, 0x000200f8u, 0x000029f1u, - 0x000700f5u, 0x00000009u, 0x0000654bu, 0x0000634au, 0x000029e7u, 0x00003d6au, 0x000029e9u, 0x000200f9u, - 0x000029f2u, 0x000200f8u, 0x000029b0u, 0x0004007cu, 0x000000a0u, 0x000029b2u, 0x00006319u, 0x0003003eu, - 0x00002684u, 0x000029b2u, 0x00050041u, 0x00000007u, 0x00003c19u, 0x00002684u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00003c1au, 0x00003c19u, 0x00050084u, 0x00000006u, 0x00003c1bu, 0x0000254eu, 0x00003c1au, - 0x00050080u, 0x00000006u, 0x00003c1cu, 0x0000254bu, 0x00003c1bu, 0x00050041u, 0x00000007u, 0x00003c1du, - 0x00002684u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003c1eu, 0x00003c1du, 0x000500c2u, 0x00000006u, - 0x00003c1fu, 0x00003c1eu, 0x00000196u, 0x00050080u, 0x00000006u, 0x00003c21u, 0x00003c1cu, 0x00003c1fu, - 0x000500c7u, 0x00000006u, 0x00003c23u, 0x00003c21u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003c25u, - 0x00003c1du, 0x000400c8u, 0x00000006u, 0x00003c26u, 0x00003c25u, 0x000500c7u, 0x00000006u, 0x00003c27u, - 0x00003c26u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003c28u, 0x00003c27u, 0x000006beu, 0x0004003du, - 0x00000006u, 0x00003c2bu, 0x00003c19u, 0x000500c7u, 0x00000006u, 0x00003c2cu, 0x00003c2bu, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00003c2du, 0x00003c2cu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003c2fu, - 0x00003c23u, 0x00003c2du, 0x000500c6u, 0x00000006u, 0x00003c31u, 0x00003c2fu, 0x00000333u, 0x00080041u, - 0x000001fbu, 0x00003c34u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003c31u, 0x0004003du, - 0x000001adu, 0x00003c35u, 0x00003c34u, 0x00040071u, 0x00000006u, 0x00003c36u, 0x00003c35u, 0x000500c2u, - 0x00000006u, 0x00003c39u, 0x00003c36u, 0x00003c28u, 0x000500c7u, 0x00000006u, 0x00003c3au, 0x00003c39u, - 0x000006dau, 0x000500c4u, 0x00000006u, 0x00003c3cu, 0x00003c3au, 0x0000019fu, 0x000500c5u, 0x00000006u, - 0x00003c3eu, 0x00003c3au, 0x00003c3cu, 0x0004007cu, 0x00000008u, 0x00003c40u, 0x00003c3eu, 0x00070050u, - 0x00000009u, 0x00003c41u, 0x00003c40u, 0x00003c40u, 0x00003c40u, 0x00003c40u, 0x000300f7u, 0x000029c6u, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x000029b7u, 0x000029c6u, 0x000200f8u, 0x000029b7u, 0x00050050u, - 0x0000004du, 0x000029bau, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x000029bbu, 0x000029bau, - 0x0003003eu, 0x00002687u, 0x000029bbu, 0x00050041u, 0x00000007u, 0x00003c4cu, 0x00002687u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003c4du, 0x00003c4cu, 0x00050084u, 0x00000006u, 0x00003c4eu, 0x0000254eu, - 0x00003c4du, 0x00050080u, 0x00000006u, 0x00003c4fu, 0x0000254bu, 0x00003c4eu, 0x00050041u, 0x00000007u, - 0x00003c50u, 0x00002687u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003c51u, 0x00003c50u, 0x000500c2u, - 0x00000006u, 0x00003c52u, 0x00003c51u, 0x00000196u, 0x00050080u, 0x00000006u, 0x00003c54u, 0x00003c4fu, - 0x00003c52u, 0x000500c7u, 0x00000006u, 0x00003c56u, 0x00003c54u, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x00003c58u, 0x00003c50u, 0x000400c8u, 0x00000006u, 0x00003c59u, 0x00003c58u, 0x000500c7u, 0x00000006u, - 0x00003c5au, 0x00003c59u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003c5bu, 0x00003c5au, 0x000006beu, - 0x0004003du, 0x00000006u, 0x00003c5eu, 0x00003c4cu, 0x000500c7u, 0x00000006u, 0x00003c5fu, 0x00003c5eu, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003c60u, 0x00003c5fu, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00003c62u, 0x00003c56u, 0x00003c60u, 0x000500c6u, 0x00000006u, 0x00003c64u, 0x00003c62u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x00003c67u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003c64u, - 0x0004003du, 0x000001adu, 0x00003c68u, 0x00003c67u, 0x00040071u, 0x00000006u, 0x00003c69u, 0x00003c68u, - 0x000500c2u, 0x00000006u, 0x00003c6cu, 0x00003c69u, 0x00003c5bu, 0x000500c7u, 0x00000006u, 0x00003c6du, - 0x00003c6cu, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00003c6fu, 0x00003c6du, 0x0000019fu, 0x000500c5u, - 0x00000006u, 0x00003c71u, 0x00003c6du, 0x00003c6fu, 0x0004007cu, 0x00000008u, 0x00003c73u, 0x00003c71u, - 0x00070050u, 0x00000009u, 0x00003c74u, 0x00003c73u, 0x00003c73u, 0x00003c73u, 0x00003c73u, 0x00050050u, - 0x0000004du, 0x000029c1u, 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000029c2u, 0x000029c1u, - 0x0003003eu, 0x0000268au, 0x000029c2u, 0x00050041u, 0x00000007u, 0x00003c7fu, 0x0000268au, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003c80u, 0x00003c7fu, 0x00050084u, 0x00000006u, 0x00003c81u, 0x0000254eu, - 0x00003c80u, 0x00050080u, 0x00000006u, 0x00003c82u, 0x0000254bu, 0x00003c81u, 0x00050041u, 0x00000007u, - 0x00003c83u, 0x0000268au, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003c84u, 0x00003c83u, 0x000500c2u, - 0x00000006u, 0x00003c85u, 0x00003c84u, 0x00000196u, 0x00050080u, 0x00000006u, 0x00003c87u, 0x00003c82u, - 0x00003c85u, 0x000500c7u, 0x00000006u, 0x00003c89u, 0x00003c87u, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x00003c8bu, 0x00003c83u, 0x000400c8u, 0x00000006u, 0x00003c8cu, 0x00003c8bu, 0x000500c7u, 0x00000006u, - 0x00003c8du, 0x00003c8cu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003c8eu, 0x00003c8du, 0x000006beu, - 0x0004003du, 0x00000006u, 0x00003c91u, 0x00003c7fu, 0x000500c7u, 0x00000006u, 0x00003c92u, 0x00003c91u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003c93u, 0x00003c92u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00003c95u, 0x00003c89u, 0x00003c93u, 0x000500c6u, 0x00000006u, 0x00003c97u, 0x00003c95u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x00003c9au, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003c97u, - 0x0004003du, 0x000001adu, 0x00003c9bu, 0x00003c9au, 0x00040071u, 0x00000006u, 0x00003c9cu, 0x00003c9bu, - 0x000500c2u, 0x00000006u, 0x00003c9fu, 0x00003c9cu, 0x00003c8eu, 0x000500c7u, 0x00000006u, 0x00003ca0u, - 0x00003c9fu, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00003ca2u, 0x00003ca0u, 0x0000019fu, 0x000500c5u, - 0x00000006u, 0x00003ca4u, 0x00003ca0u, 0x00003ca2u, 0x0004007cu, 0x00000008u, 0x00003ca6u, 0x00003ca4u, - 0x00070050u, 0x00000009u, 0x00003ca7u, 0x00003ca6u, 0x00003ca6u, 0x00003ca6u, 0x00003ca6u, 0x000200f9u, - 0x000029c6u, 0x000200f8u, 0x000029c6u, 0x000700f5u, 0x00000009u, 0x000064d0u, 0x0000634au, 0x000029b0u, - 0x00003ca7u, 0x000029b7u, 0x000700f5u, 0x00000009u, 0x00006457u, 0x0000634au, 0x000029b0u, 0x00003c74u, - 0x000029b7u, 0x000300f7u, 0x000029d0u, 0x00000000u, 0x000400fau, 0x00002720u, 0x000029c8u, 0x000029d0u, - 0x000200f8u, 0x000029c8u, 0x00050050u, 0x0000004du, 0x000029cbu, 0x00006308u, 0x00002716u, 0x0004007cu, - 0x000000a0u, 0x000029ccu, 0x000029cbu, 0x0003003eu, 0x0000268du, 0x000029ccu, 0x00050041u, 0x00000007u, - 0x00003cb2u, 0x0000268du, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003cb3u, 0x00003cb2u, 0x00050084u, - 0x00000006u, 0x00003cb4u, 0x0000254eu, 0x00003cb3u, 0x00050080u, 0x00000006u, 0x00003cb5u, 0x0000254bu, - 0x00003cb4u, 0x00050041u, 0x00000007u, 0x00003cb6u, 0x0000268du, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00003cb7u, 0x00003cb6u, 0x000500c2u, 0x00000006u, 0x00003cb8u, 0x00003cb7u, 0x00000196u, 0x00050080u, - 0x00000006u, 0x00003cbau, 0x00003cb5u, 0x00003cb8u, 0x000500c7u, 0x00000006u, 0x00003cbcu, 0x00003cbau, - 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003cbeu, 0x00003cb6u, 0x000400c8u, 0x00000006u, 0x00003cbfu, - 0x00003cbeu, 0x000500c7u, 0x00000006u, 0x00003cc0u, 0x00003cbfu, 0x0000032cu, 0x00050084u, 0x00000006u, - 0x00003cc1u, 0x00003cc0u, 0x000006beu, 0x0004003du, 0x00000006u, 0x00003cc4u, 0x00003cb2u, 0x000500c7u, - 0x00000006u, 0x00003cc5u, 0x00003cc4u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003cc6u, 0x00003cc5u, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003cc8u, 0x00003cbcu, 0x00003cc6u, 0x000500c6u, 0x00000006u, - 0x00003ccau, 0x00003cc8u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003ccdu, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00003ccau, 0x0004003du, 0x000001adu, 0x00003cceu, 0x00003ccdu, 0x00040071u, - 0x00000006u, 0x00003ccfu, 0x00003cceu, 0x000500c2u, 0x00000006u, 0x00003cd2u, 0x00003ccfu, 0x00003cc1u, - 0x000500c7u, 0x00000006u, 0x00003cd3u, 0x00003cd2u, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00003cd5u, - 0x00003cd3u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00003cd7u, 0x00003cd3u, 0x00003cd5u, 0x0004007cu, - 0x00000008u, 0x00003cd9u, 0x00003cd7u, 0x00070050u, 0x00000009u, 0x00003cdau, 0x00003cd9u, 0x00003cd9u, - 0x00003cd9u, 0x00003cd9u, 0x000200f9u, 0x000029d0u, 0x000200f8u, 0x000029d0u, 0x000700f5u, 0x00000009u, - 0x00006549u, 0x0000634au, 0x000029c6u, 0x00003cdau, 0x000029c8u, 0x000200f9u, 0x000029f2u, 0x000200f8u, - 0x0000298fu, 0x0004007cu, 0x000000a0u, 0x00002991u, 0x00006319u, 0x0003003eu, 0x0000269cu, 0x00002991u, - 0x00050041u, 0x00000007u, 0x00003b6cu, 0x0000269cu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003b6du, - 0x00003b6cu, 0x00050084u, 0x00000006u, 0x00003b6eu, 0x0000254eu, 0x00003b6du, 0x00050080u, 0x00000006u, - 0x00003b6fu, 0x0000254bu, 0x00003b6eu, 0x00050041u, 0x00000007u, 0x00003b70u, 0x0000269cu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00003b71u, 0x00003b70u, 0x00050084u, 0x00000006u, 0x00003b72u, 0x00003b71u, - 0x00000330u, 0x00050080u, 0x00000006u, 0x00003b74u, 0x00003b6fu, 0x00003b72u, 0x000500c7u, 0x00000006u, - 0x00003b76u, 0x00003b74u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003b78u, 0x00003b76u, 0x00000196u, - 0x0004003du, 0x00000006u, 0x00003b7au, 0x00003b6cu, 0x000500c7u, 0x00000006u, 0x00003b7bu, 0x00003b7au, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003b7cu, 0x00003b7bu, 0x00000196u, 0x000500c6u, 0x00000006u, - 0x00003b7eu, 0x00003b78u, 0x00003b7cu, 0x000500c6u, 0x00000006u, 0x00003b80u, 0x00003b7eu, 0x0000032cu, - 0x00080041u, 0x000001f4u, 0x00003b83u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003b80u, - 0x0004003du, 0x000001afu, 0x00003b84u, 0x00003b83u, 0x00040071u, 0x00000006u, 0x00003b85u, 0x00003b84u, - 0x000500c2u, 0x00000006u, 0x00003b87u, 0x00003b85u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003b88u, - 0x00003b87u, 0x000500c7u, 0x00000006u, 0x00003b8au, 0x00003b85u, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x00003b8bu, 0x00003b8au, 0x00050050u, 0x0000004du, 0x00003b8cu, 0x00003b88u, 0x00003b8bu, 0x0009004fu, - 0x00000009u, 0x00003b8du, 0x00003b8cu, 0x00003b8cu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000300f7u, 0x000029a5u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00002996u, 0x000029a5u, 0x000200f8u, - 0x00002996u, 0x00050050u, 0x0000004du, 0x00002999u, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, - 0x0000299au, 0x00002999u, 0x0003003eu, 0x0000269fu, 0x0000299au, 0x00050041u, 0x00000007u, 0x00003b97u, - 0x0000269fu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003b98u, 0x00003b97u, 0x00050084u, 0x00000006u, - 0x00003b99u, 0x0000254eu, 0x00003b98u, 0x00050080u, 0x00000006u, 0x00003b9au, 0x0000254bu, 0x00003b99u, - 0x00050041u, 0x00000007u, 0x00003b9bu, 0x0000269fu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003b9cu, - 0x00003b9bu, 0x00050084u, 0x00000006u, 0x00003b9du, 0x00003b9cu, 0x00000330u, 0x00050080u, 0x00000006u, - 0x00003b9fu, 0x00003b9au, 0x00003b9du, 0x000500c7u, 0x00000006u, 0x00003ba1u, 0x00003b9fu, 0x000006b6u, - 0x000500c2u, 0x00000006u, 0x00003ba3u, 0x00003ba1u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00003ba5u, - 0x00003b97u, 0x000500c7u, 0x00000006u, 0x00003ba6u, 0x00003ba5u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x00003ba7u, 0x00003ba6u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003ba9u, 0x00003ba3u, 0x00003ba7u, - 0x000500c6u, 0x00000006u, 0x00003babu, 0x00003ba9u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00003baeu, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003babu, 0x0004003du, 0x000001afu, 0x00003bafu, - 0x00003baeu, 0x00040071u, 0x00000006u, 0x00003bb0u, 0x00003bafu, 0x000500c2u, 0x00000006u, 0x00003bb2u, - 0x00003bb0u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003bb3u, 0x00003bb2u, 0x000500c7u, 0x00000006u, - 0x00003bb5u, 0x00003bb0u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003bb6u, 0x00003bb5u, 0x00050050u, - 0x0000004du, 0x00003bb7u, 0x00003bb3u, 0x00003bb6u, 0x0009004fu, 0x00000009u, 0x00003bb8u, 0x00003bb7u, - 0x00003bb7u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000004du, 0x000029a0u, - 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000029a1u, 0x000029a0u, 0x0003003eu, 0x000026a2u, - 0x000029a1u, 0x00050041u, 0x00000007u, 0x00003bc2u, 0x000026a2u, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x00003bc3u, 0x00003bc2u, 0x00050084u, 0x00000006u, 0x00003bc4u, 0x0000254eu, 0x00003bc3u, 0x00050080u, - 0x00000006u, 0x00003bc5u, 0x0000254bu, 0x00003bc4u, 0x00050041u, 0x00000007u, 0x00003bc6u, 0x000026a2u, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003bc7u, 0x00003bc6u, 0x00050084u, 0x00000006u, 0x00003bc8u, - 0x00003bc7u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00003bcau, 0x00003bc5u, 0x00003bc8u, 0x000500c7u, - 0x00000006u, 0x00003bccu, 0x00003bcau, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003bceu, 0x00003bccu, - 0x00000196u, 0x0004003du, 0x00000006u, 0x00003bd0u, 0x00003bc2u, 0x000500c7u, 0x00000006u, 0x00003bd1u, - 0x00003bd0u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003bd2u, 0x00003bd1u, 0x00000196u, 0x000500c6u, - 0x00000006u, 0x00003bd4u, 0x00003bceu, 0x00003bd2u, 0x000500c6u, 0x00000006u, 0x00003bd6u, 0x00003bd4u, - 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00003bd9u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00003bd6u, 0x0004003du, 0x000001afu, 0x00003bdau, 0x00003bd9u, 0x00040071u, 0x00000006u, 0x00003bdbu, - 0x00003bdau, 0x000500c2u, 0x00000006u, 0x00003bddu, 0x00003bdbu, 0x000001e2u, 0x0004007cu, 0x00000008u, - 0x00003bdeu, 0x00003bddu, 0x000500c7u, 0x00000006u, 0x00003be0u, 0x00003bdbu, 0x0000068bu, 0x0004007cu, - 0x00000008u, 0x00003be1u, 0x00003be0u, 0x00050050u, 0x0000004du, 0x00003be2u, 0x00003bdeu, 0x00003be1u, - 0x0009004fu, 0x00000009u, 0x00003be3u, 0x00003be2u, 0x00003be2u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x000029a5u, 0x000200f8u, 0x000029a5u, 0x000700f5u, 0x00000009u, 0x000064ceu, - 0x0000634au, 0x0000298fu, 0x00003be3u, 0x00002996u, 0x000700f5u, 0x00000009u, 0x00006455u, 0x0000634au, - 0x0000298fu, 0x00003bb8u, 0x00002996u, 0x000300f7u, 0x000029afu, 0x00000000u, 0x000400fau, 0x00002720u, - 0x000029a7u, 0x000029afu, 0x000200f8u, 0x000029a7u, 0x00050050u, 0x0000004du, 0x000029aau, 0x00006308u, - 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000029abu, 0x000029aau, 0x0003003eu, 0x000026a5u, 0x000029abu, - 0x00050041u, 0x00000007u, 0x00003bedu, 0x000026a5u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003beeu, - 0x00003bedu, 0x00050084u, 0x00000006u, 0x00003befu, 0x0000254eu, 0x00003beeu, 0x00050080u, 0x00000006u, - 0x00003bf0u, 0x0000254bu, 0x00003befu, 0x00050041u, 0x00000007u, 0x00003bf1u, 0x000026a5u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00003bf2u, 0x00003bf1u, 0x00050084u, 0x00000006u, 0x00003bf3u, 0x00003bf2u, - 0x00000330u, 0x00050080u, 0x00000006u, 0x00003bf5u, 0x00003bf0u, 0x00003bf3u, 0x000500c7u, 0x00000006u, - 0x00003bf7u, 0x00003bf5u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003bf9u, 0x00003bf7u, 0x00000196u, - 0x0004003du, 0x00000006u, 0x00003bfbu, 0x00003bedu, 0x000500c7u, 0x00000006u, 0x00003bfcu, 0x00003bfbu, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003bfdu, 0x00003bfcu, 0x00000196u, 0x000500c6u, 0x00000006u, - 0x00003bffu, 0x00003bf9u, 0x00003bfdu, 0x000500c6u, 0x00000006u, 0x00003c01u, 0x00003bffu, 0x0000032cu, - 0x00080041u, 0x000001f4u, 0x00003c04u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003c01u, - 0x0004003du, 0x000001afu, 0x00003c05u, 0x00003c04u, 0x00040071u, 0x00000006u, 0x00003c06u, 0x00003c05u, - 0x000500c2u, 0x00000006u, 0x00003c08u, 0x00003c06u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003c09u, - 0x00003c08u, 0x000500c7u, 0x00000006u, 0x00003c0bu, 0x00003c06u, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x00003c0cu, 0x00003c0bu, 0x00050050u, 0x0000004du, 0x00003c0du, 0x00003c09u, 0x00003c0cu, 0x0009004fu, - 0x00000009u, 0x00003c0eu, 0x00003c0du, 0x00003c0du, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x000029afu, 0x000200f8u, 0x000029afu, 0x000700f5u, 0x00000009u, 0x00006547u, 0x0000634au, - 0x000029a5u, 0x00003c0eu, 0x000029a7u, 0x000200f9u, 0x000029f2u, 0x000200f8u, 0x000029f2u, 0x000900f5u, - 0x00000009u, 0x00006546u, 0x00006547u, 0x000029afu, 0x00006549u, 0x000029d0u, 0x0000654bu, 0x000029f1u, - 0x000900f5u, 0x00000009u, 0x000064ccu, 0x000064ceu, 0x000029afu, 0x000064d0u, 0x000029d0u, 0x000064d2u, - 0x000029f1u, 0x000900f5u, 0x00000009u, 0x00006453u, 0x00006455u, 0x000029afu, 0x00006457u, 0x000029d0u, - 0x00006459u, 0x000029f1u, 0x000900f5u, 0x00000009u, 0x000063a0u, 0x00003b8du, 0x000029afu, 0x00003c41u, - 0x000029d0u, 0x00003cfeu, 0x000029f1u, 0x000200f9u, 0x000029f3u, 0x000200f8u, 0x00002904u, 0x000300f7u, - 0x0000298bu, 0x00000000u, 0x000b00fbu, 0x000079c6u, 0x0000298bu, 0x00000000u, 0x00002907u, 0x00000001u, - 0x00002928u, 0x00000002u, 0x00002949u, 0x00000003u, 0x0000296au, 0x000200f8u, 0x0000296au, 0x0004007cu, - 0x000000a0u, 0x0000296cu, 0x00006319u, 0x0003003eu, 0x00002678u, 0x0000296cu, 0x00050041u, 0x00000007u, - 0x00003ac0u, 0x00002678u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003ac1u, 0x00003ac0u, 0x00050084u, - 0x00000006u, 0x00003ac2u, 0x0000254eu, 0x00003ac1u, 0x00050080u, 0x00000006u, 0x00003ac3u, 0x0000254bu, - 0x00003ac2u, 0x00050041u, 0x00000007u, 0x00003ac4u, 0x00002678u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00003ac5u, 0x00003ac4u, 0x00050084u, 0x00000006u, 0x00003ac6u, 0x00003ac5u, 0x00000330u, 0x00050080u, - 0x00000006u, 0x00003ac8u, 0x00003ac3u, 0x00003ac6u, 0x000500c7u, 0x00000006u, 0x00003acau, 0x00003ac8u, - 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003accu, 0x00003acau, 0x00000196u, 0x0004003du, 0x00000006u, - 0x00003aceu, 0x00003ac0u, 0x000500c7u, 0x00000006u, 0x00003acfu, 0x00003aceu, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00003ad0u, 0x00003acfu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003ad2u, 0x00003accu, - 0x00003ad0u, 0x000500c6u, 0x00000006u, 0x00003ad4u, 0x00003ad2u, 0x0000032cu, 0x00080041u, 0x000001f4u, - 0x00003ad7u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003ad4u, 0x0004003du, 0x000001afu, - 0x00003ad8u, 0x00003ad7u, 0x00040071u, 0x00000006u, 0x00003ad9u, 0x00003ad8u, 0x000500c2u, 0x00000006u, - 0x00003adbu, 0x00003ad9u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003adcu, 0x00003adbu, 0x000500c7u, - 0x00000006u, 0x00003adeu, 0x00003ad9u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003adfu, 0x00003adeu, - 0x00050050u, 0x0000004du, 0x00003ae0u, 0x00003adcu, 0x00003adfu, 0x0009004fu, 0x00000009u, 0x00003ae1u, - 0x00003ae0u, 0x00003ae0u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00002980u, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x00002971u, 0x00002980u, 0x000200f8u, 0x00002971u, 0x00050050u, - 0x0000004du, 0x00002974u, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x00002975u, 0x00002974u, - 0x0003003eu, 0x0000267bu, 0x00002975u, 0x00050041u, 0x00000007u, 0x00003aebu, 0x0000267bu, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003aecu, 0x00003aebu, 0x00050084u, 0x00000006u, 0x00003aedu, 0x0000254eu, - 0x00003aecu, 0x00050080u, 0x00000006u, 0x00003aeeu, 0x0000254bu, 0x00003aedu, 0x00050041u, 0x00000007u, - 0x00003aefu, 0x0000267bu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003af0u, 0x00003aefu, 0x00050084u, - 0x00000006u, 0x00003af1u, 0x00003af0u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00003af3u, 0x00003aeeu, - 0x00003af1u, 0x000500c7u, 0x00000006u, 0x00003af5u, 0x00003af3u, 0x000006b6u, 0x000500c2u, 0x00000006u, - 0x00003af7u, 0x00003af5u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00003af9u, 0x00003aebu, 0x000500c7u, - 0x00000006u, 0x00003afau, 0x00003af9u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003afbu, 0x00003afau, - 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003afdu, 0x00003af7u, 0x00003afbu, 0x000500c6u, 0x00000006u, - 0x00003affu, 0x00003afdu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00003b02u, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00003affu, 0x0004003du, 0x000001afu, 0x00003b03u, 0x00003b02u, 0x00040071u, - 0x00000006u, 0x00003b04u, 0x00003b03u, 0x000500c2u, 0x00000006u, 0x00003b06u, 0x00003b04u, 0x000001e2u, - 0x0004007cu, 0x00000008u, 0x00003b07u, 0x00003b06u, 0x000500c7u, 0x00000006u, 0x00003b09u, 0x00003b04u, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003b0au, 0x00003b09u, 0x00050050u, 0x0000004du, 0x00003b0bu, - 0x00003b07u, 0x00003b0au, 0x0009004fu, 0x00000009u, 0x00003b0cu, 0x00003b0bu, 0x00003b0bu, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000004du, 0x0000297bu, 0x00006304u, 0x00002716u, - 0x0004007cu, 0x000000a0u, 0x0000297cu, 0x0000297bu, 0x0003003eu, 0x0000267eu, 0x0000297cu, 0x00050041u, - 0x00000007u, 0x00003b16u, 0x0000267eu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003b17u, 0x00003b16u, - 0x00050084u, 0x00000006u, 0x00003b18u, 0x0000254eu, 0x00003b17u, 0x00050080u, 0x00000006u, 0x00003b19u, - 0x0000254bu, 0x00003b18u, 0x00050041u, 0x00000007u, 0x00003b1au, 0x0000267eu, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00003b1bu, 0x00003b1au, 0x00050084u, 0x00000006u, 0x00003b1cu, 0x00003b1bu, 0x00000330u, - 0x00050080u, 0x00000006u, 0x00003b1eu, 0x00003b19u, 0x00003b1cu, 0x000500c7u, 0x00000006u, 0x00003b20u, - 0x00003b1eu, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003b22u, 0x00003b20u, 0x00000196u, 0x0004003du, - 0x00000006u, 0x00003b24u, 0x00003b16u, 0x000500c7u, 0x00000006u, 0x00003b25u, 0x00003b24u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00003b26u, 0x00003b25u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003b28u, - 0x00003b22u, 0x00003b26u, 0x000500c6u, 0x00000006u, 0x00003b2au, 0x00003b28u, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x00003b2du, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003b2au, 0x0004003du, - 0x000001afu, 0x00003b2eu, 0x00003b2du, 0x00040071u, 0x00000006u, 0x00003b2fu, 0x00003b2eu, 0x000500c2u, - 0x00000006u, 0x00003b31u, 0x00003b2fu, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003b32u, 0x00003b31u, - 0x000500c7u, 0x00000006u, 0x00003b34u, 0x00003b2fu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003b35u, - 0x00003b34u, 0x00050050u, 0x0000004du, 0x00003b36u, 0x00003b32u, 0x00003b35u, 0x0009004fu, 0x00000009u, - 0x00003b37u, 0x00003b36u, 0x00003b36u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00002980u, 0x000200f8u, 0x00002980u, 0x000700f5u, 0x00000009u, 0x000064cbu, 0x0000634au, 0x0000296au, - 0x00003b37u, 0x00002971u, 0x000700f5u, 0x00000009u, 0x00006452u, 0x0000634au, 0x0000296au, 0x00003b0cu, - 0x00002971u, 0x000300f7u, 0x0000298au, 0x00000000u, 0x000400fau, 0x00002720u, 0x00002982u, 0x0000298au, - 0x000200f8u, 0x00002982u, 0x00050050u, 0x0000004du, 0x00002985u, 0x00006308u, 0x00002716u, 0x0004007cu, - 0x000000a0u, 0x00002986u, 0x00002985u, 0x0003003eu, 0x00002681u, 0x00002986u, 0x00050041u, 0x00000007u, - 0x00003b41u, 0x00002681u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003b42u, 0x00003b41u, 0x00050084u, - 0x00000006u, 0x00003b43u, 0x0000254eu, 0x00003b42u, 0x00050080u, 0x00000006u, 0x00003b44u, 0x0000254bu, - 0x00003b43u, 0x00050041u, 0x00000007u, 0x00003b45u, 0x00002681u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00003b46u, 0x00003b45u, 0x00050084u, 0x00000006u, 0x00003b47u, 0x00003b46u, 0x00000330u, 0x00050080u, - 0x00000006u, 0x00003b49u, 0x00003b44u, 0x00003b47u, 0x000500c7u, 0x00000006u, 0x00003b4bu, 0x00003b49u, - 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003b4du, 0x00003b4bu, 0x00000196u, 0x0004003du, 0x00000006u, - 0x00003b4fu, 0x00003b41u, 0x000500c7u, 0x00000006u, 0x00003b50u, 0x00003b4fu, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00003b51u, 0x00003b50u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003b53u, 0x00003b4du, - 0x00003b51u, 0x000500c6u, 0x00000006u, 0x00003b55u, 0x00003b53u, 0x0000032cu, 0x00080041u, 0x000001f4u, - 0x00003b58u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003b55u, 0x0004003du, 0x000001afu, - 0x00003b59u, 0x00003b58u, 0x00040071u, 0x00000006u, 0x00003b5au, 0x00003b59u, 0x000500c2u, 0x00000006u, - 0x00003b5cu, 0x00003b5au, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003b5du, 0x00003b5cu, 0x000500c7u, - 0x00000006u, 0x00003b5fu, 0x00003b5au, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003b60u, 0x00003b5fu, - 0x00050050u, 0x0000004du, 0x00003b61u, 0x00003b5du, 0x00003b60u, 0x0009004fu, 0x00000009u, 0x00003b62u, - 0x00003b61u, 0x00003b61u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000298au, - 0x000200f8u, 0x0000298au, 0x000700f5u, 0x00000009u, 0x00006544u, 0x0000634au, 0x00002980u, 0x00003b62u, - 0x00002982u, 0x000200f9u, 0x0000298bu, 0x000200f8u, 0x00002949u, 0x0004007cu, 0x000000a0u, 0x0000294bu, - 0x00006319u, 0x0003003eu, 0x0000266cu, 0x0000294bu, 0x00050041u, 0x00000007u, 0x000039e5u, 0x0000266cu, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x000039e6u, 0x000039e5u, 0x00050084u, 0x00000006u, 0x000039e7u, - 0x0000254eu, 0x000039e6u, 0x00050080u, 0x00000006u, 0x000039e8u, 0x0000254bu, 0x000039e7u, 0x00050041u, - 0x00000007u, 0x000039e9u, 0x0000266cu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000039eau, 0x000039e9u, - 0x00050084u, 0x00000006u, 0x000039ebu, 0x000039eau, 0x00000330u, 0x00050080u, 0x00000006u, 0x000039edu, - 0x000039e8u, 0x000039ebu, 0x000500c7u, 0x00000006u, 0x000039efu, 0x000039edu, 0x000006b6u, 0x000500c2u, - 0x00000006u, 0x000039f1u, 0x000039efu, 0x00000196u, 0x0004003du, 0x00000006u, 0x000039f3u, 0x000039e5u, - 0x000500c7u, 0x00000006u, 0x000039f4u, 0x000039f3u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000039f5u, - 0x000039f4u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000039f7u, 0x000039f1u, 0x000039f5u, 0x000500c6u, - 0x00000006u, 0x000039f9u, 0x000039f7u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000039fcu, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000039f9u, 0x0004003du, 0x000001afu, 0x000039fdu, 0x000039fcu, - 0x00040071u, 0x00000006u, 0x000039feu, 0x000039fdu, 0x000500c2u, 0x00000006u, 0x00003a06u, 0x000039feu, - 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00003a08u, 0x000039feu, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x00003a0au, 0x00003a06u, 0x0004007cu, 0x00000008u, 0x00003a10u, 0x00003a08u, 0x00070050u, 0x00000009u, - 0x00003a11u, 0x00003a0au, 0x00003a0au, 0x00003a0au, 0x00003a10u, 0x000300f7u, 0x0000295fu, 0x00000000u, - 0x000400fau, 0x00001a33u, 0x00002950u, 0x0000295fu, 0x000200f8u, 0x00002950u, 0x00050050u, 0x0000004du, - 0x00002953u, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x00002954u, 0x00002953u, 0x0003003eu, - 0x0000266fu, 0x00002954u, 0x00050041u, 0x00000007u, 0x00003a1cu, 0x0000266fu, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00003a1du, 0x00003a1cu, 0x00050084u, 0x00000006u, 0x00003a1eu, 0x0000254eu, 0x00003a1du, - 0x00050080u, 0x00000006u, 0x00003a1fu, 0x0000254bu, 0x00003a1eu, 0x00050041u, 0x00000007u, 0x00003a20u, - 0x0000266fu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003a21u, 0x00003a20u, 0x00050084u, 0x00000006u, - 0x00003a22u, 0x00003a21u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00003a24u, 0x00003a1fu, 0x00003a22u, - 0x000500c7u, 0x00000006u, 0x00003a26u, 0x00003a24u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003a28u, - 0x00003a26u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00003a2au, 0x00003a1cu, 0x000500c7u, 0x00000006u, - 0x00003a2bu, 0x00003a2au, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003a2cu, 0x00003a2bu, 0x00000196u, - 0x000500c6u, 0x00000006u, 0x00003a2eu, 0x00003a28u, 0x00003a2cu, 0x000500c6u, 0x00000006u, 0x00003a30u, - 0x00003a2eu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00003a33u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00003a30u, 0x0004003du, 0x000001afu, 0x00003a34u, 0x00003a33u, 0x00040071u, 0x00000006u, - 0x00003a35u, 0x00003a34u, 0x000500c2u, 0x00000006u, 0x00003a3du, 0x00003a35u, 0x000001e2u, 0x000500c7u, - 0x00000006u, 0x00003a3fu, 0x00003a35u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003a41u, 0x00003a3du, - 0x0004007cu, 0x00000008u, 0x00003a47u, 0x00003a3fu, 0x00070050u, 0x00000009u, 0x00003a48u, 0x00003a41u, - 0x00003a41u, 0x00003a41u, 0x00003a47u, 0x00050050u, 0x0000004du, 0x0000295au, 0x00006304u, 0x00002716u, - 0x0004007cu, 0x000000a0u, 0x0000295bu, 0x0000295au, 0x0003003eu, 0x00002672u, 0x0000295bu, 0x00050041u, - 0x00000007u, 0x00003a53u, 0x00002672u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003a54u, 0x00003a53u, - 0x00050084u, 0x00000006u, 0x00003a55u, 0x0000254eu, 0x00003a54u, 0x00050080u, 0x00000006u, 0x00003a56u, - 0x0000254bu, 0x00003a55u, 0x00050041u, 0x00000007u, 0x00003a57u, 0x00002672u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00003a58u, 0x00003a57u, 0x00050084u, 0x00000006u, 0x00003a59u, 0x00003a58u, 0x00000330u, - 0x00050080u, 0x00000006u, 0x00003a5bu, 0x00003a56u, 0x00003a59u, 0x000500c7u, 0x00000006u, 0x00003a5du, - 0x00003a5bu, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003a5fu, 0x00003a5du, 0x00000196u, 0x0004003du, - 0x00000006u, 0x00003a61u, 0x00003a53u, 0x000500c7u, 0x00000006u, 0x00003a62u, 0x00003a61u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00003a63u, 0x00003a62u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003a65u, - 0x00003a5fu, 0x00003a63u, 0x000500c6u, 0x00000006u, 0x00003a67u, 0x00003a65u, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x00003a6au, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003a67u, 0x0004003du, - 0x000001afu, 0x00003a6bu, 0x00003a6au, 0x00040071u, 0x00000006u, 0x00003a6cu, 0x00003a6bu, 0x000500c2u, - 0x00000006u, 0x00003a74u, 0x00003a6cu, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00003a76u, 0x00003a6cu, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003a78u, 0x00003a74u, 0x0004007cu, 0x00000008u, 0x00003a7eu, - 0x00003a76u, 0x00070050u, 0x00000009u, 0x00003a7fu, 0x00003a78u, 0x00003a78u, 0x00003a78u, 0x00003a7eu, - 0x000200f9u, 0x0000295fu, 0x000200f8u, 0x0000295fu, 0x000700f5u, 0x00000009u, 0x000064c9u, 0x0000634au, - 0x00002949u, 0x00003a7fu, 0x00002950u, 0x000700f5u, 0x00000009u, 0x00006450u, 0x0000634au, 0x00002949u, - 0x00003a48u, 0x00002950u, 0x000300f7u, 0x00002969u, 0x00000000u, 0x000400fau, 0x00002720u, 0x00002961u, - 0x00002969u, 0x000200f8u, 0x00002961u, 0x00050050u, 0x0000004du, 0x00002964u, 0x00006308u, 0x00002716u, - 0x0004007cu, 0x000000a0u, 0x00002965u, 0x00002964u, 0x0003003eu, 0x00002675u, 0x00002965u, 0x00050041u, - 0x00000007u, 0x00003a8au, 0x00002675u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003a8bu, 0x00003a8au, - 0x00050084u, 0x00000006u, 0x00003a8cu, 0x0000254eu, 0x00003a8bu, 0x00050080u, 0x00000006u, 0x00003a8du, - 0x0000254bu, 0x00003a8cu, 0x00050041u, 0x00000007u, 0x00003a8eu, 0x00002675u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00003a8fu, 0x00003a8eu, 0x00050084u, 0x00000006u, 0x00003a90u, 0x00003a8fu, 0x00000330u, - 0x00050080u, 0x00000006u, 0x00003a92u, 0x00003a8du, 0x00003a90u, 0x000500c7u, 0x00000006u, 0x00003a94u, - 0x00003a92u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003a96u, 0x00003a94u, 0x00000196u, 0x0004003du, - 0x00000006u, 0x00003a98u, 0x00003a8au, 0x000500c7u, 0x00000006u, 0x00003a99u, 0x00003a98u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00003a9au, 0x00003a99u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003a9cu, - 0x00003a96u, 0x00003a9au, 0x000500c6u, 0x00000006u, 0x00003a9eu, 0x00003a9cu, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x00003aa1u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003a9eu, 0x0004003du, - 0x000001afu, 0x00003aa2u, 0x00003aa1u, 0x00040071u, 0x00000006u, 0x00003aa3u, 0x00003aa2u, 0x000500c2u, - 0x00000006u, 0x00003aabu, 0x00003aa3u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00003aadu, 0x00003aa3u, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003aafu, 0x00003aabu, 0x0004007cu, 0x00000008u, 0x00003ab5u, - 0x00003aadu, 0x00070050u, 0x00000009u, 0x00003ab6u, 0x00003aafu, 0x00003aafu, 0x00003aafu, 0x00003ab5u, - 0x000200f9u, 0x00002969u, 0x000200f8u, 0x00002969u, 0x000700f5u, 0x00000009u, 0x00006542u, 0x0000634au, - 0x0000295fu, 0x00003ab6u, 0x00002961u, 0x000200f9u, 0x0000298bu, 0x000200f8u, 0x00002928u, 0x0004007cu, - 0x000000a0u, 0x0000292au, 0x00006319u, 0x0003003eu, 0x00002660u, 0x0000292au, 0x00050041u, 0x00000007u, - 0x00003906u, 0x00002660u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003907u, 0x00003906u, 0x00050084u, - 0x00000006u, 0x00003908u, 0x0000254eu, 0x00003907u, 0x00050080u, 0x00000006u, 0x00003909u, 0x0000254bu, - 0x00003908u, 0x00050041u, 0x00000007u, 0x0000390au, 0x00002660u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x0000390bu, 0x0000390au, 0x00050080u, 0x00000006u, 0x0000390du, 0x00003909u, 0x0000390bu, 0x000500c7u, - 0x00000006u, 0x0000390fu, 0x0000390du, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003912u, 0x00003906u, - 0x000500c7u, 0x00000006u, 0x00003913u, 0x00003912u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003914u, - 0x00003913u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003916u, 0x0000390fu, 0x00003914u, 0x000500c6u, - 0x00000006u, 0x00003918u, 0x00003916u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000391bu, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003918u, 0x0004003du, 0x000001adu, 0x0000391cu, 0x0000391bu, - 0x00040071u, 0x00000006u, 0x0000391du, 0x0000391cu, 0x000500c2u, 0x00000006u, 0x0000391fu, 0x0000391du, - 0x0000019fu, 0x000500c7u, 0x00000006u, 0x00003921u, 0x0000391du, 0x000006dau, 0x000500c4u, 0x00000006u, - 0x00003923u, 0x00003921u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00003925u, 0x00003921u, 0x00003923u, - 0x000500c4u, 0x00000006u, 0x00003927u, 0x0000391fu, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00003929u, - 0x0000391fu, 0x00003927u, 0x0004007cu, 0x00000008u, 0x0000392bu, 0x00003929u, 0x0004007cu, 0x00000008u, - 0x00003931u, 0x00003925u, 0x00070050u, 0x00000009u, 0x00003932u, 0x0000392bu, 0x0000392bu, 0x0000392bu, - 0x00003931u, 0x000300f7u, 0x0000293eu, 0x00000000u, 0x000400fau, 0x00001a33u, 0x0000292fu, 0x0000293eu, - 0x000200f8u, 0x0000292fu, 0x00050050u, 0x0000004du, 0x00002932u, 0x00006308u, 0x00002714u, 0x0004007cu, - 0x000000a0u, 0x00002933u, 0x00002932u, 0x0003003eu, 0x00002663u, 0x00002933u, 0x00050041u, 0x00000007u, - 0x0000393eu, 0x00002663u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000393fu, 0x0000393eu, 0x00050084u, - 0x00000006u, 0x00003940u, 0x0000254eu, 0x0000393fu, 0x00050080u, 0x00000006u, 0x00003941u, 0x0000254bu, - 0x00003940u, 0x00050041u, 0x00000007u, 0x00003942u, 0x00002663u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00003943u, 0x00003942u, 0x00050080u, 0x00000006u, 0x00003945u, 0x00003941u, 0x00003943u, 0x000500c7u, - 0x00000006u, 0x00003947u, 0x00003945u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x0000394au, 0x0000393eu, - 0x000500c7u, 0x00000006u, 0x0000394bu, 0x0000394au, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000394cu, - 0x0000394bu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000394eu, 0x00003947u, 0x0000394cu, 0x000500c6u, - 0x00000006u, 0x00003950u, 0x0000394eu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003953u, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003950u, 0x0004003du, 0x000001adu, 0x00003954u, 0x00003953u, - 0x00040071u, 0x00000006u, 0x00003955u, 0x00003954u, 0x000500c2u, 0x00000006u, 0x00003957u, 0x00003955u, - 0x0000019fu, 0x000500c7u, 0x00000006u, 0x00003959u, 0x00003955u, 0x000006dau, 0x000500c4u, 0x00000006u, - 0x0000395bu, 0x00003959u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x0000395du, 0x00003959u, 0x0000395bu, - 0x000500c4u, 0x00000006u, 0x0000395fu, 0x00003957u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00003961u, - 0x00003957u, 0x0000395fu, 0x0004007cu, 0x00000008u, 0x00003963u, 0x00003961u, 0x0004007cu, 0x00000008u, - 0x00003969u, 0x0000395du, 0x00070050u, 0x00000009u, 0x0000396au, 0x00003963u, 0x00003963u, 0x00003963u, - 0x00003969u, 0x00050050u, 0x0000004du, 0x00002939u, 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, - 0x0000293au, 0x00002939u, 0x0003003eu, 0x00002666u, 0x0000293au, 0x00050041u, 0x00000007u, 0x00003976u, - 0x00002666u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003977u, 0x00003976u, 0x00050084u, 0x00000006u, - 0x00003978u, 0x0000254eu, 0x00003977u, 0x00050080u, 0x00000006u, 0x00003979u, 0x0000254bu, 0x00003978u, - 0x00050041u, 0x00000007u, 0x0000397au, 0x00002666u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000397bu, - 0x0000397au, 0x00050080u, 0x00000006u, 0x0000397du, 0x00003979u, 0x0000397bu, 0x000500c7u, 0x00000006u, - 0x0000397fu, 0x0000397du, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003982u, 0x00003976u, 0x000500c7u, - 0x00000006u, 0x00003983u, 0x00003982u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003984u, 0x00003983u, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003986u, 0x0000397fu, 0x00003984u, 0x000500c6u, 0x00000006u, - 0x00003988u, 0x00003986u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000398bu, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00003988u, 0x0004003du, 0x000001adu, 0x0000398cu, 0x0000398bu, 0x00040071u, - 0x00000006u, 0x0000398du, 0x0000398cu, 0x000500c2u, 0x00000006u, 0x0000398fu, 0x0000398du, 0x0000019fu, - 0x000500c7u, 0x00000006u, 0x00003991u, 0x0000398du, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00003993u, - 0x00003991u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00003995u, 0x00003991u, 0x00003993u, 0x000500c4u, - 0x00000006u, 0x00003997u, 0x0000398fu, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00003999u, 0x0000398fu, - 0x00003997u, 0x0004007cu, 0x00000008u, 0x0000399bu, 0x00003999u, 0x0004007cu, 0x00000008u, 0x000039a1u, - 0x00003995u, 0x00070050u, 0x00000009u, 0x000039a2u, 0x0000399bu, 0x0000399bu, 0x0000399bu, 0x000039a1u, - 0x000200f9u, 0x0000293eu, 0x000200f8u, 0x0000293eu, 0x000700f5u, 0x00000009u, 0x000064c7u, 0x0000634au, - 0x00002928u, 0x000039a2u, 0x0000292fu, 0x000700f5u, 0x00000009u, 0x0000644eu, 0x0000634au, 0x00002928u, - 0x0000396au, 0x0000292fu, 0x000300f7u, 0x00002948u, 0x00000000u, 0x000400fau, 0x00002720u, 0x00002940u, - 0x00002948u, 0x000200f8u, 0x00002940u, 0x00050050u, 0x0000004du, 0x00002943u, 0x00006308u, 0x00002716u, - 0x0004007cu, 0x000000a0u, 0x00002944u, 0x00002943u, 0x0003003eu, 0x00002669u, 0x00002944u, 0x00050041u, - 0x00000007u, 0x000039aeu, 0x00002669u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000039afu, 0x000039aeu, - 0x00050084u, 0x00000006u, 0x000039b0u, 0x0000254eu, 0x000039afu, 0x00050080u, 0x00000006u, 0x000039b1u, - 0x0000254bu, 0x000039b0u, 0x00050041u, 0x00000007u, 0x000039b2u, 0x00002669u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x000039b3u, 0x000039b2u, 0x00050080u, 0x00000006u, 0x000039b5u, 0x000039b1u, 0x000039b3u, - 0x000500c7u, 0x00000006u, 0x000039b7u, 0x000039b5u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000039bau, - 0x000039aeu, 0x000500c7u, 0x00000006u, 0x000039bbu, 0x000039bau, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000039bcu, 0x000039bbu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000039beu, 0x000039b7u, 0x000039bcu, - 0x000500c6u, 0x00000006u, 0x000039c0u, 0x000039beu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000039c3u, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000039c0u, 0x0004003du, 0x000001adu, 0x000039c4u, - 0x000039c3u, 0x00040071u, 0x00000006u, 0x000039c5u, 0x000039c4u, 0x000500c2u, 0x00000006u, 0x000039c7u, - 0x000039c5u, 0x0000019fu, 0x000500c7u, 0x00000006u, 0x000039c9u, 0x000039c5u, 0x000006dau, 0x000500c4u, - 0x00000006u, 0x000039cbu, 0x000039c9u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x000039cdu, 0x000039c9u, - 0x000039cbu, 0x000500c4u, 0x00000006u, 0x000039cfu, 0x000039c7u, 0x0000019fu, 0x000500c5u, 0x00000006u, - 0x000039d1u, 0x000039c7u, 0x000039cfu, 0x0004007cu, 0x00000008u, 0x000039d3u, 0x000039d1u, 0x0004007cu, - 0x00000008u, 0x000039d9u, 0x000039cdu, 0x00070050u, 0x00000009u, 0x000039dau, 0x000039d3u, 0x000039d3u, - 0x000039d3u, 0x000039d9u, 0x000200f9u, 0x00002948u, 0x000200f8u, 0x00002948u, 0x000700f5u, 0x00000009u, - 0x00006540u, 0x0000634au, 0x0000293eu, 0x000039dau, 0x00002940u, 0x000200f9u, 0x0000298bu, 0x000200f8u, - 0x00002907u, 0x0004007cu, 0x000000a0u, 0x00002909u, 0x00006319u, 0x0003003eu, 0x00002654u, 0x00002909u, - 0x00050041u, 0x00000007u, 0x000037feu, 0x00002654u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000037ffu, - 0x000037feu, 0x00050084u, 0x00000006u, 0x00003800u, 0x0000254eu, 0x000037ffu, 0x00050080u, 0x00000006u, - 0x00003801u, 0x0000254bu, 0x00003800u, 0x00050041u, 0x00000007u, 0x00003802u, 0x00002654u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00003803u, 0x00003802u, 0x000500c2u, 0x00000006u, 0x00003804u, 0x00003803u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x00003806u, 0x00003801u, 0x00003804u, 0x000500c7u, 0x00000006u, - 0x00003808u, 0x00003806u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x0000380au, 0x00003802u, 0x000400c8u, - 0x00000006u, 0x0000380bu, 0x0000380au, 0x000500c7u, 0x00000006u, 0x0000380cu, 0x0000380bu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x0000380du, 0x0000380cu, 0x000006beu, 0x0004003du, 0x00000006u, 0x00003810u, - 0x000037feu, 0x000500c7u, 0x00000006u, 0x00003811u, 0x00003810u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x00003812u, 0x00003811u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003814u, 0x00003808u, 0x00003812u, - 0x000500c6u, 0x00000006u, 0x00003816u, 0x00003814u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003819u, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003816u, 0x0004003du, 0x000001adu, 0x0000381au, - 0x00003819u, 0x00040071u, 0x00000006u, 0x0000381bu, 0x0000381au, 0x000500c2u, 0x00000006u, 0x0000381eu, - 0x0000381bu, 0x0000380du, 0x000500c7u, 0x00000006u, 0x0000381fu, 0x0000381eu, 0x000006dau, 0x000500c7u, - 0x00000006u, 0x00003821u, 0x0000381fu, 0x00000711u, 0x000500c4u, 0x00000006u, 0x00003823u, 0x00003821u, - 0x0000019fu, 0x000500c4u, 0x00000006u, 0x00003825u, 0x00003821u, 0x00000196u, 0x000500c5u, 0x00000006u, - 0x00003826u, 0x00003823u, 0x00003825u, 0x000500c2u, 0x00000006u, 0x00003828u, 0x00003821u, 0x00000199u, - 0x000500c5u, 0x00000006u, 0x00003829u, 0x00003826u, 0x00003828u, 0x0004007cu, 0x00000008u, 0x0000382bu, - 0x00003829u, 0x000500c7u, 0x00000006u, 0x00003831u, 0x0000381fu, 0x0000032cu, 0x00050084u, 0x00000006u, - 0x00003832u, 0x00003831u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003833u, 0x00003832u, 0x00070050u, - 0x00000009u, 0x00003834u, 0x0000382bu, 0x0000382bu, 0x0000382bu, 0x00003833u, 0x000300f7u, 0x0000291du, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x0000290eu, 0x0000291du, 0x000200f8u, 0x0000290eu, 0x00050050u, - 0x0000004du, 0x00002911u, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x00002912u, 0x00002911u, - 0x0003003eu, 0x00002657u, 0x00002912u, 0x00050041u, 0x00000007u, 0x00003840u, 0x00002657u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003841u, 0x00003840u, 0x00050084u, 0x00000006u, 0x00003842u, 0x0000254eu, - 0x00003841u, 0x00050080u, 0x00000006u, 0x00003843u, 0x0000254bu, 0x00003842u, 0x00050041u, 0x00000007u, - 0x00003844u, 0x00002657u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003845u, 0x00003844u, 0x000500c2u, - 0x00000006u, 0x00003846u, 0x00003845u, 0x00000196u, 0x00050080u, 0x00000006u, 0x00003848u, 0x00003843u, - 0x00003846u, 0x000500c7u, 0x00000006u, 0x0000384au, 0x00003848u, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x0000384cu, 0x00003844u, 0x000400c8u, 0x00000006u, 0x0000384du, 0x0000384cu, 0x000500c7u, 0x00000006u, - 0x0000384eu, 0x0000384du, 0x0000032cu, 0x00050084u, 0x00000006u, 0x0000384fu, 0x0000384eu, 0x000006beu, - 0x0004003du, 0x00000006u, 0x00003852u, 0x00003840u, 0x000500c7u, 0x00000006u, 0x00003853u, 0x00003852u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003854u, 0x00003853u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00003856u, 0x0000384au, 0x00003854u, 0x000500c6u, 0x00000006u, 0x00003858u, 0x00003856u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x0000385bu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003858u, - 0x0004003du, 0x000001adu, 0x0000385cu, 0x0000385bu, 0x00040071u, 0x00000006u, 0x0000385du, 0x0000385cu, - 0x000500c2u, 0x00000006u, 0x00003860u, 0x0000385du, 0x0000384fu, 0x000500c7u, 0x00000006u, 0x00003861u, - 0x00003860u, 0x000006dau, 0x000500c7u, 0x00000006u, 0x00003863u, 0x00003861u, 0x00000711u, 0x000500c4u, - 0x00000006u, 0x00003865u, 0x00003863u, 0x0000019fu, 0x000500c4u, 0x00000006u, 0x00003867u, 0x00003863u, - 0x00000196u, 0x000500c5u, 0x00000006u, 0x00003868u, 0x00003865u, 0x00003867u, 0x000500c2u, 0x00000006u, - 0x0000386au, 0x00003863u, 0x00000199u, 0x000500c5u, 0x00000006u, 0x0000386bu, 0x00003868u, 0x0000386au, - 0x0004007cu, 0x00000008u, 0x0000386du, 0x0000386bu, 0x000500c7u, 0x00000006u, 0x00003873u, 0x00003861u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003874u, 0x00003873u, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x00003875u, 0x00003874u, 0x00070050u, 0x00000009u, 0x00003876u, 0x0000386du, 0x0000386du, 0x0000386du, - 0x00003875u, 0x00050050u, 0x0000004du, 0x00002918u, 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, - 0x00002919u, 0x00002918u, 0x0003003eu, 0x0000265au, 0x00002919u, 0x00050041u, 0x00000007u, 0x00003882u, - 0x0000265au, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003883u, 0x00003882u, 0x00050084u, 0x00000006u, - 0x00003884u, 0x0000254eu, 0x00003883u, 0x00050080u, 0x00000006u, 0x00003885u, 0x0000254bu, 0x00003884u, - 0x00050041u, 0x00000007u, 0x00003886u, 0x0000265au, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003887u, - 0x00003886u, 0x000500c2u, 0x00000006u, 0x00003888u, 0x00003887u, 0x00000196u, 0x00050080u, 0x00000006u, - 0x0000388au, 0x00003885u, 0x00003888u, 0x000500c7u, 0x00000006u, 0x0000388cu, 0x0000388au, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x0000388eu, 0x00003886u, 0x000400c8u, 0x00000006u, 0x0000388fu, 0x0000388eu, - 0x000500c7u, 0x00000006u, 0x00003890u, 0x0000388fu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003891u, - 0x00003890u, 0x000006beu, 0x0004003du, 0x00000006u, 0x00003894u, 0x00003882u, 0x000500c7u, 0x00000006u, - 0x00003895u, 0x00003894u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003896u, 0x00003895u, 0x00000199u, - 0x000500c6u, 0x00000006u, 0x00003898u, 0x0000388cu, 0x00003896u, 0x000500c6u, 0x00000006u, 0x0000389au, - 0x00003898u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000389du, 0x000006d1u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x0000389au, 0x0004003du, 0x000001adu, 0x0000389eu, 0x0000389du, 0x00040071u, 0x00000006u, - 0x0000389fu, 0x0000389eu, 0x000500c2u, 0x00000006u, 0x000038a2u, 0x0000389fu, 0x00003891u, 0x000500c7u, - 0x00000006u, 0x000038a3u, 0x000038a2u, 0x000006dau, 0x000500c7u, 0x00000006u, 0x000038a5u, 0x000038a3u, - 0x00000711u, 0x000500c4u, 0x00000006u, 0x000038a7u, 0x000038a5u, 0x0000019fu, 0x000500c4u, 0x00000006u, - 0x000038a9u, 0x000038a5u, 0x00000196u, 0x000500c5u, 0x00000006u, 0x000038aau, 0x000038a7u, 0x000038a9u, - 0x000500c2u, 0x00000006u, 0x000038acu, 0x000038a5u, 0x00000199u, 0x000500c5u, 0x00000006u, 0x000038adu, - 0x000038aau, 0x000038acu, 0x0004007cu, 0x00000008u, 0x000038afu, 0x000038adu, 0x000500c7u, 0x00000006u, - 0x000038b5u, 0x000038a3u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x000038b6u, 0x000038b5u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x000038b7u, 0x000038b6u, 0x00070050u, 0x00000009u, 0x000038b8u, 0x000038afu, - 0x000038afu, 0x000038afu, 0x000038b7u, 0x000200f9u, 0x0000291du, 0x000200f8u, 0x0000291du, 0x000700f5u, - 0x00000009u, 0x000064c5u, 0x0000634au, 0x00002907u, 0x000038b8u, 0x0000290eu, 0x000700f5u, 0x00000009u, - 0x0000644cu, 0x0000634au, 0x00002907u, 0x00003876u, 0x0000290eu, 0x000300f7u, 0x00002927u, 0x00000000u, - 0x000400fau, 0x00002720u, 0x0000291fu, 0x00002927u, 0x000200f8u, 0x0000291fu, 0x00050050u, 0x0000004du, - 0x00002922u, 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x00002923u, 0x00002922u, 0x0003003eu, - 0x0000265du, 0x00002923u, 0x00050041u, 0x00000007u, 0x000038c4u, 0x0000265du, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x000038c5u, 0x000038c4u, 0x00050084u, 0x00000006u, 0x000038c6u, 0x0000254eu, 0x000038c5u, - 0x00050080u, 0x00000006u, 0x000038c7u, 0x0000254bu, 0x000038c6u, 0x00050041u, 0x00000007u, 0x000038c8u, - 0x0000265du, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000038c9u, 0x000038c8u, 0x000500c2u, 0x00000006u, - 0x000038cau, 0x000038c9u, 0x00000196u, 0x00050080u, 0x00000006u, 0x000038ccu, 0x000038c7u, 0x000038cau, - 0x000500c7u, 0x00000006u, 0x000038ceu, 0x000038ccu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000038d0u, - 0x000038c8u, 0x000400c8u, 0x00000006u, 0x000038d1u, 0x000038d0u, 0x000500c7u, 0x00000006u, 0x000038d2u, - 0x000038d1u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x000038d3u, 0x000038d2u, 0x000006beu, 0x0004003du, - 0x00000006u, 0x000038d6u, 0x000038c4u, 0x000500c7u, 0x00000006u, 0x000038d7u, 0x000038d6u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x000038d8u, 0x000038d7u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000038dau, - 0x000038ceu, 0x000038d8u, 0x000500c6u, 0x00000006u, 0x000038dcu, 0x000038dau, 0x00000333u, 0x00080041u, - 0x000001fbu, 0x000038dfu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000038dcu, 0x0004003du, - 0x000001adu, 0x000038e0u, 0x000038dfu, 0x00040071u, 0x00000006u, 0x000038e1u, 0x000038e0u, 0x000500c2u, - 0x00000006u, 0x000038e4u, 0x000038e1u, 0x000038d3u, 0x000500c7u, 0x00000006u, 0x000038e5u, 0x000038e4u, - 0x000006dau, 0x000500c7u, 0x00000006u, 0x000038e7u, 0x000038e5u, 0x00000711u, 0x000500c4u, 0x00000006u, - 0x000038e9u, 0x000038e7u, 0x0000019fu, 0x000500c4u, 0x00000006u, 0x000038ebu, 0x000038e7u, 0x00000196u, - 0x000500c5u, 0x00000006u, 0x000038ecu, 0x000038e9u, 0x000038ebu, 0x000500c2u, 0x00000006u, 0x000038eeu, - 0x000038e7u, 0x00000199u, 0x000500c5u, 0x00000006u, 0x000038efu, 0x000038ecu, 0x000038eeu, 0x0004007cu, - 0x00000008u, 0x000038f1u, 0x000038efu, 0x000500c7u, 0x00000006u, 0x000038f7u, 0x000038e5u, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x000038f8u, 0x000038f7u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000038f9u, - 0x000038f8u, 0x00070050u, 0x00000009u, 0x000038fau, 0x000038f1u, 0x000038f1u, 0x000038f1u, 0x000038f9u, - 0x000200f9u, 0x00002927u, 0x000200f8u, 0x00002927u, 0x000700f5u, 0x00000009u, 0x0000653eu, 0x0000634au, - 0x0000291du, 0x000038fau, 0x0000291fu, 0x000200f9u, 0x0000298bu, 0x000200f8u, 0x0000298bu, 0x000d00f5u, - 0x00000009u, 0x0000653du, 0x0000634au, 0x00002904u, 0x0000653eu, 0x00002927u, 0x00006540u, 0x00002948u, - 0x00006542u, 0x00002969u, 0x00006544u, 0x0000298au, 0x000d00f5u, 0x00000009u, 0x000064c3u, 0x0000634au, - 0x00002904u, 0x000064c5u, 0x00002927u, 0x000064c7u, 0x00002948u, 0x000064c9u, 0x00002969u, 0x000064cbu, - 0x0000298au, 0x000d00f5u, 0x00000009u, 0x0000644au, 0x0000634au, 0x00002904u, 0x0000644cu, 0x00002927u, - 0x0000644eu, 0x00002948u, 0x00006450u, 0x00002969u, 0x00006452u, 0x0000298au, 0x000d00f5u, 0x00000009u, - 0x00006397u, 0x0000634au, 0x00002904u, 0x00003834u, 0x00002927u, 0x00003932u, 0x00002948u, 0x00003a11u, - 0x00002969u, 0x00003ae1u, 0x0000298au, 0x000200f9u, 0x000029f3u, 0x000200f8u, 0x00002891u, 0x000300f7u, - 0x00002903u, 0x00000000u, 0x000700fbu, 0x000079c6u, 0x00002894u, 0x00000000u, 0x000028b5u, 0x00000001u, - 0x000028e2u, 0x000200f8u, 0x000028e2u, 0x0004007cu, 0x000000a0u, 0x000028e4u, 0x00006319u, 0x0003003eu, - 0x0000263cu, 0x000028e4u, 0x00050041u, 0x00000007u, 0x0000376cu, 0x0000263cu, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x0000376du, 0x0000376cu, 0x00050084u, 0x00000006u, 0x0000376eu, 0x0000254eu, 0x0000376du, - 0x00050080u, 0x00000006u, 0x0000376fu, 0x0000254bu, 0x0000376eu, 0x00050041u, 0x00000007u, 0x00003770u, - 0x0000263cu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003771u, 0x00003770u, 0x00050080u, 0x00000006u, - 0x00003773u, 0x0000376fu, 0x00003771u, 0x000500c7u, 0x00000006u, 0x00003775u, 0x00003773u, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x00003778u, 0x0000376cu, 0x000500c7u, 0x00000006u, 0x00003779u, 0x00003778u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000377au, 0x00003779u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x0000377cu, 0x00003775u, 0x0000377au, 0x000500c6u, 0x00000006u, 0x0000377eu, 0x0000377cu, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x00003781u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000377eu, - 0x0004003du, 0x000001adu, 0x00003782u, 0x00003781u, 0x00040071u, 0x00000006u, 0x00003783u, 0x00003782u, - 0x0004007cu, 0x00000008u, 0x00003785u, 0x00003783u, 0x00070050u, 0x00000009u, 0x00003786u, 0x00003785u, - 0x00003785u, 0x00003785u, 0x00003785u, 0x000300f7u, 0x000028f8u, 0x00000000u, 0x000400fau, 0x00001a33u, - 0x000028e9u, 0x000028f8u, 0x000200f8u, 0x000028e9u, 0x00050050u, 0x0000004du, 0x000028ecu, 0x00006308u, - 0x00002714u, 0x0004007cu, 0x000000a0u, 0x000028edu, 0x000028ecu, 0x0003003eu, 0x0000263fu, 0x000028edu, - 0x00050041u, 0x00000007u, 0x00003790u, 0x0000263fu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003791u, - 0x00003790u, 0x00050084u, 0x00000006u, 0x00003792u, 0x0000254eu, 0x00003791u, 0x00050080u, 0x00000006u, - 0x00003793u, 0x0000254bu, 0x00003792u, 0x00050041u, 0x00000007u, 0x00003794u, 0x0000263fu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00003795u, 0x00003794u, 0x00050080u, 0x00000006u, 0x00003797u, 0x00003793u, - 0x00003795u, 0x000500c7u, 0x00000006u, 0x00003799u, 0x00003797u, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x0000379cu, 0x00003790u, 0x000500c7u, 0x00000006u, 0x0000379du, 0x0000379cu, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x0000379eu, 0x0000379du, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000037a0u, 0x00003799u, - 0x0000379eu, 0x000500c6u, 0x00000006u, 0x000037a2u, 0x000037a0u, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x000037a5u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000037a2u, 0x0004003du, 0x000001adu, - 0x000037a6u, 0x000037a5u, 0x00040071u, 0x00000006u, 0x000037a7u, 0x000037a6u, 0x0004007cu, 0x00000008u, - 0x000037a9u, 0x000037a7u, 0x00070050u, 0x00000009u, 0x000037aau, 0x000037a9u, 0x000037a9u, 0x000037a9u, - 0x000037a9u, 0x00050050u, 0x0000004du, 0x000028f3u, 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, - 0x000028f4u, 0x000028f3u, 0x0003003eu, 0x00002642u, 0x000028f4u, 0x00050041u, 0x00000007u, 0x000037b4u, - 0x00002642u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000037b5u, 0x000037b4u, 0x00050084u, 0x00000006u, - 0x000037b6u, 0x0000254eu, 0x000037b5u, 0x00050080u, 0x00000006u, 0x000037b7u, 0x0000254bu, 0x000037b6u, - 0x00050041u, 0x00000007u, 0x000037b8u, 0x00002642u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000037b9u, - 0x000037b8u, 0x00050080u, 0x00000006u, 0x000037bbu, 0x000037b7u, 0x000037b9u, 0x000500c7u, 0x00000006u, - 0x000037bdu, 0x000037bbu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000037c0u, 0x000037b4u, 0x000500c7u, - 0x00000006u, 0x000037c1u, 0x000037c0u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000037c2u, 0x000037c1u, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x000037c4u, 0x000037bdu, 0x000037c2u, 0x000500c6u, 0x00000006u, - 0x000037c6u, 0x000037c4u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000037c9u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x000037c6u, 0x0004003du, 0x000001adu, 0x000037cau, 0x000037c9u, 0x00040071u, - 0x00000006u, 0x000037cbu, 0x000037cau, 0x0004007cu, 0x00000008u, 0x000037cdu, 0x000037cbu, 0x00070050u, - 0x00000009u, 0x000037ceu, 0x000037cdu, 0x000037cdu, 0x000037cdu, 0x000037cdu, 0x000200f9u, 0x000028f8u, - 0x000200f8u, 0x000028f8u, 0x000700f5u, 0x00000009u, 0x000064c2u, 0x0000634au, 0x000028e2u, 0x000037ceu, - 0x000028e9u, 0x000700f5u, 0x00000009u, 0x00006449u, 0x0000634au, 0x000028e2u, 0x000037aau, 0x000028e9u, - 0x000300f7u, 0x00002902u, 0x00000000u, 0x000400fau, 0x00002720u, 0x000028fau, 0x00002902u, 0x000200f8u, - 0x000028fau, 0x00050050u, 0x0000004du, 0x000028fdu, 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, - 0x000028feu, 0x000028fdu, 0x0003003eu, 0x00002645u, 0x000028feu, 0x00050041u, 0x00000007u, 0x000037d8u, - 0x00002645u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000037d9u, 0x000037d8u, 0x00050084u, 0x00000006u, - 0x000037dau, 0x0000254eu, 0x000037d9u, 0x00050080u, 0x00000006u, 0x000037dbu, 0x0000254bu, 0x000037dau, - 0x00050041u, 0x00000007u, 0x000037dcu, 0x00002645u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000037ddu, - 0x000037dcu, 0x00050080u, 0x00000006u, 0x000037dfu, 0x000037dbu, 0x000037ddu, 0x000500c7u, 0x00000006u, - 0x000037e1u, 0x000037dfu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000037e4u, 0x000037d8u, 0x000500c7u, - 0x00000006u, 0x000037e5u, 0x000037e4u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000037e6u, 0x000037e5u, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x000037e8u, 0x000037e1u, 0x000037e6u, 0x000500c6u, 0x00000006u, - 0x000037eau, 0x000037e8u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000037edu, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x000037eau, 0x0004003du, 0x000001adu, 0x000037eeu, 0x000037edu, 0x00040071u, - 0x00000006u, 0x000037efu, 0x000037eeu, 0x0004007cu, 0x00000008u, 0x000037f1u, 0x000037efu, 0x00070050u, - 0x00000009u, 0x000037f2u, 0x000037f1u, 0x000037f1u, 0x000037f1u, 0x000037f1u, 0x000200f9u, 0x00002902u, - 0x000200f8u, 0x00002902u, 0x000700f5u, 0x00000009u, 0x0000653bu, 0x0000634au, 0x000028f8u, 0x000037f2u, - 0x000028fau, 0x000200f9u, 0x00002903u, 0x000200f8u, 0x000028b5u, 0x0004007cu, 0x000000a0u, 0x000028b7u, - 0x00006319u, 0x0004007cu, 0x00000006u, 0x000028bau, 0x0000255du, 0x0003003eu, 0x0000262cu, 0x000028b7u, - 0x00050041u, 0x00000007u, 0x000036a1u, 0x0000262cu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000036a2u, - 0x000036a1u, 0x00050084u, 0x00000006u, 0x000036a3u, 0x0000254eu, 0x000036a2u, 0x00050080u, 0x00000006u, - 0x000036a4u, 0x0000254bu, 0x000036a3u, 0x00050041u, 0x00000007u, 0x000036a5u, 0x0000262cu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000036a6u, 0x000036a5u, 0x000500c2u, 0x00000006u, 0x000036a7u, 0x000036a6u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x000036a9u, 0x000036a4u, 0x000036a7u, 0x000500c7u, 0x00000006u, - 0x000036abu, 0x000036a9u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000036adu, 0x000036a5u, 0x000400c8u, - 0x00000006u, 0x000036aeu, 0x000036adu, 0x000500c7u, 0x00000006u, 0x000036afu, 0x000036aeu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x000036b0u, 0x000036afu, 0x000006beu, 0x0004003du, 0x00000006u, 0x000036b3u, - 0x000036a1u, 0x000500c7u, 0x00000006u, 0x000036b4u, 0x000036b3u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000036b5u, 0x000036b4u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000036b7u, 0x000036abu, 0x000036b5u, - 0x000500c6u, 0x00000006u, 0x000036b9u, 0x000036b7u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000036bcu, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000036b9u, 0x0004003du, 0x000001adu, 0x000036bdu, - 0x000036bcu, 0x00040071u, 0x00000006u, 0x000036beu, 0x000036bdu, 0x000500c2u, 0x00000006u, 0x000036c1u, - 0x000036beu, 0x000036b0u, 0x000500c7u, 0x00000006u, 0x000036c2u, 0x000036c1u, 0x000006dau, 0x000500c4u, - 0x00000006u, 0x000036c4u, 0x000028bau, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x000036c6u, 0x000036c2u, - 0x000036c4u, 0x0004007cu, 0x00000008u, 0x000036c8u, 0x000036c6u, 0x00070050u, 0x00000009u, 0x000036c9u, - 0x000036c8u, 0x000036c8u, 0x000036c8u, 0x000036c8u, 0x000300f7u, 0x000028d4u, 0x00000000u, 0x000400fau, - 0x00001a33u, 0x000028bfu, 0x000028d4u, 0x000200f8u, 0x000028bfu, 0x00050050u, 0x0000004du, 0x000028c2u, - 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x000028c3u, 0x000028c2u, 0x0003003eu, 0x00002630u, - 0x000028c3u, 0x00050041u, 0x00000007u, 0x000036d4u, 0x00002630u, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x000036d5u, 0x000036d4u, 0x00050084u, 0x00000006u, 0x000036d6u, 0x0000254eu, 0x000036d5u, 0x00050080u, - 0x00000006u, 0x000036d7u, 0x0000254bu, 0x000036d6u, 0x00050041u, 0x00000007u, 0x000036d8u, 0x00002630u, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x000036d9u, 0x000036d8u, 0x000500c2u, 0x00000006u, 0x000036dau, - 0x000036d9u, 0x00000196u, 0x00050080u, 0x00000006u, 0x000036dcu, 0x000036d7u, 0x000036dau, 0x000500c7u, - 0x00000006u, 0x000036deu, 0x000036dcu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000036e0u, 0x000036d8u, - 0x000400c8u, 0x00000006u, 0x000036e1u, 0x000036e0u, 0x000500c7u, 0x00000006u, 0x000036e2u, 0x000036e1u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x000036e3u, 0x000036e2u, 0x000006beu, 0x0004003du, 0x00000006u, - 0x000036e6u, 0x000036d4u, 0x000500c7u, 0x00000006u, 0x000036e7u, 0x000036e6u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x000036e8u, 0x000036e7u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000036eau, 0x000036deu, - 0x000036e8u, 0x000500c6u, 0x00000006u, 0x000036ecu, 0x000036eau, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x000036efu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000036ecu, 0x0004003du, 0x000001adu, - 0x000036f0u, 0x000036efu, 0x00040071u, 0x00000006u, 0x000036f1u, 0x000036f0u, 0x000500c2u, 0x00000006u, - 0x000036f4u, 0x000036f1u, 0x000036e3u, 0x000500c7u, 0x00000006u, 0x000036f5u, 0x000036f4u, 0x000006dau, - 0x000500c5u, 0x00000006u, 0x000036f9u, 0x000036f5u, 0x000036c4u, 0x0004007cu, 0x00000008u, 0x000036fbu, - 0x000036f9u, 0x00070050u, 0x00000009u, 0x000036fcu, 0x000036fbu, 0x000036fbu, 0x000036fbu, 0x000036fbu, - 0x00050050u, 0x0000004du, 0x000028ccu, 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000028cdu, - 0x000028ccu, 0x0003003eu, 0x00002634u, 0x000028cdu, 0x00050041u, 0x00000007u, 0x00003707u, 0x00002634u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003708u, 0x00003707u, 0x00050084u, 0x00000006u, 0x00003709u, - 0x0000254eu, 0x00003708u, 0x00050080u, 0x00000006u, 0x0000370au, 0x0000254bu, 0x00003709u, 0x00050041u, - 0x00000007u, 0x0000370bu, 0x00002634u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000370cu, 0x0000370bu, - 0x000500c2u, 0x00000006u, 0x0000370du, 0x0000370cu, 0x00000196u, 0x00050080u, 0x00000006u, 0x0000370fu, - 0x0000370au, 0x0000370du, 0x000500c7u, 0x00000006u, 0x00003711u, 0x0000370fu, 0x000006b6u, 0x0004003du, - 0x00000006u, 0x00003713u, 0x0000370bu, 0x000400c8u, 0x00000006u, 0x00003714u, 0x00003713u, 0x000500c7u, - 0x00000006u, 0x00003715u, 0x00003714u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003716u, 0x00003715u, - 0x000006beu, 0x0004003du, 0x00000006u, 0x00003719u, 0x00003707u, 0x000500c7u, 0x00000006u, 0x0000371au, - 0x00003719u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000371bu, 0x0000371au, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x0000371du, 0x00003711u, 0x0000371bu, 0x000500c6u, 0x00000006u, 0x0000371fu, 0x0000371du, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003722u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x0000371fu, 0x0004003du, 0x000001adu, 0x00003723u, 0x00003722u, 0x00040071u, 0x00000006u, 0x00003724u, - 0x00003723u, 0x000500c2u, 0x00000006u, 0x00003727u, 0x00003724u, 0x00003716u, 0x000500c7u, 0x00000006u, - 0x00003728u, 0x00003727u, 0x000006dau, 0x000500c5u, 0x00000006u, 0x0000372cu, 0x00003728u, 0x000036c4u, - 0x0004007cu, 0x00000008u, 0x0000372eu, 0x0000372cu, 0x00070050u, 0x00000009u, 0x0000372fu, 0x0000372eu, - 0x0000372eu, 0x0000372eu, 0x0000372eu, 0x000200f9u, 0x000028d4u, 0x000200f8u, 0x000028d4u, 0x000700f5u, - 0x00000009u, 0x000064c0u, 0x0000634au, 0x000028b5u, 0x0000372fu, 0x000028bfu, 0x000700f5u, 0x00000009u, - 0x00006447u, 0x0000634au, 0x000028b5u, 0x000036fcu, 0x000028bfu, 0x000300f7u, 0x000028e1u, 0x00000000u, - 0x000400fau, 0x00002720u, 0x000028d6u, 0x000028e1u, 0x000200f8u, 0x000028d6u, 0x00050050u, 0x0000004du, - 0x000028d9u, 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000028dau, 0x000028d9u, 0x0003003eu, - 0x00002638u, 0x000028dau, 0x00050041u, 0x00000007u, 0x0000373au, 0x00002638u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x0000373bu, 0x0000373au, 0x00050084u, 0x00000006u, 0x0000373cu, 0x0000254eu, 0x0000373bu, - 0x00050080u, 0x00000006u, 0x0000373du, 0x0000254bu, 0x0000373cu, 0x00050041u, 0x00000007u, 0x0000373eu, - 0x00002638u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000373fu, 0x0000373eu, 0x000500c2u, 0x00000006u, - 0x00003740u, 0x0000373fu, 0x00000196u, 0x00050080u, 0x00000006u, 0x00003742u, 0x0000373du, 0x00003740u, - 0x000500c7u, 0x00000006u, 0x00003744u, 0x00003742u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003746u, - 0x0000373eu, 0x000400c8u, 0x00000006u, 0x00003747u, 0x00003746u, 0x000500c7u, 0x00000006u, 0x00003748u, - 0x00003747u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003749u, 0x00003748u, 0x000006beu, 0x0004003du, - 0x00000006u, 0x0000374cu, 0x0000373au, 0x000500c7u, 0x00000006u, 0x0000374du, 0x0000374cu, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x0000374eu, 0x0000374du, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003750u, - 0x00003744u, 0x0000374eu, 0x000500c6u, 0x00000006u, 0x00003752u, 0x00003750u, 0x00000333u, 0x00080041u, - 0x000001fbu, 0x00003755u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003752u, 0x0004003du, - 0x000001adu, 0x00003756u, 0x00003755u, 0x00040071u, 0x00000006u, 0x00003757u, 0x00003756u, 0x000500c2u, - 0x00000006u, 0x0000375au, 0x00003757u, 0x00003749u, 0x000500c7u, 0x00000006u, 0x0000375bu, 0x0000375au, - 0x000006dau, 0x000500c5u, 0x00000006u, 0x0000375fu, 0x0000375bu, 0x000036c4u, 0x0004007cu, 0x00000008u, - 0x00003761u, 0x0000375fu, 0x00070050u, 0x00000009u, 0x00003762u, 0x00003761u, 0x00003761u, 0x00003761u, - 0x00003761u, 0x000200f9u, 0x000028e1u, 0x000200f8u, 0x000028e1u, 0x000700f5u, 0x00000009u, 0x00006539u, - 0x0000634au, 0x000028d4u, 0x00003762u, 0x000028d6u, 0x000200f9u, 0x00002903u, 0x000200f8u, 0x00002894u, - 0x0004007cu, 0x000000a0u, 0x00002896u, 0x00006319u, 0x0003003eu, 0x00002648u, 0x00002896u, 0x00050041u, - 0x00000007u, 0x000035f4u, 0x00002648u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000035f5u, 0x000035f4u, - 0x00050084u, 0x00000006u, 0x000035f6u, 0x0000254eu, 0x000035f5u, 0x00050080u, 0x00000006u, 0x000035f7u, - 0x0000254bu, 0x000035f6u, 0x00050041u, 0x00000007u, 0x000035f8u, 0x00002648u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x000035f9u, 0x000035f8u, 0x00050084u, 0x00000006u, 0x000035fau, 0x000035f9u, 0x00000330u, - 0x00050080u, 0x00000006u, 0x000035fcu, 0x000035f7u, 0x000035fau, 0x000500c7u, 0x00000006u, 0x000035feu, - 0x000035fcu, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003600u, 0x000035feu, 0x00000196u, 0x0004003du, - 0x00000006u, 0x00003602u, 0x000035f4u, 0x000500c7u, 0x00000006u, 0x00003603u, 0x00003602u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00003604u, 0x00003603u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003606u, - 0x00003600u, 0x00003604u, 0x000500c6u, 0x00000006u, 0x00003608u, 0x00003606u, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x0000360bu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003608u, 0x0004003du, - 0x000001afu, 0x0000360cu, 0x0000360bu, 0x00040071u, 0x00000006u, 0x0000360du, 0x0000360cu, 0x000500c2u, - 0x00000006u, 0x0000360fu, 0x0000360du, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003610u, 0x0000360fu, - 0x000500c7u, 0x00000006u, 0x00003612u, 0x0000360du, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003613u, - 0x00003612u, 0x00050050u, 0x0000004du, 0x00003614u, 0x00003610u, 0x00003613u, 0x0009004fu, 0x00000009u, - 0x00003615u, 0x00003614u, 0x00003614u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, - 0x000028aau, 0x00000000u, 0x000400fau, 0x00001a33u, 0x0000289bu, 0x000028aau, 0x000200f8u, 0x0000289bu, - 0x00050050u, 0x0000004du, 0x0000289eu, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x0000289fu, - 0x0000289eu, 0x0003003eu, 0x0000264bu, 0x0000289fu, 0x00050041u, 0x00000007u, 0x0000361fu, 0x0000264bu, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003620u, 0x0000361fu, 0x00050084u, 0x00000006u, 0x00003621u, - 0x0000254eu, 0x00003620u, 0x00050080u, 0x00000006u, 0x00003622u, 0x0000254bu, 0x00003621u, 0x00050041u, - 0x00000007u, 0x00003623u, 0x0000264bu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003624u, 0x00003623u, - 0x00050084u, 0x00000006u, 0x00003625u, 0x00003624u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00003627u, - 0x00003622u, 0x00003625u, 0x000500c7u, 0x00000006u, 0x00003629u, 0x00003627u, 0x000006b6u, 0x000500c2u, - 0x00000006u, 0x0000362bu, 0x00003629u, 0x00000196u, 0x0004003du, 0x00000006u, 0x0000362du, 0x0000361fu, - 0x000500c7u, 0x00000006u, 0x0000362eu, 0x0000362du, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000362fu, - 0x0000362eu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003631u, 0x0000362bu, 0x0000362fu, 0x000500c6u, - 0x00000006u, 0x00003633u, 0x00003631u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00003636u, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003633u, 0x0004003du, 0x000001afu, 0x00003637u, 0x00003636u, - 0x00040071u, 0x00000006u, 0x00003638u, 0x00003637u, 0x000500c2u, 0x00000006u, 0x0000363au, 0x00003638u, - 0x000001e2u, 0x0004007cu, 0x00000008u, 0x0000363bu, 0x0000363au, 0x000500c7u, 0x00000006u, 0x0000363du, - 0x00003638u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x0000363eu, 0x0000363du, 0x00050050u, 0x0000004du, - 0x0000363fu, 0x0000363bu, 0x0000363eu, 0x0009004fu, 0x00000009u, 0x00003640u, 0x0000363fu, 0x0000363fu, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, 0x0000004du, 0x000028a5u, 0x00006304u, - 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000028a6u, 0x000028a5u, 0x0003003eu, 0x0000264eu, 0x000028a6u, - 0x00050041u, 0x00000007u, 0x0000364au, 0x0000264eu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000364bu, - 0x0000364au, 0x00050084u, 0x00000006u, 0x0000364cu, 0x0000254eu, 0x0000364bu, 0x00050080u, 0x00000006u, - 0x0000364du, 0x0000254bu, 0x0000364cu, 0x00050041u, 0x00000007u, 0x0000364eu, 0x0000264eu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x0000364fu, 0x0000364eu, 0x00050084u, 0x00000006u, 0x00003650u, 0x0000364fu, - 0x00000330u, 0x00050080u, 0x00000006u, 0x00003652u, 0x0000364du, 0x00003650u, 0x000500c7u, 0x00000006u, - 0x00003654u, 0x00003652u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003656u, 0x00003654u, 0x00000196u, - 0x0004003du, 0x00000006u, 0x00003658u, 0x0000364au, 0x000500c7u, 0x00000006u, 0x00003659u, 0x00003658u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000365au, 0x00003659u, 0x00000196u, 0x000500c6u, 0x00000006u, - 0x0000365cu, 0x00003656u, 0x0000365au, 0x000500c6u, 0x00000006u, 0x0000365eu, 0x0000365cu, 0x0000032cu, - 0x00080041u, 0x000001f4u, 0x00003661u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000365eu, - 0x0004003du, 0x000001afu, 0x00003662u, 0x00003661u, 0x00040071u, 0x00000006u, 0x00003663u, 0x00003662u, - 0x000500c2u, 0x00000006u, 0x00003665u, 0x00003663u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003666u, - 0x00003665u, 0x000500c7u, 0x00000006u, 0x00003668u, 0x00003663u, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x00003669u, 0x00003668u, 0x00050050u, 0x0000004du, 0x0000366au, 0x00003666u, 0x00003669u, 0x0009004fu, - 0x00000009u, 0x0000366bu, 0x0000366au, 0x0000366au, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x000028aau, 0x000200f8u, 0x000028aau, 0x000700f5u, 0x00000009u, 0x000064beu, 0x0000634au, - 0x00002894u, 0x0000366bu, 0x0000289bu, 0x000700f5u, 0x00000009u, 0x00006445u, 0x0000634au, 0x00002894u, - 0x00003640u, 0x0000289bu, 0x000300f7u, 0x000028b4u, 0x00000000u, 0x000400fau, 0x00002720u, 0x000028acu, - 0x000028b4u, 0x000200f8u, 0x000028acu, 0x00050050u, 0x0000004du, 0x000028afu, 0x00006308u, 0x00002716u, - 0x0004007cu, 0x000000a0u, 0x000028b0u, 0x000028afu, 0x0003003eu, 0x00002651u, 0x000028b0u, 0x00050041u, - 0x00000007u, 0x00003675u, 0x00002651u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003676u, 0x00003675u, - 0x00050084u, 0x00000006u, 0x00003677u, 0x0000254eu, 0x00003676u, 0x00050080u, 0x00000006u, 0x00003678u, - 0x0000254bu, 0x00003677u, 0x00050041u, 0x00000007u, 0x00003679u, 0x00002651u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x0000367au, 0x00003679u, 0x00050084u, 0x00000006u, 0x0000367bu, 0x0000367au, 0x00000330u, - 0x00050080u, 0x00000006u, 0x0000367du, 0x00003678u, 0x0000367bu, 0x000500c7u, 0x00000006u, 0x0000367fu, - 0x0000367du, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003681u, 0x0000367fu, 0x00000196u, 0x0004003du, - 0x00000006u, 0x00003683u, 0x00003675u, 0x000500c7u, 0x00000006u, 0x00003684u, 0x00003683u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00003685u, 0x00003684u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003687u, - 0x00003681u, 0x00003685u, 0x000500c6u, 0x00000006u, 0x00003689u, 0x00003687u, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x0000368cu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003689u, 0x0004003du, - 0x000001afu, 0x0000368du, 0x0000368cu, 0x00040071u, 0x00000006u, 0x0000368eu, 0x0000368du, 0x000500c2u, - 0x00000006u, 0x00003690u, 0x0000368eu, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003691u, 0x00003690u, - 0x000500c7u, 0x00000006u, 0x00003693u, 0x0000368eu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003694u, - 0x00003693u, 0x00050050u, 0x0000004du, 0x00003695u, 0x00003691u, 0x00003694u, 0x0009004fu, 0x00000009u, - 0x00003696u, 0x00003695u, 0x00003695u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x000028b4u, 0x000200f8u, 0x000028b4u, 0x000700f5u, 0x00000009u, 0x00006537u, 0x0000634au, 0x000028aau, - 0x00003696u, 0x000028acu, 0x000200f9u, 0x00002903u, 0x000200f8u, 0x00002903u, 0x000900f5u, 0x00000009u, - 0x00006536u, 0x00006537u, 0x000028b4u, 0x00006539u, 0x000028e1u, 0x0000653bu, 0x00002902u, 0x000900f5u, - 0x00000009u, 0x000064bcu, 0x000064beu, 0x000028b4u, 0x000064c0u, 0x000028e1u, 0x000064c2u, 0x00002902u, - 0x000900f5u, 0x00000009u, 0x00006443u, 0x00006445u, 0x000028b4u, 0x00006447u, 0x000028e1u, 0x00006449u, - 0x00002902u, 0x000900f5u, 0x00000009u, 0x00006390u, 0x00003615u, 0x000028b4u, 0x000036c9u, 0x000028e1u, - 0x00003786u, 0x00002902u, 0x000200f9u, 0x000029f3u, 0x000200f8u, 0x00002863u, 0x000500c3u, 0x00000008u, - 0x00002865u, 0x00006304u, 0x00000196u, 0x0004007cu, 0x00000006u, 0x00002866u, 0x00002865u, 0x00050082u, - 0x00000008u, 0x0000286au, 0x00006308u, 0x00006304u, 0x00050080u, 0x00000008u, 0x0000286bu, 0x00006308u, - 0x0000286au, 0x000500c3u, 0x00000008u, 0x0000286cu, 0x0000286bu, 0x00000196u, 0x0004007cu, 0x00000006u, - 0x0000286du, 0x0000286cu, 0x00050050u, 0x0000004du, 0x00002870u, 0x00006304u, 0x00002714u, 0x0004007cu, - 0x000000a0u, 0x00002871u, 0x00002870u, 0x0003003eu, 0x0000261cu, 0x00002871u, 0x00050041u, 0x00000007u, - 0x000034cau, 0x0000261cu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000034cbu, 0x000034cau, 0x00050084u, - 0x00000006u, 0x000034ccu, 0x0000254eu, 0x000034cbu, 0x00050080u, 0x00000006u, 0x000034cdu, 0x0000254bu, - 0x000034ccu, 0x00050041u, 0x00000007u, 0x000034cfu, 0x0000261cu, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x000034d0u, 0x000034cfu, 0x00050080u, 0x00000006u, 0x000034d1u, 0x000034cdu, 0x000034d0u, 0x000500c7u, - 0x00000006u, 0x000034d3u, 0x000034d1u, 0x00000769u, 0x00050084u, 0x00000006u, 0x000034d6u, 0x00002866u, - 0x00000330u, 0x00050080u, 0x00000006u, 0x000034d7u, 0x000034cdu, 0x000034d6u, 0x000500c7u, 0x00000006u, - 0x000034d9u, 0x000034d7u, 0x00000769u, 0x0004003du, 0x00000006u, 0x000034dcu, 0x000034cau, 0x000500c7u, - 0x00000006u, 0x000034ddu, 0x000034dcu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000034deu, 0x000034ddu, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x000034e0u, 0x000034d3u, 0x000034deu, 0x000500c6u, 0x00000006u, - 0x000034e2u, 0x000034e0u, 0x00000333u, 0x000500c2u, 0x00000006u, 0x000034e4u, 0x000034d9u, 0x00000196u, - 0x0004003du, 0x00000006u, 0x000034e6u, 0x000034cau, 0x000500c7u, 0x00000006u, 0x000034e7u, 0x000034e6u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000034e8u, 0x000034e7u, 0x00000196u, 0x000500c6u, 0x00000006u, - 0x000034eau, 0x000034e4u, 0x000034e8u, 0x000500c6u, 0x00000006u, 0x000034ecu, 0x000034eau, 0x0000032cu, - 0x000500c5u, 0x00000006u, 0x000034efu, 0x000034e2u, 0x00000792u, 0x00080041u, 0x000001fbu, 0x000034f0u, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000034efu, 0x0004003du, 0x000001adu, 0x000034f1u, - 0x000034f0u, 0x00040071u, 0x00000006u, 0x000034f2u, 0x000034f1u, 0x0004007cu, 0x00000008u, 0x000034f3u, - 0x000034f2u, 0x00080041u, 0x000001f4u, 0x000034f6u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x000034ecu, 0x0004003du, 0x000001afu, 0x000034f7u, 0x000034f6u, 0x00040071u, 0x00000006u, 0x000034f8u, - 0x000034f7u, 0x0004007cu, 0x00000008u, 0x000034f9u, 0x000034f8u, 0x000500c3u, 0x00000008u, 0x000034fbu, - 0x000034f9u, 0x000001e2u, 0x000500c7u, 0x00000008u, 0x000034fcu, 0x000034fbu, 0x000002f0u, 0x000500c3u, - 0x00000008u, 0x000034feu, 0x000034f9u, 0x00000187u, 0x000500c7u, 0x00000008u, 0x000034ffu, 0x000034feu, - 0x000002f0u, 0x00050082u, 0x00000008u, 0x00003501u, 0x000034fcu, 0x00000325u, 0x00050082u, 0x00000008u, - 0x00003503u, 0x000034ffu, 0x00000325u, 0x00070050u, 0x00000009u, 0x00003506u, 0x00003501u, 0x00003503u, - 0x000034f3u, 0x000034f3u, 0x000300f7u, 0x00002890u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00002877u, - 0x00002890u, 0x000200f8u, 0x00002877u, 0x00050050u, 0x0000004du, 0x0000287au, 0x00006308u, 0x00002714u, - 0x0004007cu, 0x000000a0u, 0x0000287bu, 0x0000287au, 0x0003003eu, 0x00002620u, 0x0000287bu, 0x00050041u, - 0x00000007u, 0x00003516u, 0x00002620u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003517u, 0x00003516u, - 0x00050084u, 0x00000006u, 0x00003518u, 0x0000254eu, 0x00003517u, 0x00050080u, 0x00000006u, 0x00003519u, - 0x0000254bu, 0x00003518u, 0x00050041u, 0x00000007u, 0x0000351bu, 0x00002620u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x0000351cu, 0x0000351bu, 0x00050080u, 0x00000006u, 0x0000351du, 0x00003519u, 0x0000351cu, - 0x000500c7u, 0x00000006u, 0x0000351fu, 0x0000351du, 0x00000769u, 0x00050084u, 0x00000006u, 0x00003522u, - 0x0000286du, 0x00000330u, 0x00050080u, 0x00000006u, 0x00003523u, 0x00003519u, 0x00003522u, 0x000500c7u, - 0x00000006u, 0x00003525u, 0x00003523u, 0x00000769u, 0x0004003du, 0x00000006u, 0x00003528u, 0x00003516u, - 0x000500c7u, 0x00000006u, 0x00003529u, 0x00003528u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000352au, - 0x00003529u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000352cu, 0x0000351fu, 0x0000352au, 0x000500c6u, - 0x00000006u, 0x0000352eu, 0x0000352cu, 0x00000333u, 0x000500c2u, 0x00000006u, 0x00003530u, 0x00003525u, - 0x00000196u, 0x0004003du, 0x00000006u, 0x00003532u, 0x00003516u, 0x000500c7u, 0x00000006u, 0x00003533u, - 0x00003532u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003534u, 0x00003533u, 0x00000196u, 0x000500c6u, - 0x00000006u, 0x00003536u, 0x00003530u, 0x00003534u, 0x000500c6u, 0x00000006u, 0x00003538u, 0x00003536u, - 0x0000032cu, 0x000500c5u, 0x00000006u, 0x0000353bu, 0x0000352eu, 0x00000792u, 0x00080041u, 0x000001fbu, - 0x0000353cu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000353bu, 0x0004003du, 0x000001adu, - 0x0000353du, 0x0000353cu, 0x00040071u, 0x00000006u, 0x0000353eu, 0x0000353du, 0x0004007cu, 0x00000008u, - 0x0000353fu, 0x0000353eu, 0x00080041u, 0x000001f4u, 0x00003542u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00003538u, 0x0004003du, 0x000001afu, 0x00003543u, 0x00003542u, 0x00040071u, 0x00000006u, - 0x00003544u, 0x00003543u, 0x0004007cu, 0x00000008u, 0x00003545u, 0x00003544u, 0x000500c3u, 0x00000008u, - 0x00003547u, 0x00003545u, 0x000001e2u, 0x000500c7u, 0x00000008u, 0x00003548u, 0x00003547u, 0x000002f0u, - 0x000500c3u, 0x00000008u, 0x0000354au, 0x00003545u, 0x00000187u, 0x000500c7u, 0x00000008u, 0x0000354bu, - 0x0000354au, 0x000002f0u, 0x00050082u, 0x00000008u, 0x0000354du, 0x00003548u, 0x00000325u, 0x00050082u, - 0x00000008u, 0x0000354fu, 0x0000354bu, 0x00000325u, 0x00070050u, 0x00000009u, 0x00003552u, 0x0000354du, - 0x0000354fu, 0x0000353fu, 0x0000353fu, 0x00050050u, 0x0000004du, 0x00002882u, 0x00006304u, 0x00002716u, - 0x0004007cu, 0x000000a0u, 0x00002883u, 0x00002882u, 0x0003003eu, 0x00002624u, 0x00002883u, 0x00050041u, - 0x00000007u, 0x00003562u, 0x00002624u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003563u, 0x00003562u, - 0x00050084u, 0x00000006u, 0x00003564u, 0x0000254eu, 0x00003563u, 0x00050080u, 0x00000006u, 0x00003565u, - 0x0000254bu, 0x00003564u, 0x00050041u, 0x00000007u, 0x00003567u, 0x00002624u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00003568u, 0x00003567u, 0x00050080u, 0x00000006u, 0x00003569u, 0x00003565u, 0x00003568u, - 0x000500c7u, 0x00000006u, 0x0000356bu, 0x00003569u, 0x00000769u, 0x00050080u, 0x00000006u, 0x0000356fu, - 0x00003565u, 0x000034d6u, 0x000500c7u, 0x00000006u, 0x00003571u, 0x0000356fu, 0x00000769u, 0x0004003du, - 0x00000006u, 0x00003574u, 0x00003562u, 0x000500c7u, 0x00000006u, 0x00003575u, 0x00003574u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00003576u, 0x00003575u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003578u, - 0x0000356bu, 0x00003576u, 0x000500c6u, 0x00000006u, 0x0000357au, 0x00003578u, 0x00000333u, 0x000500c2u, - 0x00000006u, 0x0000357cu, 0x00003571u, 0x00000196u, 0x0004003du, 0x00000006u, 0x0000357eu, 0x00003562u, - 0x000500c7u, 0x00000006u, 0x0000357fu, 0x0000357eu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003580u, - 0x0000357fu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003582u, 0x0000357cu, 0x00003580u, 0x000500c6u, - 0x00000006u, 0x00003584u, 0x00003582u, 0x0000032cu, 0x000500c5u, 0x00000006u, 0x00003587u, 0x0000357au, - 0x00000792u, 0x00080041u, 0x000001fbu, 0x00003588u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00003587u, 0x0004003du, 0x000001adu, 0x00003589u, 0x00003588u, 0x00040071u, 0x00000006u, 0x0000358au, - 0x00003589u, 0x0004007cu, 0x00000008u, 0x0000358bu, 0x0000358au, 0x00080041u, 0x000001f4u, 0x0000358eu, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003584u, 0x0004003du, 0x000001afu, 0x0000358fu, - 0x0000358eu, 0x00040071u, 0x00000006u, 0x00003590u, 0x0000358fu, 0x0004007cu, 0x00000008u, 0x00003591u, - 0x00003590u, 0x000500c3u, 0x00000008u, 0x00003593u, 0x00003591u, 0x000001e2u, 0x000500c7u, 0x00000008u, - 0x00003594u, 0x00003593u, 0x000002f0u, 0x000500c3u, 0x00000008u, 0x00003596u, 0x00003591u, 0x00000187u, - 0x000500c7u, 0x00000008u, 0x00003597u, 0x00003596u, 0x000002f0u, 0x00050082u, 0x00000008u, 0x00003599u, - 0x00003594u, 0x00000325u, 0x00050082u, 0x00000008u, 0x0000359bu, 0x00003597u, 0x00000325u, 0x00070050u, - 0x00000009u, 0x0000359eu, 0x00003599u, 0x0000359bu, 0x0000358bu, 0x0000358bu, 0x00050050u, 0x0000004du, - 0x0000288au, 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x0000288bu, 0x0000288au, 0x0003003eu, - 0x00002628u, 0x0000288bu, 0x00050041u, 0x00000007u, 0x000035aeu, 0x00002628u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x000035afu, 0x000035aeu, 0x00050084u, 0x00000006u, 0x000035b0u, 0x0000254eu, 0x000035afu, - 0x00050080u, 0x00000006u, 0x000035b1u, 0x0000254bu, 0x000035b0u, 0x00050041u, 0x00000007u, 0x000035b3u, - 0x00002628u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000035b4u, 0x000035b3u, 0x00050080u, 0x00000006u, - 0x000035b5u, 0x000035b1u, 0x000035b4u, 0x000500c7u, 0x00000006u, 0x000035b7u, 0x000035b5u, 0x00000769u, - 0x00050080u, 0x00000006u, 0x000035bbu, 0x000035b1u, 0x00003522u, 0x000500c7u, 0x00000006u, 0x000035bdu, - 0x000035bbu, 0x00000769u, 0x0004003du, 0x00000006u, 0x000035c0u, 0x000035aeu, 0x000500c7u, 0x00000006u, - 0x000035c1u, 0x000035c0u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000035c2u, 0x000035c1u, 0x00000199u, - 0x000500c6u, 0x00000006u, 0x000035c4u, 0x000035b7u, 0x000035c2u, 0x000500c6u, 0x00000006u, 0x000035c6u, - 0x000035c4u, 0x00000333u, 0x000500c2u, 0x00000006u, 0x000035c8u, 0x000035bdu, 0x00000196u, 0x0004003du, - 0x00000006u, 0x000035cau, 0x000035aeu, 0x000500c7u, 0x00000006u, 0x000035cbu, 0x000035cau, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x000035ccu, 0x000035cbu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000035ceu, - 0x000035c8u, 0x000035ccu, 0x000500c6u, 0x00000006u, 0x000035d0u, 0x000035ceu, 0x0000032cu, 0x000500c5u, - 0x00000006u, 0x000035d3u, 0x000035c6u, 0x00000792u, 0x00080041u, 0x000001fbu, 0x000035d4u, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000035d3u, 0x0004003du, 0x000001adu, 0x000035d5u, 0x000035d4u, - 0x00040071u, 0x00000006u, 0x000035d6u, 0x000035d5u, 0x0004007cu, 0x00000008u, 0x000035d7u, 0x000035d6u, - 0x00080041u, 0x000001f4u, 0x000035dau, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000035d0u, - 0x0004003du, 0x000001afu, 0x000035dbu, 0x000035dau, 0x00040071u, 0x00000006u, 0x000035dcu, 0x000035dbu, - 0x0004007cu, 0x00000008u, 0x000035ddu, 0x000035dcu, 0x000500c3u, 0x00000008u, 0x000035dfu, 0x000035ddu, - 0x000001e2u, 0x000500c7u, 0x00000008u, 0x000035e0u, 0x000035dfu, 0x000002f0u, 0x000500c3u, 0x00000008u, - 0x000035e2u, 0x000035ddu, 0x00000187u, 0x000500c7u, 0x00000008u, 0x000035e3u, 0x000035e2u, 0x000002f0u, - 0x00050082u, 0x00000008u, 0x000035e5u, 0x000035e0u, 0x00000325u, 0x00050082u, 0x00000008u, 0x000035e7u, - 0x000035e3u, 0x00000325u, 0x00070050u, 0x00000009u, 0x000035eau, 0x000035e5u, 0x000035e7u, 0x000035d7u, - 0x000035d7u, 0x000200f9u, 0x00002890u, 0x000200f8u, 0x00002890u, 0x000700f5u, 0x00000009u, 0x00006535u, - 0x0000634au, 0x00002863u, 0x000035eau, 0x00002877u, 0x000700f5u, 0x00000009u, 0x000064bbu, 0x0000634au, - 0x00002863u, 0x0000359eu, 0x00002877u, 0x000700f5u, 0x00000009u, 0x00006442u, 0x0000634au, 0x00002863u, - 0x00003552u, 0x00002877u, 0x000200f9u, 0x000029f3u, 0x000200f8u, 0x000027dbu, 0x000300f7u, 0x00002862u, - 0x00000000u, 0x000b00fbu, 0x000079c6u, 0x00002862u, 0x00000000u, 0x000027deu, 0x00000001u, 0x000027ffu, - 0x00000002u, 0x00002820u, 0x00000003u, 0x00002841u, 0x000200f8u, 0x00002841u, 0x0004007cu, 0x000000a0u, - 0x00002843u, 0x00006319u, 0x0003003eu, 0x0000260eu, 0x00002843u, 0x00050041u, 0x00000007u, 0x000033e9u, - 0x0000260eu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000033eau, 0x000033e9u, 0x00050084u, 0x00000006u, - 0x000033ebu, 0x0000254eu, 0x000033eau, 0x00050080u, 0x00000006u, 0x000033ecu, 0x0000254bu, 0x000033ebu, - 0x00050041u, 0x00000007u, 0x000033edu, 0x0000260eu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000033eeu, - 0x000033edu, 0x00050084u, 0x00000006u, 0x000033efu, 0x000033eeu, 0x00000330u, 0x00050080u, 0x00000006u, - 0x000033f1u, 0x000033ecu, 0x000033efu, 0x000500c7u, 0x00000006u, 0x000033f3u, 0x000033f1u, 0x00000769u, - 0x000500c2u, 0x00000006u, 0x000033f5u, 0x000033f3u, 0x00000196u, 0x0004003du, 0x00000006u, 0x000033f7u, - 0x000033e9u, 0x000500c7u, 0x00000006u, 0x000033f8u, 0x000033f7u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000033f9u, 0x000033f8u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000033fbu, 0x000033f5u, 0x000033f9u, - 0x000500c6u, 0x00000006u, 0x000033fdu, 0x000033fbu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00003400u, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000033fdu, 0x0004003du, 0x000001afu, 0x00003401u, - 0x00003400u, 0x00040071u, 0x00000006u, 0x00003402u, 0x00003401u, 0x000500c5u, 0x00000006u, 0x00003405u, - 0x000033fdu, 0x0000079au, 0x00080041u, 0x000001f4u, 0x00003406u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00003405u, 0x0004003du, 0x000001afu, 0x00003407u, 0x00003406u, 0x00040071u, 0x00000006u, - 0x00003408u, 0x00003407u, 0x000500c2u, 0x00000006u, 0x0000340au, 0x00003402u, 0x000001e2u, 0x0004007cu, - 0x00000008u, 0x0000340bu, 0x0000340au, 0x000500c7u, 0x00000006u, 0x0000340du, 0x00003402u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x0000340eu, 0x0000340du, 0x000500c2u, 0x00000006u, 0x00003410u, 0x00003408u, - 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003411u, 0x00003410u, 0x000500c7u, 0x00000006u, 0x00003413u, - 0x00003408u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003414u, 0x00003413u, 0x00070050u, 0x00000009u, - 0x00003415u, 0x0000340bu, 0x0000340eu, 0x00003411u, 0x00003414u, 0x000300f7u, 0x00002857u, 0x00000000u, - 0x000400fau, 0x00001a33u, 0x00002848u, 0x00002857u, 0x000200f8u, 0x00002848u, 0x00050050u, 0x0000004du, - 0x0000284bu, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x0000284cu, 0x0000284bu, 0x0003003eu, - 0x00002611u, 0x0000284cu, 0x00050041u, 0x00000007u, 0x00003420u, 0x00002611u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00003421u, 0x00003420u, 0x00050084u, 0x00000006u, 0x00003422u, 0x0000254eu, 0x00003421u, - 0x00050080u, 0x00000006u, 0x00003423u, 0x0000254bu, 0x00003422u, 0x00050041u, 0x00000007u, 0x00003424u, - 0x00002611u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003425u, 0x00003424u, 0x00050084u, 0x00000006u, - 0x00003426u, 0x00003425u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00003428u, 0x00003423u, 0x00003426u, - 0x000500c7u, 0x00000006u, 0x0000342au, 0x00003428u, 0x00000769u, 0x000500c2u, 0x00000006u, 0x0000342cu, - 0x0000342au, 0x00000196u, 0x0004003du, 0x00000006u, 0x0000342eu, 0x00003420u, 0x000500c7u, 0x00000006u, - 0x0000342fu, 0x0000342eu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003430u, 0x0000342fu, 0x00000196u, - 0x000500c6u, 0x00000006u, 0x00003432u, 0x0000342cu, 0x00003430u, 0x000500c6u, 0x00000006u, 0x00003434u, - 0x00003432u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00003437u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00003434u, 0x0004003du, 0x000001afu, 0x00003438u, 0x00003437u, 0x00040071u, 0x00000006u, - 0x00003439u, 0x00003438u, 0x000500c5u, 0x00000006u, 0x0000343cu, 0x00003434u, 0x0000079au, 0x00080041u, - 0x000001f4u, 0x0000343du, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000343cu, 0x0004003du, - 0x000001afu, 0x0000343eu, 0x0000343du, 0x00040071u, 0x00000006u, 0x0000343fu, 0x0000343eu, 0x000500c2u, - 0x00000006u, 0x00003441u, 0x00003439u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00003442u, 0x00003441u, - 0x000500c7u, 0x00000006u, 0x00003444u, 0x00003439u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003445u, - 0x00003444u, 0x000500c2u, 0x00000006u, 0x00003447u, 0x0000343fu, 0x000001e2u, 0x0004007cu, 0x00000008u, - 0x00003448u, 0x00003447u, 0x000500c7u, 0x00000006u, 0x0000344au, 0x0000343fu, 0x0000068bu, 0x0004007cu, - 0x00000008u, 0x0000344bu, 0x0000344au, 0x00070050u, 0x00000009u, 0x0000344cu, 0x00003442u, 0x00003445u, - 0x00003448u, 0x0000344bu, 0x00050050u, 0x0000004du, 0x00002852u, 0x00006304u, 0x00002716u, 0x0004007cu, - 0x000000a0u, 0x00002853u, 0x00002852u, 0x0003003eu, 0x00002614u, 0x00002853u, 0x00050041u, 0x00000007u, - 0x00003457u, 0x00002614u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003458u, 0x00003457u, 0x00050084u, - 0x00000006u, 0x00003459u, 0x0000254eu, 0x00003458u, 0x00050080u, 0x00000006u, 0x0000345au, 0x0000254bu, - 0x00003459u, 0x00050041u, 0x00000007u, 0x0000345bu, 0x00002614u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x0000345cu, 0x0000345bu, 0x00050084u, 0x00000006u, 0x0000345du, 0x0000345cu, 0x00000330u, 0x00050080u, - 0x00000006u, 0x0000345fu, 0x0000345au, 0x0000345du, 0x000500c7u, 0x00000006u, 0x00003461u, 0x0000345fu, - 0x00000769u, 0x000500c2u, 0x00000006u, 0x00003463u, 0x00003461u, 0x00000196u, 0x0004003du, 0x00000006u, - 0x00003465u, 0x00003457u, 0x000500c7u, 0x00000006u, 0x00003466u, 0x00003465u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00003467u, 0x00003466u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003469u, 0x00003463u, - 0x00003467u, 0x000500c6u, 0x00000006u, 0x0000346bu, 0x00003469u, 0x0000032cu, 0x00080041u, 0x000001f4u, - 0x0000346eu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000346bu, 0x0004003du, 0x000001afu, - 0x0000346fu, 0x0000346eu, 0x00040071u, 0x00000006u, 0x00003470u, 0x0000346fu, 0x000500c5u, 0x00000006u, - 0x00003473u, 0x0000346bu, 0x0000079au, 0x00080041u, 0x000001f4u, 0x00003474u, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00003473u, 0x0004003du, 0x000001afu, 0x00003475u, 0x00003474u, 0x00040071u, - 0x00000006u, 0x00003476u, 0x00003475u, 0x000500c2u, 0x00000006u, 0x00003478u, 0x00003470u, 0x000001e2u, - 0x0004007cu, 0x00000008u, 0x00003479u, 0x00003478u, 0x000500c7u, 0x00000006u, 0x0000347bu, 0x00003470u, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x0000347cu, 0x0000347bu, 0x000500c2u, 0x00000006u, 0x0000347eu, - 0x00003476u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x0000347fu, 0x0000347eu, 0x000500c7u, 0x00000006u, - 0x00003481u, 0x00003476u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003482u, 0x00003481u, 0x00070050u, - 0x00000009u, 0x00003483u, 0x00003479u, 0x0000347cu, 0x0000347fu, 0x00003482u, 0x000200f9u, 0x00002857u, - 0x000200f8u, 0x00002857u, 0x000700f5u, 0x00000009u, 0x000064bau, 0x0000634au, 0x00002841u, 0x00003483u, - 0x00002848u, 0x000700f5u, 0x00000009u, 0x00006441u, 0x0000634au, 0x00002841u, 0x0000344cu, 0x00002848u, - 0x000300f7u, 0x00002861u, 0x00000000u, 0x000400fau, 0x00002720u, 0x00002859u, 0x00002861u, 0x000200f8u, - 0x00002859u, 0x00050050u, 0x0000004du, 0x0000285cu, 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, - 0x0000285du, 0x0000285cu, 0x0003003eu, 0x00002617u, 0x0000285du, 0x00050041u, 0x00000007u, 0x0000348eu, - 0x00002617u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000348fu, 0x0000348eu, 0x00050084u, 0x00000006u, - 0x00003490u, 0x0000254eu, 0x0000348fu, 0x00050080u, 0x00000006u, 0x00003491u, 0x0000254bu, 0x00003490u, - 0x00050041u, 0x00000007u, 0x00003492u, 0x00002617u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003493u, - 0x00003492u, 0x00050084u, 0x00000006u, 0x00003494u, 0x00003493u, 0x00000330u, 0x00050080u, 0x00000006u, - 0x00003496u, 0x00003491u, 0x00003494u, 0x000500c7u, 0x00000006u, 0x00003498u, 0x00003496u, 0x00000769u, - 0x000500c2u, 0x00000006u, 0x0000349au, 0x00003498u, 0x00000196u, 0x0004003du, 0x00000006u, 0x0000349cu, - 0x0000348eu, 0x000500c7u, 0x00000006u, 0x0000349du, 0x0000349cu, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x0000349eu, 0x0000349du, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000034a0u, 0x0000349au, 0x0000349eu, - 0x000500c6u, 0x00000006u, 0x000034a2u, 0x000034a0u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000034a5u, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000034a2u, 0x0004003du, 0x000001afu, 0x000034a6u, - 0x000034a5u, 0x00040071u, 0x00000006u, 0x000034a7u, 0x000034a6u, 0x000500c5u, 0x00000006u, 0x000034aau, - 0x000034a2u, 0x0000079au, 0x00080041u, 0x000001f4u, 0x000034abu, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x000034aau, 0x0004003du, 0x000001afu, 0x000034acu, 0x000034abu, 0x00040071u, 0x00000006u, - 0x000034adu, 0x000034acu, 0x000500c2u, 0x00000006u, 0x000034afu, 0x000034a7u, 0x000001e2u, 0x0004007cu, - 0x00000008u, 0x000034b0u, 0x000034afu, 0x000500c7u, 0x00000006u, 0x000034b2u, 0x000034a7u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x000034b3u, 0x000034b2u, 0x000500c2u, 0x00000006u, 0x000034b5u, 0x000034adu, - 0x000001e2u, 0x0004007cu, 0x00000008u, 0x000034b6u, 0x000034b5u, 0x000500c7u, 0x00000006u, 0x000034b8u, - 0x000034adu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000034b9u, 0x000034b8u, 0x00070050u, 0x00000009u, - 0x000034bau, 0x000034b0u, 0x000034b3u, 0x000034b6u, 0x000034b9u, 0x000200f9u, 0x00002861u, 0x000200f8u, - 0x00002861u, 0x000700f5u, 0x00000009u, 0x00006533u, 0x0000634au, 0x00002857u, 0x000034bau, 0x00002859u, - 0x000200f9u, 0x00002862u, 0x000200f8u, 0x00002820u, 0x0004007cu, 0x000000a0u, 0x00002822u, 0x00006319u, - 0x0003003eu, 0x00002602u, 0x00002822u, 0x00050041u, 0x00000007u, 0x000032e5u, 0x00002602u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x000032e6u, 0x000032e5u, 0x00050084u, 0x00000006u, 0x000032e7u, 0x0000254eu, - 0x000032e6u, 0x00050080u, 0x00000006u, 0x000032e8u, 0x0000254bu, 0x000032e7u, 0x00050041u, 0x00000007u, - 0x000032e9u, 0x00002602u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000032eau, 0x000032e9u, 0x00050084u, - 0x00000006u, 0x000032ebu, 0x000032eau, 0x00000330u, 0x00050080u, 0x00000006u, 0x000032edu, 0x000032e8u, - 0x000032ebu, 0x000500c7u, 0x00000006u, 0x000032efu, 0x000032edu, 0x000006b6u, 0x000500c2u, 0x00000006u, - 0x000032f1u, 0x000032efu, 0x00000196u, 0x0004003du, 0x00000006u, 0x000032f3u, 0x000032e5u, 0x000500c7u, - 0x00000006u, 0x000032f4u, 0x000032f3u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000032f5u, 0x000032f4u, - 0x00000196u, 0x000500c6u, 0x00000006u, 0x000032f7u, 0x000032f1u, 0x000032f5u, 0x000500c6u, 0x00000006u, - 0x000032f9u, 0x000032f7u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000032fcu, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x000032f9u, 0x0004003du, 0x000001afu, 0x000032fdu, 0x000032fcu, 0x00040071u, - 0x00000006u, 0x000032feu, 0x000032fdu, 0x00060050u, 0x000002b8u, 0x00003306u, 0x000032feu, 0x000032feu, - 0x000032feu, 0x000500c2u, 0x000002b8u, 0x00003307u, 0x00003306u, 0x0000067cu, 0x000500c7u, 0x000002b8u, - 0x00003309u, 0x00003307u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x0000330cu, 0x00003309u, 0x000079abu, - 0x000500c2u, 0x000002b8u, 0x0000330fu, 0x00003309u, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00003310u, - 0x0000330cu, 0x0000330fu, 0x000500c7u, 0x00000006u, 0x00003312u, 0x000032feu, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00003313u, 0x00003312u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00003315u, 0x00003310u, - 0x0004007cu, 0x00000008u, 0x00003317u, 0x00003313u, 0x00050051u, 0x00000008u, 0x00003318u, 0x00003315u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00003319u, 0x00003315u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x0000331au, 0x00003315u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000331bu, 0x00003318u, 0x00003319u, - 0x0000331au, 0x00003317u, 0x000300f7u, 0x00002836u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00002827u, - 0x00002836u, 0x000200f8u, 0x00002827u, 0x00050050u, 0x0000004du, 0x0000282au, 0x00006308u, 0x00002714u, - 0x0004007cu, 0x000000a0u, 0x0000282bu, 0x0000282au, 0x0003003eu, 0x00002605u, 0x0000282bu, 0x00050041u, - 0x00000007u, 0x00003326u, 0x00002605u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003327u, 0x00003326u, - 0x00050084u, 0x00000006u, 0x00003328u, 0x0000254eu, 0x00003327u, 0x00050080u, 0x00000006u, 0x00003329u, - 0x0000254bu, 0x00003328u, 0x00050041u, 0x00000007u, 0x0000332au, 0x00002605u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x0000332bu, 0x0000332au, 0x00050084u, 0x00000006u, 0x0000332cu, 0x0000332bu, 0x00000330u, - 0x00050080u, 0x00000006u, 0x0000332eu, 0x00003329u, 0x0000332cu, 0x000500c7u, 0x00000006u, 0x00003330u, - 0x0000332eu, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003332u, 0x00003330u, 0x00000196u, 0x0004003du, - 0x00000006u, 0x00003334u, 0x00003326u, 0x000500c7u, 0x00000006u, 0x00003335u, 0x00003334u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00003336u, 0x00003335u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00003338u, - 0x00003332u, 0x00003336u, 0x000500c6u, 0x00000006u, 0x0000333au, 0x00003338u, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x0000333du, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000333au, 0x0004003du, - 0x000001afu, 0x0000333eu, 0x0000333du, 0x00040071u, 0x00000006u, 0x0000333fu, 0x0000333eu, 0x00060050u, - 0x000002b8u, 0x00003347u, 0x0000333fu, 0x0000333fu, 0x0000333fu, 0x000500c2u, 0x000002b8u, 0x00003348u, - 0x00003347u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x0000334au, 0x00003348u, 0x000079aau, 0x000500c4u, - 0x000002b8u, 0x0000334du, 0x0000334au, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00003350u, 0x0000334au, - 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00003351u, 0x0000334du, 0x00003350u, 0x000500c7u, 0x00000006u, - 0x00003353u, 0x0000333fu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003354u, 0x00003353u, 0x0000068bu, - 0x0004007cu, 0x00000052u, 0x00003356u, 0x00003351u, 0x0004007cu, 0x00000008u, 0x00003358u, 0x00003354u, - 0x00050051u, 0x00000008u, 0x00003359u, 0x00003356u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000335au, - 0x00003356u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000335bu, 0x00003356u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x0000335cu, 0x00003359u, 0x0000335au, 0x0000335bu, 0x00003358u, 0x00050050u, 0x0000004du, - 0x00002831u, 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x00002832u, 0x00002831u, 0x0003003eu, - 0x00002608u, 0x00002832u, 0x00050041u, 0x00000007u, 0x00003367u, 0x00002608u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00003368u, 0x00003367u, 0x00050084u, 0x00000006u, 0x00003369u, 0x0000254eu, 0x00003368u, - 0x00050080u, 0x00000006u, 0x0000336au, 0x0000254bu, 0x00003369u, 0x00050041u, 0x00000007u, 0x0000336bu, - 0x00002608u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000336cu, 0x0000336bu, 0x00050084u, 0x00000006u, - 0x0000336du, 0x0000336cu, 0x00000330u, 0x00050080u, 0x00000006u, 0x0000336fu, 0x0000336au, 0x0000336du, - 0x000500c7u, 0x00000006u, 0x00003371u, 0x0000336fu, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00003373u, - 0x00003371u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00003375u, 0x00003367u, 0x000500c7u, 0x00000006u, - 0x00003376u, 0x00003375u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003377u, 0x00003376u, 0x00000196u, - 0x000500c6u, 0x00000006u, 0x00003379u, 0x00003373u, 0x00003377u, 0x000500c6u, 0x00000006u, 0x0000337bu, - 0x00003379u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x0000337eu, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x0000337bu, 0x0004003du, 0x000001afu, 0x0000337fu, 0x0000337eu, 0x00040071u, 0x00000006u, - 0x00003380u, 0x0000337fu, 0x00060050u, 0x000002b8u, 0x00003388u, 0x00003380u, 0x00003380u, 0x00003380u, - 0x000500c2u, 0x000002b8u, 0x00003389u, 0x00003388u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x0000338bu, - 0x00003389u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x0000338eu, 0x0000338bu, 0x000079abu, 0x000500c2u, - 0x000002b8u, 0x00003391u, 0x0000338bu, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00003392u, 0x0000338eu, - 0x00003391u, 0x000500c7u, 0x00000006u, 0x00003394u, 0x00003380u, 0x0000032cu, 0x00050084u, 0x00000006u, - 0x00003395u, 0x00003394u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00003397u, 0x00003392u, 0x0004007cu, - 0x00000008u, 0x00003399u, 0x00003395u, 0x00050051u, 0x00000008u, 0x0000339au, 0x00003397u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x0000339bu, 0x00003397u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000339cu, - 0x00003397u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000339du, 0x0000339au, 0x0000339bu, 0x0000339cu, - 0x00003399u, 0x000200f9u, 0x00002836u, 0x000200f8u, 0x00002836u, 0x000700f5u, 0x00000009u, 0x000064b8u, - 0x0000634au, 0x00002820u, 0x0000339du, 0x00002827u, 0x000700f5u, 0x00000009u, 0x0000643fu, 0x0000634au, - 0x00002820u, 0x0000335cu, 0x00002827u, 0x000300f7u, 0x00002840u, 0x00000000u, 0x000400fau, 0x00002720u, - 0x00002838u, 0x00002840u, 0x000200f8u, 0x00002838u, 0x00050050u, 0x0000004du, 0x0000283bu, 0x00006308u, - 0x00002716u, 0x0004007cu, 0x000000a0u, 0x0000283cu, 0x0000283bu, 0x0003003eu, 0x0000260bu, 0x0000283cu, - 0x00050041u, 0x00000007u, 0x000033a8u, 0x0000260bu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000033a9u, - 0x000033a8u, 0x00050084u, 0x00000006u, 0x000033aau, 0x0000254eu, 0x000033a9u, 0x00050080u, 0x00000006u, - 0x000033abu, 0x0000254bu, 0x000033aau, 0x00050041u, 0x00000007u, 0x000033acu, 0x0000260bu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000033adu, 0x000033acu, 0x00050084u, 0x00000006u, 0x000033aeu, 0x000033adu, - 0x00000330u, 0x00050080u, 0x00000006u, 0x000033b0u, 0x000033abu, 0x000033aeu, 0x000500c7u, 0x00000006u, - 0x000033b2u, 0x000033b0u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x000033b4u, 0x000033b2u, 0x00000196u, - 0x0004003du, 0x00000006u, 0x000033b6u, 0x000033a8u, 0x000500c7u, 0x00000006u, 0x000033b7u, 0x000033b6u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000033b8u, 0x000033b7u, 0x00000196u, 0x000500c6u, 0x00000006u, - 0x000033bau, 0x000033b4u, 0x000033b8u, 0x000500c6u, 0x00000006u, 0x000033bcu, 0x000033bau, 0x0000032cu, - 0x00080041u, 0x000001f4u, 0x000033bfu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000033bcu, - 0x0004003du, 0x000001afu, 0x000033c0u, 0x000033bfu, 0x00040071u, 0x00000006u, 0x000033c1u, 0x000033c0u, - 0x00060050u, 0x000002b8u, 0x000033c9u, 0x000033c1u, 0x000033c1u, 0x000033c1u, 0x000500c2u, 0x000002b8u, - 0x000033cau, 0x000033c9u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x000033ccu, 0x000033cau, 0x000079aau, - 0x000500c4u, 0x000002b8u, 0x000033cfu, 0x000033ccu, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x000033d2u, - 0x000033ccu, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x000033d3u, 0x000033cfu, 0x000033d2u, 0x000500c7u, - 0x00000006u, 0x000033d5u, 0x000033c1u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x000033d6u, 0x000033d5u, - 0x0000068bu, 0x0004007cu, 0x00000052u, 0x000033d8u, 0x000033d3u, 0x0004007cu, 0x00000008u, 0x000033dau, - 0x000033d6u, 0x00050051u, 0x00000008u, 0x000033dbu, 0x000033d8u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000033dcu, 0x000033d8u, 0x00000001u, 0x00050051u, 0x00000008u, 0x000033ddu, 0x000033d8u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000033deu, 0x000033dbu, 0x000033dcu, 0x000033ddu, 0x000033dau, 0x000200f9u, - 0x00002840u, 0x000200f8u, 0x00002840u, 0x000700f5u, 0x00000009u, 0x00006531u, 0x0000634au, 0x00002836u, - 0x000033deu, 0x00002838u, 0x000200f9u, 0x00002862u, 0x000200f8u, 0x000027ffu, 0x0004007cu, 0x000000a0u, - 0x00002801u, 0x00006319u, 0x0003003eu, 0x000025f6u, 0x00002801u, 0x00050041u, 0x00000007u, 0x00003254u, - 0x000025f6u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003255u, 0x00003254u, 0x00050084u, 0x00000006u, - 0x00003256u, 0x0000254eu, 0x00003255u, 0x00050080u, 0x00000006u, 0x00003257u, 0x0000254bu, 0x00003256u, - 0x00050041u, 0x00000007u, 0x00003258u, 0x000025f6u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003259u, - 0x00003258u, 0x00050080u, 0x00000006u, 0x0000325bu, 0x00003257u, 0x00003259u, 0x000500c7u, 0x00000006u, - 0x0000325du, 0x0000325bu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003260u, 0x00003254u, 0x000500c7u, - 0x00000006u, 0x00003261u, 0x00003260u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003262u, 0x00003261u, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003264u, 0x0000325du, 0x00003262u, 0x000500c6u, 0x00000006u, - 0x00003266u, 0x00003264u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003269u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00003266u, 0x0004003du, 0x000001adu, 0x0000326au, 0x00003269u, 0x00040071u, - 0x00000006u, 0x0000326bu, 0x0000326au, 0x0004007cu, 0x00000008u, 0x0000326du, 0x0000326bu, 0x00070050u, - 0x00000009u, 0x0000326eu, 0x0000326du, 0x0000326du, 0x0000326du, 0x0000326du, 0x000300f7u, 0x00002815u, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x00002806u, 0x00002815u, 0x000200f8u, 0x00002806u, 0x00050050u, - 0x0000004du, 0x00002809u, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x0000280au, 0x00002809u, - 0x0003003eu, 0x000025f9u, 0x0000280au, 0x00050041u, 0x00000007u, 0x00003278u, 0x000025f9u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003279u, 0x00003278u, 0x00050084u, 0x00000006u, 0x0000327au, 0x0000254eu, - 0x00003279u, 0x00050080u, 0x00000006u, 0x0000327bu, 0x0000254bu, 0x0000327au, 0x00050041u, 0x00000007u, - 0x0000327cu, 0x000025f9u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000327du, 0x0000327cu, 0x00050080u, - 0x00000006u, 0x0000327fu, 0x0000327bu, 0x0000327du, 0x000500c7u, 0x00000006u, 0x00003281u, 0x0000327fu, - 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003284u, 0x00003278u, 0x000500c7u, 0x00000006u, 0x00003285u, - 0x00003284u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003286u, 0x00003285u, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x00003288u, 0x00003281u, 0x00003286u, 0x000500c6u, 0x00000006u, 0x0000328au, 0x00003288u, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000328du, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x0000328au, 0x0004003du, 0x000001adu, 0x0000328eu, 0x0000328du, 0x00040071u, 0x00000006u, 0x0000328fu, - 0x0000328eu, 0x0004007cu, 0x00000008u, 0x00003291u, 0x0000328fu, 0x00070050u, 0x00000009u, 0x00003292u, - 0x00003291u, 0x00003291u, 0x00003291u, 0x00003291u, 0x00050050u, 0x0000004du, 0x00002810u, 0x00006304u, - 0x00002716u, 0x0004007cu, 0x000000a0u, 0x00002811u, 0x00002810u, 0x0003003eu, 0x000025fcu, 0x00002811u, - 0x00050041u, 0x00000007u, 0x0000329cu, 0x000025fcu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000329du, - 0x0000329cu, 0x00050084u, 0x00000006u, 0x0000329eu, 0x0000254eu, 0x0000329du, 0x00050080u, 0x00000006u, - 0x0000329fu, 0x0000254bu, 0x0000329eu, 0x00050041u, 0x00000007u, 0x000032a0u, 0x000025fcu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000032a1u, 0x000032a0u, 0x00050080u, 0x00000006u, 0x000032a3u, 0x0000329fu, - 0x000032a1u, 0x000500c7u, 0x00000006u, 0x000032a5u, 0x000032a3u, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x000032a8u, 0x0000329cu, 0x000500c7u, 0x00000006u, 0x000032a9u, 0x000032a8u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x000032aau, 0x000032a9u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000032acu, 0x000032a5u, - 0x000032aau, 0x000500c6u, 0x00000006u, 0x000032aeu, 0x000032acu, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x000032b1u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000032aeu, 0x0004003du, 0x000001adu, - 0x000032b2u, 0x000032b1u, 0x00040071u, 0x00000006u, 0x000032b3u, 0x000032b2u, 0x0004007cu, 0x00000008u, - 0x000032b5u, 0x000032b3u, 0x00070050u, 0x00000009u, 0x000032b6u, 0x000032b5u, 0x000032b5u, 0x000032b5u, - 0x000032b5u, 0x000200f9u, 0x00002815u, 0x000200f8u, 0x00002815u, 0x000700f5u, 0x00000009u, 0x000064b6u, - 0x0000634au, 0x000027ffu, 0x000032b6u, 0x00002806u, 0x000700f5u, 0x00000009u, 0x0000643du, 0x0000634au, - 0x000027ffu, 0x00003292u, 0x00002806u, 0x000300f7u, 0x0000281fu, 0x00000000u, 0x000400fau, 0x00002720u, - 0x00002817u, 0x0000281fu, 0x000200f8u, 0x00002817u, 0x00050050u, 0x0000004du, 0x0000281au, 0x00006308u, - 0x00002716u, 0x0004007cu, 0x000000a0u, 0x0000281bu, 0x0000281au, 0x0003003eu, 0x000025ffu, 0x0000281bu, - 0x00050041u, 0x00000007u, 0x000032c0u, 0x000025ffu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000032c1u, - 0x000032c0u, 0x00050084u, 0x00000006u, 0x000032c2u, 0x0000254eu, 0x000032c1u, 0x00050080u, 0x00000006u, - 0x000032c3u, 0x0000254bu, 0x000032c2u, 0x00050041u, 0x00000007u, 0x000032c4u, 0x000025ffu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000032c5u, 0x000032c4u, 0x00050080u, 0x00000006u, 0x000032c7u, 0x000032c3u, - 0x000032c5u, 0x000500c7u, 0x00000006u, 0x000032c9u, 0x000032c7u, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x000032ccu, 0x000032c0u, 0x000500c7u, 0x00000006u, 0x000032cdu, 0x000032ccu, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x000032ceu, 0x000032cdu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000032d0u, 0x000032c9u, - 0x000032ceu, 0x000500c6u, 0x00000006u, 0x000032d2u, 0x000032d0u, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x000032d5u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000032d2u, 0x0004003du, 0x000001adu, - 0x000032d6u, 0x000032d5u, 0x00040071u, 0x00000006u, 0x000032d7u, 0x000032d6u, 0x0004007cu, 0x00000008u, - 0x000032d9u, 0x000032d7u, 0x00070050u, 0x00000009u, 0x000032dau, 0x000032d9u, 0x000032d9u, 0x000032d9u, - 0x000032d9u, 0x000200f9u, 0x0000281fu, 0x000200f8u, 0x0000281fu, 0x000700f5u, 0x00000009u, 0x0000652fu, - 0x0000634au, 0x00002815u, 0x000032dau, 0x00002817u, 0x000200f9u, 0x00002862u, 0x000200f8u, 0x000027deu, - 0x0004007cu, 0x000000a0u, 0x000027e0u, 0x00006319u, 0x0003003eu, 0x000025eau, 0x000027e0u, 0x00050041u, - 0x00000007u, 0x00003189u, 0x000025eau, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000318au, 0x00003189u, - 0x00050084u, 0x00000006u, 0x0000318bu, 0x0000254eu, 0x0000318au, 0x00050080u, 0x00000006u, 0x0000318cu, - 0x0000254bu, 0x0000318bu, 0x00050041u, 0x00000007u, 0x0000318du, 0x000025eau, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x0000318eu, 0x0000318du, 0x000500c2u, 0x00000006u, 0x0000318fu, 0x0000318eu, 0x00000196u, - 0x00050080u, 0x00000006u, 0x00003191u, 0x0000318cu, 0x0000318fu, 0x000500c7u, 0x00000006u, 0x00003193u, - 0x00003191u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00003195u, 0x0000318du, 0x000400c8u, 0x00000006u, - 0x00003196u, 0x00003195u, 0x000500c7u, 0x00000006u, 0x00003197u, 0x00003196u, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00003198u, 0x00003197u, 0x000006beu, 0x0004003du, 0x00000006u, 0x0000319bu, 0x00003189u, - 0x000500c7u, 0x00000006u, 0x0000319cu, 0x0000319bu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000319du, - 0x0000319cu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000319fu, 0x00003193u, 0x0000319du, 0x000500c6u, - 0x00000006u, 0x000031a1u, 0x0000319fu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000031a4u, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000031a1u, 0x0004003du, 0x000001adu, 0x000031a5u, 0x000031a4u, - 0x00040071u, 0x00000006u, 0x000031a6u, 0x000031a5u, 0x000500c2u, 0x00000006u, 0x000031a9u, 0x000031a6u, - 0x00003198u, 0x000500c7u, 0x00000006u, 0x000031aau, 0x000031a9u, 0x000006dau, 0x000500c4u, 0x00000006u, - 0x000031acu, 0x000031aau, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x000031aeu, 0x000031aau, 0x000031acu, - 0x0004007cu, 0x00000008u, 0x000031b0u, 0x000031aeu, 0x00070050u, 0x00000009u, 0x000031b1u, 0x000031b0u, - 0x000031b0u, 0x000031b0u, 0x000031b0u, 0x000300f7u, 0x000027f4u, 0x00000000u, 0x000400fau, 0x00001a33u, - 0x000027e5u, 0x000027f4u, 0x000200f8u, 0x000027e5u, 0x00050050u, 0x0000004du, 0x000027e8u, 0x00006308u, - 0x00002714u, 0x0004007cu, 0x000000a0u, 0x000027e9u, 0x000027e8u, 0x0003003eu, 0x000025edu, 0x000027e9u, - 0x00050041u, 0x00000007u, 0x000031bcu, 0x000025edu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000031bdu, - 0x000031bcu, 0x00050084u, 0x00000006u, 0x000031beu, 0x0000254eu, 0x000031bdu, 0x00050080u, 0x00000006u, - 0x000031bfu, 0x0000254bu, 0x000031beu, 0x00050041u, 0x00000007u, 0x000031c0u, 0x000025edu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000031c1u, 0x000031c0u, 0x000500c2u, 0x00000006u, 0x000031c2u, 0x000031c1u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x000031c4u, 0x000031bfu, 0x000031c2u, 0x000500c7u, 0x00000006u, - 0x000031c6u, 0x000031c4u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000031c8u, 0x000031c0u, 0x000400c8u, - 0x00000006u, 0x000031c9u, 0x000031c8u, 0x000500c7u, 0x00000006u, 0x000031cau, 0x000031c9u, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x000031cbu, 0x000031cau, 0x000006beu, 0x0004003du, 0x00000006u, 0x000031ceu, - 0x000031bcu, 0x000500c7u, 0x00000006u, 0x000031cfu, 0x000031ceu, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000031d0u, 0x000031cfu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000031d2u, 0x000031c6u, 0x000031d0u, - 0x000500c6u, 0x00000006u, 0x000031d4u, 0x000031d2u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000031d7u, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000031d4u, 0x0004003du, 0x000001adu, 0x000031d8u, - 0x000031d7u, 0x00040071u, 0x00000006u, 0x000031d9u, 0x000031d8u, 0x000500c2u, 0x00000006u, 0x000031dcu, - 0x000031d9u, 0x000031cbu, 0x000500c7u, 0x00000006u, 0x000031ddu, 0x000031dcu, 0x000006dau, 0x000500c4u, - 0x00000006u, 0x000031dfu, 0x000031ddu, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x000031e1u, 0x000031ddu, - 0x000031dfu, 0x0004007cu, 0x00000008u, 0x000031e3u, 0x000031e1u, 0x00070050u, 0x00000009u, 0x000031e4u, - 0x000031e3u, 0x000031e3u, 0x000031e3u, 0x000031e3u, 0x00050050u, 0x0000004du, 0x000027efu, 0x00006304u, - 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000027f0u, 0x000027efu, 0x0003003eu, 0x000025f0u, 0x000027f0u, - 0x00050041u, 0x00000007u, 0x000031efu, 0x000025f0u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000031f0u, - 0x000031efu, 0x00050084u, 0x00000006u, 0x000031f1u, 0x0000254eu, 0x000031f0u, 0x00050080u, 0x00000006u, - 0x000031f2u, 0x0000254bu, 0x000031f1u, 0x00050041u, 0x00000007u, 0x000031f3u, 0x000025f0u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000031f4u, 0x000031f3u, 0x000500c2u, 0x00000006u, 0x000031f5u, 0x000031f4u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x000031f7u, 0x000031f2u, 0x000031f5u, 0x000500c7u, 0x00000006u, - 0x000031f9u, 0x000031f7u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000031fbu, 0x000031f3u, 0x000400c8u, - 0x00000006u, 0x000031fcu, 0x000031fbu, 0x000500c7u, 0x00000006u, 0x000031fdu, 0x000031fcu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x000031feu, 0x000031fdu, 0x000006beu, 0x0004003du, 0x00000006u, 0x00003201u, - 0x000031efu, 0x000500c7u, 0x00000006u, 0x00003202u, 0x00003201u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x00003203u, 0x00003202u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003205u, 0x000031f9u, 0x00003203u, - 0x000500c6u, 0x00000006u, 0x00003207u, 0x00003205u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000320au, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003207u, 0x0004003du, 0x000001adu, 0x0000320bu, - 0x0000320au, 0x00040071u, 0x00000006u, 0x0000320cu, 0x0000320bu, 0x000500c2u, 0x00000006u, 0x0000320fu, - 0x0000320cu, 0x000031feu, 0x000500c7u, 0x00000006u, 0x00003210u, 0x0000320fu, 0x000006dau, 0x000500c4u, - 0x00000006u, 0x00003212u, 0x00003210u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00003214u, 0x00003210u, - 0x00003212u, 0x0004007cu, 0x00000008u, 0x00003216u, 0x00003214u, 0x00070050u, 0x00000009u, 0x00003217u, - 0x00003216u, 0x00003216u, 0x00003216u, 0x00003216u, 0x000200f9u, 0x000027f4u, 0x000200f8u, 0x000027f4u, - 0x000700f5u, 0x00000009u, 0x000064b4u, 0x0000634au, 0x000027deu, 0x00003217u, 0x000027e5u, 0x000700f5u, - 0x00000009u, 0x0000643bu, 0x0000634au, 0x000027deu, 0x000031e4u, 0x000027e5u, 0x000300f7u, 0x000027feu, - 0x00000000u, 0x000400fau, 0x00002720u, 0x000027f6u, 0x000027feu, 0x000200f8u, 0x000027f6u, 0x00050050u, - 0x0000004du, 0x000027f9u, 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000027fau, 0x000027f9u, - 0x0003003eu, 0x000025f3u, 0x000027fau, 0x00050041u, 0x00000007u, 0x00003222u, 0x000025f3u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003223u, 0x00003222u, 0x00050084u, 0x00000006u, 0x00003224u, 0x0000254eu, - 0x00003223u, 0x00050080u, 0x00000006u, 0x00003225u, 0x0000254bu, 0x00003224u, 0x00050041u, 0x00000007u, - 0x00003226u, 0x000025f3u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00003227u, 0x00003226u, 0x000500c2u, - 0x00000006u, 0x00003228u, 0x00003227u, 0x00000196u, 0x00050080u, 0x00000006u, 0x0000322au, 0x00003225u, - 0x00003228u, 0x000500c7u, 0x00000006u, 0x0000322cu, 0x0000322au, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x0000322eu, 0x00003226u, 0x000400c8u, 0x00000006u, 0x0000322fu, 0x0000322eu, 0x000500c7u, 0x00000006u, - 0x00003230u, 0x0000322fu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003231u, 0x00003230u, 0x000006beu, - 0x0004003du, 0x00000006u, 0x00003234u, 0x00003222u, 0x000500c7u, 0x00000006u, 0x00003235u, 0x00003234u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003236u, 0x00003235u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00003238u, 0x0000322cu, 0x00003236u, 0x000500c6u, 0x00000006u, 0x0000323au, 0x00003238u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x0000323du, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000323au, - 0x0004003du, 0x000001adu, 0x0000323eu, 0x0000323du, 0x00040071u, 0x00000006u, 0x0000323fu, 0x0000323eu, - 0x000500c2u, 0x00000006u, 0x00003242u, 0x0000323fu, 0x00003231u, 0x000500c7u, 0x00000006u, 0x00003243u, - 0x00003242u, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00003245u, 0x00003243u, 0x0000019fu, 0x000500c5u, - 0x00000006u, 0x00003247u, 0x00003243u, 0x00003245u, 0x0004007cu, 0x00000008u, 0x00003249u, 0x00003247u, - 0x00070050u, 0x00000009u, 0x0000324au, 0x00003249u, 0x00003249u, 0x00003249u, 0x00003249u, 0x000200f9u, - 0x000027feu, 0x000200f8u, 0x000027feu, 0x000700f5u, 0x00000009u, 0x0000652du, 0x0000634au, 0x000027f4u, - 0x0000324au, 0x000027f6u, 0x000200f9u, 0x00002862u, 0x000200f8u, 0x00002862u, 0x000d00f5u, 0x00000009u, - 0x0000652cu, 0x0000634au, 0x000027dbu, 0x0000652du, 0x000027feu, 0x0000652fu, 0x0000281fu, 0x00006531u, - 0x00002840u, 0x00006533u, 0x00002861u, 0x000d00f5u, 0x00000009u, 0x000064b2u, 0x0000634au, 0x000027dbu, - 0x000064b4u, 0x000027feu, 0x000064b6u, 0x0000281fu, 0x000064b8u, 0x00002840u, 0x000064bau, 0x00002861u, - 0x000d00f5u, 0x00000009u, 0x00006439u, 0x0000634au, 0x000027dbu, 0x0000643bu, 0x000027feu, 0x0000643du, - 0x0000281fu, 0x0000643fu, 0x00002840u, 0x00006441u, 0x00002861u, 0x000d00f5u, 0x00000009u, 0x00006386u, - 0x0000634au, 0x000027dbu, 0x000031b1u, 0x000027feu, 0x0000326eu, 0x0000281fu, 0x0000331bu, 0x00002840u, - 0x00003415u, 0x00002861u, 0x000200f9u, 0x000029f3u, 0x000200f8u, 0x000029f3u, 0x000f00f5u, 0x00000009u, - 0x0000652bu, 0x0000634au, 0x000027d8u, 0x0000652cu, 0x00002862u, 0x00006535u, 0x00002890u, 0x00006536u, - 0x00002903u, 0x0000653du, 0x0000298bu, 0x00006546u, 0x000029f2u, 0x000f00f5u, 0x00000009u, 0x000064b1u, - 0x0000634au, 0x000027d8u, 0x000064b2u, 0x00002862u, 0x000064bbu, 0x00002890u, 0x000064bcu, 0x00002903u, - 0x000064c3u, 0x0000298bu, 0x000064ccu, 0x000029f2u, 0x000f00f5u, 0x00000009u, 0x00006438u, 0x0000634au, - 0x000027d8u, 0x00006439u, 0x00002862u, 0x00006442u, 0x00002890u, 0x00006443u, 0x00002903u, 0x0000644au, - 0x0000298bu, 0x00006453u, 0x000029f2u, 0x000f00f5u, 0x00000009u, 0x00006385u, 0x0000634au, 0x000027d8u, - 0x00006386u, 0x00002862u, 0x00003506u, 0x00002890u, 0x00006390u, 0x00002903u, 0x00006397u, 0x0000298bu, - 0x000063a0u, 0x000029f2u, 0x000200f9u, 0x000029f4u, 0x000200f8u, 0x0000273bu, 0x000300f7u, 0x000027d7u, - 0x00000000u, 0x000b00fbu, 0x000079c5u, 0x000027d7u, 0x00000000u, 0x0000273eu, 0x00000002u, 0x0000273eu, - 0x00000003u, 0x0000273eu, 0x00000004u, 0x0000273eu, 0x000200f8u, 0x0000273eu, 0x000600a9u, 0x00000008u, - 0x00002742u, 0x00002728u, 0x00000199u, 0x00000196u, 0x0004007cu, 0x00000006u, 0x00002743u, 0x00002742u, - 0x000300f7u, 0x000027d6u, 0x00000000u, 0x000700fbu, 0x000079c6u, 0x00002746u, 0x00000000u, 0x00002772u, - 0x00000001u, 0x000027aau, 0x000200f8u, 0x000027aau, 0x0004007cu, 0x000000a0u, 0x000027acu, 0x00006319u, - 0x000600a9u, 0x00000008u, 0x000027aeu, 0x00002728u, 0x0000019cu, 0x00000187u, 0x0004007cu, 0x00000006u, - 0x000027afu, 0x000027aeu, 0x0003003eu, 0x000025bau, 0x000027acu, 0x00050041u, 0x00000007u, 0x00002ff0u, - 0x000025bau, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00002ff1u, 0x00002ff0u, 0x00050084u, 0x00000006u, - 0x00002ff2u, 0x0000254eu, 0x00002ff1u, 0x00050080u, 0x00000006u, 0x00002ff3u, 0x0000254bu, 0x00002ff2u, - 0x00050041u, 0x00000007u, 0x00002ff4u, 0x000025bau, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00002ff5u, - 0x00002ff4u, 0x00050080u, 0x00000006u, 0x00002ff7u, 0x00002ff3u, 0x00002ff5u, 0x000500c7u, 0x00000006u, - 0x00002ff9u, 0x00002ff7u, 0x00000769u, 0x0004003du, 0x00000006u, 0x00002ffcu, 0x00002ff0u, 0x000500c7u, - 0x00000006u, 0x00002ffdu, 0x00002ffcu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00002ffeu, 0x00002ffdu, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x00003000u, 0x00002ff9u, 0x00002ffeu, 0x000500c6u, 0x00000006u, - 0x00003002u, 0x00003000u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00003005u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00003002u, 0x0004003du, 0x000001adu, 0x00003006u, 0x00003005u, 0x00040071u, - 0x00000006u, 0x00003007u, 0x00003006u, 0x000500c4u, 0x00000006u, 0x00003009u, 0x00003007u, 0x00000199u, - 0x00050080u, 0x00000006u, 0x0000300bu, 0x00003009u, 0x000027afu, 0x000500c6u, 0x00000006u, 0x0000300eu, - 0x0000300bu, 0x00002743u, 0x000500c5u, 0x00000006u, 0x00003011u, 0x0000079au, 0x0000300eu, 0x00080041u, - 0x000001f4u, 0x00003012u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003011u, 0x0004003du, - 0x000001afu, 0x00003013u, 0x00003012u, 0x00040071u, 0x00000006u, 0x00003014u, 0x00003013u, 0x000300f7u, - 0x0000301cu, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00003016u, 0x00003019u, 0x000200f8u, 0x00003019u, - 0x00060050u, 0x000002b8u, 0x00003034u, 0x00003014u, 0x00003014u, 0x00003014u, 0x000500c2u, 0x000002b8u, - 0x00003035u, 0x00003034u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00003037u, 0x00003035u, 0x000079aau, - 0x000500c4u, 0x000002b8u, 0x0000303au, 0x00003037u, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x0000303du, - 0x00003037u, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x0000303eu, 0x0000303au, 0x0000303du, 0x000500c7u, - 0x00000006u, 0x00003040u, 0x00003014u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003041u, 0x00003040u, - 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00003043u, 0x0000303eu, 0x0004007cu, 0x00000008u, 0x00003045u, - 0x00003041u, 0x00050051u, 0x00000008u, 0x00003046u, 0x00003043u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00003047u, 0x00003043u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00003048u, 0x00003043u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00003049u, 0x00003046u, 0x00003047u, 0x00003048u, 0x00003045u, 0x000200f9u, - 0x0000301cu, 0x000200f8u, 0x00003016u, 0x000500c2u, 0x00000006u, 0x00003023u, 0x00003014u, 0x000001e2u, - 0x000500c7u, 0x00000006u, 0x00003025u, 0x00003014u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00003027u, - 0x00003023u, 0x0004007cu, 0x00000008u, 0x0000302du, 0x00003025u, 0x00070050u, 0x00000009u, 0x0000302eu, - 0x00003027u, 0x00003027u, 0x00003027u, 0x0000302du, 0x000200f9u, 0x0000301cu, 0x000200f8u, 0x0000301cu, - 0x000700f5u, 0x00000009u, 0x0000631du, 0x0000302eu, 0x00003016u, 0x00003049u, 0x00003019u, 0x000300f7u, - 0x000027c9u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x000027b6u, 0x000027c9u, 0x000200f8u, 0x000027b6u, - 0x00050050u, 0x0000004du, 0x000027b9u, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x000027bau, - 0x000027b9u, 0x0003003eu, 0x000025c0u, 0x000027bau, 0x00050041u, 0x00000007u, 0x00003057u, 0x000025c0u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00003058u, 0x00003057u, 0x00050084u, 0x00000006u, 0x00003059u, - 0x0000254eu, 0x00003058u, 0x00050080u, 0x00000006u, 0x0000305au, 0x0000254bu, 0x00003059u, 0x00050041u, - 0x00000007u, 0x0000305bu, 0x000025c0u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000305cu, 0x0000305bu, - 0x00050080u, 0x00000006u, 0x0000305eu, 0x0000305au, 0x0000305cu, 0x000500c7u, 0x00000006u, 0x00003060u, - 0x0000305eu, 0x00000769u, 0x0004003du, 0x00000006u, 0x00003063u, 0x00003057u, 0x000500c7u, 0x00000006u, - 0x00003064u, 0x00003063u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003065u, 0x00003064u, 0x00000199u, - 0x000500c6u, 0x00000006u, 0x00003067u, 0x00003060u, 0x00003065u, 0x000500c6u, 0x00000006u, 0x00003069u, - 0x00003067u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000306cu, 0x000006d1u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00003069u, 0x0004003du, 0x000001adu, 0x0000306du, 0x0000306cu, 0x00040071u, 0x00000006u, - 0x0000306eu, 0x0000306du, 0x000500c4u, 0x00000006u, 0x00003070u, 0x0000306eu, 0x00000199u, 0x00050080u, - 0x00000006u, 0x00003072u, 0x00003070u, 0x0000032cu, 0x000500c6u, 0x00000006u, 0x00003075u, 0x00003072u, - 0x00002743u, 0x000500c5u, 0x00000006u, 0x00003078u, 0x0000079au, 0x00003075u, 0x00080041u, 0x000001f4u, - 0x00003079u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003078u, 0x0004003du, 0x000001afu, - 0x0000307au, 0x00003079u, 0x00040071u, 0x00000006u, 0x0000307bu, 0x0000307au, 0x000300f7u, 0x00003083u, - 0x00000000u, 0x000400fau, 0x00001a30u, 0x0000307du, 0x00003080u, 0x000200f8u, 0x00003080u, 0x00060050u, - 0x000002b8u, 0x0000309bu, 0x0000307bu, 0x0000307bu, 0x0000307bu, 0x000500c2u, 0x000002b8u, 0x0000309cu, - 0x0000309bu, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x0000309eu, 0x0000309cu, 0x000079aau, 0x000500c4u, - 0x000002b8u, 0x000030a1u, 0x0000309eu, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x000030a4u, 0x0000309eu, - 0x000079acu, 0x000500c5u, 0x000002b8u, 0x000030a5u, 0x000030a1u, 0x000030a4u, 0x000500c7u, 0x00000006u, - 0x000030a7u, 0x0000307bu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x000030a8u, 0x000030a7u, 0x0000068bu, - 0x0004007cu, 0x00000052u, 0x000030aau, 0x000030a5u, 0x0004007cu, 0x00000008u, 0x000030acu, 0x000030a8u, - 0x00050051u, 0x00000008u, 0x000030adu, 0x000030aau, 0x00000000u, 0x00050051u, 0x00000008u, 0x000030aeu, - 0x000030aau, 0x00000001u, 0x00050051u, 0x00000008u, 0x000030afu, 0x000030aau, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000030b0u, 0x000030adu, 0x000030aeu, 0x000030afu, 0x000030acu, 0x000200f9u, 0x00003083u, - 0x000200f8u, 0x0000307du, 0x000500c2u, 0x00000006u, 0x0000308au, 0x0000307bu, 0x000001e2u, 0x000500c7u, - 0x00000006u, 0x0000308cu, 0x0000307bu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x0000308eu, 0x0000308au, - 0x0004007cu, 0x00000008u, 0x00003094u, 0x0000308cu, 0x00070050u, 0x00000009u, 0x00003095u, 0x0000308eu, - 0x0000308eu, 0x0000308eu, 0x00003094u, 0x000200f9u, 0x00003083u, 0x000200f8u, 0x00003083u, 0x000700f5u, - 0x00000009u, 0x00006320u, 0x00003095u, 0x0000307du, 0x000030b0u, 0x00003080u, 0x00050050u, 0x0000004du, - 0x000027c2u, 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000027c3u, 0x000027c2u, 0x0003003eu, - 0x000025c6u, 0x000027c3u, 0x00050041u, 0x00000007u, 0x000030beu, 0x000025c6u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x000030bfu, 0x000030beu, 0x00050084u, 0x00000006u, 0x000030c0u, 0x0000254eu, 0x000030bfu, - 0x00050080u, 0x00000006u, 0x000030c1u, 0x0000254bu, 0x000030c0u, 0x00050041u, 0x00000007u, 0x000030c2u, - 0x000025c6u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000030c3u, 0x000030c2u, 0x00050080u, 0x00000006u, - 0x000030c5u, 0x000030c1u, 0x000030c3u, 0x000500c7u, 0x00000006u, 0x000030c7u, 0x000030c5u, 0x00000769u, - 0x0004003du, 0x00000006u, 0x000030cau, 0x000030beu, 0x000500c7u, 0x00000006u, 0x000030cbu, 0x000030cau, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000030ccu, 0x000030cbu, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x000030ceu, 0x000030c7u, 0x000030ccu, 0x000500c6u, 0x00000006u, 0x000030d0u, 0x000030ceu, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x000030d3u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000030d0u, - 0x0004003du, 0x000001adu, 0x000030d4u, 0x000030d3u, 0x00040071u, 0x00000006u, 0x000030d5u, 0x000030d4u, - 0x000500c4u, 0x00000006u, 0x000030d7u, 0x000030d5u, 0x00000199u, 0x00050080u, 0x00000006u, 0x000030d9u, - 0x000030d7u, 0x00000330u, 0x000500c6u, 0x00000006u, 0x000030dcu, 0x000030d9u, 0x00002743u, 0x000500c5u, - 0x00000006u, 0x000030dfu, 0x0000079au, 0x000030dcu, 0x00080041u, 0x000001f4u, 0x000030e0u, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000030dfu, 0x0004003du, 0x000001afu, 0x000030e1u, 0x000030e0u, - 0x00040071u, 0x00000006u, 0x000030e2u, 0x000030e1u, 0x000300f7u, 0x000030eau, 0x00000000u, 0x000400fau, - 0x00001a30u, 0x000030e4u, 0x000030e7u, 0x000200f8u, 0x000030e7u, 0x00060050u, 0x000002b8u, 0x00003102u, - 0x000030e2u, 0x000030e2u, 0x000030e2u, 0x000500c2u, 0x000002b8u, 0x00003103u, 0x00003102u, 0x0000067cu, - 0x000500c7u, 0x000002b8u, 0x00003105u, 0x00003103u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00003108u, - 0x00003105u, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x0000310bu, 0x00003105u, 0x000079acu, 0x000500c5u, - 0x000002b8u, 0x0000310cu, 0x00003108u, 0x0000310bu, 0x000500c7u, 0x00000006u, 0x0000310eu, 0x000030e2u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x0000310fu, 0x0000310eu, 0x0000068bu, 0x0004007cu, 0x00000052u, - 0x00003111u, 0x0000310cu, 0x0004007cu, 0x00000008u, 0x00003113u, 0x0000310fu, 0x00050051u, 0x00000008u, - 0x00003114u, 0x00003111u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00003115u, 0x00003111u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00003116u, 0x00003111u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00003117u, - 0x00003114u, 0x00003115u, 0x00003116u, 0x00003113u, 0x000200f9u, 0x000030eau, 0x000200f8u, 0x000030e4u, - 0x000500c2u, 0x00000006u, 0x000030f1u, 0x000030e2u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x000030f3u, - 0x000030e2u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000030f5u, 0x000030f1u, 0x0004007cu, 0x00000008u, - 0x000030fbu, 0x000030f3u, 0x00070050u, 0x00000009u, 0x000030fcu, 0x000030f5u, 0x000030f5u, 0x000030f5u, - 0x000030fbu, 0x000200f9u, 0x000030eau, 0x000200f8u, 0x000030eau, 0x000700f5u, 0x00000009u, 0x00006321u, - 0x000030fcu, 0x000030e4u, 0x00003117u, 0x000030e7u, 0x000200f9u, 0x000027c9u, 0x000200f8u, 0x000027c9u, - 0x000700f5u, 0x00000009u, 0x000064aeu, 0x0000634au, 0x0000301cu, 0x00006321u, 0x000030eau, 0x000700f5u, - 0x00000009u, 0x00006434u, 0x0000634au, 0x0000301cu, 0x00006320u, 0x000030eau, 0x000300f7u, 0x000027d5u, - 0x00000000u, 0x000400fau, 0x00002720u, 0x000027cbu, 0x000027d5u, 0x000200f8u, 0x000027cbu, 0x00050050u, - 0x0000004du, 0x000027ceu, 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x000027cfu, 0x000027ceu, - 0x0003003eu, 0x000025ccu, 0x000027cfu, 0x00050041u, 0x00000007u, 0x00003125u, 0x000025ccu, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00003126u, 0x00003125u, 0x00050084u, 0x00000006u, 0x00003127u, 0x0000254eu, - 0x00003126u, 0x00050080u, 0x00000006u, 0x00003128u, 0x0000254bu, 0x00003127u, 0x00050041u, 0x00000007u, - 0x00003129u, 0x000025ccu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000312au, 0x00003129u, 0x00050080u, - 0x00000006u, 0x0000312cu, 0x00003128u, 0x0000312au, 0x000500c7u, 0x00000006u, 0x0000312eu, 0x0000312cu, - 0x00000769u, 0x0004003du, 0x00000006u, 0x00003131u, 0x00003125u, 0x000500c7u, 0x00000006u, 0x00003132u, - 0x00003131u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00003133u, 0x00003132u, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x00003135u, 0x0000312eu, 0x00003133u, 0x000500c6u, 0x00000006u, 0x00003137u, 0x00003135u, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000313au, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00003137u, 0x0004003du, 0x000001adu, 0x0000313bu, 0x0000313au, 0x00040071u, 0x00000006u, 0x0000313cu, - 0x0000313bu, 0x000500c4u, 0x00000006u, 0x0000313eu, 0x0000313cu, 0x00000199u, 0x00050080u, 0x00000006u, - 0x00003140u, 0x0000313eu, 0x00000333u, 0x000500c6u, 0x00000006u, 0x00003143u, 0x00003140u, 0x00002743u, - 0x000500c5u, 0x00000006u, 0x00003146u, 0x0000079au, 0x00003143u, 0x00080041u, 0x000001f4u, 0x00003147u, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00003146u, 0x0004003du, 0x000001afu, 0x00003148u, - 0x00003147u, 0x00040071u, 0x00000006u, 0x00003149u, 0x00003148u, 0x000300f7u, 0x00003151u, 0x00000000u, - 0x000400fau, 0x00001a30u, 0x0000314bu, 0x0000314eu, 0x000200f8u, 0x0000314eu, 0x00060050u, 0x000002b8u, - 0x00003169u, 0x00003149u, 0x00003149u, 0x00003149u, 0x000500c2u, 0x000002b8u, 0x0000316au, 0x00003169u, - 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x0000316cu, 0x0000316au, 0x000079aau, 0x000500c4u, 0x000002b8u, - 0x0000316fu, 0x0000316cu, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00003172u, 0x0000316cu, 0x000079acu, - 0x000500c5u, 0x000002b8u, 0x00003173u, 0x0000316fu, 0x00003172u, 0x000500c7u, 0x00000006u, 0x00003175u, - 0x00003149u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00003176u, 0x00003175u, 0x0000068bu, 0x0004007cu, - 0x00000052u, 0x00003178u, 0x00003173u, 0x0004007cu, 0x00000008u, 0x0000317au, 0x00003176u, 0x00050051u, - 0x00000008u, 0x0000317bu, 0x00003178u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000317cu, 0x00003178u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x0000317du, 0x00003178u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x0000317eu, 0x0000317bu, 0x0000317cu, 0x0000317du, 0x0000317au, 0x000200f9u, 0x00003151u, 0x000200f8u, - 0x0000314bu, 0x000500c2u, 0x00000006u, 0x00003158u, 0x00003149u, 0x000001e2u, 0x000500c7u, 0x00000006u, - 0x0000315au, 0x00003149u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x0000315cu, 0x00003158u, 0x0004007cu, - 0x00000008u, 0x00003162u, 0x0000315au, 0x00070050u, 0x00000009u, 0x00003163u, 0x0000315cu, 0x0000315cu, - 0x0000315cu, 0x00003162u, 0x000200f9u, 0x00003151u, 0x000200f8u, 0x00003151u, 0x000700f5u, 0x00000009u, - 0x00006322u, 0x00003163u, 0x0000314bu, 0x0000317eu, 0x0000314eu, 0x000200f9u, 0x000027d5u, 0x000200f8u, - 0x000027d5u, 0x000700f5u, 0x00000009u, 0x00006526u, 0x0000634au, 0x000027c9u, 0x00006322u, 0x00003151u, - 0x000200f9u, 0x000027d6u, 0x000200f8u, 0x00002772u, 0x0004007cu, 0x000000a0u, 0x00002774u, 0x00006319u, - 0x0004007cu, 0x00000006u, 0x00002777u, 0x0000255du, 0x000600a9u, 0x00000008u, 0x00002779u, 0x00002728u, - 0x0000019cu, 0x00000187u, 0x0004007cu, 0x00000006u, 0x0000277au, 0x00002779u, 0x0003003eu, 0x0000259bu, - 0x00002774u, 0x00050041u, 0x00000007u, 0x00002e19u, 0x0000259bu, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x00002e1au, 0x00002e19u, 0x00050084u, 0x00000006u, 0x00002e1bu, 0x0000254eu, 0x00002e1au, 0x00050080u, - 0x00000006u, 0x00002e1cu, 0x0000254bu, 0x00002e1bu, 0x00050041u, 0x00000007u, 0x00002e1du, 0x0000259bu, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x00002e1eu, 0x00002e1du, 0x000500c2u, 0x00000006u, 0x00002e1fu, - 0x00002e1eu, 0x00000196u, 0x00050080u, 0x00000006u, 0x00002e21u, 0x00002e1cu, 0x00002e1fu, 0x000500c7u, - 0x00000006u, 0x00002e23u, 0x00002e21u, 0x00000769u, 0x0004003du, 0x00000006u, 0x00002e25u, 0x00002e1du, - 0x000400c8u, 0x00000006u, 0x00002e26u, 0x00002e25u, 0x000500c7u, 0x00000006u, 0x00002e27u, 0x00002e26u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x00002e28u, 0x00002e27u, 0x000006beu, 0x0004003du, 0x00000006u, - 0x00002e2bu, 0x00002e19u, 0x000500c7u, 0x00000006u, 0x00002e2cu, 0x00002e2bu, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00002e2du, 0x00002e2cu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00002e2fu, 0x00002e23u, - 0x00002e2du, 0x000500c6u, 0x00000006u, 0x00002e31u, 0x00002e2fu, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x00002e34u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002e31u, 0x0004003du, 0x000001adu, - 0x00002e35u, 0x00002e34u, 0x00040071u, 0x00000006u, 0x00002e36u, 0x00002e35u, 0x000500c2u, 0x00000006u, - 0x00002e39u, 0x00002e36u, 0x00002e28u, 0x000500c7u, 0x00000006u, 0x00002e3au, 0x00002e39u, 0x000006dau, - 0x000500c4u, 0x00000006u, 0x00002e3cu, 0x00002777u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00002e3eu, - 0x00002e3au, 0x00002e3cu, 0x000500c4u, 0x00000006u, 0x00002e40u, 0x00002e3eu, 0x00000199u, 0x00050080u, - 0x00000006u, 0x00002e42u, 0x00002e40u, 0x0000277au, 0x000500c6u, 0x00000006u, 0x00002e45u, 0x00002e42u, - 0x00002743u, 0x000500c5u, 0x00000006u, 0x00002e48u, 0x0000079au, 0x00002e45u, 0x00080041u, 0x000001f4u, - 0x00002e49u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002e48u, 0x0004003du, 0x000001afu, - 0x00002e4au, 0x00002e49u, 0x00040071u, 0x00000006u, 0x00002e4bu, 0x00002e4au, 0x000300f7u, 0x00002e53u, - 0x00000000u, 0x000400fau, 0x00001a30u, 0x00002e4du, 0x00002e50u, 0x000200f8u, 0x00002e50u, 0x00060050u, - 0x000002b8u, 0x00002e6bu, 0x00002e4bu, 0x00002e4bu, 0x00002e4bu, 0x000500c2u, 0x000002b8u, 0x00002e6cu, - 0x00002e6bu, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00002e6eu, 0x00002e6cu, 0x000079aau, 0x000500c4u, - 0x000002b8u, 0x00002e71u, 0x00002e6eu, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00002e74u, 0x00002e6eu, - 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00002e75u, 0x00002e71u, 0x00002e74u, 0x000500c7u, 0x00000006u, - 0x00002e77u, 0x00002e4bu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00002e78u, 0x00002e77u, 0x0000068bu, - 0x0004007cu, 0x00000052u, 0x00002e7au, 0x00002e75u, 0x0004007cu, 0x00000008u, 0x00002e7cu, 0x00002e78u, - 0x00050051u, 0x00000008u, 0x00002e7du, 0x00002e7au, 0x00000000u, 0x00050051u, 0x00000008u, 0x00002e7eu, - 0x00002e7au, 0x00000001u, 0x00050051u, 0x00000008u, 0x00002e7fu, 0x00002e7au, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00002e80u, 0x00002e7du, 0x00002e7eu, 0x00002e7fu, 0x00002e7cu, 0x000200f9u, 0x00002e53u, - 0x000200f8u, 0x00002e4du, 0x000500c2u, 0x00000006u, 0x00002e5au, 0x00002e4bu, 0x000001e2u, 0x000500c7u, - 0x00000006u, 0x00002e5cu, 0x00002e4bu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00002e5eu, 0x00002e5au, - 0x0004007cu, 0x00000008u, 0x00002e64u, 0x00002e5cu, 0x00070050u, 0x00000009u, 0x00002e65u, 0x00002e5eu, - 0x00002e5eu, 0x00002e5eu, 0x00002e64u, 0x000200f9u, 0x00002e53u, 0x000200f8u, 0x00002e53u, 0x000700f5u, - 0x00000009u, 0x00006323u, 0x00002e65u, 0x00002e4du, 0x00002e80u, 0x00002e50u, 0x000300f7u, 0x0000279au, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x00002781u, 0x0000279au, 0x000200f8u, 0x00002781u, 0x00050050u, - 0x0000004du, 0x00002784u, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x00002785u, 0x00002784u, - 0x0003003eu, 0x000025a3u, 0x00002785u, 0x00050041u, 0x00000007u, 0x00002e8fu, 0x000025a3u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00002e90u, 0x00002e8fu, 0x00050084u, 0x00000006u, 0x00002e91u, 0x0000254eu, - 0x00002e90u, 0x00050080u, 0x00000006u, 0x00002e92u, 0x0000254bu, 0x00002e91u, 0x00050041u, 0x00000007u, - 0x00002e93u, 0x000025a3u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00002e94u, 0x00002e93u, 0x000500c2u, - 0x00000006u, 0x00002e95u, 0x00002e94u, 0x00000196u, 0x00050080u, 0x00000006u, 0x00002e97u, 0x00002e92u, - 0x00002e95u, 0x000500c7u, 0x00000006u, 0x00002e99u, 0x00002e97u, 0x00000769u, 0x0004003du, 0x00000006u, - 0x00002e9bu, 0x00002e93u, 0x000400c8u, 0x00000006u, 0x00002e9cu, 0x00002e9bu, 0x000500c7u, 0x00000006u, - 0x00002e9du, 0x00002e9cu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00002e9eu, 0x00002e9du, 0x000006beu, - 0x0004003du, 0x00000006u, 0x00002ea1u, 0x00002e8fu, 0x000500c7u, 0x00000006u, 0x00002ea2u, 0x00002ea1u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00002ea3u, 0x00002ea2u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00002ea5u, 0x00002e99u, 0x00002ea3u, 0x000500c6u, 0x00000006u, 0x00002ea7u, 0x00002ea5u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x00002eaau, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002ea7u, - 0x0004003du, 0x000001adu, 0x00002eabu, 0x00002eaau, 0x00040071u, 0x00000006u, 0x00002eacu, 0x00002eabu, - 0x000500c2u, 0x00000006u, 0x00002eafu, 0x00002eacu, 0x00002e9eu, 0x000500c7u, 0x00000006u, 0x00002eb0u, - 0x00002eafu, 0x000006dau, 0x000500c5u, 0x00000006u, 0x00002eb4u, 0x00002eb0u, 0x00002e3cu, 0x000500c4u, - 0x00000006u, 0x00002eb6u, 0x00002eb4u, 0x00000199u, 0x00050080u, 0x00000006u, 0x00002eb8u, 0x00002eb6u, - 0x0000032cu, 0x000500c6u, 0x00000006u, 0x00002ebbu, 0x00002eb8u, 0x00002743u, 0x000500c5u, 0x00000006u, - 0x00002ebeu, 0x0000079au, 0x00002ebbu, 0x00080041u, 0x000001f4u, 0x00002ebfu, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00002ebeu, 0x0004003du, 0x000001afu, 0x00002ec0u, 0x00002ebfu, 0x00040071u, - 0x00000006u, 0x00002ec1u, 0x00002ec0u, 0x000300f7u, 0x00002ec9u, 0x00000000u, 0x000400fau, 0x00001a30u, - 0x00002ec3u, 0x00002ec6u, 0x000200f8u, 0x00002ec6u, 0x00060050u, 0x000002b8u, 0x00002ee1u, 0x00002ec1u, - 0x00002ec1u, 0x00002ec1u, 0x000500c2u, 0x000002b8u, 0x00002ee2u, 0x00002ee1u, 0x0000067cu, 0x000500c7u, - 0x000002b8u, 0x00002ee4u, 0x00002ee2u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00002ee7u, 0x00002ee4u, - 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00002eeau, 0x00002ee4u, 0x000079acu, 0x000500c5u, 0x000002b8u, - 0x00002eebu, 0x00002ee7u, 0x00002eeau, 0x000500c7u, 0x00000006u, 0x00002eedu, 0x00002ec1u, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x00002eeeu, 0x00002eedu, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00002ef0u, - 0x00002eebu, 0x0004007cu, 0x00000008u, 0x00002ef2u, 0x00002eeeu, 0x00050051u, 0x00000008u, 0x00002ef3u, - 0x00002ef0u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00002ef4u, 0x00002ef0u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00002ef5u, 0x00002ef0u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00002ef6u, 0x00002ef3u, - 0x00002ef4u, 0x00002ef5u, 0x00002ef2u, 0x000200f9u, 0x00002ec9u, 0x000200f8u, 0x00002ec3u, 0x000500c2u, - 0x00000006u, 0x00002ed0u, 0x00002ec1u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00002ed2u, 0x00002ec1u, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00002ed4u, 0x00002ed0u, 0x0004007cu, 0x00000008u, 0x00002edau, - 0x00002ed2u, 0x00070050u, 0x00000009u, 0x00002edbu, 0x00002ed4u, 0x00002ed4u, 0x00002ed4u, 0x00002edau, - 0x000200f9u, 0x00002ec9u, 0x000200f8u, 0x00002ec9u, 0x000700f5u, 0x00000009u, 0x00006325u, 0x00002edbu, - 0x00002ec3u, 0x00002ef6u, 0x00002ec6u, 0x00050050u, 0x0000004du, 0x00002790u, 0x00006304u, 0x00002716u, - 0x0004007cu, 0x000000a0u, 0x00002791u, 0x00002790u, 0x0003003eu, 0x000025abu, 0x00002791u, 0x00050041u, - 0x00000007u, 0x00002f05u, 0x000025abu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00002f06u, 0x00002f05u, - 0x00050084u, 0x00000006u, 0x00002f07u, 0x0000254eu, 0x00002f06u, 0x00050080u, 0x00000006u, 0x00002f08u, - 0x0000254bu, 0x00002f07u, 0x00050041u, 0x00000007u, 0x00002f09u, 0x000025abu, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00002f0au, 0x00002f09u, 0x000500c2u, 0x00000006u, 0x00002f0bu, 0x00002f0au, 0x00000196u, - 0x00050080u, 0x00000006u, 0x00002f0du, 0x00002f08u, 0x00002f0bu, 0x000500c7u, 0x00000006u, 0x00002f0fu, - 0x00002f0du, 0x00000769u, 0x0004003du, 0x00000006u, 0x00002f11u, 0x00002f09u, 0x000400c8u, 0x00000006u, - 0x00002f12u, 0x00002f11u, 0x000500c7u, 0x00000006u, 0x00002f13u, 0x00002f12u, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00002f14u, 0x00002f13u, 0x000006beu, 0x0004003du, 0x00000006u, 0x00002f17u, 0x00002f05u, - 0x000500c7u, 0x00000006u, 0x00002f18u, 0x00002f17u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00002f19u, - 0x00002f18u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00002f1bu, 0x00002f0fu, 0x00002f19u, 0x000500c6u, - 0x00000006u, 0x00002f1du, 0x00002f1bu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00002f20u, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002f1du, 0x0004003du, 0x000001adu, 0x00002f21u, 0x00002f20u, - 0x00040071u, 0x00000006u, 0x00002f22u, 0x00002f21u, 0x000500c2u, 0x00000006u, 0x00002f25u, 0x00002f22u, - 0x00002f14u, 0x000500c7u, 0x00000006u, 0x00002f26u, 0x00002f25u, 0x000006dau, 0x000500c5u, 0x00000006u, - 0x00002f2au, 0x00002f26u, 0x00002e3cu, 0x000500c4u, 0x00000006u, 0x00002f2cu, 0x00002f2au, 0x00000199u, - 0x00050080u, 0x00000006u, 0x00002f2eu, 0x00002f2cu, 0x00000330u, 0x000500c6u, 0x00000006u, 0x00002f31u, - 0x00002f2eu, 0x00002743u, 0x000500c5u, 0x00000006u, 0x00002f34u, 0x0000079au, 0x00002f31u, 0x00080041u, - 0x000001f4u, 0x00002f35u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002f34u, 0x0004003du, - 0x000001afu, 0x00002f36u, 0x00002f35u, 0x00040071u, 0x00000006u, 0x00002f37u, 0x00002f36u, 0x000300f7u, - 0x00002f3fu, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00002f39u, 0x00002f3cu, 0x000200f8u, 0x00002f3cu, - 0x00060050u, 0x000002b8u, 0x00002f57u, 0x00002f37u, 0x00002f37u, 0x00002f37u, 0x000500c2u, 0x000002b8u, - 0x00002f58u, 0x00002f57u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00002f5au, 0x00002f58u, 0x000079aau, - 0x000500c4u, 0x000002b8u, 0x00002f5du, 0x00002f5au, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00002f60u, - 0x00002f5au, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00002f61u, 0x00002f5du, 0x00002f60u, 0x000500c7u, - 0x00000006u, 0x00002f63u, 0x00002f37u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00002f64u, 0x00002f63u, - 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00002f66u, 0x00002f61u, 0x0004007cu, 0x00000008u, 0x00002f68u, - 0x00002f64u, 0x00050051u, 0x00000008u, 0x00002f69u, 0x00002f66u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00002f6au, 0x00002f66u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00002f6bu, 0x00002f66u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00002f6cu, 0x00002f69u, 0x00002f6au, 0x00002f6bu, 0x00002f68u, 0x000200f9u, - 0x00002f3fu, 0x000200f8u, 0x00002f39u, 0x000500c2u, 0x00000006u, 0x00002f46u, 0x00002f37u, 0x000001e2u, - 0x000500c7u, 0x00000006u, 0x00002f48u, 0x00002f37u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00002f4au, - 0x00002f46u, 0x0004007cu, 0x00000008u, 0x00002f50u, 0x00002f48u, 0x00070050u, 0x00000009u, 0x00002f51u, - 0x00002f4au, 0x00002f4au, 0x00002f4au, 0x00002f50u, 0x000200f9u, 0x00002f3fu, 0x000200f8u, 0x00002f3fu, - 0x000700f5u, 0x00000009u, 0x00006326u, 0x00002f51u, 0x00002f39u, 0x00002f6cu, 0x00002f3cu, 0x000200f9u, - 0x0000279au, 0x000200f8u, 0x0000279au, 0x000700f5u, 0x00000009u, 0x000064aau, 0x0000634au, 0x00002e53u, - 0x00006326u, 0x00002f3fu, 0x000700f5u, 0x00000009u, 0x0000642fu, 0x0000634au, 0x00002e53u, 0x00006325u, - 0x00002f3fu, 0x000300f7u, 0x000027a9u, 0x00000000u, 0x000400fau, 0x00002720u, 0x0000279cu, 0x000027a9u, - 0x000200f8u, 0x0000279cu, 0x00050050u, 0x0000004du, 0x0000279fu, 0x00006308u, 0x00002716u, 0x0004007cu, - 0x000000a0u, 0x000027a0u, 0x0000279fu, 0x0003003eu, 0x000025b3u, 0x000027a0u, 0x00050041u, 0x00000007u, - 0x00002f7bu, 0x000025b3u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00002f7cu, 0x00002f7bu, 0x00050084u, - 0x00000006u, 0x00002f7du, 0x0000254eu, 0x00002f7cu, 0x00050080u, 0x00000006u, 0x00002f7eu, 0x0000254bu, - 0x00002f7du, 0x00050041u, 0x00000007u, 0x00002f7fu, 0x000025b3u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00002f80u, 0x00002f7fu, 0x000500c2u, 0x00000006u, 0x00002f81u, 0x00002f80u, 0x00000196u, 0x00050080u, - 0x00000006u, 0x00002f83u, 0x00002f7eu, 0x00002f81u, 0x000500c7u, 0x00000006u, 0x00002f85u, 0x00002f83u, - 0x00000769u, 0x0004003du, 0x00000006u, 0x00002f87u, 0x00002f7fu, 0x000400c8u, 0x00000006u, 0x00002f88u, - 0x00002f87u, 0x000500c7u, 0x00000006u, 0x00002f89u, 0x00002f88u, 0x0000032cu, 0x00050084u, 0x00000006u, - 0x00002f8au, 0x00002f89u, 0x000006beu, 0x0004003du, 0x00000006u, 0x00002f8du, 0x00002f7bu, 0x000500c7u, - 0x00000006u, 0x00002f8eu, 0x00002f8du, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00002f8fu, 0x00002f8eu, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x00002f91u, 0x00002f85u, 0x00002f8fu, 0x000500c6u, 0x00000006u, - 0x00002f93u, 0x00002f91u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00002f96u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00002f93u, 0x0004003du, 0x000001adu, 0x00002f97u, 0x00002f96u, 0x00040071u, - 0x00000006u, 0x00002f98u, 0x00002f97u, 0x000500c2u, 0x00000006u, 0x00002f9bu, 0x00002f98u, 0x00002f8au, - 0x000500c7u, 0x00000006u, 0x00002f9cu, 0x00002f9bu, 0x000006dau, 0x000500c5u, 0x00000006u, 0x00002fa0u, - 0x00002f9cu, 0x00002e3cu, 0x000500c4u, 0x00000006u, 0x00002fa2u, 0x00002fa0u, 0x00000199u, 0x00050080u, - 0x00000006u, 0x00002fa4u, 0x00002fa2u, 0x00000333u, 0x000500c6u, 0x00000006u, 0x00002fa7u, 0x00002fa4u, - 0x00002743u, 0x000500c5u, 0x00000006u, 0x00002faau, 0x0000079au, 0x00002fa7u, 0x00080041u, 0x000001f4u, - 0x00002fabu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002faau, 0x0004003du, 0x000001afu, - 0x00002facu, 0x00002fabu, 0x00040071u, 0x00000006u, 0x00002fadu, 0x00002facu, 0x000300f7u, 0x00002fb5u, - 0x00000000u, 0x000400fau, 0x00001a30u, 0x00002fafu, 0x00002fb2u, 0x000200f8u, 0x00002fb2u, 0x00060050u, - 0x000002b8u, 0x00002fcdu, 0x00002fadu, 0x00002fadu, 0x00002fadu, 0x000500c2u, 0x000002b8u, 0x00002fceu, - 0x00002fcdu, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00002fd0u, 0x00002fceu, 0x000079aau, 0x000500c4u, - 0x000002b8u, 0x00002fd3u, 0x00002fd0u, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00002fd6u, 0x00002fd0u, - 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00002fd7u, 0x00002fd3u, 0x00002fd6u, 0x000500c7u, 0x00000006u, - 0x00002fd9u, 0x00002fadu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00002fdau, 0x00002fd9u, 0x0000068bu, - 0x0004007cu, 0x00000052u, 0x00002fdcu, 0x00002fd7u, 0x0004007cu, 0x00000008u, 0x00002fdeu, 0x00002fdau, - 0x00050051u, 0x00000008u, 0x00002fdfu, 0x00002fdcu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00002fe0u, - 0x00002fdcu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00002fe1u, 0x00002fdcu, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00002fe2u, 0x00002fdfu, 0x00002fe0u, 0x00002fe1u, 0x00002fdeu, 0x000200f9u, 0x00002fb5u, - 0x000200f8u, 0x00002fafu, 0x000500c2u, 0x00000006u, 0x00002fbcu, 0x00002fadu, 0x000001e2u, 0x000500c7u, - 0x00000006u, 0x00002fbeu, 0x00002fadu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00002fc0u, 0x00002fbcu, - 0x0004007cu, 0x00000008u, 0x00002fc6u, 0x00002fbeu, 0x00070050u, 0x00000009u, 0x00002fc7u, 0x00002fc0u, - 0x00002fc0u, 0x00002fc0u, 0x00002fc6u, 0x000200f9u, 0x00002fb5u, 0x000200f8u, 0x00002fb5u, 0x000700f5u, - 0x00000009u, 0x00006327u, 0x00002fc7u, 0x00002fafu, 0x00002fe2u, 0x00002fb2u, 0x000200f9u, 0x000027a9u, - 0x000200f8u, 0x000027a9u, 0x000700f5u, 0x00000009u, 0x00006521u, 0x0000634au, 0x0000279au, 0x00006327u, - 0x00002fb5u, 0x000200f9u, 0x000027d6u, 0x000200f8u, 0x00002746u, 0x0004007cu, 0x000000a0u, 0x00002748u, - 0x00006319u, 0x000600a9u, 0x00000008u, 0x0000274au, 0x00002728u, 0x0000019cu, 0x00000187u, 0x0004007cu, - 0x00000006u, 0x0000274bu, 0x0000274au, 0x0003003eu, 0x000025d2u, 0x00002748u, 0x00050041u, 0x00000007u, - 0x00002c70u, 0x000025d2u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00002c71u, 0x00002c70u, 0x00050084u, - 0x00000006u, 0x00002c72u, 0x0000254eu, 0x00002c71u, 0x00050080u, 0x00000006u, 0x00002c73u, 0x0000254bu, - 0x00002c72u, 0x00050041u, 0x00000007u, 0x00002c74u, 0x000025d2u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00002c75u, 0x00002c74u, 0x00050084u, 0x00000006u, 0x00002c76u, 0x00002c75u, 0x00000330u, 0x00050080u, - 0x00000006u, 0x00002c78u, 0x00002c73u, 0x00002c76u, 0x000500c7u, 0x00000006u, 0x00002c7au, 0x00002c78u, - 0x00000769u, 0x000500c2u, 0x00000006u, 0x00002c7cu, 0x00002c7au, 0x00000196u, 0x0004003du, 0x00000006u, - 0x00002c7eu, 0x00002c70u, 0x000500c7u, 0x00000006u, 0x00002c7fu, 0x00002c7eu, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00002c80u, 0x00002c7fu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00002c82u, 0x00002c7cu, - 0x00002c80u, 0x000500c6u, 0x00000006u, 0x00002c84u, 0x00002c82u, 0x0000032cu, 0x00080041u, 0x000001f4u, - 0x00002c87u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002c84u, 0x0004003du, 0x000001afu, - 0x00002c88u, 0x00002c87u, 0x00040071u, 0x00000006u, 0x00002c89u, 0x00002c88u, 0x000500c2u, 0x00000006u, - 0x00002c8bu, 0x00002c89u, 0x000001a5u, 0x000500c7u, 0x00000006u, 0x00002c8cu, 0x00002c8bu, 0x00000838u, - 0x00050080u, 0x00000006u, 0x00002c8eu, 0x00002c8cu, 0x0000274bu, 0x000500c6u, 0x00000006u, 0x00002c91u, - 0x00002c8eu, 0x00002743u, 0x000500c5u, 0x00000006u, 0x00002c94u, 0x0000079au, 0x00002c91u, 0x00080041u, - 0x000001f4u, 0x00002c95u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002c94u, 0x0004003du, - 0x000001afu, 0x00002c96u, 0x00002c95u, 0x00040071u, 0x00000006u, 0x00002c97u, 0x00002c96u, 0x000300f7u, - 0x00002c9fu, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00002c99u, 0x00002c9cu, 0x000200f8u, 0x00002c9cu, - 0x00060050u, 0x000002b8u, 0x00002cb7u, 0x00002c97u, 0x00002c97u, 0x00002c97u, 0x000500c2u, 0x000002b8u, - 0x00002cb8u, 0x00002cb7u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00002cbau, 0x00002cb8u, 0x000079aau, - 0x000500c4u, 0x000002b8u, 0x00002cbdu, 0x00002cbau, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00002cc0u, - 0x00002cbau, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00002cc1u, 0x00002cbdu, 0x00002cc0u, 0x000500c7u, - 0x00000006u, 0x00002cc3u, 0x00002c97u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00002cc4u, 0x00002cc3u, - 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00002cc6u, 0x00002cc1u, 0x0004007cu, 0x00000008u, 0x00002cc8u, - 0x00002cc4u, 0x00050051u, 0x00000008u, 0x00002cc9u, 0x00002cc6u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00002ccau, 0x00002cc6u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00002ccbu, 0x00002cc6u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00002cccu, 0x00002cc9u, 0x00002ccau, 0x00002ccbu, 0x00002cc8u, 0x000200f9u, - 0x00002c9fu, 0x000200f8u, 0x00002c99u, 0x000500c2u, 0x00000006u, 0x00002ca6u, 0x00002c97u, 0x000001e2u, - 0x000500c7u, 0x00000006u, 0x00002ca8u, 0x00002c97u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00002caau, - 0x00002ca6u, 0x0004007cu, 0x00000008u, 0x00002cb0u, 0x00002ca8u, 0x00070050u, 0x00000009u, 0x00002cb1u, - 0x00002caau, 0x00002caau, 0x00002caau, 0x00002cb0u, 0x000200f9u, 0x00002c9fu, 0x000200f8u, 0x00002c9fu, - 0x000700f5u, 0x00000009u, 0x00006328u, 0x00002cb1u, 0x00002c99u, 0x00002cccu, 0x00002c9cu, 0x000300f7u, - 0x00002765u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00002752u, 0x00002765u, 0x000200f8u, 0x00002752u, - 0x00050050u, 0x0000004du, 0x00002755u, 0x00006308u, 0x00002714u, 0x0004007cu, 0x000000a0u, 0x00002756u, - 0x00002755u, 0x0003003eu, 0x000025d8u, 0x00002756u, 0x00050041u, 0x00000007u, 0x00002cdau, 0x000025d8u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00002cdbu, 0x00002cdau, 0x00050084u, 0x00000006u, 0x00002cdcu, - 0x0000254eu, 0x00002cdbu, 0x00050080u, 0x00000006u, 0x00002cddu, 0x0000254bu, 0x00002cdcu, 0x00050041u, - 0x00000007u, 0x00002cdeu, 0x000025d8u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00002cdfu, 0x00002cdeu, - 0x00050084u, 0x00000006u, 0x00002ce0u, 0x00002cdfu, 0x00000330u, 0x00050080u, 0x00000006u, 0x00002ce2u, - 0x00002cddu, 0x00002ce0u, 0x000500c7u, 0x00000006u, 0x00002ce4u, 0x00002ce2u, 0x00000769u, 0x000500c2u, - 0x00000006u, 0x00002ce6u, 0x00002ce4u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00002ce8u, 0x00002cdau, - 0x000500c7u, 0x00000006u, 0x00002ce9u, 0x00002ce8u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00002ceau, - 0x00002ce9u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00002cecu, 0x00002ce6u, 0x00002ceau, 0x000500c6u, - 0x00000006u, 0x00002ceeu, 0x00002cecu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00002cf1u, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002ceeu, 0x0004003du, 0x000001afu, 0x00002cf2u, 0x00002cf1u, - 0x00040071u, 0x00000006u, 0x00002cf3u, 0x00002cf2u, 0x000500c2u, 0x00000006u, 0x00002cf5u, 0x00002cf3u, - 0x000001a5u, 0x000500c7u, 0x00000006u, 0x00002cf6u, 0x00002cf5u, 0x00000838u, 0x00050080u, 0x00000006u, - 0x00002cf8u, 0x00002cf6u, 0x0000032cu, 0x000500c6u, 0x00000006u, 0x00002cfbu, 0x00002cf8u, 0x00002743u, - 0x000500c5u, 0x00000006u, 0x00002cfeu, 0x0000079au, 0x00002cfbu, 0x00080041u, 0x000001f4u, 0x00002cffu, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00002cfeu, 0x0004003du, 0x000001afu, 0x00002d00u, - 0x00002cffu, 0x00040071u, 0x00000006u, 0x00002d01u, 0x00002d00u, 0x000300f7u, 0x00002d09u, 0x00000000u, - 0x000400fau, 0x00001a30u, 0x00002d03u, 0x00002d06u, 0x000200f8u, 0x00002d06u, 0x00060050u, 0x000002b8u, - 0x00002d21u, 0x00002d01u, 0x00002d01u, 0x00002d01u, 0x000500c2u, 0x000002b8u, 0x00002d22u, 0x00002d21u, - 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00002d24u, 0x00002d22u, 0x000079aau, 0x000500c4u, 0x000002b8u, - 0x00002d27u, 0x00002d24u, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00002d2au, 0x00002d24u, 0x000079acu, - 0x000500c5u, 0x000002b8u, 0x00002d2bu, 0x00002d27u, 0x00002d2au, 0x000500c7u, 0x00000006u, 0x00002d2du, - 0x00002d01u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00002d2eu, 0x00002d2du, 0x0000068bu, 0x0004007cu, - 0x00000052u, 0x00002d30u, 0x00002d2bu, 0x0004007cu, 0x00000008u, 0x00002d32u, 0x00002d2eu, 0x00050051u, - 0x00000008u, 0x00002d33u, 0x00002d30u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00002d34u, 0x00002d30u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00002d35u, 0x00002d30u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00002d36u, 0x00002d33u, 0x00002d34u, 0x00002d35u, 0x00002d32u, 0x000200f9u, 0x00002d09u, 0x000200f8u, - 0x00002d03u, 0x000500c2u, 0x00000006u, 0x00002d10u, 0x00002d01u, 0x000001e2u, 0x000500c7u, 0x00000006u, - 0x00002d12u, 0x00002d01u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00002d14u, 0x00002d10u, 0x0004007cu, - 0x00000008u, 0x00002d1au, 0x00002d12u, 0x00070050u, 0x00000009u, 0x00002d1bu, 0x00002d14u, 0x00002d14u, - 0x00002d14u, 0x00002d1au, 0x000200f9u, 0x00002d09u, 0x000200f8u, 0x00002d09u, 0x000700f5u, 0x00000009u, - 0x0000632au, 0x00002d1bu, 0x00002d03u, 0x00002d36u, 0x00002d06u, 0x00050050u, 0x0000004du, 0x0000275eu, - 0x00006304u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x0000275fu, 0x0000275eu, 0x0003003eu, 0x000025deu, - 0x0000275fu, 0x00050041u, 0x00000007u, 0x00002d44u, 0x000025deu, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x00002d45u, 0x00002d44u, 0x00050084u, 0x00000006u, 0x00002d46u, 0x0000254eu, 0x00002d45u, 0x00050080u, - 0x00000006u, 0x00002d47u, 0x0000254bu, 0x00002d46u, 0x00050041u, 0x00000007u, 0x00002d48u, 0x000025deu, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x00002d49u, 0x00002d48u, 0x00050084u, 0x00000006u, 0x00002d4au, - 0x00002d49u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00002d4cu, 0x00002d47u, 0x00002d4au, 0x000500c7u, - 0x00000006u, 0x00002d4eu, 0x00002d4cu, 0x00000769u, 0x000500c2u, 0x00000006u, 0x00002d50u, 0x00002d4eu, - 0x00000196u, 0x0004003du, 0x00000006u, 0x00002d52u, 0x00002d44u, 0x000500c7u, 0x00000006u, 0x00002d53u, - 0x00002d52u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00002d54u, 0x00002d53u, 0x00000196u, 0x000500c6u, - 0x00000006u, 0x00002d56u, 0x00002d50u, 0x00002d54u, 0x000500c6u, 0x00000006u, 0x00002d58u, 0x00002d56u, - 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00002d5bu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00002d58u, 0x0004003du, 0x000001afu, 0x00002d5cu, 0x00002d5bu, 0x00040071u, 0x00000006u, 0x00002d5du, - 0x00002d5cu, 0x000500c2u, 0x00000006u, 0x00002d5fu, 0x00002d5du, 0x000001a5u, 0x000500c7u, 0x00000006u, - 0x00002d60u, 0x00002d5fu, 0x00000838u, 0x00050080u, 0x00000006u, 0x00002d62u, 0x00002d60u, 0x00000330u, - 0x000500c6u, 0x00000006u, 0x00002d65u, 0x00002d62u, 0x00002743u, 0x000500c5u, 0x00000006u, 0x00002d68u, - 0x0000079au, 0x00002d65u, 0x00080041u, 0x000001f4u, 0x00002d69u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00002d68u, 0x0004003du, 0x000001afu, 0x00002d6au, 0x00002d69u, 0x00040071u, 0x00000006u, - 0x00002d6bu, 0x00002d6au, 0x000300f7u, 0x00002d73u, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00002d6du, - 0x00002d70u, 0x000200f8u, 0x00002d70u, 0x00060050u, 0x000002b8u, 0x00002d8bu, 0x00002d6bu, 0x00002d6bu, - 0x00002d6bu, 0x000500c2u, 0x000002b8u, 0x00002d8cu, 0x00002d8bu, 0x0000067cu, 0x000500c7u, 0x000002b8u, - 0x00002d8eu, 0x00002d8cu, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00002d91u, 0x00002d8eu, 0x000079abu, - 0x000500c2u, 0x000002b8u, 0x00002d94u, 0x00002d8eu, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00002d95u, - 0x00002d91u, 0x00002d94u, 0x000500c7u, 0x00000006u, 0x00002d97u, 0x00002d6bu, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00002d98u, 0x00002d97u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00002d9au, 0x00002d95u, - 0x0004007cu, 0x00000008u, 0x00002d9cu, 0x00002d98u, 0x00050051u, 0x00000008u, 0x00002d9du, 0x00002d9au, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00002d9eu, 0x00002d9au, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00002d9fu, 0x00002d9au, 0x00000002u, 0x00070050u, 0x00000009u, 0x00002da0u, 0x00002d9du, 0x00002d9eu, - 0x00002d9fu, 0x00002d9cu, 0x000200f9u, 0x00002d73u, 0x000200f8u, 0x00002d6du, 0x000500c2u, 0x00000006u, - 0x00002d7au, 0x00002d6bu, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00002d7cu, 0x00002d6bu, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x00002d7eu, 0x00002d7au, 0x0004007cu, 0x00000008u, 0x00002d84u, 0x00002d7cu, - 0x00070050u, 0x00000009u, 0x00002d85u, 0x00002d7eu, 0x00002d7eu, 0x00002d7eu, 0x00002d84u, 0x000200f9u, - 0x00002d73u, 0x000200f8u, 0x00002d73u, 0x000700f5u, 0x00000009u, 0x0000632bu, 0x00002d85u, 0x00002d6du, - 0x00002da0u, 0x00002d70u, 0x000200f9u, 0x00002765u, 0x000200f8u, 0x00002765u, 0x000700f5u, 0x00000009u, - 0x000064a5u, 0x0000634au, 0x00002c9fu, 0x0000632bu, 0x00002d73u, 0x000700f5u, 0x00000009u, 0x00006429u, - 0x0000634au, 0x00002c9fu, 0x0000632au, 0x00002d73u, 0x000300f7u, 0x00002771u, 0x00000000u, 0x000400fau, - 0x00002720u, 0x00002767u, 0x00002771u, 0x000200f8u, 0x00002767u, 0x00050050u, 0x0000004du, 0x0000276au, - 0x00006308u, 0x00002716u, 0x0004007cu, 0x000000a0u, 0x0000276bu, 0x0000276au, 0x0003003eu, 0x000025e4u, - 0x0000276bu, 0x00050041u, 0x00000007u, 0x00002daeu, 0x000025e4u, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x00002dafu, 0x00002daeu, 0x00050084u, 0x00000006u, 0x00002db0u, 0x0000254eu, 0x00002dafu, 0x00050080u, - 0x00000006u, 0x00002db1u, 0x0000254bu, 0x00002db0u, 0x00050041u, 0x00000007u, 0x00002db2u, 0x000025e4u, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x00002db3u, 0x00002db2u, 0x00050084u, 0x00000006u, 0x00002db4u, - 0x00002db3u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00002db6u, 0x00002db1u, 0x00002db4u, 0x000500c7u, - 0x00000006u, 0x00002db8u, 0x00002db6u, 0x00000769u, 0x000500c2u, 0x00000006u, 0x00002dbau, 0x00002db8u, - 0x00000196u, 0x0004003du, 0x00000006u, 0x00002dbcu, 0x00002daeu, 0x000500c7u, 0x00000006u, 0x00002dbdu, - 0x00002dbcu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00002dbeu, 0x00002dbdu, 0x00000196u, 0x000500c6u, - 0x00000006u, 0x00002dc0u, 0x00002dbau, 0x00002dbeu, 0x000500c6u, 0x00000006u, 0x00002dc2u, 0x00002dc0u, - 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00002dc5u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00002dc2u, 0x0004003du, 0x000001afu, 0x00002dc6u, 0x00002dc5u, 0x00040071u, 0x00000006u, 0x00002dc7u, - 0x00002dc6u, 0x000500c2u, 0x00000006u, 0x00002dc9u, 0x00002dc7u, 0x000001a5u, 0x000500c7u, 0x00000006u, - 0x00002dcau, 0x00002dc9u, 0x00000838u, 0x00050080u, 0x00000006u, 0x00002dccu, 0x00002dcau, 0x00000333u, - 0x000500c6u, 0x00000006u, 0x00002dcfu, 0x00002dccu, 0x00002743u, 0x000500c5u, 0x00000006u, 0x00002dd2u, - 0x0000079au, 0x00002dcfu, 0x00080041u, 0x000001f4u, 0x00002dd3u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00002dd2u, 0x0004003du, 0x000001afu, 0x00002dd4u, 0x00002dd3u, 0x00040071u, 0x00000006u, - 0x00002dd5u, 0x00002dd4u, 0x000300f7u, 0x00002dddu, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00002dd7u, - 0x00002ddau, 0x000200f8u, 0x00002ddau, 0x00060050u, 0x000002b8u, 0x00002df5u, 0x00002dd5u, 0x00002dd5u, - 0x00002dd5u, 0x000500c2u, 0x000002b8u, 0x00002df6u, 0x00002df5u, 0x0000067cu, 0x000500c7u, 0x000002b8u, - 0x00002df8u, 0x00002df6u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00002dfbu, 0x00002df8u, 0x000079abu, - 0x000500c2u, 0x000002b8u, 0x00002dfeu, 0x00002df8u, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00002dffu, - 0x00002dfbu, 0x00002dfeu, 0x000500c7u, 0x00000006u, 0x00002e01u, 0x00002dd5u, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00002e02u, 0x00002e01u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00002e04u, 0x00002dffu, - 0x0004007cu, 0x00000008u, 0x00002e06u, 0x00002e02u, 0x00050051u, 0x00000008u, 0x00002e07u, 0x00002e04u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00002e08u, 0x00002e04u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00002e09u, 0x00002e04u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00002e0au, 0x00002e07u, 0x00002e08u, - 0x00002e09u, 0x00002e06u, 0x000200f9u, 0x00002dddu, 0x000200f8u, 0x00002dd7u, 0x000500c2u, 0x00000006u, - 0x00002de4u, 0x00002dd5u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00002de6u, 0x00002dd5u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x00002de8u, 0x00002de4u, 0x0004007cu, 0x00000008u, 0x00002deeu, 0x00002de6u, - 0x00070050u, 0x00000009u, 0x00002defu, 0x00002de8u, 0x00002de8u, 0x00002de8u, 0x00002deeu, 0x000200f9u, - 0x00002dddu, 0x000200f8u, 0x00002dddu, 0x000700f5u, 0x00000009u, 0x0000632cu, 0x00002defu, 0x00002dd7u, - 0x00002e0au, 0x00002ddau, 0x000200f9u, 0x00002771u, 0x000200f8u, 0x00002771u, 0x000700f5u, 0x00000009u, - 0x0000651bu, 0x0000634au, 0x00002765u, 0x0000632cu, 0x00002dddu, 0x000200f9u, 0x000027d6u, 0x000200f8u, - 0x000027d6u, 0x000900f5u, 0x00000009u, 0x0000651au, 0x0000651bu, 0x00002771u, 0x00006521u, 0x000027a9u, - 0x00006526u, 0x000027d5u, 0x000900f5u, 0x00000009u, 0x000064a3u, 0x000064a5u, 0x00002771u, 0x000064aau, - 0x000027a9u, 0x000064aeu, 0x000027d5u, 0x000900f5u, 0x00000009u, 0x00006427u, 0x00006429u, 0x00002771u, - 0x0000642fu, 0x000027a9u, 0x00006434u, 0x000027d5u, 0x000900f5u, 0x00000009u, 0x00006375u, 0x00006328u, - 0x00002771u, 0x00006323u, 0x000027a9u, 0x0000631du, 0x000027d5u, 0x000200f9u, 0x000027d7u, 0x000200f8u, - 0x000027d7u, 0x000700f5u, 0x00000009u, 0x000064d4u, 0x0000634au, 0x0000273bu, 0x0000651au, 0x000027d6u, - 0x000700f5u, 0x00000009u, 0x0000645du, 0x0000634au, 0x0000273bu, 0x000064a3u, 0x000027d6u, 0x000700f5u, - 0x00000009u, 0x000063e1u, 0x0000634au, 0x0000273bu, 0x00006427u, 0x000027d6u, 0x000700f5u, 0x00000009u, - 0x0000632eu, 0x0000634au, 0x0000273bu, 0x00006375u, 0x000027d6u, 0x000200f9u, 0x000029f4u, 0x000200f8u, - 0x000029f4u, 0x000700f5u, 0x00000009u, 0x000064d3u, 0x000064d4u, 0x000027d7u, 0x0000652bu, 0x000029f3u, - 0x000700f5u, 0x00000009u, 0x0000645cu, 0x0000645du, 0x000027d7u, 0x000064b1u, 0x000029f3u, 0x000700f5u, - 0x00000009u, 0x000063e0u, 0x000063e1u, 0x000027d7u, 0x00006438u, 0x000029f3u, 0x000700f5u, 0x00000009u, - 0x0000632du, 0x0000632eu, 0x000027d7u, 0x00006385u, 0x000029f3u, 0x000300f7u, 0x00002b82u, 0x00000000u, - 0x000400fau, 0x00002726u, 0x00002ad1u, 0x00002b44u, 0x000200f8u, 0x00002b44u, 0x000300f7u, 0x00002b81u, - 0x00000000u, 0x000400fau, 0x00002720u, 0x00002b46u, 0x00002b52u, 0x000200f8u, 0x00002b52u, 0x000500a7u, - 0x00000058u, 0x00002b55u, 0x00001a6fu, 0x00001a33u, 0x000300f7u, 0x00002b80u, 0x00000000u, 0x000400fau, - 0x00002b55u, 0x00002b56u, 0x00002b7eu, 0x000200f8u, 0x00002b7eu, 0x000200f9u, 0x00002b80u, 0x000200f8u, - 0x00002b56u, 0x000300f7u, 0x00002b60u, 0x00000000u, 0x000400fau, 0x00002728u, 0x00002b59u, 0x00002b5eu, - 0x000200f8u, 0x00002b5eu, 0x0004003du, 0x0000004du, 0x00002b5fu, 0x00002582u, 0x000200f9u, 0x00002b60u, - 0x000200f8u, 0x00002b59u, 0x0004003du, 0x0000004du, 0x00002b5au, 0x00002582u, 0x0007004fu, 0x0000004du, - 0x00002b5bu, 0x00002b5au, 0x00002b5au, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000004du, 0x00002b5du, - 0x000079b0u, 0x00002b5bu, 0x000200f9u, 0x00002b60u, 0x000200f8u, 0x00002b60u, 0x000700f5u, 0x0000004du, - 0x000063deu, 0x00002b5du, 0x00002b59u, 0x00002b5fu, 0x00002b5eu, 0x0003003eu, 0x000026c8u, 0x000063deu, - 0x00050082u, 0x00000009u, 0x00002b67u, 0x000063e0u, 0x0000632du, 0x00050041u, 0x00000038u, 0x00002b68u, - 0x000026c8u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00002b69u, 0x00002b68u, 0x00070050u, 0x00000009u, - 0x00002b6au, 0x00002b69u, 0x00002b69u, 0x00002b69u, 0x00002b69u, 0x00050084u, 0x00000009u, 0x00002b6bu, - 0x00002b67u, 0x00002b6au, 0x00050082u, 0x00000009u, 0x00002b6eu, 0x0000645cu, 0x0000632du, 0x00050041u, - 0x00000038u, 0x00002b6fu, 0x000026c8u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00002b70u, 0x00002b6fu, - 0x00070050u, 0x00000009u, 0x00002b71u, 0x00002b70u, 0x00002b70u, 0x00002b70u, 0x00002b70u, 0x00050084u, - 0x00000009u, 0x00002b72u, 0x00002b6eu, 0x00002b71u, 0x00050080u, 0x00000009u, 0x00002b74u, 0x00002b6bu, - 0x00002b72u, 0x00050080u, 0x00000009u, 0x00002b77u, 0x00002b74u, 0x000079b1u, 0x000500c3u, 0x00000009u, - 0x00002b7au, 0x00002b77u, 0x000079b2u, 0x00050080u, 0x00000009u, 0x00002b7du, 0x00002b7au, 0x0000632du, - 0x000200f9u, 0x00002b80u, 0x000200f8u, 0x00002b80u, 0x000700f5u, 0x00000009u, 0x0000658cu, 0x00002b7du, - 0x00002b60u, 0x0000632du, 0x00002b7eu, 0x000200f9u, 0x00002b81u, 0x000200f8u, 0x00002b46u, 0x00050080u, - 0x00000009u, 0x00002b49u, 0x0000632du, 0x0000645cu, 0x00050080u, 0x00000009u, 0x00002b4bu, 0x00002b49u, - 0x000063e0u, 0x00050080u, 0x00000009u, 0x00002b4du, 0x00002b4bu, 0x000064d3u, 0x00050080u, 0x00000009u, - 0x00002b4fu, 0x00002b4du, 0x000079aeu, 0x000500c3u, 0x00000009u, 0x00002b51u, 0x00002b4fu, 0x000079aeu, - 0x000200f9u, 0x00002b81u, 0x000200f8u, 0x00002b81u, 0x000700f5u, 0x00000009u, 0x0000658bu, 0x00002b51u, - 0x00002b46u, 0x0000658cu, 0x00002b80u, 0x000200f9u, 0x00002b82u, 0x000200f8u, 0x00002ad1u, 0x000300f7u, - 0x00002b43u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00002ad3u, 0x00002b41u, 0x000200f8u, 0x00002b41u, - 0x000200f9u, 0x00002b43u, 0x000200f8u, 0x00002ad3u, 0x000300f7u, 0x00002b39u, 0x00000000u, 0x000400fau, - 0x00001a6fu, 0x00002ad5u, 0x00002b1du, 0x000200f8u, 0x00002b1du, 0x0004003du, 0x00000008u, 0x00002b1fu, - 0x000026f5u, 0x0004003du, 0x00000008u, 0x00002b21u, 0x000026f7u, 0x00050080u, 0x00000008u, 0x00002b22u, - 0x00002b1fu, 0x00002b21u, 0x000500afu, 0x00000058u, 0x00002b23u, 0x00002b22u, 0x000002e2u, 0x000300f7u, - 0x00002b2au, 0x00000000u, 0x000400fau, 0x00002b23u, 0x00002b24u, 0x00002b27u, 0x000200f8u, 0x00002b27u, - 0x0007004fu, 0x0000004du, 0x00002b29u, 0x0000632du, 0x0000632du, 0x00000002u, 0x00000003u, 0x000200f9u, - 0x00002b2au, 0x000200f8u, 0x00002b24u, 0x0007004fu, 0x0000004du, 0x00002b26u, 0x000064d3u, 0x000064d3u, - 0x00000002u, 0x00000003u, 0x000200f9u, 0x00002b2au, 0x000200f8u, 0x00002b2au, 0x000700f5u, 0x0000004du, - 0x0000654du, 0x00002b26u, 0x00002b24u, 0x00002b29u, 0x00002b27u, 0x0004003du, 0x00000008u, 0x00002b2eu, - 0x000026f7u, 0x00050080u, 0x00000008u, 0x00002b2fu, 0x00002739u, 0x00002b2eu, 0x000500afu, 0x00000058u, - 0x00002b30u, 0x00002b2fu, 0x000002e2u, 0x000300f7u, 0x00002b37u, 0x00000000u, 0x000400fau, 0x00002b30u, - 0x00002b31u, 0x00002b34u, 0x000200f8u, 0x00002b34u, 0x0007004fu, 0x0000004du, 0x00002b36u, 0x0000632du, - 0x0000632du, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002b37u, 0x000200f8u, 0x00002b31u, 0x0007004fu, - 0x0000004du, 0x00002b33u, 0x000064d3u, 0x000064d3u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002b37u, - 0x000200f8u, 0x00002b37u, 0x000700f5u, 0x0000004du, 0x00006550u, 0x00002b33u, 0x00002b31u, 0x00002b36u, - 0x00002b34u, 0x000200f9u, 0x00002b39u, 0x000200f8u, 0x00002ad5u, 0x0004003du, 0x00000008u, 0x00002ad9u, - 0x000026f7u, 0x00050050u, 0x0000004du, 0x00002adau, 0x00002739u, 0x00002ad9u, 0x000500aau, 0x0000048bu, - 0x00002adbu, 0x00002adau, 0x00000c0cu, 0x00050051u, 0x00000058u, 0x00002adcu, 0x00002adbu, 0x00000000u, - 0x00050051u, 0x00000058u, 0x00002addu, 0x00002adbu, 0x00000001u, 0x00060050u, 0x00001031u, 0x00002adeu, - 0x00001a5du, 0x00002adcu, 0x00002addu, 0x0004009bu, 0x00000058u, 0x00002adfu, 0x00002adeu, 0x000300f7u, - 0x00002affu, 0x00000000u, 0x000400fau, 0x00002adfu, 0x00002ae1u, 0x00002af1u, 0x000200f8u, 0x00002af1u, - 0x0004003du, 0x00000008u, 0x00002af4u, 0x000026f7u, 0x00050050u, 0x0000004du, 0x00002af5u, 0x00002739u, - 0x00002af4u, 0x0007004fu, 0x0000004du, 0x00002af7u, 0x0000632du, 0x0000632du, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x0000004du, 0x00002af9u, 0x000063e0u, 0x000063e0u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x0000004du, 0x00002afbu, 0x0000645cu, 0x0000645cu, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000004du, - 0x00002afdu, 0x000064d3u, 0x000064d3u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x000026bfu, 0x00002af5u, - 0x00050041u, 0x00000038u, 0x00003d72u, 0x000026bfu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003d73u, - 0x00003d72u, 0x00050041u, 0x00000038u, 0x00003d74u, 0x000026bfu, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x00003d75u, 0x00003d74u, 0x00050080u, 0x00000008u, 0x00003d76u, 0x00003d73u, 0x00003d75u, 0x000500afu, - 0x00000058u, 0x00003d78u, 0x00003d76u, 0x000002e2u, 0x00050050u, 0x0000048bu, 0x00003d7bu, 0x00003d78u, - 0x00003d78u, 0x000600a9u, 0x0000004du, 0x00003d7cu, 0x00003d7bu, 0x00002afdu, 0x00002af7u, 0x000300f7u, - 0x00003d86u, 0x00000000u, 0x000400fau, 0x00003d78u, 0x00003d7fu, 0x00003d84u, 0x000200f8u, 0x00003d84u, - 0x000200f9u, 0x00003d86u, 0x000200f8u, 0x00003d7fu, 0x0007004fu, 0x0000004du, 0x00003d81u, 0x00002af5u, - 0x00002af5u, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000004du, 0x00003d83u, 0x000079b0u, 0x00003d81u, - 0x000200f9u, 0x00003d86u, 0x000200f8u, 0x00003d86u, 0x000700f5u, 0x0000004du, 0x00006551u, 0x00003d83u, - 0x00003d7fu, 0x00002af5u, 0x00003d84u, 0x0003003eu, 0x00003d6du, 0x00006551u, 0x00050082u, 0x0000004du, - 0x00003d8du, 0x00002af9u, 0x00003d7cu, 0x00050041u, 0x00000038u, 0x00003d8eu, 0x00003d6du, 0x000002d9u, - 0x0004003du, 0x00000008u, 0x00003d8fu, 0x00003d8eu, 0x00050050u, 0x0000004du, 0x00003d90u, 0x00003d8fu, - 0x00003d8fu, 0x00050084u, 0x0000004du, 0x00003d91u, 0x00003d8du, 0x00003d90u, 0x00050082u, 0x0000004du, - 0x00003d94u, 0x00002afbu, 0x00003d7cu, 0x00050041u, 0x00000038u, 0x00003d95u, 0x00003d6du, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00003d96u, 0x00003d95u, 0x00050050u, 0x0000004du, 0x00003d97u, 0x00003d96u, - 0x00003d96u, 0x00050084u, 0x0000004du, 0x00003d98u, 0x00003d94u, 0x00003d97u, 0x00050080u, 0x0000004du, - 0x00003d9au, 0x00003d91u, 0x00003d98u, 0x00050080u, 0x0000004du, 0x00003d9du, 0x00003d9au, 0x00000c0cu, - 0x000500c3u, 0x0000004du, 0x00003da0u, 0x00003d9du, 0x000079a6u, 0x00050080u, 0x0000004du, 0x00003da3u, - 0x00003da0u, 0x00003d7cu, 0x000200f9u, 0x00002affu, 0x000200f8u, 0x00002ae1u, 0x0007004fu, 0x0000004du, - 0x00002ae3u, 0x0000632du, 0x0000632du, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000004du, 0x00002ae5u, - 0x000063e0u, 0x000063e0u, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000004du, 0x00002ae6u, 0x00002ae3u, - 0x00002ae5u, 0x0007004fu, 0x0000004du, 0x00002ae8u, 0x000064d3u, 0x000064d3u, 0x00000000u, 0x00000001u, - 0x00050080u, 0x0000004du, 0x00002ae9u, 0x00002ae6u, 0x00002ae8u, 0x0007004fu, 0x0000004du, 0x00002aebu, - 0x0000645cu, 0x0000645cu, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000004du, 0x00002aecu, 0x00002ae9u, - 0x00002aebu, 0x00050080u, 0x0000004du, 0x00002aeeu, 0x00002aecu, 0x000079afu, 0x000500c3u, 0x0000004du, - 0x00002af0u, 0x00002aeeu, 0x000079afu, 0x000200f9u, 0x00002affu, 0x000200f8u, 0x00002affu, 0x000700f5u, - 0x0000004du, 0x0000655du, 0x00002af0u, 0x00002ae1u, 0x00003da3u, 0x00003d86u, 0x000300f7u, 0x00002b1cu, - 0x00000000u, 0x000400fau, 0x00002720u, 0x00002b01u, 0x00002b11u, 0x000200f8u, 0x00002b11u, 0x0007004fu, - 0x0000004du, 0x00002b13u, 0x0000632du, 0x0000632du, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000004du, - 0x00002b15u, 0x000063e0u, 0x000063e0u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000004du, 0x00002b17u, - 0x0000645cu, 0x0000645cu, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000004du, 0x00002b19u, 0x000064d3u, - 0x000064d3u, 0x00000002u, 0x00000003u, 0x0004003du, 0x0000004du, 0x00002b1au, 0x00002582u, 0x0003003eu, - 0x000026c5u, 0x00002b1au, 0x00050041u, 0x00000038u, 0x00003dacu, 0x000026c5u, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x00003dadu, 0x00003dacu, 0x00050041u, 0x00000038u, 0x00003daeu, 0x000026c5u, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00003dafu, 0x00003daeu, 0x00050080u, 0x00000008u, 0x00003db0u, 0x00003dadu, - 0x00003dafu, 0x000500afu, 0x00000058u, 0x00003db2u, 0x00003db0u, 0x000002e2u, 0x00050050u, 0x0000048bu, - 0x00003db5u, 0x00003db2u, 0x00003db2u, 0x000600a9u, 0x0000004du, 0x00003db6u, 0x00003db5u, 0x00002b19u, - 0x00002b13u, 0x000300f7u, 0x00003dc0u, 0x00000000u, 0x000400fau, 0x00003db2u, 0x00003db9u, 0x00003dbeu, - 0x000200f8u, 0x00003dbeu, 0x000200f9u, 0x00003dc0u, 0x000200f8u, 0x00003db9u, 0x0007004fu, 0x0000004du, - 0x00003dbbu, 0x00002b1au, 0x00002b1au, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000004du, 0x00003dbdu, - 0x000079b0u, 0x00003dbbu, 0x000200f9u, 0x00003dc0u, 0x000200f8u, 0x00003dc0u, 0x000700f5u, 0x0000004du, - 0x0000655au, 0x00003dbdu, 0x00003db9u, 0x00002b1au, 0x00003dbeu, 0x0003003eu, 0x00003da7u, 0x0000655au, - 0x00050082u, 0x0000004du, 0x00003dc7u, 0x00002b15u, 0x00003db6u, 0x00050041u, 0x00000038u, 0x00003dc8u, - 0x00003da7u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003dc9u, 0x00003dc8u, 0x00050050u, 0x0000004du, - 0x00003dcau, 0x00003dc9u, 0x00003dc9u, 0x00050084u, 0x0000004du, 0x00003dcbu, 0x00003dc7u, 0x00003dcau, - 0x00050082u, 0x0000004du, 0x00003dceu, 0x00002b17u, 0x00003db6u, 0x00050041u, 0x00000038u, 0x00003dcfu, - 0x00003da7u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003dd0u, 0x00003dcfu, 0x00050050u, 0x0000004du, - 0x00003dd1u, 0x00003dd0u, 0x00003dd0u, 0x00050084u, 0x0000004du, 0x00003dd2u, 0x00003dceu, 0x00003dd1u, - 0x00050080u, 0x0000004du, 0x00003dd4u, 0x00003dcbu, 0x00003dd2u, 0x00050080u, 0x0000004du, 0x00003dd7u, - 0x00003dd4u, 0x00000c0cu, 0x000500c3u, 0x0000004du, 0x00003ddau, 0x00003dd7u, 0x000079a6u, 0x00050080u, - 0x0000004du, 0x00003dddu, 0x00003ddau, 0x00003db6u, 0x000200f9u, 0x00002b1cu, 0x000200f8u, 0x00002b01u, - 0x0007004fu, 0x0000004du, 0x00002b03u, 0x0000632du, 0x0000632du, 0x00000002u, 0x00000003u, 0x0007004fu, - 0x0000004du, 0x00002b05u, 0x000063e0u, 0x000063e0u, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000004du, - 0x00002b06u, 0x00002b03u, 0x00002b05u, 0x0007004fu, 0x0000004du, 0x00002b08u, 0x000064d3u, 0x000064d3u, - 0x00000002u, 0x00000003u, 0x00050080u, 0x0000004du, 0x00002b09u, 0x00002b06u, 0x00002b08u, 0x0007004fu, - 0x0000004du, 0x00002b0bu, 0x0000645cu, 0x0000645cu, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000004du, - 0x00002b0cu, 0x00002b09u, 0x00002b0bu, 0x00050080u, 0x0000004du, 0x00002b0eu, 0x00002b0cu, 0x000079afu, - 0x000500c3u, 0x0000004du, 0x00002b10u, 0x00002b0eu, 0x000079afu, 0x000200f9u, 0x00002b1cu, 0x000200f8u, - 0x00002b1cu, 0x000700f5u, 0x0000004du, 0x00006560u, 0x00002b10u, 0x00002b01u, 0x00003dddu, 0x00003dc0u, - 0x000200f9u, 0x00002b39u, 0x000200f8u, 0x00002b39u, 0x000700f5u, 0x0000004du, 0x0000655fu, 0x00006560u, - 0x00002b1cu, 0x0000654du, 0x00002b37u, 0x000700f5u, 0x0000004du, 0x0000655bu, 0x0000655du, 0x00002b1cu, - 0x00006550u, 0x00002b37u, 0x00050051u, 0x00000008u, 0x00002b3cu, 0x0000655bu, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00002b3du, 0x0000655bu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00002b3eu, 0x0000655fu, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00002b3fu, 0x0000655fu, 0x00000001u, 0x00070050u, 0x00000009u, - 0x00002b40u, 0x00002b3cu, 0x00002b3du, 0x00002b3eu, 0x00002b3fu, 0x000200f9u, 0x00002b43u, 0x000200f8u, - 0x00002b43u, 0x000700f5u, 0x00000009u, 0x0000658au, 0x00002b40u, 0x00002b39u, 0x0000632du, 0x00002b41u, - 0x000200f9u, 0x00002b82u, 0x000200f8u, 0x00002b82u, 0x000700f5u, 0x00000009u, 0x00006589u, 0x0000658au, - 0x00002b43u, 0x0000658bu, 0x00002b81u, 0x000400a8u, 0x00000058u, 0x00002b85u, 0x00001a6fu, 0x000500a7u, - 0x00000058u, 0x00002b88u, 0x00002b85u, 0x000004a6u, 0x000300f7u, 0x00002b8du, 0x00000000u, 0x000400fau, - 0x00002b88u, 0x00002b89u, 0x00002b8du, 0x000200f8u, 0x00002b89u, 0x0003003eu, 0x000026cbu, 0x00002203u, - 0x000600cau, 0x00000009u, 0x00003decu, 0x00006589u, 0x00000187u, 0x000001e8u, 0x0003003eu, 0x00003ddfu, - 0x00003decu, 0x00050041u, 0x00000038u, 0x00003dedu, 0x00003ddfu, 0x00000330u, 0x0004003du, 0x00000008u, - 0x00003deeu, 0x00003dedu, 0x00050041u, 0x00000038u, 0x00003defu, 0x000026cbu, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x00003df0u, 0x00003defu, 0x00050041u, 0x00000038u, 0x00003df1u, 0x00003ddfu, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00003df2u, 0x00003df1u, 0x00050084u, 0x00000008u, 0x00003df3u, 0x00003df0u, - 0x00003df2u, 0x00050080u, 0x00000008u, 0x00003df4u, 0x00003df3u, 0x00000325u, 0x000500c3u, 0x00000008u, - 0x00003df5u, 0x00003df4u, 0x000001e2u, 0x00050080u, 0x00000008u, 0x00003df6u, 0x00003deeu, 0x00003df5u, - 0x0004003du, 0x00000008u, 0x00003df8u, 0x00003dedu, 0x00050041u, 0x00000038u, 0x00003df9u, 0x000026cbu, - 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003dfau, 0x00003df9u, 0x00050041u, 0x00000038u, 0x00003dfbu, - 0x00003ddfu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003dfcu, 0x00003dfbu, 0x00050084u, 0x00000008u, - 0x00003dfdu, 0x00003dfau, 0x00003dfcu, 0x00050041u, 0x00000038u, 0x00003dfeu, 0x000026cbu, 0x00000330u, - 0x0004003du, 0x00000008u, 0x00003dffu, 0x00003dfeu, 0x0004003du, 0x00000008u, 0x00003e01u, 0x00003df1u, - 0x00050084u, 0x00000008u, 0x00003e02u, 0x00003dffu, 0x00003e01u, 0x00050080u, 0x00000008u, 0x00003e03u, - 0x00003dfdu, 0x00003e02u, 0x00050080u, 0x00000008u, 0x00003e04u, 0x00003e03u, 0x00000325u, 0x000500c3u, - 0x00000008u, 0x00003e05u, 0x00003e04u, 0x000001e2u, 0x00050080u, 0x00000008u, 0x00003e06u, 0x00003df8u, - 0x00003e05u, 0x0004003du, 0x00000008u, 0x00003e08u, 0x00003dedu, 0x00050041u, 0x00000038u, 0x00003e09u, - 0x000026cbu, 0x00000333u, 0x0004003du, 0x00000008u, 0x00003e0au, 0x00003e09u, 0x0004003du, 0x00000008u, - 0x00003e0cu, 0x00003dfbu, 0x00050084u, 0x00000008u, 0x00003e0du, 0x00003e0au, 0x00003e0cu, 0x00050080u, - 0x00000008u, 0x00003e0eu, 0x00003e0du, 0x00000325u, 0x000500c3u, 0x00000008u, 0x00003e0fu, 0x00003e0eu, - 0x000001e2u, 0x00050080u, 0x00000008u, 0x00003e10u, 0x00003e08u, 0x00003e0fu, 0x0004003du, 0x00000008u, - 0x00003e12u, 0x00003dedu, 0x00070050u, 0x00000009u, 0x00003e17u, 0x00003df6u, 0x00003e06u, 0x00003e10u, - 0x00003e12u, 0x000200f9u, 0x00002b8du, 0x000200f8u, 0x00002b8du, 0x000700f5u, 0x00000009u, 0x0000658du, - 0x00006589u, 0x00002b82u, 0x00003e17u, 0x00002b89u, 0x000200f9u, 0x00001b4du, 0x000200f8u, 0x00001b4du, - 0x000700f5u, 0x00000009u, 0x00006888u, 0x0000634au, 0x00001b34u, 0x0000658du, 0x00002b8du, 0x000300f7u, - 0x00001b98u, 0x00000000u, 0x000400fau, 0x00001a66u, 0x00001b4fu, 0x00001b98u, 0x000200f8u, 0x00001b4fu, - 0x00050080u, 0x00000008u, 0x00001b58u, 0x000019f4u, 0x00000196u, 0x00050080u, 0x00000008u, 0x00001b59u, - 0x000019efu, 0x00001b58u, 0x00070041u, 0x000001f4u, 0x00001b5au, 0x0000024du, 0x00000187u, 0x00001b59u, - 0x000001e2u, 0x0004003du, 0x000001afu, 0x00001b5bu, 0x00001b5au, 0x00040071u, 0x00000006u, 0x00001b5cu, - 0x00001b5bu, 0x000500abu, 0x00000058u, 0x00001b5du, 0x00001b5cu, 0x000002d9u, 0x000500afu, 0x00000058u, - 0x00001b60u, 0x00001c7au, 0x000001e2u, 0x000600a9u, 0x00000008u, 0x000079c8u, 0x00001a83u, 0x00001c76u, - 0x00001c73u, 0x000500aau, 0x00000058u, 0x00001b6bu, 0x00006222u, 0x000079c8u, 0x000500a7u, 0x00000058u, - 0x00001b6eu, 0x00001b6bu, 0x00001b60u, 0x000500a7u, 0x00000058u, 0x00001b70u, 0x00001b6eu, 0x00001b5du, - 0x000300f7u, 0x00001b96u, 0x00000000u, 0x000400fau, 0x00001b70u, 0x00001b71u, 0x00001b8bu, 0x000200f8u, - 0x00001b8bu, 0x00050084u, 0x00000008u, 0x00001b8eu, 0x00001af2u, 0x00000596u, 0x00050080u, 0x00000008u, - 0x00001b8fu, 0x00001af0u, 0x00001b8eu, 0x00060050u, 0x00000052u, 0x00003eb5u, 0x00001b8fu, 0x00001b8fu, - 0x00001b8fu, 0x00050084u, 0x00000052u, 0x00003eb6u, 0x0000227du, 0x00003eb5u, 0x00050080u, 0x00000052u, - 0x00003eb7u, 0x00002277u, 0x00003eb6u, 0x000500c3u, 0x00000052u, 0x00003ebau, 0x00003eb7u, 0x000079a0u, - 0x000300f7u, 0x00003ec4u, 0x00000000u, 0x000400fau, 0x00001a3cu, 0x00003ebcu, 0x00003ec1u, 0x000200f8u, - 0x00003ec1u, 0x0007004fu, 0x0000004du, 0x00003f51u, 0x00003ebau, 0x00003ebau, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00003ec4u, 0x000200f8u, 0x00003ebcu, 0x0003003eu, 0x00003ea7u, 0x00003ebau, 0x00050041u, - 0x00000038u, 0x00003ed1u, 0x00003ea7u, 0x00000330u, 0x0004003du, 0x00000008u, 0x00003ed2u, 0x00003ed1u, - 0x000500b3u, 0x00000058u, 0x00003ed4u, 0x00003ed2u, 0x00000187u, 0x000500c7u, 0x00000008u, 0x00003ed6u, - 0x00003ed2u, 0x0000045eu, 0x0006000cu, 0x00000008u, 0x00003f33u, 0x00000001u, 0x0000004au, 0x00003ed6u, - 0x00050082u, 0x00000008u, 0x00003f34u, 0x00000207u, 0x00003f33u, 0x0007000cu, 0x00000008u, 0x00003f35u, - 0x00000001u, 0x00000027u, 0x00003f34u, 0x00000207u, 0x000500c4u, 0x00000008u, 0x00003f38u, 0x00003ed6u, - 0x00003f35u, 0x000500c7u, 0x00000008u, 0x00003f39u, 0x00003f38u, 0x00000377u, 0x000500c7u, 0x00000008u, - 0x00003f3bu, 0x00003f39u, 0x000002f0u, 0x000500c3u, 0x00000008u, 0x00003f3du, 0x00003f39u, 0x000001e2u, - 0x0003003eu, 0x00003f2eu, 0x0000043cu, 0x00050041u, 0x00000068u, 0x00003f3eu, 0x00003f2eu, 0x00003f3du, - 0x0004003du, 0x0000004du, 0x00003f3fu, 0x00003f3eu, 0x0003003eu, 0x00003f2du, 0x00003f3fu, 0x00050041u, - 0x00000038u, 0x00003f43u, 0x00003f2du, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003f44u, 0x00003f43u, - 0x00050084u, 0x00000008u, 0x00003f46u, 0x00003f44u, 0x00003f3bu, 0x000500c3u, 0x00000008u, 0x00003f47u, - 0x00003f46u, 0x000001eeu, 0x00050041u, 0x00000038u, 0x00003f48u, 0x00003f2du, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x00003f49u, 0x00003f48u, 0x00050080u, 0x00000008u, 0x00003f4au, 0x00003f47u, 0x00003f49u, - 0x00050050u, 0x0000004du, 0x00003f4du, 0x00003f4au, 0x00003f35u, 0x0003003eu, 0x00003ec8u, 0x00003f4du, - 0x00050041u, 0x00000038u, 0x00003ed9u, 0x00003ec8u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003edau, - 0x00003ed9u, 0x0007004fu, 0x0000004du, 0x00003edcu, 0x00003ebau, 0x00003ebau, 0x00000000u, 0x00000001u, - 0x00050041u, 0x00000038u, 0x00003eddu, 0x00003ec8u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003edeu, - 0x00003eddu, 0x00050050u, 0x0000004du, 0x00003edfu, 0x00003edeu, 0x00003edeu, 0x00050084u, 0x0000004du, - 0x00003ee0u, 0x00003edcu, 0x00003edfu, 0x0003003eu, 0x00003ecbu, 0x00003ee0u, 0x000500c3u, 0x00000008u, - 0x00003ee2u, 0x00000471u, 0x00003edau, 0x0004007eu, 0x00000008u, 0x00003ee3u, 0x00003ee2u, 0x000500c7u, - 0x00000008u, 0x00003ee4u, 0x00000470u, 0x00003ee3u, 0x00050050u, 0x0000004du, 0x00003ee7u, 0x00003ee4u, - 0x00003ee4u, 0x000500c7u, 0x0000004du, 0x00003ee8u, 0x00003ee0u, 0x00003ee7u, 0x0003003eu, 0x00003ecdu, - 0x00003ee8u, 0x000500abu, 0x00000058u, 0x00003eeau, 0x00003edau, 0x00000207u, 0x000300f7u, 0x00003ef5u, - 0x00000000u, 0x000400fau, 0x00003eeau, 0x00003eebu, 0x00003ef1u, 0x000200f8u, 0x00003ef1u, 0x0004003du, - 0x0000004du, 0x00003ef2u, 0x00003ecbu, 0x000500c4u, 0x0000004du, 0x00003ef4u, 0x00003ef2u, 0x000079a4u, - 0x0003003eu, 0x00003eceu, 0x00003ef4u, 0x000200f9u, 0x00003ef5u, 0x000200f8u, 0x00003eebu, 0x0004003du, - 0x0000004du, 0x00003eecu, 0x00003ecbu, 0x00050082u, 0x00000008u, 0x00003eeeu, 0x00000201u, 0x00003edau, - 0x00050050u, 0x0000004du, 0x00003eefu, 0x00003eeeu, 0x00003eeeu, 0x000500c3u, 0x0000004du, 0x00003ef0u, - 0x00003eecu, 0x00003eefu, 0x0003003eu, 0x00003ecbu, 0x00003ef0u, 0x0003003eu, 0x00003eceu, 0x00003ef0u, - 0x000200f9u, 0x00003ef5u, 0x000200f8u, 0x00003ef5u, 0x000500abu, 0x0000048bu, 0x00003ef7u, 0x00003ee8u, - 0x0000048au, 0x0004009au, 0x00000058u, 0x00003ef8u, 0x00003ef7u, 0x000300f7u, 0x00003f24u, 0x00000000u, - 0x000400fau, 0x00003ef8u, 0x00003ef9u, 0x00003f24u, 0x000200f8u, 0x00003ef9u, 0x00050041u, 0x00000038u, - 0x00003efau, 0x00003ecdu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003efbu, 0x00003efau, 0x000500abu, - 0x00000058u, 0x00003efdu, 0x00003efbu, 0x00003ee4u, 0x000300f7u, 0x00003f02u, 0x00000000u, 0x000400fau, - 0x00003efdu, 0x00003efeu, 0x00003f02u, 0x000200f8u, 0x00003efeu, 0x0004003du, 0x00000008u, 0x00003f00u, - 0x00003efau, 0x000500abu, 0x00000058u, 0x00003f01u, 0x00003f00u, 0x00000187u, 0x000200f9u, 0x00003f02u, - 0x000200f8u, 0x00003f02u, 0x000700f5u, 0x00000058u, 0x00003f03u, 0x00003efdu, 0x00003ef9u, 0x00003f01u, - 0x00003efeu, 0x000300f7u, 0x00003f0eu, 0x00000000u, 0x000400fau, 0x00003f03u, 0x00003f04u, 0x00003f0eu, - 0x000200f8u, 0x00003f04u, 0x00050041u, 0x00000038u, 0x00003f05u, 0x00003ecbu, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x00003f06u, 0x00003f05u, 0x000500c7u, 0x00000008u, 0x00003f07u, 0x00003f06u, 0x00000471u, - 0x000500aau, 0x00000058u, 0x00003f08u, 0x00003f07u, 0x00000187u, 0x000300f7u, 0x00003f0du, 0x00000000u, - 0x000400fau, 0x00003f08u, 0x00003f09u, 0x00003f0bu, 0x000200f8u, 0x00003f0bu, 0x00050041u, 0x00000038u, - 0x00003f0cu, 0x00003eceu, 0x000002d9u, 0x0003003eu, 0x00003f0cu, 0x000004a4u, 0x000200f9u, 0x00003f0du, - 0x000200f8u, 0x00003f09u, 0x00050041u, 0x00000038u, 0x00003f0au, 0x00003eceu, 0x000002d9u, 0x0003003eu, - 0x00003f0au, 0x0000045eu, 0x000200f9u, 0x00003f0du, 0x000200f8u, 0x00003f0du, 0x000200f9u, 0x00003f0eu, - 0x000200f8u, 0x00003f0eu, 0x00050041u, 0x00000038u, 0x00003f0fu, 0x00003ecdu, 0x0000032cu, 0x0004003du, - 0x00000008u, 0x00003f10u, 0x00003f0fu, 0x000500abu, 0x00000058u, 0x00003f12u, 0x00003f10u, 0x00003ee4u, - 0x000300f7u, 0x00003f17u, 0x00000000u, 0x000400fau, 0x00003f12u, 0x00003f13u, 0x00003f17u, 0x000200f8u, - 0x00003f13u, 0x0004003du, 0x00000008u, 0x00003f15u, 0x00003f0fu, 0x000500abu, 0x00000058u, 0x00003f16u, - 0x00003f15u, 0x00000187u, 0x000200f9u, 0x00003f17u, 0x000200f8u, 0x00003f17u, 0x000700f5u, 0x00000058u, - 0x00003f18u, 0x00003f12u, 0x00003f0eu, 0x00003f16u, 0x00003f13u, 0x000300f7u, 0x00003f23u, 0x00000000u, - 0x000400fau, 0x00003f18u, 0x00003f19u, 0x00003f23u, 0x000200f8u, 0x00003f19u, 0x00050041u, 0x00000038u, - 0x00003f1au, 0x00003ecbu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003f1bu, 0x00003f1au, 0x000500c7u, - 0x00000008u, 0x00003f1cu, 0x00003f1bu, 0x00000471u, 0x000500aau, 0x00000058u, 0x00003f1du, 0x00003f1cu, - 0x00000187u, 0x000300f7u, 0x00003f22u, 0x00000000u, 0x000400fau, 0x00003f1du, 0x00003f1eu, 0x00003f20u, - 0x000200f8u, 0x00003f20u, 0x00050041u, 0x00000038u, 0x00003f21u, 0x00003eceu, 0x0000032cu, 0x0003003eu, - 0x00003f21u, 0x000004a4u, 0x000200f9u, 0x00003f22u, 0x000200f8u, 0x00003f1eu, 0x00050041u, 0x00000038u, - 0x00003f1fu, 0x00003eceu, 0x0000032cu, 0x0003003eu, 0x00003f1fu, 0x0000045eu, 0x000200f9u, 0x00003f22u, - 0x000200f8u, 0x00003f22u, 0x000200f9u, 0x00003f23u, 0x000200f8u, 0x00003f23u, 0x000200f9u, 0x00003f24u, - 0x000200f8u, 0x00003f24u, 0x000300f7u, 0x00003f27u, 0x00000000u, 0x000400fau, 0x00003ed4u, 0x00003f26u, - 0x00003f27u, 0x000200f8u, 0x00003f26u, 0x0003003eu, 0x00003eceu, 0x000004bfu, 0x000200f9u, 0x00003f27u, - 0x000200f8u, 0x00003f27u, 0x0004003du, 0x0000004du, 0x00003f28u, 0x00003eceu, 0x0008000cu, 0x0000004du, - 0x00003f29u, 0x00000001u, 0x0000002du, 0x00003f28u, 0x000004c2u, 0x000004c4u, 0x000200f9u, 0x00003ec4u, - 0x000200f8u, 0x00003ec4u, 0x000700f5u, 0x0000004du, 0x000066afu, 0x00003f29u, 0x00003f27u, 0x00003f51u, - 0x00003ec1u, 0x000200f9u, 0x00001b96u, 0x000200f8u, 0x00001b71u, 0x00070041u, 0x0000024fu, 0x00001b7cu, - 0x0000024du, 0x00000187u, 0x00001b59u, 0x00000196u, 0x0004003du, 0x00000009u, 0x00001b7du, 0x00001b7cu, - 0x0008004fu, 0x00000052u, 0x00001b7eu, 0x00001b7du, 0x00001b7du, 0x00000000u, 0x00000001u, 0x00000003u, - 0x000500c3u, 0x00000052u, 0x00001b80u, 0x00001b7eu, 0x000079a0u, 0x000300f7u, 0x00001b8au, 0x00000000u, - 0x000400fau, 0x00001a3cu, 0x00001b82u, 0x00001b87u, 0x000200f8u, 0x00001b87u, 0x0007004fu, 0x0000004du, - 0x00003ea3u, 0x00001b80u, 0x00001b80u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00001b8au, 0x000200f8u, - 0x00001b82u, 0x0003003eu, 0x0000198bu, 0x00001b80u, 0x00050041u, 0x00000038u, 0x00003e23u, 0x0000198bu, - 0x00000330u, 0x0004003du, 0x00000008u, 0x00003e24u, 0x00003e23u, 0x000500b3u, 0x00000058u, 0x00003e26u, - 0x00003e24u, 0x00000187u, 0x000500c7u, 0x00000008u, 0x00003e28u, 0x00003e24u, 0x0000045eu, 0x0006000cu, - 0x00000008u, 0x00003e85u, 0x00000001u, 0x0000004au, 0x00003e28u, 0x00050082u, 0x00000008u, 0x00003e86u, - 0x00000207u, 0x00003e85u, 0x0007000cu, 0x00000008u, 0x00003e87u, 0x00000001u, 0x00000027u, 0x00003e86u, - 0x00000207u, 0x000500c4u, 0x00000008u, 0x00003e8au, 0x00003e28u, 0x00003e87u, 0x000500c7u, 0x00000008u, - 0x00003e8bu, 0x00003e8au, 0x00000377u, 0x000500c7u, 0x00000008u, 0x00003e8du, 0x00003e8bu, 0x000002f0u, - 0x000500c3u, 0x00000008u, 0x00003e8fu, 0x00003e8bu, 0x000001e2u, 0x0003003eu, 0x00003e80u, 0x0000043cu, - 0x00050041u, 0x00000068u, 0x00003e90u, 0x00003e80u, 0x00003e8fu, 0x0004003du, 0x0000004du, 0x00003e91u, - 0x00003e90u, 0x0003003eu, 0x00003e7fu, 0x00003e91u, 0x00050041u, 0x00000038u, 0x00003e95u, 0x00003e7fu, - 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003e96u, 0x00003e95u, 0x00050084u, 0x00000008u, 0x00003e98u, - 0x00003e96u, 0x00003e8du, 0x000500c3u, 0x00000008u, 0x00003e99u, 0x00003e98u, 0x000001eeu, 0x00050041u, - 0x00000038u, 0x00003e9au, 0x00003e7fu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003e9bu, 0x00003e9au, - 0x00050080u, 0x00000008u, 0x00003e9cu, 0x00003e99u, 0x00003e9bu, 0x00050050u, 0x0000004du, 0x00003e9fu, - 0x00003e9cu, 0x00003e87u, 0x0003003eu, 0x00003e1au, 0x00003e9fu, 0x00050041u, 0x00000038u, 0x00003e2bu, - 0x00003e1au, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003e2cu, 0x00003e2bu, 0x0007004fu, 0x0000004du, - 0x00003e2eu, 0x00001b80u, 0x00001b80u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000038u, 0x00003e2fu, - 0x00003e1au, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003e30u, 0x00003e2fu, 0x00050050u, 0x0000004du, - 0x00003e31u, 0x00003e30u, 0x00003e30u, 0x00050084u, 0x0000004du, 0x00003e32u, 0x00003e2eu, 0x00003e31u, - 0x0003003eu, 0x00003e1du, 0x00003e32u, 0x000500c3u, 0x00000008u, 0x00003e34u, 0x00000471u, 0x00003e2cu, - 0x0004007eu, 0x00000008u, 0x00003e35u, 0x00003e34u, 0x000500c7u, 0x00000008u, 0x00003e36u, 0x00000470u, - 0x00003e35u, 0x00050050u, 0x0000004du, 0x00003e39u, 0x00003e36u, 0x00003e36u, 0x000500c7u, 0x0000004du, - 0x00003e3au, 0x00003e32u, 0x00003e39u, 0x0003003eu, 0x00003e1fu, 0x00003e3au, 0x000500abu, 0x00000058u, - 0x00003e3cu, 0x00003e2cu, 0x00000207u, 0x000300f7u, 0x00003e47u, 0x00000000u, 0x000400fau, 0x00003e3cu, - 0x00003e3du, 0x00003e43u, 0x000200f8u, 0x00003e43u, 0x0004003du, 0x0000004du, 0x00003e44u, 0x00003e1du, - 0x000500c4u, 0x0000004du, 0x00003e46u, 0x00003e44u, 0x000079a4u, 0x0003003eu, 0x00003e20u, 0x00003e46u, - 0x000200f9u, 0x00003e47u, 0x000200f8u, 0x00003e3du, 0x0004003du, 0x0000004du, 0x00003e3eu, 0x00003e1du, - 0x00050082u, 0x00000008u, 0x00003e40u, 0x00000201u, 0x00003e2cu, 0x00050050u, 0x0000004du, 0x00003e41u, - 0x00003e40u, 0x00003e40u, 0x000500c3u, 0x0000004du, 0x00003e42u, 0x00003e3eu, 0x00003e41u, 0x0003003eu, - 0x00003e1du, 0x00003e42u, 0x0003003eu, 0x00003e20u, 0x00003e42u, 0x000200f9u, 0x00003e47u, 0x000200f8u, - 0x00003e47u, 0x000500abu, 0x0000048bu, 0x00003e49u, 0x00003e3au, 0x0000048au, 0x0004009au, 0x00000058u, - 0x00003e4au, 0x00003e49u, 0x000300f7u, 0x00003e76u, 0x00000000u, 0x000400fau, 0x00003e4au, 0x00003e4bu, - 0x00003e76u, 0x000200f8u, 0x00003e4bu, 0x00050041u, 0x00000038u, 0x00003e4cu, 0x00003e1fu, 0x000002d9u, - 0x0004003du, 0x00000008u, 0x00003e4du, 0x00003e4cu, 0x000500abu, 0x00000058u, 0x00003e4fu, 0x00003e4du, - 0x00003e36u, 0x000300f7u, 0x00003e54u, 0x00000000u, 0x000400fau, 0x00003e4fu, 0x00003e50u, 0x00003e54u, - 0x000200f8u, 0x00003e50u, 0x0004003du, 0x00000008u, 0x00003e52u, 0x00003e4cu, 0x000500abu, 0x00000058u, - 0x00003e53u, 0x00003e52u, 0x00000187u, 0x000200f9u, 0x00003e54u, 0x000200f8u, 0x00003e54u, 0x000700f5u, - 0x00000058u, 0x00003e55u, 0x00003e4fu, 0x00003e4bu, 0x00003e53u, 0x00003e50u, 0x000300f7u, 0x00003e60u, - 0x00000000u, 0x000400fau, 0x00003e55u, 0x00003e56u, 0x00003e60u, 0x000200f8u, 0x00003e56u, 0x00050041u, - 0x00000038u, 0x00003e57u, 0x00003e1du, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003e58u, 0x00003e57u, - 0x000500c7u, 0x00000008u, 0x00003e59u, 0x00003e58u, 0x00000471u, 0x000500aau, 0x00000058u, 0x00003e5au, - 0x00003e59u, 0x00000187u, 0x000300f7u, 0x00003e5fu, 0x00000000u, 0x000400fau, 0x00003e5au, 0x00003e5bu, - 0x00003e5du, 0x000200f8u, 0x00003e5du, 0x00050041u, 0x00000038u, 0x00003e5eu, 0x00003e20u, 0x000002d9u, - 0x0003003eu, 0x00003e5eu, 0x000004a4u, 0x000200f9u, 0x00003e5fu, 0x000200f8u, 0x00003e5bu, 0x00050041u, - 0x00000038u, 0x00003e5cu, 0x00003e20u, 0x000002d9u, 0x0003003eu, 0x00003e5cu, 0x0000045eu, 0x000200f9u, - 0x00003e5fu, 0x000200f8u, 0x00003e5fu, 0x000200f9u, 0x00003e60u, 0x000200f8u, 0x00003e60u, 0x00050041u, - 0x00000038u, 0x00003e61u, 0x00003e1fu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003e62u, 0x00003e61u, - 0x000500abu, 0x00000058u, 0x00003e64u, 0x00003e62u, 0x00003e36u, 0x000300f7u, 0x00003e69u, 0x00000000u, - 0x000400fau, 0x00003e64u, 0x00003e65u, 0x00003e69u, 0x000200f8u, 0x00003e65u, 0x0004003du, 0x00000008u, - 0x00003e67u, 0x00003e61u, 0x000500abu, 0x00000058u, 0x00003e68u, 0x00003e67u, 0x00000187u, 0x000200f9u, - 0x00003e69u, 0x000200f8u, 0x00003e69u, 0x000700f5u, 0x00000058u, 0x00003e6au, 0x00003e64u, 0x00003e60u, - 0x00003e68u, 0x00003e65u, 0x000300f7u, 0x00003e75u, 0x00000000u, 0x000400fau, 0x00003e6au, 0x00003e6bu, - 0x00003e75u, 0x000200f8u, 0x00003e6bu, 0x00050041u, 0x00000038u, 0x00003e6cu, 0x00003e1du, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00003e6du, 0x00003e6cu, 0x000500c7u, 0x00000008u, 0x00003e6eu, 0x00003e6du, - 0x00000471u, 0x000500aau, 0x00000058u, 0x00003e6fu, 0x00003e6eu, 0x00000187u, 0x000300f7u, 0x00003e74u, - 0x00000000u, 0x000400fau, 0x00003e6fu, 0x00003e70u, 0x00003e72u, 0x000200f8u, 0x00003e72u, 0x00050041u, - 0x00000038u, 0x00003e73u, 0x00003e20u, 0x0000032cu, 0x0003003eu, 0x00003e73u, 0x000004a4u, 0x000200f9u, - 0x00003e74u, 0x000200f8u, 0x00003e70u, 0x00050041u, 0x00000038u, 0x00003e71u, 0x00003e20u, 0x0000032cu, - 0x0003003eu, 0x00003e71u, 0x0000045eu, 0x000200f9u, 0x00003e74u, 0x000200f8u, 0x00003e74u, 0x000200f9u, - 0x00003e75u, 0x000200f8u, 0x00003e75u, 0x000200f9u, 0x00003e76u, 0x000200f8u, 0x00003e76u, 0x000300f7u, - 0x00003e79u, 0x00000000u, 0x000400fau, 0x00003e26u, 0x00003e78u, 0x00003e79u, 0x000200f8u, 0x00003e78u, - 0x0003003eu, 0x00003e20u, 0x000004bfu, 0x000200f9u, 0x00003e79u, 0x000200f8u, 0x00003e79u, 0x0004003du, - 0x0000004du, 0x00003e7au, 0x00003e20u, 0x0008000cu, 0x0000004du, 0x00003e7bu, 0x00000001u, 0x0000002du, - 0x00003e7au, 0x000004c2u, 0x000004c4u, 0x000200f9u, 0x00001b8au, 0x000200f8u, 0x00001b8au, 0x000700f5u, - 0x0000004du, 0x00006885u, 0x00003e7bu, 0x00003e79u, 0x00003ea3u, 0x00001b87u, 0x000200f9u, 0x00001b96u, - 0x000200f8u, 0x00001b96u, 0x000700f5u, 0x0000004du, 0x00006884u, 0x00006885u, 0x00001b8au, 0x000066afu, - 0x00003ec4u, 0x000200f9u, 0x00001b98u, 0x000200f8u, 0x00001b98u, 0x000700f5u, 0x0000004du, 0x00006822u, - 0x00006272u, 0x00001b4du, 0x00006884u, 0x00001b96u, 0x000600a9u, 0x00000006u, 0x000079c9u, 0x00001a66u, - 0x000062eeu, 0x000067bdu, 0x000600a9u, 0x00000058u, 0x000079cau, 0x00001a66u, 0x000004a6u, 0x00001a63u, - 0x000300f7u, 0x00001bbeu, 0x00000000u, 0x000400fau, 0x000079cau, 0x00001b9au, 0x00001bbeu, 0x000200f8u, - 0x00001b9au, 0x000400a8u, 0x00000058u, 0x00001b9du, 0x00001a72u, 0x000500a7u, 0x00000058u, 0x00001b9eu, - 0x00001a6cu, 0x00001b9du, 0x000300f7u, 0x00001bbdu, 0x00000000u, 0x000400fau, 0x00001b9eu, 0x00001b9fu, - 0x00001ba4u, 0x000200f8u, 0x00001ba4u, 0x00080041u, 0x000001fbu, 0x00001ba7u, 0x00001513u, 0x00000187u, - 0x00001898u, 0x00000199u, 0x000079c9u, 0x0004003du, 0x000001adu, 0x00001ba8u, 0x00001ba7u, 0x00040071u, - 0x00000006u, 0x00001ba9u, 0x00001ba8u, 0x00070041u, 0x000001efu, 0x00003f8eu, 0x0000027au, 0x00000187u, - 0x00001ba9u, 0x00000187u, 0x0004003du, 0x00000006u, 0x00003f8fu, 0x00003f8eu, 0x00070041u, 0x000001efu, - 0x00003f91u, 0x0000027au, 0x00000187u, 0x00001ba9u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00003f92u, - 0x00003f91u, 0x00070041u, 0x000001efu, 0x00003f94u, 0x0000027au, 0x00000187u, 0x00001ba9u, 0x00000199u, - 0x0004003du, 0x00000006u, 0x00003f95u, 0x00003f94u, 0x00070041u, 0x000001efu, 0x00003f97u, 0x0000027au, - 0x00000187u, 0x00001ba9u, 0x0000019cu, 0x0004003du, 0x00000006u, 0x00003f98u, 0x00003f97u, 0x00070041u, - 0x000001efu, 0x00003f9au, 0x0000027au, 0x00000187u, 0x00001ba9u, 0x0000019fu, 0x0004003du, 0x00000006u, - 0x00003f9bu, 0x00003f9au, 0x00070041u, 0x000001efu, 0x00003f9du, 0x0000027au, 0x00000187u, 0x00001ba9u, - 0x000001a2u, 0x0004003du, 0x00000006u, 0x00003f9eu, 0x00003f9du, 0x00070041u, 0x000001fbu, 0x00003fa0u, - 0x0000027au, 0x00000187u, 0x00001ba9u, 0x000001a5u, 0x0004003du, 0x000001adu, 0x00003fa1u, 0x00003fa0u, - 0x00040071u, 0x00000006u, 0x00003fa2u, 0x00003fa1u, 0x0004007cu, 0x00000008u, 0x00003fa3u, 0x00003fa2u, - 0x00070041u, 0x000001fbu, 0x00003fa5u, 0x0000027au, 0x00000187u, 0x00001ba9u, 0x000001a8u, 0x0004003du, - 0x000001adu, 0x00003fa6u, 0x00003fa5u, 0x00040071u, 0x00000006u, 0x00003fa7u, 0x00003fa6u, 0x0004007cu, - 0x00000008u, 0x00003fa8u, 0x00003fa7u, 0x00070041u, 0x000001fbu, 0x00003faau, 0x0000027au, 0x00000187u, - 0x00001ba9u, 0x000001e2u, 0x0004003du, 0x000001adu, 0x00003fabu, 0x00003faau, 0x00040071u, 0x00000006u, - 0x00003facu, 0x00003fabu, 0x0004007cu, 0x00000008u, 0x00003fadu, 0x00003facu, 0x00070041u, 0x000001fbu, - 0x00003fafu, 0x0000027au, 0x00000187u, 0x00001ba9u, 0x000001e8u, 0x0004003du, 0x000001adu, 0x00003fb0u, - 0x00003fafu, 0x00040071u, 0x00000006u, 0x00003fb1u, 0x00003fb0u, 0x0004007cu, 0x00000008u, 0x00003fb2u, - 0x00003fb1u, 0x00070041u, 0x000001fbu, 0x00003fb4u, 0x0000027au, 0x00000187u, 0x00001ba9u, 0x000001eeu, - 0x0004003du, 0x000001adu, 0x00003fb5u, 0x00003fb4u, 0x00040071u, 0x00000006u, 0x00003fb6u, 0x00003fb5u, - 0x0004007cu, 0x00000008u, 0x00003fb7u, 0x00003fb6u, 0x00070041u, 0x000001fbu, 0x00003fb9u, 0x0000027au, - 0x00000187u, 0x00001ba9u, 0x000001f3u, 0x0004003du, 0x000001adu, 0x00003fbau, 0x00003fb9u, 0x00040071u, - 0x00000006u, 0x00003fbbu, 0x00003fbau, 0x0004007cu, 0x00000008u, 0x00003fbcu, 0x00003fbbu, 0x00070041u, - 0x000001fbu, 0x00003fbeu, 0x0000027au, 0x00000187u, 0x00001ba9u, 0x000001fau, 0x0004003du, 0x000001adu, - 0x00003fbfu, 0x00003fbeu, 0x00040071u, 0x00000006u, 0x00003fc0u, 0x00003fbfu, 0x0004007cu, 0x00000008u, - 0x00003fc1u, 0x00003fc0u, 0x00070041u, 0x000001fbu, 0x00003fc3u, 0x0000027au, 0x00000187u, 0x00001ba9u, - 0x00000201u, 0x0004003du, 0x000001adu, 0x00003fc4u, 0x00003fc3u, 0x00040071u, 0x00000006u, 0x00003fc5u, - 0x00003fc4u, 0x0004007cu, 0x00000008u, 0x00003fc6u, 0x00003fc5u, 0x000600a9u, 0x00000008u, 0x000079cbu, - 0x0000179eu, 0x00001631u, 0x00003fa3u, 0x000600a9u, 0x00000008u, 0x000079ccu, 0x0000179eu, 0x00001634u, - 0x00003fa8u, 0x0003003eu, 0x0000199au, 0x00006822u, 0x000500c7u, 0x00000008u, 0x00004120u, 0x00003fc6u, - 0x00000196u, 0x000500abu, 0x00000058u, 0x00004121u, 0x00004120u, 0x00000187u, 0x0004007cu, 0x00000008u, - 0x00004124u, 0x00003f8fu, 0x0004007cu, 0x00000008u, 0x00004127u, 0x00003f92u, 0x00050041u, 0x00000038u, - 0x0000412au, 0x0000199au, 0x000002d9u, 0x0004003du, 0x00000008u, 0x0000412bu, 0x0000412au, 0x0008000cu, - 0x00000008u, 0x000045e3u, 0x00000001u, 0x0000002du, 0x0000412bu, 0x000004a4u, 0x0000045eu, 0x000500b1u, - 0x00000058u, 0x000045e5u, 0x00003fb7u, 0x000001f3u, 0x000300f7u, 0x000045f1u, 0x00000000u, 0x000400fau, - 0x000045e5u, 0x000045e6u, 0x000045eau, 0x000200f8u, 0x000045eau, 0x00050082u, 0x00000008u, 0x000045ecu, - 0x000002e2u, 0x00003fb7u, 0x000500c4u, 0x00000008u, 0x000045eeu, 0x000045e3u, 0x000045ecu, 0x000500c3u, - 0x00000008u, 0x000045f0u, 0x000045eeu, 0x00000323u, 0x000200f9u, 0x000045f1u, 0x000200f8u, 0x000045e6u, - 0x000500c3u, 0x00000008u, 0x000045e9u, 0x000045e3u, 0x00003fb7u, 0x000200f9u, 0x000045f1u, 0x000200f8u, - 0x000045f1u, 0x000700f5u, 0x00000008u, 0x000068d2u, 0x000045e9u, 0x000045e6u, 0x000045f0u, 0x000045eau, - 0x000300f7u, 0x0000460du, 0x00000000u, 0x000400fau, 0x00004121u, 0x000045f3u, 0x00004608u, 0x000200f8u, - 0x00004608u, 0x000500c4u, 0x00000008u, 0x0000460au, 0x00004124u, 0x0000019cu, 0x00050082u, 0x00000008u, - 0x0000460cu, 0x000068d2u, 0x0000460au, 0x000200f9u, 0x0000460du, 0x000200f8u, 0x000045f3u, 0x000500c3u, - 0x00000008u, 0x000045f5u, 0x000068d2u, 0x0000019cu, 0x000500afu, 0x00000058u, 0x000045f7u, 0x000045f5u, - 0x00004127u, 0x000300f7u, 0x00004607u, 0x00000000u, 0x000400fau, 0x000045f7u, 0x000045f9u, 0x00004601u, - 0x000200f8u, 0x00004601u, 0x000500c4u, 0x00000008u, 0x00004604u, 0x00004124u, 0x0000019cu, 0x00050082u, - 0x00000008u, 0x00004605u, 0x000068d2u, 0x00004604u, 0x0007000cu, 0x00000008u, 0x00004606u, 0x00000001u, - 0x0000002au, 0x00004605u, 0x00000187u, 0x000200f9u, 0x00004607u, 0x000200f8u, 0x000045f9u, 0x000500c3u, - 0x00000008u, 0x000045fbu, 0x00004127u, 0x00000199u, 0x000500c3u, 0x00000008u, 0x000045fdu, 0x00004124u, - 0x00000199u, 0x00050082u, 0x00000008u, 0x000045feu, 0x000045fbu, 0x000045fdu, 0x000500c7u, 0x00000008u, - 0x000045ffu, 0x000045feu, 0x0000099eu, 0x000500c4u, 0x00000008u, 0x00004600u, 0x000045ffu, 0x000001a2u, - 0x000200f9u, 0x00004607u, 0x000200f8u, 0x00004607u, 0x000700f5u, 0x00000008u, 0x000068d4u, 0x00004600u, - 0x000045f9u, 0x00004606u, 0x00004601u, 0x000200f9u, 0x0000460du, 0x000200f8u, 0x0000460du, 0x000700f5u, - 0x00000008u, 0x000068d3u, 0x000068d4u, 0x00004607u, 0x0000460cu, 0x00004608u, 0x0003003eu, 0x0000412au, - 0x000068d3u, 0x000500c7u, 0x00000008u, 0x00004130u, 0x00003fc6u, 0x0000019fu, 0x000500abu, 0x00000058u, - 0x00004131u, 0x00004130u, 0x00000187u, 0x0004007cu, 0x00000008u, 0x00004134u, 0x00003f95u, 0x0004007cu, - 0x00000008u, 0x00004137u, 0x00003f98u, 0x00050041u, 0x00000038u, 0x0000413au, 0x0000199au, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x0000413bu, 0x0000413au, 0x0008000cu, 0x00000008u, 0x00004613u, 0x00000001u, - 0x0000002du, 0x0000413bu, 0x000004a4u, 0x0000045eu, 0x000500b1u, 0x00000058u, 0x00004615u, 0x00003fc1u, - 0x000001f3u, 0x000300f7u, 0x00004621u, 0x00000000u, 0x000400fau, 0x00004615u, 0x00004616u, 0x0000461au, - 0x000200f8u, 0x0000461au, 0x00050082u, 0x00000008u, 0x0000461cu, 0x000002e2u, 0x00003fc1u, 0x000500c4u, - 0x00000008u, 0x0000461eu, 0x00004613u, 0x0000461cu, 0x000500c3u, 0x00000008u, 0x00004620u, 0x0000461eu, - 0x00000323u, 0x000200f9u, 0x00004621u, 0x000200f8u, 0x00004616u, 0x000500c3u, 0x00000008u, 0x00004619u, - 0x00004613u, 0x00003fc1u, 0x000200f9u, 0x00004621u, 0x000200f8u, 0x00004621u, 0x000700f5u, 0x00000008u, - 0x000068d5u, 0x00004619u, 0x00004616u, 0x00004620u, 0x0000461au, 0x000300f7u, 0x0000463du, 0x00000000u, - 0x000400fau, 0x00004131u, 0x00004623u, 0x00004638u, 0x000200f8u, 0x00004638u, 0x000500c4u, 0x00000008u, - 0x0000463au, 0x00004134u, 0x0000019cu, 0x00050082u, 0x00000008u, 0x0000463cu, 0x000068d5u, 0x0000463au, - 0x000200f9u, 0x0000463du, 0x000200f8u, 0x00004623u, 0x000500c3u, 0x00000008u, 0x00004625u, 0x000068d5u, - 0x0000019cu, 0x000500afu, 0x00000058u, 0x00004627u, 0x00004625u, 0x00004137u, 0x000300f7u, 0x00004637u, - 0x00000000u, 0x000400fau, 0x00004627u, 0x00004629u, 0x00004631u, 0x000200f8u, 0x00004631u, 0x000500c4u, - 0x00000008u, 0x00004634u, 0x00004134u, 0x0000019cu, 0x00050082u, 0x00000008u, 0x00004635u, 0x000068d5u, - 0x00004634u, 0x0007000cu, 0x00000008u, 0x00004636u, 0x00000001u, 0x0000002au, 0x00004635u, 0x00000187u, - 0x000200f9u, 0x00004637u, 0x000200f8u, 0x00004629u, 0x000500c3u, 0x00000008u, 0x0000462bu, 0x00004137u, - 0x00000199u, 0x000500c3u, 0x00000008u, 0x0000462du, 0x00004134u, 0x00000199u, 0x00050082u, 0x00000008u, - 0x0000462eu, 0x0000462bu, 0x0000462du, 0x000500c7u, 0x00000008u, 0x0000462fu, 0x0000462eu, 0x0000099eu, - 0x000500c4u, 0x00000008u, 0x00004630u, 0x0000462fu, 0x000001a2u, 0x000200f9u, 0x00004637u, 0x000200f8u, - 0x00004637u, 0x000700f5u, 0x00000008u, 0x000068d7u, 0x00004630u, 0x00004629u, 0x00004636u, 0x00004631u, - 0x000200f9u, 0x0000463du, 0x000200f8u, 0x0000463du, 0x000700f5u, 0x00000008u, 0x000068d6u, 0x000068d7u, - 0x00004637u, 0x0000463cu, 0x00004638u, 0x0003003eu, 0x0000413au, 0x000068d6u, 0x000300f7u, 0x00004144u, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x0000413fu, 0x00004143u, 0x000200f8u, 0x00004143u, 0x0003003eu, - 0x00003fd2u, 0x0000048au, 0x000200f9u, 0x00004144u, 0x000200f8u, 0x0000413fu, 0x0004003du, 0x0000004du, - 0x00004140u, 0x0000199au, 0x000500c7u, 0x0000004du, 0x00004142u, 0x00004140u, 0x000079a7u, 0x0003003eu, - 0x00003fd2u, 0x00004142u, 0x000200f9u, 0x00004144u, 0x000200f8u, 0x00004144u, 0x00050041u, 0x00000038u, - 0x00004145u, 0x00003fd2u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00004146u, 0x00004145u, 0x00050041u, - 0x00000038u, 0x00004147u, 0x00003fd2u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00004148u, 0x00004147u, - 0x00050080u, 0x00000008u, 0x00004149u, 0x00004146u, 0x00004148u, 0x0004003du, 0x0000004du, 0x0000414au, - 0x0000199au, 0x000500c3u, 0x0000004du, 0x0000414cu, 0x0000414au, 0x000079a6u, 0x0003003eu, 0x0000199au, - 0x0000414cu, 0x0004003du, 0x00000008u, 0x0000414fu, 0x0000412au, 0x000500abu, 0x00000058u, 0x00004644u, - 0x00003fb2u, 0x00000187u, 0x000300f7u, 0x0000465au, 0x00000000u, 0x000400fau, 0x00004644u, 0x00004645u, - 0x0000465au, 0x000200f8u, 0x00004645u, 0x000500c4u, 0x00000008u, 0x00004648u, 0x00000196u, 0x00003fb2u, - 0x000500c7u, 0x00000008u, 0x0000464bu, 0x00003fc6u, 0x00000199u, 0x000500abu, 0x00000058u, 0x0000464cu, - 0x0000464bu, 0x00000187u, 0x000300f7u, 0x00004655u, 0x00000000u, 0x000400fau, 0x0000464cu, 0x0000464du, - 0x00004655u, 0x000200f8u, 0x0000464du, 0x000500c7u, 0x00000008u, 0x00004650u, 0x0000414fu, 0x00004648u, - 0x00050082u, 0x00000008u, 0x00004651u, 0x00004650u, 0x00000196u, 0x0007000cu, 0x00000008u, 0x00004652u, - 0x00000001u, 0x0000002au, 0x00004651u, 0x00000187u, 0x000500c6u, 0x00000008u, 0x00004654u, 0x0000414fu, - 0x00004652u, 0x000200f9u, 0x00004655u, 0x000200f8u, 0x00004655u, 0x000700f5u, 0x00000008u, 0x000068d8u, - 0x0000414fu, 0x00004645u, 0x00004654u, 0x0000464du, 0x00050082u, 0x00000008u, 0x00004657u, 0x00004648u, - 0x00000196u, 0x000500c7u, 0x00000008u, 0x00004659u, 0x000068d8u, 0x00004657u, 0x000200f9u, 0x0000465au, - 0x000200f8u, 0x0000465au, 0x000700f5u, 0x00000008u, 0x000068d9u, 0x0000414fu, 0x00004144u, 0x00004659u, - 0x00004655u, 0x0004003du, 0x00000008u, 0x00004153u, 0x0000413au, 0x000500abu, 0x00000058u, 0x00004661u, - 0x00003fbcu, 0x00000187u, 0x000300f7u, 0x00004677u, 0x00000000u, 0x000400fau, 0x00004661u, 0x00004662u, - 0x00004677u, 0x000200f8u, 0x00004662u, 0x000500c4u, 0x00000008u, 0x00004665u, 0x00000196u, 0x00003fbcu, - 0x000500c7u, 0x00000008u, 0x00004668u, 0x00003fc6u, 0x000001e2u, 0x000500abu, 0x00000058u, 0x00004669u, - 0x00004668u, 0x00000187u, 0x000300f7u, 0x00004672u, 0x00000000u, 0x000400fau, 0x00004669u, 0x0000466au, - 0x00004672u, 0x000200f8u, 0x0000466au, 0x000500c7u, 0x00000008u, 0x0000466du, 0x00004153u, 0x00004665u, - 0x00050082u, 0x00000008u, 0x0000466eu, 0x0000466du, 0x00000196u, 0x0007000cu, 0x00000008u, 0x0000466fu, - 0x00000001u, 0x0000002au, 0x0000466eu, 0x00000187u, 0x000500c6u, 0x00000008u, 0x00004671u, 0x00004153u, - 0x0000466fu, 0x000200f9u, 0x00004672u, 0x000200f8u, 0x00004672u, 0x000700f5u, 0x00000008u, 0x000068dau, - 0x00004153u, 0x00004662u, 0x00004671u, 0x0000466au, 0x00050082u, 0x00000008u, 0x00004674u, 0x00004665u, - 0x00000196u, 0x000500c7u, 0x00000008u, 0x00004676u, 0x000068dau, 0x00004674u, 0x000200f9u, 0x00004677u, - 0x000200f8u, 0x00004677u, 0x000700f5u, 0x00000008u, 0x000068dbu, 0x00004153u, 0x0000465au, 0x00004676u, - 0x00004672u, 0x0004003du, 0x00000008u, 0x00004156u, 0x0000412au, 0x00050080u, 0x00000008u, 0x00004157u, - 0x00004156u, 0x00000196u, 0x000300f7u, 0x00004694u, 0x00000000u, 0x000400fau, 0x00004644u, 0x0000467fu, - 0x00004694u, 0x000200f8u, 0x0000467fu, 0x000500c4u, 0x00000008u, 0x00004682u, 0x00000196u, 0x00003fb2u, - 0x000500c7u, 0x00000008u, 0x00004685u, 0x00003fc6u, 0x00000199u, 0x000500abu, 0x00000058u, 0x00004686u, - 0x00004685u, 0x00000187u, 0x000300f7u, 0x0000468fu, 0x00000000u, 0x000400fau, 0x00004686u, 0x00004687u, - 0x0000468fu, 0x000200f8u, 0x00004687u, 0x000500c7u, 0x00000008u, 0x0000468au, 0x00004157u, 0x00004682u, - 0x00050082u, 0x00000008u, 0x0000468bu, 0x0000468au, 0x00000196u, 0x0007000cu, 0x00000008u, 0x0000468cu, - 0x00000001u, 0x0000002au, 0x0000468bu, 0x00000187u, 0x000500c6u, 0x00000008u, 0x0000468eu, 0x00004157u, - 0x0000468cu, 0x000200f9u, 0x0000468fu, 0x000200f8u, 0x0000468fu, 0x000700f5u, 0x00000008u, 0x000068dcu, - 0x00004157u, 0x0000467fu, 0x0000468eu, 0x00004687u, 0x00050082u, 0x00000008u, 0x00004691u, 0x00004682u, - 0x00000196u, 0x000500c7u, 0x00000008u, 0x00004693u, 0x000068dcu, 0x00004691u, 0x000200f9u, 0x00004694u, - 0x000200f8u, 0x00004694u, 0x000700f5u, 0x00000008u, 0x000068ddu, 0x00004157u, 0x00004677u, 0x00004693u, - 0x0000468fu, 0x0004003du, 0x00000008u, 0x0000415bu, 0x0000413au, 0x00050080u, 0x00000008u, 0x0000415cu, - 0x0000415bu, 0x00000196u, 0x000300f7u, 0x000046b1u, 0x00000000u, 0x000400fau, 0x00004661u, 0x0000469cu, - 0x000046b1u, 0x000200f8u, 0x0000469cu, 0x000500c4u, 0x00000008u, 0x0000469fu, 0x00000196u, 0x00003fbcu, - 0x000500c7u, 0x00000008u, 0x000046a2u, 0x00003fc6u, 0x000001e2u, 0x000500abu, 0x00000058u, 0x000046a3u, - 0x000046a2u, 0x00000187u, 0x000300f7u, 0x000046acu, 0x00000000u, 0x000400fau, 0x000046a3u, 0x000046a4u, - 0x000046acu, 0x000200f8u, 0x000046a4u, 0x000500c7u, 0x00000008u, 0x000046a7u, 0x0000415cu, 0x0000469fu, - 0x00050082u, 0x00000008u, 0x000046a8u, 0x000046a7u, 0x00000196u, 0x0007000cu, 0x00000008u, 0x000046a9u, - 0x00000001u, 0x0000002au, 0x000046a8u, 0x00000187u, 0x000500c6u, 0x00000008u, 0x000046abu, 0x0000415cu, - 0x000046a9u, 0x000200f9u, 0x000046acu, 0x000200f8u, 0x000046acu, 0x000700f5u, 0x00000008u, 0x000068deu, - 0x0000415cu, 0x0000469cu, 0x000046abu, 0x000046a4u, 0x00050082u, 0x00000008u, 0x000046aeu, 0x0000469fu, - 0x00000196u, 0x000500c7u, 0x00000008u, 0x000046b0u, 0x000068deu, 0x000046aeu, 0x000200f9u, 0x000046b1u, - 0x000200f8u, 0x000046b1u, 0x000700f5u, 0x00000008u, 0x000068dfu, 0x0000415cu, 0x00004694u, 0x000046b0u, - 0x000046acu, 0x00050082u, 0x00000008u, 0x00004161u, 0x000068dfu, 0x000068dbu, 0x0007000cu, 0x00000008u, - 0x00004162u, 0x00000001u, 0x0000002au, 0x00004161u, 0x00000c00u, 0x000500c7u, 0x00000008u, 0x00004164u, - 0x000068dbu, 0x000002f0u, 0x00050080u, 0x00000008u, 0x00004166u, 0x00004164u, 0x00004162u, 0x0004003du, - 0x0000004du, 0x0000416bu, 0x00003fd2u, 0x000500aau, 0x0000048bu, 0x0000416cu, 0x0000416bu, 0x00000c0cu, - 0x00050051u, 0x00000058u, 0x0000416du, 0x0000416cu, 0x00000000u, 0x00050051u, 0x00000058u, 0x0000416eu, - 0x0000416cu, 0x00000001u, 0x00070050u, 0x000002fau, 0x0000416fu, 0x00001a5du, 0x00001a72u, 0x0000416du, - 0x0000416eu, 0x0004009bu, 0x00000058u, 0x00004170u, 0x0000416fu, 0x000600a9u, 0x00000008u, 0x000079cdu, - 0x00004170u, 0x00000187u, 0x00004149u, 0x000500aau, 0x00000058u, 0x00004176u, 0x000079cbu, 0x00000196u, - 0x000500afu, 0x00000058u, 0x00004178u, 0x000079cdu, 0x000002e2u, 0x000300f7u, 0x00004181u, 0x00000000u, - 0x000400fau, 0x00004178u, 0x00004179u, 0x0000417du, 0x000200f8u, 0x0000417du, 0x00050050u, 0x0000004du, - 0x00004180u, 0x000068d9u, 0x00004164u, 0x000200f9u, 0x00004181u, 0x000200f8u, 0x00004179u, 0x00050050u, - 0x0000004du, 0x0000417cu, 0x000068ddu, 0x00004166u, 0x000200f9u, 0x00004181u, 0x000200f8u, 0x00004181u, - 0x000700f5u, 0x0000004du, 0x000068eeu, 0x0000417cu, 0x00004179u, 0x00004180u, 0x0000417du, 0x000500c7u, - 0x00000008u, 0x00004184u, 0x000068d9u, 0x00000196u, 0x000500c4u, 0x00000008u, 0x00004185u, 0x00004184u, - 0x0000019fu, 0x0004003du, 0x00000008u, 0x00004187u, 0x00004145u, 0x000500c3u, 0x00000008u, 0x00004188u, - 0x00004187u, 0x00000196u, 0x000500c5u, 0x00000008u, 0x00004189u, 0x00004185u, 0x00004188u, 0x000300f7u, - 0x00004444u, 0x00000000u, 0x000400fau, 0x00001a2du, 0x0000418bu, 0x00004228u, 0x000200f8u, 0x00004228u, - 0x000300f7u, 0x00004443u, 0x00000000u, 0x000d00fbu, 0x000079cbu, 0x00004443u, 0x00000000u, 0x0000422bu, - 0x00000001u, 0x000042b3u, 0x00000002u, 0x000042e1u, 0x00000003u, 0x00004354u, 0x00000004u, 0x000043dcu, - 0x000200f8u, 0x000043dcu, 0x000300f7u, 0x00004442u, 0x00000000u, 0x000700fbu, 0x000079ccu, 0x000043dfu, - 0x00000000u, 0x00004400u, 0x00000001u, 0x00004421u, 0x000200f8u, 0x00004421u, 0x0004007cu, 0x000000a0u, - 0x00004423u, 0x000068eeu, 0x0003003eu, 0x000040e0u, 0x00004423u, 0x00050041u, 0x00000007u, 0x00005734u, - 0x000040e0u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00005735u, 0x00005734u, 0x00050084u, 0x00000006u, - 0x00005736u, 0x00003f9eu, 0x00005735u, 0x00050080u, 0x00000006u, 0x00005737u, 0x00003f9bu, 0x00005736u, - 0x00050041u, 0x00000007u, 0x00005738u, 0x000040e0u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005739u, - 0x00005738u, 0x00050080u, 0x00000006u, 0x0000573bu, 0x00005737u, 0x00005739u, 0x000500c7u, 0x00000006u, - 0x0000573du, 0x0000573bu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00005740u, 0x00005734u, 0x000500c7u, - 0x00000006u, 0x00005741u, 0x00005740u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005742u, 0x00005741u, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x00005744u, 0x0000573du, 0x00005742u, 0x000500c6u, 0x00000006u, - 0x00005746u, 0x00005744u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00005749u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00005746u, 0x0004003du, 0x000001adu, 0x0000574au, 0x00005749u, 0x00040071u, - 0x00000006u, 0x0000574bu, 0x0000574au, 0x0004007cu, 0x00000008u, 0x0000574du, 0x0000574bu, 0x00070050u, - 0x00000009u, 0x0000574eu, 0x0000574du, 0x0000574du, 0x0000574du, 0x0000574du, 0x000300f7u, 0x00004437u, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x00004428u, 0x00004437u, 0x000200f8u, 0x00004428u, 0x00050050u, - 0x0000004du, 0x0000442bu, 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x0000442cu, 0x0000442bu, - 0x0003003eu, 0x000040e3u, 0x0000442cu, 0x00050041u, 0x00000007u, 0x00005758u, 0x000040e3u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00005759u, 0x00005758u, 0x00050084u, 0x00000006u, 0x0000575au, 0x00003f9eu, - 0x00005759u, 0x00050080u, 0x00000006u, 0x0000575bu, 0x00003f9bu, 0x0000575au, 0x00050041u, 0x00000007u, - 0x0000575cu, 0x000040e3u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000575du, 0x0000575cu, 0x00050080u, - 0x00000006u, 0x0000575fu, 0x0000575bu, 0x0000575du, 0x000500c7u, 0x00000006u, 0x00005761u, 0x0000575fu, - 0x000006b6u, 0x0004003du, 0x00000006u, 0x00005764u, 0x00005758u, 0x000500c7u, 0x00000006u, 0x00005765u, - 0x00005764u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005766u, 0x00005765u, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x00005768u, 0x00005761u, 0x00005766u, 0x000500c6u, 0x00000006u, 0x0000576au, 0x00005768u, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000576du, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x0000576au, 0x0004003du, 0x000001adu, 0x0000576eu, 0x0000576du, 0x00040071u, 0x00000006u, 0x0000576fu, - 0x0000576eu, 0x0004007cu, 0x00000008u, 0x00005771u, 0x0000576fu, 0x00070050u, 0x00000009u, 0x00005772u, - 0x00005771u, 0x00005771u, 0x00005771u, 0x00005771u, 0x00050050u, 0x0000004du, 0x00004432u, 0x000068d9u, - 0x00004166u, 0x0004007cu, 0x000000a0u, 0x00004433u, 0x00004432u, 0x0003003eu, 0x000040e6u, 0x00004433u, - 0x00050041u, 0x00000007u, 0x0000577cu, 0x000040e6u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000577du, - 0x0000577cu, 0x00050084u, 0x00000006u, 0x0000577eu, 0x00003f9eu, 0x0000577du, 0x00050080u, 0x00000006u, - 0x0000577fu, 0x00003f9bu, 0x0000577eu, 0x00050041u, 0x00000007u, 0x00005780u, 0x000040e6u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00005781u, 0x00005780u, 0x00050080u, 0x00000006u, 0x00005783u, 0x0000577fu, - 0x00005781u, 0x000500c7u, 0x00000006u, 0x00005785u, 0x00005783u, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x00005788u, 0x0000577cu, 0x000500c7u, 0x00000006u, 0x00005789u, 0x00005788u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x0000578au, 0x00005789u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000578cu, 0x00005785u, - 0x0000578au, 0x000500c6u, 0x00000006u, 0x0000578eu, 0x0000578cu, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x00005791u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000578eu, 0x0004003du, 0x000001adu, - 0x00005792u, 0x00005791u, 0x00040071u, 0x00000006u, 0x00005793u, 0x00005792u, 0x0004007cu, 0x00000008u, - 0x00005795u, 0x00005793u, 0x00070050u, 0x00000009u, 0x00005796u, 0x00005795u, 0x00005795u, 0x00005795u, - 0x00005795u, 0x000200f9u, 0x00004437u, 0x000200f8u, 0x00004437u, 0x000700f5u, 0x00000009u, 0x00006c11u, - 0x0000634au, 0x00004421u, 0x00005796u, 0x00004428u, 0x000700f5u, 0x00000009u, 0x00006b1fu, 0x0000634au, - 0x00004421u, 0x00005772u, 0x00004428u, 0x000300f7u, 0x00004441u, 0x00000000u, 0x000400fau, 0x00004170u, - 0x00004439u, 0x00004441u, 0x000200f8u, 0x00004439u, 0x00050050u, 0x0000004du, 0x0000443cu, 0x000068ddu, - 0x00004166u, 0x0004007cu, 0x000000a0u, 0x0000443du, 0x0000443cu, 0x0003003eu, 0x000040e9u, 0x0000443du, - 0x00050041u, 0x00000007u, 0x000057a0u, 0x000040e9u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000057a1u, - 0x000057a0u, 0x00050084u, 0x00000006u, 0x000057a2u, 0x00003f9eu, 0x000057a1u, 0x00050080u, 0x00000006u, - 0x000057a3u, 0x00003f9bu, 0x000057a2u, 0x00050041u, 0x00000007u, 0x000057a4u, 0x000040e9u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000057a5u, 0x000057a4u, 0x00050080u, 0x00000006u, 0x000057a7u, 0x000057a3u, - 0x000057a5u, 0x000500c7u, 0x00000006u, 0x000057a9u, 0x000057a7u, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x000057acu, 0x000057a0u, 0x000500c7u, 0x00000006u, 0x000057adu, 0x000057acu, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x000057aeu, 0x000057adu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000057b0u, 0x000057a9u, - 0x000057aeu, 0x000500c6u, 0x00000006u, 0x000057b2u, 0x000057b0u, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x000057b5u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000057b2u, 0x0004003du, 0x000001adu, - 0x000057b6u, 0x000057b5u, 0x00040071u, 0x00000006u, 0x000057b7u, 0x000057b6u, 0x0004007cu, 0x00000008u, - 0x000057b9u, 0x000057b7u, 0x00070050u, 0x00000009u, 0x000057bau, 0x000057b9u, 0x000057b9u, 0x000057b9u, - 0x000057b9u, 0x000200f9u, 0x00004441u, 0x000200f8u, 0x00004441u, 0x000700f5u, 0x00000009u, 0x00006d03u, - 0x0000634au, 0x00004437u, 0x000057bau, 0x00004439u, 0x000200f9u, 0x00004442u, 0x000200f8u, 0x00004400u, - 0x0004007cu, 0x000000a0u, 0x00004402u, 0x000068eeu, 0x0003003eu, 0x000040d4u, 0x00004402u, 0x00050041u, - 0x00000007u, 0x00005669u, 0x000040d4u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000566au, 0x00005669u, - 0x00050084u, 0x00000006u, 0x0000566bu, 0x00003f9eu, 0x0000566au, 0x00050080u, 0x00000006u, 0x0000566cu, - 0x00003f9bu, 0x0000566bu, 0x00050041u, 0x00000007u, 0x0000566du, 0x000040d4u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x0000566eu, 0x0000566du, 0x000500c2u, 0x00000006u, 0x0000566fu, 0x0000566eu, 0x00000196u, - 0x00050080u, 0x00000006u, 0x00005671u, 0x0000566cu, 0x0000566fu, 0x000500c7u, 0x00000006u, 0x00005673u, - 0x00005671u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00005675u, 0x0000566du, 0x000400c8u, 0x00000006u, - 0x00005676u, 0x00005675u, 0x000500c7u, 0x00000006u, 0x00005677u, 0x00005676u, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00005678u, 0x00005677u, 0x000006beu, 0x0004003du, 0x00000006u, 0x0000567bu, 0x00005669u, - 0x000500c7u, 0x00000006u, 0x0000567cu, 0x0000567bu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000567du, - 0x0000567cu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000567fu, 0x00005673u, 0x0000567du, 0x000500c6u, - 0x00000006u, 0x00005681u, 0x0000567fu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00005684u, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00005681u, 0x0004003du, 0x000001adu, 0x00005685u, 0x00005684u, - 0x00040071u, 0x00000006u, 0x00005686u, 0x00005685u, 0x000500c2u, 0x00000006u, 0x00005689u, 0x00005686u, - 0x00005678u, 0x000500c7u, 0x00000006u, 0x0000568au, 0x00005689u, 0x000006dau, 0x000500c4u, 0x00000006u, - 0x0000568cu, 0x0000568au, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x0000568eu, 0x0000568au, 0x0000568cu, - 0x0004007cu, 0x00000008u, 0x00005690u, 0x0000568eu, 0x00070050u, 0x00000009u, 0x00005691u, 0x00005690u, - 0x00005690u, 0x00005690u, 0x00005690u, 0x000300f7u, 0x00004416u, 0x00000000u, 0x000400fau, 0x00001a33u, - 0x00004407u, 0x00004416u, 0x000200f8u, 0x00004407u, 0x00050050u, 0x0000004du, 0x0000440au, 0x000068ddu, - 0x00004164u, 0x0004007cu, 0x000000a0u, 0x0000440bu, 0x0000440au, 0x0003003eu, 0x000040d7u, 0x0000440bu, - 0x00050041u, 0x00000007u, 0x0000569cu, 0x000040d7u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000569du, - 0x0000569cu, 0x00050084u, 0x00000006u, 0x0000569eu, 0x00003f9eu, 0x0000569du, 0x00050080u, 0x00000006u, - 0x0000569fu, 0x00003f9bu, 0x0000569eu, 0x00050041u, 0x00000007u, 0x000056a0u, 0x000040d7u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000056a1u, 0x000056a0u, 0x000500c2u, 0x00000006u, 0x000056a2u, 0x000056a1u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x000056a4u, 0x0000569fu, 0x000056a2u, 0x000500c7u, 0x00000006u, - 0x000056a6u, 0x000056a4u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000056a8u, 0x000056a0u, 0x000400c8u, - 0x00000006u, 0x000056a9u, 0x000056a8u, 0x000500c7u, 0x00000006u, 0x000056aau, 0x000056a9u, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x000056abu, 0x000056aau, 0x000006beu, 0x0004003du, 0x00000006u, 0x000056aeu, - 0x0000569cu, 0x000500c7u, 0x00000006u, 0x000056afu, 0x000056aeu, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000056b0u, 0x000056afu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000056b2u, 0x000056a6u, 0x000056b0u, - 0x000500c6u, 0x00000006u, 0x000056b4u, 0x000056b2u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000056b7u, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000056b4u, 0x0004003du, 0x000001adu, 0x000056b8u, - 0x000056b7u, 0x00040071u, 0x00000006u, 0x000056b9u, 0x000056b8u, 0x000500c2u, 0x00000006u, 0x000056bcu, - 0x000056b9u, 0x000056abu, 0x000500c7u, 0x00000006u, 0x000056bdu, 0x000056bcu, 0x000006dau, 0x000500c4u, - 0x00000006u, 0x000056bfu, 0x000056bdu, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x000056c1u, 0x000056bdu, - 0x000056bfu, 0x0004007cu, 0x00000008u, 0x000056c3u, 0x000056c1u, 0x00070050u, 0x00000009u, 0x000056c4u, - 0x000056c3u, 0x000056c3u, 0x000056c3u, 0x000056c3u, 0x00050050u, 0x0000004du, 0x00004411u, 0x000068d9u, - 0x00004166u, 0x0004007cu, 0x000000a0u, 0x00004412u, 0x00004411u, 0x0003003eu, 0x000040dau, 0x00004412u, - 0x00050041u, 0x00000007u, 0x000056cfu, 0x000040dau, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000056d0u, - 0x000056cfu, 0x00050084u, 0x00000006u, 0x000056d1u, 0x00003f9eu, 0x000056d0u, 0x00050080u, 0x00000006u, - 0x000056d2u, 0x00003f9bu, 0x000056d1u, 0x00050041u, 0x00000007u, 0x000056d3u, 0x000040dau, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000056d4u, 0x000056d3u, 0x000500c2u, 0x00000006u, 0x000056d5u, 0x000056d4u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x000056d7u, 0x000056d2u, 0x000056d5u, 0x000500c7u, 0x00000006u, - 0x000056d9u, 0x000056d7u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000056dbu, 0x000056d3u, 0x000400c8u, - 0x00000006u, 0x000056dcu, 0x000056dbu, 0x000500c7u, 0x00000006u, 0x000056ddu, 0x000056dcu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x000056deu, 0x000056ddu, 0x000006beu, 0x0004003du, 0x00000006u, 0x000056e1u, - 0x000056cfu, 0x000500c7u, 0x00000006u, 0x000056e2u, 0x000056e1u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000056e3u, 0x000056e2u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000056e5u, 0x000056d9u, 0x000056e3u, - 0x000500c6u, 0x00000006u, 0x000056e7u, 0x000056e5u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000056eau, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000056e7u, 0x0004003du, 0x000001adu, 0x000056ebu, - 0x000056eau, 0x00040071u, 0x00000006u, 0x000056ecu, 0x000056ebu, 0x000500c2u, 0x00000006u, 0x000056efu, - 0x000056ecu, 0x000056deu, 0x000500c7u, 0x00000006u, 0x000056f0u, 0x000056efu, 0x000006dau, 0x000500c4u, - 0x00000006u, 0x000056f2u, 0x000056f0u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x000056f4u, 0x000056f0u, - 0x000056f2u, 0x0004007cu, 0x00000008u, 0x000056f6u, 0x000056f4u, 0x00070050u, 0x00000009u, 0x000056f7u, - 0x000056f6u, 0x000056f6u, 0x000056f6u, 0x000056f6u, 0x000200f9u, 0x00004416u, 0x000200f8u, 0x00004416u, - 0x000700f5u, 0x00000009u, 0x00006c0fu, 0x0000634au, 0x00004400u, 0x000056f7u, 0x00004407u, 0x000700f5u, - 0x00000009u, 0x00006b1du, 0x0000634au, 0x00004400u, 0x000056c4u, 0x00004407u, 0x000300f7u, 0x00004420u, - 0x00000000u, 0x000400fau, 0x00004170u, 0x00004418u, 0x00004420u, 0x000200f8u, 0x00004418u, 0x00050050u, - 0x0000004du, 0x0000441bu, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x0000441cu, 0x0000441bu, - 0x0003003eu, 0x000040ddu, 0x0000441cu, 0x00050041u, 0x00000007u, 0x00005702u, 0x000040ddu, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00005703u, 0x00005702u, 0x00050084u, 0x00000006u, 0x00005704u, 0x00003f9eu, - 0x00005703u, 0x00050080u, 0x00000006u, 0x00005705u, 0x00003f9bu, 0x00005704u, 0x00050041u, 0x00000007u, - 0x00005706u, 0x000040ddu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005707u, 0x00005706u, 0x000500c2u, - 0x00000006u, 0x00005708u, 0x00005707u, 0x00000196u, 0x00050080u, 0x00000006u, 0x0000570au, 0x00005705u, - 0x00005708u, 0x000500c7u, 0x00000006u, 0x0000570cu, 0x0000570au, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x0000570eu, 0x00005706u, 0x000400c8u, 0x00000006u, 0x0000570fu, 0x0000570eu, 0x000500c7u, 0x00000006u, - 0x00005710u, 0x0000570fu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00005711u, 0x00005710u, 0x000006beu, - 0x0004003du, 0x00000006u, 0x00005714u, 0x00005702u, 0x000500c7u, 0x00000006u, 0x00005715u, 0x00005714u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005716u, 0x00005715u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00005718u, 0x0000570cu, 0x00005716u, 0x000500c6u, 0x00000006u, 0x0000571au, 0x00005718u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x0000571du, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000571au, - 0x0004003du, 0x000001adu, 0x0000571eu, 0x0000571du, 0x00040071u, 0x00000006u, 0x0000571fu, 0x0000571eu, - 0x000500c2u, 0x00000006u, 0x00005722u, 0x0000571fu, 0x00005711u, 0x000500c7u, 0x00000006u, 0x00005723u, - 0x00005722u, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00005725u, 0x00005723u, 0x0000019fu, 0x000500c5u, - 0x00000006u, 0x00005727u, 0x00005723u, 0x00005725u, 0x0004007cu, 0x00000008u, 0x00005729u, 0x00005727u, - 0x00070050u, 0x00000009u, 0x0000572au, 0x00005729u, 0x00005729u, 0x00005729u, 0x00005729u, 0x000200f9u, - 0x00004420u, 0x000200f8u, 0x00004420u, 0x000700f5u, 0x00000009u, 0x00006d01u, 0x0000634au, 0x00004416u, - 0x0000572au, 0x00004418u, 0x000200f9u, 0x00004442u, 0x000200f8u, 0x000043dfu, 0x0004007cu, 0x000000a0u, - 0x000043e1u, 0x000068eeu, 0x0003003eu, 0x000040ecu, 0x000043e1u, 0x00050041u, 0x00000007u, 0x000055bcu, - 0x000040ecu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000055bdu, 0x000055bcu, 0x00050084u, 0x00000006u, - 0x000055beu, 0x00003f9eu, 0x000055bdu, 0x00050080u, 0x00000006u, 0x000055bfu, 0x00003f9bu, 0x000055beu, - 0x00050041u, 0x00000007u, 0x000055c0u, 0x000040ecu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000055c1u, - 0x000055c0u, 0x00050084u, 0x00000006u, 0x000055c2u, 0x000055c1u, 0x00000330u, 0x00050080u, 0x00000006u, - 0x000055c4u, 0x000055bfu, 0x000055c2u, 0x000500c7u, 0x00000006u, 0x000055c6u, 0x000055c4u, 0x000006b6u, - 0x000500c2u, 0x00000006u, 0x000055c8u, 0x000055c6u, 0x00000196u, 0x0004003du, 0x00000006u, 0x000055cau, - 0x000055bcu, 0x000500c7u, 0x00000006u, 0x000055cbu, 0x000055cau, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000055ccu, 0x000055cbu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000055ceu, 0x000055c8u, 0x000055ccu, - 0x000500c6u, 0x00000006u, 0x000055d0u, 0x000055ceu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000055d3u, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000055d0u, 0x0004003du, 0x000001afu, 0x000055d4u, - 0x000055d3u, 0x00040071u, 0x00000006u, 0x000055d5u, 0x000055d4u, 0x000500c2u, 0x00000006u, 0x000055d7u, - 0x000055d5u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x000055d8u, 0x000055d7u, 0x000500c7u, 0x00000006u, - 0x000055dau, 0x000055d5u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000055dbu, 0x000055dau, 0x00050050u, - 0x0000004du, 0x000055dcu, 0x000055d8u, 0x000055dbu, 0x0009004fu, 0x00000009u, 0x000055ddu, 0x000055dcu, - 0x000055dcu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x000043f5u, 0x00000000u, - 0x000400fau, 0x00001a33u, 0x000043e6u, 0x000043f5u, 0x000200f8u, 0x000043e6u, 0x00050050u, 0x0000004du, - 0x000043e9u, 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x000043eau, 0x000043e9u, 0x0003003eu, - 0x000040efu, 0x000043eau, 0x00050041u, 0x00000007u, 0x000055e7u, 0x000040efu, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x000055e8u, 0x000055e7u, 0x00050084u, 0x00000006u, 0x000055e9u, 0x00003f9eu, 0x000055e8u, - 0x00050080u, 0x00000006u, 0x000055eau, 0x00003f9bu, 0x000055e9u, 0x00050041u, 0x00000007u, 0x000055ebu, - 0x000040efu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000055ecu, 0x000055ebu, 0x00050084u, 0x00000006u, - 0x000055edu, 0x000055ecu, 0x00000330u, 0x00050080u, 0x00000006u, 0x000055efu, 0x000055eau, 0x000055edu, - 0x000500c7u, 0x00000006u, 0x000055f1u, 0x000055efu, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x000055f3u, - 0x000055f1u, 0x00000196u, 0x0004003du, 0x00000006u, 0x000055f5u, 0x000055e7u, 0x000500c7u, 0x00000006u, - 0x000055f6u, 0x000055f5u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000055f7u, 0x000055f6u, 0x00000196u, - 0x000500c6u, 0x00000006u, 0x000055f9u, 0x000055f3u, 0x000055f7u, 0x000500c6u, 0x00000006u, 0x000055fbu, - 0x000055f9u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000055feu, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x000055fbu, 0x0004003du, 0x000001afu, 0x000055ffu, 0x000055feu, 0x00040071u, 0x00000006u, - 0x00005600u, 0x000055ffu, 0x000500c2u, 0x00000006u, 0x00005602u, 0x00005600u, 0x000001e2u, 0x0004007cu, - 0x00000008u, 0x00005603u, 0x00005602u, 0x000500c7u, 0x00000006u, 0x00005605u, 0x00005600u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x00005606u, 0x00005605u, 0x00050050u, 0x0000004du, 0x00005607u, 0x00005603u, - 0x00005606u, 0x0009004fu, 0x00000009u, 0x00005608u, 0x00005607u, 0x00005607u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x00050050u, 0x0000004du, 0x000043f0u, 0x000068d9u, 0x00004166u, 0x0004007cu, - 0x000000a0u, 0x000043f1u, 0x000043f0u, 0x0003003eu, 0x000040f2u, 0x000043f1u, 0x00050041u, 0x00000007u, - 0x00005612u, 0x000040f2u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00005613u, 0x00005612u, 0x00050084u, - 0x00000006u, 0x00005614u, 0x00003f9eu, 0x00005613u, 0x00050080u, 0x00000006u, 0x00005615u, 0x00003f9bu, - 0x00005614u, 0x00050041u, 0x00000007u, 0x00005616u, 0x000040f2u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00005617u, 0x00005616u, 0x00050084u, 0x00000006u, 0x00005618u, 0x00005617u, 0x00000330u, 0x00050080u, - 0x00000006u, 0x0000561au, 0x00005615u, 0x00005618u, 0x000500c7u, 0x00000006u, 0x0000561cu, 0x0000561au, - 0x000006b6u, 0x000500c2u, 0x00000006u, 0x0000561eu, 0x0000561cu, 0x00000196u, 0x0004003du, 0x00000006u, - 0x00005620u, 0x00005612u, 0x000500c7u, 0x00000006u, 0x00005621u, 0x00005620u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00005622u, 0x00005621u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00005624u, 0x0000561eu, - 0x00005622u, 0x000500c6u, 0x00000006u, 0x00005626u, 0x00005624u, 0x0000032cu, 0x00080041u, 0x000001f4u, - 0x00005629u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00005626u, 0x0004003du, 0x000001afu, - 0x0000562au, 0x00005629u, 0x00040071u, 0x00000006u, 0x0000562bu, 0x0000562au, 0x000500c2u, 0x00000006u, - 0x0000562du, 0x0000562bu, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x0000562eu, 0x0000562du, 0x000500c7u, - 0x00000006u, 0x00005630u, 0x0000562bu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00005631u, 0x00005630u, - 0x00050050u, 0x0000004du, 0x00005632u, 0x0000562eu, 0x00005631u, 0x0009004fu, 0x00000009u, 0x00005633u, - 0x00005632u, 0x00005632u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000043f5u, - 0x000200f8u, 0x000043f5u, 0x000700f5u, 0x00000009u, 0x00006c0du, 0x0000634au, 0x000043dfu, 0x00005633u, - 0x000043e6u, 0x000700f5u, 0x00000009u, 0x00006b1bu, 0x0000634au, 0x000043dfu, 0x00005608u, 0x000043e6u, - 0x000300f7u, 0x000043ffu, 0x00000000u, 0x000400fau, 0x00004170u, 0x000043f7u, 0x000043ffu, 0x000200f8u, - 0x000043f7u, 0x00050050u, 0x0000004du, 0x000043fau, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, - 0x000043fbu, 0x000043fau, 0x0003003eu, 0x000040f5u, 0x000043fbu, 0x00050041u, 0x00000007u, 0x0000563du, - 0x000040f5u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000563eu, 0x0000563du, 0x00050084u, 0x00000006u, - 0x0000563fu, 0x00003f9eu, 0x0000563eu, 0x00050080u, 0x00000006u, 0x00005640u, 0x00003f9bu, 0x0000563fu, - 0x00050041u, 0x00000007u, 0x00005641u, 0x000040f5u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005642u, - 0x00005641u, 0x00050084u, 0x00000006u, 0x00005643u, 0x00005642u, 0x00000330u, 0x00050080u, 0x00000006u, - 0x00005645u, 0x00005640u, 0x00005643u, 0x000500c7u, 0x00000006u, 0x00005647u, 0x00005645u, 0x000006b6u, - 0x000500c2u, 0x00000006u, 0x00005649u, 0x00005647u, 0x00000196u, 0x0004003du, 0x00000006u, 0x0000564bu, - 0x0000563du, 0x000500c7u, 0x00000006u, 0x0000564cu, 0x0000564bu, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x0000564du, 0x0000564cu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x0000564fu, 0x00005649u, 0x0000564du, - 0x000500c6u, 0x00000006u, 0x00005651u, 0x0000564fu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00005654u, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00005651u, 0x0004003du, 0x000001afu, 0x00005655u, - 0x00005654u, 0x00040071u, 0x00000006u, 0x00005656u, 0x00005655u, 0x000500c2u, 0x00000006u, 0x00005658u, - 0x00005656u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00005659u, 0x00005658u, 0x000500c7u, 0x00000006u, - 0x0000565bu, 0x00005656u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x0000565cu, 0x0000565bu, 0x00050050u, - 0x0000004du, 0x0000565du, 0x00005659u, 0x0000565cu, 0x0009004fu, 0x00000009u, 0x0000565eu, 0x0000565du, - 0x0000565du, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000043ffu, 0x000200f8u, - 0x000043ffu, 0x000700f5u, 0x00000009u, 0x00006cffu, 0x0000634au, 0x000043f5u, 0x0000565eu, 0x000043f7u, - 0x000200f9u, 0x00004442u, 0x000200f8u, 0x00004442u, 0x000900f5u, 0x00000009u, 0x00006cfeu, 0x00006cffu, - 0x000043ffu, 0x00006d01u, 0x00004420u, 0x00006d03u, 0x00004441u, 0x000900f5u, 0x00000009u, 0x00006c0bu, - 0x00006c0du, 0x000043ffu, 0x00006c0fu, 0x00004420u, 0x00006c11u, 0x00004441u, 0x000900f5u, 0x00000009u, - 0x00006b19u, 0x00006b1bu, 0x000043ffu, 0x00006b1du, 0x00004420u, 0x00006b1fu, 0x00004441u, 0x000900f5u, - 0x00000009u, 0x000069edu, 0x000055ddu, 0x000043ffu, 0x00005691u, 0x00004420u, 0x0000574eu, 0x00004441u, - 0x000200f9u, 0x00004443u, 0x000200f8u, 0x00004354u, 0x000300f7u, 0x000043dbu, 0x00000000u, 0x000b00fbu, - 0x000079ccu, 0x000043dbu, 0x00000000u, 0x00004357u, 0x00000001u, 0x00004378u, 0x00000002u, 0x00004399u, - 0x00000003u, 0x000043bau, 0x000200f8u, 0x000043bau, 0x0004007cu, 0x000000a0u, 0x000043bcu, 0x000068eeu, - 0x0003003eu, 0x000040c8u, 0x000043bcu, 0x00050041u, 0x00000007u, 0x00005510u, 0x000040c8u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00005511u, 0x00005510u, 0x00050084u, 0x00000006u, 0x00005512u, 0x00003f9eu, - 0x00005511u, 0x00050080u, 0x00000006u, 0x00005513u, 0x00003f9bu, 0x00005512u, 0x00050041u, 0x00000007u, - 0x00005514u, 0x000040c8u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005515u, 0x00005514u, 0x00050084u, - 0x00000006u, 0x00005516u, 0x00005515u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00005518u, 0x00005513u, - 0x00005516u, 0x000500c7u, 0x00000006u, 0x0000551au, 0x00005518u, 0x000006b6u, 0x000500c2u, 0x00000006u, - 0x0000551cu, 0x0000551au, 0x00000196u, 0x0004003du, 0x00000006u, 0x0000551eu, 0x00005510u, 0x000500c7u, - 0x00000006u, 0x0000551fu, 0x0000551eu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005520u, 0x0000551fu, - 0x00000196u, 0x000500c6u, 0x00000006u, 0x00005522u, 0x0000551cu, 0x00005520u, 0x000500c6u, 0x00000006u, - 0x00005524u, 0x00005522u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00005527u, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00005524u, 0x0004003du, 0x000001afu, 0x00005528u, 0x00005527u, 0x00040071u, - 0x00000006u, 0x00005529u, 0x00005528u, 0x000500c2u, 0x00000006u, 0x0000552bu, 0x00005529u, 0x000001e2u, - 0x0004007cu, 0x00000008u, 0x0000552cu, 0x0000552bu, 0x000500c7u, 0x00000006u, 0x0000552eu, 0x00005529u, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x0000552fu, 0x0000552eu, 0x00050050u, 0x0000004du, 0x00005530u, - 0x0000552cu, 0x0000552fu, 0x0009004fu, 0x00000009u, 0x00005531u, 0x00005530u, 0x00005530u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x000043d0u, 0x00000000u, 0x000400fau, 0x00001a33u, - 0x000043c1u, 0x000043d0u, 0x000200f8u, 0x000043c1u, 0x00050050u, 0x0000004du, 0x000043c4u, 0x000068ddu, - 0x00004164u, 0x0004007cu, 0x000000a0u, 0x000043c5u, 0x000043c4u, 0x0003003eu, 0x000040cbu, 0x000043c5u, - 0x00050041u, 0x00000007u, 0x0000553bu, 0x000040cbu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000553cu, - 0x0000553bu, 0x00050084u, 0x00000006u, 0x0000553du, 0x00003f9eu, 0x0000553cu, 0x00050080u, 0x00000006u, - 0x0000553eu, 0x00003f9bu, 0x0000553du, 0x00050041u, 0x00000007u, 0x0000553fu, 0x000040cbu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00005540u, 0x0000553fu, 0x00050084u, 0x00000006u, 0x00005541u, 0x00005540u, - 0x00000330u, 0x00050080u, 0x00000006u, 0x00005543u, 0x0000553eu, 0x00005541u, 0x000500c7u, 0x00000006u, - 0x00005545u, 0x00005543u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00005547u, 0x00005545u, 0x00000196u, - 0x0004003du, 0x00000006u, 0x00005549u, 0x0000553bu, 0x000500c7u, 0x00000006u, 0x0000554au, 0x00005549u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000554bu, 0x0000554au, 0x00000196u, 0x000500c6u, 0x00000006u, - 0x0000554du, 0x00005547u, 0x0000554bu, 0x000500c6u, 0x00000006u, 0x0000554fu, 0x0000554du, 0x0000032cu, - 0x00080041u, 0x000001f4u, 0x00005552u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000554fu, - 0x0004003du, 0x000001afu, 0x00005553u, 0x00005552u, 0x00040071u, 0x00000006u, 0x00005554u, 0x00005553u, - 0x000500c2u, 0x00000006u, 0x00005556u, 0x00005554u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00005557u, - 0x00005556u, 0x000500c7u, 0x00000006u, 0x00005559u, 0x00005554u, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x0000555au, 0x00005559u, 0x00050050u, 0x0000004du, 0x0000555bu, 0x00005557u, 0x0000555au, 0x0009004fu, - 0x00000009u, 0x0000555cu, 0x0000555bu, 0x0000555bu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x00050050u, 0x0000004du, 0x000043cbu, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000043ccu, - 0x000043cbu, 0x0003003eu, 0x000040ceu, 0x000043ccu, 0x00050041u, 0x00000007u, 0x00005566u, 0x000040ceu, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00005567u, 0x00005566u, 0x00050084u, 0x00000006u, 0x00005568u, - 0x00003f9eu, 0x00005567u, 0x00050080u, 0x00000006u, 0x00005569u, 0x00003f9bu, 0x00005568u, 0x00050041u, - 0x00000007u, 0x0000556au, 0x000040ceu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000556bu, 0x0000556au, - 0x00050084u, 0x00000006u, 0x0000556cu, 0x0000556bu, 0x00000330u, 0x00050080u, 0x00000006u, 0x0000556eu, - 0x00005569u, 0x0000556cu, 0x000500c7u, 0x00000006u, 0x00005570u, 0x0000556eu, 0x000006b6u, 0x000500c2u, - 0x00000006u, 0x00005572u, 0x00005570u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00005574u, 0x00005566u, - 0x000500c7u, 0x00000006u, 0x00005575u, 0x00005574u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005576u, - 0x00005575u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00005578u, 0x00005572u, 0x00005576u, 0x000500c6u, - 0x00000006u, 0x0000557au, 0x00005578u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x0000557du, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000557au, 0x0004003du, 0x000001afu, 0x0000557eu, 0x0000557du, - 0x00040071u, 0x00000006u, 0x0000557fu, 0x0000557eu, 0x000500c2u, 0x00000006u, 0x00005581u, 0x0000557fu, - 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00005582u, 0x00005581u, 0x000500c7u, 0x00000006u, 0x00005584u, - 0x0000557fu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00005585u, 0x00005584u, 0x00050050u, 0x0000004du, - 0x00005586u, 0x00005582u, 0x00005585u, 0x0009004fu, 0x00000009u, 0x00005587u, 0x00005586u, 0x00005586u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000043d0u, 0x000200f8u, 0x000043d0u, - 0x000700f5u, 0x00000009u, 0x00006c0au, 0x0000634au, 0x000043bau, 0x00005587u, 0x000043c1u, 0x000700f5u, - 0x00000009u, 0x00006b18u, 0x0000634au, 0x000043bau, 0x0000555cu, 0x000043c1u, 0x000300f7u, 0x000043dau, - 0x00000000u, 0x000400fau, 0x00004170u, 0x000043d2u, 0x000043dau, 0x000200f8u, 0x000043d2u, 0x00050050u, - 0x0000004du, 0x000043d5u, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000043d6u, 0x000043d5u, - 0x0003003eu, 0x000040d1u, 0x000043d6u, 0x00050041u, 0x00000007u, 0x00005591u, 0x000040d1u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00005592u, 0x00005591u, 0x00050084u, 0x00000006u, 0x00005593u, 0x00003f9eu, - 0x00005592u, 0x00050080u, 0x00000006u, 0x00005594u, 0x00003f9bu, 0x00005593u, 0x00050041u, 0x00000007u, - 0x00005595u, 0x000040d1u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005596u, 0x00005595u, 0x00050084u, - 0x00000006u, 0x00005597u, 0x00005596u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00005599u, 0x00005594u, - 0x00005597u, 0x000500c7u, 0x00000006u, 0x0000559bu, 0x00005599u, 0x000006b6u, 0x000500c2u, 0x00000006u, - 0x0000559du, 0x0000559bu, 0x00000196u, 0x0004003du, 0x00000006u, 0x0000559fu, 0x00005591u, 0x000500c7u, - 0x00000006u, 0x000055a0u, 0x0000559fu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000055a1u, 0x000055a0u, - 0x00000196u, 0x000500c6u, 0x00000006u, 0x000055a3u, 0x0000559du, 0x000055a1u, 0x000500c6u, 0x00000006u, - 0x000055a5u, 0x000055a3u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000055a8u, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x000055a5u, 0x0004003du, 0x000001afu, 0x000055a9u, 0x000055a8u, 0x00040071u, - 0x00000006u, 0x000055aau, 0x000055a9u, 0x000500c2u, 0x00000006u, 0x000055acu, 0x000055aau, 0x000001e2u, - 0x0004007cu, 0x00000008u, 0x000055adu, 0x000055acu, 0x000500c7u, 0x00000006u, 0x000055afu, 0x000055aau, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000055b0u, 0x000055afu, 0x00050050u, 0x0000004du, 0x000055b1u, - 0x000055adu, 0x000055b0u, 0x0009004fu, 0x00000009u, 0x000055b2u, 0x000055b1u, 0x000055b1u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000043dau, 0x000200f8u, 0x000043dau, 0x000700f5u, - 0x00000009u, 0x00006cfcu, 0x0000634au, 0x000043d0u, 0x000055b2u, 0x000043d2u, 0x000200f9u, 0x000043dbu, - 0x000200f8u, 0x00004399u, 0x0004007cu, 0x000000a0u, 0x0000439bu, 0x000068eeu, 0x0003003eu, 0x000040bcu, - 0x0000439bu, 0x00050041u, 0x00000007u, 0x00005435u, 0x000040bcu, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x00005436u, 0x00005435u, 0x00050084u, 0x00000006u, 0x00005437u, 0x00003f9eu, 0x00005436u, 0x00050080u, - 0x00000006u, 0x00005438u, 0x00003f9bu, 0x00005437u, 0x00050041u, 0x00000007u, 0x00005439u, 0x000040bcu, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000543au, 0x00005439u, 0x00050084u, 0x00000006u, 0x0000543bu, - 0x0000543au, 0x00000330u, 0x00050080u, 0x00000006u, 0x0000543du, 0x00005438u, 0x0000543bu, 0x000500c7u, - 0x00000006u, 0x0000543fu, 0x0000543du, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00005441u, 0x0000543fu, - 0x00000196u, 0x0004003du, 0x00000006u, 0x00005443u, 0x00005435u, 0x000500c7u, 0x00000006u, 0x00005444u, - 0x00005443u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005445u, 0x00005444u, 0x00000196u, 0x000500c6u, - 0x00000006u, 0x00005447u, 0x00005441u, 0x00005445u, 0x000500c6u, 0x00000006u, 0x00005449u, 0x00005447u, - 0x0000032cu, 0x00080041u, 0x000001f4u, 0x0000544cu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00005449u, 0x0004003du, 0x000001afu, 0x0000544du, 0x0000544cu, 0x00040071u, 0x00000006u, 0x0000544eu, - 0x0000544du, 0x000500c2u, 0x00000006u, 0x00005456u, 0x0000544eu, 0x000001e2u, 0x000500c7u, 0x00000006u, - 0x00005458u, 0x0000544eu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x0000545au, 0x00005456u, 0x0004007cu, - 0x00000008u, 0x00005460u, 0x00005458u, 0x00070050u, 0x00000009u, 0x00005461u, 0x0000545au, 0x0000545au, - 0x0000545au, 0x00005460u, 0x000300f7u, 0x000043afu, 0x00000000u, 0x000400fau, 0x00001a33u, 0x000043a0u, - 0x000043afu, 0x000200f8u, 0x000043a0u, 0x00050050u, 0x0000004du, 0x000043a3u, 0x000068ddu, 0x00004164u, - 0x0004007cu, 0x000000a0u, 0x000043a4u, 0x000043a3u, 0x0003003eu, 0x000040bfu, 0x000043a4u, 0x00050041u, - 0x00000007u, 0x0000546cu, 0x000040bfu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000546du, 0x0000546cu, - 0x00050084u, 0x00000006u, 0x0000546eu, 0x00003f9eu, 0x0000546du, 0x00050080u, 0x00000006u, 0x0000546fu, - 0x00003f9bu, 0x0000546eu, 0x00050041u, 0x00000007u, 0x00005470u, 0x000040bfu, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00005471u, 0x00005470u, 0x00050084u, 0x00000006u, 0x00005472u, 0x00005471u, 0x00000330u, - 0x00050080u, 0x00000006u, 0x00005474u, 0x0000546fu, 0x00005472u, 0x000500c7u, 0x00000006u, 0x00005476u, - 0x00005474u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00005478u, 0x00005476u, 0x00000196u, 0x0004003du, - 0x00000006u, 0x0000547au, 0x0000546cu, 0x000500c7u, 0x00000006u, 0x0000547bu, 0x0000547au, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x0000547cu, 0x0000547bu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x0000547eu, - 0x00005478u, 0x0000547cu, 0x000500c6u, 0x00000006u, 0x00005480u, 0x0000547eu, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x00005483u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00005480u, 0x0004003du, - 0x000001afu, 0x00005484u, 0x00005483u, 0x00040071u, 0x00000006u, 0x00005485u, 0x00005484u, 0x000500c2u, - 0x00000006u, 0x0000548du, 0x00005485u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x0000548fu, 0x00005485u, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00005491u, 0x0000548du, 0x0004007cu, 0x00000008u, 0x00005497u, - 0x0000548fu, 0x00070050u, 0x00000009u, 0x00005498u, 0x00005491u, 0x00005491u, 0x00005491u, 0x00005497u, - 0x00050050u, 0x0000004du, 0x000043aau, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000043abu, - 0x000043aau, 0x0003003eu, 0x000040c2u, 0x000043abu, 0x00050041u, 0x00000007u, 0x000054a3u, 0x000040c2u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x000054a4u, 0x000054a3u, 0x00050084u, 0x00000006u, 0x000054a5u, - 0x00003f9eu, 0x000054a4u, 0x00050080u, 0x00000006u, 0x000054a6u, 0x00003f9bu, 0x000054a5u, 0x00050041u, - 0x00000007u, 0x000054a7u, 0x000040c2u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000054a8u, 0x000054a7u, - 0x00050084u, 0x00000006u, 0x000054a9u, 0x000054a8u, 0x00000330u, 0x00050080u, 0x00000006u, 0x000054abu, - 0x000054a6u, 0x000054a9u, 0x000500c7u, 0x00000006u, 0x000054adu, 0x000054abu, 0x000006b6u, 0x000500c2u, - 0x00000006u, 0x000054afu, 0x000054adu, 0x00000196u, 0x0004003du, 0x00000006u, 0x000054b1u, 0x000054a3u, - 0x000500c7u, 0x00000006u, 0x000054b2u, 0x000054b1u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000054b3u, - 0x000054b2u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000054b5u, 0x000054afu, 0x000054b3u, 0x000500c6u, - 0x00000006u, 0x000054b7u, 0x000054b5u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000054bau, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000054b7u, 0x0004003du, 0x000001afu, 0x000054bbu, 0x000054bau, - 0x00040071u, 0x00000006u, 0x000054bcu, 0x000054bbu, 0x000500c2u, 0x00000006u, 0x000054c4u, 0x000054bcu, - 0x000001e2u, 0x000500c7u, 0x00000006u, 0x000054c6u, 0x000054bcu, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x000054c8u, 0x000054c4u, 0x0004007cu, 0x00000008u, 0x000054ceu, 0x000054c6u, 0x00070050u, 0x00000009u, - 0x000054cfu, 0x000054c8u, 0x000054c8u, 0x000054c8u, 0x000054ceu, 0x000200f9u, 0x000043afu, 0x000200f8u, - 0x000043afu, 0x000700f5u, 0x00000009u, 0x00006c08u, 0x0000634au, 0x00004399u, 0x000054cfu, 0x000043a0u, - 0x000700f5u, 0x00000009u, 0x00006b16u, 0x0000634au, 0x00004399u, 0x00005498u, 0x000043a0u, 0x000300f7u, - 0x000043b9u, 0x00000000u, 0x000400fau, 0x00004170u, 0x000043b1u, 0x000043b9u, 0x000200f8u, 0x000043b1u, - 0x00050050u, 0x0000004du, 0x000043b4u, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000043b5u, - 0x000043b4u, 0x0003003eu, 0x000040c5u, 0x000043b5u, 0x00050041u, 0x00000007u, 0x000054dau, 0x000040c5u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x000054dbu, 0x000054dau, 0x00050084u, 0x00000006u, 0x000054dcu, - 0x00003f9eu, 0x000054dbu, 0x00050080u, 0x00000006u, 0x000054ddu, 0x00003f9bu, 0x000054dcu, 0x00050041u, - 0x00000007u, 0x000054deu, 0x000040c5u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000054dfu, 0x000054deu, - 0x00050084u, 0x00000006u, 0x000054e0u, 0x000054dfu, 0x00000330u, 0x00050080u, 0x00000006u, 0x000054e2u, - 0x000054ddu, 0x000054e0u, 0x000500c7u, 0x00000006u, 0x000054e4u, 0x000054e2u, 0x000006b6u, 0x000500c2u, - 0x00000006u, 0x000054e6u, 0x000054e4u, 0x00000196u, 0x0004003du, 0x00000006u, 0x000054e8u, 0x000054dau, - 0x000500c7u, 0x00000006u, 0x000054e9u, 0x000054e8u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000054eau, - 0x000054e9u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000054ecu, 0x000054e6u, 0x000054eau, 0x000500c6u, - 0x00000006u, 0x000054eeu, 0x000054ecu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000054f1u, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000054eeu, 0x0004003du, 0x000001afu, 0x000054f2u, 0x000054f1u, - 0x00040071u, 0x00000006u, 0x000054f3u, 0x000054f2u, 0x000500c2u, 0x00000006u, 0x000054fbu, 0x000054f3u, - 0x000001e2u, 0x000500c7u, 0x00000006u, 0x000054fdu, 0x000054f3u, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x000054ffu, 0x000054fbu, 0x0004007cu, 0x00000008u, 0x00005505u, 0x000054fdu, 0x00070050u, 0x00000009u, - 0x00005506u, 0x000054ffu, 0x000054ffu, 0x000054ffu, 0x00005505u, 0x000200f9u, 0x000043b9u, 0x000200f8u, - 0x000043b9u, 0x000700f5u, 0x00000009u, 0x00006cfau, 0x0000634au, 0x000043afu, 0x00005506u, 0x000043b1u, - 0x000200f9u, 0x000043dbu, 0x000200f8u, 0x00004378u, 0x0004007cu, 0x000000a0u, 0x0000437au, 0x000068eeu, - 0x0003003eu, 0x000040b0u, 0x0000437au, 0x00050041u, 0x00000007u, 0x00005356u, 0x000040b0u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00005357u, 0x00005356u, 0x00050084u, 0x00000006u, 0x00005358u, 0x00003f9eu, - 0x00005357u, 0x00050080u, 0x00000006u, 0x00005359u, 0x00003f9bu, 0x00005358u, 0x00050041u, 0x00000007u, - 0x0000535au, 0x000040b0u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000535bu, 0x0000535au, 0x00050080u, - 0x00000006u, 0x0000535du, 0x00005359u, 0x0000535bu, 0x000500c7u, 0x00000006u, 0x0000535fu, 0x0000535du, - 0x000006b6u, 0x0004003du, 0x00000006u, 0x00005362u, 0x00005356u, 0x000500c7u, 0x00000006u, 0x00005363u, - 0x00005362u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005364u, 0x00005363u, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x00005366u, 0x0000535fu, 0x00005364u, 0x000500c6u, 0x00000006u, 0x00005368u, 0x00005366u, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000536bu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00005368u, 0x0004003du, 0x000001adu, 0x0000536cu, 0x0000536bu, 0x00040071u, 0x00000006u, 0x0000536du, - 0x0000536cu, 0x000500c2u, 0x00000006u, 0x0000536fu, 0x0000536du, 0x0000019fu, 0x000500c7u, 0x00000006u, - 0x00005371u, 0x0000536du, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00005373u, 0x00005371u, 0x0000019fu, - 0x000500c5u, 0x00000006u, 0x00005375u, 0x00005371u, 0x00005373u, 0x000500c4u, 0x00000006u, 0x00005377u, - 0x0000536fu, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00005379u, 0x0000536fu, 0x00005377u, 0x0004007cu, - 0x00000008u, 0x0000537bu, 0x00005379u, 0x0004007cu, 0x00000008u, 0x00005381u, 0x00005375u, 0x00070050u, - 0x00000009u, 0x00005382u, 0x0000537bu, 0x0000537bu, 0x0000537bu, 0x00005381u, 0x000300f7u, 0x0000438eu, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x0000437fu, 0x0000438eu, 0x000200f8u, 0x0000437fu, 0x00050050u, - 0x0000004du, 0x00004382u, 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x00004383u, 0x00004382u, - 0x0003003eu, 0x000040b3u, 0x00004383u, 0x00050041u, 0x00000007u, 0x0000538eu, 0x000040b3u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x0000538fu, 0x0000538eu, 0x00050084u, 0x00000006u, 0x00005390u, 0x00003f9eu, - 0x0000538fu, 0x00050080u, 0x00000006u, 0x00005391u, 0x00003f9bu, 0x00005390u, 0x00050041u, 0x00000007u, - 0x00005392u, 0x000040b3u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005393u, 0x00005392u, 0x00050080u, - 0x00000006u, 0x00005395u, 0x00005391u, 0x00005393u, 0x000500c7u, 0x00000006u, 0x00005397u, 0x00005395u, - 0x000006b6u, 0x0004003du, 0x00000006u, 0x0000539au, 0x0000538eu, 0x000500c7u, 0x00000006u, 0x0000539bu, - 0x0000539au, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000539cu, 0x0000539bu, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x0000539eu, 0x00005397u, 0x0000539cu, 0x000500c6u, 0x00000006u, 0x000053a0u, 0x0000539eu, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x000053a3u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x000053a0u, 0x0004003du, 0x000001adu, 0x000053a4u, 0x000053a3u, 0x00040071u, 0x00000006u, 0x000053a5u, - 0x000053a4u, 0x000500c2u, 0x00000006u, 0x000053a7u, 0x000053a5u, 0x0000019fu, 0x000500c7u, 0x00000006u, - 0x000053a9u, 0x000053a5u, 0x000006dau, 0x000500c4u, 0x00000006u, 0x000053abu, 0x000053a9u, 0x0000019fu, - 0x000500c5u, 0x00000006u, 0x000053adu, 0x000053a9u, 0x000053abu, 0x000500c4u, 0x00000006u, 0x000053afu, - 0x000053a7u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x000053b1u, 0x000053a7u, 0x000053afu, 0x0004007cu, - 0x00000008u, 0x000053b3u, 0x000053b1u, 0x0004007cu, 0x00000008u, 0x000053b9u, 0x000053adu, 0x00070050u, - 0x00000009u, 0x000053bau, 0x000053b3u, 0x000053b3u, 0x000053b3u, 0x000053b9u, 0x00050050u, 0x0000004du, - 0x00004389u, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x0000438au, 0x00004389u, 0x0003003eu, - 0x000040b6u, 0x0000438au, 0x00050041u, 0x00000007u, 0x000053c6u, 0x000040b6u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x000053c7u, 0x000053c6u, 0x00050084u, 0x00000006u, 0x000053c8u, 0x00003f9eu, 0x000053c7u, - 0x00050080u, 0x00000006u, 0x000053c9u, 0x00003f9bu, 0x000053c8u, 0x00050041u, 0x00000007u, 0x000053cau, - 0x000040b6u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000053cbu, 0x000053cau, 0x00050080u, 0x00000006u, - 0x000053cdu, 0x000053c9u, 0x000053cbu, 0x000500c7u, 0x00000006u, 0x000053cfu, 0x000053cdu, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x000053d2u, 0x000053c6u, 0x000500c7u, 0x00000006u, 0x000053d3u, 0x000053d2u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000053d4u, 0x000053d3u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x000053d6u, 0x000053cfu, 0x000053d4u, 0x000500c6u, 0x00000006u, 0x000053d8u, 0x000053d6u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x000053dbu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000053d8u, - 0x0004003du, 0x000001adu, 0x000053dcu, 0x000053dbu, 0x00040071u, 0x00000006u, 0x000053ddu, 0x000053dcu, - 0x000500c2u, 0x00000006u, 0x000053dfu, 0x000053ddu, 0x0000019fu, 0x000500c7u, 0x00000006u, 0x000053e1u, - 0x000053ddu, 0x000006dau, 0x000500c4u, 0x00000006u, 0x000053e3u, 0x000053e1u, 0x0000019fu, 0x000500c5u, - 0x00000006u, 0x000053e5u, 0x000053e1u, 0x000053e3u, 0x000500c4u, 0x00000006u, 0x000053e7u, 0x000053dfu, - 0x0000019fu, 0x000500c5u, 0x00000006u, 0x000053e9u, 0x000053dfu, 0x000053e7u, 0x0004007cu, 0x00000008u, - 0x000053ebu, 0x000053e9u, 0x0004007cu, 0x00000008u, 0x000053f1u, 0x000053e5u, 0x00070050u, 0x00000009u, - 0x000053f2u, 0x000053ebu, 0x000053ebu, 0x000053ebu, 0x000053f1u, 0x000200f9u, 0x0000438eu, 0x000200f8u, - 0x0000438eu, 0x000700f5u, 0x00000009u, 0x00006c06u, 0x0000634au, 0x00004378u, 0x000053f2u, 0x0000437fu, - 0x000700f5u, 0x00000009u, 0x00006b14u, 0x0000634au, 0x00004378u, 0x000053bau, 0x0000437fu, 0x000300f7u, - 0x00004398u, 0x00000000u, 0x000400fau, 0x00004170u, 0x00004390u, 0x00004398u, 0x000200f8u, 0x00004390u, - 0x00050050u, 0x0000004du, 0x00004393u, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x00004394u, - 0x00004393u, 0x0003003eu, 0x000040b9u, 0x00004394u, 0x00050041u, 0x00000007u, 0x000053feu, 0x000040b9u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x000053ffu, 0x000053feu, 0x00050084u, 0x00000006u, 0x00005400u, - 0x00003f9eu, 0x000053ffu, 0x00050080u, 0x00000006u, 0x00005401u, 0x00003f9bu, 0x00005400u, 0x00050041u, - 0x00000007u, 0x00005402u, 0x000040b9u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005403u, 0x00005402u, - 0x00050080u, 0x00000006u, 0x00005405u, 0x00005401u, 0x00005403u, 0x000500c7u, 0x00000006u, 0x00005407u, - 0x00005405u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x0000540au, 0x000053feu, 0x000500c7u, 0x00000006u, - 0x0000540bu, 0x0000540au, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000540cu, 0x0000540bu, 0x00000199u, - 0x000500c6u, 0x00000006u, 0x0000540eu, 0x00005407u, 0x0000540cu, 0x000500c6u, 0x00000006u, 0x00005410u, - 0x0000540eu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00005413u, 0x000006d1u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00005410u, 0x0004003du, 0x000001adu, 0x00005414u, 0x00005413u, 0x00040071u, 0x00000006u, - 0x00005415u, 0x00005414u, 0x000500c2u, 0x00000006u, 0x00005417u, 0x00005415u, 0x0000019fu, 0x000500c7u, - 0x00000006u, 0x00005419u, 0x00005415u, 0x000006dau, 0x000500c4u, 0x00000006u, 0x0000541bu, 0x00005419u, - 0x0000019fu, 0x000500c5u, 0x00000006u, 0x0000541du, 0x00005419u, 0x0000541bu, 0x000500c4u, 0x00000006u, - 0x0000541fu, 0x00005417u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00005421u, 0x00005417u, 0x0000541fu, - 0x0004007cu, 0x00000008u, 0x00005423u, 0x00005421u, 0x0004007cu, 0x00000008u, 0x00005429u, 0x0000541du, - 0x00070050u, 0x00000009u, 0x0000542au, 0x00005423u, 0x00005423u, 0x00005423u, 0x00005429u, 0x000200f9u, - 0x00004398u, 0x000200f8u, 0x00004398u, 0x000700f5u, 0x00000009u, 0x00006cf8u, 0x0000634au, 0x0000438eu, - 0x0000542au, 0x00004390u, 0x000200f9u, 0x000043dbu, 0x000200f8u, 0x00004357u, 0x0004007cu, 0x000000a0u, - 0x00004359u, 0x000068eeu, 0x0003003eu, 0x000040a4u, 0x00004359u, 0x00050041u, 0x00000007u, 0x0000524eu, - 0x000040a4u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000524fu, 0x0000524eu, 0x00050084u, 0x00000006u, - 0x00005250u, 0x00003f9eu, 0x0000524fu, 0x00050080u, 0x00000006u, 0x00005251u, 0x00003f9bu, 0x00005250u, - 0x00050041u, 0x00000007u, 0x00005252u, 0x000040a4u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005253u, - 0x00005252u, 0x000500c2u, 0x00000006u, 0x00005254u, 0x00005253u, 0x00000196u, 0x00050080u, 0x00000006u, - 0x00005256u, 0x00005251u, 0x00005254u, 0x000500c7u, 0x00000006u, 0x00005258u, 0x00005256u, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x0000525au, 0x00005252u, 0x000400c8u, 0x00000006u, 0x0000525bu, 0x0000525au, - 0x000500c7u, 0x00000006u, 0x0000525cu, 0x0000525bu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x0000525du, - 0x0000525cu, 0x000006beu, 0x0004003du, 0x00000006u, 0x00005260u, 0x0000524eu, 0x000500c7u, 0x00000006u, - 0x00005261u, 0x00005260u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005262u, 0x00005261u, 0x00000199u, - 0x000500c6u, 0x00000006u, 0x00005264u, 0x00005258u, 0x00005262u, 0x000500c6u, 0x00000006u, 0x00005266u, - 0x00005264u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00005269u, 0x000006d1u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00005266u, 0x0004003du, 0x000001adu, 0x0000526au, 0x00005269u, 0x00040071u, 0x00000006u, - 0x0000526bu, 0x0000526au, 0x000500c2u, 0x00000006u, 0x0000526eu, 0x0000526bu, 0x0000525du, 0x000500c7u, - 0x00000006u, 0x0000526fu, 0x0000526eu, 0x000006dau, 0x000500c7u, 0x00000006u, 0x00005271u, 0x0000526fu, - 0x00000711u, 0x000500c4u, 0x00000006u, 0x00005273u, 0x00005271u, 0x0000019fu, 0x000500c4u, 0x00000006u, - 0x00005275u, 0x00005271u, 0x00000196u, 0x000500c5u, 0x00000006u, 0x00005276u, 0x00005273u, 0x00005275u, - 0x000500c2u, 0x00000006u, 0x00005278u, 0x00005271u, 0x00000199u, 0x000500c5u, 0x00000006u, 0x00005279u, - 0x00005276u, 0x00005278u, 0x0004007cu, 0x00000008u, 0x0000527bu, 0x00005279u, 0x000500c7u, 0x00000006u, - 0x00005281u, 0x0000526fu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00005282u, 0x00005281u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x00005283u, 0x00005282u, 0x00070050u, 0x00000009u, 0x00005284u, 0x0000527bu, - 0x0000527bu, 0x0000527bu, 0x00005283u, 0x000300f7u, 0x0000436du, 0x00000000u, 0x000400fau, 0x00001a33u, - 0x0000435eu, 0x0000436du, 0x000200f8u, 0x0000435eu, 0x00050050u, 0x0000004du, 0x00004361u, 0x000068ddu, - 0x00004164u, 0x0004007cu, 0x000000a0u, 0x00004362u, 0x00004361u, 0x0003003eu, 0x000040a7u, 0x00004362u, - 0x00050041u, 0x00000007u, 0x00005290u, 0x000040a7u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00005291u, - 0x00005290u, 0x00050084u, 0x00000006u, 0x00005292u, 0x00003f9eu, 0x00005291u, 0x00050080u, 0x00000006u, - 0x00005293u, 0x00003f9bu, 0x00005292u, 0x00050041u, 0x00000007u, 0x00005294u, 0x000040a7u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00005295u, 0x00005294u, 0x000500c2u, 0x00000006u, 0x00005296u, 0x00005295u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x00005298u, 0x00005293u, 0x00005296u, 0x000500c7u, 0x00000006u, - 0x0000529au, 0x00005298u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x0000529cu, 0x00005294u, 0x000400c8u, - 0x00000006u, 0x0000529du, 0x0000529cu, 0x000500c7u, 0x00000006u, 0x0000529eu, 0x0000529du, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x0000529fu, 0x0000529eu, 0x000006beu, 0x0004003du, 0x00000006u, 0x000052a2u, - 0x00005290u, 0x000500c7u, 0x00000006u, 0x000052a3u, 0x000052a2u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000052a4u, 0x000052a3u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000052a6u, 0x0000529au, 0x000052a4u, - 0x000500c6u, 0x00000006u, 0x000052a8u, 0x000052a6u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000052abu, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000052a8u, 0x0004003du, 0x000001adu, 0x000052acu, - 0x000052abu, 0x00040071u, 0x00000006u, 0x000052adu, 0x000052acu, 0x000500c2u, 0x00000006u, 0x000052b0u, - 0x000052adu, 0x0000529fu, 0x000500c7u, 0x00000006u, 0x000052b1u, 0x000052b0u, 0x000006dau, 0x000500c7u, - 0x00000006u, 0x000052b3u, 0x000052b1u, 0x00000711u, 0x000500c4u, 0x00000006u, 0x000052b5u, 0x000052b3u, - 0x0000019fu, 0x000500c4u, 0x00000006u, 0x000052b7u, 0x000052b3u, 0x00000196u, 0x000500c5u, 0x00000006u, - 0x000052b8u, 0x000052b5u, 0x000052b7u, 0x000500c2u, 0x00000006u, 0x000052bau, 0x000052b3u, 0x00000199u, - 0x000500c5u, 0x00000006u, 0x000052bbu, 0x000052b8u, 0x000052bau, 0x0004007cu, 0x00000008u, 0x000052bdu, - 0x000052bbu, 0x000500c7u, 0x00000006u, 0x000052c3u, 0x000052b1u, 0x0000032cu, 0x00050084u, 0x00000006u, - 0x000052c4u, 0x000052c3u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000052c5u, 0x000052c4u, 0x00070050u, - 0x00000009u, 0x000052c6u, 0x000052bdu, 0x000052bdu, 0x000052bdu, 0x000052c5u, 0x00050050u, 0x0000004du, - 0x00004368u, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x00004369u, 0x00004368u, 0x0003003eu, - 0x000040aau, 0x00004369u, 0x00050041u, 0x00000007u, 0x000052d2u, 0x000040aau, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x000052d3u, 0x000052d2u, 0x00050084u, 0x00000006u, 0x000052d4u, 0x00003f9eu, 0x000052d3u, - 0x00050080u, 0x00000006u, 0x000052d5u, 0x00003f9bu, 0x000052d4u, 0x00050041u, 0x00000007u, 0x000052d6u, - 0x000040aau, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000052d7u, 0x000052d6u, 0x000500c2u, 0x00000006u, - 0x000052d8u, 0x000052d7u, 0x00000196u, 0x00050080u, 0x00000006u, 0x000052dau, 0x000052d5u, 0x000052d8u, - 0x000500c7u, 0x00000006u, 0x000052dcu, 0x000052dau, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000052deu, - 0x000052d6u, 0x000400c8u, 0x00000006u, 0x000052dfu, 0x000052deu, 0x000500c7u, 0x00000006u, 0x000052e0u, - 0x000052dfu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x000052e1u, 0x000052e0u, 0x000006beu, 0x0004003du, - 0x00000006u, 0x000052e4u, 0x000052d2u, 0x000500c7u, 0x00000006u, 0x000052e5u, 0x000052e4u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x000052e6u, 0x000052e5u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000052e8u, - 0x000052dcu, 0x000052e6u, 0x000500c6u, 0x00000006u, 0x000052eau, 0x000052e8u, 0x00000333u, 0x00080041u, - 0x000001fbu, 0x000052edu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000052eau, 0x0004003du, - 0x000001adu, 0x000052eeu, 0x000052edu, 0x00040071u, 0x00000006u, 0x000052efu, 0x000052eeu, 0x000500c2u, - 0x00000006u, 0x000052f2u, 0x000052efu, 0x000052e1u, 0x000500c7u, 0x00000006u, 0x000052f3u, 0x000052f2u, - 0x000006dau, 0x000500c7u, 0x00000006u, 0x000052f5u, 0x000052f3u, 0x00000711u, 0x000500c4u, 0x00000006u, - 0x000052f7u, 0x000052f5u, 0x0000019fu, 0x000500c4u, 0x00000006u, 0x000052f9u, 0x000052f5u, 0x00000196u, - 0x000500c5u, 0x00000006u, 0x000052fau, 0x000052f7u, 0x000052f9u, 0x000500c2u, 0x00000006u, 0x000052fcu, - 0x000052f5u, 0x00000199u, 0x000500c5u, 0x00000006u, 0x000052fdu, 0x000052fau, 0x000052fcu, 0x0004007cu, - 0x00000008u, 0x000052ffu, 0x000052fdu, 0x000500c7u, 0x00000006u, 0x00005305u, 0x000052f3u, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x00005306u, 0x00005305u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00005307u, - 0x00005306u, 0x00070050u, 0x00000009u, 0x00005308u, 0x000052ffu, 0x000052ffu, 0x000052ffu, 0x00005307u, - 0x000200f9u, 0x0000436du, 0x000200f8u, 0x0000436du, 0x000700f5u, 0x00000009u, 0x00006c04u, 0x0000634au, - 0x00004357u, 0x00005308u, 0x0000435eu, 0x000700f5u, 0x00000009u, 0x00006b12u, 0x0000634au, 0x00004357u, - 0x000052c6u, 0x0000435eu, 0x000300f7u, 0x00004377u, 0x00000000u, 0x000400fau, 0x00004170u, 0x0000436fu, - 0x00004377u, 0x000200f8u, 0x0000436fu, 0x00050050u, 0x0000004du, 0x00004372u, 0x000068ddu, 0x00004166u, - 0x0004007cu, 0x000000a0u, 0x00004373u, 0x00004372u, 0x0003003eu, 0x000040adu, 0x00004373u, 0x00050041u, - 0x00000007u, 0x00005314u, 0x000040adu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00005315u, 0x00005314u, - 0x00050084u, 0x00000006u, 0x00005316u, 0x00003f9eu, 0x00005315u, 0x00050080u, 0x00000006u, 0x00005317u, - 0x00003f9bu, 0x00005316u, 0x00050041u, 0x00000007u, 0x00005318u, 0x000040adu, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00005319u, 0x00005318u, 0x000500c2u, 0x00000006u, 0x0000531au, 0x00005319u, 0x00000196u, - 0x00050080u, 0x00000006u, 0x0000531cu, 0x00005317u, 0x0000531au, 0x000500c7u, 0x00000006u, 0x0000531eu, - 0x0000531cu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00005320u, 0x00005318u, 0x000400c8u, 0x00000006u, - 0x00005321u, 0x00005320u, 0x000500c7u, 0x00000006u, 0x00005322u, 0x00005321u, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00005323u, 0x00005322u, 0x000006beu, 0x0004003du, 0x00000006u, 0x00005326u, 0x00005314u, - 0x000500c7u, 0x00000006u, 0x00005327u, 0x00005326u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005328u, - 0x00005327u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000532au, 0x0000531eu, 0x00005328u, 0x000500c6u, - 0x00000006u, 0x0000532cu, 0x0000532au, 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000532fu, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000532cu, 0x0004003du, 0x000001adu, 0x00005330u, 0x0000532fu, - 0x00040071u, 0x00000006u, 0x00005331u, 0x00005330u, 0x000500c2u, 0x00000006u, 0x00005334u, 0x00005331u, - 0x00005323u, 0x000500c7u, 0x00000006u, 0x00005335u, 0x00005334u, 0x000006dau, 0x000500c7u, 0x00000006u, - 0x00005337u, 0x00005335u, 0x00000711u, 0x000500c4u, 0x00000006u, 0x00005339u, 0x00005337u, 0x0000019fu, - 0x000500c4u, 0x00000006u, 0x0000533bu, 0x00005337u, 0x00000196u, 0x000500c5u, 0x00000006u, 0x0000533cu, - 0x00005339u, 0x0000533bu, 0x000500c2u, 0x00000006u, 0x0000533eu, 0x00005337u, 0x00000199u, 0x000500c5u, - 0x00000006u, 0x0000533fu, 0x0000533cu, 0x0000533eu, 0x0004007cu, 0x00000008u, 0x00005341u, 0x0000533fu, - 0x000500c7u, 0x00000006u, 0x00005347u, 0x00005335u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00005348u, - 0x00005347u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00005349u, 0x00005348u, 0x00070050u, 0x00000009u, - 0x0000534au, 0x00005341u, 0x00005341u, 0x00005341u, 0x00005349u, 0x000200f9u, 0x00004377u, 0x000200f8u, - 0x00004377u, 0x000700f5u, 0x00000009u, 0x00006cf6u, 0x0000634au, 0x0000436du, 0x0000534au, 0x0000436fu, - 0x000200f9u, 0x000043dbu, 0x000200f8u, 0x000043dbu, 0x000d00f5u, 0x00000009u, 0x00006cf5u, 0x0000634au, - 0x00004354u, 0x00006cf6u, 0x00004377u, 0x00006cf8u, 0x00004398u, 0x00006cfau, 0x000043b9u, 0x00006cfcu, - 0x000043dau, 0x000d00f5u, 0x00000009u, 0x00006c02u, 0x0000634au, 0x00004354u, 0x00006c04u, 0x00004377u, - 0x00006c06u, 0x00004398u, 0x00006c08u, 0x000043b9u, 0x00006c0au, 0x000043dau, 0x000d00f5u, 0x00000009u, - 0x00006b10u, 0x0000634au, 0x00004354u, 0x00006b12u, 0x00004377u, 0x00006b14u, 0x00004398u, 0x00006b16u, - 0x000043b9u, 0x00006b18u, 0x000043dau, 0x000d00f5u, 0x00000009u, 0x000069e4u, 0x0000634au, 0x00004354u, - 0x00005284u, 0x00004377u, 0x00005382u, 0x00004398u, 0x00005461u, 0x000043b9u, 0x00005531u, 0x000043dau, - 0x000200f9u, 0x00004443u, 0x000200f8u, 0x000042e1u, 0x000300f7u, 0x00004353u, 0x00000000u, 0x000700fbu, - 0x000079ccu, 0x000042e4u, 0x00000000u, 0x00004305u, 0x00000001u, 0x00004332u, 0x000200f8u, 0x00004332u, - 0x0004007cu, 0x000000a0u, 0x00004334u, 0x000068eeu, 0x0003003eu, 0x0000408cu, 0x00004334u, 0x00050041u, - 0x00000007u, 0x000051bcu, 0x0000408cu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000051bdu, 0x000051bcu, - 0x00050084u, 0x00000006u, 0x000051beu, 0x00003f9eu, 0x000051bdu, 0x00050080u, 0x00000006u, 0x000051bfu, - 0x00003f9bu, 0x000051beu, 0x00050041u, 0x00000007u, 0x000051c0u, 0x0000408cu, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x000051c1u, 0x000051c0u, 0x00050080u, 0x00000006u, 0x000051c3u, 0x000051bfu, 0x000051c1u, - 0x000500c7u, 0x00000006u, 0x000051c5u, 0x000051c3u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000051c8u, - 0x000051bcu, 0x000500c7u, 0x00000006u, 0x000051c9u, 0x000051c8u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000051cau, 0x000051c9u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000051ccu, 0x000051c5u, 0x000051cau, - 0x000500c6u, 0x00000006u, 0x000051ceu, 0x000051ccu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000051d1u, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000051ceu, 0x0004003du, 0x000001adu, 0x000051d2u, - 0x000051d1u, 0x00040071u, 0x00000006u, 0x000051d3u, 0x000051d2u, 0x0004007cu, 0x00000008u, 0x000051d5u, - 0x000051d3u, 0x00070050u, 0x00000009u, 0x000051d6u, 0x000051d5u, 0x000051d5u, 0x000051d5u, 0x000051d5u, - 0x000300f7u, 0x00004348u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00004339u, 0x00004348u, 0x000200f8u, - 0x00004339u, 0x00050050u, 0x0000004du, 0x0000433cu, 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, - 0x0000433du, 0x0000433cu, 0x0003003eu, 0x0000408fu, 0x0000433du, 0x00050041u, 0x00000007u, 0x000051e0u, - 0x0000408fu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000051e1u, 0x000051e0u, 0x00050084u, 0x00000006u, - 0x000051e2u, 0x00003f9eu, 0x000051e1u, 0x00050080u, 0x00000006u, 0x000051e3u, 0x00003f9bu, 0x000051e2u, - 0x00050041u, 0x00000007u, 0x000051e4u, 0x0000408fu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000051e5u, - 0x000051e4u, 0x00050080u, 0x00000006u, 0x000051e7u, 0x000051e3u, 0x000051e5u, 0x000500c7u, 0x00000006u, - 0x000051e9u, 0x000051e7u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x000051ecu, 0x000051e0u, 0x000500c7u, - 0x00000006u, 0x000051edu, 0x000051ecu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000051eeu, 0x000051edu, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x000051f0u, 0x000051e9u, 0x000051eeu, 0x000500c6u, 0x00000006u, - 0x000051f2u, 0x000051f0u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000051f5u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x000051f2u, 0x0004003du, 0x000001adu, 0x000051f6u, 0x000051f5u, 0x00040071u, - 0x00000006u, 0x000051f7u, 0x000051f6u, 0x0004007cu, 0x00000008u, 0x000051f9u, 0x000051f7u, 0x00070050u, - 0x00000009u, 0x000051fau, 0x000051f9u, 0x000051f9u, 0x000051f9u, 0x000051f9u, 0x00050050u, 0x0000004du, - 0x00004343u, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x00004344u, 0x00004343u, 0x0003003eu, - 0x00004092u, 0x00004344u, 0x00050041u, 0x00000007u, 0x00005204u, 0x00004092u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00005205u, 0x00005204u, 0x00050084u, 0x00000006u, 0x00005206u, 0x00003f9eu, 0x00005205u, - 0x00050080u, 0x00000006u, 0x00005207u, 0x00003f9bu, 0x00005206u, 0x00050041u, 0x00000007u, 0x00005208u, - 0x00004092u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005209u, 0x00005208u, 0x00050080u, 0x00000006u, - 0x0000520bu, 0x00005207u, 0x00005209u, 0x000500c7u, 0x00000006u, 0x0000520du, 0x0000520bu, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x00005210u, 0x00005204u, 0x000500c7u, 0x00000006u, 0x00005211u, 0x00005210u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005212u, 0x00005211u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00005214u, 0x0000520du, 0x00005212u, 0x000500c6u, 0x00000006u, 0x00005216u, 0x00005214u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x00005219u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00005216u, - 0x0004003du, 0x000001adu, 0x0000521au, 0x00005219u, 0x00040071u, 0x00000006u, 0x0000521bu, 0x0000521au, - 0x0004007cu, 0x00000008u, 0x0000521du, 0x0000521bu, 0x00070050u, 0x00000009u, 0x0000521eu, 0x0000521du, - 0x0000521du, 0x0000521du, 0x0000521du, 0x000200f9u, 0x00004348u, 0x000200f8u, 0x00004348u, 0x000700f5u, - 0x00000009u, 0x00006c01u, 0x0000634au, 0x00004332u, 0x0000521eu, 0x00004339u, 0x000700f5u, 0x00000009u, - 0x00006b0fu, 0x0000634au, 0x00004332u, 0x000051fau, 0x00004339u, 0x000300f7u, 0x00004352u, 0x00000000u, - 0x000400fau, 0x00004170u, 0x0000434au, 0x00004352u, 0x000200f8u, 0x0000434au, 0x00050050u, 0x0000004du, - 0x0000434du, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x0000434eu, 0x0000434du, 0x0003003eu, - 0x00004095u, 0x0000434eu, 0x00050041u, 0x00000007u, 0x00005228u, 0x00004095u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00005229u, 0x00005228u, 0x00050084u, 0x00000006u, 0x0000522au, 0x00003f9eu, 0x00005229u, - 0x00050080u, 0x00000006u, 0x0000522bu, 0x00003f9bu, 0x0000522au, 0x00050041u, 0x00000007u, 0x0000522cu, - 0x00004095u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000522du, 0x0000522cu, 0x00050080u, 0x00000006u, - 0x0000522fu, 0x0000522bu, 0x0000522du, 0x000500c7u, 0x00000006u, 0x00005231u, 0x0000522fu, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x00005234u, 0x00005228u, 0x000500c7u, 0x00000006u, 0x00005235u, 0x00005234u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005236u, 0x00005235u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00005238u, 0x00005231u, 0x00005236u, 0x000500c6u, 0x00000006u, 0x0000523au, 0x00005238u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x0000523du, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000523au, - 0x0004003du, 0x000001adu, 0x0000523eu, 0x0000523du, 0x00040071u, 0x00000006u, 0x0000523fu, 0x0000523eu, - 0x0004007cu, 0x00000008u, 0x00005241u, 0x0000523fu, 0x00070050u, 0x00000009u, 0x00005242u, 0x00005241u, - 0x00005241u, 0x00005241u, 0x00005241u, 0x000200f9u, 0x00004352u, 0x000200f8u, 0x00004352u, 0x000700f5u, - 0x00000009u, 0x00006cf3u, 0x0000634au, 0x00004348u, 0x00005242u, 0x0000434au, 0x000200f9u, 0x00004353u, - 0x000200f8u, 0x00004305u, 0x0004007cu, 0x000000a0u, 0x00004307u, 0x000068eeu, 0x0004007cu, 0x00000006u, - 0x0000430au, 0x00003fadu, 0x0003003eu, 0x0000407cu, 0x00004307u, 0x00050041u, 0x00000007u, 0x000050f1u, - 0x0000407cu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000050f2u, 0x000050f1u, 0x00050084u, 0x00000006u, - 0x000050f3u, 0x00003f9eu, 0x000050f2u, 0x00050080u, 0x00000006u, 0x000050f4u, 0x00003f9bu, 0x000050f3u, - 0x00050041u, 0x00000007u, 0x000050f5u, 0x0000407cu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000050f6u, - 0x000050f5u, 0x000500c2u, 0x00000006u, 0x000050f7u, 0x000050f6u, 0x00000196u, 0x00050080u, 0x00000006u, - 0x000050f9u, 0x000050f4u, 0x000050f7u, 0x000500c7u, 0x00000006u, 0x000050fbu, 0x000050f9u, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x000050fdu, 0x000050f5u, 0x000400c8u, 0x00000006u, 0x000050feu, 0x000050fdu, - 0x000500c7u, 0x00000006u, 0x000050ffu, 0x000050feu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00005100u, - 0x000050ffu, 0x000006beu, 0x0004003du, 0x00000006u, 0x00005103u, 0x000050f1u, 0x000500c7u, 0x00000006u, - 0x00005104u, 0x00005103u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005105u, 0x00005104u, 0x00000199u, - 0x000500c6u, 0x00000006u, 0x00005107u, 0x000050fbu, 0x00005105u, 0x000500c6u, 0x00000006u, 0x00005109u, - 0x00005107u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000510cu, 0x000006d1u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00005109u, 0x0004003du, 0x000001adu, 0x0000510du, 0x0000510cu, 0x00040071u, 0x00000006u, - 0x0000510eu, 0x0000510du, 0x000500c2u, 0x00000006u, 0x00005111u, 0x0000510eu, 0x00005100u, 0x000500c7u, - 0x00000006u, 0x00005112u, 0x00005111u, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00005114u, 0x0000430au, - 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00005116u, 0x00005112u, 0x00005114u, 0x0004007cu, 0x00000008u, - 0x00005118u, 0x00005116u, 0x00070050u, 0x00000009u, 0x00005119u, 0x00005118u, 0x00005118u, 0x00005118u, - 0x00005118u, 0x000300f7u, 0x00004324u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x0000430fu, 0x00004324u, - 0x000200f8u, 0x0000430fu, 0x00050050u, 0x0000004du, 0x00004312u, 0x000068ddu, 0x00004164u, 0x0004007cu, - 0x000000a0u, 0x00004313u, 0x00004312u, 0x0003003eu, 0x00004080u, 0x00004313u, 0x00050041u, 0x00000007u, - 0x00005124u, 0x00004080u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00005125u, 0x00005124u, 0x00050084u, - 0x00000006u, 0x00005126u, 0x00003f9eu, 0x00005125u, 0x00050080u, 0x00000006u, 0x00005127u, 0x00003f9bu, - 0x00005126u, 0x00050041u, 0x00000007u, 0x00005128u, 0x00004080u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00005129u, 0x00005128u, 0x000500c2u, 0x00000006u, 0x0000512au, 0x00005129u, 0x00000196u, 0x00050080u, - 0x00000006u, 0x0000512cu, 0x00005127u, 0x0000512au, 0x000500c7u, 0x00000006u, 0x0000512eu, 0x0000512cu, - 0x000006b6u, 0x0004003du, 0x00000006u, 0x00005130u, 0x00005128u, 0x000400c8u, 0x00000006u, 0x00005131u, - 0x00005130u, 0x000500c7u, 0x00000006u, 0x00005132u, 0x00005131u, 0x0000032cu, 0x00050084u, 0x00000006u, - 0x00005133u, 0x00005132u, 0x000006beu, 0x0004003du, 0x00000006u, 0x00005136u, 0x00005124u, 0x000500c7u, - 0x00000006u, 0x00005137u, 0x00005136u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005138u, 0x00005137u, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000513au, 0x0000512eu, 0x00005138u, 0x000500c6u, 0x00000006u, - 0x0000513cu, 0x0000513au, 0x00000333u, 0x00080041u, 0x000001fbu, 0x0000513fu, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x0000513cu, 0x0004003du, 0x000001adu, 0x00005140u, 0x0000513fu, 0x00040071u, - 0x00000006u, 0x00005141u, 0x00005140u, 0x000500c2u, 0x00000006u, 0x00005144u, 0x00005141u, 0x00005133u, - 0x000500c7u, 0x00000006u, 0x00005145u, 0x00005144u, 0x000006dau, 0x000500c5u, 0x00000006u, 0x00005149u, - 0x00005145u, 0x00005114u, 0x0004007cu, 0x00000008u, 0x0000514bu, 0x00005149u, 0x00070050u, 0x00000009u, - 0x0000514cu, 0x0000514bu, 0x0000514bu, 0x0000514bu, 0x0000514bu, 0x00050050u, 0x0000004du, 0x0000431cu, - 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x0000431du, 0x0000431cu, 0x0003003eu, 0x00004084u, - 0x0000431du, 0x00050041u, 0x00000007u, 0x00005157u, 0x00004084u, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x00005158u, 0x00005157u, 0x00050084u, 0x00000006u, 0x00005159u, 0x00003f9eu, 0x00005158u, 0x00050080u, - 0x00000006u, 0x0000515au, 0x00003f9bu, 0x00005159u, 0x00050041u, 0x00000007u, 0x0000515bu, 0x00004084u, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000515cu, 0x0000515bu, 0x000500c2u, 0x00000006u, 0x0000515du, - 0x0000515cu, 0x00000196u, 0x00050080u, 0x00000006u, 0x0000515fu, 0x0000515au, 0x0000515du, 0x000500c7u, - 0x00000006u, 0x00005161u, 0x0000515fu, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00005163u, 0x0000515bu, - 0x000400c8u, 0x00000006u, 0x00005164u, 0x00005163u, 0x000500c7u, 0x00000006u, 0x00005165u, 0x00005164u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x00005166u, 0x00005165u, 0x000006beu, 0x0004003du, 0x00000006u, - 0x00005169u, 0x00005157u, 0x000500c7u, 0x00000006u, 0x0000516au, 0x00005169u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x0000516bu, 0x0000516au, 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000516du, 0x00005161u, - 0x0000516bu, 0x000500c6u, 0x00000006u, 0x0000516fu, 0x0000516du, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x00005172u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000516fu, 0x0004003du, 0x000001adu, - 0x00005173u, 0x00005172u, 0x00040071u, 0x00000006u, 0x00005174u, 0x00005173u, 0x000500c2u, 0x00000006u, - 0x00005177u, 0x00005174u, 0x00005166u, 0x000500c7u, 0x00000006u, 0x00005178u, 0x00005177u, 0x000006dau, - 0x000500c5u, 0x00000006u, 0x0000517cu, 0x00005178u, 0x00005114u, 0x0004007cu, 0x00000008u, 0x0000517eu, - 0x0000517cu, 0x00070050u, 0x00000009u, 0x0000517fu, 0x0000517eu, 0x0000517eu, 0x0000517eu, 0x0000517eu, - 0x000200f9u, 0x00004324u, 0x000200f8u, 0x00004324u, 0x000700f5u, 0x00000009u, 0x00006bffu, 0x0000634au, - 0x00004305u, 0x0000517fu, 0x0000430fu, 0x000700f5u, 0x00000009u, 0x00006b0du, 0x0000634au, 0x00004305u, - 0x0000514cu, 0x0000430fu, 0x000300f7u, 0x00004331u, 0x00000000u, 0x000400fau, 0x00004170u, 0x00004326u, - 0x00004331u, 0x000200f8u, 0x00004326u, 0x00050050u, 0x0000004du, 0x00004329u, 0x000068ddu, 0x00004166u, - 0x0004007cu, 0x000000a0u, 0x0000432au, 0x00004329u, 0x0003003eu, 0x00004088u, 0x0000432au, 0x00050041u, - 0x00000007u, 0x0000518au, 0x00004088u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000518bu, 0x0000518au, - 0x00050084u, 0x00000006u, 0x0000518cu, 0x00003f9eu, 0x0000518bu, 0x00050080u, 0x00000006u, 0x0000518du, - 0x00003f9bu, 0x0000518cu, 0x00050041u, 0x00000007u, 0x0000518eu, 0x00004088u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x0000518fu, 0x0000518eu, 0x000500c2u, 0x00000006u, 0x00005190u, 0x0000518fu, 0x00000196u, - 0x00050080u, 0x00000006u, 0x00005192u, 0x0000518du, 0x00005190u, 0x000500c7u, 0x00000006u, 0x00005194u, - 0x00005192u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00005196u, 0x0000518eu, 0x000400c8u, 0x00000006u, - 0x00005197u, 0x00005196u, 0x000500c7u, 0x00000006u, 0x00005198u, 0x00005197u, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00005199u, 0x00005198u, 0x000006beu, 0x0004003du, 0x00000006u, 0x0000519cu, 0x0000518au, - 0x000500c7u, 0x00000006u, 0x0000519du, 0x0000519cu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000519eu, - 0x0000519du, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000051a0u, 0x00005194u, 0x0000519eu, 0x000500c6u, - 0x00000006u, 0x000051a2u, 0x000051a0u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000051a5u, 0x000006d1u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000051a2u, 0x0004003du, 0x000001adu, 0x000051a6u, 0x000051a5u, - 0x00040071u, 0x00000006u, 0x000051a7u, 0x000051a6u, 0x000500c2u, 0x00000006u, 0x000051aau, 0x000051a7u, - 0x00005199u, 0x000500c7u, 0x00000006u, 0x000051abu, 0x000051aau, 0x000006dau, 0x000500c5u, 0x00000006u, - 0x000051afu, 0x000051abu, 0x00005114u, 0x0004007cu, 0x00000008u, 0x000051b1u, 0x000051afu, 0x00070050u, - 0x00000009u, 0x000051b2u, 0x000051b1u, 0x000051b1u, 0x000051b1u, 0x000051b1u, 0x000200f9u, 0x00004331u, - 0x000200f8u, 0x00004331u, 0x000700f5u, 0x00000009u, 0x00006cf1u, 0x0000634au, 0x00004324u, 0x000051b2u, - 0x00004326u, 0x000200f9u, 0x00004353u, 0x000200f8u, 0x000042e4u, 0x0004007cu, 0x000000a0u, 0x000042e6u, - 0x000068eeu, 0x0003003eu, 0x00004098u, 0x000042e6u, 0x00050041u, 0x00000007u, 0x00005044u, 0x00004098u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00005045u, 0x00005044u, 0x00050084u, 0x00000006u, 0x00005046u, - 0x00003f9eu, 0x00005045u, 0x00050080u, 0x00000006u, 0x00005047u, 0x00003f9bu, 0x00005046u, 0x00050041u, - 0x00000007u, 0x00005048u, 0x00004098u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005049u, 0x00005048u, - 0x00050084u, 0x00000006u, 0x0000504au, 0x00005049u, 0x00000330u, 0x00050080u, 0x00000006u, 0x0000504cu, - 0x00005047u, 0x0000504au, 0x000500c7u, 0x00000006u, 0x0000504eu, 0x0000504cu, 0x000006b6u, 0x000500c2u, - 0x00000006u, 0x00005050u, 0x0000504eu, 0x00000196u, 0x0004003du, 0x00000006u, 0x00005052u, 0x00005044u, - 0x000500c7u, 0x00000006u, 0x00005053u, 0x00005052u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00005054u, - 0x00005053u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00005056u, 0x00005050u, 0x00005054u, 0x000500c6u, - 0x00000006u, 0x00005058u, 0x00005056u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x0000505bu, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00005058u, 0x0004003du, 0x000001afu, 0x0000505cu, 0x0000505bu, - 0x00040071u, 0x00000006u, 0x0000505du, 0x0000505cu, 0x000500c2u, 0x00000006u, 0x0000505fu, 0x0000505du, - 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00005060u, 0x0000505fu, 0x000500c7u, 0x00000006u, 0x00005062u, - 0x0000505du, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00005063u, 0x00005062u, 0x00050050u, 0x0000004du, - 0x00005064u, 0x00005060u, 0x00005063u, 0x0009004fu, 0x00000009u, 0x00005065u, 0x00005064u, 0x00005064u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x000042fau, 0x00000000u, 0x000400fau, - 0x00001a33u, 0x000042ebu, 0x000042fau, 0x000200f8u, 0x000042ebu, 0x00050050u, 0x0000004du, 0x000042eeu, - 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x000042efu, 0x000042eeu, 0x0003003eu, 0x0000409bu, - 0x000042efu, 0x00050041u, 0x00000007u, 0x0000506fu, 0x0000409bu, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x00005070u, 0x0000506fu, 0x00050084u, 0x00000006u, 0x00005071u, 0x00003f9eu, 0x00005070u, 0x00050080u, - 0x00000006u, 0x00005072u, 0x00003f9bu, 0x00005071u, 0x00050041u, 0x00000007u, 0x00005073u, 0x0000409bu, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x00005074u, 0x00005073u, 0x00050084u, 0x00000006u, 0x00005075u, - 0x00005074u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00005077u, 0x00005072u, 0x00005075u, 0x000500c7u, - 0x00000006u, 0x00005079u, 0x00005077u, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x0000507bu, 0x00005079u, - 0x00000196u, 0x0004003du, 0x00000006u, 0x0000507du, 0x0000506fu, 0x000500c7u, 0x00000006u, 0x0000507eu, - 0x0000507du, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000507fu, 0x0000507eu, 0x00000196u, 0x000500c6u, - 0x00000006u, 0x00005081u, 0x0000507bu, 0x0000507fu, 0x000500c6u, 0x00000006u, 0x00005083u, 0x00005081u, - 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00005086u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00005083u, 0x0004003du, 0x000001afu, 0x00005087u, 0x00005086u, 0x00040071u, 0x00000006u, 0x00005088u, - 0x00005087u, 0x000500c2u, 0x00000006u, 0x0000508au, 0x00005088u, 0x000001e2u, 0x0004007cu, 0x00000008u, - 0x0000508bu, 0x0000508au, 0x000500c7u, 0x00000006u, 0x0000508du, 0x00005088u, 0x0000068bu, 0x0004007cu, - 0x00000008u, 0x0000508eu, 0x0000508du, 0x00050050u, 0x0000004du, 0x0000508fu, 0x0000508bu, 0x0000508eu, - 0x0009004fu, 0x00000009u, 0x00005090u, 0x0000508fu, 0x0000508fu, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x00050050u, 0x0000004du, 0x000042f5u, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, - 0x000042f6u, 0x000042f5u, 0x0003003eu, 0x0000409eu, 0x000042f6u, 0x00050041u, 0x00000007u, 0x0000509au, - 0x0000409eu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000509bu, 0x0000509au, 0x00050084u, 0x00000006u, - 0x0000509cu, 0x00003f9eu, 0x0000509bu, 0x00050080u, 0x00000006u, 0x0000509du, 0x00003f9bu, 0x0000509cu, - 0x00050041u, 0x00000007u, 0x0000509eu, 0x0000409eu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000509fu, - 0x0000509eu, 0x00050084u, 0x00000006u, 0x000050a0u, 0x0000509fu, 0x00000330u, 0x00050080u, 0x00000006u, - 0x000050a2u, 0x0000509du, 0x000050a0u, 0x000500c7u, 0x00000006u, 0x000050a4u, 0x000050a2u, 0x000006b6u, - 0x000500c2u, 0x00000006u, 0x000050a6u, 0x000050a4u, 0x00000196u, 0x0004003du, 0x00000006u, 0x000050a8u, - 0x0000509au, 0x000500c7u, 0x00000006u, 0x000050a9u, 0x000050a8u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000050aau, 0x000050a9u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000050acu, 0x000050a6u, 0x000050aau, - 0x000500c6u, 0x00000006u, 0x000050aeu, 0x000050acu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000050b1u, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000050aeu, 0x0004003du, 0x000001afu, 0x000050b2u, - 0x000050b1u, 0x00040071u, 0x00000006u, 0x000050b3u, 0x000050b2u, 0x000500c2u, 0x00000006u, 0x000050b5u, - 0x000050b3u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x000050b6u, 0x000050b5u, 0x000500c7u, 0x00000006u, - 0x000050b8u, 0x000050b3u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000050b9u, 0x000050b8u, 0x00050050u, - 0x0000004du, 0x000050bau, 0x000050b6u, 0x000050b9u, 0x0009004fu, 0x00000009u, 0x000050bbu, 0x000050bau, - 0x000050bau, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000042fau, 0x000200f8u, - 0x000042fau, 0x000700f5u, 0x00000009u, 0x00006bfdu, 0x0000634au, 0x000042e4u, 0x000050bbu, 0x000042ebu, - 0x000700f5u, 0x00000009u, 0x00006b0bu, 0x0000634au, 0x000042e4u, 0x00005090u, 0x000042ebu, 0x000300f7u, - 0x00004304u, 0x00000000u, 0x000400fau, 0x00004170u, 0x000042fcu, 0x00004304u, 0x000200f8u, 0x000042fcu, - 0x00050050u, 0x0000004du, 0x000042ffu, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x00004300u, - 0x000042ffu, 0x0003003eu, 0x000040a1u, 0x00004300u, 0x00050041u, 0x00000007u, 0x000050c5u, 0x000040a1u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x000050c6u, 0x000050c5u, 0x00050084u, 0x00000006u, 0x000050c7u, - 0x00003f9eu, 0x000050c6u, 0x00050080u, 0x00000006u, 0x000050c8u, 0x00003f9bu, 0x000050c7u, 0x00050041u, - 0x00000007u, 0x000050c9u, 0x000040a1u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000050cau, 0x000050c9u, - 0x00050084u, 0x00000006u, 0x000050cbu, 0x000050cau, 0x00000330u, 0x00050080u, 0x00000006u, 0x000050cdu, - 0x000050c8u, 0x000050cbu, 0x000500c7u, 0x00000006u, 0x000050cfu, 0x000050cdu, 0x000006b6u, 0x000500c2u, - 0x00000006u, 0x000050d1u, 0x000050cfu, 0x00000196u, 0x0004003du, 0x00000006u, 0x000050d3u, 0x000050c5u, - 0x000500c7u, 0x00000006u, 0x000050d4u, 0x000050d3u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000050d5u, - 0x000050d4u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000050d7u, 0x000050d1u, 0x000050d5u, 0x000500c6u, - 0x00000006u, 0x000050d9u, 0x000050d7u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000050dcu, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000050d9u, 0x0004003du, 0x000001afu, 0x000050ddu, 0x000050dcu, - 0x00040071u, 0x00000006u, 0x000050deu, 0x000050ddu, 0x000500c2u, 0x00000006u, 0x000050e0u, 0x000050deu, - 0x000001e2u, 0x0004007cu, 0x00000008u, 0x000050e1u, 0x000050e0u, 0x000500c7u, 0x00000006u, 0x000050e3u, - 0x000050deu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000050e4u, 0x000050e3u, 0x00050050u, 0x0000004du, - 0x000050e5u, 0x000050e1u, 0x000050e4u, 0x0009004fu, 0x00000009u, 0x000050e6u, 0x000050e5u, 0x000050e5u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004304u, 0x000200f8u, 0x00004304u, - 0x000700f5u, 0x00000009u, 0x00006cefu, 0x0000634au, 0x000042fau, 0x000050e6u, 0x000042fcu, 0x000200f9u, - 0x00004353u, 0x000200f8u, 0x00004353u, 0x000900f5u, 0x00000009u, 0x00006ceeu, 0x00006cefu, 0x00004304u, - 0x00006cf1u, 0x00004331u, 0x00006cf3u, 0x00004352u, 0x000900f5u, 0x00000009u, 0x00006bfbu, 0x00006bfdu, - 0x00004304u, 0x00006bffu, 0x00004331u, 0x00006c01u, 0x00004352u, 0x000900f5u, 0x00000009u, 0x00006b09u, - 0x00006b0bu, 0x00004304u, 0x00006b0du, 0x00004331u, 0x00006b0fu, 0x00004352u, 0x000900f5u, 0x00000009u, - 0x000069ddu, 0x00005065u, 0x00004304u, 0x00005119u, 0x00004331u, 0x000051d6u, 0x00004352u, 0x000200f9u, - 0x00004443u, 0x000200f8u, 0x000042b3u, 0x000500c3u, 0x00000008u, 0x000042b5u, 0x000068d9u, 0x00000196u, - 0x0004007cu, 0x00000006u, 0x000042b6u, 0x000042b5u, 0x00050082u, 0x00000008u, 0x000042bau, 0x000068ddu, - 0x000068d9u, 0x00050080u, 0x00000008u, 0x000042bbu, 0x000068ddu, 0x000042bau, 0x000500c3u, 0x00000008u, - 0x000042bcu, 0x000042bbu, 0x00000196u, 0x0004007cu, 0x00000006u, 0x000042bdu, 0x000042bcu, 0x00050050u, - 0x0000004du, 0x000042c0u, 0x000068d9u, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x000042c1u, 0x000042c0u, - 0x0003003eu, 0x0000406cu, 0x000042c1u, 0x00050041u, 0x00000007u, 0x00004f1au, 0x0000406cu, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00004f1bu, 0x00004f1au, 0x00050084u, 0x00000006u, 0x00004f1cu, 0x00003f9eu, - 0x00004f1bu, 0x00050080u, 0x00000006u, 0x00004f1du, 0x00003f9bu, 0x00004f1cu, 0x00050041u, 0x00000007u, - 0x00004f1fu, 0x0000406cu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004f20u, 0x00004f1fu, 0x00050080u, - 0x00000006u, 0x00004f21u, 0x00004f1du, 0x00004f20u, 0x000500c7u, 0x00000006u, 0x00004f23u, 0x00004f21u, - 0x00000769u, 0x00050084u, 0x00000006u, 0x00004f26u, 0x000042b6u, 0x00000330u, 0x00050080u, 0x00000006u, - 0x00004f27u, 0x00004f1du, 0x00004f26u, 0x000500c7u, 0x00000006u, 0x00004f29u, 0x00004f27u, 0x00000769u, - 0x0004003du, 0x00000006u, 0x00004f2cu, 0x00004f1au, 0x000500c7u, 0x00000006u, 0x00004f2du, 0x00004f2cu, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004f2eu, 0x00004f2du, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00004f30u, 0x00004f23u, 0x00004f2eu, 0x000500c6u, 0x00000006u, 0x00004f32u, 0x00004f30u, 0x00000333u, - 0x000500c2u, 0x00000006u, 0x00004f34u, 0x00004f29u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00004f36u, - 0x00004f1au, 0x000500c7u, 0x00000006u, 0x00004f37u, 0x00004f36u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x00004f38u, 0x00004f37u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00004f3au, 0x00004f34u, 0x00004f38u, - 0x000500c6u, 0x00000006u, 0x00004f3cu, 0x00004f3au, 0x0000032cu, 0x000500c5u, 0x00000006u, 0x00004f3fu, - 0x00004f32u, 0x00000792u, 0x00080041u, 0x000001fbu, 0x00004f40u, 0x000006d1u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00004f3fu, 0x0004003du, 0x000001adu, 0x00004f41u, 0x00004f40u, 0x00040071u, 0x00000006u, - 0x00004f42u, 0x00004f41u, 0x0004007cu, 0x00000008u, 0x00004f43u, 0x00004f42u, 0x00080041u, 0x000001f4u, - 0x00004f46u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004f3cu, 0x0004003du, 0x000001afu, - 0x00004f47u, 0x00004f46u, 0x00040071u, 0x00000006u, 0x00004f48u, 0x00004f47u, 0x0004007cu, 0x00000008u, - 0x00004f49u, 0x00004f48u, 0x000500c3u, 0x00000008u, 0x00004f4bu, 0x00004f49u, 0x000001e2u, 0x000500c7u, - 0x00000008u, 0x00004f4cu, 0x00004f4bu, 0x000002f0u, 0x000500c3u, 0x00000008u, 0x00004f4eu, 0x00004f49u, - 0x00000187u, 0x000500c7u, 0x00000008u, 0x00004f4fu, 0x00004f4eu, 0x000002f0u, 0x00050082u, 0x00000008u, - 0x00004f51u, 0x00004f4cu, 0x00000325u, 0x00050082u, 0x00000008u, 0x00004f53u, 0x00004f4fu, 0x00000325u, - 0x00070050u, 0x00000009u, 0x00004f56u, 0x00004f51u, 0x00004f53u, 0x00004f43u, 0x00004f43u, 0x000300f7u, - 0x000042e0u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x000042c7u, 0x000042e0u, 0x000200f8u, 0x000042c7u, - 0x00050050u, 0x0000004du, 0x000042cau, 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x000042cbu, - 0x000042cau, 0x0003003eu, 0x00004070u, 0x000042cbu, 0x00050041u, 0x00000007u, 0x00004f66u, 0x00004070u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004f67u, 0x00004f66u, 0x00050084u, 0x00000006u, 0x00004f68u, - 0x00003f9eu, 0x00004f67u, 0x00050080u, 0x00000006u, 0x00004f69u, 0x00003f9bu, 0x00004f68u, 0x00050041u, - 0x00000007u, 0x00004f6bu, 0x00004070u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004f6cu, 0x00004f6bu, - 0x00050080u, 0x00000006u, 0x00004f6du, 0x00004f69u, 0x00004f6cu, 0x000500c7u, 0x00000006u, 0x00004f6fu, - 0x00004f6du, 0x00000769u, 0x00050084u, 0x00000006u, 0x00004f72u, 0x000042bdu, 0x00000330u, 0x00050080u, - 0x00000006u, 0x00004f73u, 0x00004f69u, 0x00004f72u, 0x000500c7u, 0x00000006u, 0x00004f75u, 0x00004f73u, - 0x00000769u, 0x0004003du, 0x00000006u, 0x00004f78u, 0x00004f66u, 0x000500c7u, 0x00000006u, 0x00004f79u, - 0x00004f78u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004f7au, 0x00004f79u, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x00004f7cu, 0x00004f6fu, 0x00004f7au, 0x000500c6u, 0x00000006u, 0x00004f7eu, 0x00004f7cu, - 0x00000333u, 0x000500c2u, 0x00000006u, 0x00004f80u, 0x00004f75u, 0x00000196u, 0x0004003du, 0x00000006u, - 0x00004f82u, 0x00004f66u, 0x000500c7u, 0x00000006u, 0x00004f83u, 0x00004f82u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00004f84u, 0x00004f83u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00004f86u, 0x00004f80u, - 0x00004f84u, 0x000500c6u, 0x00000006u, 0x00004f88u, 0x00004f86u, 0x0000032cu, 0x000500c5u, 0x00000006u, - 0x00004f8bu, 0x00004f7eu, 0x00000792u, 0x00080041u, 0x000001fbu, 0x00004f8cu, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00004f8bu, 0x0004003du, 0x000001adu, 0x00004f8du, 0x00004f8cu, 0x00040071u, - 0x00000006u, 0x00004f8eu, 0x00004f8du, 0x0004007cu, 0x00000008u, 0x00004f8fu, 0x00004f8eu, 0x00080041u, - 0x000001f4u, 0x00004f92u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004f88u, 0x0004003du, - 0x000001afu, 0x00004f93u, 0x00004f92u, 0x00040071u, 0x00000006u, 0x00004f94u, 0x00004f93u, 0x0004007cu, - 0x00000008u, 0x00004f95u, 0x00004f94u, 0x000500c3u, 0x00000008u, 0x00004f97u, 0x00004f95u, 0x000001e2u, - 0x000500c7u, 0x00000008u, 0x00004f98u, 0x00004f97u, 0x000002f0u, 0x000500c3u, 0x00000008u, 0x00004f9au, - 0x00004f95u, 0x00000187u, 0x000500c7u, 0x00000008u, 0x00004f9bu, 0x00004f9au, 0x000002f0u, 0x00050082u, - 0x00000008u, 0x00004f9du, 0x00004f98u, 0x00000325u, 0x00050082u, 0x00000008u, 0x00004f9fu, 0x00004f9bu, - 0x00000325u, 0x00070050u, 0x00000009u, 0x00004fa2u, 0x00004f9du, 0x00004f9fu, 0x00004f8fu, 0x00004f8fu, - 0x00050050u, 0x0000004du, 0x000042d2u, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000042d3u, - 0x000042d2u, 0x0003003eu, 0x00004074u, 0x000042d3u, 0x00050041u, 0x00000007u, 0x00004fb2u, 0x00004074u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004fb3u, 0x00004fb2u, 0x00050084u, 0x00000006u, 0x00004fb4u, - 0x00003f9eu, 0x00004fb3u, 0x00050080u, 0x00000006u, 0x00004fb5u, 0x00003f9bu, 0x00004fb4u, 0x00050041u, - 0x00000007u, 0x00004fb7u, 0x00004074u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004fb8u, 0x00004fb7u, - 0x00050080u, 0x00000006u, 0x00004fb9u, 0x00004fb5u, 0x00004fb8u, 0x000500c7u, 0x00000006u, 0x00004fbbu, - 0x00004fb9u, 0x00000769u, 0x00050080u, 0x00000006u, 0x00004fbfu, 0x00004fb5u, 0x00004f26u, 0x000500c7u, - 0x00000006u, 0x00004fc1u, 0x00004fbfu, 0x00000769u, 0x0004003du, 0x00000006u, 0x00004fc4u, 0x00004fb2u, - 0x000500c7u, 0x00000006u, 0x00004fc5u, 0x00004fc4u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004fc6u, - 0x00004fc5u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00004fc8u, 0x00004fbbu, 0x00004fc6u, 0x000500c6u, - 0x00000006u, 0x00004fcau, 0x00004fc8u, 0x00000333u, 0x000500c2u, 0x00000006u, 0x00004fccu, 0x00004fc1u, - 0x00000196u, 0x0004003du, 0x00000006u, 0x00004fceu, 0x00004fb2u, 0x000500c7u, 0x00000006u, 0x00004fcfu, - 0x00004fceu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004fd0u, 0x00004fcfu, 0x00000196u, 0x000500c6u, - 0x00000006u, 0x00004fd2u, 0x00004fccu, 0x00004fd0u, 0x000500c6u, 0x00000006u, 0x00004fd4u, 0x00004fd2u, - 0x0000032cu, 0x000500c5u, 0x00000006u, 0x00004fd7u, 0x00004fcau, 0x00000792u, 0x00080041u, 0x000001fbu, - 0x00004fd8u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004fd7u, 0x0004003du, 0x000001adu, - 0x00004fd9u, 0x00004fd8u, 0x00040071u, 0x00000006u, 0x00004fdau, 0x00004fd9u, 0x0004007cu, 0x00000008u, - 0x00004fdbu, 0x00004fdau, 0x00080041u, 0x000001f4u, 0x00004fdeu, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00004fd4u, 0x0004003du, 0x000001afu, 0x00004fdfu, 0x00004fdeu, 0x00040071u, 0x00000006u, - 0x00004fe0u, 0x00004fdfu, 0x0004007cu, 0x00000008u, 0x00004fe1u, 0x00004fe0u, 0x000500c3u, 0x00000008u, - 0x00004fe3u, 0x00004fe1u, 0x000001e2u, 0x000500c7u, 0x00000008u, 0x00004fe4u, 0x00004fe3u, 0x000002f0u, - 0x000500c3u, 0x00000008u, 0x00004fe6u, 0x00004fe1u, 0x00000187u, 0x000500c7u, 0x00000008u, 0x00004fe7u, - 0x00004fe6u, 0x000002f0u, 0x00050082u, 0x00000008u, 0x00004fe9u, 0x00004fe4u, 0x00000325u, 0x00050082u, - 0x00000008u, 0x00004febu, 0x00004fe7u, 0x00000325u, 0x00070050u, 0x00000009u, 0x00004feeu, 0x00004fe9u, - 0x00004febu, 0x00004fdbu, 0x00004fdbu, 0x00050050u, 0x0000004du, 0x000042dau, 0x000068ddu, 0x00004166u, - 0x0004007cu, 0x000000a0u, 0x000042dbu, 0x000042dau, 0x0003003eu, 0x00004078u, 0x000042dbu, 0x00050041u, - 0x00000007u, 0x00004ffeu, 0x00004078u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004fffu, 0x00004ffeu, - 0x00050084u, 0x00000006u, 0x00005000u, 0x00003f9eu, 0x00004fffu, 0x00050080u, 0x00000006u, 0x00005001u, - 0x00003f9bu, 0x00005000u, 0x00050041u, 0x00000007u, 0x00005003u, 0x00004078u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00005004u, 0x00005003u, 0x00050080u, 0x00000006u, 0x00005005u, 0x00005001u, 0x00005004u, - 0x000500c7u, 0x00000006u, 0x00005007u, 0x00005005u, 0x00000769u, 0x00050080u, 0x00000006u, 0x0000500bu, - 0x00005001u, 0x00004f72u, 0x000500c7u, 0x00000006u, 0x0000500du, 0x0000500bu, 0x00000769u, 0x0004003du, - 0x00000006u, 0x00005010u, 0x00004ffeu, 0x000500c7u, 0x00000006u, 0x00005011u, 0x00005010u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00005012u, 0x00005011u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00005014u, - 0x00005007u, 0x00005012u, 0x000500c6u, 0x00000006u, 0x00005016u, 0x00005014u, 0x00000333u, 0x000500c2u, - 0x00000006u, 0x00005018u, 0x0000500du, 0x00000196u, 0x0004003du, 0x00000006u, 0x0000501au, 0x00004ffeu, - 0x000500c7u, 0x00000006u, 0x0000501bu, 0x0000501au, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000501cu, - 0x0000501bu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x0000501eu, 0x00005018u, 0x0000501cu, 0x000500c6u, - 0x00000006u, 0x00005020u, 0x0000501eu, 0x0000032cu, 0x000500c5u, 0x00000006u, 0x00005023u, 0x00005016u, - 0x00000792u, 0x00080041u, 0x000001fbu, 0x00005024u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00005023u, 0x0004003du, 0x000001adu, 0x00005025u, 0x00005024u, 0x00040071u, 0x00000006u, 0x00005026u, - 0x00005025u, 0x0004007cu, 0x00000008u, 0x00005027u, 0x00005026u, 0x00080041u, 0x000001f4u, 0x0000502au, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00005020u, 0x0004003du, 0x000001afu, 0x0000502bu, - 0x0000502au, 0x00040071u, 0x00000006u, 0x0000502cu, 0x0000502bu, 0x0004007cu, 0x00000008u, 0x0000502du, - 0x0000502cu, 0x000500c3u, 0x00000008u, 0x0000502fu, 0x0000502du, 0x000001e2u, 0x000500c7u, 0x00000008u, - 0x00005030u, 0x0000502fu, 0x000002f0u, 0x000500c3u, 0x00000008u, 0x00005032u, 0x0000502du, 0x00000187u, - 0x000500c7u, 0x00000008u, 0x00005033u, 0x00005032u, 0x000002f0u, 0x00050082u, 0x00000008u, 0x00005035u, - 0x00005030u, 0x00000325u, 0x00050082u, 0x00000008u, 0x00005037u, 0x00005033u, 0x00000325u, 0x00070050u, - 0x00000009u, 0x0000503au, 0x00005035u, 0x00005037u, 0x00005027u, 0x00005027u, 0x000200f9u, 0x000042e0u, - 0x000200f8u, 0x000042e0u, 0x000700f5u, 0x00000009u, 0x00006cedu, 0x0000634au, 0x000042b3u, 0x0000503au, - 0x000042c7u, 0x000700f5u, 0x00000009u, 0x00006bfau, 0x0000634au, 0x000042b3u, 0x00004feeu, 0x000042c7u, - 0x000700f5u, 0x00000009u, 0x00006b08u, 0x0000634au, 0x000042b3u, 0x00004fa2u, 0x000042c7u, 0x000200f9u, - 0x00004443u, 0x000200f8u, 0x0000422bu, 0x000300f7u, 0x000042b2u, 0x00000000u, 0x000b00fbu, 0x000079ccu, - 0x000042b2u, 0x00000000u, 0x0000422eu, 0x00000001u, 0x0000424fu, 0x00000002u, 0x00004270u, 0x00000003u, - 0x00004291u, 0x000200f8u, 0x00004291u, 0x0004007cu, 0x000000a0u, 0x00004293u, 0x000068eeu, 0x0003003eu, - 0x0000405eu, 0x00004293u, 0x00050041u, 0x00000007u, 0x00004e39u, 0x0000405eu, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00004e3au, 0x00004e39u, 0x00050084u, 0x00000006u, 0x00004e3bu, 0x00003f9eu, 0x00004e3au, - 0x00050080u, 0x00000006u, 0x00004e3cu, 0x00003f9bu, 0x00004e3bu, 0x00050041u, 0x00000007u, 0x00004e3du, - 0x0000405eu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004e3eu, 0x00004e3du, 0x00050084u, 0x00000006u, - 0x00004e3fu, 0x00004e3eu, 0x00000330u, 0x00050080u, 0x00000006u, 0x00004e41u, 0x00004e3cu, 0x00004e3fu, - 0x000500c7u, 0x00000006u, 0x00004e43u, 0x00004e41u, 0x00000769u, 0x000500c2u, 0x00000006u, 0x00004e45u, - 0x00004e43u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00004e47u, 0x00004e39u, 0x000500c7u, 0x00000006u, - 0x00004e48u, 0x00004e47u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004e49u, 0x00004e48u, 0x00000196u, - 0x000500c6u, 0x00000006u, 0x00004e4bu, 0x00004e45u, 0x00004e49u, 0x000500c6u, 0x00000006u, 0x00004e4du, - 0x00004e4bu, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00004e50u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00004e4du, 0x0004003du, 0x000001afu, 0x00004e51u, 0x00004e50u, 0x00040071u, 0x00000006u, - 0x00004e52u, 0x00004e51u, 0x000500c5u, 0x00000006u, 0x00004e55u, 0x00004e4du, 0x0000079au, 0x00080041u, - 0x000001f4u, 0x00004e56u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004e55u, 0x0004003du, - 0x000001afu, 0x00004e57u, 0x00004e56u, 0x00040071u, 0x00000006u, 0x00004e58u, 0x00004e57u, 0x000500c2u, - 0x00000006u, 0x00004e5au, 0x00004e52u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00004e5bu, 0x00004e5au, - 0x000500c7u, 0x00000006u, 0x00004e5du, 0x00004e52u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00004e5eu, - 0x00004e5du, 0x000500c2u, 0x00000006u, 0x00004e60u, 0x00004e58u, 0x000001e2u, 0x0004007cu, 0x00000008u, - 0x00004e61u, 0x00004e60u, 0x000500c7u, 0x00000006u, 0x00004e63u, 0x00004e58u, 0x0000068bu, 0x0004007cu, - 0x00000008u, 0x00004e64u, 0x00004e63u, 0x00070050u, 0x00000009u, 0x00004e65u, 0x00004e5bu, 0x00004e5eu, - 0x00004e61u, 0x00004e64u, 0x000300f7u, 0x000042a7u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00004298u, - 0x000042a7u, 0x000200f8u, 0x00004298u, 0x00050050u, 0x0000004du, 0x0000429bu, 0x000068ddu, 0x00004164u, - 0x0004007cu, 0x000000a0u, 0x0000429cu, 0x0000429bu, 0x0003003eu, 0x00004061u, 0x0000429cu, 0x00050041u, - 0x00000007u, 0x00004e70u, 0x00004061u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004e71u, 0x00004e70u, - 0x00050084u, 0x00000006u, 0x00004e72u, 0x00003f9eu, 0x00004e71u, 0x00050080u, 0x00000006u, 0x00004e73u, - 0x00003f9bu, 0x00004e72u, 0x00050041u, 0x00000007u, 0x00004e74u, 0x00004061u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00004e75u, 0x00004e74u, 0x00050084u, 0x00000006u, 0x00004e76u, 0x00004e75u, 0x00000330u, - 0x00050080u, 0x00000006u, 0x00004e78u, 0x00004e73u, 0x00004e76u, 0x000500c7u, 0x00000006u, 0x00004e7au, - 0x00004e78u, 0x00000769u, 0x000500c2u, 0x00000006u, 0x00004e7cu, 0x00004e7au, 0x00000196u, 0x0004003du, - 0x00000006u, 0x00004e7eu, 0x00004e70u, 0x000500c7u, 0x00000006u, 0x00004e7fu, 0x00004e7eu, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00004e80u, 0x00004e7fu, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00004e82u, - 0x00004e7cu, 0x00004e80u, 0x000500c6u, 0x00000006u, 0x00004e84u, 0x00004e82u, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x00004e87u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004e84u, 0x0004003du, - 0x000001afu, 0x00004e88u, 0x00004e87u, 0x00040071u, 0x00000006u, 0x00004e89u, 0x00004e88u, 0x000500c5u, - 0x00000006u, 0x00004e8cu, 0x00004e84u, 0x0000079au, 0x00080041u, 0x000001f4u, 0x00004e8du, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004e8cu, 0x0004003du, 0x000001afu, 0x00004e8eu, 0x00004e8du, - 0x00040071u, 0x00000006u, 0x00004e8fu, 0x00004e8eu, 0x000500c2u, 0x00000006u, 0x00004e91u, 0x00004e89u, - 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00004e92u, 0x00004e91u, 0x000500c7u, 0x00000006u, 0x00004e94u, - 0x00004e89u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00004e95u, 0x00004e94u, 0x000500c2u, 0x00000006u, - 0x00004e97u, 0x00004e8fu, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00004e98u, 0x00004e97u, 0x000500c7u, - 0x00000006u, 0x00004e9au, 0x00004e8fu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00004e9bu, 0x00004e9au, - 0x00070050u, 0x00000009u, 0x00004e9cu, 0x00004e92u, 0x00004e95u, 0x00004e98u, 0x00004e9bu, 0x00050050u, - 0x0000004du, 0x000042a2u, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000042a3u, 0x000042a2u, - 0x0003003eu, 0x00004064u, 0x000042a3u, 0x00050041u, 0x00000007u, 0x00004ea7u, 0x00004064u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x00004ea8u, 0x00004ea7u, 0x00050084u, 0x00000006u, 0x00004ea9u, 0x00003f9eu, - 0x00004ea8u, 0x00050080u, 0x00000006u, 0x00004eaau, 0x00003f9bu, 0x00004ea9u, 0x00050041u, 0x00000007u, - 0x00004eabu, 0x00004064u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004eacu, 0x00004eabu, 0x00050084u, - 0x00000006u, 0x00004eadu, 0x00004eacu, 0x00000330u, 0x00050080u, 0x00000006u, 0x00004eafu, 0x00004eaau, - 0x00004eadu, 0x000500c7u, 0x00000006u, 0x00004eb1u, 0x00004eafu, 0x00000769u, 0x000500c2u, 0x00000006u, - 0x00004eb3u, 0x00004eb1u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00004eb5u, 0x00004ea7u, 0x000500c7u, - 0x00000006u, 0x00004eb6u, 0x00004eb5u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004eb7u, 0x00004eb6u, - 0x00000196u, 0x000500c6u, 0x00000006u, 0x00004eb9u, 0x00004eb3u, 0x00004eb7u, 0x000500c6u, 0x00000006u, - 0x00004ebbu, 0x00004eb9u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00004ebeu, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00004ebbu, 0x0004003du, 0x000001afu, 0x00004ebfu, 0x00004ebeu, 0x00040071u, - 0x00000006u, 0x00004ec0u, 0x00004ebfu, 0x000500c5u, 0x00000006u, 0x00004ec3u, 0x00004ebbu, 0x0000079au, - 0x00080041u, 0x000001f4u, 0x00004ec4u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004ec3u, - 0x0004003du, 0x000001afu, 0x00004ec5u, 0x00004ec4u, 0x00040071u, 0x00000006u, 0x00004ec6u, 0x00004ec5u, - 0x000500c2u, 0x00000006u, 0x00004ec8u, 0x00004ec0u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00004ec9u, - 0x00004ec8u, 0x000500c7u, 0x00000006u, 0x00004ecbu, 0x00004ec0u, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x00004eccu, 0x00004ecbu, 0x000500c2u, 0x00000006u, 0x00004eceu, 0x00004ec6u, 0x000001e2u, 0x0004007cu, - 0x00000008u, 0x00004ecfu, 0x00004eceu, 0x000500c7u, 0x00000006u, 0x00004ed1u, 0x00004ec6u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x00004ed2u, 0x00004ed1u, 0x00070050u, 0x00000009u, 0x00004ed3u, 0x00004ec9u, - 0x00004eccu, 0x00004ecfu, 0x00004ed2u, 0x000200f9u, 0x000042a7u, 0x000200f8u, 0x000042a7u, 0x000700f5u, - 0x00000009u, 0x00006bf9u, 0x0000634au, 0x00004291u, 0x00004ed3u, 0x00004298u, 0x000700f5u, 0x00000009u, - 0x00006b07u, 0x0000634au, 0x00004291u, 0x00004e9cu, 0x00004298u, 0x000300f7u, 0x000042b1u, 0x00000000u, - 0x000400fau, 0x00004170u, 0x000042a9u, 0x000042b1u, 0x000200f8u, 0x000042a9u, 0x00050050u, 0x0000004du, - 0x000042acu, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000042adu, 0x000042acu, 0x0003003eu, - 0x00004067u, 0x000042adu, 0x00050041u, 0x00000007u, 0x00004edeu, 0x00004067u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00004edfu, 0x00004edeu, 0x00050084u, 0x00000006u, 0x00004ee0u, 0x00003f9eu, 0x00004edfu, - 0x00050080u, 0x00000006u, 0x00004ee1u, 0x00003f9bu, 0x00004ee0u, 0x00050041u, 0x00000007u, 0x00004ee2u, - 0x00004067u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004ee3u, 0x00004ee2u, 0x00050084u, 0x00000006u, - 0x00004ee4u, 0x00004ee3u, 0x00000330u, 0x00050080u, 0x00000006u, 0x00004ee6u, 0x00004ee1u, 0x00004ee4u, - 0x000500c7u, 0x00000006u, 0x00004ee8u, 0x00004ee6u, 0x00000769u, 0x000500c2u, 0x00000006u, 0x00004eeau, - 0x00004ee8u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00004eecu, 0x00004edeu, 0x000500c7u, 0x00000006u, - 0x00004eedu, 0x00004eecu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004eeeu, 0x00004eedu, 0x00000196u, - 0x000500c6u, 0x00000006u, 0x00004ef0u, 0x00004eeau, 0x00004eeeu, 0x000500c6u, 0x00000006u, 0x00004ef2u, - 0x00004ef0u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00004ef5u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00004ef2u, 0x0004003du, 0x000001afu, 0x00004ef6u, 0x00004ef5u, 0x00040071u, 0x00000006u, - 0x00004ef7u, 0x00004ef6u, 0x000500c5u, 0x00000006u, 0x00004efau, 0x00004ef2u, 0x0000079au, 0x00080041u, - 0x000001f4u, 0x00004efbu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004efau, 0x0004003du, - 0x000001afu, 0x00004efcu, 0x00004efbu, 0x00040071u, 0x00000006u, 0x00004efdu, 0x00004efcu, 0x000500c2u, - 0x00000006u, 0x00004effu, 0x00004ef7u, 0x000001e2u, 0x0004007cu, 0x00000008u, 0x00004f00u, 0x00004effu, - 0x000500c7u, 0x00000006u, 0x00004f02u, 0x00004ef7u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00004f03u, - 0x00004f02u, 0x000500c2u, 0x00000006u, 0x00004f05u, 0x00004efdu, 0x000001e2u, 0x0004007cu, 0x00000008u, - 0x00004f06u, 0x00004f05u, 0x000500c7u, 0x00000006u, 0x00004f08u, 0x00004efdu, 0x0000068bu, 0x0004007cu, - 0x00000008u, 0x00004f09u, 0x00004f08u, 0x00070050u, 0x00000009u, 0x00004f0au, 0x00004f00u, 0x00004f03u, - 0x00004f06u, 0x00004f09u, 0x000200f9u, 0x000042b1u, 0x000200f8u, 0x000042b1u, 0x000700f5u, 0x00000009u, - 0x00006cebu, 0x0000634au, 0x000042a7u, 0x00004f0au, 0x000042a9u, 0x000200f9u, 0x000042b2u, 0x000200f8u, - 0x00004270u, 0x0004007cu, 0x000000a0u, 0x00004272u, 0x000068eeu, 0x0003003eu, 0x00004052u, 0x00004272u, - 0x00050041u, 0x00000007u, 0x00004d35u, 0x00004052u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004d36u, - 0x00004d35u, 0x00050084u, 0x00000006u, 0x00004d37u, 0x00003f9eu, 0x00004d36u, 0x00050080u, 0x00000006u, - 0x00004d38u, 0x00003f9bu, 0x00004d37u, 0x00050041u, 0x00000007u, 0x00004d39u, 0x00004052u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00004d3au, 0x00004d39u, 0x00050084u, 0x00000006u, 0x00004d3bu, 0x00004d3au, - 0x00000330u, 0x00050080u, 0x00000006u, 0x00004d3du, 0x00004d38u, 0x00004d3bu, 0x000500c7u, 0x00000006u, - 0x00004d3fu, 0x00004d3du, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00004d41u, 0x00004d3fu, 0x00000196u, - 0x0004003du, 0x00000006u, 0x00004d43u, 0x00004d35u, 0x000500c7u, 0x00000006u, 0x00004d44u, 0x00004d43u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004d45u, 0x00004d44u, 0x00000196u, 0x000500c6u, 0x00000006u, - 0x00004d47u, 0x00004d41u, 0x00004d45u, 0x000500c6u, 0x00000006u, 0x00004d49u, 0x00004d47u, 0x0000032cu, - 0x00080041u, 0x000001f4u, 0x00004d4cu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004d49u, - 0x0004003du, 0x000001afu, 0x00004d4du, 0x00004d4cu, 0x00040071u, 0x00000006u, 0x00004d4eu, 0x00004d4du, - 0x00060050u, 0x000002b8u, 0x00004d56u, 0x00004d4eu, 0x00004d4eu, 0x00004d4eu, 0x000500c2u, 0x000002b8u, - 0x00004d57u, 0x00004d56u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00004d59u, 0x00004d57u, 0x000079aau, - 0x000500c4u, 0x000002b8u, 0x00004d5cu, 0x00004d59u, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00004d5fu, - 0x00004d59u, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00004d60u, 0x00004d5cu, 0x00004d5fu, 0x000500c7u, - 0x00000006u, 0x00004d62u, 0x00004d4eu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004d63u, 0x00004d62u, - 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004d65u, 0x00004d60u, 0x0004007cu, 0x00000008u, 0x00004d67u, - 0x00004d63u, 0x00050051u, 0x00000008u, 0x00004d68u, 0x00004d65u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00004d69u, 0x00004d65u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004d6au, 0x00004d65u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00004d6bu, 0x00004d68u, 0x00004d69u, 0x00004d6au, 0x00004d67u, 0x000300f7u, - 0x00004286u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00004277u, 0x00004286u, 0x000200f8u, 0x00004277u, - 0x00050050u, 0x0000004du, 0x0000427au, 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x0000427bu, - 0x0000427au, 0x0003003eu, 0x00004055u, 0x0000427bu, 0x00050041u, 0x00000007u, 0x00004d76u, 0x00004055u, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004d77u, 0x00004d76u, 0x00050084u, 0x00000006u, 0x00004d78u, - 0x00003f9eu, 0x00004d77u, 0x00050080u, 0x00000006u, 0x00004d79u, 0x00003f9bu, 0x00004d78u, 0x00050041u, - 0x00000007u, 0x00004d7au, 0x00004055u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004d7bu, 0x00004d7au, - 0x00050084u, 0x00000006u, 0x00004d7cu, 0x00004d7bu, 0x00000330u, 0x00050080u, 0x00000006u, 0x00004d7eu, - 0x00004d79u, 0x00004d7cu, 0x000500c7u, 0x00000006u, 0x00004d80u, 0x00004d7eu, 0x000006b6u, 0x000500c2u, - 0x00000006u, 0x00004d82u, 0x00004d80u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00004d84u, 0x00004d76u, - 0x000500c7u, 0x00000006u, 0x00004d85u, 0x00004d84u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004d86u, - 0x00004d85u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00004d88u, 0x00004d82u, 0x00004d86u, 0x000500c6u, - 0x00000006u, 0x00004d8au, 0x00004d88u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00004d8du, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004d8au, 0x0004003du, 0x000001afu, 0x00004d8eu, 0x00004d8du, - 0x00040071u, 0x00000006u, 0x00004d8fu, 0x00004d8eu, 0x00060050u, 0x000002b8u, 0x00004d97u, 0x00004d8fu, - 0x00004d8fu, 0x00004d8fu, 0x000500c2u, 0x000002b8u, 0x00004d98u, 0x00004d97u, 0x0000067cu, 0x000500c7u, - 0x000002b8u, 0x00004d9au, 0x00004d98u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004d9du, 0x00004d9au, - 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00004da0u, 0x00004d9au, 0x000079acu, 0x000500c5u, 0x000002b8u, - 0x00004da1u, 0x00004d9du, 0x00004da0u, 0x000500c7u, 0x00000006u, 0x00004da3u, 0x00004d8fu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x00004da4u, 0x00004da3u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004da6u, - 0x00004da1u, 0x0004007cu, 0x00000008u, 0x00004da8u, 0x00004da4u, 0x00050051u, 0x00000008u, 0x00004da9u, - 0x00004da6u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004daau, 0x00004da6u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00004dabu, 0x00004da6u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004dacu, 0x00004da9u, - 0x00004daau, 0x00004dabu, 0x00004da8u, 0x00050050u, 0x0000004du, 0x00004281u, 0x000068d9u, 0x00004166u, - 0x0004007cu, 0x000000a0u, 0x00004282u, 0x00004281u, 0x0003003eu, 0x00004058u, 0x00004282u, 0x00050041u, - 0x00000007u, 0x00004db7u, 0x00004058u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004db8u, 0x00004db7u, - 0x00050084u, 0x00000006u, 0x00004db9u, 0x00003f9eu, 0x00004db8u, 0x00050080u, 0x00000006u, 0x00004dbau, - 0x00003f9bu, 0x00004db9u, 0x00050041u, 0x00000007u, 0x00004dbbu, 0x00004058u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00004dbcu, 0x00004dbbu, 0x00050084u, 0x00000006u, 0x00004dbdu, 0x00004dbcu, 0x00000330u, - 0x00050080u, 0x00000006u, 0x00004dbfu, 0x00004dbau, 0x00004dbdu, 0x000500c7u, 0x00000006u, 0x00004dc1u, - 0x00004dbfu, 0x000006b6u, 0x000500c2u, 0x00000006u, 0x00004dc3u, 0x00004dc1u, 0x00000196u, 0x0004003du, - 0x00000006u, 0x00004dc5u, 0x00004db7u, 0x000500c7u, 0x00000006u, 0x00004dc6u, 0x00004dc5u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00004dc7u, 0x00004dc6u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00004dc9u, - 0x00004dc3u, 0x00004dc7u, 0x000500c6u, 0x00000006u, 0x00004dcbu, 0x00004dc9u, 0x0000032cu, 0x00080041u, - 0x000001f4u, 0x00004dceu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004dcbu, 0x0004003du, - 0x000001afu, 0x00004dcfu, 0x00004dceu, 0x00040071u, 0x00000006u, 0x00004dd0u, 0x00004dcfu, 0x00060050u, - 0x000002b8u, 0x00004dd8u, 0x00004dd0u, 0x00004dd0u, 0x00004dd0u, 0x000500c2u, 0x000002b8u, 0x00004dd9u, - 0x00004dd8u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00004ddbu, 0x00004dd9u, 0x000079aau, 0x000500c4u, - 0x000002b8u, 0x00004ddeu, 0x00004ddbu, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00004de1u, 0x00004ddbu, - 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00004de2u, 0x00004ddeu, 0x00004de1u, 0x000500c7u, 0x00000006u, - 0x00004de4u, 0x00004dd0u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004de5u, 0x00004de4u, 0x0000068bu, - 0x0004007cu, 0x00000052u, 0x00004de7u, 0x00004de2u, 0x0004007cu, 0x00000008u, 0x00004de9u, 0x00004de5u, - 0x00050051u, 0x00000008u, 0x00004deau, 0x00004de7u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004debu, - 0x00004de7u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004decu, 0x00004de7u, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00004dedu, 0x00004deau, 0x00004debu, 0x00004decu, 0x00004de9u, 0x000200f9u, 0x00004286u, - 0x000200f8u, 0x00004286u, 0x000700f5u, 0x00000009u, 0x00006bf7u, 0x0000634au, 0x00004270u, 0x00004dedu, - 0x00004277u, 0x000700f5u, 0x00000009u, 0x00006b05u, 0x0000634au, 0x00004270u, 0x00004dacu, 0x00004277u, - 0x000300f7u, 0x00004290u, 0x00000000u, 0x000400fau, 0x00004170u, 0x00004288u, 0x00004290u, 0x000200f8u, - 0x00004288u, 0x00050050u, 0x0000004du, 0x0000428bu, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, - 0x0000428cu, 0x0000428bu, 0x0003003eu, 0x0000405bu, 0x0000428cu, 0x00050041u, 0x00000007u, 0x00004df8u, - 0x0000405bu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004df9u, 0x00004df8u, 0x00050084u, 0x00000006u, - 0x00004dfau, 0x00003f9eu, 0x00004df9u, 0x00050080u, 0x00000006u, 0x00004dfbu, 0x00003f9bu, 0x00004dfau, - 0x00050041u, 0x00000007u, 0x00004dfcu, 0x0000405bu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004dfdu, - 0x00004dfcu, 0x00050084u, 0x00000006u, 0x00004dfeu, 0x00004dfdu, 0x00000330u, 0x00050080u, 0x00000006u, - 0x00004e00u, 0x00004dfbu, 0x00004dfeu, 0x000500c7u, 0x00000006u, 0x00004e02u, 0x00004e00u, 0x000006b6u, - 0x000500c2u, 0x00000006u, 0x00004e04u, 0x00004e02u, 0x00000196u, 0x0004003du, 0x00000006u, 0x00004e06u, - 0x00004df8u, 0x000500c7u, 0x00000006u, 0x00004e07u, 0x00004e06u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x00004e08u, 0x00004e07u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00004e0au, 0x00004e04u, 0x00004e08u, - 0x000500c6u, 0x00000006u, 0x00004e0cu, 0x00004e0au, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00004e0fu, - 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004e0cu, 0x0004003du, 0x000001afu, 0x00004e10u, - 0x00004e0fu, 0x00040071u, 0x00000006u, 0x00004e11u, 0x00004e10u, 0x00060050u, 0x000002b8u, 0x00004e19u, - 0x00004e11u, 0x00004e11u, 0x00004e11u, 0x000500c2u, 0x000002b8u, 0x00004e1au, 0x00004e19u, 0x0000067cu, - 0x000500c7u, 0x000002b8u, 0x00004e1cu, 0x00004e1au, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004e1fu, - 0x00004e1cu, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00004e22u, 0x00004e1cu, 0x000079acu, 0x000500c5u, - 0x000002b8u, 0x00004e23u, 0x00004e1fu, 0x00004e22u, 0x000500c7u, 0x00000006u, 0x00004e25u, 0x00004e11u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004e26u, 0x00004e25u, 0x0000068bu, 0x0004007cu, 0x00000052u, - 0x00004e28u, 0x00004e23u, 0x0004007cu, 0x00000008u, 0x00004e2au, 0x00004e26u, 0x00050051u, 0x00000008u, - 0x00004e2bu, 0x00004e28u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004e2cu, 0x00004e28u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00004e2du, 0x00004e28u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004e2eu, - 0x00004e2bu, 0x00004e2cu, 0x00004e2du, 0x00004e2au, 0x000200f9u, 0x00004290u, 0x000200f8u, 0x00004290u, - 0x000700f5u, 0x00000009u, 0x00006ce9u, 0x0000634au, 0x00004286u, 0x00004e2eu, 0x00004288u, 0x000200f9u, - 0x000042b2u, 0x000200f8u, 0x0000424fu, 0x0004007cu, 0x000000a0u, 0x00004251u, 0x000068eeu, 0x0003003eu, - 0x00004046u, 0x00004251u, 0x00050041u, 0x00000007u, 0x00004ca4u, 0x00004046u, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00004ca5u, 0x00004ca4u, 0x00050084u, 0x00000006u, 0x00004ca6u, 0x00003f9eu, 0x00004ca5u, - 0x00050080u, 0x00000006u, 0x00004ca7u, 0x00003f9bu, 0x00004ca6u, 0x00050041u, 0x00000007u, 0x00004ca8u, - 0x00004046u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004ca9u, 0x00004ca8u, 0x00050080u, 0x00000006u, - 0x00004cabu, 0x00004ca7u, 0x00004ca9u, 0x000500c7u, 0x00000006u, 0x00004cadu, 0x00004cabu, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x00004cb0u, 0x00004ca4u, 0x000500c7u, 0x00000006u, 0x00004cb1u, 0x00004cb0u, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004cb2u, 0x00004cb1u, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00004cb4u, 0x00004cadu, 0x00004cb2u, 0x000500c6u, 0x00000006u, 0x00004cb6u, 0x00004cb4u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x00004cb9u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004cb6u, - 0x0004003du, 0x000001adu, 0x00004cbau, 0x00004cb9u, 0x00040071u, 0x00000006u, 0x00004cbbu, 0x00004cbau, - 0x0004007cu, 0x00000008u, 0x00004cbdu, 0x00004cbbu, 0x00070050u, 0x00000009u, 0x00004cbeu, 0x00004cbdu, - 0x00004cbdu, 0x00004cbdu, 0x00004cbdu, 0x000300f7u, 0x00004265u, 0x00000000u, 0x000400fau, 0x00001a33u, - 0x00004256u, 0x00004265u, 0x000200f8u, 0x00004256u, 0x00050050u, 0x0000004du, 0x00004259u, 0x000068ddu, - 0x00004164u, 0x0004007cu, 0x000000a0u, 0x0000425au, 0x00004259u, 0x0003003eu, 0x00004049u, 0x0000425au, - 0x00050041u, 0x00000007u, 0x00004cc8u, 0x00004049u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004cc9u, - 0x00004cc8u, 0x00050084u, 0x00000006u, 0x00004ccau, 0x00003f9eu, 0x00004cc9u, 0x00050080u, 0x00000006u, - 0x00004ccbu, 0x00003f9bu, 0x00004ccau, 0x00050041u, 0x00000007u, 0x00004cccu, 0x00004049u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00004ccdu, 0x00004cccu, 0x00050080u, 0x00000006u, 0x00004ccfu, 0x00004ccbu, - 0x00004ccdu, 0x000500c7u, 0x00000006u, 0x00004cd1u, 0x00004ccfu, 0x000006b6u, 0x0004003du, 0x00000006u, - 0x00004cd4u, 0x00004cc8u, 0x000500c7u, 0x00000006u, 0x00004cd5u, 0x00004cd4u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00004cd6u, 0x00004cd5u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00004cd8u, 0x00004cd1u, - 0x00004cd6u, 0x000500c6u, 0x00000006u, 0x00004cdau, 0x00004cd8u, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x00004cddu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004cdau, 0x0004003du, 0x000001adu, - 0x00004cdeu, 0x00004cddu, 0x00040071u, 0x00000006u, 0x00004cdfu, 0x00004cdeu, 0x0004007cu, 0x00000008u, - 0x00004ce1u, 0x00004cdfu, 0x00070050u, 0x00000009u, 0x00004ce2u, 0x00004ce1u, 0x00004ce1u, 0x00004ce1u, - 0x00004ce1u, 0x00050050u, 0x0000004du, 0x00004260u, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, - 0x00004261u, 0x00004260u, 0x0003003eu, 0x0000404cu, 0x00004261u, 0x00050041u, 0x00000007u, 0x00004cecu, - 0x0000404cu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004cedu, 0x00004cecu, 0x00050084u, 0x00000006u, - 0x00004ceeu, 0x00003f9eu, 0x00004cedu, 0x00050080u, 0x00000006u, 0x00004cefu, 0x00003f9bu, 0x00004ceeu, - 0x00050041u, 0x00000007u, 0x00004cf0u, 0x0000404cu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004cf1u, - 0x00004cf0u, 0x00050080u, 0x00000006u, 0x00004cf3u, 0x00004cefu, 0x00004cf1u, 0x000500c7u, 0x00000006u, - 0x00004cf5u, 0x00004cf3u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00004cf8u, 0x00004cecu, 0x000500c7u, - 0x00000006u, 0x00004cf9u, 0x00004cf8u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004cfau, 0x00004cf9u, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x00004cfcu, 0x00004cf5u, 0x00004cfau, 0x000500c6u, 0x00000006u, - 0x00004cfeu, 0x00004cfcu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004d01u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00004cfeu, 0x0004003du, 0x000001adu, 0x00004d02u, 0x00004d01u, 0x00040071u, - 0x00000006u, 0x00004d03u, 0x00004d02u, 0x0004007cu, 0x00000008u, 0x00004d05u, 0x00004d03u, 0x00070050u, - 0x00000009u, 0x00004d06u, 0x00004d05u, 0x00004d05u, 0x00004d05u, 0x00004d05u, 0x000200f9u, 0x00004265u, - 0x000200f8u, 0x00004265u, 0x000700f5u, 0x00000009u, 0x00006bf5u, 0x0000634au, 0x0000424fu, 0x00004d06u, - 0x00004256u, 0x000700f5u, 0x00000009u, 0x00006b03u, 0x0000634au, 0x0000424fu, 0x00004ce2u, 0x00004256u, - 0x000300f7u, 0x0000426fu, 0x00000000u, 0x000400fau, 0x00004170u, 0x00004267u, 0x0000426fu, 0x000200f8u, - 0x00004267u, 0x00050050u, 0x0000004du, 0x0000426au, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, - 0x0000426bu, 0x0000426au, 0x0003003eu, 0x0000404fu, 0x0000426bu, 0x00050041u, 0x00000007u, 0x00004d10u, - 0x0000404fu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004d11u, 0x00004d10u, 0x00050084u, 0x00000006u, - 0x00004d12u, 0x00003f9eu, 0x00004d11u, 0x00050080u, 0x00000006u, 0x00004d13u, 0x00003f9bu, 0x00004d12u, - 0x00050041u, 0x00000007u, 0x00004d14u, 0x0000404fu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004d15u, - 0x00004d14u, 0x00050080u, 0x00000006u, 0x00004d17u, 0x00004d13u, 0x00004d15u, 0x000500c7u, 0x00000006u, - 0x00004d19u, 0x00004d17u, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00004d1cu, 0x00004d10u, 0x000500c7u, - 0x00000006u, 0x00004d1du, 0x00004d1cu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004d1eu, 0x00004d1du, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x00004d20u, 0x00004d19u, 0x00004d1eu, 0x000500c6u, 0x00000006u, - 0x00004d22u, 0x00004d20u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004d25u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00004d22u, 0x0004003du, 0x000001adu, 0x00004d26u, 0x00004d25u, 0x00040071u, - 0x00000006u, 0x00004d27u, 0x00004d26u, 0x0004007cu, 0x00000008u, 0x00004d29u, 0x00004d27u, 0x00070050u, - 0x00000009u, 0x00004d2au, 0x00004d29u, 0x00004d29u, 0x00004d29u, 0x00004d29u, 0x000200f9u, 0x0000426fu, - 0x000200f8u, 0x0000426fu, 0x000700f5u, 0x00000009u, 0x00006ce7u, 0x0000634au, 0x00004265u, 0x00004d2au, - 0x00004267u, 0x000200f9u, 0x000042b2u, 0x000200f8u, 0x0000422eu, 0x0004007cu, 0x000000a0u, 0x00004230u, - 0x000068eeu, 0x0003003eu, 0x0000403au, 0x00004230u, 0x00050041u, 0x00000007u, 0x00004bd9u, 0x0000403au, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004bdau, 0x00004bd9u, 0x00050084u, 0x00000006u, 0x00004bdbu, - 0x00003f9eu, 0x00004bdau, 0x00050080u, 0x00000006u, 0x00004bdcu, 0x00003f9bu, 0x00004bdbu, 0x00050041u, - 0x00000007u, 0x00004bddu, 0x0000403au, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004bdeu, 0x00004bddu, - 0x000500c2u, 0x00000006u, 0x00004bdfu, 0x00004bdeu, 0x00000196u, 0x00050080u, 0x00000006u, 0x00004be1u, - 0x00004bdcu, 0x00004bdfu, 0x000500c7u, 0x00000006u, 0x00004be3u, 0x00004be1u, 0x000006b6u, 0x0004003du, - 0x00000006u, 0x00004be5u, 0x00004bddu, 0x000400c8u, 0x00000006u, 0x00004be6u, 0x00004be5u, 0x000500c7u, - 0x00000006u, 0x00004be7u, 0x00004be6u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004be8u, 0x00004be7u, - 0x000006beu, 0x0004003du, 0x00000006u, 0x00004bebu, 0x00004bd9u, 0x000500c7u, 0x00000006u, 0x00004becu, - 0x00004bebu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004bedu, 0x00004becu, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x00004befu, 0x00004be3u, 0x00004bedu, 0x000500c6u, 0x00000006u, 0x00004bf1u, 0x00004befu, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004bf4u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00004bf1u, 0x0004003du, 0x000001adu, 0x00004bf5u, 0x00004bf4u, 0x00040071u, 0x00000006u, 0x00004bf6u, - 0x00004bf5u, 0x000500c2u, 0x00000006u, 0x00004bf9u, 0x00004bf6u, 0x00004be8u, 0x000500c7u, 0x00000006u, - 0x00004bfau, 0x00004bf9u, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00004bfcu, 0x00004bfau, 0x0000019fu, - 0x000500c5u, 0x00000006u, 0x00004bfeu, 0x00004bfau, 0x00004bfcu, 0x0004007cu, 0x00000008u, 0x00004c00u, - 0x00004bfeu, 0x00070050u, 0x00000009u, 0x00004c01u, 0x00004c00u, 0x00004c00u, 0x00004c00u, 0x00004c00u, - 0x000300f7u, 0x00004244u, 0x00000000u, 0x000400fau, 0x00001a33u, 0x00004235u, 0x00004244u, 0x000200f8u, - 0x00004235u, 0x00050050u, 0x0000004du, 0x00004238u, 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, - 0x00004239u, 0x00004238u, 0x0003003eu, 0x0000403du, 0x00004239u, 0x00050041u, 0x00000007u, 0x00004c0cu, - 0x0000403du, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004c0du, 0x00004c0cu, 0x00050084u, 0x00000006u, - 0x00004c0eu, 0x00003f9eu, 0x00004c0du, 0x00050080u, 0x00000006u, 0x00004c0fu, 0x00003f9bu, 0x00004c0eu, - 0x00050041u, 0x00000007u, 0x00004c10u, 0x0000403du, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004c11u, - 0x00004c10u, 0x000500c2u, 0x00000006u, 0x00004c12u, 0x00004c11u, 0x00000196u, 0x00050080u, 0x00000006u, - 0x00004c14u, 0x00004c0fu, 0x00004c12u, 0x000500c7u, 0x00000006u, 0x00004c16u, 0x00004c14u, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x00004c18u, 0x00004c10u, 0x000400c8u, 0x00000006u, 0x00004c19u, 0x00004c18u, - 0x000500c7u, 0x00000006u, 0x00004c1au, 0x00004c19u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004c1bu, - 0x00004c1au, 0x000006beu, 0x0004003du, 0x00000006u, 0x00004c1eu, 0x00004c0cu, 0x000500c7u, 0x00000006u, - 0x00004c1fu, 0x00004c1eu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004c20u, 0x00004c1fu, 0x00000199u, - 0x000500c6u, 0x00000006u, 0x00004c22u, 0x00004c16u, 0x00004c20u, 0x000500c6u, 0x00000006u, 0x00004c24u, - 0x00004c22u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004c27u, 0x000006d1u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00004c24u, 0x0004003du, 0x000001adu, 0x00004c28u, 0x00004c27u, 0x00040071u, 0x00000006u, - 0x00004c29u, 0x00004c28u, 0x000500c2u, 0x00000006u, 0x00004c2cu, 0x00004c29u, 0x00004c1bu, 0x000500c7u, - 0x00000006u, 0x00004c2du, 0x00004c2cu, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00004c2fu, 0x00004c2du, - 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00004c31u, 0x00004c2du, 0x00004c2fu, 0x0004007cu, 0x00000008u, - 0x00004c33u, 0x00004c31u, 0x00070050u, 0x00000009u, 0x00004c34u, 0x00004c33u, 0x00004c33u, 0x00004c33u, - 0x00004c33u, 0x00050050u, 0x0000004du, 0x0000423fu, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, - 0x00004240u, 0x0000423fu, 0x0003003eu, 0x00004040u, 0x00004240u, 0x00050041u, 0x00000007u, 0x00004c3fu, - 0x00004040u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004c40u, 0x00004c3fu, 0x00050084u, 0x00000006u, - 0x00004c41u, 0x00003f9eu, 0x00004c40u, 0x00050080u, 0x00000006u, 0x00004c42u, 0x00003f9bu, 0x00004c41u, - 0x00050041u, 0x00000007u, 0x00004c43u, 0x00004040u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004c44u, - 0x00004c43u, 0x000500c2u, 0x00000006u, 0x00004c45u, 0x00004c44u, 0x00000196u, 0x00050080u, 0x00000006u, - 0x00004c47u, 0x00004c42u, 0x00004c45u, 0x000500c7u, 0x00000006u, 0x00004c49u, 0x00004c47u, 0x000006b6u, - 0x0004003du, 0x00000006u, 0x00004c4bu, 0x00004c43u, 0x000400c8u, 0x00000006u, 0x00004c4cu, 0x00004c4bu, - 0x000500c7u, 0x00000006u, 0x00004c4du, 0x00004c4cu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004c4eu, - 0x00004c4du, 0x000006beu, 0x0004003du, 0x00000006u, 0x00004c51u, 0x00004c3fu, 0x000500c7u, 0x00000006u, - 0x00004c52u, 0x00004c51u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004c53u, 0x00004c52u, 0x00000199u, - 0x000500c6u, 0x00000006u, 0x00004c55u, 0x00004c49u, 0x00004c53u, 0x000500c6u, 0x00000006u, 0x00004c57u, - 0x00004c55u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004c5au, 0x000006d1u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00004c57u, 0x0004003du, 0x000001adu, 0x00004c5bu, 0x00004c5au, 0x00040071u, 0x00000006u, - 0x00004c5cu, 0x00004c5bu, 0x000500c2u, 0x00000006u, 0x00004c5fu, 0x00004c5cu, 0x00004c4eu, 0x000500c7u, - 0x00000006u, 0x00004c60u, 0x00004c5fu, 0x000006dau, 0x000500c4u, 0x00000006u, 0x00004c62u, 0x00004c60u, - 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00004c64u, 0x00004c60u, 0x00004c62u, 0x0004007cu, 0x00000008u, - 0x00004c66u, 0x00004c64u, 0x00070050u, 0x00000009u, 0x00004c67u, 0x00004c66u, 0x00004c66u, 0x00004c66u, - 0x00004c66u, 0x000200f9u, 0x00004244u, 0x000200f8u, 0x00004244u, 0x000700f5u, 0x00000009u, 0x00006bf3u, - 0x0000634au, 0x0000422eu, 0x00004c67u, 0x00004235u, 0x000700f5u, 0x00000009u, 0x00006b01u, 0x0000634au, - 0x0000422eu, 0x00004c34u, 0x00004235u, 0x000300f7u, 0x0000424eu, 0x00000000u, 0x000400fau, 0x00004170u, - 0x00004246u, 0x0000424eu, 0x000200f8u, 0x00004246u, 0x00050050u, 0x0000004du, 0x00004249u, 0x000068ddu, - 0x00004166u, 0x0004007cu, 0x000000a0u, 0x0000424au, 0x00004249u, 0x0003003eu, 0x00004043u, 0x0000424au, - 0x00050041u, 0x00000007u, 0x00004c72u, 0x00004043u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004c73u, - 0x00004c72u, 0x00050084u, 0x00000006u, 0x00004c74u, 0x00003f9eu, 0x00004c73u, 0x00050080u, 0x00000006u, - 0x00004c75u, 0x00003f9bu, 0x00004c74u, 0x00050041u, 0x00000007u, 0x00004c76u, 0x00004043u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00004c77u, 0x00004c76u, 0x000500c2u, 0x00000006u, 0x00004c78u, 0x00004c77u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x00004c7au, 0x00004c75u, 0x00004c78u, 0x000500c7u, 0x00000006u, - 0x00004c7cu, 0x00004c7au, 0x000006b6u, 0x0004003du, 0x00000006u, 0x00004c7eu, 0x00004c76u, 0x000400c8u, - 0x00000006u, 0x00004c7fu, 0x00004c7eu, 0x000500c7u, 0x00000006u, 0x00004c80u, 0x00004c7fu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x00004c81u, 0x00004c80u, 0x000006beu, 0x0004003du, 0x00000006u, 0x00004c84u, - 0x00004c72u, 0x000500c7u, 0x00000006u, 0x00004c85u, 0x00004c84u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x00004c86u, 0x00004c85u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00004c88u, 0x00004c7cu, 0x00004c86u, - 0x000500c6u, 0x00000006u, 0x00004c8au, 0x00004c88u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004c8du, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004c8au, 0x0004003du, 0x000001adu, 0x00004c8eu, - 0x00004c8du, 0x00040071u, 0x00000006u, 0x00004c8fu, 0x00004c8eu, 0x000500c2u, 0x00000006u, 0x00004c92u, - 0x00004c8fu, 0x00004c81u, 0x000500c7u, 0x00000006u, 0x00004c93u, 0x00004c92u, 0x000006dau, 0x000500c4u, - 0x00000006u, 0x00004c95u, 0x00004c93u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x00004c97u, 0x00004c93u, - 0x00004c95u, 0x0004007cu, 0x00000008u, 0x00004c99u, 0x00004c97u, 0x00070050u, 0x00000009u, 0x00004c9au, - 0x00004c99u, 0x00004c99u, 0x00004c99u, 0x00004c99u, 0x000200f9u, 0x0000424eu, 0x000200f8u, 0x0000424eu, - 0x000700f5u, 0x00000009u, 0x00006ce5u, 0x0000634au, 0x00004244u, 0x00004c9au, 0x00004246u, 0x000200f9u, - 0x000042b2u, 0x000200f8u, 0x000042b2u, 0x000d00f5u, 0x00000009u, 0x00006ce4u, 0x0000634au, 0x0000422bu, - 0x00006ce5u, 0x0000424eu, 0x00006ce7u, 0x0000426fu, 0x00006ce9u, 0x00004290u, 0x00006cebu, 0x000042b1u, - 0x000d00f5u, 0x00000009u, 0x00006bf1u, 0x0000634au, 0x0000422bu, 0x00006bf3u, 0x0000424eu, 0x00006bf5u, - 0x0000426fu, 0x00006bf7u, 0x00004290u, 0x00006bf9u, 0x000042b1u, 0x000d00f5u, 0x00000009u, 0x00006affu, - 0x0000634au, 0x0000422bu, 0x00006b01u, 0x0000424eu, 0x00006b03u, 0x0000426fu, 0x00006b05u, 0x00004290u, - 0x00006b07u, 0x000042b1u, 0x000d00f5u, 0x00000009u, 0x000069d3u, 0x0000634au, 0x0000422bu, 0x00004c01u, - 0x0000424eu, 0x00004cbeu, 0x0000426fu, 0x00004d6bu, 0x00004290u, 0x00004e65u, 0x000042b1u, 0x000200f9u, - 0x00004443u, 0x000200f8u, 0x00004443u, 0x000f00f5u, 0x00000009u, 0x00006ce3u, 0x0000634au, 0x00004228u, - 0x00006ce4u, 0x000042b2u, 0x00006cedu, 0x000042e0u, 0x00006ceeu, 0x00004353u, 0x00006cf5u, 0x000043dbu, - 0x00006cfeu, 0x00004442u, 0x000f00f5u, 0x00000009u, 0x00006bf0u, 0x0000634au, 0x00004228u, 0x00006bf1u, - 0x000042b2u, 0x00006bfau, 0x000042e0u, 0x00006bfbu, 0x00004353u, 0x00006c02u, 0x000043dbu, 0x00006c0bu, - 0x00004442u, 0x000f00f5u, 0x00000009u, 0x00006afeu, 0x0000634au, 0x00004228u, 0x00006affu, 0x000042b2u, - 0x00006b08u, 0x000042e0u, 0x00006b09u, 0x00004353u, 0x00006b10u, 0x000043dbu, 0x00006b19u, 0x00004442u, - 0x000f00f5u, 0x00000009u, 0x000069d2u, 0x0000634au, 0x00004228u, 0x000069d3u, 0x000042b2u, 0x00004f56u, - 0x000042e0u, 0x000069ddu, 0x00004353u, 0x000069e4u, 0x000043dbu, 0x000069edu, 0x00004442u, 0x000200f9u, - 0x00004444u, 0x000200f8u, 0x0000418bu, 0x000300f7u, 0x00004227u, 0x00000000u, 0x000b00fbu, 0x000079cbu, - 0x00004227u, 0x00000000u, 0x0000418eu, 0x00000002u, 0x0000418eu, 0x00000003u, 0x0000418eu, 0x00000004u, - 0x0000418eu, 0x000200f8u, 0x0000418eu, 0x000600a9u, 0x00000008u, 0x00004192u, 0x00004178u, 0x00000199u, - 0x00000196u, 0x0004007cu, 0x00000006u, 0x00004193u, 0x00004192u, 0x000300f7u, 0x00004226u, 0x00000000u, - 0x000700fbu, 0x000079ccu, 0x00004196u, 0x00000000u, 0x000041c2u, 0x00000001u, 0x000041fau, 0x000200f8u, - 0x000041fau, 0x0004007cu, 0x000000a0u, 0x000041fcu, 0x000068eeu, 0x000600a9u, 0x00000008u, 0x000041feu, - 0x00004178u, 0x0000019cu, 0x00000187u, 0x0004007cu, 0x00000006u, 0x000041ffu, 0x000041feu, 0x0003003eu, - 0x0000400au, 0x000041fcu, 0x00050041u, 0x00000007u, 0x00004a40u, 0x0000400au, 0x0000032cu, 0x0004003du, - 0x00000006u, 0x00004a41u, 0x00004a40u, 0x00050084u, 0x00000006u, 0x00004a42u, 0x00003f9eu, 0x00004a41u, - 0x00050080u, 0x00000006u, 0x00004a43u, 0x00003f9bu, 0x00004a42u, 0x00050041u, 0x00000007u, 0x00004a44u, - 0x0000400au, 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004a45u, 0x00004a44u, 0x00050080u, 0x00000006u, - 0x00004a47u, 0x00004a43u, 0x00004a45u, 0x000500c7u, 0x00000006u, 0x00004a49u, 0x00004a47u, 0x00000769u, - 0x0004003du, 0x00000006u, 0x00004a4cu, 0x00004a40u, 0x000500c7u, 0x00000006u, 0x00004a4du, 0x00004a4cu, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004a4eu, 0x00004a4du, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x00004a50u, 0x00004a49u, 0x00004a4eu, 0x000500c6u, 0x00000006u, 0x00004a52u, 0x00004a50u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x00004a55u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004a52u, - 0x0004003du, 0x000001adu, 0x00004a56u, 0x00004a55u, 0x00040071u, 0x00000006u, 0x00004a57u, 0x00004a56u, - 0x000500c4u, 0x00000006u, 0x00004a59u, 0x00004a57u, 0x00000199u, 0x00050080u, 0x00000006u, 0x00004a5bu, - 0x00004a59u, 0x000041ffu, 0x000500c6u, 0x00000006u, 0x00004a5eu, 0x00004a5bu, 0x00004193u, 0x000500c5u, - 0x00000006u, 0x00004a61u, 0x0000079au, 0x00004a5eu, 0x00080041u, 0x000001f4u, 0x00004a62u, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004a61u, 0x0004003du, 0x000001afu, 0x00004a63u, 0x00004a62u, - 0x00040071u, 0x00000006u, 0x00004a64u, 0x00004a63u, 0x000300f7u, 0x00004a6cu, 0x00000000u, 0x000400fau, - 0x00001a30u, 0x00004a66u, 0x00004a69u, 0x000200f8u, 0x00004a69u, 0x00060050u, 0x000002b8u, 0x00004a84u, - 0x00004a64u, 0x00004a64u, 0x00004a64u, 0x000500c2u, 0x000002b8u, 0x00004a85u, 0x00004a84u, 0x0000067cu, - 0x000500c7u, 0x000002b8u, 0x00004a87u, 0x00004a85u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004a8au, - 0x00004a87u, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00004a8du, 0x00004a87u, 0x000079acu, 0x000500c5u, - 0x000002b8u, 0x00004a8eu, 0x00004a8au, 0x00004a8du, 0x000500c7u, 0x00000006u, 0x00004a90u, 0x00004a64u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004a91u, 0x00004a90u, 0x0000068bu, 0x0004007cu, 0x00000052u, - 0x00004a93u, 0x00004a8eu, 0x0004007cu, 0x00000008u, 0x00004a95u, 0x00004a91u, 0x00050051u, 0x00000008u, - 0x00004a96u, 0x00004a93u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004a97u, 0x00004a93u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00004a98u, 0x00004a93u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004a99u, - 0x00004a96u, 0x00004a97u, 0x00004a98u, 0x00004a95u, 0x000200f9u, 0x00004a6cu, 0x000200f8u, 0x00004a66u, - 0x000500c2u, 0x00000006u, 0x00004a73u, 0x00004a64u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00004a75u, - 0x00004a64u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00004a77u, 0x00004a73u, 0x0004007cu, 0x00000008u, - 0x00004a7du, 0x00004a75u, 0x00070050u, 0x00000009u, 0x00004a7eu, 0x00004a77u, 0x00004a77u, 0x00004a77u, - 0x00004a7du, 0x000200f9u, 0x00004a6cu, 0x000200f8u, 0x00004a6cu, 0x000700f5u, 0x00000009u, 0x000068f2u, - 0x00004a7eu, 0x00004a66u, 0x00004a99u, 0x00004a69u, 0x000300f7u, 0x00004219u, 0x00000000u, 0x000400fau, - 0x00001a33u, 0x00004206u, 0x00004219u, 0x000200f8u, 0x00004206u, 0x00050050u, 0x0000004du, 0x00004209u, - 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x0000420au, 0x00004209u, 0x0003003eu, 0x00004010u, - 0x0000420au, 0x00050041u, 0x00000007u, 0x00004aa7u, 0x00004010u, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x00004aa8u, 0x00004aa7u, 0x00050084u, 0x00000006u, 0x00004aa9u, 0x00003f9eu, 0x00004aa8u, 0x00050080u, - 0x00000006u, 0x00004aaau, 0x00003f9bu, 0x00004aa9u, 0x00050041u, 0x00000007u, 0x00004aabu, 0x00004010u, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x00004aacu, 0x00004aabu, 0x00050080u, 0x00000006u, 0x00004aaeu, - 0x00004aaau, 0x00004aacu, 0x000500c7u, 0x00000006u, 0x00004ab0u, 0x00004aaeu, 0x00000769u, 0x0004003du, - 0x00000006u, 0x00004ab3u, 0x00004aa7u, 0x000500c7u, 0x00000006u, 0x00004ab4u, 0x00004ab3u, 0x0000032cu, - 0x000500c4u, 0x00000006u, 0x00004ab5u, 0x00004ab4u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00004ab7u, - 0x00004ab0u, 0x00004ab5u, 0x000500c6u, 0x00000006u, 0x00004ab9u, 0x00004ab7u, 0x00000333u, 0x00080041u, - 0x000001fbu, 0x00004abcu, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004ab9u, 0x0004003du, - 0x000001adu, 0x00004abdu, 0x00004abcu, 0x00040071u, 0x00000006u, 0x00004abeu, 0x00004abdu, 0x000500c4u, - 0x00000006u, 0x00004ac0u, 0x00004abeu, 0x00000199u, 0x00050080u, 0x00000006u, 0x00004ac2u, 0x00004ac0u, - 0x0000032cu, 0x000500c6u, 0x00000006u, 0x00004ac5u, 0x00004ac2u, 0x00004193u, 0x000500c5u, 0x00000006u, - 0x00004ac8u, 0x0000079au, 0x00004ac5u, 0x00080041u, 0x000001f4u, 0x00004ac9u, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00004ac8u, 0x0004003du, 0x000001afu, 0x00004acau, 0x00004ac9u, 0x00040071u, - 0x00000006u, 0x00004acbu, 0x00004acau, 0x000300f7u, 0x00004ad3u, 0x00000000u, 0x000400fau, 0x00001a30u, - 0x00004acdu, 0x00004ad0u, 0x000200f8u, 0x00004ad0u, 0x00060050u, 0x000002b8u, 0x00004aebu, 0x00004acbu, - 0x00004acbu, 0x00004acbu, 0x000500c2u, 0x000002b8u, 0x00004aecu, 0x00004aebu, 0x0000067cu, 0x000500c7u, - 0x000002b8u, 0x00004aeeu, 0x00004aecu, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004af1u, 0x00004aeeu, - 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00004af4u, 0x00004aeeu, 0x000079acu, 0x000500c5u, 0x000002b8u, - 0x00004af5u, 0x00004af1u, 0x00004af4u, 0x000500c7u, 0x00000006u, 0x00004af7u, 0x00004acbu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x00004af8u, 0x00004af7u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004afau, - 0x00004af5u, 0x0004007cu, 0x00000008u, 0x00004afcu, 0x00004af8u, 0x00050051u, 0x00000008u, 0x00004afdu, - 0x00004afau, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004afeu, 0x00004afau, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00004affu, 0x00004afau, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004b00u, 0x00004afdu, - 0x00004afeu, 0x00004affu, 0x00004afcu, 0x000200f9u, 0x00004ad3u, 0x000200f8u, 0x00004acdu, 0x000500c2u, - 0x00000006u, 0x00004adau, 0x00004acbu, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00004adcu, 0x00004acbu, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00004adeu, 0x00004adau, 0x0004007cu, 0x00000008u, 0x00004ae4u, - 0x00004adcu, 0x00070050u, 0x00000009u, 0x00004ae5u, 0x00004adeu, 0x00004adeu, 0x00004adeu, 0x00004ae4u, - 0x000200f9u, 0x00004ad3u, 0x000200f8u, 0x00004ad3u, 0x000700f5u, 0x00000009u, 0x000068f5u, 0x00004ae5u, - 0x00004acdu, 0x00004b00u, 0x00004ad0u, 0x00050050u, 0x0000004du, 0x00004212u, 0x000068d9u, 0x00004166u, - 0x0004007cu, 0x000000a0u, 0x00004213u, 0x00004212u, 0x0003003eu, 0x00004016u, 0x00004213u, 0x00050041u, - 0x00000007u, 0x00004b0eu, 0x00004016u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004b0fu, 0x00004b0eu, - 0x00050084u, 0x00000006u, 0x00004b10u, 0x00003f9eu, 0x00004b0fu, 0x00050080u, 0x00000006u, 0x00004b11u, - 0x00003f9bu, 0x00004b10u, 0x00050041u, 0x00000007u, 0x00004b12u, 0x00004016u, 0x000002d9u, 0x0004003du, - 0x00000006u, 0x00004b13u, 0x00004b12u, 0x00050080u, 0x00000006u, 0x00004b15u, 0x00004b11u, 0x00004b13u, - 0x000500c7u, 0x00000006u, 0x00004b17u, 0x00004b15u, 0x00000769u, 0x0004003du, 0x00000006u, 0x00004b1au, - 0x00004b0eu, 0x000500c7u, 0x00000006u, 0x00004b1bu, 0x00004b1au, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x00004b1cu, 0x00004b1bu, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00004b1eu, 0x00004b17u, 0x00004b1cu, - 0x000500c6u, 0x00000006u, 0x00004b20u, 0x00004b1eu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004b23u, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004b20u, 0x0004003du, 0x000001adu, 0x00004b24u, - 0x00004b23u, 0x00040071u, 0x00000006u, 0x00004b25u, 0x00004b24u, 0x000500c4u, 0x00000006u, 0x00004b27u, - 0x00004b25u, 0x00000199u, 0x00050080u, 0x00000006u, 0x00004b29u, 0x00004b27u, 0x00000330u, 0x000500c6u, - 0x00000006u, 0x00004b2cu, 0x00004b29u, 0x00004193u, 0x000500c5u, 0x00000006u, 0x00004b2fu, 0x0000079au, - 0x00004b2cu, 0x00080041u, 0x000001f4u, 0x00004b30u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x00004b2fu, 0x0004003du, 0x000001afu, 0x00004b31u, 0x00004b30u, 0x00040071u, 0x00000006u, 0x00004b32u, - 0x00004b31u, 0x000300f7u, 0x00004b3au, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00004b34u, 0x00004b37u, - 0x000200f8u, 0x00004b37u, 0x00060050u, 0x000002b8u, 0x00004b52u, 0x00004b32u, 0x00004b32u, 0x00004b32u, - 0x000500c2u, 0x000002b8u, 0x00004b53u, 0x00004b52u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00004b55u, - 0x00004b53u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004b58u, 0x00004b55u, 0x000079abu, 0x000500c2u, - 0x000002b8u, 0x00004b5bu, 0x00004b55u, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00004b5cu, 0x00004b58u, - 0x00004b5bu, 0x000500c7u, 0x00000006u, 0x00004b5eu, 0x00004b32u, 0x0000032cu, 0x00050084u, 0x00000006u, - 0x00004b5fu, 0x00004b5eu, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004b61u, 0x00004b5cu, 0x0004007cu, - 0x00000008u, 0x00004b63u, 0x00004b5fu, 0x00050051u, 0x00000008u, 0x00004b64u, 0x00004b61u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00004b65u, 0x00004b61u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004b66u, - 0x00004b61u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004b67u, 0x00004b64u, 0x00004b65u, 0x00004b66u, - 0x00004b63u, 0x000200f9u, 0x00004b3au, 0x000200f8u, 0x00004b34u, 0x000500c2u, 0x00000006u, 0x00004b41u, - 0x00004b32u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00004b43u, 0x00004b32u, 0x0000068bu, 0x0004007cu, - 0x00000008u, 0x00004b45u, 0x00004b41u, 0x0004007cu, 0x00000008u, 0x00004b4bu, 0x00004b43u, 0x00070050u, - 0x00000009u, 0x00004b4cu, 0x00004b45u, 0x00004b45u, 0x00004b45u, 0x00004b4bu, 0x000200f9u, 0x00004b3au, - 0x000200f8u, 0x00004b3au, 0x000700f5u, 0x00000009u, 0x000068f6u, 0x00004b4cu, 0x00004b34u, 0x00004b67u, - 0x00004b37u, 0x000200f9u, 0x00004219u, 0x000200f8u, 0x00004219u, 0x000700f5u, 0x00000009u, 0x00006bedu, - 0x0000634au, 0x00004a6cu, 0x000068f6u, 0x00004b3au, 0x000700f5u, 0x00000009u, 0x00006afau, 0x0000634au, - 0x00004a6cu, 0x000068f5u, 0x00004b3au, 0x000300f7u, 0x00004225u, 0x00000000u, 0x000400fau, 0x00004170u, - 0x0000421bu, 0x00004225u, 0x000200f8u, 0x0000421bu, 0x00050050u, 0x0000004du, 0x0000421eu, 0x000068ddu, - 0x00004166u, 0x0004007cu, 0x000000a0u, 0x0000421fu, 0x0000421eu, 0x0003003eu, 0x0000401cu, 0x0000421fu, - 0x00050041u, 0x00000007u, 0x00004b75u, 0x0000401cu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004b76u, - 0x00004b75u, 0x00050084u, 0x00000006u, 0x00004b77u, 0x00003f9eu, 0x00004b76u, 0x00050080u, 0x00000006u, - 0x00004b78u, 0x00003f9bu, 0x00004b77u, 0x00050041u, 0x00000007u, 0x00004b79u, 0x0000401cu, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x00004b7au, 0x00004b79u, 0x00050080u, 0x00000006u, 0x00004b7cu, 0x00004b78u, - 0x00004b7au, 0x000500c7u, 0x00000006u, 0x00004b7eu, 0x00004b7cu, 0x00000769u, 0x0004003du, 0x00000006u, - 0x00004b81u, 0x00004b75u, 0x000500c7u, 0x00000006u, 0x00004b82u, 0x00004b81u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x00004b83u, 0x00004b82u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x00004b85u, 0x00004b7eu, - 0x00004b83u, 0x000500c6u, 0x00000006u, 0x00004b87u, 0x00004b85u, 0x00000333u, 0x00080041u, 0x000001fbu, - 0x00004b8au, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004b87u, 0x0004003du, 0x000001adu, - 0x00004b8bu, 0x00004b8au, 0x00040071u, 0x00000006u, 0x00004b8cu, 0x00004b8bu, 0x000500c4u, 0x00000006u, - 0x00004b8eu, 0x00004b8cu, 0x00000199u, 0x00050080u, 0x00000006u, 0x00004b90u, 0x00004b8eu, 0x00000333u, - 0x000500c6u, 0x00000006u, 0x00004b93u, 0x00004b90u, 0x00004193u, 0x000500c5u, 0x00000006u, 0x00004b96u, - 0x0000079au, 0x00004b93u, 0x00080041u, 0x000001f4u, 0x00004b97u, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x00004b96u, 0x0004003du, 0x000001afu, 0x00004b98u, 0x00004b97u, 0x00040071u, 0x00000006u, - 0x00004b99u, 0x00004b98u, 0x000300f7u, 0x00004ba1u, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00004b9bu, - 0x00004b9eu, 0x000200f8u, 0x00004b9eu, 0x00060050u, 0x000002b8u, 0x00004bb9u, 0x00004b99u, 0x00004b99u, - 0x00004b99u, 0x000500c2u, 0x000002b8u, 0x00004bbau, 0x00004bb9u, 0x0000067cu, 0x000500c7u, 0x000002b8u, - 0x00004bbcu, 0x00004bbau, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004bbfu, 0x00004bbcu, 0x000079abu, - 0x000500c2u, 0x000002b8u, 0x00004bc2u, 0x00004bbcu, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x00004bc3u, - 0x00004bbfu, 0x00004bc2u, 0x000500c7u, 0x00000006u, 0x00004bc5u, 0x00004b99u, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x00004bc6u, 0x00004bc5u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004bc8u, 0x00004bc3u, - 0x0004007cu, 0x00000008u, 0x00004bcau, 0x00004bc6u, 0x00050051u, 0x00000008u, 0x00004bcbu, 0x00004bc8u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00004bccu, 0x00004bc8u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00004bcdu, 0x00004bc8u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004bceu, 0x00004bcbu, 0x00004bccu, - 0x00004bcdu, 0x00004bcau, 0x000200f9u, 0x00004ba1u, 0x000200f8u, 0x00004b9bu, 0x000500c2u, 0x00000006u, - 0x00004ba8u, 0x00004b99u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00004baau, 0x00004b99u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x00004bacu, 0x00004ba8u, 0x0004007cu, 0x00000008u, 0x00004bb2u, 0x00004baau, - 0x00070050u, 0x00000009u, 0x00004bb3u, 0x00004bacu, 0x00004bacu, 0x00004bacu, 0x00004bb2u, 0x000200f9u, - 0x00004ba1u, 0x000200f8u, 0x00004ba1u, 0x000700f5u, 0x00000009u, 0x000068f7u, 0x00004bb3u, 0x00004b9bu, - 0x00004bceu, 0x00004b9eu, 0x000200f9u, 0x00004225u, 0x000200f8u, 0x00004225u, 0x000700f5u, 0x00000009u, - 0x00006cdeu, 0x0000634au, 0x00004219u, 0x000068f7u, 0x00004ba1u, 0x000200f9u, 0x00004226u, 0x000200f8u, - 0x000041c2u, 0x0004007cu, 0x000000a0u, 0x000041c4u, 0x000068eeu, 0x0004007cu, 0x00000006u, 0x000041c7u, - 0x00003fadu, 0x000600a9u, 0x00000008u, 0x000041c9u, 0x00004178u, 0x0000019cu, 0x00000187u, 0x0004007cu, - 0x00000006u, 0x000041cau, 0x000041c9u, 0x0003003eu, 0x00003febu, 0x000041c4u, 0x00050041u, 0x00000007u, - 0x00004869u, 0x00003febu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x0000486au, 0x00004869u, 0x00050084u, - 0x00000006u, 0x0000486bu, 0x00003f9eu, 0x0000486au, 0x00050080u, 0x00000006u, 0x0000486cu, 0x00003f9bu, - 0x0000486bu, 0x00050041u, 0x00000007u, 0x0000486du, 0x00003febu, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x0000486eu, 0x0000486du, 0x000500c2u, 0x00000006u, 0x0000486fu, 0x0000486eu, 0x00000196u, 0x00050080u, - 0x00000006u, 0x00004871u, 0x0000486cu, 0x0000486fu, 0x000500c7u, 0x00000006u, 0x00004873u, 0x00004871u, - 0x00000769u, 0x0004003du, 0x00000006u, 0x00004875u, 0x0000486du, 0x000400c8u, 0x00000006u, 0x00004876u, - 0x00004875u, 0x000500c7u, 0x00000006u, 0x00004877u, 0x00004876u, 0x0000032cu, 0x00050084u, 0x00000006u, - 0x00004878u, 0x00004877u, 0x000006beu, 0x0004003du, 0x00000006u, 0x0000487bu, 0x00004869u, 0x000500c7u, - 0x00000006u, 0x0000487cu, 0x0000487bu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000487du, 0x0000487cu, - 0x00000199u, 0x000500c6u, 0x00000006u, 0x0000487fu, 0x00004873u, 0x0000487du, 0x000500c6u, 0x00000006u, - 0x00004881u, 0x0000487fu, 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004884u, 0x000006d1u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00004881u, 0x0004003du, 0x000001adu, 0x00004885u, 0x00004884u, 0x00040071u, - 0x00000006u, 0x00004886u, 0x00004885u, 0x000500c2u, 0x00000006u, 0x00004889u, 0x00004886u, 0x00004878u, - 0x000500c7u, 0x00000006u, 0x0000488au, 0x00004889u, 0x000006dau, 0x000500c4u, 0x00000006u, 0x0000488cu, - 0x000041c7u, 0x0000019fu, 0x000500c5u, 0x00000006u, 0x0000488eu, 0x0000488au, 0x0000488cu, 0x000500c4u, - 0x00000006u, 0x00004890u, 0x0000488eu, 0x00000199u, 0x00050080u, 0x00000006u, 0x00004892u, 0x00004890u, - 0x000041cau, 0x000500c6u, 0x00000006u, 0x00004895u, 0x00004892u, 0x00004193u, 0x000500c5u, 0x00000006u, - 0x00004898u, 0x0000079au, 0x00004895u, 0x00080041u, 0x000001f4u, 0x00004899u, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x00004898u, 0x0004003du, 0x000001afu, 0x0000489au, 0x00004899u, 0x00040071u, - 0x00000006u, 0x0000489bu, 0x0000489au, 0x000300f7u, 0x000048a3u, 0x00000000u, 0x000400fau, 0x00001a30u, - 0x0000489du, 0x000048a0u, 0x000200f8u, 0x000048a0u, 0x00060050u, 0x000002b8u, 0x000048bbu, 0x0000489bu, - 0x0000489bu, 0x0000489bu, 0x000500c2u, 0x000002b8u, 0x000048bcu, 0x000048bbu, 0x0000067cu, 0x000500c7u, - 0x000002b8u, 0x000048beu, 0x000048bcu, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x000048c1u, 0x000048beu, - 0x000079abu, 0x000500c2u, 0x000002b8u, 0x000048c4u, 0x000048beu, 0x000079acu, 0x000500c5u, 0x000002b8u, - 0x000048c5u, 0x000048c1u, 0x000048c4u, 0x000500c7u, 0x00000006u, 0x000048c7u, 0x0000489bu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x000048c8u, 0x000048c7u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x000048cau, - 0x000048c5u, 0x0004007cu, 0x00000008u, 0x000048ccu, 0x000048c8u, 0x00050051u, 0x00000008u, 0x000048cdu, - 0x000048cau, 0x00000000u, 0x00050051u, 0x00000008u, 0x000048ceu, 0x000048cau, 0x00000001u, 0x00050051u, - 0x00000008u, 0x000048cfu, 0x000048cau, 0x00000002u, 0x00070050u, 0x00000009u, 0x000048d0u, 0x000048cdu, - 0x000048ceu, 0x000048cfu, 0x000048ccu, 0x000200f9u, 0x000048a3u, 0x000200f8u, 0x0000489du, 0x000500c2u, - 0x00000006u, 0x000048aau, 0x0000489bu, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x000048acu, 0x0000489bu, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000048aeu, 0x000048aau, 0x0004007cu, 0x00000008u, 0x000048b4u, - 0x000048acu, 0x00070050u, 0x00000009u, 0x000048b5u, 0x000048aeu, 0x000048aeu, 0x000048aeu, 0x000048b4u, - 0x000200f9u, 0x000048a3u, 0x000200f8u, 0x000048a3u, 0x000700f5u, 0x00000009u, 0x000068f8u, 0x000048b5u, - 0x0000489du, 0x000048d0u, 0x000048a0u, 0x000300f7u, 0x000041eau, 0x00000000u, 0x000400fau, 0x00001a33u, - 0x000041d1u, 0x000041eau, 0x000200f8u, 0x000041d1u, 0x00050050u, 0x0000004du, 0x000041d4u, 0x000068ddu, - 0x00004164u, 0x0004007cu, 0x000000a0u, 0x000041d5u, 0x000041d4u, 0x0003003eu, 0x00003ff3u, 0x000041d5u, - 0x00050041u, 0x00000007u, 0x000048dfu, 0x00003ff3u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000048e0u, - 0x000048dfu, 0x00050084u, 0x00000006u, 0x000048e1u, 0x00003f9eu, 0x000048e0u, 0x00050080u, 0x00000006u, - 0x000048e2u, 0x00003f9bu, 0x000048e1u, 0x00050041u, 0x00000007u, 0x000048e3u, 0x00003ff3u, 0x000002d9u, - 0x0004003du, 0x00000006u, 0x000048e4u, 0x000048e3u, 0x000500c2u, 0x00000006u, 0x000048e5u, 0x000048e4u, - 0x00000196u, 0x00050080u, 0x00000006u, 0x000048e7u, 0x000048e2u, 0x000048e5u, 0x000500c7u, 0x00000006u, - 0x000048e9u, 0x000048e7u, 0x00000769u, 0x0004003du, 0x00000006u, 0x000048ebu, 0x000048e3u, 0x000400c8u, - 0x00000006u, 0x000048ecu, 0x000048ebu, 0x000500c7u, 0x00000006u, 0x000048edu, 0x000048ecu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x000048eeu, 0x000048edu, 0x000006beu, 0x0004003du, 0x00000006u, 0x000048f1u, - 0x000048dfu, 0x000500c7u, 0x00000006u, 0x000048f2u, 0x000048f1u, 0x0000032cu, 0x000500c4u, 0x00000006u, - 0x000048f3u, 0x000048f2u, 0x00000199u, 0x000500c6u, 0x00000006u, 0x000048f5u, 0x000048e9u, 0x000048f3u, - 0x000500c6u, 0x00000006u, 0x000048f7u, 0x000048f5u, 0x00000333u, 0x00080041u, 0x000001fbu, 0x000048fau, - 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000048f7u, 0x0004003du, 0x000001adu, 0x000048fbu, - 0x000048fau, 0x00040071u, 0x00000006u, 0x000048fcu, 0x000048fbu, 0x000500c2u, 0x00000006u, 0x000048ffu, - 0x000048fcu, 0x000048eeu, 0x000500c7u, 0x00000006u, 0x00004900u, 0x000048ffu, 0x000006dau, 0x000500c5u, - 0x00000006u, 0x00004904u, 0x00004900u, 0x0000488cu, 0x000500c4u, 0x00000006u, 0x00004906u, 0x00004904u, - 0x00000199u, 0x00050080u, 0x00000006u, 0x00004908u, 0x00004906u, 0x0000032cu, 0x000500c6u, 0x00000006u, - 0x0000490bu, 0x00004908u, 0x00004193u, 0x000500c5u, 0x00000006u, 0x0000490eu, 0x0000079au, 0x0000490bu, - 0x00080041u, 0x000001f4u, 0x0000490fu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x0000490eu, - 0x0004003du, 0x000001afu, 0x00004910u, 0x0000490fu, 0x00040071u, 0x00000006u, 0x00004911u, 0x00004910u, - 0x000300f7u, 0x00004919u, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00004913u, 0x00004916u, 0x000200f8u, - 0x00004916u, 0x00060050u, 0x000002b8u, 0x00004931u, 0x00004911u, 0x00004911u, 0x00004911u, 0x000500c2u, - 0x000002b8u, 0x00004932u, 0x00004931u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00004934u, 0x00004932u, - 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004937u, 0x00004934u, 0x000079abu, 0x000500c2u, 0x000002b8u, - 0x0000493au, 0x00004934u, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x0000493bu, 0x00004937u, 0x0000493au, - 0x000500c7u, 0x00000006u, 0x0000493du, 0x00004911u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x0000493eu, - 0x0000493du, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004940u, 0x0000493bu, 0x0004007cu, 0x00000008u, - 0x00004942u, 0x0000493eu, 0x00050051u, 0x00000008u, 0x00004943u, 0x00004940u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00004944u, 0x00004940u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004945u, 0x00004940u, - 0x00000002u, 0x00070050u, 0x00000009u, 0x00004946u, 0x00004943u, 0x00004944u, 0x00004945u, 0x00004942u, - 0x000200f9u, 0x00004919u, 0x000200f8u, 0x00004913u, 0x000500c2u, 0x00000006u, 0x00004920u, 0x00004911u, - 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00004922u, 0x00004911u, 0x0000068bu, 0x0004007cu, 0x00000008u, - 0x00004924u, 0x00004920u, 0x0004007cu, 0x00000008u, 0x0000492au, 0x00004922u, 0x00070050u, 0x00000009u, - 0x0000492bu, 0x00004924u, 0x00004924u, 0x00004924u, 0x0000492au, 0x000200f9u, 0x00004919u, 0x000200f8u, - 0x00004919u, 0x000700f5u, 0x00000009u, 0x000068fau, 0x0000492bu, 0x00004913u, 0x00004946u, 0x00004916u, - 0x00050050u, 0x0000004du, 0x000041e0u, 0x000068d9u, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000041e1u, - 0x000041e0u, 0x0003003eu, 0x00003ffbu, 0x000041e1u, 0x00050041u, 0x00000007u, 0x00004955u, 0x00003ffbu, - 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004956u, 0x00004955u, 0x00050084u, 0x00000006u, 0x00004957u, - 0x00003f9eu, 0x00004956u, 0x00050080u, 0x00000006u, 0x00004958u, 0x00003f9bu, 0x00004957u, 0x00050041u, - 0x00000007u, 0x00004959u, 0x00003ffbu, 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000495au, 0x00004959u, - 0x000500c2u, 0x00000006u, 0x0000495bu, 0x0000495au, 0x00000196u, 0x00050080u, 0x00000006u, 0x0000495du, - 0x00004958u, 0x0000495bu, 0x000500c7u, 0x00000006u, 0x0000495fu, 0x0000495du, 0x00000769u, 0x0004003du, - 0x00000006u, 0x00004961u, 0x00004959u, 0x000400c8u, 0x00000006u, 0x00004962u, 0x00004961u, 0x000500c7u, - 0x00000006u, 0x00004963u, 0x00004962u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004964u, 0x00004963u, - 0x000006beu, 0x0004003du, 0x00000006u, 0x00004967u, 0x00004955u, 0x000500c7u, 0x00000006u, 0x00004968u, - 0x00004967u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x00004969u, 0x00004968u, 0x00000199u, 0x000500c6u, - 0x00000006u, 0x0000496bu, 0x0000495fu, 0x00004969u, 0x000500c6u, 0x00000006u, 0x0000496du, 0x0000496bu, - 0x00000333u, 0x00080041u, 0x000001fbu, 0x00004970u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x0000496du, 0x0004003du, 0x000001adu, 0x00004971u, 0x00004970u, 0x00040071u, 0x00000006u, 0x00004972u, - 0x00004971u, 0x000500c2u, 0x00000006u, 0x00004975u, 0x00004972u, 0x00004964u, 0x000500c7u, 0x00000006u, - 0x00004976u, 0x00004975u, 0x000006dau, 0x000500c5u, 0x00000006u, 0x0000497au, 0x00004976u, 0x0000488cu, - 0x000500c4u, 0x00000006u, 0x0000497cu, 0x0000497au, 0x00000199u, 0x00050080u, 0x00000006u, 0x0000497eu, - 0x0000497cu, 0x00000330u, 0x000500c6u, 0x00000006u, 0x00004981u, 0x0000497eu, 0x00004193u, 0x000500c5u, - 0x00000006u, 0x00004984u, 0x0000079au, 0x00004981u, 0x00080041u, 0x000001f4u, 0x00004985u, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004984u, 0x0004003du, 0x000001afu, 0x00004986u, 0x00004985u, - 0x00040071u, 0x00000006u, 0x00004987u, 0x00004986u, 0x000300f7u, 0x0000498fu, 0x00000000u, 0x000400fau, - 0x00001a30u, 0x00004989u, 0x0000498cu, 0x000200f8u, 0x0000498cu, 0x00060050u, 0x000002b8u, 0x000049a7u, - 0x00004987u, 0x00004987u, 0x00004987u, 0x000500c2u, 0x000002b8u, 0x000049a8u, 0x000049a7u, 0x0000067cu, - 0x000500c7u, 0x000002b8u, 0x000049aau, 0x000049a8u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x000049adu, - 0x000049aau, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x000049b0u, 0x000049aau, 0x000079acu, 0x000500c5u, - 0x000002b8u, 0x000049b1u, 0x000049adu, 0x000049b0u, 0x000500c7u, 0x00000006u, 0x000049b3u, 0x00004987u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x000049b4u, 0x000049b3u, 0x0000068bu, 0x0004007cu, 0x00000052u, - 0x000049b6u, 0x000049b1u, 0x0004007cu, 0x00000008u, 0x000049b8u, 0x000049b4u, 0x00050051u, 0x00000008u, - 0x000049b9u, 0x000049b6u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000049bau, 0x000049b6u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x000049bbu, 0x000049b6u, 0x00000002u, 0x00070050u, 0x00000009u, 0x000049bcu, - 0x000049b9u, 0x000049bau, 0x000049bbu, 0x000049b8u, 0x000200f9u, 0x0000498fu, 0x000200f8u, 0x00004989u, - 0x000500c2u, 0x00000006u, 0x00004996u, 0x00004987u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00004998u, - 0x00004987u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x0000499au, 0x00004996u, 0x0004007cu, 0x00000008u, - 0x000049a0u, 0x00004998u, 0x00070050u, 0x00000009u, 0x000049a1u, 0x0000499au, 0x0000499au, 0x0000499au, - 0x000049a0u, 0x000200f9u, 0x0000498fu, 0x000200f8u, 0x0000498fu, 0x000700f5u, 0x00000009u, 0x000068fbu, - 0x000049a1u, 0x00004989u, 0x000049bcu, 0x0000498cu, 0x000200f9u, 0x000041eau, 0x000200f8u, 0x000041eau, - 0x000700f5u, 0x00000009u, 0x00006be9u, 0x0000634au, 0x000048a3u, 0x000068fbu, 0x0000498fu, 0x000700f5u, - 0x00000009u, 0x00006af5u, 0x0000634au, 0x000048a3u, 0x000068fau, 0x0000498fu, 0x000300f7u, 0x000041f9u, - 0x00000000u, 0x000400fau, 0x00004170u, 0x000041ecu, 0x000041f9u, 0x000200f8u, 0x000041ecu, 0x00050050u, - 0x0000004du, 0x000041efu, 0x000068ddu, 0x00004166u, 0x0004007cu, 0x000000a0u, 0x000041f0u, 0x000041efu, - 0x0003003eu, 0x00004003u, 0x000041f0u, 0x00050041u, 0x00000007u, 0x000049cbu, 0x00004003u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x000049ccu, 0x000049cbu, 0x00050084u, 0x00000006u, 0x000049cdu, 0x00003f9eu, - 0x000049ccu, 0x00050080u, 0x00000006u, 0x000049ceu, 0x00003f9bu, 0x000049cdu, 0x00050041u, 0x00000007u, - 0x000049cfu, 0x00004003u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000049d0u, 0x000049cfu, 0x000500c2u, - 0x00000006u, 0x000049d1u, 0x000049d0u, 0x00000196u, 0x00050080u, 0x00000006u, 0x000049d3u, 0x000049ceu, - 0x000049d1u, 0x000500c7u, 0x00000006u, 0x000049d5u, 0x000049d3u, 0x00000769u, 0x0004003du, 0x00000006u, - 0x000049d7u, 0x000049cfu, 0x000400c8u, 0x00000006u, 0x000049d8u, 0x000049d7u, 0x000500c7u, 0x00000006u, - 0x000049d9u, 0x000049d8u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x000049dau, 0x000049d9u, 0x000006beu, - 0x0004003du, 0x00000006u, 0x000049ddu, 0x000049cbu, 0x000500c7u, 0x00000006u, 0x000049deu, 0x000049ddu, - 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000049dfu, 0x000049deu, 0x00000199u, 0x000500c6u, 0x00000006u, - 0x000049e1u, 0x000049d5u, 0x000049dfu, 0x000500c6u, 0x00000006u, 0x000049e3u, 0x000049e1u, 0x00000333u, - 0x00080041u, 0x000001fbu, 0x000049e6u, 0x000006d1u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000049e3u, - 0x0004003du, 0x000001adu, 0x000049e7u, 0x000049e6u, 0x00040071u, 0x00000006u, 0x000049e8u, 0x000049e7u, - 0x000500c2u, 0x00000006u, 0x000049ebu, 0x000049e8u, 0x000049dau, 0x000500c7u, 0x00000006u, 0x000049ecu, - 0x000049ebu, 0x000006dau, 0x000500c5u, 0x00000006u, 0x000049f0u, 0x000049ecu, 0x0000488cu, 0x000500c4u, - 0x00000006u, 0x000049f2u, 0x000049f0u, 0x00000199u, 0x00050080u, 0x00000006u, 0x000049f4u, 0x000049f2u, - 0x00000333u, 0x000500c6u, 0x00000006u, 0x000049f7u, 0x000049f4u, 0x00004193u, 0x000500c5u, 0x00000006u, - 0x000049fau, 0x0000079au, 0x000049f7u, 0x00080041u, 0x000001f4u, 0x000049fbu, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x000049fau, 0x0004003du, 0x000001afu, 0x000049fcu, 0x000049fbu, 0x00040071u, - 0x00000006u, 0x000049fdu, 0x000049fcu, 0x000300f7u, 0x00004a05u, 0x00000000u, 0x000400fau, 0x00001a30u, - 0x000049ffu, 0x00004a02u, 0x000200f8u, 0x00004a02u, 0x00060050u, 0x000002b8u, 0x00004a1du, 0x000049fdu, - 0x000049fdu, 0x000049fdu, 0x000500c2u, 0x000002b8u, 0x00004a1eu, 0x00004a1du, 0x0000067cu, 0x000500c7u, - 0x000002b8u, 0x00004a20u, 0x00004a1eu, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004a23u, 0x00004a20u, - 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00004a26u, 0x00004a20u, 0x000079acu, 0x000500c5u, 0x000002b8u, - 0x00004a27u, 0x00004a23u, 0x00004a26u, 0x000500c7u, 0x00000006u, 0x00004a29u, 0x000049fdu, 0x0000032cu, - 0x00050084u, 0x00000006u, 0x00004a2au, 0x00004a29u, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004a2cu, - 0x00004a27u, 0x0004007cu, 0x00000008u, 0x00004a2eu, 0x00004a2au, 0x00050051u, 0x00000008u, 0x00004a2fu, - 0x00004a2cu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00004a30u, 0x00004a2cu, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00004a31u, 0x00004a2cu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004a32u, 0x00004a2fu, - 0x00004a30u, 0x00004a31u, 0x00004a2eu, 0x000200f9u, 0x00004a05u, 0x000200f8u, 0x000049ffu, 0x000500c2u, - 0x00000006u, 0x00004a0cu, 0x000049fdu, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00004a0eu, 0x000049fdu, - 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00004a10u, 0x00004a0cu, 0x0004007cu, 0x00000008u, 0x00004a16u, - 0x00004a0eu, 0x00070050u, 0x00000009u, 0x00004a17u, 0x00004a10u, 0x00004a10u, 0x00004a10u, 0x00004a16u, - 0x000200f9u, 0x00004a05u, 0x000200f8u, 0x00004a05u, 0x000700f5u, 0x00000009u, 0x000068fcu, 0x00004a17u, - 0x000049ffu, 0x00004a32u, 0x00004a02u, 0x000200f9u, 0x000041f9u, 0x000200f8u, 0x000041f9u, 0x000700f5u, - 0x00000009u, 0x00006cd9u, 0x0000634au, 0x000041eau, 0x000068fcu, 0x00004a05u, 0x000200f9u, 0x00004226u, - 0x000200f8u, 0x00004196u, 0x0004007cu, 0x000000a0u, 0x00004198u, 0x000068eeu, 0x000600a9u, 0x00000008u, - 0x0000419au, 0x00004178u, 0x0000019cu, 0x00000187u, 0x0004007cu, 0x00000006u, 0x0000419bu, 0x0000419au, - 0x0003003eu, 0x00004022u, 0x00004198u, 0x00050041u, 0x00000007u, 0x000046c0u, 0x00004022u, 0x0000032cu, - 0x0004003du, 0x00000006u, 0x000046c1u, 0x000046c0u, 0x00050084u, 0x00000006u, 0x000046c2u, 0x00003f9eu, - 0x000046c1u, 0x00050080u, 0x00000006u, 0x000046c3u, 0x00003f9bu, 0x000046c2u, 0x00050041u, 0x00000007u, - 0x000046c4u, 0x00004022u, 0x000002d9u, 0x0004003du, 0x00000006u, 0x000046c5u, 0x000046c4u, 0x00050084u, - 0x00000006u, 0x000046c6u, 0x000046c5u, 0x00000330u, 0x00050080u, 0x00000006u, 0x000046c8u, 0x000046c3u, - 0x000046c6u, 0x000500c7u, 0x00000006u, 0x000046cau, 0x000046c8u, 0x00000769u, 0x000500c2u, 0x00000006u, - 0x000046ccu, 0x000046cau, 0x00000196u, 0x0004003du, 0x00000006u, 0x000046ceu, 0x000046c0u, 0x000500c7u, - 0x00000006u, 0x000046cfu, 0x000046ceu, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x000046d0u, 0x000046cfu, - 0x00000196u, 0x000500c6u, 0x00000006u, 0x000046d2u, 0x000046ccu, 0x000046d0u, 0x000500c6u, 0x00000006u, - 0x000046d4u, 0x000046d2u, 0x0000032cu, 0x00080041u, 0x000001f4u, 0x000046d7u, 0x00000798u, 0x00000187u, - 0x00001a0au, 0x00000187u, 0x000046d4u, 0x0004003du, 0x000001afu, 0x000046d8u, 0x000046d7u, 0x00040071u, - 0x00000006u, 0x000046d9u, 0x000046d8u, 0x000500c2u, 0x00000006u, 0x000046dbu, 0x000046d9u, 0x000001a5u, - 0x000500c7u, 0x00000006u, 0x000046dcu, 0x000046dbu, 0x00000838u, 0x00050080u, 0x00000006u, 0x000046deu, - 0x000046dcu, 0x0000419bu, 0x000500c6u, 0x00000006u, 0x000046e1u, 0x000046deu, 0x00004193u, 0x000500c5u, - 0x00000006u, 0x000046e4u, 0x0000079au, 0x000046e1u, 0x00080041u, 0x000001f4u, 0x000046e5u, 0x00000798u, - 0x00000187u, 0x00001a0au, 0x00000187u, 0x000046e4u, 0x0004003du, 0x000001afu, 0x000046e6u, 0x000046e5u, - 0x00040071u, 0x00000006u, 0x000046e7u, 0x000046e6u, 0x000300f7u, 0x000046efu, 0x00000000u, 0x000400fau, - 0x00001a30u, 0x000046e9u, 0x000046ecu, 0x000200f8u, 0x000046ecu, 0x00060050u, 0x000002b8u, 0x00004707u, - 0x000046e7u, 0x000046e7u, 0x000046e7u, 0x000500c2u, 0x000002b8u, 0x00004708u, 0x00004707u, 0x0000067cu, - 0x000500c7u, 0x000002b8u, 0x0000470au, 0x00004708u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x0000470du, - 0x0000470au, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x00004710u, 0x0000470au, 0x000079acu, 0x000500c5u, - 0x000002b8u, 0x00004711u, 0x0000470du, 0x00004710u, 0x000500c7u, 0x00000006u, 0x00004713u, 0x000046e7u, - 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004714u, 0x00004713u, 0x0000068bu, 0x0004007cu, 0x00000052u, - 0x00004716u, 0x00004711u, 0x0004007cu, 0x00000008u, 0x00004718u, 0x00004714u, 0x00050051u, 0x00000008u, - 0x00004719u, 0x00004716u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000471au, 0x00004716u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x0000471bu, 0x00004716u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000471cu, - 0x00004719u, 0x0000471au, 0x0000471bu, 0x00004718u, 0x000200f9u, 0x000046efu, 0x000200f8u, 0x000046e9u, - 0x000500c2u, 0x00000006u, 0x000046f6u, 0x000046e7u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x000046f8u, - 0x000046e7u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000046fau, 0x000046f6u, 0x0004007cu, 0x00000008u, - 0x00004700u, 0x000046f8u, 0x00070050u, 0x00000009u, 0x00004701u, 0x000046fau, 0x000046fau, 0x000046fau, - 0x00004700u, 0x000200f9u, 0x000046efu, 0x000200f8u, 0x000046efu, 0x000700f5u, 0x00000009u, 0x000068fdu, - 0x00004701u, 0x000046e9u, 0x0000471cu, 0x000046ecu, 0x000300f7u, 0x000041b5u, 0x00000000u, 0x000400fau, - 0x00001a33u, 0x000041a2u, 0x000041b5u, 0x000200f8u, 0x000041a2u, 0x00050050u, 0x0000004du, 0x000041a5u, - 0x000068ddu, 0x00004164u, 0x0004007cu, 0x000000a0u, 0x000041a6u, 0x000041a5u, 0x0003003eu, 0x00004028u, - 0x000041a6u, 0x00050041u, 0x00000007u, 0x0000472au, 0x00004028u, 0x0000032cu, 0x0004003du, 0x00000006u, - 0x0000472bu, 0x0000472au, 0x00050084u, 0x00000006u, 0x0000472cu, 0x00003f9eu, 0x0000472bu, 0x00050080u, - 0x00000006u, 0x0000472du, 0x00003f9bu, 0x0000472cu, 0x00050041u, 0x00000007u, 0x0000472eu, 0x00004028u, - 0x000002d9u, 0x0004003du, 0x00000006u, 0x0000472fu, 0x0000472eu, 0x00050084u, 0x00000006u, 0x00004730u, - 0x0000472fu, 0x00000330u, 0x00050080u, 0x00000006u, 0x00004732u, 0x0000472du, 0x00004730u, 0x000500c7u, - 0x00000006u, 0x00004734u, 0x00004732u, 0x00000769u, 0x000500c2u, 0x00000006u, 0x00004736u, 0x00004734u, - 0x00000196u, 0x0004003du, 0x00000006u, 0x00004738u, 0x0000472au, 0x000500c7u, 0x00000006u, 0x00004739u, - 0x00004738u, 0x0000032cu, 0x000500c4u, 0x00000006u, 0x0000473au, 0x00004739u, 0x00000196u, 0x000500c6u, - 0x00000006u, 0x0000473cu, 0x00004736u, 0x0000473au, 0x000500c6u, 0x00000006u, 0x0000473eu, 0x0000473cu, - 0x0000032cu, 0x00080041u, 0x000001f4u, 0x00004741u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, - 0x0000473eu, 0x0004003du, 0x000001afu, 0x00004742u, 0x00004741u, 0x00040071u, 0x00000006u, 0x00004743u, - 0x00004742u, 0x000500c2u, 0x00000006u, 0x00004745u, 0x00004743u, 0x000001a5u, 0x000500c7u, 0x00000006u, - 0x00004746u, 0x00004745u, 0x00000838u, 0x00050080u, 0x00000006u, 0x00004748u, 0x00004746u, 0x0000032cu, - 0x000500c6u, 0x00000006u, 0x0000474bu, 0x00004748u, 0x00004193u, 0x000500c5u, 0x00000006u, 0x0000474eu, - 0x0000079au, 0x0000474bu, 0x00080041u, 0x000001f4u, 0x0000474fu, 0x00000798u, 0x00000187u, 0x00001a0au, - 0x00000187u, 0x0000474eu, 0x0004003du, 0x000001afu, 0x00004750u, 0x0000474fu, 0x00040071u, 0x00000006u, - 0x00004751u, 0x00004750u, 0x000300f7u, 0x00004759u, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00004753u, - 0x00004756u, 0x000200f8u, 0x00004756u, 0x00060050u, 0x000002b8u, 0x00004771u, 0x00004751u, 0x00004751u, - 0x00004751u, 0x000500c2u, 0x000002b8u, 0x00004772u, 0x00004771u, 0x0000067cu, 0x000500c7u, 0x000002b8u, - 0x00004774u, 0x00004772u, 0x000079aau, 0x000500c4u, 0x000002b8u, 0x00004777u, 0x00004774u, 0x000079abu, - 0x000500c2u, 0x000002b8u, 0x0000477au, 0x00004774u, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x0000477bu, - 0x00004777u, 0x0000477au, 0x000500c7u, 0x00000006u, 0x0000477du, 0x00004751u, 0x0000032cu, 0x00050084u, - 0x00000006u, 0x0000477eu, 0x0000477du, 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004780u, 0x0000477bu, - 0x0004007cu, 0x00000008u, 0x00004782u, 0x0000477eu, 0x00050051u, 0x00000008u, 0x00004783u, 0x00004780u, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00004784u, 0x00004780u, 0x00000001u, 0x00050051u, 0x00000008u, - 0x00004785u, 0x00004780u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00004786u, 0x00004783u, 0x00004784u, - 0x00004785u, 0x00004782u, 0x000200f9u, 0x00004759u, 0x000200f8u, 0x00004753u, 0x000500c2u, 0x00000006u, - 0x00004760u, 0x00004751u, 0x000001e2u, 0x000500c7u, 0x00000006u, 0x00004762u, 0x00004751u, 0x0000068bu, - 0x0004007cu, 0x00000008u, 0x00004764u, 0x00004760u, 0x0004007cu, 0x00000008u, 0x0000476au, 0x00004762u, - 0x00070050u, 0x00000009u, 0x0000476bu, 0x00004764u, 0x00004764u, 0x00004764u, 0x0000476au, 0x000200f9u, - 0x00004759u, 0x000200f8u, 0x00004759u, 0x000700f5u, 0x00000009u, 0x000068ffu, 0x0000476bu, 0x00004753u, - 0x00004786u, 0x00004756u, 0x00050050u, 0x0000004du, 0x000041aeu, 0x000068d9u, 0x00004166u, 0x0004007cu, - 0x000000a0u, 0x000041afu, 0x000041aeu, 0x0003003eu, 0x0000402eu, 0x000041afu, 0x00050041u, 0x00000007u, - 0x00004794u, 0x0000402eu, 0x0000032cu, 0x0004003du, 0x00000006u, 0x00004795u, 0x00004794u, 0x00050084u, - 0x00000006u, 0x00004796u, 0x00003f9eu, 0x00004795u, 0x00050080u, 0x00000006u, 0x00004797u, 0x00003f9bu, - 0x00004796u, 0x00050041u, 0x00000007u, 0x00004798u, 0x0000402eu, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00004799u, 0x00004798u, 0x00050084u, 0x00000006u, 0x0000479au, 0x00004799u, 0x00000330u, 0x00050080u, - 0x00000006u, 0x0000479cu, 0x00004797u, 0x0000479au, 0x000500c7u, 0x00000006u, 0x0000479eu, 0x0000479cu, - 0x00000769u, 0x000500c2u, 0x00000006u, 0x000047a0u, 0x0000479eu, 0x00000196u, 0x0004003du, 0x00000006u, - 0x000047a2u, 0x00004794u, 0x000500c7u, 0x00000006u, 0x000047a3u, 0x000047a2u, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x000047a4u, 0x000047a3u, 0x00000196u, 0x000500c6u, 0x00000006u, 0x000047a6u, 0x000047a0u, - 0x000047a4u, 0x000500c6u, 0x00000006u, 0x000047a8u, 0x000047a6u, 0x0000032cu, 0x00080041u, 0x000001f4u, - 0x000047abu, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000047a8u, 0x0004003du, 0x000001afu, - 0x000047acu, 0x000047abu, 0x00040071u, 0x00000006u, 0x000047adu, 0x000047acu, 0x000500c2u, 0x00000006u, - 0x000047afu, 0x000047adu, 0x000001a5u, 0x000500c7u, 0x00000006u, 0x000047b0u, 0x000047afu, 0x00000838u, - 0x00050080u, 0x00000006u, 0x000047b2u, 0x000047b0u, 0x00000330u, 0x000500c6u, 0x00000006u, 0x000047b5u, - 0x000047b2u, 0x00004193u, 0x000500c5u, 0x00000006u, 0x000047b8u, 0x0000079au, 0x000047b5u, 0x00080041u, - 0x000001f4u, 0x000047b9u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x000047b8u, 0x0004003du, - 0x000001afu, 0x000047bau, 0x000047b9u, 0x00040071u, 0x00000006u, 0x000047bbu, 0x000047bau, 0x000300f7u, - 0x000047c3u, 0x00000000u, 0x000400fau, 0x00001a30u, 0x000047bdu, 0x000047c0u, 0x000200f8u, 0x000047c0u, - 0x00060050u, 0x000002b8u, 0x000047dbu, 0x000047bbu, 0x000047bbu, 0x000047bbu, 0x000500c2u, 0x000002b8u, - 0x000047dcu, 0x000047dbu, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x000047deu, 0x000047dcu, 0x000079aau, - 0x000500c4u, 0x000002b8u, 0x000047e1u, 0x000047deu, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x000047e4u, - 0x000047deu, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x000047e5u, 0x000047e1u, 0x000047e4u, 0x000500c7u, - 0x00000006u, 0x000047e7u, 0x000047bbu, 0x0000032cu, 0x00050084u, 0x00000006u, 0x000047e8u, 0x000047e7u, - 0x0000068bu, 0x0004007cu, 0x00000052u, 0x000047eau, 0x000047e5u, 0x0004007cu, 0x00000008u, 0x000047ecu, - 0x000047e8u, 0x00050051u, 0x00000008u, 0x000047edu, 0x000047eau, 0x00000000u, 0x00050051u, 0x00000008u, - 0x000047eeu, 0x000047eau, 0x00000001u, 0x00050051u, 0x00000008u, 0x000047efu, 0x000047eau, 0x00000002u, - 0x00070050u, 0x00000009u, 0x000047f0u, 0x000047edu, 0x000047eeu, 0x000047efu, 0x000047ecu, 0x000200f9u, - 0x000047c3u, 0x000200f8u, 0x000047bdu, 0x000500c2u, 0x00000006u, 0x000047cau, 0x000047bbu, 0x000001e2u, - 0x000500c7u, 0x00000006u, 0x000047ccu, 0x000047bbu, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x000047ceu, - 0x000047cau, 0x0004007cu, 0x00000008u, 0x000047d4u, 0x000047ccu, 0x00070050u, 0x00000009u, 0x000047d5u, - 0x000047ceu, 0x000047ceu, 0x000047ceu, 0x000047d4u, 0x000200f9u, 0x000047c3u, 0x000200f8u, 0x000047c3u, - 0x000700f5u, 0x00000009u, 0x00006900u, 0x000047d5u, 0x000047bdu, 0x000047f0u, 0x000047c0u, 0x000200f9u, - 0x000041b5u, 0x000200f8u, 0x000041b5u, 0x000700f5u, 0x00000009u, 0x00006be4u, 0x0000634au, 0x000046efu, - 0x00006900u, 0x000047c3u, 0x000700f5u, 0x00000009u, 0x00006aefu, 0x0000634au, 0x000046efu, 0x000068ffu, - 0x000047c3u, 0x000300f7u, 0x000041c1u, 0x00000000u, 0x000400fau, 0x00004170u, 0x000041b7u, 0x000041c1u, - 0x000200f8u, 0x000041b7u, 0x00050050u, 0x0000004du, 0x000041bau, 0x000068ddu, 0x00004166u, 0x0004007cu, - 0x000000a0u, 0x000041bbu, 0x000041bau, 0x0003003eu, 0x00004034u, 0x000041bbu, 0x00050041u, 0x00000007u, - 0x000047feu, 0x00004034u, 0x0000032cu, 0x0004003du, 0x00000006u, 0x000047ffu, 0x000047feu, 0x00050084u, - 0x00000006u, 0x00004800u, 0x00003f9eu, 0x000047ffu, 0x00050080u, 0x00000006u, 0x00004801u, 0x00003f9bu, - 0x00004800u, 0x00050041u, 0x00000007u, 0x00004802u, 0x00004034u, 0x000002d9u, 0x0004003du, 0x00000006u, - 0x00004803u, 0x00004802u, 0x00050084u, 0x00000006u, 0x00004804u, 0x00004803u, 0x00000330u, 0x00050080u, - 0x00000006u, 0x00004806u, 0x00004801u, 0x00004804u, 0x000500c7u, 0x00000006u, 0x00004808u, 0x00004806u, - 0x00000769u, 0x000500c2u, 0x00000006u, 0x0000480au, 0x00004808u, 0x00000196u, 0x0004003du, 0x00000006u, - 0x0000480cu, 0x000047feu, 0x000500c7u, 0x00000006u, 0x0000480du, 0x0000480cu, 0x0000032cu, 0x000500c4u, - 0x00000006u, 0x0000480eu, 0x0000480du, 0x00000196u, 0x000500c6u, 0x00000006u, 0x00004810u, 0x0000480au, - 0x0000480eu, 0x000500c6u, 0x00000006u, 0x00004812u, 0x00004810u, 0x0000032cu, 0x00080041u, 0x000001f4u, - 0x00004815u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004812u, 0x0004003du, 0x000001afu, - 0x00004816u, 0x00004815u, 0x00040071u, 0x00000006u, 0x00004817u, 0x00004816u, 0x000500c2u, 0x00000006u, - 0x00004819u, 0x00004817u, 0x000001a5u, 0x000500c7u, 0x00000006u, 0x0000481au, 0x00004819u, 0x00000838u, - 0x00050080u, 0x00000006u, 0x0000481cu, 0x0000481au, 0x00000333u, 0x000500c6u, 0x00000006u, 0x0000481fu, - 0x0000481cu, 0x00004193u, 0x000500c5u, 0x00000006u, 0x00004822u, 0x0000079au, 0x0000481fu, 0x00080041u, - 0x000001f4u, 0x00004823u, 0x00000798u, 0x00000187u, 0x00001a0au, 0x00000187u, 0x00004822u, 0x0004003du, - 0x000001afu, 0x00004824u, 0x00004823u, 0x00040071u, 0x00000006u, 0x00004825u, 0x00004824u, 0x000300f7u, - 0x0000482du, 0x00000000u, 0x000400fau, 0x00001a30u, 0x00004827u, 0x0000482au, 0x000200f8u, 0x0000482au, - 0x00060050u, 0x000002b8u, 0x00004845u, 0x00004825u, 0x00004825u, 0x00004825u, 0x000500c2u, 0x000002b8u, - 0x00004846u, 0x00004845u, 0x0000067cu, 0x000500c7u, 0x000002b8u, 0x00004848u, 0x00004846u, 0x000079aau, - 0x000500c4u, 0x000002b8u, 0x0000484bu, 0x00004848u, 0x000079abu, 0x000500c2u, 0x000002b8u, 0x0000484eu, - 0x00004848u, 0x000079acu, 0x000500c5u, 0x000002b8u, 0x0000484fu, 0x0000484bu, 0x0000484eu, 0x000500c7u, - 0x00000006u, 0x00004851u, 0x00004825u, 0x0000032cu, 0x00050084u, 0x00000006u, 0x00004852u, 0x00004851u, - 0x0000068bu, 0x0004007cu, 0x00000052u, 0x00004854u, 0x0000484fu, 0x0004007cu, 0x00000008u, 0x00004856u, - 0x00004852u, 0x00050051u, 0x00000008u, 0x00004857u, 0x00004854u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00004858u, 0x00004854u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004859u, 0x00004854u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x0000485au, 0x00004857u, 0x00004858u, 0x00004859u, 0x00004856u, 0x000200f9u, - 0x0000482du, 0x000200f8u, 0x00004827u, 0x000500c2u, 0x00000006u, 0x00004834u, 0x00004825u, 0x000001e2u, - 0x000500c7u, 0x00000006u, 0x00004836u, 0x00004825u, 0x0000068bu, 0x0004007cu, 0x00000008u, 0x00004838u, - 0x00004834u, 0x0004007cu, 0x00000008u, 0x0000483eu, 0x00004836u, 0x00070050u, 0x00000009u, 0x0000483fu, - 0x00004838u, 0x00004838u, 0x00004838u, 0x0000483eu, 0x000200f9u, 0x0000482du, 0x000200f8u, 0x0000482du, - 0x000700f5u, 0x00000009u, 0x00006901u, 0x0000483fu, 0x00004827u, 0x0000485au, 0x0000482au, 0x000200f9u, - 0x000041c1u, 0x000200f8u, 0x000041c1u, 0x000700f5u, 0x00000009u, 0x00006cd3u, 0x0000634au, 0x000041b5u, - 0x00006901u, 0x0000482du, 0x000200f9u, 0x00004226u, 0x000200f8u, 0x00004226u, 0x000900f5u, 0x00000009u, - 0x00006cd2u, 0x00006cd3u, 0x000041c1u, 0x00006cd9u, 0x000041f9u, 0x00006cdeu, 0x00004225u, 0x000900f5u, - 0x00000009u, 0x00006be2u, 0x00006be4u, 0x000041c1u, 0x00006be9u, 0x000041f9u, 0x00006bedu, 0x00004225u, - 0x000900f5u, 0x00000009u, 0x00006aedu, 0x00006aefu, 0x000041c1u, 0x00006af5u, 0x000041f9u, 0x00006afau, - 0x00004225u, 0x000900f5u, 0x00000009u, 0x000069c2u, 0x000068fdu, 0x000041c1u, 0x000068f8u, 0x000041f9u, - 0x000068f2u, 0x00004225u, 0x000200f9u, 0x00004227u, 0x000200f8u, 0x00004227u, 0x000700f5u, 0x00000009u, - 0x00006c13u, 0x0000634au, 0x0000418bu, 0x00006cd2u, 0x00004226u, 0x000700f5u, 0x00000009u, 0x00006b23u, - 0x0000634au, 0x0000418bu, 0x00006be2u, 0x00004226u, 0x000700f5u, 0x00000009u, 0x00006a2eu, 0x0000634au, - 0x0000418bu, 0x00006aedu, 0x00004226u, 0x000700f5u, 0x00000009u, 0x00006903u, 0x0000634au, 0x0000418bu, - 0x000069c2u, 0x00004226u, 0x000200f9u, 0x00004444u, 0x000200f8u, 0x00004444u, 0x000700f5u, 0x00000009u, - 0x00006c12u, 0x00006c13u, 0x00004227u, 0x00006ce3u, 0x00004443u, 0x000700f5u, 0x00000009u, 0x00006b22u, - 0x00006b23u, 0x00004227u, 0x00006bf0u, 0x00004443u, 0x000700f5u, 0x00000009u, 0x00006a2du, 0x00006a2eu, - 0x00004227u, 0x00006afeu, 0x00004443u, 0x000700f5u, 0x00000009u, 0x00006902u, 0x00006903u, 0x00004227u, - 0x000069d2u, 0x00004443u, 0x000300f7u, 0x000045d3u, 0x00000000u, 0x000400fau, 0x00001a6cu, 0x00004446u, - 0x0000451fu, 0x000200f8u, 0x0000451fu, 0x000300f7u, 0x000045d2u, 0x00000000u, 0x000400fau, 0x00004176u, - 0x00004521u, 0x00004594u, 0x000200f8u, 0x00004594u, 0x000300f7u, 0x000045d1u, 0x00000000u, 0x000400fau, - 0x00004170u, 0x00004596u, 0x000045a2u, 0x000200f8u, 0x000045a2u, 0x000500a7u, 0x00000058u, 0x000045a5u, - 0x00001a72u, 0x00001a33u, 0x000300f7u, 0x000045d0u, 0x00000000u, 0x000400fau, 0x000045a5u, 0x000045a6u, - 0x000045ceu, 0x000200f8u, 0x000045ceu, 0x000200f9u, 0x000045d0u, 0x000200f8u, 0x000045a6u, 0x000300f7u, - 0x000045b0u, 0x00000000u, 0x000400fau, 0x00004178u, 0x000045a9u, 0x000045aeu, 0x000200f8u, 0x000045aeu, - 0x0004003du, 0x0000004du, 0x000045afu, 0x00003fd2u, 0x000200f9u, 0x000045b0u, 0x000200f8u, 0x000045a9u, - 0x0004003du, 0x0000004du, 0x000045aau, 0x00003fd2u, 0x0007004fu, 0x0000004du, 0x000045abu, 0x000045aau, - 0x000045aau, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000004du, 0x000045adu, 0x000079b0u, 0x000045abu, - 0x000200f9u, 0x000045b0u, 0x000200f8u, 0x000045b0u, 0x000700f5u, 0x0000004du, 0x00006a2bu, 0x000045adu, - 0x000045a9u, 0x000045afu, 0x000045aeu, 0x0003003eu, 0x00004118u, 0x00006a2bu, 0x00050082u, 0x00000009u, - 0x000045b7u, 0x00006a2du, 0x00006902u, 0x00050041u, 0x00000038u, 0x000045b8u, 0x00004118u, 0x000002d9u, - 0x0004003du, 0x00000008u, 0x000045b9u, 0x000045b8u, 0x00070050u, 0x00000009u, 0x000045bau, 0x000045b9u, - 0x000045b9u, 0x000045b9u, 0x000045b9u, 0x00050084u, 0x00000009u, 0x000045bbu, 0x000045b7u, 0x000045bau, - 0x00050082u, 0x00000009u, 0x000045beu, 0x00006b22u, 0x00006902u, 0x00050041u, 0x00000038u, 0x000045bfu, - 0x00004118u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000045c0u, 0x000045bfu, 0x00070050u, 0x00000009u, - 0x000045c1u, 0x000045c0u, 0x000045c0u, 0x000045c0u, 0x000045c0u, 0x00050084u, 0x00000009u, 0x000045c2u, - 0x000045beu, 0x000045c1u, 0x00050080u, 0x00000009u, 0x000045c4u, 0x000045bbu, 0x000045c2u, 0x00050080u, - 0x00000009u, 0x000045c7u, 0x000045c4u, 0x000079b1u, 0x000500c3u, 0x00000009u, 0x000045cau, 0x000045c7u, - 0x000079b2u, 0x00050080u, 0x00000009u, 0x000045cdu, 0x000045cau, 0x00006902u, 0x000200f9u, 0x000045d0u, - 0x000200f8u, 0x000045d0u, 0x000700f5u, 0x00000009u, 0x00006d44u, 0x000045cdu, 0x000045b0u, 0x00006902u, - 0x000045ceu, 0x000200f9u, 0x000045d1u, 0x000200f8u, 0x00004596u, 0x00050080u, 0x00000009u, 0x00004599u, - 0x00006902u, 0x00006b22u, 0x00050080u, 0x00000009u, 0x0000459bu, 0x00004599u, 0x00006a2du, 0x00050080u, - 0x00000009u, 0x0000459du, 0x0000459bu, 0x00006c12u, 0x00050080u, 0x00000009u, 0x0000459fu, 0x0000459du, - 0x000079aeu, 0x000500c3u, 0x00000009u, 0x000045a1u, 0x0000459fu, 0x000079aeu, 0x000200f9u, 0x000045d1u, - 0x000200f8u, 0x000045d1u, 0x000700f5u, 0x00000009u, 0x00006d43u, 0x000045a1u, 0x00004596u, 0x00006d44u, - 0x000045d0u, 0x000200f9u, 0x000045d2u, 0x000200f8u, 0x00004521u, 0x000300f7u, 0x00004593u, 0x00000000u, - 0x000400fau, 0x00001a33u, 0x00004523u, 0x00004591u, 0x000200f8u, 0x00004591u, 0x000200f9u, 0x00004593u, - 0x000200f8u, 0x00004523u, 0x000300f7u, 0x00004589u, 0x00000000u, 0x000400fau, 0x00001a72u, 0x00004525u, - 0x0000456du, 0x000200f8u, 0x0000456du, 0x0004003du, 0x00000008u, 0x0000456fu, 0x00004145u, 0x0004003du, - 0x00000008u, 0x00004571u, 0x00004147u, 0x00050080u, 0x00000008u, 0x00004572u, 0x0000456fu, 0x00004571u, - 0x000500afu, 0x00000058u, 0x00004573u, 0x00004572u, 0x000002e2u, 0x000300f7u, 0x0000457au, 0x00000000u, - 0x000400fau, 0x00004573u, 0x00004574u, 0x00004577u, 0x000200f8u, 0x00004577u, 0x0007004fu, 0x0000004du, - 0x00004579u, 0x00006902u, 0x00006902u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x0000457au, 0x000200f8u, - 0x00004574u, 0x0007004fu, 0x0000004du, 0x00004576u, 0x00006c12u, 0x00006c12u, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x0000457au, 0x000200f8u, 0x0000457au, 0x000700f5u, 0x0000004du, 0x00006d05u, 0x00004576u, - 0x00004574u, 0x00004579u, 0x00004577u, 0x0004003du, 0x00000008u, 0x0000457eu, 0x00004147u, 0x00050080u, - 0x00000008u, 0x0000457fu, 0x00004189u, 0x0000457eu, 0x000500afu, 0x00000058u, 0x00004580u, 0x0000457fu, - 0x000002e2u, 0x000300f7u, 0x00004587u, 0x00000000u, 0x000400fau, 0x00004580u, 0x00004581u, 0x00004584u, - 0x000200f8u, 0x00004584u, 0x0007004fu, 0x0000004du, 0x00004586u, 0x00006902u, 0x00006902u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004587u, 0x000200f8u, 0x00004581u, 0x0007004fu, 0x0000004du, 0x00004583u, - 0x00006c12u, 0x00006c12u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004587u, 0x000200f8u, 0x00004587u, - 0x000700f5u, 0x0000004du, 0x00006d08u, 0x00004583u, 0x00004581u, 0x00004586u, 0x00004584u, 0x000200f9u, - 0x00004589u, 0x000200f8u, 0x00004525u, 0x0004003du, 0x00000008u, 0x00004529u, 0x00004147u, 0x00050050u, - 0x0000004du, 0x0000452au, 0x00004189u, 0x00004529u, 0x000500aau, 0x0000048bu, 0x0000452bu, 0x0000452au, - 0x00000c0cu, 0x00050051u, 0x00000058u, 0x0000452cu, 0x0000452bu, 0x00000000u, 0x00050051u, 0x00000058u, - 0x0000452du, 0x0000452bu, 0x00000001u, 0x00060050u, 0x00001031u, 0x0000452eu, 0x00001a5du, 0x0000452cu, - 0x0000452du, 0x0004009bu, 0x00000058u, 0x0000452fu, 0x0000452eu, 0x000300f7u, 0x0000454fu, 0x00000000u, - 0x000400fau, 0x0000452fu, 0x00004531u, 0x00004541u, 0x000200f8u, 0x00004541u, 0x0004003du, 0x00000008u, - 0x00004544u, 0x00004147u, 0x00050050u, 0x0000004du, 0x00004545u, 0x00004189u, 0x00004544u, 0x0007004fu, - 0x0000004du, 0x00004547u, 0x00006902u, 0x00006902u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000004du, - 0x00004549u, 0x00006a2du, 0x00006a2du, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000004du, 0x0000454bu, - 0x00006b22u, 0x00006b22u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000004du, 0x0000454du, 0x00006c12u, - 0x00006c12u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x0000410fu, 0x00004545u, 0x00050041u, 0x00000038u, - 0x000057c2u, 0x0000410fu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000057c3u, 0x000057c2u, 0x00050041u, - 0x00000038u, 0x000057c4u, 0x0000410fu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000057c5u, 0x000057c4u, - 0x00050080u, 0x00000008u, 0x000057c6u, 0x000057c3u, 0x000057c5u, 0x000500afu, 0x00000058u, 0x000057c8u, - 0x000057c6u, 0x000002e2u, 0x00050050u, 0x0000048bu, 0x000057cbu, 0x000057c8u, 0x000057c8u, 0x000600a9u, - 0x0000004du, 0x000057ccu, 0x000057cbu, 0x0000454du, 0x00004547u, 0x000300f7u, 0x000057d6u, 0x00000000u, - 0x000400fau, 0x000057c8u, 0x000057cfu, 0x000057d4u, 0x000200f8u, 0x000057d4u, 0x000200f9u, 0x000057d6u, - 0x000200f8u, 0x000057cfu, 0x0007004fu, 0x0000004du, 0x000057d1u, 0x00004545u, 0x00004545u, 0x00000001u, - 0x00000000u, 0x00050082u, 0x0000004du, 0x000057d3u, 0x000079b0u, 0x000057d1u, 0x000200f9u, 0x000057d6u, - 0x000200f8u, 0x000057d6u, 0x000700f5u, 0x0000004du, 0x00006d09u, 0x000057d3u, 0x000057cfu, 0x00004545u, - 0x000057d4u, 0x0003003eu, 0x000057bdu, 0x00006d09u, 0x00050082u, 0x0000004du, 0x000057ddu, 0x00004549u, - 0x000057ccu, 0x00050041u, 0x00000038u, 0x000057deu, 0x000057bdu, 0x000002d9u, 0x0004003du, 0x00000008u, - 0x000057dfu, 0x000057deu, 0x00050050u, 0x0000004du, 0x000057e0u, 0x000057dfu, 0x000057dfu, 0x00050084u, - 0x0000004du, 0x000057e1u, 0x000057ddu, 0x000057e0u, 0x00050082u, 0x0000004du, 0x000057e4u, 0x0000454bu, - 0x000057ccu, 0x00050041u, 0x00000038u, 0x000057e5u, 0x000057bdu, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x000057e6u, 0x000057e5u, 0x00050050u, 0x0000004du, 0x000057e7u, 0x000057e6u, 0x000057e6u, 0x00050084u, - 0x0000004du, 0x000057e8u, 0x000057e4u, 0x000057e7u, 0x00050080u, 0x0000004du, 0x000057eau, 0x000057e1u, - 0x000057e8u, 0x00050080u, 0x0000004du, 0x000057edu, 0x000057eau, 0x00000c0cu, 0x000500c3u, 0x0000004du, - 0x000057f0u, 0x000057edu, 0x000079a6u, 0x00050080u, 0x0000004du, 0x000057f3u, 0x000057f0u, 0x000057ccu, - 0x000200f9u, 0x0000454fu, 0x000200f8u, 0x00004531u, 0x0007004fu, 0x0000004du, 0x00004533u, 0x00006902u, - 0x00006902u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000004du, 0x00004535u, 0x00006a2du, 0x00006a2du, - 0x00000000u, 0x00000001u, 0x00050080u, 0x0000004du, 0x00004536u, 0x00004533u, 0x00004535u, 0x0007004fu, - 0x0000004du, 0x00004538u, 0x00006c12u, 0x00006c12u, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000004du, - 0x00004539u, 0x00004536u, 0x00004538u, 0x0007004fu, 0x0000004du, 0x0000453bu, 0x00006b22u, 0x00006b22u, - 0x00000000u, 0x00000001u, 0x00050080u, 0x0000004du, 0x0000453cu, 0x00004539u, 0x0000453bu, 0x00050080u, - 0x0000004du, 0x0000453eu, 0x0000453cu, 0x000079afu, 0x000500c3u, 0x0000004du, 0x00004540u, 0x0000453eu, - 0x000079afu, 0x000200f9u, 0x0000454fu, 0x000200f8u, 0x0000454fu, 0x000700f5u, 0x0000004du, 0x00006d15u, - 0x00004540u, 0x00004531u, 0x000057f3u, 0x000057d6u, 0x000300f7u, 0x0000456cu, 0x00000000u, 0x000400fau, - 0x00004170u, 0x00004551u, 0x00004561u, 0x000200f8u, 0x00004561u, 0x0007004fu, 0x0000004du, 0x00004563u, - 0x00006902u, 0x00006902u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000004du, 0x00004565u, 0x00006a2du, - 0x00006a2du, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000004du, 0x00004567u, 0x00006b22u, 0x00006b22u, - 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000004du, 0x00004569u, 0x00006c12u, 0x00006c12u, 0x00000002u, - 0x00000003u, 0x0004003du, 0x0000004du, 0x0000456au, 0x00003fd2u, 0x0003003eu, 0x00004115u, 0x0000456au, - 0x00050041u, 0x00000038u, 0x000057fcu, 0x00004115u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000057fdu, - 0x000057fcu, 0x00050041u, 0x00000038u, 0x000057feu, 0x00004115u, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x000057ffu, 0x000057feu, 0x00050080u, 0x00000008u, 0x00005800u, 0x000057fdu, 0x000057ffu, 0x000500afu, - 0x00000058u, 0x00005802u, 0x00005800u, 0x000002e2u, 0x00050050u, 0x0000048bu, 0x00005805u, 0x00005802u, - 0x00005802u, 0x000600a9u, 0x0000004du, 0x00005806u, 0x00005805u, 0x00004569u, 0x00004563u, 0x000300f7u, - 0x00005810u, 0x00000000u, 0x000400fau, 0x00005802u, 0x00005809u, 0x0000580eu, 0x000200f8u, 0x0000580eu, - 0x000200f9u, 0x00005810u, 0x000200f8u, 0x00005809u, 0x0007004fu, 0x0000004du, 0x0000580bu, 0x0000456au, - 0x0000456au, 0x00000001u, 0x00000000u, 0x00050082u, 0x0000004du, 0x0000580du, 0x000079b0u, 0x0000580bu, - 0x000200f9u, 0x00005810u, 0x000200f8u, 0x00005810u, 0x000700f5u, 0x0000004du, 0x00006d12u, 0x0000580du, - 0x00005809u, 0x0000456au, 0x0000580eu, 0x0003003eu, 0x000057f7u, 0x00006d12u, 0x00050082u, 0x0000004du, - 0x00005817u, 0x00004565u, 0x00005806u, 0x00050041u, 0x00000038u, 0x00005818u, 0x000057f7u, 0x000002d9u, - 0x0004003du, 0x00000008u, 0x00005819u, 0x00005818u, 0x00050050u, 0x0000004du, 0x0000581au, 0x00005819u, - 0x00005819u, 0x00050084u, 0x0000004du, 0x0000581bu, 0x00005817u, 0x0000581au, 0x00050082u, 0x0000004du, - 0x0000581eu, 0x00004567u, 0x00005806u, 0x00050041u, 0x00000038u, 0x0000581fu, 0x000057f7u, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00005820u, 0x0000581fu, 0x00050050u, 0x0000004du, 0x00005821u, 0x00005820u, - 0x00005820u, 0x00050084u, 0x0000004du, 0x00005822u, 0x0000581eu, 0x00005821u, 0x00050080u, 0x0000004du, - 0x00005824u, 0x0000581bu, 0x00005822u, 0x00050080u, 0x0000004du, 0x00005827u, 0x00005824u, 0x00000c0cu, - 0x000500c3u, 0x0000004du, 0x0000582au, 0x00005827u, 0x000079a6u, 0x00050080u, 0x0000004du, 0x0000582du, - 0x0000582au, 0x00005806u, 0x000200f9u, 0x0000456cu, 0x000200f8u, 0x00004551u, 0x0007004fu, 0x0000004du, - 0x00004553u, 0x00006902u, 0x00006902u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000004du, 0x00004555u, - 0x00006a2du, 0x00006a2du, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000004du, 0x00004556u, 0x00004553u, - 0x00004555u, 0x0007004fu, 0x0000004du, 0x00004558u, 0x00006c12u, 0x00006c12u, 0x00000002u, 0x00000003u, - 0x00050080u, 0x0000004du, 0x00004559u, 0x00004556u, 0x00004558u, 0x0007004fu, 0x0000004du, 0x0000455bu, - 0x00006b22u, 0x00006b22u, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000004du, 0x0000455cu, 0x00004559u, - 0x0000455bu, 0x00050080u, 0x0000004du, 0x0000455eu, 0x0000455cu, 0x000079afu, 0x000500c3u, 0x0000004du, - 0x00004560u, 0x0000455eu, 0x000079afu, 0x000200f9u, 0x0000456cu, 0x000200f8u, 0x0000456cu, 0x000700f5u, - 0x0000004du, 0x00006d18u, 0x00004560u, 0x00004551u, 0x0000582du, 0x00005810u, 0x000200f9u, 0x00004589u, - 0x000200f8u, 0x00004589u, 0x000700f5u, 0x0000004du, 0x00006d17u, 0x00006d18u, 0x0000456cu, 0x00006d05u, - 0x00004587u, 0x000700f5u, 0x0000004du, 0x00006d13u, 0x00006d15u, 0x0000456cu, 0x00006d08u, 0x00004587u, - 0x00050051u, 0x00000008u, 0x0000458cu, 0x00006d13u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000458du, - 0x00006d13u, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000458eu, 0x00006d17u, 0x00000000u, 0x00050051u, - 0x00000008u, 0x0000458fu, 0x00006d17u, 0x00000001u, 0x00070050u, 0x00000009u, 0x00004590u, 0x0000458cu, - 0x0000458du, 0x0000458eu, 0x0000458fu, 0x000200f9u, 0x00004593u, 0x000200f8u, 0x00004593u, 0x000700f5u, - 0x00000009u, 0x00006d42u, 0x00004590u, 0x00004589u, 0x00006902u, 0x00004591u, 0x000200f9u, 0x000045d2u, - 0x000200f8u, 0x000045d2u, 0x000700f5u, 0x00000009u, 0x00006d41u, 0x00006d42u, 0x00004593u, 0x00006d43u, - 0x000045d1u, 0x000200f9u, 0x000045d3u, 0x000200f8u, 0x00004446u, 0x000600cau, 0x00000009u, 0x0000444du, - 0x00006888u, 0x00000187u, 0x000001e8u, 0x0003003eu, 0x000040f6u, 0x0000444du, 0x000300f7u, 0x0000451eu, - 0x00000000u, 0x000400fau, 0x00001a33u, 0x0000444fu, 0x00004516u, 0x000200f8u, 0x00004516u, 0x00050051u, - 0x00000008u, 0x00004519u, 0x0000444du, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000451du, 0x00004519u, - 0x00004519u, 0x00004519u, 0x00004519u, 0x000200f9u, 0x0000451eu, 0x000200f8u, 0x0000444fu, 0x000300f7u, - 0x0000445eu, 0x00000000u, 0x000400fau, 0x00004176u, 0x00004451u, 0x0000445cu, 0x000200f8u, 0x0000445cu, - 0x000200f9u, 0x0000445eu, 0x000200f8u, 0x00004451u, 0x0004003du, 0x00000008u, 0x00004455u, 0x00004147u, - 0x00050050u, 0x0000004du, 0x00004456u, 0x00004189u, 0x00004455u, 0x000500aau, 0x0000048bu, 0x00004457u, - 0x00004456u, 0x00000c0cu, 0x00050051u, 0x00000058u, 0x00004458u, 0x00004457u, 0x00000000u, 0x00050051u, - 0x00000058u, 0x00004459u, 0x00004457u, 0x00000001u, 0x00060050u, 0x00001031u, 0x0000445au, 0x00001a5du, - 0x00004458u, 0x00004459u, 0x0004009bu, 0x00000058u, 0x0000445bu, 0x0000445au, 0x000200f9u, 0x0000445eu, - 0x000200f8u, 0x0000445eu, 0x000700f5u, 0x00000058u, 0x00006d1au, 0x0000445bu, 0x00004451u, 0x00004170u, - 0x0000445cu, 0x000300f7u, 0x0000446fu, 0x00000000u, 0x000400fau, 0x00004176u, 0x00004464u, 0x0000446du, - 0x000200f8u, 0x0000446du, 0x000200f9u, 0x0000446fu, 0x000200f8u, 0x00004464u, 0x0004003du, 0x00000008u, - 0x00004467u, 0x00004147u, 0x00050080u, 0x00000008u, 0x00004468u, 0x00004189u, 0x00004467u, 0x000500afu, - 0x00000058u, 0x00004469u, 0x00004468u, 0x000002e2u, 0x000400a8u, 0x00000058u, 0x0000446bu, 0x00006d1au, - 0x000500a7u, 0x00000058u, 0x0000446cu, 0x00004469u, 0x0000446bu, 0x000200f9u, 0x0000446fu, 0x000200f8u, - 0x0000446fu, 0x000700f5u, 0x00000058u, 0x00006d1cu, 0x0000446cu, 0x00004464u, 0x00004178u, 0x0000446du, - 0x000300f7u, 0x00004478u, 0x00000000u, 0x000400fau, 0x00006d1cu, 0x00004472u, 0x00004475u, 0x000200f8u, - 0x00004475u, 0x0007004fu, 0x0000004du, 0x00004477u, 0x0000444du, 0x0000444du, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004478u, 0x000200f8u, 0x00004472u, 0x0007004fu, 0x0000004du, 0x00004474u, 0x0000444du, - 0x0000444du, 0x00000001u, 0x00000000u, 0x000200f9u, 0x00004478u, 0x000200f8u, 0x00004478u, 0x000700f5u, - 0x0000004du, 0x00006d1du, 0x00004474u, 0x00004472u, 0x00004477u, 0x00004475u, 0x0003003eu, 0x000040fdu, - 0x00006d1du, 0x000300f7u, 0x00004481u, 0x00000000u, 0x000400fau, 0x00004178u, 0x0000447bu, 0x0000447eu, - 0x000200f8u, 0x0000447eu, 0x0007004fu, 0x0000004du, 0x00004480u, 0x0000444du, 0x0000444du, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004481u, 0x000200f8u, 0x0000447bu, 0x0007004fu, 0x0000004du, 0x0000447du, - 0x0000444du, 0x0000444du, 0x00000001u, 0x00000000u, 0x000200f9u, 0x00004481u, 0x000200f8u, 0x00004481u, - 0x000700f5u, 0x0000004du, 0x00006d1eu, 0x0000447du, 0x0000447bu, 0x00004480u, 0x0000447eu, 0x0003003eu, - 0x000040ffu, 0x00006d1eu, 0x000300f7u, 0x000044c1u, 0x00000000u, 0x000400fau, 0x00006d1au, 0x00004484u, - 0x000044a2u, 0x000200f8u, 0x000044a2u, 0x000500a7u, 0x00000058u, 0x000044a5u, 0x00006d1cu, 0x00004176u, - 0x000300f7u, 0x000044acu, 0x00000000u, 0x000400fau, 0x000044a5u, 0x000044a6u, 0x000044a9u, 0x000200f8u, - 0x000044a9u, 0x0007004fu, 0x0000004du, 0x000044abu, 0x00006902u, 0x00006902u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x000044acu, 0x000200f8u, 0x000044a6u, 0x0007004fu, 0x0000004du, 0x000044a8u, 0x00006c12u, - 0x00006c12u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x000044acu, 0x000200f8u, 0x000044acu, 0x000700f5u, - 0x0000004du, 0x00006d27u, 0x000044a8u, 0x000044a6u, 0x000044abu, 0x000044a9u, 0x00050041u, 0x00000038u, - 0x000044aeu, 0x000040fdu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000044afu, 0x000044aeu, 0x0007004fu, - 0x0000004du, 0x000044b1u, 0x00006a2du, 0x00006a2du, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000004du, - 0x000044b3u, 0x000044b1u, 0x00006d27u, 0x00050050u, 0x0000004du, 0x000044b4u, 0x000044afu, 0x000044afu, - 0x00050084u, 0x0000004du, 0x000044b5u, 0x000044b4u, 0x000044b3u, 0x00050041u, 0x00000038u, 0x000044b6u, - 0x000040fdu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000044b7u, 0x000044b6u, 0x0007004fu, 0x0000004du, - 0x000044b9u, 0x00006b22u, 0x00006b22u, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000004du, 0x000044bbu, - 0x000044b9u, 0x00006d27u, 0x00050050u, 0x0000004du, 0x000044bcu, 0x000044b7u, 0x000044b7u, 0x00050084u, - 0x0000004du, 0x000044bdu, 0x000044bcu, 0x000044bbu, 0x00050080u, 0x0000004du, 0x000044beu, 0x000044b5u, - 0x000044bdu, 0x00050080u, 0x0000004du, 0x000044c0u, 0x000044beu, 0x000079b4u, 0x000200f9u, 0x000044c1u, - 0x000200f8u, 0x00004484u, 0x00050041u, 0x00000038u, 0x00004485u, 0x000040fdu, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x00004486u, 0x00004485u, 0x0007004fu, 0x0000004du, 0x00004488u, 0x00006b22u, 0x00006b22u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000004du, 0x0000448au, 0x00006c12u, 0x00006c12u, 0x00000000u, - 0x00000001u, 0x00050082u, 0x0000004du, 0x0000448bu, 0x00004488u, 0x0000448au, 0x00050050u, 0x0000004du, - 0x0000448cu, 0x00004486u, 0x00004486u, 0x00050084u, 0x0000004du, 0x0000448du, 0x0000448cu, 0x0000448bu, - 0x00050041u, 0x00000038u, 0x0000448eu, 0x000040fdu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x0000448fu, - 0x0000448eu, 0x0007004fu, 0x0000004du, 0x00004491u, 0x00006a2du, 0x00006a2du, 0x00000000u, 0x00000001u, - 0x00050082u, 0x0000004du, 0x00004494u, 0x00004491u, 0x0000448au, 0x00050050u, 0x0000004du, 0x00004495u, - 0x0000448fu, 0x0000448fu, 0x00050084u, 0x0000004du, 0x00004496u, 0x00004495u, 0x00004494u, 0x00050080u, - 0x0000004du, 0x00004497u, 0x0000448du, 0x00004496u, 0x0007004fu, 0x0000004du, 0x00004499u, 0x00006902u, - 0x00006902u, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000004du, 0x0000449cu, 0x00004499u, 0x0000448au, - 0x000500c4u, 0x0000004du, 0x0000449eu, 0x0000449cu, 0x000079b3u, 0x00050080u, 0x0000004du, 0x0000449fu, - 0x00004497u, 0x0000449eu, 0x00050080u, 0x0000004du, 0x000044a1u, 0x0000449fu, 0x000079b4u, 0x000200f9u, - 0x000044c1u, 0x000200f8u, 0x000044c1u, 0x000700f5u, 0x0000004du, 0x00006d3cu, 0x000044a1u, 0x00004484u, - 0x000044c0u, 0x000044acu, 0x000300f7u, 0x00004500u, 0x00000000u, 0x000400fau, 0x00004170u, 0x000044c3u, - 0x000044e1u, 0x000200f8u, 0x000044e1u, 0x000500a7u, 0x00000058u, 0x000044e4u, 0x00004178u, 0x00004176u, - 0x000300f7u, 0x000044ebu, 0x00000000u, 0x000400fau, 0x000044e4u, 0x000044e5u, 0x000044e8u, 0x000200f8u, - 0x000044e8u, 0x0007004fu, 0x0000004du, 0x000044eau, 0x00006902u, 0x00006902u, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x000044ebu, 0x000200f8u, 0x000044e5u, 0x0007004fu, 0x0000004du, 0x000044e7u, 0x00006c12u, - 0x00006c12u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x000044ebu, 0x000200f8u, 0x000044ebu, 0x000700f5u, - 0x0000004du, 0x00006d36u, 0x000044e7u, 0x000044e5u, 0x000044eau, 0x000044e8u, 0x00050041u, 0x00000038u, - 0x000044edu, 0x000040ffu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000044eeu, 0x000044edu, 0x0007004fu, - 0x0000004du, 0x000044f0u, 0x00006a2du, 0x00006a2du, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000004du, - 0x000044f2u, 0x000044f0u, 0x00006d36u, 0x00050050u, 0x0000004du, 0x000044f3u, 0x000044eeu, 0x000044eeu, - 0x00050084u, 0x0000004du, 0x000044f4u, 0x000044f3u, 0x000044f2u, 0x00050041u, 0x00000038u, 0x000044f5u, - 0x000040ffu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000044f6u, 0x000044f5u, 0x0007004fu, 0x0000004du, - 0x000044f8u, 0x00006b22u, 0x00006b22u, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000004du, 0x000044fau, - 0x000044f8u, 0x00006d36u, 0x00050050u, 0x0000004du, 0x000044fbu, 0x000044f6u, 0x000044f6u, 0x00050084u, - 0x0000004du, 0x000044fcu, 0x000044fbu, 0x000044fau, 0x00050080u, 0x0000004du, 0x000044fdu, 0x000044f4u, - 0x000044fcu, 0x00050080u, 0x0000004du, 0x000044ffu, 0x000044fdu, 0x000079b4u, 0x000200f9u, 0x00004500u, - 0x000200f8u, 0x000044c3u, 0x00050041u, 0x00000038u, 0x000044c4u, 0x000040ffu, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x000044c5u, 0x000044c4u, 0x0007004fu, 0x0000004du, 0x000044c7u, 0x00006b22u, 0x00006b22u, - 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000004du, 0x000044c9u, 0x00006c12u, 0x00006c12u, 0x00000002u, - 0x00000003u, 0x00050082u, 0x0000004du, 0x000044cau, 0x000044c7u, 0x000044c9u, 0x00050050u, 0x0000004du, - 0x000044cbu, 0x000044c5u, 0x000044c5u, 0x00050084u, 0x0000004du, 0x000044ccu, 0x000044cbu, 0x000044cau, - 0x00050041u, 0x00000038u, 0x000044cdu, 0x000040ffu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000044ceu, - 0x000044cdu, 0x0007004fu, 0x0000004du, 0x000044d0u, 0x00006a2du, 0x00006a2du, 0x00000002u, 0x00000003u, - 0x00050082u, 0x0000004du, 0x000044d3u, 0x000044d0u, 0x000044c9u, 0x00050050u, 0x0000004du, 0x000044d4u, - 0x000044ceu, 0x000044ceu, 0x00050084u, 0x0000004du, 0x000044d5u, 0x000044d4u, 0x000044d3u, 0x00050080u, - 0x0000004du, 0x000044d6u, 0x000044ccu, 0x000044d5u, 0x0007004fu, 0x0000004du, 0x000044d8u, 0x00006902u, - 0x00006902u, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000004du, 0x000044dbu, 0x000044d8u, 0x000044c9u, - 0x000500c4u, 0x0000004du, 0x000044ddu, 0x000044dbu, 0x000079b3u, 0x00050080u, 0x0000004du, 0x000044deu, - 0x000044d6u, 0x000044ddu, 0x00050080u, 0x0000004du, 0x000044e0u, 0x000044deu, 0x000079b4u, 0x000200f9u, - 0x00004500u, 0x000200f8u, 0x00004500u, 0x000700f5u, 0x0000004du, 0x00006d3eu, 0x000044e0u, 0x000044c3u, - 0x000044ffu, 0x000044ebu, 0x00050051u, 0x00000008u, 0x00004503u, 0x00006d3cu, 0x00000000u, 0x00050051u, - 0x00000008u, 0x00004504u, 0x00006d3cu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00004505u, 0x00006d3eu, - 0x00000000u, 0x00050051u, 0x00000008u, 0x00004506u, 0x00006d3eu, 0x00000001u, 0x00070050u, 0x00000009u, - 0x00004507u, 0x00004503u, 0x00004504u, 0x00004505u, 0x00004506u, 0x000500c3u, 0x00000009u, 0x0000450au, - 0x00004507u, 0x000079adu, 0x00050041u, 0x00000038u, 0x0000450bu, 0x000040f6u, 0x00000330u, 0x0004003du, - 0x00000008u, 0x0000450cu, 0x0000450bu, 0x00070050u, 0x00000009u, 0x0000450eu, 0x0000450cu, 0x0000450cu, - 0x0000450cu, 0x0000450cu, 0x00050080u, 0x00000009u, 0x0000450fu, 0x0000450au, 0x0000450eu, 0x000200f9u, - 0x0000451eu, 0x000200f8u, 0x0000451eu, 0x000700f5u, 0x00000009u, 0x00006d40u, 0x0000450fu, 0x00004500u, - 0x0000451du, 0x00004516u, 0x000200f9u, 0x000045d3u, 0x000200f8u, 0x000045d3u, 0x000700f5u, 0x00000009u, - 0x00006d3fu, 0x00006d40u, 0x0000451eu, 0x00006d41u, 0x000045d2u, 0x000400a8u, 0x00000058u, 0x000045d7u, - 0x00001a6cu, 0x000500a7u, 0x00000058u, 0x000045d8u, 0x00001b9du, 0x000045d7u, 0x000300f7u, 0x000045ddu, - 0x00000000u, 0x000400fau, 0x000045d8u, 0x000045d9u, 0x000045ddu, 0x000200f8u, 0x000045d9u, 0x0003003eu, - 0x0000411bu, 0x00002203u, 0x000600cau, 0x00000009u, 0x0000583cu, 0x00006d3fu, 0x00000187u, 0x000001e8u, - 0x0003003eu, 0x0000582fu, 0x0000583cu, 0x00050041u, 0x00000038u, 0x0000583du, 0x0000582fu, 0x00000330u, - 0x0004003du, 0x00000008u, 0x0000583eu, 0x0000583du, 0x00050041u, 0x00000038u, 0x0000583fu, 0x0000411bu, - 0x000002d9u, 0x0004003du, 0x00000008u, 0x00005840u, 0x0000583fu, 0x00050041u, 0x00000038u, 0x00005841u, - 0x0000582fu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00005842u, 0x00005841u, 0x00050084u, 0x00000008u, - 0x00005843u, 0x00005840u, 0x00005842u, 0x00050080u, 0x00000008u, 0x00005844u, 0x00005843u, 0x00000325u, - 0x000500c3u, 0x00000008u, 0x00005845u, 0x00005844u, 0x000001e2u, 0x00050080u, 0x00000008u, 0x00005846u, - 0x0000583eu, 0x00005845u, 0x0004003du, 0x00000008u, 0x00005848u, 0x0000583du, 0x00050041u, 0x00000038u, - 0x00005849u, 0x0000411bu, 0x0000032cu, 0x0004003du, 0x00000008u, 0x0000584au, 0x00005849u, 0x00050041u, - 0x00000038u, 0x0000584bu, 0x0000582fu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x0000584cu, 0x0000584bu, - 0x00050084u, 0x00000008u, 0x0000584du, 0x0000584au, 0x0000584cu, 0x00050041u, 0x00000038u, 0x0000584eu, - 0x0000411bu, 0x00000330u, 0x0004003du, 0x00000008u, 0x0000584fu, 0x0000584eu, 0x0004003du, 0x00000008u, - 0x00005851u, 0x00005841u, 0x00050084u, 0x00000008u, 0x00005852u, 0x0000584fu, 0x00005851u, 0x00050080u, - 0x00000008u, 0x00005853u, 0x0000584du, 0x00005852u, 0x00050080u, 0x00000008u, 0x00005854u, 0x00005853u, - 0x00000325u, 0x000500c3u, 0x00000008u, 0x00005855u, 0x00005854u, 0x000001e2u, 0x00050080u, 0x00000008u, - 0x00005856u, 0x00005848u, 0x00005855u, 0x0004003du, 0x00000008u, 0x00005858u, 0x0000583du, 0x00050041u, - 0x00000038u, 0x00005859u, 0x0000411bu, 0x00000333u, 0x0004003du, 0x00000008u, 0x0000585au, 0x00005859u, - 0x0004003du, 0x00000008u, 0x0000585cu, 0x0000584bu, 0x00050084u, 0x00000008u, 0x0000585du, 0x0000585au, - 0x0000585cu, 0x00050080u, 0x00000008u, 0x0000585eu, 0x0000585du, 0x00000325u, 0x000500c3u, 0x00000008u, - 0x0000585fu, 0x0000585eu, 0x000001e2u, 0x00050080u, 0x00000008u, 0x00005860u, 0x00005858u, 0x0000585fu, - 0x0004003du, 0x00000008u, 0x00005862u, 0x0000583du, 0x00070050u, 0x00000009u, 0x00005867u, 0x00005846u, - 0x00005856u, 0x00005860u, 0x00005862u, 0x000200f9u, 0x000045ddu, 0x000200f8u, 0x000045ddu, 0x000700f5u, - 0x00000009u, 0x00006d45u, 0x00006d3fu, 0x000045d3u, 0x00005867u, 0x000045d9u, 0x000200f9u, 0x00001bbdu, - 0x000200f8u, 0x00001b9fu, 0x0003003eu, 0x00001994u, 0x00002203u, 0x000600cau, 0x00000009u, 0x00003f5fu, - 0x00006888u, 0x00000187u, 0x000001e8u, 0x0003003eu, 0x00003f52u, 0x00003f5fu, 0x00050041u, 0x00000038u, - 0x00003f60u, 0x00003f52u, 0x00000330u, 0x0004003du, 0x00000008u, 0x00003f61u, 0x00003f60u, 0x00050041u, - 0x00000038u, 0x00003f62u, 0x00001994u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00003f63u, 0x00003f62u, - 0x00050041u, 0x00000038u, 0x00003f64u, 0x00003f52u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00003f65u, - 0x00003f64u, 0x00050084u, 0x00000008u, 0x00003f66u, 0x00003f63u, 0x00003f65u, 0x00050080u, 0x00000008u, - 0x00003f67u, 0x00003f66u, 0x00000325u, 0x000500c3u, 0x00000008u, 0x00003f68u, 0x00003f67u, 0x000001e2u, - 0x00050080u, 0x00000008u, 0x00003f69u, 0x00003f61u, 0x00003f68u, 0x0004003du, 0x00000008u, 0x00003f6bu, - 0x00003f60u, 0x00050041u, 0x00000038u, 0x00003f6cu, 0x00001994u, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x00003f6du, 0x00003f6cu, 0x00050041u, 0x00000038u, 0x00003f6eu, 0x00003f52u, 0x000002d9u, 0x0004003du, - 0x00000008u, 0x00003f6fu, 0x00003f6eu, 0x00050084u, 0x00000008u, 0x00003f70u, 0x00003f6du, 0x00003f6fu, - 0x00050041u, 0x00000038u, 0x00003f71u, 0x00001994u, 0x00000330u, 0x0004003du, 0x00000008u, 0x00003f72u, - 0x00003f71u, 0x0004003du, 0x00000008u, 0x00003f74u, 0x00003f64u, 0x00050084u, 0x00000008u, 0x00003f75u, - 0x00003f72u, 0x00003f74u, 0x00050080u, 0x00000008u, 0x00003f76u, 0x00003f70u, 0x00003f75u, 0x00050080u, - 0x00000008u, 0x00003f77u, 0x00003f76u, 0x00000325u, 0x000500c3u, 0x00000008u, 0x00003f78u, 0x00003f77u, - 0x000001e2u, 0x00050080u, 0x00000008u, 0x00003f79u, 0x00003f6bu, 0x00003f78u, 0x0004003du, 0x00000008u, - 0x00003f7bu, 0x00003f60u, 0x00050041u, 0x00000038u, 0x00003f7cu, 0x00001994u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00003f7du, 0x00003f7cu, 0x0004003du, 0x00000008u, 0x00003f7fu, 0x00003f6eu, 0x00050084u, - 0x00000008u, 0x00003f80u, 0x00003f7du, 0x00003f7fu, 0x00050080u, 0x00000008u, 0x00003f81u, 0x00003f80u, - 0x00000325u, 0x000500c3u, 0x00000008u, 0x00003f82u, 0x00003f81u, 0x000001e2u, 0x00050080u, 0x00000008u, - 0x00003f83u, 0x00003f7bu, 0x00003f82u, 0x0004003du, 0x00000008u, 0x00003f85u, 0x00003f60u, 0x00070050u, - 0x00000009u, 0x00003f8au, 0x00003f69u, 0x00003f79u, 0x00003f83u, 0x00003f85u, 0x000200f9u, 0x00001bbdu, - 0x000200f8u, 0x00001bbdu, 0x000700f5u, 0x00000009u, 0x00007177u, 0x00003f8au, 0x00001b9fu, 0x00006d45u, - 0x000045ddu, 0x000200f9u, 0x00001bbeu, 0x000200f8u, 0x00001bbeu, 0x000700f5u, 0x00000009u, 0x000070cau, - 0x0000634au, 0x00001b98u, 0x00007177u, 0x00001bbdu, 0x000600a9u, 0x00000008u, 0x00001bc1u, 0x00001a4eu, - 0x00000196u, 0x00000187u, 0x000500c3u, 0x00000008u, 0x00001bc2u, 0x0000621eu, 0x00001bc1u, 0x000500c3u, - 0x00000008u, 0x00001bc4u, 0x000079b6u, 0x00000199u, 0x000500c7u, 0x00000008u, 0x00001bc6u, 0x000079b6u, - 0x0000019cu, 0x000500b1u, 0x00000058u, 0x0000586du, 0x00001bc4u, 0x00000199u, 0x000300f7u, 0x00005880u, - 0x00000000u, 0x000400fau, 0x0000586du, 0x0000586eu, 0x00005879u, 0x000200f8u, 0x00005879u, 0x000500aau, - 0x00000058u, 0x0000587bu, 0x00001bc4u, 0x00000199u, 0x000300f7u, 0x0000587fu, 0x00000000u, 0x000400fau, - 0x0000587bu, 0x0000587cu, 0x0000587eu, 0x000200f8u, 0x0000587eu, 0x000200f9u, 0x0000587fu, 0x000200f8u, - 0x0000587cu, 0x000500c7u, 0x00000008u, 0x000058a8u, 0x00006f51u, 0x000002ebu, 0x000200f9u, 0x0000587fu, - 0x000200f8u, 0x0000587fu, 0x000700f5u, 0x00000008u, 0x00007055u, 0x000058a8u, 0x0000587cu, 0x00000187u, - 0x0000587eu, 0x000200f9u, 0x00005880u, 0x000200f8u, 0x0000586eu, 0x000500c7u, 0x00000008u, 0x00005871u, - 0x00001bc2u, 0x0000019cu, 0x00050084u, 0x00000008u, 0x00005872u, 0x00005871u, 0x0000019fu, 0x000500c7u, - 0x00000008u, 0x00005874u, 0x00006222u, 0x0000019cu, 0x00050080u, 0x00000008u, 0x00005875u, 0x00005872u, - 0x00005874u, 0x0003003eu, 0x00005868u, 0x00001273u, 0x00060041u, 0x00000038u, 0x00005876u, 0x00005868u, - 0x00001bc4u, 0x00005875u, 0x0004003du, 0x00000008u, 0x00005877u, 0x00005876u, 0x00050084u, 0x00000008u, - 0x00005878u, 0x00005877u, 0x0000127fu, 0x000200f9u, 0x00005880u, 0x000200f8u, 0x00005880u, 0x000700f5u, - 0x00000008u, 0x00007054u, 0x00005878u, 0x0000586eu, 0x00007055u, 0x0000587fu, 0x000500aau, 0x00000058u, - 0x00005882u, 0x00001bc6u, 0x0000019cu, 0x000300f7u, 0x000058a4u, 0x00000000u, 0x000400fau, 0x00005882u, - 0x00005883u, 0x00005884u, 0x000200f8u, 0x00005884u, 0x000500aau, 0x00000058u, 0x00005886u, 0x00001bc6u, - 0x00000199u, 0x000300f7u, 0x000058a3u, 0x00000000u, 0x000400fau, 0x00005886u, 0x00005887u, 0x00005889u, - 0x000200f8u, 0x00005889u, 0x000500afu, 0x00000058u, 0x0000588bu, 0x00001bc4u, 0x00000199u, 0x000300f7u, - 0x0000589au, 0x00000000u, 0x000400fau, 0x0000588bu, 0x0000588cu, 0x00005897u, 0x000200f8u, 0x00005897u, - 0x000500c7u, 0x00000008u, 0x00005899u, 0x00007054u, 0x000001a8u, 0x000200f9u, 0x0000589au, 0x000200f8u, - 0x0000588cu, 0x000500c7u, 0x00000008u, 0x0000588eu, 0x00001bc4u, 0x00000196u, 0x000500c7u, 0x00000008u, - 0x00005890u, 0x00001bc2u, 0x0000019cu, 0x00050084u, 0x00000008u, 0x00005891u, 0x00005890u, 0x0000019fu, - 0x000500c7u, 0x00000008u, 0x00005893u, 0x00006222u, 0x0000019cu, 0x00050080u, 0x00000008u, 0x00005894u, - 0x00005891u, 0x00005893u, 0x0003003eu, 0x0000586au, 0x00001273u, 0x00060041u, 0x00000038u, 0x00005895u, - 0x0000586au, 0x0000588eu, 0x00005894u, 0x0004003du, 0x00000008u, 0x00005896u, 0x00005895u, 0x000200f9u, - 0x0000589au, 0x000200f8u, 0x0000589au, 0x000700f5u, 0x00000008u, 0x00007056u, 0x00005896u, 0x0000588cu, - 0x00005899u, 0x00005897u, 0x000500aau, 0x00000058u, 0x0000589du, 0x00001bc6u, 0x00000196u, 0x000300f7u, - 0x000058a2u, 0x00000000u, 0x000400fau, 0x0000589du, 0x0000589eu, 0x000058a2u, 0x000200f8u, 0x0000589eu, - 0x000400c8u, 0x00000008u, 0x000058a0u, 0x00007056u, 0x000500c7u, 0x00000008u, 0x000058a1u, 0x000058a0u, - 0x000001a8u, 0x000200f9u, 0x000058a2u, 0x000200f8u, 0x000058a2u, 0x000700f5u, 0x00000008u, 0x0000705fu, - 0x00007056u, 0x0000589au, 0x000058a1u, 0x0000589eu, 0x000200f9u, 0x000058a3u, 0x000200f8u, 0x00005887u, - 0x000500c7u, 0x00000008u, 0x000058acu, 0x00006f51u, 0x000001a8u, 0x000200f9u, 0x000058a3u, 0x000200f8u, - 0x000058a3u, 0x000700f5u, 0x00000008u, 0x0000705eu, 0x000058acu, 0x00005887u, 0x0000705fu, 0x000058a2u, - 0x000200f9u, 0x000058a4u, 0x000200f8u, 0x00005883u, 0x000200f9u, 0x000058a4u, 0x000200f8u, 0x000058a4u, - 0x000700f5u, 0x00000008u, 0x0000705du, 0x00000187u, 0x00005883u, 0x0000705eu, 0x000058a3u, 0x000300f7u, - 0x00001c26u, 0x00000000u, 0x000400fau, 0x00001a4bu, 0x00001bccu, 0x00001c07u, 0x000200f8u, 0x00001c07u, - 0x000500c7u, 0x00000008u, 0x00005bddu, 0x00006f51u, 0x000001a8u, 0x000500c4u, 0x00000008u, 0x00005bdeu, - 0x00005bddu, 0x000001a5u, 0x000500c5u, 0x00000008u, 0x00005bdfu, 0x00005bdeu, 0x000002e2u, 0x0004003du, - 0x00000009u, 0x00001c17u, 0x00001910u, 0x0003003eu, 0x000019c1u, 0x00001c17u, 0x0004003du, 0x00000009u, - 0x00001c18u, 0x00001911u, 0x0003003eu, 0x000019c2u, 0x00001c18u, 0x0003003eu, 0x00005d7cu, 0x000021d4u, - 0x0003003eu, 0x00005d7eu, 0x0000225eu, 0x0003003eu, 0x00005d7fu, 0x00000312u, 0x0003003eu, 0x00005d80u, - 0x00006888u, 0x0003003eu, 0x00005d81u, 0x000070cau, 0x00050041u, 0x00000038u, 0x00005bfbu, 0x000019c1u, - 0x000002d9u, 0x0004003du, 0x00000008u, 0x00005bfcu, 0x00005bfbu, 0x00050041u, 0x00000038u, 0x00005bfdu, - 0x000019c2u, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00005bfeu, 0x00005bfdu, 0x000300f7u, 0x00005c57u, - 0x00000000u, 0x000f00fbu, 0x00005bfcu, 0x00005c3eu, 0x00000000u, 0x00005c42u, 0x00000001u, 0x00005c46u, - 0x00000002u, 0x00005c4au, 0x00000004u, 0x00005c4eu, 0x00000007u, 0x00005c52u, 0x00000006u, 0x00005c56u, - 0x000200f8u, 0x00005c56u, 0x000200f9u, 0x00005c57u, 0x000200f8u, 0x00005c52u, 0x00060050u, 0x00000052u, - 0x00005c55u, 0x00005bdfu, 0x00005bdfu, 0x00005bdfu, 0x000200f9u, 0x00005c57u, 0x000200f8u, 0x00005c4eu, - 0x0008004fu, 0x00000052u, 0x00005c51u, 0x0000225eu, 0x0000225eu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00005c57u, 0x000200f8u, 0x00005c4au, 0x0008004fu, 0x00000052u, 0x00005c4du, 0x000070cau, - 0x000070cau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005c57u, 0x000200f8u, 0x00005c46u, - 0x0008004fu, 0x00000052u, 0x00005c49u, 0x00006888u, 0x00006888u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00005c57u, 0x000200f8u, 0x00005c42u, 0x000200f9u, 0x00005c57u, 0x000200f8u, 0x00005c3eu, - 0x0008004fu, 0x00000052u, 0x00005c41u, 0x000021d4u, 0x000021d4u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00005c57u, 0x000200f8u, 0x00005c57u, 0x001100f5u, 0x00000052u, 0x0000739du, 0x00005c41u, - 0x00005c3eu, 0x000079b5u, 0x00005c42u, 0x00005c49u, 0x00005c46u, 0x00005c4du, 0x00005c4au, 0x00005c51u, - 0x00005c4eu, 0x00005c55u, 0x00005c52u, 0x000012fau, 0x00005c56u, 0x000300f7u, 0x00005c69u, 0x00000000u, - 0x000d00fbu, 0x00005bfeu, 0x00005c59u, 0x00000000u, 0x00005c5cu, 0x00000001u, 0x00005c5fu, 0x00000002u, - 0x00005c62u, 0x00000004u, 0x00005c65u, 0x00000006u, 0x00005c68u, 0x000200f8u, 0x00005c68u, 0x000200f9u, - 0x00005c69u, 0x000200f8u, 0x00005c65u, 0x00050041u, 0x00000038u, 0x00005d88u, 0x00005d7eu, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005c67u, 0x00005d88u, 0x000200f9u, 0x00005c69u, 0x000200f8u, 0x00005c62u, - 0x00050041u, 0x00000038u, 0x00005d87u, 0x00005d81u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005c64u, - 0x00005d87u, 0x000200f9u, 0x00005c69u, 0x000200f8u, 0x00005c5fu, 0x00050041u, 0x00000038u, 0x00005d86u, - 0x00005d80u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005c61u, 0x00005d86u, 0x000200f9u, 0x00005c69u, - 0x000200f8u, 0x00005c5cu, 0x00050041u, 0x00000038u, 0x00005d85u, 0x00005d7fu, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005c5eu, 0x00005d85u, 0x000200f9u, 0x00005c69u, 0x000200f8u, 0x00005c59u, 0x00050041u, - 0x00000038u, 0x00005d84u, 0x00005d7cu, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005c5bu, 0x00005d84u, - 0x000200f9u, 0x00005c69u, 0x000200f8u, 0x00005c69u, 0x000f00f5u, 0x00000008u, 0x0000739eu, 0x00005c5bu, - 0x00005c59u, 0x00005c5eu, 0x00005c5cu, 0x00005c61u, 0x00005c5fu, 0x00005c64u, 0x00005c62u, 0x00005c67u, - 0x00005c65u, 0x000012f9u, 0x00005c68u, 0x00050051u, 0x00000008u, 0x00005c6cu, 0x0000739du, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005c6du, 0x0000739du, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005c6eu, - 0x0000739du, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005c6fu, 0x00005c6cu, 0x00005c6du, 0x00005c6eu, - 0x0000739eu, 0x0003003eu, 0x00005d8fu, 0x000021d9u, 0x0003003eu, 0x00005d90u, 0x0000225eu, 0x0003003eu, - 0x00005d91u, 0x00000312u, 0x0003003eu, 0x00005d92u, 0x00006888u, 0x0003003eu, 0x00005d93u, 0x000070cau, - 0x00050041u, 0x00000038u, 0x00005c01u, 0x000019c1u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00005c02u, - 0x00005c01u, 0x00050041u, 0x00000038u, 0x00005c03u, 0x000019c2u, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x00005c04u, 0x00005c03u, 0x000300f7u, 0x00005c91u, 0x00000000u, 0x000d00fbu, 0x00005c02u, 0x00005c75u, - 0x00000000u, 0x00005c79u, 0x00000001u, 0x00005c7du, 0x00000002u, 0x00005c81u, 0x00000004u, 0x00005c85u, - 0x00000007u, 0x00005c89u, 0x000200f8u, 0x00005c89u, 0x00050041u, 0x00000038u, 0x00005d94u, 0x00005d8fu, - 0x0000032cu, 0x0004003du, 0x00000008u, 0x00005c8bu, 0x00005d94u, 0x000500c4u, 0x00000008u, 0x00005c8cu, - 0x00005c8bu, 0x000001e2u, 0x00050041u, 0x00000038u, 0x00005d95u, 0x00005d8fu, 0x00000330u, 0x0004003du, - 0x00000008u, 0x00005c8eu, 0x00005d95u, 0x000500c5u, 0x00000008u, 0x00005c8fu, 0x00005c8cu, 0x00005c8eu, - 0x00060050u, 0x00000052u, 0x00005c90u, 0x00005c8fu, 0x00005c8fu, 0x00005c8fu, 0x000200f9u, 0x00005c91u, - 0x000200f8u, 0x00005c85u, 0x0008004fu, 0x00000052u, 0x00005c88u, 0x0000225eu, 0x0000225eu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005c91u, 0x000200f8u, 0x00005c81u, 0x0008004fu, 0x00000052u, - 0x00005c84u, 0x000070cau, 0x000070cau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005c91u, - 0x000200f8u, 0x00005c7du, 0x0008004fu, 0x00000052u, 0x00005c80u, 0x00006888u, 0x00006888u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005c91u, 0x000200f8u, 0x00005c79u, 0x000200f9u, 0x00005c91u, - 0x000200f8u, 0x00005c75u, 0x0008004fu, 0x00000052u, 0x00005c78u, 0x000021d9u, 0x000021d9u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005c91u, 0x000200f8u, 0x00005c91u, 0x000f00f5u, 0x00000052u, - 0x000073a0u, 0x00005c78u, 0x00005c75u, 0x000079b5u, 0x00005c79u, 0x00005c80u, 0x00005c7du, 0x00005c84u, - 0x00005c81u, 0x00005c88u, 0x00005c85u, 0x00005c90u, 0x00005c89u, 0x000300f7u, 0x00005ca3u, 0x00000000u, - 0x000d00fbu, 0x00005c04u, 0x00005c93u, 0x00000000u, 0x00005c96u, 0x00000001u, 0x00005c99u, 0x00000002u, - 0x00005c9cu, 0x00000004u, 0x00005c9fu, 0x00000006u, 0x00005ca2u, 0x000200f8u, 0x00005ca2u, 0x000200f9u, - 0x00005ca3u, 0x000200f8u, 0x00005c9fu, 0x00050041u, 0x00000038u, 0x00005d9au, 0x00005d90u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005ca1u, 0x00005d9au, 0x000200f9u, 0x00005ca3u, 0x000200f8u, 0x00005c9cu, - 0x00050041u, 0x00000038u, 0x00005d99u, 0x00005d93u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005c9eu, - 0x00005d99u, 0x000200f9u, 0x00005ca3u, 0x000200f8u, 0x00005c99u, 0x00050041u, 0x00000038u, 0x00005d98u, - 0x00005d92u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005c9bu, 0x00005d98u, 0x000200f9u, 0x00005ca3u, - 0x000200f8u, 0x00005c96u, 0x00050041u, 0x00000038u, 0x00005d97u, 0x00005d91u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005c98u, 0x00005d97u, 0x000200f9u, 0x00005ca3u, 0x000200f8u, 0x00005c93u, 0x00050041u, - 0x00000038u, 0x00005d96u, 0x00005d8fu, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005c95u, 0x00005d96u, - 0x000200f9u, 0x00005ca3u, 0x000200f8u, 0x00005ca3u, 0x000f00f5u, 0x00000008u, 0x000073a1u, 0x00005c95u, - 0x00005c93u, 0x00005c98u, 0x00005c96u, 0x00005c9bu, 0x00005c99u, 0x00005c9eu, 0x00005c9cu, 0x00005ca1u, - 0x00005c9fu, 0x000012f9u, 0x00005ca2u, 0x00050051u, 0x00000008u, 0x00005ca6u, 0x000073a0u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005ca7u, 0x000073a0u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005ca8u, - 0x000073a0u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005ca9u, 0x00005ca6u, 0x00005ca7u, 0x00005ca8u, - 0x000073a1u, 0x0003003eu, 0x00005da0u, 0x000021deu, 0x0003003eu, 0x00005da1u, 0x0000225eu, 0x0003003eu, - 0x00005da3u, 0x00006888u, 0x0003003eu, 0x00005da4u, 0x000070cau, 0x00050041u, 0x00000038u, 0x00005c07u, - 0x000019c1u, 0x00000330u, 0x0004003du, 0x00000008u, 0x00005c08u, 0x00005c07u, 0x00050041u, 0x00000038u, - 0x00005c09u, 0x000019c2u, 0x00000330u, 0x0004003du, 0x00000008u, 0x00005c0au, 0x00005c09u, 0x000300f7u, - 0x00005cdfu, 0x00000000u, 0x001700fbu, 0x00005c08u, 0x00005cafu, 0x00000000u, 0x00005cb3u, 0x00000007u, - 0x00005cb7u, 0x00000001u, 0x00005cbbu, 0x00000002u, 0x00005cbfu, 0x00000004u, 0x00005cc3u, 0x00000008u, - 0x00005cc7u, 0x00000009u, 0x00005ccbu, 0x0000000bu, 0x00005ccfu, 0x0000000du, 0x00005cd3u, 0x0000000fu, - 0x00005cd7u, 0x000200f8u, 0x00005cd7u, 0x00050041u, 0x00000038u, 0x00005da6u, 0x00005da0u, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00005cd9u, 0x00005da6u, 0x000500c4u, 0x00000008u, 0x00005cdau, 0x00005cd9u, - 0x000001e2u, 0x00050041u, 0x00000038u, 0x00005da7u, 0x00005da0u, 0x00000330u, 0x0004003du, 0x00000008u, - 0x00005cdcu, 0x00005da7u, 0x000500c5u, 0x00000008u, 0x00005cddu, 0x00005cdau, 0x00005cdcu, 0x00060050u, - 0x00000052u, 0x00005cdeu, 0x00005cddu, 0x00005cddu, 0x00005cddu, 0x000200f9u, 0x00005cdfu, 0x000200f8u, - 0x00005cd3u, 0x00060050u, 0x00000052u, 0x00005cd6u, 0x00007181u, 0x00007181u, 0x00007181u, 0x000200f9u, - 0x00005cdfu, 0x000200f8u, 0x00005ccfu, 0x0008004fu, 0x00000052u, 0x00005cd2u, 0x0000225eu, 0x0000225eu, - 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x00005cdfu, 0x000200f8u, 0x00005ccbu, 0x0008004fu, - 0x00000052u, 0x00005cceu, 0x000070cau, 0x000070cau, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, - 0x00005cdfu, 0x000200f8u, 0x00005cc7u, 0x0008004fu, 0x00000052u, 0x00005ccau, 0x00006888u, 0x00006888u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x00005cdfu, 0x000200f8u, 0x00005cc3u, 0x0008004fu, - 0x00000052u, 0x00005cc6u, 0x0000225eu, 0x0000225eu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00005cdfu, 0x000200f8u, 0x00005cbfu, 0x0008004fu, 0x00000052u, 0x00005cc2u, 0x000070cau, 0x000070cau, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005cdfu, 0x000200f8u, 0x00005cbbu, 0x0008004fu, - 0x00000052u, 0x00005cbeu, 0x00006888u, 0x00006888u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00005cdfu, 0x000200f8u, 0x00005cb7u, 0x000200f9u, 0x00005cdfu, 0x000200f8u, 0x00005cb3u, 0x000200f9u, - 0x00005cdfu, 0x000200f8u, 0x00005cafu, 0x0008004fu, 0x00000052u, 0x00005cb2u, 0x000021deu, 0x000021deu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005cdfu, 0x000200f8u, 0x00005cdfu, 0x001900f5u, - 0x00000052u, 0x000073a3u, 0x00005cb2u, 0x00005cafu, 0x000079b5u, 0x00005cb3u, 0x000079b5u, 0x00005cb7u, - 0x00005cbeu, 0x00005cbbu, 0x00005cc2u, 0x00005cbfu, 0x00005cc6u, 0x00005cc3u, 0x00005ccau, 0x00005cc7u, - 0x00005cceu, 0x00005ccbu, 0x00005cd2u, 0x00005ccfu, 0x00005cd6u, 0x00005cd3u, 0x00005cdeu, 0x00005cd7u, - 0x000300f7u, 0x00005cf0u, 0x00000000u, 0x000b00fbu, 0x00005c0au, 0x00005ce1u, 0x00000000u, 0x00005ce4u, - 0x00000001u, 0x00005ce7u, 0x00000002u, 0x00005ceau, 0x00000004u, 0x00005cedu, 0x000200f8u, 0x00005cedu, - 0x00050041u, 0x00000038u, 0x00005dabu, 0x00005da1u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005cefu, - 0x00005dabu, 0x000200f9u, 0x00005cf0u, 0x000200f8u, 0x00005ceau, 0x00050041u, 0x00000038u, 0x00005daau, - 0x00005da4u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005cecu, 0x00005daau, 0x000200f9u, 0x00005cf0u, - 0x000200f8u, 0x00005ce7u, 0x00050041u, 0x00000038u, 0x00005da9u, 0x00005da3u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005ce9u, 0x00005da9u, 0x000200f9u, 0x00005cf0u, 0x000200f8u, 0x00005ce4u, 0x000200f9u, - 0x00005cf0u, 0x000200f8u, 0x00005ce1u, 0x00050041u, 0x00000038u, 0x00005da8u, 0x00005da0u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005ce3u, 0x00005da8u, 0x000200f9u, 0x00005cf0u, 0x000200f8u, 0x00005cf0u, - 0x000d00f5u, 0x00000008u, 0x000073a4u, 0x00005ce3u, 0x00005ce1u, 0x00007181u, 0x00005ce4u, 0x00005ce9u, - 0x00005ce7u, 0x00005cecu, 0x00005ceau, 0x00005cefu, 0x00005cedu, 0x00050051u, 0x00000008u, 0x00005cf3u, - 0x000073a3u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005cf4u, 0x000073a3u, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00005cf5u, 0x000073a3u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005cf6u, 0x00005cf3u, - 0x00005cf4u, 0x00005cf5u, 0x000073a4u, 0x0003003eu, 0x00005db2u, 0x000021e3u, 0x0003003eu, 0x00005db3u, - 0x0000225eu, 0x0003003eu, 0x00005db4u, 0x00000312u, 0x0003003eu, 0x00005db5u, 0x00006888u, 0x0003003eu, - 0x00005db6u, 0x000070cau, 0x00050041u, 0x00000038u, 0x00005c0du, 0x000019c1u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005c0eu, 0x00005c0du, 0x00050041u, 0x00000038u, 0x00005c0fu, 0x000019c2u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005c10u, 0x00005c0fu, 0x000300f7u, 0x00005d11u, 0x00000000u, 0x000d00fbu, - 0x00005c0eu, 0x00005cfcu, 0x00000000u, 0x00005d00u, 0x00000001u, 0x00005d04u, 0x00000002u, 0x00005d08u, - 0x00000004u, 0x00005d0cu, 0x00000006u, 0x00005d10u, 0x000200f8u, 0x00005d10u, 0x000200f9u, 0x00005d11u, - 0x000200f8u, 0x00005d0cu, 0x0008004fu, 0x00000052u, 0x00005d0fu, 0x0000225eu, 0x0000225eu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005d11u, 0x000200f8u, 0x00005d08u, 0x0008004fu, 0x00000052u, - 0x00005d0bu, 0x000070cau, 0x000070cau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005d11u, - 0x000200f8u, 0x00005d04u, 0x0008004fu, 0x00000052u, 0x00005d07u, 0x00006888u, 0x00006888u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005d11u, 0x000200f8u, 0x00005d00u, 0x000200f9u, 0x00005d11u, - 0x000200f8u, 0x00005cfcu, 0x0008004fu, 0x00000052u, 0x00005cffu, 0x000021e3u, 0x000021e3u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005d11u, 0x000200f8u, 0x00005d11u, 0x000f00f5u, 0x00000052u, - 0x000073a6u, 0x00005cffu, 0x00005cfcu, 0x000079b5u, 0x00005d00u, 0x00005d07u, 0x00005d04u, 0x00005d0bu, - 0x00005d08u, 0x00005d0fu, 0x00005d0cu, 0x000012fau, 0x00005d10u, 0x000300f7u, 0x00005d23u, 0x00000000u, - 0x000d00fbu, 0x00005c10u, 0x00005d13u, 0x00000000u, 0x00005d16u, 0x00000001u, 0x00005d19u, 0x00000002u, - 0x00005d1cu, 0x00000004u, 0x00005d1fu, 0x00000006u, 0x00005d22u, 0x000200f8u, 0x00005d22u, 0x000200f9u, - 0x00005d23u, 0x000200f8u, 0x00005d1fu, 0x00050041u, 0x00000038u, 0x00005dbbu, 0x00005db3u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005d21u, 0x00005dbbu, 0x000200f9u, 0x00005d23u, 0x000200f8u, 0x00005d1cu, - 0x00050041u, 0x00000038u, 0x00005dbau, 0x00005db6u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005d1eu, - 0x00005dbau, 0x000200f9u, 0x00005d23u, 0x000200f8u, 0x00005d19u, 0x00050041u, 0x00000038u, 0x00005db9u, - 0x00005db5u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005d1bu, 0x00005db9u, 0x000200f9u, 0x00005d23u, - 0x000200f8u, 0x00005d16u, 0x00050041u, 0x00000038u, 0x00005db8u, 0x00005db4u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005d18u, 0x00005db8u, 0x000200f9u, 0x00005d23u, 0x000200f8u, 0x00005d13u, 0x00050041u, - 0x00000038u, 0x00005db7u, 0x00005db2u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005d15u, 0x00005db7u, - 0x000200f9u, 0x00005d23u, 0x000200f8u, 0x00005d23u, 0x000f00f5u, 0x00000008u, 0x000073a7u, 0x00005d15u, - 0x00005d13u, 0x00005d18u, 0x00005d16u, 0x00005d1bu, 0x00005d19u, 0x00005d1eu, 0x00005d1cu, 0x00005d21u, - 0x00005d1fu, 0x000012f9u, 0x00005d22u, 0x00050051u, 0x00000008u, 0x00005d26u, 0x000073a6u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005d27u, 0x000073a6u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005d28u, - 0x000073a6u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005d29u, 0x00005d26u, 0x00005d27u, 0x00005d28u, - 0x000073a7u, 0x000600cau, 0x00000009u, 0x00005d31u, 0x00005cf6u, 0x00000187u, 0x000001e8u, 0x00050082u, - 0x00000009u, 0x00005d53u, 0x00005c6fu, 0x000079a3u, 0x000600cau, 0x00000009u, 0x00005d54u, 0x00005d53u, - 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005d56u, 0x00005d54u, 0x000079a3u, 0x00050082u, - 0x00000009u, 0x00005d5bu, 0x00005ca9u, 0x000079a3u, 0x000600cau, 0x00000009u, 0x00005d5cu, 0x00005d5bu, - 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005d5eu, 0x00005d5cu, 0x000079a3u, 0x00050082u, - 0x00000009u, 0x00005d63u, 0x00005d29u, 0x000079a3u, 0x000600cau, 0x00000009u, 0x00005d64u, 0x00005d63u, - 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005d66u, 0x00005d64u, 0x000079a3u, 0x00050082u, - 0x00000009u, 0x00005d3au, 0x00005d56u, 0x00005d5eu, 0x00050084u, 0x00000009u, 0x00005d3cu, 0x00005d3au, - 0x00005d31u, 0x00050080u, 0x00000009u, 0x00005d3fu, 0x00005d3cu, 0x000079a3u, 0x000500c3u, 0x00000009u, - 0x00005d42u, 0x00005d3fu, 0x000079adu, 0x00050080u, 0x00000009u, 0x00005d4eu, 0x00005d42u, 0x00005d66u, - 0x00050082u, 0x00000009u, 0x00005d6bu, 0x00005d4eu, 0x000079a3u, 0x000600cau, 0x00000009u, 0x00005d6du, - 0x00005d6bu, 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005d70u, 0x00005d6du, 0x000079a3u, - 0x0008000cu, 0x00000009u, 0x00005d72u, 0x00000001u, 0x0000002du, 0x00005d70u, 0x00000312u, 0x00000346u, - 0x0003003eu, 0x00005bf0u, 0x00005d72u, 0x00050041u, 0x00000038u, 0x00005c19u, 0x00005bf0u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005c1au, 0x00005c19u, 0x0004003du, 0x00000008u, 0x00005c1cu, 0x00005c19u, - 0x00050080u, 0x00000008u, 0x00005c1du, 0x00005c1cu, 0x00000196u, 0x000500c3u, 0x00000008u, 0x00005c1eu, - 0x00005c1du, 0x000001e2u, 0x00050080u, 0x00000008u, 0x00005c1fu, 0x00005c1au, 0x00005c1eu, 0x000300f7u, - 0x00005c2cu, 0x00000000u, 0x000400fau, 0x00001a36u, 0x00005c21u, 0x00005c29u, 0x000200f8u, 0x00005c29u, - 0x000500c4u, 0x00000008u, 0x00005c2bu, 0x00001ae0u, 0x000001a2u, 0x000200f9u, 0x00005c2cu, 0x000200f8u, - 0x00005c21u, 0x00050084u, 0x00000008u, 0x00005c24u, 0x00005c1fu, 0x00001ae0u, 0x00050080u, 0x00000008u, - 0x00005c25u, 0x00005c24u, 0x0000019fu, 0x000500c3u, 0x00000008u, 0x00005c26u, 0x00005c25u, 0x0000019cu, - 0x000500c3u, 0x00000008u, 0x00005c28u, 0x00005c26u, 0x000001a2u, 0x000200f9u, 0x00005c2cu, 0x000200f8u, - 0x00005c2cu, 0x000700f5u, 0x00000008u, 0x000073b4u, 0x00005c28u, 0x00005c21u, 0x00001ae0u, 0x00005c29u, - 0x000700f5u, 0x00000008u, 0x000073b1u, 0x00005c26u, 0x00005c21u, 0x00005c2bu, 0x00005c29u, 0x000300f7u, - 0x00005c34u, 0x00000000u, 0x000400fau, 0x00001a39u, 0x00005c2eu, 0x00005c30u, 0x000200f8u, 0x00005c30u, - 0x00050080u, 0x00000008u, 0x00005c33u, 0x00005c1fu, 0x0000705du, 0x000200f9u, 0x00005c34u, 0x000200f8u, - 0x00005c2eu, 0x000200f9u, 0x00005c34u, 0x000200f8u, 0x00005c34u, 0x000700f5u, 0x00000008u, 0x000073b2u, - 0x000073b1u, 0x00005c2eu, 0x00005c33u, 0x00005c30u, 0x0008000cu, 0x00000008u, 0x00005c36u, 0x00000001u, - 0x0000002du, 0x000073b2u, 0x00000187u, 0x000002f0u, 0x0003003eu, 0x00005c19u, 0x00005c36u, 0x0004003du, - 0x00000009u, 0x00005c38u, 0x00005bf0u, 0x0003003eu, 0x000019b7u, 0x00005c38u, 0x00050041u, 0x00000038u, - 0x00001c24u, 0x000019b7u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00001c25u, 0x00001c24u, 0x000200f9u, - 0x00001c26u, 0x000200f8u, 0x00001bccu, 0x000500c7u, 0x00000008u, 0x000058b0u, 0x00006f51u, 0x000001a8u, - 0x000500c4u, 0x00000008u, 0x000058b1u, 0x000058b0u, 0x000001a5u, 0x000500c5u, 0x00000008u, 0x000058b2u, - 0x000058b1u, 0x000002e2u, 0x0004003du, 0x00000009u, 0x00001bdcu, 0x0000190eu, 0x0003003eu, 0x000019aeu, - 0x00001bdcu, 0x0004003du, 0x00000009u, 0x00001bddu, 0x0000190fu, 0x0003003eu, 0x000019afu, 0x00001bddu, - 0x0003003eu, 0x00005e04u, 0x000021c0u, 0x0003003eu, 0x00005e05u, 0x0000225eu, 0x0003003eu, 0x00005e06u, - 0x00000312u, 0x0003003eu, 0x00005e07u, 0x00006888u, 0x0003003eu, 0x00005e08u, 0x000070cau, 0x00050041u, - 0x00000038u, 0x000058cfu, 0x000019aeu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000058d0u, 0x000058cfu, - 0x00050041u, 0x00000038u, 0x000058d1u, 0x000019afu, 0x000002d9u, 0x0004003du, 0x00000008u, 0x000058d2u, - 0x000058d1u, 0x000300f7u, 0x0000592bu, 0x00000000u, 0x000f00fbu, 0x000058d0u, 0x00005912u, 0x00000000u, - 0x00005916u, 0x00000001u, 0x0000591au, 0x00000002u, 0x0000591eu, 0x00000004u, 0x00005922u, 0x00000007u, - 0x00005926u, 0x00000006u, 0x0000592au, 0x000200f8u, 0x0000592au, 0x000200f9u, 0x0000592bu, 0x000200f8u, - 0x00005926u, 0x00060050u, 0x00000052u, 0x00005929u, 0x000058b2u, 0x000058b2u, 0x000058b2u, 0x000200f9u, - 0x0000592bu, 0x000200f8u, 0x00005922u, 0x0008004fu, 0x00000052u, 0x00005925u, 0x0000225eu, 0x0000225eu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000592bu, 0x000200f8u, 0x0000591eu, 0x0008004fu, - 0x00000052u, 0x00005921u, 0x000070cau, 0x000070cau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x0000592bu, 0x000200f8u, 0x0000591au, 0x0008004fu, 0x00000052u, 0x0000591du, 0x00006888u, 0x00006888u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000592bu, 0x000200f8u, 0x00005916u, 0x000200f9u, - 0x0000592bu, 0x000200f8u, 0x00005912u, 0x0008004fu, 0x00000052u, 0x00005915u, 0x000021c0u, 0x000021c0u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000592bu, 0x000200f8u, 0x0000592bu, 0x001100f5u, - 0x00000052u, 0x000073b6u, 0x00005915u, 0x00005912u, 0x000079b5u, 0x00005916u, 0x0000591du, 0x0000591au, - 0x00005921u, 0x0000591eu, 0x00005925u, 0x00005922u, 0x00005929u, 0x00005926u, 0x000012fau, 0x0000592au, - 0x000300f7u, 0x0000593du, 0x00000000u, 0x000d00fbu, 0x000058d2u, 0x0000592du, 0x00000000u, 0x00005930u, - 0x00000001u, 0x00005933u, 0x00000002u, 0x00005936u, 0x00000004u, 0x00005939u, 0x00000006u, 0x0000593cu, - 0x000200f8u, 0x0000593cu, 0x000200f9u, 0x0000593du, 0x000200f8u, 0x00005939u, 0x00050041u, 0x00000038u, - 0x00005e0eu, 0x00005e05u, 0x00000333u, 0x0004003du, 0x00000008u, 0x0000593bu, 0x00005e0eu, 0x000200f9u, - 0x0000593du, 0x000200f8u, 0x00005936u, 0x00050041u, 0x00000038u, 0x00005e0du, 0x00005e08u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005938u, 0x00005e0du, 0x000200f9u, 0x0000593du, 0x000200f8u, 0x00005933u, - 0x00050041u, 0x00000038u, 0x00005e0cu, 0x00005e07u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005935u, - 0x00005e0cu, 0x000200f9u, 0x0000593du, 0x000200f8u, 0x00005930u, 0x00050041u, 0x00000038u, 0x00005e0bu, - 0x00005e06u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005932u, 0x00005e0bu, 0x000200f9u, 0x0000593du, - 0x000200f8u, 0x0000592du, 0x00050041u, 0x00000038u, 0x00005e0au, 0x00005e04u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x0000592fu, 0x00005e0au, 0x000200f9u, 0x0000593du, 0x000200f8u, 0x0000593du, 0x000f00f5u, - 0x00000008u, 0x000073b7u, 0x0000592fu, 0x0000592du, 0x00005932u, 0x00005930u, 0x00005935u, 0x00005933u, - 0x00005938u, 0x00005936u, 0x0000593bu, 0x00005939u, 0x000012f9u, 0x0000593cu, 0x00050051u, 0x00000008u, - 0x00005940u, 0x000073b6u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005941u, 0x000073b6u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00005942u, 0x000073b6u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005943u, - 0x00005940u, 0x00005941u, 0x00005942u, 0x000073b7u, 0x0003003eu, 0x00005e15u, 0x000021c5u, 0x0003003eu, - 0x00005e16u, 0x0000225eu, 0x0003003eu, 0x00005e17u, 0x00000312u, 0x0003003eu, 0x00005e18u, 0x00006888u, - 0x0003003eu, 0x00005e19u, 0x000070cau, 0x00050041u, 0x00000038u, 0x000058d5u, 0x000019aeu, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x000058d6u, 0x000058d5u, 0x00050041u, 0x00000038u, 0x000058d7u, 0x000019afu, - 0x0000032cu, 0x0004003du, 0x00000008u, 0x000058d8u, 0x000058d7u, 0x000300f7u, 0x00005965u, 0x00000000u, - 0x000d00fbu, 0x000058d6u, 0x00005949u, 0x00000000u, 0x0000594du, 0x00000001u, 0x00005951u, 0x00000002u, - 0x00005955u, 0x00000004u, 0x00005959u, 0x00000007u, 0x0000595du, 0x000200f8u, 0x0000595du, 0x00050041u, - 0x00000038u, 0x00005e1au, 0x00005e15u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x0000595fu, 0x00005e1au, - 0x000500c4u, 0x00000008u, 0x00005960u, 0x0000595fu, 0x000001e2u, 0x00050041u, 0x00000038u, 0x00005e1bu, - 0x00005e15u, 0x00000330u, 0x0004003du, 0x00000008u, 0x00005962u, 0x00005e1bu, 0x000500c5u, 0x00000008u, - 0x00005963u, 0x00005960u, 0x00005962u, 0x00060050u, 0x00000052u, 0x00005964u, 0x00005963u, 0x00005963u, - 0x00005963u, 0x000200f9u, 0x00005965u, 0x000200f8u, 0x00005959u, 0x0008004fu, 0x00000052u, 0x0000595cu, - 0x0000225eu, 0x0000225eu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005965u, 0x000200f8u, - 0x00005955u, 0x0008004fu, 0x00000052u, 0x00005958u, 0x000070cau, 0x000070cau, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x00005965u, 0x000200f8u, 0x00005951u, 0x0008004fu, 0x00000052u, 0x00005954u, - 0x00006888u, 0x00006888u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005965u, 0x000200f8u, - 0x0000594du, 0x000200f9u, 0x00005965u, 0x000200f8u, 0x00005949u, 0x0008004fu, 0x00000052u, 0x0000594cu, - 0x000021c5u, 0x000021c5u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005965u, 0x000200f8u, - 0x00005965u, 0x000f00f5u, 0x00000052u, 0x000073b9u, 0x0000594cu, 0x00005949u, 0x000079b5u, 0x0000594du, - 0x00005954u, 0x00005951u, 0x00005958u, 0x00005955u, 0x0000595cu, 0x00005959u, 0x00005964u, 0x0000595du, - 0x000300f7u, 0x00005977u, 0x00000000u, 0x000d00fbu, 0x000058d8u, 0x00005967u, 0x00000000u, 0x0000596au, - 0x00000001u, 0x0000596du, 0x00000002u, 0x00005970u, 0x00000004u, 0x00005973u, 0x00000006u, 0x00005976u, - 0x000200f8u, 0x00005976u, 0x000200f9u, 0x00005977u, 0x000200f8u, 0x00005973u, 0x00050041u, 0x00000038u, - 0x00005e20u, 0x00005e16u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005975u, 0x00005e20u, 0x000200f9u, - 0x00005977u, 0x000200f8u, 0x00005970u, 0x00050041u, 0x00000038u, 0x00005e1fu, 0x00005e19u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005972u, 0x00005e1fu, 0x000200f9u, 0x00005977u, 0x000200f8u, 0x0000596du, - 0x00050041u, 0x00000038u, 0x00005e1eu, 0x00005e18u, 0x00000333u, 0x0004003du, 0x00000008u, 0x0000596fu, - 0x00005e1eu, 0x000200f9u, 0x00005977u, 0x000200f8u, 0x0000596au, 0x00050041u, 0x00000038u, 0x00005e1du, - 0x00005e17u, 0x00000333u, 0x0004003du, 0x00000008u, 0x0000596cu, 0x00005e1du, 0x000200f9u, 0x00005977u, - 0x000200f8u, 0x00005967u, 0x00050041u, 0x00000038u, 0x00005e1cu, 0x00005e15u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005969u, 0x00005e1cu, 0x000200f9u, 0x00005977u, 0x000200f8u, 0x00005977u, 0x000f00f5u, - 0x00000008u, 0x000073bau, 0x00005969u, 0x00005967u, 0x0000596cu, 0x0000596au, 0x0000596fu, 0x0000596du, - 0x00005972u, 0x00005970u, 0x00005975u, 0x00005973u, 0x000012f9u, 0x00005976u, 0x00050051u, 0x00000008u, - 0x0000597au, 0x000073b9u, 0x00000000u, 0x00050051u, 0x00000008u, 0x0000597bu, 0x000073b9u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x0000597cu, 0x000073b9u, 0x00000002u, 0x00070050u, 0x00000009u, 0x0000597du, - 0x0000597au, 0x0000597bu, 0x0000597cu, 0x000073bau, 0x0003003eu, 0x00005e26u, 0x000021cau, 0x0003003eu, - 0x00005e27u, 0x0000225eu, 0x0003003eu, 0x00005e29u, 0x00006888u, 0x0003003eu, 0x00005e2au, 0x000070cau, - 0x00050041u, 0x00000038u, 0x000058dbu, 0x000019aeu, 0x00000330u, 0x0004003du, 0x00000008u, 0x000058dcu, - 0x000058dbu, 0x00050041u, 0x00000038u, 0x000058ddu, 0x000019afu, 0x00000330u, 0x0004003du, 0x00000008u, - 0x000058deu, 0x000058ddu, 0x000300f7u, 0x000059b3u, 0x00000000u, 0x001700fbu, 0x000058dcu, 0x00005983u, - 0x00000000u, 0x00005987u, 0x00000007u, 0x0000598bu, 0x00000001u, 0x0000598fu, 0x00000002u, 0x00005993u, - 0x00000004u, 0x00005997u, 0x00000008u, 0x0000599bu, 0x00000009u, 0x0000599fu, 0x0000000bu, 0x000059a3u, - 0x0000000du, 0x000059a7u, 0x0000000fu, 0x000059abu, 0x000200f8u, 0x000059abu, 0x00050041u, 0x00000038u, - 0x00005e2cu, 0x00005e26u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x000059adu, 0x00005e2cu, 0x000500c4u, - 0x00000008u, 0x000059aeu, 0x000059adu, 0x000001e2u, 0x00050041u, 0x00000038u, 0x00005e2du, 0x00005e26u, - 0x00000330u, 0x0004003du, 0x00000008u, 0x000059b0u, 0x00005e2du, 0x000500c5u, 0x00000008u, 0x000059b1u, - 0x000059aeu, 0x000059b0u, 0x00060050u, 0x00000052u, 0x000059b2u, 0x000059b1u, 0x000059b1u, 0x000059b1u, - 0x000200f9u, 0x000059b3u, 0x000200f8u, 0x000059a7u, 0x00060050u, 0x00000052u, 0x000059aau, 0x00007181u, - 0x00007181u, 0x00007181u, 0x000200f9u, 0x000059b3u, 0x000200f8u, 0x000059a3u, 0x0008004fu, 0x00000052u, - 0x000059a6u, 0x0000225eu, 0x0000225eu, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x000059b3u, - 0x000200f8u, 0x0000599fu, 0x0008004fu, 0x00000052u, 0x000059a2u, 0x000070cau, 0x000070cau, 0x00000003u, - 0x00000003u, 0x00000003u, 0x000200f9u, 0x000059b3u, 0x000200f8u, 0x0000599bu, 0x0008004fu, 0x00000052u, - 0x0000599eu, 0x00006888u, 0x00006888u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x000059b3u, - 0x000200f8u, 0x00005997u, 0x0008004fu, 0x00000052u, 0x0000599au, 0x0000225eu, 0x0000225eu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x000059b3u, 0x000200f8u, 0x00005993u, 0x0008004fu, 0x00000052u, - 0x00005996u, 0x000070cau, 0x000070cau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000059b3u, - 0x000200f8u, 0x0000598fu, 0x0008004fu, 0x00000052u, 0x00005992u, 0x00006888u, 0x00006888u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x000059b3u, 0x000200f8u, 0x0000598bu, 0x000200f9u, 0x000059b3u, - 0x000200f8u, 0x00005987u, 0x000200f9u, 0x000059b3u, 0x000200f8u, 0x00005983u, 0x0008004fu, 0x00000052u, - 0x00005986u, 0x000021cau, 0x000021cau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000059b3u, - 0x000200f8u, 0x000059b3u, 0x001900f5u, 0x00000052u, 0x000073bcu, 0x00005986u, 0x00005983u, 0x000079b5u, - 0x00005987u, 0x000079b5u, 0x0000598bu, 0x00005992u, 0x0000598fu, 0x00005996u, 0x00005993u, 0x0000599au, - 0x00005997u, 0x0000599eu, 0x0000599bu, 0x000059a2u, 0x0000599fu, 0x000059a6u, 0x000059a3u, 0x000059aau, - 0x000059a7u, 0x000059b2u, 0x000059abu, 0x000300f7u, 0x000059c4u, 0x00000000u, 0x000b00fbu, 0x000058deu, - 0x000059b5u, 0x00000000u, 0x000059b8u, 0x00000001u, 0x000059bbu, 0x00000002u, 0x000059beu, 0x00000004u, - 0x000059c1u, 0x000200f8u, 0x000059c1u, 0x00050041u, 0x00000038u, 0x00005e31u, 0x00005e27u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x000059c3u, 0x00005e31u, 0x000200f9u, 0x000059c4u, 0x000200f8u, 0x000059beu, - 0x00050041u, 0x00000038u, 0x00005e30u, 0x00005e2au, 0x00000333u, 0x0004003du, 0x00000008u, 0x000059c0u, - 0x00005e30u, 0x000200f9u, 0x000059c4u, 0x000200f8u, 0x000059bbu, 0x00050041u, 0x00000038u, 0x00005e2fu, - 0x00005e29u, 0x00000333u, 0x0004003du, 0x00000008u, 0x000059bdu, 0x00005e2fu, 0x000200f9u, 0x000059c4u, - 0x000200f8u, 0x000059b8u, 0x000200f9u, 0x000059c4u, 0x000200f8u, 0x000059b5u, 0x00050041u, 0x00000038u, - 0x00005e2eu, 0x00005e26u, 0x00000333u, 0x0004003du, 0x00000008u, 0x000059b7u, 0x00005e2eu, 0x000200f9u, - 0x000059c4u, 0x000200f8u, 0x000059c4u, 0x000d00f5u, 0x00000008u, 0x000073bdu, 0x000059b7u, 0x000059b5u, - 0x00007181u, 0x000059b8u, 0x000059bdu, 0x000059bbu, 0x000059c0u, 0x000059beu, 0x000059c3u, 0x000059c1u, - 0x00050051u, 0x00000008u, 0x000059c7u, 0x000073bcu, 0x00000000u, 0x00050051u, 0x00000008u, 0x000059c8u, - 0x000073bcu, 0x00000001u, 0x00050051u, 0x00000008u, 0x000059c9u, 0x000073bcu, 0x00000002u, 0x00070050u, - 0x00000009u, 0x000059cau, 0x000059c7u, 0x000059c8u, 0x000059c9u, 0x000073bdu, 0x0003003eu, 0x00005e38u, - 0x000021cfu, 0x0003003eu, 0x00005e39u, 0x0000225eu, 0x0003003eu, 0x00005e3au, 0x00000312u, 0x0003003eu, - 0x00005e3bu, 0x00006888u, 0x0003003eu, 0x00005e3cu, 0x000070cau, 0x00050041u, 0x00000038u, 0x000058e1u, - 0x000019aeu, 0x00000333u, 0x0004003du, 0x00000008u, 0x000058e2u, 0x000058e1u, 0x00050041u, 0x00000038u, - 0x000058e3u, 0x000019afu, 0x00000333u, 0x0004003du, 0x00000008u, 0x000058e4u, 0x000058e3u, 0x000300f7u, - 0x000059e5u, 0x00000000u, 0x000d00fbu, 0x000058e2u, 0x000059d0u, 0x00000000u, 0x000059d4u, 0x00000001u, - 0x000059d8u, 0x00000002u, 0x000059dcu, 0x00000004u, 0x000059e0u, 0x00000006u, 0x000059e4u, 0x000200f8u, - 0x000059e4u, 0x000200f9u, 0x000059e5u, 0x000200f8u, 0x000059e0u, 0x0008004fu, 0x00000052u, 0x000059e3u, - 0x0000225eu, 0x0000225eu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000059e5u, 0x000200f8u, - 0x000059dcu, 0x0008004fu, 0x00000052u, 0x000059dfu, 0x000070cau, 0x000070cau, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000200f9u, 0x000059e5u, 0x000200f8u, 0x000059d8u, 0x0008004fu, 0x00000052u, 0x000059dbu, - 0x00006888u, 0x00006888u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000059e5u, 0x000200f8u, - 0x000059d4u, 0x000200f9u, 0x000059e5u, 0x000200f8u, 0x000059d0u, 0x0008004fu, 0x00000052u, 0x000059d3u, - 0x000021cfu, 0x000021cfu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x000059e5u, 0x000200f8u, - 0x000059e5u, 0x000f00f5u, 0x00000052u, 0x000073bfu, 0x000059d3u, 0x000059d0u, 0x000079b5u, 0x000059d4u, - 0x000059dbu, 0x000059d8u, 0x000059dfu, 0x000059dcu, 0x000059e3u, 0x000059e0u, 0x000012fau, 0x000059e4u, - 0x000300f7u, 0x000059f7u, 0x00000000u, 0x000d00fbu, 0x000058e4u, 0x000059e7u, 0x00000000u, 0x000059eau, - 0x00000001u, 0x000059edu, 0x00000002u, 0x000059f0u, 0x00000004u, 0x000059f3u, 0x00000006u, 0x000059f6u, - 0x000200f8u, 0x000059f6u, 0x000200f9u, 0x000059f7u, 0x000200f8u, 0x000059f3u, 0x00050041u, 0x00000038u, - 0x00005e41u, 0x00005e39u, 0x00000333u, 0x0004003du, 0x00000008u, 0x000059f5u, 0x00005e41u, 0x000200f9u, - 0x000059f7u, 0x000200f8u, 0x000059f0u, 0x00050041u, 0x00000038u, 0x00005e40u, 0x00005e3cu, 0x00000333u, - 0x0004003du, 0x00000008u, 0x000059f2u, 0x00005e40u, 0x000200f9u, 0x000059f7u, 0x000200f8u, 0x000059edu, - 0x00050041u, 0x00000038u, 0x00005e3fu, 0x00005e3bu, 0x00000333u, 0x0004003du, 0x00000008u, 0x000059efu, - 0x00005e3fu, 0x000200f9u, 0x000059f7u, 0x000200f8u, 0x000059eau, 0x00050041u, 0x00000038u, 0x00005e3eu, - 0x00005e3au, 0x00000333u, 0x0004003du, 0x00000008u, 0x000059ecu, 0x00005e3eu, 0x000200f9u, 0x000059f7u, - 0x000200f8u, 0x000059e7u, 0x00050041u, 0x00000038u, 0x00005e3du, 0x00005e38u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x000059e9u, 0x00005e3du, 0x000200f9u, 0x000059f7u, 0x000200f8u, 0x000059f7u, 0x000f00f5u, - 0x00000008u, 0x000073c0u, 0x000059e9u, 0x000059e7u, 0x000059ecu, 0x000059eau, 0x000059efu, 0x000059edu, - 0x000059f2u, 0x000059f0u, 0x000059f5u, 0x000059f3u, 0x000012f9u, 0x000059f6u, 0x00050051u, 0x00000008u, - 0x000059fau, 0x000073bfu, 0x00000000u, 0x00050051u, 0x00000008u, 0x000059fbu, 0x000073bfu, 0x00000001u, - 0x00050051u, 0x00000008u, 0x000059fcu, 0x000073bfu, 0x00000002u, 0x00070050u, 0x00000009u, 0x000059fdu, - 0x000059fau, 0x000059fbu, 0x000059fcu, 0x000073c0u, 0x000600cau, 0x00000009u, 0x00005a05u, 0x000059cau, - 0x00000187u, 0x000001e8u, 0x00050082u, 0x00000009u, 0x00005a27u, 0x00005943u, 0x000079a3u, 0x000600cau, - 0x00000009u, 0x00005a28u, 0x00005a27u, 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005a2au, - 0x00005a28u, 0x000079a3u, 0x00050082u, 0x00000009u, 0x00005a2fu, 0x0000597du, 0x000079a3u, 0x000600cau, - 0x00000009u, 0x00005a30u, 0x00005a2fu, 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005a32u, - 0x00005a30u, 0x000079a3u, 0x00050082u, 0x00000009u, 0x00005a37u, 0x000059fdu, 0x000079a3u, 0x000600cau, - 0x00000009u, 0x00005a38u, 0x00005a37u, 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005a3au, - 0x00005a38u, 0x000079a3u, 0x00050082u, 0x00000009u, 0x00005a0eu, 0x00005a2au, 0x00005a32u, 0x00050084u, - 0x00000009u, 0x00005a10u, 0x00005a0eu, 0x00005a05u, 0x00050080u, 0x00000009u, 0x00005a13u, 0x00005a10u, - 0x000079a3u, 0x000500c3u, 0x00000009u, 0x00005a16u, 0x00005a13u, 0x000079adu, 0x00050080u, 0x00000009u, - 0x00005a22u, 0x00005a16u, 0x00005a3au, 0x0003003eu, 0x000058c3u, 0x00005a22u, 0x000300f7u, 0x0000590bu, - 0x00000000u, 0x000400fau, 0x00001a57u, 0x000058ecu, 0x0000590au, 0x000200f8u, 0x0000590au, 0x000200f9u, - 0x0000590bu, 0x000200f8u, 0x000058ecu, 0x00050041u, 0x00000038u, 0x000058edu, 0x000058c3u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x000058eeu, 0x000058edu, 0x00050082u, 0x00000008u, 0x00005a3eu, 0x000058eeu, - 0x00000325u, 0x000600cau, 0x00000008u, 0x00005a3fu, 0x00005a3eu, 0x00000187u, 0x000001e8u, 0x00050080u, - 0x00000008u, 0x00005a40u, 0x00005a3fu, 0x00000325u, 0x0008000cu, 0x00000008u, 0x00005a41u, 0x00000001u, - 0x0000002du, 0x00005a40u, 0x00000187u, 0x000002f0u, 0x00050080u, 0x00000008u, 0x000058f2u, 0x00005a41u, - 0x00000196u, 0x000500c3u, 0x00000008u, 0x000058f3u, 0x000058f2u, 0x000001e2u, 0x00050080u, 0x00000008u, - 0x000058f4u, 0x00005a41u, 0x000058f3u, 0x000300f7u, 0x00005907u, 0x00000000u, 0x000400fau, 0x00001a39u, - 0x000058f6u, 0x00005903u, 0x000200f8u, 0x00005903u, 0x00050080u, 0x00000008u, 0x00005906u, 0x000058f4u, - 0x0000705du, 0x000200f9u, 0x00005907u, 0x000200f8u, 0x000058f6u, 0x000300f7u, 0x00005901u, 0x00000000u, - 0x000400fau, 0x00001a36u, 0x000058f8u, 0x000058feu, 0x000200f8u, 0x000058feu, 0x000500c4u, 0x00000008u, - 0x00005900u, 0x00001ae0u, 0x000001a2u, 0x000200f9u, 0x00005901u, 0x000200f8u, 0x000058f8u, 0x00050084u, - 0x00000008u, 0x000058fbu, 0x000058f4u, 0x00001ae0u, 0x00050080u, 0x00000008u, 0x000058fcu, 0x000058fbu, - 0x0000019fu, 0x000500c3u, 0x00000008u, 0x000058fdu, 0x000058fcu, 0x0000019cu, 0x000200f9u, 0x00005901u, - 0x000200f8u, 0x00005901u, 0x000700f5u, 0x00000008u, 0x000073c1u, 0x000058fdu, 0x000058f8u, 0x00005900u, - 0x000058feu, 0x000200f9u, 0x00005907u, 0x000200f8u, 0x00005907u, 0x000700f5u, 0x00000008u, 0x000073c2u, - 0x000073c1u, 0x00005901u, 0x00005906u, 0x00005903u, 0x0008000cu, 0x00000008u, 0x00005909u, 0x00000001u, - 0x0000002du, 0x000073c2u, 0x00000187u, 0x000002f0u, 0x000200f9u, 0x0000590bu, 0x000200f8u, 0x0000590bu, - 0x000700f5u, 0x00000008u, 0x000073c3u, 0x00005909u, 0x00005907u, 0x00000187u, 0x0000590au, 0x0004003du, - 0x00000009u, 0x00001bfau, 0x00001910u, 0x0003003eu, 0x000019b9u, 0x00001bfau, 0x0004003du, 0x00000009u, - 0x00001bfbu, 0x00001911u, 0x0003003eu, 0x000019bau, 0x00001bfbu, 0x0003003eu, 0x00005dc1u, 0x000021d4u, - 0x0003003eu, 0x00005dc2u, 0x0000225eu, 0x0003003eu, 0x00005dc3u, 0x00005a22u, 0x0003003eu, 0x00005dc4u, - 0x000070cau, 0x0003003eu, 0x00005dc5u, 0x00006888u, 0x00050041u, 0x00000038u, 0x00005a5du, 0x000019b9u, - 0x000002d9u, 0x0004003du, 0x00000008u, 0x00005a5eu, 0x00005a5du, 0x00050041u, 0x00000038u, 0x00005a5fu, - 0x000019bau, 0x000002d9u, 0x0004003du, 0x00000008u, 0x00005a60u, 0x00005a5fu, 0x000300f7u, 0x00005ab9u, - 0x00000000u, 0x000f00fbu, 0x00005a5eu, 0x00005aa0u, 0x00000000u, 0x00005aa4u, 0x00000001u, 0x00005aa8u, - 0x00000002u, 0x00005aacu, 0x00000004u, 0x00005ab0u, 0x00000007u, 0x00005ab4u, 0x00000006u, 0x00005ab8u, - 0x000200f8u, 0x00005ab8u, 0x000200f9u, 0x00005ab9u, 0x000200f8u, 0x00005ab4u, 0x00060050u, 0x00000052u, - 0x00005ab7u, 0x000058b2u, 0x000058b2u, 0x000058b2u, 0x000200f9u, 0x00005ab9u, 0x000200f8u, 0x00005ab0u, - 0x0008004fu, 0x00000052u, 0x00005ab3u, 0x0000225eu, 0x0000225eu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00005ab9u, 0x000200f8u, 0x00005aacu, 0x0008004fu, 0x00000052u, 0x00005aafu, 0x00006888u, - 0x00006888u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005ab9u, 0x000200f8u, 0x00005aa8u, - 0x0008004fu, 0x00000052u, 0x00005aabu, 0x000070cau, 0x000070cau, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00005ab9u, 0x000200f8u, 0x00005aa4u, 0x0008004fu, 0x00000052u, 0x00005aa7u, 0x00005a22u, - 0x00005a22u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005ab9u, 0x000200f8u, 0x00005aa0u, - 0x0008004fu, 0x00000052u, 0x00005aa3u, 0x000021d4u, 0x000021d4u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000200f9u, 0x00005ab9u, 0x000200f8u, 0x00005ab9u, 0x001100f5u, 0x00000052u, 0x000073e6u, 0x00005aa3u, - 0x00005aa0u, 0x00005aa7u, 0x00005aa4u, 0x00005aabu, 0x00005aa8u, 0x00005aafu, 0x00005aacu, 0x00005ab3u, - 0x00005ab0u, 0x00005ab7u, 0x00005ab4u, 0x000012fau, 0x00005ab8u, 0x000300f7u, 0x00005acbu, 0x00000000u, - 0x000d00fbu, 0x00005a60u, 0x00005abbu, 0x00000000u, 0x00005abeu, 0x00000001u, 0x00005ac1u, 0x00000002u, - 0x00005ac4u, 0x00000004u, 0x00005ac7u, 0x00000006u, 0x00005acau, 0x000200f8u, 0x00005acau, 0x000200f9u, - 0x00005acbu, 0x000200f8u, 0x00005ac7u, 0x00050041u, 0x00000038u, 0x00005dcbu, 0x00005dc2u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005ac9u, 0x00005dcbu, 0x000200f9u, 0x00005acbu, 0x000200f8u, 0x00005ac4u, - 0x00050041u, 0x00000038u, 0x00005dcau, 0x00005dc5u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005ac6u, - 0x00005dcau, 0x000200f9u, 0x00005acbu, 0x000200f8u, 0x00005ac1u, 0x00050041u, 0x00000038u, 0x00005dc9u, - 0x00005dc4u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005ac3u, 0x00005dc9u, 0x000200f9u, 0x00005acbu, - 0x000200f8u, 0x00005abeu, 0x00050041u, 0x00000038u, 0x00005dc8u, 0x00005dc3u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005ac0u, 0x00005dc8u, 0x000200f9u, 0x00005acbu, 0x000200f8u, 0x00005abbu, 0x00050041u, - 0x00000038u, 0x00005dc7u, 0x00005dc1u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005abdu, 0x00005dc7u, - 0x000200f9u, 0x00005acbu, 0x000200f8u, 0x00005acbu, 0x000f00f5u, 0x00000008u, 0x000073e7u, 0x00005abdu, - 0x00005abbu, 0x00005ac0u, 0x00005abeu, 0x00005ac3u, 0x00005ac1u, 0x00005ac6u, 0x00005ac4u, 0x00005ac9u, - 0x00005ac7u, 0x000012f9u, 0x00005acau, 0x00050051u, 0x00000008u, 0x00005aceu, 0x000073e6u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005acfu, 0x000073e6u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005ad0u, - 0x000073e6u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005ad1u, 0x00005aceu, 0x00005acfu, 0x00005ad0u, - 0x000073e7u, 0x0003003eu, 0x00005dd2u, 0x000021d9u, 0x0003003eu, 0x00005dd3u, 0x0000225eu, 0x0003003eu, - 0x00005dd4u, 0x00005a22u, 0x0003003eu, 0x00005dd5u, 0x000070cau, 0x0003003eu, 0x00005dd6u, 0x00006888u, - 0x00050041u, 0x00000038u, 0x00005a63u, 0x000019b9u, 0x0000032cu, 0x0004003du, 0x00000008u, 0x00005a64u, - 0x00005a63u, 0x00050041u, 0x00000038u, 0x00005a65u, 0x000019bau, 0x0000032cu, 0x0004003du, 0x00000008u, - 0x00005a66u, 0x00005a65u, 0x000300f7u, 0x00005af3u, 0x00000000u, 0x000d00fbu, 0x00005a64u, 0x00005ad7u, - 0x00000000u, 0x00005adbu, 0x00000001u, 0x00005adfu, 0x00000002u, 0x00005ae3u, 0x00000004u, 0x00005ae7u, - 0x00000007u, 0x00005aebu, 0x000200f8u, 0x00005aebu, 0x00050041u, 0x00000038u, 0x00005dd7u, 0x00005dd2u, - 0x0000032cu, 0x0004003du, 0x00000008u, 0x00005aedu, 0x00005dd7u, 0x000500c4u, 0x00000008u, 0x00005aeeu, - 0x00005aedu, 0x000001e2u, 0x00050041u, 0x00000038u, 0x00005dd8u, 0x00005dd2u, 0x00000330u, 0x0004003du, - 0x00000008u, 0x00005af0u, 0x00005dd8u, 0x000500c5u, 0x00000008u, 0x00005af1u, 0x00005aeeu, 0x00005af0u, - 0x00060050u, 0x00000052u, 0x00005af2u, 0x00005af1u, 0x00005af1u, 0x00005af1u, 0x000200f9u, 0x00005af3u, - 0x000200f8u, 0x00005ae7u, 0x0008004fu, 0x00000052u, 0x00005aeau, 0x0000225eu, 0x0000225eu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005af3u, 0x000200f8u, 0x00005ae3u, 0x0008004fu, 0x00000052u, - 0x00005ae6u, 0x00006888u, 0x00006888u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005af3u, - 0x000200f8u, 0x00005adfu, 0x0008004fu, 0x00000052u, 0x00005ae2u, 0x000070cau, 0x000070cau, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005af3u, 0x000200f8u, 0x00005adbu, 0x0008004fu, 0x00000052u, - 0x00005adeu, 0x00005a22u, 0x00005a22u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005af3u, - 0x000200f8u, 0x00005ad7u, 0x0008004fu, 0x00000052u, 0x00005adau, 0x000021d9u, 0x000021d9u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005af3u, 0x000200f8u, 0x00005af3u, 0x000f00f5u, 0x00000052u, - 0x000073e9u, 0x00005adau, 0x00005ad7u, 0x00005adeu, 0x00005adbu, 0x00005ae2u, 0x00005adfu, 0x00005ae6u, - 0x00005ae3u, 0x00005aeau, 0x00005ae7u, 0x00005af2u, 0x00005aebu, 0x000300f7u, 0x00005b05u, 0x00000000u, - 0x000d00fbu, 0x00005a66u, 0x00005af5u, 0x00000000u, 0x00005af8u, 0x00000001u, 0x00005afbu, 0x00000002u, - 0x00005afeu, 0x00000004u, 0x00005b01u, 0x00000006u, 0x00005b04u, 0x000200f8u, 0x00005b04u, 0x000200f9u, - 0x00005b05u, 0x000200f8u, 0x00005b01u, 0x00050041u, 0x00000038u, 0x00005dddu, 0x00005dd3u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005b03u, 0x00005dddu, 0x000200f9u, 0x00005b05u, 0x000200f8u, 0x00005afeu, - 0x00050041u, 0x00000038u, 0x00005ddcu, 0x00005dd6u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005b00u, - 0x00005ddcu, 0x000200f9u, 0x00005b05u, 0x000200f8u, 0x00005afbu, 0x00050041u, 0x00000038u, 0x00005ddbu, - 0x00005dd5u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005afdu, 0x00005ddbu, 0x000200f9u, 0x00005b05u, - 0x000200f8u, 0x00005af8u, 0x00050041u, 0x00000038u, 0x00005ddau, 0x00005dd4u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005afau, 0x00005ddau, 0x000200f9u, 0x00005b05u, 0x000200f8u, 0x00005af5u, 0x00050041u, - 0x00000038u, 0x00005dd9u, 0x00005dd2u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005af7u, 0x00005dd9u, - 0x000200f9u, 0x00005b05u, 0x000200f8u, 0x00005b05u, 0x000f00f5u, 0x00000008u, 0x000073eau, 0x00005af7u, - 0x00005af5u, 0x00005afau, 0x00005af8u, 0x00005afdu, 0x00005afbu, 0x00005b00u, 0x00005afeu, 0x00005b03u, - 0x00005b01u, 0x000012f9u, 0x00005b04u, 0x00050051u, 0x00000008u, 0x00005b08u, 0x000073e9u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005b09u, 0x000073e9u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005b0au, - 0x000073e9u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005b0bu, 0x00005b08u, 0x00005b09u, 0x00005b0au, - 0x000073eau, 0x0003003eu, 0x00005de3u, 0x000021deu, 0x0003003eu, 0x00005de4u, 0x0000225eu, 0x0003003eu, - 0x00005de6u, 0x000070cau, 0x0003003eu, 0x00005de7u, 0x00006888u, 0x00050041u, 0x00000038u, 0x00005a69u, - 0x000019b9u, 0x00000330u, 0x0004003du, 0x00000008u, 0x00005a6au, 0x00005a69u, 0x00050041u, 0x00000038u, - 0x00005a6bu, 0x000019bau, 0x00000330u, 0x0004003du, 0x00000008u, 0x00005a6cu, 0x00005a6bu, 0x000300f7u, - 0x00005b41u, 0x00000000u, 0x001700fbu, 0x00005a6au, 0x00005b11u, 0x00000000u, 0x00005b15u, 0x00000007u, - 0x00005b19u, 0x00000001u, 0x00005b1du, 0x00000002u, 0x00005b21u, 0x00000004u, 0x00005b25u, 0x00000008u, - 0x00005b29u, 0x00000009u, 0x00005b2du, 0x0000000bu, 0x00005b31u, 0x0000000du, 0x00005b35u, 0x0000000fu, - 0x00005b39u, 0x000200f8u, 0x00005b39u, 0x00050041u, 0x00000038u, 0x00005de9u, 0x00005de3u, 0x0000032cu, - 0x0004003du, 0x00000008u, 0x00005b3bu, 0x00005de9u, 0x000500c4u, 0x00000008u, 0x00005b3cu, 0x00005b3bu, - 0x000001e2u, 0x00050041u, 0x00000038u, 0x00005deau, 0x00005de3u, 0x00000330u, 0x0004003du, 0x00000008u, - 0x00005b3eu, 0x00005deau, 0x000500c5u, 0x00000008u, 0x00005b3fu, 0x00005b3cu, 0x00005b3eu, 0x00060050u, - 0x00000052u, 0x00005b40u, 0x00005b3fu, 0x00005b3fu, 0x00005b3fu, 0x000200f9u, 0x00005b41u, 0x000200f8u, - 0x00005b35u, 0x00060050u, 0x00000052u, 0x00005b38u, 0x00007181u, 0x00007181u, 0x00007181u, 0x000200f9u, - 0x00005b41u, 0x000200f8u, 0x00005b31u, 0x0008004fu, 0x00000052u, 0x00005b34u, 0x0000225eu, 0x0000225eu, - 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x00005b41u, 0x000200f8u, 0x00005b2du, 0x0008004fu, - 0x00000052u, 0x00005b30u, 0x00006888u, 0x00006888u, 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, - 0x00005b41u, 0x000200f8u, 0x00005b29u, 0x0008004fu, 0x00000052u, 0x00005b2cu, 0x000070cau, 0x000070cau, - 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x00005b41u, 0x000200f8u, 0x00005b25u, 0x0008004fu, - 0x00000052u, 0x00005b28u, 0x0000225eu, 0x0000225eu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00005b41u, 0x000200f8u, 0x00005b21u, 0x0008004fu, 0x00000052u, 0x00005b24u, 0x00006888u, 0x00006888u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005b41u, 0x000200f8u, 0x00005b1du, 0x0008004fu, - 0x00000052u, 0x00005b20u, 0x000070cau, 0x000070cau, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00005b41u, 0x000200f8u, 0x00005b19u, 0x0008004fu, 0x00000052u, 0x00005b1cu, 0x00005a22u, 0x00005a22u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x000200f9u, 0x00005b41u, 0x000200f8u, 0x00005b15u, 0x0008004fu, - 0x00000052u, 0x00005b18u, 0x00005a22u, 0x00005a22u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, - 0x00005b41u, 0x000200f8u, 0x00005b11u, 0x0008004fu, 0x00000052u, 0x00005b14u, 0x000021deu, 0x000021deu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005b41u, 0x000200f8u, 0x00005b41u, 0x001900f5u, - 0x00000052u, 0x000073ecu, 0x00005b14u, 0x00005b11u, 0x00005b18u, 0x00005b15u, 0x00005b1cu, 0x00005b19u, - 0x00005b20u, 0x00005b1du, 0x00005b24u, 0x00005b21u, 0x00005b28u, 0x00005b25u, 0x00005b2cu, 0x00005b29u, - 0x00005b30u, 0x00005b2du, 0x00005b34u, 0x00005b31u, 0x00005b38u, 0x00005b35u, 0x00005b40u, 0x00005b39u, - 0x000300f7u, 0x00005b52u, 0x00000000u, 0x000b00fbu, 0x00005a6cu, 0x00005b43u, 0x00000000u, 0x00005b46u, - 0x00000001u, 0x00005b49u, 0x00000002u, 0x00005b4cu, 0x00000004u, 0x00005b4fu, 0x000200f8u, 0x00005b4fu, - 0x00050041u, 0x00000038u, 0x00005deeu, 0x00005de4u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005b51u, - 0x00005deeu, 0x000200f9u, 0x00005b52u, 0x000200f8u, 0x00005b4cu, 0x00050041u, 0x00000038u, 0x00005dedu, - 0x00005de7u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005b4eu, 0x00005dedu, 0x000200f9u, 0x00005b52u, - 0x000200f8u, 0x00005b49u, 0x00050041u, 0x00000038u, 0x00005decu, 0x00005de6u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005b4bu, 0x00005decu, 0x000200f9u, 0x00005b52u, 0x000200f8u, 0x00005b46u, 0x000200f9u, - 0x00005b52u, 0x000200f8u, 0x00005b43u, 0x00050041u, 0x00000038u, 0x00005debu, 0x00005de3u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005b45u, 0x00005debu, 0x000200f9u, 0x00005b52u, 0x000200f8u, 0x00005b52u, - 0x000d00f5u, 0x00000008u, 0x000073edu, 0x00005b45u, 0x00005b43u, 0x00007181u, 0x00005b46u, 0x00005b4bu, - 0x00005b49u, 0x00005b4eu, 0x00005b4cu, 0x00005b51u, 0x00005b4fu, 0x00050051u, 0x00000008u, 0x00005b55u, - 0x000073ecu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005b56u, 0x000073ecu, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00005b57u, 0x000073ecu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005b58u, 0x00005b55u, - 0x00005b56u, 0x00005b57u, 0x000073edu, 0x0003003eu, 0x00005df5u, 0x000021e3u, 0x0003003eu, 0x00005df6u, - 0x0000225eu, 0x0003003eu, 0x00005df7u, 0x00005a22u, 0x0003003eu, 0x00005df8u, 0x000070cau, 0x0003003eu, - 0x00005df9u, 0x00006888u, 0x00050041u, 0x00000038u, 0x00005a6fu, 0x000019b9u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005a70u, 0x00005a6fu, 0x00050041u, 0x00000038u, 0x00005a71u, 0x000019bau, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005a72u, 0x00005a71u, 0x000300f7u, 0x00005b73u, 0x00000000u, 0x000d00fbu, - 0x00005a70u, 0x00005b5eu, 0x00000000u, 0x00005b62u, 0x00000001u, 0x00005b66u, 0x00000002u, 0x00005b6au, - 0x00000004u, 0x00005b6eu, 0x00000006u, 0x00005b72u, 0x000200f8u, 0x00005b72u, 0x000200f9u, 0x00005b73u, - 0x000200f8u, 0x00005b6eu, 0x0008004fu, 0x00000052u, 0x00005b71u, 0x0000225eu, 0x0000225eu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005b73u, 0x000200f8u, 0x00005b6au, 0x0008004fu, 0x00000052u, - 0x00005b6du, 0x00006888u, 0x00006888u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005b73u, - 0x000200f8u, 0x00005b66u, 0x0008004fu, 0x00000052u, 0x00005b69u, 0x000070cau, 0x000070cau, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005b73u, 0x000200f8u, 0x00005b62u, 0x0008004fu, 0x00000052u, - 0x00005b65u, 0x00005a22u, 0x00005a22u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005b73u, - 0x000200f8u, 0x00005b5eu, 0x0008004fu, 0x00000052u, 0x00005b61u, 0x000021e3u, 0x000021e3u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000200f9u, 0x00005b73u, 0x000200f8u, 0x00005b73u, 0x000f00f5u, 0x00000052u, - 0x000073efu, 0x00005b61u, 0x00005b5eu, 0x00005b65u, 0x00005b62u, 0x00005b69u, 0x00005b66u, 0x00005b6du, - 0x00005b6au, 0x00005b71u, 0x00005b6eu, 0x000012fau, 0x00005b72u, 0x000300f7u, 0x00005b85u, 0x00000000u, - 0x000d00fbu, 0x00005a72u, 0x00005b75u, 0x00000000u, 0x00005b78u, 0x00000001u, 0x00005b7bu, 0x00000002u, - 0x00005b7eu, 0x00000004u, 0x00005b81u, 0x00000006u, 0x00005b84u, 0x000200f8u, 0x00005b84u, 0x000200f9u, - 0x00005b85u, 0x000200f8u, 0x00005b81u, 0x00050041u, 0x00000038u, 0x00005dfeu, 0x00005df6u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005b83u, 0x00005dfeu, 0x000200f9u, 0x00005b85u, 0x000200f8u, 0x00005b7eu, - 0x00050041u, 0x00000038u, 0x00005dfdu, 0x00005df9u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005b80u, - 0x00005dfdu, 0x000200f9u, 0x00005b85u, 0x000200f8u, 0x00005b7bu, 0x00050041u, 0x00000038u, 0x00005dfcu, - 0x00005df8u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005b7du, 0x00005dfcu, 0x000200f9u, 0x00005b85u, - 0x000200f8u, 0x00005b78u, 0x00050041u, 0x00000038u, 0x00005dfbu, 0x00005df7u, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00005b7au, 0x00005dfbu, 0x000200f9u, 0x00005b85u, 0x000200f8u, 0x00005b75u, 0x00050041u, - 0x00000038u, 0x00005dfau, 0x00005df5u, 0x00000333u, 0x0004003du, 0x00000008u, 0x00005b77u, 0x00005dfau, - 0x000200f9u, 0x00005b85u, 0x000200f8u, 0x00005b85u, 0x000f00f5u, 0x00000008u, 0x000073f0u, 0x00005b77u, - 0x00005b75u, 0x00005b7au, 0x00005b78u, 0x00005b7du, 0x00005b7bu, 0x00005b80u, 0x00005b7eu, 0x00005b83u, - 0x00005b81u, 0x000012f9u, 0x00005b84u, 0x00050051u, 0x00000008u, 0x00005b88u, 0x000073efu, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005b89u, 0x000073efu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005b8au, - 0x000073efu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005b8bu, 0x00005b88u, 0x00005b89u, 0x00005b8au, - 0x000073f0u, 0x000600cau, 0x00000009u, 0x00005b93u, 0x00005b58u, 0x00000187u, 0x000001e8u, 0x00050082u, - 0x00000009u, 0x00005bb5u, 0x00005ad1u, 0x000079a3u, 0x000600cau, 0x00000009u, 0x00005bb6u, 0x00005bb5u, - 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005bb8u, 0x00005bb6u, 0x000079a3u, 0x00050082u, - 0x00000009u, 0x00005bbdu, 0x00005b0bu, 0x000079a3u, 0x000600cau, 0x00000009u, 0x00005bbeu, 0x00005bbdu, - 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005bc0u, 0x00005bbeu, 0x000079a3u, 0x00050082u, - 0x00000009u, 0x00005bc5u, 0x00005b8bu, 0x000079a3u, 0x000600cau, 0x00000009u, 0x00005bc6u, 0x00005bc5u, - 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005bc8u, 0x00005bc6u, 0x000079a3u, 0x00050082u, - 0x00000009u, 0x00005b9cu, 0x00005bb8u, 0x00005bc0u, 0x00050084u, 0x00000009u, 0x00005b9eu, 0x00005b9cu, - 0x00005b93u, 0x00050080u, 0x00000009u, 0x00005ba1u, 0x00005b9eu, 0x000079a3u, 0x000500c3u, 0x00000009u, - 0x00005ba4u, 0x00005ba1u, 0x000079adu, 0x00050080u, 0x00000009u, 0x00005bb0u, 0x00005ba4u, 0x00005bc8u, - 0x00050082u, 0x00000009u, 0x00005bcdu, 0x00005bb0u, 0x000079a3u, 0x000600cau, 0x00000009u, 0x00005bcfu, - 0x00005bcdu, 0x00000187u, 0x000001e8u, 0x00050080u, 0x00000009u, 0x00005bd2u, 0x00005bcfu, 0x000079a3u, - 0x0008000cu, 0x00000009u, 0x00005bd4u, 0x00000001u, 0x0000002du, 0x00005bd2u, 0x00000312u, 0x00000346u, - 0x0003003eu, 0x00005a52u, 0x00005bd4u, 0x00050041u, 0x00000038u, 0x00005a7bu, 0x00005a52u, 0x00000333u, - 0x0004003du, 0x00000008u, 0x00005a7cu, 0x00005a7bu, 0x0004003du, 0x00000008u, 0x00005a7eu, 0x00005a7bu, - 0x00050080u, 0x00000008u, 0x00005a7fu, 0x00005a7eu, 0x00000196u, 0x000500c3u, 0x00000008u, 0x00005a80u, - 0x00005a7fu, 0x000001e2u, 0x00050080u, 0x00000008u, 0x00005a81u, 0x00005a7cu, 0x00005a80u, 0x000300f7u, - 0x00005a8eu, 0x00000000u, 0x000400fau, 0x00001a36u, 0x00005a83u, 0x00005a8bu, 0x000200f8u, 0x00005a8bu, - 0x000500c4u, 0x00000008u, 0x00005a8du, 0x00001ae0u, 0x000001a2u, 0x000200f9u, 0x00005a8eu, 0x000200f8u, - 0x00005a83u, 0x00050084u, 0x00000008u, 0x00005a86u, 0x00005a81u, 0x00001ae0u, 0x00050080u, 0x00000008u, - 0x00005a87u, 0x00005a86u, 0x0000019fu, 0x000500c3u, 0x00000008u, 0x00005a88u, 0x00005a87u, 0x0000019cu, - 0x000500c3u, 0x00000008u, 0x00005a8au, 0x00005a88u, 0x000001a2u, 0x000200f9u, 0x00005a8eu, 0x000200f8u, - 0x00005a8eu, 0x000700f5u, 0x00000008u, 0x000073fdu, 0x00005a8au, 0x00005a83u, 0x00001ae0u, 0x00005a8bu, - 0x000700f5u, 0x00000008u, 0x000073fau, 0x00005a88u, 0x00005a83u, 0x00005a8du, 0x00005a8bu, 0x000300f7u, - 0x00005a96u, 0x00000000u, 0x000400fau, 0x00001a39u, 0x00005a90u, 0x00005a92u, 0x000200f8u, 0x00005a92u, - 0x00050080u, 0x00000008u, 0x00005a95u, 0x00005a81u, 0x0000705du, 0x000200f9u, 0x00005a96u, 0x000200f8u, - 0x00005a90u, 0x000200f9u, 0x00005a96u, 0x000200f8u, 0x00005a96u, 0x000700f5u, 0x00000008u, 0x000073fbu, - 0x000073fau, 0x00005a90u, 0x00005a95u, 0x00005a92u, 0x0008000cu, 0x00000008u, 0x00005a98u, 0x00000001u, - 0x0000002du, 0x000073fbu, 0x00000187u, 0x000002f0u, 0x0003003eu, 0x00005a7bu, 0x00005a98u, 0x0004003du, - 0x00000009u, 0x00005a9au, 0x00005a52u, 0x0003003eu, 0x000019b7u, 0x00005a9au, 0x000200f9u, 0x00001c26u, - 0x000200f8u, 0x00001c26u, 0x000700f5u, 0x00000008u, 0x00007420u, 0x000073c3u, 0x00005a96u, 0x00001c25u, - 0x00005c34u, 0x000700f5u, 0x00000008u, 0x000073feu, 0x000073fdu, 0x00005a96u, 0x000073b4u, 0x00005c34u, - 0x000500aau, 0x00000058u, 0x00001c29u, 0x000073feu, 0x00000187u, 0x000500a7u, 0x00000058u, 0x00001c2au, - 0x00001a48u, 0x00001c29u, 0x000300f7u, 0x00001c2cu, 0x00000000u, 0x000400fau, 0x00001c2au, 0x00001c2bu, - 0x00001c2cu, 0x000200f8u, 0x00001c2bu, 0x000200f9u, 0x00001c4bu, 0x000200f8u, 0x00001c2cu, 0x000300f7u, - 0x00001c3bu, 0x00000000u, 0x000400fau, 0x00001a57u, 0x00001c2eu, 0x00001c3bu, 0x000200f8u, 0x00001c2eu, - 0x000300f7u, 0x00001c35u, 0x00000000u, 0x000400fau, 0x00001a5au, 0x00001c30u, 0x00001c32u, 0x000200f8u, - 0x00001c32u, 0x00050041u, 0x00000038u, 0x00006162u, 0x0000615fu, 0x00000333u, 0x0004003du, 0x00000008u, - 0x00001c34u, 0x00006162u, 0x000200f9u, 0x00001c35u, 0x000200f8u, 0x00001c30u, 0x000500c7u, 0x00000008u, - 0x00005d7bu, 0x00006f51u, 0x000002f0u, 0x000200f9u, 0x00001c35u, 0x000200f8u, 0x00001c35u, 0x000700f5u, - 0x00000008u, 0x0000742bu, 0x00005d7bu, 0x00001c30u, 0x00001c34u, 0x00001c32u, 0x000500b1u, 0x00000058u, - 0x00001c38u, 0x00007420u, 0x0000742bu, 0x000300f7u, 0x00001c3au, 0x00000000u, 0x000400fau, 0x00001c38u, - 0x00001c39u, 0x00001c3au, 0x000200f8u, 0x00001c39u, 0x000200f9u, 0x00001c4bu, 0x000200f8u, 0x00001c3au, - 0x000200f9u, 0x00001c3bu, 0x000200f8u, 0x00001c3bu, 0x0004003du, 0x00000009u, 0x00001c3cu, 0x000019b7u, - 0x000500c4u, 0x00000008u, 0x00001c3fu, 0x000024acu, 0x000001e8u, 0x000500c5u, 0x00000008u, 0x00001c41u, - 0x00001c3fu, 0x00007054u, 0x00050041u, 0x00000038u, 0x00001c45u, 0x0000194cu, 0x00000333u, 0x0004003du, - 0x00000008u, 0x00001c46u, 0x00001c45u, 0x00050080u, 0x00000008u, 0x00001c48u, 0x00001c46u, 0x0000705du, - 0x0007000cu, 0x00000008u, 0x00001c49u, 0x00000001u, 0x00000027u, 0x00001c48u, 0x000002f0u, 0x000200f9u, - 0x00001c4bu, 0x000200f8u, 0x00001c4bu, 0x001900f5u, 0x00000009u, 0x00007833u, 0x0000634au, 0x000019dcu, - 0x0000634au, 0x000019fbu, 0x0000634au, 0x00001a93u, 0x0000634au, 0x00001ac2u, 0x0000634au, 0x00001ac3u, - 0x0000634au, 0x00001ad1u, 0x0000634au, 0x00001addu, 0x0000634au, 0x00001ae9u, 0x0000634au, 0x00001c2bu, - 0x0000634au, 0x00001c39u, 0x00001c3cu, 0x00001c3bu, 0x001900f5u, 0x00000008u, 0x000076f8u, 0x0000718eu, - 0x000019dcu, 0x0000718eu, 0x000019fbu, 0x0000718eu, 0x00001a93u, 0x00007453u, 0x00001ac2u, 0x00007453u, - 0x00001ac3u, 0x0000718eu, 0x00001ad1u, 0x0000718eu, 0x00001addu, 0x0000718eu, 0x00001ae9u, 0x0000718eu, - 0x00001c2bu, 0x0000718eu, 0x00001c39u, 0x00001c41u, 0x00001c3bu, 0x001900f5u, 0x00000008u, 0x000075bdu, - 0x0000718eu, 0x000019dcu, 0x0000718eu, 0x000019fbu, 0x0000718eu, 0x00001a93u, 0x000002e2u, 0x00001ac2u, - 0x000002e2u, 0x00001ac3u, 0x00000324u, 0x00001ad1u, 0x0000718eu, 0x00001addu, 0x0000718eu, 0x00001ae9u, - 0x0000718eu, 0x00001c2bu, 0x0000718eu, 0x00001c39u, 0x000073feu, 0x00001c3bu, 0x001900f5u, 0x00000008u, - 0x00007456u, 0x0000718eu, 0x000019dcu, 0x0000718eu, 0x000019fbu, 0x0000718eu, 0x00001a93u, 0x0000718eu, - 0x00001ac2u, 0x0000718eu, 0x00001ac3u, 0x0000718eu, 0x00001ad1u, 0x0000718eu, 0x00001addu, 0x0000718eu, - 0x00001ae9u, 0x0000718eu, 0x00001c2bu, 0x0000718eu, 0x00001c39u, 0x00001c49u, 0x00001c3bu, 0x001900f5u, - 0x00000058u, 0x00007455u, 0x000011dcu, 0x000019dcu, 0x000011dcu, 0x000019fbu, 0x000011dcu, 0x00001a93u, - 0x000011dcu, 0x00001ac2u, 0x000004a6u, 0x00001ac3u, 0x00001ad2u, 0x00001ad1u, 0x000011dcu, 0x00001addu, - 0x000011dcu, 0x00001ae9u, 0x000011dcu, 0x00001c2bu, 0x000011dcu, 0x00001c39u, 0x000004a6u, 0x00001c3bu, - 0x000300f7u, 0x000018adu, 0x00000000u, 0x000400fau, 0x00007455u, 0x000018acu, 0x000018dfu, 0x000200f8u, - 0x000018dfu, 0x000200f9u, 0x000018adu, 0x000200f8u, 0x000018acu, 0x000500b3u, 0x00000058u, 0x000018b2u, - 0x000075bdu, 0x000001e2u, 0x000300f7u, 0x000018b4u, 0x00000000u, 0x000400fau, 0x000018b2u, 0x000018b3u, - 0x000018d0u, 0x000200f8u, 0x000018d0u, 0x000500c7u, 0x00000008u, 0x000018d2u, 0x000075bdu, 0x000002e2u, - 0x000500abu, 0x00000058u, 0x000018d3u, 0x000018d2u, 0x00000187u, 0x000300f7u, 0x000018d5u, 0x00000000u, - 0x000400fau, 0x000018d3u, 0x000018d4u, 0x000018d5u, 0x000200f8u, 0x000018d4u, 0x0004007cu, 0x00000006u, - 0x000018ddu, 0x000076f8u, 0x00060041u, 0x000001efu, 0x000018deu, 0x000018d9u, 0x00000187u, 0x000018a1u, - 0x0003003eu, 0x000018deu, 0x000018ddu, 0x000200f9u, 0x000018d5u, 0x000200f8u, 0x000018d5u, 0x000200f9u, - 0x000018b4u, 0x000200f8u, 0x000018b3u, 0x0004007cu, 0x000001bbu, 0x000018bcu, 0x00007833u, 0x00040071u, - 0x000001aeu, 0x000018bdu, 0x000018bcu, 0x00060041u, 0x000001b8u, 0x000018beu, 0x000018b8u, 0x00000187u, - 0x000018a1u, 0x0003003eu, 0x000018beu, 0x000018bdu, 0x00040071u, 0x000001adu, 0x000018c6u, 0x00007456u, - 0x00060041u, 0x000001fbu, 0x000018c7u, 0x000018c2u, 0x00000187u, 0x000018a1u, 0x0003003eu, 0x000018c7u, - 0x000018c6u, 0x00060041u, 0x0000022cu, 0x000018cfu, 0x000018cbu, 0x00000187u, 0x000018a1u, 0x0003003eu, - 0x000018cfu, 0x000076f8u, 0x000200f9u, 0x000018b4u, 0x000200f8u, 0x000018b4u, 0x000200f9u, 0x000018adu, - 0x000200f8u, 0x000018adu, 0x000600a9u, 0x00000008u, 0x000079ceu, 0x00007455u, 0x000075bdu, 0x00000537u, - 0x00040072u, 0x000018e0u, 0x000018e7u, 0x000079ceu, 0x00060041u, 0x000018e8u, 0x000018e9u, 0x000018e4u, - 0x00000187u, 0x000018a1u, 0x0003003eu, 0x000018e9u, 0x000018e7u, 0x000100fdu, 0x00010038u, 0x07230203u, - 0x00010300u, 0x000d000au, 0x00007de1u, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00000016u, - 0x00020011u, 0x00000027u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, - 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, - 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0008000fu, 0x00000005u, - 0x00000004u, 0x6e69616du, 0x00000000u, 0x0000193du, 0x0000194cu, 0x00001966u, 0x00060010u, 0x00000004u, - 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00050048u, 0x00000199u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x00000199u, 0x00000001u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000199u, - 0x00000002u, 0x00000023u, 0x00000020u, 0x00050048u, 0x00000199u, 0x00000003u, 0x00000023u, 0x00000030u, - 0x00050048u, 0x00000199u, 0x00000004u, 0x00000023u, 0x00000040u, 0x00050048u, 0x00000199u, 0x00000005u, - 0x00000023u, 0x00000050u, 0x00050048u, 0x00000199u, 0x00000006u, 0x00000023u, 0x00000060u, 0x00050048u, - 0x00000199u, 0x00000007u, 0x00000023u, 0x00000070u, 0x00040047u, 0x0000019au, 0x00000006u, 0x00000080u, - 0x00040048u, 0x0000019bu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000019bu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x0000019bu, 0x00000002u, 0x00040047u, 0x0000019du, 0x00000022u, 0x00000000u, - 0x00040047u, 0x0000019du, 0x00000021u, 0x00000001u, 0x00050048u, 0x000001bfu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00050048u, 0x000001bfu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000001bfu, - 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000001bfu, 0x00000003u, 0x00000023u, 0x0000000cu, - 0x00050048u, 0x000001bfu, 0x00000004u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000001bfu, 0x00000005u, - 0x00000023u, 0x00000014u, 0x00050048u, 0x000001bfu, 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, - 0x000001bfu, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x000001bfu, 0x00000008u, 0x00000023u, - 0x00000020u, 0x00050048u, 0x000001bfu, 0x00000009u, 0x00000023u, 0x00000024u, 0x00050048u, 0x000001bfu, - 0x0000000au, 0x00000023u, 0x00000028u, 0x00050048u, 0x000001bfu, 0x0000000bu, 0x00000023u, 0x0000002cu, - 0x00050048u, 0x000001bfu, 0x0000000cu, 0x00000023u, 0x0000002eu, 0x00050048u, 0x000001bfu, 0x0000000du, - 0x00000023u, 0x0000002fu, 0x00050048u, 0x000001bfu, 0x0000000eu, 0x00000023u, 0x00000030u, 0x00040047u, - 0x000001c0u, 0x00000006u, 0x00000038u, 0x00040048u, 0x000001c1u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x000001c1u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001c1u, 0x00000002u, 0x00040047u, - 0x000001c3u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001c3u, 0x00000021u, 0x00000002u, 0x00050048u, - 0x000001f3u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000001f3u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x000001f3u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x000001f3u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000001f3u, 0x00000004u, 0x00000023u, 0x00000010u, - 0x00050048u, 0x000001f3u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x000001f3u, 0x00000006u, - 0x00000023u, 0x00000018u, 0x00050048u, 0x000001f3u, 0x00000007u, 0x00000023u, 0x0000001cu, 0x00040047u, - 0x000001f4u, 0x00000006u, 0x00000020u, 0x00040048u, 0x000001f5u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x000001f5u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000001f5u, 0x00000002u, 0x00040047u, - 0x000001f7u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000001f7u, 0x00000021u, 0x00000003u, 0x00050048u, - 0x00000211u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000211u, 0x00000001u, 0x00000023u, - 0x00000004u, 0x00050048u, 0x00000211u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, 0x00000211u, - 0x00000003u, 0x00000023u, 0x0000000cu, 0x00040047u, 0x00000212u, 0x00000006u, 0x00000010u, 0x00040048u, - 0x00000213u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000213u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00030047u, 0x00000213u, 0x00000002u, 0x00040047u, 0x00000215u, 0x00000022u, 0x00000000u, 0x00040047u, - 0x00000215u, 0x00000021u, 0x00000005u, 0x00050048u, 0x00000227u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x00000227u, 0x00000001u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00000227u, 0x00000002u, - 0x00000023u, 0x00000020u, 0x00050048u, 0x00000227u, 0x00000003u, 0x00000023u, 0x00000028u, 0x00050048u, - 0x00000227u, 0x00000004u, 0x00000023u, 0x00000030u, 0x00050048u, 0x00000227u, 0x00000005u, 0x00000023u, - 0x00000034u, 0x00050048u, 0x00000227u, 0x00000006u, 0x00000023u, 0x00000038u, 0x00050048u, 0x00000227u, - 0x00000007u, 0x00000023u, 0x0000003cu, 0x00050048u, 0x00000227u, 0x00000008u, 0x00000023u, 0x0000003eu, - 0x00040047u, 0x00000228u, 0x00000006u, 0x00000040u, 0x00040048u, 0x00000229u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000229u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000229u, 0x00000002u, - 0x00040047u, 0x0000022bu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000022bu, 0x00000021u, 0x00000006u, - 0x00050048u, 0x00000246u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00000246u, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x00000246u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x00000246u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00000246u, 0x00000004u, 0x00000023u, - 0x00000010u, 0x00050048u, 0x00000246u, 0x00000005u, 0x00000023u, 0x00000014u, 0x00050048u, 0x00000246u, - 0x00000006u, 0x00000023u, 0x00000018u, 0x00050048u, 0x00000246u, 0x00000007u, 0x00000023u, 0x00000019u, - 0x00050048u, 0x00000246u, 0x00000008u, 0x00000023u, 0x0000001au, 0x00050048u, 0x00000246u, 0x00000009u, - 0x00000023u, 0x0000001bu, 0x00050048u, 0x00000246u, 0x0000000au, 0x00000023u, 0x0000001cu, 0x00050048u, - 0x00000246u, 0x0000000bu, 0x00000023u, 0x0000001du, 0x00050048u, 0x00000246u, 0x0000000cu, 0x00000023u, - 0x0000001eu, 0x00050048u, 0x00000246u, 0x0000000du, 0x00000023u, 0x0000001fu, 0x00040047u, 0x00000247u, - 0x00000006u, 0x00000020u, 0x00040048u, 0x00000248u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000248u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000248u, 0x00000002u, 0x00040047u, 0x0000024au, - 0x00000022u, 0x00000000u, 0x00040047u, 0x0000024au, 0x00000021u, 0x00000008u, 0x00040047u, 0x00000494u, - 0x00000001u, 0x00000002u, 0x00050048u, 0x000004e7u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x000004e7u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000004e7u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x000004e7u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000004e8u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000004e8u, 0x00000002u, 0x00040047u, 0x000004eau, - 0x00000022u, 0x00000002u, 0x00040047u, 0x000004eau, 0x00000021u, 0x00000000u, 0x00040047u, 0x000006a2u, - 0x00000006u, 0x00000001u, 0x00050048u, 0x000006a3u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00040047u, - 0x000006a4u, 0x00000006u, 0x00001000u, 0x00040048u, 0x000006a5u, 0x00000000u, 0x00000018u, 0x00050048u, - 0x000006a5u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000006a5u, 0x00000002u, 0x00040047u, - 0x000006a7u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000006a7u, 0x00000021u, 0x00000007u, 0x00040047u, - 0x00000770u, 0x00000006u, 0x00000002u, 0x00050048u, 0x00000771u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00040047u, 0x00000772u, 0x00000006u, 0x00001000u, 0x00040048u, 0x00000773u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x00000773u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000773u, 0x00000002u, - 0x00040047u, 0x00000775u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000775u, 0x00000021u, 0x00000007u, - 0x00050048u, 0x00001569u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x00001569u, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x00001569u, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x00001569u, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x00001569u, 0x00000004u, 0x00000023u, - 0x0000000eu, 0x00050048u, 0x00001569u, 0x00000005u, 0x00000023u, 0x00000010u, 0x00050048u, 0x00001569u, - 0x00000006u, 0x00000023u, 0x00000014u, 0x00050048u, 0x00001569u, 0x00000007u, 0x00000023u, 0x00000018u, - 0x00050048u, 0x00001569u, 0x00000008u, 0x00000023u, 0x0000001cu, 0x00050048u, 0x00001569u, 0x00000009u, - 0x00000023u, 0x0000001eu, 0x00050048u, 0x00001569u, 0x0000000au, 0x00000023u, 0x0000001fu, 0x00040047u, - 0x0000156au, 0x00000006u, 0x00000020u, 0x00040048u, 0x0000156bu, 0x00000000u, 0x00000018u, 0x00050048u, - 0x0000156bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000156bu, 0x00000002u, 0x00040047u, - 0x0000156du, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000156du, 0x00000021u, 0x00000000u, 0x00040047u, - 0x000015a2u, 0x00000006u, 0x00000001u, 0x00050048u, 0x000015a3u, 0x00000000u, 0x00000023u, 0x00000000u, - 0x00050048u, 0x000015a3u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x000015a3u, 0x00000002u, - 0x00000023u, 0x00000008u, 0x00040047u, 0x000015a4u, 0x00000006u, 0x00000010u, 0x00040048u, 0x000015a5u, - 0x00000000u, 0x00000018u, 0x00050048u, 0x000015a5u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x000015a5u, 0x00000002u, 0x00040047u, 0x000015a7u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000015a7u, - 0x00000021u, 0x00000004u, 0x00040047u, 0x000015cfu, 0x00000001u, 0x00000007u, 0x00040047u, 0x000015d2u, - 0x00000001u, 0x00000003u, 0x00040047u, 0x000015e8u, 0x00000001u, 0x00000004u, 0x00040047u, 0x000015fdu, - 0x00000001u, 0x00000005u, 0x00040047u, 0x00001612u, 0x00000001u, 0x00000006u, 0x00040047u, 0x00001938u, - 0x00000006u, 0x00000010u, 0x00040048u, 0x00001939u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00001939u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001939u, 0x00000002u, 0x00040047u, 0x0000193bu, - 0x00000022u, 0x00000001u, 0x00040047u, 0x0000193bu, 0x00000021u, 0x00000000u, 0x00040047u, 0x0000193du, - 0x0000000bu, 0x0000001au, 0x00040047u, 0x00001947u, 0x00000001u, 0x00000000u, 0x00040047u, 0x00001948u, - 0x00000001u, 0x00000001u, 0x00040047u, 0x00001949u, 0x0000000bu, 0x00000019u, 0x00040047u, 0x0000194cu, - 0x0000000bu, 0x0000001bu, 0x00040047u, 0x00001966u, 0x0000000bu, 0x0000001du, 0x00040047u, 0x0000197fu, - 0x00000006u, 0x00000004u, 0x00040048u, 0x00001980u, 0x00000000u, 0x00000019u, 0x00050048u, 0x00001980u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001980u, 0x00000002u, 0x00040047u, 0x00001982u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00001982u, 0x00000021u, 0x00000009u, 0x00040047u, 0x00001989u, - 0x00000006u, 0x00000001u, 0x00040048u, 0x0000198au, 0x00000000u, 0x00000019u, 0x00050048u, 0x0000198au, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000198au, 0x00000002u, 0x00040047u, 0x0000198cu, - 0x00000022u, 0x00000000u, 0x00040047u, 0x0000198cu, 0x00000021u, 0x0000000bu, 0x00040047u, 0x00001991u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x00001992u, 0x00000000u, 0x00000019u, 0x00050048u, 0x00001992u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00001992u, 0x00000002u, 0x00040047u, 0x00001994u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00001994u, 0x00000021u, 0x0000000au, 0x00040047u, 0x000019a1u, - 0x00000006u, 0x00000004u, 0x00040048u, 0x000019a2u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000019a2u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000019a2u, 0x00000002u, 0x00040047u, 0x000019a4u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000019a4u, 0x00000021u, 0x00000009u, 0x00040047u, 0x000019adu, - 0x00000006u, 0x00000001u, 0x00040048u, 0x000019aeu, 0x00000000u, 0x00000019u, 0x00050048u, 0x000019aeu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000019aeu, 0x00000002u, 0x00040047u, 0x000019b0u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x000019b0u, 0x00000021u, 0x0000000cu, 0x00020013u, 0x00000002u, - 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040020u, - 0x00000007u, 0x00000007u, 0x00000006u, 0x00040015u, 0x00000008u, 0x00000020u, 0x00000001u, 0x00040017u, - 0x00000009u, 0x00000008u, 0x00000004u, 0x00040015u, 0x0000000fu, 0x00000008u, 0x00000000u, 0x00040017u, - 0x00000010u, 0x0000000fu, 0x00000004u, 0x00040015u, 0x00000011u, 0x00000010u, 0x00000000u, 0x00040015u, - 0x00000012u, 0x00000010u, 0x00000001u, 0x00040017u, 0x00000013u, 0x00000012u, 0x00000004u, 0x00040017u, - 0x00000023u, 0x00000011u, 0x00000004u, 0x00040020u, 0x00000040u, 0x00000007u, 0x00000008u, 0x00040020u, - 0x00000047u, 0x00000007u, 0x00000009u, 0x00040020u, 0x0000004cu, 0x00000007u, 0x00000013u, 0x00040017u, - 0x00000058u, 0x00000008u, 0x00000002u, 0x00040017u, 0x0000005du, 0x00000008u, 0x00000003u, 0x00040020u, - 0x0000005eu, 0x00000007u, 0x0000005du, 0x00020014u, 0x00000063u, 0x00040020u, 0x00000073u, 0x00000007u, - 0x00000058u, 0x00040017u, 0x000000abu, 0x00000006u, 0x00000002u, 0x00040020u, 0x000000acu, 0x00000007u, - 0x000000abu, 0x00040017u, 0x0000011du, 0x00000012u, 0x00000002u, 0x00040020u, 0x0000011eu, 0x00000007u, - 0x0000011du, 0x00040020u, 0x0000013au, 0x00000007u, 0x00000012u, 0x00040020u, 0x00000175u, 0x00000007u, - 0x00000010u, 0x00040020u, 0x00000176u, 0x00000007u, 0x0000000fu, 0x0004002bu, 0x00000011u, 0x00000198u, - 0x00000000u, 0x000a001eu, 0x00000199u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, 0x00000009u, - 0x00000009u, 0x00000009u, 0x00000009u, 0x0003001du, 0x0000019au, 0x00000199u, 0x0003001eu, 0x0000019bu, - 0x0000019au, 0x00040020u, 0x0000019cu, 0x0000000cu, 0x0000019bu, 0x0004003bu, 0x0000019cu, 0x0000019du, - 0x0000000cu, 0x0004002bu, 0x00000008u, 0x0000019eu, 0x00000000u, 0x00040020u, 0x000001a0u, 0x0000000cu, - 0x00000199u, 0x0004002bu, 0x00000008u, 0x000001a8u, 0x00000001u, 0x0004002bu, 0x00000008u, 0x000001abu, - 0x00000002u, 0x0004002bu, 0x00000008u, 0x000001aeu, 0x00000003u, 0x0004002bu, 0x00000008u, 0x000001b1u, - 0x00000004u, 0x0004002bu, 0x00000008u, 0x000001b4u, 0x00000005u, 0x0004002bu, 0x00000008u, 0x000001b7u, - 0x00000006u, 0x0004002bu, 0x00000008u, 0x000001bau, 0x00000007u, 0x0011001eu, 0x000001bfu, 0x00000010u, - 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, 0x00000010u, - 0x00000010u, 0x00000006u, 0x00000011u, 0x0000000fu, 0x0000000fu, 0x00000013u, 0x0003001du, 0x000001c0u, - 0x000001bfu, 0x0003001eu, 0x000001c1u, 0x000001c0u, 0x00040020u, 0x000001c2u, 0x0000000cu, 0x000001c1u, - 0x0004003bu, 0x000001c2u, 0x000001c3u, 0x0000000cu, 0x00040020u, 0x000001c5u, 0x0000000cu, 0x000001bfu, - 0x0004002bu, 0x00000008u, 0x000001dbu, 0x00000008u, 0x0004002bu, 0x00000008u, 0x000001deu, 0x00000009u, - 0x0004002bu, 0x00000008u, 0x000001e1u, 0x0000000au, 0x0004002bu, 0x00000008u, 0x000001e4u, 0x0000000bu, - 0x0004002bu, 0x00000008u, 0x000001e8u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x000001ebu, 0x0000000du, - 0x0004002bu, 0x00000008u, 0x000001eeu, 0x0000000eu, 0x000a001eu, 0x000001f3u, 0x00000010u, 0x00000010u, - 0x00000010u, 0x00000010u, 0x00000006u, 0x00000008u, 0x00000008u, 0x00000008u, 0x0003001du, 0x000001f4u, - 0x000001f3u, 0x0003001eu, 0x000001f5u, 0x000001f4u, 0x00040020u, 0x000001f6u, 0x0000000cu, 0x000001f5u, - 0x0004003bu, 0x000001f6u, 0x000001f7u, 0x0000000cu, 0x00040020u, 0x000001f9u, 0x0000000cu, 0x000001f3u, - 0x0006001eu, 0x00000211u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000008u, 0x0003001du, 0x00000212u, - 0x00000211u, 0x0003001eu, 0x00000213u, 0x00000212u, 0x00040020u, 0x00000214u, 0x0000000cu, 0x00000213u, - 0x0004003bu, 0x00000214u, 0x00000215u, 0x0000000cu, 0x00040020u, 0x00000217u, 0x0000000cu, 0x00000211u, - 0x000b001eu, 0x00000227u, 0x00000009u, 0x00000009u, 0x00000023u, 0x00000023u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x00000012u, 0x00000011u, 0x0003001du, 0x00000228u, 0x00000227u, 0x0003001eu, 0x00000229u, - 0x00000228u, 0x00040020u, 0x0000022au, 0x0000000cu, 0x00000229u, 0x0004003bu, 0x0000022au, 0x0000022bu, - 0x0000000cu, 0x00040020u, 0x0000022du, 0x0000000cu, 0x00000227u, 0x0010001eu, 0x00000246u, 0x00000006u, - 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x0000000fu, 0x0000000fu, 0x0000000fu, - 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0000000fu, 0x0003001du, 0x00000247u, 0x00000246u, - 0x0003001eu, 0x00000248u, 0x00000247u, 0x00040020u, 0x00000249u, 0x0000000cu, 0x00000248u, 0x0004003bu, - 0x00000249u, 0x0000024au, 0x0000000cu, 0x00040020u, 0x0000024cu, 0x0000000cu, 0x00000246u, 0x00040017u, - 0x0000026fu, 0x00000006u, 0x00000003u, 0x00040020u, 0x00000270u, 0x00000007u, 0x0000026fu, 0x0004002bu, - 0x00000006u, 0x00000277u, 0x00000008u, 0x0004002bu, 0x00000006u, 0x0000027du, 0x41c64e6du, 0x0004002bu, - 0x00000006u, 0x00000290u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000293u, 0x00000010u, 0x0004002bu, - 0x00000011u, 0x00000297u, 0x00000007u, 0x0004002bu, 0x00000011u, 0x00000299u, 0x00000006u, 0x0004002bu, - 0x00000011u, 0x0000029bu, 0x00000020u, 0x0004002bu, 0x00000011u, 0x000002a7u, 0x000001ffu, 0x0004002bu, - 0x00000011u, 0x000002aeu, 0x000000ffu, 0x0004002bu, 0x00000011u, 0x000002b4u, 0x00000004u, 0x0004002bu, - 0x00000011u, 0x000002b5u, 0x00000002u, 0x0007002cu, 0x00000023u, 0x000002b6u, 0x00000198u, 0x000002b4u, - 0x000002b5u, 0x00000299u, 0x0004002bu, 0x00000011u, 0x000002bau, 0x00000003u, 0x00040017u, 0x000002beu, - 0x00000063u, 0x00000004u, 0x0004002bu, 0x0000000fu, 0x000002d6u, 0x00000000u, 0x0004002bu, 0x0000000fu, - 0x000002d7u, 0x00000001u, 0x0007002cu, 0x00000010u, 0x000002d8u, 0x000002d6u, 0x000002d6u, 0x000002d6u, - 0x000002d6u, 0x0007002cu, 0x00000010u, 0x000002d9u, 0x000002d7u, 0x000002d7u, 0x000002d7u, 0x000002d7u, - 0x0004002bu, 0x0000000fu, 0x000002e6u, 0x00000002u, 0x0004002bu, 0x0000000fu, 0x000002e7u, 0x00000004u, - 0x0004002bu, 0x0000000fu, 0x000002e8u, 0x00000008u, 0x0007002cu, 0x00000010u, 0x000002e9u, 0x000002d7u, - 0x000002e6u, 0x000002e7u, 0x000002e8u, 0x0004002bu, 0x0000000fu, 0x000002ecu, 0x00000010u, 0x0004002bu, - 0x0000000fu, 0x000002edu, 0x00000020u, 0x0004002bu, 0x0000000fu, 0x000002eeu, 0x00000040u, 0x0004002bu, - 0x0000000fu, 0x000002efu, 0x00000080u, 0x0007002cu, 0x00000010u, 0x000002f0u, 0x000002ecu, 0x000002edu, - 0x000002eeu, 0x000002efu, 0x0004002bu, 0x00000006u, 0x000002f6u, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x000002fau, 0x00000002u, 0x0004002bu, 0x00000006u, 0x000002fdu, 0x00000003u, 0x0004002bu, 0x0000000fu, - 0x00000304u, 0x000000ffu, 0x0004002bu, 0x00000008u, 0x00000308u, 0x00000080u, 0x0007002cu, 0x00000009u, - 0x00000312u, 0x0000019eu, 0x0000019eu, 0x0000019eu, 0x0000019eu, 0x0004002bu, 0x00000008u, 0x00000313u, - 0x000000ffu, 0x0007002cu, 0x00000009u, 0x00000314u, 0x00000313u, 0x00000313u, 0x00000313u, 0x00000313u, - 0x00040015u, 0x0000031du, 0x00000008u, 0x00000001u, 0x00040017u, 0x0000031eu, 0x0000031du, 0x00000004u, - 0x0004002bu, 0x00000008u, 0x0000032au, 0x00020000u, 0x0004002bu, 0x00000008u, 0x00000334u, 0x0003ffffu, - 0x0004002bu, 0x00000008u, 0x00000341u, 0x00003fffu, 0x0004002bu, 0x00000006u, 0x00000347u, 0x00000040u, - 0x0004001cu, 0x00000348u, 0x0000011du, 0x00000347u, 0x0004002bu, 0x00000012u, 0x00000349u, 0x00004000u, - 0x0004002bu, 0x00000012u, 0x0000034au, 0xfffffc10u, 0x0005002cu, 0x0000011du, 0x0000034bu, 0x00000349u, - 0x0000034au, 0x0004002bu, 0x00000012u, 0x0000034cu, 0x00003f04u, 0x0004002bu, 0x00000012u, 0x0000034du, - 0xfffffc30u, 0x0005002cu, 0x0000011du, 0x0000034eu, 0x0000034cu, 0x0000034du, 0x0004002bu, 0x00000012u, - 0x0000034fu, 0x00003e10u, 0x0004002bu, 0x00000012u, 0x00000350u, 0xfffffc48u, 0x0005002cu, 0x0000011du, - 0x00000351u, 0x0000034fu, 0x00000350u, 0x0004002bu, 0x00000012u, 0x00000352u, 0x00003d22u, 0x0004002bu, - 0x00000012u, 0x00000353u, 0xfffffc68u, 0x0005002cu, 0x0000011du, 0x00000354u, 0x00000352u, 0x00000353u, - 0x0004002bu, 0x00000012u, 0x00000355u, 0x00003c3cu, 0x0004002bu, 0x00000012u, 0x00000356u, 0xfffffc84u, - 0x0005002cu, 0x0000011du, 0x00000357u, 0x00000355u, 0x00000356u, 0x0004002bu, 0x00000012u, 0x00000358u, - 0x00003b5du, 0x0004002bu, 0x00000012u, 0x00000359u, 0xfffffc98u, 0x0005002cu, 0x0000011du, 0x0000035au, - 0x00000358u, 0x00000359u, 0x0004002bu, 0x00000012u, 0x0000035bu, 0x00003a83u, 0x0004002bu, 0x00000012u, - 0x0000035cu, 0xfffffcb8u, 0x0005002cu, 0x0000011du, 0x0000035du, 0x0000035bu, 0x0000035cu, 0x0004002bu, - 0x00000012u, 0x0000035eu, 0x000039b1u, 0x0004002bu, 0x00000012u, 0x0000035fu, 0xfffffcccu, 0x0005002cu, - 0x0000011du, 0x00000360u, 0x0000035eu, 0x0000035fu, 0x0004002bu, 0x00000012u, 0x00000361u, 0x000038e4u, - 0x0004002bu, 0x00000012u, 0x00000362u, 0xfffffce0u, 0x0005002cu, 0x0000011du, 0x00000363u, 0x00000361u, - 0x00000362u, 0x0004002bu, 0x00000012u, 0x00000364u, 0x0000381cu, 0x0004002bu, 0x00000012u, 0x00000365u, - 0xfffffcf8u, 0x0005002cu, 0x0000011du, 0x00000366u, 0x00000364u, 0x00000365u, 0x0004002bu, 0x00000012u, - 0x00000367u, 0x0000375au, 0x0004002bu, 0x00000012u, 0x00000368u, 0xfffffd0cu, 0x0005002cu, 0x0000011du, - 0x00000369u, 0x00000367u, 0x00000368u, 0x0004002bu, 0x00000012u, 0x0000036au, 0x0000369du, 0x0004002bu, - 0x00000012u, 0x0000036bu, 0xfffffd20u, 0x0005002cu, 0x0000011du, 0x0000036cu, 0x0000036au, 0x0000036bu, - 0x0004002bu, 0x00000012u, 0x0000036du, 0x000035e5u, 0x0004002bu, 0x00000012u, 0x0000036eu, 0xfffffd34u, - 0x0005002cu, 0x0000011du, 0x0000036fu, 0x0000036du, 0x0000036eu, 0x0004002bu, 0x00000012u, 0x00000370u, - 0x00003532u, 0x0004002bu, 0x00000012u, 0x00000371u, 0xfffffd44u, 0x0005002cu, 0x0000011du, 0x00000372u, - 0x00000370u, 0x00000371u, 0x0004002bu, 0x00000012u, 0x00000373u, 0x00003483u, 0x0004002bu, 0x00000012u, - 0x00000374u, 0xfffffd58u, 0x0005002cu, 0x0000011du, 0x00000375u, 0x00000373u, 0x00000374u, 0x0004002bu, - 0x00000012u, 0x00000376u, 0x000033d9u, 0x0004002bu, 0x00000012u, 0x00000377u, 0xfffffd68u, 0x0005002cu, - 0x0000011du, 0x00000378u, 0x00000376u, 0x00000377u, 0x0004002bu, 0x00000012u, 0x00000379u, 0x00003333u, - 0x0004002bu, 0x00000012u, 0x0000037au, 0xfffffd78u, 0x0005002cu, 0x0000011du, 0x0000037bu, 0x00000379u, - 0x0000037au, 0x0004002bu, 0x00000012u, 0x0000037cu, 0x00003291u, 0x0004002bu, 0x00000012u, 0x0000037du, - 0xfffffd8cu, 0x0005002cu, 0x0000011du, 0x0000037eu, 0x0000037cu, 0x0000037du, 0x0004002bu, 0x00000012u, - 0x0000037fu, 0x000031f4u, 0x0004002bu, 0x00000012u, 0x00000380u, 0xfffffd94u, 0x0005002cu, 0x0000011du, - 0x00000381u, 0x0000037fu, 0x00000380u, 0x0004002bu, 0x00000012u, 0x00000382u, 0x00003159u, 0x0004002bu, - 0x00000012u, 0x00000383u, 0xfffffda8u, 0x0005002cu, 0x0000011du, 0x00000384u, 0x00000382u, 0x00000383u, - 0x0004002bu, 0x00000012u, 0x00000385u, 0x000030c3u, 0x0004002bu, 0x00000012u, 0x00000386u, 0xfffffdb4u, - 0x0005002cu, 0x0000011du, 0x00000387u, 0x00000385u, 0x00000386u, 0x0004002bu, 0x00000012u, 0x00000388u, - 0x00003030u, 0x0004002bu, 0x00000012u, 0x00000389u, 0xfffffdc4u, 0x0005002cu, 0x0000011du, 0x0000038au, - 0x00000388u, 0x00000389u, 0x0004002bu, 0x00000012u, 0x0000038bu, 0x00002fa1u, 0x0004002bu, 0x00000012u, - 0x0000038cu, 0xfffffdd0u, 0x0005002cu, 0x0000011du, 0x0000038du, 0x0000038bu, 0x0000038cu, 0x0004002bu, - 0x00000012u, 0x0000038eu, 0x00002f15u, 0x0004002bu, 0x00000012u, 0x0000038fu, 0xfffffddcu, 0x0005002cu, - 0x0000011du, 0x00000390u, 0x0000038eu, 0x0000038fu, 0x0004002bu, 0x00000012u, 0x00000391u, 0x00002e8cu, - 0x0004002bu, 0x00000012u, 0x00000392u, 0xfffffde8u, 0x0005002cu, 0x0000011du, 0x00000393u, 0x00000391u, - 0x00000392u, 0x0004002bu, 0x00000012u, 0x00000394u, 0x00002e06u, 0x0004002bu, 0x00000012u, 0x00000395u, - 0xfffffdf4u, 0x0005002cu, 0x0000011du, 0x00000396u, 0x00000394u, 0x00000395u, 0x0004002bu, 0x00000012u, - 0x00000397u, 0x00002d83u, 0x0004002bu, 0x00000012u, 0x00000398u, 0xfffffe00u, 0x0005002cu, 0x0000011du, - 0x00000399u, 0x00000397u, 0x00000398u, 0x0004002bu, 0x00000012u, 0x0000039au, 0x00002d03u, 0x0004002bu, - 0x00000012u, 0x0000039bu, 0xfffffe0cu, 0x0005002cu, 0x0000011du, 0x0000039cu, 0x0000039au, 0x0000039bu, - 0x0004002bu, 0x00000012u, 0x0000039du, 0x00002c86u, 0x0004002bu, 0x00000012u, 0x0000039eu, 0xfffffe14u, - 0x0005002cu, 0x0000011du, 0x0000039fu, 0x0000039du, 0x0000039eu, 0x0004002bu, 0x00000012u, 0x000003a0u, - 0x00002c0bu, 0x0004002bu, 0x00000012u, 0x000003a1u, 0xfffffe20u, 0x0005002cu, 0x0000011du, 0x000003a2u, - 0x000003a0u, 0x000003a1u, 0x0004002bu, 0x00000012u, 0x000003a3u, 0x00002b93u, 0x0004002bu, 0x00000012u, - 0x000003a4u, 0xfffffe2cu, 0x0005002cu, 0x0000011du, 0x000003a5u, 0x000003a3u, 0x000003a4u, 0x0004002bu, - 0x00000012u, 0x000003a6u, 0x00002b1eu, 0x0004002bu, 0x00000012u, 0x000003a7u, 0xfffffe34u, 0x0005002cu, - 0x0000011du, 0x000003a8u, 0x000003a6u, 0x000003a7u, 0x0004002bu, 0x00000012u, 0x000003a9u, 0x00002aabu, - 0x0004002bu, 0x00000012u, 0x000003aau, 0xfffffe3cu, 0x0005002cu, 0x0000011du, 0x000003abu, 0x000003a9u, - 0x000003aau, 0x0004002bu, 0x00000012u, 0x000003acu, 0x00002a3au, 0x0004002bu, 0x00000012u, 0x000003adu, - 0xfffffe48u, 0x0005002cu, 0x0000011du, 0x000003aeu, 0x000003acu, 0x000003adu, 0x0004002bu, 0x00000012u, - 0x000003afu, 0x000029ccu, 0x0004002bu, 0x00000012u, 0x000003b0u, 0xfffffe50u, 0x0005002cu, 0x0000011du, - 0x000003b1u, 0x000003afu, 0x000003b0u, 0x0004002bu, 0x00000012u, 0x000003b2u, 0x00002960u, 0x0004002bu, - 0x00000012u, 0x000003b3u, 0xfffffe58u, 0x0005002cu, 0x0000011du, 0x000003b4u, 0x000003b2u, 0x000003b3u, - 0x0004002bu, 0x00000012u, 0x000003b5u, 0x000028f6u, 0x0004002bu, 0x00000012u, 0x000003b6u, 0xfffffe60u, - 0x0005002cu, 0x0000011du, 0x000003b7u, 0x000003b5u, 0x000003b6u, 0x0004002bu, 0x00000012u, 0x000003b8u, - 0x0000288eu, 0x0004002bu, 0x00000012u, 0x000003b9u, 0xfffffe68u, 0x0005002cu, 0x0000011du, 0x000003bau, - 0x000003b8u, 0x000003b9u, 0x0004002bu, 0x00000012u, 0x000003bbu, 0x00002828u, 0x0004002bu, 0x00000012u, - 0x000003bcu, 0xfffffe70u, 0x0005002cu, 0x0000011du, 0x000003bdu, 0x000003bbu, 0x000003bcu, 0x0004002bu, - 0x00000012u, 0x000003beu, 0x000027c4u, 0x0004002bu, 0x00000012u, 0x000003bfu, 0xfffffe78u, 0x0005002cu, - 0x0000011du, 0x000003c0u, 0x000003beu, 0x000003bfu, 0x0004002bu, 0x00000012u, 0x000003c1u, 0x00002762u, - 0x0004002bu, 0x00000012u, 0x000003c2u, 0xfffffe80u, 0x0005002cu, 0x0000011du, 0x000003c3u, 0x000003c1u, - 0x000003c2u, 0x0004002bu, 0x00000012u, 0x000003c4u, 0x00002702u, 0x0004002bu, 0x00000012u, 0x000003c5u, - 0xfffffe88u, 0x0005002cu, 0x0000011du, 0x000003c6u, 0x000003c4u, 0x000003c5u, 0x0004002bu, 0x00000012u, - 0x000003c7u, 0x000026a4u, 0x0004002bu, 0x00000012u, 0x000003c8u, 0xfffffe90u, 0x0005002cu, 0x0000011du, - 0x000003c9u, 0x000003c7u, 0x000003c8u, 0x0004002bu, 0x00000012u, 0x000003cau, 0x00002648u, 0x0004002bu, - 0x00000012u, 0x000003cbu, 0xfffffe94u, 0x0005002cu, 0x0000011du, 0x000003ccu, 0x000003cau, 0x000003cbu, - 0x0004002bu, 0x00000012u, 0x000003cdu, 0x000025edu, 0x0004002bu, 0x00000012u, 0x000003ceu, 0xfffffe9cu, - 0x0005002cu, 0x0000011du, 0x000003cfu, 0x000003cdu, 0x000003ceu, 0x0004002bu, 0x00000012u, 0x000003d0u, - 0x00002594u, 0x0004002bu, 0x00000012u, 0x000003d1u, 0xfffffea4u, 0x0005002cu, 0x0000011du, 0x000003d2u, - 0x000003d0u, 0x000003d1u, 0x0004002bu, 0x00000012u, 0x000003d3u, 0x0000253du, 0x0004002bu, 0x00000012u, - 0x000003d4u, 0xfffffea8u, 0x0005002cu, 0x0000011du, 0x000003d5u, 0x000003d3u, 0x000003d4u, 0x0004002bu, - 0x00000012u, 0x000003d6u, 0x000024e7u, 0x0004002bu, 0x00000012u, 0x000003d7u, 0xfffffeacu, 0x0005002cu, - 0x0000011du, 0x000003d8u, 0x000003d6u, 0x000003d7u, 0x0004002bu, 0x00000012u, 0x000003d9u, 0x00002492u, - 0x0004002bu, 0x00000012u, 0x000003dau, 0xfffffeb4u, 0x0005002cu, 0x0000011du, 0x000003dbu, 0x000003d9u, - 0x000003dau, 0x0004002bu, 0x00000012u, 0x000003dcu, 0x0000243fu, 0x0004002bu, 0x00000012u, 0x000003ddu, - 0xfffffebcu, 0x0005002cu, 0x0000011du, 0x000003deu, 0x000003dcu, 0x000003ddu, 0x0004002bu, 0x00000012u, - 0x000003dfu, 0x000023eeu, 0x0004002bu, 0x00000012u, 0x000003e0u, 0xfffffec0u, 0x0005002cu, 0x0000011du, - 0x000003e1u, 0x000003dfu, 0x000003e0u, 0x0004002bu, 0x00000012u, 0x000003e2u, 0x0000239eu, 0x0004002bu, - 0x00000012u, 0x000003e3u, 0xfffffec4u, 0x0005002cu, 0x0000011du, 0x000003e4u, 0x000003e2u, 0x000003e3u, - 0x0004002bu, 0x00000012u, 0x000003e5u, 0x0000234fu, 0x0004002bu, 0x00000012u, 0x000003e6u, 0xfffffeccu, - 0x0005002cu, 0x0000011du, 0x000003e7u, 0x000003e5u, 0x000003e6u, 0x0004002bu, 0x00000012u, 0x000003e8u, - 0x00002302u, 0x0004002bu, 0x00000012u, 0x000003e9u, 0xfffffed0u, 0x0005002cu, 0x0000011du, 0x000003eau, - 0x000003e8u, 0x000003e9u, 0x0004002bu, 0x00000012u, 0x000003ebu, 0x000022b6u, 0x0004002bu, 0x00000012u, - 0x000003ecu, 0xfffffed8u, 0x0005002cu, 0x0000011du, 0x000003edu, 0x000003ebu, 0x000003ecu, 0x0004002bu, - 0x00000012u, 0x000003eeu, 0x0000226cu, 0x0005002cu, 0x0000011du, 0x000003efu, 0x000003eeu, 0x000003ecu, - 0x0004002bu, 0x00000012u, 0x000003f0u, 0x00002222u, 0x0004002bu, 0x00000012u, 0x000003f1u, 0xfffffee0u, - 0x0005002cu, 0x0000011du, 0x000003f2u, 0x000003f0u, 0x000003f1u, 0x0004002bu, 0x00000012u, 0x000003f3u, - 0x000021dau, 0x0004002bu, 0x00000012u, 0x000003f4u, 0xfffffee4u, 0x0005002cu, 0x0000011du, 0x000003f5u, - 0x000003f3u, 0x000003f4u, 0x0004002bu, 0x00000012u, 0x000003f6u, 0x00002193u, 0x0004002bu, 0x00000012u, - 0x000003f7u, 0xfffffee8u, 0x0005002cu, 0x0000011du, 0x000003f8u, 0x000003f6u, 0x000003f7u, 0x0004002bu, - 0x00000012u, 0x000003f9u, 0x0000214du, 0x0004002bu, 0x00000012u, 0x000003fau, 0xfffffeecu, 0x0005002cu, - 0x0000011du, 0x000003fbu, 0x000003f9u, 0x000003fau, 0x0004002bu, 0x00000012u, 0x000003fcu, 0x00002108u, - 0x0004002bu, 0x00000012u, 0x000003fdu, 0xfffffef4u, 0x0005002cu, 0x0000011du, 0x000003feu, 0x000003fcu, - 0x000003fdu, 0x0004002bu, 0x00000012u, 0x000003ffu, 0x000020c5u, 0x0005002cu, 0x0000011du, 0x00000400u, - 0x000003ffu, 0x000003fdu, 0x0004002bu, 0x00000012u, 0x00000401u, 0x00002082u, 0x0004002bu, 0x00000012u, - 0x00000402u, 0xfffffefcu, 0x0005002cu, 0x0000011du, 0x00000403u, 0x00000401u, 0x00000402u, 0x0004002bu, - 0x00000012u, 0x00000404u, 0x00002041u, 0x0005002cu, 0x0000011du, 0x00000405u, 0x00000404u, 0x00000402u, - 0x0043002cu, 0x00000348u, 0x00000406u, 0x0000034bu, 0x0000034eu, 0x00000351u, 0x00000354u, 0x00000357u, - 0x0000035au, 0x0000035du, 0x00000360u, 0x00000363u, 0x00000366u, 0x00000369u, 0x0000036cu, 0x0000036fu, - 0x00000372u, 0x00000375u, 0x00000378u, 0x0000037bu, 0x0000037eu, 0x00000381u, 0x00000384u, 0x00000387u, - 0x0000038au, 0x0000038du, 0x00000390u, 0x00000393u, 0x00000396u, 0x00000399u, 0x0000039cu, 0x0000039fu, - 0x000003a2u, 0x000003a5u, 0x000003a8u, 0x000003abu, 0x000003aeu, 0x000003b1u, 0x000003b4u, 0x000003b7u, - 0x000003bau, 0x000003bdu, 0x000003c0u, 0x000003c3u, 0x000003c6u, 0x000003c9u, 0x000003ccu, 0x000003cfu, - 0x000003d2u, 0x000003d5u, 0x000003d8u, 0x000003dbu, 0x000003deu, 0x000003e1u, 0x000003e4u, 0x000003e7u, - 0x000003eau, 0x000003edu, 0x000003efu, 0x000003f2u, 0x000003f5u, 0x000003f8u, 0x000003fbu, 0x000003feu, - 0x00000400u, 0x00000403u, 0x00000405u, 0x00040020u, 0x00000409u, 0x00000007u, 0x00000348u, 0x0004002bu, - 0x00000008u, 0x00000426u, 0x00007fffu, 0x0004002bu, 0x00000008u, 0x00000438u, 0x3fffffffu, 0x0004002bu, - 0x00000008u, 0x00000439u, 0x20000000u, 0x0005002cu, 0x00000058u, 0x00000452u, 0x0000019eu, 0x0000019eu, - 0x00040017u, 0x00000453u, 0x00000063u, 0x00000002u, 0x0004002bu, 0x00000008u, 0x0000046cu, 0xffff8000u, - 0x00030029u, 0x00000063u, 0x0000046eu, 0x0005002cu, 0x00000058u, 0x00000487u, 0x00000426u, 0x00000426u, - 0x0004002bu, 0x00000008u, 0x00000489u, 0xffff0000u, 0x0005002cu, 0x00000058u, 0x0000048au, 0x00000489u, - 0x00000489u, 0x0004002bu, 0x00000008u, 0x0000048bu, 0x0000ffffu, 0x0005002cu, 0x00000058u, 0x0000048cu, - 0x0000048bu, 0x0000048bu, 0x0004002bu, 0x00000008u, 0x00000491u, 0xffffffe0u, 0x00040032u, 0x00000008u, - 0x00000494u, 0x00000000u, 0x0004002bu, 0x00000008u, 0x00000495u, 0x0000001au, 0x00060034u, 0x00000008u, - 0x00000496u, 0x000000c3u, 0x00000494u, 0x00000495u, 0x00060034u, 0x00000008u, 0x00000497u, 0x000000c7u, - 0x00000496u, 0x000001aeu, 0x0004002bu, 0x00000012u, 0x000004b1u, 0x00000001u, 0x00060034u, 0x00000008u, - 0x000004b4u, 0x00000080u, 0x000001abu, 0x00000497u, 0x00050034u, 0x00000012u, 0x000004b5u, 0x00000072u, - 0x000004b4u, 0x00060034u, 0x00000008u, 0x000004cau, 0x00000080u, 0x000001b1u, 0x00000497u, 0x00050034u, - 0x00000012u, 0x000004cbu, 0x00000072u, 0x000004cau, 0x0006001eu, 0x000004e7u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x00000006u, 0x0003001eu, 0x000004e8u, 0x000004e7u, 0x00040020u, 0x000004e9u, 0x00000002u, - 0x000004e8u, 0x0004003bu, 0x000004e9u, 0x000004eau, 0x00000002u, 0x00040020u, 0x000004ebu, 0x00000002u, - 0x00000008u, 0x0004002bu, 0x00000008u, 0x000004f8u, 0xffffffffu, 0x0004002bu, 0x00000008u, 0x0000050bu, - 0x00000010u, 0x00060034u, 0x00000008u, 0x00000558u, 0x000000c4u, 0x000001a8u, 0x00000497u, 0x00060034u, - 0x00000063u, 0x00000559u, 0x000000adu, 0x00000558u, 0x000001a8u, 0x00060034u, 0x00000008u, 0x000005afu, - 0x00000082u, 0x00000558u, 0x000001a8u, 0x00060034u, 0x00000008u, 0x000005c3u, 0x00000080u, 0x000001abu, - 0x00000497u, 0x00060034u, 0x00000008u, 0x000005d3u, 0x00000080u, 0x000001b4u, 0x00000497u, 0x0005002cu, - 0x00000058u, 0x000005fcu, 0x0000019eu, 0x000001a8u, 0x0004002bu, 0x00000006u, 0x00000648u, 0x0000000bu, - 0x0004002bu, 0x00000006u, 0x00000649u, 0x00000006u, 0x0006002cu, 0x0000026fu, 0x0000064au, 0x00000648u, - 0x00000649u, 0x000002f6u, 0x0004002bu, 0x00000006u, 0x0000064cu, 0x0000001fu, 0x0004002bu, 0x00000006u, - 0x00000659u, 0x000000ffu, 0x00040017u, 0x0000065cu, 0x00000012u, 0x00000003u, 0x00040017u, 0x0000065du, - 0x00000011u, 0x00000003u, 0x0004002bu, 0x00000006u, 0x0000068cu, 0x00000fffu, 0x0004002bu, 0x00000006u, - 0x00000694u, 0x00000004u, 0x0004002bu, 0x00000006u, 0x000006a1u, 0x00001000u, 0x0004001cu, 0x000006a2u, - 0x0000000fu, 0x000006a1u, 0x0003001eu, 0x000006a3u, 0x000006a2u, 0x0003001du, 0x000006a4u, 0x000006a3u, - 0x0003001eu, 0x000006a5u, 0x000006a4u, 0x00040020u, 0x000006a6u, 0x0000000cu, 0x000006a5u, 0x0004003bu, - 0x000006a6u, 0x000006a7u, 0x0000000cu, 0x00040020u, 0x000006aau, 0x0000000cu, 0x0000000fu, 0x0004002bu, - 0x00000006u, 0x000006b1u, 0x0000000fu, 0x0004002bu, 0x00000006u, 0x000006e9u, 0x0000000eu, 0x0004002bu, - 0x00000006u, 0x00000746u, 0x000007ffu, 0x0004002bu, 0x00000006u, 0x0000076fu, 0x00000800u, 0x0004001cu, - 0x00000770u, 0x00000011u, 0x0000076fu, 0x0003001eu, 0x00000771u, 0x00000770u, 0x0003001du, 0x00000772u, - 0x00000771u, 0x0003001eu, 0x00000773u, 0x00000772u, 0x00040020u, 0x00000774u, 0x0000000cu, 0x00000773u, - 0x0004003bu, 0x00000774u, 0x00000775u, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x00000777u, 0x00000400u, - 0x00040020u, 0x0000077au, 0x0000000cu, 0x00000011u, 0x0004002bu, 0x00000006u, 0x00000818u, 0xfffffffcu, - 0x0004002bu, 0x00000011u, 0x000008cdu, 0x00000008u, 0x0004002bu, 0x00000012u, 0x000008d9u, 0x00000080u, - 0x0004002bu, 0x00000008u, 0x00000979u, 0x00000020u, 0x0004002bu, 0x00000008u, 0x00000990u, 0x000003ffu, - 0x0004002bu, 0x00000008u, 0x000009d8u, 0x000007ffu, 0x0004002bu, 0x00000006u, 0x00000a04u, 0x00001fffu, - 0x0004002bu, 0x00000008u, 0x00000a5du, 0x0000000fu, 0x0004002bu, 0x00000008u, 0x00000a5fu, 0x00000011u, - 0x0004002bu, 0x00000006u, 0x00000ab2u, 0x0000000cu, 0x0004002bu, 0x00000008u, 0x00000ad7u, 0x00000400u, - 0x0004002bu, 0x00000012u, 0x00000b5fu, 0x00000010u, 0x0004002bu, 0x00000012u, 0x00000b63u, 0x00000005u, - 0x0004002bu, 0x00000008u, 0x00000be1u, 0x0000001fu, 0x0004002bu, 0x00000008u, 0x00000c10u, 0xffffff01u, - 0x0005002cu, 0x00000058u, 0x00000c1cu, 0x0000050bu, 0x0000050bu, 0x00040017u, 0x0000104du, 0x00000063u, - 0x00000003u, 0x0004002bu, 0x00000012u, 0x0000114bu, 0x00000002u, 0x0003002au, 0x00000063u, 0x000011fbu, - 0x0004002bu, 0x00000012u, 0x00001201u, 0x000000ffu, 0x0004002bu, 0x00000008u, 0x00001220u, 0x00004000u, - 0x0004002bu, 0x00000008u, 0x0000123cu, 0xffffff00u, 0x0004002bu, 0x00000006u, 0x0000126au, 0x00000007u, - 0x0004001cu, 0x00001293u, 0x0000000fu, 0x00000293u, 0x0004001cu, 0x00001294u, 0x00001293u, 0x000002fau, - 0x0004002bu, 0x0000000fu, 0x00001295u, 0x00000006u, 0x0004002bu, 0x0000000fu, 0x00001296u, 0x00000007u, - 0x0004002bu, 0x0000000fu, 0x00001297u, 0x00000005u, 0x0004002bu, 0x0000000fu, 0x00001298u, 0x00000003u, - 0x0013002cu, 0x00001293u, 0x00001299u, 0x000002d6u, 0x00001295u, 0x000002d7u, 0x00001296u, 0x000002e7u, - 0x000002e6u, 0x00001297u, 0x00001298u, 0x00001298u, 0x00001297u, 0x000002e6u, 0x000002e7u, 0x00001296u, - 0x000002d7u, 0x00001295u, 0x000002d6u, 0x0013002cu, 0x00001293u, 0x0000129au, 0x000002d6u, 0x000002e7u, - 0x000002d7u, 0x00001297u, 0x000002e7u, 0x000002d6u, 0x00001297u, 0x000002d7u, 0x00001298u, 0x00001296u, - 0x000002e6u, 0x00001295u, 0x00001296u, 0x00001298u, 0x00001295u, 0x000002e6u, 0x0005002cu, 0x00001294u, - 0x0000129bu, 0x00001299u, 0x0000129au, 0x00040020u, 0x000012a3u, 0x00000007u, 0x00001294u, 0x0004002bu, - 0x00000008u, 0x000012a9u, 0x00000049u, 0x00040017u, 0x00001318u, 0x0000000fu, 0x00000003u, 0x0004002bu, - 0x00000008u, 0x00001324u, 0x00000100u, 0x0006002cu, 0x0000005du, 0x00001325u, 0x00001324u, 0x00001324u, - 0x00001324u, 0x00060034u, 0x00000008u, 0x00001561u, 0x00000082u, 0x00000558u, 0x000001a8u, 0x000d001eu, - 0x00001569u, 0x00000008u, 0x00000008u, 0x00000008u, 0x00000012u, 0x00000012u, 0x00000008u, 0x00000008u, - 0x00000008u, 0x00000012u, 0x0000000fu, 0x0000000fu, 0x0003001du, 0x0000156au, 0x00001569u, 0x0003001eu, - 0x0000156bu, 0x0000156au, 0x00040020u, 0x0000156cu, 0x0000000cu, 0x0000156bu, 0x0004003bu, 0x0000156cu, - 0x0000156du, 0x0000000cu, 0x00060034u, 0x00000063u, 0x00001572u, 0x000000adu, 0x00000558u, 0x000001a8u, - 0x0004002bu, 0x00000006u, 0x00001576u, 0x00000020u, 0x00060034u, 0x00000008u, 0x0000157bu, 0x00000082u, - 0x00000558u, 0x000001a8u, 0x00050034u, 0x00000008u, 0x0000157cu, 0x000000c8u, 0x0000157bu, 0x00060034u, - 0x00000008u, 0x0000157fu, 0x00000082u, 0x00000558u, 0x000001a8u, 0x00050034u, 0x00000008u, 0x00001580u, - 0x000000c8u, 0x0000157fu, 0x00040017u, 0x0000159fu, 0x00000006u, 0x00000004u, 0x00040020u, 0x000015a0u, - 0x00000007u, 0x0000159fu, 0x0004001cu, 0x000015a2u, 0x0000000fu, 0x00000277u, 0x0005001eu, 0x000015a3u, - 0x00000010u, 0x00000010u, 0x000015a2u, 0x0003001du, 0x000015a4u, 0x000015a3u, 0x0003001eu, 0x000015a5u, - 0x000015a4u, 0x00040020u, 0x000015a6u, 0x0000000cu, 0x000015a5u, 0x0004003bu, 0x000015a6u, 0x000015a7u, - 0x0000000cu, 0x00040020u, 0x000015a9u, 0x0000000cu, 0x00000010u, 0x0004002bu, 0x00000008u, 0x000015c9u, - 0x40000000u, 0x00060034u, 0x00000008u, 0x000015cau, 0x000000c7u, 0x00000494u, 0x000015c9u, 0x00060034u, - 0x00000063u, 0x000015cbu, 0x000000abu, 0x000015cau, 0x0000019eu, 0x00060034u, 0x00000006u, 0x000015ceu, - 0x00000080u, 0x00000494u, 0x00000290u, 0x00040032u, 0x00000008u, 0x000015cfu, 0x00000000u, 0x00060034u, - 0x00000008u, 0x000015d0u, 0x000000c3u, 0x000015cfu, 0x0000019eu, 0x00060034u, 0x00000008u, 0x000015d1u, - 0x000000c7u, 0x000015d0u, 0x00000313u, 0x00040032u, 0x00000008u, 0x000015d2u, 0x00000000u, 0x00060034u, - 0x00000008u, 0x000015d3u, 0x000000c3u, 0x000015d2u, 0x0000019eu, 0x00060034u, 0x00000008u, 0x000015d4u, - 0x000000c7u, 0x000015d3u, 0x00000313u, 0x00050034u, 0x0000031du, 0x000015d5u, 0x00000072u, 0x000015d4u, - 0x00060034u, 0x0000000fu, 0x000015d6u, 0x00000080u, 0x000015d5u, 0x000002d6u, 0x00060034u, 0x00000008u, - 0x000015d8u, 0x000000c3u, 0x000015d2u, 0x000001dbu, 0x00060034u, 0x00000008u, 0x000015d9u, 0x000000c7u, - 0x000015d8u, 0x00000313u, 0x00050034u, 0x0000031du, 0x000015dau, 0x00000072u, 0x000015d9u, 0x00060034u, - 0x0000000fu, 0x000015dbu, 0x00000080u, 0x000015dau, 0x000002d6u, 0x00060034u, 0x00000008u, 0x000015ddu, - 0x000000c3u, 0x000015d2u, 0x0000050bu, 0x00060034u, 0x00000008u, 0x000015deu, 0x000000c7u, 0x000015ddu, - 0x00000313u, 0x00050034u, 0x0000031du, 0x000015dfu, 0x00000072u, 0x000015deu, 0x00060034u, 0x0000000fu, - 0x000015e0u, 0x00000080u, 0x000015dfu, 0x000002d6u, 0x0004002bu, 0x00000008u, 0x000015e2u, 0x00000018u, - 0x00060034u, 0x00000008u, 0x000015e3u, 0x000000c3u, 0x000015d2u, 0x000015e2u, 0x00060034u, 0x00000008u, - 0x000015e4u, 0x000000c7u, 0x000015e3u, 0x00000313u, 0x00050034u, 0x0000031du, 0x000015e5u, 0x00000072u, - 0x000015e4u, 0x00060034u, 0x0000000fu, 0x000015e6u, 0x00000080u, 0x000015e5u, 0x000002d6u, 0x00040032u, - 0x00000008u, 0x000015e8u, 0x00000000u, 0x00060034u, 0x00000008u, 0x000015e9u, 0x000000c3u, 0x000015e8u, - 0x0000019eu, 0x00060034u, 0x00000008u, 0x000015eau, 0x000000c7u, 0x000015e9u, 0x00000313u, 0x00050034u, - 0x0000031du, 0x000015ebu, 0x00000072u, 0x000015eau, 0x00060034u, 0x0000000fu, 0x000015ecu, 0x00000080u, - 0x000015ebu, 0x000002d6u, 0x00060034u, 0x00000008u, 0x000015eeu, 0x000000c3u, 0x000015e8u, 0x000001dbu, - 0x00060034u, 0x00000008u, 0x000015efu, 0x000000c7u, 0x000015eeu, 0x00000313u, 0x00050034u, 0x0000031du, - 0x000015f0u, 0x00000072u, 0x000015efu, 0x00060034u, 0x0000000fu, 0x000015f1u, 0x00000080u, 0x000015f0u, - 0x000002d6u, 0x00060034u, 0x00000008u, 0x000015f3u, 0x000000c3u, 0x000015e8u, 0x0000050bu, 0x00060034u, - 0x00000008u, 0x000015f4u, 0x000000c7u, 0x000015f3u, 0x00000313u, 0x00050034u, 0x0000031du, 0x000015f5u, - 0x00000072u, 0x000015f4u, 0x00060034u, 0x0000000fu, 0x000015f6u, 0x00000080u, 0x000015f5u, 0x000002d6u, - 0x00060034u, 0x00000008u, 0x000015f8u, 0x000000c3u, 0x000015e8u, 0x000015e2u, 0x00060034u, 0x00000008u, - 0x000015f9u, 0x000000c7u, 0x000015f8u, 0x00000313u, 0x00050034u, 0x0000031du, 0x000015fau, 0x00000072u, - 0x000015f9u, 0x00060034u, 0x0000000fu, 0x000015fbu, 0x00000080u, 0x000015fau, 0x000002d6u, 0x00040032u, - 0x00000008u, 0x000015fdu, 0x00000000u, 0x00060034u, 0x00000008u, 0x000015feu, 0x000000c3u, 0x000015fdu, - 0x0000019eu, 0x00060034u, 0x00000008u, 0x000015ffu, 0x000000c7u, 0x000015feu, 0x00000313u, 0x00050034u, - 0x0000031du, 0x00001600u, 0x00000072u, 0x000015ffu, 0x00060034u, 0x0000000fu, 0x00001601u, 0x00000080u, - 0x00001600u, 0x000002d6u, 0x00060034u, 0x00000008u, 0x00001603u, 0x000000c3u, 0x000015fdu, 0x000001dbu, - 0x00060034u, 0x00000008u, 0x00001604u, 0x000000c7u, 0x00001603u, 0x00000313u, 0x00050034u, 0x0000031du, - 0x00001605u, 0x00000072u, 0x00001604u, 0x00060034u, 0x0000000fu, 0x00001606u, 0x00000080u, 0x00001605u, - 0x000002d6u, 0x00060034u, 0x00000008u, 0x00001608u, 0x000000c3u, 0x000015fdu, 0x0000050bu, 0x00060034u, - 0x00000008u, 0x00001609u, 0x000000c7u, 0x00001608u, 0x00000313u, 0x00050034u, 0x0000031du, 0x0000160au, - 0x00000072u, 0x00001609u, 0x00060034u, 0x0000000fu, 0x0000160bu, 0x00000080u, 0x0000160au, 0x000002d6u, - 0x00060034u, 0x00000008u, 0x0000160du, 0x000000c3u, 0x000015fdu, 0x000015e2u, 0x00060034u, 0x00000008u, - 0x0000160eu, 0x000000c7u, 0x0000160du, 0x00000313u, 0x00050034u, 0x0000031du, 0x0000160fu, 0x00000072u, - 0x0000160eu, 0x00060034u, 0x0000000fu, 0x00001610u, 0x00000080u, 0x0000160fu, 0x000002d6u, 0x00040032u, - 0x00000008u, 0x00001612u, 0x00000000u, 0x00060034u, 0x00000008u, 0x00001613u, 0x000000c3u, 0x00001612u, - 0x0000019eu, 0x00060034u, 0x00000008u, 0x00001614u, 0x000000c7u, 0x00001613u, 0x00000313u, 0x00050034u, - 0x0000031du, 0x00001615u, 0x00000072u, 0x00001614u, 0x00060034u, 0x0000000fu, 0x00001616u, 0x00000080u, - 0x00001615u, 0x000002d6u, 0x00060034u, 0x00000008u, 0x00001618u, 0x000000c3u, 0x00001612u, 0x000001dbu, - 0x00060034u, 0x00000008u, 0x00001619u, 0x000000c7u, 0x00001618u, 0x00000313u, 0x00050034u, 0x0000031du, - 0x0000161au, 0x00000072u, 0x00001619u, 0x00060034u, 0x0000000fu, 0x0000161bu, 0x00000080u, 0x0000161au, - 0x000002d6u, 0x00060034u, 0x00000008u, 0x0000161du, 0x000000c3u, 0x00001612u, 0x0000050bu, 0x00060034u, - 0x00000008u, 0x0000161eu, 0x000000c7u, 0x0000161du, 0x00000313u, 0x00050034u, 0x0000031du, 0x0000161fu, - 0x00000072u, 0x0000161eu, 0x00060034u, 0x0000000fu, 0x00001620u, 0x00000080u, 0x0000161fu, 0x000002d6u, - 0x00060034u, 0x00000008u, 0x00001622u, 0x000000c3u, 0x00001612u, 0x000015e2u, 0x00060034u, 0x00000008u, - 0x00001623u, 0x000000c7u, 0x00001622u, 0x00000313u, 0x00050034u, 0x0000031du, 0x00001624u, 0x00000072u, - 0x00001623u, 0x00060034u, 0x0000000fu, 0x00001625u, 0x00000080u, 0x00001624u, 0x000002d6u, 0x0004002bu, - 0x00000006u, 0x00001631u, 0x00004000u, 0x0004002bu, 0x00000006u, 0x0000163au, 0x00000080u, 0x0004002bu, - 0x00000006u, 0x00001643u, 0x00000200u, 0x0004002bu, 0x00000006u, 0x00001654u, 0x00000100u, 0x0004002bu, - 0x00000006u, 0x00001661u, 0x00002000u, 0x0004002bu, 0x00000006u, 0x00001666u, 0x00008000u, 0x0004002bu, - 0x00000006u, 0x0000166bu, 0x00010000u, 0x0004002bu, 0x00000006u, 0x00001670u, 0x00020000u, 0x0004002bu, - 0x00000006u, 0x00001675u, 0x00040000u, 0x0004002bu, 0x00000006u, 0x0000167au, 0x00080000u, 0x0004002bu, - 0x00000006u, 0x0000167fu, 0x00200000u, 0x0004002bu, 0x00000006u, 0x00001684u, 0x00100000u, 0x0004002bu, - 0x00000006u, 0x00001689u, 0x00400000u, 0x0004002bu, 0x00000006u, 0x0000168eu, 0x00800000u, 0x0004002bu, - 0x00000006u, 0x00001693u, 0x01000000u, 0x0004002bu, 0x00000006u, 0x00001697u, 0x10000000u, 0x00040020u, - 0x000016a1u, 0x00000002u, 0x00000006u, 0x00060034u, 0x00000008u, 0x000016e0u, 0x000000c7u, 0x00000494u, - 0x00000439u, 0x00060034u, 0x00000063u, 0x000016e1u, 0x000000abu, 0x000016e0u, 0x0000019eu, 0x00060034u, - 0x00000008u, 0x000016e4u, 0x000000c3u, 0x000015cfu, 0x0000050bu, 0x00060034u, 0x00000008u, 0x000016e5u, - 0x000000c7u, 0x000016e4u, 0x00000313u, 0x00060034u, 0x00000008u, 0x000016e9u, 0x000000c3u, 0x000015cfu, - 0x000001dbu, 0x00060034u, 0x00000008u, 0x000016eau, 0x000000c7u, 0x000016e9u, 0x00000313u, 0x00050034u, - 0x0000031du, 0x000016ebu, 0x00000072u, 0x000016eau, 0x00060034u, 0x0000000fu, 0x000016ecu, 0x00000080u, - 0x000016ebu, 0x000002d6u, 0x00060034u, 0x00000063u, 0x0000175eu, 0x000000adu, 0x00000558u, 0x000001a8u, - 0x00060034u, 0x00000008u, 0x000017c8u, 0x000000c7u, 0x00000494u, 0x00000439u, 0x00060034u, 0x00000063u, - 0x000017c9u, 0x000000abu, 0x000017c8u, 0x0000019eu, 0x00050034u, 0x0000031du, 0x000017ccu, 0x00000072u, - 0x000016e5u, 0x00060034u, 0x0000000fu, 0x000017cdu, 0x00000080u, 0x000017ccu, 0x000002d6u, 0x00050034u, - 0x0000031du, 0x000017cfu, 0x00000072u, 0x000016eau, 0x00060034u, 0x0000000fu, 0x000017d0u, 0x00000080u, - 0x000017cfu, 0x000002d6u, 0x0004002bu, 0x00000012u, 0x000017d3u, 0x00000000u, 0x0007002cu, 0x00000013u, - 0x000017d4u, 0x000017d3u, 0x000017d3u, 0x000017d3u, 0x000017d3u, 0x00040020u, 0x00001821u, 0x0000000cu, - 0x00000009u, 0x00060034u, 0x00000008u, 0x00001860u, 0x000000c7u, 0x00000494u, 0x00000439u, 0x00060034u, - 0x00000063u, 0x00001861u, 0x000000abu, 0x00001860u, 0x0000019eu, 0x00050034u, 0x0000031du, 0x00001864u, - 0x00000072u, 0x000016e5u, 0x00060034u, 0x0000000fu, 0x00001865u, 0x00000080u, 0x00001864u, 0x000002d6u, - 0x00050034u, 0x0000031du, 0x00001867u, 0x00000072u, 0x000016eau, 0x00060034u, 0x0000000fu, 0x00001868u, - 0x00000080u, 0x00001867u, 0x000002d6u, 0x0003001du, 0x00001938u, 0x0000159fu, 0x0003001eu, 0x00001939u, - 0x00001938u, 0x00040020u, 0x0000193au, 0x0000000cu, 0x00001939u, 0x0004003bu, 0x0000193au, 0x0000193bu, - 0x0000000cu, 0x00040020u, 0x0000193cu, 0x00000001u, 0x0000026fu, 0x0004003bu, 0x0000193cu, 0x0000193du, - 0x00000001u, 0x00040020u, 0x0000193eu, 0x00000001u, 0x00000006u, 0x00040020u, 0x00001941u, 0x0000000cu, - 0x0000159fu, 0x00040032u, 0x00000006u, 0x00001947u, 0x00000001u, 0x00040032u, 0x00000006u, 0x00001948u, - 0x00000001u, 0x00060033u, 0x0000026fu, 0x00001949u, 0x00001947u, 0x00001948u, 0x000002f6u, 0x0004003bu, - 0x0000193cu, 0x0000194cu, 0x00000001u, 0x00060034u, 0x00000006u, 0x00001962u, 0x00000051u, 0x00001949u, - 0x00000000u, 0x00060034u, 0x00000006u, 0x00001963u, 0x00000051u, 0x00001949u, 0x00000001u, 0x00060034u, - 0x00000006u, 0x00001964u, 0x00000084u, 0x00001962u, 0x00001963u, 0x0004003bu, 0x0000193eu, 0x00001966u, - 0x00000001u, 0x0004002bu, 0x0000031du, 0x0000197bu, 0x00000008u, 0x0003001du, 0x0000197fu, 0x00000010u, - 0x0003001eu, 0x00001980u, 0x0000197fu, 0x00040020u, 0x00001981u, 0x0000000cu, 0x00001980u, 0x0004003bu, - 0x00001981u, 0x00001982u, 0x0000000cu, 0x0003001du, 0x00001989u, 0x0000000fu, 0x0003001eu, 0x0000198au, - 0x00001989u, 0x00040020u, 0x0000198bu, 0x0000000cu, 0x0000198au, 0x0004003bu, 0x0000198bu, 0x0000198cu, - 0x0000000cu, 0x0003001du, 0x00001991u, 0x00000008u, 0x0003001eu, 0x00001992u, 0x00001991u, 0x00040020u, - 0x00001993u, 0x0000000cu, 0x00001992u, 0x0004003bu, 0x00001993u, 0x00001994u, 0x0000000cu, 0x00040020u, - 0x00001998u, 0x0000000cu, 0x00000008u, 0x0003001du, 0x000019a1u, 0x00000006u, 0x0003001eu, 0x000019a2u, - 0x000019a1u, 0x00040020u, 0x000019a3u, 0x0000000cu, 0x000019a2u, 0x0004003bu, 0x000019a3u, 0x000019a4u, - 0x0000000cu, 0x00040020u, 0x000019a9u, 0x0000000cu, 0x00000006u, 0x0004002bu, 0x0000031du, 0x000019acu, - 0xffffffffu, 0x0003001du, 0x000019adu, 0x0000031du, 0x0003001eu, 0x000019aeu, 0x000019adu, 0x00040020u, - 0x000019afu, 0x0000000cu, 0x000019aeu, 0x0004003bu, 0x000019afu, 0x000019b0u, 0x0000000cu, 0x00040020u, - 0x000019b3u, 0x0000000cu, 0x0000031du, 0x00030001u, 0x0000005du, 0x00006640u, 0x00030001u, 0x00000058u, - 0x000066a1u, 0x00030001u, 0x00000013u, 0x00006758u, 0x00030001u, 0x00000012u, 0x0000759cu, 0x00030001u, - 0x0000000fu, 0x00007866u, 0x00030001u, 0x00000008u, 0x00007b09u, 0x00030001u, 0x00000010u, 0x00007c45u, - 0x0006002cu, 0x0000026fu, 0x00007daeu, 0x00000277u, 0x00000277u, 0x00000277u, 0x0006002cu, 0x0000026fu, - 0x00007dafu, 0x0000027du, 0x0000027du, 0x0000027du, 0x0006002cu, 0x0000005du, 0x00007db0u, 0x00000491u, - 0x00000491u, 0x00000491u, 0x0006002cu, 0x0000005du, 0x00007db1u, 0x0000050bu, 0x0000050bu, 0x0000050bu, - 0x0007002cu, 0x00000009u, 0x00007db2u, 0x00000491u, 0x00000491u, 0x00000491u, 0x00000491u, 0x0007002cu, - 0x00000009u, 0x00007db3u, 0x000001eeu, 0x000001eeu, 0x000001eeu, 0x000001eeu, 0x0007002cu, 0x00000009u, - 0x00007db4u, 0x00000308u, 0x00000308u, 0x00000308u, 0x00000308u, 0x0005002cu, 0x00000058u, 0x00007db5u, - 0x000001a8u, 0x000001a8u, 0x0006002cu, 0x0000005du, 0x00007db6u, 0x0000046cu, 0x0000046cu, 0x0000046cu, - 0x0005002cu, 0x00000058u, 0x00007db7u, 0x000001b4u, 0x000001b4u, 0x0005002cu, 0x00000058u, 0x00007db8u, - 0x00000be1u, 0x00000be1u, 0x0005002cu, 0x000000abu, 0x00007db9u, 0x00000a04u, 0x00000a04u, 0x0005002cu, - 0x000000abu, 0x00007dbau, 0x000002fau, 0x000002fau, 0x0006002cu, 0x0000026fu, 0x00007dbbu, 0x0000064cu, - 0x0000064cu, 0x0000064cu, 0x0006002cu, 0x0000026fu, 0x00007dbcu, 0x000002fdu, 0x000002fdu, 0x000002fdu, - 0x0006002cu, 0x0000026fu, 0x00007dbdu, 0x000002fau, 0x000002fau, 0x000002fau, 0x0007002cu, 0x00000009u, - 0x00007dbeu, 0x000001dbu, 0x000001dbu, 0x000001dbu, 0x000001dbu, 0x0007002cu, 0x00000013u, 0x00007dbfu, - 0x0000114bu, 0x0000114bu, 0x0000114bu, 0x0000114bu, 0x0005002cu, 0x0000011du, 0x00007dc0u, 0x0000114bu, - 0x0000114bu, 0x0005002cu, 0x00000058u, 0x00007dc1u, 0x00000979u, 0x00000979u, 0x0007002cu, 0x00000013u, - 0x00007dc2u, 0x00000b5fu, 0x00000b5fu, 0x00000b5fu, 0x00000b5fu, 0x0007002cu, 0x00000013u, 0x00007dc3u, - 0x00000b63u, 0x00000b63u, 0x00000b63u, 0x00000b63u, 0x0005002cu, 0x0000011du, 0x00007dc4u, 0x00000b5fu, - 0x00000b5fu, 0x0005002cu, 0x0000011du, 0x00007dc5u, 0x00000b63u, 0x00000b63u, 0x0005002cu, 0x00000058u, - 0x00007dc6u, 0x000001b7u, 0x000001b7u, 0x0005002cu, 0x00000058u, 0x00007dc7u, 0x00000308u, 0x00000308u, - 0x0006002cu, 0x0000065cu, 0x00007dc8u, 0x000017d3u, 0x000017d3u, 0x000017d3u, 0x00050036u, 0x00000002u, - 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, 0x00000175u, 0x0000656du, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x000061abu, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x000061aau, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x000061a9u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x000061a8u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x000061a7u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006199u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006198u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006196u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006195u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006188u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006187u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006186u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006185u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006184u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006177u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006176u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006175u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006174u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006173u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006168u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006167u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006166u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006165u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006164u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006156u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006155u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006153u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006152u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006145u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006144u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006143u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006142u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006141u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006134u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006133u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006132u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006131u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006130u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006125u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006124u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006123u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006122u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006121u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006113u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006112u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00006110u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x0000610fu, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006102u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006101u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00006100u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x000060ffu, 0x00000007u, 0x0004003bu, 0x00000175u, 0x000060feu, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x000060f0u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x000060efu, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x000060eeu, 0x00000007u, 0x0004003bu, 0x00000175u, 0x000060edu, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x000060ebu, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00005f0fu, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00005d21u, 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00005b40u, - 0x00000007u, 0x0004003bu, 0x000012a3u, 0x00005adcu, 0x00000007u, 0x0004003bu, 0x000012a3u, 0x00005adeu, - 0x00000007u, 0x0004003bu, 0x00000047u, 0x00005a9fu, 0x00000007u, 0x0004003bu, 0x0000011eu, 0x00005a69u, - 0x00000007u, 0x0004003bu, 0x0000011eu, 0x00005a31u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00004148u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004161u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004169u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004171u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004179u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004180u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004186u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000418cu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004192u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004198u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000419eu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041a4u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041aau, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041b0u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041b3u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041b6u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041b9u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041bcu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041bfu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041c2u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041c5u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041c8u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041cbu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041ceu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041d1u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041d4u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041d7u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041dau, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041ddu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041e2u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041e6u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041eau, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041eeu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041f2u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041f6u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041fau, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000041feu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004202u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004205u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004208u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000420bu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000420eu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004211u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004214u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004217u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000421au, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000421du, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004220u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004223u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004226u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004229u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000422cu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000422fu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004232u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004235u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004238u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000423bu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000423eu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004241u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004244u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004247u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000424au, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000424du, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004250u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004253u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004256u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004259u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000425cu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000425fu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004262u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004265u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00004268u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000426bu, - 0x00000007u, 0x0004003bu, 0x00000047u, 0x0000426cu, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00004273u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00004275u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00004285u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x0000428bu, 0x00000007u, 0x0004003bu, 0x0000011eu, 0x0000428eu, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00004291u, 0x00000007u, 0x0004003bu, 0x00000047u, 0x000040deu, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x000040bbu, 0x00000007u, 0x0004003bu, 0x00000409u, 0x000040bcu, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00004056u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00004059u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x0000405bu, 0x00000007u, 0x0004003bu, 0x00000073u, 0x0000405cu, - 0x00000007u, 0x0004003bu, 0x0000005eu, 0x00004035u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x0000400fu, - 0x00000007u, 0x0004003bu, 0x00000409u, 0x00004010u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00003faau, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00003fadu, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00003fafu, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00003fb0u, 0x00000007u, 0x0004003bu, 0x00000047u, 0x00003f6bu, - 0x00000007u, 0x0004003bu, 0x0000011eu, 0x00003f35u, 0x00000007u, 0x0004003bu, 0x0000011eu, 0x00003efdu, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00002614u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000262du, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002635u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000263du, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002645u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000264cu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002652u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002658u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000265eu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002664u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000266au, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002670u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002676u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000267cu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000267fu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002682u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002685u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002688u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000268bu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000268eu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002691u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002694u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002697u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000269au, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000269du, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026a0u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026a3u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026a6u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026a9u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026aeu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026b2u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026b6u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026bau, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026beu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026c2u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026c6u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026cau, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026ceu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026d1u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026d4u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026d7u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026dau, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026ddu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026e0u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026e3u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026e6u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026e9u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026ecu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026efu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026f2u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026f5u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026f8u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026fbu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000026feu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002701u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002704u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002707u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000270au, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000270du, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002710u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002713u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002716u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002719u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000271cu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000271fu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002722u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002725u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002728u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000272bu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x0000272eu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002731u, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002734u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00002737u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00002751u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00002757u, 0x00000007u, 0x0004003bu, 0x0000011eu, 0x0000275au, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x0000275du, 0x00000007u, 0x0004003bu, 0x00000073u, 0x0000255bu, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x0000251fu, 0x00000007u, 0x0004003bu, 0x00000409u, 0x00002520u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x000024bau, 0x00000007u, 0x0004003bu, 0x00000073u, 0x000024bdu, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x000024bfu, 0x00000007u, 0x0004003bu, 0x00000073u, 0x000024c0u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00002499u, 0x00000007u, 0x0004003bu, 0x00000409u, 0x0000249au, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00002434u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00002437u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00002439u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x0000243au, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00002413u, 0x00000007u, 0x0004003bu, 0x00000409u, 0x00002414u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x000023aeu, 0x00000007u, 0x0004003bu, 0x00000073u, 0x000023b1u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x000023b3u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x000023b4u, - 0x00000007u, 0x0004003bu, 0x0000005eu, 0x00002316u, 0x00000007u, 0x0004003bu, 0x0000005eu, 0x00002318u, - 0x00000007u, 0x0004003bu, 0x0000005eu, 0x0000231au, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00002268u, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x000020beu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x000020bfu, - 0x00000007u, 0x0004003bu, 0x000000acu, 0x00001f0fu, 0x00000007u, 0x0004003bu, 0x000000acu, 0x00001f10u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001e8cu, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001e92u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001e3du, 0x00000007u, 0x0004003bu, 0x00000409u, 0x00001e3eu, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001dd8u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001ddbu, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001dddu, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001ddeu, - 0x00000007u, 0x0004003bu, 0x0000005eu, 0x00001d9cu, 0x00000007u, 0x0004003bu, 0x00000270u, 0x00001d74u, - 0x00000007u, 0x0004003bu, 0x000015a0u, 0x000019d3u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x000019dau, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x000019dbu, 0x00000007u, 0x0004003bu, 0x00000175u, 0x000019dcu, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x000019ddu, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001a0bu, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00001a18u, 0x00000007u, 0x0004003bu, 0x00000047u, 0x00001a24u, - 0x00000007u, 0x0004003bu, 0x00000047u, 0x00001a25u, 0x00000007u, 0x0004003bu, 0x00000047u, 0x00001a26u, - 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001a48u, 0x00000007u, 0x0004003bu, 0x0000005eu, 0x00001a57u, - 0x00000007u, 0x0004003bu, 0x0000004cu, 0x00001a60u, 0x00000007u, 0x0004003bu, 0x00000073u, 0x00001a66u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00001a7au, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00001a7bu, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00001a83u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00001a85u, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00001a86u, 0x00000007u, 0x0004003bu, 0x00000175u, 0x00001a8du, - 0x00000007u, 0x0004003bu, 0x00000175u, 0x00001a8eu, 0x00000007u, 0x0004003bu, 0x000015a0u, 0x00001937u, - 0x00000007u, 0x00050041u, 0x0000193eu, 0x0000193fu, 0x0000193du, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00001940u, 0x0000193fu, 0x00060041u, 0x00001941u, 0x00001942u, 0x0000193bu, 0x0000019eu, 0x00001940u, - 0x0004003du, 0x0000159fu, 0x00001943u, 0x00001942u, 0x0003003eu, 0x00001937u, 0x00001943u, 0x00050041u, - 0x00000007u, 0x00001945u, 0x00001937u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00001946u, 0x00001945u, - 0x00050051u, 0x00000006u, 0x0000194au, 0x00001949u, 0x00000000u, 0x00050084u, 0x00000006u, 0x0000194bu, - 0x00001946u, 0x0000194au, 0x00050041u, 0x0000193eu, 0x0000194du, 0x0000194cu, 0x00000290u, 0x0004003du, - 0x00000006u, 0x0000194eu, 0x0000194du, 0x00050080u, 0x00000006u, 0x0000194fu, 0x0000194bu, 0x0000194eu, - 0x0004007cu, 0x00000008u, 0x00001950u, 0x0000194fu, 0x00050041u, 0x00000007u, 0x00001952u, 0x00001937u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00001953u, 0x00001952u, 0x00050051u, 0x00000006u, 0x00001954u, - 0x00001949u, 0x00000001u, 0x00050084u, 0x00000006u, 0x00001955u, 0x00001953u, 0x00001954u, 0x00050041u, - 0x0000193eu, 0x00001956u, 0x0000194cu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00001957u, 0x00001956u, - 0x00050080u, 0x00000006u, 0x00001958u, 0x00001955u, 0x00001957u, 0x0004007cu, 0x00000008u, 0x00001959u, - 0x00001958u, 0x00050041u, 0x00000007u, 0x0000195bu, 0x00001937u, 0x000002fau, 0x0004003du, 0x00000006u, - 0x0000195cu, 0x0000195bu, 0x00050041u, 0x00000007u, 0x0000195eu, 0x00001937u, 0x000002fdu, 0x0004003du, - 0x00000006u, 0x0000195fu, 0x0000195eu, 0x00050084u, 0x00000006u, 0x00001965u, 0x0000195cu, 0x00001964u, - 0x0004003du, 0x00000006u, 0x00001967u, 0x00001966u, 0x00050080u, 0x00000006u, 0x00001968u, 0x00001965u, - 0x00001967u, 0x000300f7u, 0x00001d1cu, 0x00000000u, 0x000300fbu, 0x00000290u, 0x00001a96u, 0x000200f8u, - 0x00001a96u, 0x00060041u, 0x00000217u, 0x00001d22u, 0x00000215u, 0x0000019eu, 0x0000195fu, 0x0004003du, - 0x00000211u, 0x00001d23u, 0x00001d22u, 0x00050051u, 0x00000008u, 0x00001d24u, 0x00001d23u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00001d26u, 0x00001d23u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00001d28u, - 0x00001d23u, 0x00000002u, 0x00050084u, 0x00000008u, 0x00001a9cu, 0x00000558u, 0x00001d26u, 0x000500b1u, - 0x00000063u, 0x00001a9du, 0x00001959u, 0x00001a9cu, 0x000400a8u, 0x00000063u, 0x00001a9eu, 0x00001a9du, - 0x000300f7u, 0x00001aa6u, 0x00000000u, 0x000400fau, 0x00001a9eu, 0x00001a9fu, 0x00001aa6u, 0x000200f8u, - 0x00001a9fu, 0x00050084u, 0x00000008u, 0x00001aa3u, 0x00001d28u, 0x00000558u, 0x00050080u, 0x00000008u, - 0x00001aa4u, 0x00001aa3u, 0x00001561u, 0x000500adu, 0x00000063u, 0x00001aa5u, 0x00001959u, 0x00001aa4u, - 0x000200f9u, 0x00001aa6u, 0x000200f8u, 0x00001aa6u, 0x000700f5u, 0x00000063u, 0x00001aa7u, 0x00001a9du, - 0x00001a96u, 0x00001aa5u, 0x00001a9fu, 0x000300f7u, 0x00001aa9u, 0x00000000u, 0x000400fau, 0x00001aa7u, - 0x00001aa8u, 0x00001aa9u, 0x000200f8u, 0x00001aa8u, 0x000200f9u, 0x00001d1cu, 0x000200f8u, 0x00001aa9u, - 0x00070041u, 0x000006aau, 0x00001aabu, 0x0000156du, 0x0000019eu, 0x0000195fu, 0x000001deu, 0x0004003du, - 0x0000000fu, 0x00001aacu, 0x00001aabu, 0x00040071u, 0x00000006u, 0x00001aadu, 0x00001aacu, 0x000300f7u, - 0x00001ab8u, 0x00000000u, 0x000400fau, 0x00001572u, 0x00001aaeu, 0x00001ab8u, 0x000200f8u, 0x00001aaeu, - 0x000500c7u, 0x00000006u, 0x00001ab0u, 0x00001aadu, 0x00001576u, 0x000500abu, 0x00000063u, 0x00001ab1u, - 0x00001ab0u, 0x00000290u, 0x000300f7u, 0x00001ab7u, 0x00000000u, 0x000400fau, 0x00001ab1u, 0x00001ab2u, - 0x00001ab7u, 0x000200f8u, 0x00001ab2u, 0x000500c7u, 0x00000008u, 0x00001ab4u, 0x00001950u, 0x0000157cu, - 0x000500c7u, 0x00000008u, 0x00001ab6u, 0x00001959u, 0x00001580u, 0x000200f9u, 0x00001ab7u, 0x000200f8u, - 0x00001ab7u, 0x000700f5u, 0x00000008u, 0x00006631u, 0x00001950u, 0x00001aaeu, 0x00001ab4u, 0x00001ab2u, - 0x000700f5u, 0x00000008u, 0x0000662du, 0x00001959u, 0x00001aaeu, 0x00001ab6u, 0x00001ab2u, 0x000200f9u, - 0x00001ab8u, 0x000200f8u, 0x00001ab8u, 0x000700f5u, 0x00000008u, 0x00006630u, 0x00001950u, 0x00001aa9u, - 0x00006631u, 0x00001ab7u, 0x000700f5u, 0x00000008u, 0x0000662cu, 0x00001959u, 0x00001aa9u, 0x0000662du, - 0x00001ab7u, 0x00050084u, 0x00000008u, 0x00001abbu, 0x00000558u, 0x00001d24u, 0x00050082u, 0x00000008u, - 0x00001ac0u, 0x0000662cu, 0x00001a9cu, 0x00050080u, 0x00000008u, 0x00001ac1u, 0x00001abbu, 0x00001ac0u, - 0x0004007cu, 0x00000006u, 0x00001ac2u, 0x00001ac1u, 0x00060041u, 0x0000022du, 0x00001d31u, 0x0000022bu, - 0x0000019eu, 0x00001ac2u, 0x0004003du, 0x00000227u, 0x00001d32u, 0x00001d31u, 0x00050051u, 0x00000009u, - 0x00001d33u, 0x00001d32u, 0x00000000u, 0x00050051u, 0x00000009u, 0x00001d35u, 0x00001d32u, 0x00000001u, - 0x00050051u, 0x00000023u, 0x00001d37u, 0x00001d32u, 0x00000002u, 0x00050051u, 0x00000023u, 0x00001d39u, - 0x00001d32u, 0x00000003u, 0x00050051u, 0x00000008u, 0x00001d3bu, 0x00001d32u, 0x00000004u, 0x00050051u, - 0x00000008u, 0x00001d3du, 0x00001d32u, 0x00000005u, 0x00050051u, 0x00000008u, 0x00001d3fu, 0x00001d32u, - 0x00000006u, 0x00050051u, 0x00000012u, 0x00001d41u, 0x00001d32u, 0x00000007u, 0x00050051u, 0x00000011u, - 0x00001d43u, 0x00001d32u, 0x00000008u, 0x000500aau, 0x00000063u, 0x00001ac6u, 0x00001d43u, 0x00000198u, - 0x000300f7u, 0x00001ac8u, 0x00000000u, 0x000400fau, 0x00001ac6u, 0x00001ac7u, 0x00001ac8u, 0x000200f8u, - 0x00001ac7u, 0x000200f9u, 0x00001d1cu, 0x000200f8u, 0x00001ac8u, 0x00070041u, 0x000006aau, 0x00001acau, - 0x0000156du, 0x0000019eu, 0x0000195fu, 0x000001e1u, 0x0004003du, 0x0000000fu, 0x00001acbu, 0x00001acau, - 0x00040071u, 0x00000006u, 0x00001accu, 0x00001acbu, 0x00060041u, 0x000001a0u, 0x00001d4au, 0x0000019du, - 0x0000019eu, 0x0000195fu, 0x0004003du, 0x00000199u, 0x00001d4bu, 0x00001d4au, 0x00050051u, 0x00000009u, - 0x00001d4eu, 0x00001d4bu, 0x00000001u, 0x00050051u, 0x00000009u, 0x00001d52u, 0x00001d4bu, 0x00000003u, - 0x00050051u, 0x00000009u, 0x00001d56u, 0x00001d4bu, 0x00000005u, 0x00050051u, 0x00000009u, 0x00001d5au, - 0x00001d4bu, 0x00000007u, 0x00070041u, 0x000015a9u, 0x00001ad0u, 0x000015a7u, 0x0000019eu, 0x0000195fu, - 0x0000019eu, 0x0004003du, 0x00000010u, 0x00001ad1u, 0x00001ad0u, 0x00040071u, 0x0000159fu, 0x00001ad2u, - 0x00001ad1u, 0x0003003eu, 0x000019d3u, 0x00001ad2u, 0x00050041u, 0x00000007u, 0x00001ad3u, 0x000019d3u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x00001ad4u, 0x00001ad3u, 0x00050041u, 0x00000007u, 0x00001ad5u, - 0x000019d3u, 0x000002fau, 0x0004003du, 0x00000006u, 0x00001ad6u, 0x00001ad5u, 0x00060041u, 0x000001f9u, - 0x00001d61u, 0x000001f7u, 0x0000019eu, 0x00001ad4u, 0x0004003du, 0x000001f3u, 0x00001d62u, 0x00001d61u, - 0x00050051u, 0x00000010u, 0x00001d63u, 0x00001d62u, 0x00000000u, 0x00050051u, 0x00000010u, 0x00001d65u, - 0x00001d62u, 0x00000001u, 0x00050051u, 0x00000010u, 0x00001d67u, 0x00001d62u, 0x00000002u, 0x00050051u, - 0x00000010u, 0x00001d69u, 0x00001d62u, 0x00000003u, 0x00050051u, 0x00000006u, 0x00001d6bu, 0x00001d62u, - 0x00000004u, 0x00050051u, 0x00000008u, 0x00001d6du, 0x00001d62u, 0x00000005u, 0x0003003eu, 0x000019dau, - 0x00001d63u, 0x0003003eu, 0x000019dbu, 0x00001d65u, 0x0003003eu, 0x000019dcu, 0x00001d67u, 0x0003003eu, - 0x000019ddu, 0x00001d69u, 0x000300f7u, 0x00001af6u, 0x00000000u, 0x000400fau, 0x000015cbu, 0x00001ae5u, - 0x00001af6u, 0x000200f8u, 0x00001ae5u, 0x00050041u, 0x00000176u, 0x00001ae6u, 0x000019dau, 0x00000290u, - 0x0003003eu, 0x00001ae6u, 0x000015d6u, 0x00050041u, 0x00000176u, 0x00001ae7u, 0x000019dau, 0x000002f6u, - 0x0003003eu, 0x00001ae7u, 0x000015dbu, 0x00050041u, 0x00000176u, 0x00001ae8u, 0x000019dau, 0x000002fau, - 0x0003003eu, 0x00001ae8u, 0x000015e0u, 0x00050041u, 0x00000176u, 0x00001ae9u, 0x000019dau, 0x000002fdu, - 0x0003003eu, 0x00001ae9u, 0x000015e6u, 0x00050041u, 0x00000176u, 0x00001aeau, 0x000019dbu, 0x00000290u, - 0x0003003eu, 0x00001aeau, 0x000015ecu, 0x00050041u, 0x00000176u, 0x00001aebu, 0x000019dbu, 0x000002f6u, - 0x0003003eu, 0x00001aebu, 0x000015f1u, 0x00050041u, 0x00000176u, 0x00001aecu, 0x000019dbu, 0x000002fau, - 0x0003003eu, 0x00001aecu, 0x000015f6u, 0x00050041u, 0x00000176u, 0x00001aedu, 0x000019dbu, 0x000002fdu, - 0x0003003eu, 0x00001aedu, 0x000015fbu, 0x00050041u, 0x00000176u, 0x00001aeeu, 0x000019dcu, 0x00000290u, - 0x0003003eu, 0x00001aeeu, 0x00001601u, 0x00050041u, 0x00000176u, 0x00001aefu, 0x000019dcu, 0x000002f6u, - 0x0003003eu, 0x00001aefu, 0x00001606u, 0x00050041u, 0x00000176u, 0x00001af0u, 0x000019dcu, 0x000002fau, - 0x0003003eu, 0x00001af0u, 0x0000160bu, 0x00050041u, 0x00000176u, 0x00001af1u, 0x000019dcu, 0x000002fdu, - 0x0003003eu, 0x00001af1u, 0x00001610u, 0x00050041u, 0x00000176u, 0x00001af2u, 0x000019ddu, 0x00000290u, - 0x0003003eu, 0x00001af2u, 0x00001616u, 0x00050041u, 0x00000176u, 0x00001af3u, 0x000019ddu, 0x000002f6u, - 0x0003003eu, 0x00001af3u, 0x0000161bu, 0x00050041u, 0x00000176u, 0x00001af4u, 0x000019ddu, 0x000002fau, - 0x0003003eu, 0x00001af4u, 0x00001620u, 0x00050041u, 0x00000176u, 0x00001af5u, 0x000019ddu, 0x000002fdu, - 0x0003003eu, 0x00001af5u, 0x00001625u, 0x000200f9u, 0x00001af6u, 0x000200f8u, 0x00001af6u, 0x000600a9u, - 0x00000008u, 0x00007dc9u, 0x000015cbu, 0x000015d1u, 0x00001d6du, 0x000600a9u, 0x00000006u, 0x00007dcau, - 0x000015cbu, 0x000015ceu, 0x00001d6bu, 0x000500c7u, 0x00000006u, 0x00001af8u, 0x00007dcau, 0x00000293u, - 0x000500abu, 0x00000063u, 0x00001af9u, 0x00001af8u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001afbu, - 0x00007dcau, 0x00001576u, 0x000500abu, 0x00000063u, 0x00001afcu, 0x00001afbu, 0x00000290u, 0x000500c7u, - 0x00000006u, 0x00001afeu, 0x00007dcau, 0x00001631u, 0x000500abu, 0x00000063u, 0x00001affu, 0x00001afeu, - 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b01u, 0x00007dcau, 0x00000347u, 0x000500abu, 0x00000063u, - 0x00001b02u, 0x00001b01u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b04u, 0x00007dcau, 0x0000163au, - 0x000500abu, 0x00000063u, 0x00001b05u, 0x00001b04u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b07u, - 0x00007dcau, 0x00000277u, 0x000500abu, 0x00000063u, 0x00001b08u, 0x00001b07u, 0x00000290u, 0x000500c7u, - 0x00000006u, 0x00001b0au, 0x00007dcau, 0x00001643u, 0x000500abu, 0x00000063u, 0x00001b0bu, 0x00001b0au, - 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b0du, 0x00007dcau, 0x00000777u, 0x000500abu, 0x00000063u, - 0x00001b0eu, 0x00001b0du, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b10u, 0x00007dcau, 0x0000076fu, - 0x000500abu, 0x00000063u, 0x00001b11u, 0x00001b10u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b13u, - 0x00007dcau, 0x00000694u, 0x000500abu, 0x00000063u, 0x00001b14u, 0x00001b13u, 0x00000290u, 0x000500c7u, - 0x00000006u, 0x00001b16u, 0x00007dcau, 0x00001654u, 0x000500abu, 0x00000063u, 0x00001b17u, 0x00001b16u, - 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b19u, 0x00007dcau, 0x000002f6u, 0x000500abu, 0x00000063u, - 0x00001b1au, 0x00001b19u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b1cu, 0x00007dcau, 0x000006a1u, - 0x000500abu, 0x00000063u, 0x00001b1du, 0x00001b1cu, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b1fu, - 0x00007dcau, 0x00001661u, 0x000500abu, 0x00000063u, 0x00001b20u, 0x00001b1fu, 0x00000290u, 0x000500c7u, - 0x00000006u, 0x00001b22u, 0x00007dcau, 0x00001666u, 0x000500abu, 0x00000063u, 0x00001b23u, 0x00001b22u, - 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b25u, 0x00007dcau, 0x0000166bu, 0x000500abu, 0x00000063u, - 0x00001b26u, 0x00001b25u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b28u, 0x00007dcau, 0x00001670u, - 0x000500abu, 0x00000063u, 0x00001b29u, 0x00001b28u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b2bu, - 0x00007dcau, 0x00001675u, 0x000500abu, 0x00000063u, 0x00001b2cu, 0x00001b2bu, 0x00000290u, 0x000500c7u, - 0x00000006u, 0x00001b2eu, 0x00007dcau, 0x0000167au, 0x000500abu, 0x00000063u, 0x00001b2fu, 0x00001b2eu, - 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b31u, 0x00007dcau, 0x0000167fu, 0x000500abu, 0x00000063u, - 0x00001b32u, 0x00001b31u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b34u, 0x00007dcau, 0x00001684u, - 0x000500abu, 0x00000063u, 0x00001b35u, 0x00001b34u, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b37u, - 0x00007dcau, 0x00001689u, 0x000500abu, 0x00000063u, 0x00001b38u, 0x00001b37u, 0x00000290u, 0x000500c7u, - 0x00000006u, 0x00001b3au, 0x00007dcau, 0x0000168eu, 0x000500abu, 0x00000063u, 0x00001b3bu, 0x00001b3au, - 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b3du, 0x00007dcau, 0x00001693u, 0x000500abu, 0x00000063u, - 0x00001b3eu, 0x00001b3du, 0x00000290u, 0x000500c7u, 0x00000006u, 0x00001b40u, 0x00007dcau, 0x00001697u, - 0x000500abu, 0x00000063u, 0x00001b41u, 0x00001b40u, 0x00000290u, 0x000300f7u, 0x00001b4cu, 0x00000000u, - 0x000400fau, 0x00001b41u, 0x00001b42u, 0x00001b4cu, 0x000200f8u, 0x00001b42u, 0x0004007cu, 0x00000006u, - 0x00001b44u, 0x00006630u, 0x0004007cu, 0x00000006u, 0x00001b46u, 0x0000662cu, 0x00060041u, 0x000016a1u, - 0x00001b48u, 0x000004eau, 0x0000019eu, 0x000001aeu, 0x0004003du, 0x00000006u, 0x00001b49u, 0x00001b48u, - 0x00050080u, 0x00000006u, 0x00001b4au, 0x0000195fu, 0x00001b49u, 0x00060050u, 0x0000026fu, 0x00001d79u, - 0x00001b44u, 0x00001b46u, 0x00001b4au, 0x000500c2u, 0x0000026fu, 0x00001d7cu, 0x00001d79u, 0x00007daeu, - 0x0008004fu, 0x0000026fu, 0x00001d7eu, 0x00001d79u, 0x00001d79u, 0x00000001u, 0x00000002u, 0x00000000u, - 0x000500c6u, 0x0000026fu, 0x00001d7fu, 0x00001d7cu, 0x00001d7eu, 0x00050084u, 0x0000026fu, 0x00001d81u, - 0x00001d7fu, 0x00007dafu, 0x000500c2u, 0x0000026fu, 0x00001d84u, 0x00001d81u, 0x00007daeu, 0x0008004fu, - 0x0000026fu, 0x00001d86u, 0x00001d81u, 0x00001d81u, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, - 0x0000026fu, 0x00001d87u, 0x00001d84u, 0x00001d86u, 0x00050084u, 0x0000026fu, 0x00001d89u, 0x00001d87u, - 0x00007dafu, 0x000500c2u, 0x0000026fu, 0x00001d8cu, 0x00001d89u, 0x00007daeu, 0x0008004fu, 0x0000026fu, - 0x00001d8eu, 0x00001d89u, 0x00001d89u, 0x00000001u, 0x00000002u, 0x00000000u, 0x000500c6u, 0x0000026fu, - 0x00001d8fu, 0x00001d8cu, 0x00001d8eu, 0x00050084u, 0x0000026fu, 0x00001d91u, 0x00001d8fu, 0x00007dafu, - 0x0003003eu, 0x00001d74u, 0x00001d91u, 0x00050041u, 0x00000007u, 0x00001d92u, 0x00001d74u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00001d93u, 0x00001d92u, 0x000500c2u, 0x00000006u, 0x00001d94u, 0x00001d93u, - 0x00000293u, 0x00040071u, 0x00000011u, 0x00001d95u, 0x00001d94u, 0x000200f9u, 0x00001b4cu, 0x000200f8u, - 0x00001b4cu, 0x000700f5u, 0x00000011u, 0x0000735fu, 0x00000198u, 0x00001af6u, 0x00001d95u, 0x00001b42u, - 0x000500c7u, 0x00000006u, 0x00001b4eu, 0x00001aadu, 0x000002f6u, 0x000500abu, 0x00000063u, 0x00001b4fu, - 0x00001b4eu, 0x00000290u, 0x000300f7u, 0x00001ba0u, 0x00000000u, 0x000400fau, 0x00001b20u, 0x00001b51u, - 0x00001b90u, 0x000200f8u, 0x00001b90u, 0x000300f7u, 0x00001b9fu, 0x00000000u, 0x000400fau, 0x00001b1du, - 0x00001b92u, 0x00001b9fu, 0x000200f8u, 0x00001b92u, 0x000500afu, 0x00000063u, 0x00001b97u, 0x00006630u, - 0x00001d3du, 0x000300f7u, 0x00001b9du, 0x00000000u, 0x000400fau, 0x00001b97u, 0x00001b98u, 0x00001b9du, - 0x000200f8u, 0x00001b98u, 0x000500b3u, 0x00000063u, 0x00001b9cu, 0x00006630u, 0x00001d3fu, 0x000200f9u, - 0x00001b9du, 0x000200f8u, 0x00001b9du, 0x000700f5u, 0x00000063u, 0x00001b9eu, 0x00001b97u, 0x00001b92u, - 0x00001b9cu, 0x00001b98u, 0x000200f9u, 0x00001d1cu, 0x000200f8u, 0x00001b9fu, 0x000200f9u, 0x00001ba0u, - 0x000200f8u, 0x00001b51u, 0x000500afu, 0x00000063u, 0x00001b55u, 0x00006630u, 0x00001d3du, 0x000300f7u, - 0x00001b5bu, 0x00000000u, 0x000400fau, 0x00001b55u, 0x00001b56u, 0x00001b5bu, 0x000200f8u, 0x00001b56u, - 0x000500b3u, 0x00000063u, 0x00001b5au, 0x00006630u, 0x00001d3fu, 0x000200f9u, 0x00001b5bu, 0x000200f8u, - 0x00001b5bu, 0x000700f5u, 0x00000063u, 0x00001b5cu, 0x00001b55u, 0x00001b51u, 0x00001b5au, 0x00001b56u, - 0x000400a8u, 0x00000063u, 0x00001b5eu, 0x00001b5cu, 0x000300f7u, 0x00001b60u, 0x00000000u, 0x000400fau, - 0x00001b5eu, 0x00001b5fu, 0x00001b60u, 0x000200f8u, 0x00001b5fu, 0x000200f9u, 0x00001d1cu, 0x000200f8u, - 0x00001b60u, 0x000300f7u, 0x00001dabu, 0x00000000u, 0x000400fau, 0x00001b4fu, 0x00001da1u, 0x00001da6u, - 0x000200f8u, 0x00001da6u, 0x00050082u, 0x00000008u, 0x00001daau, 0x00001d3fu, 0x00006630u, 0x000200f9u, - 0x00001dabu, 0x000200f8u, 0x00001da1u, 0x00050082u, 0x00000008u, 0x00001da5u, 0x00006630u, 0x00001d3du, - 0x000200f9u, 0x00001dabu, 0x000200f8u, 0x00001dabu, 0x000700f5u, 0x00000008u, 0x0000783du, 0x00001da5u, - 0x00001da1u, 0x00001daau, 0x00001da6u, 0x000500c3u, 0x00000008u, 0x00001daeu, 0x0000783du, 0x00000497u, - 0x00060041u, 0x000004ebu, 0x00001db0u, 0x000004eau, 0x0000019eu, 0x000001a8u, 0x0004003du, 0x00000008u, - 0x00001db1u, 0x00001db0u, 0x000500c7u, 0x00000008u, 0x00001db2u, 0x00001daeu, 0x00001db1u, 0x00050082u, - 0x00000008u, 0x00001db5u, 0x00001daeu, 0x00001db2u, 0x00060041u, 0x000004ebu, 0x00001db7u, 0x000004eau, - 0x0000019eu, 0x0000019eu, 0x0004003du, 0x00000008u, 0x00001db8u, 0x00001db7u, 0x000500c3u, 0x00000008u, - 0x00001db9u, 0x00001daeu, 0x00001db8u, 0x000600a9u, 0x00000008u, 0x00001dbbu, 0x00001b4fu, 0x000001a8u, - 0x000004f8u, 0x00050084u, 0x00000008u, 0x00001dbcu, 0x00001db9u, 0x00001dbbu, 0x0008004fu, 0x0000005du, - 0x00001dbfu, 0x00001d35u, 0x00001d35u, 0x00000000u, 0x00000001u, 0x00000003u, 0x0008004fu, 0x0000005du, - 0x00001dc1u, 0x00001d56u, 0x00001d56u, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000005du, - 0x00001dc3u, 0x00001dc1u, 0x00007db0u, 0x00060050u, 0x0000005du, 0x00001dc5u, 0x00001dbcu, 0x00001dbcu, - 0x00001dbcu, 0x00050084u, 0x0000005du, 0x00001dc6u, 0x00001dc3u, 0x00001dc5u, 0x00050080u, 0x0000005du, - 0x00001dc7u, 0x00001dbfu, 0x00001dc6u, 0x000300f7u, 0x00001dd5u, 0x00000000u, 0x000400fau, 0x00001b08u, - 0x00001dc9u, 0x00001dd0u, 0x000200f8u, 0x00001dd0u, 0x000500c3u, 0x0000005du, 0x00001dd3u, 0x00001dc7u, - 0x00007db1u, 0x0007004fu, 0x00000058u, 0x00001e5fu, 0x00001dd3u, 0x00001dd3u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00001dd5u, 0x000200f8u, 0x00001dc9u, 0x000500c3u, 0x0000005du, 0x00001dccu, 0x00001dc7u, - 0x00007db1u, 0x0003003eu, 0x00001d9cu, 0x00001dccu, 0x00050041u, 0x00000040u, 0x00001de1u, 0x00001d9cu, - 0x000002fau, 0x0004003du, 0x00000008u, 0x00001de2u, 0x00001de1u, 0x000500b3u, 0x00000063u, 0x00001de4u, - 0x00001de2u, 0x0000019eu, 0x000500c7u, 0x00000008u, 0x00001de6u, 0x00001de2u, 0x00000426u, 0x0006000cu, - 0x00000008u, 0x00001e43u, 0x00000001u, 0x0000004au, 0x00001de6u, 0x00050082u, 0x00000008u, 0x00001e44u, - 0x000001eeu, 0x00001e43u, 0x0007000cu, 0x00000008u, 0x00001e45u, 0x00000001u, 0x00000027u, 0x00001e44u, - 0x000001eeu, 0x000500c4u, 0x00000008u, 0x00001e48u, 0x00001de6u, 0x00001e45u, 0x000500c7u, 0x00000008u, - 0x00001e49u, 0x00001e48u, 0x00000341u, 0x000500c7u, 0x00000008u, 0x00001e4bu, 0x00001e49u, 0x00000313u, - 0x000500c3u, 0x00000008u, 0x00001e4du, 0x00001e49u, 0x000001dbu, 0x0003003eu, 0x00001e3eu, 0x00000406u, - 0x00050041u, 0x0000011eu, 0x00001e4eu, 0x00001e3eu, 0x00001e4du, 0x0004003du, 0x0000011du, 0x00001e4fu, - 0x00001e4eu, 0x00040072u, 0x00000058u, 0x00001e50u, 0x00001e4fu, 0x0003003eu, 0x00001e3du, 0x00001e50u, - 0x00050041u, 0x00000040u, 0x00001e51u, 0x00001e3du, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00001e52u, - 0x00001e51u, 0x00050084u, 0x00000008u, 0x00001e54u, 0x00001e52u, 0x00001e4bu, 0x000500c3u, 0x00000008u, - 0x00001e55u, 0x00001e54u, 0x000001e1u, 0x00050041u, 0x00000040u, 0x00001e56u, 0x00001e3du, 0x00000290u, - 0x0004003du, 0x00000008u, 0x00001e57u, 0x00001e56u, 0x00050080u, 0x00000008u, 0x00001e58u, 0x00001e55u, - 0x00001e57u, 0x00050050u, 0x00000058u, 0x00001e5bu, 0x00001e58u, 0x00001e45u, 0x0003003eu, 0x00001dd8u, - 0x00001e5bu, 0x00050041u, 0x00000040u, 0x00001de9u, 0x00001dd8u, 0x000002f6u, 0x0004003du, 0x00000008u, - 0x00001deau, 0x00001de9u, 0x0007004fu, 0x00000058u, 0x00001decu, 0x00001dccu, 0x00001dccu, 0x00000000u, - 0x00000001u, 0x00050041u, 0x00000040u, 0x00001dedu, 0x00001dd8u, 0x00000290u, 0x0004003du, 0x00000008u, - 0x00001deeu, 0x00001dedu, 0x00050050u, 0x00000058u, 0x00001defu, 0x00001deeu, 0x00001deeu, 0x00050084u, - 0x00000058u, 0x00001df0u, 0x00001decu, 0x00001defu, 0x0003003eu, 0x00001ddbu, 0x00001df0u, 0x000500c3u, - 0x00000008u, 0x00001df2u, 0x00000439u, 0x00001deau, 0x0004007eu, 0x00000008u, 0x00001df3u, 0x00001df2u, - 0x000500c7u, 0x00000008u, 0x00001df4u, 0x00000438u, 0x00001df3u, 0x00050050u, 0x00000058u, 0x00001df7u, - 0x00001df4u, 0x00001df4u, 0x000500c7u, 0x00000058u, 0x00001df8u, 0x00001df0u, 0x00001df7u, 0x0003003eu, - 0x00001dddu, 0x00001df8u, 0x000500abu, 0x00000063u, 0x00001dfau, 0x00001deau, 0x000001eeu, 0x000300f7u, - 0x00001e05u, 0x00000000u, 0x000400fau, 0x00001dfau, 0x00001dfbu, 0x00001e01u, 0x000200f8u, 0x00001e01u, - 0x0004003du, 0x00000058u, 0x00001e02u, 0x00001ddbu, 0x000500c4u, 0x00000058u, 0x00001e04u, 0x00001e02u, - 0x00007db5u, 0x0003003eu, 0x00001ddeu, 0x00001e04u, 0x000200f9u, 0x00001e05u, 0x000200f8u, 0x00001dfbu, - 0x0004003du, 0x00000058u, 0x00001dfcu, 0x00001ddbu, 0x00050082u, 0x00000008u, 0x00001dfeu, 0x000001ebu, - 0x00001deau, 0x00050050u, 0x00000058u, 0x00001dffu, 0x00001dfeu, 0x00001dfeu, 0x000500c3u, 0x00000058u, - 0x00001e00u, 0x00001dfcu, 0x00001dffu, 0x0003003eu, 0x00001ddbu, 0x00001e00u, 0x0003003eu, 0x00001ddeu, - 0x00001e00u, 0x000200f9u, 0x00001e05u, 0x000200f8u, 0x00001e05u, 0x000500abu, 0x00000453u, 0x00001e07u, - 0x00001df8u, 0x00000452u, 0x0004009au, 0x00000063u, 0x00001e08u, 0x00001e07u, 0x000300f7u, 0x00001e34u, - 0x00000000u, 0x000400fau, 0x00001e08u, 0x00001e09u, 0x00001e34u, 0x000200f8u, 0x00001e09u, 0x00050041u, - 0x00000040u, 0x00001e0au, 0x00001dddu, 0x00000290u, 0x0004003du, 0x00000008u, 0x00001e0bu, 0x00001e0au, - 0x000500abu, 0x00000063u, 0x00001e0du, 0x00001e0bu, 0x00001df4u, 0x000300f7u, 0x00001e12u, 0x00000000u, - 0x000400fau, 0x00001e0du, 0x00001e0eu, 0x00001e12u, 0x000200f8u, 0x00001e0eu, 0x0004003du, 0x00000008u, - 0x00001e10u, 0x00001e0au, 0x000500abu, 0x00000063u, 0x00001e11u, 0x00001e10u, 0x0000019eu, 0x000200f9u, - 0x00001e12u, 0x000200f8u, 0x00001e12u, 0x000700f5u, 0x00000063u, 0x00001e13u, 0x00001e0du, 0x00001e09u, - 0x00001e11u, 0x00001e0eu, 0x000300f7u, 0x00001e1eu, 0x00000000u, 0x000400fau, 0x00001e13u, 0x00001e14u, - 0x00001e1eu, 0x000200f8u, 0x00001e14u, 0x00050041u, 0x00000040u, 0x00001e15u, 0x00001ddbu, 0x00000290u, - 0x0004003du, 0x00000008u, 0x00001e16u, 0x00001e15u, 0x000500c7u, 0x00000008u, 0x00001e17u, 0x00001e16u, - 0x00000439u, 0x000500aau, 0x00000063u, 0x00001e18u, 0x00001e17u, 0x0000019eu, 0x000300f7u, 0x00001e1du, - 0x00000000u, 0x000400fau, 0x00001e18u, 0x00001e19u, 0x00001e1bu, 0x000200f8u, 0x00001e1bu, 0x00050041u, - 0x00000040u, 0x00001e1cu, 0x00001ddeu, 0x00000290u, 0x0003003eu, 0x00001e1cu, 0x0000046cu, 0x000200f9u, - 0x00001e1du, 0x000200f8u, 0x00001e19u, 0x00050041u, 0x00000040u, 0x00001e1au, 0x00001ddeu, 0x00000290u, - 0x0003003eu, 0x00001e1au, 0x00000426u, 0x000200f9u, 0x00001e1du, 0x000200f8u, 0x00001e1du, 0x000200f9u, - 0x00001e1eu, 0x000200f8u, 0x00001e1eu, 0x00050041u, 0x00000040u, 0x00001e1fu, 0x00001dddu, 0x000002f6u, - 0x0004003du, 0x00000008u, 0x00001e20u, 0x00001e1fu, 0x000500abu, 0x00000063u, 0x00001e22u, 0x00001e20u, - 0x00001df4u, 0x000300f7u, 0x00001e27u, 0x00000000u, 0x000400fau, 0x00001e22u, 0x00001e23u, 0x00001e27u, - 0x000200f8u, 0x00001e23u, 0x0004003du, 0x00000008u, 0x00001e25u, 0x00001e1fu, 0x000500abu, 0x00000063u, - 0x00001e26u, 0x00001e25u, 0x0000019eu, 0x000200f9u, 0x00001e27u, 0x000200f8u, 0x00001e27u, 0x000700f5u, - 0x00000063u, 0x00001e28u, 0x00001e22u, 0x00001e1eu, 0x00001e26u, 0x00001e23u, 0x000300f7u, 0x00001e33u, - 0x00000000u, 0x000400fau, 0x00001e28u, 0x00001e29u, 0x00001e33u, 0x000200f8u, 0x00001e29u, 0x00050041u, - 0x00000040u, 0x00001e2au, 0x00001ddbu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00001e2bu, 0x00001e2au, - 0x000500c7u, 0x00000008u, 0x00001e2cu, 0x00001e2bu, 0x00000439u, 0x000500aau, 0x00000063u, 0x00001e2du, - 0x00001e2cu, 0x0000019eu, 0x000300f7u, 0x00001e32u, 0x00000000u, 0x000400fau, 0x00001e2du, 0x00001e2eu, - 0x00001e30u, 0x000200f8u, 0x00001e30u, 0x00050041u, 0x00000040u, 0x00001e31u, 0x00001ddeu, 0x000002f6u, - 0x0003003eu, 0x00001e31u, 0x0000046cu, 0x000200f9u, 0x00001e32u, 0x000200f8u, 0x00001e2eu, 0x00050041u, - 0x00000040u, 0x00001e2fu, 0x00001ddeu, 0x000002f6u, 0x0003003eu, 0x00001e2fu, 0x00000426u, 0x000200f9u, - 0x00001e32u, 0x000200f8u, 0x00001e32u, 0x000200f9u, 0x00001e33u, 0x000200f8u, 0x00001e33u, 0x000200f9u, - 0x00001e34u, 0x000200f8u, 0x00001e34u, 0x000300f7u, 0x00001e37u, 0x00000000u, 0x000400fau, 0x00001de4u, - 0x00001e36u, 0x00001e37u, 0x000200f8u, 0x00001e36u, 0x0003003eu, 0x00001ddeu, 0x00000487u, 0x000200f9u, - 0x00001e37u, 0x000200f8u, 0x00001e37u, 0x0004003du, 0x00000058u, 0x00001e38u, 0x00001ddeu, 0x0008000cu, - 0x00000058u, 0x00001e39u, 0x00000001u, 0x0000002du, 0x00001e38u, 0x0000048au, 0x0000048cu, 0x000200f9u, - 0x00001dd5u, 0x000200f8u, 0x00001dd5u, 0x000700f5u, 0x00000058u, 0x0000783eu, 0x00001e39u, 0x00001e37u, - 0x00001e5fu, 0x00001dd0u, 0x000500c7u, 0x00000006u, 0x00001b6bu, 0x00001accu, 0x0000126au, 0x00080041u, - 0x000006aau, 0x00001b6eu, 0x000015a7u, 0x0000019eu, 0x0000195fu, 0x000001abu, 0x00001b6bu, 0x0004003du, - 0x0000000fu, 0x00001b6fu, 0x00001b6eu, 0x00040071u, 0x00000006u, 0x00001b70u, 0x00001b6fu, 0x00060041u, - 0x0000024cu, 0x00001e64u, 0x0000024au, 0x0000019eu, 0x00001b70u, 0x0004003du, 0x00000246u, 0x00001e65u, - 0x00001e64u, 0x00050051u, 0x00000006u, 0x00001e66u, 0x00001e65u, 0x00000000u, 0x00050051u, 0x00000006u, - 0x00001e6au, 0x00001e65u, 0x00000002u, 0x00050051u, 0x00000006u, 0x00001e6eu, 0x00001e65u, 0x00000004u, - 0x00050051u, 0x00000006u, 0x00001e70u, 0x00001e65u, 0x00000005u, 0x00050051u, 0x0000000fu, 0x00001e74u, - 0x00001e65u, 0x00000007u, 0x00050051u, 0x0000000fu, 0x00001e76u, 0x00001e65u, 0x00000008u, 0x00050051u, - 0x0000000fu, 0x00001e78u, 0x00001e65u, 0x00000009u, 0x00050051u, 0x0000000fu, 0x00001e7au, 0x00001e65u, - 0x0000000au, 0x00050051u, 0x0000000fu, 0x00001e7cu, 0x00001e65u, 0x0000000bu, 0x00050051u, 0x0000000fu, - 0x00001e7eu, 0x00001e65u, 0x0000000cu, 0x00050051u, 0x0000000fu, 0x00001e80u, 0x00001e65u, 0x0000000du, - 0x000600a9u, 0x0000000fu, 0x00007dcbu, 0x000016e1u, 0x000016ecu, 0x00001e74u, 0x0003003eu, 0x00001a0bu, - 0x0000783eu, 0x0004007cu, 0x00000008u, 0x00001e9au, 0x00001e66u, 0x00040071u, 0x00000006u, 0x00001e9du, - 0x00001e7au, 0x0004007cu, 0x00000008u, 0x00001e9eu, 0x00001e9du, 0x00050041u, 0x00000040u, 0x00001e9fu, - 0x00001a0bu, 0x00000290u, 0x0004003du, 0x00000008u, 0x00001ea0u, 0x00001e9fu, 0x0008000cu, 0x00000008u, - 0x00001ed8u, 0x00000001u, 0x0000002du, 0x00001ea0u, 0x0000046cu, 0x00000426u, 0x000500b1u, 0x00000063u, - 0x00001edau, 0x00001e9eu, 0x000001e4u, 0x000300f7u, 0x00001ee6u, 0x00000000u, 0x000400fau, 0x00001edau, - 0x00001edbu, 0x00001edfu, 0x000200f8u, 0x00001edfu, 0x00050082u, 0x00000008u, 0x00001ee1u, 0x00000979u, - 0x00001e9eu, 0x000500c4u, 0x00000008u, 0x00001ee3u, 0x00001ed8u, 0x00001ee1u, 0x000500c3u, 0x00000008u, - 0x00001ee5u, 0x00001ee3u, 0x0000050bu, 0x000200f9u, 0x00001ee6u, 0x000200f8u, 0x00001edbu, 0x000500c3u, - 0x00000008u, 0x00001edeu, 0x00001ed8u, 0x00001e9eu, 0x000200f9u, 0x00001ee6u, 0x000200f8u, 0x00001ee6u, - 0x000700f5u, 0x00000008u, 0x00007841u, 0x00001edeu, 0x00001edbu, 0x00001ee5u, 0x00001edfu, 0x000500c4u, - 0x00000008u, 0x00001ee8u, 0x00001e9au, 0x000001aeu, 0x00050082u, 0x00000008u, 0x00001eeau, 0x00007841u, - 0x00001ee8u, 0x0003003eu, 0x00001e9fu, 0x00001eeau, 0x0004007cu, 0x00000008u, 0x00001ea5u, 0x00001e6au, - 0x00040071u, 0x00000006u, 0x00001ea8u, 0x00001e7eu, 0x0004007cu, 0x00000008u, 0x00001ea9u, 0x00001ea8u, - 0x00050041u, 0x00000040u, 0x00001eaau, 0x00001a0bu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00001eabu, - 0x00001eaau, 0x0008000cu, 0x00000008u, 0x00001eefu, 0x00000001u, 0x0000002du, 0x00001eabu, 0x0000046cu, - 0x00000426u, 0x000500b1u, 0x00000063u, 0x00001ef1u, 0x00001ea9u, 0x000001e4u, 0x000300f7u, 0x00001efdu, - 0x00000000u, 0x000400fau, 0x00001ef1u, 0x00001ef2u, 0x00001ef6u, 0x000200f8u, 0x00001ef6u, 0x00050082u, - 0x00000008u, 0x00001ef8u, 0x00000979u, 0x00001ea9u, 0x000500c4u, 0x00000008u, 0x00001efau, 0x00001eefu, - 0x00001ef8u, 0x000500c3u, 0x00000008u, 0x00001efcu, 0x00001efau, 0x0000050bu, 0x000200f9u, 0x00001efdu, - 0x000200f8u, 0x00001ef2u, 0x000500c3u, 0x00000008u, 0x00001ef5u, 0x00001eefu, 0x00001ea9u, 0x000200f9u, - 0x00001efdu, 0x000200f8u, 0x00001efdu, 0x000700f5u, 0x00000008u, 0x00007842u, 0x00001ef5u, 0x00001ef2u, - 0x00001efcu, 0x00001ef6u, 0x000500c4u, 0x00000008u, 0x00001effu, 0x00001ea5u, 0x000001aeu, 0x00050082u, - 0x00000008u, 0x00001f01u, 0x00007842u, 0x00001effu, 0x0003003eu, 0x00001eaau, 0x00001f01u, 0x0004003du, - 0x00000058u, 0x00001eaeu, 0x00001a0bu, 0x000500c3u, 0x00000058u, 0x00001eb0u, 0x00001eaeu, 0x00007db7u, - 0x0003003eu, 0x00001a0bu, 0x00001eb0u, 0x00060041u, 0x000004ebu, 0x00001eb1u, 0x000004eau, 0x0000019eu, - 0x000001abu, 0x0004003du, 0x00000008u, 0x00001eb2u, 0x00001eb1u, 0x000500aau, 0x00000063u, 0x00001eb3u, - 0x00001eb2u, 0x0000019eu, 0x000300f7u, 0x00001ed3u, 0x00000000u, 0x000400fau, 0x00001eb3u, 0x00001eb4u, - 0x00001eb5u, 0x000200f8u, 0x00001eb5u, 0x000500aau, 0x00000063u, 0x00001eb8u, 0x00001eb2u, 0x000001a8u, - 0x000300f7u, 0x00001ed2u, 0x00000000u, 0x000400fau, 0x00001eb8u, 0x00001eb9u, 0x00001ecau, 0x000200f8u, - 0x00001ecau, 0x0004003du, 0x00000058u, 0x00001ecdu, 0x00001a0bu, 0x0003003eu, 0x00001e92u, 0x00001ecdu, - 0x000500b1u, 0x00000063u, 0x000020cfu, 0x00001db5u, 0x000001abu, 0x000300f7u, 0x000020d7u, 0x00000000u, - 0x000400fau, 0x000020cfu, 0x000020d1u, 0x000020d7u, 0x000200f8u, 0x000020d1u, 0x00040071u, 0x00000006u, - 0x000020d4u, 0x00007dcbu, 0x0004007cu, 0x00000008u, 0x000020d5u, 0x000020d4u, 0x000500abu, 0x00000063u, - 0x000020d6u, 0x000020d5u, 0x000001abu, 0x000200f9u, 0x000020d7u, 0x000200f8u, 0x000020d7u, 0x000700f5u, - 0x00000063u, 0x000020d8u, 0x000020cfu, 0x00001ecau, 0x000020d6u, 0x000020d1u, 0x000400a8u, 0x00000063u, - 0x000020dau, 0x00001af9u, 0x000500a7u, 0x00000063u, 0x000020dbu, 0x000020d8u, 0x000020dau, 0x00040071u, - 0x00000006u, 0x000020deu, 0x00007dcbu, 0x0004007cu, 0x00000008u, 0x000020dfu, 0x000020deu, 0x0007000cu, - 0x00000008u, 0x000020e0u, 0x00000001u, 0x00000027u, 0x000020dfu, 0x000001abu, 0x000500aau, 0x00000063u, - 0x000020e5u, 0x000020dfu, 0x000001aeu, 0x000500a6u, 0x00000063u, 0x000020e8u, 0x000020e5u, 0x00001af9u, - 0x000600a9u, 0x00000008u, 0x000020e9u, 0x000020e8u, 0x00000990u, 0x000009d8u, 0x000300f7u, 0x000021d3u, - 0x00000000u, 0x000400fau, 0x000020dbu, 0x000020ebu, 0x0000216eu, 0x000200f8u, 0x0000216eu, 0x00050041u, - 0x00000040u, 0x00002170u, 0x00001e92u, 0x00000290u, 0x0004003du, 0x00000008u, 0x00002171u, 0x00002170u, - 0x00050080u, 0x00000008u, 0x00002172u, 0x00002171u, 0x00001db5u, 0x0003003eu, 0x00002170u, 0x00002172u, - 0x0004003du, 0x00000008u, 0x00002176u, 0x00002170u, 0x00040071u, 0x00000006u, 0x00002224u, 0x00001e78u, - 0x0004007cu, 0x00000008u, 0x00002225u, 0x00002224u, 0x000500abu, 0x00000063u, 0x00002226u, 0x00002225u, - 0x0000019eu, 0x000300f7u, 0x0000223eu, 0x00000000u, 0x000400fau, 0x00002226u, 0x00002227u, 0x0000223eu, - 0x000200f8u, 0x00002227u, 0x000500c4u, 0x00000008u, 0x0000222au, 0x000001a8u, 0x00001e78u, 0x00040071u, - 0x00000006u, 0x0000222du, 0x00001e80u, 0x0004007cu, 0x00000008u, 0x0000222eu, 0x0000222du, 0x000500c7u, - 0x00000008u, 0x0000222fu, 0x0000222eu, 0x000001abu, 0x000500abu, 0x00000063u, 0x00002230u, 0x0000222fu, - 0x0000019eu, 0x000300f7u, 0x00002239u, 0x00000000u, 0x000400fau, 0x00002230u, 0x00002231u, 0x00002239u, - 0x000200f8u, 0x00002231u, 0x000500c7u, 0x00000008u, 0x00002234u, 0x00002176u, 0x0000222au, 0x00050082u, - 0x00000008u, 0x00002235u, 0x00002234u, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00002236u, 0x00000001u, - 0x0000002au, 0x00002235u, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00002238u, 0x00002176u, 0x00002236u, - 0x000200f9u, 0x00002239u, 0x000200f8u, 0x00002239u, 0x000700f5u, 0x00000008u, 0x00007843u, 0x00002176u, - 0x00002227u, 0x00002238u, 0x00002231u, 0x00050082u, 0x00000008u, 0x0000223bu, 0x0000222au, 0x000001a8u, - 0x000500c7u, 0x00000008u, 0x0000223du, 0x00007843u, 0x0000223bu, 0x000200f9u, 0x0000223eu, 0x000200f8u, - 0x0000223eu, 0x000700f5u, 0x00000008u, 0x00007844u, 0x00002176u, 0x0000216eu, 0x0000223du, 0x00002239u, - 0x00050041u, 0x00000040u, 0x00002179u, 0x00001e92u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x0000217au, - 0x00002179u, 0x00040071u, 0x00000006u, 0x00002245u, 0x00001e7cu, 0x0004007cu, 0x00000008u, 0x00002246u, - 0x00002245u, 0x000500abu, 0x00000063u, 0x00002247u, 0x00002246u, 0x0000019eu, 0x000300f7u, 0x0000225fu, - 0x00000000u, 0x000400fau, 0x00002247u, 0x00002248u, 0x0000225fu, 0x000200f8u, 0x00002248u, 0x000500c4u, - 0x00000008u, 0x0000224bu, 0x000001a8u, 0x00001e7cu, 0x00040071u, 0x00000006u, 0x0000224eu, 0x00001e80u, - 0x0004007cu, 0x00000008u, 0x0000224fu, 0x0000224eu, 0x000500c7u, 0x00000008u, 0x00002250u, 0x0000224fu, - 0x000001dbu, 0x000500abu, 0x00000063u, 0x00002251u, 0x00002250u, 0x0000019eu, 0x000300f7u, 0x0000225au, - 0x00000000u, 0x000400fau, 0x00002251u, 0x00002252u, 0x0000225au, 0x000200f8u, 0x00002252u, 0x000500c7u, - 0x00000008u, 0x00002255u, 0x0000217au, 0x0000224bu, 0x00050082u, 0x00000008u, 0x00002256u, 0x00002255u, - 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00002257u, 0x00000001u, 0x0000002au, 0x00002256u, 0x0000019eu, - 0x000500c6u, 0x00000008u, 0x00002259u, 0x0000217au, 0x00002257u, 0x000200f9u, 0x0000225au, 0x000200f8u, - 0x0000225au, 0x000700f5u, 0x00000008u, 0x00007845u, 0x0000217au, 0x00002248u, 0x00002259u, 0x00002252u, - 0x00050082u, 0x00000008u, 0x0000225cu, 0x0000224bu, 0x000001a8u, 0x000500c7u, 0x00000008u, 0x0000225eu, - 0x00007845u, 0x0000225cu, 0x000200f9u, 0x0000225fu, 0x000200f8u, 0x0000225fu, 0x000700f5u, 0x00000008u, - 0x00007846u, 0x0000217au, 0x0000223eu, 0x0000225eu, 0x0000225au, 0x0004007cu, 0x00000006u, 0x00002181u, - 0x00007846u, 0x00050084u, 0x00000006u, 0x00002182u, 0x00001e70u, 0x00002181u, 0x00050080u, 0x00000006u, - 0x00002183u, 0x00001e6eu, 0x00002182u, 0x00050084u, 0x00000006u, 0x00002185u, 0x00002183u, 0x000002fau, - 0x000500c4u, 0x00000008u, 0x00002188u, 0x00007844u, 0x000020e0u, 0x0004007cu, 0x00000006u, 0x00002189u, - 0x00002188u, 0x00050080u, 0x00000006u, 0x0000218au, 0x00002185u, 0x00002189u, 0x000500c7u, 0x00000006u, - 0x0000218bu, 0x0000218au, 0x00000a04u, 0x000500c7u, 0x00000006u, 0x0000218eu, 0x00002181u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x0000218fu, 0x0000218eu, 0x00000277u, 0x000500c6u, 0x00000006u, 0x00002191u, - 0x0000218bu, 0x0000218fu, 0x000500c2u, 0x00000006u, 0x00002193u, 0x00002191u, 0x000002fau, 0x0004007cu, - 0x00000006u, 0x00002195u, 0x000020e9u, 0x000500c7u, 0x00000006u, 0x00002197u, 0x00002193u, 0x00002195u, - 0x000500c6u, 0x00000006u, 0x0000219au, 0x00002197u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x0000219bu, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000219au, 0x0004003du, 0x00000011u, 0x0000219cu, - 0x0000219bu, 0x00040071u, 0x00000006u, 0x0000219du, 0x0000219cu, 0x0004007cu, 0x00000008u, 0x0000219eu, - 0x0000219du, 0x000300f7u, 0x000021d2u, 0x00000000u, 0x000400fau, 0x00001af9u, 0x000021a0u, 0x000021d2u, - 0x000200f8u, 0x000021a0u, 0x000500aau, 0x00000063u, 0x000021a5u, 0x000020dfu, 0x0000019eu, 0x000300f7u, - 0x000021c9u, 0x00000000u, 0x000400fau, 0x000021a5u, 0x000021a6u, 0x000021bbu, 0x000200f8u, 0x000021bbu, - 0x000500c7u, 0x00000006u, 0x000021bdu, 0x00002191u, 0x000002fau, 0x00050084u, 0x00000006u, 0x000021beu, - 0x00000694u, 0x000021bdu, 0x00050082u, 0x00000006u, 0x000021bfu, 0x00000277u, 0x000021beu, 0x000500c3u, - 0x00000008u, 0x000021c1u, 0x0000219eu, 0x000021bfu, 0x000500c7u, 0x00000008u, 0x000021c3u, 0x000021c1u, - 0x00000313u, 0x000500c4u, 0x00000008u, 0x000021c5u, 0x000021c3u, 0x000001abu, 0x00050080u, 0x00000008u, - 0x000021c8u, 0x000021c5u, 0x00001db5u, 0x000200f9u, 0x000021c9u, 0x000200f8u, 0x000021a6u, 0x000500c7u, - 0x00000006u, 0x000021a8u, 0x00002191u, 0x000002fdu, 0x00050084u, 0x00000006u, 0x000021a9u, 0x00000694u, - 0x000021a8u, 0x00050082u, 0x00000006u, 0x000021aau, 0x00000ab2u, 0x000021a9u, 0x000500c3u, 0x00000008u, - 0x000021acu, 0x0000219eu, 0x000021aau, 0x000500c7u, 0x00000008u, 0x000021aeu, 0x000021acu, 0x00000a5du, - 0x000500c4u, 0x0000000fu, 0x000021b1u, 0x00001e76u, 0x000001b1u, 0x00040071u, 0x00000006u, 0x000021b2u, - 0x000021b1u, 0x0004007cu, 0x00000008u, 0x000021b3u, 0x000021b2u, 0x000500c5u, 0x00000008u, 0x000021b5u, - 0x000021aeu, 0x000021b3u, 0x000500c4u, 0x00000008u, 0x000021b7u, 0x000021b5u, 0x000001abu, 0x00050080u, - 0x00000008u, 0x000021bau, 0x000021b7u, 0x00001db5u, 0x000200f9u, 0x000021c9u, 0x000200f8u, 0x000021c9u, - 0x000700f5u, 0x00000008u, 0x00007847u, 0x000021bau, 0x000021a6u, 0x000021c8u, 0x000021bbu, 0x000500c5u, - 0x00000008u, 0x000021ccu, 0x00007847u, 0x00000ad7u, 0x000500c6u, 0x00000008u, 0x000021cdu, 0x000021ccu, - 0x000001a8u, 0x00080041u, 0x0000077au, 0x000021ceu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x000021cdu, 0x0004003du, 0x00000011u, 0x000021cfu, 0x000021ceu, 0x00040071u, 0x00000006u, 0x000021d0u, - 0x000021cfu, 0x0004007cu, 0x00000008u, 0x000021d1u, 0x000021d0u, 0x000200f9u, 0x000021d2u, 0x000200f8u, - 0x000021d2u, 0x000700f5u, 0x00000008u, 0x00007851u, 0x0000219eu, 0x0000225fu, 0x000021d1u, 0x000021c9u, - 0x000200f9u, 0x000021d3u, 0x000200f8u, 0x000020ebu, 0x00050084u, 0x00000008u, 0x000020edu, 0x000001abu, - 0x00001db5u, 0x00050041u, 0x00000040u, 0x000020eeu, 0x00001e92u, 0x00000290u, 0x0004003du, 0x00000008u, - 0x000020efu, 0x000020eeu, 0x00050080u, 0x00000008u, 0x000020f0u, 0x000020efu, 0x000020edu, 0x0003003eu, - 0x000020eeu, 0x000020f0u, 0x0004003du, 0x00000008u, 0x000020f4u, 0x000020eeu, 0x00050050u, 0x00000058u, - 0x000021dau, 0x000020f4u, 0x000020f4u, 0x00050080u, 0x00000058u, 0x000021dbu, 0x000021dau, 0x000005fcu, - 0x00040071u, 0x00000006u, 0x000021deu, 0x00001e78u, 0x0004007cu, 0x00000008u, 0x000021dfu, 0x000021deu, - 0x000500abu, 0x00000063u, 0x000021e0u, 0x000021dfu, 0x0000019eu, 0x000300f7u, 0x000021fcu, 0x00000000u, - 0x000400fau, 0x000021e0u, 0x000021e1u, 0x000021fcu, 0x000200f8u, 0x000021e1u, 0x000500c4u, 0x00000008u, - 0x000021e4u, 0x000001a8u, 0x00001e78u, 0x00040071u, 0x00000006u, 0x000021e7u, 0x00001e80u, 0x0004007cu, - 0x00000008u, 0x000021e8u, 0x000021e7u, 0x000500c7u, 0x00000008u, 0x000021e9u, 0x000021e8u, 0x000001abu, - 0x000500abu, 0x00000063u, 0x000021eau, 0x000021e9u, 0x0000019eu, 0x000300f7u, 0x000021f6u, 0x00000000u, - 0x000400fau, 0x000021eau, 0x000021ebu, 0x000021f6u, 0x000200f8u, 0x000021ebu, 0x00050050u, 0x00000058u, - 0x000021eeu, 0x000021e4u, 0x000021e4u, 0x000500c7u, 0x00000058u, 0x000021efu, 0x000021dbu, 0x000021eeu, - 0x00050082u, 0x00000058u, 0x000021f1u, 0x000021efu, 0x00007db5u, 0x0007000cu, 0x00000058u, 0x000021f3u, - 0x00000001u, 0x0000002au, 0x000021f1u, 0x00000452u, 0x000500c6u, 0x00000058u, 0x000021f5u, 0x000021dbu, - 0x000021f3u, 0x000200f9u, 0x000021f6u, 0x000200f8u, 0x000021f6u, 0x000700f5u, 0x00000058u, 0x00007848u, - 0x000021dbu, 0x000021e1u, 0x000021f5u, 0x000021ebu, 0x00050082u, 0x00000008u, 0x000021f8u, 0x000021e4u, - 0x000001a8u, 0x00050050u, 0x00000058u, 0x000021fau, 0x000021f8u, 0x000021f8u, 0x000500c7u, 0x00000058u, - 0x000021fbu, 0x00007848u, 0x000021fau, 0x000200f9u, 0x000021fcu, 0x000200f8u, 0x000021fcu, 0x000700f5u, - 0x00000058u, 0x00007849u, 0x000021dbu, 0x000020ebu, 0x000021fbu, 0x000021f6u, 0x00050041u, 0x00000040u, - 0x000020f7u, 0x00001e92u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x000020f8u, 0x000020f7u, 0x00040071u, - 0x00000006u, 0x00002203u, 0x00001e7cu, 0x0004007cu, 0x00000008u, 0x00002204u, 0x00002203u, 0x000500abu, - 0x00000063u, 0x00002205u, 0x00002204u, 0x0000019eu, 0x000300f7u, 0x0000221du, 0x00000000u, 0x000400fau, - 0x00002205u, 0x00002206u, 0x0000221du, 0x000200f8u, 0x00002206u, 0x000500c4u, 0x00000008u, 0x00002209u, - 0x000001a8u, 0x00001e7cu, 0x00040071u, 0x00000006u, 0x0000220cu, 0x00001e80u, 0x0004007cu, 0x00000008u, - 0x0000220du, 0x0000220cu, 0x000500c7u, 0x00000008u, 0x0000220eu, 0x0000220du, 0x000001dbu, 0x000500abu, - 0x00000063u, 0x0000220fu, 0x0000220eu, 0x0000019eu, 0x000300f7u, 0x00002218u, 0x00000000u, 0x000400fau, - 0x0000220fu, 0x00002210u, 0x00002218u, 0x000200f8u, 0x00002210u, 0x000500c7u, 0x00000008u, 0x00002213u, - 0x000020f8u, 0x00002209u, 0x00050082u, 0x00000008u, 0x00002214u, 0x00002213u, 0x000001a8u, 0x0007000cu, - 0x00000008u, 0x00002215u, 0x00000001u, 0x0000002au, 0x00002214u, 0x0000019eu, 0x000500c6u, 0x00000008u, - 0x00002217u, 0x000020f8u, 0x00002215u, 0x000200f9u, 0x00002218u, 0x000200f8u, 0x00002218u, 0x000700f5u, - 0x00000008u, 0x0000784au, 0x000020f8u, 0x00002206u, 0x00002217u, 0x00002210u, 0x00050082u, 0x00000008u, - 0x0000221au, 0x00002209u, 0x000001a8u, 0x000500c7u, 0x00000008u, 0x0000221cu, 0x0000784au, 0x0000221au, - 0x000200f9u, 0x0000221du, 0x000200f8u, 0x0000221du, 0x000700f5u, 0x00000008u, 0x0000784bu, 0x000020f8u, - 0x000021fcu, 0x0000221cu, 0x00002218u, 0x0004007cu, 0x00000006u, 0x000020ffu, 0x0000784bu, 0x00050084u, - 0x00000006u, 0x00002100u, 0x00001e70u, 0x000020ffu, 0x00050080u, 0x00000006u, 0x00002101u, 0x00001e6eu, - 0x00002100u, 0x00050084u, 0x00000006u, 0x00002103u, 0x00002101u, 0x000002fau, 0x00050050u, 0x00000058u, - 0x00002106u, 0x000020e0u, 0x000020e0u, 0x000500c4u, 0x00000058u, 0x00002107u, 0x00007849u, 0x00002106u, - 0x0004007cu, 0x000000abu, 0x00002108u, 0x00002107u, 0x00050050u, 0x000000abu, 0x00002109u, 0x00002103u, - 0x00002103u, 0x00050080u, 0x000000abu, 0x0000210au, 0x00002109u, 0x00002108u, 0x000500c7u, 0x000000abu, - 0x0000210cu, 0x0000210au, 0x00007db9u, 0x000500c7u, 0x00000006u, 0x0000210fu, 0x000020ffu, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00002110u, 0x0000210fu, 0x00000277u, 0x00050050u, 0x000000abu, 0x00002112u, - 0x00002110u, 0x00002110u, 0x000500c6u, 0x000000abu, 0x00002113u, 0x0000210cu, 0x00002112u, 0x0003003eu, - 0x000020beu, 0x00002113u, 0x000500c2u, 0x000000abu, 0x00002116u, 0x00002113u, 0x00007dbau, 0x0004007cu, - 0x00000006u, 0x00002118u, 0x000020e9u, 0x00050050u, 0x000000abu, 0x0000211au, 0x00002118u, 0x00002118u, - 0x000500c7u, 0x000000abu, 0x0000211bu, 0x00002116u, 0x0000211au, 0x0003003eu, 0x000020bfu, 0x0000211bu, - 0x00050041u, 0x00000007u, 0x0000211du, 0x000020bfu, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000211eu, - 0x0000211du, 0x000500c6u, 0x00000006u, 0x0000211fu, 0x0000211eu, 0x000002f6u, 0x00080041u, 0x0000077au, - 0x00002120u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000211fu, 0x0004003du, 0x00000011u, - 0x00002121u, 0x00002120u, 0x00040071u, 0x00000006u, 0x00002122u, 0x00002121u, 0x0004007cu, 0x00000008u, - 0x00002123u, 0x00002122u, 0x00050041u, 0x00000007u, 0x00002125u, 0x000020bfu, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x00002126u, 0x00002125u, 0x000500c6u, 0x00000006u, 0x00002127u, 0x00002126u, 0x000002f6u, - 0x00080041u, 0x0000077au, 0x00002128u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00002127u, - 0x0004003du, 0x00000011u, 0x00002129u, 0x00002128u, 0x00040071u, 0x00000006u, 0x0000212au, 0x00002129u, - 0x0004007cu, 0x00000008u, 0x0000212bu, 0x0000212au, 0x000500aau, 0x00000063u, 0x00002130u, 0x000020dfu, - 0x000001a8u, 0x000300f7u, 0x00002169u, 0x00000000u, 0x000400fau, 0x00002130u, 0x00002131u, 0x00002146u, - 0x000200f8u, 0x00002146u, 0x000500aau, 0x00000063u, 0x0000214bu, 0x000020dfu, 0x0000019eu, 0x000300f7u, - 0x00002168u, 0x00000000u, 0x000400fau, 0x0000214bu, 0x0000214cu, 0x00002163u, 0x000200f8u, 0x00002163u, - 0x000500c3u, 0x00000008u, 0x00002165u, 0x00002123u, 0x000001dbu, 0x000500c3u, 0x00000008u, 0x00002167u, - 0x0000212bu, 0x000001dbu, 0x000200f9u, 0x00002168u, 0x000200f8u, 0x0000214cu, 0x00050041u, 0x00000007u, - 0x0000214du, 0x000020beu, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000214eu, 0x0000214du, 0x000500c7u, - 0x00000006u, 0x0000214fu, 0x0000214eu, 0x000002fdu, 0x0004007cu, 0x00000008u, 0x00002150u, 0x0000214fu, - 0x00050084u, 0x00000008u, 0x00002151u, 0x000001b1u, 0x00002150u, 0x00050082u, 0x00000008u, 0x00002152u, - 0x000001e8u, 0x00002151u, 0x000500c3u, 0x00000008u, 0x00002154u, 0x00002123u, 0x00002152u, 0x00050041u, - 0x00000007u, 0x00002155u, 0x000020beu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00002156u, 0x00002155u, - 0x000500c7u, 0x00000006u, 0x00002157u, 0x00002156u, 0x000002fdu, 0x0004007cu, 0x00000008u, 0x00002158u, - 0x00002157u, 0x00050084u, 0x00000008u, 0x00002159u, 0x000001b1u, 0x00002158u, 0x00050082u, 0x00000008u, - 0x0000215au, 0x000001e8u, 0x00002159u, 0x000500c3u, 0x00000008u, 0x0000215cu, 0x0000212bu, 0x0000215au, - 0x000500c7u, 0x00000008u, 0x0000215eu, 0x00002154u, 0x00000a5du, 0x00050084u, 0x00000008u, 0x0000215fu, - 0x0000215eu, 0x00000a5fu, 0x000500c7u, 0x00000008u, 0x00002161u, 0x0000215cu, 0x00000a5du, 0x00050084u, - 0x00000008u, 0x00002162u, 0x00002161u, 0x00000a5fu, 0x000200f9u, 0x00002168u, 0x000200f8u, 0x00002168u, - 0x000700f5u, 0x00000008u, 0x0000784fu, 0x00002162u, 0x0000214cu, 0x00002167u, 0x00002163u, 0x000700f5u, - 0x00000008u, 0x0000784du, 0x0000215fu, 0x0000214cu, 0x00002165u, 0x00002163u, 0x000200f9u, 0x00002169u, - 0x000200f8u, 0x00002131u, 0x00050041u, 0x00000007u, 0x00002132u, 0x000020beu, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00002133u, 0x00002132u, 0x000500c7u, 0x00000006u, 0x00002134u, 0x00002133u, 0x000002fau, - 0x0004007cu, 0x00000008u, 0x00002135u, 0x00002134u, 0x00050084u, 0x00000008u, 0x00002136u, 0x000001b1u, - 0x00002135u, 0x00050082u, 0x00000008u, 0x00002137u, 0x000001dbu, 0x00002136u, 0x000500c3u, 0x00000008u, - 0x00002139u, 0x00002123u, 0x00002137u, 0x00050041u, 0x00000007u, 0x0000213au, 0x000020beu, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x0000213bu, 0x0000213au, 0x000500c7u, 0x00000006u, 0x0000213cu, 0x0000213bu, - 0x000002fau, 0x0004007cu, 0x00000008u, 0x0000213du, 0x0000213cu, 0x00050084u, 0x00000008u, 0x0000213eu, - 0x000001b1u, 0x0000213du, 0x00050082u, 0x00000008u, 0x0000213fu, 0x000001dbu, 0x0000213eu, 0x000500c3u, - 0x00000008u, 0x00002141u, 0x0000212bu, 0x0000213fu, 0x000500c7u, 0x00000008u, 0x00002143u, 0x00002139u, - 0x00000313u, 0x000500c7u, 0x00000008u, 0x00002145u, 0x00002141u, 0x00000313u, 0x000200f9u, 0x00002169u, - 0x000200f8u, 0x00002169u, 0x000700f5u, 0x00000008u, 0x0000784eu, 0x00002145u, 0x00002131u, 0x0000784fu, - 0x00002168u, 0x000700f5u, 0x00000008u, 0x0000784cu, 0x00002143u, 0x00002131u, 0x0000784du, 0x00002168u, - 0x000500c4u, 0x00000008u, 0x0000216bu, 0x0000784cu, 0x000001dbu, 0x000500c5u, 0x00000008u, 0x0000216du, - 0x0000216bu, 0x0000784eu, 0x000200f9u, 0x000021d3u, 0x000200f8u, 0x000021d3u, 0x000700f5u, 0x00000008u, - 0x00007850u, 0x0000216du, 0x00002169u, 0x00007851u, 0x000021d2u, 0x000200f9u, 0x00001ed2u, 0x000200f8u, - 0x00001eb9u, 0x000500c3u, 0x00000008u, 0x00001ebbu, 0x00001db5u, 0x000001a8u, 0x0004003du, 0x00000058u, - 0x00001ebeu, 0x00001a0bu, 0x0003003eu, 0x00001e8cu, 0x00001ebeu, 0x000500b1u, 0x00000063u, 0x00001f20u, - 0x00001ebbu, 0x000001abu, 0x000300f7u, 0x00001f28u, 0x00000000u, 0x000400fau, 0x00001f20u, 0x00001f22u, - 0x00001f28u, 0x000200f8u, 0x00001f22u, 0x00040071u, 0x00000006u, 0x00001f25u, 0x00007dcbu, 0x0004007cu, - 0x00000008u, 0x00001f26u, 0x00001f25u, 0x000500abu, 0x00000063u, 0x00001f27u, 0x00001f26u, 0x000001abu, - 0x000200f9u, 0x00001f28u, 0x000200f8u, 0x00001f28u, 0x000700f5u, 0x00000063u, 0x00001f29u, 0x00001f20u, - 0x00001eb9u, 0x00001f27u, 0x00001f22u, 0x000400a8u, 0x00000063u, 0x00001f2bu, 0x00001af9u, 0x000500a7u, - 0x00000063u, 0x00001f2cu, 0x00001f29u, 0x00001f2bu, 0x00040071u, 0x00000006u, 0x00001f2fu, 0x00007dcbu, - 0x0004007cu, 0x00000008u, 0x00001f30u, 0x00001f2fu, 0x0007000cu, 0x00000008u, 0x00001f31u, 0x00000001u, - 0x00000027u, 0x00001f30u, 0x000001abu, 0x000500aau, 0x00000063u, 0x00001f36u, 0x00001f30u, 0x000001aeu, - 0x000500a6u, 0x00000063u, 0x00001f39u, 0x00001f36u, 0x00001af9u, 0x000600a9u, 0x00000008u, 0x00001f3au, - 0x00001f39u, 0x00000990u, 0x000009d8u, 0x000300f7u, 0x00002024u, 0x00000000u, 0x000400fau, 0x00001f2cu, - 0x00001f3cu, 0x00001fbfu, 0x000200f8u, 0x00001fbfu, 0x00050041u, 0x00000040u, 0x00001fc1u, 0x00001e8cu, - 0x00000290u, 0x0004003du, 0x00000008u, 0x00001fc2u, 0x00001fc1u, 0x00050080u, 0x00000008u, 0x00001fc3u, - 0x00001fc2u, 0x00001ebbu, 0x0003003eu, 0x00001fc1u, 0x00001fc3u, 0x0004003du, 0x00000008u, 0x00001fc7u, - 0x00001fc1u, 0x00040071u, 0x00000006u, 0x00002075u, 0x00001e78u, 0x0004007cu, 0x00000008u, 0x00002076u, - 0x00002075u, 0x000500abu, 0x00000063u, 0x00002077u, 0x00002076u, 0x0000019eu, 0x000300f7u, 0x0000208fu, - 0x00000000u, 0x000400fau, 0x00002077u, 0x00002078u, 0x0000208fu, 0x000200f8u, 0x00002078u, 0x000500c4u, - 0x00000008u, 0x0000207bu, 0x000001a8u, 0x00001e78u, 0x00040071u, 0x00000006u, 0x0000207eu, 0x00001e80u, - 0x0004007cu, 0x00000008u, 0x0000207fu, 0x0000207eu, 0x000500c7u, 0x00000008u, 0x00002080u, 0x0000207fu, - 0x000001abu, 0x000500abu, 0x00000063u, 0x00002081u, 0x00002080u, 0x0000019eu, 0x000300f7u, 0x0000208au, - 0x00000000u, 0x000400fau, 0x00002081u, 0x00002082u, 0x0000208au, 0x000200f8u, 0x00002082u, 0x000500c7u, - 0x00000008u, 0x00002085u, 0x00001fc7u, 0x0000207bu, 0x00050082u, 0x00000008u, 0x00002086u, 0x00002085u, - 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00002087u, 0x00000001u, 0x0000002au, 0x00002086u, 0x0000019eu, - 0x000500c6u, 0x00000008u, 0x00002089u, 0x00001fc7u, 0x00002087u, 0x000200f9u, 0x0000208au, 0x000200f8u, - 0x0000208au, 0x000700f5u, 0x00000008u, 0x00007852u, 0x00001fc7u, 0x00002078u, 0x00002089u, 0x00002082u, - 0x00050082u, 0x00000008u, 0x0000208cu, 0x0000207bu, 0x000001a8u, 0x000500c7u, 0x00000008u, 0x0000208eu, - 0x00007852u, 0x0000208cu, 0x000200f9u, 0x0000208fu, 0x000200f8u, 0x0000208fu, 0x000700f5u, 0x00000008u, - 0x00007853u, 0x00001fc7u, 0x00001fbfu, 0x0000208eu, 0x0000208au, 0x00050041u, 0x00000040u, 0x00001fcau, - 0x00001e8cu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00001fcbu, 0x00001fcau, 0x00040071u, 0x00000006u, - 0x00002096u, 0x00001e7cu, 0x0004007cu, 0x00000008u, 0x00002097u, 0x00002096u, 0x000500abu, 0x00000063u, - 0x00002098u, 0x00002097u, 0x0000019eu, 0x000300f7u, 0x000020b0u, 0x00000000u, 0x000400fau, 0x00002098u, - 0x00002099u, 0x000020b0u, 0x000200f8u, 0x00002099u, 0x000500c4u, 0x00000008u, 0x0000209cu, 0x000001a8u, - 0x00001e7cu, 0x00040071u, 0x00000006u, 0x0000209fu, 0x00001e80u, 0x0004007cu, 0x00000008u, 0x000020a0u, - 0x0000209fu, 0x000500c7u, 0x00000008u, 0x000020a1u, 0x000020a0u, 0x000001dbu, 0x000500abu, 0x00000063u, - 0x000020a2u, 0x000020a1u, 0x0000019eu, 0x000300f7u, 0x000020abu, 0x00000000u, 0x000400fau, 0x000020a2u, - 0x000020a3u, 0x000020abu, 0x000200f8u, 0x000020a3u, 0x000500c7u, 0x00000008u, 0x000020a6u, 0x00001fcbu, - 0x0000209cu, 0x00050082u, 0x00000008u, 0x000020a7u, 0x000020a6u, 0x000001a8u, 0x0007000cu, 0x00000008u, - 0x000020a8u, 0x00000001u, 0x0000002au, 0x000020a7u, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x000020aau, - 0x00001fcbu, 0x000020a8u, 0x000200f9u, 0x000020abu, 0x000200f8u, 0x000020abu, 0x000700f5u, 0x00000008u, - 0x00007854u, 0x00001fcbu, 0x00002099u, 0x000020aau, 0x000020a3u, 0x00050082u, 0x00000008u, 0x000020adu, - 0x0000209cu, 0x000001a8u, 0x000500c7u, 0x00000008u, 0x000020afu, 0x00007854u, 0x000020adu, 0x000200f9u, - 0x000020b0u, 0x000200f8u, 0x000020b0u, 0x000700f5u, 0x00000008u, 0x00007855u, 0x00001fcbu, 0x0000208fu, - 0x000020afu, 0x000020abu, 0x0004007cu, 0x00000006u, 0x00001fd2u, 0x00007855u, 0x00050084u, 0x00000006u, - 0x00001fd3u, 0x00001e70u, 0x00001fd2u, 0x00050080u, 0x00000006u, 0x00001fd4u, 0x00001e6eu, 0x00001fd3u, - 0x00050084u, 0x00000006u, 0x00001fd6u, 0x00001fd4u, 0x000002fau, 0x000500c4u, 0x00000008u, 0x00001fd9u, - 0x00007853u, 0x00001f31u, 0x0004007cu, 0x00000006u, 0x00001fdau, 0x00001fd9u, 0x00050080u, 0x00000006u, - 0x00001fdbu, 0x00001fd6u, 0x00001fdau, 0x000500c7u, 0x00000006u, 0x00001fdcu, 0x00001fdbu, 0x00000a04u, - 0x000500c7u, 0x00000006u, 0x00001fdfu, 0x00001fd2u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00001fe0u, - 0x00001fdfu, 0x00000277u, 0x000500c6u, 0x00000006u, 0x00001fe2u, 0x00001fdcu, 0x00001fe0u, 0x000500c2u, - 0x00000006u, 0x00001fe4u, 0x00001fe2u, 0x000002fau, 0x0004007cu, 0x00000006u, 0x00001fe6u, 0x00001f3au, - 0x000500c7u, 0x00000006u, 0x00001fe8u, 0x00001fe4u, 0x00001fe6u, 0x000500c6u, 0x00000006u, 0x00001febu, - 0x00001fe8u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00001fecu, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00001febu, 0x0004003du, 0x00000011u, 0x00001fedu, 0x00001fecu, 0x00040071u, 0x00000006u, - 0x00001feeu, 0x00001fedu, 0x0004007cu, 0x00000008u, 0x00001fefu, 0x00001feeu, 0x000300f7u, 0x00002023u, - 0x00000000u, 0x000400fau, 0x00001af9u, 0x00001ff1u, 0x00002023u, 0x000200f8u, 0x00001ff1u, 0x000500aau, - 0x00000063u, 0x00001ff6u, 0x00001f30u, 0x0000019eu, 0x000300f7u, 0x0000201au, 0x00000000u, 0x000400fau, - 0x00001ff6u, 0x00001ff7u, 0x0000200cu, 0x000200f8u, 0x0000200cu, 0x000500c7u, 0x00000006u, 0x0000200eu, - 0x00001fe2u, 0x000002fau, 0x00050084u, 0x00000006u, 0x0000200fu, 0x00000694u, 0x0000200eu, 0x00050082u, - 0x00000006u, 0x00002010u, 0x00000277u, 0x0000200fu, 0x000500c3u, 0x00000008u, 0x00002012u, 0x00001fefu, - 0x00002010u, 0x000500c7u, 0x00000008u, 0x00002014u, 0x00002012u, 0x00000313u, 0x000500c4u, 0x00000008u, - 0x00002016u, 0x00002014u, 0x000001abu, 0x00050080u, 0x00000008u, 0x00002019u, 0x00002016u, 0x00001ebbu, - 0x000200f9u, 0x0000201au, 0x000200f8u, 0x00001ff7u, 0x000500c7u, 0x00000006u, 0x00001ff9u, 0x00001fe2u, - 0x000002fdu, 0x00050084u, 0x00000006u, 0x00001ffau, 0x00000694u, 0x00001ff9u, 0x00050082u, 0x00000006u, - 0x00001ffbu, 0x00000ab2u, 0x00001ffau, 0x000500c3u, 0x00000008u, 0x00001ffdu, 0x00001fefu, 0x00001ffbu, - 0x000500c7u, 0x00000008u, 0x00001fffu, 0x00001ffdu, 0x00000a5du, 0x000500c4u, 0x0000000fu, 0x00002002u, - 0x00001e76u, 0x000001b1u, 0x00040071u, 0x00000006u, 0x00002003u, 0x00002002u, 0x0004007cu, 0x00000008u, - 0x00002004u, 0x00002003u, 0x000500c5u, 0x00000008u, 0x00002006u, 0x00001fffu, 0x00002004u, 0x000500c4u, - 0x00000008u, 0x00002008u, 0x00002006u, 0x000001abu, 0x00050080u, 0x00000008u, 0x0000200bu, 0x00002008u, - 0x00001ebbu, 0x000200f9u, 0x0000201au, 0x000200f8u, 0x0000201au, 0x000700f5u, 0x00000008u, 0x00007856u, - 0x0000200bu, 0x00001ff7u, 0x00002019u, 0x0000200cu, 0x000500c5u, 0x00000008u, 0x0000201du, 0x00007856u, - 0x00000ad7u, 0x000500c6u, 0x00000008u, 0x0000201eu, 0x0000201du, 0x000001a8u, 0x00080041u, 0x0000077au, - 0x0000201fu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000201eu, 0x0004003du, 0x00000011u, - 0x00002020u, 0x0000201fu, 0x00040071u, 0x00000006u, 0x00002021u, 0x00002020u, 0x0004007cu, 0x00000008u, - 0x00002022u, 0x00002021u, 0x000200f9u, 0x00002023u, 0x000200f8u, 0x00002023u, 0x000700f5u, 0x00000008u, - 0x00007860u, 0x00001fefu, 0x000020b0u, 0x00002022u, 0x0000201au, 0x000200f9u, 0x00002024u, 0x000200f8u, - 0x00001f3cu, 0x00050084u, 0x00000008u, 0x00001f3eu, 0x000001abu, 0x00001ebbu, 0x00050041u, 0x00000040u, - 0x00001f3fu, 0x00001e8cu, 0x00000290u, 0x0004003du, 0x00000008u, 0x00001f40u, 0x00001f3fu, 0x00050080u, - 0x00000008u, 0x00001f41u, 0x00001f40u, 0x00001f3eu, 0x0003003eu, 0x00001f3fu, 0x00001f41u, 0x0004003du, - 0x00000008u, 0x00001f45u, 0x00001f3fu, 0x00050050u, 0x00000058u, 0x0000202bu, 0x00001f45u, 0x00001f45u, - 0x00050080u, 0x00000058u, 0x0000202cu, 0x0000202bu, 0x000005fcu, 0x00040071u, 0x00000006u, 0x0000202fu, - 0x00001e78u, 0x0004007cu, 0x00000008u, 0x00002030u, 0x0000202fu, 0x000500abu, 0x00000063u, 0x00002031u, - 0x00002030u, 0x0000019eu, 0x000300f7u, 0x0000204du, 0x00000000u, 0x000400fau, 0x00002031u, 0x00002032u, - 0x0000204du, 0x000200f8u, 0x00002032u, 0x000500c4u, 0x00000008u, 0x00002035u, 0x000001a8u, 0x00001e78u, - 0x00040071u, 0x00000006u, 0x00002038u, 0x00001e80u, 0x0004007cu, 0x00000008u, 0x00002039u, 0x00002038u, - 0x000500c7u, 0x00000008u, 0x0000203au, 0x00002039u, 0x000001abu, 0x000500abu, 0x00000063u, 0x0000203bu, - 0x0000203au, 0x0000019eu, 0x000300f7u, 0x00002047u, 0x00000000u, 0x000400fau, 0x0000203bu, 0x0000203cu, - 0x00002047u, 0x000200f8u, 0x0000203cu, 0x00050050u, 0x00000058u, 0x0000203fu, 0x00002035u, 0x00002035u, - 0x000500c7u, 0x00000058u, 0x00002040u, 0x0000202cu, 0x0000203fu, 0x00050082u, 0x00000058u, 0x00002042u, - 0x00002040u, 0x00007db5u, 0x0007000cu, 0x00000058u, 0x00002044u, 0x00000001u, 0x0000002au, 0x00002042u, - 0x00000452u, 0x000500c6u, 0x00000058u, 0x00002046u, 0x0000202cu, 0x00002044u, 0x000200f9u, 0x00002047u, - 0x000200f8u, 0x00002047u, 0x000700f5u, 0x00000058u, 0x00007857u, 0x0000202cu, 0x00002032u, 0x00002046u, - 0x0000203cu, 0x00050082u, 0x00000008u, 0x00002049u, 0x00002035u, 0x000001a8u, 0x00050050u, 0x00000058u, - 0x0000204bu, 0x00002049u, 0x00002049u, 0x000500c7u, 0x00000058u, 0x0000204cu, 0x00007857u, 0x0000204bu, - 0x000200f9u, 0x0000204du, 0x000200f8u, 0x0000204du, 0x000700f5u, 0x00000058u, 0x00007858u, 0x0000202cu, - 0x00001f3cu, 0x0000204cu, 0x00002047u, 0x00050041u, 0x00000040u, 0x00001f48u, 0x00001e8cu, 0x000002f6u, - 0x0004003du, 0x00000008u, 0x00001f49u, 0x00001f48u, 0x00040071u, 0x00000006u, 0x00002054u, 0x00001e7cu, - 0x0004007cu, 0x00000008u, 0x00002055u, 0x00002054u, 0x000500abu, 0x00000063u, 0x00002056u, 0x00002055u, - 0x0000019eu, 0x000300f7u, 0x0000206eu, 0x00000000u, 0x000400fau, 0x00002056u, 0x00002057u, 0x0000206eu, - 0x000200f8u, 0x00002057u, 0x000500c4u, 0x00000008u, 0x0000205au, 0x000001a8u, 0x00001e7cu, 0x00040071u, - 0x00000006u, 0x0000205du, 0x00001e80u, 0x0004007cu, 0x00000008u, 0x0000205eu, 0x0000205du, 0x000500c7u, - 0x00000008u, 0x0000205fu, 0x0000205eu, 0x000001dbu, 0x000500abu, 0x00000063u, 0x00002060u, 0x0000205fu, - 0x0000019eu, 0x000300f7u, 0x00002069u, 0x00000000u, 0x000400fau, 0x00002060u, 0x00002061u, 0x00002069u, - 0x000200f8u, 0x00002061u, 0x000500c7u, 0x00000008u, 0x00002064u, 0x00001f49u, 0x0000205au, 0x00050082u, - 0x00000008u, 0x00002065u, 0x00002064u, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00002066u, 0x00000001u, - 0x0000002au, 0x00002065u, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00002068u, 0x00001f49u, 0x00002066u, - 0x000200f9u, 0x00002069u, 0x000200f8u, 0x00002069u, 0x000700f5u, 0x00000008u, 0x00007859u, 0x00001f49u, - 0x00002057u, 0x00002068u, 0x00002061u, 0x00050082u, 0x00000008u, 0x0000206bu, 0x0000205au, 0x000001a8u, - 0x000500c7u, 0x00000008u, 0x0000206du, 0x00007859u, 0x0000206bu, 0x000200f9u, 0x0000206eu, 0x000200f8u, - 0x0000206eu, 0x000700f5u, 0x00000008u, 0x0000785au, 0x00001f49u, 0x0000204du, 0x0000206du, 0x00002069u, - 0x0004007cu, 0x00000006u, 0x00001f50u, 0x0000785au, 0x00050084u, 0x00000006u, 0x00001f51u, 0x00001e70u, - 0x00001f50u, 0x00050080u, 0x00000006u, 0x00001f52u, 0x00001e6eu, 0x00001f51u, 0x00050084u, 0x00000006u, - 0x00001f54u, 0x00001f52u, 0x000002fau, 0x00050050u, 0x00000058u, 0x00001f57u, 0x00001f31u, 0x00001f31u, - 0x000500c4u, 0x00000058u, 0x00001f58u, 0x00007858u, 0x00001f57u, 0x0004007cu, 0x000000abu, 0x00001f59u, - 0x00001f58u, 0x00050050u, 0x000000abu, 0x00001f5au, 0x00001f54u, 0x00001f54u, 0x00050080u, 0x000000abu, - 0x00001f5bu, 0x00001f5au, 0x00001f59u, 0x000500c7u, 0x000000abu, 0x00001f5du, 0x00001f5bu, 0x00007db9u, - 0x000500c7u, 0x00000006u, 0x00001f60u, 0x00001f50u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00001f61u, - 0x00001f60u, 0x00000277u, 0x00050050u, 0x000000abu, 0x00001f63u, 0x00001f61u, 0x00001f61u, 0x000500c6u, - 0x000000abu, 0x00001f64u, 0x00001f5du, 0x00001f63u, 0x0003003eu, 0x00001f0fu, 0x00001f64u, 0x000500c2u, - 0x000000abu, 0x00001f67u, 0x00001f64u, 0x00007dbau, 0x0004007cu, 0x00000006u, 0x00001f69u, 0x00001f3au, - 0x00050050u, 0x000000abu, 0x00001f6bu, 0x00001f69u, 0x00001f69u, 0x000500c7u, 0x000000abu, 0x00001f6cu, - 0x00001f67u, 0x00001f6bu, 0x0003003eu, 0x00001f10u, 0x00001f6cu, 0x00050041u, 0x00000007u, 0x00001f6eu, - 0x00001f10u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00001f6fu, 0x00001f6eu, 0x000500c6u, 0x00000006u, - 0x00001f70u, 0x00001f6fu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00001f71u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00001f70u, 0x0004003du, 0x00000011u, 0x00001f72u, 0x00001f71u, 0x00040071u, - 0x00000006u, 0x00001f73u, 0x00001f72u, 0x0004007cu, 0x00000008u, 0x00001f74u, 0x00001f73u, 0x00050041u, - 0x00000007u, 0x00001f76u, 0x00001f10u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00001f77u, 0x00001f76u, - 0x000500c6u, 0x00000006u, 0x00001f78u, 0x00001f77u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00001f79u, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00001f78u, 0x0004003du, 0x00000011u, 0x00001f7au, - 0x00001f79u, 0x00040071u, 0x00000006u, 0x00001f7bu, 0x00001f7au, 0x0004007cu, 0x00000008u, 0x00001f7cu, - 0x00001f7bu, 0x000500aau, 0x00000063u, 0x00001f81u, 0x00001f30u, 0x000001a8u, 0x000300f7u, 0x00001fbau, - 0x00000000u, 0x000400fau, 0x00001f81u, 0x00001f82u, 0x00001f97u, 0x000200f8u, 0x00001f97u, 0x000500aau, - 0x00000063u, 0x00001f9cu, 0x00001f30u, 0x0000019eu, 0x000300f7u, 0x00001fb9u, 0x00000000u, 0x000400fau, - 0x00001f9cu, 0x00001f9du, 0x00001fb4u, 0x000200f8u, 0x00001fb4u, 0x000500c3u, 0x00000008u, 0x00001fb6u, - 0x00001f74u, 0x000001dbu, 0x000500c3u, 0x00000008u, 0x00001fb8u, 0x00001f7cu, 0x000001dbu, 0x000200f9u, - 0x00001fb9u, 0x000200f8u, 0x00001f9du, 0x00050041u, 0x00000007u, 0x00001f9eu, 0x00001f0fu, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00001f9fu, 0x00001f9eu, 0x000500c7u, 0x00000006u, 0x00001fa0u, 0x00001f9fu, - 0x000002fdu, 0x0004007cu, 0x00000008u, 0x00001fa1u, 0x00001fa0u, 0x00050084u, 0x00000008u, 0x00001fa2u, - 0x000001b1u, 0x00001fa1u, 0x00050082u, 0x00000008u, 0x00001fa3u, 0x000001e8u, 0x00001fa2u, 0x000500c3u, - 0x00000008u, 0x00001fa5u, 0x00001f74u, 0x00001fa3u, 0x00050041u, 0x00000007u, 0x00001fa6u, 0x00001f0fu, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00001fa7u, 0x00001fa6u, 0x000500c7u, 0x00000006u, 0x00001fa8u, - 0x00001fa7u, 0x000002fdu, 0x0004007cu, 0x00000008u, 0x00001fa9u, 0x00001fa8u, 0x00050084u, 0x00000008u, - 0x00001faau, 0x000001b1u, 0x00001fa9u, 0x00050082u, 0x00000008u, 0x00001fabu, 0x000001e8u, 0x00001faau, - 0x000500c3u, 0x00000008u, 0x00001fadu, 0x00001f7cu, 0x00001fabu, 0x000500c7u, 0x00000008u, 0x00001fafu, - 0x00001fa5u, 0x00000a5du, 0x00050084u, 0x00000008u, 0x00001fb0u, 0x00001fafu, 0x00000a5fu, 0x000500c7u, - 0x00000008u, 0x00001fb2u, 0x00001fadu, 0x00000a5du, 0x00050084u, 0x00000008u, 0x00001fb3u, 0x00001fb2u, - 0x00000a5fu, 0x000200f9u, 0x00001fb9u, 0x000200f8u, 0x00001fb9u, 0x000700f5u, 0x00000008u, 0x0000785eu, - 0x00001fb3u, 0x00001f9du, 0x00001fb8u, 0x00001fb4u, 0x000700f5u, 0x00000008u, 0x0000785cu, 0x00001fb0u, - 0x00001f9du, 0x00001fb6u, 0x00001fb4u, 0x000200f9u, 0x00001fbau, 0x000200f8u, 0x00001f82u, 0x00050041u, - 0x00000007u, 0x00001f83u, 0x00001f0fu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00001f84u, 0x00001f83u, - 0x000500c7u, 0x00000006u, 0x00001f85u, 0x00001f84u, 0x000002fau, 0x0004007cu, 0x00000008u, 0x00001f86u, - 0x00001f85u, 0x00050084u, 0x00000008u, 0x00001f87u, 0x000001b1u, 0x00001f86u, 0x00050082u, 0x00000008u, - 0x00001f88u, 0x000001dbu, 0x00001f87u, 0x000500c3u, 0x00000008u, 0x00001f8au, 0x00001f74u, 0x00001f88u, - 0x00050041u, 0x00000007u, 0x00001f8bu, 0x00001f0fu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00001f8cu, - 0x00001f8bu, 0x000500c7u, 0x00000006u, 0x00001f8du, 0x00001f8cu, 0x000002fau, 0x0004007cu, 0x00000008u, - 0x00001f8eu, 0x00001f8du, 0x00050084u, 0x00000008u, 0x00001f8fu, 0x000001b1u, 0x00001f8eu, 0x00050082u, - 0x00000008u, 0x00001f90u, 0x000001dbu, 0x00001f8fu, 0x000500c3u, 0x00000008u, 0x00001f92u, 0x00001f7cu, - 0x00001f90u, 0x000500c7u, 0x00000008u, 0x00001f94u, 0x00001f8au, 0x00000313u, 0x000500c7u, 0x00000008u, - 0x00001f96u, 0x00001f92u, 0x00000313u, 0x000200f9u, 0x00001fbau, 0x000200f8u, 0x00001fbau, 0x000700f5u, - 0x00000008u, 0x0000785du, 0x00001f96u, 0x00001f82u, 0x0000785eu, 0x00001fb9u, 0x000700f5u, 0x00000008u, - 0x0000785bu, 0x00001f94u, 0x00001f82u, 0x0000785cu, 0x00001fb9u, 0x000500c4u, 0x00000008u, 0x00001fbcu, - 0x0000785bu, 0x000001dbu, 0x000500c5u, 0x00000008u, 0x00001fbeu, 0x00001fbcu, 0x0000785du, 0x000200f9u, - 0x00002024u, 0x000200f8u, 0x00002024u, 0x000700f5u, 0x00000008u, 0x0000785fu, 0x00001fbeu, 0x00001fbau, - 0x00007860u, 0x00002023u, 0x000500c7u, 0x00000008u, 0x00001ec3u, 0x00001db5u, 0x000001a8u, 0x00050084u, - 0x00000008u, 0x00001ec4u, 0x000001dbu, 0x00001ec3u, 0x00050082u, 0x00000008u, 0x00001ec5u, 0x000001dbu, - 0x00001ec4u, 0x000500c3u, 0x00000008u, 0x00001ec7u, 0x0000785fu, 0x00001ec5u, 0x000500c7u, 0x00000008u, - 0x00001ec9u, 0x00001ec7u, 0x00000313u, 0x000200f9u, 0x00001ed2u, 0x000200f8u, 0x00001ed2u, 0x000700f5u, - 0x00000008u, 0x00007862u, 0x00001ec9u, 0x00002024u, 0x00007850u, 0x000021d3u, 0x000200f9u, 0x00001ed3u, - 0x000200f8u, 0x00001eb4u, 0x000200f9u, 0x00001ed3u, 0x000200f8u, 0x00001ed3u, 0x000700f5u, 0x00000008u, - 0x00007861u, 0x0000019eu, 0x00001eb4u, 0x00007862u, 0x00001ed2u, 0x000300f7u, 0x00001b86u, 0x00000000u, - 0x000400fau, 0x00001b23u, 0x00001b82u, 0x00001b86u, 0x000200f8u, 0x00001b82u, 0x000500aau, 0x00000063u, - 0x00001b85u, 0x00001eb2u, 0x000001abu, 0x000200f9u, 0x00001b86u, 0x000200f8u, 0x00001b86u, 0x000700f5u, - 0x00000063u, 0x00001b87u, 0x00001b23u, 0x00001ed3u, 0x00001b85u, 0x00001b82u, 0x000300f7u, 0x00001b8cu, - 0x00000000u, 0x000400fau, 0x00001b87u, 0x00001b88u, 0x00001b8cu, 0x000200f8u, 0x00001b88u, 0x000500c7u, - 0x00000008u, 0x00001b8au, 0x00007861u, 0x000001a8u, 0x000500aau, 0x00000063u, 0x00001b8bu, 0x00001b8au, - 0x0000019eu, 0x000200f9u, 0x00001b8cu, 0x000200f8u, 0x00001b8cu, 0x000700f5u, 0x00000063u, 0x00001b8du, - 0x00001b87u, 0x00001b86u, 0x00001b8bu, 0x00001b88u, 0x000300f7u, 0x00001b8fu, 0x00000000u, 0x000400fau, - 0x00001b8du, 0x00001b8eu, 0x00001b8fu, 0x000200f8u, 0x00001b8eu, 0x000200f9u, 0x00001d1cu, 0x000200f8u, - 0x00001b8fu, 0x000200f9u, 0x00001d1cu, 0x000200f8u, 0x00001ba0u, 0x00040072u, 0x00000012u, 0x0000226du, - 0x00006630u, 0x0004007cu, 0x00000011u, 0x0000226eu, 0x0000226du, 0x000500c4u, 0x00000011u, 0x0000226fu, - 0x0000226eu, 0x000002bau, 0x00070050u, 0x00000023u, 0x00002270u, 0x0000226fu, 0x0000226fu, 0x0000226fu, - 0x0000226fu, 0x00050080u, 0x00000023u, 0x00002271u, 0x000002b6u, 0x00002270u, 0x0009004fu, 0x00000023u, - 0x00002274u, 0x00001d37u, 0x00001d37u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000001u, 0x000500b0u, - 0x000002beu, 0x00002275u, 0x00002271u, 0x00002274u, 0x0009004fu, 0x00000023u, 0x00002278u, 0x00001d37u, - 0x00001d37u, 0x00000002u, 0x00000002u, 0x00000003u, 0x00000003u, 0x000500b0u, 0x000002beu, 0x00002279u, - 0x00002271u, 0x00002278u, 0x0009004fu, 0x00000023u, 0x0000227cu, 0x00001d39u, 0x00001d39u, 0x00000000u, - 0x00000000u, 0x00000001u, 0x00000001u, 0x000500aeu, 0x000002beu, 0x0000227du, 0x00002271u, 0x0000227cu, - 0x0009004fu, 0x00000023u, 0x00002280u, 0x00001d39u, 0x00001d39u, 0x00000002u, 0x00000002u, 0x00000003u, - 0x00000003u, 0x000500aeu, 0x000002beu, 0x00002281u, 0x00002271u, 0x00002280u, 0x000600a9u, 0x00000010u, - 0x00002283u, 0x00002275u, 0x000002d9u, 0x000002d8u, 0x000600a9u, 0x00000010u, 0x00002285u, 0x0000227du, - 0x000002d9u, 0x000002d8u, 0x000500c5u, 0x00000010u, 0x00002286u, 0x00002283u, 0x00002285u, 0x000600a9u, - 0x00000010u, 0x00002288u, 0x00002279u, 0x000002d9u, 0x000002d8u, 0x000600a9u, 0x00000010u, 0x0000228au, - 0x00002281u, 0x000002d9u, 0x000002d8u, 0x000500c5u, 0x00000010u, 0x0000228bu, 0x00002288u, 0x0000228au, - 0x00050084u, 0x00000010u, 0x0000228du, 0x00002286u, 0x000002e9u, 0x00050084u, 0x00000010u, 0x0000228fu, - 0x0000228bu, 0x000002f0u, 0x00050080u, 0x00000010u, 0x00002290u, 0x0000228du, 0x0000228fu, 0x0003003eu, - 0x00002268u, 0x00002290u, 0x00050041u, 0x00000176u, 0x00002291u, 0x00002268u, 0x00000290u, 0x0004003du, - 0x0000000fu, 0x00002292u, 0x00002291u, 0x00050041u, 0x00000176u, 0x00002293u, 0x00002268u, 0x000002f6u, - 0x0004003du, 0x0000000fu, 0x00002294u, 0x00002293u, 0x000500c5u, 0x0000000fu, 0x00002295u, 0x00002292u, - 0x00002294u, 0x00050041u, 0x00000176u, 0x00002296u, 0x00002268u, 0x000002fau, 0x0004003du, 0x0000000fu, - 0x00002297u, 0x00002296u, 0x00050041u, 0x00000176u, 0x00002298u, 0x00002268u, 0x000002fdu, 0x0004003du, - 0x0000000fu, 0x00002299u, 0x00002298u, 0x000500c5u, 0x0000000fu, 0x0000229au, 0x00002297u, 0x00002299u, - 0x000500c5u, 0x0000000fu, 0x0000229bu, 0x00002295u, 0x0000229au, 0x000400c8u, 0x0000000fu, 0x0000229du, - 0x0000229bu, 0x000500c7u, 0x0000000fu, 0x0000229eu, 0x0000229du, 0x00000304u, 0x00040071u, 0x00000006u, - 0x00001ba7u, 0x0000229eu, 0x0004007cu, 0x00000008u, 0x00001ba8u, 0x00001ba7u, 0x000500aau, 0x00000063u, - 0x00001baau, 0x00001ba8u, 0x0000019eu, 0x000300f7u, 0x00001bacu, 0x00000000u, 0x000400fau, 0x00001baau, - 0x00001babu, 0x00001bacu, 0x000200f8u, 0x00001babu, 0x000200f9u, 0x00001d1cu, 0x000200f8u, 0x00001bacu, - 0x000400cdu, 0x00000008u, 0x00001baeu, 0x00001ba8u, 0x000400a8u, 0x00000063u, 0x00001bb0u, 0x00001b14u, - 0x000300f7u, 0x00001bb5u, 0x00000000u, 0x000400fau, 0x00001bb0u, 0x00001bb1u, 0x00001bb5u, 0x000200f8u, - 0x00001bb1u, 0x000500c7u, 0x00000008u, 0x00001bb3u, 0x00001ba8u, 0x000001a8u, 0x000500aau, 0x00000063u, - 0x00001bb4u, 0x00001bb3u, 0x0000019eu, 0x000200f9u, 0x00001bb5u, 0x000200f8u, 0x00001bb5u, 0x000700f5u, - 0x00000063u, 0x00001bb6u, 0x00001bb0u, 0x00001bacu, 0x00001bb4u, 0x00001bb1u, 0x000300f7u, 0x00001bb8u, - 0x00000000u, 0x000400fau, 0x00001bb6u, 0x00001bb7u, 0x00001bb8u, 0x000200f8u, 0x00001bb7u, 0x000200f9u, - 0x00001d1cu, 0x000200f8u, 0x00001bb8u, 0x00060041u, 0x000001c5u, 0x000022a3u, 0x000001c3u, 0x0000019eu, - 0x0000195fu, 0x0004003du, 0x000001bfu, 0x000022a4u, 0x000022a3u, 0x00050051u, 0x00000010u, 0x000022a5u, - 0x000022a4u, 0x00000000u, 0x00050051u, 0x00000010u, 0x000022a7u, 0x000022a4u, 0x00000001u, 0x00050051u, - 0x00000010u, 0x000022a9u, 0x000022a4u, 0x00000002u, 0x00050051u, 0x00000010u, 0x000022abu, 0x000022a4u, - 0x00000003u, 0x00050051u, 0x00000010u, 0x000022adu, 0x000022a4u, 0x00000004u, 0x00050051u, 0x00000010u, - 0x000022afu, 0x000022a4u, 0x00000005u, 0x00050051u, 0x00000010u, 0x000022b1u, 0x000022a4u, 0x00000006u, - 0x00050051u, 0x00000010u, 0x000022b3u, 0x000022a4u, 0x00000007u, 0x00050051u, 0x00000010u, 0x000022b7u, - 0x000022a4u, 0x00000009u, 0x00050051u, 0x0000000fu, 0x000022bfu, 0x000022a4u, 0x0000000du, 0x00050051u, - 0x00000013u, 0x000022c1u, 0x000022a4u, 0x0000000eu, 0x0003003eu, 0x0000656du, 0x000022b7u, 0x00050082u, - 0x00000008u, 0x00001bbeu, 0x00006630u, 0x00001d3bu, 0x000600a9u, 0x00000008u, 0x00001bc0u, 0x00001b4fu, - 0x000001a8u, 0x000004f8u, 0x000500c7u, 0x00000009u, 0x000022cdu, 0x00001d4eu, 0x00007db2u, 0x00070050u, - 0x00000009u, 0x000022ceu, 0x00000497u, 0x00000497u, 0x00000497u, 0x00000497u, 0x000500c3u, 0x00000009u, - 0x000022cfu, 0x000022cdu, 0x000022ceu, 0x00070050u, 0x00000009u, 0x000022d1u, 0x00001bbeu, 0x00001bbeu, - 0x00001bbeu, 0x00001bbeu, 0x00050084u, 0x00000009u, 0x000022d2u, 0x000022cfu, 0x000022d1u, 0x00050080u, - 0x00000009u, 0x000022d4u, 0x00001d33u, 0x000022d2u, 0x000500c3u, 0x00000009u, 0x000022d7u, 0x000022d4u, - 0x00007db3u, 0x00040072u, 0x00000013u, 0x000022d8u, 0x000022d7u, 0x0006000cu, 0x00000008u, 0x000022dau, - 0x00000001u, 0x00000049u, 0x00001ba8u, 0x000500c3u, 0x00000008u, 0x000022dcu, 0x000022dau, 0x000001a8u, - 0x00040072u, 0x00000012u, 0x000022ddu, 0x000022dcu, 0x000500c7u, 0x00000008u, 0x000022dfu, 0x000022dau, - 0x000001a8u, 0x000500c4u, 0x00000008u, 0x000022e0u, 0x000022dfu, 0x000001a8u, 0x00040072u, 0x00000012u, - 0x000022e1u, 0x000022e0u, 0x000500c7u, 0x00000012u, 0x000022e3u, 0x000022ddu, 0x000004b1u, 0x00050080u, - 0x00000012u, 0x000022e4u, 0x000022e1u, 0x000022e3u, 0x00070050u, 0x00000013u, 0x000022e6u, 0x000004b5u, - 0x000004b5u, 0x000004b5u, 0x000004b5u, 0x000500c4u, 0x00000013u, 0x000022e7u, 0x000022d8u, 0x000022e6u, - 0x000500c3u, 0x00000009u, 0x000022ebu, 0x00001d4eu, 0x00007db3u, 0x00040072u, 0x00000013u, 0x000022ecu, - 0x000022ebu, 0x00070050u, 0x00000013u, 0x000022edu, 0x000022e4u, 0x000022e4u, 0x000022e4u, 0x000022e4u, - 0x00050084u, 0x00000013u, 0x000022eeu, 0x000022edu, 0x000022ecu, 0x000500c3u, 0x00000009u, 0x000022f2u, - 0x00001d52u, 0x00007db3u, 0x00040072u, 0x00000013u, 0x000022f3u, 0x000022f2u, 0x00070050u, 0x00000013u, - 0x000022f4u, 0x000022ddu, 0x000022ddu, 0x000022ddu, 0x000022ddu, 0x00050084u, 0x00000013u, 0x000022f5u, - 0x000022f4u, 0x000022f3u, 0x00050080u, 0x00000013u, 0x000022f6u, 0x000022eeu, 0x000022f5u, 0x00050080u, - 0x00000013u, 0x000022f8u, 0x000022e7u, 0x000022f6u, 0x00070050u, 0x00000013u, 0x000022fau, 0x000004cbu, - 0x000004cbu, 0x000004cbu, 0x000004cbu, 0x000500c3u, 0x00000013u, 0x000022fbu, 0x000022f8u, 0x000022fau, - 0x00040072u, 0x00000009u, 0x00002302u, 0x000022fbu, 0x00050082u, 0x00000009u, 0x0000230au, 0x00002302u, - 0x00007db4u, 0x000600cau, 0x00000009u, 0x0000230cu, 0x0000230au, 0x0000019eu, 0x000001deu, 0x00050080u, - 0x00000009u, 0x0000230fu, 0x0000230cu, 0x00007db4u, 0x0008000cu, 0x00000009u, 0x00002311u, 0x00000001u, - 0x0000002du, 0x0000230fu, 0x00000312u, 0x00000314u, 0x00040072u, 0x00000013u, 0x00002312u, 0x00002311u, - 0x00040072u, 0x0000031eu, 0x00002304u, 0x00002312u, 0x0004007cu, 0x00000010u, 0x00002305u, 0x00002304u, - 0x0003003eu, 0x00001a18u, 0x00002305u, 0x000500a7u, 0x00000063u, 0x00001bccu, 0x0000175eu, 0x00001b35u, - 0x000300f7u, 0x00001bd5u, 0x00000000u, 0x000400fau, 0x00001bccu, 0x00001bcdu, 0x00001bd5u, 0x000200f8u, - 0x00001bcdu, 0x000500c7u, 0x00000006u, 0x00001bcfu, 0x00001aadu, 0x00000347u, 0x000500abu, 0x00000063u, - 0x00001bd0u, 0x00001bcfu, 0x00000290u, 0x000300f7u, 0x00001bd4u, 0x00000000u, 0x000400fau, 0x00001bd0u, - 0x00001bd1u, 0x00001bd4u, 0x000200f8u, 0x00001bd1u, 0x00050084u, 0x00000008u, 0x00001bd3u, 0x00001bc0u, - 0x00000558u, 0x000200f9u, 0x00001bd4u, 0x000200f8u, 0x00001bd4u, 0x000700f5u, 0x00000008u, 0x00006636u, - 0x00001bc0u, 0x00001bcdu, 0x00001bd3u, 0x00001bd1u, 0x000200f9u, 0x00001bd5u, 0x000200f8u, 0x00001bd5u, - 0x000700f5u, 0x00000008u, 0x00006635u, 0x00001bc0u, 0x00001bb8u, 0x00006636u, 0x00001bd4u, 0x0003003eu, - 0x00001a24u, 0x00001d35u, 0x0003003eu, 0x00001a25u, 0x00001d56u, 0x0003003eu, 0x00001a26u, 0x00001d5au, - 0x0008004fu, 0x0000005du, 0x00002326u, 0x00001d35u, 0x00001d35u, 0x00000000u, 0x00000001u, 0x00000003u, - 0x0008004fu, 0x0000005du, 0x00002328u, 0x00001d56u, 0x00001d56u, 0x00000000u, 0x00000001u, 0x00000003u, - 0x000500c7u, 0x0000005du, 0x0000232au, 0x00002328u, 0x00007db0u, 0x00060050u, 0x0000005du, 0x0000232bu, - 0x00000497u, 0x00000497u, 0x00000497u, 0x000500c3u, 0x0000005du, 0x0000232cu, 0x0000232au, 0x0000232bu, - 0x00060050u, 0x0000005du, 0x0000232eu, 0x00001bbeu, 0x00001bbeu, 0x00001bbeu, 0x00050084u, 0x0000005du, - 0x0000232fu, 0x0000232cu, 0x0000232eu, 0x00050080u, 0x0000005du, 0x00002330u, 0x00002326u, 0x0000232fu, - 0x000300f7u, 0x00002355u, 0x00000000u, 0x000400fau, 0x00001b35u, 0x00002332u, 0x00002355u, 0x000200f8u, - 0x00002332u, 0x00060050u, 0x0000005du, 0x0000233bu, 0x00006635u, 0x00006635u, 0x00006635u, 0x00050084u, - 0x0000005du, 0x0000233cu, 0x0000233bu, 0x0000232cu, 0x00050080u, 0x0000005du, 0x0000233du, 0x00002330u, - 0x0000233cu, 0x000300f7u, 0x00002354u, 0x00000000u, 0x000400fau, 0x00000559u, 0x0000233eu, 0x0000234bu, - 0x000200f8u, 0x0000234bu, 0x0008004fu, 0x0000005du, 0x0000234eu, 0x00001d5au, 0x00001d5au, 0x00000000u, - 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000005du, 0x00002350u, 0x0000234eu, 0x00007db6u, 0x000500c3u, - 0x0000005du, 0x00002352u, 0x00002350u, 0x0000232bu, 0x00050080u, 0x0000005du, 0x00002353u, 0x00002330u, - 0x00002352u, 0x000200f9u, 0x00002354u, 0x000200f8u, 0x0000233eu, 0x0006000cu, 0x00000008u, 0x00002341u, - 0x00000001u, 0x00000005u, 0x00006635u, 0x0008004fu, 0x0000005du, 0x00002343u, 0x00001d5au, 0x00001d5au, - 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c7u, 0x0000005du, 0x00002345u, 0x00002343u, 0x00007db6u, - 0x000500c3u, 0x0000005du, 0x00002347u, 0x00002345u, 0x0000232bu, 0x00060050u, 0x0000005du, 0x00002348u, - 0x00002341u, 0x00002341u, 0x00002341u, 0x00050084u, 0x0000005du, 0x00002349u, 0x00002348u, 0x00002347u, - 0x00050080u, 0x0000005du, 0x0000234au, 0x00002330u, 0x00002349u, 0x000200f9u, 0x00002354u, 0x000200f8u, - 0x00002354u, 0x000700f5u, 0x0000005du, 0x0000664du, 0x0000234au, 0x0000233eu, 0x00002353u, 0x0000234bu, - 0x000200f9u, 0x00002355u, 0x000200f8u, 0x00002355u, 0x000700f5u, 0x0000005du, 0x00006644u, 0x00006640u, - 0x00001bd5u, 0x0000664du, 0x00002354u, 0x000700f5u, 0x0000005du, 0x00006639u, 0x00006640u, 0x00001bd5u, - 0x0000233du, 0x00002354u, 0x000300f7u, 0x0000237du, 0x00000000u, 0x000400fau, 0x00001b08u, 0x00002357u, - 0x0000236du, 0x000200f8u, 0x0000236du, 0x000500c3u, 0x0000005du, 0x00002370u, 0x00002330u, 0x00007db1u, - 0x0007004fu, 0x00000058u, 0x00002541u, 0x00002370u, 0x00002370u, 0x00000000u, 0x00000001u, 0x000300f7u, - 0x0000237cu, 0x00000000u, 0x000400fau, 0x00001b35u, 0x00002373u, 0x0000237cu, 0x000200f8u, 0x00002373u, - 0x000500c3u, 0x0000005du, 0x00002376u, 0x00006639u, 0x00007db1u, 0x0007004fu, 0x00000058u, 0x00002545u, - 0x00002376u, 0x00002376u, 0x00000000u, 0x00000001u, 0x000500c3u, 0x0000005du, 0x0000237au, 0x00006644u, - 0x00007db1u, 0x0007004fu, 0x00000058u, 0x00002549u, 0x0000237au, 0x0000237au, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x0000237cu, 0x000200f8u, 0x0000237cu, 0x000700f5u, 0x00000058u, 0x000066cau, 0x000066a1u, - 0x0000236du, 0x00002549u, 0x00002373u, 0x000700f5u, 0x00000058u, 0x000066b4u, 0x000066a1u, 0x0000236du, - 0x00002545u, 0x00002373u, 0x000200f9u, 0x0000237du, 0x000200f8u, 0x00002357u, 0x000500c3u, 0x0000005du, - 0x0000235au, 0x00002330u, 0x00007db1u, 0x0003003eu, 0x00002316u, 0x0000235au, 0x00050041u, 0x00000040u, - 0x000023b7u, 0x00002316u, 0x000002fau, 0x0004003du, 0x00000008u, 0x000023b8u, 0x000023b7u, 0x000500b3u, - 0x00000063u, 0x000023bau, 0x000023b8u, 0x0000019eu, 0x000500c7u, 0x00000008u, 0x000023bcu, 0x000023b8u, - 0x00000426u, 0x0006000cu, 0x00000008u, 0x00002419u, 0x00000001u, 0x0000004au, 0x000023bcu, 0x00050082u, - 0x00000008u, 0x0000241au, 0x000001eeu, 0x00002419u, 0x0007000cu, 0x00000008u, 0x0000241bu, 0x00000001u, - 0x00000027u, 0x0000241au, 0x000001eeu, 0x000500c4u, 0x00000008u, 0x0000241eu, 0x000023bcu, 0x0000241bu, - 0x000500c7u, 0x00000008u, 0x0000241fu, 0x0000241eu, 0x00000341u, 0x000500c7u, 0x00000008u, 0x00002421u, - 0x0000241fu, 0x00000313u, 0x000500c3u, 0x00000008u, 0x00002423u, 0x0000241fu, 0x000001dbu, 0x0003003eu, - 0x00002414u, 0x00000406u, 0x00050041u, 0x0000011eu, 0x00002424u, 0x00002414u, 0x00002423u, 0x0004003du, - 0x0000011du, 0x00002425u, 0x00002424u, 0x00040072u, 0x00000058u, 0x00002426u, 0x00002425u, 0x0003003eu, - 0x00002413u, 0x00002426u, 0x00050041u, 0x00000040u, 0x00002427u, 0x00002413u, 0x000002f6u, 0x0004003du, - 0x00000008u, 0x00002428u, 0x00002427u, 0x00050084u, 0x00000008u, 0x0000242au, 0x00002428u, 0x00002421u, - 0x000500c3u, 0x00000008u, 0x0000242bu, 0x0000242au, 0x000001e1u, 0x00050041u, 0x00000040u, 0x0000242cu, - 0x00002413u, 0x00000290u, 0x0004003du, 0x00000008u, 0x0000242du, 0x0000242cu, 0x00050080u, 0x00000008u, - 0x0000242eu, 0x0000242bu, 0x0000242du, 0x00050050u, 0x00000058u, 0x00002431u, 0x0000242eu, 0x0000241bu, - 0x0003003eu, 0x000023aeu, 0x00002431u, 0x00050041u, 0x00000040u, 0x000023bfu, 0x000023aeu, 0x000002f6u, - 0x0004003du, 0x00000008u, 0x000023c0u, 0x000023bfu, 0x0007004fu, 0x00000058u, 0x000023c2u, 0x0000235au, - 0x0000235au, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000040u, 0x000023c3u, 0x000023aeu, 0x00000290u, - 0x0004003du, 0x00000008u, 0x000023c4u, 0x000023c3u, 0x00050050u, 0x00000058u, 0x000023c5u, 0x000023c4u, - 0x000023c4u, 0x00050084u, 0x00000058u, 0x000023c6u, 0x000023c2u, 0x000023c5u, 0x0003003eu, 0x000023b1u, - 0x000023c6u, 0x000500c3u, 0x00000008u, 0x000023c8u, 0x00000439u, 0x000023c0u, 0x0004007eu, 0x00000008u, - 0x000023c9u, 0x000023c8u, 0x000500c7u, 0x00000008u, 0x000023cau, 0x00000438u, 0x000023c9u, 0x00050050u, - 0x00000058u, 0x000023cdu, 0x000023cau, 0x000023cau, 0x000500c7u, 0x00000058u, 0x000023ceu, 0x000023c6u, - 0x000023cdu, 0x0003003eu, 0x000023b3u, 0x000023ceu, 0x000500abu, 0x00000063u, 0x000023d0u, 0x000023c0u, - 0x000001eeu, 0x000300f7u, 0x000023dbu, 0x00000000u, 0x000400fau, 0x000023d0u, 0x000023d1u, 0x000023d7u, - 0x000200f8u, 0x000023d7u, 0x0004003du, 0x00000058u, 0x000023d8u, 0x000023b1u, 0x000500c4u, 0x00000058u, - 0x000023dau, 0x000023d8u, 0x00007db5u, 0x0003003eu, 0x000023b4u, 0x000023dau, 0x000200f9u, 0x000023dbu, - 0x000200f8u, 0x000023d1u, 0x0004003du, 0x00000058u, 0x000023d2u, 0x000023b1u, 0x00050082u, 0x00000008u, - 0x000023d4u, 0x000001ebu, 0x000023c0u, 0x00050050u, 0x00000058u, 0x000023d5u, 0x000023d4u, 0x000023d4u, - 0x000500c3u, 0x00000058u, 0x000023d6u, 0x000023d2u, 0x000023d5u, 0x0003003eu, 0x000023b1u, 0x000023d6u, - 0x0003003eu, 0x000023b4u, 0x000023d6u, 0x000200f9u, 0x000023dbu, 0x000200f8u, 0x000023dbu, 0x000500abu, - 0x00000453u, 0x000023ddu, 0x000023ceu, 0x00000452u, 0x0004009au, 0x00000063u, 0x000023deu, 0x000023ddu, - 0x000300f7u, 0x0000240au, 0x00000000u, 0x000400fau, 0x000023deu, 0x000023dfu, 0x0000240au, 0x000200f8u, - 0x000023dfu, 0x00050041u, 0x00000040u, 0x000023e0u, 0x000023b3u, 0x00000290u, 0x0004003du, 0x00000008u, - 0x000023e1u, 0x000023e0u, 0x000500abu, 0x00000063u, 0x000023e3u, 0x000023e1u, 0x000023cau, 0x000300f7u, - 0x000023e8u, 0x00000000u, 0x000400fau, 0x000023e3u, 0x000023e4u, 0x000023e8u, 0x000200f8u, 0x000023e4u, - 0x0004003du, 0x00000008u, 0x000023e6u, 0x000023e0u, 0x000500abu, 0x00000063u, 0x000023e7u, 0x000023e6u, - 0x0000019eu, 0x000200f9u, 0x000023e8u, 0x000200f8u, 0x000023e8u, 0x000700f5u, 0x00000063u, 0x000023e9u, - 0x000023e3u, 0x000023dfu, 0x000023e7u, 0x000023e4u, 0x000300f7u, 0x000023f4u, 0x00000000u, 0x000400fau, - 0x000023e9u, 0x000023eau, 0x000023f4u, 0x000200f8u, 0x000023eau, 0x00050041u, 0x00000040u, 0x000023ebu, - 0x000023b1u, 0x00000290u, 0x0004003du, 0x00000008u, 0x000023ecu, 0x000023ebu, 0x000500c7u, 0x00000008u, - 0x000023edu, 0x000023ecu, 0x00000439u, 0x000500aau, 0x00000063u, 0x000023eeu, 0x000023edu, 0x0000019eu, - 0x000300f7u, 0x000023f3u, 0x00000000u, 0x000400fau, 0x000023eeu, 0x000023efu, 0x000023f1u, 0x000200f8u, - 0x000023f1u, 0x00050041u, 0x00000040u, 0x000023f2u, 0x000023b4u, 0x00000290u, 0x0003003eu, 0x000023f2u, - 0x0000046cu, 0x000200f9u, 0x000023f3u, 0x000200f8u, 0x000023efu, 0x00050041u, 0x00000040u, 0x000023f0u, - 0x000023b4u, 0x00000290u, 0x0003003eu, 0x000023f0u, 0x00000426u, 0x000200f9u, 0x000023f3u, 0x000200f8u, - 0x000023f3u, 0x000200f9u, 0x000023f4u, 0x000200f8u, 0x000023f4u, 0x000600a9u, 0x00000063u, 0x00007dccu, - 0x000023e9u, 0x0000046eu, 0x000011fbu, 0x00050041u, 0x00000040u, 0x000023f5u, 0x000023b3u, 0x000002f6u, - 0x0004003du, 0x00000008u, 0x000023f6u, 0x000023f5u, 0x000500abu, 0x00000063u, 0x000023f8u, 0x000023f6u, - 0x000023cau, 0x000300f7u, 0x000023fdu, 0x00000000u, 0x000400fau, 0x000023f8u, 0x000023f9u, 0x000023fdu, - 0x000200f8u, 0x000023f9u, 0x0004003du, 0x00000008u, 0x000023fbu, 0x000023f5u, 0x000500abu, 0x00000063u, - 0x000023fcu, 0x000023fbu, 0x0000019eu, 0x000200f9u, 0x000023fdu, 0x000200f8u, 0x000023fdu, 0x000700f5u, - 0x00000063u, 0x000023feu, 0x000023f8u, 0x000023f4u, 0x000023fcu, 0x000023f9u, 0x000300f7u, 0x00002409u, - 0x00000000u, 0x000400fau, 0x000023feu, 0x000023ffu, 0x00002409u, 0x000200f8u, 0x000023ffu, 0x00050041u, - 0x00000040u, 0x00002400u, 0x000023b1u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00002401u, 0x00002400u, - 0x000500c7u, 0x00000008u, 0x00002402u, 0x00002401u, 0x00000439u, 0x000500aau, 0x00000063u, 0x00002403u, - 0x00002402u, 0x0000019eu, 0x000300f7u, 0x00002408u, 0x00000000u, 0x000400fau, 0x00002403u, 0x00002404u, - 0x00002406u, 0x000200f8u, 0x00002406u, 0x00050041u, 0x00000040u, 0x00002407u, 0x000023b4u, 0x000002f6u, - 0x0003003eu, 0x00002407u, 0x0000046cu, 0x000200f9u, 0x00002408u, 0x000200f8u, 0x00002404u, 0x00050041u, - 0x00000040u, 0x00002405u, 0x000023b4u, 0x000002f6u, 0x0003003eu, 0x00002405u, 0x00000426u, 0x000200f9u, - 0x00002408u, 0x000200f8u, 0x00002408u, 0x000200f9u, 0x00002409u, 0x000200f8u, 0x00002409u, 0x000600a9u, - 0x00000063u, 0x00007dcdu, 0x000023feu, 0x0000046eu, 0x00007dccu, 0x000200f9u, 0x0000240au, 0x000200f8u, - 0x0000240au, 0x000700f5u, 0x00000063u, 0x00006651u, 0x000011fbu, 0x000023dbu, 0x00007dcdu, 0x00002409u, - 0x000300f7u, 0x0000240du, 0x00000000u, 0x000400fau, 0x000023bau, 0x0000240cu, 0x0000240du, 0x000200f8u, - 0x0000240cu, 0x0003003eu, 0x000023b4u, 0x00000487u, 0x000200f9u, 0x0000240du, 0x000200f8u, 0x0000240du, - 0x000600a9u, 0x00000063u, 0x00007dceu, 0x000023bau, 0x0000046eu, 0x00006651u, 0x0004003du, 0x00000058u, - 0x0000240eu, 0x000023b4u, 0x0008000cu, 0x00000058u, 0x0000240fu, 0x00000001u, 0x0000002du, 0x0000240eu, - 0x0000048au, 0x0000048cu, 0x000300f7u, 0x0000236cu, 0x00000000u, 0x000400fau, 0x00001b35u, 0x0000235fu, - 0x0000236cu, 0x000200f8u, 0x0000235fu, 0x000500c3u, 0x0000005du, 0x00002362u, 0x00006639u, 0x00007db1u, - 0x0003003eu, 0x00002318u, 0x00002362u, 0x00050041u, 0x00000040u, 0x0000243du, 0x00002318u, 0x000002fau, - 0x0004003du, 0x00000008u, 0x0000243eu, 0x0000243du, 0x000500b3u, 0x00000063u, 0x00002440u, 0x0000243eu, - 0x0000019eu, 0x000500c7u, 0x00000008u, 0x00002442u, 0x0000243eu, 0x00000426u, 0x0006000cu, 0x00000008u, - 0x0000249fu, 0x00000001u, 0x0000004au, 0x00002442u, 0x00050082u, 0x00000008u, 0x000024a0u, 0x000001eeu, - 0x0000249fu, 0x0007000cu, 0x00000008u, 0x000024a1u, 0x00000001u, 0x00000027u, 0x000024a0u, 0x000001eeu, - 0x000500c4u, 0x00000008u, 0x000024a4u, 0x00002442u, 0x000024a1u, 0x000500c7u, 0x00000008u, 0x000024a5u, - 0x000024a4u, 0x00000341u, 0x000500c7u, 0x00000008u, 0x000024a7u, 0x000024a5u, 0x00000313u, 0x000500c3u, - 0x00000008u, 0x000024a9u, 0x000024a5u, 0x000001dbu, 0x0003003eu, 0x0000249au, 0x00000406u, 0x00050041u, - 0x0000011eu, 0x000024aau, 0x0000249au, 0x000024a9u, 0x0004003du, 0x0000011du, 0x000024abu, 0x000024aau, - 0x00040072u, 0x00000058u, 0x000024acu, 0x000024abu, 0x0003003eu, 0x00002499u, 0x000024acu, 0x00050041u, - 0x00000040u, 0x000024adu, 0x00002499u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x000024aeu, 0x000024adu, - 0x00050084u, 0x00000008u, 0x000024b0u, 0x000024aeu, 0x000024a7u, 0x000500c3u, 0x00000008u, 0x000024b1u, - 0x000024b0u, 0x000001e1u, 0x00050041u, 0x00000040u, 0x000024b2u, 0x00002499u, 0x00000290u, 0x0004003du, - 0x00000008u, 0x000024b3u, 0x000024b2u, 0x00050080u, 0x00000008u, 0x000024b4u, 0x000024b1u, 0x000024b3u, - 0x00050050u, 0x00000058u, 0x000024b7u, 0x000024b4u, 0x000024a1u, 0x0003003eu, 0x00002434u, 0x000024b7u, - 0x00050041u, 0x00000040u, 0x00002445u, 0x00002434u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00002446u, - 0x00002445u, 0x0007004fu, 0x00000058u, 0x00002448u, 0x00002362u, 0x00002362u, 0x00000000u, 0x00000001u, - 0x00050041u, 0x00000040u, 0x00002449u, 0x00002434u, 0x00000290u, 0x0004003du, 0x00000008u, 0x0000244au, - 0x00002449u, 0x00050050u, 0x00000058u, 0x0000244bu, 0x0000244au, 0x0000244au, 0x00050084u, 0x00000058u, - 0x0000244cu, 0x00002448u, 0x0000244bu, 0x0003003eu, 0x00002437u, 0x0000244cu, 0x000500c3u, 0x00000008u, - 0x0000244eu, 0x00000439u, 0x00002446u, 0x0004007eu, 0x00000008u, 0x0000244fu, 0x0000244eu, 0x000500c7u, - 0x00000008u, 0x00002450u, 0x00000438u, 0x0000244fu, 0x00050050u, 0x00000058u, 0x00002453u, 0x00002450u, - 0x00002450u, 0x000500c7u, 0x00000058u, 0x00002454u, 0x0000244cu, 0x00002453u, 0x0003003eu, 0x00002439u, - 0x00002454u, 0x000500abu, 0x00000063u, 0x00002456u, 0x00002446u, 0x000001eeu, 0x000300f7u, 0x00002461u, - 0x00000000u, 0x000400fau, 0x00002456u, 0x00002457u, 0x0000245du, 0x000200f8u, 0x0000245du, 0x0004003du, - 0x00000058u, 0x0000245eu, 0x00002437u, 0x000500c4u, 0x00000058u, 0x00002460u, 0x0000245eu, 0x00007db5u, - 0x0003003eu, 0x0000243au, 0x00002460u, 0x000200f9u, 0x00002461u, 0x000200f8u, 0x00002457u, 0x0004003du, - 0x00000058u, 0x00002458u, 0x00002437u, 0x00050082u, 0x00000008u, 0x0000245au, 0x000001ebu, 0x00002446u, - 0x00050050u, 0x00000058u, 0x0000245bu, 0x0000245au, 0x0000245au, 0x000500c3u, 0x00000058u, 0x0000245cu, - 0x00002458u, 0x0000245bu, 0x0003003eu, 0x00002437u, 0x0000245cu, 0x0003003eu, 0x0000243au, 0x0000245cu, - 0x000200f9u, 0x00002461u, 0x000200f8u, 0x00002461u, 0x000500abu, 0x00000453u, 0x00002463u, 0x00002454u, - 0x00000452u, 0x0004009au, 0x00000063u, 0x00002464u, 0x00002463u, 0x000300f7u, 0x00002490u, 0x00000000u, - 0x000400fau, 0x00002464u, 0x00002465u, 0x00002490u, 0x000200f8u, 0x00002465u, 0x00050041u, 0x00000040u, - 0x00002466u, 0x00002439u, 0x00000290u, 0x0004003du, 0x00000008u, 0x00002467u, 0x00002466u, 0x000500abu, - 0x00000063u, 0x00002469u, 0x00002467u, 0x00002450u, 0x000300f7u, 0x0000246eu, 0x00000000u, 0x000400fau, - 0x00002469u, 0x0000246au, 0x0000246eu, 0x000200f8u, 0x0000246au, 0x0004003du, 0x00000008u, 0x0000246cu, - 0x00002466u, 0x000500abu, 0x00000063u, 0x0000246du, 0x0000246cu, 0x0000019eu, 0x000200f9u, 0x0000246eu, - 0x000200f8u, 0x0000246eu, 0x000700f5u, 0x00000063u, 0x0000246fu, 0x00002469u, 0x00002465u, 0x0000246du, - 0x0000246au, 0x000300f7u, 0x0000247au, 0x00000000u, 0x000400fau, 0x0000246fu, 0x00002470u, 0x0000247au, - 0x000200f8u, 0x00002470u, 0x00050041u, 0x00000040u, 0x00002471u, 0x00002437u, 0x00000290u, 0x0004003du, - 0x00000008u, 0x00002472u, 0x00002471u, 0x000500c7u, 0x00000008u, 0x00002473u, 0x00002472u, 0x00000439u, - 0x000500aau, 0x00000063u, 0x00002474u, 0x00002473u, 0x0000019eu, 0x000300f7u, 0x00002479u, 0x00000000u, - 0x000400fau, 0x00002474u, 0x00002475u, 0x00002477u, 0x000200f8u, 0x00002477u, 0x00050041u, 0x00000040u, - 0x00002478u, 0x0000243au, 0x00000290u, 0x0003003eu, 0x00002478u, 0x0000046cu, 0x000200f9u, 0x00002479u, - 0x000200f8u, 0x00002475u, 0x00050041u, 0x00000040u, 0x00002476u, 0x0000243au, 0x00000290u, 0x0003003eu, - 0x00002476u, 0x00000426u, 0x000200f9u, 0x00002479u, 0x000200f8u, 0x00002479u, 0x000200f9u, 0x0000247au, - 0x000200f8u, 0x0000247au, 0x000600a9u, 0x00000063u, 0x00007dcfu, 0x0000246fu, 0x0000046eu, 0x00007dceu, - 0x00050041u, 0x00000040u, 0x0000247bu, 0x00002439u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x0000247cu, - 0x0000247bu, 0x000500abu, 0x00000063u, 0x0000247eu, 0x0000247cu, 0x00002450u, 0x000300f7u, 0x00002483u, - 0x00000000u, 0x000400fau, 0x0000247eu, 0x0000247fu, 0x00002483u, 0x000200f8u, 0x0000247fu, 0x0004003du, - 0x00000008u, 0x00002481u, 0x0000247bu, 0x000500abu, 0x00000063u, 0x00002482u, 0x00002481u, 0x0000019eu, - 0x000200f9u, 0x00002483u, 0x000200f8u, 0x00002483u, 0x000700f5u, 0x00000063u, 0x00002484u, 0x0000247eu, - 0x0000247au, 0x00002482u, 0x0000247fu, 0x000300f7u, 0x0000248fu, 0x00000000u, 0x000400fau, 0x00002484u, - 0x00002485u, 0x0000248fu, 0x000200f8u, 0x00002485u, 0x00050041u, 0x00000040u, 0x00002486u, 0x00002437u, - 0x000002f6u, 0x0004003du, 0x00000008u, 0x00002487u, 0x00002486u, 0x000500c7u, 0x00000008u, 0x00002488u, - 0x00002487u, 0x00000439u, 0x000500aau, 0x00000063u, 0x00002489u, 0x00002488u, 0x0000019eu, 0x000300f7u, - 0x0000248eu, 0x00000000u, 0x000400fau, 0x00002489u, 0x0000248au, 0x0000248cu, 0x000200f8u, 0x0000248cu, - 0x00050041u, 0x00000040u, 0x0000248du, 0x0000243au, 0x000002f6u, 0x0003003eu, 0x0000248du, 0x0000046cu, - 0x000200f9u, 0x0000248eu, 0x000200f8u, 0x0000248au, 0x00050041u, 0x00000040u, 0x0000248bu, 0x0000243au, - 0x000002f6u, 0x0003003eu, 0x0000248bu, 0x00000426u, 0x000200f9u, 0x0000248eu, 0x000200f8u, 0x0000248eu, - 0x000200f9u, 0x0000248fu, 0x000200f8u, 0x0000248fu, 0x000600a9u, 0x00000063u, 0x00007dd0u, 0x00002484u, - 0x0000046eu, 0x00007dcfu, 0x000200f9u, 0x00002490u, 0x000200f8u, 0x00002490u, 0x000700f5u, 0x00000063u, - 0x00006661u, 0x00007dceu, 0x00002461u, 0x00007dd0u, 0x0000248fu, 0x000300f7u, 0x00002493u, 0x00000000u, - 0x000400fau, 0x00002440u, 0x00002492u, 0x00002493u, 0x000200f8u, 0x00002492u, 0x0003003eu, 0x0000243au, - 0x00000487u, 0x000200f9u, 0x00002493u, 0x000200f8u, 0x00002493u, 0x000600a9u, 0x00000063u, 0x00007dd1u, - 0x00002440u, 0x0000046eu, 0x00006661u, 0x0004003du, 0x00000058u, 0x00002494u, 0x0000243au, 0x0008000cu, - 0x00000058u, 0x00002495u, 0x00000001u, 0x0000002du, 0x00002494u, 0x0000048au, 0x0000048cu, 0x000500c3u, - 0x0000005du, 0x00002368u, 0x00006644u, 0x00007db1u, 0x0003003eu, 0x0000231au, 0x00002368u, 0x00050041u, - 0x00000040u, 0x000024c3u, 0x0000231au, 0x000002fau, 0x0004003du, 0x00000008u, 0x000024c4u, 0x000024c3u, - 0x000500b3u, 0x00000063u, 0x000024c6u, 0x000024c4u, 0x0000019eu, 0x000500c7u, 0x00000008u, 0x000024c8u, - 0x000024c4u, 0x00000426u, 0x0006000cu, 0x00000008u, 0x00002525u, 0x00000001u, 0x0000004au, 0x000024c8u, - 0x00050082u, 0x00000008u, 0x00002526u, 0x000001eeu, 0x00002525u, 0x0007000cu, 0x00000008u, 0x00002527u, - 0x00000001u, 0x00000027u, 0x00002526u, 0x000001eeu, 0x000500c4u, 0x00000008u, 0x0000252au, 0x000024c8u, - 0x00002527u, 0x000500c7u, 0x00000008u, 0x0000252bu, 0x0000252au, 0x00000341u, 0x000500c7u, 0x00000008u, - 0x0000252du, 0x0000252bu, 0x00000313u, 0x000500c3u, 0x00000008u, 0x0000252fu, 0x0000252bu, 0x000001dbu, - 0x0003003eu, 0x00002520u, 0x00000406u, 0x00050041u, 0x0000011eu, 0x00002530u, 0x00002520u, 0x0000252fu, - 0x0004003du, 0x0000011du, 0x00002531u, 0x00002530u, 0x00040072u, 0x00000058u, 0x00002532u, 0x00002531u, - 0x0003003eu, 0x0000251fu, 0x00002532u, 0x00050041u, 0x00000040u, 0x00002533u, 0x0000251fu, 0x000002f6u, - 0x0004003du, 0x00000008u, 0x00002534u, 0x00002533u, 0x00050084u, 0x00000008u, 0x00002536u, 0x00002534u, - 0x0000252du, 0x000500c3u, 0x00000008u, 0x00002537u, 0x00002536u, 0x000001e1u, 0x00050041u, 0x00000040u, - 0x00002538u, 0x0000251fu, 0x00000290u, 0x0004003du, 0x00000008u, 0x00002539u, 0x00002538u, 0x00050080u, - 0x00000008u, 0x0000253au, 0x00002537u, 0x00002539u, 0x00050050u, 0x00000058u, 0x0000253du, 0x0000253au, - 0x00002527u, 0x0003003eu, 0x000024bau, 0x0000253du, 0x00050041u, 0x00000040u, 0x000024cbu, 0x000024bau, - 0x000002f6u, 0x0004003du, 0x00000008u, 0x000024ccu, 0x000024cbu, 0x0007004fu, 0x00000058u, 0x000024ceu, - 0x00002368u, 0x00002368u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000040u, 0x000024cfu, 0x000024bau, - 0x00000290u, 0x0004003du, 0x00000008u, 0x000024d0u, 0x000024cfu, 0x00050050u, 0x00000058u, 0x000024d1u, - 0x000024d0u, 0x000024d0u, 0x00050084u, 0x00000058u, 0x000024d2u, 0x000024ceu, 0x000024d1u, 0x0003003eu, - 0x000024bdu, 0x000024d2u, 0x000500c3u, 0x00000008u, 0x000024d4u, 0x00000439u, 0x000024ccu, 0x0004007eu, - 0x00000008u, 0x000024d5u, 0x000024d4u, 0x000500c7u, 0x00000008u, 0x000024d6u, 0x00000438u, 0x000024d5u, - 0x00050050u, 0x00000058u, 0x000024d9u, 0x000024d6u, 0x000024d6u, 0x000500c7u, 0x00000058u, 0x000024dau, - 0x000024d2u, 0x000024d9u, 0x0003003eu, 0x000024bfu, 0x000024dau, 0x000500abu, 0x00000063u, 0x000024dcu, - 0x000024ccu, 0x000001eeu, 0x000300f7u, 0x000024e7u, 0x00000000u, 0x000400fau, 0x000024dcu, 0x000024ddu, - 0x000024e3u, 0x000200f8u, 0x000024e3u, 0x0004003du, 0x00000058u, 0x000024e4u, 0x000024bdu, 0x000500c4u, - 0x00000058u, 0x000024e6u, 0x000024e4u, 0x00007db5u, 0x0003003eu, 0x000024c0u, 0x000024e6u, 0x000200f9u, - 0x000024e7u, 0x000200f8u, 0x000024ddu, 0x0004003du, 0x00000058u, 0x000024deu, 0x000024bdu, 0x00050082u, - 0x00000008u, 0x000024e0u, 0x000001ebu, 0x000024ccu, 0x00050050u, 0x00000058u, 0x000024e1u, 0x000024e0u, - 0x000024e0u, 0x000500c3u, 0x00000058u, 0x000024e2u, 0x000024deu, 0x000024e1u, 0x0003003eu, 0x000024bdu, - 0x000024e2u, 0x0003003eu, 0x000024c0u, 0x000024e2u, 0x000200f9u, 0x000024e7u, 0x000200f8u, 0x000024e7u, - 0x000500abu, 0x00000453u, 0x000024e9u, 0x000024dau, 0x00000452u, 0x0004009au, 0x00000063u, 0x000024eau, - 0x000024e9u, 0x000300f7u, 0x00002516u, 0x00000000u, 0x000400fau, 0x000024eau, 0x000024ebu, 0x00002516u, - 0x000200f8u, 0x000024ebu, 0x00050041u, 0x00000040u, 0x000024ecu, 0x000024bfu, 0x00000290u, 0x0004003du, - 0x00000008u, 0x000024edu, 0x000024ecu, 0x000500abu, 0x00000063u, 0x000024efu, 0x000024edu, 0x000024d6u, - 0x000300f7u, 0x000024f4u, 0x00000000u, 0x000400fau, 0x000024efu, 0x000024f0u, 0x000024f4u, 0x000200f8u, - 0x000024f0u, 0x0004003du, 0x00000008u, 0x000024f2u, 0x000024ecu, 0x000500abu, 0x00000063u, 0x000024f3u, - 0x000024f2u, 0x0000019eu, 0x000200f9u, 0x000024f4u, 0x000200f8u, 0x000024f4u, 0x000700f5u, 0x00000063u, - 0x000024f5u, 0x000024efu, 0x000024ebu, 0x000024f3u, 0x000024f0u, 0x000300f7u, 0x00002500u, 0x00000000u, - 0x000400fau, 0x000024f5u, 0x000024f6u, 0x00002500u, 0x000200f8u, 0x000024f6u, 0x00050041u, 0x00000040u, - 0x000024f7u, 0x000024bdu, 0x00000290u, 0x0004003du, 0x00000008u, 0x000024f8u, 0x000024f7u, 0x000500c7u, - 0x00000008u, 0x000024f9u, 0x000024f8u, 0x00000439u, 0x000500aau, 0x00000063u, 0x000024fau, 0x000024f9u, - 0x0000019eu, 0x000300f7u, 0x000024ffu, 0x00000000u, 0x000400fau, 0x000024fau, 0x000024fbu, 0x000024fdu, - 0x000200f8u, 0x000024fdu, 0x00050041u, 0x00000040u, 0x000024feu, 0x000024c0u, 0x00000290u, 0x0003003eu, - 0x000024feu, 0x0000046cu, 0x000200f9u, 0x000024ffu, 0x000200f8u, 0x000024fbu, 0x00050041u, 0x00000040u, - 0x000024fcu, 0x000024c0u, 0x00000290u, 0x0003003eu, 0x000024fcu, 0x00000426u, 0x000200f9u, 0x000024ffu, - 0x000200f8u, 0x000024ffu, 0x000200f9u, 0x00002500u, 0x000200f8u, 0x00002500u, 0x000600a9u, 0x00000063u, - 0x00007dd2u, 0x000024f5u, 0x0000046eu, 0x00007dd1u, 0x00050041u, 0x00000040u, 0x00002501u, 0x000024bfu, - 0x000002f6u, 0x0004003du, 0x00000008u, 0x00002502u, 0x00002501u, 0x000500abu, 0x00000063u, 0x00002504u, - 0x00002502u, 0x000024d6u, 0x000300f7u, 0x00002509u, 0x00000000u, 0x000400fau, 0x00002504u, 0x00002505u, - 0x00002509u, 0x000200f8u, 0x00002505u, 0x0004003du, 0x00000008u, 0x00002507u, 0x00002501u, 0x000500abu, - 0x00000063u, 0x00002508u, 0x00002507u, 0x0000019eu, 0x000200f9u, 0x00002509u, 0x000200f8u, 0x00002509u, - 0x000700f5u, 0x00000063u, 0x0000250au, 0x00002504u, 0x00002500u, 0x00002508u, 0x00002505u, 0x000300f7u, - 0x00002515u, 0x00000000u, 0x000400fau, 0x0000250au, 0x0000250bu, 0x00002515u, 0x000200f8u, 0x0000250bu, - 0x00050041u, 0x00000040u, 0x0000250cu, 0x000024bdu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x0000250du, - 0x0000250cu, 0x000500c7u, 0x00000008u, 0x0000250eu, 0x0000250du, 0x00000439u, 0x000500aau, 0x00000063u, - 0x0000250fu, 0x0000250eu, 0x0000019eu, 0x000300f7u, 0x00002514u, 0x00000000u, 0x000400fau, 0x0000250fu, - 0x00002510u, 0x00002512u, 0x000200f8u, 0x00002512u, 0x00050041u, 0x00000040u, 0x00002513u, 0x000024c0u, - 0x000002f6u, 0x0003003eu, 0x00002513u, 0x0000046cu, 0x000200f9u, 0x00002514u, 0x000200f8u, 0x00002510u, - 0x00050041u, 0x00000040u, 0x00002511u, 0x000024c0u, 0x000002f6u, 0x0003003eu, 0x00002511u, 0x00000426u, - 0x000200f9u, 0x00002514u, 0x000200f8u, 0x00002514u, 0x000200f9u, 0x00002515u, 0x000200f8u, 0x00002515u, - 0x000600a9u, 0x00000063u, 0x00007dd3u, 0x0000250au, 0x0000046eu, 0x00007dd2u, 0x000200f9u, 0x00002516u, - 0x000200f8u, 0x00002516u, 0x000700f5u, 0x00000063u, 0x0000667au, 0x00007dd1u, 0x000024e7u, 0x00007dd3u, - 0x00002515u, 0x000300f7u, 0x00002519u, 0x00000000u, 0x000400fau, 0x000024c6u, 0x00002518u, 0x00002519u, - 0x000200f8u, 0x00002518u, 0x0003003eu, 0x000024c0u, 0x00000487u, 0x000200f9u, 0x00002519u, 0x000200f8u, - 0x00002519u, 0x000600a9u, 0x00000063u, 0x00007dd4u, 0x000024c6u, 0x0000046eu, 0x0000667au, 0x0004003du, - 0x00000058u, 0x0000251au, 0x000024c0u, 0x0008000cu, 0x00000058u, 0x0000251bu, 0x00000001u, 0x0000002du, - 0x0000251au, 0x0000048au, 0x0000048cu, 0x000200f9u, 0x0000236cu, 0x000200f8u, 0x0000236cu, 0x000700f5u, - 0x00000063u, 0x000066ccu, 0x00007dceu, 0x0000240du, 0x00007dd4u, 0x00002519u, 0x000700f5u, 0x00000058u, - 0x000066b6u, 0x000066a1u, 0x0000240du, 0x0000251bu, 0x00002519u, 0x000700f5u, 0x00000058u, 0x00006696u, - 0x000066a1u, 0x0000240du, 0x00002495u, 0x00002519u, 0x000200f9u, 0x0000237du, 0x000200f8u, 0x0000237du, - 0x000700f5u, 0x00000063u, 0x000066cbu, 0x000066ccu, 0x0000236cu, 0x000011fbu, 0x0000237cu, 0x000700f5u, - 0x00000058u, 0x000066b5u, 0x000066b6u, 0x0000236cu, 0x000066cau, 0x0000237cu, 0x000700f5u, 0x00000058u, - 0x00006695u, 0x00006696u, 0x0000236cu, 0x000066b4u, 0x0000237cu, 0x000700f5u, 0x00000058u, 0x00006680u, - 0x0000240fu, 0x0000236cu, 0x00002541u, 0x0000237cu, 0x00050041u, 0x00000040u, 0x0000237eu, 0x00001a24u, - 0x000002fau, 0x0004003du, 0x00000008u, 0x0000237fu, 0x0000237eu, 0x00050041u, 0x00000040u, 0x00002380u, - 0x00001a25u, 0x000002fau, 0x0004003du, 0x00000008u, 0x00002381u, 0x00002380u, 0x000500c3u, 0x00000008u, - 0x00002383u, 0x00001bbeu, 0x00000497u, 0x00050084u, 0x00000008u, 0x00002384u, 0x00002381u, 0x00002383u, - 0x00050080u, 0x00000008u, 0x00002385u, 0x0000237fu, 0x00002384u, 0x0004003du, 0x00000008u, 0x00002387u, - 0x00002380u, 0x000500c3u, 0x00000008u, 0x00002388u, 0x00002387u, 0x00000497u, 0x000500c7u, 0x00000008u, - 0x0000238au, 0x00001bbeu, 0x000005afu, 0x00050084u, 0x00000008u, 0x0000238bu, 0x00002388u, 0x0000238au, - 0x00050080u, 0x00000008u, 0x0000238cu, 0x00002385u, 0x0000238bu, 0x000500c3u, 0x00000008u, 0x0000238eu, - 0x0000238cu, 0x000001e1u, 0x000500c7u, 0x00000008u, 0x00002397u, 0x000022dcu, 0x000001a8u, 0x00050080u, - 0x00000008u, 0x00002398u, 0x000022e0u, 0x00002397u, 0x000500c4u, 0x00000008u, 0x0000239au, 0x0000238eu, - 0x000005c3u, 0x0004003du, 0x00000008u, 0x0000239du, 0x00002380u, 0x000500c3u, 0x00000008u, 0x0000239eu, - 0x0000239du, 0x000001e1u, 0x00050084u, 0x00000008u, 0x0000239fu, 0x00002398u, 0x0000239eu, 0x00050041u, - 0x00000040u, 0x000023a1u, 0x00001a26u, 0x000002fau, 0x0004003du, 0x00000008u, 0x000023a2u, 0x000023a1u, - 0x000500c3u, 0x00000008u, 0x000023a3u, 0x000023a2u, 0x000001e1u, 0x00050084u, 0x00000008u, 0x000023a4u, - 0x000022dcu, 0x000023a3u, 0x00050080u, 0x00000008u, 0x000023a5u, 0x0000239fu, 0x000023a4u, 0x00050080u, - 0x00000008u, 0x000023a7u, 0x0000239au, 0x000023a5u, 0x000500c3u, 0x00000008u, 0x000023a9u, 0x000023a7u, - 0x000005d3u, 0x00050082u, 0x00000008u, 0x0000254du, 0x000023a9u, 0x0000032au, 0x000500c4u, 0x00000008u, - 0x0000254fu, 0x0000254du, 0x000001ebu, 0x000500c3u, 0x00000008u, 0x00002551u, 0x0000254fu, 0x000001ebu, - 0x00050080u, 0x00000008u, 0x00002553u, 0x00002551u, 0x0000032au, 0x0008000cu, 0x00000008u, 0x00002555u, - 0x00000001u, 0x0000002du, 0x00002553u, 0x0000019eu, 0x00000334u, 0x000500c7u, 0x00000006u, 0x00001be9u, - 0x00001accu, 0x0000126au, 0x00050080u, 0x00000006u, 0x00001bebu, 0x00001be9u, 0x000002f6u, 0x000500c7u, - 0x00000006u, 0x00001becu, 0x00001bebu, 0x0000126au, 0x000500c2u, 0x00000006u, 0x00001beeu, 0x00001accu, - 0x000002fdu, 0x00040071u, 0x00000006u, 0x00001bf1u, 0x000022bfu, 0x0004007cu, 0x00000008u, 0x00001bf2u, - 0x00001bf1u, 0x000300f7u, 0x00001c04u, 0x00000000u, 0x000400fau, 0x00001b35u, 0x00001bf4u, 0x00001c04u, - 0x000200f8u, 0x00001bf4u, 0x000300f7u, 0x000025b4u, 0x00000000u, 0x000400fau, 0x000066cbu, 0x00002560u, - 0x00002561u, 0x000200f8u, 0x00002561u, 0x00050082u, 0x00000058u, 0x00002564u, 0x00006695u, 0x00006680u, - 0x000500c3u, 0x00000058u, 0x00002567u, 0x00002564u, 0x00007db8u, 0x000500c6u, 0x00000058u, 0x00002569u, - 0x00002564u, 0x00002567u, 0x00050082u, 0x00000058u, 0x0000256cu, 0x000066b5u, 0x00006680u, 0x000500c3u, - 0x00000058u, 0x0000256fu, 0x0000256cu, 0x00007db8u, 0x000500c6u, 0x00000058u, 0x00002571u, 0x0000256cu, - 0x0000256fu, 0x0007000cu, 0x00000058u, 0x00002574u, 0x00000001u, 0x0000002au, 0x00002569u, 0x00002571u, - 0x0003003eu, 0x0000255bu, 0x00002574u, 0x00050041u, 0x00000040u, 0x00002575u, 0x0000255bu, 0x00000290u, - 0x0004003du, 0x00000008u, 0x00002576u, 0x00002575u, 0x00050041u, 0x00000040u, 0x00002577u, 0x0000255bu, - 0x000002f6u, 0x0004003du, 0x00000008u, 0x00002578u, 0x00002577u, 0x0007000cu, 0x00000008u, 0x00002579u, - 0x00000001u, 0x0000002au, 0x00002576u, 0x00002578u, 0x000500afu, 0x00000063u, 0x0000257bu, 0x00002579u, - 0x00001220u, 0x000300f7u, 0x000025b3u, 0x00000000u, 0x000400fau, 0x0000257bu, 0x0000257cu, 0x0000257eu, - 0x000200f8u, 0x0000257eu, 0x000500b1u, 0x00000063u, 0x00002580u, 0x00002579u, 0x00000979u, 0x000300f7u, - 0x000025b2u, 0x00000000u, 0x000400fau, 0x00002580u, 0x00002581u, 0x00002597u, 0x000200f8u, 0x00002597u, - 0x000500c3u, 0x00000008u, 0x00002599u, 0x00002579u, 0x000001b4u, 0x0006000cu, 0x00000008u, 0x0000259au, - 0x00000001u, 0x0000004au, 0x00002599u, 0x0007000cu, 0x00000008u, 0x0000259bu, 0x00000001u, 0x0000002au, - 0x0000259au, 0x0000019eu, 0x0004007cu, 0x00000006u, 0x0000259du, 0x0000259bu, 0x000500aeu, 0x00000063u, - 0x0000259fu, 0x0000259du, 0x00001beeu, 0x000400a8u, 0x00000063u, 0x000025a2u, 0x00001b0eu, 0x000500a7u, - 0x00000063u, 0x000025a3u, 0x0000259fu, 0x000025a2u, 0x000400a8u, 0x00000063u, 0x000025a5u, 0x00001b11u, - 0x000500a7u, 0x00000063u, 0x000025a6u, 0x000025a3u, 0x000025a5u, 0x000300f7u, 0x000025b1u, 0x00000000u, - 0x000400fau, 0x000025a6u, 0x000025a7u, 0x000025a8u, 0x000200f8u, 0x000025a8u, 0x000500c4u, 0x00000008u, - 0x000025aau, 0x00002579u, 0x000001aeu, 0x000500c3u, 0x00000008u, 0x000025acu, 0x000025aau, 0x0000259bu, - 0x000500c7u, 0x00000008u, 0x000025adu, 0x000025acu, 0x00000313u, 0x00040072u, 0x00000012u, 0x000025aeu, - 0x000025adu, 0x000200f9u, 0x000025b1u, 0x000200f8u, 0x000025a7u, 0x000200f9u, 0x000025b1u, 0x000200f8u, - 0x000025b1u, 0x000700f5u, 0x00000012u, 0x000066f7u, 0x00001201u, 0x000025a7u, 0x000025aeu, 0x000025a8u, - 0x000600a9u, 0x00000006u, 0x00007dd5u, 0x000025a6u, 0x00000290u, 0x0000259du, 0x000200f9u, 0x000025b2u, - 0x000200f8u, 0x00002581u, 0x000500aau, 0x00000063u, 0x00002583u, 0x00001beeu, 0x00000290u, 0x000400a8u, - 0x00000063u, 0x00002585u, 0x00001b0eu, 0x000400a8u, 0x00000063u, 0x00002587u, 0x00001b11u, 0x000500a7u, - 0x00000063u, 0x00002588u, 0x00002585u, 0x00002587u, 0x000300f7u, 0x00002596u, 0x00000000u, 0x000400fau, - 0x00002588u, 0x00002589u, 0x0000258du, 0x000200f8u, 0x0000258du, 0x0007000cu, 0x00000008u, 0x00002590u, - 0x00000001u, 0x0000002au, 0x00001bf2u, 0x00002579u, 0x000500c4u, 0x00000008u, 0x00002591u, 0x00002590u, - 0x000001aeu, 0x000600a9u, 0x00000008u, 0x00002593u, 0x00001b0eu, 0x0000123cu, 0x0000019eu, 0x00050080u, - 0x00000008u, 0x00002594u, 0x00002591u, 0x00002593u, 0x00040072u, 0x00000012u, 0x00002595u, 0x00002594u, - 0x000200f9u, 0x00002596u, 0x000200f8u, 0x00002589u, 0x000600a9u, 0x00000008u, 0x0000258bu, 0x00002583u, - 0x00000313u, 0x0000019eu, 0x00040072u, 0x00000012u, 0x0000258cu, 0x0000258bu, 0x000200f9u, 0x00002596u, - 0x000200f8u, 0x00002596u, 0x000700f5u, 0x00000012u, 0x000066f6u, 0x0000258cu, 0x00002589u, 0x00002595u, - 0x0000258du, 0x000200f9u, 0x000025b2u, 0x000200f8u, 0x000025b2u, 0x000700f5u, 0x00000012u, 0x000066f5u, - 0x000066f6u, 0x00002596u, 0x000066f7u, 0x000025b1u, 0x000700f5u, 0x00000006u, 0x000066dcu, 0x00000290u, - 0x00002596u, 0x00007dd5u, 0x000025b1u, 0x000700f5u, 0x00000063u, 0x000066d0u, 0x00002583u, 0x00002596u, - 0x0000259fu, 0x000025b1u, 0x000600a9u, 0x00000063u, 0x00007dd6u, 0x00002580u, 0x0000046eu, 0x000011fbu, - 0x000200f9u, 0x000025b3u, 0x000200f8u, 0x0000257cu, 0x000200f9u, 0x000025b3u, 0x000200f8u, 0x000025b3u, - 0x000700f5u, 0x00000012u, 0x000066f4u, 0x00001201u, 0x0000257cu, 0x000066f5u, 0x000025b2u, 0x000700f5u, - 0x00000063u, 0x000066e2u, 0x000011fbu, 0x0000257cu, 0x00007dd6u, 0x000025b2u, 0x000700f5u, 0x00000006u, - 0x000066dbu, 0x00001beeu, 0x0000257cu, 0x000066dcu, 0x000025b2u, 0x000700f5u, 0x00000063u, 0x000066cfu, - 0x0000046eu, 0x0000257cu, 0x000066d0u, 0x000025b2u, 0x000200f9u, 0x000025b4u, 0x000200f8u, 0x00002560u, - 0x000200f9u, 0x000025b4u, 0x000200f8u, 0x000025b4u, 0x000700f5u, 0x00000012u, 0x000066f3u, 0x00001201u, - 0x00002560u, 0x000066f4u, 0x000025b3u, 0x000700f5u, 0x00000063u, 0x000066e1u, 0x000011fbu, 0x00002560u, - 0x000066e2u, 0x000025b3u, 0x000700f5u, 0x00000006u, 0x000066dau, 0x00000290u, 0x00002560u, 0x000066dbu, - 0x000025b3u, 0x000700f5u, 0x00000063u, 0x000066ceu, 0x0000046eu, 0x00002560u, 0x000066cfu, 0x000025b3u, - 0x000300f7u, 0x000025e6u, 0x00000000u, 0x000400fau, 0x00001b0bu, 0x000025b6u, 0x000025e6u, 0x000200f8u, - 0x000025b6u, 0x000600a9u, 0x00000006u, 0x00007dd7u, 0x000066ceu, 0x00001beeu, 0x000066dau, 0x000400a8u, - 0x00000063u, 0x000025bcu, 0x00001b11u, 0x000300f7u, 0x000025e5u, 0x00000000u, 0x000400fau, 0x000025bcu, - 0x000025bdu, 0x000025d2u, 0x000200f8u, 0x000025d2u, 0x00050080u, 0x00000006u, 0x000025d5u, 0x00001be9u, - 0x00007dd7u, 0x000500a6u, 0x00000063u, 0x000025d8u, 0x000066ceu, 0x000066e1u, 0x000600a9u, 0x00000008u, - 0x000025d9u, 0x000025d8u, 0x000001a8u, 0x000001abu, 0x0004007cu, 0x00000006u, 0x000025dau, 0x000025d9u, - 0x00050080u, 0x00000006u, 0x000025dbu, 0x000025d5u, 0x000025dau, 0x000500c7u, 0x00000006u, 0x000025dcu, - 0x000025dbu, 0x0000126au, 0x000600a9u, 0x00000008u, 0x000025e1u, 0x000066e1u, 0x0000019eu, 0x000001a8u, - 0x0004007cu, 0x00000006u, 0x000025e2u, 0x000025e1u, 0x00050080u, 0x00000006u, 0x000025e3u, 0x000025d5u, - 0x000025e2u, 0x000500c7u, 0x00000006u, 0x000025e4u, 0x000025e3u, 0x0000126au, 0x000200f9u, 0x000025e5u, - 0x000200f8u, 0x000025bdu, 0x00050080u, 0x00000006u, 0x000025c0u, 0x00001be9u, 0x00007dd7u, 0x000500c7u, - 0x00000006u, 0x000025c1u, 0x000025c0u, 0x0000126au, 0x000400a8u, 0x00000063u, 0x000025c3u, 0x000066ceu, - 0x000300f7u, 0x000025c9u, 0x00000000u, 0x000400fau, 0x000025c3u, 0x000025c4u, 0x000025c9u, 0x000200f8u, - 0x000025c4u, 0x000400a8u, 0x00000063u, 0x000025c6u, 0x00001b0eu, 0x000500a7u, 0x00000063u, 0x000025c8u, - 0x000025c6u, 0x000066e1u, 0x000200f9u, 0x000025c9u, 0x000200f8u, 0x000025c9u, 0x000700f5u, 0x00000063u, - 0x000025cau, 0x000066ceu, 0x000025bdu, 0x000025c8u, 0x000025c4u, 0x000300f7u, 0x000025d1u, 0x00000000u, - 0x000400fau, 0x000025cau, 0x000025cbu, 0x000025cdu, 0x000200f8u, 0x000025cdu, 0x00050080u, 0x00000006u, - 0x000025cfu, 0x000025c1u, 0x000002f6u, 0x000500c7u, 0x00000006u, 0x000025d0u, 0x000025cfu, 0x0000126au, - 0x000200f9u, 0x000025d1u, 0x000200f8u, 0x000025cbu, 0x000200f9u, 0x000025d1u, 0x000200f8u, 0x000025d1u, - 0x000700f5u, 0x00000006u, 0x000066f1u, 0x000025c1u, 0x000025cbu, 0x000025d0u, 0x000025cdu, 0x000200f9u, - 0x000025e5u, 0x000200f8u, 0x000025e5u, 0x000700f5u, 0x00000006u, 0x000066f0u, 0x000066f1u, 0x000025d1u, - 0x000025dcu, 0x000025d2u, 0x000700f5u, 0x00000006u, 0x000066e8u, 0x000025c1u, 0x000025d1u, 0x000025e4u, - 0x000025d2u, 0x000200f9u, 0x000025e6u, 0x000200f8u, 0x000025e6u, 0x000700f5u, 0x00000006u, 0x000066eau, - 0x00001becu, 0x000025b4u, 0x000066f0u, 0x000025e5u, 0x000700f5u, 0x00000006u, 0x000066e7u, 0x00001be9u, - 0x000025b4u, 0x000066e8u, 0x000025e5u, 0x000200f9u, 0x00001c04u, 0x000200f8u, 0x00001c04u, 0x000700f5u, - 0x00000012u, 0x0000758fu, 0x0000759cu, 0x0000237du, 0x000066f3u, 0x000025e6u, 0x000700f5u, 0x00000006u, - 0x00006bcbu, 0x00001becu, 0x0000237du, 0x000066eau, 0x000025e6u, 0x000700f5u, 0x00000006u, 0x000066fcu, - 0x00001be9u, 0x0000237du, 0x000066e7u, 0x000025e6u, 0x000300f7u, 0x00001c1du, 0x00000000u, 0x000400fau, - 0x00001b2cu, 0x00001c06u, 0x00001c1du, 0x000200f8u, 0x00001c06u, 0x00080041u, 0x000006aau, 0x00001c09u, - 0x000015a7u, 0x0000019eu, 0x0000195fu, 0x000001abu, 0x000066fcu, 0x0004003du, 0x0000000fu, 0x00001c0au, - 0x00001c09u, 0x00040071u, 0x00000006u, 0x00001c0bu, 0x00001c0au, 0x00060041u, 0x0000024cu, 0x000025ebu, - 0x0000024au, 0x0000019eu, 0x00001c0bu, 0x0004003du, 0x00000246u, 0x000025ecu, 0x000025ebu, 0x00050051u, - 0x00000006u, 0x000025edu, 0x000025ecu, 0x00000000u, 0x00050051u, 0x00000006u, 0x000025efu, 0x000025ecu, - 0x00000001u, 0x00050051u, 0x00000006u, 0x000025f1u, 0x000025ecu, 0x00000002u, 0x00050051u, 0x00000006u, - 0x000025f3u, 0x000025ecu, 0x00000003u, 0x00050051u, 0x00000006u, 0x000025f5u, 0x000025ecu, 0x00000004u, - 0x00050051u, 0x00000006u, 0x000025f7u, 0x000025ecu, 0x00000005u, 0x00050051u, 0x0000000fu, 0x000025f9u, - 0x000025ecu, 0x00000006u, 0x00050051u, 0x0000000fu, 0x000025fbu, 0x000025ecu, 0x00000007u, 0x00050051u, - 0x0000000fu, 0x000025fdu, 0x000025ecu, 0x00000008u, 0x00050051u, 0x0000000fu, 0x000025ffu, 0x000025ecu, - 0x00000009u, 0x00050051u, 0x0000000fu, 0x00002601u, 0x000025ecu, 0x0000000au, 0x00050051u, 0x0000000fu, - 0x00002603u, 0x000025ecu, 0x0000000bu, 0x00050051u, 0x0000000fu, 0x00002605u, 0x000025ecu, 0x0000000cu, - 0x00050051u, 0x0000000fu, 0x00002607u, 0x000025ecu, 0x0000000du, 0x000600a9u, 0x0000000fu, 0x00007dd8u, - 0x000017c9u, 0x000017cdu, 0x000025f9u, 0x000600a9u, 0x0000000fu, 0x00007dd9u, 0x000017c9u, 0x000017d0u, - 0x000025fbu, 0x0003003eu, 0x00001a48u, 0x00006680u, 0x00040071u, 0x00000006u, 0x00002762u, 0x00002607u, - 0x0004007cu, 0x00000008u, 0x00002763u, 0x00002762u, 0x000500c7u, 0x00000008u, 0x00002764u, 0x00002763u, - 0x000001a8u, 0x000500abu, 0x00000063u, 0x00002765u, 0x00002764u, 0x0000019eu, 0x0004007cu, 0x00000008u, - 0x00002768u, 0x000025edu, 0x0004007cu, 0x00000008u, 0x0000276bu, 0x000025efu, 0x00040071u, 0x00000006u, - 0x0000276eu, 0x00002601u, 0x0004007cu, 0x00000008u, 0x0000276fu, 0x0000276eu, 0x00050041u, 0x00000040u, - 0x00002770u, 0x00001a48u, 0x00000290u, 0x0004003du, 0x00000008u, 0x00002771u, 0x00002770u, 0x0008000cu, - 0x00000008u, 0x00002c3bu, 0x00000001u, 0x0000002du, 0x00002771u, 0x0000046cu, 0x00000426u, 0x000500b1u, - 0x00000063u, 0x00002c3du, 0x0000276fu, 0x000001e4u, 0x000300f7u, 0x00002c49u, 0x00000000u, 0x000400fau, - 0x00002c3du, 0x00002c3eu, 0x00002c42u, 0x000200f8u, 0x00002c42u, 0x00050082u, 0x00000008u, 0x00002c44u, - 0x00000979u, 0x0000276fu, 0x000500c4u, 0x00000008u, 0x00002c46u, 0x00002c3bu, 0x00002c44u, 0x000500c3u, - 0x00000008u, 0x00002c48u, 0x00002c46u, 0x0000050bu, 0x000200f9u, 0x00002c49u, 0x000200f8u, 0x00002c3eu, - 0x000500c3u, 0x00000008u, 0x00002c41u, 0x00002c3bu, 0x0000276fu, 0x000200f9u, 0x00002c49u, 0x000200f8u, - 0x00002c49u, 0x000700f5u, 0x00000008u, 0x0000670bu, 0x00002c41u, 0x00002c3eu, 0x00002c48u, 0x00002c42u, - 0x000300f7u, 0x00002c65u, 0x00000000u, 0x000400fau, 0x00002765u, 0x00002c4bu, 0x00002c60u, 0x000200f8u, - 0x00002c60u, 0x000500c4u, 0x00000008u, 0x00002c62u, 0x00002768u, 0x000001aeu, 0x00050082u, 0x00000008u, - 0x00002c64u, 0x0000670bu, 0x00002c62u, 0x000200f9u, 0x00002c65u, 0x000200f8u, 0x00002c4bu, 0x000500c3u, - 0x00000008u, 0x00002c4du, 0x0000670bu, 0x000001aeu, 0x000500afu, 0x00000063u, 0x00002c4fu, 0x00002c4du, - 0x0000276bu, 0x000300f7u, 0x00002c5fu, 0x00000000u, 0x000400fau, 0x00002c4fu, 0x00002c51u, 0x00002c59u, - 0x000200f8u, 0x00002c59u, 0x000500c4u, 0x00000008u, 0x00002c5cu, 0x00002768u, 0x000001aeu, 0x00050082u, - 0x00000008u, 0x00002c5du, 0x0000670bu, 0x00002c5cu, 0x0007000cu, 0x00000008u, 0x00002c5eu, 0x00000001u, - 0x0000002au, 0x00002c5du, 0x0000019eu, 0x000200f9u, 0x00002c5fu, 0x000200f8u, 0x00002c51u, 0x000500c3u, - 0x00000008u, 0x00002c53u, 0x0000276bu, 0x000001abu, 0x000500c3u, 0x00000008u, 0x00002c55u, 0x00002768u, - 0x000001abu, 0x00050082u, 0x00000008u, 0x00002c56u, 0x00002c53u, 0x00002c55u, 0x000500c7u, 0x00000008u, - 0x00002c57u, 0x00002c56u, 0x00000990u, 0x000500c4u, 0x00000008u, 0x00002c58u, 0x00002c57u, 0x000001b4u, - 0x000200f9u, 0x00002c5fu, 0x000200f8u, 0x00002c5fu, 0x000700f5u, 0x00000008u, 0x0000670du, 0x00002c58u, - 0x00002c51u, 0x00002c5eu, 0x00002c59u, 0x000200f9u, 0x00002c65u, 0x000200f8u, 0x00002c65u, 0x000700f5u, - 0x00000008u, 0x0000670cu, 0x0000670du, 0x00002c5fu, 0x00002c64u, 0x00002c60u, 0x0003003eu, 0x00002770u, - 0x0000670cu, 0x000500c7u, 0x00000008u, 0x00002778u, 0x00002763u, 0x000001b1u, 0x000500abu, 0x00000063u, - 0x00002779u, 0x00002778u, 0x0000019eu, 0x0004007cu, 0x00000008u, 0x0000277cu, 0x000025f1u, 0x0004007cu, - 0x00000008u, 0x0000277fu, 0x000025f3u, 0x00040071u, 0x00000006u, 0x00002782u, 0x00002605u, 0x0004007cu, - 0x00000008u, 0x00002783u, 0x00002782u, 0x00050041u, 0x00000040u, 0x00002784u, 0x00001a48u, 0x000002f6u, - 0x0004003du, 0x00000008u, 0x00002785u, 0x00002784u, 0x0008000cu, 0x00000008u, 0x00002c6bu, 0x00000001u, - 0x0000002du, 0x00002785u, 0x0000046cu, 0x00000426u, 0x000500b1u, 0x00000063u, 0x00002c6du, 0x00002783u, - 0x000001e4u, 0x000300f7u, 0x00002c79u, 0x00000000u, 0x000400fau, 0x00002c6du, 0x00002c6eu, 0x00002c72u, - 0x000200f8u, 0x00002c72u, 0x00050082u, 0x00000008u, 0x00002c74u, 0x00000979u, 0x00002783u, 0x000500c4u, - 0x00000008u, 0x00002c76u, 0x00002c6bu, 0x00002c74u, 0x000500c3u, 0x00000008u, 0x00002c78u, 0x00002c76u, - 0x0000050bu, 0x000200f9u, 0x00002c79u, 0x000200f8u, 0x00002c6eu, 0x000500c3u, 0x00000008u, 0x00002c71u, - 0x00002c6bu, 0x00002783u, 0x000200f9u, 0x00002c79u, 0x000200f8u, 0x00002c79u, 0x000700f5u, 0x00000008u, - 0x0000670eu, 0x00002c71u, 0x00002c6eu, 0x00002c78u, 0x00002c72u, 0x000300f7u, 0x00002c95u, 0x00000000u, - 0x000400fau, 0x00002779u, 0x00002c7bu, 0x00002c90u, 0x000200f8u, 0x00002c90u, 0x000500c4u, 0x00000008u, - 0x00002c92u, 0x0000277cu, 0x000001aeu, 0x00050082u, 0x00000008u, 0x00002c94u, 0x0000670eu, 0x00002c92u, - 0x000200f9u, 0x00002c95u, 0x000200f8u, 0x00002c7bu, 0x000500c3u, 0x00000008u, 0x00002c7du, 0x0000670eu, - 0x000001aeu, 0x000500afu, 0x00000063u, 0x00002c7fu, 0x00002c7du, 0x0000277fu, 0x000300f7u, 0x00002c8fu, - 0x00000000u, 0x000400fau, 0x00002c7fu, 0x00002c81u, 0x00002c89u, 0x000200f8u, 0x00002c89u, 0x000500c4u, - 0x00000008u, 0x00002c8cu, 0x0000277cu, 0x000001aeu, 0x00050082u, 0x00000008u, 0x00002c8du, 0x0000670eu, - 0x00002c8cu, 0x0007000cu, 0x00000008u, 0x00002c8eu, 0x00000001u, 0x0000002au, 0x00002c8du, 0x0000019eu, - 0x000200f9u, 0x00002c8fu, 0x000200f8u, 0x00002c81u, 0x000500c3u, 0x00000008u, 0x00002c83u, 0x0000277fu, - 0x000001abu, 0x000500c3u, 0x00000008u, 0x00002c85u, 0x0000277cu, 0x000001abu, 0x00050082u, 0x00000008u, - 0x00002c86u, 0x00002c83u, 0x00002c85u, 0x000500c7u, 0x00000008u, 0x00002c87u, 0x00002c86u, 0x00000990u, - 0x000500c4u, 0x00000008u, 0x00002c88u, 0x00002c87u, 0x000001b4u, 0x000200f9u, 0x00002c8fu, 0x000200f8u, - 0x00002c8fu, 0x000700f5u, 0x00000008u, 0x00006710u, 0x00002c88u, 0x00002c81u, 0x00002c8eu, 0x00002c89u, - 0x000200f9u, 0x00002c95u, 0x000200f8u, 0x00002c95u, 0x000700f5u, 0x00000008u, 0x0000670fu, 0x00006710u, - 0x00002c8fu, 0x00002c94u, 0x00002c90u, 0x0003003eu, 0x00002784u, 0x0000670fu, 0x000300f7u, 0x0000278eu, - 0x00000000u, 0x000400fau, 0x00001affu, 0x00002789u, 0x0000278du, 0x000200f8u, 0x0000278du, 0x0003003eu, - 0x00002614u, 0x00000452u, 0x000200f9u, 0x0000278eu, 0x000200f8u, 0x00002789u, 0x0004003du, 0x00000058u, - 0x0000278au, 0x00001a48u, 0x000500c7u, 0x00000058u, 0x0000278cu, 0x0000278au, 0x00007db8u, 0x0003003eu, - 0x00002614u, 0x0000278cu, 0x000200f9u, 0x0000278eu, 0x000200f8u, 0x0000278eu, 0x00050041u, 0x00000040u, - 0x0000278fu, 0x00002614u, 0x00000290u, 0x0004003du, 0x00000008u, 0x00002790u, 0x0000278fu, 0x00050041u, - 0x00000040u, 0x00002791u, 0x00002614u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00002792u, 0x00002791u, - 0x00050080u, 0x00000008u, 0x00002793u, 0x00002790u, 0x00002792u, 0x0004003du, 0x00000058u, 0x00002794u, - 0x00001a48u, 0x000500c3u, 0x00000058u, 0x00002796u, 0x00002794u, 0x00007db7u, 0x0003003eu, 0x00001a48u, - 0x00002796u, 0x0004003du, 0x00000008u, 0x00002799u, 0x00002770u, 0x00040071u, 0x00000006u, 0x00002c9cu, - 0x000025ffu, 0x0004007cu, 0x00000008u, 0x00002c9du, 0x00002c9cu, 0x000500abu, 0x00000063u, 0x00002c9eu, - 0x00002c9du, 0x0000019eu, 0x000300f7u, 0x00002cb6u, 0x00000000u, 0x000400fau, 0x00002c9eu, 0x00002c9fu, - 0x00002cb6u, 0x000200f8u, 0x00002c9fu, 0x000500c4u, 0x00000008u, 0x00002ca2u, 0x000001a8u, 0x000025ffu, - 0x000500c7u, 0x00000008u, 0x00002ca7u, 0x00002763u, 0x000001abu, 0x000500abu, 0x00000063u, 0x00002ca8u, - 0x00002ca7u, 0x0000019eu, 0x000300f7u, 0x00002cb1u, 0x00000000u, 0x000400fau, 0x00002ca8u, 0x00002ca9u, - 0x00002cb1u, 0x000200f8u, 0x00002ca9u, 0x000500c7u, 0x00000008u, 0x00002cacu, 0x00002799u, 0x00002ca2u, - 0x00050082u, 0x00000008u, 0x00002cadu, 0x00002cacu, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00002caeu, - 0x00000001u, 0x0000002au, 0x00002cadu, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00002cb0u, 0x00002799u, - 0x00002caeu, 0x000200f9u, 0x00002cb1u, 0x000200f8u, 0x00002cb1u, 0x000700f5u, 0x00000008u, 0x00006711u, - 0x00002799u, 0x00002c9fu, 0x00002cb0u, 0x00002ca9u, 0x00050082u, 0x00000008u, 0x00002cb3u, 0x00002ca2u, - 0x000001a8u, 0x000500c7u, 0x00000008u, 0x00002cb5u, 0x00006711u, 0x00002cb3u, 0x000200f9u, 0x00002cb6u, - 0x000200f8u, 0x00002cb6u, 0x000700f5u, 0x00000008u, 0x00006712u, 0x00002799u, 0x0000278eu, 0x00002cb5u, - 0x00002cb1u, 0x0004003du, 0x00000008u, 0x0000279du, 0x00002784u, 0x00040071u, 0x00000006u, 0x00002cbdu, - 0x00002603u, 0x0004007cu, 0x00000008u, 0x00002cbeu, 0x00002cbdu, 0x000500abu, 0x00000063u, 0x00002cbfu, - 0x00002cbeu, 0x0000019eu, 0x000300f7u, 0x00002cd7u, 0x00000000u, 0x000400fau, 0x00002cbfu, 0x00002cc0u, - 0x00002cd7u, 0x000200f8u, 0x00002cc0u, 0x000500c4u, 0x00000008u, 0x00002cc3u, 0x000001a8u, 0x00002603u, - 0x000500c7u, 0x00000008u, 0x00002cc8u, 0x00002763u, 0x000001dbu, 0x000500abu, 0x00000063u, 0x00002cc9u, - 0x00002cc8u, 0x0000019eu, 0x000300f7u, 0x00002cd2u, 0x00000000u, 0x000400fau, 0x00002cc9u, 0x00002ccau, - 0x00002cd2u, 0x000200f8u, 0x00002ccau, 0x000500c7u, 0x00000008u, 0x00002ccdu, 0x0000279du, 0x00002cc3u, - 0x00050082u, 0x00000008u, 0x00002cceu, 0x00002ccdu, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00002ccfu, - 0x00000001u, 0x0000002au, 0x00002cceu, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00002cd1u, 0x0000279du, - 0x00002ccfu, 0x000200f9u, 0x00002cd2u, 0x000200f8u, 0x00002cd2u, 0x000700f5u, 0x00000008u, 0x00006713u, - 0x0000279du, 0x00002cc0u, 0x00002cd1u, 0x00002ccau, 0x00050082u, 0x00000008u, 0x00002cd4u, 0x00002cc3u, - 0x000001a8u, 0x000500c7u, 0x00000008u, 0x00002cd6u, 0x00006713u, 0x00002cd4u, 0x000200f9u, 0x00002cd7u, - 0x000200f8u, 0x00002cd7u, 0x000700f5u, 0x00000008u, 0x00006714u, 0x0000279du, 0x00002cb6u, 0x00002cd6u, - 0x00002cd2u, 0x0004003du, 0x00000008u, 0x000027a0u, 0x00002770u, 0x00050080u, 0x00000008u, 0x000027a1u, - 0x000027a0u, 0x000001a8u, 0x000300f7u, 0x00002cf8u, 0x00000000u, 0x000400fau, 0x00002c9eu, 0x00002ce1u, - 0x00002cf8u, 0x000200f8u, 0x00002ce1u, 0x000500c4u, 0x00000008u, 0x00002ce4u, 0x000001a8u, 0x000025ffu, - 0x000500c7u, 0x00000008u, 0x00002ce9u, 0x00002763u, 0x000001abu, 0x000500abu, 0x00000063u, 0x00002ceau, - 0x00002ce9u, 0x0000019eu, 0x000300f7u, 0x00002cf3u, 0x00000000u, 0x000400fau, 0x00002ceau, 0x00002cebu, - 0x00002cf3u, 0x000200f8u, 0x00002cebu, 0x000500c7u, 0x00000008u, 0x00002ceeu, 0x000027a1u, 0x00002ce4u, - 0x00050082u, 0x00000008u, 0x00002cefu, 0x00002ceeu, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00002cf0u, - 0x00000001u, 0x0000002au, 0x00002cefu, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00002cf2u, 0x000027a1u, - 0x00002cf0u, 0x000200f9u, 0x00002cf3u, 0x000200f8u, 0x00002cf3u, 0x000700f5u, 0x00000008u, 0x00006715u, - 0x000027a1u, 0x00002ce1u, 0x00002cf2u, 0x00002cebu, 0x00050082u, 0x00000008u, 0x00002cf5u, 0x00002ce4u, - 0x000001a8u, 0x000500c7u, 0x00000008u, 0x00002cf7u, 0x00006715u, 0x00002cf5u, 0x000200f9u, 0x00002cf8u, - 0x000200f8u, 0x00002cf8u, 0x000700f5u, 0x00000008u, 0x00006716u, 0x000027a1u, 0x00002cd7u, 0x00002cf7u, - 0x00002cf3u, 0x0004003du, 0x00000008u, 0x000027a5u, 0x00002784u, 0x00050080u, 0x00000008u, 0x000027a6u, - 0x000027a5u, 0x000001a8u, 0x000300f7u, 0x00002d19u, 0x00000000u, 0x000400fau, 0x00002cbfu, 0x00002d02u, - 0x00002d19u, 0x000200f8u, 0x00002d02u, 0x000500c4u, 0x00000008u, 0x00002d05u, 0x000001a8u, 0x00002603u, - 0x000500c7u, 0x00000008u, 0x00002d0au, 0x00002763u, 0x000001dbu, 0x000500abu, 0x00000063u, 0x00002d0bu, - 0x00002d0au, 0x0000019eu, 0x000300f7u, 0x00002d14u, 0x00000000u, 0x000400fau, 0x00002d0bu, 0x00002d0cu, - 0x00002d14u, 0x000200f8u, 0x00002d0cu, 0x000500c7u, 0x00000008u, 0x00002d0fu, 0x000027a6u, 0x00002d05u, - 0x00050082u, 0x00000008u, 0x00002d10u, 0x00002d0fu, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00002d11u, - 0x00000001u, 0x0000002au, 0x00002d10u, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00002d13u, 0x000027a6u, - 0x00002d11u, 0x000200f9u, 0x00002d14u, 0x000200f8u, 0x00002d14u, 0x000700f5u, 0x00000008u, 0x00006717u, - 0x000027a6u, 0x00002d02u, 0x00002d13u, 0x00002d0cu, 0x00050082u, 0x00000008u, 0x00002d16u, 0x00002d05u, - 0x000001a8u, 0x000500c7u, 0x00000008u, 0x00002d18u, 0x00006717u, 0x00002d16u, 0x000200f9u, 0x00002d19u, - 0x000200f8u, 0x00002d19u, 0x000700f5u, 0x00000008u, 0x00006718u, 0x000027a6u, 0x00002cf8u, 0x00002d18u, - 0x00002d14u, 0x00050082u, 0x00000008u, 0x000027abu, 0x00006718u, 0x00006714u, 0x0007000cu, 0x00000008u, - 0x000027acu, 0x00000001u, 0x0000002au, 0x000027abu, 0x00000c10u, 0x000500c7u, 0x00000008u, 0x000027aeu, - 0x00006714u, 0x00000313u, 0x00050080u, 0x00000008u, 0x000027b0u, 0x000027aeu, 0x000027acu, 0x0004003du, - 0x00000058u, 0x000027b5u, 0x00002614u, 0x000500aau, 0x00000453u, 0x000027b6u, 0x000027b5u, 0x00000c1cu, - 0x00050051u, 0x00000063u, 0x000027b7u, 0x000027b6u, 0x00000000u, 0x00050051u, 0x00000063u, 0x000027b8u, - 0x000027b6u, 0x00000001u, 0x00070050u, 0x000002beu, 0x000027b9u, 0x00001b29u, 0x00001b3bu, 0x000027b7u, - 0x000027b8u, 0x0004009bu, 0x00000063u, 0x000027bau, 0x000027b9u, 0x000600a9u, 0x00000008u, 0x00007ddau, - 0x000027bau, 0x0000019eu, 0x00002793u, 0x00040071u, 0x00000006u, 0x000027c0u, 0x00007dd8u, 0x0004007cu, - 0x00000008u, 0x000027c1u, 0x000027c0u, 0x000500aau, 0x00000063u, 0x000027c2u, 0x000027c1u, 0x000001a8u, - 0x000500afu, 0x00000063u, 0x000027c4u, 0x00007ddau, 0x00000979u, 0x000300f7u, 0x000027cdu, 0x00000000u, - 0x000400fau, 0x000027c4u, 0x000027c5u, 0x000027c9u, 0x000200f8u, 0x000027c9u, 0x00050050u, 0x00000058u, - 0x000027ccu, 0x00006712u, 0x000027aeu, 0x000200f9u, 0x000027cdu, 0x000200f8u, 0x000027c5u, 0x00050050u, - 0x00000058u, 0x000027c8u, 0x00006716u, 0x000027b0u, 0x000200f9u, 0x000027cdu, 0x000200f8u, 0x000027cdu, - 0x000700f5u, 0x00000058u, 0x00006727u, 0x000027c8u, 0x000027c5u, 0x000027ccu, 0x000027c9u, 0x000500c7u, - 0x00000008u, 0x000027d0u, 0x00006712u, 0x000001a8u, 0x000500c4u, 0x00000008u, 0x000027d1u, 0x000027d0u, - 0x000001b1u, 0x0004003du, 0x00000008u, 0x000027d3u, 0x0000278fu, 0x000500c3u, 0x00000008u, 0x000027d4u, - 0x000027d3u, 0x000001a8u, 0x000500c5u, 0x00000008u, 0x000027d5u, 0x000027d1u, 0x000027d4u, 0x000300f7u, - 0x00002a9eu, 0x00000000u, 0x000400fau, 0x00001af9u, 0x000027d7u, 0x00002878u, 0x000200f8u, 0x00002878u, - 0x000300f7u, 0x00002a9du, 0x00000000u, 0x000d00fbu, 0x000027c1u, 0x00002a9du, 0x00000000u, 0x0000287du, - 0x00000001u, 0x00002907u, 0x00000002u, 0x00002935u, 0x00000003u, 0x000029aau, 0x00000004u, 0x00002a34u, - 0x000200f8u, 0x00002a34u, 0x00040071u, 0x00000006u, 0x00002a37u, 0x00007dd9u, 0x0004007cu, 0x00000008u, - 0x00002a38u, 0x00002a37u, 0x000300f7u, 0x00002a9cu, 0x00000000u, 0x000700fbu, 0x00002a38u, 0x00002a39u, - 0x00000000u, 0x00002a5au, 0x00000001u, 0x00002a7bu, 0x000200f8u, 0x00002a7bu, 0x0004007cu, 0x000000abu, - 0x00002a7du, 0x00006727u, 0x0003003eu, 0x00002722u, 0x00002a7du, 0x00050041u, 0x00000007u, 0x00003e70u, - 0x00002722u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003e71u, 0x00003e70u, 0x00050084u, 0x00000006u, - 0x00003e72u, 0x000025f7u, 0x00003e71u, 0x00050080u, 0x00000006u, 0x00003e73u, 0x000025f5u, 0x00003e72u, - 0x00050041u, 0x00000007u, 0x00003e74u, 0x00002722u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003e75u, - 0x00003e74u, 0x00050080u, 0x00000006u, 0x00003e77u, 0x00003e73u, 0x00003e75u, 0x000500c7u, 0x00000006u, - 0x00003e79u, 0x00003e77u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003e7cu, 0x00003e70u, 0x000500c7u, - 0x00000006u, 0x00003e7du, 0x00003e7cu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003e7eu, 0x00003e7du, - 0x000001abu, 0x000500c6u, 0x00000006u, 0x00003e80u, 0x00003e79u, 0x00003e7eu, 0x000500c6u, 0x00000006u, - 0x00003e82u, 0x00003e80u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003e85u, 0x000006a7u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00003e82u, 0x0004003du, 0x0000000fu, 0x00003e86u, 0x00003e85u, 0x00040071u, - 0x00000006u, 0x00003e87u, 0x00003e86u, 0x00040071u, 0x00000011u, 0x00003e89u, 0x00003e87u, 0x0004007cu, - 0x00000012u, 0x00003e8au, 0x00003e89u, 0x00070050u, 0x00000013u, 0x00003e8bu, 0x00003e8au, 0x00003e8au, - 0x00003e8au, 0x00003e8au, 0x000300f7u, 0x00002a91u, 0x00000000u, 0x000400fau, 0x00001affu, 0x00002a82u, - 0x00002a91u, 0x000200f8u, 0x00002a82u, 0x00050050u, 0x00000058u, 0x00002a85u, 0x00006716u, 0x000027aeu, - 0x0004007cu, 0x000000abu, 0x00002a86u, 0x00002a85u, 0x0003003eu, 0x00002725u, 0x00002a86u, 0x00050041u, - 0x00000007u, 0x00003e95u, 0x00002725u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003e96u, 0x00003e95u, - 0x00050084u, 0x00000006u, 0x00003e97u, 0x000025f7u, 0x00003e96u, 0x00050080u, 0x00000006u, 0x00003e98u, - 0x000025f5u, 0x00003e97u, 0x00050041u, 0x00000007u, 0x00003e99u, 0x00002725u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00003e9au, 0x00003e99u, 0x00050080u, 0x00000006u, 0x00003e9cu, 0x00003e98u, 0x00003e9au, - 0x000500c7u, 0x00000006u, 0x00003e9eu, 0x00003e9cu, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003ea1u, - 0x00003e95u, 0x000500c7u, 0x00000006u, 0x00003ea2u, 0x00003ea1u, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00003ea3u, 0x00003ea2u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00003ea5u, 0x00003e9eu, 0x00003ea3u, - 0x000500c6u, 0x00000006u, 0x00003ea7u, 0x00003ea5u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003eaau, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003ea7u, 0x0004003du, 0x0000000fu, 0x00003eabu, - 0x00003eaau, 0x00040071u, 0x00000006u, 0x00003eacu, 0x00003eabu, 0x00040071u, 0x00000011u, 0x00003eaeu, - 0x00003eacu, 0x0004007cu, 0x00000012u, 0x00003eafu, 0x00003eaeu, 0x00070050u, 0x00000013u, 0x00003eb0u, - 0x00003eafu, 0x00003eafu, 0x00003eafu, 0x00003eafu, 0x00050050u, 0x00000058u, 0x00002a8cu, 0x00006712u, - 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002a8du, 0x00002a8cu, 0x0003003eu, 0x00002728u, 0x00002a8du, - 0x00050041u, 0x00000007u, 0x00003ebau, 0x00002728u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003ebbu, - 0x00003ebau, 0x00050084u, 0x00000006u, 0x00003ebcu, 0x000025f7u, 0x00003ebbu, 0x00050080u, 0x00000006u, - 0x00003ebdu, 0x000025f5u, 0x00003ebcu, 0x00050041u, 0x00000007u, 0x00003ebeu, 0x00002728u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00003ebfu, 0x00003ebeu, 0x00050080u, 0x00000006u, 0x00003ec1u, 0x00003ebdu, - 0x00003ebfu, 0x000500c7u, 0x00000006u, 0x00003ec3u, 0x00003ec1u, 0x0000068cu, 0x0004003du, 0x00000006u, - 0x00003ec6u, 0x00003ebau, 0x000500c7u, 0x00000006u, 0x00003ec7u, 0x00003ec6u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00003ec8u, 0x00003ec7u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00003ecau, 0x00003ec3u, - 0x00003ec8u, 0x000500c6u, 0x00000006u, 0x00003eccu, 0x00003ecau, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x00003ecfu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003eccu, 0x0004003du, 0x0000000fu, - 0x00003ed0u, 0x00003ecfu, 0x00040071u, 0x00000006u, 0x00003ed1u, 0x00003ed0u, 0x00040071u, 0x00000011u, - 0x00003ed3u, 0x00003ed1u, 0x0004007cu, 0x00000012u, 0x00003ed4u, 0x00003ed3u, 0x00070050u, 0x00000013u, - 0x00003ed5u, 0x00003ed4u, 0x00003ed4u, 0x00003ed4u, 0x00003ed4u, 0x000200f9u, 0x00002a91u, 0x000200f8u, - 0x00002a91u, 0x000700f5u, 0x00000013u, 0x000068e0u, 0x00006758u, 0x00002a7bu, 0x00003ed5u, 0x00002a82u, - 0x000700f5u, 0x00000013u, 0x00006867u, 0x00006758u, 0x00002a7bu, 0x00003eb0u, 0x00002a82u, 0x000300f7u, - 0x00002a9bu, 0x00000000u, 0x000400fau, 0x000027bau, 0x00002a93u, 0x00002a9bu, 0x000200f8u, 0x00002a93u, - 0x00050050u, 0x00000058u, 0x00002a96u, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002a97u, - 0x00002a96u, 0x0003003eu, 0x0000272bu, 0x00002a97u, 0x00050041u, 0x00000007u, 0x00003edfu, 0x0000272bu, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003ee0u, 0x00003edfu, 0x00050084u, 0x00000006u, 0x00003ee1u, - 0x000025f7u, 0x00003ee0u, 0x00050080u, 0x00000006u, 0x00003ee2u, 0x000025f5u, 0x00003ee1u, 0x00050041u, - 0x00000007u, 0x00003ee3u, 0x0000272bu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003ee4u, 0x00003ee3u, - 0x00050080u, 0x00000006u, 0x00003ee6u, 0x00003ee2u, 0x00003ee4u, 0x000500c7u, 0x00000006u, 0x00003ee8u, - 0x00003ee6u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003eebu, 0x00003edfu, 0x000500c7u, 0x00000006u, - 0x00003eecu, 0x00003eebu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003eedu, 0x00003eecu, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x00003eefu, 0x00003ee8u, 0x00003eedu, 0x000500c6u, 0x00000006u, 0x00003ef1u, - 0x00003eefu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003ef4u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00003ef1u, 0x0004003du, 0x0000000fu, 0x00003ef5u, 0x00003ef4u, 0x00040071u, 0x00000006u, - 0x00003ef6u, 0x00003ef5u, 0x00040071u, 0x00000011u, 0x00003ef8u, 0x00003ef6u, 0x0004007cu, 0x00000012u, - 0x00003ef9u, 0x00003ef8u, 0x00070050u, 0x00000013u, 0x00003efau, 0x00003ef9u, 0x00003ef9u, 0x00003ef9u, - 0x00003ef9u, 0x000200f9u, 0x00002a9bu, 0x000200f8u, 0x00002a9bu, 0x000700f5u, 0x00000013u, 0x00006959u, - 0x00006758u, 0x00002a91u, 0x00003efau, 0x00002a93u, 0x000200f9u, 0x00002a9cu, 0x000200f8u, 0x00002a5au, - 0x0004007cu, 0x000000abu, 0x00002a5cu, 0x00006727u, 0x0003003eu, 0x00002716u, 0x00002a5cu, 0x00050041u, - 0x00000007u, 0x00003da1u, 0x00002716u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003da2u, 0x00003da1u, - 0x00050084u, 0x00000006u, 0x00003da3u, 0x000025f7u, 0x00003da2u, 0x00050080u, 0x00000006u, 0x00003da4u, - 0x000025f5u, 0x00003da3u, 0x00050041u, 0x00000007u, 0x00003da5u, 0x00002716u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00003da6u, 0x00003da5u, 0x000500c2u, 0x00000006u, 0x00003da7u, 0x00003da6u, 0x000001a8u, - 0x00050080u, 0x00000006u, 0x00003da9u, 0x00003da4u, 0x00003da7u, 0x000500c7u, 0x00000006u, 0x00003dabu, - 0x00003da9u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003dadu, 0x00003da5u, 0x000400c8u, 0x00000006u, - 0x00003daeu, 0x00003dadu, 0x000500c7u, 0x00000006u, 0x00003dafu, 0x00003daeu, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00003db0u, 0x00003dafu, 0x00000694u, 0x0004003du, 0x00000006u, 0x00003db3u, 0x00003da1u, - 0x000500c7u, 0x00000006u, 0x00003db4u, 0x00003db3u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003db5u, - 0x00003db4u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00003db7u, 0x00003dabu, 0x00003db5u, 0x000500c6u, - 0x00000006u, 0x00003db9u, 0x00003db7u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003dbcu, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003db9u, 0x0004003du, 0x0000000fu, 0x00003dbdu, 0x00003dbcu, - 0x00040071u, 0x00000006u, 0x00003dbeu, 0x00003dbdu, 0x000500c2u, 0x00000006u, 0x00003dc1u, 0x00003dbeu, - 0x00003db0u, 0x000500c7u, 0x00000006u, 0x00003dc2u, 0x00003dc1u, 0x000006b1u, 0x000500c4u, 0x00000006u, - 0x00003dc4u, 0x00003dc2u, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003dc6u, 0x00003dc2u, 0x00003dc4u, - 0x00040071u, 0x00000011u, 0x00003dc8u, 0x00003dc6u, 0x0004007cu, 0x00000012u, 0x00003dc9u, 0x00003dc8u, - 0x00070050u, 0x00000013u, 0x00003dcau, 0x00003dc9u, 0x00003dc9u, 0x00003dc9u, 0x00003dc9u, 0x000300f7u, - 0x00002a70u, 0x00000000u, 0x000400fau, 0x00001affu, 0x00002a61u, 0x00002a70u, 0x000200f8u, 0x00002a61u, - 0x00050050u, 0x00000058u, 0x00002a64u, 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x00002a65u, - 0x00002a64u, 0x0003003eu, 0x00002719u, 0x00002a65u, 0x00050041u, 0x00000007u, 0x00003dd5u, 0x00002719u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003dd6u, 0x00003dd5u, 0x00050084u, 0x00000006u, 0x00003dd7u, - 0x000025f7u, 0x00003dd6u, 0x00050080u, 0x00000006u, 0x00003dd8u, 0x000025f5u, 0x00003dd7u, 0x00050041u, - 0x00000007u, 0x00003dd9u, 0x00002719u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003ddau, 0x00003dd9u, - 0x000500c2u, 0x00000006u, 0x00003ddbu, 0x00003ddau, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00003dddu, - 0x00003dd8u, 0x00003ddbu, 0x000500c7u, 0x00000006u, 0x00003ddfu, 0x00003dddu, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x00003de1u, 0x00003dd9u, 0x000400c8u, 0x00000006u, 0x00003de2u, 0x00003de1u, 0x000500c7u, - 0x00000006u, 0x00003de3u, 0x00003de2u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003de4u, 0x00003de3u, - 0x00000694u, 0x0004003du, 0x00000006u, 0x00003de7u, 0x00003dd5u, 0x000500c7u, 0x00000006u, 0x00003de8u, - 0x00003de7u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003de9u, 0x00003de8u, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00003debu, 0x00003ddfu, 0x00003de9u, 0x000500c6u, 0x00000006u, 0x00003dedu, 0x00003debu, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003df0u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00003dedu, 0x0004003du, 0x0000000fu, 0x00003df1u, 0x00003df0u, 0x00040071u, 0x00000006u, 0x00003df2u, - 0x00003df1u, 0x000500c2u, 0x00000006u, 0x00003df5u, 0x00003df2u, 0x00003de4u, 0x000500c7u, 0x00000006u, - 0x00003df6u, 0x00003df5u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00003df8u, 0x00003df6u, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x00003dfau, 0x00003df6u, 0x00003df8u, 0x00040071u, 0x00000011u, 0x00003dfcu, - 0x00003dfau, 0x0004007cu, 0x00000012u, 0x00003dfdu, 0x00003dfcu, 0x00070050u, 0x00000013u, 0x00003dfeu, - 0x00003dfdu, 0x00003dfdu, 0x00003dfdu, 0x00003dfdu, 0x00050050u, 0x00000058u, 0x00002a6bu, 0x00006712u, - 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002a6cu, 0x00002a6bu, 0x0003003eu, 0x0000271cu, 0x00002a6cu, - 0x00050041u, 0x00000007u, 0x00003e09u, 0x0000271cu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003e0au, - 0x00003e09u, 0x00050084u, 0x00000006u, 0x00003e0bu, 0x000025f7u, 0x00003e0au, 0x00050080u, 0x00000006u, - 0x00003e0cu, 0x000025f5u, 0x00003e0bu, 0x00050041u, 0x00000007u, 0x00003e0du, 0x0000271cu, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00003e0eu, 0x00003e0du, 0x000500c2u, 0x00000006u, 0x00003e0fu, 0x00003e0eu, - 0x000001a8u, 0x00050080u, 0x00000006u, 0x00003e11u, 0x00003e0cu, 0x00003e0fu, 0x000500c7u, 0x00000006u, - 0x00003e13u, 0x00003e11u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003e15u, 0x00003e0du, 0x000400c8u, - 0x00000006u, 0x00003e16u, 0x00003e15u, 0x000500c7u, 0x00000006u, 0x00003e17u, 0x00003e16u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00003e18u, 0x00003e17u, 0x00000694u, 0x0004003du, 0x00000006u, 0x00003e1bu, - 0x00003e09u, 0x000500c7u, 0x00000006u, 0x00003e1cu, 0x00003e1bu, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00003e1du, 0x00003e1cu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00003e1fu, 0x00003e13u, 0x00003e1du, - 0x000500c6u, 0x00000006u, 0x00003e21u, 0x00003e1fu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003e24u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003e21u, 0x0004003du, 0x0000000fu, 0x00003e25u, - 0x00003e24u, 0x00040071u, 0x00000006u, 0x00003e26u, 0x00003e25u, 0x000500c2u, 0x00000006u, 0x00003e29u, - 0x00003e26u, 0x00003e18u, 0x000500c7u, 0x00000006u, 0x00003e2au, 0x00003e29u, 0x000006b1u, 0x000500c4u, - 0x00000006u, 0x00003e2cu, 0x00003e2au, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003e2eu, 0x00003e2au, - 0x00003e2cu, 0x00040071u, 0x00000011u, 0x00003e30u, 0x00003e2eu, 0x0004007cu, 0x00000012u, 0x00003e31u, - 0x00003e30u, 0x00070050u, 0x00000013u, 0x00003e32u, 0x00003e31u, 0x00003e31u, 0x00003e31u, 0x00003e31u, - 0x000200f9u, 0x00002a70u, 0x000200f8u, 0x00002a70u, 0x000700f5u, 0x00000013u, 0x000068deu, 0x00006758u, - 0x00002a5au, 0x00003e32u, 0x00002a61u, 0x000700f5u, 0x00000013u, 0x00006865u, 0x00006758u, 0x00002a5au, - 0x00003dfeu, 0x00002a61u, 0x000300f7u, 0x00002a7au, 0x00000000u, 0x000400fau, 0x000027bau, 0x00002a72u, - 0x00002a7au, 0x000200f8u, 0x00002a72u, 0x00050050u, 0x00000058u, 0x00002a75u, 0x00006716u, 0x000027b0u, - 0x0004007cu, 0x000000abu, 0x00002a76u, 0x00002a75u, 0x0003003eu, 0x0000271fu, 0x00002a76u, 0x00050041u, - 0x00000007u, 0x00003e3du, 0x0000271fu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003e3eu, 0x00003e3du, - 0x00050084u, 0x00000006u, 0x00003e3fu, 0x000025f7u, 0x00003e3eu, 0x00050080u, 0x00000006u, 0x00003e40u, - 0x000025f5u, 0x00003e3fu, 0x00050041u, 0x00000007u, 0x00003e41u, 0x0000271fu, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00003e42u, 0x00003e41u, 0x000500c2u, 0x00000006u, 0x00003e43u, 0x00003e42u, 0x000001a8u, - 0x00050080u, 0x00000006u, 0x00003e45u, 0x00003e40u, 0x00003e43u, 0x000500c7u, 0x00000006u, 0x00003e47u, - 0x00003e45u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003e49u, 0x00003e41u, 0x000400c8u, 0x00000006u, - 0x00003e4au, 0x00003e49u, 0x000500c7u, 0x00000006u, 0x00003e4bu, 0x00003e4au, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00003e4cu, 0x00003e4bu, 0x00000694u, 0x0004003du, 0x00000006u, 0x00003e4fu, 0x00003e3du, - 0x000500c7u, 0x00000006u, 0x00003e50u, 0x00003e4fu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003e51u, - 0x00003e50u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00003e53u, 0x00003e47u, 0x00003e51u, 0x000500c6u, - 0x00000006u, 0x00003e55u, 0x00003e53u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003e58u, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003e55u, 0x0004003du, 0x0000000fu, 0x00003e59u, 0x00003e58u, - 0x00040071u, 0x00000006u, 0x00003e5au, 0x00003e59u, 0x000500c2u, 0x00000006u, 0x00003e5du, 0x00003e5au, - 0x00003e4cu, 0x000500c7u, 0x00000006u, 0x00003e5eu, 0x00003e5du, 0x000006b1u, 0x000500c4u, 0x00000006u, - 0x00003e60u, 0x00003e5eu, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003e62u, 0x00003e5eu, 0x00003e60u, - 0x00040071u, 0x00000011u, 0x00003e64u, 0x00003e62u, 0x0004007cu, 0x00000012u, 0x00003e65u, 0x00003e64u, - 0x00070050u, 0x00000013u, 0x00003e66u, 0x00003e65u, 0x00003e65u, 0x00003e65u, 0x00003e65u, 0x000200f9u, - 0x00002a7au, 0x000200f8u, 0x00002a7au, 0x000700f5u, 0x00000013u, 0x00006957u, 0x00006758u, 0x00002a70u, - 0x00003e66u, 0x00002a72u, 0x000200f9u, 0x00002a9cu, 0x000200f8u, 0x00002a39u, 0x0004007cu, 0x000000abu, - 0x00002a3bu, 0x00006727u, 0x0003003eu, 0x0000272eu, 0x00002a3bu, 0x00050041u, 0x00000007u, 0x00003cecu, - 0x0000272eu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003cedu, 0x00003cecu, 0x00050084u, 0x00000006u, - 0x00003ceeu, 0x000025f7u, 0x00003cedu, 0x00050080u, 0x00000006u, 0x00003cefu, 0x000025f5u, 0x00003ceeu, - 0x00050041u, 0x00000007u, 0x00003cf0u, 0x0000272eu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003cf1u, - 0x00003cf0u, 0x00050084u, 0x00000006u, 0x00003cf2u, 0x00003cf1u, 0x000002fau, 0x00050080u, 0x00000006u, - 0x00003cf4u, 0x00003cefu, 0x00003cf2u, 0x000500c7u, 0x00000006u, 0x00003cf6u, 0x00003cf4u, 0x0000068cu, - 0x000500c2u, 0x00000006u, 0x00003cf8u, 0x00003cf6u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003cfau, - 0x00003cecu, 0x000500c7u, 0x00000006u, 0x00003cfbu, 0x00003cfau, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00003cfcu, 0x00003cfbu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003cfeu, 0x00003cf8u, 0x00003cfcu, - 0x000500c6u, 0x00000006u, 0x00003d00u, 0x00003cfeu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003d03u, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003d00u, 0x0004003du, 0x00000011u, 0x00003d04u, - 0x00003d03u, 0x00040071u, 0x00000006u, 0x00003d05u, 0x00003d04u, 0x000500c2u, 0x00000006u, 0x00003d07u, - 0x00003d05u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00003d08u, 0x00003d07u, 0x0004007cu, 0x00000012u, - 0x00003d09u, 0x00003d08u, 0x000500c7u, 0x00000006u, 0x00003d0bu, 0x00003d05u, 0x00000659u, 0x00040071u, - 0x00000011u, 0x00003d0cu, 0x00003d0bu, 0x0004007cu, 0x00000012u, 0x00003d0du, 0x00003d0cu, 0x00050050u, - 0x0000011du, 0x00003d0eu, 0x00003d09u, 0x00003d0du, 0x0009004fu, 0x00000013u, 0x00003d0fu, 0x00003d0eu, - 0x00003d0eu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00002a4fu, 0x00000000u, - 0x000400fau, 0x00001affu, 0x00002a40u, 0x00002a4fu, 0x000200f8u, 0x00002a40u, 0x00050050u, 0x00000058u, - 0x00002a43u, 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x00002a44u, 0x00002a43u, 0x0003003eu, - 0x00002731u, 0x00002a44u, 0x00050041u, 0x00000007u, 0x00003d19u, 0x00002731u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x00003d1au, 0x00003d19u, 0x00050084u, 0x00000006u, 0x00003d1bu, 0x000025f7u, 0x00003d1au, - 0x00050080u, 0x00000006u, 0x00003d1cu, 0x000025f5u, 0x00003d1bu, 0x00050041u, 0x00000007u, 0x00003d1du, - 0x00002731u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003d1eu, 0x00003d1du, 0x00050084u, 0x00000006u, - 0x00003d1fu, 0x00003d1eu, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003d21u, 0x00003d1cu, 0x00003d1fu, - 0x000500c7u, 0x00000006u, 0x00003d23u, 0x00003d21u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00003d25u, - 0x00003d23u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003d27u, 0x00003d19u, 0x000500c7u, 0x00000006u, - 0x00003d28u, 0x00003d27u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003d29u, 0x00003d28u, 0x000001a8u, - 0x000500c6u, 0x00000006u, 0x00003d2bu, 0x00003d25u, 0x00003d29u, 0x000500c6u, 0x00000006u, 0x00003d2du, - 0x00003d2bu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003d30u, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00003d2du, 0x0004003du, 0x00000011u, 0x00003d31u, 0x00003d30u, 0x00040071u, 0x00000006u, - 0x00003d32u, 0x00003d31u, 0x000500c2u, 0x00000006u, 0x00003d34u, 0x00003d32u, 0x000001dbu, 0x00040071u, - 0x00000011u, 0x00003d35u, 0x00003d34u, 0x0004007cu, 0x00000012u, 0x00003d36u, 0x00003d35u, 0x000500c7u, - 0x00000006u, 0x00003d38u, 0x00003d32u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003d39u, 0x00003d38u, - 0x0004007cu, 0x00000012u, 0x00003d3au, 0x00003d39u, 0x00050050u, 0x0000011du, 0x00003d3bu, 0x00003d36u, - 0x00003d3au, 0x0009004fu, 0x00000013u, 0x00003d3cu, 0x00003d3bu, 0x00003d3bu, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x00050050u, 0x00000058u, 0x00002a4au, 0x00006712u, 0x000027b0u, 0x0004007cu, - 0x000000abu, 0x00002a4bu, 0x00002a4au, 0x0003003eu, 0x00002734u, 0x00002a4bu, 0x00050041u, 0x00000007u, - 0x00003d46u, 0x00002734u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003d47u, 0x00003d46u, 0x00050084u, - 0x00000006u, 0x00003d48u, 0x000025f7u, 0x00003d47u, 0x00050080u, 0x00000006u, 0x00003d49u, 0x000025f5u, - 0x00003d48u, 0x00050041u, 0x00000007u, 0x00003d4au, 0x00002734u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00003d4bu, 0x00003d4au, 0x00050084u, 0x00000006u, 0x00003d4cu, 0x00003d4bu, 0x000002fau, 0x00050080u, - 0x00000006u, 0x00003d4eu, 0x00003d49u, 0x00003d4cu, 0x000500c7u, 0x00000006u, 0x00003d50u, 0x00003d4eu, - 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00003d52u, 0x00003d50u, 0x000001a8u, 0x0004003du, 0x00000006u, - 0x00003d54u, 0x00003d46u, 0x000500c7u, 0x00000006u, 0x00003d55u, 0x00003d54u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00003d56u, 0x00003d55u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003d58u, 0x00003d52u, - 0x00003d56u, 0x000500c6u, 0x00000006u, 0x00003d5au, 0x00003d58u, 0x000002f6u, 0x00080041u, 0x0000077au, - 0x00003d5du, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003d5au, 0x0004003du, 0x00000011u, - 0x00003d5eu, 0x00003d5du, 0x00040071u, 0x00000006u, 0x00003d5fu, 0x00003d5eu, 0x000500c2u, 0x00000006u, - 0x00003d61u, 0x00003d5fu, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00003d62u, 0x00003d61u, 0x0004007cu, - 0x00000012u, 0x00003d63u, 0x00003d62u, 0x000500c7u, 0x00000006u, 0x00003d65u, 0x00003d5fu, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00003d66u, 0x00003d65u, 0x0004007cu, 0x00000012u, 0x00003d67u, 0x00003d66u, - 0x00050050u, 0x0000011du, 0x00003d68u, 0x00003d63u, 0x00003d67u, 0x0009004fu, 0x00000013u, 0x00003d69u, - 0x00003d68u, 0x00003d68u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002a4fu, - 0x000200f8u, 0x00002a4fu, 0x000700f5u, 0x00000013u, 0x000068dcu, 0x00006758u, 0x00002a39u, 0x00003d69u, - 0x00002a40u, 0x000700f5u, 0x00000013u, 0x00006863u, 0x00006758u, 0x00002a39u, 0x00003d3cu, 0x00002a40u, - 0x000300f7u, 0x00002a59u, 0x00000000u, 0x000400fau, 0x000027bau, 0x00002a51u, 0x00002a59u, 0x000200f8u, - 0x00002a51u, 0x00050050u, 0x00000058u, 0x00002a54u, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, - 0x00002a55u, 0x00002a54u, 0x0003003eu, 0x00002737u, 0x00002a55u, 0x00050041u, 0x00000007u, 0x00003d73u, - 0x00002737u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003d74u, 0x00003d73u, 0x00050084u, 0x00000006u, - 0x00003d75u, 0x000025f7u, 0x00003d74u, 0x00050080u, 0x00000006u, 0x00003d76u, 0x000025f5u, 0x00003d75u, - 0x00050041u, 0x00000007u, 0x00003d77u, 0x00002737u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003d78u, - 0x00003d77u, 0x00050084u, 0x00000006u, 0x00003d79u, 0x00003d78u, 0x000002fau, 0x00050080u, 0x00000006u, - 0x00003d7bu, 0x00003d76u, 0x00003d79u, 0x000500c7u, 0x00000006u, 0x00003d7du, 0x00003d7bu, 0x0000068cu, - 0x000500c2u, 0x00000006u, 0x00003d7fu, 0x00003d7du, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003d81u, - 0x00003d73u, 0x000500c7u, 0x00000006u, 0x00003d82u, 0x00003d81u, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00003d83u, 0x00003d82u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003d85u, 0x00003d7fu, 0x00003d83u, - 0x000500c6u, 0x00000006u, 0x00003d87u, 0x00003d85u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003d8au, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003d87u, 0x0004003du, 0x00000011u, 0x00003d8bu, - 0x00003d8au, 0x00040071u, 0x00000006u, 0x00003d8cu, 0x00003d8bu, 0x000500c2u, 0x00000006u, 0x00003d8eu, - 0x00003d8cu, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00003d8fu, 0x00003d8eu, 0x0004007cu, 0x00000012u, - 0x00003d90u, 0x00003d8fu, 0x000500c7u, 0x00000006u, 0x00003d92u, 0x00003d8cu, 0x00000659u, 0x00040071u, - 0x00000011u, 0x00003d93u, 0x00003d92u, 0x0004007cu, 0x00000012u, 0x00003d94u, 0x00003d93u, 0x00050050u, - 0x0000011du, 0x00003d95u, 0x00003d90u, 0x00003d94u, 0x0009004fu, 0x00000013u, 0x00003d96u, 0x00003d95u, - 0x00003d95u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002a59u, 0x000200f8u, - 0x00002a59u, 0x000700f5u, 0x00000013u, 0x00006955u, 0x00006758u, 0x00002a4fu, 0x00003d96u, 0x00002a51u, - 0x000200f9u, 0x00002a9cu, 0x000200f8u, 0x00002a9cu, 0x000900f5u, 0x00000013u, 0x00006954u, 0x00006955u, - 0x00002a59u, 0x00006957u, 0x00002a7au, 0x00006959u, 0x00002a9bu, 0x000900f5u, 0x00000013u, 0x000068dau, - 0x000068dcu, 0x00002a59u, 0x000068deu, 0x00002a7au, 0x000068e0u, 0x00002a9bu, 0x000900f5u, 0x00000013u, - 0x00006861u, 0x00006863u, 0x00002a59u, 0x00006865u, 0x00002a7au, 0x00006867u, 0x00002a9bu, 0x000900f5u, - 0x00000013u, 0x000067aeu, 0x00003d0fu, 0x00002a59u, 0x00003dcau, 0x00002a7au, 0x00003e8bu, 0x00002a9bu, - 0x000200f9u, 0x00002a9du, 0x000200f8u, 0x000029aau, 0x00040071u, 0x00000006u, 0x000029adu, 0x00007dd9u, - 0x0004007cu, 0x00000008u, 0x000029aeu, 0x000029adu, 0x000300f7u, 0x00002a33u, 0x00000000u, 0x000b00fbu, - 0x000029aeu, 0x00002a33u, 0x00000000u, 0x000029afu, 0x00000001u, 0x000029d0u, 0x00000002u, 0x000029f1u, - 0x00000003u, 0x00002a12u, 0x000200f8u, 0x00002a12u, 0x0004007cu, 0x000000abu, 0x00002a14u, 0x00006727u, - 0x0003003eu, 0x0000270au, 0x00002a14u, 0x00050041u, 0x00000007u, 0x00003c38u, 0x0000270au, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00003c39u, 0x00003c38u, 0x00050084u, 0x00000006u, 0x00003c3au, 0x000025f7u, - 0x00003c39u, 0x00050080u, 0x00000006u, 0x00003c3bu, 0x000025f5u, 0x00003c3au, 0x00050041u, 0x00000007u, - 0x00003c3cu, 0x0000270au, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003c3du, 0x00003c3cu, 0x00050084u, - 0x00000006u, 0x00003c3eu, 0x00003c3du, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003c40u, 0x00003c3bu, - 0x00003c3eu, 0x000500c7u, 0x00000006u, 0x00003c42u, 0x00003c40u, 0x0000068cu, 0x000500c2u, 0x00000006u, - 0x00003c44u, 0x00003c42u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003c46u, 0x00003c38u, 0x000500c7u, - 0x00000006u, 0x00003c47u, 0x00003c46u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003c48u, 0x00003c47u, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003c4au, 0x00003c44u, 0x00003c48u, 0x000500c6u, 0x00000006u, - 0x00003c4cu, 0x00003c4au, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003c4fu, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00003c4cu, 0x0004003du, 0x00000011u, 0x00003c50u, 0x00003c4fu, 0x00040071u, - 0x00000006u, 0x00003c51u, 0x00003c50u, 0x000500c2u, 0x00000006u, 0x00003c53u, 0x00003c51u, 0x000001dbu, - 0x00040071u, 0x00000011u, 0x00003c54u, 0x00003c53u, 0x0004007cu, 0x00000012u, 0x00003c55u, 0x00003c54u, - 0x000500c7u, 0x00000006u, 0x00003c57u, 0x00003c51u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003c58u, - 0x00003c57u, 0x0004007cu, 0x00000012u, 0x00003c59u, 0x00003c58u, 0x00050050u, 0x0000011du, 0x00003c5au, - 0x00003c55u, 0x00003c59u, 0x0009004fu, 0x00000013u, 0x00003c5bu, 0x00003c5au, 0x00003c5au, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00002a28u, 0x00000000u, 0x000400fau, 0x00001affu, - 0x00002a19u, 0x00002a28u, 0x000200f8u, 0x00002a19u, 0x00050050u, 0x00000058u, 0x00002a1cu, 0x00006716u, - 0x000027aeu, 0x0004007cu, 0x000000abu, 0x00002a1du, 0x00002a1cu, 0x0003003eu, 0x0000270du, 0x00002a1du, - 0x00050041u, 0x00000007u, 0x00003c65u, 0x0000270du, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003c66u, - 0x00003c65u, 0x00050084u, 0x00000006u, 0x00003c67u, 0x000025f7u, 0x00003c66u, 0x00050080u, 0x00000006u, - 0x00003c68u, 0x000025f5u, 0x00003c67u, 0x00050041u, 0x00000007u, 0x00003c69u, 0x0000270du, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00003c6au, 0x00003c69u, 0x00050084u, 0x00000006u, 0x00003c6bu, 0x00003c6au, - 0x000002fau, 0x00050080u, 0x00000006u, 0x00003c6du, 0x00003c68u, 0x00003c6bu, 0x000500c7u, 0x00000006u, - 0x00003c6fu, 0x00003c6du, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00003c71u, 0x00003c6fu, 0x000001a8u, - 0x0004003du, 0x00000006u, 0x00003c73u, 0x00003c65u, 0x000500c7u, 0x00000006u, 0x00003c74u, 0x00003c73u, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003c75u, 0x00003c74u, 0x000001a8u, 0x000500c6u, 0x00000006u, - 0x00003c77u, 0x00003c71u, 0x00003c75u, 0x000500c6u, 0x00000006u, 0x00003c79u, 0x00003c77u, 0x000002f6u, - 0x00080041u, 0x0000077au, 0x00003c7cu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003c79u, - 0x0004003du, 0x00000011u, 0x00003c7du, 0x00003c7cu, 0x00040071u, 0x00000006u, 0x00003c7eu, 0x00003c7du, - 0x000500c2u, 0x00000006u, 0x00003c80u, 0x00003c7eu, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00003c81u, - 0x00003c80u, 0x0004007cu, 0x00000012u, 0x00003c82u, 0x00003c81u, 0x000500c7u, 0x00000006u, 0x00003c84u, - 0x00003c7eu, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003c85u, 0x00003c84u, 0x0004007cu, 0x00000012u, - 0x00003c86u, 0x00003c85u, 0x00050050u, 0x0000011du, 0x00003c87u, 0x00003c82u, 0x00003c86u, 0x0009004fu, - 0x00000013u, 0x00003c88u, 0x00003c87u, 0x00003c87u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x00050050u, 0x00000058u, 0x00002a23u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002a24u, - 0x00002a23u, 0x0003003eu, 0x00002710u, 0x00002a24u, 0x00050041u, 0x00000007u, 0x00003c92u, 0x00002710u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003c93u, 0x00003c92u, 0x00050084u, 0x00000006u, 0x00003c94u, - 0x000025f7u, 0x00003c93u, 0x00050080u, 0x00000006u, 0x00003c95u, 0x000025f5u, 0x00003c94u, 0x00050041u, - 0x00000007u, 0x00003c96u, 0x00002710u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003c97u, 0x00003c96u, - 0x00050084u, 0x00000006u, 0x00003c98u, 0x00003c97u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003c9au, - 0x00003c95u, 0x00003c98u, 0x000500c7u, 0x00000006u, 0x00003c9cu, 0x00003c9au, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x00003c9eu, 0x00003c9cu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003ca0u, 0x00003c92u, - 0x000500c7u, 0x00000006u, 0x00003ca1u, 0x00003ca0u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003ca2u, - 0x00003ca1u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003ca4u, 0x00003c9eu, 0x00003ca2u, 0x000500c6u, - 0x00000006u, 0x00003ca6u, 0x00003ca4u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003ca9u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003ca6u, 0x0004003du, 0x00000011u, 0x00003caau, 0x00003ca9u, - 0x00040071u, 0x00000006u, 0x00003cabu, 0x00003caau, 0x000500c2u, 0x00000006u, 0x00003cadu, 0x00003cabu, - 0x000001dbu, 0x00040071u, 0x00000011u, 0x00003caeu, 0x00003cadu, 0x0004007cu, 0x00000012u, 0x00003cafu, - 0x00003caeu, 0x000500c7u, 0x00000006u, 0x00003cb1u, 0x00003cabu, 0x00000659u, 0x00040071u, 0x00000011u, - 0x00003cb2u, 0x00003cb1u, 0x0004007cu, 0x00000012u, 0x00003cb3u, 0x00003cb2u, 0x00050050u, 0x0000011du, - 0x00003cb4u, 0x00003cafu, 0x00003cb3u, 0x0009004fu, 0x00000013u, 0x00003cb5u, 0x00003cb4u, 0x00003cb4u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002a28u, 0x000200f8u, 0x00002a28u, - 0x000700f5u, 0x00000013u, 0x000068d9u, 0x00006758u, 0x00002a12u, 0x00003cb5u, 0x00002a19u, 0x000700f5u, - 0x00000013u, 0x00006860u, 0x00006758u, 0x00002a12u, 0x00003c88u, 0x00002a19u, 0x000300f7u, 0x00002a32u, - 0x00000000u, 0x000400fau, 0x000027bau, 0x00002a2au, 0x00002a32u, 0x000200f8u, 0x00002a2au, 0x00050050u, - 0x00000058u, 0x00002a2du, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002a2eu, 0x00002a2du, - 0x0003003eu, 0x00002713u, 0x00002a2eu, 0x00050041u, 0x00000007u, 0x00003cbfu, 0x00002713u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00003cc0u, 0x00003cbfu, 0x00050084u, 0x00000006u, 0x00003cc1u, 0x000025f7u, - 0x00003cc0u, 0x00050080u, 0x00000006u, 0x00003cc2u, 0x000025f5u, 0x00003cc1u, 0x00050041u, 0x00000007u, - 0x00003cc3u, 0x00002713u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003cc4u, 0x00003cc3u, 0x00050084u, - 0x00000006u, 0x00003cc5u, 0x00003cc4u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003cc7u, 0x00003cc2u, - 0x00003cc5u, 0x000500c7u, 0x00000006u, 0x00003cc9u, 0x00003cc7u, 0x0000068cu, 0x000500c2u, 0x00000006u, - 0x00003ccbu, 0x00003cc9u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003ccdu, 0x00003cbfu, 0x000500c7u, - 0x00000006u, 0x00003cceu, 0x00003ccdu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003ccfu, 0x00003cceu, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003cd1u, 0x00003ccbu, 0x00003ccfu, 0x000500c6u, 0x00000006u, - 0x00003cd3u, 0x00003cd1u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003cd6u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00003cd3u, 0x0004003du, 0x00000011u, 0x00003cd7u, 0x00003cd6u, 0x00040071u, - 0x00000006u, 0x00003cd8u, 0x00003cd7u, 0x000500c2u, 0x00000006u, 0x00003cdau, 0x00003cd8u, 0x000001dbu, - 0x00040071u, 0x00000011u, 0x00003cdbu, 0x00003cdau, 0x0004007cu, 0x00000012u, 0x00003cdcu, 0x00003cdbu, - 0x000500c7u, 0x00000006u, 0x00003cdeu, 0x00003cd8u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003cdfu, - 0x00003cdeu, 0x0004007cu, 0x00000012u, 0x00003ce0u, 0x00003cdfu, 0x00050050u, 0x0000011du, 0x00003ce1u, - 0x00003cdcu, 0x00003ce0u, 0x0009004fu, 0x00000013u, 0x00003ce2u, 0x00003ce1u, 0x00003ce1u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002a32u, 0x000200f8u, 0x00002a32u, 0x000700f5u, - 0x00000013u, 0x00006952u, 0x00006758u, 0x00002a28u, 0x00003ce2u, 0x00002a2au, 0x000200f9u, 0x00002a33u, - 0x000200f8u, 0x000029f1u, 0x0004007cu, 0x000000abu, 0x000029f3u, 0x00006727u, 0x0003003eu, 0x000026feu, - 0x000029f3u, 0x00050041u, 0x00000007u, 0x00003b4du, 0x000026feu, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x00003b4eu, 0x00003b4du, 0x00050084u, 0x00000006u, 0x00003b4fu, 0x000025f7u, 0x00003b4eu, 0x00050080u, - 0x00000006u, 0x00003b50u, 0x000025f5u, 0x00003b4fu, 0x00050041u, 0x00000007u, 0x00003b51u, 0x000026feu, - 0x00000290u, 0x0004003du, 0x00000006u, 0x00003b52u, 0x00003b51u, 0x00050084u, 0x00000006u, 0x00003b53u, - 0x00003b52u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003b55u, 0x00003b50u, 0x00003b53u, 0x000500c7u, - 0x00000006u, 0x00003b57u, 0x00003b55u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00003b59u, 0x00003b57u, - 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003b5bu, 0x00003b4du, 0x000500c7u, 0x00000006u, 0x00003b5cu, - 0x00003b5bu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003b5du, 0x00003b5cu, 0x000001a8u, 0x000500c6u, - 0x00000006u, 0x00003b5fu, 0x00003b59u, 0x00003b5du, 0x000500c6u, 0x00000006u, 0x00003b61u, 0x00003b5fu, - 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003b64u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00003b61u, 0x0004003du, 0x00000011u, 0x00003b65u, 0x00003b64u, 0x00040071u, 0x00000006u, 0x00003b66u, - 0x00003b65u, 0x000500c2u, 0x00000006u, 0x00003b6eu, 0x00003b66u, 0x000001dbu, 0x000500c7u, 0x00000006u, - 0x00003b70u, 0x00003b66u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003b72u, 0x00003b6eu, 0x0004007cu, - 0x00000012u, 0x00003b73u, 0x00003b72u, 0x00040071u, 0x00000011u, 0x00003b7bu, 0x00003b70u, 0x0004007cu, - 0x00000012u, 0x00003b7cu, 0x00003b7bu, 0x00070050u, 0x00000013u, 0x00003b7du, 0x00003b73u, 0x00003b73u, - 0x00003b73u, 0x00003b7cu, 0x000300f7u, 0x00002a07u, 0x00000000u, 0x000400fau, 0x00001affu, 0x000029f8u, - 0x00002a07u, 0x000200f8u, 0x000029f8u, 0x00050050u, 0x00000058u, 0x000029fbu, 0x00006716u, 0x000027aeu, - 0x0004007cu, 0x000000abu, 0x000029fcu, 0x000029fbu, 0x0003003eu, 0x00002701u, 0x000029fcu, 0x00050041u, - 0x00000007u, 0x00003b88u, 0x00002701u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003b89u, 0x00003b88u, - 0x00050084u, 0x00000006u, 0x00003b8au, 0x000025f7u, 0x00003b89u, 0x00050080u, 0x00000006u, 0x00003b8bu, - 0x000025f5u, 0x00003b8au, 0x00050041u, 0x00000007u, 0x00003b8cu, 0x00002701u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00003b8du, 0x00003b8cu, 0x00050084u, 0x00000006u, 0x00003b8eu, 0x00003b8du, 0x000002fau, - 0x00050080u, 0x00000006u, 0x00003b90u, 0x00003b8bu, 0x00003b8eu, 0x000500c7u, 0x00000006u, 0x00003b92u, - 0x00003b90u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00003b94u, 0x00003b92u, 0x000001a8u, 0x0004003du, - 0x00000006u, 0x00003b96u, 0x00003b88u, 0x000500c7u, 0x00000006u, 0x00003b97u, 0x00003b96u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00003b98u, 0x00003b97u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003b9au, - 0x00003b94u, 0x00003b98u, 0x000500c6u, 0x00000006u, 0x00003b9cu, 0x00003b9au, 0x000002f6u, 0x00080041u, - 0x0000077au, 0x00003b9fu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003b9cu, 0x0004003du, - 0x00000011u, 0x00003ba0u, 0x00003b9fu, 0x00040071u, 0x00000006u, 0x00003ba1u, 0x00003ba0u, 0x000500c2u, - 0x00000006u, 0x00003ba9u, 0x00003ba1u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00003babu, 0x00003ba1u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x00003badu, 0x00003ba9u, 0x0004007cu, 0x00000012u, 0x00003baeu, - 0x00003badu, 0x00040071u, 0x00000011u, 0x00003bb6u, 0x00003babu, 0x0004007cu, 0x00000012u, 0x00003bb7u, - 0x00003bb6u, 0x00070050u, 0x00000013u, 0x00003bb8u, 0x00003baeu, 0x00003baeu, 0x00003baeu, 0x00003bb7u, - 0x00050050u, 0x00000058u, 0x00002a02u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002a03u, - 0x00002a02u, 0x0003003eu, 0x00002704u, 0x00002a03u, 0x00050041u, 0x00000007u, 0x00003bc3u, 0x00002704u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003bc4u, 0x00003bc3u, 0x00050084u, 0x00000006u, 0x00003bc5u, - 0x000025f7u, 0x00003bc4u, 0x00050080u, 0x00000006u, 0x00003bc6u, 0x000025f5u, 0x00003bc5u, 0x00050041u, - 0x00000007u, 0x00003bc7u, 0x00002704u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003bc8u, 0x00003bc7u, - 0x00050084u, 0x00000006u, 0x00003bc9u, 0x00003bc8u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003bcbu, - 0x00003bc6u, 0x00003bc9u, 0x000500c7u, 0x00000006u, 0x00003bcdu, 0x00003bcbu, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x00003bcfu, 0x00003bcdu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003bd1u, 0x00003bc3u, - 0x000500c7u, 0x00000006u, 0x00003bd2u, 0x00003bd1u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003bd3u, - 0x00003bd2u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003bd5u, 0x00003bcfu, 0x00003bd3u, 0x000500c6u, - 0x00000006u, 0x00003bd7u, 0x00003bd5u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003bdau, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003bd7u, 0x0004003du, 0x00000011u, 0x00003bdbu, 0x00003bdau, - 0x00040071u, 0x00000006u, 0x00003bdcu, 0x00003bdbu, 0x000500c2u, 0x00000006u, 0x00003be4u, 0x00003bdcu, - 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00003be6u, 0x00003bdcu, 0x00000659u, 0x00040071u, 0x00000011u, - 0x00003be8u, 0x00003be4u, 0x0004007cu, 0x00000012u, 0x00003be9u, 0x00003be8u, 0x00040071u, 0x00000011u, - 0x00003bf1u, 0x00003be6u, 0x0004007cu, 0x00000012u, 0x00003bf2u, 0x00003bf1u, 0x00070050u, 0x00000013u, - 0x00003bf3u, 0x00003be9u, 0x00003be9u, 0x00003be9u, 0x00003bf2u, 0x000200f9u, 0x00002a07u, 0x000200f8u, - 0x00002a07u, 0x000700f5u, 0x00000013u, 0x000068d7u, 0x00006758u, 0x000029f1u, 0x00003bf3u, 0x000029f8u, - 0x000700f5u, 0x00000013u, 0x0000685eu, 0x00006758u, 0x000029f1u, 0x00003bb8u, 0x000029f8u, 0x000300f7u, - 0x00002a11u, 0x00000000u, 0x000400fau, 0x000027bau, 0x00002a09u, 0x00002a11u, 0x000200f8u, 0x00002a09u, - 0x00050050u, 0x00000058u, 0x00002a0cu, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002a0du, - 0x00002a0cu, 0x0003003eu, 0x00002707u, 0x00002a0du, 0x00050041u, 0x00000007u, 0x00003bfeu, 0x00002707u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003bffu, 0x00003bfeu, 0x00050084u, 0x00000006u, 0x00003c00u, - 0x000025f7u, 0x00003bffu, 0x00050080u, 0x00000006u, 0x00003c01u, 0x000025f5u, 0x00003c00u, 0x00050041u, - 0x00000007u, 0x00003c02u, 0x00002707u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003c03u, 0x00003c02u, - 0x00050084u, 0x00000006u, 0x00003c04u, 0x00003c03u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003c06u, - 0x00003c01u, 0x00003c04u, 0x000500c7u, 0x00000006u, 0x00003c08u, 0x00003c06u, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x00003c0au, 0x00003c08u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003c0cu, 0x00003bfeu, - 0x000500c7u, 0x00000006u, 0x00003c0du, 0x00003c0cu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003c0eu, - 0x00003c0du, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003c10u, 0x00003c0au, 0x00003c0eu, 0x000500c6u, - 0x00000006u, 0x00003c12u, 0x00003c10u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003c15u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003c12u, 0x0004003du, 0x00000011u, 0x00003c16u, 0x00003c15u, - 0x00040071u, 0x00000006u, 0x00003c17u, 0x00003c16u, 0x000500c2u, 0x00000006u, 0x00003c1fu, 0x00003c17u, - 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00003c21u, 0x00003c17u, 0x00000659u, 0x00040071u, 0x00000011u, - 0x00003c23u, 0x00003c1fu, 0x0004007cu, 0x00000012u, 0x00003c24u, 0x00003c23u, 0x00040071u, 0x00000011u, - 0x00003c2cu, 0x00003c21u, 0x0004007cu, 0x00000012u, 0x00003c2du, 0x00003c2cu, 0x00070050u, 0x00000013u, - 0x00003c2eu, 0x00003c24u, 0x00003c24u, 0x00003c24u, 0x00003c2du, 0x000200f9u, 0x00002a11u, 0x000200f8u, - 0x00002a11u, 0x000700f5u, 0x00000013u, 0x00006950u, 0x00006758u, 0x00002a07u, 0x00003c2eu, 0x00002a09u, - 0x000200f9u, 0x00002a33u, 0x000200f8u, 0x000029d0u, 0x0004007cu, 0x000000abu, 0x000029d2u, 0x00006727u, - 0x0003003eu, 0x000026f2u, 0x000029d2u, 0x00050041u, 0x00000007u, 0x00003a5eu, 0x000026f2u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00003a5fu, 0x00003a5eu, 0x00050084u, 0x00000006u, 0x00003a60u, 0x000025f7u, - 0x00003a5fu, 0x00050080u, 0x00000006u, 0x00003a61u, 0x000025f5u, 0x00003a60u, 0x00050041u, 0x00000007u, - 0x00003a62u, 0x000026f2u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003a63u, 0x00003a62u, 0x00050080u, - 0x00000006u, 0x00003a65u, 0x00003a61u, 0x00003a63u, 0x000500c7u, 0x00000006u, 0x00003a67u, 0x00003a65u, - 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003a6au, 0x00003a5eu, 0x000500c7u, 0x00000006u, 0x00003a6bu, - 0x00003a6au, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003a6cu, 0x00003a6bu, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00003a6eu, 0x00003a67u, 0x00003a6cu, 0x000500c6u, 0x00000006u, 0x00003a70u, 0x00003a6eu, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003a73u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00003a70u, 0x0004003du, 0x0000000fu, 0x00003a74u, 0x00003a73u, 0x00040071u, 0x00000006u, 0x00003a75u, - 0x00003a74u, 0x000500c2u, 0x00000006u, 0x00003a77u, 0x00003a75u, 0x000001b1u, 0x000500c7u, 0x00000006u, - 0x00003a79u, 0x00003a75u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00003a7bu, 0x00003a79u, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x00003a7du, 0x00003a79u, 0x00003a7bu, 0x000500c4u, 0x00000006u, 0x00003a7fu, - 0x00003a77u, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003a81u, 0x00003a77u, 0x00003a7fu, 0x00040071u, - 0x00000011u, 0x00003a83u, 0x00003a81u, 0x0004007cu, 0x00000012u, 0x00003a84u, 0x00003a83u, 0x00040071u, - 0x00000011u, 0x00003a8cu, 0x00003a7du, 0x0004007cu, 0x00000012u, 0x00003a8du, 0x00003a8cu, 0x00070050u, - 0x00000013u, 0x00003a8eu, 0x00003a84u, 0x00003a84u, 0x00003a84u, 0x00003a8du, 0x000300f7u, 0x000029e6u, - 0x00000000u, 0x000400fau, 0x00001affu, 0x000029d7u, 0x000029e6u, 0x000200f8u, 0x000029d7u, 0x00050050u, - 0x00000058u, 0x000029dau, 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x000029dbu, 0x000029dau, - 0x0003003eu, 0x000026f5u, 0x000029dbu, 0x00050041u, 0x00000007u, 0x00003a9au, 0x000026f5u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00003a9bu, 0x00003a9au, 0x00050084u, 0x00000006u, 0x00003a9cu, 0x000025f7u, - 0x00003a9bu, 0x00050080u, 0x00000006u, 0x00003a9du, 0x000025f5u, 0x00003a9cu, 0x00050041u, 0x00000007u, - 0x00003a9eu, 0x000026f5u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003a9fu, 0x00003a9eu, 0x00050080u, - 0x00000006u, 0x00003aa1u, 0x00003a9du, 0x00003a9fu, 0x000500c7u, 0x00000006u, 0x00003aa3u, 0x00003aa1u, - 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003aa6u, 0x00003a9au, 0x000500c7u, 0x00000006u, 0x00003aa7u, - 0x00003aa6u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003aa8u, 0x00003aa7u, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00003aaau, 0x00003aa3u, 0x00003aa8u, 0x000500c6u, 0x00000006u, 0x00003aacu, 0x00003aaau, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003aafu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00003aacu, 0x0004003du, 0x0000000fu, 0x00003ab0u, 0x00003aafu, 0x00040071u, 0x00000006u, 0x00003ab1u, - 0x00003ab0u, 0x000500c2u, 0x00000006u, 0x00003ab3u, 0x00003ab1u, 0x000001b1u, 0x000500c7u, 0x00000006u, - 0x00003ab5u, 0x00003ab1u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00003ab7u, 0x00003ab5u, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x00003ab9u, 0x00003ab5u, 0x00003ab7u, 0x000500c4u, 0x00000006u, 0x00003abbu, - 0x00003ab3u, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003abdu, 0x00003ab3u, 0x00003abbu, 0x00040071u, - 0x00000011u, 0x00003abfu, 0x00003abdu, 0x0004007cu, 0x00000012u, 0x00003ac0u, 0x00003abfu, 0x00040071u, - 0x00000011u, 0x00003ac8u, 0x00003ab9u, 0x0004007cu, 0x00000012u, 0x00003ac9u, 0x00003ac8u, 0x00070050u, - 0x00000013u, 0x00003acau, 0x00003ac0u, 0x00003ac0u, 0x00003ac0u, 0x00003ac9u, 0x00050050u, 0x00000058u, - 0x000029e1u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x000029e2u, 0x000029e1u, 0x0003003eu, - 0x000026f8u, 0x000029e2u, 0x00050041u, 0x00000007u, 0x00003ad6u, 0x000026f8u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x00003ad7u, 0x00003ad6u, 0x00050084u, 0x00000006u, 0x00003ad8u, 0x000025f7u, 0x00003ad7u, - 0x00050080u, 0x00000006u, 0x00003ad9u, 0x000025f5u, 0x00003ad8u, 0x00050041u, 0x00000007u, 0x00003adau, - 0x000026f8u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003adbu, 0x00003adau, 0x00050080u, 0x00000006u, - 0x00003addu, 0x00003ad9u, 0x00003adbu, 0x000500c7u, 0x00000006u, 0x00003adfu, 0x00003addu, 0x0000068cu, - 0x0004003du, 0x00000006u, 0x00003ae2u, 0x00003ad6u, 0x000500c7u, 0x00000006u, 0x00003ae3u, 0x00003ae2u, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003ae4u, 0x00003ae3u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00003ae6u, 0x00003adfu, 0x00003ae4u, 0x000500c6u, 0x00000006u, 0x00003ae8u, 0x00003ae6u, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x00003aebu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003ae8u, - 0x0004003du, 0x0000000fu, 0x00003aecu, 0x00003aebu, 0x00040071u, 0x00000006u, 0x00003aedu, 0x00003aecu, - 0x000500c2u, 0x00000006u, 0x00003aefu, 0x00003aedu, 0x000001b1u, 0x000500c7u, 0x00000006u, 0x00003af1u, - 0x00003aedu, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00003af3u, 0x00003af1u, 0x000001b1u, 0x000500c5u, - 0x00000006u, 0x00003af5u, 0x00003af1u, 0x00003af3u, 0x000500c4u, 0x00000006u, 0x00003af7u, 0x00003aefu, - 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003af9u, 0x00003aefu, 0x00003af7u, 0x00040071u, 0x00000011u, - 0x00003afbu, 0x00003af9u, 0x0004007cu, 0x00000012u, 0x00003afcu, 0x00003afbu, 0x00040071u, 0x00000011u, - 0x00003b04u, 0x00003af5u, 0x0004007cu, 0x00000012u, 0x00003b05u, 0x00003b04u, 0x00070050u, 0x00000013u, - 0x00003b06u, 0x00003afcu, 0x00003afcu, 0x00003afcu, 0x00003b05u, 0x000200f9u, 0x000029e6u, 0x000200f8u, - 0x000029e6u, 0x000700f5u, 0x00000013u, 0x000068d5u, 0x00006758u, 0x000029d0u, 0x00003b06u, 0x000029d7u, - 0x000700f5u, 0x00000013u, 0x0000685cu, 0x00006758u, 0x000029d0u, 0x00003acau, 0x000029d7u, 0x000300f7u, - 0x000029f0u, 0x00000000u, 0x000400fau, 0x000027bau, 0x000029e8u, 0x000029f0u, 0x000200f8u, 0x000029e8u, - 0x00050050u, 0x00000058u, 0x000029ebu, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x000029ecu, - 0x000029ebu, 0x0003003eu, 0x000026fbu, 0x000029ecu, 0x00050041u, 0x00000007u, 0x00003b12u, 0x000026fbu, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003b13u, 0x00003b12u, 0x00050084u, 0x00000006u, 0x00003b14u, - 0x000025f7u, 0x00003b13u, 0x00050080u, 0x00000006u, 0x00003b15u, 0x000025f5u, 0x00003b14u, 0x00050041u, - 0x00000007u, 0x00003b16u, 0x000026fbu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003b17u, 0x00003b16u, - 0x00050080u, 0x00000006u, 0x00003b19u, 0x00003b15u, 0x00003b17u, 0x000500c7u, 0x00000006u, 0x00003b1bu, - 0x00003b19u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003b1eu, 0x00003b12u, 0x000500c7u, 0x00000006u, - 0x00003b1fu, 0x00003b1eu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003b20u, 0x00003b1fu, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x00003b22u, 0x00003b1bu, 0x00003b20u, 0x000500c6u, 0x00000006u, 0x00003b24u, - 0x00003b22u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003b27u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00003b24u, 0x0004003du, 0x0000000fu, 0x00003b28u, 0x00003b27u, 0x00040071u, 0x00000006u, - 0x00003b29u, 0x00003b28u, 0x000500c2u, 0x00000006u, 0x00003b2bu, 0x00003b29u, 0x000001b1u, 0x000500c7u, - 0x00000006u, 0x00003b2du, 0x00003b29u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00003b2fu, 0x00003b2du, - 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003b31u, 0x00003b2du, 0x00003b2fu, 0x000500c4u, 0x00000006u, - 0x00003b33u, 0x00003b2bu, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003b35u, 0x00003b2bu, 0x00003b33u, - 0x00040071u, 0x00000011u, 0x00003b37u, 0x00003b35u, 0x0004007cu, 0x00000012u, 0x00003b38u, 0x00003b37u, - 0x00040071u, 0x00000011u, 0x00003b40u, 0x00003b31u, 0x0004007cu, 0x00000012u, 0x00003b41u, 0x00003b40u, - 0x00070050u, 0x00000013u, 0x00003b42u, 0x00003b38u, 0x00003b38u, 0x00003b38u, 0x00003b41u, 0x000200f9u, - 0x000029f0u, 0x000200f8u, 0x000029f0u, 0x000700f5u, 0x00000013u, 0x0000694eu, 0x00006758u, 0x000029e6u, - 0x00003b42u, 0x000029e8u, 0x000200f9u, 0x00002a33u, 0x000200f8u, 0x000029afu, 0x0004007cu, 0x000000abu, - 0x000029b1u, 0x00006727u, 0x0003003eu, 0x000026e6u, 0x000029b1u, 0x00050041u, 0x00000007u, 0x00003946u, - 0x000026e6u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003947u, 0x00003946u, 0x00050084u, 0x00000006u, - 0x00003948u, 0x000025f7u, 0x00003947u, 0x00050080u, 0x00000006u, 0x00003949u, 0x000025f5u, 0x00003948u, - 0x00050041u, 0x00000007u, 0x0000394au, 0x000026e6u, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000394bu, - 0x0000394au, 0x000500c2u, 0x00000006u, 0x0000394cu, 0x0000394bu, 0x000001a8u, 0x00050080u, 0x00000006u, - 0x0000394eu, 0x00003949u, 0x0000394cu, 0x000500c7u, 0x00000006u, 0x00003950u, 0x0000394eu, 0x0000068cu, - 0x0004003du, 0x00000006u, 0x00003952u, 0x0000394au, 0x000400c8u, 0x00000006u, 0x00003953u, 0x00003952u, - 0x000500c7u, 0x00000006u, 0x00003954u, 0x00003953u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003955u, - 0x00003954u, 0x00000694u, 0x0004003du, 0x00000006u, 0x00003958u, 0x00003946u, 0x000500c7u, 0x00000006u, - 0x00003959u, 0x00003958u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000395au, 0x00003959u, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x0000395cu, 0x00003950u, 0x0000395au, 0x000500c6u, 0x00000006u, 0x0000395eu, - 0x0000395cu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003961u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x0000395eu, 0x0004003du, 0x0000000fu, 0x00003962u, 0x00003961u, 0x00040071u, 0x00000006u, - 0x00003963u, 0x00003962u, 0x000500c2u, 0x00000006u, 0x00003966u, 0x00003963u, 0x00003955u, 0x000500c7u, - 0x00000006u, 0x00003967u, 0x00003966u, 0x000006b1u, 0x000500c7u, 0x00000006u, 0x00003969u, 0x00003967u, - 0x000006e9u, 0x000500c4u, 0x00000006u, 0x0000396bu, 0x00003969u, 0x000001b1u, 0x000500c4u, 0x00000006u, - 0x0000396du, 0x00003969u, 0x000001a8u, 0x000500c5u, 0x00000006u, 0x0000396eu, 0x0000396bu, 0x0000396du, - 0x000500c2u, 0x00000006u, 0x00003970u, 0x00003969u, 0x000001abu, 0x000500c5u, 0x00000006u, 0x00003971u, - 0x0000396eu, 0x00003970u, 0x00040071u, 0x00000011u, 0x00003973u, 0x00003971u, 0x0004007cu, 0x00000012u, - 0x00003974u, 0x00003973u, 0x000500c7u, 0x00000006u, 0x0000397cu, 0x00003967u, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x0000397du, 0x0000397cu, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000397eu, 0x0000397du, - 0x0004007cu, 0x00000012u, 0x0000397fu, 0x0000397eu, 0x00070050u, 0x00000013u, 0x00003980u, 0x00003974u, - 0x00003974u, 0x00003974u, 0x0000397fu, 0x000300f7u, 0x000029c5u, 0x00000000u, 0x000400fau, 0x00001affu, - 0x000029b6u, 0x000029c5u, 0x000200f8u, 0x000029b6u, 0x00050050u, 0x00000058u, 0x000029b9u, 0x00006716u, - 0x000027aeu, 0x0004007cu, 0x000000abu, 0x000029bau, 0x000029b9u, 0x0003003eu, 0x000026e9u, 0x000029bau, - 0x00050041u, 0x00000007u, 0x0000398cu, 0x000026e9u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000398du, - 0x0000398cu, 0x00050084u, 0x00000006u, 0x0000398eu, 0x000025f7u, 0x0000398du, 0x00050080u, 0x00000006u, - 0x0000398fu, 0x000025f5u, 0x0000398eu, 0x00050041u, 0x00000007u, 0x00003990u, 0x000026e9u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00003991u, 0x00003990u, 0x000500c2u, 0x00000006u, 0x00003992u, 0x00003991u, - 0x000001a8u, 0x00050080u, 0x00000006u, 0x00003994u, 0x0000398fu, 0x00003992u, 0x000500c7u, 0x00000006u, - 0x00003996u, 0x00003994u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003998u, 0x00003990u, 0x000400c8u, - 0x00000006u, 0x00003999u, 0x00003998u, 0x000500c7u, 0x00000006u, 0x0000399au, 0x00003999u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x0000399bu, 0x0000399au, 0x00000694u, 0x0004003du, 0x00000006u, 0x0000399eu, - 0x0000398cu, 0x000500c7u, 0x00000006u, 0x0000399fu, 0x0000399eu, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x000039a0u, 0x0000399fu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000039a2u, 0x00003996u, 0x000039a0u, - 0x000500c6u, 0x00000006u, 0x000039a4u, 0x000039a2u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000039a7u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000039a4u, 0x0004003du, 0x0000000fu, 0x000039a8u, - 0x000039a7u, 0x00040071u, 0x00000006u, 0x000039a9u, 0x000039a8u, 0x000500c2u, 0x00000006u, 0x000039acu, - 0x000039a9u, 0x0000399bu, 0x000500c7u, 0x00000006u, 0x000039adu, 0x000039acu, 0x000006b1u, 0x000500c7u, - 0x00000006u, 0x000039afu, 0x000039adu, 0x000006e9u, 0x000500c4u, 0x00000006u, 0x000039b1u, 0x000039afu, - 0x000001b1u, 0x000500c4u, 0x00000006u, 0x000039b3u, 0x000039afu, 0x000001a8u, 0x000500c5u, 0x00000006u, - 0x000039b4u, 0x000039b1u, 0x000039b3u, 0x000500c2u, 0x00000006u, 0x000039b6u, 0x000039afu, 0x000001abu, - 0x000500c5u, 0x00000006u, 0x000039b7u, 0x000039b4u, 0x000039b6u, 0x00040071u, 0x00000011u, 0x000039b9u, - 0x000039b7u, 0x0004007cu, 0x00000012u, 0x000039bau, 0x000039b9u, 0x000500c7u, 0x00000006u, 0x000039c2u, - 0x000039adu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x000039c3u, 0x000039c2u, 0x00000659u, 0x00040071u, - 0x00000011u, 0x000039c4u, 0x000039c3u, 0x0004007cu, 0x00000012u, 0x000039c5u, 0x000039c4u, 0x00070050u, - 0x00000013u, 0x000039c6u, 0x000039bau, 0x000039bau, 0x000039bau, 0x000039c5u, 0x00050050u, 0x00000058u, - 0x000029c0u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x000029c1u, 0x000029c0u, 0x0003003eu, - 0x000026ecu, 0x000029c1u, 0x00050041u, 0x00000007u, 0x000039d2u, 0x000026ecu, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000039d3u, 0x000039d2u, 0x00050084u, 0x00000006u, 0x000039d4u, 0x000025f7u, 0x000039d3u, - 0x00050080u, 0x00000006u, 0x000039d5u, 0x000025f5u, 0x000039d4u, 0x00050041u, 0x00000007u, 0x000039d6u, - 0x000026ecu, 0x00000290u, 0x0004003du, 0x00000006u, 0x000039d7u, 0x000039d6u, 0x000500c2u, 0x00000006u, - 0x000039d8u, 0x000039d7u, 0x000001a8u, 0x00050080u, 0x00000006u, 0x000039dau, 0x000039d5u, 0x000039d8u, - 0x000500c7u, 0x00000006u, 0x000039dcu, 0x000039dau, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000039deu, - 0x000039d6u, 0x000400c8u, 0x00000006u, 0x000039dfu, 0x000039deu, 0x000500c7u, 0x00000006u, 0x000039e0u, - 0x000039dfu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x000039e1u, 0x000039e0u, 0x00000694u, 0x0004003du, - 0x00000006u, 0x000039e4u, 0x000039d2u, 0x000500c7u, 0x00000006u, 0x000039e5u, 0x000039e4u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x000039e6u, 0x000039e5u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000039e8u, - 0x000039dcu, 0x000039e6u, 0x000500c6u, 0x00000006u, 0x000039eau, 0x000039e8u, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x000039edu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000039eau, 0x0004003du, - 0x0000000fu, 0x000039eeu, 0x000039edu, 0x00040071u, 0x00000006u, 0x000039efu, 0x000039eeu, 0x000500c2u, - 0x00000006u, 0x000039f2u, 0x000039efu, 0x000039e1u, 0x000500c7u, 0x00000006u, 0x000039f3u, 0x000039f2u, - 0x000006b1u, 0x000500c7u, 0x00000006u, 0x000039f5u, 0x000039f3u, 0x000006e9u, 0x000500c4u, 0x00000006u, - 0x000039f7u, 0x000039f5u, 0x000001b1u, 0x000500c4u, 0x00000006u, 0x000039f9u, 0x000039f5u, 0x000001a8u, - 0x000500c5u, 0x00000006u, 0x000039fau, 0x000039f7u, 0x000039f9u, 0x000500c2u, 0x00000006u, 0x000039fcu, - 0x000039f5u, 0x000001abu, 0x000500c5u, 0x00000006u, 0x000039fdu, 0x000039fau, 0x000039fcu, 0x00040071u, - 0x00000011u, 0x000039ffu, 0x000039fdu, 0x0004007cu, 0x00000012u, 0x00003a00u, 0x000039ffu, 0x000500c7u, - 0x00000006u, 0x00003a08u, 0x000039f3u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003a09u, 0x00003a08u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x00003a0au, 0x00003a09u, 0x0004007cu, 0x00000012u, 0x00003a0bu, - 0x00003a0au, 0x00070050u, 0x00000013u, 0x00003a0cu, 0x00003a00u, 0x00003a00u, 0x00003a00u, 0x00003a0bu, - 0x000200f9u, 0x000029c5u, 0x000200f8u, 0x000029c5u, 0x000700f5u, 0x00000013u, 0x000068d3u, 0x00006758u, - 0x000029afu, 0x00003a0cu, 0x000029b6u, 0x000700f5u, 0x00000013u, 0x0000685au, 0x00006758u, 0x000029afu, - 0x000039c6u, 0x000029b6u, 0x000300f7u, 0x000029cfu, 0x00000000u, 0x000400fau, 0x000027bau, 0x000029c7u, - 0x000029cfu, 0x000200f8u, 0x000029c7u, 0x00050050u, 0x00000058u, 0x000029cau, 0x00006716u, 0x000027b0u, - 0x0004007cu, 0x000000abu, 0x000029cbu, 0x000029cau, 0x0003003eu, 0x000026efu, 0x000029cbu, 0x00050041u, - 0x00000007u, 0x00003a18u, 0x000026efu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003a19u, 0x00003a18u, - 0x00050084u, 0x00000006u, 0x00003a1au, 0x000025f7u, 0x00003a19u, 0x00050080u, 0x00000006u, 0x00003a1bu, - 0x000025f5u, 0x00003a1au, 0x00050041u, 0x00000007u, 0x00003a1cu, 0x000026efu, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00003a1du, 0x00003a1cu, 0x000500c2u, 0x00000006u, 0x00003a1eu, 0x00003a1du, 0x000001a8u, - 0x00050080u, 0x00000006u, 0x00003a20u, 0x00003a1bu, 0x00003a1eu, 0x000500c7u, 0x00000006u, 0x00003a22u, - 0x00003a20u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003a24u, 0x00003a1cu, 0x000400c8u, 0x00000006u, - 0x00003a25u, 0x00003a24u, 0x000500c7u, 0x00000006u, 0x00003a26u, 0x00003a25u, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00003a27u, 0x00003a26u, 0x00000694u, 0x0004003du, 0x00000006u, 0x00003a2au, 0x00003a18u, - 0x000500c7u, 0x00000006u, 0x00003a2bu, 0x00003a2au, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003a2cu, - 0x00003a2bu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00003a2eu, 0x00003a22u, 0x00003a2cu, 0x000500c6u, - 0x00000006u, 0x00003a30u, 0x00003a2eu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003a33u, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003a30u, 0x0004003du, 0x0000000fu, 0x00003a34u, 0x00003a33u, - 0x00040071u, 0x00000006u, 0x00003a35u, 0x00003a34u, 0x000500c2u, 0x00000006u, 0x00003a38u, 0x00003a35u, - 0x00003a27u, 0x000500c7u, 0x00000006u, 0x00003a39u, 0x00003a38u, 0x000006b1u, 0x000500c7u, 0x00000006u, - 0x00003a3bu, 0x00003a39u, 0x000006e9u, 0x000500c4u, 0x00000006u, 0x00003a3du, 0x00003a3bu, 0x000001b1u, - 0x000500c4u, 0x00000006u, 0x00003a3fu, 0x00003a3bu, 0x000001a8u, 0x000500c5u, 0x00000006u, 0x00003a40u, - 0x00003a3du, 0x00003a3fu, 0x000500c2u, 0x00000006u, 0x00003a42u, 0x00003a3bu, 0x000001abu, 0x000500c5u, - 0x00000006u, 0x00003a43u, 0x00003a40u, 0x00003a42u, 0x00040071u, 0x00000011u, 0x00003a45u, 0x00003a43u, - 0x0004007cu, 0x00000012u, 0x00003a46u, 0x00003a45u, 0x000500c7u, 0x00000006u, 0x00003a4eu, 0x00003a39u, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003a4fu, 0x00003a4eu, 0x00000659u, 0x00040071u, 0x00000011u, - 0x00003a50u, 0x00003a4fu, 0x0004007cu, 0x00000012u, 0x00003a51u, 0x00003a50u, 0x00070050u, 0x00000013u, - 0x00003a52u, 0x00003a46u, 0x00003a46u, 0x00003a46u, 0x00003a51u, 0x000200f9u, 0x000029cfu, 0x000200f8u, - 0x000029cfu, 0x000700f5u, 0x00000013u, 0x0000694cu, 0x00006758u, 0x000029c5u, 0x00003a52u, 0x000029c7u, - 0x000200f9u, 0x00002a33u, 0x000200f8u, 0x00002a33u, 0x000d00f5u, 0x00000013u, 0x0000694bu, 0x00006758u, - 0x000029aau, 0x0000694cu, 0x000029cfu, 0x0000694eu, 0x000029f0u, 0x00006950u, 0x00002a11u, 0x00006952u, - 0x00002a32u, 0x000d00f5u, 0x00000013u, 0x000068d1u, 0x00006758u, 0x000029aau, 0x000068d3u, 0x000029cfu, - 0x000068d5u, 0x000029f0u, 0x000068d7u, 0x00002a11u, 0x000068d9u, 0x00002a32u, 0x000d00f5u, 0x00000013u, - 0x00006858u, 0x00006758u, 0x000029aau, 0x0000685au, 0x000029cfu, 0x0000685cu, 0x000029f0u, 0x0000685eu, - 0x00002a11u, 0x00006860u, 0x00002a32u, 0x000d00f5u, 0x00000013u, 0x000067a5u, 0x00006758u, 0x000029aau, - 0x00003980u, 0x000029cfu, 0x00003a8eu, 0x000029f0u, 0x00003b7du, 0x00002a11u, 0x00003c5bu, 0x00002a32u, - 0x000200f9u, 0x00002a9du, 0x000200f8u, 0x00002935u, 0x00040071u, 0x00000006u, 0x00002938u, 0x00007dd9u, - 0x0004007cu, 0x00000008u, 0x00002939u, 0x00002938u, 0x000300f7u, 0x000029a9u, 0x00000000u, 0x000700fbu, - 0x00002939u, 0x0000293au, 0x00000000u, 0x0000295bu, 0x00000001u, 0x00002988u, 0x000200f8u, 0x00002988u, - 0x0004007cu, 0x000000abu, 0x0000298au, 0x00006727u, 0x0003003eu, 0x000026ceu, 0x0000298au, 0x00050041u, - 0x00000007u, 0x000038b0u, 0x000026ceu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000038b1u, 0x000038b0u, - 0x00050084u, 0x00000006u, 0x000038b2u, 0x000025f7u, 0x000038b1u, 0x00050080u, 0x00000006u, 0x000038b3u, - 0x000025f5u, 0x000038b2u, 0x00050041u, 0x00000007u, 0x000038b4u, 0x000026ceu, 0x00000290u, 0x0004003du, - 0x00000006u, 0x000038b5u, 0x000038b4u, 0x00050080u, 0x00000006u, 0x000038b7u, 0x000038b3u, 0x000038b5u, - 0x000500c7u, 0x00000006u, 0x000038b9u, 0x000038b7u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000038bcu, - 0x000038b0u, 0x000500c7u, 0x00000006u, 0x000038bdu, 0x000038bcu, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x000038beu, 0x000038bdu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000038c0u, 0x000038b9u, 0x000038beu, - 0x000500c6u, 0x00000006u, 0x000038c2u, 0x000038c0u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000038c5u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000038c2u, 0x0004003du, 0x0000000fu, 0x000038c6u, - 0x000038c5u, 0x00040071u, 0x00000006u, 0x000038c7u, 0x000038c6u, 0x00040071u, 0x00000011u, 0x000038c9u, - 0x000038c7u, 0x0004007cu, 0x00000012u, 0x000038cau, 0x000038c9u, 0x00070050u, 0x00000013u, 0x000038cbu, - 0x000038cau, 0x000038cau, 0x000038cau, 0x000038cau, 0x000300f7u, 0x0000299eu, 0x00000000u, 0x000400fau, - 0x00001affu, 0x0000298fu, 0x0000299eu, 0x000200f8u, 0x0000298fu, 0x00050050u, 0x00000058u, 0x00002992u, - 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x00002993u, 0x00002992u, 0x0003003eu, 0x000026d1u, - 0x00002993u, 0x00050041u, 0x00000007u, 0x000038d5u, 0x000026d1u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x000038d6u, 0x000038d5u, 0x00050084u, 0x00000006u, 0x000038d7u, 0x000025f7u, 0x000038d6u, 0x00050080u, - 0x00000006u, 0x000038d8u, 0x000025f5u, 0x000038d7u, 0x00050041u, 0x00000007u, 0x000038d9u, 0x000026d1u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x000038dau, 0x000038d9u, 0x00050080u, 0x00000006u, 0x000038dcu, - 0x000038d8u, 0x000038dau, 0x000500c7u, 0x00000006u, 0x000038deu, 0x000038dcu, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x000038e1u, 0x000038d5u, 0x000500c7u, 0x00000006u, 0x000038e2u, 0x000038e1u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x000038e3u, 0x000038e2u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000038e5u, - 0x000038deu, 0x000038e3u, 0x000500c6u, 0x00000006u, 0x000038e7u, 0x000038e5u, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x000038eau, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000038e7u, 0x0004003du, - 0x0000000fu, 0x000038ebu, 0x000038eau, 0x00040071u, 0x00000006u, 0x000038ecu, 0x000038ebu, 0x00040071u, - 0x00000011u, 0x000038eeu, 0x000038ecu, 0x0004007cu, 0x00000012u, 0x000038efu, 0x000038eeu, 0x00070050u, - 0x00000013u, 0x000038f0u, 0x000038efu, 0x000038efu, 0x000038efu, 0x000038efu, 0x00050050u, 0x00000058u, - 0x00002999u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x0000299au, 0x00002999u, 0x0003003eu, - 0x000026d4u, 0x0000299au, 0x00050041u, 0x00000007u, 0x000038fau, 0x000026d4u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000038fbu, 0x000038fau, 0x00050084u, 0x00000006u, 0x000038fcu, 0x000025f7u, 0x000038fbu, - 0x00050080u, 0x00000006u, 0x000038fdu, 0x000025f5u, 0x000038fcu, 0x00050041u, 0x00000007u, 0x000038feu, - 0x000026d4u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000038ffu, 0x000038feu, 0x00050080u, 0x00000006u, - 0x00003901u, 0x000038fdu, 0x000038ffu, 0x000500c7u, 0x00000006u, 0x00003903u, 0x00003901u, 0x0000068cu, - 0x0004003du, 0x00000006u, 0x00003906u, 0x000038fau, 0x000500c7u, 0x00000006u, 0x00003907u, 0x00003906u, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003908u, 0x00003907u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x0000390au, 0x00003903u, 0x00003908u, 0x000500c6u, 0x00000006u, 0x0000390cu, 0x0000390au, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x0000390fu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000390cu, - 0x0004003du, 0x0000000fu, 0x00003910u, 0x0000390fu, 0x00040071u, 0x00000006u, 0x00003911u, 0x00003910u, - 0x00040071u, 0x00000011u, 0x00003913u, 0x00003911u, 0x0004007cu, 0x00000012u, 0x00003914u, 0x00003913u, - 0x00070050u, 0x00000013u, 0x00003915u, 0x00003914u, 0x00003914u, 0x00003914u, 0x00003914u, 0x000200f9u, - 0x0000299eu, 0x000200f8u, 0x0000299eu, 0x000700f5u, 0x00000013u, 0x000068d0u, 0x00006758u, 0x00002988u, - 0x00003915u, 0x0000298fu, 0x000700f5u, 0x00000013u, 0x00006857u, 0x00006758u, 0x00002988u, 0x000038f0u, - 0x0000298fu, 0x000300f7u, 0x000029a8u, 0x00000000u, 0x000400fau, 0x000027bau, 0x000029a0u, 0x000029a8u, - 0x000200f8u, 0x000029a0u, 0x00050050u, 0x00000058u, 0x000029a3u, 0x00006716u, 0x000027b0u, 0x0004007cu, - 0x000000abu, 0x000029a4u, 0x000029a3u, 0x0003003eu, 0x000026d7u, 0x000029a4u, 0x00050041u, 0x00000007u, - 0x0000391fu, 0x000026d7u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003920u, 0x0000391fu, 0x00050084u, - 0x00000006u, 0x00003921u, 0x000025f7u, 0x00003920u, 0x00050080u, 0x00000006u, 0x00003922u, 0x000025f5u, - 0x00003921u, 0x00050041u, 0x00000007u, 0x00003923u, 0x000026d7u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00003924u, 0x00003923u, 0x00050080u, 0x00000006u, 0x00003926u, 0x00003922u, 0x00003924u, 0x000500c7u, - 0x00000006u, 0x00003928u, 0x00003926u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x0000392bu, 0x0000391fu, - 0x000500c7u, 0x00000006u, 0x0000392cu, 0x0000392bu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000392du, - 0x0000392cu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000392fu, 0x00003928u, 0x0000392du, 0x000500c6u, - 0x00000006u, 0x00003931u, 0x0000392fu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003934u, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003931u, 0x0004003du, 0x0000000fu, 0x00003935u, 0x00003934u, - 0x00040071u, 0x00000006u, 0x00003936u, 0x00003935u, 0x00040071u, 0x00000011u, 0x00003938u, 0x00003936u, - 0x0004007cu, 0x00000012u, 0x00003939u, 0x00003938u, 0x00070050u, 0x00000013u, 0x0000393au, 0x00003939u, - 0x00003939u, 0x00003939u, 0x00003939u, 0x000200f9u, 0x000029a8u, 0x000200f8u, 0x000029a8u, 0x000700f5u, - 0x00000013u, 0x00006949u, 0x00006758u, 0x0000299eu, 0x0000393au, 0x000029a0u, 0x000200f9u, 0x000029a9u, - 0x000200f8u, 0x0000295bu, 0x0004007cu, 0x000000abu, 0x0000295du, 0x00006727u, 0x00040071u, 0x00000006u, - 0x00002960u, 0x000025fdu, 0x0003003eu, 0x000026beu, 0x0000295du, 0x00050041u, 0x00000007u, 0x000037e1u, - 0x000026beu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000037e2u, 0x000037e1u, 0x00050084u, 0x00000006u, - 0x000037e3u, 0x000025f7u, 0x000037e2u, 0x00050080u, 0x00000006u, 0x000037e4u, 0x000025f5u, 0x000037e3u, - 0x00050041u, 0x00000007u, 0x000037e5u, 0x000026beu, 0x00000290u, 0x0004003du, 0x00000006u, 0x000037e6u, - 0x000037e5u, 0x000500c2u, 0x00000006u, 0x000037e7u, 0x000037e6u, 0x000001a8u, 0x00050080u, 0x00000006u, - 0x000037e9u, 0x000037e4u, 0x000037e7u, 0x000500c7u, 0x00000006u, 0x000037ebu, 0x000037e9u, 0x0000068cu, - 0x0004003du, 0x00000006u, 0x000037edu, 0x000037e5u, 0x000400c8u, 0x00000006u, 0x000037eeu, 0x000037edu, - 0x000500c7u, 0x00000006u, 0x000037efu, 0x000037eeu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x000037f0u, - 0x000037efu, 0x00000694u, 0x0004003du, 0x00000006u, 0x000037f3u, 0x000037e1u, 0x000500c7u, 0x00000006u, - 0x000037f4u, 0x000037f3u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000037f5u, 0x000037f4u, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x000037f7u, 0x000037ebu, 0x000037f5u, 0x000500c6u, 0x00000006u, 0x000037f9u, - 0x000037f7u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000037fcu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x000037f9u, 0x0004003du, 0x0000000fu, 0x000037fdu, 0x000037fcu, 0x00040071u, 0x00000006u, - 0x000037feu, 0x000037fdu, 0x000500c2u, 0x00000006u, 0x00003801u, 0x000037feu, 0x000037f0u, 0x000500c7u, - 0x00000006u, 0x00003802u, 0x00003801u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00003804u, 0x00002960u, - 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003806u, 0x00003802u, 0x00003804u, 0x00040071u, 0x00000011u, - 0x00003808u, 0x00003806u, 0x0004007cu, 0x00000012u, 0x00003809u, 0x00003808u, 0x00070050u, 0x00000013u, - 0x0000380au, 0x00003809u, 0x00003809u, 0x00003809u, 0x00003809u, 0x000300f7u, 0x0000297au, 0x00000000u, - 0x000400fau, 0x00001affu, 0x00002965u, 0x0000297au, 0x000200f8u, 0x00002965u, 0x00050050u, 0x00000058u, - 0x00002968u, 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x00002969u, 0x00002968u, 0x0003003eu, - 0x000026c2u, 0x00002969u, 0x00050041u, 0x00000007u, 0x00003815u, 0x000026c2u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x00003816u, 0x00003815u, 0x00050084u, 0x00000006u, 0x00003817u, 0x000025f7u, 0x00003816u, - 0x00050080u, 0x00000006u, 0x00003818u, 0x000025f5u, 0x00003817u, 0x00050041u, 0x00000007u, 0x00003819u, - 0x000026c2u, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000381au, 0x00003819u, 0x000500c2u, 0x00000006u, - 0x0000381bu, 0x0000381au, 0x000001a8u, 0x00050080u, 0x00000006u, 0x0000381du, 0x00003818u, 0x0000381bu, - 0x000500c7u, 0x00000006u, 0x0000381fu, 0x0000381du, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003821u, - 0x00003819u, 0x000400c8u, 0x00000006u, 0x00003822u, 0x00003821u, 0x000500c7u, 0x00000006u, 0x00003823u, - 0x00003822u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003824u, 0x00003823u, 0x00000694u, 0x0004003du, - 0x00000006u, 0x00003827u, 0x00003815u, 0x000500c7u, 0x00000006u, 0x00003828u, 0x00003827u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00003829u, 0x00003828u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000382bu, - 0x0000381fu, 0x00003829u, 0x000500c6u, 0x00000006u, 0x0000382du, 0x0000382bu, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x00003830u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000382du, 0x0004003du, - 0x0000000fu, 0x00003831u, 0x00003830u, 0x00040071u, 0x00000006u, 0x00003832u, 0x00003831u, 0x000500c2u, - 0x00000006u, 0x00003835u, 0x00003832u, 0x00003824u, 0x000500c7u, 0x00000006u, 0x00003836u, 0x00003835u, - 0x000006b1u, 0x000500c5u, 0x00000006u, 0x0000383au, 0x00003836u, 0x00003804u, 0x00040071u, 0x00000011u, - 0x0000383cu, 0x0000383au, 0x0004007cu, 0x00000012u, 0x0000383du, 0x0000383cu, 0x00070050u, 0x00000013u, - 0x0000383eu, 0x0000383du, 0x0000383du, 0x0000383du, 0x0000383du, 0x00050050u, 0x00000058u, 0x00002972u, - 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002973u, 0x00002972u, 0x0003003eu, 0x000026c6u, - 0x00002973u, 0x00050041u, 0x00000007u, 0x00003849u, 0x000026c6u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x0000384au, 0x00003849u, 0x00050084u, 0x00000006u, 0x0000384bu, 0x000025f7u, 0x0000384au, 0x00050080u, - 0x00000006u, 0x0000384cu, 0x000025f5u, 0x0000384bu, 0x00050041u, 0x00000007u, 0x0000384du, 0x000026c6u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x0000384eu, 0x0000384du, 0x000500c2u, 0x00000006u, 0x0000384fu, - 0x0000384eu, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00003851u, 0x0000384cu, 0x0000384fu, 0x000500c7u, - 0x00000006u, 0x00003853u, 0x00003851u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003855u, 0x0000384du, - 0x000400c8u, 0x00000006u, 0x00003856u, 0x00003855u, 0x000500c7u, 0x00000006u, 0x00003857u, 0x00003856u, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003858u, 0x00003857u, 0x00000694u, 0x0004003du, 0x00000006u, - 0x0000385bu, 0x00003849u, 0x000500c7u, 0x00000006u, 0x0000385cu, 0x0000385bu, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x0000385du, 0x0000385cu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000385fu, 0x00003853u, - 0x0000385du, 0x000500c6u, 0x00000006u, 0x00003861u, 0x0000385fu, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x00003864u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003861u, 0x0004003du, 0x0000000fu, - 0x00003865u, 0x00003864u, 0x00040071u, 0x00000006u, 0x00003866u, 0x00003865u, 0x000500c2u, 0x00000006u, - 0x00003869u, 0x00003866u, 0x00003858u, 0x000500c7u, 0x00000006u, 0x0000386au, 0x00003869u, 0x000006b1u, - 0x000500c5u, 0x00000006u, 0x0000386eu, 0x0000386au, 0x00003804u, 0x00040071u, 0x00000011u, 0x00003870u, - 0x0000386eu, 0x0004007cu, 0x00000012u, 0x00003871u, 0x00003870u, 0x00070050u, 0x00000013u, 0x00003872u, - 0x00003871u, 0x00003871u, 0x00003871u, 0x00003871u, 0x000200f9u, 0x0000297au, 0x000200f8u, 0x0000297au, - 0x000700f5u, 0x00000013u, 0x000068ceu, 0x00006758u, 0x0000295bu, 0x00003872u, 0x00002965u, 0x000700f5u, - 0x00000013u, 0x00006855u, 0x00006758u, 0x0000295bu, 0x0000383eu, 0x00002965u, 0x000300f7u, 0x00002987u, - 0x00000000u, 0x000400fau, 0x000027bau, 0x0000297cu, 0x00002987u, 0x000200f8u, 0x0000297cu, 0x00050050u, - 0x00000058u, 0x0000297fu, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002980u, 0x0000297fu, - 0x0003003eu, 0x000026cau, 0x00002980u, 0x00050041u, 0x00000007u, 0x0000387du, 0x000026cau, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x0000387eu, 0x0000387du, 0x00050084u, 0x00000006u, 0x0000387fu, 0x000025f7u, - 0x0000387eu, 0x00050080u, 0x00000006u, 0x00003880u, 0x000025f5u, 0x0000387fu, 0x00050041u, 0x00000007u, - 0x00003881u, 0x000026cau, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003882u, 0x00003881u, 0x000500c2u, - 0x00000006u, 0x00003883u, 0x00003882u, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00003885u, 0x00003880u, - 0x00003883u, 0x000500c7u, 0x00000006u, 0x00003887u, 0x00003885u, 0x0000068cu, 0x0004003du, 0x00000006u, - 0x00003889u, 0x00003881u, 0x000400c8u, 0x00000006u, 0x0000388au, 0x00003889u, 0x000500c7u, 0x00000006u, - 0x0000388bu, 0x0000388au, 0x000002f6u, 0x00050084u, 0x00000006u, 0x0000388cu, 0x0000388bu, 0x00000694u, - 0x0004003du, 0x00000006u, 0x0000388fu, 0x0000387du, 0x000500c7u, 0x00000006u, 0x00003890u, 0x0000388fu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003891u, 0x00003890u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00003893u, 0x00003887u, 0x00003891u, 0x000500c6u, 0x00000006u, 0x00003895u, 0x00003893u, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x00003898u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003895u, - 0x0004003du, 0x0000000fu, 0x00003899u, 0x00003898u, 0x00040071u, 0x00000006u, 0x0000389au, 0x00003899u, - 0x000500c2u, 0x00000006u, 0x0000389du, 0x0000389au, 0x0000388cu, 0x000500c7u, 0x00000006u, 0x0000389eu, - 0x0000389du, 0x000006b1u, 0x000500c5u, 0x00000006u, 0x000038a2u, 0x0000389eu, 0x00003804u, 0x00040071u, - 0x00000011u, 0x000038a4u, 0x000038a2u, 0x0004007cu, 0x00000012u, 0x000038a5u, 0x000038a4u, 0x00070050u, - 0x00000013u, 0x000038a6u, 0x000038a5u, 0x000038a5u, 0x000038a5u, 0x000038a5u, 0x000200f9u, 0x00002987u, - 0x000200f8u, 0x00002987u, 0x000700f5u, 0x00000013u, 0x00006947u, 0x00006758u, 0x0000297au, 0x000038a6u, - 0x0000297cu, 0x000200f9u, 0x000029a9u, 0x000200f8u, 0x0000293au, 0x0004007cu, 0x000000abu, 0x0000293cu, - 0x00006727u, 0x0003003eu, 0x000026dau, 0x0000293cu, 0x00050041u, 0x00000007u, 0x0000372cu, 0x000026dau, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000372du, 0x0000372cu, 0x00050084u, 0x00000006u, 0x0000372eu, - 0x000025f7u, 0x0000372du, 0x00050080u, 0x00000006u, 0x0000372fu, 0x000025f5u, 0x0000372eu, 0x00050041u, - 0x00000007u, 0x00003730u, 0x000026dau, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003731u, 0x00003730u, - 0x00050084u, 0x00000006u, 0x00003732u, 0x00003731u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003734u, - 0x0000372fu, 0x00003732u, 0x000500c7u, 0x00000006u, 0x00003736u, 0x00003734u, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x00003738u, 0x00003736u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000373au, 0x0000372cu, - 0x000500c7u, 0x00000006u, 0x0000373bu, 0x0000373au, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000373cu, - 0x0000373bu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x0000373eu, 0x00003738u, 0x0000373cu, 0x000500c6u, - 0x00000006u, 0x00003740u, 0x0000373eu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003743u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003740u, 0x0004003du, 0x00000011u, 0x00003744u, 0x00003743u, - 0x00040071u, 0x00000006u, 0x00003745u, 0x00003744u, 0x000500c2u, 0x00000006u, 0x00003747u, 0x00003745u, - 0x000001dbu, 0x00040071u, 0x00000011u, 0x00003748u, 0x00003747u, 0x0004007cu, 0x00000012u, 0x00003749u, - 0x00003748u, 0x000500c7u, 0x00000006u, 0x0000374bu, 0x00003745u, 0x00000659u, 0x00040071u, 0x00000011u, - 0x0000374cu, 0x0000374bu, 0x0004007cu, 0x00000012u, 0x0000374du, 0x0000374cu, 0x00050050u, 0x0000011du, - 0x0000374eu, 0x00003749u, 0x0000374du, 0x0009004fu, 0x00000013u, 0x0000374fu, 0x0000374eu, 0x0000374eu, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00002950u, 0x00000000u, 0x000400fau, - 0x00001affu, 0x00002941u, 0x00002950u, 0x000200f8u, 0x00002941u, 0x00050050u, 0x00000058u, 0x00002944u, - 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x00002945u, 0x00002944u, 0x0003003eu, 0x000026ddu, - 0x00002945u, 0x00050041u, 0x00000007u, 0x00003759u, 0x000026ddu, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x0000375au, 0x00003759u, 0x00050084u, 0x00000006u, 0x0000375bu, 0x000025f7u, 0x0000375au, 0x00050080u, - 0x00000006u, 0x0000375cu, 0x000025f5u, 0x0000375bu, 0x00050041u, 0x00000007u, 0x0000375du, 0x000026ddu, - 0x00000290u, 0x0004003du, 0x00000006u, 0x0000375eu, 0x0000375du, 0x00050084u, 0x00000006u, 0x0000375fu, - 0x0000375eu, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003761u, 0x0000375cu, 0x0000375fu, 0x000500c7u, - 0x00000006u, 0x00003763u, 0x00003761u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00003765u, 0x00003763u, - 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003767u, 0x00003759u, 0x000500c7u, 0x00000006u, 0x00003768u, - 0x00003767u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003769u, 0x00003768u, 0x000001a8u, 0x000500c6u, - 0x00000006u, 0x0000376bu, 0x00003765u, 0x00003769u, 0x000500c6u, 0x00000006u, 0x0000376du, 0x0000376bu, - 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003770u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x0000376du, 0x0004003du, 0x00000011u, 0x00003771u, 0x00003770u, 0x00040071u, 0x00000006u, 0x00003772u, - 0x00003771u, 0x000500c2u, 0x00000006u, 0x00003774u, 0x00003772u, 0x000001dbu, 0x00040071u, 0x00000011u, - 0x00003775u, 0x00003774u, 0x0004007cu, 0x00000012u, 0x00003776u, 0x00003775u, 0x000500c7u, 0x00000006u, - 0x00003778u, 0x00003772u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003779u, 0x00003778u, 0x0004007cu, - 0x00000012u, 0x0000377au, 0x00003779u, 0x00050050u, 0x0000011du, 0x0000377bu, 0x00003776u, 0x0000377au, - 0x0009004fu, 0x00000013u, 0x0000377cu, 0x0000377bu, 0x0000377bu, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x00050050u, 0x00000058u, 0x0000294bu, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, - 0x0000294cu, 0x0000294bu, 0x0003003eu, 0x000026e0u, 0x0000294cu, 0x00050041u, 0x00000007u, 0x00003786u, - 0x000026e0u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003787u, 0x00003786u, 0x00050084u, 0x00000006u, - 0x00003788u, 0x000025f7u, 0x00003787u, 0x00050080u, 0x00000006u, 0x00003789u, 0x000025f5u, 0x00003788u, - 0x00050041u, 0x00000007u, 0x0000378au, 0x000026e0u, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000378bu, - 0x0000378au, 0x00050084u, 0x00000006u, 0x0000378cu, 0x0000378bu, 0x000002fau, 0x00050080u, 0x00000006u, - 0x0000378eu, 0x00003789u, 0x0000378cu, 0x000500c7u, 0x00000006u, 0x00003790u, 0x0000378eu, 0x0000068cu, - 0x000500c2u, 0x00000006u, 0x00003792u, 0x00003790u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003794u, - 0x00003786u, 0x000500c7u, 0x00000006u, 0x00003795u, 0x00003794u, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00003796u, 0x00003795u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003798u, 0x00003792u, 0x00003796u, - 0x000500c6u, 0x00000006u, 0x0000379au, 0x00003798u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x0000379du, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000379au, 0x0004003du, 0x00000011u, 0x0000379eu, - 0x0000379du, 0x00040071u, 0x00000006u, 0x0000379fu, 0x0000379eu, 0x000500c2u, 0x00000006u, 0x000037a1u, - 0x0000379fu, 0x000001dbu, 0x00040071u, 0x00000011u, 0x000037a2u, 0x000037a1u, 0x0004007cu, 0x00000012u, - 0x000037a3u, 0x000037a2u, 0x000500c7u, 0x00000006u, 0x000037a5u, 0x0000379fu, 0x00000659u, 0x00040071u, - 0x00000011u, 0x000037a6u, 0x000037a5u, 0x0004007cu, 0x00000012u, 0x000037a7u, 0x000037a6u, 0x00050050u, - 0x0000011du, 0x000037a8u, 0x000037a3u, 0x000037a7u, 0x0009004fu, 0x00000013u, 0x000037a9u, 0x000037a8u, - 0x000037a8u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002950u, 0x000200f8u, - 0x00002950u, 0x000700f5u, 0x00000013u, 0x000068ccu, 0x00006758u, 0x0000293au, 0x000037a9u, 0x00002941u, - 0x000700f5u, 0x00000013u, 0x00006853u, 0x00006758u, 0x0000293au, 0x0000377cu, 0x00002941u, 0x000300f7u, - 0x0000295au, 0x00000000u, 0x000400fau, 0x000027bau, 0x00002952u, 0x0000295au, 0x000200f8u, 0x00002952u, - 0x00050050u, 0x00000058u, 0x00002955u, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002956u, - 0x00002955u, 0x0003003eu, 0x000026e3u, 0x00002956u, 0x00050041u, 0x00000007u, 0x000037b3u, 0x000026e3u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x000037b4u, 0x000037b3u, 0x00050084u, 0x00000006u, 0x000037b5u, - 0x000025f7u, 0x000037b4u, 0x00050080u, 0x00000006u, 0x000037b6u, 0x000025f5u, 0x000037b5u, 0x00050041u, - 0x00000007u, 0x000037b7u, 0x000026e3u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000037b8u, 0x000037b7u, - 0x00050084u, 0x00000006u, 0x000037b9u, 0x000037b8u, 0x000002fau, 0x00050080u, 0x00000006u, 0x000037bbu, - 0x000037b6u, 0x000037b9u, 0x000500c7u, 0x00000006u, 0x000037bdu, 0x000037bbu, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x000037bfu, 0x000037bdu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000037c1u, 0x000037b3u, - 0x000500c7u, 0x00000006u, 0x000037c2u, 0x000037c1u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000037c3u, - 0x000037c2u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000037c5u, 0x000037bfu, 0x000037c3u, 0x000500c6u, - 0x00000006u, 0x000037c7u, 0x000037c5u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000037cau, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000037c7u, 0x0004003du, 0x00000011u, 0x000037cbu, 0x000037cau, - 0x00040071u, 0x00000006u, 0x000037ccu, 0x000037cbu, 0x000500c2u, 0x00000006u, 0x000037ceu, 0x000037ccu, - 0x000001dbu, 0x00040071u, 0x00000011u, 0x000037cfu, 0x000037ceu, 0x0004007cu, 0x00000012u, 0x000037d0u, - 0x000037cfu, 0x000500c7u, 0x00000006u, 0x000037d2u, 0x000037ccu, 0x00000659u, 0x00040071u, 0x00000011u, - 0x000037d3u, 0x000037d2u, 0x0004007cu, 0x00000012u, 0x000037d4u, 0x000037d3u, 0x00050050u, 0x0000011du, - 0x000037d5u, 0x000037d0u, 0x000037d4u, 0x0009004fu, 0x00000013u, 0x000037d6u, 0x000037d5u, 0x000037d5u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000295au, 0x000200f8u, 0x0000295au, - 0x000700f5u, 0x00000013u, 0x00006945u, 0x00006758u, 0x00002950u, 0x000037d6u, 0x00002952u, 0x000200f9u, - 0x000029a9u, 0x000200f8u, 0x000029a9u, 0x000900f5u, 0x00000013u, 0x00006944u, 0x00006945u, 0x0000295au, - 0x00006947u, 0x00002987u, 0x00006949u, 0x000029a8u, 0x000900f5u, 0x00000013u, 0x000068cau, 0x000068ccu, - 0x0000295au, 0x000068ceu, 0x00002987u, 0x000068d0u, 0x000029a8u, 0x000900f5u, 0x00000013u, 0x00006851u, - 0x00006853u, 0x0000295au, 0x00006855u, 0x00002987u, 0x00006857u, 0x000029a8u, 0x000900f5u, 0x00000013u, - 0x0000679eu, 0x0000374fu, 0x0000295au, 0x0000380au, 0x00002987u, 0x000038cbu, 0x000029a8u, 0x000200f9u, - 0x00002a9du, 0x000200f8u, 0x00002907u, 0x000500c3u, 0x00000008u, 0x00002909u, 0x00006712u, 0x000001a8u, - 0x0004007cu, 0x00000006u, 0x0000290au, 0x00002909u, 0x00050082u, 0x00000008u, 0x0000290eu, 0x00006716u, - 0x00006712u, 0x00050080u, 0x00000008u, 0x0000290fu, 0x00006716u, 0x0000290eu, 0x000500c3u, 0x00000008u, - 0x00002910u, 0x0000290fu, 0x000001a8u, 0x0004007cu, 0x00000006u, 0x00002911u, 0x00002910u, 0x00050050u, - 0x00000058u, 0x00002914u, 0x00006712u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x00002915u, 0x00002914u, - 0x0003003eu, 0x000026aeu, 0x00002915u, 0x00050041u, 0x00000007u, 0x000035eau, 0x000026aeu, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x000035ebu, 0x000035eau, 0x00050084u, 0x00000006u, 0x000035ecu, 0x000025f7u, - 0x000035ebu, 0x00050080u, 0x00000006u, 0x000035edu, 0x000025f5u, 0x000035ecu, 0x00050041u, 0x00000007u, - 0x000035efu, 0x000026aeu, 0x00000290u, 0x0004003du, 0x00000006u, 0x000035f0u, 0x000035efu, 0x00050080u, - 0x00000006u, 0x000035f1u, 0x000035edu, 0x000035f0u, 0x000500c7u, 0x00000006u, 0x000035f3u, 0x000035f1u, - 0x00000746u, 0x00050084u, 0x00000006u, 0x000035f6u, 0x0000290au, 0x000002fau, 0x00050080u, 0x00000006u, - 0x000035f7u, 0x000035edu, 0x000035f6u, 0x000500c7u, 0x00000006u, 0x000035f9u, 0x000035f7u, 0x00000746u, - 0x0004003du, 0x00000006u, 0x000035fcu, 0x000035eau, 0x000500c7u, 0x00000006u, 0x000035fdu, 0x000035fcu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000035feu, 0x000035fdu, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00003600u, 0x000035f3u, 0x000035feu, 0x000500c6u, 0x00000006u, 0x00003602u, 0x00003600u, 0x000002fdu, - 0x000500c2u, 0x00000006u, 0x00003604u, 0x000035f9u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003606u, - 0x000035eau, 0x000500c7u, 0x00000006u, 0x00003607u, 0x00003606u, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00003608u, 0x00003607u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x0000360au, 0x00003604u, 0x00003608u, - 0x000500c6u, 0x00000006u, 0x0000360cu, 0x0000360au, 0x000002f6u, 0x000500c5u, 0x00000006u, 0x0000360fu, - 0x00003602u, 0x0000076fu, 0x00080041u, 0x000006aau, 0x00003610u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x0000360fu, 0x0004003du, 0x0000000fu, 0x00003611u, 0x00003610u, 0x00080041u, 0x0000077au, - 0x00003614u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000360cu, 0x0004003du, 0x00000011u, - 0x00003615u, 0x00003614u, 0x000500c2u, 0x00000011u, 0x00003617u, 0x00003615u, 0x000008cdu, 0x000500c7u, - 0x00000011u, 0x00003618u, 0x00003617u, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x00003619u, 0x00003618u, - 0x000500c2u, 0x00000011u, 0x0000361bu, 0x00003615u, 0x00000198u, 0x000500c7u, 0x00000011u, 0x0000361cu, - 0x0000361bu, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x0000361du, 0x0000361cu, 0x00040071u, 0x00000011u, - 0x0000361fu, 0x00003619u, 0x0004007cu, 0x00000012u, 0x00003620u, 0x0000361fu, 0x00050082u, 0x00000012u, - 0x00003621u, 0x00003620u, 0x000008d9u, 0x00040071u, 0x00000011u, 0x00003623u, 0x0000361du, 0x0004007cu, - 0x00000012u, 0x00003624u, 0x00003623u, 0x00050082u, 0x00000012u, 0x00003625u, 0x00003624u, 0x000008d9u, - 0x00040071u, 0x00000011u, 0x00003627u, 0x00003611u, 0x0004007cu, 0x00000012u, 0x00003628u, 0x00003627u, - 0x00070050u, 0x00000013u, 0x0000362cu, 0x00003621u, 0x00003625u, 0x00003628u, 0x00003628u, 0x000300f7u, - 0x00002934u, 0x00000000u, 0x000400fau, 0x00001affu, 0x0000291bu, 0x00002934u, 0x000200f8u, 0x0000291bu, - 0x00050050u, 0x00000058u, 0x0000291eu, 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x0000291fu, - 0x0000291eu, 0x0003003eu, 0x000026b2u, 0x0000291fu, 0x00050041u, 0x00000007u, 0x0000363cu, 0x000026b2u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000363du, 0x0000363cu, 0x00050084u, 0x00000006u, 0x0000363eu, - 0x000025f7u, 0x0000363du, 0x00050080u, 0x00000006u, 0x0000363fu, 0x000025f5u, 0x0000363eu, 0x00050041u, - 0x00000007u, 0x00003641u, 0x000026b2u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003642u, 0x00003641u, - 0x00050080u, 0x00000006u, 0x00003643u, 0x0000363fu, 0x00003642u, 0x000500c7u, 0x00000006u, 0x00003645u, - 0x00003643u, 0x00000746u, 0x00050084u, 0x00000006u, 0x00003648u, 0x00002911u, 0x000002fau, 0x00050080u, - 0x00000006u, 0x00003649u, 0x0000363fu, 0x00003648u, 0x000500c7u, 0x00000006u, 0x0000364bu, 0x00003649u, - 0x00000746u, 0x0004003du, 0x00000006u, 0x0000364eu, 0x0000363cu, 0x000500c7u, 0x00000006u, 0x0000364fu, - 0x0000364eu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003650u, 0x0000364fu, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00003652u, 0x00003645u, 0x00003650u, 0x000500c6u, 0x00000006u, 0x00003654u, 0x00003652u, - 0x000002fdu, 0x000500c2u, 0x00000006u, 0x00003656u, 0x0000364bu, 0x000001a8u, 0x0004003du, 0x00000006u, - 0x00003658u, 0x0000363cu, 0x000500c7u, 0x00000006u, 0x00003659u, 0x00003658u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x0000365au, 0x00003659u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x0000365cu, 0x00003656u, - 0x0000365au, 0x000500c6u, 0x00000006u, 0x0000365eu, 0x0000365cu, 0x000002f6u, 0x000500c5u, 0x00000006u, - 0x00003661u, 0x00003654u, 0x0000076fu, 0x00080041u, 0x000006aau, 0x00003662u, 0x000006a7u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00003661u, 0x0004003du, 0x0000000fu, 0x00003663u, 0x00003662u, 0x00080041u, - 0x0000077au, 0x00003666u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000365eu, 0x0004003du, - 0x00000011u, 0x00003667u, 0x00003666u, 0x000500c2u, 0x00000011u, 0x00003669u, 0x00003667u, 0x000008cdu, - 0x000500c7u, 0x00000011u, 0x0000366au, 0x00003669u, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x0000366bu, - 0x0000366au, 0x000500c2u, 0x00000011u, 0x0000366du, 0x00003667u, 0x00000198u, 0x000500c7u, 0x00000011u, - 0x0000366eu, 0x0000366du, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x0000366fu, 0x0000366eu, 0x00040071u, - 0x00000011u, 0x00003671u, 0x0000366bu, 0x0004007cu, 0x00000012u, 0x00003672u, 0x00003671u, 0x00050082u, - 0x00000012u, 0x00003673u, 0x00003672u, 0x000008d9u, 0x00040071u, 0x00000011u, 0x00003675u, 0x0000366fu, - 0x0004007cu, 0x00000012u, 0x00003676u, 0x00003675u, 0x00050082u, 0x00000012u, 0x00003677u, 0x00003676u, - 0x000008d9u, 0x00040071u, 0x00000011u, 0x00003679u, 0x00003663u, 0x0004007cu, 0x00000012u, 0x0000367au, - 0x00003679u, 0x00070050u, 0x00000013u, 0x0000367eu, 0x00003673u, 0x00003677u, 0x0000367au, 0x0000367au, - 0x00050050u, 0x00000058u, 0x00002926u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002927u, - 0x00002926u, 0x0003003eu, 0x000026b6u, 0x00002927u, 0x00050041u, 0x00000007u, 0x0000368eu, 0x000026b6u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000368fu, 0x0000368eu, 0x00050084u, 0x00000006u, 0x00003690u, - 0x000025f7u, 0x0000368fu, 0x00050080u, 0x00000006u, 0x00003691u, 0x000025f5u, 0x00003690u, 0x00050041u, - 0x00000007u, 0x00003693u, 0x000026b6u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003694u, 0x00003693u, - 0x00050080u, 0x00000006u, 0x00003695u, 0x00003691u, 0x00003694u, 0x000500c7u, 0x00000006u, 0x00003697u, - 0x00003695u, 0x00000746u, 0x00050080u, 0x00000006u, 0x0000369bu, 0x00003691u, 0x000035f6u, 0x000500c7u, - 0x00000006u, 0x0000369du, 0x0000369bu, 0x00000746u, 0x0004003du, 0x00000006u, 0x000036a0u, 0x0000368eu, - 0x000500c7u, 0x00000006u, 0x000036a1u, 0x000036a0u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000036a2u, - 0x000036a1u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000036a4u, 0x00003697u, 0x000036a2u, 0x000500c6u, - 0x00000006u, 0x000036a6u, 0x000036a4u, 0x000002fdu, 0x000500c2u, 0x00000006u, 0x000036a8u, 0x0000369du, - 0x000001a8u, 0x0004003du, 0x00000006u, 0x000036aau, 0x0000368eu, 0x000500c7u, 0x00000006u, 0x000036abu, - 0x000036aau, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000036acu, 0x000036abu, 0x000001a8u, 0x000500c6u, - 0x00000006u, 0x000036aeu, 0x000036a8u, 0x000036acu, 0x000500c6u, 0x00000006u, 0x000036b0u, 0x000036aeu, - 0x000002f6u, 0x000500c5u, 0x00000006u, 0x000036b3u, 0x000036a6u, 0x0000076fu, 0x00080041u, 0x000006aau, - 0x000036b4u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000036b3u, 0x0004003du, 0x0000000fu, - 0x000036b5u, 0x000036b4u, 0x00080041u, 0x0000077au, 0x000036b8u, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x000036b0u, 0x0004003du, 0x00000011u, 0x000036b9u, 0x000036b8u, 0x000500c2u, 0x00000011u, - 0x000036bbu, 0x000036b9u, 0x000008cdu, 0x000500c7u, 0x00000011u, 0x000036bcu, 0x000036bbu, 0x000002aeu, - 0x00040071u, 0x0000000fu, 0x000036bdu, 0x000036bcu, 0x000500c2u, 0x00000011u, 0x000036bfu, 0x000036b9u, - 0x00000198u, 0x000500c7u, 0x00000011u, 0x000036c0u, 0x000036bfu, 0x000002aeu, 0x00040071u, 0x0000000fu, - 0x000036c1u, 0x000036c0u, 0x00040071u, 0x00000011u, 0x000036c3u, 0x000036bdu, 0x0004007cu, 0x00000012u, - 0x000036c4u, 0x000036c3u, 0x00050082u, 0x00000012u, 0x000036c5u, 0x000036c4u, 0x000008d9u, 0x00040071u, - 0x00000011u, 0x000036c7u, 0x000036c1u, 0x0004007cu, 0x00000012u, 0x000036c8u, 0x000036c7u, 0x00050082u, - 0x00000012u, 0x000036c9u, 0x000036c8u, 0x000008d9u, 0x00040071u, 0x00000011u, 0x000036cbu, 0x000036b5u, - 0x0004007cu, 0x00000012u, 0x000036ccu, 0x000036cbu, 0x00070050u, 0x00000013u, 0x000036d0u, 0x000036c5u, - 0x000036c9u, 0x000036ccu, 0x000036ccu, 0x00050050u, 0x00000058u, 0x0000292eu, 0x00006716u, 0x000027b0u, - 0x0004007cu, 0x000000abu, 0x0000292fu, 0x0000292eu, 0x0003003eu, 0x000026bau, 0x0000292fu, 0x00050041u, - 0x00000007u, 0x000036e0u, 0x000026bau, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000036e1u, 0x000036e0u, - 0x00050084u, 0x00000006u, 0x000036e2u, 0x000025f7u, 0x000036e1u, 0x00050080u, 0x00000006u, 0x000036e3u, - 0x000025f5u, 0x000036e2u, 0x00050041u, 0x00000007u, 0x000036e5u, 0x000026bau, 0x00000290u, 0x0004003du, - 0x00000006u, 0x000036e6u, 0x000036e5u, 0x00050080u, 0x00000006u, 0x000036e7u, 0x000036e3u, 0x000036e6u, - 0x000500c7u, 0x00000006u, 0x000036e9u, 0x000036e7u, 0x00000746u, 0x00050080u, 0x00000006u, 0x000036edu, - 0x000036e3u, 0x00003648u, 0x000500c7u, 0x00000006u, 0x000036efu, 0x000036edu, 0x00000746u, 0x0004003du, - 0x00000006u, 0x000036f2u, 0x000036e0u, 0x000500c7u, 0x00000006u, 0x000036f3u, 0x000036f2u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x000036f4u, 0x000036f3u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000036f6u, - 0x000036e9u, 0x000036f4u, 0x000500c6u, 0x00000006u, 0x000036f8u, 0x000036f6u, 0x000002fdu, 0x000500c2u, - 0x00000006u, 0x000036fau, 0x000036efu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000036fcu, 0x000036e0u, - 0x000500c7u, 0x00000006u, 0x000036fdu, 0x000036fcu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000036feu, - 0x000036fdu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003700u, 0x000036fau, 0x000036feu, 0x000500c6u, - 0x00000006u, 0x00003702u, 0x00003700u, 0x000002f6u, 0x000500c5u, 0x00000006u, 0x00003705u, 0x000036f8u, - 0x0000076fu, 0x00080041u, 0x000006aau, 0x00003706u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00003705u, 0x0004003du, 0x0000000fu, 0x00003707u, 0x00003706u, 0x00080041u, 0x0000077au, 0x0000370au, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003702u, 0x0004003du, 0x00000011u, 0x0000370bu, - 0x0000370au, 0x000500c2u, 0x00000011u, 0x0000370du, 0x0000370bu, 0x000008cdu, 0x000500c7u, 0x00000011u, - 0x0000370eu, 0x0000370du, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x0000370fu, 0x0000370eu, 0x000500c2u, - 0x00000011u, 0x00003711u, 0x0000370bu, 0x00000198u, 0x000500c7u, 0x00000011u, 0x00003712u, 0x00003711u, - 0x000002aeu, 0x00040071u, 0x0000000fu, 0x00003713u, 0x00003712u, 0x00040071u, 0x00000011u, 0x00003715u, - 0x0000370fu, 0x0004007cu, 0x00000012u, 0x00003716u, 0x00003715u, 0x00050082u, 0x00000012u, 0x00003717u, - 0x00003716u, 0x000008d9u, 0x00040071u, 0x00000011u, 0x00003719u, 0x00003713u, 0x0004007cu, 0x00000012u, - 0x0000371au, 0x00003719u, 0x00050082u, 0x00000012u, 0x0000371bu, 0x0000371au, 0x000008d9u, 0x00040071u, - 0x00000011u, 0x0000371du, 0x00003707u, 0x0004007cu, 0x00000012u, 0x0000371eu, 0x0000371du, 0x00070050u, - 0x00000013u, 0x00003722u, 0x00003717u, 0x0000371bu, 0x0000371eu, 0x0000371eu, 0x000200f9u, 0x00002934u, - 0x000200f8u, 0x00002934u, 0x000700f5u, 0x00000013u, 0x00006943u, 0x00006758u, 0x00002907u, 0x00003722u, - 0x0000291bu, 0x000700f5u, 0x00000013u, 0x000068c9u, 0x00006758u, 0x00002907u, 0x000036d0u, 0x0000291bu, - 0x000700f5u, 0x00000013u, 0x00006850u, 0x00006758u, 0x00002907u, 0x0000367eu, 0x0000291bu, 0x000200f9u, - 0x00002a9du, 0x000200f8u, 0x0000287du, 0x00040071u, 0x00000006u, 0x00002880u, 0x00007dd9u, 0x0004007cu, - 0x00000008u, 0x00002881u, 0x00002880u, 0x000300f7u, 0x00002906u, 0x00000000u, 0x000b00fbu, 0x00002881u, - 0x00002906u, 0x00000000u, 0x00002882u, 0x00000001u, 0x000028a3u, 0x00000002u, 0x000028c4u, 0x00000003u, - 0x000028e5u, 0x000200f8u, 0x000028e5u, 0x0004007cu, 0x000000abu, 0x000028e7u, 0x00006727u, 0x0003003eu, - 0x000026a0u, 0x000028e7u, 0x00050041u, 0x00000007u, 0x000034f9u, 0x000026a0u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000034fau, 0x000034f9u, 0x00050084u, 0x00000006u, 0x000034fbu, 0x000025f7u, 0x000034fau, - 0x00050080u, 0x00000006u, 0x000034fcu, 0x000025f5u, 0x000034fbu, 0x00050041u, 0x00000007u, 0x000034fdu, - 0x000026a0u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000034feu, 0x000034fdu, 0x00050084u, 0x00000006u, - 0x000034ffu, 0x000034feu, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003501u, 0x000034fcu, 0x000034ffu, - 0x000500c7u, 0x00000006u, 0x00003503u, 0x00003501u, 0x00000746u, 0x000500c2u, 0x00000006u, 0x00003505u, - 0x00003503u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00003507u, 0x000034f9u, 0x000500c7u, 0x00000006u, - 0x00003508u, 0x00003507u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003509u, 0x00003508u, 0x000001a8u, - 0x000500c6u, 0x00000006u, 0x0000350bu, 0x00003505u, 0x00003509u, 0x000500c6u, 0x00000006u, 0x0000350du, - 0x0000350bu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003510u, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x0000350du, 0x0004003du, 0x00000011u, 0x00003511u, 0x00003510u, 0x00040071u, 0x00000006u, - 0x00003512u, 0x00003511u, 0x000500c5u, 0x00000006u, 0x00003515u, 0x0000350du, 0x00000777u, 0x00080041u, - 0x0000077au, 0x00003516u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003515u, 0x0004003du, - 0x00000011u, 0x00003517u, 0x00003516u, 0x00040071u, 0x00000006u, 0x00003518u, 0x00003517u, 0x000500c2u, - 0x00000006u, 0x0000351au, 0x00003512u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x0000351bu, 0x0000351au, - 0x0004007cu, 0x00000012u, 0x0000351cu, 0x0000351bu, 0x000500c7u, 0x00000006u, 0x0000351eu, 0x00003512u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x0000351fu, 0x0000351eu, 0x0004007cu, 0x00000012u, 0x00003520u, - 0x0000351fu, 0x000500c2u, 0x00000006u, 0x00003522u, 0x00003518u, 0x000001dbu, 0x00040071u, 0x00000011u, - 0x00003523u, 0x00003522u, 0x0004007cu, 0x00000012u, 0x00003524u, 0x00003523u, 0x000500c7u, 0x00000006u, - 0x00003526u, 0x00003518u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003527u, 0x00003526u, 0x0004007cu, - 0x00000012u, 0x00003528u, 0x00003527u, 0x00070050u, 0x00000013u, 0x00003529u, 0x0000351cu, 0x00003520u, - 0x00003524u, 0x00003528u, 0x000300f7u, 0x000028fbu, 0x00000000u, 0x000400fau, 0x00001affu, 0x000028ecu, - 0x000028fbu, 0x000200f8u, 0x000028ecu, 0x00050050u, 0x00000058u, 0x000028efu, 0x00006716u, 0x000027aeu, - 0x0004007cu, 0x000000abu, 0x000028f0u, 0x000028efu, 0x0003003eu, 0x000026a3u, 0x000028f0u, 0x00050041u, - 0x00000007u, 0x00003534u, 0x000026a3u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003535u, 0x00003534u, - 0x00050084u, 0x00000006u, 0x00003536u, 0x000025f7u, 0x00003535u, 0x00050080u, 0x00000006u, 0x00003537u, - 0x000025f5u, 0x00003536u, 0x00050041u, 0x00000007u, 0x00003538u, 0x000026a3u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00003539u, 0x00003538u, 0x00050084u, 0x00000006u, 0x0000353au, 0x00003539u, 0x000002fau, - 0x00050080u, 0x00000006u, 0x0000353cu, 0x00003537u, 0x0000353au, 0x000500c7u, 0x00000006u, 0x0000353eu, - 0x0000353cu, 0x00000746u, 0x000500c2u, 0x00000006u, 0x00003540u, 0x0000353eu, 0x000001a8u, 0x0004003du, - 0x00000006u, 0x00003542u, 0x00003534u, 0x000500c7u, 0x00000006u, 0x00003543u, 0x00003542u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00003544u, 0x00003543u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003546u, - 0x00003540u, 0x00003544u, 0x000500c6u, 0x00000006u, 0x00003548u, 0x00003546u, 0x000002f6u, 0x00080041u, - 0x0000077au, 0x0000354bu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003548u, 0x0004003du, - 0x00000011u, 0x0000354cu, 0x0000354bu, 0x00040071u, 0x00000006u, 0x0000354du, 0x0000354cu, 0x000500c5u, - 0x00000006u, 0x00003550u, 0x00003548u, 0x00000777u, 0x00080041u, 0x0000077au, 0x00003551u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003550u, 0x0004003du, 0x00000011u, 0x00003552u, 0x00003551u, - 0x00040071u, 0x00000006u, 0x00003553u, 0x00003552u, 0x000500c2u, 0x00000006u, 0x00003555u, 0x0000354du, - 0x000001dbu, 0x00040071u, 0x00000011u, 0x00003556u, 0x00003555u, 0x0004007cu, 0x00000012u, 0x00003557u, - 0x00003556u, 0x000500c7u, 0x00000006u, 0x00003559u, 0x0000354du, 0x00000659u, 0x00040071u, 0x00000011u, - 0x0000355au, 0x00003559u, 0x0004007cu, 0x00000012u, 0x0000355bu, 0x0000355au, 0x000500c2u, 0x00000006u, - 0x0000355du, 0x00003553u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x0000355eu, 0x0000355du, 0x0004007cu, - 0x00000012u, 0x0000355fu, 0x0000355eu, 0x000500c7u, 0x00000006u, 0x00003561u, 0x00003553u, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00003562u, 0x00003561u, 0x0004007cu, 0x00000012u, 0x00003563u, 0x00003562u, - 0x00070050u, 0x00000013u, 0x00003564u, 0x00003557u, 0x0000355bu, 0x0000355fu, 0x00003563u, 0x00050050u, - 0x00000058u, 0x000028f6u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x000028f7u, 0x000028f6u, - 0x0003003eu, 0x000026a6u, 0x000028f7u, 0x00050041u, 0x00000007u, 0x0000356fu, 0x000026a6u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00003570u, 0x0000356fu, 0x00050084u, 0x00000006u, 0x00003571u, 0x000025f7u, - 0x00003570u, 0x00050080u, 0x00000006u, 0x00003572u, 0x000025f5u, 0x00003571u, 0x00050041u, 0x00000007u, - 0x00003573u, 0x000026a6u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003574u, 0x00003573u, 0x00050084u, - 0x00000006u, 0x00003575u, 0x00003574u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003577u, 0x00003572u, - 0x00003575u, 0x000500c7u, 0x00000006u, 0x00003579u, 0x00003577u, 0x00000746u, 0x000500c2u, 0x00000006u, - 0x0000357bu, 0x00003579u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000357du, 0x0000356fu, 0x000500c7u, - 0x00000006u, 0x0000357eu, 0x0000357du, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000357fu, 0x0000357eu, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003581u, 0x0000357bu, 0x0000357fu, 0x000500c6u, 0x00000006u, - 0x00003583u, 0x00003581u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003586u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00003583u, 0x0004003du, 0x00000011u, 0x00003587u, 0x00003586u, 0x00040071u, - 0x00000006u, 0x00003588u, 0x00003587u, 0x000500c5u, 0x00000006u, 0x0000358bu, 0x00003583u, 0x00000777u, - 0x00080041u, 0x0000077au, 0x0000358cu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000358bu, - 0x0004003du, 0x00000011u, 0x0000358du, 0x0000358cu, 0x00040071u, 0x00000006u, 0x0000358eu, 0x0000358du, - 0x000500c2u, 0x00000006u, 0x00003590u, 0x00003588u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00003591u, - 0x00003590u, 0x0004007cu, 0x00000012u, 0x00003592u, 0x00003591u, 0x000500c7u, 0x00000006u, 0x00003594u, - 0x00003588u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003595u, 0x00003594u, 0x0004007cu, 0x00000012u, - 0x00003596u, 0x00003595u, 0x000500c2u, 0x00000006u, 0x00003598u, 0x0000358eu, 0x000001dbu, 0x00040071u, - 0x00000011u, 0x00003599u, 0x00003598u, 0x0004007cu, 0x00000012u, 0x0000359au, 0x00003599u, 0x000500c7u, - 0x00000006u, 0x0000359cu, 0x0000358eu, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000359du, 0x0000359cu, - 0x0004007cu, 0x00000012u, 0x0000359eu, 0x0000359du, 0x00070050u, 0x00000013u, 0x0000359fu, 0x00003592u, - 0x00003596u, 0x0000359au, 0x0000359eu, 0x000200f9u, 0x000028fbu, 0x000200f8u, 0x000028fbu, 0x000700f5u, - 0x00000013u, 0x000068c8u, 0x00006758u, 0x000028e5u, 0x0000359fu, 0x000028ecu, 0x000700f5u, 0x00000013u, - 0x0000684fu, 0x00006758u, 0x000028e5u, 0x00003564u, 0x000028ecu, 0x000300f7u, 0x00002905u, 0x00000000u, - 0x000400fau, 0x000027bau, 0x000028fdu, 0x00002905u, 0x000200f8u, 0x000028fdu, 0x00050050u, 0x00000058u, - 0x00002900u, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002901u, 0x00002900u, 0x0003003eu, - 0x000026a9u, 0x00002901u, 0x00050041u, 0x00000007u, 0x000035aau, 0x000026a9u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000035abu, 0x000035aau, 0x00050084u, 0x00000006u, 0x000035acu, 0x000025f7u, 0x000035abu, - 0x00050080u, 0x00000006u, 0x000035adu, 0x000025f5u, 0x000035acu, 0x00050041u, 0x00000007u, 0x000035aeu, - 0x000026a9u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000035afu, 0x000035aeu, 0x00050084u, 0x00000006u, - 0x000035b0u, 0x000035afu, 0x000002fau, 0x00050080u, 0x00000006u, 0x000035b2u, 0x000035adu, 0x000035b0u, - 0x000500c7u, 0x00000006u, 0x000035b4u, 0x000035b2u, 0x00000746u, 0x000500c2u, 0x00000006u, 0x000035b6u, - 0x000035b4u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000035b8u, 0x000035aau, 0x000500c7u, 0x00000006u, - 0x000035b9u, 0x000035b8u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000035bau, 0x000035b9u, 0x000001a8u, - 0x000500c6u, 0x00000006u, 0x000035bcu, 0x000035b6u, 0x000035bau, 0x000500c6u, 0x00000006u, 0x000035beu, - 0x000035bcu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000035c1u, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x000035beu, 0x0004003du, 0x00000011u, 0x000035c2u, 0x000035c1u, 0x00040071u, 0x00000006u, - 0x000035c3u, 0x000035c2u, 0x000500c5u, 0x00000006u, 0x000035c6u, 0x000035beu, 0x00000777u, 0x00080041u, - 0x0000077au, 0x000035c7u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000035c6u, 0x0004003du, - 0x00000011u, 0x000035c8u, 0x000035c7u, 0x00040071u, 0x00000006u, 0x000035c9u, 0x000035c8u, 0x000500c2u, - 0x00000006u, 0x000035cbu, 0x000035c3u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x000035ccu, 0x000035cbu, - 0x0004007cu, 0x00000012u, 0x000035cdu, 0x000035ccu, 0x000500c7u, 0x00000006u, 0x000035cfu, 0x000035c3u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x000035d0u, 0x000035cfu, 0x0004007cu, 0x00000012u, 0x000035d1u, - 0x000035d0u, 0x000500c2u, 0x00000006u, 0x000035d3u, 0x000035c9u, 0x000001dbu, 0x00040071u, 0x00000011u, - 0x000035d4u, 0x000035d3u, 0x0004007cu, 0x00000012u, 0x000035d5u, 0x000035d4u, 0x000500c7u, 0x00000006u, - 0x000035d7u, 0x000035c9u, 0x00000659u, 0x00040071u, 0x00000011u, 0x000035d8u, 0x000035d7u, 0x0004007cu, - 0x00000012u, 0x000035d9u, 0x000035d8u, 0x00070050u, 0x00000013u, 0x000035dau, 0x000035cdu, 0x000035d1u, - 0x000035d5u, 0x000035d9u, 0x000200f9u, 0x00002905u, 0x000200f8u, 0x00002905u, 0x000700f5u, 0x00000013u, - 0x00006941u, 0x00006758u, 0x000028fbu, 0x000035dau, 0x000028fdu, 0x000200f9u, 0x00002906u, 0x000200f8u, - 0x000028c4u, 0x0004007cu, 0x000000abu, 0x000028c6u, 0x00006727u, 0x0003003eu, 0x00002694u, 0x000028c6u, - 0x00050041u, 0x00000007u, 0x000033edu, 0x00002694u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000033eeu, - 0x000033edu, 0x00050084u, 0x00000006u, 0x000033efu, 0x000025f7u, 0x000033eeu, 0x00050080u, 0x00000006u, - 0x000033f0u, 0x000025f5u, 0x000033efu, 0x00050041u, 0x00000007u, 0x000033f1u, 0x00002694u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x000033f2u, 0x000033f1u, 0x00050084u, 0x00000006u, 0x000033f3u, 0x000033f2u, - 0x000002fau, 0x00050080u, 0x00000006u, 0x000033f5u, 0x000033f0u, 0x000033f3u, 0x000500c7u, 0x00000006u, - 0x000033f7u, 0x000033f5u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x000033f9u, 0x000033f7u, 0x000001a8u, - 0x0004003du, 0x00000006u, 0x000033fbu, 0x000033edu, 0x000500c7u, 0x00000006u, 0x000033fcu, 0x000033fbu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000033fdu, 0x000033fcu, 0x000001a8u, 0x000500c6u, 0x00000006u, - 0x000033ffu, 0x000033f9u, 0x000033fdu, 0x000500c6u, 0x00000006u, 0x00003401u, 0x000033ffu, 0x000002f6u, - 0x00080041u, 0x0000077au, 0x00003404u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003401u, - 0x0004003du, 0x00000011u, 0x00003405u, 0x00003404u, 0x00040071u, 0x00000006u, 0x00003406u, 0x00003405u, - 0x00060050u, 0x0000026fu, 0x0000340eu, 0x00003406u, 0x00003406u, 0x00003406u, 0x000500c2u, 0x0000026fu, - 0x0000340fu, 0x0000340eu, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00003411u, 0x0000340fu, 0x00007dbbu, - 0x000500c4u, 0x0000026fu, 0x00003414u, 0x00003411u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00003417u, - 0x00003411u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00003418u, 0x00003414u, 0x00003417u, 0x000500c7u, - 0x00000006u, 0x0000341au, 0x00003406u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x0000341bu, 0x0000341au, - 0x00000659u, 0x00040071u, 0x0000065du, 0x0000341du, 0x00003418u, 0x0004007cu, 0x0000065cu, 0x0000341eu, - 0x0000341du, 0x00040071u, 0x00000011u, 0x00003420u, 0x0000341bu, 0x0004007cu, 0x00000012u, 0x00003421u, - 0x00003420u, 0x00050051u, 0x00000012u, 0x00003422u, 0x0000341eu, 0x00000000u, 0x00050051u, 0x00000012u, - 0x00003423u, 0x0000341eu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003424u, 0x0000341eu, 0x00000002u, - 0x00070050u, 0x00000013u, 0x00003425u, 0x00003422u, 0x00003423u, 0x00003424u, 0x00003421u, 0x000300f7u, - 0x000028dau, 0x00000000u, 0x000400fau, 0x00001affu, 0x000028cbu, 0x000028dau, 0x000200f8u, 0x000028cbu, - 0x00050050u, 0x00000058u, 0x000028ceu, 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x000028cfu, - 0x000028ceu, 0x0003003eu, 0x00002697u, 0x000028cfu, 0x00050041u, 0x00000007u, 0x00003430u, 0x00002697u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003431u, 0x00003430u, 0x00050084u, 0x00000006u, 0x00003432u, - 0x000025f7u, 0x00003431u, 0x00050080u, 0x00000006u, 0x00003433u, 0x000025f5u, 0x00003432u, 0x00050041u, - 0x00000007u, 0x00003434u, 0x00002697u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003435u, 0x00003434u, - 0x00050084u, 0x00000006u, 0x00003436u, 0x00003435u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00003438u, - 0x00003433u, 0x00003436u, 0x000500c7u, 0x00000006u, 0x0000343au, 0x00003438u, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x0000343cu, 0x0000343au, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000343eu, 0x00003430u, - 0x000500c7u, 0x00000006u, 0x0000343fu, 0x0000343eu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003440u, - 0x0000343fu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003442u, 0x0000343cu, 0x00003440u, 0x000500c6u, - 0x00000006u, 0x00003444u, 0x00003442u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00003447u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003444u, 0x0004003du, 0x00000011u, 0x00003448u, 0x00003447u, - 0x00040071u, 0x00000006u, 0x00003449u, 0x00003448u, 0x00060050u, 0x0000026fu, 0x00003451u, 0x00003449u, - 0x00003449u, 0x00003449u, 0x000500c2u, 0x0000026fu, 0x00003452u, 0x00003451u, 0x0000064au, 0x000500c7u, - 0x0000026fu, 0x00003454u, 0x00003452u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00003457u, 0x00003454u, - 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x0000345au, 0x00003454u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, - 0x0000345bu, 0x00003457u, 0x0000345au, 0x000500c7u, 0x00000006u, 0x0000345du, 0x00003449u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x0000345eu, 0x0000345du, 0x00000659u, 0x00040071u, 0x0000065du, 0x00003460u, - 0x0000345bu, 0x0004007cu, 0x0000065cu, 0x00003461u, 0x00003460u, 0x00040071u, 0x00000011u, 0x00003463u, - 0x0000345eu, 0x0004007cu, 0x00000012u, 0x00003464u, 0x00003463u, 0x00050051u, 0x00000012u, 0x00003465u, - 0x00003461u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00003466u, 0x00003461u, 0x00000001u, 0x00050051u, - 0x00000012u, 0x00003467u, 0x00003461u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003468u, 0x00003465u, - 0x00003466u, 0x00003467u, 0x00003464u, 0x00050050u, 0x00000058u, 0x000028d5u, 0x00006712u, 0x000027b0u, - 0x0004007cu, 0x000000abu, 0x000028d6u, 0x000028d5u, 0x0003003eu, 0x0000269au, 0x000028d6u, 0x00050041u, - 0x00000007u, 0x00003473u, 0x0000269au, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003474u, 0x00003473u, - 0x00050084u, 0x00000006u, 0x00003475u, 0x000025f7u, 0x00003474u, 0x00050080u, 0x00000006u, 0x00003476u, - 0x000025f5u, 0x00003475u, 0x00050041u, 0x00000007u, 0x00003477u, 0x0000269au, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00003478u, 0x00003477u, 0x00050084u, 0x00000006u, 0x00003479u, 0x00003478u, 0x000002fau, - 0x00050080u, 0x00000006u, 0x0000347bu, 0x00003476u, 0x00003479u, 0x000500c7u, 0x00000006u, 0x0000347du, - 0x0000347bu, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x0000347fu, 0x0000347du, 0x000001a8u, 0x0004003du, - 0x00000006u, 0x00003481u, 0x00003473u, 0x000500c7u, 0x00000006u, 0x00003482u, 0x00003481u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00003483u, 0x00003482u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00003485u, - 0x0000347fu, 0x00003483u, 0x000500c6u, 0x00000006u, 0x00003487u, 0x00003485u, 0x000002f6u, 0x00080041u, - 0x0000077au, 0x0000348au, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003487u, 0x0004003du, - 0x00000011u, 0x0000348bu, 0x0000348au, 0x00040071u, 0x00000006u, 0x0000348cu, 0x0000348bu, 0x00060050u, - 0x0000026fu, 0x00003494u, 0x0000348cu, 0x0000348cu, 0x0000348cu, 0x000500c2u, 0x0000026fu, 0x00003495u, - 0x00003494u, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00003497u, 0x00003495u, 0x00007dbbu, 0x000500c4u, - 0x0000026fu, 0x0000349au, 0x00003497u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x0000349du, 0x00003497u, - 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x0000349eu, 0x0000349au, 0x0000349du, 0x000500c7u, 0x00000006u, - 0x000034a0u, 0x0000348cu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x000034a1u, 0x000034a0u, 0x00000659u, - 0x00040071u, 0x0000065du, 0x000034a3u, 0x0000349eu, 0x0004007cu, 0x0000065cu, 0x000034a4u, 0x000034a3u, - 0x00040071u, 0x00000011u, 0x000034a6u, 0x000034a1u, 0x0004007cu, 0x00000012u, 0x000034a7u, 0x000034a6u, - 0x00050051u, 0x00000012u, 0x000034a8u, 0x000034a4u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000034a9u, - 0x000034a4u, 0x00000001u, 0x00050051u, 0x00000012u, 0x000034aau, 0x000034a4u, 0x00000002u, 0x00070050u, - 0x00000013u, 0x000034abu, 0x000034a8u, 0x000034a9u, 0x000034aau, 0x000034a7u, 0x000200f9u, 0x000028dau, - 0x000200f8u, 0x000028dau, 0x000700f5u, 0x00000013u, 0x000068c6u, 0x00006758u, 0x000028c4u, 0x000034abu, - 0x000028cbu, 0x000700f5u, 0x00000013u, 0x0000684du, 0x00006758u, 0x000028c4u, 0x00003468u, 0x000028cbu, - 0x000300f7u, 0x000028e4u, 0x00000000u, 0x000400fau, 0x000027bau, 0x000028dcu, 0x000028e4u, 0x000200f8u, - 0x000028dcu, 0x00050050u, 0x00000058u, 0x000028dfu, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, - 0x000028e0u, 0x000028dfu, 0x0003003eu, 0x0000269du, 0x000028e0u, 0x00050041u, 0x00000007u, 0x000034b6u, - 0x0000269du, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000034b7u, 0x000034b6u, 0x00050084u, 0x00000006u, - 0x000034b8u, 0x000025f7u, 0x000034b7u, 0x00050080u, 0x00000006u, 0x000034b9u, 0x000025f5u, 0x000034b8u, - 0x00050041u, 0x00000007u, 0x000034bau, 0x0000269du, 0x00000290u, 0x0004003du, 0x00000006u, 0x000034bbu, - 0x000034bau, 0x00050084u, 0x00000006u, 0x000034bcu, 0x000034bbu, 0x000002fau, 0x00050080u, 0x00000006u, - 0x000034beu, 0x000034b9u, 0x000034bcu, 0x000500c7u, 0x00000006u, 0x000034c0u, 0x000034beu, 0x0000068cu, - 0x000500c2u, 0x00000006u, 0x000034c2u, 0x000034c0u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000034c4u, - 0x000034b6u, 0x000500c7u, 0x00000006u, 0x000034c5u, 0x000034c4u, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x000034c6u, 0x000034c5u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000034c8u, 0x000034c2u, 0x000034c6u, - 0x000500c6u, 0x00000006u, 0x000034cau, 0x000034c8u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000034cdu, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000034cau, 0x0004003du, 0x00000011u, 0x000034ceu, - 0x000034cdu, 0x00040071u, 0x00000006u, 0x000034cfu, 0x000034ceu, 0x00060050u, 0x0000026fu, 0x000034d7u, - 0x000034cfu, 0x000034cfu, 0x000034cfu, 0x000500c2u, 0x0000026fu, 0x000034d8u, 0x000034d7u, 0x0000064au, - 0x000500c7u, 0x0000026fu, 0x000034dau, 0x000034d8u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x000034ddu, - 0x000034dau, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x000034e0u, 0x000034dau, 0x00007dbdu, 0x000500c5u, - 0x0000026fu, 0x000034e1u, 0x000034ddu, 0x000034e0u, 0x000500c7u, 0x00000006u, 0x000034e3u, 0x000034cfu, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x000034e4u, 0x000034e3u, 0x00000659u, 0x00040071u, 0x0000065du, - 0x000034e6u, 0x000034e1u, 0x0004007cu, 0x0000065cu, 0x000034e7u, 0x000034e6u, 0x00040071u, 0x00000011u, - 0x000034e9u, 0x000034e4u, 0x0004007cu, 0x00000012u, 0x000034eau, 0x000034e9u, 0x00050051u, 0x00000012u, - 0x000034ebu, 0x000034e7u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000034ecu, 0x000034e7u, 0x00000001u, - 0x00050051u, 0x00000012u, 0x000034edu, 0x000034e7u, 0x00000002u, 0x00070050u, 0x00000013u, 0x000034eeu, - 0x000034ebu, 0x000034ecu, 0x000034edu, 0x000034eau, 0x000200f9u, 0x000028e4u, 0x000200f8u, 0x000028e4u, - 0x000700f5u, 0x00000013u, 0x0000693fu, 0x00006758u, 0x000028dau, 0x000034eeu, 0x000028dcu, 0x000200f9u, - 0x00002906u, 0x000200f8u, 0x000028a3u, 0x0004007cu, 0x000000abu, 0x000028a5u, 0x00006727u, 0x0003003eu, - 0x00002688u, 0x000028a5u, 0x00050041u, 0x00000007u, 0x00003358u, 0x00002688u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x00003359u, 0x00003358u, 0x00050084u, 0x00000006u, 0x0000335au, 0x000025f7u, 0x00003359u, - 0x00050080u, 0x00000006u, 0x0000335bu, 0x000025f5u, 0x0000335au, 0x00050041u, 0x00000007u, 0x0000335cu, - 0x00002688u, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000335du, 0x0000335cu, 0x00050080u, 0x00000006u, - 0x0000335fu, 0x0000335bu, 0x0000335du, 0x000500c7u, 0x00000006u, 0x00003361u, 0x0000335fu, 0x0000068cu, - 0x0004003du, 0x00000006u, 0x00003364u, 0x00003358u, 0x000500c7u, 0x00000006u, 0x00003365u, 0x00003364u, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003366u, 0x00003365u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00003368u, 0x00003361u, 0x00003366u, 0x000500c6u, 0x00000006u, 0x0000336au, 0x00003368u, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x0000336du, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000336au, - 0x0004003du, 0x0000000fu, 0x0000336eu, 0x0000336du, 0x00040071u, 0x00000006u, 0x0000336fu, 0x0000336eu, - 0x00040071u, 0x00000011u, 0x00003371u, 0x0000336fu, 0x0004007cu, 0x00000012u, 0x00003372u, 0x00003371u, - 0x00070050u, 0x00000013u, 0x00003373u, 0x00003372u, 0x00003372u, 0x00003372u, 0x00003372u, 0x000300f7u, - 0x000028b9u, 0x00000000u, 0x000400fau, 0x00001affu, 0x000028aau, 0x000028b9u, 0x000200f8u, 0x000028aau, - 0x00050050u, 0x00000058u, 0x000028adu, 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x000028aeu, - 0x000028adu, 0x0003003eu, 0x0000268bu, 0x000028aeu, 0x00050041u, 0x00000007u, 0x0000337du, 0x0000268bu, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000337eu, 0x0000337du, 0x00050084u, 0x00000006u, 0x0000337fu, - 0x000025f7u, 0x0000337eu, 0x00050080u, 0x00000006u, 0x00003380u, 0x000025f5u, 0x0000337fu, 0x00050041u, - 0x00000007u, 0x00003381u, 0x0000268bu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003382u, 0x00003381u, - 0x00050080u, 0x00000006u, 0x00003384u, 0x00003380u, 0x00003382u, 0x000500c7u, 0x00000006u, 0x00003386u, - 0x00003384u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00003389u, 0x0000337du, 0x000500c7u, 0x00000006u, - 0x0000338au, 0x00003389u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000338bu, 0x0000338au, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x0000338du, 0x00003386u, 0x0000338bu, 0x000500c6u, 0x00000006u, 0x0000338fu, - 0x0000338du, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003392u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x0000338fu, 0x0004003du, 0x0000000fu, 0x00003393u, 0x00003392u, 0x00040071u, 0x00000006u, - 0x00003394u, 0x00003393u, 0x00040071u, 0x00000011u, 0x00003396u, 0x00003394u, 0x0004007cu, 0x00000012u, - 0x00003397u, 0x00003396u, 0x00070050u, 0x00000013u, 0x00003398u, 0x00003397u, 0x00003397u, 0x00003397u, - 0x00003397u, 0x00050050u, 0x00000058u, 0x000028b4u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, - 0x000028b5u, 0x000028b4u, 0x0003003eu, 0x0000268eu, 0x000028b5u, 0x00050041u, 0x00000007u, 0x000033a2u, - 0x0000268eu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000033a3u, 0x000033a2u, 0x00050084u, 0x00000006u, - 0x000033a4u, 0x000025f7u, 0x000033a3u, 0x00050080u, 0x00000006u, 0x000033a5u, 0x000025f5u, 0x000033a4u, - 0x00050041u, 0x00000007u, 0x000033a6u, 0x0000268eu, 0x00000290u, 0x0004003du, 0x00000006u, 0x000033a7u, - 0x000033a6u, 0x00050080u, 0x00000006u, 0x000033a9u, 0x000033a5u, 0x000033a7u, 0x000500c7u, 0x00000006u, - 0x000033abu, 0x000033a9u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000033aeu, 0x000033a2u, 0x000500c7u, - 0x00000006u, 0x000033afu, 0x000033aeu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000033b0u, 0x000033afu, - 0x000001abu, 0x000500c6u, 0x00000006u, 0x000033b2u, 0x000033abu, 0x000033b0u, 0x000500c6u, 0x00000006u, - 0x000033b4u, 0x000033b2u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000033b7u, 0x000006a7u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x000033b4u, 0x0004003du, 0x0000000fu, 0x000033b8u, 0x000033b7u, 0x00040071u, - 0x00000006u, 0x000033b9u, 0x000033b8u, 0x00040071u, 0x00000011u, 0x000033bbu, 0x000033b9u, 0x0004007cu, - 0x00000012u, 0x000033bcu, 0x000033bbu, 0x00070050u, 0x00000013u, 0x000033bdu, 0x000033bcu, 0x000033bcu, - 0x000033bcu, 0x000033bcu, 0x000200f9u, 0x000028b9u, 0x000200f8u, 0x000028b9u, 0x000700f5u, 0x00000013u, - 0x000068c4u, 0x00006758u, 0x000028a3u, 0x000033bdu, 0x000028aau, 0x000700f5u, 0x00000013u, 0x0000684bu, - 0x00006758u, 0x000028a3u, 0x00003398u, 0x000028aau, 0x000300f7u, 0x000028c3u, 0x00000000u, 0x000400fau, - 0x000027bau, 0x000028bbu, 0x000028c3u, 0x000200f8u, 0x000028bbu, 0x00050050u, 0x00000058u, 0x000028beu, - 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x000028bfu, 0x000028beu, 0x0003003eu, 0x00002691u, - 0x000028bfu, 0x00050041u, 0x00000007u, 0x000033c7u, 0x00002691u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x000033c8u, 0x000033c7u, 0x00050084u, 0x00000006u, 0x000033c9u, 0x000025f7u, 0x000033c8u, 0x00050080u, - 0x00000006u, 0x000033cau, 0x000025f5u, 0x000033c9u, 0x00050041u, 0x00000007u, 0x000033cbu, 0x00002691u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x000033ccu, 0x000033cbu, 0x00050080u, 0x00000006u, 0x000033ceu, - 0x000033cau, 0x000033ccu, 0x000500c7u, 0x00000006u, 0x000033d0u, 0x000033ceu, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x000033d3u, 0x000033c7u, 0x000500c7u, 0x00000006u, 0x000033d4u, 0x000033d3u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x000033d5u, 0x000033d4u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000033d7u, - 0x000033d0u, 0x000033d5u, 0x000500c6u, 0x00000006u, 0x000033d9u, 0x000033d7u, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x000033dcu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000033d9u, 0x0004003du, - 0x0000000fu, 0x000033ddu, 0x000033dcu, 0x00040071u, 0x00000006u, 0x000033deu, 0x000033ddu, 0x00040071u, - 0x00000011u, 0x000033e0u, 0x000033deu, 0x0004007cu, 0x00000012u, 0x000033e1u, 0x000033e0u, 0x00070050u, - 0x00000013u, 0x000033e2u, 0x000033e1u, 0x000033e1u, 0x000033e1u, 0x000033e1u, 0x000200f9u, 0x000028c3u, - 0x000200f8u, 0x000028c3u, 0x000700f5u, 0x00000013u, 0x0000693du, 0x00006758u, 0x000028b9u, 0x000033e2u, - 0x000028bbu, 0x000200f9u, 0x00002906u, 0x000200f8u, 0x00002882u, 0x0004007cu, 0x000000abu, 0x00002884u, - 0x00006727u, 0x0003003eu, 0x0000267cu, 0x00002884u, 0x00050041u, 0x00000007u, 0x00003289u, 0x0000267cu, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000328au, 0x00003289u, 0x00050084u, 0x00000006u, 0x0000328bu, - 0x000025f7u, 0x0000328au, 0x00050080u, 0x00000006u, 0x0000328cu, 0x000025f5u, 0x0000328bu, 0x00050041u, - 0x00000007u, 0x0000328du, 0x0000267cu, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000328eu, 0x0000328du, - 0x000500c2u, 0x00000006u, 0x0000328fu, 0x0000328eu, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00003291u, - 0x0000328cu, 0x0000328fu, 0x000500c7u, 0x00000006u, 0x00003293u, 0x00003291u, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x00003295u, 0x0000328du, 0x000400c8u, 0x00000006u, 0x00003296u, 0x00003295u, 0x000500c7u, - 0x00000006u, 0x00003297u, 0x00003296u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003298u, 0x00003297u, - 0x00000694u, 0x0004003du, 0x00000006u, 0x0000329bu, 0x00003289u, 0x000500c7u, 0x00000006u, 0x0000329cu, - 0x0000329bu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000329du, 0x0000329cu, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x0000329fu, 0x00003293u, 0x0000329du, 0x000500c6u, 0x00000006u, 0x000032a1u, 0x0000329fu, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x000032a4u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x000032a1u, 0x0004003du, 0x0000000fu, 0x000032a5u, 0x000032a4u, 0x00040071u, 0x00000006u, 0x000032a6u, - 0x000032a5u, 0x000500c2u, 0x00000006u, 0x000032a9u, 0x000032a6u, 0x00003298u, 0x000500c7u, 0x00000006u, - 0x000032aau, 0x000032a9u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x000032acu, 0x000032aau, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x000032aeu, 0x000032aau, 0x000032acu, 0x00040071u, 0x00000011u, 0x000032b0u, - 0x000032aeu, 0x0004007cu, 0x00000012u, 0x000032b1u, 0x000032b0u, 0x00070050u, 0x00000013u, 0x000032b2u, - 0x000032b1u, 0x000032b1u, 0x000032b1u, 0x000032b1u, 0x000300f7u, 0x00002898u, 0x00000000u, 0x000400fau, - 0x00001affu, 0x00002889u, 0x00002898u, 0x000200f8u, 0x00002889u, 0x00050050u, 0x00000058u, 0x0000288cu, - 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x0000288du, 0x0000288cu, 0x0003003eu, 0x0000267fu, - 0x0000288du, 0x00050041u, 0x00000007u, 0x000032bdu, 0x0000267fu, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x000032beu, 0x000032bdu, 0x00050084u, 0x00000006u, 0x000032bfu, 0x000025f7u, 0x000032beu, 0x00050080u, - 0x00000006u, 0x000032c0u, 0x000025f5u, 0x000032bfu, 0x00050041u, 0x00000007u, 0x000032c1u, 0x0000267fu, - 0x00000290u, 0x0004003du, 0x00000006u, 0x000032c2u, 0x000032c1u, 0x000500c2u, 0x00000006u, 0x000032c3u, - 0x000032c2u, 0x000001a8u, 0x00050080u, 0x00000006u, 0x000032c5u, 0x000032c0u, 0x000032c3u, 0x000500c7u, - 0x00000006u, 0x000032c7u, 0x000032c5u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000032c9u, 0x000032c1u, - 0x000400c8u, 0x00000006u, 0x000032cau, 0x000032c9u, 0x000500c7u, 0x00000006u, 0x000032cbu, 0x000032cau, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x000032ccu, 0x000032cbu, 0x00000694u, 0x0004003du, 0x00000006u, - 0x000032cfu, 0x000032bdu, 0x000500c7u, 0x00000006u, 0x000032d0u, 0x000032cfu, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x000032d1u, 0x000032d0u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000032d3u, 0x000032c7u, - 0x000032d1u, 0x000500c6u, 0x00000006u, 0x000032d5u, 0x000032d3u, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x000032d8u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000032d5u, 0x0004003du, 0x0000000fu, - 0x000032d9u, 0x000032d8u, 0x00040071u, 0x00000006u, 0x000032dau, 0x000032d9u, 0x000500c2u, 0x00000006u, - 0x000032ddu, 0x000032dau, 0x000032ccu, 0x000500c7u, 0x00000006u, 0x000032deu, 0x000032ddu, 0x000006b1u, - 0x000500c4u, 0x00000006u, 0x000032e0u, 0x000032deu, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x000032e2u, - 0x000032deu, 0x000032e0u, 0x00040071u, 0x00000011u, 0x000032e4u, 0x000032e2u, 0x0004007cu, 0x00000012u, - 0x000032e5u, 0x000032e4u, 0x00070050u, 0x00000013u, 0x000032e6u, 0x000032e5u, 0x000032e5u, 0x000032e5u, - 0x000032e5u, 0x00050050u, 0x00000058u, 0x00002893u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, - 0x00002894u, 0x00002893u, 0x0003003eu, 0x00002682u, 0x00002894u, 0x00050041u, 0x00000007u, 0x000032f1u, - 0x00002682u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000032f2u, 0x000032f1u, 0x00050084u, 0x00000006u, - 0x000032f3u, 0x000025f7u, 0x000032f2u, 0x00050080u, 0x00000006u, 0x000032f4u, 0x000025f5u, 0x000032f3u, - 0x00050041u, 0x00000007u, 0x000032f5u, 0x00002682u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000032f6u, - 0x000032f5u, 0x000500c2u, 0x00000006u, 0x000032f7u, 0x000032f6u, 0x000001a8u, 0x00050080u, 0x00000006u, - 0x000032f9u, 0x000032f4u, 0x000032f7u, 0x000500c7u, 0x00000006u, 0x000032fbu, 0x000032f9u, 0x0000068cu, - 0x0004003du, 0x00000006u, 0x000032fdu, 0x000032f5u, 0x000400c8u, 0x00000006u, 0x000032feu, 0x000032fdu, - 0x000500c7u, 0x00000006u, 0x000032ffu, 0x000032feu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003300u, - 0x000032ffu, 0x00000694u, 0x0004003du, 0x00000006u, 0x00003303u, 0x000032f1u, 0x000500c7u, 0x00000006u, - 0x00003304u, 0x00003303u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003305u, 0x00003304u, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x00003307u, 0x000032fbu, 0x00003305u, 0x000500c6u, 0x00000006u, 0x00003309u, - 0x00003307u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x0000330cu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00003309u, 0x0004003du, 0x0000000fu, 0x0000330du, 0x0000330cu, 0x00040071u, 0x00000006u, - 0x0000330eu, 0x0000330du, 0x000500c2u, 0x00000006u, 0x00003311u, 0x0000330eu, 0x00003300u, 0x000500c7u, - 0x00000006u, 0x00003312u, 0x00003311u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00003314u, 0x00003312u, - 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00003316u, 0x00003312u, 0x00003314u, 0x00040071u, 0x00000011u, - 0x00003318u, 0x00003316u, 0x0004007cu, 0x00000012u, 0x00003319u, 0x00003318u, 0x00070050u, 0x00000013u, - 0x0000331au, 0x00003319u, 0x00003319u, 0x00003319u, 0x00003319u, 0x000200f9u, 0x00002898u, 0x000200f8u, - 0x00002898u, 0x000700f5u, 0x00000013u, 0x000068c2u, 0x00006758u, 0x00002882u, 0x0000331au, 0x00002889u, - 0x000700f5u, 0x00000013u, 0x00006849u, 0x00006758u, 0x00002882u, 0x000032e6u, 0x00002889u, 0x000300f7u, - 0x000028a2u, 0x00000000u, 0x000400fau, 0x000027bau, 0x0000289au, 0x000028a2u, 0x000200f8u, 0x0000289au, - 0x00050050u, 0x00000058u, 0x0000289du, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x0000289eu, - 0x0000289du, 0x0003003eu, 0x00002685u, 0x0000289eu, 0x00050041u, 0x00000007u, 0x00003325u, 0x00002685u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003326u, 0x00003325u, 0x00050084u, 0x00000006u, 0x00003327u, - 0x000025f7u, 0x00003326u, 0x00050080u, 0x00000006u, 0x00003328u, 0x000025f5u, 0x00003327u, 0x00050041u, - 0x00000007u, 0x00003329u, 0x00002685u, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000332au, 0x00003329u, - 0x000500c2u, 0x00000006u, 0x0000332bu, 0x0000332au, 0x000001a8u, 0x00050080u, 0x00000006u, 0x0000332du, - 0x00003328u, 0x0000332bu, 0x000500c7u, 0x00000006u, 0x0000332fu, 0x0000332du, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x00003331u, 0x00003329u, 0x000400c8u, 0x00000006u, 0x00003332u, 0x00003331u, 0x000500c7u, - 0x00000006u, 0x00003333u, 0x00003332u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003334u, 0x00003333u, - 0x00000694u, 0x0004003du, 0x00000006u, 0x00003337u, 0x00003325u, 0x000500c7u, 0x00000006u, 0x00003338u, - 0x00003337u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003339u, 0x00003338u, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x0000333bu, 0x0000332fu, 0x00003339u, 0x000500c6u, 0x00000006u, 0x0000333du, 0x0000333bu, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00003340u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x0000333du, 0x0004003du, 0x0000000fu, 0x00003341u, 0x00003340u, 0x00040071u, 0x00000006u, 0x00003342u, - 0x00003341u, 0x000500c2u, 0x00000006u, 0x00003345u, 0x00003342u, 0x00003334u, 0x000500c7u, 0x00000006u, - 0x00003346u, 0x00003345u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00003348u, 0x00003346u, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x0000334au, 0x00003346u, 0x00003348u, 0x00040071u, 0x00000011u, 0x0000334cu, - 0x0000334au, 0x0004007cu, 0x00000012u, 0x0000334du, 0x0000334cu, 0x00070050u, 0x00000013u, 0x0000334eu, - 0x0000334du, 0x0000334du, 0x0000334du, 0x0000334du, 0x000200f9u, 0x000028a2u, 0x000200f8u, 0x000028a2u, - 0x000700f5u, 0x00000013u, 0x0000693bu, 0x00006758u, 0x00002898u, 0x0000334eu, 0x0000289au, 0x000200f9u, - 0x00002906u, 0x000200f8u, 0x00002906u, 0x000d00f5u, 0x00000013u, 0x0000693au, 0x00006758u, 0x0000287du, - 0x0000693bu, 0x000028a2u, 0x0000693du, 0x000028c3u, 0x0000693fu, 0x000028e4u, 0x00006941u, 0x00002905u, - 0x000d00f5u, 0x00000013u, 0x000068c0u, 0x00006758u, 0x0000287du, 0x000068c2u, 0x000028a2u, 0x000068c4u, - 0x000028c3u, 0x000068c6u, 0x000028e4u, 0x000068c8u, 0x00002905u, 0x000d00f5u, 0x00000013u, 0x00006847u, - 0x00006758u, 0x0000287du, 0x00006849u, 0x000028a2u, 0x0000684bu, 0x000028c3u, 0x0000684du, 0x000028e4u, - 0x0000684fu, 0x00002905u, 0x000d00f5u, 0x00000013u, 0x00006794u, 0x00006758u, 0x0000287du, 0x000032b2u, - 0x000028a2u, 0x00003373u, 0x000028c3u, 0x00003425u, 0x000028e4u, 0x00003529u, 0x00002905u, 0x000200f9u, - 0x00002a9du, 0x000200f8u, 0x00002a9du, 0x000f00f5u, 0x00000013u, 0x00006939u, 0x00006758u, 0x00002878u, - 0x0000693au, 0x00002906u, 0x00006943u, 0x00002934u, 0x00006944u, 0x000029a9u, 0x0000694bu, 0x00002a33u, - 0x00006954u, 0x00002a9cu, 0x000f00f5u, 0x00000013u, 0x000068bfu, 0x00006758u, 0x00002878u, 0x000068c0u, - 0x00002906u, 0x000068c9u, 0x00002934u, 0x000068cau, 0x000029a9u, 0x000068d1u, 0x00002a33u, 0x000068dau, - 0x00002a9cu, 0x000f00f5u, 0x00000013u, 0x00006846u, 0x00006758u, 0x00002878u, 0x00006847u, 0x00002906u, - 0x00006850u, 0x00002934u, 0x00006851u, 0x000029a9u, 0x00006858u, 0x00002a33u, 0x00006861u, 0x00002a9cu, - 0x000f00f5u, 0x00000013u, 0x00006793u, 0x00006758u, 0x00002878u, 0x00006794u, 0x00002906u, 0x0000362cu, - 0x00002934u, 0x0000679eu, 0x000029a9u, 0x000067a5u, 0x00002a33u, 0x000067aeu, 0x00002a9cu, 0x000200f9u, - 0x00002a9eu, 0x000200f8u, 0x000027d7u, 0x000300f7u, 0x00002877u, 0x00000000u, 0x000b00fbu, 0x000027c1u, - 0x00002877u, 0x00000000u, 0x000027dcu, 0x00000002u, 0x000027dcu, 0x00000003u, 0x000027dcu, 0x00000004u, - 0x000027dcu, 0x000200f8u, 0x000027dcu, 0x000600a9u, 0x00000008u, 0x000027e0u, 0x000027c4u, 0x000001abu, - 0x000001a8u, 0x0004007cu, 0x00000006u, 0x000027e1u, 0x000027e0u, 0x00040071u, 0x00000006u, 0x000027e4u, - 0x00007dd9u, 0x0004007cu, 0x00000008u, 0x000027e5u, 0x000027e4u, 0x000300f7u, 0x00002876u, 0x00000000u, - 0x000700fbu, 0x000027e5u, 0x000027e6u, 0x00000000u, 0x00002812u, 0x00000001u, 0x0000284au, 0x000200f8u, - 0x0000284au, 0x0004007cu, 0x000000abu, 0x0000284cu, 0x00006727u, 0x000600a9u, 0x00000008u, 0x0000284eu, - 0x000027c4u, 0x000001aeu, 0x0000019eu, 0x0004007cu, 0x00000006u, 0x0000284fu, 0x0000284eu, 0x0003003eu, - 0x0000264cu, 0x0000284cu, 0x00050041u, 0x00000007u, 0x000030d8u, 0x0000264cu, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000030d9u, 0x000030d8u, 0x00050084u, 0x00000006u, 0x000030dau, 0x000025f7u, 0x000030d9u, - 0x00050080u, 0x00000006u, 0x000030dbu, 0x000025f5u, 0x000030dau, 0x00050041u, 0x00000007u, 0x000030dcu, - 0x0000264cu, 0x00000290u, 0x0004003du, 0x00000006u, 0x000030ddu, 0x000030dcu, 0x00050080u, 0x00000006u, - 0x000030dfu, 0x000030dbu, 0x000030ddu, 0x000500c7u, 0x00000006u, 0x000030e1u, 0x000030dfu, 0x00000746u, - 0x0004003du, 0x00000006u, 0x000030e4u, 0x000030d8u, 0x000500c7u, 0x00000006u, 0x000030e5u, 0x000030e4u, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000030e6u, 0x000030e5u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x000030e8u, 0x000030e1u, 0x000030e6u, 0x000500c6u, 0x00000006u, 0x000030eau, 0x000030e8u, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x000030edu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000030eau, - 0x0004003du, 0x0000000fu, 0x000030eeu, 0x000030edu, 0x00040071u, 0x00000006u, 0x000030efu, 0x000030eeu, - 0x000500c4u, 0x00000006u, 0x000030f1u, 0x000030efu, 0x000001abu, 0x00050080u, 0x00000006u, 0x000030f3u, - 0x000030f1u, 0x0000284fu, 0x000500c6u, 0x00000006u, 0x000030f6u, 0x000030f3u, 0x000027e1u, 0x000500c5u, - 0x00000006u, 0x000030f9u, 0x00000777u, 0x000030f6u, 0x00080041u, 0x0000077au, 0x000030fau, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000030f9u, 0x0004003du, 0x00000011u, 0x000030fbu, 0x000030fau, - 0x00040071u, 0x00000006u, 0x000030fcu, 0x000030fbu, 0x000300f7u, 0x00003104u, 0x00000000u, 0x000400fau, - 0x00001afcu, 0x000030feu, 0x00003101u, 0x000200f8u, 0x00003101u, 0x00060050u, 0x0000026fu, 0x00003120u, - 0x000030fcu, 0x000030fcu, 0x000030fcu, 0x000500c2u, 0x0000026fu, 0x00003121u, 0x00003120u, 0x0000064au, - 0x000500c7u, 0x0000026fu, 0x00003123u, 0x00003121u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00003126u, - 0x00003123u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00003129u, 0x00003123u, 0x00007dbdu, 0x000500c5u, - 0x0000026fu, 0x0000312au, 0x00003126u, 0x00003129u, 0x000500c7u, 0x00000006u, 0x0000312cu, 0x000030fcu, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x0000312du, 0x0000312cu, 0x00000659u, 0x00040071u, 0x0000065du, - 0x0000312fu, 0x0000312au, 0x0004007cu, 0x0000065cu, 0x00003130u, 0x0000312fu, 0x00040071u, 0x00000011u, - 0x00003132u, 0x0000312du, 0x0004007cu, 0x00000012u, 0x00003133u, 0x00003132u, 0x00050051u, 0x00000012u, - 0x00003134u, 0x00003130u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00003135u, 0x00003130u, 0x00000001u, - 0x00050051u, 0x00000012u, 0x00003136u, 0x00003130u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003137u, - 0x00003134u, 0x00003135u, 0x00003136u, 0x00003133u, 0x000200f9u, 0x00003104u, 0x000200f8u, 0x000030feu, - 0x000500c2u, 0x00000006u, 0x0000310bu, 0x000030fcu, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x0000310du, - 0x000030fcu, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000310fu, 0x0000310bu, 0x0004007cu, 0x00000012u, - 0x00003110u, 0x0000310fu, 0x00040071u, 0x00000011u, 0x00003118u, 0x0000310du, 0x0004007cu, 0x00000012u, - 0x00003119u, 0x00003118u, 0x00070050u, 0x00000013u, 0x0000311au, 0x00003110u, 0x00003110u, 0x00003110u, - 0x00003119u, 0x000200f9u, 0x00003104u, 0x000200f8u, 0x00003104u, 0x000700f5u, 0x00000013u, 0x0000672bu, - 0x0000311au, 0x000030feu, 0x00003137u, 0x00003101u, 0x000300f7u, 0x00002869u, 0x00000000u, 0x000400fau, - 0x00001affu, 0x00002856u, 0x00002869u, 0x000200f8u, 0x00002856u, 0x00050050u, 0x00000058u, 0x00002859u, - 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x0000285au, 0x00002859u, 0x0003003eu, 0x00002652u, - 0x0000285au, 0x00050041u, 0x00000007u, 0x00003145u, 0x00002652u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x00003146u, 0x00003145u, 0x00050084u, 0x00000006u, 0x00003147u, 0x000025f7u, 0x00003146u, 0x00050080u, - 0x00000006u, 0x00003148u, 0x000025f5u, 0x00003147u, 0x00050041u, 0x00000007u, 0x00003149u, 0x00002652u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x0000314au, 0x00003149u, 0x00050080u, 0x00000006u, 0x0000314cu, - 0x00003148u, 0x0000314au, 0x000500c7u, 0x00000006u, 0x0000314eu, 0x0000314cu, 0x00000746u, 0x0004003du, - 0x00000006u, 0x00003151u, 0x00003145u, 0x000500c7u, 0x00000006u, 0x00003152u, 0x00003151u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00003153u, 0x00003152u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00003155u, - 0x0000314eu, 0x00003153u, 0x000500c6u, 0x00000006u, 0x00003157u, 0x00003155u, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x0000315au, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003157u, 0x0004003du, - 0x0000000fu, 0x0000315bu, 0x0000315au, 0x00040071u, 0x00000006u, 0x0000315cu, 0x0000315bu, 0x000500c4u, - 0x00000006u, 0x0000315eu, 0x0000315cu, 0x000001abu, 0x00050080u, 0x00000006u, 0x00003160u, 0x0000315eu, - 0x000002f6u, 0x000500c6u, 0x00000006u, 0x00003163u, 0x00003160u, 0x000027e1u, 0x000500c5u, 0x00000006u, - 0x00003166u, 0x00000777u, 0x00003163u, 0x00080041u, 0x0000077au, 0x00003167u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00003166u, 0x0004003du, 0x00000011u, 0x00003168u, 0x00003167u, 0x00040071u, - 0x00000006u, 0x00003169u, 0x00003168u, 0x000300f7u, 0x00003171u, 0x00000000u, 0x000400fau, 0x00001afcu, - 0x0000316bu, 0x0000316eu, 0x000200f8u, 0x0000316eu, 0x00060050u, 0x0000026fu, 0x0000318du, 0x00003169u, - 0x00003169u, 0x00003169u, 0x000500c2u, 0x0000026fu, 0x0000318eu, 0x0000318du, 0x0000064au, 0x000500c7u, - 0x0000026fu, 0x00003190u, 0x0000318eu, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00003193u, 0x00003190u, - 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00003196u, 0x00003190u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, - 0x00003197u, 0x00003193u, 0x00003196u, 0x000500c7u, 0x00000006u, 0x00003199u, 0x00003169u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x0000319au, 0x00003199u, 0x00000659u, 0x00040071u, 0x0000065du, 0x0000319cu, - 0x00003197u, 0x0004007cu, 0x0000065cu, 0x0000319du, 0x0000319cu, 0x00040071u, 0x00000011u, 0x0000319fu, - 0x0000319au, 0x0004007cu, 0x00000012u, 0x000031a0u, 0x0000319fu, 0x00050051u, 0x00000012u, 0x000031a1u, - 0x0000319du, 0x00000000u, 0x00050051u, 0x00000012u, 0x000031a2u, 0x0000319du, 0x00000001u, 0x00050051u, - 0x00000012u, 0x000031a3u, 0x0000319du, 0x00000002u, 0x00070050u, 0x00000013u, 0x000031a4u, 0x000031a1u, - 0x000031a2u, 0x000031a3u, 0x000031a0u, 0x000200f9u, 0x00003171u, 0x000200f8u, 0x0000316bu, 0x000500c2u, - 0x00000006u, 0x00003178u, 0x00003169u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x0000317au, 0x00003169u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x0000317cu, 0x00003178u, 0x0004007cu, 0x00000012u, 0x0000317du, - 0x0000317cu, 0x00040071u, 0x00000011u, 0x00003185u, 0x0000317au, 0x0004007cu, 0x00000012u, 0x00003186u, - 0x00003185u, 0x00070050u, 0x00000013u, 0x00003187u, 0x0000317du, 0x0000317du, 0x0000317du, 0x00003186u, - 0x000200f9u, 0x00003171u, 0x000200f8u, 0x00003171u, 0x000700f5u, 0x00000013u, 0x0000672eu, 0x00003187u, - 0x0000316bu, 0x000031a4u, 0x0000316eu, 0x00050050u, 0x00000058u, 0x00002862u, 0x00006712u, 0x000027b0u, - 0x0004007cu, 0x000000abu, 0x00002863u, 0x00002862u, 0x0003003eu, 0x00002658u, 0x00002863u, 0x00050041u, - 0x00000007u, 0x000031b2u, 0x00002658u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000031b3u, 0x000031b2u, - 0x00050084u, 0x00000006u, 0x000031b4u, 0x000025f7u, 0x000031b3u, 0x00050080u, 0x00000006u, 0x000031b5u, - 0x000025f5u, 0x000031b4u, 0x00050041u, 0x00000007u, 0x000031b6u, 0x00002658u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x000031b7u, 0x000031b6u, 0x00050080u, 0x00000006u, 0x000031b9u, 0x000031b5u, 0x000031b7u, - 0x000500c7u, 0x00000006u, 0x000031bbu, 0x000031b9u, 0x00000746u, 0x0004003du, 0x00000006u, 0x000031beu, - 0x000031b2u, 0x000500c7u, 0x00000006u, 0x000031bfu, 0x000031beu, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x000031c0u, 0x000031bfu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000031c2u, 0x000031bbu, 0x000031c0u, - 0x000500c6u, 0x00000006u, 0x000031c4u, 0x000031c2u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000031c7u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000031c4u, 0x0004003du, 0x0000000fu, 0x000031c8u, - 0x000031c7u, 0x00040071u, 0x00000006u, 0x000031c9u, 0x000031c8u, 0x000500c4u, 0x00000006u, 0x000031cbu, - 0x000031c9u, 0x000001abu, 0x00050080u, 0x00000006u, 0x000031cdu, 0x000031cbu, 0x000002fau, 0x000500c6u, - 0x00000006u, 0x000031d0u, 0x000031cdu, 0x000027e1u, 0x000500c5u, 0x00000006u, 0x000031d3u, 0x00000777u, - 0x000031d0u, 0x00080041u, 0x0000077au, 0x000031d4u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x000031d3u, 0x0004003du, 0x00000011u, 0x000031d5u, 0x000031d4u, 0x00040071u, 0x00000006u, 0x000031d6u, - 0x000031d5u, 0x000300f7u, 0x000031deu, 0x00000000u, 0x000400fau, 0x00001afcu, 0x000031d8u, 0x000031dbu, - 0x000200f8u, 0x000031dbu, 0x00060050u, 0x0000026fu, 0x000031fau, 0x000031d6u, 0x000031d6u, 0x000031d6u, - 0x000500c2u, 0x0000026fu, 0x000031fbu, 0x000031fau, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x000031fdu, - 0x000031fbu, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00003200u, 0x000031fdu, 0x00007dbcu, 0x000500c2u, - 0x0000026fu, 0x00003203u, 0x000031fdu, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00003204u, 0x00003200u, - 0x00003203u, 0x000500c7u, 0x00000006u, 0x00003206u, 0x000031d6u, 0x000002f6u, 0x00050084u, 0x00000006u, - 0x00003207u, 0x00003206u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00003209u, 0x00003204u, 0x0004007cu, - 0x0000065cu, 0x0000320au, 0x00003209u, 0x00040071u, 0x00000011u, 0x0000320cu, 0x00003207u, 0x0004007cu, - 0x00000012u, 0x0000320du, 0x0000320cu, 0x00050051u, 0x00000012u, 0x0000320eu, 0x0000320au, 0x00000000u, - 0x00050051u, 0x00000012u, 0x0000320fu, 0x0000320au, 0x00000001u, 0x00050051u, 0x00000012u, 0x00003210u, - 0x0000320au, 0x00000002u, 0x00070050u, 0x00000013u, 0x00003211u, 0x0000320eu, 0x0000320fu, 0x00003210u, - 0x0000320du, 0x000200f9u, 0x000031deu, 0x000200f8u, 0x000031d8u, 0x000500c2u, 0x00000006u, 0x000031e5u, - 0x000031d6u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x000031e7u, 0x000031d6u, 0x00000659u, 0x00040071u, - 0x00000011u, 0x000031e9u, 0x000031e5u, 0x0004007cu, 0x00000012u, 0x000031eau, 0x000031e9u, 0x00040071u, - 0x00000011u, 0x000031f2u, 0x000031e7u, 0x0004007cu, 0x00000012u, 0x000031f3u, 0x000031f2u, 0x00070050u, - 0x00000013u, 0x000031f4u, 0x000031eau, 0x000031eau, 0x000031eau, 0x000031f3u, 0x000200f9u, 0x000031deu, - 0x000200f8u, 0x000031deu, 0x000700f5u, 0x00000013u, 0x0000672fu, 0x000031f4u, 0x000031d8u, 0x00003211u, - 0x000031dbu, 0x000200f9u, 0x00002869u, 0x000200f8u, 0x00002869u, 0x000700f5u, 0x00000013u, 0x000068bcu, - 0x00006758u, 0x00003104u, 0x0000672fu, 0x000031deu, 0x000700f5u, 0x00000013u, 0x00006842u, 0x00006758u, - 0x00003104u, 0x0000672eu, 0x000031deu, 0x000300f7u, 0x00002875u, 0x00000000u, 0x000400fau, 0x000027bau, - 0x0000286bu, 0x00002875u, 0x000200f8u, 0x0000286bu, 0x00050050u, 0x00000058u, 0x0000286eu, 0x00006716u, - 0x000027b0u, 0x0004007cu, 0x000000abu, 0x0000286fu, 0x0000286eu, 0x0003003eu, 0x0000265eu, 0x0000286fu, - 0x00050041u, 0x00000007u, 0x0000321fu, 0x0000265eu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00003220u, - 0x0000321fu, 0x00050084u, 0x00000006u, 0x00003221u, 0x000025f7u, 0x00003220u, 0x00050080u, 0x00000006u, - 0x00003222u, 0x000025f5u, 0x00003221u, 0x00050041u, 0x00000007u, 0x00003223u, 0x0000265eu, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00003224u, 0x00003223u, 0x00050080u, 0x00000006u, 0x00003226u, 0x00003222u, - 0x00003224u, 0x000500c7u, 0x00000006u, 0x00003228u, 0x00003226u, 0x00000746u, 0x0004003du, 0x00000006u, - 0x0000322bu, 0x0000321fu, 0x000500c7u, 0x00000006u, 0x0000322cu, 0x0000322bu, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x0000322du, 0x0000322cu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000322fu, 0x00003228u, - 0x0000322du, 0x000500c6u, 0x00000006u, 0x00003231u, 0x0000322fu, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x00003234u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003231u, 0x0004003du, 0x0000000fu, - 0x00003235u, 0x00003234u, 0x00040071u, 0x00000006u, 0x00003236u, 0x00003235u, 0x000500c4u, 0x00000006u, - 0x00003238u, 0x00003236u, 0x000001abu, 0x00050080u, 0x00000006u, 0x0000323au, 0x00003238u, 0x000002fdu, - 0x000500c6u, 0x00000006u, 0x0000323du, 0x0000323au, 0x000027e1u, 0x000500c5u, 0x00000006u, 0x00003240u, - 0x00000777u, 0x0000323du, 0x00080041u, 0x0000077au, 0x00003241u, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00003240u, 0x0004003du, 0x00000011u, 0x00003242u, 0x00003241u, 0x00040071u, 0x00000006u, - 0x00003243u, 0x00003242u, 0x000300f7u, 0x0000324bu, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00003245u, - 0x00003248u, 0x000200f8u, 0x00003248u, 0x00060050u, 0x0000026fu, 0x00003267u, 0x00003243u, 0x00003243u, - 0x00003243u, 0x000500c2u, 0x0000026fu, 0x00003268u, 0x00003267u, 0x0000064au, 0x000500c7u, 0x0000026fu, - 0x0000326au, 0x00003268u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x0000326du, 0x0000326au, 0x00007dbcu, - 0x000500c2u, 0x0000026fu, 0x00003270u, 0x0000326au, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00003271u, - 0x0000326du, 0x00003270u, 0x000500c7u, 0x00000006u, 0x00003273u, 0x00003243u, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00003274u, 0x00003273u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00003276u, 0x00003271u, - 0x0004007cu, 0x0000065cu, 0x00003277u, 0x00003276u, 0x00040071u, 0x00000011u, 0x00003279u, 0x00003274u, - 0x0004007cu, 0x00000012u, 0x0000327au, 0x00003279u, 0x00050051u, 0x00000012u, 0x0000327bu, 0x00003277u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x0000327cu, 0x00003277u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x0000327du, 0x00003277u, 0x00000002u, 0x00070050u, 0x00000013u, 0x0000327eu, 0x0000327bu, 0x0000327cu, - 0x0000327du, 0x0000327au, 0x000200f9u, 0x0000324bu, 0x000200f8u, 0x00003245u, 0x000500c2u, 0x00000006u, - 0x00003252u, 0x00003243u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00003254u, 0x00003243u, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00003256u, 0x00003252u, 0x0004007cu, 0x00000012u, 0x00003257u, 0x00003256u, - 0x00040071u, 0x00000011u, 0x0000325fu, 0x00003254u, 0x0004007cu, 0x00000012u, 0x00003260u, 0x0000325fu, - 0x00070050u, 0x00000013u, 0x00003261u, 0x00003257u, 0x00003257u, 0x00003257u, 0x00003260u, 0x000200f9u, - 0x0000324bu, 0x000200f8u, 0x0000324bu, 0x000700f5u, 0x00000013u, 0x00006730u, 0x00003261u, 0x00003245u, - 0x0000327eu, 0x00003248u, 0x000200f9u, 0x00002875u, 0x000200f8u, 0x00002875u, 0x000700f5u, 0x00000013u, - 0x00006934u, 0x00006758u, 0x00002869u, 0x00006730u, 0x0000324bu, 0x000200f9u, 0x00002876u, 0x000200f8u, - 0x00002812u, 0x0004007cu, 0x000000abu, 0x00002814u, 0x00006727u, 0x00040071u, 0x00000006u, 0x00002817u, - 0x000025fdu, 0x000600a9u, 0x00000008u, 0x00002819u, 0x000027c4u, 0x000001aeu, 0x0000019eu, 0x0004007cu, - 0x00000006u, 0x0000281au, 0x00002819u, 0x0003003eu, 0x0000262du, 0x00002814u, 0x00050041u, 0x00000007u, - 0x00002ee9u, 0x0000262du, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00002eeau, 0x00002ee9u, 0x00050084u, - 0x00000006u, 0x00002eebu, 0x000025f7u, 0x00002eeau, 0x00050080u, 0x00000006u, 0x00002eecu, 0x000025f5u, - 0x00002eebu, 0x00050041u, 0x00000007u, 0x00002eedu, 0x0000262du, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00002eeeu, 0x00002eedu, 0x000500c2u, 0x00000006u, 0x00002eefu, 0x00002eeeu, 0x000001a8u, 0x00050080u, - 0x00000006u, 0x00002ef1u, 0x00002eecu, 0x00002eefu, 0x000500c7u, 0x00000006u, 0x00002ef3u, 0x00002ef1u, - 0x00000746u, 0x0004003du, 0x00000006u, 0x00002ef5u, 0x00002eedu, 0x000400c8u, 0x00000006u, 0x00002ef6u, - 0x00002ef5u, 0x000500c7u, 0x00000006u, 0x00002ef7u, 0x00002ef6u, 0x000002f6u, 0x00050084u, 0x00000006u, - 0x00002ef8u, 0x00002ef7u, 0x00000694u, 0x0004003du, 0x00000006u, 0x00002efbu, 0x00002ee9u, 0x000500c7u, - 0x00000006u, 0x00002efcu, 0x00002efbu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00002efdu, 0x00002efcu, - 0x000001abu, 0x000500c6u, 0x00000006u, 0x00002effu, 0x00002ef3u, 0x00002efdu, 0x000500c6u, 0x00000006u, - 0x00002f01u, 0x00002effu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00002f04u, 0x000006a7u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00002f01u, 0x0004003du, 0x0000000fu, 0x00002f05u, 0x00002f04u, 0x00040071u, - 0x00000006u, 0x00002f06u, 0x00002f05u, 0x000500c2u, 0x00000006u, 0x00002f09u, 0x00002f06u, 0x00002ef8u, - 0x000500c7u, 0x00000006u, 0x00002f0au, 0x00002f09u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00002f0cu, - 0x00002817u, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00002f0eu, 0x00002f0au, 0x00002f0cu, 0x000500c4u, - 0x00000006u, 0x00002f10u, 0x00002f0eu, 0x000001abu, 0x00050080u, 0x00000006u, 0x00002f12u, 0x00002f10u, - 0x0000281au, 0x000500c6u, 0x00000006u, 0x00002f15u, 0x00002f12u, 0x000027e1u, 0x000500c5u, 0x00000006u, - 0x00002f18u, 0x00000777u, 0x00002f15u, 0x00080041u, 0x0000077au, 0x00002f19u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00002f18u, 0x0004003du, 0x00000011u, 0x00002f1au, 0x00002f19u, 0x00040071u, - 0x00000006u, 0x00002f1bu, 0x00002f1au, 0x000300f7u, 0x00002f23u, 0x00000000u, 0x000400fau, 0x00001afcu, - 0x00002f1du, 0x00002f20u, 0x000200f8u, 0x00002f20u, 0x00060050u, 0x0000026fu, 0x00002f3fu, 0x00002f1bu, - 0x00002f1bu, 0x00002f1bu, 0x000500c2u, 0x0000026fu, 0x00002f40u, 0x00002f3fu, 0x0000064au, 0x000500c7u, - 0x0000026fu, 0x00002f42u, 0x00002f40u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00002f45u, 0x00002f42u, - 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00002f48u, 0x00002f42u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, - 0x00002f49u, 0x00002f45u, 0x00002f48u, 0x000500c7u, 0x00000006u, 0x00002f4bu, 0x00002f1bu, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00002f4cu, 0x00002f4bu, 0x00000659u, 0x00040071u, 0x0000065du, 0x00002f4eu, - 0x00002f49u, 0x0004007cu, 0x0000065cu, 0x00002f4fu, 0x00002f4eu, 0x00040071u, 0x00000011u, 0x00002f51u, - 0x00002f4cu, 0x0004007cu, 0x00000012u, 0x00002f52u, 0x00002f51u, 0x00050051u, 0x00000012u, 0x00002f53u, - 0x00002f4fu, 0x00000000u, 0x00050051u, 0x00000012u, 0x00002f54u, 0x00002f4fu, 0x00000001u, 0x00050051u, - 0x00000012u, 0x00002f55u, 0x00002f4fu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00002f56u, 0x00002f53u, - 0x00002f54u, 0x00002f55u, 0x00002f52u, 0x000200f9u, 0x00002f23u, 0x000200f8u, 0x00002f1du, 0x000500c2u, - 0x00000006u, 0x00002f2au, 0x00002f1bu, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00002f2cu, 0x00002f1bu, - 0x00000659u, 0x00040071u, 0x00000011u, 0x00002f2eu, 0x00002f2au, 0x0004007cu, 0x00000012u, 0x00002f2fu, - 0x00002f2eu, 0x00040071u, 0x00000011u, 0x00002f37u, 0x00002f2cu, 0x0004007cu, 0x00000012u, 0x00002f38u, - 0x00002f37u, 0x00070050u, 0x00000013u, 0x00002f39u, 0x00002f2fu, 0x00002f2fu, 0x00002f2fu, 0x00002f38u, - 0x000200f9u, 0x00002f23u, 0x000200f8u, 0x00002f23u, 0x000700f5u, 0x00000013u, 0x00006731u, 0x00002f39u, - 0x00002f1du, 0x00002f56u, 0x00002f20u, 0x000300f7u, 0x0000283au, 0x00000000u, 0x000400fau, 0x00001affu, - 0x00002821u, 0x0000283au, 0x000200f8u, 0x00002821u, 0x00050050u, 0x00000058u, 0x00002824u, 0x00006716u, - 0x000027aeu, 0x0004007cu, 0x000000abu, 0x00002825u, 0x00002824u, 0x0003003eu, 0x00002635u, 0x00002825u, - 0x00050041u, 0x00000007u, 0x00002f65u, 0x00002635u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00002f66u, - 0x00002f65u, 0x00050084u, 0x00000006u, 0x00002f67u, 0x000025f7u, 0x00002f66u, 0x00050080u, 0x00000006u, - 0x00002f68u, 0x000025f5u, 0x00002f67u, 0x00050041u, 0x00000007u, 0x00002f69u, 0x00002635u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00002f6au, 0x00002f69u, 0x000500c2u, 0x00000006u, 0x00002f6bu, 0x00002f6au, - 0x000001a8u, 0x00050080u, 0x00000006u, 0x00002f6du, 0x00002f68u, 0x00002f6bu, 0x000500c7u, 0x00000006u, - 0x00002f6fu, 0x00002f6du, 0x00000746u, 0x0004003du, 0x00000006u, 0x00002f71u, 0x00002f69u, 0x000400c8u, - 0x00000006u, 0x00002f72u, 0x00002f71u, 0x000500c7u, 0x00000006u, 0x00002f73u, 0x00002f72u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00002f74u, 0x00002f73u, 0x00000694u, 0x0004003du, 0x00000006u, 0x00002f77u, - 0x00002f65u, 0x000500c7u, 0x00000006u, 0x00002f78u, 0x00002f77u, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00002f79u, 0x00002f78u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00002f7bu, 0x00002f6fu, 0x00002f79u, - 0x000500c6u, 0x00000006u, 0x00002f7du, 0x00002f7bu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00002f80u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00002f7du, 0x0004003du, 0x0000000fu, 0x00002f81u, - 0x00002f80u, 0x00040071u, 0x00000006u, 0x00002f82u, 0x00002f81u, 0x000500c2u, 0x00000006u, 0x00002f85u, - 0x00002f82u, 0x00002f74u, 0x000500c7u, 0x00000006u, 0x00002f86u, 0x00002f85u, 0x000006b1u, 0x000500c5u, - 0x00000006u, 0x00002f8au, 0x00002f86u, 0x00002f0cu, 0x000500c4u, 0x00000006u, 0x00002f8cu, 0x00002f8au, - 0x000001abu, 0x00050080u, 0x00000006u, 0x00002f8eu, 0x00002f8cu, 0x000002f6u, 0x000500c6u, 0x00000006u, - 0x00002f91u, 0x00002f8eu, 0x000027e1u, 0x000500c5u, 0x00000006u, 0x00002f94u, 0x00000777u, 0x00002f91u, - 0x00080041u, 0x0000077au, 0x00002f95u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00002f94u, - 0x0004003du, 0x00000011u, 0x00002f96u, 0x00002f95u, 0x00040071u, 0x00000006u, 0x00002f97u, 0x00002f96u, - 0x000300f7u, 0x00002f9fu, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00002f99u, 0x00002f9cu, 0x000200f8u, - 0x00002f9cu, 0x00060050u, 0x0000026fu, 0x00002fbbu, 0x00002f97u, 0x00002f97u, 0x00002f97u, 0x000500c2u, - 0x0000026fu, 0x00002fbcu, 0x00002fbbu, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00002fbeu, 0x00002fbcu, - 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00002fc1u, 0x00002fbeu, 0x00007dbcu, 0x000500c2u, 0x0000026fu, - 0x00002fc4u, 0x00002fbeu, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00002fc5u, 0x00002fc1u, 0x00002fc4u, - 0x000500c7u, 0x00000006u, 0x00002fc7u, 0x00002f97u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00002fc8u, - 0x00002fc7u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00002fcau, 0x00002fc5u, 0x0004007cu, 0x0000065cu, - 0x00002fcbu, 0x00002fcau, 0x00040071u, 0x00000011u, 0x00002fcdu, 0x00002fc8u, 0x0004007cu, 0x00000012u, - 0x00002fceu, 0x00002fcdu, 0x00050051u, 0x00000012u, 0x00002fcfu, 0x00002fcbu, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00002fd0u, 0x00002fcbu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00002fd1u, 0x00002fcbu, - 0x00000002u, 0x00070050u, 0x00000013u, 0x00002fd2u, 0x00002fcfu, 0x00002fd0u, 0x00002fd1u, 0x00002fceu, - 0x000200f9u, 0x00002f9fu, 0x000200f8u, 0x00002f99u, 0x000500c2u, 0x00000006u, 0x00002fa6u, 0x00002f97u, - 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00002fa8u, 0x00002f97u, 0x00000659u, 0x00040071u, 0x00000011u, - 0x00002faau, 0x00002fa6u, 0x0004007cu, 0x00000012u, 0x00002fabu, 0x00002faau, 0x00040071u, 0x00000011u, - 0x00002fb3u, 0x00002fa8u, 0x0004007cu, 0x00000012u, 0x00002fb4u, 0x00002fb3u, 0x00070050u, 0x00000013u, - 0x00002fb5u, 0x00002fabu, 0x00002fabu, 0x00002fabu, 0x00002fb4u, 0x000200f9u, 0x00002f9fu, 0x000200f8u, - 0x00002f9fu, 0x000700f5u, 0x00000013u, 0x00006733u, 0x00002fb5u, 0x00002f99u, 0x00002fd2u, 0x00002f9cu, - 0x00050050u, 0x00000058u, 0x00002830u, 0x00006712u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002831u, - 0x00002830u, 0x0003003eu, 0x0000263du, 0x00002831u, 0x00050041u, 0x00000007u, 0x00002fe1u, 0x0000263du, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00002fe2u, 0x00002fe1u, 0x00050084u, 0x00000006u, 0x00002fe3u, - 0x000025f7u, 0x00002fe2u, 0x00050080u, 0x00000006u, 0x00002fe4u, 0x000025f5u, 0x00002fe3u, 0x00050041u, - 0x00000007u, 0x00002fe5u, 0x0000263du, 0x00000290u, 0x0004003du, 0x00000006u, 0x00002fe6u, 0x00002fe5u, - 0x000500c2u, 0x00000006u, 0x00002fe7u, 0x00002fe6u, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00002fe9u, - 0x00002fe4u, 0x00002fe7u, 0x000500c7u, 0x00000006u, 0x00002febu, 0x00002fe9u, 0x00000746u, 0x0004003du, - 0x00000006u, 0x00002fedu, 0x00002fe5u, 0x000400c8u, 0x00000006u, 0x00002feeu, 0x00002fedu, 0x000500c7u, - 0x00000006u, 0x00002fefu, 0x00002feeu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00002ff0u, 0x00002fefu, - 0x00000694u, 0x0004003du, 0x00000006u, 0x00002ff3u, 0x00002fe1u, 0x000500c7u, 0x00000006u, 0x00002ff4u, - 0x00002ff3u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00002ff5u, 0x00002ff4u, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00002ff7u, 0x00002febu, 0x00002ff5u, 0x000500c6u, 0x00000006u, 0x00002ff9u, 0x00002ff7u, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00002ffcu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00002ff9u, 0x0004003du, 0x0000000fu, 0x00002ffdu, 0x00002ffcu, 0x00040071u, 0x00000006u, 0x00002ffeu, - 0x00002ffdu, 0x000500c2u, 0x00000006u, 0x00003001u, 0x00002ffeu, 0x00002ff0u, 0x000500c7u, 0x00000006u, - 0x00003002u, 0x00003001u, 0x000006b1u, 0x000500c5u, 0x00000006u, 0x00003006u, 0x00003002u, 0x00002f0cu, - 0x000500c4u, 0x00000006u, 0x00003008u, 0x00003006u, 0x000001abu, 0x00050080u, 0x00000006u, 0x0000300au, - 0x00003008u, 0x000002fau, 0x000500c6u, 0x00000006u, 0x0000300du, 0x0000300au, 0x000027e1u, 0x000500c5u, - 0x00000006u, 0x00003010u, 0x00000777u, 0x0000300du, 0x00080041u, 0x0000077au, 0x00003011u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003010u, 0x0004003du, 0x00000011u, 0x00003012u, 0x00003011u, - 0x00040071u, 0x00000006u, 0x00003013u, 0x00003012u, 0x000300f7u, 0x0000301bu, 0x00000000u, 0x000400fau, - 0x00001afcu, 0x00003015u, 0x00003018u, 0x000200f8u, 0x00003018u, 0x00060050u, 0x0000026fu, 0x00003037u, - 0x00003013u, 0x00003013u, 0x00003013u, 0x000500c2u, 0x0000026fu, 0x00003038u, 0x00003037u, 0x0000064au, - 0x000500c7u, 0x0000026fu, 0x0000303au, 0x00003038u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x0000303du, - 0x0000303au, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00003040u, 0x0000303au, 0x00007dbdu, 0x000500c5u, - 0x0000026fu, 0x00003041u, 0x0000303du, 0x00003040u, 0x000500c7u, 0x00000006u, 0x00003043u, 0x00003013u, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x00003044u, 0x00003043u, 0x00000659u, 0x00040071u, 0x0000065du, - 0x00003046u, 0x00003041u, 0x0004007cu, 0x0000065cu, 0x00003047u, 0x00003046u, 0x00040071u, 0x00000011u, - 0x00003049u, 0x00003044u, 0x0004007cu, 0x00000012u, 0x0000304au, 0x00003049u, 0x00050051u, 0x00000012u, - 0x0000304bu, 0x00003047u, 0x00000000u, 0x00050051u, 0x00000012u, 0x0000304cu, 0x00003047u, 0x00000001u, - 0x00050051u, 0x00000012u, 0x0000304du, 0x00003047u, 0x00000002u, 0x00070050u, 0x00000013u, 0x0000304eu, - 0x0000304bu, 0x0000304cu, 0x0000304du, 0x0000304au, 0x000200f9u, 0x0000301bu, 0x000200f8u, 0x00003015u, - 0x000500c2u, 0x00000006u, 0x00003022u, 0x00003013u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00003024u, - 0x00003013u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00003026u, 0x00003022u, 0x0004007cu, 0x00000012u, - 0x00003027u, 0x00003026u, 0x00040071u, 0x00000011u, 0x0000302fu, 0x00003024u, 0x0004007cu, 0x00000012u, - 0x00003030u, 0x0000302fu, 0x00070050u, 0x00000013u, 0x00003031u, 0x00003027u, 0x00003027u, 0x00003027u, - 0x00003030u, 0x000200f9u, 0x0000301bu, 0x000200f8u, 0x0000301bu, 0x000700f5u, 0x00000013u, 0x00006734u, - 0x00003031u, 0x00003015u, 0x0000304eu, 0x00003018u, 0x000200f9u, 0x0000283au, 0x000200f8u, 0x0000283au, - 0x000700f5u, 0x00000013u, 0x000068b8u, 0x00006758u, 0x00002f23u, 0x00006734u, 0x0000301bu, 0x000700f5u, - 0x00000013u, 0x0000683du, 0x00006758u, 0x00002f23u, 0x00006733u, 0x0000301bu, 0x000300f7u, 0x00002849u, - 0x00000000u, 0x000400fau, 0x000027bau, 0x0000283cu, 0x00002849u, 0x000200f8u, 0x0000283cu, 0x00050050u, - 0x00000058u, 0x0000283fu, 0x00006716u, 0x000027b0u, 0x0004007cu, 0x000000abu, 0x00002840u, 0x0000283fu, - 0x0003003eu, 0x00002645u, 0x00002840u, 0x00050041u, 0x00000007u, 0x0000305du, 0x00002645u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x0000305eu, 0x0000305du, 0x00050084u, 0x00000006u, 0x0000305fu, 0x000025f7u, - 0x0000305eu, 0x00050080u, 0x00000006u, 0x00003060u, 0x000025f5u, 0x0000305fu, 0x00050041u, 0x00000007u, - 0x00003061u, 0x00002645u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00003062u, 0x00003061u, 0x000500c2u, - 0x00000006u, 0x00003063u, 0x00003062u, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00003065u, 0x00003060u, - 0x00003063u, 0x000500c7u, 0x00000006u, 0x00003067u, 0x00003065u, 0x00000746u, 0x0004003du, 0x00000006u, - 0x00003069u, 0x00003061u, 0x000400c8u, 0x00000006u, 0x0000306au, 0x00003069u, 0x000500c7u, 0x00000006u, - 0x0000306bu, 0x0000306au, 0x000002f6u, 0x00050084u, 0x00000006u, 0x0000306cu, 0x0000306bu, 0x00000694u, - 0x0004003du, 0x00000006u, 0x0000306fu, 0x0000305du, 0x000500c7u, 0x00000006u, 0x00003070u, 0x0000306fu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00003071u, 0x00003070u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00003073u, 0x00003067u, 0x00003071u, 0x000500c6u, 0x00000006u, 0x00003075u, 0x00003073u, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x00003078u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00003075u, - 0x0004003du, 0x0000000fu, 0x00003079u, 0x00003078u, 0x00040071u, 0x00000006u, 0x0000307au, 0x00003079u, - 0x000500c2u, 0x00000006u, 0x0000307du, 0x0000307au, 0x0000306cu, 0x000500c7u, 0x00000006u, 0x0000307eu, - 0x0000307du, 0x000006b1u, 0x000500c5u, 0x00000006u, 0x00003082u, 0x0000307eu, 0x00002f0cu, 0x000500c4u, - 0x00000006u, 0x00003084u, 0x00003082u, 0x000001abu, 0x00050080u, 0x00000006u, 0x00003086u, 0x00003084u, - 0x000002fdu, 0x000500c6u, 0x00000006u, 0x00003089u, 0x00003086u, 0x000027e1u, 0x000500c5u, 0x00000006u, - 0x0000308cu, 0x00000777u, 0x00003089u, 0x00080041u, 0x0000077au, 0x0000308du, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x0000308cu, 0x0004003du, 0x00000011u, 0x0000308eu, 0x0000308du, 0x00040071u, - 0x00000006u, 0x0000308fu, 0x0000308eu, 0x000300f7u, 0x00003097u, 0x00000000u, 0x000400fau, 0x00001afcu, - 0x00003091u, 0x00003094u, 0x000200f8u, 0x00003094u, 0x00060050u, 0x0000026fu, 0x000030b3u, 0x0000308fu, - 0x0000308fu, 0x0000308fu, 0x000500c2u, 0x0000026fu, 0x000030b4u, 0x000030b3u, 0x0000064au, 0x000500c7u, - 0x0000026fu, 0x000030b6u, 0x000030b4u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x000030b9u, 0x000030b6u, - 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x000030bcu, 0x000030b6u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, - 0x000030bdu, 0x000030b9u, 0x000030bcu, 0x000500c7u, 0x00000006u, 0x000030bfu, 0x0000308fu, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x000030c0u, 0x000030bfu, 0x00000659u, 0x00040071u, 0x0000065du, 0x000030c2u, - 0x000030bdu, 0x0004007cu, 0x0000065cu, 0x000030c3u, 0x000030c2u, 0x00040071u, 0x00000011u, 0x000030c5u, - 0x000030c0u, 0x0004007cu, 0x00000012u, 0x000030c6u, 0x000030c5u, 0x00050051u, 0x00000012u, 0x000030c7u, - 0x000030c3u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000030c8u, 0x000030c3u, 0x00000001u, 0x00050051u, - 0x00000012u, 0x000030c9u, 0x000030c3u, 0x00000002u, 0x00070050u, 0x00000013u, 0x000030cau, 0x000030c7u, - 0x000030c8u, 0x000030c9u, 0x000030c6u, 0x000200f9u, 0x00003097u, 0x000200f8u, 0x00003091u, 0x000500c2u, - 0x00000006u, 0x0000309eu, 0x0000308fu, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x000030a0u, 0x0000308fu, - 0x00000659u, 0x00040071u, 0x00000011u, 0x000030a2u, 0x0000309eu, 0x0004007cu, 0x00000012u, 0x000030a3u, - 0x000030a2u, 0x00040071u, 0x00000011u, 0x000030abu, 0x000030a0u, 0x0004007cu, 0x00000012u, 0x000030acu, - 0x000030abu, 0x00070050u, 0x00000013u, 0x000030adu, 0x000030a3u, 0x000030a3u, 0x000030a3u, 0x000030acu, - 0x000200f9u, 0x00003097u, 0x000200f8u, 0x00003097u, 0x000700f5u, 0x00000013u, 0x00006735u, 0x000030adu, - 0x00003091u, 0x000030cau, 0x00003094u, 0x000200f9u, 0x00002849u, 0x000200f8u, 0x00002849u, 0x000700f5u, - 0x00000013u, 0x0000692fu, 0x00006758u, 0x0000283au, 0x00006735u, 0x00003097u, 0x000200f9u, 0x00002876u, - 0x000200f8u, 0x000027e6u, 0x0004007cu, 0x000000abu, 0x000027e8u, 0x00006727u, 0x000600a9u, 0x00000008u, - 0x000027eau, 0x000027c4u, 0x000001aeu, 0x0000019eu, 0x0004007cu, 0x00000006u, 0x000027ebu, 0x000027eau, - 0x0003003eu, 0x00002664u, 0x000027e8u, 0x00050041u, 0x00000007u, 0x00002d28u, 0x00002664u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00002d29u, 0x00002d28u, 0x00050084u, 0x00000006u, 0x00002d2au, 0x000025f7u, - 0x00002d29u, 0x00050080u, 0x00000006u, 0x00002d2bu, 0x000025f5u, 0x00002d2au, 0x00050041u, 0x00000007u, - 0x00002d2cu, 0x00002664u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00002d2du, 0x00002d2cu, 0x00050084u, - 0x00000006u, 0x00002d2eu, 0x00002d2du, 0x000002fau, 0x00050080u, 0x00000006u, 0x00002d30u, 0x00002d2bu, - 0x00002d2eu, 0x000500c7u, 0x00000006u, 0x00002d32u, 0x00002d30u, 0x00000746u, 0x000500c2u, 0x00000006u, - 0x00002d34u, 0x00002d32u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00002d36u, 0x00002d28u, 0x000500c7u, - 0x00000006u, 0x00002d37u, 0x00002d36u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00002d38u, 0x00002d37u, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00002d3au, 0x00002d34u, 0x00002d38u, 0x000500c6u, 0x00000006u, - 0x00002d3cu, 0x00002d3au, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00002d3fu, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00002d3cu, 0x0004003du, 0x00000011u, 0x00002d40u, 0x00002d3fu, 0x00040071u, - 0x00000006u, 0x00002d41u, 0x00002d40u, 0x000500c2u, 0x00000006u, 0x00002d43u, 0x00002d41u, 0x000001b7u, - 0x000500c7u, 0x00000006u, 0x00002d44u, 0x00002d43u, 0x00000818u, 0x00050080u, 0x00000006u, 0x00002d46u, - 0x00002d44u, 0x000027ebu, 0x000500c6u, 0x00000006u, 0x00002d49u, 0x00002d46u, 0x000027e1u, 0x000500c5u, - 0x00000006u, 0x00002d4cu, 0x00000777u, 0x00002d49u, 0x00080041u, 0x0000077au, 0x00002d4du, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00002d4cu, 0x0004003du, 0x00000011u, 0x00002d4eu, 0x00002d4du, - 0x00040071u, 0x00000006u, 0x00002d4fu, 0x00002d4eu, 0x000300f7u, 0x00002d57u, 0x00000000u, 0x000400fau, - 0x00001afcu, 0x00002d51u, 0x00002d54u, 0x000200f8u, 0x00002d54u, 0x00060050u, 0x0000026fu, 0x00002d73u, - 0x00002d4fu, 0x00002d4fu, 0x00002d4fu, 0x000500c2u, 0x0000026fu, 0x00002d74u, 0x00002d73u, 0x0000064au, - 0x000500c7u, 0x0000026fu, 0x00002d76u, 0x00002d74u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00002d79u, - 0x00002d76u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00002d7cu, 0x00002d76u, 0x00007dbdu, 0x000500c5u, - 0x0000026fu, 0x00002d7du, 0x00002d79u, 0x00002d7cu, 0x000500c7u, 0x00000006u, 0x00002d7fu, 0x00002d4fu, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x00002d80u, 0x00002d7fu, 0x00000659u, 0x00040071u, 0x0000065du, - 0x00002d82u, 0x00002d7du, 0x0004007cu, 0x0000065cu, 0x00002d83u, 0x00002d82u, 0x00040071u, 0x00000011u, - 0x00002d85u, 0x00002d80u, 0x0004007cu, 0x00000012u, 0x00002d86u, 0x00002d85u, 0x00050051u, 0x00000012u, - 0x00002d87u, 0x00002d83u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00002d88u, 0x00002d83u, 0x00000001u, - 0x00050051u, 0x00000012u, 0x00002d89u, 0x00002d83u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00002d8au, - 0x00002d87u, 0x00002d88u, 0x00002d89u, 0x00002d86u, 0x000200f9u, 0x00002d57u, 0x000200f8u, 0x00002d51u, - 0x000500c2u, 0x00000006u, 0x00002d5eu, 0x00002d4fu, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00002d60u, - 0x00002d4fu, 0x00000659u, 0x00040071u, 0x00000011u, 0x00002d62u, 0x00002d5eu, 0x0004007cu, 0x00000012u, - 0x00002d63u, 0x00002d62u, 0x00040071u, 0x00000011u, 0x00002d6bu, 0x00002d60u, 0x0004007cu, 0x00000012u, - 0x00002d6cu, 0x00002d6bu, 0x00070050u, 0x00000013u, 0x00002d6du, 0x00002d63u, 0x00002d63u, 0x00002d63u, - 0x00002d6cu, 0x000200f9u, 0x00002d57u, 0x000200f8u, 0x00002d57u, 0x000700f5u, 0x00000013u, 0x00006736u, - 0x00002d6du, 0x00002d51u, 0x00002d8au, 0x00002d54u, 0x000300f7u, 0x00002805u, 0x00000000u, 0x000400fau, - 0x00001affu, 0x000027f2u, 0x00002805u, 0x000200f8u, 0x000027f2u, 0x00050050u, 0x00000058u, 0x000027f5u, - 0x00006716u, 0x000027aeu, 0x0004007cu, 0x000000abu, 0x000027f6u, 0x000027f5u, 0x0003003eu, 0x0000266au, - 0x000027f6u, 0x00050041u, 0x00000007u, 0x00002d98u, 0x0000266au, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x00002d99u, 0x00002d98u, 0x00050084u, 0x00000006u, 0x00002d9au, 0x000025f7u, 0x00002d99u, 0x00050080u, - 0x00000006u, 0x00002d9bu, 0x000025f5u, 0x00002d9au, 0x00050041u, 0x00000007u, 0x00002d9cu, 0x0000266au, - 0x00000290u, 0x0004003du, 0x00000006u, 0x00002d9du, 0x00002d9cu, 0x00050084u, 0x00000006u, 0x00002d9eu, - 0x00002d9du, 0x000002fau, 0x00050080u, 0x00000006u, 0x00002da0u, 0x00002d9bu, 0x00002d9eu, 0x000500c7u, - 0x00000006u, 0x00002da2u, 0x00002da0u, 0x00000746u, 0x000500c2u, 0x00000006u, 0x00002da4u, 0x00002da2u, - 0x000001a8u, 0x0004003du, 0x00000006u, 0x00002da6u, 0x00002d98u, 0x000500c7u, 0x00000006u, 0x00002da7u, - 0x00002da6u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00002da8u, 0x00002da7u, 0x000001a8u, 0x000500c6u, - 0x00000006u, 0x00002daau, 0x00002da4u, 0x00002da8u, 0x000500c6u, 0x00000006u, 0x00002dacu, 0x00002daau, - 0x000002f6u, 0x00080041u, 0x0000077au, 0x00002dafu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00002dacu, 0x0004003du, 0x00000011u, 0x00002db0u, 0x00002dafu, 0x00040071u, 0x00000006u, 0x00002db1u, - 0x00002db0u, 0x000500c2u, 0x00000006u, 0x00002db3u, 0x00002db1u, 0x000001b7u, 0x000500c7u, 0x00000006u, - 0x00002db4u, 0x00002db3u, 0x00000818u, 0x00050080u, 0x00000006u, 0x00002db6u, 0x00002db4u, 0x000002f6u, - 0x000500c6u, 0x00000006u, 0x00002db9u, 0x00002db6u, 0x000027e1u, 0x000500c5u, 0x00000006u, 0x00002dbcu, - 0x00000777u, 0x00002db9u, 0x00080041u, 0x0000077au, 0x00002dbdu, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00002dbcu, 0x0004003du, 0x00000011u, 0x00002dbeu, 0x00002dbdu, 0x00040071u, 0x00000006u, - 0x00002dbfu, 0x00002dbeu, 0x000300f7u, 0x00002dc7u, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00002dc1u, - 0x00002dc4u, 0x000200f8u, 0x00002dc4u, 0x00060050u, 0x0000026fu, 0x00002de3u, 0x00002dbfu, 0x00002dbfu, - 0x00002dbfu, 0x000500c2u, 0x0000026fu, 0x00002de4u, 0x00002de3u, 0x0000064au, 0x000500c7u, 0x0000026fu, - 0x00002de6u, 0x00002de4u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00002de9u, 0x00002de6u, 0x00007dbcu, - 0x000500c2u, 0x0000026fu, 0x00002decu, 0x00002de6u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00002dedu, - 0x00002de9u, 0x00002decu, 0x000500c7u, 0x00000006u, 0x00002defu, 0x00002dbfu, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00002df0u, 0x00002defu, 0x00000659u, 0x00040071u, 0x0000065du, 0x00002df2u, 0x00002dedu, - 0x0004007cu, 0x0000065cu, 0x00002df3u, 0x00002df2u, 0x00040071u, 0x00000011u, 0x00002df5u, 0x00002df0u, - 0x0004007cu, 0x00000012u, 0x00002df6u, 0x00002df5u, 0x00050051u, 0x00000012u, 0x00002df7u, 0x00002df3u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x00002df8u, 0x00002df3u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x00002df9u, 0x00002df3u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00002dfau, 0x00002df7u, 0x00002df8u, - 0x00002df9u, 0x00002df6u, 0x000200f9u, 0x00002dc7u, 0x000200f8u, 0x00002dc1u, 0x000500c2u, 0x00000006u, - 0x00002dceu, 0x00002dbfu, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00002dd0u, 0x00002dbfu, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00002dd2u, 0x00002dceu, 0x0004007cu, 0x00000012u, 0x00002dd3u, 0x00002dd2u, - 0x00040071u, 0x00000011u, 0x00002ddbu, 0x00002dd0u, 0x0004007cu, 0x00000012u, 0x00002ddcu, 0x00002ddbu, - 0x00070050u, 0x00000013u, 0x00002dddu, 0x00002dd3u, 0x00002dd3u, 0x00002dd3u, 0x00002ddcu, 0x000200f9u, - 0x00002dc7u, 0x000200f8u, 0x00002dc7u, 0x000700f5u, 0x00000013u, 0x00006738u, 0x00002dddu, 0x00002dc1u, - 0x00002dfau, 0x00002dc4u, 0x00050050u, 0x00000058u, 0x000027feu, 0x00006712u, 0x000027b0u, 0x0004007cu, - 0x000000abu, 0x000027ffu, 0x000027feu, 0x0003003eu, 0x00002670u, 0x000027ffu, 0x00050041u, 0x00000007u, - 0x00002e08u, 0x00002670u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00002e09u, 0x00002e08u, 0x00050084u, - 0x00000006u, 0x00002e0au, 0x000025f7u, 0x00002e09u, 0x00050080u, 0x00000006u, 0x00002e0bu, 0x000025f5u, - 0x00002e0au, 0x00050041u, 0x00000007u, 0x00002e0cu, 0x00002670u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00002e0du, 0x00002e0cu, 0x00050084u, 0x00000006u, 0x00002e0eu, 0x00002e0du, 0x000002fau, 0x00050080u, - 0x00000006u, 0x00002e10u, 0x00002e0bu, 0x00002e0eu, 0x000500c7u, 0x00000006u, 0x00002e12u, 0x00002e10u, - 0x00000746u, 0x000500c2u, 0x00000006u, 0x00002e14u, 0x00002e12u, 0x000001a8u, 0x0004003du, 0x00000006u, - 0x00002e16u, 0x00002e08u, 0x000500c7u, 0x00000006u, 0x00002e17u, 0x00002e16u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00002e18u, 0x00002e17u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00002e1au, 0x00002e14u, - 0x00002e18u, 0x000500c6u, 0x00000006u, 0x00002e1cu, 0x00002e1au, 0x000002f6u, 0x00080041u, 0x0000077au, - 0x00002e1fu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00002e1cu, 0x0004003du, 0x00000011u, - 0x00002e20u, 0x00002e1fu, 0x00040071u, 0x00000006u, 0x00002e21u, 0x00002e20u, 0x000500c2u, 0x00000006u, - 0x00002e23u, 0x00002e21u, 0x000001b7u, 0x000500c7u, 0x00000006u, 0x00002e24u, 0x00002e23u, 0x00000818u, - 0x00050080u, 0x00000006u, 0x00002e26u, 0x00002e24u, 0x000002fau, 0x000500c6u, 0x00000006u, 0x00002e29u, - 0x00002e26u, 0x000027e1u, 0x000500c5u, 0x00000006u, 0x00002e2cu, 0x00000777u, 0x00002e29u, 0x00080041u, - 0x0000077au, 0x00002e2du, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00002e2cu, 0x0004003du, - 0x00000011u, 0x00002e2eu, 0x00002e2du, 0x00040071u, 0x00000006u, 0x00002e2fu, 0x00002e2eu, 0x000300f7u, - 0x00002e37u, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00002e31u, 0x00002e34u, 0x000200f8u, 0x00002e34u, - 0x00060050u, 0x0000026fu, 0x00002e53u, 0x00002e2fu, 0x00002e2fu, 0x00002e2fu, 0x000500c2u, 0x0000026fu, - 0x00002e54u, 0x00002e53u, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00002e56u, 0x00002e54u, 0x00007dbbu, - 0x000500c4u, 0x0000026fu, 0x00002e59u, 0x00002e56u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00002e5cu, - 0x00002e56u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00002e5du, 0x00002e59u, 0x00002e5cu, 0x000500c7u, - 0x00000006u, 0x00002e5fu, 0x00002e2fu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00002e60u, 0x00002e5fu, - 0x00000659u, 0x00040071u, 0x0000065du, 0x00002e62u, 0x00002e5du, 0x0004007cu, 0x0000065cu, 0x00002e63u, - 0x00002e62u, 0x00040071u, 0x00000011u, 0x00002e65u, 0x00002e60u, 0x0004007cu, 0x00000012u, 0x00002e66u, - 0x00002e65u, 0x00050051u, 0x00000012u, 0x00002e67u, 0x00002e63u, 0x00000000u, 0x00050051u, 0x00000012u, - 0x00002e68u, 0x00002e63u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00002e69u, 0x00002e63u, 0x00000002u, - 0x00070050u, 0x00000013u, 0x00002e6au, 0x00002e67u, 0x00002e68u, 0x00002e69u, 0x00002e66u, 0x000200f9u, - 0x00002e37u, 0x000200f8u, 0x00002e31u, 0x000500c2u, 0x00000006u, 0x00002e3eu, 0x00002e2fu, 0x000001dbu, - 0x000500c7u, 0x00000006u, 0x00002e40u, 0x00002e2fu, 0x00000659u, 0x00040071u, 0x00000011u, 0x00002e42u, - 0x00002e3eu, 0x0004007cu, 0x00000012u, 0x00002e43u, 0x00002e42u, 0x00040071u, 0x00000011u, 0x00002e4bu, - 0x00002e40u, 0x0004007cu, 0x00000012u, 0x00002e4cu, 0x00002e4bu, 0x00070050u, 0x00000013u, 0x00002e4du, - 0x00002e43u, 0x00002e43u, 0x00002e43u, 0x00002e4cu, 0x000200f9u, 0x00002e37u, 0x000200f8u, 0x00002e37u, - 0x000700f5u, 0x00000013u, 0x00006739u, 0x00002e4du, 0x00002e31u, 0x00002e6au, 0x00002e34u, 0x000200f9u, - 0x00002805u, 0x000200f8u, 0x00002805u, 0x000700f5u, 0x00000013u, 0x000068b3u, 0x00006758u, 0x00002d57u, - 0x00006739u, 0x00002e37u, 0x000700f5u, 0x00000013u, 0x00006837u, 0x00006758u, 0x00002d57u, 0x00006738u, - 0x00002e37u, 0x000300f7u, 0x00002811u, 0x00000000u, 0x000400fau, 0x000027bau, 0x00002807u, 0x00002811u, - 0x000200f8u, 0x00002807u, 0x00050050u, 0x00000058u, 0x0000280au, 0x00006716u, 0x000027b0u, 0x0004007cu, - 0x000000abu, 0x0000280bu, 0x0000280au, 0x0003003eu, 0x00002676u, 0x0000280bu, 0x00050041u, 0x00000007u, - 0x00002e78u, 0x00002676u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00002e79u, 0x00002e78u, 0x00050084u, - 0x00000006u, 0x00002e7au, 0x000025f7u, 0x00002e79u, 0x00050080u, 0x00000006u, 0x00002e7bu, 0x000025f5u, - 0x00002e7au, 0x00050041u, 0x00000007u, 0x00002e7cu, 0x00002676u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00002e7du, 0x00002e7cu, 0x00050084u, 0x00000006u, 0x00002e7eu, 0x00002e7du, 0x000002fau, 0x00050080u, - 0x00000006u, 0x00002e80u, 0x00002e7bu, 0x00002e7eu, 0x000500c7u, 0x00000006u, 0x00002e82u, 0x00002e80u, - 0x00000746u, 0x000500c2u, 0x00000006u, 0x00002e84u, 0x00002e82u, 0x000001a8u, 0x0004003du, 0x00000006u, - 0x00002e86u, 0x00002e78u, 0x000500c7u, 0x00000006u, 0x00002e87u, 0x00002e86u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00002e88u, 0x00002e87u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00002e8au, 0x00002e84u, - 0x00002e88u, 0x000500c6u, 0x00000006u, 0x00002e8cu, 0x00002e8au, 0x000002f6u, 0x00080041u, 0x0000077au, - 0x00002e8fu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00002e8cu, 0x0004003du, 0x00000011u, - 0x00002e90u, 0x00002e8fu, 0x00040071u, 0x00000006u, 0x00002e91u, 0x00002e90u, 0x000500c2u, 0x00000006u, - 0x00002e93u, 0x00002e91u, 0x000001b7u, 0x000500c7u, 0x00000006u, 0x00002e94u, 0x00002e93u, 0x00000818u, - 0x00050080u, 0x00000006u, 0x00002e96u, 0x00002e94u, 0x000002fdu, 0x000500c6u, 0x00000006u, 0x00002e99u, - 0x00002e96u, 0x000027e1u, 0x000500c5u, 0x00000006u, 0x00002e9cu, 0x00000777u, 0x00002e99u, 0x00080041u, - 0x0000077au, 0x00002e9du, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00002e9cu, 0x0004003du, - 0x00000011u, 0x00002e9eu, 0x00002e9du, 0x00040071u, 0x00000006u, 0x00002e9fu, 0x00002e9eu, 0x000300f7u, - 0x00002ea7u, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00002ea1u, 0x00002ea4u, 0x000200f8u, 0x00002ea4u, - 0x00060050u, 0x0000026fu, 0x00002ec3u, 0x00002e9fu, 0x00002e9fu, 0x00002e9fu, 0x000500c2u, 0x0000026fu, - 0x00002ec4u, 0x00002ec3u, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00002ec6u, 0x00002ec4u, 0x00007dbbu, - 0x000500c4u, 0x0000026fu, 0x00002ec9u, 0x00002ec6u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00002eccu, - 0x00002ec6u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00002ecdu, 0x00002ec9u, 0x00002eccu, 0x000500c7u, - 0x00000006u, 0x00002ecfu, 0x00002e9fu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00002ed0u, 0x00002ecfu, - 0x00000659u, 0x00040071u, 0x0000065du, 0x00002ed2u, 0x00002ecdu, 0x0004007cu, 0x0000065cu, 0x00002ed3u, - 0x00002ed2u, 0x00040071u, 0x00000011u, 0x00002ed5u, 0x00002ed0u, 0x0004007cu, 0x00000012u, 0x00002ed6u, - 0x00002ed5u, 0x00050051u, 0x00000012u, 0x00002ed7u, 0x00002ed3u, 0x00000000u, 0x00050051u, 0x00000012u, - 0x00002ed8u, 0x00002ed3u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00002ed9u, 0x00002ed3u, 0x00000002u, - 0x00070050u, 0x00000013u, 0x00002edau, 0x00002ed7u, 0x00002ed8u, 0x00002ed9u, 0x00002ed6u, 0x000200f9u, - 0x00002ea7u, 0x000200f8u, 0x00002ea1u, 0x000500c2u, 0x00000006u, 0x00002eaeu, 0x00002e9fu, 0x000001dbu, - 0x000500c7u, 0x00000006u, 0x00002eb0u, 0x00002e9fu, 0x00000659u, 0x00040071u, 0x00000011u, 0x00002eb2u, - 0x00002eaeu, 0x0004007cu, 0x00000012u, 0x00002eb3u, 0x00002eb2u, 0x00040071u, 0x00000011u, 0x00002ebbu, - 0x00002eb0u, 0x0004007cu, 0x00000012u, 0x00002ebcu, 0x00002ebbu, 0x00070050u, 0x00000013u, 0x00002ebdu, - 0x00002eb3u, 0x00002eb3u, 0x00002eb3u, 0x00002ebcu, 0x000200f9u, 0x00002ea7u, 0x000200f8u, 0x00002ea7u, - 0x000700f5u, 0x00000013u, 0x0000673au, 0x00002ebdu, 0x00002ea1u, 0x00002edau, 0x00002ea4u, 0x000200f9u, - 0x00002811u, 0x000200f8u, 0x00002811u, 0x000700f5u, 0x00000013u, 0x00006929u, 0x00006758u, 0x00002805u, - 0x0000673au, 0x00002ea7u, 0x000200f9u, 0x00002876u, 0x000200f8u, 0x00002876u, 0x000900f5u, 0x00000013u, - 0x00006928u, 0x00006929u, 0x00002811u, 0x0000692fu, 0x00002849u, 0x00006934u, 0x00002875u, 0x000900f5u, - 0x00000013u, 0x000068b1u, 0x000068b3u, 0x00002811u, 0x000068b8u, 0x00002849u, 0x000068bcu, 0x00002875u, - 0x000900f5u, 0x00000013u, 0x00006835u, 0x00006837u, 0x00002811u, 0x0000683du, 0x00002849u, 0x00006842u, - 0x00002875u, 0x000900f5u, 0x00000013u, 0x00006783u, 0x00006736u, 0x00002811u, 0x00006731u, 0x00002849u, - 0x0000672bu, 0x00002875u, 0x000200f9u, 0x00002877u, 0x000200f8u, 0x00002877u, 0x000700f5u, 0x00000013u, - 0x000068e2u, 0x00006758u, 0x000027d7u, 0x00006928u, 0x00002876u, 0x000700f5u, 0x00000013u, 0x0000686bu, - 0x00006758u, 0x000027d7u, 0x000068b1u, 0x00002876u, 0x000700f5u, 0x00000013u, 0x000067efu, 0x00006758u, - 0x000027d7u, 0x00006835u, 0x00002876u, 0x000700f5u, 0x00000013u, 0x0000673cu, 0x00006758u, 0x000027d7u, - 0x00006783u, 0x00002876u, 0x000200f9u, 0x00002a9eu, 0x000200f8u, 0x00002a9eu, 0x000700f5u, 0x00000013u, - 0x000068e1u, 0x000068e2u, 0x00002877u, 0x00006939u, 0x00002a9du, 0x000700f5u, 0x00000013u, 0x0000686au, - 0x0000686bu, 0x00002877u, 0x000068bfu, 0x00002a9du, 0x000700f5u, 0x00000013u, 0x000067eeu, 0x000067efu, - 0x00002877u, 0x00006846u, 0x00002a9du, 0x000700f5u, 0x00000013u, 0x0000673bu, 0x0000673cu, 0x00002877u, - 0x00006793u, 0x00002a9du, 0x000300f7u, 0x00002c2au, 0x00000000u, 0x000400fau, 0x000027c2u, 0x00002b7bu, - 0x00002beeu, 0x000200f8u, 0x00002beeu, 0x000300f7u, 0x00002c29u, 0x00000000u, 0x000400fau, 0x000027bau, - 0x00002bf0u, 0x00002bfcu, 0x000200f8u, 0x00002bfcu, 0x000500a7u, 0x00000063u, 0x00002bffu, 0x00001b3bu, - 0x00001affu, 0x000300f7u, 0x00002c28u, 0x00000000u, 0x000400fau, 0x00002bffu, 0x00002c00u, 0x00002c26u, - 0x000200f8u, 0x00002c26u, 0x000200f9u, 0x00002c28u, 0x000200f8u, 0x00002c00u, 0x000300f7u, 0x00002c0au, - 0x00000000u, 0x000400fau, 0x000027c4u, 0x00002c03u, 0x00002c08u, 0x000200f8u, 0x00002c08u, 0x0004003du, - 0x00000058u, 0x00002c09u, 0x00002614u, 0x000200f9u, 0x00002c0au, 0x000200f8u, 0x00002c03u, 0x0004003du, - 0x00000058u, 0x00002c04u, 0x00002614u, 0x0007004fu, 0x00000058u, 0x00002c05u, 0x00002c04u, 0x00002c04u, - 0x00000001u, 0x00000000u, 0x00050082u, 0x00000058u, 0x00002c07u, 0x00007dc1u, 0x00002c05u, 0x000200f9u, - 0x00002c0au, 0x000200f8u, 0x00002c0au, 0x000700f5u, 0x00000058u, 0x000067ecu, 0x00002c07u, 0x00002c03u, - 0x00002c09u, 0x00002c08u, 0x00040072u, 0x0000011du, 0x00002c0cu, 0x000067ecu, 0x0003003eu, 0x0000275au, - 0x00002c0cu, 0x00050082u, 0x00000013u, 0x00002c0fu, 0x000067eeu, 0x0000673bu, 0x00050041u, 0x0000013au, - 0x00002c10u, 0x0000275au, 0x00000290u, 0x0004003du, 0x00000012u, 0x00002c11u, 0x00002c10u, 0x00070050u, - 0x00000013u, 0x00002c12u, 0x00002c11u, 0x00002c11u, 0x00002c11u, 0x00002c11u, 0x00050084u, 0x00000013u, - 0x00002c13u, 0x00002c0fu, 0x00002c12u, 0x00050082u, 0x00000013u, 0x00002c16u, 0x0000686au, 0x0000673bu, - 0x00050041u, 0x0000013au, 0x00002c17u, 0x0000275au, 0x000002f6u, 0x0004003du, 0x00000012u, 0x00002c18u, - 0x00002c17u, 0x00070050u, 0x00000013u, 0x00002c19u, 0x00002c18u, 0x00002c18u, 0x00002c18u, 0x00002c18u, - 0x00050084u, 0x00000013u, 0x00002c1au, 0x00002c16u, 0x00002c19u, 0x00050080u, 0x00000013u, 0x00002c1cu, - 0x00002c13u, 0x00002c1au, 0x00050080u, 0x00000013u, 0x00002c1fu, 0x00002c1cu, 0x00007dc2u, 0x000500c3u, - 0x00000013u, 0x00002c22u, 0x00002c1fu, 0x00007dc3u, 0x00050080u, 0x00000013u, 0x00002c25u, 0x00002c22u, - 0x0000673bu, 0x000200f9u, 0x00002c28u, 0x000200f8u, 0x00002c28u, 0x000700f5u, 0x00000013u, 0x0000699au, - 0x00002c25u, 0x00002c0au, 0x0000673bu, 0x00002c26u, 0x000200f9u, 0x00002c29u, 0x000200f8u, 0x00002bf0u, - 0x00050080u, 0x00000013u, 0x00002bf3u, 0x0000673bu, 0x0000686au, 0x00050080u, 0x00000013u, 0x00002bf5u, - 0x00002bf3u, 0x000067eeu, 0x00050080u, 0x00000013u, 0x00002bf7u, 0x00002bf5u, 0x000068e1u, 0x00050080u, - 0x00000013u, 0x00002bf9u, 0x00002bf7u, 0x00007dbfu, 0x000500c3u, 0x00000013u, 0x00002bfbu, 0x00002bf9u, - 0x00007dbfu, 0x000200f9u, 0x00002c29u, 0x000200f8u, 0x00002c29u, 0x000700f5u, 0x00000013u, 0x00006999u, - 0x00002bfbu, 0x00002bf0u, 0x0000699au, 0x00002c28u, 0x000200f9u, 0x00002c2au, 0x000200f8u, 0x00002b7bu, - 0x000300f7u, 0x00002bedu, 0x00000000u, 0x000400fau, 0x00001affu, 0x00002b7du, 0x00002bebu, 0x000200f8u, - 0x00002bebu, 0x000200f9u, 0x00002bedu, 0x000200f8u, 0x00002b7du, 0x000300f7u, 0x00002be3u, 0x00000000u, - 0x000400fau, 0x00001b3bu, 0x00002b7fu, 0x00002bc7u, 0x000200f8u, 0x00002bc7u, 0x0004003du, 0x00000008u, - 0x00002bc9u, 0x0000278fu, 0x0004003du, 0x00000008u, 0x00002bcbu, 0x00002791u, 0x00050080u, 0x00000008u, - 0x00002bccu, 0x00002bc9u, 0x00002bcbu, 0x000500afu, 0x00000063u, 0x00002bcdu, 0x00002bccu, 0x00000979u, - 0x000300f7u, 0x00002bd4u, 0x00000000u, 0x000400fau, 0x00002bcdu, 0x00002bceu, 0x00002bd1u, 0x000200f8u, - 0x00002bd1u, 0x0007004fu, 0x0000011du, 0x00002bd3u, 0x0000673bu, 0x0000673bu, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x00002bd4u, 0x000200f8u, 0x00002bceu, 0x0007004fu, 0x0000011du, 0x00002bd0u, 0x000068e1u, - 0x000068e1u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00002bd4u, 0x000200f8u, 0x00002bd4u, 0x000700f5u, - 0x0000011du, 0x0000695bu, 0x00002bd0u, 0x00002bceu, 0x00002bd3u, 0x00002bd1u, 0x0004003du, 0x00000008u, - 0x00002bd8u, 0x00002791u, 0x00050080u, 0x00000008u, 0x00002bd9u, 0x000027d5u, 0x00002bd8u, 0x000500afu, - 0x00000063u, 0x00002bdau, 0x00002bd9u, 0x00000979u, 0x000300f7u, 0x00002be1u, 0x00000000u, 0x000400fau, - 0x00002bdau, 0x00002bdbu, 0x00002bdeu, 0x000200f8u, 0x00002bdeu, 0x0007004fu, 0x0000011du, 0x00002be0u, - 0x0000673bu, 0x0000673bu, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00002be1u, 0x000200f8u, 0x00002bdbu, - 0x0007004fu, 0x0000011du, 0x00002bddu, 0x000068e1u, 0x000068e1u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00002be1u, 0x000200f8u, 0x00002be1u, 0x000700f5u, 0x0000011du, 0x0000695eu, 0x00002bddu, 0x00002bdbu, - 0x00002be0u, 0x00002bdeu, 0x000200f9u, 0x00002be3u, 0x000200f8u, 0x00002b7fu, 0x0004003du, 0x00000008u, - 0x00002b83u, 0x00002791u, 0x00050050u, 0x00000058u, 0x00002b84u, 0x000027d5u, 0x00002b83u, 0x000500aau, - 0x00000453u, 0x00002b85u, 0x00002b84u, 0x00000c1cu, 0x00050051u, 0x00000063u, 0x00002b86u, 0x00002b85u, - 0x00000000u, 0x00050051u, 0x00000063u, 0x00002b87u, 0x00002b85u, 0x00000001u, 0x00060050u, 0x0000104du, - 0x00002b88u, 0x00001b29u, 0x00002b86u, 0x00002b87u, 0x0004009bu, 0x00000063u, 0x00002b89u, 0x00002b88u, - 0x000300f7u, 0x00002ba9u, 0x00000000u, 0x000400fau, 0x00002b89u, 0x00002b8bu, 0x00002b9bu, 0x000200f8u, - 0x00002b9bu, 0x0004003du, 0x00000008u, 0x00002b9eu, 0x00002791u, 0x00050050u, 0x00000058u, 0x00002b9fu, - 0x000027d5u, 0x00002b9eu, 0x0007004fu, 0x0000011du, 0x00002ba1u, 0x0000673bu, 0x0000673bu, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x0000011du, 0x00002ba3u, 0x000067eeu, 0x000067eeu, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x0000011du, 0x00002ba5u, 0x0000686au, 0x0000686au, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x0000011du, 0x00002ba7u, 0x000068e1u, 0x000068e1u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00002751u, - 0x00002b9fu, 0x00050041u, 0x00000040u, 0x00003f02u, 0x00002751u, 0x00000290u, 0x0004003du, 0x00000008u, - 0x00003f03u, 0x00003f02u, 0x00050041u, 0x00000040u, 0x00003f04u, 0x00002751u, 0x000002f6u, 0x0004003du, - 0x00000008u, 0x00003f05u, 0x00003f04u, 0x00050080u, 0x00000008u, 0x00003f06u, 0x00003f03u, 0x00003f05u, - 0x000500afu, 0x00000063u, 0x00003f08u, 0x00003f06u, 0x00000979u, 0x00050050u, 0x00000453u, 0x00003f0bu, - 0x00003f08u, 0x00003f08u, 0x000600a9u, 0x0000011du, 0x00003f0cu, 0x00003f0bu, 0x00002ba7u, 0x00002ba1u, - 0x000300f7u, 0x00003f16u, 0x00000000u, 0x000400fau, 0x00003f08u, 0x00003f0fu, 0x00003f14u, 0x000200f8u, - 0x00003f14u, 0x000200f9u, 0x00003f16u, 0x000200f8u, 0x00003f0fu, 0x0007004fu, 0x00000058u, 0x00003f11u, - 0x00002b9fu, 0x00002b9fu, 0x00000001u, 0x00000000u, 0x00050082u, 0x00000058u, 0x00003f13u, 0x00007dc1u, - 0x00003f11u, 0x000200f9u, 0x00003f16u, 0x000200f8u, 0x00003f16u, 0x000700f5u, 0x00000058u, 0x0000695fu, - 0x00003f13u, 0x00003f0fu, 0x00002b9fu, 0x00003f14u, 0x00040072u, 0x0000011du, 0x00003f18u, 0x0000695fu, - 0x0003003eu, 0x00003efdu, 0x00003f18u, 0x00050082u, 0x0000011du, 0x00003f1bu, 0x00002ba3u, 0x00003f0cu, - 0x00050041u, 0x0000013au, 0x00003f1cu, 0x00003efdu, 0x00000290u, 0x0004003du, 0x00000012u, 0x00003f1du, - 0x00003f1cu, 0x00050050u, 0x0000011du, 0x00003f1eu, 0x00003f1du, 0x00003f1du, 0x00050084u, 0x0000011du, - 0x00003f1fu, 0x00003f1bu, 0x00003f1eu, 0x00050082u, 0x0000011du, 0x00003f22u, 0x00002ba5u, 0x00003f0cu, - 0x00050041u, 0x0000013au, 0x00003f23u, 0x00003efdu, 0x000002f6u, 0x0004003du, 0x00000012u, 0x00003f24u, - 0x00003f23u, 0x00050050u, 0x0000011du, 0x00003f25u, 0x00003f24u, 0x00003f24u, 0x00050084u, 0x0000011du, - 0x00003f26u, 0x00003f22u, 0x00003f25u, 0x00050080u, 0x0000011du, 0x00003f28u, 0x00003f1fu, 0x00003f26u, - 0x00050080u, 0x0000011du, 0x00003f2bu, 0x00003f28u, 0x00007dc4u, 0x000500c3u, 0x0000011du, 0x00003f2eu, - 0x00003f2bu, 0x00007dc5u, 0x00050080u, 0x0000011du, 0x00003f31u, 0x00003f2eu, 0x00003f0cu, 0x000200f9u, - 0x00002ba9u, 0x000200f8u, 0x00002b8bu, 0x0007004fu, 0x0000011du, 0x00002b8du, 0x0000673bu, 0x0000673bu, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000011du, 0x00002b8fu, 0x000067eeu, 0x000067eeu, 0x00000000u, - 0x00000001u, 0x00050080u, 0x0000011du, 0x00002b90u, 0x00002b8du, 0x00002b8fu, 0x0007004fu, 0x0000011du, - 0x00002b92u, 0x000068e1u, 0x000068e1u, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000011du, 0x00002b93u, - 0x00002b90u, 0x00002b92u, 0x0007004fu, 0x0000011du, 0x00002b95u, 0x0000686au, 0x0000686au, 0x00000000u, - 0x00000001u, 0x00050080u, 0x0000011du, 0x00002b96u, 0x00002b93u, 0x00002b95u, 0x00050080u, 0x0000011du, - 0x00002b98u, 0x00002b96u, 0x00007dc0u, 0x000500c3u, 0x0000011du, 0x00002b9au, 0x00002b98u, 0x00007dc0u, - 0x000200f9u, 0x00002ba9u, 0x000200f8u, 0x00002ba9u, 0x000700f5u, 0x0000011du, 0x0000696bu, 0x00002b9au, - 0x00002b8bu, 0x00003f31u, 0x00003f16u, 0x000300f7u, 0x00002bc6u, 0x00000000u, 0x000400fau, 0x000027bau, - 0x00002babu, 0x00002bbbu, 0x000200f8u, 0x00002bbbu, 0x0007004fu, 0x0000011du, 0x00002bbdu, 0x0000673bu, - 0x0000673bu, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000011du, 0x00002bbfu, 0x000067eeu, 0x000067eeu, - 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000011du, 0x00002bc1u, 0x0000686au, 0x0000686au, 0x00000002u, - 0x00000003u, 0x0007004fu, 0x0000011du, 0x00002bc3u, 0x000068e1u, 0x000068e1u, 0x00000002u, 0x00000003u, - 0x0004003du, 0x00000058u, 0x00002bc4u, 0x00002614u, 0x0003003eu, 0x00002757u, 0x00002bc4u, 0x00050041u, - 0x00000040u, 0x00003f3au, 0x00002757u, 0x00000290u, 0x0004003du, 0x00000008u, 0x00003f3bu, 0x00003f3au, - 0x00050041u, 0x00000040u, 0x00003f3cu, 0x00002757u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00003f3du, - 0x00003f3cu, 0x00050080u, 0x00000008u, 0x00003f3eu, 0x00003f3bu, 0x00003f3du, 0x000500afu, 0x00000063u, - 0x00003f40u, 0x00003f3eu, 0x00000979u, 0x00050050u, 0x00000453u, 0x00003f43u, 0x00003f40u, 0x00003f40u, - 0x000600a9u, 0x0000011du, 0x00003f44u, 0x00003f43u, 0x00002bc3u, 0x00002bbdu, 0x000300f7u, 0x00003f4eu, - 0x00000000u, 0x000400fau, 0x00003f40u, 0x00003f47u, 0x00003f4cu, 0x000200f8u, 0x00003f4cu, 0x000200f9u, - 0x00003f4eu, 0x000200f8u, 0x00003f47u, 0x0007004fu, 0x00000058u, 0x00003f49u, 0x00002bc4u, 0x00002bc4u, - 0x00000001u, 0x00000000u, 0x00050082u, 0x00000058u, 0x00003f4bu, 0x00007dc1u, 0x00003f49u, 0x000200f9u, - 0x00003f4eu, 0x000200f8u, 0x00003f4eu, 0x000700f5u, 0x00000058u, 0x00006968u, 0x00003f4bu, 0x00003f47u, - 0x00002bc4u, 0x00003f4cu, 0x00040072u, 0x0000011du, 0x00003f50u, 0x00006968u, 0x0003003eu, 0x00003f35u, - 0x00003f50u, 0x00050082u, 0x0000011du, 0x00003f53u, 0x00002bbfu, 0x00003f44u, 0x00050041u, 0x0000013au, - 0x00003f54u, 0x00003f35u, 0x00000290u, 0x0004003du, 0x00000012u, 0x00003f55u, 0x00003f54u, 0x00050050u, - 0x0000011du, 0x00003f56u, 0x00003f55u, 0x00003f55u, 0x00050084u, 0x0000011du, 0x00003f57u, 0x00003f53u, - 0x00003f56u, 0x00050082u, 0x0000011du, 0x00003f5au, 0x00002bc1u, 0x00003f44u, 0x00050041u, 0x0000013au, - 0x00003f5bu, 0x00003f35u, 0x000002f6u, 0x0004003du, 0x00000012u, 0x00003f5cu, 0x00003f5bu, 0x00050050u, - 0x0000011du, 0x00003f5du, 0x00003f5cu, 0x00003f5cu, 0x00050084u, 0x0000011du, 0x00003f5eu, 0x00003f5au, - 0x00003f5du, 0x00050080u, 0x0000011du, 0x00003f60u, 0x00003f57u, 0x00003f5eu, 0x00050080u, 0x0000011du, - 0x00003f63u, 0x00003f60u, 0x00007dc4u, 0x000500c3u, 0x0000011du, 0x00003f66u, 0x00003f63u, 0x00007dc5u, - 0x00050080u, 0x0000011du, 0x00003f69u, 0x00003f66u, 0x00003f44u, 0x000200f9u, 0x00002bc6u, 0x000200f8u, - 0x00002babu, 0x0007004fu, 0x0000011du, 0x00002badu, 0x0000673bu, 0x0000673bu, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x0000011du, 0x00002bafu, 0x000067eeu, 0x000067eeu, 0x00000002u, 0x00000003u, 0x00050080u, - 0x0000011du, 0x00002bb0u, 0x00002badu, 0x00002bafu, 0x0007004fu, 0x0000011du, 0x00002bb2u, 0x000068e1u, - 0x000068e1u, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000011du, 0x00002bb3u, 0x00002bb0u, 0x00002bb2u, - 0x0007004fu, 0x0000011du, 0x00002bb5u, 0x0000686au, 0x0000686au, 0x00000002u, 0x00000003u, 0x00050080u, - 0x0000011du, 0x00002bb6u, 0x00002bb3u, 0x00002bb5u, 0x00050080u, 0x0000011du, 0x00002bb8u, 0x00002bb6u, - 0x00007dc0u, 0x000500c3u, 0x0000011du, 0x00002bbau, 0x00002bb8u, 0x00007dc0u, 0x000200f9u, 0x00002bc6u, - 0x000200f8u, 0x00002bc6u, 0x000700f5u, 0x0000011du, 0x0000696eu, 0x00002bbau, 0x00002babu, 0x00003f69u, - 0x00003f4eu, 0x000200f9u, 0x00002be3u, 0x000200f8u, 0x00002be3u, 0x000700f5u, 0x0000011du, 0x0000696du, - 0x0000696eu, 0x00002bc6u, 0x0000695bu, 0x00002be1u, 0x000700f5u, 0x0000011du, 0x00006969u, 0x0000696bu, - 0x00002bc6u, 0x0000695eu, 0x00002be1u, 0x00050051u, 0x00000012u, 0x00002be6u, 0x00006969u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00002be7u, 0x00006969u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00002be8u, - 0x0000696du, 0x00000000u, 0x00050051u, 0x00000012u, 0x00002be9u, 0x0000696du, 0x00000001u, 0x00070050u, - 0x00000013u, 0x00002beau, 0x00002be6u, 0x00002be7u, 0x00002be8u, 0x00002be9u, 0x000200f9u, 0x00002bedu, - 0x000200f8u, 0x00002bedu, 0x000700f5u, 0x00000013u, 0x00006998u, 0x00002beau, 0x00002be3u, 0x0000673bu, - 0x00002bebu, 0x000200f9u, 0x00002c2au, 0x000200f8u, 0x00002c2au, 0x000700f5u, 0x00000013u, 0x00006997u, - 0x00006998u, 0x00002bedu, 0x00006999u, 0x00002c29u, 0x000400a8u, 0x00000063u, 0x00002c2du, 0x00001b3bu, - 0x000500a7u, 0x00000063u, 0x00002c30u, 0x00002c2du, 0x0000046eu, 0x000300f7u, 0x00002c35u, 0x00000000u, - 0x000400fau, 0x00002c30u, 0x00002c31u, 0x00002c35u, 0x000200f8u, 0x00002c31u, 0x0003003eu, 0x0000275du, - 0x000022c1u, 0x00040072u, 0x00000009u, 0x00003f73u, 0x00006997u, 0x000600cau, 0x00000009u, 0x00003f74u, - 0x00003f73u, 0x0000019eu, 0x000001deu, 0x0003003eu, 0x00003f6bu, 0x00003f74u, 0x00050041u, 0x00000040u, - 0x00003f75u, 0x00003f6bu, 0x000002fau, 0x0004003du, 0x00000008u, 0x00003f76u, 0x00003f75u, 0x00050041u, - 0x0000013au, 0x00003f77u, 0x0000275du, 0x00000290u, 0x0004003du, 0x00000012u, 0x00003f78u, 0x00003f77u, - 0x00040072u, 0x00000008u, 0x00003f79u, 0x00003f78u, 0x00050041u, 0x00000040u, 0x00003f7au, 0x00003f6bu, - 0x000002f6u, 0x0004003du, 0x00000008u, 0x00003f7bu, 0x00003f7au, 0x00050084u, 0x00000008u, 0x00003f7cu, - 0x00003f79u, 0x00003f7bu, 0x00050080u, 0x00000008u, 0x00003f7du, 0x00003f7cu, 0x00000308u, 0x000500c3u, - 0x00000008u, 0x00003f7eu, 0x00003f7du, 0x000001dbu, 0x00050080u, 0x00000008u, 0x00003f7fu, 0x00003f76u, - 0x00003f7eu, 0x0004003du, 0x00000008u, 0x00003f81u, 0x00003f75u, 0x00050041u, 0x0000013au, 0x00003f82u, - 0x0000275du, 0x000002f6u, 0x0004003du, 0x00000012u, 0x00003f83u, 0x00003f82u, 0x00040072u, 0x00000008u, - 0x00003f84u, 0x00003f83u, 0x00050041u, 0x00000040u, 0x00003f85u, 0x00003f6bu, 0x00000290u, 0x0004003du, - 0x00000008u, 0x00003f86u, 0x00003f85u, 0x00050084u, 0x00000008u, 0x00003f87u, 0x00003f84u, 0x00003f86u, - 0x00050041u, 0x0000013au, 0x00003f88u, 0x0000275du, 0x000002fau, 0x0004003du, 0x00000012u, 0x00003f89u, - 0x00003f88u, 0x00040072u, 0x00000008u, 0x00003f8au, 0x00003f89u, 0x0004003du, 0x00000008u, 0x00003f8cu, - 0x00003f7au, 0x00050084u, 0x00000008u, 0x00003f8du, 0x00003f8au, 0x00003f8cu, 0x00050080u, 0x00000008u, - 0x00003f8eu, 0x00003f87u, 0x00003f8du, 0x00050080u, 0x00000008u, 0x00003f8fu, 0x00003f8eu, 0x00000308u, - 0x000500c3u, 0x00000008u, 0x00003f90u, 0x00003f8fu, 0x000001dbu, 0x00050080u, 0x00000008u, 0x00003f91u, - 0x00003f81u, 0x00003f90u, 0x0004003du, 0x00000008u, 0x00003f93u, 0x00003f75u, 0x00050041u, 0x0000013au, - 0x00003f94u, 0x0000275du, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00003f95u, 0x00003f94u, 0x00040072u, - 0x00000008u, 0x00003f96u, 0x00003f95u, 0x0004003du, 0x00000008u, 0x00003f98u, 0x00003f85u, 0x00050084u, - 0x00000008u, 0x00003f99u, 0x00003f96u, 0x00003f98u, 0x00050080u, 0x00000008u, 0x00003f9au, 0x00003f99u, - 0x00000308u, 0x000500c3u, 0x00000008u, 0x00003f9bu, 0x00003f9au, 0x000001dbu, 0x00050080u, 0x00000008u, - 0x00003f9cu, 0x00003f93u, 0x00003f9bu, 0x0004003du, 0x00000008u, 0x00003f9eu, 0x00003f75u, 0x00040072u, - 0x00000012u, 0x00003fa0u, 0x00003f7fu, 0x00040072u, 0x00000012u, 0x00003fa2u, 0x00003f91u, 0x00040072u, - 0x00000012u, 0x00003fa4u, 0x00003f9cu, 0x00040072u, 0x00000012u, 0x00003fa6u, 0x00003f9eu, 0x00070050u, - 0x00000013u, 0x00003fa7u, 0x00003fa0u, 0x00003fa2u, 0x00003fa4u, 0x00003fa6u, 0x000200f9u, 0x00002c35u, - 0x000200f8u, 0x00002c35u, 0x000700f5u, 0x00000013u, 0x0000699bu, 0x00006997u, 0x00002c2au, 0x00003fa7u, - 0x00002c31u, 0x000200f9u, 0x00001c1du, 0x000200f8u, 0x00001c1du, 0x000700f5u, 0x00000013u, 0x00006c96u, - 0x00006758u, 0x00001c04u, 0x0000699bu, 0x00002c35u, 0x000300f7u, 0x00001c69u, 0x00000000u, 0x000400fau, - 0x00001b32u, 0x00001c1fu, 0x00001c69u, 0x000200f8u, 0x00001c1fu, 0x00050080u, 0x00000008u, 0x00001c28u, - 0x00001ac0u, 0x000001a8u, 0x00050080u, 0x00000008u, 0x00001c29u, 0x00001abbu, 0x00001c28u, 0x00070041u, - 0x0000077au, 0x00001c2au, 0x0000022bu, 0x0000019eu, 0x00001c29u, 0x000001dbu, 0x0004003du, 0x00000011u, - 0x00001c2bu, 0x00001c2au, 0x00040071u, 0x00000006u, 0x00001c2cu, 0x00001c2bu, 0x000500abu, 0x00000063u, - 0x00001c2du, 0x00001c2cu, 0x00000290u, 0x00040072u, 0x00000008u, 0x00001c30u, 0x00001d41u, 0x000500afu, - 0x00000063u, 0x00001c31u, 0x00001c30u, 0x000001dbu, 0x000600a9u, 0x00000008u, 0x00007ddbu, 0x00001b4fu, - 0x00001d3fu, 0x00001d3du, 0x000500aau, 0x00000063u, 0x00001c3cu, 0x00006630u, 0x00007ddbu, 0x000500a7u, - 0x00000063u, 0x00001c3fu, 0x00001c3cu, 0x00001c31u, 0x000500a7u, 0x00000063u, 0x00001c41u, 0x00001c3fu, - 0x00001c2du, 0x000300f7u, 0x00001c67u, 0x00000000u, 0x000400fau, 0x00001c41u, 0x00001c42u, 0x00001c5cu, - 0x000200f8u, 0x00001c5cu, 0x00050084u, 0x00000008u, 0x00001c5fu, 0x00001bc0u, 0x00000558u, 0x00050080u, - 0x00000008u, 0x00001c60u, 0x00001bbeu, 0x00001c5fu, 0x00060050u, 0x0000005du, 0x00004043u, 0x00001c60u, - 0x00001c60u, 0x00001c60u, 0x00050084u, 0x0000005du, 0x00004044u, 0x0000232cu, 0x00004043u, 0x00050080u, - 0x0000005du, 0x00004045u, 0x00002326u, 0x00004044u, 0x000500c3u, 0x0000005du, 0x00004048u, 0x00004045u, - 0x00007db1u, 0x000300f7u, 0x00004052u, 0x00000000u, 0x000400fau, 0x00001b08u, 0x0000404au, 0x0000404fu, - 0x000200f8u, 0x0000404fu, 0x0007004fu, 0x00000058u, 0x000040ddu, 0x00004048u, 0x00004048u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x00004052u, 0x000200f8u, 0x0000404au, 0x0003003eu, 0x00004035u, 0x00004048u, - 0x00050041u, 0x00000040u, 0x0000405fu, 0x00004035u, 0x000002fau, 0x0004003du, 0x00000008u, 0x00004060u, - 0x0000405fu, 0x000500b3u, 0x00000063u, 0x00004062u, 0x00004060u, 0x0000019eu, 0x000500c7u, 0x00000008u, - 0x00004064u, 0x00004060u, 0x00000426u, 0x0006000cu, 0x00000008u, 0x000040c1u, 0x00000001u, 0x0000004au, - 0x00004064u, 0x00050082u, 0x00000008u, 0x000040c2u, 0x000001eeu, 0x000040c1u, 0x0007000cu, 0x00000008u, - 0x000040c3u, 0x00000001u, 0x00000027u, 0x000040c2u, 0x000001eeu, 0x000500c4u, 0x00000008u, 0x000040c6u, - 0x00004064u, 0x000040c3u, 0x000500c7u, 0x00000008u, 0x000040c7u, 0x000040c6u, 0x00000341u, 0x000500c7u, - 0x00000008u, 0x000040c9u, 0x000040c7u, 0x00000313u, 0x000500c3u, 0x00000008u, 0x000040cbu, 0x000040c7u, - 0x000001dbu, 0x0003003eu, 0x000040bcu, 0x00000406u, 0x00050041u, 0x0000011eu, 0x000040ccu, 0x000040bcu, - 0x000040cbu, 0x0004003du, 0x0000011du, 0x000040cdu, 0x000040ccu, 0x00040072u, 0x00000058u, 0x000040ceu, - 0x000040cdu, 0x0003003eu, 0x000040bbu, 0x000040ceu, 0x00050041u, 0x00000040u, 0x000040cfu, 0x000040bbu, - 0x000002f6u, 0x0004003du, 0x00000008u, 0x000040d0u, 0x000040cfu, 0x00050084u, 0x00000008u, 0x000040d2u, - 0x000040d0u, 0x000040c9u, 0x000500c3u, 0x00000008u, 0x000040d3u, 0x000040d2u, 0x000001e1u, 0x00050041u, - 0x00000040u, 0x000040d4u, 0x000040bbu, 0x00000290u, 0x0004003du, 0x00000008u, 0x000040d5u, 0x000040d4u, - 0x00050080u, 0x00000008u, 0x000040d6u, 0x000040d3u, 0x000040d5u, 0x00050050u, 0x00000058u, 0x000040d9u, - 0x000040d6u, 0x000040c3u, 0x0003003eu, 0x00004056u, 0x000040d9u, 0x00050041u, 0x00000040u, 0x00004067u, - 0x00004056u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00004068u, 0x00004067u, 0x0007004fu, 0x00000058u, - 0x0000406au, 0x00004048u, 0x00004048u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000040u, 0x0000406bu, - 0x00004056u, 0x00000290u, 0x0004003du, 0x00000008u, 0x0000406cu, 0x0000406bu, 0x00050050u, 0x00000058u, - 0x0000406du, 0x0000406cu, 0x0000406cu, 0x00050084u, 0x00000058u, 0x0000406eu, 0x0000406au, 0x0000406du, - 0x0003003eu, 0x00004059u, 0x0000406eu, 0x000500c3u, 0x00000008u, 0x00004070u, 0x00000439u, 0x00004068u, - 0x0004007eu, 0x00000008u, 0x00004071u, 0x00004070u, 0x000500c7u, 0x00000008u, 0x00004072u, 0x00000438u, - 0x00004071u, 0x00050050u, 0x00000058u, 0x00004075u, 0x00004072u, 0x00004072u, 0x000500c7u, 0x00000058u, - 0x00004076u, 0x0000406eu, 0x00004075u, 0x0003003eu, 0x0000405bu, 0x00004076u, 0x000500abu, 0x00000063u, - 0x00004078u, 0x00004068u, 0x000001eeu, 0x000300f7u, 0x00004083u, 0x00000000u, 0x000400fau, 0x00004078u, - 0x00004079u, 0x0000407fu, 0x000200f8u, 0x0000407fu, 0x0004003du, 0x00000058u, 0x00004080u, 0x00004059u, - 0x000500c4u, 0x00000058u, 0x00004082u, 0x00004080u, 0x00007db5u, 0x0003003eu, 0x0000405cu, 0x00004082u, - 0x000200f9u, 0x00004083u, 0x000200f8u, 0x00004079u, 0x0004003du, 0x00000058u, 0x0000407au, 0x00004059u, - 0x00050082u, 0x00000008u, 0x0000407cu, 0x000001ebu, 0x00004068u, 0x00050050u, 0x00000058u, 0x0000407du, - 0x0000407cu, 0x0000407cu, 0x000500c3u, 0x00000058u, 0x0000407eu, 0x0000407au, 0x0000407du, 0x0003003eu, - 0x00004059u, 0x0000407eu, 0x0003003eu, 0x0000405cu, 0x0000407eu, 0x000200f9u, 0x00004083u, 0x000200f8u, - 0x00004083u, 0x000500abu, 0x00000453u, 0x00004085u, 0x00004076u, 0x00000452u, 0x0004009au, 0x00000063u, - 0x00004086u, 0x00004085u, 0x000300f7u, 0x000040b2u, 0x00000000u, 0x000400fau, 0x00004086u, 0x00004087u, - 0x000040b2u, 0x000200f8u, 0x00004087u, 0x00050041u, 0x00000040u, 0x00004088u, 0x0000405bu, 0x00000290u, - 0x0004003du, 0x00000008u, 0x00004089u, 0x00004088u, 0x000500abu, 0x00000063u, 0x0000408bu, 0x00004089u, - 0x00004072u, 0x000300f7u, 0x00004090u, 0x00000000u, 0x000400fau, 0x0000408bu, 0x0000408cu, 0x00004090u, - 0x000200f8u, 0x0000408cu, 0x0004003du, 0x00000008u, 0x0000408eu, 0x00004088u, 0x000500abu, 0x00000063u, - 0x0000408fu, 0x0000408eu, 0x0000019eu, 0x000200f9u, 0x00004090u, 0x000200f8u, 0x00004090u, 0x000700f5u, - 0x00000063u, 0x00004091u, 0x0000408bu, 0x00004087u, 0x0000408fu, 0x0000408cu, 0x000300f7u, 0x0000409cu, - 0x00000000u, 0x000400fau, 0x00004091u, 0x00004092u, 0x0000409cu, 0x000200f8u, 0x00004092u, 0x00050041u, - 0x00000040u, 0x00004093u, 0x00004059u, 0x00000290u, 0x0004003du, 0x00000008u, 0x00004094u, 0x00004093u, - 0x000500c7u, 0x00000008u, 0x00004095u, 0x00004094u, 0x00000439u, 0x000500aau, 0x00000063u, 0x00004096u, - 0x00004095u, 0x0000019eu, 0x000300f7u, 0x0000409bu, 0x00000000u, 0x000400fau, 0x00004096u, 0x00004097u, - 0x00004099u, 0x000200f8u, 0x00004099u, 0x00050041u, 0x00000040u, 0x0000409au, 0x0000405cu, 0x00000290u, - 0x0003003eu, 0x0000409au, 0x0000046cu, 0x000200f9u, 0x0000409bu, 0x000200f8u, 0x00004097u, 0x00050041u, - 0x00000040u, 0x00004098u, 0x0000405cu, 0x00000290u, 0x0003003eu, 0x00004098u, 0x00000426u, 0x000200f9u, - 0x0000409bu, 0x000200f8u, 0x0000409bu, 0x000200f9u, 0x0000409cu, 0x000200f8u, 0x0000409cu, 0x00050041u, - 0x00000040u, 0x0000409du, 0x0000405bu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x0000409eu, 0x0000409du, - 0x000500abu, 0x00000063u, 0x000040a0u, 0x0000409eu, 0x00004072u, 0x000300f7u, 0x000040a5u, 0x00000000u, - 0x000400fau, 0x000040a0u, 0x000040a1u, 0x000040a5u, 0x000200f8u, 0x000040a1u, 0x0004003du, 0x00000008u, - 0x000040a3u, 0x0000409du, 0x000500abu, 0x00000063u, 0x000040a4u, 0x000040a3u, 0x0000019eu, 0x000200f9u, - 0x000040a5u, 0x000200f8u, 0x000040a5u, 0x000700f5u, 0x00000063u, 0x000040a6u, 0x000040a0u, 0x0000409cu, - 0x000040a4u, 0x000040a1u, 0x000300f7u, 0x000040b1u, 0x00000000u, 0x000400fau, 0x000040a6u, 0x000040a7u, - 0x000040b1u, 0x000200f8u, 0x000040a7u, 0x00050041u, 0x00000040u, 0x000040a8u, 0x00004059u, 0x000002f6u, - 0x0004003du, 0x00000008u, 0x000040a9u, 0x000040a8u, 0x000500c7u, 0x00000008u, 0x000040aau, 0x000040a9u, - 0x00000439u, 0x000500aau, 0x00000063u, 0x000040abu, 0x000040aau, 0x0000019eu, 0x000300f7u, 0x000040b0u, - 0x00000000u, 0x000400fau, 0x000040abu, 0x000040acu, 0x000040aeu, 0x000200f8u, 0x000040aeu, 0x00050041u, - 0x00000040u, 0x000040afu, 0x0000405cu, 0x000002f6u, 0x0003003eu, 0x000040afu, 0x0000046cu, 0x000200f9u, - 0x000040b0u, 0x000200f8u, 0x000040acu, 0x00050041u, 0x00000040u, 0x000040adu, 0x0000405cu, 0x000002f6u, - 0x0003003eu, 0x000040adu, 0x00000426u, 0x000200f9u, 0x000040b0u, 0x000200f8u, 0x000040b0u, 0x000200f9u, - 0x000040b1u, 0x000200f8u, 0x000040b1u, 0x000200f9u, 0x000040b2u, 0x000200f8u, 0x000040b2u, 0x000300f7u, - 0x000040b5u, 0x00000000u, 0x000400fau, 0x00004062u, 0x000040b4u, 0x000040b5u, 0x000200f8u, 0x000040b4u, - 0x0003003eu, 0x0000405cu, 0x00000487u, 0x000200f9u, 0x000040b5u, 0x000200f8u, 0x000040b5u, 0x0004003du, - 0x00000058u, 0x000040b6u, 0x0000405cu, 0x0008000cu, 0x00000058u, 0x000040b7u, 0x00000001u, 0x0000002du, - 0x000040b6u, 0x0000048au, 0x0000048cu, 0x000200f9u, 0x00004052u, 0x000200f8u, 0x00004052u, 0x000700f5u, - 0x00000058u, 0x00006abdu, 0x000040b7u, 0x000040b5u, 0x000040ddu, 0x0000404fu, 0x000200f9u, 0x00001c67u, - 0x000200f8u, 0x00001c42u, 0x00070041u, 0x00001821u, 0x00001c4du, 0x0000022bu, 0x0000019eu, 0x00001c29u, - 0x000001a8u, 0x0004003du, 0x00000009u, 0x00001c4eu, 0x00001c4du, 0x0008004fu, 0x0000005du, 0x00001c4fu, - 0x00001c4eu, 0x00001c4eu, 0x00000000u, 0x00000001u, 0x00000003u, 0x000500c3u, 0x0000005du, 0x00001c51u, - 0x00001c4fu, 0x00007db1u, 0x000300f7u, 0x00001c5bu, 0x00000000u, 0x000400fau, 0x00001b08u, 0x00001c53u, - 0x00001c58u, 0x000200f8u, 0x00001c58u, 0x0007004fu, 0x00000058u, 0x00004031u, 0x00001c51u, 0x00001c51u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00001c5bu, 0x000200f8u, 0x00001c53u, 0x0003003eu, 0x00001a57u, - 0x00001c51u, 0x00050041u, 0x00000040u, 0x00003fb3u, 0x00001a57u, 0x000002fau, 0x0004003du, 0x00000008u, - 0x00003fb4u, 0x00003fb3u, 0x000500b3u, 0x00000063u, 0x00003fb6u, 0x00003fb4u, 0x0000019eu, 0x000500c7u, - 0x00000008u, 0x00003fb8u, 0x00003fb4u, 0x00000426u, 0x0006000cu, 0x00000008u, 0x00004015u, 0x00000001u, - 0x0000004au, 0x00003fb8u, 0x00050082u, 0x00000008u, 0x00004016u, 0x000001eeu, 0x00004015u, 0x0007000cu, - 0x00000008u, 0x00004017u, 0x00000001u, 0x00000027u, 0x00004016u, 0x000001eeu, 0x000500c4u, 0x00000008u, - 0x0000401au, 0x00003fb8u, 0x00004017u, 0x000500c7u, 0x00000008u, 0x0000401bu, 0x0000401au, 0x00000341u, - 0x000500c7u, 0x00000008u, 0x0000401du, 0x0000401bu, 0x00000313u, 0x000500c3u, 0x00000008u, 0x0000401fu, - 0x0000401bu, 0x000001dbu, 0x0003003eu, 0x00004010u, 0x00000406u, 0x00050041u, 0x0000011eu, 0x00004020u, - 0x00004010u, 0x0000401fu, 0x0004003du, 0x0000011du, 0x00004021u, 0x00004020u, 0x00040072u, 0x00000058u, - 0x00004022u, 0x00004021u, 0x0003003eu, 0x0000400fu, 0x00004022u, 0x00050041u, 0x00000040u, 0x00004023u, - 0x0000400fu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00004024u, 0x00004023u, 0x00050084u, 0x00000008u, - 0x00004026u, 0x00004024u, 0x0000401du, 0x000500c3u, 0x00000008u, 0x00004027u, 0x00004026u, 0x000001e1u, - 0x00050041u, 0x00000040u, 0x00004028u, 0x0000400fu, 0x00000290u, 0x0004003du, 0x00000008u, 0x00004029u, - 0x00004028u, 0x00050080u, 0x00000008u, 0x0000402au, 0x00004027u, 0x00004029u, 0x00050050u, 0x00000058u, - 0x0000402du, 0x0000402au, 0x00004017u, 0x0003003eu, 0x00003faau, 0x0000402du, 0x00050041u, 0x00000040u, - 0x00003fbbu, 0x00003faau, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00003fbcu, 0x00003fbbu, 0x0007004fu, - 0x00000058u, 0x00003fbeu, 0x00001c51u, 0x00001c51u, 0x00000000u, 0x00000001u, 0x00050041u, 0x00000040u, - 0x00003fbfu, 0x00003faau, 0x00000290u, 0x0004003du, 0x00000008u, 0x00003fc0u, 0x00003fbfu, 0x00050050u, - 0x00000058u, 0x00003fc1u, 0x00003fc0u, 0x00003fc0u, 0x00050084u, 0x00000058u, 0x00003fc2u, 0x00003fbeu, - 0x00003fc1u, 0x0003003eu, 0x00003fadu, 0x00003fc2u, 0x000500c3u, 0x00000008u, 0x00003fc4u, 0x00000439u, - 0x00003fbcu, 0x0004007eu, 0x00000008u, 0x00003fc5u, 0x00003fc4u, 0x000500c7u, 0x00000008u, 0x00003fc6u, - 0x00000438u, 0x00003fc5u, 0x00050050u, 0x00000058u, 0x00003fc9u, 0x00003fc6u, 0x00003fc6u, 0x000500c7u, - 0x00000058u, 0x00003fcau, 0x00003fc2u, 0x00003fc9u, 0x0003003eu, 0x00003fafu, 0x00003fcau, 0x000500abu, - 0x00000063u, 0x00003fccu, 0x00003fbcu, 0x000001eeu, 0x000300f7u, 0x00003fd7u, 0x00000000u, 0x000400fau, - 0x00003fccu, 0x00003fcdu, 0x00003fd3u, 0x000200f8u, 0x00003fd3u, 0x0004003du, 0x00000058u, 0x00003fd4u, - 0x00003fadu, 0x000500c4u, 0x00000058u, 0x00003fd6u, 0x00003fd4u, 0x00007db5u, 0x0003003eu, 0x00003fb0u, - 0x00003fd6u, 0x000200f9u, 0x00003fd7u, 0x000200f8u, 0x00003fcdu, 0x0004003du, 0x00000058u, 0x00003fceu, - 0x00003fadu, 0x00050082u, 0x00000008u, 0x00003fd0u, 0x000001ebu, 0x00003fbcu, 0x00050050u, 0x00000058u, - 0x00003fd1u, 0x00003fd0u, 0x00003fd0u, 0x000500c3u, 0x00000058u, 0x00003fd2u, 0x00003fceu, 0x00003fd1u, - 0x0003003eu, 0x00003fadu, 0x00003fd2u, 0x0003003eu, 0x00003fb0u, 0x00003fd2u, 0x000200f9u, 0x00003fd7u, - 0x000200f8u, 0x00003fd7u, 0x000500abu, 0x00000453u, 0x00003fd9u, 0x00003fcau, 0x00000452u, 0x0004009au, - 0x00000063u, 0x00003fdau, 0x00003fd9u, 0x000300f7u, 0x00004006u, 0x00000000u, 0x000400fau, 0x00003fdau, - 0x00003fdbu, 0x00004006u, 0x000200f8u, 0x00003fdbu, 0x00050041u, 0x00000040u, 0x00003fdcu, 0x00003fafu, - 0x00000290u, 0x0004003du, 0x00000008u, 0x00003fddu, 0x00003fdcu, 0x000500abu, 0x00000063u, 0x00003fdfu, - 0x00003fddu, 0x00003fc6u, 0x000300f7u, 0x00003fe4u, 0x00000000u, 0x000400fau, 0x00003fdfu, 0x00003fe0u, - 0x00003fe4u, 0x000200f8u, 0x00003fe0u, 0x0004003du, 0x00000008u, 0x00003fe2u, 0x00003fdcu, 0x000500abu, - 0x00000063u, 0x00003fe3u, 0x00003fe2u, 0x0000019eu, 0x000200f9u, 0x00003fe4u, 0x000200f8u, 0x00003fe4u, - 0x000700f5u, 0x00000063u, 0x00003fe5u, 0x00003fdfu, 0x00003fdbu, 0x00003fe3u, 0x00003fe0u, 0x000300f7u, - 0x00003ff0u, 0x00000000u, 0x000400fau, 0x00003fe5u, 0x00003fe6u, 0x00003ff0u, 0x000200f8u, 0x00003fe6u, - 0x00050041u, 0x00000040u, 0x00003fe7u, 0x00003fadu, 0x00000290u, 0x0004003du, 0x00000008u, 0x00003fe8u, - 0x00003fe7u, 0x000500c7u, 0x00000008u, 0x00003fe9u, 0x00003fe8u, 0x00000439u, 0x000500aau, 0x00000063u, - 0x00003feau, 0x00003fe9u, 0x0000019eu, 0x000300f7u, 0x00003fefu, 0x00000000u, 0x000400fau, 0x00003feau, - 0x00003febu, 0x00003fedu, 0x000200f8u, 0x00003fedu, 0x00050041u, 0x00000040u, 0x00003feeu, 0x00003fb0u, - 0x00000290u, 0x0003003eu, 0x00003feeu, 0x0000046cu, 0x000200f9u, 0x00003fefu, 0x000200f8u, 0x00003febu, - 0x00050041u, 0x00000040u, 0x00003fecu, 0x00003fb0u, 0x00000290u, 0x0003003eu, 0x00003fecu, 0x00000426u, - 0x000200f9u, 0x00003fefu, 0x000200f8u, 0x00003fefu, 0x000200f9u, 0x00003ff0u, 0x000200f8u, 0x00003ff0u, - 0x00050041u, 0x00000040u, 0x00003ff1u, 0x00003fafu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00003ff2u, - 0x00003ff1u, 0x000500abu, 0x00000063u, 0x00003ff4u, 0x00003ff2u, 0x00003fc6u, 0x000300f7u, 0x00003ff9u, - 0x00000000u, 0x000400fau, 0x00003ff4u, 0x00003ff5u, 0x00003ff9u, 0x000200f8u, 0x00003ff5u, 0x0004003du, - 0x00000008u, 0x00003ff7u, 0x00003ff1u, 0x000500abu, 0x00000063u, 0x00003ff8u, 0x00003ff7u, 0x0000019eu, - 0x000200f9u, 0x00003ff9u, 0x000200f8u, 0x00003ff9u, 0x000700f5u, 0x00000063u, 0x00003ffau, 0x00003ff4u, - 0x00003ff0u, 0x00003ff8u, 0x00003ff5u, 0x000300f7u, 0x00004005u, 0x00000000u, 0x000400fau, 0x00003ffau, - 0x00003ffbu, 0x00004005u, 0x000200f8u, 0x00003ffbu, 0x00050041u, 0x00000040u, 0x00003ffcu, 0x00003fadu, - 0x000002f6u, 0x0004003du, 0x00000008u, 0x00003ffdu, 0x00003ffcu, 0x000500c7u, 0x00000008u, 0x00003ffeu, - 0x00003ffdu, 0x00000439u, 0x000500aau, 0x00000063u, 0x00003fffu, 0x00003ffeu, 0x0000019eu, 0x000300f7u, - 0x00004004u, 0x00000000u, 0x000400fau, 0x00003fffu, 0x00004000u, 0x00004002u, 0x000200f8u, 0x00004002u, - 0x00050041u, 0x00000040u, 0x00004003u, 0x00003fb0u, 0x000002f6u, 0x0003003eu, 0x00004003u, 0x0000046cu, - 0x000200f9u, 0x00004004u, 0x000200f8u, 0x00004000u, 0x00050041u, 0x00000040u, 0x00004001u, 0x00003fb0u, - 0x000002f6u, 0x0003003eu, 0x00004001u, 0x00000426u, 0x000200f9u, 0x00004004u, 0x000200f8u, 0x00004004u, - 0x000200f9u, 0x00004005u, 0x000200f8u, 0x00004005u, 0x000200f9u, 0x00004006u, 0x000200f8u, 0x00004006u, - 0x000300f7u, 0x00004009u, 0x00000000u, 0x000400fau, 0x00003fb6u, 0x00004008u, 0x00004009u, 0x000200f8u, - 0x00004008u, 0x0003003eu, 0x00003fb0u, 0x00000487u, 0x000200f9u, 0x00004009u, 0x000200f8u, 0x00004009u, - 0x0004003du, 0x00000058u, 0x0000400au, 0x00003fb0u, 0x0008000cu, 0x00000058u, 0x0000400bu, 0x00000001u, - 0x0000002du, 0x0000400au, 0x0000048au, 0x0000048cu, 0x000200f9u, 0x00001c5bu, 0x000200f8u, 0x00001c5bu, - 0x000700f5u, 0x00000058u, 0x00006c93u, 0x0000400bu, 0x00004009u, 0x00004031u, 0x00001c58u, 0x000200f9u, - 0x00001c67u, 0x000200f8u, 0x00001c67u, 0x000700f5u, 0x00000058u, 0x00006c92u, 0x00006c93u, 0x00001c5bu, - 0x00006abdu, 0x00004052u, 0x000200f9u, 0x00001c69u, 0x000200f8u, 0x00001c69u, 0x000700f5u, 0x00000058u, - 0x00006c30u, 0x00006680u, 0x00001c1du, 0x00006c92u, 0x00001c67u, 0x000600a9u, 0x00000006u, 0x00007ddcu, - 0x00001b32u, 0x000066fcu, 0x00006bcbu, 0x000600a9u, 0x00000063u, 0x00007dddu, 0x00001b32u, 0x0000046eu, - 0x00001b2fu, 0x000300f7u, 0x00001c8fu, 0x00000000u, 0x000400fau, 0x00007dddu, 0x00001c6bu, 0x00001c8fu, - 0x000200f8u, 0x00001c6bu, 0x000400a8u, 0x00000063u, 0x00001c6eu, 0x00001b3eu, 0x000500a7u, 0x00000063u, - 0x00001c6fu, 0x00001b38u, 0x00001c6eu, 0x000300f7u, 0x00001c8eu, 0x00000000u, 0x000400fau, 0x00001c6fu, - 0x00001c70u, 0x00001c75u, 0x000200f8u, 0x00001c75u, 0x00080041u, 0x000006aau, 0x00001c78u, 0x000015a7u, - 0x0000019eu, 0x0000195fu, 0x000001abu, 0x00007ddcu, 0x0004003du, 0x0000000fu, 0x00001c79u, 0x00001c78u, - 0x00040071u, 0x00000006u, 0x00001c7au, 0x00001c79u, 0x00060041u, 0x0000024cu, 0x0000411fu, 0x0000024au, - 0x0000019eu, 0x00001c7au, 0x0004003du, 0x00000246u, 0x00004120u, 0x0000411fu, 0x00050051u, 0x00000006u, - 0x00004121u, 0x00004120u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00004123u, 0x00004120u, 0x00000001u, - 0x00050051u, 0x00000006u, 0x00004125u, 0x00004120u, 0x00000002u, 0x00050051u, 0x00000006u, 0x00004127u, - 0x00004120u, 0x00000003u, 0x00050051u, 0x00000006u, 0x00004129u, 0x00004120u, 0x00000004u, 0x00050051u, - 0x00000006u, 0x0000412bu, 0x00004120u, 0x00000005u, 0x00050051u, 0x0000000fu, 0x0000412du, 0x00004120u, - 0x00000006u, 0x00050051u, 0x0000000fu, 0x0000412fu, 0x00004120u, 0x00000007u, 0x00050051u, 0x0000000fu, - 0x00004131u, 0x00004120u, 0x00000008u, 0x00050051u, 0x0000000fu, 0x00004133u, 0x00004120u, 0x00000009u, - 0x00050051u, 0x0000000fu, 0x00004135u, 0x00004120u, 0x0000000au, 0x00050051u, 0x0000000fu, 0x00004137u, - 0x00004120u, 0x0000000bu, 0x00050051u, 0x0000000fu, 0x00004139u, 0x00004120u, 0x0000000cu, 0x00050051u, - 0x0000000fu, 0x0000413bu, 0x00004120u, 0x0000000du, 0x000600a9u, 0x0000000fu, 0x00007ddeu, 0x00001861u, - 0x00001865u, 0x0000412du, 0x000600a9u, 0x0000000fu, 0x00007ddfu, 0x00001861u, 0x00001868u, 0x0000412fu, - 0x0003003eu, 0x00001a66u, 0x00006c30u, 0x00040071u, 0x00000006u, 0x00004296u, 0x0000413bu, 0x0004007cu, - 0x00000008u, 0x00004297u, 0x00004296u, 0x000500c7u, 0x00000008u, 0x00004298u, 0x00004297u, 0x000001a8u, - 0x000500abu, 0x00000063u, 0x00004299u, 0x00004298u, 0x0000019eu, 0x0004007cu, 0x00000008u, 0x0000429cu, - 0x00004121u, 0x0004007cu, 0x00000008u, 0x0000429fu, 0x00004123u, 0x00040071u, 0x00000006u, 0x000042a2u, - 0x00004135u, 0x0004007cu, 0x00000008u, 0x000042a3u, 0x000042a2u, 0x00050041u, 0x00000040u, 0x000042a4u, - 0x00001a66u, 0x00000290u, 0x0004003du, 0x00000008u, 0x000042a5u, 0x000042a4u, 0x0008000cu, 0x00000008u, - 0x0000476fu, 0x00000001u, 0x0000002du, 0x000042a5u, 0x0000046cu, 0x00000426u, 0x000500b1u, 0x00000063u, - 0x00004771u, 0x000042a3u, 0x000001e4u, 0x000300f7u, 0x0000477du, 0x00000000u, 0x000400fau, 0x00004771u, - 0x00004772u, 0x00004776u, 0x000200f8u, 0x00004776u, 0x00050082u, 0x00000008u, 0x00004778u, 0x00000979u, - 0x000042a3u, 0x000500c4u, 0x00000008u, 0x0000477au, 0x0000476fu, 0x00004778u, 0x000500c3u, 0x00000008u, - 0x0000477cu, 0x0000477au, 0x0000050bu, 0x000200f9u, 0x0000477du, 0x000200f8u, 0x00004772u, 0x000500c3u, - 0x00000008u, 0x00004775u, 0x0000476fu, 0x000042a3u, 0x000200f9u, 0x0000477du, 0x000200f8u, 0x0000477du, - 0x000700f5u, 0x00000008u, 0x00006ce0u, 0x00004775u, 0x00004772u, 0x0000477cu, 0x00004776u, 0x000300f7u, - 0x00004799u, 0x00000000u, 0x000400fau, 0x00004299u, 0x0000477fu, 0x00004794u, 0x000200f8u, 0x00004794u, - 0x000500c4u, 0x00000008u, 0x00004796u, 0x0000429cu, 0x000001aeu, 0x00050082u, 0x00000008u, 0x00004798u, - 0x00006ce0u, 0x00004796u, 0x000200f9u, 0x00004799u, 0x000200f8u, 0x0000477fu, 0x000500c3u, 0x00000008u, - 0x00004781u, 0x00006ce0u, 0x000001aeu, 0x000500afu, 0x00000063u, 0x00004783u, 0x00004781u, 0x0000429fu, - 0x000300f7u, 0x00004793u, 0x00000000u, 0x000400fau, 0x00004783u, 0x00004785u, 0x0000478du, 0x000200f8u, - 0x0000478du, 0x000500c4u, 0x00000008u, 0x00004790u, 0x0000429cu, 0x000001aeu, 0x00050082u, 0x00000008u, - 0x00004791u, 0x00006ce0u, 0x00004790u, 0x0007000cu, 0x00000008u, 0x00004792u, 0x00000001u, 0x0000002au, - 0x00004791u, 0x0000019eu, 0x000200f9u, 0x00004793u, 0x000200f8u, 0x00004785u, 0x000500c3u, 0x00000008u, - 0x00004787u, 0x0000429fu, 0x000001abu, 0x000500c3u, 0x00000008u, 0x00004789u, 0x0000429cu, 0x000001abu, - 0x00050082u, 0x00000008u, 0x0000478au, 0x00004787u, 0x00004789u, 0x000500c7u, 0x00000008u, 0x0000478bu, - 0x0000478au, 0x00000990u, 0x000500c4u, 0x00000008u, 0x0000478cu, 0x0000478bu, 0x000001b4u, 0x000200f9u, - 0x00004793u, 0x000200f8u, 0x00004793u, 0x000700f5u, 0x00000008u, 0x00006ce2u, 0x0000478cu, 0x00004785u, - 0x00004792u, 0x0000478du, 0x000200f9u, 0x00004799u, 0x000200f8u, 0x00004799u, 0x000700f5u, 0x00000008u, - 0x00006ce1u, 0x00006ce2u, 0x00004793u, 0x00004798u, 0x00004794u, 0x0003003eu, 0x000042a4u, 0x00006ce1u, - 0x000500c7u, 0x00000008u, 0x000042acu, 0x00004297u, 0x000001b1u, 0x000500abu, 0x00000063u, 0x000042adu, - 0x000042acu, 0x0000019eu, 0x0004007cu, 0x00000008u, 0x000042b0u, 0x00004125u, 0x0004007cu, 0x00000008u, - 0x000042b3u, 0x00004127u, 0x00040071u, 0x00000006u, 0x000042b6u, 0x00004139u, 0x0004007cu, 0x00000008u, - 0x000042b7u, 0x000042b6u, 0x00050041u, 0x00000040u, 0x000042b8u, 0x00001a66u, 0x000002f6u, 0x0004003du, - 0x00000008u, 0x000042b9u, 0x000042b8u, 0x0008000cu, 0x00000008u, 0x0000479fu, 0x00000001u, 0x0000002du, - 0x000042b9u, 0x0000046cu, 0x00000426u, 0x000500b1u, 0x00000063u, 0x000047a1u, 0x000042b7u, 0x000001e4u, - 0x000300f7u, 0x000047adu, 0x00000000u, 0x000400fau, 0x000047a1u, 0x000047a2u, 0x000047a6u, 0x000200f8u, - 0x000047a6u, 0x00050082u, 0x00000008u, 0x000047a8u, 0x00000979u, 0x000042b7u, 0x000500c4u, 0x00000008u, - 0x000047aau, 0x0000479fu, 0x000047a8u, 0x000500c3u, 0x00000008u, 0x000047acu, 0x000047aau, 0x0000050bu, - 0x000200f9u, 0x000047adu, 0x000200f8u, 0x000047a2u, 0x000500c3u, 0x00000008u, 0x000047a5u, 0x0000479fu, - 0x000042b7u, 0x000200f9u, 0x000047adu, 0x000200f8u, 0x000047adu, 0x000700f5u, 0x00000008u, 0x00006ce3u, - 0x000047a5u, 0x000047a2u, 0x000047acu, 0x000047a6u, 0x000300f7u, 0x000047c9u, 0x00000000u, 0x000400fau, - 0x000042adu, 0x000047afu, 0x000047c4u, 0x000200f8u, 0x000047c4u, 0x000500c4u, 0x00000008u, 0x000047c6u, - 0x000042b0u, 0x000001aeu, 0x00050082u, 0x00000008u, 0x000047c8u, 0x00006ce3u, 0x000047c6u, 0x000200f9u, - 0x000047c9u, 0x000200f8u, 0x000047afu, 0x000500c3u, 0x00000008u, 0x000047b1u, 0x00006ce3u, 0x000001aeu, - 0x000500afu, 0x00000063u, 0x000047b3u, 0x000047b1u, 0x000042b3u, 0x000300f7u, 0x000047c3u, 0x00000000u, - 0x000400fau, 0x000047b3u, 0x000047b5u, 0x000047bdu, 0x000200f8u, 0x000047bdu, 0x000500c4u, 0x00000008u, - 0x000047c0u, 0x000042b0u, 0x000001aeu, 0x00050082u, 0x00000008u, 0x000047c1u, 0x00006ce3u, 0x000047c0u, - 0x0007000cu, 0x00000008u, 0x000047c2u, 0x00000001u, 0x0000002au, 0x000047c1u, 0x0000019eu, 0x000200f9u, - 0x000047c3u, 0x000200f8u, 0x000047b5u, 0x000500c3u, 0x00000008u, 0x000047b7u, 0x000042b3u, 0x000001abu, - 0x000500c3u, 0x00000008u, 0x000047b9u, 0x000042b0u, 0x000001abu, 0x00050082u, 0x00000008u, 0x000047bau, - 0x000047b7u, 0x000047b9u, 0x000500c7u, 0x00000008u, 0x000047bbu, 0x000047bau, 0x00000990u, 0x000500c4u, - 0x00000008u, 0x000047bcu, 0x000047bbu, 0x000001b4u, 0x000200f9u, 0x000047c3u, 0x000200f8u, 0x000047c3u, - 0x000700f5u, 0x00000008u, 0x00006ce5u, 0x000047bcu, 0x000047b5u, 0x000047c2u, 0x000047bdu, 0x000200f9u, - 0x000047c9u, 0x000200f8u, 0x000047c9u, 0x000700f5u, 0x00000008u, 0x00006ce4u, 0x00006ce5u, 0x000047c3u, - 0x000047c8u, 0x000047c4u, 0x0003003eu, 0x000042b8u, 0x00006ce4u, 0x000300f7u, 0x000042c2u, 0x00000000u, - 0x000400fau, 0x00001affu, 0x000042bdu, 0x000042c1u, 0x000200f8u, 0x000042c1u, 0x0003003eu, 0x00004148u, - 0x00000452u, 0x000200f9u, 0x000042c2u, 0x000200f8u, 0x000042bdu, 0x0004003du, 0x00000058u, 0x000042beu, - 0x00001a66u, 0x000500c7u, 0x00000058u, 0x000042c0u, 0x000042beu, 0x00007db8u, 0x0003003eu, 0x00004148u, - 0x000042c0u, 0x000200f9u, 0x000042c2u, 0x000200f8u, 0x000042c2u, 0x00050041u, 0x00000040u, 0x000042c3u, - 0x00004148u, 0x00000290u, 0x0004003du, 0x00000008u, 0x000042c4u, 0x000042c3u, 0x00050041u, 0x00000040u, - 0x000042c5u, 0x00004148u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x000042c6u, 0x000042c5u, 0x00050080u, - 0x00000008u, 0x000042c7u, 0x000042c4u, 0x000042c6u, 0x0004003du, 0x00000058u, 0x000042c8u, 0x00001a66u, - 0x000500c3u, 0x00000058u, 0x000042cau, 0x000042c8u, 0x00007db7u, 0x0003003eu, 0x00001a66u, 0x000042cau, - 0x0004003du, 0x00000008u, 0x000042cdu, 0x000042a4u, 0x00040071u, 0x00000006u, 0x000047d0u, 0x00004133u, - 0x0004007cu, 0x00000008u, 0x000047d1u, 0x000047d0u, 0x000500abu, 0x00000063u, 0x000047d2u, 0x000047d1u, - 0x0000019eu, 0x000300f7u, 0x000047eau, 0x00000000u, 0x000400fau, 0x000047d2u, 0x000047d3u, 0x000047eau, - 0x000200f8u, 0x000047d3u, 0x000500c4u, 0x00000008u, 0x000047d6u, 0x000001a8u, 0x00004133u, 0x000500c7u, - 0x00000008u, 0x000047dbu, 0x00004297u, 0x000001abu, 0x000500abu, 0x00000063u, 0x000047dcu, 0x000047dbu, - 0x0000019eu, 0x000300f7u, 0x000047e5u, 0x00000000u, 0x000400fau, 0x000047dcu, 0x000047ddu, 0x000047e5u, - 0x000200f8u, 0x000047ddu, 0x000500c7u, 0x00000008u, 0x000047e0u, 0x000042cdu, 0x000047d6u, 0x00050082u, - 0x00000008u, 0x000047e1u, 0x000047e0u, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x000047e2u, 0x00000001u, - 0x0000002au, 0x000047e1u, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x000047e4u, 0x000042cdu, 0x000047e2u, - 0x000200f9u, 0x000047e5u, 0x000200f8u, 0x000047e5u, 0x000700f5u, 0x00000008u, 0x00006ce6u, 0x000042cdu, - 0x000047d3u, 0x000047e4u, 0x000047ddu, 0x00050082u, 0x00000008u, 0x000047e7u, 0x000047d6u, 0x000001a8u, - 0x000500c7u, 0x00000008u, 0x000047e9u, 0x00006ce6u, 0x000047e7u, 0x000200f9u, 0x000047eau, 0x000200f8u, - 0x000047eau, 0x000700f5u, 0x00000008u, 0x00006ce7u, 0x000042cdu, 0x000042c2u, 0x000047e9u, 0x000047e5u, - 0x0004003du, 0x00000008u, 0x000042d1u, 0x000042b8u, 0x00040071u, 0x00000006u, 0x000047f1u, 0x00004137u, - 0x0004007cu, 0x00000008u, 0x000047f2u, 0x000047f1u, 0x000500abu, 0x00000063u, 0x000047f3u, 0x000047f2u, - 0x0000019eu, 0x000300f7u, 0x0000480bu, 0x00000000u, 0x000400fau, 0x000047f3u, 0x000047f4u, 0x0000480bu, - 0x000200f8u, 0x000047f4u, 0x000500c4u, 0x00000008u, 0x000047f7u, 0x000001a8u, 0x00004137u, 0x000500c7u, - 0x00000008u, 0x000047fcu, 0x00004297u, 0x000001dbu, 0x000500abu, 0x00000063u, 0x000047fdu, 0x000047fcu, - 0x0000019eu, 0x000300f7u, 0x00004806u, 0x00000000u, 0x000400fau, 0x000047fdu, 0x000047feu, 0x00004806u, - 0x000200f8u, 0x000047feu, 0x000500c7u, 0x00000008u, 0x00004801u, 0x000042d1u, 0x000047f7u, 0x00050082u, - 0x00000008u, 0x00004802u, 0x00004801u, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00004803u, 0x00000001u, - 0x0000002au, 0x00004802u, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00004805u, 0x000042d1u, 0x00004803u, - 0x000200f9u, 0x00004806u, 0x000200f8u, 0x00004806u, 0x000700f5u, 0x00000008u, 0x00006ce8u, 0x000042d1u, - 0x000047f4u, 0x00004805u, 0x000047feu, 0x00050082u, 0x00000008u, 0x00004808u, 0x000047f7u, 0x000001a8u, - 0x000500c7u, 0x00000008u, 0x0000480au, 0x00006ce8u, 0x00004808u, 0x000200f9u, 0x0000480bu, 0x000200f8u, - 0x0000480bu, 0x000700f5u, 0x00000008u, 0x00006ce9u, 0x000042d1u, 0x000047eau, 0x0000480au, 0x00004806u, - 0x0004003du, 0x00000008u, 0x000042d4u, 0x000042a4u, 0x00050080u, 0x00000008u, 0x000042d5u, 0x000042d4u, - 0x000001a8u, 0x000300f7u, 0x0000482cu, 0x00000000u, 0x000400fau, 0x000047d2u, 0x00004815u, 0x0000482cu, - 0x000200f8u, 0x00004815u, 0x000500c4u, 0x00000008u, 0x00004818u, 0x000001a8u, 0x00004133u, 0x000500c7u, - 0x00000008u, 0x0000481du, 0x00004297u, 0x000001abu, 0x000500abu, 0x00000063u, 0x0000481eu, 0x0000481du, - 0x0000019eu, 0x000300f7u, 0x00004827u, 0x00000000u, 0x000400fau, 0x0000481eu, 0x0000481fu, 0x00004827u, - 0x000200f8u, 0x0000481fu, 0x000500c7u, 0x00000008u, 0x00004822u, 0x000042d5u, 0x00004818u, 0x00050082u, - 0x00000008u, 0x00004823u, 0x00004822u, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00004824u, 0x00000001u, - 0x0000002au, 0x00004823u, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00004826u, 0x000042d5u, 0x00004824u, - 0x000200f9u, 0x00004827u, 0x000200f8u, 0x00004827u, 0x000700f5u, 0x00000008u, 0x00006ceau, 0x000042d5u, - 0x00004815u, 0x00004826u, 0x0000481fu, 0x00050082u, 0x00000008u, 0x00004829u, 0x00004818u, 0x000001a8u, - 0x000500c7u, 0x00000008u, 0x0000482bu, 0x00006ceau, 0x00004829u, 0x000200f9u, 0x0000482cu, 0x000200f8u, - 0x0000482cu, 0x000700f5u, 0x00000008u, 0x00006cebu, 0x000042d5u, 0x0000480bu, 0x0000482bu, 0x00004827u, - 0x0004003du, 0x00000008u, 0x000042d9u, 0x000042b8u, 0x00050080u, 0x00000008u, 0x000042dau, 0x000042d9u, - 0x000001a8u, 0x000300f7u, 0x0000484du, 0x00000000u, 0x000400fau, 0x000047f3u, 0x00004836u, 0x0000484du, - 0x000200f8u, 0x00004836u, 0x000500c4u, 0x00000008u, 0x00004839u, 0x000001a8u, 0x00004137u, 0x000500c7u, - 0x00000008u, 0x0000483eu, 0x00004297u, 0x000001dbu, 0x000500abu, 0x00000063u, 0x0000483fu, 0x0000483eu, - 0x0000019eu, 0x000300f7u, 0x00004848u, 0x00000000u, 0x000400fau, 0x0000483fu, 0x00004840u, 0x00004848u, - 0x000200f8u, 0x00004840u, 0x000500c7u, 0x00000008u, 0x00004843u, 0x000042dau, 0x00004839u, 0x00050082u, - 0x00000008u, 0x00004844u, 0x00004843u, 0x000001a8u, 0x0007000cu, 0x00000008u, 0x00004845u, 0x00000001u, - 0x0000002au, 0x00004844u, 0x0000019eu, 0x000500c6u, 0x00000008u, 0x00004847u, 0x000042dau, 0x00004845u, - 0x000200f9u, 0x00004848u, 0x000200f8u, 0x00004848u, 0x000700f5u, 0x00000008u, 0x00006cecu, 0x000042dau, - 0x00004836u, 0x00004847u, 0x00004840u, 0x00050082u, 0x00000008u, 0x0000484au, 0x00004839u, 0x000001a8u, - 0x000500c7u, 0x00000008u, 0x0000484cu, 0x00006cecu, 0x0000484au, 0x000200f9u, 0x0000484du, 0x000200f8u, - 0x0000484du, 0x000700f5u, 0x00000008u, 0x00006cedu, 0x000042dau, 0x0000482cu, 0x0000484cu, 0x00004848u, - 0x00050082u, 0x00000008u, 0x000042dfu, 0x00006cedu, 0x00006ce9u, 0x0007000cu, 0x00000008u, 0x000042e0u, - 0x00000001u, 0x0000002au, 0x000042dfu, 0x00000c10u, 0x000500c7u, 0x00000008u, 0x000042e2u, 0x00006ce9u, - 0x00000313u, 0x00050080u, 0x00000008u, 0x000042e4u, 0x000042e2u, 0x000042e0u, 0x0004003du, 0x00000058u, - 0x000042e9u, 0x00004148u, 0x000500aau, 0x00000453u, 0x000042eau, 0x000042e9u, 0x00000c1cu, 0x00050051u, - 0x00000063u, 0x000042ebu, 0x000042eau, 0x00000000u, 0x00050051u, 0x00000063u, 0x000042ecu, 0x000042eau, - 0x00000001u, 0x00070050u, 0x000002beu, 0x000042edu, 0x00001b29u, 0x00001b3eu, 0x000042ebu, 0x000042ecu, - 0x0004009bu, 0x00000063u, 0x000042eeu, 0x000042edu, 0x000600a9u, 0x00000008u, 0x00007de0u, 0x000042eeu, - 0x0000019eu, 0x000042c7u, 0x00040071u, 0x00000006u, 0x000042f4u, 0x00007ddeu, 0x0004007cu, 0x00000008u, - 0x000042f5u, 0x000042f4u, 0x000500aau, 0x00000063u, 0x000042f6u, 0x000042f5u, 0x000001a8u, 0x000500afu, - 0x00000063u, 0x000042f8u, 0x00007de0u, 0x00000979u, 0x000300f7u, 0x00004301u, 0x00000000u, 0x000400fau, - 0x000042f8u, 0x000042f9u, 0x000042fdu, 0x000200f8u, 0x000042fdu, 0x00050050u, 0x00000058u, 0x00004300u, - 0x00006ce7u, 0x000042e2u, 0x000200f9u, 0x00004301u, 0x000200f8u, 0x000042f9u, 0x00050050u, 0x00000058u, - 0x000042fcu, 0x00006cebu, 0x000042e4u, 0x000200f9u, 0x00004301u, 0x000200f8u, 0x00004301u, 0x000700f5u, - 0x00000058u, 0x00006cfcu, 0x000042fcu, 0x000042f9u, 0x00004300u, 0x000042fdu, 0x000500c7u, 0x00000008u, - 0x00004304u, 0x00006ce7u, 0x000001a8u, 0x000500c4u, 0x00000008u, 0x00004305u, 0x00004304u, 0x000001b1u, - 0x0004003du, 0x00000008u, 0x00004307u, 0x000042c3u, 0x000500c3u, 0x00000008u, 0x00004308u, 0x00004307u, - 0x000001a8u, 0x000500c5u, 0x00000008u, 0x00004309u, 0x00004305u, 0x00004308u, 0x000300f7u, 0x000045d2u, - 0x00000000u, 0x000400fau, 0x00001af9u, 0x0000430bu, 0x000043acu, 0x000200f8u, 0x000043acu, 0x000300f7u, - 0x000045d1u, 0x00000000u, 0x000d00fbu, 0x000042f5u, 0x000045d1u, 0x00000000u, 0x000043b1u, 0x00000001u, - 0x0000443bu, 0x00000002u, 0x00004469u, 0x00000003u, 0x000044deu, 0x00000004u, 0x00004568u, 0x000200f8u, - 0x00004568u, 0x00040071u, 0x00000006u, 0x0000456bu, 0x00007ddfu, 0x0004007cu, 0x00000008u, 0x0000456cu, - 0x0000456bu, 0x000300f7u, 0x000045d0u, 0x00000000u, 0x000700fbu, 0x0000456cu, 0x0000456du, 0x00000000u, - 0x0000458eu, 0x00000001u, 0x000045afu, 0x000200f8u, 0x000045afu, 0x0004007cu, 0x000000abu, 0x000045b1u, - 0x00006cfcu, 0x0003003eu, 0x00004256u, 0x000045b1u, 0x00050041u, 0x00000007u, 0x000059a4u, 0x00004256u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x000059a5u, 0x000059a4u, 0x00050084u, 0x00000006u, 0x000059a6u, - 0x0000412bu, 0x000059a5u, 0x00050080u, 0x00000006u, 0x000059a7u, 0x00004129u, 0x000059a6u, 0x00050041u, - 0x00000007u, 0x000059a8u, 0x00004256u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000059a9u, 0x000059a8u, - 0x00050080u, 0x00000006u, 0x000059abu, 0x000059a7u, 0x000059a9u, 0x000500c7u, 0x00000006u, 0x000059adu, - 0x000059abu, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000059b0u, 0x000059a4u, 0x000500c7u, 0x00000006u, - 0x000059b1u, 0x000059b0u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000059b2u, 0x000059b1u, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x000059b4u, 0x000059adu, 0x000059b2u, 0x000500c6u, 0x00000006u, 0x000059b6u, - 0x000059b4u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000059b9u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x000059b6u, 0x0004003du, 0x0000000fu, 0x000059bau, 0x000059b9u, 0x00040071u, 0x00000006u, - 0x000059bbu, 0x000059bau, 0x00040071u, 0x00000011u, 0x000059bdu, 0x000059bbu, 0x0004007cu, 0x00000012u, - 0x000059beu, 0x000059bdu, 0x00070050u, 0x00000013u, 0x000059bfu, 0x000059beu, 0x000059beu, 0x000059beu, - 0x000059beu, 0x000300f7u, 0x000045c5u, 0x00000000u, 0x000400fau, 0x00001affu, 0x000045b6u, 0x000045c5u, - 0x000200f8u, 0x000045b6u, 0x00050050u, 0x00000058u, 0x000045b9u, 0x00006cebu, 0x000042e2u, 0x0004007cu, - 0x000000abu, 0x000045bau, 0x000045b9u, 0x0003003eu, 0x00004259u, 0x000045bau, 0x00050041u, 0x00000007u, - 0x000059c9u, 0x00004259u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000059cau, 0x000059c9u, 0x00050084u, - 0x00000006u, 0x000059cbu, 0x0000412bu, 0x000059cau, 0x00050080u, 0x00000006u, 0x000059ccu, 0x00004129u, - 0x000059cbu, 0x00050041u, 0x00000007u, 0x000059cdu, 0x00004259u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x000059ceu, 0x000059cdu, 0x00050080u, 0x00000006u, 0x000059d0u, 0x000059ccu, 0x000059ceu, 0x000500c7u, - 0x00000006u, 0x000059d2u, 0x000059d0u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000059d5u, 0x000059c9u, - 0x000500c7u, 0x00000006u, 0x000059d6u, 0x000059d5u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000059d7u, - 0x000059d6u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000059d9u, 0x000059d2u, 0x000059d7u, 0x000500c6u, - 0x00000006u, 0x000059dbu, 0x000059d9u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000059deu, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000059dbu, 0x0004003du, 0x0000000fu, 0x000059dfu, 0x000059deu, - 0x00040071u, 0x00000006u, 0x000059e0u, 0x000059dfu, 0x00040071u, 0x00000011u, 0x000059e2u, 0x000059e0u, - 0x0004007cu, 0x00000012u, 0x000059e3u, 0x000059e2u, 0x00070050u, 0x00000013u, 0x000059e4u, 0x000059e3u, - 0x000059e3u, 0x000059e3u, 0x000059e3u, 0x00050050u, 0x00000058u, 0x000045c0u, 0x00006ce7u, 0x000042e4u, - 0x0004007cu, 0x000000abu, 0x000045c1u, 0x000045c0u, 0x0003003eu, 0x0000425cu, 0x000045c1u, 0x00050041u, - 0x00000007u, 0x000059eeu, 0x0000425cu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000059efu, 0x000059eeu, - 0x00050084u, 0x00000006u, 0x000059f0u, 0x0000412bu, 0x000059efu, 0x00050080u, 0x00000006u, 0x000059f1u, - 0x00004129u, 0x000059f0u, 0x00050041u, 0x00000007u, 0x000059f2u, 0x0000425cu, 0x00000290u, 0x0004003du, - 0x00000006u, 0x000059f3u, 0x000059f2u, 0x00050080u, 0x00000006u, 0x000059f5u, 0x000059f1u, 0x000059f3u, - 0x000500c7u, 0x00000006u, 0x000059f7u, 0x000059f5u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000059fau, - 0x000059eeu, 0x000500c7u, 0x00000006u, 0x000059fbu, 0x000059fau, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x000059fcu, 0x000059fbu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000059feu, 0x000059f7u, 0x000059fcu, - 0x000500c6u, 0x00000006u, 0x00005a00u, 0x000059feu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00005a03u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005a00u, 0x0004003du, 0x0000000fu, 0x00005a04u, - 0x00005a03u, 0x00040071u, 0x00000006u, 0x00005a05u, 0x00005a04u, 0x00040071u, 0x00000011u, 0x00005a07u, - 0x00005a05u, 0x0004007cu, 0x00000012u, 0x00005a08u, 0x00005a07u, 0x00070050u, 0x00000013u, 0x00005a09u, - 0x00005a08u, 0x00005a08u, 0x00005a08u, 0x00005a08u, 0x000200f9u, 0x000045c5u, 0x000200f8u, 0x000045c5u, - 0x000700f5u, 0x00000013u, 0x0000701fu, 0x00006758u, 0x000045afu, 0x00005a09u, 0x000045b6u, 0x000700f5u, - 0x00000013u, 0x00006f2du, 0x00006758u, 0x000045afu, 0x000059e4u, 0x000045b6u, 0x000300f7u, 0x000045cfu, - 0x00000000u, 0x000400fau, 0x000042eeu, 0x000045c7u, 0x000045cfu, 0x000200f8u, 0x000045c7u, 0x00050050u, - 0x00000058u, 0x000045cau, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000045cbu, 0x000045cau, - 0x0003003eu, 0x0000425fu, 0x000045cbu, 0x00050041u, 0x00000007u, 0x00005a13u, 0x0000425fu, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00005a14u, 0x00005a13u, 0x00050084u, 0x00000006u, 0x00005a15u, 0x0000412bu, - 0x00005a14u, 0x00050080u, 0x00000006u, 0x00005a16u, 0x00004129u, 0x00005a15u, 0x00050041u, 0x00000007u, - 0x00005a17u, 0x0000425fu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005a18u, 0x00005a17u, 0x00050080u, - 0x00000006u, 0x00005a1au, 0x00005a16u, 0x00005a18u, 0x000500c7u, 0x00000006u, 0x00005a1cu, 0x00005a1au, - 0x0000068cu, 0x0004003du, 0x00000006u, 0x00005a1fu, 0x00005a13u, 0x000500c7u, 0x00000006u, 0x00005a20u, - 0x00005a1fu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005a21u, 0x00005a20u, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00005a23u, 0x00005a1cu, 0x00005a21u, 0x000500c6u, 0x00000006u, 0x00005a25u, 0x00005a23u, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00005a28u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00005a25u, 0x0004003du, 0x0000000fu, 0x00005a29u, 0x00005a28u, 0x00040071u, 0x00000006u, 0x00005a2au, - 0x00005a29u, 0x00040071u, 0x00000011u, 0x00005a2cu, 0x00005a2au, 0x0004007cu, 0x00000012u, 0x00005a2du, - 0x00005a2cu, 0x00070050u, 0x00000013u, 0x00005a2eu, 0x00005a2du, 0x00005a2du, 0x00005a2du, 0x00005a2du, - 0x000200f9u, 0x000045cfu, 0x000200f8u, 0x000045cfu, 0x000700f5u, 0x00000013u, 0x00007111u, 0x00006758u, - 0x000045c5u, 0x00005a2eu, 0x000045c7u, 0x000200f9u, 0x000045d0u, 0x000200f8u, 0x0000458eu, 0x0004007cu, - 0x000000abu, 0x00004590u, 0x00006cfcu, 0x0003003eu, 0x0000424au, 0x00004590u, 0x00050041u, 0x00000007u, - 0x000058d5u, 0x0000424au, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000058d6u, 0x000058d5u, 0x00050084u, - 0x00000006u, 0x000058d7u, 0x0000412bu, 0x000058d6u, 0x00050080u, 0x00000006u, 0x000058d8u, 0x00004129u, - 0x000058d7u, 0x00050041u, 0x00000007u, 0x000058d9u, 0x0000424au, 0x00000290u, 0x0004003du, 0x00000006u, - 0x000058dau, 0x000058d9u, 0x000500c2u, 0x00000006u, 0x000058dbu, 0x000058dau, 0x000001a8u, 0x00050080u, - 0x00000006u, 0x000058ddu, 0x000058d8u, 0x000058dbu, 0x000500c7u, 0x00000006u, 0x000058dfu, 0x000058ddu, - 0x0000068cu, 0x0004003du, 0x00000006u, 0x000058e1u, 0x000058d9u, 0x000400c8u, 0x00000006u, 0x000058e2u, - 0x000058e1u, 0x000500c7u, 0x00000006u, 0x000058e3u, 0x000058e2u, 0x000002f6u, 0x00050084u, 0x00000006u, - 0x000058e4u, 0x000058e3u, 0x00000694u, 0x0004003du, 0x00000006u, 0x000058e7u, 0x000058d5u, 0x000500c7u, - 0x00000006u, 0x000058e8u, 0x000058e7u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000058e9u, 0x000058e8u, - 0x000001abu, 0x000500c6u, 0x00000006u, 0x000058ebu, 0x000058dfu, 0x000058e9u, 0x000500c6u, 0x00000006u, - 0x000058edu, 0x000058ebu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000058f0u, 0x000006a7u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x000058edu, 0x0004003du, 0x0000000fu, 0x000058f1u, 0x000058f0u, 0x00040071u, - 0x00000006u, 0x000058f2u, 0x000058f1u, 0x000500c2u, 0x00000006u, 0x000058f5u, 0x000058f2u, 0x000058e4u, - 0x000500c7u, 0x00000006u, 0x000058f6u, 0x000058f5u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x000058f8u, - 0x000058f6u, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x000058fau, 0x000058f6u, 0x000058f8u, 0x00040071u, - 0x00000011u, 0x000058fcu, 0x000058fau, 0x0004007cu, 0x00000012u, 0x000058fdu, 0x000058fcu, 0x00070050u, - 0x00000013u, 0x000058feu, 0x000058fdu, 0x000058fdu, 0x000058fdu, 0x000058fdu, 0x000300f7u, 0x000045a4u, - 0x00000000u, 0x000400fau, 0x00001affu, 0x00004595u, 0x000045a4u, 0x000200f8u, 0x00004595u, 0x00050050u, - 0x00000058u, 0x00004598u, 0x00006cebu, 0x000042e2u, 0x0004007cu, 0x000000abu, 0x00004599u, 0x00004598u, - 0x0003003eu, 0x0000424du, 0x00004599u, 0x00050041u, 0x00000007u, 0x00005909u, 0x0000424du, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x0000590au, 0x00005909u, 0x00050084u, 0x00000006u, 0x0000590bu, 0x0000412bu, - 0x0000590au, 0x00050080u, 0x00000006u, 0x0000590cu, 0x00004129u, 0x0000590bu, 0x00050041u, 0x00000007u, - 0x0000590du, 0x0000424du, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000590eu, 0x0000590du, 0x000500c2u, - 0x00000006u, 0x0000590fu, 0x0000590eu, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00005911u, 0x0000590cu, - 0x0000590fu, 0x000500c7u, 0x00000006u, 0x00005913u, 0x00005911u, 0x0000068cu, 0x0004003du, 0x00000006u, - 0x00005915u, 0x0000590du, 0x000400c8u, 0x00000006u, 0x00005916u, 0x00005915u, 0x000500c7u, 0x00000006u, - 0x00005917u, 0x00005916u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00005918u, 0x00005917u, 0x00000694u, - 0x0004003du, 0x00000006u, 0x0000591bu, 0x00005909u, 0x000500c7u, 0x00000006u, 0x0000591cu, 0x0000591bu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000591du, 0x0000591cu, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x0000591fu, 0x00005913u, 0x0000591du, 0x000500c6u, 0x00000006u, 0x00005921u, 0x0000591fu, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x00005924u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005921u, - 0x0004003du, 0x0000000fu, 0x00005925u, 0x00005924u, 0x00040071u, 0x00000006u, 0x00005926u, 0x00005925u, - 0x000500c2u, 0x00000006u, 0x00005929u, 0x00005926u, 0x00005918u, 0x000500c7u, 0x00000006u, 0x0000592au, - 0x00005929u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x0000592cu, 0x0000592au, 0x000001b1u, 0x000500c5u, - 0x00000006u, 0x0000592eu, 0x0000592au, 0x0000592cu, 0x00040071u, 0x00000011u, 0x00005930u, 0x0000592eu, - 0x0004007cu, 0x00000012u, 0x00005931u, 0x00005930u, 0x00070050u, 0x00000013u, 0x00005932u, 0x00005931u, - 0x00005931u, 0x00005931u, 0x00005931u, 0x00050050u, 0x00000058u, 0x0000459fu, 0x00006ce7u, 0x000042e4u, - 0x0004007cu, 0x000000abu, 0x000045a0u, 0x0000459fu, 0x0003003eu, 0x00004250u, 0x000045a0u, 0x00050041u, - 0x00000007u, 0x0000593du, 0x00004250u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000593eu, 0x0000593du, - 0x00050084u, 0x00000006u, 0x0000593fu, 0x0000412bu, 0x0000593eu, 0x00050080u, 0x00000006u, 0x00005940u, - 0x00004129u, 0x0000593fu, 0x00050041u, 0x00000007u, 0x00005941u, 0x00004250u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00005942u, 0x00005941u, 0x000500c2u, 0x00000006u, 0x00005943u, 0x00005942u, 0x000001a8u, - 0x00050080u, 0x00000006u, 0x00005945u, 0x00005940u, 0x00005943u, 0x000500c7u, 0x00000006u, 0x00005947u, - 0x00005945u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00005949u, 0x00005941u, 0x000400c8u, 0x00000006u, - 0x0000594au, 0x00005949u, 0x000500c7u, 0x00000006u, 0x0000594bu, 0x0000594au, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x0000594cu, 0x0000594bu, 0x00000694u, 0x0004003du, 0x00000006u, 0x0000594fu, 0x0000593du, - 0x000500c7u, 0x00000006u, 0x00005950u, 0x0000594fu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005951u, - 0x00005950u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00005953u, 0x00005947u, 0x00005951u, 0x000500c6u, - 0x00000006u, 0x00005955u, 0x00005953u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00005958u, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005955u, 0x0004003du, 0x0000000fu, 0x00005959u, 0x00005958u, - 0x00040071u, 0x00000006u, 0x0000595au, 0x00005959u, 0x000500c2u, 0x00000006u, 0x0000595du, 0x0000595au, - 0x0000594cu, 0x000500c7u, 0x00000006u, 0x0000595eu, 0x0000595du, 0x000006b1u, 0x000500c4u, 0x00000006u, - 0x00005960u, 0x0000595eu, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00005962u, 0x0000595eu, 0x00005960u, - 0x00040071u, 0x00000011u, 0x00005964u, 0x00005962u, 0x0004007cu, 0x00000012u, 0x00005965u, 0x00005964u, - 0x00070050u, 0x00000013u, 0x00005966u, 0x00005965u, 0x00005965u, 0x00005965u, 0x00005965u, 0x000200f9u, - 0x000045a4u, 0x000200f8u, 0x000045a4u, 0x000700f5u, 0x00000013u, 0x0000701du, 0x00006758u, 0x0000458eu, - 0x00005966u, 0x00004595u, 0x000700f5u, 0x00000013u, 0x00006f2bu, 0x00006758u, 0x0000458eu, 0x00005932u, - 0x00004595u, 0x000300f7u, 0x000045aeu, 0x00000000u, 0x000400fau, 0x000042eeu, 0x000045a6u, 0x000045aeu, - 0x000200f8u, 0x000045a6u, 0x00050050u, 0x00000058u, 0x000045a9u, 0x00006cebu, 0x000042e4u, 0x0004007cu, - 0x000000abu, 0x000045aau, 0x000045a9u, 0x0003003eu, 0x00004253u, 0x000045aau, 0x00050041u, 0x00000007u, - 0x00005971u, 0x00004253u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00005972u, 0x00005971u, 0x00050084u, - 0x00000006u, 0x00005973u, 0x0000412bu, 0x00005972u, 0x00050080u, 0x00000006u, 0x00005974u, 0x00004129u, - 0x00005973u, 0x00050041u, 0x00000007u, 0x00005975u, 0x00004253u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00005976u, 0x00005975u, 0x000500c2u, 0x00000006u, 0x00005977u, 0x00005976u, 0x000001a8u, 0x00050080u, - 0x00000006u, 0x00005979u, 0x00005974u, 0x00005977u, 0x000500c7u, 0x00000006u, 0x0000597bu, 0x00005979u, - 0x0000068cu, 0x0004003du, 0x00000006u, 0x0000597du, 0x00005975u, 0x000400c8u, 0x00000006u, 0x0000597eu, - 0x0000597du, 0x000500c7u, 0x00000006u, 0x0000597fu, 0x0000597eu, 0x000002f6u, 0x00050084u, 0x00000006u, - 0x00005980u, 0x0000597fu, 0x00000694u, 0x0004003du, 0x00000006u, 0x00005983u, 0x00005971u, 0x000500c7u, - 0x00000006u, 0x00005984u, 0x00005983u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005985u, 0x00005984u, - 0x000001abu, 0x000500c6u, 0x00000006u, 0x00005987u, 0x0000597bu, 0x00005985u, 0x000500c6u, 0x00000006u, - 0x00005989u, 0x00005987u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x0000598cu, 0x000006a7u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00005989u, 0x0004003du, 0x0000000fu, 0x0000598du, 0x0000598cu, 0x00040071u, - 0x00000006u, 0x0000598eu, 0x0000598du, 0x000500c2u, 0x00000006u, 0x00005991u, 0x0000598eu, 0x00005980u, - 0x000500c7u, 0x00000006u, 0x00005992u, 0x00005991u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00005994u, - 0x00005992u, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00005996u, 0x00005992u, 0x00005994u, 0x00040071u, - 0x00000011u, 0x00005998u, 0x00005996u, 0x0004007cu, 0x00000012u, 0x00005999u, 0x00005998u, 0x00070050u, - 0x00000013u, 0x0000599au, 0x00005999u, 0x00005999u, 0x00005999u, 0x00005999u, 0x000200f9u, 0x000045aeu, - 0x000200f8u, 0x000045aeu, 0x000700f5u, 0x00000013u, 0x0000710fu, 0x00006758u, 0x000045a4u, 0x0000599au, - 0x000045a6u, 0x000200f9u, 0x000045d0u, 0x000200f8u, 0x0000456du, 0x0004007cu, 0x000000abu, 0x0000456fu, - 0x00006cfcu, 0x0003003eu, 0x00004262u, 0x0000456fu, 0x00050041u, 0x00000007u, 0x00005820u, 0x00004262u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00005821u, 0x00005820u, 0x00050084u, 0x00000006u, 0x00005822u, - 0x0000412bu, 0x00005821u, 0x00050080u, 0x00000006u, 0x00005823u, 0x00004129u, 0x00005822u, 0x00050041u, - 0x00000007u, 0x00005824u, 0x00004262u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005825u, 0x00005824u, - 0x00050084u, 0x00000006u, 0x00005826u, 0x00005825u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00005828u, - 0x00005823u, 0x00005826u, 0x000500c7u, 0x00000006u, 0x0000582au, 0x00005828u, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x0000582cu, 0x0000582au, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000582eu, 0x00005820u, - 0x000500c7u, 0x00000006u, 0x0000582fu, 0x0000582eu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005830u, - 0x0000582fu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00005832u, 0x0000582cu, 0x00005830u, 0x000500c6u, - 0x00000006u, 0x00005834u, 0x00005832u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00005837u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005834u, 0x0004003du, 0x00000011u, 0x00005838u, 0x00005837u, - 0x00040071u, 0x00000006u, 0x00005839u, 0x00005838u, 0x000500c2u, 0x00000006u, 0x0000583bu, 0x00005839u, - 0x000001dbu, 0x00040071u, 0x00000011u, 0x0000583cu, 0x0000583bu, 0x0004007cu, 0x00000012u, 0x0000583du, - 0x0000583cu, 0x000500c7u, 0x00000006u, 0x0000583fu, 0x00005839u, 0x00000659u, 0x00040071u, 0x00000011u, - 0x00005840u, 0x0000583fu, 0x0004007cu, 0x00000012u, 0x00005841u, 0x00005840u, 0x00050050u, 0x0000011du, - 0x00005842u, 0x0000583du, 0x00005841u, 0x0009004fu, 0x00000013u, 0x00005843u, 0x00005842u, 0x00005842u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00004583u, 0x00000000u, 0x000400fau, - 0x00001affu, 0x00004574u, 0x00004583u, 0x000200f8u, 0x00004574u, 0x00050050u, 0x00000058u, 0x00004577u, - 0x00006cebu, 0x000042e2u, 0x0004007cu, 0x000000abu, 0x00004578u, 0x00004577u, 0x0003003eu, 0x00004265u, - 0x00004578u, 0x00050041u, 0x00000007u, 0x0000584du, 0x00004265u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x0000584eu, 0x0000584du, 0x00050084u, 0x00000006u, 0x0000584fu, 0x0000412bu, 0x0000584eu, 0x00050080u, - 0x00000006u, 0x00005850u, 0x00004129u, 0x0000584fu, 0x00050041u, 0x00000007u, 0x00005851u, 0x00004265u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x00005852u, 0x00005851u, 0x00050084u, 0x00000006u, 0x00005853u, - 0x00005852u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00005855u, 0x00005850u, 0x00005853u, 0x000500c7u, - 0x00000006u, 0x00005857u, 0x00005855u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00005859u, 0x00005857u, - 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000585bu, 0x0000584du, 0x000500c7u, 0x00000006u, 0x0000585cu, - 0x0000585bu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000585du, 0x0000585cu, 0x000001a8u, 0x000500c6u, - 0x00000006u, 0x0000585fu, 0x00005859u, 0x0000585du, 0x000500c6u, 0x00000006u, 0x00005861u, 0x0000585fu, - 0x000002f6u, 0x00080041u, 0x0000077au, 0x00005864u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00005861u, 0x0004003du, 0x00000011u, 0x00005865u, 0x00005864u, 0x00040071u, 0x00000006u, 0x00005866u, - 0x00005865u, 0x000500c2u, 0x00000006u, 0x00005868u, 0x00005866u, 0x000001dbu, 0x00040071u, 0x00000011u, - 0x00005869u, 0x00005868u, 0x0004007cu, 0x00000012u, 0x0000586au, 0x00005869u, 0x000500c7u, 0x00000006u, - 0x0000586cu, 0x00005866u, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000586du, 0x0000586cu, 0x0004007cu, - 0x00000012u, 0x0000586eu, 0x0000586du, 0x00050050u, 0x0000011du, 0x0000586fu, 0x0000586au, 0x0000586eu, - 0x0009004fu, 0x00000013u, 0x00005870u, 0x0000586fu, 0x0000586fu, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x00050050u, 0x00000058u, 0x0000457eu, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, - 0x0000457fu, 0x0000457eu, 0x0003003eu, 0x00004268u, 0x0000457fu, 0x00050041u, 0x00000007u, 0x0000587au, - 0x00004268u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000587bu, 0x0000587au, 0x00050084u, 0x00000006u, - 0x0000587cu, 0x0000412bu, 0x0000587bu, 0x00050080u, 0x00000006u, 0x0000587du, 0x00004129u, 0x0000587cu, - 0x00050041u, 0x00000007u, 0x0000587eu, 0x00004268u, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000587fu, - 0x0000587eu, 0x00050084u, 0x00000006u, 0x00005880u, 0x0000587fu, 0x000002fau, 0x00050080u, 0x00000006u, - 0x00005882u, 0x0000587du, 0x00005880u, 0x000500c7u, 0x00000006u, 0x00005884u, 0x00005882u, 0x0000068cu, - 0x000500c2u, 0x00000006u, 0x00005886u, 0x00005884u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00005888u, - 0x0000587au, 0x000500c7u, 0x00000006u, 0x00005889u, 0x00005888u, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x0000588au, 0x00005889u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x0000588cu, 0x00005886u, 0x0000588au, - 0x000500c6u, 0x00000006u, 0x0000588eu, 0x0000588cu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00005891u, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000588eu, 0x0004003du, 0x00000011u, 0x00005892u, - 0x00005891u, 0x00040071u, 0x00000006u, 0x00005893u, 0x00005892u, 0x000500c2u, 0x00000006u, 0x00005895u, - 0x00005893u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00005896u, 0x00005895u, 0x0004007cu, 0x00000012u, - 0x00005897u, 0x00005896u, 0x000500c7u, 0x00000006u, 0x00005899u, 0x00005893u, 0x00000659u, 0x00040071u, - 0x00000011u, 0x0000589au, 0x00005899u, 0x0004007cu, 0x00000012u, 0x0000589bu, 0x0000589au, 0x00050050u, - 0x0000011du, 0x0000589cu, 0x00005897u, 0x0000589bu, 0x0009004fu, 0x00000013u, 0x0000589du, 0x0000589cu, - 0x0000589cu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004583u, 0x000200f8u, - 0x00004583u, 0x000700f5u, 0x00000013u, 0x0000701bu, 0x00006758u, 0x0000456du, 0x0000589du, 0x00004574u, - 0x000700f5u, 0x00000013u, 0x00006f29u, 0x00006758u, 0x0000456du, 0x00005870u, 0x00004574u, 0x000300f7u, - 0x0000458du, 0x00000000u, 0x000400fau, 0x000042eeu, 0x00004585u, 0x0000458du, 0x000200f8u, 0x00004585u, - 0x00050050u, 0x00000058u, 0x00004588u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004589u, - 0x00004588u, 0x0003003eu, 0x0000426bu, 0x00004589u, 0x00050041u, 0x00000007u, 0x000058a7u, 0x0000426bu, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x000058a8u, 0x000058a7u, 0x00050084u, 0x00000006u, 0x000058a9u, - 0x0000412bu, 0x000058a8u, 0x00050080u, 0x00000006u, 0x000058aau, 0x00004129u, 0x000058a9u, 0x00050041u, - 0x00000007u, 0x000058abu, 0x0000426bu, 0x00000290u, 0x0004003du, 0x00000006u, 0x000058acu, 0x000058abu, - 0x00050084u, 0x00000006u, 0x000058adu, 0x000058acu, 0x000002fau, 0x00050080u, 0x00000006u, 0x000058afu, - 0x000058aau, 0x000058adu, 0x000500c7u, 0x00000006u, 0x000058b1u, 0x000058afu, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x000058b3u, 0x000058b1u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000058b5u, 0x000058a7u, - 0x000500c7u, 0x00000006u, 0x000058b6u, 0x000058b5u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000058b7u, - 0x000058b6u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000058b9u, 0x000058b3u, 0x000058b7u, 0x000500c6u, - 0x00000006u, 0x000058bbu, 0x000058b9u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000058beu, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000058bbu, 0x0004003du, 0x00000011u, 0x000058bfu, 0x000058beu, - 0x00040071u, 0x00000006u, 0x000058c0u, 0x000058bfu, 0x000500c2u, 0x00000006u, 0x000058c2u, 0x000058c0u, - 0x000001dbu, 0x00040071u, 0x00000011u, 0x000058c3u, 0x000058c2u, 0x0004007cu, 0x00000012u, 0x000058c4u, - 0x000058c3u, 0x000500c7u, 0x00000006u, 0x000058c6u, 0x000058c0u, 0x00000659u, 0x00040071u, 0x00000011u, - 0x000058c7u, 0x000058c6u, 0x0004007cu, 0x00000012u, 0x000058c8u, 0x000058c7u, 0x00050050u, 0x0000011du, - 0x000058c9u, 0x000058c4u, 0x000058c8u, 0x0009004fu, 0x00000013u, 0x000058cau, 0x000058c9u, 0x000058c9u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000458du, 0x000200f8u, 0x0000458du, - 0x000700f5u, 0x00000013u, 0x0000710du, 0x00006758u, 0x00004583u, 0x000058cau, 0x00004585u, 0x000200f9u, - 0x000045d0u, 0x000200f8u, 0x000045d0u, 0x000900f5u, 0x00000013u, 0x0000710cu, 0x0000710du, 0x0000458du, - 0x0000710fu, 0x000045aeu, 0x00007111u, 0x000045cfu, 0x000900f5u, 0x00000013u, 0x00007019u, 0x0000701bu, - 0x0000458du, 0x0000701du, 0x000045aeu, 0x0000701fu, 0x000045cfu, 0x000900f5u, 0x00000013u, 0x00006f27u, - 0x00006f29u, 0x0000458du, 0x00006f2bu, 0x000045aeu, 0x00006f2du, 0x000045cfu, 0x000900f5u, 0x00000013u, - 0x00006dfbu, 0x00005843u, 0x0000458du, 0x000058feu, 0x000045aeu, 0x000059bfu, 0x000045cfu, 0x000200f9u, - 0x000045d1u, 0x000200f8u, 0x000044deu, 0x00040071u, 0x00000006u, 0x000044e1u, 0x00007ddfu, 0x0004007cu, - 0x00000008u, 0x000044e2u, 0x000044e1u, 0x000300f7u, 0x00004567u, 0x00000000u, 0x000b00fbu, 0x000044e2u, - 0x00004567u, 0x00000000u, 0x000044e3u, 0x00000001u, 0x00004504u, 0x00000002u, 0x00004525u, 0x00000003u, - 0x00004546u, 0x000200f8u, 0x00004546u, 0x0004007cu, 0x000000abu, 0x00004548u, 0x00006cfcu, 0x0003003eu, - 0x0000423eu, 0x00004548u, 0x00050041u, 0x00000007u, 0x0000576cu, 0x0000423eu, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x0000576du, 0x0000576cu, 0x00050084u, 0x00000006u, 0x0000576eu, 0x0000412bu, 0x0000576du, - 0x00050080u, 0x00000006u, 0x0000576fu, 0x00004129u, 0x0000576eu, 0x00050041u, 0x00000007u, 0x00005770u, - 0x0000423eu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005771u, 0x00005770u, 0x00050084u, 0x00000006u, - 0x00005772u, 0x00005771u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00005774u, 0x0000576fu, 0x00005772u, - 0x000500c7u, 0x00000006u, 0x00005776u, 0x00005774u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00005778u, - 0x00005776u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000577au, 0x0000576cu, 0x000500c7u, 0x00000006u, - 0x0000577bu, 0x0000577au, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000577cu, 0x0000577bu, 0x000001a8u, - 0x000500c6u, 0x00000006u, 0x0000577eu, 0x00005778u, 0x0000577cu, 0x000500c6u, 0x00000006u, 0x00005780u, - 0x0000577eu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00005783u, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00005780u, 0x0004003du, 0x00000011u, 0x00005784u, 0x00005783u, 0x00040071u, 0x00000006u, - 0x00005785u, 0x00005784u, 0x000500c2u, 0x00000006u, 0x00005787u, 0x00005785u, 0x000001dbu, 0x00040071u, - 0x00000011u, 0x00005788u, 0x00005787u, 0x0004007cu, 0x00000012u, 0x00005789u, 0x00005788u, 0x000500c7u, - 0x00000006u, 0x0000578bu, 0x00005785u, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000578cu, 0x0000578bu, - 0x0004007cu, 0x00000012u, 0x0000578du, 0x0000578cu, 0x00050050u, 0x0000011du, 0x0000578eu, 0x00005789u, - 0x0000578du, 0x0009004fu, 0x00000013u, 0x0000578fu, 0x0000578eu, 0x0000578eu, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000300f7u, 0x0000455cu, 0x00000000u, 0x000400fau, 0x00001affu, 0x0000454du, - 0x0000455cu, 0x000200f8u, 0x0000454du, 0x00050050u, 0x00000058u, 0x00004550u, 0x00006cebu, 0x000042e2u, - 0x0004007cu, 0x000000abu, 0x00004551u, 0x00004550u, 0x0003003eu, 0x00004241u, 0x00004551u, 0x00050041u, - 0x00000007u, 0x00005799u, 0x00004241u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000579au, 0x00005799u, - 0x00050084u, 0x00000006u, 0x0000579bu, 0x0000412bu, 0x0000579au, 0x00050080u, 0x00000006u, 0x0000579cu, - 0x00004129u, 0x0000579bu, 0x00050041u, 0x00000007u, 0x0000579du, 0x00004241u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x0000579eu, 0x0000579du, 0x00050084u, 0x00000006u, 0x0000579fu, 0x0000579eu, 0x000002fau, - 0x00050080u, 0x00000006u, 0x000057a1u, 0x0000579cu, 0x0000579fu, 0x000500c7u, 0x00000006u, 0x000057a3u, - 0x000057a1u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x000057a5u, 0x000057a3u, 0x000001a8u, 0x0004003du, - 0x00000006u, 0x000057a7u, 0x00005799u, 0x000500c7u, 0x00000006u, 0x000057a8u, 0x000057a7u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x000057a9u, 0x000057a8u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000057abu, - 0x000057a5u, 0x000057a9u, 0x000500c6u, 0x00000006u, 0x000057adu, 0x000057abu, 0x000002f6u, 0x00080041u, - 0x0000077au, 0x000057b0u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000057adu, 0x0004003du, - 0x00000011u, 0x000057b1u, 0x000057b0u, 0x00040071u, 0x00000006u, 0x000057b2u, 0x000057b1u, 0x000500c2u, - 0x00000006u, 0x000057b4u, 0x000057b2u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x000057b5u, 0x000057b4u, - 0x0004007cu, 0x00000012u, 0x000057b6u, 0x000057b5u, 0x000500c7u, 0x00000006u, 0x000057b8u, 0x000057b2u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x000057b9u, 0x000057b8u, 0x0004007cu, 0x00000012u, 0x000057bau, - 0x000057b9u, 0x00050050u, 0x0000011du, 0x000057bbu, 0x000057b6u, 0x000057bau, 0x0009004fu, 0x00000013u, - 0x000057bcu, 0x000057bbu, 0x000057bbu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00050050u, - 0x00000058u, 0x00004557u, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004558u, 0x00004557u, - 0x0003003eu, 0x00004244u, 0x00004558u, 0x00050041u, 0x00000007u, 0x000057c6u, 0x00004244u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x000057c7u, 0x000057c6u, 0x00050084u, 0x00000006u, 0x000057c8u, 0x0000412bu, - 0x000057c7u, 0x00050080u, 0x00000006u, 0x000057c9u, 0x00004129u, 0x000057c8u, 0x00050041u, 0x00000007u, - 0x000057cau, 0x00004244u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000057cbu, 0x000057cau, 0x00050084u, - 0x00000006u, 0x000057ccu, 0x000057cbu, 0x000002fau, 0x00050080u, 0x00000006u, 0x000057ceu, 0x000057c9u, - 0x000057ccu, 0x000500c7u, 0x00000006u, 0x000057d0u, 0x000057ceu, 0x0000068cu, 0x000500c2u, 0x00000006u, - 0x000057d2u, 0x000057d0u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000057d4u, 0x000057c6u, 0x000500c7u, - 0x00000006u, 0x000057d5u, 0x000057d4u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000057d6u, 0x000057d5u, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000057d8u, 0x000057d2u, 0x000057d6u, 0x000500c6u, 0x00000006u, - 0x000057dau, 0x000057d8u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000057ddu, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x000057dau, 0x0004003du, 0x00000011u, 0x000057deu, 0x000057ddu, 0x00040071u, - 0x00000006u, 0x000057dfu, 0x000057deu, 0x000500c2u, 0x00000006u, 0x000057e1u, 0x000057dfu, 0x000001dbu, - 0x00040071u, 0x00000011u, 0x000057e2u, 0x000057e1u, 0x0004007cu, 0x00000012u, 0x000057e3u, 0x000057e2u, - 0x000500c7u, 0x00000006u, 0x000057e5u, 0x000057dfu, 0x00000659u, 0x00040071u, 0x00000011u, 0x000057e6u, - 0x000057e5u, 0x0004007cu, 0x00000012u, 0x000057e7u, 0x000057e6u, 0x00050050u, 0x0000011du, 0x000057e8u, - 0x000057e3u, 0x000057e7u, 0x0009004fu, 0x00000013u, 0x000057e9u, 0x000057e8u, 0x000057e8u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000455cu, 0x000200f8u, 0x0000455cu, 0x000700f5u, - 0x00000013u, 0x00007018u, 0x00006758u, 0x00004546u, 0x000057e9u, 0x0000454du, 0x000700f5u, 0x00000013u, - 0x00006f26u, 0x00006758u, 0x00004546u, 0x000057bcu, 0x0000454du, 0x000300f7u, 0x00004566u, 0x00000000u, - 0x000400fau, 0x000042eeu, 0x0000455eu, 0x00004566u, 0x000200f8u, 0x0000455eu, 0x00050050u, 0x00000058u, - 0x00004561u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004562u, 0x00004561u, 0x0003003eu, - 0x00004247u, 0x00004562u, 0x00050041u, 0x00000007u, 0x000057f3u, 0x00004247u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000057f4u, 0x000057f3u, 0x00050084u, 0x00000006u, 0x000057f5u, 0x0000412bu, 0x000057f4u, - 0x00050080u, 0x00000006u, 0x000057f6u, 0x00004129u, 0x000057f5u, 0x00050041u, 0x00000007u, 0x000057f7u, - 0x00004247u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000057f8u, 0x000057f7u, 0x00050084u, 0x00000006u, - 0x000057f9u, 0x000057f8u, 0x000002fau, 0x00050080u, 0x00000006u, 0x000057fbu, 0x000057f6u, 0x000057f9u, - 0x000500c7u, 0x00000006u, 0x000057fdu, 0x000057fbu, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x000057ffu, - 0x000057fdu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00005801u, 0x000057f3u, 0x000500c7u, 0x00000006u, - 0x00005802u, 0x00005801u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005803u, 0x00005802u, 0x000001a8u, - 0x000500c6u, 0x00000006u, 0x00005805u, 0x000057ffu, 0x00005803u, 0x000500c6u, 0x00000006u, 0x00005807u, - 0x00005805u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x0000580au, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00005807u, 0x0004003du, 0x00000011u, 0x0000580bu, 0x0000580au, 0x00040071u, 0x00000006u, - 0x0000580cu, 0x0000580bu, 0x000500c2u, 0x00000006u, 0x0000580eu, 0x0000580cu, 0x000001dbu, 0x00040071u, - 0x00000011u, 0x0000580fu, 0x0000580eu, 0x0004007cu, 0x00000012u, 0x00005810u, 0x0000580fu, 0x000500c7u, - 0x00000006u, 0x00005812u, 0x0000580cu, 0x00000659u, 0x00040071u, 0x00000011u, 0x00005813u, 0x00005812u, - 0x0004007cu, 0x00000012u, 0x00005814u, 0x00005813u, 0x00050050u, 0x0000011du, 0x00005815u, 0x00005810u, - 0x00005814u, 0x0009004fu, 0x00000013u, 0x00005816u, 0x00005815u, 0x00005815u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004566u, 0x000200f8u, 0x00004566u, 0x000700f5u, 0x00000013u, - 0x0000710au, 0x00006758u, 0x0000455cu, 0x00005816u, 0x0000455eu, 0x000200f9u, 0x00004567u, 0x000200f8u, - 0x00004525u, 0x0004007cu, 0x000000abu, 0x00004527u, 0x00006cfcu, 0x0003003eu, 0x00004232u, 0x00004527u, - 0x00050041u, 0x00000007u, 0x00005681u, 0x00004232u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00005682u, - 0x00005681u, 0x00050084u, 0x00000006u, 0x00005683u, 0x0000412bu, 0x00005682u, 0x00050080u, 0x00000006u, - 0x00005684u, 0x00004129u, 0x00005683u, 0x00050041u, 0x00000007u, 0x00005685u, 0x00004232u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00005686u, 0x00005685u, 0x00050084u, 0x00000006u, 0x00005687u, 0x00005686u, - 0x000002fau, 0x00050080u, 0x00000006u, 0x00005689u, 0x00005684u, 0x00005687u, 0x000500c7u, 0x00000006u, - 0x0000568bu, 0x00005689u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x0000568du, 0x0000568bu, 0x000001a8u, - 0x0004003du, 0x00000006u, 0x0000568fu, 0x00005681u, 0x000500c7u, 0x00000006u, 0x00005690u, 0x0000568fu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005691u, 0x00005690u, 0x000001a8u, 0x000500c6u, 0x00000006u, - 0x00005693u, 0x0000568du, 0x00005691u, 0x000500c6u, 0x00000006u, 0x00005695u, 0x00005693u, 0x000002f6u, - 0x00080041u, 0x0000077au, 0x00005698u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005695u, - 0x0004003du, 0x00000011u, 0x00005699u, 0x00005698u, 0x00040071u, 0x00000006u, 0x0000569au, 0x00005699u, - 0x000500c2u, 0x00000006u, 0x000056a2u, 0x0000569au, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x000056a4u, - 0x0000569au, 0x00000659u, 0x00040071u, 0x00000011u, 0x000056a6u, 0x000056a2u, 0x0004007cu, 0x00000012u, - 0x000056a7u, 0x000056a6u, 0x00040071u, 0x00000011u, 0x000056afu, 0x000056a4u, 0x0004007cu, 0x00000012u, - 0x000056b0u, 0x000056afu, 0x00070050u, 0x00000013u, 0x000056b1u, 0x000056a7u, 0x000056a7u, 0x000056a7u, - 0x000056b0u, 0x000300f7u, 0x0000453bu, 0x00000000u, 0x000400fau, 0x00001affu, 0x0000452cu, 0x0000453bu, - 0x000200f8u, 0x0000452cu, 0x00050050u, 0x00000058u, 0x0000452fu, 0x00006cebu, 0x000042e2u, 0x0004007cu, - 0x000000abu, 0x00004530u, 0x0000452fu, 0x0003003eu, 0x00004235u, 0x00004530u, 0x00050041u, 0x00000007u, - 0x000056bcu, 0x00004235u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000056bdu, 0x000056bcu, 0x00050084u, - 0x00000006u, 0x000056beu, 0x0000412bu, 0x000056bdu, 0x00050080u, 0x00000006u, 0x000056bfu, 0x00004129u, - 0x000056beu, 0x00050041u, 0x00000007u, 0x000056c0u, 0x00004235u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x000056c1u, 0x000056c0u, 0x00050084u, 0x00000006u, 0x000056c2u, 0x000056c1u, 0x000002fau, 0x00050080u, - 0x00000006u, 0x000056c4u, 0x000056bfu, 0x000056c2u, 0x000500c7u, 0x00000006u, 0x000056c6u, 0x000056c4u, - 0x0000068cu, 0x000500c2u, 0x00000006u, 0x000056c8u, 0x000056c6u, 0x000001a8u, 0x0004003du, 0x00000006u, - 0x000056cau, 0x000056bcu, 0x000500c7u, 0x00000006u, 0x000056cbu, 0x000056cau, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x000056ccu, 0x000056cbu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000056ceu, 0x000056c8u, - 0x000056ccu, 0x000500c6u, 0x00000006u, 0x000056d0u, 0x000056ceu, 0x000002f6u, 0x00080041u, 0x0000077au, - 0x000056d3u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000056d0u, 0x0004003du, 0x00000011u, - 0x000056d4u, 0x000056d3u, 0x00040071u, 0x00000006u, 0x000056d5u, 0x000056d4u, 0x000500c2u, 0x00000006u, - 0x000056ddu, 0x000056d5u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x000056dfu, 0x000056d5u, 0x00000659u, - 0x00040071u, 0x00000011u, 0x000056e1u, 0x000056ddu, 0x0004007cu, 0x00000012u, 0x000056e2u, 0x000056e1u, - 0x00040071u, 0x00000011u, 0x000056eau, 0x000056dfu, 0x0004007cu, 0x00000012u, 0x000056ebu, 0x000056eau, - 0x00070050u, 0x00000013u, 0x000056ecu, 0x000056e2u, 0x000056e2u, 0x000056e2u, 0x000056ebu, 0x00050050u, - 0x00000058u, 0x00004536u, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004537u, 0x00004536u, - 0x0003003eu, 0x00004238u, 0x00004537u, 0x00050041u, 0x00000007u, 0x000056f7u, 0x00004238u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x000056f8u, 0x000056f7u, 0x00050084u, 0x00000006u, 0x000056f9u, 0x0000412bu, - 0x000056f8u, 0x00050080u, 0x00000006u, 0x000056fau, 0x00004129u, 0x000056f9u, 0x00050041u, 0x00000007u, - 0x000056fbu, 0x00004238u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000056fcu, 0x000056fbu, 0x00050084u, - 0x00000006u, 0x000056fdu, 0x000056fcu, 0x000002fau, 0x00050080u, 0x00000006u, 0x000056ffu, 0x000056fau, - 0x000056fdu, 0x000500c7u, 0x00000006u, 0x00005701u, 0x000056ffu, 0x0000068cu, 0x000500c2u, 0x00000006u, - 0x00005703u, 0x00005701u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00005705u, 0x000056f7u, 0x000500c7u, - 0x00000006u, 0x00005706u, 0x00005705u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005707u, 0x00005706u, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00005709u, 0x00005703u, 0x00005707u, 0x000500c6u, 0x00000006u, - 0x0000570bu, 0x00005709u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x0000570eu, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x0000570bu, 0x0004003du, 0x00000011u, 0x0000570fu, 0x0000570eu, 0x00040071u, - 0x00000006u, 0x00005710u, 0x0000570fu, 0x000500c2u, 0x00000006u, 0x00005718u, 0x00005710u, 0x000001dbu, - 0x000500c7u, 0x00000006u, 0x0000571au, 0x00005710u, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000571cu, - 0x00005718u, 0x0004007cu, 0x00000012u, 0x0000571du, 0x0000571cu, 0x00040071u, 0x00000011u, 0x00005725u, - 0x0000571au, 0x0004007cu, 0x00000012u, 0x00005726u, 0x00005725u, 0x00070050u, 0x00000013u, 0x00005727u, - 0x0000571du, 0x0000571du, 0x0000571du, 0x00005726u, 0x000200f9u, 0x0000453bu, 0x000200f8u, 0x0000453bu, - 0x000700f5u, 0x00000013u, 0x00007016u, 0x00006758u, 0x00004525u, 0x00005727u, 0x0000452cu, 0x000700f5u, - 0x00000013u, 0x00006f24u, 0x00006758u, 0x00004525u, 0x000056ecu, 0x0000452cu, 0x000300f7u, 0x00004545u, - 0x00000000u, 0x000400fau, 0x000042eeu, 0x0000453du, 0x00004545u, 0x000200f8u, 0x0000453du, 0x00050050u, - 0x00000058u, 0x00004540u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004541u, 0x00004540u, - 0x0003003eu, 0x0000423bu, 0x00004541u, 0x00050041u, 0x00000007u, 0x00005732u, 0x0000423bu, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00005733u, 0x00005732u, 0x00050084u, 0x00000006u, 0x00005734u, 0x0000412bu, - 0x00005733u, 0x00050080u, 0x00000006u, 0x00005735u, 0x00004129u, 0x00005734u, 0x00050041u, 0x00000007u, - 0x00005736u, 0x0000423bu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005737u, 0x00005736u, 0x00050084u, - 0x00000006u, 0x00005738u, 0x00005737u, 0x000002fau, 0x00050080u, 0x00000006u, 0x0000573au, 0x00005735u, - 0x00005738u, 0x000500c7u, 0x00000006u, 0x0000573cu, 0x0000573au, 0x0000068cu, 0x000500c2u, 0x00000006u, - 0x0000573eu, 0x0000573cu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00005740u, 0x00005732u, 0x000500c7u, - 0x00000006u, 0x00005741u, 0x00005740u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005742u, 0x00005741u, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00005744u, 0x0000573eu, 0x00005742u, 0x000500c6u, 0x00000006u, - 0x00005746u, 0x00005744u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00005749u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00005746u, 0x0004003du, 0x00000011u, 0x0000574au, 0x00005749u, 0x00040071u, - 0x00000006u, 0x0000574bu, 0x0000574au, 0x000500c2u, 0x00000006u, 0x00005753u, 0x0000574bu, 0x000001dbu, - 0x000500c7u, 0x00000006u, 0x00005755u, 0x0000574bu, 0x00000659u, 0x00040071u, 0x00000011u, 0x00005757u, - 0x00005753u, 0x0004007cu, 0x00000012u, 0x00005758u, 0x00005757u, 0x00040071u, 0x00000011u, 0x00005760u, - 0x00005755u, 0x0004007cu, 0x00000012u, 0x00005761u, 0x00005760u, 0x00070050u, 0x00000013u, 0x00005762u, - 0x00005758u, 0x00005758u, 0x00005758u, 0x00005761u, 0x000200f9u, 0x00004545u, 0x000200f8u, 0x00004545u, - 0x000700f5u, 0x00000013u, 0x00007108u, 0x00006758u, 0x0000453bu, 0x00005762u, 0x0000453du, 0x000200f9u, - 0x00004567u, 0x000200f8u, 0x00004504u, 0x0004007cu, 0x000000abu, 0x00004506u, 0x00006cfcu, 0x0003003eu, - 0x00004226u, 0x00004506u, 0x00050041u, 0x00000007u, 0x00005592u, 0x00004226u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x00005593u, 0x00005592u, 0x00050084u, 0x00000006u, 0x00005594u, 0x0000412bu, 0x00005593u, - 0x00050080u, 0x00000006u, 0x00005595u, 0x00004129u, 0x00005594u, 0x00050041u, 0x00000007u, 0x00005596u, - 0x00004226u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005597u, 0x00005596u, 0x00050080u, 0x00000006u, - 0x00005599u, 0x00005595u, 0x00005597u, 0x000500c7u, 0x00000006u, 0x0000559bu, 0x00005599u, 0x0000068cu, - 0x0004003du, 0x00000006u, 0x0000559eu, 0x00005592u, 0x000500c7u, 0x00000006u, 0x0000559fu, 0x0000559eu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000055a0u, 0x0000559fu, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x000055a2u, 0x0000559bu, 0x000055a0u, 0x000500c6u, 0x00000006u, 0x000055a4u, 0x000055a2u, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x000055a7u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000055a4u, - 0x0004003du, 0x0000000fu, 0x000055a8u, 0x000055a7u, 0x00040071u, 0x00000006u, 0x000055a9u, 0x000055a8u, - 0x000500c2u, 0x00000006u, 0x000055abu, 0x000055a9u, 0x000001b1u, 0x000500c7u, 0x00000006u, 0x000055adu, - 0x000055a9u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x000055afu, 0x000055adu, 0x000001b1u, 0x000500c5u, - 0x00000006u, 0x000055b1u, 0x000055adu, 0x000055afu, 0x000500c4u, 0x00000006u, 0x000055b3u, 0x000055abu, - 0x000001b1u, 0x000500c5u, 0x00000006u, 0x000055b5u, 0x000055abu, 0x000055b3u, 0x00040071u, 0x00000011u, - 0x000055b7u, 0x000055b5u, 0x0004007cu, 0x00000012u, 0x000055b8u, 0x000055b7u, 0x00040071u, 0x00000011u, - 0x000055c0u, 0x000055b1u, 0x0004007cu, 0x00000012u, 0x000055c1u, 0x000055c0u, 0x00070050u, 0x00000013u, - 0x000055c2u, 0x000055b8u, 0x000055b8u, 0x000055b8u, 0x000055c1u, 0x000300f7u, 0x0000451au, 0x00000000u, - 0x000400fau, 0x00001affu, 0x0000450bu, 0x0000451au, 0x000200f8u, 0x0000450bu, 0x00050050u, 0x00000058u, - 0x0000450eu, 0x00006cebu, 0x000042e2u, 0x0004007cu, 0x000000abu, 0x0000450fu, 0x0000450eu, 0x0003003eu, - 0x00004229u, 0x0000450fu, 0x00050041u, 0x00000007u, 0x000055ceu, 0x00004229u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000055cfu, 0x000055ceu, 0x00050084u, 0x00000006u, 0x000055d0u, 0x0000412bu, 0x000055cfu, - 0x00050080u, 0x00000006u, 0x000055d1u, 0x00004129u, 0x000055d0u, 0x00050041u, 0x00000007u, 0x000055d2u, - 0x00004229u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000055d3u, 0x000055d2u, 0x00050080u, 0x00000006u, - 0x000055d5u, 0x000055d1u, 0x000055d3u, 0x000500c7u, 0x00000006u, 0x000055d7u, 0x000055d5u, 0x0000068cu, - 0x0004003du, 0x00000006u, 0x000055dau, 0x000055ceu, 0x000500c7u, 0x00000006u, 0x000055dbu, 0x000055dau, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000055dcu, 0x000055dbu, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x000055deu, 0x000055d7u, 0x000055dcu, 0x000500c6u, 0x00000006u, 0x000055e0u, 0x000055deu, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x000055e3u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000055e0u, - 0x0004003du, 0x0000000fu, 0x000055e4u, 0x000055e3u, 0x00040071u, 0x00000006u, 0x000055e5u, 0x000055e4u, - 0x000500c2u, 0x00000006u, 0x000055e7u, 0x000055e5u, 0x000001b1u, 0x000500c7u, 0x00000006u, 0x000055e9u, - 0x000055e5u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x000055ebu, 0x000055e9u, 0x000001b1u, 0x000500c5u, - 0x00000006u, 0x000055edu, 0x000055e9u, 0x000055ebu, 0x000500c4u, 0x00000006u, 0x000055efu, 0x000055e7u, - 0x000001b1u, 0x000500c5u, 0x00000006u, 0x000055f1u, 0x000055e7u, 0x000055efu, 0x00040071u, 0x00000011u, - 0x000055f3u, 0x000055f1u, 0x0004007cu, 0x00000012u, 0x000055f4u, 0x000055f3u, 0x00040071u, 0x00000011u, - 0x000055fcu, 0x000055edu, 0x0004007cu, 0x00000012u, 0x000055fdu, 0x000055fcu, 0x00070050u, 0x00000013u, - 0x000055feu, 0x000055f4u, 0x000055f4u, 0x000055f4u, 0x000055fdu, 0x00050050u, 0x00000058u, 0x00004515u, - 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004516u, 0x00004515u, 0x0003003eu, 0x0000422cu, - 0x00004516u, 0x00050041u, 0x00000007u, 0x0000560au, 0x0000422cu, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x0000560bu, 0x0000560au, 0x00050084u, 0x00000006u, 0x0000560cu, 0x0000412bu, 0x0000560bu, 0x00050080u, - 0x00000006u, 0x0000560du, 0x00004129u, 0x0000560cu, 0x00050041u, 0x00000007u, 0x0000560eu, 0x0000422cu, - 0x00000290u, 0x0004003du, 0x00000006u, 0x0000560fu, 0x0000560eu, 0x00050080u, 0x00000006u, 0x00005611u, - 0x0000560du, 0x0000560fu, 0x000500c7u, 0x00000006u, 0x00005613u, 0x00005611u, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x00005616u, 0x0000560au, 0x000500c7u, 0x00000006u, 0x00005617u, 0x00005616u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00005618u, 0x00005617u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000561au, - 0x00005613u, 0x00005618u, 0x000500c6u, 0x00000006u, 0x0000561cu, 0x0000561au, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x0000561fu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000561cu, 0x0004003du, - 0x0000000fu, 0x00005620u, 0x0000561fu, 0x00040071u, 0x00000006u, 0x00005621u, 0x00005620u, 0x000500c2u, - 0x00000006u, 0x00005623u, 0x00005621u, 0x000001b1u, 0x000500c7u, 0x00000006u, 0x00005625u, 0x00005621u, - 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00005627u, 0x00005625u, 0x000001b1u, 0x000500c5u, 0x00000006u, - 0x00005629u, 0x00005625u, 0x00005627u, 0x000500c4u, 0x00000006u, 0x0000562bu, 0x00005623u, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x0000562du, 0x00005623u, 0x0000562bu, 0x00040071u, 0x00000011u, 0x0000562fu, - 0x0000562du, 0x0004007cu, 0x00000012u, 0x00005630u, 0x0000562fu, 0x00040071u, 0x00000011u, 0x00005638u, - 0x00005629u, 0x0004007cu, 0x00000012u, 0x00005639u, 0x00005638u, 0x00070050u, 0x00000013u, 0x0000563au, - 0x00005630u, 0x00005630u, 0x00005630u, 0x00005639u, 0x000200f9u, 0x0000451au, 0x000200f8u, 0x0000451au, - 0x000700f5u, 0x00000013u, 0x00007014u, 0x00006758u, 0x00004504u, 0x0000563au, 0x0000450bu, 0x000700f5u, - 0x00000013u, 0x00006f22u, 0x00006758u, 0x00004504u, 0x000055feu, 0x0000450bu, 0x000300f7u, 0x00004524u, - 0x00000000u, 0x000400fau, 0x000042eeu, 0x0000451cu, 0x00004524u, 0x000200f8u, 0x0000451cu, 0x00050050u, - 0x00000058u, 0x0000451fu, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004520u, 0x0000451fu, - 0x0003003eu, 0x0000422fu, 0x00004520u, 0x00050041u, 0x00000007u, 0x00005646u, 0x0000422fu, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00005647u, 0x00005646u, 0x00050084u, 0x00000006u, 0x00005648u, 0x0000412bu, - 0x00005647u, 0x00050080u, 0x00000006u, 0x00005649u, 0x00004129u, 0x00005648u, 0x00050041u, 0x00000007u, - 0x0000564au, 0x0000422fu, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000564bu, 0x0000564au, 0x00050080u, - 0x00000006u, 0x0000564du, 0x00005649u, 0x0000564bu, 0x000500c7u, 0x00000006u, 0x0000564fu, 0x0000564du, - 0x0000068cu, 0x0004003du, 0x00000006u, 0x00005652u, 0x00005646u, 0x000500c7u, 0x00000006u, 0x00005653u, - 0x00005652u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005654u, 0x00005653u, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00005656u, 0x0000564fu, 0x00005654u, 0x000500c6u, 0x00000006u, 0x00005658u, 0x00005656u, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x0000565bu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00005658u, 0x0004003du, 0x0000000fu, 0x0000565cu, 0x0000565bu, 0x00040071u, 0x00000006u, 0x0000565du, - 0x0000565cu, 0x000500c2u, 0x00000006u, 0x0000565fu, 0x0000565du, 0x000001b1u, 0x000500c7u, 0x00000006u, - 0x00005661u, 0x0000565du, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00005663u, 0x00005661u, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x00005665u, 0x00005661u, 0x00005663u, 0x000500c4u, 0x00000006u, 0x00005667u, - 0x0000565fu, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00005669u, 0x0000565fu, 0x00005667u, 0x00040071u, - 0x00000011u, 0x0000566bu, 0x00005669u, 0x0004007cu, 0x00000012u, 0x0000566cu, 0x0000566bu, 0x00040071u, - 0x00000011u, 0x00005674u, 0x00005665u, 0x0004007cu, 0x00000012u, 0x00005675u, 0x00005674u, 0x00070050u, - 0x00000013u, 0x00005676u, 0x0000566cu, 0x0000566cu, 0x0000566cu, 0x00005675u, 0x000200f9u, 0x00004524u, - 0x000200f8u, 0x00004524u, 0x000700f5u, 0x00000013u, 0x00007106u, 0x00006758u, 0x0000451au, 0x00005676u, - 0x0000451cu, 0x000200f9u, 0x00004567u, 0x000200f8u, 0x000044e3u, 0x0004007cu, 0x000000abu, 0x000044e5u, - 0x00006cfcu, 0x0003003eu, 0x0000421au, 0x000044e5u, 0x00050041u, 0x00000007u, 0x0000547au, 0x0000421au, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000547bu, 0x0000547au, 0x00050084u, 0x00000006u, 0x0000547cu, - 0x0000412bu, 0x0000547bu, 0x00050080u, 0x00000006u, 0x0000547du, 0x00004129u, 0x0000547cu, 0x00050041u, - 0x00000007u, 0x0000547eu, 0x0000421au, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000547fu, 0x0000547eu, - 0x000500c2u, 0x00000006u, 0x00005480u, 0x0000547fu, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00005482u, - 0x0000547du, 0x00005480u, 0x000500c7u, 0x00000006u, 0x00005484u, 0x00005482u, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x00005486u, 0x0000547eu, 0x000400c8u, 0x00000006u, 0x00005487u, 0x00005486u, 0x000500c7u, - 0x00000006u, 0x00005488u, 0x00005487u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00005489u, 0x00005488u, - 0x00000694u, 0x0004003du, 0x00000006u, 0x0000548cu, 0x0000547au, 0x000500c7u, 0x00000006u, 0x0000548du, - 0x0000548cu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000548eu, 0x0000548du, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00005490u, 0x00005484u, 0x0000548eu, 0x000500c6u, 0x00000006u, 0x00005492u, 0x00005490u, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00005495u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00005492u, 0x0004003du, 0x0000000fu, 0x00005496u, 0x00005495u, 0x00040071u, 0x00000006u, 0x00005497u, - 0x00005496u, 0x000500c2u, 0x00000006u, 0x0000549au, 0x00005497u, 0x00005489u, 0x000500c7u, 0x00000006u, - 0x0000549bu, 0x0000549au, 0x000006b1u, 0x000500c7u, 0x00000006u, 0x0000549du, 0x0000549bu, 0x000006e9u, - 0x000500c4u, 0x00000006u, 0x0000549fu, 0x0000549du, 0x000001b1u, 0x000500c4u, 0x00000006u, 0x000054a1u, - 0x0000549du, 0x000001a8u, 0x000500c5u, 0x00000006u, 0x000054a2u, 0x0000549fu, 0x000054a1u, 0x000500c2u, - 0x00000006u, 0x000054a4u, 0x0000549du, 0x000001abu, 0x000500c5u, 0x00000006u, 0x000054a5u, 0x000054a2u, - 0x000054a4u, 0x00040071u, 0x00000011u, 0x000054a7u, 0x000054a5u, 0x0004007cu, 0x00000012u, 0x000054a8u, - 0x000054a7u, 0x000500c7u, 0x00000006u, 0x000054b0u, 0x0000549bu, 0x000002f6u, 0x00050084u, 0x00000006u, - 0x000054b1u, 0x000054b0u, 0x00000659u, 0x00040071u, 0x00000011u, 0x000054b2u, 0x000054b1u, 0x0004007cu, - 0x00000012u, 0x000054b3u, 0x000054b2u, 0x00070050u, 0x00000013u, 0x000054b4u, 0x000054a8u, 0x000054a8u, - 0x000054a8u, 0x000054b3u, 0x000300f7u, 0x000044f9u, 0x00000000u, 0x000400fau, 0x00001affu, 0x000044eau, - 0x000044f9u, 0x000200f8u, 0x000044eau, 0x00050050u, 0x00000058u, 0x000044edu, 0x00006cebu, 0x000042e2u, - 0x0004007cu, 0x000000abu, 0x000044eeu, 0x000044edu, 0x0003003eu, 0x0000421du, 0x000044eeu, 0x00050041u, - 0x00000007u, 0x000054c0u, 0x0000421du, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000054c1u, 0x000054c0u, - 0x00050084u, 0x00000006u, 0x000054c2u, 0x0000412bu, 0x000054c1u, 0x00050080u, 0x00000006u, 0x000054c3u, - 0x00004129u, 0x000054c2u, 0x00050041u, 0x00000007u, 0x000054c4u, 0x0000421du, 0x00000290u, 0x0004003du, - 0x00000006u, 0x000054c5u, 0x000054c4u, 0x000500c2u, 0x00000006u, 0x000054c6u, 0x000054c5u, 0x000001a8u, - 0x00050080u, 0x00000006u, 0x000054c8u, 0x000054c3u, 0x000054c6u, 0x000500c7u, 0x00000006u, 0x000054cau, - 0x000054c8u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000054ccu, 0x000054c4u, 0x000400c8u, 0x00000006u, - 0x000054cdu, 0x000054ccu, 0x000500c7u, 0x00000006u, 0x000054ceu, 0x000054cdu, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x000054cfu, 0x000054ceu, 0x00000694u, 0x0004003du, 0x00000006u, 0x000054d2u, 0x000054c0u, - 0x000500c7u, 0x00000006u, 0x000054d3u, 0x000054d2u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000054d4u, - 0x000054d3u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000054d6u, 0x000054cau, 0x000054d4u, 0x000500c6u, - 0x00000006u, 0x000054d8u, 0x000054d6u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000054dbu, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000054d8u, 0x0004003du, 0x0000000fu, 0x000054dcu, 0x000054dbu, - 0x00040071u, 0x00000006u, 0x000054ddu, 0x000054dcu, 0x000500c2u, 0x00000006u, 0x000054e0u, 0x000054ddu, - 0x000054cfu, 0x000500c7u, 0x00000006u, 0x000054e1u, 0x000054e0u, 0x000006b1u, 0x000500c7u, 0x00000006u, - 0x000054e3u, 0x000054e1u, 0x000006e9u, 0x000500c4u, 0x00000006u, 0x000054e5u, 0x000054e3u, 0x000001b1u, - 0x000500c4u, 0x00000006u, 0x000054e7u, 0x000054e3u, 0x000001a8u, 0x000500c5u, 0x00000006u, 0x000054e8u, - 0x000054e5u, 0x000054e7u, 0x000500c2u, 0x00000006u, 0x000054eau, 0x000054e3u, 0x000001abu, 0x000500c5u, - 0x00000006u, 0x000054ebu, 0x000054e8u, 0x000054eau, 0x00040071u, 0x00000011u, 0x000054edu, 0x000054ebu, - 0x0004007cu, 0x00000012u, 0x000054eeu, 0x000054edu, 0x000500c7u, 0x00000006u, 0x000054f6u, 0x000054e1u, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x000054f7u, 0x000054f6u, 0x00000659u, 0x00040071u, 0x00000011u, - 0x000054f8u, 0x000054f7u, 0x0004007cu, 0x00000012u, 0x000054f9u, 0x000054f8u, 0x00070050u, 0x00000013u, - 0x000054fau, 0x000054eeu, 0x000054eeu, 0x000054eeu, 0x000054f9u, 0x00050050u, 0x00000058u, 0x000044f4u, - 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000044f5u, 0x000044f4u, 0x0003003eu, 0x00004220u, - 0x000044f5u, 0x00050041u, 0x00000007u, 0x00005506u, 0x00004220u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x00005507u, 0x00005506u, 0x00050084u, 0x00000006u, 0x00005508u, 0x0000412bu, 0x00005507u, 0x00050080u, - 0x00000006u, 0x00005509u, 0x00004129u, 0x00005508u, 0x00050041u, 0x00000007u, 0x0000550au, 0x00004220u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x0000550bu, 0x0000550au, 0x000500c2u, 0x00000006u, 0x0000550cu, - 0x0000550bu, 0x000001a8u, 0x00050080u, 0x00000006u, 0x0000550eu, 0x00005509u, 0x0000550cu, 0x000500c7u, - 0x00000006u, 0x00005510u, 0x0000550eu, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00005512u, 0x0000550au, - 0x000400c8u, 0x00000006u, 0x00005513u, 0x00005512u, 0x000500c7u, 0x00000006u, 0x00005514u, 0x00005513u, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x00005515u, 0x00005514u, 0x00000694u, 0x0004003du, 0x00000006u, - 0x00005518u, 0x00005506u, 0x000500c7u, 0x00000006u, 0x00005519u, 0x00005518u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x0000551au, 0x00005519u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000551cu, 0x00005510u, - 0x0000551au, 0x000500c6u, 0x00000006u, 0x0000551eu, 0x0000551cu, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x00005521u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000551eu, 0x0004003du, 0x0000000fu, - 0x00005522u, 0x00005521u, 0x00040071u, 0x00000006u, 0x00005523u, 0x00005522u, 0x000500c2u, 0x00000006u, - 0x00005526u, 0x00005523u, 0x00005515u, 0x000500c7u, 0x00000006u, 0x00005527u, 0x00005526u, 0x000006b1u, - 0x000500c7u, 0x00000006u, 0x00005529u, 0x00005527u, 0x000006e9u, 0x000500c4u, 0x00000006u, 0x0000552bu, - 0x00005529u, 0x000001b1u, 0x000500c4u, 0x00000006u, 0x0000552du, 0x00005529u, 0x000001a8u, 0x000500c5u, - 0x00000006u, 0x0000552eu, 0x0000552bu, 0x0000552du, 0x000500c2u, 0x00000006u, 0x00005530u, 0x00005529u, - 0x000001abu, 0x000500c5u, 0x00000006u, 0x00005531u, 0x0000552eu, 0x00005530u, 0x00040071u, 0x00000011u, - 0x00005533u, 0x00005531u, 0x0004007cu, 0x00000012u, 0x00005534u, 0x00005533u, 0x000500c7u, 0x00000006u, - 0x0000553cu, 0x00005527u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x0000553du, 0x0000553cu, 0x00000659u, - 0x00040071u, 0x00000011u, 0x0000553eu, 0x0000553du, 0x0004007cu, 0x00000012u, 0x0000553fu, 0x0000553eu, - 0x00070050u, 0x00000013u, 0x00005540u, 0x00005534u, 0x00005534u, 0x00005534u, 0x0000553fu, 0x000200f9u, - 0x000044f9u, 0x000200f8u, 0x000044f9u, 0x000700f5u, 0x00000013u, 0x00007012u, 0x00006758u, 0x000044e3u, - 0x00005540u, 0x000044eau, 0x000700f5u, 0x00000013u, 0x00006f20u, 0x00006758u, 0x000044e3u, 0x000054fau, - 0x000044eau, 0x000300f7u, 0x00004503u, 0x00000000u, 0x000400fau, 0x000042eeu, 0x000044fbu, 0x00004503u, - 0x000200f8u, 0x000044fbu, 0x00050050u, 0x00000058u, 0x000044feu, 0x00006cebu, 0x000042e4u, 0x0004007cu, - 0x000000abu, 0x000044ffu, 0x000044feu, 0x0003003eu, 0x00004223u, 0x000044ffu, 0x00050041u, 0x00000007u, - 0x0000554cu, 0x00004223u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000554du, 0x0000554cu, 0x00050084u, - 0x00000006u, 0x0000554eu, 0x0000412bu, 0x0000554du, 0x00050080u, 0x00000006u, 0x0000554fu, 0x00004129u, - 0x0000554eu, 0x00050041u, 0x00000007u, 0x00005550u, 0x00004223u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00005551u, 0x00005550u, 0x000500c2u, 0x00000006u, 0x00005552u, 0x00005551u, 0x000001a8u, 0x00050080u, - 0x00000006u, 0x00005554u, 0x0000554fu, 0x00005552u, 0x000500c7u, 0x00000006u, 0x00005556u, 0x00005554u, - 0x0000068cu, 0x0004003du, 0x00000006u, 0x00005558u, 0x00005550u, 0x000400c8u, 0x00000006u, 0x00005559u, - 0x00005558u, 0x000500c7u, 0x00000006u, 0x0000555au, 0x00005559u, 0x000002f6u, 0x00050084u, 0x00000006u, - 0x0000555bu, 0x0000555au, 0x00000694u, 0x0004003du, 0x00000006u, 0x0000555eu, 0x0000554cu, 0x000500c7u, - 0x00000006u, 0x0000555fu, 0x0000555eu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005560u, 0x0000555fu, - 0x000001abu, 0x000500c6u, 0x00000006u, 0x00005562u, 0x00005556u, 0x00005560u, 0x000500c6u, 0x00000006u, - 0x00005564u, 0x00005562u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00005567u, 0x000006a7u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00005564u, 0x0004003du, 0x0000000fu, 0x00005568u, 0x00005567u, 0x00040071u, - 0x00000006u, 0x00005569u, 0x00005568u, 0x000500c2u, 0x00000006u, 0x0000556cu, 0x00005569u, 0x0000555bu, - 0x000500c7u, 0x00000006u, 0x0000556du, 0x0000556cu, 0x000006b1u, 0x000500c7u, 0x00000006u, 0x0000556fu, - 0x0000556du, 0x000006e9u, 0x000500c4u, 0x00000006u, 0x00005571u, 0x0000556fu, 0x000001b1u, 0x000500c4u, - 0x00000006u, 0x00005573u, 0x0000556fu, 0x000001a8u, 0x000500c5u, 0x00000006u, 0x00005574u, 0x00005571u, - 0x00005573u, 0x000500c2u, 0x00000006u, 0x00005576u, 0x0000556fu, 0x000001abu, 0x000500c5u, 0x00000006u, - 0x00005577u, 0x00005574u, 0x00005576u, 0x00040071u, 0x00000011u, 0x00005579u, 0x00005577u, 0x0004007cu, - 0x00000012u, 0x0000557au, 0x00005579u, 0x000500c7u, 0x00000006u, 0x00005582u, 0x0000556du, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00005583u, 0x00005582u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00005584u, - 0x00005583u, 0x0004007cu, 0x00000012u, 0x00005585u, 0x00005584u, 0x00070050u, 0x00000013u, 0x00005586u, - 0x0000557au, 0x0000557au, 0x0000557au, 0x00005585u, 0x000200f9u, 0x00004503u, 0x000200f8u, 0x00004503u, - 0x000700f5u, 0x00000013u, 0x00007104u, 0x00006758u, 0x000044f9u, 0x00005586u, 0x000044fbu, 0x000200f9u, - 0x00004567u, 0x000200f8u, 0x00004567u, 0x000d00f5u, 0x00000013u, 0x00007103u, 0x00006758u, 0x000044deu, - 0x00007104u, 0x00004503u, 0x00007106u, 0x00004524u, 0x00007108u, 0x00004545u, 0x0000710au, 0x00004566u, - 0x000d00f5u, 0x00000013u, 0x00007010u, 0x00006758u, 0x000044deu, 0x00007012u, 0x00004503u, 0x00007014u, - 0x00004524u, 0x00007016u, 0x00004545u, 0x00007018u, 0x00004566u, 0x000d00f5u, 0x00000013u, 0x00006f1eu, - 0x00006758u, 0x000044deu, 0x00006f20u, 0x00004503u, 0x00006f22u, 0x00004524u, 0x00006f24u, 0x00004545u, - 0x00006f26u, 0x00004566u, 0x000d00f5u, 0x00000013u, 0x00006df2u, 0x00006758u, 0x000044deu, 0x000054b4u, - 0x00004503u, 0x000055c2u, 0x00004524u, 0x000056b1u, 0x00004545u, 0x0000578fu, 0x00004566u, 0x000200f9u, - 0x000045d1u, 0x000200f8u, 0x00004469u, 0x00040071u, 0x00000006u, 0x0000446cu, 0x00007ddfu, 0x0004007cu, - 0x00000008u, 0x0000446du, 0x0000446cu, 0x000300f7u, 0x000044ddu, 0x00000000u, 0x000700fbu, 0x0000446du, - 0x0000446eu, 0x00000000u, 0x0000448fu, 0x00000001u, 0x000044bcu, 0x000200f8u, 0x000044bcu, 0x0004007cu, - 0x000000abu, 0x000044beu, 0x00006cfcu, 0x0003003eu, 0x00004202u, 0x000044beu, 0x00050041u, 0x00000007u, - 0x000053e4u, 0x00004202u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000053e5u, 0x000053e4u, 0x00050084u, - 0x00000006u, 0x000053e6u, 0x0000412bu, 0x000053e5u, 0x00050080u, 0x00000006u, 0x000053e7u, 0x00004129u, - 0x000053e6u, 0x00050041u, 0x00000007u, 0x000053e8u, 0x00004202u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x000053e9u, 0x000053e8u, 0x00050080u, 0x00000006u, 0x000053ebu, 0x000053e7u, 0x000053e9u, 0x000500c7u, - 0x00000006u, 0x000053edu, 0x000053ebu, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000053f0u, 0x000053e4u, - 0x000500c7u, 0x00000006u, 0x000053f1u, 0x000053f0u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000053f2u, - 0x000053f1u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000053f4u, 0x000053edu, 0x000053f2u, 0x000500c6u, - 0x00000006u, 0x000053f6u, 0x000053f4u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x000053f9u, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000053f6u, 0x0004003du, 0x0000000fu, 0x000053fau, 0x000053f9u, - 0x00040071u, 0x00000006u, 0x000053fbu, 0x000053fau, 0x00040071u, 0x00000011u, 0x000053fdu, 0x000053fbu, - 0x0004007cu, 0x00000012u, 0x000053feu, 0x000053fdu, 0x00070050u, 0x00000013u, 0x000053ffu, 0x000053feu, - 0x000053feu, 0x000053feu, 0x000053feu, 0x000300f7u, 0x000044d2u, 0x00000000u, 0x000400fau, 0x00001affu, - 0x000044c3u, 0x000044d2u, 0x000200f8u, 0x000044c3u, 0x00050050u, 0x00000058u, 0x000044c6u, 0x00006cebu, - 0x000042e2u, 0x0004007cu, 0x000000abu, 0x000044c7u, 0x000044c6u, 0x0003003eu, 0x00004205u, 0x000044c7u, - 0x00050041u, 0x00000007u, 0x00005409u, 0x00004205u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000540au, - 0x00005409u, 0x00050084u, 0x00000006u, 0x0000540bu, 0x0000412bu, 0x0000540au, 0x00050080u, 0x00000006u, - 0x0000540cu, 0x00004129u, 0x0000540bu, 0x00050041u, 0x00000007u, 0x0000540du, 0x00004205u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x0000540eu, 0x0000540du, 0x00050080u, 0x00000006u, 0x00005410u, 0x0000540cu, - 0x0000540eu, 0x000500c7u, 0x00000006u, 0x00005412u, 0x00005410u, 0x0000068cu, 0x0004003du, 0x00000006u, - 0x00005415u, 0x00005409u, 0x000500c7u, 0x00000006u, 0x00005416u, 0x00005415u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00005417u, 0x00005416u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00005419u, 0x00005412u, - 0x00005417u, 0x000500c6u, 0x00000006u, 0x0000541bu, 0x00005419u, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x0000541eu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000541bu, 0x0004003du, 0x0000000fu, - 0x0000541fu, 0x0000541eu, 0x00040071u, 0x00000006u, 0x00005420u, 0x0000541fu, 0x00040071u, 0x00000011u, - 0x00005422u, 0x00005420u, 0x0004007cu, 0x00000012u, 0x00005423u, 0x00005422u, 0x00070050u, 0x00000013u, - 0x00005424u, 0x00005423u, 0x00005423u, 0x00005423u, 0x00005423u, 0x00050050u, 0x00000058u, 0x000044cdu, - 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000044ceu, 0x000044cdu, 0x0003003eu, 0x00004208u, - 0x000044ceu, 0x00050041u, 0x00000007u, 0x0000542eu, 0x00004208u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x0000542fu, 0x0000542eu, 0x00050084u, 0x00000006u, 0x00005430u, 0x0000412bu, 0x0000542fu, 0x00050080u, - 0x00000006u, 0x00005431u, 0x00004129u, 0x00005430u, 0x00050041u, 0x00000007u, 0x00005432u, 0x00004208u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x00005433u, 0x00005432u, 0x00050080u, 0x00000006u, 0x00005435u, - 0x00005431u, 0x00005433u, 0x000500c7u, 0x00000006u, 0x00005437u, 0x00005435u, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x0000543au, 0x0000542eu, 0x000500c7u, 0x00000006u, 0x0000543bu, 0x0000543au, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x0000543cu, 0x0000543bu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000543eu, - 0x00005437u, 0x0000543cu, 0x000500c6u, 0x00000006u, 0x00005440u, 0x0000543eu, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x00005443u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005440u, 0x0004003du, - 0x0000000fu, 0x00005444u, 0x00005443u, 0x00040071u, 0x00000006u, 0x00005445u, 0x00005444u, 0x00040071u, - 0x00000011u, 0x00005447u, 0x00005445u, 0x0004007cu, 0x00000012u, 0x00005448u, 0x00005447u, 0x00070050u, - 0x00000013u, 0x00005449u, 0x00005448u, 0x00005448u, 0x00005448u, 0x00005448u, 0x000200f9u, 0x000044d2u, - 0x000200f8u, 0x000044d2u, 0x000700f5u, 0x00000013u, 0x0000700fu, 0x00006758u, 0x000044bcu, 0x00005449u, - 0x000044c3u, 0x000700f5u, 0x00000013u, 0x00006f1du, 0x00006758u, 0x000044bcu, 0x00005424u, 0x000044c3u, - 0x000300f7u, 0x000044dcu, 0x00000000u, 0x000400fau, 0x000042eeu, 0x000044d4u, 0x000044dcu, 0x000200f8u, - 0x000044d4u, 0x00050050u, 0x00000058u, 0x000044d7u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, - 0x000044d8u, 0x000044d7u, 0x0003003eu, 0x0000420bu, 0x000044d8u, 0x00050041u, 0x00000007u, 0x00005453u, - 0x0000420bu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00005454u, 0x00005453u, 0x00050084u, 0x00000006u, - 0x00005455u, 0x0000412bu, 0x00005454u, 0x00050080u, 0x00000006u, 0x00005456u, 0x00004129u, 0x00005455u, - 0x00050041u, 0x00000007u, 0x00005457u, 0x0000420bu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005458u, - 0x00005457u, 0x00050080u, 0x00000006u, 0x0000545au, 0x00005456u, 0x00005458u, 0x000500c7u, 0x00000006u, - 0x0000545cu, 0x0000545au, 0x0000068cu, 0x0004003du, 0x00000006u, 0x0000545fu, 0x00005453u, 0x000500c7u, - 0x00000006u, 0x00005460u, 0x0000545fu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005461u, 0x00005460u, - 0x000001abu, 0x000500c6u, 0x00000006u, 0x00005463u, 0x0000545cu, 0x00005461u, 0x000500c6u, 0x00000006u, - 0x00005465u, 0x00005463u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00005468u, 0x000006a7u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00005465u, 0x0004003du, 0x0000000fu, 0x00005469u, 0x00005468u, 0x00040071u, - 0x00000006u, 0x0000546au, 0x00005469u, 0x00040071u, 0x00000011u, 0x0000546cu, 0x0000546au, 0x0004007cu, - 0x00000012u, 0x0000546du, 0x0000546cu, 0x00070050u, 0x00000013u, 0x0000546eu, 0x0000546du, 0x0000546du, - 0x0000546du, 0x0000546du, 0x000200f9u, 0x000044dcu, 0x000200f8u, 0x000044dcu, 0x000700f5u, 0x00000013u, - 0x00007101u, 0x00006758u, 0x000044d2u, 0x0000546eu, 0x000044d4u, 0x000200f9u, 0x000044ddu, 0x000200f8u, - 0x0000448fu, 0x0004007cu, 0x000000abu, 0x00004491u, 0x00006cfcu, 0x00040071u, 0x00000006u, 0x00004494u, - 0x00004131u, 0x0003003eu, 0x000041f2u, 0x00004491u, 0x00050041u, 0x00000007u, 0x00005315u, 0x000041f2u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00005316u, 0x00005315u, 0x00050084u, 0x00000006u, 0x00005317u, - 0x0000412bu, 0x00005316u, 0x00050080u, 0x00000006u, 0x00005318u, 0x00004129u, 0x00005317u, 0x00050041u, - 0x00000007u, 0x00005319u, 0x000041f2u, 0x00000290u, 0x0004003du, 0x00000006u, 0x0000531au, 0x00005319u, - 0x000500c2u, 0x00000006u, 0x0000531bu, 0x0000531au, 0x000001a8u, 0x00050080u, 0x00000006u, 0x0000531du, - 0x00005318u, 0x0000531bu, 0x000500c7u, 0x00000006u, 0x0000531fu, 0x0000531du, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x00005321u, 0x00005319u, 0x000400c8u, 0x00000006u, 0x00005322u, 0x00005321u, 0x000500c7u, - 0x00000006u, 0x00005323u, 0x00005322u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00005324u, 0x00005323u, - 0x00000694u, 0x0004003du, 0x00000006u, 0x00005327u, 0x00005315u, 0x000500c7u, 0x00000006u, 0x00005328u, - 0x00005327u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005329u, 0x00005328u, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x0000532bu, 0x0000531fu, 0x00005329u, 0x000500c6u, 0x00000006u, 0x0000532du, 0x0000532bu, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00005330u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x0000532du, 0x0004003du, 0x0000000fu, 0x00005331u, 0x00005330u, 0x00040071u, 0x00000006u, 0x00005332u, - 0x00005331u, 0x000500c2u, 0x00000006u, 0x00005335u, 0x00005332u, 0x00005324u, 0x000500c7u, 0x00000006u, - 0x00005336u, 0x00005335u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00005338u, 0x00004494u, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x0000533au, 0x00005336u, 0x00005338u, 0x00040071u, 0x00000011u, 0x0000533cu, - 0x0000533au, 0x0004007cu, 0x00000012u, 0x0000533du, 0x0000533cu, 0x00070050u, 0x00000013u, 0x0000533eu, - 0x0000533du, 0x0000533du, 0x0000533du, 0x0000533du, 0x000300f7u, 0x000044aeu, 0x00000000u, 0x000400fau, - 0x00001affu, 0x00004499u, 0x000044aeu, 0x000200f8u, 0x00004499u, 0x00050050u, 0x00000058u, 0x0000449cu, - 0x00006cebu, 0x000042e2u, 0x0004007cu, 0x000000abu, 0x0000449du, 0x0000449cu, 0x0003003eu, 0x000041f6u, - 0x0000449du, 0x00050041u, 0x00000007u, 0x00005349u, 0x000041f6u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x0000534au, 0x00005349u, 0x00050084u, 0x00000006u, 0x0000534bu, 0x0000412bu, 0x0000534au, 0x00050080u, - 0x00000006u, 0x0000534cu, 0x00004129u, 0x0000534bu, 0x00050041u, 0x00000007u, 0x0000534du, 0x000041f6u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x0000534eu, 0x0000534du, 0x000500c2u, 0x00000006u, 0x0000534fu, - 0x0000534eu, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00005351u, 0x0000534cu, 0x0000534fu, 0x000500c7u, - 0x00000006u, 0x00005353u, 0x00005351u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00005355u, 0x0000534du, - 0x000400c8u, 0x00000006u, 0x00005356u, 0x00005355u, 0x000500c7u, 0x00000006u, 0x00005357u, 0x00005356u, - 0x000002f6u, 0x00050084u, 0x00000006u, 0x00005358u, 0x00005357u, 0x00000694u, 0x0004003du, 0x00000006u, - 0x0000535bu, 0x00005349u, 0x000500c7u, 0x00000006u, 0x0000535cu, 0x0000535bu, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x0000535du, 0x0000535cu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000535fu, 0x00005353u, - 0x0000535du, 0x000500c6u, 0x00000006u, 0x00005361u, 0x0000535fu, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x00005364u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005361u, 0x0004003du, 0x0000000fu, - 0x00005365u, 0x00005364u, 0x00040071u, 0x00000006u, 0x00005366u, 0x00005365u, 0x000500c2u, 0x00000006u, - 0x00005369u, 0x00005366u, 0x00005358u, 0x000500c7u, 0x00000006u, 0x0000536au, 0x00005369u, 0x000006b1u, - 0x000500c5u, 0x00000006u, 0x0000536eu, 0x0000536au, 0x00005338u, 0x00040071u, 0x00000011u, 0x00005370u, - 0x0000536eu, 0x0004007cu, 0x00000012u, 0x00005371u, 0x00005370u, 0x00070050u, 0x00000013u, 0x00005372u, - 0x00005371u, 0x00005371u, 0x00005371u, 0x00005371u, 0x00050050u, 0x00000058u, 0x000044a6u, 0x00006ce7u, - 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000044a7u, 0x000044a6u, 0x0003003eu, 0x000041fau, 0x000044a7u, - 0x00050041u, 0x00000007u, 0x0000537du, 0x000041fau, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000537eu, - 0x0000537du, 0x00050084u, 0x00000006u, 0x0000537fu, 0x0000412bu, 0x0000537eu, 0x00050080u, 0x00000006u, - 0x00005380u, 0x00004129u, 0x0000537fu, 0x00050041u, 0x00000007u, 0x00005381u, 0x000041fau, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00005382u, 0x00005381u, 0x000500c2u, 0x00000006u, 0x00005383u, 0x00005382u, - 0x000001a8u, 0x00050080u, 0x00000006u, 0x00005385u, 0x00005380u, 0x00005383u, 0x000500c7u, 0x00000006u, - 0x00005387u, 0x00005385u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00005389u, 0x00005381u, 0x000400c8u, - 0x00000006u, 0x0000538au, 0x00005389u, 0x000500c7u, 0x00000006u, 0x0000538bu, 0x0000538au, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x0000538cu, 0x0000538bu, 0x00000694u, 0x0004003du, 0x00000006u, 0x0000538fu, - 0x0000537du, 0x000500c7u, 0x00000006u, 0x00005390u, 0x0000538fu, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00005391u, 0x00005390u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00005393u, 0x00005387u, 0x00005391u, - 0x000500c6u, 0x00000006u, 0x00005395u, 0x00005393u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00005398u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005395u, 0x0004003du, 0x0000000fu, 0x00005399u, - 0x00005398u, 0x00040071u, 0x00000006u, 0x0000539au, 0x00005399u, 0x000500c2u, 0x00000006u, 0x0000539du, - 0x0000539au, 0x0000538cu, 0x000500c7u, 0x00000006u, 0x0000539eu, 0x0000539du, 0x000006b1u, 0x000500c5u, - 0x00000006u, 0x000053a2u, 0x0000539eu, 0x00005338u, 0x00040071u, 0x00000011u, 0x000053a4u, 0x000053a2u, - 0x0004007cu, 0x00000012u, 0x000053a5u, 0x000053a4u, 0x00070050u, 0x00000013u, 0x000053a6u, 0x000053a5u, - 0x000053a5u, 0x000053a5u, 0x000053a5u, 0x000200f9u, 0x000044aeu, 0x000200f8u, 0x000044aeu, 0x000700f5u, - 0x00000013u, 0x0000700du, 0x00006758u, 0x0000448fu, 0x000053a6u, 0x00004499u, 0x000700f5u, 0x00000013u, - 0x00006f1bu, 0x00006758u, 0x0000448fu, 0x00005372u, 0x00004499u, 0x000300f7u, 0x000044bbu, 0x00000000u, - 0x000400fau, 0x000042eeu, 0x000044b0u, 0x000044bbu, 0x000200f8u, 0x000044b0u, 0x00050050u, 0x00000058u, - 0x000044b3u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000044b4u, 0x000044b3u, 0x0003003eu, - 0x000041feu, 0x000044b4u, 0x00050041u, 0x00000007u, 0x000053b1u, 0x000041feu, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000053b2u, 0x000053b1u, 0x00050084u, 0x00000006u, 0x000053b3u, 0x0000412bu, 0x000053b2u, - 0x00050080u, 0x00000006u, 0x000053b4u, 0x00004129u, 0x000053b3u, 0x00050041u, 0x00000007u, 0x000053b5u, - 0x000041feu, 0x00000290u, 0x0004003du, 0x00000006u, 0x000053b6u, 0x000053b5u, 0x000500c2u, 0x00000006u, - 0x000053b7u, 0x000053b6u, 0x000001a8u, 0x00050080u, 0x00000006u, 0x000053b9u, 0x000053b4u, 0x000053b7u, - 0x000500c7u, 0x00000006u, 0x000053bbu, 0x000053b9u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x000053bdu, - 0x000053b5u, 0x000400c8u, 0x00000006u, 0x000053beu, 0x000053bdu, 0x000500c7u, 0x00000006u, 0x000053bfu, - 0x000053beu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x000053c0u, 0x000053bfu, 0x00000694u, 0x0004003du, - 0x00000006u, 0x000053c3u, 0x000053b1u, 0x000500c7u, 0x00000006u, 0x000053c4u, 0x000053c3u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x000053c5u, 0x000053c4u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x000053c7u, - 0x000053bbu, 0x000053c5u, 0x000500c6u, 0x00000006u, 0x000053c9u, 0x000053c7u, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x000053ccu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000053c9u, 0x0004003du, - 0x0000000fu, 0x000053cdu, 0x000053ccu, 0x00040071u, 0x00000006u, 0x000053ceu, 0x000053cdu, 0x000500c2u, - 0x00000006u, 0x000053d1u, 0x000053ceu, 0x000053c0u, 0x000500c7u, 0x00000006u, 0x000053d2u, 0x000053d1u, - 0x000006b1u, 0x000500c5u, 0x00000006u, 0x000053d6u, 0x000053d2u, 0x00005338u, 0x00040071u, 0x00000011u, - 0x000053d8u, 0x000053d6u, 0x0004007cu, 0x00000012u, 0x000053d9u, 0x000053d8u, 0x00070050u, 0x00000013u, - 0x000053dau, 0x000053d9u, 0x000053d9u, 0x000053d9u, 0x000053d9u, 0x000200f9u, 0x000044bbu, 0x000200f8u, - 0x000044bbu, 0x000700f5u, 0x00000013u, 0x000070ffu, 0x00006758u, 0x000044aeu, 0x000053dau, 0x000044b0u, - 0x000200f9u, 0x000044ddu, 0x000200f8u, 0x0000446eu, 0x0004007cu, 0x000000abu, 0x00004470u, 0x00006cfcu, - 0x0003003eu, 0x0000420eu, 0x00004470u, 0x00050041u, 0x00000007u, 0x00005260u, 0x0000420eu, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00005261u, 0x00005260u, 0x00050084u, 0x00000006u, 0x00005262u, 0x0000412bu, - 0x00005261u, 0x00050080u, 0x00000006u, 0x00005263u, 0x00004129u, 0x00005262u, 0x00050041u, 0x00000007u, - 0x00005264u, 0x0000420eu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005265u, 0x00005264u, 0x00050084u, - 0x00000006u, 0x00005266u, 0x00005265u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00005268u, 0x00005263u, - 0x00005266u, 0x000500c7u, 0x00000006u, 0x0000526au, 0x00005268u, 0x0000068cu, 0x000500c2u, 0x00000006u, - 0x0000526cu, 0x0000526au, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000526eu, 0x00005260u, 0x000500c7u, - 0x00000006u, 0x0000526fu, 0x0000526eu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005270u, 0x0000526fu, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00005272u, 0x0000526cu, 0x00005270u, 0x000500c6u, 0x00000006u, - 0x00005274u, 0x00005272u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00005277u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00005274u, 0x0004003du, 0x00000011u, 0x00005278u, 0x00005277u, 0x00040071u, - 0x00000006u, 0x00005279u, 0x00005278u, 0x000500c2u, 0x00000006u, 0x0000527bu, 0x00005279u, 0x000001dbu, - 0x00040071u, 0x00000011u, 0x0000527cu, 0x0000527bu, 0x0004007cu, 0x00000012u, 0x0000527du, 0x0000527cu, - 0x000500c7u, 0x00000006u, 0x0000527fu, 0x00005279u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00005280u, - 0x0000527fu, 0x0004007cu, 0x00000012u, 0x00005281u, 0x00005280u, 0x00050050u, 0x0000011du, 0x00005282u, - 0x0000527du, 0x00005281u, 0x0009004fu, 0x00000013u, 0x00005283u, 0x00005282u, 0x00005282u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000300f7u, 0x00004484u, 0x00000000u, 0x000400fau, 0x00001affu, - 0x00004475u, 0x00004484u, 0x000200f8u, 0x00004475u, 0x00050050u, 0x00000058u, 0x00004478u, 0x00006cebu, - 0x000042e2u, 0x0004007cu, 0x000000abu, 0x00004479u, 0x00004478u, 0x0003003eu, 0x00004211u, 0x00004479u, - 0x00050041u, 0x00000007u, 0x0000528du, 0x00004211u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000528eu, - 0x0000528du, 0x00050084u, 0x00000006u, 0x0000528fu, 0x0000412bu, 0x0000528eu, 0x00050080u, 0x00000006u, - 0x00005290u, 0x00004129u, 0x0000528fu, 0x00050041u, 0x00000007u, 0x00005291u, 0x00004211u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00005292u, 0x00005291u, 0x00050084u, 0x00000006u, 0x00005293u, 0x00005292u, - 0x000002fau, 0x00050080u, 0x00000006u, 0x00005295u, 0x00005290u, 0x00005293u, 0x000500c7u, 0x00000006u, - 0x00005297u, 0x00005295u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00005299u, 0x00005297u, 0x000001a8u, - 0x0004003du, 0x00000006u, 0x0000529bu, 0x0000528du, 0x000500c7u, 0x00000006u, 0x0000529cu, 0x0000529bu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000529du, 0x0000529cu, 0x000001a8u, 0x000500c6u, 0x00000006u, - 0x0000529fu, 0x00005299u, 0x0000529du, 0x000500c6u, 0x00000006u, 0x000052a1u, 0x0000529fu, 0x000002f6u, - 0x00080041u, 0x0000077au, 0x000052a4u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000052a1u, - 0x0004003du, 0x00000011u, 0x000052a5u, 0x000052a4u, 0x00040071u, 0x00000006u, 0x000052a6u, 0x000052a5u, - 0x000500c2u, 0x00000006u, 0x000052a8u, 0x000052a6u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x000052a9u, - 0x000052a8u, 0x0004007cu, 0x00000012u, 0x000052aau, 0x000052a9u, 0x000500c7u, 0x00000006u, 0x000052acu, - 0x000052a6u, 0x00000659u, 0x00040071u, 0x00000011u, 0x000052adu, 0x000052acu, 0x0004007cu, 0x00000012u, - 0x000052aeu, 0x000052adu, 0x00050050u, 0x0000011du, 0x000052afu, 0x000052aau, 0x000052aeu, 0x0009004fu, - 0x00000013u, 0x000052b0u, 0x000052afu, 0x000052afu, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x00050050u, 0x00000058u, 0x0000447fu, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004480u, - 0x0000447fu, 0x0003003eu, 0x00004214u, 0x00004480u, 0x00050041u, 0x00000007u, 0x000052bau, 0x00004214u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x000052bbu, 0x000052bau, 0x00050084u, 0x00000006u, 0x000052bcu, - 0x0000412bu, 0x000052bbu, 0x00050080u, 0x00000006u, 0x000052bdu, 0x00004129u, 0x000052bcu, 0x00050041u, - 0x00000007u, 0x000052beu, 0x00004214u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000052bfu, 0x000052beu, - 0x00050084u, 0x00000006u, 0x000052c0u, 0x000052bfu, 0x000002fau, 0x00050080u, 0x00000006u, 0x000052c2u, - 0x000052bdu, 0x000052c0u, 0x000500c7u, 0x00000006u, 0x000052c4u, 0x000052c2u, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x000052c6u, 0x000052c4u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000052c8u, 0x000052bau, - 0x000500c7u, 0x00000006u, 0x000052c9u, 0x000052c8u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000052cau, - 0x000052c9u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000052ccu, 0x000052c6u, 0x000052cau, 0x000500c6u, - 0x00000006u, 0x000052ceu, 0x000052ccu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000052d1u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000052ceu, 0x0004003du, 0x00000011u, 0x000052d2u, 0x000052d1u, - 0x00040071u, 0x00000006u, 0x000052d3u, 0x000052d2u, 0x000500c2u, 0x00000006u, 0x000052d5u, 0x000052d3u, - 0x000001dbu, 0x00040071u, 0x00000011u, 0x000052d6u, 0x000052d5u, 0x0004007cu, 0x00000012u, 0x000052d7u, - 0x000052d6u, 0x000500c7u, 0x00000006u, 0x000052d9u, 0x000052d3u, 0x00000659u, 0x00040071u, 0x00000011u, - 0x000052dau, 0x000052d9u, 0x0004007cu, 0x00000012u, 0x000052dbu, 0x000052dau, 0x00050050u, 0x0000011du, - 0x000052dcu, 0x000052d7u, 0x000052dbu, 0x0009004fu, 0x00000013u, 0x000052ddu, 0x000052dcu, 0x000052dcu, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004484u, 0x000200f8u, 0x00004484u, - 0x000700f5u, 0x00000013u, 0x0000700bu, 0x00006758u, 0x0000446eu, 0x000052ddu, 0x00004475u, 0x000700f5u, - 0x00000013u, 0x00006f19u, 0x00006758u, 0x0000446eu, 0x000052b0u, 0x00004475u, 0x000300f7u, 0x0000448eu, - 0x00000000u, 0x000400fau, 0x000042eeu, 0x00004486u, 0x0000448eu, 0x000200f8u, 0x00004486u, 0x00050050u, - 0x00000058u, 0x00004489u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x0000448au, 0x00004489u, - 0x0003003eu, 0x00004217u, 0x0000448au, 0x00050041u, 0x00000007u, 0x000052e7u, 0x00004217u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x000052e8u, 0x000052e7u, 0x00050084u, 0x00000006u, 0x000052e9u, 0x0000412bu, - 0x000052e8u, 0x00050080u, 0x00000006u, 0x000052eau, 0x00004129u, 0x000052e9u, 0x00050041u, 0x00000007u, - 0x000052ebu, 0x00004217u, 0x00000290u, 0x0004003du, 0x00000006u, 0x000052ecu, 0x000052ebu, 0x00050084u, - 0x00000006u, 0x000052edu, 0x000052ecu, 0x000002fau, 0x00050080u, 0x00000006u, 0x000052efu, 0x000052eau, - 0x000052edu, 0x000500c7u, 0x00000006u, 0x000052f1u, 0x000052efu, 0x0000068cu, 0x000500c2u, 0x00000006u, - 0x000052f3u, 0x000052f1u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000052f5u, 0x000052e7u, 0x000500c7u, - 0x00000006u, 0x000052f6u, 0x000052f5u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000052f7u, 0x000052f6u, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000052f9u, 0x000052f3u, 0x000052f7u, 0x000500c6u, 0x00000006u, - 0x000052fbu, 0x000052f9u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000052feu, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x000052fbu, 0x0004003du, 0x00000011u, 0x000052ffu, 0x000052feu, 0x00040071u, - 0x00000006u, 0x00005300u, 0x000052ffu, 0x000500c2u, 0x00000006u, 0x00005302u, 0x00005300u, 0x000001dbu, - 0x00040071u, 0x00000011u, 0x00005303u, 0x00005302u, 0x0004007cu, 0x00000012u, 0x00005304u, 0x00005303u, - 0x000500c7u, 0x00000006u, 0x00005306u, 0x00005300u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00005307u, - 0x00005306u, 0x0004007cu, 0x00000012u, 0x00005308u, 0x00005307u, 0x00050050u, 0x0000011du, 0x00005309u, - 0x00005304u, 0x00005308u, 0x0009004fu, 0x00000013u, 0x0000530au, 0x00005309u, 0x00005309u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x0000448eu, 0x000200f8u, 0x0000448eu, 0x000700f5u, - 0x00000013u, 0x000070fdu, 0x00006758u, 0x00004484u, 0x0000530au, 0x00004486u, 0x000200f9u, 0x000044ddu, - 0x000200f8u, 0x000044ddu, 0x000900f5u, 0x00000013u, 0x000070fcu, 0x000070fdu, 0x0000448eu, 0x000070ffu, - 0x000044bbu, 0x00007101u, 0x000044dcu, 0x000900f5u, 0x00000013u, 0x00007009u, 0x0000700bu, 0x0000448eu, - 0x0000700du, 0x000044bbu, 0x0000700fu, 0x000044dcu, 0x000900f5u, 0x00000013u, 0x00006f17u, 0x00006f19u, - 0x0000448eu, 0x00006f1bu, 0x000044bbu, 0x00006f1du, 0x000044dcu, 0x000900f5u, 0x00000013u, 0x00006debu, - 0x00005283u, 0x0000448eu, 0x0000533eu, 0x000044bbu, 0x000053ffu, 0x000044dcu, 0x000200f9u, 0x000045d1u, - 0x000200f8u, 0x0000443bu, 0x000500c3u, 0x00000008u, 0x0000443du, 0x00006ce7u, 0x000001a8u, 0x0004007cu, - 0x00000006u, 0x0000443eu, 0x0000443du, 0x00050082u, 0x00000008u, 0x00004442u, 0x00006cebu, 0x00006ce7u, - 0x00050080u, 0x00000008u, 0x00004443u, 0x00006cebu, 0x00004442u, 0x000500c3u, 0x00000008u, 0x00004444u, - 0x00004443u, 0x000001a8u, 0x0004007cu, 0x00000006u, 0x00004445u, 0x00004444u, 0x00050050u, 0x00000058u, - 0x00004448u, 0x00006ce7u, 0x000042e2u, 0x0004007cu, 0x000000abu, 0x00004449u, 0x00004448u, 0x0003003eu, - 0x000041e2u, 0x00004449u, 0x00050041u, 0x00000007u, 0x0000511eu, 0x000041e2u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x0000511fu, 0x0000511eu, 0x00050084u, 0x00000006u, 0x00005120u, 0x0000412bu, 0x0000511fu, - 0x00050080u, 0x00000006u, 0x00005121u, 0x00004129u, 0x00005120u, 0x00050041u, 0x00000007u, 0x00005123u, - 0x000041e2u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005124u, 0x00005123u, 0x00050080u, 0x00000006u, - 0x00005125u, 0x00005121u, 0x00005124u, 0x000500c7u, 0x00000006u, 0x00005127u, 0x00005125u, 0x00000746u, - 0x00050084u, 0x00000006u, 0x0000512au, 0x0000443eu, 0x000002fau, 0x00050080u, 0x00000006u, 0x0000512bu, - 0x00005121u, 0x0000512au, 0x000500c7u, 0x00000006u, 0x0000512du, 0x0000512bu, 0x00000746u, 0x0004003du, - 0x00000006u, 0x00005130u, 0x0000511eu, 0x000500c7u, 0x00000006u, 0x00005131u, 0x00005130u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00005132u, 0x00005131u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00005134u, - 0x00005127u, 0x00005132u, 0x000500c6u, 0x00000006u, 0x00005136u, 0x00005134u, 0x000002fdu, 0x000500c2u, - 0x00000006u, 0x00005138u, 0x0000512du, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000513au, 0x0000511eu, - 0x000500c7u, 0x00000006u, 0x0000513bu, 0x0000513au, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000513cu, - 0x0000513bu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x0000513eu, 0x00005138u, 0x0000513cu, 0x000500c6u, - 0x00000006u, 0x00005140u, 0x0000513eu, 0x000002f6u, 0x000500c5u, 0x00000006u, 0x00005143u, 0x00005136u, - 0x0000076fu, 0x00080041u, 0x000006aau, 0x00005144u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00005143u, 0x0004003du, 0x0000000fu, 0x00005145u, 0x00005144u, 0x00080041u, 0x0000077au, 0x00005148u, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005140u, 0x0004003du, 0x00000011u, 0x00005149u, - 0x00005148u, 0x000500c2u, 0x00000011u, 0x0000514bu, 0x00005149u, 0x000008cdu, 0x000500c7u, 0x00000011u, - 0x0000514cu, 0x0000514bu, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x0000514du, 0x0000514cu, 0x000500c2u, - 0x00000011u, 0x0000514fu, 0x00005149u, 0x00000198u, 0x000500c7u, 0x00000011u, 0x00005150u, 0x0000514fu, - 0x000002aeu, 0x00040071u, 0x0000000fu, 0x00005151u, 0x00005150u, 0x00040071u, 0x00000011u, 0x00005153u, - 0x0000514du, 0x0004007cu, 0x00000012u, 0x00005154u, 0x00005153u, 0x00050082u, 0x00000012u, 0x00005155u, - 0x00005154u, 0x000008d9u, 0x00040071u, 0x00000011u, 0x00005157u, 0x00005151u, 0x0004007cu, 0x00000012u, - 0x00005158u, 0x00005157u, 0x00050082u, 0x00000012u, 0x00005159u, 0x00005158u, 0x000008d9u, 0x00040071u, - 0x00000011u, 0x0000515bu, 0x00005145u, 0x0004007cu, 0x00000012u, 0x0000515cu, 0x0000515bu, 0x00070050u, - 0x00000013u, 0x00005160u, 0x00005155u, 0x00005159u, 0x0000515cu, 0x0000515cu, 0x000300f7u, 0x00004468u, - 0x00000000u, 0x000400fau, 0x00001affu, 0x0000444fu, 0x00004468u, 0x000200f8u, 0x0000444fu, 0x00050050u, - 0x00000058u, 0x00004452u, 0x00006cebu, 0x000042e2u, 0x0004007cu, 0x000000abu, 0x00004453u, 0x00004452u, - 0x0003003eu, 0x000041e6u, 0x00004453u, 0x00050041u, 0x00000007u, 0x00005170u, 0x000041e6u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00005171u, 0x00005170u, 0x00050084u, 0x00000006u, 0x00005172u, 0x0000412bu, - 0x00005171u, 0x00050080u, 0x00000006u, 0x00005173u, 0x00004129u, 0x00005172u, 0x00050041u, 0x00000007u, - 0x00005175u, 0x000041e6u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00005176u, 0x00005175u, 0x00050080u, - 0x00000006u, 0x00005177u, 0x00005173u, 0x00005176u, 0x000500c7u, 0x00000006u, 0x00005179u, 0x00005177u, - 0x00000746u, 0x00050084u, 0x00000006u, 0x0000517cu, 0x00004445u, 0x000002fau, 0x00050080u, 0x00000006u, - 0x0000517du, 0x00005173u, 0x0000517cu, 0x000500c7u, 0x00000006u, 0x0000517fu, 0x0000517du, 0x00000746u, - 0x0004003du, 0x00000006u, 0x00005182u, 0x00005170u, 0x000500c7u, 0x00000006u, 0x00005183u, 0x00005182u, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005184u, 0x00005183u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00005186u, 0x00005179u, 0x00005184u, 0x000500c6u, 0x00000006u, 0x00005188u, 0x00005186u, 0x000002fdu, - 0x000500c2u, 0x00000006u, 0x0000518au, 0x0000517fu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000518cu, - 0x00005170u, 0x000500c7u, 0x00000006u, 0x0000518du, 0x0000518cu, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x0000518eu, 0x0000518du, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00005190u, 0x0000518au, 0x0000518eu, - 0x000500c6u, 0x00000006u, 0x00005192u, 0x00005190u, 0x000002f6u, 0x000500c5u, 0x00000006u, 0x00005195u, - 0x00005188u, 0x0000076fu, 0x00080041u, 0x000006aau, 0x00005196u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00005195u, 0x0004003du, 0x0000000fu, 0x00005197u, 0x00005196u, 0x00080041u, 0x0000077au, - 0x0000519au, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005192u, 0x0004003du, 0x00000011u, - 0x0000519bu, 0x0000519au, 0x000500c2u, 0x00000011u, 0x0000519du, 0x0000519bu, 0x000008cdu, 0x000500c7u, - 0x00000011u, 0x0000519eu, 0x0000519du, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x0000519fu, 0x0000519eu, - 0x000500c2u, 0x00000011u, 0x000051a1u, 0x0000519bu, 0x00000198u, 0x000500c7u, 0x00000011u, 0x000051a2u, - 0x000051a1u, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x000051a3u, 0x000051a2u, 0x00040071u, 0x00000011u, - 0x000051a5u, 0x0000519fu, 0x0004007cu, 0x00000012u, 0x000051a6u, 0x000051a5u, 0x00050082u, 0x00000012u, - 0x000051a7u, 0x000051a6u, 0x000008d9u, 0x00040071u, 0x00000011u, 0x000051a9u, 0x000051a3u, 0x0004007cu, - 0x00000012u, 0x000051aau, 0x000051a9u, 0x00050082u, 0x00000012u, 0x000051abu, 0x000051aau, 0x000008d9u, - 0x00040071u, 0x00000011u, 0x000051adu, 0x00005197u, 0x0004007cu, 0x00000012u, 0x000051aeu, 0x000051adu, - 0x00070050u, 0x00000013u, 0x000051b2u, 0x000051a7u, 0x000051abu, 0x000051aeu, 0x000051aeu, 0x00050050u, - 0x00000058u, 0x0000445au, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x0000445bu, 0x0000445au, - 0x0003003eu, 0x000041eau, 0x0000445bu, 0x00050041u, 0x00000007u, 0x000051c2u, 0x000041eau, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x000051c3u, 0x000051c2u, 0x00050084u, 0x00000006u, 0x000051c4u, 0x0000412bu, - 0x000051c3u, 0x00050080u, 0x00000006u, 0x000051c5u, 0x00004129u, 0x000051c4u, 0x00050041u, 0x00000007u, - 0x000051c7u, 0x000041eau, 0x00000290u, 0x0004003du, 0x00000006u, 0x000051c8u, 0x000051c7u, 0x00050080u, - 0x00000006u, 0x000051c9u, 0x000051c5u, 0x000051c8u, 0x000500c7u, 0x00000006u, 0x000051cbu, 0x000051c9u, - 0x00000746u, 0x00050080u, 0x00000006u, 0x000051cfu, 0x000051c5u, 0x0000512au, 0x000500c7u, 0x00000006u, - 0x000051d1u, 0x000051cfu, 0x00000746u, 0x0004003du, 0x00000006u, 0x000051d4u, 0x000051c2u, 0x000500c7u, - 0x00000006u, 0x000051d5u, 0x000051d4u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000051d6u, 0x000051d5u, - 0x000001abu, 0x000500c6u, 0x00000006u, 0x000051d8u, 0x000051cbu, 0x000051d6u, 0x000500c6u, 0x00000006u, - 0x000051dau, 0x000051d8u, 0x000002fdu, 0x000500c2u, 0x00000006u, 0x000051dcu, 0x000051d1u, 0x000001a8u, - 0x0004003du, 0x00000006u, 0x000051deu, 0x000051c2u, 0x000500c7u, 0x00000006u, 0x000051dfu, 0x000051deu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000051e0u, 0x000051dfu, 0x000001a8u, 0x000500c6u, 0x00000006u, - 0x000051e2u, 0x000051dcu, 0x000051e0u, 0x000500c6u, 0x00000006u, 0x000051e4u, 0x000051e2u, 0x000002f6u, - 0x000500c5u, 0x00000006u, 0x000051e7u, 0x000051dau, 0x0000076fu, 0x00080041u, 0x000006aau, 0x000051e8u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000051e7u, 0x0004003du, 0x0000000fu, 0x000051e9u, - 0x000051e8u, 0x00080041u, 0x0000077au, 0x000051ecu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x000051e4u, 0x0004003du, 0x00000011u, 0x000051edu, 0x000051ecu, 0x000500c2u, 0x00000011u, 0x000051efu, - 0x000051edu, 0x000008cdu, 0x000500c7u, 0x00000011u, 0x000051f0u, 0x000051efu, 0x000002aeu, 0x00040071u, - 0x0000000fu, 0x000051f1u, 0x000051f0u, 0x000500c2u, 0x00000011u, 0x000051f3u, 0x000051edu, 0x00000198u, - 0x000500c7u, 0x00000011u, 0x000051f4u, 0x000051f3u, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x000051f5u, - 0x000051f4u, 0x00040071u, 0x00000011u, 0x000051f7u, 0x000051f1u, 0x0004007cu, 0x00000012u, 0x000051f8u, - 0x000051f7u, 0x00050082u, 0x00000012u, 0x000051f9u, 0x000051f8u, 0x000008d9u, 0x00040071u, 0x00000011u, - 0x000051fbu, 0x000051f5u, 0x0004007cu, 0x00000012u, 0x000051fcu, 0x000051fbu, 0x00050082u, 0x00000012u, - 0x000051fdu, 0x000051fcu, 0x000008d9u, 0x00040071u, 0x00000011u, 0x000051ffu, 0x000051e9u, 0x0004007cu, - 0x00000012u, 0x00005200u, 0x000051ffu, 0x00070050u, 0x00000013u, 0x00005204u, 0x000051f9u, 0x000051fdu, - 0x00005200u, 0x00005200u, 0x00050050u, 0x00000058u, 0x00004462u, 0x00006cebu, 0x000042e4u, 0x0004007cu, - 0x000000abu, 0x00004463u, 0x00004462u, 0x0003003eu, 0x000041eeu, 0x00004463u, 0x00050041u, 0x00000007u, - 0x00005214u, 0x000041eeu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00005215u, 0x00005214u, 0x00050084u, - 0x00000006u, 0x00005216u, 0x0000412bu, 0x00005215u, 0x00050080u, 0x00000006u, 0x00005217u, 0x00004129u, - 0x00005216u, 0x00050041u, 0x00000007u, 0x00005219u, 0x000041eeu, 0x00000290u, 0x0004003du, 0x00000006u, - 0x0000521au, 0x00005219u, 0x00050080u, 0x00000006u, 0x0000521bu, 0x00005217u, 0x0000521au, 0x000500c7u, - 0x00000006u, 0x0000521du, 0x0000521bu, 0x00000746u, 0x00050080u, 0x00000006u, 0x00005221u, 0x00005217u, - 0x0000517cu, 0x000500c7u, 0x00000006u, 0x00005223u, 0x00005221u, 0x00000746u, 0x0004003du, 0x00000006u, - 0x00005226u, 0x00005214u, 0x000500c7u, 0x00000006u, 0x00005227u, 0x00005226u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00005228u, 0x00005227u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x0000522au, 0x0000521du, - 0x00005228u, 0x000500c6u, 0x00000006u, 0x0000522cu, 0x0000522au, 0x000002fdu, 0x000500c2u, 0x00000006u, - 0x0000522eu, 0x00005223u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00005230u, 0x00005214u, 0x000500c7u, - 0x00000006u, 0x00005231u, 0x00005230u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00005232u, 0x00005231u, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00005234u, 0x0000522eu, 0x00005232u, 0x000500c6u, 0x00000006u, - 0x00005236u, 0x00005234u, 0x000002f6u, 0x000500c5u, 0x00000006u, 0x00005239u, 0x0000522cu, 0x0000076fu, - 0x00080041u, 0x000006aau, 0x0000523au, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005239u, - 0x0004003du, 0x0000000fu, 0x0000523bu, 0x0000523au, 0x00080041u, 0x0000077au, 0x0000523eu, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005236u, 0x0004003du, 0x00000011u, 0x0000523fu, 0x0000523eu, - 0x000500c2u, 0x00000011u, 0x00005241u, 0x0000523fu, 0x000008cdu, 0x000500c7u, 0x00000011u, 0x00005242u, - 0x00005241u, 0x000002aeu, 0x00040071u, 0x0000000fu, 0x00005243u, 0x00005242u, 0x000500c2u, 0x00000011u, - 0x00005245u, 0x0000523fu, 0x00000198u, 0x000500c7u, 0x00000011u, 0x00005246u, 0x00005245u, 0x000002aeu, - 0x00040071u, 0x0000000fu, 0x00005247u, 0x00005246u, 0x00040071u, 0x00000011u, 0x00005249u, 0x00005243u, - 0x0004007cu, 0x00000012u, 0x0000524au, 0x00005249u, 0x00050082u, 0x00000012u, 0x0000524bu, 0x0000524au, - 0x000008d9u, 0x00040071u, 0x00000011u, 0x0000524du, 0x00005247u, 0x0004007cu, 0x00000012u, 0x0000524eu, - 0x0000524du, 0x00050082u, 0x00000012u, 0x0000524fu, 0x0000524eu, 0x000008d9u, 0x00040071u, 0x00000011u, - 0x00005251u, 0x0000523bu, 0x0004007cu, 0x00000012u, 0x00005252u, 0x00005251u, 0x00070050u, 0x00000013u, - 0x00005256u, 0x0000524bu, 0x0000524fu, 0x00005252u, 0x00005252u, 0x000200f9u, 0x00004468u, 0x000200f8u, - 0x00004468u, 0x000700f5u, 0x00000013u, 0x000070fbu, 0x00006758u, 0x0000443bu, 0x00005256u, 0x0000444fu, - 0x000700f5u, 0x00000013u, 0x00007008u, 0x00006758u, 0x0000443bu, 0x00005204u, 0x0000444fu, 0x000700f5u, - 0x00000013u, 0x00006f16u, 0x00006758u, 0x0000443bu, 0x000051b2u, 0x0000444fu, 0x000200f9u, 0x000045d1u, - 0x000200f8u, 0x000043b1u, 0x00040071u, 0x00000006u, 0x000043b4u, 0x00007ddfu, 0x0004007cu, 0x00000008u, - 0x000043b5u, 0x000043b4u, 0x000300f7u, 0x0000443au, 0x00000000u, 0x000b00fbu, 0x000043b5u, 0x0000443au, - 0x00000000u, 0x000043b6u, 0x00000001u, 0x000043d7u, 0x00000002u, 0x000043f8u, 0x00000003u, 0x00004419u, - 0x000200f8u, 0x00004419u, 0x0004007cu, 0x000000abu, 0x0000441bu, 0x00006cfcu, 0x0003003eu, 0x000041d4u, - 0x0000441bu, 0x00050041u, 0x00000007u, 0x0000502du, 0x000041d4u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x0000502eu, 0x0000502du, 0x00050084u, 0x00000006u, 0x0000502fu, 0x0000412bu, 0x0000502eu, 0x00050080u, - 0x00000006u, 0x00005030u, 0x00004129u, 0x0000502fu, 0x00050041u, 0x00000007u, 0x00005031u, 0x000041d4u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x00005032u, 0x00005031u, 0x00050084u, 0x00000006u, 0x00005033u, - 0x00005032u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00005035u, 0x00005030u, 0x00005033u, 0x000500c7u, - 0x00000006u, 0x00005037u, 0x00005035u, 0x00000746u, 0x000500c2u, 0x00000006u, 0x00005039u, 0x00005037u, - 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000503bu, 0x0000502du, 0x000500c7u, 0x00000006u, 0x0000503cu, - 0x0000503bu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000503du, 0x0000503cu, 0x000001a8u, 0x000500c6u, - 0x00000006u, 0x0000503fu, 0x00005039u, 0x0000503du, 0x000500c6u, 0x00000006u, 0x00005041u, 0x0000503fu, - 0x000002f6u, 0x00080041u, 0x0000077au, 0x00005044u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00005041u, 0x0004003du, 0x00000011u, 0x00005045u, 0x00005044u, 0x00040071u, 0x00000006u, 0x00005046u, - 0x00005045u, 0x000500c5u, 0x00000006u, 0x00005049u, 0x00005041u, 0x00000777u, 0x00080041u, 0x0000077au, - 0x0000504au, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00005049u, 0x0004003du, 0x00000011u, - 0x0000504bu, 0x0000504au, 0x00040071u, 0x00000006u, 0x0000504cu, 0x0000504bu, 0x000500c2u, 0x00000006u, - 0x0000504eu, 0x00005046u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x0000504fu, 0x0000504eu, 0x0004007cu, - 0x00000012u, 0x00005050u, 0x0000504fu, 0x000500c7u, 0x00000006u, 0x00005052u, 0x00005046u, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00005053u, 0x00005052u, 0x0004007cu, 0x00000012u, 0x00005054u, 0x00005053u, - 0x000500c2u, 0x00000006u, 0x00005056u, 0x0000504cu, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00005057u, - 0x00005056u, 0x0004007cu, 0x00000012u, 0x00005058u, 0x00005057u, 0x000500c7u, 0x00000006u, 0x0000505au, - 0x0000504cu, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000505bu, 0x0000505au, 0x0004007cu, 0x00000012u, - 0x0000505cu, 0x0000505bu, 0x00070050u, 0x00000013u, 0x0000505du, 0x00005050u, 0x00005054u, 0x00005058u, - 0x0000505cu, 0x000300f7u, 0x0000442fu, 0x00000000u, 0x000400fau, 0x00001affu, 0x00004420u, 0x0000442fu, - 0x000200f8u, 0x00004420u, 0x00050050u, 0x00000058u, 0x00004423u, 0x00006cebu, 0x000042e2u, 0x0004007cu, - 0x000000abu, 0x00004424u, 0x00004423u, 0x0003003eu, 0x000041d7u, 0x00004424u, 0x00050041u, 0x00000007u, - 0x00005068u, 0x000041d7u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00005069u, 0x00005068u, 0x00050084u, - 0x00000006u, 0x0000506au, 0x0000412bu, 0x00005069u, 0x00050080u, 0x00000006u, 0x0000506bu, 0x00004129u, - 0x0000506au, 0x00050041u, 0x00000007u, 0x0000506cu, 0x000041d7u, 0x00000290u, 0x0004003du, 0x00000006u, - 0x0000506du, 0x0000506cu, 0x00050084u, 0x00000006u, 0x0000506eu, 0x0000506du, 0x000002fau, 0x00050080u, - 0x00000006u, 0x00005070u, 0x0000506bu, 0x0000506eu, 0x000500c7u, 0x00000006u, 0x00005072u, 0x00005070u, - 0x00000746u, 0x000500c2u, 0x00000006u, 0x00005074u, 0x00005072u, 0x000001a8u, 0x0004003du, 0x00000006u, - 0x00005076u, 0x00005068u, 0x000500c7u, 0x00000006u, 0x00005077u, 0x00005076u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00005078u, 0x00005077u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x0000507au, 0x00005074u, - 0x00005078u, 0x000500c6u, 0x00000006u, 0x0000507cu, 0x0000507au, 0x000002f6u, 0x00080041u, 0x0000077au, - 0x0000507fu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x0000507cu, 0x0004003du, 0x00000011u, - 0x00005080u, 0x0000507fu, 0x00040071u, 0x00000006u, 0x00005081u, 0x00005080u, 0x000500c5u, 0x00000006u, - 0x00005084u, 0x0000507cu, 0x00000777u, 0x00080041u, 0x0000077au, 0x00005085u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00005084u, 0x0004003du, 0x00000011u, 0x00005086u, 0x00005085u, 0x00040071u, - 0x00000006u, 0x00005087u, 0x00005086u, 0x000500c2u, 0x00000006u, 0x00005089u, 0x00005081u, 0x000001dbu, - 0x00040071u, 0x00000011u, 0x0000508au, 0x00005089u, 0x0004007cu, 0x00000012u, 0x0000508bu, 0x0000508au, - 0x000500c7u, 0x00000006u, 0x0000508du, 0x00005081u, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000508eu, - 0x0000508du, 0x0004007cu, 0x00000012u, 0x0000508fu, 0x0000508eu, 0x000500c2u, 0x00000006u, 0x00005091u, - 0x00005087u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00005092u, 0x00005091u, 0x0004007cu, 0x00000012u, - 0x00005093u, 0x00005092u, 0x000500c7u, 0x00000006u, 0x00005095u, 0x00005087u, 0x00000659u, 0x00040071u, - 0x00000011u, 0x00005096u, 0x00005095u, 0x0004007cu, 0x00000012u, 0x00005097u, 0x00005096u, 0x00070050u, - 0x00000013u, 0x00005098u, 0x0000508bu, 0x0000508fu, 0x00005093u, 0x00005097u, 0x00050050u, 0x00000058u, - 0x0000442au, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x0000442bu, 0x0000442au, 0x0003003eu, - 0x000041dau, 0x0000442bu, 0x00050041u, 0x00000007u, 0x000050a3u, 0x000041dau, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x000050a4u, 0x000050a3u, 0x00050084u, 0x00000006u, 0x000050a5u, 0x0000412bu, 0x000050a4u, - 0x00050080u, 0x00000006u, 0x000050a6u, 0x00004129u, 0x000050a5u, 0x00050041u, 0x00000007u, 0x000050a7u, - 0x000041dau, 0x00000290u, 0x0004003du, 0x00000006u, 0x000050a8u, 0x000050a7u, 0x00050084u, 0x00000006u, - 0x000050a9u, 0x000050a8u, 0x000002fau, 0x00050080u, 0x00000006u, 0x000050abu, 0x000050a6u, 0x000050a9u, - 0x000500c7u, 0x00000006u, 0x000050adu, 0x000050abu, 0x00000746u, 0x000500c2u, 0x00000006u, 0x000050afu, - 0x000050adu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000050b1u, 0x000050a3u, 0x000500c7u, 0x00000006u, - 0x000050b2u, 0x000050b1u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000050b3u, 0x000050b2u, 0x000001a8u, - 0x000500c6u, 0x00000006u, 0x000050b5u, 0x000050afu, 0x000050b3u, 0x000500c6u, 0x00000006u, 0x000050b7u, - 0x000050b5u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000050bau, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x000050b7u, 0x0004003du, 0x00000011u, 0x000050bbu, 0x000050bau, 0x00040071u, 0x00000006u, - 0x000050bcu, 0x000050bbu, 0x000500c5u, 0x00000006u, 0x000050bfu, 0x000050b7u, 0x00000777u, 0x00080041u, - 0x0000077au, 0x000050c0u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000050bfu, 0x0004003du, - 0x00000011u, 0x000050c1u, 0x000050c0u, 0x00040071u, 0x00000006u, 0x000050c2u, 0x000050c1u, 0x000500c2u, - 0x00000006u, 0x000050c4u, 0x000050bcu, 0x000001dbu, 0x00040071u, 0x00000011u, 0x000050c5u, 0x000050c4u, - 0x0004007cu, 0x00000012u, 0x000050c6u, 0x000050c5u, 0x000500c7u, 0x00000006u, 0x000050c8u, 0x000050bcu, - 0x00000659u, 0x00040071u, 0x00000011u, 0x000050c9u, 0x000050c8u, 0x0004007cu, 0x00000012u, 0x000050cau, - 0x000050c9u, 0x000500c2u, 0x00000006u, 0x000050ccu, 0x000050c2u, 0x000001dbu, 0x00040071u, 0x00000011u, - 0x000050cdu, 0x000050ccu, 0x0004007cu, 0x00000012u, 0x000050ceu, 0x000050cdu, 0x000500c7u, 0x00000006u, - 0x000050d0u, 0x000050c2u, 0x00000659u, 0x00040071u, 0x00000011u, 0x000050d1u, 0x000050d0u, 0x0004007cu, - 0x00000012u, 0x000050d2u, 0x000050d1u, 0x00070050u, 0x00000013u, 0x000050d3u, 0x000050c6u, 0x000050cau, - 0x000050ceu, 0x000050d2u, 0x000200f9u, 0x0000442fu, 0x000200f8u, 0x0000442fu, 0x000700f5u, 0x00000013u, - 0x00007007u, 0x00006758u, 0x00004419u, 0x000050d3u, 0x00004420u, 0x000700f5u, 0x00000013u, 0x00006f15u, - 0x00006758u, 0x00004419u, 0x00005098u, 0x00004420u, 0x000300f7u, 0x00004439u, 0x00000000u, 0x000400fau, - 0x000042eeu, 0x00004431u, 0x00004439u, 0x000200f8u, 0x00004431u, 0x00050050u, 0x00000058u, 0x00004434u, - 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004435u, 0x00004434u, 0x0003003eu, 0x000041ddu, - 0x00004435u, 0x00050041u, 0x00000007u, 0x000050deu, 0x000041ddu, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x000050dfu, 0x000050deu, 0x00050084u, 0x00000006u, 0x000050e0u, 0x0000412bu, 0x000050dfu, 0x00050080u, - 0x00000006u, 0x000050e1u, 0x00004129u, 0x000050e0u, 0x00050041u, 0x00000007u, 0x000050e2u, 0x000041ddu, - 0x00000290u, 0x0004003du, 0x00000006u, 0x000050e3u, 0x000050e2u, 0x00050084u, 0x00000006u, 0x000050e4u, - 0x000050e3u, 0x000002fau, 0x00050080u, 0x00000006u, 0x000050e6u, 0x000050e1u, 0x000050e4u, 0x000500c7u, - 0x00000006u, 0x000050e8u, 0x000050e6u, 0x00000746u, 0x000500c2u, 0x00000006u, 0x000050eau, 0x000050e8u, - 0x000001a8u, 0x0004003du, 0x00000006u, 0x000050ecu, 0x000050deu, 0x000500c7u, 0x00000006u, 0x000050edu, - 0x000050ecu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000050eeu, 0x000050edu, 0x000001a8u, 0x000500c6u, - 0x00000006u, 0x000050f0u, 0x000050eau, 0x000050eeu, 0x000500c6u, 0x00000006u, 0x000050f2u, 0x000050f0u, - 0x000002f6u, 0x00080041u, 0x0000077au, 0x000050f5u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x000050f2u, 0x0004003du, 0x00000011u, 0x000050f6u, 0x000050f5u, 0x00040071u, 0x00000006u, 0x000050f7u, - 0x000050f6u, 0x000500c5u, 0x00000006u, 0x000050fau, 0x000050f2u, 0x00000777u, 0x00080041u, 0x0000077au, - 0x000050fbu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000050fau, 0x0004003du, 0x00000011u, - 0x000050fcu, 0x000050fbu, 0x00040071u, 0x00000006u, 0x000050fdu, 0x000050fcu, 0x000500c2u, 0x00000006u, - 0x000050ffu, 0x000050f7u, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00005100u, 0x000050ffu, 0x0004007cu, - 0x00000012u, 0x00005101u, 0x00005100u, 0x000500c7u, 0x00000006u, 0x00005103u, 0x000050f7u, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00005104u, 0x00005103u, 0x0004007cu, 0x00000012u, 0x00005105u, 0x00005104u, - 0x000500c2u, 0x00000006u, 0x00005107u, 0x000050fdu, 0x000001dbu, 0x00040071u, 0x00000011u, 0x00005108u, - 0x00005107u, 0x0004007cu, 0x00000012u, 0x00005109u, 0x00005108u, 0x000500c7u, 0x00000006u, 0x0000510bu, - 0x000050fdu, 0x00000659u, 0x00040071u, 0x00000011u, 0x0000510cu, 0x0000510bu, 0x0004007cu, 0x00000012u, - 0x0000510du, 0x0000510cu, 0x00070050u, 0x00000013u, 0x0000510eu, 0x00005101u, 0x00005105u, 0x00005109u, - 0x0000510du, 0x000200f9u, 0x00004439u, 0x000200f8u, 0x00004439u, 0x000700f5u, 0x00000013u, 0x000070f9u, - 0x00006758u, 0x0000442fu, 0x0000510eu, 0x00004431u, 0x000200f9u, 0x0000443au, 0x000200f8u, 0x000043f8u, - 0x0004007cu, 0x000000abu, 0x000043fau, 0x00006cfcu, 0x0003003eu, 0x000041c8u, 0x000043fau, 0x00050041u, - 0x00000007u, 0x00004f21u, 0x000041c8u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004f22u, 0x00004f21u, - 0x00050084u, 0x00000006u, 0x00004f23u, 0x0000412bu, 0x00004f22u, 0x00050080u, 0x00000006u, 0x00004f24u, - 0x00004129u, 0x00004f23u, 0x00050041u, 0x00000007u, 0x00004f25u, 0x000041c8u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00004f26u, 0x00004f25u, 0x00050084u, 0x00000006u, 0x00004f27u, 0x00004f26u, 0x000002fau, - 0x00050080u, 0x00000006u, 0x00004f29u, 0x00004f24u, 0x00004f27u, 0x000500c7u, 0x00000006u, 0x00004f2bu, - 0x00004f29u, 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00004f2du, 0x00004f2bu, 0x000001a8u, 0x0004003du, - 0x00000006u, 0x00004f2fu, 0x00004f21u, 0x000500c7u, 0x00000006u, 0x00004f30u, 0x00004f2fu, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00004f31u, 0x00004f30u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00004f33u, - 0x00004f2du, 0x00004f31u, 0x000500c6u, 0x00000006u, 0x00004f35u, 0x00004f33u, 0x000002f6u, 0x00080041u, - 0x0000077au, 0x00004f38u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004f35u, 0x0004003du, - 0x00000011u, 0x00004f39u, 0x00004f38u, 0x00040071u, 0x00000006u, 0x00004f3au, 0x00004f39u, 0x00060050u, - 0x0000026fu, 0x00004f42u, 0x00004f3au, 0x00004f3au, 0x00004f3au, 0x000500c2u, 0x0000026fu, 0x00004f43u, - 0x00004f42u, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00004f45u, 0x00004f43u, 0x00007dbbu, 0x000500c4u, - 0x0000026fu, 0x00004f48u, 0x00004f45u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00004f4bu, 0x00004f45u, - 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004f4cu, 0x00004f48u, 0x00004f4bu, 0x000500c7u, 0x00000006u, - 0x00004f4eu, 0x00004f3au, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004f4fu, 0x00004f4eu, 0x00000659u, - 0x00040071u, 0x0000065du, 0x00004f51u, 0x00004f4cu, 0x0004007cu, 0x0000065cu, 0x00004f52u, 0x00004f51u, - 0x00040071u, 0x00000011u, 0x00004f54u, 0x00004f4fu, 0x0004007cu, 0x00000012u, 0x00004f55u, 0x00004f54u, - 0x00050051u, 0x00000012u, 0x00004f56u, 0x00004f52u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00004f57u, - 0x00004f52u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00004f58u, 0x00004f52u, 0x00000002u, 0x00070050u, - 0x00000013u, 0x00004f59u, 0x00004f56u, 0x00004f57u, 0x00004f58u, 0x00004f55u, 0x000300f7u, 0x0000440eu, - 0x00000000u, 0x000400fau, 0x00001affu, 0x000043ffu, 0x0000440eu, 0x000200f8u, 0x000043ffu, 0x00050050u, - 0x00000058u, 0x00004402u, 0x00006cebu, 0x000042e2u, 0x0004007cu, 0x000000abu, 0x00004403u, 0x00004402u, - 0x0003003eu, 0x000041cbu, 0x00004403u, 0x00050041u, 0x00000007u, 0x00004f64u, 0x000041cbu, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00004f65u, 0x00004f64u, 0x00050084u, 0x00000006u, 0x00004f66u, 0x0000412bu, - 0x00004f65u, 0x00050080u, 0x00000006u, 0x00004f67u, 0x00004129u, 0x00004f66u, 0x00050041u, 0x00000007u, - 0x00004f68u, 0x000041cbu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004f69u, 0x00004f68u, 0x00050084u, - 0x00000006u, 0x00004f6au, 0x00004f69u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00004f6cu, 0x00004f67u, - 0x00004f6au, 0x000500c7u, 0x00000006u, 0x00004f6eu, 0x00004f6cu, 0x0000068cu, 0x000500c2u, 0x00000006u, - 0x00004f70u, 0x00004f6eu, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00004f72u, 0x00004f64u, 0x000500c7u, - 0x00000006u, 0x00004f73u, 0x00004f72u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004f74u, 0x00004f73u, - 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00004f76u, 0x00004f70u, 0x00004f74u, 0x000500c6u, 0x00000006u, - 0x00004f78u, 0x00004f76u, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00004f7bu, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00004f78u, 0x0004003du, 0x00000011u, 0x00004f7cu, 0x00004f7bu, 0x00040071u, - 0x00000006u, 0x00004f7du, 0x00004f7cu, 0x00060050u, 0x0000026fu, 0x00004f85u, 0x00004f7du, 0x00004f7du, - 0x00004f7du, 0x000500c2u, 0x0000026fu, 0x00004f86u, 0x00004f85u, 0x0000064au, 0x000500c7u, 0x0000026fu, - 0x00004f88u, 0x00004f86u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00004f8bu, 0x00004f88u, 0x00007dbcu, - 0x000500c2u, 0x0000026fu, 0x00004f8eu, 0x00004f88u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004f8fu, - 0x00004f8bu, 0x00004f8eu, 0x000500c7u, 0x00000006u, 0x00004f91u, 0x00004f7du, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00004f92u, 0x00004f91u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004f94u, 0x00004f8fu, - 0x0004007cu, 0x0000065cu, 0x00004f95u, 0x00004f94u, 0x00040071u, 0x00000011u, 0x00004f97u, 0x00004f92u, - 0x0004007cu, 0x00000012u, 0x00004f98u, 0x00004f97u, 0x00050051u, 0x00000012u, 0x00004f99u, 0x00004f95u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x00004f9au, 0x00004f95u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x00004f9bu, 0x00004f95u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00004f9cu, 0x00004f99u, 0x00004f9au, - 0x00004f9bu, 0x00004f98u, 0x00050050u, 0x00000058u, 0x00004409u, 0x00006ce7u, 0x000042e4u, 0x0004007cu, - 0x000000abu, 0x0000440au, 0x00004409u, 0x0003003eu, 0x000041ceu, 0x0000440au, 0x00050041u, 0x00000007u, - 0x00004fa7u, 0x000041ceu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004fa8u, 0x00004fa7u, 0x00050084u, - 0x00000006u, 0x00004fa9u, 0x0000412bu, 0x00004fa8u, 0x00050080u, 0x00000006u, 0x00004faau, 0x00004129u, - 0x00004fa9u, 0x00050041u, 0x00000007u, 0x00004fabu, 0x000041ceu, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00004facu, 0x00004fabu, 0x00050084u, 0x00000006u, 0x00004fadu, 0x00004facu, 0x000002fau, 0x00050080u, - 0x00000006u, 0x00004fafu, 0x00004faau, 0x00004fadu, 0x000500c7u, 0x00000006u, 0x00004fb1u, 0x00004fafu, - 0x0000068cu, 0x000500c2u, 0x00000006u, 0x00004fb3u, 0x00004fb1u, 0x000001a8u, 0x0004003du, 0x00000006u, - 0x00004fb5u, 0x00004fa7u, 0x000500c7u, 0x00000006u, 0x00004fb6u, 0x00004fb5u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00004fb7u, 0x00004fb6u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00004fb9u, 0x00004fb3u, - 0x00004fb7u, 0x000500c6u, 0x00000006u, 0x00004fbbu, 0x00004fb9u, 0x000002f6u, 0x00080041u, 0x0000077au, - 0x00004fbeu, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004fbbu, 0x0004003du, 0x00000011u, - 0x00004fbfu, 0x00004fbeu, 0x00040071u, 0x00000006u, 0x00004fc0u, 0x00004fbfu, 0x00060050u, 0x0000026fu, - 0x00004fc8u, 0x00004fc0u, 0x00004fc0u, 0x00004fc0u, 0x000500c2u, 0x0000026fu, 0x00004fc9u, 0x00004fc8u, - 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00004fcbu, 0x00004fc9u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, - 0x00004fceu, 0x00004fcbu, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00004fd1u, 0x00004fcbu, 0x00007dbdu, - 0x000500c5u, 0x0000026fu, 0x00004fd2u, 0x00004fceu, 0x00004fd1u, 0x000500c7u, 0x00000006u, 0x00004fd4u, - 0x00004fc0u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004fd5u, 0x00004fd4u, 0x00000659u, 0x00040071u, - 0x0000065du, 0x00004fd7u, 0x00004fd2u, 0x0004007cu, 0x0000065cu, 0x00004fd8u, 0x00004fd7u, 0x00040071u, - 0x00000011u, 0x00004fdau, 0x00004fd5u, 0x0004007cu, 0x00000012u, 0x00004fdbu, 0x00004fdau, 0x00050051u, - 0x00000012u, 0x00004fdcu, 0x00004fd8u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00004fddu, 0x00004fd8u, - 0x00000001u, 0x00050051u, 0x00000012u, 0x00004fdeu, 0x00004fd8u, 0x00000002u, 0x00070050u, 0x00000013u, - 0x00004fdfu, 0x00004fdcu, 0x00004fddu, 0x00004fdeu, 0x00004fdbu, 0x000200f9u, 0x0000440eu, 0x000200f8u, - 0x0000440eu, 0x000700f5u, 0x00000013u, 0x00007005u, 0x00006758u, 0x000043f8u, 0x00004fdfu, 0x000043ffu, - 0x000700f5u, 0x00000013u, 0x00006f13u, 0x00006758u, 0x000043f8u, 0x00004f9cu, 0x000043ffu, 0x000300f7u, - 0x00004418u, 0x00000000u, 0x000400fau, 0x000042eeu, 0x00004410u, 0x00004418u, 0x000200f8u, 0x00004410u, - 0x00050050u, 0x00000058u, 0x00004413u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004414u, - 0x00004413u, 0x0003003eu, 0x000041d1u, 0x00004414u, 0x00050041u, 0x00000007u, 0x00004feau, 0x000041d1u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004febu, 0x00004feau, 0x00050084u, 0x00000006u, 0x00004fecu, - 0x0000412bu, 0x00004febu, 0x00050080u, 0x00000006u, 0x00004fedu, 0x00004129u, 0x00004fecu, 0x00050041u, - 0x00000007u, 0x00004feeu, 0x000041d1u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004fefu, 0x00004feeu, - 0x00050084u, 0x00000006u, 0x00004ff0u, 0x00004fefu, 0x000002fau, 0x00050080u, 0x00000006u, 0x00004ff2u, - 0x00004fedu, 0x00004ff0u, 0x000500c7u, 0x00000006u, 0x00004ff4u, 0x00004ff2u, 0x0000068cu, 0x000500c2u, - 0x00000006u, 0x00004ff6u, 0x00004ff4u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x00004ff8u, 0x00004feau, - 0x000500c7u, 0x00000006u, 0x00004ff9u, 0x00004ff8u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004ffau, - 0x00004ff9u, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x00004ffcu, 0x00004ff6u, 0x00004ffau, 0x000500c6u, - 0x00000006u, 0x00004ffeu, 0x00004ffcu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00005001u, 0x00000775u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004ffeu, 0x0004003du, 0x00000011u, 0x00005002u, 0x00005001u, - 0x00040071u, 0x00000006u, 0x00005003u, 0x00005002u, 0x00060050u, 0x0000026fu, 0x0000500bu, 0x00005003u, - 0x00005003u, 0x00005003u, 0x000500c2u, 0x0000026fu, 0x0000500cu, 0x0000500bu, 0x0000064au, 0x000500c7u, - 0x0000026fu, 0x0000500eu, 0x0000500cu, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00005011u, 0x0000500eu, - 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00005014u, 0x0000500eu, 0x00007dbdu, 0x000500c5u, 0x0000026fu, - 0x00005015u, 0x00005011u, 0x00005014u, 0x000500c7u, 0x00000006u, 0x00005017u, 0x00005003u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00005018u, 0x00005017u, 0x00000659u, 0x00040071u, 0x0000065du, 0x0000501au, - 0x00005015u, 0x0004007cu, 0x0000065cu, 0x0000501bu, 0x0000501au, 0x00040071u, 0x00000011u, 0x0000501du, - 0x00005018u, 0x0004007cu, 0x00000012u, 0x0000501eu, 0x0000501du, 0x00050051u, 0x00000012u, 0x0000501fu, - 0x0000501bu, 0x00000000u, 0x00050051u, 0x00000012u, 0x00005020u, 0x0000501bu, 0x00000001u, 0x00050051u, - 0x00000012u, 0x00005021u, 0x0000501bu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00005022u, 0x0000501fu, - 0x00005020u, 0x00005021u, 0x0000501eu, 0x000200f9u, 0x00004418u, 0x000200f8u, 0x00004418u, 0x000700f5u, - 0x00000013u, 0x000070f7u, 0x00006758u, 0x0000440eu, 0x00005022u, 0x00004410u, 0x000200f9u, 0x0000443au, - 0x000200f8u, 0x000043d7u, 0x0004007cu, 0x000000abu, 0x000043d9u, 0x00006cfcu, 0x0003003eu, 0x000041bcu, - 0x000043d9u, 0x00050041u, 0x00000007u, 0x00004e8cu, 0x000041bcu, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x00004e8du, 0x00004e8cu, 0x00050084u, 0x00000006u, 0x00004e8eu, 0x0000412bu, 0x00004e8du, 0x00050080u, - 0x00000006u, 0x00004e8fu, 0x00004129u, 0x00004e8eu, 0x00050041u, 0x00000007u, 0x00004e90u, 0x000041bcu, - 0x00000290u, 0x0004003du, 0x00000006u, 0x00004e91u, 0x00004e90u, 0x00050080u, 0x00000006u, 0x00004e93u, - 0x00004e8fu, 0x00004e91u, 0x000500c7u, 0x00000006u, 0x00004e95u, 0x00004e93u, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x00004e98u, 0x00004e8cu, 0x000500c7u, 0x00000006u, 0x00004e99u, 0x00004e98u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00004e9au, 0x00004e99u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004e9cu, - 0x00004e95u, 0x00004e9au, 0x000500c6u, 0x00000006u, 0x00004e9eu, 0x00004e9cu, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x00004ea1u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004e9eu, 0x0004003du, - 0x0000000fu, 0x00004ea2u, 0x00004ea1u, 0x00040071u, 0x00000006u, 0x00004ea3u, 0x00004ea2u, 0x00040071u, - 0x00000011u, 0x00004ea5u, 0x00004ea3u, 0x0004007cu, 0x00000012u, 0x00004ea6u, 0x00004ea5u, 0x00070050u, - 0x00000013u, 0x00004ea7u, 0x00004ea6u, 0x00004ea6u, 0x00004ea6u, 0x00004ea6u, 0x000300f7u, 0x000043edu, - 0x00000000u, 0x000400fau, 0x00001affu, 0x000043deu, 0x000043edu, 0x000200f8u, 0x000043deu, 0x00050050u, - 0x00000058u, 0x000043e1u, 0x00006cebu, 0x000042e2u, 0x0004007cu, 0x000000abu, 0x000043e2u, 0x000043e1u, - 0x0003003eu, 0x000041bfu, 0x000043e2u, 0x00050041u, 0x00000007u, 0x00004eb1u, 0x000041bfu, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00004eb2u, 0x00004eb1u, 0x00050084u, 0x00000006u, 0x00004eb3u, 0x0000412bu, - 0x00004eb2u, 0x00050080u, 0x00000006u, 0x00004eb4u, 0x00004129u, 0x00004eb3u, 0x00050041u, 0x00000007u, - 0x00004eb5u, 0x000041bfu, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004eb6u, 0x00004eb5u, 0x00050080u, - 0x00000006u, 0x00004eb8u, 0x00004eb4u, 0x00004eb6u, 0x000500c7u, 0x00000006u, 0x00004ebau, 0x00004eb8u, - 0x0000068cu, 0x0004003du, 0x00000006u, 0x00004ebdu, 0x00004eb1u, 0x000500c7u, 0x00000006u, 0x00004ebeu, - 0x00004ebdu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004ebfu, 0x00004ebeu, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00004ec1u, 0x00004ebau, 0x00004ebfu, 0x000500c6u, 0x00000006u, 0x00004ec3u, 0x00004ec1u, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00004ec6u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00004ec3u, 0x0004003du, 0x0000000fu, 0x00004ec7u, 0x00004ec6u, 0x00040071u, 0x00000006u, 0x00004ec8u, - 0x00004ec7u, 0x00040071u, 0x00000011u, 0x00004ecau, 0x00004ec8u, 0x0004007cu, 0x00000012u, 0x00004ecbu, - 0x00004ecau, 0x00070050u, 0x00000013u, 0x00004eccu, 0x00004ecbu, 0x00004ecbu, 0x00004ecbu, 0x00004ecbu, - 0x00050050u, 0x00000058u, 0x000043e8u, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000043e9u, - 0x000043e8u, 0x0003003eu, 0x000041c2u, 0x000043e9u, 0x00050041u, 0x00000007u, 0x00004ed6u, 0x000041c2u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004ed7u, 0x00004ed6u, 0x00050084u, 0x00000006u, 0x00004ed8u, - 0x0000412bu, 0x00004ed7u, 0x00050080u, 0x00000006u, 0x00004ed9u, 0x00004129u, 0x00004ed8u, 0x00050041u, - 0x00000007u, 0x00004edau, 0x000041c2u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004edbu, 0x00004edau, - 0x00050080u, 0x00000006u, 0x00004eddu, 0x00004ed9u, 0x00004edbu, 0x000500c7u, 0x00000006u, 0x00004edfu, - 0x00004eddu, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00004ee2u, 0x00004ed6u, 0x000500c7u, 0x00000006u, - 0x00004ee3u, 0x00004ee2u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004ee4u, 0x00004ee3u, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x00004ee6u, 0x00004edfu, 0x00004ee4u, 0x000500c6u, 0x00000006u, 0x00004ee8u, - 0x00004ee6u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00004eebu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00004ee8u, 0x0004003du, 0x0000000fu, 0x00004eecu, 0x00004eebu, 0x00040071u, 0x00000006u, - 0x00004eedu, 0x00004eecu, 0x00040071u, 0x00000011u, 0x00004eefu, 0x00004eedu, 0x0004007cu, 0x00000012u, - 0x00004ef0u, 0x00004eefu, 0x00070050u, 0x00000013u, 0x00004ef1u, 0x00004ef0u, 0x00004ef0u, 0x00004ef0u, - 0x00004ef0u, 0x000200f9u, 0x000043edu, 0x000200f8u, 0x000043edu, 0x000700f5u, 0x00000013u, 0x00007003u, - 0x00006758u, 0x000043d7u, 0x00004ef1u, 0x000043deu, 0x000700f5u, 0x00000013u, 0x00006f11u, 0x00006758u, - 0x000043d7u, 0x00004eccu, 0x000043deu, 0x000300f7u, 0x000043f7u, 0x00000000u, 0x000400fau, 0x000042eeu, - 0x000043efu, 0x000043f7u, 0x000200f8u, 0x000043efu, 0x00050050u, 0x00000058u, 0x000043f2u, 0x00006cebu, - 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000043f3u, 0x000043f2u, 0x0003003eu, 0x000041c5u, 0x000043f3u, - 0x00050041u, 0x00000007u, 0x00004efbu, 0x000041c5u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004efcu, - 0x00004efbu, 0x00050084u, 0x00000006u, 0x00004efdu, 0x0000412bu, 0x00004efcu, 0x00050080u, 0x00000006u, - 0x00004efeu, 0x00004129u, 0x00004efdu, 0x00050041u, 0x00000007u, 0x00004effu, 0x000041c5u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00004f00u, 0x00004effu, 0x00050080u, 0x00000006u, 0x00004f02u, 0x00004efeu, - 0x00004f00u, 0x000500c7u, 0x00000006u, 0x00004f04u, 0x00004f02u, 0x0000068cu, 0x0004003du, 0x00000006u, - 0x00004f07u, 0x00004efbu, 0x000500c7u, 0x00000006u, 0x00004f08u, 0x00004f07u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00004f09u, 0x00004f08u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004f0bu, 0x00004f04u, - 0x00004f09u, 0x000500c6u, 0x00000006u, 0x00004f0du, 0x00004f0bu, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x00004f10u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004f0du, 0x0004003du, 0x0000000fu, - 0x00004f11u, 0x00004f10u, 0x00040071u, 0x00000006u, 0x00004f12u, 0x00004f11u, 0x00040071u, 0x00000011u, - 0x00004f14u, 0x00004f12u, 0x0004007cu, 0x00000012u, 0x00004f15u, 0x00004f14u, 0x00070050u, 0x00000013u, - 0x00004f16u, 0x00004f15u, 0x00004f15u, 0x00004f15u, 0x00004f15u, 0x000200f9u, 0x000043f7u, 0x000200f8u, - 0x000043f7u, 0x000700f5u, 0x00000013u, 0x000070f5u, 0x00006758u, 0x000043edu, 0x00004f16u, 0x000043efu, - 0x000200f9u, 0x0000443au, 0x000200f8u, 0x000043b6u, 0x0004007cu, 0x000000abu, 0x000043b8u, 0x00006cfcu, - 0x0003003eu, 0x000041b0u, 0x000043b8u, 0x00050041u, 0x00000007u, 0x00004dbdu, 0x000041b0u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00004dbeu, 0x00004dbdu, 0x00050084u, 0x00000006u, 0x00004dbfu, 0x0000412bu, - 0x00004dbeu, 0x00050080u, 0x00000006u, 0x00004dc0u, 0x00004129u, 0x00004dbfu, 0x00050041u, 0x00000007u, - 0x00004dc1u, 0x000041b0u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004dc2u, 0x00004dc1u, 0x000500c2u, - 0x00000006u, 0x00004dc3u, 0x00004dc2u, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00004dc5u, 0x00004dc0u, - 0x00004dc3u, 0x000500c7u, 0x00000006u, 0x00004dc7u, 0x00004dc5u, 0x0000068cu, 0x0004003du, 0x00000006u, - 0x00004dc9u, 0x00004dc1u, 0x000400c8u, 0x00000006u, 0x00004dcau, 0x00004dc9u, 0x000500c7u, 0x00000006u, - 0x00004dcbu, 0x00004dcau, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004dccu, 0x00004dcbu, 0x00000694u, - 0x0004003du, 0x00000006u, 0x00004dcfu, 0x00004dbdu, 0x000500c7u, 0x00000006u, 0x00004dd0u, 0x00004dcfu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004dd1u, 0x00004dd0u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00004dd3u, 0x00004dc7u, 0x00004dd1u, 0x000500c6u, 0x00000006u, 0x00004dd5u, 0x00004dd3u, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x00004dd8u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004dd5u, - 0x0004003du, 0x0000000fu, 0x00004dd9u, 0x00004dd8u, 0x00040071u, 0x00000006u, 0x00004ddau, 0x00004dd9u, - 0x000500c2u, 0x00000006u, 0x00004dddu, 0x00004ddau, 0x00004dccu, 0x000500c7u, 0x00000006u, 0x00004ddeu, - 0x00004dddu, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00004de0u, 0x00004ddeu, 0x000001b1u, 0x000500c5u, - 0x00000006u, 0x00004de2u, 0x00004ddeu, 0x00004de0u, 0x00040071u, 0x00000011u, 0x00004de4u, 0x00004de2u, - 0x0004007cu, 0x00000012u, 0x00004de5u, 0x00004de4u, 0x00070050u, 0x00000013u, 0x00004de6u, 0x00004de5u, - 0x00004de5u, 0x00004de5u, 0x00004de5u, 0x000300f7u, 0x000043ccu, 0x00000000u, 0x000400fau, 0x00001affu, - 0x000043bdu, 0x000043ccu, 0x000200f8u, 0x000043bdu, 0x00050050u, 0x00000058u, 0x000043c0u, 0x00006cebu, - 0x000042e2u, 0x0004007cu, 0x000000abu, 0x000043c1u, 0x000043c0u, 0x0003003eu, 0x000041b3u, 0x000043c1u, - 0x00050041u, 0x00000007u, 0x00004df1u, 0x000041b3u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004df2u, - 0x00004df1u, 0x00050084u, 0x00000006u, 0x00004df3u, 0x0000412bu, 0x00004df2u, 0x00050080u, 0x00000006u, - 0x00004df4u, 0x00004129u, 0x00004df3u, 0x00050041u, 0x00000007u, 0x00004df5u, 0x000041b3u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00004df6u, 0x00004df5u, 0x000500c2u, 0x00000006u, 0x00004df7u, 0x00004df6u, - 0x000001a8u, 0x00050080u, 0x00000006u, 0x00004df9u, 0x00004df4u, 0x00004df7u, 0x000500c7u, 0x00000006u, - 0x00004dfbu, 0x00004df9u, 0x0000068cu, 0x0004003du, 0x00000006u, 0x00004dfdu, 0x00004df5u, 0x000400c8u, - 0x00000006u, 0x00004dfeu, 0x00004dfdu, 0x000500c7u, 0x00000006u, 0x00004dffu, 0x00004dfeu, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00004e00u, 0x00004dffu, 0x00000694u, 0x0004003du, 0x00000006u, 0x00004e03u, - 0x00004df1u, 0x000500c7u, 0x00000006u, 0x00004e04u, 0x00004e03u, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00004e05u, 0x00004e04u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004e07u, 0x00004dfbu, 0x00004e05u, - 0x000500c6u, 0x00000006u, 0x00004e09u, 0x00004e07u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00004e0cu, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004e09u, 0x0004003du, 0x0000000fu, 0x00004e0du, - 0x00004e0cu, 0x00040071u, 0x00000006u, 0x00004e0eu, 0x00004e0du, 0x000500c2u, 0x00000006u, 0x00004e11u, - 0x00004e0eu, 0x00004e00u, 0x000500c7u, 0x00000006u, 0x00004e12u, 0x00004e11u, 0x000006b1u, 0x000500c4u, - 0x00000006u, 0x00004e14u, 0x00004e12u, 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00004e16u, 0x00004e12u, - 0x00004e14u, 0x00040071u, 0x00000011u, 0x00004e18u, 0x00004e16u, 0x0004007cu, 0x00000012u, 0x00004e19u, - 0x00004e18u, 0x00070050u, 0x00000013u, 0x00004e1au, 0x00004e19u, 0x00004e19u, 0x00004e19u, 0x00004e19u, - 0x00050050u, 0x00000058u, 0x000043c7u, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000043c8u, - 0x000043c7u, 0x0003003eu, 0x000041b6u, 0x000043c8u, 0x00050041u, 0x00000007u, 0x00004e25u, 0x000041b6u, - 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004e26u, 0x00004e25u, 0x00050084u, 0x00000006u, 0x00004e27u, - 0x0000412bu, 0x00004e26u, 0x00050080u, 0x00000006u, 0x00004e28u, 0x00004129u, 0x00004e27u, 0x00050041u, - 0x00000007u, 0x00004e29u, 0x000041b6u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004e2au, 0x00004e29u, - 0x000500c2u, 0x00000006u, 0x00004e2bu, 0x00004e2au, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00004e2du, - 0x00004e28u, 0x00004e2bu, 0x000500c7u, 0x00000006u, 0x00004e2fu, 0x00004e2du, 0x0000068cu, 0x0004003du, - 0x00000006u, 0x00004e31u, 0x00004e29u, 0x000400c8u, 0x00000006u, 0x00004e32u, 0x00004e31u, 0x000500c7u, - 0x00000006u, 0x00004e33u, 0x00004e32u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004e34u, 0x00004e33u, - 0x00000694u, 0x0004003du, 0x00000006u, 0x00004e37u, 0x00004e25u, 0x000500c7u, 0x00000006u, 0x00004e38u, - 0x00004e37u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004e39u, 0x00004e38u, 0x000001abu, 0x000500c6u, - 0x00000006u, 0x00004e3bu, 0x00004e2fu, 0x00004e39u, 0x000500c6u, 0x00000006u, 0x00004e3du, 0x00004e3bu, - 0x000002fdu, 0x00080041u, 0x000006aau, 0x00004e40u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00004e3du, 0x0004003du, 0x0000000fu, 0x00004e41u, 0x00004e40u, 0x00040071u, 0x00000006u, 0x00004e42u, - 0x00004e41u, 0x000500c2u, 0x00000006u, 0x00004e45u, 0x00004e42u, 0x00004e34u, 0x000500c7u, 0x00000006u, - 0x00004e46u, 0x00004e45u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00004e48u, 0x00004e46u, 0x000001b1u, - 0x000500c5u, 0x00000006u, 0x00004e4au, 0x00004e46u, 0x00004e48u, 0x00040071u, 0x00000011u, 0x00004e4cu, - 0x00004e4au, 0x0004007cu, 0x00000012u, 0x00004e4du, 0x00004e4cu, 0x00070050u, 0x00000013u, 0x00004e4eu, - 0x00004e4du, 0x00004e4du, 0x00004e4du, 0x00004e4du, 0x000200f9u, 0x000043ccu, 0x000200f8u, 0x000043ccu, - 0x000700f5u, 0x00000013u, 0x00007001u, 0x00006758u, 0x000043b6u, 0x00004e4eu, 0x000043bdu, 0x000700f5u, - 0x00000013u, 0x00006f0fu, 0x00006758u, 0x000043b6u, 0x00004e1au, 0x000043bdu, 0x000300f7u, 0x000043d6u, - 0x00000000u, 0x000400fau, 0x000042eeu, 0x000043ceu, 0x000043d6u, 0x000200f8u, 0x000043ceu, 0x00050050u, - 0x00000058u, 0x000043d1u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x000043d2u, 0x000043d1u, - 0x0003003eu, 0x000041b9u, 0x000043d2u, 0x00050041u, 0x00000007u, 0x00004e59u, 0x000041b9u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00004e5au, 0x00004e59u, 0x00050084u, 0x00000006u, 0x00004e5bu, 0x0000412bu, - 0x00004e5au, 0x00050080u, 0x00000006u, 0x00004e5cu, 0x00004129u, 0x00004e5bu, 0x00050041u, 0x00000007u, - 0x00004e5du, 0x000041b9u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004e5eu, 0x00004e5du, 0x000500c2u, - 0x00000006u, 0x00004e5fu, 0x00004e5eu, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00004e61u, 0x00004e5cu, - 0x00004e5fu, 0x000500c7u, 0x00000006u, 0x00004e63u, 0x00004e61u, 0x0000068cu, 0x0004003du, 0x00000006u, - 0x00004e65u, 0x00004e5du, 0x000400c8u, 0x00000006u, 0x00004e66u, 0x00004e65u, 0x000500c7u, 0x00000006u, - 0x00004e67u, 0x00004e66u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004e68u, 0x00004e67u, 0x00000694u, - 0x0004003du, 0x00000006u, 0x00004e6bu, 0x00004e59u, 0x000500c7u, 0x00000006u, 0x00004e6cu, 0x00004e6bu, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004e6du, 0x00004e6cu, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00004e6fu, 0x00004e63u, 0x00004e6du, 0x000500c6u, 0x00000006u, 0x00004e71u, 0x00004e6fu, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x00004e74u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004e71u, - 0x0004003du, 0x0000000fu, 0x00004e75u, 0x00004e74u, 0x00040071u, 0x00000006u, 0x00004e76u, 0x00004e75u, - 0x000500c2u, 0x00000006u, 0x00004e79u, 0x00004e76u, 0x00004e68u, 0x000500c7u, 0x00000006u, 0x00004e7au, - 0x00004e79u, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00004e7cu, 0x00004e7au, 0x000001b1u, 0x000500c5u, - 0x00000006u, 0x00004e7eu, 0x00004e7au, 0x00004e7cu, 0x00040071u, 0x00000011u, 0x00004e80u, 0x00004e7eu, - 0x0004007cu, 0x00000012u, 0x00004e81u, 0x00004e80u, 0x00070050u, 0x00000013u, 0x00004e82u, 0x00004e81u, - 0x00004e81u, 0x00004e81u, 0x00004e81u, 0x000200f9u, 0x000043d6u, 0x000200f8u, 0x000043d6u, 0x000700f5u, - 0x00000013u, 0x000070f3u, 0x00006758u, 0x000043ccu, 0x00004e82u, 0x000043ceu, 0x000200f9u, 0x0000443au, - 0x000200f8u, 0x0000443au, 0x000d00f5u, 0x00000013u, 0x000070f2u, 0x00006758u, 0x000043b1u, 0x000070f3u, - 0x000043d6u, 0x000070f5u, 0x000043f7u, 0x000070f7u, 0x00004418u, 0x000070f9u, 0x00004439u, 0x000d00f5u, - 0x00000013u, 0x00006fffu, 0x00006758u, 0x000043b1u, 0x00007001u, 0x000043d6u, 0x00007003u, 0x000043f7u, - 0x00007005u, 0x00004418u, 0x00007007u, 0x00004439u, 0x000d00f5u, 0x00000013u, 0x00006f0du, 0x00006758u, - 0x000043b1u, 0x00006f0fu, 0x000043d6u, 0x00006f11u, 0x000043f7u, 0x00006f13u, 0x00004418u, 0x00006f15u, - 0x00004439u, 0x000d00f5u, 0x00000013u, 0x00006de1u, 0x00006758u, 0x000043b1u, 0x00004de6u, 0x000043d6u, - 0x00004ea7u, 0x000043f7u, 0x00004f59u, 0x00004418u, 0x0000505du, 0x00004439u, 0x000200f9u, 0x000045d1u, - 0x000200f8u, 0x000045d1u, 0x000f00f5u, 0x00000013u, 0x000070f1u, 0x00006758u, 0x000043acu, 0x000070f2u, - 0x0000443au, 0x000070fbu, 0x00004468u, 0x000070fcu, 0x000044ddu, 0x00007103u, 0x00004567u, 0x0000710cu, - 0x000045d0u, 0x000f00f5u, 0x00000013u, 0x00006ffeu, 0x00006758u, 0x000043acu, 0x00006fffu, 0x0000443au, - 0x00007008u, 0x00004468u, 0x00007009u, 0x000044ddu, 0x00007010u, 0x00004567u, 0x00007019u, 0x000045d0u, - 0x000f00f5u, 0x00000013u, 0x00006f0cu, 0x00006758u, 0x000043acu, 0x00006f0du, 0x0000443au, 0x00006f16u, - 0x00004468u, 0x00006f17u, 0x000044ddu, 0x00006f1eu, 0x00004567u, 0x00006f27u, 0x000045d0u, 0x000f00f5u, - 0x00000013u, 0x00006de0u, 0x00006758u, 0x000043acu, 0x00006de1u, 0x0000443au, 0x00005160u, 0x00004468u, - 0x00006debu, 0x000044ddu, 0x00006df2u, 0x00004567u, 0x00006dfbu, 0x000045d0u, 0x000200f9u, 0x000045d2u, - 0x000200f8u, 0x0000430bu, 0x000300f7u, 0x000043abu, 0x00000000u, 0x000b00fbu, 0x000042f5u, 0x000043abu, - 0x00000000u, 0x00004310u, 0x00000002u, 0x00004310u, 0x00000003u, 0x00004310u, 0x00000004u, 0x00004310u, - 0x000200f8u, 0x00004310u, 0x000600a9u, 0x00000008u, 0x00004314u, 0x000042f8u, 0x000001abu, 0x000001a8u, - 0x0004007cu, 0x00000006u, 0x00004315u, 0x00004314u, 0x00040071u, 0x00000006u, 0x00004318u, 0x00007ddfu, - 0x0004007cu, 0x00000008u, 0x00004319u, 0x00004318u, 0x000300f7u, 0x000043aau, 0x00000000u, 0x000700fbu, - 0x00004319u, 0x0000431au, 0x00000000u, 0x00004346u, 0x00000001u, 0x0000437eu, 0x000200f8u, 0x0000437eu, - 0x0004007cu, 0x000000abu, 0x00004380u, 0x00006cfcu, 0x000600a9u, 0x00000008u, 0x00004382u, 0x000042f8u, - 0x000001aeu, 0x0000019eu, 0x0004007cu, 0x00000006u, 0x00004383u, 0x00004382u, 0x0003003eu, 0x00004180u, - 0x00004380u, 0x00050041u, 0x00000007u, 0x00004c0cu, 0x00004180u, 0x000002f6u, 0x0004003du, 0x00000006u, - 0x00004c0du, 0x00004c0cu, 0x00050084u, 0x00000006u, 0x00004c0eu, 0x0000412bu, 0x00004c0du, 0x00050080u, - 0x00000006u, 0x00004c0fu, 0x00004129u, 0x00004c0eu, 0x00050041u, 0x00000007u, 0x00004c10u, 0x00004180u, - 0x00000290u, 0x0004003du, 0x00000006u, 0x00004c11u, 0x00004c10u, 0x00050080u, 0x00000006u, 0x00004c13u, - 0x00004c0fu, 0x00004c11u, 0x000500c7u, 0x00000006u, 0x00004c15u, 0x00004c13u, 0x00000746u, 0x0004003du, - 0x00000006u, 0x00004c18u, 0x00004c0cu, 0x000500c7u, 0x00000006u, 0x00004c19u, 0x00004c18u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00004c1au, 0x00004c19u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004c1cu, - 0x00004c15u, 0x00004c1au, 0x000500c6u, 0x00000006u, 0x00004c1eu, 0x00004c1cu, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x00004c21u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004c1eu, 0x0004003du, - 0x0000000fu, 0x00004c22u, 0x00004c21u, 0x00040071u, 0x00000006u, 0x00004c23u, 0x00004c22u, 0x000500c4u, - 0x00000006u, 0x00004c25u, 0x00004c23u, 0x000001abu, 0x00050080u, 0x00000006u, 0x00004c27u, 0x00004c25u, - 0x00004383u, 0x000500c6u, 0x00000006u, 0x00004c2au, 0x00004c27u, 0x00004315u, 0x000500c5u, 0x00000006u, - 0x00004c2du, 0x00000777u, 0x00004c2au, 0x00080041u, 0x0000077au, 0x00004c2eu, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00004c2du, 0x0004003du, 0x00000011u, 0x00004c2fu, 0x00004c2eu, 0x00040071u, - 0x00000006u, 0x00004c30u, 0x00004c2fu, 0x000300f7u, 0x00004c38u, 0x00000000u, 0x000400fau, 0x00001afcu, - 0x00004c32u, 0x00004c35u, 0x000200f8u, 0x00004c35u, 0x00060050u, 0x0000026fu, 0x00004c54u, 0x00004c30u, - 0x00004c30u, 0x00004c30u, 0x000500c2u, 0x0000026fu, 0x00004c55u, 0x00004c54u, 0x0000064au, 0x000500c7u, - 0x0000026fu, 0x00004c57u, 0x00004c55u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00004c5au, 0x00004c57u, - 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00004c5du, 0x00004c57u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, - 0x00004c5eu, 0x00004c5au, 0x00004c5du, 0x000500c7u, 0x00000006u, 0x00004c60u, 0x00004c30u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00004c61u, 0x00004c60u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004c63u, - 0x00004c5eu, 0x0004007cu, 0x0000065cu, 0x00004c64u, 0x00004c63u, 0x00040071u, 0x00000011u, 0x00004c66u, - 0x00004c61u, 0x0004007cu, 0x00000012u, 0x00004c67u, 0x00004c66u, 0x00050051u, 0x00000012u, 0x00004c68u, - 0x00004c64u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00004c69u, 0x00004c64u, 0x00000001u, 0x00050051u, - 0x00000012u, 0x00004c6au, 0x00004c64u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00004c6bu, 0x00004c68u, - 0x00004c69u, 0x00004c6au, 0x00004c67u, 0x000200f9u, 0x00004c38u, 0x000200f8u, 0x00004c32u, 0x000500c2u, - 0x00000006u, 0x00004c3fu, 0x00004c30u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004c41u, 0x00004c30u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x00004c43u, 0x00004c3fu, 0x0004007cu, 0x00000012u, 0x00004c44u, - 0x00004c43u, 0x00040071u, 0x00000011u, 0x00004c4cu, 0x00004c41u, 0x0004007cu, 0x00000012u, 0x00004c4du, - 0x00004c4cu, 0x00070050u, 0x00000013u, 0x00004c4eu, 0x00004c44u, 0x00004c44u, 0x00004c44u, 0x00004c4du, - 0x000200f9u, 0x00004c38u, 0x000200f8u, 0x00004c38u, 0x000700f5u, 0x00000013u, 0x00006d00u, 0x00004c4eu, - 0x00004c32u, 0x00004c6bu, 0x00004c35u, 0x000300f7u, 0x0000439du, 0x00000000u, 0x000400fau, 0x00001affu, - 0x0000438au, 0x0000439du, 0x000200f8u, 0x0000438au, 0x00050050u, 0x00000058u, 0x0000438du, 0x00006cebu, - 0x000042e2u, 0x0004007cu, 0x000000abu, 0x0000438eu, 0x0000438du, 0x0003003eu, 0x00004186u, 0x0000438eu, - 0x00050041u, 0x00000007u, 0x00004c79u, 0x00004186u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004c7au, - 0x00004c79u, 0x00050084u, 0x00000006u, 0x00004c7bu, 0x0000412bu, 0x00004c7au, 0x00050080u, 0x00000006u, - 0x00004c7cu, 0x00004129u, 0x00004c7bu, 0x00050041u, 0x00000007u, 0x00004c7du, 0x00004186u, 0x00000290u, - 0x0004003du, 0x00000006u, 0x00004c7eu, 0x00004c7du, 0x00050080u, 0x00000006u, 0x00004c80u, 0x00004c7cu, - 0x00004c7eu, 0x000500c7u, 0x00000006u, 0x00004c82u, 0x00004c80u, 0x00000746u, 0x0004003du, 0x00000006u, - 0x00004c85u, 0x00004c79u, 0x000500c7u, 0x00000006u, 0x00004c86u, 0x00004c85u, 0x000002f6u, 0x000500c4u, - 0x00000006u, 0x00004c87u, 0x00004c86u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004c89u, 0x00004c82u, - 0x00004c87u, 0x000500c6u, 0x00000006u, 0x00004c8bu, 0x00004c89u, 0x000002fdu, 0x00080041u, 0x000006aau, - 0x00004c8eu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004c8bu, 0x0004003du, 0x0000000fu, - 0x00004c8fu, 0x00004c8eu, 0x00040071u, 0x00000006u, 0x00004c90u, 0x00004c8fu, 0x000500c4u, 0x00000006u, - 0x00004c92u, 0x00004c90u, 0x000001abu, 0x00050080u, 0x00000006u, 0x00004c94u, 0x00004c92u, 0x000002f6u, - 0x000500c6u, 0x00000006u, 0x00004c97u, 0x00004c94u, 0x00004315u, 0x000500c5u, 0x00000006u, 0x00004c9au, - 0x00000777u, 0x00004c97u, 0x00080041u, 0x0000077au, 0x00004c9bu, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00004c9au, 0x0004003du, 0x00000011u, 0x00004c9cu, 0x00004c9bu, 0x00040071u, 0x00000006u, - 0x00004c9du, 0x00004c9cu, 0x000300f7u, 0x00004ca5u, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00004c9fu, - 0x00004ca2u, 0x000200f8u, 0x00004ca2u, 0x00060050u, 0x0000026fu, 0x00004cc1u, 0x00004c9du, 0x00004c9du, - 0x00004c9du, 0x000500c2u, 0x0000026fu, 0x00004cc2u, 0x00004cc1u, 0x0000064au, 0x000500c7u, 0x0000026fu, - 0x00004cc4u, 0x00004cc2u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00004cc7u, 0x00004cc4u, 0x00007dbcu, - 0x000500c2u, 0x0000026fu, 0x00004ccau, 0x00004cc4u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004ccbu, - 0x00004cc7u, 0x00004ccau, 0x000500c7u, 0x00000006u, 0x00004ccdu, 0x00004c9du, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00004cceu, 0x00004ccdu, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004cd0u, 0x00004ccbu, - 0x0004007cu, 0x0000065cu, 0x00004cd1u, 0x00004cd0u, 0x00040071u, 0x00000011u, 0x00004cd3u, 0x00004cceu, - 0x0004007cu, 0x00000012u, 0x00004cd4u, 0x00004cd3u, 0x00050051u, 0x00000012u, 0x00004cd5u, 0x00004cd1u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x00004cd6u, 0x00004cd1u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x00004cd7u, 0x00004cd1u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00004cd8u, 0x00004cd5u, 0x00004cd6u, - 0x00004cd7u, 0x00004cd4u, 0x000200f9u, 0x00004ca5u, 0x000200f8u, 0x00004c9fu, 0x000500c2u, 0x00000006u, - 0x00004cacu, 0x00004c9du, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004caeu, 0x00004c9du, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00004cb0u, 0x00004cacu, 0x0004007cu, 0x00000012u, 0x00004cb1u, 0x00004cb0u, - 0x00040071u, 0x00000011u, 0x00004cb9u, 0x00004caeu, 0x0004007cu, 0x00000012u, 0x00004cbau, 0x00004cb9u, - 0x00070050u, 0x00000013u, 0x00004cbbu, 0x00004cb1u, 0x00004cb1u, 0x00004cb1u, 0x00004cbau, 0x000200f9u, - 0x00004ca5u, 0x000200f8u, 0x00004ca5u, 0x000700f5u, 0x00000013u, 0x00006d03u, 0x00004cbbu, 0x00004c9fu, - 0x00004cd8u, 0x00004ca2u, 0x00050050u, 0x00000058u, 0x00004396u, 0x00006ce7u, 0x000042e4u, 0x0004007cu, - 0x000000abu, 0x00004397u, 0x00004396u, 0x0003003eu, 0x0000418cu, 0x00004397u, 0x00050041u, 0x00000007u, - 0x00004ce6u, 0x0000418cu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004ce7u, 0x00004ce6u, 0x00050084u, - 0x00000006u, 0x00004ce8u, 0x0000412bu, 0x00004ce7u, 0x00050080u, 0x00000006u, 0x00004ce9u, 0x00004129u, - 0x00004ce8u, 0x00050041u, 0x00000007u, 0x00004ceau, 0x0000418cu, 0x00000290u, 0x0004003du, 0x00000006u, - 0x00004cebu, 0x00004ceau, 0x00050080u, 0x00000006u, 0x00004cedu, 0x00004ce9u, 0x00004cebu, 0x000500c7u, - 0x00000006u, 0x00004cefu, 0x00004cedu, 0x00000746u, 0x0004003du, 0x00000006u, 0x00004cf2u, 0x00004ce6u, - 0x000500c7u, 0x00000006u, 0x00004cf3u, 0x00004cf2u, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004cf4u, - 0x00004cf3u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004cf6u, 0x00004cefu, 0x00004cf4u, 0x000500c6u, - 0x00000006u, 0x00004cf8u, 0x00004cf6u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00004cfbu, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004cf8u, 0x0004003du, 0x0000000fu, 0x00004cfcu, 0x00004cfbu, - 0x00040071u, 0x00000006u, 0x00004cfdu, 0x00004cfcu, 0x000500c4u, 0x00000006u, 0x00004cffu, 0x00004cfdu, - 0x000001abu, 0x00050080u, 0x00000006u, 0x00004d01u, 0x00004cffu, 0x000002fau, 0x000500c6u, 0x00000006u, - 0x00004d04u, 0x00004d01u, 0x00004315u, 0x000500c5u, 0x00000006u, 0x00004d07u, 0x00000777u, 0x00004d04u, - 0x00080041u, 0x0000077au, 0x00004d08u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004d07u, - 0x0004003du, 0x00000011u, 0x00004d09u, 0x00004d08u, 0x00040071u, 0x00000006u, 0x00004d0au, 0x00004d09u, - 0x000300f7u, 0x00004d12u, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00004d0cu, 0x00004d0fu, 0x000200f8u, - 0x00004d0fu, 0x00060050u, 0x0000026fu, 0x00004d2eu, 0x00004d0au, 0x00004d0au, 0x00004d0au, 0x000500c2u, - 0x0000026fu, 0x00004d2fu, 0x00004d2eu, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00004d31u, 0x00004d2fu, - 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00004d34u, 0x00004d31u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, - 0x00004d37u, 0x00004d31u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004d38u, 0x00004d34u, 0x00004d37u, - 0x000500c7u, 0x00000006u, 0x00004d3au, 0x00004d0au, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004d3bu, - 0x00004d3au, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004d3du, 0x00004d38u, 0x0004007cu, 0x0000065cu, - 0x00004d3eu, 0x00004d3du, 0x00040071u, 0x00000011u, 0x00004d40u, 0x00004d3bu, 0x0004007cu, 0x00000012u, - 0x00004d41u, 0x00004d40u, 0x00050051u, 0x00000012u, 0x00004d42u, 0x00004d3eu, 0x00000000u, 0x00050051u, - 0x00000012u, 0x00004d43u, 0x00004d3eu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00004d44u, 0x00004d3eu, - 0x00000002u, 0x00070050u, 0x00000013u, 0x00004d45u, 0x00004d42u, 0x00004d43u, 0x00004d44u, 0x00004d41u, - 0x000200f9u, 0x00004d12u, 0x000200f8u, 0x00004d0cu, 0x000500c2u, 0x00000006u, 0x00004d19u, 0x00004d0au, - 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004d1bu, 0x00004d0au, 0x00000659u, 0x00040071u, 0x00000011u, - 0x00004d1du, 0x00004d19u, 0x0004007cu, 0x00000012u, 0x00004d1eu, 0x00004d1du, 0x00040071u, 0x00000011u, - 0x00004d26u, 0x00004d1bu, 0x0004007cu, 0x00000012u, 0x00004d27u, 0x00004d26u, 0x00070050u, 0x00000013u, - 0x00004d28u, 0x00004d1eu, 0x00004d1eu, 0x00004d1eu, 0x00004d27u, 0x000200f9u, 0x00004d12u, 0x000200f8u, - 0x00004d12u, 0x000700f5u, 0x00000013u, 0x00006d04u, 0x00004d28u, 0x00004d0cu, 0x00004d45u, 0x00004d0fu, - 0x000200f9u, 0x0000439du, 0x000200f8u, 0x0000439du, 0x000700f5u, 0x00000013u, 0x00006ffbu, 0x00006758u, - 0x00004c38u, 0x00006d04u, 0x00004d12u, 0x000700f5u, 0x00000013u, 0x00006f08u, 0x00006758u, 0x00004c38u, - 0x00006d03u, 0x00004d12u, 0x000300f7u, 0x000043a9u, 0x00000000u, 0x000400fau, 0x000042eeu, 0x0000439fu, - 0x000043a9u, 0x000200f8u, 0x0000439fu, 0x00050050u, 0x00000058u, 0x000043a2u, 0x00006cebu, 0x000042e4u, - 0x0004007cu, 0x000000abu, 0x000043a3u, 0x000043a2u, 0x0003003eu, 0x00004192u, 0x000043a3u, 0x00050041u, - 0x00000007u, 0x00004d53u, 0x00004192u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004d54u, 0x00004d53u, - 0x00050084u, 0x00000006u, 0x00004d55u, 0x0000412bu, 0x00004d54u, 0x00050080u, 0x00000006u, 0x00004d56u, - 0x00004129u, 0x00004d55u, 0x00050041u, 0x00000007u, 0x00004d57u, 0x00004192u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00004d58u, 0x00004d57u, 0x00050080u, 0x00000006u, 0x00004d5au, 0x00004d56u, 0x00004d58u, - 0x000500c7u, 0x00000006u, 0x00004d5cu, 0x00004d5au, 0x00000746u, 0x0004003du, 0x00000006u, 0x00004d5fu, - 0x00004d53u, 0x000500c7u, 0x00000006u, 0x00004d60u, 0x00004d5fu, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x00004d61u, 0x00004d60u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004d63u, 0x00004d5cu, 0x00004d61u, - 0x000500c6u, 0x00000006u, 0x00004d65u, 0x00004d63u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00004d68u, - 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004d65u, 0x0004003du, 0x0000000fu, 0x00004d69u, - 0x00004d68u, 0x00040071u, 0x00000006u, 0x00004d6au, 0x00004d69u, 0x000500c4u, 0x00000006u, 0x00004d6cu, - 0x00004d6au, 0x000001abu, 0x00050080u, 0x00000006u, 0x00004d6eu, 0x00004d6cu, 0x000002fdu, 0x000500c6u, - 0x00000006u, 0x00004d71u, 0x00004d6eu, 0x00004315u, 0x000500c5u, 0x00000006u, 0x00004d74u, 0x00000777u, - 0x00004d71u, 0x00080041u, 0x0000077au, 0x00004d75u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x00004d74u, 0x0004003du, 0x00000011u, 0x00004d76u, 0x00004d75u, 0x00040071u, 0x00000006u, 0x00004d77u, - 0x00004d76u, 0x000300f7u, 0x00004d7fu, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00004d79u, 0x00004d7cu, - 0x000200f8u, 0x00004d7cu, 0x00060050u, 0x0000026fu, 0x00004d9bu, 0x00004d77u, 0x00004d77u, 0x00004d77u, - 0x000500c2u, 0x0000026fu, 0x00004d9cu, 0x00004d9bu, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00004d9eu, - 0x00004d9cu, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00004da1u, 0x00004d9eu, 0x00007dbcu, 0x000500c2u, - 0x0000026fu, 0x00004da4u, 0x00004d9eu, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004da5u, 0x00004da1u, - 0x00004da4u, 0x000500c7u, 0x00000006u, 0x00004da7u, 0x00004d77u, 0x000002f6u, 0x00050084u, 0x00000006u, - 0x00004da8u, 0x00004da7u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004daau, 0x00004da5u, 0x0004007cu, - 0x0000065cu, 0x00004dabu, 0x00004daau, 0x00040071u, 0x00000011u, 0x00004dadu, 0x00004da8u, 0x0004007cu, - 0x00000012u, 0x00004daeu, 0x00004dadu, 0x00050051u, 0x00000012u, 0x00004dafu, 0x00004dabu, 0x00000000u, - 0x00050051u, 0x00000012u, 0x00004db0u, 0x00004dabu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00004db1u, - 0x00004dabu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00004db2u, 0x00004dafu, 0x00004db0u, 0x00004db1u, - 0x00004daeu, 0x000200f9u, 0x00004d7fu, 0x000200f8u, 0x00004d79u, 0x000500c2u, 0x00000006u, 0x00004d86u, - 0x00004d77u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004d88u, 0x00004d77u, 0x00000659u, 0x00040071u, - 0x00000011u, 0x00004d8au, 0x00004d86u, 0x0004007cu, 0x00000012u, 0x00004d8bu, 0x00004d8au, 0x00040071u, - 0x00000011u, 0x00004d93u, 0x00004d88u, 0x0004007cu, 0x00000012u, 0x00004d94u, 0x00004d93u, 0x00070050u, - 0x00000013u, 0x00004d95u, 0x00004d8bu, 0x00004d8bu, 0x00004d8bu, 0x00004d94u, 0x000200f9u, 0x00004d7fu, - 0x000200f8u, 0x00004d7fu, 0x000700f5u, 0x00000013u, 0x00006d05u, 0x00004d95u, 0x00004d79u, 0x00004db2u, - 0x00004d7cu, 0x000200f9u, 0x000043a9u, 0x000200f8u, 0x000043a9u, 0x000700f5u, 0x00000013u, 0x000070ecu, - 0x00006758u, 0x0000439du, 0x00006d05u, 0x00004d7fu, 0x000200f9u, 0x000043aau, 0x000200f8u, 0x00004346u, - 0x0004007cu, 0x000000abu, 0x00004348u, 0x00006cfcu, 0x00040071u, 0x00000006u, 0x0000434bu, 0x00004131u, - 0x000600a9u, 0x00000008u, 0x0000434du, 0x000042f8u, 0x000001aeu, 0x0000019eu, 0x0004007cu, 0x00000006u, - 0x0000434eu, 0x0000434du, 0x0003003eu, 0x00004161u, 0x00004348u, 0x00050041u, 0x00000007u, 0x00004a1du, - 0x00004161u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004a1eu, 0x00004a1du, 0x00050084u, 0x00000006u, - 0x00004a1fu, 0x0000412bu, 0x00004a1eu, 0x00050080u, 0x00000006u, 0x00004a20u, 0x00004129u, 0x00004a1fu, - 0x00050041u, 0x00000007u, 0x00004a21u, 0x00004161u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004a22u, - 0x00004a21u, 0x000500c2u, 0x00000006u, 0x00004a23u, 0x00004a22u, 0x000001a8u, 0x00050080u, 0x00000006u, - 0x00004a25u, 0x00004a20u, 0x00004a23u, 0x000500c7u, 0x00000006u, 0x00004a27u, 0x00004a25u, 0x00000746u, - 0x0004003du, 0x00000006u, 0x00004a29u, 0x00004a21u, 0x000400c8u, 0x00000006u, 0x00004a2au, 0x00004a29u, - 0x000500c7u, 0x00000006u, 0x00004a2bu, 0x00004a2au, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004a2cu, - 0x00004a2bu, 0x00000694u, 0x0004003du, 0x00000006u, 0x00004a2fu, 0x00004a1du, 0x000500c7u, 0x00000006u, - 0x00004a30u, 0x00004a2fu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004a31u, 0x00004a30u, 0x000001abu, - 0x000500c6u, 0x00000006u, 0x00004a33u, 0x00004a27u, 0x00004a31u, 0x000500c6u, 0x00000006u, 0x00004a35u, - 0x00004a33u, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00004a38u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00004a35u, 0x0004003du, 0x0000000fu, 0x00004a39u, 0x00004a38u, 0x00040071u, 0x00000006u, - 0x00004a3au, 0x00004a39u, 0x000500c2u, 0x00000006u, 0x00004a3du, 0x00004a3au, 0x00004a2cu, 0x000500c7u, - 0x00000006u, 0x00004a3eu, 0x00004a3du, 0x000006b1u, 0x000500c4u, 0x00000006u, 0x00004a40u, 0x0000434bu, - 0x000001b1u, 0x000500c5u, 0x00000006u, 0x00004a42u, 0x00004a3eu, 0x00004a40u, 0x000500c4u, 0x00000006u, - 0x00004a44u, 0x00004a42u, 0x000001abu, 0x00050080u, 0x00000006u, 0x00004a46u, 0x00004a44u, 0x0000434eu, - 0x000500c6u, 0x00000006u, 0x00004a49u, 0x00004a46u, 0x00004315u, 0x000500c5u, 0x00000006u, 0x00004a4cu, - 0x00000777u, 0x00004a49u, 0x00080041u, 0x0000077au, 0x00004a4du, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00004a4cu, 0x0004003du, 0x00000011u, 0x00004a4eu, 0x00004a4du, 0x00040071u, 0x00000006u, - 0x00004a4fu, 0x00004a4eu, 0x000300f7u, 0x00004a57u, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00004a51u, - 0x00004a54u, 0x000200f8u, 0x00004a54u, 0x00060050u, 0x0000026fu, 0x00004a73u, 0x00004a4fu, 0x00004a4fu, - 0x00004a4fu, 0x000500c2u, 0x0000026fu, 0x00004a74u, 0x00004a73u, 0x0000064au, 0x000500c7u, 0x0000026fu, - 0x00004a76u, 0x00004a74u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00004a79u, 0x00004a76u, 0x00007dbcu, - 0x000500c2u, 0x0000026fu, 0x00004a7cu, 0x00004a76u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004a7du, - 0x00004a79u, 0x00004a7cu, 0x000500c7u, 0x00000006u, 0x00004a7fu, 0x00004a4fu, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00004a80u, 0x00004a7fu, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004a82u, 0x00004a7du, - 0x0004007cu, 0x0000065cu, 0x00004a83u, 0x00004a82u, 0x00040071u, 0x00000011u, 0x00004a85u, 0x00004a80u, - 0x0004007cu, 0x00000012u, 0x00004a86u, 0x00004a85u, 0x00050051u, 0x00000012u, 0x00004a87u, 0x00004a83u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x00004a88u, 0x00004a83u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x00004a89u, 0x00004a83u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00004a8au, 0x00004a87u, 0x00004a88u, - 0x00004a89u, 0x00004a86u, 0x000200f9u, 0x00004a57u, 0x000200f8u, 0x00004a51u, 0x000500c2u, 0x00000006u, - 0x00004a5eu, 0x00004a4fu, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004a60u, 0x00004a4fu, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00004a62u, 0x00004a5eu, 0x0004007cu, 0x00000012u, 0x00004a63u, 0x00004a62u, - 0x00040071u, 0x00000011u, 0x00004a6bu, 0x00004a60u, 0x0004007cu, 0x00000012u, 0x00004a6cu, 0x00004a6bu, - 0x00070050u, 0x00000013u, 0x00004a6du, 0x00004a63u, 0x00004a63u, 0x00004a63u, 0x00004a6cu, 0x000200f9u, - 0x00004a57u, 0x000200f8u, 0x00004a57u, 0x000700f5u, 0x00000013u, 0x00006d06u, 0x00004a6du, 0x00004a51u, - 0x00004a8au, 0x00004a54u, 0x000300f7u, 0x0000436eu, 0x00000000u, 0x000400fau, 0x00001affu, 0x00004355u, - 0x0000436eu, 0x000200f8u, 0x00004355u, 0x00050050u, 0x00000058u, 0x00004358u, 0x00006cebu, 0x000042e2u, - 0x0004007cu, 0x000000abu, 0x00004359u, 0x00004358u, 0x0003003eu, 0x00004169u, 0x00004359u, 0x00050041u, - 0x00000007u, 0x00004a99u, 0x00004169u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x00004a9au, 0x00004a99u, - 0x00050084u, 0x00000006u, 0x00004a9bu, 0x0000412bu, 0x00004a9au, 0x00050080u, 0x00000006u, 0x00004a9cu, - 0x00004129u, 0x00004a9bu, 0x00050041u, 0x00000007u, 0x00004a9du, 0x00004169u, 0x00000290u, 0x0004003du, - 0x00000006u, 0x00004a9eu, 0x00004a9du, 0x000500c2u, 0x00000006u, 0x00004a9fu, 0x00004a9eu, 0x000001a8u, - 0x00050080u, 0x00000006u, 0x00004aa1u, 0x00004a9cu, 0x00004a9fu, 0x000500c7u, 0x00000006u, 0x00004aa3u, - 0x00004aa1u, 0x00000746u, 0x0004003du, 0x00000006u, 0x00004aa5u, 0x00004a9du, 0x000400c8u, 0x00000006u, - 0x00004aa6u, 0x00004aa5u, 0x000500c7u, 0x00000006u, 0x00004aa7u, 0x00004aa6u, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00004aa8u, 0x00004aa7u, 0x00000694u, 0x0004003du, 0x00000006u, 0x00004aabu, 0x00004a99u, - 0x000500c7u, 0x00000006u, 0x00004aacu, 0x00004aabu, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004aadu, - 0x00004aacu, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004aafu, 0x00004aa3u, 0x00004aadu, 0x000500c6u, - 0x00000006u, 0x00004ab1u, 0x00004aafu, 0x000002fdu, 0x00080041u, 0x000006aau, 0x00004ab4u, 0x000006a7u, - 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004ab1u, 0x0004003du, 0x0000000fu, 0x00004ab5u, 0x00004ab4u, - 0x00040071u, 0x00000006u, 0x00004ab6u, 0x00004ab5u, 0x000500c2u, 0x00000006u, 0x00004ab9u, 0x00004ab6u, - 0x00004aa8u, 0x000500c7u, 0x00000006u, 0x00004abau, 0x00004ab9u, 0x000006b1u, 0x000500c5u, 0x00000006u, - 0x00004abeu, 0x00004abau, 0x00004a40u, 0x000500c4u, 0x00000006u, 0x00004ac0u, 0x00004abeu, 0x000001abu, - 0x00050080u, 0x00000006u, 0x00004ac2u, 0x00004ac0u, 0x000002f6u, 0x000500c6u, 0x00000006u, 0x00004ac5u, - 0x00004ac2u, 0x00004315u, 0x000500c5u, 0x00000006u, 0x00004ac8u, 0x00000777u, 0x00004ac5u, 0x00080041u, - 0x0000077au, 0x00004ac9u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004ac8u, 0x0004003du, - 0x00000011u, 0x00004acau, 0x00004ac9u, 0x00040071u, 0x00000006u, 0x00004acbu, 0x00004acau, 0x000300f7u, - 0x00004ad3u, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00004acdu, 0x00004ad0u, 0x000200f8u, 0x00004ad0u, - 0x00060050u, 0x0000026fu, 0x00004aefu, 0x00004acbu, 0x00004acbu, 0x00004acbu, 0x000500c2u, 0x0000026fu, - 0x00004af0u, 0x00004aefu, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x00004af2u, 0x00004af0u, 0x00007dbbu, - 0x000500c4u, 0x0000026fu, 0x00004af5u, 0x00004af2u, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00004af8u, - 0x00004af2u, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004af9u, 0x00004af5u, 0x00004af8u, 0x000500c7u, - 0x00000006u, 0x00004afbu, 0x00004acbu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004afcu, 0x00004afbu, - 0x00000659u, 0x00040071u, 0x0000065du, 0x00004afeu, 0x00004af9u, 0x0004007cu, 0x0000065cu, 0x00004affu, - 0x00004afeu, 0x00040071u, 0x00000011u, 0x00004b01u, 0x00004afcu, 0x0004007cu, 0x00000012u, 0x00004b02u, - 0x00004b01u, 0x00050051u, 0x00000012u, 0x00004b03u, 0x00004affu, 0x00000000u, 0x00050051u, 0x00000012u, - 0x00004b04u, 0x00004affu, 0x00000001u, 0x00050051u, 0x00000012u, 0x00004b05u, 0x00004affu, 0x00000002u, - 0x00070050u, 0x00000013u, 0x00004b06u, 0x00004b03u, 0x00004b04u, 0x00004b05u, 0x00004b02u, 0x000200f9u, - 0x00004ad3u, 0x000200f8u, 0x00004acdu, 0x000500c2u, 0x00000006u, 0x00004adau, 0x00004acbu, 0x000001dbu, - 0x000500c7u, 0x00000006u, 0x00004adcu, 0x00004acbu, 0x00000659u, 0x00040071u, 0x00000011u, 0x00004adeu, - 0x00004adau, 0x0004007cu, 0x00000012u, 0x00004adfu, 0x00004adeu, 0x00040071u, 0x00000011u, 0x00004ae7u, - 0x00004adcu, 0x0004007cu, 0x00000012u, 0x00004ae8u, 0x00004ae7u, 0x00070050u, 0x00000013u, 0x00004ae9u, - 0x00004adfu, 0x00004adfu, 0x00004adfu, 0x00004ae8u, 0x000200f9u, 0x00004ad3u, 0x000200f8u, 0x00004ad3u, - 0x000700f5u, 0x00000013u, 0x00006d08u, 0x00004ae9u, 0x00004acdu, 0x00004b06u, 0x00004ad0u, 0x00050050u, - 0x00000058u, 0x00004364u, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004365u, 0x00004364u, - 0x0003003eu, 0x00004171u, 0x00004365u, 0x00050041u, 0x00000007u, 0x00004b15u, 0x00004171u, 0x000002f6u, - 0x0004003du, 0x00000006u, 0x00004b16u, 0x00004b15u, 0x00050084u, 0x00000006u, 0x00004b17u, 0x0000412bu, - 0x00004b16u, 0x00050080u, 0x00000006u, 0x00004b18u, 0x00004129u, 0x00004b17u, 0x00050041u, 0x00000007u, - 0x00004b19u, 0x00004171u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004b1au, 0x00004b19u, 0x000500c2u, - 0x00000006u, 0x00004b1bu, 0x00004b1au, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00004b1du, 0x00004b18u, - 0x00004b1bu, 0x000500c7u, 0x00000006u, 0x00004b1fu, 0x00004b1du, 0x00000746u, 0x0004003du, 0x00000006u, - 0x00004b21u, 0x00004b19u, 0x000400c8u, 0x00000006u, 0x00004b22u, 0x00004b21u, 0x000500c7u, 0x00000006u, - 0x00004b23u, 0x00004b22u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004b24u, 0x00004b23u, 0x00000694u, - 0x0004003du, 0x00000006u, 0x00004b27u, 0x00004b15u, 0x000500c7u, 0x00000006u, 0x00004b28u, 0x00004b27u, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x00004b29u, 0x00004b28u, 0x000001abu, 0x000500c6u, 0x00000006u, - 0x00004b2bu, 0x00004b1fu, 0x00004b29u, 0x000500c6u, 0x00000006u, 0x00004b2du, 0x00004b2bu, 0x000002fdu, - 0x00080041u, 0x000006aau, 0x00004b30u, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004b2du, - 0x0004003du, 0x0000000fu, 0x00004b31u, 0x00004b30u, 0x00040071u, 0x00000006u, 0x00004b32u, 0x00004b31u, - 0x000500c2u, 0x00000006u, 0x00004b35u, 0x00004b32u, 0x00004b24u, 0x000500c7u, 0x00000006u, 0x00004b36u, - 0x00004b35u, 0x000006b1u, 0x000500c5u, 0x00000006u, 0x00004b3au, 0x00004b36u, 0x00004a40u, 0x000500c4u, - 0x00000006u, 0x00004b3cu, 0x00004b3au, 0x000001abu, 0x00050080u, 0x00000006u, 0x00004b3eu, 0x00004b3cu, - 0x000002fau, 0x000500c6u, 0x00000006u, 0x00004b41u, 0x00004b3eu, 0x00004315u, 0x000500c5u, 0x00000006u, - 0x00004b44u, 0x00000777u, 0x00004b41u, 0x00080041u, 0x0000077au, 0x00004b45u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00004b44u, 0x0004003du, 0x00000011u, 0x00004b46u, 0x00004b45u, 0x00040071u, - 0x00000006u, 0x00004b47u, 0x00004b46u, 0x000300f7u, 0x00004b4fu, 0x00000000u, 0x000400fau, 0x00001afcu, - 0x00004b49u, 0x00004b4cu, 0x000200f8u, 0x00004b4cu, 0x00060050u, 0x0000026fu, 0x00004b6bu, 0x00004b47u, - 0x00004b47u, 0x00004b47u, 0x000500c2u, 0x0000026fu, 0x00004b6cu, 0x00004b6bu, 0x0000064au, 0x000500c7u, - 0x0000026fu, 0x00004b6eu, 0x00004b6cu, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00004b71u, 0x00004b6eu, - 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00004b74u, 0x00004b6eu, 0x00007dbdu, 0x000500c5u, 0x0000026fu, - 0x00004b75u, 0x00004b71u, 0x00004b74u, 0x000500c7u, 0x00000006u, 0x00004b77u, 0x00004b47u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x00004b78u, 0x00004b77u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004b7au, - 0x00004b75u, 0x0004007cu, 0x0000065cu, 0x00004b7bu, 0x00004b7au, 0x00040071u, 0x00000011u, 0x00004b7du, - 0x00004b78u, 0x0004007cu, 0x00000012u, 0x00004b7eu, 0x00004b7du, 0x00050051u, 0x00000012u, 0x00004b7fu, - 0x00004b7bu, 0x00000000u, 0x00050051u, 0x00000012u, 0x00004b80u, 0x00004b7bu, 0x00000001u, 0x00050051u, - 0x00000012u, 0x00004b81u, 0x00004b7bu, 0x00000002u, 0x00070050u, 0x00000013u, 0x00004b82u, 0x00004b7fu, - 0x00004b80u, 0x00004b81u, 0x00004b7eu, 0x000200f9u, 0x00004b4fu, 0x000200f8u, 0x00004b49u, 0x000500c2u, - 0x00000006u, 0x00004b56u, 0x00004b47u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004b58u, 0x00004b47u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x00004b5au, 0x00004b56u, 0x0004007cu, 0x00000012u, 0x00004b5bu, - 0x00004b5au, 0x00040071u, 0x00000011u, 0x00004b63u, 0x00004b58u, 0x0004007cu, 0x00000012u, 0x00004b64u, - 0x00004b63u, 0x00070050u, 0x00000013u, 0x00004b65u, 0x00004b5bu, 0x00004b5bu, 0x00004b5bu, 0x00004b64u, - 0x000200f9u, 0x00004b4fu, 0x000200f8u, 0x00004b4fu, 0x000700f5u, 0x00000013u, 0x00006d09u, 0x00004b65u, - 0x00004b49u, 0x00004b82u, 0x00004b4cu, 0x000200f9u, 0x0000436eu, 0x000200f8u, 0x0000436eu, 0x000700f5u, - 0x00000013u, 0x00006ff7u, 0x00006758u, 0x00004a57u, 0x00006d09u, 0x00004b4fu, 0x000700f5u, 0x00000013u, - 0x00006f03u, 0x00006758u, 0x00004a57u, 0x00006d08u, 0x00004b4fu, 0x000300f7u, 0x0000437du, 0x00000000u, - 0x000400fau, 0x000042eeu, 0x00004370u, 0x0000437du, 0x000200f8u, 0x00004370u, 0x00050050u, 0x00000058u, - 0x00004373u, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, 0x00004374u, 0x00004373u, 0x0003003eu, - 0x00004179u, 0x00004374u, 0x00050041u, 0x00000007u, 0x00004b91u, 0x00004179u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x00004b92u, 0x00004b91u, 0x00050084u, 0x00000006u, 0x00004b93u, 0x0000412bu, 0x00004b92u, - 0x00050080u, 0x00000006u, 0x00004b94u, 0x00004129u, 0x00004b93u, 0x00050041u, 0x00000007u, 0x00004b95u, - 0x00004179u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004b96u, 0x00004b95u, 0x000500c2u, 0x00000006u, - 0x00004b97u, 0x00004b96u, 0x000001a8u, 0x00050080u, 0x00000006u, 0x00004b99u, 0x00004b94u, 0x00004b97u, - 0x000500c7u, 0x00000006u, 0x00004b9bu, 0x00004b99u, 0x00000746u, 0x0004003du, 0x00000006u, 0x00004b9du, - 0x00004b95u, 0x000400c8u, 0x00000006u, 0x00004b9eu, 0x00004b9du, 0x000500c7u, 0x00000006u, 0x00004b9fu, - 0x00004b9eu, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004ba0u, 0x00004b9fu, 0x00000694u, 0x0004003du, - 0x00000006u, 0x00004ba3u, 0x00004b91u, 0x000500c7u, 0x00000006u, 0x00004ba4u, 0x00004ba3u, 0x000002f6u, - 0x000500c4u, 0x00000006u, 0x00004ba5u, 0x00004ba4u, 0x000001abu, 0x000500c6u, 0x00000006u, 0x00004ba7u, - 0x00004b9bu, 0x00004ba5u, 0x000500c6u, 0x00000006u, 0x00004ba9u, 0x00004ba7u, 0x000002fdu, 0x00080041u, - 0x000006aau, 0x00004bacu, 0x000006a7u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004ba9u, 0x0004003du, - 0x0000000fu, 0x00004badu, 0x00004bacu, 0x00040071u, 0x00000006u, 0x00004baeu, 0x00004badu, 0x000500c2u, - 0x00000006u, 0x00004bb1u, 0x00004baeu, 0x00004ba0u, 0x000500c7u, 0x00000006u, 0x00004bb2u, 0x00004bb1u, - 0x000006b1u, 0x000500c5u, 0x00000006u, 0x00004bb6u, 0x00004bb2u, 0x00004a40u, 0x000500c4u, 0x00000006u, - 0x00004bb8u, 0x00004bb6u, 0x000001abu, 0x00050080u, 0x00000006u, 0x00004bbau, 0x00004bb8u, 0x000002fdu, - 0x000500c6u, 0x00000006u, 0x00004bbdu, 0x00004bbau, 0x00004315u, 0x000500c5u, 0x00000006u, 0x00004bc0u, - 0x00000777u, 0x00004bbdu, 0x00080041u, 0x0000077au, 0x00004bc1u, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00004bc0u, 0x0004003du, 0x00000011u, 0x00004bc2u, 0x00004bc1u, 0x00040071u, 0x00000006u, - 0x00004bc3u, 0x00004bc2u, 0x000300f7u, 0x00004bcbu, 0x00000000u, 0x000400fau, 0x00001afcu, 0x00004bc5u, - 0x00004bc8u, 0x000200f8u, 0x00004bc8u, 0x00060050u, 0x0000026fu, 0x00004be7u, 0x00004bc3u, 0x00004bc3u, - 0x00004bc3u, 0x000500c2u, 0x0000026fu, 0x00004be8u, 0x00004be7u, 0x0000064au, 0x000500c7u, 0x0000026fu, - 0x00004beau, 0x00004be8u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x00004bedu, 0x00004beau, 0x00007dbcu, - 0x000500c2u, 0x0000026fu, 0x00004bf0u, 0x00004beau, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004bf1u, - 0x00004bedu, 0x00004bf0u, 0x000500c7u, 0x00000006u, 0x00004bf3u, 0x00004bc3u, 0x000002f6u, 0x00050084u, - 0x00000006u, 0x00004bf4u, 0x00004bf3u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004bf6u, 0x00004bf1u, - 0x0004007cu, 0x0000065cu, 0x00004bf7u, 0x00004bf6u, 0x00040071u, 0x00000011u, 0x00004bf9u, 0x00004bf4u, - 0x0004007cu, 0x00000012u, 0x00004bfau, 0x00004bf9u, 0x00050051u, 0x00000012u, 0x00004bfbu, 0x00004bf7u, - 0x00000000u, 0x00050051u, 0x00000012u, 0x00004bfcu, 0x00004bf7u, 0x00000001u, 0x00050051u, 0x00000012u, - 0x00004bfdu, 0x00004bf7u, 0x00000002u, 0x00070050u, 0x00000013u, 0x00004bfeu, 0x00004bfbu, 0x00004bfcu, - 0x00004bfdu, 0x00004bfau, 0x000200f9u, 0x00004bcbu, 0x000200f8u, 0x00004bc5u, 0x000500c2u, 0x00000006u, - 0x00004bd2u, 0x00004bc3u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004bd4u, 0x00004bc3u, 0x00000659u, - 0x00040071u, 0x00000011u, 0x00004bd6u, 0x00004bd2u, 0x0004007cu, 0x00000012u, 0x00004bd7u, 0x00004bd6u, - 0x00040071u, 0x00000011u, 0x00004bdfu, 0x00004bd4u, 0x0004007cu, 0x00000012u, 0x00004be0u, 0x00004bdfu, - 0x00070050u, 0x00000013u, 0x00004be1u, 0x00004bd7u, 0x00004bd7u, 0x00004bd7u, 0x00004be0u, 0x000200f9u, - 0x00004bcbu, 0x000200f8u, 0x00004bcbu, 0x000700f5u, 0x00000013u, 0x00006d0au, 0x00004be1u, 0x00004bc5u, - 0x00004bfeu, 0x00004bc8u, 0x000200f9u, 0x0000437du, 0x000200f8u, 0x0000437du, 0x000700f5u, 0x00000013u, - 0x000070e7u, 0x00006758u, 0x0000436eu, 0x00006d0au, 0x00004bcbu, 0x000200f9u, 0x000043aau, 0x000200f8u, - 0x0000431au, 0x0004007cu, 0x000000abu, 0x0000431cu, 0x00006cfcu, 0x000600a9u, 0x00000008u, 0x0000431eu, - 0x000042f8u, 0x000001aeu, 0x0000019eu, 0x0004007cu, 0x00000006u, 0x0000431fu, 0x0000431eu, 0x0003003eu, - 0x00004198u, 0x0000431cu, 0x00050041u, 0x00000007u, 0x0000485cu, 0x00004198u, 0x000002f6u, 0x0004003du, - 0x00000006u, 0x0000485du, 0x0000485cu, 0x00050084u, 0x00000006u, 0x0000485eu, 0x0000412bu, 0x0000485du, - 0x00050080u, 0x00000006u, 0x0000485fu, 0x00004129u, 0x0000485eu, 0x00050041u, 0x00000007u, 0x00004860u, - 0x00004198u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004861u, 0x00004860u, 0x00050084u, 0x00000006u, - 0x00004862u, 0x00004861u, 0x000002fau, 0x00050080u, 0x00000006u, 0x00004864u, 0x0000485fu, 0x00004862u, - 0x000500c7u, 0x00000006u, 0x00004866u, 0x00004864u, 0x00000746u, 0x000500c2u, 0x00000006u, 0x00004868u, - 0x00004866u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000486au, 0x0000485cu, 0x000500c7u, 0x00000006u, - 0x0000486bu, 0x0000486au, 0x000002f6u, 0x000500c4u, 0x00000006u, 0x0000486cu, 0x0000486bu, 0x000001a8u, - 0x000500c6u, 0x00000006u, 0x0000486eu, 0x00004868u, 0x0000486cu, 0x000500c6u, 0x00000006u, 0x00004870u, - 0x0000486eu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00004873u, 0x00000775u, 0x0000019eu, 0x00001ad6u, - 0x0000019eu, 0x00004870u, 0x0004003du, 0x00000011u, 0x00004874u, 0x00004873u, 0x00040071u, 0x00000006u, - 0x00004875u, 0x00004874u, 0x000500c2u, 0x00000006u, 0x00004877u, 0x00004875u, 0x000001b7u, 0x000500c7u, - 0x00000006u, 0x00004878u, 0x00004877u, 0x00000818u, 0x00050080u, 0x00000006u, 0x0000487au, 0x00004878u, - 0x0000431fu, 0x000500c6u, 0x00000006u, 0x0000487du, 0x0000487au, 0x00004315u, 0x000500c5u, 0x00000006u, - 0x00004880u, 0x00000777u, 0x0000487du, 0x00080041u, 0x0000077au, 0x00004881u, 0x00000775u, 0x0000019eu, - 0x00001ad6u, 0x0000019eu, 0x00004880u, 0x0004003du, 0x00000011u, 0x00004882u, 0x00004881u, 0x00040071u, - 0x00000006u, 0x00004883u, 0x00004882u, 0x000300f7u, 0x0000488bu, 0x00000000u, 0x000400fau, 0x00001afcu, - 0x00004885u, 0x00004888u, 0x000200f8u, 0x00004888u, 0x00060050u, 0x0000026fu, 0x000048a7u, 0x00004883u, - 0x00004883u, 0x00004883u, 0x000500c2u, 0x0000026fu, 0x000048a8u, 0x000048a7u, 0x0000064au, 0x000500c7u, - 0x0000026fu, 0x000048aau, 0x000048a8u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x000048adu, 0x000048aau, - 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x000048b0u, 0x000048aau, 0x00007dbdu, 0x000500c5u, 0x0000026fu, - 0x000048b1u, 0x000048adu, 0x000048b0u, 0x000500c7u, 0x00000006u, 0x000048b3u, 0x00004883u, 0x000002f6u, - 0x00050084u, 0x00000006u, 0x000048b4u, 0x000048b3u, 0x00000659u, 0x00040071u, 0x0000065du, 0x000048b6u, - 0x000048b1u, 0x0004007cu, 0x0000065cu, 0x000048b7u, 0x000048b6u, 0x00040071u, 0x00000011u, 0x000048b9u, - 0x000048b4u, 0x0004007cu, 0x00000012u, 0x000048bau, 0x000048b9u, 0x00050051u, 0x00000012u, 0x000048bbu, - 0x000048b7u, 0x00000000u, 0x00050051u, 0x00000012u, 0x000048bcu, 0x000048b7u, 0x00000001u, 0x00050051u, - 0x00000012u, 0x000048bdu, 0x000048b7u, 0x00000002u, 0x00070050u, 0x00000013u, 0x000048beu, 0x000048bbu, - 0x000048bcu, 0x000048bdu, 0x000048bau, 0x000200f9u, 0x0000488bu, 0x000200f8u, 0x00004885u, 0x000500c2u, - 0x00000006u, 0x00004892u, 0x00004883u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004894u, 0x00004883u, - 0x00000659u, 0x00040071u, 0x00000011u, 0x00004896u, 0x00004892u, 0x0004007cu, 0x00000012u, 0x00004897u, - 0x00004896u, 0x00040071u, 0x00000011u, 0x0000489fu, 0x00004894u, 0x0004007cu, 0x00000012u, 0x000048a0u, - 0x0000489fu, 0x00070050u, 0x00000013u, 0x000048a1u, 0x00004897u, 0x00004897u, 0x00004897u, 0x000048a0u, - 0x000200f9u, 0x0000488bu, 0x000200f8u, 0x0000488bu, 0x000700f5u, 0x00000013u, 0x00006d0bu, 0x000048a1u, - 0x00004885u, 0x000048beu, 0x00004888u, 0x000300f7u, 0x00004339u, 0x00000000u, 0x000400fau, 0x00001affu, - 0x00004326u, 0x00004339u, 0x000200f8u, 0x00004326u, 0x00050050u, 0x00000058u, 0x00004329u, 0x00006cebu, - 0x000042e2u, 0x0004007cu, 0x000000abu, 0x0000432au, 0x00004329u, 0x0003003eu, 0x0000419eu, 0x0000432au, - 0x00050041u, 0x00000007u, 0x000048ccu, 0x0000419eu, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000048cdu, - 0x000048ccu, 0x00050084u, 0x00000006u, 0x000048ceu, 0x0000412bu, 0x000048cdu, 0x00050080u, 0x00000006u, - 0x000048cfu, 0x00004129u, 0x000048ceu, 0x00050041u, 0x00000007u, 0x000048d0u, 0x0000419eu, 0x00000290u, - 0x0004003du, 0x00000006u, 0x000048d1u, 0x000048d0u, 0x00050084u, 0x00000006u, 0x000048d2u, 0x000048d1u, - 0x000002fau, 0x00050080u, 0x00000006u, 0x000048d4u, 0x000048cfu, 0x000048d2u, 0x000500c7u, 0x00000006u, - 0x000048d6u, 0x000048d4u, 0x00000746u, 0x000500c2u, 0x00000006u, 0x000048d8u, 0x000048d6u, 0x000001a8u, - 0x0004003du, 0x00000006u, 0x000048dau, 0x000048ccu, 0x000500c7u, 0x00000006u, 0x000048dbu, 0x000048dau, - 0x000002f6u, 0x000500c4u, 0x00000006u, 0x000048dcu, 0x000048dbu, 0x000001a8u, 0x000500c6u, 0x00000006u, - 0x000048deu, 0x000048d8u, 0x000048dcu, 0x000500c6u, 0x00000006u, 0x000048e0u, 0x000048deu, 0x000002f6u, - 0x00080041u, 0x0000077au, 0x000048e3u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000048e0u, - 0x0004003du, 0x00000011u, 0x000048e4u, 0x000048e3u, 0x00040071u, 0x00000006u, 0x000048e5u, 0x000048e4u, - 0x000500c2u, 0x00000006u, 0x000048e7u, 0x000048e5u, 0x000001b7u, 0x000500c7u, 0x00000006u, 0x000048e8u, - 0x000048e7u, 0x00000818u, 0x00050080u, 0x00000006u, 0x000048eau, 0x000048e8u, 0x000002f6u, 0x000500c6u, - 0x00000006u, 0x000048edu, 0x000048eau, 0x00004315u, 0x000500c5u, 0x00000006u, 0x000048f0u, 0x00000777u, - 0x000048edu, 0x00080041u, 0x0000077au, 0x000048f1u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, - 0x000048f0u, 0x0004003du, 0x00000011u, 0x000048f2u, 0x000048f1u, 0x00040071u, 0x00000006u, 0x000048f3u, - 0x000048f2u, 0x000300f7u, 0x000048fbu, 0x00000000u, 0x000400fau, 0x00001afcu, 0x000048f5u, 0x000048f8u, - 0x000200f8u, 0x000048f8u, 0x00060050u, 0x0000026fu, 0x00004917u, 0x000048f3u, 0x000048f3u, 0x000048f3u, - 0x000500c2u, 0x0000026fu, 0x00004918u, 0x00004917u, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x0000491au, - 0x00004918u, 0x00007dbbu, 0x000500c4u, 0x0000026fu, 0x0000491du, 0x0000491au, 0x00007dbcu, 0x000500c2u, - 0x0000026fu, 0x00004920u, 0x0000491au, 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004921u, 0x0000491du, - 0x00004920u, 0x000500c7u, 0x00000006u, 0x00004923u, 0x000048f3u, 0x000002f6u, 0x00050084u, 0x00000006u, - 0x00004924u, 0x00004923u, 0x00000659u, 0x00040071u, 0x0000065du, 0x00004926u, 0x00004921u, 0x0004007cu, - 0x0000065cu, 0x00004927u, 0x00004926u, 0x00040071u, 0x00000011u, 0x00004929u, 0x00004924u, 0x0004007cu, - 0x00000012u, 0x0000492au, 0x00004929u, 0x00050051u, 0x00000012u, 0x0000492bu, 0x00004927u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x0000492cu, 0x00004927u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000492du, - 0x00004927u, 0x00000002u, 0x00070050u, 0x00000013u, 0x0000492eu, 0x0000492bu, 0x0000492cu, 0x0000492du, - 0x0000492au, 0x000200f9u, 0x000048fbu, 0x000200f8u, 0x000048f5u, 0x000500c2u, 0x00000006u, 0x00004902u, - 0x000048f3u, 0x000001dbu, 0x000500c7u, 0x00000006u, 0x00004904u, 0x000048f3u, 0x00000659u, 0x00040071u, - 0x00000011u, 0x00004906u, 0x00004902u, 0x0004007cu, 0x00000012u, 0x00004907u, 0x00004906u, 0x00040071u, - 0x00000011u, 0x0000490fu, 0x00004904u, 0x0004007cu, 0x00000012u, 0x00004910u, 0x0000490fu, 0x00070050u, - 0x00000013u, 0x00004911u, 0x00004907u, 0x00004907u, 0x00004907u, 0x00004910u, 0x000200f9u, 0x000048fbu, - 0x000200f8u, 0x000048fbu, 0x000700f5u, 0x00000013u, 0x00006d0du, 0x00004911u, 0x000048f5u, 0x0000492eu, - 0x000048f8u, 0x00050050u, 0x00000058u, 0x00004332u, 0x00006ce7u, 0x000042e4u, 0x0004007cu, 0x000000abu, - 0x00004333u, 0x00004332u, 0x0003003eu, 0x000041a4u, 0x00004333u, 0x00050041u, 0x00000007u, 0x0000493cu, - 0x000041a4u, 0x000002f6u, 0x0004003du, 0x00000006u, 0x0000493du, 0x0000493cu, 0x00050084u, 0x00000006u, - 0x0000493eu, 0x0000412bu, 0x0000493du, 0x00050080u, 0x00000006u, 0x0000493fu, 0x00004129u, 0x0000493eu, - 0x00050041u, 0x00000007u, 0x00004940u, 0x000041a4u, 0x00000290u, 0x0004003du, 0x00000006u, 0x00004941u, - 0x00004940u, 0x00050084u, 0x00000006u, 0x00004942u, 0x00004941u, 0x000002fau, 0x00050080u, 0x00000006u, - 0x00004944u, 0x0000493fu, 0x00004942u, 0x000500c7u, 0x00000006u, 0x00004946u, 0x00004944u, 0x00000746u, - 0x000500c2u, 0x00000006u, 0x00004948u, 0x00004946u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x0000494au, - 0x0000493cu, 0x000500c7u, 0x00000006u, 0x0000494bu, 0x0000494au, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x0000494cu, 0x0000494bu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x0000494eu, 0x00004948u, 0x0000494cu, - 0x000500c6u, 0x00000006u, 0x00004950u, 0x0000494eu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x00004953u, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004950u, 0x0004003du, 0x00000011u, 0x00004954u, - 0x00004953u, 0x00040071u, 0x00000006u, 0x00004955u, 0x00004954u, 0x000500c2u, 0x00000006u, 0x00004957u, - 0x00004955u, 0x000001b7u, 0x000500c7u, 0x00000006u, 0x00004958u, 0x00004957u, 0x00000818u, 0x00050080u, - 0x00000006u, 0x0000495au, 0x00004958u, 0x000002fau, 0x000500c6u, 0x00000006u, 0x0000495du, 0x0000495au, - 0x00004315u, 0x000500c5u, 0x00000006u, 0x00004960u, 0x00000777u, 0x0000495du, 0x00080041u, 0x0000077au, - 0x00004961u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x00004960u, 0x0004003du, 0x00000011u, - 0x00004962u, 0x00004961u, 0x00040071u, 0x00000006u, 0x00004963u, 0x00004962u, 0x000300f7u, 0x0000496bu, - 0x00000000u, 0x000400fau, 0x00001afcu, 0x00004965u, 0x00004968u, 0x000200f8u, 0x00004968u, 0x00060050u, - 0x0000026fu, 0x00004987u, 0x00004963u, 0x00004963u, 0x00004963u, 0x000500c2u, 0x0000026fu, 0x00004988u, - 0x00004987u, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x0000498au, 0x00004988u, 0x00007dbbu, 0x000500c4u, - 0x0000026fu, 0x0000498du, 0x0000498au, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00004990u, 0x0000498au, - 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004991u, 0x0000498du, 0x00004990u, 0x000500c7u, 0x00000006u, - 0x00004993u, 0x00004963u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004994u, 0x00004993u, 0x00000659u, - 0x00040071u, 0x0000065du, 0x00004996u, 0x00004991u, 0x0004007cu, 0x0000065cu, 0x00004997u, 0x00004996u, - 0x00040071u, 0x00000011u, 0x00004999u, 0x00004994u, 0x0004007cu, 0x00000012u, 0x0000499au, 0x00004999u, - 0x00050051u, 0x00000012u, 0x0000499bu, 0x00004997u, 0x00000000u, 0x00050051u, 0x00000012u, 0x0000499cu, - 0x00004997u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000499du, 0x00004997u, 0x00000002u, 0x00070050u, - 0x00000013u, 0x0000499eu, 0x0000499bu, 0x0000499cu, 0x0000499du, 0x0000499au, 0x000200f9u, 0x0000496bu, - 0x000200f8u, 0x00004965u, 0x000500c2u, 0x00000006u, 0x00004972u, 0x00004963u, 0x000001dbu, 0x000500c7u, - 0x00000006u, 0x00004974u, 0x00004963u, 0x00000659u, 0x00040071u, 0x00000011u, 0x00004976u, 0x00004972u, - 0x0004007cu, 0x00000012u, 0x00004977u, 0x00004976u, 0x00040071u, 0x00000011u, 0x0000497fu, 0x00004974u, - 0x0004007cu, 0x00000012u, 0x00004980u, 0x0000497fu, 0x00070050u, 0x00000013u, 0x00004981u, 0x00004977u, - 0x00004977u, 0x00004977u, 0x00004980u, 0x000200f9u, 0x0000496bu, 0x000200f8u, 0x0000496bu, 0x000700f5u, - 0x00000013u, 0x00006d0eu, 0x00004981u, 0x00004965u, 0x0000499eu, 0x00004968u, 0x000200f9u, 0x00004339u, - 0x000200f8u, 0x00004339u, 0x000700f5u, 0x00000013u, 0x00006ff2u, 0x00006758u, 0x0000488bu, 0x00006d0eu, - 0x0000496bu, 0x000700f5u, 0x00000013u, 0x00006efdu, 0x00006758u, 0x0000488bu, 0x00006d0du, 0x0000496bu, - 0x000300f7u, 0x00004345u, 0x00000000u, 0x000400fau, 0x000042eeu, 0x0000433bu, 0x00004345u, 0x000200f8u, - 0x0000433bu, 0x00050050u, 0x00000058u, 0x0000433eu, 0x00006cebu, 0x000042e4u, 0x0004007cu, 0x000000abu, - 0x0000433fu, 0x0000433eu, 0x0003003eu, 0x000041aau, 0x0000433fu, 0x00050041u, 0x00000007u, 0x000049acu, - 0x000041aau, 0x000002f6u, 0x0004003du, 0x00000006u, 0x000049adu, 0x000049acu, 0x00050084u, 0x00000006u, - 0x000049aeu, 0x0000412bu, 0x000049adu, 0x00050080u, 0x00000006u, 0x000049afu, 0x00004129u, 0x000049aeu, - 0x00050041u, 0x00000007u, 0x000049b0u, 0x000041aau, 0x00000290u, 0x0004003du, 0x00000006u, 0x000049b1u, - 0x000049b0u, 0x00050084u, 0x00000006u, 0x000049b2u, 0x000049b1u, 0x000002fau, 0x00050080u, 0x00000006u, - 0x000049b4u, 0x000049afu, 0x000049b2u, 0x000500c7u, 0x00000006u, 0x000049b6u, 0x000049b4u, 0x00000746u, - 0x000500c2u, 0x00000006u, 0x000049b8u, 0x000049b6u, 0x000001a8u, 0x0004003du, 0x00000006u, 0x000049bau, - 0x000049acu, 0x000500c7u, 0x00000006u, 0x000049bbu, 0x000049bau, 0x000002f6u, 0x000500c4u, 0x00000006u, - 0x000049bcu, 0x000049bbu, 0x000001a8u, 0x000500c6u, 0x00000006u, 0x000049beu, 0x000049b8u, 0x000049bcu, - 0x000500c6u, 0x00000006u, 0x000049c0u, 0x000049beu, 0x000002f6u, 0x00080041u, 0x0000077au, 0x000049c3u, - 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000049c0u, 0x0004003du, 0x00000011u, 0x000049c4u, - 0x000049c3u, 0x00040071u, 0x00000006u, 0x000049c5u, 0x000049c4u, 0x000500c2u, 0x00000006u, 0x000049c7u, - 0x000049c5u, 0x000001b7u, 0x000500c7u, 0x00000006u, 0x000049c8u, 0x000049c7u, 0x00000818u, 0x00050080u, - 0x00000006u, 0x000049cau, 0x000049c8u, 0x000002fdu, 0x000500c6u, 0x00000006u, 0x000049cdu, 0x000049cau, - 0x00004315u, 0x000500c5u, 0x00000006u, 0x000049d0u, 0x00000777u, 0x000049cdu, 0x00080041u, 0x0000077au, - 0x000049d1u, 0x00000775u, 0x0000019eu, 0x00001ad6u, 0x0000019eu, 0x000049d0u, 0x0004003du, 0x00000011u, - 0x000049d2u, 0x000049d1u, 0x00040071u, 0x00000006u, 0x000049d3u, 0x000049d2u, 0x000300f7u, 0x000049dbu, - 0x00000000u, 0x000400fau, 0x00001afcu, 0x000049d5u, 0x000049d8u, 0x000200f8u, 0x000049d8u, 0x00060050u, - 0x0000026fu, 0x000049f7u, 0x000049d3u, 0x000049d3u, 0x000049d3u, 0x000500c2u, 0x0000026fu, 0x000049f8u, - 0x000049f7u, 0x0000064au, 0x000500c7u, 0x0000026fu, 0x000049fau, 0x000049f8u, 0x00007dbbu, 0x000500c4u, - 0x0000026fu, 0x000049fdu, 0x000049fau, 0x00007dbcu, 0x000500c2u, 0x0000026fu, 0x00004a00u, 0x000049fau, - 0x00007dbdu, 0x000500c5u, 0x0000026fu, 0x00004a01u, 0x000049fdu, 0x00004a00u, 0x000500c7u, 0x00000006u, - 0x00004a03u, 0x000049d3u, 0x000002f6u, 0x00050084u, 0x00000006u, 0x00004a04u, 0x00004a03u, 0x00000659u, - 0x00040071u, 0x0000065du, 0x00004a06u, 0x00004a01u, 0x0004007cu, 0x0000065cu, 0x00004a07u, 0x00004a06u, - 0x00040071u, 0x00000011u, 0x00004a09u, 0x00004a04u, 0x0004007cu, 0x00000012u, 0x00004a0au, 0x00004a09u, - 0x00050051u, 0x00000012u, 0x00004a0bu, 0x00004a07u, 0x00000000u, 0x00050051u, 0x00000012u, 0x00004a0cu, - 0x00004a07u, 0x00000001u, 0x00050051u, 0x00000012u, 0x00004a0du, 0x00004a07u, 0x00000002u, 0x00070050u, - 0x00000013u, 0x00004a0eu, 0x00004a0bu, 0x00004a0cu, 0x00004a0du, 0x00004a0au, 0x000200f9u, 0x000049dbu, - 0x000200f8u, 0x000049d5u, 0x000500c2u, 0x00000006u, 0x000049e2u, 0x000049d3u, 0x000001dbu, 0x000500c7u, - 0x00000006u, 0x000049e4u, 0x000049d3u, 0x00000659u, 0x00040071u, 0x00000011u, 0x000049e6u, 0x000049e2u, - 0x0004007cu, 0x00000012u, 0x000049e7u, 0x000049e6u, 0x00040071u, 0x00000011u, 0x000049efu, 0x000049e4u, - 0x0004007cu, 0x00000012u, 0x000049f0u, 0x000049efu, 0x00070050u, 0x00000013u, 0x000049f1u, 0x000049e7u, - 0x000049e7u, 0x000049e7u, 0x000049f0u, 0x000200f9u, 0x000049dbu, 0x000200f8u, 0x000049dbu, 0x000700f5u, - 0x00000013u, 0x00006d0fu, 0x000049f1u, 0x000049d5u, 0x00004a0eu, 0x000049d8u, 0x000200f9u, 0x00004345u, - 0x000200f8u, 0x00004345u, 0x000700f5u, 0x00000013u, 0x000070e1u, 0x00006758u, 0x00004339u, 0x00006d0fu, - 0x000049dbu, 0x000200f9u, 0x000043aau, 0x000200f8u, 0x000043aau, 0x000900f5u, 0x00000013u, 0x000070e0u, - 0x000070e1u, 0x00004345u, 0x000070e7u, 0x0000437du, 0x000070ecu, 0x000043a9u, 0x000900f5u, 0x00000013u, - 0x00006ff0u, 0x00006ff2u, 0x00004345u, 0x00006ff7u, 0x0000437du, 0x00006ffbu, 0x000043a9u, 0x000900f5u, - 0x00000013u, 0x00006efbu, 0x00006efdu, 0x00004345u, 0x00006f03u, 0x0000437du, 0x00006f08u, 0x000043a9u, - 0x000900f5u, 0x00000013u, 0x00006dd0u, 0x00006d0bu, 0x00004345u, 0x00006d06u, 0x0000437du, 0x00006d00u, - 0x000043a9u, 0x000200f9u, 0x000043abu, 0x000200f8u, 0x000043abu, 0x000700f5u, 0x00000013u, 0x00007021u, - 0x00006758u, 0x0000430bu, 0x000070e0u, 0x000043aau, 0x000700f5u, 0x00000013u, 0x00006f31u, 0x00006758u, - 0x0000430bu, 0x00006ff0u, 0x000043aau, 0x000700f5u, 0x00000013u, 0x00006e3cu, 0x00006758u, 0x0000430bu, - 0x00006efbu, 0x000043aau, 0x000700f5u, 0x00000013u, 0x00006d11u, 0x00006758u, 0x0000430bu, 0x00006dd0u, - 0x000043aau, 0x000200f9u, 0x000045d2u, 0x000200f8u, 0x000045d2u, 0x000700f5u, 0x00000013u, 0x00007020u, - 0x00007021u, 0x000043abu, 0x000070f1u, 0x000045d1u, 0x000700f5u, 0x00000013u, 0x00006f30u, 0x00006f31u, - 0x000043abu, 0x00006ffeu, 0x000045d1u, 0x000700f5u, 0x00000013u, 0x00006e3bu, 0x00006e3cu, 0x000043abu, - 0x00006f0cu, 0x000045d1u, 0x000700f5u, 0x00000013u, 0x00006d10u, 0x00006d11u, 0x000043abu, 0x00006de0u, - 0x000045d1u, 0x000300f7u, 0x0000475fu, 0x00000000u, 0x000400fau, 0x00001b38u, 0x000045d4u, 0x000046adu, - 0x000200f8u, 0x000046adu, 0x000300f7u, 0x0000475eu, 0x00000000u, 0x000400fau, 0x000042f6u, 0x000046afu, - 0x00004722u, 0x000200f8u, 0x00004722u, 0x000300f7u, 0x0000475du, 0x00000000u, 0x000400fau, 0x000042eeu, - 0x00004724u, 0x00004730u, 0x000200f8u, 0x00004730u, 0x000500a7u, 0x00000063u, 0x00004733u, 0x00001b3eu, - 0x00001affu, 0x000300f7u, 0x0000475cu, 0x00000000u, 0x000400fau, 0x00004733u, 0x00004734u, 0x0000475au, - 0x000200f8u, 0x0000475au, 0x000200f9u, 0x0000475cu, 0x000200f8u, 0x00004734u, 0x000300f7u, 0x0000473eu, - 0x00000000u, 0x000400fau, 0x000042f8u, 0x00004737u, 0x0000473cu, 0x000200f8u, 0x0000473cu, 0x0004003du, - 0x00000058u, 0x0000473du, 0x00004148u, 0x000200f9u, 0x0000473eu, 0x000200f8u, 0x00004737u, 0x0004003du, - 0x00000058u, 0x00004738u, 0x00004148u, 0x0007004fu, 0x00000058u, 0x00004739u, 0x00004738u, 0x00004738u, - 0x00000001u, 0x00000000u, 0x00050082u, 0x00000058u, 0x0000473bu, 0x00007dc1u, 0x00004739u, 0x000200f9u, - 0x0000473eu, 0x000200f8u, 0x0000473eu, 0x000700f5u, 0x00000058u, 0x00006e39u, 0x0000473bu, 0x00004737u, - 0x0000473du, 0x0000473cu, 0x00040072u, 0x0000011du, 0x00004740u, 0x00006e39u, 0x0003003eu, 0x0000428eu, - 0x00004740u, 0x00050082u, 0x00000013u, 0x00004743u, 0x00006e3bu, 0x00006d10u, 0x00050041u, 0x0000013au, - 0x00004744u, 0x0000428eu, 0x00000290u, 0x0004003du, 0x00000012u, 0x00004745u, 0x00004744u, 0x00070050u, - 0x00000013u, 0x00004746u, 0x00004745u, 0x00004745u, 0x00004745u, 0x00004745u, 0x00050084u, 0x00000013u, - 0x00004747u, 0x00004743u, 0x00004746u, 0x00050082u, 0x00000013u, 0x0000474au, 0x00006f30u, 0x00006d10u, - 0x00050041u, 0x0000013au, 0x0000474bu, 0x0000428eu, 0x000002f6u, 0x0004003du, 0x00000012u, 0x0000474cu, - 0x0000474bu, 0x00070050u, 0x00000013u, 0x0000474du, 0x0000474cu, 0x0000474cu, 0x0000474cu, 0x0000474cu, - 0x00050084u, 0x00000013u, 0x0000474eu, 0x0000474au, 0x0000474du, 0x00050080u, 0x00000013u, 0x00004750u, - 0x00004747u, 0x0000474eu, 0x00050080u, 0x00000013u, 0x00004753u, 0x00004750u, 0x00007dc2u, 0x000500c3u, - 0x00000013u, 0x00004756u, 0x00004753u, 0x00007dc3u, 0x00050080u, 0x00000013u, 0x00004759u, 0x00004756u, - 0x00006d10u, 0x000200f9u, 0x0000475cu, 0x000200f8u, 0x0000475cu, 0x000700f5u, 0x00000013u, 0x00007152u, - 0x00004759u, 0x0000473eu, 0x00006d10u, 0x0000475au, 0x000200f9u, 0x0000475du, 0x000200f8u, 0x00004724u, - 0x00050080u, 0x00000013u, 0x00004727u, 0x00006d10u, 0x00006f30u, 0x00050080u, 0x00000013u, 0x00004729u, - 0x00004727u, 0x00006e3bu, 0x00050080u, 0x00000013u, 0x0000472bu, 0x00004729u, 0x00007020u, 0x00050080u, - 0x00000013u, 0x0000472du, 0x0000472bu, 0x00007dbfu, 0x000500c3u, 0x00000013u, 0x0000472fu, 0x0000472du, - 0x00007dbfu, 0x000200f9u, 0x0000475du, 0x000200f8u, 0x0000475du, 0x000700f5u, 0x00000013u, 0x00007151u, - 0x0000472fu, 0x00004724u, 0x00007152u, 0x0000475cu, 0x000200f9u, 0x0000475eu, 0x000200f8u, 0x000046afu, - 0x000300f7u, 0x00004721u, 0x00000000u, 0x000400fau, 0x00001affu, 0x000046b1u, 0x0000471fu, 0x000200f8u, - 0x0000471fu, 0x000200f9u, 0x00004721u, 0x000200f8u, 0x000046b1u, 0x000300f7u, 0x00004717u, 0x00000000u, - 0x000400fau, 0x00001b3eu, 0x000046b3u, 0x000046fbu, 0x000200f8u, 0x000046fbu, 0x0004003du, 0x00000008u, - 0x000046fdu, 0x000042c3u, 0x0004003du, 0x00000008u, 0x000046ffu, 0x000042c5u, 0x00050080u, 0x00000008u, - 0x00004700u, 0x000046fdu, 0x000046ffu, 0x000500afu, 0x00000063u, 0x00004701u, 0x00004700u, 0x00000979u, - 0x000300f7u, 0x00004708u, 0x00000000u, 0x000400fau, 0x00004701u, 0x00004702u, 0x00004705u, 0x000200f8u, - 0x00004705u, 0x0007004fu, 0x0000011du, 0x00004707u, 0x00006d10u, 0x00006d10u, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x00004708u, 0x000200f8u, 0x00004702u, 0x0007004fu, 0x0000011du, 0x00004704u, 0x00007020u, - 0x00007020u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x00004708u, 0x000200f8u, 0x00004708u, 0x000700f5u, - 0x0000011du, 0x00007113u, 0x00004704u, 0x00004702u, 0x00004707u, 0x00004705u, 0x0004003du, 0x00000008u, - 0x0000470cu, 0x000042c5u, 0x00050080u, 0x00000008u, 0x0000470du, 0x00004309u, 0x0000470cu, 0x000500afu, - 0x00000063u, 0x0000470eu, 0x0000470du, 0x00000979u, 0x000300f7u, 0x00004715u, 0x00000000u, 0x000400fau, - 0x0000470eu, 0x0000470fu, 0x00004712u, 0x000200f8u, 0x00004712u, 0x0007004fu, 0x0000011du, 0x00004714u, - 0x00006d10u, 0x00006d10u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004715u, 0x000200f8u, 0x0000470fu, - 0x0007004fu, 0x0000011du, 0x00004711u, 0x00007020u, 0x00007020u, 0x00000000u, 0x00000001u, 0x000200f9u, - 0x00004715u, 0x000200f8u, 0x00004715u, 0x000700f5u, 0x0000011du, 0x00007116u, 0x00004711u, 0x0000470fu, - 0x00004714u, 0x00004712u, 0x000200f9u, 0x00004717u, 0x000200f8u, 0x000046b3u, 0x0004003du, 0x00000008u, - 0x000046b7u, 0x000042c5u, 0x00050050u, 0x00000058u, 0x000046b8u, 0x00004309u, 0x000046b7u, 0x000500aau, - 0x00000453u, 0x000046b9u, 0x000046b8u, 0x00000c1cu, 0x00050051u, 0x00000063u, 0x000046bau, 0x000046b9u, - 0x00000000u, 0x00050051u, 0x00000063u, 0x000046bbu, 0x000046b9u, 0x00000001u, 0x00060050u, 0x0000104du, - 0x000046bcu, 0x00001b29u, 0x000046bau, 0x000046bbu, 0x0004009bu, 0x00000063u, 0x000046bdu, 0x000046bcu, - 0x000300f7u, 0x000046ddu, 0x00000000u, 0x000400fau, 0x000046bdu, 0x000046bfu, 0x000046cfu, 0x000200f8u, - 0x000046cfu, 0x0004003du, 0x00000008u, 0x000046d2u, 0x000042c5u, 0x00050050u, 0x00000058u, 0x000046d3u, - 0x00004309u, 0x000046d2u, 0x0007004fu, 0x0000011du, 0x000046d5u, 0x00006d10u, 0x00006d10u, 0x00000000u, - 0x00000001u, 0x0007004fu, 0x0000011du, 0x000046d7u, 0x00006e3bu, 0x00006e3bu, 0x00000000u, 0x00000001u, - 0x0007004fu, 0x0000011du, 0x000046d9u, 0x00006f30u, 0x00006f30u, 0x00000000u, 0x00000001u, 0x0007004fu, - 0x0000011du, 0x000046dbu, 0x00007020u, 0x00007020u, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00004285u, - 0x000046d3u, 0x00050041u, 0x00000040u, 0x00005a36u, 0x00004285u, 0x00000290u, 0x0004003du, 0x00000008u, - 0x00005a37u, 0x00005a36u, 0x00050041u, 0x00000040u, 0x00005a38u, 0x00004285u, 0x000002f6u, 0x0004003du, - 0x00000008u, 0x00005a39u, 0x00005a38u, 0x00050080u, 0x00000008u, 0x00005a3au, 0x00005a37u, 0x00005a39u, - 0x000500afu, 0x00000063u, 0x00005a3cu, 0x00005a3au, 0x00000979u, 0x00050050u, 0x00000453u, 0x00005a3fu, - 0x00005a3cu, 0x00005a3cu, 0x000600a9u, 0x0000011du, 0x00005a40u, 0x00005a3fu, 0x000046dbu, 0x000046d5u, - 0x000300f7u, 0x00005a4au, 0x00000000u, 0x000400fau, 0x00005a3cu, 0x00005a43u, 0x00005a48u, 0x000200f8u, - 0x00005a48u, 0x000200f9u, 0x00005a4au, 0x000200f8u, 0x00005a43u, 0x0007004fu, 0x00000058u, 0x00005a45u, - 0x000046d3u, 0x000046d3u, 0x00000001u, 0x00000000u, 0x00050082u, 0x00000058u, 0x00005a47u, 0x00007dc1u, - 0x00005a45u, 0x000200f9u, 0x00005a4au, 0x000200f8u, 0x00005a4au, 0x000700f5u, 0x00000058u, 0x00007117u, - 0x00005a47u, 0x00005a43u, 0x000046d3u, 0x00005a48u, 0x00040072u, 0x0000011du, 0x00005a4cu, 0x00007117u, - 0x0003003eu, 0x00005a31u, 0x00005a4cu, 0x00050082u, 0x0000011du, 0x00005a4fu, 0x000046d7u, 0x00005a40u, - 0x00050041u, 0x0000013au, 0x00005a50u, 0x00005a31u, 0x00000290u, 0x0004003du, 0x00000012u, 0x00005a51u, - 0x00005a50u, 0x00050050u, 0x0000011du, 0x00005a52u, 0x00005a51u, 0x00005a51u, 0x00050084u, 0x0000011du, - 0x00005a53u, 0x00005a4fu, 0x00005a52u, 0x00050082u, 0x0000011du, 0x00005a56u, 0x000046d9u, 0x00005a40u, - 0x00050041u, 0x0000013au, 0x00005a57u, 0x00005a31u, 0x000002f6u, 0x0004003du, 0x00000012u, 0x00005a58u, - 0x00005a57u, 0x00050050u, 0x0000011du, 0x00005a59u, 0x00005a58u, 0x00005a58u, 0x00050084u, 0x0000011du, - 0x00005a5au, 0x00005a56u, 0x00005a59u, 0x00050080u, 0x0000011du, 0x00005a5cu, 0x00005a53u, 0x00005a5au, - 0x00050080u, 0x0000011du, 0x00005a5fu, 0x00005a5cu, 0x00007dc4u, 0x000500c3u, 0x0000011du, 0x00005a62u, - 0x00005a5fu, 0x00007dc5u, 0x00050080u, 0x0000011du, 0x00005a65u, 0x00005a62u, 0x00005a40u, 0x000200f9u, - 0x000046ddu, 0x000200f8u, 0x000046bfu, 0x0007004fu, 0x0000011du, 0x000046c1u, 0x00006d10u, 0x00006d10u, - 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000011du, 0x000046c3u, 0x00006e3bu, 0x00006e3bu, 0x00000000u, - 0x00000001u, 0x00050080u, 0x0000011du, 0x000046c4u, 0x000046c1u, 0x000046c3u, 0x0007004fu, 0x0000011du, - 0x000046c6u, 0x00007020u, 0x00007020u, 0x00000000u, 0x00000001u, 0x00050080u, 0x0000011du, 0x000046c7u, - 0x000046c4u, 0x000046c6u, 0x0007004fu, 0x0000011du, 0x000046c9u, 0x00006f30u, 0x00006f30u, 0x00000000u, - 0x00000001u, 0x00050080u, 0x0000011du, 0x000046cau, 0x000046c7u, 0x000046c9u, 0x00050080u, 0x0000011du, - 0x000046ccu, 0x000046cau, 0x00007dc0u, 0x000500c3u, 0x0000011du, 0x000046ceu, 0x000046ccu, 0x00007dc0u, - 0x000200f9u, 0x000046ddu, 0x000200f8u, 0x000046ddu, 0x000700f5u, 0x0000011du, 0x00007123u, 0x000046ceu, - 0x000046bfu, 0x00005a65u, 0x00005a4au, 0x000300f7u, 0x000046fau, 0x00000000u, 0x000400fau, 0x000042eeu, - 0x000046dfu, 0x000046efu, 0x000200f8u, 0x000046efu, 0x0007004fu, 0x0000011du, 0x000046f1u, 0x00006d10u, - 0x00006d10u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000011du, 0x000046f3u, 0x00006e3bu, 0x00006e3bu, - 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000011du, 0x000046f5u, 0x00006f30u, 0x00006f30u, 0x00000002u, - 0x00000003u, 0x0007004fu, 0x0000011du, 0x000046f7u, 0x00007020u, 0x00007020u, 0x00000002u, 0x00000003u, - 0x0004003du, 0x00000058u, 0x000046f8u, 0x00004148u, 0x0003003eu, 0x0000428bu, 0x000046f8u, 0x00050041u, - 0x00000040u, 0x00005a6eu, 0x0000428bu, 0x00000290u, 0x0004003du, 0x00000008u, 0x00005a6fu, 0x00005a6eu, - 0x00050041u, 0x00000040u, 0x00005a70u, 0x0000428bu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00005a71u, - 0x00005a70u, 0x00050080u, 0x00000008u, 0x00005a72u, 0x00005a6fu, 0x00005a71u, 0x000500afu, 0x00000063u, - 0x00005a74u, 0x00005a72u, 0x00000979u, 0x00050050u, 0x00000453u, 0x00005a77u, 0x00005a74u, 0x00005a74u, - 0x000600a9u, 0x0000011du, 0x00005a78u, 0x00005a77u, 0x000046f7u, 0x000046f1u, 0x000300f7u, 0x00005a82u, - 0x00000000u, 0x000400fau, 0x00005a74u, 0x00005a7bu, 0x00005a80u, 0x000200f8u, 0x00005a80u, 0x000200f9u, - 0x00005a82u, 0x000200f8u, 0x00005a7bu, 0x0007004fu, 0x00000058u, 0x00005a7du, 0x000046f8u, 0x000046f8u, - 0x00000001u, 0x00000000u, 0x00050082u, 0x00000058u, 0x00005a7fu, 0x00007dc1u, 0x00005a7du, 0x000200f9u, - 0x00005a82u, 0x000200f8u, 0x00005a82u, 0x000700f5u, 0x00000058u, 0x00007120u, 0x00005a7fu, 0x00005a7bu, - 0x000046f8u, 0x00005a80u, 0x00040072u, 0x0000011du, 0x00005a84u, 0x00007120u, 0x0003003eu, 0x00005a69u, - 0x00005a84u, 0x00050082u, 0x0000011du, 0x00005a87u, 0x000046f3u, 0x00005a78u, 0x00050041u, 0x0000013au, - 0x00005a88u, 0x00005a69u, 0x00000290u, 0x0004003du, 0x00000012u, 0x00005a89u, 0x00005a88u, 0x00050050u, - 0x0000011du, 0x00005a8au, 0x00005a89u, 0x00005a89u, 0x00050084u, 0x0000011du, 0x00005a8bu, 0x00005a87u, - 0x00005a8au, 0x00050082u, 0x0000011du, 0x00005a8eu, 0x000046f5u, 0x00005a78u, 0x00050041u, 0x0000013au, - 0x00005a8fu, 0x00005a69u, 0x000002f6u, 0x0004003du, 0x00000012u, 0x00005a90u, 0x00005a8fu, 0x00050050u, - 0x0000011du, 0x00005a91u, 0x00005a90u, 0x00005a90u, 0x00050084u, 0x0000011du, 0x00005a92u, 0x00005a8eu, - 0x00005a91u, 0x00050080u, 0x0000011du, 0x00005a94u, 0x00005a8bu, 0x00005a92u, 0x00050080u, 0x0000011du, - 0x00005a97u, 0x00005a94u, 0x00007dc4u, 0x000500c3u, 0x0000011du, 0x00005a9au, 0x00005a97u, 0x00007dc5u, - 0x00050080u, 0x0000011du, 0x00005a9du, 0x00005a9au, 0x00005a78u, 0x000200f9u, 0x000046fau, 0x000200f8u, - 0x000046dfu, 0x0007004fu, 0x0000011du, 0x000046e1u, 0x00006d10u, 0x00006d10u, 0x00000002u, 0x00000003u, - 0x0007004fu, 0x0000011du, 0x000046e3u, 0x00006e3bu, 0x00006e3bu, 0x00000002u, 0x00000003u, 0x00050080u, - 0x0000011du, 0x000046e4u, 0x000046e1u, 0x000046e3u, 0x0007004fu, 0x0000011du, 0x000046e6u, 0x00007020u, - 0x00007020u, 0x00000002u, 0x00000003u, 0x00050080u, 0x0000011du, 0x000046e7u, 0x000046e4u, 0x000046e6u, - 0x0007004fu, 0x0000011du, 0x000046e9u, 0x00006f30u, 0x00006f30u, 0x00000002u, 0x00000003u, 0x00050080u, - 0x0000011du, 0x000046eau, 0x000046e7u, 0x000046e9u, 0x00050080u, 0x0000011du, 0x000046ecu, 0x000046eau, - 0x00007dc0u, 0x000500c3u, 0x0000011du, 0x000046eeu, 0x000046ecu, 0x00007dc0u, 0x000200f9u, 0x000046fau, - 0x000200f8u, 0x000046fau, 0x000700f5u, 0x0000011du, 0x00007126u, 0x000046eeu, 0x000046dfu, 0x00005a9du, - 0x00005a82u, 0x000200f9u, 0x00004717u, 0x000200f8u, 0x00004717u, 0x000700f5u, 0x0000011du, 0x00007125u, - 0x00007126u, 0x000046fau, 0x00007113u, 0x00004715u, 0x000700f5u, 0x0000011du, 0x00007121u, 0x00007123u, - 0x000046fau, 0x00007116u, 0x00004715u, 0x00050051u, 0x00000012u, 0x0000471au, 0x00007121u, 0x00000000u, - 0x00050051u, 0x00000012u, 0x0000471bu, 0x00007121u, 0x00000001u, 0x00050051u, 0x00000012u, 0x0000471cu, - 0x00007125u, 0x00000000u, 0x00050051u, 0x00000012u, 0x0000471du, 0x00007125u, 0x00000001u, 0x00070050u, - 0x00000013u, 0x0000471eu, 0x0000471au, 0x0000471bu, 0x0000471cu, 0x0000471du, 0x000200f9u, 0x00004721u, - 0x000200f8u, 0x00004721u, 0x000700f5u, 0x00000013u, 0x00007150u, 0x0000471eu, 0x00004717u, 0x00006d10u, - 0x0000471fu, 0x000200f9u, 0x0000475eu, 0x000200f8u, 0x0000475eu, 0x000700f5u, 0x00000013u, 0x0000714fu, - 0x00007150u, 0x00004721u, 0x00007151u, 0x0000475du, 0x000200f9u, 0x0000475fu, 0x000200f8u, 0x000045d4u, - 0x00040072u, 0x00000009u, 0x000045d6u, 0x00006c96u, 0x000600cau, 0x00000009u, 0x000045d7u, 0x000045d6u, - 0x0000019eu, 0x000001deu, 0x0003003eu, 0x0000426cu, 0x000045d7u, 0x000300f7u, 0x000046acu, 0x00000000u, - 0x000400fau, 0x00001affu, 0x000045d9u, 0x000046a8u, 0x000200f8u, 0x000046a8u, 0x0009004fu, 0x00000009u, - 0x000046aau, 0x000045d7u, 0x000045d7u, 0x00000002u, 0x00000002u, 0x00000002u, 0x00000002u, 0x00040072u, - 0x00000013u, 0x000046abu, 0x000046aau, 0x000200f9u, 0x000046acu, 0x000200f8u, 0x000045d9u, 0x000300f7u, - 0x000045e8u, 0x00000000u, 0x000400fau, 0x000042f6u, 0x000045dbu, 0x000045e6u, 0x000200f8u, 0x000045e6u, - 0x000200f9u, 0x000045e8u, 0x000200f8u, 0x000045dbu, 0x0004003du, 0x00000008u, 0x000045dfu, 0x000042c5u, - 0x00050050u, 0x00000058u, 0x000045e0u, 0x00004309u, 0x000045dfu, 0x000500aau, 0x00000453u, 0x000045e1u, - 0x000045e0u, 0x00000c1cu, 0x00050051u, 0x00000063u, 0x000045e2u, 0x000045e1u, 0x00000000u, 0x00050051u, - 0x00000063u, 0x000045e3u, 0x000045e1u, 0x00000001u, 0x00060050u, 0x0000104du, 0x000045e4u, 0x00001b29u, - 0x000045e2u, 0x000045e3u, 0x0004009bu, 0x00000063u, 0x000045e5u, 0x000045e4u, 0x000200f9u, 0x000045e8u, - 0x000200f8u, 0x000045e8u, 0x000700f5u, 0x00000063u, 0x00007128u, 0x000045e5u, 0x000045dbu, 0x000042eeu, - 0x000045e6u, 0x000300f7u, 0x000045f9u, 0x00000000u, 0x000400fau, 0x000042f6u, 0x000045eeu, 0x000045f7u, - 0x000200f8u, 0x000045f7u, 0x000200f9u, 0x000045f9u, 0x000200f8u, 0x000045eeu, 0x0004003du, 0x00000008u, - 0x000045f1u, 0x000042c5u, 0x00050080u, 0x00000008u, 0x000045f2u, 0x00004309u, 0x000045f1u, 0x000500afu, - 0x00000063u, 0x000045f3u, 0x000045f2u, 0x00000979u, 0x000400a8u, 0x00000063u, 0x000045f5u, 0x00007128u, - 0x000500a7u, 0x00000063u, 0x000045f6u, 0x000045f3u, 0x000045f5u, 0x000200f9u, 0x000045f9u, 0x000200f8u, - 0x000045f9u, 0x000700f5u, 0x00000063u, 0x0000712au, 0x000045f6u, 0x000045eeu, 0x000042f8u, 0x000045f7u, - 0x000300f7u, 0x00004602u, 0x00000000u, 0x000400fau, 0x0000712au, 0x000045fcu, 0x000045ffu, 0x000200f8u, - 0x000045ffu, 0x0007004fu, 0x00000058u, 0x00004601u, 0x000045d7u, 0x000045d7u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004602u, 0x000200f8u, 0x000045fcu, 0x0007004fu, 0x00000058u, 0x000045feu, 0x000045d7u, - 0x000045d7u, 0x00000001u, 0x00000000u, 0x000200f9u, 0x00004602u, 0x000200f8u, 0x00004602u, 0x000700f5u, - 0x00000058u, 0x0000712bu, 0x000045feu, 0x000045fcu, 0x00004601u, 0x000045ffu, 0x0003003eu, 0x00004273u, - 0x0000712bu, 0x000300f7u, 0x0000460bu, 0x00000000u, 0x000400fau, 0x000042f8u, 0x00004605u, 0x00004608u, - 0x000200f8u, 0x00004608u, 0x0007004fu, 0x00000058u, 0x0000460au, 0x000045d7u, 0x000045d7u, 0x00000000u, - 0x00000001u, 0x000200f9u, 0x0000460bu, 0x000200f8u, 0x00004605u, 0x0007004fu, 0x00000058u, 0x00004607u, - 0x000045d7u, 0x000045d7u, 0x00000001u, 0x00000000u, 0x000200f9u, 0x0000460bu, 0x000200f8u, 0x0000460bu, - 0x000700f5u, 0x00000058u, 0x0000712cu, 0x00004607u, 0x00004605u, 0x0000460au, 0x00004608u, 0x0003003eu, - 0x00004275u, 0x0000712cu, 0x000300f7u, 0x00004651u, 0x00000000u, 0x000400fau, 0x00007128u, 0x0000460eu, - 0x0000462fu, 0x000200f8u, 0x0000462fu, 0x000500a7u, 0x00000063u, 0x00004632u, 0x0000712au, 0x000042f6u, - 0x000300f7u, 0x00004639u, 0x00000000u, 0x000400fau, 0x00004632u, 0x00004633u, 0x00004636u, 0x000200f8u, - 0x00004636u, 0x0007004fu, 0x0000011du, 0x00004638u, 0x00006d10u, 0x00006d10u, 0x00000000u, 0x00000001u, - 0x000200f9u, 0x00004639u, 0x000200f8u, 0x00004633u, 0x0007004fu, 0x0000011du, 0x00004635u, 0x00007020u, - 0x00007020u, 0x00000000u, 0x00000001u, 0x000200f9u, 0x00004639u, 0x000200f8u, 0x00004639u, 0x000700f5u, - 0x0000011du, 0x00007135u, 0x00004635u, 0x00004633u, 0x00004638u, 0x00004636u, 0x00040072u, 0x00000058u, - 0x0000463bu, 0x00007135u, 0x00050041u, 0x00000040u, 0x0000463cu, 0x00004273u, 0x00000290u, 0x0004003du, - 0x00000008u, 0x0000463du, 0x0000463cu, 0x0007004fu, 0x0000011du, 0x0000463fu, 0x00006e3bu, 0x00006e3bu, - 0x00000000u, 0x00000001u, 0x00040072u, 0x00000058u, 0x00004640u, 0x0000463fu, 0x00050082u, 0x00000058u, - 0x00004642u, 0x00004640u, 0x0000463bu, 0x00050050u, 0x00000058u, 0x00004643u, 0x0000463du, 0x0000463du, - 0x00050084u, 0x00000058u, 0x00004644u, 0x00004643u, 0x00004642u, 0x00050041u, 0x00000040u, 0x00004645u, - 0x00004273u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x00004646u, 0x00004645u, 0x0007004fu, 0x0000011du, - 0x00004648u, 0x00006f30u, 0x00006f30u, 0x00000000u, 0x00000001u, 0x00040072u, 0x00000058u, 0x00004649u, - 0x00004648u, 0x00050082u, 0x00000058u, 0x0000464bu, 0x00004649u, 0x0000463bu, 0x00050050u, 0x00000058u, - 0x0000464cu, 0x00004646u, 0x00004646u, 0x00050084u, 0x00000058u, 0x0000464du, 0x0000464cu, 0x0000464bu, - 0x00050080u, 0x00000058u, 0x0000464eu, 0x00004644u, 0x0000464du, 0x00050080u, 0x00000058u, 0x00004650u, - 0x0000464eu, 0x00007dc7u, 0x000200f9u, 0x00004651u, 0x000200f8u, 0x0000460eu, 0x00050041u, 0x00000040u, - 0x0000460fu, 0x00004273u, 0x00000290u, 0x0004003du, 0x00000008u, 0x00004610u, 0x0000460fu, 0x0007004fu, - 0x0000011du, 0x00004612u, 0x00006f30u, 0x00006f30u, 0x00000000u, 0x00000001u, 0x0007004fu, 0x0000011du, - 0x00004614u, 0x00007020u, 0x00007020u, 0x00000000u, 0x00000001u, 0x00050082u, 0x0000011du, 0x00004615u, - 0x00004612u, 0x00004614u, 0x00040072u, 0x00000058u, 0x00004616u, 0x00004615u, 0x00050050u, 0x00000058u, - 0x00004617u, 0x00004610u, 0x00004610u, 0x00050084u, 0x00000058u, 0x00004618u, 0x00004617u, 0x00004616u, - 0x00050041u, 0x00000040u, 0x00004619u, 0x00004273u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x0000461au, - 0x00004619u, 0x0007004fu, 0x0000011du, 0x0000461cu, 0x00006e3bu, 0x00006e3bu, 0x00000000u, 0x00000001u, - 0x00050082u, 0x0000011du, 0x0000461fu, 0x0000461cu, 0x00004614u, 0x00040072u, 0x00000058u, 0x00004620u, - 0x0000461fu, 0x00050050u, 0x00000058u, 0x00004621u, 0x0000461au, 0x0000461au, 0x00050084u, 0x00000058u, - 0x00004622u, 0x00004621u, 0x00004620u, 0x00050080u, 0x00000058u, 0x00004623u, 0x00004618u, 0x00004622u, - 0x0007004fu, 0x0000011du, 0x00004625u, 0x00006d10u, 0x00006d10u, 0x00000000u, 0x00000001u, 0x00050082u, - 0x0000011du, 0x00004628u, 0x00004625u, 0x00004614u, 0x000500c4u, 0x0000011du, 0x0000462au, 0x00004628u, - 0x00007dc6u, 0x00040072u, 0x00000058u, 0x0000462bu, 0x0000462au, 0x00050080u, 0x00000058u, 0x0000462cu, - 0x00004623u, 0x0000462bu, 0x00050080u, 0x00000058u, 0x0000462eu, 0x0000462cu, 0x00007dc7u, 0x000200f9u, - 0x00004651u, 0x000200f8u, 0x00004651u, 0x000700f5u, 0x00000058u, 0x0000714au, 0x0000462eu, 0x0000460eu, - 0x00004650u, 0x00004639u, 0x000300f7u, 0x00004696u, 0x00000000u, 0x000400fau, 0x000042eeu, 0x00004653u, - 0x00004674u, 0x000200f8u, 0x00004674u, 0x000500a7u, 0x00000063u, 0x00004677u, 0x000042f8u, 0x000042f6u, - 0x000300f7u, 0x0000467eu, 0x00000000u, 0x000400fau, 0x00004677u, 0x00004678u, 0x0000467bu, 0x000200f8u, - 0x0000467bu, 0x0007004fu, 0x0000011du, 0x0000467du, 0x00006d10u, 0x00006d10u, 0x00000002u, 0x00000003u, - 0x000200f9u, 0x0000467eu, 0x000200f8u, 0x00004678u, 0x0007004fu, 0x0000011du, 0x0000467au, 0x00007020u, - 0x00007020u, 0x00000002u, 0x00000003u, 0x000200f9u, 0x0000467eu, 0x000200f8u, 0x0000467eu, 0x000700f5u, - 0x0000011du, 0x00007144u, 0x0000467au, 0x00004678u, 0x0000467du, 0x0000467bu, 0x00040072u, 0x00000058u, - 0x00004680u, 0x00007144u, 0x00050041u, 0x00000040u, 0x00004681u, 0x00004275u, 0x00000290u, 0x0004003du, - 0x00000008u, 0x00004682u, 0x00004681u, 0x0007004fu, 0x0000011du, 0x00004684u, 0x00006e3bu, 0x00006e3bu, - 0x00000002u, 0x00000003u, 0x00040072u, 0x00000058u, 0x00004685u, 0x00004684u, 0x00050082u, 0x00000058u, - 0x00004687u, 0x00004685u, 0x00004680u, 0x00050050u, 0x00000058u, 0x00004688u, 0x00004682u, 0x00004682u, - 0x00050084u, 0x00000058u, 0x00004689u, 0x00004688u, 0x00004687u, 0x00050041u, 0x00000040u, 0x0000468au, - 0x00004275u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x0000468bu, 0x0000468au, 0x0007004fu, 0x0000011du, - 0x0000468du, 0x00006f30u, 0x00006f30u, 0x00000002u, 0x00000003u, 0x00040072u, 0x00000058u, 0x0000468eu, - 0x0000468du, 0x00050082u, 0x00000058u, 0x00004690u, 0x0000468eu, 0x00004680u, 0x00050050u, 0x00000058u, - 0x00004691u, 0x0000468bu, 0x0000468bu, 0x00050084u, 0x00000058u, 0x00004692u, 0x00004691u, 0x00004690u, - 0x00050080u, 0x00000058u, 0x00004693u, 0x00004689u, 0x00004692u, 0x00050080u, 0x00000058u, 0x00004695u, - 0x00004693u, 0x00007dc7u, 0x000200f9u, 0x00004696u, 0x000200f8u, 0x00004653u, 0x00050041u, 0x00000040u, - 0x00004654u, 0x00004275u, 0x00000290u, 0x0004003du, 0x00000008u, 0x00004655u, 0x00004654u, 0x0007004fu, - 0x0000011du, 0x00004657u, 0x00006f30u, 0x00006f30u, 0x00000002u, 0x00000003u, 0x0007004fu, 0x0000011du, - 0x00004659u, 0x00007020u, 0x00007020u, 0x00000002u, 0x00000003u, 0x00050082u, 0x0000011du, 0x0000465au, - 0x00004657u, 0x00004659u, 0x00040072u, 0x00000058u, 0x0000465bu, 0x0000465au, 0x00050050u, 0x00000058u, - 0x0000465cu, 0x00004655u, 0x00004655u, 0x00050084u, 0x00000058u, 0x0000465du, 0x0000465cu, 0x0000465bu, - 0x00050041u, 0x00000040u, 0x0000465eu, 0x00004275u, 0x000002f6u, 0x0004003du, 0x00000008u, 0x0000465fu, - 0x0000465eu, 0x0007004fu, 0x0000011du, 0x00004661u, 0x00006e3bu, 0x00006e3bu, 0x00000002u, 0x00000003u, - 0x00050082u, 0x0000011du, 0x00004664u, 0x00004661u, 0x00004659u, 0x00040072u, 0x00000058u, 0x00004665u, - 0x00004664u, 0x00050050u, 0x00000058u, 0x00004666u, 0x0000465fu, 0x0000465fu, 0x00050084u, 0x00000058u, - 0x00004667u, 0x00004666u, 0x00004665u, 0x00050080u, 0x00000058u, 0x00004668u, 0x0000465du, 0x00004667u, - 0x0007004fu, 0x0000011du, 0x0000466au, 0x00006d10u, 0x00006d10u, 0x00000002u, 0x00000003u, 0x00050082u, - 0x0000011du, 0x0000466du, 0x0000466au, 0x00004659u, 0x000500c4u, 0x0000011du, 0x0000466fu, 0x0000466du, - 0x00007dc6u, 0x00040072u, 0x00000058u, 0x00004670u, 0x0000466fu, 0x00050080u, 0x00000058u, 0x00004671u, - 0x00004668u, 0x00004670u, 0x00050080u, 0x00000058u, 0x00004673u, 0x00004671u, 0x00007dc7u, 0x000200f9u, - 0x00004696u, 0x000200f8u, 0x00004696u, 0x000700f5u, 0x00000058u, 0x0000714cu, 0x00004673u, 0x00004653u, - 0x00004695u, 0x0000467eu, 0x00050051u, 0x00000008u, 0x00004699u, 0x0000714au, 0x00000000u, 0x00050051u, - 0x00000008u, 0x0000469au, 0x0000714au, 0x00000001u, 0x00050051u, 0x00000008u, 0x0000469bu, 0x0000714cu, - 0x00000000u, 0x00050051u, 0x00000008u, 0x0000469cu, 0x0000714cu, 0x00000001u, 0x00070050u, 0x00000009u, - 0x0000469du, 0x00004699u, 0x0000469au, 0x0000469bu, 0x0000469cu, 0x000500c3u, 0x00000009u, 0x000046a0u, - 0x0000469du, 0x00007dbeu, 0x00050041u, 0x00000040u, 0x000046a1u, 0x0000426cu, 0x000002fau, 0x0004003du, - 0x00000008u, 0x000046a2u, 0x000046a1u, 0x00070050u, 0x00000009u, 0x000046a4u, 0x000046a2u, 0x000046a2u, - 0x000046a2u, 0x000046a2u, 0x00050080u, 0x00000009u, 0x000046a5u, 0x000046a0u, 0x000046a4u, 0x00040072u, - 0x00000013u, 0x000046a7u, 0x000046a5u, 0x000200f9u, 0x000046acu, 0x000200f8u, 0x000046acu, 0x000700f5u, - 0x00000013u, 0x0000714eu, 0x000046a7u, 0x00004696u, 0x000046abu, 0x000046a8u, 0x000200f9u, 0x0000475fu, - 0x000200f8u, 0x0000475fu, 0x000700f5u, 0x00000013u, 0x0000714du, 0x0000714eu, 0x000046acu, 0x0000714fu, - 0x0000475eu, 0x000400a8u, 0x00000063u, 0x00004763u, 0x00001b38u, 0x000500a7u, 0x00000063u, 0x00004764u, - 0x00001c6eu, 0x00004763u, 0x000300f7u, 0x00004769u, 0x00000000u, 0x000400fau, 0x00004764u, 0x00004765u, - 0x00004769u, 0x000200f8u, 0x00004765u, 0x0003003eu, 0x00004291u, 0x000022c1u, 0x00040072u, 0x00000009u, - 0x00005aa7u, 0x0000714du, 0x000600cau, 0x00000009u, 0x00005aa8u, 0x00005aa7u, 0x0000019eu, 0x000001deu, - 0x0003003eu, 0x00005a9fu, 0x00005aa8u, 0x00050041u, 0x00000040u, 0x00005aa9u, 0x00005a9fu, 0x000002fau, - 0x0004003du, 0x00000008u, 0x00005aaau, 0x00005aa9u, 0x00050041u, 0x0000013au, 0x00005aabu, 0x00004291u, - 0x00000290u, 0x0004003du, 0x00000012u, 0x00005aacu, 0x00005aabu, 0x00040072u, 0x00000008u, 0x00005aadu, - 0x00005aacu, 0x00050041u, 0x00000040u, 0x00005aaeu, 0x00005a9fu, 0x000002f6u, 0x0004003du, 0x00000008u, - 0x00005aafu, 0x00005aaeu, 0x00050084u, 0x00000008u, 0x00005ab0u, 0x00005aadu, 0x00005aafu, 0x00050080u, - 0x00000008u, 0x00005ab1u, 0x00005ab0u, 0x00000308u, 0x000500c3u, 0x00000008u, 0x00005ab2u, 0x00005ab1u, - 0x000001dbu, 0x00050080u, 0x00000008u, 0x00005ab3u, 0x00005aaau, 0x00005ab2u, 0x0004003du, 0x00000008u, - 0x00005ab5u, 0x00005aa9u, 0x00050041u, 0x0000013au, 0x00005ab6u, 0x00004291u, 0x000002f6u, 0x0004003du, - 0x00000012u, 0x00005ab7u, 0x00005ab6u, 0x00040072u, 0x00000008u, 0x00005ab8u, 0x00005ab7u, 0x00050041u, - 0x00000040u, 0x00005ab9u, 0x00005a9fu, 0x00000290u, 0x0004003du, 0x00000008u, 0x00005abau, 0x00005ab9u, - 0x00050084u, 0x00000008u, 0x00005abbu, 0x00005ab8u, 0x00005abau, 0x00050041u, 0x0000013au, 0x00005abcu, - 0x00004291u, 0x000002fau, 0x0004003du, 0x00000012u, 0x00005abdu, 0x00005abcu, 0x00040072u, 0x00000008u, - 0x00005abeu, 0x00005abdu, 0x0004003du, 0x00000008u, 0x00005ac0u, 0x00005aaeu, 0x00050084u, 0x00000008u, - 0x00005ac1u, 0x00005abeu, 0x00005ac0u, 0x00050080u, 0x00000008u, 0x00005ac2u, 0x00005abbu, 0x00005ac1u, - 0x00050080u, 0x00000008u, 0x00005ac3u, 0x00005ac2u, 0x00000308u, 0x000500c3u, 0x00000008u, 0x00005ac4u, - 0x00005ac3u, 0x000001dbu, 0x00050080u, 0x00000008u, 0x00005ac5u, 0x00005ab5u, 0x00005ac4u, 0x0004003du, - 0x00000008u, 0x00005ac7u, 0x00005aa9u, 0x00050041u, 0x0000013au, 0x00005ac8u, 0x00004291u, 0x000002fdu, - 0x0004003du, 0x00000012u, 0x00005ac9u, 0x00005ac8u, 0x00040072u, 0x00000008u, 0x00005acau, 0x00005ac9u, - 0x0004003du, 0x00000008u, 0x00005accu, 0x00005ab9u, 0x00050084u, 0x00000008u, 0x00005acdu, 0x00005acau, - 0x00005accu, 0x00050080u, 0x00000008u, 0x00005aceu, 0x00005acdu, 0x00000308u, 0x000500c3u, 0x00000008u, - 0x00005acfu, 0x00005aceu, 0x000001dbu, 0x00050080u, 0x00000008u, 0x00005ad0u, 0x00005ac7u, 0x00005acfu, - 0x0004003du, 0x00000008u, 0x00005ad2u, 0x00005aa9u, 0x00040072u, 0x00000012u, 0x00005ad4u, 0x00005ab3u, - 0x00040072u, 0x00000012u, 0x00005ad6u, 0x00005ac5u, 0x00040072u, 0x00000012u, 0x00005ad8u, 0x00005ad0u, - 0x00040072u, 0x00000012u, 0x00005adau, 0x00005ad2u, 0x00070050u, 0x00000013u, 0x00005adbu, 0x00005ad4u, - 0x00005ad6u, 0x00005ad8u, 0x00005adau, 0x000200f9u, 0x00004769u, 0x000200f8u, 0x00004769u, 0x000700f5u, - 0x00000013u, 0x00007153u, 0x0000714du, 0x0000475fu, 0x00005adbu, 0x00004765u, 0x000200f9u, 0x00001c8eu, - 0x000200f8u, 0x00001c70u, 0x0003003eu, 0x00001a60u, 0x000022c1u, 0x00040072u, 0x00000009u, 0x000040e6u, - 0x00006c96u, 0x000600cau, 0x00000009u, 0x000040e7u, 0x000040e6u, 0x0000019eu, 0x000001deu, 0x0003003eu, - 0x000040deu, 0x000040e7u, 0x00050041u, 0x00000040u, 0x000040e8u, 0x000040deu, 0x000002fau, 0x0004003du, - 0x00000008u, 0x000040e9u, 0x000040e8u, 0x00050041u, 0x0000013au, 0x000040eau, 0x00001a60u, 0x00000290u, - 0x0004003du, 0x00000012u, 0x000040ebu, 0x000040eau, 0x00040072u, 0x00000008u, 0x000040ecu, 0x000040ebu, - 0x00050041u, 0x00000040u, 0x000040edu, 0x000040deu, 0x000002f6u, 0x0004003du, 0x00000008u, 0x000040eeu, - 0x000040edu, 0x00050084u, 0x00000008u, 0x000040efu, 0x000040ecu, 0x000040eeu, 0x00050080u, 0x00000008u, - 0x000040f0u, 0x000040efu, 0x00000308u, 0x000500c3u, 0x00000008u, 0x000040f1u, 0x000040f0u, 0x000001dbu, - 0x00050080u, 0x00000008u, 0x000040f2u, 0x000040e9u, 0x000040f1u, 0x0004003du, 0x00000008u, 0x000040f4u, - 0x000040e8u, 0x00050041u, 0x0000013au, 0x000040f5u, 0x00001a60u, 0x000002f6u, 0x0004003du, 0x00000012u, - 0x000040f6u, 0x000040f5u, 0x00040072u, 0x00000008u, 0x000040f7u, 0x000040f6u, 0x00050041u, 0x00000040u, - 0x000040f8u, 0x000040deu, 0x00000290u, 0x0004003du, 0x00000008u, 0x000040f9u, 0x000040f8u, 0x00050084u, - 0x00000008u, 0x000040fau, 0x000040f7u, 0x000040f9u, 0x00050041u, 0x0000013au, 0x000040fbu, 0x00001a60u, - 0x000002fau, 0x0004003du, 0x00000012u, 0x000040fcu, 0x000040fbu, 0x00040072u, 0x00000008u, 0x000040fdu, - 0x000040fcu, 0x0004003du, 0x00000008u, 0x000040ffu, 0x000040edu, 0x00050084u, 0x00000008u, 0x00004100u, - 0x000040fdu, 0x000040ffu, 0x00050080u, 0x00000008u, 0x00004101u, 0x000040fau, 0x00004100u, 0x00050080u, - 0x00000008u, 0x00004102u, 0x00004101u, 0x00000308u, 0x000500c3u, 0x00000008u, 0x00004103u, 0x00004102u, - 0x000001dbu, 0x00050080u, 0x00000008u, 0x00004104u, 0x000040f4u, 0x00004103u, 0x0004003du, 0x00000008u, - 0x00004106u, 0x000040e8u, 0x00050041u, 0x0000013au, 0x00004107u, 0x00001a60u, 0x000002fdu, 0x0004003du, - 0x00000012u, 0x00004108u, 0x00004107u, 0x00040072u, 0x00000008u, 0x00004109u, 0x00004108u, 0x0004003du, - 0x00000008u, 0x0000410bu, 0x000040f8u, 0x00050084u, 0x00000008u, 0x0000410cu, 0x00004109u, 0x0000410bu, - 0x00050080u, 0x00000008u, 0x0000410du, 0x0000410cu, 0x00000308u, 0x000500c3u, 0x00000008u, 0x0000410eu, - 0x0000410du, 0x000001dbu, 0x00050080u, 0x00000008u, 0x0000410fu, 0x00004106u, 0x0000410eu, 0x0004003du, - 0x00000008u, 0x00004111u, 0x000040e8u, 0x00040072u, 0x00000012u, 0x00004113u, 0x000040f2u, 0x00040072u, - 0x00000012u, 0x00004115u, 0x00004104u, 0x00040072u, 0x00000012u, 0x00004117u, 0x0000410fu, 0x00040072u, - 0x00000012u, 0x00004119u, 0x00004111u, 0x00070050u, 0x00000013u, 0x0000411au, 0x00004113u, 0x00004115u, - 0x00004117u, 0x00004119u, 0x000200f9u, 0x00001c8eu, 0x000200f8u, 0x00001c8eu, 0x000700f5u, 0x00000013u, - 0x00007585u, 0x0000411au, 0x00001c70u, 0x00007153u, 0x00004769u, 0x000200f9u, 0x00001c8fu, 0x000200f8u, - 0x00001c8fu, 0x000700f5u, 0x00000013u, 0x000074d8u, 0x00006758u, 0x00001c69u, 0x00007585u, 0x00001c8eu, - 0x000600a9u, 0x00000008u, 0x00001c92u, 0x00001b1au, 0x000001a8u, 0x0000019eu, 0x000500c3u, 0x00000008u, - 0x00001c93u, 0x0000662cu, 0x00001c92u, 0x000500c3u, 0x00000008u, 0x00001c95u, 0x00007dc9u, 0x000001abu, - 0x000500c7u, 0x00000008u, 0x00001c97u, 0x00007dc9u, 0x000001aeu, 0x000500b1u, 0x00000063u, 0x00005ae1u, - 0x00001c95u, 0x000001abu, 0x000300f7u, 0x00005af6u, 0x00000000u, 0x000400fau, 0x00005ae1u, 0x00005ae2u, - 0x00005aefu, 0x000200f8u, 0x00005aefu, 0x000500aau, 0x00000063u, 0x00005af1u, 0x00001c95u, 0x000001abu, - 0x000300f7u, 0x00005af5u, 0x00000000u, 0x000400fau, 0x00005af1u, 0x00005af2u, 0x00005af4u, 0x000200f8u, - 0x00005af4u, 0x000200f9u, 0x00005af5u, 0x000200f8u, 0x00005af2u, 0x000500c7u, 0x00000011u, 0x00005b20u, - 0x0000735fu, 0x000002a7u, 0x00040071u, 0x00000006u, 0x00005b21u, 0x00005b20u, 0x0004007cu, 0x00000008u, - 0x00005b22u, 0x00005b21u, 0x000200f9u, 0x00005af5u, 0x000200f8u, 0x00005af5u, 0x000700f5u, 0x00000008u, - 0x00007463u, 0x00005b22u, 0x00005af2u, 0x0000019eu, 0x00005af4u, 0x000200f9u, 0x00005af6u, 0x000200f8u, - 0x00005ae2u, 0x000500c7u, 0x00000008u, 0x00005ae5u, 0x00001c93u, 0x000001aeu, 0x00050084u, 0x00000008u, - 0x00005ae6u, 0x00005ae5u, 0x000001b1u, 0x000500c7u, 0x00000008u, 0x00005ae8u, 0x00006630u, 0x000001aeu, - 0x00050080u, 0x00000008u, 0x00005ae9u, 0x00005ae6u, 0x00005ae8u, 0x0003003eu, 0x00005adcu, 0x0000129bu, - 0x00060041u, 0x00000176u, 0x00005aeau, 0x00005adcu, 0x00001c95u, 0x00005ae9u, 0x0004003du, 0x0000000fu, - 0x00005aebu, 0x00005aeau, 0x00040071u, 0x00000006u, 0x00005aecu, 0x00005aebu, 0x0004007cu, 0x00000008u, - 0x00005aedu, 0x00005aecu, 0x00050084u, 0x00000008u, 0x00005aeeu, 0x00005aedu, 0x000012a9u, 0x000200f9u, - 0x00005af6u, 0x000200f8u, 0x00005af6u, 0x000700f5u, 0x00000008u, 0x00007462u, 0x00005aeeu, 0x00005ae2u, - 0x00007463u, 0x00005af5u, 0x000500aau, 0x00000063u, 0x00005af8u, 0x00001c97u, 0x000001aeu, 0x000300f7u, - 0x00005b1cu, 0x00000000u, 0x000400fau, 0x00005af8u, 0x00005af9u, 0x00005afau, 0x000200f8u, 0x00005afau, - 0x000500aau, 0x00000063u, 0x00005afcu, 0x00001c97u, 0x000001abu, 0x000300f7u, 0x00005b1bu, 0x00000000u, - 0x000400fau, 0x00005afcu, 0x00005afdu, 0x00005affu, 0x000200f8u, 0x00005affu, 0x000500afu, 0x00000063u, - 0x00005b01u, 0x00001c95u, 0x000001abu, 0x000300f7u, 0x00005b12u, 0x00000000u, 0x000400fau, 0x00005b01u, - 0x00005b02u, 0x00005b0fu, 0x000200f8u, 0x00005b0fu, 0x000500c7u, 0x00000008u, 0x00005b11u, 0x00007462u, - 0x000001bau, 0x000200f9u, 0x00005b12u, 0x000200f8u, 0x00005b02u, 0x000500c7u, 0x00000008u, 0x00005b04u, - 0x00001c95u, 0x000001a8u, 0x000500c7u, 0x00000008u, 0x00005b06u, 0x00001c93u, 0x000001aeu, 0x00050084u, - 0x00000008u, 0x00005b07u, 0x00005b06u, 0x000001b1u, 0x000500c7u, 0x00000008u, 0x00005b09u, 0x00006630u, - 0x000001aeu, 0x00050080u, 0x00000008u, 0x00005b0au, 0x00005b07u, 0x00005b09u, 0x0003003eu, 0x00005adeu, - 0x0000129bu, 0x00060041u, 0x00000176u, 0x00005b0bu, 0x00005adeu, 0x00005b04u, 0x00005b0au, 0x0004003du, - 0x0000000fu, 0x00005b0cu, 0x00005b0bu, 0x00040071u, 0x00000006u, 0x00005b0du, 0x00005b0cu, 0x0004007cu, - 0x00000008u, 0x00005b0eu, 0x00005b0du, 0x000200f9u, 0x00005b12u, 0x000200f8u, 0x00005b12u, 0x000700f5u, - 0x00000008u, 0x00007464u, 0x00005b0eu, 0x00005b02u, 0x00005b11u, 0x00005b0fu, 0x000500aau, 0x00000063u, - 0x00005b15u, 0x00001c97u, 0x000001a8u, 0x000300f7u, 0x00005b1au, 0x00000000u, 0x000400fau, 0x00005b15u, - 0x00005b16u, 0x00005b1au, 0x000200f8u, 0x00005b16u, 0x000400c8u, 0x00000008u, 0x00005b18u, 0x00007464u, - 0x000500c7u, 0x00000008u, 0x00005b19u, 0x00005b18u, 0x000001bau, 0x000200f9u, 0x00005b1au, 0x000200f8u, - 0x00005b1au, 0x000700f5u, 0x00000008u, 0x0000746du, 0x00007464u, 0x00005b12u, 0x00005b19u, 0x00005b16u, - 0x000200f9u, 0x00005b1bu, 0x000200f8u, 0x00005afdu, 0x000500c7u, 0x00000011u, 0x00005b26u, 0x0000735fu, - 0x00000297u, 0x00040071u, 0x00000006u, 0x00005b27u, 0x00005b26u, 0x0004007cu, 0x00000008u, 0x00005b28u, - 0x00005b27u, 0x000200f9u, 0x00005b1bu, 0x000200f8u, 0x00005b1bu, 0x000700f5u, 0x00000008u, 0x0000746cu, - 0x00005b28u, 0x00005afdu, 0x0000746du, 0x00005b1au, 0x000200f9u, 0x00005b1cu, 0x000200f8u, 0x00005af9u, - 0x000200f9u, 0x00005b1cu, 0x000200f8u, 0x00005b1cu, 0x000700f5u, 0x00000008u, 0x0000746bu, 0x0000019eu, - 0x00005af9u, 0x0000746cu, 0x00005b1bu, 0x000300f7u, 0x00001cf1u, 0x00000000u, 0x000400fau, 0x00001b17u, - 0x00001c9du, 0x00001cd5u, 0x000200f8u, 0x00001cd5u, 0x000500c7u, 0x00000011u, 0x00005efbu, 0x0000735fu, - 0x00000297u, 0x000500c4u, 0x00000011u, 0x00005efcu, 0x00005efbu, 0x00000299u, 0x000500c5u, 0x00000011u, - 0x00005efdu, 0x00005efcu, 0x0000029bu, 0x0004007cu, 0x00000012u, 0x00005efeu, 0x00005efdu, 0x0004003du, - 0x00000010u, 0x00001ce5u, 0x000019dcu, 0x0003003eu, 0x00001a8du, 0x00001ce5u, 0x0004003du, 0x00000010u, - 0x00001ce6u, 0x000019ddu, 0x0003003eu, 0x00001a8eu, 0x00001ce6u, 0x00050041u, 0x00000176u, 0x00005f19u, - 0x00001a8du, 0x00000290u, 0x0004003du, 0x0000000fu, 0x00005f1au, 0x00005f19u, 0x00040071u, 0x00000006u, - 0x00005f1bu, 0x00005f1au, 0x0004007cu, 0x00000008u, 0x00005f1cu, 0x00005f1bu, 0x00050041u, 0x00000176u, - 0x00005f1du, 0x00001a8eu, 0x00000290u, 0x0004003du, 0x0000000fu, 0x00005f1eu, 0x00005f1du, 0x00040071u, - 0x00000006u, 0x00005f1fu, 0x00005f1eu, 0x0004007cu, 0x00000008u, 0x00005f20u, 0x00005f1fu, 0x0003003eu, - 0x000060ebu, 0x000022adu, 0x0003003eu, 0x000060edu, 0x00002305u, 0x0003003eu, 0x000060eeu, 0x000017d4u, - 0x0003003eu, 0x000060efu, 0x00006c96u, 0x0003003eu, 0x000060f0u, 0x000074d8u, 0x000300f7u, 0x00005f92u, - 0x00000000u, 0x000f00fbu, 0x00005f1cu, 0x00005f71u, 0x00000000u, 0x00005f77u, 0x00000001u, 0x00005f7cu, - 0x00000002u, 0x00005f81u, 0x00000004u, 0x00005f86u, 0x00000007u, 0x00005f8cu, 0x00000006u, 0x00005f91u, - 0x000200f8u, 0x00005f91u, 0x000200f9u, 0x00005f92u, 0x000200f8u, 0x00005f8cu, 0x00040072u, 0x00000008u, - 0x00005f8fu, 0x00005efeu, 0x00060050u, 0x0000005du, 0x00005f90u, 0x00005f8fu, 0x00005f8fu, 0x00005f8fu, - 0x000200f9u, 0x00005f92u, 0x000200f8u, 0x00005f86u, 0x0008004fu, 0x00001318u, 0x00005f89u, 0x00002305u, - 0x00002305u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005f8au, 0x00005f89u, - 0x0004007cu, 0x0000005du, 0x00005f8bu, 0x00005f8au, 0x000200f9u, 0x00005f92u, 0x000200f8u, 0x00005f81u, - 0x0008004fu, 0x0000065cu, 0x00005f84u, 0x000074d8u, 0x000074d8u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x0000005du, 0x00005f85u, 0x00005f84u, 0x000200f9u, 0x00005f92u, 0x000200f8u, 0x00005f7cu, - 0x0008004fu, 0x0000065cu, 0x00005f7fu, 0x00006c96u, 0x00006c96u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040072u, 0x0000005du, 0x00005f80u, 0x00005f7fu, 0x000200f9u, 0x00005f92u, 0x000200f8u, 0x00005f77u, - 0x00040072u, 0x0000005du, 0x00005f7bu, 0x00007dc8u, 0x000200f9u, 0x00005f92u, 0x000200f8u, 0x00005f71u, - 0x0008004fu, 0x00001318u, 0x00005f74u, 0x000022adu, 0x000022adu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000026fu, 0x00005f75u, 0x00005f74u, 0x0004007cu, 0x0000005du, 0x00005f76u, 0x00005f75u, - 0x000200f9u, 0x00005f92u, 0x000200f8u, 0x00005f92u, 0x001100f5u, 0x0000005du, 0x000077abu, 0x00005f76u, - 0x00005f71u, 0x00005f7bu, 0x00005f77u, 0x00005f80u, 0x00005f7cu, 0x00005f85u, 0x00005f81u, 0x00005f8bu, - 0x00005f86u, 0x00005f90u, 0x00005f8cu, 0x00001325u, 0x00005f91u, 0x000300f7u, 0x00005fabu, 0x00000000u, - 0x000d00fbu, 0x00005f20u, 0x00005f94u, 0x00000000u, 0x00005f99u, 0x00000001u, 0x00005f9du, 0x00000002u, - 0x00005fa1u, 0x00000004u, 0x00005fa5u, 0x00000006u, 0x00005faau, 0x000200f8u, 0x00005faau, 0x000200f9u, - 0x00005fabu, 0x000200f8u, 0x00005fa5u, 0x00050041u, 0x00000176u, 0x000060f7u, 0x000060edu, 0x000002fdu, - 0x0004003du, 0x0000000fu, 0x00005fa7u, 0x000060f7u, 0x00040071u, 0x00000006u, 0x00005fa8u, 0x00005fa7u, - 0x0004007cu, 0x00000008u, 0x00005fa9u, 0x00005fa8u, 0x000200f9u, 0x00005fabu, 0x000200f8u, 0x00005fa1u, - 0x00050041u, 0x0000013au, 0x000060f6u, 0x000060f0u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005fa3u, - 0x000060f6u, 0x00040072u, 0x00000008u, 0x00005fa4u, 0x00005fa3u, 0x000200f9u, 0x00005fabu, 0x000200f8u, - 0x00005f9du, 0x00050041u, 0x0000013au, 0x000060f5u, 0x000060efu, 0x000002fdu, 0x0004003du, 0x00000012u, - 0x00005f9fu, 0x000060f5u, 0x00040072u, 0x00000008u, 0x00005fa0u, 0x00005f9fu, 0x000200f9u, 0x00005fabu, - 0x000200f8u, 0x00005f99u, 0x00050041u, 0x0000013au, 0x000060f4u, 0x000060eeu, 0x000002fdu, 0x0004003du, - 0x00000012u, 0x00005f9bu, 0x000060f4u, 0x00040072u, 0x00000008u, 0x00005f9cu, 0x00005f9bu, 0x000200f9u, - 0x00005fabu, 0x000200f8u, 0x00005f94u, 0x00050041u, 0x00000176u, 0x000060f3u, 0x000060ebu, 0x000002fdu, - 0x0004003du, 0x0000000fu, 0x00005f96u, 0x000060f3u, 0x00040071u, 0x00000006u, 0x00005f97u, 0x00005f96u, - 0x0004007cu, 0x00000008u, 0x00005f98u, 0x00005f97u, 0x000200f9u, 0x00005fabu, 0x000200f8u, 0x00005fabu, - 0x000f00f5u, 0x00000008u, 0x000077acu, 0x00005f98u, 0x00005f94u, 0x00005f9cu, 0x00005f99u, 0x00005fa0u, - 0x00005f9du, 0x00005fa4u, 0x00005fa1u, 0x00005fa9u, 0x00005fa5u, 0x00001324u, 0x00005faau, 0x00050051u, - 0x00000008u, 0x00005faeu, 0x000077abu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005fafu, 0x000077abu, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00005fb0u, 0x000077abu, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00005fb1u, 0x00005faeu, 0x00005fafu, 0x00005fb0u, 0x000077acu, 0x00050041u, 0x00000176u, 0x00005f23u, - 0x00001a8du, 0x000002f6u, 0x0004003du, 0x0000000fu, 0x00005f24u, 0x00005f23u, 0x00040071u, 0x00000006u, - 0x00005f25u, 0x00005f24u, 0x0004007cu, 0x00000008u, 0x00005f26u, 0x00005f25u, 0x00050041u, 0x00000176u, - 0x00005f27u, 0x00001a8eu, 0x000002f6u, 0x0004003du, 0x0000000fu, 0x00005f28u, 0x00005f27u, 0x00040071u, - 0x00000006u, 0x00005f29u, 0x00005f28u, 0x0004007cu, 0x00000008u, 0x00005f2au, 0x00005f29u, 0x0003003eu, - 0x000060feu, 0x000022afu, 0x0003003eu, 0x000060ffu, 0x00002305u, 0x0003003eu, 0x00006100u, 0x000017d4u, - 0x0003003eu, 0x00006101u, 0x00006c96u, 0x0003003eu, 0x00006102u, 0x000074d8u, 0x000300f7u, 0x00005fdeu, - 0x00000000u, 0x000d00fbu, 0x00005f26u, 0x00005fb7u, 0x00000000u, 0x00005fbdu, 0x00000001u, 0x00005fc2u, - 0x00000002u, 0x00005fc7u, 0x00000004u, 0x00005fccu, 0x00000007u, 0x00005fd2u, 0x000200f8u, 0x00005fd2u, - 0x00050041u, 0x00000176u, 0x00006103u, 0x000060feu, 0x000002f6u, 0x0004003du, 0x0000000fu, 0x00005fd4u, - 0x00006103u, 0x00040071u, 0x00000006u, 0x00005fd5u, 0x00005fd4u, 0x0004007cu, 0x00000008u, 0x00005fd6u, - 0x00005fd5u, 0x000500c4u, 0x00000008u, 0x00005fd7u, 0x00005fd6u, 0x000001dbu, 0x00050041u, 0x00000176u, - 0x00006104u, 0x000060feu, 0x000002fau, 0x0004003du, 0x0000000fu, 0x00005fd9u, 0x00006104u, 0x00040071u, - 0x00000006u, 0x00005fdau, 0x00005fd9u, 0x0004007cu, 0x00000008u, 0x00005fdbu, 0x00005fdau, 0x000500c5u, - 0x00000008u, 0x00005fdcu, 0x00005fd7u, 0x00005fdbu, 0x00060050u, 0x0000005du, 0x00005fddu, 0x00005fdcu, - 0x00005fdcu, 0x00005fdcu, 0x000200f9u, 0x00005fdeu, 0x000200f8u, 0x00005fccu, 0x0008004fu, 0x00001318u, - 0x00005fcfu, 0x00002305u, 0x00002305u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, - 0x00005fd0u, 0x00005fcfu, 0x0004007cu, 0x0000005du, 0x00005fd1u, 0x00005fd0u, 0x000200f9u, 0x00005fdeu, - 0x000200f8u, 0x00005fc7u, 0x0008004fu, 0x0000065cu, 0x00005fcau, 0x000074d8u, 0x000074d8u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00005fcbu, 0x00005fcau, 0x000200f9u, 0x00005fdeu, - 0x000200f8u, 0x00005fc2u, 0x0008004fu, 0x0000065cu, 0x00005fc5u, 0x00006c96u, 0x00006c96u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00005fc6u, 0x00005fc5u, 0x000200f9u, 0x00005fdeu, - 0x000200f8u, 0x00005fbdu, 0x00040072u, 0x0000005du, 0x00005fc1u, 0x00007dc8u, 0x000200f9u, 0x00005fdeu, - 0x000200f8u, 0x00005fb7u, 0x0008004fu, 0x00001318u, 0x00005fbau, 0x000022afu, 0x000022afu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005fbbu, 0x00005fbau, 0x0004007cu, 0x0000005du, - 0x00005fbcu, 0x00005fbbu, 0x000200f9u, 0x00005fdeu, 0x000200f8u, 0x00005fdeu, 0x000f00f5u, 0x0000005du, - 0x000077aeu, 0x00005fbcu, 0x00005fb7u, 0x00005fc1u, 0x00005fbdu, 0x00005fc6u, 0x00005fc2u, 0x00005fcbu, - 0x00005fc7u, 0x00005fd1u, 0x00005fccu, 0x00005fddu, 0x00005fd2u, 0x000300f7u, 0x00005ff7u, 0x00000000u, - 0x000d00fbu, 0x00005f2au, 0x00005fe0u, 0x00000000u, 0x00005fe5u, 0x00000001u, 0x00005fe9u, 0x00000002u, - 0x00005fedu, 0x00000004u, 0x00005ff1u, 0x00000006u, 0x00005ff6u, 0x000200f8u, 0x00005ff6u, 0x000200f9u, - 0x00005ff7u, 0x000200f8u, 0x00005ff1u, 0x00050041u, 0x00000176u, 0x00006109u, 0x000060ffu, 0x000002fdu, - 0x0004003du, 0x0000000fu, 0x00005ff3u, 0x00006109u, 0x00040071u, 0x00000006u, 0x00005ff4u, 0x00005ff3u, - 0x0004007cu, 0x00000008u, 0x00005ff5u, 0x00005ff4u, 0x000200f9u, 0x00005ff7u, 0x000200f8u, 0x00005fedu, - 0x00050041u, 0x0000013au, 0x00006108u, 0x00006102u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005fefu, - 0x00006108u, 0x00040072u, 0x00000008u, 0x00005ff0u, 0x00005fefu, 0x000200f9u, 0x00005ff7u, 0x000200f8u, - 0x00005fe9u, 0x00050041u, 0x0000013au, 0x00006107u, 0x00006101u, 0x000002fdu, 0x0004003du, 0x00000012u, - 0x00005febu, 0x00006107u, 0x00040072u, 0x00000008u, 0x00005fecu, 0x00005febu, 0x000200f9u, 0x00005ff7u, - 0x000200f8u, 0x00005fe5u, 0x00050041u, 0x0000013au, 0x00006106u, 0x00006100u, 0x000002fdu, 0x0004003du, - 0x00000012u, 0x00005fe7u, 0x00006106u, 0x00040072u, 0x00000008u, 0x00005fe8u, 0x00005fe7u, 0x000200f9u, - 0x00005ff7u, 0x000200f8u, 0x00005fe0u, 0x00050041u, 0x00000176u, 0x00006105u, 0x000060feu, 0x000002fdu, - 0x0004003du, 0x0000000fu, 0x00005fe2u, 0x00006105u, 0x00040071u, 0x00000006u, 0x00005fe3u, 0x00005fe2u, - 0x0004007cu, 0x00000008u, 0x00005fe4u, 0x00005fe3u, 0x000200f9u, 0x00005ff7u, 0x000200f8u, 0x00005ff7u, - 0x000f00f5u, 0x00000008u, 0x000077afu, 0x00005fe4u, 0x00005fe0u, 0x00005fe8u, 0x00005fe5u, 0x00005fecu, - 0x00005fe9u, 0x00005ff0u, 0x00005fedu, 0x00005ff5u, 0x00005ff1u, 0x00001324u, 0x00005ff6u, 0x00050051u, - 0x00000008u, 0x00005ffau, 0x000077aeu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005ffbu, 0x000077aeu, - 0x00000001u, 0x00050051u, 0x00000008u, 0x00005ffcu, 0x000077aeu, 0x00000002u, 0x00070050u, 0x00000009u, - 0x00005ffdu, 0x00005ffau, 0x00005ffbu, 0x00005ffcu, 0x000077afu, 0x00050041u, 0x00000176u, 0x00005f2du, - 0x00001a8du, 0x000002fau, 0x0004003du, 0x0000000fu, 0x00005f2eu, 0x00005f2du, 0x00040071u, 0x00000006u, - 0x00005f2fu, 0x00005f2eu, 0x0004007cu, 0x00000008u, 0x00005f30u, 0x00005f2fu, 0x00050041u, 0x00000176u, - 0x00005f31u, 0x00001a8eu, 0x000002fau, 0x0004003du, 0x0000000fu, 0x00005f32u, 0x00005f31u, 0x00040071u, - 0x00000006u, 0x00005f33u, 0x00005f32u, 0x0004007cu, 0x00000008u, 0x00005f34u, 0x00005f33u, 0x0003003eu, - 0x0000610fu, 0x000022b1u, 0x0003003eu, 0x00006110u, 0x00002305u, 0x0003003eu, 0x00006112u, 0x00006c96u, - 0x0003003eu, 0x00006113u, 0x000074d8u, 0x000300f7u, 0x00006044u, 0x00000000u, 0x001700fbu, 0x00005f30u, - 0x00006003u, 0x00000000u, 0x00006009u, 0x00000007u, 0x0000600eu, 0x00000001u, 0x00006013u, 0x00000002u, - 0x00006018u, 0x00000004u, 0x0000601du, 0x00000008u, 0x00006023u, 0x00000009u, 0x00006028u, 0x0000000bu, - 0x0000602du, 0x0000000du, 0x00006033u, 0x0000000fu, 0x00006038u, 0x000200f8u, 0x00006038u, 0x00050041u, - 0x00000176u, 0x00006115u, 0x0000610fu, 0x000002f6u, 0x0004003du, 0x0000000fu, 0x0000603au, 0x00006115u, - 0x00040071u, 0x00000006u, 0x0000603bu, 0x0000603au, 0x0004007cu, 0x00000008u, 0x0000603cu, 0x0000603bu, - 0x000500c4u, 0x00000008u, 0x0000603du, 0x0000603cu, 0x000001dbu, 0x00050041u, 0x00000176u, 0x00006116u, - 0x0000610fu, 0x000002fau, 0x0004003du, 0x0000000fu, 0x0000603fu, 0x00006116u, 0x00040071u, 0x00000006u, - 0x00006040u, 0x0000603fu, 0x0004007cu, 0x00000008u, 0x00006041u, 0x00006040u, 0x000500c5u, 0x00000008u, - 0x00006042u, 0x0000603du, 0x00006041u, 0x00060050u, 0x0000005du, 0x00006043u, 0x00006042u, 0x00006042u, - 0x00006042u, 0x000200f9u, 0x00006044u, 0x000200f8u, 0x00006033u, 0x00040072u, 0x00000008u, 0x00006036u, - 0x0000758fu, 0x00060050u, 0x0000005du, 0x00006037u, 0x00006036u, 0x00006036u, 0x00006036u, 0x000200f9u, - 0x00006044u, 0x000200f8u, 0x0000602du, 0x0008004fu, 0x00001318u, 0x00006030u, 0x00002305u, 0x00002305u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x00040071u, 0x0000026fu, 0x00006031u, 0x00006030u, 0x0004007cu, - 0x0000005du, 0x00006032u, 0x00006031u, 0x000200f9u, 0x00006044u, 0x000200f8u, 0x00006028u, 0x0008004fu, - 0x0000065cu, 0x0000602bu, 0x000074d8u, 0x000074d8u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, - 0x0000005du, 0x0000602cu, 0x0000602bu, 0x000200f9u, 0x00006044u, 0x000200f8u, 0x00006023u, 0x0008004fu, - 0x0000065cu, 0x00006026u, 0x00006c96u, 0x00006c96u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, - 0x0000005du, 0x00006027u, 0x00006026u, 0x000200f9u, 0x00006044u, 0x000200f8u, 0x0000601du, 0x0008004fu, - 0x00001318u, 0x00006020u, 0x00002305u, 0x00002305u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000026fu, 0x00006021u, 0x00006020u, 0x0004007cu, 0x0000005du, 0x00006022u, 0x00006021u, 0x000200f9u, - 0x00006044u, 0x000200f8u, 0x00006018u, 0x0008004fu, 0x0000065cu, 0x0000601bu, 0x000074d8u, 0x000074d8u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x0000601cu, 0x0000601bu, 0x000200f9u, - 0x00006044u, 0x000200f8u, 0x00006013u, 0x0008004fu, 0x0000065cu, 0x00006016u, 0x00006c96u, 0x00006c96u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00006017u, 0x00006016u, 0x000200f9u, - 0x00006044u, 0x000200f8u, 0x0000600eu, 0x00040072u, 0x0000005du, 0x00006012u, 0x00007dc8u, 0x000200f9u, - 0x00006044u, 0x000200f8u, 0x00006009u, 0x00040072u, 0x0000005du, 0x0000600du, 0x00007dc8u, 0x000200f9u, - 0x00006044u, 0x000200f8u, 0x00006003u, 0x0008004fu, 0x00001318u, 0x00006006u, 0x000022b1u, 0x000022b1u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00006007u, 0x00006006u, 0x0004007cu, - 0x0000005du, 0x00006008u, 0x00006007u, 0x000200f9u, 0x00006044u, 0x000200f8u, 0x00006044u, 0x001900f5u, - 0x0000005du, 0x000077b1u, 0x00006008u, 0x00006003u, 0x0000600du, 0x00006009u, 0x00006012u, 0x0000600eu, - 0x00006017u, 0x00006013u, 0x0000601cu, 0x00006018u, 0x00006022u, 0x0000601du, 0x00006027u, 0x00006023u, - 0x0000602cu, 0x00006028u, 0x00006032u, 0x0000602du, 0x00006037u, 0x00006033u, 0x00006043u, 0x00006038u, - 0x000300f7u, 0x0000605cu, 0x00000000u, 0x000b00fbu, 0x00005f34u, 0x00006046u, 0x00000000u, 0x0000604bu, - 0x00000001u, 0x0000604fu, 0x00000002u, 0x00006053u, 0x00000004u, 0x00006057u, 0x000200f8u, 0x00006057u, - 0x00050041u, 0x00000176u, 0x0000611au, 0x00006110u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00006059u, - 0x0000611au, 0x00040071u, 0x00000006u, 0x0000605au, 0x00006059u, 0x0004007cu, 0x00000008u, 0x0000605bu, - 0x0000605au, 0x000200f9u, 0x0000605cu, 0x000200f8u, 0x00006053u, 0x00050041u, 0x0000013au, 0x00006119u, - 0x00006113u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00006055u, 0x00006119u, 0x00040072u, 0x00000008u, - 0x00006056u, 0x00006055u, 0x000200f9u, 0x0000605cu, 0x000200f8u, 0x0000604fu, 0x00050041u, 0x0000013au, - 0x00006118u, 0x00006112u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00006051u, 0x00006118u, 0x00040072u, - 0x00000008u, 0x00006052u, 0x00006051u, 0x000200f9u, 0x0000605cu, 0x000200f8u, 0x0000604bu, 0x00040072u, - 0x00000008u, 0x0000604eu, 0x0000758fu, 0x000200f9u, 0x0000605cu, 0x000200f8u, 0x00006046u, 0x00050041u, - 0x00000176u, 0x00006117u, 0x0000610fu, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00006048u, 0x00006117u, - 0x00040071u, 0x00000006u, 0x00006049u, 0x00006048u, 0x0004007cu, 0x00000008u, 0x0000604au, 0x00006049u, - 0x000200f9u, 0x0000605cu, 0x000200f8u, 0x0000605cu, 0x000d00f5u, 0x00000008u, 0x000077b2u, 0x0000604au, - 0x00006046u, 0x0000604eu, 0x0000604bu, 0x00006052u, 0x0000604fu, 0x00006056u, 0x00006053u, 0x0000605bu, - 0x00006057u, 0x00050051u, 0x00000008u, 0x0000605fu, 0x000077b1u, 0x00000000u, 0x00050051u, 0x00000008u, - 0x00006060u, 0x000077b1u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00006061u, 0x000077b1u, 0x00000002u, - 0x00070050u, 0x00000009u, 0x00006062u, 0x0000605fu, 0x00006060u, 0x00006061u, 0x000077b2u, 0x00050041u, - 0x00000176u, 0x00005f37u, 0x00001a8du, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005f38u, 0x00005f37u, - 0x00040071u, 0x00000006u, 0x00005f39u, 0x00005f38u, 0x0004007cu, 0x00000008u, 0x00005f3au, 0x00005f39u, - 0x00050041u, 0x00000176u, 0x00005f3bu, 0x00001a8eu, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005f3cu, - 0x00005f3bu, 0x00040071u, 0x00000006u, 0x00005f3du, 0x00005f3cu, 0x0004007cu, 0x00000008u, 0x00005f3eu, - 0x00005f3du, 0x0003003eu, 0x00006121u, 0x000022b3u, 0x0003003eu, 0x00006122u, 0x00002305u, 0x0003003eu, - 0x00006123u, 0x000017d4u, 0x0003003eu, 0x00006124u, 0x00006c96u, 0x0003003eu, 0x00006125u, 0x000074d8u, - 0x000300f7u, 0x00006084u, 0x00000000u, 0x000d00fbu, 0x00005f3au, 0x00006068u, 0x00000000u, 0x0000606eu, - 0x00000001u, 0x00006073u, 0x00000002u, 0x00006078u, 0x00000004u, 0x0000607du, 0x00000006u, 0x00006083u, - 0x000200f8u, 0x00006083u, 0x000200f9u, 0x00006084u, 0x000200f8u, 0x0000607du, 0x0008004fu, 0x00001318u, - 0x00006080u, 0x00002305u, 0x00002305u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, - 0x00006081u, 0x00006080u, 0x0004007cu, 0x0000005du, 0x00006082u, 0x00006081u, 0x000200f9u, 0x00006084u, - 0x000200f8u, 0x00006078u, 0x0008004fu, 0x0000065cu, 0x0000607bu, 0x000074d8u, 0x000074d8u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x0000607cu, 0x0000607bu, 0x000200f9u, 0x00006084u, - 0x000200f8u, 0x00006073u, 0x0008004fu, 0x0000065cu, 0x00006076u, 0x00006c96u, 0x00006c96u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00006077u, 0x00006076u, 0x000200f9u, 0x00006084u, - 0x000200f8u, 0x0000606eu, 0x00040072u, 0x0000005du, 0x00006072u, 0x00007dc8u, 0x000200f9u, 0x00006084u, - 0x000200f8u, 0x00006068u, 0x0008004fu, 0x00001318u, 0x0000606bu, 0x000022b3u, 0x000022b3u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x0000606cu, 0x0000606bu, 0x0004007cu, 0x0000005du, - 0x0000606du, 0x0000606cu, 0x000200f9u, 0x00006084u, 0x000200f8u, 0x00006084u, 0x000f00f5u, 0x0000005du, - 0x000077b4u, 0x0000606du, 0x00006068u, 0x00006072u, 0x0000606eu, 0x00006077u, 0x00006073u, 0x0000607cu, - 0x00006078u, 0x00006082u, 0x0000607du, 0x00001325u, 0x00006083u, 0x000300f7u, 0x0000609du, 0x00000000u, - 0x000d00fbu, 0x00005f3eu, 0x00006086u, 0x00000000u, 0x0000608bu, 0x00000001u, 0x0000608fu, 0x00000002u, - 0x00006093u, 0x00000004u, 0x00006097u, 0x00000006u, 0x0000609cu, 0x000200f8u, 0x0000609cu, 0x000200f9u, - 0x0000609du, 0x000200f8u, 0x00006097u, 0x00050041u, 0x00000176u, 0x0000612au, 0x00006122u, 0x000002fdu, - 0x0004003du, 0x0000000fu, 0x00006099u, 0x0000612au, 0x00040071u, 0x00000006u, 0x0000609au, 0x00006099u, - 0x0004007cu, 0x00000008u, 0x0000609bu, 0x0000609au, 0x000200f9u, 0x0000609du, 0x000200f8u, 0x00006093u, - 0x00050041u, 0x0000013au, 0x00006129u, 0x00006125u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00006095u, - 0x00006129u, 0x00040072u, 0x00000008u, 0x00006096u, 0x00006095u, 0x000200f9u, 0x0000609du, 0x000200f8u, - 0x0000608fu, 0x00050041u, 0x0000013au, 0x00006128u, 0x00006124u, 0x000002fdu, 0x0004003du, 0x00000012u, - 0x00006091u, 0x00006128u, 0x00040072u, 0x00000008u, 0x00006092u, 0x00006091u, 0x000200f9u, 0x0000609du, - 0x000200f8u, 0x0000608bu, 0x00050041u, 0x0000013au, 0x00006127u, 0x00006123u, 0x000002fdu, 0x0004003du, - 0x00000012u, 0x0000608du, 0x00006127u, 0x00040072u, 0x00000008u, 0x0000608eu, 0x0000608du, 0x000200f9u, - 0x0000609du, 0x000200f8u, 0x00006086u, 0x00050041u, 0x00000176u, 0x00006126u, 0x00006121u, 0x000002fdu, - 0x0004003du, 0x0000000fu, 0x00006088u, 0x00006126u, 0x00040071u, 0x00000006u, 0x00006089u, 0x00006088u, - 0x0004007cu, 0x00000008u, 0x0000608au, 0x00006089u, 0x000200f9u, 0x0000609du, 0x000200f8u, 0x0000609du, - 0x000f00f5u, 0x00000008u, 0x000077b5u, 0x0000608au, 0x00006086u, 0x0000608eu, 0x0000608bu, 0x00006092u, - 0x0000608fu, 0x00006096u, 0x00006093u, 0x0000609bu, 0x00006097u, 0x00001324u, 0x0000609cu, 0x00050051u, - 0x00000008u, 0x000060a0u, 0x000077b4u, 0x00000000u, 0x00050051u, 0x00000008u, 0x000060a1u, 0x000077b4u, - 0x00000001u, 0x00050051u, 0x00000008u, 0x000060a2u, 0x000077b4u, 0x00000002u, 0x00070050u, 0x00000009u, - 0x000060a3u, 0x000060a0u, 0x000060a1u, 0x000060a2u, 0x000077b5u, 0x000600cau, 0x00000009u, 0x000060abu, - 0x00006062u, 0x0000019eu, 0x000001deu, 0x00050082u, 0x00000009u, 0x000060c5u, 0x00005fb1u, 0x00007db4u, - 0x000600cau, 0x00000009u, 0x000060c6u, 0x000060c5u, 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, - 0x000060c8u, 0x000060c6u, 0x00007db4u, 0x00050082u, 0x00000009u, 0x000060cdu, 0x00005ffdu, 0x00007db4u, - 0x000600cau, 0x00000009u, 0x000060ceu, 0x000060cdu, 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, - 0x000060d0u, 0x000060ceu, 0x00007db4u, 0x00050082u, 0x00000009u, 0x000060d5u, 0x000060a3u, 0x00007db4u, - 0x000600cau, 0x00000009u, 0x000060d6u, 0x000060d5u, 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, - 0x000060d8u, 0x000060d6u, 0x00007db4u, 0x00050082u, 0x00000009u, 0x000060b4u, 0x000060c8u, 0x000060d0u, - 0x00050084u, 0x00000009u, 0x000060b6u, 0x000060b4u, 0x000060abu, 0x00050080u, 0x00000009u, 0x000060b9u, - 0x000060b6u, 0x00007db4u, 0x000500c3u, 0x00000009u, 0x000060bcu, 0x000060b9u, 0x00007dbeu, 0x00040072u, - 0x00000013u, 0x000060bdu, 0x000060bcu, 0x00040072u, 0x00000013u, 0x000060bfu, 0x000060d8u, 0x00050080u, - 0x00000013u, 0x000060c0u, 0x000060bdu, 0x000060bfu, 0x00040072u, 0x00000009u, 0x00005f47u, 0x000060c0u, - 0x00050082u, 0x00000009u, 0x000060ddu, 0x00005f47u, 0x00007db4u, 0x000600cau, 0x00000009u, 0x000060dfu, - 0x000060ddu, 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, 0x000060e2u, 0x000060dfu, 0x00007db4u, - 0x0008000cu, 0x00000009u, 0x000060e4u, 0x00000001u, 0x0000002du, 0x000060e2u, 0x00000312u, 0x00000314u, - 0x00040072u, 0x00000013u, 0x000060e5u, 0x000060e4u, 0x0003003eu, 0x00005f0fu, 0x000060e5u, 0x00050041u, - 0x0000013au, 0x00005f49u, 0x00005f0fu, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005f4au, 0x00005f49u, - 0x00040072u, 0x00000008u, 0x00005f4bu, 0x00005f4au, 0x0004003du, 0x00000012u, 0x00005f4du, 0x00005f49u, - 0x00040072u, 0x00000008u, 0x00005f4eu, 0x00005f4du, 0x00050080u, 0x00000008u, 0x00005f4fu, 0x00005f4eu, - 0x000001a8u, 0x000500c3u, 0x00000008u, 0x00005f50u, 0x00005f4fu, 0x000001dbu, 0x00050080u, 0x00000008u, - 0x00005f51u, 0x00005f4bu, 0x00005f50u, 0x000300f7u, 0x00005f5eu, 0x00000000u, 0x000400fau, 0x00001b02u, - 0x00005f53u, 0x00005f5bu, 0x000200f8u, 0x00005f5bu, 0x000500c4u, 0x00000008u, 0x00005f5du, 0x00001baeu, - 0x000001b4u, 0x000200f9u, 0x00005f5eu, 0x000200f8u, 0x00005f53u, 0x00050084u, 0x00000008u, 0x00005f56u, - 0x00005f51u, 0x00001baeu, 0x00050080u, 0x00000008u, 0x00005f57u, 0x00005f56u, 0x000001b1u, 0x000500c3u, - 0x00000008u, 0x00005f58u, 0x00005f57u, 0x000001aeu, 0x000500c3u, 0x00000008u, 0x00005f5au, 0x00005f58u, - 0x000001b4u, 0x000200f9u, 0x00005f5eu, 0x000200f8u, 0x00005f5eu, 0x000700f5u, 0x00000008u, 0x000077c2u, - 0x00005f5au, 0x00005f53u, 0x00001baeu, 0x00005f5bu, 0x000700f5u, 0x00000008u, 0x000077bfu, 0x00005f58u, - 0x00005f53u, 0x00005f5du, 0x00005f5bu, 0x000300f7u, 0x00005f66u, 0x00000000u, 0x000400fau, 0x00001b05u, - 0x00005f60u, 0x00005f62u, 0x000200f8u, 0x00005f62u, 0x00050080u, 0x00000008u, 0x00005f65u, 0x00005f51u, - 0x0000746bu, 0x000200f9u, 0x00005f66u, 0x000200f8u, 0x00005f60u, 0x000200f9u, 0x00005f66u, 0x000200f8u, - 0x00005f66u, 0x000700f5u, 0x00000008u, 0x000077c0u, 0x000077bfu, 0x00005f60u, 0x00005f65u, 0x00005f62u, - 0x0008000cu, 0x00000008u, 0x00005f68u, 0x00000001u, 0x0000002du, 0x000077c0u, 0x0000019eu, 0x00000313u, - 0x00040072u, 0x00000012u, 0x00005f69u, 0x00005f68u, 0x0003003eu, 0x00005f49u, 0x00005f69u, 0x0004003du, - 0x00000013u, 0x00005f6bu, 0x00005f0fu, 0x00040072u, 0x0000031eu, 0x00001cedu, 0x00005f6bu, 0x0004007cu, - 0x00000010u, 0x00001ceeu, 0x00001cedu, 0x0003003eu, 0x00001a83u, 0x00001ceeu, 0x00050041u, 0x00000176u, - 0x00001cefu, 0x00001a83u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00001cf0u, 0x00001cefu, 0x000200f9u, - 0x00001cf1u, 0x000200f8u, 0x00001c9du, 0x000500c7u, 0x00000011u, 0x00005b2cu, 0x0000735fu, 0x00000297u, - 0x000500c4u, 0x00000011u, 0x00005b2du, 0x00005b2cu, 0x00000299u, 0x000500c5u, 0x00000011u, 0x00005b2eu, - 0x00005b2du, 0x0000029bu, 0x0004007cu, 0x00000012u, 0x00005b2fu, 0x00005b2eu, 0x0004003du, 0x00000010u, - 0x00001cadu, 0x000019dau, 0x0003003eu, 0x00001a7au, 0x00001cadu, 0x0004003du, 0x00000010u, 0x00001caeu, - 0x000019dbu, 0x0003003eu, 0x00001a7bu, 0x00001caeu, 0x00050041u, 0x00000176u, 0x00005b4bu, 0x00001a7au, - 0x00000290u, 0x0004003du, 0x0000000fu, 0x00005b4cu, 0x00005b4bu, 0x00040071u, 0x00000006u, 0x00005b4du, - 0x00005b4cu, 0x0004007cu, 0x00000008u, 0x00005b4eu, 0x00005b4du, 0x00050041u, 0x00000176u, 0x00005b4fu, - 0x00001a7bu, 0x00000290u, 0x0004003du, 0x0000000fu, 0x00005b50u, 0x00005b4fu, 0x00040071u, 0x00000006u, - 0x00005b51u, 0x00005b50u, 0x0004007cu, 0x00000008u, 0x00005b52u, 0x00005b51u, 0x0003003eu, 0x00006173u, - 0x000022a5u, 0x0003003eu, 0x00006174u, 0x00002305u, 0x0003003eu, 0x00006175u, 0x000017d4u, 0x0003003eu, - 0x00006176u, 0x00006c96u, 0x0003003eu, 0x00006177u, 0x000074d8u, 0x000300f7u, 0x00005bc3u, 0x00000000u, - 0x000f00fbu, 0x00005b4eu, 0x00005ba2u, 0x00000000u, 0x00005ba8u, 0x00000001u, 0x00005badu, 0x00000002u, - 0x00005bb2u, 0x00000004u, 0x00005bb7u, 0x00000007u, 0x00005bbdu, 0x00000006u, 0x00005bc2u, 0x000200f8u, - 0x00005bc2u, 0x000200f9u, 0x00005bc3u, 0x000200f8u, 0x00005bbdu, 0x00040072u, 0x00000008u, 0x00005bc0u, - 0x00005b2fu, 0x00060050u, 0x0000005du, 0x00005bc1u, 0x00005bc0u, 0x00005bc0u, 0x00005bc0u, 0x000200f9u, - 0x00005bc3u, 0x000200f8u, 0x00005bb7u, 0x0008004fu, 0x00001318u, 0x00005bbau, 0x00002305u, 0x00002305u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005bbbu, 0x00005bbau, 0x0004007cu, - 0x0000005du, 0x00005bbcu, 0x00005bbbu, 0x000200f9u, 0x00005bc3u, 0x000200f8u, 0x00005bb2u, 0x0008004fu, - 0x0000065cu, 0x00005bb5u, 0x000074d8u, 0x000074d8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x0000005du, 0x00005bb6u, 0x00005bb5u, 0x000200f9u, 0x00005bc3u, 0x000200f8u, 0x00005badu, 0x0008004fu, - 0x0000065cu, 0x00005bb0u, 0x00006c96u, 0x00006c96u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x0000005du, 0x00005bb1u, 0x00005bb0u, 0x000200f9u, 0x00005bc3u, 0x000200f8u, 0x00005ba8u, 0x00040072u, - 0x0000005du, 0x00005bacu, 0x00007dc8u, 0x000200f9u, 0x00005bc3u, 0x000200f8u, 0x00005ba2u, 0x0008004fu, - 0x00001318u, 0x00005ba5u, 0x000022a5u, 0x000022a5u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000026fu, 0x00005ba6u, 0x00005ba5u, 0x0004007cu, 0x0000005du, 0x00005ba7u, 0x00005ba6u, 0x000200f9u, - 0x00005bc3u, 0x000200f8u, 0x00005bc3u, 0x001100f5u, 0x0000005du, 0x000077c4u, 0x00005ba7u, 0x00005ba2u, - 0x00005bacu, 0x00005ba8u, 0x00005bb1u, 0x00005badu, 0x00005bb6u, 0x00005bb2u, 0x00005bbcu, 0x00005bb7u, - 0x00005bc1u, 0x00005bbdu, 0x00001325u, 0x00005bc2u, 0x000300f7u, 0x00005bdcu, 0x00000000u, 0x000d00fbu, - 0x00005b52u, 0x00005bc5u, 0x00000000u, 0x00005bcau, 0x00000001u, 0x00005bceu, 0x00000002u, 0x00005bd2u, - 0x00000004u, 0x00005bd6u, 0x00000006u, 0x00005bdbu, 0x000200f8u, 0x00005bdbu, 0x000200f9u, 0x00005bdcu, - 0x000200f8u, 0x00005bd6u, 0x00050041u, 0x00000176u, 0x0000617du, 0x00006174u, 0x000002fdu, 0x0004003du, - 0x0000000fu, 0x00005bd8u, 0x0000617du, 0x00040071u, 0x00000006u, 0x00005bd9u, 0x00005bd8u, 0x0004007cu, - 0x00000008u, 0x00005bdau, 0x00005bd9u, 0x000200f9u, 0x00005bdcu, 0x000200f8u, 0x00005bd2u, 0x00050041u, - 0x0000013au, 0x0000617cu, 0x00006177u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005bd4u, 0x0000617cu, - 0x00040072u, 0x00000008u, 0x00005bd5u, 0x00005bd4u, 0x000200f9u, 0x00005bdcu, 0x000200f8u, 0x00005bceu, - 0x00050041u, 0x0000013au, 0x0000617bu, 0x00006176u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005bd0u, - 0x0000617bu, 0x00040072u, 0x00000008u, 0x00005bd1u, 0x00005bd0u, 0x000200f9u, 0x00005bdcu, 0x000200f8u, - 0x00005bcau, 0x00050041u, 0x0000013au, 0x0000617au, 0x00006175u, 0x000002fdu, 0x0004003du, 0x00000012u, - 0x00005bccu, 0x0000617au, 0x00040072u, 0x00000008u, 0x00005bcdu, 0x00005bccu, 0x000200f9u, 0x00005bdcu, - 0x000200f8u, 0x00005bc5u, 0x00050041u, 0x00000176u, 0x00006179u, 0x00006173u, 0x000002fdu, 0x0004003du, - 0x0000000fu, 0x00005bc7u, 0x00006179u, 0x00040071u, 0x00000006u, 0x00005bc8u, 0x00005bc7u, 0x0004007cu, - 0x00000008u, 0x00005bc9u, 0x00005bc8u, 0x000200f9u, 0x00005bdcu, 0x000200f8u, 0x00005bdcu, 0x000f00f5u, - 0x00000008u, 0x000077c5u, 0x00005bc9u, 0x00005bc5u, 0x00005bcdu, 0x00005bcau, 0x00005bd1u, 0x00005bceu, - 0x00005bd5u, 0x00005bd2u, 0x00005bdau, 0x00005bd6u, 0x00001324u, 0x00005bdbu, 0x00050051u, 0x00000008u, - 0x00005bdfu, 0x000077c4u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005be0u, 0x000077c4u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00005be1u, 0x000077c4u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005be2u, - 0x00005bdfu, 0x00005be0u, 0x00005be1u, 0x000077c5u, 0x00050041u, 0x00000176u, 0x00005b55u, 0x00001a7au, - 0x000002f6u, 0x0004003du, 0x0000000fu, 0x00005b56u, 0x00005b55u, 0x00040071u, 0x00000006u, 0x00005b57u, - 0x00005b56u, 0x0004007cu, 0x00000008u, 0x00005b58u, 0x00005b57u, 0x00050041u, 0x00000176u, 0x00005b59u, - 0x00001a7bu, 0x000002f6u, 0x0004003du, 0x0000000fu, 0x00005b5au, 0x00005b59u, 0x00040071u, 0x00000006u, - 0x00005b5bu, 0x00005b5au, 0x0004007cu, 0x00000008u, 0x00005b5cu, 0x00005b5bu, 0x0003003eu, 0x00006184u, - 0x000022a7u, 0x0003003eu, 0x00006185u, 0x00002305u, 0x0003003eu, 0x00006186u, 0x000017d4u, 0x0003003eu, - 0x00006187u, 0x00006c96u, 0x0003003eu, 0x00006188u, 0x000074d8u, 0x000300f7u, 0x00005c0fu, 0x00000000u, - 0x000d00fbu, 0x00005b58u, 0x00005be8u, 0x00000000u, 0x00005beeu, 0x00000001u, 0x00005bf3u, 0x00000002u, - 0x00005bf8u, 0x00000004u, 0x00005bfdu, 0x00000007u, 0x00005c03u, 0x000200f8u, 0x00005c03u, 0x00050041u, - 0x00000176u, 0x00006189u, 0x00006184u, 0x000002f6u, 0x0004003du, 0x0000000fu, 0x00005c05u, 0x00006189u, - 0x00040071u, 0x00000006u, 0x00005c06u, 0x00005c05u, 0x0004007cu, 0x00000008u, 0x00005c07u, 0x00005c06u, - 0x000500c4u, 0x00000008u, 0x00005c08u, 0x00005c07u, 0x000001dbu, 0x00050041u, 0x00000176u, 0x0000618au, - 0x00006184u, 0x000002fau, 0x0004003du, 0x0000000fu, 0x00005c0au, 0x0000618au, 0x00040071u, 0x00000006u, - 0x00005c0bu, 0x00005c0au, 0x0004007cu, 0x00000008u, 0x00005c0cu, 0x00005c0bu, 0x000500c5u, 0x00000008u, - 0x00005c0du, 0x00005c08u, 0x00005c0cu, 0x00060050u, 0x0000005du, 0x00005c0eu, 0x00005c0du, 0x00005c0du, - 0x00005c0du, 0x000200f9u, 0x00005c0fu, 0x000200f8u, 0x00005bfdu, 0x0008004fu, 0x00001318u, 0x00005c00u, - 0x00002305u, 0x00002305u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005c01u, - 0x00005c00u, 0x0004007cu, 0x0000005du, 0x00005c02u, 0x00005c01u, 0x000200f9u, 0x00005c0fu, 0x000200f8u, - 0x00005bf8u, 0x0008004fu, 0x0000065cu, 0x00005bfbu, 0x000074d8u, 0x000074d8u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x0000005du, 0x00005bfcu, 0x00005bfbu, 0x000200f9u, 0x00005c0fu, 0x000200f8u, - 0x00005bf3u, 0x0008004fu, 0x0000065cu, 0x00005bf6u, 0x00006c96u, 0x00006c96u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x0000005du, 0x00005bf7u, 0x00005bf6u, 0x000200f9u, 0x00005c0fu, 0x000200f8u, - 0x00005beeu, 0x00040072u, 0x0000005du, 0x00005bf2u, 0x00007dc8u, 0x000200f9u, 0x00005c0fu, 0x000200f8u, - 0x00005be8u, 0x0008004fu, 0x00001318u, 0x00005bebu, 0x000022a7u, 0x000022a7u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005becu, 0x00005bebu, 0x0004007cu, 0x0000005du, 0x00005bedu, - 0x00005becu, 0x000200f9u, 0x00005c0fu, 0x000200f8u, 0x00005c0fu, 0x000f00f5u, 0x0000005du, 0x000077c7u, - 0x00005bedu, 0x00005be8u, 0x00005bf2u, 0x00005beeu, 0x00005bf7u, 0x00005bf3u, 0x00005bfcu, 0x00005bf8u, - 0x00005c02u, 0x00005bfdu, 0x00005c0eu, 0x00005c03u, 0x000300f7u, 0x00005c28u, 0x00000000u, 0x000d00fbu, - 0x00005b5cu, 0x00005c11u, 0x00000000u, 0x00005c16u, 0x00000001u, 0x00005c1au, 0x00000002u, 0x00005c1eu, - 0x00000004u, 0x00005c22u, 0x00000006u, 0x00005c27u, 0x000200f8u, 0x00005c27u, 0x000200f9u, 0x00005c28u, - 0x000200f8u, 0x00005c22u, 0x00050041u, 0x00000176u, 0x0000618fu, 0x00006185u, 0x000002fdu, 0x0004003du, - 0x0000000fu, 0x00005c24u, 0x0000618fu, 0x00040071u, 0x00000006u, 0x00005c25u, 0x00005c24u, 0x0004007cu, - 0x00000008u, 0x00005c26u, 0x00005c25u, 0x000200f9u, 0x00005c28u, 0x000200f8u, 0x00005c1eu, 0x00050041u, - 0x0000013au, 0x0000618eu, 0x00006188u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005c20u, 0x0000618eu, - 0x00040072u, 0x00000008u, 0x00005c21u, 0x00005c20u, 0x000200f9u, 0x00005c28u, 0x000200f8u, 0x00005c1au, - 0x00050041u, 0x0000013au, 0x0000618du, 0x00006187u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005c1cu, - 0x0000618du, 0x00040072u, 0x00000008u, 0x00005c1du, 0x00005c1cu, 0x000200f9u, 0x00005c28u, 0x000200f8u, - 0x00005c16u, 0x00050041u, 0x0000013au, 0x0000618cu, 0x00006186u, 0x000002fdu, 0x0004003du, 0x00000012u, - 0x00005c18u, 0x0000618cu, 0x00040072u, 0x00000008u, 0x00005c19u, 0x00005c18u, 0x000200f9u, 0x00005c28u, - 0x000200f8u, 0x00005c11u, 0x00050041u, 0x00000176u, 0x0000618bu, 0x00006184u, 0x000002fdu, 0x0004003du, - 0x0000000fu, 0x00005c13u, 0x0000618bu, 0x00040071u, 0x00000006u, 0x00005c14u, 0x00005c13u, 0x0004007cu, - 0x00000008u, 0x00005c15u, 0x00005c14u, 0x000200f9u, 0x00005c28u, 0x000200f8u, 0x00005c28u, 0x000f00f5u, - 0x00000008u, 0x000077c8u, 0x00005c15u, 0x00005c11u, 0x00005c19u, 0x00005c16u, 0x00005c1du, 0x00005c1au, - 0x00005c21u, 0x00005c1eu, 0x00005c26u, 0x00005c22u, 0x00001324u, 0x00005c27u, 0x00050051u, 0x00000008u, - 0x00005c2bu, 0x000077c7u, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005c2cu, 0x000077c7u, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00005c2du, 0x000077c7u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005c2eu, - 0x00005c2bu, 0x00005c2cu, 0x00005c2du, 0x000077c8u, 0x00050041u, 0x00000176u, 0x00005b5fu, 0x00001a7au, - 0x000002fau, 0x0004003du, 0x0000000fu, 0x00005b60u, 0x00005b5fu, 0x00040071u, 0x00000006u, 0x00005b61u, - 0x00005b60u, 0x0004007cu, 0x00000008u, 0x00005b62u, 0x00005b61u, 0x00050041u, 0x00000176u, 0x00005b63u, - 0x00001a7bu, 0x000002fau, 0x0004003du, 0x0000000fu, 0x00005b64u, 0x00005b63u, 0x00040071u, 0x00000006u, - 0x00005b65u, 0x00005b64u, 0x0004007cu, 0x00000008u, 0x00005b66u, 0x00005b65u, 0x0003003eu, 0x00006195u, - 0x000022a9u, 0x0003003eu, 0x00006196u, 0x00002305u, 0x0003003eu, 0x00006198u, 0x00006c96u, 0x0003003eu, - 0x00006199u, 0x000074d8u, 0x000300f7u, 0x00005c75u, 0x00000000u, 0x001700fbu, 0x00005b62u, 0x00005c34u, - 0x00000000u, 0x00005c3au, 0x00000007u, 0x00005c3fu, 0x00000001u, 0x00005c44u, 0x00000002u, 0x00005c49u, - 0x00000004u, 0x00005c4eu, 0x00000008u, 0x00005c54u, 0x00000009u, 0x00005c59u, 0x0000000bu, 0x00005c5eu, - 0x0000000du, 0x00005c64u, 0x0000000fu, 0x00005c69u, 0x000200f8u, 0x00005c69u, 0x00050041u, 0x00000176u, - 0x0000619bu, 0x00006195u, 0x000002f6u, 0x0004003du, 0x0000000fu, 0x00005c6bu, 0x0000619bu, 0x00040071u, - 0x00000006u, 0x00005c6cu, 0x00005c6bu, 0x0004007cu, 0x00000008u, 0x00005c6du, 0x00005c6cu, 0x000500c4u, - 0x00000008u, 0x00005c6eu, 0x00005c6du, 0x000001dbu, 0x00050041u, 0x00000176u, 0x0000619cu, 0x00006195u, - 0x000002fau, 0x0004003du, 0x0000000fu, 0x00005c70u, 0x0000619cu, 0x00040071u, 0x00000006u, 0x00005c71u, - 0x00005c70u, 0x0004007cu, 0x00000008u, 0x00005c72u, 0x00005c71u, 0x000500c5u, 0x00000008u, 0x00005c73u, - 0x00005c6eu, 0x00005c72u, 0x00060050u, 0x0000005du, 0x00005c74u, 0x00005c73u, 0x00005c73u, 0x00005c73u, - 0x000200f9u, 0x00005c75u, 0x000200f8u, 0x00005c64u, 0x00040072u, 0x00000008u, 0x00005c67u, 0x0000758fu, - 0x00060050u, 0x0000005du, 0x00005c68u, 0x00005c67u, 0x00005c67u, 0x00005c67u, 0x000200f9u, 0x00005c75u, - 0x000200f8u, 0x00005c5eu, 0x0008004fu, 0x00001318u, 0x00005c61u, 0x00002305u, 0x00002305u, 0x00000003u, - 0x00000003u, 0x00000003u, 0x00040071u, 0x0000026fu, 0x00005c62u, 0x00005c61u, 0x0004007cu, 0x0000005du, - 0x00005c63u, 0x00005c62u, 0x000200f9u, 0x00005c75u, 0x000200f8u, 0x00005c59u, 0x0008004fu, 0x0000065cu, - 0x00005c5cu, 0x000074d8u, 0x000074d8u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x0000005du, - 0x00005c5du, 0x00005c5cu, 0x000200f9u, 0x00005c75u, 0x000200f8u, 0x00005c54u, 0x0008004fu, 0x0000065cu, - 0x00005c57u, 0x00006c96u, 0x00006c96u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x0000005du, - 0x00005c58u, 0x00005c57u, 0x000200f9u, 0x00005c75u, 0x000200f8u, 0x00005c4eu, 0x0008004fu, 0x00001318u, - 0x00005c51u, 0x00002305u, 0x00002305u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, - 0x00005c52u, 0x00005c51u, 0x0004007cu, 0x0000005du, 0x00005c53u, 0x00005c52u, 0x000200f9u, 0x00005c75u, - 0x000200f8u, 0x00005c49u, 0x0008004fu, 0x0000065cu, 0x00005c4cu, 0x000074d8u, 0x000074d8u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00005c4du, 0x00005c4cu, 0x000200f9u, 0x00005c75u, - 0x000200f8u, 0x00005c44u, 0x0008004fu, 0x0000065cu, 0x00005c47u, 0x00006c96u, 0x00006c96u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00005c48u, 0x00005c47u, 0x000200f9u, 0x00005c75u, - 0x000200f8u, 0x00005c3fu, 0x00040072u, 0x0000005du, 0x00005c43u, 0x00007dc8u, 0x000200f9u, 0x00005c75u, - 0x000200f8u, 0x00005c3au, 0x00040072u, 0x0000005du, 0x00005c3eu, 0x00007dc8u, 0x000200f9u, 0x00005c75u, - 0x000200f8u, 0x00005c34u, 0x0008004fu, 0x00001318u, 0x00005c37u, 0x000022a9u, 0x000022a9u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005c38u, 0x00005c37u, 0x0004007cu, 0x0000005du, - 0x00005c39u, 0x00005c38u, 0x000200f9u, 0x00005c75u, 0x000200f8u, 0x00005c75u, 0x001900f5u, 0x0000005du, - 0x000077cau, 0x00005c39u, 0x00005c34u, 0x00005c3eu, 0x00005c3au, 0x00005c43u, 0x00005c3fu, 0x00005c48u, - 0x00005c44u, 0x00005c4du, 0x00005c49u, 0x00005c53u, 0x00005c4eu, 0x00005c58u, 0x00005c54u, 0x00005c5du, - 0x00005c59u, 0x00005c63u, 0x00005c5eu, 0x00005c68u, 0x00005c64u, 0x00005c74u, 0x00005c69u, 0x000300f7u, - 0x00005c8du, 0x00000000u, 0x000b00fbu, 0x00005b66u, 0x00005c77u, 0x00000000u, 0x00005c7cu, 0x00000001u, - 0x00005c80u, 0x00000002u, 0x00005c84u, 0x00000004u, 0x00005c88u, 0x000200f8u, 0x00005c88u, 0x00050041u, - 0x00000176u, 0x000061a0u, 0x00006196u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005c8au, 0x000061a0u, - 0x00040071u, 0x00000006u, 0x00005c8bu, 0x00005c8au, 0x0004007cu, 0x00000008u, 0x00005c8cu, 0x00005c8bu, - 0x000200f9u, 0x00005c8du, 0x000200f8u, 0x00005c84u, 0x00050041u, 0x0000013au, 0x0000619fu, 0x00006199u, - 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005c86u, 0x0000619fu, 0x00040072u, 0x00000008u, 0x00005c87u, - 0x00005c86u, 0x000200f9u, 0x00005c8du, 0x000200f8u, 0x00005c80u, 0x00050041u, 0x0000013au, 0x0000619eu, - 0x00006198u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005c82u, 0x0000619eu, 0x00040072u, 0x00000008u, - 0x00005c83u, 0x00005c82u, 0x000200f9u, 0x00005c8du, 0x000200f8u, 0x00005c7cu, 0x00040072u, 0x00000008u, - 0x00005c7fu, 0x0000758fu, 0x000200f9u, 0x00005c8du, 0x000200f8u, 0x00005c77u, 0x00050041u, 0x00000176u, - 0x0000619du, 0x00006195u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005c79u, 0x0000619du, 0x00040071u, - 0x00000006u, 0x00005c7au, 0x00005c79u, 0x0004007cu, 0x00000008u, 0x00005c7bu, 0x00005c7au, 0x000200f9u, - 0x00005c8du, 0x000200f8u, 0x00005c8du, 0x000d00f5u, 0x00000008u, 0x000077cbu, 0x00005c7bu, 0x00005c77u, - 0x00005c7fu, 0x00005c7cu, 0x00005c83u, 0x00005c80u, 0x00005c87u, 0x00005c84u, 0x00005c8cu, 0x00005c88u, - 0x00050051u, 0x00000008u, 0x00005c90u, 0x000077cau, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005c91u, - 0x000077cau, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005c92u, 0x000077cau, 0x00000002u, 0x00070050u, - 0x00000009u, 0x00005c93u, 0x00005c90u, 0x00005c91u, 0x00005c92u, 0x000077cbu, 0x00050041u, 0x00000176u, - 0x00005b69u, 0x00001a7au, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005b6au, 0x00005b69u, 0x00040071u, - 0x00000006u, 0x00005b6bu, 0x00005b6au, 0x0004007cu, 0x00000008u, 0x00005b6cu, 0x00005b6bu, 0x00050041u, - 0x00000176u, 0x00005b6du, 0x00001a7bu, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005b6eu, 0x00005b6du, - 0x00040071u, 0x00000006u, 0x00005b6fu, 0x00005b6eu, 0x0004007cu, 0x00000008u, 0x00005b70u, 0x00005b6fu, - 0x0003003eu, 0x000061a7u, 0x000022abu, 0x0003003eu, 0x000061a8u, 0x00002305u, 0x0003003eu, 0x000061a9u, - 0x000017d4u, 0x0003003eu, 0x000061aau, 0x00006c96u, 0x0003003eu, 0x000061abu, 0x000074d8u, 0x000300f7u, - 0x00005cb5u, 0x00000000u, 0x000d00fbu, 0x00005b6cu, 0x00005c99u, 0x00000000u, 0x00005c9fu, 0x00000001u, - 0x00005ca4u, 0x00000002u, 0x00005ca9u, 0x00000004u, 0x00005caeu, 0x00000006u, 0x00005cb4u, 0x000200f8u, - 0x00005cb4u, 0x000200f9u, 0x00005cb5u, 0x000200f8u, 0x00005caeu, 0x0008004fu, 0x00001318u, 0x00005cb1u, - 0x00002305u, 0x00002305u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005cb2u, - 0x00005cb1u, 0x0004007cu, 0x0000005du, 0x00005cb3u, 0x00005cb2u, 0x000200f9u, 0x00005cb5u, 0x000200f8u, - 0x00005ca9u, 0x0008004fu, 0x0000065cu, 0x00005cacu, 0x000074d8u, 0x000074d8u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x0000005du, 0x00005cadu, 0x00005cacu, 0x000200f9u, 0x00005cb5u, 0x000200f8u, - 0x00005ca4u, 0x0008004fu, 0x0000065cu, 0x00005ca7u, 0x00006c96u, 0x00006c96u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040072u, 0x0000005du, 0x00005ca8u, 0x00005ca7u, 0x000200f9u, 0x00005cb5u, 0x000200f8u, - 0x00005c9fu, 0x00040072u, 0x0000005du, 0x00005ca3u, 0x00007dc8u, 0x000200f9u, 0x00005cb5u, 0x000200f8u, - 0x00005c99u, 0x0008004fu, 0x00001318u, 0x00005c9cu, 0x000022abu, 0x000022abu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005c9du, 0x00005c9cu, 0x0004007cu, 0x0000005du, 0x00005c9eu, - 0x00005c9du, 0x000200f9u, 0x00005cb5u, 0x000200f8u, 0x00005cb5u, 0x000f00f5u, 0x0000005du, 0x000077cdu, - 0x00005c9eu, 0x00005c99u, 0x00005ca3u, 0x00005c9fu, 0x00005ca8u, 0x00005ca4u, 0x00005cadu, 0x00005ca9u, - 0x00005cb3u, 0x00005caeu, 0x00001325u, 0x00005cb4u, 0x000300f7u, 0x00005cceu, 0x00000000u, 0x000d00fbu, - 0x00005b70u, 0x00005cb7u, 0x00000000u, 0x00005cbcu, 0x00000001u, 0x00005cc0u, 0x00000002u, 0x00005cc4u, - 0x00000004u, 0x00005cc8u, 0x00000006u, 0x00005ccdu, 0x000200f8u, 0x00005ccdu, 0x000200f9u, 0x00005cceu, - 0x000200f8u, 0x00005cc8u, 0x00050041u, 0x00000176u, 0x000061b0u, 0x000061a8u, 0x000002fdu, 0x0004003du, - 0x0000000fu, 0x00005ccau, 0x000061b0u, 0x00040071u, 0x00000006u, 0x00005ccbu, 0x00005ccau, 0x0004007cu, - 0x00000008u, 0x00005cccu, 0x00005ccbu, 0x000200f9u, 0x00005cceu, 0x000200f8u, 0x00005cc4u, 0x00050041u, - 0x0000013au, 0x000061afu, 0x000061abu, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005cc6u, 0x000061afu, - 0x00040072u, 0x00000008u, 0x00005cc7u, 0x00005cc6u, 0x000200f9u, 0x00005cceu, 0x000200f8u, 0x00005cc0u, - 0x00050041u, 0x0000013au, 0x000061aeu, 0x000061aau, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005cc2u, - 0x000061aeu, 0x00040072u, 0x00000008u, 0x00005cc3u, 0x00005cc2u, 0x000200f9u, 0x00005cceu, 0x000200f8u, - 0x00005cbcu, 0x00050041u, 0x0000013au, 0x000061adu, 0x000061a9u, 0x000002fdu, 0x0004003du, 0x00000012u, - 0x00005cbeu, 0x000061adu, 0x00040072u, 0x00000008u, 0x00005cbfu, 0x00005cbeu, 0x000200f9u, 0x00005cceu, - 0x000200f8u, 0x00005cb7u, 0x00050041u, 0x00000176u, 0x000061acu, 0x000061a7u, 0x000002fdu, 0x0004003du, - 0x0000000fu, 0x00005cb9u, 0x000061acu, 0x00040071u, 0x00000006u, 0x00005cbau, 0x00005cb9u, 0x0004007cu, - 0x00000008u, 0x00005cbbu, 0x00005cbau, 0x000200f9u, 0x00005cceu, 0x000200f8u, 0x00005cceu, 0x000f00f5u, - 0x00000008u, 0x000077ceu, 0x00005cbbu, 0x00005cb7u, 0x00005cbfu, 0x00005cbcu, 0x00005cc3u, 0x00005cc0u, - 0x00005cc7u, 0x00005cc4u, 0x00005cccu, 0x00005cc8u, 0x00001324u, 0x00005ccdu, 0x00050051u, 0x00000008u, - 0x00005cd1u, 0x000077cdu, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005cd2u, 0x000077cdu, 0x00000001u, - 0x00050051u, 0x00000008u, 0x00005cd3u, 0x000077cdu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005cd4u, - 0x00005cd1u, 0x00005cd2u, 0x00005cd3u, 0x000077ceu, 0x000600cau, 0x00000009u, 0x00005cdcu, 0x00005c93u, - 0x0000019eu, 0x000001deu, 0x00050082u, 0x00000009u, 0x00005cf6u, 0x00005be2u, 0x00007db4u, 0x000600cau, - 0x00000009u, 0x00005cf7u, 0x00005cf6u, 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, 0x00005cf9u, - 0x00005cf7u, 0x00007db4u, 0x00050082u, 0x00000009u, 0x00005cfeu, 0x00005c2eu, 0x00007db4u, 0x000600cau, - 0x00000009u, 0x00005cffu, 0x00005cfeu, 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, 0x00005d01u, - 0x00005cffu, 0x00007db4u, 0x00050082u, 0x00000009u, 0x00005d06u, 0x00005cd4u, 0x00007db4u, 0x000600cau, - 0x00000009u, 0x00005d07u, 0x00005d06u, 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, 0x00005d09u, - 0x00005d07u, 0x00007db4u, 0x00050082u, 0x00000009u, 0x00005ce5u, 0x00005cf9u, 0x00005d01u, 0x00050084u, - 0x00000009u, 0x00005ce7u, 0x00005ce5u, 0x00005cdcu, 0x00050080u, 0x00000009u, 0x00005ceau, 0x00005ce7u, - 0x00007db4u, 0x000500c3u, 0x00000009u, 0x00005cedu, 0x00005ceau, 0x00007dbeu, 0x00040072u, 0x00000013u, - 0x00005ceeu, 0x00005cedu, 0x00040072u, 0x00000013u, 0x00005cf0u, 0x00005d09u, 0x00050080u, 0x00000013u, - 0x00005cf1u, 0x00005ceeu, 0x00005cf0u, 0x0003003eu, 0x00005b40u, 0x00005cf1u, 0x000300f7u, 0x00005b9bu, - 0x00000000u, 0x000400fau, 0x00001b23u, 0x00005b79u, 0x00005b9au, 0x000200f8u, 0x00005b9au, 0x000200f9u, - 0x00005b9bu, 0x000200f8u, 0x00005b79u, 0x00050041u, 0x0000013au, 0x00005b7au, 0x00005b40u, 0x000002fdu, - 0x0004003du, 0x00000012u, 0x00005b7bu, 0x00005b7au, 0x00040072u, 0x00000008u, 0x00005b7cu, 0x00005b7bu, - 0x00050082u, 0x00000008u, 0x00005d0du, 0x00005b7cu, 0x00000308u, 0x000600cau, 0x00000008u, 0x00005d0eu, - 0x00005d0du, 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000008u, 0x00005d0fu, 0x00005d0eu, 0x00000308u, - 0x0008000cu, 0x00000008u, 0x00005d10u, 0x00000001u, 0x0000002du, 0x00005d0fu, 0x0000019eu, 0x00000313u, - 0x00050080u, 0x00000008u, 0x00005b80u, 0x00005d10u, 0x000001a8u, 0x000500c3u, 0x00000008u, 0x00005b81u, - 0x00005b80u, 0x000001dbu, 0x00050080u, 0x00000008u, 0x00005b82u, 0x00005d10u, 0x00005b81u, 0x000300f7u, - 0x00005b95u, 0x00000000u, 0x000400fau, 0x00001b05u, 0x00005b84u, 0x00005b91u, 0x000200f8u, 0x00005b91u, - 0x00050080u, 0x00000008u, 0x00005b94u, 0x00005b82u, 0x0000746bu, 0x000200f9u, 0x00005b95u, 0x000200f8u, - 0x00005b84u, 0x000300f7u, 0x00005b8fu, 0x00000000u, 0x000400fau, 0x00001b02u, 0x00005b86u, 0x00005b8cu, - 0x000200f8u, 0x00005b8cu, 0x000500c4u, 0x00000008u, 0x00005b8eu, 0x00001baeu, 0x000001b4u, 0x000200f9u, - 0x00005b8fu, 0x000200f8u, 0x00005b86u, 0x00050084u, 0x00000008u, 0x00005b89u, 0x00005b82u, 0x00001baeu, - 0x00050080u, 0x00000008u, 0x00005b8au, 0x00005b89u, 0x000001b1u, 0x000500c3u, 0x00000008u, 0x00005b8bu, - 0x00005b8au, 0x000001aeu, 0x000200f9u, 0x00005b8fu, 0x000200f8u, 0x00005b8fu, 0x000700f5u, 0x00000008u, - 0x000077cfu, 0x00005b8bu, 0x00005b86u, 0x00005b8eu, 0x00005b8cu, 0x000200f9u, 0x00005b95u, 0x000200f8u, - 0x00005b95u, 0x000700f5u, 0x00000008u, 0x000077d0u, 0x000077cfu, 0x00005b8fu, 0x00005b94u, 0x00005b91u, - 0x0008000cu, 0x00000008u, 0x00005b97u, 0x00000001u, 0x0000002du, 0x000077d0u, 0x0000019eu, 0x00000313u, - 0x00040072u, 0x0000031du, 0x00005b98u, 0x00005b97u, 0x0004007cu, 0x0000000fu, 0x00005b99u, 0x00005b98u, - 0x000200f9u, 0x00005b9bu, 0x000200f8u, 0x00005b9bu, 0x000700f5u, 0x0000000fu, 0x000077d1u, 0x00005b99u, - 0x00005b95u, 0x000002d6u, 0x00005b9au, 0x0004003du, 0x00000010u, 0x00001ccbu, 0x000019dcu, 0x0003003eu, - 0x00001a85u, 0x00001ccbu, 0x0004003du, 0x00000010u, 0x00001cccu, 0x000019ddu, 0x0003003eu, 0x00001a86u, - 0x00001cccu, 0x00050041u, 0x00000176u, 0x00005d2bu, 0x00001a85u, 0x00000290u, 0x0004003du, 0x0000000fu, - 0x00005d2cu, 0x00005d2bu, 0x00040071u, 0x00000006u, 0x00005d2du, 0x00005d2cu, 0x0004007cu, 0x00000008u, - 0x00005d2eu, 0x00005d2du, 0x00050041u, 0x00000176u, 0x00005d2fu, 0x00001a86u, 0x00000290u, 0x0004003du, - 0x0000000fu, 0x00005d30u, 0x00005d2fu, 0x00040071u, 0x00000006u, 0x00005d31u, 0x00005d30u, 0x0004007cu, - 0x00000008u, 0x00005d32u, 0x00005d31u, 0x0003003eu, 0x00006130u, 0x000022adu, 0x0003003eu, 0x00006131u, - 0x00002305u, 0x0003003eu, 0x00006132u, 0x00005cf1u, 0x0003003eu, 0x00006133u, 0x000074d8u, 0x0003003eu, - 0x00006134u, 0x00006c96u, 0x000300f7u, 0x00005da4u, 0x00000000u, 0x000f00fbu, 0x00005d2eu, 0x00005d83u, - 0x00000000u, 0x00005d89u, 0x00000001u, 0x00005d8eu, 0x00000002u, 0x00005d93u, 0x00000004u, 0x00005d98u, - 0x00000007u, 0x00005d9eu, 0x00000006u, 0x00005da3u, 0x000200f8u, 0x00005da3u, 0x000200f9u, 0x00005da4u, - 0x000200f8u, 0x00005d9eu, 0x00040072u, 0x00000008u, 0x00005da1u, 0x00005b2fu, 0x00060050u, 0x0000005du, - 0x00005da2u, 0x00005da1u, 0x00005da1u, 0x00005da1u, 0x000200f9u, 0x00005da4u, 0x000200f8u, 0x00005d98u, - 0x0008004fu, 0x00001318u, 0x00005d9bu, 0x00002305u, 0x00002305u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x00040071u, 0x0000026fu, 0x00005d9cu, 0x00005d9bu, 0x0004007cu, 0x0000005du, 0x00005d9du, 0x00005d9cu, - 0x000200f9u, 0x00005da4u, 0x000200f8u, 0x00005d93u, 0x0008004fu, 0x0000065cu, 0x00005d96u, 0x00006c96u, - 0x00006c96u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00005d97u, 0x00005d96u, - 0x000200f9u, 0x00005da4u, 0x000200f8u, 0x00005d8eu, 0x0008004fu, 0x0000065cu, 0x00005d91u, 0x000074d8u, - 0x000074d8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00005d92u, 0x00005d91u, - 0x000200f9u, 0x00005da4u, 0x000200f8u, 0x00005d89u, 0x0008004fu, 0x0000065cu, 0x00005d8cu, 0x00005cf1u, - 0x00005cf1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, 0x00005d8du, 0x00005d8cu, - 0x000200f9u, 0x00005da4u, 0x000200f8u, 0x00005d83u, 0x0008004fu, 0x00001318u, 0x00005d86u, 0x000022adu, - 0x000022adu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005d87u, 0x00005d86u, - 0x0004007cu, 0x0000005du, 0x00005d88u, 0x00005d87u, 0x000200f9u, 0x00005da4u, 0x000200f8u, 0x00005da4u, - 0x001100f5u, 0x0000005du, 0x000077f4u, 0x00005d88u, 0x00005d83u, 0x00005d8du, 0x00005d89u, 0x00005d92u, - 0x00005d8eu, 0x00005d97u, 0x00005d93u, 0x00005d9du, 0x00005d98u, 0x00005da2u, 0x00005d9eu, 0x00001325u, - 0x00005da3u, 0x000300f7u, 0x00005dbdu, 0x00000000u, 0x000d00fbu, 0x00005d32u, 0x00005da6u, 0x00000000u, - 0x00005dabu, 0x00000001u, 0x00005dafu, 0x00000002u, 0x00005db3u, 0x00000004u, 0x00005db7u, 0x00000006u, - 0x00005dbcu, 0x000200f8u, 0x00005dbcu, 0x000200f9u, 0x00005dbdu, 0x000200f8u, 0x00005db7u, 0x00050041u, - 0x00000176u, 0x0000613au, 0x00006131u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005db9u, 0x0000613au, - 0x00040071u, 0x00000006u, 0x00005dbau, 0x00005db9u, 0x0004007cu, 0x00000008u, 0x00005dbbu, 0x00005dbau, - 0x000200f9u, 0x00005dbdu, 0x000200f8u, 0x00005db3u, 0x00050041u, 0x0000013au, 0x00006139u, 0x00006134u, - 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005db5u, 0x00006139u, 0x00040072u, 0x00000008u, 0x00005db6u, - 0x00005db5u, 0x000200f9u, 0x00005dbdu, 0x000200f8u, 0x00005dafu, 0x00050041u, 0x0000013au, 0x00006138u, - 0x00006133u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005db1u, 0x00006138u, 0x00040072u, 0x00000008u, - 0x00005db2u, 0x00005db1u, 0x000200f9u, 0x00005dbdu, 0x000200f8u, 0x00005dabu, 0x00050041u, 0x0000013au, - 0x00006137u, 0x00006132u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005dadu, 0x00006137u, 0x00040072u, - 0x00000008u, 0x00005daeu, 0x00005dadu, 0x000200f9u, 0x00005dbdu, 0x000200f8u, 0x00005da6u, 0x00050041u, - 0x00000176u, 0x00006136u, 0x00006130u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005da8u, 0x00006136u, - 0x00040071u, 0x00000006u, 0x00005da9u, 0x00005da8u, 0x0004007cu, 0x00000008u, 0x00005daau, 0x00005da9u, - 0x000200f9u, 0x00005dbdu, 0x000200f8u, 0x00005dbdu, 0x000f00f5u, 0x00000008u, 0x000077f5u, 0x00005daau, - 0x00005da6u, 0x00005daeu, 0x00005dabu, 0x00005db2u, 0x00005dafu, 0x00005db6u, 0x00005db3u, 0x00005dbbu, - 0x00005db7u, 0x00001324u, 0x00005dbcu, 0x00050051u, 0x00000008u, 0x00005dc0u, 0x000077f4u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005dc1u, 0x000077f4u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005dc2u, - 0x000077f4u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005dc3u, 0x00005dc0u, 0x00005dc1u, 0x00005dc2u, - 0x000077f5u, 0x00050041u, 0x00000176u, 0x00005d35u, 0x00001a85u, 0x000002f6u, 0x0004003du, 0x0000000fu, - 0x00005d36u, 0x00005d35u, 0x00040071u, 0x00000006u, 0x00005d37u, 0x00005d36u, 0x0004007cu, 0x00000008u, - 0x00005d38u, 0x00005d37u, 0x00050041u, 0x00000176u, 0x00005d39u, 0x00001a86u, 0x000002f6u, 0x0004003du, - 0x0000000fu, 0x00005d3au, 0x00005d39u, 0x00040071u, 0x00000006u, 0x00005d3bu, 0x00005d3au, 0x0004007cu, - 0x00000008u, 0x00005d3cu, 0x00005d3bu, 0x0003003eu, 0x00006141u, 0x000022afu, 0x0003003eu, 0x00006142u, - 0x00002305u, 0x0003003eu, 0x00006143u, 0x00005cf1u, 0x0003003eu, 0x00006144u, 0x000074d8u, 0x0003003eu, - 0x00006145u, 0x00006c96u, 0x000300f7u, 0x00005df0u, 0x00000000u, 0x000d00fbu, 0x00005d38u, 0x00005dc9u, - 0x00000000u, 0x00005dcfu, 0x00000001u, 0x00005dd4u, 0x00000002u, 0x00005dd9u, 0x00000004u, 0x00005ddeu, - 0x00000007u, 0x00005de4u, 0x000200f8u, 0x00005de4u, 0x00050041u, 0x00000176u, 0x00006146u, 0x00006141u, - 0x000002f6u, 0x0004003du, 0x0000000fu, 0x00005de6u, 0x00006146u, 0x00040071u, 0x00000006u, 0x00005de7u, - 0x00005de6u, 0x0004007cu, 0x00000008u, 0x00005de8u, 0x00005de7u, 0x000500c4u, 0x00000008u, 0x00005de9u, - 0x00005de8u, 0x000001dbu, 0x00050041u, 0x00000176u, 0x00006147u, 0x00006141u, 0x000002fau, 0x0004003du, - 0x0000000fu, 0x00005debu, 0x00006147u, 0x00040071u, 0x00000006u, 0x00005decu, 0x00005debu, 0x0004007cu, - 0x00000008u, 0x00005dedu, 0x00005decu, 0x000500c5u, 0x00000008u, 0x00005deeu, 0x00005de9u, 0x00005dedu, - 0x00060050u, 0x0000005du, 0x00005defu, 0x00005deeu, 0x00005deeu, 0x00005deeu, 0x000200f9u, 0x00005df0u, - 0x000200f8u, 0x00005ddeu, 0x0008004fu, 0x00001318u, 0x00005de1u, 0x00002305u, 0x00002305u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005de2u, 0x00005de1u, 0x0004007cu, 0x0000005du, - 0x00005de3u, 0x00005de2u, 0x000200f9u, 0x00005df0u, 0x000200f8u, 0x00005dd9u, 0x0008004fu, 0x0000065cu, - 0x00005ddcu, 0x00006c96u, 0x00006c96u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, - 0x00005dddu, 0x00005ddcu, 0x000200f9u, 0x00005df0u, 0x000200f8u, 0x00005dd4u, 0x0008004fu, 0x0000065cu, - 0x00005dd7u, 0x000074d8u, 0x000074d8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, - 0x00005dd8u, 0x00005dd7u, 0x000200f9u, 0x00005df0u, 0x000200f8u, 0x00005dcfu, 0x0008004fu, 0x0000065cu, - 0x00005dd2u, 0x00005cf1u, 0x00005cf1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, - 0x00005dd3u, 0x00005dd2u, 0x000200f9u, 0x00005df0u, 0x000200f8u, 0x00005dc9u, 0x0008004fu, 0x00001318u, - 0x00005dccu, 0x000022afu, 0x000022afu, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, - 0x00005dcdu, 0x00005dccu, 0x0004007cu, 0x0000005du, 0x00005dceu, 0x00005dcdu, 0x000200f9u, 0x00005df0u, - 0x000200f8u, 0x00005df0u, 0x000f00f5u, 0x0000005du, 0x000077f7u, 0x00005dceu, 0x00005dc9u, 0x00005dd3u, - 0x00005dcfu, 0x00005dd8u, 0x00005dd4u, 0x00005dddu, 0x00005dd9u, 0x00005de3u, 0x00005ddeu, 0x00005defu, - 0x00005de4u, 0x000300f7u, 0x00005e09u, 0x00000000u, 0x000d00fbu, 0x00005d3cu, 0x00005df2u, 0x00000000u, - 0x00005df7u, 0x00000001u, 0x00005dfbu, 0x00000002u, 0x00005dffu, 0x00000004u, 0x00005e03u, 0x00000006u, - 0x00005e08u, 0x000200f8u, 0x00005e08u, 0x000200f9u, 0x00005e09u, 0x000200f8u, 0x00005e03u, 0x00050041u, - 0x00000176u, 0x0000614cu, 0x00006142u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005e05u, 0x0000614cu, - 0x00040071u, 0x00000006u, 0x00005e06u, 0x00005e05u, 0x0004007cu, 0x00000008u, 0x00005e07u, 0x00005e06u, - 0x000200f9u, 0x00005e09u, 0x000200f8u, 0x00005dffu, 0x00050041u, 0x0000013au, 0x0000614bu, 0x00006145u, - 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005e01u, 0x0000614bu, 0x00040072u, 0x00000008u, 0x00005e02u, - 0x00005e01u, 0x000200f9u, 0x00005e09u, 0x000200f8u, 0x00005dfbu, 0x00050041u, 0x0000013au, 0x0000614au, - 0x00006144u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005dfdu, 0x0000614au, 0x00040072u, 0x00000008u, - 0x00005dfeu, 0x00005dfdu, 0x000200f9u, 0x00005e09u, 0x000200f8u, 0x00005df7u, 0x00050041u, 0x0000013au, - 0x00006149u, 0x00006143u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005df9u, 0x00006149u, 0x00040072u, - 0x00000008u, 0x00005dfau, 0x00005df9u, 0x000200f9u, 0x00005e09u, 0x000200f8u, 0x00005df2u, 0x00050041u, - 0x00000176u, 0x00006148u, 0x00006141u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005df4u, 0x00006148u, - 0x00040071u, 0x00000006u, 0x00005df5u, 0x00005df4u, 0x0004007cu, 0x00000008u, 0x00005df6u, 0x00005df5u, - 0x000200f9u, 0x00005e09u, 0x000200f8u, 0x00005e09u, 0x000f00f5u, 0x00000008u, 0x000077f8u, 0x00005df6u, - 0x00005df2u, 0x00005dfau, 0x00005df7u, 0x00005dfeu, 0x00005dfbu, 0x00005e02u, 0x00005dffu, 0x00005e07u, - 0x00005e03u, 0x00001324u, 0x00005e08u, 0x00050051u, 0x00000008u, 0x00005e0cu, 0x000077f7u, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005e0du, 0x000077f7u, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005e0eu, - 0x000077f7u, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005e0fu, 0x00005e0cu, 0x00005e0du, 0x00005e0eu, - 0x000077f8u, 0x00050041u, 0x00000176u, 0x00005d3fu, 0x00001a85u, 0x000002fau, 0x0004003du, 0x0000000fu, - 0x00005d40u, 0x00005d3fu, 0x00040071u, 0x00000006u, 0x00005d41u, 0x00005d40u, 0x0004007cu, 0x00000008u, - 0x00005d42u, 0x00005d41u, 0x00050041u, 0x00000176u, 0x00005d43u, 0x00001a86u, 0x000002fau, 0x0004003du, - 0x0000000fu, 0x00005d44u, 0x00005d43u, 0x00040071u, 0x00000006u, 0x00005d45u, 0x00005d44u, 0x0004007cu, - 0x00000008u, 0x00005d46u, 0x00005d45u, 0x0003003eu, 0x00006152u, 0x000022b1u, 0x0003003eu, 0x00006153u, - 0x00002305u, 0x0003003eu, 0x00006155u, 0x000074d8u, 0x0003003eu, 0x00006156u, 0x00006c96u, 0x000300f7u, - 0x00005e56u, 0x00000000u, 0x001700fbu, 0x00005d42u, 0x00005e15u, 0x00000000u, 0x00005e1bu, 0x00000007u, - 0x00005e20u, 0x00000001u, 0x00005e25u, 0x00000002u, 0x00005e2au, 0x00000004u, 0x00005e2fu, 0x00000008u, - 0x00005e35u, 0x00000009u, 0x00005e3au, 0x0000000bu, 0x00005e3fu, 0x0000000du, 0x00005e45u, 0x0000000fu, - 0x00005e4au, 0x000200f8u, 0x00005e4au, 0x00050041u, 0x00000176u, 0x00006158u, 0x00006152u, 0x000002f6u, - 0x0004003du, 0x0000000fu, 0x00005e4cu, 0x00006158u, 0x00040071u, 0x00000006u, 0x00005e4du, 0x00005e4cu, - 0x0004007cu, 0x00000008u, 0x00005e4eu, 0x00005e4du, 0x000500c4u, 0x00000008u, 0x00005e4fu, 0x00005e4eu, - 0x000001dbu, 0x00050041u, 0x00000176u, 0x00006159u, 0x00006152u, 0x000002fau, 0x0004003du, 0x0000000fu, - 0x00005e51u, 0x00006159u, 0x00040071u, 0x00000006u, 0x00005e52u, 0x00005e51u, 0x0004007cu, 0x00000008u, - 0x00005e53u, 0x00005e52u, 0x000500c5u, 0x00000008u, 0x00005e54u, 0x00005e4fu, 0x00005e53u, 0x00060050u, - 0x0000005du, 0x00005e55u, 0x00005e54u, 0x00005e54u, 0x00005e54u, 0x000200f9u, 0x00005e56u, 0x000200f8u, - 0x00005e45u, 0x00040072u, 0x00000008u, 0x00005e48u, 0x0000758fu, 0x00060050u, 0x0000005du, 0x00005e49u, - 0x00005e48u, 0x00005e48u, 0x00005e48u, 0x000200f9u, 0x00005e56u, 0x000200f8u, 0x00005e3fu, 0x0008004fu, - 0x00001318u, 0x00005e42u, 0x00002305u, 0x00002305u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040071u, - 0x0000026fu, 0x00005e43u, 0x00005e42u, 0x0004007cu, 0x0000005du, 0x00005e44u, 0x00005e43u, 0x000200f9u, - 0x00005e56u, 0x000200f8u, 0x00005e3au, 0x0008004fu, 0x0000065cu, 0x00005e3du, 0x00006c96u, 0x00006c96u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x0000005du, 0x00005e3eu, 0x00005e3du, 0x000200f9u, - 0x00005e56u, 0x000200f8u, 0x00005e35u, 0x0008004fu, 0x0000065cu, 0x00005e38u, 0x000074d8u, 0x000074d8u, - 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, 0x0000005du, 0x00005e39u, 0x00005e38u, 0x000200f9u, - 0x00005e56u, 0x000200f8u, 0x00005e2fu, 0x0008004fu, 0x00001318u, 0x00005e32u, 0x00002305u, 0x00002305u, - 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005e33u, 0x00005e32u, 0x0004007cu, - 0x0000005du, 0x00005e34u, 0x00005e33u, 0x000200f9u, 0x00005e56u, 0x000200f8u, 0x00005e2au, 0x0008004fu, - 0x0000065cu, 0x00005e2du, 0x00006c96u, 0x00006c96u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x0000005du, 0x00005e2eu, 0x00005e2du, 0x000200f9u, 0x00005e56u, 0x000200f8u, 0x00005e25u, 0x0008004fu, - 0x0000065cu, 0x00005e28u, 0x000074d8u, 0x000074d8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x0000005du, 0x00005e29u, 0x00005e28u, 0x000200f9u, 0x00005e56u, 0x000200f8u, 0x00005e20u, 0x0008004fu, - 0x0000065cu, 0x00005e23u, 0x00005cf1u, 0x00005cf1u, 0x00000003u, 0x00000003u, 0x00000003u, 0x00040072u, - 0x0000005du, 0x00005e24u, 0x00005e23u, 0x000200f9u, 0x00005e56u, 0x000200f8u, 0x00005e1bu, 0x0008004fu, - 0x0000065cu, 0x00005e1eu, 0x00005cf1u, 0x00005cf1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, - 0x0000005du, 0x00005e1fu, 0x00005e1eu, 0x000200f9u, 0x00005e56u, 0x000200f8u, 0x00005e15u, 0x0008004fu, - 0x00001318u, 0x00005e18u, 0x000022b1u, 0x000022b1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, - 0x0000026fu, 0x00005e19u, 0x00005e18u, 0x0004007cu, 0x0000005du, 0x00005e1au, 0x00005e19u, 0x000200f9u, - 0x00005e56u, 0x000200f8u, 0x00005e56u, 0x001900f5u, 0x0000005du, 0x000077fau, 0x00005e1au, 0x00005e15u, - 0x00005e1fu, 0x00005e1bu, 0x00005e24u, 0x00005e20u, 0x00005e29u, 0x00005e25u, 0x00005e2eu, 0x00005e2au, - 0x00005e34u, 0x00005e2fu, 0x00005e39u, 0x00005e35u, 0x00005e3eu, 0x00005e3au, 0x00005e44u, 0x00005e3fu, - 0x00005e49u, 0x00005e45u, 0x00005e55u, 0x00005e4au, 0x000300f7u, 0x00005e6eu, 0x00000000u, 0x000b00fbu, - 0x00005d46u, 0x00005e58u, 0x00000000u, 0x00005e5du, 0x00000001u, 0x00005e61u, 0x00000002u, 0x00005e65u, - 0x00000004u, 0x00005e69u, 0x000200f8u, 0x00005e69u, 0x00050041u, 0x00000176u, 0x0000615du, 0x00006153u, - 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005e6bu, 0x0000615du, 0x00040071u, 0x00000006u, 0x00005e6cu, - 0x00005e6bu, 0x0004007cu, 0x00000008u, 0x00005e6du, 0x00005e6cu, 0x000200f9u, 0x00005e6eu, 0x000200f8u, - 0x00005e65u, 0x00050041u, 0x0000013au, 0x0000615cu, 0x00006156u, 0x000002fdu, 0x0004003du, 0x00000012u, - 0x00005e67u, 0x0000615cu, 0x00040072u, 0x00000008u, 0x00005e68u, 0x00005e67u, 0x000200f9u, 0x00005e6eu, - 0x000200f8u, 0x00005e61u, 0x00050041u, 0x0000013au, 0x0000615bu, 0x00006155u, 0x000002fdu, 0x0004003du, - 0x00000012u, 0x00005e63u, 0x0000615bu, 0x00040072u, 0x00000008u, 0x00005e64u, 0x00005e63u, 0x000200f9u, - 0x00005e6eu, 0x000200f8u, 0x00005e5du, 0x00040072u, 0x00000008u, 0x00005e60u, 0x0000758fu, 0x000200f9u, - 0x00005e6eu, 0x000200f8u, 0x00005e58u, 0x00050041u, 0x00000176u, 0x0000615au, 0x00006152u, 0x000002fdu, - 0x0004003du, 0x0000000fu, 0x00005e5au, 0x0000615au, 0x00040071u, 0x00000006u, 0x00005e5bu, 0x00005e5au, - 0x0004007cu, 0x00000008u, 0x00005e5cu, 0x00005e5bu, 0x000200f9u, 0x00005e6eu, 0x000200f8u, 0x00005e6eu, - 0x000d00f5u, 0x00000008u, 0x000077fbu, 0x00005e5cu, 0x00005e58u, 0x00005e60u, 0x00005e5du, 0x00005e64u, - 0x00005e61u, 0x00005e68u, 0x00005e65u, 0x00005e6du, 0x00005e69u, 0x00050051u, 0x00000008u, 0x00005e71u, - 0x000077fau, 0x00000000u, 0x00050051u, 0x00000008u, 0x00005e72u, 0x000077fau, 0x00000001u, 0x00050051u, - 0x00000008u, 0x00005e73u, 0x000077fau, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005e74u, 0x00005e71u, - 0x00005e72u, 0x00005e73u, 0x000077fbu, 0x00050041u, 0x00000176u, 0x00005d49u, 0x00001a85u, 0x000002fdu, - 0x0004003du, 0x0000000fu, 0x00005d4au, 0x00005d49u, 0x00040071u, 0x00000006u, 0x00005d4bu, 0x00005d4au, - 0x0004007cu, 0x00000008u, 0x00005d4cu, 0x00005d4bu, 0x00050041u, 0x00000176u, 0x00005d4du, 0x00001a86u, - 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005d4eu, 0x00005d4du, 0x00040071u, 0x00000006u, 0x00005d4fu, - 0x00005d4eu, 0x0004007cu, 0x00000008u, 0x00005d50u, 0x00005d4fu, 0x0003003eu, 0x00006164u, 0x000022b3u, - 0x0003003eu, 0x00006165u, 0x00002305u, 0x0003003eu, 0x00006166u, 0x00005cf1u, 0x0003003eu, 0x00006167u, - 0x000074d8u, 0x0003003eu, 0x00006168u, 0x00006c96u, 0x000300f7u, 0x00005e96u, 0x00000000u, 0x000d00fbu, - 0x00005d4cu, 0x00005e7au, 0x00000000u, 0x00005e80u, 0x00000001u, 0x00005e85u, 0x00000002u, 0x00005e8au, - 0x00000004u, 0x00005e8fu, 0x00000006u, 0x00005e95u, 0x000200f8u, 0x00005e95u, 0x000200f9u, 0x00005e96u, - 0x000200f8u, 0x00005e8fu, 0x0008004fu, 0x00001318u, 0x00005e92u, 0x00002305u, 0x00002305u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, 0x00005e93u, 0x00005e92u, 0x0004007cu, 0x0000005du, - 0x00005e94u, 0x00005e93u, 0x000200f9u, 0x00005e96u, 0x000200f8u, 0x00005e8au, 0x0008004fu, 0x0000065cu, - 0x00005e8du, 0x00006c96u, 0x00006c96u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, - 0x00005e8eu, 0x00005e8du, 0x000200f9u, 0x00005e96u, 0x000200f8u, 0x00005e85u, 0x0008004fu, 0x0000065cu, - 0x00005e88u, 0x000074d8u, 0x000074d8u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, - 0x00005e89u, 0x00005e88u, 0x000200f9u, 0x00005e96u, 0x000200f8u, 0x00005e80u, 0x0008004fu, 0x0000065cu, - 0x00005e83u, 0x00005cf1u, 0x00005cf1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040072u, 0x0000005du, - 0x00005e84u, 0x00005e83u, 0x000200f9u, 0x00005e96u, 0x000200f8u, 0x00005e7au, 0x0008004fu, 0x00001318u, - 0x00005e7du, 0x000022b3u, 0x000022b3u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00040071u, 0x0000026fu, - 0x00005e7eu, 0x00005e7du, 0x0004007cu, 0x0000005du, 0x00005e7fu, 0x00005e7eu, 0x000200f9u, 0x00005e96u, - 0x000200f8u, 0x00005e96u, 0x000f00f5u, 0x0000005du, 0x000077fdu, 0x00005e7fu, 0x00005e7au, 0x00005e84u, - 0x00005e80u, 0x00005e89u, 0x00005e85u, 0x00005e8eu, 0x00005e8au, 0x00005e94u, 0x00005e8fu, 0x00001325u, - 0x00005e95u, 0x000300f7u, 0x00005eafu, 0x00000000u, 0x000d00fbu, 0x00005d50u, 0x00005e98u, 0x00000000u, - 0x00005e9du, 0x00000001u, 0x00005ea1u, 0x00000002u, 0x00005ea5u, 0x00000004u, 0x00005ea9u, 0x00000006u, - 0x00005eaeu, 0x000200f8u, 0x00005eaeu, 0x000200f9u, 0x00005eafu, 0x000200f8u, 0x00005ea9u, 0x00050041u, - 0x00000176u, 0x0000616du, 0x00006165u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005eabu, 0x0000616du, - 0x00040071u, 0x00000006u, 0x00005eacu, 0x00005eabu, 0x0004007cu, 0x00000008u, 0x00005eadu, 0x00005eacu, - 0x000200f9u, 0x00005eafu, 0x000200f8u, 0x00005ea5u, 0x00050041u, 0x0000013au, 0x0000616cu, 0x00006168u, - 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005ea7u, 0x0000616cu, 0x00040072u, 0x00000008u, 0x00005ea8u, - 0x00005ea7u, 0x000200f9u, 0x00005eafu, 0x000200f8u, 0x00005ea1u, 0x00050041u, 0x0000013au, 0x0000616bu, - 0x00006167u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005ea3u, 0x0000616bu, 0x00040072u, 0x00000008u, - 0x00005ea4u, 0x00005ea3u, 0x000200f9u, 0x00005eafu, 0x000200f8u, 0x00005e9du, 0x00050041u, 0x0000013au, - 0x0000616au, 0x00006166u, 0x000002fdu, 0x0004003du, 0x00000012u, 0x00005e9fu, 0x0000616au, 0x00040072u, - 0x00000008u, 0x00005ea0u, 0x00005e9fu, 0x000200f9u, 0x00005eafu, 0x000200f8u, 0x00005e98u, 0x00050041u, - 0x00000176u, 0x00006169u, 0x00006164u, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00005e9au, 0x00006169u, - 0x00040071u, 0x00000006u, 0x00005e9bu, 0x00005e9au, 0x0004007cu, 0x00000008u, 0x00005e9cu, 0x00005e9bu, - 0x000200f9u, 0x00005eafu, 0x000200f8u, 0x00005eafu, 0x000f00f5u, 0x00000008u, 0x000077feu, 0x00005e9cu, - 0x00005e98u, 0x00005ea0u, 0x00005e9du, 0x00005ea4u, 0x00005ea1u, 0x00005ea8u, 0x00005ea5u, 0x00005eadu, - 0x00005ea9u, 0x00001324u, 0x00005eaeu, 0x00050051u, 0x00000008u, 0x00005eb2u, 0x000077fdu, 0x00000000u, - 0x00050051u, 0x00000008u, 0x00005eb3u, 0x000077fdu, 0x00000001u, 0x00050051u, 0x00000008u, 0x00005eb4u, - 0x000077fdu, 0x00000002u, 0x00070050u, 0x00000009u, 0x00005eb5u, 0x00005eb2u, 0x00005eb3u, 0x00005eb4u, - 0x000077feu, 0x000600cau, 0x00000009u, 0x00005ebdu, 0x00005e74u, 0x0000019eu, 0x000001deu, 0x00050082u, - 0x00000009u, 0x00005ed7u, 0x00005dc3u, 0x00007db4u, 0x000600cau, 0x00000009u, 0x00005ed8u, 0x00005ed7u, - 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, 0x00005edau, 0x00005ed8u, 0x00007db4u, 0x00050082u, - 0x00000009u, 0x00005edfu, 0x00005e0fu, 0x00007db4u, 0x000600cau, 0x00000009u, 0x00005ee0u, 0x00005edfu, - 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, 0x00005ee2u, 0x00005ee0u, 0x00007db4u, 0x00050082u, - 0x00000009u, 0x00005ee7u, 0x00005eb5u, 0x00007db4u, 0x000600cau, 0x00000009u, 0x00005ee8u, 0x00005ee7u, - 0x0000019eu, 0x000001deu, 0x00050080u, 0x00000009u, 0x00005eeau, 0x00005ee8u, 0x00007db4u, 0x00050082u, - 0x00000009u, 0x00005ec6u, 0x00005edau, 0x00005ee2u, 0x00050084u, 0x00000009u, 0x00005ec8u, 0x00005ec6u, - 0x00005ebdu, 0x00050080u, 0x00000009u, 0x00005ecbu, 0x00005ec8u, 0x00007db4u, 0x000500c3u, 0x00000009u, - 0x00005eceu, 0x00005ecbu, 0x00007dbeu, 0x00040072u, 0x00000013u, 0x00005ecfu, 0x00005eceu, 0x00040072u, - 0x00000013u, 0x00005ed1u, 0x00005eeau, 0x00050080u, 0x00000013u, 0x00005ed2u, 0x00005ecfu, 0x00005ed1u, - 0x00040072u, 0x00000009u, 0x00005d59u, 0x00005ed2u, 0x00050082u, 0x00000009u, 0x00005eefu, 0x00005d59u, - 0x00007db4u, 0x000600cau, 0x00000009u, 0x00005ef1u, 0x00005eefu, 0x0000019eu, 0x000001deu, 0x00050080u, - 0x00000009u, 0x00005ef4u, 0x00005ef1u, 0x00007db4u, 0x0008000cu, 0x00000009u, 0x00005ef6u, 0x00000001u, - 0x0000002du, 0x00005ef4u, 0x00000312u, 0x00000314u, 0x00040072u, 0x00000013u, 0x00005ef7u, 0x00005ef6u, - 0x0003003eu, 0x00005d21u, 0x00005ef7u, 0x00050041u, 0x0000013au, 0x00005d5bu, 0x00005d21u, 0x000002fdu, - 0x0004003du, 0x00000012u, 0x00005d5cu, 0x00005d5bu, 0x00040072u, 0x00000008u, 0x00005d5du, 0x00005d5cu, - 0x0004003du, 0x00000012u, 0x00005d5fu, 0x00005d5bu, 0x00040072u, 0x00000008u, 0x00005d60u, 0x00005d5fu, - 0x00050080u, 0x00000008u, 0x00005d61u, 0x00005d60u, 0x000001a8u, 0x000500c3u, 0x00000008u, 0x00005d62u, - 0x00005d61u, 0x000001dbu, 0x00050080u, 0x00000008u, 0x00005d63u, 0x00005d5du, 0x00005d62u, 0x000300f7u, - 0x00005d70u, 0x00000000u, 0x000400fau, 0x00001b02u, 0x00005d65u, 0x00005d6du, 0x000200f8u, 0x00005d6du, - 0x000500c4u, 0x00000008u, 0x00005d6fu, 0x00001baeu, 0x000001b4u, 0x000200f9u, 0x00005d70u, 0x000200f8u, - 0x00005d65u, 0x00050084u, 0x00000008u, 0x00005d68u, 0x00005d63u, 0x00001baeu, 0x00050080u, 0x00000008u, - 0x00005d69u, 0x00005d68u, 0x000001b1u, 0x000500c3u, 0x00000008u, 0x00005d6au, 0x00005d69u, 0x000001aeu, - 0x000500c3u, 0x00000008u, 0x00005d6cu, 0x00005d6au, 0x000001b4u, 0x000200f9u, 0x00005d70u, 0x000200f8u, - 0x00005d70u, 0x000700f5u, 0x00000008u, 0x0000780bu, 0x00005d6cu, 0x00005d65u, 0x00001baeu, 0x00005d6du, - 0x000700f5u, 0x00000008u, 0x00007808u, 0x00005d6au, 0x00005d65u, 0x00005d6fu, 0x00005d6du, 0x000300f7u, - 0x00005d78u, 0x00000000u, 0x000400fau, 0x00001b05u, 0x00005d72u, 0x00005d74u, 0x000200f8u, 0x00005d74u, - 0x00050080u, 0x00000008u, 0x00005d77u, 0x00005d63u, 0x0000746bu, 0x000200f9u, 0x00005d78u, 0x000200f8u, - 0x00005d72u, 0x000200f9u, 0x00005d78u, 0x000200f8u, 0x00005d78u, 0x000700f5u, 0x00000008u, 0x00007809u, - 0x00007808u, 0x00005d72u, 0x00005d77u, 0x00005d74u, 0x0008000cu, 0x00000008u, 0x00005d7au, 0x00000001u, - 0x0000002du, 0x00007809u, 0x0000019eu, 0x00000313u, 0x00040072u, 0x00000012u, 0x00005d7bu, 0x00005d7au, - 0x0003003eu, 0x00005d5bu, 0x00005d7bu, 0x0004003du, 0x00000013u, 0x00005d7du, 0x00005d21u, 0x00040072u, - 0x0000031eu, 0x00001cd3u, 0x00005d7du, 0x0004007cu, 0x00000010u, 0x00001cd4u, 0x00001cd3u, 0x0003003eu, - 0x00001a83u, 0x00001cd4u, 0x000200f9u, 0x00001cf1u, 0x000200f8u, 0x00001cf1u, 0x000700f5u, 0x0000000fu, - 0x0000782eu, 0x000077d1u, 0x00005d78u, 0x00001cf0u, 0x00005f66u, 0x000700f5u, 0x00000008u, 0x0000780cu, - 0x0000780bu, 0x00005d78u, 0x000077c2u, 0x00005f66u, 0x000500aau, 0x00000063u, 0x00001cf4u, 0x0000780cu, - 0x0000019eu, 0x000500a7u, 0x00000063u, 0x00001cf5u, 0x00001b14u, 0x00001cf4u, 0x000300f7u, 0x00001cf7u, - 0x00000000u, 0x000400fau, 0x00001cf5u, 0x00001cf6u, 0x00001cf7u, 0x000200f8u, 0x00001cf6u, 0x000200f9u, - 0x00001d1cu, 0x000200f8u, 0x00001cf7u, 0x000300f7u, 0x00001d06u, 0x00000000u, 0x000400fau, 0x00001b23u, - 0x00001cf9u, 0x00001d06u, 0x000200f8u, 0x00001cf9u, 0x000300f7u, 0x00001d00u, 0x00000000u, 0x000400fau, - 0x00001b26u, 0x00001cfbu, 0x00001cfdu, 0x000200f8u, 0x00001cfdu, 0x00050041u, 0x00000176u, 0x00006570u, - 0x0000656du, 0x000002fdu, 0x0004003du, 0x0000000fu, 0x00001cffu, 0x00006570u, 0x000200f9u, 0x00001d00u, - 0x000200f8u, 0x00001cfbu, 0x000500c7u, 0x00000011u, 0x000060e9u, 0x0000735fu, 0x000002aeu, 0x00040071u, - 0x0000000fu, 0x000060eau, 0x000060e9u, 0x000200f9u, 0x00001d00u, 0x000200f8u, 0x00001d00u, 0x000700f5u, - 0x0000000fu, 0x00007839u, 0x000060eau, 0x00001cfbu, 0x00001cffu, 0x00001cfdu, 0x000500b0u, 0x00000063u, - 0x00001d03u, 0x0000782eu, 0x00007839u, 0x000300f7u, 0x00001d05u, 0x00000000u, 0x000400fau, 0x00001d03u, - 0x00001d04u, 0x00001d05u, 0x000200f8u, 0x00001d04u, 0x000200f9u, 0x00001d1cu, 0x000200f8u, 0x00001d05u, - 0x000200f9u, 0x00001d06u, 0x000200f8u, 0x00001d06u, 0x0004003du, 0x00000010u, 0x00001d07u, 0x00001a83u, - 0x000500c4u, 0x00000008u, 0x00001d0au, 0x00002555u, 0x000001deu, 0x000500c5u, 0x00000008u, 0x00001d0cu, - 0x00001d0au, 0x00007462u, 0x00040072u, 0x0000031du, 0x00001d0fu, 0x0000780cu, 0x0004007cu, 0x0000000fu, - 0x00001d10u, 0x00001d0fu, 0x00050041u, 0x00000176u, 0x00001d12u, 0x00001a18u, 0x000002fdu, 0x0004003du, - 0x0000000fu, 0x00001d13u, 0x00001d12u, 0x00040071u, 0x00000006u, 0x00001d14u, 0x00001d13u, 0x0004007cu, - 0x00000008u, 0x00001d15u, 0x00001d14u, 0x00050080u, 0x00000008u, 0x00001d17u, 0x00001d15u, 0x0000746bu, - 0x0007000cu, 0x00000008u, 0x00001d18u, 0x00000001u, 0x00000027u, 0x00001d17u, 0x00000313u, 0x00040072u, - 0x0000031du, 0x00001d19u, 0x00001d18u, 0x0004007cu, 0x0000000fu, 0x00001d1au, 0x00001d19u, 0x000200f9u, - 0x00001d1cu, 0x000200f8u, 0x00001d1cu, 0x001900f5u, 0x00000010u, 0x00007c43u, 0x00007c45u, 0x00001aa8u, - 0x00007c45u, 0x00001ac7u, 0x00007c45u, 0x00001b5fu, 0x00007c45u, 0x00001b8eu, 0x00007c45u, 0x00001b8fu, - 0x00007c45u, 0x00001b9du, 0x00007c45u, 0x00001babu, 0x00007c45u, 0x00001bb7u, 0x00007c45u, 0x00001cf6u, - 0x00007c45u, 0x00001d04u, 0x00001d07u, 0x00001d06u, 0x001900f5u, 0x00000008u, 0x00007b07u, 0x00007b09u, - 0x00001aa8u, 0x00007b09u, 0x00001ac7u, 0x00007b09u, 0x00001b5fu, 0x00007861u, 0x00001b8eu, 0x00007861u, - 0x00001b8fu, 0x00007b09u, 0x00001b9du, 0x00007b09u, 0x00001babu, 0x00007b09u, 0x00001bb7u, 0x00007b09u, - 0x00001cf6u, 0x00007b09u, 0x00001d04u, 0x00001d0cu, 0x00001d06u, 0x001900f5u, 0x0000000fu, 0x000079ccu, - 0x00007866u, 0x00001aa8u, 0x00007866u, 0x00001ac7u, 0x00007866u, 0x00001b5fu, 0x000002edu, 0x00001b8eu, - 0x000002edu, 0x00001b8fu, 0x000002eeu, 0x00001b9du, 0x00007866u, 0x00001babu, 0x00007866u, 0x00001bb7u, - 0x00007866u, 0x00001cf6u, 0x00007866u, 0x00001d04u, 0x00001d10u, 0x00001d06u, 0x001900f5u, 0x0000000fu, - 0x00007864u, 0x00007866u, 0x00001aa8u, 0x00007866u, 0x00001ac7u, 0x00007866u, 0x00001b5fu, 0x00007866u, - 0x00001b8eu, 0x00007866u, 0x00001b8fu, 0x00007866u, 0x00001b9du, 0x00007866u, 0x00001babu, 0x00007866u, - 0x00001bb7u, 0x00007866u, 0x00001cf6u, 0x00007866u, 0x00001d04u, 0x00001d1au, 0x00001d06u, 0x001900f5u, - 0x00000063u, 0x00007863u, 0x000011fbu, 0x00001aa8u, 0x000011fbu, 0x00001ac7u, 0x000011fbu, 0x00001b5fu, - 0x000011fbu, 0x00001b8eu, 0x0000046eu, 0x00001b8fu, 0x00001b9eu, 0x00001b9du, 0x000011fbu, 0x00001babu, - 0x000011fbu, 0x00001bb7u, 0x000011fbu, 0x00001cf6u, 0x000011fbu, 0x00001d04u, 0x0000046eu, 0x00001d06u, - 0x000300f7u, 0x00001974u, 0x00000000u, 0x000400fau, 0x00007863u, 0x00001973u, 0x000019abu, 0x000200f8u, - 0x000019abu, 0x000200f9u, 0x00001974u, 0x000200f8u, 0x00001973u, 0x0004007cu, 0x0000031du, 0x00001979u, - 0x000079ccu, 0x000500b3u, 0x00000063u, 0x0000197cu, 0x00001979u, 0x0000197bu, 0x000300f7u, 0x0000197eu, - 0x00000000u, 0x000400fau, 0x0000197cu, 0x0000197du, 0x0000199au, 0x000200f8u, 0x0000199au, 0x00040072u, - 0x00000008u, 0x0000199cu, 0x00001979u, 0x000500c7u, 0x00000008u, 0x0000199du, 0x0000199cu, 0x00000979u, - 0x000500abu, 0x00000063u, 0x0000199eu, 0x0000199du, 0x0000019eu, 0x000300f7u, 0x000019a0u, 0x00000000u, - 0x000400fau, 0x0000199eu, 0x0000199fu, 0x000019a0u, 0x000200f8u, 0x0000199fu, 0x0004007cu, 0x00000006u, - 0x000019a8u, 0x00007b07u, 0x00060041u, 0x000019a9u, 0x000019aau, 0x000019a4u, 0x0000019eu, 0x00001968u, - 0x0003003eu, 0x000019aau, 0x000019a8u, 0x000200f9u, 0x000019a0u, 0x000200f8u, 0x000019a0u, 0x000200f9u, - 0x0000197eu, 0x000200f8u, 0x0000197du, 0x00040071u, 0x0000159fu, 0x00001986u, 0x00007c43u, 0x00040071u, - 0x00000010u, 0x00001987u, 0x00001986u, 0x00060041u, 0x000015a9u, 0x00001988u, 0x00001982u, 0x0000019eu, - 0x00001968u, 0x0003003eu, 0x00001988u, 0x00001987u, 0x00060041u, 0x000006aau, 0x00001990u, 0x0000198cu, - 0x0000019eu, 0x00001968u, 0x0003003eu, 0x00001990u, 0x00007864u, 0x00060041u, 0x00001998u, 0x00001999u, - 0x00001994u, 0x0000019eu, 0x00001968u, 0x0003003eu, 0x00001999u, 0x00007b07u, 0x000200f9u, 0x0000197eu, - 0x000200f8u, 0x0000197eu, 0x000200f9u, 0x00001974u, 0x000200f8u, 0x00001974u, 0x000700f5u, 0x0000031du, - 0x00007dabu, 0x00001979u, 0x0000197eu, 0x000019acu, 0x000019abu, 0x00060041u, 0x000019b3u, 0x000019b4u, - 0x000019b0u, 0x0000019eu, 0x00001968u, 0x0003003eu, 0x000019b4u, 0x00007dabu, 0x000100fdu, 0x00010038u, - 0x07230203u, 0x00010300u, 0x000d000au, 0x00000029u, 0x00000000u, 0x00020011u, 0x00000001u, 0x0006000bu, - 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, - 0x0007000fu, 0x00000000u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000008u, 0x00000016u, 0x00040047u, - 0x00000008u, 0x0000000bu, 0x0000002au, 0x00050048u, 0x00000014u, 0x00000000u, 0x0000000bu, 0x00000000u, - 0x00050048u, 0x00000014u, 0x00000001u, 0x0000000bu, 0x00000001u, 0x00050048u, 0x00000014u, 0x00000002u, - 0x0000000bu, 0x00000003u, 0x00050048u, 0x00000014u, 0x00000003u, 0x0000000bu, 0x00000004u, 0x00030047u, - 0x00000014u, 0x00000002u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, - 0x00000006u, 0x00000020u, 0x00000001u, 0x00040020u, 0x00000007u, 0x00000001u, 0x00000006u, 0x0004003bu, - 0x00000007u, 0x00000008u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x0000000au, 0x00000000u, 0x00020014u, - 0x0000000bu, 0x00030016u, 0x0000000fu, 0x00000020u, 0x00040017u, 0x00000010u, 0x0000000fu, 0x00000004u, - 0x00040015u, 0x00000011u, 0x00000020u, 0x00000000u, 0x0004002bu, 0x00000011u, 0x00000012u, 0x00000001u, - 0x0004001cu, 0x00000013u, 0x0000000fu, 0x00000012u, 0x0006001eu, 0x00000014u, 0x00000010u, 0x0000000fu, - 0x00000013u, 0x00000013u, 0x00040020u, 0x00000015u, 0x00000003u, 0x00000014u, 0x0004003bu, 0x00000015u, - 0x00000016u, 0x00000003u, 0x0004002bu, 0x0000000fu, 0x00000017u, 0xbf800000u, 0x0004002bu, 0x0000000fu, - 0x00000018u, 0x00000000u, 0x0004002bu, 0x0000000fu, 0x00000019u, 0x3f800000u, 0x0007002cu, 0x00000010u, - 0x0000001au, 0x00000017u, 0x00000017u, 0x00000018u, 0x00000019u, 0x00040020u, 0x0000001bu, 0x00000003u, - 0x00000010u, 0x0004002bu, 0x00000006u, 0x0000001fu, 0x00000001u, 0x0004002bu, 0x0000000fu, 0x00000023u, - 0x40400000u, 0x0007002cu, 0x00000010u, 0x00000024u, 0x00000017u, 0x00000023u, 0x00000018u, 0x00000019u, - 0x0007002cu, 0x00000010u, 0x00000027u, 0x00000023u, 0x00000017u, 0x00000018u, 0x00000019u, 0x00050036u, - 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003du, 0x00000006u, - 0x00000009u, 0x00000008u, 0x000500aau, 0x0000000bu, 0x0000000cu, 0x00000009u, 0x0000000au, 0x000300f7u, - 0x0000000eu, 0x00000000u, 0x000400fau, 0x0000000cu, 0x0000000du, 0x0000001du, 0x000200f8u, 0x0000000du, - 0x00050041u, 0x0000001bu, 0x0000001cu, 0x00000016u, 0x0000000au, 0x0003003eu, 0x0000001cu, 0x0000001au, - 0x000200f9u, 0x0000000eu, 0x000200f8u, 0x0000001du, 0x000500aau, 0x0000000bu, 0x00000020u, 0x00000009u, - 0x0000001fu, 0x000300f7u, 0x00000022u, 0x00000000u, 0x000400fau, 0x00000020u, 0x00000021u, 0x00000026u, - 0x000200f8u, 0x00000021u, 0x00050041u, 0x0000001bu, 0x00000025u, 0x00000016u, 0x0000000au, 0x0003003eu, - 0x00000025u, 0x00000024u, 0x000200f9u, 0x00000022u, 0x000200f8u, 0x00000026u, 0x00050041u, 0x0000001bu, - 0x00000028u, 0x00000016u, 0x0000000au, 0x0003003eu, 0x00000028u, 0x00000027u, 0x000200f9u, 0x00000022u, - 0x000200f8u, 0x00000022u, 0x000200f9u, 0x0000000eu, 0x000200f8u, 0x0000000eu, 0x000100fdu, 0x00010038u, - 0x07230203u, 0x00010300u, 0x000d000au, 0x000002d5u, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, - 0x0000002eu, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, - 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000004u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x000000c1u, - 0x000001d8u, 0x00030010u, 0x00000004u, 0x00000007u, 0x00040047u, 0x0000007bu, 0x00000001u, 0x00000001u, - 0x00030047u, 0x0000008fu, 0x00000000u, 0x00040047u, 0x0000008fu, 0x00000022u, 0x00000001u, 0x00040047u, - 0x0000008fu, 0x00000021u, 0x00000000u, 0x00040047u, 0x000000c1u, 0x0000000bu, 0x0000000fu, 0x00050048u, - 0x000000c6u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x000000c6u, 0x00000001u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x000000c6u, 0x00000002u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x000000c6u, - 0x00000003u, 0x00000023u, 0x00000010u, 0x00050048u, 0x000000c6u, 0x00000004u, 0x00000023u, 0x00000014u, - 0x00050048u, 0x000000c6u, 0x00000005u, 0x00000023u, 0x00000018u, 0x00050048u, 0x000000c6u, 0x00000006u, - 0x00000023u, 0x0000001cu, 0x00050048u, 0x000000c6u, 0x00000007u, 0x00000023u, 0x00000020u, 0x00030047u, - 0x000000c6u, 0x00000002u, 0x00040047u, 0x000000dbu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000000dbu, - 0x00000021u, 0x00000001u, 0x00030047u, 0x00000159u, 0x00000000u, 0x00040047u, 0x00000159u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x00000159u, 0x00000021u, 0x00000000u, 0x00030047u, 0x0000015au, 0x00000000u, - 0x00030047u, 0x0000015fu, 0x00000000u, 0x00030047u, 0x00000160u, 0x00000000u, 0x00040047u, 0x00000162u, - 0x00000001u, 0x00000002u, 0x00030047u, 0x00000199u, 0x00000000u, 0x00030047u, 0x0000019au, 0x00000000u, - 0x00030047u, 0x000001a3u, 0x00000000u, 0x00030047u, 0x000001a4u, 0x00000000u, 0x00030047u, 0x000001adu, - 0x00000000u, 0x00030047u, 0x000001aeu, 0x00000000u, 0x00040047u, 0x000001d8u, 0x0000001eu, 0x00000000u, - 0x00030047u, 0x0000024du, 0x00000000u, 0x00030047u, 0x00000251u, 0x00000000u, 0x00030047u, 0x00000252u, - 0x00000000u, 0x00030047u, 0x00000257u, 0x00000000u, 0x00030047u, 0x00000258u, 0x00000000u, 0x00030047u, - 0x0000025du, 0x00000000u, 0x00030047u, 0x0000025eu, 0x00000000u, 0x00030047u, 0x0000025fu, 0x00000000u, - 0x00030047u, 0x00000261u, 0x00000000u, 0x00030047u, 0x00000265u, 0x00000000u, 0x00030047u, 0x00000266u, - 0x00000000u, 0x00030047u, 0x0000026bu, 0x00000000u, 0x00030047u, 0x0000026cu, 0x00000000u, 0x00030047u, - 0x00000271u, 0x00000000u, 0x00030047u, 0x00000272u, 0x00000000u, 0x00030047u, 0x00000273u, 0x00000000u, - 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, - 0x00000000u, 0x00040017u, 0x0000000eu, 0x00000006u, 0x00000003u, 0x00040015u, 0x0000001fu, 0x00000020u, - 0x00000001u, 0x0004002bu, 0x0000001fu, 0x00000022u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000029u, - 0x00000008u, 0x0004002bu, 0x00000006u, 0x0000002fu, 0x41c64e6du, 0x0004002bu, 0x00000006u, 0x00000042u, - 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000045u, 0x00000010u, 0x0004002bu, 0x00000006u, 0x0000004cu, - 0x0000003fu, 0x0004002bu, 0x00000006u, 0x0000004fu, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000053u, - 0x00000009u, 0x0004002bu, 0x00000006u, 0x00000055u, 0x00000038u, 0x0004002bu, 0x00000006u, 0x00000058u, - 0x00000007u, 0x0004002bu, 0x00000006u, 0x00000061u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x00000062u, - 0x00000002u, 0x0006002cu, 0x0000000eu, 0x00000063u, 0x00000042u, 0x00000061u, 0x00000062u, 0x0004002bu, - 0x00000006u, 0x00000072u, 0x00000005u, 0x0004002bu, 0x00000006u, 0x00000076u, 0x000000ffu, 0x00040032u, - 0x0000001fu, 0x0000007bu, 0x00000000u, 0x0004002bu, 0x0000001fu, 0x0000007cu, 0x00000004u, 0x00060034u, - 0x0000001fu, 0x0000007du, 0x000000c7u, 0x0000007bu, 0x0000007cu, 0x00020014u, 0x0000007eu, 0x00060034u, - 0x0000007eu, 0x0000007fu, 0x000000abu, 0x0000007du, 0x00000022u, 0x0004002bu, 0x0000001fu, 0x00000083u, - 0x00000006u, 0x00040017u, 0x00000084u, 0x0000001fu, 0x00000003u, 0x0004002bu, 0x00000006u, 0x00000089u, - 0x00000100u, 0x00090019u, 0x0000008du, 0x00000006u, 0x00000005u, 0x00000000u, 0x00000000u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00040020u, 0x0000008eu, 0x00000000u, 0x0000008du, 0x0004003bu, 0x0000008eu, - 0x0000008fu, 0x00000000u, 0x00040017u, 0x00000094u, 0x00000006u, 0x00000004u, 0x00040017u, 0x000000bbu, - 0x0000001fu, 0x00000002u, 0x00030016u, 0x000000beu, 0x00000020u, 0x00040017u, 0x000000bfu, 0x000000beu, - 0x00000004u, 0x00040020u, 0x000000c0u, 0x00000001u, 0x000000bfu, 0x0004003bu, 0x000000c0u, 0x000000c1u, - 0x00000001u, 0x00040017u, 0x000000c2u, 0x000000beu, 0x00000002u, 0x000a001eu, 0x000000c6u, 0x000000bbu, - 0x0000001fu, 0x0000001fu, 0x0000001fu, 0x0000001fu, 0x0000001fu, 0x0000001fu, 0x0000001fu, 0x00040020u, - 0x000000c7u, 0x00000009u, 0x000000c6u, 0x0004003bu, 0x000000c7u, 0x000000c8u, 0x00000009u, 0x00040020u, - 0x000000c9u, 0x00000009u, 0x000000bbu, 0x0004002bu, 0x0000001fu, 0x000000d1u, 0x00000007u, 0x00040020u, - 0x000000d2u, 0x00000009u, 0x0000001fu, 0x00040017u, 0x000000d6u, 0x0000001fu, 0x00000004u, 0x00090019u, - 0x000000d9u, 0x0000001fu, 0x00000005u, 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00040020u, 0x000000dau, 0x00000000u, 0x000000d9u, 0x0004003bu, 0x000000dau, 0x000000dbu, 0x00000000u, - 0x0004002bu, 0x0000001fu, 0x000000ddu, 0x00000002u, 0x0004002bu, 0x0000001fu, 0x000000e6u, 0x00000001u, - 0x0004002bu, 0x0000001fu, 0x00000119u, 0x00000005u, 0x0004002bu, 0x0000001fu, 0x00000137u, 0x00000003u, - 0x0004002bu, 0x0000001fu, 0x00000153u, 0x0000000au, 0x00090019u, 0x00000157u, 0x00000006u, 0x00000001u, - 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, 0x00000158u, 0x00000000u, - 0x00000157u, 0x0004003bu, 0x00000158u, 0x00000159u, 0x00000000u, 0x00030031u, 0x0000007eu, 0x00000162u, - 0x0004002bu, 0x0000001fu, 0x00000184u, 0x00040000u, 0x00060034u, 0x0000001fu, 0x00000185u, 0x000000c7u, - 0x0000007bu, 0x00000184u, 0x00060034u, 0x0000007eu, 0x00000186u, 0x000000abu, 0x00000185u, 0x00000022u, - 0x0004002bu, 0x0000001fu, 0x0000018cu, 0x0000001fu, 0x0005002cu, 0x000000bbu, 0x00000198u, 0x000000e6u, - 0x00000022u, 0x0005002cu, 0x000000bbu, 0x000001a2u, 0x00000022u, 0x000000e6u, 0x0005002cu, 0x000000bbu, - 0x000001acu, 0x000000e6u, 0x000000e6u, 0x0004002bu, 0x0000001fu, 0x000001c7u, 0x00000008u, 0x00060034u, - 0x0000001fu, 0x000001c8u, 0x000000c7u, 0x0000007bu, 0x000001c7u, 0x00060034u, 0x0000007eu, 0x000001c9u, - 0x000000abu, 0x000001c8u, 0x00000022u, 0x0006002cu, 0x0000000eu, 0x000001d5u, 0x00000076u, 0x00000076u, - 0x00000076u, 0x00040020u, 0x000001d7u, 0x00000003u, 0x000000bfu, 0x0004003bu, 0x000001d7u, 0x000001d8u, - 0x00000003u, 0x00040017u, 0x000001dau, 0x000000beu, 0x00000003u, 0x0004002bu, 0x000000beu, 0x000001dfu, - 0x3f800000u, 0x0006002cu, 0x0000000eu, 0x000002c9u, 0x00000029u, 0x00000029u, 0x00000029u, 0x0006002cu, - 0x0000000eu, 0x000002cau, 0x0000002fu, 0x0000002fu, 0x0000002fu, 0x0005002cu, 0x000000bbu, 0x000002cbu, - 0x00000153u, 0x00000153u, 0x0006002cu, 0x0000000eu, 0x000002ccu, 0x00000045u, 0x00000045u, 0x00000045u, - 0x0006002cu, 0x0000000eu, 0x000002cdu, 0x00000072u, 0x00000072u, 0x00000072u, 0x0006002cu, 0x00000084u, - 0x000002ceu, 0x00000083u, 0x00000083u, 0x00000083u, 0x0006002cu, 0x0000000eu, 0x000002cfu, 0x00000089u, - 0x00000089u, 0x00000089u, 0x0006002cu, 0x0000000eu, 0x000002d0u, 0x00000061u, 0x00000061u, 0x00000061u, - 0x0004002bu, 0x000000beu, 0x000002d2u, 0x3b808081u, 0x0006002cu, 0x000001dau, 0x000002d3u, 0x000002d2u, - 0x000002d2u, 0x000002d2u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, - 0x00000005u, 0x0004003du, 0x000000bfu, 0x000000c3u, 0x000000c1u, 0x0007004fu, 0x000000c2u, 0x000000c4u, - 0x000000c3u, 0x000000c3u, 0x00000000u, 0x00000001u, 0x0004006eu, 0x000000bbu, 0x000000c5u, 0x000000c4u, - 0x00050041u, 0x000000c9u, 0x000000cau, 0x000000c8u, 0x00000022u, 0x0004003du, 0x000000bbu, 0x000000cbu, - 0x000000cau, 0x00050080u, 0x000000bbu, 0x000000ccu, 0x000000c5u, 0x000000cbu, 0x00050051u, 0x0000001fu, - 0x000000d0u, 0x000000ccu, 0x00000001u, 0x00050041u, 0x000000d2u, 0x000000d3u, 0x000000c8u, 0x000000d1u, - 0x0004003du, 0x0000001fu, 0x000000d4u, 0x000000d3u, 0x000500c3u, 0x0000001fu, 0x000000d5u, 0x000000d0u, - 0x000000d4u, 0x0004003du, 0x000000d9u, 0x000000dcu, 0x000000dbu, 0x00050084u, 0x0000001fu, 0x000000dfu, - 0x000000ddu, 0x000000d5u, 0x0005005fu, 0x000000d6u, 0x000000e1u, 0x000000dcu, 0x000000dfu, 0x00050080u, - 0x0000001fu, 0x000000e7u, 0x000000dfu, 0x000000e6u, 0x0005005fu, 0x000000d6u, 0x000000e8u, 0x000000dcu, - 0x000000e7u, 0x00050051u, 0x0000001fu, 0x000000ebu, 0x000000e1u, 0x00000000u, 0x00050051u, 0x0000001fu, - 0x000000eeu, 0x000000e1u, 0x00000001u, 0x00050051u, 0x0000001fu, 0x000000f1u, 0x000000e1u, 0x00000002u, - 0x00050051u, 0x0000001fu, 0x000000f5u, 0x000000e1u, 0x00000003u, 0x00050051u, 0x0000001fu, 0x000000f8u, - 0x000000e8u, 0x00000000u, 0x00050051u, 0x0000001fu, 0x000000fbu, 0x000000e8u, 0x00000001u, 0x00050051u, - 0x0000001fu, 0x000000feu, 0x000000e8u, 0x00000002u, 0x00050051u, 0x0000001fu, 0x00000101u, 0x000000e8u, - 0x00000003u, 0x00050041u, 0x000000d2u, 0x00000102u, 0x000000c8u, 0x000000e6u, 0x0004003du, 0x0000001fu, - 0x00000103u, 0x00000102u, 0x00050082u, 0x0000001fu, 0x00000106u, 0x000000d0u, 0x00000103u, 0x00050051u, - 0x0000001fu, 0x00000109u, 0x000000ccu, 0x00000000u, 0x000500b1u, 0x0000007eu, 0x0000010bu, 0x00000109u, - 0x000000eeu, 0x000400a8u, 0x0000007eu, 0x0000010cu, 0x0000010bu, 0x000300f7u, 0x0000010eu, 0x00000000u, - 0x000400fau, 0x0000010cu, 0x0000010du, 0x0000010eu, 0x000200f8u, 0x0000010du, 0x000500afu, 0x0000007eu, - 0x00000112u, 0x00000109u, 0x000000f1u, 0x000200f9u, 0x0000010eu, 0x000200f8u, 0x0000010eu, 0x000700f5u, - 0x0000007eu, 0x00000113u, 0x0000010bu, 0x00000005u, 0x00000112u, 0x0000010du, 0x000400a8u, 0x0000007eu, - 0x00000114u, 0x00000113u, 0x000300f7u, 0x00000116u, 0x00000000u, 0x000400fau, 0x00000114u, 0x00000115u, - 0x00000116u, 0x000200f8u, 0x00000115u, 0x00050041u, 0x000000d2u, 0x0000011au, 0x000000c8u, 0x00000119u, - 0x0004003du, 0x0000001fu, 0x0000011bu, 0x0000011au, 0x000500c7u, 0x0000001fu, 0x0000011cu, 0x00000106u, - 0x0000011bu, 0x00050041u, 0x000000d2u, 0x0000011du, 0x000000c8u, 0x00000083u, 0x0004003du, 0x0000001fu, - 0x0000011eu, 0x0000011du, 0x000500abu, 0x0000007eu, 0x0000011fu, 0x0000011cu, 0x0000011eu, 0x000200f9u, - 0x00000116u, 0x000200f8u, 0x00000116u, 0x000700f5u, 0x0000007eu, 0x00000120u, 0x00000113u, 0x0000010eu, - 0x0000011fu, 0x00000115u, 0x000300f7u, 0x00000122u, 0x00000000u, 0x000400fau, 0x00000120u, 0x00000121u, - 0x00000122u, 0x000200f8u, 0x00000121u, 0x000100fcu, 0x000200f8u, 0x00000122u, 0x00050082u, 0x0000001fu, - 0x00000127u, 0x00000109u, 0x000000ebu, 0x00050041u, 0x000000d2u, 0x00000129u, 0x000000c8u, 0x0000007cu, - 0x0004003du, 0x0000001fu, 0x0000012au, 0x00000129u, 0x000500c3u, 0x0000001fu, 0x0000012du, 0x00000106u, - 0x0000012au, 0x000300f7u, 0x00000130u, 0x00000000u, 0x000400fau, 0x0000007fu, 0x0000012fu, 0x00000130u, - 0x000200f8u, 0x0000012fu, 0x0004007cu, 0x00000006u, 0x00000133u, 0x00000127u, 0x0004007cu, 0x00000006u, - 0x00000136u, 0x0000012du, 0x00050041u, 0x000000d2u, 0x00000138u, 0x000000c8u, 0x00000137u, 0x0004003du, - 0x0000001fu, 0x00000139u, 0x00000138u, 0x0004007cu, 0x00000006u, 0x0000013au, 0x00000139u, 0x00060050u, - 0x0000000eu, 0x000001f5u, 0x00000133u, 0x00000136u, 0x0000013au, 0x000500c2u, 0x0000000eu, 0x000001f8u, - 0x000001f5u, 0x000002c9u, 0x0008004fu, 0x0000000eu, 0x000001fau, 0x000001f5u, 0x000001f5u, 0x00000001u, - 0x00000002u, 0x00000000u, 0x000500c6u, 0x0000000eu, 0x000001fbu, 0x000001f8u, 0x000001fau, 0x00050084u, - 0x0000000eu, 0x000001fdu, 0x000001fbu, 0x000002cau, 0x000500c2u, 0x0000000eu, 0x00000200u, 0x000001fdu, - 0x000002c9u, 0x0008004fu, 0x0000000eu, 0x00000202u, 0x000001fdu, 0x000001fdu, 0x00000001u, 0x00000002u, - 0x00000000u, 0x000500c6u, 0x0000000eu, 0x00000203u, 0x00000200u, 0x00000202u, 0x00050084u, 0x0000000eu, - 0x00000205u, 0x00000203u, 0x000002cau, 0x000500c2u, 0x0000000eu, 0x00000208u, 0x00000205u, 0x000002c9u, - 0x0008004fu, 0x0000000eu, 0x0000020au, 0x00000205u, 0x00000205u, 0x00000001u, 0x00000002u, 0x00000000u, - 0x000500c6u, 0x0000000eu, 0x0000020bu, 0x00000208u, 0x0000020au, 0x00050084u, 0x0000000eu, 0x0000020du, - 0x0000020bu, 0x000002cau, 0x00050051u, 0x00000006u, 0x0000020fu, 0x0000020du, 0x00000000u, 0x000500c2u, - 0x00000006u, 0x00000210u, 0x0000020fu, 0x00000045u, 0x0004007cu, 0x0000001fu, 0x00000211u, 0x00000210u, - 0x000200f9u, 0x00000130u, 0x000200f8u, 0x00000130u, 0x000700f5u, 0x0000001fu, 0x000002c0u, 0x00000022u, - 0x00000122u, 0x00000211u, 0x0000012fu, 0x00050084u, 0x0000001fu, 0x00000143u, 0x00000127u, 0x000000f8u, - 0x00050080u, 0x0000001fu, 0x00000145u, 0x00000143u, 0x000000f5u, 0x00050082u, 0x0000001fu, 0x0000014au, - 0x0000012du, 0x00000101u, 0x00050084u, 0x0000001fu, 0x0000014cu, 0x0000014au, 0x000000feu, 0x00050080u, - 0x0000001fu, 0x0000014eu, 0x0000014cu, 0x000000fbu, 0x00050050u, 0x000000bbu, 0x00000152u, 0x00000145u, - 0x0000014eu, 0x000500c3u, 0x000000bbu, 0x00000155u, 0x00000152u, 0x000002cbu, 0x0004003du, 0x00000157u, - 0x0000015au, 0x00000159u, 0x00050051u, 0x0000001fu, 0x0000015cu, 0x00000155u, 0x00000000u, 0x00050051u, - 0x0000001fu, 0x0000015du, 0x00000155u, 0x00000001u, 0x00060050u, 0x00000084u, 0x0000015eu, 0x0000015cu, - 0x0000015du, 0x00000022u, 0x0007005fu, 0x00000094u, 0x0000015fu, 0x0000015au, 0x0000015eu, 0x00000002u, - 0x00000022u, 0x0008004fu, 0x0000000eu, 0x00000160u, 0x0000015fu, 0x0000015fu, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000300f7u, 0x00000164u, 0x00000000u, 0x000400fau, 0x00000162u, 0x00000163u, 0x00000164u, - 0x000200f8u, 0x00000163u, 0x00050041u, 0x000000d2u, 0x00000167u, 0x000000c8u, 0x000000ddu, 0x0004003du, - 0x0000001fu, 0x00000168u, 0x00000167u, 0x00050082u, 0x0000001fu, 0x00000169u, 0x0000014eu, 0x00000168u, - 0x000500c3u, 0x0000001fu, 0x0000016au, 0x00000169u, 0x00000153u, 0x00050080u, 0x0000001fu, 0x0000016fu, - 0x0000014eu, 0x00000168u, 0x000500c3u, 0x0000001fu, 0x00000170u, 0x0000016fu, 0x00000153u, 0x000500abu, - 0x0000007eu, 0x00000173u, 0x0000012du, 0x00000022u, 0x000300f7u, 0x00000175u, 0x00000000u, 0x000400fau, - 0x00000173u, 0x00000174u, 0x00000175u, 0x000200f8u, 0x00000174u, 0x000500aau, 0x0000007eu, 0x00000179u, - 0x0000015du, 0x0000016au, 0x000200f9u, 0x00000175u, 0x000200f8u, 0x00000175u, 0x000700f5u, 0x0000007eu, - 0x0000017au, 0x00000173u, 0x00000163u, 0x00000179u, 0x00000174u, 0x000300f7u, 0x0000017cu, 0x00000000u, - 0x000400fau, 0x0000017au, 0x0000017bu, 0x0000017cu, 0x000200f8u, 0x0000017bu, 0x000500abu, 0x0000007eu, - 0x00000180u, 0x0000015du, 0x00000170u, 0x000200f9u, 0x0000017cu, 0x000200f8u, 0x0000017cu, 0x000700f5u, - 0x0000007eu, 0x00000181u, 0x0000017au, 0x00000175u, 0x00000180u, 0x0000017bu, 0x000600a9u, 0x0000001fu, - 0x000002d4u, 0x00000181u, 0x000000e6u, 0x00000022u, 0x000200f9u, 0x00000164u, 0x000200f8u, 0x00000164u, - 0x000700f5u, 0x0000001fu, 0x000002b5u, 0x00000022u, 0x00000130u, 0x000002d4u, 0x0000017cu, 0x000300f7u, - 0x00000188u, 0x00000000u, 0x000400fau, 0x00000186u, 0x00000187u, 0x00000188u, 0x000200f8u, 0x00000187u, - 0x000500c3u, 0x0000001fu, 0x0000018bu, 0x00000145u, 0x00000119u, 0x000500c7u, 0x0000001fu, 0x0000018du, - 0x0000018bu, 0x0000018cu, 0x000500c3u, 0x0000001fu, 0x00000190u, 0x0000014eu, 0x00000119u, 0x000500c7u, - 0x0000001fu, 0x00000191u, 0x00000190u, 0x0000018cu, 0x0008005fu, 0x00000094u, 0x00000199u, 0x0000015au, - 0x0000015eu, 0x0000000au, 0x00000022u, 0x00000198u, 0x0008004fu, 0x0000000eu, 0x0000019au, 0x00000199u, - 0x00000199u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00060050u, 0x00000084u, 0x000001a1u, 0x0000015cu, - 0x0000015du, 0x000002b5u, 0x0008005fu, 0x00000094u, 0x000001a3u, 0x0000015au, 0x000001a1u, 0x0000000au, - 0x00000022u, 0x000001a2u, 0x0008004fu, 0x0000000eu, 0x000001a4u, 0x000001a3u, 0x000001a3u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0008005fu, 0x00000094u, 0x000001adu, 0x0000015au, 0x000001a1u, 0x0000000au, - 0x00000022u, 0x000001acu, 0x0008004fu, 0x0000000eu, 0x000001aeu, 0x000001adu, 0x000001adu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0004007cu, 0x00000006u, 0x000001b0u, 0x00000191u, 0x00050082u, 0x0000000eu, - 0x00000217u, 0x000001a4u, 0x00000160u, 0x00060050u, 0x0000000eu, 0x00000219u, 0x000001b0u, 0x000001b0u, - 0x000001b0u, 0x00050084u, 0x0000000eu, 0x0000021au, 0x00000217u, 0x00000219u, 0x00050080u, 0x0000000eu, - 0x0000021cu, 0x0000021au, 0x000002ccu, 0x000500c2u, 0x0000000eu, 0x0000021eu, 0x0000021cu, 0x000002cdu, - 0x00050080u, 0x0000000eu, 0x0000021fu, 0x00000160u, 0x0000021eu, 0x000500c7u, 0x0000000eu, 0x00000221u, - 0x0000021fu, 0x000001d5u, 0x00050082u, 0x0000000eu, 0x00000227u, 0x000001aeu, 0x0000019au, 0x00050084u, - 0x0000000eu, 0x0000022au, 0x00000227u, 0x00000219u, 0x00050080u, 0x0000000eu, 0x0000022cu, 0x0000022au, - 0x000002ccu, 0x000500c2u, 0x0000000eu, 0x0000022eu, 0x0000022cu, 0x000002cdu, 0x00050080u, 0x0000000eu, - 0x0000022fu, 0x0000019au, 0x0000022eu, 0x000500c7u, 0x0000000eu, 0x00000231u, 0x0000022fu, 0x000001d5u, - 0x0004007cu, 0x00000006u, 0x000001c0u, 0x0000018du, 0x00050082u, 0x0000000eu, 0x00000237u, 0x00000231u, - 0x00000221u, 0x00060050u, 0x0000000eu, 0x00000239u, 0x000001c0u, 0x000001c0u, 0x000001c0u, 0x00050084u, - 0x0000000eu, 0x0000023au, 0x00000237u, 0x00000239u, 0x00050080u, 0x0000000eu, 0x0000023cu, 0x0000023au, - 0x000002ccu, 0x000500c2u, 0x0000000eu, 0x0000023eu, 0x0000023cu, 0x000002cdu, 0x00050080u, 0x0000000eu, - 0x0000023fu, 0x00000221u, 0x0000023eu, 0x000500c7u, 0x0000000eu, 0x00000241u, 0x0000023fu, 0x000001d5u, - 0x000200f9u, 0x00000188u, 0x000200f8u, 0x00000188u, 0x000700f5u, 0x0000000eu, 0x000002bdu, 0x00000160u, - 0x00000164u, 0x00000241u, 0x00000187u, 0x000300f7u, 0x000001cbu, 0x00000000u, 0x000400fau, 0x000001c9u, - 0x000001cau, 0x000001cfu, 0x000200f8u, 0x000001cau, 0x000300f7u, 0x00000274u, 0x00000000u, 0x000400fau, - 0x0000007fu, 0x00000245u, 0x00000260u, 0x000200f8u, 0x00000245u, 0x000500c4u, 0x0000000eu, 0x00000248u, - 0x000002bdu, 0x000002ceu, 0x0004007cu, 0x00000006u, 0x0000027au, 0x000002c0u, 0x000500c7u, 0x00000006u, - 0x0000027cu, 0x0000027au, 0x0000004cu, 0x000500c2u, 0x00000006u, 0x0000027eu, 0x0000027au, 0x0000004fu, - 0x000500c7u, 0x00000006u, 0x0000027fu, 0x0000027eu, 0x0000004cu, 0x000500c2u, 0x00000006u, 0x00000281u, - 0x0000027au, 0x00000053u, 0x000500c7u, 0x00000006u, 0x00000282u, 0x00000281u, 0x00000055u, 0x000500c7u, - 0x00000006u, 0x00000284u, 0x0000027au, 0x00000058u, 0x000500c5u, 0x00000006u, 0x00000285u, 0x00000282u, - 0x00000284u, 0x00060050u, 0x0000000eu, 0x00000286u, 0x0000027cu, 0x0000027fu, 0x00000285u, 0x00050080u, - 0x0000000eu, 0x0000024au, 0x00000248u, 0x00000286u, 0x00050080u, 0x0000000eu, 0x0000024cu, 0x0000024au, - 0x000002cfu, 0x0004003du, 0x0000008du, 0x0000024du, 0x0000008fu, 0x00050051u, 0x00000006u, 0x0000024fu, - 0x0000024cu, 0x00000000u, 0x0004007cu, 0x0000001fu, 0x00000250u, 0x0000024fu, 0x0005005fu, 0x00000094u, - 0x00000251u, 0x0000024du, 0x00000250u, 0x00050051u, 0x00000006u, 0x00000252u, 0x00000251u, 0x00000000u, - 0x00050051u, 0x00000006u, 0x00000255u, 0x0000024cu, 0x00000001u, 0x0004007cu, 0x0000001fu, 0x00000256u, - 0x00000255u, 0x0005005fu, 0x00000094u, 0x00000257u, 0x0000024du, 0x00000256u, 0x00050051u, 0x00000006u, - 0x00000258u, 0x00000257u, 0x00000000u, 0x00050051u, 0x00000006u, 0x0000025bu, 0x0000024cu, 0x00000002u, - 0x0004007cu, 0x0000001fu, 0x0000025cu, 0x0000025bu, 0x0005005fu, 0x00000094u, 0x0000025du, 0x0000024du, - 0x0000025cu, 0x00050051u, 0x00000006u, 0x0000025eu, 0x0000025du, 0x00000000u, 0x00060050u, 0x0000000eu, - 0x0000025fu, 0x00000252u, 0x00000258u, 0x0000025eu, 0x000200f9u, 0x00000274u, 0x000200f8u, 0x00000260u, - 0x0004003du, 0x0000008du, 0x00000261u, 0x0000008fu, 0x00050051u, 0x00000006u, 0x00000263u, 0x000002bdu, - 0x00000000u, 0x0004007cu, 0x0000001fu, 0x00000264u, 0x00000263u, 0x0005005fu, 0x00000094u, 0x00000265u, - 0x00000261u, 0x00000264u, 0x00050051u, 0x00000006u, 0x00000266u, 0x00000265u, 0x00000000u, 0x00050051u, - 0x00000006u, 0x00000269u, 0x000002bdu, 0x00000001u, 0x0004007cu, 0x0000001fu, 0x0000026au, 0x00000269u, - 0x0005005fu, 0x00000094u, 0x0000026bu, 0x00000261u, 0x0000026au, 0x00050051u, 0x00000006u, 0x0000026cu, - 0x0000026bu, 0x00000000u, 0x00050051u, 0x00000006u, 0x0000026fu, 0x000002bdu, 0x00000002u, 0x0004007cu, - 0x0000001fu, 0x00000270u, 0x0000026fu, 0x0005005fu, 0x00000094u, 0x00000271u, 0x00000261u, 0x00000270u, - 0x00050051u, 0x00000006u, 0x00000272u, 0x00000271u, 0x00000000u, 0x00060050u, 0x0000000eu, 0x00000273u, - 0x00000266u, 0x0000026cu, 0x00000272u, 0x000200f9u, 0x00000274u, 0x000200f8u, 0x00000274u, 0x000700f5u, - 0x0000000eu, 0x000002c6u, 0x0000025fu, 0x00000245u, 0x00000273u, 0x00000260u, 0x000200f9u, 0x000001cbu, - 0x000200f8u, 0x000001cfu, 0x000300f7u, 0x000001d1u, 0x00000000u, 0x000400fau, 0x0000007fu, 0x000001d0u, - 0x000001d1u, 0x000200f8u, 0x000001d0u, 0x0004007cu, 0x00000006u, 0x0000028au, 0x000002c0u, 0x00060050u, - 0x0000000eu, 0x0000028bu, 0x0000028au, 0x0000028au, 0x0000028au, 0x000500c2u, 0x0000000eu, 0x0000028cu, - 0x0000028bu, 0x00000063u, 0x000500c7u, 0x0000000eu, 0x0000028eu, 0x0000028cu, 0x000002d0u, 0x00050080u, - 0x0000000eu, 0x000001d4u, 0x000002bdu, 0x0000028eu, 0x0007000cu, 0x0000000eu, 0x000001d6u, 0x00000001u, - 0x00000026u, 0x000001d4u, 0x000001d5u, 0x000200f9u, 0x000001d1u, 0x000200f8u, 0x000001d1u, 0x000700f5u, - 0x0000000eu, 0x000002c8u, 0x000002bdu, 0x000001cfu, 0x000001d6u, 0x000001d0u, 0x000200f9u, 0x000001cbu, - 0x000200f8u, 0x000001cbu, 0x000700f5u, 0x0000000eu, 0x000002c7u, 0x000002c6u, 0x00000274u, 0x000002c8u, - 0x000001d1u, 0x00040070u, 0x000001dau, 0x000001dbu, 0x000002c7u, 0x00050085u, 0x000001dau, 0x000001deu, - 0x000001dbu, 0x000002d3u, 0x00050051u, 0x000000beu, 0x000001e0u, 0x000001deu, 0x00000000u, 0x00050051u, - 0x000000beu, 0x000001e1u, 0x000001deu, 0x00000001u, 0x00050051u, 0x000000beu, 0x000001e2u, 0x000001deu, - 0x00000002u, 0x00070050u, 0x000000bfu, 0x000001e3u, 0x000001e0u, 0x000001e1u, 0x000001e2u, 0x000001dfu, - 0x0003003eu, 0x000001d8u, 0x000001e3u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, - 0x00000173u, 0x00000000u, 0x00020011u, 0x00000001u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, - 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000004u, 0x00000004u, - 0x6e69616du, 0x00000000u, 0x00000046u, 0x00000079u, 0x00030010u, 0x00000004u, 0x00000007u, 0x00040047u, - 0x00000046u, 0x0000000bu, 0x0000000fu, 0x00030047u, 0x00000050u, 0x00000000u, 0x00040047u, 0x00000050u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000050u, 0x00000021u, 0x00000000u, 0x00030047u, 0x00000051u, - 0x00000000u, 0x00030047u, 0x00000058u, 0x00000000u, 0x00030047u, 0x00000061u, 0x00000000u, 0x00030047u, - 0x0000006au, 0x00000000u, 0x00040047u, 0x00000079u, 0x0000001eu, 0x00000000u, 0x00020013u, 0x00000002u, - 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00020014u, - 0x00000019u, 0x00040015u, 0x0000003fu, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000040u, 0x0000003fu, - 0x00000002u, 0x00030016u, 0x00000043u, 0x00000020u, 0x00040017u, 0x00000044u, 0x00000043u, 0x00000004u, - 0x00040020u, 0x00000045u, 0x00000001u, 0x00000044u, 0x0004003bu, 0x00000045u, 0x00000046u, 0x00000001u, - 0x00040017u, 0x00000047u, 0x00000043u, 0x00000002u, 0x00040017u, 0x0000004bu, 0x00000006u, 0x00000004u, - 0x00090019u, 0x0000004eu, 0x00000006u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00000001u, - 0x00000000u, 0x00040020u, 0x0000004fu, 0x00000000u, 0x0000004eu, 0x0004003bu, 0x0000004fu, 0x00000050u, - 0x00000000u, 0x0004002bu, 0x0000003fu, 0x00000053u, 0x00000000u, 0x00040017u, 0x00000054u, 0x0000003fu, - 0x00000003u, 0x0004002bu, 0x0000003fu, 0x0000005fu, 0x00000001u, 0x0005002cu, 0x00000040u, 0x00000060u, - 0x0000005fu, 0x00000053u, 0x0004002bu, 0x0000003fu, 0x00000068u, 0x00000002u, 0x0005002cu, 0x00000040u, - 0x00000069u, 0x00000068u, 0x00000053u, 0x0004002bu, 0x00000006u, 0x00000074u, 0x00000007u, 0x00040020u, - 0x00000078u, 0x00000003u, 0x0000004bu, 0x0004003bu, 0x00000078u, 0x00000079u, 0x00000003u, 0x00050036u, - 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003du, 0x00000044u, - 0x00000048u, 0x00000046u, 0x0007004fu, 0x00000047u, 0x00000049u, 0x00000048u, 0x00000048u, 0x00000000u, - 0x00000001u, 0x0004006eu, 0x00000040u, 0x0000004au, 0x00000049u, 0x0004003du, 0x0000004eu, 0x00000051u, - 0x00000050u, 0x00050051u, 0x0000003fu, 0x00000055u, 0x0000004au, 0x00000000u, 0x00050051u, 0x0000003fu, - 0x00000056u, 0x0000004au, 0x00000001u, 0x00060050u, 0x00000054u, 0x00000057u, 0x00000055u, 0x00000056u, - 0x00000053u, 0x0007005fu, 0x0000004bu, 0x00000058u, 0x00000051u, 0x00000057u, 0x00000002u, 0x00000053u, - 0x0008005fu, 0x0000004bu, 0x00000061u, 0x00000051u, 0x00000057u, 0x0000000au, 0x00000053u, 0x00000060u, - 0x0008005fu, 0x0000004bu, 0x0000006au, 0x00000051u, 0x00000057u, 0x0000000au, 0x00000053u, 0x00000069u, - 0x00050051u, 0x00000006u, 0x0000006du, 0x00000058u, 0x00000003u, 0x00050051u, 0x00000006u, 0x0000006fu, - 0x00000061u, 0x00000003u, 0x000500c7u, 0x00000006u, 0x00000070u, 0x0000006du, 0x0000006fu, 0x00050051u, - 0x00000006u, 0x00000072u, 0x0000006au, 0x00000003u, 0x000500c7u, 0x00000006u, 0x00000073u, 0x00000070u, - 0x00000072u, 0x000500aau, 0x00000019u, 0x00000075u, 0x00000073u, 0x00000074u, 0x000300f7u, 0x00000077u, - 0x00000000u, 0x000400fau, 0x00000075u, 0x00000076u, 0x0000007bu, 0x000200f8u, 0x00000076u, 0x0003003eu, - 0x00000079u, 0x00000061u, 0x000200f9u, 0x00000077u, 0x000200f8u, 0x0000007bu, 0x00050051u, 0x00000006u, - 0x00000080u, 0x00000058u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000083u, 0x00000061u, 0x00000000u, - 0x00050051u, 0x00000006u, 0x00000086u, 0x0000006au, 0x00000000u, 0x000500b0u, 0x00000019u, 0x000000b0u, - 0x00000080u, 0x00000083u, 0x000600a9u, 0x00000006u, 0x00000167u, 0x000000b0u, 0x00000083u, 0x00000080u, - 0x000600a9u, 0x00000006u, 0x00000168u, 0x000000b0u, 0x00000080u, 0x00000083u, 0x000500b0u, 0x00000019u, - 0x000000bau, 0x00000168u, 0x00000086u, 0x000600a9u, 0x00000006u, 0x00000169u, 0x000000bau, 0x00000086u, - 0x00000168u, 0x000500b0u, 0x00000019u, 0x000000c4u, 0x00000167u, 0x00000169u, 0x000600a9u, 0x00000006u, - 0x0000016au, 0x000000c4u, 0x00000167u, 0x00000169u, 0x00050051u, 0x00000006u, 0x0000008cu, 0x00000058u, - 0x00000001u, 0x00050051u, 0x00000006u, 0x0000008fu, 0x00000061u, 0x00000001u, 0x00050051u, 0x00000006u, - 0x00000092u, 0x0000006au, 0x00000001u, 0x000500b0u, 0x00000019u, 0x000000e6u, 0x0000008cu, 0x0000008fu, - 0x000600a9u, 0x00000006u, 0x0000016bu, 0x000000e6u, 0x0000008fu, 0x0000008cu, 0x000600a9u, 0x00000006u, - 0x0000016cu, 0x000000e6u, 0x0000008cu, 0x0000008fu, 0x000500b0u, 0x00000019u, 0x000000f0u, 0x0000016cu, - 0x00000092u, 0x000600a9u, 0x00000006u, 0x0000016du, 0x000000f0u, 0x00000092u, 0x0000016cu, 0x000500b0u, - 0x00000019u, 0x000000fau, 0x0000016bu, 0x0000016du, 0x000600a9u, 0x00000006u, 0x0000016eu, 0x000000fau, - 0x0000016bu, 0x0000016du, 0x00050051u, 0x00000006u, 0x00000098u, 0x00000058u, 0x00000002u, 0x00050051u, - 0x00000006u, 0x0000009bu, 0x00000061u, 0x00000002u, 0x00050051u, 0x00000006u, 0x0000009eu, 0x0000006au, - 0x00000002u, 0x000500b0u, 0x00000019u, 0x0000011cu, 0x00000098u, 0x0000009bu, 0x000600a9u, 0x00000006u, - 0x0000016fu, 0x0000011cu, 0x0000009bu, 0x00000098u, 0x000600a9u, 0x00000006u, 0x00000170u, 0x0000011cu, - 0x00000098u, 0x0000009bu, 0x000500b0u, 0x00000019u, 0x00000126u, 0x00000170u, 0x0000009eu, 0x000600a9u, - 0x00000006u, 0x00000171u, 0x00000126u, 0x0000009eu, 0x00000170u, 0x000500b0u, 0x00000019u, 0x00000130u, - 0x0000016fu, 0x00000171u, 0x000600a9u, 0x00000006u, 0x00000172u, 0x00000130u, 0x0000016fu, 0x00000171u, - 0x00070050u, 0x0000004bu, 0x000000a5u, 0x0000016au, 0x0000016eu, 0x00000172u, 0x0000006fu, 0x0003003eu, - 0x00000079u, 0x000000a5u, 0x000200f9u, 0x00000077u, 0x000200f8u, 0x00000077u, 0x000100fdu, 0x00010038u, - 0x07230203u, 0x00010300u, 0x000d000au, 0x000002b1u, 0x00000000u, 0x00020011u, 0x00000001u, 0x0006000bu, - 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, - 0x0008000fu, 0x00000004u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000046u, 0x00000079u, 0x000000c3u, - 0x00030010u, 0x00000004u, 0x00000007u, 0x00040047u, 0x00000046u, 0x0000000bu, 0x0000000fu, 0x00030047u, - 0x00000050u, 0x00000000u, 0x00040047u, 0x00000050u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000050u, - 0x00000021u, 0x00000000u, 0x00030047u, 0x00000051u, 0x00000000u, 0x00030047u, 0x00000058u, 0x00000000u, - 0x00030047u, 0x00000061u, 0x00000000u, 0x00030047u, 0x0000006au, 0x00000000u, 0x00040047u, 0x00000079u, - 0x0000001eu, 0x00000000u, 0x00030047u, 0x000000abu, 0x00000000u, 0x00030047u, 0x000000b1u, 0x00000000u, - 0x00030047u, 0x000000b7u, 0x00000000u, 0x00040047u, 0x000000c3u, 0x0000001eu, 0x00000001u, 0x00020013u, - 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, - 0x00020014u, 0x00000019u, 0x00040015u, 0x0000003fu, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000040u, - 0x0000003fu, 0x00000002u, 0x00030016u, 0x00000043u, 0x00000020u, 0x00040017u, 0x00000044u, 0x00000043u, - 0x00000004u, 0x00040020u, 0x00000045u, 0x00000001u, 0x00000044u, 0x0004003bu, 0x00000045u, 0x00000046u, - 0x00000001u, 0x00040017u, 0x00000047u, 0x00000043u, 0x00000002u, 0x00040017u, 0x0000004bu, 0x00000006u, - 0x00000004u, 0x00090019u, 0x0000004eu, 0x00000006u, 0x00000001u, 0x00000000u, 0x00000001u, 0x00000000u, - 0x00000001u, 0x00000000u, 0x00040020u, 0x0000004fu, 0x00000000u, 0x0000004eu, 0x0004003bu, 0x0000004fu, - 0x00000050u, 0x00000000u, 0x0004002bu, 0x0000003fu, 0x00000053u, 0x00000000u, 0x00040017u, 0x00000054u, - 0x0000003fu, 0x00000003u, 0x0004002bu, 0x0000003fu, 0x0000005fu, 0x00000001u, 0x0005002cu, 0x00000040u, - 0x00000060u, 0x0000005fu, 0x00000053u, 0x0004002bu, 0x0000003fu, 0x00000068u, 0x00000002u, 0x0005002cu, - 0x00000040u, 0x00000069u, 0x00000068u, 0x00000053u, 0x0004002bu, 0x00000006u, 0x00000074u, 0x00000007u, - 0x00040020u, 0x00000078u, 0x00000003u, 0x0000004bu, 0x0004003bu, 0x00000078u, 0x00000079u, 0x00000003u, - 0x0004003bu, 0x00000078u, 0x000000c3u, 0x00000003u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, - 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003du, 0x00000044u, 0x00000048u, 0x00000046u, 0x0007004fu, - 0x00000047u, 0x00000049u, 0x00000048u, 0x00000048u, 0x00000000u, 0x00000001u, 0x0004006eu, 0x00000040u, - 0x0000004au, 0x00000049u, 0x0004003du, 0x0000004eu, 0x00000051u, 0x00000050u, 0x00050051u, 0x0000003fu, - 0x00000055u, 0x0000004au, 0x00000000u, 0x00050051u, 0x0000003fu, 0x00000056u, 0x0000004au, 0x00000001u, - 0x00060050u, 0x00000054u, 0x00000057u, 0x00000055u, 0x00000056u, 0x00000053u, 0x0007005fu, 0x0000004bu, - 0x00000058u, 0x00000051u, 0x00000057u, 0x00000002u, 0x00000053u, 0x0008005fu, 0x0000004bu, 0x00000061u, - 0x00000051u, 0x00000057u, 0x0000000au, 0x00000053u, 0x00000060u, 0x0008005fu, 0x0000004bu, 0x0000006au, - 0x00000051u, 0x00000057u, 0x0000000au, 0x00000053u, 0x00000069u, 0x00050051u, 0x00000006u, 0x0000006du, - 0x00000058u, 0x00000003u, 0x00050051u, 0x00000006u, 0x0000006fu, 0x00000061u, 0x00000003u, 0x000500c7u, - 0x00000006u, 0x00000070u, 0x0000006du, 0x0000006fu, 0x00050051u, 0x00000006u, 0x00000072u, 0x0000006au, - 0x00000003u, 0x000500c7u, 0x00000006u, 0x00000073u, 0x00000070u, 0x00000072u, 0x000500aau, 0x00000019u, - 0x00000075u, 0x00000073u, 0x00000074u, 0x000300f7u, 0x00000077u, 0x00000000u, 0x000400fau, 0x00000075u, - 0x00000076u, 0x0000007bu, 0x000200f8u, 0x00000076u, 0x0003003eu, 0x00000079u, 0x00000061u, 0x000200f9u, - 0x00000077u, 0x000200f8u, 0x0000007bu, 0x00050051u, 0x00000006u, 0x00000080u, 0x00000058u, 0x00000000u, - 0x00050051u, 0x00000006u, 0x00000083u, 0x00000061u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000086u, - 0x0000006au, 0x00000000u, 0x000500b0u, 0x00000019u, 0x000000f7u, 0x00000080u, 0x00000083u, 0x000600a9u, - 0x00000006u, 0x00000299u, 0x000000f7u, 0x00000083u, 0x00000080u, 0x000600a9u, 0x00000006u, 0x0000029au, - 0x000000f7u, 0x00000080u, 0x00000083u, 0x000500b0u, 0x00000019u, 0x00000101u, 0x0000029au, 0x00000086u, - 0x000600a9u, 0x00000006u, 0x0000029bu, 0x00000101u, 0x00000086u, 0x0000029au, 0x000500b0u, 0x00000019u, - 0x0000010bu, 0x00000299u, 0x0000029bu, 0x000600a9u, 0x00000006u, 0x0000029cu, 0x0000010bu, 0x00000299u, - 0x0000029bu, 0x00050051u, 0x00000006u, 0x0000008cu, 0x00000058u, 0x00000001u, 0x00050051u, 0x00000006u, - 0x0000008fu, 0x00000061u, 0x00000001u, 0x00050051u, 0x00000006u, 0x00000092u, 0x0000006au, 0x00000001u, - 0x000500b0u, 0x00000019u, 0x0000012du, 0x0000008cu, 0x0000008fu, 0x000600a9u, 0x00000006u, 0x0000029du, - 0x0000012du, 0x0000008fu, 0x0000008cu, 0x000600a9u, 0x00000006u, 0x0000029eu, 0x0000012du, 0x0000008cu, - 0x0000008fu, 0x000500b0u, 0x00000019u, 0x00000137u, 0x0000029eu, 0x00000092u, 0x000600a9u, 0x00000006u, - 0x0000029fu, 0x00000137u, 0x00000092u, 0x0000029eu, 0x000500b0u, 0x00000019u, 0x00000141u, 0x0000029du, - 0x0000029fu, 0x000600a9u, 0x00000006u, 0x000002a0u, 0x00000141u, 0x0000029du, 0x0000029fu, 0x00050051u, - 0x00000006u, 0x00000098u, 0x00000058u, 0x00000002u, 0x00050051u, 0x00000006u, 0x0000009bu, 0x00000061u, - 0x00000002u, 0x00050051u, 0x00000006u, 0x0000009eu, 0x0000006au, 0x00000002u, 0x000500b0u, 0x00000019u, - 0x00000163u, 0x00000098u, 0x0000009bu, 0x000600a9u, 0x00000006u, 0x000002a1u, 0x00000163u, 0x0000009bu, - 0x00000098u, 0x000600a9u, 0x00000006u, 0x000002a2u, 0x00000163u, 0x00000098u, 0x0000009bu, 0x000500b0u, - 0x00000019u, 0x0000016du, 0x000002a2u, 0x0000009eu, 0x000600a9u, 0x00000006u, 0x000002a3u, 0x0000016du, - 0x0000009eu, 0x000002a2u, 0x000500b0u, 0x00000019u, 0x00000177u, 0x000002a1u, 0x000002a3u, 0x000600a9u, - 0x00000006u, 0x000002a4u, 0x00000177u, 0x000002a1u, 0x000002a3u, 0x00070050u, 0x0000004bu, 0x000000a5u, - 0x0000029cu, 0x000002a0u, 0x000002a4u, 0x0000006fu, 0x0003003eu, 0x00000079u, 0x000000a5u, 0x000200f9u, - 0x00000077u, 0x000200f8u, 0x00000077u, 0x00060050u, 0x00000054u, 0x000000aau, 0x00000055u, 0x00000056u, - 0x0000005fu, 0x0007005fu, 0x0000004bu, 0x000000abu, 0x00000051u, 0x000000aau, 0x00000002u, 0x00000053u, - 0x0008005fu, 0x0000004bu, 0x000000b1u, 0x00000051u, 0x000000aau, 0x0000000au, 0x00000053u, 0x00000060u, - 0x0008005fu, 0x0000004bu, 0x000000b7u, 0x00000051u, 0x000000aau, 0x0000000au, 0x00000053u, 0x00000069u, - 0x00050051u, 0x00000006u, 0x000000b9u, 0x000000abu, 0x00000003u, 0x00050051u, 0x00000006u, 0x000000bbu, - 0x000000b1u, 0x00000003u, 0x000500c7u, 0x00000006u, 0x000000bcu, 0x000000b9u, 0x000000bbu, 0x00050051u, - 0x00000006u, 0x000000beu, 0x000000b7u, 0x00000003u, 0x000500c7u, 0x00000006u, 0x000000bfu, 0x000000bcu, - 0x000000beu, 0x000500aau, 0x00000019u, 0x000000c0u, 0x000000bfu, 0x00000074u, 0x000300f7u, 0x000000c2u, - 0x00000000u, 0x000400fau, 0x000000c0u, 0x000000c1u, 0x000000c5u, 0x000200f8u, 0x000000c1u, 0x0003003eu, - 0x000000c3u, 0x000000b1u, 0x000200f9u, 0x000000c2u, 0x000200f8u, 0x000000c5u, 0x00050051u, 0x00000006u, - 0x000000c9u, 0x000000abu, 0x00000000u, 0x00050051u, 0x00000006u, 0x000000ccu, 0x000000b1u, 0x00000000u, - 0x00050051u, 0x00000006u, 0x000000cfu, 0x000000b7u, 0x00000000u, 0x000500b0u, 0x00000019u, 0x00000199u, - 0x000000c9u, 0x000000ccu, 0x000600a9u, 0x00000006u, 0x000002a5u, 0x00000199u, 0x000000ccu, 0x000000c9u, - 0x000600a9u, 0x00000006u, 0x000002a6u, 0x00000199u, 0x000000c9u, 0x000000ccu, 0x000500b0u, 0x00000019u, - 0x000001a3u, 0x000002a6u, 0x000000cfu, 0x000600a9u, 0x00000006u, 0x000002a7u, 0x000001a3u, 0x000000cfu, - 0x000002a6u, 0x000500b0u, 0x00000019u, 0x000001adu, 0x000002a5u, 0x000002a7u, 0x000600a9u, 0x00000006u, - 0x000002a8u, 0x000001adu, 0x000002a5u, 0x000002a7u, 0x00050051u, 0x00000006u, 0x000000d4u, 0x000000abu, - 0x00000001u, 0x00050051u, 0x00000006u, 0x000000d7u, 0x000000b1u, 0x00000001u, 0x00050051u, 0x00000006u, - 0x000000dau, 0x000000b7u, 0x00000001u, 0x000500b0u, 0x00000019u, 0x000001cfu, 0x000000d4u, 0x000000d7u, - 0x000600a9u, 0x00000006u, 0x000002a9u, 0x000001cfu, 0x000000d7u, 0x000000d4u, 0x000600a9u, 0x00000006u, - 0x000002aau, 0x000001cfu, 0x000000d4u, 0x000000d7u, 0x000500b0u, 0x00000019u, 0x000001d9u, 0x000002aau, - 0x000000dau, 0x000600a9u, 0x00000006u, 0x000002abu, 0x000001d9u, 0x000000dau, 0x000002aau, 0x000500b0u, - 0x00000019u, 0x000001e3u, 0x000002a9u, 0x000002abu, 0x000600a9u, 0x00000006u, 0x000002acu, 0x000001e3u, - 0x000002a9u, 0x000002abu, 0x00050051u, 0x00000006u, 0x000000dfu, 0x000000abu, 0x00000002u, 0x00050051u, - 0x00000006u, 0x000000e2u, 0x000000b1u, 0x00000002u, 0x00050051u, 0x00000006u, 0x000000e5u, 0x000000b7u, - 0x00000002u, 0x000500b0u, 0x00000019u, 0x00000205u, 0x000000dfu, 0x000000e2u, 0x000600a9u, 0x00000006u, - 0x000002adu, 0x00000205u, 0x000000e2u, 0x000000dfu, 0x000600a9u, 0x00000006u, 0x000002aeu, 0x00000205u, - 0x000000dfu, 0x000000e2u, 0x000500b0u, 0x00000019u, 0x0000020fu, 0x000002aeu, 0x000000e5u, 0x000600a9u, - 0x00000006u, 0x000002afu, 0x0000020fu, 0x000000e5u, 0x000002aeu, 0x000500b0u, 0x00000019u, 0x00000219u, - 0x000002adu, 0x000002afu, 0x000600a9u, 0x00000006u, 0x000002b0u, 0x00000219u, 0x000002adu, 0x000002afu, - 0x00070050u, 0x0000004bu, 0x000000ecu, 0x000002a8u, 0x000002acu, 0x000002b0u, 0x000000bbu, 0x0003003eu, - 0x000000c3u, 0x000000ecu, 0x000200f9u, 0x000000c2u, 0x000200f8u, 0x000000c2u, 0x000100fdu, 0x00010038u, - 0x07230203u, 0x00010300u, 0x000d000au, 0x000002a8u, 0x00000000u, 0x00020011u, 0x00000001u, 0x0006000bu, - 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, - 0x0007000fu, 0x00000004u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000049u, 0x00000162u, 0x00030010u, - 0x00000004u, 0x00000007u, 0x00030047u, 0x0000001cu, 0x00000000u, 0x00040047u, 0x0000001cu, 0x00000022u, - 0x00000000u, 0x00040047u, 0x0000001cu, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000049u, 0x0000000bu, - 0x0000000fu, 0x00050048u, 0x0000004eu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000004eu, - 0x00000002u, 0x00040047u, 0x000000fdu, 0x00000001u, 0x00000001u, 0x00040047u, 0x00000162u, 0x0000001eu, - 0x00000000u, 0x00030047u, 0x00000180u, 0x00000000u, 0x00030047u, 0x00000184u, 0x00000000u, 0x00030047u, - 0x0000018du, 0x00000000u, 0x00030047u, 0x00000196u, 0x00000000u, 0x00030047u, 0x0000019fu, 0x00000000u, - 0x00030047u, 0x000001a8u, 0x00000000u, 0x00030047u, 0x000001b1u, 0x00000000u, 0x00030047u, 0x000001bau, - 0x00000000u, 0x00030047u, 0x0000025fu, 0x00000000u, 0x00030047u, 0x00000268u, 0x00000000u, 0x00030047u, - 0x00000271u, 0x00000000u, 0x00030047u, 0x0000027au, 0x00000000u, 0x00020013u, 0x00000002u, 0x00030021u, - 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000007u, - 0x00000006u, 0x00000002u, 0x00040015u, 0x00000009u, 0x00000020u, 0x00000000u, 0x00040017u, 0x0000000au, - 0x00000009u, 0x00000004u, 0x00040017u, 0x00000010u, 0x00000009u, 0x00000003u, 0x00090019u, 0x0000001au, - 0x00000009u, 0x00000001u, 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, - 0x0000001bu, 0x00000000u, 0x0000001au, 0x0004003bu, 0x0000001bu, 0x0000001cu, 0x00000000u, 0x0004002bu, - 0x00000006u, 0x00000023u, 0x00000000u, 0x0004002bu, 0x00000009u, 0x00000029u, 0x00000003u, 0x0004002bu, - 0x00000009u, 0x0000002du, 0x00000007u, 0x00020014u, 0x0000002eu, 0x00030016u, 0x00000046u, 0x00000020u, - 0x00040017u, 0x00000047u, 0x00000046u, 0x00000004u, 0x00040020u, 0x00000048u, 0x00000001u, 0x00000047u, - 0x0004003bu, 0x00000048u, 0x00000049u, 0x00000001u, 0x00040017u, 0x0000004au, 0x00000046u, 0x00000002u, - 0x0003001eu, 0x0000004eu, 0x00000007u, 0x00040020u, 0x0000004fu, 0x00000009u, 0x0000004eu, 0x0004003bu, - 0x0000004fu, 0x00000050u, 0x00000009u, 0x00040020u, 0x00000051u, 0x00000009u, 0x00000007u, 0x0004002bu, - 0x00000006u, 0x00000068u, 0xffffffffu, 0x0005002cu, 0x00000007u, 0x00000069u, 0x00000068u, 0x00000068u, - 0x0004002bu, 0x00000006u, 0x0000006du, 0x00000001u, 0x0005002cu, 0x00000007u, 0x0000006eu, 0x0000006du, - 0x00000068u, 0x0004002bu, 0x00000006u, 0x00000072u, 0xfffffffeu, 0x0005002cu, 0x00000007u, 0x00000073u, - 0x00000072u, 0x00000023u, 0x0004002bu, 0x00000006u, 0x00000077u, 0x00000002u, 0x0005002cu, 0x00000007u, - 0x00000078u, 0x00000077u, 0x00000023u, 0x0005002cu, 0x00000007u, 0x0000007cu, 0x00000068u, 0x0000006du, - 0x0005002cu, 0x00000007u, 0x00000080u, 0x0000006du, 0x0000006du, 0x0004002bu, 0x00000009u, 0x000000e3u, - 0x00000001u, 0x0004002bu, 0x00000009u, 0x000000f2u, 0x00000004u, 0x0004002bu, 0x00000009u, 0x000000f8u, - 0x000000ffu, 0x00040032u, 0x00000006u, 0x000000fdu, 0x00000000u, 0x0004002bu, 0x00000006u, 0x000000feu, - 0x00010000u, 0x00060034u, 0x00000006u, 0x000000ffu, 0x000000c7u, 0x000000fdu, 0x000000feu, 0x00060034u, - 0x0000002eu, 0x00000100u, 0x000000abu, 0x000000ffu, 0x00000023u, 0x00040017u, 0x00000103u, 0x00000006u, - 0x00000003u, 0x0006002cu, 0x00000103u, 0x0000010cu, 0x00000023u, 0x00000023u, 0x00000023u, 0x0006002cu, - 0x00000103u, 0x0000012bu, 0x00000068u, 0x00000068u, 0x00000068u, 0x0006002cu, 0x00000103u, 0x0000012cu, - 0x0000006du, 0x0000006du, 0x0000006du, 0x0005002cu, 0x00000007u, 0x0000014au, 0x00000023u, 0x0000006du, - 0x0004002bu, 0x00000009u, 0x00000158u, 0x000000f8u, 0x00040020u, 0x00000161u, 0x00000003u, 0x0000000au, - 0x0004003bu, 0x00000161u, 0x00000162u, 0x00000003u, 0x0006002cu, 0x00000010u, 0x000002a2u, 0x00000029u, - 0x00000029u, 0x00000029u, 0x0006002cu, 0x00000010u, 0x000002a4u, 0x000000e3u, 0x000000e3u, 0x000000e3u, - 0x0006002cu, 0x00000010u, 0x000002a5u, 0x000000f2u, 0x000000f2u, 0x000000f2u, 0x0006002cu, 0x00000010u, - 0x000002a6u, 0x000000f8u, 0x000000f8u, 0x000000f8u, 0x0006002cu, 0x00000010u, 0x000002a7u, 0x00000158u, - 0x00000158u, 0x00000158u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, - 0x00000005u, 0x0004003du, 0x00000047u, 0x0000004bu, 0x00000049u, 0x0007004fu, 0x0000004au, 0x0000004cu, - 0x0000004bu, 0x0000004bu, 0x00000000u, 0x00000001u, 0x0004006eu, 0x00000007u, 0x0000004du, 0x0000004cu, - 0x00050041u, 0x00000051u, 0x00000052u, 0x00000050u, 0x00000023u, 0x0004003du, 0x00000007u, 0x00000053u, - 0x00000052u, 0x00050080u, 0x00000007u, 0x00000054u, 0x0000004du, 0x00000053u, 0x0004003du, 0x0000001au, - 0x00000180u, 0x0000001cu, 0x0007005fu, 0x0000000au, 0x00000184u, 0x00000180u, 0x00000054u, 0x00000002u, - 0x00000023u, 0x00050051u, 0x00000009u, 0x0000005au, 0x00000184u, 0x00000003u, 0x000500abu, 0x0000002eu, - 0x0000005bu, 0x0000005au, 0x0000002du, 0x000300f7u, 0x0000005du, 0x00000000u, 0x000400fau, 0x0000005bu, - 0x0000005cu, 0x000000fcu, 0x000200f8u, 0x0000005cu, 0x0008004fu, 0x00000010u, 0x00000060u, 0x00000184u, - 0x00000184u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00050080u, 0x00000007u, 0x0000018cu, 0x00000054u, - 0x00000069u, 0x0007005fu, 0x0000000au, 0x0000018du, 0x00000180u, 0x0000018cu, 0x00000002u, 0x00000023u, - 0x00050080u, 0x00000007u, 0x00000195u, 0x00000054u, 0x0000006eu, 0x0007005fu, 0x0000000au, 0x00000196u, - 0x00000180u, 0x00000195u, 0x00000002u, 0x00000023u, 0x00050080u, 0x00000007u, 0x0000019eu, 0x00000054u, - 0x00000073u, 0x0007005fu, 0x0000000au, 0x0000019fu, 0x00000180u, 0x0000019eu, 0x00000002u, 0x00000023u, - 0x00050080u, 0x00000007u, 0x000001a7u, 0x00000054u, 0x00000078u, 0x0007005fu, 0x0000000au, 0x000001a8u, - 0x00000180u, 0x000001a7u, 0x00000002u, 0x00000023u, 0x00050080u, 0x00000007u, 0x000001b0u, 0x00000054u, - 0x0000007cu, 0x0007005fu, 0x0000000au, 0x000001b1u, 0x00000180u, 0x000001b0u, 0x00000002u, 0x00000023u, - 0x00050080u, 0x00000007u, 0x000001b9u, 0x00000054u, 0x00000080u, 0x0007005fu, 0x0000000au, 0x000001bau, - 0x00000180u, 0x000001b9u, 0x00000002u, 0x00000023u, 0x00050051u, 0x00000009u, 0x000001beu, 0x0000018du, - 0x00000003u, 0x000500aau, 0x0000002eu, 0x000001bfu, 0x000001beu, 0x0000002du, 0x000300f7u, 0x000001d5u, - 0x00000000u, 0x000400fau, 0x000001bfu, 0x000001c0u, 0x000001d5u, 0x000200f8u, 0x000001c0u, 0x0008004fu, - 0x00000010u, 0x000001c3u, 0x0000018du, 0x0000018du, 0x00000000u, 0x00000001u, 0x00000002u, 0x0007000cu, - 0x00000010u, 0x000001c5u, 0x00000001u, 0x00000029u, 0x000001c3u, 0x00000060u, 0x0007000cu, 0x00000010u, - 0x000001c6u, 0x00000001u, 0x00000026u, 0x00000060u, 0x000001c5u, 0x0007000cu, 0x00000010u, 0x000001cbu, - 0x00000001u, 0x00000026u, 0x000001c3u, 0x00000060u, 0x0007000cu, 0x00000010u, 0x000001ccu, 0x00000001u, - 0x00000029u, 0x00000060u, 0x000001cbu, 0x000200f9u, 0x000001d5u, 0x000200f8u, 0x000001d5u, 0x000700f5u, - 0x00000010u, 0x0000028du, 0x00000060u, 0x0000005cu, 0x000001ccu, 0x000001c0u, 0x000700f5u, 0x00000010u, - 0x0000028cu, 0x00000060u, 0x0000005cu, 0x000001c6u, 0x000001c0u, 0x000700f5u, 0x00000010u, 0x0000028bu, - 0x00000060u, 0x0000005cu, 0x000001c5u, 0x000001c0u, 0x000700f5u, 0x00000010u, 0x0000028au, 0x00000060u, - 0x0000005cu, 0x000001cbu, 0x000001c0u, 0x00050051u, 0x00000009u, 0x000001d8u, 0x00000196u, 0x00000003u, - 0x000500aau, 0x0000002eu, 0x000001d9u, 0x000001d8u, 0x0000002du, 0x000300f7u, 0x000001efu, 0x00000000u, - 0x000400fau, 0x000001d9u, 0x000001dau, 0x000001efu, 0x000200f8u, 0x000001dau, 0x0008004fu, 0x00000010u, - 0x000001ddu, 0x00000196u, 0x00000196u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0007000cu, 0x00000010u, - 0x000001dfu, 0x00000001u, 0x00000029u, 0x000001ddu, 0x0000028au, 0x0007000cu, 0x00000010u, 0x000001e0u, - 0x00000001u, 0x00000026u, 0x0000028cu, 0x000001dfu, 0x0007000cu, 0x00000010u, 0x000001e5u, 0x00000001u, - 0x00000026u, 0x000001ddu, 0x0000028bu, 0x0007000cu, 0x00000010u, 0x000001e6u, 0x00000001u, 0x00000029u, - 0x0000028du, 0x000001e5u, 0x0007000cu, 0x00000010u, 0x000001eau, 0x00000001u, 0x00000026u, 0x000001ddu, - 0x0000028au, 0x0007000cu, 0x00000010u, 0x000001eeu, 0x00000001u, 0x00000029u, 0x000001ddu, 0x0000028bu, - 0x000200f9u, 0x000001efu, 0x000200f8u, 0x000001efu, 0x000700f5u, 0x00000010u, 0x00000291u, 0x0000028du, - 0x000001d5u, 0x000001e6u, 0x000001dau, 0x000700f5u, 0x00000010u, 0x00000290u, 0x0000028cu, 0x000001d5u, - 0x000001e0u, 0x000001dau, 0x000700f5u, 0x00000010u, 0x0000028fu, 0x0000028bu, 0x000001d5u, 0x000001eeu, - 0x000001dau, 0x000700f5u, 0x00000010u, 0x0000028eu, 0x0000028au, 0x000001d5u, 0x000001eau, 0x000001dau, - 0x00050051u, 0x00000009u, 0x000001f2u, 0x0000019fu, 0x00000003u, 0x000500aau, 0x0000002eu, 0x000001f3u, - 0x000001f2u, 0x0000002du, 0x000300f7u, 0x00000209u, 0x00000000u, 0x000400fau, 0x000001f3u, 0x000001f4u, - 0x00000209u, 0x000200f8u, 0x000001f4u, 0x0008004fu, 0x00000010u, 0x000001f7u, 0x0000019fu, 0x0000019fu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x0007000cu, 0x00000010u, 0x000001f9u, 0x00000001u, 0x00000029u, - 0x000001f7u, 0x0000028eu, 0x0007000cu, 0x00000010u, 0x000001fau, 0x00000001u, 0x00000026u, 0x00000290u, - 0x000001f9u, 0x0007000cu, 0x00000010u, 0x000001ffu, 0x00000001u, 0x00000026u, 0x000001f7u, 0x0000028fu, - 0x0007000cu, 0x00000010u, 0x00000200u, 0x00000001u, 0x00000029u, 0x00000291u, 0x000001ffu, 0x0007000cu, - 0x00000010u, 0x00000204u, 0x00000001u, 0x00000026u, 0x000001f7u, 0x0000028eu, 0x0007000cu, 0x00000010u, - 0x00000208u, 0x00000001u, 0x00000029u, 0x000001f7u, 0x0000028fu, 0x000200f9u, 0x00000209u, 0x000200f8u, - 0x00000209u, 0x000700f5u, 0x00000010u, 0x00000295u, 0x00000291u, 0x000001efu, 0x00000200u, 0x000001f4u, - 0x000700f5u, 0x00000010u, 0x00000294u, 0x00000290u, 0x000001efu, 0x000001fau, 0x000001f4u, 0x000700f5u, - 0x00000010u, 0x00000293u, 0x0000028fu, 0x000001efu, 0x00000208u, 0x000001f4u, 0x000700f5u, 0x00000010u, - 0x00000292u, 0x0000028eu, 0x000001efu, 0x00000204u, 0x000001f4u, 0x00050051u, 0x00000009u, 0x0000020cu, - 0x000001a8u, 0x00000003u, 0x000500aau, 0x0000002eu, 0x0000020du, 0x0000020cu, 0x0000002du, 0x000300f7u, - 0x00000223u, 0x00000000u, 0x000400fau, 0x0000020du, 0x0000020eu, 0x00000223u, 0x000200f8u, 0x0000020eu, - 0x0008004fu, 0x00000010u, 0x00000211u, 0x000001a8u, 0x000001a8u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x0007000cu, 0x00000010u, 0x00000213u, 0x00000001u, 0x00000029u, 0x00000211u, 0x00000292u, 0x0007000cu, - 0x00000010u, 0x00000214u, 0x00000001u, 0x00000026u, 0x00000294u, 0x00000213u, 0x0007000cu, 0x00000010u, - 0x00000219u, 0x00000001u, 0x00000026u, 0x00000211u, 0x00000293u, 0x0007000cu, 0x00000010u, 0x0000021au, - 0x00000001u, 0x00000029u, 0x00000295u, 0x00000219u, 0x0007000cu, 0x00000010u, 0x0000021eu, 0x00000001u, - 0x00000026u, 0x00000211u, 0x00000292u, 0x0007000cu, 0x00000010u, 0x00000222u, 0x00000001u, 0x00000029u, - 0x00000211u, 0x00000293u, 0x000200f9u, 0x00000223u, 0x000200f8u, 0x00000223u, 0x000700f5u, 0x00000010u, - 0x00000299u, 0x00000295u, 0x00000209u, 0x0000021au, 0x0000020eu, 0x000700f5u, 0x00000010u, 0x00000298u, - 0x00000294u, 0x00000209u, 0x00000214u, 0x0000020eu, 0x000700f5u, 0x00000010u, 0x00000297u, 0x00000293u, - 0x00000209u, 0x00000222u, 0x0000020eu, 0x000700f5u, 0x00000010u, 0x00000296u, 0x00000292u, 0x00000209u, - 0x0000021eu, 0x0000020eu, 0x00050051u, 0x00000009u, 0x00000226u, 0x000001b1u, 0x00000003u, 0x000500aau, - 0x0000002eu, 0x00000227u, 0x00000226u, 0x0000002du, 0x000300f7u, 0x0000023du, 0x00000000u, 0x000400fau, - 0x00000227u, 0x00000228u, 0x0000023du, 0x000200f8u, 0x00000228u, 0x0008004fu, 0x00000010u, 0x0000022bu, - 0x000001b1u, 0x000001b1u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0007000cu, 0x00000010u, 0x0000022du, - 0x00000001u, 0x00000029u, 0x0000022bu, 0x00000296u, 0x0007000cu, 0x00000010u, 0x0000022eu, 0x00000001u, - 0x00000026u, 0x00000298u, 0x0000022du, 0x0007000cu, 0x00000010u, 0x00000233u, 0x00000001u, 0x00000026u, - 0x0000022bu, 0x00000297u, 0x0007000cu, 0x00000010u, 0x00000234u, 0x00000001u, 0x00000029u, 0x00000299u, - 0x00000233u, 0x0007000cu, 0x00000010u, 0x00000238u, 0x00000001u, 0x00000026u, 0x0000022bu, 0x00000296u, - 0x0007000cu, 0x00000010u, 0x0000023cu, 0x00000001u, 0x00000029u, 0x0000022bu, 0x00000297u, 0x000200f9u, - 0x0000023du, 0x000200f8u, 0x0000023du, 0x000700f5u, 0x00000010u, 0x0000029du, 0x00000299u, 0x00000223u, - 0x00000234u, 0x00000228u, 0x000700f5u, 0x00000010u, 0x0000029cu, 0x00000298u, 0x00000223u, 0x0000022eu, - 0x00000228u, 0x000700f5u, 0x00000010u, 0x0000029bu, 0x00000297u, 0x00000223u, 0x0000023cu, 0x00000228u, - 0x000700f5u, 0x00000010u, 0x0000029au, 0x00000296u, 0x00000223u, 0x00000238u, 0x00000228u, 0x00050051u, - 0x00000009u, 0x00000240u, 0x000001bau, 0x00000003u, 0x000500aau, 0x0000002eu, 0x00000241u, 0x00000240u, - 0x0000002du, 0x000300f7u, 0x00000257u, 0x00000000u, 0x000400fau, 0x00000241u, 0x00000242u, 0x00000257u, - 0x000200f8u, 0x00000242u, 0x0008004fu, 0x00000010u, 0x00000245u, 0x000001bau, 0x000001bau, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0007000cu, 0x00000010u, 0x00000247u, 0x00000001u, 0x00000029u, 0x00000245u, - 0x0000029au, 0x0007000cu, 0x00000010u, 0x00000248u, 0x00000001u, 0x00000026u, 0x0000029cu, 0x00000247u, - 0x0007000cu, 0x00000010u, 0x0000024du, 0x00000001u, 0x00000026u, 0x00000245u, 0x0000029bu, 0x0007000cu, - 0x00000010u, 0x0000024eu, 0x00000001u, 0x00000029u, 0x0000029du, 0x0000024du, 0x000200f9u, 0x00000257u, - 0x000200f8u, 0x00000257u, 0x000700f5u, 0x00000010u, 0x0000029fu, 0x0000029du, 0x0000023du, 0x0000024eu, - 0x00000242u, 0x000700f5u, 0x00000010u, 0x0000029eu, 0x0000029cu, 0x0000023du, 0x00000248u, 0x00000242u, - 0x00050080u, 0x00000010u, 0x000000e0u, 0x0000029eu, 0x0000029fu, 0x000500c4u, 0x00000010u, 0x000000e5u, - 0x00000060u, 0x000002a4u, 0x00050082u, 0x00000010u, 0x000000e6u, 0x000000e0u, 0x000000e5u, 0x00050082u, - 0x00000009u, 0x000000eau, 0x0000002du, 0x0000005au, 0x00060050u, 0x00000010u, 0x000000f0u, 0x000000eau, - 0x000000eau, 0x000000eau, 0x00050084u, 0x00000010u, 0x000000f1u, 0x000000e6u, 0x000000f0u, 0x00050080u, - 0x00000010u, 0x000000f4u, 0x000000f1u, 0x000002a5u, 0x000500c2u, 0x00000010u, 0x000000f6u, 0x000000f4u, - 0x000002a2u, 0x00050080u, 0x00000010u, 0x000000f7u, 0x00000060u, 0x000000f6u, 0x000500c7u, 0x00000010u, - 0x000000fbu, 0x000000f7u, 0x000002a6u, 0x000200f9u, 0x0000005du, 0x000200f8u, 0x000000fcu, 0x000300f7u, - 0x00000102u, 0x00000000u, 0x000400fau, 0x00000100u, 0x00000101u, 0x0000015eu, 0x000200f8u, 0x00000101u, - 0x0008004fu, 0x00000010u, 0x00000107u, 0x00000184u, 0x00000184u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000500c2u, 0x00000010u, 0x00000109u, 0x00000107u, 0x000002a2u, 0x0004007cu, 0x00000103u, 0x0000010au, - 0x00000109u, 0x000200f9u, 0x0000010fu, 0x000200f8u, 0x0000010fu, 0x000700f5u, 0x00000103u, 0x00000286u, - 0x0000010cu, 0x00000101u, 0x00000289u, 0x00000112u, 0x000700f5u, 0x00000006u, 0x00000285u, 0x00000068u, - 0x00000101u, 0x00000133u, 0x00000112u, 0x000500b3u, 0x0000002eu, 0x00000115u, 0x00000285u, 0x00000023u, - 0x000400f6u, 0x00000111u, 0x00000112u, 0x00000000u, 0x000400fau, 0x00000115u, 0x00000110u, 0x00000111u, - 0x000200f8u, 0x00000110u, 0x000200f9u, 0x00000117u, 0x000200f8u, 0x00000117u, 0x000700f5u, 0x00000103u, - 0x00000289u, 0x00000286u, 0x00000110u, 0x0000012fu, 0x00000118u, 0x000700f5u, 0x00000006u, 0x00000287u, - 0x00000068u, 0x00000110u, 0x00000131u, 0x00000118u, 0x000500b3u, 0x0000002eu, 0x0000011du, 0x00000287u, - 0x0000006du, 0x000400f6u, 0x00000119u, 0x00000118u, 0x00000000u, 0x000400fau, 0x0000011du, 0x00000118u, - 0x00000119u, 0x000200f8u, 0x00000118u, 0x00050050u, 0x00000007u, 0x00000121u, 0x00000287u, 0x00000285u, - 0x00050080u, 0x00000007u, 0x0000025eu, 0x00000054u, 0x00000121u, 0x0007005fu, 0x0000000au, 0x0000025fu, - 0x00000180u, 0x0000025eu, 0x00000002u, 0x00000023u, 0x0008004fu, 0x00000010u, 0x00000124u, 0x0000025fu, - 0x0000025fu, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c2u, 0x00000010u, 0x00000126u, 0x00000124u, - 0x000002a2u, 0x0004007cu, 0x00000103u, 0x00000127u, 0x00000126u, 0x00050082u, 0x00000103u, 0x0000012au, - 0x00000127u, 0x0000010au, 0x0008000cu, 0x00000103u, 0x0000012du, 0x00000001u, 0x0000002du, 0x0000012au, - 0x0000012bu, 0x0000012cu, 0x00050080u, 0x00000103u, 0x0000012fu, 0x00000289u, 0x0000012du, 0x00050080u, - 0x00000006u, 0x00000131u, 0x00000287u, 0x0000006du, 0x000200f9u, 0x00000117u, 0x000200f8u, 0x00000119u, - 0x000200f9u, 0x00000112u, 0x000200f8u, 0x00000112u, 0x00050080u, 0x00000006u, 0x00000133u, 0x00000285u, - 0x0000006du, 0x000200f9u, 0x0000010fu, 0x000200f8u, 0x00000111u, 0x00050080u, 0x00000007u, 0x00000267u, - 0x00000054u, 0x0000007cu, 0x0007005fu, 0x0000000au, 0x00000268u, 0x00000180u, 0x00000267u, 0x00000002u, - 0x00000023u, 0x0008004fu, 0x00000010u, 0x00000136u, 0x00000268u, 0x00000268u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x000500c2u, 0x00000010u, 0x00000138u, 0x00000136u, 0x000002a2u, 0x0004007cu, 0x00000103u, - 0x00000139u, 0x00000138u, 0x00050082u, 0x00000103u, 0x0000013bu, 0x00000139u, 0x0000010au, 0x0008000cu, - 0x00000103u, 0x0000013cu, 0x00000001u, 0x0000002du, 0x0000013bu, 0x0000012bu, 0x0000012cu, 0x00050080u, - 0x00000103u, 0x0000013eu, 0x00000286u, 0x0000013cu, 0x00050080u, 0x00000007u, 0x00000270u, 0x00000054u, - 0x00000080u, 0x0007005fu, 0x0000000au, 0x00000271u, 0x00000180u, 0x00000270u, 0x00000002u, 0x00000023u, - 0x0008004fu, 0x00000010u, 0x00000141u, 0x00000271u, 0x00000271u, 0x00000000u, 0x00000001u, 0x00000002u, - 0x000500c2u, 0x00000010u, 0x00000143u, 0x00000141u, 0x000002a2u, 0x0004007cu, 0x00000103u, 0x00000144u, - 0x00000143u, 0x00050082u, 0x00000103u, 0x00000146u, 0x00000144u, 0x0000010au, 0x0008000cu, 0x00000103u, - 0x00000147u, 0x00000001u, 0x0000002du, 0x00000146u, 0x0000012bu, 0x0000012cu, 0x00050080u, 0x00000103u, - 0x00000149u, 0x0000013eu, 0x00000147u, 0x00050080u, 0x00000007u, 0x00000279u, 0x00000054u, 0x0000014au, - 0x0007005fu, 0x0000000au, 0x0000027au, 0x00000180u, 0x00000279u, 0x00000002u, 0x00000023u, 0x0008004fu, - 0x00000010u, 0x0000014du, 0x0000027au, 0x0000027au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c2u, - 0x00000010u, 0x0000014fu, 0x0000014du, 0x000002a2u, 0x0004007cu, 0x00000103u, 0x00000150u, 0x0000014fu, - 0x00050082u, 0x00000103u, 0x00000152u, 0x00000150u, 0x0000010au, 0x0008000cu, 0x00000103u, 0x00000153u, - 0x00000001u, 0x0000002du, 0x00000152u, 0x0000012bu, 0x0000012cu, 0x00050080u, 0x00000103u, 0x00000155u, - 0x00000149u, 0x00000153u, 0x000500c7u, 0x00000010u, 0x0000015au, 0x00000107u, 0x000002a7u, 0x0004007cu, - 0x00000010u, 0x0000015cu, 0x00000155u, 0x00050080u, 0x00000010u, 0x0000015du, 0x0000015au, 0x0000015cu, - 0x000200f9u, 0x00000102u, 0x000200f8u, 0x0000015eu, 0x0008004fu, 0x00000010u, 0x00000160u, 0x00000184u, - 0x00000184u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x00000102u, 0x000200f8u, 0x00000102u, - 0x000700f5u, 0x00000010u, 0x000002a1u, 0x0000015du, 0x00000111u, 0x00000160u, 0x0000015eu, 0x000200f9u, - 0x0000005du, 0x000200f8u, 0x0000005du, 0x000700f5u, 0x00000010u, 0x000002a0u, 0x000000fbu, 0x00000257u, - 0x000002a1u, 0x00000102u, 0x00050051u, 0x00000009u, 0x00000166u, 0x000002a0u, 0x00000000u, 0x00050051u, - 0x00000009u, 0x00000167u, 0x000002a0u, 0x00000001u, 0x00050051u, 0x00000009u, 0x00000168u, 0x000002a0u, - 0x00000002u, 0x00070050u, 0x0000000au, 0x00000169u, 0x00000166u, 0x00000167u, 0x00000168u, 0x0000005au, - 0x0003003eu, 0x00000162u, 0x00000169u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, - 0x00000393u, 0x00000000u, 0x00020011u, 0x00000001u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, - 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0008000fu, 0x00000004u, 0x00000004u, - 0x6e69616du, 0x00000000u, 0x00000049u, 0x000001e0u, 0x000001e8u, 0x00030010u, 0x00000004u, 0x00000007u, - 0x00030047u, 0x0000001cu, 0x00000000u, 0x00040047u, 0x0000001cu, 0x00000022u, 0x00000000u, 0x00040047u, - 0x0000001cu, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000049u, 0x0000000bu, 0x0000000fu, 0x00050048u, - 0x0000004eu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000004eu, 0x00000002u, 0x00040047u, - 0x00000158u, 0x00000001u, 0x00000001u, 0x00040047u, 0x000001e0u, 0x0000001eu, 0x00000000u, 0x00040047u, - 0x000001e8u, 0x0000001eu, 0x00000001u, 0x00030047u, 0x00000206u, 0x00000000u, 0x00030047u, 0x0000020au, - 0x00000000u, 0x00030047u, 0x00000213u, 0x00000000u, 0x00030047u, 0x0000021cu, 0x00000000u, 0x00030047u, - 0x00000225u, 0x00000000u, 0x00030047u, 0x0000022eu, 0x00000000u, 0x00030047u, 0x00000237u, 0x00000000u, - 0x00030047u, 0x00000240u, 0x00000000u, 0x00030047u, 0x00000319u, 0x00000000u, 0x00030047u, 0x00000322u, - 0x00000000u, 0x00030047u, 0x0000032bu, 0x00000000u, 0x00030047u, 0x00000334u, 0x00000000u, 0x00030047u, - 0x0000033du, 0x00000000u, 0x00030047u, 0x00000346u, 0x00000000u, 0x00020013u, 0x00000002u, 0x00030021u, - 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000007u, - 0x00000006u, 0x00000002u, 0x00040015u, 0x00000009u, 0x00000020u, 0x00000000u, 0x00040017u, 0x0000000au, - 0x00000009u, 0x00000004u, 0x00040017u, 0x00000010u, 0x00000009u, 0x00000003u, 0x00090019u, 0x0000001au, - 0x00000009u, 0x00000001u, 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, - 0x0000001bu, 0x00000000u, 0x0000001au, 0x0004003bu, 0x0000001bu, 0x0000001cu, 0x00000000u, 0x0004002bu, - 0x00000006u, 0x00000023u, 0x00000000u, 0x0004002bu, 0x00000009u, 0x00000029u, 0x00000003u, 0x0004002bu, - 0x00000009u, 0x0000002du, 0x00000007u, 0x00020014u, 0x0000002eu, 0x00030016u, 0x00000046u, 0x00000020u, - 0x00040017u, 0x00000047u, 0x00000046u, 0x00000004u, 0x00040020u, 0x00000048u, 0x00000001u, 0x00000047u, - 0x0004003bu, 0x00000048u, 0x00000049u, 0x00000001u, 0x00040017u, 0x0000004au, 0x00000046u, 0x00000002u, - 0x0003001eu, 0x0000004eu, 0x00000007u, 0x00040020u, 0x0000004fu, 0x00000009u, 0x0000004eu, 0x0004003bu, - 0x0000004fu, 0x00000050u, 0x00000009u, 0x00040020u, 0x00000051u, 0x00000009u, 0x00000007u, 0x0004002bu, - 0x00000006u, 0x00000068u, 0xffffffffu, 0x0005002cu, 0x00000007u, 0x00000069u, 0x00000068u, 0x00000068u, - 0x0004002bu, 0x00000006u, 0x0000006du, 0x00000001u, 0x0005002cu, 0x00000007u, 0x0000006eu, 0x0000006du, - 0x00000068u, 0x0004002bu, 0x00000006u, 0x00000072u, 0xfffffffeu, 0x0005002cu, 0x00000007u, 0x00000073u, - 0x00000072u, 0x00000023u, 0x0004002bu, 0x00000006u, 0x00000077u, 0x00000002u, 0x0005002cu, 0x00000007u, - 0x00000078u, 0x00000077u, 0x00000023u, 0x0005002cu, 0x00000007u, 0x0000007cu, 0x00000068u, 0x0000006du, - 0x0005002cu, 0x00000007u, 0x00000080u, 0x0000006du, 0x0000006du, 0x00040017u, 0x00000108u, 0x0000002eu, - 0x00000003u, 0x0004002bu, 0x00000009u, 0x00000126u, 0x00000001u, 0x0004002bu, 0x00000009u, 0x00000135u, - 0x00000004u, 0x0004002bu, 0x00000009u, 0x0000013bu, 0x000000ffu, 0x00040032u, 0x00000006u, 0x00000158u, - 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000159u, 0x00010000u, 0x00060034u, 0x00000006u, 0x0000015au, - 0x000000c7u, 0x00000158u, 0x00000159u, 0x00060034u, 0x0000002eu, 0x0000015bu, 0x000000abu, 0x0000015au, - 0x00000023u, 0x00040017u, 0x0000015eu, 0x00000006u, 0x00000003u, 0x0006002cu, 0x0000015eu, 0x00000167u, - 0x00000023u, 0x00000023u, 0x00000023u, 0x0006002cu, 0x0000015eu, 0x00000186u, 0x00000068u, 0x00000068u, - 0x00000068u, 0x0006002cu, 0x0000015eu, 0x00000187u, 0x0000006du, 0x0000006du, 0x0000006du, 0x0005002cu, - 0x00000007u, 0x000001a7u, 0x00000023u, 0x0000006du, 0x0004002bu, 0x00000009u, 0x000001b5u, 0x000000f8u, - 0x0005002cu, 0x00000007u, 0x000001bbu, 0x00000068u, 0x00000023u, 0x0005002cu, 0x00000007u, 0x000001c7u, - 0x0000006du, 0x00000023u, 0x00040020u, 0x000001dfu, 0x00000003u, 0x0000000au, 0x0004003bu, 0x000001dfu, - 0x000001e0u, 0x00000003u, 0x0004003bu, 0x000001dfu, 0x000001e8u, 0x00000003u, 0x0006002cu, 0x00000010u, - 0x0000038du, 0x00000029u, 0x00000029u, 0x00000029u, 0x0006002cu, 0x00000010u, 0x0000038fu, 0x00000126u, - 0x00000126u, 0x00000126u, 0x0006002cu, 0x00000010u, 0x00000390u, 0x00000135u, 0x00000135u, 0x00000135u, - 0x0006002cu, 0x00000010u, 0x00000391u, 0x0000013bu, 0x0000013bu, 0x0000013bu, 0x0006002cu, 0x00000010u, - 0x00000392u, 0x000001b5u, 0x000001b5u, 0x000001b5u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, - 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003du, 0x00000047u, 0x0000004bu, 0x00000049u, 0x0007004fu, - 0x0000004au, 0x0000004cu, 0x0000004bu, 0x0000004bu, 0x00000000u, 0x00000001u, 0x0004006eu, 0x00000007u, - 0x0000004du, 0x0000004cu, 0x00050041u, 0x00000051u, 0x00000052u, 0x00000050u, 0x00000023u, 0x0004003du, - 0x00000007u, 0x00000053u, 0x00000052u, 0x00050080u, 0x00000007u, 0x00000054u, 0x0000004du, 0x00000053u, - 0x0004003du, 0x0000001au, 0x00000206u, 0x0000001cu, 0x0007005fu, 0x0000000au, 0x0000020au, 0x00000206u, - 0x00000054u, 0x00000002u, 0x00000023u, 0x00050051u, 0x00000009u, 0x0000005au, 0x0000020au, 0x00000003u, - 0x000500abu, 0x0000002eu, 0x0000005bu, 0x0000005au, 0x0000002du, 0x000300f7u, 0x0000005du, 0x00000000u, - 0x000400fau, 0x0000005bu, 0x0000005cu, 0x00000157u, 0x000200f8u, 0x0000005cu, 0x0008004fu, 0x00000010u, - 0x00000060u, 0x0000020au, 0x0000020au, 0x00000000u, 0x00000001u, 0x00000002u, 0x00050080u, 0x00000007u, - 0x00000212u, 0x00000054u, 0x00000069u, 0x0007005fu, 0x0000000au, 0x00000213u, 0x00000206u, 0x00000212u, - 0x00000002u, 0x00000023u, 0x00050080u, 0x00000007u, 0x0000021bu, 0x00000054u, 0x0000006eu, 0x0007005fu, - 0x0000000au, 0x0000021cu, 0x00000206u, 0x0000021bu, 0x00000002u, 0x00000023u, 0x00050080u, 0x00000007u, - 0x00000224u, 0x00000054u, 0x00000073u, 0x0007005fu, 0x0000000au, 0x00000225u, 0x00000206u, 0x00000224u, - 0x00000002u, 0x00000023u, 0x00050080u, 0x00000007u, 0x0000022du, 0x00000054u, 0x00000078u, 0x0007005fu, - 0x0000000au, 0x0000022eu, 0x00000206u, 0x0000022du, 0x00000002u, 0x00000023u, 0x00050080u, 0x00000007u, - 0x00000236u, 0x00000054u, 0x0000007cu, 0x0007005fu, 0x0000000au, 0x00000237u, 0x00000206u, 0x00000236u, - 0x00000002u, 0x00000023u, 0x00050080u, 0x00000007u, 0x0000023fu, 0x00000054u, 0x00000080u, 0x0007005fu, - 0x0000000au, 0x00000240u, 0x00000206u, 0x0000023fu, 0x00000002u, 0x00000023u, 0x00050051u, 0x00000009u, - 0x00000244u, 0x00000213u, 0x00000003u, 0x000500aau, 0x0000002eu, 0x00000245u, 0x00000244u, 0x0000002du, - 0x000300f7u, 0x0000025bu, 0x00000000u, 0x000400fau, 0x00000245u, 0x00000246u, 0x0000025bu, 0x000200f8u, - 0x00000246u, 0x0008004fu, 0x00000010u, 0x00000249u, 0x00000213u, 0x00000213u, 0x00000000u, 0x00000001u, - 0x00000002u, 0x0007000cu, 0x00000010u, 0x0000024bu, 0x00000001u, 0x00000029u, 0x00000249u, 0x00000060u, - 0x0007000cu, 0x00000010u, 0x0000024cu, 0x00000001u, 0x00000026u, 0x00000060u, 0x0000024bu, 0x0007000cu, - 0x00000010u, 0x00000251u, 0x00000001u, 0x00000026u, 0x00000249u, 0x00000060u, 0x0007000cu, 0x00000010u, - 0x00000252u, 0x00000001u, 0x00000029u, 0x00000060u, 0x00000251u, 0x000200f9u, 0x0000025bu, 0x000200f8u, - 0x0000025bu, 0x000700f5u, 0x00000010u, 0x0000035cu, 0x00000060u, 0x0000005cu, 0x00000252u, 0x00000246u, - 0x000700f5u, 0x00000010u, 0x0000035bu, 0x00000060u, 0x0000005cu, 0x0000024cu, 0x00000246u, 0x000700f5u, - 0x00000010u, 0x0000035au, 0x00000060u, 0x0000005cu, 0x0000024bu, 0x00000246u, 0x000700f5u, 0x00000010u, - 0x00000359u, 0x00000060u, 0x0000005cu, 0x00000251u, 0x00000246u, 0x00050051u, 0x00000009u, 0x0000025eu, - 0x0000021cu, 0x00000003u, 0x000500aau, 0x0000002eu, 0x0000025fu, 0x0000025eu, 0x0000002du, 0x000300f7u, - 0x00000275u, 0x00000000u, 0x000400fau, 0x0000025fu, 0x00000260u, 0x00000275u, 0x000200f8u, 0x00000260u, - 0x0008004fu, 0x00000010u, 0x00000263u, 0x0000021cu, 0x0000021cu, 0x00000000u, 0x00000001u, 0x00000002u, - 0x0007000cu, 0x00000010u, 0x00000265u, 0x00000001u, 0x00000029u, 0x00000263u, 0x00000359u, 0x0007000cu, - 0x00000010u, 0x00000266u, 0x00000001u, 0x00000026u, 0x0000035bu, 0x00000265u, 0x0007000cu, 0x00000010u, - 0x0000026bu, 0x00000001u, 0x00000026u, 0x00000263u, 0x0000035au, 0x0007000cu, 0x00000010u, 0x0000026cu, - 0x00000001u, 0x00000029u, 0x0000035cu, 0x0000026bu, 0x0007000cu, 0x00000010u, 0x00000270u, 0x00000001u, - 0x00000026u, 0x00000263u, 0x00000359u, 0x0007000cu, 0x00000010u, 0x00000274u, 0x00000001u, 0x00000029u, - 0x00000263u, 0x0000035au, 0x000200f9u, 0x00000275u, 0x000200f8u, 0x00000275u, 0x000700f5u, 0x00000010u, - 0x00000360u, 0x0000035cu, 0x0000025bu, 0x0000026cu, 0x00000260u, 0x000700f5u, 0x00000010u, 0x0000035fu, - 0x0000035bu, 0x0000025bu, 0x00000266u, 0x00000260u, 0x000700f5u, 0x00000010u, 0x0000035eu, 0x0000035au, - 0x0000025bu, 0x00000274u, 0x00000260u, 0x000700f5u, 0x00000010u, 0x0000035du, 0x00000359u, 0x0000025bu, - 0x00000270u, 0x00000260u, 0x00050051u, 0x00000009u, 0x00000278u, 0x00000225u, 0x00000003u, 0x000500aau, - 0x0000002eu, 0x00000279u, 0x00000278u, 0x0000002du, 0x000300f7u, 0x0000028fu, 0x00000000u, 0x000400fau, - 0x00000279u, 0x0000027au, 0x0000028fu, 0x000200f8u, 0x0000027au, 0x0008004fu, 0x00000010u, 0x0000027du, - 0x00000225u, 0x00000225u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0007000cu, 0x00000010u, 0x0000027fu, - 0x00000001u, 0x00000029u, 0x0000027du, 0x0000035du, 0x0007000cu, 0x00000010u, 0x00000280u, 0x00000001u, - 0x00000026u, 0x0000035fu, 0x0000027fu, 0x0007000cu, 0x00000010u, 0x00000285u, 0x00000001u, 0x00000026u, - 0x0000027du, 0x0000035eu, 0x0007000cu, 0x00000010u, 0x00000286u, 0x00000001u, 0x00000029u, 0x00000360u, - 0x00000285u, 0x0007000cu, 0x00000010u, 0x0000028au, 0x00000001u, 0x00000026u, 0x0000027du, 0x0000035du, - 0x0007000cu, 0x00000010u, 0x0000028eu, 0x00000001u, 0x00000029u, 0x0000027du, 0x0000035eu, 0x000200f9u, - 0x0000028fu, 0x000200f8u, 0x0000028fu, 0x000700f5u, 0x00000010u, 0x00000364u, 0x00000360u, 0x00000275u, - 0x00000286u, 0x0000027au, 0x000700f5u, 0x00000010u, 0x00000363u, 0x0000035fu, 0x00000275u, 0x00000280u, - 0x0000027au, 0x000700f5u, 0x00000010u, 0x00000362u, 0x0000035eu, 0x00000275u, 0x0000028eu, 0x0000027au, - 0x000700f5u, 0x00000010u, 0x00000361u, 0x0000035du, 0x00000275u, 0x0000028au, 0x0000027au, 0x00050051u, - 0x00000009u, 0x00000292u, 0x0000022eu, 0x00000003u, 0x000500aau, 0x0000002eu, 0x00000293u, 0x00000292u, - 0x0000002du, 0x000300f7u, 0x000002a9u, 0x00000000u, 0x000400fau, 0x00000293u, 0x00000294u, 0x000002a9u, - 0x000200f8u, 0x00000294u, 0x0008004fu, 0x00000010u, 0x00000297u, 0x0000022eu, 0x0000022eu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0007000cu, 0x00000010u, 0x00000299u, 0x00000001u, 0x00000029u, 0x00000297u, - 0x00000361u, 0x0007000cu, 0x00000010u, 0x0000029au, 0x00000001u, 0x00000026u, 0x00000363u, 0x00000299u, - 0x0007000cu, 0x00000010u, 0x0000029fu, 0x00000001u, 0x00000026u, 0x00000297u, 0x00000362u, 0x0007000cu, - 0x00000010u, 0x000002a0u, 0x00000001u, 0x00000029u, 0x00000364u, 0x0000029fu, 0x0007000cu, 0x00000010u, - 0x000002a4u, 0x00000001u, 0x00000026u, 0x00000297u, 0x00000361u, 0x0007000cu, 0x00000010u, 0x000002a8u, - 0x00000001u, 0x00000029u, 0x00000297u, 0x00000362u, 0x000200f9u, 0x000002a9u, 0x000200f8u, 0x000002a9u, - 0x000700f5u, 0x00000010u, 0x00000368u, 0x00000364u, 0x0000028fu, 0x000002a0u, 0x00000294u, 0x000700f5u, - 0x00000010u, 0x00000367u, 0x00000363u, 0x0000028fu, 0x0000029au, 0x00000294u, 0x000700f5u, 0x00000010u, - 0x00000366u, 0x00000362u, 0x0000028fu, 0x000002a8u, 0x00000294u, 0x000700f5u, 0x00000010u, 0x00000365u, - 0x00000361u, 0x0000028fu, 0x000002a4u, 0x00000294u, 0x00050051u, 0x00000009u, 0x000002acu, 0x00000237u, - 0x00000003u, 0x000500aau, 0x0000002eu, 0x000002adu, 0x000002acu, 0x0000002du, 0x000300f7u, 0x000002c3u, - 0x00000000u, 0x000400fau, 0x000002adu, 0x000002aeu, 0x000002c3u, 0x000200f8u, 0x000002aeu, 0x0008004fu, - 0x00000010u, 0x000002b1u, 0x00000237u, 0x00000237u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0007000cu, - 0x00000010u, 0x000002b3u, 0x00000001u, 0x00000029u, 0x000002b1u, 0x00000365u, 0x0007000cu, 0x00000010u, - 0x000002b4u, 0x00000001u, 0x00000026u, 0x00000367u, 0x000002b3u, 0x0007000cu, 0x00000010u, 0x000002b9u, - 0x00000001u, 0x00000026u, 0x000002b1u, 0x00000366u, 0x0007000cu, 0x00000010u, 0x000002bau, 0x00000001u, - 0x00000029u, 0x00000368u, 0x000002b9u, 0x0007000cu, 0x00000010u, 0x000002beu, 0x00000001u, 0x00000026u, - 0x000002b1u, 0x00000365u, 0x0007000cu, 0x00000010u, 0x000002c2u, 0x00000001u, 0x00000029u, 0x000002b1u, - 0x00000366u, 0x000200f9u, 0x000002c3u, 0x000200f8u, 0x000002c3u, 0x000700f5u, 0x00000010u, 0x0000036cu, - 0x00000368u, 0x000002a9u, 0x000002bau, 0x000002aeu, 0x000700f5u, 0x00000010u, 0x0000036bu, 0x00000367u, - 0x000002a9u, 0x000002b4u, 0x000002aeu, 0x000700f5u, 0x00000010u, 0x0000036au, 0x00000366u, 0x000002a9u, - 0x000002c2u, 0x000002aeu, 0x000700f5u, 0x00000010u, 0x00000369u, 0x00000365u, 0x000002a9u, 0x000002beu, - 0x000002aeu, 0x00050051u, 0x00000009u, 0x000002c6u, 0x00000240u, 0x00000003u, 0x000500aau, 0x0000002eu, - 0x000002c7u, 0x000002c6u, 0x0000002du, 0x000300f7u, 0x000002ddu, 0x00000000u, 0x000400fau, 0x000002c7u, - 0x000002c8u, 0x000002ddu, 0x000200f8u, 0x000002c8u, 0x0008004fu, 0x00000010u, 0x000002cbu, 0x00000240u, - 0x00000240u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0007000cu, 0x00000010u, 0x000002cdu, 0x00000001u, - 0x00000029u, 0x000002cbu, 0x00000369u, 0x0007000cu, 0x00000010u, 0x000002ceu, 0x00000001u, 0x00000026u, - 0x0000036bu, 0x000002cdu, 0x0007000cu, 0x00000010u, 0x000002d3u, 0x00000001u, 0x00000026u, 0x000002cbu, - 0x0000036au, 0x0007000cu, 0x00000010u, 0x000002d4u, 0x00000001u, 0x00000029u, 0x0000036cu, 0x000002d3u, - 0x0007000cu, 0x00000010u, 0x000002d8u, 0x00000001u, 0x00000026u, 0x000002cbu, 0x00000369u, 0x0007000cu, - 0x00000010u, 0x000002dcu, 0x00000001u, 0x00000029u, 0x000002cbu, 0x0000036au, 0x000200f9u, 0x000002ddu, - 0x000200f8u, 0x000002ddu, 0x000700f5u, 0x00000010u, 0x00000370u, 0x0000036cu, 0x000002c3u, 0x000002d4u, - 0x000002c8u, 0x000700f5u, 0x00000010u, 0x0000036fu, 0x0000036bu, 0x000002c3u, 0x000002ceu, 0x000002c8u, - 0x000700f5u, 0x00000010u, 0x0000036eu, 0x0000036au, 0x000002c3u, 0x000002dcu, 0x000002c8u, 0x000700f5u, - 0x00000010u, 0x0000036du, 0x00000369u, 0x000002c3u, 0x000002d8u, 0x000002c8u, 0x000300f7u, 0x000002f7u, - 0x00000000u, 0x000400fau, 0x00000279u, 0x000002e2u, 0x000002f7u, 0x000200f8u, 0x000002e2u, 0x0008004fu, - 0x00000010u, 0x000002e5u, 0x00000225u, 0x00000225u, 0x00000000u, 0x00000001u, 0x00000002u, 0x0007000cu, - 0x00000010u, 0x000002e7u, 0x00000001u, 0x00000029u, 0x000002e5u, 0x00000365u, 0x0007000cu, 0x00000010u, - 0x000002e8u, 0x00000001u, 0x00000026u, 0x00000367u, 0x000002e7u, 0x0007000cu, 0x00000010u, 0x000002edu, - 0x00000001u, 0x00000026u, 0x000002e5u, 0x00000366u, 0x0007000cu, 0x00000010u, 0x000002eeu, 0x00000001u, - 0x00000029u, 0x00000368u, 0x000002edu, 0x0007000cu, 0x00000010u, 0x000002f2u, 0x00000001u, 0x00000026u, - 0x000002e5u, 0x00000365u, 0x0007000cu, 0x00000010u, 0x000002f6u, 0x00000001u, 0x00000029u, 0x000002e5u, - 0x00000366u, 0x000200f9u, 0x000002f7u, 0x000200f8u, 0x000002f7u, 0x000700f5u, 0x00000010u, 0x0000037cu, - 0x00000368u, 0x000002ddu, 0x000002eeu, 0x000002e2u, 0x000700f5u, 0x00000010u, 0x0000037bu, 0x00000367u, - 0x000002ddu, 0x000002e8u, 0x000002e2u, 0x000700f5u, 0x00000010u, 0x0000037au, 0x00000366u, 0x000002ddu, - 0x000002f6u, 0x000002e2u, 0x000700f5u, 0x00000010u, 0x00000379u, 0x00000365u, 0x000002ddu, 0x000002f2u, - 0x000002e2u, 0x000300f7u, 0x00000311u, 0x00000000u, 0x000400fau, 0x00000293u, 0x000002fcu, 0x00000311u, - 0x000200f8u, 0x000002fcu, 0x0008004fu, 0x00000010u, 0x000002ffu, 0x0000022eu, 0x0000022eu, 0x00000000u, - 0x00000001u, 0x00000002u, 0x0007000cu, 0x00000010u, 0x00000301u, 0x00000001u, 0x00000029u, 0x000002ffu, - 0x00000379u, 0x0007000cu, 0x00000010u, 0x00000302u, 0x00000001u, 0x00000026u, 0x0000037bu, 0x00000301u, - 0x0007000cu, 0x00000010u, 0x00000307u, 0x00000001u, 0x00000026u, 0x000002ffu, 0x0000037au, 0x0007000cu, - 0x00000010u, 0x00000308u, 0x00000001u, 0x00000029u, 0x0000037cu, 0x00000307u, 0x0007000cu, 0x00000010u, - 0x0000030cu, 0x00000001u, 0x00000026u, 0x000002ffu, 0x00000379u, 0x0007000cu, 0x00000010u, 0x00000310u, - 0x00000001u, 0x00000029u, 0x000002ffu, 0x0000037au, 0x000200f9u, 0x00000311u, 0x000200f8u, 0x00000311u, - 0x000700f5u, 0x00000010u, 0x00000380u, 0x0000037cu, 0x000002f7u, 0x00000308u, 0x000002fcu, 0x000700f5u, - 0x00000010u, 0x0000037fu, 0x0000037bu, 0x000002f7u, 0x00000302u, 0x000002fcu, 0x000700f5u, 0x00000010u, - 0x0000037eu, 0x0000037au, 0x000002f7u, 0x00000310u, 0x000002fcu, 0x000700f5u, 0x00000010u, 0x0000037du, - 0x00000379u, 0x000002f7u, 0x0000030cu, 0x000002fcu, 0x000500aau, 0x00000108u, 0x00000109u, 0x00000060u, - 0x0000036du, 0x000600a9u, 0x00000010u, 0x0000010au, 0x00000109u, 0x0000036du, 0x0000036fu, 0x000500aau, - 0x00000108u, 0x00000110u, 0x00000060u, 0x0000036eu, 0x000600a9u, 0x00000010u, 0x00000111u, 0x00000110u, - 0x0000036eu, 0x00000370u, 0x000500aau, 0x00000108u, 0x00000117u, 0x00000060u, 0x0000037du, 0x000600a9u, - 0x00000010u, 0x00000118u, 0x00000117u, 0x0000037du, 0x0000037fu, 0x000500aau, 0x00000108u, 0x0000011eu, - 0x00000060u, 0x0000037eu, 0x000600a9u, 0x00000010u, 0x0000011fu, 0x0000011eu, 0x0000037eu, 0x00000380u, - 0x00050080u, 0x00000010u, 0x00000123u, 0x0000010au, 0x00000111u, 0x000500c4u, 0x00000010u, 0x00000128u, - 0x00000060u, 0x0000038fu, 0x00050082u, 0x00000010u, 0x00000129u, 0x00000123u, 0x00000128u, 0x00050082u, - 0x00000009u, 0x0000012du, 0x0000002du, 0x0000005au, 0x00060050u, 0x00000010u, 0x00000133u, 0x0000012du, - 0x0000012du, 0x0000012du, 0x00050084u, 0x00000010u, 0x00000134u, 0x00000129u, 0x00000133u, 0x00050080u, - 0x00000010u, 0x00000137u, 0x00000134u, 0x00000390u, 0x000500c2u, 0x00000010u, 0x00000139u, 0x00000137u, - 0x0000038du, 0x00050080u, 0x00000010u, 0x0000013au, 0x00000060u, 0x00000139u, 0x000500c7u, 0x00000010u, - 0x0000013eu, 0x0000013au, 0x00000391u, 0x00050080u, 0x00000010u, 0x00000142u, 0x00000118u, 0x0000011fu, - 0x00050082u, 0x00000010u, 0x00000147u, 0x00000142u, 0x00000128u, 0x00050084u, 0x00000010u, 0x0000014eu, - 0x00000147u, 0x00000133u, 0x00050080u, 0x00000010u, 0x00000150u, 0x0000014eu, 0x00000390u, 0x000500c2u, - 0x00000010u, 0x00000152u, 0x00000150u, 0x0000038du, 0x00050080u, 0x00000010u, 0x00000153u, 0x00000060u, - 0x00000152u, 0x000500c7u, 0x00000010u, 0x00000156u, 0x00000153u, 0x00000391u, 0x000200f9u, 0x0000005du, - 0x000200f8u, 0x00000157u, 0x000300f7u, 0x0000015du, 0x00000000u, 0x000400fau, 0x0000015bu, 0x0000015cu, - 0x000001dau, 0x000200f8u, 0x0000015cu, 0x0008004fu, 0x00000010u, 0x00000162u, 0x0000020au, 0x0000020au, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c2u, 0x00000010u, 0x00000164u, 0x00000162u, 0x0000038du, - 0x0004007cu, 0x0000015eu, 0x00000165u, 0x00000164u, 0x000200f9u, 0x0000016au, 0x000200f8u, 0x0000016au, - 0x000700f5u, 0x0000015eu, 0x00000355u, 0x00000167u, 0x0000015cu, 0x00000358u, 0x0000016du, 0x000700f5u, - 0x00000006u, 0x00000354u, 0x00000068u, 0x0000015cu, 0x0000018eu, 0x0000016du, 0x000500b3u, 0x0000002eu, - 0x00000170u, 0x00000354u, 0x00000023u, 0x000400f6u, 0x0000016cu, 0x0000016du, 0x00000000u, 0x000400fau, - 0x00000170u, 0x0000016bu, 0x0000016cu, 0x000200f8u, 0x0000016bu, 0x000200f9u, 0x00000172u, 0x000200f8u, - 0x00000172u, 0x000700f5u, 0x0000015eu, 0x00000358u, 0x00000355u, 0x0000016bu, 0x0000018au, 0x00000173u, - 0x000700f5u, 0x00000006u, 0x00000356u, 0x00000068u, 0x0000016bu, 0x0000018cu, 0x00000173u, 0x000500b3u, - 0x0000002eu, 0x00000178u, 0x00000356u, 0x0000006du, 0x000400f6u, 0x00000174u, 0x00000173u, 0x00000000u, - 0x000400fau, 0x00000178u, 0x00000173u, 0x00000174u, 0x000200f8u, 0x00000173u, 0x00050050u, 0x00000007u, - 0x0000017cu, 0x00000356u, 0x00000354u, 0x00050080u, 0x00000007u, 0x00000318u, 0x00000054u, 0x0000017cu, - 0x0007005fu, 0x0000000au, 0x00000319u, 0x00000206u, 0x00000318u, 0x00000002u, 0x00000023u, 0x0008004fu, - 0x00000010u, 0x0000017fu, 0x00000319u, 0x00000319u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c2u, - 0x00000010u, 0x00000181u, 0x0000017fu, 0x0000038du, 0x0004007cu, 0x0000015eu, 0x00000182u, 0x00000181u, - 0x00050082u, 0x0000015eu, 0x00000185u, 0x00000182u, 0x00000165u, 0x0008000cu, 0x0000015eu, 0x00000188u, - 0x00000001u, 0x0000002du, 0x00000185u, 0x00000186u, 0x00000187u, 0x00050080u, 0x0000015eu, 0x0000018au, - 0x00000358u, 0x00000188u, 0x00050080u, 0x00000006u, 0x0000018cu, 0x00000356u, 0x0000006du, 0x000200f9u, - 0x00000172u, 0x000200f8u, 0x00000174u, 0x000200f9u, 0x0000016du, 0x000200f8u, 0x0000016du, 0x00050080u, - 0x00000006u, 0x0000018eu, 0x00000354u, 0x0000006du, 0x000200f9u, 0x0000016au, 0x000200f8u, 0x0000016cu, - 0x00050080u, 0x00000007u, 0x00000321u, 0x00000054u, 0x0000007cu, 0x0007005fu, 0x0000000au, 0x00000322u, - 0x00000206u, 0x00000321u, 0x00000002u, 0x00000023u, 0x0008004fu, 0x00000010u, 0x00000193u, 0x00000322u, - 0x00000322u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c2u, 0x00000010u, 0x00000195u, 0x00000193u, - 0x0000038du, 0x0004007cu, 0x0000015eu, 0x00000196u, 0x00000195u, 0x00050082u, 0x0000015eu, 0x00000198u, - 0x00000196u, 0x00000165u, 0x0008000cu, 0x0000015eu, 0x00000199u, 0x00000001u, 0x0000002du, 0x00000198u, - 0x00000186u, 0x00000187u, 0x00050080u, 0x0000015eu, 0x0000019bu, 0x00000355u, 0x00000199u, 0x00050080u, - 0x00000007u, 0x0000032au, 0x00000054u, 0x00000080u, 0x0007005fu, 0x0000000au, 0x0000032bu, 0x00000206u, - 0x0000032au, 0x00000002u, 0x00000023u, 0x0008004fu, 0x00000010u, 0x0000019eu, 0x0000032bu, 0x0000032bu, - 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c2u, 0x00000010u, 0x000001a0u, 0x0000019eu, 0x0000038du, - 0x0004007cu, 0x0000015eu, 0x000001a1u, 0x000001a0u, 0x00050082u, 0x0000015eu, 0x000001a3u, 0x000001a1u, - 0x00000165u, 0x0008000cu, 0x0000015eu, 0x000001a4u, 0x00000001u, 0x0000002du, 0x000001a3u, 0x00000186u, - 0x00000187u, 0x00050080u, 0x0000015eu, 0x000001a6u, 0x0000019bu, 0x000001a4u, 0x00050080u, 0x00000007u, - 0x00000333u, 0x00000054u, 0x000001a7u, 0x0007005fu, 0x0000000au, 0x00000334u, 0x00000206u, 0x00000333u, - 0x00000002u, 0x00000023u, 0x0008004fu, 0x00000010u, 0x000001aau, 0x00000334u, 0x00000334u, 0x00000000u, - 0x00000001u, 0x00000002u, 0x000500c2u, 0x00000010u, 0x000001acu, 0x000001aau, 0x0000038du, 0x0004007cu, - 0x0000015eu, 0x000001adu, 0x000001acu, 0x00050082u, 0x0000015eu, 0x000001afu, 0x000001adu, 0x00000165u, - 0x0008000cu, 0x0000015eu, 0x000001b0u, 0x00000001u, 0x0000002du, 0x000001afu, 0x00000186u, 0x00000187u, - 0x00050080u, 0x0000015eu, 0x000001b2u, 0x000001a6u, 0x000001b0u, 0x000500c7u, 0x00000010u, 0x000001b7u, - 0x00000162u, 0x00000392u, 0x0004007cu, 0x00000010u, 0x000001b9u, 0x000001b2u, 0x00050080u, 0x00000010u, - 0x000001bau, 0x000001b7u, 0x000001b9u, 0x00050080u, 0x00000007u, 0x0000033cu, 0x00000054u, 0x000001bbu, - 0x0007005fu, 0x0000000au, 0x0000033du, 0x00000206u, 0x0000033cu, 0x00000002u, 0x00000023u, 0x0008004fu, - 0x00000010u, 0x000001beu, 0x0000033du, 0x0000033du, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c2u, - 0x00000010u, 0x000001c0u, 0x000001beu, 0x0000038du, 0x0004007cu, 0x0000015eu, 0x000001c1u, 0x000001c0u, - 0x00050082u, 0x0000015eu, 0x000001c3u, 0x000001c1u, 0x00000165u, 0x0008000cu, 0x0000015eu, 0x000001c4u, - 0x00000001u, 0x0000002du, 0x000001c3u, 0x00000186u, 0x00000187u, 0x00050080u, 0x0000015eu, 0x000001c6u, - 0x00000355u, 0x000001c4u, 0x00050080u, 0x00000007u, 0x00000345u, 0x00000054u, 0x000001c7u, 0x0007005fu, - 0x0000000au, 0x00000346u, 0x00000206u, 0x00000345u, 0x00000002u, 0x00000023u, 0x0008004fu, 0x00000010u, - 0x000001cau, 0x00000346u, 0x00000346u, 0x00000000u, 0x00000001u, 0x00000002u, 0x000500c2u, 0x00000010u, - 0x000001ccu, 0x000001cau, 0x0000038du, 0x0004007cu, 0x0000015eu, 0x000001cdu, 0x000001ccu, 0x00050082u, - 0x0000015eu, 0x000001cfu, 0x000001cdu, 0x00000165u, 0x0008000cu, 0x0000015eu, 0x000001d0u, 0x00000001u, - 0x0000002du, 0x000001cfu, 0x00000186u, 0x00000187u, 0x00050080u, 0x0000015eu, 0x000001d2u, 0x000001c6u, - 0x000001d0u, 0x0004007cu, 0x00000010u, 0x000001d8u, 0x000001d2u, 0x00050080u, 0x00000010u, 0x000001d9u, - 0x000001b7u, 0x000001d8u, 0x000200f9u, 0x0000015du, 0x000200f8u, 0x000001dau, 0x0008004fu, 0x00000010u, - 0x000001dcu, 0x0000020au, 0x0000020au, 0x00000000u, 0x00000001u, 0x00000002u, 0x000200f9u, 0x0000015du, - 0x000200f8u, 0x0000015du, 0x000700f5u, 0x00000010u, 0x0000038cu, 0x000001d9u, 0x0000016cu, 0x000001dcu, - 0x000001dau, 0x000700f5u, 0x00000010u, 0x0000038au, 0x000001bau, 0x0000016cu, 0x000001dcu, 0x000001dau, - 0x000200f9u, 0x0000005du, 0x000200f8u, 0x0000005du, 0x000700f5u, 0x00000010u, 0x0000038bu, 0x00000156u, - 0x00000311u, 0x0000038cu, 0x0000015du, 0x000700f5u, 0x00000010u, 0x00000389u, 0x0000013eu, 0x00000311u, - 0x0000038au, 0x0000015du, 0x00050051u, 0x00000009u, 0x000001e4u, 0x00000389u, 0x00000000u, 0x00050051u, - 0x00000009u, 0x000001e5u, 0x00000389u, 0x00000001u, 0x00050051u, 0x00000009u, 0x000001e6u, 0x00000389u, - 0x00000002u, 0x00070050u, 0x0000000au, 0x000001e7u, 0x000001e4u, 0x000001e5u, 0x000001e6u, 0x0000005au, - 0x0003003eu, 0x000001e0u, 0x000001e7u, 0x00050051u, 0x00000009u, 0x000001ecu, 0x0000038bu, 0x00000000u, - 0x00050051u, 0x00000009u, 0x000001edu, 0x0000038bu, 0x00000001u, 0x00050051u, 0x00000009u, 0x000001eeu, - 0x0000038bu, 0x00000002u, 0x00070050u, 0x0000000au, 0x000001efu, 0x000001ecu, 0x000001edu, 0x000001eeu, - 0x0000005au, 0x0003003eu, 0x000001e8u, 0x000001efu, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, - 0x000d000au, 0x00000028u, 0x00000000u, 0x00020011u, 0x00000001u, 0x0006000bu, 0x00000001u, 0x4c534c47u, - 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000004u, - 0x00000004u, 0x6e69616du, 0x00000000u, 0x0000000fu, 0x00000019u, 0x00030010u, 0x00000004u, 0x00000007u, - 0x00040047u, 0x0000000cu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000000cu, 0x00000021u, 0x00000000u, - 0x00040047u, 0x0000000fu, 0x0000000bu, 0x0000000fu, 0x00040047u, 0x00000019u, 0x0000001eu, 0x00000000u, - 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00030016u, 0x00000006u, 0x00000020u, - 0x00040017u, 0x00000007u, 0x00000006u, 0x00000004u, 0x00090019u, 0x0000000au, 0x00000006u, 0x00000001u, - 0x00000000u, 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, 0x00040020u, 0x0000000bu, 0x00000000u, - 0x0000000au, 0x0004003bu, 0x0000000bu, 0x0000000cu, 0x00000000u, 0x00040020u, 0x0000000eu, 0x00000001u, - 0x00000007u, 0x0004003bu, 0x0000000eu, 0x0000000fu, 0x00000001u, 0x00040017u, 0x00000010u, 0x00000006u, - 0x00000002u, 0x00040015u, 0x00000013u, 0x00000020u, 0x00000001u, 0x00040017u, 0x00000014u, 0x00000013u, - 0x00000002u, 0x0004002bu, 0x00000013u, 0x00000016u, 0x00000000u, 0x00040020u, 0x00000018u, 0x00000003u, - 0x00000007u, 0x0004003bu, 0x00000018u, 0x00000019u, 0x00000003u, 0x00040017u, 0x0000001au, 0x00000006u, - 0x00000003u, 0x0004002bu, 0x00000006u, 0x00000023u, 0x00000000u, 0x00050036u, 0x00000002u, 0x00000004u, - 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003du, 0x0000000au, 0x0000000du, 0x0000000cu, - 0x0004003du, 0x00000007u, 0x00000011u, 0x0000000fu, 0x0007004fu, 0x00000010u, 0x00000012u, 0x00000011u, - 0x00000011u, 0x00000000u, 0x00000001u, 0x0004006eu, 0x00000014u, 0x00000015u, 0x00000012u, 0x0007005fu, - 0x00000007u, 0x00000017u, 0x0000000du, 0x00000015u, 0x00000002u, 0x00000016u, 0x0008004fu, 0x0000001au, - 0x0000001cu, 0x00000017u, 0x00000017u, 0x00000000u, 0x00000001u, 0x00000002u, 0x00050051u, 0x00000006u, - 0x00000021u, 0x00000017u, 0x00000003u, 0x0005008eu, 0x0000001au, 0x00000022u, 0x0000001cu, 0x00000021u, - 0x00050051u, 0x00000006u, 0x00000024u, 0x00000022u, 0x00000000u, 0x00050051u, 0x00000006u, 0x00000025u, - 0x00000022u, 0x00000001u, 0x00050051u, 0x00000006u, 0x00000026u, 0x00000022u, 0x00000002u, 0x00070050u, - 0x00000007u, 0x00000027u, 0x00000024u, 0x00000025u, 0x00000026u, 0x00000023u, 0x0003003eu, 0x00000019u, - 0x00000027u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x00000156u, 0x00000000u, - 0x00020011u, 0x00000001u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, - 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, - 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0006000fu, 0x00000005u, - 0x00000004u, 0x6e69616du, 0x00000000u, 0x000000b7u, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000010u, - 0x00000008u, 0x00000001u, 0x00040047u, 0x00000012u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000024u, - 0x00000001u, 0x00000001u, 0x00050048u, 0x0000002eu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x0000002eu, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x0000002eu, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00050048u, 0x0000002eu, 0x00000003u, 0x00000023u, 0x00000010u, 0x00030047u, 0x0000002eu, - 0x00000002u, 0x00040047u, 0x0000003cu, 0x00000001u, 0x00000000u, 0x00040047u, 0x0000004au, 0x00000006u, - 0x00000004u, 0x00040048u, 0x0000004bu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000004bu, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x0000004bu, 0x00000002u, 0x00040047u, 0x0000004du, 0x00000022u, - 0x00000000u, 0x00040047u, 0x0000004du, 0x00000021u, 0x00000001u, 0x00040047u, 0x0000007au, 0x00000006u, - 0x00000002u, 0x00040048u, 0x0000007bu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000007bu, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x0000007bu, 0x00000002u, 0x00040047u, 0x0000007du, 0x00000022u, - 0x00000000u, 0x00040047u, 0x0000007du, 0x00000021u, 0x00000001u, 0x00040047u, 0x00000086u, 0x00000006u, - 0x00000001u, 0x00040048u, 0x00000087u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000087u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00000087u, 0x00000002u, 0x00040047u, 0x00000089u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x00000089u, 0x00000021u, 0x00000002u, 0x00040047u, 0x000000b7u, 0x0000000bu, - 0x0000001cu, 0x00040047u, 0x000000d2u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000000d2u, 0x00000021u, - 0x00000000u, 0x00030047u, 0x000000d2u, 0x00000019u, 0x00040047u, 0x000000d8u, 0x0000000bu, 0x00000019u, - 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, - 0x00000001u, 0x00040017u, 0x00000007u, 0x00000006u, 0x00000002u, 0x00040020u, 0x00000008u, 0x00000007u, - 0x00000007u, 0x00040015u, 0x00000009u, 0x00000020u, 0x00000000u, 0x00040017u, 0x0000000au, 0x00000009u, - 0x00000004u, 0x0004002bu, 0x00000006u, 0x00000011u, 0x00000001u, 0x00040032u, 0x00000006u, 0x00000012u, - 0x00000000u, 0x00060034u, 0x00000006u, 0x00000013u, 0x000000c4u, 0x00000011u, 0x00000012u, 0x00060034u, - 0x00000006u, 0x00000014u, 0x00000082u, 0x00000013u, 0x00000011u, 0x00040020u, 0x0000001au, 0x00000007u, - 0x00000006u, 0x0004002bu, 0x00000009u, 0x0000001cu, 0x00000001u, 0x0004002bu, 0x00000009u, 0x00000020u, - 0x00000000u, 0x00040032u, 0x00000006u, 0x00000024u, 0x00000000u, 0x0004002bu, 0x00000006u, 0x00000025u, - 0x00000003u, 0x00060034u, 0x00000006u, 0x00000026u, 0x000000c7u, 0x00000024u, 0x00000025u, 0x00020014u, - 0x00000027u, 0x00060034u, 0x00000027u, 0x00000028u, 0x000000aau, 0x00000026u, 0x00000025u, 0x0006001eu, - 0x0000002eu, 0x00000006u, 0x00000006u, 0x00000007u, 0x00000007u, 0x00040020u, 0x0000002fu, 0x00000009u, - 0x0000002eu, 0x0004003bu, 0x0000002fu, 0x00000030u, 0x00000009u, 0x00040020u, 0x00000031u, 0x00000009u, - 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000038u, 0x00000000u, 0x00040032u, 0x00000006u, 0x0000003cu, - 0x00000000u, 0x00060034u, 0x00000006u, 0x0000003du, 0x00000082u, 0x0000003cu, 0x00000011u, 0x00060034u, - 0x00000006u, 0x0000003eu, 0x000000c3u, 0x0000003du, 0x00000011u, 0x00060034u, 0x00000006u, 0x0000003fu, - 0x000000c3u, 0x0000003eu, 0x00000011u, 0x0004002bu, 0x00000006u, 0x00000043u, 0x00000002u, 0x00060034u, - 0x00000006u, 0x00000044u, 0x000000c3u, 0x0000003cu, 0x00000043u, 0x00040020u, 0x00000048u, 0x00000007u, - 0x00000009u, 0x0003001du, 0x0000004au, 0x00000009u, 0x0003001eu, 0x0000004bu, 0x0000004au, 0x00040020u, - 0x0000004cu, 0x0000000cu, 0x0000004bu, 0x0004003bu, 0x0000004cu, 0x0000004du, 0x0000000cu, 0x00040020u, - 0x0000004fu, 0x0000000cu, 0x00000009u, 0x00040020u, 0x00000052u, 0x00000007u, 0x0000000au, 0x0004002bu, - 0x00000009u, 0x00000056u, 0x00000018u, 0x0004002bu, 0x00000009u, 0x00000057u, 0x00000010u, 0x0004002bu, - 0x00000009u, 0x00000058u, 0x00000008u, 0x0004002bu, 0x00000009u, 0x00000059u, 0x00000005u, 0x0007002cu, - 0x0000000au, 0x0000005au, 0x00000056u, 0x00000057u, 0x00000058u, 0x00000059u, 0x0004002bu, 0x00000009u, - 0x0000005cu, 0x000000ffu, 0x0004002bu, 0x00000009u, 0x0000005du, 0x00000007u, 0x0007002cu, 0x0000000au, - 0x0000005eu, 0x0000005cu, 0x0000005cu, 0x0000005cu, 0x0000005du, 0x00060034u, 0x00000006u, 0x00000061u, - 0x000000c7u, 0x00000024u, 0x00000025u, 0x00060034u, 0x00000027u, 0x00000062u, 0x000000aau, 0x00000061u, - 0x00000043u, 0x00060034u, 0x00000006u, 0x00000074u, 0x000000c3u, 0x0000003cu, 0x00000011u, 0x00040015u, - 0x00000079u, 0x00000010u, 0x00000000u, 0x0003001du, 0x0000007au, 0x00000079u, 0x0003001eu, 0x0000007bu, - 0x0000007au, 0x00040020u, 0x0000007cu, 0x0000000cu, 0x0000007bu, 0x0004003bu, 0x0000007cu, 0x0000007du, - 0x0000000cu, 0x00040020u, 0x00000080u, 0x0000000cu, 0x00000079u, 0x00040015u, 0x00000085u, 0x00000008u, - 0x00000000u, 0x0003001du, 0x00000086u, 0x00000085u, 0x0003001eu, 0x00000087u, 0x00000086u, 0x00040020u, - 0x00000088u, 0x0000000cu, 0x00000087u, 0x0004003bu, 0x00000088u, 0x00000089u, 0x0000000cu, 0x00040020u, - 0x0000008bu, 0x0000000cu, 0x00000085u, 0x0004002bu, 0x00000009u, 0x00000092u, 0x000000f8u, 0x0004002bu, - 0x00000009u, 0x00000096u, 0x00000003u, 0x0004002bu, 0x00000009u, 0x0000009bu, 0x00000002u, 0x0007002cu, - 0x0000000au, 0x000000aau, 0x00000020u, 0x00000020u, 0x00000020u, 0x00000020u, 0x0004002bu, 0x00000006u, - 0x000000abu, 0x00020000u, 0x00060034u, 0x00000006u, 0x000000acu, 0x000000c7u, 0x00000024u, 0x000000abu, - 0x00060034u, 0x00000027u, 0x000000adu, 0x000000abu, 0x000000acu, 0x00000038u, 0x00050034u, 0x00000027u, - 0x000000aeu, 0x000000a8u, 0x000000adu, 0x00040017u, 0x000000b5u, 0x00000009u, 0x00000003u, 0x00040020u, - 0x000000b6u, 0x00000001u, 0x000000b5u, 0x0004003bu, 0x000000b6u, 0x000000b7u, 0x00000001u, 0x00040017u, - 0x000000b8u, 0x00000009u, 0x00000002u, 0x00040020u, 0x000000bbu, 0x00000009u, 0x00000007u, 0x00040017u, - 0x000000bfu, 0x00000027u, 0x00000002u, 0x00090019u, 0x000000d0u, 0x00000009u, 0x00000001u, 0x00000000u, - 0x00000000u, 0x00000000u, 0x00000002u, 0x00000020u, 0x00040020u, 0x000000d1u, 0x00000000u, 0x000000d0u, - 0x0004003bu, 0x000000d1u, 0x000000d2u, 0x00000000u, 0x0006002cu, 0x000000b5u, 0x000000d8u, 0x00000057u, - 0x00000058u, 0x0000001cu, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, - 0x00000005u, 0x0004003bu, 0x00000008u, 0x000000edu, 0x00000007u, 0x0004003bu, 0x00000052u, 0x000000f1u, - 0x00000007u, 0x0004003bu, 0x00000008u, 0x000000cdu, 0x00000007u, 0x000300f7u, 0x000000e7u, 0x00000000u, - 0x000300fbu, 0x00000020u, 0x000000e8u, 0x000200f8u, 0x000000e8u, 0x0004003du, 0x000000b5u, 0x000000b9u, - 0x000000b7u, 0x0007004fu, 0x000000b8u, 0x000000bau, 0x000000b9u, 0x000000b9u, 0x00000000u, 0x00000001u, - 0x00050041u, 0x000000bbu, 0x000000bcu, 0x00000030u, 0x00000025u, 0x0004003du, 0x00000007u, 0x000000bdu, - 0x000000bcu, 0x0004007cu, 0x000000b8u, 0x000000beu, 0x000000bdu, 0x000500aeu, 0x000000bfu, 0x000000c0u, - 0x000000bau, 0x000000beu, 0x0004009au, 0x00000027u, 0x000000c1u, 0x000000c0u, 0x000300f7u, 0x000000c3u, - 0x00000000u, 0x000400fau, 0x000000c1u, 0x000000c2u, 0x000000c3u, 0x000200f8u, 0x000000c2u, 0x000200f9u, - 0x000000e7u, 0x000200f8u, 0x000000c3u, 0x0004007cu, 0x00000007u, 0x000000c8u, 0x000000bau, 0x00050041u, - 0x000000bbu, 0x000000c9u, 0x00000030u, 0x00000043u, 0x0004003du, 0x00000007u, 0x000000cau, 0x000000c9u, - 0x00050080u, 0x00000007u, 0x000000cbu, 0x000000c8u, 0x000000cau, 0x00050050u, 0x00000007u, 0x000000fcu, - 0x00000014u, 0x00000014u, 0x000500c7u, 0x00000007u, 0x000000fdu, 0x000000cbu, 0x000000fcu, 0x0003003eu, - 0x000000edu, 0x000000fdu, 0x00050050u, 0x00000007u, 0x000000ffu, 0x00000012u, 0x00000012u, 0x000500c3u, - 0x00000007u, 0x00000100u, 0x000000cbu, 0x000000ffu, 0x0003003eu, 0x000000cdu, 0x00000100u, 0x00050041u, - 0x0000001au, 0x00000101u, 0x000000edu, 0x0000001cu, 0x0004003du, 0x00000006u, 0x00000102u, 0x00000101u, - 0x00050084u, 0x00000006u, 0x00000103u, 0x00000102u, 0x00000013u, 0x00050041u, 0x0000001au, 0x00000104u, - 0x000000edu, 0x00000020u, 0x0004003du, 0x00000006u, 0x00000105u, 0x00000104u, 0x00050080u, 0x00000006u, - 0x00000106u, 0x00000103u, 0x00000105u, 0x000300f7u, 0x00000151u, 0x00000000u, 0x000400fau, 0x00000028u, - 0x00000107u, 0x00000120u, 0x000200f8u, 0x00000107u, 0x00050041u, 0x0000001au, 0x00000108u, 0x000000cdu, - 0x0000001cu, 0x0004003du, 0x00000006u, 0x00000109u, 0x00000108u, 0x00050041u, 0x00000031u, 0x0000010au, - 0x00000030u, 0x00000011u, 0x0004003du, 0x00000006u, 0x0000010bu, 0x0000010au, 0x00050084u, 0x00000006u, - 0x0000010cu, 0x00000109u, 0x0000010bu, 0x00050041u, 0x0000001au, 0x0000010du, 0x000000cdu, 0x00000020u, - 0x0004003du, 0x00000006u, 0x0000010eu, 0x0000010du, 0x00050080u, 0x00000006u, 0x0000010fu, 0x0000010cu, - 0x0000010eu, 0x00050041u, 0x00000031u, 0x00000110u, 0x00000030u, 0x00000038u, 0x0004003du, 0x00000006u, - 0x00000111u, 0x00000110u, 0x00050080u, 0x00000006u, 0x00000112u, 0x0000010fu, 0x00000111u, 0x000500c7u, - 0x00000006u, 0x00000114u, 0x00000112u, 0x0000003fu, 0x00050084u, 0x00000006u, 0x00000116u, 0x00000106u, - 0x00000044u, 0x00050080u, 0x00000006u, 0x00000118u, 0x00000114u, 0x00000116u, 0x00060041u, 0x0000004fu, - 0x0000011au, 0x0000004du, 0x00000038u, 0x00000118u, 0x0004003du, 0x00000009u, 0x0000011bu, 0x0000011au, - 0x00070050u, 0x0000000au, 0x0000011du, 0x0000011bu, 0x0000011bu, 0x0000011bu, 0x0000011bu, 0x000500c2u, - 0x0000000au, 0x0000011eu, 0x0000011du, 0x0000005au, 0x000500c7u, 0x0000000au, 0x0000011fu, 0x0000011eu, - 0x0000005eu, 0x0003003eu, 0x000000f1u, 0x0000011fu, 0x000200f9u, 0x00000151u, 0x000200f8u, 0x00000120u, - 0x000300f7u, 0x00000150u, 0x00000000u, 0x000400fau, 0x00000062u, 0x00000121u, 0x0000014fu, 0x000200f8u, - 0x00000121u, 0x00050041u, 0x0000001au, 0x00000122u, 0x000000cdu, 0x0000001cu, 0x0004003du, 0x00000006u, - 0x00000123u, 0x00000122u, 0x00050041u, 0x00000031u, 0x00000124u, 0x00000030u, 0x00000011u, 0x0004003du, - 0x00000006u, 0x00000125u, 0x00000124u, 0x00050084u, 0x00000006u, 0x00000126u, 0x00000123u, 0x00000125u, - 0x00050041u, 0x0000001au, 0x00000127u, 0x000000cdu, 0x00000020u, 0x0004003du, 0x00000006u, 0x00000128u, - 0x00000127u, 0x00050080u, 0x00000006u, 0x00000129u, 0x00000126u, 0x00000128u, 0x00050041u, 0x00000031u, - 0x0000012au, 0x00000030u, 0x00000038u, 0x0004003du, 0x00000006u, 0x0000012bu, 0x0000012au, 0x00050080u, - 0x00000006u, 0x0000012cu, 0x00000129u, 0x0000012bu, 0x000500c7u, 0x00000006u, 0x0000012eu, 0x0000012cu, - 0x0000003eu, 0x00050084u, 0x00000006u, 0x00000130u, 0x00000106u, 0x00000074u, 0x00050080u, 0x00000006u, - 0x00000132u, 0x0000012eu, 0x00000130u, 0x000500c6u, 0x00000006u, 0x00000134u, 0x00000132u, 0x00000011u, - 0x00060041u, 0x00000080u, 0x00000135u, 0x0000007du, 0x00000038u, 0x00000134u, 0x0004003du, 0x00000079u, - 0x00000136u, 0x00000135u, 0x00040071u, 0x00000009u, 0x00000137u, 0x00000136u, 0x00060041u, 0x0000008bu, - 0x00000139u, 0x00000089u, 0x00000038u, 0x00000132u, 0x0004003du, 0x00000085u, 0x0000013au, 0x00000139u, - 0x00040071u, 0x00000009u, 0x0000013bu, 0x0000013au, 0x000500c2u, 0x00000009u, 0x0000013du, 0x00000137u, - 0x00000058u, 0x000500c7u, 0x00000009u, 0x0000013eu, 0x0000013du, 0x00000092u, 0x000500c2u, 0x00000009u, - 0x00000140u, 0x00000137u, 0x00000096u, 0x000500c7u, 0x00000009u, 0x00000141u, 0x00000140u, 0x00000092u, - 0x000500c4u, 0x00000009u, 0x00000143u, 0x00000137u, 0x0000009bu, 0x000500c7u, 0x00000009u, 0x00000144u, - 0x00000143u, 0x00000092u, 0x000500c7u, 0x00000009u, 0x00000146u, 0x00000137u, 0x0000001cu, 0x000500c4u, - 0x00000009u, 0x00000147u, 0x00000146u, 0x0000009bu, 0x000500c5u, 0x00000009u, 0x00000149u, 0x00000147u, - 0x0000013bu, 0x00070050u, 0x0000000au, 0x0000014eu, 0x0000013eu, 0x00000141u, 0x00000144u, 0x00000149u, - 0x0003003eu, 0x000000f1u, 0x0000014eu, 0x000200f9u, 0x00000150u, 0x000200f8u, 0x0000014fu, 0x0003003eu, - 0x000000f1u, 0x000000aau, 0x000200f9u, 0x00000150u, 0x000200f8u, 0x00000150u, 0x000200f9u, 0x00000151u, - 0x000200f8u, 0x00000151u, 0x000300f7u, 0x00000154u, 0x00000000u, 0x000400fau, 0x000000aeu, 0x00000152u, - 0x00000154u, 0x000200f8u, 0x00000152u, 0x00050041u, 0x00000048u, 0x00000153u, 0x000000f1u, 0x00000096u, - 0x0003003eu, 0x00000153u, 0x0000005du, 0x000200f9u, 0x00000154u, 0x000200f8u, 0x00000154u, 0x0004003du, - 0x0000000au, 0x00000155u, 0x000000f1u, 0x0004003du, 0x000000d0u, 0x000000d3u, 0x000000d2u, 0x00040063u, - 0x000000d3u, 0x000000c8u, 0x00000155u, 0x000200f9u, 0x000000e7u, 0x000200f8u, 0x000000e7u, 0x000100fdu, - 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x00000066u, 0x00000000u, 0x00020011u, 0x00000001u, - 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, - 0x00000001u, 0x0007000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000013u, 0x00000025u, - 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00040047u, 0x0000000bu, - 0x00000006u, 0x00000010u, 0x00050048u, 0x0000000cu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x0000000cu, 0x00000002u, 0x00040047u, 0x0000000eu, 0x00000022u, 0x00000001u, 0x00040047u, 0x0000000eu, - 0x00000021u, 0x00000000u, 0x00040047u, 0x00000013u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x00000021u, - 0x00000001u, 0x00000001u, 0x00040047u, 0x00000025u, 0x0000000bu, 0x0000001du, 0x00040047u, 0x0000002au, - 0x00000006u, 0x00000004u, 0x00040048u, 0x0000002bu, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000002bu, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000002bu, 0x00000002u, 0x00040047u, 0x0000002du, - 0x00000022u, 0x00000000u, 0x00040047u, 0x0000002du, 0x00000021u, 0x00000002u, 0x00040047u, 0x0000003fu, - 0x00000006u, 0x00000004u, 0x00040048u, 0x00000040u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000040u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000040u, 0x00000002u, 0x00040047u, 0x00000042u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000042u, 0x00000021u, 0x00000001u, 0x00040047u, 0x00000046u, - 0x00000006u, 0x00000004u, 0x00050048u, 0x00000047u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x00000047u, 0x00000002u, 0x00040047u, 0x00000049u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000049u, - 0x00000021u, 0x00000000u, 0x00040047u, 0x00000061u, 0x00000001u, 0x00000000u, 0x00040047u, 0x00000063u, - 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, - 0x00000006u, 0x00000020u, 0x00000000u, 0x00040017u, 0x00000009u, 0x00000006u, 0x00000004u, 0x0004002bu, - 0x00000006u, 0x0000000au, 0x00000400u, 0x0004001cu, 0x0000000bu, 0x00000009u, 0x0000000au, 0x0003001eu, - 0x0000000cu, 0x0000000bu, 0x00040020u, 0x0000000du, 0x00000002u, 0x0000000cu, 0x0004003bu, 0x0000000du, - 0x0000000eu, 0x00000002u, 0x00040015u, 0x0000000fu, 0x00000020u, 0x00000001u, 0x0004002bu, 0x0000000fu, - 0x00000010u, 0x00000000u, 0x00040017u, 0x00000011u, 0x00000006u, 0x00000003u, 0x00040020u, 0x00000012u, - 0x00000001u, 0x00000011u, 0x0004003bu, 0x00000012u, 0x00000013u, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x00000014u, 0x00000000u, 0x00040020u, 0x00000015u, 0x00000001u, 0x00000006u, 0x0004002bu, 0x00000006u, - 0x00000018u, 0x00000002u, 0x0004002bu, 0x00000006u, 0x0000001cu, 0x00000003u, 0x00040020u, 0x0000001eu, - 0x00000002u, 0x00000006u, 0x00040032u, 0x0000000fu, 0x00000021u, 0x00000100u, 0x00060034u, 0x00000006u, - 0x00000022u, 0x00000080u, 0x00000021u, 0x00000014u, 0x0004003bu, 0x00000015u, 0x00000025u, 0x00000001u, - 0x0003001du, 0x0000002au, 0x00000006u, 0x0003001eu, 0x0000002bu, 0x0000002au, 0x00040020u, 0x0000002cu, - 0x0000000cu, 0x0000002bu, 0x0004003bu, 0x0000002cu, 0x0000002du, 0x0000000cu, 0x00040020u, 0x0000002fu, - 0x0000000cu, 0x00000006u, 0x0004002bu, 0x00000006u, 0x00000033u, 0xffffffffu, 0x00020014u, 0x00000034u, - 0x0003001du, 0x0000003fu, 0x00000006u, 0x0003001eu, 0x00000040u, 0x0000003fu, 0x00040020u, 0x00000041u, - 0x0000000cu, 0x00000040u, 0x0004003bu, 0x00000041u, 0x00000042u, 0x0000000cu, 0x0003001du, 0x00000046u, - 0x00000006u, 0x0003001eu, 0x00000047u, 0x00000046u, 0x00040020u, 0x00000048u, 0x0000000cu, 0x00000047u, - 0x0004003bu, 0x00000048u, 0x00000049u, 0x0000000cu, 0x00040032u, 0x00000006u, 0x00000061u, 0x00000001u, - 0x0004002bu, 0x00000006u, 0x00000062u, 0x00000001u, 0x00060033u, 0x00000011u, 0x00000063u, 0x00000061u, - 0x00000062u, 0x00000062u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, - 0x00000005u, 0x000300f7u, 0x00000064u, 0x00000000u, 0x000300fbu, 0x00000014u, 0x00000065u, 0x000200f8u, - 0x00000065u, 0x00050041u, 0x00000015u, 0x00000016u, 0x00000013u, 0x00000014u, 0x0004003du, 0x00000006u, - 0x00000017u, 0x00000016u, 0x000500c2u, 0x00000006u, 0x00000019u, 0x00000017u, 0x00000018u, 0x000500c7u, - 0x00000006u, 0x0000001du, 0x00000017u, 0x0000001cu, 0x00070041u, 0x0000001eu, 0x0000001fu, 0x0000000eu, - 0x00000010u, 0x00000019u, 0x0000001du, 0x0004003du, 0x00000006u, 0x00000020u, 0x0000001fu, 0x00050084u, - 0x00000006u, 0x00000024u, 0x00000020u, 0x00000022u, 0x0004003du, 0x00000006u, 0x00000026u, 0x00000025u, - 0x00050080u, 0x00000006u, 0x00000028u, 0x00000024u, 0x00000026u, 0x00060041u, 0x0000002fu, 0x00000030u, - 0x0000002du, 0x00000010u, 0x00000028u, 0x0004003du, 0x00000006u, 0x00000031u, 0x00000030u, 0x000500aau, - 0x00000034u, 0x00000035u, 0x00000031u, 0x00000033u, 0x000300f7u, 0x00000037u, 0x00000000u, 0x000400fau, - 0x00000035u, 0x00000036u, 0x00000039u, 0x000200f8u, 0x00000036u, 0x000200f9u, 0x00000064u, 0x000200f8u, - 0x00000039u, 0x000500aau, 0x00000034u, 0x0000003bu, 0x00000031u, 0x00000014u, 0x000300f7u, 0x0000003du, - 0x00000000u, 0x000400fau, 0x0000003bu, 0x0000003cu, 0x0000004du, 0x000200f8u, 0x0000003cu, 0x00060041u, - 0x0000002fu, 0x00000044u, 0x00000042u, 0x00000010u, 0x00000028u, 0x0004003du, 0x00000006u, 0x00000045u, - 0x00000044u, 0x00060041u, 0x0000002fu, 0x0000004cu, 0x00000049u, 0x00000010u, 0x00000028u, 0x0003003eu, - 0x0000004cu, 0x00000045u, 0x000200f9u, 0x0000003du, 0x000200f8u, 0x0000004du, 0x00060041u, 0x0000002fu, - 0x00000050u, 0x00000049u, 0x00000010u, 0x00000028u, 0x0004003du, 0x00000006u, 0x00000051u, 0x00000050u, - 0x00060041u, 0x0000002fu, 0x00000054u, 0x00000042u, 0x00000010u, 0x00000028u, 0x0004003du, 0x00000006u, - 0x00000055u, 0x00000054u, 0x000500c7u, 0x00000006u, 0x00000058u, 0x00000051u, 0x00000031u, 0x000400c8u, - 0x00000006u, 0x0000005bu, 0x00000031u, 0x000500c7u, 0x00000006u, 0x0000005cu, 0x00000055u, 0x0000005bu, - 0x000500c5u, 0x00000006u, 0x0000005du, 0x00000058u, 0x0000005cu, 0x0003003eu, 0x00000050u, 0x0000005du, - 0x000200f9u, 0x0000003du, 0x000200f8u, 0x0000003du, 0x000200f9u, 0x00000037u, 0x000200f8u, 0x00000037u, - 0x000200f9u, 0x00000064u, 0x000200f8u, 0x00000064u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, - 0x000d000au, 0x00000032u, 0x00000000u, 0x00020011u, 0x00000001u, 0x0006000bu, 0x00000001u, 0x4c534c47u, - 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000005u, - 0x00000004u, 0x6e69616du, 0x00000000u, 0x00000013u, 0x0000002au, 0x00060010u, 0x00000004u, 0x00000011u, - 0x00000001u, 0x00000001u, 0x00000001u, 0x00040047u, 0x0000000bu, 0x00000006u, 0x00000010u, 0x00050048u, - 0x0000000cu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000000cu, 0x00000002u, 0x00040047u, - 0x0000000eu, 0x00000022u, 0x00000001u, 0x00040047u, 0x0000000eu, 0x00000021u, 0x00000000u, 0x00040047u, - 0x00000013u, 0x0000000bu, 0x0000001au, 0x00040047u, 0x00000021u, 0x00000001u, 0x00000001u, 0x00040047u, - 0x00000025u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000026u, 0x00000000u, 0x00000019u, 0x00050048u, - 0x00000026u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000026u, 0x00000002u, 0x00040047u, - 0x00000028u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000028u, 0x00000021u, 0x00000000u, 0x00040047u, - 0x0000002au, 0x0000000bu, 0x0000001du, 0x00040047u, 0x0000002fu, 0x00000001u, 0x00000000u, 0x00040047u, - 0x00000031u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, - 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040017u, 0x00000009u, 0x00000006u, 0x00000004u, - 0x0004002bu, 0x00000006u, 0x0000000au, 0x00000400u, 0x0004001cu, 0x0000000bu, 0x00000009u, 0x0000000au, - 0x0003001eu, 0x0000000cu, 0x0000000bu, 0x00040020u, 0x0000000du, 0x00000002u, 0x0000000cu, 0x0004003bu, - 0x0000000du, 0x0000000eu, 0x00000002u, 0x00040015u, 0x0000000fu, 0x00000020u, 0x00000001u, 0x0004002bu, - 0x0000000fu, 0x00000010u, 0x00000000u, 0x00040017u, 0x00000011u, 0x00000006u, 0x00000003u, 0x00040020u, - 0x00000012u, 0x00000001u, 0x00000011u, 0x0004003bu, 0x00000012u, 0x00000013u, 0x00000001u, 0x0004002bu, - 0x00000006u, 0x00000014u, 0x00000000u, 0x00040020u, 0x00000015u, 0x00000001u, 0x00000006u, 0x0004002bu, - 0x00000006u, 0x00000018u, 0x00000002u, 0x0004002bu, 0x00000006u, 0x0000001cu, 0x00000003u, 0x00040020u, - 0x0000001eu, 0x00000002u, 0x00000006u, 0x00040032u, 0x0000000fu, 0x00000021u, 0x00000100u, 0x00060034u, - 0x00000006u, 0x00000022u, 0x00000080u, 0x00000021u, 0x00000014u, 0x0003001du, 0x00000025u, 0x00000006u, - 0x0003001eu, 0x00000026u, 0x00000025u, 0x00040020u, 0x00000027u, 0x0000000cu, 0x00000026u, 0x0004003bu, - 0x00000027u, 0x00000028u, 0x0000000cu, 0x0004003bu, 0x00000015u, 0x0000002au, 0x00000001u, 0x00040020u, - 0x0000002du, 0x0000000cu, 0x00000006u, 0x00040032u, 0x00000006u, 0x0000002fu, 0x00000001u, 0x0004002bu, - 0x00000006u, 0x00000030u, 0x00000001u, 0x00060033u, 0x00000011u, 0x00000031u, 0x0000002fu, 0x00000030u, - 0x00000030u, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, - 0x00050041u, 0x00000015u, 0x00000016u, 0x00000013u, 0x00000014u, 0x0004003du, 0x00000006u, 0x00000017u, - 0x00000016u, 0x000500c2u, 0x00000006u, 0x00000019u, 0x00000017u, 0x00000018u, 0x000500c7u, 0x00000006u, - 0x0000001du, 0x00000017u, 0x0000001cu, 0x00070041u, 0x0000001eu, 0x0000001fu, 0x0000000eu, 0x00000010u, - 0x00000019u, 0x0000001du, 0x0004003du, 0x00000006u, 0x00000020u, 0x0000001fu, 0x00050084u, 0x00000006u, - 0x00000024u, 0x00000020u, 0x00000022u, 0x0004003du, 0x00000006u, 0x0000002bu, 0x0000002au, 0x00050080u, - 0x00000006u, 0x0000002cu, 0x00000024u, 0x0000002bu, 0x00060041u, 0x0000002du, 0x0000002eu, 0x00000028u, - 0x00000010u, 0x0000002cu, 0x0003003eu, 0x0000002eu, 0x00000014u, 0x000100fdu, 0x00010038u, 0x07230203u, - 0x00010300u, 0x000d000au, 0x000000cau, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00001151u, - 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, - 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, - 0x00000000u, 0x00000001u, 0x0006000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x0000005du, - 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00040047u, 0x00000013u, - 0x00000001u, 0x00000000u, 0x00040047u, 0x0000001cu, 0x00000006u, 0x00000001u, 0x00040048u, 0x0000001du, - 0x00000000u, 0x00000018u, 0x00050048u, 0x0000001du, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x0000001du, 0x00000002u, 0x00040047u, 0x0000001fu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000001fu, - 0x00000021u, 0x00000000u, 0x00040047u, 0x00000026u, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000027u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000027u, 0x00000002u, 0x00040047u, 0x00000029u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000029u, 0x00000021u, 0x00000002u, 0x00040047u, 0x00000034u, - 0x00000006u, 0x00000002u, 0x00040048u, 0x00000035u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000035u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000035u, 0x00000002u, 0x00040047u, 0x00000037u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000037u, 0x00000021u, 0x00000000u, 0x00040047u, 0x0000003du, - 0x00000006u, 0x00000002u, 0x00050048u, 0x0000003eu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x0000003eu, 0x00000002u, 0x00040047u, 0x00000040u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000040u, - 0x00000021u, 0x00000002u, 0x00040047u, 0x0000004bu, 0x00000006u, 0x00000004u, 0x00040048u, 0x0000004cu, - 0x00000000u, 0x00000018u, 0x00050048u, 0x0000004cu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x0000004cu, 0x00000002u, 0x00040047u, 0x0000004eu, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000004eu, - 0x00000021u, 0x00000000u, 0x00040047u, 0x00000053u, 0x00000006u, 0x00000004u, 0x00050048u, 0x00000054u, - 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000054u, 0x00000002u, 0x00040047u, 0x00000056u, - 0x00000022u, 0x00000000u, 0x00040047u, 0x00000056u, 0x00000021u, 0x00000002u, 0x00040047u, 0x0000005du, - 0x0000000bu, 0x0000001cu, 0x00050048u, 0x00000062u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, - 0x00000062u, 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x00000062u, 0x00000002u, 0x00000023u, - 0x00000008u, 0x00030047u, 0x00000062u, 0x00000002u, 0x00040047u, 0x00000077u, 0x00000001u, 0x00000001u, - 0x00040047u, 0x00000089u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000092u, 0x00000001u, 0x00000003u, - 0x00040047u, 0x00000094u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, - 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040015u, 0x00000012u, 0x00000020u, - 0x00000001u, 0x00040032u, 0x00000012u, 0x00000013u, 0x00800000u, 0x0004002bu, 0x00000012u, 0x00000014u, - 0x00000001u, 0x00060034u, 0x00000012u, 0x00000015u, 0x00000082u, 0x00000013u, 0x00000014u, 0x0004002bu, - 0x00000006u, 0x00000016u, 0x00000000u, 0x00060034u, 0x00000006u, 0x00000017u, 0x00000080u, 0x00000015u, - 0x00000016u, 0x00040015u, 0x0000001bu, 0x00000008u, 0x00000000u, 0x0003001du, 0x0000001cu, 0x0000001bu, - 0x0003001eu, 0x0000001du, 0x0000001cu, 0x00040020u, 0x0000001eu, 0x0000000cu, 0x0000001du, 0x0004003bu, - 0x0000001eu, 0x0000001fu, 0x0000000cu, 0x0004002bu, 0x00000012u, 0x00000020u, 0x00000000u, 0x00040020u, - 0x00000022u, 0x0000000cu, 0x0000001bu, 0x0003001du, 0x00000026u, 0x0000001bu, 0x0003001eu, 0x00000027u, - 0x00000026u, 0x00040020u, 0x00000028u, 0x0000000cu, 0x00000027u, 0x0004003bu, 0x00000028u, 0x00000029u, - 0x0000000cu, 0x00060034u, 0x00000012u, 0x0000002eu, 0x000000c3u, 0x00000015u, 0x00000014u, 0x00060034u, - 0x00000006u, 0x0000002fu, 0x00000080u, 0x0000002eu, 0x00000016u, 0x00040015u, 0x00000033u, 0x00000010u, - 0x00000000u, 0x0003001du, 0x00000034u, 0x00000033u, 0x0003001eu, 0x00000035u, 0x00000034u, 0x00040020u, - 0x00000036u, 0x0000000cu, 0x00000035u, 0x0004003bu, 0x00000036u, 0x00000037u, 0x0000000cu, 0x00040020u, - 0x00000039u, 0x0000000cu, 0x00000033u, 0x0003001du, 0x0000003du, 0x00000033u, 0x0003001eu, 0x0000003eu, - 0x0000003du, 0x00040020u, 0x0000003fu, 0x0000000cu, 0x0000003eu, 0x0004003bu, 0x0000003fu, 0x00000040u, - 0x0000000cu, 0x0004002bu, 0x00000012u, 0x00000045u, 0x00000002u, 0x00060034u, 0x00000012u, 0x00000046u, - 0x000000c3u, 0x00000015u, 0x00000045u, 0x00060034u, 0x00000006u, 0x00000047u, 0x00000080u, 0x00000046u, - 0x00000016u, 0x0003001du, 0x0000004bu, 0x00000006u, 0x0003001eu, 0x0000004cu, 0x0000004bu, 0x00040020u, - 0x0000004du, 0x0000000cu, 0x0000004cu, 0x0004003bu, 0x0000004du, 0x0000004eu, 0x0000000cu, 0x00040020u, - 0x00000050u, 0x0000000cu, 0x00000006u, 0x0003001du, 0x00000053u, 0x00000006u, 0x0003001eu, 0x00000054u, - 0x00000053u, 0x00040020u, 0x00000055u, 0x0000000cu, 0x00000054u, 0x0004003bu, 0x00000055u, 0x00000056u, - 0x0000000cu, 0x00040017u, 0x0000005bu, 0x00000006u, 0x00000003u, 0x00040020u, 0x0000005cu, 0x00000001u, - 0x0000005bu, 0x0004003bu, 0x0000005cu, 0x0000005du, 0x00000001u, 0x00040020u, 0x0000005eu, 0x00000001u, - 0x00000006u, 0x0005001eu, 0x00000062u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00040020u, 0x00000063u, - 0x00000009u, 0x00000062u, 0x0004003bu, 0x00000063u, 0x00000064u, 0x00000009u, 0x00040020u, 0x00000065u, - 0x00000009u, 0x00000006u, 0x00020014u, 0x00000068u, 0x00040032u, 0x00000012u, 0x00000077u, 0x00000000u, - 0x00030031u, 0x00000068u, 0x00000089u, 0x00050034u, 0x00000068u, 0x0000008au, 0x000000a8u, 0x00000089u, - 0x00040032u, 0x00000006u, 0x00000092u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x00000093u, 0x00000001u, - 0x00060033u, 0x0000005bu, 0x00000094u, 0x00000092u, 0x00000093u, 0x00000093u, 0x00050036u, 0x00000002u, - 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x000300f7u, 0x00000096u, 0x00000000u, - 0x000300fbu, 0x00000016u, 0x00000097u, 0x000200f8u, 0x00000097u, 0x00050041u, 0x0000005eu, 0x0000005fu, - 0x0000005du, 0x00000016u, 0x0004003du, 0x00000006u, 0x00000060u, 0x0000005fu, 0x00050041u, 0x00000065u, - 0x00000066u, 0x00000064u, 0x00000020u, 0x0004003du, 0x00000006u, 0x00000067u, 0x00000066u, 0x000500aeu, - 0x00000068u, 0x00000069u, 0x00000060u, 0x00000067u, 0x000300f7u, 0x0000006bu, 0x00000000u, 0x000400fau, - 0x00000069u, 0x0000006au, 0x0000006bu, 0x000200f8u, 0x0000006au, 0x000200f9u, 0x00000096u, 0x000200f8u, - 0x0000006bu, 0x00050041u, 0x00000065u, 0x0000006fu, 0x00000064u, 0x00000045u, 0x0004003du, 0x00000006u, - 0x00000070u, 0x0000006fu, 0x00050080u, 0x00000006u, 0x00000071u, 0x00000060u, 0x00000070u, 0x00050041u, - 0x00000065u, 0x00000074u, 0x00000064u, 0x00000014u, 0x0004003du, 0x00000006u, 0x00000075u, 0x00000074u, - 0x00050080u, 0x00000006u, 0x00000076u, 0x00000060u, 0x00000075u, 0x000300f7u, 0x0000007bu, 0x00000000u, - 0x000900fbu, 0x00000077u, 0x0000007bu, 0x00000000u, 0x00000078u, 0x00000001u, 0x00000079u, 0x00000002u, - 0x0000007au, 0x000200f8u, 0x00000078u, 0x000500c7u, 0x00000006u, 0x0000009fu, 0x00000076u, 0x00000017u, - 0x00060041u, 0x00000022u, 0x000000a1u, 0x0000001fu, 0x00000020u, 0x0000009fu, 0x0004003du, 0x0000001bu, - 0x000000a2u, 0x000000a1u, 0x00040071u, 0x00000006u, 0x000000a3u, 0x000000a2u, 0x00040071u, 0x0000001bu, - 0x000000a6u, 0x000000a3u, 0x00060041u, 0x00000022u, 0x000000a7u, 0x00000029u, 0x00000020u, 0x0000009fu, - 0x0003003eu, 0x000000a7u, 0x000000a6u, 0x000200f9u, 0x0000007bu, 0x000200f8u, 0x00000079u, 0x000500c7u, - 0x00000006u, 0x000000abu, 0x00000076u, 0x0000002fu, 0x00060041u, 0x00000039u, 0x000000adu, 0x00000037u, - 0x00000020u, 0x000000abu, 0x0004003du, 0x00000033u, 0x000000aeu, 0x000000adu, 0x00040071u, 0x00000006u, - 0x000000afu, 0x000000aeu, 0x00040071u, 0x00000033u, 0x000000b2u, 0x000000afu, 0x00060041u, 0x00000039u, - 0x000000b3u, 0x00000040u, 0x00000020u, 0x000000abu, 0x0003003eu, 0x000000b3u, 0x000000b2u, 0x000200f9u, - 0x0000007bu, 0x000200f8u, 0x0000007au, 0x000500c7u, 0x00000006u, 0x000000b7u, 0x00000076u, 0x00000047u, - 0x00060041u, 0x00000050u, 0x000000b9u, 0x0000004eu, 0x00000020u, 0x000000b7u, 0x0004003du, 0x00000006u, - 0x000000bau, 0x000000b9u, 0x00060041u, 0x00000050u, 0x000000bdu, 0x00000056u, 0x00000020u, 0x000000b7u, - 0x0003003eu, 0x000000bdu, 0x000000bau, 0x000200f9u, 0x0000007bu, 0x000200f8u, 0x0000007bu, 0x000300f7u, - 0x0000008cu, 0x00000000u, 0x000400fau, 0x0000008au, 0x0000008bu, 0x0000008cu, 0x000200f8u, 0x0000008bu, - 0x000500c7u, 0x00000006u, 0x000000c1u, 0x00000071u, 0x0000002fu, 0x00060041u, 0x00000039u, 0x000000c3u, - 0x00000037u, 0x00000020u, 0x000000c1u, 0x0004003du, 0x00000033u, 0x000000c4u, 0x000000c3u, 0x00040071u, - 0x00000006u, 0x000000c5u, 0x000000c4u, 0x00040071u, 0x00000033u, 0x000000c8u, 0x000000c5u, 0x00060041u, - 0x00000039u, 0x000000c9u, 0x00000040u, 0x00000020u, 0x000000c1u, 0x0003003eu, 0x000000c9u, 0x000000c8u, - 0x000200f9u, 0x0000008cu, 0x000200f8u, 0x0000008cu, 0x000200f9u, 0x00000096u, 0x000200f8u, 0x00000096u, - 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x00000248u, 0x00000000u, 0x00020011u, - 0x00000001u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, 0x0007000au, 0x5f565053u, 0x5f52484bu, - 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, - 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0006000fu, 0x00000005u, 0x00000004u, - 0x6e69616du, 0x00000000u, 0x00000116u, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, - 0x00000001u, 0x00040047u, 0x00000013u, 0x00000001u, 0x00000000u, 0x00040047u, 0x0000001cu, 0x00000006u, - 0x00000001u, 0x00040048u, 0x0000001du, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000001du, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x0000001du, 0x00000002u, 0x00040047u, 0x0000001fu, 0x00000022u, - 0x00000000u, 0x00040047u, 0x0000001fu, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000027u, 0x00000006u, - 0x00000001u, 0x00050048u, 0x00000028u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000028u, - 0x00000002u, 0x00040047u, 0x0000002au, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000002au, 0x00000021u, - 0x00000002u, 0x00040047u, 0x0000003au, 0x00000006u, 0x00000001u, 0x00040048u, 0x0000003bu, 0x00000000u, - 0x00000018u, 0x00050048u, 0x0000003bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000003bu, - 0x00000002u, 0x00040047u, 0x0000003du, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000003du, 0x00000021u, - 0x00000001u, 0x00040047u, 0x0000004cu, 0x00000001u, 0x00000004u, 0x00040047u, 0x0000004eu, 0x00000006u, - 0x00000001u, 0x00050048u, 0x0000004fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x0000004fu, - 0x00000002u, 0x00040047u, 0x00000051u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000051u, 0x00000021u, - 0x00000003u, 0x00040047u, 0x0000005fu, 0x00000006u, 0x00000001u, 0x00050048u, 0x00000060u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x00000060u, 0x00000002u, 0x00040047u, 0x00000062u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x00000062u, 0x00000021u, 0x00000004u, 0x00040047u, 0x00000079u, 0x00000006u, - 0x00000002u, 0x00040048u, 0x0000007au, 0x00000000u, 0x00000018u, 0x00050048u, 0x0000007au, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x0000007au, 0x00000002u, 0x00040047u, 0x0000007cu, 0x00000022u, - 0x00000000u, 0x00040047u, 0x0000007cu, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000083u, 0x00000006u, - 0x00000002u, 0x00050048u, 0x00000084u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000084u, - 0x00000002u, 0x00040047u, 0x00000086u, 0x00000022u, 0x00000000u, 0x00040047u, 0x00000086u, 0x00000021u, - 0x00000002u, 0x00040047u, 0x000000a0u, 0x00000006u, 0x00000002u, 0x00050048u, 0x000000a1u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000000a1u, 0x00000002u, 0x00040047u, 0x000000a3u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x000000a3u, 0x00000021u, 0x00000003u, 0x00040047u, 0x000000c2u, 0x00000006u, - 0x00000004u, 0x00040048u, 0x000000c3u, 0x00000000u, 0x00000018u, 0x00050048u, 0x000000c3u, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000000c3u, 0x00000002u, 0x00040047u, 0x000000c5u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x000000c5u, 0x00000021u, 0x00000000u, 0x00040047u, 0x000000cbu, 0x00000006u, - 0x00000004u, 0x00050048u, 0x000000ccu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000000ccu, - 0x00000002u, 0x00040047u, 0x000000ceu, 0x00000022u, 0x00000000u, 0x00040047u, 0x000000ceu, 0x00000021u, - 0x00000002u, 0x00040047u, 0x000000edu, 0x00000006u, 0x00000004u, 0x00050048u, 0x000000eeu, 0x00000000u, - 0x00000023u, 0x00000000u, 0x00030047u, 0x000000eeu, 0x00000002u, 0x00040047u, 0x000000f0u, 0x00000022u, - 0x00000000u, 0x00040047u, 0x000000f0u, 0x00000021u, 0x00000003u, 0x00040047u, 0x00000116u, 0x0000000bu, - 0x0000001cu, 0x00050048u, 0x0000011bu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000011bu, - 0x00000001u, 0x00000023u, 0x00000004u, 0x00050048u, 0x0000011bu, 0x00000002u, 0x00000023u, 0x00000008u, - 0x00030047u, 0x0000011bu, 0x00000002u, 0x00040047u, 0x0000012fu, 0x00000001u, 0x00000001u, 0x00040047u, - 0x00000141u, 0x00000001u, 0x00000002u, 0x00040047u, 0x00000148u, 0x00000001u, 0x00000003u, 0x00040047u, - 0x00000149u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, - 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040015u, 0x00000012u, 0x00000020u, 0x00000001u, - 0x00040032u, 0x00000012u, 0x00000013u, 0x00800000u, 0x0004002bu, 0x00000012u, 0x00000014u, 0x00000001u, - 0x00060034u, 0x00000012u, 0x00000015u, 0x00000082u, 0x00000013u, 0x00000014u, 0x0004002bu, 0x00000006u, - 0x00000016u, 0x00000000u, 0x00060034u, 0x00000006u, 0x00000017u, 0x00000080u, 0x00000015u, 0x00000016u, - 0x00040015u, 0x0000001bu, 0x00000008u, 0x00000000u, 0x0003001du, 0x0000001cu, 0x0000001bu, 0x0003001eu, - 0x0000001du, 0x0000001cu, 0x00040020u, 0x0000001eu, 0x0000000cu, 0x0000001du, 0x0004003bu, 0x0000001eu, - 0x0000001fu, 0x0000000cu, 0x0004002bu, 0x00000012u, 0x00000020u, 0x00000000u, 0x00040020u, 0x00000022u, - 0x0000000cu, 0x0000001bu, 0x0003001du, 0x00000027u, 0x0000001bu, 0x0003001eu, 0x00000028u, 0x00000027u, - 0x00040020u, 0x00000029u, 0x0000000cu, 0x00000028u, 0x0004003bu, 0x00000029u, 0x0000002au, 0x0000000cu, - 0x00020014u, 0x00000031u, 0x0004002bu, 0x00000006u, 0x00000037u, 0x00000003u, 0x0003001du, 0x0000003au, - 0x0000001bu, 0x0003001eu, 0x0000003bu, 0x0000003au, 0x00040020u, 0x0000003cu, 0x0000000cu, 0x0000003bu, - 0x0004003bu, 0x0000003cu, 0x0000003du, 0x0000000cu, 0x0004002bu, 0x00000006u, 0x0000003fu, 0x00000001u, - 0x00040032u, 0x00000012u, 0x0000004cu, 0x00000001u, 0x0003001du, 0x0000004eu, 0x0000001bu, 0x0003001eu, - 0x0000004fu, 0x0000004eu, 0x00040020u, 0x00000050u, 0x0000000cu, 0x0000004fu, 0x0004003bu, 0x00000050u, - 0x00000051u, 0x0000000cu, 0x0003001du, 0x0000005fu, 0x0000001bu, 0x0003001eu, 0x00000060u, 0x0000005fu, - 0x00040020u, 0x00000061u, 0x0000000cu, 0x00000060u, 0x0004003bu, 0x00000061u, 0x00000062u, 0x0000000cu, - 0x00060034u, 0x00000012u, 0x00000066u, 0x000000c3u, 0x00000013u, 0x00000014u, 0x00060034u, 0x00000012u, - 0x00000073u, 0x000000c3u, 0x00000015u, 0x00000014u, 0x00060034u, 0x00000006u, 0x00000074u, 0x00000080u, - 0x00000073u, 0x00000016u, 0x00040015u, 0x00000078u, 0x00000010u, 0x00000000u, 0x0003001du, 0x00000079u, - 0x00000078u, 0x0003001eu, 0x0000007au, 0x00000079u, 0x00040020u, 0x0000007bu, 0x0000000cu, 0x0000007au, - 0x0004003bu, 0x0000007bu, 0x0000007cu, 0x0000000cu, 0x00040020u, 0x0000007eu, 0x0000000cu, 0x00000078u, - 0x0003001du, 0x00000083u, 0x00000078u, 0x0003001eu, 0x00000084u, 0x00000083u, 0x00040020u, 0x00000085u, - 0x0000000cu, 0x00000084u, 0x0004003bu, 0x00000085u, 0x00000086u, 0x0000000cu, 0x0003001du, 0x000000a0u, - 0x00000078u, 0x0003001eu, 0x000000a1u, 0x000000a0u, 0x00040020u, 0x000000a2u, 0x0000000cu, 0x000000a1u, - 0x0004003bu, 0x000000a2u, 0x000000a3u, 0x0000000cu, 0x00060034u, 0x00000012u, 0x000000a6u, 0x000000c3u, - 0x00000013u, 0x00000014u, 0x00060034u, 0x00000012u, 0x000000afu, 0x000000c3u, 0x00000013u, 0x00000014u, - 0x0004002bu, 0x00000012u, 0x000000bcu, 0x00000002u, 0x00060034u, 0x00000012u, 0x000000bdu, 0x000000c3u, - 0x00000015u, 0x000000bcu, 0x00060034u, 0x00000006u, 0x000000beu, 0x00000080u, 0x000000bdu, 0x00000016u, - 0x0003001du, 0x000000c2u, 0x00000006u, 0x0003001eu, 0x000000c3u, 0x000000c2u, 0x00040020u, 0x000000c4u, - 0x0000000cu, 0x000000c3u, 0x0004003bu, 0x000000c4u, 0x000000c5u, 0x0000000cu, 0x00040020u, 0x000000c7u, - 0x0000000cu, 0x00000006u, 0x0003001du, 0x000000cbu, 0x00000006u, 0x0003001eu, 0x000000ccu, 0x000000cbu, - 0x00040020u, 0x000000cdu, 0x0000000cu, 0x000000ccu, 0x0004003bu, 0x000000cdu, 0x000000ceu, 0x0000000cu, - 0x0004002bu, 0x00000006u, 0x000000d8u, 0x00000002u, 0x0003001du, 0x000000edu, 0x00000006u, 0x0003001eu, - 0x000000eeu, 0x000000edu, 0x00040020u, 0x000000efu, 0x0000000cu, 0x000000eeu, 0x0004003bu, 0x000000efu, - 0x000000f0u, 0x0000000cu, 0x00060034u, 0x00000012u, 0x000000f3u, 0x000000c3u, 0x00000013u, 0x000000bcu, - 0x00060034u, 0x00000012u, 0x000000fcu, 0x000000c3u, 0x00000013u, 0x00000014u, 0x00060034u, 0x00000012u, - 0x00000107u, 0x000000c3u, 0x00000013u, 0x00000014u, 0x00040017u, 0x00000114u, 0x00000006u, 0x00000003u, - 0x00040020u, 0x00000115u, 0x00000001u, 0x00000114u, 0x0004003bu, 0x00000115u, 0x00000116u, 0x00000001u, - 0x00040020u, 0x00000117u, 0x00000001u, 0x00000006u, 0x0005001eu, 0x0000011bu, 0x00000006u, 0x00000006u, - 0x00000006u, 0x00040020u, 0x0000011cu, 0x00000009u, 0x0000011bu, 0x0004003bu, 0x0000011cu, 0x0000011du, - 0x00000009u, 0x00040020u, 0x0000011eu, 0x00000009u, 0x00000006u, 0x00040032u, 0x00000012u, 0x0000012fu, - 0x00000000u, 0x00030031u, 0x00000031u, 0x00000141u, 0x00050034u, 0x00000031u, 0x00000142u, 0x000000a8u, - 0x00000141u, 0x00040032u, 0x00000006u, 0x00000148u, 0x00000001u, 0x00060033u, 0x00000114u, 0x00000149u, - 0x00000148u, 0x0000003fu, 0x0000003fu, 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, - 0x000200f8u, 0x00000005u, 0x000300f7u, 0x0000014au, 0x00000000u, 0x000300fbu, 0x00000016u, 0x0000014bu, - 0x000200f8u, 0x0000014bu, 0x00050041u, 0x00000117u, 0x00000118u, 0x00000116u, 0x00000016u, 0x0004003du, - 0x00000006u, 0x00000119u, 0x00000118u, 0x00050041u, 0x0000011eu, 0x0000011fu, 0x0000011du, 0x00000020u, - 0x0004003du, 0x00000006u, 0x00000120u, 0x0000011fu, 0x000500aeu, 0x00000031u, 0x00000121u, 0x00000119u, - 0x00000120u, 0x000300f7u, 0x00000123u, 0x00000000u, 0x000400fau, 0x00000121u, 0x00000122u, 0x00000123u, - 0x000200f8u, 0x00000122u, 0x000200f9u, 0x0000014au, 0x000200f8u, 0x00000123u, 0x00050041u, 0x0000011eu, - 0x00000127u, 0x0000011du, 0x000000bcu, 0x0004003du, 0x00000006u, 0x00000128u, 0x00000127u, 0x00050080u, - 0x00000006u, 0x00000129u, 0x00000119u, 0x00000128u, 0x00050041u, 0x0000011eu, 0x0000012cu, 0x0000011du, - 0x00000014u, 0x0004003du, 0x00000006u, 0x0000012du, 0x0000012cu, 0x00050080u, 0x00000006u, 0x0000012eu, - 0x00000119u, 0x0000012du, 0x000300f7u, 0x00000133u, 0x00000000u, 0x000900fbu, 0x0000012fu, 0x00000133u, - 0x00000000u, 0x00000130u, 0x00000001u, 0x00000131u, 0x00000002u, 0x00000132u, 0x000200f8u, 0x00000130u, - 0x000500c7u, 0x00000006u, 0x00000157u, 0x0000012eu, 0x00000017u, 0x00060041u, 0x00000022u, 0x00000159u, - 0x0000001fu, 0x00000020u, 0x00000157u, 0x0004003du, 0x0000001bu, 0x0000015au, 0x00000159u, 0x00040071u, - 0x00000006u, 0x0000015bu, 0x0000015au, 0x00060041u, 0x00000022u, 0x0000015du, 0x0000002au, 0x00000020u, - 0x00000157u, 0x0004003du, 0x0000001bu, 0x0000015eu, 0x0000015du, 0x00040071u, 0x00000006u, 0x0000015fu, - 0x0000015eu, 0x000500abu, 0x00000031u, 0x00000162u, 0x0000015bu, 0x0000015fu, 0x000300f7u, 0x0000018eu, - 0x00000000u, 0x000400fau, 0x00000162u, 0x00000163u, 0x0000018eu, 0x000200f8u, 0x00000163u, 0x000500c6u, - 0x00000006u, 0x00000165u, 0x00000157u, 0x00000037u, 0x000500c2u, 0x00000006u, 0x00000167u, 0x00000165u, - 0x0000003fu, 0x00060041u, 0x00000022u, 0x00000168u, 0x0000003du, 0x00000020u, 0x00000167u, 0x0004003du, - 0x0000001bu, 0x00000169u, 0x00000168u, 0x00040071u, 0x00000006u, 0x0000016au, 0x00000169u, 0x000200f9u, - 0x0000016bu, 0x000200f8u, 0x0000016bu, 0x000700f5u, 0x00000012u, 0x00000245u, 0x00000020u, 0x00000163u, - 0x00000188u, 0x00000186u, 0x000500b1u, 0x00000031u, 0x0000016eu, 0x00000245u, 0x0000004cu, 0x000400f6u, - 0x00000189u, 0x00000186u, 0x00000000u, 0x000400fau, 0x0000016eu, 0x0000016fu, 0x00000189u, 0x000200f8u, - 0x0000016fu, 0x00050084u, 0x00000012u, 0x00000172u, 0x00000245u, 0x00000013u, 0x0004007cu, 0x00000006u, - 0x00000173u, 0x00000172u, 0x00050080u, 0x00000006u, 0x00000174u, 0x00000157u, 0x00000173u, 0x00040071u, - 0x0000001bu, 0x00000176u, 0x0000015bu, 0x00060041u, 0x00000022u, 0x00000177u, 0x00000051u, 0x00000020u, - 0x00000174u, 0x0003003eu, 0x00000177u, 0x00000176u, 0x000500c7u, 0x00000006u, 0x00000179u, 0x00000165u, - 0x0000003fu, 0x000500abu, 0x00000031u, 0x0000017au, 0x00000179u, 0x00000016u, 0x000300f7u, 0x00000185u, - 0x00000000u, 0x000400fau, 0x0000017au, 0x0000017bu, 0x00000185u, 0x000200f8u, 0x0000017bu, 0x00050084u, - 0x00000012u, 0x0000017fu, 0x00000245u, 0x00000066u, 0x0004007cu, 0x00000006u, 0x00000180u, 0x0000017fu, - 0x00050080u, 0x00000006u, 0x00000181u, 0x00000167u, 0x00000180u, 0x00040071u, 0x0000001bu, 0x00000183u, - 0x0000016au, 0x00060041u, 0x00000022u, 0x00000184u, 0x00000062u, 0x00000020u, 0x00000181u, 0x0003003eu, - 0x00000184u, 0x00000183u, 0x000200f9u, 0x00000185u, 0x000200f8u, 0x00000185u, 0x000200f9u, 0x00000186u, - 0x000200f8u, 0x00000186u, 0x00050080u, 0x00000012u, 0x00000188u, 0x00000245u, 0x00000014u, 0x000200f9u, - 0x0000016bu, 0x000200f8u, 0x00000189u, 0x00040071u, 0x0000001bu, 0x0000018cu, 0x0000015bu, 0x0003003eu, - 0x0000015du, 0x0000018cu, 0x000200f9u, 0x0000018eu, 0x000200f8u, 0x0000018eu, 0x000200f9u, 0x00000133u, - 0x000200f8u, 0x00000131u, 0x000500c7u, 0x00000006u, 0x00000196u, 0x0000012eu, 0x00000074u, 0x00060041u, - 0x0000007eu, 0x00000198u, 0x0000007cu, 0x00000020u, 0x00000196u, 0x0004003du, 0x00000078u, 0x00000199u, - 0x00000198u, 0x00040071u, 0x00000006u, 0x0000019au, 0x00000199u, 0x00060041u, 0x0000007eu, 0x0000019cu, - 0x00000086u, 0x00000020u, 0x00000196u, 0x0004003du, 0x00000078u, 0x0000019du, 0x0000019cu, 0x00040071u, - 0x00000006u, 0x0000019eu, 0x0000019du, 0x000500abu, 0x00000031u, 0x000001a1u, 0x0000019au, 0x0000019eu, - 0x000300f7u, 0x000001c6u, 0x00000000u, 0x000400fau, 0x000001a1u, 0x000001a2u, 0x000001c6u, 0x000200f8u, - 0x000001a2u, 0x000500c6u, 0x00000006u, 0x000001a4u, 0x00000196u, 0x0000003fu, 0x00060041u, 0x00000022u, - 0x000001a6u, 0x0000003du, 0x00000020u, 0x000001a4u, 0x0004003du, 0x0000001bu, 0x000001a7u, 0x000001a6u, - 0x00040071u, 0x00000006u, 0x000001a8u, 0x000001a7u, 0x000200f9u, 0x000001a9u, 0x000200f8u, 0x000001a9u, - 0x000700f5u, 0x00000012u, 0x00000244u, 0x00000020u, 0x000001a2u, 0x000001c0u, 0x000001adu, 0x000500b1u, - 0x00000031u, 0x000001acu, 0x00000244u, 0x0000004cu, 0x000400f6u, 0x000001c1u, 0x000001adu, 0x00000000u, - 0x000400fau, 0x000001acu, 0x000001adu, 0x000001c1u, 0x000200f8u, 0x000001adu, 0x00050084u, 0x00000012u, - 0x000001b0u, 0x00000244u, 0x000000a6u, 0x0004007cu, 0x00000006u, 0x000001b1u, 0x000001b0u, 0x00050080u, - 0x00000006u, 0x000001b2u, 0x00000196u, 0x000001b1u, 0x00040071u, 0x00000078u, 0x000001b4u, 0x0000019au, - 0x00060041u, 0x0000007eu, 0x000001b5u, 0x000000a3u, 0x00000020u, 0x000001b2u, 0x0003003eu, 0x000001b5u, - 0x000001b4u, 0x00050084u, 0x00000012u, 0x000001b8u, 0x00000244u, 0x000000afu, 0x0004007cu, 0x00000006u, - 0x000001b9u, 0x000001b8u, 0x00050080u, 0x00000006u, 0x000001bau, 0x000001a4u, 0x000001b9u, 0x00040071u, - 0x0000001bu, 0x000001bcu, 0x000001a8u, 0x00060041u, 0x00000022u, 0x000001bdu, 0x00000062u, 0x00000020u, - 0x000001bau, 0x0003003eu, 0x000001bdu, 0x000001bcu, 0x00050080u, 0x00000012u, 0x000001c0u, 0x00000244u, - 0x00000014u, 0x000200f9u, 0x000001a9u, 0x000200f8u, 0x000001c1u, 0x00040071u, 0x00000078u, 0x000001c4u, - 0x0000019au, 0x0003003eu, 0x0000019cu, 0x000001c4u, 0x000200f9u, 0x000001c6u, 0x000200f8u, 0x000001c6u, - 0x000200f9u, 0x00000133u, 0x000200f8u, 0x00000132u, 0x000500c7u, 0x00000006u, 0x000001ceu, 0x0000012eu, - 0x000000beu, 0x00060041u, 0x000000c7u, 0x000001d0u, 0x000000c5u, 0x00000020u, 0x000001ceu, 0x0004003du, - 0x00000006u, 0x000001d1u, 0x000001d0u, 0x00060041u, 0x000000c7u, 0x000001d3u, 0x000000ceu, 0x00000020u, - 0x000001ceu, 0x0004003du, 0x00000006u, 0x000001d4u, 0x000001d3u, 0x000500abu, 0x00000031u, 0x000001d7u, - 0x000001d1u, 0x000001d4u, 0x000300f7u, 0x0000020au, 0x00000000u, 0x000400fau, 0x000001d7u, 0x000001d8u, - 0x0000020au, 0x000200f8u, 0x000001d8u, 0x00050084u, 0x00000006u, 0x000001dau, 0x000000d8u, 0x000001ceu, - 0x00060041u, 0x00000022u, 0x000001dbu, 0x0000003du, 0x00000020u, 0x000001dau, 0x0004003du, 0x0000001bu, - 0x000001dcu, 0x000001dbu, 0x00040071u, 0x00000006u, 0x000001ddu, 0x000001dcu, 0x00050080u, 0x00000006u, - 0x000001e0u, 0x000001dau, 0x0000003fu, 0x00060041u, 0x00000022u, 0x000001e1u, 0x0000003du, 0x00000020u, - 0x000001e0u, 0x0004003du, 0x0000001bu, 0x000001e2u, 0x000001e1u, 0x00040071u, 0x00000006u, 0x000001e3u, - 0x000001e2u, 0x000200f9u, 0x000001e4u, 0x000200f8u, 0x000001e4u, 0x000700f5u, 0x00000012u, 0x00000243u, - 0x00000020u, 0x000001d8u, 0x00000205u, 0x000001e8u, 0x000500b1u, 0x00000031u, 0x000001e7u, 0x00000243u, - 0x0000004cu, 0x000400f6u, 0x00000206u, 0x000001e8u, 0x00000000u, 0x000400fau, 0x000001e7u, 0x000001e8u, - 0x00000206u, 0x000200f8u, 0x000001e8u, 0x00050084u, 0x00000012u, 0x000001ebu, 0x00000243u, 0x000000f3u, - 0x0004007cu, 0x00000006u, 0x000001ecu, 0x000001ebu, 0x00050080u, 0x00000006u, 0x000001edu, 0x000001ceu, - 0x000001ecu, 0x00060041u, 0x000000c7u, 0x000001efu, 0x000000f0u, 0x00000020u, 0x000001edu, 0x0003003eu, - 0x000001efu, 0x000001d1u, 0x00050084u, 0x00000012u, 0x000001f3u, 0x00000243u, 0x000000fcu, 0x0004007cu, - 0x00000006u, 0x000001f4u, 0x000001f3u, 0x00050080u, 0x00000006u, 0x000001f5u, 0x000001dau, 0x000001f4u, - 0x00040071u, 0x0000001bu, 0x000001f7u, 0x000001ddu, 0x00060041u, 0x00000022u, 0x000001f8u, 0x00000062u, - 0x00000020u, 0x000001f5u, 0x0003003eu, 0x000001f8u, 0x000001f7u, 0x00050084u, 0x00000012u, 0x000001fdu, - 0x00000243u, 0x00000107u, 0x0004007cu, 0x00000006u, 0x000001feu, 0x000001fdu, 0x00050080u, 0x00000006u, - 0x000001ffu, 0x000001e0u, 0x000001feu, 0x00040071u, 0x0000001bu, 0x00000201u, 0x000001e3u, 0x00060041u, - 0x00000022u, 0x00000202u, 0x00000062u, 0x00000020u, 0x000001ffu, 0x0003003eu, 0x00000202u, 0x00000201u, - 0x00050080u, 0x00000012u, 0x00000205u, 0x00000243u, 0x00000014u, 0x000200f9u, 0x000001e4u, 0x000200f8u, - 0x00000206u, 0x0003003eu, 0x000001d3u, 0x000001d1u, 0x000200f9u, 0x0000020au, 0x000200f8u, 0x0000020au, - 0x000200f9u, 0x00000133u, 0x000200f8u, 0x00000133u, 0x000300f7u, 0x00000144u, 0x00000000u, 0x000400fau, - 0x00000142u, 0x00000143u, 0x00000144u, 0x000200f8u, 0x00000143u, 0x000500c7u, 0x00000006u, 0x00000212u, - 0x00000129u, 0x00000074u, 0x00060041u, 0x0000007eu, 0x00000214u, 0x0000007cu, 0x00000020u, 0x00000212u, - 0x0004003du, 0x00000078u, 0x00000215u, 0x00000214u, 0x00040071u, 0x00000006u, 0x00000216u, 0x00000215u, - 0x00060041u, 0x0000007eu, 0x00000218u, 0x00000086u, 0x00000020u, 0x00000212u, 0x0004003du, 0x00000078u, - 0x00000219u, 0x00000218u, 0x00040071u, 0x00000006u, 0x0000021au, 0x00000219u, 0x000500abu, 0x00000031u, - 0x0000021du, 0x00000216u, 0x0000021au, 0x000300f7u, 0x00000242u, 0x00000000u, 0x000400fau, 0x0000021du, - 0x0000021eu, 0x00000242u, 0x000200f8u, 0x0000021eu, 0x000500c6u, 0x00000006u, 0x00000220u, 0x00000212u, - 0x0000003fu, 0x00060041u, 0x00000022u, 0x00000222u, 0x0000003du, 0x00000020u, 0x00000220u, 0x0004003du, - 0x0000001bu, 0x00000223u, 0x00000222u, 0x00040071u, 0x00000006u, 0x00000224u, 0x00000223u, 0x000200f9u, - 0x00000225u, 0x000200f8u, 0x00000225u, 0x000700f5u, 0x00000012u, 0x00000247u, 0x00000020u, 0x0000021eu, - 0x0000023cu, 0x00000229u, 0x000500b1u, 0x00000031u, 0x00000228u, 0x00000247u, 0x0000004cu, 0x000400f6u, - 0x0000023du, 0x00000229u, 0x00000000u, 0x000400fau, 0x00000228u, 0x00000229u, 0x0000023du, 0x000200f8u, - 0x00000229u, 0x00050084u, 0x00000012u, 0x0000022cu, 0x00000247u, 0x000000a6u, 0x0004007cu, 0x00000006u, - 0x0000022du, 0x0000022cu, 0x00050080u, 0x00000006u, 0x0000022eu, 0x00000212u, 0x0000022du, 0x00040071u, - 0x00000078u, 0x00000230u, 0x00000216u, 0x00060041u, 0x0000007eu, 0x00000231u, 0x000000a3u, 0x00000020u, - 0x0000022eu, 0x0003003eu, 0x00000231u, 0x00000230u, 0x00050084u, 0x00000012u, 0x00000234u, 0x00000247u, - 0x000000afu, 0x0004007cu, 0x00000006u, 0x00000235u, 0x00000234u, 0x00050080u, 0x00000006u, 0x00000236u, - 0x00000220u, 0x00000235u, 0x00040071u, 0x0000001bu, 0x00000238u, 0x00000224u, 0x00060041u, 0x00000022u, - 0x00000239u, 0x00000062u, 0x00000020u, 0x00000236u, 0x0003003eu, 0x00000239u, 0x00000238u, 0x00050080u, - 0x00000012u, 0x0000023cu, 0x00000247u, 0x00000014u, 0x000200f9u, 0x00000225u, 0x000200f8u, 0x0000023du, - 0x00040071u, 0x00000078u, 0x00000240u, 0x00000216u, 0x0003003eu, 0x00000218u, 0x00000240u, 0x000200f9u, - 0x00000242u, 0x000200f8u, 0x00000242u, 0x000200f9u, 0x00000144u, 0x000200f8u, 0x00000144u, 0x000200f9u, - 0x0000014au, 0x000200f8u, 0x0000014au, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, - 0x000002ebu, 0x00000000u, 0x00020011u, 0x00000001u, 0x00020011u, 0x00001151u, 0x00020011u, 0x00001160u, - 0x0007000au, 0x5f565053u, 0x5f52484bu, 0x74696238u, 0x6f74735fu, 0x65676172u, 0x00000000u, 0x0006000bu, - 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, - 0x0006000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, 0x0000017au, 0x00060010u, 0x00000004u, - 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00040047u, 0x00000029u, 0x00000001u, 0x00000000u, - 0x00040047u, 0x0000003du, 0x00000001u, 0x00000004u, 0x00040047u, 0x00000042u, 0x00000006u, 0x00000001u, - 0x00040048u, 0x00000043u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000043u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000043u, 0x00000002u, 0x00040047u, 0x00000045u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000045u, 0x00000021u, 0x00000003u, 0x00040047u, 0x00000056u, 0x00000006u, 0x00000001u, - 0x00040048u, 0x00000057u, 0x00000000u, 0x00000019u, 0x00050048u, 0x00000057u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000057u, 0x00000002u, 0x00040047u, 0x00000059u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000059u, 0x00000021u, 0x00000002u, 0x00040047u, 0x0000005eu, 0x00000006u, 0x00000001u, - 0x00040048u, 0x0000005fu, 0x00000000u, 0x00000019u, 0x00050048u, 0x0000005fu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x0000005fu, 0x00000002u, 0x00040047u, 0x00000061u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000061u, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000066u, 0x00000001u, 0x00000006u, - 0x00040047u, 0x0000009fu, 0x00000006u, 0x00000002u, 0x00040048u, 0x000000a0u, 0x00000000u, 0x00000018u, - 0x00050048u, 0x000000a0u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x000000a0u, 0x00000002u, - 0x00040047u, 0x000000a2u, 0x00000022u, 0x00000000u, 0x00040047u, 0x000000a2u, 0x00000021u, 0x00000003u, - 0x00040047u, 0x000000b4u, 0x00000001u, 0x00000005u, 0x00040047u, 0x000000e3u, 0x00000006u, 0x00000002u, - 0x00040048u, 0x000000e4u, 0x00000000u, 0x00000019u, 0x00050048u, 0x000000e4u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000000e4u, 0x00000002u, 0x00040047u, 0x000000e6u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000000e6u, 0x00000021u, 0x00000000u, 0x00040047u, 0x000000ebu, 0x00000006u, 0x00000002u, - 0x00040048u, 0x000000ecu, 0x00000000u, 0x00000019u, 0x00050048u, 0x000000ecu, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x000000ecu, 0x00000002u, 0x00040047u, 0x000000eeu, 0x00000022u, 0x00000000u, - 0x00040047u, 0x000000eeu, 0x00000021u, 0x00000002u, 0x00040047u, 0x0000013fu, 0x00000006u, 0x00000004u, - 0x00040048u, 0x00000140u, 0x00000000u, 0x00000018u, 0x00050048u, 0x00000140u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000140u, 0x00000002u, 0x00040047u, 0x00000142u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000142u, 0x00000021u, 0x00000003u, 0x00040047u, 0x0000015fu, 0x00000006u, 0x00000004u, - 0x00040048u, 0x00000160u, 0x00000000u, 0x00000019u, 0x00050048u, 0x00000160u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000160u, 0x00000002u, 0x00040047u, 0x00000162u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000162u, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000166u, 0x00000006u, 0x00000004u, - 0x00040048u, 0x00000167u, 0x00000000u, 0x00000019u, 0x00050048u, 0x00000167u, 0x00000000u, 0x00000023u, - 0x00000000u, 0x00030047u, 0x00000167u, 0x00000002u, 0x00040047u, 0x00000169u, 0x00000022u, 0x00000000u, - 0x00040047u, 0x00000169u, 0x00000021u, 0x00000002u, 0x00040047u, 0x0000017au, 0x0000000bu, 0x0000001cu, - 0x00050048u, 0x0000017fu, 0x00000000u, 0x00000023u, 0x00000000u, 0x00050048u, 0x0000017fu, 0x00000001u, - 0x00000023u, 0x00000004u, 0x00050048u, 0x0000017fu, 0x00000002u, 0x00000023u, 0x00000008u, 0x00050048u, - 0x0000017fu, 0x00000003u, 0x00000023u, 0x0000000cu, 0x00050048u, 0x0000017fu, 0x00000004u, 0x00000023u, - 0x00000010u, 0x00030047u, 0x0000017fu, 0x00000002u, 0x00040047u, 0x000001cdu, 0x00000001u, 0x00000001u, - 0x00040047u, 0x000001e5u, 0x00000001u, 0x00000002u, 0x00040047u, 0x000001efu, 0x00000001u, 0x00000003u, - 0x00040047u, 0x000001f0u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, - 0x00000002u, 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x00040020u, 0x00000007u, 0x00000007u, - 0x00000006u, 0x00040017u, 0x0000000cu, 0x00000006u, 0x00000004u, 0x00040020u, 0x00000011u, 0x00000007u, - 0x0000000cu, 0x00040015u, 0x00000028u, 0x00000020u, 0x00000001u, 0x00040032u, 0x00000028u, 0x00000029u, - 0x00800000u, 0x0004002bu, 0x00000028u, 0x0000002au, 0x00000001u, 0x00060034u, 0x00000028u, 0x0000002bu, - 0x00000082u, 0x00000029u, 0x0000002au, 0x0004002bu, 0x00000006u, 0x0000002cu, 0x00000000u, 0x00060034u, - 0x00000006u, 0x0000002du, 0x00000080u, 0x0000002bu, 0x0000002cu, 0x0004002bu, 0x00000006u, 0x00000030u, - 0x00000003u, 0x0004002bu, 0x00000028u, 0x00000036u, 0x00000000u, 0x00040032u, 0x00000028u, 0x0000003du, - 0x00000001u, 0x00020014u, 0x0000003eu, 0x00040015u, 0x00000041u, 0x00000008u, 0x00000000u, 0x0003001du, - 0x00000042u, 0x00000041u, 0x0003001eu, 0x00000043u, 0x00000042u, 0x00040020u, 0x00000044u, 0x0000000cu, - 0x00000043u, 0x0004003bu, 0x00000044u, 0x00000045u, 0x0000000cu, 0x00040020u, 0x00000047u, 0x0000000cu, - 0x00000041u, 0x00060034u, 0x00000028u, 0x00000051u, 0x000000c3u, 0x0000003du, 0x0000002au, 0x00060034u, - 0x00000006u, 0x00000052u, 0x00000080u, 0x00000051u, 0x0000002cu, 0x00060034u, 0x00000006u, 0x00000054u, - 0x00000080u, 0x0000003du, 0x0000002cu, 0x0003001du, 0x00000056u, 0x00000041u, 0x0003001eu, 0x00000057u, - 0x00000056u, 0x00040020u, 0x00000058u, 0x0000000cu, 0x00000057u, 0x0004003bu, 0x00000058u, 0x00000059u, - 0x0000000cu, 0x0003001du, 0x0000005eu, 0x00000041u, 0x0003001eu, 0x0000005fu, 0x0000005eu, 0x00040020u, - 0x00000060u, 0x0000000cu, 0x0000005fu, 0x0004003bu, 0x00000060u, 0x00000061u, 0x0000000cu, 0x00030031u, - 0x0000003eu, 0x00000066u, 0x0004002bu, 0x00000006u, 0x00000069u, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x0000006au, 0x00000048u, 0x00060034u, 0x00000006u, 0x0000006cu, 0x00000080u, 0x00000029u, 0x0000002cu, - 0x0004002bu, 0x00000006u, 0x0000006eu, 0x000000ffu, 0x0004002bu, 0x00000006u, 0x00000073u, 0x0000000bu, - 0x0004002bu, 0x00000006u, 0x00000074u, 0x00000006u, 0x0007002cu, 0x0000000cu, 0x00000075u, 0x00000073u, - 0x00000074u, 0x00000069u, 0x0000002cu, 0x0004002bu, 0x00000006u, 0x00000077u, 0x0000001fu, 0x0007002cu, - 0x0000000cu, 0x00000078u, 0x00000077u, 0x00000077u, 0x00000077u, 0x00000069u, 0x0004002bu, 0x00000006u, - 0x00000083u, 0x00000002u, 0x00060034u, 0x00000028u, 0x0000008du, 0x000000c3u, 0x0000002bu, 0x0000002au, - 0x00060034u, 0x00000006u, 0x0000008eu, 0x00000080u, 0x0000008du, 0x0000002cu, 0x0007002cu, 0x0000000cu, - 0x00000094u, 0x0000002cu, 0x0000002cu, 0x0000002cu, 0x0000002cu, 0x00040015u, 0x0000009eu, 0x00000010u, - 0x00000000u, 0x0003001du, 0x0000009fu, 0x0000009eu, 0x0003001eu, 0x000000a0u, 0x0000009fu, 0x00040020u, - 0x000000a1u, 0x0000000cu, 0x000000a0u, 0x0004003bu, 0x000000a1u, 0x000000a2u, 0x0000000cu, 0x00060034u, - 0x00000028u, 0x000000a5u, 0x000000c3u, 0x00000029u, 0x0000002au, 0x00040020u, 0x000000a9u, 0x0000000cu, - 0x0000009eu, 0x00030031u, 0x0000003eu, 0x000000b4u, 0x0004002bu, 0x00000006u, 0x000000b8u, 0x00000010u, - 0x0004001cu, 0x000000b9u, 0x00000006u, 0x000000b8u, 0x0004002bu, 0x00000006u, 0x000000bau, 0x00000004u, - 0x0004002bu, 0x00000006u, 0x000000bbu, 0x00000005u, 0x0004002bu, 0x00000006u, 0x000000bcu, 0x00000007u, - 0x0013002cu, 0x000000b9u, 0x000000bdu, 0x0000002cu, 0x000000bau, 0x00000069u, 0x000000bbu, 0x000000bau, - 0x0000002cu, 0x000000bbu, 0x00000069u, 0x00000030u, 0x000000bcu, 0x00000083u, 0x00000074u, 0x000000bcu, - 0x00000030u, 0x00000074u, 0x00000083u, 0x00040020u, 0x000000c4u, 0x00000007u, 0x000000b9u, 0x00060034u, - 0x00000006u, 0x000000c8u, 0x00000080u, 0x0000003du, 0x0000002cu, 0x0004002bu, 0x00000006u, 0x000000cau, - 0x00000008u, 0x0004002bu, 0x00000028u, 0x000000d1u, 0x00000008u, 0x00060034u, 0x00000028u, 0x000000d2u, - 0x00000084u, 0x000000d1u, 0x0000003du, 0x00060034u, 0x00000006u, 0x000000d3u, 0x00000080u, 0x000000d2u, - 0x0000002cu, 0x00060034u, 0x00000028u, 0x000000d8u, 0x000000c3u, 0x0000003du, 0x0000002au, 0x00060034u, - 0x00000006u, 0x000000d9u, 0x00000080u, 0x000000d8u, 0x0000002cu, 0x00060034u, 0x00000006u, 0x000000dcu, - 0x00000080u, 0x0000003du, 0x0000002cu, 0x0003001du, 0x000000e3u, 0x0000009eu, 0x0003001eu, 0x000000e4u, - 0x000000e3u, 0x00040020u, 0x000000e5u, 0x0000000cu, 0x000000e4u, 0x0004003bu, 0x000000e5u, 0x000000e6u, - 0x0000000cu, 0x0003001du, 0x000000ebu, 0x0000009eu, 0x0003001eu, 0x000000ecu, 0x000000ebu, 0x00040020u, - 0x000000edu, 0x0000000cu, 0x000000ecu, 0x0004003bu, 0x000000edu, 0x000000eeu, 0x0000000cu, 0x00060034u, - 0x00000028u, 0x000000f6u, 0x000000c3u, 0x00000029u, 0x00000069u, 0x00060034u, 0x00000006u, 0x000000f7u, - 0x00000080u, 0x000000f6u, 0x0000002cu, 0x0004002bu, 0x00000006u, 0x000000f9u, 0x0000ffffu, 0x00060034u, - 0x00000006u, 0x000000fcu, 0x00000080u, 0x0000008du, 0x0000002cu, 0x00060034u, 0x00000028u, 0x00000111u, - 0x000000c3u, 0x00000029u, 0x00000069u, 0x00060034u, 0x00000006u, 0x00000112u, 0x00000080u, 0x00000111u, - 0x0000002cu, 0x0004002bu, 0x00000006u, 0x00000118u, 0x00000018u, 0x0007002cu, 0x0000000cu, 0x00000119u, - 0x00000118u, 0x000000b8u, 0x000000cau, 0x0000002cu, 0x0007002cu, 0x0000000cu, 0x0000011bu, 0x0000006eu, - 0x0000006eu, 0x0000006eu, 0x0000006eu, 0x0004002bu, 0x00000028u, 0x00000130u, 0x00000002u, 0x00060034u, - 0x00000028u, 0x00000131u, 0x000000c3u, 0x0000002bu, 0x00000130u, 0x00060034u, 0x00000006u, 0x00000132u, - 0x00000080u, 0x00000131u, 0x0000002cu, 0x0003001du, 0x0000013fu, 0x00000006u, 0x0003001eu, 0x00000140u, - 0x0000013fu, 0x00040020u, 0x00000141u, 0x0000000cu, 0x00000140u, 0x0004003bu, 0x00000141u, 0x00000142u, - 0x0000000cu, 0x00060034u, 0x00000028u, 0x00000145u, 0x000000c3u, 0x00000029u, 0x00000130u, 0x00040020u, - 0x00000149u, 0x0000000cu, 0x00000006u, 0x00060034u, 0x00000028u, 0x00000154u, 0x000000c3u, 0x0000003du, - 0x0000002au, 0x00060034u, 0x00000006u, 0x00000155u, 0x00000080u, 0x00000154u, 0x0000002cu, 0x00060034u, - 0x00000006u, 0x00000158u, 0x00000080u, 0x0000003du, 0x0000002cu, 0x0003001du, 0x0000015fu, 0x00000006u, - 0x0003001eu, 0x00000160u, 0x0000015fu, 0x00040020u, 0x00000161u, 0x0000000cu, 0x00000160u, 0x0004003bu, - 0x00000161u, 0x00000162u, 0x0000000cu, 0x0003001du, 0x00000166u, 0x00000006u, 0x0003001eu, 0x00000167u, - 0x00000166u, 0x00040020u, 0x00000168u, 0x0000000cu, 0x00000167u, 0x0004003bu, 0x00000168u, 0x00000169u, - 0x0000000cu, 0x00060034u, 0x00000028u, 0x00000170u, 0x000000c3u, 0x00000029u, 0x00000083u, 0x00060034u, - 0x00000006u, 0x00000171u, 0x00000080u, 0x00000170u, 0x0000002cu, 0x0004002bu, 0x00000006u, 0x00000173u, - 0xffffffffu, 0x00040017u, 0x00000175u, 0x00000006u, 0x00000002u, 0x00040020u, 0x00000176u, 0x00000007u, - 0x00000175u, 0x00040017u, 0x00000178u, 0x00000006u, 0x00000003u, 0x00040020u, 0x00000179u, 0x00000001u, - 0x00000178u, 0x0004003bu, 0x00000179u, 0x0000017au, 0x00000001u, 0x0007001eu, 0x0000017fu, 0x00000006u, - 0x00000006u, 0x00000006u, 0x00000006u, 0x00000006u, 0x00040020u, 0x00000180u, 0x00000009u, 0x0000017fu, - 0x0004003bu, 0x00000180u, 0x00000181u, 0x00000009u, 0x0004002bu, 0x00000028u, 0x00000182u, 0x00000003u, - 0x00040020u, 0x00000183u, 0x00000009u, 0x00000006u, 0x00060034u, 0x00000028u, 0x000001adu, 0x000000c3u, - 0x00000029u, 0x00000130u, 0x00060034u, 0x00000028u, 0x000001aeu, 0x00000084u, 0x0000003du, 0x000001adu, - 0x00060034u, 0x00000006u, 0x000001afu, 0x00000080u, 0x000001aeu, 0x0000002cu, 0x00040032u, 0x00000028u, - 0x000001cdu, 0x00000000u, 0x00030031u, 0x0000003eu, 0x000001e5u, 0x00050034u, 0x0000003eu, 0x000001e6u, - 0x000000a8u, 0x000001e5u, 0x00040032u, 0x00000006u, 0x000001efu, 0x00000001u, 0x00060033u, 0x00000178u, - 0x000001f0u, 0x000001efu, 0x00000069u, 0x00000069u, 0x0005002cu, 0x00000175u, 0x000002e9u, 0x00000083u, - 0x00000083u, 0x0007002cu, 0x0000000cu, 0x000002eau, 0x000000cau, 0x000000cau, 0x000000cau, 0x000000cau, - 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003bu, - 0x00000011u, 0x00000289u, 0x00000007u, 0x0004003bu, 0x000000c4u, 0x00000228u, 0x00000007u, 0x0004003bu, - 0x00000011u, 0x0000022au, 0x00000007u, 0x0004003bu, 0x00000176u, 0x00000177u, 0x00000007u, 0x0004003bu, - 0x00000176u, 0x0000019du, 0x00000007u, 0x000300f7u, 0x000001f5u, 0x00000000u, 0x000300fbu, 0x0000002cu, - 0x000001f6u, 0x000200f8u, 0x000001f6u, 0x0004003du, 0x00000178u, 0x0000017bu, 0x0000017au, 0x0007004fu, - 0x00000175u, 0x0000017cu, 0x0000017bu, 0x0000017bu, 0x00000000u, 0x00000001u, 0x0003003eu, 0x00000177u, - 0x0000017cu, 0x00050041u, 0x00000007u, 0x0000017du, 0x00000177u, 0x0000002cu, 0x0004003du, 0x00000006u, - 0x0000017eu, 0x0000017du, 0x00050041u, 0x00000183u, 0x00000184u, 0x00000181u, 0x00000182u, 0x0004003du, - 0x00000006u, 0x00000185u, 0x00000184u, 0x000500aeu, 0x0000003eu, 0x00000186u, 0x0000017eu, 0x00000185u, - 0x000300f7u, 0x00000188u, 0x00000000u, 0x000400fau, 0x00000186u, 0x00000187u, 0x00000188u, 0x000200f8u, - 0x00000187u, 0x000200f9u, 0x000001f5u, 0x000200f8u, 0x00000188u, 0x00050041u, 0x00000007u, 0x0000018bu, - 0x00000177u, 0x00000069u, 0x0004003du, 0x00000006u, 0x0000018cu, 0x0000018bu, 0x00050084u, 0x00000006u, - 0x0000018fu, 0x0000018cu, 0x00000185u, 0x0004003du, 0x00000006u, 0x00000191u, 0x0000017du, 0x00050080u, - 0x00000006u, 0x00000192u, 0x0000018fu, 0x00000191u, 0x00050041u, 0x00000183u, 0x00000195u, 0x00000181u, - 0x00000130u, 0x0004003du, 0x00000006u, 0x00000196u, 0x00000195u, 0x00050080u, 0x00000006u, 0x00000197u, - 0x00000192u, 0x00000196u, 0x00050041u, 0x00000183u, 0x0000019au, 0x00000181u, 0x0000002au, 0x0004003du, - 0x00000006u, 0x0000019bu, 0x0000019au, 0x00050080u, 0x00000006u, 0x0000019cu, 0x00000192u, 0x0000019bu, - 0x000500c2u, 0x00000175u, 0x000001a0u, 0x0000017cu, 0x000002e9u, 0x0003003eu, 0x0000019du, 0x000001a0u, - 0x00050041u, 0x00000007u, 0x000001a2u, 0x0000019du, 0x0000002cu, 0x0004003du, 0x00000006u, 0x000001a3u, - 0x000001a2u, 0x00050041u, 0x00000007u, 0x000001a4u, 0x0000019du, 0x00000069u, 0x0004003du, 0x00000006u, - 0x000001a5u, 0x000001a4u, 0x00050080u, 0x00000006u, 0x000001a8u, 0x00000185u, 0x00000030u, 0x000500c2u, - 0x00000006u, 0x000001a9u, 0x000001a8u, 0x00000083u, 0x00050084u, 0x00000006u, 0x000001aau, 0x000001a5u, - 0x000001a9u, 0x00050080u, 0x00000006u, 0x000001abu, 0x000001a3u, 0x000001aau, 0x00050080u, 0x00000006u, - 0x000001b1u, 0x000001afu, 0x000001abu, 0x00060041u, 0x00000149u, 0x000001b2u, 0x00000142u, 0x00000036u, - 0x000001b1u, 0x0004003du, 0x00000006u, 0x000001b3u, 0x000001b2u, 0x0004003du, 0x00000006u, 0x000001b6u, - 0x0000017du, 0x000500c7u, 0x00000006u, 0x000001b7u, 0x000001b6u, 0x00000030u, 0x0004003du, 0x00000006u, - 0x000001b9u, 0x0000018bu, 0x000500c7u, 0x00000006u, 0x000001bau, 0x000001b9u, 0x00000030u, 0x00050084u, - 0x00000006u, 0x000001bbu, 0x000000bau, 0x000001bau, 0x00050080u, 0x00000006u, 0x000001bcu, 0x000001b7u, - 0x000001bbu, 0x00050084u, 0x00000006u, 0x000001bdu, 0x00000083u, 0x000001bcu, 0x000500c2u, 0x00000006u, - 0x000001c0u, 0x000001b3u, 0x000001bdu, 0x000500c7u, 0x00000006u, 0x000001c4u, 0x000001c0u, 0x00000069u, - 0x000500abu, 0x0000003eu, 0x000001c5u, 0x000001c4u, 0x0000002cu, 0x000500c7u, 0x00000006u, 0x000001c8u, - 0x000001c0u, 0x00000083u, 0x000500abu, 0x0000003eu, 0x000001c9u, 0x000001c8u, 0x0000002cu, 0x000300f7u, - 0x000001ccu, 0x00000000u, 0x000400fau, 0x000001c5u, 0x000001cbu, 0x000001ccu, 0x000200f8u, 0x000001cbu, - 0x000300f7u, 0x000001d1u, 0x00000000u, 0x000900fbu, 0x000001cdu, 0x000001d1u, 0x00000000u, 0x000001ceu, - 0x00000001u, 0x000001cfu, 0x00000002u, 0x000001d0u, 0x000200f8u, 0x000001ceu, 0x000500c7u, 0x00000006u, - 0x000001ffu, 0x0000019cu, 0x0000002du, 0x000500c6u, 0x00000006u, 0x00000201u, 0x000001ffu, 0x00000030u, - 0x000200f9u, 0x00000202u, 0x000200f8u, 0x00000202u, 0x000700f5u, 0x00000006u, 0x000002e8u, 0x0000002cu, - 0x000001ceu, 0x0000020du, 0x00000206u, 0x000700f5u, 0x00000028u, 0x000002e7u, 0x00000036u, 0x000001ceu, - 0x00000210u, 0x00000206u, 0x000500b1u, 0x0000003eu, 0x00000205u, 0x000002e7u, 0x0000003du, 0x000400f6u, - 0x00000211u, 0x00000206u, 0x00000000u, 0x000400fau, 0x00000205u, 0x00000206u, 0x00000211u, 0x000200f8u, - 0x00000206u, 0x00060041u, 0x00000047u, 0x00000208u, 0x00000045u, 0x00000036u, 0x00000201u, 0x0004003du, - 0x00000041u, 0x00000209u, 0x00000208u, 0x00040071u, 0x00000006u, 0x0000020au, 0x00000209u, 0x00050080u, - 0x00000006u, 0x0000020du, 0x000002e8u, 0x0000020au, 0x00050080u, 0x00000028u, 0x00000210u, 0x000002e7u, - 0x0000002au, 0x000200f9u, 0x00000202u, 0x000200f8u, 0x00000211u, 0x00050080u, 0x00000006u, 0x00000213u, - 0x000002e8u, 0x00000052u, 0x00050086u, 0x00000006u, 0x00000214u, 0x00000213u, 0x00000054u, 0x00040071u, - 0x00000041u, 0x00000217u, 0x00000214u, 0x00060041u, 0x00000047u, 0x00000218u, 0x00000059u, 0x00000036u, - 0x00000201u, 0x0003003eu, 0x00000218u, 0x00000217u, 0x00060041u, 0x00000047u, 0x0000021cu, 0x00000061u, - 0x00000036u, 0x00000201u, 0x0003003eu, 0x0000021cu, 0x00000217u, 0x000300f7u, 0x00000222u, 0x00000000u, - 0x000400fau, 0x00000066u, 0x0000021du, 0x00000222u, 0x000200f8u, 0x0000021du, 0x000300e1u, 0x00000069u, - 0x0000006au, 0x00050080u, 0x00000006u, 0x0000021fu, 0x00000201u, 0x0000006cu, 0x00040071u, 0x00000041u, - 0x00000220u, 0x0000006eu, 0x00060041u, 0x00000047u, 0x00000221u, 0x00000061u, 0x00000036u, 0x0000021fu, - 0x0003003eu, 0x00000221u, 0x00000220u, 0x000200f9u, 0x00000222u, 0x000200f8u, 0x00000222u, 0x000200f9u, - 0x000001d1u, 0x000200f8u, 0x000001cfu, 0x0004003du, 0x00000006u, 0x000001dau, 0x0000017du, 0x0004003du, - 0x00000006u, 0x000001ddu, 0x0000018bu, 0x000500c7u, 0x00000006u, 0x0000022du, 0x0000019cu, 0x0000008eu, - 0x000500c6u, 0x00000006u, 0x0000022fu, 0x0000022du, 0x00000069u, 0x000200f9u, 0x00000230u, 0x000200f8u, - 0x00000230u, 0x000700f5u, 0x0000000cu, 0x000002e5u, 0x00000094u, 0x000001cfu, 0x00000240u, 0x00000234u, - 0x000700f5u, 0x00000028u, 0x000002e4u, 0x00000036u, 0x000001cfu, 0x00000243u, 0x00000234u, 0x000500b1u, - 0x0000003eu, 0x00000233u, 0x000002e4u, 0x0000003du, 0x000400f6u, 0x00000244u, 0x00000234u, 0x00000000u, - 0x000400fau, 0x00000233u, 0x00000234u, 0x00000244u, 0x000200f8u, 0x00000234u, 0x00050084u, 0x00000028u, - 0x00000237u, 0x000002e4u, 0x000000a5u, 0x0004007cu, 0x00000006u, 0x00000238u, 0x00000237u, 0x00050080u, - 0x00000006u, 0x00000239u, 0x0000022fu, 0x00000238u, 0x00060041u, 0x000000a9u, 0x0000023au, 0x000000a2u, - 0x00000036u, 0x00000239u, 0x0004003du, 0x0000009eu, 0x0000023bu, 0x0000023au, 0x00040071u, 0x00000006u, - 0x0000023cu, 0x0000023bu, 0x00070050u, 0x0000000cu, 0x00000271u, 0x0000023cu, 0x0000023cu, 0x0000023cu, - 0x0000023cu, 0x000500c2u, 0x0000000cu, 0x00000272u, 0x00000271u, 0x00000075u, 0x000500c7u, 0x0000000cu, - 0x00000273u, 0x00000272u, 0x00000078u, 0x00050080u, 0x0000000cu, 0x00000240u, 0x000002e5u, 0x00000273u, - 0x00050080u, 0x00000028u, 0x00000243u, 0x000002e4u, 0x0000002au, 0x000200f9u, 0x00000230u, 0x000200f8u, - 0x00000244u, 0x000300f7u, 0x0000025du, 0x00000000u, 0x000400fau, 0x000000b4u, 0x00000245u, 0x00000257u, - 0x000200f8u, 0x00000245u, 0x000500c7u, 0x00000006u, 0x00000247u, 0x000001ddu, 0x00000030u, 0x00050084u, - 0x00000006u, 0x00000248u, 0x00000247u, 0x000000bau, 0x000500c7u, 0x00000006u, 0x0000024au, 0x000001dau, - 0x00000030u, 0x00050080u, 0x00000006u, 0x0000024bu, 0x00000248u, 0x0000024au, 0x0003003eu, 0x00000228u, - 0x000000bdu, 0x00050041u, 0x00000007u, 0x0000024cu, 0x00000228u, 0x0000024bu, 0x0004003du, 0x00000006u, - 0x0000024du, 0x0000024cu, 0x00050084u, 0x00000006u, 0x0000024eu, 0x0000024du, 0x000000c8u, 0x00050084u, - 0x0000000cu, 0x00000251u, 0x000002eau, 0x000002e5u, 0x00070050u, 0x0000000cu, 0x00000253u, 0x0000024eu, - 0x0000024eu, 0x0000024eu, 0x0000024eu, 0x00050080u, 0x0000000cu, 0x00000254u, 0x00000251u, 0x00000253u, - 0x00070050u, 0x0000000cu, 0x00000255u, 0x000000d3u, 0x000000d3u, 0x000000d3u, 0x000000d3u, 0x00050086u, - 0x0000000cu, 0x00000256u, 0x00000254u, 0x00000255u, 0x000200f9u, 0x0000025du, 0x000200f8u, 0x00000257u, - 0x00070050u, 0x0000000cu, 0x00000259u, 0x000000d9u, 0x000000d9u, 0x000000d9u, 0x000000d9u, 0x00050080u, - 0x0000000cu, 0x0000025au, 0x000002e5u, 0x00000259u, 0x00070050u, 0x0000000cu, 0x0000025bu, 0x000000dcu, - 0x000000dcu, 0x000000dcu, 0x000000dcu, 0x00050086u, 0x0000000cu, 0x0000025cu, 0x0000025au, 0x0000025bu, - 0x000200f9u, 0x0000025du, 0x000200f8u, 0x0000025du, 0x000700f5u, 0x0000000cu, 0x000002e6u, 0x00000256u, - 0x00000245u, 0x0000025cu, 0x00000257u, 0x0003003eu, 0x0000022au, 0x000002e6u, 0x00050041u, 0x00000007u, - 0x00000276u, 0x0000022au, 0x0000002cu, 0x0004003du, 0x00000006u, 0x00000277u, 0x00000276u, 0x000500c4u, - 0x00000006u, 0x00000278u, 0x00000277u, 0x00000073u, 0x00050041u, 0x00000007u, 0x00000279u, 0x0000022au, - 0x00000069u, 0x0004003du, 0x00000006u, 0x0000027au, 0x00000279u, 0x000500c4u, 0x00000006u, 0x0000027bu, - 0x0000027au, 0x00000074u, 0x000500c5u, 0x00000006u, 0x0000027cu, 0x00000278u, 0x0000027bu, 0x00050041u, - 0x00000007u, 0x0000027du, 0x0000022au, 0x00000083u, 0x0004003du, 0x00000006u, 0x0000027eu, 0x0000027du, - 0x000500c4u, 0x00000006u, 0x0000027fu, 0x0000027eu, 0x00000069u, 0x000500c5u, 0x00000006u, 0x00000280u, - 0x0000027cu, 0x0000027fu, 0x00050041u, 0x00000007u, 0x00000281u, 0x0000022au, 0x00000030u, 0x0004003du, - 0x00000006u, 0x00000282u, 0x00000281u, 0x000500c5u, 0x00000006u, 0x00000283u, 0x00000280u, 0x00000282u, - 0x00040071u, 0x0000009eu, 0x00000262u, 0x00000283u, 0x00060041u, 0x000000a9u, 0x00000263u, 0x000000e6u, - 0x00000036u, 0x0000022fu, 0x0003003eu, 0x00000263u, 0x00000262u, 0x00060041u, 0x000000a9u, 0x00000267u, - 0x000000eeu, 0x00000036u, 0x0000022fu, 0x0003003eu, 0x00000267u, 0x00000262u, 0x000300f7u, 0x0000026du, - 0x00000000u, 0x000400fau, 0x00000066u, 0x00000268u, 0x0000026du, 0x000200f8u, 0x00000268u, 0x000300e1u, - 0x00000069u, 0x0000006au, 0x00050080u, 0x00000006u, 0x0000026au, 0x0000022fu, 0x000000f7u, 0x00040071u, - 0x0000009eu, 0x0000026bu, 0x000000f9u, 0x00060041u, 0x000000a9u, 0x0000026cu, 0x000000e6u, 0x00000036u, - 0x0000026au, 0x0003003eu, 0x0000026cu, 0x0000026bu, 0x000200f9u, 0x0000026du, 0x000200f8u, 0x0000026du, - 0x000200f9u, 0x000001d1u, 0x000200f8u, 0x000001d0u, 0x000500c7u, 0x00000006u, 0x0000028cu, 0x0000019cu, - 0x00000132u, 0x000200f9u, 0x0000028du, 0x000200f8u, 0x0000028du, 0x000700f5u, 0x0000000cu, 0x000002e3u, - 0x00000094u, 0x000001d0u, 0x0000029cu, 0x00000291u, 0x000700f5u, 0x00000028u, 0x000002e2u, 0x00000036u, - 0x000001d0u, 0x0000029fu, 0x00000291u, 0x000500b1u, 0x0000003eu, 0x00000290u, 0x000002e2u, 0x0000003du, - 0x000400f6u, 0x000002a0u, 0x00000291u, 0x00000000u, 0x000400fau, 0x00000290u, 0x00000291u, 0x000002a0u, - 0x000200f8u, 0x00000291u, 0x00050084u, 0x00000028u, 0x00000294u, 0x000002e2u, 0x00000145u, 0x0004007cu, - 0x00000006u, 0x00000295u, 0x00000294u, 0x00050080u, 0x00000006u, 0x00000296u, 0x0000028cu, 0x00000295u, - 0x00060041u, 0x00000149u, 0x00000297u, 0x00000142u, 0x00000036u, 0x00000296u, 0x0004003du, 0x00000006u, - 0x00000298u, 0x00000297u, 0x00070050u, 0x0000000cu, 0x000002b6u, 0x00000298u, 0x00000298u, 0x00000298u, - 0x00000298u, 0x000500c2u, 0x0000000cu, 0x000002b7u, 0x000002b6u, 0x00000119u, 0x000500c7u, 0x0000000cu, - 0x000002b8u, 0x000002b7u, 0x0000011bu, 0x00050080u, 0x0000000cu, 0x0000029cu, 0x000002e3u, 0x000002b8u, - 0x00050080u, 0x00000028u, 0x0000029fu, 0x000002e2u, 0x0000002au, 0x000200f9u, 0x0000028du, 0x000200f8u, - 0x000002a0u, 0x00070050u, 0x0000000cu, 0x000002a2u, 0x00000155u, 0x00000155u, 0x00000155u, 0x00000155u, - 0x00050080u, 0x0000000cu, 0x000002a3u, 0x000002e3u, 0x000002a2u, 0x00070050u, 0x0000000cu, 0x000002a4u, - 0x00000158u, 0x00000158u, 0x00000158u, 0x00000158u, 0x00050086u, 0x0000000cu, 0x000002a5u, 0x000002a3u, - 0x000002a4u, 0x0003003eu, 0x00000289u, 0x000002a5u, 0x00050041u, 0x00000007u, 0x000002bbu, 0x00000289u, - 0x0000002cu, 0x0004003du, 0x00000006u, 0x000002bcu, 0x000002bbu, 0x000500c4u, 0x00000006u, 0x000002bdu, - 0x000002bcu, 0x00000118u, 0x00050041u, 0x00000007u, 0x000002beu, 0x00000289u, 0x00000069u, 0x0004003du, - 0x00000006u, 0x000002bfu, 0x000002beu, 0x000500c4u, 0x00000006u, 0x000002c0u, 0x000002bfu, 0x000000b8u, - 0x000500c5u, 0x00000006u, 0x000002c1u, 0x000002bdu, 0x000002c0u, 0x00050041u, 0x00000007u, 0x000002c2u, - 0x00000289u, 0x00000083u, 0x0004003du, 0x00000006u, 0x000002c3u, 0x000002c2u, 0x000500c4u, 0x00000006u, - 0x000002c4u, 0x000002c3u, 0x000000cau, 0x000500c5u, 0x00000006u, 0x000002c5u, 0x000002c1u, 0x000002c4u, - 0x00050041u, 0x00000007u, 0x000002c6u, 0x00000289u, 0x00000030u, 0x0004003du, 0x00000006u, 0x000002c7u, - 0x000002c6u, 0x000500c4u, 0x00000006u, 0x000002c8u, 0x000002c7u, 0x0000002cu, 0x000500c5u, 0x00000006u, - 0x000002c9u, 0x000002c5u, 0x000002c8u, 0x00060041u, 0x00000149u, 0x000002aau, 0x00000162u, 0x00000036u, - 0x0000028cu, 0x0003003eu, 0x000002aau, 0x000002c9u, 0x00060041u, 0x00000149u, 0x000002adu, 0x00000169u, - 0x00000036u, 0x0000028cu, 0x0003003eu, 0x000002adu, 0x000002c9u, 0x000300f7u, 0x000002b2u, 0x00000000u, - 0x000400fau, 0x00000066u, 0x000002aeu, 0x000002b2u, 0x000200f8u, 0x000002aeu, 0x000300e1u, 0x00000069u, - 0x0000006au, 0x00050080u, 0x00000006u, 0x000002b0u, 0x0000028cu, 0x00000171u, 0x00060041u, 0x00000149u, - 0x000002b1u, 0x00000162u, 0x00000036u, 0x000002b0u, 0x0003003eu, 0x000002b1u, 0x00000173u, 0x000200f9u, - 0x000002b2u, 0x000200f8u, 0x000002b2u, 0x000200f9u, 0x000001d1u, 0x000200f8u, 0x000001d1u, 0x000200f9u, - 0x000001ccu, 0x000200f8u, 0x000001ccu, 0x000500a7u, 0x0000003eu, 0x000001e8u, 0x000001e6u, 0x000001c9u, - 0x000300f7u, 0x000001eau, 0x00000000u, 0x000400fau, 0x000001e8u, 0x000001e9u, 0x000001eau, 0x000200f8u, - 0x000001e9u, 0x000500c7u, 0x00000006u, 0x000002cdu, 0x00000197u, 0x000000fcu, 0x000500c6u, 0x00000006u, - 0x000002cfu, 0x000002cdu, 0x00000069u, 0x00060041u, 0x000000a9u, 0x000002d1u, 0x000000a2u, 0x00000036u, - 0x000002cfu, 0x0004003du, 0x0000009eu, 0x000002d2u, 0x000002d1u, 0x00040071u, 0x00000006u, 0x000002d3u, - 0x000002d2u, 0x00040071u, 0x0000009eu, 0x000002d6u, 0x000002d3u, 0x00060041u, 0x000000a9u, 0x000002d7u, - 0x000000e6u, 0x00000036u, 0x000002cfu, 0x0003003eu, 0x000002d7u, 0x000002d6u, 0x00060041u, 0x000000a9u, - 0x000002dbu, 0x000000eeu, 0x00000036u, 0x000002cfu, 0x0003003eu, 0x000002dbu, 0x000002d6u, 0x000300f7u, - 0x000002e1u, 0x00000000u, 0x000400fau, 0x00000066u, 0x000002dcu, 0x000002e1u, 0x000200f8u, 0x000002dcu, - 0x000300e1u, 0x00000069u, 0x0000006au, 0x00050080u, 0x00000006u, 0x000002deu, 0x000002cfu, 0x00000112u, - 0x00040071u, 0x0000009eu, 0x000002dfu, 0x000000f9u, 0x00060041u, 0x000000a9u, 0x000002e0u, 0x000000e6u, - 0x00000036u, 0x000002deu, 0x0003003eu, 0x000002e0u, 0x000002dfu, 0x000200f9u, 0x000002e1u, 0x000200f8u, - 0x000002e1u, 0x000200f9u, 0x000001eau, 0x000200f8u, 0x000001eau, 0x000200f9u, 0x000001f5u, 0x000200f8u, - 0x000001f5u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x00000019u, 0x00000000u, - 0x00020011u, 0x00000001u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, - 0x0003000eu, 0x00000000u, 0x00000001u, 0x0006000fu, 0x00000005u, 0x00000004u, 0x6e69616du, 0x00000000u, - 0x0000000fu, 0x00060010u, 0x00000004u, 0x00000011u, 0x00000001u, 0x00000001u, 0x00000001u, 0x00040047u, - 0x00000007u, 0x00000006u, 0x00000004u, 0x00040048u, 0x00000008u, 0x00000000u, 0x00000019u, 0x00050048u, - 0x00000008u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, 0x00000008u, 0x00000002u, 0x00040047u, - 0x0000000au, 0x00000022u, 0x00000000u, 0x00040047u, 0x0000000au, 0x00000021u, 0x00000000u, 0x00040047u, - 0x0000000fu, 0x0000000bu, 0x0000001cu, 0x00040047u, 0x00000016u, 0x00000001u, 0x00000000u, 0x00040047u, - 0x00000018u, 0x0000000bu, 0x00000019u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, - 0x00040015u, 0x00000006u, 0x00000020u, 0x00000000u, 0x0003001du, 0x00000007u, 0x00000006u, 0x0003001eu, - 0x00000008u, 0x00000007u, 0x00040020u, 0x00000009u, 0x0000000cu, 0x00000008u, 0x0004003bu, 0x00000009u, - 0x0000000au, 0x0000000cu, 0x00040015u, 0x0000000bu, 0x00000020u, 0x00000001u, 0x0004002bu, 0x0000000bu, - 0x0000000cu, 0x00000000u, 0x00040017u, 0x0000000du, 0x00000006u, 0x00000003u, 0x00040020u, 0x0000000eu, - 0x00000001u, 0x0000000du, 0x0004003bu, 0x0000000eu, 0x0000000fu, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x00000010u, 0x00000000u, 0x00040020u, 0x00000011u, 0x00000001u, 0x00000006u, 0x00040020u, 0x00000014u, - 0x0000000cu, 0x00000006u, 0x00040032u, 0x00000006u, 0x00000016u, 0x00000001u, 0x0004002bu, 0x00000006u, - 0x00000017u, 0x00000001u, 0x00060033u, 0x0000000du, 0x00000018u, 0x00000016u, 0x00000017u, 0x00000017u, - 0x00050036u, 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x00050041u, - 0x00000011u, 0x00000012u, 0x0000000fu, 0x00000010u, 0x0004003du, 0x00000006u, 0x00000013u, 0x00000012u, - 0x00060041u, 0x00000014u, 0x00000015u, 0x0000000au, 0x0000000cu, 0x00000013u, 0x0003003eu, 0x00000015u, - 0x00000010u, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, 0x0000003fu, 0x00000000u, - 0x00020011u, 0x00000001u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, 0x3035342eu, 0x00000000u, - 0x0003000eu, 0x00000000u, 0x00000001u, 0x0008000fu, 0x00000000u, 0x00000004u, 0x6e69616du, 0x00000000u, - 0x00000008u, 0x00000016u, 0x0000002bu, 0x00040047u, 0x00000008u, 0x0000000bu, 0x0000002au, 0x00050048u, - 0x00000014u, 0x00000000u, 0x0000000bu, 0x00000000u, 0x00050048u, 0x00000014u, 0x00000001u, 0x0000000bu, - 0x00000001u, 0x00050048u, 0x00000014u, 0x00000002u, 0x0000000bu, 0x00000003u, 0x00050048u, 0x00000014u, - 0x00000003u, 0x0000000bu, 0x00000004u, 0x00030047u, 0x00000014u, 0x00000002u, 0x00040047u, 0x0000002bu, - 0x0000001eu, 0x00000000u, 0x00050048u, 0x00000037u, 0x00000000u, 0x00000023u, 0x00000000u, 0x00030047u, - 0x00000037u, 0x00000002u, 0x00020013u, 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00040015u, - 0x00000006u, 0x00000020u, 0x00000001u, 0x00040020u, 0x00000007u, 0x00000001u, 0x00000006u, 0x0004003bu, - 0x00000007u, 0x00000008u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x0000000au, 0x00000000u, 0x00020014u, - 0x0000000bu, 0x00030016u, 0x0000000fu, 0x00000020u, 0x00040017u, 0x00000010u, 0x0000000fu, 0x00000004u, - 0x00040015u, 0x00000011u, 0x00000020u, 0x00000000u, 0x0004002bu, 0x00000011u, 0x00000012u, 0x00000001u, - 0x0004001cu, 0x00000013u, 0x0000000fu, 0x00000012u, 0x0006001eu, 0x00000014u, 0x00000010u, 0x0000000fu, - 0x00000013u, 0x00000013u, 0x00040020u, 0x00000015u, 0x00000003u, 0x00000014u, 0x0004003bu, 0x00000015u, - 0x00000016u, 0x00000003u, 0x0004002bu, 0x0000000fu, 0x00000017u, 0xbf800000u, 0x0004002bu, 0x0000000fu, - 0x00000018u, 0x00000000u, 0x0004002bu, 0x0000000fu, 0x00000019u, 0x3f800000u, 0x0007002cu, 0x00000010u, - 0x0000001au, 0x00000017u, 0x00000017u, 0x00000018u, 0x00000019u, 0x00040020u, 0x0000001bu, 0x00000003u, - 0x00000010u, 0x0004002bu, 0x00000006u, 0x0000001fu, 0x00000001u, 0x0004002bu, 0x0000000fu, 0x00000023u, - 0x40400000u, 0x0007002cu, 0x00000010u, 0x00000024u, 0x00000017u, 0x00000023u, 0x00000018u, 0x00000019u, - 0x0007002cu, 0x00000010u, 0x00000027u, 0x00000023u, 0x00000017u, 0x00000018u, 0x00000019u, 0x00040017u, - 0x00000029u, 0x0000000fu, 0x00000002u, 0x00040020u, 0x0000002au, 0x00000003u, 0x00000029u, 0x0004003bu, - 0x0000002au, 0x0000002bu, 0x00000003u, 0x0004002bu, 0x00000011u, 0x0000002cu, 0x00000000u, 0x00040020u, - 0x0000002du, 0x00000003u, 0x0000000fu, 0x0004002bu, 0x0000000fu, 0x00000030u, 0x3f000000u, 0x0003001eu, - 0x00000037u, 0x0000000fu, 0x00040020u, 0x00000038u, 0x00000009u, 0x00000037u, 0x0004003bu, 0x00000038u, - 0x00000039u, 0x00000009u, 0x00040020u, 0x0000003au, 0x00000009u, 0x0000000fu, 0x00050036u, 0x00000002u, - 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003du, 0x00000006u, 0x00000009u, - 0x00000008u, 0x000500aau, 0x0000000bu, 0x0000000cu, 0x00000009u, 0x0000000au, 0x000300f7u, 0x0000000eu, - 0x00000000u, 0x000400fau, 0x0000000cu, 0x0000000du, 0x0000001du, 0x000200f8u, 0x0000000du, 0x00050041u, - 0x0000001bu, 0x0000001cu, 0x00000016u, 0x0000000au, 0x0003003eu, 0x0000001cu, 0x0000001au, 0x000200f9u, - 0x0000000eu, 0x000200f8u, 0x0000001du, 0x000500aau, 0x0000000bu, 0x00000020u, 0x00000009u, 0x0000001fu, - 0x000300f7u, 0x00000022u, 0x00000000u, 0x000400fau, 0x00000020u, 0x00000021u, 0x00000026u, 0x000200f8u, - 0x00000021u, 0x00050041u, 0x0000001bu, 0x00000025u, 0x00000016u, 0x0000000au, 0x0003003eu, 0x00000025u, - 0x00000024u, 0x000200f9u, 0x00000022u, 0x000200f8u, 0x00000026u, 0x00050041u, 0x0000001bu, 0x00000028u, - 0x00000016u, 0x0000000au, 0x0003003eu, 0x00000028u, 0x00000027u, 0x000200f9u, 0x00000022u, 0x000200f8u, - 0x00000022u, 0x000200f9u, 0x0000000eu, 0x000200f8u, 0x0000000eu, 0x00060041u, 0x0000002du, 0x0000002eu, - 0x00000016u, 0x0000000au, 0x0000002cu, 0x0004003du, 0x0000000fu, 0x0000002fu, 0x0000002eu, 0x00050085u, - 0x0000000fu, 0x00000031u, 0x0000002fu, 0x00000030u, 0x00050081u, 0x0000000fu, 0x00000032u, 0x00000031u, - 0x00000030u, 0x00060041u, 0x0000002du, 0x00000033u, 0x00000016u, 0x0000000au, 0x00000012u, 0x0004003du, - 0x0000000fu, 0x00000034u, 0x00000033u, 0x00050085u, 0x0000000fu, 0x00000035u, 0x00000034u, 0x00000030u, - 0x00050081u, 0x0000000fu, 0x00000036u, 0x00000035u, 0x00000030u, 0x00050041u, 0x0000003au, 0x0000003bu, - 0x00000039u, 0x0000000au, 0x0004003du, 0x0000000fu, 0x0000003cu, 0x0000003bu, 0x00050081u, 0x0000000fu, - 0x0000003du, 0x00000036u, 0x0000003cu, 0x00050050u, 0x00000029u, 0x0000003eu, 0x00000032u, 0x0000003du, - 0x0003003eu, 0x0000002bu, 0x0000003eu, 0x000100fdu, 0x00010038u, 0x07230203u, 0x00010300u, 0x000d000au, - 0x00000015u, 0x00000000u, 0x00020011u, 0x00000001u, 0x0006000bu, 0x00000001u, 0x4c534c47u, 0x6474732eu, - 0x3035342eu, 0x00000000u, 0x0003000eu, 0x00000000u, 0x00000001u, 0x0007000fu, 0x00000004u, 0x00000004u, - 0x6e69616du, 0x00000000u, 0x00000009u, 0x00000011u, 0x00030010u, 0x00000004u, 0x00000007u, 0x00040047u, - 0x00000009u, 0x0000001eu, 0x00000000u, 0x00040047u, 0x0000000du, 0x00000022u, 0x00000000u, 0x00040047u, - 0x0000000du, 0x00000021u, 0x00000000u, 0x00040047u, 0x00000011u, 0x0000001eu, 0x00000000u, 0x00020013u, - 0x00000002u, 0x00030021u, 0x00000003u, 0x00000002u, 0x00030016u, 0x00000006u, 0x00000020u, 0x00040017u, - 0x00000007u, 0x00000006u, 0x00000004u, 0x00040020u, 0x00000008u, 0x00000003u, 0x00000007u, 0x0004003bu, - 0x00000008u, 0x00000009u, 0x00000003u, 0x00090019u, 0x0000000au, 0x00000006u, 0x00000001u, 0x00000000u, - 0x00000000u, 0x00000000u, 0x00000001u, 0x00000000u, 0x0003001bu, 0x0000000bu, 0x0000000au, 0x00040020u, - 0x0000000cu, 0x00000000u, 0x0000000bu, 0x0004003bu, 0x0000000cu, 0x0000000du, 0x00000000u, 0x00040017u, - 0x0000000fu, 0x00000006u, 0x00000002u, 0x00040020u, 0x00000010u, 0x00000001u, 0x0000000fu, 0x0004003bu, - 0x00000010u, 0x00000011u, 0x00000001u, 0x0004002bu, 0x00000006u, 0x00000013u, 0x00000000u, 0x00050036u, - 0x00000002u, 0x00000004u, 0x00000000u, 0x00000003u, 0x000200f8u, 0x00000005u, 0x0004003du, 0x0000000bu, - 0x0000000eu, 0x0000000du, 0x0004003du, 0x0000000fu, 0x00000012u, 0x00000011u, 0x00070058u, 0x00000007u, - 0x00000014u, 0x0000000eu, 0x00000012u, 0x00000002u, 0x00000013u, 0x0003003eu, 0x00000009u, 0x00000014u, - 0x000100fdu, 0x00010038u, -}; - -static const uint8_t reflection_bank[] = -{ - 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, - 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x0c, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x1b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, - 0x5e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x5f, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, - 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x5e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x5f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf7, 0x1b, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, - 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf7, 0x1b, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x14, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf7, 0x1b, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, - 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf7, 0x1b, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x64, 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x64, 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, - 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x64, 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x64, 0x18, 0x00, 0x00, - 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, - 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, - 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x18, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, - 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x00, 0x52, 0x00, 0x41, 0x00, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -}; - -template -struct Shaders -{ - Program tmem_update = {}; - Program span_setup = {}; - Program clear_indirect_buffer = {}; - Program tile_binning_combined = {}; - Program ubershader = {}; - Program depth_blend = {}; - Program rasterizer = {}; - Shader fullscreen = {}; - Shader vi_scale = {}; - Shader vi_divot[2] = {}; - Shader vi_fetch[2] = {}; - Shader vi_blend_fields = {}; - Program extract_vram = {}; - Program masked_rdram_resolve = {}; - Program clear_write_mask = {}; - Program update_upscaled_domain_post = {}; - Program update_upscaled_domain_pre = {}; - Program update_upscaled_domain_resolve = {}; - Program clear_super_sampled_write_mask = {}; - Shader vi_deinterlace_vert = {}; - Shader vi_deinterlace_frag = {}; - - template - Shaders(Device &device, Layout &layout, const Resolver &resolver) - { - layout.unserialize(reflection_bank + 0, 348); - this->tmem_update = device.request_program(spirv_bank + 0, 16944, &layout); - layout.unserialize(reflection_bank + 348, 348); - this->span_setup = device.request_program(spirv_bank + 4236, 9564, &layout); - layout.unserialize(reflection_bank + 696, 348); - this->clear_indirect_buffer = device.request_program(spirv_bank + 6627, 684, &layout); - if (resolver("tile_binning_combined", "SUBGROUP") == 0 && - resolver("tile_binning_combined", "UBERSHADER") == 0 && - resolver("tile_binning_combined", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 1044, 348); - this->tile_binning_combined = device.request_program(spirv_bank + 6798, 15420, &layout); - } - if (resolver("tile_binning_combined", "SUBGROUP") == 1 && - resolver("tile_binning_combined", "UBERSHADER") == 0 && - resolver("tile_binning_combined", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 1392, 348); - this->tile_binning_combined = device.request_program(spirv_bank + 10653, 16308, &layout); - } - if (resolver("tile_binning_combined", "SUBGROUP") == 0 && - resolver("tile_binning_combined", "UBERSHADER") == 1 && - resolver("tile_binning_combined", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 1740, 348); - this->tile_binning_combined = device.request_program(spirv_bank + 14730, 13608, &layout); - } - if (resolver("tile_binning_combined", "SUBGROUP") == 1 && - resolver("tile_binning_combined", "UBERSHADER") == 1 && - resolver("tile_binning_combined", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 2088, 348); - this->tile_binning_combined = device.request_program(spirv_bank + 18132, 13916, &layout); - } - if (resolver("tile_binning_combined", "SUBGROUP") == 0 && - resolver("tile_binning_combined", "UBERSHADER") == 0 && - resolver("tile_binning_combined", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 2436, 348); - this->tile_binning_combined = device.request_program(spirv_bank + 21611, 14972, &layout); - } - if (resolver("tile_binning_combined", "SUBGROUP") == 1 && - resolver("tile_binning_combined", "UBERSHADER") == 0 && - resolver("tile_binning_combined", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 2784, 348); - this->tile_binning_combined = device.request_program(spirv_bank + 25354, 15860, &layout); - } - if (resolver("tile_binning_combined", "SUBGROUP") == 0 && - resolver("tile_binning_combined", "UBERSHADER") == 1 && - resolver("tile_binning_combined", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 3132, 348); - this->tile_binning_combined = device.request_program(spirv_bank + 29319, 13144, &layout); - } - if (resolver("tile_binning_combined", "SUBGROUP") == 1 && - resolver("tile_binning_combined", "UBERSHADER") == 1 && - resolver("tile_binning_combined", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 3480, 348); - this->tile_binning_combined = device.request_program(spirv_bank + 32605, 13452, &layout); - } - if (resolver("ubershader", "SUBGROUP") == 0 && - resolver("ubershader", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 3828, 348); - this->ubershader = device.request_program(spirv_bank + 35968, 234732, &layout); - } - if (resolver("ubershader", "SUBGROUP") == 1 && - resolver("ubershader", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 4176, 348); - this->ubershader = device.request_program(spirv_bank + 94651, 235008, &layout); - } - if (resolver("ubershader", "SUBGROUP") == 0 && - resolver("ubershader", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 4524, 348); - this->ubershader = device.request_program(spirv_bank + 153403, 246596, &layout); - } - if (resolver("ubershader", "SUBGROUP") == 1 && - resolver("ubershader", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 4872, 348); - this->ubershader = device.request_program(spirv_bank + 215052, 246872, &layout); - } - if (resolver("depth_blend", "SUBGROUP") == 0 && - resolver("depth_blend", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 5220, 348); - this->depth_blend = device.request_program(spirv_bank + 276770, 36880, &layout); - } - if (resolver("depth_blend", "SUBGROUP") == 1 && - resolver("depth_blend", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 5568, 348); - this->depth_blend = device.request_program(spirv_bank + 285990, 37156, &layout); - } - if (resolver("depth_blend", "SUBGROUP") == 0 && - resolver("depth_blend", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 5916, 348); - this->depth_blend = device.request_program(spirv_bank + 295279, 38052, &layout); - } - if (resolver("depth_blend", "SUBGROUP") == 1 && - resolver("depth_blend", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 6264, 348); - this->depth_blend = device.request_program(spirv_bank + 304792, 38328, &layout); - } - if (resolver("rasterizer", "SMALL_TYPES") == 0) - { - layout.unserialize(reflection_bank + 6612, 348); - this->rasterizer = device.request_program(spirv_bank + 314374, 203044, &layout); - } - if (resolver("rasterizer", "SMALL_TYPES") == 1) - { - layout.unserialize(reflection_bank + 6960, 348); - this->rasterizer = device.request_program(spirv_bank + 365135, 214820, &layout); - } - layout.unserialize(reflection_bank + 7308, 348); - this->fullscreen = device.request_shader(spirv_bank + 418840, 928, &layout); - layout.unserialize(reflection_bank + 7656, 348); - this->vi_scale = device.request_shader(spirv_bank + 419072, 6676, &layout); - layout.unserialize(reflection_bank + 8004, 348); - this->vi_divot[0] = device.request_shader(spirv_bank + 420741, 1772, &layout); - layout.unserialize(reflection_bank + 8352, 348); - this->vi_divot[1] = device.request_shader(spirv_bank + 421184, 2848, &layout); - layout.unserialize(reflection_bank + 8700, 348); - this->vi_fetch[0] = device.request_shader(spirv_bank + 421896, 5908, &layout); - layout.unserialize(reflection_bank + 9048, 348); - this->vi_fetch[1] = device.request_shader(spirv_bank + 423373, 7748, &layout); - layout.unserialize(reflection_bank + 9396, 348); - this->vi_blend_fields = device.request_shader(spirv_bank + 425310, 756, &layout); - layout.unserialize(reflection_bank + 9744, 348); - this->extract_vram = device.request_program(spirv_bank + 425499, 3928, &layout); - layout.unserialize(reflection_bank + 10092, 348); - this->masked_rdram_resolve = device.request_program(spirv_bank + 426481, 1876, &layout); - layout.unserialize(reflection_bank + 10440, 348); - this->clear_write_mask = device.request_program(spirv_bank + 426950, 1092, &layout); - layout.unserialize(reflection_bank + 10788, 348); - this->update_upscaled_domain_post = device.request_program(spirv_bank + 427223, 2764, &layout); - layout.unserialize(reflection_bank + 11136, 348); - this->update_upscaled_domain_pre = device.request_program(spirv_bank + 427914, 6092, &layout); - layout.unserialize(reflection_bank + 11484, 348); - this->update_upscaled_domain_resolve = device.request_program(spirv_bank + 429437, 8152, &layout); - layout.unserialize(reflection_bank + 11832, 348); - this->clear_super_sampled_write_mask = device.request_program(spirv_bank + 431475, 640, &layout); - layout.unserialize(reflection_bank + 12180, 348); - this->vi_deinterlace_vert = device.request_shader(spirv_bank + 431635, 1384, &layout); - layout.unserialize(reflection_bank + 12528, 348); - this->vi_deinterlace_frag = device.request_shader(spirv_bank + 431981, 500, &layout); - } -}; -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/small_types.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/small_types.h deleted file mode 100644 index e7206f39..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/small_types.h +++ /dev/null @@ -1,121 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -// Utility header to smooth over the difference between -// 8/16-bit integer arithmetic vs. just 8/16-bit storage. - -#ifndef SMALL_INTEGERS_H_ -#define SMALL_INTEGERS_H_ - -#extension GL_EXT_shader_16bit_storage : require -#extension GL_EXT_shader_8bit_storage : require - -#if SMALL_TYPES -#extension GL_EXT_shader_explicit_arithmetic_types_int8 : require -#extension GL_EXT_shader_explicit_arithmetic_types_int16 : require - -#define mem_u8 uint8_t -#define mem_u16 uint16_t -#define mem_u8x2 u8vec2 -#define mem_u16x2 u16vec2 -#define mem_u8x3 u8vec3 -#define mem_u16x3 u16vec3 -#define mem_u8x4 u8vec4 -#define mem_u16x4 u16vec4 - -#define mem_i8 int8_t -#define mem_i16 int16_t -#define mem_i8x2 i8vec2 -#define mem_i16x2 i16vec2 -#define mem_i8x3 i8vec3 -#define mem_i16x3 i16vec3 -#define mem_i8x4 i8vec4 -#define mem_i16x4 i16vec4 - -#define u8 uint8_t -#define u16 uint16_t -#define u8x2 u8vec2 -#define u16x2 u16vec2 -#define u8x3 u8vec3 -#define u16x3 u16vec3 -#define u8x4 u8vec4 -#define u16x4 u16vec4 - -#define i8 int8_t -#define i16 int16_t -#define i8x2 i8vec2 -#define i16x2 i16vec2 -#define i8x3 i8vec3 -#define i16x3 i16vec3 -#define i8x4 i8vec4 -#define i16x4 i16vec4 - -#define U8_C(x) uint8_t(x) -#define I8_C(x) int8_t(x) -#define U16_C(x) uint16_t(x) -#define I16_C(x) int16_t(x) - -#else - -#define mem_u8 uint8_t -#define mem_u16 uint16_t -#define mem_u8x2 u8vec2 -#define mem_u16x2 u16vec2 -#define mem_u8x3 u8vec3 -#define mem_u16x3 u16vec3 -#define mem_u8x4 u8vec4 -#define mem_u16x4 u16vec4 - -#define mem_i8 int8_t -#define mem_i16 int16_t -#define mem_i8x2 i8vec2 -#define mem_i16x2 i16vec2 -#define mem_i8x3 i8vec3 -#define mem_i16x3 i16vec3 -#define mem_i8x4 i8vec4 -#define mem_i16x4 i16vec4 - -#define u8 int -#define u16 int -#define u8x2 ivec2 -#define u16x2 ivec2 -#define u8x3 ivec3 -#define u16x3 ivec3 -#define u8x4 ivec4 -#define u16x4 ivec4 - -#define i8 int -#define i16 int -#define i8x2 ivec2 -#define i16x2 ivec2 -#define i8x3 ivec3 -#define i16x3 ivec3 -#define i8x4 ivec4 -#define i16x4 ivec4 - -#define U8_C(x) int(x) -#define I8_C(x) int(x) -#define U16_C(x) int(x) -#define I16_C(x) int(x) - -#endif -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/span_setup.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/span_setup.comp deleted file mode 100644 index 84480b9f..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/span_setup.comp +++ /dev/null @@ -1,227 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -#include "small_types.h" -#include "debug.h" - -layout(local_size_x_id = 0) in; -layout(constant_id = 1) const int SCALING_LOG2 = 0; -const int SCALING_FACTOR = 1 << SCALING_LOG2; -#include "data_structures.h" - -layout(std430, set = 0, binding = 0) readonly buffer TriangleSetupBuffer -{ - TriangleSetupMem elems[]; -} triangle_setup; -#include "load_triangle_setup.h" - -layout(std430, set = 0, binding = 1) readonly buffer AttributeSetupBuffer -{ - AttributeSetupMem elems[]; -} attribute_setup; -#include "load_attribute_setup.h" - -layout(set = 0, binding = 2, std430) readonly buffer ScissorStateBuffer -{ - ScissorStateMem elems[]; -} scissor_state; -#include "load_scissor_state.h" - -layout(std430, set = 0, binding = 3) writeonly buffer SpanSetups -{ - SpanSetupMem elems[]; -} span_setups; -#include "store_span_setup.h" - -layout(set = 1, binding = 0) uniform utextureBuffer uInterpolationJobs; - -const int SUBPIXELS = 4; -const int SUBPIXELS_LOG2 = 2; - -// Convert a 16.16 signed value to 16.3. We have 8 subpixels in X direction after snapping. -ivec4 quantize_x(ivec4 x) -{ - ivec4 sticky = ivec4(notEqual(x & 0xfff, ivec4(0))); - ivec4 snapped = ivec4((x >> 12) | sticky); - return snapped; -} - -int min4(ivec4 v) -{ - ivec2 v2 = min(v.xy, v.zw); - return min(v2.x, v2.y); -} - -int max4(ivec4 v) -{ - ivec2 v2 = max(v.xy, v.zw); - return max(v2.x, v2.y); -} - -ivec4 interpolate_snapped(ivec4 dvalue, int dy) -{ - int dy_shifted = dy >> SCALING_LOG2; - int dy_masked = dy & (SCALING_FACTOR - 1); - return dy_shifted * dvalue + dy_masked * (dvalue >> SCALING_LOG2); -} - -void main() -{ - ivec3 job_indices = ivec3(texelFetch(uInterpolationJobs, int(gl_WorkGroupID.x)).xyz); - int primitive_index = job_indices.x; - int base_y = job_indices.y * SCALING_FACTOR; - int max_y = job_indices.z * SCALING_FACTOR + (SCALING_FACTOR - 1); - int y = base_y + int(gl_LocalInvocationIndex); - if (y > max_y) - return; - - TriangleSetup setup = load_triangle_setup(primitive_index); - AttributeSetup attr = load_attribute_setup(primitive_index); - ScissorState scissor = load_scissor_state(primitive_index); - - bool flip = (setup.flags & TRIANGLE_SETUP_FLIP_BIT) != 0; - bool interlace_en = (setup.flags & TRIANGLE_SETUP_INTERLACE_FIELD_BIT) != 0; - bool keep_odd_field = (setup.flags & TRIANGLE_SETUP_INTERLACE_KEEP_ODD_BIT) != 0; - - SpanSetup span_setup; - - // Interpolate RGBA, STZW to their scanline. - { - bool do_offset = (setup.flags & TRIANGLE_SETUP_DO_OFFSET_BIT) != 0; - bool skip_xfrac = (setup.flags & TRIANGLE_SETUP_SKIP_XFRAC_BIT) != 0; - int y_interpolation_base = int(setup.yh) >> 2; - y_interpolation_base *= SCALING_FACTOR; - - // For high-resolution interpolation, make sure we snap interpolation correctly at whole pixels, - // and quantize derivatives in-between pixels. - int dy = y - y_interpolation_base; - - int xh = setup.xh * SCALING_FACTOR + dy * (setup.dxhdy << 2); - - ivec4 drgba_diff = ivec4(0); - ivec4 dstzw_diff = ivec4(0); - - // In do_offset mode, varyings are latched at last subpixel line instead of first (for some reason). - if (do_offset) - { - xh += (SCALING_FACTOR * 3) * setup.dxhdy; - - ivec4 drgba_deh = attr.drgba_de & ~0x1ff; - ivec4 drgba_dyh = attr.drgba_dy & ~0x1ff; - drgba_diff = drgba_deh - (drgba_deh >> 2) - drgba_dyh + (drgba_dyh >> 2); - - ivec4 dstzw_deh = attr.dstzw_de & ~0x1ff; - ivec4 dstzw_dyh = attr.dstzw_dy & ~0x1ff; - dstzw_diff = dstzw_deh - (dstzw_deh >> 2) - dstzw_dyh + (dstzw_dyh >> 2); - } - - int base_x = xh >> 15; - int xfrac = skip_xfrac ? 0 : ((xh >> 7) & 0xff); - - ivec4 rgba = attr.rgba + interpolate_snapped(attr.drgba_de, dy); - rgba = ((rgba & ~0x1ff) + drgba_diff - interpolate_snapped((attr.drgba_dx >> 8) & ~1, xfrac)) & ~0x3ff; - - ivec4 stzw = attr.stzw + interpolate_snapped(attr.dstzw_de, dy); - stzw = ((stzw & ~0x1ff) + dstzw_diff - interpolate_snapped((attr.dstzw_dx >> 8) & ~1, xfrac)) & ~0x3ff; - - span_setup.rgba = rgba; - span_setup.stzw = stzw; - span_setup.interpolation_base_x = base_x; - } - - // Check Y dimension. - int yh_interpolation_base = int(setup.yh) & ~(SUBPIXELS - 1); - int ym_interpolation_base = int(setup.ym); - yh_interpolation_base *= SCALING_FACTOR; - ym_interpolation_base *= SCALING_FACTOR; - - int y_sub = int(y * SUBPIXELS); - ivec4 y_subs = y_sub + ivec4(0, 1, 2, 3); - int ylo = max(setup.yh, scissor.ylo) * SCALING_FACTOR; - int yhi = min(setup.yl, scissor.yhi) * SCALING_FACTOR; - - bvec4 clip_lo_y = lessThan(y_subs, ivec4(ylo)); - bvec4 clip_hi_y = greaterThanEqual(y_subs, ivec4(yhi)); - uvec4 clip_y = uvec4(clip_lo_y) | uvec4(clip_hi_y); - - // Interpolate X at all 4 Y-subpixels. - ivec4 xh = setup.xh * SCALING_FACTOR + (y_subs - yh_interpolation_base) * setup.dxhdy; - ivec4 xm = setup.xm * SCALING_FACTOR + (y_subs - yh_interpolation_base) * setup.dxmdy; - ivec4 xl = setup.xl * SCALING_FACTOR + (y_subs - ym_interpolation_base) * setup.dxldy; - xl = mix(xl, xm, lessThan(y_subs, ivec4(SCALING_FACTOR * setup.ym))); - - // If we have overflows, we can become sensitive to this in invalid_line check, where - // checks that should pass fail, and vice versa. - // Note that we shaved off one bit in triangle setup for upscaling purposes, - // so this should be 28 bits normally. - xl = bitfieldExtract(xl, 0, 27 + SCALING_LOG2); - xh = bitfieldExtract(xh, 0, 27 + SCALING_LOG2); - - ivec4 xh_shifted = quantize_x(xh); - ivec4 xl_shifted = quantize_x(xl); - - ivec4 xleft, xright; - if (flip) - { - xleft = xh_shifted; - xright = xl_shifted; - } - else - { - xleft = xl_shifted; - xright = xh_shifted; - } - - bvec4 invalid_line = greaterThan(xleft >> 1, xright >> 1); - - ivec4 lo_scissor = ivec4(SCALING_FACTOR * (scissor.xlo << 1)); - ivec4 hi_scissor = ivec4(SCALING_FACTOR * (scissor.xhi << 1)); - - bool all_over = all(greaterThanEqual(min(xleft, xright), hi_scissor)); - bool all_under = all(lessThan(max(xleft, xright), lo_scissor)); - - xleft = max(xleft, lo_scissor); - xleft = min(xleft, hi_scissor); - xright = max(xright, lo_scissor); - xright = min(xright, hi_scissor); - - invalid_line = bvec4(uvec4(invalid_line) | clip_y); - - xleft = mix(xleft, ivec4(0xffff), invalid_line); - xright = mix(xright, ivec4(0), invalid_line); - - int start_x = min4(xleft) >> 3; - int end_x = max4(xright) >> 3; - - span_setup.xleft = xleft; - span_setup.xright = xright; - span_setup.start_x = start_x; - span_setup.end_x = end_x; - span_setup.valid_line = int(!all(invalid_line) && !all_over && !all_under); - - if (interlace_en) - if (((y >> SCALING_LOG2) & 1) != int(keep_odd_field)) - span_setup.valid_line = U16_C(0); - - span_setup.lodlength = int(flip ? (end_x - span_setup.interpolation_base_x) : (span_setup.interpolation_base_x - start_x)); - store_span_setup(gl_GlobalInvocationID.x, span_setup); -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/store_span_setup.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/store_span_setup.h deleted file mode 100644 index 739db460..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/store_span_setup.h +++ /dev/null @@ -1,43 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef STORE_SPAN_SETUP_H_ -#define STORE_SPAN_SETUP_H_ - -void store_span_setup(uint index, SpanSetup setup) -{ -#if SMALL_TYPES - span_setups.elems[index] = setup; -#else - span_setups.elems[index].rgba = setup.rgba; - span_setups.elems[index].stzw = setup.stzw; - span_setups.elems[index].xleft = mem_u16x4(uvec4(setup.xleft)); - span_setups.elems[index].xright = mem_u16x4(uvec4(setup.xright)); - span_setups.elems[index].interpolation_base_x = setup.interpolation_base_x; - span_setups.elems[index].start_x = setup.start_x; - span_setups.elems[index].end_x = setup.end_x; - span_setups.elems[index].lodlength = mem_i16(setup.lodlength); - span_setups.elems[index].valid_line = mem_u16(setup.valid_line); -#endif -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/texture.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/texture.h deleted file mode 100644 index 4caa078d..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/texture.h +++ /dev/null @@ -1,995 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef TEXTURE_H_ -#define TEXTURE_H_ - -#include "data_structures.h" - -const int TEXTURE_FORMAT_RGBA = 0; -const int TEXTURE_FORMAT_YUV = 1; -const int TEXTURE_FORMAT_CI = 2; -const int TEXTURE_FORMAT_IA = 3; -const int TEXTURE_FORMAT_I = 4; - -int texel_mask_s(TileInfo tile, int s) -{ - if (tile.mask_s != 0) - { - int mask = 1 << tile.mask_s; - if ((tile.flags & TILE_INFO_MIRROR_S_BIT) != 0) - s ^= max((s & mask) - 1, 0); - s &= mask - 1; - } - - return s; -} - -ivec2 texel_mask_s_copy(TileInfo tile, int s) -{ - ivec2 multi_s = s + ivec2(0, 1); - - if (tile.mask_s != 0) - { - int mask = 1 << tile.mask_s; - if ((tile.flags & TILE_INFO_MIRROR_S_BIT) != 0) - multi_s ^= max((multi_s & mask) - 1, 0); - multi_s &= mask - 1; - } - - return multi_s; -} - -int texel_mask_t(TileInfo tile, int t) -{ - if (tile.mask_t != 0) - { - int mask = 1 << tile.mask_t; - if ((tile.flags & TILE_INFO_MIRROR_T_BIT) != 0) - t ^= max((t & mask) - 1, 0); - t &= mask - 1; - } - - return t; -} - -i16x4 convert_rgba16(uint word) -{ - uvec3 rgb = (uvec3(word) >> uvec3(11, 6, 1)) & 31u; - rgb = (rgb << 3u) | (rgb >> 2u); - uint alpha = (word & 1u) * 0xffu; - return i16x4(rgb, alpha); -} - -i16x4 convert_ia16(uint word) -{ - uint intensity = word >> 8; - uint alpha = word & 0xff; - return i16x4(intensity, intensity, intensity, alpha); -} - -i16x4 sample_texel_rgba4(TileInfo tile, uint tmem_instance, uvec2 st) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x >> 1; - byte_offset &= 0xfff; - - uint shift = (~st.x & 1) * 4; - - uint index = byte_offset; - index ^= (st.y & 1) << 2; - index ^= 3; - - uint word = uint(tmem8.instances[tmem_instance].elems[index]); - word = (word >> shift) & 0xf; - word |= word << 4; - return i16x4(word); -} - -i16x4 sample_texel_ia4(TileInfo tile, uint tmem_instance, uvec2 st) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x >> 1; - byte_offset &= 0xfff; - - uint shift = (~st.x & 1) * 4; - - uint index = byte_offset; - index ^= (st.y & 1) << 2; - index ^= 3; - - uint word = uint(tmem8.instances[tmem_instance].elems[index]); - word = (word >> shift) & 0xf; - - uint intensity = word & 0xe; - intensity = (intensity << 4) | (intensity << 1) | (intensity >> 2); - return i16x4(intensity, intensity, intensity, (word & 1) * 0xff); -} - -i16x4 sample_texel_ci4(TileInfo tile, uint tmem_instance, uvec2 st, uint pal) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x >> 1; - byte_offset &= 0xfff; - - uint shift = (~st.x & 1) * 4; - - uint index = byte_offset; - index ^= (st.y & 1) << 2; - index ^= 3; - - uint word = uint(tmem8.instances[tmem_instance].elems[index]); - word = (word >> shift) & 0xf; - word |= pal << 4; - return i16x4(word); -} - -i16x4 sample_texel_ci4_tlut(TileInfo tile, uint tmem_instance, uvec2 st, uint pal, uint lut_offset, uint addr_xor, bool tlut_type) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x >> 1; - byte_offset &= 0x7ff; - - uint shift = (~st.x & 1) * 4; - - uint index = byte_offset; - index ^= (st.y & 1) << 2; - index ^= 3; - - uint word = uint(tmem8.instances[tmem_instance].elems[index]); - word = (word >> shift) & 0xf; - word |= pal << 4; - - uint lut_entry = (word << 2) + lut_offset; - lut_entry ^= addr_xor; - - word = uint(tmem16.instances[tmem_instance].elems[0x400 | lut_entry]); - return tlut_type ? convert_ia16(word) : convert_rgba16(word); -} - -i16x4 sample_texel_ci8_tlut(TileInfo tile, uint tmem_instance, uvec2 st, uint lut_offset, uint addr_xor, bool tlut_type) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x; - byte_offset &= 0x7ff; - - uint index = byte_offset; - index ^= (st.y & 1) << 2; - index ^= 3; - - uint word = uint(tmem8.instances[tmem_instance].elems[index]); - uint lut_entry = (word << 2) + lut_offset; - lut_entry ^= addr_xor; - - word = uint(tmem16.instances[tmem_instance].elems[0x400 | lut_entry]); - return tlut_type ? convert_ia16(word) : convert_rgba16(word); -} - -i16x4 sample_texel_ci32(TileInfo tile, uint tmem_instance, uvec2 st) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x * 2; - byte_offset &= 0xfff; - - uint index = byte_offset >> 1; - index ^= (st.y & 1) << 1; - index ^= 1; - - uint word = uint(tmem16.instances[tmem_instance].elems[index]); - return i16x2(word >> 8, word & 0xff).xyxy; -} - -i16x4 sample_texel_ci32_tlut(TileInfo tile, uint tmem_instance, uvec2 st, uint lut_offset, uint addr_xor, bool tlut_type) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x * 2; - byte_offset &= 0x7ff; - - uint index = byte_offset >> 1; - index ^= (st.y & 1) << 1; - index ^= 1; - - uint word = uint(tmem16.instances[tmem_instance].elems[index]); - uint lut_entry = ((word >> 6) & ~3) + lut_offset; - lut_entry ^= addr_xor; - word = uint(tmem16.instances[tmem_instance].elems[0x400 | lut_entry]); - return tlut_type ? convert_ia16(word) : convert_rgba16(word); -} - -i16x4 sample_texel_rgba8(TileInfo tile, uint tmem_instance, uvec2 st) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x; - byte_offset &= 0xfff; - - uint index = byte_offset; - index ^= (st.y & 1) << 2; - index ^= 3; - - uint word = uint(tmem8.instances[tmem_instance].elems[index]); - return i16x4(word); -} - -i16x4 sample_texel_ia8(TileInfo tile, uint tmem_instance, uvec2 st) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x; - byte_offset &= 0xfff; - - uint index = byte_offset; - index ^= (st.y & 1) << 2; - index ^= 3; - - uint word = uint(tmem8.instances[tmem_instance].elems[index]); - uint intensity = word >> 4; - uint alpha = word & 0xf; - alpha |= alpha << 4; - intensity |= intensity << 4; - return i16x4(intensity, intensity, intensity, alpha); -} - -i16x4 sample_texel_yuv16(TileInfo tile, uint tmem_instance, uvec2 st, uint chroma_x) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - uint byte_offset_luma = byte_offset + st.x; - byte_offset_luma &= 0x7ff; - - uint byte_offset_chroma = byte_offset + chroma_x * 2; - byte_offset_chroma &= 0x7ff; - - uint index_luma = byte_offset_luma; - index_luma ^= (st.y & 1) << 2; - index_luma ^= 3; - - uint index_chroma = byte_offset_chroma >> 1; - index_chroma ^= (st.y & 1) << 1; - index_chroma ^= 1; - - u8 luma = u8(tmem8.instances[tmem_instance].elems[index_luma | 0x800]); - u16 chroma = u16(tmem16.instances[tmem_instance].elems[index_chroma]); - u8 u = u8((chroma >> U16_C(8)) & U16_C(0xff)); - u8 v = u8((chroma >> U16_C(0)) & U16_C(0xff)); - return i16x4(i16(u) - I16_C(0x80), i16(v) - I16_C(0x80), luma, luma); -} - -i16x4 sample_texel_rgba16(TileInfo tile, uint tmem_instance, uvec2 st) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x * 2; - byte_offset &= 0xfff; - - uint index = byte_offset >> 1; - index ^= (st.y & 1) << 1; - index ^= 1; - - uint word = uint(tmem16.instances[tmem_instance].elems[index]); - return convert_rgba16(word); -} - -i16x4 sample_texel_ia16(TileInfo tile, uint tmem_instance, uvec2 st) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x * 2; - byte_offset &= 0xfff; - - uint index = byte_offset >> 1; - index ^= (st.y & 1) << 1; - index ^= 1; - - uint word = uint(tmem16.instances[tmem_instance].elems[index]); - return convert_ia16(word); -} - -i16x4 sample_texel_rgba32(TileInfo tile, uint tmem_instance, uvec2 st) -{ - uint byte_offset = tile.offset + tile.stride * st.y; - byte_offset += st.x * 2; - byte_offset &= 0x7ff; - - uint index = byte_offset >> 1; - index ^= (st.y & 1) << 1; - index ^= 1; - - uint lower_word = uint(tmem16.instances[tmem_instance].elems[index]); - uint upper_word = uint(tmem16.instances[tmem_instance].elems[index | 0x400]); - return i16x4(lower_word >> 8, lower_word & 0xff, upper_word >> 8, upper_word & 0xff); -} - -int clamp_and_shift_coord(bool clamp_bit, int coord, int lo, int hi, int shift) -{ - // Clamp 17-bit coordinate to 16-bit coordinate here. - coord = clamp(coord, -0x8000, 0x7fff); - - if (shift < 11) - coord >>= shift; - else - { - coord <<= (32 - shift); - coord >>= 16; - } - - if (clamp_bit) - { - bool clamp_hi = (coord >> 3) >= hi; - if (clamp_hi) - coord = (((hi >> 2) - (lo >> 2)) & 0x3ff) << 5; - else - coord = max(coord - (lo << 3), 0); - } - else - coord -= lo << 3; - - return coord; -} - -int shift_coord(int coord, int lo, int shift) -{ - // Clamp 17-bit coordinate to 16-bit coordinate here. - coord = clamp(coord, -0x8000, 0x7fff); - - if (shift < 11) - coord >>= shift; - else - { - coord <<= (32 - shift); - coord >>= 16; - } - coord -= lo << 3; - return coord; -} - -// The copy pipe reads 4x16 words. -int sample_texture_copy_word(TileInfo tile, uint tmem_instance, ivec2 st, int s_offset, bool tlut, bool tlut_type) -{ - // For non-16bpp TMEM, the lower 32-bits are sampled based on direct 16-bit fetches. There are no shifts applied. - bool high_word = s_offset < 2; - bool replicate_8bpp = high_word && tile.size != 2 && !tlut; - int samp; - - int s_shamt = min(int(tile.size), 2); - bool large_texel = int(tile.size) == 3; - int idx_mask = (large_texel || tlut) ? 0x3ff : 0x7ff; - - if (replicate_8bpp) - { - // The high word of 8-bpp replication is special in the sense that we sample 8-bpp correctly. - // Sample the two possible words. - st.x += 2 * s_offset; - ivec2 s = texel_mask_s_copy(tile, st.x); - int t = texel_mask_t(tile, st.y); - - uint tbase = tile.offset + tile.stride * t; - uvec2 nibble_offset = (tbase * 2 + (s << s_shamt)) & 0x1fffu; - nibble_offset ^= (t & 1u) * 8u; - uvec2 index = nibble_offset >> 2u; - - index &= idx_mask; - int samp0 = int(tmem16.instances[tmem_instance].elems[index.x ^ 1]); - int samp1 = int(tmem16.instances[tmem_instance].elems[index.y ^ 1]); - - if (tile.size == 1) - { - samp0 >>= 8 - 4 * int(nibble_offset.x & 2); - samp1 >>= 8 - 4 * int(nibble_offset.y & 2); - samp0 &= 0xff; - samp1 &= 0xff; - } - else if (tile.size == 0) - { - samp0 >>= 12 - 4 * int(nibble_offset.x & 3u); - samp1 >>= 12 - 4 * int(nibble_offset.y & 3u); - samp0 = (samp0 & 0xf) * 0x11; - samp1 = (samp1 & 0xf) * 0x11; - } - else - { - samp0 >>= 8; - samp1 >>= 8; - } - - samp = (samp0 << 8) | samp1; - } - else - { - st.x += s_offset; - int s = texel_mask_s(tile, st.x); - int t = texel_mask_t(tile, st.y); - - uint tbase = tile.offset + tile.stride * t; - uint nibble_offset = (tbase * 2 + (s << s_shamt)) & 0x1fffu; - nibble_offset ^= (t & 1u) * 8u; - - uint index = nibble_offset >> 2u; - index &= idx_mask; - samp = int(tmem16.instances[tmem_instance].elems[index ^ 1]); - - if (tlut) - { - if (tile.size == 0) - { - samp >>= 12 - 4 * (nibble_offset & 3); - samp &= 0xf; - samp |= tile.palette << 4; - samp <<= 2; - samp += s_offset; - } - else - { - samp >>= 8 - 4 * (nibble_offset & 2); - samp &= 0xff; - samp <<= 2; - samp += s_offset; - } - samp = int(tmem16.instances[tmem_instance].elems[(samp | 0x400) ^ 1]); - } - } - - return samp; -} - -int sample_texture_copy(TileInfo tile, uint tmem_instance, ivec2 st, int s_offset, bool tlut, bool tlut_type) -{ - st.x = shift_coord(st.x, int(tile.slo), int(tile.shift_s)); - st.y = shift_coord(st.y, int(tile.tlo), int(tile.shift_t)); - st >>= 5; - - int samp; - if (global_constants.fb_info.fb_size == 0) - { - samp = 0; - } - else if (global_constants.fb_info.fb_size == 1) - { - samp = sample_texture_copy_word(tile, tmem_instance, st, s_offset >> 1, tlut, tlut_type); - samp >>= 8 - 8 * (s_offset & 1); - samp &= 0xff; - } - else - { - samp = sample_texture_copy_word(tile, tmem_instance, st, s_offset, tlut, tlut_type); - } - - return samp; -} - -i16x2 bilinear_3tap(i16x2 t00, i16x2 t10, i16x2 t01, i16x2 t11, ivec2 frac) -{ - int sum_frac = frac.x + frac.y; - i16x2 t_base = sum_frac >= 32 ? t11 : t00; - i16x2 flip_frac = i16x2(sum_frac >= 32 ? (32 - frac.yx) : frac); - i16x2 accum = (t10 - t_base) * flip_frac.x; - accum += (t01 - t_base) * flip_frac.y; - accum += I16_C(0x10); - accum >>= I16_C(5); - accum += t_base; - return accum; -} - -i16x4 texture_convert_factors(i16x4 texel_in, i16x4 factors) -{ - ivec4 texel = bitfieldExtract(ivec4(texel_in), 0, 9); - - int r = texel.b + ((factors.x * texel.g + 0x80) >> 8); - int g = texel.b + ((factors.y * texel.r + factors.z * texel.g + 0x80) >> 8); - int b = texel.b + ((factors.w * texel.r + 0x80) >> 8); - int a = texel.b; - return i16x4(r, g, b, a); -} - -i16x4 sample_texture(TileInfo tile, uint tmem_instance, ivec2 st, bool tlut, bool tlut_type, - bool sample_quad, bool mid_texel_state, bool convert_one, bool bilerp, - i16x4 conversion_factors, i16x4 prev_cycle) -{ - st.x = clamp_and_shift_coord((tile.flags & TILE_INFO_CLAMP_S_BIT) != 0, st.x, int(tile.slo), int(tile.shi), int(tile.shift_s)); - st.y = clamp_and_shift_coord((tile.flags & TILE_INFO_CLAMP_T_BIT) != 0, st.y, int(tile.tlo), int(tile.thi), int(tile.shift_t)); - - ivec2 frac; - if (sample_quad) - frac = st & 31; - else - frac = ivec2(0); - - int sum_frac = frac.x + frac.y; - st >>= 5; - - int s0 = texel_mask_s(tile, st.x); - int t0 = texel_mask_t(tile, st.y); - int s1 = texel_mask_s(tile, st.x + 1); - int t1 = texel_mask_t(tile, st.y + 1); - - // Very specific weird logic going on with t0 and t1. - int tdiff = max(t1 - t0, -255); - t1 = (t0 & 0xff) + tdiff; - t0 &= 0xff; - - i16x4 t_base, t10, t01, t11; - bool mid_texel = all(bvec4(mid_texel_state, bilerp, equal(frac, ivec2(0x10)))); - - if (mid_texel) - { - // Ensure we sample all 4 texels. - sum_frac = 0; - } - - bool yuv = tile.fmt == TEXTURE_FORMAT_YUV; - ivec2 base_st = sum_frac >= 0x20 ? ivec2(s1, t1) : ivec2(s0, t0); - int chroma_frac = ((s0 & 1) << 4) | (frac.x >> 1); - - if (tlut) - { - switch (int(tile.fmt)) - { - case TEXTURE_FORMAT_RGBA: - case TEXTURE_FORMAT_CI: - case TEXTURE_FORMAT_IA: - case TEXTURE_FORMAT_I: - { - // For TLUT, entries in the LUT are duplicated and we must make sure that we sample 3 different banks - // when we look up the TLUT entry. In normal situations, this is irrelevant, but we're trying to be accurate here. - bool upper = sum_frac >= 0x20; - uint addr_xor = upper ? 2 : 1; - - switch (int(tile.size)) - { - case 0: - t_base = sample_texel_ci4_tlut(tile, tmem_instance, base_st, tile.palette, upper ? 3 : 0, addr_xor, tlut_type); - if (sample_quad) - { - t10 = sample_texel_ci4_tlut(tile, tmem_instance, ivec2(s1, t0), tile.palette, 1, addr_xor, - tlut_type); - t01 = sample_texel_ci4_tlut(tile, tmem_instance, ivec2(s0, t1), tile.palette, 2, addr_xor, - tlut_type); - } - if (mid_texel) - { - t11 = sample_texel_ci4_tlut(tile, tmem_instance, ivec2(s1, t1), tile.palette, 3, addr_xor, - tlut_type); - } - break; - - case 1: - t_base = sample_texel_ci8_tlut(tile, tmem_instance, base_st, upper ? 3 : 0, addr_xor, tlut_type); - if (sample_quad) - { - t10 = sample_texel_ci8_tlut(tile, tmem_instance, ivec2(s1, t0), 1, addr_xor, tlut_type); - t01 = sample_texel_ci8_tlut(tile, tmem_instance, ivec2(s0, t1), 2, addr_xor, tlut_type); - } - if (mid_texel) - t11 = sample_texel_ci8_tlut(tile, tmem_instance, ivec2(s1, t1), 3, addr_xor, tlut_type); - break; - - default: - t_base = sample_texel_ci32_tlut(tile, tmem_instance, base_st, upper ? 3 : 0, addr_xor, tlut_type); - if (sample_quad) - { - t10 = sample_texel_ci32_tlut(tile, tmem_instance, ivec2(s1, t0), 1, addr_xor, tlut_type); - t01 = sample_texel_ci32_tlut(tile, tmem_instance, ivec2(s0, t1), 2, addr_xor, tlut_type); - } - if (mid_texel) - t11 = sample_texel_ci32_tlut(tile, tmem_instance, ivec2(s1, t1), 3, addr_xor, tlut_type); - break; - } - break; - } - } - } - else - { - switch (int(tile.fmt)) - { - case TEXTURE_FORMAT_RGBA: - switch (int(tile.size)) - { - case 0: - t_base = sample_texel_rgba4(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_rgba4(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_rgba4(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_rgba4(tile, tmem_instance, ivec2(s1, t1)); - break; - - case 1: - t_base = sample_texel_rgba8(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_rgba8(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_rgba8(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_rgba8(tile, tmem_instance, ivec2(s1, t1)); - break; - - case 2: - t_base = sample_texel_rgba16(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_rgba16(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_rgba16(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_rgba16(tile, tmem_instance, ivec2(s1, t1)); - break; - - case 3: - t_base = sample_texel_rgba32(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_rgba32(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_rgba32(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_rgba32(tile, tmem_instance, ivec2(s1, t1)); - break; - } - break; - - case TEXTURE_FORMAT_YUV: - { - uint chroma_x0 = s0 >> 1; - uint chroma_x1 = (s1 + (s1 - s0)) >> 1; - - // Only implement 16bpp for now. It's the only one that gives meaningful results. - t_base = sample_texel_yuv16(tile, tmem_instance, ivec2(s0, t0), chroma_x0); - if (sample_quad) - { - t10 = sample_texel_yuv16(tile, tmem_instance, ivec2(s1, t0), chroma_x1); - t01 = sample_texel_yuv16(tile, tmem_instance, ivec2(s0, t1), chroma_x0); - t11 = sample_texel_yuv16(tile, tmem_instance, ivec2(s1, t1), chroma_x1); - } - break; - } - - case TEXTURE_FORMAT_CI: - switch (int(tile.size)) - { - case 0: - t_base = sample_texel_ci4(tile, tmem_instance, base_st, tile.palette); - if (sample_quad) - { - t10 = sample_texel_ci4(tile, tmem_instance, ivec2(s1, t0), tile.palette); - t01 = sample_texel_ci4(tile, tmem_instance, ivec2(s0, t1), tile.palette); - } - if (mid_texel) - t11 = sample_texel_ci4(tile, tmem_instance, ivec2(s1, t1), tile.palette); - break; - - case 1: - t_base = sample_texel_rgba8(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_rgba8(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_rgba8(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_rgba8(tile, tmem_instance, ivec2(s1, t1)); - break; - - default: - t_base = sample_texel_ci32(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_ci32(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_ci32(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_ci32(tile, tmem_instance, ivec2(s1, t1)); - break; - } - break; - - case TEXTURE_FORMAT_IA: - switch (int(tile.size)) - { - case 0: - t_base = sample_texel_ia4(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_ia4(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_ia4(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_ia4(tile, tmem_instance, ivec2(s1, t1)); - break; - - case 1: - t_base = sample_texel_ia8(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_ia8(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_ia8(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_ia8(tile, tmem_instance, ivec2(s1, t1)); - break; - - case 2: - t_base = sample_texel_ia16(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_ia16(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_ia16(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_ia16(tile, tmem_instance, ivec2(s1, t1)); - break; - - case 3: - t_base = sample_texel_ci32(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_ci32(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_ci32(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_ci32(tile, tmem_instance, ivec2(s1, t1)); - break; - } - break; - - case TEXTURE_FORMAT_I: - switch (int(tile.size)) - { - case 0: - t_base = sample_texel_rgba4(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_rgba4(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_rgba4(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_rgba4(tile, tmem_instance, ivec2(s1, t1)); - break; - - case 1: - t_base = sample_texel_rgba8(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_rgba8(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_rgba8(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_rgba8(tile, tmem_instance, ivec2(s1, t1)); - break; - - default: - t_base = sample_texel_ci32(tile, tmem_instance, base_st); - if (sample_quad) - { - t10 = sample_texel_ci32(tile, tmem_instance, ivec2(s1, t0)); - t01 = sample_texel_ci32(tile, tmem_instance, ivec2(s0, t1)); - } - if (mid_texel) - t11 = sample_texel_ci32(tile, tmem_instance, ivec2(s1, t1)); - break; - } - break; - } - } - - i16x4 accum; - - // This is esoteric gibberish for the most part ... - - // Basic ideas seem to be: - // - If mid_texel is enabled and we end up sampling center pixel, replace any 3-tap bilinear with 4-tap average. - // - If YUV is used, filtering is separate for RG (chroma) and BA (luma) channels. Upper / Mid signals are separate. - // - For YUV, sampling without bilerp with sample_quad means picking either t00 or t11, the base texel of any 3-tap bilerp plane. - // Chroma and Luma planes are selected separately. - // Then, the texel is converted. - // - If convert_one + sample_quad + bilerp is used, a whack mode is entered where the conversion factors are dynamic. - // This also needs to handle variants of MID / YUV. - - if (convert_one) - { - // bilerp + convert_one path. !bilerp + convert_one path is trivial and does not require sampling at all. - // It is handled outside. - - ivec4 prev_sext = bitfieldExtract(ivec4(prev_cycle), 0, 9); - if (sample_quad) - { - bool mid_rg = yuv ? all(bvec3(mid_texel_state, equal(ivec2(chroma_frac, frac.y), ivec2(0x10)))) : mid_texel; - bool mid_ba = mid_texel; - - bool upper_ba = sum_frac >= 32; - bool upper_rg = yuv ? ((chroma_frac + frac.y) >= 32 && !mid_rg) : upper_ba; - - ivec2 factors_rg = upper_rg ? prev_sext.gr : prev_sext.rg; - ivec2 factors_ba = upper_ba ? prev_sext.gr : prev_sext.rg; - - // t11 vs t00 selection is already done for non-YUV. YUV needs to defer here. - - ivec2 converted_rg, converted_ba; - if (mid_rg) - { - converted_rg = factors_rg.r * (t01.rg - t11.rg) + - factors_rg.g * (t10.rg - t11.rg) + - ((t_base.rg - t11.rg) << 6) + 0x80; - } - else - { - ivec2 base_rg = upper_rg && yuv ? t11.xy : t_base.xy; - converted_rg = factors_rg.r * (t10.xy - base_rg) + factors_rg.g * (t01.xy - base_rg) + 0x80; - } - - if (mid_ba) - { - converted_ba = factors_ba.r * (t01.ba - t11.ba) + - factors_ba.g * (t10.ba - t11.ba) + - ((t_base.ba - t11.ba) << 6) + 0x80; - } - else - { - ivec2 base_ba = upper_ba && yuv ? t11.zw : t_base.zw; - converted_ba = factors_ba.r * (t10.zw - base_ba) + factors_ba.g * (t01.zw - base_ba) + 0x80; - } - - ivec4 converted = ivec4(converted_rg, converted_ba); - converted >>= 8; - converted += prev_sext.b; - accum = i16x4(converted); - } - else - accum = i16x4(prev_sext.bbbb); - } - else if (yuv) - { - if (sample_quad) - { - i16x2 accum_chroma; - i16x2 accum_luma; - - if (bilerp) - { - bool mid_chroma = all(bvec3(mid_texel_state, equal(ivec2(chroma_frac, frac.y), ivec2(0x10)))); - if (mid_chroma) - accum_chroma = (t_base.xy + t10.xy + t11.xy + t01.xy + I16_C(2)) >> I16_C(2); - else - accum_chroma = bilinear_3tap(t_base.xy, t10.xy, t01.xy, t11.xy, ivec2(chroma_frac, frac.y)); - - if (mid_texel) - accum_luma = (t_base.zw + t10.zw + t11.zw + t01.zw + I16_C(2)) >> I16_C(2); - else - accum_luma = bilinear_3tap(t_base.zw, t10.zw, t01.zw, t11.zw, frac); - } - else - { - // Weird path. Seems to pick either t00 or t11 for purposes of nearest. - // Bilinear footprint path, except it's not doing bilinear path. - accum_luma = frac.x + frac.y >= 32 ? t11.zw : t_base.zw; - accum_chroma = chroma_frac + frac.y >= 32 ? t11.xy : t_base.xy; - } - - accum = i16x4(accum_chroma, accum_luma); - } - else - accum = t_base; - } - else if (mid_texel) - { - accum = (t_base + t01 + t10 + t11 + I16_C(2)) >> I16_C(2); - } - else if (bilerp && sample_quad) - { - i16x2 flip_frac = i16x2(sum_frac >= 32 ? (32 - frac.yx) : frac); - accum = (t10 - t_base) * flip_frac.x; - accum += (t01 - t_base) * flip_frac.y; - accum += I16_C(0x10); - accum >>= I16_C(5); - accum += t_base; - } - else - accum = t_base; - - // If we don't spend math on bilerp for this cycle, we get conversion instead. - // This happens regardless of convert_one. Convert_one in cycle 1 only means we take the - // previous texel cycle and perform some math on it. - - if (!bilerp && !convert_one) - accum = texture_convert_factors(accum, conversion_factors); - - return accum; -} - -void compute_lod_2cycle(inout uint tile0, inout uint tile1, out i16 lod_frac, uint max_level, int min_lod, - ivec2 st, ivec2 st_dx, ivec2 st_dy, - bool perspective_overflow, bool tex_lod_en, bool sharpen_tex_en, bool detail_tex_en) -{ - bool magnify = false; - bool distant = false; - - uint tile_offset = 0; - - if (perspective_overflow) - { - distant = true; - lod_frac = i16(0xff); - } - else - { - ivec2 dx = st_dx - st; - // Kinda abs, except it's 1 less than expected if negative. - dx ^= dx >> 31; - ivec2 dy = st_dy - st; - // Kinda abs, except it's 1 less than expected if negative. - dy ^= dy >> 31; - - ivec2 max_d2 = max(dx, dy); - int max_d = max(max_d2.x, max_d2.y); - - if (max_d >= 0x4000) - { - distant = true; - lod_frac = i16(0xff); - tile_offset = max_level; - } - else if (max_d < 32) // LOD < 0 - { - distant = max_level == 0u; - magnify = true; - - if (!sharpen_tex_en && !detail_tex_en) - lod_frac = i16(distant ? 0xff : 0); - else - lod_frac = i16((max(min_lod, max_d) << 3) + (sharpen_tex_en ? -0x100 : 0)); - } - else - { - int mip_base = max(findMSB(max_d >> 5), 0); - distant = mip_base >= max_level; - - if (distant && !sharpen_tex_en && !detail_tex_en) - { - lod_frac = i16(0xff); - } - else - { - lod_frac = i16(((max_d << 3) >> mip_base) & 0xff); - tile_offset = mip_base; - } - } - } - - if (tex_lod_en) - { - if (distant) - tile_offset = max_level; - - if (!detail_tex_en) - { - tile0 = (tile0 + tile_offset) & 7u; - if (distant || (!sharpen_tex_en && magnify)) - tile1 = tile0; - else - tile1 = (tile0 + 1) & 7; - } - else - { - tile1 = (tile0 + tile_offset + ((distant || magnify) ? 1 : 2)) & 7u; - tile0 = (tile0 + tile_offset + (magnify ? 0 : 1)) & 7u; - } - } -} - -#endif diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/tile_binning_combined.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/tile_binning_combined.comp deleted file mode 100644 index 909b3194..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/tile_binning_combined.comp +++ /dev/null @@ -1,270 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -// Consumes result from tile_binning_prepass.comp, bins at a finer resolution (8x8 or 16x16 blocks). -#include "small_types.h" - -#if SUBGROUP -#extension GL_KHR_shader_subgroup_basic : require -#extension GL_KHR_shader_subgroup_vote : require -#extension GL_KHR_shader_subgroup_ballot : require -#extension GL_KHR_shader_subgroup_arithmetic : require -layout(local_size_x_id = 0) in; -#else -// Reasonable default. For AMD (64 threads), subgroups are definitely supported, so this won't be hit. -layout(local_size_x = 32) in; -#endif - -#include "debug.h" -#include "data_structures.h" -#include "binning.h" - -layout(constant_id = 1) const int TILE_WIDTH = 8; -layout(constant_id = 2) const int TILE_HEIGHT = 8; -layout(constant_id = 3) const int MAX_PRIMITIVES = 256; -layout(constant_id = 4) const int MAX_WIDTH = 1024; -layout(constant_id = 5) const int TILE_INSTANCE_STRIDE = 0x8000; -layout(constant_id = 6) const int SCALE_FACTOR = 1; - -const int TILE_BINNING_STRIDE = MAX_PRIMITIVES / 32; -const int MAX_TILES_X = MAX_WIDTH / TILE_WIDTH; - -layout(set = 0, binding = 0, std430) readonly buffer TriangleSetupBuffer -{ - TriangleSetupMem elems[]; -} triangle_setup; -#include "load_triangle_setup.h" - -layout(set = 0, binding = 1, std430) readonly buffer ScissorStateBuffer -{ - ScissorStateMem elems[]; -} scissor_state; -#include "load_scissor_state.h" - -layout(set = 0, binding = 2, std430) readonly buffer StateIndicesBuffer -{ - InstanceIndicesMem elems[]; -} state_indices; - -layout(std430, set = 0, binding = 3) writeonly buffer TileBitmask -{ - uint binned_bitmask[]; -}; - -layout(std430, set = 0, binding = 4) writeonly buffer TileBitmaskCoarse -{ - uint binned_bitmask_coarse[]; -}; - -#if !UBERSHADER -layout(std430, set = 0, binding = 5) writeonly buffer TileInstanceOffset -{ - uint elems[]; -} tile_instance_offsets; - -layout(std430, set = 0, binding = 6) buffer IndirectBuffer -{ - uvec4 elems[]; -} indirect_counts; - -// This can actually be uint16_t, but AMD doesn't seem to support loading uint16_t in SMEM unit, -// the memory traffic for this data structure is not relevant anyways. -struct TileRasterWork -{ - uint tile_x, tile_y; - uint tile_instance; - uint primitive; -}; - -layout(std430, set = 0, binding = 7) writeonly buffer WorkList -{ - uvec4 elems[]; -} tile_raster_work; -#endif - -#if !UBERSHADER -uint allocate_work_offset(uint variant_index) -{ -#if !SUBGROUP - return atomicAdd(indirect_counts.elems[variant_index].x, 1u); -#else - // Merge atomic operations. Compiler would normally do this, - // but it might not have figured out that variant_index is uniform. - uvec4 active_mask = subgroupBallot(true); - uint count = subgroupBallotBitCount(active_mask); - uint work_offset = 0u; - if (subgroupElect()) - work_offset = atomicAdd(indirect_counts.elems[variant_index].x, count); - work_offset = subgroupBroadcastFirst(work_offset); - work_offset += subgroupBallotExclusiveBitCount(active_mask); - return work_offset; -#endif -} -#endif - -layout(push_constant, std430) uniform Registers -{ - uvec2 resolution; - int primitive_count; -} fb_info; - -#if !SUBGROUP -shared uint merged_mask_shared; -#endif - -void main() -{ - int group_index = int(gl_WorkGroupID.x); - ivec2 meta_tile = ivec2(gl_WorkGroupID.yz); - - const int TILES_X = 8; - const int TILES_Y = int(gl_WorkGroupSize.x) >> 3; - -#if SUBGROUP - // Spec is unclear how gl_LocalInvocationIndex is mapped to gl_SubgroupInvocationID, so synthesize our own. - // We know the subgroups are fully occupied with VK_EXT_subgroup_size_control already. - int local_index = int(gl_SubgroupInvocationID); - int SUBGROUP_TILES_Y = int(gl_SubgroupSize) >> 3; -#else - int local_index = int(gl_LocalInvocationIndex); -#endif - - int inner_tile_x = local_index & 7; - int inner_tile_y = local_index >> 3; -#if SUBGROUP - inner_tile_y += SUBGROUP_TILES_Y * int(gl_SubgroupID); -#endif - ivec2 tile = meta_tile * ivec2(TILES_X, TILES_Y) + ivec2(inner_tile_x, inner_tile_y); - - int linear_tile = tile.y * MAX_TILES_X + tile.x; - - ivec2 base_coord_meta = meta_tile * ivec2(TILE_WIDTH * TILES_X, TILE_HEIGHT * TILES_Y); -#if SUBGROUP - base_coord_meta.y += SUBGROUP_TILES_Y * TILE_HEIGHT * int(gl_SubgroupID); - ivec2 end_coord_meta = min(base_coord_meta + ivec2(TILE_WIDTH * TILES_X, TILE_HEIGHT * SUBGROUP_TILES_Y), ivec2(fb_info.resolution)) - 1; -#else - ivec2 end_coord_meta = min(base_coord_meta + ivec2(TILE_WIDTH * TILES_X, TILE_HEIGHT * TILES_Y), ivec2(fb_info.resolution)) - 1; -#endif - - ivec2 base_coord = tile * ivec2(TILE_WIDTH, TILE_HEIGHT); - ivec2 end_coord = min(base_coord + ivec2(TILE_WIDTH, TILE_HEIGHT), ivec2(fb_info.resolution)) - 1; - - int primitive_count = fb_info.primitive_count; - -#if !SUBGROUP - if (local_index == 0) - merged_mask_shared = 0u; - barrier(); -#endif - - bool binned = false; - if (local_index < 32) - { - uint primitive_index = group_index * 32 + local_index; - if (primitive_index < primitive_count) - { - ScissorState scissor = load_scissor_state(primitive_index); - TriangleSetup setup = load_triangle_setup(primitive_index); - binned = bin_primitive(setup, base_coord_meta, end_coord_meta, SCALE_FACTOR, scissor); - } - } - -#if SUBGROUP - uint merged_mask = subgroupBallot(binned).x; -#else - if (binned) - atomicOr(merged_mask_shared, 1u << local_index); - barrier(); - uint merged_mask = merged_mask_shared; -#endif - - uint binned_mask = 0u; - while (merged_mask != 0u) - { - int bit = findLSB(merged_mask); - merged_mask &= ~(1u << bit); - uint primitive_index = group_index * 32 + bit; - ScissorState scissor = load_scissor_state(primitive_index); - TriangleSetup setup = load_triangle_setup(primitive_index); - if (bin_primitive(setup, base_coord, end_coord, SCALE_FACTOR, scissor)) - binned_mask |= 1u << bit; - } - - binned_bitmask[linear_tile * TILE_BINNING_STRIDE + group_index] = binned_mask; - if (binned_mask != 0u) - atomicOr(binned_bitmask_coarse[linear_tile], 1u << group_index); - else - atomicAnd(binned_bitmask_coarse[linear_tile], ~(1u << group_index)); - -#if SUBGROUP -#if !UBERSHADER - uint bit_count = uint(bitCount(binned_mask)); - uint instance_offset = 0u; - if (subgroupAny(bit_count != 0u)) - { - // Allocate tile instance space for all threads in subgroup in one go. - uint total_bit_count = subgroupAdd(bit_count); - - if (subgroupElect()) - if (total_bit_count != 0u) - instance_offset = atomicAdd(indirect_counts.elems[0].w, total_bit_count); - - instance_offset = subgroupBroadcastFirst(instance_offset); - instance_offset += subgroupInclusiveAdd(bit_count) - bit_count; - } -#endif -#else -#if !UBERSHADER - uint bit_count = uint(bitCount(binned_mask)); - uint instance_offset = 0u; - if (bit_count != 0u) - instance_offset = atomicAdd(indirect_counts.elems[0].w, bit_count); -#endif -#endif - -#if !UBERSHADER - if (bit_count != 0u) - tile_instance_offsets.elems[linear_tile * TILE_BINNING_STRIDE + group_index] = instance_offset; - -#if SUBGROUP - uint variant_mask = subgroupOr(binned_mask); -#else - uint variant_mask = binned_mask; -#endif - - while (variant_mask != 0u) - { - int bit = findLSB(variant_mask); - variant_mask &= ~(1u << bit); - int primitive_index = group_index * 32 + bit; - - if ((binned_mask & (1u << bit)) != 0u) - { - uint variant_index = uint(state_indices.elems[primitive_index].static_depth_tmem.x); - uint work_offset = allocate_work_offset(variant_index); - tile_raster_work.elems[work_offset + uint(TILE_INSTANCE_STRIDE) * variant_index] = - uvec4(tile.x, tile.y, instance_offset, primitive_index); - instance_offset++; - } - } -#endif -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/tmem_update.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/tmem_update.comp deleted file mode 100644 index dc8f010e..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/tmem_update.comp +++ /dev/null @@ -1,577 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -#include "debug.h" -#include "small_types.h" -layout(local_size_x_id = 0) in; - -layout(set = 0, binding = 0, std430) readonly buffer VRAM8Buffer -{ - mem_u8 data[]; -} vram8; - -layout(set = 0, binding = 0, std430) readonly buffer VRAM16Buffer -{ - mem_u16 data[]; -} vram16; - -layout(set = 0, binding = 0, std430) readonly buffer VRAM32Buffer -{ - uint data[]; -} vram32; - -layout(set = 0, binding = 1, std430) buffer TMEM16Buffer -{ - mem_u16 data[2048]; -} tmem16; - -struct TileInstance -{ - mem_u16 data[2048]; -}; - -layout(set = 0, binding = 2, std430) writeonly buffer TMEMInstances -{ - TileInstance instances[]; -} tile_instances; - -layout(push_constant, std430) uniform Registers -{ - int num_uploads; -} registers; - -const int TEXTURE_FMT_RGBA = 0; -const int TEXTURE_FMT_YUV = 1; -const int TEXTURE_FMT_CI = 2; -const int TEXTURE_FMT_IA = 3; -const int TEXTURE_FMT_I = 4; - -const int UPLOAD_MODE_TILE = 0; -const int UPLOAD_MODE_TLUT = 1; -const int UPLOAD_MODE_BLOCK = 2; - -struct UploadInfo -{ - int width, height; - float min_t_mod, max_t_mod; - - int vram_addr; - int vram_width; - int vram_size; - int vram_effective_width; - - int tmem_offset; - int tmem_stride_words; - int tmem_size; - int tmem_fmt; - - int mode; - float inv_tmem_stride_words; - int dxt; - int padding; -}; - -layout(set = 1, binding = 0, std140) uniform UploadInfos -{ - UploadInfo upload_info[256]; -}; - -bool tmem_dirty; -uint current_tmem_value; - -int compute_upload_t(int offset, float inv_stride) -{ - // This is still exact for all relevant inputs, and much faster than integer divide. - return int((float(offset) + 0.5) * inv_stride); -} - -// In 32bpp upload mode we read 64 bits and split the result over the lower and upper TMEM. -void update_tmem_32(UploadInfo info, int tmem16_index, bool upper_tmem, bool yuv) -{ - int tmem16_offset = (info.tmem_offset & 0x7ff) >> 1; - int tmem16_stride = info.tmem_stride_words; - - int pixel_offset = (tmem16_index - tmem16_offset) & 0x3ff; - int upload_x, upload_y; - int upload_x_xor = 0; - - if (info.mode == UPLOAD_MODE_BLOCK) - { - int word_offset = pixel_offset >> 1; - - if (info.tmem_stride_words == 0) - { - // Trivial case, we can just compute T factor directly and set upload_x_xor. - // Other than that, it works like a simple 1D upload. - - // However, if DxT is weird, we might end up in a situation where this word is written multiple times, - // or zero times. - - int iteration_candidate_first = word_offset & ~1; - int iteration_candidate_second = iteration_candidate_first + 1; - int first_t = (iteration_candidate_first * info.dxt) >> 16; - int second_t = (iteration_candidate_second * info.dxt) >> 16; - if (first_t != second_t) - { - int iteration_candidate_first_write_index = iteration_candidate_first ^ (first_t & 1); - int iteration_candidate_second_write_index = iteration_candidate_second ^ (second_t & 1); - if (iteration_candidate_second_write_index == word_offset) - upload_x_xor = (second_t & 1) << 1; - else if (iteration_candidate_first_write_index == word_offset) - upload_x_xor = (first_t & 1) << 1; - else - return; - } - else - upload_x_xor ^= (first_t & 1) << 1; - } - else - { - // Welp ... This is pure insanity, but if we want to be completely correct ... - int min_t = compute_upload_t(word_offset & ~1, info.min_t_mod); - int max_t = compute_upload_t(word_offset | 1, info.max_t_mod); - - // If t has a range, then the solution to Y = (t = floor(X * dt / 2048)) * stride + X has a range space of: - // Y - t_max * stride <= X <= Y - t_min * stride. - int max_word_candidate = (word_offset | 1) - tmem16_stride * min_t; - int min_word_candidate = (word_offset & ~1) - tmem16_stride * max_t; - - // If we have constraints for X, we constraint T further. - min_t = max(min_t, (min_word_candidate * info.dxt) >> 16); - max_t = min(max_t, (max_word_candidate * info.dxt) >> 16); - - bool found_candidate = false; - for (int t = max_t; t >= min_t; t--) - { - // Check to see if t is a solution to the equation. - // Potentially two targets could write here. - int candidate_solution_first = (word_offset & ~1) - tmem16_stride * t; - int candidate_solution_second = (word_offset | 1) - tmem16_stride * t; - - int candidate_t_first = (candidate_solution_first * info.dxt) >> 16; - int candidate_t_second = (candidate_solution_second * info.dxt) >> 16; - - if (((candidate_solution_second + candidate_t_second * tmem16_stride) ^ (candidate_t_second & 1)) == word_offset) - { - found_candidate = true; - pixel_offset = (candidate_solution_second << 1) + (pixel_offset & 1); - break; - } - else if (((candidate_solution_first + candidate_t_first * tmem16_stride) ^ (candidate_t_first & 1)) == word_offset) - { - found_candidate = true; - pixel_offset = (candidate_solution_first << 1) + (pixel_offset & 1); - break; - } - } - - // We strided over this 64bpp word. - if (!found_candidate) - return; - } - - upload_x = pixel_offset; - upload_y = 0; - } - else if (tmem16_stride == 0) - { - // For TMEM stride of 0 we're essentially replaying the same line over and over and the final visible result - // is what happened in Y == height - 1. - upload_x = pixel_offset; - upload_y = info.height - 1; - } - else - { - upload_y = compute_upload_t(pixel_offset, info.inv_tmem_stride_words); - upload_x = pixel_offset - upload_y * tmem16_stride; - - // If stride is smaller than width, we'll need to unroll the last line. - if (upload_y >= info.height) - { - upload_x += tmem16_stride * (upload_y - info.height + 1); - upload_y = info.height - 1; - } - } - - int last_line_upload_x = upload_x ^ ((upload_y & 1) << 1); - if (last_line_upload_x >= info.width && upload_y > 0) - { - // If the last line won't trigger a write, the previous line probably did. - upload_y--; - upload_x += tmem16_stride; - } - - int iteration_offset; - - upload_x ^= ((upload_y & 1) << 1) | upload_x_xor; - - if (info.vram_size == 3 || yuv) - { - iteration_offset = 4 * (upload_x & ~1); - } - else if (info.vram_size == 2) - { - // In 16bpp VRAM mode, we are supposed to step 4 pixels at a time (8 bytes), which will form 2 complete pixels. - // However, in 32bpp tile mode we're not shifting the X value appropriately. - // So, we're writing texels [0, 1, ..., 4, 5, ...], etc. - if ((upload_x & 2) != 0) - { - // We're not writing in this line, but the previous line might have! - // Interleaving patterns will form ... - if (upload_y > 0) - { - upload_y--; - upload_x += tmem16_stride; - upload_x ^= 2; - } - else - { - // These 2 words will never be written to. - return; - } - } - iteration_offset = 2 * (upload_x & ~1); - } - else if (info.vram_size == 1) - { - // 4 potential mirrors. - for (int i = 0; i < 4 && upload_y > 0 && (upload_x & 6) != 0; i++) - { - upload_y--; - upload_x += tmem16_stride; - upload_x ^= 2; - } - - if ((upload_x & 6) != 0) - { - // These 6 words will never be written to. - return; - } - - iteration_offset = upload_x & ~1; - } - - if (upload_x >= info.width) - return; - - int line_rdram_addr = info.vram_addr + ((upload_y * info.vram_width) << (info.vram_size - 1)); - - // The loading pipeline reads 64 bits per iteration. - int rdram_addr = line_rdram_addr + iteration_offset + 4 * (upload_x & 1); - - uint word; - if ((rdram_addr & 3) == 0) - { - word = uint(vram32.data[rdram_addr >> 2]); - } - else - { - word = (uint(vram8.data[rdram_addr ^ 3]) << 24) | - (uint(vram8.data[(rdram_addr + 1) ^ 3]) << 16) | - (uint(vram8.data[(rdram_addr + 2) ^ 3]) << 8) | - uint(vram8.data[(rdram_addr + 3) ^ 3]); - } - - if (yuv) - { - // Lower TMEM receives interleaved UV samples, while upper receives Y. - if (upper_tmem) - { - uint y0 = (word >> 16u) & 0xffu; - uint y1 = (word >> 0u) & 0xffu; - word = (y0 << 8u) | y1; - } - else - { - uint u = (word >> 24u) & 0xffu; - uint v = (word >> 8u) & 0xffu; - word = (u << 8u) | v; - } - } - else - { - word >>= 16u - 16u * uint(upper_tmem); - word &= 0xffffu; - } - current_tmem_value = word; - tmem_dirty = true; -} - -void update_tmem_16(UploadInfo info, int tmem16_index) -{ - int tmem16_offset = (info.tmem_offset & 0xfff) >> 1; - int tmem16_stride = info.tmem_stride_words; - - int pixel_offset = (tmem16_index - tmem16_offset) & 0x7ff; - int upload_x, upload_y; - int upload_x_xor = 0; - - if (info.mode == UPLOAD_MODE_BLOCK) - { - int word_offset = pixel_offset >> 2; - - if (info.tmem_stride_words == 0) - { - // Trivial case, we can just compute T factor directly and set upload_x_xor. - // Other than that, it works like a simple 1D upload. - upload_x_xor = (((word_offset * info.dxt) >> 16) & 1) << 1; - } - else - { - // Welp ... This is pure insanity, but if we want to be completely correct ... - int min_t = compute_upload_t(word_offset, info.min_t_mod); - int max_t = compute_upload_t(word_offset, info.max_t_mod); - - // If t has a range, then the solution to Y = (t = floor(X * dt / 2048)) * stride + X has a range space of: - // Y - t_max * stride <= X <= Y - t_min * stride. - int max_word_candidate = word_offset - tmem16_stride * min_t; - int min_word_candidate = word_offset - tmem16_stride * max_t; - - // If we have constraints for X, we constraint T further. - min_t = max(min_t, (min_word_candidate * info.dxt) >> 16); - max_t = min(max_t, (max_word_candidate * info.dxt) >> 16); - - bool found_candidate = false; - for (int t = max_t; t >= min_t; t--) - { - // Check to see if t is a solution to the equation. - int candidate_solution = word_offset - tmem16_stride * t; - int computed_t = (candidate_solution * info.dxt) >> 16; - if (candidate_solution + computed_t * tmem16_stride == word_offset) - { - found_candidate = true; - upload_x_xor = (computed_t & 1) << 1; - pixel_offset = (candidate_solution << 2) + (pixel_offset & 3); - } - } - - // We strided over this 64bpp word. - if (!found_candidate) - return; - } - - upload_x = pixel_offset; - upload_y = 0; - } - else if (tmem16_stride == 0) - { - // For TMEM stride of 0 we're essentially replaying the same line over and over and the final visible result - // is what happened in Y == height - 1. - upload_x = pixel_offset; - upload_y = info.height - 1; - } - else - { - upload_y = compute_upload_t(pixel_offset, info.inv_tmem_stride_words); - upload_x = pixel_offset - upload_y * tmem16_stride; - - // If stride is smaller than width, we'll need to unroll the last line. - if (upload_y >= info.height) - { - upload_x += tmem16_stride * (upload_y - info.height + 1); - upload_y = info.height - 1; - } - } - - // This is pure bullshit magic which arises as an edge case when - // tile pixel size does not match texture image size. - // Should not happen in normal applications. - // This is basically doing scatter-as-gather, so we need to figure out - // if there is no write to our texel after all (striding), or if there are multiple writes - // to our texel, in which case we need to figure out the last writer. - // This code is black magic, and it's made with blood, sweat and tears from testing with lots of trial and error. - int iteration_offset; - if (info.tmem_size != info.vram_size) - { - if (info.vram_size - info.tmem_size == 1) - { - // If TMEM is N bpp but VRAM is 2N bpp, we will get mirrored writes here. - // Select which half of the 2N bpp load we observe in TMEM. - iteration_offset = (upload_x & ~3) * 4; - if ((upload_x & ~3) + 2 < (info.vram_effective_width >> (3 - info.vram_size))) - iteration_offset += 8; - } - else if (info.tmem_size == 2 && info.vram_size == 1) - { - // In 8bpp VRAM mode, we are supposed to step 8 pixels at a time (8 bytes), which will form 4 complete pixels. - // However, in 16bpp tile mode we're not shifting the X value appropriately. - // So, we're writing texels [0, 1, 2, 3, ..., 8, 9, 10, 11], etc. - if ((upload_x & 4) != 0) - { - // We're not writing in this line, but the previous line might have! - // Interleaving patterns will form ... - if ((tmem16_stride & 4) != 0 && upload_y > 0) - { - upload_y--; - upload_x += tmem16_stride; - } - else - { - // These 4 words will never be written to. - return; - } - } - iteration_offset = upload_x & ~3; - } - } - else - { - // Normal case TMEM size aligns with VRAM size. - iteration_offset = (upload_x & ~3) * 2; - } - - if (upload_x >= info.width) - return; - - int line_rdram_addr = info.vram_addr + ((upload_y * info.vram_width) << (info.vram_size - 1)); - upload_x ^= ((upload_y & 1) << 1) | upload_x_xor; - - // The loading pipeline reads 64 bits per iteration. - int rdram_addr = line_rdram_addr + iteration_offset + 2 * (upload_x & 3); - - uint word; - if ((rdram_addr & 1) == 0) - word = uint(vram16.data[(rdram_addr >> 1) ^ 1]); - else - word = (uint(vram8.data[rdram_addr ^ 3]) << 8) | uint(vram8.data[(rdram_addr + 1) ^ 3]); - - current_tmem_value = word; - tmem_dirty = true; -} - -void update_tmem_lut(UploadInfo info, int tmem16_index) -{ - int tmem16_offset = (info.tmem_offset & 0xfff) >> 1; - int pixel_offset = (tmem16_index - tmem16_offset) & 0x7ff; - int pixel_offset_splat; - - if (info.vram_size - info.tmem_size == 2) - { - pixel_offset_splat = pixel_offset >> 2; - pixel_offset_splat <<= info.vram_size - 2; - if (pixel_offset_splat >= info.vram_effective_width) - return; - } - else if (info.vram_size - info.tmem_size == 1) - { - if ((pixel_offset & 4) == 0) - { - int shamt = info.tmem_size + (info.vram_size == 2 ? 2 : 0); - pixel_offset_splat = (pixel_offset & ~7) >> shamt; - if (pixel_offset_splat >= info.vram_effective_width) - return; - } - else - { - return; - } - } - else if (info.vram_size == info.tmem_size) - { - if ((pixel_offset & 0xc) == 0) - { - int shamt = info.tmem_size + (info.vram_size == 2 ? 2 : 0); - pixel_offset_splat = (pixel_offset & ~3) >> shamt; - if (pixel_offset_splat >= info.vram_effective_width) - return; - } - else - { - return; - } - } - else if (info.vram_size - info.tmem_size == -1) - { - if ((pixel_offset & 0x1c) == 0) - { - int shamt = info.tmem_size; - pixel_offset_splat = (pixel_offset >> shamt) & ~7; - if (pixel_offset_splat >= info.vram_effective_width) - return; - } - else - { - return; - } - } - else - { - // 4bpp tile, 32bpp VRAM. Mirrored writes. - int span_iteration = pixel_offset >> 2; - span_iteration = span_iteration * 2; - int span_pixel = span_iteration * 2; - if (span_pixel + 2 < info.vram_effective_width) - span_pixel += 2; - - if (span_pixel >= info.vram_effective_width) - return; - - pixel_offset_splat = span_pixel; - } - - int rdram_addr = info.vram_addr + (pixel_offset_splat << (info.vram_size - 1)); - - // Odd behavior when we have unaligned TLUT uploads. - rdram_addr += 2 * (rdram_addr & 1) * (pixel_offset & 3); - - uint word; - if ((rdram_addr & 1) == 0) - word = uint(vram16.data[(rdram_addr >> 1) ^ 1]); - else - word = (uint(vram8.data[rdram_addr ^ 3]) << 8) | uint(vram8.data[(rdram_addr + 1) ^ 3]); - - current_tmem_value = word; - tmem_dirty = true; -} - -void main() -{ - tmem_dirty = false; - current_tmem_value = uint(tmem16.data[gl_GlobalInvocationID.x]); - int tmem16_index = int(gl_GlobalInvocationID.x) ^ 1; - bool upper_tmem = tmem16_index >= 0x400; - - tile_instances.instances[0].data[gl_GlobalInvocationID.x] = mem_u16(current_tmem_value); - - int num_uploads = registers.num_uploads; - for (int i = 0; i < num_uploads; i++) - { - UploadInfo info = upload_info[i]; - if (info.mode == UPLOAD_MODE_TLUT) - { - update_tmem_lut(info, tmem16_index); - } - else - { - bool yuv = info.tmem_fmt == TEXTURE_FMT_YUV; - if (info.tmem_size == 3 || yuv) - update_tmem_32(info, tmem16_index & 0x3ff, upper_tmem, yuv); - else if (info.tmem_fmt != TEXTURE_FMT_YUV) - update_tmem_16(info, tmem16_index); - } - - tile_instances.instances[i + 1].data[gl_GlobalInvocationID.x] = mem_u16(current_tmem_value); - } - - if (tmem_dirty) - tmem16.data[gl_GlobalInvocationID.x] = mem_u16(current_tmem_value); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/ubershader.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/ubershader.comp deleted file mode 100644 index 756be5a8..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/ubershader.comp +++ /dev/null @@ -1,103 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -// RIP to any GPU which attempts to execute this monstrosity :) - -#if SUBGROUP -#extension GL_KHR_shader_subgroup_basic : require -#extension GL_KHR_shader_subgroup_vote : require -#extension GL_KHR_shader_subgroup_ballot : require -#extension GL_KHR_shader_subgroup_arithmetic : require -#endif -#include "small_types.h" - -layout(local_size_x_id = 3, local_size_y_id = 4) in; - -#include "debug.h" -#include "data_structures_buffers.h" - -#include "noise.h" -#include "memory_interfacing.h" -#include "shading.h" - -layout(push_constant, std430) uniform Registers -{ - uint fb_addr_index; - uint fb_depth_addr_index; - uint fb_width; - uint fb_height; - uint group_mask; -} registers; - -layout(constant_id = 5) const int MAX_PRIMITIVES = 256; -layout(constant_id = 6) const int MAX_WIDTH = 1024; - -const int TILE_BINNING_STRIDE = MAX_PRIMITIVES / 32; -const int MAX_TILES_X = MAX_WIDTH / int(gl_WorkGroupSize.x); - -void main() -{ - int x = int(gl_GlobalInvocationID.x); - int y = int(gl_GlobalInvocationID.y); - ivec2 tile = ivec2(gl_WorkGroupID.xy); - - int linear_tile = tile.x + tile.y * MAX_TILES_X; - int linear_tile_base = linear_tile * TILE_BINNING_STRIDE; - - uint coarse_binned = tile_binning_coarse.elems[linear_tile] & registers.group_mask; - if (coarse_binned == 0u) - return; - - init_tile(gl_GlobalInvocationID.xy, - registers.fb_width, registers.fb_height, - registers.fb_addr_index, registers.fb_depth_addr_index); - - while (coarse_binned != 0u) - { - int mask_index = findLSB(coarse_binned); - coarse_binned &= ~uint(1 << mask_index); - - uint binned = tile_binning.elems[linear_tile_base + mask_index]; - while (binned != 0u) - { - int i = findLSB(binned); - binned &= ~uint(1 << i); - uint primitive_index = uint(i + 32 * mask_index); - - ShadedData shaded; - if (shade_pixel(x, y, primitive_index, shaded)) - { - if ((shaded.coverage_count & COVERAGE_FILL_BIT) != 0) - fill_color(derived_setup.elems[primitive_index].fill_color); - else if ((shaded.coverage_count & COVERAGE_COPY_BIT) != 0) - copy_pipeline(shaded.z_dith, primitive_index); - else - depth_blend(x, y, primitive_index, shaded); - } - } - } - - finish_tile(gl_GlobalInvocationID.xy, - registers.fb_width, registers.fb_height, - registers.fb_addr_index, registers.fb_depth_addr_index); -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_post.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_post.comp deleted file mode 100644 index 6c339201..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_post.comp +++ /dev/null @@ -1,119 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "small_types.h" -#include "fb_formats.h" - -layout(local_size_x_id = 3) in; - -layout(constant_id = 0) const int RDRAM_SIZE = 8 * 1024 * 1024; -const int RDRAM_MASK_8 = RDRAM_SIZE - 1; -const int RDRAM_MASK_16 = RDRAM_MASK_8 >> 1; -const int RDRAM_MASK_32 = RDRAM_MASK_8 >> 2; -layout(constant_id = 1) const int FB_SIZE_LOG2 = 0; -layout(constant_id = 2) const bool COLOR_DEPTH_ALIAS = false; -layout(constant_id = 4) const int NUM_SAMPLES = 1; - -layout(push_constant) uniform Registers -{ - uint num_pixels, fb_addr, fb_depth_addr; -} registers; - -layout(set = 0, binding = 0) readonly buffer RDRAMSingleSampled8 -{ - uint8_t elems[]; -} vram8; - -layout(set = 0, binding = 0) readonly buffer RDRAMSingleSampled16 -{ - uint16_t elems[]; -} vram16; - -layout(set = 0, binding = 0) readonly buffer RDRAMSingleSampled32 -{ - uint elems[]; -} vram32; - -layout(set = 0, binding = 2) buffer RDRAMUpscalingReference8 -{ - uint8_t elems[]; -} vram_reference8; - -layout(set = 0, binding = 2) buffer RDRAMUpscalingReference16 -{ - uint16_t elems[]; -} vram_reference16; - -layout(set = 0, binding = 2) buffer RDRAMUpscalingReference32 -{ - uint elems[]; -} vram_reference32; - -void copy_rdram_8(uint index) -{ - index &= RDRAM_MASK_8; - uint real_word = uint(vram8.elems[index]); - vram_reference8.elems[index] = uint8_t(real_word); -} - -void copy_rdram_16(uint index) -{ - index &= RDRAM_MASK_16; - uint real_word = uint(vram16.elems[index]); - vram_reference16.elems[index] = uint16_t(real_word); -} - -void copy_rdram_32(uint index) -{ - index &= RDRAM_MASK_32; - uint real_word = vram32.elems[index]; - vram_reference32.elems[index] = real_word; -} - -void main() -{ - uint index = gl_GlobalInvocationID.x; - if (index >= registers.num_pixels) - return; - - uint depth_index = index + registers.fb_depth_addr; - uint color_index = index + registers.fb_addr; - - switch (FB_SIZE_LOG2) - { - case 0: - copy_rdram_8(color_index); - break; - - case 1: - copy_rdram_16(color_index); - break; - - case 2: - copy_rdram_32(color_index); - break; - } - - if (!COLOR_DEPTH_ALIAS) - copy_rdram_16(depth_index); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_pre.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_pre.comp deleted file mode 100644 index c69ca9fd..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_pre.comp +++ /dev/null @@ -1,185 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "small_types.h" - -layout(local_size_x_id = 3) in; - -layout(constant_id = 0) const int RDRAM_SIZE = 8 * 1024 * 1024; -const int RDRAM_MASK_8 = RDRAM_SIZE - 1; -const int RDRAM_MASK_16 = RDRAM_MASK_8 >> 1; -const int RDRAM_MASK_32 = RDRAM_MASK_8 >> 2; -layout(constant_id = 1) const int FB_SIZE_LOG2 = 0; -layout(constant_id = 2) const bool COLOR_DEPTH_ALIAS = false; -layout(constant_id = 4) const int NUM_SAMPLES = 1; - -layout(push_constant) uniform Registers -{ - uint num_pixels, fb_addr, fb_depth_addr; -} registers; - -layout(set = 0, binding = 0) readonly buffer RDRAMSingleSampled8 -{ - uint8_t elems[]; -} vram8; - -layout(set = 0, binding = 0) readonly buffer RDRAMSingleSampled16 -{ - uint16_t elems[]; -} vram16; - -layout(set = 0, binding = 0) readonly buffer RDRAMSingleSampled32 -{ - uint elems[]; -} vram32; - -layout(set = 0, binding = 1) readonly buffer RDRAMHiddenSingleSampled -{ - uint8_t elems[]; -} hidden_vram; - -layout(set = 0, binding = 2) buffer RDRAMUpscalingReference8 -{ - uint8_t elems[]; -} vram_reference8; - -layout(set = 0, binding = 2) buffer RDRAMUpscalingReference16 -{ - uint16_t elems[]; -} vram_reference16; - -layout(set = 0, binding = 2) buffer RDRAMUpscalingReference32 -{ - uint elems[]; -} vram_reference32; - -layout(set = 0, binding = 3) buffer RDRAMUpscaling8 -{ - uint8_t elems[]; -} vram_upscaled8; - -layout(set = 0, binding = 3) buffer RDRAMUpscaling16 -{ - uint16_t elems[]; -} vram_upscaled16; - -layout(set = 0, binding = 3) buffer RDRAMUpscaling32 -{ - uint elems[]; -} vram_upscaled32; - -layout(set = 0, binding = 4) buffer RDRAMHiddenUpscaling -{ - uint8_t elems[]; -} hidden_vram_upscaled; - -void update_rdram_8(uint index) -{ - index &= RDRAM_MASK_8; - - uint real_word = uint(vram8.elems[index]); - uint reference_word = uint(vram_reference8.elems[index]); - - if (real_word != reference_word) - { - uint mirrored_index = index ^ 3u; - uint real_hidden_word = uint(hidden_vram.elems[mirrored_index >> 1u]); - for (int i = 0; i < NUM_SAMPLES; i++) - { - vram_upscaled8.elems[index + i * RDRAM_SIZE] = uint8_t(real_word); - if ((mirrored_index & 1u) != 0u) - hidden_vram_upscaled.elems[(mirrored_index >> 1u) + i * (RDRAM_SIZE >> 1)] = uint8_t(real_hidden_word); - } - vram_reference8.elems[index] = uint8_t(real_word); - } -} - -void update_rdram_16(uint index) -{ - index &= RDRAM_MASK_16; - - uint real_word = uint(vram16.elems[index]); - uint reference_word = uint(vram_reference16.elems[index]); - - if (real_word != reference_word) - { - uint mirrored_index = index ^ 1u; - uint real_hidden_word = uint(hidden_vram.elems[mirrored_index]); - for (int i = 0; i < NUM_SAMPLES; i++) - { - vram_upscaled16.elems[index + i * (RDRAM_SIZE >> 1)] = uint16_t(real_word); - hidden_vram_upscaled.elems[mirrored_index + i * (RDRAM_SIZE >> 1)] = uint8_t(real_hidden_word); - } - vram_reference16.elems[index] = uint16_t(real_word); - } -} - -void update_rdram_32(uint index) -{ - index &= RDRAM_MASK_32; - - uint real_word = vram32.elems[index]; - uint reference_word = vram_reference32.elems[index]; - - if (real_word != reference_word) - { - uint real_hidden_word0 = uint(hidden_vram.elems[2u * index]); - uint real_hidden_word1 = uint(hidden_vram.elems[2u * index + 1u]); - - for (int i = 0; i < NUM_SAMPLES; i++) - { - vram_upscaled32.elems[index + i * (RDRAM_SIZE >> 2)] = real_word; - hidden_vram_upscaled.elems[2u * index + i * (RDRAM_SIZE >> 1)] = uint8_t(real_hidden_word0); - hidden_vram_upscaled.elems[2u * index + 1u + i * (RDRAM_SIZE >> 1)] = uint8_t(real_hidden_word1); - } - vram_reference32.elems[index] = real_word; - } -} - -void main() -{ - uint index = gl_GlobalInvocationID.x; - if (index >= registers.num_pixels) - return; - - uint depth_index = index + registers.fb_depth_addr; - uint color_index = index + registers.fb_addr; - - switch (FB_SIZE_LOG2) - { - case 0: - update_rdram_8(color_index); - break; - - case 1: - update_rdram_16(color_index); - break; - - case 2: - update_rdram_32(color_index); - break; - } - - if (!COLOR_DEPTH_ALIAS) - update_rdram_16(depth_index); -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_resolve.comp b/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_resolve.comp deleted file mode 100644 index fa90b4ec..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/update_upscaled_domain_resolve.comp +++ /dev/null @@ -1,279 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "small_types.h" -#include "fb_formats.h" - -layout(local_size_x_id = 3) in; - -layout(constant_id = 0) const int RDRAM_SIZE = 8 * 1024 * 1024; -const int RDRAM_MASK_8 = RDRAM_SIZE - 1; -const int RDRAM_MASK_16 = RDRAM_MASK_8 >> 1; -const int RDRAM_MASK_32 = RDRAM_MASK_8 >> 2; -layout(constant_id = 1) const int FB_SIZE_LOG2 = 0; -layout(constant_id = 2) const bool COLOR_DEPTH_ALIAS = false; -layout(constant_id = 4) const int NUM_SAMPLES = 1; -layout(constant_id = 5) const bool DITHER = false; -layout(constant_id = 6) const bool RDRAM_UNSCALED_WRITE_MASK = false; - -layout(push_constant) uniform Registers -{ - uint num_pixels, fb_addr, fb_depth_addr, width, height; -} registers; - -layout(set = 0, binding = 0) writeonly buffer RDRAMSingleSampled8 -{ - uint8_t elems[]; -} vram8; - -layout(set = 0, binding = 0) writeonly buffer RDRAMSingleSampled16 -{ - uint16_t elems[]; -} vram16; - -layout(set = 0, binding = 0) writeonly buffer RDRAMSingleSampled32 -{ - uint elems[]; -} vram32; - -layout(set = 0, binding = 2) writeonly buffer RDRAMUpscalingReference8 -{ - uint8_t elems[]; -} vram_reference8; - -layout(set = 0, binding = 2) writeonly buffer RDRAMUpscalingReference16 -{ - uint16_t elems[]; -} vram_reference16; - -layout(set = 0, binding = 2) writeonly buffer RDRAMUpscalingReference32 -{ - uint elems[]; -} vram_reference32; - -layout(set = 0, binding = 3) readonly buffer RDRAMUpscaling8 -{ - uint8_t elems[]; -} vram_upscaled8; - -layout(set = 0, binding = 3) readonly buffer RDRAMUpscaling16 -{ - uint16_t elems[]; -} vram_upscaled16; - -layout(set = 0, binding = 3) readonly buffer RDRAMUpscaling32 -{ - uint elems[]; -} vram_upscaled32; - -layout(set = 0, binding = 4) readonly buffer RDRAMHiddenUpscaling -{ - uint8_t elems[]; -} hidden_vram_upscaled; - -void copy_rdram_8(uint index) -{ - index &= RDRAM_MASK_8; - index ^= 3u; - - uint r = 0u; - for (int i = 0; i < NUM_SAMPLES; i++) - { - uint real_word = uint(vram_upscaled8.elems[index]); - r += real_word; - } - - r = (r + (NUM_SAMPLES >> 1)) / NUM_SAMPLES; - vram_reference8.elems[index] = uint8_t(r); - vram8.elems[index] = uint8_t(r); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram8.elems[index + RDRAM_SIZE] = mem_u8(0xff); - } - - // Don't bother writing back hidden VRAM. It is not visible to host anyways, and coverage is meaningless when it's filtered. - // If host later decides to modify the CPU memory, then the hidden VRAM values become complete bogus either way. -} - -uvec4 decode_rgba5551(uint word) -{ - return (uvec4(word) >> uvec4(11, 6, 1, 0)) & uvec4(0x1f, 0x1f, 0x1f, 1); -} - -uint encode_rgba5551(uvec4 color) -{ - return (color.r << 11u) | (color.g << 6u) | (color.b << 1u) | color.a; -} - -const uint bayer_dither_lut[16] = uint[]( - 0, 4, 1, 5, - 4, 0, 5, 1, - 3, 7, 2, 6, - 7, 3, 6, 2); - -void copy_rdram_16(uint index, uint x, uint y) -{ - index &= RDRAM_MASK_16; - index ^= 1u; - - uvec4 rgba = uvec4(0u); - for (int i = 0; i < NUM_SAMPLES; i++) - { - uint real_word = uint(vram_upscaled16.elems[index + i * (RDRAM_SIZE >> 1)]); - rgba += decode_rgba5551(real_word); - } - - if (DITHER) - { - uint dither_value = bayer_dither_lut[(y & 3u) * 4u + (x & 3u)] * NUM_SAMPLES; - rgba = (8u * rgba + dither_value) / (8 * NUM_SAMPLES); - } - else - { - rgba = (rgba + (NUM_SAMPLES >> 1)) / NUM_SAMPLES; - } - - uint encoded = encode_rgba5551(rgba); - vram16.elems[index] = uint16_t(encoded); - vram_reference16.elems[index] = uint16_t(encoded); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram16.elems[index + (RDRAM_SIZE >> 1u)] = mem_u16(0xffff); - } - - // Don't bother writing back hidden VRAM. It is not visible to host anyways, and coverage is meaningless when it's filtered. - // If host later decides to modify the CPU memory, then the hidden VRAM values become complete bogus either way. -} - -void copy_rdram_16_single_sample(uint index) -{ - // Copies the first sample. We cannot meaningfully filter depth samples. - // The first sample should overlap exactly with the single-sampled version. - // Coverage clipping might slightly change the result, but shouldn't be different enough to break things. - index &= RDRAM_MASK_16; - index ^= 1u; - uint upscaled_word = uint(vram_upscaled16.elems[index]); - vram16.elems[index] = uint16_t(upscaled_word); - vram_reference16.elems[index] = uint16_t(upscaled_word); - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram16.elems[index + (RDRAM_SIZE >> 1u)] = mem_u16(0xffff); - } - - // Don't bother writing back hidden VRAM. It is not visible to host anyways, and coverage is meaningless when it's filtered. - // If host later decides to modify the CPU memory, then the hidden VRAM values become complete bogus either way. -} - -uvec4 decode_rgba8(uint word) -{ - return (uvec4(word) >> uvec4(24, 16, 8, 0)) & uvec4(0xff); -} - -uint encode_rgba8(uvec4 color) -{ - return (color.r << 24u) | (color.g << 16u) | (color.b << 8u) | (color.a << 0u); -} - -void copy_rdram_32(uint index) -{ - index &= RDRAM_MASK_32; - - uvec4 rgba = uvec4(0u); - for (int i = 0; i < NUM_SAMPLES; i++) - { - uint real_word = vram_upscaled32.elems[index + i * (RDRAM_SIZE >> 2)]; - rgba += decode_rgba8(real_word); - } - - rgba = (rgba + (NUM_SAMPLES >> 1)) / NUM_SAMPLES; - uint encoded = encode_rgba8(rgba); - vram32.elems[index] = encoded; - vram_reference32.elems[index] = encoded; - - if (RDRAM_UNSCALED_WRITE_MASK) - { - // Need this memory barrier to ensure the mask readback does not read - // an invalid value from RDRAM. If the mask is seen, the valid RDRAM value is - // also coherent. - memoryBarrierBuffer(); - vram32.elems[index + (RDRAM_SIZE >> 2u)] = ~0u; - } - - // Don't bother writing back hidden VRAM. It is not visible to host anyways, and coverage is meaningless when it's filtered. - // If host later decides to modify the CPU memory, then the hidden VRAM values become complete bogus either way. -} - -void main() -{ - uvec2 coord = gl_GlobalInvocationID.xy; - if (coord.x >= registers.width) - return; - - uint index = coord.y * registers.width + coord.x; - uint depth_index = index + registers.fb_depth_addr; - uint color_index = index + registers.fb_addr; - - uvec2 mask_coord = coord >> 2u; - uint mask_index = mask_coord.x + mask_coord.y * ((registers.width + 3) >> 2u); - uint write_mask = vram_upscaled32.elems[NUM_SAMPLES * (RDRAM_SIZE >> 2) + mask_index]; - uint shamt = 2u * ((coord.x & 3u) + 4u * (coord.y & 3u)); - write_mask = write_mask >> shamt; - bool color_write_mask = (write_mask & 1u) != 0u; - bool depth_write_mask = (write_mask & 2u) != 0u; - - if (color_write_mask) - { - switch (FB_SIZE_LOG2) - { - case 0: - copy_rdram_8(color_index); - break; - - case 1: - copy_rdram_16(color_index, coord.x, coord.y); - break; - - case 2: - copy_rdram_32(color_index); - break; - } - } - - if (!COLOR_DEPTH_ALIAS && depth_write_mask) - copy_rdram_16_single_sample(depth_index); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_blend_fields.frag b/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_blend_fields.frag deleted file mode 100644 index 038104c9..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_blend_fields.frag +++ /dev/null @@ -1,33 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -#extension GL_EXT_samplerless_texture_functions : require - -layout(location = 0) out vec4 FragColor; -layout(set = 0, binding = 0) uniform texture2D uImage; - -void main() -{ - // A persistent pixel does not propagate more than one frame. - vec4 input_pixel = texelFetch(uImage, ivec2(gl_FragCoord.xy), 0); - FragColor = vec4(input_pixel.rgb * input_pixel.a, 0.0); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_debug.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_debug.h deleted file mode 100644 index 7f007a64..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_debug.h +++ /dev/null @@ -1,60 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef VI_DEBUG_H_ -#define VI_DEBUG_H_ - -#if defined(DEBUG_ENABLE) && DEBUG_ENABLE -#include "debug_channel.h" - -void GENERIC_MESSAGE_(int line) -{ - add_debug_message(0, uvec3(gl_FragCoord.xy, 0), line); -} - -void GENERIC_MESSAGE_(int line, uint v) -{ - add_debug_message(0, uvec3(gl_FragCoord.xy, 0), uvec2(line, v)); -} - -void GENERIC_MESSAGE_(int line, uvec2 v) -{ - add_debug_message(0, uvec3(gl_FragCoord.xy, 0), uvec3(line, v)); -} - -void GENERIC_MESSAGE_(int line, uvec3 v) -{ - add_debug_message(0, uvec3(gl_FragCoord.xy, 0), uvec4(line, v)); -} - -#define GENERIC_MESSAGE0() GENERIC_MESSAGE_(__LINE__) -#define GENERIC_MESSAGE1(a) GENERIC_MESSAGE_(__LINE__, a) -#define GENERIC_MESSAGE2(a, b) GENERIC_MESSAGE_(__LINE__, uvec2(a, b)) -#define GENERIC_MESSAGE3(a, b, c) GENERIC_MESSAGE_(__LINE__, uvec3(a, b, c)) -#else -#define GENERIC_MESSAGE0() -#define GENERIC_MESSAGE1(a) -#define GENERIC_MESSAGE2(a, b) -#define GENERIC_MESSAGE3(a, b, c) -#endif - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_deinterlace.frag b/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_deinterlace.frag deleted file mode 100644 index f190b1fe..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_deinterlace.frag +++ /dev/null @@ -1,31 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -layout(location = 0) in vec2 vUV; -layout(set = 0, binding = 0) uniform sampler2D uSampler; -layout(location = 0) out vec4 FragColor; - -void main() -{ - FragColor = textureLod(uSampler, vUV, 0.0); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_deinterlace.vert b/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_deinterlace.vert deleted file mode 100644 index 9aaca96c..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_deinterlace.vert +++ /dev/null @@ -1,41 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -layout(location = 0) out vec2 vUV; - -layout(push_constant) uniform UBO -{ - float y_offset; -} registers; - -void main() -{ - if (gl_VertexIndex == 0) - gl_Position = vec4(-1.0, -1.0, 0.0, 1.0); - else if (gl_VertexIndex == 1) - gl_Position = vec4(-1.0, +3.0, 0.0, 1.0); - else - gl_Position = vec4(+3.0, -1.0, 0.0, 1.0); - - vUV = vec2(gl_Position.x * 0.5 + 0.5, gl_Position.y * 0.5 + 0.5 + registers.y_offset); -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_divot.frag b/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_divot.frag deleted file mode 100644 index bcadc339..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_divot.frag +++ /dev/null @@ -1,92 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -#extension GL_EXT_samplerless_texture_functions : require - -#include "vi_debug.h" - -layout(location = 0) out uvec4 FragColor; -#if defined(FETCH_BUG) && FETCH_BUG -layout(location = 1) out uvec4 FragColorFetchBug; -#endif - -layout(set = 0, binding = 0) uniform mediump utexture2DArray uFetchCache; - -void swap(inout uint a, inout uint b) -{ - uint tmp = a; - a = b; - b = tmp; -} - -uint median3(uint left, uint center, uint right) -{ - if (left < center) - swap(left, center); - if (center < right) - swap(center, right); - if (left < center) - swap(left, center); - - return center; -} - -void main() -{ - ivec2 pix = ivec2(gl_FragCoord.xy); - - uvec4 left = texelFetch(uFetchCache, ivec3(pix, 0), 0); - uvec4 mid = texelFetchOffset(uFetchCache, ivec3(pix, 0), 0, ivec2(1, 0)); - uvec4 right = texelFetchOffset(uFetchCache, ivec3(pix, 0), 0, ivec2(2, 0)); - - if ((left.a & mid.a & right.a) == 7u) - { - FragColor = mid; - } - else - { - // Median filter. TODO: Optimize with mid3? - uint r = median3(left.r, mid.r, right.r); - uint g = median3(left.g, mid.g, right.g); - uint b = median3(left.b, mid.b, right.b); - FragColor = uvec4(r, g, b, mid.a); - } - -#if defined(FETCH_BUG) && FETCH_BUG - left = texelFetch(uFetchCache, ivec3(pix, 1), 0); - mid = texelFetchOffset(uFetchCache, ivec3(pix, 1), 0, ivec2(1, 0)); - right = texelFetchOffset(uFetchCache, ivec3(pix, 1), 0, ivec2(2, 0)); - - if ((left.a & mid.a & right.a) == 7u) - { - FragColorFetchBug = mid; - } - else - { - // Median filter. TODO: Optimize with mid3? - uint r = median3(left.r, mid.r, right.r); - uint g = median3(left.g, mid.g, right.g); - uint b = median3(left.b, mid.b, right.b); - FragColorFetchBug = uvec4(r, g, b, mid.a); - } -#endif -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_fetch.frag b/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_fetch.frag deleted file mode 100644 index 6fba3655..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_fetch.frag +++ /dev/null @@ -1,164 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -#extension GL_EXT_samplerless_texture_functions : require -#include "small_types.h" -#include "vi_status.h" -#include "vi_debug.h" - -layout(set = 0, binding = 0) uniform mediump utexture2D uAAInput; - -layout(location = 0) out uvec4 FragColor; -#if defined(FETCH_BUG) && FETCH_BUG -layout(location = 1) out uvec4 FragColorFetchBug; -#endif - -layout(push_constant) uniform Registers -{ - ivec2 offset; -} registers; - -ivec2 pix; -uvec4 fetch_color_offset(ivec2 offset) -{ - return texelFetch(uAAInput, pix + offset, 0); -} - -void check_neighbor(uvec4 candidate, - inout uvec3 lo, inout uvec3 hi, - inout uvec3 second_lo, inout uvec3 second_hi) -{ - if (candidate.a == 7u) - { - second_lo = min(second_lo, max(candidate.rgb, lo)); - second_hi = max(second_hi, min(candidate.rgb, hi)); - - lo = min(candidate.rgb, lo); - hi = max(candidate.rgb, hi); - } -} - -void main() -{ - pix = ivec2(gl_FragCoord.xy) + registers.offset; - - uvec4 mid_pixel = fetch_color_offset(ivec2(0)); - - // AA-filter. If coverage is not full, we blend current pixel against background. - uvec3 color; -#if defined(FETCH_BUG) && FETCH_BUG - uvec3 color_bug; -#endif - - if (mid_pixel.a != 7u) - { - uvec3 lo = mid_pixel.rgb; - uvec3 hi = lo; - uvec3 second_lo = lo; - uvec3 second_hi = lo; - - // Somehow, we're supposed to find the second lowest and second highest neighbor. - uvec4 left_up = fetch_color_offset(ivec2(-1, -1)); - uvec4 right_up = fetch_color_offset(ivec2(+1, -1)); - uvec4 to_left = fetch_color_offset(ivec2(-2, 0)); - uvec4 to_right = fetch_color_offset(ivec2(+2, 0)); - uvec4 left_down = fetch_color_offset(ivec2(-1, +1)); - uvec4 right_down = fetch_color_offset(ivec2(+1, +1)); - - check_neighbor(left_up, lo, hi, second_lo, second_hi); - check_neighbor(right_up, lo, hi, second_lo, second_hi); - check_neighbor(to_left, lo, hi, second_lo, second_hi); - check_neighbor(to_right, lo, hi, second_lo, second_hi); - -#if defined(FETCH_BUG) && FETCH_BUG - // In the fetch-bug state, we apparently do not read the lower values. - // Instead, the lower values are treated as left and right. - uvec3 lo_bug = lo; - uvec3 hi_bug = hi; - uvec3 second_lo_bug = second_lo; - uvec3 second_hi_bug = second_hi; -#endif - - check_neighbor(left_down, lo, hi, second_lo, second_hi); - check_neighbor(right_down, lo, hi, second_lo, second_hi); -#if defined(FETCH_BUG) && FETCH_BUG - check_neighbor(to_left, lo_bug, hi_bug, second_lo_bug, second_hi_bug); - check_neighbor(to_right, lo_bug, hi_bug, second_lo_bug, second_hi_bug); - second_lo = mix(second_lo, lo, equal(mid_pixel.rgb, lo)); - second_hi = mix(second_hi, hi, equal(mid_pixel.rgb, hi)); - second_lo_bug = mix(second_lo_bug, lo_bug, equal(mid_pixel.rgb, lo_bug)); - second_hi_bug = mix(second_hi_bug, hi_bug, equal(mid_pixel.rgb, hi_bug)); -#endif - - uvec3 offset = second_lo + second_hi - (mid_pixel.rgb << 1u); - uint coeff = 7u - mid_pixel.a; - color = mid_pixel.rgb + (((offset * coeff) + 4u) >> 3u); - color &= 0xffu; - -#if defined(FETCH_BUG) && FETCH_BUG - uvec3 offset_bug = second_lo_bug + second_hi_bug - (mid_pixel.rgb << 1u); - color_bug = mid_pixel.rgb + (((offset_bug * coeff) + 4u) >> 3u); - color_bug &= 0xffu; -#endif - } - else if (DITHER_ENABLE) - { - // Dither filter. - ivec3 tmp_color = ivec3(mid_pixel.rgb >> 3u); - ivec3 tmp_accum = ivec3(0); - for (int y = -1; y <= 0; y++) - { - for (int x = -1; x <= 1; x++) - { - ivec3 col = ivec3(fetch_color_offset(ivec2(x, y)).rgb >> 3u); - tmp_accum += clamp(col - tmp_color, ivec3(-1), ivec3(1)); - } - } - -#if defined(FETCH_BUG) && FETCH_BUG - ivec3 tmp_accum_bug = tmp_accum; -#endif - - tmp_accum += clamp(ivec3(fetch_color_offset(ivec2(-1, 1)).rgb >> 3u) - tmp_color, ivec3(-1), ivec3(1)); - tmp_accum += clamp(ivec3(fetch_color_offset(ivec2(+1, 1)).rgb >> 3u) - tmp_color, ivec3(-1), ivec3(1)); - tmp_accum += clamp(ivec3(fetch_color_offset(ivec2(0, 1)).rgb >> 3u) - tmp_color, ivec3(-1), ivec3(1)); - color = (mid_pixel.rgb & 0xf8u) + tmp_accum; - -#if defined(FETCH_BUG) && FETCH_BUG - tmp_accum_bug += clamp(ivec3(fetch_color_offset(ivec2(-1, 0)).rgb >> 3u) - tmp_color, ivec3(-1), ivec3(1)); - tmp_accum_bug += clamp(ivec3(fetch_color_offset(ivec2(+1, 0)).rgb >> 3u) - tmp_color, ivec3(-1), ivec3(1)); - color_bug = (mid_pixel.rgb & 0xf8u) + tmp_accum_bug; -#endif - } - else - { - color = mid_pixel.rgb; -#if defined(FETCH_BUG) && FETCH_BUG - color_bug = mid_pixel.rgb; -#endif - } - - FragColor = uvec4(color, mid_pixel.a); -#if defined(FETCH_BUG) && FETCH_BUG - FragColorFetchBug = uvec4(color_bug, mid_pixel.a); -#endif -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_scale.frag b/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_scale.frag deleted file mode 100644 index 83c705c8..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_scale.frag +++ /dev/null @@ -1,154 +0,0 @@ -#version 450 -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -#extension GL_EXT_samplerless_texture_functions : require - -#include "small_types.h" -#include "vi_status.h" -#include "vi_debug.h" -#include "noise.h" - -layout(set = 0, binding = 0) uniform mediump utexture2DArray uDivotOutput; -layout(set = 0, binding = 1) uniform itextureBuffer uHorizontalInfo; -layout(set = 1, binding = 0) uniform mediump utextureBuffer uGammaTable; -layout(location = 0) out vec4 FragColor; - -layout(push_constant, std430) uniform Registers -{ - ivec2 frag_coord_offset; - int v_start; - int y_add; - int frame_count; - - int serrate_shift; - int serrate_mask; - int serrate_select; - - int info_y_shift; -} registers; - -uvec3 vi_lerp(uvec3 a, uvec3 b, uint l) -{ - return (a + (((b - a) * l + 16u) >> 5u)) & 0xffu; -} - -uvec3 integer_gamma(uvec3 color) -{ - uvec3 res; - if (GAMMA_DITHER) - { - color = (color << 6) + noise_get_full_gamma_dither() + 256u; - res = uvec3( - texelFetch(uGammaTable, int(color.r)).r, - texelFetch(uGammaTable, int(color.g)).r, - texelFetch(uGammaTable, int(color.b)).r); - } - else - { - res = uvec3( - texelFetch(uGammaTable, int(color.r)).r, - texelFetch(uGammaTable, int(color.g)).r, - texelFetch(uGammaTable, int(color.b)).r); - } - return res; -} - -layout(constant_id = 2) const bool FETCH_BUG = false; - -void main() -{ - // Handles crop where we start scanning out at an offset. - ivec2 coord = ivec2(gl_FragCoord.xy) + registers.frag_coord_offset; - - int info_index = coord.y >> registers.info_y_shift; - ivec4 horiz_info0 = texelFetch(uHorizontalInfo, 2 * info_index + 0); - ivec4 horiz_info1 = texelFetch(uHorizontalInfo, 2 * info_index + 1); - - int h_start = horiz_info0.x; - int h_start_clamp = horiz_info0.y; - int h_end_clamp = horiz_info0.z; - int x_start = horiz_info0.w; - int x_add = horiz_info1.x; - int y_start = horiz_info1.y; - int y_add = horiz_info1.z; - int y_base = horiz_info1.w; - - // Rebase Y relative to YStart. - coord.y -= registers.v_start; - - // Scissor against HStart/End, also handles serrate where we skip every other line. - if (coord.x < h_start_clamp || coord.x >= h_end_clamp || - ((coord.y & registers.serrate_mask) != registers.serrate_select)) - discard; - - // Shift the X coord to be relative to sampling, this can change per scanline. - coord.x -= h_start; - - // Rebase Y in terms of progressive scan. - coord.y >>= registers.serrate_shift; - - if (GAMMA_DITHER) - reseed_noise(coord.x, coord.y, registers.frame_count); - - int x = coord.x * x_add + x_start; - int y = (coord.y - y_base) * y_add + y_start; - ivec2 base_coord = ivec2(x, y) >> 10; - uvec3 c00 = texelFetch(uDivotOutput, ivec3(base_coord, 0), 0).rgb; - - int bug_offset = 0; - if (FETCH_BUG) - { - // This is super awkward. - // Basically there seems to be some kind of issue where if we interpolate in Y, - // we're going to get buggy output. - // If we hit this case, the next line we filter against will come from the "buggy" array slice. - // Why this makes sense, I have no idea. - // - // XXX: This assumes constant YAdd. - // No idea how this is supposed to work if YAdd can vary per scanline. - int prev_y = (y - registers.y_add) >> 10; - int next_y = (y + registers.y_add) >> 10; - if (coord.y != 0 && base_coord.y == prev_y && base_coord.y != next_y) - bug_offset = 1; - } - - if (SCALE_AA) - { - int x_frac = (x >> 5) & 31; - int y_frac = (y >> 5) & 31; - - uvec3 c10 = texelFetchOffset(uDivotOutput, ivec3(base_coord, 0), 0, ivec2(1, 0)).rgb; - uvec3 c01 = texelFetchOffset(uDivotOutput, ivec3(base_coord, bug_offset), 0, ivec2(0, 1)).rgb; - uvec3 c11 = texelFetchOffset(uDivotOutput, ivec3(base_coord, bug_offset), 0, ivec2(1)).rgb; - - c00 = vi_lerp(c00, c01, y_frac); - c10 = vi_lerp(c10, c11, y_frac); - c00 = vi_lerp(c00, c10, x_frac); - } - - if (GAMMA_ENABLE) - c00 = integer_gamma(c00); - else if (GAMMA_DITHER) - c00 = min(c00 + noise_get_partial_gamma_dither(), uvec3(0xff)); - - FragColor = vec4(vec3(c00) / 255.0, 1.0); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_status.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_status.h deleted file mode 100644 index a914cfc6..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/vi_status.h +++ /dev/null @@ -1,48 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef VI_STATUS_H_ -#define VI_STATUS_H_ - -layout(constant_id = 1) const int VI_STATUS = 0; -const int VI_CONTROL_TYPE_BLANK_BIT = 0 << 0; -const int VI_CONTROL_TYPE_RESERVED_BIT = 1 << 0; -const int VI_CONTROL_TYPE_RGBA5551_BIT = 2 << 0; -const int VI_CONTROL_TYPE_RGBA8888_BIT = 3 << 0; -const int VI_CONTROL_TYPE_MASK = 3 << 0; -const int VI_CONTROL_GAMMA_DITHER_ENABLE_BIT = 1 << 2; -const int VI_CONTROL_GAMMA_ENABLE_BIT = 1 << 3; -const int VI_CONTROL_DIVOT_ENABLE_BIT = 1 << 4; -const int VI_CONTROL_SERRATE_BIT = 1 << 6; -const int VI_CONTROL_DITHER_FILTER_ENABLE_BIT = 1 << 16; -const int VI_CONTROL_META_AA_BIT = 1 << 17; -const int VI_CONTROL_META_SCALE_BIT = 1 << 18; - -const bool FMT_RGBA5551 = (VI_STATUS & VI_CONTROL_TYPE_MASK) == VI_CONTROL_TYPE_RGBA5551_BIT; -const bool FMT_RGBA8888 = (VI_STATUS & VI_CONTROL_TYPE_MASK) == VI_CONTROL_TYPE_RGBA8888_BIT; -const bool DITHER_ENABLE = (VI_STATUS & VI_CONTROL_DITHER_FILTER_ENABLE_BIT) != 0; -const bool FETCH_AA = (VI_STATUS & VI_CONTROL_META_AA_BIT) != 0; -const bool SCALE_AA = (VI_STATUS & VI_CONTROL_META_SCALE_BIT) != 0; -const bool GAMMA_ENABLE = (VI_STATUS & VI_CONTROL_GAMMA_ENABLE_BIT) != 0; -const bool GAMMA_DITHER = (VI_STATUS & VI_CONTROL_GAMMA_DITHER_ENABLE_BIT) != 0; - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/shaders/z_encode.h b/external/parallel-rdp-standalone/parallel-rdp/shaders/z_encode.h deleted file mode 100644 index 022a68a0..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/shaders/z_encode.h +++ /dev/null @@ -1,58 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef Z_ENCODE_H_ -#define Z_ENCODE_H_ - -// The Z compression is kind of clever, and uses inverted FP, with more precision close to 1. -// The compressed Z result is 14 bits, and decompresses to 18-bit UNORM. -int z_decompress(u16 z_) -{ - int z = int(z_); - int exponent = z >> 11; - int mantissa = z & 0x7ff; - int shift = max(6 - exponent, 0); - int base = 0x40000 - (0x40000 >> exponent); - return (mantissa << shift) + base; -} - -u16 z_compress(int z) -{ - int inv_z = max(0x3ffff - z, 1); - int exponent = 17 - findMSB(inv_z); - exponent = clamp(exponent, 0, 7); - int shift = max(6 - exponent, 0); - int mantissa = (z >> shift) & 0x7ff; - return u16((exponent << 11) + mantissa); -} - -int dz_decompress(int dz) -{ - return 1 << dz; -} - -int dz_compress(int dz) -{ - return max(findMSB(dz), 0); -} - -#endif \ No newline at end of file diff --git a/external/parallel-rdp-standalone/parallel-rdp/video_interface.cpp b/external/parallel-rdp-standalone/parallel-rdp/video_interface.cpp deleted file mode 100644 index fdd0e825..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/video_interface.cpp +++ /dev/null @@ -1,1347 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "video_interface.hpp" -#include "rdp_renderer.hpp" -#include "luts.hpp" -#include - -#ifndef PARALLEL_RDP_SHADER_DIR -#include "shaders/slangmosh.hpp" -#endif - -namespace RDP -{ -void VideoInterface::set_device(Vulkan::Device *device_) -{ - device = device_; - init_gamma_table(); - - if (const char *env = getenv("VI_DEBUG")) - debug_channel = strtol(env, nullptr, 0) != 0; - if (const char *env = getenv("VI_DEBUG_X")) - filter_debug_channel_x = strtol(env, nullptr, 0); - if (const char *env = getenv("VI_DEBUG_Y")) - filter_debug_channel_y = strtol(env, nullptr, 0); - - if (const char *timestamp_env = getenv("PARALLEL_RDP_BENCH")) - timestamp = strtol(timestamp_env, nullptr, 0) > 0; -} - -void VideoInterface::set_renderer(Renderer *renderer_) -{ - renderer = renderer_; -} - -int VideoInterface::resolve_shader_define(const char *name, const char *define) const -{ - if (strcmp(define, "DEBUG_ENABLE") == 0) - return int(debug_channel); - else - return 0; -} - -void VideoInterface::message(const std::string &tag, uint32_t code, uint32_t x, uint32_t y, uint32_t, uint32_t num_words, - const Vulkan::DebugChannelInterface::Word *words) -{ - if (filter_debug_channel_x >= 0 && x != uint32_t(filter_debug_channel_x)) - return; - if (filter_debug_channel_y >= 0 && y != uint32_t(filter_debug_channel_y)) - return; - - switch (num_words) - { - case 1: - LOGI("(%u, %u), line %d.\n", x, y, words[0].s32); - break; - - case 2: - LOGI("(%u, %u), line %d: (%d).\n", x, y, words[0].s32, words[1].s32); - break; - - case 3: - LOGI("(%u, %u), line %d: (%d, %d).\n", x, y, words[0].s32, words[1].s32, words[2].s32); - break; - - case 4: - LOGI("(%u, %u), line %d: (%d, %d, %d).\n", x, y, - words[0].s32, words[1].s32, words[2].s32, words[3].s32); - break; - - default: - LOGE("Unknown number of generic parameters: %u\n", num_words); - break; - } -} - -void VideoInterface::init_gamma_table() -{ - Vulkan::BufferCreateInfo info = {}; - info.domain = Vulkan::BufferDomain::Device; - info.size = sizeof(gamma_table); - info.usage = VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT; - - gamma_lut = device->create_buffer(info, gamma_table); - - Vulkan::BufferViewCreateInfo view = {}; - view.buffer = gamma_lut.get(); - view.range = sizeof(gamma_table); - view.format = VK_FORMAT_R8_UINT; - gamma_lut_view = device->create_buffer_view(view); -} - -void VideoInterface::set_vi_register(VIRegister reg, uint32_t value) -{ - vi_registers[unsigned(reg)] = value; -} - -void VideoInterface::set_rdram(const Vulkan::Buffer *rdram_, size_t offset, size_t size) -{ - rdram = rdram_; - rdram_offset = offset; - rdram_size = size; -} - -void VideoInterface::set_hidden_rdram(const Vulkan::Buffer *hidden_rdram_) -{ - hidden_rdram = hidden_rdram_; -} - -void VideoInterface::set_shader_bank(const ShaderBank *bank) -{ - shader_bank = bank; -} - -static VkPipelineStageFlagBits layout_to_stage(VkImageLayout layout) -{ - switch (layout) - { - case VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL: - case VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL: - return VK_PIPELINE_STAGE_TRANSFER_BIT; - - case VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL: - return VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; - - case VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL: - return VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - - default: - return VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT; - } -} - -static VkAccessFlags layout_to_access(VkImageLayout layout) -{ - switch (layout) - { - case VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL: - return VK_ACCESS_TRANSFER_READ_BIT; - - case VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL: - return VK_ACCESS_TRANSFER_WRITE_BIT; - - case VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL: - return VK_ACCESS_SHADER_READ_BIT; - - case VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL: - return VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; - - default: - return 0; - } -} - -VideoInterface::Registers VideoInterface::decode_vi_registers(HorizontalInfoLines *lines) const -{ - Registers reg = {}; - - // Definitely should not change per scanline ... - reg.status = vi_registers[unsigned(VIRegister::Control)]; - reg.vi_width = vi_registers[unsigned(VIRegister::Width)] & 0xfff; - reg.vi_offset = vi_registers[unsigned(VIRegister::Origin)] & 0xffffff; - reg.v_current_line = vi_registers[unsigned(VIRegister::VCurrentLine)] & 1; - reg.v_start = (vi_registers[unsigned(VIRegister::VStart)] >> 16) & 0x3ff; - - // It might be possible to change YStart/YAdd per scanline, but it's dubious ... - int y_start = (vi_registers[unsigned(VIRegister::YScale)] >> 16) & 0xfff; - int y_add = vi_registers[unsigned(VIRegister::YScale)] & 0xfff; - reg.init_y_add = y_add; - - // Must be constant for a frame, or things won't make any sense. - int v_end = vi_registers[unsigned(VIRegister::VStart)] & 0x3ff; - int v_sync = vi_registers[unsigned(VIRegister::VSync)] & 0x3ff; - - reg.is_pal = unsigned(v_sync) > (VI_V_SYNC_NTSC + 25); - - // Clamp vertical ranges. - // Restrict the area we might have to scan out to AA buffers as a performance optimization - // and safety since we iterate over v_start/v_end later. - int v_end_max = reg.is_pal ? VI_V_END_PAL : VI_V_END_NTSC; - if (v_end > v_end_max) - v_end = v_end_max; - if (reg.v_start > v_end_max) - reg.v_start = v_end_max; - - int v_start_offset = reg.is_pal ? VI_V_OFFSET_PAL : VI_V_OFFSET_NTSC; - reg.v_res = (v_end - reg.v_start) >> 1; - reg.v_start = (reg.v_start - v_start_offset) / 2; - - if (reg.v_start < 0) - { - // If YAdd can change per scanline, this won't be correct. - y_start -= y_add * reg.v_start; - // v_res is not adjusted here for some reason, but h_res is? - reg.v_start = 0; - } - - // Clamp v_res to scanout range. - reg.v_res = std::min(reg.v_res, int(VI_MAX_OUTPUT_SCANLINES) - reg.v_start); - - // Horizontal shenanigans. - int h_start_clamp_lo = INT32_MAX; - int h_end_clamp_hi = 0; - int h_start_lo = INT32_MAX; - int h_end_hi = 0; - - reg.max_x = 0; - bool degenerate_y = reg.v_res <= 0; - - // Clear out degenerate lines. - if (lines) - { - if (degenerate_y) - { - for (auto &line : lines->lines) - line = {}; - } - else - { - for (int line = 0; line < reg.v_start; line++) - lines->lines[line] = {}; - for (int line = reg.v_start + reg.v_res; line < int(VI_MAX_OUTPUT_SCANLINES); line++) - lines->lines[line] = {}; - } - } - - const auto analyze_line = [&](int x_start, int x_add, int h_start, int h_end, HorizontalInfo *line) { - // Clamp horizontal region to [0, 640]. - bool left_clamp = false; - bool right_clamp = false; - - h_start -= reg.is_pal ? VI_H_OFFSET_PAL : VI_H_OFFSET_NTSC; - h_end -= reg.is_pal ? VI_H_OFFSET_PAL : VI_H_OFFSET_NTSC; - - if (h_start < 0) - { - x_start -= x_add * h_start; - h_start = 0; - // Reference weirdness that doesn't really make sense. - left_clamp = true; - } - - if (h_end > VI_SCANOUT_WIDTH) - { - h_end = VI_SCANOUT_WIDTH; - // Reference weirdness that doesn't really make sense. - right_clamp = true; - } - - int h_start_clamp = h_start + (left_clamp ? 0 : 8); - int h_end_clamp = h_end - (right_clamp ? 0 : 7); - - // Effectively, these are bounding boxes. - int h_res = h_end - h_start; - int max_x = (x_start + h_res * x_add) >> 10; - reg.max_x = std::max(reg.max_x, max_x); - h_start_lo = std::min(h_start_lo, h_start); - h_end_hi = std::max(h_end_hi, h_end); - h_start_clamp_lo = std::min(h_start_clamp_lo, h_start_clamp); - h_end_clamp_hi = std::max(h_end_clamp_hi, h_end_clamp); - - if (line) - { - auto &l = *line; - l.h_start = h_start; - l.h_start_clamp = h_start_clamp; - l.h_end_clamp = h_end_clamp; - l.x_start = x_start; - l.x_add = x_add; - l.y_start = y_start; - l.y_add = y_add; - l.y_base = 0; // TODO: If we start adjusting YAdd per scanline, we'll need to begin a new base region. - } - }; - - if (degenerate_y || !per_line_state.ended) - { - int x_start = (vi_registers[unsigned(VIRegister::XScale)] >> 16) & 0xfff; - int x_add = vi_registers[unsigned(VIRegister::XScale)] & 0xfff; - int h_start = (vi_registers[unsigned(VIRegister::HStart)] >> 16) & 0x3ff; - int h_end = vi_registers[unsigned(VIRegister::HStart)] & 0x3ff; - - HorizontalInfo line_info; - - // Need to make sure we update bounding box state for X at least. - // This is treated as a degenerate frame, not necessarily invalid frame (null handle). - // This is to have same behavior as reference. - analyze_line(x_start, x_add, h_start, h_end, &line_info); - - if (lines) - for (int line = reg.v_start; line < reg.v_start + reg.v_res; line++) - lines->lines[line] = line_info; - } - else - { - for (int line = reg.v_start; line < reg.v_start + reg.v_res; line++) - { - // TODO: No idea if this is correct. This intuitively makes sense, but that's about it. - int effective_line = 2 * line + v_start_offset + int(reg.v_current_line == 0); - - int x_start = (per_line_state.x_scale.line_state[effective_line] >> 16) & 0xfff; - int x_add = per_line_state.x_scale.line_state[effective_line] & 0xfff; - int h_start = (per_line_state.h_start.line_state[effective_line] >> 16) & 0x3ff; - int h_end = per_line_state.h_start.line_state[effective_line] & 0x3ff; - - analyze_line(x_start, x_add, h_start, h_end, lines ? &lines->lines[line] : nullptr); - } - } - - // Effectively, these are bounding boxes. - reg.max_y = (y_start + reg.v_res * y_add) >> 10; - reg.h_start = h_start_lo; - reg.h_res = h_end_hi - h_start_lo; - reg.h_start_clamp = h_start_clamp_lo; - reg.h_res_clamp = h_end_clamp_hi - h_start_clamp_lo; - - // The basic formula is that a frame is counted with an active horizontal range of - // X(range) = [H_OFFSET, H_OFFSET + H_RES], giving 640 output pixels per line. - // Similarly, vertical scanout has an active range of Y(range) = [V_OFFSET, V_OFFSET + V_RES]. - // Y is counted in terms of interlaced lines (i.e. 480 and 576). - // We will scan out half of these per field (e.g. 240p or 480i for NTSC). - // The HStart and VStart registers are used to signal where on screen we render. - // HStart and VStart registers might carve out a portion of the screen, or use a larger one, - // the active area on screen is an intersection of the VI register state and the X(range)/Y(range). - // When the X counter hits HStart, we begin computing the X coordinate we want to sample based on - // X(sample) = XStart + XAdd * (X - HStart). - // Similarly, Y(sample) = YStart + YAdd * (Y - (VStart >> 1)), YAdd increments once per scanline. - // We always normalize the interpolations to be progressive. - // Interlacing just shifts positions on screen after the fact. - // - // VRAM(X, Y) is fetched with any post-processing required, looking at neighboring VRAM pixels. - // For this reason, we compute the maximum X and Y we might access, and build an X x Y image - // which is already preprocessed with AA, Divot filters, etc. - // The final scaling pass interpolates that result. - // The mental model here is that the VI could have a line buffer to keep some scanlines in cache to support the - // processing. XStart/YStart registers just control how fast we iterate through these lines, - // which implements scaling effects. - // - // As another weird quirk, it seems like we need to account for a - // 8 pixel guard band horizontally (reg.left_clamp / reg.right_clamp) - // if we begin scanout inside the active region for whatever reason. - // This is to match reference. - - return reg; -} - -void VideoInterface::scanout_memory_range(unsigned &offset, unsigned &length) const -{ - auto reg = decode_vi_registers(nullptr); - - bool divot = (reg.status & VI_CONTROL_DIVOT_ENABLE_BIT) != 0; - - // Need to sample a 2-pixel border to have room for AA filter and divot. - int aa_width = reg.max_x + 2 + 4 + int(divot) * 2; - // 1 pixel border on top and bottom. - int aa_height = reg.max_y + 1 + 4; - - int x_off = divot ? -3 : -2; - int y_off = -2; - - if (reg.vi_offset == 0 || reg.h_res <= 0 || reg.h_start >= VI_SCANOUT_WIDTH) - { - offset = 0; - length = 0; - return; - } - - int pixel_size = ((reg.status & VI_CONTROL_TYPE_MASK) | VI_CONTROL_TYPE_RGBA5551_BIT) == VI_CONTROL_TYPE_RGBA8888_BIT ? 4 : 2; - reg.vi_offset &= ~(pixel_size - 1); - reg.vi_offset += (x_off + y_off * reg.vi_width) * pixel_size; - - offset = reg.vi_offset; - length = (aa_height * reg.vi_width + aa_width) * pixel_size; -} - -bool VideoInterface::need_fetch_bug_emulation(const Registers ®s, unsigned scaling_factor) -{ - // If we risk sampling same Y coordinate for two scanlines we can trigger this case, - // so add workaround paths for it. - return regs.init_y_add < 1024 && scaling_factor == 1; -} - -Vulkan::ImageHandle VideoInterface::vram_fetch_stage(const Registers ®s, unsigned scaling_factor) const -{ - auto async_cmd = device->request_command_buffer(Vulkan::CommandBuffer::Type::AsyncCompute); - Vulkan::ImageHandle vram_image; - Vulkan::QueryPoolHandle start_ts, end_ts; - bool divot = (regs.status & VI_CONTROL_DIVOT_ENABLE_BIT) != 0; - - if (scaling_factor > 1) - { - unsigned pixel_size_log2 = ((regs.status & VI_CONTROL_TYPE_MASK) == VI_CONTROL_TYPE_RGBA8888_BIT) ? 2 : 1; - unsigned offset, length; - scanout_memory_range(offset, length); - renderer->submit_update_upscaled_domain_external(*async_cmd, offset, length, pixel_size_log2); - async_cmd->barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - } - - if (timestamp) - start_ts = async_cmd->write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - - // Need to sample a 2-pixel border to have room for AA filter and divot. - int extract_width = regs.max_x + 2 + 4 + int(divot) * 2; - // 1 pixel border on top and bottom. - int extract_height = regs.max_y + 1 + 4; - - Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target( - extract_width, - extract_height, - VK_FORMAT_R8G8B8A8_UINT); - - rt_info.usage = VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_SAMPLED_BIT; - rt_info.initial_layout = VK_IMAGE_LAYOUT_UNDEFINED; - rt_info.misc = Vulkan::IMAGE_MISC_CONCURRENT_QUEUE_GRAPHICS_BIT | - Vulkan::IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_COMPUTE_BIT; - vram_image = device->create_image(rt_info); - vram_image->set_layout(Vulkan::Layout::General); - - async_cmd->image_barrier(*vram_image, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_GENERAL, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, VK_ACCESS_SHADER_WRITE_BIT); - -#ifdef PARALLEL_RDP_SHADER_DIR - async_cmd->set_program("rdp://extract_vram.comp"); -#else - async_cmd->set_program(shader_bank->extract_vram); -#endif - async_cmd->set_storage_texture(0, 0, vram_image->get_view()); - - if (scaling_factor > 1) - { - async_cmd->set_storage_buffer(0, 1, *renderer->get_upscaled_rdram_buffer()); - async_cmd->set_storage_buffer(0, 2, *renderer->get_upscaled_hidden_rdram_buffer()); - } - else - { - async_cmd->set_storage_buffer(0, 1, *rdram, rdram_offset, rdram_size); - async_cmd->set_storage_buffer(0, 2, *hidden_rdram); - } - - struct Push - { - uint32_t fb_offset; - uint32_t fb_width; - int32_t x_offset; - int32_t y_offset; - int32_t x_res; - int32_t y_res; - } push = {}; - - if ((regs.status & VI_CONTROL_TYPE_MASK) == VI_CONTROL_TYPE_RGBA8888_BIT) - push.fb_offset = regs.vi_offset >> 2; - else - push.fb_offset = regs.vi_offset >> 1; - - push.fb_width = regs.vi_width; - push.x_offset = divot ? -3 : -2; - push.y_offset = -2; - push.x_res = extract_width; - push.y_res = extract_height; - - async_cmd->set_specialization_constant_mask(7); - async_cmd->set_specialization_constant(0, uint32_t(rdram_size)); - async_cmd->set_specialization_constant(1, regs.status & (VI_CONTROL_TYPE_MASK | VI_CONTROL_META_AA_BIT)); - async_cmd->set_specialization_constant(2, trailing_zeroes(scaling_factor)); - - async_cmd->push_constants(&push, 0, sizeof(push)); - async_cmd->dispatch((extract_width + 15) / 16, - (extract_height + 7) / 8, - 1); - - // Just enforce an execution barrier here for rendering work in next frame. - async_cmd->barrier(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, 0, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT, 0); - - if (timestamp) - { - end_ts = async_cmd->write_timestamp(VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT); - device->register_time_interval("VI GPU", std::move(start_ts), std::move(end_ts), "extract-vram"); - } - - Vulkan::Semaphore sem; - device->submit(async_cmd, nullptr, 1, &sem); - device->add_wait_semaphore(Vulkan::CommandBuffer::Type::Generic, std::move(sem), - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, true); - - return vram_image; -} - -Vulkan::ImageHandle VideoInterface::aa_fetch_stage(Vulkan::CommandBuffer &cmd, Vulkan::Image &vram_image, - const Registers ®s, unsigned scaling_factor) const -{ - Vulkan::ImageHandle aa_image; - Vulkan::QueryPoolHandle start_ts, end_ts; - bool fetch_bug = need_fetch_bug_emulation(regs, scaling_factor); - bool divot = (regs.status & VI_CONTROL_DIVOT_ENABLE_BIT) != 0; - - // For the AA pass, we need to figure out how many pixels we might need to read. - int aa_width = regs.max_x + 3 + int(divot) * 2; - int aa_height = regs.max_y + 2; - - Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target(aa_width, aa_height, - VK_FORMAT_R8G8B8A8_UINT); - rt_info.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT; - rt_info.initial_layout = VK_IMAGE_LAYOUT_UNDEFINED; - rt_info.layers = fetch_bug ? 2 : 1; - rt_info.misc = Vulkan::IMAGE_MISC_FORCE_ARRAY_BIT; - aa_image = device->create_image(rt_info); - - Vulkan::ImageViewCreateInfo view_info = {}; - view_info.image = aa_image.get(); - view_info.view_type = VK_IMAGE_VIEW_TYPE_2D; - view_info.layers = 1; - - Vulkan::ImageViewHandle aa_primary, aa_secondary; - view_info.base_layer = 0; - aa_primary = device->create_image_view(view_info); - - if (fetch_bug) - { - view_info.base_layer = 1; - aa_secondary = device->create_image_view(view_info); - } - - Vulkan::RenderPassInfo rp; - rp.color_attachments[0] = aa_primary.get(); - rp.clear_attachments = 0; - - if (fetch_bug) - { - rp.color_attachments[1] = aa_secondary.get(); - rp.num_color_attachments = 2; - rp.store_attachments = 3; - } - else - { - rp.num_color_attachments = 1; - rp.store_attachments = 1; - } - - cmd.image_barrier(*aa_image, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, - VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT); - - if (timestamp) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); - - cmd.begin_render_pass(rp); - cmd.set_opaque_state(); - -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://fullscreen.vert", "rdp://vi_fetch.frag", - { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - { "FETCH_BUG", fetch_bug ? 1 : 0 }, - }); -#else - cmd.set_program(device->request_program(shader_bank->fullscreen, shader_bank->vi_fetch[int(fetch_bug)])); -#endif - - struct Push - { - int32_t x_offset; - int32_t y_offset; - } push = {}; - - push.x_offset = 2; - push.y_offset = 2; - - cmd.push_constants(&push, 0, sizeof(push)); - - cmd.set_specialization_constant_mask(3); - cmd.set_specialization_constant(0, uint32_t(rdram_size)); - cmd.set_specialization_constant(1, - regs.status & (VI_CONTROL_META_AA_BIT | VI_CONTROL_DITHER_FILTER_ENABLE_BIT)); - - cmd.set_texture(0, 0, vram_image.get_view()); - cmd.draw(3); - cmd.end_render_pass(); - - if (timestamp) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); - device->register_time_interval("VI GPU", std::move(start_ts), std::move(end_ts), "vi-fetch"); - } - - cmd.image_barrier(*aa_image, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, - VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - - return aa_image; -} - -Vulkan::ImageHandle VideoInterface::divot_stage(Vulkan::CommandBuffer &cmd, Vulkan::Image &aa_image, - const Registers ®s, unsigned scaling_factor) const -{ - Vulkan::ImageHandle divot_image; - Vulkan::QueryPoolHandle start_ts, end_ts; - bool fetch_bug = need_fetch_bug_emulation(regs, scaling_factor); - - // For the divot pass, we need to figure out how many pixels we might need to read. - int divot_width = regs.max_x + 2; - int divot_height = regs.max_y + 2; - - Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target(divot_width, divot_height, - VK_FORMAT_R8G8B8A8_UINT); - rt_info.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT; - rt_info.initial_layout = VK_IMAGE_LAYOUT_UNDEFINED; - rt_info.layers = fetch_bug ? 2 : 1; - rt_info.misc = Vulkan::IMAGE_MISC_FORCE_ARRAY_BIT; - divot_image = device->create_image(rt_info); - - Vulkan::ImageViewCreateInfo view_info = {}; - view_info.image = divot_image.get(); - view_info.view_type = VK_IMAGE_VIEW_TYPE_2D; - view_info.layers = 1; - - Vulkan::ImageViewHandle divot_primary, divot_secondary; - view_info.base_layer = 0; - divot_primary = device->create_image_view(view_info); - - if (fetch_bug) - { - view_info.base_layer = 1; - divot_secondary = device->create_image_view(view_info); - } - - Vulkan::RenderPassInfo rp; - rp.color_attachments[0] = divot_primary.get(); - rp.clear_attachments = 0; - - if (fetch_bug) - { - rp.color_attachments[1] = divot_secondary.get(); - rp.num_color_attachments = 2; - rp.store_attachments = 3; - } - else - { - rp.num_color_attachments = 1; - rp.store_attachments = 1; - } - - cmd.image_barrier(*divot_image, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, - VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT); - - if (timestamp) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); - - cmd.begin_render_pass(rp); - cmd.set_opaque_state(); - -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://fullscreen.vert", "rdp://vi_divot.frag", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - { "FETCH_BUG", fetch_bug ? 1 : 0 }, - }); -#else - cmd.set_program(device->request_program(shader_bank->fullscreen, shader_bank->vi_divot[int(fetch_bug)])); -#endif - - cmd.set_texture(0, 0, aa_image.get_view()); - cmd.draw(3); - cmd.end_render_pass(); - - if (timestamp) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); - device->register_time_interval("VI GPU", std::move(start_ts), std::move(end_ts), "vi-divot"); - } - - cmd.image_barrier(*divot_image, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, - VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - - return divot_image; -} - -void VideoInterface::bind_horizontal_info_view(Vulkan::CommandBuffer &cmd, const HorizontalInfoLines &lines) -{ - auto &device = cmd.get_device(); - - Vulkan::BufferCreateInfo horizontal_buffer_info = {}; - horizontal_buffer_info.size = sizeof(lines); - horizontal_buffer_info.usage = VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT; - horizontal_buffer_info.domain = Vulkan::BufferDomain::LinkedDeviceHost; - auto scanout_parameters = device.create_buffer(horizontal_buffer_info, &lines); - - Vulkan::BufferViewCreateInfo horizontal_view_info = {}; - horizontal_view_info.format = VK_FORMAT_R32G32B32A32_SINT; - horizontal_view_info.buffer = scanout_parameters.get(); - horizontal_view_info.range = sizeof(lines); - - auto scanout_parameters_view = device.create_buffer_view(horizontal_view_info); - cmd.set_buffer_view(0, 1, *scanout_parameters_view); -} - -Vulkan::ImageHandle VideoInterface::scale_stage(Vulkan::CommandBuffer &cmd, Vulkan::Image &divot_image, - Registers regs, const HorizontalInfoLines &lines, - unsigned scaling_factor, bool degenerate, - const ScanoutOptions &options) const -{ - Vulkan::ImageHandle scale_image; - Vulkan::QueryPoolHandle start_ts, end_ts; - bool fetch_bug = need_fetch_bug_emulation(regs, scaling_factor); - bool serrate = (regs.status & VI_CONTROL_SERRATE_BIT) != 0 && !options.upscale_deinterlacing; - - Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target( - VI_SCANOUT_WIDTH * scaling_factor, - ((regs.is_pal ? VI_V_RES_PAL: VI_V_RES_NTSC) >> int(!serrate)) * scaling_factor, - VK_FORMAT_R8G8B8A8_UNORM); - - unsigned crop_left = 0; - unsigned crop_right = 0; - unsigned crop_top = 0; - unsigned crop_bottom = 0; - - if (options.crop_rect.enable) - { - crop_left = options.crop_rect.left; - crop_right = options.crop_rect.right; - crop_top = options.crop_rect.top; - crop_bottom = options.crop_rect.bottom; - - if (serrate) - { - crop_top *= 2; - crop_bottom *= 2; - } - } - else - { - // Rescale crop pixels to preserve aspect ratio. - auto crop_pixels_y = options.crop_overscan_pixels * (serrate ? 2 : 1); - auto crop_pixels_x = unsigned(std::round(float(crop_pixels_y) * (float(rt_info.width) / float(rt_info.height)))); - - crop_left = crop_right = crop_pixels_x; - crop_top = crop_bottom = crop_pixels_y; - } - - crop_left *= scaling_factor; - crop_right *= scaling_factor; - crop_top *= scaling_factor; - crop_bottom *= scaling_factor; - - if (crop_left + crop_right < rt_info.width && crop_top + crop_bottom < rt_info.height) - { - rt_info.width -= crop_left + crop_right; - rt_info.height -= crop_top + crop_bottom; - } - else - { - LOGE("Too large crop of %u x %u for RT %u x %u.\n", - crop_left + crop_right, crop_top + crop_bottom, rt_info.width, rt_info.height); - } - - rt_info.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT; - rt_info.initial_layout = VK_IMAGE_LAYOUT_UNDEFINED; - rt_info.misc = Vulkan::IMAGE_MISC_MUTABLE_SRGB_BIT; - scale_image = device->create_image(rt_info); - - Vulkan::RenderPassInfo rp; - rp.color_attachments[0] = &scale_image->get_view(); - memset(&rp.clear_color[0], 0, sizeof(rp.clear_color[0])); - rp.num_color_attachments = 1; - rp.clear_attachments = 1; - rp.store_attachments = 1; - - cmd.image_barrier(*scale_image, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, - VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT); - - if (prev_scanout_image && prev_image_layout != VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL) - { - cmd.image_barrier(*prev_scanout_image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, - VK_PIPELINE_STAGE_TRANSFER_BIT, 0, - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - } - - if (timestamp) - start_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); - - cmd.begin_render_pass(rp); - - cmd.set_specialization_constant_mask((1 << 1) | (1 << 2)); - cmd.set_specialization_constant(1, - regs.status & (VI_CONTROL_GAMMA_ENABLE_BIT | - VI_CONTROL_GAMMA_DITHER_ENABLE_BIT | - VI_CONTROL_META_SCALE_BIT | - VI_CONTROL_META_AA_BIT)); - cmd.set_specialization_constant(2, uint32_t(fetch_bug)); - - struct Push - { - int32_t h_offset, v_offset; - int32_t v_start; - uint32_t y_add; - uint32_t frame_count; - - uint32_t serrate_shift; - uint32_t serrate_mask; - uint32_t serrate_select; - - uint32_t info_y_shift; - } push = {}; - - push.info_y_shift = Vulkan::log2_integer(scaling_factor); - - if (serrate) - { - regs.v_start *= 2; - regs.v_res *= 2; - push.serrate_shift = 1; - push.serrate_mask = 1; - bool field_state = regs.v_current_line == 0; - push.serrate_select = int(field_state); - push.info_y_shift++; - } - - push.h_offset = int(crop_left); - push.v_offset = int(crop_top); - push.v_start = regs.v_start; - push.y_add = regs.init_y_add; - push.frame_count = frame_count; - - cmd.set_opaque_state(); -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://fullscreen.vert", "rdp://vi_scale.frag", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - }); -#else - cmd.set_program(device->request_program(shader_bank->fullscreen, shader_bank->vi_scale)); -#endif - cmd.set_buffer_view(1, 0, *gamma_lut_view); - bind_horizontal_info_view(cmd, lines); - - cmd.push_constants(&push, 0, sizeof(push)); - - const auto shift_rect = [](VkRect2D &rect, int x, int y) { - rect.offset.x += x; - rect.offset.y += y; - - if (rect.offset.x < 0) - { - rect.extent.width += rect.offset.x; - rect.offset.x = 0; - } - - if (rect.offset.y < 0) - { - rect.extent.height += rect.offset.y; - rect.offset.y = 0; - } - - // Check for signed overflow without relying on -fwrapv. - if (rect.extent.width & 0x80000000u) - rect.extent.width = 0; - if (rect.extent.height & 0x80000000u) - rect.extent.height = 0; - }; - - if (!degenerate && regs.h_res > 0 && regs.v_res > 0) - { - VkRect2D rect = {{ regs.h_start, regs.v_start }, { uint32_t(regs.h_res), uint32_t(regs.v_res) }}; - shift_rect(rect, -int(crop_left), -int(crop_top)); - - if (rect.extent.width > 0 && rect.extent.height > 0) - { - cmd.set_texture(0, 0, divot_image.get_view()); - cmd.set_scissor(rect); - cmd.draw(3); - } - } - - // To deal with weave interlacing and other "persistence effects", we blend in previous frame's result. - // This is somewhat arbitrary, but seems to work well enough in practice. - - if (prev_scanout_image && options.blend_previous_frame) - { - cmd.set_blend_enable(true); - cmd.set_blend_factors(VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA, VK_BLEND_FACTOR_DST_ALPHA); - // Don't overwrite alpha, it's already zero. - cmd.set_color_write_mask(0x7); - cmd.set_specialization_constant_mask(0); - cmd.set_texture(0, 0, prev_scanout_image->get_view()); -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://fullscreen.vert", "rdp://vi_blend_fields.frag", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - }); -#else - cmd.set_program(device->request_program(shader_bank->fullscreen, shader_bank->vi_blend_fields)); -#endif - - if (degenerate) - { - if (regs.h_res > 0) - { - VkRect2D rect = {{ regs.h_start, 0 }, { uint32_t(regs.h_res), prev_scanout_image->get_height() }}; - shift_rect(rect, -int(crop_left), -int(crop_top)); - if (rect.extent.width > 0 && rect.extent.height > 0) - { - cmd.set_scissor(rect); - cmd.draw(3); - } - } - } - else - { - // Top part. - if (regs.h_res > 0 && regs.v_start > 0) - { - VkRect2D rect = {{ regs.h_start, 0 }, { uint32_t(regs.h_res), uint32_t(regs.v_start) }}; - shift_rect(rect, -int(crop_left), -int(crop_top)); - if (rect.extent.width > 0 && rect.extent.height > 0) - { - cmd.set_scissor(rect); - cmd.draw(3); - } - } - - // Middle part, don't overwrite the 8 pixel guard band. - if (regs.h_res_clamp > 0 && regs.v_res > 0) - { - VkRect2D rect = {{ regs.h_start_clamp, regs.v_start }, { uint32_t(regs.h_res_clamp), uint32_t(regs.v_res) }}; - shift_rect(rect, -int(crop_left), -int(crop_top)); - if (rect.extent.width > 0 && rect.extent.height > 0) - { - cmd.set_scissor(rect); - cmd.draw(3); - } - } - - // Bottom part. - if (regs.h_res > 0 && prev_scanout_image->get_height() > uint32_t(regs.v_start + regs.v_res)) - { - VkRect2D rect = {{ regs.h_start, regs.v_start + regs.v_res }, - { uint32_t(regs.h_res), prev_scanout_image->get_height() - uint32_t(regs.v_start + regs.v_res) }}; - shift_rect(rect, -int(crop_left), -int(crop_top)); - if (rect.extent.width > 0 && rect.extent.height > 0) - { - cmd.set_scissor(rect); - cmd.draw(3); - } - } - } - } - - cmd.end_render_pass(); - - if (timestamp) - { - end_ts = cmd.write_timestamp(VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); - device->register_time_interval("VI GPU", std::move(start_ts), std::move(end_ts), "vi-scale"); - } - - return scale_image; -} - -Vulkan::ImageHandle VideoInterface::downscale_stage(Vulkan::CommandBuffer &cmd, Vulkan::Image &scale_image, - unsigned scaling_factor, unsigned downscale_steps) const -{ - Vulkan::ImageHandle downscale_image; - const Vulkan::Image *input = &scale_image; - Vulkan::ImageHandle holder; - - // TODO: Could optimize this to happen in one pass, but ... eh. - while (scaling_factor > 1 && downscale_steps) - { - if (input != &scale_image) - { - cmd.image_barrier(*input, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, - VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, - VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_READ_BIT); - } - - unsigned width = input->get_width(); - unsigned height = input->get_height(); - - Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target( - width / 2, height / 2, - VK_FORMAT_R8G8B8A8_UNORM); - - rt_info.usage = VK_IMAGE_USAGE_TRANSFER_DST_BIT | VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT; - rt_info.initial_layout = VK_IMAGE_LAYOUT_UNDEFINED; - rt_info.misc = Vulkan::IMAGE_MISC_MUTABLE_SRGB_BIT; - downscale_image = device->create_image(rt_info); - - cmd.image_barrier(*downscale_image, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, - VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT); - - cmd.blit_image(*downscale_image, *input, - {}, {int(rt_info.width), int(rt_info.height), 1}, - {}, {int(width), int(height), 1}, - 0, 0); - - input = downscale_image.get(); - holder = downscale_image; - - scaling_factor /= 2; - downscale_steps--; - } - - return downscale_image; -} - -Vulkan::ImageHandle VideoInterface::upscale_deinterlace(Vulkan::CommandBuffer &cmd, Vulkan::Image &scale_image, - unsigned scaling_factor, bool field_select) const -{ - Vulkan::ImageHandle deinterlaced_image; - - // If we're running upscaled, upscaling Y further is somewhat meaningless and bandwidth intensive. - Vulkan::ImageCreateInfo rt_info = Vulkan::ImageCreateInfo::render_target( - scale_image.get_width(), scale_image.get_height() * (scaling_factor == 1 ? 2 : 1), - VK_FORMAT_R8G8B8A8_UNORM); - - rt_info.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT; - rt_info.initial_layout = VK_IMAGE_LAYOUT_UNDEFINED; - rt_info.misc = Vulkan::IMAGE_MISC_MUTABLE_SRGB_BIT; - deinterlaced_image = device->create_image(rt_info); - - Vulkan::RenderPassInfo rp; - rp.color_attachments[0] = &deinterlaced_image->get_view(); - rp.num_color_attachments = 1; - rp.store_attachments = 1; - - cmd.image_barrier(*deinterlaced_image, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, - VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT); - - cmd.begin_render_pass(rp); - cmd.set_opaque_state(); - - struct Push - { - float y_offset; - } push = {}; - push.y_offset = (float(scaling_factor) * (field_select ? -0.25f : +0.25f)) / float(scale_image.get_height()); - cmd.push_constants(&push, 0, sizeof(push)); - -#ifdef PARALLEL_RDP_SHADER_DIR - cmd.set_program("rdp://vi_deinterlace.vert", "rdp://vi_deinterlace.frag", { - { "DEBUG_ENABLE", debug_channel ? 1 : 0 }, - }); -#else - cmd.set_program(device->request_program(shader_bank->vi_deinterlace_vert, shader_bank->vi_deinterlace_frag)); -#endif - cmd.set_texture(0, 0, scale_image.get_view(), Vulkan::StockSampler::LinearClamp); - cmd.draw(3); - cmd.end_render_pass(); - return deinterlaced_image; -} - -void VideoInterface::begin_vi_register_per_scanline(PerScanlineRegisterFlags flags) -{ - per_line_state.flags = flags; - per_line_state.h_start.latched_state = vi_registers[unsigned(VIRegister::HStart)]; - per_line_state.x_scale.latched_state = vi_registers[unsigned(VIRegister::XScale)]; - per_line_state.h_start.line_state[0] = vi_registers[unsigned(VIRegister::HStart)]; - per_line_state.x_scale.line_state[0] = vi_registers[unsigned(VIRegister::XScale)]; - per_line_state.line = 0; - per_line_state.ended = false; -} - -void VideoInterface::set_vi_register_for_scanline(PerScanlineRegisterBits reg, uint32_t value) -{ - if ((per_line_state.flags & reg) == 0) - { - LOGW("Attempting to set VI register %u per scanline, " - "but was not flagged in begin_vi_register_per_scanline, ignoring.\n", reg); - return; - } - - switch (reg) - { - case PER_SCANLINE_HSTART_BIT: - per_line_state.h_start.latched_state = value; - break; - - case PER_SCANLINE_XSCALE_BIT: - per_line_state.x_scale.latched_state = value; - break; - - default: - break; - } -} - -void VideoInterface::latch_vi_register_for_scanline(unsigned vi_line) -{ - vi_line = std::min(vi_line, VI_V_END_MAX - 1); - - if (vi_line <= per_line_state.line) - { - LOGW("Ignoring vi_line %u, current line is %u, not monotonically increasing, ignoring.\n", - vi_line, per_line_state.line); - return; - } - - unsigned new_counter = per_line_state.line; - - while (++new_counter < vi_line) - { - per_line_state.h_start.line_state[new_counter] = per_line_state.h_start.line_state[per_line_state.line]; - per_line_state.x_scale.line_state[new_counter] = per_line_state.x_scale.line_state[per_line_state.line]; - } - - per_line_state.h_start.line_state[new_counter] = per_line_state.h_start.latched_state; - per_line_state.x_scale.line_state[new_counter] = per_line_state.x_scale.latched_state; - per_line_state.line = new_counter; -} - -void VideoInterface::clear_per_scanline_state() -{ - per_line_state.flags = 0; - per_line_state.ended = false; -} - -void VideoInterface::end_vi_register_per_scanline() -{ - if (per_line_state.flags == 0) - { - LOGW("Cannot end vi_register_per_scanline() with per line flags == 0, ignoring.\n"); - return; - } - - if (per_line_state.ended) - { - LOGW("Already ended per line register state, ignoring.\n"); - return; - } - - unsigned new_counter = per_line_state.line; - while (++new_counter < VI_V_END_MAX) - { - per_line_state.h_start.line_state[new_counter] = per_line_state.h_start.line_state[per_line_state.line]; - per_line_state.x_scale.line_state[new_counter] = per_line_state.x_scale.line_state[per_line_state.line]; - } - - per_line_state.ended = true; -} - -Vulkan::ImageHandle VideoInterface::scanout(VkImageLayout target_layout, const ScanoutOptions &options, unsigned scaling_factor_) -{ - unsigned downscale_steps = std::min(8u, options.downscale_steps); - int scaling_factor = int(scaling_factor_); - Vulkan::ImageHandle scanout; - HorizontalInfoLines lines; - - auto regs = decode_vi_registers(&lines); - clear_per_scanline_state(); - - if (regs.vi_offset == 0) - { - prev_scanout_image.reset(); - return scanout; - } - - if (!options.vi.serrate) - regs.status &= ~VI_CONTROL_SERRATE_BIT; - - bool status_is_aa = (regs.status & VI_CONTROL_AA_MODE_MASK) < VI_CONTROL_AA_MODE_RESAMP_ONLY_BIT; - bool status_is_bilinear = (regs.status & VI_CONTROL_AA_MODE_MASK) < VI_CONTROL_AA_MODE_RESAMP_REPLICATE_BIT; - - status_is_aa = status_is_aa && options.vi.aa; - status_is_bilinear = status_is_bilinear && options.vi.scale; - - regs.status &= ~(VI_CONTROL_AA_MODE_MASK | VI_CONTROL_META_AA_BIT | VI_CONTROL_META_SCALE_BIT); - if (status_is_aa) - regs.status |= VI_CONTROL_META_AA_BIT; - if (status_is_bilinear) - regs.status |= VI_CONTROL_META_SCALE_BIT; - - if (!options.vi.gamma_dither) - regs.status &= ~VI_CONTROL_GAMMA_DITHER_ENABLE_BIT; - if (!options.vi.divot_filter) - regs.status &= ~VI_CONTROL_DIVOT_ENABLE_BIT; - if (!options.vi.dither_filter) - regs.status &= ~VI_CONTROL_DITHER_FILTER_ENABLE_BIT; - - bool is_blank = (regs.status & VI_CONTROL_TYPE_RGBA5551_BIT) == 0; - if (is_blank && previous_frame_blank) - { - frame_count++; - prev_scanout_image.reset(); - return scanout; - } - - if (is_blank) - prev_scanout_image.reset(); - - regs.status |= VI_CONTROL_TYPE_RGBA5551_BIT; - previous_frame_blank = is_blank; - - bool divot = (regs.status & VI_CONTROL_DIVOT_ENABLE_BIT) != 0; - - if (regs.h_res <= 0 || regs.h_start >= VI_SCANOUT_WIDTH) - { - frame_count++; - - // A dirty hack to make it work for games which strobe the invalid state (but expect the image to persist), - // and games which legitimately render invalid frames for long stretches where a black screen is expected. - if (options.persist_frame_on_invalid_input && (frame_count - last_valid_frame_count < 4)) - { - scanout = prev_scanout_image; - - if (scanout && prev_image_layout != target_layout) - { - auto cmd = device->request_command_buffer(); - cmd->image_barrier(*scanout, prev_image_layout, target_layout, - layout_to_stage(prev_image_layout), 0, - layout_to_stage(target_layout), layout_to_access(target_layout)); - prev_image_layout = target_layout; - device->submit(cmd); - } - } - else - prev_scanout_image.reset(); - - return scanout; - } - - last_valid_frame_count = frame_count; - - bool degenerate = regs.h_res <= 0 || regs.v_res <= 0; - - regs.h_start *= scaling_factor; - regs.h_start_clamp *= scaling_factor; - regs.v_start *= scaling_factor; - - regs.h_res *= scaling_factor; - regs.h_res_clamp *= scaling_factor; - regs.v_res *= scaling_factor; - - regs.max_x = regs.max_x * scaling_factor + (scaling_factor - 1); - regs.max_y = regs.max_y * scaling_factor + (scaling_factor - 1); - - for (auto &line : lines.lines) - { - line.h_start *= scaling_factor; - line.h_start_clamp *= scaling_factor; - line.h_end_clamp *= scaling_factor; - line.x_start *= scaling_factor; - line.y_start *= scaling_factor; - line.y_base *= scaling_factor; - } - - // First we copy data out of VRAM into a texture which we will then perform our post-AA on. - // We do this on the async queue so we don't have to stall async queue on graphics work to deal with WAR hazards. - // After the copy, we can immediately begin rendering new frames while we do post in parallel. - Vulkan::ImageHandle vram_image; - if (!degenerate) - vram_image = vram_fetch_stage(regs, scaling_factor); - - auto cmd = device->request_command_buffer(); - - if (debug_channel) - cmd->begin_debug_channel(this, "VI", 32 * 1024 * 1024); - - // In the first pass, we need to read from VRAM and apply the fetch filter. - // This is either the AA filter if coverage < 7, or the dither reconstruction filter if coverage == 7 and enabled. - // Following that, post-AA filter, we have the divot filter. - // In this filter, we need to find the median value of three horizontal pixels, post AA if any of them have coverage < 7. - // Finally, we lerp the result based on x_add and y_add, and then, apply gamma/dither on top as desired. - - // AA -> divot could probably be done with compute and shared memory, but ideally this is done in fragment shaders in this implementation - // so that we can run higher-priority compute shading workload async in the async queue. - // We also get to take advantage of framebuffer compression FWIW. - - Vulkan::ImageHandle aa_image; - if (!degenerate) - aa_image = aa_fetch_stage(*cmd, *vram_image, regs, scaling_factor); - - // Divot pass - Vulkan::ImageHandle divot_image; - if (divot && !degenerate) - divot_image = divot_stage(*cmd, *aa_image, regs, scaling_factor); - else - divot_image = std::move(aa_image); - - // Scale pass - auto scale_image = scale_stage(*cmd, *divot_image, - regs, lines, - scaling_factor, degenerate, options); - - auto src_layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; - - if (downscale_steps && scaling_factor > 1) - { - cmd->image_barrier(*scale_image, src_layout, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, - layout_to_stage(src_layout), layout_to_access(src_layout), - VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_READ_BIT); - - scale_image = downscale_stage(*cmd, *scale_image, scaling_factor, downscale_steps); - src_layout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; - } - - bool serrate = (regs.status & VI_CONTROL_SERRATE_BIT) != 0; - if (serrate && options.upscale_deinterlacing) - { - cmd->image_barrier(*scale_image, src_layout, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, - layout_to_stage(src_layout), layout_to_access(src_layout), - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT); - - bool field_state = regs.v_current_line == 0; - scale_image = upscale_deinterlace(*cmd, *scale_image, - std::max(1, scaling_factor >> downscale_steps), - field_state); - src_layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; - } - - cmd->image_barrier(*scale_image, src_layout, target_layout, - layout_to_stage(src_layout), layout_to_access(src_layout), - layout_to_stage(target_layout), layout_to_access(target_layout)); - - prev_image_layout = target_layout; - prev_scanout_image = scale_image; - - device->submit(cmd); - scanout = std::move(scale_image); - frame_count++; - return scanout; -} - -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/video_interface.hpp b/external/parallel-rdp-standalone/parallel-rdp/video_interface.hpp deleted file mode 100644 index f3cb4533..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/video_interface.hpp +++ /dev/null @@ -1,229 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include "device.hpp" -#include "rdp_common.hpp" - -namespace RDP -{ -struct ScanoutOptions -{ - // Simple (obsolete) crop method. If crop_rect.enable is false, this - // crops top / bottom with number of pixels (doubled if interlace), - // and left / right are cropped in an aspect preserving way. - // If crop_rect.enable is true, - // this is ignored and the crop_rect struct is used instead. - // Crop pixels are adjusted for upscaling, pixels are assumed to - // be specified for the original resolution. - unsigned crop_overscan_pixels = 0; - - struct CropRect - { - unsigned left = 0; - unsigned right = 0; - unsigned top = 0; // Doubled if interlace - unsigned bottom = 0; // Doubled if interlace - bool enable = false; - } crop_rect; - - unsigned downscale_steps = 0; - - // Works around certain game bugs. Considered a hack if enabled. - bool persist_frame_on_invalid_input = false; - - // To be equivalent to reference behavior where - // pixels persist for an extra frame. - // Not hardware accurate, but needed for weave interlace mode. - bool blend_previous_frame = false; - - // Upscale deinterlacing deinterlaces by upscaling in Y, with an Y coordinate offset matching the field. - // If disabled, weave interlacing is used. - // Weave deinterlacing should *not* be used, except to run test suite! - bool upscale_deinterlacing = true; - - struct - { - bool aa = true; - bool scale = true; - bool serrate = true; - bool dither_filter = true; - bool divot_filter = true; - bool gamma_dither = true; - } vi; -}; - -struct VIScanoutBuffer -{ - Vulkan::BufferHandle buffer; - Vulkan::Fence fence; - unsigned width = 0; - unsigned height = 0; -}; - -class Renderer; - -class VideoInterface : public Vulkan::DebugChannelInterface -{ -public: - void set_device(Vulkan::Device *device); - void set_renderer(Renderer *renderer); - void set_vi_register(VIRegister reg, uint32_t value); - - void set_rdram(const Vulkan::Buffer *rdram, size_t offset, size_t size); - void set_hidden_rdram(const Vulkan::Buffer *hidden_rdram); - - int resolve_shader_define(const char *name, const char *define) const; - - Vulkan::ImageHandle scanout(VkImageLayout target_layout, const ScanoutOptions &options = {}, unsigned scale_factor = 1); - void scanout_memory_range(unsigned &offset, unsigned &length) const; - void set_shader_bank(const ShaderBank *bank); - - enum PerScanlineRegisterBits - { - // Currently supported bits. - PER_SCANLINE_HSTART_BIT = 1 << 0, - PER_SCANLINE_XSCALE_BIT = 1 << 1 - }; - using PerScanlineRegisterFlags = uint32_t; - - void begin_vi_register_per_scanline(PerScanlineRegisterFlags flags); - void set_vi_register_for_scanline(PerScanlineRegisterBits reg, uint32_t value); - void latch_vi_register_for_scanline(unsigned vi_line); - void end_vi_register_per_scanline(); - -private: - Vulkan::Device *device = nullptr; - Renderer *renderer = nullptr; - uint32_t vi_registers[unsigned(VIRegister::Count)] = {}; - - struct PerScanlineRegisterState - { - uint32_t latched_state; - uint32_t line_state[VI_V_END_MAX]; - }; - - struct - { - PerScanlineRegisterState h_start; - PerScanlineRegisterState x_scale; - PerScanlineRegisterFlags flags = 0; - unsigned line = 0; - bool ended = false; - } per_line_state; - - const Vulkan::Buffer *rdram = nullptr; - const Vulkan::Buffer *hidden_rdram = nullptr; - Vulkan::BufferHandle gamma_lut; - Vulkan::BufferViewHandle gamma_lut_view; - const ShaderBank *shader_bank = nullptr; - - void init_gamma_table(); - bool previous_frame_blank = false; - bool debug_channel = false; - int filter_debug_channel_x = -1; - int filter_debug_channel_y = -1; - - void message(const std::string &tag, uint32_t code, - uint32_t x, uint32_t y, uint32_t z, - uint32_t num_words, const Vulkan::DebugChannelInterface::Word *words) override; - - // Frame state. - uint32_t frame_count = 0; - uint32_t last_valid_frame_count = 0; - Vulkan::ImageHandle prev_scanout_image; - VkImageLayout prev_image_layout = VK_IMAGE_LAYOUT_UNDEFINED; - - size_t rdram_offset = 0; - size_t rdram_size = 0; - bool timestamp = false; - - struct HorizontalInfo - { - int32_t h_start; - int32_t h_start_clamp; - int32_t h_end_clamp; - int32_t x_start; - int32_t x_add; - int32_t y_start; - int32_t y_add; - int32_t y_base; - }; - - struct HorizontalInfoLines - { - HorizontalInfo lines[VI_MAX_OUTPUT_SCANLINES]; - }; - - static void bind_horizontal_info_view(Vulkan::CommandBuffer &cmd, const HorizontalInfoLines &lines); - - struct Registers - { - int vi_width; - int vi_offset; - int v_current_line; - bool is_pal; - uint32_t status; - - int init_y_add; - - // Global scale pass scissor box. - int h_start_clamp, h_res_clamp; - int h_start, h_res; - int v_start, v_res; - - // For AA stages. - int max_x, max_y; - }; - - Registers decode_vi_registers(HorizontalInfoLines *lines) const; - void clear_per_scanline_state(); - - Vulkan::ImageHandle vram_fetch_stage(const Registers ®isters, - unsigned scaling_factor) const; - Vulkan::ImageHandle aa_fetch_stage(Vulkan::CommandBuffer &cmd, - Vulkan::Image &vram_image, - const Registers ®isters, - unsigned scaling_factor) const; - Vulkan::ImageHandle divot_stage(Vulkan::CommandBuffer &cmd, - Vulkan::Image &aa_image, - const Registers ®isters, - unsigned scaling_factor) const; - Vulkan::ImageHandle scale_stage(Vulkan::CommandBuffer &cmd, - Vulkan::Image &divot_image, - Registers registers, - const HorizontalInfoLines &lines, - unsigned scaling_factor, - bool degenerate, - const ScanoutOptions &options) const; - Vulkan::ImageHandle downscale_stage(Vulkan::CommandBuffer &cmd, - Vulkan::Image &scale_image, - unsigned scaling_factor, - unsigned downscale_factor) const; - Vulkan::ImageHandle upscale_deinterlace(Vulkan::CommandBuffer &cmd, - Vulkan::Image &scale_image, - unsigned scaling_factor, bool field_select) const; - static bool need_fetch_bug_emulation(const Registers ®, unsigned scaling_factor); -}; -} diff --git a/external/parallel-rdp-standalone/parallel-rdp/worker_thread.hpp b/external/parallel-rdp-standalone/parallel-rdp/worker_thread.hpp deleted file mode 100644 index 04b9edb6..00000000 --- a/external/parallel-rdp-standalone/parallel-rdp/worker_thread.hpp +++ /dev/null @@ -1,122 +0,0 @@ -/* Copyright (c) 2020 Themaister - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include -#include -#include - -#ifdef PARALLEL_RDP_SHADER_DIR -#include "global_managers.hpp" -#endif - -namespace RDP -{ -template -class WorkerThread -{ -public: - explicit WorkerThread( -#ifdef PARALLEL_RDP_SHADER_DIR - Granite::Global::GlobalManagersHandle globals, -#endif - Executor exec) - : executor(std::move(exec)) -#ifdef PARALLEL_RDP_SHADER_DIR - , handles(std::move(globals)) -#endif - { - thr = std::thread(&WorkerThread::main_loop, this); - } - - ~WorkerThread() - { - if (thr.joinable()) - { - { - std::lock_guard holder{to_thread_mutex}; - work_queue.push({}); - to_thread_cond.notify_one(); - } - thr.join(); - } - } - - template - void wait(Cond &&cond) - { - std::unique_lock holder{to_main_mutex}; - to_main_cond.wait(holder, std::forward(cond)); - } - - void push(T &&t) - { - std::lock_guard holder{to_thread_mutex}; - work_queue.push(std::move(t)); - to_thread_cond.notify_one(); - } - -private: - std::thread thr; - std::mutex to_thread_mutex; - std::condition_variable to_thread_cond; - std::mutex to_main_mutex; - std::condition_variable to_main_cond; - std::queue work_queue; - Executor executor; - -#ifdef PARALLEL_RDP_SHADER_DIR - Granite::Global::GlobalManagersHandle handles; -#endif - - void main_loop() - { -#ifdef PARALLEL_RDP_SHADER_DIR - Granite::Global::set_thread_context(*handles); - handles.reset(); -#endif - - for (;;) - { - T value; - - { - std::unique_lock holder{to_thread_mutex}; - to_thread_cond.wait(holder, [this]() { return !work_queue.empty(); }); - value = std::move(work_queue.front()); - work_queue.pop(); - } - - if (executor.is_sentinel(value)) - break; - - executor.perform_work(value); - std::lock_guard holder{to_main_mutex}; - executor.notify_work_locked(value); - to_main_cond.notify_one(); - } - } -}; -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/util/aligned_alloc.cpp b/external/parallel-rdp-standalone/util/aligned_alloc.cpp deleted file mode 100644 index aab6f020..00000000 --- a/external/parallel-rdp-standalone/util/aligned_alloc.cpp +++ /dev/null @@ -1,82 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "aligned_alloc.hpp" -#include -#include -#ifdef _WIN32 -#include -#endif - -namespace Util -{ -void *memalign_alloc(size_t boundary, size_t size) -{ -#if defined(_WIN32) - return _aligned_malloc(size, boundary); -#elif defined(_ISOC11_SOURCE) - return aligned_alloc(boundary, size); -#elif (_POSIX_C_SOURCE >= 200112L) || (_XOPEN_SOURCE >= 600) - void *ptr = nullptr; - if (posix_memalign(&ptr, boundary, size) < 0) - return nullptr; - return ptr; -#else - // Align stuff ourselves. Kinda ugly, but will work anywhere. - void **place; - uintptr_t addr = 0; - void *ptr = malloc(boundary + size + sizeof(uintptr_t)); - - if (ptr == nullptr) - return nullptr; - - addr = ((uintptr_t)ptr + sizeof(uintptr_t) + boundary) & ~(boundary - 1); - place = (void **) addr; - place[-1] = ptr; - - return (void *) addr; -#endif -} - -void *memalign_calloc(size_t boundary, size_t size) -{ - void *ret = memalign_alloc(boundary, size); - if (ret) - memset(ret, 0, size); - return ret; -} - -void memalign_free(void *ptr) -{ -#if defined(_WIN32) - _aligned_free(ptr); -#elif !defined(_ISOC11_SOURCE) && !((_POSIX_C_SOURCE >= 200112L) || (_XOPEN_SOURCE >= 600)) - if (ptr != nullptr) - { - void **p = (void **) ptr; - free(p[-1]); - } -#else - free(ptr); -#endif -} -} diff --git a/external/parallel-rdp-standalone/util/aligned_alloc.hpp b/external/parallel-rdp-standalone/util/aligned_alloc.hpp deleted file mode 100644 index aa818253..00000000 --- a/external/parallel-rdp-standalone/util/aligned_alloc.hpp +++ /dev/null @@ -1,62 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include - -namespace Util -{ -void *memalign_alloc(size_t boundary, size_t size); -void *memalign_calloc(size_t boundary, size_t size); -void memalign_free(void *ptr); - -template -struct AlignedAllocation -{ - static void *operator new(size_t size) - { - void *ret = ::Util::memalign_alloc(alignof(T), size); - if (!ret) throw std::bad_alloc(); - return ret; - } - - static void *operator new[](size_t size) - { - void *ret = ::Util::memalign_alloc(alignof(T), size); - if (!ret) throw std::bad_alloc(); - return ret; - } - - static void operator delete(void *ptr) - { - return ::Util::memalign_free(ptr); - } - - static void operator delete[](void *ptr) - { - return ::Util::memalign_free(ptr); - } -}; -} diff --git a/external/parallel-rdp-standalone/util/bitops.hpp b/external/parallel-rdp-standalone/util/bitops.hpp deleted file mode 100644 index ebdd358b..00000000 --- a/external/parallel-rdp-standalone/util/bitops.hpp +++ /dev/null @@ -1,123 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#ifdef _MSC_VER -#include -#endif - -namespace Util -{ -#ifdef __GNUC__ -#define leading_zeroes(x) ((x) == 0 ? 32 : __builtin_clz(x)) -#define trailing_zeroes(x) ((x) == 0 ? 32 : __builtin_ctz(x)) -#define trailing_ones(x) __builtin_ctz(~uint32_t(x)) -#elif defined(_MSC_VER) -namespace Internal -{ -static inline uint32_t clz(uint32_t x) -{ - unsigned long result; - if (_BitScanReverse(&result, x)) - return 31 - result; - else - return 32; -} - -static inline uint32_t ctz(uint32_t x) -{ - unsigned long result; - if (_BitScanForward(&result, x)) - return result; - else - return 32; -} -} - -#define leading_zeroes(x) ::Util::Internal::clz(x) -#define trailing_zeroes(x) ::Util::Internal::ctz(x) -#define trailing_ones(x) ::Util::Internal::ctz(~uint32_t(x)) -#else -#error "Implement me." -#endif - -template -inline void for_each_bit(uint32_t value, const T &func) -{ - while (value) - { - uint32_t bit = trailing_zeroes(value); - func(bit); - value &= ~(1u << bit); - } -} - -template -inline void for_each_bit_range(uint32_t value, const T &func) -{ - if (value == ~0u) - { - func(0, 32); - return; - } - - uint32_t bit_offset = 0; - while (value) - { - uint32_t bit = trailing_zeroes(value); - bit_offset += bit; - value >>= bit; - uint32_t range = trailing_ones(value); - func(bit_offset, range); - value &= ~((1u << range) - 1); - } -} - -template -inline bool is_pow2(T value) -{ - return (value & (value - T(1))) == T(0); -} - -inline uint32_t next_pow2(uint32_t v) -{ - v--; - v |= v >> 16; - v |= v >> 8; - v |= v >> 4; - v |= v >> 2; - v |= v >> 1; - return v + 1; -} - -inline uint32_t prev_pow2(uint32_t v) -{ - return next_pow2(v + 1) >> 1; -} - -inline uint32_t floor_log2(uint32_t v) -{ - return 31 - leading_zeroes(v); -} - -} diff --git a/external/parallel-rdp-standalone/util/enum_cast.hpp b/external/parallel-rdp-standalone/util/enum_cast.hpp deleted file mode 100644 index d05bf640..00000000 --- a/external/parallel-rdp-standalone/util/enum_cast.hpp +++ /dev/null @@ -1,34 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include - -namespace Util -{ -template -constexpr typename std::underlying_type::type ecast(T x) -{ - return static_cast::type>(x); -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/util/hash.hpp b/external/parallel-rdp-standalone/util/hash.hpp deleted file mode 100644 index 58589e0b..00000000 --- a/external/parallel-rdp-standalone/util/hash.hpp +++ /dev/null @@ -1,105 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once -#include -#include - -namespace Util -{ -using Hash = uint64_t; - -class Hasher -{ -public: - explicit Hasher(Hash h_) - : h(h_) - { - } - - Hasher() = default; - - template - inline void data(const T *data_, size_t size) - { - size /= sizeof(*data_); - for (size_t i = 0; i < size; i++) - h = (h * 0x100000001b3ull) ^ data_[i]; - } - - inline void u32(uint32_t value) - { - h = (h * 0x100000001b3ull) ^ value; - } - - inline void s32(int32_t value) - { - u32(uint32_t(value)); - } - - inline void f32(float value) - { - union - { - float f32; - uint32_t u32; - } u; - u.f32 = value; - u32(u.u32); - } - - inline void u64(uint64_t value) - { - u32(value & 0xffffffffu); - u32(value >> 32); - } - - template - inline void pointer(T *ptr) - { - u64(reinterpret_cast(ptr)); - } - - inline void string(const char *str) - { - char c; - u32(0xff); - while ((c = *str++) != '\0') - u32(uint8_t(c)); - } - - inline void string(const std::string &str) - { - u32(0xff); - for (auto &c : str) - u32(uint8_t(c)); - } - - inline Hash get() const - { - return h; - } - -private: - Hash h = 0xcbf29ce484222325ull; -}; -} diff --git a/external/parallel-rdp-standalone/util/intrusive.hpp b/external/parallel-rdp-standalone/util/intrusive.hpp deleted file mode 100644 index 16d56447..00000000 --- a/external/parallel-rdp-standalone/util/intrusive.hpp +++ /dev/null @@ -1,310 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include -#include -#include - -namespace Util -{ -class SingleThreadCounter -{ -public: - inline void add_ref() - { - count++; - } - - inline bool release() - { - return --count == 0; - } - -private: - size_t count = 1; -}; - -class MultiThreadCounter -{ -public: - MultiThreadCounter() - { - count.store(1, std::memory_order_relaxed); - } - - inline void add_ref() - { - count.fetch_add(1, std::memory_order_relaxed); - } - - inline bool release() - { - auto result = count.fetch_sub(1, std::memory_order_acq_rel); - return result == 1; - } - -private: - std::atomic_size_t count; -}; - -template -class IntrusivePtr; - -template , typename ReferenceOps = SingleThreadCounter> -class IntrusivePtrEnabled -{ -public: - using IntrusivePtrType = IntrusivePtr; - using EnabledBase = T; - using EnabledDeleter = Deleter; - using EnabledReferenceOp = ReferenceOps; - - void release_reference() - { - if (reference_count.release()) - Deleter()(static_cast(this)); - } - - void add_reference() - { - reference_count.add_ref(); - } - - IntrusivePtrEnabled() = default; - - IntrusivePtrEnabled(const IntrusivePtrEnabled &) = delete; - - void operator=(const IntrusivePtrEnabled &) = delete; - -protected: - Util::IntrusivePtr reference_from_this(); - -private: - ReferenceOps reference_count; -}; - -template -class IntrusivePtr -{ -public: - template - friend class IntrusivePtr; - - IntrusivePtr() = default; - - explicit IntrusivePtr(T *handle) - : data(handle) - { - } - - T &operator*() - { - return *data; - } - - const T &operator*() const - { - return *data; - } - - T *operator->() - { - return data; - } - - const T *operator->() const - { - return data; - } - - explicit operator bool() const - { - return data != nullptr; - } - - bool operator==(const IntrusivePtr &other) const - { - return data == other.data; - } - - bool operator!=(const IntrusivePtr &other) const - { - return data != other.data; - } - - T *get() - { - return data; - } - - const T *get() const - { - return data; - } - - void reset() - { - using ReferenceBase = IntrusivePtrEnabled< - typename T::EnabledBase, - typename T::EnabledDeleter, - typename T::EnabledReferenceOp>; - - // Static up-cast here to avoid potential issues with multiple intrusive inheritance. - // Also makes sure that the pointer type actually inherits from this type. - if (data) - static_cast(data)->release_reference(); - data = nullptr; - } - - template - IntrusivePtr &operator=(const IntrusivePtr &other) - { - static_assert(std::is_base_of::value, - "Cannot safely assign downcasted intrusive pointers."); - - using ReferenceBase = IntrusivePtrEnabled< - typename T::EnabledBase, - typename T::EnabledDeleter, - typename T::EnabledReferenceOp>; - - reset(); - data = static_cast(other.data); - - // Static up-cast here to avoid potential issues with multiple intrusive inheritance. - // Also makes sure that the pointer type actually inherits from this type. - if (data) - static_cast(data)->add_reference(); - return *this; - } - - IntrusivePtr &operator=(const IntrusivePtr &other) - { - using ReferenceBase = IntrusivePtrEnabled< - typename T::EnabledBase, - typename T::EnabledDeleter, - typename T::EnabledReferenceOp>; - - if (this != &other) - { - reset(); - data = other.data; - if (data) - static_cast(data)->add_reference(); - } - return *this; - } - - template - IntrusivePtr(const IntrusivePtr &other) - { - *this = other; - } - - IntrusivePtr(const IntrusivePtr &other) - { - *this = other; - } - - ~IntrusivePtr() - { - reset(); - } - - template - IntrusivePtr &operator=(IntrusivePtr &&other) noexcept - { - reset(); - data = other.data; - other.data = nullptr; - return *this; - } - - IntrusivePtr &operator=(IntrusivePtr &&other) noexcept - { - if (this != &other) - { - reset(); - data = other.data; - other.data = nullptr; - } - return *this; - } - - template - IntrusivePtr(IntrusivePtr &&other) noexcept - { - *this = std::move(other); - } - - template - IntrusivePtr(IntrusivePtr &&other) noexcept - { - *this = std::move(other); - } - - T *release() & - { - T *ret = data; - data = nullptr; - return ret; - } - - T *release() && - { - T *ret = data; - data = nullptr; - return ret; - } - -private: - T *data = nullptr; -}; - -template -IntrusivePtr IntrusivePtrEnabled::reference_from_this() -{ - add_reference(); - return IntrusivePtr(static_cast(this)); -} - -template -using DerivedIntrusivePtrType = IntrusivePtr; - -template -DerivedIntrusivePtrType make_handle(P &&... p) -{ - return DerivedIntrusivePtrType(new T(std::forward

(p)...)); -} - -template -typename Base::IntrusivePtrType make_derived_handle(P &&... p) -{ - return typename Base::IntrusivePtrType(new Derived(std::forward

(p)...)); -} - -template -using ThreadSafeIntrusivePtrEnabled = IntrusivePtrEnabled, MultiThreadCounter>; -} diff --git a/external/parallel-rdp-standalone/util/intrusive_hash_map.hpp b/external/parallel-rdp-standalone/util/intrusive_hash_map.hpp deleted file mode 100644 index 8546f60a..00000000 --- a/external/parallel-rdp-standalone/util/intrusive_hash_map.hpp +++ /dev/null @@ -1,690 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "hash.hpp" -#include "intrusive_list.hpp" -#include "object_pool.hpp" -#include "read_write_lock.hpp" -#include -#include - -namespace Util -{ -template -class IntrusiveHashMapEnabled : public IntrusiveListEnabled -{ -public: - IntrusiveHashMapEnabled() = default; - IntrusiveHashMapEnabled(Util::Hash hash) - : intrusive_hashmap_key(hash) - { - } - - void set_hash(Util::Hash hash) - { - intrusive_hashmap_key = hash; - } - - Util::Hash get_hash() const - { - return intrusive_hashmap_key; - } - -private: - Hash intrusive_hashmap_key = 0; -}; - -template -struct IntrusivePODWrapper : public IntrusiveHashMapEnabled> -{ - template - explicit IntrusivePODWrapper(U&& value_) - : value(std::forward(value_)) - { - } - - IntrusivePODWrapper() = default; - - T& get() - { - return value; - } - - const T& get() const - { - return value; - } - - T value = {}; -}; - -// This HashMap is non-owning. It just arranges a list of pointers. -// It's kind of special purpose container used by the Vulkan backend. -// Dealing with memory ownership is done through composition by a different class. -// T must inherit from IntrusiveHashMapEnabled. -// Each instance of T can only be part of one hashmap. - -template -class IntrusiveHashMapHolder -{ -public: - enum { InitialSize = 16, InitialLoadCount = 3 }; - - T *find(Hash hash) const - { - if (values.empty()) - return nullptr; - - Hash hash_mask = values.size() - 1; - auto masked = hash & hash_mask; - for (unsigned i = 0; i < load_count; i++) - { - if (values[masked] && get_hash(values[masked]) == hash) - return values[masked]; - masked = (masked + 1) & hash_mask; - } - - return nullptr; - } - - template - bool find_and_consume_pod(Hash hash, P &p) const - { - T *t = find(hash); - if (t) - { - p = t->get(); - return true; - } - else - return false; - } - - // Inserts, if value already exists, insertion does not happen. - // Return value is the data which is not part of the hashmap. - // It should be deleted or similar. - // Returns nullptr if nothing was in the hashmap for this key. - T *insert_yield(T *&value) - { - if (values.empty()) - grow(); - - Hash hash_mask = values.size() - 1; - auto hash = get_hash(value); - auto masked = hash & hash_mask; - - for (unsigned i = 0; i < load_count; i++) - { - if (values[masked] && get_hash(values[masked]) == hash) - { - T *ret = value; - value = values[masked]; - return ret; - } - else if (!values[masked]) - { - values[masked] = value; - list.insert_front(value); - return nullptr; - } - masked = (masked + 1) & hash_mask; - } - - grow(); - return insert_yield(value); - } - - T *insert_replace(T *value) - { - if (values.empty()) - grow(); - - Hash hash_mask = values.size() - 1; - auto hash = get_hash(value); - auto masked = hash & hash_mask; - - for (unsigned i = 0; i < load_count; i++) - { - if (values[masked] && get_hash(values[masked]) == hash) - { - std::swap(values[masked], value); - list.erase(value); - list.insert_front(values[masked]); - return value; - } - else if (!values[masked]) - { - assert(!values[masked]); - values[masked] = value; - list.insert_front(value); - return nullptr; - } - masked = (masked + 1) & hash_mask; - } - - grow(); - return insert_replace(value); - } - - T *erase(Hash hash) - { - Hash hash_mask = values.size() - 1; - auto masked = hash & hash_mask; - - for (unsigned i = 0; i < load_count; i++) - { - if (values[masked] && get_hash(values[masked]) == hash) - { - auto *value = values[masked]; - list.erase(value); - values[masked] = nullptr; - return value; - } - masked = (masked + 1) & hash_mask; - } - return nullptr; - } - - void erase(T *value) - { - erase(get_hash(value)); - } - - void clear() - { - list.clear(); - values.clear(); - load_count = 0; - } - - typename IntrusiveList::Iterator begin() const - { - return list.begin(); - } - - typename IntrusiveList::Iterator end() const - { - return list.end(); - } - - IntrusiveList &inner_list() - { - return list; - } - - const IntrusiveList &inner_list() const - { - return list; - } - -private: - - inline bool compare_key(Hash masked, Hash hash) const - { - return get_key_for_index(masked) == hash; - } - - inline Hash get_hash(const T *value) const - { - return static_cast *>(value)->get_hash(); - } - - inline Hash get_key_for_index(Hash masked) const - { - return get_hash(values[masked]); - } - - bool insert_inner(T *value) - { - Hash hash_mask = values.size() - 1; - auto hash = get_hash(value); - auto masked = hash & hash_mask; - - for (unsigned i = 0; i < load_count; i++) - { - if (!values[masked]) - { - values[masked] = value; - return true; - } - masked = (masked + 1) & hash_mask; - } - return false; - } - - void grow() - { - bool success; - do - { - for (auto &v : values) - v = nullptr; - - if (values.empty()) - { - values.resize(InitialSize); - load_count = InitialLoadCount; - //LOGI("Growing hashmap to %u elements.\n", InitialSize); - } - else - { - values.resize(values.size() * 2); - //LOGI("Growing hashmap to %u elements.\n", unsigned(values.size())); - load_count++; - } - - // Re-insert. - success = true; - for (auto &t : list) - { - if (!insert_inner(&t)) - { - success = false; - break; - } - } - } while (!success); - } - - std::vector values; - IntrusiveList list; - unsigned load_count = 0; -}; - -template -class IntrusiveHashMap -{ -public: - ~IntrusiveHashMap() - { - clear(); - } - - IntrusiveHashMap() = default; - IntrusiveHashMap(const IntrusiveHashMap &) = delete; - void operator=(const IntrusiveHashMap &) = delete; - - void clear() - { - auto &list = hashmap.inner_list(); - auto itr = list.begin(); - while (itr != list.end()) - { - auto *to_free = itr.get(); - itr = list.erase(itr); - pool.free(to_free); - } - - hashmap.clear(); - } - - T *find(Hash hash) const - { - return hashmap.find(hash); - } - - T &operator[](Hash hash) - { - auto *t = find(hash); - if (!t) - t = emplace_yield(hash); - return *t; - } - - template - bool find_and_consume_pod(Hash hash, P &p) const - { - return hashmap.find_and_consume_pod(hash, p); - } - - void erase(T *value) - { - hashmap.erase(value); - pool.free(value); - } - - void erase(Hash hash) - { - auto *value = hashmap.erase(hash); - if (value) - pool.free(value); - } - - template - T *emplace_replace(Hash hash, P&&... p) - { - T *t = allocate(std::forward

(p)...); - return insert_replace(hash, t); - } - - template - T *emplace_yield(Hash hash, P&&... p) - { - T *t = allocate(std::forward

(p)...); - return insert_yield(hash, t); - } - - template - T *allocate(P&&... p) - { - return pool.allocate(std::forward

(p)...); - } - - void free(T *value) - { - pool.free(value); - } - - T *insert_replace(Hash hash, T *value) - { - static_cast *>(value)->set_hash(hash); - T *to_delete = hashmap.insert_replace(value); - if (to_delete) - pool.free(to_delete); - return value; - } - - T *insert_yield(Hash hash, T *value) - { - static_cast *>(value)->set_hash(hash); - T *to_delete = hashmap.insert_yield(value); - if (to_delete) - pool.free(to_delete); - return value; - } - - typename IntrusiveList::Iterator begin() const - { - return hashmap.begin(); - } - - typename IntrusiveList::Iterator end() const - { - return hashmap.end(); - } - - IntrusiveHashMap &get_thread_unsafe() - { - return *this; - } - - const IntrusiveHashMap &get_thread_unsafe() const - { - return *this; - } - -private: - IntrusiveHashMapHolder hashmap; - ObjectPool pool; -}; - -template -using IntrusiveHashMapWrapper = IntrusiveHashMap>; - -template -class ThreadSafeIntrusiveHashMap -{ -public: - T *find(Hash hash) const - { - lock.lock_read(); - T *t = hashmap.find(hash); - lock.unlock_read(); - - // We can race with the intrusive list internal pointers, - // but that's an internal detail which should never be touched outside the hashmap. - return t; - } - - template - bool find_and_consume_pod(Hash hash, P &p) const - { - lock.lock_read(); - bool ret = hashmap.find_and_consume_pod(hash, p); - lock.unlock_read(); - return ret; - } - - void clear() - { - lock.lock_write(); - hashmap.clear(); - lock.unlock_write(); - } - - // Assumption is that readers will not be erased while in use by any other thread. - void erase(T *value) - { - lock.lock_write(); - hashmap.erase(value); - lock.unlock_write(); - } - - void erase(Hash hash) - { - lock.lock_write(); - hashmap.erase(hash); - lock.unlock_write(); - } - - template - T *allocate(P&&... p) - { - lock.lock_write(); - T *t = hashmap.allocate(std::forward

(p)...); - lock.unlock_write(); - return t; - } - - void free(T *value) - { - lock.lock_write(); - hashmap.free(value); - lock.unlock_write(); - } - - T *insert_replace(Hash hash, T *value) - { - lock.lock_write(); - value = hashmap.insert_replace(hash, value); - lock.unlock_write(); - return value; - } - - T *insert_yield(Hash hash, T *value) - { - lock.lock_write(); - value = hashmap.insert_yield(hash, value); - lock.unlock_write(); - return value; - } - - // This one is very sketchy, since callers need to make sure there are no readers of this hash. - template - T *emplace_replace(Hash hash, P&&... p) - { - lock.lock_write(); - T *t = hashmap.emplace_replace(hash, std::forward

(p)...); - lock.unlock_write(); - return t; - } - - template - T *emplace_yield(Hash hash, P&&... p) - { - lock.lock_write(); - T *t = hashmap.emplace_yield(hash, std::forward

(p)...); - lock.unlock_write(); - return t; - } - - // Not supposed to be called in racy conditions, - // we could have a global read lock and unlock while iterating if necessary. - typename IntrusiveList::Iterator begin() - { - return hashmap.begin(); - } - - typename IntrusiveList::Iterator end() - { - return hashmap.end(); - } - - IntrusiveHashMap &get_thread_unsafe() - { - return hashmap; - } - - const IntrusiveHashMap &get_thread_unsafe() const - { - return hashmap; - } - -private: - IntrusiveHashMap hashmap; - mutable RWSpinLock lock; -}; - -// A special purpose hashmap which is split into a read-only, immutable portion and a plain thread-safe one. -// User can move read-write thread-safe portion to read-only portion when user knows it's safe to do so. -template -class ThreadSafeIntrusiveHashMapReadCached -{ -public: - ~ThreadSafeIntrusiveHashMapReadCached() - { - clear(); - } - - T *find(Hash hash) const - { - T *t = read_only.find(hash); - if (t) - return t; - - lock.lock_read(); - t = read_write.find(hash); - lock.unlock_read(); - return t; - } - - void move_to_read_only() - { - auto &list = read_write.inner_list(); - auto itr = list.begin(); - while (itr != list.end()) - { - auto *to_move = itr.get(); - read_write.erase(to_move); - T *to_delete = read_only.insert_yield(to_move); - if (to_delete) - object_pool.free(to_delete); - itr = list.begin(); - } - } - - template - bool find_and_consume_pod(Hash hash, P &p) const - { - if (read_only.find_and_consume_pod(hash, p)) - return true; - - lock.lock_read(); - bool ret = read_write.find_and_consume_pod(hash, p); - lock.unlock_read(); - return ret; - } - - void clear() - { - lock.lock_write(); - clear_list(read_only.inner_list()); - clear_list(read_write.inner_list()); - read_only.clear(); - read_write.clear(); - lock.unlock_write(); - } - - template - T *allocate(P&&... p) - { - lock.lock_write(); - T *t = object_pool.allocate(std::forward

(p)...); - lock.unlock_write(); - return t; - } - - void free(T *ptr) - { - lock.lock_write(); - object_pool.free(ptr); - lock.unlock_write(); - } - - T *insert_yield(Hash hash, T *value) - { - static_cast *>(value)->set_hash(hash); - lock.lock_write(); - T *to_delete = read_write.insert_yield(value); - if (to_delete) - object_pool.free(to_delete); - lock.unlock_write(); - return value; - } - - template - T *emplace_yield(Hash hash, P&&... p) - { - T *t = allocate(std::forward

(p)...); - return insert_yield(hash, t); - } - - IntrusiveHashMapHolder &get_read_only() - { - return read_only; - } - - IntrusiveHashMapHolder &get_read_write() - { - return read_write; - } - -private: - IntrusiveHashMapHolder read_only; - IntrusiveHashMapHolder read_write; - ObjectPool object_pool; - mutable RWSpinLock lock; - - void clear_list(IntrusiveList &list) - { - auto itr = list.begin(); - while (itr != list.end()) - { - auto *to_free = itr.get(); - itr = list.erase(itr); - object_pool.free(to_free); - } - } -}; -} diff --git a/external/parallel-rdp-standalone/util/intrusive_list.hpp b/external/parallel-rdp-standalone/util/intrusive_list.hpp deleted file mode 100644 index 243443e2..00000000 --- a/external/parallel-rdp-standalone/util/intrusive_list.hpp +++ /dev/null @@ -1,197 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -namespace Util -{ -template -struct IntrusiveListEnabled -{ - IntrusiveListEnabled *prev = nullptr; - IntrusiveListEnabled *next = nullptr; -}; - -template -class IntrusiveList -{ -public: - void clear() - { - head = nullptr; - tail = nullptr; - } - - class Iterator - { - public: - friend class IntrusiveList; - Iterator(IntrusiveListEnabled *node_) - : node(node_) - { - } - - Iterator() = default; - - explicit operator bool() const - { - return node != nullptr; - } - - bool operator==(const Iterator &other) const - { - return node == other.node; - } - - bool operator!=(const Iterator &other) const - { - return node != other.node; - } - - T &operator*() - { - return *static_cast(node); - } - - const T &operator*() const - { - return *static_cast(node); - } - - T *get() - { - return static_cast(node); - } - - const T *get() const - { - return static_cast(node); - } - - T *operator->() - { - return static_cast(node); - } - - const T *operator->() const - { - return static_cast(node); - } - - Iterator &operator++() - { - node = node->next; - return *this; - } - - Iterator &operator--() - { - node = node->prev; - return *this; - } - - private: - IntrusiveListEnabled *node = nullptr; - }; - - Iterator begin() const - { - return Iterator(head); - } - - Iterator rbegin() const - { - return Iterator(tail); - } - - Iterator end() const - { - return Iterator(); - } - - Iterator erase(Iterator itr) - { - auto *node = itr.get(); - auto *next = node->next; - auto *prev = node->prev; - - if (prev) - prev->next = next; - else - head = next; - - if (next) - next->prev = prev; - else - tail = prev; - - return next; - } - - void insert_front(Iterator itr) - { - auto *node = itr.get(); - if (head) - head->prev = node; - else - tail = node; - - node->next = head; - node->prev = nullptr; - head = node; - } - - void insert_back(Iterator itr) - { - auto *node = itr.get(); - if (tail) - tail->next = node; - else - head = node; - - node->prev = tail; - node->next = nullptr; - tail = node; - } - - void move_to_front(IntrusiveList &other, Iterator itr) - { - other.erase(itr); - insert_front(itr); - } - - void move_to_back(IntrusiveList &other, Iterator itr) - { - other.erase(itr); - insert_back(itr); - } - - bool empty() const - { - return head == nullptr; - } - -private: - IntrusiveListEnabled *head = nullptr; - IntrusiveListEnabled *tail = nullptr; -}; -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/util/logging.cpp b/external/parallel-rdp-standalone/util/logging.cpp deleted file mode 100644 index f4a584ee..00000000 --- a/external/parallel-rdp-standalone/util/logging.cpp +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "logging.hpp" - -namespace Util -{ -static thread_local LoggingInterface *logging_iface; - -bool interface_log(const char *tag, const char *fmt, ...) -{ - if (!logging_iface) - return false; - - va_list va; - va_start(va, fmt); - bool ret = logging_iface->log(tag, fmt, va); - va_end(va); - return ret; -} - -void set_thread_logging_interface(LoggingInterface *iface) -{ - logging_iface = iface; -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/util/logging.hpp b/external/parallel-rdp-standalone/util/logging.hpp deleted file mode 100644 index 5715e2fb..00000000 --- a/external/parallel-rdp-standalone/util/logging.hpp +++ /dev/null @@ -1,99 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include - -namespace Util -{ -class LoggingInterface -{ -public: - virtual ~LoggingInterface() = default; - virtual bool log(const char *tag, const char *fmt, va_list va) = 0; -}; - -bool interface_log(const char *tag, const char *fmt, ...); -void set_thread_logging_interface(LoggingInterface *iface); -} - -#if defined(_MSC_VER) -#define WIN32_LEAN_AND_MEAN -#include -#define LOGE_FALLBACK(...) do { \ - fprintf(stderr, "[ERROR]: " __VA_ARGS__); \ - fflush(stderr); \ - char buffer[16 * 1024]; \ - snprintf(buffer, sizeof(buffer), "[ERROR]: " __VA_ARGS__); \ - OutputDebugStringA(buffer); \ -} while(false) - -#define LOGW_FALLBACK(...) do { \ - fprintf(stderr, "[WARN]: " __VA_ARGS__); \ - fflush(stderr); \ - char buffer[16 * 1024]; \ - snprintf(buffer, sizeof(buffer), "[WARN]: " __VA_ARGS__); \ - OutputDebugStringA(buffer); \ -} while(false) - -#define LOGI_FALLBACK(...) do { \ - fprintf(stderr, "[INFO]: " __VA_ARGS__); \ - fflush(stderr); \ - char buffer[16 * 1024]; \ - snprintf(buffer, sizeof(buffer), "[INFO]: " __VA_ARGS__); \ - OutputDebugStringA(buffer); \ -} while(false) -#elif defined(ANDROID) -#include -#define LOGE_FALLBACK(...) do { __android_log_print(ANDROID_LOG_ERROR, "Granite", __VA_ARGS__); } while(0) -#define LOGW_FALLBACK(...) do { __android_log_print(ANDROID_LOG_WARN, "Granite", __VA_ARGS__); } while(0) -#define LOGI_FALLBACK(...) do { __android_log_print(ANDROID_LOG_INFO, "Granite", __VA_ARGS__); } while(0) -#else -#define LOGE_FALLBACK(...) \ - do \ - { \ - fprintf(stderr, "[ERROR]: " __VA_ARGS__); \ - fflush(stderr); \ - } while (false) - -#define LOGW_FALLBACK(...) \ - do \ - { \ - fprintf(stderr, "[WARN]: " __VA_ARGS__); \ - fflush(stderr); \ - } while (false) - -#define LOGI_FALLBACK(...) \ - do \ - { \ - fprintf(stderr, "[INFO]: " __VA_ARGS__); \ - fflush(stderr); \ - } while (false) -#endif - -#define LOGE(...) do { if (!::Util::interface_log("[ERROR]: ", __VA_ARGS__)) { LOGE_FALLBACK(__VA_ARGS__); }} while(0) -#define LOGW(...) do { if (!::Util::interface_log("[WARN]: ", __VA_ARGS__)) { LOGW_FALLBACK(__VA_ARGS__); }} while(0) -#define LOGI(...) do { if (!::Util::interface_log("[INFO]: ", __VA_ARGS__)) { LOGI_FALLBACK(__VA_ARGS__); }} while(0) - diff --git a/external/parallel-rdp-standalone/util/object_pool.hpp b/external/parallel-rdp-standalone/util/object_pool.hpp deleted file mode 100644 index c7bb75d5..00000000 --- a/external/parallel-rdp-standalone/util/object_pool.hpp +++ /dev/null @@ -1,132 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include -#include -#include -#include "aligned_alloc.hpp" - -//#define OBJECT_POOL_DEBUG - -namespace Util -{ -template -class ObjectPool -{ -public: - template - T *allocate(P &&... p) - { -#ifndef OBJECT_POOL_DEBUG - if (vacants.empty()) - { - unsigned num_objects = 64u << memory.size(); - T *ptr = static_cast(memalign_alloc(std::max(size_t(64), alignof(T)), - num_objects * sizeof(T))); - if (!ptr) - return nullptr; - - for (unsigned i = 0; i < num_objects; i++) - vacants.push_back(&ptr[i]); - - memory.emplace_back(ptr); - } - - T *ptr = vacants.back(); - vacants.pop_back(); - new(ptr) T(std::forward

(p)...); - return ptr; -#else - return new T(std::forward

(p)...); -#endif - } - - void free(T *ptr) - { -#ifndef OBJECT_POOL_DEBUG - ptr->~T(); - vacants.push_back(ptr); -#else - delete ptr; -#endif - } - - void clear() - { -#ifndef OBJECT_POOL_DEBUG - vacants.clear(); - memory.clear(); -#endif - } - -protected: -#ifndef OBJECT_POOL_DEBUG - std::vector vacants; - - struct MallocDeleter - { - void operator()(T *ptr) - { - memalign_free(ptr); - } - }; - - std::vector> memory; -#endif -}; - -template -class ThreadSafeObjectPool : private ObjectPool -{ -public: - template - T *allocate(P &&... p) - { - std::lock_guard holder{lock}; - return ObjectPool::allocate(std::forward

(p)...); - } - - void free(T *ptr) - { -#ifndef OBJECT_POOL_DEBUG - ptr->~T(); - std::lock_guard holder{lock}; - this->vacants.push_back(ptr); -#else - delete ptr; -#endif - } - - void clear() - { - std::lock_guard holder{lock}; - ObjectPool::clear(); - } - -private: - std::mutex lock; -}; -} diff --git a/external/parallel-rdp-standalone/util/read_write_lock.hpp b/external/parallel-rdp-standalone/util/read_write_lock.hpp deleted file mode 100644 index 3b70fd17..00000000 --- a/external/parallel-rdp-standalone/util/read_write_lock.hpp +++ /dev/null @@ -1,93 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include - -#ifdef __SSE2__ -#include -#endif - -namespace Util -{ -class RWSpinLock -{ -public: - enum { Reader = 2, Writer = 1 }; - RWSpinLock() - { - counter.store(0); - } - - inline void lock_read() - { - unsigned v = counter.fetch_add(Reader, std::memory_order_acquire); - while ((v & Writer) != 0) - { -#ifdef __SSE2__ - _mm_pause(); -#endif - v = counter.load(std::memory_order_acquire); - } - } - - inline void unlock_read() - { - counter.fetch_sub(Reader, std::memory_order_release); - } - - inline void lock_write() - { - uint32_t expected = 0; - while (!counter.compare_exchange_weak(expected, Writer, - std::memory_order_acquire, - std::memory_order_relaxed)) - { -#ifdef __SSE2__ - _mm_pause(); -#endif - expected = 0; - } - } - - inline void unlock_write() - { - counter.fetch_and(~Writer, std::memory_order_release); - } - - inline void promote_reader_to_writer() - { - uint32_t expected = Reader; - if (!counter.compare_exchange_strong(expected, Writer, - std::memory_order_acquire, - std::memory_order_relaxed)) - { - unlock_read(); - lock_write(); - } - } - -private: - std::atomic counter; -}; -} diff --git a/external/parallel-rdp-standalone/util/small_vector.hpp b/external/parallel-rdp-standalone/util/small_vector.hpp deleted file mode 100644 index bbecf4b1..00000000 --- a/external/parallel-rdp-standalone/util/small_vector.hpp +++ /dev/null @@ -1,456 +0,0 @@ -/* Copyright (c) 2019-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include -#include -#include -#include - -namespace Util -{ -// std::aligned_storage does not support size == 0, so roll our own. -template -class AlignedBuffer -{ -public: - T *data() - { - return reinterpret_cast(aligned_char); - } - -private: - alignas(T) char aligned_char[sizeof(T) * N]; -}; - -template -class AlignedBuffer -{ -public: - T *data() - { - return nullptr; - } -}; - -// An immutable version of SmallVector which erases type information about storage. -template -class VectorView -{ -public: - T &operator[](size_t i) - { - return ptr[i]; - } - - const T &operator[](size_t i) const - { - return ptr[i]; - } - - bool empty() const - { - return buffer_size == 0; - } - - size_t size() const - { - return buffer_size; - } - - T *data() - { - return ptr; - } - - const T *data() const - { - return ptr; - } - - T *begin() - { - return ptr; - } - - T *end() - { - return ptr + buffer_size; - } - - const T *begin() const - { - return ptr; - } - - const T *end() const - { - return ptr + buffer_size; - } - - T &front() - { - return ptr[0]; - } - - const T &front() const - { - return ptr[0]; - } - - T &back() - { - return ptr[buffer_size - 1]; - } - - const T &back() const - { - return ptr[buffer_size - 1]; - } - - // Avoid sliced copies. Base class should only be read as a reference. - VectorView(const VectorView &) = delete; - void operator=(const VectorView &) = delete; - -protected: - VectorView() = default; - T *ptr = nullptr; - size_t buffer_size = 0; -}; - -// Simple vector which supports up to N elements inline, without malloc/free. -// We use a lot of throwaway vectors all over the place which triggers allocations. -// This class only implements the subset of std::vector we need in SPIRV-Cross. -// It is *NOT* a drop-in replacement in general projects. -template -class SmallVector : public VectorView -{ -public: - SmallVector() - { - this->ptr = stack_storage.data(); - buffer_capacity = N; - } - - SmallVector(const T *arg_list_begin, const T *arg_list_end) - : SmallVector() - { - auto count = size_t(arg_list_end - arg_list_begin); - reserve(count); - for (size_t i = 0; i < count; i++, arg_list_begin++) - new (&this->ptr[i]) T(*arg_list_begin); - this->buffer_size = count; - } - - SmallVector(SmallVector &&other) noexcept : SmallVector() - { - *this = std::move(other); - } - - SmallVector(const std::initializer_list &init_list) : SmallVector() - { - insert(this->end(), init_list.begin(), init_list.end()); - } - - SmallVector &operator=(SmallVector &&other) noexcept - { - clear(); - if (other.ptr != other.stack_storage.data()) - { - // Pilfer allocated pointer. - if (this->ptr != stack_storage.data()) - free(this->ptr); - this->ptr = other.ptr; - this->buffer_size = other.buffer_size; - buffer_capacity = other.buffer_capacity; - other.ptr = nullptr; - other.buffer_size = 0; - other.buffer_capacity = 0; - } - else - { - // Need to move the stack contents individually. - reserve(other.buffer_size); - for (size_t i = 0; i < other.buffer_size; i++) - { - new (&this->ptr[i]) T(std::move(other.ptr[i])); - other.ptr[i].~T(); - } - this->buffer_size = other.buffer_size; - other.buffer_size = 0; - } - return *this; - } - - SmallVector(const SmallVector &other) - : SmallVector() - { - *this = other; - } - - SmallVector &operator=(const SmallVector &other) - { - clear(); - reserve(other.buffer_size); - for (size_t i = 0; i < other.buffer_size; i++) - new (&this->ptr[i]) T(other.ptr[i]); - this->buffer_size = other.buffer_size; - return *this; - } - - explicit SmallVector(size_t count) - : SmallVector() - { - resize(count); - } - - ~SmallVector() - { - clear(); - if (this->ptr != stack_storage.data()) - free(this->ptr); - } - - void clear() - { - for (size_t i = 0; i < this->buffer_size; i++) - this->ptr[i].~T(); - this->buffer_size = 0; - } - - void push_back(const T &t) - { - reserve(this->buffer_size + 1); - new (&this->ptr[this->buffer_size]) T(t); - this->buffer_size++; - } - - void push_back(T &&t) - { - reserve(this->buffer_size + 1); - new (&this->ptr[this->buffer_size]) T(std::move(t)); - this->buffer_size++; - } - - void pop_back() - { - // Work around false positive warning on GCC 8.3. - // Calling pop_back on empty vector is undefined. - if (!this->empty()) - resize(this->buffer_size - 1); - } - - template - void emplace_back(Ts &&... ts) - { - reserve(this->buffer_size + 1); - new (&this->ptr[this->buffer_size]) T(std::forward(ts)...); - this->buffer_size++; - } - - void reserve(size_t count) - { - if (count > buffer_capacity) - { - size_t target_capacity = buffer_capacity; - if (target_capacity == 0) - target_capacity = 1; - if (target_capacity < N) - target_capacity = N; - - while (target_capacity < count) - target_capacity <<= 1u; - - T *new_buffer = - target_capacity > N ? static_cast(malloc(target_capacity * sizeof(T))) : stack_storage.data(); - - if (!new_buffer) - std::terminate(); - - // In case for some reason two allocations both come from same stack. - if (new_buffer != this->ptr) - { - // We don't deal with types which can throw in move constructor. - for (size_t i = 0; i < this->buffer_size; i++) - { - new (&new_buffer[i]) T(std::move(this->ptr[i])); - this->ptr[i].~T(); - } - } - - if (this->ptr != stack_storage.data()) - free(this->ptr); - this->ptr = new_buffer; - buffer_capacity = target_capacity; - } - } - - void insert(T *itr, const T *insert_begin, const T *insert_end) - { - auto count = size_t(insert_end - insert_begin); - if (itr == this->end()) - { - reserve(this->buffer_size + count); - for (size_t i = 0; i < count; i++, insert_begin++) - new (&this->ptr[this->buffer_size + i]) T(*insert_begin); - this->buffer_size += count; - } - else - { - if (this->buffer_size + count > buffer_capacity) - { - auto target_capacity = this->buffer_size + count; - if (target_capacity == 0) - target_capacity = 1; - if (target_capacity < N) - target_capacity = N; - - while (target_capacity < count) - target_capacity <<= 1u; - - // Need to allocate new buffer. Move everything to a new buffer. - T *new_buffer = - target_capacity > N ? static_cast(malloc(target_capacity * sizeof(T))) : stack_storage.data(); - if (!new_buffer) - std::terminate(); - - // First, move elements from source buffer to new buffer. - // We don't deal with types which can throw in move constructor. - auto *target_itr = new_buffer; - auto *original_source_itr = this->begin(); - - if (new_buffer != this->ptr) - { - while (original_source_itr != itr) - { - new (target_itr) T(std::move(*original_source_itr)); - original_source_itr->~T(); - ++original_source_itr; - ++target_itr; - } - } - - // Copy-construct new elements. - for (auto *source_itr = insert_begin; source_itr != insert_end; ++source_itr, ++target_itr) - new (target_itr) T(*source_itr); - - // Move over the other half. - if (new_buffer != this->ptr || insert_begin != insert_end) - { - while (original_source_itr != this->end()) - { - new (target_itr) T(std::move(*original_source_itr)); - original_source_itr->~T(); - ++original_source_itr; - ++target_itr; - } - } - - if (this->ptr != stack_storage.data()) - free(this->ptr); - this->ptr = new_buffer; - buffer_capacity = target_capacity; - } - else - { - // Move in place, need to be a bit careful about which elements are constructed and which are not. - // Move the end and construct the new elements. - auto *target_itr = this->end() + count; - auto *source_itr = this->end(); - while (target_itr != this->end() && source_itr != itr) - { - --target_itr; - --source_itr; - new (target_itr) T(std::move(*source_itr)); - } - - // For already constructed elements we can move-assign. - std::move_backward(itr, source_itr, target_itr); - - // For the inserts which go to already constructed elements, we can do a plain copy. - while (itr != this->end() && insert_begin != insert_end) - *itr++ = *insert_begin++; - - // For inserts into newly allocated memory, we must copy-construct instead. - while (insert_begin != insert_end) - { - new (itr) T(*insert_begin); - ++itr; - ++insert_begin; - } - } - - this->buffer_size += count; - } - } - - void insert(T *itr, const T &value) - { - insert(itr, &value, &value + 1); - } - - T *erase(T *itr) - { - std::move(itr + 1, this->end(), itr); - this->ptr[--this->buffer_size].~T(); - return itr; - } - - void erase(T *start_erase, T *end_erase) - { - if (end_erase == this->end()) - { - resize(size_t(start_erase - this->begin())); - } - else - { - auto new_size = this->buffer_size - (end_erase - start_erase); - std::move(end_erase, this->end(), start_erase); - resize(new_size); - } - } - - void resize(size_t new_size) - { - if (new_size < this->buffer_size) - { - for (size_t i = new_size; i < this->buffer_size; i++) - this->ptr[i].~T(); - } - else if (new_size > this->buffer_size) - { - reserve(new_size); - for (size_t i = this->buffer_size; i < new_size; i++) - new (&this->ptr[i]) T(); - } - - this->buffer_size = new_size; - } - -private: - size_t buffer_capacity = 0; - AlignedBuffer stack_storage; -}; -} diff --git a/external/parallel-rdp-standalone/util/stack_allocator.hpp b/external/parallel-rdp-standalone/util/stack_allocator.hpp deleted file mode 100644 index a48c93d9..00000000 --- a/external/parallel-rdp-standalone/util/stack_allocator.hpp +++ /dev/null @@ -1,62 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include - -namespace Util -{ -template -class StackAllocator -{ -public: - T *allocate(size_t count) - { - if (count == 0) - return nullptr; - if (offset + count > N) - return nullptr; - - T *ret = buffer + offset; - offset += count; - return ret; - } - - T *allocate_cleared(size_t count) - { - T *ret = allocate(count); - if (ret) - std::fill(ret, ret + count, T()); - return ret; - } - - void reset() - { - offset = 0; - } - -private: - T buffer[N]; - size_t offset = 0; -}; -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/util/temporary_hashmap.hpp b/external/parallel-rdp-standalone/util/temporary_hashmap.hpp deleted file mode 100644 index a61d7a3c..00000000 --- a/external/parallel-rdp-standalone/util/temporary_hashmap.hpp +++ /dev/null @@ -1,169 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "hash.hpp" -#include "object_pool.hpp" -#include "intrusive_list.hpp" -#include "intrusive_hash_map.hpp" -#include - -namespace Util -{ -template -class TemporaryHashmapEnabled -{ -public: - void set_hash(Hash hash_) - { - hash = hash_; - } - - void set_index(unsigned index_) - { - index = index_; - } - - Hash get_hash() - { - return hash; - } - - unsigned get_index() const - { - return index; - } - -private: - Hash hash = 0; - unsigned index = 0; -}; - -template -class TemporaryHashmap -{ -public: - ~TemporaryHashmap() - { - clear(); - } - - void clear() - { - for (auto &ring : rings) - { - for (auto &node : ring) - object_pool.free(static_cast(&node)); - ring.clear(); - } - hashmap.clear(); - - for (auto &vacant : vacants) - object_pool.free(static_cast(&*vacant)); - vacants.clear(); - object_pool.clear(); - } - - void begin_frame() - { - index = (index + 1) & (RingSize - 1); - for (auto &node : rings[index]) - { - hashmap.erase(node.get_hash()); - free_object(&node, ReuseTag()); - } - rings[index].clear(); - } - - T *request(Hash hash) - { - auto *v = hashmap.find(hash); - if (v) - { - auto node = v->get(); - if (node->get_index() != index) - { - rings[index].move_to_front(rings[node->get_index()], node); - node->set_index(index); - } - - return &*node; - } - else - return nullptr; - } - - template - void make_vacant(P &&... p) - { - vacants.push_back(object_pool.allocate(std::forward

(p)...)); - } - - T *request_vacant(Hash hash) - { - if (vacants.empty()) - return nullptr; - - auto top = vacants.back(); - vacants.pop_back(); - top->set_index(index); - top->set_hash(hash); - hashmap.emplace_replace(hash, top); - rings[index].insert_front(top); - return &*top; - } - - template - T *emplace(Hash hash, P &&... p) - { - auto *node = object_pool.allocate(std::forward

(p)...); - node->set_index(index); - node->set_hash(hash); - hashmap.emplace_replace(hash, node); - rings[index].insert_front(node); - return node; - } - -private: - IntrusiveList rings[RingSize]; - ObjectPool object_pool; - unsigned index = 0; - IntrusiveHashMap::Iterator>> hashmap; - std::vector::Iterator> vacants; - - template - struct ReuseTag - { - }; - - void free_object(T *object, const ReuseTag &) - { - object_pool.free(object); - } - - void free_object(T *object, const ReuseTag &) - { - vacants.push_back(object); - } -}; -} diff --git a/external/parallel-rdp-standalone/util/thread_id.cpp b/external/parallel-rdp-standalone/util/thread_id.cpp deleted file mode 100644 index 54e30f64..00000000 --- a/external/parallel-rdp-standalone/util/thread_id.cpp +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "thread_id.hpp" -#include "logging.hpp" - -namespace Util -{ -static thread_local unsigned thread_id_to_index = ~0u; - -unsigned get_current_thread_index() -{ - auto ret = thread_id_to_index; - if (ret == ~0u) - { - LOGE("Thread does not exist in thread manager or is not the main thread.\n"); - return 0; - } - return ret; -} - -void register_thread_index(unsigned index) -{ - thread_id_to_index = index; -} -} diff --git a/external/parallel-rdp-standalone/util/thread_id.hpp b/external/parallel-rdp-standalone/util/thread_id.hpp deleted file mode 100644 index 19dcf1ff..00000000 --- a/external/parallel-rdp-standalone/util/thread_id.hpp +++ /dev/null @@ -1,29 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -namespace Util -{ -unsigned get_current_thread_index(); -void register_thread_index(unsigned thread_index); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/util/thread_name.cpp b/external/parallel-rdp-standalone/util/thread_name.cpp deleted file mode 100644 index 214cdac5..00000000 --- a/external/parallel-rdp-standalone/util/thread_name.cpp +++ /dev/null @@ -1,18 +0,0 @@ -#include "thread_name.hpp" - -#ifdef __linux__ -#include -#endif - -namespace Util -{ -void set_current_thread_name(const char *name) -{ -#ifdef __linux__ - pthread_setname_np(pthread_self(), name); -#else - // TODO: Kinda messy. - (void)name; -#endif -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/util/thread_name.hpp b/external/parallel-rdp-standalone/util/thread_name.hpp deleted file mode 100644 index 6d8cc1d4..00000000 --- a/external/parallel-rdp-standalone/util/thread_name.hpp +++ /dev/null @@ -1,28 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -namespace Util -{ -void set_current_thread_name(const char *name); -} diff --git a/external/parallel-rdp-standalone/util/timeline_trace_file.cpp b/external/parallel-rdp-standalone/util/timeline_trace_file.cpp deleted file mode 100644 index 3844bb7b..00000000 --- a/external/parallel-rdp-standalone/util/timeline_trace_file.cpp +++ /dev/null @@ -1,152 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "logging.hpp" -#include "timeline_trace_file.hpp" -#include "thread_name.hpp" -#include "timer.hpp" -#include -#include - -namespace Util -{ -static thread_local char trace_tid[32]; -static thread_local TimelineTraceFile *trace_file; - -void TimelineTraceFile::set_tid(const char *tid) -{ - snprintf(trace_tid, sizeof(trace_tid), "%s", tid); -} - -void TimelineTraceFile::set_per_thread(TimelineTraceFile *file) -{ - trace_file = file; -} - -TimelineTraceFile *TimelineTraceFile::get_per_thread() -{ - return trace_file; -} - -void TimelineTraceFile::Event::set_desc(const char *desc_) -{ - snprintf(desc, sizeof(desc), "%s", desc_); -} - -void TimelineTraceFile::Event::set_tid(const char *tid_) -{ - snprintf(tid, sizeof(tid), "%s", tid_); -} - -TimelineTraceFile::Event *TimelineTraceFile::begin_event(const char *desc, uint32_t pid) -{ - auto *e = event_pool.allocate(); - e->pid = pid; - e->set_tid(trace_tid); - e->set_desc(desc); - e->start_ns = get_current_time_nsecs(); - return e; -} - -TimelineTraceFile::Event *TimelineTraceFile::allocate_event() -{ - auto *e = event_pool.allocate(); - e->desc[0] = '\0'; - e->tid[0] = '\0'; - e->pid = 0; - e->start_ns = 0; - e->end_ns = 0; - return e; -} - -void TimelineTraceFile::submit_event(Event *e) -{ - std::lock_guard holder{lock}; - queued_events.push(e); - cond.notify_one(); -} - -void TimelineTraceFile::end_event(Event *e) -{ - e->end_ns = get_current_time_nsecs(); - submit_event(e); -} - -TimelineTraceFile::TimelineTraceFile(const std::string &path) -{ - thr = std::thread(&TimelineTraceFile::looper, this, path); -} - -void TimelineTraceFile::looper(std::string path) -{ - set_current_thread_name("json-trace-io"); - - FILE *file = fopen(path.c_str(), "w"); - if (!file) - LOGE("Failed to open file: %s.\n", path.c_str()); - - if (file) - fputs("[\n", file); - - uint64_t base_ts = get_current_time_nsecs(); - - for (;;) - { - Event *e; - { - std::unique_lock holder{lock}; - cond.wait(holder, [this]() { - return !queued_events.empty(); - }); - e = queued_events.front(); - queued_events.pop(); - } - - if (!e) - break; - - auto start_us = int64_t(e->start_ns - base_ts) * 1e-3; - auto end_us = int64_t(e->end_ns - base_ts) * 1e-3; - - if (file && start_us <= end_us) - { - fprintf(file, "{ \"name\": \"%s\", \"ph\": \"B\", \"tid\": \"%s\", \"pid\": \"%u\", \"ts\": %f },\n", - e->desc, e->tid, e->pid, start_us); - fprintf(file, "{ \"name\": \"%s\", \"ph\": \"E\", \"tid\": \"%s\", \"pid\": \"%u\", \"ts\": %f },\n", - e->desc, e->tid, e->pid, end_us); - } - - event_pool.free(e); - } - - // Intentionally truncate the JSON so that we can emit "," after the last element. - if (file) - fclose(file); -} - -TimelineTraceFile::~TimelineTraceFile() -{ - submit_event(nullptr); - if (thr.joinable()) - thr.join(); -} -} diff --git a/external/parallel-rdp-standalone/util/timeline_trace_file.hpp b/external/parallel-rdp-standalone/util/timeline_trace_file.hpp deleted file mode 100644 index 8fe6dc90..00000000 --- a/external/parallel-rdp-standalone/util/timeline_trace_file.hpp +++ /dev/null @@ -1,70 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include -#include -#include -#include -#include -#include "object_pool.hpp" - -namespace Util -{ -class TimelineTraceFile -{ -public: - explicit TimelineTraceFile(const std::string &path); - ~TimelineTraceFile(); - - static void set_tid(const char *tid); - static TimelineTraceFile *get_per_thread(); - static void set_per_thread(TimelineTraceFile *file); - - struct Event - { - char desc[256]; - char tid[32]; - uint32_t pid; - uint64_t start_ns, end_ns; - - void set_desc(const char *desc); - void set_tid(const char *tid); - }; - Event *begin_event(const char *desc, uint32_t pid = 0); - void end_event(Event *e); - - Event *allocate_event(); - void submit_event(Event *e); - -private: - void looper(std::string path); - std::thread thr; - std::mutex lock; - std::condition_variable cond; - - ThreadSafeObjectPool event_pool; - std::queue queued_events; -}; -} diff --git a/external/parallel-rdp-standalone/util/timer.cpp b/external/parallel-rdp-standalone/util/timer.cpp deleted file mode 100644 index 41502e21..00000000 --- a/external/parallel-rdp-standalone/util/timer.cpp +++ /dev/null @@ -1,126 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "timer.hpp" - -#ifdef _WIN32 -#define WIN32_LEAN_AND_MEAN -#include -#else -#include -#endif - -namespace Util -{ -FrameTimer::FrameTimer() -{ - reset(); -} - -void FrameTimer::reset() -{ - start = get_time(); - last = start; - last_period = 0; -} - -void FrameTimer::enter_idle() -{ - idle_start = get_time(); -} - -void FrameTimer::leave_idle() -{ - auto idle_end = get_time(); - idle_time += idle_end - idle_start; -} - -double FrameTimer::get_frame_time() const -{ - return double(last_period) * 1e-9; -} - -double FrameTimer::frame() -{ - auto new_time = get_time() - idle_time; - last_period = new_time - last; - last = new_time; - return double(last_period) * 1e-9; -} - -double FrameTimer::frame(double frame_time) -{ - last_period = int64_t(frame_time * 1e9); - last += last_period; - return frame_time; -} - -double FrameTimer::get_elapsed() const -{ - return double(last - start) * 1e-9; -} - -int64_t FrameTimer::get_time() -{ - return get_current_time_nsecs(); -} - -#ifdef _WIN32 -struct QPCFreq -{ - QPCFreq() - { - LARGE_INTEGER freq; - QueryPerformanceFrequency(&freq); - inv_freq = 1e9 / double(freq.QuadPart); - } - - double inv_freq; -} static static_qpc_freq; -#endif - -int64_t get_current_time_nsecs() -{ -#ifdef _WIN32 - LARGE_INTEGER li; - if (!QueryPerformanceCounter(&li)) - return 0; - return int64_t(double(li.QuadPart) * static_qpc_freq.inv_freq); -#else - struct timespec ts = {}; - if (clock_gettime(CLOCK_MONOTONIC_RAW, &ts) < 0) - return 0; - return ts.tv_sec * 1000000000ll + ts.tv_nsec; -#endif -} - -void Timer::start() -{ - t = get_current_time_nsecs(); -} - -double Timer::end() -{ - auto nt = get_current_time_nsecs(); - return double(nt - t) * 1e-9; -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/util/timer.hpp b/external/parallel-rdp-standalone/util/timer.hpp deleted file mode 100644 index be47048c..00000000 --- a/external/parallel-rdp-standalone/util/timer.hpp +++ /dev/null @@ -1,63 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include - -namespace Util -{ -class FrameTimer -{ -public: - FrameTimer(); - - void reset(); - double frame(); - double frame(double frame_time); - double get_elapsed() const; - double get_frame_time() const; - - void enter_idle(); - void leave_idle(); - -private: - int64_t start; - int64_t last; - int64_t last_period; - int64_t idle_start; - int64_t idle_time = 0; - int64_t get_time(); -}; - -class Timer -{ -public: - void start(); - double end(); - -private: - int64_t t = 0; -}; - -int64_t get_current_time_nsecs(); -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/volk/volk.c b/external/parallel-rdp-standalone/volk/volk.c deleted file mode 100644 index eb6684a8..00000000 --- a/external/parallel-rdp-standalone/volk/volk.c +++ /dev/null @@ -1,2278 +0,0 @@ -/* This file is part of volk library; see volk.h for version/license details */ -/* clang-format off */ -#include "volk.h" - -#ifdef _WIN32 - typedef const char* LPCSTR; - typedef struct HINSTANCE__* HINSTANCE; - typedef HINSTANCE HMODULE; - #ifdef _WIN64 - typedef __int64 (__stdcall* FARPROC)(void); - #else - typedef int (__stdcall* FARPROC)(void); - #endif -#else -# include -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef _WIN32 -__declspec(dllimport) HMODULE __stdcall LoadLibraryA(LPCSTR); -__declspec(dllimport) FARPROC __stdcall GetProcAddress(HMODULE, LPCSTR); -#endif - -static VkInstance loadedInstance = VK_NULL_HANDLE; -static VkDevice loadedDevice = VK_NULL_HANDLE; - -static void volkGenLoadLoader(void* context, PFN_vkVoidFunction (*load)(void*, const char*)); -static void volkGenLoadInstance(void* context, PFN_vkVoidFunction (*load)(void*, const char*)); -static void volkGenLoadDevice(void* context, PFN_vkVoidFunction (*load)(void*, const char*)); -static void volkGenLoadDeviceTable(struct VolkDeviceTable* table, void* context, PFN_vkVoidFunction (*load)(void*, const char*)); - -static PFN_vkVoidFunction vkGetInstanceProcAddrStub(void* context, const char* name) -{ - return vkGetInstanceProcAddr((VkInstance)context, name); -} - -static PFN_vkVoidFunction vkGetDeviceProcAddrStub(void* context, const char* name) -{ - return vkGetDeviceProcAddr((VkDevice)context, name); -} - -VkResult volkInitialize(void) -{ -#if defined(_WIN32) - HMODULE module = LoadLibraryA("vulkan-1.dll"); - if (!module) - return VK_ERROR_INITIALIZATION_FAILED; - - // note: function pointer is cast through void function pointer to silence cast-function-type warning on gcc8 - vkGetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)(void(*)(void))GetProcAddress(module, "vkGetInstanceProcAddr"); -#elif defined(__APPLE__) - void* module = dlopen("libvulkan.dylib", RTLD_NOW | RTLD_LOCAL); - if (!module) - module = dlopen("libvulkan.1.dylib", RTLD_NOW | RTLD_LOCAL); - if (!module) - module = dlopen("libMoltenVK.dylib", RTLD_NOW | RTLD_LOCAL); - if (!module) - return VK_ERROR_INITIALIZATION_FAILED; - - vkGetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)dlsym(module, "vkGetInstanceProcAddr"); -#else - void* module = dlopen("libvulkan.so.1", RTLD_NOW | RTLD_LOCAL); - if (!module) - module = dlopen("libvulkan.so", RTLD_NOW | RTLD_LOCAL); - if (!module) - return VK_ERROR_INITIALIZATION_FAILED; - - vkGetInstanceProcAddr = (PFN_vkGetInstanceProcAddr)dlsym(module, "vkGetInstanceProcAddr"); -#endif - - volkGenLoadLoader(NULL, vkGetInstanceProcAddrStub); - - return VK_SUCCESS; -} - -void volkInitializeCustom(PFN_vkGetInstanceProcAddr handler) -{ - vkGetInstanceProcAddr = handler; - - volkGenLoadLoader(NULL, vkGetInstanceProcAddrStub); -} - -uint32_t volkGetInstanceVersion(void) -{ -#if defined(VK_VERSION_1_1) - uint32_t apiVersion = 0; - if (vkEnumerateInstanceVersion && vkEnumerateInstanceVersion(&apiVersion) == VK_SUCCESS) - return apiVersion; -#endif - - if (vkCreateInstance) - return VK_API_VERSION_1_0; - - return 0; -} - -void volkLoadInstance(VkInstance instance) -{ - loadedInstance = instance; - volkGenLoadInstance(instance, vkGetInstanceProcAddrStub); - volkGenLoadDevice(instance, vkGetInstanceProcAddrStub); -} - -void volkLoadInstanceOnly(VkInstance instance) -{ - loadedInstance = instance; - volkGenLoadInstance(instance, vkGetInstanceProcAddrStub); -} - -VkInstance volkGetLoadedInstance() -{ - return loadedInstance; -} - -void volkLoadDevice(VkDevice device) -{ - loadedDevice = device; - volkGenLoadDevice(device, vkGetDeviceProcAddrStub); -} - -VkDevice volkGetLoadedDevice() -{ - return loadedDevice; -} - -void volkLoadDeviceTable(struct VolkDeviceTable* table, VkDevice device) -{ - volkGenLoadDeviceTable(table, device, vkGetDeviceProcAddrStub); -} - -static void volkGenLoadLoader(void* context, PFN_vkVoidFunction (*load)(void*, const char*)) -{ - /* VOLK_GENERATE_LOAD_LOADER */ -#if defined(VK_VERSION_1_0) - vkCreateInstance = (PFN_vkCreateInstance)load(context, "vkCreateInstance"); - vkEnumerateInstanceExtensionProperties = (PFN_vkEnumerateInstanceExtensionProperties)load(context, "vkEnumerateInstanceExtensionProperties"); - vkEnumerateInstanceLayerProperties = (PFN_vkEnumerateInstanceLayerProperties)load(context, "vkEnumerateInstanceLayerProperties"); -#endif /* defined(VK_VERSION_1_0) */ -#if defined(VK_VERSION_1_1) - vkEnumerateInstanceVersion = (PFN_vkEnumerateInstanceVersion)load(context, "vkEnumerateInstanceVersion"); -#endif /* defined(VK_VERSION_1_1) */ - /* VOLK_GENERATE_LOAD_LOADER */ -} - -static void volkGenLoadInstance(void* context, PFN_vkVoidFunction (*load)(void*, const char*)) -{ - /* VOLK_GENERATE_LOAD_INSTANCE */ -#if defined(VK_VERSION_1_0) - vkCreateDevice = (PFN_vkCreateDevice)load(context, "vkCreateDevice"); - vkDestroyInstance = (PFN_vkDestroyInstance)load(context, "vkDestroyInstance"); - vkEnumerateDeviceExtensionProperties = (PFN_vkEnumerateDeviceExtensionProperties)load(context, "vkEnumerateDeviceExtensionProperties"); - vkEnumerateDeviceLayerProperties = (PFN_vkEnumerateDeviceLayerProperties)load(context, "vkEnumerateDeviceLayerProperties"); - vkEnumeratePhysicalDevices = (PFN_vkEnumeratePhysicalDevices)load(context, "vkEnumeratePhysicalDevices"); - vkGetDeviceProcAddr = (PFN_vkGetDeviceProcAddr)load(context, "vkGetDeviceProcAddr"); - vkGetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures)load(context, "vkGetPhysicalDeviceFeatures"); - vkGetPhysicalDeviceFormatProperties = (PFN_vkGetPhysicalDeviceFormatProperties)load(context, "vkGetPhysicalDeviceFormatProperties"); - vkGetPhysicalDeviceImageFormatProperties = (PFN_vkGetPhysicalDeviceImageFormatProperties)load(context, "vkGetPhysicalDeviceImageFormatProperties"); - vkGetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties)load(context, "vkGetPhysicalDeviceMemoryProperties"); - vkGetPhysicalDeviceProperties = (PFN_vkGetPhysicalDeviceProperties)load(context, "vkGetPhysicalDeviceProperties"); - vkGetPhysicalDeviceQueueFamilyProperties = (PFN_vkGetPhysicalDeviceQueueFamilyProperties)load(context, "vkGetPhysicalDeviceQueueFamilyProperties"); - vkGetPhysicalDeviceSparseImageFormatProperties = (PFN_vkGetPhysicalDeviceSparseImageFormatProperties)load(context, "vkGetPhysicalDeviceSparseImageFormatProperties"); -#endif /* defined(VK_VERSION_1_0) */ -#if defined(VK_VERSION_1_1) - vkEnumeratePhysicalDeviceGroups = (PFN_vkEnumeratePhysicalDeviceGroups)load(context, "vkEnumeratePhysicalDeviceGroups"); - vkGetPhysicalDeviceExternalBufferProperties = (PFN_vkGetPhysicalDeviceExternalBufferProperties)load(context, "vkGetPhysicalDeviceExternalBufferProperties"); - vkGetPhysicalDeviceExternalFenceProperties = (PFN_vkGetPhysicalDeviceExternalFenceProperties)load(context, "vkGetPhysicalDeviceExternalFenceProperties"); - vkGetPhysicalDeviceExternalSemaphoreProperties = (PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)load(context, "vkGetPhysicalDeviceExternalSemaphoreProperties"); - vkGetPhysicalDeviceFeatures2 = (PFN_vkGetPhysicalDeviceFeatures2)load(context, "vkGetPhysicalDeviceFeatures2"); - vkGetPhysicalDeviceFormatProperties2 = (PFN_vkGetPhysicalDeviceFormatProperties2)load(context, "vkGetPhysicalDeviceFormatProperties2"); - vkGetPhysicalDeviceImageFormatProperties2 = (PFN_vkGetPhysicalDeviceImageFormatProperties2)load(context, "vkGetPhysicalDeviceImageFormatProperties2"); - vkGetPhysicalDeviceMemoryProperties2 = (PFN_vkGetPhysicalDeviceMemoryProperties2)load(context, "vkGetPhysicalDeviceMemoryProperties2"); - vkGetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)load(context, "vkGetPhysicalDeviceProperties2"); - vkGetPhysicalDeviceQueueFamilyProperties2 = (PFN_vkGetPhysicalDeviceQueueFamilyProperties2)load(context, "vkGetPhysicalDeviceQueueFamilyProperties2"); - vkGetPhysicalDeviceSparseImageFormatProperties2 = (PFN_vkGetPhysicalDeviceSparseImageFormatProperties2)load(context, "vkGetPhysicalDeviceSparseImageFormatProperties2"); -#endif /* defined(VK_VERSION_1_1) */ -#if defined(VK_EXT_acquire_drm_display) - vkAcquireDrmDisplayEXT = (PFN_vkAcquireDrmDisplayEXT)load(context, "vkAcquireDrmDisplayEXT"); - vkGetDrmDisplayEXT = (PFN_vkGetDrmDisplayEXT)load(context, "vkGetDrmDisplayEXT"); -#endif /* defined(VK_EXT_acquire_drm_display) */ -#if defined(VK_EXT_acquire_xlib_display) - vkAcquireXlibDisplayEXT = (PFN_vkAcquireXlibDisplayEXT)load(context, "vkAcquireXlibDisplayEXT"); - vkGetRandROutputDisplayEXT = (PFN_vkGetRandROutputDisplayEXT)load(context, "vkGetRandROutputDisplayEXT"); -#endif /* defined(VK_EXT_acquire_xlib_display) */ -#if defined(VK_EXT_calibrated_timestamps) - vkGetPhysicalDeviceCalibrateableTimeDomainsEXT = (PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT)load(context, "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT"); -#endif /* defined(VK_EXT_calibrated_timestamps) */ -#if defined(VK_EXT_debug_report) - vkCreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)load(context, "vkCreateDebugReportCallbackEXT"); - vkDebugReportMessageEXT = (PFN_vkDebugReportMessageEXT)load(context, "vkDebugReportMessageEXT"); - vkDestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT)load(context, "vkDestroyDebugReportCallbackEXT"); -#endif /* defined(VK_EXT_debug_report) */ -#if defined(VK_EXT_debug_utils) - vkCmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT)load(context, "vkCmdBeginDebugUtilsLabelEXT"); - vkCmdEndDebugUtilsLabelEXT = (PFN_vkCmdEndDebugUtilsLabelEXT)load(context, "vkCmdEndDebugUtilsLabelEXT"); - vkCmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)load(context, "vkCmdInsertDebugUtilsLabelEXT"); - vkCreateDebugUtilsMessengerEXT = (PFN_vkCreateDebugUtilsMessengerEXT)load(context, "vkCreateDebugUtilsMessengerEXT"); - vkDestroyDebugUtilsMessengerEXT = (PFN_vkDestroyDebugUtilsMessengerEXT)load(context, "vkDestroyDebugUtilsMessengerEXT"); - vkQueueBeginDebugUtilsLabelEXT = (PFN_vkQueueBeginDebugUtilsLabelEXT)load(context, "vkQueueBeginDebugUtilsLabelEXT"); - vkQueueEndDebugUtilsLabelEXT = (PFN_vkQueueEndDebugUtilsLabelEXT)load(context, "vkQueueEndDebugUtilsLabelEXT"); - vkQueueInsertDebugUtilsLabelEXT = (PFN_vkQueueInsertDebugUtilsLabelEXT)load(context, "vkQueueInsertDebugUtilsLabelEXT"); - vkSetDebugUtilsObjectNameEXT = (PFN_vkSetDebugUtilsObjectNameEXT)load(context, "vkSetDebugUtilsObjectNameEXT"); - vkSetDebugUtilsObjectTagEXT = (PFN_vkSetDebugUtilsObjectTagEXT)load(context, "vkSetDebugUtilsObjectTagEXT"); - vkSubmitDebugUtilsMessageEXT = (PFN_vkSubmitDebugUtilsMessageEXT)load(context, "vkSubmitDebugUtilsMessageEXT"); -#endif /* defined(VK_EXT_debug_utils) */ -#if defined(VK_EXT_direct_mode_display) - vkReleaseDisplayEXT = (PFN_vkReleaseDisplayEXT)load(context, "vkReleaseDisplayEXT"); -#endif /* defined(VK_EXT_direct_mode_display) */ -#if defined(VK_EXT_directfb_surface) - vkCreateDirectFBSurfaceEXT = (PFN_vkCreateDirectFBSurfaceEXT)load(context, "vkCreateDirectFBSurfaceEXT"); - vkGetPhysicalDeviceDirectFBPresentationSupportEXT = (PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT)load(context, "vkGetPhysicalDeviceDirectFBPresentationSupportEXT"); -#endif /* defined(VK_EXT_directfb_surface) */ -#if defined(VK_EXT_display_surface_counter) - vkGetPhysicalDeviceSurfaceCapabilities2EXT = (PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT)load(context, "vkGetPhysicalDeviceSurfaceCapabilities2EXT"); -#endif /* defined(VK_EXT_display_surface_counter) */ -#if defined(VK_EXT_full_screen_exclusive) - vkGetPhysicalDeviceSurfacePresentModes2EXT = (PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT)load(context, "vkGetPhysicalDeviceSurfacePresentModes2EXT"); -#endif /* defined(VK_EXT_full_screen_exclusive) */ -#if defined(VK_EXT_headless_surface) - vkCreateHeadlessSurfaceEXT = (PFN_vkCreateHeadlessSurfaceEXT)load(context, "vkCreateHeadlessSurfaceEXT"); -#endif /* defined(VK_EXT_headless_surface) */ -#if defined(VK_EXT_metal_surface) - vkCreateMetalSurfaceEXT = (PFN_vkCreateMetalSurfaceEXT)load(context, "vkCreateMetalSurfaceEXT"); -#endif /* defined(VK_EXT_metal_surface) */ -#if defined(VK_EXT_sample_locations) - vkGetPhysicalDeviceMultisamplePropertiesEXT = (PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT)load(context, "vkGetPhysicalDeviceMultisamplePropertiesEXT"); -#endif /* defined(VK_EXT_sample_locations) */ -#if defined(VK_EXT_tooling_info) - vkGetPhysicalDeviceToolPropertiesEXT = (PFN_vkGetPhysicalDeviceToolPropertiesEXT)load(context, "vkGetPhysicalDeviceToolPropertiesEXT"); -#endif /* defined(VK_EXT_tooling_info) */ -#if defined(VK_FUCHSIA_imagepipe_surface) - vkCreateImagePipeSurfaceFUCHSIA = (PFN_vkCreateImagePipeSurfaceFUCHSIA)load(context, "vkCreateImagePipeSurfaceFUCHSIA"); -#endif /* defined(VK_FUCHSIA_imagepipe_surface) */ -#if defined(VK_GGP_stream_descriptor_surface) - vkCreateStreamDescriptorSurfaceGGP = (PFN_vkCreateStreamDescriptorSurfaceGGP)load(context, "vkCreateStreamDescriptorSurfaceGGP"); -#endif /* defined(VK_GGP_stream_descriptor_surface) */ -#if defined(VK_KHR_android_surface) - vkCreateAndroidSurfaceKHR = (PFN_vkCreateAndroidSurfaceKHR)load(context, "vkCreateAndroidSurfaceKHR"); -#endif /* defined(VK_KHR_android_surface) */ -#if defined(VK_KHR_device_group_creation) - vkEnumeratePhysicalDeviceGroupsKHR = (PFN_vkEnumeratePhysicalDeviceGroupsKHR)load(context, "vkEnumeratePhysicalDeviceGroupsKHR"); -#endif /* defined(VK_KHR_device_group_creation) */ -#if defined(VK_KHR_display) - vkCreateDisplayModeKHR = (PFN_vkCreateDisplayModeKHR)load(context, "vkCreateDisplayModeKHR"); - vkCreateDisplayPlaneSurfaceKHR = (PFN_vkCreateDisplayPlaneSurfaceKHR)load(context, "vkCreateDisplayPlaneSurfaceKHR"); - vkGetDisplayModePropertiesKHR = (PFN_vkGetDisplayModePropertiesKHR)load(context, "vkGetDisplayModePropertiesKHR"); - vkGetDisplayPlaneCapabilitiesKHR = (PFN_vkGetDisplayPlaneCapabilitiesKHR)load(context, "vkGetDisplayPlaneCapabilitiesKHR"); - vkGetDisplayPlaneSupportedDisplaysKHR = (PFN_vkGetDisplayPlaneSupportedDisplaysKHR)load(context, "vkGetDisplayPlaneSupportedDisplaysKHR"); - vkGetPhysicalDeviceDisplayPlanePropertiesKHR = (PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)load(context, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR"); - vkGetPhysicalDeviceDisplayPropertiesKHR = (PFN_vkGetPhysicalDeviceDisplayPropertiesKHR)load(context, "vkGetPhysicalDeviceDisplayPropertiesKHR"); -#endif /* defined(VK_KHR_display) */ -#if defined(VK_KHR_external_fence_capabilities) - vkGetPhysicalDeviceExternalFencePropertiesKHR = (PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)load(context, "vkGetPhysicalDeviceExternalFencePropertiesKHR"); -#endif /* defined(VK_KHR_external_fence_capabilities) */ -#if defined(VK_KHR_external_memory_capabilities) - vkGetPhysicalDeviceExternalBufferPropertiesKHR = (PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)load(context, "vkGetPhysicalDeviceExternalBufferPropertiesKHR"); -#endif /* defined(VK_KHR_external_memory_capabilities) */ -#if defined(VK_KHR_external_semaphore_capabilities) - vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = (PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)load(context, "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR"); -#endif /* defined(VK_KHR_external_semaphore_capabilities) */ -#if defined(VK_KHR_fragment_shading_rate) - vkGetPhysicalDeviceFragmentShadingRatesKHR = (PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR)load(context, "vkGetPhysicalDeviceFragmentShadingRatesKHR"); -#endif /* defined(VK_KHR_fragment_shading_rate) */ -#if defined(VK_KHR_get_display_properties2) - vkGetDisplayModeProperties2KHR = (PFN_vkGetDisplayModeProperties2KHR)load(context, "vkGetDisplayModeProperties2KHR"); - vkGetDisplayPlaneCapabilities2KHR = (PFN_vkGetDisplayPlaneCapabilities2KHR)load(context, "vkGetDisplayPlaneCapabilities2KHR"); - vkGetPhysicalDeviceDisplayPlaneProperties2KHR = (PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)load(context, "vkGetPhysicalDeviceDisplayPlaneProperties2KHR"); - vkGetPhysicalDeviceDisplayProperties2KHR = (PFN_vkGetPhysicalDeviceDisplayProperties2KHR)load(context, "vkGetPhysicalDeviceDisplayProperties2KHR"); -#endif /* defined(VK_KHR_get_display_properties2) */ -#if defined(VK_KHR_get_physical_device_properties2) - vkGetPhysicalDeviceFeatures2KHR = (PFN_vkGetPhysicalDeviceFeatures2KHR)load(context, "vkGetPhysicalDeviceFeatures2KHR"); - vkGetPhysicalDeviceFormatProperties2KHR = (PFN_vkGetPhysicalDeviceFormatProperties2KHR)load(context, "vkGetPhysicalDeviceFormatProperties2KHR"); - vkGetPhysicalDeviceImageFormatProperties2KHR = (PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)load(context, "vkGetPhysicalDeviceImageFormatProperties2KHR"); - vkGetPhysicalDeviceMemoryProperties2KHR = (PFN_vkGetPhysicalDeviceMemoryProperties2KHR)load(context, "vkGetPhysicalDeviceMemoryProperties2KHR"); - vkGetPhysicalDeviceProperties2KHR = (PFN_vkGetPhysicalDeviceProperties2KHR)load(context, "vkGetPhysicalDeviceProperties2KHR"); - vkGetPhysicalDeviceQueueFamilyProperties2KHR = (PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR)load(context, "vkGetPhysicalDeviceQueueFamilyProperties2KHR"); - vkGetPhysicalDeviceSparseImageFormatProperties2KHR = (PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR)load(context, "vkGetPhysicalDeviceSparseImageFormatProperties2KHR"); -#endif /* defined(VK_KHR_get_physical_device_properties2) */ -#if defined(VK_KHR_get_surface_capabilities2) - vkGetPhysicalDeviceSurfaceCapabilities2KHR = (PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR)load(context, "vkGetPhysicalDeviceSurfaceCapabilities2KHR"); - vkGetPhysicalDeviceSurfaceFormats2KHR = (PFN_vkGetPhysicalDeviceSurfaceFormats2KHR)load(context, "vkGetPhysicalDeviceSurfaceFormats2KHR"); -#endif /* defined(VK_KHR_get_surface_capabilities2) */ -#if defined(VK_KHR_performance_query) - vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR = (PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR)load(context, "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR"); - vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR = (PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR)load(context, "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR"); -#endif /* defined(VK_KHR_performance_query) */ -#if defined(VK_KHR_surface) - vkDestroySurfaceKHR = (PFN_vkDestroySurfaceKHR)load(context, "vkDestroySurfaceKHR"); - vkGetPhysicalDeviceSurfaceCapabilitiesKHR = (PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR)load(context, "vkGetPhysicalDeviceSurfaceCapabilitiesKHR"); - vkGetPhysicalDeviceSurfaceFormatsKHR = (PFN_vkGetPhysicalDeviceSurfaceFormatsKHR)load(context, "vkGetPhysicalDeviceSurfaceFormatsKHR"); - vkGetPhysicalDeviceSurfacePresentModesKHR = (PFN_vkGetPhysicalDeviceSurfacePresentModesKHR)load(context, "vkGetPhysicalDeviceSurfacePresentModesKHR"); - vkGetPhysicalDeviceSurfaceSupportKHR = (PFN_vkGetPhysicalDeviceSurfaceSupportKHR)load(context, "vkGetPhysicalDeviceSurfaceSupportKHR"); -#endif /* defined(VK_KHR_surface) */ -#if defined(VK_KHR_video_queue) - vkGetPhysicalDeviceVideoCapabilitiesKHR = (PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR)load(context, "vkGetPhysicalDeviceVideoCapabilitiesKHR"); - vkGetPhysicalDeviceVideoFormatPropertiesKHR = (PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR)load(context, "vkGetPhysicalDeviceVideoFormatPropertiesKHR"); -#endif /* defined(VK_KHR_video_queue) */ -#if defined(VK_KHR_wayland_surface) - vkCreateWaylandSurfaceKHR = (PFN_vkCreateWaylandSurfaceKHR)load(context, "vkCreateWaylandSurfaceKHR"); - vkGetPhysicalDeviceWaylandPresentationSupportKHR = (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)load(context, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); -#endif /* defined(VK_KHR_wayland_surface) */ -#if defined(VK_KHR_win32_surface) - vkCreateWin32SurfaceKHR = (PFN_vkCreateWin32SurfaceKHR)load(context, "vkCreateWin32SurfaceKHR"); - vkGetPhysicalDeviceWin32PresentationSupportKHR = (PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR)load(context, "vkGetPhysicalDeviceWin32PresentationSupportKHR"); -#endif /* defined(VK_KHR_win32_surface) */ -#if defined(VK_KHR_xcb_surface) - vkCreateXcbSurfaceKHR = (PFN_vkCreateXcbSurfaceKHR)load(context, "vkCreateXcbSurfaceKHR"); - vkGetPhysicalDeviceXcbPresentationSupportKHR = (PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR)load(context, "vkGetPhysicalDeviceXcbPresentationSupportKHR"); -#endif /* defined(VK_KHR_xcb_surface) */ -#if defined(VK_KHR_xlib_surface) - vkCreateXlibSurfaceKHR = (PFN_vkCreateXlibSurfaceKHR)load(context, "vkCreateXlibSurfaceKHR"); - vkGetPhysicalDeviceXlibPresentationSupportKHR = (PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR)load(context, "vkGetPhysicalDeviceXlibPresentationSupportKHR"); -#endif /* defined(VK_KHR_xlib_surface) */ -#if defined(VK_MVK_ios_surface) - vkCreateIOSSurfaceMVK = (PFN_vkCreateIOSSurfaceMVK)load(context, "vkCreateIOSSurfaceMVK"); -#endif /* defined(VK_MVK_ios_surface) */ -#if defined(VK_MVK_macos_surface) - vkCreateMacOSSurfaceMVK = (PFN_vkCreateMacOSSurfaceMVK)load(context, "vkCreateMacOSSurfaceMVK"); -#endif /* defined(VK_MVK_macos_surface) */ -#if defined(VK_NN_vi_surface) - vkCreateViSurfaceNN = (PFN_vkCreateViSurfaceNN)load(context, "vkCreateViSurfaceNN"); -#endif /* defined(VK_NN_vi_surface) */ -#if defined(VK_NV_acquire_winrt_display) - vkAcquireWinrtDisplayNV = (PFN_vkAcquireWinrtDisplayNV)load(context, "vkAcquireWinrtDisplayNV"); - vkGetWinrtDisplayNV = (PFN_vkGetWinrtDisplayNV)load(context, "vkGetWinrtDisplayNV"); -#endif /* defined(VK_NV_acquire_winrt_display) */ -#if defined(VK_NV_cooperative_matrix) - vkGetPhysicalDeviceCooperativeMatrixPropertiesNV = (PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV)load(context, "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV"); -#endif /* defined(VK_NV_cooperative_matrix) */ -#if defined(VK_NV_coverage_reduction_mode) - vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV = (PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV)load(context, "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV"); -#endif /* defined(VK_NV_coverage_reduction_mode) */ -#if defined(VK_NV_external_memory_capabilities) - vkGetPhysicalDeviceExternalImageFormatPropertiesNV = (PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV)load(context, "vkGetPhysicalDeviceExternalImageFormatPropertiesNV"); -#endif /* defined(VK_NV_external_memory_capabilities) */ -#if defined(VK_QNX_screen_surface) - vkCreateScreenSurfaceQNX = (PFN_vkCreateScreenSurfaceQNX)load(context, "vkCreateScreenSurfaceQNX"); - vkGetPhysicalDeviceScreenPresentationSupportQNX = (PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX)load(context, "vkGetPhysicalDeviceScreenPresentationSupportQNX"); -#endif /* defined(VK_QNX_screen_surface) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) - vkGetPhysicalDevicePresentRectanglesKHR = (PFN_vkGetPhysicalDevicePresentRectanglesKHR)load(context, "vkGetPhysicalDevicePresentRectanglesKHR"); -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ - /* VOLK_GENERATE_LOAD_INSTANCE */ -} - -static void volkGenLoadDevice(void* context, PFN_vkVoidFunction (*load)(void*, const char*)) -{ - /* VOLK_GENERATE_LOAD_DEVICE */ -#if defined(VK_VERSION_1_0) - vkAllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)load(context, "vkAllocateCommandBuffers"); - vkAllocateDescriptorSets = (PFN_vkAllocateDescriptorSets)load(context, "vkAllocateDescriptorSets"); - vkAllocateMemory = (PFN_vkAllocateMemory)load(context, "vkAllocateMemory"); - vkBeginCommandBuffer = (PFN_vkBeginCommandBuffer)load(context, "vkBeginCommandBuffer"); - vkBindBufferMemory = (PFN_vkBindBufferMemory)load(context, "vkBindBufferMemory"); - vkBindImageMemory = (PFN_vkBindImageMemory)load(context, "vkBindImageMemory"); - vkCmdBeginQuery = (PFN_vkCmdBeginQuery)load(context, "vkCmdBeginQuery"); - vkCmdBeginRenderPass = (PFN_vkCmdBeginRenderPass)load(context, "vkCmdBeginRenderPass"); - vkCmdBindDescriptorSets = (PFN_vkCmdBindDescriptorSets)load(context, "vkCmdBindDescriptorSets"); - vkCmdBindIndexBuffer = (PFN_vkCmdBindIndexBuffer)load(context, "vkCmdBindIndexBuffer"); - vkCmdBindPipeline = (PFN_vkCmdBindPipeline)load(context, "vkCmdBindPipeline"); - vkCmdBindVertexBuffers = (PFN_vkCmdBindVertexBuffers)load(context, "vkCmdBindVertexBuffers"); - vkCmdBlitImage = (PFN_vkCmdBlitImage)load(context, "vkCmdBlitImage"); - vkCmdClearAttachments = (PFN_vkCmdClearAttachments)load(context, "vkCmdClearAttachments"); - vkCmdClearColorImage = (PFN_vkCmdClearColorImage)load(context, "vkCmdClearColorImage"); - vkCmdClearDepthStencilImage = (PFN_vkCmdClearDepthStencilImage)load(context, "vkCmdClearDepthStencilImage"); - vkCmdCopyBuffer = (PFN_vkCmdCopyBuffer)load(context, "vkCmdCopyBuffer"); - vkCmdCopyBufferToImage = (PFN_vkCmdCopyBufferToImage)load(context, "vkCmdCopyBufferToImage"); - vkCmdCopyImage = (PFN_vkCmdCopyImage)load(context, "vkCmdCopyImage"); - vkCmdCopyImageToBuffer = (PFN_vkCmdCopyImageToBuffer)load(context, "vkCmdCopyImageToBuffer"); - vkCmdCopyQueryPoolResults = (PFN_vkCmdCopyQueryPoolResults)load(context, "vkCmdCopyQueryPoolResults"); - vkCmdDispatch = (PFN_vkCmdDispatch)load(context, "vkCmdDispatch"); - vkCmdDispatchIndirect = (PFN_vkCmdDispatchIndirect)load(context, "vkCmdDispatchIndirect"); - vkCmdDraw = (PFN_vkCmdDraw)load(context, "vkCmdDraw"); - vkCmdDrawIndexed = (PFN_vkCmdDrawIndexed)load(context, "vkCmdDrawIndexed"); - vkCmdDrawIndexedIndirect = (PFN_vkCmdDrawIndexedIndirect)load(context, "vkCmdDrawIndexedIndirect"); - vkCmdDrawIndirect = (PFN_vkCmdDrawIndirect)load(context, "vkCmdDrawIndirect"); - vkCmdEndQuery = (PFN_vkCmdEndQuery)load(context, "vkCmdEndQuery"); - vkCmdEndRenderPass = (PFN_vkCmdEndRenderPass)load(context, "vkCmdEndRenderPass"); - vkCmdExecuteCommands = (PFN_vkCmdExecuteCommands)load(context, "vkCmdExecuteCommands"); - vkCmdFillBuffer = (PFN_vkCmdFillBuffer)load(context, "vkCmdFillBuffer"); - vkCmdNextSubpass = (PFN_vkCmdNextSubpass)load(context, "vkCmdNextSubpass"); - vkCmdPipelineBarrier = (PFN_vkCmdPipelineBarrier)load(context, "vkCmdPipelineBarrier"); - vkCmdPushConstants = (PFN_vkCmdPushConstants)load(context, "vkCmdPushConstants"); - vkCmdResetEvent = (PFN_vkCmdResetEvent)load(context, "vkCmdResetEvent"); - vkCmdResetQueryPool = (PFN_vkCmdResetQueryPool)load(context, "vkCmdResetQueryPool"); - vkCmdResolveImage = (PFN_vkCmdResolveImage)load(context, "vkCmdResolveImage"); - vkCmdSetBlendConstants = (PFN_vkCmdSetBlendConstants)load(context, "vkCmdSetBlendConstants"); - vkCmdSetDepthBias = (PFN_vkCmdSetDepthBias)load(context, "vkCmdSetDepthBias"); - vkCmdSetDepthBounds = (PFN_vkCmdSetDepthBounds)load(context, "vkCmdSetDepthBounds"); - vkCmdSetEvent = (PFN_vkCmdSetEvent)load(context, "vkCmdSetEvent"); - vkCmdSetLineWidth = (PFN_vkCmdSetLineWidth)load(context, "vkCmdSetLineWidth"); - vkCmdSetScissor = (PFN_vkCmdSetScissor)load(context, "vkCmdSetScissor"); - vkCmdSetStencilCompareMask = (PFN_vkCmdSetStencilCompareMask)load(context, "vkCmdSetStencilCompareMask"); - vkCmdSetStencilReference = (PFN_vkCmdSetStencilReference)load(context, "vkCmdSetStencilReference"); - vkCmdSetStencilWriteMask = (PFN_vkCmdSetStencilWriteMask)load(context, "vkCmdSetStencilWriteMask"); - vkCmdSetViewport = (PFN_vkCmdSetViewport)load(context, "vkCmdSetViewport"); - vkCmdUpdateBuffer = (PFN_vkCmdUpdateBuffer)load(context, "vkCmdUpdateBuffer"); - vkCmdWaitEvents = (PFN_vkCmdWaitEvents)load(context, "vkCmdWaitEvents"); - vkCmdWriteTimestamp = (PFN_vkCmdWriteTimestamp)load(context, "vkCmdWriteTimestamp"); - vkCreateBuffer = (PFN_vkCreateBuffer)load(context, "vkCreateBuffer"); - vkCreateBufferView = (PFN_vkCreateBufferView)load(context, "vkCreateBufferView"); - vkCreateCommandPool = (PFN_vkCreateCommandPool)load(context, "vkCreateCommandPool"); - vkCreateComputePipelines = (PFN_vkCreateComputePipelines)load(context, "vkCreateComputePipelines"); - vkCreateDescriptorPool = (PFN_vkCreateDescriptorPool)load(context, "vkCreateDescriptorPool"); - vkCreateDescriptorSetLayout = (PFN_vkCreateDescriptorSetLayout)load(context, "vkCreateDescriptorSetLayout"); - vkCreateEvent = (PFN_vkCreateEvent)load(context, "vkCreateEvent"); - vkCreateFence = (PFN_vkCreateFence)load(context, "vkCreateFence"); - vkCreateFramebuffer = (PFN_vkCreateFramebuffer)load(context, "vkCreateFramebuffer"); - vkCreateGraphicsPipelines = (PFN_vkCreateGraphicsPipelines)load(context, "vkCreateGraphicsPipelines"); - vkCreateImage = (PFN_vkCreateImage)load(context, "vkCreateImage"); - vkCreateImageView = (PFN_vkCreateImageView)load(context, "vkCreateImageView"); - vkCreatePipelineCache = (PFN_vkCreatePipelineCache)load(context, "vkCreatePipelineCache"); - vkCreatePipelineLayout = (PFN_vkCreatePipelineLayout)load(context, "vkCreatePipelineLayout"); - vkCreateQueryPool = (PFN_vkCreateQueryPool)load(context, "vkCreateQueryPool"); - vkCreateRenderPass = (PFN_vkCreateRenderPass)load(context, "vkCreateRenderPass"); - vkCreateSampler = (PFN_vkCreateSampler)load(context, "vkCreateSampler"); - vkCreateSemaphore = (PFN_vkCreateSemaphore)load(context, "vkCreateSemaphore"); - vkCreateShaderModule = (PFN_vkCreateShaderModule)load(context, "vkCreateShaderModule"); - vkDestroyBuffer = (PFN_vkDestroyBuffer)load(context, "vkDestroyBuffer"); - vkDestroyBufferView = (PFN_vkDestroyBufferView)load(context, "vkDestroyBufferView"); - vkDestroyCommandPool = (PFN_vkDestroyCommandPool)load(context, "vkDestroyCommandPool"); - vkDestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)load(context, "vkDestroyDescriptorPool"); - vkDestroyDescriptorSetLayout = (PFN_vkDestroyDescriptorSetLayout)load(context, "vkDestroyDescriptorSetLayout"); - vkDestroyDevice = (PFN_vkDestroyDevice)load(context, "vkDestroyDevice"); - vkDestroyEvent = (PFN_vkDestroyEvent)load(context, "vkDestroyEvent"); - vkDestroyFence = (PFN_vkDestroyFence)load(context, "vkDestroyFence"); - vkDestroyFramebuffer = (PFN_vkDestroyFramebuffer)load(context, "vkDestroyFramebuffer"); - vkDestroyImage = (PFN_vkDestroyImage)load(context, "vkDestroyImage"); - vkDestroyImageView = (PFN_vkDestroyImageView)load(context, "vkDestroyImageView"); - vkDestroyPipeline = (PFN_vkDestroyPipeline)load(context, "vkDestroyPipeline"); - vkDestroyPipelineCache = (PFN_vkDestroyPipelineCache)load(context, "vkDestroyPipelineCache"); - vkDestroyPipelineLayout = (PFN_vkDestroyPipelineLayout)load(context, "vkDestroyPipelineLayout"); - vkDestroyQueryPool = (PFN_vkDestroyQueryPool)load(context, "vkDestroyQueryPool"); - vkDestroyRenderPass = (PFN_vkDestroyRenderPass)load(context, "vkDestroyRenderPass"); - vkDestroySampler = (PFN_vkDestroySampler)load(context, "vkDestroySampler"); - vkDestroySemaphore = (PFN_vkDestroySemaphore)load(context, "vkDestroySemaphore"); - vkDestroyShaderModule = (PFN_vkDestroyShaderModule)load(context, "vkDestroyShaderModule"); - vkDeviceWaitIdle = (PFN_vkDeviceWaitIdle)load(context, "vkDeviceWaitIdle"); - vkEndCommandBuffer = (PFN_vkEndCommandBuffer)load(context, "vkEndCommandBuffer"); - vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)load(context, "vkFlushMappedMemoryRanges"); - vkFreeCommandBuffers = (PFN_vkFreeCommandBuffers)load(context, "vkFreeCommandBuffers"); - vkFreeDescriptorSets = (PFN_vkFreeDescriptorSets)load(context, "vkFreeDescriptorSets"); - vkFreeMemory = (PFN_vkFreeMemory)load(context, "vkFreeMemory"); - vkGetBufferMemoryRequirements = (PFN_vkGetBufferMemoryRequirements)load(context, "vkGetBufferMemoryRequirements"); - vkGetDeviceMemoryCommitment = (PFN_vkGetDeviceMemoryCommitment)load(context, "vkGetDeviceMemoryCommitment"); - vkGetDeviceQueue = (PFN_vkGetDeviceQueue)load(context, "vkGetDeviceQueue"); - vkGetEventStatus = (PFN_vkGetEventStatus)load(context, "vkGetEventStatus"); - vkGetFenceStatus = (PFN_vkGetFenceStatus)load(context, "vkGetFenceStatus"); - vkGetImageMemoryRequirements = (PFN_vkGetImageMemoryRequirements)load(context, "vkGetImageMemoryRequirements"); - vkGetImageSparseMemoryRequirements = (PFN_vkGetImageSparseMemoryRequirements)load(context, "vkGetImageSparseMemoryRequirements"); - vkGetImageSubresourceLayout = (PFN_vkGetImageSubresourceLayout)load(context, "vkGetImageSubresourceLayout"); - vkGetPipelineCacheData = (PFN_vkGetPipelineCacheData)load(context, "vkGetPipelineCacheData"); - vkGetQueryPoolResults = (PFN_vkGetQueryPoolResults)load(context, "vkGetQueryPoolResults"); - vkGetRenderAreaGranularity = (PFN_vkGetRenderAreaGranularity)load(context, "vkGetRenderAreaGranularity"); - vkInvalidateMappedMemoryRanges = (PFN_vkInvalidateMappedMemoryRanges)load(context, "vkInvalidateMappedMemoryRanges"); - vkMapMemory = (PFN_vkMapMemory)load(context, "vkMapMemory"); - vkMergePipelineCaches = (PFN_vkMergePipelineCaches)load(context, "vkMergePipelineCaches"); - vkQueueBindSparse = (PFN_vkQueueBindSparse)load(context, "vkQueueBindSparse"); - vkQueueSubmit = (PFN_vkQueueSubmit)load(context, "vkQueueSubmit"); - vkQueueWaitIdle = (PFN_vkQueueWaitIdle)load(context, "vkQueueWaitIdle"); - vkResetCommandBuffer = (PFN_vkResetCommandBuffer)load(context, "vkResetCommandBuffer"); - vkResetCommandPool = (PFN_vkResetCommandPool)load(context, "vkResetCommandPool"); - vkResetDescriptorPool = (PFN_vkResetDescriptorPool)load(context, "vkResetDescriptorPool"); - vkResetEvent = (PFN_vkResetEvent)load(context, "vkResetEvent"); - vkResetFences = (PFN_vkResetFences)load(context, "vkResetFences"); - vkSetEvent = (PFN_vkSetEvent)load(context, "vkSetEvent"); - vkUnmapMemory = (PFN_vkUnmapMemory)load(context, "vkUnmapMemory"); - vkUpdateDescriptorSets = (PFN_vkUpdateDescriptorSets)load(context, "vkUpdateDescriptorSets"); - vkWaitForFences = (PFN_vkWaitForFences)load(context, "vkWaitForFences"); -#endif /* defined(VK_VERSION_1_0) */ -#if defined(VK_VERSION_1_1) - vkBindBufferMemory2 = (PFN_vkBindBufferMemory2)load(context, "vkBindBufferMemory2"); - vkBindImageMemory2 = (PFN_vkBindImageMemory2)load(context, "vkBindImageMemory2"); - vkCmdDispatchBase = (PFN_vkCmdDispatchBase)load(context, "vkCmdDispatchBase"); - vkCmdSetDeviceMask = (PFN_vkCmdSetDeviceMask)load(context, "vkCmdSetDeviceMask"); - vkCreateDescriptorUpdateTemplate = (PFN_vkCreateDescriptorUpdateTemplate)load(context, "vkCreateDescriptorUpdateTemplate"); - vkCreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion)load(context, "vkCreateSamplerYcbcrConversion"); - vkDestroyDescriptorUpdateTemplate = (PFN_vkDestroyDescriptorUpdateTemplate)load(context, "vkDestroyDescriptorUpdateTemplate"); - vkDestroySamplerYcbcrConversion = (PFN_vkDestroySamplerYcbcrConversion)load(context, "vkDestroySamplerYcbcrConversion"); - vkGetBufferMemoryRequirements2 = (PFN_vkGetBufferMemoryRequirements2)load(context, "vkGetBufferMemoryRequirements2"); - vkGetDescriptorSetLayoutSupport = (PFN_vkGetDescriptorSetLayoutSupport)load(context, "vkGetDescriptorSetLayoutSupport"); - vkGetDeviceGroupPeerMemoryFeatures = (PFN_vkGetDeviceGroupPeerMemoryFeatures)load(context, "vkGetDeviceGroupPeerMemoryFeatures"); - vkGetDeviceQueue2 = (PFN_vkGetDeviceQueue2)load(context, "vkGetDeviceQueue2"); - vkGetImageMemoryRequirements2 = (PFN_vkGetImageMemoryRequirements2)load(context, "vkGetImageMemoryRequirements2"); - vkGetImageSparseMemoryRequirements2 = (PFN_vkGetImageSparseMemoryRequirements2)load(context, "vkGetImageSparseMemoryRequirements2"); - vkTrimCommandPool = (PFN_vkTrimCommandPool)load(context, "vkTrimCommandPool"); - vkUpdateDescriptorSetWithTemplate = (PFN_vkUpdateDescriptorSetWithTemplate)load(context, "vkUpdateDescriptorSetWithTemplate"); -#endif /* defined(VK_VERSION_1_1) */ -#if defined(VK_VERSION_1_2) - vkCmdBeginRenderPass2 = (PFN_vkCmdBeginRenderPass2)load(context, "vkCmdBeginRenderPass2"); - vkCmdDrawIndexedIndirectCount = (PFN_vkCmdDrawIndexedIndirectCount)load(context, "vkCmdDrawIndexedIndirectCount"); - vkCmdDrawIndirectCount = (PFN_vkCmdDrawIndirectCount)load(context, "vkCmdDrawIndirectCount"); - vkCmdEndRenderPass2 = (PFN_vkCmdEndRenderPass2)load(context, "vkCmdEndRenderPass2"); - vkCmdNextSubpass2 = (PFN_vkCmdNextSubpass2)load(context, "vkCmdNextSubpass2"); - vkCreateRenderPass2 = (PFN_vkCreateRenderPass2)load(context, "vkCreateRenderPass2"); - vkGetBufferDeviceAddress = (PFN_vkGetBufferDeviceAddress)load(context, "vkGetBufferDeviceAddress"); - vkGetBufferOpaqueCaptureAddress = (PFN_vkGetBufferOpaqueCaptureAddress)load(context, "vkGetBufferOpaqueCaptureAddress"); - vkGetDeviceMemoryOpaqueCaptureAddress = (PFN_vkGetDeviceMemoryOpaqueCaptureAddress)load(context, "vkGetDeviceMemoryOpaqueCaptureAddress"); - vkGetSemaphoreCounterValue = (PFN_vkGetSemaphoreCounterValue)load(context, "vkGetSemaphoreCounterValue"); - vkResetQueryPool = (PFN_vkResetQueryPool)load(context, "vkResetQueryPool"); - vkSignalSemaphore = (PFN_vkSignalSemaphore)load(context, "vkSignalSemaphore"); - vkWaitSemaphores = (PFN_vkWaitSemaphores)load(context, "vkWaitSemaphores"); -#endif /* defined(VK_VERSION_1_2) */ -#if defined(VK_AMD_buffer_marker) - vkCmdWriteBufferMarkerAMD = (PFN_vkCmdWriteBufferMarkerAMD)load(context, "vkCmdWriteBufferMarkerAMD"); -#endif /* defined(VK_AMD_buffer_marker) */ -#if defined(VK_AMD_display_native_hdr) - vkSetLocalDimmingAMD = (PFN_vkSetLocalDimmingAMD)load(context, "vkSetLocalDimmingAMD"); -#endif /* defined(VK_AMD_display_native_hdr) */ -#if defined(VK_AMD_draw_indirect_count) - vkCmdDrawIndexedIndirectCountAMD = (PFN_vkCmdDrawIndexedIndirectCountAMD)load(context, "vkCmdDrawIndexedIndirectCountAMD"); - vkCmdDrawIndirectCountAMD = (PFN_vkCmdDrawIndirectCountAMD)load(context, "vkCmdDrawIndirectCountAMD"); -#endif /* defined(VK_AMD_draw_indirect_count) */ -#if defined(VK_AMD_shader_info) - vkGetShaderInfoAMD = (PFN_vkGetShaderInfoAMD)load(context, "vkGetShaderInfoAMD"); -#endif /* defined(VK_AMD_shader_info) */ -#if defined(VK_ANDROID_external_memory_android_hardware_buffer) - vkGetAndroidHardwareBufferPropertiesANDROID = (PFN_vkGetAndroidHardwareBufferPropertiesANDROID)load(context, "vkGetAndroidHardwareBufferPropertiesANDROID"); - vkGetMemoryAndroidHardwareBufferANDROID = (PFN_vkGetMemoryAndroidHardwareBufferANDROID)load(context, "vkGetMemoryAndroidHardwareBufferANDROID"); -#endif /* defined(VK_ANDROID_external_memory_android_hardware_buffer) */ -#if defined(VK_EXT_buffer_device_address) - vkGetBufferDeviceAddressEXT = (PFN_vkGetBufferDeviceAddressEXT)load(context, "vkGetBufferDeviceAddressEXT"); -#endif /* defined(VK_EXT_buffer_device_address) */ -#if defined(VK_EXT_calibrated_timestamps) - vkGetCalibratedTimestampsEXT = (PFN_vkGetCalibratedTimestampsEXT)load(context, "vkGetCalibratedTimestampsEXT"); -#endif /* defined(VK_EXT_calibrated_timestamps) */ -#if defined(VK_EXT_color_write_enable) - vkCmdSetColorWriteEnableEXT = (PFN_vkCmdSetColorWriteEnableEXT)load(context, "vkCmdSetColorWriteEnableEXT"); -#endif /* defined(VK_EXT_color_write_enable) */ -#if defined(VK_EXT_conditional_rendering) - vkCmdBeginConditionalRenderingEXT = (PFN_vkCmdBeginConditionalRenderingEXT)load(context, "vkCmdBeginConditionalRenderingEXT"); - vkCmdEndConditionalRenderingEXT = (PFN_vkCmdEndConditionalRenderingEXT)load(context, "vkCmdEndConditionalRenderingEXT"); -#endif /* defined(VK_EXT_conditional_rendering) */ -#if defined(VK_EXT_debug_marker) - vkCmdDebugMarkerBeginEXT = (PFN_vkCmdDebugMarkerBeginEXT)load(context, "vkCmdDebugMarkerBeginEXT"); - vkCmdDebugMarkerEndEXT = (PFN_vkCmdDebugMarkerEndEXT)load(context, "vkCmdDebugMarkerEndEXT"); - vkCmdDebugMarkerInsertEXT = (PFN_vkCmdDebugMarkerInsertEXT)load(context, "vkCmdDebugMarkerInsertEXT"); - vkDebugMarkerSetObjectNameEXT = (PFN_vkDebugMarkerSetObjectNameEXT)load(context, "vkDebugMarkerSetObjectNameEXT"); - vkDebugMarkerSetObjectTagEXT = (PFN_vkDebugMarkerSetObjectTagEXT)load(context, "vkDebugMarkerSetObjectTagEXT"); -#endif /* defined(VK_EXT_debug_marker) */ -#if defined(VK_EXT_discard_rectangles) - vkCmdSetDiscardRectangleEXT = (PFN_vkCmdSetDiscardRectangleEXT)load(context, "vkCmdSetDiscardRectangleEXT"); -#endif /* defined(VK_EXT_discard_rectangles) */ -#if defined(VK_EXT_display_control) - vkDisplayPowerControlEXT = (PFN_vkDisplayPowerControlEXT)load(context, "vkDisplayPowerControlEXT"); - vkGetSwapchainCounterEXT = (PFN_vkGetSwapchainCounterEXT)load(context, "vkGetSwapchainCounterEXT"); - vkRegisterDeviceEventEXT = (PFN_vkRegisterDeviceEventEXT)load(context, "vkRegisterDeviceEventEXT"); - vkRegisterDisplayEventEXT = (PFN_vkRegisterDisplayEventEXT)load(context, "vkRegisterDisplayEventEXT"); -#endif /* defined(VK_EXT_display_control) */ -#if defined(VK_EXT_extended_dynamic_state) - vkCmdBindVertexBuffers2EXT = (PFN_vkCmdBindVertexBuffers2EXT)load(context, "vkCmdBindVertexBuffers2EXT"); - vkCmdSetCullModeEXT = (PFN_vkCmdSetCullModeEXT)load(context, "vkCmdSetCullModeEXT"); - vkCmdSetDepthBoundsTestEnableEXT = (PFN_vkCmdSetDepthBoundsTestEnableEXT)load(context, "vkCmdSetDepthBoundsTestEnableEXT"); - vkCmdSetDepthCompareOpEXT = (PFN_vkCmdSetDepthCompareOpEXT)load(context, "vkCmdSetDepthCompareOpEXT"); - vkCmdSetDepthTestEnableEXT = (PFN_vkCmdSetDepthTestEnableEXT)load(context, "vkCmdSetDepthTestEnableEXT"); - vkCmdSetDepthWriteEnableEXT = (PFN_vkCmdSetDepthWriteEnableEXT)load(context, "vkCmdSetDepthWriteEnableEXT"); - vkCmdSetFrontFaceEXT = (PFN_vkCmdSetFrontFaceEXT)load(context, "vkCmdSetFrontFaceEXT"); - vkCmdSetPrimitiveTopologyEXT = (PFN_vkCmdSetPrimitiveTopologyEXT)load(context, "vkCmdSetPrimitiveTopologyEXT"); - vkCmdSetScissorWithCountEXT = (PFN_vkCmdSetScissorWithCountEXT)load(context, "vkCmdSetScissorWithCountEXT"); - vkCmdSetStencilOpEXT = (PFN_vkCmdSetStencilOpEXT)load(context, "vkCmdSetStencilOpEXT"); - vkCmdSetStencilTestEnableEXT = (PFN_vkCmdSetStencilTestEnableEXT)load(context, "vkCmdSetStencilTestEnableEXT"); - vkCmdSetViewportWithCountEXT = (PFN_vkCmdSetViewportWithCountEXT)load(context, "vkCmdSetViewportWithCountEXT"); -#endif /* defined(VK_EXT_extended_dynamic_state) */ -#if defined(VK_EXT_extended_dynamic_state2) - vkCmdSetDepthBiasEnableEXT = (PFN_vkCmdSetDepthBiasEnableEXT)load(context, "vkCmdSetDepthBiasEnableEXT"); - vkCmdSetLogicOpEXT = (PFN_vkCmdSetLogicOpEXT)load(context, "vkCmdSetLogicOpEXT"); - vkCmdSetPatchControlPointsEXT = (PFN_vkCmdSetPatchControlPointsEXT)load(context, "vkCmdSetPatchControlPointsEXT"); - vkCmdSetPrimitiveRestartEnableEXT = (PFN_vkCmdSetPrimitiveRestartEnableEXT)load(context, "vkCmdSetPrimitiveRestartEnableEXT"); - vkCmdSetRasterizerDiscardEnableEXT = (PFN_vkCmdSetRasterizerDiscardEnableEXT)load(context, "vkCmdSetRasterizerDiscardEnableEXT"); -#endif /* defined(VK_EXT_extended_dynamic_state2) */ -#if defined(VK_EXT_external_memory_host) - vkGetMemoryHostPointerPropertiesEXT = (PFN_vkGetMemoryHostPointerPropertiesEXT)load(context, "vkGetMemoryHostPointerPropertiesEXT"); -#endif /* defined(VK_EXT_external_memory_host) */ -#if defined(VK_EXT_full_screen_exclusive) - vkAcquireFullScreenExclusiveModeEXT = (PFN_vkAcquireFullScreenExclusiveModeEXT)load(context, "vkAcquireFullScreenExclusiveModeEXT"); - vkReleaseFullScreenExclusiveModeEXT = (PFN_vkReleaseFullScreenExclusiveModeEXT)load(context, "vkReleaseFullScreenExclusiveModeEXT"); -#endif /* defined(VK_EXT_full_screen_exclusive) */ -#if defined(VK_EXT_hdr_metadata) - vkSetHdrMetadataEXT = (PFN_vkSetHdrMetadataEXT)load(context, "vkSetHdrMetadataEXT"); -#endif /* defined(VK_EXT_hdr_metadata) */ -#if defined(VK_EXT_host_query_reset) - vkResetQueryPoolEXT = (PFN_vkResetQueryPoolEXT)load(context, "vkResetQueryPoolEXT"); -#endif /* defined(VK_EXT_host_query_reset) */ -#if defined(VK_EXT_image_drm_format_modifier) - vkGetImageDrmFormatModifierPropertiesEXT = (PFN_vkGetImageDrmFormatModifierPropertiesEXT)load(context, "vkGetImageDrmFormatModifierPropertiesEXT"); -#endif /* defined(VK_EXT_image_drm_format_modifier) */ -#if defined(VK_EXT_line_rasterization) - vkCmdSetLineStippleEXT = (PFN_vkCmdSetLineStippleEXT)load(context, "vkCmdSetLineStippleEXT"); -#endif /* defined(VK_EXT_line_rasterization) */ -#if defined(VK_EXT_multi_draw) - vkCmdDrawMultiEXT = (PFN_vkCmdDrawMultiEXT)load(context, "vkCmdDrawMultiEXT"); - vkCmdDrawMultiIndexedEXT = (PFN_vkCmdDrawMultiIndexedEXT)load(context, "vkCmdDrawMultiIndexedEXT"); -#endif /* defined(VK_EXT_multi_draw) */ -#if defined(VK_EXT_pageable_device_local_memory) - vkSetDeviceMemoryPriorityEXT = (PFN_vkSetDeviceMemoryPriorityEXT)load(context, "vkSetDeviceMemoryPriorityEXT"); -#endif /* defined(VK_EXT_pageable_device_local_memory) */ -#if defined(VK_EXT_private_data) - vkCreatePrivateDataSlotEXT = (PFN_vkCreatePrivateDataSlotEXT)load(context, "vkCreatePrivateDataSlotEXT"); - vkDestroyPrivateDataSlotEXT = (PFN_vkDestroyPrivateDataSlotEXT)load(context, "vkDestroyPrivateDataSlotEXT"); - vkGetPrivateDataEXT = (PFN_vkGetPrivateDataEXT)load(context, "vkGetPrivateDataEXT"); - vkSetPrivateDataEXT = (PFN_vkSetPrivateDataEXT)load(context, "vkSetPrivateDataEXT"); -#endif /* defined(VK_EXT_private_data) */ -#if defined(VK_EXT_sample_locations) - vkCmdSetSampleLocationsEXT = (PFN_vkCmdSetSampleLocationsEXT)load(context, "vkCmdSetSampleLocationsEXT"); -#endif /* defined(VK_EXT_sample_locations) */ -#if defined(VK_EXT_transform_feedback) - vkCmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)load(context, "vkCmdBeginQueryIndexedEXT"); - vkCmdBeginTransformFeedbackEXT = (PFN_vkCmdBeginTransformFeedbackEXT)load(context, "vkCmdBeginTransformFeedbackEXT"); - vkCmdBindTransformFeedbackBuffersEXT = (PFN_vkCmdBindTransformFeedbackBuffersEXT)load(context, "vkCmdBindTransformFeedbackBuffersEXT"); - vkCmdDrawIndirectByteCountEXT = (PFN_vkCmdDrawIndirectByteCountEXT)load(context, "vkCmdDrawIndirectByteCountEXT"); - vkCmdEndQueryIndexedEXT = (PFN_vkCmdEndQueryIndexedEXT)load(context, "vkCmdEndQueryIndexedEXT"); - vkCmdEndTransformFeedbackEXT = (PFN_vkCmdEndTransformFeedbackEXT)load(context, "vkCmdEndTransformFeedbackEXT"); -#endif /* defined(VK_EXT_transform_feedback) */ -#if defined(VK_EXT_validation_cache) - vkCreateValidationCacheEXT = (PFN_vkCreateValidationCacheEXT)load(context, "vkCreateValidationCacheEXT"); - vkDestroyValidationCacheEXT = (PFN_vkDestroyValidationCacheEXT)load(context, "vkDestroyValidationCacheEXT"); - vkGetValidationCacheDataEXT = (PFN_vkGetValidationCacheDataEXT)load(context, "vkGetValidationCacheDataEXT"); - vkMergeValidationCachesEXT = (PFN_vkMergeValidationCachesEXT)load(context, "vkMergeValidationCachesEXT"); -#endif /* defined(VK_EXT_validation_cache) */ -#if defined(VK_EXT_vertex_input_dynamic_state) - vkCmdSetVertexInputEXT = (PFN_vkCmdSetVertexInputEXT)load(context, "vkCmdSetVertexInputEXT"); -#endif /* defined(VK_EXT_vertex_input_dynamic_state) */ -#if defined(VK_FUCHSIA_buffer_collection) - vkCreateBufferCollectionFUCHSIA = (PFN_vkCreateBufferCollectionFUCHSIA)load(context, "vkCreateBufferCollectionFUCHSIA"); - vkDestroyBufferCollectionFUCHSIA = (PFN_vkDestroyBufferCollectionFUCHSIA)load(context, "vkDestroyBufferCollectionFUCHSIA"); - vkGetBufferCollectionPropertiesFUCHSIA = (PFN_vkGetBufferCollectionPropertiesFUCHSIA)load(context, "vkGetBufferCollectionPropertiesFUCHSIA"); - vkSetBufferCollectionBufferConstraintsFUCHSIA = (PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA)load(context, "vkSetBufferCollectionBufferConstraintsFUCHSIA"); - vkSetBufferCollectionImageConstraintsFUCHSIA = (PFN_vkSetBufferCollectionImageConstraintsFUCHSIA)load(context, "vkSetBufferCollectionImageConstraintsFUCHSIA"); -#endif /* defined(VK_FUCHSIA_buffer_collection) */ -#if defined(VK_FUCHSIA_external_memory) - vkGetMemoryZirconHandleFUCHSIA = (PFN_vkGetMemoryZirconHandleFUCHSIA)load(context, "vkGetMemoryZirconHandleFUCHSIA"); - vkGetMemoryZirconHandlePropertiesFUCHSIA = (PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)load(context, "vkGetMemoryZirconHandlePropertiesFUCHSIA"); -#endif /* defined(VK_FUCHSIA_external_memory) */ -#if defined(VK_FUCHSIA_external_semaphore) - vkGetSemaphoreZirconHandleFUCHSIA = (PFN_vkGetSemaphoreZirconHandleFUCHSIA)load(context, "vkGetSemaphoreZirconHandleFUCHSIA"); - vkImportSemaphoreZirconHandleFUCHSIA = (PFN_vkImportSemaphoreZirconHandleFUCHSIA)load(context, "vkImportSemaphoreZirconHandleFUCHSIA"); -#endif /* defined(VK_FUCHSIA_external_semaphore) */ -#if defined(VK_GOOGLE_display_timing) - vkGetPastPresentationTimingGOOGLE = (PFN_vkGetPastPresentationTimingGOOGLE)load(context, "vkGetPastPresentationTimingGOOGLE"); - vkGetRefreshCycleDurationGOOGLE = (PFN_vkGetRefreshCycleDurationGOOGLE)load(context, "vkGetRefreshCycleDurationGOOGLE"); -#endif /* defined(VK_GOOGLE_display_timing) */ -#if defined(VK_HUAWEI_invocation_mask) - vkCmdBindInvocationMaskHUAWEI = (PFN_vkCmdBindInvocationMaskHUAWEI)load(context, "vkCmdBindInvocationMaskHUAWEI"); -#endif /* defined(VK_HUAWEI_invocation_mask) */ -#if defined(VK_HUAWEI_subpass_shading) - vkCmdSubpassShadingHUAWEI = (PFN_vkCmdSubpassShadingHUAWEI)load(context, "vkCmdSubpassShadingHUAWEI"); - vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI = (PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI)load(context, "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI"); -#endif /* defined(VK_HUAWEI_subpass_shading) */ -#if defined(VK_INTEL_performance_query) - vkAcquirePerformanceConfigurationINTEL = (PFN_vkAcquirePerformanceConfigurationINTEL)load(context, "vkAcquirePerformanceConfigurationINTEL"); - vkCmdSetPerformanceMarkerINTEL = (PFN_vkCmdSetPerformanceMarkerINTEL)load(context, "vkCmdSetPerformanceMarkerINTEL"); - vkCmdSetPerformanceOverrideINTEL = (PFN_vkCmdSetPerformanceOverrideINTEL)load(context, "vkCmdSetPerformanceOverrideINTEL"); - vkCmdSetPerformanceStreamMarkerINTEL = (PFN_vkCmdSetPerformanceStreamMarkerINTEL)load(context, "vkCmdSetPerformanceStreamMarkerINTEL"); - vkGetPerformanceParameterINTEL = (PFN_vkGetPerformanceParameterINTEL)load(context, "vkGetPerformanceParameterINTEL"); - vkInitializePerformanceApiINTEL = (PFN_vkInitializePerformanceApiINTEL)load(context, "vkInitializePerformanceApiINTEL"); - vkQueueSetPerformanceConfigurationINTEL = (PFN_vkQueueSetPerformanceConfigurationINTEL)load(context, "vkQueueSetPerformanceConfigurationINTEL"); - vkReleasePerformanceConfigurationINTEL = (PFN_vkReleasePerformanceConfigurationINTEL)load(context, "vkReleasePerformanceConfigurationINTEL"); - vkUninitializePerformanceApiINTEL = (PFN_vkUninitializePerformanceApiINTEL)load(context, "vkUninitializePerformanceApiINTEL"); -#endif /* defined(VK_INTEL_performance_query) */ -#if defined(VK_KHR_acceleration_structure) - vkBuildAccelerationStructuresKHR = (PFN_vkBuildAccelerationStructuresKHR)load(context, "vkBuildAccelerationStructuresKHR"); - vkCmdBuildAccelerationStructuresIndirectKHR = (PFN_vkCmdBuildAccelerationStructuresIndirectKHR)load(context, "vkCmdBuildAccelerationStructuresIndirectKHR"); - vkCmdBuildAccelerationStructuresKHR = (PFN_vkCmdBuildAccelerationStructuresKHR)load(context, "vkCmdBuildAccelerationStructuresKHR"); - vkCmdCopyAccelerationStructureKHR = (PFN_vkCmdCopyAccelerationStructureKHR)load(context, "vkCmdCopyAccelerationStructureKHR"); - vkCmdCopyAccelerationStructureToMemoryKHR = (PFN_vkCmdCopyAccelerationStructureToMemoryKHR)load(context, "vkCmdCopyAccelerationStructureToMemoryKHR"); - vkCmdCopyMemoryToAccelerationStructureKHR = (PFN_vkCmdCopyMemoryToAccelerationStructureKHR)load(context, "vkCmdCopyMemoryToAccelerationStructureKHR"); - vkCmdWriteAccelerationStructuresPropertiesKHR = (PFN_vkCmdWriteAccelerationStructuresPropertiesKHR)load(context, "vkCmdWriteAccelerationStructuresPropertiesKHR"); - vkCopyAccelerationStructureKHR = (PFN_vkCopyAccelerationStructureKHR)load(context, "vkCopyAccelerationStructureKHR"); - vkCopyAccelerationStructureToMemoryKHR = (PFN_vkCopyAccelerationStructureToMemoryKHR)load(context, "vkCopyAccelerationStructureToMemoryKHR"); - vkCopyMemoryToAccelerationStructureKHR = (PFN_vkCopyMemoryToAccelerationStructureKHR)load(context, "vkCopyMemoryToAccelerationStructureKHR"); - vkCreateAccelerationStructureKHR = (PFN_vkCreateAccelerationStructureKHR)load(context, "vkCreateAccelerationStructureKHR"); - vkDestroyAccelerationStructureKHR = (PFN_vkDestroyAccelerationStructureKHR)load(context, "vkDestroyAccelerationStructureKHR"); - vkGetAccelerationStructureBuildSizesKHR = (PFN_vkGetAccelerationStructureBuildSizesKHR)load(context, "vkGetAccelerationStructureBuildSizesKHR"); - vkGetAccelerationStructureDeviceAddressKHR = (PFN_vkGetAccelerationStructureDeviceAddressKHR)load(context, "vkGetAccelerationStructureDeviceAddressKHR"); - vkGetDeviceAccelerationStructureCompatibilityKHR = (PFN_vkGetDeviceAccelerationStructureCompatibilityKHR)load(context, "vkGetDeviceAccelerationStructureCompatibilityKHR"); - vkWriteAccelerationStructuresPropertiesKHR = (PFN_vkWriteAccelerationStructuresPropertiesKHR)load(context, "vkWriteAccelerationStructuresPropertiesKHR"); -#endif /* defined(VK_KHR_acceleration_structure) */ -#if defined(VK_KHR_bind_memory2) - vkBindBufferMemory2KHR = (PFN_vkBindBufferMemory2KHR)load(context, "vkBindBufferMemory2KHR"); - vkBindImageMemory2KHR = (PFN_vkBindImageMemory2KHR)load(context, "vkBindImageMemory2KHR"); -#endif /* defined(VK_KHR_bind_memory2) */ -#if defined(VK_KHR_buffer_device_address) - vkGetBufferDeviceAddressKHR = (PFN_vkGetBufferDeviceAddressKHR)load(context, "vkGetBufferDeviceAddressKHR"); - vkGetBufferOpaqueCaptureAddressKHR = (PFN_vkGetBufferOpaqueCaptureAddressKHR)load(context, "vkGetBufferOpaqueCaptureAddressKHR"); - vkGetDeviceMemoryOpaqueCaptureAddressKHR = (PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR)load(context, "vkGetDeviceMemoryOpaqueCaptureAddressKHR"); -#endif /* defined(VK_KHR_buffer_device_address) */ -#if defined(VK_KHR_copy_commands2) - vkCmdBlitImage2KHR = (PFN_vkCmdBlitImage2KHR)load(context, "vkCmdBlitImage2KHR"); - vkCmdCopyBuffer2KHR = (PFN_vkCmdCopyBuffer2KHR)load(context, "vkCmdCopyBuffer2KHR"); - vkCmdCopyBufferToImage2KHR = (PFN_vkCmdCopyBufferToImage2KHR)load(context, "vkCmdCopyBufferToImage2KHR"); - vkCmdCopyImage2KHR = (PFN_vkCmdCopyImage2KHR)load(context, "vkCmdCopyImage2KHR"); - vkCmdCopyImageToBuffer2KHR = (PFN_vkCmdCopyImageToBuffer2KHR)load(context, "vkCmdCopyImageToBuffer2KHR"); - vkCmdResolveImage2KHR = (PFN_vkCmdResolveImage2KHR)load(context, "vkCmdResolveImage2KHR"); -#endif /* defined(VK_KHR_copy_commands2) */ -#if defined(VK_KHR_create_renderpass2) - vkCmdBeginRenderPass2KHR = (PFN_vkCmdBeginRenderPass2KHR)load(context, "vkCmdBeginRenderPass2KHR"); - vkCmdEndRenderPass2KHR = (PFN_vkCmdEndRenderPass2KHR)load(context, "vkCmdEndRenderPass2KHR"); - vkCmdNextSubpass2KHR = (PFN_vkCmdNextSubpass2KHR)load(context, "vkCmdNextSubpass2KHR"); - vkCreateRenderPass2KHR = (PFN_vkCreateRenderPass2KHR)load(context, "vkCreateRenderPass2KHR"); -#endif /* defined(VK_KHR_create_renderpass2) */ -#if defined(VK_KHR_deferred_host_operations) - vkCreateDeferredOperationKHR = (PFN_vkCreateDeferredOperationKHR)load(context, "vkCreateDeferredOperationKHR"); - vkDeferredOperationJoinKHR = (PFN_vkDeferredOperationJoinKHR)load(context, "vkDeferredOperationJoinKHR"); - vkDestroyDeferredOperationKHR = (PFN_vkDestroyDeferredOperationKHR)load(context, "vkDestroyDeferredOperationKHR"); - vkGetDeferredOperationMaxConcurrencyKHR = (PFN_vkGetDeferredOperationMaxConcurrencyKHR)load(context, "vkGetDeferredOperationMaxConcurrencyKHR"); - vkGetDeferredOperationResultKHR = (PFN_vkGetDeferredOperationResultKHR)load(context, "vkGetDeferredOperationResultKHR"); -#endif /* defined(VK_KHR_deferred_host_operations) */ -#if defined(VK_KHR_descriptor_update_template) - vkCreateDescriptorUpdateTemplateKHR = (PFN_vkCreateDescriptorUpdateTemplateKHR)load(context, "vkCreateDescriptorUpdateTemplateKHR"); - vkDestroyDescriptorUpdateTemplateKHR = (PFN_vkDestroyDescriptorUpdateTemplateKHR)load(context, "vkDestroyDescriptorUpdateTemplateKHR"); - vkUpdateDescriptorSetWithTemplateKHR = (PFN_vkUpdateDescriptorSetWithTemplateKHR)load(context, "vkUpdateDescriptorSetWithTemplateKHR"); -#endif /* defined(VK_KHR_descriptor_update_template) */ -#if defined(VK_KHR_device_group) - vkCmdDispatchBaseKHR = (PFN_vkCmdDispatchBaseKHR)load(context, "vkCmdDispatchBaseKHR"); - vkCmdSetDeviceMaskKHR = (PFN_vkCmdSetDeviceMaskKHR)load(context, "vkCmdSetDeviceMaskKHR"); - vkGetDeviceGroupPeerMemoryFeaturesKHR = (PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)load(context, "vkGetDeviceGroupPeerMemoryFeaturesKHR"); -#endif /* defined(VK_KHR_device_group) */ -#if defined(VK_KHR_display_swapchain) - vkCreateSharedSwapchainsKHR = (PFN_vkCreateSharedSwapchainsKHR)load(context, "vkCreateSharedSwapchainsKHR"); -#endif /* defined(VK_KHR_display_swapchain) */ -#if defined(VK_KHR_draw_indirect_count) - vkCmdDrawIndexedIndirectCountKHR = (PFN_vkCmdDrawIndexedIndirectCountKHR)load(context, "vkCmdDrawIndexedIndirectCountKHR"); - vkCmdDrawIndirectCountKHR = (PFN_vkCmdDrawIndirectCountKHR)load(context, "vkCmdDrawIndirectCountKHR"); -#endif /* defined(VK_KHR_draw_indirect_count) */ -#if defined(VK_KHR_dynamic_rendering) - vkCmdBeginRenderingKHR = (PFN_vkCmdBeginRenderingKHR)load(context, "vkCmdBeginRenderingKHR"); - vkCmdEndRenderingKHR = (PFN_vkCmdEndRenderingKHR)load(context, "vkCmdEndRenderingKHR"); -#endif /* defined(VK_KHR_dynamic_rendering) */ -#if defined(VK_KHR_external_fence_fd) - vkGetFenceFdKHR = (PFN_vkGetFenceFdKHR)load(context, "vkGetFenceFdKHR"); - vkImportFenceFdKHR = (PFN_vkImportFenceFdKHR)load(context, "vkImportFenceFdKHR"); -#endif /* defined(VK_KHR_external_fence_fd) */ -#if defined(VK_KHR_external_fence_win32) - vkGetFenceWin32HandleKHR = (PFN_vkGetFenceWin32HandleKHR)load(context, "vkGetFenceWin32HandleKHR"); - vkImportFenceWin32HandleKHR = (PFN_vkImportFenceWin32HandleKHR)load(context, "vkImportFenceWin32HandleKHR"); -#endif /* defined(VK_KHR_external_fence_win32) */ -#if defined(VK_KHR_external_memory_fd) - vkGetMemoryFdKHR = (PFN_vkGetMemoryFdKHR)load(context, "vkGetMemoryFdKHR"); - vkGetMemoryFdPropertiesKHR = (PFN_vkGetMemoryFdPropertiesKHR)load(context, "vkGetMemoryFdPropertiesKHR"); -#endif /* defined(VK_KHR_external_memory_fd) */ -#if defined(VK_KHR_external_memory_win32) - vkGetMemoryWin32HandleKHR = (PFN_vkGetMemoryWin32HandleKHR)load(context, "vkGetMemoryWin32HandleKHR"); - vkGetMemoryWin32HandlePropertiesKHR = (PFN_vkGetMemoryWin32HandlePropertiesKHR)load(context, "vkGetMemoryWin32HandlePropertiesKHR"); -#endif /* defined(VK_KHR_external_memory_win32) */ -#if defined(VK_KHR_external_semaphore_fd) - vkGetSemaphoreFdKHR = (PFN_vkGetSemaphoreFdKHR)load(context, "vkGetSemaphoreFdKHR"); - vkImportSemaphoreFdKHR = (PFN_vkImportSemaphoreFdKHR)load(context, "vkImportSemaphoreFdKHR"); -#endif /* defined(VK_KHR_external_semaphore_fd) */ -#if defined(VK_KHR_external_semaphore_win32) - vkGetSemaphoreWin32HandleKHR = (PFN_vkGetSemaphoreWin32HandleKHR)load(context, "vkGetSemaphoreWin32HandleKHR"); - vkImportSemaphoreWin32HandleKHR = (PFN_vkImportSemaphoreWin32HandleKHR)load(context, "vkImportSemaphoreWin32HandleKHR"); -#endif /* defined(VK_KHR_external_semaphore_win32) */ -#if defined(VK_KHR_fragment_shading_rate) - vkCmdSetFragmentShadingRateKHR = (PFN_vkCmdSetFragmentShadingRateKHR)load(context, "vkCmdSetFragmentShadingRateKHR"); -#endif /* defined(VK_KHR_fragment_shading_rate) */ -#if defined(VK_KHR_get_memory_requirements2) - vkGetBufferMemoryRequirements2KHR = (PFN_vkGetBufferMemoryRequirements2KHR)load(context, "vkGetBufferMemoryRequirements2KHR"); - vkGetImageMemoryRequirements2KHR = (PFN_vkGetImageMemoryRequirements2KHR)load(context, "vkGetImageMemoryRequirements2KHR"); - vkGetImageSparseMemoryRequirements2KHR = (PFN_vkGetImageSparseMemoryRequirements2KHR)load(context, "vkGetImageSparseMemoryRequirements2KHR"); -#endif /* defined(VK_KHR_get_memory_requirements2) */ -#if defined(VK_KHR_maintenance1) - vkTrimCommandPoolKHR = (PFN_vkTrimCommandPoolKHR)load(context, "vkTrimCommandPoolKHR"); -#endif /* defined(VK_KHR_maintenance1) */ -#if defined(VK_KHR_maintenance3) - vkGetDescriptorSetLayoutSupportKHR = (PFN_vkGetDescriptorSetLayoutSupportKHR)load(context, "vkGetDescriptorSetLayoutSupportKHR"); -#endif /* defined(VK_KHR_maintenance3) */ -#if defined(VK_KHR_maintenance4) - vkGetDeviceBufferMemoryRequirementsKHR = (PFN_vkGetDeviceBufferMemoryRequirementsKHR)load(context, "vkGetDeviceBufferMemoryRequirementsKHR"); - vkGetDeviceImageMemoryRequirementsKHR = (PFN_vkGetDeviceImageMemoryRequirementsKHR)load(context, "vkGetDeviceImageMemoryRequirementsKHR"); - vkGetDeviceImageSparseMemoryRequirementsKHR = (PFN_vkGetDeviceImageSparseMemoryRequirementsKHR)load(context, "vkGetDeviceImageSparseMemoryRequirementsKHR"); -#endif /* defined(VK_KHR_maintenance4) */ -#if defined(VK_KHR_performance_query) - vkAcquireProfilingLockKHR = (PFN_vkAcquireProfilingLockKHR)load(context, "vkAcquireProfilingLockKHR"); - vkReleaseProfilingLockKHR = (PFN_vkReleaseProfilingLockKHR)load(context, "vkReleaseProfilingLockKHR"); -#endif /* defined(VK_KHR_performance_query) */ -#if defined(VK_KHR_pipeline_executable_properties) - vkGetPipelineExecutableInternalRepresentationsKHR = (PFN_vkGetPipelineExecutableInternalRepresentationsKHR)load(context, "vkGetPipelineExecutableInternalRepresentationsKHR"); - vkGetPipelineExecutablePropertiesKHR = (PFN_vkGetPipelineExecutablePropertiesKHR)load(context, "vkGetPipelineExecutablePropertiesKHR"); - vkGetPipelineExecutableStatisticsKHR = (PFN_vkGetPipelineExecutableStatisticsKHR)load(context, "vkGetPipelineExecutableStatisticsKHR"); -#endif /* defined(VK_KHR_pipeline_executable_properties) */ -#if defined(VK_KHR_present_wait) - vkWaitForPresentKHR = (PFN_vkWaitForPresentKHR)load(context, "vkWaitForPresentKHR"); -#endif /* defined(VK_KHR_present_wait) */ -#if defined(VK_KHR_push_descriptor) - vkCmdPushDescriptorSetKHR = (PFN_vkCmdPushDescriptorSetKHR)load(context, "vkCmdPushDescriptorSetKHR"); -#endif /* defined(VK_KHR_push_descriptor) */ -#if defined(VK_KHR_ray_tracing_pipeline) - vkCmdSetRayTracingPipelineStackSizeKHR = (PFN_vkCmdSetRayTracingPipelineStackSizeKHR)load(context, "vkCmdSetRayTracingPipelineStackSizeKHR"); - vkCmdTraceRaysIndirectKHR = (PFN_vkCmdTraceRaysIndirectKHR)load(context, "vkCmdTraceRaysIndirectKHR"); - vkCmdTraceRaysKHR = (PFN_vkCmdTraceRaysKHR)load(context, "vkCmdTraceRaysKHR"); - vkCreateRayTracingPipelinesKHR = (PFN_vkCreateRayTracingPipelinesKHR)load(context, "vkCreateRayTracingPipelinesKHR"); - vkGetRayTracingCaptureReplayShaderGroupHandlesKHR = (PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR)load(context, "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR"); - vkGetRayTracingShaderGroupHandlesKHR = (PFN_vkGetRayTracingShaderGroupHandlesKHR)load(context, "vkGetRayTracingShaderGroupHandlesKHR"); - vkGetRayTracingShaderGroupStackSizeKHR = (PFN_vkGetRayTracingShaderGroupStackSizeKHR)load(context, "vkGetRayTracingShaderGroupStackSizeKHR"); -#endif /* defined(VK_KHR_ray_tracing_pipeline) */ -#if defined(VK_KHR_sampler_ycbcr_conversion) - vkCreateSamplerYcbcrConversionKHR = (PFN_vkCreateSamplerYcbcrConversionKHR)load(context, "vkCreateSamplerYcbcrConversionKHR"); - vkDestroySamplerYcbcrConversionKHR = (PFN_vkDestroySamplerYcbcrConversionKHR)load(context, "vkDestroySamplerYcbcrConversionKHR"); -#endif /* defined(VK_KHR_sampler_ycbcr_conversion) */ -#if defined(VK_KHR_shared_presentable_image) - vkGetSwapchainStatusKHR = (PFN_vkGetSwapchainStatusKHR)load(context, "vkGetSwapchainStatusKHR"); -#endif /* defined(VK_KHR_shared_presentable_image) */ -#if defined(VK_KHR_swapchain) - vkAcquireNextImageKHR = (PFN_vkAcquireNextImageKHR)load(context, "vkAcquireNextImageKHR"); - vkCreateSwapchainKHR = (PFN_vkCreateSwapchainKHR)load(context, "vkCreateSwapchainKHR"); - vkDestroySwapchainKHR = (PFN_vkDestroySwapchainKHR)load(context, "vkDestroySwapchainKHR"); - vkGetSwapchainImagesKHR = (PFN_vkGetSwapchainImagesKHR)load(context, "vkGetSwapchainImagesKHR"); - vkQueuePresentKHR = (PFN_vkQueuePresentKHR)load(context, "vkQueuePresentKHR"); -#endif /* defined(VK_KHR_swapchain) */ -#if defined(VK_KHR_synchronization2) - vkCmdPipelineBarrier2KHR = (PFN_vkCmdPipelineBarrier2KHR)load(context, "vkCmdPipelineBarrier2KHR"); - vkCmdResetEvent2KHR = (PFN_vkCmdResetEvent2KHR)load(context, "vkCmdResetEvent2KHR"); - vkCmdSetEvent2KHR = (PFN_vkCmdSetEvent2KHR)load(context, "vkCmdSetEvent2KHR"); - vkCmdWaitEvents2KHR = (PFN_vkCmdWaitEvents2KHR)load(context, "vkCmdWaitEvents2KHR"); - vkCmdWriteTimestamp2KHR = (PFN_vkCmdWriteTimestamp2KHR)load(context, "vkCmdWriteTimestamp2KHR"); - vkQueueSubmit2KHR = (PFN_vkQueueSubmit2KHR)load(context, "vkQueueSubmit2KHR"); -#endif /* defined(VK_KHR_synchronization2) */ -#if defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) - vkCmdWriteBufferMarker2AMD = (PFN_vkCmdWriteBufferMarker2AMD)load(context, "vkCmdWriteBufferMarker2AMD"); -#endif /* defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) */ -#if defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) - vkGetQueueCheckpointData2NV = (PFN_vkGetQueueCheckpointData2NV)load(context, "vkGetQueueCheckpointData2NV"); -#endif /* defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_KHR_timeline_semaphore) - vkGetSemaphoreCounterValueKHR = (PFN_vkGetSemaphoreCounterValueKHR)load(context, "vkGetSemaphoreCounterValueKHR"); - vkSignalSemaphoreKHR = (PFN_vkSignalSemaphoreKHR)load(context, "vkSignalSemaphoreKHR"); - vkWaitSemaphoresKHR = (PFN_vkWaitSemaphoresKHR)load(context, "vkWaitSemaphoresKHR"); -#endif /* defined(VK_KHR_timeline_semaphore) */ -#if defined(VK_KHR_video_decode_queue) - vkCmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)load(context, "vkCmdDecodeVideoKHR"); -#endif /* defined(VK_KHR_video_decode_queue) */ -#if defined(VK_KHR_video_encode_queue) - vkCmdEncodeVideoKHR = (PFN_vkCmdEncodeVideoKHR)load(context, "vkCmdEncodeVideoKHR"); -#endif /* defined(VK_KHR_video_encode_queue) */ -#if defined(VK_KHR_video_queue) - vkBindVideoSessionMemoryKHR = (PFN_vkBindVideoSessionMemoryKHR)load(context, "vkBindVideoSessionMemoryKHR"); - vkCmdBeginVideoCodingKHR = (PFN_vkCmdBeginVideoCodingKHR)load(context, "vkCmdBeginVideoCodingKHR"); - vkCmdControlVideoCodingKHR = (PFN_vkCmdControlVideoCodingKHR)load(context, "vkCmdControlVideoCodingKHR"); - vkCmdEndVideoCodingKHR = (PFN_vkCmdEndVideoCodingKHR)load(context, "vkCmdEndVideoCodingKHR"); - vkCreateVideoSessionKHR = (PFN_vkCreateVideoSessionKHR)load(context, "vkCreateVideoSessionKHR"); - vkCreateVideoSessionParametersKHR = (PFN_vkCreateVideoSessionParametersKHR)load(context, "vkCreateVideoSessionParametersKHR"); - vkDestroyVideoSessionKHR = (PFN_vkDestroyVideoSessionKHR)load(context, "vkDestroyVideoSessionKHR"); - vkDestroyVideoSessionParametersKHR = (PFN_vkDestroyVideoSessionParametersKHR)load(context, "vkDestroyVideoSessionParametersKHR"); - vkGetVideoSessionMemoryRequirementsKHR = (PFN_vkGetVideoSessionMemoryRequirementsKHR)load(context, "vkGetVideoSessionMemoryRequirementsKHR"); - vkUpdateVideoSessionParametersKHR = (PFN_vkUpdateVideoSessionParametersKHR)load(context, "vkUpdateVideoSessionParametersKHR"); -#endif /* defined(VK_KHR_video_queue) */ -#if defined(VK_NVX_binary_import) - vkCmdCuLaunchKernelNVX = (PFN_vkCmdCuLaunchKernelNVX)load(context, "vkCmdCuLaunchKernelNVX"); - vkCreateCuFunctionNVX = (PFN_vkCreateCuFunctionNVX)load(context, "vkCreateCuFunctionNVX"); - vkCreateCuModuleNVX = (PFN_vkCreateCuModuleNVX)load(context, "vkCreateCuModuleNVX"); - vkDestroyCuFunctionNVX = (PFN_vkDestroyCuFunctionNVX)load(context, "vkDestroyCuFunctionNVX"); - vkDestroyCuModuleNVX = (PFN_vkDestroyCuModuleNVX)load(context, "vkDestroyCuModuleNVX"); -#endif /* defined(VK_NVX_binary_import) */ -#if defined(VK_NVX_image_view_handle) - vkGetImageViewAddressNVX = (PFN_vkGetImageViewAddressNVX)load(context, "vkGetImageViewAddressNVX"); - vkGetImageViewHandleNVX = (PFN_vkGetImageViewHandleNVX)load(context, "vkGetImageViewHandleNVX"); -#endif /* defined(VK_NVX_image_view_handle) */ -#if defined(VK_NV_clip_space_w_scaling) - vkCmdSetViewportWScalingNV = (PFN_vkCmdSetViewportWScalingNV)load(context, "vkCmdSetViewportWScalingNV"); -#endif /* defined(VK_NV_clip_space_w_scaling) */ -#if defined(VK_NV_device_diagnostic_checkpoints) - vkCmdSetCheckpointNV = (PFN_vkCmdSetCheckpointNV)load(context, "vkCmdSetCheckpointNV"); - vkGetQueueCheckpointDataNV = (PFN_vkGetQueueCheckpointDataNV)load(context, "vkGetQueueCheckpointDataNV"); -#endif /* defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_NV_device_generated_commands) - vkCmdBindPipelineShaderGroupNV = (PFN_vkCmdBindPipelineShaderGroupNV)load(context, "vkCmdBindPipelineShaderGroupNV"); - vkCmdExecuteGeneratedCommandsNV = (PFN_vkCmdExecuteGeneratedCommandsNV)load(context, "vkCmdExecuteGeneratedCommandsNV"); - vkCmdPreprocessGeneratedCommandsNV = (PFN_vkCmdPreprocessGeneratedCommandsNV)load(context, "vkCmdPreprocessGeneratedCommandsNV"); - vkCreateIndirectCommandsLayoutNV = (PFN_vkCreateIndirectCommandsLayoutNV)load(context, "vkCreateIndirectCommandsLayoutNV"); - vkDestroyIndirectCommandsLayoutNV = (PFN_vkDestroyIndirectCommandsLayoutNV)load(context, "vkDestroyIndirectCommandsLayoutNV"); - vkGetGeneratedCommandsMemoryRequirementsNV = (PFN_vkGetGeneratedCommandsMemoryRequirementsNV)load(context, "vkGetGeneratedCommandsMemoryRequirementsNV"); -#endif /* defined(VK_NV_device_generated_commands) */ -#if defined(VK_NV_external_memory_rdma) - vkGetMemoryRemoteAddressNV = (PFN_vkGetMemoryRemoteAddressNV)load(context, "vkGetMemoryRemoteAddressNV"); -#endif /* defined(VK_NV_external_memory_rdma) */ -#if defined(VK_NV_external_memory_win32) - vkGetMemoryWin32HandleNV = (PFN_vkGetMemoryWin32HandleNV)load(context, "vkGetMemoryWin32HandleNV"); -#endif /* defined(VK_NV_external_memory_win32) */ -#if defined(VK_NV_fragment_shading_rate_enums) - vkCmdSetFragmentShadingRateEnumNV = (PFN_vkCmdSetFragmentShadingRateEnumNV)load(context, "vkCmdSetFragmentShadingRateEnumNV"); -#endif /* defined(VK_NV_fragment_shading_rate_enums) */ -#if defined(VK_NV_mesh_shader) - vkCmdDrawMeshTasksIndirectCountNV = (PFN_vkCmdDrawMeshTasksIndirectCountNV)load(context, "vkCmdDrawMeshTasksIndirectCountNV"); - vkCmdDrawMeshTasksIndirectNV = (PFN_vkCmdDrawMeshTasksIndirectNV)load(context, "vkCmdDrawMeshTasksIndirectNV"); - vkCmdDrawMeshTasksNV = (PFN_vkCmdDrawMeshTasksNV)load(context, "vkCmdDrawMeshTasksNV"); -#endif /* defined(VK_NV_mesh_shader) */ -#if defined(VK_NV_ray_tracing) - vkBindAccelerationStructureMemoryNV = (PFN_vkBindAccelerationStructureMemoryNV)load(context, "vkBindAccelerationStructureMemoryNV"); - vkCmdBuildAccelerationStructureNV = (PFN_vkCmdBuildAccelerationStructureNV)load(context, "vkCmdBuildAccelerationStructureNV"); - vkCmdCopyAccelerationStructureNV = (PFN_vkCmdCopyAccelerationStructureNV)load(context, "vkCmdCopyAccelerationStructureNV"); - vkCmdTraceRaysNV = (PFN_vkCmdTraceRaysNV)load(context, "vkCmdTraceRaysNV"); - vkCmdWriteAccelerationStructuresPropertiesNV = (PFN_vkCmdWriteAccelerationStructuresPropertiesNV)load(context, "vkCmdWriteAccelerationStructuresPropertiesNV"); - vkCompileDeferredNV = (PFN_vkCompileDeferredNV)load(context, "vkCompileDeferredNV"); - vkCreateAccelerationStructureNV = (PFN_vkCreateAccelerationStructureNV)load(context, "vkCreateAccelerationStructureNV"); - vkCreateRayTracingPipelinesNV = (PFN_vkCreateRayTracingPipelinesNV)load(context, "vkCreateRayTracingPipelinesNV"); - vkDestroyAccelerationStructureNV = (PFN_vkDestroyAccelerationStructureNV)load(context, "vkDestroyAccelerationStructureNV"); - vkGetAccelerationStructureHandleNV = (PFN_vkGetAccelerationStructureHandleNV)load(context, "vkGetAccelerationStructureHandleNV"); - vkGetAccelerationStructureMemoryRequirementsNV = (PFN_vkGetAccelerationStructureMemoryRequirementsNV)load(context, "vkGetAccelerationStructureMemoryRequirementsNV"); - vkGetRayTracingShaderGroupHandlesNV = (PFN_vkGetRayTracingShaderGroupHandlesNV)load(context, "vkGetRayTracingShaderGroupHandlesNV"); -#endif /* defined(VK_NV_ray_tracing) */ -#if defined(VK_NV_scissor_exclusive) - vkCmdSetExclusiveScissorNV = (PFN_vkCmdSetExclusiveScissorNV)load(context, "vkCmdSetExclusiveScissorNV"); -#endif /* defined(VK_NV_scissor_exclusive) */ -#if defined(VK_NV_shading_rate_image) - vkCmdBindShadingRateImageNV = (PFN_vkCmdBindShadingRateImageNV)load(context, "vkCmdBindShadingRateImageNV"); - vkCmdSetCoarseSampleOrderNV = (PFN_vkCmdSetCoarseSampleOrderNV)load(context, "vkCmdSetCoarseSampleOrderNV"); - vkCmdSetViewportShadingRatePaletteNV = (PFN_vkCmdSetViewportShadingRatePaletteNV)load(context, "vkCmdSetViewportShadingRatePaletteNV"); -#endif /* defined(VK_NV_shading_rate_image) */ -#if (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) - vkGetDeviceGroupSurfacePresentModes2EXT = (PFN_vkGetDeviceGroupSurfacePresentModes2EXT)load(context, "vkGetDeviceGroupSurfacePresentModes2EXT"); -#endif /* (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) - vkCmdPushDescriptorSetWithTemplateKHR = (PFN_vkCmdPushDescriptorSetWithTemplateKHR)load(context, "vkCmdPushDescriptorSetWithTemplateKHR"); -#endif /* (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) - vkGetDeviceGroupPresentCapabilitiesKHR = (PFN_vkGetDeviceGroupPresentCapabilitiesKHR)load(context, "vkGetDeviceGroupPresentCapabilitiesKHR"); - vkGetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR)load(context, "vkGetDeviceGroupSurfacePresentModesKHR"); -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) - vkAcquireNextImage2KHR = (PFN_vkAcquireNextImage2KHR)load(context, "vkAcquireNextImage2KHR"); -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ - /* VOLK_GENERATE_LOAD_DEVICE */ -} - -static void volkGenLoadDeviceTable(struct VolkDeviceTable* table, void* context, PFN_vkVoidFunction (*load)(void*, const char*)) -{ - /* VOLK_GENERATE_LOAD_DEVICE_TABLE */ -#if defined(VK_VERSION_1_0) - table->vkAllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)load(context, "vkAllocateCommandBuffers"); - table->vkAllocateDescriptorSets = (PFN_vkAllocateDescriptorSets)load(context, "vkAllocateDescriptorSets"); - table->vkAllocateMemory = (PFN_vkAllocateMemory)load(context, "vkAllocateMemory"); - table->vkBeginCommandBuffer = (PFN_vkBeginCommandBuffer)load(context, "vkBeginCommandBuffer"); - table->vkBindBufferMemory = (PFN_vkBindBufferMemory)load(context, "vkBindBufferMemory"); - table->vkBindImageMemory = (PFN_vkBindImageMemory)load(context, "vkBindImageMemory"); - table->vkCmdBeginQuery = (PFN_vkCmdBeginQuery)load(context, "vkCmdBeginQuery"); - table->vkCmdBeginRenderPass = (PFN_vkCmdBeginRenderPass)load(context, "vkCmdBeginRenderPass"); - table->vkCmdBindDescriptorSets = (PFN_vkCmdBindDescriptorSets)load(context, "vkCmdBindDescriptorSets"); - table->vkCmdBindIndexBuffer = (PFN_vkCmdBindIndexBuffer)load(context, "vkCmdBindIndexBuffer"); - table->vkCmdBindPipeline = (PFN_vkCmdBindPipeline)load(context, "vkCmdBindPipeline"); - table->vkCmdBindVertexBuffers = (PFN_vkCmdBindVertexBuffers)load(context, "vkCmdBindVertexBuffers"); - table->vkCmdBlitImage = (PFN_vkCmdBlitImage)load(context, "vkCmdBlitImage"); - table->vkCmdClearAttachments = (PFN_vkCmdClearAttachments)load(context, "vkCmdClearAttachments"); - table->vkCmdClearColorImage = (PFN_vkCmdClearColorImage)load(context, "vkCmdClearColorImage"); - table->vkCmdClearDepthStencilImage = (PFN_vkCmdClearDepthStencilImage)load(context, "vkCmdClearDepthStencilImage"); - table->vkCmdCopyBuffer = (PFN_vkCmdCopyBuffer)load(context, "vkCmdCopyBuffer"); - table->vkCmdCopyBufferToImage = (PFN_vkCmdCopyBufferToImage)load(context, "vkCmdCopyBufferToImage"); - table->vkCmdCopyImage = (PFN_vkCmdCopyImage)load(context, "vkCmdCopyImage"); - table->vkCmdCopyImageToBuffer = (PFN_vkCmdCopyImageToBuffer)load(context, "vkCmdCopyImageToBuffer"); - table->vkCmdCopyQueryPoolResults = (PFN_vkCmdCopyQueryPoolResults)load(context, "vkCmdCopyQueryPoolResults"); - table->vkCmdDispatch = (PFN_vkCmdDispatch)load(context, "vkCmdDispatch"); - table->vkCmdDispatchIndirect = (PFN_vkCmdDispatchIndirect)load(context, "vkCmdDispatchIndirect"); - table->vkCmdDraw = (PFN_vkCmdDraw)load(context, "vkCmdDraw"); - table->vkCmdDrawIndexed = (PFN_vkCmdDrawIndexed)load(context, "vkCmdDrawIndexed"); - table->vkCmdDrawIndexedIndirect = (PFN_vkCmdDrawIndexedIndirect)load(context, "vkCmdDrawIndexedIndirect"); - table->vkCmdDrawIndirect = (PFN_vkCmdDrawIndirect)load(context, "vkCmdDrawIndirect"); - table->vkCmdEndQuery = (PFN_vkCmdEndQuery)load(context, "vkCmdEndQuery"); - table->vkCmdEndRenderPass = (PFN_vkCmdEndRenderPass)load(context, "vkCmdEndRenderPass"); - table->vkCmdExecuteCommands = (PFN_vkCmdExecuteCommands)load(context, "vkCmdExecuteCommands"); - table->vkCmdFillBuffer = (PFN_vkCmdFillBuffer)load(context, "vkCmdFillBuffer"); - table->vkCmdNextSubpass = (PFN_vkCmdNextSubpass)load(context, "vkCmdNextSubpass"); - table->vkCmdPipelineBarrier = (PFN_vkCmdPipelineBarrier)load(context, "vkCmdPipelineBarrier"); - table->vkCmdPushConstants = (PFN_vkCmdPushConstants)load(context, "vkCmdPushConstants"); - table->vkCmdResetEvent = (PFN_vkCmdResetEvent)load(context, "vkCmdResetEvent"); - table->vkCmdResetQueryPool = (PFN_vkCmdResetQueryPool)load(context, "vkCmdResetQueryPool"); - table->vkCmdResolveImage = (PFN_vkCmdResolveImage)load(context, "vkCmdResolveImage"); - table->vkCmdSetBlendConstants = (PFN_vkCmdSetBlendConstants)load(context, "vkCmdSetBlendConstants"); - table->vkCmdSetDepthBias = (PFN_vkCmdSetDepthBias)load(context, "vkCmdSetDepthBias"); - table->vkCmdSetDepthBounds = (PFN_vkCmdSetDepthBounds)load(context, "vkCmdSetDepthBounds"); - table->vkCmdSetEvent = (PFN_vkCmdSetEvent)load(context, "vkCmdSetEvent"); - table->vkCmdSetLineWidth = (PFN_vkCmdSetLineWidth)load(context, "vkCmdSetLineWidth"); - table->vkCmdSetScissor = (PFN_vkCmdSetScissor)load(context, "vkCmdSetScissor"); - table->vkCmdSetStencilCompareMask = (PFN_vkCmdSetStencilCompareMask)load(context, "vkCmdSetStencilCompareMask"); - table->vkCmdSetStencilReference = (PFN_vkCmdSetStencilReference)load(context, "vkCmdSetStencilReference"); - table->vkCmdSetStencilWriteMask = (PFN_vkCmdSetStencilWriteMask)load(context, "vkCmdSetStencilWriteMask"); - table->vkCmdSetViewport = (PFN_vkCmdSetViewport)load(context, "vkCmdSetViewport"); - table->vkCmdUpdateBuffer = (PFN_vkCmdUpdateBuffer)load(context, "vkCmdUpdateBuffer"); - table->vkCmdWaitEvents = (PFN_vkCmdWaitEvents)load(context, "vkCmdWaitEvents"); - table->vkCmdWriteTimestamp = (PFN_vkCmdWriteTimestamp)load(context, "vkCmdWriteTimestamp"); - table->vkCreateBuffer = (PFN_vkCreateBuffer)load(context, "vkCreateBuffer"); - table->vkCreateBufferView = (PFN_vkCreateBufferView)load(context, "vkCreateBufferView"); - table->vkCreateCommandPool = (PFN_vkCreateCommandPool)load(context, "vkCreateCommandPool"); - table->vkCreateComputePipelines = (PFN_vkCreateComputePipelines)load(context, "vkCreateComputePipelines"); - table->vkCreateDescriptorPool = (PFN_vkCreateDescriptorPool)load(context, "vkCreateDescriptorPool"); - table->vkCreateDescriptorSetLayout = (PFN_vkCreateDescriptorSetLayout)load(context, "vkCreateDescriptorSetLayout"); - table->vkCreateEvent = (PFN_vkCreateEvent)load(context, "vkCreateEvent"); - table->vkCreateFence = (PFN_vkCreateFence)load(context, "vkCreateFence"); - table->vkCreateFramebuffer = (PFN_vkCreateFramebuffer)load(context, "vkCreateFramebuffer"); - table->vkCreateGraphicsPipelines = (PFN_vkCreateGraphicsPipelines)load(context, "vkCreateGraphicsPipelines"); - table->vkCreateImage = (PFN_vkCreateImage)load(context, "vkCreateImage"); - table->vkCreateImageView = (PFN_vkCreateImageView)load(context, "vkCreateImageView"); - table->vkCreatePipelineCache = (PFN_vkCreatePipelineCache)load(context, "vkCreatePipelineCache"); - table->vkCreatePipelineLayout = (PFN_vkCreatePipelineLayout)load(context, "vkCreatePipelineLayout"); - table->vkCreateQueryPool = (PFN_vkCreateQueryPool)load(context, "vkCreateQueryPool"); - table->vkCreateRenderPass = (PFN_vkCreateRenderPass)load(context, "vkCreateRenderPass"); - table->vkCreateSampler = (PFN_vkCreateSampler)load(context, "vkCreateSampler"); - table->vkCreateSemaphore = (PFN_vkCreateSemaphore)load(context, "vkCreateSemaphore"); - table->vkCreateShaderModule = (PFN_vkCreateShaderModule)load(context, "vkCreateShaderModule"); - table->vkDestroyBuffer = (PFN_vkDestroyBuffer)load(context, "vkDestroyBuffer"); - table->vkDestroyBufferView = (PFN_vkDestroyBufferView)load(context, "vkDestroyBufferView"); - table->vkDestroyCommandPool = (PFN_vkDestroyCommandPool)load(context, "vkDestroyCommandPool"); - table->vkDestroyDescriptorPool = (PFN_vkDestroyDescriptorPool)load(context, "vkDestroyDescriptorPool"); - table->vkDestroyDescriptorSetLayout = (PFN_vkDestroyDescriptorSetLayout)load(context, "vkDestroyDescriptorSetLayout"); - table->vkDestroyDevice = (PFN_vkDestroyDevice)load(context, "vkDestroyDevice"); - table->vkDestroyEvent = (PFN_vkDestroyEvent)load(context, "vkDestroyEvent"); - table->vkDestroyFence = (PFN_vkDestroyFence)load(context, "vkDestroyFence"); - table->vkDestroyFramebuffer = (PFN_vkDestroyFramebuffer)load(context, "vkDestroyFramebuffer"); - table->vkDestroyImage = (PFN_vkDestroyImage)load(context, "vkDestroyImage"); - table->vkDestroyImageView = (PFN_vkDestroyImageView)load(context, "vkDestroyImageView"); - table->vkDestroyPipeline = (PFN_vkDestroyPipeline)load(context, "vkDestroyPipeline"); - table->vkDestroyPipelineCache = (PFN_vkDestroyPipelineCache)load(context, "vkDestroyPipelineCache"); - table->vkDestroyPipelineLayout = (PFN_vkDestroyPipelineLayout)load(context, "vkDestroyPipelineLayout"); - table->vkDestroyQueryPool = (PFN_vkDestroyQueryPool)load(context, "vkDestroyQueryPool"); - table->vkDestroyRenderPass = (PFN_vkDestroyRenderPass)load(context, "vkDestroyRenderPass"); - table->vkDestroySampler = (PFN_vkDestroySampler)load(context, "vkDestroySampler"); - table->vkDestroySemaphore = (PFN_vkDestroySemaphore)load(context, "vkDestroySemaphore"); - table->vkDestroyShaderModule = (PFN_vkDestroyShaderModule)load(context, "vkDestroyShaderModule"); - table->vkDeviceWaitIdle = (PFN_vkDeviceWaitIdle)load(context, "vkDeviceWaitIdle"); - table->vkEndCommandBuffer = (PFN_vkEndCommandBuffer)load(context, "vkEndCommandBuffer"); - table->vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)load(context, "vkFlushMappedMemoryRanges"); - table->vkFreeCommandBuffers = (PFN_vkFreeCommandBuffers)load(context, "vkFreeCommandBuffers"); - table->vkFreeDescriptorSets = (PFN_vkFreeDescriptorSets)load(context, "vkFreeDescriptorSets"); - table->vkFreeMemory = (PFN_vkFreeMemory)load(context, "vkFreeMemory"); - table->vkGetBufferMemoryRequirements = (PFN_vkGetBufferMemoryRequirements)load(context, "vkGetBufferMemoryRequirements"); - table->vkGetDeviceMemoryCommitment = (PFN_vkGetDeviceMemoryCommitment)load(context, "vkGetDeviceMemoryCommitment"); - table->vkGetDeviceQueue = (PFN_vkGetDeviceQueue)load(context, "vkGetDeviceQueue"); - table->vkGetEventStatus = (PFN_vkGetEventStatus)load(context, "vkGetEventStatus"); - table->vkGetFenceStatus = (PFN_vkGetFenceStatus)load(context, "vkGetFenceStatus"); - table->vkGetImageMemoryRequirements = (PFN_vkGetImageMemoryRequirements)load(context, "vkGetImageMemoryRequirements"); - table->vkGetImageSparseMemoryRequirements = (PFN_vkGetImageSparseMemoryRequirements)load(context, "vkGetImageSparseMemoryRequirements"); - table->vkGetImageSubresourceLayout = (PFN_vkGetImageSubresourceLayout)load(context, "vkGetImageSubresourceLayout"); - table->vkGetPipelineCacheData = (PFN_vkGetPipelineCacheData)load(context, "vkGetPipelineCacheData"); - table->vkGetQueryPoolResults = (PFN_vkGetQueryPoolResults)load(context, "vkGetQueryPoolResults"); - table->vkGetRenderAreaGranularity = (PFN_vkGetRenderAreaGranularity)load(context, "vkGetRenderAreaGranularity"); - table->vkInvalidateMappedMemoryRanges = (PFN_vkInvalidateMappedMemoryRanges)load(context, "vkInvalidateMappedMemoryRanges"); - table->vkMapMemory = (PFN_vkMapMemory)load(context, "vkMapMemory"); - table->vkMergePipelineCaches = (PFN_vkMergePipelineCaches)load(context, "vkMergePipelineCaches"); - table->vkQueueBindSparse = (PFN_vkQueueBindSparse)load(context, "vkQueueBindSparse"); - table->vkQueueSubmit = (PFN_vkQueueSubmit)load(context, "vkQueueSubmit"); - table->vkQueueWaitIdle = (PFN_vkQueueWaitIdle)load(context, "vkQueueWaitIdle"); - table->vkResetCommandBuffer = (PFN_vkResetCommandBuffer)load(context, "vkResetCommandBuffer"); - table->vkResetCommandPool = (PFN_vkResetCommandPool)load(context, "vkResetCommandPool"); - table->vkResetDescriptorPool = (PFN_vkResetDescriptorPool)load(context, "vkResetDescriptorPool"); - table->vkResetEvent = (PFN_vkResetEvent)load(context, "vkResetEvent"); - table->vkResetFences = (PFN_vkResetFences)load(context, "vkResetFences"); - table->vkSetEvent = (PFN_vkSetEvent)load(context, "vkSetEvent"); - table->vkUnmapMemory = (PFN_vkUnmapMemory)load(context, "vkUnmapMemory"); - table->vkUpdateDescriptorSets = (PFN_vkUpdateDescriptorSets)load(context, "vkUpdateDescriptorSets"); - table->vkWaitForFences = (PFN_vkWaitForFences)load(context, "vkWaitForFences"); -#endif /* defined(VK_VERSION_1_0) */ -#if defined(VK_VERSION_1_1) - table->vkBindBufferMemory2 = (PFN_vkBindBufferMemory2)load(context, "vkBindBufferMemory2"); - table->vkBindImageMemory2 = (PFN_vkBindImageMemory2)load(context, "vkBindImageMemory2"); - table->vkCmdDispatchBase = (PFN_vkCmdDispatchBase)load(context, "vkCmdDispatchBase"); - table->vkCmdSetDeviceMask = (PFN_vkCmdSetDeviceMask)load(context, "vkCmdSetDeviceMask"); - table->vkCreateDescriptorUpdateTemplate = (PFN_vkCreateDescriptorUpdateTemplate)load(context, "vkCreateDescriptorUpdateTemplate"); - table->vkCreateSamplerYcbcrConversion = (PFN_vkCreateSamplerYcbcrConversion)load(context, "vkCreateSamplerYcbcrConversion"); - table->vkDestroyDescriptorUpdateTemplate = (PFN_vkDestroyDescriptorUpdateTemplate)load(context, "vkDestroyDescriptorUpdateTemplate"); - table->vkDestroySamplerYcbcrConversion = (PFN_vkDestroySamplerYcbcrConversion)load(context, "vkDestroySamplerYcbcrConversion"); - table->vkGetBufferMemoryRequirements2 = (PFN_vkGetBufferMemoryRequirements2)load(context, "vkGetBufferMemoryRequirements2"); - table->vkGetDescriptorSetLayoutSupport = (PFN_vkGetDescriptorSetLayoutSupport)load(context, "vkGetDescriptorSetLayoutSupport"); - table->vkGetDeviceGroupPeerMemoryFeatures = (PFN_vkGetDeviceGroupPeerMemoryFeatures)load(context, "vkGetDeviceGroupPeerMemoryFeatures"); - table->vkGetDeviceQueue2 = (PFN_vkGetDeviceQueue2)load(context, "vkGetDeviceQueue2"); - table->vkGetImageMemoryRequirements2 = (PFN_vkGetImageMemoryRequirements2)load(context, "vkGetImageMemoryRequirements2"); - table->vkGetImageSparseMemoryRequirements2 = (PFN_vkGetImageSparseMemoryRequirements2)load(context, "vkGetImageSparseMemoryRequirements2"); - table->vkTrimCommandPool = (PFN_vkTrimCommandPool)load(context, "vkTrimCommandPool"); - table->vkUpdateDescriptorSetWithTemplate = (PFN_vkUpdateDescriptorSetWithTemplate)load(context, "vkUpdateDescriptorSetWithTemplate"); -#endif /* defined(VK_VERSION_1_1) */ -#if defined(VK_VERSION_1_2) - table->vkCmdBeginRenderPass2 = (PFN_vkCmdBeginRenderPass2)load(context, "vkCmdBeginRenderPass2"); - table->vkCmdDrawIndexedIndirectCount = (PFN_vkCmdDrawIndexedIndirectCount)load(context, "vkCmdDrawIndexedIndirectCount"); - table->vkCmdDrawIndirectCount = (PFN_vkCmdDrawIndirectCount)load(context, "vkCmdDrawIndirectCount"); - table->vkCmdEndRenderPass2 = (PFN_vkCmdEndRenderPass2)load(context, "vkCmdEndRenderPass2"); - table->vkCmdNextSubpass2 = (PFN_vkCmdNextSubpass2)load(context, "vkCmdNextSubpass2"); - table->vkCreateRenderPass2 = (PFN_vkCreateRenderPass2)load(context, "vkCreateRenderPass2"); - table->vkGetBufferDeviceAddress = (PFN_vkGetBufferDeviceAddress)load(context, "vkGetBufferDeviceAddress"); - table->vkGetBufferOpaqueCaptureAddress = (PFN_vkGetBufferOpaqueCaptureAddress)load(context, "vkGetBufferOpaqueCaptureAddress"); - table->vkGetDeviceMemoryOpaqueCaptureAddress = (PFN_vkGetDeviceMemoryOpaqueCaptureAddress)load(context, "vkGetDeviceMemoryOpaqueCaptureAddress"); - table->vkGetSemaphoreCounterValue = (PFN_vkGetSemaphoreCounterValue)load(context, "vkGetSemaphoreCounterValue"); - table->vkResetQueryPool = (PFN_vkResetQueryPool)load(context, "vkResetQueryPool"); - table->vkSignalSemaphore = (PFN_vkSignalSemaphore)load(context, "vkSignalSemaphore"); - table->vkWaitSemaphores = (PFN_vkWaitSemaphores)load(context, "vkWaitSemaphores"); -#endif /* defined(VK_VERSION_1_2) */ -#if defined(VK_AMD_buffer_marker) - table->vkCmdWriteBufferMarkerAMD = (PFN_vkCmdWriteBufferMarkerAMD)load(context, "vkCmdWriteBufferMarkerAMD"); -#endif /* defined(VK_AMD_buffer_marker) */ -#if defined(VK_AMD_display_native_hdr) - table->vkSetLocalDimmingAMD = (PFN_vkSetLocalDimmingAMD)load(context, "vkSetLocalDimmingAMD"); -#endif /* defined(VK_AMD_display_native_hdr) */ -#if defined(VK_AMD_draw_indirect_count) - table->vkCmdDrawIndexedIndirectCountAMD = (PFN_vkCmdDrawIndexedIndirectCountAMD)load(context, "vkCmdDrawIndexedIndirectCountAMD"); - table->vkCmdDrawIndirectCountAMD = (PFN_vkCmdDrawIndirectCountAMD)load(context, "vkCmdDrawIndirectCountAMD"); -#endif /* defined(VK_AMD_draw_indirect_count) */ -#if defined(VK_AMD_shader_info) - table->vkGetShaderInfoAMD = (PFN_vkGetShaderInfoAMD)load(context, "vkGetShaderInfoAMD"); -#endif /* defined(VK_AMD_shader_info) */ -#if defined(VK_ANDROID_external_memory_android_hardware_buffer) - table->vkGetAndroidHardwareBufferPropertiesANDROID = (PFN_vkGetAndroidHardwareBufferPropertiesANDROID)load(context, "vkGetAndroidHardwareBufferPropertiesANDROID"); - table->vkGetMemoryAndroidHardwareBufferANDROID = (PFN_vkGetMemoryAndroidHardwareBufferANDROID)load(context, "vkGetMemoryAndroidHardwareBufferANDROID"); -#endif /* defined(VK_ANDROID_external_memory_android_hardware_buffer) */ -#if defined(VK_EXT_buffer_device_address) - table->vkGetBufferDeviceAddressEXT = (PFN_vkGetBufferDeviceAddressEXT)load(context, "vkGetBufferDeviceAddressEXT"); -#endif /* defined(VK_EXT_buffer_device_address) */ -#if defined(VK_EXT_calibrated_timestamps) - table->vkGetCalibratedTimestampsEXT = (PFN_vkGetCalibratedTimestampsEXT)load(context, "vkGetCalibratedTimestampsEXT"); -#endif /* defined(VK_EXT_calibrated_timestamps) */ -#if defined(VK_EXT_color_write_enable) - table->vkCmdSetColorWriteEnableEXT = (PFN_vkCmdSetColorWriteEnableEXT)load(context, "vkCmdSetColorWriteEnableEXT"); -#endif /* defined(VK_EXT_color_write_enable) */ -#if defined(VK_EXT_conditional_rendering) - table->vkCmdBeginConditionalRenderingEXT = (PFN_vkCmdBeginConditionalRenderingEXT)load(context, "vkCmdBeginConditionalRenderingEXT"); - table->vkCmdEndConditionalRenderingEXT = (PFN_vkCmdEndConditionalRenderingEXT)load(context, "vkCmdEndConditionalRenderingEXT"); -#endif /* defined(VK_EXT_conditional_rendering) */ -#if defined(VK_EXT_debug_marker) - table->vkCmdDebugMarkerBeginEXT = (PFN_vkCmdDebugMarkerBeginEXT)load(context, "vkCmdDebugMarkerBeginEXT"); - table->vkCmdDebugMarkerEndEXT = (PFN_vkCmdDebugMarkerEndEXT)load(context, "vkCmdDebugMarkerEndEXT"); - table->vkCmdDebugMarkerInsertEXT = (PFN_vkCmdDebugMarkerInsertEXT)load(context, "vkCmdDebugMarkerInsertEXT"); - table->vkDebugMarkerSetObjectNameEXT = (PFN_vkDebugMarkerSetObjectNameEXT)load(context, "vkDebugMarkerSetObjectNameEXT"); - table->vkDebugMarkerSetObjectTagEXT = (PFN_vkDebugMarkerSetObjectTagEXT)load(context, "vkDebugMarkerSetObjectTagEXT"); -#endif /* defined(VK_EXT_debug_marker) */ -#if defined(VK_EXT_discard_rectangles) - table->vkCmdSetDiscardRectangleEXT = (PFN_vkCmdSetDiscardRectangleEXT)load(context, "vkCmdSetDiscardRectangleEXT"); -#endif /* defined(VK_EXT_discard_rectangles) */ -#if defined(VK_EXT_display_control) - table->vkDisplayPowerControlEXT = (PFN_vkDisplayPowerControlEXT)load(context, "vkDisplayPowerControlEXT"); - table->vkGetSwapchainCounterEXT = (PFN_vkGetSwapchainCounterEXT)load(context, "vkGetSwapchainCounterEXT"); - table->vkRegisterDeviceEventEXT = (PFN_vkRegisterDeviceEventEXT)load(context, "vkRegisterDeviceEventEXT"); - table->vkRegisterDisplayEventEXT = (PFN_vkRegisterDisplayEventEXT)load(context, "vkRegisterDisplayEventEXT"); -#endif /* defined(VK_EXT_display_control) */ -#if defined(VK_EXT_extended_dynamic_state) - table->vkCmdBindVertexBuffers2EXT = (PFN_vkCmdBindVertexBuffers2EXT)load(context, "vkCmdBindVertexBuffers2EXT"); - table->vkCmdSetCullModeEXT = (PFN_vkCmdSetCullModeEXT)load(context, "vkCmdSetCullModeEXT"); - table->vkCmdSetDepthBoundsTestEnableEXT = (PFN_vkCmdSetDepthBoundsTestEnableEXT)load(context, "vkCmdSetDepthBoundsTestEnableEXT"); - table->vkCmdSetDepthCompareOpEXT = (PFN_vkCmdSetDepthCompareOpEXT)load(context, "vkCmdSetDepthCompareOpEXT"); - table->vkCmdSetDepthTestEnableEXT = (PFN_vkCmdSetDepthTestEnableEXT)load(context, "vkCmdSetDepthTestEnableEXT"); - table->vkCmdSetDepthWriteEnableEXT = (PFN_vkCmdSetDepthWriteEnableEXT)load(context, "vkCmdSetDepthWriteEnableEXT"); - table->vkCmdSetFrontFaceEXT = (PFN_vkCmdSetFrontFaceEXT)load(context, "vkCmdSetFrontFaceEXT"); - table->vkCmdSetPrimitiveTopologyEXT = (PFN_vkCmdSetPrimitiveTopologyEXT)load(context, "vkCmdSetPrimitiveTopologyEXT"); - table->vkCmdSetScissorWithCountEXT = (PFN_vkCmdSetScissorWithCountEXT)load(context, "vkCmdSetScissorWithCountEXT"); - table->vkCmdSetStencilOpEXT = (PFN_vkCmdSetStencilOpEXT)load(context, "vkCmdSetStencilOpEXT"); - table->vkCmdSetStencilTestEnableEXT = (PFN_vkCmdSetStencilTestEnableEXT)load(context, "vkCmdSetStencilTestEnableEXT"); - table->vkCmdSetViewportWithCountEXT = (PFN_vkCmdSetViewportWithCountEXT)load(context, "vkCmdSetViewportWithCountEXT"); -#endif /* defined(VK_EXT_extended_dynamic_state) */ -#if defined(VK_EXT_extended_dynamic_state2) - table->vkCmdSetDepthBiasEnableEXT = (PFN_vkCmdSetDepthBiasEnableEXT)load(context, "vkCmdSetDepthBiasEnableEXT"); - table->vkCmdSetLogicOpEXT = (PFN_vkCmdSetLogicOpEXT)load(context, "vkCmdSetLogicOpEXT"); - table->vkCmdSetPatchControlPointsEXT = (PFN_vkCmdSetPatchControlPointsEXT)load(context, "vkCmdSetPatchControlPointsEXT"); - table->vkCmdSetPrimitiveRestartEnableEXT = (PFN_vkCmdSetPrimitiveRestartEnableEXT)load(context, "vkCmdSetPrimitiveRestartEnableEXT"); - table->vkCmdSetRasterizerDiscardEnableEXT = (PFN_vkCmdSetRasterizerDiscardEnableEXT)load(context, "vkCmdSetRasterizerDiscardEnableEXT"); -#endif /* defined(VK_EXT_extended_dynamic_state2) */ -#if defined(VK_EXT_external_memory_host) - table->vkGetMemoryHostPointerPropertiesEXT = (PFN_vkGetMemoryHostPointerPropertiesEXT)load(context, "vkGetMemoryHostPointerPropertiesEXT"); -#endif /* defined(VK_EXT_external_memory_host) */ -#if defined(VK_EXT_full_screen_exclusive) - table->vkAcquireFullScreenExclusiveModeEXT = (PFN_vkAcquireFullScreenExclusiveModeEXT)load(context, "vkAcquireFullScreenExclusiveModeEXT"); - table->vkReleaseFullScreenExclusiveModeEXT = (PFN_vkReleaseFullScreenExclusiveModeEXT)load(context, "vkReleaseFullScreenExclusiveModeEXT"); -#endif /* defined(VK_EXT_full_screen_exclusive) */ -#if defined(VK_EXT_hdr_metadata) - table->vkSetHdrMetadataEXT = (PFN_vkSetHdrMetadataEXT)load(context, "vkSetHdrMetadataEXT"); -#endif /* defined(VK_EXT_hdr_metadata) */ -#if defined(VK_EXT_host_query_reset) - table->vkResetQueryPoolEXT = (PFN_vkResetQueryPoolEXT)load(context, "vkResetQueryPoolEXT"); -#endif /* defined(VK_EXT_host_query_reset) */ -#if defined(VK_EXT_image_drm_format_modifier) - table->vkGetImageDrmFormatModifierPropertiesEXT = (PFN_vkGetImageDrmFormatModifierPropertiesEXT)load(context, "vkGetImageDrmFormatModifierPropertiesEXT"); -#endif /* defined(VK_EXT_image_drm_format_modifier) */ -#if defined(VK_EXT_line_rasterization) - table->vkCmdSetLineStippleEXT = (PFN_vkCmdSetLineStippleEXT)load(context, "vkCmdSetLineStippleEXT"); -#endif /* defined(VK_EXT_line_rasterization) */ -#if defined(VK_EXT_multi_draw) - table->vkCmdDrawMultiEXT = (PFN_vkCmdDrawMultiEXT)load(context, "vkCmdDrawMultiEXT"); - table->vkCmdDrawMultiIndexedEXT = (PFN_vkCmdDrawMultiIndexedEXT)load(context, "vkCmdDrawMultiIndexedEXT"); -#endif /* defined(VK_EXT_multi_draw) */ -#if defined(VK_EXT_pageable_device_local_memory) - table->vkSetDeviceMemoryPriorityEXT = (PFN_vkSetDeviceMemoryPriorityEXT)load(context, "vkSetDeviceMemoryPriorityEXT"); -#endif /* defined(VK_EXT_pageable_device_local_memory) */ -#if defined(VK_EXT_private_data) - table->vkCreatePrivateDataSlotEXT = (PFN_vkCreatePrivateDataSlotEXT)load(context, "vkCreatePrivateDataSlotEXT"); - table->vkDestroyPrivateDataSlotEXT = (PFN_vkDestroyPrivateDataSlotEXT)load(context, "vkDestroyPrivateDataSlotEXT"); - table->vkGetPrivateDataEXT = (PFN_vkGetPrivateDataEXT)load(context, "vkGetPrivateDataEXT"); - table->vkSetPrivateDataEXT = (PFN_vkSetPrivateDataEXT)load(context, "vkSetPrivateDataEXT"); -#endif /* defined(VK_EXT_private_data) */ -#if defined(VK_EXT_sample_locations) - table->vkCmdSetSampleLocationsEXT = (PFN_vkCmdSetSampleLocationsEXT)load(context, "vkCmdSetSampleLocationsEXT"); -#endif /* defined(VK_EXT_sample_locations) */ -#if defined(VK_EXT_transform_feedback) - table->vkCmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)load(context, "vkCmdBeginQueryIndexedEXT"); - table->vkCmdBeginTransformFeedbackEXT = (PFN_vkCmdBeginTransformFeedbackEXT)load(context, "vkCmdBeginTransformFeedbackEXT"); - table->vkCmdBindTransformFeedbackBuffersEXT = (PFN_vkCmdBindTransformFeedbackBuffersEXT)load(context, "vkCmdBindTransformFeedbackBuffersEXT"); - table->vkCmdDrawIndirectByteCountEXT = (PFN_vkCmdDrawIndirectByteCountEXT)load(context, "vkCmdDrawIndirectByteCountEXT"); - table->vkCmdEndQueryIndexedEXT = (PFN_vkCmdEndQueryIndexedEXT)load(context, "vkCmdEndQueryIndexedEXT"); - table->vkCmdEndTransformFeedbackEXT = (PFN_vkCmdEndTransformFeedbackEXT)load(context, "vkCmdEndTransformFeedbackEXT"); -#endif /* defined(VK_EXT_transform_feedback) */ -#if defined(VK_EXT_validation_cache) - table->vkCreateValidationCacheEXT = (PFN_vkCreateValidationCacheEXT)load(context, "vkCreateValidationCacheEXT"); - table->vkDestroyValidationCacheEXT = (PFN_vkDestroyValidationCacheEXT)load(context, "vkDestroyValidationCacheEXT"); - table->vkGetValidationCacheDataEXT = (PFN_vkGetValidationCacheDataEXT)load(context, "vkGetValidationCacheDataEXT"); - table->vkMergeValidationCachesEXT = (PFN_vkMergeValidationCachesEXT)load(context, "vkMergeValidationCachesEXT"); -#endif /* defined(VK_EXT_validation_cache) */ -#if defined(VK_EXT_vertex_input_dynamic_state) - table->vkCmdSetVertexInputEXT = (PFN_vkCmdSetVertexInputEXT)load(context, "vkCmdSetVertexInputEXT"); -#endif /* defined(VK_EXT_vertex_input_dynamic_state) */ -#if defined(VK_FUCHSIA_buffer_collection) - table->vkCreateBufferCollectionFUCHSIA = (PFN_vkCreateBufferCollectionFUCHSIA)load(context, "vkCreateBufferCollectionFUCHSIA"); - table->vkDestroyBufferCollectionFUCHSIA = (PFN_vkDestroyBufferCollectionFUCHSIA)load(context, "vkDestroyBufferCollectionFUCHSIA"); - table->vkGetBufferCollectionPropertiesFUCHSIA = (PFN_vkGetBufferCollectionPropertiesFUCHSIA)load(context, "vkGetBufferCollectionPropertiesFUCHSIA"); - table->vkSetBufferCollectionBufferConstraintsFUCHSIA = (PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA)load(context, "vkSetBufferCollectionBufferConstraintsFUCHSIA"); - table->vkSetBufferCollectionImageConstraintsFUCHSIA = (PFN_vkSetBufferCollectionImageConstraintsFUCHSIA)load(context, "vkSetBufferCollectionImageConstraintsFUCHSIA"); -#endif /* defined(VK_FUCHSIA_buffer_collection) */ -#if defined(VK_FUCHSIA_external_memory) - table->vkGetMemoryZirconHandleFUCHSIA = (PFN_vkGetMemoryZirconHandleFUCHSIA)load(context, "vkGetMemoryZirconHandleFUCHSIA"); - table->vkGetMemoryZirconHandlePropertiesFUCHSIA = (PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)load(context, "vkGetMemoryZirconHandlePropertiesFUCHSIA"); -#endif /* defined(VK_FUCHSIA_external_memory) */ -#if defined(VK_FUCHSIA_external_semaphore) - table->vkGetSemaphoreZirconHandleFUCHSIA = (PFN_vkGetSemaphoreZirconHandleFUCHSIA)load(context, "vkGetSemaphoreZirconHandleFUCHSIA"); - table->vkImportSemaphoreZirconHandleFUCHSIA = (PFN_vkImportSemaphoreZirconHandleFUCHSIA)load(context, "vkImportSemaphoreZirconHandleFUCHSIA"); -#endif /* defined(VK_FUCHSIA_external_semaphore) */ -#if defined(VK_GOOGLE_display_timing) - table->vkGetPastPresentationTimingGOOGLE = (PFN_vkGetPastPresentationTimingGOOGLE)load(context, "vkGetPastPresentationTimingGOOGLE"); - table->vkGetRefreshCycleDurationGOOGLE = (PFN_vkGetRefreshCycleDurationGOOGLE)load(context, "vkGetRefreshCycleDurationGOOGLE"); -#endif /* defined(VK_GOOGLE_display_timing) */ -#if defined(VK_HUAWEI_invocation_mask) - table->vkCmdBindInvocationMaskHUAWEI = (PFN_vkCmdBindInvocationMaskHUAWEI)load(context, "vkCmdBindInvocationMaskHUAWEI"); -#endif /* defined(VK_HUAWEI_invocation_mask) */ -#if defined(VK_HUAWEI_subpass_shading) - table->vkCmdSubpassShadingHUAWEI = (PFN_vkCmdSubpassShadingHUAWEI)load(context, "vkCmdSubpassShadingHUAWEI"); - table->vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI = (PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI)load(context, "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI"); -#endif /* defined(VK_HUAWEI_subpass_shading) */ -#if defined(VK_INTEL_performance_query) - table->vkAcquirePerformanceConfigurationINTEL = (PFN_vkAcquirePerformanceConfigurationINTEL)load(context, "vkAcquirePerformanceConfigurationINTEL"); - table->vkCmdSetPerformanceMarkerINTEL = (PFN_vkCmdSetPerformanceMarkerINTEL)load(context, "vkCmdSetPerformanceMarkerINTEL"); - table->vkCmdSetPerformanceOverrideINTEL = (PFN_vkCmdSetPerformanceOverrideINTEL)load(context, "vkCmdSetPerformanceOverrideINTEL"); - table->vkCmdSetPerformanceStreamMarkerINTEL = (PFN_vkCmdSetPerformanceStreamMarkerINTEL)load(context, "vkCmdSetPerformanceStreamMarkerINTEL"); - table->vkGetPerformanceParameterINTEL = (PFN_vkGetPerformanceParameterINTEL)load(context, "vkGetPerformanceParameterINTEL"); - table->vkInitializePerformanceApiINTEL = (PFN_vkInitializePerformanceApiINTEL)load(context, "vkInitializePerformanceApiINTEL"); - table->vkQueueSetPerformanceConfigurationINTEL = (PFN_vkQueueSetPerformanceConfigurationINTEL)load(context, "vkQueueSetPerformanceConfigurationINTEL"); - table->vkReleasePerformanceConfigurationINTEL = (PFN_vkReleasePerformanceConfigurationINTEL)load(context, "vkReleasePerformanceConfigurationINTEL"); - table->vkUninitializePerformanceApiINTEL = (PFN_vkUninitializePerformanceApiINTEL)load(context, "vkUninitializePerformanceApiINTEL"); -#endif /* defined(VK_INTEL_performance_query) */ -#if defined(VK_KHR_acceleration_structure) - table->vkBuildAccelerationStructuresKHR = (PFN_vkBuildAccelerationStructuresKHR)load(context, "vkBuildAccelerationStructuresKHR"); - table->vkCmdBuildAccelerationStructuresIndirectKHR = (PFN_vkCmdBuildAccelerationStructuresIndirectKHR)load(context, "vkCmdBuildAccelerationStructuresIndirectKHR"); - table->vkCmdBuildAccelerationStructuresKHR = (PFN_vkCmdBuildAccelerationStructuresKHR)load(context, "vkCmdBuildAccelerationStructuresKHR"); - table->vkCmdCopyAccelerationStructureKHR = (PFN_vkCmdCopyAccelerationStructureKHR)load(context, "vkCmdCopyAccelerationStructureKHR"); - table->vkCmdCopyAccelerationStructureToMemoryKHR = (PFN_vkCmdCopyAccelerationStructureToMemoryKHR)load(context, "vkCmdCopyAccelerationStructureToMemoryKHR"); - table->vkCmdCopyMemoryToAccelerationStructureKHR = (PFN_vkCmdCopyMemoryToAccelerationStructureKHR)load(context, "vkCmdCopyMemoryToAccelerationStructureKHR"); - table->vkCmdWriteAccelerationStructuresPropertiesKHR = (PFN_vkCmdWriteAccelerationStructuresPropertiesKHR)load(context, "vkCmdWriteAccelerationStructuresPropertiesKHR"); - table->vkCopyAccelerationStructureKHR = (PFN_vkCopyAccelerationStructureKHR)load(context, "vkCopyAccelerationStructureKHR"); - table->vkCopyAccelerationStructureToMemoryKHR = (PFN_vkCopyAccelerationStructureToMemoryKHR)load(context, "vkCopyAccelerationStructureToMemoryKHR"); - table->vkCopyMemoryToAccelerationStructureKHR = (PFN_vkCopyMemoryToAccelerationStructureKHR)load(context, "vkCopyMemoryToAccelerationStructureKHR"); - table->vkCreateAccelerationStructureKHR = (PFN_vkCreateAccelerationStructureKHR)load(context, "vkCreateAccelerationStructureKHR"); - table->vkDestroyAccelerationStructureKHR = (PFN_vkDestroyAccelerationStructureKHR)load(context, "vkDestroyAccelerationStructureKHR"); - table->vkGetAccelerationStructureBuildSizesKHR = (PFN_vkGetAccelerationStructureBuildSizesKHR)load(context, "vkGetAccelerationStructureBuildSizesKHR"); - table->vkGetAccelerationStructureDeviceAddressKHR = (PFN_vkGetAccelerationStructureDeviceAddressKHR)load(context, "vkGetAccelerationStructureDeviceAddressKHR"); - table->vkGetDeviceAccelerationStructureCompatibilityKHR = (PFN_vkGetDeviceAccelerationStructureCompatibilityKHR)load(context, "vkGetDeviceAccelerationStructureCompatibilityKHR"); - table->vkWriteAccelerationStructuresPropertiesKHR = (PFN_vkWriteAccelerationStructuresPropertiesKHR)load(context, "vkWriteAccelerationStructuresPropertiesKHR"); -#endif /* defined(VK_KHR_acceleration_structure) */ -#if defined(VK_KHR_bind_memory2) - table->vkBindBufferMemory2KHR = (PFN_vkBindBufferMemory2KHR)load(context, "vkBindBufferMemory2KHR"); - table->vkBindImageMemory2KHR = (PFN_vkBindImageMemory2KHR)load(context, "vkBindImageMemory2KHR"); -#endif /* defined(VK_KHR_bind_memory2) */ -#if defined(VK_KHR_buffer_device_address) - table->vkGetBufferDeviceAddressKHR = (PFN_vkGetBufferDeviceAddressKHR)load(context, "vkGetBufferDeviceAddressKHR"); - table->vkGetBufferOpaqueCaptureAddressKHR = (PFN_vkGetBufferOpaqueCaptureAddressKHR)load(context, "vkGetBufferOpaqueCaptureAddressKHR"); - table->vkGetDeviceMemoryOpaqueCaptureAddressKHR = (PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR)load(context, "vkGetDeviceMemoryOpaqueCaptureAddressKHR"); -#endif /* defined(VK_KHR_buffer_device_address) */ -#if defined(VK_KHR_copy_commands2) - table->vkCmdBlitImage2KHR = (PFN_vkCmdBlitImage2KHR)load(context, "vkCmdBlitImage2KHR"); - table->vkCmdCopyBuffer2KHR = (PFN_vkCmdCopyBuffer2KHR)load(context, "vkCmdCopyBuffer2KHR"); - table->vkCmdCopyBufferToImage2KHR = (PFN_vkCmdCopyBufferToImage2KHR)load(context, "vkCmdCopyBufferToImage2KHR"); - table->vkCmdCopyImage2KHR = (PFN_vkCmdCopyImage2KHR)load(context, "vkCmdCopyImage2KHR"); - table->vkCmdCopyImageToBuffer2KHR = (PFN_vkCmdCopyImageToBuffer2KHR)load(context, "vkCmdCopyImageToBuffer2KHR"); - table->vkCmdResolveImage2KHR = (PFN_vkCmdResolveImage2KHR)load(context, "vkCmdResolveImage2KHR"); -#endif /* defined(VK_KHR_copy_commands2) */ -#if defined(VK_KHR_create_renderpass2) - table->vkCmdBeginRenderPass2KHR = (PFN_vkCmdBeginRenderPass2KHR)load(context, "vkCmdBeginRenderPass2KHR"); - table->vkCmdEndRenderPass2KHR = (PFN_vkCmdEndRenderPass2KHR)load(context, "vkCmdEndRenderPass2KHR"); - table->vkCmdNextSubpass2KHR = (PFN_vkCmdNextSubpass2KHR)load(context, "vkCmdNextSubpass2KHR"); - table->vkCreateRenderPass2KHR = (PFN_vkCreateRenderPass2KHR)load(context, "vkCreateRenderPass2KHR"); -#endif /* defined(VK_KHR_create_renderpass2) */ -#if defined(VK_KHR_deferred_host_operations) - table->vkCreateDeferredOperationKHR = (PFN_vkCreateDeferredOperationKHR)load(context, "vkCreateDeferredOperationKHR"); - table->vkDeferredOperationJoinKHR = (PFN_vkDeferredOperationJoinKHR)load(context, "vkDeferredOperationJoinKHR"); - table->vkDestroyDeferredOperationKHR = (PFN_vkDestroyDeferredOperationKHR)load(context, "vkDestroyDeferredOperationKHR"); - table->vkGetDeferredOperationMaxConcurrencyKHR = (PFN_vkGetDeferredOperationMaxConcurrencyKHR)load(context, "vkGetDeferredOperationMaxConcurrencyKHR"); - table->vkGetDeferredOperationResultKHR = (PFN_vkGetDeferredOperationResultKHR)load(context, "vkGetDeferredOperationResultKHR"); -#endif /* defined(VK_KHR_deferred_host_operations) */ -#if defined(VK_KHR_descriptor_update_template) - table->vkCreateDescriptorUpdateTemplateKHR = (PFN_vkCreateDescriptorUpdateTemplateKHR)load(context, "vkCreateDescriptorUpdateTemplateKHR"); - table->vkDestroyDescriptorUpdateTemplateKHR = (PFN_vkDestroyDescriptorUpdateTemplateKHR)load(context, "vkDestroyDescriptorUpdateTemplateKHR"); - table->vkUpdateDescriptorSetWithTemplateKHR = (PFN_vkUpdateDescriptorSetWithTemplateKHR)load(context, "vkUpdateDescriptorSetWithTemplateKHR"); -#endif /* defined(VK_KHR_descriptor_update_template) */ -#if defined(VK_KHR_device_group) - table->vkCmdDispatchBaseKHR = (PFN_vkCmdDispatchBaseKHR)load(context, "vkCmdDispatchBaseKHR"); - table->vkCmdSetDeviceMaskKHR = (PFN_vkCmdSetDeviceMaskKHR)load(context, "vkCmdSetDeviceMaskKHR"); - table->vkGetDeviceGroupPeerMemoryFeaturesKHR = (PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)load(context, "vkGetDeviceGroupPeerMemoryFeaturesKHR"); -#endif /* defined(VK_KHR_device_group) */ -#if defined(VK_KHR_display_swapchain) - table->vkCreateSharedSwapchainsKHR = (PFN_vkCreateSharedSwapchainsKHR)load(context, "vkCreateSharedSwapchainsKHR"); -#endif /* defined(VK_KHR_display_swapchain) */ -#if defined(VK_KHR_draw_indirect_count) - table->vkCmdDrawIndexedIndirectCountKHR = (PFN_vkCmdDrawIndexedIndirectCountKHR)load(context, "vkCmdDrawIndexedIndirectCountKHR"); - table->vkCmdDrawIndirectCountKHR = (PFN_vkCmdDrawIndirectCountKHR)load(context, "vkCmdDrawIndirectCountKHR"); -#endif /* defined(VK_KHR_draw_indirect_count) */ -#if defined(VK_KHR_dynamic_rendering) - table->vkCmdBeginRenderingKHR = (PFN_vkCmdBeginRenderingKHR)load(context, "vkCmdBeginRenderingKHR"); - table->vkCmdEndRenderingKHR = (PFN_vkCmdEndRenderingKHR)load(context, "vkCmdEndRenderingKHR"); -#endif /* defined(VK_KHR_dynamic_rendering) */ -#if defined(VK_KHR_external_fence_fd) - table->vkGetFenceFdKHR = (PFN_vkGetFenceFdKHR)load(context, "vkGetFenceFdKHR"); - table->vkImportFenceFdKHR = (PFN_vkImportFenceFdKHR)load(context, "vkImportFenceFdKHR"); -#endif /* defined(VK_KHR_external_fence_fd) */ -#if defined(VK_KHR_external_fence_win32) - table->vkGetFenceWin32HandleKHR = (PFN_vkGetFenceWin32HandleKHR)load(context, "vkGetFenceWin32HandleKHR"); - table->vkImportFenceWin32HandleKHR = (PFN_vkImportFenceWin32HandleKHR)load(context, "vkImportFenceWin32HandleKHR"); -#endif /* defined(VK_KHR_external_fence_win32) */ -#if defined(VK_KHR_external_memory_fd) - table->vkGetMemoryFdKHR = (PFN_vkGetMemoryFdKHR)load(context, "vkGetMemoryFdKHR"); - table->vkGetMemoryFdPropertiesKHR = (PFN_vkGetMemoryFdPropertiesKHR)load(context, "vkGetMemoryFdPropertiesKHR"); -#endif /* defined(VK_KHR_external_memory_fd) */ -#if defined(VK_KHR_external_memory_win32) - table->vkGetMemoryWin32HandleKHR = (PFN_vkGetMemoryWin32HandleKHR)load(context, "vkGetMemoryWin32HandleKHR"); - table->vkGetMemoryWin32HandlePropertiesKHR = (PFN_vkGetMemoryWin32HandlePropertiesKHR)load(context, "vkGetMemoryWin32HandlePropertiesKHR"); -#endif /* defined(VK_KHR_external_memory_win32) */ -#if defined(VK_KHR_external_semaphore_fd) - table->vkGetSemaphoreFdKHR = (PFN_vkGetSemaphoreFdKHR)load(context, "vkGetSemaphoreFdKHR"); - table->vkImportSemaphoreFdKHR = (PFN_vkImportSemaphoreFdKHR)load(context, "vkImportSemaphoreFdKHR"); -#endif /* defined(VK_KHR_external_semaphore_fd) */ -#if defined(VK_KHR_external_semaphore_win32) - table->vkGetSemaphoreWin32HandleKHR = (PFN_vkGetSemaphoreWin32HandleKHR)load(context, "vkGetSemaphoreWin32HandleKHR"); - table->vkImportSemaphoreWin32HandleKHR = (PFN_vkImportSemaphoreWin32HandleKHR)load(context, "vkImportSemaphoreWin32HandleKHR"); -#endif /* defined(VK_KHR_external_semaphore_win32) */ -#if defined(VK_KHR_fragment_shading_rate) - table->vkCmdSetFragmentShadingRateKHR = (PFN_vkCmdSetFragmentShadingRateKHR)load(context, "vkCmdSetFragmentShadingRateKHR"); -#endif /* defined(VK_KHR_fragment_shading_rate) */ -#if defined(VK_KHR_get_memory_requirements2) - table->vkGetBufferMemoryRequirements2KHR = (PFN_vkGetBufferMemoryRequirements2KHR)load(context, "vkGetBufferMemoryRequirements2KHR"); - table->vkGetImageMemoryRequirements2KHR = (PFN_vkGetImageMemoryRequirements2KHR)load(context, "vkGetImageMemoryRequirements2KHR"); - table->vkGetImageSparseMemoryRequirements2KHR = (PFN_vkGetImageSparseMemoryRequirements2KHR)load(context, "vkGetImageSparseMemoryRequirements2KHR"); -#endif /* defined(VK_KHR_get_memory_requirements2) */ -#if defined(VK_KHR_maintenance1) - table->vkTrimCommandPoolKHR = (PFN_vkTrimCommandPoolKHR)load(context, "vkTrimCommandPoolKHR"); -#endif /* defined(VK_KHR_maintenance1) */ -#if defined(VK_KHR_maintenance3) - table->vkGetDescriptorSetLayoutSupportKHR = (PFN_vkGetDescriptorSetLayoutSupportKHR)load(context, "vkGetDescriptorSetLayoutSupportKHR"); -#endif /* defined(VK_KHR_maintenance3) */ -#if defined(VK_KHR_maintenance4) - table->vkGetDeviceBufferMemoryRequirementsKHR = (PFN_vkGetDeviceBufferMemoryRequirementsKHR)load(context, "vkGetDeviceBufferMemoryRequirementsKHR"); - table->vkGetDeviceImageMemoryRequirementsKHR = (PFN_vkGetDeviceImageMemoryRequirementsKHR)load(context, "vkGetDeviceImageMemoryRequirementsKHR"); - table->vkGetDeviceImageSparseMemoryRequirementsKHR = (PFN_vkGetDeviceImageSparseMemoryRequirementsKHR)load(context, "vkGetDeviceImageSparseMemoryRequirementsKHR"); -#endif /* defined(VK_KHR_maintenance4) */ -#if defined(VK_KHR_performance_query) - table->vkAcquireProfilingLockKHR = (PFN_vkAcquireProfilingLockKHR)load(context, "vkAcquireProfilingLockKHR"); - table->vkReleaseProfilingLockKHR = (PFN_vkReleaseProfilingLockKHR)load(context, "vkReleaseProfilingLockKHR"); -#endif /* defined(VK_KHR_performance_query) */ -#if defined(VK_KHR_pipeline_executable_properties) - table->vkGetPipelineExecutableInternalRepresentationsKHR = (PFN_vkGetPipelineExecutableInternalRepresentationsKHR)load(context, "vkGetPipelineExecutableInternalRepresentationsKHR"); - table->vkGetPipelineExecutablePropertiesKHR = (PFN_vkGetPipelineExecutablePropertiesKHR)load(context, "vkGetPipelineExecutablePropertiesKHR"); - table->vkGetPipelineExecutableStatisticsKHR = (PFN_vkGetPipelineExecutableStatisticsKHR)load(context, "vkGetPipelineExecutableStatisticsKHR"); -#endif /* defined(VK_KHR_pipeline_executable_properties) */ -#if defined(VK_KHR_present_wait) - table->vkWaitForPresentKHR = (PFN_vkWaitForPresentKHR)load(context, "vkWaitForPresentKHR"); -#endif /* defined(VK_KHR_present_wait) */ -#if defined(VK_KHR_push_descriptor) - table->vkCmdPushDescriptorSetKHR = (PFN_vkCmdPushDescriptorSetKHR)load(context, "vkCmdPushDescriptorSetKHR"); -#endif /* defined(VK_KHR_push_descriptor) */ -#if defined(VK_KHR_ray_tracing_pipeline) - table->vkCmdSetRayTracingPipelineStackSizeKHR = (PFN_vkCmdSetRayTracingPipelineStackSizeKHR)load(context, "vkCmdSetRayTracingPipelineStackSizeKHR"); - table->vkCmdTraceRaysIndirectKHR = (PFN_vkCmdTraceRaysIndirectKHR)load(context, "vkCmdTraceRaysIndirectKHR"); - table->vkCmdTraceRaysKHR = (PFN_vkCmdTraceRaysKHR)load(context, "vkCmdTraceRaysKHR"); - table->vkCreateRayTracingPipelinesKHR = (PFN_vkCreateRayTracingPipelinesKHR)load(context, "vkCreateRayTracingPipelinesKHR"); - table->vkGetRayTracingCaptureReplayShaderGroupHandlesKHR = (PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR)load(context, "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR"); - table->vkGetRayTracingShaderGroupHandlesKHR = (PFN_vkGetRayTracingShaderGroupHandlesKHR)load(context, "vkGetRayTracingShaderGroupHandlesKHR"); - table->vkGetRayTracingShaderGroupStackSizeKHR = (PFN_vkGetRayTracingShaderGroupStackSizeKHR)load(context, "vkGetRayTracingShaderGroupStackSizeKHR"); -#endif /* defined(VK_KHR_ray_tracing_pipeline) */ -#if defined(VK_KHR_sampler_ycbcr_conversion) - table->vkCreateSamplerYcbcrConversionKHR = (PFN_vkCreateSamplerYcbcrConversionKHR)load(context, "vkCreateSamplerYcbcrConversionKHR"); - table->vkDestroySamplerYcbcrConversionKHR = (PFN_vkDestroySamplerYcbcrConversionKHR)load(context, "vkDestroySamplerYcbcrConversionKHR"); -#endif /* defined(VK_KHR_sampler_ycbcr_conversion) */ -#if defined(VK_KHR_shared_presentable_image) - table->vkGetSwapchainStatusKHR = (PFN_vkGetSwapchainStatusKHR)load(context, "vkGetSwapchainStatusKHR"); -#endif /* defined(VK_KHR_shared_presentable_image) */ -#if defined(VK_KHR_swapchain) - table->vkAcquireNextImageKHR = (PFN_vkAcquireNextImageKHR)load(context, "vkAcquireNextImageKHR"); - table->vkCreateSwapchainKHR = (PFN_vkCreateSwapchainKHR)load(context, "vkCreateSwapchainKHR"); - table->vkDestroySwapchainKHR = (PFN_vkDestroySwapchainKHR)load(context, "vkDestroySwapchainKHR"); - table->vkGetSwapchainImagesKHR = (PFN_vkGetSwapchainImagesKHR)load(context, "vkGetSwapchainImagesKHR"); - table->vkQueuePresentKHR = (PFN_vkQueuePresentKHR)load(context, "vkQueuePresentKHR"); -#endif /* defined(VK_KHR_swapchain) */ -#if defined(VK_KHR_synchronization2) - table->vkCmdPipelineBarrier2KHR = (PFN_vkCmdPipelineBarrier2KHR)load(context, "vkCmdPipelineBarrier2KHR"); - table->vkCmdResetEvent2KHR = (PFN_vkCmdResetEvent2KHR)load(context, "vkCmdResetEvent2KHR"); - table->vkCmdSetEvent2KHR = (PFN_vkCmdSetEvent2KHR)load(context, "vkCmdSetEvent2KHR"); - table->vkCmdWaitEvents2KHR = (PFN_vkCmdWaitEvents2KHR)load(context, "vkCmdWaitEvents2KHR"); - table->vkCmdWriteTimestamp2KHR = (PFN_vkCmdWriteTimestamp2KHR)load(context, "vkCmdWriteTimestamp2KHR"); - table->vkQueueSubmit2KHR = (PFN_vkQueueSubmit2KHR)load(context, "vkQueueSubmit2KHR"); -#endif /* defined(VK_KHR_synchronization2) */ -#if defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) - table->vkCmdWriteBufferMarker2AMD = (PFN_vkCmdWriteBufferMarker2AMD)load(context, "vkCmdWriteBufferMarker2AMD"); -#endif /* defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) */ -#if defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) - table->vkGetQueueCheckpointData2NV = (PFN_vkGetQueueCheckpointData2NV)load(context, "vkGetQueueCheckpointData2NV"); -#endif /* defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_KHR_timeline_semaphore) - table->vkGetSemaphoreCounterValueKHR = (PFN_vkGetSemaphoreCounterValueKHR)load(context, "vkGetSemaphoreCounterValueKHR"); - table->vkSignalSemaphoreKHR = (PFN_vkSignalSemaphoreKHR)load(context, "vkSignalSemaphoreKHR"); - table->vkWaitSemaphoresKHR = (PFN_vkWaitSemaphoresKHR)load(context, "vkWaitSemaphoresKHR"); -#endif /* defined(VK_KHR_timeline_semaphore) */ -#if defined(VK_KHR_video_decode_queue) - table->vkCmdDecodeVideoKHR = (PFN_vkCmdDecodeVideoKHR)load(context, "vkCmdDecodeVideoKHR"); -#endif /* defined(VK_KHR_video_decode_queue) */ -#if defined(VK_KHR_video_encode_queue) - table->vkCmdEncodeVideoKHR = (PFN_vkCmdEncodeVideoKHR)load(context, "vkCmdEncodeVideoKHR"); -#endif /* defined(VK_KHR_video_encode_queue) */ -#if defined(VK_KHR_video_queue) - table->vkBindVideoSessionMemoryKHR = (PFN_vkBindVideoSessionMemoryKHR)load(context, "vkBindVideoSessionMemoryKHR"); - table->vkCmdBeginVideoCodingKHR = (PFN_vkCmdBeginVideoCodingKHR)load(context, "vkCmdBeginVideoCodingKHR"); - table->vkCmdControlVideoCodingKHR = (PFN_vkCmdControlVideoCodingKHR)load(context, "vkCmdControlVideoCodingKHR"); - table->vkCmdEndVideoCodingKHR = (PFN_vkCmdEndVideoCodingKHR)load(context, "vkCmdEndVideoCodingKHR"); - table->vkCreateVideoSessionKHR = (PFN_vkCreateVideoSessionKHR)load(context, "vkCreateVideoSessionKHR"); - table->vkCreateVideoSessionParametersKHR = (PFN_vkCreateVideoSessionParametersKHR)load(context, "vkCreateVideoSessionParametersKHR"); - table->vkDestroyVideoSessionKHR = (PFN_vkDestroyVideoSessionKHR)load(context, "vkDestroyVideoSessionKHR"); - table->vkDestroyVideoSessionParametersKHR = (PFN_vkDestroyVideoSessionParametersKHR)load(context, "vkDestroyVideoSessionParametersKHR"); - table->vkGetVideoSessionMemoryRequirementsKHR = (PFN_vkGetVideoSessionMemoryRequirementsKHR)load(context, "vkGetVideoSessionMemoryRequirementsKHR"); - table->vkUpdateVideoSessionParametersKHR = (PFN_vkUpdateVideoSessionParametersKHR)load(context, "vkUpdateVideoSessionParametersKHR"); -#endif /* defined(VK_KHR_video_queue) */ -#if defined(VK_NVX_binary_import) - table->vkCmdCuLaunchKernelNVX = (PFN_vkCmdCuLaunchKernelNVX)load(context, "vkCmdCuLaunchKernelNVX"); - table->vkCreateCuFunctionNVX = (PFN_vkCreateCuFunctionNVX)load(context, "vkCreateCuFunctionNVX"); - table->vkCreateCuModuleNVX = (PFN_vkCreateCuModuleNVX)load(context, "vkCreateCuModuleNVX"); - table->vkDestroyCuFunctionNVX = (PFN_vkDestroyCuFunctionNVX)load(context, "vkDestroyCuFunctionNVX"); - table->vkDestroyCuModuleNVX = (PFN_vkDestroyCuModuleNVX)load(context, "vkDestroyCuModuleNVX"); -#endif /* defined(VK_NVX_binary_import) */ -#if defined(VK_NVX_image_view_handle) - table->vkGetImageViewAddressNVX = (PFN_vkGetImageViewAddressNVX)load(context, "vkGetImageViewAddressNVX"); - table->vkGetImageViewHandleNVX = (PFN_vkGetImageViewHandleNVX)load(context, "vkGetImageViewHandleNVX"); -#endif /* defined(VK_NVX_image_view_handle) */ -#if defined(VK_NV_clip_space_w_scaling) - table->vkCmdSetViewportWScalingNV = (PFN_vkCmdSetViewportWScalingNV)load(context, "vkCmdSetViewportWScalingNV"); -#endif /* defined(VK_NV_clip_space_w_scaling) */ -#if defined(VK_NV_device_diagnostic_checkpoints) - table->vkCmdSetCheckpointNV = (PFN_vkCmdSetCheckpointNV)load(context, "vkCmdSetCheckpointNV"); - table->vkGetQueueCheckpointDataNV = (PFN_vkGetQueueCheckpointDataNV)load(context, "vkGetQueueCheckpointDataNV"); -#endif /* defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_NV_device_generated_commands) - table->vkCmdBindPipelineShaderGroupNV = (PFN_vkCmdBindPipelineShaderGroupNV)load(context, "vkCmdBindPipelineShaderGroupNV"); - table->vkCmdExecuteGeneratedCommandsNV = (PFN_vkCmdExecuteGeneratedCommandsNV)load(context, "vkCmdExecuteGeneratedCommandsNV"); - table->vkCmdPreprocessGeneratedCommandsNV = (PFN_vkCmdPreprocessGeneratedCommandsNV)load(context, "vkCmdPreprocessGeneratedCommandsNV"); - table->vkCreateIndirectCommandsLayoutNV = (PFN_vkCreateIndirectCommandsLayoutNV)load(context, "vkCreateIndirectCommandsLayoutNV"); - table->vkDestroyIndirectCommandsLayoutNV = (PFN_vkDestroyIndirectCommandsLayoutNV)load(context, "vkDestroyIndirectCommandsLayoutNV"); - table->vkGetGeneratedCommandsMemoryRequirementsNV = (PFN_vkGetGeneratedCommandsMemoryRequirementsNV)load(context, "vkGetGeneratedCommandsMemoryRequirementsNV"); -#endif /* defined(VK_NV_device_generated_commands) */ -#if defined(VK_NV_external_memory_rdma) - table->vkGetMemoryRemoteAddressNV = (PFN_vkGetMemoryRemoteAddressNV)load(context, "vkGetMemoryRemoteAddressNV"); -#endif /* defined(VK_NV_external_memory_rdma) */ -#if defined(VK_NV_external_memory_win32) - table->vkGetMemoryWin32HandleNV = (PFN_vkGetMemoryWin32HandleNV)load(context, "vkGetMemoryWin32HandleNV"); -#endif /* defined(VK_NV_external_memory_win32) */ -#if defined(VK_NV_fragment_shading_rate_enums) - table->vkCmdSetFragmentShadingRateEnumNV = (PFN_vkCmdSetFragmentShadingRateEnumNV)load(context, "vkCmdSetFragmentShadingRateEnumNV"); -#endif /* defined(VK_NV_fragment_shading_rate_enums) */ -#if defined(VK_NV_mesh_shader) - table->vkCmdDrawMeshTasksIndirectCountNV = (PFN_vkCmdDrawMeshTasksIndirectCountNV)load(context, "vkCmdDrawMeshTasksIndirectCountNV"); - table->vkCmdDrawMeshTasksIndirectNV = (PFN_vkCmdDrawMeshTasksIndirectNV)load(context, "vkCmdDrawMeshTasksIndirectNV"); - table->vkCmdDrawMeshTasksNV = (PFN_vkCmdDrawMeshTasksNV)load(context, "vkCmdDrawMeshTasksNV"); -#endif /* defined(VK_NV_mesh_shader) */ -#if defined(VK_NV_ray_tracing) - table->vkBindAccelerationStructureMemoryNV = (PFN_vkBindAccelerationStructureMemoryNV)load(context, "vkBindAccelerationStructureMemoryNV"); - table->vkCmdBuildAccelerationStructureNV = (PFN_vkCmdBuildAccelerationStructureNV)load(context, "vkCmdBuildAccelerationStructureNV"); - table->vkCmdCopyAccelerationStructureNV = (PFN_vkCmdCopyAccelerationStructureNV)load(context, "vkCmdCopyAccelerationStructureNV"); - table->vkCmdTraceRaysNV = (PFN_vkCmdTraceRaysNV)load(context, "vkCmdTraceRaysNV"); - table->vkCmdWriteAccelerationStructuresPropertiesNV = (PFN_vkCmdWriteAccelerationStructuresPropertiesNV)load(context, "vkCmdWriteAccelerationStructuresPropertiesNV"); - table->vkCompileDeferredNV = (PFN_vkCompileDeferredNV)load(context, "vkCompileDeferredNV"); - table->vkCreateAccelerationStructureNV = (PFN_vkCreateAccelerationStructureNV)load(context, "vkCreateAccelerationStructureNV"); - table->vkCreateRayTracingPipelinesNV = (PFN_vkCreateRayTracingPipelinesNV)load(context, "vkCreateRayTracingPipelinesNV"); - table->vkDestroyAccelerationStructureNV = (PFN_vkDestroyAccelerationStructureNV)load(context, "vkDestroyAccelerationStructureNV"); - table->vkGetAccelerationStructureHandleNV = (PFN_vkGetAccelerationStructureHandleNV)load(context, "vkGetAccelerationStructureHandleNV"); - table->vkGetAccelerationStructureMemoryRequirementsNV = (PFN_vkGetAccelerationStructureMemoryRequirementsNV)load(context, "vkGetAccelerationStructureMemoryRequirementsNV"); - table->vkGetRayTracingShaderGroupHandlesNV = (PFN_vkGetRayTracingShaderGroupHandlesNV)load(context, "vkGetRayTracingShaderGroupHandlesNV"); -#endif /* defined(VK_NV_ray_tracing) */ -#if defined(VK_NV_scissor_exclusive) - table->vkCmdSetExclusiveScissorNV = (PFN_vkCmdSetExclusiveScissorNV)load(context, "vkCmdSetExclusiveScissorNV"); -#endif /* defined(VK_NV_scissor_exclusive) */ -#if defined(VK_NV_shading_rate_image) - table->vkCmdBindShadingRateImageNV = (PFN_vkCmdBindShadingRateImageNV)load(context, "vkCmdBindShadingRateImageNV"); - table->vkCmdSetCoarseSampleOrderNV = (PFN_vkCmdSetCoarseSampleOrderNV)load(context, "vkCmdSetCoarseSampleOrderNV"); - table->vkCmdSetViewportShadingRatePaletteNV = (PFN_vkCmdSetViewportShadingRatePaletteNV)load(context, "vkCmdSetViewportShadingRatePaletteNV"); -#endif /* defined(VK_NV_shading_rate_image) */ -#if (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) - table->vkGetDeviceGroupSurfacePresentModes2EXT = (PFN_vkGetDeviceGroupSurfacePresentModes2EXT)load(context, "vkGetDeviceGroupSurfacePresentModes2EXT"); -#endif /* (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) - table->vkCmdPushDescriptorSetWithTemplateKHR = (PFN_vkCmdPushDescriptorSetWithTemplateKHR)load(context, "vkCmdPushDescriptorSetWithTemplateKHR"); -#endif /* (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) - table->vkGetDeviceGroupPresentCapabilitiesKHR = (PFN_vkGetDeviceGroupPresentCapabilitiesKHR)load(context, "vkGetDeviceGroupPresentCapabilitiesKHR"); - table->vkGetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR)load(context, "vkGetDeviceGroupSurfacePresentModesKHR"); -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) - table->vkAcquireNextImage2KHR = (PFN_vkAcquireNextImage2KHR)load(context, "vkAcquireNextImage2KHR"); -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ - /* VOLK_GENERATE_LOAD_DEVICE_TABLE */ -} - -#ifdef __GNUC__ -#ifdef VOLK_DEFAULT_VISIBILITY -# pragma GCC visibility push(default) -#else -# pragma GCC visibility push(hidden) -#endif -#endif - -/* VOLK_GENERATE_PROTOTYPES_C */ -#if defined(VK_VERSION_1_0) -PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; -PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets; -PFN_vkAllocateMemory vkAllocateMemory; -PFN_vkBeginCommandBuffer vkBeginCommandBuffer; -PFN_vkBindBufferMemory vkBindBufferMemory; -PFN_vkBindImageMemory vkBindImageMemory; -PFN_vkCmdBeginQuery vkCmdBeginQuery; -PFN_vkCmdBeginRenderPass vkCmdBeginRenderPass; -PFN_vkCmdBindDescriptorSets vkCmdBindDescriptorSets; -PFN_vkCmdBindIndexBuffer vkCmdBindIndexBuffer; -PFN_vkCmdBindPipeline vkCmdBindPipeline; -PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers; -PFN_vkCmdBlitImage vkCmdBlitImage; -PFN_vkCmdClearAttachments vkCmdClearAttachments; -PFN_vkCmdClearColorImage vkCmdClearColorImage; -PFN_vkCmdClearDepthStencilImage vkCmdClearDepthStencilImage; -PFN_vkCmdCopyBuffer vkCmdCopyBuffer; -PFN_vkCmdCopyBufferToImage vkCmdCopyBufferToImage; -PFN_vkCmdCopyImage vkCmdCopyImage; -PFN_vkCmdCopyImageToBuffer vkCmdCopyImageToBuffer; -PFN_vkCmdCopyQueryPoolResults vkCmdCopyQueryPoolResults; -PFN_vkCmdDispatch vkCmdDispatch; -PFN_vkCmdDispatchIndirect vkCmdDispatchIndirect; -PFN_vkCmdDraw vkCmdDraw; -PFN_vkCmdDrawIndexed vkCmdDrawIndexed; -PFN_vkCmdDrawIndexedIndirect vkCmdDrawIndexedIndirect; -PFN_vkCmdDrawIndirect vkCmdDrawIndirect; -PFN_vkCmdEndQuery vkCmdEndQuery; -PFN_vkCmdEndRenderPass vkCmdEndRenderPass; -PFN_vkCmdExecuteCommands vkCmdExecuteCommands; -PFN_vkCmdFillBuffer vkCmdFillBuffer; -PFN_vkCmdNextSubpass vkCmdNextSubpass; -PFN_vkCmdPipelineBarrier vkCmdPipelineBarrier; -PFN_vkCmdPushConstants vkCmdPushConstants; -PFN_vkCmdResetEvent vkCmdResetEvent; -PFN_vkCmdResetQueryPool vkCmdResetQueryPool; -PFN_vkCmdResolveImage vkCmdResolveImage; -PFN_vkCmdSetBlendConstants vkCmdSetBlendConstants; -PFN_vkCmdSetDepthBias vkCmdSetDepthBias; -PFN_vkCmdSetDepthBounds vkCmdSetDepthBounds; -PFN_vkCmdSetEvent vkCmdSetEvent; -PFN_vkCmdSetLineWidth vkCmdSetLineWidth; -PFN_vkCmdSetScissor vkCmdSetScissor; -PFN_vkCmdSetStencilCompareMask vkCmdSetStencilCompareMask; -PFN_vkCmdSetStencilReference vkCmdSetStencilReference; -PFN_vkCmdSetStencilWriteMask vkCmdSetStencilWriteMask; -PFN_vkCmdSetViewport vkCmdSetViewport; -PFN_vkCmdUpdateBuffer vkCmdUpdateBuffer; -PFN_vkCmdWaitEvents vkCmdWaitEvents; -PFN_vkCmdWriteTimestamp vkCmdWriteTimestamp; -PFN_vkCreateBuffer vkCreateBuffer; -PFN_vkCreateBufferView vkCreateBufferView; -PFN_vkCreateCommandPool vkCreateCommandPool; -PFN_vkCreateComputePipelines vkCreateComputePipelines; -PFN_vkCreateDescriptorPool vkCreateDescriptorPool; -PFN_vkCreateDescriptorSetLayout vkCreateDescriptorSetLayout; -PFN_vkCreateDevice vkCreateDevice; -PFN_vkCreateEvent vkCreateEvent; -PFN_vkCreateFence vkCreateFence; -PFN_vkCreateFramebuffer vkCreateFramebuffer; -PFN_vkCreateGraphicsPipelines vkCreateGraphicsPipelines; -PFN_vkCreateImage vkCreateImage; -PFN_vkCreateImageView vkCreateImageView; -PFN_vkCreateInstance vkCreateInstance; -PFN_vkCreatePipelineCache vkCreatePipelineCache; -PFN_vkCreatePipelineLayout vkCreatePipelineLayout; -PFN_vkCreateQueryPool vkCreateQueryPool; -PFN_vkCreateRenderPass vkCreateRenderPass; -PFN_vkCreateSampler vkCreateSampler; -PFN_vkCreateSemaphore vkCreateSemaphore; -PFN_vkCreateShaderModule vkCreateShaderModule; -PFN_vkDestroyBuffer vkDestroyBuffer; -PFN_vkDestroyBufferView vkDestroyBufferView; -PFN_vkDestroyCommandPool vkDestroyCommandPool; -PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; -PFN_vkDestroyDescriptorSetLayout vkDestroyDescriptorSetLayout; -PFN_vkDestroyDevice vkDestroyDevice; -PFN_vkDestroyEvent vkDestroyEvent; -PFN_vkDestroyFence vkDestroyFence; -PFN_vkDestroyFramebuffer vkDestroyFramebuffer; -PFN_vkDestroyImage vkDestroyImage; -PFN_vkDestroyImageView vkDestroyImageView; -PFN_vkDestroyInstance vkDestroyInstance; -PFN_vkDestroyPipeline vkDestroyPipeline; -PFN_vkDestroyPipelineCache vkDestroyPipelineCache; -PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout; -PFN_vkDestroyQueryPool vkDestroyQueryPool; -PFN_vkDestroyRenderPass vkDestroyRenderPass; -PFN_vkDestroySampler vkDestroySampler; -PFN_vkDestroySemaphore vkDestroySemaphore; -PFN_vkDestroyShaderModule vkDestroyShaderModule; -PFN_vkDeviceWaitIdle vkDeviceWaitIdle; -PFN_vkEndCommandBuffer vkEndCommandBuffer; -PFN_vkEnumerateDeviceExtensionProperties vkEnumerateDeviceExtensionProperties; -PFN_vkEnumerateDeviceLayerProperties vkEnumerateDeviceLayerProperties; -PFN_vkEnumerateInstanceExtensionProperties vkEnumerateInstanceExtensionProperties; -PFN_vkEnumerateInstanceLayerProperties vkEnumerateInstanceLayerProperties; -PFN_vkEnumeratePhysicalDevices vkEnumeratePhysicalDevices; -PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; -PFN_vkFreeCommandBuffers vkFreeCommandBuffers; -PFN_vkFreeDescriptorSets vkFreeDescriptorSets; -PFN_vkFreeMemory vkFreeMemory; -PFN_vkGetBufferMemoryRequirements vkGetBufferMemoryRequirements; -PFN_vkGetDeviceMemoryCommitment vkGetDeviceMemoryCommitment; -PFN_vkGetDeviceProcAddr vkGetDeviceProcAddr; -PFN_vkGetDeviceQueue vkGetDeviceQueue; -PFN_vkGetEventStatus vkGetEventStatus; -PFN_vkGetFenceStatus vkGetFenceStatus; -PFN_vkGetImageMemoryRequirements vkGetImageMemoryRequirements; -PFN_vkGetImageSparseMemoryRequirements vkGetImageSparseMemoryRequirements; -PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout; -PFN_vkGetInstanceProcAddr vkGetInstanceProcAddr; -PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures; -PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties; -PFN_vkGetPhysicalDeviceImageFormatProperties vkGetPhysicalDeviceImageFormatProperties; -PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties; -PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties; -PFN_vkGetPhysicalDeviceQueueFamilyProperties vkGetPhysicalDeviceQueueFamilyProperties; -PFN_vkGetPhysicalDeviceSparseImageFormatProperties vkGetPhysicalDeviceSparseImageFormatProperties; -PFN_vkGetPipelineCacheData vkGetPipelineCacheData; -PFN_vkGetQueryPoolResults vkGetQueryPoolResults; -PFN_vkGetRenderAreaGranularity vkGetRenderAreaGranularity; -PFN_vkInvalidateMappedMemoryRanges vkInvalidateMappedMemoryRanges; -PFN_vkMapMemory vkMapMemory; -PFN_vkMergePipelineCaches vkMergePipelineCaches; -PFN_vkQueueBindSparse vkQueueBindSparse; -PFN_vkQueueSubmit vkQueueSubmit; -PFN_vkQueueWaitIdle vkQueueWaitIdle; -PFN_vkResetCommandBuffer vkResetCommandBuffer; -PFN_vkResetCommandPool vkResetCommandPool; -PFN_vkResetDescriptorPool vkResetDescriptorPool; -PFN_vkResetEvent vkResetEvent; -PFN_vkResetFences vkResetFences; -PFN_vkSetEvent vkSetEvent; -PFN_vkUnmapMemory vkUnmapMemory; -PFN_vkUpdateDescriptorSets vkUpdateDescriptorSets; -PFN_vkWaitForFences vkWaitForFences; -#endif /* defined(VK_VERSION_1_0) */ -#if defined(VK_VERSION_1_1) -PFN_vkBindBufferMemory2 vkBindBufferMemory2; -PFN_vkBindImageMemory2 vkBindImageMemory2; -PFN_vkCmdDispatchBase vkCmdDispatchBase; -PFN_vkCmdSetDeviceMask vkCmdSetDeviceMask; -PFN_vkCreateDescriptorUpdateTemplate vkCreateDescriptorUpdateTemplate; -PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion; -PFN_vkDestroyDescriptorUpdateTemplate vkDestroyDescriptorUpdateTemplate; -PFN_vkDestroySamplerYcbcrConversion vkDestroySamplerYcbcrConversion; -PFN_vkEnumerateInstanceVersion vkEnumerateInstanceVersion; -PFN_vkEnumeratePhysicalDeviceGroups vkEnumeratePhysicalDeviceGroups; -PFN_vkGetBufferMemoryRequirements2 vkGetBufferMemoryRequirements2; -PFN_vkGetDescriptorSetLayoutSupport vkGetDescriptorSetLayoutSupport; -PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures; -PFN_vkGetDeviceQueue2 vkGetDeviceQueue2; -PFN_vkGetImageMemoryRequirements2 vkGetImageMemoryRequirements2; -PFN_vkGetImageSparseMemoryRequirements2 vkGetImageSparseMemoryRequirements2; -PFN_vkGetPhysicalDeviceExternalBufferProperties vkGetPhysicalDeviceExternalBufferProperties; -PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties; -PFN_vkGetPhysicalDeviceExternalSemaphoreProperties vkGetPhysicalDeviceExternalSemaphoreProperties; -PFN_vkGetPhysicalDeviceFeatures2 vkGetPhysicalDeviceFeatures2; -PFN_vkGetPhysicalDeviceFormatProperties2 vkGetPhysicalDeviceFormatProperties2; -PFN_vkGetPhysicalDeviceImageFormatProperties2 vkGetPhysicalDeviceImageFormatProperties2; -PFN_vkGetPhysicalDeviceMemoryProperties2 vkGetPhysicalDeviceMemoryProperties2; -PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; -PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2; -PFN_vkGetPhysicalDeviceSparseImageFormatProperties2 vkGetPhysicalDeviceSparseImageFormatProperties2; -PFN_vkTrimCommandPool vkTrimCommandPool; -PFN_vkUpdateDescriptorSetWithTemplate vkUpdateDescriptorSetWithTemplate; -#endif /* defined(VK_VERSION_1_1) */ -#if defined(VK_VERSION_1_2) -PFN_vkCmdBeginRenderPass2 vkCmdBeginRenderPass2; -PFN_vkCmdDrawIndexedIndirectCount vkCmdDrawIndexedIndirectCount; -PFN_vkCmdDrawIndirectCount vkCmdDrawIndirectCount; -PFN_vkCmdEndRenderPass2 vkCmdEndRenderPass2; -PFN_vkCmdNextSubpass2 vkCmdNextSubpass2; -PFN_vkCreateRenderPass2 vkCreateRenderPass2; -PFN_vkGetBufferDeviceAddress vkGetBufferDeviceAddress; -PFN_vkGetBufferOpaqueCaptureAddress vkGetBufferOpaqueCaptureAddress; -PFN_vkGetDeviceMemoryOpaqueCaptureAddress vkGetDeviceMemoryOpaqueCaptureAddress; -PFN_vkGetSemaphoreCounterValue vkGetSemaphoreCounterValue; -PFN_vkResetQueryPool vkResetQueryPool; -PFN_vkSignalSemaphore vkSignalSemaphore; -PFN_vkWaitSemaphores vkWaitSemaphores; -#endif /* defined(VK_VERSION_1_2) */ -#if defined(VK_AMD_buffer_marker) -PFN_vkCmdWriteBufferMarkerAMD vkCmdWriteBufferMarkerAMD; -#endif /* defined(VK_AMD_buffer_marker) */ -#if defined(VK_AMD_display_native_hdr) -PFN_vkSetLocalDimmingAMD vkSetLocalDimmingAMD; -#endif /* defined(VK_AMD_display_native_hdr) */ -#if defined(VK_AMD_draw_indirect_count) -PFN_vkCmdDrawIndexedIndirectCountAMD vkCmdDrawIndexedIndirectCountAMD; -PFN_vkCmdDrawIndirectCountAMD vkCmdDrawIndirectCountAMD; -#endif /* defined(VK_AMD_draw_indirect_count) */ -#if defined(VK_AMD_shader_info) -PFN_vkGetShaderInfoAMD vkGetShaderInfoAMD; -#endif /* defined(VK_AMD_shader_info) */ -#if defined(VK_ANDROID_external_memory_android_hardware_buffer) -PFN_vkGetAndroidHardwareBufferPropertiesANDROID vkGetAndroidHardwareBufferPropertiesANDROID; -PFN_vkGetMemoryAndroidHardwareBufferANDROID vkGetMemoryAndroidHardwareBufferANDROID; -#endif /* defined(VK_ANDROID_external_memory_android_hardware_buffer) */ -#if defined(VK_EXT_acquire_drm_display) -PFN_vkAcquireDrmDisplayEXT vkAcquireDrmDisplayEXT; -PFN_vkGetDrmDisplayEXT vkGetDrmDisplayEXT; -#endif /* defined(VK_EXT_acquire_drm_display) */ -#if defined(VK_EXT_acquire_xlib_display) -PFN_vkAcquireXlibDisplayEXT vkAcquireXlibDisplayEXT; -PFN_vkGetRandROutputDisplayEXT vkGetRandROutputDisplayEXT; -#endif /* defined(VK_EXT_acquire_xlib_display) */ -#if defined(VK_EXT_buffer_device_address) -PFN_vkGetBufferDeviceAddressEXT vkGetBufferDeviceAddressEXT; -#endif /* defined(VK_EXT_buffer_device_address) */ -#if defined(VK_EXT_calibrated_timestamps) -PFN_vkGetCalibratedTimestampsEXT vkGetCalibratedTimestampsEXT; -PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT vkGetPhysicalDeviceCalibrateableTimeDomainsEXT; -#endif /* defined(VK_EXT_calibrated_timestamps) */ -#if defined(VK_EXT_color_write_enable) -PFN_vkCmdSetColorWriteEnableEXT vkCmdSetColorWriteEnableEXT; -#endif /* defined(VK_EXT_color_write_enable) */ -#if defined(VK_EXT_conditional_rendering) -PFN_vkCmdBeginConditionalRenderingEXT vkCmdBeginConditionalRenderingEXT; -PFN_vkCmdEndConditionalRenderingEXT vkCmdEndConditionalRenderingEXT; -#endif /* defined(VK_EXT_conditional_rendering) */ -#if defined(VK_EXT_debug_marker) -PFN_vkCmdDebugMarkerBeginEXT vkCmdDebugMarkerBeginEXT; -PFN_vkCmdDebugMarkerEndEXT vkCmdDebugMarkerEndEXT; -PFN_vkCmdDebugMarkerInsertEXT vkCmdDebugMarkerInsertEXT; -PFN_vkDebugMarkerSetObjectNameEXT vkDebugMarkerSetObjectNameEXT; -PFN_vkDebugMarkerSetObjectTagEXT vkDebugMarkerSetObjectTagEXT; -#endif /* defined(VK_EXT_debug_marker) */ -#if defined(VK_EXT_debug_report) -PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; -PFN_vkDebugReportMessageEXT vkDebugReportMessageEXT; -PFN_vkDestroyDebugReportCallbackEXT vkDestroyDebugReportCallbackEXT; -#endif /* defined(VK_EXT_debug_report) */ -#if defined(VK_EXT_debug_utils) -PFN_vkCmdBeginDebugUtilsLabelEXT vkCmdBeginDebugUtilsLabelEXT; -PFN_vkCmdEndDebugUtilsLabelEXT vkCmdEndDebugUtilsLabelEXT; -PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT; -PFN_vkCreateDebugUtilsMessengerEXT vkCreateDebugUtilsMessengerEXT; -PFN_vkDestroyDebugUtilsMessengerEXT vkDestroyDebugUtilsMessengerEXT; -PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT; -PFN_vkQueueEndDebugUtilsLabelEXT vkQueueEndDebugUtilsLabelEXT; -PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT; -PFN_vkSetDebugUtilsObjectNameEXT vkSetDebugUtilsObjectNameEXT; -PFN_vkSetDebugUtilsObjectTagEXT vkSetDebugUtilsObjectTagEXT; -PFN_vkSubmitDebugUtilsMessageEXT vkSubmitDebugUtilsMessageEXT; -#endif /* defined(VK_EXT_debug_utils) */ -#if defined(VK_EXT_direct_mode_display) -PFN_vkReleaseDisplayEXT vkReleaseDisplayEXT; -#endif /* defined(VK_EXT_direct_mode_display) */ -#if defined(VK_EXT_directfb_surface) -PFN_vkCreateDirectFBSurfaceEXT vkCreateDirectFBSurfaceEXT; -PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT vkGetPhysicalDeviceDirectFBPresentationSupportEXT; -#endif /* defined(VK_EXT_directfb_surface) */ -#if defined(VK_EXT_discard_rectangles) -PFN_vkCmdSetDiscardRectangleEXT vkCmdSetDiscardRectangleEXT; -#endif /* defined(VK_EXT_discard_rectangles) */ -#if defined(VK_EXT_display_control) -PFN_vkDisplayPowerControlEXT vkDisplayPowerControlEXT; -PFN_vkGetSwapchainCounterEXT vkGetSwapchainCounterEXT; -PFN_vkRegisterDeviceEventEXT vkRegisterDeviceEventEXT; -PFN_vkRegisterDisplayEventEXT vkRegisterDisplayEventEXT; -#endif /* defined(VK_EXT_display_control) */ -#if defined(VK_EXT_display_surface_counter) -PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT vkGetPhysicalDeviceSurfaceCapabilities2EXT; -#endif /* defined(VK_EXT_display_surface_counter) */ -#if defined(VK_EXT_extended_dynamic_state) -PFN_vkCmdBindVertexBuffers2EXT vkCmdBindVertexBuffers2EXT; -PFN_vkCmdSetCullModeEXT vkCmdSetCullModeEXT; -PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT; -PFN_vkCmdSetDepthCompareOpEXT vkCmdSetDepthCompareOpEXT; -PFN_vkCmdSetDepthTestEnableEXT vkCmdSetDepthTestEnableEXT; -PFN_vkCmdSetDepthWriteEnableEXT vkCmdSetDepthWriteEnableEXT; -PFN_vkCmdSetFrontFaceEXT vkCmdSetFrontFaceEXT; -PFN_vkCmdSetPrimitiveTopologyEXT vkCmdSetPrimitiveTopologyEXT; -PFN_vkCmdSetScissorWithCountEXT vkCmdSetScissorWithCountEXT; -PFN_vkCmdSetStencilOpEXT vkCmdSetStencilOpEXT; -PFN_vkCmdSetStencilTestEnableEXT vkCmdSetStencilTestEnableEXT; -PFN_vkCmdSetViewportWithCountEXT vkCmdSetViewportWithCountEXT; -#endif /* defined(VK_EXT_extended_dynamic_state) */ -#if defined(VK_EXT_extended_dynamic_state2) -PFN_vkCmdSetDepthBiasEnableEXT vkCmdSetDepthBiasEnableEXT; -PFN_vkCmdSetLogicOpEXT vkCmdSetLogicOpEXT; -PFN_vkCmdSetPatchControlPointsEXT vkCmdSetPatchControlPointsEXT; -PFN_vkCmdSetPrimitiveRestartEnableEXT vkCmdSetPrimitiveRestartEnableEXT; -PFN_vkCmdSetRasterizerDiscardEnableEXT vkCmdSetRasterizerDiscardEnableEXT; -#endif /* defined(VK_EXT_extended_dynamic_state2) */ -#if defined(VK_EXT_external_memory_host) -PFN_vkGetMemoryHostPointerPropertiesEXT vkGetMemoryHostPointerPropertiesEXT; -#endif /* defined(VK_EXT_external_memory_host) */ -#if defined(VK_EXT_full_screen_exclusive) -PFN_vkAcquireFullScreenExclusiveModeEXT vkAcquireFullScreenExclusiveModeEXT; -PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT vkGetPhysicalDeviceSurfacePresentModes2EXT; -PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT; -#endif /* defined(VK_EXT_full_screen_exclusive) */ -#if defined(VK_EXT_hdr_metadata) -PFN_vkSetHdrMetadataEXT vkSetHdrMetadataEXT; -#endif /* defined(VK_EXT_hdr_metadata) */ -#if defined(VK_EXT_headless_surface) -PFN_vkCreateHeadlessSurfaceEXT vkCreateHeadlessSurfaceEXT; -#endif /* defined(VK_EXT_headless_surface) */ -#if defined(VK_EXT_host_query_reset) -PFN_vkResetQueryPoolEXT vkResetQueryPoolEXT; -#endif /* defined(VK_EXT_host_query_reset) */ -#if defined(VK_EXT_image_drm_format_modifier) -PFN_vkGetImageDrmFormatModifierPropertiesEXT vkGetImageDrmFormatModifierPropertiesEXT; -#endif /* defined(VK_EXT_image_drm_format_modifier) */ -#if defined(VK_EXT_line_rasterization) -PFN_vkCmdSetLineStippleEXT vkCmdSetLineStippleEXT; -#endif /* defined(VK_EXT_line_rasterization) */ -#if defined(VK_EXT_metal_surface) -PFN_vkCreateMetalSurfaceEXT vkCreateMetalSurfaceEXT; -#endif /* defined(VK_EXT_metal_surface) */ -#if defined(VK_EXT_multi_draw) -PFN_vkCmdDrawMultiEXT vkCmdDrawMultiEXT; -PFN_vkCmdDrawMultiIndexedEXT vkCmdDrawMultiIndexedEXT; -#endif /* defined(VK_EXT_multi_draw) */ -#if defined(VK_EXT_pageable_device_local_memory) -PFN_vkSetDeviceMemoryPriorityEXT vkSetDeviceMemoryPriorityEXT; -#endif /* defined(VK_EXT_pageable_device_local_memory) */ -#if defined(VK_EXT_private_data) -PFN_vkCreatePrivateDataSlotEXT vkCreatePrivateDataSlotEXT; -PFN_vkDestroyPrivateDataSlotEXT vkDestroyPrivateDataSlotEXT; -PFN_vkGetPrivateDataEXT vkGetPrivateDataEXT; -PFN_vkSetPrivateDataEXT vkSetPrivateDataEXT; -#endif /* defined(VK_EXT_private_data) */ -#if defined(VK_EXT_sample_locations) -PFN_vkCmdSetSampleLocationsEXT vkCmdSetSampleLocationsEXT; -PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT vkGetPhysicalDeviceMultisamplePropertiesEXT; -#endif /* defined(VK_EXT_sample_locations) */ -#if defined(VK_EXT_tooling_info) -PFN_vkGetPhysicalDeviceToolPropertiesEXT vkGetPhysicalDeviceToolPropertiesEXT; -#endif /* defined(VK_EXT_tooling_info) */ -#if defined(VK_EXT_transform_feedback) -PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT; -PFN_vkCmdBeginTransformFeedbackEXT vkCmdBeginTransformFeedbackEXT; -PFN_vkCmdBindTransformFeedbackBuffersEXT vkCmdBindTransformFeedbackBuffersEXT; -PFN_vkCmdDrawIndirectByteCountEXT vkCmdDrawIndirectByteCountEXT; -PFN_vkCmdEndQueryIndexedEXT vkCmdEndQueryIndexedEXT; -PFN_vkCmdEndTransformFeedbackEXT vkCmdEndTransformFeedbackEXT; -#endif /* defined(VK_EXT_transform_feedback) */ -#if defined(VK_EXT_validation_cache) -PFN_vkCreateValidationCacheEXT vkCreateValidationCacheEXT; -PFN_vkDestroyValidationCacheEXT vkDestroyValidationCacheEXT; -PFN_vkGetValidationCacheDataEXT vkGetValidationCacheDataEXT; -PFN_vkMergeValidationCachesEXT vkMergeValidationCachesEXT; -#endif /* defined(VK_EXT_validation_cache) */ -#if defined(VK_EXT_vertex_input_dynamic_state) -PFN_vkCmdSetVertexInputEXT vkCmdSetVertexInputEXT; -#endif /* defined(VK_EXT_vertex_input_dynamic_state) */ -#if defined(VK_FUCHSIA_buffer_collection) -PFN_vkCreateBufferCollectionFUCHSIA vkCreateBufferCollectionFUCHSIA; -PFN_vkDestroyBufferCollectionFUCHSIA vkDestroyBufferCollectionFUCHSIA; -PFN_vkGetBufferCollectionPropertiesFUCHSIA vkGetBufferCollectionPropertiesFUCHSIA; -PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA vkSetBufferCollectionBufferConstraintsFUCHSIA; -PFN_vkSetBufferCollectionImageConstraintsFUCHSIA vkSetBufferCollectionImageConstraintsFUCHSIA; -#endif /* defined(VK_FUCHSIA_buffer_collection) */ -#if defined(VK_FUCHSIA_external_memory) -PFN_vkGetMemoryZirconHandleFUCHSIA vkGetMemoryZirconHandleFUCHSIA; -PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA vkGetMemoryZirconHandlePropertiesFUCHSIA; -#endif /* defined(VK_FUCHSIA_external_memory) */ -#if defined(VK_FUCHSIA_external_semaphore) -PFN_vkGetSemaphoreZirconHandleFUCHSIA vkGetSemaphoreZirconHandleFUCHSIA; -PFN_vkImportSemaphoreZirconHandleFUCHSIA vkImportSemaphoreZirconHandleFUCHSIA; -#endif /* defined(VK_FUCHSIA_external_semaphore) */ -#if defined(VK_FUCHSIA_imagepipe_surface) -PFN_vkCreateImagePipeSurfaceFUCHSIA vkCreateImagePipeSurfaceFUCHSIA; -#endif /* defined(VK_FUCHSIA_imagepipe_surface) */ -#if defined(VK_GGP_stream_descriptor_surface) -PFN_vkCreateStreamDescriptorSurfaceGGP vkCreateStreamDescriptorSurfaceGGP; -#endif /* defined(VK_GGP_stream_descriptor_surface) */ -#if defined(VK_GOOGLE_display_timing) -PFN_vkGetPastPresentationTimingGOOGLE vkGetPastPresentationTimingGOOGLE; -PFN_vkGetRefreshCycleDurationGOOGLE vkGetRefreshCycleDurationGOOGLE; -#endif /* defined(VK_GOOGLE_display_timing) */ -#if defined(VK_HUAWEI_invocation_mask) -PFN_vkCmdBindInvocationMaskHUAWEI vkCmdBindInvocationMaskHUAWEI; -#endif /* defined(VK_HUAWEI_invocation_mask) */ -#if defined(VK_HUAWEI_subpass_shading) -PFN_vkCmdSubpassShadingHUAWEI vkCmdSubpassShadingHUAWEI; -PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI; -#endif /* defined(VK_HUAWEI_subpass_shading) */ -#if defined(VK_INTEL_performance_query) -PFN_vkAcquirePerformanceConfigurationINTEL vkAcquirePerformanceConfigurationINTEL; -PFN_vkCmdSetPerformanceMarkerINTEL vkCmdSetPerformanceMarkerINTEL; -PFN_vkCmdSetPerformanceOverrideINTEL vkCmdSetPerformanceOverrideINTEL; -PFN_vkCmdSetPerformanceStreamMarkerINTEL vkCmdSetPerformanceStreamMarkerINTEL; -PFN_vkGetPerformanceParameterINTEL vkGetPerformanceParameterINTEL; -PFN_vkInitializePerformanceApiINTEL vkInitializePerformanceApiINTEL; -PFN_vkQueueSetPerformanceConfigurationINTEL vkQueueSetPerformanceConfigurationINTEL; -PFN_vkReleasePerformanceConfigurationINTEL vkReleasePerformanceConfigurationINTEL; -PFN_vkUninitializePerformanceApiINTEL vkUninitializePerformanceApiINTEL; -#endif /* defined(VK_INTEL_performance_query) */ -#if defined(VK_KHR_acceleration_structure) -PFN_vkBuildAccelerationStructuresKHR vkBuildAccelerationStructuresKHR; -PFN_vkCmdBuildAccelerationStructuresIndirectKHR vkCmdBuildAccelerationStructuresIndirectKHR; -PFN_vkCmdBuildAccelerationStructuresKHR vkCmdBuildAccelerationStructuresKHR; -PFN_vkCmdCopyAccelerationStructureKHR vkCmdCopyAccelerationStructureKHR; -PFN_vkCmdCopyAccelerationStructureToMemoryKHR vkCmdCopyAccelerationStructureToMemoryKHR; -PFN_vkCmdCopyMemoryToAccelerationStructureKHR vkCmdCopyMemoryToAccelerationStructureKHR; -PFN_vkCmdWriteAccelerationStructuresPropertiesKHR vkCmdWriteAccelerationStructuresPropertiesKHR; -PFN_vkCopyAccelerationStructureKHR vkCopyAccelerationStructureKHR; -PFN_vkCopyAccelerationStructureToMemoryKHR vkCopyAccelerationStructureToMemoryKHR; -PFN_vkCopyMemoryToAccelerationStructureKHR vkCopyMemoryToAccelerationStructureKHR; -PFN_vkCreateAccelerationStructureKHR vkCreateAccelerationStructureKHR; -PFN_vkDestroyAccelerationStructureKHR vkDestroyAccelerationStructureKHR; -PFN_vkGetAccelerationStructureBuildSizesKHR vkGetAccelerationStructureBuildSizesKHR; -PFN_vkGetAccelerationStructureDeviceAddressKHR vkGetAccelerationStructureDeviceAddressKHR; -PFN_vkGetDeviceAccelerationStructureCompatibilityKHR vkGetDeviceAccelerationStructureCompatibilityKHR; -PFN_vkWriteAccelerationStructuresPropertiesKHR vkWriteAccelerationStructuresPropertiesKHR; -#endif /* defined(VK_KHR_acceleration_structure) */ -#if defined(VK_KHR_android_surface) -PFN_vkCreateAndroidSurfaceKHR vkCreateAndroidSurfaceKHR; -#endif /* defined(VK_KHR_android_surface) */ -#if defined(VK_KHR_bind_memory2) -PFN_vkBindBufferMemory2KHR vkBindBufferMemory2KHR; -PFN_vkBindImageMemory2KHR vkBindImageMemory2KHR; -#endif /* defined(VK_KHR_bind_memory2) */ -#if defined(VK_KHR_buffer_device_address) -PFN_vkGetBufferDeviceAddressKHR vkGetBufferDeviceAddressKHR; -PFN_vkGetBufferOpaqueCaptureAddressKHR vkGetBufferOpaqueCaptureAddressKHR; -PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR vkGetDeviceMemoryOpaqueCaptureAddressKHR; -#endif /* defined(VK_KHR_buffer_device_address) */ -#if defined(VK_KHR_copy_commands2) -PFN_vkCmdBlitImage2KHR vkCmdBlitImage2KHR; -PFN_vkCmdCopyBuffer2KHR vkCmdCopyBuffer2KHR; -PFN_vkCmdCopyBufferToImage2KHR vkCmdCopyBufferToImage2KHR; -PFN_vkCmdCopyImage2KHR vkCmdCopyImage2KHR; -PFN_vkCmdCopyImageToBuffer2KHR vkCmdCopyImageToBuffer2KHR; -PFN_vkCmdResolveImage2KHR vkCmdResolveImage2KHR; -#endif /* defined(VK_KHR_copy_commands2) */ -#if defined(VK_KHR_create_renderpass2) -PFN_vkCmdBeginRenderPass2KHR vkCmdBeginRenderPass2KHR; -PFN_vkCmdEndRenderPass2KHR vkCmdEndRenderPass2KHR; -PFN_vkCmdNextSubpass2KHR vkCmdNextSubpass2KHR; -PFN_vkCreateRenderPass2KHR vkCreateRenderPass2KHR; -#endif /* defined(VK_KHR_create_renderpass2) */ -#if defined(VK_KHR_deferred_host_operations) -PFN_vkCreateDeferredOperationKHR vkCreateDeferredOperationKHR; -PFN_vkDeferredOperationJoinKHR vkDeferredOperationJoinKHR; -PFN_vkDestroyDeferredOperationKHR vkDestroyDeferredOperationKHR; -PFN_vkGetDeferredOperationMaxConcurrencyKHR vkGetDeferredOperationMaxConcurrencyKHR; -PFN_vkGetDeferredOperationResultKHR vkGetDeferredOperationResultKHR; -#endif /* defined(VK_KHR_deferred_host_operations) */ -#if defined(VK_KHR_descriptor_update_template) -PFN_vkCreateDescriptorUpdateTemplateKHR vkCreateDescriptorUpdateTemplateKHR; -PFN_vkDestroyDescriptorUpdateTemplateKHR vkDestroyDescriptorUpdateTemplateKHR; -PFN_vkUpdateDescriptorSetWithTemplateKHR vkUpdateDescriptorSetWithTemplateKHR; -#endif /* defined(VK_KHR_descriptor_update_template) */ -#if defined(VK_KHR_device_group) -PFN_vkCmdDispatchBaseKHR vkCmdDispatchBaseKHR; -PFN_vkCmdSetDeviceMaskKHR vkCmdSetDeviceMaskKHR; -PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR vkGetDeviceGroupPeerMemoryFeaturesKHR; -#endif /* defined(VK_KHR_device_group) */ -#if defined(VK_KHR_device_group_creation) -PFN_vkEnumeratePhysicalDeviceGroupsKHR vkEnumeratePhysicalDeviceGroupsKHR; -#endif /* defined(VK_KHR_device_group_creation) */ -#if defined(VK_KHR_display) -PFN_vkCreateDisplayModeKHR vkCreateDisplayModeKHR; -PFN_vkCreateDisplayPlaneSurfaceKHR vkCreateDisplayPlaneSurfaceKHR; -PFN_vkGetDisplayModePropertiesKHR vkGetDisplayModePropertiesKHR; -PFN_vkGetDisplayPlaneCapabilitiesKHR vkGetDisplayPlaneCapabilitiesKHR; -PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR; -PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR; -PFN_vkGetPhysicalDeviceDisplayPropertiesKHR vkGetPhysicalDeviceDisplayPropertiesKHR; -#endif /* defined(VK_KHR_display) */ -#if defined(VK_KHR_display_swapchain) -PFN_vkCreateSharedSwapchainsKHR vkCreateSharedSwapchainsKHR; -#endif /* defined(VK_KHR_display_swapchain) */ -#if defined(VK_KHR_draw_indirect_count) -PFN_vkCmdDrawIndexedIndirectCountKHR vkCmdDrawIndexedIndirectCountKHR; -PFN_vkCmdDrawIndirectCountKHR vkCmdDrawIndirectCountKHR; -#endif /* defined(VK_KHR_draw_indirect_count) */ -#if defined(VK_KHR_dynamic_rendering) -PFN_vkCmdBeginRenderingKHR vkCmdBeginRenderingKHR; -PFN_vkCmdEndRenderingKHR vkCmdEndRenderingKHR; -#endif /* defined(VK_KHR_dynamic_rendering) */ -#if defined(VK_KHR_external_fence_capabilities) -PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR vkGetPhysicalDeviceExternalFencePropertiesKHR; -#endif /* defined(VK_KHR_external_fence_capabilities) */ -#if defined(VK_KHR_external_fence_fd) -PFN_vkGetFenceFdKHR vkGetFenceFdKHR; -PFN_vkImportFenceFdKHR vkImportFenceFdKHR; -#endif /* defined(VK_KHR_external_fence_fd) */ -#if defined(VK_KHR_external_fence_win32) -PFN_vkGetFenceWin32HandleKHR vkGetFenceWin32HandleKHR; -PFN_vkImportFenceWin32HandleKHR vkImportFenceWin32HandleKHR; -#endif /* defined(VK_KHR_external_fence_win32) */ -#if defined(VK_KHR_external_memory_capabilities) -PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR vkGetPhysicalDeviceExternalBufferPropertiesKHR; -#endif /* defined(VK_KHR_external_memory_capabilities) */ -#if defined(VK_KHR_external_memory_fd) -PFN_vkGetMemoryFdKHR vkGetMemoryFdKHR; -PFN_vkGetMemoryFdPropertiesKHR vkGetMemoryFdPropertiesKHR; -#endif /* defined(VK_KHR_external_memory_fd) */ -#if defined(VK_KHR_external_memory_win32) -PFN_vkGetMemoryWin32HandleKHR vkGetMemoryWin32HandleKHR; -PFN_vkGetMemoryWin32HandlePropertiesKHR vkGetMemoryWin32HandlePropertiesKHR; -#endif /* defined(VK_KHR_external_memory_win32) */ -#if defined(VK_KHR_external_semaphore_capabilities) -PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR vkGetPhysicalDeviceExternalSemaphorePropertiesKHR; -#endif /* defined(VK_KHR_external_semaphore_capabilities) */ -#if defined(VK_KHR_external_semaphore_fd) -PFN_vkGetSemaphoreFdKHR vkGetSemaphoreFdKHR; -PFN_vkImportSemaphoreFdKHR vkImportSemaphoreFdKHR; -#endif /* defined(VK_KHR_external_semaphore_fd) */ -#if defined(VK_KHR_external_semaphore_win32) -PFN_vkGetSemaphoreWin32HandleKHR vkGetSemaphoreWin32HandleKHR; -PFN_vkImportSemaphoreWin32HandleKHR vkImportSemaphoreWin32HandleKHR; -#endif /* defined(VK_KHR_external_semaphore_win32) */ -#if defined(VK_KHR_fragment_shading_rate) -PFN_vkCmdSetFragmentShadingRateKHR vkCmdSetFragmentShadingRateKHR; -PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR vkGetPhysicalDeviceFragmentShadingRatesKHR; -#endif /* defined(VK_KHR_fragment_shading_rate) */ -#if defined(VK_KHR_get_display_properties2) -PFN_vkGetDisplayModeProperties2KHR vkGetDisplayModeProperties2KHR; -PFN_vkGetDisplayPlaneCapabilities2KHR vkGetDisplayPlaneCapabilities2KHR; -PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR; -PFN_vkGetPhysicalDeviceDisplayProperties2KHR vkGetPhysicalDeviceDisplayProperties2KHR; -#endif /* defined(VK_KHR_get_display_properties2) */ -#if defined(VK_KHR_get_memory_requirements2) -PFN_vkGetBufferMemoryRequirements2KHR vkGetBufferMemoryRequirements2KHR; -PFN_vkGetImageMemoryRequirements2KHR vkGetImageMemoryRequirements2KHR; -PFN_vkGetImageSparseMemoryRequirements2KHR vkGetImageSparseMemoryRequirements2KHR; -#endif /* defined(VK_KHR_get_memory_requirements2) */ -#if defined(VK_KHR_get_physical_device_properties2) -PFN_vkGetPhysicalDeviceFeatures2KHR vkGetPhysicalDeviceFeatures2KHR; -PFN_vkGetPhysicalDeviceFormatProperties2KHR vkGetPhysicalDeviceFormatProperties2KHR; -PFN_vkGetPhysicalDeviceImageFormatProperties2KHR vkGetPhysicalDeviceImageFormatProperties2KHR; -PFN_vkGetPhysicalDeviceMemoryProperties2KHR vkGetPhysicalDeviceMemoryProperties2KHR; -PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR; -PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR vkGetPhysicalDeviceQueueFamilyProperties2KHR; -PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR vkGetPhysicalDeviceSparseImageFormatProperties2KHR; -#endif /* defined(VK_KHR_get_physical_device_properties2) */ -#if defined(VK_KHR_get_surface_capabilities2) -PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR vkGetPhysicalDeviceSurfaceCapabilities2KHR; -PFN_vkGetPhysicalDeviceSurfaceFormats2KHR vkGetPhysicalDeviceSurfaceFormats2KHR; -#endif /* defined(VK_KHR_get_surface_capabilities2) */ -#if defined(VK_KHR_maintenance1) -PFN_vkTrimCommandPoolKHR vkTrimCommandPoolKHR; -#endif /* defined(VK_KHR_maintenance1) */ -#if defined(VK_KHR_maintenance3) -PFN_vkGetDescriptorSetLayoutSupportKHR vkGetDescriptorSetLayoutSupportKHR; -#endif /* defined(VK_KHR_maintenance3) */ -#if defined(VK_KHR_maintenance4) -PFN_vkGetDeviceBufferMemoryRequirementsKHR vkGetDeviceBufferMemoryRequirementsKHR; -PFN_vkGetDeviceImageMemoryRequirementsKHR vkGetDeviceImageMemoryRequirementsKHR; -PFN_vkGetDeviceImageSparseMemoryRequirementsKHR vkGetDeviceImageSparseMemoryRequirementsKHR; -#endif /* defined(VK_KHR_maintenance4) */ -#if defined(VK_KHR_performance_query) -PFN_vkAcquireProfilingLockKHR vkAcquireProfilingLockKHR; -PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR; -PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR; -PFN_vkReleaseProfilingLockKHR vkReleaseProfilingLockKHR; -#endif /* defined(VK_KHR_performance_query) */ -#if defined(VK_KHR_pipeline_executable_properties) -PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR; -PFN_vkGetPipelineExecutablePropertiesKHR vkGetPipelineExecutablePropertiesKHR; -PFN_vkGetPipelineExecutableStatisticsKHR vkGetPipelineExecutableStatisticsKHR; -#endif /* defined(VK_KHR_pipeline_executable_properties) */ -#if defined(VK_KHR_present_wait) -PFN_vkWaitForPresentKHR vkWaitForPresentKHR; -#endif /* defined(VK_KHR_present_wait) */ -#if defined(VK_KHR_push_descriptor) -PFN_vkCmdPushDescriptorSetKHR vkCmdPushDescriptorSetKHR; -#endif /* defined(VK_KHR_push_descriptor) */ -#if defined(VK_KHR_ray_tracing_pipeline) -PFN_vkCmdSetRayTracingPipelineStackSizeKHR vkCmdSetRayTracingPipelineStackSizeKHR; -PFN_vkCmdTraceRaysIndirectKHR vkCmdTraceRaysIndirectKHR; -PFN_vkCmdTraceRaysKHR vkCmdTraceRaysKHR; -PFN_vkCreateRayTracingPipelinesKHR vkCreateRayTracingPipelinesKHR; -PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR vkGetRayTracingCaptureReplayShaderGroupHandlesKHR; -PFN_vkGetRayTracingShaderGroupHandlesKHR vkGetRayTracingShaderGroupHandlesKHR; -PFN_vkGetRayTracingShaderGroupStackSizeKHR vkGetRayTracingShaderGroupStackSizeKHR; -#endif /* defined(VK_KHR_ray_tracing_pipeline) */ -#if defined(VK_KHR_sampler_ycbcr_conversion) -PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR; -PFN_vkDestroySamplerYcbcrConversionKHR vkDestroySamplerYcbcrConversionKHR; -#endif /* defined(VK_KHR_sampler_ycbcr_conversion) */ -#if defined(VK_KHR_shared_presentable_image) -PFN_vkGetSwapchainStatusKHR vkGetSwapchainStatusKHR; -#endif /* defined(VK_KHR_shared_presentable_image) */ -#if defined(VK_KHR_surface) -PFN_vkDestroySurfaceKHR vkDestroySurfaceKHR; -PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR vkGetPhysicalDeviceSurfaceCapabilitiesKHR; -PFN_vkGetPhysicalDeviceSurfaceFormatsKHR vkGetPhysicalDeviceSurfaceFormatsKHR; -PFN_vkGetPhysicalDeviceSurfacePresentModesKHR vkGetPhysicalDeviceSurfacePresentModesKHR; -PFN_vkGetPhysicalDeviceSurfaceSupportKHR vkGetPhysicalDeviceSurfaceSupportKHR; -#endif /* defined(VK_KHR_surface) */ -#if defined(VK_KHR_swapchain) -PFN_vkAcquireNextImageKHR vkAcquireNextImageKHR; -PFN_vkCreateSwapchainKHR vkCreateSwapchainKHR; -PFN_vkDestroySwapchainKHR vkDestroySwapchainKHR; -PFN_vkGetSwapchainImagesKHR vkGetSwapchainImagesKHR; -PFN_vkQueuePresentKHR vkQueuePresentKHR; -#endif /* defined(VK_KHR_swapchain) */ -#if defined(VK_KHR_synchronization2) -PFN_vkCmdPipelineBarrier2KHR vkCmdPipelineBarrier2KHR; -PFN_vkCmdResetEvent2KHR vkCmdResetEvent2KHR; -PFN_vkCmdSetEvent2KHR vkCmdSetEvent2KHR; -PFN_vkCmdWaitEvents2KHR vkCmdWaitEvents2KHR; -PFN_vkCmdWriteTimestamp2KHR vkCmdWriteTimestamp2KHR; -PFN_vkQueueSubmit2KHR vkQueueSubmit2KHR; -#endif /* defined(VK_KHR_synchronization2) */ -#if defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) -PFN_vkCmdWriteBufferMarker2AMD vkCmdWriteBufferMarker2AMD; -#endif /* defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) */ -#if defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) -PFN_vkGetQueueCheckpointData2NV vkGetQueueCheckpointData2NV; -#endif /* defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_KHR_timeline_semaphore) -PFN_vkGetSemaphoreCounterValueKHR vkGetSemaphoreCounterValueKHR; -PFN_vkSignalSemaphoreKHR vkSignalSemaphoreKHR; -PFN_vkWaitSemaphoresKHR vkWaitSemaphoresKHR; -#endif /* defined(VK_KHR_timeline_semaphore) */ -#if defined(VK_KHR_video_decode_queue) -PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR; -#endif /* defined(VK_KHR_video_decode_queue) */ -#if defined(VK_KHR_video_encode_queue) -PFN_vkCmdEncodeVideoKHR vkCmdEncodeVideoKHR; -#endif /* defined(VK_KHR_video_encode_queue) */ -#if defined(VK_KHR_video_queue) -PFN_vkBindVideoSessionMemoryKHR vkBindVideoSessionMemoryKHR; -PFN_vkCmdBeginVideoCodingKHR vkCmdBeginVideoCodingKHR; -PFN_vkCmdControlVideoCodingKHR vkCmdControlVideoCodingKHR; -PFN_vkCmdEndVideoCodingKHR vkCmdEndVideoCodingKHR; -PFN_vkCreateVideoSessionKHR vkCreateVideoSessionKHR; -PFN_vkCreateVideoSessionParametersKHR vkCreateVideoSessionParametersKHR; -PFN_vkDestroyVideoSessionKHR vkDestroyVideoSessionKHR; -PFN_vkDestroyVideoSessionParametersKHR vkDestroyVideoSessionParametersKHR; -PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR vkGetPhysicalDeviceVideoCapabilitiesKHR; -PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR vkGetPhysicalDeviceVideoFormatPropertiesKHR; -PFN_vkGetVideoSessionMemoryRequirementsKHR vkGetVideoSessionMemoryRequirementsKHR; -PFN_vkUpdateVideoSessionParametersKHR vkUpdateVideoSessionParametersKHR; -#endif /* defined(VK_KHR_video_queue) */ -#if defined(VK_KHR_wayland_surface) -PFN_vkCreateWaylandSurfaceKHR vkCreateWaylandSurfaceKHR; -PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR; -#endif /* defined(VK_KHR_wayland_surface) */ -#if defined(VK_KHR_win32_surface) -PFN_vkCreateWin32SurfaceKHR vkCreateWin32SurfaceKHR; -PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR vkGetPhysicalDeviceWin32PresentationSupportKHR; -#endif /* defined(VK_KHR_win32_surface) */ -#if defined(VK_KHR_xcb_surface) -PFN_vkCreateXcbSurfaceKHR vkCreateXcbSurfaceKHR; -PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR vkGetPhysicalDeviceXcbPresentationSupportKHR; -#endif /* defined(VK_KHR_xcb_surface) */ -#if defined(VK_KHR_xlib_surface) -PFN_vkCreateXlibSurfaceKHR vkCreateXlibSurfaceKHR; -PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR vkGetPhysicalDeviceXlibPresentationSupportKHR; -#endif /* defined(VK_KHR_xlib_surface) */ -#if defined(VK_MVK_ios_surface) -PFN_vkCreateIOSSurfaceMVK vkCreateIOSSurfaceMVK; -#endif /* defined(VK_MVK_ios_surface) */ -#if defined(VK_MVK_macos_surface) -PFN_vkCreateMacOSSurfaceMVK vkCreateMacOSSurfaceMVK; -#endif /* defined(VK_MVK_macos_surface) */ -#if defined(VK_NN_vi_surface) -PFN_vkCreateViSurfaceNN vkCreateViSurfaceNN; -#endif /* defined(VK_NN_vi_surface) */ -#if defined(VK_NVX_binary_import) -PFN_vkCmdCuLaunchKernelNVX vkCmdCuLaunchKernelNVX; -PFN_vkCreateCuFunctionNVX vkCreateCuFunctionNVX; -PFN_vkCreateCuModuleNVX vkCreateCuModuleNVX; -PFN_vkDestroyCuFunctionNVX vkDestroyCuFunctionNVX; -PFN_vkDestroyCuModuleNVX vkDestroyCuModuleNVX; -#endif /* defined(VK_NVX_binary_import) */ -#if defined(VK_NVX_image_view_handle) -PFN_vkGetImageViewAddressNVX vkGetImageViewAddressNVX; -PFN_vkGetImageViewHandleNVX vkGetImageViewHandleNVX; -#endif /* defined(VK_NVX_image_view_handle) */ -#if defined(VK_NV_acquire_winrt_display) -PFN_vkAcquireWinrtDisplayNV vkAcquireWinrtDisplayNV; -PFN_vkGetWinrtDisplayNV vkGetWinrtDisplayNV; -#endif /* defined(VK_NV_acquire_winrt_display) */ -#if defined(VK_NV_clip_space_w_scaling) -PFN_vkCmdSetViewportWScalingNV vkCmdSetViewportWScalingNV; -#endif /* defined(VK_NV_clip_space_w_scaling) */ -#if defined(VK_NV_cooperative_matrix) -PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV vkGetPhysicalDeviceCooperativeMatrixPropertiesNV; -#endif /* defined(VK_NV_cooperative_matrix) */ -#if defined(VK_NV_coverage_reduction_mode) -PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV; -#endif /* defined(VK_NV_coverage_reduction_mode) */ -#if defined(VK_NV_device_diagnostic_checkpoints) -PFN_vkCmdSetCheckpointNV vkCmdSetCheckpointNV; -PFN_vkGetQueueCheckpointDataNV vkGetQueueCheckpointDataNV; -#endif /* defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_NV_device_generated_commands) -PFN_vkCmdBindPipelineShaderGroupNV vkCmdBindPipelineShaderGroupNV; -PFN_vkCmdExecuteGeneratedCommandsNV vkCmdExecuteGeneratedCommandsNV; -PFN_vkCmdPreprocessGeneratedCommandsNV vkCmdPreprocessGeneratedCommandsNV; -PFN_vkCreateIndirectCommandsLayoutNV vkCreateIndirectCommandsLayoutNV; -PFN_vkDestroyIndirectCommandsLayoutNV vkDestroyIndirectCommandsLayoutNV; -PFN_vkGetGeneratedCommandsMemoryRequirementsNV vkGetGeneratedCommandsMemoryRequirementsNV; -#endif /* defined(VK_NV_device_generated_commands) */ -#if defined(VK_NV_external_memory_capabilities) -PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV vkGetPhysicalDeviceExternalImageFormatPropertiesNV; -#endif /* defined(VK_NV_external_memory_capabilities) */ -#if defined(VK_NV_external_memory_rdma) -PFN_vkGetMemoryRemoteAddressNV vkGetMemoryRemoteAddressNV; -#endif /* defined(VK_NV_external_memory_rdma) */ -#if defined(VK_NV_external_memory_win32) -PFN_vkGetMemoryWin32HandleNV vkGetMemoryWin32HandleNV; -#endif /* defined(VK_NV_external_memory_win32) */ -#if defined(VK_NV_fragment_shading_rate_enums) -PFN_vkCmdSetFragmentShadingRateEnumNV vkCmdSetFragmentShadingRateEnumNV; -#endif /* defined(VK_NV_fragment_shading_rate_enums) */ -#if defined(VK_NV_mesh_shader) -PFN_vkCmdDrawMeshTasksIndirectCountNV vkCmdDrawMeshTasksIndirectCountNV; -PFN_vkCmdDrawMeshTasksIndirectNV vkCmdDrawMeshTasksIndirectNV; -PFN_vkCmdDrawMeshTasksNV vkCmdDrawMeshTasksNV; -#endif /* defined(VK_NV_mesh_shader) */ -#if defined(VK_NV_ray_tracing) -PFN_vkBindAccelerationStructureMemoryNV vkBindAccelerationStructureMemoryNV; -PFN_vkCmdBuildAccelerationStructureNV vkCmdBuildAccelerationStructureNV; -PFN_vkCmdCopyAccelerationStructureNV vkCmdCopyAccelerationStructureNV; -PFN_vkCmdTraceRaysNV vkCmdTraceRaysNV; -PFN_vkCmdWriteAccelerationStructuresPropertiesNV vkCmdWriteAccelerationStructuresPropertiesNV; -PFN_vkCompileDeferredNV vkCompileDeferredNV; -PFN_vkCreateAccelerationStructureNV vkCreateAccelerationStructureNV; -PFN_vkCreateRayTracingPipelinesNV vkCreateRayTracingPipelinesNV; -PFN_vkDestroyAccelerationStructureNV vkDestroyAccelerationStructureNV; -PFN_vkGetAccelerationStructureHandleNV vkGetAccelerationStructureHandleNV; -PFN_vkGetAccelerationStructureMemoryRequirementsNV vkGetAccelerationStructureMemoryRequirementsNV; -PFN_vkGetRayTracingShaderGroupHandlesNV vkGetRayTracingShaderGroupHandlesNV; -#endif /* defined(VK_NV_ray_tracing) */ -#if defined(VK_NV_scissor_exclusive) -PFN_vkCmdSetExclusiveScissorNV vkCmdSetExclusiveScissorNV; -#endif /* defined(VK_NV_scissor_exclusive) */ -#if defined(VK_NV_shading_rate_image) -PFN_vkCmdBindShadingRateImageNV vkCmdBindShadingRateImageNV; -PFN_vkCmdSetCoarseSampleOrderNV vkCmdSetCoarseSampleOrderNV; -PFN_vkCmdSetViewportShadingRatePaletteNV vkCmdSetViewportShadingRatePaletteNV; -#endif /* defined(VK_NV_shading_rate_image) */ -#if defined(VK_QNX_screen_surface) -PFN_vkCreateScreenSurfaceQNX vkCreateScreenSurfaceQNX; -PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX vkGetPhysicalDeviceScreenPresentationSupportQNX; -#endif /* defined(VK_QNX_screen_surface) */ -#if (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) -PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT; -#endif /* (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) -PFN_vkCmdPushDescriptorSetWithTemplateKHR vkCmdPushDescriptorSetWithTemplateKHR; -#endif /* (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) -PFN_vkGetDeviceGroupPresentCapabilitiesKHR vkGetDeviceGroupPresentCapabilitiesKHR; -PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR; -PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR; -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) -PFN_vkAcquireNextImage2KHR vkAcquireNextImage2KHR; -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ -/* VOLK_GENERATE_PROTOTYPES_C */ - -#ifdef __GNUC__ -# pragma GCC visibility pop -#endif - -#ifdef __cplusplus -} -#endif -/* clang-format on */ diff --git a/external/parallel-rdp-standalone/volk/volk.h b/external/parallel-rdp-standalone/volk/volk.h deleted file mode 100644 index 80a87ddf..00000000 --- a/external/parallel-rdp-standalone/volk/volk.h +++ /dev/null @@ -1,1501 +0,0 @@ -/** - * volk - * - * Copyright (C) 2018-2019, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) - * Report bugs and download new versions at https://github.com/zeux/volk - * - * This library is distributed under the MIT License. See notice at the end of this file. - */ -/* clang-format off */ -#ifndef VOLK_H_ -#define VOLK_H_ - -#if defined(VULKAN_H_) && !defined(VK_NO_PROTOTYPES) -# error To use volk, you need to define VK_NO_PROTOTYPES before including vulkan.h -#endif - -/* VOLK_GENERATE_VERSION_DEFINE */ -#define VOLK_HEADER_VERSION 198 -/* VOLK_GENERATE_VERSION_DEFINE */ - -#ifndef VK_NO_PROTOTYPES -# define VK_NO_PROTOTYPES -#endif - -#ifndef VULKAN_H_ -# ifdef VOLK_VULKAN_H_PATH -# include VOLK_VULKAN_H_PATH -# elif defined(VK_USE_PLATFORM_WIN32_KHR) -# include -# include - - /* When VK_USE_PLATFORM_WIN32_KHR is defined, instead of including vulkan.h directly, we include individual parts of the SDK - * This is necessary to avoid including which is very heavy - it takes 200ms to parse without WIN32_LEAN_AND_MEAN - * and 100ms to parse with it. vulkan_win32.h only needs a few symbols that are easy to redefine ourselves. - */ - typedef unsigned long DWORD; - typedef const wchar_t* LPCWSTR; - typedef void* HANDLE; - typedef struct HINSTANCE__* HINSTANCE; - typedef struct HWND__* HWND; - typedef struct HMONITOR__* HMONITOR; - typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES; - -# include - -# ifdef VK_ENABLE_BETA_EXTENSIONS -# include -# endif -# else -# include -# endif -#endif - -/* Disable several extensions on earlier SDKs because later SDKs introduce a backwards incompatible change to function signatures */ -#if VK_HEADER_VERSION < 140 -# undef VK_NVX_image_view_handle -#endif -#if VK_HEADER_VERSION < 184 -# undef VK_HUAWEI_subpass_shading -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -struct VolkDeviceTable; - -/** - * Initialize library by loading Vulkan loader; call this function before creating the Vulkan instance. - * - * Returns VK_SUCCESS on success and VK_ERROR_INITIALIZATION_FAILED otherwise. - */ -VkResult volkInitialize(void); - -/** - * Initialize library by providing a custom handler to load global symbols. - * - * This function can be used instead of volkInitialize. - * The handler function pointer will be asked to load global Vulkan symbols which require no instance - * (such as vkCreateInstance, vkEnumerateInstance* and vkEnumerateInstanceVersion if available). - */ -void volkInitializeCustom(PFN_vkGetInstanceProcAddr handler); - -/** - * Get Vulkan instance version supported by the Vulkan loader, or 0 if Vulkan isn't supported - * - * Returns 0 if volkInitialize wasn't called or failed. - */ -uint32_t volkGetInstanceVersion(void); - -/** - * Load global function pointers using application-created VkInstance; call this function after creating the Vulkan instance. - */ -void volkLoadInstance(VkInstance instance); - -/** - * Load global function pointers using application-created VkInstance; call this function after creating the Vulkan instance. - * Skips loading device-based function pointers, requires usage of volkLoadDevice afterwards. - */ -void volkLoadInstanceOnly(VkInstance instance); - -/** - * Load global function pointers using application-created VkDevice; call this function after creating the Vulkan device. - * - * Note: this is not suitable for applications that want to use multiple VkDevice objects concurrently. - */ -void volkLoadDevice(VkDevice device); - -/** - * Return last VkInstance for which global function pointers have been loaded via volkLoadInstance(), - * or VK_NULL_HANDLE if volkLoadInstance() has not been called. - */ -VkInstance volkGetLoadedInstance(void); - -/** - * Return last VkDevice for which global function pointers have been loaded via volkLoadDevice(), - * or VK_NULL_HANDLE if volkLoadDevice() has not been called. - */ -VkDevice volkGetLoadedDevice(void); - -/** - * Load function pointers using application-created VkDevice into a table. - * Application should use function pointers from that table instead of using global function pointers. - */ -void volkLoadDeviceTable(struct VolkDeviceTable* table, VkDevice device); - -/** - * Device-specific function pointer table - */ -struct VolkDeviceTable -{ - /* VOLK_GENERATE_DEVICE_TABLE */ -#if defined(VK_VERSION_1_0) - PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; - PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets; - PFN_vkAllocateMemory vkAllocateMemory; - PFN_vkBeginCommandBuffer vkBeginCommandBuffer; - PFN_vkBindBufferMemory vkBindBufferMemory; - PFN_vkBindImageMemory vkBindImageMemory; - PFN_vkCmdBeginQuery vkCmdBeginQuery; - PFN_vkCmdBeginRenderPass vkCmdBeginRenderPass; - PFN_vkCmdBindDescriptorSets vkCmdBindDescriptorSets; - PFN_vkCmdBindIndexBuffer vkCmdBindIndexBuffer; - PFN_vkCmdBindPipeline vkCmdBindPipeline; - PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers; - PFN_vkCmdBlitImage vkCmdBlitImage; - PFN_vkCmdClearAttachments vkCmdClearAttachments; - PFN_vkCmdClearColorImage vkCmdClearColorImage; - PFN_vkCmdClearDepthStencilImage vkCmdClearDepthStencilImage; - PFN_vkCmdCopyBuffer vkCmdCopyBuffer; - PFN_vkCmdCopyBufferToImage vkCmdCopyBufferToImage; - PFN_vkCmdCopyImage vkCmdCopyImage; - PFN_vkCmdCopyImageToBuffer vkCmdCopyImageToBuffer; - PFN_vkCmdCopyQueryPoolResults vkCmdCopyQueryPoolResults; - PFN_vkCmdDispatch vkCmdDispatch; - PFN_vkCmdDispatchIndirect vkCmdDispatchIndirect; - PFN_vkCmdDraw vkCmdDraw; - PFN_vkCmdDrawIndexed vkCmdDrawIndexed; - PFN_vkCmdDrawIndexedIndirect vkCmdDrawIndexedIndirect; - PFN_vkCmdDrawIndirect vkCmdDrawIndirect; - PFN_vkCmdEndQuery vkCmdEndQuery; - PFN_vkCmdEndRenderPass vkCmdEndRenderPass; - PFN_vkCmdExecuteCommands vkCmdExecuteCommands; - PFN_vkCmdFillBuffer vkCmdFillBuffer; - PFN_vkCmdNextSubpass vkCmdNextSubpass; - PFN_vkCmdPipelineBarrier vkCmdPipelineBarrier; - PFN_vkCmdPushConstants vkCmdPushConstants; - PFN_vkCmdResetEvent vkCmdResetEvent; - PFN_vkCmdResetQueryPool vkCmdResetQueryPool; - PFN_vkCmdResolveImage vkCmdResolveImage; - PFN_vkCmdSetBlendConstants vkCmdSetBlendConstants; - PFN_vkCmdSetDepthBias vkCmdSetDepthBias; - PFN_vkCmdSetDepthBounds vkCmdSetDepthBounds; - PFN_vkCmdSetEvent vkCmdSetEvent; - PFN_vkCmdSetLineWidth vkCmdSetLineWidth; - PFN_vkCmdSetScissor vkCmdSetScissor; - PFN_vkCmdSetStencilCompareMask vkCmdSetStencilCompareMask; - PFN_vkCmdSetStencilReference vkCmdSetStencilReference; - PFN_vkCmdSetStencilWriteMask vkCmdSetStencilWriteMask; - PFN_vkCmdSetViewport vkCmdSetViewport; - PFN_vkCmdUpdateBuffer vkCmdUpdateBuffer; - PFN_vkCmdWaitEvents vkCmdWaitEvents; - PFN_vkCmdWriteTimestamp vkCmdWriteTimestamp; - PFN_vkCreateBuffer vkCreateBuffer; - PFN_vkCreateBufferView vkCreateBufferView; - PFN_vkCreateCommandPool vkCreateCommandPool; - PFN_vkCreateComputePipelines vkCreateComputePipelines; - PFN_vkCreateDescriptorPool vkCreateDescriptorPool; - PFN_vkCreateDescriptorSetLayout vkCreateDescriptorSetLayout; - PFN_vkCreateEvent vkCreateEvent; - PFN_vkCreateFence vkCreateFence; - PFN_vkCreateFramebuffer vkCreateFramebuffer; - PFN_vkCreateGraphicsPipelines vkCreateGraphicsPipelines; - PFN_vkCreateImage vkCreateImage; - PFN_vkCreateImageView vkCreateImageView; - PFN_vkCreatePipelineCache vkCreatePipelineCache; - PFN_vkCreatePipelineLayout vkCreatePipelineLayout; - PFN_vkCreateQueryPool vkCreateQueryPool; - PFN_vkCreateRenderPass vkCreateRenderPass; - PFN_vkCreateSampler vkCreateSampler; - PFN_vkCreateSemaphore vkCreateSemaphore; - PFN_vkCreateShaderModule vkCreateShaderModule; - PFN_vkDestroyBuffer vkDestroyBuffer; - PFN_vkDestroyBufferView vkDestroyBufferView; - PFN_vkDestroyCommandPool vkDestroyCommandPool; - PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; - PFN_vkDestroyDescriptorSetLayout vkDestroyDescriptorSetLayout; - PFN_vkDestroyDevice vkDestroyDevice; - PFN_vkDestroyEvent vkDestroyEvent; - PFN_vkDestroyFence vkDestroyFence; - PFN_vkDestroyFramebuffer vkDestroyFramebuffer; - PFN_vkDestroyImage vkDestroyImage; - PFN_vkDestroyImageView vkDestroyImageView; - PFN_vkDestroyPipeline vkDestroyPipeline; - PFN_vkDestroyPipelineCache vkDestroyPipelineCache; - PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout; - PFN_vkDestroyQueryPool vkDestroyQueryPool; - PFN_vkDestroyRenderPass vkDestroyRenderPass; - PFN_vkDestroySampler vkDestroySampler; - PFN_vkDestroySemaphore vkDestroySemaphore; - PFN_vkDestroyShaderModule vkDestroyShaderModule; - PFN_vkDeviceWaitIdle vkDeviceWaitIdle; - PFN_vkEndCommandBuffer vkEndCommandBuffer; - PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; - PFN_vkFreeCommandBuffers vkFreeCommandBuffers; - PFN_vkFreeDescriptorSets vkFreeDescriptorSets; - PFN_vkFreeMemory vkFreeMemory; - PFN_vkGetBufferMemoryRequirements vkGetBufferMemoryRequirements; - PFN_vkGetDeviceMemoryCommitment vkGetDeviceMemoryCommitment; - PFN_vkGetDeviceQueue vkGetDeviceQueue; - PFN_vkGetEventStatus vkGetEventStatus; - PFN_vkGetFenceStatus vkGetFenceStatus; - PFN_vkGetImageMemoryRequirements vkGetImageMemoryRequirements; - PFN_vkGetImageSparseMemoryRequirements vkGetImageSparseMemoryRequirements; - PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout; - PFN_vkGetPipelineCacheData vkGetPipelineCacheData; - PFN_vkGetQueryPoolResults vkGetQueryPoolResults; - PFN_vkGetRenderAreaGranularity vkGetRenderAreaGranularity; - PFN_vkInvalidateMappedMemoryRanges vkInvalidateMappedMemoryRanges; - PFN_vkMapMemory vkMapMemory; - PFN_vkMergePipelineCaches vkMergePipelineCaches; - PFN_vkQueueBindSparse vkQueueBindSparse; - PFN_vkQueueSubmit vkQueueSubmit; - PFN_vkQueueWaitIdle vkQueueWaitIdle; - PFN_vkResetCommandBuffer vkResetCommandBuffer; - PFN_vkResetCommandPool vkResetCommandPool; - PFN_vkResetDescriptorPool vkResetDescriptorPool; - PFN_vkResetEvent vkResetEvent; - PFN_vkResetFences vkResetFences; - PFN_vkSetEvent vkSetEvent; - PFN_vkUnmapMemory vkUnmapMemory; - PFN_vkUpdateDescriptorSets vkUpdateDescriptorSets; - PFN_vkWaitForFences vkWaitForFences; -#endif /* defined(VK_VERSION_1_0) */ -#if defined(VK_VERSION_1_1) - PFN_vkBindBufferMemory2 vkBindBufferMemory2; - PFN_vkBindImageMemory2 vkBindImageMemory2; - PFN_vkCmdDispatchBase vkCmdDispatchBase; - PFN_vkCmdSetDeviceMask vkCmdSetDeviceMask; - PFN_vkCreateDescriptorUpdateTemplate vkCreateDescriptorUpdateTemplate; - PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion; - PFN_vkDestroyDescriptorUpdateTemplate vkDestroyDescriptorUpdateTemplate; - PFN_vkDestroySamplerYcbcrConversion vkDestroySamplerYcbcrConversion; - PFN_vkGetBufferMemoryRequirements2 vkGetBufferMemoryRequirements2; - PFN_vkGetDescriptorSetLayoutSupport vkGetDescriptorSetLayoutSupport; - PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures; - PFN_vkGetDeviceQueue2 vkGetDeviceQueue2; - PFN_vkGetImageMemoryRequirements2 vkGetImageMemoryRequirements2; - PFN_vkGetImageSparseMemoryRequirements2 vkGetImageSparseMemoryRequirements2; - PFN_vkTrimCommandPool vkTrimCommandPool; - PFN_vkUpdateDescriptorSetWithTemplate vkUpdateDescriptorSetWithTemplate; -#endif /* defined(VK_VERSION_1_1) */ -#if defined(VK_VERSION_1_2) - PFN_vkCmdBeginRenderPass2 vkCmdBeginRenderPass2; - PFN_vkCmdDrawIndexedIndirectCount vkCmdDrawIndexedIndirectCount; - PFN_vkCmdDrawIndirectCount vkCmdDrawIndirectCount; - PFN_vkCmdEndRenderPass2 vkCmdEndRenderPass2; - PFN_vkCmdNextSubpass2 vkCmdNextSubpass2; - PFN_vkCreateRenderPass2 vkCreateRenderPass2; - PFN_vkGetBufferDeviceAddress vkGetBufferDeviceAddress; - PFN_vkGetBufferOpaqueCaptureAddress vkGetBufferOpaqueCaptureAddress; - PFN_vkGetDeviceMemoryOpaqueCaptureAddress vkGetDeviceMemoryOpaqueCaptureAddress; - PFN_vkGetSemaphoreCounterValue vkGetSemaphoreCounterValue; - PFN_vkResetQueryPool vkResetQueryPool; - PFN_vkSignalSemaphore vkSignalSemaphore; - PFN_vkWaitSemaphores vkWaitSemaphores; -#endif /* defined(VK_VERSION_1_2) */ -#if defined(VK_AMD_buffer_marker) - PFN_vkCmdWriteBufferMarkerAMD vkCmdWriteBufferMarkerAMD; -#endif /* defined(VK_AMD_buffer_marker) */ -#if defined(VK_AMD_display_native_hdr) - PFN_vkSetLocalDimmingAMD vkSetLocalDimmingAMD; -#endif /* defined(VK_AMD_display_native_hdr) */ -#if defined(VK_AMD_draw_indirect_count) - PFN_vkCmdDrawIndexedIndirectCountAMD vkCmdDrawIndexedIndirectCountAMD; - PFN_vkCmdDrawIndirectCountAMD vkCmdDrawIndirectCountAMD; -#endif /* defined(VK_AMD_draw_indirect_count) */ -#if defined(VK_AMD_shader_info) - PFN_vkGetShaderInfoAMD vkGetShaderInfoAMD; -#endif /* defined(VK_AMD_shader_info) */ -#if defined(VK_ANDROID_external_memory_android_hardware_buffer) - PFN_vkGetAndroidHardwareBufferPropertiesANDROID vkGetAndroidHardwareBufferPropertiesANDROID; - PFN_vkGetMemoryAndroidHardwareBufferANDROID vkGetMemoryAndroidHardwareBufferANDROID; -#endif /* defined(VK_ANDROID_external_memory_android_hardware_buffer) */ -#if defined(VK_EXT_buffer_device_address) - PFN_vkGetBufferDeviceAddressEXT vkGetBufferDeviceAddressEXT; -#endif /* defined(VK_EXT_buffer_device_address) */ -#if defined(VK_EXT_calibrated_timestamps) - PFN_vkGetCalibratedTimestampsEXT vkGetCalibratedTimestampsEXT; -#endif /* defined(VK_EXT_calibrated_timestamps) */ -#if defined(VK_EXT_color_write_enable) - PFN_vkCmdSetColorWriteEnableEXT vkCmdSetColorWriteEnableEXT; -#endif /* defined(VK_EXT_color_write_enable) */ -#if defined(VK_EXT_conditional_rendering) - PFN_vkCmdBeginConditionalRenderingEXT vkCmdBeginConditionalRenderingEXT; - PFN_vkCmdEndConditionalRenderingEXT vkCmdEndConditionalRenderingEXT; -#endif /* defined(VK_EXT_conditional_rendering) */ -#if defined(VK_EXT_debug_marker) - PFN_vkCmdDebugMarkerBeginEXT vkCmdDebugMarkerBeginEXT; - PFN_vkCmdDebugMarkerEndEXT vkCmdDebugMarkerEndEXT; - PFN_vkCmdDebugMarkerInsertEXT vkCmdDebugMarkerInsertEXT; - PFN_vkDebugMarkerSetObjectNameEXT vkDebugMarkerSetObjectNameEXT; - PFN_vkDebugMarkerSetObjectTagEXT vkDebugMarkerSetObjectTagEXT; -#endif /* defined(VK_EXT_debug_marker) */ -#if defined(VK_EXT_discard_rectangles) - PFN_vkCmdSetDiscardRectangleEXT vkCmdSetDiscardRectangleEXT; -#endif /* defined(VK_EXT_discard_rectangles) */ -#if defined(VK_EXT_display_control) - PFN_vkDisplayPowerControlEXT vkDisplayPowerControlEXT; - PFN_vkGetSwapchainCounterEXT vkGetSwapchainCounterEXT; - PFN_vkRegisterDeviceEventEXT vkRegisterDeviceEventEXT; - PFN_vkRegisterDisplayEventEXT vkRegisterDisplayEventEXT; -#endif /* defined(VK_EXT_display_control) */ -#if defined(VK_EXT_extended_dynamic_state) - PFN_vkCmdBindVertexBuffers2EXT vkCmdBindVertexBuffers2EXT; - PFN_vkCmdSetCullModeEXT vkCmdSetCullModeEXT; - PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT; - PFN_vkCmdSetDepthCompareOpEXT vkCmdSetDepthCompareOpEXT; - PFN_vkCmdSetDepthTestEnableEXT vkCmdSetDepthTestEnableEXT; - PFN_vkCmdSetDepthWriteEnableEXT vkCmdSetDepthWriteEnableEXT; - PFN_vkCmdSetFrontFaceEXT vkCmdSetFrontFaceEXT; - PFN_vkCmdSetPrimitiveTopologyEXT vkCmdSetPrimitiveTopologyEXT; - PFN_vkCmdSetScissorWithCountEXT vkCmdSetScissorWithCountEXT; - PFN_vkCmdSetStencilOpEXT vkCmdSetStencilOpEXT; - PFN_vkCmdSetStencilTestEnableEXT vkCmdSetStencilTestEnableEXT; - PFN_vkCmdSetViewportWithCountEXT vkCmdSetViewportWithCountEXT; -#endif /* defined(VK_EXT_extended_dynamic_state) */ -#if defined(VK_EXT_extended_dynamic_state2) - PFN_vkCmdSetDepthBiasEnableEXT vkCmdSetDepthBiasEnableEXT; - PFN_vkCmdSetLogicOpEXT vkCmdSetLogicOpEXT; - PFN_vkCmdSetPatchControlPointsEXT vkCmdSetPatchControlPointsEXT; - PFN_vkCmdSetPrimitiveRestartEnableEXT vkCmdSetPrimitiveRestartEnableEXT; - PFN_vkCmdSetRasterizerDiscardEnableEXT vkCmdSetRasterizerDiscardEnableEXT; -#endif /* defined(VK_EXT_extended_dynamic_state2) */ -#if defined(VK_EXT_external_memory_host) - PFN_vkGetMemoryHostPointerPropertiesEXT vkGetMemoryHostPointerPropertiesEXT; -#endif /* defined(VK_EXT_external_memory_host) */ -#if defined(VK_EXT_full_screen_exclusive) - PFN_vkAcquireFullScreenExclusiveModeEXT vkAcquireFullScreenExclusiveModeEXT; - PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT; -#endif /* defined(VK_EXT_full_screen_exclusive) */ -#if defined(VK_EXT_hdr_metadata) - PFN_vkSetHdrMetadataEXT vkSetHdrMetadataEXT; -#endif /* defined(VK_EXT_hdr_metadata) */ -#if defined(VK_EXT_host_query_reset) - PFN_vkResetQueryPoolEXT vkResetQueryPoolEXT; -#endif /* defined(VK_EXT_host_query_reset) */ -#if defined(VK_EXT_image_drm_format_modifier) - PFN_vkGetImageDrmFormatModifierPropertiesEXT vkGetImageDrmFormatModifierPropertiesEXT; -#endif /* defined(VK_EXT_image_drm_format_modifier) */ -#if defined(VK_EXT_line_rasterization) - PFN_vkCmdSetLineStippleEXT vkCmdSetLineStippleEXT; -#endif /* defined(VK_EXT_line_rasterization) */ -#if defined(VK_EXT_multi_draw) - PFN_vkCmdDrawMultiEXT vkCmdDrawMultiEXT; - PFN_vkCmdDrawMultiIndexedEXT vkCmdDrawMultiIndexedEXT; -#endif /* defined(VK_EXT_multi_draw) */ -#if defined(VK_EXT_pageable_device_local_memory) - PFN_vkSetDeviceMemoryPriorityEXT vkSetDeviceMemoryPriorityEXT; -#endif /* defined(VK_EXT_pageable_device_local_memory) */ -#if defined(VK_EXT_private_data) - PFN_vkCreatePrivateDataSlotEXT vkCreatePrivateDataSlotEXT; - PFN_vkDestroyPrivateDataSlotEXT vkDestroyPrivateDataSlotEXT; - PFN_vkGetPrivateDataEXT vkGetPrivateDataEXT; - PFN_vkSetPrivateDataEXT vkSetPrivateDataEXT; -#endif /* defined(VK_EXT_private_data) */ -#if defined(VK_EXT_sample_locations) - PFN_vkCmdSetSampleLocationsEXT vkCmdSetSampleLocationsEXT; -#endif /* defined(VK_EXT_sample_locations) */ -#if defined(VK_EXT_transform_feedback) - PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT; - PFN_vkCmdBeginTransformFeedbackEXT vkCmdBeginTransformFeedbackEXT; - PFN_vkCmdBindTransformFeedbackBuffersEXT vkCmdBindTransformFeedbackBuffersEXT; - PFN_vkCmdDrawIndirectByteCountEXT vkCmdDrawIndirectByteCountEXT; - PFN_vkCmdEndQueryIndexedEXT vkCmdEndQueryIndexedEXT; - PFN_vkCmdEndTransformFeedbackEXT vkCmdEndTransformFeedbackEXT; -#endif /* defined(VK_EXT_transform_feedback) */ -#if defined(VK_EXT_validation_cache) - PFN_vkCreateValidationCacheEXT vkCreateValidationCacheEXT; - PFN_vkDestroyValidationCacheEXT vkDestroyValidationCacheEXT; - PFN_vkGetValidationCacheDataEXT vkGetValidationCacheDataEXT; - PFN_vkMergeValidationCachesEXT vkMergeValidationCachesEXT; -#endif /* defined(VK_EXT_validation_cache) */ -#if defined(VK_EXT_vertex_input_dynamic_state) - PFN_vkCmdSetVertexInputEXT vkCmdSetVertexInputEXT; -#endif /* defined(VK_EXT_vertex_input_dynamic_state) */ -#if defined(VK_FUCHSIA_buffer_collection) - PFN_vkCreateBufferCollectionFUCHSIA vkCreateBufferCollectionFUCHSIA; - PFN_vkDestroyBufferCollectionFUCHSIA vkDestroyBufferCollectionFUCHSIA; - PFN_vkGetBufferCollectionPropertiesFUCHSIA vkGetBufferCollectionPropertiesFUCHSIA; - PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA vkSetBufferCollectionBufferConstraintsFUCHSIA; - PFN_vkSetBufferCollectionImageConstraintsFUCHSIA vkSetBufferCollectionImageConstraintsFUCHSIA; -#endif /* defined(VK_FUCHSIA_buffer_collection) */ -#if defined(VK_FUCHSIA_external_memory) - PFN_vkGetMemoryZirconHandleFUCHSIA vkGetMemoryZirconHandleFUCHSIA; - PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA vkGetMemoryZirconHandlePropertiesFUCHSIA; -#endif /* defined(VK_FUCHSIA_external_memory) */ -#if defined(VK_FUCHSIA_external_semaphore) - PFN_vkGetSemaphoreZirconHandleFUCHSIA vkGetSemaphoreZirconHandleFUCHSIA; - PFN_vkImportSemaphoreZirconHandleFUCHSIA vkImportSemaphoreZirconHandleFUCHSIA; -#endif /* defined(VK_FUCHSIA_external_semaphore) */ -#if defined(VK_GOOGLE_display_timing) - PFN_vkGetPastPresentationTimingGOOGLE vkGetPastPresentationTimingGOOGLE; - PFN_vkGetRefreshCycleDurationGOOGLE vkGetRefreshCycleDurationGOOGLE; -#endif /* defined(VK_GOOGLE_display_timing) */ -#if defined(VK_HUAWEI_invocation_mask) - PFN_vkCmdBindInvocationMaskHUAWEI vkCmdBindInvocationMaskHUAWEI; -#endif /* defined(VK_HUAWEI_invocation_mask) */ -#if defined(VK_HUAWEI_subpass_shading) - PFN_vkCmdSubpassShadingHUAWEI vkCmdSubpassShadingHUAWEI; - PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI; -#endif /* defined(VK_HUAWEI_subpass_shading) */ -#if defined(VK_INTEL_performance_query) - PFN_vkAcquirePerformanceConfigurationINTEL vkAcquirePerformanceConfigurationINTEL; - PFN_vkCmdSetPerformanceMarkerINTEL vkCmdSetPerformanceMarkerINTEL; - PFN_vkCmdSetPerformanceOverrideINTEL vkCmdSetPerformanceOverrideINTEL; - PFN_vkCmdSetPerformanceStreamMarkerINTEL vkCmdSetPerformanceStreamMarkerINTEL; - PFN_vkGetPerformanceParameterINTEL vkGetPerformanceParameterINTEL; - PFN_vkInitializePerformanceApiINTEL vkInitializePerformanceApiINTEL; - PFN_vkQueueSetPerformanceConfigurationINTEL vkQueueSetPerformanceConfigurationINTEL; - PFN_vkReleasePerformanceConfigurationINTEL vkReleasePerformanceConfigurationINTEL; - PFN_vkUninitializePerformanceApiINTEL vkUninitializePerformanceApiINTEL; -#endif /* defined(VK_INTEL_performance_query) */ -#if defined(VK_KHR_acceleration_structure) - PFN_vkBuildAccelerationStructuresKHR vkBuildAccelerationStructuresKHR; - PFN_vkCmdBuildAccelerationStructuresIndirectKHR vkCmdBuildAccelerationStructuresIndirectKHR; - PFN_vkCmdBuildAccelerationStructuresKHR vkCmdBuildAccelerationStructuresKHR; - PFN_vkCmdCopyAccelerationStructureKHR vkCmdCopyAccelerationStructureKHR; - PFN_vkCmdCopyAccelerationStructureToMemoryKHR vkCmdCopyAccelerationStructureToMemoryKHR; - PFN_vkCmdCopyMemoryToAccelerationStructureKHR vkCmdCopyMemoryToAccelerationStructureKHR; - PFN_vkCmdWriteAccelerationStructuresPropertiesKHR vkCmdWriteAccelerationStructuresPropertiesKHR; - PFN_vkCopyAccelerationStructureKHR vkCopyAccelerationStructureKHR; - PFN_vkCopyAccelerationStructureToMemoryKHR vkCopyAccelerationStructureToMemoryKHR; - PFN_vkCopyMemoryToAccelerationStructureKHR vkCopyMemoryToAccelerationStructureKHR; - PFN_vkCreateAccelerationStructureKHR vkCreateAccelerationStructureKHR; - PFN_vkDestroyAccelerationStructureKHR vkDestroyAccelerationStructureKHR; - PFN_vkGetAccelerationStructureBuildSizesKHR vkGetAccelerationStructureBuildSizesKHR; - PFN_vkGetAccelerationStructureDeviceAddressKHR vkGetAccelerationStructureDeviceAddressKHR; - PFN_vkGetDeviceAccelerationStructureCompatibilityKHR vkGetDeviceAccelerationStructureCompatibilityKHR; - PFN_vkWriteAccelerationStructuresPropertiesKHR vkWriteAccelerationStructuresPropertiesKHR; -#endif /* defined(VK_KHR_acceleration_structure) */ -#if defined(VK_KHR_bind_memory2) - PFN_vkBindBufferMemory2KHR vkBindBufferMemory2KHR; - PFN_vkBindImageMemory2KHR vkBindImageMemory2KHR; -#endif /* defined(VK_KHR_bind_memory2) */ -#if defined(VK_KHR_buffer_device_address) - PFN_vkGetBufferDeviceAddressKHR vkGetBufferDeviceAddressKHR; - PFN_vkGetBufferOpaqueCaptureAddressKHR vkGetBufferOpaqueCaptureAddressKHR; - PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR vkGetDeviceMemoryOpaqueCaptureAddressKHR; -#endif /* defined(VK_KHR_buffer_device_address) */ -#if defined(VK_KHR_copy_commands2) - PFN_vkCmdBlitImage2KHR vkCmdBlitImage2KHR; - PFN_vkCmdCopyBuffer2KHR vkCmdCopyBuffer2KHR; - PFN_vkCmdCopyBufferToImage2KHR vkCmdCopyBufferToImage2KHR; - PFN_vkCmdCopyImage2KHR vkCmdCopyImage2KHR; - PFN_vkCmdCopyImageToBuffer2KHR vkCmdCopyImageToBuffer2KHR; - PFN_vkCmdResolveImage2KHR vkCmdResolveImage2KHR; -#endif /* defined(VK_KHR_copy_commands2) */ -#if defined(VK_KHR_create_renderpass2) - PFN_vkCmdBeginRenderPass2KHR vkCmdBeginRenderPass2KHR; - PFN_vkCmdEndRenderPass2KHR vkCmdEndRenderPass2KHR; - PFN_vkCmdNextSubpass2KHR vkCmdNextSubpass2KHR; - PFN_vkCreateRenderPass2KHR vkCreateRenderPass2KHR; -#endif /* defined(VK_KHR_create_renderpass2) */ -#if defined(VK_KHR_deferred_host_operations) - PFN_vkCreateDeferredOperationKHR vkCreateDeferredOperationKHR; - PFN_vkDeferredOperationJoinKHR vkDeferredOperationJoinKHR; - PFN_vkDestroyDeferredOperationKHR vkDestroyDeferredOperationKHR; - PFN_vkGetDeferredOperationMaxConcurrencyKHR vkGetDeferredOperationMaxConcurrencyKHR; - PFN_vkGetDeferredOperationResultKHR vkGetDeferredOperationResultKHR; -#endif /* defined(VK_KHR_deferred_host_operations) */ -#if defined(VK_KHR_descriptor_update_template) - PFN_vkCreateDescriptorUpdateTemplateKHR vkCreateDescriptorUpdateTemplateKHR; - PFN_vkDestroyDescriptorUpdateTemplateKHR vkDestroyDescriptorUpdateTemplateKHR; - PFN_vkUpdateDescriptorSetWithTemplateKHR vkUpdateDescriptorSetWithTemplateKHR; -#endif /* defined(VK_KHR_descriptor_update_template) */ -#if defined(VK_KHR_device_group) - PFN_vkCmdDispatchBaseKHR vkCmdDispatchBaseKHR; - PFN_vkCmdSetDeviceMaskKHR vkCmdSetDeviceMaskKHR; - PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR vkGetDeviceGroupPeerMemoryFeaturesKHR; -#endif /* defined(VK_KHR_device_group) */ -#if defined(VK_KHR_display_swapchain) - PFN_vkCreateSharedSwapchainsKHR vkCreateSharedSwapchainsKHR; -#endif /* defined(VK_KHR_display_swapchain) */ -#if defined(VK_KHR_draw_indirect_count) - PFN_vkCmdDrawIndexedIndirectCountKHR vkCmdDrawIndexedIndirectCountKHR; - PFN_vkCmdDrawIndirectCountKHR vkCmdDrawIndirectCountKHR; -#endif /* defined(VK_KHR_draw_indirect_count) */ -#if defined(VK_KHR_dynamic_rendering) - PFN_vkCmdBeginRenderingKHR vkCmdBeginRenderingKHR; - PFN_vkCmdEndRenderingKHR vkCmdEndRenderingKHR; -#endif /* defined(VK_KHR_dynamic_rendering) */ -#if defined(VK_KHR_external_fence_fd) - PFN_vkGetFenceFdKHR vkGetFenceFdKHR; - PFN_vkImportFenceFdKHR vkImportFenceFdKHR; -#endif /* defined(VK_KHR_external_fence_fd) */ -#if defined(VK_KHR_external_fence_win32) - PFN_vkGetFenceWin32HandleKHR vkGetFenceWin32HandleKHR; - PFN_vkImportFenceWin32HandleKHR vkImportFenceWin32HandleKHR; -#endif /* defined(VK_KHR_external_fence_win32) */ -#if defined(VK_KHR_external_memory_fd) - PFN_vkGetMemoryFdKHR vkGetMemoryFdKHR; - PFN_vkGetMemoryFdPropertiesKHR vkGetMemoryFdPropertiesKHR; -#endif /* defined(VK_KHR_external_memory_fd) */ -#if defined(VK_KHR_external_memory_win32) - PFN_vkGetMemoryWin32HandleKHR vkGetMemoryWin32HandleKHR; - PFN_vkGetMemoryWin32HandlePropertiesKHR vkGetMemoryWin32HandlePropertiesKHR; -#endif /* defined(VK_KHR_external_memory_win32) */ -#if defined(VK_KHR_external_semaphore_fd) - PFN_vkGetSemaphoreFdKHR vkGetSemaphoreFdKHR; - PFN_vkImportSemaphoreFdKHR vkImportSemaphoreFdKHR; -#endif /* defined(VK_KHR_external_semaphore_fd) */ -#if defined(VK_KHR_external_semaphore_win32) - PFN_vkGetSemaphoreWin32HandleKHR vkGetSemaphoreWin32HandleKHR; - PFN_vkImportSemaphoreWin32HandleKHR vkImportSemaphoreWin32HandleKHR; -#endif /* defined(VK_KHR_external_semaphore_win32) */ -#if defined(VK_KHR_fragment_shading_rate) - PFN_vkCmdSetFragmentShadingRateKHR vkCmdSetFragmentShadingRateKHR; -#endif /* defined(VK_KHR_fragment_shading_rate) */ -#if defined(VK_KHR_get_memory_requirements2) - PFN_vkGetBufferMemoryRequirements2KHR vkGetBufferMemoryRequirements2KHR; - PFN_vkGetImageMemoryRequirements2KHR vkGetImageMemoryRequirements2KHR; - PFN_vkGetImageSparseMemoryRequirements2KHR vkGetImageSparseMemoryRequirements2KHR; -#endif /* defined(VK_KHR_get_memory_requirements2) */ -#if defined(VK_KHR_maintenance1) - PFN_vkTrimCommandPoolKHR vkTrimCommandPoolKHR; -#endif /* defined(VK_KHR_maintenance1) */ -#if defined(VK_KHR_maintenance3) - PFN_vkGetDescriptorSetLayoutSupportKHR vkGetDescriptorSetLayoutSupportKHR; -#endif /* defined(VK_KHR_maintenance3) */ -#if defined(VK_KHR_maintenance4) - PFN_vkGetDeviceBufferMemoryRequirementsKHR vkGetDeviceBufferMemoryRequirementsKHR; - PFN_vkGetDeviceImageMemoryRequirementsKHR vkGetDeviceImageMemoryRequirementsKHR; - PFN_vkGetDeviceImageSparseMemoryRequirementsKHR vkGetDeviceImageSparseMemoryRequirementsKHR; -#endif /* defined(VK_KHR_maintenance4) */ -#if defined(VK_KHR_performance_query) - PFN_vkAcquireProfilingLockKHR vkAcquireProfilingLockKHR; - PFN_vkReleaseProfilingLockKHR vkReleaseProfilingLockKHR; -#endif /* defined(VK_KHR_performance_query) */ -#if defined(VK_KHR_pipeline_executable_properties) - PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR; - PFN_vkGetPipelineExecutablePropertiesKHR vkGetPipelineExecutablePropertiesKHR; - PFN_vkGetPipelineExecutableStatisticsKHR vkGetPipelineExecutableStatisticsKHR; -#endif /* defined(VK_KHR_pipeline_executable_properties) */ -#if defined(VK_KHR_present_wait) - PFN_vkWaitForPresentKHR vkWaitForPresentKHR; -#endif /* defined(VK_KHR_present_wait) */ -#if defined(VK_KHR_push_descriptor) - PFN_vkCmdPushDescriptorSetKHR vkCmdPushDescriptorSetKHR; -#endif /* defined(VK_KHR_push_descriptor) */ -#if defined(VK_KHR_ray_tracing_pipeline) - PFN_vkCmdSetRayTracingPipelineStackSizeKHR vkCmdSetRayTracingPipelineStackSizeKHR; - PFN_vkCmdTraceRaysIndirectKHR vkCmdTraceRaysIndirectKHR; - PFN_vkCmdTraceRaysKHR vkCmdTraceRaysKHR; - PFN_vkCreateRayTracingPipelinesKHR vkCreateRayTracingPipelinesKHR; - PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR vkGetRayTracingCaptureReplayShaderGroupHandlesKHR; - PFN_vkGetRayTracingShaderGroupHandlesKHR vkGetRayTracingShaderGroupHandlesKHR; - PFN_vkGetRayTracingShaderGroupStackSizeKHR vkGetRayTracingShaderGroupStackSizeKHR; -#endif /* defined(VK_KHR_ray_tracing_pipeline) */ -#if defined(VK_KHR_sampler_ycbcr_conversion) - PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR; - PFN_vkDestroySamplerYcbcrConversionKHR vkDestroySamplerYcbcrConversionKHR; -#endif /* defined(VK_KHR_sampler_ycbcr_conversion) */ -#if defined(VK_KHR_shared_presentable_image) - PFN_vkGetSwapchainStatusKHR vkGetSwapchainStatusKHR; -#endif /* defined(VK_KHR_shared_presentable_image) */ -#if defined(VK_KHR_swapchain) - PFN_vkAcquireNextImageKHR vkAcquireNextImageKHR; - PFN_vkCreateSwapchainKHR vkCreateSwapchainKHR; - PFN_vkDestroySwapchainKHR vkDestroySwapchainKHR; - PFN_vkGetSwapchainImagesKHR vkGetSwapchainImagesKHR; - PFN_vkQueuePresentKHR vkQueuePresentKHR; -#endif /* defined(VK_KHR_swapchain) */ -#if defined(VK_KHR_synchronization2) - PFN_vkCmdPipelineBarrier2KHR vkCmdPipelineBarrier2KHR; - PFN_vkCmdResetEvent2KHR vkCmdResetEvent2KHR; - PFN_vkCmdSetEvent2KHR vkCmdSetEvent2KHR; - PFN_vkCmdWaitEvents2KHR vkCmdWaitEvents2KHR; - PFN_vkCmdWriteTimestamp2KHR vkCmdWriteTimestamp2KHR; - PFN_vkQueueSubmit2KHR vkQueueSubmit2KHR; -#endif /* defined(VK_KHR_synchronization2) */ -#if defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) - PFN_vkCmdWriteBufferMarker2AMD vkCmdWriteBufferMarker2AMD; -#endif /* defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) */ -#if defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) - PFN_vkGetQueueCheckpointData2NV vkGetQueueCheckpointData2NV; -#endif /* defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_KHR_timeline_semaphore) - PFN_vkGetSemaphoreCounterValueKHR vkGetSemaphoreCounterValueKHR; - PFN_vkSignalSemaphoreKHR vkSignalSemaphoreKHR; - PFN_vkWaitSemaphoresKHR vkWaitSemaphoresKHR; -#endif /* defined(VK_KHR_timeline_semaphore) */ -#if defined(VK_KHR_video_decode_queue) - PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR; -#endif /* defined(VK_KHR_video_decode_queue) */ -#if defined(VK_KHR_video_encode_queue) - PFN_vkCmdEncodeVideoKHR vkCmdEncodeVideoKHR; -#endif /* defined(VK_KHR_video_encode_queue) */ -#if defined(VK_KHR_video_queue) - PFN_vkBindVideoSessionMemoryKHR vkBindVideoSessionMemoryKHR; - PFN_vkCmdBeginVideoCodingKHR vkCmdBeginVideoCodingKHR; - PFN_vkCmdControlVideoCodingKHR vkCmdControlVideoCodingKHR; - PFN_vkCmdEndVideoCodingKHR vkCmdEndVideoCodingKHR; - PFN_vkCreateVideoSessionKHR vkCreateVideoSessionKHR; - PFN_vkCreateVideoSessionParametersKHR vkCreateVideoSessionParametersKHR; - PFN_vkDestroyVideoSessionKHR vkDestroyVideoSessionKHR; - PFN_vkDestroyVideoSessionParametersKHR vkDestroyVideoSessionParametersKHR; - PFN_vkGetVideoSessionMemoryRequirementsKHR vkGetVideoSessionMemoryRequirementsKHR; - PFN_vkUpdateVideoSessionParametersKHR vkUpdateVideoSessionParametersKHR; -#endif /* defined(VK_KHR_video_queue) */ -#if defined(VK_NVX_binary_import) - PFN_vkCmdCuLaunchKernelNVX vkCmdCuLaunchKernelNVX; - PFN_vkCreateCuFunctionNVX vkCreateCuFunctionNVX; - PFN_vkCreateCuModuleNVX vkCreateCuModuleNVX; - PFN_vkDestroyCuFunctionNVX vkDestroyCuFunctionNVX; - PFN_vkDestroyCuModuleNVX vkDestroyCuModuleNVX; -#endif /* defined(VK_NVX_binary_import) */ -#if defined(VK_NVX_image_view_handle) - PFN_vkGetImageViewAddressNVX vkGetImageViewAddressNVX; - PFN_vkGetImageViewHandleNVX vkGetImageViewHandleNVX; -#endif /* defined(VK_NVX_image_view_handle) */ -#if defined(VK_NV_clip_space_w_scaling) - PFN_vkCmdSetViewportWScalingNV vkCmdSetViewportWScalingNV; -#endif /* defined(VK_NV_clip_space_w_scaling) */ -#if defined(VK_NV_device_diagnostic_checkpoints) - PFN_vkCmdSetCheckpointNV vkCmdSetCheckpointNV; - PFN_vkGetQueueCheckpointDataNV vkGetQueueCheckpointDataNV; -#endif /* defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_NV_device_generated_commands) - PFN_vkCmdBindPipelineShaderGroupNV vkCmdBindPipelineShaderGroupNV; - PFN_vkCmdExecuteGeneratedCommandsNV vkCmdExecuteGeneratedCommandsNV; - PFN_vkCmdPreprocessGeneratedCommandsNV vkCmdPreprocessGeneratedCommandsNV; - PFN_vkCreateIndirectCommandsLayoutNV vkCreateIndirectCommandsLayoutNV; - PFN_vkDestroyIndirectCommandsLayoutNV vkDestroyIndirectCommandsLayoutNV; - PFN_vkGetGeneratedCommandsMemoryRequirementsNV vkGetGeneratedCommandsMemoryRequirementsNV; -#endif /* defined(VK_NV_device_generated_commands) */ -#if defined(VK_NV_external_memory_rdma) - PFN_vkGetMemoryRemoteAddressNV vkGetMemoryRemoteAddressNV; -#endif /* defined(VK_NV_external_memory_rdma) */ -#if defined(VK_NV_external_memory_win32) - PFN_vkGetMemoryWin32HandleNV vkGetMemoryWin32HandleNV; -#endif /* defined(VK_NV_external_memory_win32) */ -#if defined(VK_NV_fragment_shading_rate_enums) - PFN_vkCmdSetFragmentShadingRateEnumNV vkCmdSetFragmentShadingRateEnumNV; -#endif /* defined(VK_NV_fragment_shading_rate_enums) */ -#if defined(VK_NV_mesh_shader) - PFN_vkCmdDrawMeshTasksIndirectCountNV vkCmdDrawMeshTasksIndirectCountNV; - PFN_vkCmdDrawMeshTasksIndirectNV vkCmdDrawMeshTasksIndirectNV; - PFN_vkCmdDrawMeshTasksNV vkCmdDrawMeshTasksNV; -#endif /* defined(VK_NV_mesh_shader) */ -#if defined(VK_NV_ray_tracing) - PFN_vkBindAccelerationStructureMemoryNV vkBindAccelerationStructureMemoryNV; - PFN_vkCmdBuildAccelerationStructureNV vkCmdBuildAccelerationStructureNV; - PFN_vkCmdCopyAccelerationStructureNV vkCmdCopyAccelerationStructureNV; - PFN_vkCmdTraceRaysNV vkCmdTraceRaysNV; - PFN_vkCmdWriteAccelerationStructuresPropertiesNV vkCmdWriteAccelerationStructuresPropertiesNV; - PFN_vkCompileDeferredNV vkCompileDeferredNV; - PFN_vkCreateAccelerationStructureNV vkCreateAccelerationStructureNV; - PFN_vkCreateRayTracingPipelinesNV vkCreateRayTracingPipelinesNV; - PFN_vkDestroyAccelerationStructureNV vkDestroyAccelerationStructureNV; - PFN_vkGetAccelerationStructureHandleNV vkGetAccelerationStructureHandleNV; - PFN_vkGetAccelerationStructureMemoryRequirementsNV vkGetAccelerationStructureMemoryRequirementsNV; - PFN_vkGetRayTracingShaderGroupHandlesNV vkGetRayTracingShaderGroupHandlesNV; -#endif /* defined(VK_NV_ray_tracing) */ -#if defined(VK_NV_scissor_exclusive) - PFN_vkCmdSetExclusiveScissorNV vkCmdSetExclusiveScissorNV; -#endif /* defined(VK_NV_scissor_exclusive) */ -#if defined(VK_NV_shading_rate_image) - PFN_vkCmdBindShadingRateImageNV vkCmdBindShadingRateImageNV; - PFN_vkCmdSetCoarseSampleOrderNV vkCmdSetCoarseSampleOrderNV; - PFN_vkCmdSetViewportShadingRatePaletteNV vkCmdSetViewportShadingRatePaletteNV; -#endif /* defined(VK_NV_shading_rate_image) */ -#if (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) - PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT; -#endif /* (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) - PFN_vkCmdPushDescriptorSetWithTemplateKHR vkCmdPushDescriptorSetWithTemplateKHR; -#endif /* (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) - PFN_vkGetDeviceGroupPresentCapabilitiesKHR vkGetDeviceGroupPresentCapabilitiesKHR; - PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR; -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) - PFN_vkAcquireNextImage2KHR vkAcquireNextImage2KHR; -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ - /* VOLK_GENERATE_DEVICE_TABLE */ -}; - -/* VOLK_GENERATE_PROTOTYPES_H */ -#if defined(VK_VERSION_1_0) -extern PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; -extern PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets; -extern PFN_vkAllocateMemory vkAllocateMemory; -extern PFN_vkBeginCommandBuffer vkBeginCommandBuffer; -extern PFN_vkBindBufferMemory vkBindBufferMemory; -extern PFN_vkBindImageMemory vkBindImageMemory; -extern PFN_vkCmdBeginQuery vkCmdBeginQuery; -extern PFN_vkCmdBeginRenderPass vkCmdBeginRenderPass; -extern PFN_vkCmdBindDescriptorSets vkCmdBindDescriptorSets; -extern PFN_vkCmdBindIndexBuffer vkCmdBindIndexBuffer; -extern PFN_vkCmdBindPipeline vkCmdBindPipeline; -extern PFN_vkCmdBindVertexBuffers vkCmdBindVertexBuffers; -extern PFN_vkCmdBlitImage vkCmdBlitImage; -extern PFN_vkCmdClearAttachments vkCmdClearAttachments; -extern PFN_vkCmdClearColorImage vkCmdClearColorImage; -extern PFN_vkCmdClearDepthStencilImage vkCmdClearDepthStencilImage; -extern PFN_vkCmdCopyBuffer vkCmdCopyBuffer; -extern PFN_vkCmdCopyBufferToImage vkCmdCopyBufferToImage; -extern PFN_vkCmdCopyImage vkCmdCopyImage; -extern PFN_vkCmdCopyImageToBuffer vkCmdCopyImageToBuffer; -extern PFN_vkCmdCopyQueryPoolResults vkCmdCopyQueryPoolResults; -extern PFN_vkCmdDispatch vkCmdDispatch; -extern PFN_vkCmdDispatchIndirect vkCmdDispatchIndirect; -extern PFN_vkCmdDraw vkCmdDraw; -extern PFN_vkCmdDrawIndexed vkCmdDrawIndexed; -extern PFN_vkCmdDrawIndexedIndirect vkCmdDrawIndexedIndirect; -extern PFN_vkCmdDrawIndirect vkCmdDrawIndirect; -extern PFN_vkCmdEndQuery vkCmdEndQuery; -extern PFN_vkCmdEndRenderPass vkCmdEndRenderPass; -extern PFN_vkCmdExecuteCommands vkCmdExecuteCommands; -extern PFN_vkCmdFillBuffer vkCmdFillBuffer; -extern PFN_vkCmdNextSubpass vkCmdNextSubpass; -extern PFN_vkCmdPipelineBarrier vkCmdPipelineBarrier; -extern PFN_vkCmdPushConstants vkCmdPushConstants; -extern PFN_vkCmdResetEvent vkCmdResetEvent; -extern PFN_vkCmdResetQueryPool vkCmdResetQueryPool; -extern PFN_vkCmdResolveImage vkCmdResolveImage; -extern PFN_vkCmdSetBlendConstants vkCmdSetBlendConstants; -extern PFN_vkCmdSetDepthBias vkCmdSetDepthBias; -extern PFN_vkCmdSetDepthBounds vkCmdSetDepthBounds; -extern PFN_vkCmdSetEvent vkCmdSetEvent; -extern PFN_vkCmdSetLineWidth vkCmdSetLineWidth; -extern PFN_vkCmdSetScissor vkCmdSetScissor; -extern PFN_vkCmdSetStencilCompareMask vkCmdSetStencilCompareMask; -extern PFN_vkCmdSetStencilReference vkCmdSetStencilReference; -extern PFN_vkCmdSetStencilWriteMask vkCmdSetStencilWriteMask; -extern PFN_vkCmdSetViewport vkCmdSetViewport; -extern PFN_vkCmdUpdateBuffer vkCmdUpdateBuffer; -extern PFN_vkCmdWaitEvents vkCmdWaitEvents; -extern PFN_vkCmdWriteTimestamp vkCmdWriteTimestamp; -extern PFN_vkCreateBuffer vkCreateBuffer; -extern PFN_vkCreateBufferView vkCreateBufferView; -extern PFN_vkCreateCommandPool vkCreateCommandPool; -extern PFN_vkCreateComputePipelines vkCreateComputePipelines; -extern PFN_vkCreateDescriptorPool vkCreateDescriptorPool; -extern PFN_vkCreateDescriptorSetLayout vkCreateDescriptorSetLayout; -extern PFN_vkCreateDevice vkCreateDevice; -extern PFN_vkCreateEvent vkCreateEvent; -extern PFN_vkCreateFence vkCreateFence; -extern PFN_vkCreateFramebuffer vkCreateFramebuffer; -extern PFN_vkCreateGraphicsPipelines vkCreateGraphicsPipelines; -extern PFN_vkCreateImage vkCreateImage; -extern PFN_vkCreateImageView vkCreateImageView; -extern PFN_vkCreateInstance vkCreateInstance; -extern PFN_vkCreatePipelineCache vkCreatePipelineCache; -extern PFN_vkCreatePipelineLayout vkCreatePipelineLayout; -extern PFN_vkCreateQueryPool vkCreateQueryPool; -extern PFN_vkCreateRenderPass vkCreateRenderPass; -extern PFN_vkCreateSampler vkCreateSampler; -extern PFN_vkCreateSemaphore vkCreateSemaphore; -extern PFN_vkCreateShaderModule vkCreateShaderModule; -extern PFN_vkDestroyBuffer vkDestroyBuffer; -extern PFN_vkDestroyBufferView vkDestroyBufferView; -extern PFN_vkDestroyCommandPool vkDestroyCommandPool; -extern PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; -extern PFN_vkDestroyDescriptorSetLayout vkDestroyDescriptorSetLayout; -extern PFN_vkDestroyDevice vkDestroyDevice; -extern PFN_vkDestroyEvent vkDestroyEvent; -extern PFN_vkDestroyFence vkDestroyFence; -extern PFN_vkDestroyFramebuffer vkDestroyFramebuffer; -extern PFN_vkDestroyImage vkDestroyImage; -extern PFN_vkDestroyImageView vkDestroyImageView; -extern PFN_vkDestroyInstance vkDestroyInstance; -extern PFN_vkDestroyPipeline vkDestroyPipeline; -extern PFN_vkDestroyPipelineCache vkDestroyPipelineCache; -extern PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout; -extern PFN_vkDestroyQueryPool vkDestroyQueryPool; -extern PFN_vkDestroyRenderPass vkDestroyRenderPass; -extern PFN_vkDestroySampler vkDestroySampler; -extern PFN_vkDestroySemaphore vkDestroySemaphore; -extern PFN_vkDestroyShaderModule vkDestroyShaderModule; -extern PFN_vkDeviceWaitIdle vkDeviceWaitIdle; -extern PFN_vkEndCommandBuffer vkEndCommandBuffer; -extern PFN_vkEnumerateDeviceExtensionProperties vkEnumerateDeviceExtensionProperties; -extern PFN_vkEnumerateDeviceLayerProperties vkEnumerateDeviceLayerProperties; -extern PFN_vkEnumerateInstanceExtensionProperties vkEnumerateInstanceExtensionProperties; -extern PFN_vkEnumerateInstanceLayerProperties vkEnumerateInstanceLayerProperties; -extern PFN_vkEnumeratePhysicalDevices vkEnumeratePhysicalDevices; -extern PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; -extern PFN_vkFreeCommandBuffers vkFreeCommandBuffers; -extern PFN_vkFreeDescriptorSets vkFreeDescriptorSets; -extern PFN_vkFreeMemory vkFreeMemory; -extern PFN_vkGetBufferMemoryRequirements vkGetBufferMemoryRequirements; -extern PFN_vkGetDeviceMemoryCommitment vkGetDeviceMemoryCommitment; -extern PFN_vkGetDeviceProcAddr vkGetDeviceProcAddr; -extern PFN_vkGetDeviceQueue vkGetDeviceQueue; -extern PFN_vkGetEventStatus vkGetEventStatus; -extern PFN_vkGetFenceStatus vkGetFenceStatus; -extern PFN_vkGetImageMemoryRequirements vkGetImageMemoryRequirements; -extern PFN_vkGetImageSparseMemoryRequirements vkGetImageSparseMemoryRequirements; -extern PFN_vkGetImageSubresourceLayout vkGetImageSubresourceLayout; -extern PFN_vkGetInstanceProcAddr vkGetInstanceProcAddr; -extern PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures; -extern PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties; -extern PFN_vkGetPhysicalDeviceImageFormatProperties vkGetPhysicalDeviceImageFormatProperties; -extern PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties; -extern PFN_vkGetPhysicalDeviceProperties vkGetPhysicalDeviceProperties; -extern PFN_vkGetPhysicalDeviceQueueFamilyProperties vkGetPhysicalDeviceQueueFamilyProperties; -extern PFN_vkGetPhysicalDeviceSparseImageFormatProperties vkGetPhysicalDeviceSparseImageFormatProperties; -extern PFN_vkGetPipelineCacheData vkGetPipelineCacheData; -extern PFN_vkGetQueryPoolResults vkGetQueryPoolResults; -extern PFN_vkGetRenderAreaGranularity vkGetRenderAreaGranularity; -extern PFN_vkInvalidateMappedMemoryRanges vkInvalidateMappedMemoryRanges; -extern PFN_vkMapMemory vkMapMemory; -extern PFN_vkMergePipelineCaches vkMergePipelineCaches; -extern PFN_vkQueueBindSparse vkQueueBindSparse; -extern PFN_vkQueueSubmit vkQueueSubmit; -extern PFN_vkQueueWaitIdle vkQueueWaitIdle; -extern PFN_vkResetCommandBuffer vkResetCommandBuffer; -extern PFN_vkResetCommandPool vkResetCommandPool; -extern PFN_vkResetDescriptorPool vkResetDescriptorPool; -extern PFN_vkResetEvent vkResetEvent; -extern PFN_vkResetFences vkResetFences; -extern PFN_vkSetEvent vkSetEvent; -extern PFN_vkUnmapMemory vkUnmapMemory; -extern PFN_vkUpdateDescriptorSets vkUpdateDescriptorSets; -extern PFN_vkWaitForFences vkWaitForFences; -#endif /* defined(VK_VERSION_1_0) */ -#if defined(VK_VERSION_1_1) -extern PFN_vkBindBufferMemory2 vkBindBufferMemory2; -extern PFN_vkBindImageMemory2 vkBindImageMemory2; -extern PFN_vkCmdDispatchBase vkCmdDispatchBase; -extern PFN_vkCmdSetDeviceMask vkCmdSetDeviceMask; -extern PFN_vkCreateDescriptorUpdateTemplate vkCreateDescriptorUpdateTemplate; -extern PFN_vkCreateSamplerYcbcrConversion vkCreateSamplerYcbcrConversion; -extern PFN_vkDestroyDescriptorUpdateTemplate vkDestroyDescriptorUpdateTemplate; -extern PFN_vkDestroySamplerYcbcrConversion vkDestroySamplerYcbcrConversion; -extern PFN_vkEnumerateInstanceVersion vkEnumerateInstanceVersion; -extern PFN_vkEnumeratePhysicalDeviceGroups vkEnumeratePhysicalDeviceGroups; -extern PFN_vkGetBufferMemoryRequirements2 vkGetBufferMemoryRequirements2; -extern PFN_vkGetDescriptorSetLayoutSupport vkGetDescriptorSetLayoutSupport; -extern PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures; -extern PFN_vkGetDeviceQueue2 vkGetDeviceQueue2; -extern PFN_vkGetImageMemoryRequirements2 vkGetImageMemoryRequirements2; -extern PFN_vkGetImageSparseMemoryRequirements2 vkGetImageSparseMemoryRequirements2; -extern PFN_vkGetPhysicalDeviceExternalBufferProperties vkGetPhysicalDeviceExternalBufferProperties; -extern PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties; -extern PFN_vkGetPhysicalDeviceExternalSemaphoreProperties vkGetPhysicalDeviceExternalSemaphoreProperties; -extern PFN_vkGetPhysicalDeviceFeatures2 vkGetPhysicalDeviceFeatures2; -extern PFN_vkGetPhysicalDeviceFormatProperties2 vkGetPhysicalDeviceFormatProperties2; -extern PFN_vkGetPhysicalDeviceImageFormatProperties2 vkGetPhysicalDeviceImageFormatProperties2; -extern PFN_vkGetPhysicalDeviceMemoryProperties2 vkGetPhysicalDeviceMemoryProperties2; -extern PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; -extern PFN_vkGetPhysicalDeviceQueueFamilyProperties2 vkGetPhysicalDeviceQueueFamilyProperties2; -extern PFN_vkGetPhysicalDeviceSparseImageFormatProperties2 vkGetPhysicalDeviceSparseImageFormatProperties2; -extern PFN_vkTrimCommandPool vkTrimCommandPool; -extern PFN_vkUpdateDescriptorSetWithTemplate vkUpdateDescriptorSetWithTemplate; -#endif /* defined(VK_VERSION_1_1) */ -#if defined(VK_VERSION_1_2) -extern PFN_vkCmdBeginRenderPass2 vkCmdBeginRenderPass2; -extern PFN_vkCmdDrawIndexedIndirectCount vkCmdDrawIndexedIndirectCount; -extern PFN_vkCmdDrawIndirectCount vkCmdDrawIndirectCount; -extern PFN_vkCmdEndRenderPass2 vkCmdEndRenderPass2; -extern PFN_vkCmdNextSubpass2 vkCmdNextSubpass2; -extern PFN_vkCreateRenderPass2 vkCreateRenderPass2; -extern PFN_vkGetBufferDeviceAddress vkGetBufferDeviceAddress; -extern PFN_vkGetBufferOpaqueCaptureAddress vkGetBufferOpaqueCaptureAddress; -extern PFN_vkGetDeviceMemoryOpaqueCaptureAddress vkGetDeviceMemoryOpaqueCaptureAddress; -extern PFN_vkGetSemaphoreCounterValue vkGetSemaphoreCounterValue; -extern PFN_vkResetQueryPool vkResetQueryPool; -extern PFN_vkSignalSemaphore vkSignalSemaphore; -extern PFN_vkWaitSemaphores vkWaitSemaphores; -#endif /* defined(VK_VERSION_1_2) */ -#if defined(VK_AMD_buffer_marker) -extern PFN_vkCmdWriteBufferMarkerAMD vkCmdWriteBufferMarkerAMD; -#endif /* defined(VK_AMD_buffer_marker) */ -#if defined(VK_AMD_display_native_hdr) -extern PFN_vkSetLocalDimmingAMD vkSetLocalDimmingAMD; -#endif /* defined(VK_AMD_display_native_hdr) */ -#if defined(VK_AMD_draw_indirect_count) -extern PFN_vkCmdDrawIndexedIndirectCountAMD vkCmdDrawIndexedIndirectCountAMD; -extern PFN_vkCmdDrawIndirectCountAMD vkCmdDrawIndirectCountAMD; -#endif /* defined(VK_AMD_draw_indirect_count) */ -#if defined(VK_AMD_shader_info) -extern PFN_vkGetShaderInfoAMD vkGetShaderInfoAMD; -#endif /* defined(VK_AMD_shader_info) */ -#if defined(VK_ANDROID_external_memory_android_hardware_buffer) -extern PFN_vkGetAndroidHardwareBufferPropertiesANDROID vkGetAndroidHardwareBufferPropertiesANDROID; -extern PFN_vkGetMemoryAndroidHardwareBufferANDROID vkGetMemoryAndroidHardwareBufferANDROID; -#endif /* defined(VK_ANDROID_external_memory_android_hardware_buffer) */ -#if defined(VK_EXT_acquire_drm_display) -extern PFN_vkAcquireDrmDisplayEXT vkAcquireDrmDisplayEXT; -extern PFN_vkGetDrmDisplayEXT vkGetDrmDisplayEXT; -#endif /* defined(VK_EXT_acquire_drm_display) */ -#if defined(VK_EXT_acquire_xlib_display) -extern PFN_vkAcquireXlibDisplayEXT vkAcquireXlibDisplayEXT; -extern PFN_vkGetRandROutputDisplayEXT vkGetRandROutputDisplayEXT; -#endif /* defined(VK_EXT_acquire_xlib_display) */ -#if defined(VK_EXT_buffer_device_address) -extern PFN_vkGetBufferDeviceAddressEXT vkGetBufferDeviceAddressEXT; -#endif /* defined(VK_EXT_buffer_device_address) */ -#if defined(VK_EXT_calibrated_timestamps) -extern PFN_vkGetCalibratedTimestampsEXT vkGetCalibratedTimestampsEXT; -extern PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT vkGetPhysicalDeviceCalibrateableTimeDomainsEXT; -#endif /* defined(VK_EXT_calibrated_timestamps) */ -#if defined(VK_EXT_color_write_enable) -extern PFN_vkCmdSetColorWriteEnableEXT vkCmdSetColorWriteEnableEXT; -#endif /* defined(VK_EXT_color_write_enable) */ -#if defined(VK_EXT_conditional_rendering) -extern PFN_vkCmdBeginConditionalRenderingEXT vkCmdBeginConditionalRenderingEXT; -extern PFN_vkCmdEndConditionalRenderingEXT vkCmdEndConditionalRenderingEXT; -#endif /* defined(VK_EXT_conditional_rendering) */ -#if defined(VK_EXT_debug_marker) -extern PFN_vkCmdDebugMarkerBeginEXT vkCmdDebugMarkerBeginEXT; -extern PFN_vkCmdDebugMarkerEndEXT vkCmdDebugMarkerEndEXT; -extern PFN_vkCmdDebugMarkerInsertEXT vkCmdDebugMarkerInsertEXT; -extern PFN_vkDebugMarkerSetObjectNameEXT vkDebugMarkerSetObjectNameEXT; -extern PFN_vkDebugMarkerSetObjectTagEXT vkDebugMarkerSetObjectTagEXT; -#endif /* defined(VK_EXT_debug_marker) */ -#if defined(VK_EXT_debug_report) -extern PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT; -extern PFN_vkDebugReportMessageEXT vkDebugReportMessageEXT; -extern PFN_vkDestroyDebugReportCallbackEXT vkDestroyDebugReportCallbackEXT; -#endif /* defined(VK_EXT_debug_report) */ -#if defined(VK_EXT_debug_utils) -extern PFN_vkCmdBeginDebugUtilsLabelEXT vkCmdBeginDebugUtilsLabelEXT; -extern PFN_vkCmdEndDebugUtilsLabelEXT vkCmdEndDebugUtilsLabelEXT; -extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT; -extern PFN_vkCreateDebugUtilsMessengerEXT vkCreateDebugUtilsMessengerEXT; -extern PFN_vkDestroyDebugUtilsMessengerEXT vkDestroyDebugUtilsMessengerEXT; -extern PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT; -extern PFN_vkQueueEndDebugUtilsLabelEXT vkQueueEndDebugUtilsLabelEXT; -extern PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT; -extern PFN_vkSetDebugUtilsObjectNameEXT vkSetDebugUtilsObjectNameEXT; -extern PFN_vkSetDebugUtilsObjectTagEXT vkSetDebugUtilsObjectTagEXT; -extern PFN_vkSubmitDebugUtilsMessageEXT vkSubmitDebugUtilsMessageEXT; -#endif /* defined(VK_EXT_debug_utils) */ -#if defined(VK_EXT_direct_mode_display) -extern PFN_vkReleaseDisplayEXT vkReleaseDisplayEXT; -#endif /* defined(VK_EXT_direct_mode_display) */ -#if defined(VK_EXT_directfb_surface) -extern PFN_vkCreateDirectFBSurfaceEXT vkCreateDirectFBSurfaceEXT; -extern PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT vkGetPhysicalDeviceDirectFBPresentationSupportEXT; -#endif /* defined(VK_EXT_directfb_surface) */ -#if defined(VK_EXT_discard_rectangles) -extern PFN_vkCmdSetDiscardRectangleEXT vkCmdSetDiscardRectangleEXT; -#endif /* defined(VK_EXT_discard_rectangles) */ -#if defined(VK_EXT_display_control) -extern PFN_vkDisplayPowerControlEXT vkDisplayPowerControlEXT; -extern PFN_vkGetSwapchainCounterEXT vkGetSwapchainCounterEXT; -extern PFN_vkRegisterDeviceEventEXT vkRegisterDeviceEventEXT; -extern PFN_vkRegisterDisplayEventEXT vkRegisterDisplayEventEXT; -#endif /* defined(VK_EXT_display_control) */ -#if defined(VK_EXT_display_surface_counter) -extern PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT vkGetPhysicalDeviceSurfaceCapabilities2EXT; -#endif /* defined(VK_EXT_display_surface_counter) */ -#if defined(VK_EXT_extended_dynamic_state) -extern PFN_vkCmdBindVertexBuffers2EXT vkCmdBindVertexBuffers2EXT; -extern PFN_vkCmdSetCullModeEXT vkCmdSetCullModeEXT; -extern PFN_vkCmdSetDepthBoundsTestEnableEXT vkCmdSetDepthBoundsTestEnableEXT; -extern PFN_vkCmdSetDepthCompareOpEXT vkCmdSetDepthCompareOpEXT; -extern PFN_vkCmdSetDepthTestEnableEXT vkCmdSetDepthTestEnableEXT; -extern PFN_vkCmdSetDepthWriteEnableEXT vkCmdSetDepthWriteEnableEXT; -extern PFN_vkCmdSetFrontFaceEXT vkCmdSetFrontFaceEXT; -extern PFN_vkCmdSetPrimitiveTopologyEXT vkCmdSetPrimitiveTopologyEXT; -extern PFN_vkCmdSetScissorWithCountEXT vkCmdSetScissorWithCountEXT; -extern PFN_vkCmdSetStencilOpEXT vkCmdSetStencilOpEXT; -extern PFN_vkCmdSetStencilTestEnableEXT vkCmdSetStencilTestEnableEXT; -extern PFN_vkCmdSetViewportWithCountEXT vkCmdSetViewportWithCountEXT; -#endif /* defined(VK_EXT_extended_dynamic_state) */ -#if defined(VK_EXT_extended_dynamic_state2) -extern PFN_vkCmdSetDepthBiasEnableEXT vkCmdSetDepthBiasEnableEXT; -extern PFN_vkCmdSetLogicOpEXT vkCmdSetLogicOpEXT; -extern PFN_vkCmdSetPatchControlPointsEXT vkCmdSetPatchControlPointsEXT; -extern PFN_vkCmdSetPrimitiveRestartEnableEXT vkCmdSetPrimitiveRestartEnableEXT; -extern PFN_vkCmdSetRasterizerDiscardEnableEXT vkCmdSetRasterizerDiscardEnableEXT; -#endif /* defined(VK_EXT_extended_dynamic_state2) */ -#if defined(VK_EXT_external_memory_host) -extern PFN_vkGetMemoryHostPointerPropertiesEXT vkGetMemoryHostPointerPropertiesEXT; -#endif /* defined(VK_EXT_external_memory_host) */ -#if defined(VK_EXT_full_screen_exclusive) -extern PFN_vkAcquireFullScreenExclusiveModeEXT vkAcquireFullScreenExclusiveModeEXT; -extern PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT vkGetPhysicalDeviceSurfacePresentModes2EXT; -extern PFN_vkReleaseFullScreenExclusiveModeEXT vkReleaseFullScreenExclusiveModeEXT; -#endif /* defined(VK_EXT_full_screen_exclusive) */ -#if defined(VK_EXT_hdr_metadata) -extern PFN_vkSetHdrMetadataEXT vkSetHdrMetadataEXT; -#endif /* defined(VK_EXT_hdr_metadata) */ -#if defined(VK_EXT_headless_surface) -extern PFN_vkCreateHeadlessSurfaceEXT vkCreateHeadlessSurfaceEXT; -#endif /* defined(VK_EXT_headless_surface) */ -#if defined(VK_EXT_host_query_reset) -extern PFN_vkResetQueryPoolEXT vkResetQueryPoolEXT; -#endif /* defined(VK_EXT_host_query_reset) */ -#if defined(VK_EXT_image_drm_format_modifier) -extern PFN_vkGetImageDrmFormatModifierPropertiesEXT vkGetImageDrmFormatModifierPropertiesEXT; -#endif /* defined(VK_EXT_image_drm_format_modifier) */ -#if defined(VK_EXT_line_rasterization) -extern PFN_vkCmdSetLineStippleEXT vkCmdSetLineStippleEXT; -#endif /* defined(VK_EXT_line_rasterization) */ -#if defined(VK_EXT_metal_surface) -extern PFN_vkCreateMetalSurfaceEXT vkCreateMetalSurfaceEXT; -#endif /* defined(VK_EXT_metal_surface) */ -#if defined(VK_EXT_multi_draw) -extern PFN_vkCmdDrawMultiEXT vkCmdDrawMultiEXT; -extern PFN_vkCmdDrawMultiIndexedEXT vkCmdDrawMultiIndexedEXT; -#endif /* defined(VK_EXT_multi_draw) */ -#if defined(VK_EXT_pageable_device_local_memory) -extern PFN_vkSetDeviceMemoryPriorityEXT vkSetDeviceMemoryPriorityEXT; -#endif /* defined(VK_EXT_pageable_device_local_memory) */ -#if defined(VK_EXT_private_data) -extern PFN_vkCreatePrivateDataSlotEXT vkCreatePrivateDataSlotEXT; -extern PFN_vkDestroyPrivateDataSlotEXT vkDestroyPrivateDataSlotEXT; -extern PFN_vkGetPrivateDataEXT vkGetPrivateDataEXT; -extern PFN_vkSetPrivateDataEXT vkSetPrivateDataEXT; -#endif /* defined(VK_EXT_private_data) */ -#if defined(VK_EXT_sample_locations) -extern PFN_vkCmdSetSampleLocationsEXT vkCmdSetSampleLocationsEXT; -extern PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT vkGetPhysicalDeviceMultisamplePropertiesEXT; -#endif /* defined(VK_EXT_sample_locations) */ -#if defined(VK_EXT_tooling_info) -extern PFN_vkGetPhysicalDeviceToolPropertiesEXT vkGetPhysicalDeviceToolPropertiesEXT; -#endif /* defined(VK_EXT_tooling_info) */ -#if defined(VK_EXT_transform_feedback) -extern PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT; -extern PFN_vkCmdBeginTransformFeedbackEXT vkCmdBeginTransformFeedbackEXT; -extern PFN_vkCmdBindTransformFeedbackBuffersEXT vkCmdBindTransformFeedbackBuffersEXT; -extern PFN_vkCmdDrawIndirectByteCountEXT vkCmdDrawIndirectByteCountEXT; -extern PFN_vkCmdEndQueryIndexedEXT vkCmdEndQueryIndexedEXT; -extern PFN_vkCmdEndTransformFeedbackEXT vkCmdEndTransformFeedbackEXT; -#endif /* defined(VK_EXT_transform_feedback) */ -#if defined(VK_EXT_validation_cache) -extern PFN_vkCreateValidationCacheEXT vkCreateValidationCacheEXT; -extern PFN_vkDestroyValidationCacheEXT vkDestroyValidationCacheEXT; -extern PFN_vkGetValidationCacheDataEXT vkGetValidationCacheDataEXT; -extern PFN_vkMergeValidationCachesEXT vkMergeValidationCachesEXT; -#endif /* defined(VK_EXT_validation_cache) */ -#if defined(VK_EXT_vertex_input_dynamic_state) -extern PFN_vkCmdSetVertexInputEXT vkCmdSetVertexInputEXT; -#endif /* defined(VK_EXT_vertex_input_dynamic_state) */ -#if defined(VK_FUCHSIA_buffer_collection) -extern PFN_vkCreateBufferCollectionFUCHSIA vkCreateBufferCollectionFUCHSIA; -extern PFN_vkDestroyBufferCollectionFUCHSIA vkDestroyBufferCollectionFUCHSIA; -extern PFN_vkGetBufferCollectionPropertiesFUCHSIA vkGetBufferCollectionPropertiesFUCHSIA; -extern PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA vkSetBufferCollectionBufferConstraintsFUCHSIA; -extern PFN_vkSetBufferCollectionImageConstraintsFUCHSIA vkSetBufferCollectionImageConstraintsFUCHSIA; -#endif /* defined(VK_FUCHSIA_buffer_collection) */ -#if defined(VK_FUCHSIA_external_memory) -extern PFN_vkGetMemoryZirconHandleFUCHSIA vkGetMemoryZirconHandleFUCHSIA; -extern PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA vkGetMemoryZirconHandlePropertiesFUCHSIA; -#endif /* defined(VK_FUCHSIA_external_memory) */ -#if defined(VK_FUCHSIA_external_semaphore) -extern PFN_vkGetSemaphoreZirconHandleFUCHSIA vkGetSemaphoreZirconHandleFUCHSIA; -extern PFN_vkImportSemaphoreZirconHandleFUCHSIA vkImportSemaphoreZirconHandleFUCHSIA; -#endif /* defined(VK_FUCHSIA_external_semaphore) */ -#if defined(VK_FUCHSIA_imagepipe_surface) -extern PFN_vkCreateImagePipeSurfaceFUCHSIA vkCreateImagePipeSurfaceFUCHSIA; -#endif /* defined(VK_FUCHSIA_imagepipe_surface) */ -#if defined(VK_GGP_stream_descriptor_surface) -extern PFN_vkCreateStreamDescriptorSurfaceGGP vkCreateStreamDescriptorSurfaceGGP; -#endif /* defined(VK_GGP_stream_descriptor_surface) */ -#if defined(VK_GOOGLE_display_timing) -extern PFN_vkGetPastPresentationTimingGOOGLE vkGetPastPresentationTimingGOOGLE; -extern PFN_vkGetRefreshCycleDurationGOOGLE vkGetRefreshCycleDurationGOOGLE; -#endif /* defined(VK_GOOGLE_display_timing) */ -#if defined(VK_HUAWEI_invocation_mask) -extern PFN_vkCmdBindInvocationMaskHUAWEI vkCmdBindInvocationMaskHUAWEI; -#endif /* defined(VK_HUAWEI_invocation_mask) */ -#if defined(VK_HUAWEI_subpass_shading) -extern PFN_vkCmdSubpassShadingHUAWEI vkCmdSubpassShadingHUAWEI; -extern PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI; -#endif /* defined(VK_HUAWEI_subpass_shading) */ -#if defined(VK_INTEL_performance_query) -extern PFN_vkAcquirePerformanceConfigurationINTEL vkAcquirePerformanceConfigurationINTEL; -extern PFN_vkCmdSetPerformanceMarkerINTEL vkCmdSetPerformanceMarkerINTEL; -extern PFN_vkCmdSetPerformanceOverrideINTEL vkCmdSetPerformanceOverrideINTEL; -extern PFN_vkCmdSetPerformanceStreamMarkerINTEL vkCmdSetPerformanceStreamMarkerINTEL; -extern PFN_vkGetPerformanceParameterINTEL vkGetPerformanceParameterINTEL; -extern PFN_vkInitializePerformanceApiINTEL vkInitializePerformanceApiINTEL; -extern PFN_vkQueueSetPerformanceConfigurationINTEL vkQueueSetPerformanceConfigurationINTEL; -extern PFN_vkReleasePerformanceConfigurationINTEL vkReleasePerformanceConfigurationINTEL; -extern PFN_vkUninitializePerformanceApiINTEL vkUninitializePerformanceApiINTEL; -#endif /* defined(VK_INTEL_performance_query) */ -#if defined(VK_KHR_acceleration_structure) -extern PFN_vkBuildAccelerationStructuresKHR vkBuildAccelerationStructuresKHR; -extern PFN_vkCmdBuildAccelerationStructuresIndirectKHR vkCmdBuildAccelerationStructuresIndirectKHR; -extern PFN_vkCmdBuildAccelerationStructuresKHR vkCmdBuildAccelerationStructuresKHR; -extern PFN_vkCmdCopyAccelerationStructureKHR vkCmdCopyAccelerationStructureKHR; -extern PFN_vkCmdCopyAccelerationStructureToMemoryKHR vkCmdCopyAccelerationStructureToMemoryKHR; -extern PFN_vkCmdCopyMemoryToAccelerationStructureKHR vkCmdCopyMemoryToAccelerationStructureKHR; -extern PFN_vkCmdWriteAccelerationStructuresPropertiesKHR vkCmdWriteAccelerationStructuresPropertiesKHR; -extern PFN_vkCopyAccelerationStructureKHR vkCopyAccelerationStructureKHR; -extern PFN_vkCopyAccelerationStructureToMemoryKHR vkCopyAccelerationStructureToMemoryKHR; -extern PFN_vkCopyMemoryToAccelerationStructureKHR vkCopyMemoryToAccelerationStructureKHR; -extern PFN_vkCreateAccelerationStructureKHR vkCreateAccelerationStructureKHR; -extern PFN_vkDestroyAccelerationStructureKHR vkDestroyAccelerationStructureKHR; -extern PFN_vkGetAccelerationStructureBuildSizesKHR vkGetAccelerationStructureBuildSizesKHR; -extern PFN_vkGetAccelerationStructureDeviceAddressKHR vkGetAccelerationStructureDeviceAddressKHR; -extern PFN_vkGetDeviceAccelerationStructureCompatibilityKHR vkGetDeviceAccelerationStructureCompatibilityKHR; -extern PFN_vkWriteAccelerationStructuresPropertiesKHR vkWriteAccelerationStructuresPropertiesKHR; -#endif /* defined(VK_KHR_acceleration_structure) */ -#if defined(VK_KHR_android_surface) -extern PFN_vkCreateAndroidSurfaceKHR vkCreateAndroidSurfaceKHR; -#endif /* defined(VK_KHR_android_surface) */ -#if defined(VK_KHR_bind_memory2) -extern PFN_vkBindBufferMemory2KHR vkBindBufferMemory2KHR; -extern PFN_vkBindImageMemory2KHR vkBindImageMemory2KHR; -#endif /* defined(VK_KHR_bind_memory2) */ -#if defined(VK_KHR_buffer_device_address) -extern PFN_vkGetBufferDeviceAddressKHR vkGetBufferDeviceAddressKHR; -extern PFN_vkGetBufferOpaqueCaptureAddressKHR vkGetBufferOpaqueCaptureAddressKHR; -extern PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR vkGetDeviceMemoryOpaqueCaptureAddressKHR; -#endif /* defined(VK_KHR_buffer_device_address) */ -#if defined(VK_KHR_copy_commands2) -extern PFN_vkCmdBlitImage2KHR vkCmdBlitImage2KHR; -extern PFN_vkCmdCopyBuffer2KHR vkCmdCopyBuffer2KHR; -extern PFN_vkCmdCopyBufferToImage2KHR vkCmdCopyBufferToImage2KHR; -extern PFN_vkCmdCopyImage2KHR vkCmdCopyImage2KHR; -extern PFN_vkCmdCopyImageToBuffer2KHR vkCmdCopyImageToBuffer2KHR; -extern PFN_vkCmdResolveImage2KHR vkCmdResolveImage2KHR; -#endif /* defined(VK_KHR_copy_commands2) */ -#if defined(VK_KHR_create_renderpass2) -extern PFN_vkCmdBeginRenderPass2KHR vkCmdBeginRenderPass2KHR; -extern PFN_vkCmdEndRenderPass2KHR vkCmdEndRenderPass2KHR; -extern PFN_vkCmdNextSubpass2KHR vkCmdNextSubpass2KHR; -extern PFN_vkCreateRenderPass2KHR vkCreateRenderPass2KHR; -#endif /* defined(VK_KHR_create_renderpass2) */ -#if defined(VK_KHR_deferred_host_operations) -extern PFN_vkCreateDeferredOperationKHR vkCreateDeferredOperationKHR; -extern PFN_vkDeferredOperationJoinKHR vkDeferredOperationJoinKHR; -extern PFN_vkDestroyDeferredOperationKHR vkDestroyDeferredOperationKHR; -extern PFN_vkGetDeferredOperationMaxConcurrencyKHR vkGetDeferredOperationMaxConcurrencyKHR; -extern PFN_vkGetDeferredOperationResultKHR vkGetDeferredOperationResultKHR; -#endif /* defined(VK_KHR_deferred_host_operations) */ -#if defined(VK_KHR_descriptor_update_template) -extern PFN_vkCreateDescriptorUpdateTemplateKHR vkCreateDescriptorUpdateTemplateKHR; -extern PFN_vkDestroyDescriptorUpdateTemplateKHR vkDestroyDescriptorUpdateTemplateKHR; -extern PFN_vkUpdateDescriptorSetWithTemplateKHR vkUpdateDescriptorSetWithTemplateKHR; -#endif /* defined(VK_KHR_descriptor_update_template) */ -#if defined(VK_KHR_device_group) -extern PFN_vkCmdDispatchBaseKHR vkCmdDispatchBaseKHR; -extern PFN_vkCmdSetDeviceMaskKHR vkCmdSetDeviceMaskKHR; -extern PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR vkGetDeviceGroupPeerMemoryFeaturesKHR; -#endif /* defined(VK_KHR_device_group) */ -#if defined(VK_KHR_device_group_creation) -extern PFN_vkEnumeratePhysicalDeviceGroupsKHR vkEnumeratePhysicalDeviceGroupsKHR; -#endif /* defined(VK_KHR_device_group_creation) */ -#if defined(VK_KHR_display) -extern PFN_vkCreateDisplayModeKHR vkCreateDisplayModeKHR; -extern PFN_vkCreateDisplayPlaneSurfaceKHR vkCreateDisplayPlaneSurfaceKHR; -extern PFN_vkGetDisplayModePropertiesKHR vkGetDisplayModePropertiesKHR; -extern PFN_vkGetDisplayPlaneCapabilitiesKHR vkGetDisplayPlaneCapabilitiesKHR; -extern PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR; -extern PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR; -extern PFN_vkGetPhysicalDeviceDisplayPropertiesKHR vkGetPhysicalDeviceDisplayPropertiesKHR; -#endif /* defined(VK_KHR_display) */ -#if defined(VK_KHR_display_swapchain) -extern PFN_vkCreateSharedSwapchainsKHR vkCreateSharedSwapchainsKHR; -#endif /* defined(VK_KHR_display_swapchain) */ -#if defined(VK_KHR_draw_indirect_count) -extern PFN_vkCmdDrawIndexedIndirectCountKHR vkCmdDrawIndexedIndirectCountKHR; -extern PFN_vkCmdDrawIndirectCountKHR vkCmdDrawIndirectCountKHR; -#endif /* defined(VK_KHR_draw_indirect_count) */ -#if defined(VK_KHR_dynamic_rendering) -extern PFN_vkCmdBeginRenderingKHR vkCmdBeginRenderingKHR; -extern PFN_vkCmdEndRenderingKHR vkCmdEndRenderingKHR; -#endif /* defined(VK_KHR_dynamic_rendering) */ -#if defined(VK_KHR_external_fence_capabilities) -extern PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR vkGetPhysicalDeviceExternalFencePropertiesKHR; -#endif /* defined(VK_KHR_external_fence_capabilities) */ -#if defined(VK_KHR_external_fence_fd) -extern PFN_vkGetFenceFdKHR vkGetFenceFdKHR; -extern PFN_vkImportFenceFdKHR vkImportFenceFdKHR; -#endif /* defined(VK_KHR_external_fence_fd) */ -#if defined(VK_KHR_external_fence_win32) -extern PFN_vkGetFenceWin32HandleKHR vkGetFenceWin32HandleKHR; -extern PFN_vkImportFenceWin32HandleKHR vkImportFenceWin32HandleKHR; -#endif /* defined(VK_KHR_external_fence_win32) */ -#if defined(VK_KHR_external_memory_capabilities) -extern PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR vkGetPhysicalDeviceExternalBufferPropertiesKHR; -#endif /* defined(VK_KHR_external_memory_capabilities) */ -#if defined(VK_KHR_external_memory_fd) -extern PFN_vkGetMemoryFdKHR vkGetMemoryFdKHR; -extern PFN_vkGetMemoryFdPropertiesKHR vkGetMemoryFdPropertiesKHR; -#endif /* defined(VK_KHR_external_memory_fd) */ -#if defined(VK_KHR_external_memory_win32) -extern PFN_vkGetMemoryWin32HandleKHR vkGetMemoryWin32HandleKHR; -extern PFN_vkGetMemoryWin32HandlePropertiesKHR vkGetMemoryWin32HandlePropertiesKHR; -#endif /* defined(VK_KHR_external_memory_win32) */ -#if defined(VK_KHR_external_semaphore_capabilities) -extern PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR vkGetPhysicalDeviceExternalSemaphorePropertiesKHR; -#endif /* defined(VK_KHR_external_semaphore_capabilities) */ -#if defined(VK_KHR_external_semaphore_fd) -extern PFN_vkGetSemaphoreFdKHR vkGetSemaphoreFdKHR; -extern PFN_vkImportSemaphoreFdKHR vkImportSemaphoreFdKHR; -#endif /* defined(VK_KHR_external_semaphore_fd) */ -#if defined(VK_KHR_external_semaphore_win32) -extern PFN_vkGetSemaphoreWin32HandleKHR vkGetSemaphoreWin32HandleKHR; -extern PFN_vkImportSemaphoreWin32HandleKHR vkImportSemaphoreWin32HandleKHR; -#endif /* defined(VK_KHR_external_semaphore_win32) */ -#if defined(VK_KHR_fragment_shading_rate) -extern PFN_vkCmdSetFragmentShadingRateKHR vkCmdSetFragmentShadingRateKHR; -extern PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR vkGetPhysicalDeviceFragmentShadingRatesKHR; -#endif /* defined(VK_KHR_fragment_shading_rate) */ -#if defined(VK_KHR_get_display_properties2) -extern PFN_vkGetDisplayModeProperties2KHR vkGetDisplayModeProperties2KHR; -extern PFN_vkGetDisplayPlaneCapabilities2KHR vkGetDisplayPlaneCapabilities2KHR; -extern PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR; -extern PFN_vkGetPhysicalDeviceDisplayProperties2KHR vkGetPhysicalDeviceDisplayProperties2KHR; -#endif /* defined(VK_KHR_get_display_properties2) */ -#if defined(VK_KHR_get_memory_requirements2) -extern PFN_vkGetBufferMemoryRequirements2KHR vkGetBufferMemoryRequirements2KHR; -extern PFN_vkGetImageMemoryRequirements2KHR vkGetImageMemoryRequirements2KHR; -extern PFN_vkGetImageSparseMemoryRequirements2KHR vkGetImageSparseMemoryRequirements2KHR; -#endif /* defined(VK_KHR_get_memory_requirements2) */ -#if defined(VK_KHR_get_physical_device_properties2) -extern PFN_vkGetPhysicalDeviceFeatures2KHR vkGetPhysicalDeviceFeatures2KHR; -extern PFN_vkGetPhysicalDeviceFormatProperties2KHR vkGetPhysicalDeviceFormatProperties2KHR; -extern PFN_vkGetPhysicalDeviceImageFormatProperties2KHR vkGetPhysicalDeviceImageFormatProperties2KHR; -extern PFN_vkGetPhysicalDeviceMemoryProperties2KHR vkGetPhysicalDeviceMemoryProperties2KHR; -extern PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR; -extern PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR vkGetPhysicalDeviceQueueFamilyProperties2KHR; -extern PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR vkGetPhysicalDeviceSparseImageFormatProperties2KHR; -#endif /* defined(VK_KHR_get_physical_device_properties2) */ -#if defined(VK_KHR_get_surface_capabilities2) -extern PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR vkGetPhysicalDeviceSurfaceCapabilities2KHR; -extern PFN_vkGetPhysicalDeviceSurfaceFormats2KHR vkGetPhysicalDeviceSurfaceFormats2KHR; -#endif /* defined(VK_KHR_get_surface_capabilities2) */ -#if defined(VK_KHR_maintenance1) -extern PFN_vkTrimCommandPoolKHR vkTrimCommandPoolKHR; -#endif /* defined(VK_KHR_maintenance1) */ -#if defined(VK_KHR_maintenance3) -extern PFN_vkGetDescriptorSetLayoutSupportKHR vkGetDescriptorSetLayoutSupportKHR; -#endif /* defined(VK_KHR_maintenance3) */ -#if defined(VK_KHR_maintenance4) -extern PFN_vkGetDeviceBufferMemoryRequirementsKHR vkGetDeviceBufferMemoryRequirementsKHR; -extern PFN_vkGetDeviceImageMemoryRequirementsKHR vkGetDeviceImageMemoryRequirementsKHR; -extern PFN_vkGetDeviceImageSparseMemoryRequirementsKHR vkGetDeviceImageSparseMemoryRequirementsKHR; -#endif /* defined(VK_KHR_maintenance4) */ -#if defined(VK_KHR_performance_query) -extern PFN_vkAcquireProfilingLockKHR vkAcquireProfilingLockKHR; -extern PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR; -extern PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR; -extern PFN_vkReleaseProfilingLockKHR vkReleaseProfilingLockKHR; -#endif /* defined(VK_KHR_performance_query) */ -#if defined(VK_KHR_pipeline_executable_properties) -extern PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR; -extern PFN_vkGetPipelineExecutablePropertiesKHR vkGetPipelineExecutablePropertiesKHR; -extern PFN_vkGetPipelineExecutableStatisticsKHR vkGetPipelineExecutableStatisticsKHR; -#endif /* defined(VK_KHR_pipeline_executable_properties) */ -#if defined(VK_KHR_present_wait) -extern PFN_vkWaitForPresentKHR vkWaitForPresentKHR; -#endif /* defined(VK_KHR_present_wait) */ -#if defined(VK_KHR_push_descriptor) -extern PFN_vkCmdPushDescriptorSetKHR vkCmdPushDescriptorSetKHR; -#endif /* defined(VK_KHR_push_descriptor) */ -#if defined(VK_KHR_ray_tracing_pipeline) -extern PFN_vkCmdSetRayTracingPipelineStackSizeKHR vkCmdSetRayTracingPipelineStackSizeKHR; -extern PFN_vkCmdTraceRaysIndirectKHR vkCmdTraceRaysIndirectKHR; -extern PFN_vkCmdTraceRaysKHR vkCmdTraceRaysKHR; -extern PFN_vkCreateRayTracingPipelinesKHR vkCreateRayTracingPipelinesKHR; -extern PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR vkGetRayTracingCaptureReplayShaderGroupHandlesKHR; -extern PFN_vkGetRayTracingShaderGroupHandlesKHR vkGetRayTracingShaderGroupHandlesKHR; -extern PFN_vkGetRayTracingShaderGroupStackSizeKHR vkGetRayTracingShaderGroupStackSizeKHR; -#endif /* defined(VK_KHR_ray_tracing_pipeline) */ -#if defined(VK_KHR_sampler_ycbcr_conversion) -extern PFN_vkCreateSamplerYcbcrConversionKHR vkCreateSamplerYcbcrConversionKHR; -extern PFN_vkDestroySamplerYcbcrConversionKHR vkDestroySamplerYcbcrConversionKHR; -#endif /* defined(VK_KHR_sampler_ycbcr_conversion) */ -#if defined(VK_KHR_shared_presentable_image) -extern PFN_vkGetSwapchainStatusKHR vkGetSwapchainStatusKHR; -#endif /* defined(VK_KHR_shared_presentable_image) */ -#if defined(VK_KHR_surface) -extern PFN_vkDestroySurfaceKHR vkDestroySurfaceKHR; -extern PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR vkGetPhysicalDeviceSurfaceCapabilitiesKHR; -extern PFN_vkGetPhysicalDeviceSurfaceFormatsKHR vkGetPhysicalDeviceSurfaceFormatsKHR; -extern PFN_vkGetPhysicalDeviceSurfacePresentModesKHR vkGetPhysicalDeviceSurfacePresentModesKHR; -extern PFN_vkGetPhysicalDeviceSurfaceSupportKHR vkGetPhysicalDeviceSurfaceSupportKHR; -#endif /* defined(VK_KHR_surface) */ -#if defined(VK_KHR_swapchain) -extern PFN_vkAcquireNextImageKHR vkAcquireNextImageKHR; -extern PFN_vkCreateSwapchainKHR vkCreateSwapchainKHR; -extern PFN_vkDestroySwapchainKHR vkDestroySwapchainKHR; -extern PFN_vkGetSwapchainImagesKHR vkGetSwapchainImagesKHR; -extern PFN_vkQueuePresentKHR vkQueuePresentKHR; -#endif /* defined(VK_KHR_swapchain) */ -#if defined(VK_KHR_synchronization2) -extern PFN_vkCmdPipelineBarrier2KHR vkCmdPipelineBarrier2KHR; -extern PFN_vkCmdResetEvent2KHR vkCmdResetEvent2KHR; -extern PFN_vkCmdSetEvent2KHR vkCmdSetEvent2KHR; -extern PFN_vkCmdWaitEvents2KHR vkCmdWaitEvents2KHR; -extern PFN_vkCmdWriteTimestamp2KHR vkCmdWriteTimestamp2KHR; -extern PFN_vkQueueSubmit2KHR vkQueueSubmit2KHR; -#endif /* defined(VK_KHR_synchronization2) */ -#if defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) -extern PFN_vkCmdWriteBufferMarker2AMD vkCmdWriteBufferMarker2AMD; -#endif /* defined(VK_KHR_synchronization2) && defined(VK_AMD_buffer_marker) */ -#if defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) -extern PFN_vkGetQueueCheckpointData2NV vkGetQueueCheckpointData2NV; -#endif /* defined(VK_KHR_synchronization2) && defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_KHR_timeline_semaphore) -extern PFN_vkGetSemaphoreCounterValueKHR vkGetSemaphoreCounterValueKHR; -extern PFN_vkSignalSemaphoreKHR vkSignalSemaphoreKHR; -extern PFN_vkWaitSemaphoresKHR vkWaitSemaphoresKHR; -#endif /* defined(VK_KHR_timeline_semaphore) */ -#if defined(VK_KHR_video_decode_queue) -extern PFN_vkCmdDecodeVideoKHR vkCmdDecodeVideoKHR; -#endif /* defined(VK_KHR_video_decode_queue) */ -#if defined(VK_KHR_video_encode_queue) -extern PFN_vkCmdEncodeVideoKHR vkCmdEncodeVideoKHR; -#endif /* defined(VK_KHR_video_encode_queue) */ -#if defined(VK_KHR_video_queue) -extern PFN_vkBindVideoSessionMemoryKHR vkBindVideoSessionMemoryKHR; -extern PFN_vkCmdBeginVideoCodingKHR vkCmdBeginVideoCodingKHR; -extern PFN_vkCmdControlVideoCodingKHR vkCmdControlVideoCodingKHR; -extern PFN_vkCmdEndVideoCodingKHR vkCmdEndVideoCodingKHR; -extern PFN_vkCreateVideoSessionKHR vkCreateVideoSessionKHR; -extern PFN_vkCreateVideoSessionParametersKHR vkCreateVideoSessionParametersKHR; -extern PFN_vkDestroyVideoSessionKHR vkDestroyVideoSessionKHR; -extern PFN_vkDestroyVideoSessionParametersKHR vkDestroyVideoSessionParametersKHR; -extern PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR vkGetPhysicalDeviceVideoCapabilitiesKHR; -extern PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR vkGetPhysicalDeviceVideoFormatPropertiesKHR; -extern PFN_vkGetVideoSessionMemoryRequirementsKHR vkGetVideoSessionMemoryRequirementsKHR; -extern PFN_vkUpdateVideoSessionParametersKHR vkUpdateVideoSessionParametersKHR; -#endif /* defined(VK_KHR_video_queue) */ -#if defined(VK_KHR_wayland_surface) -extern PFN_vkCreateWaylandSurfaceKHR vkCreateWaylandSurfaceKHR; -extern PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR; -#endif /* defined(VK_KHR_wayland_surface) */ -#if defined(VK_KHR_win32_surface) -extern PFN_vkCreateWin32SurfaceKHR vkCreateWin32SurfaceKHR; -extern PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR vkGetPhysicalDeviceWin32PresentationSupportKHR; -#endif /* defined(VK_KHR_win32_surface) */ -#if defined(VK_KHR_xcb_surface) -extern PFN_vkCreateXcbSurfaceKHR vkCreateXcbSurfaceKHR; -extern PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR vkGetPhysicalDeviceXcbPresentationSupportKHR; -#endif /* defined(VK_KHR_xcb_surface) */ -#if defined(VK_KHR_xlib_surface) -extern PFN_vkCreateXlibSurfaceKHR vkCreateXlibSurfaceKHR; -extern PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR vkGetPhysicalDeviceXlibPresentationSupportKHR; -#endif /* defined(VK_KHR_xlib_surface) */ -#if defined(VK_MVK_ios_surface) -extern PFN_vkCreateIOSSurfaceMVK vkCreateIOSSurfaceMVK; -#endif /* defined(VK_MVK_ios_surface) */ -#if defined(VK_MVK_macos_surface) -extern PFN_vkCreateMacOSSurfaceMVK vkCreateMacOSSurfaceMVK; -#endif /* defined(VK_MVK_macos_surface) */ -#if defined(VK_NN_vi_surface) -extern PFN_vkCreateViSurfaceNN vkCreateViSurfaceNN; -#endif /* defined(VK_NN_vi_surface) */ -#if defined(VK_NVX_binary_import) -extern PFN_vkCmdCuLaunchKernelNVX vkCmdCuLaunchKernelNVX; -extern PFN_vkCreateCuFunctionNVX vkCreateCuFunctionNVX; -extern PFN_vkCreateCuModuleNVX vkCreateCuModuleNVX; -extern PFN_vkDestroyCuFunctionNVX vkDestroyCuFunctionNVX; -extern PFN_vkDestroyCuModuleNVX vkDestroyCuModuleNVX; -#endif /* defined(VK_NVX_binary_import) */ -#if defined(VK_NVX_image_view_handle) -extern PFN_vkGetImageViewAddressNVX vkGetImageViewAddressNVX; -extern PFN_vkGetImageViewHandleNVX vkGetImageViewHandleNVX; -#endif /* defined(VK_NVX_image_view_handle) */ -#if defined(VK_NV_acquire_winrt_display) -extern PFN_vkAcquireWinrtDisplayNV vkAcquireWinrtDisplayNV; -extern PFN_vkGetWinrtDisplayNV vkGetWinrtDisplayNV; -#endif /* defined(VK_NV_acquire_winrt_display) */ -#if defined(VK_NV_clip_space_w_scaling) -extern PFN_vkCmdSetViewportWScalingNV vkCmdSetViewportWScalingNV; -#endif /* defined(VK_NV_clip_space_w_scaling) */ -#if defined(VK_NV_cooperative_matrix) -extern PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV vkGetPhysicalDeviceCooperativeMatrixPropertiesNV; -#endif /* defined(VK_NV_cooperative_matrix) */ -#if defined(VK_NV_coverage_reduction_mode) -extern PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV; -#endif /* defined(VK_NV_coverage_reduction_mode) */ -#if defined(VK_NV_device_diagnostic_checkpoints) -extern PFN_vkCmdSetCheckpointNV vkCmdSetCheckpointNV; -extern PFN_vkGetQueueCheckpointDataNV vkGetQueueCheckpointDataNV; -#endif /* defined(VK_NV_device_diagnostic_checkpoints) */ -#if defined(VK_NV_device_generated_commands) -extern PFN_vkCmdBindPipelineShaderGroupNV vkCmdBindPipelineShaderGroupNV; -extern PFN_vkCmdExecuteGeneratedCommandsNV vkCmdExecuteGeneratedCommandsNV; -extern PFN_vkCmdPreprocessGeneratedCommandsNV vkCmdPreprocessGeneratedCommandsNV; -extern PFN_vkCreateIndirectCommandsLayoutNV vkCreateIndirectCommandsLayoutNV; -extern PFN_vkDestroyIndirectCommandsLayoutNV vkDestroyIndirectCommandsLayoutNV; -extern PFN_vkGetGeneratedCommandsMemoryRequirementsNV vkGetGeneratedCommandsMemoryRequirementsNV; -#endif /* defined(VK_NV_device_generated_commands) */ -#if defined(VK_NV_external_memory_capabilities) -extern PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV vkGetPhysicalDeviceExternalImageFormatPropertiesNV; -#endif /* defined(VK_NV_external_memory_capabilities) */ -#if defined(VK_NV_external_memory_rdma) -extern PFN_vkGetMemoryRemoteAddressNV vkGetMemoryRemoteAddressNV; -#endif /* defined(VK_NV_external_memory_rdma) */ -#if defined(VK_NV_external_memory_win32) -extern PFN_vkGetMemoryWin32HandleNV vkGetMemoryWin32HandleNV; -#endif /* defined(VK_NV_external_memory_win32) */ -#if defined(VK_NV_fragment_shading_rate_enums) -extern PFN_vkCmdSetFragmentShadingRateEnumNV vkCmdSetFragmentShadingRateEnumNV; -#endif /* defined(VK_NV_fragment_shading_rate_enums) */ -#if defined(VK_NV_mesh_shader) -extern PFN_vkCmdDrawMeshTasksIndirectCountNV vkCmdDrawMeshTasksIndirectCountNV; -extern PFN_vkCmdDrawMeshTasksIndirectNV vkCmdDrawMeshTasksIndirectNV; -extern PFN_vkCmdDrawMeshTasksNV vkCmdDrawMeshTasksNV; -#endif /* defined(VK_NV_mesh_shader) */ -#if defined(VK_NV_ray_tracing) -extern PFN_vkBindAccelerationStructureMemoryNV vkBindAccelerationStructureMemoryNV; -extern PFN_vkCmdBuildAccelerationStructureNV vkCmdBuildAccelerationStructureNV; -extern PFN_vkCmdCopyAccelerationStructureNV vkCmdCopyAccelerationStructureNV; -extern PFN_vkCmdTraceRaysNV vkCmdTraceRaysNV; -extern PFN_vkCmdWriteAccelerationStructuresPropertiesNV vkCmdWriteAccelerationStructuresPropertiesNV; -extern PFN_vkCompileDeferredNV vkCompileDeferredNV; -extern PFN_vkCreateAccelerationStructureNV vkCreateAccelerationStructureNV; -extern PFN_vkCreateRayTracingPipelinesNV vkCreateRayTracingPipelinesNV; -extern PFN_vkDestroyAccelerationStructureNV vkDestroyAccelerationStructureNV; -extern PFN_vkGetAccelerationStructureHandleNV vkGetAccelerationStructureHandleNV; -extern PFN_vkGetAccelerationStructureMemoryRequirementsNV vkGetAccelerationStructureMemoryRequirementsNV; -extern PFN_vkGetRayTracingShaderGroupHandlesNV vkGetRayTracingShaderGroupHandlesNV; -#endif /* defined(VK_NV_ray_tracing) */ -#if defined(VK_NV_scissor_exclusive) -extern PFN_vkCmdSetExclusiveScissorNV vkCmdSetExclusiveScissorNV; -#endif /* defined(VK_NV_scissor_exclusive) */ -#if defined(VK_NV_shading_rate_image) -extern PFN_vkCmdBindShadingRateImageNV vkCmdBindShadingRateImageNV; -extern PFN_vkCmdSetCoarseSampleOrderNV vkCmdSetCoarseSampleOrderNV; -extern PFN_vkCmdSetViewportShadingRatePaletteNV vkCmdSetViewportShadingRatePaletteNV; -#endif /* defined(VK_NV_shading_rate_image) */ -#if defined(VK_QNX_screen_surface) -extern PFN_vkCreateScreenSurfaceQNX vkCreateScreenSurfaceQNX; -extern PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX vkGetPhysicalDeviceScreenPresentationSupportQNX; -#endif /* defined(VK_QNX_screen_surface) */ -#if (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) -extern PFN_vkGetDeviceGroupSurfacePresentModes2EXT vkGetDeviceGroupSurfacePresentModes2EXT; -#endif /* (defined(VK_EXT_full_screen_exclusive) && defined(VK_KHR_device_group)) || (defined(VK_EXT_full_screen_exclusive) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) -extern PFN_vkCmdPushDescriptorSetWithTemplateKHR vkCmdPushDescriptorSetWithTemplateKHR; -#endif /* (defined(VK_KHR_descriptor_update_template) && defined(VK_KHR_push_descriptor)) || (defined(VK_KHR_push_descriptor) && defined(VK_VERSION_1_1)) || (defined(VK_KHR_push_descriptor) && defined(VK_KHR_descriptor_update_template)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) -extern PFN_vkGetDeviceGroupPresentCapabilitiesKHR vkGetDeviceGroupPresentCapabilitiesKHR; -extern PFN_vkGetDeviceGroupSurfacePresentModesKHR vkGetDeviceGroupSurfacePresentModesKHR; -extern PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR; -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_surface)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ -#if (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) -extern PFN_vkAcquireNextImage2KHR vkAcquireNextImage2KHR; -#endif /* (defined(VK_KHR_device_group) && defined(VK_KHR_swapchain)) || (defined(VK_KHR_swapchain) && defined(VK_VERSION_1_1)) */ -/* VOLK_GENERATE_PROTOTYPES_H */ - -#ifdef __cplusplus -} -#endif - -#endif - -#ifdef VOLK_IMPLEMENTATION -#undef VOLK_IMPLEMENTATION -// Prevent tools like dependency checkers that don't evaluate -// macros from detecting a cyclic dependency. -#define VOLK_SOURCE "volk.c" -#include VOLK_SOURCE -#endif - -/** - * Copyright (c) 2018-2019 Arseny Kapoulkine - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. -*/ -/* clang-format on */ diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_icd.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_icd.h deleted file mode 100644 index 41989ee3..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_icd.h +++ /dev/null @@ -1,245 +0,0 @@ -// -// File: vk_icd.h -// -/* - * Copyright (c) 2015-2016 The Khronos Group Inc. - * Copyright (c) 2015-2016 Valve Corporation - * Copyright (c) 2015-2016 LunarG, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -#ifndef VKICD_H -#define VKICD_H - -#include "vulkan.h" -#include - -// Loader-ICD version negotiation API. Versions add the following features: -// Version 0 - Initial. Doesn't support vk_icdGetInstanceProcAddr -// or vk_icdNegotiateLoaderICDInterfaceVersion. -// Version 1 - Add support for vk_icdGetInstanceProcAddr. -// Version 2 - Add Loader/ICD Interface version negotiation -// via vk_icdNegotiateLoaderICDInterfaceVersion. -// Version 3 - Add ICD creation/destruction of KHR_surface objects. -// Version 4 - Add unknown physical device extension querying via -// vk_icdGetPhysicalDeviceProcAddr. -// Version 5 - Tells ICDs that the loader is now paying attention to the -// application version of Vulkan passed into the ApplicationInfo -// structure during vkCreateInstance. This will tell the ICD -// that if the loader is older, it should automatically fail a -// call for any API version > 1.0. Otherwise, the loader will -// manually determine if it can support the expected version. -// Version 6 - Add support for vk_icdEnumerateAdapterPhysicalDevices. -#define CURRENT_LOADER_ICD_INTERFACE_VERSION 6 -#define MIN_SUPPORTED_LOADER_ICD_INTERFACE_VERSION 0 -#define MIN_PHYS_DEV_EXTENSION_ICD_INTERFACE_VERSION 4 - -// Old typedefs that don't follow a proper naming convention but are preserved for compatibility -typedef VkResult(VKAPI_PTR *PFN_vkNegotiateLoaderICDInterfaceVersion)(uint32_t *pVersion); -// This is defined in vk_layer.h which will be found by the loader, but if an ICD is building against this -// file directly, it won't be found. -#ifndef PFN_GetPhysicalDeviceProcAddr -typedef PFN_vkVoidFunction(VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char *pName); -#endif - -// Typedefs for loader/ICD interface -typedef VkResult (VKAPI_PTR *PFN_vk_icdNegotiateLoaderICDInterfaceVersion)(uint32_t* pVersion); -typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vk_icdGetInstanceProcAddr)(VkInstance instance, const char* pName); -typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vk_icdGetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName); -#if defined(VK_USE_PLATFORM_WIN32_KHR) -typedef VkResult (VKAPI_PTR *PFN_vk_icdEnumerateAdapterPhysicalDevices)(VkInstance instance, LUID adapterLUID, - uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices); -#endif - -// Prototypes for loader/ICD interface -#if !defined(VK_NO_PROTOTYPES) -#ifdef __cplusplus -extern "C" { -#endif - VKAPI_ATTR VkResult VKAPI_CALL vk_icdNegotiateLoaderICDInterfaceVersion(uint32_t* pVersion); - VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vk_icdGetInstanceProcAddr(VkInstance instance, const char* pName); - VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vk_icdGetPhysicalDeviceProcAddr(VkInstance isntance, const char* pName); -#if defined(VK_USE_PLATFORM_WIN32_KHR) - VKAPI_ATTR VkResult VKAPI_CALL vk_icdEnumerateAdapterPhysicalDevices(VkInstance instance, LUID adapterLUID, - uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices); -#endif -#ifdef __cplusplus -} -#endif -#endif - -/* - * The ICD must reserve space for a pointer for the loader's dispatch - * table, at the start of . - * The ICD must initialize this variable using the SET_LOADER_MAGIC_VALUE macro. - */ - -#define ICD_LOADER_MAGIC 0x01CDC0DE - -typedef union { - uintptr_t loaderMagic; - void *loaderData; -} VK_LOADER_DATA; - -static inline void set_loader_magic_value(void *pNewObject) { - VK_LOADER_DATA *loader_info = (VK_LOADER_DATA *)pNewObject; - loader_info->loaderMagic = ICD_LOADER_MAGIC; -} - -static inline bool valid_loader_magic_value(void *pNewObject) { - const VK_LOADER_DATA *loader_info = (VK_LOADER_DATA *)pNewObject; - return (loader_info->loaderMagic & 0xffffffff) == ICD_LOADER_MAGIC; -} - -/* - * Windows and Linux ICDs will treat VkSurfaceKHR as a pointer to a struct that - * contains the platform-specific connection and surface information. - */ -typedef enum { - VK_ICD_WSI_PLATFORM_MIR, - VK_ICD_WSI_PLATFORM_WAYLAND, - VK_ICD_WSI_PLATFORM_WIN32, - VK_ICD_WSI_PLATFORM_XCB, - VK_ICD_WSI_PLATFORM_XLIB, - VK_ICD_WSI_PLATFORM_ANDROID, - VK_ICD_WSI_PLATFORM_MACOS, - VK_ICD_WSI_PLATFORM_IOS, - VK_ICD_WSI_PLATFORM_DISPLAY, - VK_ICD_WSI_PLATFORM_HEADLESS, - VK_ICD_WSI_PLATFORM_METAL, - VK_ICD_WSI_PLATFORM_DIRECTFB, - VK_ICD_WSI_PLATFORM_VI, - VK_ICD_WSI_PLATFORM_GGP, - VK_ICD_WSI_PLATFORM_SCREEN, -} VkIcdWsiPlatform; - -typedef struct { - VkIcdWsiPlatform platform; -} VkIcdSurfaceBase; - -#ifdef VK_USE_PLATFORM_MIR_KHR -typedef struct { - VkIcdSurfaceBase base; - MirConnection *connection; - MirSurface *mirSurface; -} VkIcdSurfaceMir; -#endif // VK_USE_PLATFORM_MIR_KHR - -#ifdef VK_USE_PLATFORM_WAYLAND_KHR -typedef struct { - VkIcdSurfaceBase base; - struct wl_display *display; - struct wl_surface *surface; -} VkIcdSurfaceWayland; -#endif // VK_USE_PLATFORM_WAYLAND_KHR - -#ifdef VK_USE_PLATFORM_WIN32_KHR -typedef struct { - VkIcdSurfaceBase base; - HINSTANCE hinstance; - HWND hwnd; -} VkIcdSurfaceWin32; -#endif // VK_USE_PLATFORM_WIN32_KHR - -#ifdef VK_USE_PLATFORM_XCB_KHR -typedef struct { - VkIcdSurfaceBase base; - xcb_connection_t *connection; - xcb_window_t window; -} VkIcdSurfaceXcb; -#endif // VK_USE_PLATFORM_XCB_KHR - -#ifdef VK_USE_PLATFORM_XLIB_KHR -typedef struct { - VkIcdSurfaceBase base; - Display *dpy; - Window window; -} VkIcdSurfaceXlib; -#endif // VK_USE_PLATFORM_XLIB_KHR - -#ifdef VK_USE_PLATFORM_DIRECTFB_EXT -typedef struct { - VkIcdSurfaceBase base; - IDirectFB *dfb; - IDirectFBSurface *surface; -} VkIcdSurfaceDirectFB; -#endif // VK_USE_PLATFORM_DIRECTFB_EXT - -#ifdef VK_USE_PLATFORM_ANDROID_KHR -typedef struct { - VkIcdSurfaceBase base; - struct ANativeWindow *window; -} VkIcdSurfaceAndroid; -#endif // VK_USE_PLATFORM_ANDROID_KHR - -#ifdef VK_USE_PLATFORM_MACOS_MVK -typedef struct { - VkIcdSurfaceBase base; - const void *pView; -} VkIcdSurfaceMacOS; -#endif // VK_USE_PLATFORM_MACOS_MVK - -#ifdef VK_USE_PLATFORM_IOS_MVK -typedef struct { - VkIcdSurfaceBase base; - const void *pView; -} VkIcdSurfaceIOS; -#endif // VK_USE_PLATFORM_IOS_MVK - -#ifdef VK_USE_PLATFORM_GGP -typedef struct { - VkIcdSurfaceBase base; - GgpStreamDescriptor streamDescriptor; -} VkIcdSurfaceGgp; -#endif // VK_USE_PLATFORM_GGP - -typedef struct { - VkIcdSurfaceBase base; - VkDisplayModeKHR displayMode; - uint32_t planeIndex; - uint32_t planeStackIndex; - VkSurfaceTransformFlagBitsKHR transform; - float globalAlpha; - VkDisplayPlaneAlphaFlagBitsKHR alphaMode; - VkExtent2D imageExtent; -} VkIcdSurfaceDisplay; - -typedef struct { - VkIcdSurfaceBase base; -} VkIcdSurfaceHeadless; - -#ifdef VK_USE_PLATFORM_METAL_EXT -typedef struct { - VkIcdSurfaceBase base; - const CAMetalLayer *pLayer; -} VkIcdSurfaceMetal; -#endif // VK_USE_PLATFORM_METAL_EXT - -#ifdef VK_USE_PLATFORM_VI_NN -typedef struct { - VkIcdSurfaceBase base; - void *window; -} VkIcdSurfaceVi; -#endif // VK_USE_PLATFORM_VI_NN - -#ifdef VK_USE_PLATFORM_SCREEN_QNX -typedef struct { - VkIcdSurfaceBase base; - struct _screen_context *context; - struct _screen_window *window; -} VkIcdSurfaceScreen; -#endif // VK_USE_PLATFORM_SCREEN_QNX - -#endif // VKICD_H diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_layer.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_layer.h deleted file mode 100644 index 0651870c..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_layer.h +++ /dev/null @@ -1,210 +0,0 @@ -// -// File: vk_layer.h -// -/* - * Copyright (c) 2015-2017 The Khronos Group Inc. - * Copyright (c) 2015-2017 Valve Corporation - * Copyright (c) 2015-2017 LunarG, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -/* Need to define dispatch table - * Core struct can then have ptr to dispatch table at the top - * Along with object ptrs for current and next OBJ - */ -#pragma once - -#include "vulkan.h" -#if defined(__GNUC__) && __GNUC__ >= 4 -#define VK_LAYER_EXPORT __attribute__((visibility("default"))) -#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590) -#define VK_LAYER_EXPORT __attribute__((visibility("default"))) -#else -#define VK_LAYER_EXPORT -#endif - -#define MAX_NUM_UNKNOWN_EXTS 250 - - // Loader-Layer version negotiation API. Versions add the following features: - // Versions 0/1 - Initial. Doesn't support vk_layerGetPhysicalDeviceProcAddr - // or vk_icdNegotiateLoaderLayerInterfaceVersion. - // Version 2 - Add support for vk_layerGetPhysicalDeviceProcAddr and - // vk_icdNegotiateLoaderLayerInterfaceVersion. -#define CURRENT_LOADER_LAYER_INTERFACE_VERSION 2 -#define MIN_SUPPORTED_LOADER_LAYER_INTERFACE_VERSION 1 - -#define VK_CURRENT_CHAIN_VERSION 1 - -// Typedef for use in the interfaces below -typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName); - -// Version negotiation values -typedef enum VkNegotiateLayerStructType { - LAYER_NEGOTIATE_UNINTIALIZED = 0, - LAYER_NEGOTIATE_INTERFACE_STRUCT = 1, -} VkNegotiateLayerStructType; - -// Version negotiation structures -typedef struct VkNegotiateLayerInterface { - VkNegotiateLayerStructType sType; - void *pNext; - uint32_t loaderLayerInterfaceVersion; - PFN_vkGetInstanceProcAddr pfnGetInstanceProcAddr; - PFN_vkGetDeviceProcAddr pfnGetDeviceProcAddr; - PFN_GetPhysicalDeviceProcAddr pfnGetPhysicalDeviceProcAddr; -} VkNegotiateLayerInterface; - -// Version negotiation functions -typedef VkResult (VKAPI_PTR *PFN_vkNegotiateLoaderLayerInterfaceVersion)(VkNegotiateLayerInterface *pVersionStruct); - -// Function prototype for unknown physical device extension command -typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device); - -// ------------------------------------------------------------------------------------------------ -// CreateInstance and CreateDevice support structures - -/* Sub type of structure for instance and device loader ext of CreateInfo. - * When sType == VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO - * or sType == VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO - * then VkLayerFunction indicates struct type pointed to by pNext - */ -typedef enum VkLayerFunction_ { - VK_LAYER_LINK_INFO = 0, - VK_LOADER_DATA_CALLBACK = 1, - VK_LOADER_LAYER_CREATE_DEVICE_CALLBACK = 2, - VK_LOADER_FEATURES = 3, -} VkLayerFunction; - -typedef struct VkLayerInstanceLink_ { - struct VkLayerInstanceLink_ *pNext; - PFN_vkGetInstanceProcAddr pfnNextGetInstanceProcAddr; - PFN_GetPhysicalDeviceProcAddr pfnNextGetPhysicalDeviceProcAddr; -} VkLayerInstanceLink; - -/* - * When creating the device chain the loader needs to pass - * down information about it's device structure needed at - * the end of the chain. Passing the data via the - * VkLayerDeviceInfo avoids issues with finding the - * exact instance being used. - */ -typedef struct VkLayerDeviceInfo_ { - void *device_info; - PFN_vkGetInstanceProcAddr pfnNextGetInstanceProcAddr; -} VkLayerDeviceInfo; - -typedef VkResult (VKAPI_PTR *PFN_vkSetInstanceLoaderData)(VkInstance instance, - void *object); -typedef VkResult (VKAPI_PTR *PFN_vkSetDeviceLoaderData)(VkDevice device, - void *object); -typedef VkResult (VKAPI_PTR *PFN_vkLayerCreateDevice)(VkInstance instance, VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCreateInfo, - const VkAllocationCallbacks *pAllocator, VkDevice *pDevice, PFN_vkGetInstanceProcAddr layerGIPA, PFN_vkGetDeviceProcAddr *nextGDPA); -typedef void (VKAPI_PTR *PFN_vkLayerDestroyDevice)(VkDevice physicalDevice, const VkAllocationCallbacks *pAllocator, PFN_vkDestroyDevice destroyFunction); - -typedef enum VkLoaderFeastureFlagBits { - VK_LOADER_FEATURE_PHYSICAL_DEVICE_SORTING = 0x00000001, -} VkLoaderFlagBits; -typedef VkFlags VkLoaderFeatureFlags; - -typedef struct { - VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO - const void *pNext; - VkLayerFunction function; - union { - VkLayerInstanceLink *pLayerInfo; - PFN_vkSetInstanceLoaderData pfnSetInstanceLoaderData; - struct { - PFN_vkLayerCreateDevice pfnLayerCreateDevice; - PFN_vkLayerDestroyDevice pfnLayerDestroyDevice; - } layerDevice; - VkLoaderFeatureFlags loaderFeatures; - } u; -} VkLayerInstanceCreateInfo; - -typedef struct VkLayerDeviceLink_ { - struct VkLayerDeviceLink_ *pNext; - PFN_vkGetInstanceProcAddr pfnNextGetInstanceProcAddr; - PFN_vkGetDeviceProcAddr pfnNextGetDeviceProcAddr; -} VkLayerDeviceLink; - -typedef struct { - VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO - const void *pNext; - VkLayerFunction function; - union { - VkLayerDeviceLink *pLayerInfo; - PFN_vkSetDeviceLoaderData pfnSetDeviceLoaderData; - } u; -} VkLayerDeviceCreateInfo; - -#ifdef __cplusplus -extern "C" { -#endif - -VKAPI_ATTR VkResult VKAPI_CALL vkNegotiateLoaderLayerInterfaceVersion(VkNegotiateLayerInterface *pVersionStruct); - -typedef enum VkChainType { - VK_CHAIN_TYPE_UNKNOWN = 0, - VK_CHAIN_TYPE_ENUMERATE_INSTANCE_EXTENSION_PROPERTIES = 1, - VK_CHAIN_TYPE_ENUMERATE_INSTANCE_LAYER_PROPERTIES = 2, - VK_CHAIN_TYPE_ENUMERATE_INSTANCE_VERSION = 3, -} VkChainType; - -typedef struct VkChainHeader { - VkChainType type; - uint32_t version; - uint32_t size; -} VkChainHeader; - -typedef struct VkEnumerateInstanceExtensionPropertiesChain { - VkChainHeader header; - VkResult(VKAPI_PTR *pfnNextLayer)(const struct VkEnumerateInstanceExtensionPropertiesChain *, const char *, uint32_t *, - VkExtensionProperties *); - const struct VkEnumerateInstanceExtensionPropertiesChain *pNextLink; - -#if defined(__cplusplus) - inline VkResult CallDown(const char *pLayerName, uint32_t *pPropertyCount, VkExtensionProperties *pProperties) const { - return pfnNextLayer(pNextLink, pLayerName, pPropertyCount, pProperties); - } -#endif -} VkEnumerateInstanceExtensionPropertiesChain; - -typedef struct VkEnumerateInstanceLayerPropertiesChain { - VkChainHeader header; - VkResult(VKAPI_PTR *pfnNextLayer)(const struct VkEnumerateInstanceLayerPropertiesChain *, uint32_t *, VkLayerProperties *); - const struct VkEnumerateInstanceLayerPropertiesChain *pNextLink; - -#if defined(__cplusplus) - inline VkResult CallDown(uint32_t *pPropertyCount, VkLayerProperties *pProperties) const { - return pfnNextLayer(pNextLink, pPropertyCount, pProperties); - } -#endif -} VkEnumerateInstanceLayerPropertiesChain; - -typedef struct VkEnumerateInstanceVersionChain { - VkChainHeader header; - VkResult(VKAPI_PTR *pfnNextLayer)(const struct VkEnumerateInstanceVersionChain *, uint32_t *); - const struct VkEnumerateInstanceVersionChain *pNextLink; - -#if defined(__cplusplus) - inline VkResult CallDown(uint32_t *pApiVersion) const { - return pfnNextLayer(pNextLink, pApiVersion); - } -#endif -} VkEnumerateInstanceVersionChain; - -#ifdef __cplusplus -} -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_platform.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_platform.h deleted file mode 100644 index 3ff8c5d1..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_platform.h +++ /dev/null @@ -1,84 +0,0 @@ -// -// File: vk_platform.h -// -/* -** Copyright 2014-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - - -#ifndef VK_PLATFORM_H_ -#define VK_PLATFORM_H_ - -#ifdef __cplusplus -extern "C" -{ -#endif // __cplusplus - -/* -*************************************************************************************************** -* Platform-specific directives and type declarations -*************************************************************************************************** -*/ - -/* Platform-specific calling convention macros. - * - * Platforms should define these so that Vulkan clients call Vulkan commands - * with the same calling conventions that the Vulkan implementation expects. - * - * VKAPI_ATTR - Placed before the return type in function declarations. - * Useful for C++11 and GCC/Clang-style function attribute syntax. - * VKAPI_CALL - Placed after the return type in function declarations. - * Useful for MSVC-style calling convention syntax. - * VKAPI_PTR - Placed between the '(' and '*' in function pointer types. - * - * Function declaration: VKAPI_ATTR void VKAPI_CALL vkCommand(void); - * Function pointer type: typedef void (VKAPI_PTR *PFN_vkCommand)(void); - */ -#if defined(_WIN32) - // On Windows, Vulkan commands use the stdcall convention - #define VKAPI_ATTR - #define VKAPI_CALL __stdcall - #define VKAPI_PTR VKAPI_CALL -#elif defined(__ANDROID__) && defined(__ARM_ARCH) && __ARM_ARCH < 7 - #error "Vulkan is not supported for the 'armeabi' NDK ABI" -#elif defined(__ANDROID__) && defined(__ARM_ARCH) && __ARM_ARCH >= 7 && defined(__ARM_32BIT_STATE) - // On Android 32-bit ARM targets, Vulkan functions use the "hardfloat" - // calling convention, i.e. float parameters are passed in registers. This - // is true even if the rest of the application passes floats on the stack, - // as it does by default when compiling for the armeabi-v7a NDK ABI. - #define VKAPI_ATTR __attribute__((pcs("aapcs-vfp"))) - #define VKAPI_CALL - #define VKAPI_PTR VKAPI_ATTR -#else - // On other platforms, use the default calling convention - #define VKAPI_ATTR - #define VKAPI_CALL - #define VKAPI_PTR -#endif - -#if !defined(VK_NO_STDDEF_H) - #include -#endif // !defined(VK_NO_STDDEF_H) - -#if !defined(VK_NO_STDINT_H) - #if defined(_MSC_VER) && (_MSC_VER < 1600) - typedef signed __int8 int8_t; - typedef unsigned __int8 uint8_t; - typedef signed __int16 int16_t; - typedef unsigned __int16 uint16_t; - typedef signed __int32 int32_t; - typedef unsigned __int32 uint32_t; - typedef signed __int64 int64_t; - typedef unsigned __int64 uint64_t; - #else - #include - #endif -#endif // !defined(VK_NO_STDINT_H) - -#ifdef __cplusplus -} // extern "C" -#endif // __cplusplus - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_sdk_platform.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_sdk_platform.h deleted file mode 100644 index 96d86769..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vk_sdk_platform.h +++ /dev/null @@ -1,69 +0,0 @@ -// -// File: vk_sdk_platform.h -// -/* - * Copyright (c) 2015-2016 The Khronos Group Inc. - * Copyright (c) 2015-2016 Valve Corporation - * Copyright (c) 2015-2016 LunarG, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef VK_SDK_PLATFORM_H -#define VK_SDK_PLATFORM_H - -#if defined(_WIN32) -#define NOMINMAX -#ifndef __cplusplus -#undef inline -#define inline __inline -#endif // __cplusplus - -#if (defined(_MSC_VER) && _MSC_VER < 1900 /*vs2015*/) -// C99: -// Microsoft didn't implement C99 in Visual Studio; but started adding it with -// VS2013. However, VS2013 still didn't have snprintf(). The following is a -// work-around (Note: The _CRT_SECURE_NO_WARNINGS macro must be set in the -// "CMakeLists.txt" file). -// NOTE: This is fixed in Visual Studio 2015. -#define snprintf _snprintf -#endif - -#define strdup _strdup - -#endif // _WIN32 - -// Check for noexcept support using clang, with fallback to Windows or GCC version numbers -#ifndef NOEXCEPT -#if defined(__clang__) -#if __has_feature(cxx_noexcept) -#define HAS_NOEXCEPT -#endif -#else -#if defined(__GXX_EXPERIMENTAL_CXX0X__) && __GNUC__ * 10 + __GNUC_MINOR__ >= 46 -#define HAS_NOEXCEPT -#else -#if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 190023026 && defined(_HAS_EXCEPTIONS) && _HAS_EXCEPTIONS -#define HAS_NOEXCEPT -#endif -#endif -#endif - -#ifdef HAS_NOEXCEPT -#define NOEXCEPT noexcept -#else -#define NOEXCEPT -#endif -#endif - -#endif // VK_SDK_PLATFORM_H diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan.h deleted file mode 100644 index 004fa709..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan.h +++ /dev/null @@ -1,92 +0,0 @@ -#ifndef VULKAN_H_ -#define VULKAN_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -#include "vk_platform.h" -#include "vulkan_core.h" - -#ifdef VK_USE_PLATFORM_ANDROID_KHR -#include "vulkan_android.h" -#endif - -#ifdef VK_USE_PLATFORM_FUCHSIA -#include -#include "vulkan_fuchsia.h" -#endif - -#ifdef VK_USE_PLATFORM_IOS_MVK -#include "vulkan_ios.h" -#endif - - -#ifdef VK_USE_PLATFORM_MACOS_MVK -#include "vulkan_macos.h" -#endif - -#ifdef VK_USE_PLATFORM_METAL_EXT -#include "vulkan_metal.h" -#endif - -#ifdef VK_USE_PLATFORM_VI_NN -#include "vulkan_vi.h" -#endif - - -#ifdef VK_USE_PLATFORM_WAYLAND_KHR -#include -#include "vulkan_wayland.h" -#endif - - -#ifdef VK_USE_PLATFORM_WIN32_KHR -#include -#include "vulkan_win32.h" -#endif - - -#ifdef VK_USE_PLATFORM_XCB_KHR -#include -#include "vulkan_xcb.h" -#endif - - -#ifdef VK_USE_PLATFORM_XLIB_KHR -#include -#include "vulkan_xlib.h" -#endif - - -#ifdef VK_USE_PLATFORM_DIRECTFB_EXT -#include -#include "vulkan_directfb.h" -#endif - - -#ifdef VK_USE_PLATFORM_XLIB_XRANDR_EXT -#include -#include -#include "vulkan_xlib_xrandr.h" -#endif - - -#ifdef VK_USE_PLATFORM_GGP -#include -#include "vulkan_ggp.h" -#endif - - -#ifdef VK_USE_PLATFORM_SCREEN_QNX -#include -#include "vulkan_screen.h" -#endif - -#ifdef VK_ENABLE_BETA_EXTENSIONS -#include "vulkan_beta.h" -#endif - -#endif // VULKAN_H_ diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_android.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_android.h deleted file mode 100644 index 11f53979..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_android.h +++ /dev/null @@ -1,125 +0,0 @@ -#ifndef VULKAN_ANDROID_H_ -#define VULKAN_ANDROID_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_KHR_android_surface 1 -struct ANativeWindow; -#define VK_KHR_ANDROID_SURFACE_SPEC_VERSION 6 -#define VK_KHR_ANDROID_SURFACE_EXTENSION_NAME "VK_KHR_android_surface" -typedef VkFlags VkAndroidSurfaceCreateFlagsKHR; -typedef struct VkAndroidSurfaceCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkAndroidSurfaceCreateFlagsKHR flags; - struct ANativeWindow* window; -} VkAndroidSurfaceCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateAndroidSurfaceKHR)(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateAndroidSurfaceKHR( - VkInstance instance, - const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - - -#define VK_ANDROID_external_memory_android_hardware_buffer 1 -struct AHardwareBuffer; -#define VK_ANDROID_EXTERNAL_MEMORY_ANDROID_HARDWARE_BUFFER_SPEC_VERSION 5 -#define VK_ANDROID_EXTERNAL_MEMORY_ANDROID_HARDWARE_BUFFER_EXTENSION_NAME "VK_ANDROID_external_memory_android_hardware_buffer" -typedef struct VkAndroidHardwareBufferUsageANDROID { - VkStructureType sType; - void* pNext; - uint64_t androidHardwareBufferUsage; -} VkAndroidHardwareBufferUsageANDROID; - -typedef struct VkAndroidHardwareBufferPropertiesANDROID { - VkStructureType sType; - void* pNext; - VkDeviceSize allocationSize; - uint32_t memoryTypeBits; -} VkAndroidHardwareBufferPropertiesANDROID; - -typedef struct VkAndroidHardwareBufferFormatPropertiesANDROID { - VkStructureType sType; - void* pNext; - VkFormat format; - uint64_t externalFormat; - VkFormatFeatureFlags formatFeatures; - VkComponentMapping samplerYcbcrConversionComponents; - VkSamplerYcbcrModelConversion suggestedYcbcrModel; - VkSamplerYcbcrRange suggestedYcbcrRange; - VkChromaLocation suggestedXChromaOffset; - VkChromaLocation suggestedYChromaOffset; -} VkAndroidHardwareBufferFormatPropertiesANDROID; - -typedef struct VkImportAndroidHardwareBufferInfoANDROID { - VkStructureType sType; - const void* pNext; - struct AHardwareBuffer* buffer; -} VkImportAndroidHardwareBufferInfoANDROID; - -typedef struct VkMemoryGetAndroidHardwareBufferInfoANDROID { - VkStructureType sType; - const void* pNext; - VkDeviceMemory memory; -} VkMemoryGetAndroidHardwareBufferInfoANDROID; - -typedef struct VkExternalFormatANDROID { - VkStructureType sType; - void* pNext; - uint64_t externalFormat; -} VkExternalFormatANDROID; - -typedef struct VkAndroidHardwareBufferFormatProperties2ANDROID { - VkStructureType sType; - void* pNext; - VkFormat format; - uint64_t externalFormat; - VkFormatFeatureFlags2 formatFeatures; - VkComponentMapping samplerYcbcrConversionComponents; - VkSamplerYcbcrModelConversion suggestedYcbcrModel; - VkSamplerYcbcrRange suggestedYcbcrRange; - VkChromaLocation suggestedXChromaOffset; - VkChromaLocation suggestedYChromaOffset; -} VkAndroidHardwareBufferFormatProperties2ANDROID; - -typedef VkResult (VKAPI_PTR *PFN_vkGetAndroidHardwareBufferPropertiesANDROID)(VkDevice device, const struct AHardwareBuffer* buffer, VkAndroidHardwareBufferPropertiesANDROID* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryAndroidHardwareBufferANDROID)(VkDevice device, const VkMemoryGetAndroidHardwareBufferInfoANDROID* pInfo, struct AHardwareBuffer** pBuffer); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetAndroidHardwareBufferPropertiesANDROID( - VkDevice device, - const struct AHardwareBuffer* buffer, - VkAndroidHardwareBufferPropertiesANDROID* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryAndroidHardwareBufferANDROID( - VkDevice device, - const VkMemoryGetAndroidHardwareBufferInfoANDROID* pInfo, - struct AHardwareBuffer** pBuffer); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_beta.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_beta.h deleted file mode 100644 index 37537633..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_beta.h +++ /dev/null @@ -1,990 +0,0 @@ -#ifndef VULKAN_BETA_H_ -#define VULKAN_BETA_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_KHR_video_queue 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkVideoSessionKHR) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkVideoSessionParametersKHR) -#define VK_KHR_VIDEO_QUEUE_SPEC_VERSION 3 -#define VK_KHR_VIDEO_QUEUE_EXTENSION_NAME "VK_KHR_video_queue" - -typedef enum VkQueryResultStatusKHR { - VK_QUERY_RESULT_STATUS_ERROR_KHR = -1, - VK_QUERY_RESULT_STATUS_NOT_READY_KHR = 0, - VK_QUERY_RESULT_STATUS_COMPLETE_KHR = 1, - VK_QUERY_RESULT_STATUS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkQueryResultStatusKHR; - -typedef enum VkVideoCodecOperationFlagBitsKHR { - VK_VIDEO_CODEC_OPERATION_INVALID_BIT_KHR = 0, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_VIDEO_CODEC_OPERATION_ENCODE_H264_BIT_EXT = 0x00010000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_VIDEO_CODEC_OPERATION_ENCODE_H265_BIT_EXT = 0x00020000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_EXT = 0x00000001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_EXT = 0x00000002, -#endif - VK_VIDEO_CODEC_OPERATION_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoCodecOperationFlagBitsKHR; -typedef VkFlags VkVideoCodecOperationFlagsKHR; - -typedef enum VkVideoChromaSubsamplingFlagBitsKHR { - VK_VIDEO_CHROMA_SUBSAMPLING_INVALID_BIT_KHR = 0, - VK_VIDEO_CHROMA_SUBSAMPLING_MONOCHROME_BIT_KHR = 0x00000001, - VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR = 0x00000002, - VK_VIDEO_CHROMA_SUBSAMPLING_422_BIT_KHR = 0x00000004, - VK_VIDEO_CHROMA_SUBSAMPLING_444_BIT_KHR = 0x00000008, - VK_VIDEO_CHROMA_SUBSAMPLING_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoChromaSubsamplingFlagBitsKHR; -typedef VkFlags VkVideoChromaSubsamplingFlagsKHR; - -typedef enum VkVideoComponentBitDepthFlagBitsKHR { - VK_VIDEO_COMPONENT_BIT_DEPTH_INVALID_KHR = 0, - VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR = 0x00000001, - VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR = 0x00000004, - VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR = 0x00000010, - VK_VIDEO_COMPONENT_BIT_DEPTH_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoComponentBitDepthFlagBitsKHR; -typedef VkFlags VkVideoComponentBitDepthFlagsKHR; - -typedef enum VkVideoCapabilityFlagBitsKHR { - VK_VIDEO_CAPABILITY_PROTECTED_CONTENT_BIT_KHR = 0x00000001, - VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR = 0x00000002, - VK_VIDEO_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoCapabilityFlagBitsKHR; -typedef VkFlags VkVideoCapabilityFlagsKHR; - -typedef enum VkVideoSessionCreateFlagBitsKHR { - VK_VIDEO_SESSION_CREATE_DEFAULT_KHR = 0, - VK_VIDEO_SESSION_CREATE_PROTECTED_CONTENT_BIT_KHR = 0x00000001, - VK_VIDEO_SESSION_CREATE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoSessionCreateFlagBitsKHR; -typedef VkFlags VkVideoSessionCreateFlagsKHR; -typedef VkFlags VkVideoBeginCodingFlagsKHR; -typedef VkFlags VkVideoEndCodingFlagsKHR; - -typedef enum VkVideoCodingControlFlagBitsKHR { - VK_VIDEO_CODING_CONTROL_DEFAULT_KHR = 0, - VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR = 0x00000001, - VK_VIDEO_CODING_CONTROL_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoCodingControlFlagBitsKHR; -typedef VkFlags VkVideoCodingControlFlagsKHR; - -typedef enum VkVideoCodingQualityPresetFlagBitsKHR { - VK_VIDEO_CODING_QUALITY_PRESET_NORMAL_BIT_KHR = 0x00000001, - VK_VIDEO_CODING_QUALITY_PRESET_POWER_BIT_KHR = 0x00000002, - VK_VIDEO_CODING_QUALITY_PRESET_QUALITY_BIT_KHR = 0x00000004, - VK_VIDEO_CODING_QUALITY_PRESET_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoCodingQualityPresetFlagBitsKHR; -typedef VkFlags VkVideoCodingQualityPresetFlagsKHR; -typedef struct VkQueueFamilyQueryResultStatusProperties2KHR { - VkStructureType sType; - void* pNext; - VkBool32 supported; -} VkQueueFamilyQueryResultStatusProperties2KHR; - -typedef struct VkVideoQueueFamilyProperties2KHR { - VkStructureType sType; - void* pNext; - VkVideoCodecOperationFlagsKHR videoCodecOperations; -} VkVideoQueueFamilyProperties2KHR; - -typedef struct VkVideoProfileKHR { - VkStructureType sType; - void* pNext; - VkVideoCodecOperationFlagBitsKHR videoCodecOperation; - VkVideoChromaSubsamplingFlagsKHR chromaSubsampling; - VkVideoComponentBitDepthFlagsKHR lumaBitDepth; - VkVideoComponentBitDepthFlagsKHR chromaBitDepth; -} VkVideoProfileKHR; - -typedef struct VkVideoProfilesKHR { - VkStructureType sType; - void* pNext; - uint32_t profileCount; - const VkVideoProfileKHR* pProfiles; -} VkVideoProfilesKHR; - -typedef struct VkVideoCapabilitiesKHR { - VkStructureType sType; - void* pNext; - VkVideoCapabilityFlagsKHR capabilityFlags; - VkDeviceSize minBitstreamBufferOffsetAlignment; - VkDeviceSize minBitstreamBufferSizeAlignment; - VkExtent2D videoPictureExtentGranularity; - VkExtent2D minExtent; - VkExtent2D maxExtent; - uint32_t maxReferencePicturesSlotsCount; - uint32_t maxReferencePicturesActiveCount; - VkExtensionProperties stdHeaderVersion; -} VkVideoCapabilitiesKHR; - -typedef struct VkPhysicalDeviceVideoFormatInfoKHR { - VkStructureType sType; - void* pNext; - VkImageUsageFlags imageUsage; - const VkVideoProfilesKHR* pVideoProfiles; -} VkPhysicalDeviceVideoFormatInfoKHR; - -typedef struct VkVideoFormatPropertiesKHR { - VkStructureType sType; - void* pNext; - VkFormat format; -} VkVideoFormatPropertiesKHR; - -typedef struct VkVideoPictureResourceKHR { - VkStructureType sType; - const void* pNext; - VkOffset2D codedOffset; - VkExtent2D codedExtent; - uint32_t baseArrayLayer; - VkImageView imageViewBinding; -} VkVideoPictureResourceKHR; - -typedef struct VkVideoReferenceSlotKHR { - VkStructureType sType; - const void* pNext; - int8_t slotIndex; - const VkVideoPictureResourceKHR* pPictureResource; -} VkVideoReferenceSlotKHR; - -typedef struct VkVideoGetMemoryPropertiesKHR { - VkStructureType sType; - const void* pNext; - uint32_t memoryBindIndex; - VkMemoryRequirements2* pMemoryRequirements; -} VkVideoGetMemoryPropertiesKHR; - -typedef struct VkVideoBindMemoryKHR { - VkStructureType sType; - const void* pNext; - uint32_t memoryBindIndex; - VkDeviceMemory memory; - VkDeviceSize memoryOffset; - VkDeviceSize memorySize; -} VkVideoBindMemoryKHR; - -typedef struct VkVideoSessionCreateInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t queueFamilyIndex; - VkVideoSessionCreateFlagsKHR flags; - const VkVideoProfileKHR* pVideoProfile; - VkFormat pictureFormat; - VkExtent2D maxCodedExtent; - VkFormat referencePicturesFormat; - uint32_t maxReferencePicturesSlotsCount; - uint32_t maxReferencePicturesActiveCount; - const VkExtensionProperties* pStdHeaderVersion; -} VkVideoSessionCreateInfoKHR; - -typedef struct VkVideoSessionParametersCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkVideoSessionParametersKHR videoSessionParametersTemplate; - VkVideoSessionKHR videoSession; -} VkVideoSessionParametersCreateInfoKHR; - -typedef struct VkVideoSessionParametersUpdateInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t updateSequenceCount; -} VkVideoSessionParametersUpdateInfoKHR; - -typedef struct VkVideoBeginCodingInfoKHR { - VkStructureType sType; - const void* pNext; - VkVideoBeginCodingFlagsKHR flags; - VkVideoCodingQualityPresetFlagsKHR codecQualityPreset; - VkVideoSessionKHR videoSession; - VkVideoSessionParametersKHR videoSessionParameters; - uint32_t referenceSlotCount; - const VkVideoReferenceSlotKHR* pReferenceSlots; -} VkVideoBeginCodingInfoKHR; - -typedef struct VkVideoEndCodingInfoKHR { - VkStructureType sType; - const void* pNext; - VkVideoEndCodingFlagsKHR flags; -} VkVideoEndCodingInfoKHR; - -typedef struct VkVideoCodingControlInfoKHR { - VkStructureType sType; - const void* pNext; - VkVideoCodingControlFlagsKHR flags; -} VkVideoCodingControlInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR)(VkPhysicalDevice physicalDevice, const VkVideoProfileKHR* pVideoProfile, VkVideoCapabilitiesKHR* pCapabilities); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceVideoFormatInfoKHR* pVideoFormatInfo, uint32_t* pVideoFormatPropertyCount, VkVideoFormatPropertiesKHR* pVideoFormatProperties); -typedef VkResult (VKAPI_PTR *PFN_vkCreateVideoSessionKHR)(VkDevice device, const VkVideoSessionCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkVideoSessionKHR* pVideoSession); -typedef void (VKAPI_PTR *PFN_vkDestroyVideoSessionKHR)(VkDevice device, VkVideoSessionKHR videoSession, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkGetVideoSessionMemoryRequirementsKHR)(VkDevice device, VkVideoSessionKHR videoSession, uint32_t* pVideoSessionMemoryRequirementsCount, VkVideoGetMemoryPropertiesKHR* pVideoSessionMemoryRequirements); -typedef VkResult (VKAPI_PTR *PFN_vkBindVideoSessionMemoryKHR)(VkDevice device, VkVideoSessionKHR videoSession, uint32_t videoSessionBindMemoryCount, const VkVideoBindMemoryKHR* pVideoSessionBindMemories); -typedef VkResult (VKAPI_PTR *PFN_vkCreateVideoSessionParametersKHR)(VkDevice device, const VkVideoSessionParametersCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkVideoSessionParametersKHR* pVideoSessionParameters); -typedef VkResult (VKAPI_PTR *PFN_vkUpdateVideoSessionParametersKHR)(VkDevice device, VkVideoSessionParametersKHR videoSessionParameters, const VkVideoSessionParametersUpdateInfoKHR* pUpdateInfo); -typedef void (VKAPI_PTR *PFN_vkDestroyVideoSessionParametersKHR)(VkDevice device, VkVideoSessionParametersKHR videoSessionParameters, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkCmdBeginVideoCodingKHR)(VkCommandBuffer commandBuffer, const VkVideoBeginCodingInfoKHR* pBeginInfo); -typedef void (VKAPI_PTR *PFN_vkCmdEndVideoCodingKHR)(VkCommandBuffer commandBuffer, const VkVideoEndCodingInfoKHR* pEndCodingInfo); -typedef void (VKAPI_PTR *PFN_vkCmdControlVideoCodingKHR)(VkCommandBuffer commandBuffer, const VkVideoCodingControlInfoKHR* pCodingControlInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceVideoCapabilitiesKHR( - VkPhysicalDevice physicalDevice, - const VkVideoProfileKHR* pVideoProfile, - VkVideoCapabilitiesKHR* pCapabilities); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceVideoFormatPropertiesKHR( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceVideoFormatInfoKHR* pVideoFormatInfo, - uint32_t* pVideoFormatPropertyCount, - VkVideoFormatPropertiesKHR* pVideoFormatProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateVideoSessionKHR( - VkDevice device, - const VkVideoSessionCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkVideoSessionKHR* pVideoSession); - -VKAPI_ATTR void VKAPI_CALL vkDestroyVideoSessionKHR( - VkDevice device, - VkVideoSessionKHR videoSession, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetVideoSessionMemoryRequirementsKHR( - VkDevice device, - VkVideoSessionKHR videoSession, - uint32_t* pVideoSessionMemoryRequirementsCount, - VkVideoGetMemoryPropertiesKHR* pVideoSessionMemoryRequirements); - -VKAPI_ATTR VkResult VKAPI_CALL vkBindVideoSessionMemoryKHR( - VkDevice device, - VkVideoSessionKHR videoSession, - uint32_t videoSessionBindMemoryCount, - const VkVideoBindMemoryKHR* pVideoSessionBindMemories); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateVideoSessionParametersKHR( - VkDevice device, - const VkVideoSessionParametersCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkVideoSessionParametersKHR* pVideoSessionParameters); - -VKAPI_ATTR VkResult VKAPI_CALL vkUpdateVideoSessionParametersKHR( - VkDevice device, - VkVideoSessionParametersKHR videoSessionParameters, - const VkVideoSessionParametersUpdateInfoKHR* pUpdateInfo); - -VKAPI_ATTR void VKAPI_CALL vkDestroyVideoSessionParametersKHR( - VkDevice device, - VkVideoSessionParametersKHR videoSessionParameters, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginVideoCodingKHR( - VkCommandBuffer commandBuffer, - const VkVideoBeginCodingInfoKHR* pBeginInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndVideoCodingKHR( - VkCommandBuffer commandBuffer, - const VkVideoEndCodingInfoKHR* pEndCodingInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdControlVideoCodingKHR( - VkCommandBuffer commandBuffer, - const VkVideoCodingControlInfoKHR* pCodingControlInfo); -#endif - - -#define VK_KHR_video_decode_queue 1 -#define VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION 4 -#define VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME "VK_KHR_video_decode_queue" - -typedef enum VkVideoDecodeCapabilityFlagBitsKHR { - VK_VIDEO_DECODE_CAPABILITY_DEFAULT_KHR = 0, - VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR = 0x00000001, - VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR = 0x00000002, - VK_VIDEO_DECODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoDecodeCapabilityFlagBitsKHR; -typedef VkFlags VkVideoDecodeCapabilityFlagsKHR; - -typedef enum VkVideoDecodeFlagBitsKHR { - VK_VIDEO_DECODE_DEFAULT_KHR = 0, - VK_VIDEO_DECODE_RESERVED_0_BIT_KHR = 0x00000001, - VK_VIDEO_DECODE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoDecodeFlagBitsKHR; -typedef VkFlags VkVideoDecodeFlagsKHR; -typedef struct VkVideoDecodeCapabilitiesKHR { - VkStructureType sType; - void* pNext; - VkVideoDecodeCapabilityFlagsKHR flags; -} VkVideoDecodeCapabilitiesKHR; - -typedef struct VkVideoDecodeInfoKHR { - VkStructureType sType; - const void* pNext; - VkVideoDecodeFlagsKHR flags; - VkBuffer srcBuffer; - VkDeviceSize srcBufferOffset; - VkDeviceSize srcBufferRange; - VkVideoPictureResourceKHR dstPictureResource; - const VkVideoReferenceSlotKHR* pSetupReferenceSlot; - uint32_t referenceSlotCount; - const VkVideoReferenceSlotKHR* pReferenceSlots; -} VkVideoDecodeInfoKHR; - -typedef void (VKAPI_PTR *PFN_vkCmdDecodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoDecodeInfoKHR* pFrameInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdDecodeVideoKHR( - VkCommandBuffer commandBuffer, - const VkVideoDecodeInfoKHR* pFrameInfo); -#endif - - -#define VK_KHR_portability_subset 1 -#define VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION 1 -#define VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME "VK_KHR_portability_subset" -typedef struct VkPhysicalDevicePortabilitySubsetFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 constantAlphaColorBlendFactors; - VkBool32 events; - VkBool32 imageViewFormatReinterpretation; - VkBool32 imageViewFormatSwizzle; - VkBool32 imageView2DOn3DImage; - VkBool32 multisampleArrayImage; - VkBool32 mutableComparisonSamplers; - VkBool32 pointPolygons; - VkBool32 samplerMipLodBias; - VkBool32 separateStencilMaskRef; - VkBool32 shaderSampleRateInterpolationFunctions; - VkBool32 tessellationIsolines; - VkBool32 tessellationPointMode; - VkBool32 triangleFans; - VkBool32 vertexAttributeAccessBeyondStride; -} VkPhysicalDevicePortabilitySubsetFeaturesKHR; - -typedef struct VkPhysicalDevicePortabilitySubsetPropertiesKHR { - VkStructureType sType; - void* pNext; - uint32_t minVertexInputBindingStrideAlignment; -} VkPhysicalDevicePortabilitySubsetPropertiesKHR; - - - -#define VK_KHR_video_encode_queue 1 -#define VK_KHR_VIDEO_ENCODE_QUEUE_SPEC_VERSION 5 -#define VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME "VK_KHR_video_encode_queue" - -typedef enum VkVideoEncodeFlagBitsKHR { - VK_VIDEO_ENCODE_DEFAULT_KHR = 0, - VK_VIDEO_ENCODE_RESERVED_0_BIT_KHR = 0x00000001, - VK_VIDEO_ENCODE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoEncodeFlagBitsKHR; -typedef VkFlags VkVideoEncodeFlagsKHR; - -typedef enum VkVideoEncodeCapabilityFlagBitsKHR { - VK_VIDEO_ENCODE_CAPABILITY_DEFAULT_KHR = 0, - VK_VIDEO_ENCODE_CAPABILITY_PRECEDING_EXTERNALLY_ENCODED_BYTES_BIT_KHR = 0x00000001, - VK_VIDEO_ENCODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoEncodeCapabilityFlagBitsKHR; -typedef VkFlags VkVideoEncodeCapabilityFlagsKHR; - -typedef enum VkVideoEncodeRateControlModeFlagBitsKHR { - VK_VIDEO_ENCODE_RATE_CONTROL_MODE_NONE_BIT_KHR = 0, - VK_VIDEO_ENCODE_RATE_CONTROL_MODE_CBR_BIT_KHR = 1, - VK_VIDEO_ENCODE_RATE_CONTROL_MODE_VBR_BIT_KHR = 2, - VK_VIDEO_ENCODE_RATE_CONTROL_MODE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoEncodeRateControlModeFlagBitsKHR; -typedef VkFlags VkVideoEncodeRateControlModeFlagsKHR; - -typedef enum VkVideoEncodeRateControlFlagBitsKHR { - VK_VIDEO_ENCODE_RATE_CONTROL_DEFAULT_KHR = 0, - VK_VIDEO_ENCODE_RATE_CONTROL_RESERVED_0_BIT_KHR = 0x00000001, - VK_VIDEO_ENCODE_RATE_CONTROL_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkVideoEncodeRateControlFlagBitsKHR; -typedef VkFlags VkVideoEncodeRateControlFlagsKHR; -typedef struct VkVideoEncodeInfoKHR { - VkStructureType sType; - const void* pNext; - VkVideoEncodeFlagsKHR flags; - uint32_t qualityLevel; - VkBuffer dstBitstreamBuffer; - VkDeviceSize dstBitstreamBufferOffset; - VkDeviceSize dstBitstreamBufferMaxRange; - VkVideoPictureResourceKHR srcPictureResource; - const VkVideoReferenceSlotKHR* pSetupReferenceSlot; - uint32_t referenceSlotCount; - const VkVideoReferenceSlotKHR* pReferenceSlots; - uint32_t precedingExternallyEncodedBytes; -} VkVideoEncodeInfoKHR; - -typedef struct VkVideoEncodeCapabilitiesKHR { - VkStructureType sType; - void* pNext; - VkVideoEncodeCapabilityFlagsKHR flags; - VkVideoEncodeRateControlModeFlagsKHR rateControlModes; - uint8_t rateControlLayerCount; - uint8_t qualityLevelCount; - VkExtent2D inputImageDataFillAlignment; -} VkVideoEncodeCapabilitiesKHR; - -typedef struct VkVideoEncodeRateControlLayerInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t averageBitrate; - uint32_t maxBitrate; - uint32_t frameRateNumerator; - uint32_t frameRateDenominator; - uint32_t virtualBufferSizeInMs; - uint32_t initialVirtualBufferSizeInMs; -} VkVideoEncodeRateControlLayerInfoKHR; - -typedef struct VkVideoEncodeRateControlInfoKHR { - VkStructureType sType; - const void* pNext; - VkVideoEncodeRateControlFlagsKHR flags; - VkVideoEncodeRateControlModeFlagBitsKHR rateControlMode; - uint8_t layerCount; - const VkVideoEncodeRateControlLayerInfoKHR* pLayerConfigs; -} VkVideoEncodeRateControlInfoKHR; - -typedef void (VKAPI_PTR *PFN_vkCmdEncodeVideoKHR)(VkCommandBuffer commandBuffer, const VkVideoEncodeInfoKHR* pEncodeInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdEncodeVideoKHR( - VkCommandBuffer commandBuffer, - const VkVideoEncodeInfoKHR* pEncodeInfo); -#endif - - -#define VK_EXT_video_encode_h264 1 -#include "vk_video/vulkan_video_codec_h264std.h" -#include "vk_video/vulkan_video_codec_h264std_encode.h" -#define VK_EXT_VIDEO_ENCODE_H264_SPEC_VERSION 7 -#define VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME "VK_EXT_video_encode_h264" - -typedef enum VkVideoEncodeH264CapabilityFlagBitsEXT { - VK_VIDEO_ENCODE_H264_CAPABILITY_DIRECT_8X8_INFERENCE_ENABLED_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H264_CAPABILITY_DIRECT_8X8_INFERENCE_DISABLED_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H264_CAPABILITY_SEPARATE_COLOUR_PLANE_BIT_EXT = 0x00000004, - VK_VIDEO_ENCODE_H264_CAPABILITY_QPPRIME_Y_ZERO_TRANSFORM_BYPASS_BIT_EXT = 0x00000008, - VK_VIDEO_ENCODE_H264_CAPABILITY_SCALING_LISTS_BIT_EXT = 0x00000010, - VK_VIDEO_ENCODE_H264_CAPABILITY_HRD_COMPLIANCE_BIT_EXT = 0x00000020, - VK_VIDEO_ENCODE_H264_CAPABILITY_CHROMA_QP_OFFSET_BIT_EXT = 0x00000040, - VK_VIDEO_ENCODE_H264_CAPABILITY_SECOND_CHROMA_QP_OFFSET_BIT_EXT = 0x00000080, - VK_VIDEO_ENCODE_H264_CAPABILITY_PIC_INIT_QP_MINUS26_BIT_EXT = 0x00000100, - VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_PRED_BIT_EXT = 0x00000200, - VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_BIPRED_EXPLICIT_BIT_EXT = 0x00000400, - VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_BIPRED_IMPLICIT_BIT_EXT = 0x00000800, - VK_VIDEO_ENCODE_H264_CAPABILITY_WEIGHTED_PRED_NO_TABLE_BIT_EXT = 0x00001000, - VK_VIDEO_ENCODE_H264_CAPABILITY_TRANSFORM_8X8_BIT_EXT = 0x00002000, - VK_VIDEO_ENCODE_H264_CAPABILITY_CABAC_BIT_EXT = 0x00004000, - VK_VIDEO_ENCODE_H264_CAPABILITY_CAVLC_BIT_EXT = 0x00008000, - VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_DISABLED_BIT_EXT = 0x00010000, - VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_ENABLED_BIT_EXT = 0x00020000, - VK_VIDEO_ENCODE_H264_CAPABILITY_DEBLOCKING_FILTER_PARTIAL_BIT_EXT = 0x00040000, - VK_VIDEO_ENCODE_H264_CAPABILITY_DISABLE_DIRECT_SPATIAL_MV_PRED_BIT_EXT = 0x00080000, - VK_VIDEO_ENCODE_H264_CAPABILITY_MULTIPLE_SLICE_PER_FRAME_BIT_EXT = 0x00100000, - VK_VIDEO_ENCODE_H264_CAPABILITY_SLICE_MB_COUNT_BIT_EXT = 0x00200000, - VK_VIDEO_ENCODE_H264_CAPABILITY_ROW_UNALIGNED_SLICE_BIT_EXT = 0x00400000, - VK_VIDEO_ENCODE_H264_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_EXT = 0x00800000, - VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_EXT = 0x01000000, - VK_VIDEO_ENCODE_H264_CAPABILITY_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH264CapabilityFlagBitsEXT; -typedef VkFlags VkVideoEncodeH264CapabilityFlagsEXT; - -typedef enum VkVideoEncodeH264InputModeFlagBitsEXT { - VK_VIDEO_ENCODE_H264_INPUT_MODE_FRAME_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H264_INPUT_MODE_SLICE_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H264_INPUT_MODE_NON_VCL_BIT_EXT = 0x00000004, - VK_VIDEO_ENCODE_H264_INPUT_MODE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH264InputModeFlagBitsEXT; -typedef VkFlags VkVideoEncodeH264InputModeFlagsEXT; - -typedef enum VkVideoEncodeH264OutputModeFlagBitsEXT { - VK_VIDEO_ENCODE_H264_OUTPUT_MODE_FRAME_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H264_OUTPUT_MODE_SLICE_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H264_OUTPUT_MODE_NON_VCL_BIT_EXT = 0x00000004, - VK_VIDEO_ENCODE_H264_OUTPUT_MODE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH264OutputModeFlagBitsEXT; -typedef VkFlags VkVideoEncodeH264OutputModeFlagsEXT; - -typedef enum VkVideoEncodeH264RateControlStructureFlagBitsEXT { - VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_UNKNOWN_EXT = 0, - VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_FLAT_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_DYADIC_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H264_RATE_CONTROL_STRUCTURE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH264RateControlStructureFlagBitsEXT; -typedef VkFlags VkVideoEncodeH264RateControlStructureFlagsEXT; -typedef struct VkVideoEncodeH264CapabilitiesEXT { - VkStructureType sType; - void* pNext; - VkVideoEncodeH264CapabilityFlagsEXT flags; - VkVideoEncodeH264InputModeFlagsEXT inputModeFlags; - VkVideoEncodeH264OutputModeFlagsEXT outputModeFlags; - uint8_t maxPPictureL0ReferenceCount; - uint8_t maxBPictureL0ReferenceCount; - uint8_t maxL1ReferenceCount; - VkBool32 motionVectorsOverPicBoundariesFlag; - uint32_t maxBytesPerPicDenom; - uint32_t maxBitsPerMbDenom; - uint32_t log2MaxMvLengthHorizontal; - uint32_t log2MaxMvLengthVertical; -} VkVideoEncodeH264CapabilitiesEXT; - -typedef struct VkVideoEncodeH264SessionParametersAddInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t spsStdCount; - const StdVideoH264SequenceParameterSet* pSpsStd; - uint32_t ppsStdCount; - const StdVideoH264PictureParameterSet* pPpsStd; -} VkVideoEncodeH264SessionParametersAddInfoEXT; - -typedef struct VkVideoEncodeH264SessionParametersCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t maxSpsStdCount; - uint32_t maxPpsStdCount; - const VkVideoEncodeH264SessionParametersAddInfoEXT* pParametersAddInfo; -} VkVideoEncodeH264SessionParametersCreateInfoEXT; - -typedef struct VkVideoEncodeH264DpbSlotInfoEXT { - VkStructureType sType; - const void* pNext; - int8_t slotIndex; - const StdVideoEncodeH264ReferenceInfo* pStdReferenceInfo; -} VkVideoEncodeH264DpbSlotInfoEXT; - -typedef struct VkVideoEncodeH264ReferenceListsEXT { - VkStructureType sType; - const void* pNext; - uint8_t referenceList0EntryCount; - const VkVideoEncodeH264DpbSlotInfoEXT* pReferenceList0Entries; - uint8_t referenceList1EntryCount; - const VkVideoEncodeH264DpbSlotInfoEXT* pReferenceList1Entries; - const StdVideoEncodeH264RefMemMgmtCtrlOperations* pMemMgmtCtrlOperations; -} VkVideoEncodeH264ReferenceListsEXT; - -typedef struct VkVideoEncodeH264NaluSliceEXT { - VkStructureType sType; - const void* pNext; - uint32_t mbCount; - const VkVideoEncodeH264ReferenceListsEXT* pReferenceFinalLists; - const StdVideoEncodeH264SliceHeader* pSliceHeaderStd; -} VkVideoEncodeH264NaluSliceEXT; - -typedef struct VkVideoEncodeH264VclFrameInfoEXT { - VkStructureType sType; - const void* pNext; - const VkVideoEncodeH264ReferenceListsEXT* pReferenceFinalLists; - uint32_t naluSliceEntryCount; - const VkVideoEncodeH264NaluSliceEXT* pNaluSliceEntries; - const StdVideoEncodeH264PictureInfo* pCurrentPictureInfo; -} VkVideoEncodeH264VclFrameInfoEXT; - -typedef struct VkVideoEncodeH264EmitPictureParametersEXT { - VkStructureType sType; - const void* pNext; - uint8_t spsId; - VkBool32 emitSpsEnable; - uint32_t ppsIdEntryCount; - const uint8_t* ppsIdEntries; -} VkVideoEncodeH264EmitPictureParametersEXT; - -typedef struct VkVideoEncodeH264ProfileEXT { - VkStructureType sType; - const void* pNext; - StdVideoH264ProfileIdc stdProfileIdc; -} VkVideoEncodeH264ProfileEXT; - -typedef struct VkVideoEncodeH264RateControlInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t gopFrameCount; - uint32_t idrPeriod; - uint32_t consecutiveBFrameCount; - VkVideoEncodeH264RateControlStructureFlagBitsEXT rateControlStructure; - uint8_t temporalLayerCount; -} VkVideoEncodeH264RateControlInfoEXT; - -typedef struct VkVideoEncodeH264QpEXT { - int32_t qpI; - int32_t qpP; - int32_t qpB; -} VkVideoEncodeH264QpEXT; - -typedef struct VkVideoEncodeH264FrameSizeEXT { - uint32_t frameISize; - uint32_t framePSize; - uint32_t frameBSize; -} VkVideoEncodeH264FrameSizeEXT; - -typedef struct VkVideoEncodeH264RateControlLayerInfoEXT { - VkStructureType sType; - const void* pNext; - uint8_t temporalLayerId; - VkBool32 useInitialRcQp; - VkVideoEncodeH264QpEXT initialRcQp; - VkBool32 useMinQp; - VkVideoEncodeH264QpEXT minQp; - VkBool32 useMaxQp; - VkVideoEncodeH264QpEXT maxQp; - VkBool32 useMaxFrameSize; - VkVideoEncodeH264FrameSizeEXT maxFrameSize; -} VkVideoEncodeH264RateControlLayerInfoEXT; - - - -#define VK_EXT_video_encode_h265 1 -#include "vk_video/vulkan_video_codec_h265std.h" -#include "vk_video/vulkan_video_codec_h265std_encode.h" -#define VK_EXT_VIDEO_ENCODE_H265_SPEC_VERSION 7 -#define VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME "VK_EXT_video_encode_h265" - -typedef enum VkVideoEncodeH265CapabilityFlagBitsEXT { - VK_VIDEO_ENCODE_H265_CAPABILITY_SEPARATE_COLOUR_PLANE_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H265_CAPABILITY_SCALING_LISTS_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H265_CAPABILITY_SAMPLE_ADAPTIVE_OFFSET_ENABLED_BIT_EXT = 0x00000004, - VK_VIDEO_ENCODE_H265_CAPABILITY_PCM_ENABLE_BIT_EXT = 0x00000008, - VK_VIDEO_ENCODE_H265_CAPABILITY_SPS_TEMPORAL_MVP_ENABLED_BIT_EXT = 0x00000010, - VK_VIDEO_ENCODE_H265_CAPABILITY_HRD_COMPLIANCE_BIT_EXT = 0x00000020, - VK_VIDEO_ENCODE_H265_CAPABILITY_INIT_QP_MINUS26_BIT_EXT = 0x00000040, - VK_VIDEO_ENCODE_H265_CAPABILITY_LOG2_PARALLEL_MERGE_LEVEL_MINUS2_BIT_EXT = 0x00000080, - VK_VIDEO_ENCODE_H265_CAPABILITY_SIGN_DATA_HIDING_ENABLED_BIT_EXT = 0x00000100, - VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSFORM_SKIP_ENABLED_BIT_EXT = 0x00000200, - VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSFORM_SKIP_DISABLED_BIT_EXT = 0x00000400, - VK_VIDEO_ENCODE_H265_CAPABILITY_PPS_SLICE_CHROMA_QP_OFFSETS_PRESENT_BIT_EXT = 0x00000800, - VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_PRED_BIT_EXT = 0x00001000, - VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_BIPRED_BIT_EXT = 0x00002000, - VK_VIDEO_ENCODE_H265_CAPABILITY_WEIGHTED_PRED_NO_TABLE_BIT_EXT = 0x00004000, - VK_VIDEO_ENCODE_H265_CAPABILITY_TRANSQUANT_BYPASS_ENABLED_BIT_EXT = 0x00008000, - VK_VIDEO_ENCODE_H265_CAPABILITY_ENTROPY_CODING_SYNC_ENABLED_BIT_EXT = 0x00010000, - VK_VIDEO_ENCODE_H265_CAPABILITY_DEBLOCKING_FILTER_OVERRIDE_ENABLED_BIT_EXT = 0x00020000, - VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_TILE_PER_FRAME_BIT_EXT = 0x00040000, - VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_SLICE_PER_TILE_BIT_EXT = 0x00080000, - VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_TILE_PER_SLICE_BIT_EXT = 0x00100000, - VK_VIDEO_ENCODE_H265_CAPABILITY_SLICE_SEGMENT_CTB_COUNT_BIT_EXT = 0x00200000, - VK_VIDEO_ENCODE_H265_CAPABILITY_ROW_UNALIGNED_SLICE_SEGMENT_BIT_EXT = 0x00400000, - VK_VIDEO_ENCODE_H265_CAPABILITY_DEPENDENT_SLICE_SEGMENT_BIT_EXT = 0x00800000, - VK_VIDEO_ENCODE_H265_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_EXT = 0x01000000, - VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_EXT = 0x02000000, - VK_VIDEO_ENCODE_H265_CAPABILITY_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH265CapabilityFlagBitsEXT; -typedef VkFlags VkVideoEncodeH265CapabilityFlagsEXT; - -typedef enum VkVideoEncodeH265InputModeFlagBitsEXT { - VK_VIDEO_ENCODE_H265_INPUT_MODE_FRAME_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H265_INPUT_MODE_SLICE_SEGMENT_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H265_INPUT_MODE_NON_VCL_BIT_EXT = 0x00000004, - VK_VIDEO_ENCODE_H265_INPUT_MODE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH265InputModeFlagBitsEXT; -typedef VkFlags VkVideoEncodeH265InputModeFlagsEXT; - -typedef enum VkVideoEncodeH265OutputModeFlagBitsEXT { - VK_VIDEO_ENCODE_H265_OUTPUT_MODE_FRAME_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H265_OUTPUT_MODE_SLICE_SEGMENT_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H265_OUTPUT_MODE_NON_VCL_BIT_EXT = 0x00000004, - VK_VIDEO_ENCODE_H265_OUTPUT_MODE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH265OutputModeFlagBitsEXT; -typedef VkFlags VkVideoEncodeH265OutputModeFlagsEXT; - -typedef enum VkVideoEncodeH265CtbSizeFlagBitsEXT { - VK_VIDEO_ENCODE_H265_CTB_SIZE_16_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H265_CTB_SIZE_32_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H265_CTB_SIZE_64_BIT_EXT = 0x00000004, - VK_VIDEO_ENCODE_H265_CTB_SIZE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH265CtbSizeFlagBitsEXT; -typedef VkFlags VkVideoEncodeH265CtbSizeFlagsEXT; - -typedef enum VkVideoEncodeH265TransformBlockSizeFlagBitsEXT { - VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_4_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_8_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_16_BIT_EXT = 0x00000004, - VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_32_BIT_EXT = 0x00000008, - VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH265TransformBlockSizeFlagBitsEXT; -typedef VkFlags VkVideoEncodeH265TransformBlockSizeFlagsEXT; - -typedef enum VkVideoEncodeH265RateControlStructureFlagBitsEXT { - VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_UNKNOWN_EXT = 0, - VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_FLAT_BIT_EXT = 0x00000001, - VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_DYADIC_BIT_EXT = 0x00000002, - VK_VIDEO_ENCODE_H265_RATE_CONTROL_STRUCTURE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoEncodeH265RateControlStructureFlagBitsEXT; -typedef VkFlags VkVideoEncodeH265RateControlStructureFlagsEXT; -typedef struct VkVideoEncodeH265CapabilitiesEXT { - VkStructureType sType; - void* pNext; - VkVideoEncodeH265CapabilityFlagsEXT flags; - VkVideoEncodeH265InputModeFlagsEXT inputModeFlags; - VkVideoEncodeH265OutputModeFlagsEXT outputModeFlags; - VkVideoEncodeH265CtbSizeFlagsEXT ctbSizes; - VkVideoEncodeH265TransformBlockSizeFlagsEXT transformBlockSizes; - uint8_t maxPPictureL0ReferenceCount; - uint8_t maxBPictureL0ReferenceCount; - uint8_t maxL1ReferenceCount; - uint8_t maxSubLayersCount; - uint8_t minLog2MinLumaCodingBlockSizeMinus3; - uint8_t maxLog2MinLumaCodingBlockSizeMinus3; - uint8_t minLog2MinLumaTransformBlockSizeMinus2; - uint8_t maxLog2MinLumaTransformBlockSizeMinus2; - uint8_t minMaxTransformHierarchyDepthInter; - uint8_t maxMaxTransformHierarchyDepthInter; - uint8_t minMaxTransformHierarchyDepthIntra; - uint8_t maxMaxTransformHierarchyDepthIntra; - uint8_t maxDiffCuQpDeltaDepth; - uint8_t minMaxNumMergeCand; - uint8_t maxMaxNumMergeCand; -} VkVideoEncodeH265CapabilitiesEXT; - -typedef struct VkVideoEncodeH265SessionParametersAddInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t vpsStdCount; - const StdVideoH265VideoParameterSet* pVpsStd; - uint32_t spsStdCount; - const StdVideoH265SequenceParameterSet* pSpsStd; - uint32_t ppsStdCount; - const StdVideoH265PictureParameterSet* pPpsStd; -} VkVideoEncodeH265SessionParametersAddInfoEXT; - -typedef struct VkVideoEncodeH265SessionParametersCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t maxVpsStdCount; - uint32_t maxSpsStdCount; - uint32_t maxPpsStdCount; - const VkVideoEncodeH265SessionParametersAddInfoEXT* pParametersAddInfo; -} VkVideoEncodeH265SessionParametersCreateInfoEXT; - -typedef struct VkVideoEncodeH265DpbSlotInfoEXT { - VkStructureType sType; - const void* pNext; - int8_t slotIndex; - const StdVideoEncodeH265ReferenceInfo* pStdReferenceInfo; -} VkVideoEncodeH265DpbSlotInfoEXT; - -typedef struct VkVideoEncodeH265ReferenceListsEXT { - VkStructureType sType; - const void* pNext; - uint8_t referenceList0EntryCount; - const VkVideoEncodeH265DpbSlotInfoEXT* pReferenceList0Entries; - uint8_t referenceList1EntryCount; - const VkVideoEncodeH265DpbSlotInfoEXT* pReferenceList1Entries; - const StdVideoEncodeH265ReferenceModifications* pReferenceModifications; -} VkVideoEncodeH265ReferenceListsEXT; - -typedef struct VkVideoEncodeH265NaluSliceSegmentEXT { - VkStructureType sType; - const void* pNext; - uint32_t ctbCount; - const VkVideoEncodeH265ReferenceListsEXT* pReferenceFinalLists; - const StdVideoEncodeH265SliceSegmentHeader* pSliceSegmentHeaderStd; -} VkVideoEncodeH265NaluSliceSegmentEXT; - -typedef struct VkVideoEncodeH265VclFrameInfoEXT { - VkStructureType sType; - const void* pNext; - const VkVideoEncodeH265ReferenceListsEXT* pReferenceFinalLists; - uint32_t naluSliceSegmentEntryCount; - const VkVideoEncodeH265NaluSliceSegmentEXT* pNaluSliceSegmentEntries; - const StdVideoEncodeH265PictureInfo* pCurrentPictureInfo; -} VkVideoEncodeH265VclFrameInfoEXT; - -typedef struct VkVideoEncodeH265EmitPictureParametersEXT { - VkStructureType sType; - const void* pNext; - uint8_t vpsId; - uint8_t spsId; - VkBool32 emitVpsEnable; - VkBool32 emitSpsEnable; - uint32_t ppsIdEntryCount; - const uint8_t* ppsIdEntries; -} VkVideoEncodeH265EmitPictureParametersEXT; - -typedef struct VkVideoEncodeH265ProfileEXT { - VkStructureType sType; - const void* pNext; - StdVideoH265ProfileIdc stdProfileIdc; -} VkVideoEncodeH265ProfileEXT; - -typedef struct VkVideoEncodeH265RateControlInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t gopFrameCount; - uint32_t idrPeriod; - uint32_t consecutiveBFrameCount; - VkVideoEncodeH265RateControlStructureFlagBitsEXT rateControlStructure; - uint8_t subLayerCount; -} VkVideoEncodeH265RateControlInfoEXT; - -typedef struct VkVideoEncodeH265QpEXT { - int32_t qpI; - int32_t qpP; - int32_t qpB; -} VkVideoEncodeH265QpEXT; - -typedef struct VkVideoEncodeH265FrameSizeEXT { - uint32_t frameISize; - uint32_t framePSize; - uint32_t frameBSize; -} VkVideoEncodeH265FrameSizeEXT; - -typedef struct VkVideoEncodeH265RateControlLayerInfoEXT { - VkStructureType sType; - const void* pNext; - uint8_t temporalId; - VkBool32 useInitialRcQp; - VkVideoEncodeH265QpEXT initialRcQp; - VkBool32 useMinQp; - VkVideoEncodeH265QpEXT minQp; - VkBool32 useMaxQp; - VkVideoEncodeH265QpEXT maxQp; - VkBool32 useMaxFrameSize; - VkVideoEncodeH265FrameSizeEXT maxFrameSize; -} VkVideoEncodeH265RateControlLayerInfoEXT; - - - -#define VK_EXT_video_decode_h264 1 -#include "vk_video/vulkan_video_codec_h264std_decode.h" -#define VK_EXT_VIDEO_DECODE_H264_SPEC_VERSION 5 -#define VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME "VK_EXT_video_decode_h264" - -typedef enum VkVideoDecodeH264PictureLayoutFlagBitsEXT { - VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_PROGRESSIVE_EXT = 0, - VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_INTERLACED_INTERLEAVED_LINES_BIT_EXT = 0x00000001, - VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_INTERLACED_SEPARATE_PLANES_BIT_EXT = 0x00000002, - VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkVideoDecodeH264PictureLayoutFlagBitsEXT; -typedef VkFlags VkVideoDecodeH264PictureLayoutFlagsEXT; -typedef struct VkVideoDecodeH264ProfileEXT { - VkStructureType sType; - const void* pNext; - StdVideoH264ProfileIdc stdProfileIdc; - VkVideoDecodeH264PictureLayoutFlagsEXT pictureLayout; -} VkVideoDecodeH264ProfileEXT; - -typedef struct VkVideoDecodeH264CapabilitiesEXT { - VkStructureType sType; - void* pNext; - StdVideoH264Level maxLevel; - VkOffset2D fieldOffsetGranularity; -} VkVideoDecodeH264CapabilitiesEXT; - -typedef struct VkVideoDecodeH264SessionParametersAddInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t spsStdCount; - const StdVideoH264SequenceParameterSet* pSpsStd; - uint32_t ppsStdCount; - const StdVideoH264PictureParameterSet* pPpsStd; -} VkVideoDecodeH264SessionParametersAddInfoEXT; - -typedef struct VkVideoDecodeH264SessionParametersCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t maxSpsStdCount; - uint32_t maxPpsStdCount; - const VkVideoDecodeH264SessionParametersAddInfoEXT* pParametersAddInfo; -} VkVideoDecodeH264SessionParametersCreateInfoEXT; - -typedef struct VkVideoDecodeH264PictureInfoEXT { - VkStructureType sType; - const void* pNext; - const StdVideoDecodeH264PictureInfo* pStdPictureInfo; - uint32_t slicesCount; - const uint32_t* pSlicesDataOffsets; -} VkVideoDecodeH264PictureInfoEXT; - -typedef struct VkVideoDecodeH264MvcEXT { - VkStructureType sType; - const void* pNext; - const StdVideoDecodeH264Mvc* pStdMvc; -} VkVideoDecodeH264MvcEXT; - -typedef struct VkVideoDecodeH264DpbSlotInfoEXT { - VkStructureType sType; - const void* pNext; - const StdVideoDecodeH264ReferenceInfo* pStdReferenceInfo; -} VkVideoDecodeH264DpbSlotInfoEXT; - - - -#define VK_EXT_video_decode_h265 1 -#include "vk_video/vulkan_video_codec_h265std_decode.h" -#define VK_EXT_VIDEO_DECODE_H265_SPEC_VERSION 3 -#define VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME "VK_EXT_video_decode_h265" -typedef struct VkVideoDecodeH265ProfileEXT { - VkStructureType sType; - const void* pNext; - StdVideoH265ProfileIdc stdProfileIdc; -} VkVideoDecodeH265ProfileEXT; - -typedef struct VkVideoDecodeH265CapabilitiesEXT { - VkStructureType sType; - void* pNext; - StdVideoH265Level maxLevel; -} VkVideoDecodeH265CapabilitiesEXT; - -typedef struct VkVideoDecodeH265SessionParametersAddInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t vpsStdCount; - const StdVideoH265VideoParameterSet* pVpsStd; - uint32_t spsStdCount; - const StdVideoH265SequenceParameterSet* pSpsStd; - uint32_t ppsStdCount; - const StdVideoH265PictureParameterSet* pPpsStd; -} VkVideoDecodeH265SessionParametersAddInfoEXT; - -typedef struct VkVideoDecodeH265SessionParametersCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t maxVpsStdCount; - uint32_t maxSpsStdCount; - uint32_t maxPpsStdCount; - const VkVideoDecodeH265SessionParametersAddInfoEXT* pParametersAddInfo; -} VkVideoDecodeH265SessionParametersCreateInfoEXT; - -typedef struct VkVideoDecodeH265PictureInfoEXT { - VkStructureType sType; - const void* pNext; - StdVideoDecodeH265PictureInfo* pStdPictureInfo; - uint32_t slicesCount; - const uint32_t* pSlicesDataOffsets; -} VkVideoDecodeH265PictureInfoEXT; - -typedef struct VkVideoDecodeH265DpbSlotInfoEXT { - VkStructureType sType; - const void* pNext; - const StdVideoDecodeH265ReferenceInfo* pStdReferenceInfo; -} VkVideoDecodeH265DpbSlotInfoEXT; - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_core.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_core.h deleted file mode 100644 index 19de3c5e..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_core.h +++ /dev/null @@ -1,14687 +0,0 @@ -#ifndef VULKAN_CORE_H_ -#define VULKAN_CORE_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_VERSION_1_0 1 -#include "vk_platform.h" - -#define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; - - -#ifndef VK_USE_64_BIT_PTR_DEFINES - #if defined(__LP64__) || defined(_WIN64) || (defined(__x86_64__) && !defined(__ILP32__) ) || defined(_M_X64) || defined(__ia64) || defined (_M_IA64) || defined(__aarch64__) || defined(__powerpc64__) - #define VK_USE_64_BIT_PTR_DEFINES 1 - #else - #define VK_USE_64_BIT_PTR_DEFINES 0 - #endif -#endif - - -#ifndef VK_DEFINE_NON_DISPATCHABLE_HANDLE - #if (VK_USE_64_BIT_PTR_DEFINES==1) - #if (defined(__cplusplus) && (__cplusplus >= 201103L)) || (defined(_MSVC_LANG) && (_MSVC_LANG >= 201103L)) - #define VK_NULL_HANDLE nullptr - #else - #define VK_NULL_HANDLE ((void*)0) - #endif - #else - #define VK_NULL_HANDLE 0ULL - #endif -#endif -#ifndef VK_NULL_HANDLE - #define VK_NULL_HANDLE 0 -#endif - - -#ifndef VK_DEFINE_NON_DISPATCHABLE_HANDLE - #if (VK_USE_64_BIT_PTR_DEFINES==1) - #define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef struct object##_T *object; - #else - #define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object; - #endif -#endif - -// DEPRECATED: This define is deprecated. VK_MAKE_API_VERSION should be used instead. -#define VK_MAKE_VERSION(major, minor, patch) \ - ((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch))) - -// DEPRECATED: This define has been removed. Specific version defines (e.g. VK_API_VERSION_1_0), or the VK_MAKE_VERSION macro, should be used instead. -//#define VK_API_VERSION VK_MAKE_VERSION(1, 0, 0) // Patch version should always be set to 0 - -#define VK_MAKE_API_VERSION(variant, major, minor, patch) \ - ((((uint32_t)(variant)) << 29) | (((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch))) - -// Vulkan 1.0 version number -#define VK_API_VERSION_1_0 VK_MAKE_API_VERSION(0, 1, 0, 0)// Patch version should always be set to 0 - -// Version of this file -#define VK_HEADER_VERSION 215 - -// Complete version of this file -#define VK_HEADER_VERSION_COMPLETE VK_MAKE_API_VERSION(0, 1, 3, VK_HEADER_VERSION) - -// DEPRECATED: This define is deprecated. VK_API_VERSION_MAJOR should be used instead. -#define VK_VERSION_MAJOR(version) ((uint32_t)(version) >> 22) - -// DEPRECATED: This define is deprecated. VK_API_VERSION_MINOR should be used instead. -#define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3FFU) - -// DEPRECATED: This define is deprecated. VK_API_VERSION_PATCH should be used instead. -#define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xFFFU) - -#define VK_API_VERSION_VARIANT(version) ((uint32_t)(version) >> 29) -#define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22) & 0x7FU) -#define VK_API_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3FFU) -#define VK_API_VERSION_PATCH(version) ((uint32_t)(version) & 0xFFFU) -typedef uint32_t VkBool32; -typedef uint64_t VkDeviceAddress; -typedef uint64_t VkDeviceSize; -typedef uint32_t VkFlags; -typedef uint32_t VkSampleMask; -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkBuffer) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkImage) -VK_DEFINE_HANDLE(VkInstance) -VK_DEFINE_HANDLE(VkPhysicalDevice) -VK_DEFINE_HANDLE(VkDevice) -VK_DEFINE_HANDLE(VkQueue) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSemaphore) -VK_DEFINE_HANDLE(VkCommandBuffer) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkFence) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDeviceMemory) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkEvent) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkQueryPool) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkBufferView) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkImageView) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkShaderModule) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPipelineCache) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPipelineLayout) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPipeline) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkRenderPass) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDescriptorSetLayout) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSampler) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDescriptorSet) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDescriptorPool) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkFramebuffer) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkCommandPool) -#define VK_ATTACHMENT_UNUSED (~0U) -#define VK_FALSE 0U -#define VK_LOD_CLAMP_NONE 1000.0F -#define VK_QUEUE_FAMILY_IGNORED (~0U) -#define VK_REMAINING_ARRAY_LAYERS (~0U) -#define VK_REMAINING_MIP_LEVELS (~0U) -#define VK_SUBPASS_EXTERNAL (~0U) -#define VK_TRUE 1U -#define VK_WHOLE_SIZE (~0ULL) -#define VK_MAX_MEMORY_TYPES 32U -#define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE 256U -#define VK_UUID_SIZE 16U -#define VK_MAX_EXTENSION_NAME_SIZE 256U -#define VK_MAX_DESCRIPTION_SIZE 256U -#define VK_MAX_MEMORY_HEAPS 16U - -typedef enum VkResult { - VK_SUCCESS = 0, - VK_NOT_READY = 1, - VK_TIMEOUT = 2, - VK_EVENT_SET = 3, - VK_EVENT_RESET = 4, - VK_INCOMPLETE = 5, - VK_ERROR_OUT_OF_HOST_MEMORY = -1, - VK_ERROR_OUT_OF_DEVICE_MEMORY = -2, - VK_ERROR_INITIALIZATION_FAILED = -3, - VK_ERROR_DEVICE_LOST = -4, - VK_ERROR_MEMORY_MAP_FAILED = -5, - VK_ERROR_LAYER_NOT_PRESENT = -6, - VK_ERROR_EXTENSION_NOT_PRESENT = -7, - VK_ERROR_FEATURE_NOT_PRESENT = -8, - VK_ERROR_INCOMPATIBLE_DRIVER = -9, - VK_ERROR_TOO_MANY_OBJECTS = -10, - VK_ERROR_FORMAT_NOT_SUPPORTED = -11, - VK_ERROR_FRAGMENTED_POOL = -12, - VK_ERROR_UNKNOWN = -13, - VK_ERROR_OUT_OF_POOL_MEMORY = -1000069000, - VK_ERROR_INVALID_EXTERNAL_HANDLE = -1000072003, - VK_ERROR_FRAGMENTATION = -1000161000, - VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS = -1000257000, - VK_PIPELINE_COMPILE_REQUIRED = 1000297000, - VK_ERROR_SURFACE_LOST_KHR = -1000000000, - VK_ERROR_NATIVE_WINDOW_IN_USE_KHR = -1000000001, - VK_SUBOPTIMAL_KHR = 1000001003, - VK_ERROR_OUT_OF_DATE_KHR = -1000001004, - VK_ERROR_INCOMPATIBLE_DISPLAY_KHR = -1000003001, - VK_ERROR_VALIDATION_FAILED_EXT = -1000011001, - VK_ERROR_INVALID_SHADER_NV = -1000012000, - VK_ERROR_INVALID_DRM_FORMAT_MODIFIER_PLANE_LAYOUT_EXT = -1000158000, - VK_ERROR_NOT_PERMITTED_KHR = -1000174001, - VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT = -1000255000, - VK_THREAD_IDLE_KHR = 1000268000, - VK_THREAD_DONE_KHR = 1000268001, - VK_OPERATION_DEFERRED_KHR = 1000268002, - VK_OPERATION_NOT_DEFERRED_KHR = 1000268003, - VK_ERROR_COMPRESSION_EXHAUSTED_EXT = -1000338000, - VK_ERROR_OUT_OF_POOL_MEMORY_KHR = VK_ERROR_OUT_OF_POOL_MEMORY, - VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR = VK_ERROR_INVALID_EXTERNAL_HANDLE, - VK_ERROR_FRAGMENTATION_EXT = VK_ERROR_FRAGMENTATION, - VK_ERROR_NOT_PERMITTED_EXT = VK_ERROR_NOT_PERMITTED_KHR, - VK_ERROR_INVALID_DEVICE_ADDRESS_EXT = VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS, - VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS_KHR = VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS, - VK_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED, - VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED, - VK_RESULT_MAX_ENUM = 0x7FFFFFFF -} VkResult; - -typedef enum VkStructureType { - VK_STRUCTURE_TYPE_APPLICATION_INFO = 0, - VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO = 1, - VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO = 2, - VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO = 3, - VK_STRUCTURE_TYPE_SUBMIT_INFO = 4, - VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO = 5, - VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE = 6, - VK_STRUCTURE_TYPE_BIND_SPARSE_INFO = 7, - VK_STRUCTURE_TYPE_FENCE_CREATE_INFO = 8, - VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO = 9, - VK_STRUCTURE_TYPE_EVENT_CREATE_INFO = 10, - VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO = 11, - VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO = 12, - VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO = 13, - VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO = 14, - VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO = 15, - VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO = 16, - VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO = 17, - VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO = 18, - VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO = 19, - VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO = 20, - VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO = 21, - VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO = 22, - VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO = 23, - VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO = 24, - VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO = 25, - VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO = 26, - VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO = 27, - VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO = 28, - VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO = 29, - VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO = 30, - VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO = 31, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO = 32, - VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO = 33, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO = 34, - VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET = 35, - VK_STRUCTURE_TYPE_COPY_DESCRIPTOR_SET = 36, - VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO = 37, - VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO = 38, - VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO = 39, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO = 40, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO = 41, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO = 42, - VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO = 43, - VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER = 44, - VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER = 45, - VK_STRUCTURE_TYPE_MEMORY_BARRIER = 46, - VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO = 47, - VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO = 48, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES = 1000094000, - VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO = 1000157000, - VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO = 1000157001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES = 1000083000, - VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS = 1000127000, - VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO = 1000127001, - VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO = 1000060000, - VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO = 1000060003, - VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO = 1000060004, - VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO = 1000060005, - VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO = 1000060006, - VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO = 1000060013, - VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO = 1000060014, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES = 1000070000, - VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO = 1000070001, - VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2 = 1000146000, - VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2 = 1000146001, - VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2 = 1000146002, - VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2 = 1000146003, - VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2 = 1000146004, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2 = 1000059000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2 = 1000059001, - VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2 = 1000059002, - VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2 = 1000059003, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2 = 1000059004, - VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2 = 1000059005, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2 = 1000059006, - VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2 = 1000059007, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2 = 1000059008, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES = 1000117000, - VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO = 1000117001, - VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO = 1000117002, - VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO = 1000117003, - VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO = 1000053000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES = 1000053001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES = 1000053002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES = 1000120000, - VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO = 1000145000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES = 1000145001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES = 1000145002, - VK_STRUCTURE_TYPE_DEVICE_QUEUE_INFO_2 = 1000145003, - VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO = 1000156000, - VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO = 1000156001, - VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO = 1000156002, - VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO = 1000156003, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES = 1000156004, - VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES = 1000156005, - VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO = 1000085000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO = 1000071000, - VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES = 1000071001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO = 1000071002, - VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES = 1000071003, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES = 1000071004, - VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO = 1000072000, - VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO = 1000072001, - VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO = 1000072002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO = 1000112000, - VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES = 1000112001, - VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO = 1000113000, - VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO = 1000077000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO = 1000076000, - VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES = 1000076001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES = 1000168000, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT = 1000168001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES = 1000063000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_FEATURES = 49, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_PROPERTIES = 50, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_2_FEATURES = 51, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_2_PROPERTIES = 52, - VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO = 1000147000, - VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2 = 1000109000, - VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2 = 1000109001, - VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2 = 1000109002, - VK_STRUCTURE_TYPE_SUBPASS_DEPENDENCY_2 = 1000109003, - VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2 = 1000109004, - VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO = 1000109005, - VK_STRUCTURE_TYPE_SUBPASS_END_INFO = 1000109006, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES = 1000177000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES = 1000196000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES = 1000180000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES = 1000082000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES = 1000197000, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO = 1000161000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES = 1000161001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES = 1000161002, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO = 1000161003, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT = 1000161004, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES = 1000199000, - VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE = 1000199001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES = 1000221000, - VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO = 1000246000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES = 1000130000, - VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO = 1000130001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES = 1000211000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES = 1000108000, - VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO = 1000108001, - VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO = 1000108002, - VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO = 1000108003, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES = 1000253000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES = 1000175000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES = 1000241000, - VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT = 1000241001, - VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT = 1000241002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES = 1000261000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES = 1000207000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES = 1000207001, - VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO = 1000207002, - VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO = 1000207003, - VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO = 1000207004, - VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO = 1000207005, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES = 1000257000, - VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO = 1000244001, - VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO = 1000257002, - VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO = 1000257003, - VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO = 1000257004, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES = 53, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES = 54, - VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO = 1000192000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES = 1000215000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES = 1000245000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES = 1000276000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES = 1000295000, - VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO = 1000295001, - VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO = 1000295002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES = 1000297000, - VK_STRUCTURE_TYPE_MEMORY_BARRIER_2 = 1000314000, - VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2 = 1000314001, - VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2 = 1000314002, - VK_STRUCTURE_TYPE_DEPENDENCY_INFO = 1000314003, - VK_STRUCTURE_TYPE_SUBMIT_INFO_2 = 1000314004, - VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO = 1000314005, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO = 1000314006, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES = 1000314007, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES = 1000325000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES = 1000335000, - VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2 = 1000337000, - VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2 = 1000337001, - VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2 = 1000337002, - VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2 = 1000337003, - VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2 = 1000337004, - VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2 = 1000337005, - VK_STRUCTURE_TYPE_BUFFER_COPY_2 = 1000337006, - VK_STRUCTURE_TYPE_IMAGE_COPY_2 = 1000337007, - VK_STRUCTURE_TYPE_IMAGE_BLIT_2 = 1000337008, - VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2 = 1000337009, - VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2 = 1000337010, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES = 1000225000, - VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO = 1000225001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES = 1000225002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES = 1000138000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES = 1000138001, - VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK = 1000138002, - VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO = 1000138003, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES = 1000066000, - VK_STRUCTURE_TYPE_RENDERING_INFO = 1000044000, - VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO = 1000044001, - VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO = 1000044002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES = 1000044003, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO = 1000044004, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES = 1000280000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES = 1000280001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES = 1000281001, - VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3 = 1000360000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES = 1000413000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES = 1000413001, - VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS = 1000413002, - VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS = 1000413003, - VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR = 1000001000, - VK_STRUCTURE_TYPE_PRESENT_INFO_KHR = 1000001001, - VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR = 1000060007, - VK_STRUCTURE_TYPE_IMAGE_SWAPCHAIN_CREATE_INFO_KHR = 1000060008, - VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHR = 1000060009, - VK_STRUCTURE_TYPE_ACQUIRE_NEXT_IMAGE_INFO_KHR = 1000060010, - VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_INFO_KHR = 1000060011, - VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR = 1000060012, - VK_STRUCTURE_TYPE_DISPLAY_MODE_CREATE_INFO_KHR = 1000002000, - VK_STRUCTURE_TYPE_DISPLAY_SURFACE_CREATE_INFO_KHR = 1000002001, - VK_STRUCTURE_TYPE_DISPLAY_PRESENT_INFO_KHR = 1000003000, - VK_STRUCTURE_TYPE_XLIB_SURFACE_CREATE_INFO_KHR = 1000004000, - VK_STRUCTURE_TYPE_XCB_SURFACE_CREATE_INFO_KHR = 1000005000, - VK_STRUCTURE_TYPE_WAYLAND_SURFACE_CREATE_INFO_KHR = 1000006000, - VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR = 1000008000, - VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR = 1000009000, - VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT = 1000011000, - VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD = 1000018000, - VK_STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_NAME_INFO_EXT = 1000022000, - VK_STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_TAG_INFO_EXT = 1000022001, - VK_STRUCTURE_TYPE_DEBUG_MARKER_MARKER_INFO_EXT = 1000022002, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_PROFILE_KHR = 1000023000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_CAPABILITIES_KHR = 1000023001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_KHR = 1000023002, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_GET_MEMORY_PROPERTIES_KHR = 1000023003, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_BIND_MEMORY_KHR = 1000023004, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_SESSION_CREATE_INFO_KHR = 1000023005, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000023006, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_UPDATE_INFO_KHR = 1000023007, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_BEGIN_CODING_INFO_KHR = 1000023008, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_END_CODING_INFO_KHR = 1000023009, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_CODING_CONTROL_INFO_KHR = 1000023010, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_KHR = 1000023011, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_QUEUE_FAMILY_PROPERTIES_2_KHR = 1000023012, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_PROFILES_KHR = 1000023013, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR = 1000023014, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR = 1000023015, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_QUEUE_FAMILY_QUERY_RESULT_STATUS_PROPERTIES_2_KHR = 1000023016, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR = 1000024000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_CAPABILITIES_KHR = 1000024001, -#endif - VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV = 1000026000, - VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_BUFFER_CREATE_INFO_NV = 1000026001, - VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV = 1000026002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_FEATURES_EXT = 1000028000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_PROPERTIES_EXT = 1000028001, - VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_STREAM_CREATE_INFO_EXT = 1000028002, - VK_STRUCTURE_TYPE_CU_MODULE_CREATE_INFO_NVX = 1000029000, - VK_STRUCTURE_TYPE_CU_FUNCTION_CREATE_INFO_NVX = 1000029001, - VK_STRUCTURE_TYPE_CU_LAUNCH_INFO_NVX = 1000029002, - VK_STRUCTURE_TYPE_IMAGE_VIEW_HANDLE_INFO_NVX = 1000030000, - VK_STRUCTURE_TYPE_IMAGE_VIEW_ADDRESS_PROPERTIES_NVX = 1000030001, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_CAPABILITIES_EXT = 1000038000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_CREATE_INFO_EXT = 1000038001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_ADD_INFO_EXT = 1000038002, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_VCL_FRAME_INFO_EXT = 1000038003, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_DPB_SLOT_INFO_EXT = 1000038004, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_NALU_SLICE_EXT = 1000038005, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_EMIT_PICTURE_PARAMETERS_EXT = 1000038006, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_PROFILE_EXT = 1000038007, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_RATE_CONTROL_INFO_EXT = 1000038008, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_RATE_CONTROL_LAYER_INFO_EXT = 1000038009, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_REFERENCE_LISTS_EXT = 1000038010, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_CAPABILITIES_EXT = 1000039000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_PARAMETERS_CREATE_INFO_EXT = 1000039001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_PARAMETERS_ADD_INFO_EXT = 1000039002, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_VCL_FRAME_INFO_EXT = 1000039003, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_DPB_SLOT_INFO_EXT = 1000039004, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_NALU_SLICE_SEGMENT_EXT = 1000039005, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_EMIT_PICTURE_PARAMETERS_EXT = 1000039006, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_PROFILE_EXT = 1000039007, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_REFERENCE_LISTS_EXT = 1000039008, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_RATE_CONTROL_INFO_EXT = 1000039009, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_RATE_CONTROL_LAYER_INFO_EXT = 1000039010, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_CAPABILITIES_EXT = 1000040000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_PICTURE_INFO_EXT = 1000040001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_MVC_EXT = 1000040002, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_PROFILE_EXT = 1000040003, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_CREATE_INFO_EXT = 1000040004, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_ADD_INFO_EXT = 1000040005, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_EXT = 1000040006, -#endif - VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD = 1000041000, - VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR = 1000044006, - VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT = 1000044007, - VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD = 1000044008, - VK_STRUCTURE_TYPE_MULTIVIEW_PER_VIEW_ATTRIBUTES_INFO_NVX = 1000044009, - VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP = 1000049000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CORNER_SAMPLED_IMAGE_FEATURES_NV = 1000050000, - VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_NV = 1000056000, - VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_NV = 1000056001, - VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_NV = 1000057000, - VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_NV = 1000057001, - VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV = 1000058000, - VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT = 1000061000, - VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN = 1000062000, - VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT = 1000067000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT = 1000067001, - VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR = 1000073000, - VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_KHR = 1000073001, - VK_STRUCTURE_TYPE_MEMORY_WIN32_HANDLE_PROPERTIES_KHR = 1000073002, - VK_STRUCTURE_TYPE_MEMORY_GET_WIN32_HANDLE_INFO_KHR = 1000073003, - VK_STRUCTURE_TYPE_IMPORT_MEMORY_FD_INFO_KHR = 1000074000, - VK_STRUCTURE_TYPE_MEMORY_FD_PROPERTIES_KHR = 1000074001, - VK_STRUCTURE_TYPE_MEMORY_GET_FD_INFO_KHR = 1000074002, - VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_KHR = 1000075000, - VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR = 1000078000, - VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR = 1000078001, - VK_STRUCTURE_TYPE_D3D12_FENCE_SUBMIT_INFO_KHR = 1000078002, - VK_STRUCTURE_TYPE_SEMAPHORE_GET_WIN32_HANDLE_INFO_KHR = 1000078003, - VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR = 1000079000, - VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR = 1000079001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR = 1000080000, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_CONDITIONAL_RENDERING_INFO_EXT = 1000081000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONDITIONAL_RENDERING_FEATURES_EXT = 1000081001, - VK_STRUCTURE_TYPE_CONDITIONAL_RENDERING_BEGIN_INFO_EXT = 1000081002, - VK_STRUCTURE_TYPE_PRESENT_REGIONS_KHR = 1000084000, - VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_W_SCALING_STATE_CREATE_INFO_NV = 1000087000, - VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_EXT = 1000090000, - VK_STRUCTURE_TYPE_DISPLAY_POWER_INFO_EXT = 1000091000, - VK_STRUCTURE_TYPE_DEVICE_EVENT_INFO_EXT = 1000091001, - VK_STRUCTURE_TYPE_DISPLAY_EVENT_INFO_EXT = 1000091002, - VK_STRUCTURE_TYPE_SWAPCHAIN_COUNTER_CREATE_INFO_EXT = 1000091003, - VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE = 1000092000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_ATTRIBUTES_PROPERTIES_NVX = 1000097000, - VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_SWIZZLE_STATE_CREATE_INFO_NV = 1000098000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DISCARD_RECTANGLE_PROPERTIES_EXT = 1000099000, - VK_STRUCTURE_TYPE_PIPELINE_DISCARD_RECTANGLE_STATE_CREATE_INFO_EXT = 1000099001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONSERVATIVE_RASTERIZATION_PROPERTIES_EXT = 1000101000, - VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_CONSERVATIVE_STATE_CREATE_INFO_EXT = 1000101001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_ENABLE_FEATURES_EXT = 1000102000, - VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EXT = 1000102001, - VK_STRUCTURE_TYPE_HDR_METADATA_EXT = 1000105000, - VK_STRUCTURE_TYPE_SHARED_PRESENT_SURFACE_CAPABILITIES_KHR = 1000111000, - VK_STRUCTURE_TYPE_IMPORT_FENCE_WIN32_HANDLE_INFO_KHR = 1000114000, - VK_STRUCTURE_TYPE_EXPORT_FENCE_WIN32_HANDLE_INFO_KHR = 1000114001, - VK_STRUCTURE_TYPE_FENCE_GET_WIN32_HANDLE_INFO_KHR = 1000114002, - VK_STRUCTURE_TYPE_IMPORT_FENCE_FD_INFO_KHR = 1000115000, - VK_STRUCTURE_TYPE_FENCE_GET_FD_INFO_KHR = 1000115001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_FEATURES_KHR = 1000116000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_PROPERTIES_KHR = 1000116001, - VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_CREATE_INFO_KHR = 1000116002, - VK_STRUCTURE_TYPE_PERFORMANCE_QUERY_SUBMIT_INFO_KHR = 1000116003, - VK_STRUCTURE_TYPE_ACQUIRE_PROFILING_LOCK_INFO_KHR = 1000116004, - VK_STRUCTURE_TYPE_PERFORMANCE_COUNTER_KHR = 1000116005, - VK_STRUCTURE_TYPE_PERFORMANCE_COUNTER_DESCRIPTION_KHR = 1000116006, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR = 1000119000, - VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_KHR = 1000119001, - VK_STRUCTURE_TYPE_SURFACE_FORMAT_2_KHR = 1000119002, - VK_STRUCTURE_TYPE_DISPLAY_PROPERTIES_2_KHR = 1000121000, - VK_STRUCTURE_TYPE_DISPLAY_PLANE_PROPERTIES_2_KHR = 1000121001, - VK_STRUCTURE_TYPE_DISPLAY_MODE_PROPERTIES_2_KHR = 1000121002, - VK_STRUCTURE_TYPE_DISPLAY_PLANE_INFO_2_KHR = 1000121003, - VK_STRUCTURE_TYPE_DISPLAY_PLANE_CAPABILITIES_2_KHR = 1000121004, - VK_STRUCTURE_TYPE_IOS_SURFACE_CREATE_INFO_MVK = 1000122000, - VK_STRUCTURE_TYPE_MACOS_SURFACE_CREATE_INFO_MVK = 1000123000, - VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT = 1000128000, - VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_TAG_INFO_EXT = 1000128001, - VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT = 1000128002, - VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CALLBACK_DATA_EXT = 1000128003, - VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT = 1000128004, - VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_USAGE_ANDROID = 1000129000, - VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID = 1000129001, - VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID = 1000129002, - VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID = 1000129003, - VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID = 1000129004, - VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID = 1000129005, - VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID = 1000129006, - VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT = 1000143000, - VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT = 1000143001, - VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT = 1000143002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT = 1000143003, - VK_STRUCTURE_TYPE_MULTISAMPLE_PROPERTIES_EXT = 1000143004, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT = 1000148000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_PROPERTIES_EXT = 1000148001, - VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_ADVANCED_STATE_CREATE_INFO_EXT = 1000148002, - VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_TO_COLOR_STATE_CREATE_INFO_NV = 1000149000, - VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_ACCELERATION_STRUCTURE_KHR = 1000150007, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_BUILD_GEOMETRY_INFO_KHR = 1000150000, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_DEVICE_ADDRESS_INFO_KHR = 1000150002, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_AABBS_DATA_KHR = 1000150003, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_INSTANCES_DATA_KHR = 1000150004, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_TRIANGLES_DATA_KHR = 1000150005, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_KHR = 1000150006, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_VERSION_INFO_KHR = 1000150009, - VK_STRUCTURE_TYPE_COPY_ACCELERATION_STRUCTURE_INFO_KHR = 1000150010, - VK_STRUCTURE_TYPE_COPY_ACCELERATION_STRUCTURE_TO_MEMORY_INFO_KHR = 1000150011, - VK_STRUCTURE_TYPE_COPY_MEMORY_TO_ACCELERATION_STRUCTURE_INFO_KHR = 1000150012, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_FEATURES_KHR = 1000150013, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_PROPERTIES_KHR = 1000150014, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_CREATE_INFO_KHR = 1000150017, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_BUILD_SIZES_INFO_KHR = 1000150020, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PIPELINE_FEATURES_KHR = 1000347000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PIPELINE_PROPERTIES_KHR = 1000347001, - VK_STRUCTURE_TYPE_RAY_TRACING_PIPELINE_CREATE_INFO_KHR = 1000150015, - VK_STRUCTURE_TYPE_RAY_TRACING_SHADER_GROUP_CREATE_INFO_KHR = 1000150016, - VK_STRUCTURE_TYPE_RAY_TRACING_PIPELINE_INTERFACE_CREATE_INFO_KHR = 1000150018, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_QUERY_FEATURES_KHR = 1000348013, - VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_MODULATION_STATE_CREATE_INFO_NV = 1000152000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_FEATURES_NV = 1000154000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_PROPERTIES_NV = 1000154001, - VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT = 1000158000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_DRM_FORMAT_MODIFIER_INFO_EXT = 1000158002, - VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT = 1000158003, - VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT = 1000158004, - VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT = 1000158005, - VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT = 1000158006, - VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT = 1000160000, - VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT = 1000160001, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR = 1000163000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_PROPERTIES_KHR = 1000163001, -#endif - VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_SHADING_RATE_IMAGE_STATE_CREATE_INFO_NV = 1000164000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADING_RATE_IMAGE_FEATURES_NV = 1000164001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADING_RATE_IMAGE_PROPERTIES_NV = 1000164002, - VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_COARSE_SAMPLE_ORDER_STATE_CREATE_INFO_NV = 1000164005, - VK_STRUCTURE_TYPE_RAY_TRACING_PIPELINE_CREATE_INFO_NV = 1000165000, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_CREATE_INFO_NV = 1000165001, - VK_STRUCTURE_TYPE_GEOMETRY_NV = 1000165003, - VK_STRUCTURE_TYPE_GEOMETRY_TRIANGLES_NV = 1000165004, - VK_STRUCTURE_TYPE_GEOMETRY_AABB_NV = 1000165005, - VK_STRUCTURE_TYPE_BIND_ACCELERATION_STRUCTURE_MEMORY_INFO_NV = 1000165006, - VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_ACCELERATION_STRUCTURE_NV = 1000165007, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_INFO_NV = 1000165008, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PROPERTIES_NV = 1000165009, - VK_STRUCTURE_TYPE_RAY_TRACING_SHADER_GROUP_CREATE_INFO_NV = 1000165011, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_INFO_NV = 1000165012, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_REPRESENTATIVE_FRAGMENT_TEST_FEATURES_NV = 1000166000, - VK_STRUCTURE_TYPE_PIPELINE_REPRESENTATIVE_FRAGMENT_TEST_STATE_CREATE_INFO_NV = 1000166001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT = 1000170000, - VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT = 1000170001, - VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT = 1000178000, - VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT = 1000178001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT = 1000178002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CLOCK_FEATURES_KHR = 1000181000, - VK_STRUCTURE_TYPE_PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMD = 1000183000, - VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_EXT = 1000184000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_AMD = 1000185000, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_CAPABILITIES_EXT = 1000187000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_PARAMETERS_CREATE_INFO_EXT = 1000187001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_PARAMETERS_ADD_INFO_EXT = 1000187002, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_PROFILE_EXT = 1000187003, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_PICTURE_INFO_EXT = 1000187004, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_DPB_SLOT_INFO_EXT = 1000187005, -#endif - VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR = 1000174000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_KHR = 1000388000, - VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_KHR = 1000388001, - VK_STRUCTURE_TYPE_DEVICE_MEMORY_OVERALLOCATION_CREATE_INFO_AMD = 1000189000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_EXT = 1000190000, - VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT = 1000190001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT = 1000190002, - VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP = 1000191000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV = 1000201000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV = 1000202000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV = 1000202001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_FOOTPRINT_FEATURES_NV = 1000204000, - VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_EXCLUSIVE_SCISSOR_STATE_CREATE_INFO_NV = 1000205000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXCLUSIVE_SCISSOR_FEATURES_NV = 1000205002, - VK_STRUCTURE_TYPE_CHECKPOINT_DATA_NV = 1000206000, - VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_NV = 1000206001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL = 1000209000, - VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL = 1000210000, - VK_STRUCTURE_TYPE_INITIALIZE_PERFORMANCE_API_INFO_INTEL = 1000210001, - VK_STRUCTURE_TYPE_PERFORMANCE_MARKER_INFO_INTEL = 1000210002, - VK_STRUCTURE_TYPE_PERFORMANCE_STREAM_MARKER_INFO_INTEL = 1000210003, - VK_STRUCTURE_TYPE_PERFORMANCE_OVERRIDE_INFO_INTEL = 1000210004, - VK_STRUCTURE_TYPE_PERFORMANCE_CONFIGURATION_ACQUIRE_INFO_INTEL = 1000210005, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PCI_BUS_INFO_PROPERTIES_EXT = 1000212000, - VK_STRUCTURE_TYPE_DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD = 1000213000, - VK_STRUCTURE_TYPE_SWAPCHAIN_DISPLAY_NATIVE_HDR_CREATE_INFO_AMD = 1000213001, - VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA = 1000214000, - VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_EXT = 1000217000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT = 1000218000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT = 1000218001, - VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT = 1000218002, - VK_STRUCTURE_TYPE_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR = 1000226000, - VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_STATE_CREATE_INFO_KHR = 1000226001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_PROPERTIES_KHR = 1000226002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_FEATURES_KHR = 1000226003, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_KHR = 1000226004, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD = 1000227000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COHERENT_MEMORY_FEATURES_AMD = 1000229000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_ATOMIC_INT64_FEATURES_EXT = 1000234000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT = 1000237000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PRIORITY_FEATURES_EXT = 1000238000, - VK_STRUCTURE_TYPE_MEMORY_PRIORITY_ALLOCATE_INFO_EXT = 1000238001, - VK_STRUCTURE_TYPE_SURFACE_PROTECTED_CAPABILITIES_KHR = 1000239000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV = 1000240000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT = 1000244000, - VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT = 1000244002, - VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT = 1000247000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR = 1000248000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV = 1000249000, - VK_STRUCTURE_TYPE_COOPERATIVE_MATRIX_PROPERTIES_NV = 1000249001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_PROPERTIES_NV = 1000249002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV = 1000250000, - VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_REDUCTION_STATE_CREATE_INFO_NV = 1000250001, - VK_STRUCTURE_TYPE_FRAMEBUFFER_MIXED_SAMPLES_COMBINATION_NV = 1000250002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT = 1000251000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_IMAGE_ARRAYS_FEATURES_EXT = 1000252000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROVOKING_VERTEX_FEATURES_EXT = 1000254000, - VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_PROVOKING_VERTEX_STATE_CREATE_INFO_EXT = 1000254001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROVOKING_VERTEX_PROPERTIES_EXT = 1000254002, - VK_STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXT = 1000255000, - VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_FULL_SCREEN_EXCLUSIVE_EXT = 1000255002, - VK_STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_WIN32_INFO_EXT = 1000255001, - VK_STRUCTURE_TYPE_HEADLESS_SURFACE_CREATE_INFO_EXT = 1000256000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT = 1000259000, - VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_EXT = 1000259001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_EXT = 1000259002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_FEATURES_EXT = 1000260000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT = 1000265000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_FEATURES_EXT = 1000267000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_EXECUTABLE_PROPERTIES_FEATURES_KHR = 1000269000, - VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR = 1000269001, - VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_PROPERTIES_KHR = 1000269002, - VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INFO_KHR = 1000269003, - VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_STATISTIC_KHR = 1000269004, - VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR = 1000269005, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT = 1000273000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV = 1000277000, - VK_STRUCTURE_TYPE_GRAPHICS_SHADER_GROUP_CREATE_INFO_NV = 1000277001, - VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_SHADER_GROUPS_CREATE_INFO_NV = 1000277002, - VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_TOKEN_NV = 1000277003, - VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_NV = 1000277004, - VK_STRUCTURE_TYPE_GENERATED_COMMANDS_INFO_NV = 1000277005, - VK_STRUCTURE_TYPE_GENERATED_COMMANDS_MEMORY_REQUIREMENTS_INFO_NV = 1000277006, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV = 1000277007, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV = 1000278000, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV = 1000278001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT = 1000281000, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM = 1000282000, - VK_STRUCTURE_TYPE_RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM = 1000282001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT = 1000284000, - VK_STRUCTURE_TYPE_DEVICE_DEVICE_MEMORY_REPORT_CREATE_INFO_EXT = 1000284001, - VK_STRUCTURE_TYPE_DEVICE_MEMORY_REPORT_CALLBACK_DATA_EXT = 1000284002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_EXT = 1000286000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_PROPERTIES_EXT = 1000286001, - VK_STRUCTURE_TYPE_SAMPLER_CUSTOM_BORDER_COLOR_CREATE_INFO_EXT = 1000287000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_PROPERTIES_EXT = 1000287001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXT = 1000287002, - VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR = 1000290000, - VK_STRUCTURE_TYPE_PRESENT_ID_KHR = 1000294000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR = 1000294001, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_INFO_KHR = 1000299000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_RATE_CONTROL_INFO_KHR = 1000299001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_RATE_CONTROL_LAYER_INFO_KHR = 1000299002, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_STRUCTURE_TYPE_VIDEO_ENCODE_CAPABILITIES_KHR = 1000299003, -#endif - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV = 1000300000, - VK_STRUCTURE_TYPE_DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV = 1000300001, - VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV = 1000314008, - VK_STRUCTURE_TYPE_CHECKPOINT_DATA_2_NV = 1000314009, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_FEATURES_EXT = 1000320000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_PROPERTIES_EXT = 1000320001, - VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_LIBRARY_CREATE_INFO_EXT = 1000320002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_FEATURES_AMD = 1000321000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_KHR = 1000203000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_PROPERTIES_KHR = 1000322000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR = 1000323000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV = 1000326000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV = 1000326001, - VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_ENUM_STATE_CREATE_INFO_NV = 1000326002, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_MOTION_TRIANGLES_DATA_NV = 1000327000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_MOTION_BLUR_FEATURES_NV = 1000327001, - VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_MOTION_INFO_NV = 1000327002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_2_PLANE_444_FORMATS_FEATURES_EXT = 1000330000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT = 1000332000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT = 1000332001, - VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM = 1000333000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR = 1000336000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_COMPRESSION_CONTROL_FEATURES_EXT = 1000338000, - VK_STRUCTURE_TYPE_IMAGE_COMPRESSION_CONTROL_EXT = 1000338001, - VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2_EXT = 1000338002, - VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2_EXT = 1000338003, - VK_STRUCTURE_TYPE_IMAGE_COMPRESSION_PROPERTIES_EXT = 1000338004, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT = 1000340000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_ARM = 1000342000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RGBA10X6_FORMATS_FEATURES_EXT = 1000344000, - VK_STRUCTURE_TYPE_DIRECTFB_SURFACE_CREATE_INFO_EXT = 1000346000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE = 1000351000, - VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_VALVE = 1000351002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_INPUT_DYNAMIC_STATE_FEATURES_EXT = 1000352000, - VK_STRUCTURE_TYPE_VERTEX_INPUT_BINDING_DESCRIPTION_2_EXT = 1000352001, - VK_STRUCTURE_TYPE_VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT = 1000352002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT = 1000353000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_CONTROL_FEATURES_EXT = 1000355000, - VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLIP_CONTROL_CREATE_INFO_EXT = 1000355001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT = 1000356000, - VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA = 1000364000, - VK_STRUCTURE_TYPE_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA = 1000364001, - VK_STRUCTURE_TYPE_MEMORY_GET_ZIRCON_HANDLE_INFO_FUCHSIA = 1000364002, - VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_ZIRCON_HANDLE_INFO_FUCHSIA = 1000365000, - VK_STRUCTURE_TYPE_SEMAPHORE_GET_ZIRCON_HANDLE_INFO_FUCHSIA = 1000365001, - VK_STRUCTURE_TYPE_BUFFER_COLLECTION_CREATE_INFO_FUCHSIA = 1000366000, - VK_STRUCTURE_TYPE_IMPORT_MEMORY_BUFFER_COLLECTION_FUCHSIA = 1000366001, - VK_STRUCTURE_TYPE_BUFFER_COLLECTION_IMAGE_CREATE_INFO_FUCHSIA = 1000366002, - VK_STRUCTURE_TYPE_BUFFER_COLLECTION_PROPERTIES_FUCHSIA = 1000366003, - VK_STRUCTURE_TYPE_BUFFER_CONSTRAINTS_INFO_FUCHSIA = 1000366004, - VK_STRUCTURE_TYPE_BUFFER_COLLECTION_BUFFER_CREATE_INFO_FUCHSIA = 1000366005, - VK_STRUCTURE_TYPE_IMAGE_CONSTRAINTS_INFO_FUCHSIA = 1000366006, - VK_STRUCTURE_TYPE_IMAGE_FORMAT_CONSTRAINTS_INFO_FUCHSIA = 1000366007, - VK_STRUCTURE_TYPE_SYSMEM_COLOR_SPACE_FUCHSIA = 1000366008, - VK_STRUCTURE_TYPE_BUFFER_COLLECTION_CONSTRAINTS_INFO_FUCHSIA = 1000366009, - VK_STRUCTURE_TYPE_SUBPASS_SHADING_PIPELINE_CREATE_INFO_HUAWEI = 1000369000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_SHADING_FEATURES_HUAWEI = 1000369001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_SHADING_PROPERTIES_HUAWEI = 1000369002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INVOCATION_MASK_FEATURES_HUAWEI = 1000370000, - VK_STRUCTURE_TYPE_MEMORY_GET_REMOTE_ADDRESS_INFO_NV = 1000371000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_RDMA_FEATURES_NV = 1000371001, - VK_STRUCTURE_TYPE_PIPELINE_PROPERTIES_IDENTIFIER_EXT = 1000372000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_PROPERTIES_FEATURES_EXT = 1000372001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_2_FEATURES_EXT = 1000377000, - VK_STRUCTURE_TYPE_SCREEN_SURFACE_CREATE_INFO_QNX = 1000378000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COLOR_WRITE_ENABLE_FEATURES_EXT = 1000381000, - VK_STRUCTURE_TYPE_PIPELINE_COLOR_WRITE_CREATE_INFO_EXT = 1000381001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVES_GENERATED_QUERY_FEATURES_EXT = 1000382000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_MAINTENANCE_1_FEATURES_KHR = 1000386000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_MIN_LOD_FEATURES_EXT = 1000391000, - VK_STRUCTURE_TYPE_IMAGE_VIEW_MIN_LOD_CREATE_INFO_EXT = 1000391001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT = 1000392000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT = 1000392001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_2D_VIEW_OF_3D_FEATURES_EXT = 1000393000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT = 1000411000, - VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT = 1000411001, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT = 1000412000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_SET_HOST_MAPPING_FEATURES_VALVE = 1000420000, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_BINDING_REFERENCE_VALVE = 1000420001, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_HOST_MAPPING_INFO_VALVE = 1000420002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_FEATURES_QCOM = 1000425000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_PROPERTIES_QCOM = 1000425001, - VK_STRUCTURE_TYPE_SUBPASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_QCOM = 1000425002, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINEAR_COLOR_ATTACHMENT_FEATURES_NV = 1000430000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_FEATURES_EXT = 1000437000, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_MERGE_FEEDBACK_FEATURES_EXT = 1000458000, - VK_STRUCTURE_TYPE_RENDER_PASS_CREATION_CONTROL_EXT = 1000458001, - VK_STRUCTURE_TYPE_RENDER_PASS_CREATION_FEEDBACK_INFO_EXT = 1000458002, - VK_STRUCTURE_TYPE_RENDER_PASS_SUBPASS_FEEDBACK_INFO_EXT = 1000458003, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES, - VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT, - VK_STRUCTURE_TYPE_RENDERING_INFO_KHR = VK_STRUCTURE_TYPE_RENDERING_INFO, - VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR = VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO, - VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO, - VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_NV = VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD, - VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2, - VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2_KHR = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2, - VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2_KHR = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2, - VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR = VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2, - VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2_KHR = VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2, - VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO_KHR = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO, - VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO, - VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO, - VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO, - VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO, - VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR = VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO, - VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR = VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES, - VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO, - VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR = VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO, - VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES_KHR = VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES, - VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO, - VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO, - VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_KHR = VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO, - VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES_KHR = VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES, - VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT16_INT8_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES, - VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO, - VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT = VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_EXT, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES, - VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO, - VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR = VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO, - VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO_KHR = VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO, - VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2_KHR = VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2, - VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2_KHR = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2, - VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2_KHR = VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2, - VK_STRUCTURE_TYPE_SUBPASS_DEPENDENCY_2_KHR = VK_STRUCTURE_TYPE_SUBPASS_DEPENDENCY_2, - VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2_KHR = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2, - VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO_KHR = VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO, - VK_STRUCTURE_TYPE_SUBPASS_END_INFO_KHR = VK_STRUCTURE_TYPE_SUBPASS_END_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO, - VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES_KHR = VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES, - VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES, - VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO, - VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO, - VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES_KHR, - VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS_KHR = VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS, - VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR = VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES, - VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES, - VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK, - VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO, - VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2, - VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2, - VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2, - VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR = VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2, - VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2_KHR = VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2, - VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO, - VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO, - VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO_KHR = VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO, - VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO_KHR = VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO, - VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO_KHR = VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES, - VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES_KHR = VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES, - VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO_KHR = VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO, - VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO_KHR = VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO_EXT = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT_EXT = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES, - VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT, - VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES, - VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES, - VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE_KHR = VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_NV = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_KHR, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES, - VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO, - VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO_KHR = VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO, - VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO_KHR = VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO, - VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO_KHR = VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO, - VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTEL = VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES, - VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES, - VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT, - VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR = VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT, - VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_EXT = VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES, - VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES, - VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_KHR = VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO, - VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO, - VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO_KHR = VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO, - VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES, - VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO, - VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES, - VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_MEMORY_BARRIER_2, - VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2, - VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2, - VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR = VK_STRUCTURE_TYPE_DEPENDENCY_INFO, - VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR = VK_STRUCTURE_TYPE_SUBMIT_INFO_2, - VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR = VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO, - VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR = VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES, - VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2, - VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2, - VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2, - VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2, - VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2, - VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2, - VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR = VK_STRUCTURE_TYPE_BUFFER_COPY_2, - VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR = VK_STRUCTURE_TYPE_IMAGE_COPY_2, - VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR = VK_STRUCTURE_TYPE_IMAGE_BLIT_2, - VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR = VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2, - VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR = VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2, - VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3, - VK_STRUCTURE_TYPE_PIPELINE_INFO_EXT = VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_KHR, - VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT = VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_KHR, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES, - VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES, - VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR = VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS, - VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR = VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS, - VK_STRUCTURE_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkStructureType; - -typedef enum VkPipelineCacheHeaderVersion { - VK_PIPELINE_CACHE_HEADER_VERSION_ONE = 1, - VK_PIPELINE_CACHE_HEADER_VERSION_MAX_ENUM = 0x7FFFFFFF -} VkPipelineCacheHeaderVersion; - -typedef enum VkImageLayout { - VK_IMAGE_LAYOUT_UNDEFINED = 0, - VK_IMAGE_LAYOUT_GENERAL = 1, - VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL = 2, - VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL = 3, - VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL = 4, - VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL = 5, - VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL = 6, - VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL = 7, - VK_IMAGE_LAYOUT_PREINITIALIZED = 8, - VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL = 1000117000, - VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL = 1000117001, - VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL = 1000241000, - VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL = 1000241001, - VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL = 1000241002, - VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL = 1000241003, - VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL = 1000314000, - VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL = 1000314001, - VK_IMAGE_LAYOUT_PRESENT_SRC_KHR = 1000001002, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR = 1000024000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR = 1000024001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR = 1000024002, -#endif - VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR = 1000111000, - VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT = 1000218000, - VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR = 1000164003, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_LAYOUT_VIDEO_ENCODE_DST_KHR = 1000299000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR = 1000299001, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR = 1000299002, -#endif - VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL, - VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL, - VK_IMAGE_LAYOUT_SHADING_RATE_OPTIMAL_NV = VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR, - VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL, - VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL, - VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL, - VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL, - VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL, - VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL, - VK_IMAGE_LAYOUT_MAX_ENUM = 0x7FFFFFFF -} VkImageLayout; - -typedef enum VkObjectType { - VK_OBJECT_TYPE_UNKNOWN = 0, - VK_OBJECT_TYPE_INSTANCE = 1, - VK_OBJECT_TYPE_PHYSICAL_DEVICE = 2, - VK_OBJECT_TYPE_DEVICE = 3, - VK_OBJECT_TYPE_QUEUE = 4, - VK_OBJECT_TYPE_SEMAPHORE = 5, - VK_OBJECT_TYPE_COMMAND_BUFFER = 6, - VK_OBJECT_TYPE_FENCE = 7, - VK_OBJECT_TYPE_DEVICE_MEMORY = 8, - VK_OBJECT_TYPE_BUFFER = 9, - VK_OBJECT_TYPE_IMAGE = 10, - VK_OBJECT_TYPE_EVENT = 11, - VK_OBJECT_TYPE_QUERY_POOL = 12, - VK_OBJECT_TYPE_BUFFER_VIEW = 13, - VK_OBJECT_TYPE_IMAGE_VIEW = 14, - VK_OBJECT_TYPE_SHADER_MODULE = 15, - VK_OBJECT_TYPE_PIPELINE_CACHE = 16, - VK_OBJECT_TYPE_PIPELINE_LAYOUT = 17, - VK_OBJECT_TYPE_RENDER_PASS = 18, - VK_OBJECT_TYPE_PIPELINE = 19, - VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT = 20, - VK_OBJECT_TYPE_SAMPLER = 21, - VK_OBJECT_TYPE_DESCRIPTOR_POOL = 22, - VK_OBJECT_TYPE_DESCRIPTOR_SET = 23, - VK_OBJECT_TYPE_FRAMEBUFFER = 24, - VK_OBJECT_TYPE_COMMAND_POOL = 25, - VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION = 1000156000, - VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE = 1000085000, - VK_OBJECT_TYPE_PRIVATE_DATA_SLOT = 1000295000, - VK_OBJECT_TYPE_SURFACE_KHR = 1000000000, - VK_OBJECT_TYPE_SWAPCHAIN_KHR = 1000001000, - VK_OBJECT_TYPE_DISPLAY_KHR = 1000002000, - VK_OBJECT_TYPE_DISPLAY_MODE_KHR = 1000002001, - VK_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT = 1000011000, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_OBJECT_TYPE_VIDEO_SESSION_KHR = 1000023000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_OBJECT_TYPE_VIDEO_SESSION_PARAMETERS_KHR = 1000023001, -#endif - VK_OBJECT_TYPE_CU_MODULE_NVX = 1000029000, - VK_OBJECT_TYPE_CU_FUNCTION_NVX = 1000029001, - VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT = 1000128000, - VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR = 1000150000, - VK_OBJECT_TYPE_VALIDATION_CACHE_EXT = 1000160000, - VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_NV = 1000165000, - VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL = 1000210000, - VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR = 1000268000, - VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV = 1000277000, - VK_OBJECT_TYPE_BUFFER_COLLECTION_FUCHSIA = 1000366000, - VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR = VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE, - VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR = VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION, - VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT = VK_OBJECT_TYPE_PRIVATE_DATA_SLOT, - VK_OBJECT_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkObjectType; - -typedef enum VkVendorId { - VK_VENDOR_ID_VIV = 0x10001, - VK_VENDOR_ID_VSI = 0x10002, - VK_VENDOR_ID_KAZAN = 0x10003, - VK_VENDOR_ID_CODEPLAY = 0x10004, - VK_VENDOR_ID_MESA = 0x10005, - VK_VENDOR_ID_POCL = 0x10006, - VK_VENDOR_ID_MAX_ENUM = 0x7FFFFFFF -} VkVendorId; - -typedef enum VkSystemAllocationScope { - VK_SYSTEM_ALLOCATION_SCOPE_COMMAND = 0, - VK_SYSTEM_ALLOCATION_SCOPE_OBJECT = 1, - VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, - VK_SYSTEM_ALLOCATION_SCOPE_DEVICE = 3, - VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE = 4, - VK_SYSTEM_ALLOCATION_SCOPE_MAX_ENUM = 0x7FFFFFFF -} VkSystemAllocationScope; - -typedef enum VkInternalAllocationType { - VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE = 0, - VK_INTERNAL_ALLOCATION_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkInternalAllocationType; - -typedef enum VkFormat { - VK_FORMAT_UNDEFINED = 0, - VK_FORMAT_R4G4_UNORM_PACK8 = 1, - VK_FORMAT_R4G4B4A4_UNORM_PACK16 = 2, - VK_FORMAT_B4G4R4A4_UNORM_PACK16 = 3, - VK_FORMAT_R5G6B5_UNORM_PACK16 = 4, - VK_FORMAT_B5G6R5_UNORM_PACK16 = 5, - VK_FORMAT_R5G5B5A1_UNORM_PACK16 = 6, - VK_FORMAT_B5G5R5A1_UNORM_PACK16 = 7, - VK_FORMAT_A1R5G5B5_UNORM_PACK16 = 8, - VK_FORMAT_R8_UNORM = 9, - VK_FORMAT_R8_SNORM = 10, - VK_FORMAT_R8_USCALED = 11, - VK_FORMAT_R8_SSCALED = 12, - VK_FORMAT_R8_UINT = 13, - VK_FORMAT_R8_SINT = 14, - VK_FORMAT_R8_SRGB = 15, - VK_FORMAT_R8G8_UNORM = 16, - VK_FORMAT_R8G8_SNORM = 17, - VK_FORMAT_R8G8_USCALED = 18, - VK_FORMAT_R8G8_SSCALED = 19, - VK_FORMAT_R8G8_UINT = 20, - VK_FORMAT_R8G8_SINT = 21, - VK_FORMAT_R8G8_SRGB = 22, - VK_FORMAT_R8G8B8_UNORM = 23, - VK_FORMAT_R8G8B8_SNORM = 24, - VK_FORMAT_R8G8B8_USCALED = 25, - VK_FORMAT_R8G8B8_SSCALED = 26, - VK_FORMAT_R8G8B8_UINT = 27, - VK_FORMAT_R8G8B8_SINT = 28, - VK_FORMAT_R8G8B8_SRGB = 29, - VK_FORMAT_B8G8R8_UNORM = 30, - VK_FORMAT_B8G8R8_SNORM = 31, - VK_FORMAT_B8G8R8_USCALED = 32, - VK_FORMAT_B8G8R8_SSCALED = 33, - VK_FORMAT_B8G8R8_UINT = 34, - VK_FORMAT_B8G8R8_SINT = 35, - VK_FORMAT_B8G8R8_SRGB = 36, - VK_FORMAT_R8G8B8A8_UNORM = 37, - VK_FORMAT_R8G8B8A8_SNORM = 38, - VK_FORMAT_R8G8B8A8_USCALED = 39, - VK_FORMAT_R8G8B8A8_SSCALED = 40, - VK_FORMAT_R8G8B8A8_UINT = 41, - VK_FORMAT_R8G8B8A8_SINT = 42, - VK_FORMAT_R8G8B8A8_SRGB = 43, - VK_FORMAT_B8G8R8A8_UNORM = 44, - VK_FORMAT_B8G8R8A8_SNORM = 45, - VK_FORMAT_B8G8R8A8_USCALED = 46, - VK_FORMAT_B8G8R8A8_SSCALED = 47, - VK_FORMAT_B8G8R8A8_UINT = 48, - VK_FORMAT_B8G8R8A8_SINT = 49, - VK_FORMAT_B8G8R8A8_SRGB = 50, - VK_FORMAT_A8B8G8R8_UNORM_PACK32 = 51, - VK_FORMAT_A8B8G8R8_SNORM_PACK32 = 52, - VK_FORMAT_A8B8G8R8_USCALED_PACK32 = 53, - VK_FORMAT_A8B8G8R8_SSCALED_PACK32 = 54, - VK_FORMAT_A8B8G8R8_UINT_PACK32 = 55, - VK_FORMAT_A8B8G8R8_SINT_PACK32 = 56, - VK_FORMAT_A8B8G8R8_SRGB_PACK32 = 57, - VK_FORMAT_A2R10G10B10_UNORM_PACK32 = 58, - VK_FORMAT_A2R10G10B10_SNORM_PACK32 = 59, - VK_FORMAT_A2R10G10B10_USCALED_PACK32 = 60, - VK_FORMAT_A2R10G10B10_SSCALED_PACK32 = 61, - VK_FORMAT_A2R10G10B10_UINT_PACK32 = 62, - VK_FORMAT_A2R10G10B10_SINT_PACK32 = 63, - VK_FORMAT_A2B10G10R10_UNORM_PACK32 = 64, - VK_FORMAT_A2B10G10R10_SNORM_PACK32 = 65, - VK_FORMAT_A2B10G10R10_USCALED_PACK32 = 66, - VK_FORMAT_A2B10G10R10_SSCALED_PACK32 = 67, - VK_FORMAT_A2B10G10R10_UINT_PACK32 = 68, - VK_FORMAT_A2B10G10R10_SINT_PACK32 = 69, - VK_FORMAT_R16_UNORM = 70, - VK_FORMAT_R16_SNORM = 71, - VK_FORMAT_R16_USCALED = 72, - VK_FORMAT_R16_SSCALED = 73, - VK_FORMAT_R16_UINT = 74, - VK_FORMAT_R16_SINT = 75, - VK_FORMAT_R16_SFLOAT = 76, - VK_FORMAT_R16G16_UNORM = 77, - VK_FORMAT_R16G16_SNORM = 78, - VK_FORMAT_R16G16_USCALED = 79, - VK_FORMAT_R16G16_SSCALED = 80, - VK_FORMAT_R16G16_UINT = 81, - VK_FORMAT_R16G16_SINT = 82, - VK_FORMAT_R16G16_SFLOAT = 83, - VK_FORMAT_R16G16B16_UNORM = 84, - VK_FORMAT_R16G16B16_SNORM = 85, - VK_FORMAT_R16G16B16_USCALED = 86, - VK_FORMAT_R16G16B16_SSCALED = 87, - VK_FORMAT_R16G16B16_UINT = 88, - VK_FORMAT_R16G16B16_SINT = 89, - VK_FORMAT_R16G16B16_SFLOAT = 90, - VK_FORMAT_R16G16B16A16_UNORM = 91, - VK_FORMAT_R16G16B16A16_SNORM = 92, - VK_FORMAT_R16G16B16A16_USCALED = 93, - VK_FORMAT_R16G16B16A16_SSCALED = 94, - VK_FORMAT_R16G16B16A16_UINT = 95, - VK_FORMAT_R16G16B16A16_SINT = 96, - VK_FORMAT_R16G16B16A16_SFLOAT = 97, - VK_FORMAT_R32_UINT = 98, - VK_FORMAT_R32_SINT = 99, - VK_FORMAT_R32_SFLOAT = 100, - VK_FORMAT_R32G32_UINT = 101, - VK_FORMAT_R32G32_SINT = 102, - VK_FORMAT_R32G32_SFLOAT = 103, - VK_FORMAT_R32G32B32_UINT = 104, - VK_FORMAT_R32G32B32_SINT = 105, - VK_FORMAT_R32G32B32_SFLOAT = 106, - VK_FORMAT_R32G32B32A32_UINT = 107, - VK_FORMAT_R32G32B32A32_SINT = 108, - VK_FORMAT_R32G32B32A32_SFLOAT = 109, - VK_FORMAT_R64_UINT = 110, - VK_FORMAT_R64_SINT = 111, - VK_FORMAT_R64_SFLOAT = 112, - VK_FORMAT_R64G64_UINT = 113, - VK_FORMAT_R64G64_SINT = 114, - VK_FORMAT_R64G64_SFLOAT = 115, - VK_FORMAT_R64G64B64_UINT = 116, - VK_FORMAT_R64G64B64_SINT = 117, - VK_FORMAT_R64G64B64_SFLOAT = 118, - VK_FORMAT_R64G64B64A64_UINT = 119, - VK_FORMAT_R64G64B64A64_SINT = 120, - VK_FORMAT_R64G64B64A64_SFLOAT = 121, - VK_FORMAT_B10G11R11_UFLOAT_PACK32 = 122, - VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 = 123, - VK_FORMAT_D16_UNORM = 124, - VK_FORMAT_X8_D24_UNORM_PACK32 = 125, - VK_FORMAT_D32_SFLOAT = 126, - VK_FORMAT_S8_UINT = 127, - VK_FORMAT_D16_UNORM_S8_UINT = 128, - VK_FORMAT_D24_UNORM_S8_UINT = 129, - VK_FORMAT_D32_SFLOAT_S8_UINT = 130, - VK_FORMAT_BC1_RGB_UNORM_BLOCK = 131, - VK_FORMAT_BC1_RGB_SRGB_BLOCK = 132, - VK_FORMAT_BC1_RGBA_UNORM_BLOCK = 133, - VK_FORMAT_BC1_RGBA_SRGB_BLOCK = 134, - VK_FORMAT_BC2_UNORM_BLOCK = 135, - VK_FORMAT_BC2_SRGB_BLOCK = 136, - VK_FORMAT_BC3_UNORM_BLOCK = 137, - VK_FORMAT_BC3_SRGB_BLOCK = 138, - VK_FORMAT_BC4_UNORM_BLOCK = 139, - VK_FORMAT_BC4_SNORM_BLOCK = 140, - VK_FORMAT_BC5_UNORM_BLOCK = 141, - VK_FORMAT_BC5_SNORM_BLOCK = 142, - VK_FORMAT_BC6H_UFLOAT_BLOCK = 143, - VK_FORMAT_BC6H_SFLOAT_BLOCK = 144, - VK_FORMAT_BC7_UNORM_BLOCK = 145, - VK_FORMAT_BC7_SRGB_BLOCK = 146, - VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK = 147, - VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK = 148, - VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK = 149, - VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK = 150, - VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK = 151, - VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK = 152, - VK_FORMAT_EAC_R11_UNORM_BLOCK = 153, - VK_FORMAT_EAC_R11_SNORM_BLOCK = 154, - VK_FORMAT_EAC_R11G11_UNORM_BLOCK = 155, - VK_FORMAT_EAC_R11G11_SNORM_BLOCK = 156, - VK_FORMAT_ASTC_4x4_UNORM_BLOCK = 157, - VK_FORMAT_ASTC_4x4_SRGB_BLOCK = 158, - VK_FORMAT_ASTC_5x4_UNORM_BLOCK = 159, - VK_FORMAT_ASTC_5x4_SRGB_BLOCK = 160, - VK_FORMAT_ASTC_5x5_UNORM_BLOCK = 161, - VK_FORMAT_ASTC_5x5_SRGB_BLOCK = 162, - VK_FORMAT_ASTC_6x5_UNORM_BLOCK = 163, - VK_FORMAT_ASTC_6x5_SRGB_BLOCK = 164, - VK_FORMAT_ASTC_6x6_UNORM_BLOCK = 165, - VK_FORMAT_ASTC_6x6_SRGB_BLOCK = 166, - VK_FORMAT_ASTC_8x5_UNORM_BLOCK = 167, - VK_FORMAT_ASTC_8x5_SRGB_BLOCK = 168, - VK_FORMAT_ASTC_8x6_UNORM_BLOCK = 169, - VK_FORMAT_ASTC_8x6_SRGB_BLOCK = 170, - VK_FORMAT_ASTC_8x8_UNORM_BLOCK = 171, - VK_FORMAT_ASTC_8x8_SRGB_BLOCK = 172, - VK_FORMAT_ASTC_10x5_UNORM_BLOCK = 173, - VK_FORMAT_ASTC_10x5_SRGB_BLOCK = 174, - VK_FORMAT_ASTC_10x6_UNORM_BLOCK = 175, - VK_FORMAT_ASTC_10x6_SRGB_BLOCK = 176, - VK_FORMAT_ASTC_10x8_UNORM_BLOCK = 177, - VK_FORMAT_ASTC_10x8_SRGB_BLOCK = 178, - VK_FORMAT_ASTC_10x10_UNORM_BLOCK = 179, - VK_FORMAT_ASTC_10x10_SRGB_BLOCK = 180, - VK_FORMAT_ASTC_12x10_UNORM_BLOCK = 181, - VK_FORMAT_ASTC_12x10_SRGB_BLOCK = 182, - VK_FORMAT_ASTC_12x12_UNORM_BLOCK = 183, - VK_FORMAT_ASTC_12x12_SRGB_BLOCK = 184, - VK_FORMAT_G8B8G8R8_422_UNORM = 1000156000, - VK_FORMAT_B8G8R8G8_422_UNORM = 1000156001, - VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM = 1000156002, - VK_FORMAT_G8_B8R8_2PLANE_420_UNORM = 1000156003, - VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM = 1000156004, - VK_FORMAT_G8_B8R8_2PLANE_422_UNORM = 1000156005, - VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM = 1000156006, - VK_FORMAT_R10X6_UNORM_PACK16 = 1000156007, - VK_FORMAT_R10X6G10X6_UNORM_2PACK16 = 1000156008, - VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 = 1000156009, - VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16 = 1000156010, - VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16 = 1000156011, - VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16 = 1000156012, - VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 = 1000156013, - VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16 = 1000156014, - VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16 = 1000156015, - VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16 = 1000156016, - VK_FORMAT_R12X4_UNORM_PACK16 = 1000156017, - VK_FORMAT_R12X4G12X4_UNORM_2PACK16 = 1000156018, - VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16 = 1000156019, - VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16 = 1000156020, - VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16 = 1000156021, - VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16 = 1000156022, - VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16 = 1000156023, - VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16 = 1000156024, - VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16 = 1000156025, - VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16 = 1000156026, - VK_FORMAT_G16B16G16R16_422_UNORM = 1000156027, - VK_FORMAT_B16G16R16G16_422_UNORM = 1000156028, - VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM = 1000156029, - VK_FORMAT_G16_B16R16_2PLANE_420_UNORM = 1000156030, - VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM = 1000156031, - VK_FORMAT_G16_B16R16_2PLANE_422_UNORM = 1000156032, - VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM = 1000156033, - VK_FORMAT_G8_B8R8_2PLANE_444_UNORM = 1000330000, - VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16 = 1000330001, - VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16 = 1000330002, - VK_FORMAT_G16_B16R16_2PLANE_444_UNORM = 1000330003, - VK_FORMAT_A4R4G4B4_UNORM_PACK16 = 1000340000, - VK_FORMAT_A4B4G4R4_UNORM_PACK16 = 1000340001, - VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK = 1000066000, - VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK = 1000066001, - VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK = 1000066002, - VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK = 1000066003, - VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK = 1000066004, - VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK = 1000066005, - VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK = 1000066006, - VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK = 1000066007, - VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK = 1000066008, - VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK = 1000066009, - VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK = 1000066010, - VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK = 1000066011, - VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK = 1000066012, - VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK = 1000066013, - VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG = 1000054000, - VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG = 1000054001, - VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG = 1000054002, - VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG = 1000054003, - VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG = 1000054004, - VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG = 1000054005, - VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG = 1000054006, - VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG = 1000054007, - VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK, - VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK, - VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK, - VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK, - VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK, - VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK, - VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK, - VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK, - VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK, - VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK, - VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK, - VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK, - VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK, - VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK, - VK_FORMAT_G8B8G8R8_422_UNORM_KHR = VK_FORMAT_G8B8G8R8_422_UNORM, - VK_FORMAT_B8G8R8G8_422_UNORM_KHR = VK_FORMAT_B8G8R8G8_422_UNORM, - VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR = VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM, - VK_FORMAT_G8_B8R8_2PLANE_420_UNORM_KHR = VK_FORMAT_G8_B8R8_2PLANE_420_UNORM, - VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM_KHR = VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM, - VK_FORMAT_G8_B8R8_2PLANE_422_UNORM_KHR = VK_FORMAT_G8_B8R8_2PLANE_422_UNORM, - VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM_KHR = VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM, - VK_FORMAT_R10X6_UNORM_PACK16_KHR = VK_FORMAT_R10X6_UNORM_PACK16, - VK_FORMAT_R10X6G10X6_UNORM_2PACK16_KHR = VK_FORMAT_R10X6G10X6_UNORM_2PACK16, - VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16_KHR = VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16, - VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16_KHR = VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16, - VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16_KHR = VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16, - VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16_KHR = VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16, - VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16_KHR = VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16, - VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16_KHR = VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16, - VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16_KHR = VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16, - VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16_KHR = VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16, - VK_FORMAT_R12X4_UNORM_PACK16_KHR = VK_FORMAT_R12X4_UNORM_PACK16, - VK_FORMAT_R12X4G12X4_UNORM_2PACK16_KHR = VK_FORMAT_R12X4G12X4_UNORM_2PACK16, - VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16_KHR = VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16, - VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16_KHR = VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16, - VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16_KHR = VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16, - VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16_KHR = VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16, - VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16_KHR = VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16, - VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16_KHR = VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16, - VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16_KHR = VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16, - VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16_KHR = VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16, - VK_FORMAT_G16B16G16R16_422_UNORM_KHR = VK_FORMAT_G16B16G16R16_422_UNORM, - VK_FORMAT_B16G16R16G16_422_UNORM_KHR = VK_FORMAT_B16G16R16G16_422_UNORM, - VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM_KHR = VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM, - VK_FORMAT_G16_B16R16_2PLANE_420_UNORM_KHR = VK_FORMAT_G16_B16R16_2PLANE_420_UNORM, - VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR = VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM, - VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR = VK_FORMAT_G16_B16R16_2PLANE_422_UNORM, - VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR = VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM, - VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT = VK_FORMAT_G8_B8R8_2PLANE_444_UNORM, - VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT = VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16, - VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT = VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16, - VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT = VK_FORMAT_G16_B16R16_2PLANE_444_UNORM, - VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT = VK_FORMAT_A4R4G4B4_UNORM_PACK16, - VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT = VK_FORMAT_A4B4G4R4_UNORM_PACK16, - VK_FORMAT_MAX_ENUM = 0x7FFFFFFF -} VkFormat; - -typedef enum VkImageTiling { - VK_IMAGE_TILING_OPTIMAL = 0, - VK_IMAGE_TILING_LINEAR = 1, - VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT = 1000158000, - VK_IMAGE_TILING_MAX_ENUM = 0x7FFFFFFF -} VkImageTiling; - -typedef enum VkImageType { - VK_IMAGE_TYPE_1D = 0, - VK_IMAGE_TYPE_2D = 1, - VK_IMAGE_TYPE_3D = 2, - VK_IMAGE_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkImageType; - -typedef enum VkPhysicalDeviceType { - VK_PHYSICAL_DEVICE_TYPE_OTHER = 0, - VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU = 1, - VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU = 2, - VK_PHYSICAL_DEVICE_TYPE_VIRTUAL_GPU = 3, - VK_PHYSICAL_DEVICE_TYPE_CPU = 4, - VK_PHYSICAL_DEVICE_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkPhysicalDeviceType; - -typedef enum VkQueryType { - VK_QUERY_TYPE_OCCLUSION = 0, - VK_QUERY_TYPE_PIPELINE_STATISTICS = 1, - VK_QUERY_TYPE_TIMESTAMP = 2, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR = 1000023000, -#endif - VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXT = 1000028004, - VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR = 1000116000, - VK_QUERY_TYPE_ACCELERATION_STRUCTURE_COMPACTED_SIZE_KHR = 1000150000, - VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SERIALIZATION_SIZE_KHR = 1000150001, - VK_QUERY_TYPE_ACCELERATION_STRUCTURE_COMPACTED_SIZE_NV = 1000165000, - VK_QUERY_TYPE_PERFORMANCE_QUERY_INTEL = 1000210000, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_QUERY_TYPE_VIDEO_ENCODE_BITSTREAM_BUFFER_RANGE_KHR = 1000299000, -#endif - VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT = 1000382000, - VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SERIALIZATION_BOTTOM_LEVEL_POINTERS_KHR = 1000386000, - VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SIZE_KHR = 1000386001, - VK_QUERY_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkQueryType; - -typedef enum VkSharingMode { - VK_SHARING_MODE_EXCLUSIVE = 0, - VK_SHARING_MODE_CONCURRENT = 1, - VK_SHARING_MODE_MAX_ENUM = 0x7FFFFFFF -} VkSharingMode; - -typedef enum VkComponentSwizzle { - VK_COMPONENT_SWIZZLE_IDENTITY = 0, - VK_COMPONENT_SWIZZLE_ZERO = 1, - VK_COMPONENT_SWIZZLE_ONE = 2, - VK_COMPONENT_SWIZZLE_R = 3, - VK_COMPONENT_SWIZZLE_G = 4, - VK_COMPONENT_SWIZZLE_B = 5, - VK_COMPONENT_SWIZZLE_A = 6, - VK_COMPONENT_SWIZZLE_MAX_ENUM = 0x7FFFFFFF -} VkComponentSwizzle; - -typedef enum VkImageViewType { - VK_IMAGE_VIEW_TYPE_1D = 0, - VK_IMAGE_VIEW_TYPE_2D = 1, - VK_IMAGE_VIEW_TYPE_3D = 2, - VK_IMAGE_VIEW_TYPE_CUBE = 3, - VK_IMAGE_VIEW_TYPE_1D_ARRAY = 4, - VK_IMAGE_VIEW_TYPE_2D_ARRAY = 5, - VK_IMAGE_VIEW_TYPE_CUBE_ARRAY = 6, - VK_IMAGE_VIEW_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkImageViewType; - -typedef enum VkBlendFactor { - VK_BLEND_FACTOR_ZERO = 0, - VK_BLEND_FACTOR_ONE = 1, - VK_BLEND_FACTOR_SRC_COLOR = 2, - VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR = 3, - VK_BLEND_FACTOR_DST_COLOR = 4, - VK_BLEND_FACTOR_ONE_MINUS_DST_COLOR = 5, - VK_BLEND_FACTOR_SRC_ALPHA = 6, - VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA = 7, - VK_BLEND_FACTOR_DST_ALPHA = 8, - VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA = 9, - VK_BLEND_FACTOR_CONSTANT_COLOR = 10, - VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR = 11, - VK_BLEND_FACTOR_CONSTANT_ALPHA = 12, - VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA = 13, - VK_BLEND_FACTOR_SRC_ALPHA_SATURATE = 14, - VK_BLEND_FACTOR_SRC1_COLOR = 15, - VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR = 16, - VK_BLEND_FACTOR_SRC1_ALPHA = 17, - VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA = 18, - VK_BLEND_FACTOR_MAX_ENUM = 0x7FFFFFFF -} VkBlendFactor; - -typedef enum VkBlendOp { - VK_BLEND_OP_ADD = 0, - VK_BLEND_OP_SUBTRACT = 1, - VK_BLEND_OP_REVERSE_SUBTRACT = 2, - VK_BLEND_OP_MIN = 3, - VK_BLEND_OP_MAX = 4, - VK_BLEND_OP_ZERO_EXT = 1000148000, - VK_BLEND_OP_SRC_EXT = 1000148001, - VK_BLEND_OP_DST_EXT = 1000148002, - VK_BLEND_OP_SRC_OVER_EXT = 1000148003, - VK_BLEND_OP_DST_OVER_EXT = 1000148004, - VK_BLEND_OP_SRC_IN_EXT = 1000148005, - VK_BLEND_OP_DST_IN_EXT = 1000148006, - VK_BLEND_OP_SRC_OUT_EXT = 1000148007, - VK_BLEND_OP_DST_OUT_EXT = 1000148008, - VK_BLEND_OP_SRC_ATOP_EXT = 1000148009, - VK_BLEND_OP_DST_ATOP_EXT = 1000148010, - VK_BLEND_OP_XOR_EXT = 1000148011, - VK_BLEND_OP_MULTIPLY_EXT = 1000148012, - VK_BLEND_OP_SCREEN_EXT = 1000148013, - VK_BLEND_OP_OVERLAY_EXT = 1000148014, - VK_BLEND_OP_DARKEN_EXT = 1000148015, - VK_BLEND_OP_LIGHTEN_EXT = 1000148016, - VK_BLEND_OP_COLORDODGE_EXT = 1000148017, - VK_BLEND_OP_COLORBURN_EXT = 1000148018, - VK_BLEND_OP_HARDLIGHT_EXT = 1000148019, - VK_BLEND_OP_SOFTLIGHT_EXT = 1000148020, - VK_BLEND_OP_DIFFERENCE_EXT = 1000148021, - VK_BLEND_OP_EXCLUSION_EXT = 1000148022, - VK_BLEND_OP_INVERT_EXT = 1000148023, - VK_BLEND_OP_INVERT_RGB_EXT = 1000148024, - VK_BLEND_OP_LINEARDODGE_EXT = 1000148025, - VK_BLEND_OP_LINEARBURN_EXT = 1000148026, - VK_BLEND_OP_VIVIDLIGHT_EXT = 1000148027, - VK_BLEND_OP_LINEARLIGHT_EXT = 1000148028, - VK_BLEND_OP_PINLIGHT_EXT = 1000148029, - VK_BLEND_OP_HARDMIX_EXT = 1000148030, - VK_BLEND_OP_HSL_HUE_EXT = 1000148031, - VK_BLEND_OP_HSL_SATURATION_EXT = 1000148032, - VK_BLEND_OP_HSL_COLOR_EXT = 1000148033, - VK_BLEND_OP_HSL_LUMINOSITY_EXT = 1000148034, - VK_BLEND_OP_PLUS_EXT = 1000148035, - VK_BLEND_OP_PLUS_CLAMPED_EXT = 1000148036, - VK_BLEND_OP_PLUS_CLAMPED_ALPHA_EXT = 1000148037, - VK_BLEND_OP_PLUS_DARKER_EXT = 1000148038, - VK_BLEND_OP_MINUS_EXT = 1000148039, - VK_BLEND_OP_MINUS_CLAMPED_EXT = 1000148040, - VK_BLEND_OP_CONTRAST_EXT = 1000148041, - VK_BLEND_OP_INVERT_OVG_EXT = 1000148042, - VK_BLEND_OP_RED_EXT = 1000148043, - VK_BLEND_OP_GREEN_EXT = 1000148044, - VK_BLEND_OP_BLUE_EXT = 1000148045, - VK_BLEND_OP_MAX_ENUM = 0x7FFFFFFF -} VkBlendOp; - -typedef enum VkCompareOp { - VK_COMPARE_OP_NEVER = 0, - VK_COMPARE_OP_LESS = 1, - VK_COMPARE_OP_EQUAL = 2, - VK_COMPARE_OP_LESS_OR_EQUAL = 3, - VK_COMPARE_OP_GREATER = 4, - VK_COMPARE_OP_NOT_EQUAL = 5, - VK_COMPARE_OP_GREATER_OR_EQUAL = 6, - VK_COMPARE_OP_ALWAYS = 7, - VK_COMPARE_OP_MAX_ENUM = 0x7FFFFFFF -} VkCompareOp; - -typedef enum VkDynamicState { - VK_DYNAMIC_STATE_VIEWPORT = 0, - VK_DYNAMIC_STATE_SCISSOR = 1, - VK_DYNAMIC_STATE_LINE_WIDTH = 2, - VK_DYNAMIC_STATE_DEPTH_BIAS = 3, - VK_DYNAMIC_STATE_BLEND_CONSTANTS = 4, - VK_DYNAMIC_STATE_DEPTH_BOUNDS = 5, - VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK = 6, - VK_DYNAMIC_STATE_STENCIL_WRITE_MASK = 7, - VK_DYNAMIC_STATE_STENCIL_REFERENCE = 8, - VK_DYNAMIC_STATE_CULL_MODE = 1000267000, - VK_DYNAMIC_STATE_FRONT_FACE = 1000267001, - VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY = 1000267002, - VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT = 1000267003, - VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT = 1000267004, - VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE = 1000267005, - VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE = 1000267006, - VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE = 1000267007, - VK_DYNAMIC_STATE_DEPTH_COMPARE_OP = 1000267008, - VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE = 1000267009, - VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE = 1000267010, - VK_DYNAMIC_STATE_STENCIL_OP = 1000267011, - VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE = 1000377001, - VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE = 1000377002, - VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE = 1000377004, - VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV = 1000087000, - VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT = 1000099000, - VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000, - VK_DYNAMIC_STATE_RAY_TRACING_PIPELINE_STACK_SIZE_KHR = 1000347000, - VK_DYNAMIC_STATE_VIEWPORT_SHADING_RATE_PALETTE_NV = 1000164004, - VK_DYNAMIC_STATE_VIEWPORT_COARSE_SAMPLE_ORDER_NV = 1000164006, - VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_NV = 1000205001, - VK_DYNAMIC_STATE_FRAGMENT_SHADING_RATE_KHR = 1000226000, - VK_DYNAMIC_STATE_LINE_STIPPLE_EXT = 1000259000, - VK_DYNAMIC_STATE_VERTEX_INPUT_EXT = 1000352000, - VK_DYNAMIC_STATE_PATCH_CONTROL_POINTS_EXT = 1000377000, - VK_DYNAMIC_STATE_LOGIC_OP_EXT = 1000377003, - VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT = 1000381000, - VK_DYNAMIC_STATE_CULL_MODE_EXT = VK_DYNAMIC_STATE_CULL_MODE, - VK_DYNAMIC_STATE_FRONT_FACE_EXT = VK_DYNAMIC_STATE_FRONT_FACE, - VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT = VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY, - VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT = VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT, - VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT = VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT, - VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT = VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE, - VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE, - VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE, - VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP, - VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE, - VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE, - VK_DYNAMIC_STATE_STENCIL_OP_EXT = VK_DYNAMIC_STATE_STENCIL_OP, - VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT = VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE, - VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE, - VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT = VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE, - VK_DYNAMIC_STATE_MAX_ENUM = 0x7FFFFFFF -} VkDynamicState; - -typedef enum VkFrontFace { - VK_FRONT_FACE_COUNTER_CLOCKWISE = 0, - VK_FRONT_FACE_CLOCKWISE = 1, - VK_FRONT_FACE_MAX_ENUM = 0x7FFFFFFF -} VkFrontFace; - -typedef enum VkVertexInputRate { - VK_VERTEX_INPUT_RATE_VERTEX = 0, - VK_VERTEX_INPUT_RATE_INSTANCE = 1, - VK_VERTEX_INPUT_RATE_MAX_ENUM = 0x7FFFFFFF -} VkVertexInputRate; - -typedef enum VkPrimitiveTopology { - VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0, - VK_PRIMITIVE_TOPOLOGY_LINE_LIST = 1, - VK_PRIMITIVE_TOPOLOGY_LINE_STRIP = 2, - VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST = 3, - VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4, - VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN = 5, - VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY = 6, - VK_PRIMITIVE_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY = 7, - VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST_WITH_ADJACENCY = 8, - VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY = 9, - VK_PRIMITIVE_TOPOLOGY_PATCH_LIST = 10, - VK_PRIMITIVE_TOPOLOGY_MAX_ENUM = 0x7FFFFFFF -} VkPrimitiveTopology; - -typedef enum VkPolygonMode { - VK_POLYGON_MODE_FILL = 0, - VK_POLYGON_MODE_LINE = 1, - VK_POLYGON_MODE_POINT = 2, - VK_POLYGON_MODE_FILL_RECTANGLE_NV = 1000153000, - VK_POLYGON_MODE_MAX_ENUM = 0x7FFFFFFF -} VkPolygonMode; - -typedef enum VkStencilOp { - VK_STENCIL_OP_KEEP = 0, - VK_STENCIL_OP_ZERO = 1, - VK_STENCIL_OP_REPLACE = 2, - VK_STENCIL_OP_INCREMENT_AND_CLAMP = 3, - VK_STENCIL_OP_DECREMENT_AND_CLAMP = 4, - VK_STENCIL_OP_INVERT = 5, - VK_STENCIL_OP_INCREMENT_AND_WRAP = 6, - VK_STENCIL_OP_DECREMENT_AND_WRAP = 7, - VK_STENCIL_OP_MAX_ENUM = 0x7FFFFFFF -} VkStencilOp; - -typedef enum VkLogicOp { - VK_LOGIC_OP_CLEAR = 0, - VK_LOGIC_OP_AND = 1, - VK_LOGIC_OP_AND_REVERSE = 2, - VK_LOGIC_OP_COPY = 3, - VK_LOGIC_OP_AND_INVERTED = 4, - VK_LOGIC_OP_NO_OP = 5, - VK_LOGIC_OP_XOR = 6, - VK_LOGIC_OP_OR = 7, - VK_LOGIC_OP_NOR = 8, - VK_LOGIC_OP_EQUIVALENT = 9, - VK_LOGIC_OP_INVERT = 10, - VK_LOGIC_OP_OR_REVERSE = 11, - VK_LOGIC_OP_COPY_INVERTED = 12, - VK_LOGIC_OP_OR_INVERTED = 13, - VK_LOGIC_OP_NAND = 14, - VK_LOGIC_OP_SET = 15, - VK_LOGIC_OP_MAX_ENUM = 0x7FFFFFFF -} VkLogicOp; - -typedef enum VkBorderColor { - VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK = 0, - VK_BORDER_COLOR_INT_TRANSPARENT_BLACK = 1, - VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK = 2, - VK_BORDER_COLOR_INT_OPAQUE_BLACK = 3, - VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE = 4, - VK_BORDER_COLOR_INT_OPAQUE_WHITE = 5, - VK_BORDER_COLOR_FLOAT_CUSTOM_EXT = 1000287003, - VK_BORDER_COLOR_INT_CUSTOM_EXT = 1000287004, - VK_BORDER_COLOR_MAX_ENUM = 0x7FFFFFFF -} VkBorderColor; - -typedef enum VkFilter { - VK_FILTER_NEAREST = 0, - VK_FILTER_LINEAR = 1, - VK_FILTER_CUBIC_IMG = 1000015000, - VK_FILTER_CUBIC_EXT = VK_FILTER_CUBIC_IMG, - VK_FILTER_MAX_ENUM = 0x7FFFFFFF -} VkFilter; - -typedef enum VkSamplerAddressMode { - VK_SAMPLER_ADDRESS_MODE_REPEAT = 0, - VK_SAMPLER_ADDRESS_MODE_MIRRORED_REPEAT = 1, - VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE = 2, - VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER = 3, - VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE = 4, - VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE_KHR = VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE, - VK_SAMPLER_ADDRESS_MODE_MAX_ENUM = 0x7FFFFFFF -} VkSamplerAddressMode; - -typedef enum VkSamplerMipmapMode { - VK_SAMPLER_MIPMAP_MODE_NEAREST = 0, - VK_SAMPLER_MIPMAP_MODE_LINEAR = 1, - VK_SAMPLER_MIPMAP_MODE_MAX_ENUM = 0x7FFFFFFF -} VkSamplerMipmapMode; - -typedef enum VkDescriptorType { - VK_DESCRIPTOR_TYPE_SAMPLER = 0, - VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER = 1, - VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE = 2, - VK_DESCRIPTOR_TYPE_STORAGE_IMAGE = 3, - VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER = 4, - VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER = 5, - VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER = 6, - VK_DESCRIPTOR_TYPE_STORAGE_BUFFER = 7, - VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC = 8, - VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC = 9, - VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT = 10, - VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK = 1000138000, - VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR = 1000150000, - VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV = 1000165000, - VK_DESCRIPTOR_TYPE_MUTABLE_VALVE = 1000351000, - VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT = VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK, - VK_DESCRIPTOR_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkDescriptorType; - -typedef enum VkAttachmentLoadOp { - VK_ATTACHMENT_LOAD_OP_LOAD = 0, - VK_ATTACHMENT_LOAD_OP_CLEAR = 1, - VK_ATTACHMENT_LOAD_OP_DONT_CARE = 2, - VK_ATTACHMENT_LOAD_OP_NONE_EXT = 1000400000, - VK_ATTACHMENT_LOAD_OP_MAX_ENUM = 0x7FFFFFFF -} VkAttachmentLoadOp; - -typedef enum VkAttachmentStoreOp { - VK_ATTACHMENT_STORE_OP_STORE = 0, - VK_ATTACHMENT_STORE_OP_DONT_CARE = 1, - VK_ATTACHMENT_STORE_OP_NONE = 1000301000, - VK_ATTACHMENT_STORE_OP_NONE_KHR = VK_ATTACHMENT_STORE_OP_NONE, - VK_ATTACHMENT_STORE_OP_NONE_QCOM = VK_ATTACHMENT_STORE_OP_NONE, - VK_ATTACHMENT_STORE_OP_NONE_EXT = VK_ATTACHMENT_STORE_OP_NONE, - VK_ATTACHMENT_STORE_OP_MAX_ENUM = 0x7FFFFFFF -} VkAttachmentStoreOp; - -typedef enum VkPipelineBindPoint { - VK_PIPELINE_BIND_POINT_GRAPHICS = 0, - VK_PIPELINE_BIND_POINT_COMPUTE = 1, - VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR = 1000165000, - VK_PIPELINE_BIND_POINT_SUBPASS_SHADING_HUAWEI = 1000369003, - VK_PIPELINE_BIND_POINT_RAY_TRACING_NV = VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR, - VK_PIPELINE_BIND_POINT_MAX_ENUM = 0x7FFFFFFF -} VkPipelineBindPoint; - -typedef enum VkCommandBufferLevel { - VK_COMMAND_BUFFER_LEVEL_PRIMARY = 0, - VK_COMMAND_BUFFER_LEVEL_SECONDARY = 1, - VK_COMMAND_BUFFER_LEVEL_MAX_ENUM = 0x7FFFFFFF -} VkCommandBufferLevel; - -typedef enum VkIndexType { - VK_INDEX_TYPE_UINT16 = 0, - VK_INDEX_TYPE_UINT32 = 1, - VK_INDEX_TYPE_NONE_KHR = 1000165000, - VK_INDEX_TYPE_UINT8_EXT = 1000265000, - VK_INDEX_TYPE_NONE_NV = VK_INDEX_TYPE_NONE_KHR, - VK_INDEX_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkIndexType; - -typedef enum VkSubpassContents { - VK_SUBPASS_CONTENTS_INLINE = 0, - VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS = 1, - VK_SUBPASS_CONTENTS_MAX_ENUM = 0x7FFFFFFF -} VkSubpassContents; - -typedef enum VkAccessFlagBits { - VK_ACCESS_INDIRECT_COMMAND_READ_BIT = 0x00000001, - VK_ACCESS_INDEX_READ_BIT = 0x00000002, - VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT = 0x00000004, - VK_ACCESS_UNIFORM_READ_BIT = 0x00000008, - VK_ACCESS_INPUT_ATTACHMENT_READ_BIT = 0x00000010, - VK_ACCESS_SHADER_READ_BIT = 0x00000020, - VK_ACCESS_SHADER_WRITE_BIT = 0x00000040, - VK_ACCESS_COLOR_ATTACHMENT_READ_BIT = 0x00000080, - VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT = 0x00000100, - VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT = 0x00000200, - VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT = 0x00000400, - VK_ACCESS_TRANSFER_READ_BIT = 0x00000800, - VK_ACCESS_TRANSFER_WRITE_BIT = 0x00001000, - VK_ACCESS_HOST_READ_BIT = 0x00002000, - VK_ACCESS_HOST_WRITE_BIT = 0x00004000, - VK_ACCESS_MEMORY_READ_BIT = 0x00008000, - VK_ACCESS_MEMORY_WRITE_BIT = 0x00010000, - VK_ACCESS_NONE = 0, - VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 0x02000000, - VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 0x04000000, - VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 0x08000000, - VK_ACCESS_CONDITIONAL_RENDERING_READ_BIT_EXT = 0x00100000, - VK_ACCESS_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT = 0x00080000, - VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_KHR = 0x00200000, - VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_KHR = 0x00400000, - VK_ACCESS_FRAGMENT_DENSITY_MAP_READ_BIT_EXT = 0x01000000, - VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000, - VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV = 0x00020000, - VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV = 0x00040000, - VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV = VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR, - VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV = VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_KHR, - VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV = VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_KHR, - VK_ACCESS_NONE_KHR = VK_ACCESS_NONE, - VK_ACCESS_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkAccessFlagBits; -typedef VkFlags VkAccessFlags; - -typedef enum VkImageAspectFlagBits { - VK_IMAGE_ASPECT_COLOR_BIT = 0x00000001, - VK_IMAGE_ASPECT_DEPTH_BIT = 0x00000002, - VK_IMAGE_ASPECT_STENCIL_BIT = 0x00000004, - VK_IMAGE_ASPECT_METADATA_BIT = 0x00000008, - VK_IMAGE_ASPECT_PLANE_0_BIT = 0x00000010, - VK_IMAGE_ASPECT_PLANE_1_BIT = 0x00000020, - VK_IMAGE_ASPECT_PLANE_2_BIT = 0x00000040, - VK_IMAGE_ASPECT_NONE = 0, - VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT = 0x00000080, - VK_IMAGE_ASPECT_MEMORY_PLANE_1_BIT_EXT = 0x00000100, - VK_IMAGE_ASPECT_MEMORY_PLANE_2_BIT_EXT = 0x00000200, - VK_IMAGE_ASPECT_MEMORY_PLANE_3_BIT_EXT = 0x00000400, - VK_IMAGE_ASPECT_PLANE_0_BIT_KHR = VK_IMAGE_ASPECT_PLANE_0_BIT, - VK_IMAGE_ASPECT_PLANE_1_BIT_KHR = VK_IMAGE_ASPECT_PLANE_1_BIT, - VK_IMAGE_ASPECT_PLANE_2_BIT_KHR = VK_IMAGE_ASPECT_PLANE_2_BIT, - VK_IMAGE_ASPECT_NONE_KHR = VK_IMAGE_ASPECT_NONE, - VK_IMAGE_ASPECT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkImageAspectFlagBits; -typedef VkFlags VkImageAspectFlags; - -typedef enum VkFormatFeatureFlagBits { - VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT = 0x00000001, - VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT = 0x00000002, - VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT = 0x00000004, - VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT = 0x00000008, - VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT = 0x00000010, - VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT = 0x00000020, - VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT = 0x00000040, - VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT = 0x00000080, - VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT = 0x00000100, - VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000200, - VK_FORMAT_FEATURE_BLIT_SRC_BIT = 0x00000400, - VK_FORMAT_FEATURE_BLIT_DST_BIT = 0x00000800, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT = 0x00001000, - VK_FORMAT_FEATURE_TRANSFER_SRC_BIT = 0x00004000, - VK_FORMAT_FEATURE_TRANSFER_DST_BIT = 0x00008000, - VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT = 0x00020000, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT = 0x00040000, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT = 0x00080000, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT = 0x00100000, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT = 0x00200000, - VK_FORMAT_FEATURE_DISJOINT_BIT = 0x00400000, - VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT = 0x00800000, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT = 0x00010000, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG = 0x00002000, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_FORMAT_FEATURE_VIDEO_DECODE_OUTPUT_BIT_KHR = 0x02000000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_FORMAT_FEATURE_VIDEO_DECODE_DPB_BIT_KHR = 0x04000000, -#endif - VK_FORMAT_FEATURE_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR = 0x20000000, - VK_FORMAT_FEATURE_FRAGMENT_DENSITY_MAP_BIT_EXT = 0x01000000, - VK_FORMAT_FEATURE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x40000000, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_FORMAT_FEATURE_VIDEO_ENCODE_INPUT_BIT_KHR = 0x08000000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_FORMAT_FEATURE_VIDEO_ENCODE_DPB_BIT_KHR = 0x10000000, -#endif - VK_FORMAT_FEATURE_TRANSFER_SRC_BIT_KHR = VK_FORMAT_FEATURE_TRANSFER_SRC_BIT, - VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR = VK_FORMAT_FEATURE_TRANSFER_DST_BIT, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT = VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT, - VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT_KHR = VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR = VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR = VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR = VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR = VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT, - VK_FORMAT_FEATURE_DISJOINT_BIT_KHR = VK_FORMAT_FEATURE_DISJOINT_BIT, - VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR = VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT, - VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT = VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG, - VK_FORMAT_FEATURE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkFormatFeatureFlagBits; -typedef VkFlags VkFormatFeatureFlags; - -typedef enum VkImageCreateFlagBits { - VK_IMAGE_CREATE_SPARSE_BINDING_BIT = 0x00000001, - VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, - VK_IMAGE_CREATE_SPARSE_ALIASED_BIT = 0x00000004, - VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT = 0x00000008, - VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT = 0x00000010, - VK_IMAGE_CREATE_ALIAS_BIT = 0x00000400, - VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT = 0x00000040, - VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT = 0x00000020, - VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT = 0x00000080, - VK_IMAGE_CREATE_EXTENDED_USAGE_BIT = 0x00000100, - VK_IMAGE_CREATE_PROTECTED_BIT = 0x00000800, - VK_IMAGE_CREATE_DISJOINT_BIT = 0x00000200, - VK_IMAGE_CREATE_CORNER_SAMPLED_BIT_NV = 0x00002000, - VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT = 0x00001000, - VK_IMAGE_CREATE_SUBSAMPLED_BIT_EXT = 0x00004000, - VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT = 0x00020000, - VK_IMAGE_CREATE_FRAGMENT_DENSITY_MAP_OFFSET_BIT_QCOM = 0x00008000, - VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR = VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT, - VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR = VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT, - VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR = VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT, - VK_IMAGE_CREATE_EXTENDED_USAGE_BIT_KHR = VK_IMAGE_CREATE_EXTENDED_USAGE_BIT, - VK_IMAGE_CREATE_DISJOINT_BIT_KHR = VK_IMAGE_CREATE_DISJOINT_BIT, - VK_IMAGE_CREATE_ALIAS_BIT_KHR = VK_IMAGE_CREATE_ALIAS_BIT, - VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkImageCreateFlagBits; -typedef VkFlags VkImageCreateFlags; - -typedef enum VkSampleCountFlagBits { - VK_SAMPLE_COUNT_1_BIT = 0x00000001, - VK_SAMPLE_COUNT_2_BIT = 0x00000002, - VK_SAMPLE_COUNT_4_BIT = 0x00000004, - VK_SAMPLE_COUNT_8_BIT = 0x00000008, - VK_SAMPLE_COUNT_16_BIT = 0x00000010, - VK_SAMPLE_COUNT_32_BIT = 0x00000020, - VK_SAMPLE_COUNT_64_BIT = 0x00000040, - VK_SAMPLE_COUNT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSampleCountFlagBits; -typedef VkFlags VkSampleCountFlags; - -typedef enum VkImageUsageFlagBits { - VK_IMAGE_USAGE_TRANSFER_SRC_BIT = 0x00000001, - VK_IMAGE_USAGE_TRANSFER_DST_BIT = 0x00000002, - VK_IMAGE_USAGE_SAMPLED_BIT = 0x00000004, - VK_IMAGE_USAGE_STORAGE_BIT = 0x00000008, - VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT = 0x00000010, - VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000020, - VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT = 0x00000040, - VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT = 0x00000080, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR = 0x00000400, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_USAGE_VIDEO_DECODE_SRC_BIT_KHR = 0x00000800, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR = 0x00001000, -#endif - VK_IMAGE_USAGE_FRAGMENT_DENSITY_MAP_BIT_EXT = 0x00000200, - VK_IMAGE_USAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00000100, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_USAGE_VIDEO_ENCODE_DST_BIT_KHR = 0x00002000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_USAGE_VIDEO_ENCODE_SRC_BIT_KHR = 0x00004000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_IMAGE_USAGE_VIDEO_ENCODE_DPB_BIT_KHR = 0x00008000, -#endif - VK_IMAGE_USAGE_INVOCATION_MASK_BIT_HUAWEI = 0x00040000, - VK_IMAGE_USAGE_SHADING_RATE_IMAGE_BIT_NV = VK_IMAGE_USAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR, - VK_IMAGE_USAGE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkImageUsageFlagBits; -typedef VkFlags VkImageUsageFlags; - -typedef enum VkInstanceCreateFlagBits { - VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR = 0x00000001, - VK_INSTANCE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkInstanceCreateFlagBits; -typedef VkFlags VkInstanceCreateFlags; - -typedef enum VkMemoryHeapFlagBits { - VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 0x00000001, - VK_MEMORY_HEAP_MULTI_INSTANCE_BIT = 0x00000002, - VK_MEMORY_HEAP_MULTI_INSTANCE_BIT_KHR = VK_MEMORY_HEAP_MULTI_INSTANCE_BIT, - VK_MEMORY_HEAP_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkMemoryHeapFlagBits; -typedef VkFlags VkMemoryHeapFlags; - -typedef enum VkMemoryPropertyFlagBits { - VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 0x00000001, - VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 0x00000002, - VK_MEMORY_PROPERTY_HOST_COHERENT_BIT = 0x00000004, - VK_MEMORY_PROPERTY_HOST_CACHED_BIT = 0x00000008, - VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT = 0x00000010, - VK_MEMORY_PROPERTY_PROTECTED_BIT = 0x00000020, - VK_MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD = 0x00000040, - VK_MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD = 0x00000080, - VK_MEMORY_PROPERTY_RDMA_CAPABLE_BIT_NV = 0x00000100, - VK_MEMORY_PROPERTY_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkMemoryPropertyFlagBits; -typedef VkFlags VkMemoryPropertyFlags; - -typedef enum VkQueueFlagBits { - VK_QUEUE_GRAPHICS_BIT = 0x00000001, - VK_QUEUE_COMPUTE_BIT = 0x00000002, - VK_QUEUE_TRANSFER_BIT = 0x00000004, - VK_QUEUE_SPARSE_BINDING_BIT = 0x00000008, - VK_QUEUE_PROTECTED_BIT = 0x00000010, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_QUEUE_VIDEO_DECODE_BIT_KHR = 0x00000020, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_QUEUE_VIDEO_ENCODE_BIT_KHR = 0x00000040, -#endif - VK_QUEUE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkQueueFlagBits; -typedef VkFlags VkQueueFlags; -typedef VkFlags VkDeviceCreateFlags; - -typedef enum VkDeviceQueueCreateFlagBits { - VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT = 0x00000001, - VK_DEVICE_QUEUE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkDeviceQueueCreateFlagBits; -typedef VkFlags VkDeviceQueueCreateFlags; - -typedef enum VkPipelineStageFlagBits { - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT = 0x00000001, - VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT = 0x00000002, - VK_PIPELINE_STAGE_VERTEX_INPUT_BIT = 0x00000004, - VK_PIPELINE_STAGE_VERTEX_SHADER_BIT = 0x00000008, - VK_PIPELINE_STAGE_TESSELLATION_CONTROL_SHADER_BIT = 0x00000010, - VK_PIPELINE_STAGE_TESSELLATION_EVALUATION_SHADER_BIT = 0x00000020, - VK_PIPELINE_STAGE_GEOMETRY_SHADER_BIT = 0x00000040, - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT = 0x00000080, - VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT = 0x00000100, - VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT = 0x00000200, - VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT = 0x00000400, - VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT = 0x00000800, - VK_PIPELINE_STAGE_TRANSFER_BIT = 0x00001000, - VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT = 0x00002000, - VK_PIPELINE_STAGE_HOST_BIT = 0x00004000, - VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT = 0x00008000, - VK_PIPELINE_STAGE_ALL_COMMANDS_BIT = 0x00010000, - VK_PIPELINE_STAGE_NONE = 0, - VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT = 0x01000000, - VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT = 0x00040000, - VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 0x02000000, - VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_KHR = 0x00200000, - VK_PIPELINE_STAGE_TASK_SHADER_BIT_NV = 0x00080000, - VK_PIPELINE_STAGE_MESH_SHADER_BIT_NV = 0x00100000, - VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 0x00800000, - VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00400000, - VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV = 0x00020000, - VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV = VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR, - VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV = VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_KHR, - VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV = VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR, - VK_PIPELINE_STAGE_NONE_KHR = VK_PIPELINE_STAGE_NONE, - VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPipelineStageFlagBits; -typedef VkFlags VkPipelineStageFlags; -typedef VkFlags VkMemoryMapFlags; - -typedef enum VkSparseMemoryBindFlagBits { - VK_SPARSE_MEMORY_BIND_METADATA_BIT = 0x00000001, - VK_SPARSE_MEMORY_BIND_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSparseMemoryBindFlagBits; -typedef VkFlags VkSparseMemoryBindFlags; - -typedef enum VkSparseImageFormatFlagBits { - VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT = 0x00000001, - VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT = 0x00000002, - VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT = 0x00000004, - VK_SPARSE_IMAGE_FORMAT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSparseImageFormatFlagBits; -typedef VkFlags VkSparseImageFormatFlags; - -typedef enum VkFenceCreateFlagBits { - VK_FENCE_CREATE_SIGNALED_BIT = 0x00000001, - VK_FENCE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkFenceCreateFlagBits; -typedef VkFlags VkFenceCreateFlags; -typedef VkFlags VkSemaphoreCreateFlags; - -typedef enum VkEventCreateFlagBits { - VK_EVENT_CREATE_DEVICE_ONLY_BIT = 0x00000001, - VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR = VK_EVENT_CREATE_DEVICE_ONLY_BIT, - VK_EVENT_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkEventCreateFlagBits; -typedef VkFlags VkEventCreateFlags; - -typedef enum VkQueryPipelineStatisticFlagBits { - VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT = 0x00000001, - VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_PRIMITIVES_BIT = 0x00000002, - VK_QUERY_PIPELINE_STATISTIC_VERTEX_SHADER_INVOCATIONS_BIT = 0x00000004, - VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_INVOCATIONS_BIT = 0x00000008, - VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_PRIMITIVES_BIT = 0x00000010, - VK_QUERY_PIPELINE_STATISTIC_CLIPPING_INVOCATIONS_BIT = 0x00000020, - VK_QUERY_PIPELINE_STATISTIC_CLIPPING_PRIMITIVES_BIT = 0x00000040, - VK_QUERY_PIPELINE_STATISTIC_FRAGMENT_SHADER_INVOCATIONS_BIT = 0x00000080, - VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_CONTROL_SHADER_PATCHES_BIT = 0x00000100, - VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_EVALUATION_SHADER_INVOCATIONS_BIT = 0x00000200, - VK_QUERY_PIPELINE_STATISTIC_COMPUTE_SHADER_INVOCATIONS_BIT = 0x00000400, - VK_QUERY_PIPELINE_STATISTIC_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkQueryPipelineStatisticFlagBits; -typedef VkFlags VkQueryPipelineStatisticFlags; -typedef VkFlags VkQueryPoolCreateFlags; - -typedef enum VkQueryResultFlagBits { - VK_QUERY_RESULT_64_BIT = 0x00000001, - VK_QUERY_RESULT_WAIT_BIT = 0x00000002, - VK_QUERY_RESULT_WITH_AVAILABILITY_BIT = 0x00000004, - VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_QUERY_RESULT_WITH_STATUS_BIT_KHR = 0x00000010, -#endif - VK_QUERY_RESULT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkQueryResultFlagBits; -typedef VkFlags VkQueryResultFlags; - -typedef enum VkBufferCreateFlagBits { - VK_BUFFER_CREATE_SPARSE_BINDING_BIT = 0x00000001, - VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT = 0x00000002, - VK_BUFFER_CREATE_SPARSE_ALIASED_BIT = 0x00000004, - VK_BUFFER_CREATE_PROTECTED_BIT = 0x00000008, - VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT = 0x00000010, - VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_EXT = VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT, - VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR = VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT, - VK_BUFFER_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkBufferCreateFlagBits; -typedef VkFlags VkBufferCreateFlags; - -typedef enum VkBufferUsageFlagBits { - VK_BUFFER_USAGE_TRANSFER_SRC_BIT = 0x00000001, - VK_BUFFER_USAGE_TRANSFER_DST_BIT = 0x00000002, - VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT = 0x00000004, - VK_BUFFER_USAGE_STORAGE_TEXEL_BUFFER_BIT = 0x00000008, - VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT = 0x00000010, - VK_BUFFER_USAGE_STORAGE_BUFFER_BIT = 0x00000020, - VK_BUFFER_USAGE_INDEX_BUFFER_BIT = 0x00000040, - VK_BUFFER_USAGE_VERTEX_BUFFER_BIT = 0x00000080, - VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT = 0x00000100, - VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT = 0x00020000, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR = 0x00002000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_BUFFER_USAGE_VIDEO_DECODE_DST_BIT_KHR = 0x00004000, -#endif - VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT = 0x00000800, - VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_COUNTER_BUFFER_BIT_EXT = 0x00001000, - VK_BUFFER_USAGE_CONDITIONAL_RENDERING_BIT_EXT = 0x00000200, - VK_BUFFER_USAGE_ACCELERATION_STRUCTURE_BUILD_INPUT_READ_ONLY_BIT_KHR = 0x00080000, - VK_BUFFER_USAGE_ACCELERATION_STRUCTURE_STORAGE_BIT_KHR = 0x00100000, - VK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHR = 0x00000400, -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_BUFFER_USAGE_VIDEO_ENCODE_DST_BIT_KHR = 0x00008000, -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS - VK_BUFFER_USAGE_VIDEO_ENCODE_SRC_BIT_KHR = 0x00010000, -#endif - VK_BUFFER_USAGE_RAY_TRACING_BIT_NV = VK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHR, - VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT_EXT = VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT, - VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT_KHR = VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT, - VK_BUFFER_USAGE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkBufferUsageFlagBits; -typedef VkFlags VkBufferUsageFlags; -typedef VkFlags VkBufferViewCreateFlags; - -typedef enum VkImageViewCreateFlagBits { - VK_IMAGE_VIEW_CREATE_FRAGMENT_DENSITY_MAP_DYNAMIC_BIT_EXT = 0x00000001, - VK_IMAGE_VIEW_CREATE_FRAGMENT_DENSITY_MAP_DEFERRED_BIT_EXT = 0x00000002, - VK_IMAGE_VIEW_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkImageViewCreateFlagBits; -typedef VkFlags VkImageViewCreateFlags; -typedef VkFlags VkShaderModuleCreateFlags; - -typedef enum VkPipelineCacheCreateFlagBits { - VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT = 0x00000001, - VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT = VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT, - VK_PIPELINE_CACHE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPipelineCacheCreateFlagBits; -typedef VkFlags VkPipelineCacheCreateFlags; - -typedef enum VkColorComponentFlagBits { - VK_COLOR_COMPONENT_R_BIT = 0x00000001, - VK_COLOR_COMPONENT_G_BIT = 0x00000002, - VK_COLOR_COMPONENT_B_BIT = 0x00000004, - VK_COLOR_COMPONENT_A_BIT = 0x00000008, - VK_COLOR_COMPONENT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkColorComponentFlagBits; -typedef VkFlags VkColorComponentFlags; - -typedef enum VkPipelineCreateFlagBits { - VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT = 0x00000001, - VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT = 0x00000002, - VK_PIPELINE_CREATE_DERIVATIVE_BIT = 0x00000004, - VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT = 0x00000008, - VK_PIPELINE_CREATE_DISPATCH_BASE_BIT = 0x00000010, - VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT = 0x00000100, - VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT = 0x00000200, - VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00200000, - VK_PIPELINE_CREATE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT = 0x00400000, - VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR = 0x00004000, - VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_BIT_KHR = 0x00008000, - VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_MISS_SHADERS_BIT_KHR = 0x00010000, - VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_BIT_KHR = 0x00020000, - VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR = 0x00001000, - VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR = 0x00002000, - VK_PIPELINE_CREATE_RAY_TRACING_SHADER_GROUP_HANDLE_CAPTURE_REPLAY_BIT_KHR = 0x00080000, - VK_PIPELINE_CREATE_DEFER_COMPILE_BIT_NV = 0x00000020, - VK_PIPELINE_CREATE_CAPTURE_STATISTICS_BIT_KHR = 0x00000040, - VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR = 0x00000080, - VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV = 0x00040000, - VK_PIPELINE_CREATE_LIBRARY_BIT_KHR = 0x00000800, - VK_PIPELINE_CREATE_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT = 0x00800000, - VK_PIPELINE_CREATE_LINK_TIME_OPTIMIZATION_BIT_EXT = 0x00000400, - VK_PIPELINE_CREATE_RAY_TRACING_ALLOW_MOTION_BIT_NV = 0x00100000, - VK_PIPELINE_CREATE_DISPATCH_BASE = VK_PIPELINE_CREATE_DISPATCH_BASE_BIT, - VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR, - VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT = VK_PIPELINE_CREATE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT, - VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR = VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT, - VK_PIPELINE_CREATE_DISPATCH_BASE_KHR = VK_PIPELINE_CREATE_DISPATCH_BASE, - VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT, - VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT = VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT, - VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPipelineCreateFlagBits; -typedef VkFlags VkPipelineCreateFlags; - -typedef enum VkPipelineShaderStageCreateFlagBits { - VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT = 0x00000001, - VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT = 0x00000002, - VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT = VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT, - VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT = VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT, - VK_PIPELINE_SHADER_STAGE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPipelineShaderStageCreateFlagBits; -typedef VkFlags VkPipelineShaderStageCreateFlags; - -typedef enum VkShaderStageFlagBits { - VK_SHADER_STAGE_VERTEX_BIT = 0x00000001, - VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT = 0x00000002, - VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT = 0x00000004, - VK_SHADER_STAGE_GEOMETRY_BIT = 0x00000008, - VK_SHADER_STAGE_FRAGMENT_BIT = 0x00000010, - VK_SHADER_STAGE_COMPUTE_BIT = 0x00000020, - VK_SHADER_STAGE_ALL_GRAPHICS = 0x0000001F, - VK_SHADER_STAGE_ALL = 0x7FFFFFFF, - VK_SHADER_STAGE_RAYGEN_BIT_KHR = 0x00000100, - VK_SHADER_STAGE_ANY_HIT_BIT_KHR = 0x00000200, - VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR = 0x00000400, - VK_SHADER_STAGE_MISS_BIT_KHR = 0x00000800, - VK_SHADER_STAGE_INTERSECTION_BIT_KHR = 0x00001000, - VK_SHADER_STAGE_CALLABLE_BIT_KHR = 0x00002000, - VK_SHADER_STAGE_TASK_BIT_NV = 0x00000040, - VK_SHADER_STAGE_MESH_BIT_NV = 0x00000080, - VK_SHADER_STAGE_SUBPASS_SHADING_BIT_HUAWEI = 0x00004000, - VK_SHADER_STAGE_RAYGEN_BIT_NV = VK_SHADER_STAGE_RAYGEN_BIT_KHR, - VK_SHADER_STAGE_ANY_HIT_BIT_NV = VK_SHADER_STAGE_ANY_HIT_BIT_KHR, - VK_SHADER_STAGE_CLOSEST_HIT_BIT_NV = VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, - VK_SHADER_STAGE_MISS_BIT_NV = VK_SHADER_STAGE_MISS_BIT_KHR, - VK_SHADER_STAGE_INTERSECTION_BIT_NV = VK_SHADER_STAGE_INTERSECTION_BIT_KHR, - VK_SHADER_STAGE_CALLABLE_BIT_NV = VK_SHADER_STAGE_CALLABLE_BIT_KHR, - VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkShaderStageFlagBits; - -typedef enum VkCullModeFlagBits { - VK_CULL_MODE_NONE = 0, - VK_CULL_MODE_FRONT_BIT = 0x00000001, - VK_CULL_MODE_BACK_BIT = 0x00000002, - VK_CULL_MODE_FRONT_AND_BACK = 0x00000003, - VK_CULL_MODE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkCullModeFlagBits; -typedef VkFlags VkCullModeFlags; -typedef VkFlags VkPipelineVertexInputStateCreateFlags; -typedef VkFlags VkPipelineInputAssemblyStateCreateFlags; -typedef VkFlags VkPipelineTessellationStateCreateFlags; -typedef VkFlags VkPipelineViewportStateCreateFlags; -typedef VkFlags VkPipelineRasterizationStateCreateFlags; -typedef VkFlags VkPipelineMultisampleStateCreateFlags; - -typedef enum VkPipelineDepthStencilStateCreateFlagBits { - VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_ARM = 0x00000001, - VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_ARM = 0x00000002, - VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPipelineDepthStencilStateCreateFlagBits; -typedef VkFlags VkPipelineDepthStencilStateCreateFlags; - -typedef enum VkPipelineColorBlendStateCreateFlagBits { - VK_PIPELINE_COLOR_BLEND_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_BIT_ARM = 0x00000001, - VK_PIPELINE_COLOR_BLEND_STATE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPipelineColorBlendStateCreateFlagBits; -typedef VkFlags VkPipelineColorBlendStateCreateFlags; -typedef VkFlags VkPipelineDynamicStateCreateFlags; - -typedef enum VkPipelineLayoutCreateFlagBits { - VK_PIPELINE_LAYOUT_CREATE_INDEPENDENT_SETS_BIT_EXT = 0x00000002, - VK_PIPELINE_LAYOUT_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPipelineLayoutCreateFlagBits; -typedef VkFlags VkPipelineLayoutCreateFlags; -typedef VkFlags VkShaderStageFlags; - -typedef enum VkSamplerCreateFlagBits { - VK_SAMPLER_CREATE_SUBSAMPLED_BIT_EXT = 0x00000001, - VK_SAMPLER_CREATE_SUBSAMPLED_COARSE_RECONSTRUCTION_BIT_EXT = 0x00000002, - VK_SAMPLER_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSamplerCreateFlagBits; -typedef VkFlags VkSamplerCreateFlags; - -typedef enum VkDescriptorPoolCreateFlagBits { - VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT = 0x00000001, - VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT = 0x00000002, - VK_DESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_VALVE = 0x00000004, - VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT_EXT = VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT, - VK_DESCRIPTOR_POOL_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkDescriptorPoolCreateFlagBits; -typedef VkFlags VkDescriptorPoolCreateFlags; -typedef VkFlags VkDescriptorPoolResetFlags; - -typedef enum VkDescriptorSetLayoutCreateFlagBits { - VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT = 0x00000002, - VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR = 0x00000001, - VK_DESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_VALVE = 0x00000004, - VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT = VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT, - VK_DESCRIPTOR_SET_LAYOUT_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkDescriptorSetLayoutCreateFlagBits; -typedef VkFlags VkDescriptorSetLayoutCreateFlags; - -typedef enum VkAttachmentDescriptionFlagBits { - VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001, - VK_ATTACHMENT_DESCRIPTION_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkAttachmentDescriptionFlagBits; -typedef VkFlags VkAttachmentDescriptionFlags; - -typedef enum VkDependencyFlagBits { - VK_DEPENDENCY_BY_REGION_BIT = 0x00000001, - VK_DEPENDENCY_DEVICE_GROUP_BIT = 0x00000004, - VK_DEPENDENCY_VIEW_LOCAL_BIT = 0x00000002, - VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR = VK_DEPENDENCY_VIEW_LOCAL_BIT, - VK_DEPENDENCY_DEVICE_GROUP_BIT_KHR = VK_DEPENDENCY_DEVICE_GROUP_BIT, - VK_DEPENDENCY_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkDependencyFlagBits; -typedef VkFlags VkDependencyFlags; - -typedef enum VkFramebufferCreateFlagBits { - VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT = 0x00000001, - VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT_KHR = VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT, - VK_FRAMEBUFFER_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkFramebufferCreateFlagBits; -typedef VkFlags VkFramebufferCreateFlags; - -typedef enum VkRenderPassCreateFlagBits { - VK_RENDER_PASS_CREATE_TRANSFORM_BIT_QCOM = 0x00000002, - VK_RENDER_PASS_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkRenderPassCreateFlagBits; -typedef VkFlags VkRenderPassCreateFlags; - -typedef enum VkSubpassDescriptionFlagBits { - VK_SUBPASS_DESCRIPTION_PER_VIEW_ATTRIBUTES_BIT_NVX = 0x00000001, - VK_SUBPASS_DESCRIPTION_PER_VIEW_POSITION_X_ONLY_BIT_NVX = 0x00000002, - VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM = 0x00000004, - VK_SUBPASS_DESCRIPTION_SHADER_RESOLVE_BIT_QCOM = 0x00000008, - VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_BIT_ARM = 0x00000010, - VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_ARM = 0x00000020, - VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_ARM = 0x00000040, - VK_SUBPASS_DESCRIPTION_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSubpassDescriptionFlagBits; -typedef VkFlags VkSubpassDescriptionFlags; - -typedef enum VkCommandPoolCreateFlagBits { - VK_COMMAND_POOL_CREATE_TRANSIENT_BIT = 0x00000001, - VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT = 0x00000002, - VK_COMMAND_POOL_CREATE_PROTECTED_BIT = 0x00000004, - VK_COMMAND_POOL_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkCommandPoolCreateFlagBits; -typedef VkFlags VkCommandPoolCreateFlags; - -typedef enum VkCommandPoolResetFlagBits { - VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT = 0x00000001, - VK_COMMAND_POOL_RESET_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkCommandPoolResetFlagBits; -typedef VkFlags VkCommandPoolResetFlags; - -typedef enum VkCommandBufferUsageFlagBits { - VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT = 0x00000001, - VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT = 0x00000002, - VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT = 0x00000004, - VK_COMMAND_BUFFER_USAGE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkCommandBufferUsageFlagBits; -typedef VkFlags VkCommandBufferUsageFlags; - -typedef enum VkQueryControlFlagBits { - VK_QUERY_CONTROL_PRECISE_BIT = 0x00000001, - VK_QUERY_CONTROL_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkQueryControlFlagBits; -typedef VkFlags VkQueryControlFlags; - -typedef enum VkCommandBufferResetFlagBits { - VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT = 0x00000001, - VK_COMMAND_BUFFER_RESET_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkCommandBufferResetFlagBits; -typedef VkFlags VkCommandBufferResetFlags; - -typedef enum VkStencilFaceFlagBits { - VK_STENCIL_FACE_FRONT_BIT = 0x00000001, - VK_STENCIL_FACE_BACK_BIT = 0x00000002, - VK_STENCIL_FACE_FRONT_AND_BACK = 0x00000003, - VK_STENCIL_FRONT_AND_BACK = VK_STENCIL_FACE_FRONT_AND_BACK, - VK_STENCIL_FACE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkStencilFaceFlagBits; -typedef VkFlags VkStencilFaceFlags; -typedef struct VkExtent2D { - uint32_t width; - uint32_t height; -} VkExtent2D; - -typedef struct VkExtent3D { - uint32_t width; - uint32_t height; - uint32_t depth; -} VkExtent3D; - -typedef struct VkOffset2D { - int32_t x; - int32_t y; -} VkOffset2D; - -typedef struct VkOffset3D { - int32_t x; - int32_t y; - int32_t z; -} VkOffset3D; - -typedef struct VkRect2D { - VkOffset2D offset; - VkExtent2D extent; -} VkRect2D; - -typedef struct VkBaseInStructure { - VkStructureType sType; - const struct VkBaseInStructure* pNext; -} VkBaseInStructure; - -typedef struct VkBaseOutStructure { - VkStructureType sType; - struct VkBaseOutStructure* pNext; -} VkBaseOutStructure; - -typedef struct VkBufferMemoryBarrier { - VkStructureType sType; - const void* pNext; - VkAccessFlags srcAccessMask; - VkAccessFlags dstAccessMask; - uint32_t srcQueueFamilyIndex; - uint32_t dstQueueFamilyIndex; - VkBuffer buffer; - VkDeviceSize offset; - VkDeviceSize size; -} VkBufferMemoryBarrier; - -typedef struct VkDispatchIndirectCommand { - uint32_t x; - uint32_t y; - uint32_t z; -} VkDispatchIndirectCommand; - -typedef struct VkDrawIndexedIndirectCommand { - uint32_t indexCount; - uint32_t instanceCount; - uint32_t firstIndex; - int32_t vertexOffset; - uint32_t firstInstance; -} VkDrawIndexedIndirectCommand; - -typedef struct VkDrawIndirectCommand { - uint32_t vertexCount; - uint32_t instanceCount; - uint32_t firstVertex; - uint32_t firstInstance; -} VkDrawIndirectCommand; - -typedef struct VkImageSubresourceRange { - VkImageAspectFlags aspectMask; - uint32_t baseMipLevel; - uint32_t levelCount; - uint32_t baseArrayLayer; - uint32_t layerCount; -} VkImageSubresourceRange; - -typedef struct VkImageMemoryBarrier { - VkStructureType sType; - const void* pNext; - VkAccessFlags srcAccessMask; - VkAccessFlags dstAccessMask; - VkImageLayout oldLayout; - VkImageLayout newLayout; - uint32_t srcQueueFamilyIndex; - uint32_t dstQueueFamilyIndex; - VkImage image; - VkImageSubresourceRange subresourceRange; -} VkImageMemoryBarrier; - -typedef struct VkMemoryBarrier { - VkStructureType sType; - const void* pNext; - VkAccessFlags srcAccessMask; - VkAccessFlags dstAccessMask; -} VkMemoryBarrier; - -typedef struct VkPipelineCacheHeaderVersionOne { - uint32_t headerSize; - VkPipelineCacheHeaderVersion headerVersion; - uint32_t vendorID; - uint32_t deviceID; - uint8_t pipelineCacheUUID[VK_UUID_SIZE]; -} VkPipelineCacheHeaderVersionOne; - -typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( - void* pUserData, - size_t size, - size_t alignment, - VkSystemAllocationScope allocationScope); - -typedef void (VKAPI_PTR *PFN_vkFreeFunction)( - void* pUserData, - void* pMemory); - -typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)( - void* pUserData, - size_t size, - VkInternalAllocationType allocationType, - VkSystemAllocationScope allocationScope); - -typedef void (VKAPI_PTR *PFN_vkInternalFreeNotification)( - void* pUserData, - size_t size, - VkInternalAllocationType allocationType, - VkSystemAllocationScope allocationScope); - -typedef void* (VKAPI_PTR *PFN_vkReallocationFunction)( - void* pUserData, - void* pOriginal, - size_t size, - size_t alignment, - VkSystemAllocationScope allocationScope); - -typedef void (VKAPI_PTR *PFN_vkVoidFunction)(void); -typedef struct VkAllocationCallbacks { - void* pUserData; - PFN_vkAllocationFunction pfnAllocation; - PFN_vkReallocationFunction pfnReallocation; - PFN_vkFreeFunction pfnFree; - PFN_vkInternalAllocationNotification pfnInternalAllocation; - PFN_vkInternalFreeNotification pfnInternalFree; -} VkAllocationCallbacks; - -typedef struct VkApplicationInfo { - VkStructureType sType; - const void* pNext; - const char* pApplicationName; - uint32_t applicationVersion; - const char* pEngineName; - uint32_t engineVersion; - uint32_t apiVersion; -} VkApplicationInfo; - -typedef struct VkFormatProperties { - VkFormatFeatureFlags linearTilingFeatures; - VkFormatFeatureFlags optimalTilingFeatures; - VkFormatFeatureFlags bufferFeatures; -} VkFormatProperties; - -typedef struct VkImageFormatProperties { - VkExtent3D maxExtent; - uint32_t maxMipLevels; - uint32_t maxArrayLayers; - VkSampleCountFlags sampleCounts; - VkDeviceSize maxResourceSize; -} VkImageFormatProperties; - -typedef struct VkInstanceCreateInfo { - VkStructureType sType; - const void* pNext; - VkInstanceCreateFlags flags; - const VkApplicationInfo* pApplicationInfo; - uint32_t enabledLayerCount; - const char* const* ppEnabledLayerNames; - uint32_t enabledExtensionCount; - const char* const* ppEnabledExtensionNames; -} VkInstanceCreateInfo; - -typedef struct VkMemoryHeap { - VkDeviceSize size; - VkMemoryHeapFlags flags; -} VkMemoryHeap; - -typedef struct VkMemoryType { - VkMemoryPropertyFlags propertyFlags; - uint32_t heapIndex; -} VkMemoryType; - -typedef struct VkPhysicalDeviceFeatures { - VkBool32 robustBufferAccess; - VkBool32 fullDrawIndexUint32; - VkBool32 imageCubeArray; - VkBool32 independentBlend; - VkBool32 geometryShader; - VkBool32 tessellationShader; - VkBool32 sampleRateShading; - VkBool32 dualSrcBlend; - VkBool32 logicOp; - VkBool32 multiDrawIndirect; - VkBool32 drawIndirectFirstInstance; - VkBool32 depthClamp; - VkBool32 depthBiasClamp; - VkBool32 fillModeNonSolid; - VkBool32 depthBounds; - VkBool32 wideLines; - VkBool32 largePoints; - VkBool32 alphaToOne; - VkBool32 multiViewport; - VkBool32 samplerAnisotropy; - VkBool32 textureCompressionETC2; - VkBool32 textureCompressionASTC_LDR; - VkBool32 textureCompressionBC; - VkBool32 occlusionQueryPrecise; - VkBool32 pipelineStatisticsQuery; - VkBool32 vertexPipelineStoresAndAtomics; - VkBool32 fragmentStoresAndAtomics; - VkBool32 shaderTessellationAndGeometryPointSize; - VkBool32 shaderImageGatherExtended; - VkBool32 shaderStorageImageExtendedFormats; - VkBool32 shaderStorageImageMultisample; - VkBool32 shaderStorageImageReadWithoutFormat; - VkBool32 shaderStorageImageWriteWithoutFormat; - VkBool32 shaderUniformBufferArrayDynamicIndexing; - VkBool32 shaderSampledImageArrayDynamicIndexing; - VkBool32 shaderStorageBufferArrayDynamicIndexing; - VkBool32 shaderStorageImageArrayDynamicIndexing; - VkBool32 shaderClipDistance; - VkBool32 shaderCullDistance; - VkBool32 shaderFloat64; - VkBool32 shaderInt64; - VkBool32 shaderInt16; - VkBool32 shaderResourceResidency; - VkBool32 shaderResourceMinLod; - VkBool32 sparseBinding; - VkBool32 sparseResidencyBuffer; - VkBool32 sparseResidencyImage2D; - VkBool32 sparseResidencyImage3D; - VkBool32 sparseResidency2Samples; - VkBool32 sparseResidency4Samples; - VkBool32 sparseResidency8Samples; - VkBool32 sparseResidency16Samples; - VkBool32 sparseResidencyAliased; - VkBool32 variableMultisampleRate; - VkBool32 inheritedQueries; -} VkPhysicalDeviceFeatures; - -typedef struct VkPhysicalDeviceLimits { - uint32_t maxImageDimension1D; - uint32_t maxImageDimension2D; - uint32_t maxImageDimension3D; - uint32_t maxImageDimensionCube; - uint32_t maxImageArrayLayers; - uint32_t maxTexelBufferElements; - uint32_t maxUniformBufferRange; - uint32_t maxStorageBufferRange; - uint32_t maxPushConstantsSize; - uint32_t maxMemoryAllocationCount; - uint32_t maxSamplerAllocationCount; - VkDeviceSize bufferImageGranularity; - VkDeviceSize sparseAddressSpaceSize; - uint32_t maxBoundDescriptorSets; - uint32_t maxPerStageDescriptorSamplers; - uint32_t maxPerStageDescriptorUniformBuffers; - uint32_t maxPerStageDescriptorStorageBuffers; - uint32_t maxPerStageDescriptorSampledImages; - uint32_t maxPerStageDescriptorStorageImages; - uint32_t maxPerStageDescriptorInputAttachments; - uint32_t maxPerStageResources; - uint32_t maxDescriptorSetSamplers; - uint32_t maxDescriptorSetUniformBuffers; - uint32_t maxDescriptorSetUniformBuffersDynamic; - uint32_t maxDescriptorSetStorageBuffers; - uint32_t maxDescriptorSetStorageBuffersDynamic; - uint32_t maxDescriptorSetSampledImages; - uint32_t maxDescriptorSetStorageImages; - uint32_t maxDescriptorSetInputAttachments; - uint32_t maxVertexInputAttributes; - uint32_t maxVertexInputBindings; - uint32_t maxVertexInputAttributeOffset; - uint32_t maxVertexInputBindingStride; - uint32_t maxVertexOutputComponents; - uint32_t maxTessellationGenerationLevel; - uint32_t maxTessellationPatchSize; - uint32_t maxTessellationControlPerVertexInputComponents; - uint32_t maxTessellationControlPerVertexOutputComponents; - uint32_t maxTessellationControlPerPatchOutputComponents; - uint32_t maxTessellationControlTotalOutputComponents; - uint32_t maxTessellationEvaluationInputComponents; - uint32_t maxTessellationEvaluationOutputComponents; - uint32_t maxGeometryShaderInvocations; - uint32_t maxGeometryInputComponents; - uint32_t maxGeometryOutputComponents; - uint32_t maxGeometryOutputVertices; - uint32_t maxGeometryTotalOutputComponents; - uint32_t maxFragmentInputComponents; - uint32_t maxFragmentOutputAttachments; - uint32_t maxFragmentDualSrcAttachments; - uint32_t maxFragmentCombinedOutputResources; - uint32_t maxComputeSharedMemorySize; - uint32_t maxComputeWorkGroupCount[3]; - uint32_t maxComputeWorkGroupInvocations; - uint32_t maxComputeWorkGroupSize[3]; - uint32_t subPixelPrecisionBits; - uint32_t subTexelPrecisionBits; - uint32_t mipmapPrecisionBits; - uint32_t maxDrawIndexedIndexValue; - uint32_t maxDrawIndirectCount; - float maxSamplerLodBias; - float maxSamplerAnisotropy; - uint32_t maxViewports; - uint32_t maxViewportDimensions[2]; - float viewportBoundsRange[2]; - uint32_t viewportSubPixelBits; - size_t minMemoryMapAlignment; - VkDeviceSize minTexelBufferOffsetAlignment; - VkDeviceSize minUniformBufferOffsetAlignment; - VkDeviceSize minStorageBufferOffsetAlignment; - int32_t minTexelOffset; - uint32_t maxTexelOffset; - int32_t minTexelGatherOffset; - uint32_t maxTexelGatherOffset; - float minInterpolationOffset; - float maxInterpolationOffset; - uint32_t subPixelInterpolationOffsetBits; - uint32_t maxFramebufferWidth; - uint32_t maxFramebufferHeight; - uint32_t maxFramebufferLayers; - VkSampleCountFlags framebufferColorSampleCounts; - VkSampleCountFlags framebufferDepthSampleCounts; - VkSampleCountFlags framebufferStencilSampleCounts; - VkSampleCountFlags framebufferNoAttachmentsSampleCounts; - uint32_t maxColorAttachments; - VkSampleCountFlags sampledImageColorSampleCounts; - VkSampleCountFlags sampledImageIntegerSampleCounts; - VkSampleCountFlags sampledImageDepthSampleCounts; - VkSampleCountFlags sampledImageStencilSampleCounts; - VkSampleCountFlags storageImageSampleCounts; - uint32_t maxSampleMaskWords; - VkBool32 timestampComputeAndGraphics; - float timestampPeriod; - uint32_t maxClipDistances; - uint32_t maxCullDistances; - uint32_t maxCombinedClipAndCullDistances; - uint32_t discreteQueuePriorities; - float pointSizeRange[2]; - float lineWidthRange[2]; - float pointSizeGranularity; - float lineWidthGranularity; - VkBool32 strictLines; - VkBool32 standardSampleLocations; - VkDeviceSize optimalBufferCopyOffsetAlignment; - VkDeviceSize optimalBufferCopyRowPitchAlignment; - VkDeviceSize nonCoherentAtomSize; -} VkPhysicalDeviceLimits; - -typedef struct VkPhysicalDeviceMemoryProperties { - uint32_t memoryTypeCount; - VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES]; - uint32_t memoryHeapCount; - VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS]; -} VkPhysicalDeviceMemoryProperties; - -typedef struct VkPhysicalDeviceSparseProperties { - VkBool32 residencyStandard2DBlockShape; - VkBool32 residencyStandard2DMultisampleBlockShape; - VkBool32 residencyStandard3DBlockShape; - VkBool32 residencyAlignedMipSize; - VkBool32 residencyNonResidentStrict; -} VkPhysicalDeviceSparseProperties; - -typedef struct VkPhysicalDeviceProperties { - uint32_t apiVersion; - uint32_t driverVersion; - uint32_t vendorID; - uint32_t deviceID; - VkPhysicalDeviceType deviceType; - char deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]; - uint8_t pipelineCacheUUID[VK_UUID_SIZE]; - VkPhysicalDeviceLimits limits; - VkPhysicalDeviceSparseProperties sparseProperties; -} VkPhysicalDeviceProperties; - -typedef struct VkQueueFamilyProperties { - VkQueueFlags queueFlags; - uint32_t queueCount; - uint32_t timestampValidBits; - VkExtent3D minImageTransferGranularity; -} VkQueueFamilyProperties; - -typedef struct VkDeviceQueueCreateInfo { - VkStructureType sType; - const void* pNext; - VkDeviceQueueCreateFlags flags; - uint32_t queueFamilyIndex; - uint32_t queueCount; - const float* pQueuePriorities; -} VkDeviceQueueCreateInfo; - -typedef struct VkDeviceCreateInfo { - VkStructureType sType; - const void* pNext; - VkDeviceCreateFlags flags; - uint32_t queueCreateInfoCount; - const VkDeviceQueueCreateInfo* pQueueCreateInfos; - uint32_t enabledLayerCount; - const char* const* ppEnabledLayerNames; - uint32_t enabledExtensionCount; - const char* const* ppEnabledExtensionNames; - const VkPhysicalDeviceFeatures* pEnabledFeatures; -} VkDeviceCreateInfo; - -typedef struct VkExtensionProperties { - char extensionName[VK_MAX_EXTENSION_NAME_SIZE]; - uint32_t specVersion; -} VkExtensionProperties; - -typedef struct VkLayerProperties { - char layerName[VK_MAX_EXTENSION_NAME_SIZE]; - uint32_t specVersion; - uint32_t implementationVersion; - char description[VK_MAX_DESCRIPTION_SIZE]; -} VkLayerProperties; - -typedef struct VkSubmitInfo { - VkStructureType sType; - const void* pNext; - uint32_t waitSemaphoreCount; - const VkSemaphore* pWaitSemaphores; - const VkPipelineStageFlags* pWaitDstStageMask; - uint32_t commandBufferCount; - const VkCommandBuffer* pCommandBuffers; - uint32_t signalSemaphoreCount; - const VkSemaphore* pSignalSemaphores; -} VkSubmitInfo; - -typedef struct VkMappedMemoryRange { - VkStructureType sType; - const void* pNext; - VkDeviceMemory memory; - VkDeviceSize offset; - VkDeviceSize size; -} VkMappedMemoryRange; - -typedef struct VkMemoryAllocateInfo { - VkStructureType sType; - const void* pNext; - VkDeviceSize allocationSize; - uint32_t memoryTypeIndex; -} VkMemoryAllocateInfo; - -typedef struct VkMemoryRequirements { - VkDeviceSize size; - VkDeviceSize alignment; - uint32_t memoryTypeBits; -} VkMemoryRequirements; - -typedef struct VkSparseMemoryBind { - VkDeviceSize resourceOffset; - VkDeviceSize size; - VkDeviceMemory memory; - VkDeviceSize memoryOffset; - VkSparseMemoryBindFlags flags; -} VkSparseMemoryBind; - -typedef struct VkSparseBufferMemoryBindInfo { - VkBuffer buffer; - uint32_t bindCount; - const VkSparseMemoryBind* pBinds; -} VkSparseBufferMemoryBindInfo; - -typedef struct VkSparseImageOpaqueMemoryBindInfo { - VkImage image; - uint32_t bindCount; - const VkSparseMemoryBind* pBinds; -} VkSparseImageOpaqueMemoryBindInfo; - -typedef struct VkImageSubresource { - VkImageAspectFlags aspectMask; - uint32_t mipLevel; - uint32_t arrayLayer; -} VkImageSubresource; - -typedef struct VkSparseImageMemoryBind { - VkImageSubresource subresource; - VkOffset3D offset; - VkExtent3D extent; - VkDeviceMemory memory; - VkDeviceSize memoryOffset; - VkSparseMemoryBindFlags flags; -} VkSparseImageMemoryBind; - -typedef struct VkSparseImageMemoryBindInfo { - VkImage image; - uint32_t bindCount; - const VkSparseImageMemoryBind* pBinds; -} VkSparseImageMemoryBindInfo; - -typedef struct VkBindSparseInfo { - VkStructureType sType; - const void* pNext; - uint32_t waitSemaphoreCount; - const VkSemaphore* pWaitSemaphores; - uint32_t bufferBindCount; - const VkSparseBufferMemoryBindInfo* pBufferBinds; - uint32_t imageOpaqueBindCount; - const VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds; - uint32_t imageBindCount; - const VkSparseImageMemoryBindInfo* pImageBinds; - uint32_t signalSemaphoreCount; - const VkSemaphore* pSignalSemaphores; -} VkBindSparseInfo; - -typedef struct VkSparseImageFormatProperties { - VkImageAspectFlags aspectMask; - VkExtent3D imageGranularity; - VkSparseImageFormatFlags flags; -} VkSparseImageFormatProperties; - -typedef struct VkSparseImageMemoryRequirements { - VkSparseImageFormatProperties formatProperties; - uint32_t imageMipTailFirstLod; - VkDeviceSize imageMipTailSize; - VkDeviceSize imageMipTailOffset; - VkDeviceSize imageMipTailStride; -} VkSparseImageMemoryRequirements; - -typedef struct VkFenceCreateInfo { - VkStructureType sType; - const void* pNext; - VkFenceCreateFlags flags; -} VkFenceCreateInfo; - -typedef struct VkSemaphoreCreateInfo { - VkStructureType sType; - const void* pNext; - VkSemaphoreCreateFlags flags; -} VkSemaphoreCreateInfo; - -typedef struct VkEventCreateInfo { - VkStructureType sType; - const void* pNext; - VkEventCreateFlags flags; -} VkEventCreateInfo; - -typedef struct VkQueryPoolCreateInfo { - VkStructureType sType; - const void* pNext; - VkQueryPoolCreateFlags flags; - VkQueryType queryType; - uint32_t queryCount; - VkQueryPipelineStatisticFlags pipelineStatistics; -} VkQueryPoolCreateInfo; - -typedef struct VkBufferCreateInfo { - VkStructureType sType; - const void* pNext; - VkBufferCreateFlags flags; - VkDeviceSize size; - VkBufferUsageFlags usage; - VkSharingMode sharingMode; - uint32_t queueFamilyIndexCount; - const uint32_t* pQueueFamilyIndices; -} VkBufferCreateInfo; - -typedef struct VkBufferViewCreateInfo { - VkStructureType sType; - const void* pNext; - VkBufferViewCreateFlags flags; - VkBuffer buffer; - VkFormat format; - VkDeviceSize offset; - VkDeviceSize range; -} VkBufferViewCreateInfo; - -typedef struct VkImageCreateInfo { - VkStructureType sType; - const void* pNext; - VkImageCreateFlags flags; - VkImageType imageType; - VkFormat format; - VkExtent3D extent; - uint32_t mipLevels; - uint32_t arrayLayers; - VkSampleCountFlagBits samples; - VkImageTiling tiling; - VkImageUsageFlags usage; - VkSharingMode sharingMode; - uint32_t queueFamilyIndexCount; - const uint32_t* pQueueFamilyIndices; - VkImageLayout initialLayout; -} VkImageCreateInfo; - -typedef struct VkSubresourceLayout { - VkDeviceSize offset; - VkDeviceSize size; - VkDeviceSize rowPitch; - VkDeviceSize arrayPitch; - VkDeviceSize depthPitch; -} VkSubresourceLayout; - -typedef struct VkComponentMapping { - VkComponentSwizzle r; - VkComponentSwizzle g; - VkComponentSwizzle b; - VkComponentSwizzle a; -} VkComponentMapping; - -typedef struct VkImageViewCreateInfo { - VkStructureType sType; - const void* pNext; - VkImageViewCreateFlags flags; - VkImage image; - VkImageViewType viewType; - VkFormat format; - VkComponentMapping components; - VkImageSubresourceRange subresourceRange; -} VkImageViewCreateInfo; - -typedef struct VkShaderModuleCreateInfo { - VkStructureType sType; - const void* pNext; - VkShaderModuleCreateFlags flags; - size_t codeSize; - const uint32_t* pCode; -} VkShaderModuleCreateInfo; - -typedef struct VkPipelineCacheCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineCacheCreateFlags flags; - size_t initialDataSize; - const void* pInitialData; -} VkPipelineCacheCreateInfo; - -typedef struct VkSpecializationMapEntry { - uint32_t constantID; - uint32_t offset; - size_t size; -} VkSpecializationMapEntry; - -typedef struct VkSpecializationInfo { - uint32_t mapEntryCount; - const VkSpecializationMapEntry* pMapEntries; - size_t dataSize; - const void* pData; -} VkSpecializationInfo; - -typedef struct VkPipelineShaderStageCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineShaderStageCreateFlags flags; - VkShaderStageFlagBits stage; - VkShaderModule module; - const char* pName; - const VkSpecializationInfo* pSpecializationInfo; -} VkPipelineShaderStageCreateInfo; - -typedef struct VkComputePipelineCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineCreateFlags flags; - VkPipelineShaderStageCreateInfo stage; - VkPipelineLayout layout; - VkPipeline basePipelineHandle; - int32_t basePipelineIndex; -} VkComputePipelineCreateInfo; - -typedef struct VkVertexInputBindingDescription { - uint32_t binding; - uint32_t stride; - VkVertexInputRate inputRate; -} VkVertexInputBindingDescription; - -typedef struct VkVertexInputAttributeDescription { - uint32_t location; - uint32_t binding; - VkFormat format; - uint32_t offset; -} VkVertexInputAttributeDescription; - -typedef struct VkPipelineVertexInputStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineVertexInputStateCreateFlags flags; - uint32_t vertexBindingDescriptionCount; - const VkVertexInputBindingDescription* pVertexBindingDescriptions; - uint32_t vertexAttributeDescriptionCount; - const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; -} VkPipelineVertexInputStateCreateInfo; - -typedef struct VkPipelineInputAssemblyStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineInputAssemblyStateCreateFlags flags; - VkPrimitiveTopology topology; - VkBool32 primitiveRestartEnable; -} VkPipelineInputAssemblyStateCreateInfo; - -typedef struct VkPipelineTessellationStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineTessellationStateCreateFlags flags; - uint32_t patchControlPoints; -} VkPipelineTessellationStateCreateInfo; - -typedef struct VkViewport { - float x; - float y; - float width; - float height; - float minDepth; - float maxDepth; -} VkViewport; - -typedef struct VkPipelineViewportStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineViewportStateCreateFlags flags; - uint32_t viewportCount; - const VkViewport* pViewports; - uint32_t scissorCount; - const VkRect2D* pScissors; -} VkPipelineViewportStateCreateInfo; - -typedef struct VkPipelineRasterizationStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineRasterizationStateCreateFlags flags; - VkBool32 depthClampEnable; - VkBool32 rasterizerDiscardEnable; - VkPolygonMode polygonMode; - VkCullModeFlags cullMode; - VkFrontFace frontFace; - VkBool32 depthBiasEnable; - float depthBiasConstantFactor; - float depthBiasClamp; - float depthBiasSlopeFactor; - float lineWidth; -} VkPipelineRasterizationStateCreateInfo; - -typedef struct VkPipelineMultisampleStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineMultisampleStateCreateFlags flags; - VkSampleCountFlagBits rasterizationSamples; - VkBool32 sampleShadingEnable; - float minSampleShading; - const VkSampleMask* pSampleMask; - VkBool32 alphaToCoverageEnable; - VkBool32 alphaToOneEnable; -} VkPipelineMultisampleStateCreateInfo; - -typedef struct VkStencilOpState { - VkStencilOp failOp; - VkStencilOp passOp; - VkStencilOp depthFailOp; - VkCompareOp compareOp; - uint32_t compareMask; - uint32_t writeMask; - uint32_t reference; -} VkStencilOpState; - -typedef struct VkPipelineDepthStencilStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineDepthStencilStateCreateFlags flags; - VkBool32 depthTestEnable; - VkBool32 depthWriteEnable; - VkCompareOp depthCompareOp; - VkBool32 depthBoundsTestEnable; - VkBool32 stencilTestEnable; - VkStencilOpState front; - VkStencilOpState back; - float minDepthBounds; - float maxDepthBounds; -} VkPipelineDepthStencilStateCreateInfo; - -typedef struct VkPipelineColorBlendAttachmentState { - VkBool32 blendEnable; - VkBlendFactor srcColorBlendFactor; - VkBlendFactor dstColorBlendFactor; - VkBlendOp colorBlendOp; - VkBlendFactor srcAlphaBlendFactor; - VkBlendFactor dstAlphaBlendFactor; - VkBlendOp alphaBlendOp; - VkColorComponentFlags colorWriteMask; -} VkPipelineColorBlendAttachmentState; - -typedef struct VkPipelineColorBlendStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineColorBlendStateCreateFlags flags; - VkBool32 logicOpEnable; - VkLogicOp logicOp; - uint32_t attachmentCount; - const VkPipelineColorBlendAttachmentState* pAttachments; - float blendConstants[4]; -} VkPipelineColorBlendStateCreateInfo; - -typedef struct VkPipelineDynamicStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineDynamicStateCreateFlags flags; - uint32_t dynamicStateCount; - const VkDynamicState* pDynamicStates; -} VkPipelineDynamicStateCreateInfo; - -typedef struct VkGraphicsPipelineCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineCreateFlags flags; - uint32_t stageCount; - const VkPipelineShaderStageCreateInfo* pStages; - const VkPipelineVertexInputStateCreateInfo* pVertexInputState; - const VkPipelineInputAssemblyStateCreateInfo* pInputAssemblyState; - const VkPipelineTessellationStateCreateInfo* pTessellationState; - const VkPipelineViewportStateCreateInfo* pViewportState; - const VkPipelineRasterizationStateCreateInfo* pRasterizationState; - const VkPipelineMultisampleStateCreateInfo* pMultisampleState; - const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; - const VkPipelineColorBlendStateCreateInfo* pColorBlendState; - const VkPipelineDynamicStateCreateInfo* pDynamicState; - VkPipelineLayout layout; - VkRenderPass renderPass; - uint32_t subpass; - VkPipeline basePipelineHandle; - int32_t basePipelineIndex; -} VkGraphicsPipelineCreateInfo; - -typedef struct VkPushConstantRange { - VkShaderStageFlags stageFlags; - uint32_t offset; - uint32_t size; -} VkPushConstantRange; - -typedef struct VkPipelineLayoutCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineLayoutCreateFlags flags; - uint32_t setLayoutCount; - const VkDescriptorSetLayout* pSetLayouts; - uint32_t pushConstantRangeCount; - const VkPushConstantRange* pPushConstantRanges; -} VkPipelineLayoutCreateInfo; - -typedef struct VkSamplerCreateInfo { - VkStructureType sType; - const void* pNext; - VkSamplerCreateFlags flags; - VkFilter magFilter; - VkFilter minFilter; - VkSamplerMipmapMode mipmapMode; - VkSamplerAddressMode addressModeU; - VkSamplerAddressMode addressModeV; - VkSamplerAddressMode addressModeW; - float mipLodBias; - VkBool32 anisotropyEnable; - float maxAnisotropy; - VkBool32 compareEnable; - VkCompareOp compareOp; - float minLod; - float maxLod; - VkBorderColor borderColor; - VkBool32 unnormalizedCoordinates; -} VkSamplerCreateInfo; - -typedef struct VkCopyDescriptorSet { - VkStructureType sType; - const void* pNext; - VkDescriptorSet srcSet; - uint32_t srcBinding; - uint32_t srcArrayElement; - VkDescriptorSet dstSet; - uint32_t dstBinding; - uint32_t dstArrayElement; - uint32_t descriptorCount; -} VkCopyDescriptorSet; - -typedef struct VkDescriptorBufferInfo { - VkBuffer buffer; - VkDeviceSize offset; - VkDeviceSize range; -} VkDescriptorBufferInfo; - -typedef struct VkDescriptorImageInfo { - VkSampler sampler; - VkImageView imageView; - VkImageLayout imageLayout; -} VkDescriptorImageInfo; - -typedef struct VkDescriptorPoolSize { - VkDescriptorType type; - uint32_t descriptorCount; -} VkDescriptorPoolSize; - -typedef struct VkDescriptorPoolCreateInfo { - VkStructureType sType; - const void* pNext; - VkDescriptorPoolCreateFlags flags; - uint32_t maxSets; - uint32_t poolSizeCount; - const VkDescriptorPoolSize* pPoolSizes; -} VkDescriptorPoolCreateInfo; - -typedef struct VkDescriptorSetAllocateInfo { - VkStructureType sType; - const void* pNext; - VkDescriptorPool descriptorPool; - uint32_t descriptorSetCount; - const VkDescriptorSetLayout* pSetLayouts; -} VkDescriptorSetAllocateInfo; - -typedef struct VkDescriptorSetLayoutBinding { - uint32_t binding; - VkDescriptorType descriptorType; - uint32_t descriptorCount; - VkShaderStageFlags stageFlags; - const VkSampler* pImmutableSamplers; -} VkDescriptorSetLayoutBinding; - -typedef struct VkDescriptorSetLayoutCreateInfo { - VkStructureType sType; - const void* pNext; - VkDescriptorSetLayoutCreateFlags flags; - uint32_t bindingCount; - const VkDescriptorSetLayoutBinding* pBindings; -} VkDescriptorSetLayoutCreateInfo; - -typedef struct VkWriteDescriptorSet { - VkStructureType sType; - const void* pNext; - VkDescriptorSet dstSet; - uint32_t dstBinding; - uint32_t dstArrayElement; - uint32_t descriptorCount; - VkDescriptorType descriptorType; - const VkDescriptorImageInfo* pImageInfo; - const VkDescriptorBufferInfo* pBufferInfo; - const VkBufferView* pTexelBufferView; -} VkWriteDescriptorSet; - -typedef struct VkAttachmentDescription { - VkAttachmentDescriptionFlags flags; - VkFormat format; - VkSampleCountFlagBits samples; - VkAttachmentLoadOp loadOp; - VkAttachmentStoreOp storeOp; - VkAttachmentLoadOp stencilLoadOp; - VkAttachmentStoreOp stencilStoreOp; - VkImageLayout initialLayout; - VkImageLayout finalLayout; -} VkAttachmentDescription; - -typedef struct VkAttachmentReference { - uint32_t attachment; - VkImageLayout layout; -} VkAttachmentReference; - -typedef struct VkFramebufferCreateInfo { - VkStructureType sType; - const void* pNext; - VkFramebufferCreateFlags flags; - VkRenderPass renderPass; - uint32_t attachmentCount; - const VkImageView* pAttachments; - uint32_t width; - uint32_t height; - uint32_t layers; -} VkFramebufferCreateInfo; - -typedef struct VkSubpassDescription { - VkSubpassDescriptionFlags flags; - VkPipelineBindPoint pipelineBindPoint; - uint32_t inputAttachmentCount; - const VkAttachmentReference* pInputAttachments; - uint32_t colorAttachmentCount; - const VkAttachmentReference* pColorAttachments; - const VkAttachmentReference* pResolveAttachments; - const VkAttachmentReference* pDepthStencilAttachment; - uint32_t preserveAttachmentCount; - const uint32_t* pPreserveAttachments; -} VkSubpassDescription; - -typedef struct VkSubpassDependency { - uint32_t srcSubpass; - uint32_t dstSubpass; - VkPipelineStageFlags srcStageMask; - VkPipelineStageFlags dstStageMask; - VkAccessFlags srcAccessMask; - VkAccessFlags dstAccessMask; - VkDependencyFlags dependencyFlags; -} VkSubpassDependency; - -typedef struct VkRenderPassCreateInfo { - VkStructureType sType; - const void* pNext; - VkRenderPassCreateFlags flags; - uint32_t attachmentCount; - const VkAttachmentDescription* pAttachments; - uint32_t subpassCount; - const VkSubpassDescription* pSubpasses; - uint32_t dependencyCount; - const VkSubpassDependency* pDependencies; -} VkRenderPassCreateInfo; - -typedef struct VkCommandPoolCreateInfo { - VkStructureType sType; - const void* pNext; - VkCommandPoolCreateFlags flags; - uint32_t queueFamilyIndex; -} VkCommandPoolCreateInfo; - -typedef struct VkCommandBufferAllocateInfo { - VkStructureType sType; - const void* pNext; - VkCommandPool commandPool; - VkCommandBufferLevel level; - uint32_t commandBufferCount; -} VkCommandBufferAllocateInfo; - -typedef struct VkCommandBufferInheritanceInfo { - VkStructureType sType; - const void* pNext; - VkRenderPass renderPass; - uint32_t subpass; - VkFramebuffer framebuffer; - VkBool32 occlusionQueryEnable; - VkQueryControlFlags queryFlags; - VkQueryPipelineStatisticFlags pipelineStatistics; -} VkCommandBufferInheritanceInfo; - -typedef struct VkCommandBufferBeginInfo { - VkStructureType sType; - const void* pNext; - VkCommandBufferUsageFlags flags; - const VkCommandBufferInheritanceInfo* pInheritanceInfo; -} VkCommandBufferBeginInfo; - -typedef struct VkBufferCopy { - VkDeviceSize srcOffset; - VkDeviceSize dstOffset; - VkDeviceSize size; -} VkBufferCopy; - -typedef struct VkImageSubresourceLayers { - VkImageAspectFlags aspectMask; - uint32_t mipLevel; - uint32_t baseArrayLayer; - uint32_t layerCount; -} VkImageSubresourceLayers; - -typedef struct VkBufferImageCopy { - VkDeviceSize bufferOffset; - uint32_t bufferRowLength; - uint32_t bufferImageHeight; - VkImageSubresourceLayers imageSubresource; - VkOffset3D imageOffset; - VkExtent3D imageExtent; -} VkBufferImageCopy; - -typedef union VkClearColorValue { - float float32[4]; - int32_t int32[4]; - uint32_t uint32[4]; -} VkClearColorValue; - -typedef struct VkClearDepthStencilValue { - float depth; - uint32_t stencil; -} VkClearDepthStencilValue; - -typedef union VkClearValue { - VkClearColorValue color; - VkClearDepthStencilValue depthStencil; -} VkClearValue; - -typedef struct VkClearAttachment { - VkImageAspectFlags aspectMask; - uint32_t colorAttachment; - VkClearValue clearValue; -} VkClearAttachment; - -typedef struct VkClearRect { - VkRect2D rect; - uint32_t baseArrayLayer; - uint32_t layerCount; -} VkClearRect; - -typedef struct VkImageBlit { - VkImageSubresourceLayers srcSubresource; - VkOffset3D srcOffsets[2]; - VkImageSubresourceLayers dstSubresource; - VkOffset3D dstOffsets[2]; -} VkImageBlit; - -typedef struct VkImageCopy { - VkImageSubresourceLayers srcSubresource; - VkOffset3D srcOffset; - VkImageSubresourceLayers dstSubresource; - VkOffset3D dstOffset; - VkExtent3D extent; -} VkImageCopy; - -typedef struct VkImageResolve { - VkImageSubresourceLayers srcSubresource; - VkOffset3D srcOffset; - VkImageSubresourceLayers dstSubresource; - VkOffset3D dstOffset; - VkExtent3D extent; -} VkImageResolve; - -typedef struct VkRenderPassBeginInfo { - VkStructureType sType; - const void* pNext; - VkRenderPass renderPass; - VkFramebuffer framebuffer; - VkRect2D renderArea; - uint32_t clearValueCount; - const VkClearValue* pClearValues; -} VkRenderPassBeginInfo; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance); -typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDevices)(VkInstance instance, uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceFeatures)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceFormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceProperties)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceMemoryProperties)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties); -typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetInstanceProcAddr)(VkInstance instance, const char* pName); -typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetDeviceProcAddr)(VkDevice device, const char* pName); -typedef VkResult (VKAPI_PTR *PFN_vkCreateDevice)(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice); -typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkEnumerateInstanceExtensionProperties)(const char* pLayerName, uint32_t* pPropertyCount, VkExtensionProperties* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkEnumerateDeviceExtensionProperties)(VkPhysicalDevice physicalDevice, const char* pLayerName, uint32_t* pPropertyCount, VkExtensionProperties* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkEnumerateInstanceLayerProperties)(uint32_t* pPropertyCount, VkLayerProperties* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkEnumerateDeviceLayerProperties)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkLayerProperties* pProperties); -typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); -typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit)(VkQueue queue, uint32_t submitCount, const VkSubmitInfo* pSubmits, VkFence fence); -typedef VkResult (VKAPI_PTR *PFN_vkQueueWaitIdle)(VkQueue queue); -typedef VkResult (VKAPI_PTR *PFN_vkDeviceWaitIdle)(VkDevice device); -typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); -typedef void (VKAPI_PTR *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkMapMemory)(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData); -typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); -typedef VkResult (VKAPI_PTR *PFN_vkFlushMappedMemoryRanges)(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges); -typedef VkResult (VKAPI_PTR *PFN_vkInvalidateMappedMemoryRanges)(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges); -typedef void (VKAPI_PTR *PFN_vkGetDeviceMemoryCommitment)(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes); -typedef VkResult (VKAPI_PTR *PFN_vkBindBufferMemory)(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset); -typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory)(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset); -typedef void (VKAPI_PTR *PFN_vkGetBufferMemoryRequirements)(VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetImageMemoryRequirements)(VkDevice device, VkImage image, VkMemoryRequirements* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetImageSparseMemoryRequirements)(VkDevice device, VkImage image, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements* pSparseMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceSparseImageFormatProperties)(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t* pPropertyCount, VkSparseImageFormatProperties* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkQueueBindSparse)(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence); -typedef VkResult (VKAPI_PTR *PFN_vkCreateFence)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); -typedef void (VKAPI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkResetFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences); -typedef VkResult (VKAPI_PTR *PFN_vkGetFenceStatus)(VkDevice device, VkFence fence); -typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout); -typedef VkResult (VKAPI_PTR *PFN_vkCreateSemaphore)(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); -typedef void (VKAPI_PTR *PFN_vkDestroySemaphore)(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateEvent)(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent); -typedef void (VKAPI_PTR *PFN_vkDestroyEvent)(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkGetEventStatus)(VkDevice device, VkEvent event); -typedef VkResult (VKAPI_PTR *PFN_vkSetEvent)(VkDevice device, VkEvent event); -typedef VkResult (VKAPI_PTR *PFN_vkResetEvent)(VkDevice device, VkEvent event); -typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); -typedef void (VKAPI_PTR *PFN_vkDestroyQueryPool)(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkGetQueryPoolResults)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags); -typedef VkResult (VKAPI_PTR *PFN_vkCreateBuffer)(VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer); -typedef void (VKAPI_PTR *PFN_vkDestroyBuffer)(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferView)(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); -typedef void (VKAPI_PTR *PFN_vkDestroyBufferView)(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateImage)(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage); -typedef void (VKAPI_PTR *PFN_vkDestroyImage)(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout); -typedef VkResult (VKAPI_PTR *PFN_vkCreateImageView)(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); -typedef void (VKAPI_PTR *PFN_vkDestroyImageView)(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateShaderModule)(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule); -typedef void (VKAPI_PTR *PFN_vkDestroyShaderModule)(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineCache)(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); -typedef void (VKAPI_PTR *PFN_vkDestroyPipelineCache)(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineCacheData)(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData); -typedef VkResult (VKAPI_PTR *PFN_vkMergePipelineCaches)(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches); -typedef VkResult (VKAPI_PTR *PFN_vkCreateGraphicsPipelines)(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines); -typedef VkResult (VKAPI_PTR *PFN_vkCreateComputePipelines)(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines); -typedef void (VKAPI_PTR *PFN_vkDestroyPipeline)(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreatePipelineLayout)(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout); -typedef void (VKAPI_PTR *PFN_vkDestroyPipelineLayout)(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateSampler)(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); -typedef void (VKAPI_PTR *PFN_vkDestroySampler)(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorSetLayout)(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout); -typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorSetLayout)(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); -typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkResetDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags); -typedef VkResult (VKAPI_PTR *PFN_vkAllocateDescriptorSets)(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets); -typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets); -typedef void (VKAPI_PTR *PFN_vkUpdateDescriptorSets)(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies); -typedef VkResult (VKAPI_PTR *PFN_vkCreateFramebuffer)(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer); -typedef void (VKAPI_PTR *PFN_vkDestroyFramebuffer)(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateRenderPass)(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass); -typedef void (VKAPI_PTR *PFN_vkDestroyRenderPass)(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity); -typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); -typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); -typedef VkResult (VKAPI_PTR *PFN_vkAllocateCommandBuffers)(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); -typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); -typedef VkResult (VKAPI_PTR *PFN_vkBeginCommandBuffer)(VkCommandBuffer commandBuffer, const VkCommandBufferBeginInfo* pBeginInfo); -typedef VkResult (VKAPI_PTR *PFN_vkEndCommandBuffer)(VkCommandBuffer commandBuffer); -typedef VkResult (VKAPI_PTR *PFN_vkResetCommandBuffer)(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags); -typedef void (VKAPI_PTR *PFN_vkCmdBindPipeline)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline); -typedef void (VKAPI_PTR *PFN_vkCmdSetViewport)(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewport* pViewports); -typedef void (VKAPI_PTR *PFN_vkCmdSetScissor)(VkCommandBuffer commandBuffer, uint32_t firstScissor, uint32_t scissorCount, const VkRect2D* pScissors); -typedef void (VKAPI_PTR *PFN_vkCmdSetLineWidth)(VkCommandBuffer commandBuffer, float lineWidth); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBias)(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor); -typedef void (VKAPI_PTR *PFN_vkCmdSetBlendConstants)(VkCommandBuffer commandBuffer, const float blendConstants[4]); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); -typedef void (VKAPI_PTR *PFN_vkCmdSetStencilCompareMask)(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t compareMask); -typedef void (VKAPI_PTR *PFN_vkCmdSetStencilWriteMask)(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t writeMask); -typedef void (VKAPI_PTR *PFN_vkCmdSetStencilReference)(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t reference); -typedef void (VKAPI_PTR *PFN_vkCmdBindDescriptorSets)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets, uint32_t dynamicOffsetCount, const uint32_t* pDynamicOffsets); -typedef void (VKAPI_PTR *PFN_vkCmdBindIndexBuffer)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); -typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets); -typedef void (VKAPI_PTR *PFN_vkCmdDraw)(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance); -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndexed)(VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance); -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndexedIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); -typedef void (VKAPI_PTR *PFN_vkCmdDispatch)(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); -typedef void (VKAPI_PTR *PFN_vkCmdDispatchIndirect)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset); -typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer)(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferCopy* pRegions); -typedef void (VKAPI_PTR *PFN_vkCmdCopyImage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy* pRegions); -typedef void (VKAPI_PTR *PFN_vkCmdBlitImage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit* pRegions, VkFilter filter); -typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage)(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy* pRegions); -typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy* pRegions); -typedef void (VKAPI_PTR *PFN_vkCmdUpdateBuffer)(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void* pData); -typedef void (VKAPI_PTR *PFN_vkCmdFillBuffer)(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data); -typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); -typedef void (VKAPI_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange* pRanges); -typedef void (VKAPI_PTR *PFN_vkCmdClearAttachments)(VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClearAttachment* pAttachments, uint32_t rectCount, const VkClearRect* pRects); -typedef void (VKAPI_PTR *PFN_vkCmdResolveImage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve* pRegions); -typedef void (VKAPI_PTR *PFN_vkCmdSetEvent)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask); -typedef void (VKAPI_PTR *PFN_vkCmdResetEvent)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask); -typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents)(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const VkBufferMemoryBarrier* pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const VkImageMemoryBarrier* pImageMemoryBarriers); -typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier)(VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkDependencyFlags dependencyFlags, uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const VkBufferMemoryBarrier* pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const VkImageMemoryBarrier* pImageMemoryBarriers); -typedef void (VKAPI_PTR *PFN_vkCmdBeginQuery)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags); -typedef void (VKAPI_PTR *PFN_vkCmdEndQuery)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query); -typedef void (VKAPI_PTR *PFN_vkCmdResetQueryPool)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); -typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp)(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query); -typedef void (VKAPI_PTR *PFN_vkCmdCopyQueryPoolResults)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags); -typedef void (VKAPI_PTR *PFN_vkCmdPushConstants)(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues); -typedef void (VKAPI_PTR *PFN_vkCmdBeginRenderPass)(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents); -typedef void (VKAPI_PTR *PFN_vkCmdNextSubpass)(VkCommandBuffer commandBuffer, VkSubpassContents contents); -typedef void (VKAPI_PTR *PFN_vkCmdEndRenderPass)(VkCommandBuffer commandBuffer); -typedef void (VKAPI_PTR *PFN_vkCmdExecuteCommands)(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance( - const VkInstanceCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkInstance* pInstance); - -VKAPI_ATTR void VKAPI_CALL vkDestroyInstance( - VkInstance instance, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkEnumeratePhysicalDevices( - VkInstance instance, - uint32_t* pPhysicalDeviceCount, - VkPhysicalDevice* pPhysicalDevices); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFeatures( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceFeatures* pFeatures); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties( - VkPhysicalDevice physicalDevice, - VkFormat format, - VkFormatProperties* pFormatProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties( - VkPhysicalDevice physicalDevice, - VkFormat format, - VkImageType type, - VkImageTiling tiling, - VkImageUsageFlags usage, - VkImageCreateFlags flags, - VkImageFormatProperties* pImageFormatProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceProperties* pProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties( - VkPhysicalDevice physicalDevice, - uint32_t* pQueueFamilyPropertyCount, - VkQueueFamilyProperties* pQueueFamilyProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceMemoryProperties( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceMemoryProperties* pMemoryProperties); - -VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr( - VkInstance instance, - const char* pName); - -VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr( - VkDevice device, - const char* pName); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice( - VkPhysicalDevice physicalDevice, - const VkDeviceCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkDevice* pDevice); - -VKAPI_ATTR void VKAPI_CALL vkDestroyDevice( - VkDevice device, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionProperties( - const char* pLayerName, - uint32_t* pPropertyCount, - VkExtensionProperties* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceExtensionProperties( - VkPhysicalDevice physicalDevice, - const char* pLayerName, - uint32_t* pPropertyCount, - VkExtensionProperties* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceLayerProperties( - uint32_t* pPropertyCount, - VkLayerProperties* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceLayerProperties( - VkPhysicalDevice physicalDevice, - uint32_t* pPropertyCount, - VkLayerProperties* pProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue( - VkDevice device, - uint32_t queueFamilyIndex, - uint32_t queueIndex, - VkQueue* pQueue); - -VKAPI_ATTR VkResult VKAPI_CALL vkQueueSubmit( - VkQueue queue, - uint32_t submitCount, - const VkSubmitInfo* pSubmits, - VkFence fence); - -VKAPI_ATTR VkResult VKAPI_CALL vkQueueWaitIdle( - VkQueue queue); - -VKAPI_ATTR VkResult VKAPI_CALL vkDeviceWaitIdle( - VkDevice device); - -VKAPI_ATTR VkResult VKAPI_CALL vkAllocateMemory( - VkDevice device, - const VkMemoryAllocateInfo* pAllocateInfo, - const VkAllocationCallbacks* pAllocator, - VkDeviceMemory* pMemory); - -VKAPI_ATTR void VKAPI_CALL vkFreeMemory( - VkDevice device, - VkDeviceMemory memory, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkMapMemory( - VkDevice device, - VkDeviceMemory memory, - VkDeviceSize offset, - VkDeviceSize size, - VkMemoryMapFlags flags, - void** ppData); - -VKAPI_ATTR void VKAPI_CALL vkUnmapMemory( - VkDevice device, - VkDeviceMemory memory); - -VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges( - VkDevice device, - uint32_t memoryRangeCount, - const VkMappedMemoryRange* pMemoryRanges); - -VKAPI_ATTR VkResult VKAPI_CALL vkInvalidateMappedMemoryRanges( - VkDevice device, - uint32_t memoryRangeCount, - const VkMappedMemoryRange* pMemoryRanges); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceMemoryCommitment( - VkDevice device, - VkDeviceMemory memory, - VkDeviceSize* pCommittedMemoryInBytes); - -VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory( - VkDevice device, - VkBuffer buffer, - VkDeviceMemory memory, - VkDeviceSize memoryOffset); - -VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory( - VkDevice device, - VkImage image, - VkDeviceMemory memory, - VkDeviceSize memoryOffset); - -VKAPI_ATTR void VKAPI_CALL vkGetBufferMemoryRequirements( - VkDevice device, - VkBuffer buffer, - VkMemoryRequirements* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetImageMemoryRequirements( - VkDevice device, - VkImage image, - VkMemoryRequirements* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetImageSparseMemoryRequirements( - VkDevice device, - VkImage image, - uint32_t* pSparseMemoryRequirementCount, - VkSparseImageMemoryRequirements* pSparseMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceSparseImageFormatProperties( - VkPhysicalDevice physicalDevice, - VkFormat format, - VkImageType type, - VkSampleCountFlagBits samples, - VkImageUsageFlags usage, - VkImageTiling tiling, - uint32_t* pPropertyCount, - VkSparseImageFormatProperties* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkQueueBindSparse( - VkQueue queue, - uint32_t bindInfoCount, - const VkBindSparseInfo* pBindInfo, - VkFence fence); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence( - VkDevice device, - const VkFenceCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkFence* pFence); - -VKAPI_ATTR void VKAPI_CALL vkDestroyFence( - VkDevice device, - VkFence fence, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkResetFences( - VkDevice device, - uint32_t fenceCount, - const VkFence* pFences); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetFenceStatus( - VkDevice device, - VkFence fence); - -VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences( - VkDevice device, - uint32_t fenceCount, - const VkFence* pFences, - VkBool32 waitAll, - uint64_t timeout); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateSemaphore( - VkDevice device, - const VkSemaphoreCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSemaphore* pSemaphore); - -VKAPI_ATTR void VKAPI_CALL vkDestroySemaphore( - VkDevice device, - VkSemaphore semaphore, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateEvent( - VkDevice device, - const VkEventCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkEvent* pEvent); - -VKAPI_ATTR void VKAPI_CALL vkDestroyEvent( - VkDevice device, - VkEvent event, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetEventStatus( - VkDevice device, - VkEvent event); - -VKAPI_ATTR VkResult VKAPI_CALL vkSetEvent( - VkDevice device, - VkEvent event); - -VKAPI_ATTR VkResult VKAPI_CALL vkResetEvent( - VkDevice device, - VkEvent event); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool( - VkDevice device, - const VkQueryPoolCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkQueryPool* pQueryPool); - -VKAPI_ATTR void VKAPI_CALL vkDestroyQueryPool( - VkDevice device, - VkQueryPool queryPool, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetQueryPoolResults( - VkDevice device, - VkQueryPool queryPool, - uint32_t firstQuery, - uint32_t queryCount, - size_t dataSize, - void* pData, - VkDeviceSize stride, - VkQueryResultFlags flags); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateBuffer( - VkDevice device, - const VkBufferCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkBuffer* pBuffer); - -VKAPI_ATTR void VKAPI_CALL vkDestroyBuffer( - VkDevice device, - VkBuffer buffer, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateBufferView( - VkDevice device, - const VkBufferViewCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkBufferView* pView); - -VKAPI_ATTR void VKAPI_CALL vkDestroyBufferView( - VkDevice device, - VkBufferView bufferView, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateImage( - VkDevice device, - const VkImageCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkImage* pImage); - -VKAPI_ATTR void VKAPI_CALL vkDestroyImage( - VkDevice device, - VkImage image, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkGetImageSubresourceLayout( - VkDevice device, - VkImage image, - const VkImageSubresource* pSubresource, - VkSubresourceLayout* pLayout); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateImageView( - VkDevice device, - const VkImageViewCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkImageView* pView); - -VKAPI_ATTR void VKAPI_CALL vkDestroyImageView( - VkDevice device, - VkImageView imageView, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateShaderModule( - VkDevice device, - const VkShaderModuleCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkShaderModule* pShaderModule); - -VKAPI_ATTR void VKAPI_CALL vkDestroyShaderModule( - VkDevice device, - VkShaderModule shaderModule, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreatePipelineCache( - VkDevice device, - const VkPipelineCacheCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkPipelineCache* pPipelineCache); - -VKAPI_ATTR void VKAPI_CALL vkDestroyPipelineCache( - VkDevice device, - VkPipelineCache pipelineCache, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineCacheData( - VkDevice device, - VkPipelineCache pipelineCache, - size_t* pDataSize, - void* pData); - -VKAPI_ATTR VkResult VKAPI_CALL vkMergePipelineCaches( - VkDevice device, - VkPipelineCache dstCache, - uint32_t srcCacheCount, - const VkPipelineCache* pSrcCaches); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateGraphicsPipelines( - VkDevice device, - VkPipelineCache pipelineCache, - uint32_t createInfoCount, - const VkGraphicsPipelineCreateInfo* pCreateInfos, - const VkAllocationCallbacks* pAllocator, - VkPipeline* pPipelines); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateComputePipelines( - VkDevice device, - VkPipelineCache pipelineCache, - uint32_t createInfoCount, - const VkComputePipelineCreateInfo* pCreateInfos, - const VkAllocationCallbacks* pAllocator, - VkPipeline* pPipelines); - -VKAPI_ATTR void VKAPI_CALL vkDestroyPipeline( - VkDevice device, - VkPipeline pipeline, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreatePipelineLayout( - VkDevice device, - const VkPipelineLayoutCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkPipelineLayout* pPipelineLayout); - -VKAPI_ATTR void VKAPI_CALL vkDestroyPipelineLayout( - VkDevice device, - VkPipelineLayout pipelineLayout, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateSampler( - VkDevice device, - const VkSamplerCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSampler* pSampler); - -VKAPI_ATTR void VKAPI_CALL vkDestroySampler( - VkDevice device, - VkSampler sampler, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorSetLayout( - VkDevice device, - const VkDescriptorSetLayoutCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkDescriptorSetLayout* pSetLayout); - -VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorSetLayout( - VkDevice device, - VkDescriptorSetLayout descriptorSetLayout, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorPool( - VkDevice device, - const VkDescriptorPoolCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkDescriptorPool* pDescriptorPool); - -VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool( - VkDevice device, - VkDescriptorPool descriptorPool, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool( - VkDevice device, - VkDescriptorPool descriptorPool, - VkDescriptorPoolResetFlags flags); - -VKAPI_ATTR VkResult VKAPI_CALL vkAllocateDescriptorSets( - VkDevice device, - const VkDescriptorSetAllocateInfo* pAllocateInfo, - VkDescriptorSet* pDescriptorSets); - -VKAPI_ATTR VkResult VKAPI_CALL vkFreeDescriptorSets( - VkDevice device, - VkDescriptorPool descriptorPool, - uint32_t descriptorSetCount, - const VkDescriptorSet* pDescriptorSets); - -VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSets( - VkDevice device, - uint32_t descriptorWriteCount, - const VkWriteDescriptorSet* pDescriptorWrites, - uint32_t descriptorCopyCount, - const VkCopyDescriptorSet* pDescriptorCopies); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateFramebuffer( - VkDevice device, - const VkFramebufferCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkFramebuffer* pFramebuffer); - -VKAPI_ATTR void VKAPI_CALL vkDestroyFramebuffer( - VkDevice device, - VkFramebuffer framebuffer, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateRenderPass( - VkDevice device, - const VkRenderPassCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkRenderPass* pRenderPass); - -VKAPI_ATTR void VKAPI_CALL vkDestroyRenderPass( - VkDevice device, - VkRenderPass renderPass, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkGetRenderAreaGranularity( - VkDevice device, - VkRenderPass renderPass, - VkExtent2D* pGranularity); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateCommandPool( - VkDevice device, - const VkCommandPoolCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkCommandPool* pCommandPool); - -VKAPI_ATTR void VKAPI_CALL vkDestroyCommandPool( - VkDevice device, - VkCommandPool commandPool, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool( - VkDevice device, - VkCommandPool commandPool, - VkCommandPoolResetFlags flags); - -VKAPI_ATTR VkResult VKAPI_CALL vkAllocateCommandBuffers( - VkDevice device, - const VkCommandBufferAllocateInfo* pAllocateInfo, - VkCommandBuffer* pCommandBuffers); - -VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers( - VkDevice device, - VkCommandPool commandPool, - uint32_t commandBufferCount, - const VkCommandBuffer* pCommandBuffers); - -VKAPI_ATTR VkResult VKAPI_CALL vkBeginCommandBuffer( - VkCommandBuffer commandBuffer, - const VkCommandBufferBeginInfo* pBeginInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkEndCommandBuffer( - VkCommandBuffer commandBuffer); - -VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandBuffer( - VkCommandBuffer commandBuffer, - VkCommandBufferResetFlags flags); - -VKAPI_ATTR void VKAPI_CALL vkCmdBindPipeline( - VkCommandBuffer commandBuffer, - VkPipelineBindPoint pipelineBindPoint, - VkPipeline pipeline); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetViewport( - VkCommandBuffer commandBuffer, - uint32_t firstViewport, - uint32_t viewportCount, - const VkViewport* pViewports); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetScissor( - VkCommandBuffer commandBuffer, - uint32_t firstScissor, - uint32_t scissorCount, - const VkRect2D* pScissors); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetLineWidth( - VkCommandBuffer commandBuffer, - float lineWidth); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBias( - VkCommandBuffer commandBuffer, - float depthBiasConstantFactor, - float depthBiasClamp, - float depthBiasSlopeFactor); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetBlendConstants( - VkCommandBuffer commandBuffer, - const float blendConstants[4]); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBounds( - VkCommandBuffer commandBuffer, - float minDepthBounds, - float maxDepthBounds); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilCompareMask( - VkCommandBuffer commandBuffer, - VkStencilFaceFlags faceMask, - uint32_t compareMask); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilWriteMask( - VkCommandBuffer commandBuffer, - VkStencilFaceFlags faceMask, - uint32_t writeMask); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilReference( - VkCommandBuffer commandBuffer, - VkStencilFaceFlags faceMask, - uint32_t reference); - -VKAPI_ATTR void VKAPI_CALL vkCmdBindDescriptorSets( - VkCommandBuffer commandBuffer, - VkPipelineBindPoint pipelineBindPoint, - VkPipelineLayout layout, - uint32_t firstSet, - uint32_t descriptorSetCount, - const VkDescriptorSet* pDescriptorSets, - uint32_t dynamicOffsetCount, - const uint32_t* pDynamicOffsets); - -VKAPI_ATTR void VKAPI_CALL vkCmdBindIndexBuffer( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - VkIndexType indexType); - -VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers( - VkCommandBuffer commandBuffer, - uint32_t firstBinding, - uint32_t bindingCount, - const VkBuffer* pBuffers, - const VkDeviceSize* pOffsets); - -VKAPI_ATTR void VKAPI_CALL vkCmdDraw( - VkCommandBuffer commandBuffer, - uint32_t vertexCount, - uint32_t instanceCount, - uint32_t firstVertex, - uint32_t firstInstance); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexed( - VkCommandBuffer commandBuffer, - uint32_t indexCount, - uint32_t instanceCount, - uint32_t firstIndex, - int32_t vertexOffset, - uint32_t firstInstance); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndirect( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - uint32_t drawCount, - uint32_t stride); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexedIndirect( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - uint32_t drawCount, - uint32_t stride); - -VKAPI_ATTR void VKAPI_CALL vkCmdDispatch( - VkCommandBuffer commandBuffer, - uint32_t groupCountX, - uint32_t groupCountY, - uint32_t groupCountZ); - -VKAPI_ATTR void VKAPI_CALL vkCmdDispatchIndirect( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer( - VkCommandBuffer commandBuffer, - VkBuffer srcBuffer, - VkBuffer dstBuffer, - uint32_t regionCount, - const VkBufferCopy* pRegions); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyImage( - VkCommandBuffer commandBuffer, - VkImage srcImage, - VkImageLayout srcImageLayout, - VkImage dstImage, - VkImageLayout dstImageLayout, - uint32_t regionCount, - const VkImageCopy* pRegions); - -VKAPI_ATTR void VKAPI_CALL vkCmdBlitImage( - VkCommandBuffer commandBuffer, - VkImage srcImage, - VkImageLayout srcImageLayout, - VkImage dstImage, - VkImageLayout dstImageLayout, - uint32_t regionCount, - const VkImageBlit* pRegions, - VkFilter filter); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyBufferToImage( - VkCommandBuffer commandBuffer, - VkBuffer srcBuffer, - VkImage dstImage, - VkImageLayout dstImageLayout, - uint32_t regionCount, - const VkBufferImageCopy* pRegions); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer( - VkCommandBuffer commandBuffer, - VkImage srcImage, - VkImageLayout srcImageLayout, - VkBuffer dstBuffer, - uint32_t regionCount, - const VkBufferImageCopy* pRegions); - -VKAPI_ATTR void VKAPI_CALL vkCmdUpdateBuffer( - VkCommandBuffer commandBuffer, - VkBuffer dstBuffer, - VkDeviceSize dstOffset, - VkDeviceSize dataSize, - const void* pData); - -VKAPI_ATTR void VKAPI_CALL vkCmdFillBuffer( - VkCommandBuffer commandBuffer, - VkBuffer dstBuffer, - VkDeviceSize dstOffset, - VkDeviceSize size, - uint32_t data); - -VKAPI_ATTR void VKAPI_CALL vkCmdClearColorImage( - VkCommandBuffer commandBuffer, - VkImage image, - VkImageLayout imageLayout, - const VkClearColorValue* pColor, - uint32_t rangeCount, - const VkImageSubresourceRange* pRanges); - -VKAPI_ATTR void VKAPI_CALL vkCmdClearDepthStencilImage( - VkCommandBuffer commandBuffer, - VkImage image, - VkImageLayout imageLayout, - const VkClearDepthStencilValue* pDepthStencil, - uint32_t rangeCount, - const VkImageSubresourceRange* pRanges); - -VKAPI_ATTR void VKAPI_CALL vkCmdClearAttachments( - VkCommandBuffer commandBuffer, - uint32_t attachmentCount, - const VkClearAttachment* pAttachments, - uint32_t rectCount, - const VkClearRect* pRects); - -VKAPI_ATTR void VKAPI_CALL vkCmdResolveImage( - VkCommandBuffer commandBuffer, - VkImage srcImage, - VkImageLayout srcImageLayout, - VkImage dstImage, - VkImageLayout dstImageLayout, - uint32_t regionCount, - const VkImageResolve* pRegions); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetEvent( - VkCommandBuffer commandBuffer, - VkEvent event, - VkPipelineStageFlags stageMask); - -VKAPI_ATTR void VKAPI_CALL vkCmdResetEvent( - VkCommandBuffer commandBuffer, - VkEvent event, - VkPipelineStageFlags stageMask); - -VKAPI_ATTR void VKAPI_CALL vkCmdWaitEvents( - VkCommandBuffer commandBuffer, - uint32_t eventCount, - const VkEvent* pEvents, - VkPipelineStageFlags srcStageMask, - VkPipelineStageFlags dstStageMask, - uint32_t memoryBarrierCount, - const VkMemoryBarrier* pMemoryBarriers, - uint32_t bufferMemoryBarrierCount, - const VkBufferMemoryBarrier* pBufferMemoryBarriers, - uint32_t imageMemoryBarrierCount, - const VkImageMemoryBarrier* pImageMemoryBarriers); - -VKAPI_ATTR void VKAPI_CALL vkCmdPipelineBarrier( - VkCommandBuffer commandBuffer, - VkPipelineStageFlags srcStageMask, - VkPipelineStageFlags dstStageMask, - VkDependencyFlags dependencyFlags, - uint32_t memoryBarrierCount, - const VkMemoryBarrier* pMemoryBarriers, - uint32_t bufferMemoryBarrierCount, - const VkBufferMemoryBarrier* pBufferMemoryBarriers, - uint32_t imageMemoryBarrierCount, - const VkImageMemoryBarrier* pImageMemoryBarriers); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginQuery( - VkCommandBuffer commandBuffer, - VkQueryPool queryPool, - uint32_t query, - VkQueryControlFlags flags); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndQuery( - VkCommandBuffer commandBuffer, - VkQueryPool queryPool, - uint32_t query); - -VKAPI_ATTR void VKAPI_CALL vkCmdResetQueryPool( - VkCommandBuffer commandBuffer, - VkQueryPool queryPool, - uint32_t firstQuery, - uint32_t queryCount); - -VKAPI_ATTR void VKAPI_CALL vkCmdWriteTimestamp( - VkCommandBuffer commandBuffer, - VkPipelineStageFlagBits pipelineStage, - VkQueryPool queryPool, - uint32_t query); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyQueryPoolResults( - VkCommandBuffer commandBuffer, - VkQueryPool queryPool, - uint32_t firstQuery, - uint32_t queryCount, - VkBuffer dstBuffer, - VkDeviceSize dstOffset, - VkDeviceSize stride, - VkQueryResultFlags flags); - -VKAPI_ATTR void VKAPI_CALL vkCmdPushConstants( - VkCommandBuffer commandBuffer, - VkPipelineLayout layout, - VkShaderStageFlags stageFlags, - uint32_t offset, - uint32_t size, - const void* pValues); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginRenderPass( - VkCommandBuffer commandBuffer, - const VkRenderPassBeginInfo* pRenderPassBegin, - VkSubpassContents contents); - -VKAPI_ATTR void VKAPI_CALL vkCmdNextSubpass( - VkCommandBuffer commandBuffer, - VkSubpassContents contents); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndRenderPass( - VkCommandBuffer commandBuffer); - -VKAPI_ATTR void VKAPI_CALL vkCmdExecuteCommands( - VkCommandBuffer commandBuffer, - uint32_t commandBufferCount, - const VkCommandBuffer* pCommandBuffers); -#endif - - -#define VK_VERSION_1_1 1 -// Vulkan 1.1 version number -#define VK_API_VERSION_1_1 VK_MAKE_API_VERSION(0, 1, 1, 0)// Patch version should always be set to 0 - -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSamplerYcbcrConversion) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDescriptorUpdateTemplate) -#define VK_MAX_DEVICE_GROUP_SIZE 32U -#define VK_LUID_SIZE 8U -#define VK_QUEUE_FAMILY_EXTERNAL (~1U) - -typedef enum VkPointClippingBehavior { - VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES = 0, - VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY = 1, - VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES_KHR = VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES, - VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY_KHR = VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY, - VK_POINT_CLIPPING_BEHAVIOR_MAX_ENUM = 0x7FFFFFFF -} VkPointClippingBehavior; - -typedef enum VkTessellationDomainOrigin { - VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT = 0, - VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT = 1, - VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT_KHR = VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT, - VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT_KHR = VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT, - VK_TESSELLATION_DOMAIN_ORIGIN_MAX_ENUM = 0x7FFFFFFF -} VkTessellationDomainOrigin; - -typedef enum VkSamplerYcbcrModelConversion { - VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY = 0, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY = 1, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709 = 2, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601 = 3, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020 = 4, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY_KHR = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY_KHR = VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709_KHR = VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601_KHR = VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020_KHR = VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020, - VK_SAMPLER_YCBCR_MODEL_CONVERSION_MAX_ENUM = 0x7FFFFFFF -} VkSamplerYcbcrModelConversion; - -typedef enum VkSamplerYcbcrRange { - VK_SAMPLER_YCBCR_RANGE_ITU_FULL = 0, - VK_SAMPLER_YCBCR_RANGE_ITU_NARROW = 1, - VK_SAMPLER_YCBCR_RANGE_ITU_FULL_KHR = VK_SAMPLER_YCBCR_RANGE_ITU_FULL, - VK_SAMPLER_YCBCR_RANGE_ITU_NARROW_KHR = VK_SAMPLER_YCBCR_RANGE_ITU_NARROW, - VK_SAMPLER_YCBCR_RANGE_MAX_ENUM = 0x7FFFFFFF -} VkSamplerYcbcrRange; - -typedef enum VkChromaLocation { - VK_CHROMA_LOCATION_COSITED_EVEN = 0, - VK_CHROMA_LOCATION_MIDPOINT = 1, - VK_CHROMA_LOCATION_COSITED_EVEN_KHR = VK_CHROMA_LOCATION_COSITED_EVEN, - VK_CHROMA_LOCATION_MIDPOINT_KHR = VK_CHROMA_LOCATION_MIDPOINT, - VK_CHROMA_LOCATION_MAX_ENUM = 0x7FFFFFFF -} VkChromaLocation; - -typedef enum VkDescriptorUpdateTemplateType { - VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET = 0, - VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR = 1, - VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET_KHR = VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET, - VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkDescriptorUpdateTemplateType; - -typedef enum VkSubgroupFeatureFlagBits { - VK_SUBGROUP_FEATURE_BASIC_BIT = 0x00000001, - VK_SUBGROUP_FEATURE_VOTE_BIT = 0x00000002, - VK_SUBGROUP_FEATURE_ARITHMETIC_BIT = 0x00000004, - VK_SUBGROUP_FEATURE_BALLOT_BIT = 0x00000008, - VK_SUBGROUP_FEATURE_SHUFFLE_BIT = 0x00000010, - VK_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT = 0x00000020, - VK_SUBGROUP_FEATURE_CLUSTERED_BIT = 0x00000040, - VK_SUBGROUP_FEATURE_QUAD_BIT = 0x00000080, - VK_SUBGROUP_FEATURE_PARTITIONED_BIT_NV = 0x00000100, - VK_SUBGROUP_FEATURE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSubgroupFeatureFlagBits; -typedef VkFlags VkSubgroupFeatureFlags; - -typedef enum VkPeerMemoryFeatureFlagBits { - VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT = 0x00000001, - VK_PEER_MEMORY_FEATURE_COPY_DST_BIT = 0x00000002, - VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT = 0x00000004, - VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT = 0x00000008, - VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR = VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT, - VK_PEER_MEMORY_FEATURE_COPY_DST_BIT_KHR = VK_PEER_MEMORY_FEATURE_COPY_DST_BIT, - VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT_KHR = VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT, - VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT_KHR = VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT, - VK_PEER_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPeerMemoryFeatureFlagBits; -typedef VkFlags VkPeerMemoryFeatureFlags; - -typedef enum VkMemoryAllocateFlagBits { - VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT = 0x00000001, - VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT = 0x00000002, - VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT = 0x00000004, - VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT_KHR = VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT, - VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT_KHR = VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT, - VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR = VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT, - VK_MEMORY_ALLOCATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkMemoryAllocateFlagBits; -typedef VkFlags VkMemoryAllocateFlags; -typedef VkFlags VkCommandPoolTrimFlags; -typedef VkFlags VkDescriptorUpdateTemplateCreateFlags; - -typedef enum VkExternalMemoryHandleTypeFlagBits { - VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT = 0x00000001, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT = 0x00000002, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT = 0x00000004, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT = 0x00000008, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT = 0x00000010, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT = 0x00000020, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT = 0x00000040, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT = 0x00000200, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID = 0x00000400, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT = 0x00000080, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_MAPPED_FOREIGN_MEMORY_BIT_EXT = 0x00000100, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_ZIRCON_VMO_BIT_FUCHSIA = 0x00000800, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_RDMA_ADDRESS_BIT_NV = 0x00001000, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT_KHR = VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR = VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR = VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR = VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT_KHR = VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR = VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR = VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkExternalMemoryHandleTypeFlagBits; -typedef VkFlags VkExternalMemoryHandleTypeFlags; - -typedef enum VkExternalMemoryFeatureFlagBits { - VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT = 0x00000001, - VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT = 0x00000002, - VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT = 0x00000004, - VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_KHR = VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT, - VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_KHR = VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT, - VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_KHR = VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT, - VK_EXTERNAL_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkExternalMemoryFeatureFlagBits; -typedef VkFlags VkExternalMemoryFeatureFlags; - -typedef enum VkExternalFenceHandleTypeFlagBits { - VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT = 0x00000001, - VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT = 0x00000002, - VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT = 0x00000004, - VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT = 0x00000008, - VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR = VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT, - VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR = VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT, - VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR = VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT, - VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR = VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT, - VK_EXTERNAL_FENCE_HANDLE_TYPE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkExternalFenceHandleTypeFlagBits; -typedef VkFlags VkExternalFenceHandleTypeFlags; - -typedef enum VkExternalFenceFeatureFlagBits { - VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT = 0x00000001, - VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT = 0x00000002, - VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT_KHR = VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT, - VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT_KHR = VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT, - VK_EXTERNAL_FENCE_FEATURE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkExternalFenceFeatureFlagBits; -typedef VkFlags VkExternalFenceFeatureFlags; - -typedef enum VkFenceImportFlagBits { - VK_FENCE_IMPORT_TEMPORARY_BIT = 0x00000001, - VK_FENCE_IMPORT_TEMPORARY_BIT_KHR = VK_FENCE_IMPORT_TEMPORARY_BIT, - VK_FENCE_IMPORT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkFenceImportFlagBits; -typedef VkFlags VkFenceImportFlags; - -typedef enum VkSemaphoreImportFlagBits { - VK_SEMAPHORE_IMPORT_TEMPORARY_BIT = 0x00000001, - VK_SEMAPHORE_IMPORT_TEMPORARY_BIT_KHR = VK_SEMAPHORE_IMPORT_TEMPORARY_BIT, - VK_SEMAPHORE_IMPORT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSemaphoreImportFlagBits; -typedef VkFlags VkSemaphoreImportFlags; - -typedef enum VkExternalSemaphoreHandleTypeFlagBits { - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT = 0x00000001, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT = 0x00000002, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT = 0x00000004, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT = 0x00000008, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT = 0x00000010, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_ZIRCON_EVENT_BIT_FUCHSIA = 0x00000080, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D11_FENCE_BIT = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT_KHR = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT, - VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkExternalSemaphoreHandleTypeFlagBits; -typedef VkFlags VkExternalSemaphoreHandleTypeFlags; - -typedef enum VkExternalSemaphoreFeatureFlagBits { - VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT = 0x00000001, - VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT = 0x00000002, - VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT_KHR = VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT, - VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT_KHR = VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT, - VK_EXTERNAL_SEMAPHORE_FEATURE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkExternalSemaphoreFeatureFlagBits; -typedef VkFlags VkExternalSemaphoreFeatureFlags; -typedef struct VkPhysicalDeviceSubgroupProperties { - VkStructureType sType; - void* pNext; - uint32_t subgroupSize; - VkShaderStageFlags supportedStages; - VkSubgroupFeatureFlags supportedOperations; - VkBool32 quadOperationsInAllStages; -} VkPhysicalDeviceSubgroupProperties; - -typedef struct VkBindBufferMemoryInfo { - VkStructureType sType; - const void* pNext; - VkBuffer buffer; - VkDeviceMemory memory; - VkDeviceSize memoryOffset; -} VkBindBufferMemoryInfo; - -typedef struct VkBindImageMemoryInfo { - VkStructureType sType; - const void* pNext; - VkImage image; - VkDeviceMemory memory; - VkDeviceSize memoryOffset; -} VkBindImageMemoryInfo; - -typedef struct VkPhysicalDevice16BitStorageFeatures { - VkStructureType sType; - void* pNext; - VkBool32 storageBuffer16BitAccess; - VkBool32 uniformAndStorageBuffer16BitAccess; - VkBool32 storagePushConstant16; - VkBool32 storageInputOutput16; -} VkPhysicalDevice16BitStorageFeatures; - -typedef struct VkMemoryDedicatedRequirements { - VkStructureType sType; - void* pNext; - VkBool32 prefersDedicatedAllocation; - VkBool32 requiresDedicatedAllocation; -} VkMemoryDedicatedRequirements; - -typedef struct VkMemoryDedicatedAllocateInfo { - VkStructureType sType; - const void* pNext; - VkImage image; - VkBuffer buffer; -} VkMemoryDedicatedAllocateInfo; - -typedef struct VkMemoryAllocateFlagsInfo { - VkStructureType sType; - const void* pNext; - VkMemoryAllocateFlags flags; - uint32_t deviceMask; -} VkMemoryAllocateFlagsInfo; - -typedef struct VkDeviceGroupRenderPassBeginInfo { - VkStructureType sType; - const void* pNext; - uint32_t deviceMask; - uint32_t deviceRenderAreaCount; - const VkRect2D* pDeviceRenderAreas; -} VkDeviceGroupRenderPassBeginInfo; - -typedef struct VkDeviceGroupCommandBufferBeginInfo { - VkStructureType sType; - const void* pNext; - uint32_t deviceMask; -} VkDeviceGroupCommandBufferBeginInfo; - -typedef struct VkDeviceGroupSubmitInfo { - VkStructureType sType; - const void* pNext; - uint32_t waitSemaphoreCount; - const uint32_t* pWaitSemaphoreDeviceIndices; - uint32_t commandBufferCount; - const uint32_t* pCommandBufferDeviceMasks; - uint32_t signalSemaphoreCount; - const uint32_t* pSignalSemaphoreDeviceIndices; -} VkDeviceGroupSubmitInfo; - -typedef struct VkDeviceGroupBindSparseInfo { - VkStructureType sType; - const void* pNext; - uint32_t resourceDeviceIndex; - uint32_t memoryDeviceIndex; -} VkDeviceGroupBindSparseInfo; - -typedef struct VkBindBufferMemoryDeviceGroupInfo { - VkStructureType sType; - const void* pNext; - uint32_t deviceIndexCount; - const uint32_t* pDeviceIndices; -} VkBindBufferMemoryDeviceGroupInfo; - -typedef struct VkBindImageMemoryDeviceGroupInfo { - VkStructureType sType; - const void* pNext; - uint32_t deviceIndexCount; - const uint32_t* pDeviceIndices; - uint32_t splitInstanceBindRegionCount; - const VkRect2D* pSplitInstanceBindRegions; -} VkBindImageMemoryDeviceGroupInfo; - -typedef struct VkPhysicalDeviceGroupProperties { - VkStructureType sType; - void* pNext; - uint32_t physicalDeviceCount; - VkPhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE]; - VkBool32 subsetAllocation; -} VkPhysicalDeviceGroupProperties; - -typedef struct VkDeviceGroupDeviceCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t physicalDeviceCount; - const VkPhysicalDevice* pPhysicalDevices; -} VkDeviceGroupDeviceCreateInfo; - -typedef struct VkBufferMemoryRequirementsInfo2 { - VkStructureType sType; - const void* pNext; - VkBuffer buffer; -} VkBufferMemoryRequirementsInfo2; - -typedef struct VkImageMemoryRequirementsInfo2 { - VkStructureType sType; - const void* pNext; - VkImage image; -} VkImageMemoryRequirementsInfo2; - -typedef struct VkImageSparseMemoryRequirementsInfo2 { - VkStructureType sType; - const void* pNext; - VkImage image; -} VkImageSparseMemoryRequirementsInfo2; - -typedef struct VkMemoryRequirements2 { - VkStructureType sType; - void* pNext; - VkMemoryRequirements memoryRequirements; -} VkMemoryRequirements2; - -typedef struct VkSparseImageMemoryRequirements2 { - VkStructureType sType; - void* pNext; - VkSparseImageMemoryRequirements memoryRequirements; -} VkSparseImageMemoryRequirements2; - -typedef struct VkPhysicalDeviceFeatures2 { - VkStructureType sType; - void* pNext; - VkPhysicalDeviceFeatures features; -} VkPhysicalDeviceFeatures2; - -typedef struct VkPhysicalDeviceProperties2 { - VkStructureType sType; - void* pNext; - VkPhysicalDeviceProperties properties; -} VkPhysicalDeviceProperties2; - -typedef struct VkFormatProperties2 { - VkStructureType sType; - void* pNext; - VkFormatProperties formatProperties; -} VkFormatProperties2; - -typedef struct VkImageFormatProperties2 { - VkStructureType sType; - void* pNext; - VkImageFormatProperties imageFormatProperties; -} VkImageFormatProperties2; - -typedef struct VkPhysicalDeviceImageFormatInfo2 { - VkStructureType sType; - const void* pNext; - VkFormat format; - VkImageType type; - VkImageTiling tiling; - VkImageUsageFlags usage; - VkImageCreateFlags flags; -} VkPhysicalDeviceImageFormatInfo2; - -typedef struct VkQueueFamilyProperties2 { - VkStructureType sType; - void* pNext; - VkQueueFamilyProperties queueFamilyProperties; -} VkQueueFamilyProperties2; - -typedef struct VkPhysicalDeviceMemoryProperties2 { - VkStructureType sType; - void* pNext; - VkPhysicalDeviceMemoryProperties memoryProperties; -} VkPhysicalDeviceMemoryProperties2; - -typedef struct VkSparseImageFormatProperties2 { - VkStructureType sType; - void* pNext; - VkSparseImageFormatProperties properties; -} VkSparseImageFormatProperties2; - -typedef struct VkPhysicalDeviceSparseImageFormatInfo2 { - VkStructureType sType; - const void* pNext; - VkFormat format; - VkImageType type; - VkSampleCountFlagBits samples; - VkImageUsageFlags usage; - VkImageTiling tiling; -} VkPhysicalDeviceSparseImageFormatInfo2; - -typedef struct VkPhysicalDevicePointClippingProperties { - VkStructureType sType; - void* pNext; - VkPointClippingBehavior pointClippingBehavior; -} VkPhysicalDevicePointClippingProperties; - -typedef struct VkInputAttachmentAspectReference { - uint32_t subpass; - uint32_t inputAttachmentIndex; - VkImageAspectFlags aspectMask; -} VkInputAttachmentAspectReference; - -typedef struct VkRenderPassInputAttachmentAspectCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t aspectReferenceCount; - const VkInputAttachmentAspectReference* pAspectReferences; -} VkRenderPassInputAttachmentAspectCreateInfo; - -typedef struct VkImageViewUsageCreateInfo { - VkStructureType sType; - const void* pNext; - VkImageUsageFlags usage; -} VkImageViewUsageCreateInfo; - -typedef struct VkPipelineTessellationDomainOriginStateCreateInfo { - VkStructureType sType; - const void* pNext; - VkTessellationDomainOrigin domainOrigin; -} VkPipelineTessellationDomainOriginStateCreateInfo; - -typedef struct VkRenderPassMultiviewCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t subpassCount; - const uint32_t* pViewMasks; - uint32_t dependencyCount; - const int32_t* pViewOffsets; - uint32_t correlationMaskCount; - const uint32_t* pCorrelationMasks; -} VkRenderPassMultiviewCreateInfo; - -typedef struct VkPhysicalDeviceMultiviewFeatures { - VkStructureType sType; - void* pNext; - VkBool32 multiview; - VkBool32 multiviewGeometryShader; - VkBool32 multiviewTessellationShader; -} VkPhysicalDeviceMultiviewFeatures; - -typedef struct VkPhysicalDeviceMultiviewProperties { - VkStructureType sType; - void* pNext; - uint32_t maxMultiviewViewCount; - uint32_t maxMultiviewInstanceIndex; -} VkPhysicalDeviceMultiviewProperties; - -typedef struct VkPhysicalDeviceVariablePointersFeatures { - VkStructureType sType; - void* pNext; - VkBool32 variablePointersStorageBuffer; - VkBool32 variablePointers; -} VkPhysicalDeviceVariablePointersFeatures; - -typedef VkPhysicalDeviceVariablePointersFeatures VkPhysicalDeviceVariablePointerFeatures; - -typedef struct VkPhysicalDeviceProtectedMemoryFeatures { - VkStructureType sType; - void* pNext; - VkBool32 protectedMemory; -} VkPhysicalDeviceProtectedMemoryFeatures; - -typedef struct VkPhysicalDeviceProtectedMemoryProperties { - VkStructureType sType; - void* pNext; - VkBool32 protectedNoFault; -} VkPhysicalDeviceProtectedMemoryProperties; - -typedef struct VkDeviceQueueInfo2 { - VkStructureType sType; - const void* pNext; - VkDeviceQueueCreateFlags flags; - uint32_t queueFamilyIndex; - uint32_t queueIndex; -} VkDeviceQueueInfo2; - -typedef struct VkProtectedSubmitInfo { - VkStructureType sType; - const void* pNext; - VkBool32 protectedSubmit; -} VkProtectedSubmitInfo; - -typedef struct VkSamplerYcbcrConversionCreateInfo { - VkStructureType sType; - const void* pNext; - VkFormat format; - VkSamplerYcbcrModelConversion ycbcrModel; - VkSamplerYcbcrRange ycbcrRange; - VkComponentMapping components; - VkChromaLocation xChromaOffset; - VkChromaLocation yChromaOffset; - VkFilter chromaFilter; - VkBool32 forceExplicitReconstruction; -} VkSamplerYcbcrConversionCreateInfo; - -typedef struct VkSamplerYcbcrConversionInfo { - VkStructureType sType; - const void* pNext; - VkSamplerYcbcrConversion conversion; -} VkSamplerYcbcrConversionInfo; - -typedef struct VkBindImagePlaneMemoryInfo { - VkStructureType sType; - const void* pNext; - VkImageAspectFlagBits planeAspect; -} VkBindImagePlaneMemoryInfo; - -typedef struct VkImagePlaneMemoryRequirementsInfo { - VkStructureType sType; - const void* pNext; - VkImageAspectFlagBits planeAspect; -} VkImagePlaneMemoryRequirementsInfo; - -typedef struct VkPhysicalDeviceSamplerYcbcrConversionFeatures { - VkStructureType sType; - void* pNext; - VkBool32 samplerYcbcrConversion; -} VkPhysicalDeviceSamplerYcbcrConversionFeatures; - -typedef struct VkSamplerYcbcrConversionImageFormatProperties { - VkStructureType sType; - void* pNext; - uint32_t combinedImageSamplerDescriptorCount; -} VkSamplerYcbcrConversionImageFormatProperties; - -typedef struct VkDescriptorUpdateTemplateEntry { - uint32_t dstBinding; - uint32_t dstArrayElement; - uint32_t descriptorCount; - VkDescriptorType descriptorType; - size_t offset; - size_t stride; -} VkDescriptorUpdateTemplateEntry; - -typedef struct VkDescriptorUpdateTemplateCreateInfo { - VkStructureType sType; - const void* pNext; - VkDescriptorUpdateTemplateCreateFlags flags; - uint32_t descriptorUpdateEntryCount; - const VkDescriptorUpdateTemplateEntry* pDescriptorUpdateEntries; - VkDescriptorUpdateTemplateType templateType; - VkDescriptorSetLayout descriptorSetLayout; - VkPipelineBindPoint pipelineBindPoint; - VkPipelineLayout pipelineLayout; - uint32_t set; -} VkDescriptorUpdateTemplateCreateInfo; - -typedef struct VkExternalMemoryProperties { - VkExternalMemoryFeatureFlags externalMemoryFeatures; - VkExternalMemoryHandleTypeFlags exportFromImportedHandleTypes; - VkExternalMemoryHandleTypeFlags compatibleHandleTypes; -} VkExternalMemoryProperties; - -typedef struct VkPhysicalDeviceExternalImageFormatInfo { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlagBits handleType; -} VkPhysicalDeviceExternalImageFormatInfo; - -typedef struct VkExternalImageFormatProperties { - VkStructureType sType; - void* pNext; - VkExternalMemoryProperties externalMemoryProperties; -} VkExternalImageFormatProperties; - -typedef struct VkPhysicalDeviceExternalBufferInfo { - VkStructureType sType; - const void* pNext; - VkBufferCreateFlags flags; - VkBufferUsageFlags usage; - VkExternalMemoryHandleTypeFlagBits handleType; -} VkPhysicalDeviceExternalBufferInfo; - -typedef struct VkExternalBufferProperties { - VkStructureType sType; - void* pNext; - VkExternalMemoryProperties externalMemoryProperties; -} VkExternalBufferProperties; - -typedef struct VkPhysicalDeviceIDProperties { - VkStructureType sType; - void* pNext; - uint8_t deviceUUID[VK_UUID_SIZE]; - uint8_t driverUUID[VK_UUID_SIZE]; - uint8_t deviceLUID[VK_LUID_SIZE]; - uint32_t deviceNodeMask; - VkBool32 deviceLUIDValid; -} VkPhysicalDeviceIDProperties; - -typedef struct VkExternalMemoryImageCreateInfo { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlags handleTypes; -} VkExternalMemoryImageCreateInfo; - -typedef struct VkExternalMemoryBufferCreateInfo { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlags handleTypes; -} VkExternalMemoryBufferCreateInfo; - -typedef struct VkExportMemoryAllocateInfo { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlags handleTypes; -} VkExportMemoryAllocateInfo; - -typedef struct VkPhysicalDeviceExternalFenceInfo { - VkStructureType sType; - const void* pNext; - VkExternalFenceHandleTypeFlagBits handleType; -} VkPhysicalDeviceExternalFenceInfo; - -typedef struct VkExternalFenceProperties { - VkStructureType sType; - void* pNext; - VkExternalFenceHandleTypeFlags exportFromImportedHandleTypes; - VkExternalFenceHandleTypeFlags compatibleHandleTypes; - VkExternalFenceFeatureFlags externalFenceFeatures; -} VkExternalFenceProperties; - -typedef struct VkExportFenceCreateInfo { - VkStructureType sType; - const void* pNext; - VkExternalFenceHandleTypeFlags handleTypes; -} VkExportFenceCreateInfo; - -typedef struct VkExportSemaphoreCreateInfo { - VkStructureType sType; - const void* pNext; - VkExternalSemaphoreHandleTypeFlags handleTypes; -} VkExportSemaphoreCreateInfo; - -typedef struct VkPhysicalDeviceExternalSemaphoreInfo { - VkStructureType sType; - const void* pNext; - VkExternalSemaphoreHandleTypeFlagBits handleType; -} VkPhysicalDeviceExternalSemaphoreInfo; - -typedef struct VkExternalSemaphoreProperties { - VkStructureType sType; - void* pNext; - VkExternalSemaphoreHandleTypeFlags exportFromImportedHandleTypes; - VkExternalSemaphoreHandleTypeFlags compatibleHandleTypes; - VkExternalSemaphoreFeatureFlags externalSemaphoreFeatures; -} VkExternalSemaphoreProperties; - -typedef struct VkPhysicalDeviceMaintenance3Properties { - VkStructureType sType; - void* pNext; - uint32_t maxPerSetDescriptors; - VkDeviceSize maxMemoryAllocationSize; -} VkPhysicalDeviceMaintenance3Properties; - -typedef struct VkDescriptorSetLayoutSupport { - VkStructureType sType; - void* pNext; - VkBool32 supported; -} VkDescriptorSetLayoutSupport; - -typedef struct VkPhysicalDeviceShaderDrawParametersFeatures { - VkStructureType sType; - void* pNext; - VkBool32 shaderDrawParameters; -} VkPhysicalDeviceShaderDrawParametersFeatures; - -typedef VkPhysicalDeviceShaderDrawParametersFeatures VkPhysicalDeviceShaderDrawParameterFeatures; - -typedef VkResult (VKAPI_PTR *PFN_vkEnumerateInstanceVersion)(uint32_t* pApiVersion); -typedef VkResult (VKAPI_PTR *PFN_vkBindBufferMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos); -typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory2)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos); -typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeatures)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); -typedef void (VKAPI_PTR *PFN_vkCmdSetDeviceMask)(VkCommandBuffer commandBuffer, uint32_t deviceMask); -typedef void (VKAPI_PTR *PFN_vkCmdDispatchBase)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); -typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDeviceGroups)(VkInstance instance, uint32_t* pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties); -typedef void (VKAPI_PTR *PFN_vkGetImageMemoryRequirements2)(VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetBufferMemoryRequirements2)(VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetImageSparseMemoryRequirements2)(VkDevice device, const VkImageSparseMemoryRequirementsInfo2* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceFeatures2)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2* pFeatures); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceProperties2)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2* pProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceFormatProperties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties2)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2* pQueueFamilyProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceMemoryProperties2)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2* pMemoryProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceSparseImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSparseImageFormatInfo2* pFormatInfo, uint32_t* pPropertyCount, VkSparseImageFormatProperties2* pProperties); -typedef void (VKAPI_PTR *PFN_vkTrimCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags); -typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); -typedef VkResult (VKAPI_PTR *PFN_vkCreateSamplerYcbcrConversion)(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); -typedef void (VKAPI_PTR *PFN_vkDestroySamplerYcbcrConversion)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorUpdateTemplate)(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpdateTemplate* pDescriptorUpdateTemplate); -typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorUpdateTemplate)(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkUpdateDescriptorSetWithTemplate)(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void* pData); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFenceProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); -typedef void (VKAPI_PTR *PFN_vkGetDescriptorSetLayoutSupport)(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceVersion( - uint32_t* pApiVersion); - -VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2( - VkDevice device, - uint32_t bindInfoCount, - const VkBindBufferMemoryInfo* pBindInfos); - -VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2( - VkDevice device, - uint32_t bindInfoCount, - const VkBindImageMemoryInfo* pBindInfos); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures( - VkDevice device, - uint32_t heapIndex, - uint32_t localDeviceIndex, - uint32_t remoteDeviceIndex, - VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDeviceMask( - VkCommandBuffer commandBuffer, - uint32_t deviceMask); - -VKAPI_ATTR void VKAPI_CALL vkCmdDispatchBase( - VkCommandBuffer commandBuffer, - uint32_t baseGroupX, - uint32_t baseGroupY, - uint32_t baseGroupZ, - uint32_t groupCountX, - uint32_t groupCountY, - uint32_t groupCountZ); - -VKAPI_ATTR VkResult VKAPI_CALL vkEnumeratePhysicalDeviceGroups( - VkInstance instance, - uint32_t* pPhysicalDeviceGroupCount, - VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetImageMemoryRequirements2( - VkDevice device, - const VkImageMemoryRequirementsInfo2* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetBufferMemoryRequirements2( - VkDevice device, - const VkBufferMemoryRequirementsInfo2* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetImageSparseMemoryRequirements2( - VkDevice device, - const VkImageSparseMemoryRequirementsInfo2* pInfo, - uint32_t* pSparseMemoryRequirementCount, - VkSparseImageMemoryRequirements2* pSparseMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFeatures2( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceFeatures2* pFeatures); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceProperties2* pProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties2( - VkPhysicalDevice physicalDevice, - VkFormat format, - VkFormatProperties2* pFormatProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, - VkImageFormatProperties2* pImageFormatProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2( - VkPhysicalDevice physicalDevice, - uint32_t* pQueueFamilyPropertyCount, - VkQueueFamilyProperties2* pQueueFamilyProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceMemoryProperties2( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceMemoryProperties2* pMemoryProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceSparseImageFormatProperties2( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceSparseImageFormatInfo2* pFormatInfo, - uint32_t* pPropertyCount, - VkSparseImageFormatProperties2* pProperties); - -VKAPI_ATTR void VKAPI_CALL vkTrimCommandPool( - VkDevice device, - VkCommandPool commandPool, - VkCommandPoolTrimFlags flags); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue2( - VkDevice device, - const VkDeviceQueueInfo2* pQueueInfo, - VkQueue* pQueue); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversion( - VkDevice device, - const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSamplerYcbcrConversion* pYcbcrConversion); - -VKAPI_ATTR void VKAPI_CALL vkDestroySamplerYcbcrConversion( - VkDevice device, - VkSamplerYcbcrConversion ycbcrConversion, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorUpdateTemplate( - VkDevice device, - const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkDescriptorUpdateTemplate* pDescriptorUpdateTemplate); - -VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorUpdateTemplate( - VkDevice device, - VkDescriptorUpdateTemplate descriptorUpdateTemplate, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSetWithTemplate( - VkDevice device, - VkDescriptorSet descriptorSet, - VkDescriptorUpdateTemplate descriptorUpdateTemplate, - const void* pData); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalBufferProperties( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, - VkExternalBufferProperties* pExternalBufferProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, - VkExternalFenceProperties* pExternalFenceProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphoreProperties( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, - VkExternalSemaphoreProperties* pExternalSemaphoreProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetDescriptorSetLayoutSupport( - VkDevice device, - const VkDescriptorSetLayoutCreateInfo* pCreateInfo, - VkDescriptorSetLayoutSupport* pSupport); -#endif - - -#define VK_VERSION_1_2 1 -// Vulkan 1.2 version number -#define VK_API_VERSION_1_2 VK_MAKE_API_VERSION(0, 1, 2, 0)// Patch version should always be set to 0 - -#define VK_MAX_DRIVER_NAME_SIZE 256U -#define VK_MAX_DRIVER_INFO_SIZE 256U - -typedef enum VkDriverId { - VK_DRIVER_ID_AMD_PROPRIETARY = 1, - VK_DRIVER_ID_AMD_OPEN_SOURCE = 2, - VK_DRIVER_ID_MESA_RADV = 3, - VK_DRIVER_ID_NVIDIA_PROPRIETARY = 4, - VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS = 5, - VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA = 6, - VK_DRIVER_ID_IMAGINATION_PROPRIETARY = 7, - VK_DRIVER_ID_QUALCOMM_PROPRIETARY = 8, - VK_DRIVER_ID_ARM_PROPRIETARY = 9, - VK_DRIVER_ID_GOOGLE_SWIFTSHADER = 10, - VK_DRIVER_ID_GGP_PROPRIETARY = 11, - VK_DRIVER_ID_BROADCOM_PROPRIETARY = 12, - VK_DRIVER_ID_MESA_LLVMPIPE = 13, - VK_DRIVER_ID_MOLTENVK = 14, - VK_DRIVER_ID_COREAVI_PROPRIETARY = 15, - VK_DRIVER_ID_JUICE_PROPRIETARY = 16, - VK_DRIVER_ID_VERISILICON_PROPRIETARY = 17, - VK_DRIVER_ID_MESA_TURNIP = 18, - VK_DRIVER_ID_MESA_V3DV = 19, - VK_DRIVER_ID_MESA_PANVK = 20, - VK_DRIVER_ID_SAMSUNG_PROPRIETARY = 21, - VK_DRIVER_ID_MESA_VENUS = 22, - VK_DRIVER_ID_AMD_PROPRIETARY_KHR = VK_DRIVER_ID_AMD_PROPRIETARY, - VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR = VK_DRIVER_ID_AMD_OPEN_SOURCE, - VK_DRIVER_ID_MESA_RADV_KHR = VK_DRIVER_ID_MESA_RADV, - VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR = VK_DRIVER_ID_NVIDIA_PROPRIETARY, - VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR = VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS, - VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR = VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA, - VK_DRIVER_ID_IMAGINATION_PROPRIETARY_KHR = VK_DRIVER_ID_IMAGINATION_PROPRIETARY, - VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHR = VK_DRIVER_ID_QUALCOMM_PROPRIETARY, - VK_DRIVER_ID_ARM_PROPRIETARY_KHR = VK_DRIVER_ID_ARM_PROPRIETARY, - VK_DRIVER_ID_GOOGLE_SWIFTSHADER_KHR = VK_DRIVER_ID_GOOGLE_SWIFTSHADER, - VK_DRIVER_ID_GGP_PROPRIETARY_KHR = VK_DRIVER_ID_GGP_PROPRIETARY, - VK_DRIVER_ID_BROADCOM_PROPRIETARY_KHR = VK_DRIVER_ID_BROADCOM_PROPRIETARY, - VK_DRIVER_ID_MAX_ENUM = 0x7FFFFFFF -} VkDriverId; - -typedef enum VkShaderFloatControlsIndependence { - VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY = 0, - VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL = 1, - VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE = 2, - VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY_KHR = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY, - VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL_KHR = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL, - VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE_KHR = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE, - VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_MAX_ENUM = 0x7FFFFFFF -} VkShaderFloatControlsIndependence; - -typedef enum VkSamplerReductionMode { - VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE = 0, - VK_SAMPLER_REDUCTION_MODE_MIN = 1, - VK_SAMPLER_REDUCTION_MODE_MAX = 2, - VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT = VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE, - VK_SAMPLER_REDUCTION_MODE_MIN_EXT = VK_SAMPLER_REDUCTION_MODE_MIN, - VK_SAMPLER_REDUCTION_MODE_MAX_EXT = VK_SAMPLER_REDUCTION_MODE_MAX, - VK_SAMPLER_REDUCTION_MODE_MAX_ENUM = 0x7FFFFFFF -} VkSamplerReductionMode; - -typedef enum VkSemaphoreType { - VK_SEMAPHORE_TYPE_BINARY = 0, - VK_SEMAPHORE_TYPE_TIMELINE = 1, - VK_SEMAPHORE_TYPE_BINARY_KHR = VK_SEMAPHORE_TYPE_BINARY, - VK_SEMAPHORE_TYPE_TIMELINE_KHR = VK_SEMAPHORE_TYPE_TIMELINE, - VK_SEMAPHORE_TYPE_MAX_ENUM = 0x7FFFFFFF -} VkSemaphoreType; - -typedef enum VkResolveModeFlagBits { - VK_RESOLVE_MODE_NONE = 0, - VK_RESOLVE_MODE_SAMPLE_ZERO_BIT = 0x00000001, - VK_RESOLVE_MODE_AVERAGE_BIT = 0x00000002, - VK_RESOLVE_MODE_MIN_BIT = 0x00000004, - VK_RESOLVE_MODE_MAX_BIT = 0x00000008, - VK_RESOLVE_MODE_NONE_KHR = VK_RESOLVE_MODE_NONE, - VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT, - VK_RESOLVE_MODE_AVERAGE_BIT_KHR = VK_RESOLVE_MODE_AVERAGE_BIT, - VK_RESOLVE_MODE_MIN_BIT_KHR = VK_RESOLVE_MODE_MIN_BIT, - VK_RESOLVE_MODE_MAX_BIT_KHR = VK_RESOLVE_MODE_MAX_BIT, - VK_RESOLVE_MODE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkResolveModeFlagBits; -typedef VkFlags VkResolveModeFlags; - -typedef enum VkDescriptorBindingFlagBits { - VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT = 0x00000001, - VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT = 0x00000002, - VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT = 0x00000004, - VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT = 0x00000008, - VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT = VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT, - VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT_EXT = VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT, - VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT_EXT = VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT, - VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT_EXT = VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT, - VK_DESCRIPTOR_BINDING_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkDescriptorBindingFlagBits; -typedef VkFlags VkDescriptorBindingFlags; - -typedef enum VkSemaphoreWaitFlagBits { - VK_SEMAPHORE_WAIT_ANY_BIT = 0x00000001, - VK_SEMAPHORE_WAIT_ANY_BIT_KHR = VK_SEMAPHORE_WAIT_ANY_BIT, - VK_SEMAPHORE_WAIT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSemaphoreWaitFlagBits; -typedef VkFlags VkSemaphoreWaitFlags; -typedef struct VkPhysicalDeviceVulkan11Features { - VkStructureType sType; - void* pNext; - VkBool32 storageBuffer16BitAccess; - VkBool32 uniformAndStorageBuffer16BitAccess; - VkBool32 storagePushConstant16; - VkBool32 storageInputOutput16; - VkBool32 multiview; - VkBool32 multiviewGeometryShader; - VkBool32 multiviewTessellationShader; - VkBool32 variablePointersStorageBuffer; - VkBool32 variablePointers; - VkBool32 protectedMemory; - VkBool32 samplerYcbcrConversion; - VkBool32 shaderDrawParameters; -} VkPhysicalDeviceVulkan11Features; - -typedef struct VkPhysicalDeviceVulkan11Properties { - VkStructureType sType; - void* pNext; - uint8_t deviceUUID[VK_UUID_SIZE]; - uint8_t driverUUID[VK_UUID_SIZE]; - uint8_t deviceLUID[VK_LUID_SIZE]; - uint32_t deviceNodeMask; - VkBool32 deviceLUIDValid; - uint32_t subgroupSize; - VkShaderStageFlags subgroupSupportedStages; - VkSubgroupFeatureFlags subgroupSupportedOperations; - VkBool32 subgroupQuadOperationsInAllStages; - VkPointClippingBehavior pointClippingBehavior; - uint32_t maxMultiviewViewCount; - uint32_t maxMultiviewInstanceIndex; - VkBool32 protectedNoFault; - uint32_t maxPerSetDescriptors; - VkDeviceSize maxMemoryAllocationSize; -} VkPhysicalDeviceVulkan11Properties; - -typedef struct VkPhysicalDeviceVulkan12Features { - VkStructureType sType; - void* pNext; - VkBool32 samplerMirrorClampToEdge; - VkBool32 drawIndirectCount; - VkBool32 storageBuffer8BitAccess; - VkBool32 uniformAndStorageBuffer8BitAccess; - VkBool32 storagePushConstant8; - VkBool32 shaderBufferInt64Atomics; - VkBool32 shaderSharedInt64Atomics; - VkBool32 shaderFloat16; - VkBool32 shaderInt8; - VkBool32 descriptorIndexing; - VkBool32 shaderInputAttachmentArrayDynamicIndexing; - VkBool32 shaderUniformTexelBufferArrayDynamicIndexing; - VkBool32 shaderStorageTexelBufferArrayDynamicIndexing; - VkBool32 shaderUniformBufferArrayNonUniformIndexing; - VkBool32 shaderSampledImageArrayNonUniformIndexing; - VkBool32 shaderStorageBufferArrayNonUniformIndexing; - VkBool32 shaderStorageImageArrayNonUniformIndexing; - VkBool32 shaderInputAttachmentArrayNonUniformIndexing; - VkBool32 shaderUniformTexelBufferArrayNonUniformIndexing; - VkBool32 shaderStorageTexelBufferArrayNonUniformIndexing; - VkBool32 descriptorBindingUniformBufferUpdateAfterBind; - VkBool32 descriptorBindingSampledImageUpdateAfterBind; - VkBool32 descriptorBindingStorageImageUpdateAfterBind; - VkBool32 descriptorBindingStorageBufferUpdateAfterBind; - VkBool32 descriptorBindingUniformTexelBufferUpdateAfterBind; - VkBool32 descriptorBindingStorageTexelBufferUpdateAfterBind; - VkBool32 descriptorBindingUpdateUnusedWhilePending; - VkBool32 descriptorBindingPartiallyBound; - VkBool32 descriptorBindingVariableDescriptorCount; - VkBool32 runtimeDescriptorArray; - VkBool32 samplerFilterMinmax; - VkBool32 scalarBlockLayout; - VkBool32 imagelessFramebuffer; - VkBool32 uniformBufferStandardLayout; - VkBool32 shaderSubgroupExtendedTypes; - VkBool32 separateDepthStencilLayouts; - VkBool32 hostQueryReset; - VkBool32 timelineSemaphore; - VkBool32 bufferDeviceAddress; - VkBool32 bufferDeviceAddressCaptureReplay; - VkBool32 bufferDeviceAddressMultiDevice; - VkBool32 vulkanMemoryModel; - VkBool32 vulkanMemoryModelDeviceScope; - VkBool32 vulkanMemoryModelAvailabilityVisibilityChains; - VkBool32 shaderOutputViewportIndex; - VkBool32 shaderOutputLayer; - VkBool32 subgroupBroadcastDynamicId; -} VkPhysicalDeviceVulkan12Features; - -typedef struct VkConformanceVersion { - uint8_t major; - uint8_t minor; - uint8_t subminor; - uint8_t patch; -} VkConformanceVersion; - -typedef struct VkPhysicalDeviceVulkan12Properties { - VkStructureType sType; - void* pNext; - VkDriverId driverID; - char driverName[VK_MAX_DRIVER_NAME_SIZE]; - char driverInfo[VK_MAX_DRIVER_INFO_SIZE]; - VkConformanceVersion conformanceVersion; - VkShaderFloatControlsIndependence denormBehaviorIndependence; - VkShaderFloatControlsIndependence roundingModeIndependence; - VkBool32 shaderSignedZeroInfNanPreserveFloat16; - VkBool32 shaderSignedZeroInfNanPreserveFloat32; - VkBool32 shaderSignedZeroInfNanPreserveFloat64; - VkBool32 shaderDenormPreserveFloat16; - VkBool32 shaderDenormPreserveFloat32; - VkBool32 shaderDenormPreserveFloat64; - VkBool32 shaderDenormFlushToZeroFloat16; - VkBool32 shaderDenormFlushToZeroFloat32; - VkBool32 shaderDenormFlushToZeroFloat64; - VkBool32 shaderRoundingModeRTEFloat16; - VkBool32 shaderRoundingModeRTEFloat32; - VkBool32 shaderRoundingModeRTEFloat64; - VkBool32 shaderRoundingModeRTZFloat16; - VkBool32 shaderRoundingModeRTZFloat32; - VkBool32 shaderRoundingModeRTZFloat64; - uint32_t maxUpdateAfterBindDescriptorsInAllPools; - VkBool32 shaderUniformBufferArrayNonUniformIndexingNative; - VkBool32 shaderSampledImageArrayNonUniformIndexingNative; - VkBool32 shaderStorageBufferArrayNonUniformIndexingNative; - VkBool32 shaderStorageImageArrayNonUniformIndexingNative; - VkBool32 shaderInputAttachmentArrayNonUniformIndexingNative; - VkBool32 robustBufferAccessUpdateAfterBind; - VkBool32 quadDivergentImplicitLod; - uint32_t maxPerStageDescriptorUpdateAfterBindSamplers; - uint32_t maxPerStageDescriptorUpdateAfterBindUniformBuffers; - uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; - uint32_t maxPerStageDescriptorUpdateAfterBindSampledImages; - uint32_t maxPerStageDescriptorUpdateAfterBindStorageImages; - uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; - uint32_t maxPerStageUpdateAfterBindResources; - uint32_t maxDescriptorSetUpdateAfterBindSamplers; - uint32_t maxDescriptorSetUpdateAfterBindUniformBuffers; - uint32_t maxDescriptorSetUpdateAfterBindUniformBuffersDynamic; - uint32_t maxDescriptorSetUpdateAfterBindStorageBuffers; - uint32_t maxDescriptorSetUpdateAfterBindStorageBuffersDynamic; - uint32_t maxDescriptorSetUpdateAfterBindSampledImages; - uint32_t maxDescriptorSetUpdateAfterBindStorageImages; - uint32_t maxDescriptorSetUpdateAfterBindInputAttachments; - VkResolveModeFlags supportedDepthResolveModes; - VkResolveModeFlags supportedStencilResolveModes; - VkBool32 independentResolveNone; - VkBool32 independentResolve; - VkBool32 filterMinmaxSingleComponentFormats; - VkBool32 filterMinmaxImageComponentMapping; - uint64_t maxTimelineSemaphoreValueDifference; - VkSampleCountFlags framebufferIntegerColorSampleCounts; -} VkPhysicalDeviceVulkan12Properties; - -typedef struct VkImageFormatListCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t viewFormatCount; - const VkFormat* pViewFormats; -} VkImageFormatListCreateInfo; - -typedef struct VkAttachmentDescription2 { - VkStructureType sType; - const void* pNext; - VkAttachmentDescriptionFlags flags; - VkFormat format; - VkSampleCountFlagBits samples; - VkAttachmentLoadOp loadOp; - VkAttachmentStoreOp storeOp; - VkAttachmentLoadOp stencilLoadOp; - VkAttachmentStoreOp stencilStoreOp; - VkImageLayout initialLayout; - VkImageLayout finalLayout; -} VkAttachmentDescription2; - -typedef struct VkAttachmentReference2 { - VkStructureType sType; - const void* pNext; - uint32_t attachment; - VkImageLayout layout; - VkImageAspectFlags aspectMask; -} VkAttachmentReference2; - -typedef struct VkSubpassDescription2 { - VkStructureType sType; - const void* pNext; - VkSubpassDescriptionFlags flags; - VkPipelineBindPoint pipelineBindPoint; - uint32_t viewMask; - uint32_t inputAttachmentCount; - const VkAttachmentReference2* pInputAttachments; - uint32_t colorAttachmentCount; - const VkAttachmentReference2* pColorAttachments; - const VkAttachmentReference2* pResolveAttachments; - const VkAttachmentReference2* pDepthStencilAttachment; - uint32_t preserveAttachmentCount; - const uint32_t* pPreserveAttachments; -} VkSubpassDescription2; - -typedef struct VkSubpassDependency2 { - VkStructureType sType; - const void* pNext; - uint32_t srcSubpass; - uint32_t dstSubpass; - VkPipelineStageFlags srcStageMask; - VkPipelineStageFlags dstStageMask; - VkAccessFlags srcAccessMask; - VkAccessFlags dstAccessMask; - VkDependencyFlags dependencyFlags; - int32_t viewOffset; -} VkSubpassDependency2; - -typedef struct VkRenderPassCreateInfo2 { - VkStructureType sType; - const void* pNext; - VkRenderPassCreateFlags flags; - uint32_t attachmentCount; - const VkAttachmentDescription2* pAttachments; - uint32_t subpassCount; - const VkSubpassDescription2* pSubpasses; - uint32_t dependencyCount; - const VkSubpassDependency2* pDependencies; - uint32_t correlatedViewMaskCount; - const uint32_t* pCorrelatedViewMasks; -} VkRenderPassCreateInfo2; - -typedef struct VkSubpassBeginInfo { - VkStructureType sType; - const void* pNext; - VkSubpassContents contents; -} VkSubpassBeginInfo; - -typedef struct VkSubpassEndInfo { - VkStructureType sType; - const void* pNext; -} VkSubpassEndInfo; - -typedef struct VkPhysicalDevice8BitStorageFeatures { - VkStructureType sType; - void* pNext; - VkBool32 storageBuffer8BitAccess; - VkBool32 uniformAndStorageBuffer8BitAccess; - VkBool32 storagePushConstant8; -} VkPhysicalDevice8BitStorageFeatures; - -typedef struct VkPhysicalDeviceDriverProperties { - VkStructureType sType; - void* pNext; - VkDriverId driverID; - char driverName[VK_MAX_DRIVER_NAME_SIZE]; - char driverInfo[VK_MAX_DRIVER_INFO_SIZE]; - VkConformanceVersion conformanceVersion; -} VkPhysicalDeviceDriverProperties; - -typedef struct VkPhysicalDeviceShaderAtomicInt64Features { - VkStructureType sType; - void* pNext; - VkBool32 shaderBufferInt64Atomics; - VkBool32 shaderSharedInt64Atomics; -} VkPhysicalDeviceShaderAtomicInt64Features; - -typedef struct VkPhysicalDeviceShaderFloat16Int8Features { - VkStructureType sType; - void* pNext; - VkBool32 shaderFloat16; - VkBool32 shaderInt8; -} VkPhysicalDeviceShaderFloat16Int8Features; - -typedef struct VkPhysicalDeviceFloatControlsProperties { - VkStructureType sType; - void* pNext; - VkShaderFloatControlsIndependence denormBehaviorIndependence; - VkShaderFloatControlsIndependence roundingModeIndependence; - VkBool32 shaderSignedZeroInfNanPreserveFloat16; - VkBool32 shaderSignedZeroInfNanPreserveFloat32; - VkBool32 shaderSignedZeroInfNanPreserveFloat64; - VkBool32 shaderDenormPreserveFloat16; - VkBool32 shaderDenormPreserveFloat32; - VkBool32 shaderDenormPreserveFloat64; - VkBool32 shaderDenormFlushToZeroFloat16; - VkBool32 shaderDenormFlushToZeroFloat32; - VkBool32 shaderDenormFlushToZeroFloat64; - VkBool32 shaderRoundingModeRTEFloat16; - VkBool32 shaderRoundingModeRTEFloat32; - VkBool32 shaderRoundingModeRTEFloat64; - VkBool32 shaderRoundingModeRTZFloat16; - VkBool32 shaderRoundingModeRTZFloat32; - VkBool32 shaderRoundingModeRTZFloat64; -} VkPhysicalDeviceFloatControlsProperties; - -typedef struct VkDescriptorSetLayoutBindingFlagsCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t bindingCount; - const VkDescriptorBindingFlags* pBindingFlags; -} VkDescriptorSetLayoutBindingFlagsCreateInfo; - -typedef struct VkPhysicalDeviceDescriptorIndexingFeatures { - VkStructureType sType; - void* pNext; - VkBool32 shaderInputAttachmentArrayDynamicIndexing; - VkBool32 shaderUniformTexelBufferArrayDynamicIndexing; - VkBool32 shaderStorageTexelBufferArrayDynamicIndexing; - VkBool32 shaderUniformBufferArrayNonUniformIndexing; - VkBool32 shaderSampledImageArrayNonUniformIndexing; - VkBool32 shaderStorageBufferArrayNonUniformIndexing; - VkBool32 shaderStorageImageArrayNonUniformIndexing; - VkBool32 shaderInputAttachmentArrayNonUniformIndexing; - VkBool32 shaderUniformTexelBufferArrayNonUniformIndexing; - VkBool32 shaderStorageTexelBufferArrayNonUniformIndexing; - VkBool32 descriptorBindingUniformBufferUpdateAfterBind; - VkBool32 descriptorBindingSampledImageUpdateAfterBind; - VkBool32 descriptorBindingStorageImageUpdateAfterBind; - VkBool32 descriptorBindingStorageBufferUpdateAfterBind; - VkBool32 descriptorBindingUniformTexelBufferUpdateAfterBind; - VkBool32 descriptorBindingStorageTexelBufferUpdateAfterBind; - VkBool32 descriptorBindingUpdateUnusedWhilePending; - VkBool32 descriptorBindingPartiallyBound; - VkBool32 descriptorBindingVariableDescriptorCount; - VkBool32 runtimeDescriptorArray; -} VkPhysicalDeviceDescriptorIndexingFeatures; - -typedef struct VkPhysicalDeviceDescriptorIndexingProperties { - VkStructureType sType; - void* pNext; - uint32_t maxUpdateAfterBindDescriptorsInAllPools; - VkBool32 shaderUniformBufferArrayNonUniformIndexingNative; - VkBool32 shaderSampledImageArrayNonUniformIndexingNative; - VkBool32 shaderStorageBufferArrayNonUniformIndexingNative; - VkBool32 shaderStorageImageArrayNonUniformIndexingNative; - VkBool32 shaderInputAttachmentArrayNonUniformIndexingNative; - VkBool32 robustBufferAccessUpdateAfterBind; - VkBool32 quadDivergentImplicitLod; - uint32_t maxPerStageDescriptorUpdateAfterBindSamplers; - uint32_t maxPerStageDescriptorUpdateAfterBindUniformBuffers; - uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; - uint32_t maxPerStageDescriptorUpdateAfterBindSampledImages; - uint32_t maxPerStageDescriptorUpdateAfterBindStorageImages; - uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; - uint32_t maxPerStageUpdateAfterBindResources; - uint32_t maxDescriptorSetUpdateAfterBindSamplers; - uint32_t maxDescriptorSetUpdateAfterBindUniformBuffers; - uint32_t maxDescriptorSetUpdateAfterBindUniformBuffersDynamic; - uint32_t maxDescriptorSetUpdateAfterBindStorageBuffers; - uint32_t maxDescriptorSetUpdateAfterBindStorageBuffersDynamic; - uint32_t maxDescriptorSetUpdateAfterBindSampledImages; - uint32_t maxDescriptorSetUpdateAfterBindStorageImages; - uint32_t maxDescriptorSetUpdateAfterBindInputAttachments; -} VkPhysicalDeviceDescriptorIndexingProperties; - -typedef struct VkDescriptorSetVariableDescriptorCountAllocateInfo { - VkStructureType sType; - const void* pNext; - uint32_t descriptorSetCount; - const uint32_t* pDescriptorCounts; -} VkDescriptorSetVariableDescriptorCountAllocateInfo; - -typedef struct VkDescriptorSetVariableDescriptorCountLayoutSupport { - VkStructureType sType; - void* pNext; - uint32_t maxVariableDescriptorCount; -} VkDescriptorSetVariableDescriptorCountLayoutSupport; - -typedef struct VkSubpassDescriptionDepthStencilResolve { - VkStructureType sType; - const void* pNext; - VkResolveModeFlagBits depthResolveMode; - VkResolveModeFlagBits stencilResolveMode; - const VkAttachmentReference2* pDepthStencilResolveAttachment; -} VkSubpassDescriptionDepthStencilResolve; - -typedef struct VkPhysicalDeviceDepthStencilResolveProperties { - VkStructureType sType; - void* pNext; - VkResolveModeFlags supportedDepthResolveModes; - VkResolveModeFlags supportedStencilResolveModes; - VkBool32 independentResolveNone; - VkBool32 independentResolve; -} VkPhysicalDeviceDepthStencilResolveProperties; - -typedef struct VkPhysicalDeviceScalarBlockLayoutFeatures { - VkStructureType sType; - void* pNext; - VkBool32 scalarBlockLayout; -} VkPhysicalDeviceScalarBlockLayoutFeatures; - -typedef struct VkImageStencilUsageCreateInfo { - VkStructureType sType; - const void* pNext; - VkImageUsageFlags stencilUsage; -} VkImageStencilUsageCreateInfo; - -typedef struct VkSamplerReductionModeCreateInfo { - VkStructureType sType; - const void* pNext; - VkSamplerReductionMode reductionMode; -} VkSamplerReductionModeCreateInfo; - -typedef struct VkPhysicalDeviceSamplerFilterMinmaxProperties { - VkStructureType sType; - void* pNext; - VkBool32 filterMinmaxSingleComponentFormats; - VkBool32 filterMinmaxImageComponentMapping; -} VkPhysicalDeviceSamplerFilterMinmaxProperties; - -typedef struct VkPhysicalDeviceVulkanMemoryModelFeatures { - VkStructureType sType; - void* pNext; - VkBool32 vulkanMemoryModel; - VkBool32 vulkanMemoryModelDeviceScope; - VkBool32 vulkanMemoryModelAvailabilityVisibilityChains; -} VkPhysicalDeviceVulkanMemoryModelFeatures; - -typedef struct VkPhysicalDeviceImagelessFramebufferFeatures { - VkStructureType sType; - void* pNext; - VkBool32 imagelessFramebuffer; -} VkPhysicalDeviceImagelessFramebufferFeatures; - -typedef struct VkFramebufferAttachmentImageInfo { - VkStructureType sType; - const void* pNext; - VkImageCreateFlags flags; - VkImageUsageFlags usage; - uint32_t width; - uint32_t height; - uint32_t layerCount; - uint32_t viewFormatCount; - const VkFormat* pViewFormats; -} VkFramebufferAttachmentImageInfo; - -typedef struct VkFramebufferAttachmentsCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t attachmentImageInfoCount; - const VkFramebufferAttachmentImageInfo* pAttachmentImageInfos; -} VkFramebufferAttachmentsCreateInfo; - -typedef struct VkRenderPassAttachmentBeginInfo { - VkStructureType sType; - const void* pNext; - uint32_t attachmentCount; - const VkImageView* pAttachments; -} VkRenderPassAttachmentBeginInfo; - -typedef struct VkPhysicalDeviceUniformBufferStandardLayoutFeatures { - VkStructureType sType; - void* pNext; - VkBool32 uniformBufferStandardLayout; -} VkPhysicalDeviceUniformBufferStandardLayoutFeatures; - -typedef struct VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures { - VkStructureType sType; - void* pNext; - VkBool32 shaderSubgroupExtendedTypes; -} VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures; - -typedef struct VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures { - VkStructureType sType; - void* pNext; - VkBool32 separateDepthStencilLayouts; -} VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures; - -typedef struct VkAttachmentReferenceStencilLayout { - VkStructureType sType; - void* pNext; - VkImageLayout stencilLayout; -} VkAttachmentReferenceStencilLayout; - -typedef struct VkAttachmentDescriptionStencilLayout { - VkStructureType sType; - void* pNext; - VkImageLayout stencilInitialLayout; - VkImageLayout stencilFinalLayout; -} VkAttachmentDescriptionStencilLayout; - -typedef struct VkPhysicalDeviceHostQueryResetFeatures { - VkStructureType sType; - void* pNext; - VkBool32 hostQueryReset; -} VkPhysicalDeviceHostQueryResetFeatures; - -typedef struct VkPhysicalDeviceTimelineSemaphoreFeatures { - VkStructureType sType; - void* pNext; - VkBool32 timelineSemaphore; -} VkPhysicalDeviceTimelineSemaphoreFeatures; - -typedef struct VkPhysicalDeviceTimelineSemaphoreProperties { - VkStructureType sType; - void* pNext; - uint64_t maxTimelineSemaphoreValueDifference; -} VkPhysicalDeviceTimelineSemaphoreProperties; - -typedef struct VkSemaphoreTypeCreateInfo { - VkStructureType sType; - const void* pNext; - VkSemaphoreType semaphoreType; - uint64_t initialValue; -} VkSemaphoreTypeCreateInfo; - -typedef struct VkTimelineSemaphoreSubmitInfo { - VkStructureType sType; - const void* pNext; - uint32_t waitSemaphoreValueCount; - const uint64_t* pWaitSemaphoreValues; - uint32_t signalSemaphoreValueCount; - const uint64_t* pSignalSemaphoreValues; -} VkTimelineSemaphoreSubmitInfo; - -typedef struct VkSemaphoreWaitInfo { - VkStructureType sType; - const void* pNext; - VkSemaphoreWaitFlags flags; - uint32_t semaphoreCount; - const VkSemaphore* pSemaphores; - const uint64_t* pValues; -} VkSemaphoreWaitInfo; - -typedef struct VkSemaphoreSignalInfo { - VkStructureType sType; - const void* pNext; - VkSemaphore semaphore; - uint64_t value; -} VkSemaphoreSignalInfo; - -typedef struct VkPhysicalDeviceBufferDeviceAddressFeatures { - VkStructureType sType; - void* pNext; - VkBool32 bufferDeviceAddress; - VkBool32 bufferDeviceAddressCaptureReplay; - VkBool32 bufferDeviceAddressMultiDevice; -} VkPhysicalDeviceBufferDeviceAddressFeatures; - -typedef struct VkBufferDeviceAddressInfo { - VkStructureType sType; - const void* pNext; - VkBuffer buffer; -} VkBufferDeviceAddressInfo; - -typedef struct VkBufferOpaqueCaptureAddressCreateInfo { - VkStructureType sType; - const void* pNext; - uint64_t opaqueCaptureAddress; -} VkBufferOpaqueCaptureAddressCreateInfo; - -typedef struct VkMemoryOpaqueCaptureAddressAllocateInfo { - VkStructureType sType; - const void* pNext; - uint64_t opaqueCaptureAddress; -} VkMemoryOpaqueCaptureAddressAllocateInfo; - -typedef struct VkDeviceMemoryOpaqueCaptureAddressInfo { - VkStructureType sType; - const void* pNext; - VkDeviceMemory memory; -} VkDeviceMemoryOpaqueCaptureAddressInfo; - -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndirectCount)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndexedIndirectCount)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); -typedef VkResult (VKAPI_PTR *PFN_vkCreateRenderPass2)(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass); -typedef void (VKAPI_PTR *PFN_vkCmdBeginRenderPass2)(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, const VkSubpassBeginInfo* pSubpassBeginInfo); -typedef void (VKAPI_PTR *PFN_vkCmdNextSubpass2)(VkCommandBuffer commandBuffer, const VkSubpassBeginInfo* pSubpassBeginInfo, const VkSubpassEndInfo* pSubpassEndInfo); -typedef void (VKAPI_PTR *PFN_vkCmdEndRenderPass2)(VkCommandBuffer commandBuffer, const VkSubpassEndInfo* pSubpassEndInfo); -typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); -typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreCounterValue)(VkDevice device, VkSemaphore semaphore, uint64_t* pValue); -typedef VkResult (VKAPI_PTR *PFN_vkWaitSemaphores)(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout); -typedef VkResult (VKAPI_PTR *PFN_vkSignalSemaphore)(VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo); -typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetBufferDeviceAddress)(VkDevice device, const VkBufferDeviceAddressInfo* pInfo); -typedef uint64_t (VKAPI_PTR *PFN_vkGetBufferOpaqueCaptureAddress)(VkDevice device, const VkBufferDeviceAddressInfo* pInfo); -typedef uint64_t (VKAPI_PTR *PFN_vkGetDeviceMemoryOpaqueCaptureAddress)(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndirectCount( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - VkBuffer countBuffer, - VkDeviceSize countBufferOffset, - uint32_t maxDrawCount, - uint32_t stride); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexedIndirectCount( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - VkBuffer countBuffer, - VkDeviceSize countBufferOffset, - uint32_t maxDrawCount, - uint32_t stride); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateRenderPass2( - VkDevice device, - const VkRenderPassCreateInfo2* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkRenderPass* pRenderPass); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginRenderPass2( - VkCommandBuffer commandBuffer, - const VkRenderPassBeginInfo* pRenderPassBegin, - const VkSubpassBeginInfo* pSubpassBeginInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdNextSubpass2( - VkCommandBuffer commandBuffer, - const VkSubpassBeginInfo* pSubpassBeginInfo, - const VkSubpassEndInfo* pSubpassEndInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndRenderPass2( - VkCommandBuffer commandBuffer, - const VkSubpassEndInfo* pSubpassEndInfo); - -VKAPI_ATTR void VKAPI_CALL vkResetQueryPool( - VkDevice device, - VkQueryPool queryPool, - uint32_t firstQuery, - uint32_t queryCount); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreCounterValue( - VkDevice device, - VkSemaphore semaphore, - uint64_t* pValue); - -VKAPI_ATTR VkResult VKAPI_CALL vkWaitSemaphores( - VkDevice device, - const VkSemaphoreWaitInfo* pWaitInfo, - uint64_t timeout); - -VKAPI_ATTR VkResult VKAPI_CALL vkSignalSemaphore( - VkDevice device, - const VkSemaphoreSignalInfo* pSignalInfo); - -VKAPI_ATTR VkDeviceAddress VKAPI_CALL vkGetBufferDeviceAddress( - VkDevice device, - const VkBufferDeviceAddressInfo* pInfo); - -VKAPI_ATTR uint64_t VKAPI_CALL vkGetBufferOpaqueCaptureAddress( - VkDevice device, - const VkBufferDeviceAddressInfo* pInfo); - -VKAPI_ATTR uint64_t VKAPI_CALL vkGetDeviceMemoryOpaqueCaptureAddress( - VkDevice device, - const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo); -#endif - - -#define VK_VERSION_1_3 1 -// Vulkan 1.3 version number -#define VK_API_VERSION_1_3 VK_MAKE_API_VERSION(0, 1, 3, 0)// Patch version should always be set to 0 - -typedef uint64_t VkFlags64; -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPrivateDataSlot) - -typedef enum VkPipelineCreationFeedbackFlagBits { - VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT = 0x00000001, - VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT = 0x00000002, - VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT = 0x00000004, - VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT, - VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT, - VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT, - VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkPipelineCreationFeedbackFlagBits; -typedef VkFlags VkPipelineCreationFeedbackFlags; - -typedef enum VkToolPurposeFlagBits { - VK_TOOL_PURPOSE_VALIDATION_BIT = 0x00000001, - VK_TOOL_PURPOSE_PROFILING_BIT = 0x00000002, - VK_TOOL_PURPOSE_TRACING_BIT = 0x00000004, - VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT = 0x00000008, - VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT = 0x00000010, - VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT = 0x00000020, - VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT = 0x00000040, - VK_TOOL_PURPOSE_VALIDATION_BIT_EXT = VK_TOOL_PURPOSE_VALIDATION_BIT, - VK_TOOL_PURPOSE_PROFILING_BIT_EXT = VK_TOOL_PURPOSE_PROFILING_BIT, - VK_TOOL_PURPOSE_TRACING_BIT_EXT = VK_TOOL_PURPOSE_TRACING_BIT, - VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT = VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT, - VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT = VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT, - VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkToolPurposeFlagBits; -typedef VkFlags VkToolPurposeFlags; -typedef VkFlags VkPrivateDataSlotCreateFlags; -typedef VkFlags64 VkPipelineStageFlags2; - -// Flag bits for VkPipelineStageFlagBits2 -typedef VkFlags64 VkPipelineStageFlagBits2; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_NONE = 0ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_NONE_KHR = 0ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT = 0x00000001ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR = 0x00000001ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT = 0x00000002ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR = 0x00000002ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT = 0x00000004ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR = 0x00000004ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT = 0x00000008ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR = 0x00000008ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT = 0x00000010ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR = 0x00000010ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT = 0x00000020ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR = 0x00000020ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT = 0x00000040ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR = 0x00000040ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT = 0x00000080ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR = 0x00000080ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT = 0x00000100ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR = 0x00000100ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT = 0x00000200ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR = 0x00000200ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT = 0x00000400ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR = 0x00000400ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT = 0x00000800ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR = 0x00000800ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT = 0x00001000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR = 0x00001000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFER_BIT = 0x00001000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR = 0x00001000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT = 0x00002000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR = 0x00002000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_HOST_BIT = 0x00004000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_HOST_BIT_KHR = 0x00004000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT = 0x00008000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR = 0x00008000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT = 0x00010000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR = 0x00010000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COPY_BIT = 0x100000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COPY_BIT_KHR = 0x100000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RESOLVE_BIT = 0x200000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR = 0x200000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BLIT_BIT = 0x400000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BLIT_BIT_KHR = 0x400000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CLEAR_BIT = 0x800000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR = 0x800000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT = 0x1000000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR = 0x1000000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT = 0x2000000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR = 0x2000000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT = 0x4000000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR = 0x4000000000ULL; -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR = 0x04000000ULL; -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR = 0x08000000ULL; -#endif -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT = 0x01000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT = 0x00040000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV = 0x00020000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00400000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV = 0x00400000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 0x02000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR = 0x00200000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV = 0x00200000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV = 0x02000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 0x00800000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV = 0x00080000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV = 0x00100000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI = 0x8000000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI = 0x10000000000ULL; -static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR = 0x10000000ULL; - -typedef VkFlags64 VkAccessFlags2; - -// Flag bits for VkAccessFlagBits2 -typedef VkFlags64 VkAccessFlagBits2; -static const VkAccessFlagBits2 VK_ACCESS_2_NONE = 0ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_NONE_KHR = 0ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT = 0x00000001ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR = 0x00000001ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_INDEX_READ_BIT = 0x00000002ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_INDEX_READ_BIT_KHR = 0x00000002ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT = 0x00000004ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR = 0x00000004ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_UNIFORM_READ_BIT = 0x00000008ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_UNIFORM_READ_BIT_KHR = 0x00000008ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT = 0x00000010ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR = 0x00000010ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_READ_BIT = 0x00000020ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_READ_BIT_KHR = 0x00000020ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_WRITE_BIT = 0x00000040ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_WRITE_BIT_KHR = 0x00000040ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT = 0x00000080ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR = 0x00000080ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT = 0x00000100ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR = 0x00000100ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT = 0x00000200ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR = 0x00000200ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT = 0x00000400ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR = 0x00000400ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_READ_BIT = 0x00000800ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_READ_BIT_KHR = 0x00000800ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_WRITE_BIT = 0x00001000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR = 0x00001000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_HOST_READ_BIT = 0x00002000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_HOST_READ_BIT_KHR = 0x00002000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_HOST_WRITE_BIT = 0x00004000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_HOST_WRITE_BIT_KHR = 0x00004000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_READ_BIT = 0x00008000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_READ_BIT_KHR = 0x00008000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_WRITE_BIT = 0x00010000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_WRITE_BIT_KHR = 0x00010000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_SAMPLED_READ_BIT = 0x100000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR = 0x100000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_READ_BIT = 0x200000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR = 0x200000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT = 0x400000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR = 0x400000000ULL; -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR = 0x800000000ULL; -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR = 0x1000000000ULL; -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR = 0x2000000000ULL; -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR = 0x4000000000ULL; -#endif -static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 0x02000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 0x04000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 0x08000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT = 0x00100000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV = 0x00020000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV = 0x00040000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV = 0x00800000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR = 0x00200000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR = 0x00400000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV = 0x00200000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV = 0x00400000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT = 0x01000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT = 0x00080000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI = 0x8000000000ULL; -static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR = 0x10000000000ULL; - - -typedef enum VkSubmitFlagBits { - VK_SUBMIT_PROTECTED_BIT = 0x00000001, - VK_SUBMIT_PROTECTED_BIT_KHR = VK_SUBMIT_PROTECTED_BIT, - VK_SUBMIT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkSubmitFlagBits; -typedef VkFlags VkSubmitFlags; - -typedef enum VkRenderingFlagBits { - VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT = 0x00000001, - VK_RENDERING_SUSPENDING_BIT = 0x00000002, - VK_RENDERING_RESUMING_BIT = 0x00000004, - VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT, - VK_RENDERING_SUSPENDING_BIT_KHR = VK_RENDERING_SUSPENDING_BIT, - VK_RENDERING_RESUMING_BIT_KHR = VK_RENDERING_RESUMING_BIT, - VK_RENDERING_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF -} VkRenderingFlagBits; -typedef VkFlags VkRenderingFlags; -typedef VkFlags64 VkFormatFeatureFlags2; - -// Flag bits for VkFormatFeatureFlagBits2 -typedef VkFlags64 VkFormatFeatureFlagBits2; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT = 0x00000001ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR = 0x00000001ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT = 0x00000002ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR = 0x00000002ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT = 0x00000004ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR = 0x00000004ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT = 0x00000008ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR = 0x00000008ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT = 0x00000010ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR = 0x00000010ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT = 0x00000020ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR = 0x00000020ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT = 0x00000040ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR = 0x00000040ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT = 0x00000080ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR = 0x00000080ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT = 0x00000100ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR = 0x00000100ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000200ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR = 0x00000200ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_SRC_BIT = 0x00000400ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR = 0x00000400ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_DST_BIT = 0x00000800ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR = 0x00000800ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT = 0x00001000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR = 0x00001000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT = 0x00002000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT = 0x00002000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT = 0x00004000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR = 0x00004000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT = 0x00008000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR = 0x00008000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT = 0x00010000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR = 0x00010000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT = 0x00020000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR = 0x00020000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT = 0x00040000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR = 0x00040000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT = 0x00080000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR = 0x00080000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT = 0x00100000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR = 0x00100000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT = 0x00200000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR = 0x00200000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DISJOINT_BIT = 0x00400000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR = 0x00400000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT = 0x00800000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR = 0x00800000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT = 0x80000000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR = 0x80000000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT = 0x100000000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR = 0x100000000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT = 0x200000000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR = 0x200000000ULL; -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR = 0x02000000ULL; -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR = 0x04000000ULL; -#endif -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR = 0x20000000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT = 0x01000000ULL; -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x40000000ULL; -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR = 0x08000000ULL; -#endif -#ifdef VK_ENABLE_BETA_EXTENSIONS -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR = 0x10000000ULL; -#endif -static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_LINEAR_COLOR_ATTACHMENT_BIT_NV = 0x4000000000ULL; - -typedef struct VkPhysicalDeviceVulkan13Features { - VkStructureType sType; - void* pNext; - VkBool32 robustImageAccess; - VkBool32 inlineUniformBlock; - VkBool32 descriptorBindingInlineUniformBlockUpdateAfterBind; - VkBool32 pipelineCreationCacheControl; - VkBool32 privateData; - VkBool32 shaderDemoteToHelperInvocation; - VkBool32 shaderTerminateInvocation; - VkBool32 subgroupSizeControl; - VkBool32 computeFullSubgroups; - VkBool32 synchronization2; - VkBool32 textureCompressionASTC_HDR; - VkBool32 shaderZeroInitializeWorkgroupMemory; - VkBool32 dynamicRendering; - VkBool32 shaderIntegerDotProduct; - VkBool32 maintenance4; -} VkPhysicalDeviceVulkan13Features; - -typedef struct VkPhysicalDeviceVulkan13Properties { - VkStructureType sType; - void* pNext; - uint32_t minSubgroupSize; - uint32_t maxSubgroupSize; - uint32_t maxComputeWorkgroupSubgroups; - VkShaderStageFlags requiredSubgroupSizeStages; - uint32_t maxInlineUniformBlockSize; - uint32_t maxPerStageDescriptorInlineUniformBlocks; - uint32_t maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks; - uint32_t maxDescriptorSetInlineUniformBlocks; - uint32_t maxDescriptorSetUpdateAfterBindInlineUniformBlocks; - uint32_t maxInlineUniformTotalSize; - VkBool32 integerDotProduct8BitUnsignedAccelerated; - VkBool32 integerDotProduct8BitSignedAccelerated; - VkBool32 integerDotProduct8BitMixedSignednessAccelerated; - VkBool32 integerDotProduct4x8BitPackedUnsignedAccelerated; - VkBool32 integerDotProduct4x8BitPackedSignedAccelerated; - VkBool32 integerDotProduct4x8BitPackedMixedSignednessAccelerated; - VkBool32 integerDotProduct16BitUnsignedAccelerated; - VkBool32 integerDotProduct16BitSignedAccelerated; - VkBool32 integerDotProduct16BitMixedSignednessAccelerated; - VkBool32 integerDotProduct32BitUnsignedAccelerated; - VkBool32 integerDotProduct32BitSignedAccelerated; - VkBool32 integerDotProduct32BitMixedSignednessAccelerated; - VkBool32 integerDotProduct64BitUnsignedAccelerated; - VkBool32 integerDotProduct64BitSignedAccelerated; - VkBool32 integerDotProduct64BitMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating8BitUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating8BitSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating16BitUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating16BitSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating32BitUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating32BitSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating64BitUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating64BitSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated; - VkDeviceSize storageTexelBufferOffsetAlignmentBytes; - VkBool32 storageTexelBufferOffsetSingleTexelAlignment; - VkDeviceSize uniformTexelBufferOffsetAlignmentBytes; - VkBool32 uniformTexelBufferOffsetSingleTexelAlignment; - VkDeviceSize maxBufferSize; -} VkPhysicalDeviceVulkan13Properties; - -typedef struct VkPipelineCreationFeedback { - VkPipelineCreationFeedbackFlags flags; - uint64_t duration; -} VkPipelineCreationFeedback; - -typedef struct VkPipelineCreationFeedbackCreateInfo { - VkStructureType sType; - const void* pNext; - VkPipelineCreationFeedback* pPipelineCreationFeedback; - uint32_t pipelineStageCreationFeedbackCount; - VkPipelineCreationFeedback* pPipelineStageCreationFeedbacks; -} VkPipelineCreationFeedbackCreateInfo; - -typedef struct VkPhysicalDeviceShaderTerminateInvocationFeatures { - VkStructureType sType; - void* pNext; - VkBool32 shaderTerminateInvocation; -} VkPhysicalDeviceShaderTerminateInvocationFeatures; - -typedef struct VkPhysicalDeviceToolProperties { - VkStructureType sType; - void* pNext; - char name[VK_MAX_EXTENSION_NAME_SIZE]; - char version[VK_MAX_EXTENSION_NAME_SIZE]; - VkToolPurposeFlags purposes; - char description[VK_MAX_DESCRIPTION_SIZE]; - char layer[VK_MAX_EXTENSION_NAME_SIZE]; -} VkPhysicalDeviceToolProperties; - -typedef struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures { - VkStructureType sType; - void* pNext; - VkBool32 shaderDemoteToHelperInvocation; -} VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures; - -typedef struct VkPhysicalDevicePrivateDataFeatures { - VkStructureType sType; - void* pNext; - VkBool32 privateData; -} VkPhysicalDevicePrivateDataFeatures; - -typedef struct VkDevicePrivateDataCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t privateDataSlotRequestCount; -} VkDevicePrivateDataCreateInfo; - -typedef struct VkPrivateDataSlotCreateInfo { - VkStructureType sType; - const void* pNext; - VkPrivateDataSlotCreateFlags flags; -} VkPrivateDataSlotCreateInfo; - -typedef struct VkPhysicalDevicePipelineCreationCacheControlFeatures { - VkStructureType sType; - void* pNext; - VkBool32 pipelineCreationCacheControl; -} VkPhysicalDevicePipelineCreationCacheControlFeatures; - -typedef struct VkMemoryBarrier2 { - VkStructureType sType; - const void* pNext; - VkPipelineStageFlags2 srcStageMask; - VkAccessFlags2 srcAccessMask; - VkPipelineStageFlags2 dstStageMask; - VkAccessFlags2 dstAccessMask; -} VkMemoryBarrier2; - -typedef struct VkBufferMemoryBarrier2 { - VkStructureType sType; - const void* pNext; - VkPipelineStageFlags2 srcStageMask; - VkAccessFlags2 srcAccessMask; - VkPipelineStageFlags2 dstStageMask; - VkAccessFlags2 dstAccessMask; - uint32_t srcQueueFamilyIndex; - uint32_t dstQueueFamilyIndex; - VkBuffer buffer; - VkDeviceSize offset; - VkDeviceSize size; -} VkBufferMemoryBarrier2; - -typedef struct VkImageMemoryBarrier2 { - VkStructureType sType; - const void* pNext; - VkPipelineStageFlags2 srcStageMask; - VkAccessFlags2 srcAccessMask; - VkPipelineStageFlags2 dstStageMask; - VkAccessFlags2 dstAccessMask; - VkImageLayout oldLayout; - VkImageLayout newLayout; - uint32_t srcQueueFamilyIndex; - uint32_t dstQueueFamilyIndex; - VkImage image; - VkImageSubresourceRange subresourceRange; -} VkImageMemoryBarrier2; - -typedef struct VkDependencyInfo { - VkStructureType sType; - const void* pNext; - VkDependencyFlags dependencyFlags; - uint32_t memoryBarrierCount; - const VkMemoryBarrier2* pMemoryBarriers; - uint32_t bufferMemoryBarrierCount; - const VkBufferMemoryBarrier2* pBufferMemoryBarriers; - uint32_t imageMemoryBarrierCount; - const VkImageMemoryBarrier2* pImageMemoryBarriers; -} VkDependencyInfo; - -typedef struct VkSemaphoreSubmitInfo { - VkStructureType sType; - const void* pNext; - VkSemaphore semaphore; - uint64_t value; - VkPipelineStageFlags2 stageMask; - uint32_t deviceIndex; -} VkSemaphoreSubmitInfo; - -typedef struct VkCommandBufferSubmitInfo { - VkStructureType sType; - const void* pNext; - VkCommandBuffer commandBuffer; - uint32_t deviceMask; -} VkCommandBufferSubmitInfo; - -typedef struct VkSubmitInfo2 { - VkStructureType sType; - const void* pNext; - VkSubmitFlags flags; - uint32_t waitSemaphoreInfoCount; - const VkSemaphoreSubmitInfo* pWaitSemaphoreInfos; - uint32_t commandBufferInfoCount; - const VkCommandBufferSubmitInfo* pCommandBufferInfos; - uint32_t signalSemaphoreInfoCount; - const VkSemaphoreSubmitInfo* pSignalSemaphoreInfos; -} VkSubmitInfo2; - -typedef struct VkPhysicalDeviceSynchronization2Features { - VkStructureType sType; - void* pNext; - VkBool32 synchronization2; -} VkPhysicalDeviceSynchronization2Features; - -typedef struct VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures { - VkStructureType sType; - void* pNext; - VkBool32 shaderZeroInitializeWorkgroupMemory; -} VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures; - -typedef struct VkPhysicalDeviceImageRobustnessFeatures { - VkStructureType sType; - void* pNext; - VkBool32 robustImageAccess; -} VkPhysicalDeviceImageRobustnessFeatures; - -typedef struct VkBufferCopy2 { - VkStructureType sType; - const void* pNext; - VkDeviceSize srcOffset; - VkDeviceSize dstOffset; - VkDeviceSize size; -} VkBufferCopy2; - -typedef struct VkCopyBufferInfo2 { - VkStructureType sType; - const void* pNext; - VkBuffer srcBuffer; - VkBuffer dstBuffer; - uint32_t regionCount; - const VkBufferCopy2* pRegions; -} VkCopyBufferInfo2; - -typedef struct VkImageCopy2 { - VkStructureType sType; - const void* pNext; - VkImageSubresourceLayers srcSubresource; - VkOffset3D srcOffset; - VkImageSubresourceLayers dstSubresource; - VkOffset3D dstOffset; - VkExtent3D extent; -} VkImageCopy2; - -typedef struct VkCopyImageInfo2 { - VkStructureType sType; - const void* pNext; - VkImage srcImage; - VkImageLayout srcImageLayout; - VkImage dstImage; - VkImageLayout dstImageLayout; - uint32_t regionCount; - const VkImageCopy2* pRegions; -} VkCopyImageInfo2; - -typedef struct VkBufferImageCopy2 { - VkStructureType sType; - const void* pNext; - VkDeviceSize bufferOffset; - uint32_t bufferRowLength; - uint32_t bufferImageHeight; - VkImageSubresourceLayers imageSubresource; - VkOffset3D imageOffset; - VkExtent3D imageExtent; -} VkBufferImageCopy2; - -typedef struct VkCopyBufferToImageInfo2 { - VkStructureType sType; - const void* pNext; - VkBuffer srcBuffer; - VkImage dstImage; - VkImageLayout dstImageLayout; - uint32_t regionCount; - const VkBufferImageCopy2* pRegions; -} VkCopyBufferToImageInfo2; - -typedef struct VkCopyImageToBufferInfo2 { - VkStructureType sType; - const void* pNext; - VkImage srcImage; - VkImageLayout srcImageLayout; - VkBuffer dstBuffer; - uint32_t regionCount; - const VkBufferImageCopy2* pRegions; -} VkCopyImageToBufferInfo2; - -typedef struct VkImageBlit2 { - VkStructureType sType; - const void* pNext; - VkImageSubresourceLayers srcSubresource; - VkOffset3D srcOffsets[2]; - VkImageSubresourceLayers dstSubresource; - VkOffset3D dstOffsets[2]; -} VkImageBlit2; - -typedef struct VkBlitImageInfo2 { - VkStructureType sType; - const void* pNext; - VkImage srcImage; - VkImageLayout srcImageLayout; - VkImage dstImage; - VkImageLayout dstImageLayout; - uint32_t regionCount; - const VkImageBlit2* pRegions; - VkFilter filter; -} VkBlitImageInfo2; - -typedef struct VkImageResolve2 { - VkStructureType sType; - const void* pNext; - VkImageSubresourceLayers srcSubresource; - VkOffset3D srcOffset; - VkImageSubresourceLayers dstSubresource; - VkOffset3D dstOffset; - VkExtent3D extent; -} VkImageResolve2; - -typedef struct VkResolveImageInfo2 { - VkStructureType sType; - const void* pNext; - VkImage srcImage; - VkImageLayout srcImageLayout; - VkImage dstImage; - VkImageLayout dstImageLayout; - uint32_t regionCount; - const VkImageResolve2* pRegions; -} VkResolveImageInfo2; - -typedef struct VkPhysicalDeviceSubgroupSizeControlFeatures { - VkStructureType sType; - void* pNext; - VkBool32 subgroupSizeControl; - VkBool32 computeFullSubgroups; -} VkPhysicalDeviceSubgroupSizeControlFeatures; - -typedef struct VkPhysicalDeviceSubgroupSizeControlProperties { - VkStructureType sType; - void* pNext; - uint32_t minSubgroupSize; - uint32_t maxSubgroupSize; - uint32_t maxComputeWorkgroupSubgroups; - VkShaderStageFlags requiredSubgroupSizeStages; -} VkPhysicalDeviceSubgroupSizeControlProperties; - -typedef struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfo { - VkStructureType sType; - void* pNext; - uint32_t requiredSubgroupSize; -} VkPipelineShaderStageRequiredSubgroupSizeCreateInfo; - -typedef struct VkPhysicalDeviceInlineUniformBlockFeatures { - VkStructureType sType; - void* pNext; - VkBool32 inlineUniformBlock; - VkBool32 descriptorBindingInlineUniformBlockUpdateAfterBind; -} VkPhysicalDeviceInlineUniformBlockFeatures; - -typedef struct VkPhysicalDeviceInlineUniformBlockProperties { - VkStructureType sType; - void* pNext; - uint32_t maxInlineUniformBlockSize; - uint32_t maxPerStageDescriptorInlineUniformBlocks; - uint32_t maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks; - uint32_t maxDescriptorSetInlineUniformBlocks; - uint32_t maxDescriptorSetUpdateAfterBindInlineUniformBlocks; -} VkPhysicalDeviceInlineUniformBlockProperties; - -typedef struct VkWriteDescriptorSetInlineUniformBlock { - VkStructureType sType; - const void* pNext; - uint32_t dataSize; - const void* pData; -} VkWriteDescriptorSetInlineUniformBlock; - -typedef struct VkDescriptorPoolInlineUniformBlockCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t maxInlineUniformBlockBindings; -} VkDescriptorPoolInlineUniformBlockCreateInfo; - -typedef struct VkPhysicalDeviceTextureCompressionASTCHDRFeatures { - VkStructureType sType; - void* pNext; - VkBool32 textureCompressionASTC_HDR; -} VkPhysicalDeviceTextureCompressionASTCHDRFeatures; - -typedef struct VkRenderingAttachmentInfo { - VkStructureType sType; - const void* pNext; - VkImageView imageView; - VkImageLayout imageLayout; - VkResolveModeFlagBits resolveMode; - VkImageView resolveImageView; - VkImageLayout resolveImageLayout; - VkAttachmentLoadOp loadOp; - VkAttachmentStoreOp storeOp; - VkClearValue clearValue; -} VkRenderingAttachmentInfo; - -typedef struct VkRenderingInfo { - VkStructureType sType; - const void* pNext; - VkRenderingFlags flags; - VkRect2D renderArea; - uint32_t layerCount; - uint32_t viewMask; - uint32_t colorAttachmentCount; - const VkRenderingAttachmentInfo* pColorAttachments; - const VkRenderingAttachmentInfo* pDepthAttachment; - const VkRenderingAttachmentInfo* pStencilAttachment; -} VkRenderingInfo; - -typedef struct VkPipelineRenderingCreateInfo { - VkStructureType sType; - const void* pNext; - uint32_t viewMask; - uint32_t colorAttachmentCount; - const VkFormat* pColorAttachmentFormats; - VkFormat depthAttachmentFormat; - VkFormat stencilAttachmentFormat; -} VkPipelineRenderingCreateInfo; - -typedef struct VkPhysicalDeviceDynamicRenderingFeatures { - VkStructureType sType; - void* pNext; - VkBool32 dynamicRendering; -} VkPhysicalDeviceDynamicRenderingFeatures; - -typedef struct VkCommandBufferInheritanceRenderingInfo { - VkStructureType sType; - const void* pNext; - VkRenderingFlags flags; - uint32_t viewMask; - uint32_t colorAttachmentCount; - const VkFormat* pColorAttachmentFormats; - VkFormat depthAttachmentFormat; - VkFormat stencilAttachmentFormat; - VkSampleCountFlagBits rasterizationSamples; -} VkCommandBufferInheritanceRenderingInfo; - -typedef struct VkPhysicalDeviceShaderIntegerDotProductFeatures { - VkStructureType sType; - void* pNext; - VkBool32 shaderIntegerDotProduct; -} VkPhysicalDeviceShaderIntegerDotProductFeatures; - -typedef struct VkPhysicalDeviceShaderIntegerDotProductProperties { - VkStructureType sType; - void* pNext; - VkBool32 integerDotProduct8BitUnsignedAccelerated; - VkBool32 integerDotProduct8BitSignedAccelerated; - VkBool32 integerDotProduct8BitMixedSignednessAccelerated; - VkBool32 integerDotProduct4x8BitPackedUnsignedAccelerated; - VkBool32 integerDotProduct4x8BitPackedSignedAccelerated; - VkBool32 integerDotProduct4x8BitPackedMixedSignednessAccelerated; - VkBool32 integerDotProduct16BitUnsignedAccelerated; - VkBool32 integerDotProduct16BitSignedAccelerated; - VkBool32 integerDotProduct16BitMixedSignednessAccelerated; - VkBool32 integerDotProduct32BitUnsignedAccelerated; - VkBool32 integerDotProduct32BitSignedAccelerated; - VkBool32 integerDotProduct32BitMixedSignednessAccelerated; - VkBool32 integerDotProduct64BitUnsignedAccelerated; - VkBool32 integerDotProduct64BitSignedAccelerated; - VkBool32 integerDotProduct64BitMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating8BitUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating8BitSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating16BitUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating16BitSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating32BitUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating32BitSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated; - VkBool32 integerDotProductAccumulatingSaturating64BitUnsignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating64BitSignedAccelerated; - VkBool32 integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated; -} VkPhysicalDeviceShaderIntegerDotProductProperties; - -typedef struct VkPhysicalDeviceTexelBufferAlignmentProperties { - VkStructureType sType; - void* pNext; - VkDeviceSize storageTexelBufferOffsetAlignmentBytes; - VkBool32 storageTexelBufferOffsetSingleTexelAlignment; - VkDeviceSize uniformTexelBufferOffsetAlignmentBytes; - VkBool32 uniformTexelBufferOffsetSingleTexelAlignment; -} VkPhysicalDeviceTexelBufferAlignmentProperties; - -typedef struct VkFormatProperties3 { - VkStructureType sType; - void* pNext; - VkFormatFeatureFlags2 linearTilingFeatures; - VkFormatFeatureFlags2 optimalTilingFeatures; - VkFormatFeatureFlags2 bufferFeatures; -} VkFormatProperties3; - -typedef struct VkPhysicalDeviceMaintenance4Features { - VkStructureType sType; - void* pNext; - VkBool32 maintenance4; -} VkPhysicalDeviceMaintenance4Features; - -typedef struct VkPhysicalDeviceMaintenance4Properties { - VkStructureType sType; - void* pNext; - VkDeviceSize maxBufferSize; -} VkPhysicalDeviceMaintenance4Properties; - -typedef struct VkDeviceBufferMemoryRequirements { - VkStructureType sType; - const void* pNext; - const VkBufferCreateInfo* pCreateInfo; -} VkDeviceBufferMemoryRequirements; - -typedef struct VkDeviceImageMemoryRequirements { - VkStructureType sType; - const void* pNext; - const VkImageCreateInfo* pCreateInfo; - VkImageAspectFlagBits planeAspect; -} VkDeviceImageMemoryRequirements; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceToolProperties)(VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties); -typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlot)(VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot); -typedef void (VKAPI_PTR *PFN_vkDestroyPrivateDataSlot)(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateData)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data); -typedef void (VKAPI_PTR *PFN_vkGetPrivateData)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData); -typedef void (VKAPI_PTR *PFN_vkCmdSetEvent2)(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo); -typedef void (VKAPI_PTR *PFN_vkCmdResetEvent2)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask); -typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents2)(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos); -typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier2)(VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo); -typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp2)(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query); -typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2)(VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence); -typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer2)(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo); -typedef void (VKAPI_PTR *PFN_vkCmdCopyImage2)(VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo); -typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage2)(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo); -typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer2)(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo); -typedef void (VKAPI_PTR *PFN_vkCmdBlitImage2)(VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo); -typedef void (VKAPI_PTR *PFN_vkCmdResolveImage2)(VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo); -typedef void (VKAPI_PTR *PFN_vkCmdBeginRendering)(VkCommandBuffer commandBuffer, const VkRenderingInfo* pRenderingInfo); -typedef void (VKAPI_PTR *PFN_vkCmdEndRendering)(VkCommandBuffer commandBuffer); -typedef void (VKAPI_PTR *PFN_vkCmdSetCullMode)(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode); -typedef void (VKAPI_PTR *PFN_vkCmdSetFrontFace)(VkCommandBuffer commandBuffer, VkFrontFace frontFace); -typedef void (VKAPI_PTR *PFN_vkCmdSetPrimitiveTopology)(VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology); -typedef void (VKAPI_PTR *PFN_vkCmdSetViewportWithCount)(VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports); -typedef void (VKAPI_PTR *PFN_vkCmdSetScissorWithCount)(VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors); -typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers2)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthTestEnable)(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthWriteEnable)(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthCompareOp)(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBoundsTestEnable)(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetStencilTestEnable)(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetStencilOp)(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp); -typedef void (VKAPI_PTR *PFN_vkCmdSetRasterizerDiscardEnable)(VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBiasEnable)(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetPrimitiveRestartEnable)(VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable); -typedef void (VKAPI_PTR *PFN_vkGetDeviceBufferMemoryRequirements)(VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetDeviceImageMemoryRequirements)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetDeviceImageSparseMemoryRequirements)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceToolProperties( - VkPhysicalDevice physicalDevice, - uint32_t* pToolCount, - VkPhysicalDeviceToolProperties* pToolProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreatePrivateDataSlot( - VkDevice device, - const VkPrivateDataSlotCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkPrivateDataSlot* pPrivateDataSlot); - -VKAPI_ATTR void VKAPI_CALL vkDestroyPrivateDataSlot( - VkDevice device, - VkPrivateDataSlot privateDataSlot, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkSetPrivateData( - VkDevice device, - VkObjectType objectType, - uint64_t objectHandle, - VkPrivateDataSlot privateDataSlot, - uint64_t data); - -VKAPI_ATTR void VKAPI_CALL vkGetPrivateData( - VkDevice device, - VkObjectType objectType, - uint64_t objectHandle, - VkPrivateDataSlot privateDataSlot, - uint64_t* pData); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetEvent2( - VkCommandBuffer commandBuffer, - VkEvent event, - const VkDependencyInfo* pDependencyInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdResetEvent2( - VkCommandBuffer commandBuffer, - VkEvent event, - VkPipelineStageFlags2 stageMask); - -VKAPI_ATTR void VKAPI_CALL vkCmdWaitEvents2( - VkCommandBuffer commandBuffer, - uint32_t eventCount, - const VkEvent* pEvents, - const VkDependencyInfo* pDependencyInfos); - -VKAPI_ATTR void VKAPI_CALL vkCmdPipelineBarrier2( - VkCommandBuffer commandBuffer, - const VkDependencyInfo* pDependencyInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdWriteTimestamp2( - VkCommandBuffer commandBuffer, - VkPipelineStageFlags2 stage, - VkQueryPool queryPool, - uint32_t query); - -VKAPI_ATTR VkResult VKAPI_CALL vkQueueSubmit2( - VkQueue queue, - uint32_t submitCount, - const VkSubmitInfo2* pSubmits, - VkFence fence); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer2( - VkCommandBuffer commandBuffer, - const VkCopyBufferInfo2* pCopyBufferInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyImage2( - VkCommandBuffer commandBuffer, - const VkCopyImageInfo2* pCopyImageInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyBufferToImage2( - VkCommandBuffer commandBuffer, - const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer2( - VkCommandBuffer commandBuffer, - const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdBlitImage2( - VkCommandBuffer commandBuffer, - const VkBlitImageInfo2* pBlitImageInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdResolveImage2( - VkCommandBuffer commandBuffer, - const VkResolveImageInfo2* pResolveImageInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginRendering( - VkCommandBuffer commandBuffer, - const VkRenderingInfo* pRenderingInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndRendering( - VkCommandBuffer commandBuffer); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetCullMode( - VkCommandBuffer commandBuffer, - VkCullModeFlags cullMode); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetFrontFace( - VkCommandBuffer commandBuffer, - VkFrontFace frontFace); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetPrimitiveTopology( - VkCommandBuffer commandBuffer, - VkPrimitiveTopology primitiveTopology); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetViewportWithCount( - VkCommandBuffer commandBuffer, - uint32_t viewportCount, - const VkViewport* pViewports); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetScissorWithCount( - VkCommandBuffer commandBuffer, - uint32_t scissorCount, - const VkRect2D* pScissors); - -VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers2( - VkCommandBuffer commandBuffer, - uint32_t firstBinding, - uint32_t bindingCount, - const VkBuffer* pBuffers, - const VkDeviceSize* pOffsets, - const VkDeviceSize* pSizes, - const VkDeviceSize* pStrides); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthTestEnable( - VkCommandBuffer commandBuffer, - VkBool32 depthTestEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthWriteEnable( - VkCommandBuffer commandBuffer, - VkBool32 depthWriteEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthCompareOp( - VkCommandBuffer commandBuffer, - VkCompareOp depthCompareOp); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBoundsTestEnable( - VkCommandBuffer commandBuffer, - VkBool32 depthBoundsTestEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilTestEnable( - VkCommandBuffer commandBuffer, - VkBool32 stencilTestEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilOp( - VkCommandBuffer commandBuffer, - VkStencilFaceFlags faceMask, - VkStencilOp failOp, - VkStencilOp passOp, - VkStencilOp depthFailOp, - VkCompareOp compareOp); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetRasterizerDiscardEnable( - VkCommandBuffer commandBuffer, - VkBool32 rasterizerDiscardEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBiasEnable( - VkCommandBuffer commandBuffer, - VkBool32 depthBiasEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetPrimitiveRestartEnable( - VkCommandBuffer commandBuffer, - VkBool32 primitiveRestartEnable); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceBufferMemoryRequirements( - VkDevice device, - const VkDeviceBufferMemoryRequirements* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageMemoryRequirements( - VkDevice device, - const VkDeviceImageMemoryRequirements* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageSparseMemoryRequirements( - VkDevice device, - const VkDeviceImageMemoryRequirements* pInfo, - uint32_t* pSparseMemoryRequirementCount, - VkSparseImageMemoryRequirements2* pSparseMemoryRequirements); -#endif - - -#define VK_KHR_surface 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSurfaceKHR) -#define VK_KHR_SURFACE_SPEC_VERSION 25 -#define VK_KHR_SURFACE_EXTENSION_NAME "VK_KHR_surface" - -typedef enum VkPresentModeKHR { - VK_PRESENT_MODE_IMMEDIATE_KHR = 0, - VK_PRESENT_MODE_MAILBOX_KHR = 1, - VK_PRESENT_MODE_FIFO_KHR = 2, - VK_PRESENT_MODE_FIFO_RELAXED_KHR = 3, - VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR = 1000111000, - VK_PRESENT_MODE_SHARED_CONTINUOUS_REFRESH_KHR = 1000111001, - VK_PRESENT_MODE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkPresentModeKHR; - -typedef enum VkColorSpaceKHR { - VK_COLOR_SPACE_SRGB_NONLINEAR_KHR = 0, - VK_COLOR_SPACE_DISPLAY_P3_NONLINEAR_EXT = 1000104001, - VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT = 1000104002, - VK_COLOR_SPACE_DISPLAY_P3_LINEAR_EXT = 1000104003, - VK_COLOR_SPACE_DCI_P3_NONLINEAR_EXT = 1000104004, - VK_COLOR_SPACE_BT709_LINEAR_EXT = 1000104005, - VK_COLOR_SPACE_BT709_NONLINEAR_EXT = 1000104006, - VK_COLOR_SPACE_BT2020_LINEAR_EXT = 1000104007, - VK_COLOR_SPACE_HDR10_ST2084_EXT = 1000104008, - VK_COLOR_SPACE_DOLBYVISION_EXT = 1000104009, - VK_COLOR_SPACE_HDR10_HLG_EXT = 1000104010, - VK_COLOR_SPACE_ADOBERGB_LINEAR_EXT = 1000104011, - VK_COLOR_SPACE_ADOBERGB_NONLINEAR_EXT = 1000104012, - VK_COLOR_SPACE_PASS_THROUGH_EXT = 1000104013, - VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT = 1000104014, - VK_COLOR_SPACE_DISPLAY_NATIVE_AMD = 1000213000, - VK_COLORSPACE_SRGB_NONLINEAR_KHR = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR, - VK_COLOR_SPACE_DCI_P3_LINEAR_EXT = VK_COLOR_SPACE_DISPLAY_P3_LINEAR_EXT, - VK_COLOR_SPACE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkColorSpaceKHR; - -typedef enum VkSurfaceTransformFlagBitsKHR { - VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR = 0x00000001, - VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR = 0x00000002, - VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR = 0x00000004, - VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR = 0x00000008, - VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_BIT_KHR = 0x00000010, - VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR = 0x00000020, - VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180_BIT_KHR = 0x00000040, - VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR = 0x00000080, - VK_SURFACE_TRANSFORM_INHERIT_BIT_KHR = 0x00000100, - VK_SURFACE_TRANSFORM_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkSurfaceTransformFlagBitsKHR; - -typedef enum VkCompositeAlphaFlagBitsKHR { - VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, - VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR = 0x00000002, - VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR = 0x00000004, - VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR = 0x00000008, - VK_COMPOSITE_ALPHA_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkCompositeAlphaFlagBitsKHR; -typedef VkFlags VkCompositeAlphaFlagsKHR; -typedef VkFlags VkSurfaceTransformFlagsKHR; -typedef struct VkSurfaceCapabilitiesKHR { - uint32_t minImageCount; - uint32_t maxImageCount; - VkExtent2D currentExtent; - VkExtent2D minImageExtent; - VkExtent2D maxImageExtent; - uint32_t maxImageArrayLayers; - VkSurfaceTransformFlagsKHR supportedTransforms; - VkSurfaceTransformFlagBitsKHR currentTransform; - VkCompositeAlphaFlagsKHR supportedCompositeAlpha; - VkImageUsageFlags supportedUsageFlags; -} VkSurfaceCapabilitiesKHR; - -typedef struct VkSurfaceFormatKHR { - VkFormat format; - VkColorSpaceKHR colorSpace; -} VkSurfaceFormatKHR; - -typedef void (VKAPI_PTR *PFN_vkDestroySurfaceKHR)(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR* pSurfaceCapabilities); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceFormatsKHR)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfacePresentModesKHR)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkDestroySurfaceKHR( - VkInstance instance, - VkSurfaceKHR surface, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceSupportKHR( - VkPhysicalDevice physicalDevice, - uint32_t queueFamilyIndex, - VkSurfaceKHR surface, - VkBool32* pSupported); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceCapabilitiesKHR( - VkPhysicalDevice physicalDevice, - VkSurfaceKHR surface, - VkSurfaceCapabilitiesKHR* pSurfaceCapabilities); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceFormatsKHR( - VkPhysicalDevice physicalDevice, - VkSurfaceKHR surface, - uint32_t* pSurfaceFormatCount, - VkSurfaceFormatKHR* pSurfaceFormats); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfacePresentModesKHR( - VkPhysicalDevice physicalDevice, - VkSurfaceKHR surface, - uint32_t* pPresentModeCount, - VkPresentModeKHR* pPresentModes); -#endif - - -#define VK_KHR_swapchain 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSwapchainKHR) -#define VK_KHR_SWAPCHAIN_SPEC_VERSION 70 -#define VK_KHR_SWAPCHAIN_EXTENSION_NAME "VK_KHR_swapchain" - -typedef enum VkSwapchainCreateFlagBitsKHR { - VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR = 0x00000001, - VK_SWAPCHAIN_CREATE_PROTECTED_BIT_KHR = 0x00000002, - VK_SWAPCHAIN_CREATE_MUTABLE_FORMAT_BIT_KHR = 0x00000004, - VK_SWAPCHAIN_CREATE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkSwapchainCreateFlagBitsKHR; -typedef VkFlags VkSwapchainCreateFlagsKHR; - -typedef enum VkDeviceGroupPresentModeFlagBitsKHR { - VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR = 0x00000001, - VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR = 0x00000002, - VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR = 0x00000004, - VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR = 0x00000008, - VK_DEVICE_GROUP_PRESENT_MODE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkDeviceGroupPresentModeFlagBitsKHR; -typedef VkFlags VkDeviceGroupPresentModeFlagsKHR; -typedef struct VkSwapchainCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkSwapchainCreateFlagsKHR flags; - VkSurfaceKHR surface; - uint32_t minImageCount; - VkFormat imageFormat; - VkColorSpaceKHR imageColorSpace; - VkExtent2D imageExtent; - uint32_t imageArrayLayers; - VkImageUsageFlags imageUsage; - VkSharingMode imageSharingMode; - uint32_t queueFamilyIndexCount; - const uint32_t* pQueueFamilyIndices; - VkSurfaceTransformFlagBitsKHR preTransform; - VkCompositeAlphaFlagBitsKHR compositeAlpha; - VkPresentModeKHR presentMode; - VkBool32 clipped; - VkSwapchainKHR oldSwapchain; -} VkSwapchainCreateInfoKHR; - -typedef struct VkPresentInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t waitSemaphoreCount; - const VkSemaphore* pWaitSemaphores; - uint32_t swapchainCount; - const VkSwapchainKHR* pSwapchains; - const uint32_t* pImageIndices; - VkResult* pResults; -} VkPresentInfoKHR; - -typedef struct VkImageSwapchainCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkSwapchainKHR swapchain; -} VkImageSwapchainCreateInfoKHR; - -typedef struct VkBindImageMemorySwapchainInfoKHR { - VkStructureType sType; - const void* pNext; - VkSwapchainKHR swapchain; - uint32_t imageIndex; -} VkBindImageMemorySwapchainInfoKHR; - -typedef struct VkAcquireNextImageInfoKHR { - VkStructureType sType; - const void* pNext; - VkSwapchainKHR swapchain; - uint64_t timeout; - VkSemaphore semaphore; - VkFence fence; - uint32_t deviceMask; -} VkAcquireNextImageInfoKHR; - -typedef struct VkDeviceGroupPresentCapabilitiesKHR { - VkStructureType sType; - void* pNext; - uint32_t presentMask[VK_MAX_DEVICE_GROUP_SIZE]; - VkDeviceGroupPresentModeFlagsKHR modes; -} VkDeviceGroupPresentCapabilitiesKHR; - -typedef struct VkDeviceGroupPresentInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t swapchainCount; - const uint32_t* pDeviceMasks; - VkDeviceGroupPresentModeFlagBitsKHR mode; -} VkDeviceGroupPresentInfoKHR; - -typedef struct VkDeviceGroupSwapchainCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkDeviceGroupPresentModeFlagsKHR modes; -} VkDeviceGroupSwapchainCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateSwapchainKHR)(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain); -typedef void (VKAPI_PTR *PFN_vkDestroySwapchainKHR)(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainImagesKHR)(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages); -typedef VkResult (VKAPI_PTR *PFN_vkAcquireNextImageKHR)(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex); -typedef VkResult (VKAPI_PTR *PFN_vkQueuePresentKHR)(VkQueue queue, const VkPresentInfoKHR* pPresentInfo); -typedef VkResult (VKAPI_PTR *PFN_vkGetDeviceGroupPresentCapabilitiesKHR)(VkDevice device, VkDeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities); -typedef VkResult (VKAPI_PTR *PFN_vkGetDeviceGroupSurfacePresentModesKHR)(VkDevice device, VkSurfaceKHR surface, VkDeviceGroupPresentModeFlagsKHR* pModes); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDevicePresentRectanglesKHR)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRects); -typedef VkResult (VKAPI_PTR *PFN_vkAcquireNextImage2KHR)(VkDevice device, const VkAcquireNextImageInfoKHR* pAcquireInfo, uint32_t* pImageIndex); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateSwapchainKHR( - VkDevice device, - const VkSwapchainCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSwapchainKHR* pSwapchain); - -VKAPI_ATTR void VKAPI_CALL vkDestroySwapchainKHR( - VkDevice device, - VkSwapchainKHR swapchain, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetSwapchainImagesKHR( - VkDevice device, - VkSwapchainKHR swapchain, - uint32_t* pSwapchainImageCount, - VkImage* pSwapchainImages); - -VKAPI_ATTR VkResult VKAPI_CALL vkAcquireNextImageKHR( - VkDevice device, - VkSwapchainKHR swapchain, - uint64_t timeout, - VkSemaphore semaphore, - VkFence fence, - uint32_t* pImageIndex); - -VKAPI_ATTR VkResult VKAPI_CALL vkQueuePresentKHR( - VkQueue queue, - const VkPresentInfoKHR* pPresentInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupPresentCapabilitiesKHR( - VkDevice device, - VkDeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModesKHR( - VkDevice device, - VkSurfaceKHR surface, - VkDeviceGroupPresentModeFlagsKHR* pModes); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR( - VkPhysicalDevice physicalDevice, - VkSurfaceKHR surface, - uint32_t* pRectCount, - VkRect2D* pRects); - -VKAPI_ATTR VkResult VKAPI_CALL vkAcquireNextImage2KHR( - VkDevice device, - const VkAcquireNextImageInfoKHR* pAcquireInfo, - uint32_t* pImageIndex); -#endif - - -#define VK_KHR_display 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDisplayKHR) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDisplayModeKHR) -#define VK_KHR_DISPLAY_SPEC_VERSION 23 -#define VK_KHR_DISPLAY_EXTENSION_NAME "VK_KHR_display" -typedef VkFlags VkDisplayModeCreateFlagsKHR; - -typedef enum VkDisplayPlaneAlphaFlagBitsKHR { - VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, - VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR = 0x00000002, - VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_BIT_KHR = 0x00000004, - VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_PREMULTIPLIED_BIT_KHR = 0x00000008, - VK_DISPLAY_PLANE_ALPHA_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkDisplayPlaneAlphaFlagBitsKHR; -typedef VkFlags VkDisplayPlaneAlphaFlagsKHR; -typedef VkFlags VkDisplaySurfaceCreateFlagsKHR; -typedef struct VkDisplayModeParametersKHR { - VkExtent2D visibleRegion; - uint32_t refreshRate; -} VkDisplayModeParametersKHR; - -typedef struct VkDisplayModeCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkDisplayModeCreateFlagsKHR flags; - VkDisplayModeParametersKHR parameters; -} VkDisplayModeCreateInfoKHR; - -typedef struct VkDisplayModePropertiesKHR { - VkDisplayModeKHR displayMode; - VkDisplayModeParametersKHR parameters; -} VkDisplayModePropertiesKHR; - -typedef struct VkDisplayPlaneCapabilitiesKHR { - VkDisplayPlaneAlphaFlagsKHR supportedAlpha; - VkOffset2D minSrcPosition; - VkOffset2D maxSrcPosition; - VkExtent2D minSrcExtent; - VkExtent2D maxSrcExtent; - VkOffset2D minDstPosition; - VkOffset2D maxDstPosition; - VkExtent2D minDstExtent; - VkExtent2D maxDstExtent; -} VkDisplayPlaneCapabilitiesKHR; - -typedef struct VkDisplayPlanePropertiesKHR { - VkDisplayKHR currentDisplay; - uint32_t currentStackIndex; -} VkDisplayPlanePropertiesKHR; - -typedef struct VkDisplayPropertiesKHR { - VkDisplayKHR display; - const char* displayName; - VkExtent2D physicalDimensions; - VkExtent2D physicalResolution; - VkSurfaceTransformFlagsKHR supportedTransforms; - VkBool32 planeReorderPossible; - VkBool32 persistentContent; -} VkDisplayPropertiesKHR; - -typedef struct VkDisplaySurfaceCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkDisplaySurfaceCreateFlagsKHR flags; - VkDisplayModeKHR displayMode; - uint32_t planeIndex; - uint32_t planeStackIndex; - VkSurfaceTransformFlagBitsKHR transform; - float globalAlpha; - VkDisplayPlaneAlphaFlagBitsKHR alphaMode; - VkExtent2D imageExtent; -} VkDisplaySurfaceCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPropertiesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPropertiesKHR* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlanePropertiesKHR* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisplayCount, VkDisplayKHR* pDisplays); -typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayModePropertiesKHR)(VkPhysicalDevice physicalDevice, VkDisplayKHR display, uint32_t* pPropertyCount, VkDisplayModePropertiesKHR* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkCreateDisplayModeKHR)(VkPhysicalDevice physicalDevice, VkDisplayKHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDisplayModeKHR* pMode); -typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneCapabilitiesKHR)(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayPlaneCapabilitiesKHR* pCapabilities); -typedef VkResult (VKAPI_PTR *PFN_vkCreateDisplayPlaneSurfaceKHR)(VkInstance instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPropertiesKHR( - VkPhysicalDevice physicalDevice, - uint32_t* pPropertyCount, - VkDisplayPropertiesKHR* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR( - VkPhysicalDevice physicalDevice, - uint32_t* pPropertyCount, - VkDisplayPlanePropertiesKHR* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR( - VkPhysicalDevice physicalDevice, - uint32_t planeIndex, - uint32_t* pDisplayCount, - VkDisplayKHR* pDisplays); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayModePropertiesKHR( - VkPhysicalDevice physicalDevice, - VkDisplayKHR display, - uint32_t* pPropertyCount, - VkDisplayModePropertiesKHR* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDisplayModeKHR( - VkPhysicalDevice physicalDevice, - VkDisplayKHR display, - const VkDisplayModeCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkDisplayModeKHR* pMode); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneCapabilitiesKHR( - VkPhysicalDevice physicalDevice, - VkDisplayModeKHR mode, - uint32_t planeIndex, - VkDisplayPlaneCapabilitiesKHR* pCapabilities); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDisplayPlaneSurfaceKHR( - VkInstance instance, - const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - - -#define VK_KHR_display_swapchain 1 -#define VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION 10 -#define VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME "VK_KHR_display_swapchain" -typedef struct VkDisplayPresentInfoKHR { - VkStructureType sType; - const void* pNext; - VkRect2D srcRect; - VkRect2D dstRect; - VkBool32 persistent; -} VkDisplayPresentInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateSharedSwapchainsKHR)(VkDevice device, uint32_t swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateSharedSwapchainsKHR( - VkDevice device, - uint32_t swapchainCount, - const VkSwapchainCreateInfoKHR* pCreateInfos, - const VkAllocationCallbacks* pAllocator, - VkSwapchainKHR* pSwapchains); -#endif - - -#define VK_KHR_sampler_mirror_clamp_to_edge 1 -#define VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION 3 -#define VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME "VK_KHR_sampler_mirror_clamp_to_edge" - - -#define VK_KHR_dynamic_rendering 1 -#define VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION 1 -#define VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME "VK_KHR_dynamic_rendering" -typedef VkRenderingFlags VkRenderingFlagsKHR; - -typedef VkRenderingFlagBits VkRenderingFlagBitsKHR; - -typedef VkRenderingInfo VkRenderingInfoKHR; - -typedef VkRenderingAttachmentInfo VkRenderingAttachmentInfoKHR; - -typedef VkPipelineRenderingCreateInfo VkPipelineRenderingCreateInfoKHR; - -typedef VkPhysicalDeviceDynamicRenderingFeatures VkPhysicalDeviceDynamicRenderingFeaturesKHR; - -typedef VkCommandBufferInheritanceRenderingInfo VkCommandBufferInheritanceRenderingInfoKHR; - -typedef struct VkRenderingFragmentShadingRateAttachmentInfoKHR { - VkStructureType sType; - const void* pNext; - VkImageView imageView; - VkImageLayout imageLayout; - VkExtent2D shadingRateAttachmentTexelSize; -} VkRenderingFragmentShadingRateAttachmentInfoKHR; - -typedef struct VkRenderingFragmentDensityMapAttachmentInfoEXT { - VkStructureType sType; - const void* pNext; - VkImageView imageView; - VkImageLayout imageLayout; -} VkRenderingFragmentDensityMapAttachmentInfoEXT; - -typedef struct VkAttachmentSampleCountInfoAMD { - VkStructureType sType; - const void* pNext; - uint32_t colorAttachmentCount; - const VkSampleCountFlagBits* pColorAttachmentSamples; - VkSampleCountFlagBits depthStencilAttachmentSamples; -} VkAttachmentSampleCountInfoAMD; - -typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV; - -typedef struct VkMultiviewPerViewAttributesInfoNVX { - VkStructureType sType; - const void* pNext; - VkBool32 perViewAttributes; - VkBool32 perViewAttributesPositionXOnly; -} VkMultiviewPerViewAttributesInfoNVX; - -typedef void (VKAPI_PTR *PFN_vkCmdBeginRenderingKHR)(VkCommandBuffer commandBuffer, const VkRenderingInfo* pRenderingInfo); -typedef void (VKAPI_PTR *PFN_vkCmdEndRenderingKHR)(VkCommandBuffer commandBuffer); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdBeginRenderingKHR( - VkCommandBuffer commandBuffer, - const VkRenderingInfo* pRenderingInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndRenderingKHR( - VkCommandBuffer commandBuffer); -#endif - - -#define VK_KHR_multiview 1 -#define VK_KHR_MULTIVIEW_SPEC_VERSION 1 -#define VK_KHR_MULTIVIEW_EXTENSION_NAME "VK_KHR_multiview" -typedef VkRenderPassMultiviewCreateInfo VkRenderPassMultiviewCreateInfoKHR; - -typedef VkPhysicalDeviceMultiviewFeatures VkPhysicalDeviceMultiviewFeaturesKHR; - -typedef VkPhysicalDeviceMultiviewProperties VkPhysicalDeviceMultiviewPropertiesKHR; - - - -#define VK_KHR_get_physical_device_properties2 1 -#define VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_SPEC_VERSION 2 -#define VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME "VK_KHR_get_physical_device_properties2" -typedef VkPhysicalDeviceFeatures2 VkPhysicalDeviceFeatures2KHR; - -typedef VkPhysicalDeviceProperties2 VkPhysicalDeviceProperties2KHR; - -typedef VkFormatProperties2 VkFormatProperties2KHR; - -typedef VkImageFormatProperties2 VkImageFormatProperties2KHR; - -typedef VkPhysicalDeviceImageFormatInfo2 VkPhysicalDeviceImageFormatInfo2KHR; - -typedef VkQueueFamilyProperties2 VkQueueFamilyProperties2KHR; - -typedef VkPhysicalDeviceMemoryProperties2 VkPhysicalDeviceMemoryProperties2KHR; - -typedef VkSparseImageFormatProperties2 VkSparseImageFormatProperties2KHR; - -typedef VkPhysicalDeviceSparseImageFormatInfo2 VkPhysicalDeviceSparseImageFormatInfo2KHR; - -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceFeatures2KHR)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2* pFeatures); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceProperties2KHR)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2* pProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceFormatProperties2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2* pQueueFamilyProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceMemoryProperties2KHR)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2* pMemoryProperties); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSparseImageFormatInfo2* pFormatInfo, uint32_t* pPropertyCount, VkSparseImageFormatProperties2* pProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFeatures2KHR( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceFeatures2* pFeatures); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceProperties2* pProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties2KHR( - VkPhysicalDevice physicalDevice, - VkFormat format, - VkFormatProperties2* pFormatProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2KHR( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, - VkImageFormatProperties2* pImageFormatProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2KHR( - VkPhysicalDevice physicalDevice, - uint32_t* pQueueFamilyPropertyCount, - VkQueueFamilyProperties2* pQueueFamilyProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceMemoryProperties2KHR( - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceMemoryProperties2* pMemoryProperties); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceSparseImageFormatProperties2KHR( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceSparseImageFormatInfo2* pFormatInfo, - uint32_t* pPropertyCount, - VkSparseImageFormatProperties2* pProperties); -#endif - - -#define VK_KHR_device_group 1 -#define VK_KHR_DEVICE_GROUP_SPEC_VERSION 4 -#define VK_KHR_DEVICE_GROUP_EXTENSION_NAME "VK_KHR_device_group" -typedef VkPeerMemoryFeatureFlags VkPeerMemoryFeatureFlagsKHR; - -typedef VkPeerMemoryFeatureFlagBits VkPeerMemoryFeatureFlagBitsKHR; - -typedef VkMemoryAllocateFlags VkMemoryAllocateFlagsKHR; - -typedef VkMemoryAllocateFlagBits VkMemoryAllocateFlagBitsKHR; - -typedef VkMemoryAllocateFlagsInfo VkMemoryAllocateFlagsInfoKHR; - -typedef VkDeviceGroupRenderPassBeginInfo VkDeviceGroupRenderPassBeginInfoKHR; - -typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBeginInfoKHR; - -typedef VkDeviceGroupSubmitInfo VkDeviceGroupSubmitInfoKHR; - -typedef VkDeviceGroupBindSparseInfo VkDeviceGroupBindSparseInfoKHR; - -typedef VkBindBufferMemoryDeviceGroupInfo VkBindBufferMemoryDeviceGroupInfoKHR; - -typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR; - -typedef void (VKAPI_PTR *PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); -typedef void (VKAPI_PTR *PFN_vkCmdSetDeviceMaskKHR)(VkCommandBuffer commandBuffer, uint32_t deviceMask); -typedef void (VKAPI_PTR *PFN_vkCmdDispatchBaseKHR)(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeaturesKHR( - VkDevice device, - uint32_t heapIndex, - uint32_t localDeviceIndex, - uint32_t remoteDeviceIndex, - VkPeerMemoryFeatureFlags* pPeerMemoryFeatures); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDeviceMaskKHR( - VkCommandBuffer commandBuffer, - uint32_t deviceMask); - -VKAPI_ATTR void VKAPI_CALL vkCmdDispatchBaseKHR( - VkCommandBuffer commandBuffer, - uint32_t baseGroupX, - uint32_t baseGroupY, - uint32_t baseGroupZ, - uint32_t groupCountX, - uint32_t groupCountY, - uint32_t groupCountZ); -#endif - - -#define VK_KHR_shader_draw_parameters 1 -#define VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION 1 -#define VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME "VK_KHR_shader_draw_parameters" - - -#define VK_KHR_maintenance1 1 -#define VK_KHR_MAINTENANCE_1_SPEC_VERSION 2 -#define VK_KHR_MAINTENANCE_1_EXTENSION_NAME "VK_KHR_maintenance1" -#define VK_KHR_MAINTENANCE1_SPEC_VERSION VK_KHR_MAINTENANCE_1_SPEC_VERSION -#define VK_KHR_MAINTENANCE1_EXTENSION_NAME VK_KHR_MAINTENANCE_1_EXTENSION_NAME -typedef VkCommandPoolTrimFlags VkCommandPoolTrimFlagsKHR; - -typedef void (VKAPI_PTR *PFN_vkTrimCommandPoolKHR)(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkTrimCommandPoolKHR( - VkDevice device, - VkCommandPool commandPool, - VkCommandPoolTrimFlags flags); -#endif - - -#define VK_KHR_device_group_creation 1 -#define VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION 1 -#define VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME "VK_KHR_device_group_creation" -#define VK_MAX_DEVICE_GROUP_SIZE_KHR VK_MAX_DEVICE_GROUP_SIZE -typedef VkPhysicalDeviceGroupProperties VkPhysicalDeviceGroupPropertiesKHR; - -typedef VkDeviceGroupDeviceCreateInfo VkDeviceGroupDeviceCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDeviceGroupsKHR)(VkInstance instance, uint32_t* pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkEnumeratePhysicalDeviceGroupsKHR( - VkInstance instance, - uint32_t* pPhysicalDeviceGroupCount, - VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties); -#endif - - -#define VK_KHR_external_memory_capabilities 1 -#define VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME "VK_KHR_external_memory_capabilities" -#define VK_LUID_SIZE_KHR VK_LUID_SIZE -typedef VkExternalMemoryHandleTypeFlags VkExternalMemoryHandleTypeFlagsKHR; - -typedef VkExternalMemoryHandleTypeFlagBits VkExternalMemoryHandleTypeFlagBitsKHR; - -typedef VkExternalMemoryFeatureFlags VkExternalMemoryFeatureFlagsKHR; - -typedef VkExternalMemoryFeatureFlagBits VkExternalMemoryFeatureFlagBitsKHR; - -typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR; - -typedef VkPhysicalDeviceExternalImageFormatInfo VkPhysicalDeviceExternalImageFormatInfoKHR; - -typedef VkExternalImageFormatProperties VkExternalImageFormatPropertiesKHR; - -typedef VkPhysicalDeviceExternalBufferInfo VkPhysicalDeviceExternalBufferInfoKHR; - -typedef VkExternalBufferProperties VkExternalBufferPropertiesKHR; - -typedef VkPhysicalDeviceIDProperties VkPhysicalDeviceIDPropertiesKHR; - -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalBufferPropertiesKHR( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, - VkExternalBufferProperties* pExternalBufferProperties); -#endif - - -#define VK_KHR_external_memory 1 -#define VK_KHR_EXTERNAL_MEMORY_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME "VK_KHR_external_memory" -#define VK_QUEUE_FAMILY_EXTERNAL_KHR VK_QUEUE_FAMILY_EXTERNAL -typedef VkExternalMemoryImageCreateInfo VkExternalMemoryImageCreateInfoKHR; - -typedef VkExternalMemoryBufferCreateInfo VkExternalMemoryBufferCreateInfoKHR; - -typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR; - - - -#define VK_KHR_external_memory_fd 1 -#define VK_KHR_EXTERNAL_MEMORY_FD_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME "VK_KHR_external_memory_fd" -typedef struct VkImportMemoryFdInfoKHR { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlagBits handleType; - int fd; -} VkImportMemoryFdInfoKHR; - -typedef struct VkMemoryFdPropertiesKHR { - VkStructureType sType; - void* pNext; - uint32_t memoryTypeBits; -} VkMemoryFdPropertiesKHR; - -typedef struct VkMemoryGetFdInfoKHR { - VkStructureType sType; - const void* pNext; - VkDeviceMemory memory; - VkExternalMemoryHandleTypeFlagBits handleType; -} VkMemoryGetFdInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryFdKHR)(VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd); -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryFdPropertiesKHR)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, int fd, VkMemoryFdPropertiesKHR* pMemoryFdProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryFdKHR( - VkDevice device, - const VkMemoryGetFdInfoKHR* pGetFdInfo, - int* pFd); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryFdPropertiesKHR( - VkDevice device, - VkExternalMemoryHandleTypeFlagBits handleType, - int fd, - VkMemoryFdPropertiesKHR* pMemoryFdProperties); -#endif - - -#define VK_KHR_external_semaphore_capabilities 1 -#define VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME "VK_KHR_external_semaphore_capabilities" -typedef VkExternalSemaphoreHandleTypeFlags VkExternalSemaphoreHandleTypeFlagsKHR; - -typedef VkExternalSemaphoreHandleTypeFlagBits VkExternalSemaphoreHandleTypeFlagBitsKHR; - -typedef VkExternalSemaphoreFeatureFlags VkExternalSemaphoreFeatureFlagsKHR; - -typedef VkExternalSemaphoreFeatureFlagBits VkExternalSemaphoreFeatureFlagBitsKHR; - -typedef VkPhysicalDeviceExternalSemaphoreInfo VkPhysicalDeviceExternalSemaphoreInfoKHR; - -typedef VkExternalSemaphoreProperties VkExternalSemaphorePropertiesKHR; - -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, - VkExternalSemaphoreProperties* pExternalSemaphoreProperties); -#endif - - -#define VK_KHR_external_semaphore 1 -#define VK_KHR_EXTERNAL_SEMAPHORE_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME "VK_KHR_external_semaphore" -typedef VkSemaphoreImportFlags VkSemaphoreImportFlagsKHR; - -typedef VkSemaphoreImportFlagBits VkSemaphoreImportFlagBitsKHR; - -typedef VkExportSemaphoreCreateInfo VkExportSemaphoreCreateInfoKHR; - - - -#define VK_KHR_external_semaphore_fd 1 -#define VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME "VK_KHR_external_semaphore_fd" -typedef struct VkImportSemaphoreFdInfoKHR { - VkStructureType sType; - const void* pNext; - VkSemaphore semaphore; - VkSemaphoreImportFlags flags; - VkExternalSemaphoreHandleTypeFlagBits handleType; - int fd; -} VkImportSemaphoreFdInfoKHR; - -typedef struct VkSemaphoreGetFdInfoKHR { - VkStructureType sType; - const void* pNext; - VkSemaphore semaphore; - VkExternalSemaphoreHandleTypeFlagBits handleType; -} VkSemaphoreGetFdInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); -typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreFdKHR)(VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkImportSemaphoreFdKHR( - VkDevice device, - const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreFdKHR( - VkDevice device, - const VkSemaphoreGetFdInfoKHR* pGetFdInfo, - int* pFd); -#endif - - -#define VK_KHR_push_descriptor 1 -#define VK_KHR_PUSH_DESCRIPTOR_SPEC_VERSION 2 -#define VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME "VK_KHR_push_descriptor" -typedef struct VkPhysicalDevicePushDescriptorPropertiesKHR { - VkStructureType sType; - void* pNext; - uint32_t maxPushDescriptors; -} VkPhysicalDevicePushDescriptorPropertiesKHR; - -typedef void (VKAPI_PTR *PFN_vkCmdPushDescriptorSetKHR)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites); -typedef void (VKAPI_PTR *PFN_vkCmdPushDescriptorSetWithTemplateKHR)(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, uint32_t set, const void* pData); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdPushDescriptorSetKHR( - VkCommandBuffer commandBuffer, - VkPipelineBindPoint pipelineBindPoint, - VkPipelineLayout layout, - uint32_t set, - uint32_t descriptorWriteCount, - const VkWriteDescriptorSet* pDescriptorWrites); - -VKAPI_ATTR void VKAPI_CALL vkCmdPushDescriptorSetWithTemplateKHR( - VkCommandBuffer commandBuffer, - VkDescriptorUpdateTemplate descriptorUpdateTemplate, - VkPipelineLayout layout, - uint32_t set, - const void* pData); -#endif - - -#define VK_KHR_shader_float16_int8 1 -#define VK_KHR_SHADER_FLOAT16_INT8_SPEC_VERSION 1 -#define VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME "VK_KHR_shader_float16_int8" -typedef VkPhysicalDeviceShaderFloat16Int8Features VkPhysicalDeviceShaderFloat16Int8FeaturesKHR; - -typedef VkPhysicalDeviceShaderFloat16Int8Features VkPhysicalDeviceFloat16Int8FeaturesKHR; - - - -#define VK_KHR_16bit_storage 1 -#define VK_KHR_16BIT_STORAGE_SPEC_VERSION 1 -#define VK_KHR_16BIT_STORAGE_EXTENSION_NAME "VK_KHR_16bit_storage" -typedef VkPhysicalDevice16BitStorageFeatures VkPhysicalDevice16BitStorageFeaturesKHR; - - - -#define VK_KHR_incremental_present 1 -#define VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION 2 -#define VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME "VK_KHR_incremental_present" -typedef struct VkRectLayerKHR { - VkOffset2D offset; - VkExtent2D extent; - uint32_t layer; -} VkRectLayerKHR; - -typedef struct VkPresentRegionKHR { - uint32_t rectangleCount; - const VkRectLayerKHR* pRectangles; -} VkPresentRegionKHR; - -typedef struct VkPresentRegionsKHR { - VkStructureType sType; - const void* pNext; - uint32_t swapchainCount; - const VkPresentRegionKHR* pRegions; -} VkPresentRegionsKHR; - - - -#define VK_KHR_descriptor_update_template 1 -typedef VkDescriptorUpdateTemplate VkDescriptorUpdateTemplateKHR; - -#define VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_SPEC_VERSION 1 -#define VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME "VK_KHR_descriptor_update_template" -typedef VkDescriptorUpdateTemplateType VkDescriptorUpdateTemplateTypeKHR; - -typedef VkDescriptorUpdateTemplateCreateFlags VkDescriptorUpdateTemplateCreateFlagsKHR; - -typedef VkDescriptorUpdateTemplateEntry VkDescriptorUpdateTemplateEntryKHR; - -typedef VkDescriptorUpdateTemplateCreateInfo VkDescriptorUpdateTemplateCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorUpdateTemplateKHR)(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpdateTemplate* pDescriptorUpdateTemplate); -typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorUpdateTemplateKHR)(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkUpdateDescriptorSetWithTemplateKHR)(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void* pData); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorUpdateTemplateKHR( - VkDevice device, - const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkDescriptorUpdateTemplate* pDescriptorUpdateTemplate); - -VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorUpdateTemplateKHR( - VkDevice device, - VkDescriptorUpdateTemplate descriptorUpdateTemplate, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSetWithTemplateKHR( - VkDevice device, - VkDescriptorSet descriptorSet, - VkDescriptorUpdateTemplate descriptorUpdateTemplate, - const void* pData); -#endif - - -#define VK_KHR_imageless_framebuffer 1 -#define VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION 1 -#define VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME "VK_KHR_imageless_framebuffer" -typedef VkPhysicalDeviceImagelessFramebufferFeatures VkPhysicalDeviceImagelessFramebufferFeaturesKHR; - -typedef VkFramebufferAttachmentsCreateInfo VkFramebufferAttachmentsCreateInfoKHR; - -typedef VkFramebufferAttachmentImageInfo VkFramebufferAttachmentImageInfoKHR; - -typedef VkRenderPassAttachmentBeginInfo VkRenderPassAttachmentBeginInfoKHR; - - - -#define VK_KHR_create_renderpass2 1 -#define VK_KHR_CREATE_RENDERPASS_2_SPEC_VERSION 1 -#define VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME "VK_KHR_create_renderpass2" -typedef VkRenderPassCreateInfo2 VkRenderPassCreateInfo2KHR; - -typedef VkAttachmentDescription2 VkAttachmentDescription2KHR; - -typedef VkAttachmentReference2 VkAttachmentReference2KHR; - -typedef VkSubpassDescription2 VkSubpassDescription2KHR; - -typedef VkSubpassDependency2 VkSubpassDependency2KHR; - -typedef VkSubpassBeginInfo VkSubpassBeginInfoKHR; - -typedef VkSubpassEndInfo VkSubpassEndInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateRenderPass2KHR)(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass); -typedef void (VKAPI_PTR *PFN_vkCmdBeginRenderPass2KHR)(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, const VkSubpassBeginInfo* pSubpassBeginInfo); -typedef void (VKAPI_PTR *PFN_vkCmdNextSubpass2KHR)(VkCommandBuffer commandBuffer, const VkSubpassBeginInfo* pSubpassBeginInfo, const VkSubpassEndInfo* pSubpassEndInfo); -typedef void (VKAPI_PTR *PFN_vkCmdEndRenderPass2KHR)(VkCommandBuffer commandBuffer, const VkSubpassEndInfo* pSubpassEndInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateRenderPass2KHR( - VkDevice device, - const VkRenderPassCreateInfo2* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkRenderPass* pRenderPass); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginRenderPass2KHR( - VkCommandBuffer commandBuffer, - const VkRenderPassBeginInfo* pRenderPassBegin, - const VkSubpassBeginInfo* pSubpassBeginInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdNextSubpass2KHR( - VkCommandBuffer commandBuffer, - const VkSubpassBeginInfo* pSubpassBeginInfo, - const VkSubpassEndInfo* pSubpassEndInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndRenderPass2KHR( - VkCommandBuffer commandBuffer, - const VkSubpassEndInfo* pSubpassEndInfo); -#endif - - -#define VK_KHR_shared_presentable_image 1 -#define VK_KHR_SHARED_PRESENTABLE_IMAGE_SPEC_VERSION 1 -#define VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME "VK_KHR_shared_presentable_image" -typedef struct VkSharedPresentSurfaceCapabilitiesKHR { - VkStructureType sType; - void* pNext; - VkImageUsageFlags sharedPresentSupportedUsageFlags; -} VkSharedPresentSurfaceCapabilitiesKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainStatusKHR)(VkDevice device, VkSwapchainKHR swapchain); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetSwapchainStatusKHR( - VkDevice device, - VkSwapchainKHR swapchain); -#endif - - -#define VK_KHR_external_fence_capabilities 1 -#define VK_KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME "VK_KHR_external_fence_capabilities" -typedef VkExternalFenceHandleTypeFlags VkExternalFenceHandleTypeFlagsKHR; - -typedef VkExternalFenceHandleTypeFlagBits VkExternalFenceHandleTypeFlagBitsKHR; - -typedef VkExternalFenceFeatureFlags VkExternalFenceFeatureFlagsKHR; - -typedef VkExternalFenceFeatureFlagBits VkExternalFenceFeatureFlagBitsKHR; - -typedef VkPhysicalDeviceExternalFenceInfo VkPhysicalDeviceExternalFenceInfoKHR; - -typedef VkExternalFenceProperties VkExternalFencePropertiesKHR; - -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFencePropertiesKHR( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, - VkExternalFenceProperties* pExternalFenceProperties); -#endif - - -#define VK_KHR_external_fence 1 -#define VK_KHR_EXTERNAL_FENCE_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME "VK_KHR_external_fence" -typedef VkFenceImportFlags VkFenceImportFlagsKHR; - -typedef VkFenceImportFlagBits VkFenceImportFlagBitsKHR; - -typedef VkExportFenceCreateInfo VkExportFenceCreateInfoKHR; - - - -#define VK_KHR_external_fence_fd 1 -#define VK_KHR_EXTERNAL_FENCE_FD_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME "VK_KHR_external_fence_fd" -typedef struct VkImportFenceFdInfoKHR { - VkStructureType sType; - const void* pNext; - VkFence fence; - VkFenceImportFlags flags; - VkExternalFenceHandleTypeFlagBits handleType; - int fd; -} VkImportFenceFdInfoKHR; - -typedef struct VkFenceGetFdInfoKHR { - VkStructureType sType; - const void* pNext; - VkFence fence; - VkExternalFenceHandleTypeFlagBits handleType; -} VkFenceGetFdInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkImportFenceFdKHR)(VkDevice device, const VkImportFenceFdInfoKHR* pImportFenceFdInfo); -typedef VkResult (VKAPI_PTR *PFN_vkGetFenceFdKHR)(VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkImportFenceFdKHR( - VkDevice device, - const VkImportFenceFdInfoKHR* pImportFenceFdInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetFenceFdKHR( - VkDevice device, - const VkFenceGetFdInfoKHR* pGetFdInfo, - int* pFd); -#endif - - -#define VK_KHR_performance_query 1 -#define VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION 1 -#define VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME "VK_KHR_performance_query" - -typedef enum VkPerformanceCounterUnitKHR { - VK_PERFORMANCE_COUNTER_UNIT_GENERIC_KHR = 0, - VK_PERFORMANCE_COUNTER_UNIT_PERCENTAGE_KHR = 1, - VK_PERFORMANCE_COUNTER_UNIT_NANOSECONDS_KHR = 2, - VK_PERFORMANCE_COUNTER_UNIT_BYTES_KHR = 3, - VK_PERFORMANCE_COUNTER_UNIT_BYTES_PER_SECOND_KHR = 4, - VK_PERFORMANCE_COUNTER_UNIT_KELVIN_KHR = 5, - VK_PERFORMANCE_COUNTER_UNIT_WATTS_KHR = 6, - VK_PERFORMANCE_COUNTER_UNIT_VOLTS_KHR = 7, - VK_PERFORMANCE_COUNTER_UNIT_AMPS_KHR = 8, - VK_PERFORMANCE_COUNTER_UNIT_HERTZ_KHR = 9, - VK_PERFORMANCE_COUNTER_UNIT_CYCLES_KHR = 10, - VK_PERFORMANCE_COUNTER_UNIT_MAX_ENUM_KHR = 0x7FFFFFFF -} VkPerformanceCounterUnitKHR; - -typedef enum VkPerformanceCounterScopeKHR { - VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_BUFFER_KHR = 0, - VK_PERFORMANCE_COUNTER_SCOPE_RENDER_PASS_KHR = 1, - VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_KHR = 2, - VK_QUERY_SCOPE_COMMAND_BUFFER_KHR = VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_BUFFER_KHR, - VK_QUERY_SCOPE_RENDER_PASS_KHR = VK_PERFORMANCE_COUNTER_SCOPE_RENDER_PASS_KHR, - VK_QUERY_SCOPE_COMMAND_KHR = VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_KHR, - VK_PERFORMANCE_COUNTER_SCOPE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkPerformanceCounterScopeKHR; - -typedef enum VkPerformanceCounterStorageKHR { - VK_PERFORMANCE_COUNTER_STORAGE_INT32_KHR = 0, - VK_PERFORMANCE_COUNTER_STORAGE_INT64_KHR = 1, - VK_PERFORMANCE_COUNTER_STORAGE_UINT32_KHR = 2, - VK_PERFORMANCE_COUNTER_STORAGE_UINT64_KHR = 3, - VK_PERFORMANCE_COUNTER_STORAGE_FLOAT32_KHR = 4, - VK_PERFORMANCE_COUNTER_STORAGE_FLOAT64_KHR = 5, - VK_PERFORMANCE_COUNTER_STORAGE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkPerformanceCounterStorageKHR; - -typedef enum VkPerformanceCounterDescriptionFlagBitsKHR { - VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_BIT_KHR = 0x00000001, - VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_BIT_KHR = 0x00000002, - VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_KHR = VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_BIT_KHR, - VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_KHR = VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_BIT_KHR, - VK_PERFORMANCE_COUNTER_DESCRIPTION_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkPerformanceCounterDescriptionFlagBitsKHR; -typedef VkFlags VkPerformanceCounterDescriptionFlagsKHR; - -typedef enum VkAcquireProfilingLockFlagBitsKHR { - VK_ACQUIRE_PROFILING_LOCK_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkAcquireProfilingLockFlagBitsKHR; -typedef VkFlags VkAcquireProfilingLockFlagsKHR; -typedef struct VkPhysicalDevicePerformanceQueryFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 performanceCounterQueryPools; - VkBool32 performanceCounterMultipleQueryPools; -} VkPhysicalDevicePerformanceQueryFeaturesKHR; - -typedef struct VkPhysicalDevicePerformanceQueryPropertiesKHR { - VkStructureType sType; - void* pNext; - VkBool32 allowCommandBufferQueryCopies; -} VkPhysicalDevicePerformanceQueryPropertiesKHR; - -typedef struct VkPerformanceCounterKHR { - VkStructureType sType; - void* pNext; - VkPerformanceCounterUnitKHR unit; - VkPerformanceCounterScopeKHR scope; - VkPerformanceCounterStorageKHR storage; - uint8_t uuid[VK_UUID_SIZE]; -} VkPerformanceCounterKHR; - -typedef struct VkPerformanceCounterDescriptionKHR { - VkStructureType sType; - void* pNext; - VkPerformanceCounterDescriptionFlagsKHR flags; - char name[VK_MAX_DESCRIPTION_SIZE]; - char category[VK_MAX_DESCRIPTION_SIZE]; - char description[VK_MAX_DESCRIPTION_SIZE]; -} VkPerformanceCounterDescriptionKHR; - -typedef struct VkQueryPoolPerformanceCreateInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t queueFamilyIndex; - uint32_t counterIndexCount; - const uint32_t* pCounterIndices; -} VkQueryPoolPerformanceCreateInfoKHR; - -typedef union VkPerformanceCounterResultKHR { - int32_t int32; - int64_t int64; - uint32_t uint32; - uint64_t uint64; - float float32; - double float64; -} VkPerformanceCounterResultKHR; - -typedef struct VkAcquireProfilingLockInfoKHR { - VkStructureType sType; - const void* pNext; - VkAcquireProfilingLockFlagsKHR flags; - uint64_t timeout; -} VkAcquireProfilingLockInfoKHR; - -typedef struct VkPerformanceQuerySubmitInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t counterPassIndex; -} VkPerformanceQuerySubmitInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, uint32_t* pCounterCount, VkPerformanceCounterKHR* pCounters, VkPerformanceCounterDescriptionKHR* pCounterDescriptions); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR)(VkPhysicalDevice physicalDevice, const VkQueryPoolPerformanceCreateInfoKHR* pPerformanceQueryCreateInfo, uint32_t* pNumPasses); -typedef VkResult (VKAPI_PTR *PFN_vkAcquireProfilingLockKHR)(VkDevice device, const VkAcquireProfilingLockInfoKHR* pInfo); -typedef void (VKAPI_PTR *PFN_vkReleaseProfilingLockKHR)(VkDevice device); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR( - VkPhysicalDevice physicalDevice, - uint32_t queueFamilyIndex, - uint32_t* pCounterCount, - VkPerformanceCounterKHR* pCounters, - VkPerformanceCounterDescriptionKHR* pCounterDescriptions); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR( - VkPhysicalDevice physicalDevice, - const VkQueryPoolPerformanceCreateInfoKHR* pPerformanceQueryCreateInfo, - uint32_t* pNumPasses); - -VKAPI_ATTR VkResult VKAPI_CALL vkAcquireProfilingLockKHR( - VkDevice device, - const VkAcquireProfilingLockInfoKHR* pInfo); - -VKAPI_ATTR void VKAPI_CALL vkReleaseProfilingLockKHR( - VkDevice device); -#endif - - -#define VK_KHR_maintenance2 1 -#define VK_KHR_MAINTENANCE_2_SPEC_VERSION 1 -#define VK_KHR_MAINTENANCE_2_EXTENSION_NAME "VK_KHR_maintenance2" -#define VK_KHR_MAINTENANCE2_SPEC_VERSION VK_KHR_MAINTENANCE_2_SPEC_VERSION -#define VK_KHR_MAINTENANCE2_EXTENSION_NAME VK_KHR_MAINTENANCE_2_EXTENSION_NAME -typedef VkPointClippingBehavior VkPointClippingBehaviorKHR; - -typedef VkTessellationDomainOrigin VkTessellationDomainOriginKHR; - -typedef VkPhysicalDevicePointClippingProperties VkPhysicalDevicePointClippingPropertiesKHR; - -typedef VkRenderPassInputAttachmentAspectCreateInfo VkRenderPassInputAttachmentAspectCreateInfoKHR; - -typedef VkInputAttachmentAspectReference VkInputAttachmentAspectReferenceKHR; - -typedef VkImageViewUsageCreateInfo VkImageViewUsageCreateInfoKHR; - -typedef VkPipelineTessellationDomainOriginStateCreateInfo VkPipelineTessellationDomainOriginStateCreateInfoKHR; - - - -#define VK_KHR_get_surface_capabilities2 1 -#define VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION 1 -#define VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME "VK_KHR_get_surface_capabilities2" -typedef struct VkPhysicalDeviceSurfaceInfo2KHR { - VkStructureType sType; - const void* pNext; - VkSurfaceKHR surface; -} VkPhysicalDeviceSurfaceInfo2KHR; - -typedef struct VkSurfaceCapabilities2KHR { - VkStructureType sType; - void* pNext; - VkSurfaceCapabilitiesKHR surfaceCapabilities; -} VkSurfaceCapabilities2KHR; - -typedef struct VkSurfaceFormat2KHR { - VkStructureType sType; - void* pNext; - VkSurfaceFormatKHR surfaceFormat; -} VkSurfaceFormat2KHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, VkSurfaceCapabilities2KHR* pSurfaceCapabilities); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceFormats2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pSurfaceFormatCount, VkSurfaceFormat2KHR* pSurfaceFormats); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceCapabilities2KHR( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, - VkSurfaceCapabilities2KHR* pSurfaceCapabilities); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceFormats2KHR( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, - uint32_t* pSurfaceFormatCount, - VkSurfaceFormat2KHR* pSurfaceFormats); -#endif - - -#define VK_KHR_variable_pointers 1 -#define VK_KHR_VARIABLE_POINTERS_SPEC_VERSION 1 -#define VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME "VK_KHR_variable_pointers" -typedef VkPhysicalDeviceVariablePointersFeatures VkPhysicalDeviceVariablePointerFeaturesKHR; - -typedef VkPhysicalDeviceVariablePointersFeatures VkPhysicalDeviceVariablePointersFeaturesKHR; - - - -#define VK_KHR_get_display_properties2 1 -#define VK_KHR_GET_DISPLAY_PROPERTIES_2_SPEC_VERSION 1 -#define VK_KHR_GET_DISPLAY_PROPERTIES_2_EXTENSION_NAME "VK_KHR_get_display_properties2" -typedef struct VkDisplayProperties2KHR { - VkStructureType sType; - void* pNext; - VkDisplayPropertiesKHR displayProperties; -} VkDisplayProperties2KHR; - -typedef struct VkDisplayPlaneProperties2KHR { - VkStructureType sType; - void* pNext; - VkDisplayPlanePropertiesKHR displayPlaneProperties; -} VkDisplayPlaneProperties2KHR; - -typedef struct VkDisplayModeProperties2KHR { - VkStructureType sType; - void* pNext; - VkDisplayModePropertiesKHR displayModeProperties; -} VkDisplayModeProperties2KHR; - -typedef struct VkDisplayPlaneInfo2KHR { - VkStructureType sType; - const void* pNext; - VkDisplayModeKHR mode; - uint32_t planeIndex; -} VkDisplayPlaneInfo2KHR; - -typedef struct VkDisplayPlaneCapabilities2KHR { - VkStructureType sType; - void* pNext; - VkDisplayPlaneCapabilitiesKHR capabilities; -} VkDisplayPlaneCapabilities2KHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayProperties2KHR* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkDisplayPlaneProperties2KHR* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayModeProperties2KHR)(VkPhysicalDevice physicalDevice, VkDisplayKHR display, uint32_t* pPropertyCount, VkDisplayModeProperties2KHR* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayPlaneCapabilities2KHR)(VkPhysicalDevice physicalDevice, const VkDisplayPlaneInfo2KHR* pDisplayPlaneInfo, VkDisplayPlaneCapabilities2KHR* pCapabilities); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayProperties2KHR( - VkPhysicalDevice physicalDevice, - uint32_t* pPropertyCount, - VkDisplayProperties2KHR* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlaneProperties2KHR( - VkPhysicalDevice physicalDevice, - uint32_t* pPropertyCount, - VkDisplayPlaneProperties2KHR* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayModeProperties2KHR( - VkPhysicalDevice physicalDevice, - VkDisplayKHR display, - uint32_t* pPropertyCount, - VkDisplayModeProperties2KHR* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneCapabilities2KHR( - VkPhysicalDevice physicalDevice, - const VkDisplayPlaneInfo2KHR* pDisplayPlaneInfo, - VkDisplayPlaneCapabilities2KHR* pCapabilities); -#endif - - -#define VK_KHR_dedicated_allocation 1 -#define VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION 3 -#define VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME "VK_KHR_dedicated_allocation" -typedef VkMemoryDedicatedRequirements VkMemoryDedicatedRequirementsKHR; - -typedef VkMemoryDedicatedAllocateInfo VkMemoryDedicatedAllocateInfoKHR; - - - -#define VK_KHR_storage_buffer_storage_class 1 -#define VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION 1 -#define VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME "VK_KHR_storage_buffer_storage_class" - - -#define VK_KHR_relaxed_block_layout 1 -#define VK_KHR_RELAXED_BLOCK_LAYOUT_SPEC_VERSION 1 -#define VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME "VK_KHR_relaxed_block_layout" - - -#define VK_KHR_get_memory_requirements2 1 -#define VK_KHR_GET_MEMORY_REQUIREMENTS_2_SPEC_VERSION 1 -#define VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME "VK_KHR_get_memory_requirements2" -typedef VkBufferMemoryRequirementsInfo2 VkBufferMemoryRequirementsInfo2KHR; - -typedef VkImageMemoryRequirementsInfo2 VkImageMemoryRequirementsInfo2KHR; - -typedef VkImageSparseMemoryRequirementsInfo2 VkImageSparseMemoryRequirementsInfo2KHR; - -typedef VkMemoryRequirements2 VkMemoryRequirements2KHR; - -typedef VkSparseImageMemoryRequirements2 VkSparseImageMemoryRequirements2KHR; - -typedef void (VKAPI_PTR *PFN_vkGetImageMemoryRequirements2KHR)(VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetBufferMemoryRequirements2KHR)(VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetImageSparseMemoryRequirements2KHR)(VkDevice device, const VkImageSparseMemoryRequirementsInfo2* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetImageMemoryRequirements2KHR( - VkDevice device, - const VkImageMemoryRequirementsInfo2* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetBufferMemoryRequirements2KHR( - VkDevice device, - const VkBufferMemoryRequirementsInfo2* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetImageSparseMemoryRequirements2KHR( - VkDevice device, - const VkImageSparseMemoryRequirementsInfo2* pInfo, - uint32_t* pSparseMemoryRequirementCount, - VkSparseImageMemoryRequirements2* pSparseMemoryRequirements); -#endif - - -#define VK_KHR_image_format_list 1 -#define VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION 1 -#define VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME "VK_KHR_image_format_list" -typedef VkImageFormatListCreateInfo VkImageFormatListCreateInfoKHR; - - - -#define VK_KHR_sampler_ycbcr_conversion 1 -typedef VkSamplerYcbcrConversion VkSamplerYcbcrConversionKHR; - -#define VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION 14 -#define VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME "VK_KHR_sampler_ycbcr_conversion" -typedef VkSamplerYcbcrModelConversion VkSamplerYcbcrModelConversionKHR; - -typedef VkSamplerYcbcrRange VkSamplerYcbcrRangeKHR; - -typedef VkChromaLocation VkChromaLocationKHR; - -typedef VkSamplerYcbcrConversionCreateInfo VkSamplerYcbcrConversionCreateInfoKHR; - -typedef VkSamplerYcbcrConversionInfo VkSamplerYcbcrConversionInfoKHR; - -typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR; - -typedef VkImagePlaneMemoryRequirementsInfo VkImagePlaneMemoryRequirementsInfoKHR; - -typedef VkPhysicalDeviceSamplerYcbcrConversionFeatures VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR; - -typedef VkSamplerYcbcrConversionImageFormatProperties VkSamplerYcbcrConversionImageFormatPropertiesKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateSamplerYcbcrConversionKHR)(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion); -typedef void (VKAPI_PTR *PFN_vkDestroySamplerYcbcrConversionKHR)(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateSamplerYcbcrConversionKHR( - VkDevice device, - const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSamplerYcbcrConversion* pYcbcrConversion); - -VKAPI_ATTR void VKAPI_CALL vkDestroySamplerYcbcrConversionKHR( - VkDevice device, - VkSamplerYcbcrConversion ycbcrConversion, - const VkAllocationCallbacks* pAllocator); -#endif - - -#define VK_KHR_bind_memory2 1 -#define VK_KHR_BIND_MEMORY_2_SPEC_VERSION 1 -#define VK_KHR_BIND_MEMORY_2_EXTENSION_NAME "VK_KHR_bind_memory2" -typedef VkBindBufferMemoryInfo VkBindBufferMemoryInfoKHR; - -typedef VkBindImageMemoryInfo VkBindImageMemoryInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkBindBufferMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos); -typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory2KHR)(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2KHR( - VkDevice device, - uint32_t bindInfoCount, - const VkBindBufferMemoryInfo* pBindInfos); - -VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR( - VkDevice device, - uint32_t bindInfoCount, - const VkBindImageMemoryInfo* pBindInfos); -#endif - - -#define VK_KHR_maintenance3 1 -#define VK_KHR_MAINTENANCE_3_SPEC_VERSION 1 -#define VK_KHR_MAINTENANCE_3_EXTENSION_NAME "VK_KHR_maintenance3" -#define VK_KHR_MAINTENANCE3_SPEC_VERSION VK_KHR_MAINTENANCE_3_SPEC_VERSION -#define VK_KHR_MAINTENANCE3_EXTENSION_NAME VK_KHR_MAINTENANCE_3_EXTENSION_NAME -typedef VkPhysicalDeviceMaintenance3Properties VkPhysicalDeviceMaintenance3PropertiesKHR; - -typedef VkDescriptorSetLayoutSupport VkDescriptorSetLayoutSupportKHR; - -typedef void (VKAPI_PTR *PFN_vkGetDescriptorSetLayoutSupportKHR)(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetDescriptorSetLayoutSupportKHR( - VkDevice device, - const VkDescriptorSetLayoutCreateInfo* pCreateInfo, - VkDescriptorSetLayoutSupport* pSupport); -#endif - - -#define VK_KHR_draw_indirect_count 1 -#define VK_KHR_DRAW_INDIRECT_COUNT_SPEC_VERSION 1 -#define VK_KHR_DRAW_INDIRECT_COUNT_EXTENSION_NAME "VK_KHR_draw_indirect_count" -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndirectCountKHR)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndexedIndirectCountKHR)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndirectCountKHR( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - VkBuffer countBuffer, - VkDeviceSize countBufferOffset, - uint32_t maxDrawCount, - uint32_t stride); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexedIndirectCountKHR( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - VkBuffer countBuffer, - VkDeviceSize countBufferOffset, - uint32_t maxDrawCount, - uint32_t stride); -#endif - - -#define VK_KHR_shader_subgroup_extended_types 1 -#define VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_SPEC_VERSION 1 -#define VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_EXTENSION_NAME "VK_KHR_shader_subgroup_extended_types" -typedef VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR; - - - -#define VK_KHR_8bit_storage 1 -#define VK_KHR_8BIT_STORAGE_SPEC_VERSION 1 -#define VK_KHR_8BIT_STORAGE_EXTENSION_NAME "VK_KHR_8bit_storage" -typedef VkPhysicalDevice8BitStorageFeatures VkPhysicalDevice8BitStorageFeaturesKHR; - - - -#define VK_KHR_shader_atomic_int64 1 -#define VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION 1 -#define VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME "VK_KHR_shader_atomic_int64" -typedef VkPhysicalDeviceShaderAtomicInt64Features VkPhysicalDeviceShaderAtomicInt64FeaturesKHR; - - - -#define VK_KHR_shader_clock 1 -#define VK_KHR_SHADER_CLOCK_SPEC_VERSION 1 -#define VK_KHR_SHADER_CLOCK_EXTENSION_NAME "VK_KHR_shader_clock" -typedef struct VkPhysicalDeviceShaderClockFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 shaderSubgroupClock; - VkBool32 shaderDeviceClock; -} VkPhysicalDeviceShaderClockFeaturesKHR; - - - -#define VK_KHR_global_priority 1 -#define VK_MAX_GLOBAL_PRIORITY_SIZE_KHR 16U -#define VK_KHR_GLOBAL_PRIORITY_SPEC_VERSION 1 -#define VK_KHR_GLOBAL_PRIORITY_EXTENSION_NAME "VK_KHR_global_priority" - -typedef enum VkQueueGlobalPriorityKHR { - VK_QUEUE_GLOBAL_PRIORITY_LOW_KHR = 128, - VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR = 256, - VK_QUEUE_GLOBAL_PRIORITY_HIGH_KHR = 512, - VK_QUEUE_GLOBAL_PRIORITY_REALTIME_KHR = 1024, - VK_QUEUE_GLOBAL_PRIORITY_LOW_EXT = VK_QUEUE_GLOBAL_PRIORITY_LOW_KHR, - VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT = VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR, - VK_QUEUE_GLOBAL_PRIORITY_HIGH_EXT = VK_QUEUE_GLOBAL_PRIORITY_HIGH_KHR, - VK_QUEUE_GLOBAL_PRIORITY_REALTIME_EXT = VK_QUEUE_GLOBAL_PRIORITY_REALTIME_KHR, - VK_QUEUE_GLOBAL_PRIORITY_MAX_ENUM_KHR = 0x7FFFFFFF -} VkQueueGlobalPriorityKHR; -typedef struct VkDeviceQueueGlobalPriorityCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkQueueGlobalPriorityKHR globalPriority; -} VkDeviceQueueGlobalPriorityCreateInfoKHR; - -typedef struct VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 globalPriorityQuery; -} VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR; - -typedef struct VkQueueFamilyGlobalPriorityPropertiesKHR { - VkStructureType sType; - void* pNext; - uint32_t priorityCount; - VkQueueGlobalPriorityKHR priorities[VK_MAX_GLOBAL_PRIORITY_SIZE_KHR]; -} VkQueueFamilyGlobalPriorityPropertiesKHR; - - - -#define VK_KHR_driver_properties 1 -#define VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION 1 -#define VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME "VK_KHR_driver_properties" -#define VK_MAX_DRIVER_NAME_SIZE_KHR VK_MAX_DRIVER_NAME_SIZE -#define VK_MAX_DRIVER_INFO_SIZE_KHR VK_MAX_DRIVER_INFO_SIZE -typedef VkDriverId VkDriverIdKHR; - -typedef VkConformanceVersion VkConformanceVersionKHR; - -typedef VkPhysicalDeviceDriverProperties VkPhysicalDeviceDriverPropertiesKHR; - - - -#define VK_KHR_shader_float_controls 1 -#define VK_KHR_SHADER_FLOAT_CONTROLS_SPEC_VERSION 4 -#define VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME "VK_KHR_shader_float_controls" -typedef VkShaderFloatControlsIndependence VkShaderFloatControlsIndependenceKHR; - -typedef VkPhysicalDeviceFloatControlsProperties VkPhysicalDeviceFloatControlsPropertiesKHR; - - - -#define VK_KHR_depth_stencil_resolve 1 -#define VK_KHR_DEPTH_STENCIL_RESOLVE_SPEC_VERSION 1 -#define VK_KHR_DEPTH_STENCIL_RESOLVE_EXTENSION_NAME "VK_KHR_depth_stencil_resolve" -typedef VkResolveModeFlagBits VkResolveModeFlagBitsKHR; - -typedef VkResolveModeFlags VkResolveModeFlagsKHR; - -typedef VkSubpassDescriptionDepthStencilResolve VkSubpassDescriptionDepthStencilResolveKHR; - -typedef VkPhysicalDeviceDepthStencilResolveProperties VkPhysicalDeviceDepthStencilResolvePropertiesKHR; - - - -#define VK_KHR_swapchain_mutable_format 1 -#define VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION 1 -#define VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME "VK_KHR_swapchain_mutable_format" - - -#define VK_KHR_timeline_semaphore 1 -#define VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION 2 -#define VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME "VK_KHR_timeline_semaphore" -typedef VkSemaphoreType VkSemaphoreTypeKHR; - -typedef VkSemaphoreWaitFlagBits VkSemaphoreWaitFlagBitsKHR; - -typedef VkSemaphoreWaitFlags VkSemaphoreWaitFlagsKHR; - -typedef VkPhysicalDeviceTimelineSemaphoreFeatures VkPhysicalDeviceTimelineSemaphoreFeaturesKHR; - -typedef VkPhysicalDeviceTimelineSemaphoreProperties VkPhysicalDeviceTimelineSemaphorePropertiesKHR; - -typedef VkSemaphoreTypeCreateInfo VkSemaphoreTypeCreateInfoKHR; - -typedef VkTimelineSemaphoreSubmitInfo VkTimelineSemaphoreSubmitInfoKHR; - -typedef VkSemaphoreWaitInfo VkSemaphoreWaitInfoKHR; - -typedef VkSemaphoreSignalInfo VkSemaphoreSignalInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreCounterValueKHR)(VkDevice device, VkSemaphore semaphore, uint64_t* pValue); -typedef VkResult (VKAPI_PTR *PFN_vkWaitSemaphoresKHR)(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout); -typedef VkResult (VKAPI_PTR *PFN_vkSignalSemaphoreKHR)(VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreCounterValueKHR( - VkDevice device, - VkSemaphore semaphore, - uint64_t* pValue); - -VKAPI_ATTR VkResult VKAPI_CALL vkWaitSemaphoresKHR( - VkDevice device, - const VkSemaphoreWaitInfo* pWaitInfo, - uint64_t timeout); - -VKAPI_ATTR VkResult VKAPI_CALL vkSignalSemaphoreKHR( - VkDevice device, - const VkSemaphoreSignalInfo* pSignalInfo); -#endif - - -#define VK_KHR_vulkan_memory_model 1 -#define VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION 3 -#define VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME "VK_KHR_vulkan_memory_model" -typedef VkPhysicalDeviceVulkanMemoryModelFeatures VkPhysicalDeviceVulkanMemoryModelFeaturesKHR; - - - -#define VK_KHR_shader_terminate_invocation 1 -#define VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION 1 -#define VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME "VK_KHR_shader_terminate_invocation" -typedef VkPhysicalDeviceShaderTerminateInvocationFeatures VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR; - - - -#define VK_KHR_fragment_shading_rate 1 -#define VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION 2 -#define VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME "VK_KHR_fragment_shading_rate" - -typedef enum VkFragmentShadingRateCombinerOpKHR { - VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR = 0, - VK_FRAGMENT_SHADING_RATE_COMBINER_OP_REPLACE_KHR = 1, - VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MIN_KHR = 2, - VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MAX_KHR = 3, - VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MUL_KHR = 4, - VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MAX_ENUM_KHR = 0x7FFFFFFF -} VkFragmentShadingRateCombinerOpKHR; -typedef struct VkFragmentShadingRateAttachmentInfoKHR { - VkStructureType sType; - const void* pNext; - const VkAttachmentReference2* pFragmentShadingRateAttachment; - VkExtent2D shadingRateAttachmentTexelSize; -} VkFragmentShadingRateAttachmentInfoKHR; - -typedef struct VkPipelineFragmentShadingRateStateCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkExtent2D fragmentSize; - VkFragmentShadingRateCombinerOpKHR combinerOps[2]; -} VkPipelineFragmentShadingRateStateCreateInfoKHR; - -typedef struct VkPhysicalDeviceFragmentShadingRateFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 pipelineFragmentShadingRate; - VkBool32 primitiveFragmentShadingRate; - VkBool32 attachmentFragmentShadingRate; -} VkPhysicalDeviceFragmentShadingRateFeaturesKHR; - -typedef struct VkPhysicalDeviceFragmentShadingRatePropertiesKHR { - VkStructureType sType; - void* pNext; - VkExtent2D minFragmentShadingRateAttachmentTexelSize; - VkExtent2D maxFragmentShadingRateAttachmentTexelSize; - uint32_t maxFragmentShadingRateAttachmentTexelSizeAspectRatio; - VkBool32 primitiveFragmentShadingRateWithMultipleViewports; - VkBool32 layeredShadingRateAttachments; - VkBool32 fragmentShadingRateNonTrivialCombinerOps; - VkExtent2D maxFragmentSize; - uint32_t maxFragmentSizeAspectRatio; - uint32_t maxFragmentShadingRateCoverageSamples; - VkSampleCountFlagBits maxFragmentShadingRateRasterizationSamples; - VkBool32 fragmentShadingRateWithShaderDepthStencilWrites; - VkBool32 fragmentShadingRateWithSampleMask; - VkBool32 fragmentShadingRateWithShaderSampleMask; - VkBool32 fragmentShadingRateWithConservativeRasterization; - VkBool32 fragmentShadingRateWithFragmentShaderInterlock; - VkBool32 fragmentShadingRateWithCustomSampleLocations; - VkBool32 fragmentShadingRateStrictMultiplyCombiner; -} VkPhysicalDeviceFragmentShadingRatePropertiesKHR; - -typedef struct VkPhysicalDeviceFragmentShadingRateKHR { - VkStructureType sType; - void* pNext; - VkSampleCountFlags sampleCounts; - VkExtent2D fragmentSize; -} VkPhysicalDeviceFragmentShadingRateKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR)(VkPhysicalDevice physicalDevice, uint32_t* pFragmentShadingRateCount, VkPhysicalDeviceFragmentShadingRateKHR* pFragmentShadingRates); -typedef void (VKAPI_PTR *PFN_vkCmdSetFragmentShadingRateKHR)(VkCommandBuffer commandBuffer, const VkExtent2D* pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceFragmentShadingRatesKHR( - VkPhysicalDevice physicalDevice, - uint32_t* pFragmentShadingRateCount, - VkPhysicalDeviceFragmentShadingRateKHR* pFragmentShadingRates); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetFragmentShadingRateKHR( - VkCommandBuffer commandBuffer, - const VkExtent2D* pFragmentSize, - const VkFragmentShadingRateCombinerOpKHR combinerOps[2]); -#endif - - -#define VK_KHR_spirv_1_4 1 -#define VK_KHR_SPIRV_1_4_SPEC_VERSION 1 -#define VK_KHR_SPIRV_1_4_EXTENSION_NAME "VK_KHR_spirv_1_4" - - -#define VK_KHR_surface_protected_capabilities 1 -#define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION 1 -#define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_EXTENSION_NAME "VK_KHR_surface_protected_capabilities" -typedef struct VkSurfaceProtectedCapabilitiesKHR { - VkStructureType sType; - const void* pNext; - VkBool32 supportsProtected; -} VkSurfaceProtectedCapabilitiesKHR; - - - -#define VK_KHR_separate_depth_stencil_layouts 1 -#define VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION 1 -#define VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME "VK_KHR_separate_depth_stencil_layouts" -typedef VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR; - -typedef VkAttachmentReferenceStencilLayout VkAttachmentReferenceStencilLayoutKHR; - -typedef VkAttachmentDescriptionStencilLayout VkAttachmentDescriptionStencilLayoutKHR; - - - -#define VK_KHR_present_wait 1 -#define VK_KHR_PRESENT_WAIT_SPEC_VERSION 1 -#define VK_KHR_PRESENT_WAIT_EXTENSION_NAME "VK_KHR_present_wait" -typedef struct VkPhysicalDevicePresentWaitFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 presentWait; -} VkPhysicalDevicePresentWaitFeaturesKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkWaitForPresentKHR)(VkDevice device, VkSwapchainKHR swapchain, uint64_t presentId, uint64_t timeout); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkWaitForPresentKHR( - VkDevice device, - VkSwapchainKHR swapchain, - uint64_t presentId, - uint64_t timeout); -#endif - - -#define VK_KHR_uniform_buffer_standard_layout 1 -#define VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION 1 -#define VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME "VK_KHR_uniform_buffer_standard_layout" -typedef VkPhysicalDeviceUniformBufferStandardLayoutFeatures VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR; - - - -#define VK_KHR_buffer_device_address 1 -#define VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION 1 -#define VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME "VK_KHR_buffer_device_address" -typedef VkPhysicalDeviceBufferDeviceAddressFeatures VkPhysicalDeviceBufferDeviceAddressFeaturesKHR; - -typedef VkBufferDeviceAddressInfo VkBufferDeviceAddressInfoKHR; - -typedef VkBufferOpaqueCaptureAddressCreateInfo VkBufferOpaqueCaptureAddressCreateInfoKHR; - -typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAddressAllocateInfoKHR; - -typedef VkDeviceMemoryOpaqueCaptureAddressInfo VkDeviceMemoryOpaqueCaptureAddressInfoKHR; - -typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetBufferDeviceAddressKHR)(VkDevice device, const VkBufferDeviceAddressInfo* pInfo); -typedef uint64_t (VKAPI_PTR *PFN_vkGetBufferOpaqueCaptureAddressKHR)(VkDevice device, const VkBufferDeviceAddressInfo* pInfo); -typedef uint64_t (VKAPI_PTR *PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR)(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkDeviceAddress VKAPI_CALL vkGetBufferDeviceAddressKHR( - VkDevice device, - const VkBufferDeviceAddressInfo* pInfo); - -VKAPI_ATTR uint64_t VKAPI_CALL vkGetBufferOpaqueCaptureAddressKHR( - VkDevice device, - const VkBufferDeviceAddressInfo* pInfo); - -VKAPI_ATTR uint64_t VKAPI_CALL vkGetDeviceMemoryOpaqueCaptureAddressKHR( - VkDevice device, - const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo); -#endif - - -#define VK_KHR_deferred_host_operations 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDeferredOperationKHR) -#define VK_KHR_DEFERRED_HOST_OPERATIONS_SPEC_VERSION 4 -#define VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME "VK_KHR_deferred_host_operations" -typedef VkResult (VKAPI_PTR *PFN_vkCreateDeferredOperationKHR)(VkDevice device, const VkAllocationCallbacks* pAllocator, VkDeferredOperationKHR* pDeferredOperation); -typedef void (VKAPI_PTR *PFN_vkDestroyDeferredOperationKHR)(VkDevice device, VkDeferredOperationKHR operation, const VkAllocationCallbacks* pAllocator); -typedef uint32_t (VKAPI_PTR *PFN_vkGetDeferredOperationMaxConcurrencyKHR)(VkDevice device, VkDeferredOperationKHR operation); -typedef VkResult (VKAPI_PTR *PFN_vkGetDeferredOperationResultKHR)(VkDevice device, VkDeferredOperationKHR operation); -typedef VkResult (VKAPI_PTR *PFN_vkDeferredOperationJoinKHR)(VkDevice device, VkDeferredOperationKHR operation); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDeferredOperationKHR( - VkDevice device, - const VkAllocationCallbacks* pAllocator, - VkDeferredOperationKHR* pDeferredOperation); - -VKAPI_ATTR void VKAPI_CALL vkDestroyDeferredOperationKHR( - VkDevice device, - VkDeferredOperationKHR operation, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR uint32_t VKAPI_CALL vkGetDeferredOperationMaxConcurrencyKHR( - VkDevice device, - VkDeferredOperationKHR operation); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDeferredOperationResultKHR( - VkDevice device, - VkDeferredOperationKHR operation); - -VKAPI_ATTR VkResult VKAPI_CALL vkDeferredOperationJoinKHR( - VkDevice device, - VkDeferredOperationKHR operation); -#endif - - -#define VK_KHR_pipeline_executable_properties 1 -#define VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION 1 -#define VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME "VK_KHR_pipeline_executable_properties" - -typedef enum VkPipelineExecutableStatisticFormatKHR { - VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR = 0, - VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_INT64_KHR = 1, - VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR = 2, - VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_FLOAT64_KHR = 3, - VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_MAX_ENUM_KHR = 0x7FFFFFFF -} VkPipelineExecutableStatisticFormatKHR; -typedef struct VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 pipelineExecutableInfo; -} VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR; - -typedef struct VkPipelineInfoKHR { - VkStructureType sType; - const void* pNext; - VkPipeline pipeline; -} VkPipelineInfoKHR; - -typedef struct VkPipelineExecutablePropertiesKHR { - VkStructureType sType; - void* pNext; - VkShaderStageFlags stages; - char name[VK_MAX_DESCRIPTION_SIZE]; - char description[VK_MAX_DESCRIPTION_SIZE]; - uint32_t subgroupSize; -} VkPipelineExecutablePropertiesKHR; - -typedef struct VkPipelineExecutableInfoKHR { - VkStructureType sType; - const void* pNext; - VkPipeline pipeline; - uint32_t executableIndex; -} VkPipelineExecutableInfoKHR; - -typedef union VkPipelineExecutableStatisticValueKHR { - VkBool32 b32; - int64_t i64; - uint64_t u64; - double f64; -} VkPipelineExecutableStatisticValueKHR; - -typedef struct VkPipelineExecutableStatisticKHR { - VkStructureType sType; - void* pNext; - char name[VK_MAX_DESCRIPTION_SIZE]; - char description[VK_MAX_DESCRIPTION_SIZE]; - VkPipelineExecutableStatisticFormatKHR format; - VkPipelineExecutableStatisticValueKHR value; -} VkPipelineExecutableStatisticKHR; - -typedef struct VkPipelineExecutableInternalRepresentationKHR { - VkStructureType sType; - void* pNext; - char name[VK_MAX_DESCRIPTION_SIZE]; - char description[VK_MAX_DESCRIPTION_SIZE]; - VkBool32 isText; - size_t dataSize; - void* pData; -} VkPipelineExecutableInternalRepresentationKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineExecutablePropertiesKHR)(VkDevice device, const VkPipelineInfoKHR* pPipelineInfo, uint32_t* pExecutableCount, VkPipelineExecutablePropertiesKHR* pProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineExecutableStatisticsKHR)(VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pStatisticCount, VkPipelineExecutableStatisticKHR* pStatistics); -typedef VkResult (VKAPI_PTR *PFN_vkGetPipelineExecutableInternalRepresentationsKHR)(VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pInternalRepresentationCount, VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutablePropertiesKHR( - VkDevice device, - const VkPipelineInfoKHR* pPipelineInfo, - uint32_t* pExecutableCount, - VkPipelineExecutablePropertiesKHR* pProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableStatisticsKHR( - VkDevice device, - const VkPipelineExecutableInfoKHR* pExecutableInfo, - uint32_t* pStatisticCount, - VkPipelineExecutableStatisticKHR* pStatistics); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableInternalRepresentationsKHR( - VkDevice device, - const VkPipelineExecutableInfoKHR* pExecutableInfo, - uint32_t* pInternalRepresentationCount, - VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations); -#endif - - -#define VK_KHR_shader_integer_dot_product 1 -#define VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION 1 -#define VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME "VK_KHR_shader_integer_dot_product" -typedef VkPhysicalDeviceShaderIntegerDotProductFeatures VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR; - -typedef VkPhysicalDeviceShaderIntegerDotProductProperties VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR; - - - -#define VK_KHR_pipeline_library 1 -#define VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION 1 -#define VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME "VK_KHR_pipeline_library" -typedef struct VkPipelineLibraryCreateInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t libraryCount; - const VkPipeline* pLibraries; -} VkPipelineLibraryCreateInfoKHR; - - - -#define VK_KHR_shader_non_semantic_info 1 -#define VK_KHR_SHADER_NON_SEMANTIC_INFO_SPEC_VERSION 1 -#define VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME "VK_KHR_shader_non_semantic_info" - - -#define VK_KHR_present_id 1 -#define VK_KHR_PRESENT_ID_SPEC_VERSION 1 -#define VK_KHR_PRESENT_ID_EXTENSION_NAME "VK_KHR_present_id" -typedef struct VkPresentIdKHR { - VkStructureType sType; - const void* pNext; - uint32_t swapchainCount; - const uint64_t* pPresentIds; -} VkPresentIdKHR; - -typedef struct VkPhysicalDevicePresentIdFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 presentId; -} VkPhysicalDevicePresentIdFeaturesKHR; - - - -#define VK_KHR_synchronization2 1 -#define VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION 1 -#define VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME "VK_KHR_synchronization2" -typedef VkPipelineStageFlags2 VkPipelineStageFlags2KHR; - -typedef VkPipelineStageFlagBits2 VkPipelineStageFlagBits2KHR; - -typedef VkAccessFlags2 VkAccessFlags2KHR; - -typedef VkAccessFlagBits2 VkAccessFlagBits2KHR; - -typedef VkSubmitFlagBits VkSubmitFlagBitsKHR; - -typedef VkSubmitFlags VkSubmitFlagsKHR; - -typedef VkMemoryBarrier2 VkMemoryBarrier2KHR; - -typedef VkBufferMemoryBarrier2 VkBufferMemoryBarrier2KHR; - -typedef VkImageMemoryBarrier2 VkImageMemoryBarrier2KHR; - -typedef VkDependencyInfo VkDependencyInfoKHR; - -typedef VkSubmitInfo2 VkSubmitInfo2KHR; - -typedef VkSemaphoreSubmitInfo VkSemaphoreSubmitInfoKHR; - -typedef VkCommandBufferSubmitInfo VkCommandBufferSubmitInfoKHR; - -typedef VkPhysicalDeviceSynchronization2Features VkPhysicalDeviceSynchronization2FeaturesKHR; - -typedef struct VkQueueFamilyCheckpointProperties2NV { - VkStructureType sType; - void* pNext; - VkPipelineStageFlags2 checkpointExecutionStageMask; -} VkQueueFamilyCheckpointProperties2NV; - -typedef struct VkCheckpointData2NV { - VkStructureType sType; - void* pNext; - VkPipelineStageFlags2 stage; - void* pCheckpointMarker; -} VkCheckpointData2NV; - -typedef void (VKAPI_PTR *PFN_vkCmdSetEvent2KHR)(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo); -typedef void (VKAPI_PTR *PFN_vkCmdResetEvent2KHR)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask); -typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents2KHR)(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos); -typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier2KHR)(VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo); -typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp2KHR)(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query); -typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2KHR)(VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence); -typedef void (VKAPI_PTR *PFN_vkCmdWriteBufferMarker2AMD)(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker); -typedef void (VKAPI_PTR *PFN_vkGetQueueCheckpointData2NV)(VkQueue queue, uint32_t* pCheckpointDataCount, VkCheckpointData2NV* pCheckpointData); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetEvent2KHR( - VkCommandBuffer commandBuffer, - VkEvent event, - const VkDependencyInfo* pDependencyInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdResetEvent2KHR( - VkCommandBuffer commandBuffer, - VkEvent event, - VkPipelineStageFlags2 stageMask); - -VKAPI_ATTR void VKAPI_CALL vkCmdWaitEvents2KHR( - VkCommandBuffer commandBuffer, - uint32_t eventCount, - const VkEvent* pEvents, - const VkDependencyInfo* pDependencyInfos); - -VKAPI_ATTR void VKAPI_CALL vkCmdPipelineBarrier2KHR( - VkCommandBuffer commandBuffer, - const VkDependencyInfo* pDependencyInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdWriteTimestamp2KHR( - VkCommandBuffer commandBuffer, - VkPipelineStageFlags2 stage, - VkQueryPool queryPool, - uint32_t query); - -VKAPI_ATTR VkResult VKAPI_CALL vkQueueSubmit2KHR( - VkQueue queue, - uint32_t submitCount, - const VkSubmitInfo2* pSubmits, - VkFence fence); - -VKAPI_ATTR void VKAPI_CALL vkCmdWriteBufferMarker2AMD( - VkCommandBuffer commandBuffer, - VkPipelineStageFlags2 stage, - VkBuffer dstBuffer, - VkDeviceSize dstOffset, - uint32_t marker); - -VKAPI_ATTR void VKAPI_CALL vkGetQueueCheckpointData2NV( - VkQueue queue, - uint32_t* pCheckpointDataCount, - VkCheckpointData2NV* pCheckpointData); -#endif - - -#define VK_KHR_fragment_shader_barycentric 1 -#define VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION 1 -#define VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME "VK_KHR_fragment_shader_barycentric" -typedef struct VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 fragmentShaderBarycentric; -} VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR; - -typedef struct VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR { - VkStructureType sType; - void* pNext; - VkBool32 triStripVertexOrderIndependentOfProvokingVertex; -} VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR; - - - -#define VK_KHR_shader_subgroup_uniform_control_flow 1 -#define VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_SPEC_VERSION 1 -#define VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_EXTENSION_NAME "VK_KHR_shader_subgroup_uniform_control_flow" -typedef struct VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 shaderSubgroupUniformControlFlow; -} VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR; - - - -#define VK_KHR_zero_initialize_workgroup_memory 1 -#define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION 1 -#define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME "VK_KHR_zero_initialize_workgroup_memory" -typedef VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR; - - - -#define VK_KHR_workgroup_memory_explicit_layout 1 -#define VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION 1 -#define VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME "VK_KHR_workgroup_memory_explicit_layout" -typedef struct VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 workgroupMemoryExplicitLayout; - VkBool32 workgroupMemoryExplicitLayoutScalarBlockLayout; - VkBool32 workgroupMemoryExplicitLayout8BitAccess; - VkBool32 workgroupMemoryExplicitLayout16BitAccess; -} VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR; - - - -#define VK_KHR_copy_commands2 1 -#define VK_KHR_COPY_COMMANDS_2_SPEC_VERSION 1 -#define VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME "VK_KHR_copy_commands2" -typedef VkCopyBufferInfo2 VkCopyBufferInfo2KHR; - -typedef VkCopyImageInfo2 VkCopyImageInfo2KHR; - -typedef VkCopyBufferToImageInfo2 VkCopyBufferToImageInfo2KHR; - -typedef VkCopyImageToBufferInfo2 VkCopyImageToBufferInfo2KHR; - -typedef VkBlitImageInfo2 VkBlitImageInfo2KHR; - -typedef VkResolveImageInfo2 VkResolveImageInfo2KHR; - -typedef VkBufferCopy2 VkBufferCopy2KHR; - -typedef VkImageCopy2 VkImageCopy2KHR; - -typedef VkImageBlit2 VkImageBlit2KHR; - -typedef VkBufferImageCopy2 VkBufferImageCopy2KHR; - -typedef VkImageResolve2 VkImageResolve2KHR; - -typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo); -typedef void (VKAPI_PTR *PFN_vkCmdCopyImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo); -typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo); -typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo); -typedef void (VKAPI_PTR *PFN_vkCmdBlitImage2KHR)(VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo); -typedef void (VKAPI_PTR *PFN_vkCmdResolveImage2KHR)(VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer2KHR( - VkCommandBuffer commandBuffer, - const VkCopyBufferInfo2* pCopyBufferInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyImage2KHR( - VkCommandBuffer commandBuffer, - const VkCopyImageInfo2* pCopyImageInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyBufferToImage2KHR( - VkCommandBuffer commandBuffer, - const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer2KHR( - VkCommandBuffer commandBuffer, - const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdBlitImage2KHR( - VkCommandBuffer commandBuffer, - const VkBlitImageInfo2* pBlitImageInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdResolveImage2KHR( - VkCommandBuffer commandBuffer, - const VkResolveImageInfo2* pResolveImageInfo); -#endif - - -#define VK_KHR_format_feature_flags2 1 -#define VK_KHR_FORMAT_FEATURE_FLAGS_2_SPEC_VERSION 1 -#define VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME "VK_KHR_format_feature_flags2" -typedef VkFormatFeatureFlags2 VkFormatFeatureFlags2KHR; - -typedef VkFormatFeatureFlagBits2 VkFormatFeatureFlagBits2KHR; - -typedef VkFormatProperties3 VkFormatProperties3KHR; - - - -#define VK_KHR_ray_tracing_maintenance1 1 -#define VK_KHR_RAY_TRACING_MAINTENANCE_1_SPEC_VERSION 1 -#define VK_KHR_RAY_TRACING_MAINTENANCE_1_EXTENSION_NAME "VK_KHR_ray_tracing_maintenance1" -typedef struct VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 rayTracingMaintenance1; - VkBool32 rayTracingPipelineTraceRaysIndirect2; -} VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR; - -typedef struct VkTraceRaysIndirectCommand2KHR { - VkDeviceAddress raygenShaderRecordAddress; - VkDeviceSize raygenShaderRecordSize; - VkDeviceAddress missShaderBindingTableAddress; - VkDeviceSize missShaderBindingTableSize; - VkDeviceSize missShaderBindingTableStride; - VkDeviceAddress hitShaderBindingTableAddress; - VkDeviceSize hitShaderBindingTableSize; - VkDeviceSize hitShaderBindingTableStride; - VkDeviceAddress callableShaderBindingTableAddress; - VkDeviceSize callableShaderBindingTableSize; - VkDeviceSize callableShaderBindingTableStride; - uint32_t width; - uint32_t height; - uint32_t depth; -} VkTraceRaysIndirectCommand2KHR; - -typedef void (VKAPI_PTR *PFN_vkCmdTraceRaysIndirect2KHR)(VkCommandBuffer commandBuffer, VkDeviceAddress indirectDeviceAddress); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdTraceRaysIndirect2KHR( - VkCommandBuffer commandBuffer, - VkDeviceAddress indirectDeviceAddress); -#endif - - -#define VK_KHR_portability_enumeration 1 -#define VK_KHR_PORTABILITY_ENUMERATION_SPEC_VERSION 1 -#define VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME "VK_KHR_portability_enumeration" - - -#define VK_KHR_maintenance4 1 -#define VK_KHR_MAINTENANCE_4_SPEC_VERSION 2 -#define VK_KHR_MAINTENANCE_4_EXTENSION_NAME "VK_KHR_maintenance4" -typedef VkPhysicalDeviceMaintenance4Features VkPhysicalDeviceMaintenance4FeaturesKHR; - -typedef VkPhysicalDeviceMaintenance4Properties VkPhysicalDeviceMaintenance4PropertiesKHR; - -typedef VkDeviceBufferMemoryRequirements VkDeviceBufferMemoryRequirementsKHR; - -typedef VkDeviceImageMemoryRequirements VkDeviceImageMemoryRequirementsKHR; - -typedef void (VKAPI_PTR *PFN_vkGetDeviceBufferMemoryRequirementsKHR)(VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetDeviceImageMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkGetDeviceImageSparseMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetDeviceBufferMemoryRequirementsKHR( - VkDevice device, - const VkDeviceBufferMemoryRequirements* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageMemoryRequirementsKHR( - VkDevice device, - const VkDeviceImageMemoryRequirements* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageSparseMemoryRequirementsKHR( - VkDevice device, - const VkDeviceImageMemoryRequirements* pInfo, - uint32_t* pSparseMemoryRequirementCount, - VkSparseImageMemoryRequirements2* pSparseMemoryRequirements); -#endif - - -#define VK_EXT_debug_report 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDebugReportCallbackEXT) -#define VK_EXT_DEBUG_REPORT_SPEC_VERSION 10 -#define VK_EXT_DEBUG_REPORT_EXTENSION_NAME "VK_EXT_debug_report" - -typedef enum VkDebugReportObjectTypeEXT { - VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT = 0, - VK_DEBUG_REPORT_OBJECT_TYPE_INSTANCE_EXT = 1, - VK_DEBUG_REPORT_OBJECT_TYPE_PHYSICAL_DEVICE_EXT = 2, - VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT = 3, - VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT = 4, - VK_DEBUG_REPORT_OBJECT_TYPE_SEMAPHORE_EXT = 5, - VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT = 6, - VK_DEBUG_REPORT_OBJECT_TYPE_FENCE_EXT = 7, - VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_MEMORY_EXT = 8, - VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT = 9, - VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT = 10, - VK_DEBUG_REPORT_OBJECT_TYPE_EVENT_EXT = 11, - VK_DEBUG_REPORT_OBJECT_TYPE_QUERY_POOL_EXT = 12, - VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_VIEW_EXT = 13, - VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_VIEW_EXT = 14, - VK_DEBUG_REPORT_OBJECT_TYPE_SHADER_MODULE_EXT = 15, - VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_CACHE_EXT = 16, - VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_LAYOUT_EXT = 17, - VK_DEBUG_REPORT_OBJECT_TYPE_RENDER_PASS_EXT = 18, - VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_EXT = 19, - VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT_EXT = 20, - VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_EXT = 21, - VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT = 22, - VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT = 23, - VK_DEBUG_REPORT_OBJECT_TYPE_FRAMEBUFFER_EXT = 24, - VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT = 25, - VK_DEBUG_REPORT_OBJECT_TYPE_SURFACE_KHR_EXT = 26, - VK_DEBUG_REPORT_OBJECT_TYPE_SWAPCHAIN_KHR_EXT = 27, - VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT_EXT = 28, - VK_DEBUG_REPORT_OBJECT_TYPE_DISPLAY_KHR_EXT = 29, - VK_DEBUG_REPORT_OBJECT_TYPE_DISPLAY_MODE_KHR_EXT = 30, - VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT_EXT = 33, - VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_EXT = 1000156000, - VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_EXT = 1000085000, - VK_DEBUG_REPORT_OBJECT_TYPE_CU_MODULE_NVX_EXT = 1000029000, - VK_DEBUG_REPORT_OBJECT_TYPE_CU_FUNCTION_NVX_EXT = 1000029001, - VK_DEBUG_REPORT_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR_EXT = 1000150000, - VK_DEBUG_REPORT_OBJECT_TYPE_ACCELERATION_STRUCTURE_NV_EXT = 1000165000, - VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_COLLECTION_FUCHSIA_EXT = 1000366000, - VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT = VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT_EXT, - VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT = VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT_EXT, - VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR_EXT = VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_EXT, - VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR_EXT = VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_EXT, - VK_DEBUG_REPORT_OBJECT_TYPE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDebugReportObjectTypeEXT; - -typedef enum VkDebugReportFlagBitsEXT { - VK_DEBUG_REPORT_INFORMATION_BIT_EXT = 0x00000001, - VK_DEBUG_REPORT_WARNING_BIT_EXT = 0x00000002, - VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT = 0x00000004, - VK_DEBUG_REPORT_ERROR_BIT_EXT = 0x00000008, - VK_DEBUG_REPORT_DEBUG_BIT_EXT = 0x00000010, - VK_DEBUG_REPORT_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDebugReportFlagBitsEXT; -typedef VkFlags VkDebugReportFlagsEXT; -typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)( - VkDebugReportFlagsEXT flags, - VkDebugReportObjectTypeEXT objectType, - uint64_t object, - size_t location, - int32_t messageCode, - const char* pLayerPrefix, - const char* pMessage, - void* pUserData); - -typedef struct VkDebugReportCallbackCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkDebugReportFlagsEXT flags; - PFN_vkDebugReportCallbackEXT pfnCallback; - void* pUserData; -} VkDebugReportCallbackCreateInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback); -typedef void (VKAPI_PTR *PFN_vkDestroyDebugReportCallbackEXT)(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkDebugReportMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT( - VkInstance instance, - const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkDebugReportCallbackEXT* pCallback); - -VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT( - VkInstance instance, - VkDebugReportCallbackEXT callback, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkDebugReportMessageEXT( - VkInstance instance, - VkDebugReportFlagsEXT flags, - VkDebugReportObjectTypeEXT objectType, - uint64_t object, - size_t location, - int32_t messageCode, - const char* pLayerPrefix, - const char* pMessage); -#endif - - -#define VK_NV_glsl_shader 1 -#define VK_NV_GLSL_SHADER_SPEC_VERSION 1 -#define VK_NV_GLSL_SHADER_EXTENSION_NAME "VK_NV_glsl_shader" - - -#define VK_EXT_depth_range_unrestricted 1 -#define VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION 1 -#define VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME "VK_EXT_depth_range_unrestricted" - - -#define VK_IMG_filter_cubic 1 -#define VK_IMG_FILTER_CUBIC_SPEC_VERSION 1 -#define VK_IMG_FILTER_CUBIC_EXTENSION_NAME "VK_IMG_filter_cubic" - - -#define VK_AMD_rasterization_order 1 -#define VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION 1 -#define VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME "VK_AMD_rasterization_order" - -typedef enum VkRasterizationOrderAMD { - VK_RASTERIZATION_ORDER_STRICT_AMD = 0, - VK_RASTERIZATION_ORDER_RELAXED_AMD = 1, - VK_RASTERIZATION_ORDER_MAX_ENUM_AMD = 0x7FFFFFFF -} VkRasterizationOrderAMD; -typedef struct VkPipelineRasterizationStateRasterizationOrderAMD { - VkStructureType sType; - const void* pNext; - VkRasterizationOrderAMD rasterizationOrder; -} VkPipelineRasterizationStateRasterizationOrderAMD; - - - -#define VK_AMD_shader_trinary_minmax 1 -#define VK_AMD_SHADER_TRINARY_MINMAX_SPEC_VERSION 1 -#define VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME "VK_AMD_shader_trinary_minmax" - - -#define VK_AMD_shader_explicit_vertex_parameter 1 -#define VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_SPEC_VERSION 1 -#define VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME "VK_AMD_shader_explicit_vertex_parameter" - - -#define VK_EXT_debug_marker 1 -#define VK_EXT_DEBUG_MARKER_SPEC_VERSION 4 -#define VK_EXT_DEBUG_MARKER_EXTENSION_NAME "VK_EXT_debug_marker" -typedef struct VkDebugMarkerObjectNameInfoEXT { - VkStructureType sType; - const void* pNext; - VkDebugReportObjectTypeEXT objectType; - uint64_t object; - const char* pObjectName; -} VkDebugMarkerObjectNameInfoEXT; - -typedef struct VkDebugMarkerObjectTagInfoEXT { - VkStructureType sType; - const void* pNext; - VkDebugReportObjectTypeEXT objectType; - uint64_t object; - uint64_t tagName; - size_t tagSize; - const void* pTag; -} VkDebugMarkerObjectTagInfoEXT; - -typedef struct VkDebugMarkerMarkerInfoEXT { - VkStructureType sType; - const void* pNext; - const char* pMarkerName; - float color[4]; -} VkDebugMarkerMarkerInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkDebugMarkerSetObjectTagEXT)(VkDevice device, const VkDebugMarkerObjectTagInfoEXT* pTagInfo); -typedef VkResult (VKAPI_PTR *PFN_vkDebugMarkerSetObjectNameEXT)(VkDevice device, const VkDebugMarkerObjectNameInfoEXT* pNameInfo); -typedef void (VKAPI_PTR *PFN_vkCmdDebugMarkerBeginEXT)(VkCommandBuffer commandBuffer, const VkDebugMarkerMarkerInfoEXT* pMarkerInfo); -typedef void (VKAPI_PTR *PFN_vkCmdDebugMarkerEndEXT)(VkCommandBuffer commandBuffer); -typedef void (VKAPI_PTR *PFN_vkCmdDebugMarkerInsertEXT)(VkCommandBuffer commandBuffer, const VkDebugMarkerMarkerInfoEXT* pMarkerInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkDebugMarkerSetObjectTagEXT( - VkDevice device, - const VkDebugMarkerObjectTagInfoEXT* pTagInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkDebugMarkerSetObjectNameEXT( - VkDevice device, - const VkDebugMarkerObjectNameInfoEXT* pNameInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdDebugMarkerBeginEXT( - VkCommandBuffer commandBuffer, - const VkDebugMarkerMarkerInfoEXT* pMarkerInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdDebugMarkerEndEXT( - VkCommandBuffer commandBuffer); - -VKAPI_ATTR void VKAPI_CALL vkCmdDebugMarkerInsertEXT( - VkCommandBuffer commandBuffer, - const VkDebugMarkerMarkerInfoEXT* pMarkerInfo); -#endif - - -#define VK_AMD_gcn_shader 1 -#define VK_AMD_GCN_SHADER_SPEC_VERSION 1 -#define VK_AMD_GCN_SHADER_EXTENSION_NAME "VK_AMD_gcn_shader" - - -#define VK_NV_dedicated_allocation 1 -#define VK_NV_DEDICATED_ALLOCATION_SPEC_VERSION 1 -#define VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME "VK_NV_dedicated_allocation" -typedef struct VkDedicatedAllocationImageCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkBool32 dedicatedAllocation; -} VkDedicatedAllocationImageCreateInfoNV; - -typedef struct VkDedicatedAllocationBufferCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkBool32 dedicatedAllocation; -} VkDedicatedAllocationBufferCreateInfoNV; - -typedef struct VkDedicatedAllocationMemoryAllocateInfoNV { - VkStructureType sType; - const void* pNext; - VkImage image; - VkBuffer buffer; -} VkDedicatedAllocationMemoryAllocateInfoNV; - - - -#define VK_EXT_transform_feedback 1 -#define VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION 1 -#define VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME "VK_EXT_transform_feedback" -typedef VkFlags VkPipelineRasterizationStateStreamCreateFlagsEXT; -typedef struct VkPhysicalDeviceTransformFeedbackFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 transformFeedback; - VkBool32 geometryStreams; -} VkPhysicalDeviceTransformFeedbackFeaturesEXT; - -typedef struct VkPhysicalDeviceTransformFeedbackPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t maxTransformFeedbackStreams; - uint32_t maxTransformFeedbackBuffers; - VkDeviceSize maxTransformFeedbackBufferSize; - uint32_t maxTransformFeedbackStreamDataSize; - uint32_t maxTransformFeedbackBufferDataSize; - uint32_t maxTransformFeedbackBufferDataStride; - VkBool32 transformFeedbackQueries; - VkBool32 transformFeedbackStreamsLinesTriangles; - VkBool32 transformFeedbackRasterizationStreamSelect; - VkBool32 transformFeedbackDraw; -} VkPhysicalDeviceTransformFeedbackPropertiesEXT; - -typedef struct VkPipelineRasterizationStateStreamCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkPipelineRasterizationStateStreamCreateFlagsEXT flags; - uint32_t rasterizationStream; -} VkPipelineRasterizationStateStreamCreateInfoEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdBindTransformFeedbackBuffersEXT)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes); -typedef void (VKAPI_PTR *PFN_vkCmdBeginTransformFeedbackEXT)(VkCommandBuffer commandBuffer, uint32_t firstCounterBuffer, uint32_t counterBufferCount, const VkBuffer* pCounterBuffers, const VkDeviceSize* pCounterBufferOffsets); -typedef void (VKAPI_PTR *PFN_vkCmdEndTransformFeedbackEXT)(VkCommandBuffer commandBuffer, uint32_t firstCounterBuffer, uint32_t counterBufferCount, const VkBuffer* pCounterBuffers, const VkDeviceSize* pCounterBufferOffsets); -typedef void (VKAPI_PTR *PFN_vkCmdBeginQueryIndexedEXT)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index); -typedef void (VKAPI_PTR *PFN_vkCmdEndQueryIndexedEXT)(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, uint32_t index); -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndirectByteCountEXT)(VkCommandBuffer commandBuffer, uint32_t instanceCount, uint32_t firstInstance, VkBuffer counterBuffer, VkDeviceSize counterBufferOffset, uint32_t counterOffset, uint32_t vertexStride); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdBindTransformFeedbackBuffersEXT( - VkCommandBuffer commandBuffer, - uint32_t firstBinding, - uint32_t bindingCount, - const VkBuffer* pBuffers, - const VkDeviceSize* pOffsets, - const VkDeviceSize* pSizes); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginTransformFeedbackEXT( - VkCommandBuffer commandBuffer, - uint32_t firstCounterBuffer, - uint32_t counterBufferCount, - const VkBuffer* pCounterBuffers, - const VkDeviceSize* pCounterBufferOffsets); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndTransformFeedbackEXT( - VkCommandBuffer commandBuffer, - uint32_t firstCounterBuffer, - uint32_t counterBufferCount, - const VkBuffer* pCounterBuffers, - const VkDeviceSize* pCounterBufferOffsets); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT( - VkCommandBuffer commandBuffer, - VkQueryPool queryPool, - uint32_t query, - VkQueryControlFlags flags, - uint32_t index); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndQueryIndexedEXT( - VkCommandBuffer commandBuffer, - VkQueryPool queryPool, - uint32_t query, - uint32_t index); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndirectByteCountEXT( - VkCommandBuffer commandBuffer, - uint32_t instanceCount, - uint32_t firstInstance, - VkBuffer counterBuffer, - VkDeviceSize counterBufferOffset, - uint32_t counterOffset, - uint32_t vertexStride); -#endif - - -#define VK_NVX_binary_import 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkCuModuleNVX) -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkCuFunctionNVX) -#define VK_NVX_BINARY_IMPORT_SPEC_VERSION 1 -#define VK_NVX_BINARY_IMPORT_EXTENSION_NAME "VK_NVX_binary_import" -typedef struct VkCuModuleCreateInfoNVX { - VkStructureType sType; - const void* pNext; - size_t dataSize; - const void* pData; -} VkCuModuleCreateInfoNVX; - -typedef struct VkCuFunctionCreateInfoNVX { - VkStructureType sType; - const void* pNext; - VkCuModuleNVX module; - const char* pName; -} VkCuFunctionCreateInfoNVX; - -typedef struct VkCuLaunchInfoNVX { - VkStructureType sType; - const void* pNext; - VkCuFunctionNVX function; - uint32_t gridDimX; - uint32_t gridDimY; - uint32_t gridDimZ; - uint32_t blockDimX; - uint32_t blockDimY; - uint32_t blockDimZ; - uint32_t sharedMemBytes; - size_t paramCount; - const void* const * pParams; - size_t extraCount; - const void* const * pExtras; -} VkCuLaunchInfoNVX; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateCuModuleNVX)(VkDevice device, const VkCuModuleCreateInfoNVX* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCuModuleNVX* pModule); -typedef VkResult (VKAPI_PTR *PFN_vkCreateCuFunctionNVX)(VkDevice device, const VkCuFunctionCreateInfoNVX* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCuFunctionNVX* pFunction); -typedef void (VKAPI_PTR *PFN_vkDestroyCuModuleNVX)(VkDevice device, VkCuModuleNVX module, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkDestroyCuFunctionNVX)(VkDevice device, VkCuFunctionNVX function, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkCmdCuLaunchKernelNVX)(VkCommandBuffer commandBuffer, const VkCuLaunchInfoNVX* pLaunchInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateCuModuleNVX( - VkDevice device, - const VkCuModuleCreateInfoNVX* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkCuModuleNVX* pModule); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateCuFunctionNVX( - VkDevice device, - const VkCuFunctionCreateInfoNVX* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkCuFunctionNVX* pFunction); - -VKAPI_ATTR void VKAPI_CALL vkDestroyCuModuleNVX( - VkDevice device, - VkCuModuleNVX module, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkDestroyCuFunctionNVX( - VkDevice device, - VkCuFunctionNVX function, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkCmdCuLaunchKernelNVX( - VkCommandBuffer commandBuffer, - const VkCuLaunchInfoNVX* pLaunchInfo); -#endif - - -#define VK_NVX_image_view_handle 1 -#define VK_NVX_IMAGE_VIEW_HANDLE_SPEC_VERSION 2 -#define VK_NVX_IMAGE_VIEW_HANDLE_EXTENSION_NAME "VK_NVX_image_view_handle" -typedef struct VkImageViewHandleInfoNVX { - VkStructureType sType; - const void* pNext; - VkImageView imageView; - VkDescriptorType descriptorType; - VkSampler sampler; -} VkImageViewHandleInfoNVX; - -typedef struct VkImageViewAddressPropertiesNVX { - VkStructureType sType; - void* pNext; - VkDeviceAddress deviceAddress; - VkDeviceSize size; -} VkImageViewAddressPropertiesNVX; - -typedef uint32_t (VKAPI_PTR *PFN_vkGetImageViewHandleNVX)(VkDevice device, const VkImageViewHandleInfoNVX* pInfo); -typedef VkResult (VKAPI_PTR *PFN_vkGetImageViewAddressNVX)(VkDevice device, VkImageView imageView, VkImageViewAddressPropertiesNVX* pProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR uint32_t VKAPI_CALL vkGetImageViewHandleNVX( - VkDevice device, - const VkImageViewHandleInfoNVX* pInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetImageViewAddressNVX( - VkDevice device, - VkImageView imageView, - VkImageViewAddressPropertiesNVX* pProperties); -#endif - - -#define VK_AMD_draw_indirect_count 1 -#define VK_AMD_DRAW_INDIRECT_COUNT_SPEC_VERSION 2 -#define VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME "VK_AMD_draw_indirect_count" -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndirectCountAMD)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); -typedef void (VKAPI_PTR *PFN_vkCmdDrawIndexedIndirectCountAMD)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndirectCountAMD( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - VkBuffer countBuffer, - VkDeviceSize countBufferOffset, - uint32_t maxDrawCount, - uint32_t stride); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexedIndirectCountAMD( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - VkBuffer countBuffer, - VkDeviceSize countBufferOffset, - uint32_t maxDrawCount, - uint32_t stride); -#endif - - -#define VK_AMD_negative_viewport_height 1 -#define VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION 1 -#define VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME "VK_AMD_negative_viewport_height" - - -#define VK_AMD_gpu_shader_half_float 1 -#define VK_AMD_GPU_SHADER_HALF_FLOAT_SPEC_VERSION 2 -#define VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME "VK_AMD_gpu_shader_half_float" - - -#define VK_AMD_shader_ballot 1 -#define VK_AMD_SHADER_BALLOT_SPEC_VERSION 1 -#define VK_AMD_SHADER_BALLOT_EXTENSION_NAME "VK_AMD_shader_ballot" - - -#define VK_AMD_texture_gather_bias_lod 1 -#define VK_AMD_TEXTURE_GATHER_BIAS_LOD_SPEC_VERSION 1 -#define VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME "VK_AMD_texture_gather_bias_lod" -typedef struct VkTextureLODGatherFormatPropertiesAMD { - VkStructureType sType; - void* pNext; - VkBool32 supportsTextureGatherLODBiasAMD; -} VkTextureLODGatherFormatPropertiesAMD; - - - -#define VK_AMD_shader_info 1 -#define VK_AMD_SHADER_INFO_SPEC_VERSION 1 -#define VK_AMD_SHADER_INFO_EXTENSION_NAME "VK_AMD_shader_info" - -typedef enum VkShaderInfoTypeAMD { - VK_SHADER_INFO_TYPE_STATISTICS_AMD = 0, - VK_SHADER_INFO_TYPE_BINARY_AMD = 1, - VK_SHADER_INFO_TYPE_DISASSEMBLY_AMD = 2, - VK_SHADER_INFO_TYPE_MAX_ENUM_AMD = 0x7FFFFFFF -} VkShaderInfoTypeAMD; -typedef struct VkShaderResourceUsageAMD { - uint32_t numUsedVgprs; - uint32_t numUsedSgprs; - uint32_t ldsSizePerLocalWorkGroup; - size_t ldsUsageSizeInBytes; - size_t scratchMemUsageInBytes; -} VkShaderResourceUsageAMD; - -typedef struct VkShaderStatisticsInfoAMD { - VkShaderStageFlags shaderStageMask; - VkShaderResourceUsageAMD resourceUsage; - uint32_t numPhysicalVgprs; - uint32_t numPhysicalSgprs; - uint32_t numAvailableVgprs; - uint32_t numAvailableSgprs; - uint32_t computeWorkGroupSize[3]; -} VkShaderStatisticsInfoAMD; - -typedef VkResult (VKAPI_PTR *PFN_vkGetShaderInfoAMD)(VkDevice device, VkPipeline pipeline, VkShaderStageFlagBits shaderStage, VkShaderInfoTypeAMD infoType, size_t* pInfoSize, void* pInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetShaderInfoAMD( - VkDevice device, - VkPipeline pipeline, - VkShaderStageFlagBits shaderStage, - VkShaderInfoTypeAMD infoType, - size_t* pInfoSize, - void* pInfo); -#endif - - -#define VK_AMD_shader_image_load_store_lod 1 -#define VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION 1 -#define VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME "VK_AMD_shader_image_load_store_lod" - - -#define VK_NV_corner_sampled_image 1 -#define VK_NV_CORNER_SAMPLED_IMAGE_SPEC_VERSION 2 -#define VK_NV_CORNER_SAMPLED_IMAGE_EXTENSION_NAME "VK_NV_corner_sampled_image" -typedef struct VkPhysicalDeviceCornerSampledImageFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 cornerSampledImage; -} VkPhysicalDeviceCornerSampledImageFeaturesNV; - - - -#define VK_IMG_format_pvrtc 1 -#define VK_IMG_FORMAT_PVRTC_SPEC_VERSION 1 -#define VK_IMG_FORMAT_PVRTC_EXTENSION_NAME "VK_IMG_format_pvrtc" - - -#define VK_NV_external_memory_capabilities 1 -#define VK_NV_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION 1 -#define VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME "VK_NV_external_memory_capabilities" - -typedef enum VkExternalMemoryHandleTypeFlagBitsNV { - VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_NV = 0x00000001, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_NV = 0x00000002, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_IMAGE_BIT_NV = 0x00000004, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_IMAGE_KMT_BIT_NV = 0x00000008, - VK_EXTERNAL_MEMORY_HANDLE_TYPE_FLAG_BITS_MAX_ENUM_NV = 0x7FFFFFFF -} VkExternalMemoryHandleTypeFlagBitsNV; -typedef VkFlags VkExternalMemoryHandleTypeFlagsNV; - -typedef enum VkExternalMemoryFeatureFlagBitsNV { - VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_NV = 0x00000001, - VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_NV = 0x00000002, - VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_NV = 0x00000004, - VK_EXTERNAL_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM_NV = 0x7FFFFFFF -} VkExternalMemoryFeatureFlagBitsNV; -typedef VkFlags VkExternalMemoryFeatureFlagsNV; -typedef struct VkExternalImageFormatPropertiesNV { - VkImageFormatProperties imageFormatProperties; - VkExternalMemoryFeatureFlagsNV externalMemoryFeatures; - VkExternalMemoryHandleTypeFlagsNV exportFromImportedHandleTypes; - VkExternalMemoryHandleTypeFlagsNV compatibleHandleTypes; -} VkExternalImageFormatPropertiesNV; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV)(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkExternalMemoryHandleTypeFlagsNV externalHandleType, VkExternalImageFormatPropertiesNV* pExternalImageFormatProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceExternalImageFormatPropertiesNV( - VkPhysicalDevice physicalDevice, - VkFormat format, - VkImageType type, - VkImageTiling tiling, - VkImageUsageFlags usage, - VkImageCreateFlags flags, - VkExternalMemoryHandleTypeFlagsNV externalHandleType, - VkExternalImageFormatPropertiesNV* pExternalImageFormatProperties); -#endif - - -#define VK_NV_external_memory 1 -#define VK_NV_EXTERNAL_MEMORY_SPEC_VERSION 1 -#define VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME "VK_NV_external_memory" -typedef struct VkExternalMemoryImageCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlagsNV handleTypes; -} VkExternalMemoryImageCreateInfoNV; - -typedef struct VkExportMemoryAllocateInfoNV { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlagsNV handleTypes; -} VkExportMemoryAllocateInfoNV; - - - -#define VK_EXT_validation_flags 1 -#define VK_EXT_VALIDATION_FLAGS_SPEC_VERSION 2 -#define VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME "VK_EXT_validation_flags" - -typedef enum VkValidationCheckEXT { - VK_VALIDATION_CHECK_ALL_EXT = 0, - VK_VALIDATION_CHECK_SHADERS_EXT = 1, - VK_VALIDATION_CHECK_MAX_ENUM_EXT = 0x7FFFFFFF -} VkValidationCheckEXT; -typedef struct VkValidationFlagsEXT { - VkStructureType sType; - const void* pNext; - uint32_t disabledValidationCheckCount; - const VkValidationCheckEXT* pDisabledValidationChecks; -} VkValidationFlagsEXT; - - - -#define VK_EXT_shader_subgroup_ballot 1 -#define VK_EXT_SHADER_SUBGROUP_BALLOT_SPEC_VERSION 1 -#define VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME "VK_EXT_shader_subgroup_ballot" - - -#define VK_EXT_shader_subgroup_vote 1 -#define VK_EXT_SHADER_SUBGROUP_VOTE_SPEC_VERSION 1 -#define VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME "VK_EXT_shader_subgroup_vote" - - -#define VK_EXT_texture_compression_astc_hdr 1 -#define VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION 1 -#define VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME "VK_EXT_texture_compression_astc_hdr" -typedef VkPhysicalDeviceTextureCompressionASTCHDRFeatures VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT; - - - -#define VK_EXT_astc_decode_mode 1 -#define VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION 1 -#define VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME "VK_EXT_astc_decode_mode" -typedef struct VkImageViewASTCDecodeModeEXT { - VkStructureType sType; - const void* pNext; - VkFormat decodeMode; -} VkImageViewASTCDecodeModeEXT; - -typedef struct VkPhysicalDeviceASTCDecodeFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 decodeModeSharedExponent; -} VkPhysicalDeviceASTCDecodeFeaturesEXT; - - - -#define VK_EXT_conditional_rendering 1 -#define VK_EXT_CONDITIONAL_RENDERING_SPEC_VERSION 2 -#define VK_EXT_CONDITIONAL_RENDERING_EXTENSION_NAME "VK_EXT_conditional_rendering" - -typedef enum VkConditionalRenderingFlagBitsEXT { - VK_CONDITIONAL_RENDERING_INVERTED_BIT_EXT = 0x00000001, - VK_CONDITIONAL_RENDERING_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkConditionalRenderingFlagBitsEXT; -typedef VkFlags VkConditionalRenderingFlagsEXT; -typedef struct VkConditionalRenderingBeginInfoEXT { - VkStructureType sType; - const void* pNext; - VkBuffer buffer; - VkDeviceSize offset; - VkConditionalRenderingFlagsEXT flags; -} VkConditionalRenderingBeginInfoEXT; - -typedef struct VkPhysicalDeviceConditionalRenderingFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 conditionalRendering; - VkBool32 inheritedConditionalRendering; -} VkPhysicalDeviceConditionalRenderingFeaturesEXT; - -typedef struct VkCommandBufferInheritanceConditionalRenderingInfoEXT { - VkStructureType sType; - const void* pNext; - VkBool32 conditionalRenderingEnable; -} VkCommandBufferInheritanceConditionalRenderingInfoEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdBeginConditionalRenderingEXT)(VkCommandBuffer commandBuffer, const VkConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin); -typedef void (VKAPI_PTR *PFN_vkCmdEndConditionalRenderingEXT)(VkCommandBuffer commandBuffer); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdBeginConditionalRenderingEXT( - VkCommandBuffer commandBuffer, - const VkConditionalRenderingBeginInfoEXT* pConditionalRenderingBegin); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndConditionalRenderingEXT( - VkCommandBuffer commandBuffer); -#endif - - -#define VK_NV_clip_space_w_scaling 1 -#define VK_NV_CLIP_SPACE_W_SCALING_SPEC_VERSION 1 -#define VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME "VK_NV_clip_space_w_scaling" -typedef struct VkViewportWScalingNV { - float xcoeff; - float ycoeff; -} VkViewportWScalingNV; - -typedef struct VkPipelineViewportWScalingStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkBool32 viewportWScalingEnable; - uint32_t viewportCount; - const VkViewportWScalingNV* pViewportWScalings; -} VkPipelineViewportWScalingStateCreateInfoNV; - -typedef void (VKAPI_PTR *PFN_vkCmdSetViewportWScalingNV)(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewportWScalingNV* pViewportWScalings); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetViewportWScalingNV( - VkCommandBuffer commandBuffer, - uint32_t firstViewport, - uint32_t viewportCount, - const VkViewportWScalingNV* pViewportWScalings); -#endif - - -#define VK_EXT_direct_mode_display 1 -#define VK_EXT_DIRECT_MODE_DISPLAY_SPEC_VERSION 1 -#define VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME "VK_EXT_direct_mode_display" -typedef VkResult (VKAPI_PTR *PFN_vkReleaseDisplayEXT)(VkPhysicalDevice physicalDevice, VkDisplayKHR display); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkReleaseDisplayEXT( - VkPhysicalDevice physicalDevice, - VkDisplayKHR display); -#endif - - -#define VK_EXT_display_surface_counter 1 -#define VK_EXT_DISPLAY_SURFACE_COUNTER_SPEC_VERSION 1 -#define VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME "VK_EXT_display_surface_counter" - -typedef enum VkSurfaceCounterFlagBitsEXT { - VK_SURFACE_COUNTER_VBLANK_BIT_EXT = 0x00000001, - VK_SURFACE_COUNTER_VBLANK_EXT = VK_SURFACE_COUNTER_VBLANK_BIT_EXT, - VK_SURFACE_COUNTER_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkSurfaceCounterFlagBitsEXT; -typedef VkFlags VkSurfaceCounterFlagsEXT; -typedef struct VkSurfaceCapabilities2EXT { - VkStructureType sType; - void* pNext; - uint32_t minImageCount; - uint32_t maxImageCount; - VkExtent2D currentExtent; - VkExtent2D minImageExtent; - VkExtent2D maxImageExtent; - uint32_t maxImageArrayLayers; - VkSurfaceTransformFlagsKHR supportedTransforms; - VkSurfaceTransformFlagBitsKHR currentTransform; - VkCompositeAlphaFlagsKHR supportedCompositeAlpha; - VkImageUsageFlags supportedUsageFlags; - VkSurfaceCounterFlagsEXT supportedSurfaceCounters; -} VkSurfaceCapabilities2EXT; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilities2EXT* pSurfaceCapabilities); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceCapabilities2EXT( - VkPhysicalDevice physicalDevice, - VkSurfaceKHR surface, - VkSurfaceCapabilities2EXT* pSurfaceCapabilities); -#endif - - -#define VK_EXT_display_control 1 -#define VK_EXT_DISPLAY_CONTROL_SPEC_VERSION 1 -#define VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME "VK_EXT_display_control" - -typedef enum VkDisplayPowerStateEXT { - VK_DISPLAY_POWER_STATE_OFF_EXT = 0, - VK_DISPLAY_POWER_STATE_SUSPEND_EXT = 1, - VK_DISPLAY_POWER_STATE_ON_EXT = 2, - VK_DISPLAY_POWER_STATE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDisplayPowerStateEXT; - -typedef enum VkDeviceEventTypeEXT { - VK_DEVICE_EVENT_TYPE_DISPLAY_HOTPLUG_EXT = 0, - VK_DEVICE_EVENT_TYPE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDeviceEventTypeEXT; - -typedef enum VkDisplayEventTypeEXT { - VK_DISPLAY_EVENT_TYPE_FIRST_PIXEL_OUT_EXT = 0, - VK_DISPLAY_EVENT_TYPE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDisplayEventTypeEXT; -typedef struct VkDisplayPowerInfoEXT { - VkStructureType sType; - const void* pNext; - VkDisplayPowerStateEXT powerState; -} VkDisplayPowerInfoEXT; - -typedef struct VkDeviceEventInfoEXT { - VkStructureType sType; - const void* pNext; - VkDeviceEventTypeEXT deviceEvent; -} VkDeviceEventInfoEXT; - -typedef struct VkDisplayEventInfoEXT { - VkStructureType sType; - const void* pNext; - VkDisplayEventTypeEXT displayEvent; -} VkDisplayEventInfoEXT; - -typedef struct VkSwapchainCounterCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkSurfaceCounterFlagsEXT surfaceCounters; -} VkSwapchainCounterCreateInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkDisplayPowerControlEXT)(VkDevice device, VkDisplayKHR display, const VkDisplayPowerInfoEXT* pDisplayPowerInfo); -typedef VkResult (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); -typedef VkResult (VKAPI_PTR *PFN_vkRegisterDisplayEventEXT)(VkDevice device, VkDisplayKHR display, const VkDisplayEventInfoEXT* pDisplayEventInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence); -typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainCounterEXT)(VkDevice device, VkSwapchainKHR swapchain, VkSurfaceCounterFlagBitsEXT counter, uint64_t* pCounterValue); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkDisplayPowerControlEXT( - VkDevice device, - VkDisplayKHR display, - const VkDisplayPowerInfoEXT* pDisplayPowerInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkRegisterDeviceEventEXT( - VkDevice device, - const VkDeviceEventInfoEXT* pDeviceEventInfo, - const VkAllocationCallbacks* pAllocator, - VkFence* pFence); - -VKAPI_ATTR VkResult VKAPI_CALL vkRegisterDisplayEventEXT( - VkDevice device, - VkDisplayKHR display, - const VkDisplayEventInfoEXT* pDisplayEventInfo, - const VkAllocationCallbacks* pAllocator, - VkFence* pFence); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetSwapchainCounterEXT( - VkDevice device, - VkSwapchainKHR swapchain, - VkSurfaceCounterFlagBitsEXT counter, - uint64_t* pCounterValue); -#endif - - -#define VK_GOOGLE_display_timing 1 -#define VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION 1 -#define VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME "VK_GOOGLE_display_timing" -typedef struct VkRefreshCycleDurationGOOGLE { - uint64_t refreshDuration; -} VkRefreshCycleDurationGOOGLE; - -typedef struct VkPastPresentationTimingGOOGLE { - uint32_t presentID; - uint64_t desiredPresentTime; - uint64_t actualPresentTime; - uint64_t earliestPresentTime; - uint64_t presentMargin; -} VkPastPresentationTimingGOOGLE; - -typedef struct VkPresentTimeGOOGLE { - uint32_t presentID; - uint64_t desiredPresentTime; -} VkPresentTimeGOOGLE; - -typedef struct VkPresentTimesInfoGOOGLE { - VkStructureType sType; - const void* pNext; - uint32_t swapchainCount; - const VkPresentTimeGOOGLE* pTimes; -} VkPresentTimesInfoGOOGLE; - -typedef VkResult (VKAPI_PTR *PFN_vkGetRefreshCycleDurationGOOGLE)(VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE* pDisplayTimingProperties); -typedef VkResult (VKAPI_PTR *PFN_vkGetPastPresentationTimingGOOGLE)(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pPresentationTimingCount, VkPastPresentationTimingGOOGLE* pPresentationTimings); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetRefreshCycleDurationGOOGLE( - VkDevice device, - VkSwapchainKHR swapchain, - VkRefreshCycleDurationGOOGLE* pDisplayTimingProperties); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPastPresentationTimingGOOGLE( - VkDevice device, - VkSwapchainKHR swapchain, - uint32_t* pPresentationTimingCount, - VkPastPresentationTimingGOOGLE* pPresentationTimings); -#endif - - -#define VK_NV_sample_mask_override_coverage 1 -#define VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION 1 -#define VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME "VK_NV_sample_mask_override_coverage" - - -#define VK_NV_geometry_shader_passthrough 1 -#define VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION 1 -#define VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME "VK_NV_geometry_shader_passthrough" - - -#define VK_NV_viewport_array2 1 -#define VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION 1 -#define VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME "VK_NV_viewport_array2" -#define VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION -#define VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME - - -#define VK_NVX_multiview_per_view_attributes 1 -#define VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION 1 -#define VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME "VK_NVX_multiview_per_view_attributes" -typedef struct VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX { - VkStructureType sType; - void* pNext; - VkBool32 perViewPositionAllComponents; -} VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX; - - - -#define VK_NV_viewport_swizzle 1 -#define VK_NV_VIEWPORT_SWIZZLE_SPEC_VERSION 1 -#define VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME "VK_NV_viewport_swizzle" - -typedef enum VkViewportCoordinateSwizzleNV { - VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_X_NV = 0, - VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_X_NV = 1, - VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Y_NV = 2, - VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_Y_NV = 3, - VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Z_NV = 4, - VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_Z_NV = 5, - VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_W_NV = 6, - VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_W_NV = 7, - VK_VIEWPORT_COORDINATE_SWIZZLE_MAX_ENUM_NV = 0x7FFFFFFF -} VkViewportCoordinateSwizzleNV; -typedef VkFlags VkPipelineViewportSwizzleStateCreateFlagsNV; -typedef struct VkViewportSwizzleNV { - VkViewportCoordinateSwizzleNV x; - VkViewportCoordinateSwizzleNV y; - VkViewportCoordinateSwizzleNV z; - VkViewportCoordinateSwizzleNV w; -} VkViewportSwizzleNV; - -typedef struct VkPipelineViewportSwizzleStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkPipelineViewportSwizzleStateCreateFlagsNV flags; - uint32_t viewportCount; - const VkViewportSwizzleNV* pViewportSwizzles; -} VkPipelineViewportSwizzleStateCreateInfoNV; - - - -#define VK_EXT_discard_rectangles 1 -#define VK_EXT_DISCARD_RECTANGLES_SPEC_VERSION 1 -#define VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME "VK_EXT_discard_rectangles" - -typedef enum VkDiscardRectangleModeEXT { - VK_DISCARD_RECTANGLE_MODE_INCLUSIVE_EXT = 0, - VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT = 1, - VK_DISCARD_RECTANGLE_MODE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDiscardRectangleModeEXT; -typedef VkFlags VkPipelineDiscardRectangleStateCreateFlagsEXT; -typedef struct VkPhysicalDeviceDiscardRectanglePropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t maxDiscardRectangles; -} VkPhysicalDeviceDiscardRectanglePropertiesEXT; - -typedef struct VkPipelineDiscardRectangleStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkPipelineDiscardRectangleStateCreateFlagsEXT flags; - VkDiscardRectangleModeEXT discardRectangleMode; - uint32_t discardRectangleCount; - const VkRect2D* pDiscardRectangles; -} VkPipelineDiscardRectangleStateCreateInfoEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdSetDiscardRectangleEXT)(VkCommandBuffer commandBuffer, uint32_t firstDiscardRectangle, uint32_t discardRectangleCount, const VkRect2D* pDiscardRectangles); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetDiscardRectangleEXT( - VkCommandBuffer commandBuffer, - uint32_t firstDiscardRectangle, - uint32_t discardRectangleCount, - const VkRect2D* pDiscardRectangles); -#endif - - -#define VK_EXT_conservative_rasterization 1 -#define VK_EXT_CONSERVATIVE_RASTERIZATION_SPEC_VERSION 1 -#define VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME "VK_EXT_conservative_rasterization" - -typedef enum VkConservativeRasterizationModeEXT { - VK_CONSERVATIVE_RASTERIZATION_MODE_DISABLED_EXT = 0, - VK_CONSERVATIVE_RASTERIZATION_MODE_OVERESTIMATE_EXT = 1, - VK_CONSERVATIVE_RASTERIZATION_MODE_UNDERESTIMATE_EXT = 2, - VK_CONSERVATIVE_RASTERIZATION_MODE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkConservativeRasterizationModeEXT; -typedef VkFlags VkPipelineRasterizationConservativeStateCreateFlagsEXT; -typedef struct VkPhysicalDeviceConservativeRasterizationPropertiesEXT { - VkStructureType sType; - void* pNext; - float primitiveOverestimationSize; - float maxExtraPrimitiveOverestimationSize; - float extraPrimitiveOverestimationSizeGranularity; - VkBool32 primitiveUnderestimation; - VkBool32 conservativePointAndLineRasterization; - VkBool32 degenerateTrianglesRasterized; - VkBool32 degenerateLinesRasterized; - VkBool32 fullyCoveredFragmentShaderInputVariable; - VkBool32 conservativeRasterizationPostDepthCoverage; -} VkPhysicalDeviceConservativeRasterizationPropertiesEXT; - -typedef struct VkPipelineRasterizationConservativeStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkPipelineRasterizationConservativeStateCreateFlagsEXT flags; - VkConservativeRasterizationModeEXT conservativeRasterizationMode; - float extraPrimitiveOverestimationSize; -} VkPipelineRasterizationConservativeStateCreateInfoEXT; - - - -#define VK_EXT_depth_clip_enable 1 -#define VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION 1 -#define VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME "VK_EXT_depth_clip_enable" -typedef VkFlags VkPipelineRasterizationDepthClipStateCreateFlagsEXT; -typedef struct VkPhysicalDeviceDepthClipEnableFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 depthClipEnable; -} VkPhysicalDeviceDepthClipEnableFeaturesEXT; - -typedef struct VkPipelineRasterizationDepthClipStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkPipelineRasterizationDepthClipStateCreateFlagsEXT flags; - VkBool32 depthClipEnable; -} VkPipelineRasterizationDepthClipStateCreateInfoEXT; - - - -#define VK_EXT_swapchain_colorspace 1 -#define VK_EXT_SWAPCHAIN_COLOR_SPACE_SPEC_VERSION 4 -#define VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME "VK_EXT_swapchain_colorspace" - - -#define VK_EXT_hdr_metadata 1 -#define VK_EXT_HDR_METADATA_SPEC_VERSION 2 -#define VK_EXT_HDR_METADATA_EXTENSION_NAME "VK_EXT_hdr_metadata" -typedef struct VkXYColorEXT { - float x; - float y; -} VkXYColorEXT; - -typedef struct VkHdrMetadataEXT { - VkStructureType sType; - const void* pNext; - VkXYColorEXT displayPrimaryRed; - VkXYColorEXT displayPrimaryGreen; - VkXYColorEXT displayPrimaryBlue; - VkXYColorEXT whitePoint; - float maxLuminance; - float minLuminance; - float maxContentLightLevel; - float maxFrameAverageLightLevel; -} VkHdrMetadataEXT; - -typedef void (VKAPI_PTR *PFN_vkSetHdrMetadataEXT)(VkDevice device, uint32_t swapchainCount, const VkSwapchainKHR* pSwapchains, const VkHdrMetadataEXT* pMetadata); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkSetHdrMetadataEXT( - VkDevice device, - uint32_t swapchainCount, - const VkSwapchainKHR* pSwapchains, - const VkHdrMetadataEXT* pMetadata); -#endif - - -#define VK_EXT_external_memory_dma_buf 1 -#define VK_EXT_EXTERNAL_MEMORY_DMA_BUF_SPEC_VERSION 1 -#define VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME "VK_EXT_external_memory_dma_buf" - - -#define VK_EXT_queue_family_foreign 1 -#define VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION 1 -#define VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME "VK_EXT_queue_family_foreign" -#define VK_QUEUE_FAMILY_FOREIGN_EXT (~2U) - - -#define VK_EXT_debug_utils 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDebugUtilsMessengerEXT) -#define VK_EXT_DEBUG_UTILS_SPEC_VERSION 2 -#define VK_EXT_DEBUG_UTILS_EXTENSION_NAME "VK_EXT_debug_utils" -typedef VkFlags VkDebugUtilsMessengerCallbackDataFlagsEXT; - -typedef enum VkDebugUtilsMessageSeverityFlagBitsEXT { - VK_DEBUG_UTILS_MESSAGE_SEVERITY_VERBOSE_BIT_EXT = 0x00000001, - VK_DEBUG_UTILS_MESSAGE_SEVERITY_INFO_BIT_EXT = 0x00000010, - VK_DEBUG_UTILS_MESSAGE_SEVERITY_WARNING_BIT_EXT = 0x00000100, - VK_DEBUG_UTILS_MESSAGE_SEVERITY_ERROR_BIT_EXT = 0x00001000, - VK_DEBUG_UTILS_MESSAGE_SEVERITY_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDebugUtilsMessageSeverityFlagBitsEXT; - -typedef enum VkDebugUtilsMessageTypeFlagBitsEXT { - VK_DEBUG_UTILS_MESSAGE_TYPE_GENERAL_BIT_EXT = 0x00000001, - VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT = 0x00000002, - VK_DEBUG_UTILS_MESSAGE_TYPE_PERFORMANCE_BIT_EXT = 0x00000004, - VK_DEBUG_UTILS_MESSAGE_TYPE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDebugUtilsMessageTypeFlagBitsEXT; -typedef VkFlags VkDebugUtilsMessageTypeFlagsEXT; -typedef VkFlags VkDebugUtilsMessageSeverityFlagsEXT; -typedef VkFlags VkDebugUtilsMessengerCreateFlagsEXT; -typedef struct VkDebugUtilsLabelEXT { - VkStructureType sType; - const void* pNext; - const char* pLabelName; - float color[4]; -} VkDebugUtilsLabelEXT; - -typedef struct VkDebugUtilsObjectNameInfoEXT { - VkStructureType sType; - const void* pNext; - VkObjectType objectType; - uint64_t objectHandle; - const char* pObjectName; -} VkDebugUtilsObjectNameInfoEXT; - -typedef struct VkDebugUtilsMessengerCallbackDataEXT { - VkStructureType sType; - const void* pNext; - VkDebugUtilsMessengerCallbackDataFlagsEXT flags; - const char* pMessageIdName; - int32_t messageIdNumber; - const char* pMessage; - uint32_t queueLabelCount; - const VkDebugUtilsLabelEXT* pQueueLabels; - uint32_t cmdBufLabelCount; - const VkDebugUtilsLabelEXT* pCmdBufLabels; - uint32_t objectCount; - const VkDebugUtilsObjectNameInfoEXT* pObjects; -} VkDebugUtilsMessengerCallbackDataEXT; - -typedef VkBool32 (VKAPI_PTR *PFN_vkDebugUtilsMessengerCallbackEXT)( - VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, - VkDebugUtilsMessageTypeFlagsEXT messageTypes, - const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData, - void* pUserData); - -typedef struct VkDebugUtilsMessengerCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkDebugUtilsMessengerCreateFlagsEXT flags; - VkDebugUtilsMessageSeverityFlagsEXT messageSeverity; - VkDebugUtilsMessageTypeFlagsEXT messageType; - PFN_vkDebugUtilsMessengerCallbackEXT pfnUserCallback; - void* pUserData; -} VkDebugUtilsMessengerCreateInfoEXT; - -typedef struct VkDebugUtilsObjectTagInfoEXT { - VkStructureType sType; - const void* pNext; - VkObjectType objectType; - uint64_t objectHandle; - uint64_t tagName; - size_t tagSize; - const void* pTag; -} VkDebugUtilsObjectTagInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkSetDebugUtilsObjectNameEXT)(VkDevice device, const VkDebugUtilsObjectNameInfoEXT* pNameInfo); -typedef VkResult (VKAPI_PTR *PFN_vkSetDebugUtilsObjectTagEXT)(VkDevice device, const VkDebugUtilsObjectTagInfoEXT* pTagInfo); -typedef void (VKAPI_PTR *PFN_vkQueueBeginDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); -typedef void (VKAPI_PTR *PFN_vkQueueEndDebugUtilsLabelEXT)(VkQueue queue); -typedef void (VKAPI_PTR *PFN_vkQueueInsertDebugUtilsLabelEXT)(VkQueue queue, const VkDebugUtilsLabelEXT* pLabelInfo); -typedef void (VKAPI_PTR *PFN_vkCmdBeginDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); -typedef void (VKAPI_PTR *PFN_vkCmdEndDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer); -typedef void (VKAPI_PTR *PFN_vkCmdInsertDebugUtilsLabelEXT)(VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT* pLabelInfo); -typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugUtilsMessengerEXT)(VkInstance instance, const VkDebugUtilsMessengerCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugUtilsMessengerEXT* pMessenger); -typedef void (VKAPI_PTR *PFN_vkDestroyDebugUtilsMessengerEXT)(VkInstance instance, VkDebugUtilsMessengerEXT messenger, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkSubmitDebugUtilsMessageEXT)(VkInstance instance, VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, VkDebugUtilsMessageTypeFlagsEXT messageTypes, const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkSetDebugUtilsObjectNameEXT( - VkDevice device, - const VkDebugUtilsObjectNameInfoEXT* pNameInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkSetDebugUtilsObjectTagEXT( - VkDevice device, - const VkDebugUtilsObjectTagInfoEXT* pTagInfo); - -VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT( - VkQueue queue, - const VkDebugUtilsLabelEXT* pLabelInfo); - -VKAPI_ATTR void VKAPI_CALL vkQueueEndDebugUtilsLabelEXT( - VkQueue queue); - -VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT( - VkQueue queue, - const VkDebugUtilsLabelEXT* pLabelInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdBeginDebugUtilsLabelEXT( - VkCommandBuffer commandBuffer, - const VkDebugUtilsLabelEXT* pLabelInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdEndDebugUtilsLabelEXT( - VkCommandBuffer commandBuffer); - -VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT( - VkCommandBuffer commandBuffer, - const VkDebugUtilsLabelEXT* pLabelInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugUtilsMessengerEXT( - VkInstance instance, - const VkDebugUtilsMessengerCreateInfoEXT* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkDebugUtilsMessengerEXT* pMessenger); - -VKAPI_ATTR void VKAPI_CALL vkDestroyDebugUtilsMessengerEXT( - VkInstance instance, - VkDebugUtilsMessengerEXT messenger, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkSubmitDebugUtilsMessageEXT( - VkInstance instance, - VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, - VkDebugUtilsMessageTypeFlagsEXT messageTypes, - const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData); -#endif - - -#define VK_EXT_sampler_filter_minmax 1 -#define VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION 2 -#define VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME "VK_EXT_sampler_filter_minmax" -typedef VkSamplerReductionMode VkSamplerReductionModeEXT; - -typedef VkSamplerReductionModeCreateInfo VkSamplerReductionModeCreateInfoEXT; - -typedef VkPhysicalDeviceSamplerFilterMinmaxProperties VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT; - - - -#define VK_AMD_gpu_shader_int16 1 -#define VK_AMD_GPU_SHADER_INT16_SPEC_VERSION 2 -#define VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME "VK_AMD_gpu_shader_int16" - - -#define VK_AMD_mixed_attachment_samples 1 -#define VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION 1 -#define VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME "VK_AMD_mixed_attachment_samples" - - -#define VK_AMD_shader_fragment_mask 1 -#define VK_AMD_SHADER_FRAGMENT_MASK_SPEC_VERSION 1 -#define VK_AMD_SHADER_FRAGMENT_MASK_EXTENSION_NAME "VK_AMD_shader_fragment_mask" - - -#define VK_EXT_inline_uniform_block 1 -#define VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION 1 -#define VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME "VK_EXT_inline_uniform_block" -typedef VkPhysicalDeviceInlineUniformBlockFeatures VkPhysicalDeviceInlineUniformBlockFeaturesEXT; - -typedef VkPhysicalDeviceInlineUniformBlockProperties VkPhysicalDeviceInlineUniformBlockPropertiesEXT; - -typedef VkWriteDescriptorSetInlineUniformBlock VkWriteDescriptorSetInlineUniformBlockEXT; - -typedef VkDescriptorPoolInlineUniformBlockCreateInfo VkDescriptorPoolInlineUniformBlockCreateInfoEXT; - - - -#define VK_EXT_shader_stencil_export 1 -#define VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION 1 -#define VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME "VK_EXT_shader_stencil_export" - - -#define VK_EXT_sample_locations 1 -#define VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION 1 -#define VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME "VK_EXT_sample_locations" -typedef struct VkSampleLocationEXT { - float x; - float y; -} VkSampleLocationEXT; - -typedef struct VkSampleLocationsInfoEXT { - VkStructureType sType; - const void* pNext; - VkSampleCountFlagBits sampleLocationsPerPixel; - VkExtent2D sampleLocationGridSize; - uint32_t sampleLocationsCount; - const VkSampleLocationEXT* pSampleLocations; -} VkSampleLocationsInfoEXT; - -typedef struct VkAttachmentSampleLocationsEXT { - uint32_t attachmentIndex; - VkSampleLocationsInfoEXT sampleLocationsInfo; -} VkAttachmentSampleLocationsEXT; - -typedef struct VkSubpassSampleLocationsEXT { - uint32_t subpassIndex; - VkSampleLocationsInfoEXT sampleLocationsInfo; -} VkSubpassSampleLocationsEXT; - -typedef struct VkRenderPassSampleLocationsBeginInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t attachmentInitialSampleLocationsCount; - const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; - uint32_t postSubpassSampleLocationsCount; - const VkSubpassSampleLocationsEXT* pPostSubpassSampleLocations; -} VkRenderPassSampleLocationsBeginInfoEXT; - -typedef struct VkPipelineSampleLocationsStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkBool32 sampleLocationsEnable; - VkSampleLocationsInfoEXT sampleLocationsInfo; -} VkPipelineSampleLocationsStateCreateInfoEXT; - -typedef struct VkPhysicalDeviceSampleLocationsPropertiesEXT { - VkStructureType sType; - void* pNext; - VkSampleCountFlags sampleLocationSampleCounts; - VkExtent2D maxSampleLocationGridSize; - float sampleLocationCoordinateRange[2]; - uint32_t sampleLocationSubPixelBits; - VkBool32 variableSampleLocations; -} VkPhysicalDeviceSampleLocationsPropertiesEXT; - -typedef struct VkMultisamplePropertiesEXT { - VkStructureType sType; - void* pNext; - VkExtent2D maxSampleLocationGridSize; -} VkMultisamplePropertiesEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdSetSampleLocationsEXT)(VkCommandBuffer commandBuffer, const VkSampleLocationsInfoEXT* pSampleLocationsInfo); -typedef void (VKAPI_PTR *PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT)(VkPhysicalDevice physicalDevice, VkSampleCountFlagBits samples, VkMultisamplePropertiesEXT* pMultisampleProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetSampleLocationsEXT( - VkCommandBuffer commandBuffer, - const VkSampleLocationsInfoEXT* pSampleLocationsInfo); - -VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceMultisamplePropertiesEXT( - VkPhysicalDevice physicalDevice, - VkSampleCountFlagBits samples, - VkMultisamplePropertiesEXT* pMultisampleProperties); -#endif - - -#define VK_EXT_blend_operation_advanced 1 -#define VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION 2 -#define VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME "VK_EXT_blend_operation_advanced" - -typedef enum VkBlendOverlapEXT { - VK_BLEND_OVERLAP_UNCORRELATED_EXT = 0, - VK_BLEND_OVERLAP_DISJOINT_EXT = 1, - VK_BLEND_OVERLAP_CONJOINT_EXT = 2, - VK_BLEND_OVERLAP_MAX_ENUM_EXT = 0x7FFFFFFF -} VkBlendOverlapEXT; -typedef struct VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 advancedBlendCoherentOperations; -} VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT; - -typedef struct VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t advancedBlendMaxColorAttachments; - VkBool32 advancedBlendIndependentBlend; - VkBool32 advancedBlendNonPremultipliedSrcColor; - VkBool32 advancedBlendNonPremultipliedDstColor; - VkBool32 advancedBlendCorrelatedOverlap; - VkBool32 advancedBlendAllOperations; -} VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT; - -typedef struct VkPipelineColorBlendAdvancedStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkBool32 srcPremultiplied; - VkBool32 dstPremultiplied; - VkBlendOverlapEXT blendOverlap; -} VkPipelineColorBlendAdvancedStateCreateInfoEXT; - - - -#define VK_NV_fragment_coverage_to_color 1 -#define VK_NV_FRAGMENT_COVERAGE_TO_COLOR_SPEC_VERSION 1 -#define VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME "VK_NV_fragment_coverage_to_color" -typedef VkFlags VkPipelineCoverageToColorStateCreateFlagsNV; -typedef struct VkPipelineCoverageToColorStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkPipelineCoverageToColorStateCreateFlagsNV flags; - VkBool32 coverageToColorEnable; - uint32_t coverageToColorLocation; -} VkPipelineCoverageToColorStateCreateInfoNV; - - - -#define VK_NV_framebuffer_mixed_samples 1 -#define VK_NV_FRAMEBUFFER_MIXED_SAMPLES_SPEC_VERSION 1 -#define VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME "VK_NV_framebuffer_mixed_samples" - -typedef enum VkCoverageModulationModeNV { - VK_COVERAGE_MODULATION_MODE_NONE_NV = 0, - VK_COVERAGE_MODULATION_MODE_RGB_NV = 1, - VK_COVERAGE_MODULATION_MODE_ALPHA_NV = 2, - VK_COVERAGE_MODULATION_MODE_RGBA_NV = 3, - VK_COVERAGE_MODULATION_MODE_MAX_ENUM_NV = 0x7FFFFFFF -} VkCoverageModulationModeNV; -typedef VkFlags VkPipelineCoverageModulationStateCreateFlagsNV; -typedef struct VkPipelineCoverageModulationStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkPipelineCoverageModulationStateCreateFlagsNV flags; - VkCoverageModulationModeNV coverageModulationMode; - VkBool32 coverageModulationTableEnable; - uint32_t coverageModulationTableCount; - const float* pCoverageModulationTable; -} VkPipelineCoverageModulationStateCreateInfoNV; - - - -#define VK_NV_fill_rectangle 1 -#define VK_NV_FILL_RECTANGLE_SPEC_VERSION 1 -#define VK_NV_FILL_RECTANGLE_EXTENSION_NAME "VK_NV_fill_rectangle" - - -#define VK_NV_shader_sm_builtins 1 -#define VK_NV_SHADER_SM_BUILTINS_SPEC_VERSION 1 -#define VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME "VK_NV_shader_sm_builtins" -typedef struct VkPhysicalDeviceShaderSMBuiltinsPropertiesNV { - VkStructureType sType; - void* pNext; - uint32_t shaderSMCount; - uint32_t shaderWarpsPerSM; -} VkPhysicalDeviceShaderSMBuiltinsPropertiesNV; - -typedef struct VkPhysicalDeviceShaderSMBuiltinsFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 shaderSMBuiltins; -} VkPhysicalDeviceShaderSMBuiltinsFeaturesNV; - - - -#define VK_EXT_post_depth_coverage 1 -#define VK_EXT_POST_DEPTH_COVERAGE_SPEC_VERSION 1 -#define VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME "VK_EXT_post_depth_coverage" - - -#define VK_EXT_image_drm_format_modifier 1 -#define VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_SPEC_VERSION 2 -#define VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION_NAME "VK_EXT_image_drm_format_modifier" -typedef struct VkDrmFormatModifierPropertiesEXT { - uint64_t drmFormatModifier; - uint32_t drmFormatModifierPlaneCount; - VkFormatFeatureFlags drmFormatModifierTilingFeatures; -} VkDrmFormatModifierPropertiesEXT; - -typedef struct VkDrmFormatModifierPropertiesListEXT { - VkStructureType sType; - void* pNext; - uint32_t drmFormatModifierCount; - VkDrmFormatModifierPropertiesEXT* pDrmFormatModifierProperties; -} VkDrmFormatModifierPropertiesListEXT; - -typedef struct VkPhysicalDeviceImageDrmFormatModifierInfoEXT { - VkStructureType sType; - const void* pNext; - uint64_t drmFormatModifier; - VkSharingMode sharingMode; - uint32_t queueFamilyIndexCount; - const uint32_t* pQueueFamilyIndices; -} VkPhysicalDeviceImageDrmFormatModifierInfoEXT; - -typedef struct VkImageDrmFormatModifierListCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t drmFormatModifierCount; - const uint64_t* pDrmFormatModifiers; -} VkImageDrmFormatModifierListCreateInfoEXT; - -typedef struct VkImageDrmFormatModifierExplicitCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint64_t drmFormatModifier; - uint32_t drmFormatModifierPlaneCount; - const VkSubresourceLayout* pPlaneLayouts; -} VkImageDrmFormatModifierExplicitCreateInfoEXT; - -typedef struct VkImageDrmFormatModifierPropertiesEXT { - VkStructureType sType; - void* pNext; - uint64_t drmFormatModifier; -} VkImageDrmFormatModifierPropertiesEXT; - -typedef struct VkDrmFormatModifierProperties2EXT { - uint64_t drmFormatModifier; - uint32_t drmFormatModifierPlaneCount; - VkFormatFeatureFlags2 drmFormatModifierTilingFeatures; -} VkDrmFormatModifierProperties2EXT; - -typedef struct VkDrmFormatModifierPropertiesList2EXT { - VkStructureType sType; - void* pNext; - uint32_t drmFormatModifierCount; - VkDrmFormatModifierProperties2EXT* pDrmFormatModifierProperties; -} VkDrmFormatModifierPropertiesList2EXT; - -typedef VkResult (VKAPI_PTR *PFN_vkGetImageDrmFormatModifierPropertiesEXT)(VkDevice device, VkImage image, VkImageDrmFormatModifierPropertiesEXT* pProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetImageDrmFormatModifierPropertiesEXT( - VkDevice device, - VkImage image, - VkImageDrmFormatModifierPropertiesEXT* pProperties); -#endif - - -#define VK_EXT_validation_cache 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkValidationCacheEXT) -#define VK_EXT_VALIDATION_CACHE_SPEC_VERSION 1 -#define VK_EXT_VALIDATION_CACHE_EXTENSION_NAME "VK_EXT_validation_cache" - -typedef enum VkValidationCacheHeaderVersionEXT { - VK_VALIDATION_CACHE_HEADER_VERSION_ONE_EXT = 1, - VK_VALIDATION_CACHE_HEADER_VERSION_MAX_ENUM_EXT = 0x7FFFFFFF -} VkValidationCacheHeaderVersionEXT; -typedef VkFlags VkValidationCacheCreateFlagsEXT; -typedef struct VkValidationCacheCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkValidationCacheCreateFlagsEXT flags; - size_t initialDataSize; - const void* pInitialData; -} VkValidationCacheCreateInfoEXT; - -typedef struct VkShaderModuleValidationCacheCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkValidationCacheEXT validationCache; -} VkShaderModuleValidationCacheCreateInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateValidationCacheEXT)(VkDevice device, const VkValidationCacheCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache); -typedef void (VKAPI_PTR *PFN_vkDestroyValidationCacheEXT)(VkDevice device, VkValidationCacheEXT validationCache, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkMergeValidationCachesEXT)(VkDevice device, VkValidationCacheEXT dstCache, uint32_t srcCacheCount, const VkValidationCacheEXT* pSrcCaches); -typedef VkResult (VKAPI_PTR *PFN_vkGetValidationCacheDataEXT)(VkDevice device, VkValidationCacheEXT validationCache, size_t* pDataSize, void* pData); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateValidationCacheEXT( - VkDevice device, - const VkValidationCacheCreateInfoEXT* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkValidationCacheEXT* pValidationCache); - -VKAPI_ATTR void VKAPI_CALL vkDestroyValidationCacheEXT( - VkDevice device, - VkValidationCacheEXT validationCache, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkMergeValidationCachesEXT( - VkDevice device, - VkValidationCacheEXT dstCache, - uint32_t srcCacheCount, - const VkValidationCacheEXT* pSrcCaches); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetValidationCacheDataEXT( - VkDevice device, - VkValidationCacheEXT validationCache, - size_t* pDataSize, - void* pData); -#endif - - -#define VK_EXT_descriptor_indexing 1 -#define VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION 2 -#define VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME "VK_EXT_descriptor_indexing" -typedef VkDescriptorBindingFlagBits VkDescriptorBindingFlagBitsEXT; - -typedef VkDescriptorBindingFlags VkDescriptorBindingFlagsEXT; - -typedef VkDescriptorSetLayoutBindingFlagsCreateInfo VkDescriptorSetLayoutBindingFlagsCreateInfoEXT; - -typedef VkPhysicalDeviceDescriptorIndexingFeatures VkPhysicalDeviceDescriptorIndexingFeaturesEXT; - -typedef VkPhysicalDeviceDescriptorIndexingProperties VkPhysicalDeviceDescriptorIndexingPropertiesEXT; - -typedef VkDescriptorSetVariableDescriptorCountAllocateInfo VkDescriptorSetVariableDescriptorCountAllocateInfoEXT; - -typedef VkDescriptorSetVariableDescriptorCountLayoutSupport VkDescriptorSetVariableDescriptorCountLayoutSupportEXT; - - - -#define VK_EXT_shader_viewport_index_layer 1 -#define VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_SPEC_VERSION 1 -#define VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME "VK_EXT_shader_viewport_index_layer" - - -#define VK_NV_shading_rate_image 1 -#define VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION 3 -#define VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME "VK_NV_shading_rate_image" - -typedef enum VkShadingRatePaletteEntryNV { - VK_SHADING_RATE_PALETTE_ENTRY_NO_INVOCATIONS_NV = 0, - VK_SHADING_RATE_PALETTE_ENTRY_16_INVOCATIONS_PER_PIXEL_NV = 1, - VK_SHADING_RATE_PALETTE_ENTRY_8_INVOCATIONS_PER_PIXEL_NV = 2, - VK_SHADING_RATE_PALETTE_ENTRY_4_INVOCATIONS_PER_PIXEL_NV = 3, - VK_SHADING_RATE_PALETTE_ENTRY_2_INVOCATIONS_PER_PIXEL_NV = 4, - VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_PIXEL_NV = 5, - VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_2X1_PIXELS_NV = 6, - VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_1X2_PIXELS_NV = 7, - VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_2X2_PIXELS_NV = 8, - VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_4X2_PIXELS_NV = 9, - VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_2X4_PIXELS_NV = 10, - VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_4X4_PIXELS_NV = 11, - VK_SHADING_RATE_PALETTE_ENTRY_MAX_ENUM_NV = 0x7FFFFFFF -} VkShadingRatePaletteEntryNV; - -typedef enum VkCoarseSampleOrderTypeNV { - VK_COARSE_SAMPLE_ORDER_TYPE_DEFAULT_NV = 0, - VK_COARSE_SAMPLE_ORDER_TYPE_CUSTOM_NV = 1, - VK_COARSE_SAMPLE_ORDER_TYPE_PIXEL_MAJOR_NV = 2, - VK_COARSE_SAMPLE_ORDER_TYPE_SAMPLE_MAJOR_NV = 3, - VK_COARSE_SAMPLE_ORDER_TYPE_MAX_ENUM_NV = 0x7FFFFFFF -} VkCoarseSampleOrderTypeNV; -typedef struct VkShadingRatePaletteNV { - uint32_t shadingRatePaletteEntryCount; - const VkShadingRatePaletteEntryNV* pShadingRatePaletteEntries; -} VkShadingRatePaletteNV; - -typedef struct VkPipelineViewportShadingRateImageStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkBool32 shadingRateImageEnable; - uint32_t viewportCount; - const VkShadingRatePaletteNV* pShadingRatePalettes; -} VkPipelineViewportShadingRateImageStateCreateInfoNV; - -typedef struct VkPhysicalDeviceShadingRateImageFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 shadingRateImage; - VkBool32 shadingRateCoarseSampleOrder; -} VkPhysicalDeviceShadingRateImageFeaturesNV; - -typedef struct VkPhysicalDeviceShadingRateImagePropertiesNV { - VkStructureType sType; - void* pNext; - VkExtent2D shadingRateTexelSize; - uint32_t shadingRatePaletteSize; - uint32_t shadingRateMaxCoarseSamples; -} VkPhysicalDeviceShadingRateImagePropertiesNV; - -typedef struct VkCoarseSampleLocationNV { - uint32_t pixelX; - uint32_t pixelY; - uint32_t sample; -} VkCoarseSampleLocationNV; - -typedef struct VkCoarseSampleOrderCustomNV { - VkShadingRatePaletteEntryNV shadingRate; - uint32_t sampleCount; - uint32_t sampleLocationCount; - const VkCoarseSampleLocationNV* pSampleLocations; -} VkCoarseSampleOrderCustomNV; - -typedef struct VkPipelineViewportCoarseSampleOrderStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkCoarseSampleOrderTypeNV sampleOrderType; - uint32_t customSampleOrderCount; - const VkCoarseSampleOrderCustomNV* pCustomSampleOrders; -} VkPipelineViewportCoarseSampleOrderStateCreateInfoNV; - -typedef void (VKAPI_PTR *PFN_vkCmdBindShadingRateImageNV)(VkCommandBuffer commandBuffer, VkImageView imageView, VkImageLayout imageLayout); -typedef void (VKAPI_PTR *PFN_vkCmdSetViewportShadingRatePaletteNV)(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkShadingRatePaletteNV* pShadingRatePalettes); -typedef void (VKAPI_PTR *PFN_vkCmdSetCoarseSampleOrderNV)(VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV* pCustomSampleOrders); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdBindShadingRateImageNV( - VkCommandBuffer commandBuffer, - VkImageView imageView, - VkImageLayout imageLayout); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetViewportShadingRatePaletteNV( - VkCommandBuffer commandBuffer, - uint32_t firstViewport, - uint32_t viewportCount, - const VkShadingRatePaletteNV* pShadingRatePalettes); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetCoarseSampleOrderNV( - VkCommandBuffer commandBuffer, - VkCoarseSampleOrderTypeNV sampleOrderType, - uint32_t customSampleOrderCount, - const VkCoarseSampleOrderCustomNV* pCustomSampleOrders); -#endif - - -#define VK_NV_ray_tracing 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkAccelerationStructureNV) -#define VK_NV_RAY_TRACING_SPEC_VERSION 3 -#define VK_NV_RAY_TRACING_EXTENSION_NAME "VK_NV_ray_tracing" -#define VK_SHADER_UNUSED_KHR (~0U) -#define VK_SHADER_UNUSED_NV VK_SHADER_UNUSED_KHR - -typedef enum VkRayTracingShaderGroupTypeKHR { - VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_KHR = 0, - VK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_KHR = 1, - VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_KHR = 2, - VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_NV = VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_KHR, - VK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_NV = VK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_KHR, - VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_NV = VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_KHR, - VK_RAY_TRACING_SHADER_GROUP_TYPE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkRayTracingShaderGroupTypeKHR; -typedef VkRayTracingShaderGroupTypeKHR VkRayTracingShaderGroupTypeNV; - - -typedef enum VkGeometryTypeKHR { - VK_GEOMETRY_TYPE_TRIANGLES_KHR = 0, - VK_GEOMETRY_TYPE_AABBS_KHR = 1, - VK_GEOMETRY_TYPE_INSTANCES_KHR = 2, - VK_GEOMETRY_TYPE_TRIANGLES_NV = VK_GEOMETRY_TYPE_TRIANGLES_KHR, - VK_GEOMETRY_TYPE_AABBS_NV = VK_GEOMETRY_TYPE_AABBS_KHR, - VK_GEOMETRY_TYPE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkGeometryTypeKHR; -typedef VkGeometryTypeKHR VkGeometryTypeNV; - - -typedef enum VkAccelerationStructureTypeKHR { - VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_KHR = 0, - VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_KHR = 1, - VK_ACCELERATION_STRUCTURE_TYPE_GENERIC_KHR = 2, - VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_NV = VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_KHR, - VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_NV = VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_KHR, - VK_ACCELERATION_STRUCTURE_TYPE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkAccelerationStructureTypeKHR; -typedef VkAccelerationStructureTypeKHR VkAccelerationStructureTypeNV; - - -typedef enum VkCopyAccelerationStructureModeKHR { - VK_COPY_ACCELERATION_STRUCTURE_MODE_CLONE_KHR = 0, - VK_COPY_ACCELERATION_STRUCTURE_MODE_COMPACT_KHR = 1, - VK_COPY_ACCELERATION_STRUCTURE_MODE_SERIALIZE_KHR = 2, - VK_COPY_ACCELERATION_STRUCTURE_MODE_DESERIALIZE_KHR = 3, - VK_COPY_ACCELERATION_STRUCTURE_MODE_CLONE_NV = VK_COPY_ACCELERATION_STRUCTURE_MODE_CLONE_KHR, - VK_COPY_ACCELERATION_STRUCTURE_MODE_COMPACT_NV = VK_COPY_ACCELERATION_STRUCTURE_MODE_COMPACT_KHR, - VK_COPY_ACCELERATION_STRUCTURE_MODE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkCopyAccelerationStructureModeKHR; -typedef VkCopyAccelerationStructureModeKHR VkCopyAccelerationStructureModeNV; - - -typedef enum VkAccelerationStructureMemoryRequirementsTypeNV { - VK_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_TYPE_OBJECT_NV = 0, - VK_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_TYPE_BUILD_SCRATCH_NV = 1, - VK_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_TYPE_UPDATE_SCRATCH_NV = 2, - VK_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_TYPE_MAX_ENUM_NV = 0x7FFFFFFF -} VkAccelerationStructureMemoryRequirementsTypeNV; - -typedef enum VkGeometryFlagBitsKHR { - VK_GEOMETRY_OPAQUE_BIT_KHR = 0x00000001, - VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_KHR = 0x00000002, - VK_GEOMETRY_OPAQUE_BIT_NV = VK_GEOMETRY_OPAQUE_BIT_KHR, - VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_NV = VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_KHR, - VK_GEOMETRY_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkGeometryFlagBitsKHR; -typedef VkFlags VkGeometryFlagsKHR; -typedef VkGeometryFlagsKHR VkGeometryFlagsNV; - -typedef VkGeometryFlagBitsKHR VkGeometryFlagBitsNV; - - -typedef enum VkGeometryInstanceFlagBitsKHR { - VK_GEOMETRY_INSTANCE_TRIANGLE_FACING_CULL_DISABLE_BIT_KHR = 0x00000001, - VK_GEOMETRY_INSTANCE_TRIANGLE_FLIP_FACING_BIT_KHR = 0x00000002, - VK_GEOMETRY_INSTANCE_FORCE_OPAQUE_BIT_KHR = 0x00000004, - VK_GEOMETRY_INSTANCE_FORCE_NO_OPAQUE_BIT_KHR = 0x00000008, - VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_KHR = VK_GEOMETRY_INSTANCE_TRIANGLE_FLIP_FACING_BIT_KHR, - VK_GEOMETRY_INSTANCE_TRIANGLE_CULL_DISABLE_BIT_NV = VK_GEOMETRY_INSTANCE_TRIANGLE_FACING_CULL_DISABLE_BIT_KHR, - VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_NV = VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_KHR, - VK_GEOMETRY_INSTANCE_FORCE_OPAQUE_BIT_NV = VK_GEOMETRY_INSTANCE_FORCE_OPAQUE_BIT_KHR, - VK_GEOMETRY_INSTANCE_FORCE_NO_OPAQUE_BIT_NV = VK_GEOMETRY_INSTANCE_FORCE_NO_OPAQUE_BIT_KHR, - VK_GEOMETRY_INSTANCE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkGeometryInstanceFlagBitsKHR; -typedef VkFlags VkGeometryInstanceFlagsKHR; -typedef VkGeometryInstanceFlagsKHR VkGeometryInstanceFlagsNV; - -typedef VkGeometryInstanceFlagBitsKHR VkGeometryInstanceFlagBitsNV; - - -typedef enum VkBuildAccelerationStructureFlagBitsKHR { - VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_KHR = 0x00000001, - VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_COMPACTION_BIT_KHR = 0x00000002, - VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_KHR = 0x00000004, - VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_BUILD_BIT_KHR = 0x00000008, - VK_BUILD_ACCELERATION_STRUCTURE_LOW_MEMORY_BIT_KHR = 0x00000010, - VK_BUILD_ACCELERATION_STRUCTURE_MOTION_BIT_NV = 0x00000020, - VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_NV = VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_KHR, - VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_COMPACTION_BIT_NV = VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_COMPACTION_BIT_KHR, - VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_NV = VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_KHR, - VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_BUILD_BIT_NV = VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_BUILD_BIT_KHR, - VK_BUILD_ACCELERATION_STRUCTURE_LOW_MEMORY_BIT_NV = VK_BUILD_ACCELERATION_STRUCTURE_LOW_MEMORY_BIT_KHR, - VK_BUILD_ACCELERATION_STRUCTURE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkBuildAccelerationStructureFlagBitsKHR; -typedef VkFlags VkBuildAccelerationStructureFlagsKHR; -typedef VkBuildAccelerationStructureFlagsKHR VkBuildAccelerationStructureFlagsNV; - -typedef VkBuildAccelerationStructureFlagBitsKHR VkBuildAccelerationStructureFlagBitsNV; - -typedef struct VkRayTracingShaderGroupCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkRayTracingShaderGroupTypeKHR type; - uint32_t generalShader; - uint32_t closestHitShader; - uint32_t anyHitShader; - uint32_t intersectionShader; -} VkRayTracingShaderGroupCreateInfoNV; - -typedef struct VkRayTracingPipelineCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkPipelineCreateFlags flags; - uint32_t stageCount; - const VkPipelineShaderStageCreateInfo* pStages; - uint32_t groupCount; - const VkRayTracingShaderGroupCreateInfoNV* pGroups; - uint32_t maxRecursionDepth; - VkPipelineLayout layout; - VkPipeline basePipelineHandle; - int32_t basePipelineIndex; -} VkRayTracingPipelineCreateInfoNV; - -typedef struct VkGeometryTrianglesNV { - VkStructureType sType; - const void* pNext; - VkBuffer vertexData; - VkDeviceSize vertexOffset; - uint32_t vertexCount; - VkDeviceSize vertexStride; - VkFormat vertexFormat; - VkBuffer indexData; - VkDeviceSize indexOffset; - uint32_t indexCount; - VkIndexType indexType; - VkBuffer transformData; - VkDeviceSize transformOffset; -} VkGeometryTrianglesNV; - -typedef struct VkGeometryAABBNV { - VkStructureType sType; - const void* pNext; - VkBuffer aabbData; - uint32_t numAABBs; - uint32_t stride; - VkDeviceSize offset; -} VkGeometryAABBNV; - -typedef struct VkGeometryDataNV { - VkGeometryTrianglesNV triangles; - VkGeometryAABBNV aabbs; -} VkGeometryDataNV; - -typedef struct VkGeometryNV { - VkStructureType sType; - const void* pNext; - VkGeometryTypeKHR geometryType; - VkGeometryDataNV geometry; - VkGeometryFlagsKHR flags; -} VkGeometryNV; - -typedef struct VkAccelerationStructureInfoNV { - VkStructureType sType; - const void* pNext; - VkAccelerationStructureTypeNV type; - VkBuildAccelerationStructureFlagsNV flags; - uint32_t instanceCount; - uint32_t geometryCount; - const VkGeometryNV* pGeometries; -} VkAccelerationStructureInfoNV; - -typedef struct VkAccelerationStructureCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkDeviceSize compactedSize; - VkAccelerationStructureInfoNV info; -} VkAccelerationStructureCreateInfoNV; - -typedef struct VkBindAccelerationStructureMemoryInfoNV { - VkStructureType sType; - const void* pNext; - VkAccelerationStructureNV accelerationStructure; - VkDeviceMemory memory; - VkDeviceSize memoryOffset; - uint32_t deviceIndexCount; - const uint32_t* pDeviceIndices; -} VkBindAccelerationStructureMemoryInfoNV; - -typedef struct VkWriteDescriptorSetAccelerationStructureNV { - VkStructureType sType; - const void* pNext; - uint32_t accelerationStructureCount; - const VkAccelerationStructureNV* pAccelerationStructures; -} VkWriteDescriptorSetAccelerationStructureNV; - -typedef struct VkAccelerationStructureMemoryRequirementsInfoNV { - VkStructureType sType; - const void* pNext; - VkAccelerationStructureMemoryRequirementsTypeNV type; - VkAccelerationStructureNV accelerationStructure; -} VkAccelerationStructureMemoryRequirementsInfoNV; - -typedef struct VkPhysicalDeviceRayTracingPropertiesNV { - VkStructureType sType; - void* pNext; - uint32_t shaderGroupHandleSize; - uint32_t maxRecursionDepth; - uint32_t maxShaderGroupStride; - uint32_t shaderGroupBaseAlignment; - uint64_t maxGeometryCount; - uint64_t maxInstanceCount; - uint64_t maxTriangleCount; - uint32_t maxDescriptorSetAccelerationStructures; -} VkPhysicalDeviceRayTracingPropertiesNV; - -typedef struct VkTransformMatrixKHR { - float matrix[3][4]; -} VkTransformMatrixKHR; - -typedef VkTransformMatrixKHR VkTransformMatrixNV; - -typedef struct VkAabbPositionsKHR { - float minX; - float minY; - float minZ; - float maxX; - float maxY; - float maxZ; -} VkAabbPositionsKHR; - -typedef VkAabbPositionsKHR VkAabbPositionsNV; - -typedef struct VkAccelerationStructureInstanceKHR { - VkTransformMatrixKHR transform; - uint32_t instanceCustomIndex:24; - uint32_t mask:8; - uint32_t instanceShaderBindingTableRecordOffset:24; - VkGeometryInstanceFlagsKHR flags:8; - uint64_t accelerationStructureReference; -} VkAccelerationStructureInstanceKHR; - -typedef VkAccelerationStructureInstanceKHR VkAccelerationStructureInstanceNV; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateAccelerationStructureNV)(VkDevice device, const VkAccelerationStructureCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkAccelerationStructureNV* pAccelerationStructure); -typedef void (VKAPI_PTR *PFN_vkDestroyAccelerationStructureNV)(VkDevice device, VkAccelerationStructureNV accelerationStructure, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkGetAccelerationStructureMemoryRequirementsNV)(VkDevice device, const VkAccelerationStructureMemoryRequirementsInfoNV* pInfo, VkMemoryRequirements2KHR* pMemoryRequirements); -typedef VkResult (VKAPI_PTR *PFN_vkBindAccelerationStructureMemoryNV)(VkDevice device, uint32_t bindInfoCount, const VkBindAccelerationStructureMemoryInfoNV* pBindInfos); -typedef void (VKAPI_PTR *PFN_vkCmdBuildAccelerationStructureNV)(VkCommandBuffer commandBuffer, const VkAccelerationStructureInfoNV* pInfo, VkBuffer instanceData, VkDeviceSize instanceOffset, VkBool32 update, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, VkBuffer scratch, VkDeviceSize scratchOffset); -typedef void (VKAPI_PTR *PFN_vkCmdCopyAccelerationStructureNV)(VkCommandBuffer commandBuffer, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, VkCopyAccelerationStructureModeKHR mode); -typedef void (VKAPI_PTR *PFN_vkCmdTraceRaysNV)(VkCommandBuffer commandBuffer, VkBuffer raygenShaderBindingTableBuffer, VkDeviceSize raygenShaderBindingOffset, VkBuffer missShaderBindingTableBuffer, VkDeviceSize missShaderBindingOffset, VkDeviceSize missShaderBindingStride, VkBuffer hitShaderBindingTableBuffer, VkDeviceSize hitShaderBindingOffset, VkDeviceSize hitShaderBindingStride, VkBuffer callableShaderBindingTableBuffer, VkDeviceSize callableShaderBindingOffset, VkDeviceSize callableShaderBindingStride, uint32_t width, uint32_t height, uint32_t depth); -typedef VkResult (VKAPI_PTR *PFN_vkCreateRayTracingPipelinesNV)(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkRayTracingPipelineCreateInfoNV* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines); -typedef VkResult (VKAPI_PTR *PFN_vkGetRayTracingShaderGroupHandlesKHR)(VkDevice device, VkPipeline pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, void* pData); -typedef VkResult (VKAPI_PTR *PFN_vkGetRayTracingShaderGroupHandlesNV)(VkDevice device, VkPipeline pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, void* pData); -typedef VkResult (VKAPI_PTR *PFN_vkGetAccelerationStructureHandleNV)(VkDevice device, VkAccelerationStructureNV accelerationStructure, size_t dataSize, void* pData); -typedef void (VKAPI_PTR *PFN_vkCmdWriteAccelerationStructuresPropertiesNV)(VkCommandBuffer commandBuffer, uint32_t accelerationStructureCount, const VkAccelerationStructureNV* pAccelerationStructures, VkQueryType queryType, VkQueryPool queryPool, uint32_t firstQuery); -typedef VkResult (VKAPI_PTR *PFN_vkCompileDeferredNV)(VkDevice device, VkPipeline pipeline, uint32_t shader); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateAccelerationStructureNV( - VkDevice device, - const VkAccelerationStructureCreateInfoNV* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkAccelerationStructureNV* pAccelerationStructure); - -VKAPI_ATTR void VKAPI_CALL vkDestroyAccelerationStructureNV( - VkDevice device, - VkAccelerationStructureNV accelerationStructure, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkGetAccelerationStructureMemoryRequirementsNV( - VkDevice device, - const VkAccelerationStructureMemoryRequirementsInfoNV* pInfo, - VkMemoryRequirements2KHR* pMemoryRequirements); - -VKAPI_ATTR VkResult VKAPI_CALL vkBindAccelerationStructureMemoryNV( - VkDevice device, - uint32_t bindInfoCount, - const VkBindAccelerationStructureMemoryInfoNV* pBindInfos); - -VKAPI_ATTR void VKAPI_CALL vkCmdBuildAccelerationStructureNV( - VkCommandBuffer commandBuffer, - const VkAccelerationStructureInfoNV* pInfo, - VkBuffer instanceData, - VkDeviceSize instanceOffset, - VkBool32 update, - VkAccelerationStructureNV dst, - VkAccelerationStructureNV src, - VkBuffer scratch, - VkDeviceSize scratchOffset); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyAccelerationStructureNV( - VkCommandBuffer commandBuffer, - VkAccelerationStructureNV dst, - VkAccelerationStructureNV src, - VkCopyAccelerationStructureModeKHR mode); - -VKAPI_ATTR void VKAPI_CALL vkCmdTraceRaysNV( - VkCommandBuffer commandBuffer, - VkBuffer raygenShaderBindingTableBuffer, - VkDeviceSize raygenShaderBindingOffset, - VkBuffer missShaderBindingTableBuffer, - VkDeviceSize missShaderBindingOffset, - VkDeviceSize missShaderBindingStride, - VkBuffer hitShaderBindingTableBuffer, - VkDeviceSize hitShaderBindingOffset, - VkDeviceSize hitShaderBindingStride, - VkBuffer callableShaderBindingTableBuffer, - VkDeviceSize callableShaderBindingOffset, - VkDeviceSize callableShaderBindingStride, - uint32_t width, - uint32_t height, - uint32_t depth); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateRayTracingPipelinesNV( - VkDevice device, - VkPipelineCache pipelineCache, - uint32_t createInfoCount, - const VkRayTracingPipelineCreateInfoNV* pCreateInfos, - const VkAllocationCallbacks* pAllocator, - VkPipeline* pPipelines); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetRayTracingShaderGroupHandlesKHR( - VkDevice device, - VkPipeline pipeline, - uint32_t firstGroup, - uint32_t groupCount, - size_t dataSize, - void* pData); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetRayTracingShaderGroupHandlesNV( - VkDevice device, - VkPipeline pipeline, - uint32_t firstGroup, - uint32_t groupCount, - size_t dataSize, - void* pData); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetAccelerationStructureHandleNV( - VkDevice device, - VkAccelerationStructureNV accelerationStructure, - size_t dataSize, - void* pData); - -VKAPI_ATTR void VKAPI_CALL vkCmdWriteAccelerationStructuresPropertiesNV( - VkCommandBuffer commandBuffer, - uint32_t accelerationStructureCount, - const VkAccelerationStructureNV* pAccelerationStructures, - VkQueryType queryType, - VkQueryPool queryPool, - uint32_t firstQuery); - -VKAPI_ATTR VkResult VKAPI_CALL vkCompileDeferredNV( - VkDevice device, - VkPipeline pipeline, - uint32_t shader); -#endif - - -#define VK_NV_representative_fragment_test 1 -#define VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION 2 -#define VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME "VK_NV_representative_fragment_test" -typedef struct VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 representativeFragmentTest; -} VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV; - -typedef struct VkPipelineRepresentativeFragmentTestStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkBool32 representativeFragmentTestEnable; -} VkPipelineRepresentativeFragmentTestStateCreateInfoNV; - - - -#define VK_EXT_filter_cubic 1 -#define VK_EXT_FILTER_CUBIC_SPEC_VERSION 3 -#define VK_EXT_FILTER_CUBIC_EXTENSION_NAME "VK_EXT_filter_cubic" -typedef struct VkPhysicalDeviceImageViewImageFormatInfoEXT { - VkStructureType sType; - void* pNext; - VkImageViewType imageViewType; -} VkPhysicalDeviceImageViewImageFormatInfoEXT; - -typedef struct VkFilterCubicImageViewImageFormatPropertiesEXT { - VkStructureType sType; - void* pNext; - VkBool32 filterCubic; - VkBool32 filterCubicMinmax; -} VkFilterCubicImageViewImageFormatPropertiesEXT; - - - -#define VK_QCOM_render_pass_shader_resolve 1 -#define VK_QCOM_RENDER_PASS_SHADER_RESOLVE_SPEC_VERSION 4 -#define VK_QCOM_RENDER_PASS_SHADER_RESOLVE_EXTENSION_NAME "VK_QCOM_render_pass_shader_resolve" - - -#define VK_EXT_global_priority 1 -#define VK_EXT_GLOBAL_PRIORITY_SPEC_VERSION 2 -#define VK_EXT_GLOBAL_PRIORITY_EXTENSION_NAME "VK_EXT_global_priority" -typedef VkQueueGlobalPriorityKHR VkQueueGlobalPriorityEXT; - -typedef VkDeviceQueueGlobalPriorityCreateInfoKHR VkDeviceQueueGlobalPriorityCreateInfoEXT; - - - -#define VK_EXT_external_memory_host 1 -#define VK_EXT_EXTERNAL_MEMORY_HOST_SPEC_VERSION 1 -#define VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME "VK_EXT_external_memory_host" -typedef struct VkImportMemoryHostPointerInfoEXT { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlagBits handleType; - void* pHostPointer; -} VkImportMemoryHostPointerInfoEXT; - -typedef struct VkMemoryHostPointerPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t memoryTypeBits; -} VkMemoryHostPointerPropertiesEXT; - -typedef struct VkPhysicalDeviceExternalMemoryHostPropertiesEXT { - VkStructureType sType; - void* pNext; - VkDeviceSize minImportedHostPointerAlignment; -} VkPhysicalDeviceExternalMemoryHostPropertiesEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryHostPointerPropertiesEXT( - VkDevice device, - VkExternalMemoryHandleTypeFlagBits handleType, - const void* pHostPointer, - VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); -#endif - - -#define VK_AMD_buffer_marker 1 -#define VK_AMD_BUFFER_MARKER_SPEC_VERSION 1 -#define VK_AMD_BUFFER_MARKER_EXTENSION_NAME "VK_AMD_buffer_marker" -typedef void (VKAPI_PTR *PFN_vkCmdWriteBufferMarkerAMD)(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdWriteBufferMarkerAMD( - VkCommandBuffer commandBuffer, - VkPipelineStageFlagBits pipelineStage, - VkBuffer dstBuffer, - VkDeviceSize dstOffset, - uint32_t marker); -#endif - - -#define VK_AMD_pipeline_compiler_control 1 -#define VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION 1 -#define VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME "VK_AMD_pipeline_compiler_control" - -typedef enum VkPipelineCompilerControlFlagBitsAMD { - VK_PIPELINE_COMPILER_CONTROL_FLAG_BITS_MAX_ENUM_AMD = 0x7FFFFFFF -} VkPipelineCompilerControlFlagBitsAMD; -typedef VkFlags VkPipelineCompilerControlFlagsAMD; -typedef struct VkPipelineCompilerControlCreateInfoAMD { - VkStructureType sType; - const void* pNext; - VkPipelineCompilerControlFlagsAMD compilerControlFlags; -} VkPipelineCompilerControlCreateInfoAMD; - - - -#define VK_EXT_calibrated_timestamps 1 -#define VK_EXT_CALIBRATED_TIMESTAMPS_SPEC_VERSION 2 -#define VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME "VK_EXT_calibrated_timestamps" - -typedef enum VkTimeDomainEXT { - VK_TIME_DOMAIN_DEVICE_EXT = 0, - VK_TIME_DOMAIN_CLOCK_MONOTONIC_EXT = 1, - VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT = 2, - VK_TIME_DOMAIN_QUERY_PERFORMANCE_COUNTER_EXT = 3, - VK_TIME_DOMAIN_MAX_ENUM_EXT = 0x7FFFFFFF -} VkTimeDomainEXT; -typedef struct VkCalibratedTimestampInfoEXT { - VkStructureType sType; - const void* pNext; - VkTimeDomainEXT timeDomain; -} VkCalibratedTimestampInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT)(VkPhysicalDevice physicalDevice, uint32_t* pTimeDomainCount, VkTimeDomainEXT* pTimeDomains); -typedef VkResult (VKAPI_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalibratedTimestampInfoEXT* pTimestampInfos, uint64_t* pTimestamps, uint64_t* pMaxDeviation); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceCalibrateableTimeDomainsEXT( - VkPhysicalDevice physicalDevice, - uint32_t* pTimeDomainCount, - VkTimeDomainEXT* pTimeDomains); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetCalibratedTimestampsEXT( - VkDevice device, - uint32_t timestampCount, - const VkCalibratedTimestampInfoEXT* pTimestampInfos, - uint64_t* pTimestamps, - uint64_t* pMaxDeviation); -#endif - - -#define VK_AMD_shader_core_properties 1 -#define VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION 2 -#define VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME "VK_AMD_shader_core_properties" -typedef struct VkPhysicalDeviceShaderCorePropertiesAMD { - VkStructureType sType; - void* pNext; - uint32_t shaderEngineCount; - uint32_t shaderArraysPerEngineCount; - uint32_t computeUnitsPerShaderArray; - uint32_t simdPerComputeUnit; - uint32_t wavefrontsPerSimd; - uint32_t wavefrontSize; - uint32_t sgprsPerSimd; - uint32_t minSgprAllocation; - uint32_t maxSgprAllocation; - uint32_t sgprAllocationGranularity; - uint32_t vgprsPerSimd; - uint32_t minVgprAllocation; - uint32_t maxVgprAllocation; - uint32_t vgprAllocationGranularity; -} VkPhysicalDeviceShaderCorePropertiesAMD; - - - -#define VK_AMD_memory_overallocation_behavior 1 -#define VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_SPEC_VERSION 1 -#define VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_EXTENSION_NAME "VK_AMD_memory_overallocation_behavior" - -typedef enum VkMemoryOverallocationBehaviorAMD { - VK_MEMORY_OVERALLOCATION_BEHAVIOR_DEFAULT_AMD = 0, - VK_MEMORY_OVERALLOCATION_BEHAVIOR_ALLOWED_AMD = 1, - VK_MEMORY_OVERALLOCATION_BEHAVIOR_DISALLOWED_AMD = 2, - VK_MEMORY_OVERALLOCATION_BEHAVIOR_MAX_ENUM_AMD = 0x7FFFFFFF -} VkMemoryOverallocationBehaviorAMD; -typedef struct VkDeviceMemoryOverallocationCreateInfoAMD { - VkStructureType sType; - const void* pNext; - VkMemoryOverallocationBehaviorAMD overallocationBehavior; -} VkDeviceMemoryOverallocationCreateInfoAMD; - - - -#define VK_EXT_vertex_attribute_divisor 1 -#define VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION 3 -#define VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME "VK_EXT_vertex_attribute_divisor" -typedef struct VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t maxVertexAttribDivisor; -} VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT; - -typedef struct VkVertexInputBindingDivisorDescriptionEXT { - uint32_t binding; - uint32_t divisor; -} VkVertexInputBindingDivisorDescriptionEXT; - -typedef struct VkPipelineVertexInputDivisorStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t vertexBindingDivisorCount; - const VkVertexInputBindingDivisorDescriptionEXT* pVertexBindingDivisors; -} VkPipelineVertexInputDivisorStateCreateInfoEXT; - -typedef struct VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 vertexAttributeInstanceRateDivisor; - VkBool32 vertexAttributeInstanceRateZeroDivisor; -} VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT; - - - -#define VK_EXT_pipeline_creation_feedback 1 -#define VK_EXT_PIPELINE_CREATION_FEEDBACK_SPEC_VERSION 1 -#define VK_EXT_PIPELINE_CREATION_FEEDBACK_EXTENSION_NAME "VK_EXT_pipeline_creation_feedback" -typedef VkPipelineCreationFeedbackFlagBits VkPipelineCreationFeedbackFlagBitsEXT; - -typedef VkPipelineCreationFeedbackFlags VkPipelineCreationFeedbackFlagsEXT; - -typedef VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedbackCreateInfoEXT; - -typedef VkPipelineCreationFeedback VkPipelineCreationFeedbackEXT; - - - -#define VK_NV_shader_subgroup_partitioned 1 -#define VK_NV_SHADER_SUBGROUP_PARTITIONED_SPEC_VERSION 1 -#define VK_NV_SHADER_SUBGROUP_PARTITIONED_EXTENSION_NAME "VK_NV_shader_subgroup_partitioned" - - -#define VK_NV_compute_shader_derivatives 1 -#define VK_NV_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION 1 -#define VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME "VK_NV_compute_shader_derivatives" -typedef struct VkPhysicalDeviceComputeShaderDerivativesFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 computeDerivativeGroupQuads; - VkBool32 computeDerivativeGroupLinear; -} VkPhysicalDeviceComputeShaderDerivativesFeaturesNV; - - - -#define VK_NV_mesh_shader 1 -#define VK_NV_MESH_SHADER_SPEC_VERSION 1 -#define VK_NV_MESH_SHADER_EXTENSION_NAME "VK_NV_mesh_shader" -typedef struct VkPhysicalDeviceMeshShaderFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 taskShader; - VkBool32 meshShader; -} VkPhysicalDeviceMeshShaderFeaturesNV; - -typedef struct VkPhysicalDeviceMeshShaderPropertiesNV { - VkStructureType sType; - void* pNext; - uint32_t maxDrawMeshTasksCount; - uint32_t maxTaskWorkGroupInvocations; - uint32_t maxTaskWorkGroupSize[3]; - uint32_t maxTaskTotalMemorySize; - uint32_t maxTaskOutputCount; - uint32_t maxMeshWorkGroupInvocations; - uint32_t maxMeshWorkGroupSize[3]; - uint32_t maxMeshTotalMemorySize; - uint32_t maxMeshOutputVertices; - uint32_t maxMeshOutputPrimitives; - uint32_t maxMeshMultiviewViewCount; - uint32_t meshOutputPerVertexGranularity; - uint32_t meshOutputPerPrimitiveGranularity; -} VkPhysicalDeviceMeshShaderPropertiesNV; - -typedef struct VkDrawMeshTasksIndirectCommandNV { - uint32_t taskCount; - uint32_t firstTask; -} VkDrawMeshTasksIndirectCommandNV; - -typedef void (VKAPI_PTR *PFN_vkCmdDrawMeshTasksNV)(VkCommandBuffer commandBuffer, uint32_t taskCount, uint32_t firstTask); -typedef void (VKAPI_PTR *PFN_vkCmdDrawMeshTasksIndirectNV)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); -typedef void (VKAPI_PTR *PFN_vkCmdDrawMeshTasksIndirectCountNV)(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdDrawMeshTasksNV( - VkCommandBuffer commandBuffer, - uint32_t taskCount, - uint32_t firstTask); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawMeshTasksIndirectNV( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - uint32_t drawCount, - uint32_t stride); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawMeshTasksIndirectCountNV( - VkCommandBuffer commandBuffer, - VkBuffer buffer, - VkDeviceSize offset, - VkBuffer countBuffer, - VkDeviceSize countBufferOffset, - uint32_t maxDrawCount, - uint32_t stride); -#endif - - -#define VK_NV_fragment_shader_barycentric 1 -#define VK_NV_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION 1 -#define VK_NV_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME "VK_NV_fragment_shader_barycentric" -typedef VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV; - - - -#define VK_NV_shader_image_footprint 1 -#define VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION 2 -#define VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME "VK_NV_shader_image_footprint" -typedef struct VkPhysicalDeviceShaderImageFootprintFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 imageFootprint; -} VkPhysicalDeviceShaderImageFootprintFeaturesNV; - - - -#define VK_NV_scissor_exclusive 1 -#define VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION 1 -#define VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME "VK_NV_scissor_exclusive" -typedef struct VkPipelineViewportExclusiveScissorStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - uint32_t exclusiveScissorCount; - const VkRect2D* pExclusiveScissors; -} VkPipelineViewportExclusiveScissorStateCreateInfoNV; - -typedef struct VkPhysicalDeviceExclusiveScissorFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 exclusiveScissor; -} VkPhysicalDeviceExclusiveScissorFeaturesNV; - -typedef void (VKAPI_PTR *PFN_vkCmdSetExclusiveScissorNV)(VkCommandBuffer commandBuffer, uint32_t firstExclusiveScissor, uint32_t exclusiveScissorCount, const VkRect2D* pExclusiveScissors); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetExclusiveScissorNV( - VkCommandBuffer commandBuffer, - uint32_t firstExclusiveScissor, - uint32_t exclusiveScissorCount, - const VkRect2D* pExclusiveScissors); -#endif - - -#define VK_NV_device_diagnostic_checkpoints 1 -#define VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_SPEC_VERSION 2 -#define VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_EXTENSION_NAME "VK_NV_device_diagnostic_checkpoints" -typedef struct VkQueueFamilyCheckpointPropertiesNV { - VkStructureType sType; - void* pNext; - VkPipelineStageFlags checkpointExecutionStageMask; -} VkQueueFamilyCheckpointPropertiesNV; - -typedef struct VkCheckpointDataNV { - VkStructureType sType; - void* pNext; - VkPipelineStageFlagBits stage; - void* pCheckpointMarker; -} VkCheckpointDataNV; - -typedef void (VKAPI_PTR *PFN_vkCmdSetCheckpointNV)(VkCommandBuffer commandBuffer, const void* pCheckpointMarker); -typedef void (VKAPI_PTR *PFN_vkGetQueueCheckpointDataNV)(VkQueue queue, uint32_t* pCheckpointDataCount, VkCheckpointDataNV* pCheckpointData); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetCheckpointNV( - VkCommandBuffer commandBuffer, - const void* pCheckpointMarker); - -VKAPI_ATTR void VKAPI_CALL vkGetQueueCheckpointDataNV( - VkQueue queue, - uint32_t* pCheckpointDataCount, - VkCheckpointDataNV* pCheckpointData); -#endif - - -#define VK_INTEL_shader_integer_functions2 1 -#define VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION 1 -#define VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME "VK_INTEL_shader_integer_functions2" -typedef struct VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL { - VkStructureType sType; - void* pNext; - VkBool32 shaderIntegerFunctions2; -} VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL; - - - -#define VK_INTEL_performance_query 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPerformanceConfigurationINTEL) -#define VK_INTEL_PERFORMANCE_QUERY_SPEC_VERSION 2 -#define VK_INTEL_PERFORMANCE_QUERY_EXTENSION_NAME "VK_INTEL_performance_query" - -typedef enum VkPerformanceConfigurationTypeINTEL { - VK_PERFORMANCE_CONFIGURATION_TYPE_COMMAND_QUEUE_METRICS_DISCOVERY_ACTIVATED_INTEL = 0, - VK_PERFORMANCE_CONFIGURATION_TYPE_MAX_ENUM_INTEL = 0x7FFFFFFF -} VkPerformanceConfigurationTypeINTEL; - -typedef enum VkQueryPoolSamplingModeINTEL { - VK_QUERY_POOL_SAMPLING_MODE_MANUAL_INTEL = 0, - VK_QUERY_POOL_SAMPLING_MODE_MAX_ENUM_INTEL = 0x7FFFFFFF -} VkQueryPoolSamplingModeINTEL; - -typedef enum VkPerformanceOverrideTypeINTEL { - VK_PERFORMANCE_OVERRIDE_TYPE_NULL_HARDWARE_INTEL = 0, - VK_PERFORMANCE_OVERRIDE_TYPE_FLUSH_GPU_CACHES_INTEL = 1, - VK_PERFORMANCE_OVERRIDE_TYPE_MAX_ENUM_INTEL = 0x7FFFFFFF -} VkPerformanceOverrideTypeINTEL; - -typedef enum VkPerformanceParameterTypeINTEL { - VK_PERFORMANCE_PARAMETER_TYPE_HW_COUNTERS_SUPPORTED_INTEL = 0, - VK_PERFORMANCE_PARAMETER_TYPE_STREAM_MARKER_VALID_BITS_INTEL = 1, - VK_PERFORMANCE_PARAMETER_TYPE_MAX_ENUM_INTEL = 0x7FFFFFFF -} VkPerformanceParameterTypeINTEL; - -typedef enum VkPerformanceValueTypeINTEL { - VK_PERFORMANCE_VALUE_TYPE_UINT32_INTEL = 0, - VK_PERFORMANCE_VALUE_TYPE_UINT64_INTEL = 1, - VK_PERFORMANCE_VALUE_TYPE_FLOAT_INTEL = 2, - VK_PERFORMANCE_VALUE_TYPE_BOOL_INTEL = 3, - VK_PERFORMANCE_VALUE_TYPE_STRING_INTEL = 4, - VK_PERFORMANCE_VALUE_TYPE_MAX_ENUM_INTEL = 0x7FFFFFFF -} VkPerformanceValueTypeINTEL; -typedef union VkPerformanceValueDataINTEL { - uint32_t value32; - uint64_t value64; - float valueFloat; - VkBool32 valueBool; - const char* valueString; -} VkPerformanceValueDataINTEL; - -typedef struct VkPerformanceValueINTEL { - VkPerformanceValueTypeINTEL type; - VkPerformanceValueDataINTEL data; -} VkPerformanceValueINTEL; - -typedef struct VkInitializePerformanceApiInfoINTEL { - VkStructureType sType; - const void* pNext; - void* pUserData; -} VkInitializePerformanceApiInfoINTEL; - -typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { - VkStructureType sType; - const void* pNext; - VkQueryPoolSamplingModeINTEL performanceCountersSampling; -} VkQueryPoolPerformanceQueryCreateInfoINTEL; - -typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL; - -typedef struct VkPerformanceMarkerInfoINTEL { - VkStructureType sType; - const void* pNext; - uint64_t marker; -} VkPerformanceMarkerInfoINTEL; - -typedef struct VkPerformanceStreamMarkerInfoINTEL { - VkStructureType sType; - const void* pNext; - uint32_t marker; -} VkPerformanceStreamMarkerInfoINTEL; - -typedef struct VkPerformanceOverrideInfoINTEL { - VkStructureType sType; - const void* pNext; - VkPerformanceOverrideTypeINTEL type; - VkBool32 enable; - uint64_t parameter; -} VkPerformanceOverrideInfoINTEL; - -typedef struct VkPerformanceConfigurationAcquireInfoINTEL { - VkStructureType sType; - const void* pNext; - VkPerformanceConfigurationTypeINTEL type; -} VkPerformanceConfigurationAcquireInfoINTEL; - -typedef VkResult (VKAPI_PTR *PFN_vkInitializePerformanceApiINTEL)(VkDevice device, const VkInitializePerformanceApiInfoINTEL* pInitializeInfo); -typedef void (VKAPI_PTR *PFN_vkUninitializePerformanceApiINTEL)(VkDevice device); -typedef VkResult (VKAPI_PTR *PFN_vkCmdSetPerformanceMarkerINTEL)(VkCommandBuffer commandBuffer, const VkPerformanceMarkerInfoINTEL* pMarkerInfo); -typedef VkResult (VKAPI_PTR *PFN_vkCmdSetPerformanceStreamMarkerINTEL)(VkCommandBuffer commandBuffer, const VkPerformanceStreamMarkerInfoINTEL* pMarkerInfo); -typedef VkResult (VKAPI_PTR *PFN_vkCmdSetPerformanceOverrideINTEL)(VkCommandBuffer commandBuffer, const VkPerformanceOverrideInfoINTEL* pOverrideInfo); -typedef VkResult (VKAPI_PTR *PFN_vkAcquirePerformanceConfigurationINTEL)(VkDevice device, const VkPerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, VkPerformanceConfigurationINTEL* pConfiguration); -typedef VkResult (VKAPI_PTR *PFN_vkReleasePerformanceConfigurationINTEL)(VkDevice device, VkPerformanceConfigurationINTEL configuration); -typedef VkResult (VKAPI_PTR *PFN_vkQueueSetPerformanceConfigurationINTEL)(VkQueue queue, VkPerformanceConfigurationINTEL configuration); -typedef VkResult (VKAPI_PTR *PFN_vkGetPerformanceParameterINTEL)(VkDevice device, VkPerformanceParameterTypeINTEL parameter, VkPerformanceValueINTEL* pValue); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkInitializePerformanceApiINTEL( - VkDevice device, - const VkInitializePerformanceApiInfoINTEL* pInitializeInfo); - -VKAPI_ATTR void VKAPI_CALL vkUninitializePerformanceApiINTEL( - VkDevice device); - -VKAPI_ATTR VkResult VKAPI_CALL vkCmdSetPerformanceMarkerINTEL( - VkCommandBuffer commandBuffer, - const VkPerformanceMarkerInfoINTEL* pMarkerInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkCmdSetPerformanceStreamMarkerINTEL( - VkCommandBuffer commandBuffer, - const VkPerformanceStreamMarkerInfoINTEL* pMarkerInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkCmdSetPerformanceOverrideINTEL( - VkCommandBuffer commandBuffer, - const VkPerformanceOverrideInfoINTEL* pOverrideInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkAcquirePerformanceConfigurationINTEL( - VkDevice device, - const VkPerformanceConfigurationAcquireInfoINTEL* pAcquireInfo, - VkPerformanceConfigurationINTEL* pConfiguration); - -VKAPI_ATTR VkResult VKAPI_CALL vkReleasePerformanceConfigurationINTEL( - VkDevice device, - VkPerformanceConfigurationINTEL configuration); - -VKAPI_ATTR VkResult VKAPI_CALL vkQueueSetPerformanceConfigurationINTEL( - VkQueue queue, - VkPerformanceConfigurationINTEL configuration); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetPerformanceParameterINTEL( - VkDevice device, - VkPerformanceParameterTypeINTEL parameter, - VkPerformanceValueINTEL* pValue); -#endif - - -#define VK_EXT_pci_bus_info 1 -#define VK_EXT_PCI_BUS_INFO_SPEC_VERSION 2 -#define VK_EXT_PCI_BUS_INFO_EXTENSION_NAME "VK_EXT_pci_bus_info" -typedef struct VkPhysicalDevicePCIBusInfoPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t pciDomain; - uint32_t pciBus; - uint32_t pciDevice; - uint32_t pciFunction; -} VkPhysicalDevicePCIBusInfoPropertiesEXT; - - - -#define VK_AMD_display_native_hdr 1 -#define VK_AMD_DISPLAY_NATIVE_HDR_SPEC_VERSION 1 -#define VK_AMD_DISPLAY_NATIVE_HDR_EXTENSION_NAME "VK_AMD_display_native_hdr" -typedef struct VkDisplayNativeHdrSurfaceCapabilitiesAMD { - VkStructureType sType; - void* pNext; - VkBool32 localDimmingSupport; -} VkDisplayNativeHdrSurfaceCapabilitiesAMD; - -typedef struct VkSwapchainDisplayNativeHdrCreateInfoAMD { - VkStructureType sType; - const void* pNext; - VkBool32 localDimmingEnable; -} VkSwapchainDisplayNativeHdrCreateInfoAMD; - -typedef void (VKAPI_PTR *PFN_vkSetLocalDimmingAMD)(VkDevice device, VkSwapchainKHR swapChain, VkBool32 localDimmingEnable); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkSetLocalDimmingAMD( - VkDevice device, - VkSwapchainKHR swapChain, - VkBool32 localDimmingEnable); -#endif - - -#define VK_EXT_fragment_density_map 1 -#define VK_EXT_FRAGMENT_DENSITY_MAP_SPEC_VERSION 2 -#define VK_EXT_FRAGMENT_DENSITY_MAP_EXTENSION_NAME "VK_EXT_fragment_density_map" -typedef struct VkPhysicalDeviceFragmentDensityMapFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 fragmentDensityMap; - VkBool32 fragmentDensityMapDynamic; - VkBool32 fragmentDensityMapNonSubsampledImages; -} VkPhysicalDeviceFragmentDensityMapFeaturesEXT; - -typedef struct VkPhysicalDeviceFragmentDensityMapPropertiesEXT { - VkStructureType sType; - void* pNext; - VkExtent2D minFragmentDensityTexelSize; - VkExtent2D maxFragmentDensityTexelSize; - VkBool32 fragmentDensityInvocations; -} VkPhysicalDeviceFragmentDensityMapPropertiesEXT; - -typedef struct VkRenderPassFragmentDensityMapCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkAttachmentReference fragmentDensityMapAttachment; -} VkRenderPassFragmentDensityMapCreateInfoEXT; - - - -#define VK_EXT_scalar_block_layout 1 -#define VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION 1 -#define VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME "VK_EXT_scalar_block_layout" -typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalarBlockLayoutFeaturesEXT; - - - -#define VK_GOOGLE_hlsl_functionality1 1 -#define VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION 1 -#define VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME "VK_GOOGLE_hlsl_functionality1" -#define VK_GOOGLE_HLSL_FUNCTIONALITY1_SPEC_VERSION VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION -#define VK_GOOGLE_HLSL_FUNCTIONALITY1_EXTENSION_NAME VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME - - -#define VK_GOOGLE_decorate_string 1 -#define VK_GOOGLE_DECORATE_STRING_SPEC_VERSION 1 -#define VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME "VK_GOOGLE_decorate_string" - - -#define VK_EXT_subgroup_size_control 1 -#define VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION 2 -#define VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME "VK_EXT_subgroup_size_control" -typedef VkPhysicalDeviceSubgroupSizeControlFeatures VkPhysicalDeviceSubgroupSizeControlFeaturesEXT; - -typedef VkPhysicalDeviceSubgroupSizeControlProperties VkPhysicalDeviceSubgroupSizeControlPropertiesEXT; - -typedef VkPipelineShaderStageRequiredSubgroupSizeCreateInfo VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT; - - - -#define VK_AMD_shader_core_properties2 1 -#define VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION 1 -#define VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME "VK_AMD_shader_core_properties2" - -typedef enum VkShaderCorePropertiesFlagBitsAMD { - VK_SHADER_CORE_PROPERTIES_FLAG_BITS_MAX_ENUM_AMD = 0x7FFFFFFF -} VkShaderCorePropertiesFlagBitsAMD; -typedef VkFlags VkShaderCorePropertiesFlagsAMD; -typedef struct VkPhysicalDeviceShaderCoreProperties2AMD { - VkStructureType sType; - void* pNext; - VkShaderCorePropertiesFlagsAMD shaderCoreFeatures; - uint32_t activeComputeUnitCount; -} VkPhysicalDeviceShaderCoreProperties2AMD; - - - -#define VK_AMD_device_coherent_memory 1 -#define VK_AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION 1 -#define VK_AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME "VK_AMD_device_coherent_memory" -typedef struct VkPhysicalDeviceCoherentMemoryFeaturesAMD { - VkStructureType sType; - void* pNext; - VkBool32 deviceCoherentMemory; -} VkPhysicalDeviceCoherentMemoryFeaturesAMD; - - - -#define VK_EXT_shader_image_atomic_int64 1 -#define VK_EXT_SHADER_IMAGE_ATOMIC_INT64_SPEC_VERSION 1 -#define VK_EXT_SHADER_IMAGE_ATOMIC_INT64_EXTENSION_NAME "VK_EXT_shader_image_atomic_int64" -typedef struct VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 shaderImageInt64Atomics; - VkBool32 sparseImageInt64Atomics; -} VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT; - - - -#define VK_EXT_memory_budget 1 -#define VK_EXT_MEMORY_BUDGET_SPEC_VERSION 1 -#define VK_EXT_MEMORY_BUDGET_EXTENSION_NAME "VK_EXT_memory_budget" -typedef struct VkPhysicalDeviceMemoryBudgetPropertiesEXT { - VkStructureType sType; - void* pNext; - VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS]; - VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS]; -} VkPhysicalDeviceMemoryBudgetPropertiesEXT; - - - -#define VK_EXT_memory_priority 1 -#define VK_EXT_MEMORY_PRIORITY_SPEC_VERSION 1 -#define VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME "VK_EXT_memory_priority" -typedef struct VkPhysicalDeviceMemoryPriorityFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 memoryPriority; -} VkPhysicalDeviceMemoryPriorityFeaturesEXT; - -typedef struct VkMemoryPriorityAllocateInfoEXT { - VkStructureType sType; - const void* pNext; - float priority; -} VkMemoryPriorityAllocateInfoEXT; - - - -#define VK_NV_dedicated_allocation_image_aliasing 1 -#define VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION 1 -#define VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME "VK_NV_dedicated_allocation_image_aliasing" -typedef struct VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 dedicatedAllocationImageAliasing; -} VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV; - - - -#define VK_EXT_buffer_device_address 1 -#define VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION 2 -#define VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME "VK_EXT_buffer_device_address" -typedef struct VkPhysicalDeviceBufferDeviceAddressFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 bufferDeviceAddress; - VkBool32 bufferDeviceAddressCaptureReplay; - VkBool32 bufferDeviceAddressMultiDevice; -} VkPhysicalDeviceBufferDeviceAddressFeaturesEXT; - -typedef VkPhysicalDeviceBufferDeviceAddressFeaturesEXT VkPhysicalDeviceBufferAddressFeaturesEXT; - -typedef VkBufferDeviceAddressInfo VkBufferDeviceAddressInfoEXT; - -typedef struct VkBufferDeviceAddressCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkDeviceAddress deviceAddress; -} VkBufferDeviceAddressCreateInfoEXT; - -typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetBufferDeviceAddressEXT)(VkDevice device, const VkBufferDeviceAddressInfo* pInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkDeviceAddress VKAPI_CALL vkGetBufferDeviceAddressEXT( - VkDevice device, - const VkBufferDeviceAddressInfo* pInfo); -#endif - - -#define VK_EXT_tooling_info 1 -#define VK_EXT_TOOLING_INFO_SPEC_VERSION 1 -#define VK_EXT_TOOLING_INFO_EXTENSION_NAME "VK_EXT_tooling_info" -typedef VkToolPurposeFlagBits VkToolPurposeFlagBitsEXT; - -typedef VkToolPurposeFlags VkToolPurposeFlagsEXT; - -typedef VkPhysicalDeviceToolProperties VkPhysicalDeviceToolPropertiesEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceToolPropertiesEXT)(VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceToolPropertiesEXT( - VkPhysicalDevice physicalDevice, - uint32_t* pToolCount, - VkPhysicalDeviceToolProperties* pToolProperties); -#endif - - -#define VK_EXT_separate_stencil_usage 1 -#define VK_EXT_SEPARATE_STENCIL_USAGE_SPEC_VERSION 1 -#define VK_EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME "VK_EXT_separate_stencil_usage" -typedef VkImageStencilUsageCreateInfo VkImageStencilUsageCreateInfoEXT; - - - -#define VK_EXT_validation_features 1 -#define VK_EXT_VALIDATION_FEATURES_SPEC_VERSION 5 -#define VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME "VK_EXT_validation_features" - -typedef enum VkValidationFeatureEnableEXT { - VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXT = 0, - VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXT = 1, - VK_VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXT = 2, - VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXT = 3, - VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT = 4, - VK_VALIDATION_FEATURE_ENABLE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkValidationFeatureEnableEXT; - -typedef enum VkValidationFeatureDisableEXT { - VK_VALIDATION_FEATURE_DISABLE_ALL_EXT = 0, - VK_VALIDATION_FEATURE_DISABLE_SHADERS_EXT = 1, - VK_VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXT = 2, - VK_VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXT = 3, - VK_VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXT = 4, - VK_VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXT = 5, - VK_VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXT = 6, - VK_VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXT = 7, - VK_VALIDATION_FEATURE_DISABLE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkValidationFeatureDisableEXT; -typedef struct VkValidationFeaturesEXT { - VkStructureType sType; - const void* pNext; - uint32_t enabledValidationFeatureCount; - const VkValidationFeatureEnableEXT* pEnabledValidationFeatures; - uint32_t disabledValidationFeatureCount; - const VkValidationFeatureDisableEXT* pDisabledValidationFeatures; -} VkValidationFeaturesEXT; - - - -#define VK_NV_cooperative_matrix 1 -#define VK_NV_COOPERATIVE_MATRIX_SPEC_VERSION 1 -#define VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME "VK_NV_cooperative_matrix" - -typedef enum VkComponentTypeNV { - VK_COMPONENT_TYPE_FLOAT16_NV = 0, - VK_COMPONENT_TYPE_FLOAT32_NV = 1, - VK_COMPONENT_TYPE_FLOAT64_NV = 2, - VK_COMPONENT_TYPE_SINT8_NV = 3, - VK_COMPONENT_TYPE_SINT16_NV = 4, - VK_COMPONENT_TYPE_SINT32_NV = 5, - VK_COMPONENT_TYPE_SINT64_NV = 6, - VK_COMPONENT_TYPE_UINT8_NV = 7, - VK_COMPONENT_TYPE_UINT16_NV = 8, - VK_COMPONENT_TYPE_UINT32_NV = 9, - VK_COMPONENT_TYPE_UINT64_NV = 10, - VK_COMPONENT_TYPE_MAX_ENUM_NV = 0x7FFFFFFF -} VkComponentTypeNV; - -typedef enum VkScopeNV { - VK_SCOPE_DEVICE_NV = 1, - VK_SCOPE_WORKGROUP_NV = 2, - VK_SCOPE_SUBGROUP_NV = 3, - VK_SCOPE_QUEUE_FAMILY_NV = 5, - VK_SCOPE_MAX_ENUM_NV = 0x7FFFFFFF -} VkScopeNV; -typedef struct VkCooperativeMatrixPropertiesNV { - VkStructureType sType; - void* pNext; - uint32_t MSize; - uint32_t NSize; - uint32_t KSize; - VkComponentTypeNV AType; - VkComponentTypeNV BType; - VkComponentTypeNV CType; - VkComponentTypeNV DType; - VkScopeNV scope; -} VkCooperativeMatrixPropertiesNV; - -typedef struct VkPhysicalDeviceCooperativeMatrixFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 cooperativeMatrix; - VkBool32 cooperativeMatrixRobustBufferAccess; -} VkPhysicalDeviceCooperativeMatrixFeaturesNV; - -typedef struct VkPhysicalDeviceCooperativeMatrixPropertiesNV { - VkStructureType sType; - void* pNext; - VkShaderStageFlags cooperativeMatrixSupportedStages; -} VkPhysicalDeviceCooperativeMatrixPropertiesNV; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesNV* pProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceCooperativeMatrixPropertiesNV( - VkPhysicalDevice physicalDevice, - uint32_t* pPropertyCount, - VkCooperativeMatrixPropertiesNV* pProperties); -#endif - - -#define VK_NV_coverage_reduction_mode 1 -#define VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION 1 -#define VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME "VK_NV_coverage_reduction_mode" - -typedef enum VkCoverageReductionModeNV { - VK_COVERAGE_REDUCTION_MODE_MERGE_NV = 0, - VK_COVERAGE_REDUCTION_MODE_TRUNCATE_NV = 1, - VK_COVERAGE_REDUCTION_MODE_MAX_ENUM_NV = 0x7FFFFFFF -} VkCoverageReductionModeNV; -typedef VkFlags VkPipelineCoverageReductionStateCreateFlagsNV; -typedef struct VkPhysicalDeviceCoverageReductionModeFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 coverageReductionMode; -} VkPhysicalDeviceCoverageReductionModeFeaturesNV; - -typedef struct VkPipelineCoverageReductionStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkPipelineCoverageReductionStateCreateFlagsNV flags; - VkCoverageReductionModeNV coverageReductionMode; -} VkPipelineCoverageReductionStateCreateInfoNV; - -typedef struct VkFramebufferMixedSamplesCombinationNV { - VkStructureType sType; - void* pNext; - VkCoverageReductionModeNV coverageReductionMode; - VkSampleCountFlagBits rasterizationSamples; - VkSampleCountFlags depthStencilSamples; - VkSampleCountFlags colorSamples; -} VkFramebufferMixedSamplesCombinationNV; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV)(VkPhysicalDevice physicalDevice, uint32_t* pCombinationCount, VkFramebufferMixedSamplesCombinationNV* pCombinations); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV( - VkPhysicalDevice physicalDevice, - uint32_t* pCombinationCount, - VkFramebufferMixedSamplesCombinationNV* pCombinations); -#endif - - -#define VK_EXT_fragment_shader_interlock 1 -#define VK_EXT_FRAGMENT_SHADER_INTERLOCK_SPEC_VERSION 1 -#define VK_EXT_FRAGMENT_SHADER_INTERLOCK_EXTENSION_NAME "VK_EXT_fragment_shader_interlock" -typedef struct VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 fragmentShaderSampleInterlock; - VkBool32 fragmentShaderPixelInterlock; - VkBool32 fragmentShaderShadingRateInterlock; -} VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT; - - - -#define VK_EXT_ycbcr_image_arrays 1 -#define VK_EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION 1 -#define VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME "VK_EXT_ycbcr_image_arrays" -typedef struct VkPhysicalDeviceYcbcrImageArraysFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 ycbcrImageArrays; -} VkPhysicalDeviceYcbcrImageArraysFeaturesEXT; - - - -#define VK_EXT_provoking_vertex 1 -#define VK_EXT_PROVOKING_VERTEX_SPEC_VERSION 1 -#define VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME "VK_EXT_provoking_vertex" - -typedef enum VkProvokingVertexModeEXT { - VK_PROVOKING_VERTEX_MODE_FIRST_VERTEX_EXT = 0, - VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT = 1, - VK_PROVOKING_VERTEX_MODE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkProvokingVertexModeEXT; -typedef struct VkPhysicalDeviceProvokingVertexFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 provokingVertexLast; - VkBool32 transformFeedbackPreservesProvokingVertex; -} VkPhysicalDeviceProvokingVertexFeaturesEXT; - -typedef struct VkPhysicalDeviceProvokingVertexPropertiesEXT { - VkStructureType sType; - void* pNext; - VkBool32 provokingVertexModePerPipeline; - VkBool32 transformFeedbackPreservesTriangleFanProvokingVertex; -} VkPhysicalDeviceProvokingVertexPropertiesEXT; - -typedef struct VkPipelineRasterizationProvokingVertexStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkProvokingVertexModeEXT provokingVertexMode; -} VkPipelineRasterizationProvokingVertexStateCreateInfoEXT; - - - -#define VK_EXT_headless_surface 1 -#define VK_EXT_HEADLESS_SURFACE_SPEC_VERSION 1 -#define VK_EXT_HEADLESS_SURFACE_EXTENSION_NAME "VK_EXT_headless_surface" -typedef VkFlags VkHeadlessSurfaceCreateFlagsEXT; -typedef struct VkHeadlessSurfaceCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkHeadlessSurfaceCreateFlagsEXT flags; -} VkHeadlessSurfaceCreateInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateHeadlessSurfaceEXT)(VkInstance instance, const VkHeadlessSurfaceCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateHeadlessSurfaceEXT( - VkInstance instance, - const VkHeadlessSurfaceCreateInfoEXT* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - - -#define VK_EXT_line_rasterization 1 -#define VK_EXT_LINE_RASTERIZATION_SPEC_VERSION 1 -#define VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME "VK_EXT_line_rasterization" - -typedef enum VkLineRasterizationModeEXT { - VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT = 0, - VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT = 1, - VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT = 2, - VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_EXT = 3, - VK_LINE_RASTERIZATION_MODE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkLineRasterizationModeEXT; -typedef struct VkPhysicalDeviceLineRasterizationFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 rectangularLines; - VkBool32 bresenhamLines; - VkBool32 smoothLines; - VkBool32 stippledRectangularLines; - VkBool32 stippledBresenhamLines; - VkBool32 stippledSmoothLines; -} VkPhysicalDeviceLineRasterizationFeaturesEXT; - -typedef struct VkPhysicalDeviceLineRasterizationPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t lineSubPixelPrecisionBits; -} VkPhysicalDeviceLineRasterizationPropertiesEXT; - -typedef struct VkPipelineRasterizationLineStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkLineRasterizationModeEXT lineRasterizationMode; - VkBool32 stippledLineEnable; - uint32_t lineStippleFactor; - uint16_t lineStipplePattern; -} VkPipelineRasterizationLineStateCreateInfoEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdSetLineStippleEXT)(VkCommandBuffer commandBuffer, uint32_t lineStippleFactor, uint16_t lineStipplePattern); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetLineStippleEXT( - VkCommandBuffer commandBuffer, - uint32_t lineStippleFactor, - uint16_t lineStipplePattern); -#endif - - -#define VK_EXT_shader_atomic_float 1 -#define VK_EXT_SHADER_ATOMIC_FLOAT_SPEC_VERSION 1 -#define VK_EXT_SHADER_ATOMIC_FLOAT_EXTENSION_NAME "VK_EXT_shader_atomic_float" -typedef struct VkPhysicalDeviceShaderAtomicFloatFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 shaderBufferFloat32Atomics; - VkBool32 shaderBufferFloat32AtomicAdd; - VkBool32 shaderBufferFloat64Atomics; - VkBool32 shaderBufferFloat64AtomicAdd; - VkBool32 shaderSharedFloat32Atomics; - VkBool32 shaderSharedFloat32AtomicAdd; - VkBool32 shaderSharedFloat64Atomics; - VkBool32 shaderSharedFloat64AtomicAdd; - VkBool32 shaderImageFloat32Atomics; - VkBool32 shaderImageFloat32AtomicAdd; - VkBool32 sparseImageFloat32Atomics; - VkBool32 sparseImageFloat32AtomicAdd; -} VkPhysicalDeviceShaderAtomicFloatFeaturesEXT; - - - -#define VK_EXT_host_query_reset 1 -#define VK_EXT_HOST_QUERY_RESET_SPEC_VERSION 1 -#define VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME "VK_EXT_host_query_reset" -typedef VkPhysicalDeviceHostQueryResetFeatures VkPhysicalDeviceHostQueryResetFeaturesEXT; - -typedef void (VKAPI_PTR *PFN_vkResetQueryPoolEXT)(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkResetQueryPoolEXT( - VkDevice device, - VkQueryPool queryPool, - uint32_t firstQuery, - uint32_t queryCount); -#endif - - -#define VK_EXT_index_type_uint8 1 -#define VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION 1 -#define VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME "VK_EXT_index_type_uint8" -typedef struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 indexTypeUint8; -} VkPhysicalDeviceIndexTypeUint8FeaturesEXT; - - - -#define VK_EXT_extended_dynamic_state 1 -#define VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION 1 -#define VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME "VK_EXT_extended_dynamic_state" -typedef struct VkPhysicalDeviceExtendedDynamicStateFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 extendedDynamicState; -} VkPhysicalDeviceExtendedDynamicStateFeaturesEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdSetCullModeEXT)(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode); -typedef void (VKAPI_PTR *PFN_vkCmdSetFrontFaceEXT)(VkCommandBuffer commandBuffer, VkFrontFace frontFace); -typedef void (VKAPI_PTR *PFN_vkCmdSetPrimitiveTopologyEXT)(VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology); -typedef void (VKAPI_PTR *PFN_vkCmdSetViewportWithCountEXT)(VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports); -typedef void (VKAPI_PTR *PFN_vkCmdSetScissorWithCountEXT)(VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors); -typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers2EXT)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthTestEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthWriteEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthCompareOpEXT)(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBoundsTestEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetStencilTestEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetStencilOpEXT)(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetCullModeEXT( - VkCommandBuffer commandBuffer, - VkCullModeFlags cullMode); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetFrontFaceEXT( - VkCommandBuffer commandBuffer, - VkFrontFace frontFace); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetPrimitiveTopologyEXT( - VkCommandBuffer commandBuffer, - VkPrimitiveTopology primitiveTopology); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetViewportWithCountEXT( - VkCommandBuffer commandBuffer, - uint32_t viewportCount, - const VkViewport* pViewports); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetScissorWithCountEXT( - VkCommandBuffer commandBuffer, - uint32_t scissorCount, - const VkRect2D* pScissors); - -VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers2EXT( - VkCommandBuffer commandBuffer, - uint32_t firstBinding, - uint32_t bindingCount, - const VkBuffer* pBuffers, - const VkDeviceSize* pOffsets, - const VkDeviceSize* pSizes, - const VkDeviceSize* pStrides); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthTestEnableEXT( - VkCommandBuffer commandBuffer, - VkBool32 depthTestEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthWriteEnableEXT( - VkCommandBuffer commandBuffer, - VkBool32 depthWriteEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthCompareOpEXT( - VkCommandBuffer commandBuffer, - VkCompareOp depthCompareOp); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBoundsTestEnableEXT( - VkCommandBuffer commandBuffer, - VkBool32 depthBoundsTestEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilTestEnableEXT( - VkCommandBuffer commandBuffer, - VkBool32 stencilTestEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilOpEXT( - VkCommandBuffer commandBuffer, - VkStencilFaceFlags faceMask, - VkStencilOp failOp, - VkStencilOp passOp, - VkStencilOp depthFailOp, - VkCompareOp compareOp); -#endif - - -#define VK_EXT_shader_atomic_float2 1 -#define VK_EXT_SHADER_ATOMIC_FLOAT_2_SPEC_VERSION 1 -#define VK_EXT_SHADER_ATOMIC_FLOAT_2_EXTENSION_NAME "VK_EXT_shader_atomic_float2" -typedef struct VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 shaderBufferFloat16Atomics; - VkBool32 shaderBufferFloat16AtomicAdd; - VkBool32 shaderBufferFloat16AtomicMinMax; - VkBool32 shaderBufferFloat32AtomicMinMax; - VkBool32 shaderBufferFloat64AtomicMinMax; - VkBool32 shaderSharedFloat16Atomics; - VkBool32 shaderSharedFloat16AtomicAdd; - VkBool32 shaderSharedFloat16AtomicMinMax; - VkBool32 shaderSharedFloat32AtomicMinMax; - VkBool32 shaderSharedFloat64AtomicMinMax; - VkBool32 shaderImageFloat32AtomicMinMax; - VkBool32 sparseImageFloat32AtomicMinMax; -} VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT; - - - -#define VK_EXT_shader_demote_to_helper_invocation 1 -#define VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION 1 -#define VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME "VK_EXT_shader_demote_to_helper_invocation" -typedef VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT; - - - -#define VK_NV_device_generated_commands 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkIndirectCommandsLayoutNV) -#define VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION 3 -#define VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME "VK_NV_device_generated_commands" - -typedef enum VkIndirectCommandsTokenTypeNV { - VK_INDIRECT_COMMANDS_TOKEN_TYPE_SHADER_GROUP_NV = 0, - VK_INDIRECT_COMMANDS_TOKEN_TYPE_STATE_FLAGS_NV = 1, - VK_INDIRECT_COMMANDS_TOKEN_TYPE_INDEX_BUFFER_NV = 2, - VK_INDIRECT_COMMANDS_TOKEN_TYPE_VERTEX_BUFFER_NV = 3, - VK_INDIRECT_COMMANDS_TOKEN_TYPE_PUSH_CONSTANT_NV = 4, - VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_INDEXED_NV = 5, - VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_NV = 6, - VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_TASKS_NV = 7, - VK_INDIRECT_COMMANDS_TOKEN_TYPE_MAX_ENUM_NV = 0x7FFFFFFF -} VkIndirectCommandsTokenTypeNV; - -typedef enum VkIndirectStateFlagBitsNV { - VK_INDIRECT_STATE_FLAG_FRONTFACE_BIT_NV = 0x00000001, - VK_INDIRECT_STATE_FLAG_BITS_MAX_ENUM_NV = 0x7FFFFFFF -} VkIndirectStateFlagBitsNV; -typedef VkFlags VkIndirectStateFlagsNV; - -typedef enum VkIndirectCommandsLayoutUsageFlagBitsNV { - VK_INDIRECT_COMMANDS_LAYOUT_USAGE_EXPLICIT_PREPROCESS_BIT_NV = 0x00000001, - VK_INDIRECT_COMMANDS_LAYOUT_USAGE_INDEXED_SEQUENCES_BIT_NV = 0x00000002, - VK_INDIRECT_COMMANDS_LAYOUT_USAGE_UNORDERED_SEQUENCES_BIT_NV = 0x00000004, - VK_INDIRECT_COMMANDS_LAYOUT_USAGE_FLAG_BITS_MAX_ENUM_NV = 0x7FFFFFFF -} VkIndirectCommandsLayoutUsageFlagBitsNV; -typedef VkFlags VkIndirectCommandsLayoutUsageFlagsNV; -typedef struct VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV { - VkStructureType sType; - void* pNext; - uint32_t maxGraphicsShaderGroupCount; - uint32_t maxIndirectSequenceCount; - uint32_t maxIndirectCommandsTokenCount; - uint32_t maxIndirectCommandsStreamCount; - uint32_t maxIndirectCommandsTokenOffset; - uint32_t maxIndirectCommandsStreamStride; - uint32_t minSequencesCountBufferOffsetAlignment; - uint32_t minSequencesIndexBufferOffsetAlignment; - uint32_t minIndirectCommandsBufferOffsetAlignment; -} VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV; - -typedef struct VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 deviceGeneratedCommands; -} VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV; - -typedef struct VkGraphicsShaderGroupCreateInfoNV { - VkStructureType sType; - const void* pNext; - uint32_t stageCount; - const VkPipelineShaderStageCreateInfo* pStages; - const VkPipelineVertexInputStateCreateInfo* pVertexInputState; - const VkPipelineTessellationStateCreateInfo* pTessellationState; -} VkGraphicsShaderGroupCreateInfoNV; - -typedef struct VkGraphicsPipelineShaderGroupsCreateInfoNV { - VkStructureType sType; - const void* pNext; - uint32_t groupCount; - const VkGraphicsShaderGroupCreateInfoNV* pGroups; - uint32_t pipelineCount; - const VkPipeline* pPipelines; -} VkGraphicsPipelineShaderGroupsCreateInfoNV; - -typedef struct VkBindShaderGroupIndirectCommandNV { - uint32_t groupIndex; -} VkBindShaderGroupIndirectCommandNV; - -typedef struct VkBindIndexBufferIndirectCommandNV { - VkDeviceAddress bufferAddress; - uint32_t size; - VkIndexType indexType; -} VkBindIndexBufferIndirectCommandNV; - -typedef struct VkBindVertexBufferIndirectCommandNV { - VkDeviceAddress bufferAddress; - uint32_t size; - uint32_t stride; -} VkBindVertexBufferIndirectCommandNV; - -typedef struct VkSetStateFlagsIndirectCommandNV { - uint32_t data; -} VkSetStateFlagsIndirectCommandNV; - -typedef struct VkIndirectCommandsStreamNV { - VkBuffer buffer; - VkDeviceSize offset; -} VkIndirectCommandsStreamNV; - -typedef struct VkIndirectCommandsLayoutTokenNV { - VkStructureType sType; - const void* pNext; - VkIndirectCommandsTokenTypeNV tokenType; - uint32_t stream; - uint32_t offset; - uint32_t vertexBindingUnit; - VkBool32 vertexDynamicStride; - VkPipelineLayout pushconstantPipelineLayout; - VkShaderStageFlags pushconstantShaderStageFlags; - uint32_t pushconstantOffset; - uint32_t pushconstantSize; - VkIndirectStateFlagsNV indirectStateFlags; - uint32_t indexTypeCount; - const VkIndexType* pIndexTypes; - const uint32_t* pIndexTypeValues; -} VkIndirectCommandsLayoutTokenNV; - -typedef struct VkIndirectCommandsLayoutCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkIndirectCommandsLayoutUsageFlagsNV flags; - VkPipelineBindPoint pipelineBindPoint; - uint32_t tokenCount; - const VkIndirectCommandsLayoutTokenNV* pTokens; - uint32_t streamCount; - const uint32_t* pStreamStrides; -} VkIndirectCommandsLayoutCreateInfoNV; - -typedef struct VkGeneratedCommandsInfoNV { - VkStructureType sType; - const void* pNext; - VkPipelineBindPoint pipelineBindPoint; - VkPipeline pipeline; - VkIndirectCommandsLayoutNV indirectCommandsLayout; - uint32_t streamCount; - const VkIndirectCommandsStreamNV* pStreams; - uint32_t sequencesCount; - VkBuffer preprocessBuffer; - VkDeviceSize preprocessOffset; - VkDeviceSize preprocessSize; - VkBuffer sequencesCountBuffer; - VkDeviceSize sequencesCountOffset; - VkBuffer sequencesIndexBuffer; - VkDeviceSize sequencesIndexOffset; -} VkGeneratedCommandsInfoNV; - -typedef struct VkGeneratedCommandsMemoryRequirementsInfoNV { - VkStructureType sType; - const void* pNext; - VkPipelineBindPoint pipelineBindPoint; - VkPipeline pipeline; - VkIndirectCommandsLayoutNV indirectCommandsLayout; - uint32_t maxSequencesCount; -} VkGeneratedCommandsMemoryRequirementsInfoNV; - -typedef void (VKAPI_PTR *PFN_vkGetGeneratedCommandsMemoryRequirementsNV)(VkDevice device, const VkGeneratedCommandsMemoryRequirementsInfoNV* pInfo, VkMemoryRequirements2* pMemoryRequirements); -typedef void (VKAPI_PTR *PFN_vkCmdPreprocessGeneratedCommandsNV)(VkCommandBuffer commandBuffer, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); -typedef void (VKAPI_PTR *PFN_vkCmdExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); -typedef void (VKAPI_PTR *PFN_vkCmdBindPipelineShaderGroupNV)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline, uint32_t groupIndex); -typedef VkResult (VKAPI_PTR *PFN_vkCreateIndirectCommandsLayoutNV)(VkDevice device, const VkIndirectCommandsLayoutCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkIndirectCommandsLayoutNV* pIndirectCommandsLayout); -typedef void (VKAPI_PTR *PFN_vkDestroyIndirectCommandsLayoutNV)(VkDevice device, VkIndirectCommandsLayoutNV indirectCommandsLayout, const VkAllocationCallbacks* pAllocator); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetGeneratedCommandsMemoryRequirementsNV( - VkDevice device, - const VkGeneratedCommandsMemoryRequirementsInfoNV* pInfo, - VkMemoryRequirements2* pMemoryRequirements); - -VKAPI_ATTR void VKAPI_CALL vkCmdPreprocessGeneratedCommandsNV( - VkCommandBuffer commandBuffer, - const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdExecuteGeneratedCommandsNV( - VkCommandBuffer commandBuffer, - VkBool32 isPreprocessed, - const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdBindPipelineShaderGroupNV( - VkCommandBuffer commandBuffer, - VkPipelineBindPoint pipelineBindPoint, - VkPipeline pipeline, - uint32_t groupIndex); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateIndirectCommandsLayoutNV( - VkDevice device, - const VkIndirectCommandsLayoutCreateInfoNV* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkIndirectCommandsLayoutNV* pIndirectCommandsLayout); - -VKAPI_ATTR void VKAPI_CALL vkDestroyIndirectCommandsLayoutNV( - VkDevice device, - VkIndirectCommandsLayoutNV indirectCommandsLayout, - const VkAllocationCallbacks* pAllocator); -#endif - - -#define VK_NV_inherited_viewport_scissor 1 -#define VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION 1 -#define VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME "VK_NV_inherited_viewport_scissor" -typedef struct VkPhysicalDeviceInheritedViewportScissorFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 inheritedViewportScissor2D; -} VkPhysicalDeviceInheritedViewportScissorFeaturesNV; - -typedef struct VkCommandBufferInheritanceViewportScissorInfoNV { - VkStructureType sType; - const void* pNext; - VkBool32 viewportScissor2D; - uint32_t viewportDepthCount; - const VkViewport* pViewportDepths; -} VkCommandBufferInheritanceViewportScissorInfoNV; - - - -#define VK_EXT_texel_buffer_alignment 1 -#define VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION 1 -#define VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME "VK_EXT_texel_buffer_alignment" -typedef struct VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 texelBufferAlignment; -} VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT; - -typedef VkPhysicalDeviceTexelBufferAlignmentProperties VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT; - - - -#define VK_QCOM_render_pass_transform 1 -#define VK_QCOM_RENDER_PASS_TRANSFORM_SPEC_VERSION 2 -#define VK_QCOM_RENDER_PASS_TRANSFORM_EXTENSION_NAME "VK_QCOM_render_pass_transform" -typedef struct VkRenderPassTransformBeginInfoQCOM { - VkStructureType sType; - void* pNext; - VkSurfaceTransformFlagBitsKHR transform; -} VkRenderPassTransformBeginInfoQCOM; - -typedef struct VkCommandBufferInheritanceRenderPassTransformInfoQCOM { - VkStructureType sType; - void* pNext; - VkSurfaceTransformFlagBitsKHR transform; - VkRect2D renderArea; -} VkCommandBufferInheritanceRenderPassTransformInfoQCOM; - - - -#define VK_EXT_device_memory_report 1 -#define VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION 2 -#define VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME "VK_EXT_device_memory_report" - -typedef enum VkDeviceMemoryReportEventTypeEXT { - VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_ALLOCATE_EXT = 0, - VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_FREE_EXT = 1, - VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_IMPORT_EXT = 2, - VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_UNIMPORT_EXT = 3, - VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_ALLOCATION_FAILED_EXT = 4, - VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkDeviceMemoryReportEventTypeEXT; -typedef VkFlags VkDeviceMemoryReportFlagsEXT; -typedef struct VkPhysicalDeviceDeviceMemoryReportFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 deviceMemoryReport; -} VkPhysicalDeviceDeviceMemoryReportFeaturesEXT; - -typedef struct VkDeviceMemoryReportCallbackDataEXT { - VkStructureType sType; - void* pNext; - VkDeviceMemoryReportFlagsEXT flags; - VkDeviceMemoryReportEventTypeEXT type; - uint64_t memoryObjectId; - VkDeviceSize size; - VkObjectType objectType; - uint64_t objectHandle; - uint32_t heapIndex; -} VkDeviceMemoryReportCallbackDataEXT; - -typedef void (VKAPI_PTR *PFN_vkDeviceMemoryReportCallbackEXT)( - const VkDeviceMemoryReportCallbackDataEXT* pCallbackData, - void* pUserData); - -typedef struct VkDeviceDeviceMemoryReportCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkDeviceMemoryReportFlagsEXT flags; - PFN_vkDeviceMemoryReportCallbackEXT pfnUserCallback; - void* pUserData; -} VkDeviceDeviceMemoryReportCreateInfoEXT; - - - -#define VK_EXT_acquire_drm_display 1 -#define VK_EXT_ACQUIRE_DRM_DISPLAY_SPEC_VERSION 1 -#define VK_EXT_ACQUIRE_DRM_DISPLAY_EXTENSION_NAME "VK_EXT_acquire_drm_display" -typedef VkResult (VKAPI_PTR *PFN_vkAcquireDrmDisplayEXT)(VkPhysicalDevice physicalDevice, int32_t drmFd, VkDisplayKHR display); -typedef VkResult (VKAPI_PTR *PFN_vkGetDrmDisplayEXT)(VkPhysicalDevice physicalDevice, int32_t drmFd, uint32_t connectorId, VkDisplayKHR* display); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkAcquireDrmDisplayEXT( - VkPhysicalDevice physicalDevice, - int32_t drmFd, - VkDisplayKHR display); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDrmDisplayEXT( - VkPhysicalDevice physicalDevice, - int32_t drmFd, - uint32_t connectorId, - VkDisplayKHR* display); -#endif - - -#define VK_EXT_robustness2 1 -#define VK_EXT_ROBUSTNESS_2_SPEC_VERSION 1 -#define VK_EXT_ROBUSTNESS_2_EXTENSION_NAME "VK_EXT_robustness2" -typedef struct VkPhysicalDeviceRobustness2FeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 robustBufferAccess2; - VkBool32 robustImageAccess2; - VkBool32 nullDescriptor; -} VkPhysicalDeviceRobustness2FeaturesEXT; - -typedef struct VkPhysicalDeviceRobustness2PropertiesEXT { - VkStructureType sType; - void* pNext; - VkDeviceSize robustStorageBufferAccessSizeAlignment; - VkDeviceSize robustUniformBufferAccessSizeAlignment; -} VkPhysicalDeviceRobustness2PropertiesEXT; - - - -#define VK_EXT_custom_border_color 1 -#define VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION 12 -#define VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME "VK_EXT_custom_border_color" -typedef struct VkSamplerCustomBorderColorCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkClearColorValue customBorderColor; - VkFormat format; -} VkSamplerCustomBorderColorCreateInfoEXT; - -typedef struct VkPhysicalDeviceCustomBorderColorPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t maxCustomBorderColorSamplers; -} VkPhysicalDeviceCustomBorderColorPropertiesEXT; - -typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 customBorderColors; - VkBool32 customBorderColorWithoutFormat; -} VkPhysicalDeviceCustomBorderColorFeaturesEXT; - - - -#define VK_GOOGLE_user_type 1 -#define VK_GOOGLE_USER_TYPE_SPEC_VERSION 1 -#define VK_GOOGLE_USER_TYPE_EXTENSION_NAME "VK_GOOGLE_user_type" - - -#define VK_EXT_private_data 1 -typedef VkPrivateDataSlot VkPrivateDataSlotEXT; - -#define VK_EXT_PRIVATE_DATA_SPEC_VERSION 1 -#define VK_EXT_PRIVATE_DATA_EXTENSION_NAME "VK_EXT_private_data" -typedef VkPrivateDataSlotCreateFlags VkPrivateDataSlotCreateFlagsEXT; - -typedef VkPhysicalDevicePrivateDataFeatures VkPhysicalDevicePrivateDataFeaturesEXT; - -typedef VkDevicePrivateDataCreateInfo VkDevicePrivateDataCreateInfoEXT; - -typedef VkPrivateDataSlotCreateInfo VkPrivateDataSlotCreateInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlotEXT)(VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot); -typedef void (VKAPI_PTR *PFN_vkDestroyPrivateDataSlotEXT)(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data); -typedef void (VKAPI_PTR *PFN_vkGetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreatePrivateDataSlotEXT( - VkDevice device, - const VkPrivateDataSlotCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkPrivateDataSlot* pPrivateDataSlot); - -VKAPI_ATTR void VKAPI_CALL vkDestroyPrivateDataSlotEXT( - VkDevice device, - VkPrivateDataSlot privateDataSlot, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkSetPrivateDataEXT( - VkDevice device, - VkObjectType objectType, - uint64_t objectHandle, - VkPrivateDataSlot privateDataSlot, - uint64_t data); - -VKAPI_ATTR void VKAPI_CALL vkGetPrivateDataEXT( - VkDevice device, - VkObjectType objectType, - uint64_t objectHandle, - VkPrivateDataSlot privateDataSlot, - uint64_t* pData); -#endif - - -#define VK_EXT_pipeline_creation_cache_control 1 -#define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION 3 -#define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME "VK_EXT_pipeline_creation_cache_control" -typedef VkPhysicalDevicePipelineCreationCacheControlFeatures VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT; - - - -#define VK_NV_device_diagnostics_config 1 -#define VK_NV_DEVICE_DIAGNOSTICS_CONFIG_SPEC_VERSION 2 -#define VK_NV_DEVICE_DIAGNOSTICS_CONFIG_EXTENSION_NAME "VK_NV_device_diagnostics_config" - -typedef enum VkDeviceDiagnosticsConfigFlagBitsNV { - VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_SHADER_DEBUG_INFO_BIT_NV = 0x00000001, - VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_RESOURCE_TRACKING_BIT_NV = 0x00000002, - VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_AUTOMATIC_CHECKPOINTS_BIT_NV = 0x00000004, - VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_SHADER_ERROR_REPORTING_BIT_NV = 0x00000008, - VK_DEVICE_DIAGNOSTICS_CONFIG_FLAG_BITS_MAX_ENUM_NV = 0x7FFFFFFF -} VkDeviceDiagnosticsConfigFlagBitsNV; -typedef VkFlags VkDeviceDiagnosticsConfigFlagsNV; -typedef struct VkPhysicalDeviceDiagnosticsConfigFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 diagnosticsConfig; -} VkPhysicalDeviceDiagnosticsConfigFeaturesNV; - -typedef struct VkDeviceDiagnosticsConfigCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkDeviceDiagnosticsConfigFlagsNV flags; -} VkDeviceDiagnosticsConfigCreateInfoNV; - - - -#define VK_QCOM_render_pass_store_ops 1 -#define VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION 2 -#define VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME "VK_QCOM_render_pass_store_ops" - - -#define VK_EXT_graphics_pipeline_library 1 -#define VK_EXT_GRAPHICS_PIPELINE_LIBRARY_SPEC_VERSION 1 -#define VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME "VK_EXT_graphics_pipeline_library" - -typedef enum VkGraphicsPipelineLibraryFlagBitsEXT { - VK_GRAPHICS_PIPELINE_LIBRARY_VERTEX_INPUT_INTERFACE_BIT_EXT = 0x00000001, - VK_GRAPHICS_PIPELINE_LIBRARY_PRE_RASTERIZATION_SHADERS_BIT_EXT = 0x00000002, - VK_GRAPHICS_PIPELINE_LIBRARY_FRAGMENT_SHADER_BIT_EXT = 0x00000004, - VK_GRAPHICS_PIPELINE_LIBRARY_FRAGMENT_OUTPUT_INTERFACE_BIT_EXT = 0x00000008, - VK_GRAPHICS_PIPELINE_LIBRARY_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkGraphicsPipelineLibraryFlagBitsEXT; -typedef VkFlags VkGraphicsPipelineLibraryFlagsEXT; -typedef struct VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 graphicsPipelineLibrary; -} VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT; - -typedef struct VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT { - VkStructureType sType; - void* pNext; - VkBool32 graphicsPipelineLibraryFastLinking; - VkBool32 graphicsPipelineLibraryIndependentInterpolationDecoration; -} VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT; - -typedef struct VkGraphicsPipelineLibraryCreateInfoEXT { - VkStructureType sType; - void* pNext; - VkGraphicsPipelineLibraryFlagsEXT flags; -} VkGraphicsPipelineLibraryCreateInfoEXT; - - - -#define VK_AMD_shader_early_and_late_fragment_tests 1 -#define VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_SPEC_VERSION 1 -#define VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_EXTENSION_NAME "VK_AMD_shader_early_and_late_fragment_tests" -typedef struct VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD { - VkStructureType sType; - void* pNext; - VkBool32 shaderEarlyAndLateFragmentTests; -} VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD; - - - -#define VK_NV_fragment_shading_rate_enums 1 -#define VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION 1 -#define VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME "VK_NV_fragment_shading_rate_enums" - -typedef enum VkFragmentShadingRateTypeNV { - VK_FRAGMENT_SHADING_RATE_TYPE_FRAGMENT_SIZE_NV = 0, - VK_FRAGMENT_SHADING_RATE_TYPE_ENUMS_NV = 1, - VK_FRAGMENT_SHADING_RATE_TYPE_MAX_ENUM_NV = 0x7FFFFFFF -} VkFragmentShadingRateTypeNV; - -typedef enum VkFragmentShadingRateNV { - VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_PIXEL_NV = 0, - VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_1X2_PIXELS_NV = 1, - VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_2X1_PIXELS_NV = 4, - VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_2X2_PIXELS_NV = 5, - VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_2X4_PIXELS_NV = 6, - VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_4X2_PIXELS_NV = 9, - VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_4X4_PIXELS_NV = 10, - VK_FRAGMENT_SHADING_RATE_2_INVOCATIONS_PER_PIXEL_NV = 11, - VK_FRAGMENT_SHADING_RATE_4_INVOCATIONS_PER_PIXEL_NV = 12, - VK_FRAGMENT_SHADING_RATE_8_INVOCATIONS_PER_PIXEL_NV = 13, - VK_FRAGMENT_SHADING_RATE_16_INVOCATIONS_PER_PIXEL_NV = 14, - VK_FRAGMENT_SHADING_RATE_NO_INVOCATIONS_NV = 15, - VK_FRAGMENT_SHADING_RATE_MAX_ENUM_NV = 0x7FFFFFFF -} VkFragmentShadingRateNV; -typedef struct VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 fragmentShadingRateEnums; - VkBool32 supersampleFragmentShadingRates; - VkBool32 noInvocationFragmentShadingRates; -} VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV; - -typedef struct VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV { - VkStructureType sType; - void* pNext; - VkSampleCountFlagBits maxFragmentShadingRateInvocationCount; -} VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV; - -typedef struct VkPipelineFragmentShadingRateEnumStateCreateInfoNV { - VkStructureType sType; - const void* pNext; - VkFragmentShadingRateTypeNV shadingRateType; - VkFragmentShadingRateNV shadingRate; - VkFragmentShadingRateCombinerOpKHR combinerOps[2]; -} VkPipelineFragmentShadingRateEnumStateCreateInfoNV; - -typedef void (VKAPI_PTR *PFN_vkCmdSetFragmentShadingRateEnumNV)(VkCommandBuffer commandBuffer, VkFragmentShadingRateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetFragmentShadingRateEnumNV( - VkCommandBuffer commandBuffer, - VkFragmentShadingRateNV shadingRate, - const VkFragmentShadingRateCombinerOpKHR combinerOps[2]); -#endif - - -#define VK_NV_ray_tracing_motion_blur 1 -#define VK_NV_RAY_TRACING_MOTION_BLUR_SPEC_VERSION 1 -#define VK_NV_RAY_TRACING_MOTION_BLUR_EXTENSION_NAME "VK_NV_ray_tracing_motion_blur" - -typedef enum VkAccelerationStructureMotionInstanceTypeNV { - VK_ACCELERATION_STRUCTURE_MOTION_INSTANCE_TYPE_STATIC_NV = 0, - VK_ACCELERATION_STRUCTURE_MOTION_INSTANCE_TYPE_MATRIX_MOTION_NV = 1, - VK_ACCELERATION_STRUCTURE_MOTION_INSTANCE_TYPE_SRT_MOTION_NV = 2, - VK_ACCELERATION_STRUCTURE_MOTION_INSTANCE_TYPE_MAX_ENUM_NV = 0x7FFFFFFF -} VkAccelerationStructureMotionInstanceTypeNV; -typedef VkFlags VkAccelerationStructureMotionInfoFlagsNV; -typedef VkFlags VkAccelerationStructureMotionInstanceFlagsNV; -typedef union VkDeviceOrHostAddressConstKHR { - VkDeviceAddress deviceAddress; - const void* hostAddress; -} VkDeviceOrHostAddressConstKHR; - -typedef struct VkAccelerationStructureGeometryMotionTrianglesDataNV { - VkStructureType sType; - const void* pNext; - VkDeviceOrHostAddressConstKHR vertexData; -} VkAccelerationStructureGeometryMotionTrianglesDataNV; - -typedef struct VkAccelerationStructureMotionInfoNV { - VkStructureType sType; - const void* pNext; - uint32_t maxInstances; - VkAccelerationStructureMotionInfoFlagsNV flags; -} VkAccelerationStructureMotionInfoNV; - -typedef struct VkAccelerationStructureMatrixMotionInstanceNV { - VkTransformMatrixKHR transformT0; - VkTransformMatrixKHR transformT1; - uint32_t instanceCustomIndex:24; - uint32_t mask:8; - uint32_t instanceShaderBindingTableRecordOffset:24; - VkGeometryInstanceFlagsKHR flags:8; - uint64_t accelerationStructureReference; -} VkAccelerationStructureMatrixMotionInstanceNV; - -typedef struct VkSRTDataNV { - float sx; - float a; - float b; - float pvx; - float sy; - float c; - float pvy; - float sz; - float pvz; - float qx; - float qy; - float qz; - float qw; - float tx; - float ty; - float tz; -} VkSRTDataNV; - -typedef struct VkAccelerationStructureSRTMotionInstanceNV { - VkSRTDataNV transformT0; - VkSRTDataNV transformT1; - uint32_t instanceCustomIndex:24; - uint32_t mask:8; - uint32_t instanceShaderBindingTableRecordOffset:24; - VkGeometryInstanceFlagsKHR flags:8; - uint64_t accelerationStructureReference; -} VkAccelerationStructureSRTMotionInstanceNV; - -typedef union VkAccelerationStructureMotionInstanceDataNV { - VkAccelerationStructureInstanceKHR staticInstance; - VkAccelerationStructureMatrixMotionInstanceNV matrixMotionInstance; - VkAccelerationStructureSRTMotionInstanceNV srtMotionInstance; -} VkAccelerationStructureMotionInstanceDataNV; - -typedef struct VkAccelerationStructureMotionInstanceNV { - VkAccelerationStructureMotionInstanceTypeNV type; - VkAccelerationStructureMotionInstanceFlagsNV flags; - VkAccelerationStructureMotionInstanceDataNV data; -} VkAccelerationStructureMotionInstanceNV; - -typedef struct VkPhysicalDeviceRayTracingMotionBlurFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 rayTracingMotionBlur; - VkBool32 rayTracingMotionBlurPipelineTraceRaysIndirect; -} VkPhysicalDeviceRayTracingMotionBlurFeaturesNV; - - - -#define VK_EXT_ycbcr_2plane_444_formats 1 -#define VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION 1 -#define VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME "VK_EXT_ycbcr_2plane_444_formats" -typedef struct VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 ycbcr2plane444Formats; -} VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT; - - - -#define VK_EXT_fragment_density_map2 1 -#define VK_EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION 1 -#define VK_EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME "VK_EXT_fragment_density_map2" -typedef struct VkPhysicalDeviceFragmentDensityMap2FeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 fragmentDensityMapDeferred; -} VkPhysicalDeviceFragmentDensityMap2FeaturesEXT; - -typedef struct VkPhysicalDeviceFragmentDensityMap2PropertiesEXT { - VkStructureType sType; - void* pNext; - VkBool32 subsampledLoads; - VkBool32 subsampledCoarseReconstructionEarlyAccess; - uint32_t maxSubsampledArrayLayers; - uint32_t maxDescriptorSetSubsampledSamplers; -} VkPhysicalDeviceFragmentDensityMap2PropertiesEXT; - - - -#define VK_QCOM_rotated_copy_commands 1 -#define VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSION 1 -#define VK_QCOM_ROTATED_COPY_COMMANDS_EXTENSION_NAME "VK_QCOM_rotated_copy_commands" -typedef struct VkCopyCommandTransformInfoQCOM { - VkStructureType sType; - const void* pNext; - VkSurfaceTransformFlagBitsKHR transform; -} VkCopyCommandTransformInfoQCOM; - - - -#define VK_EXT_image_robustness 1 -#define VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION 1 -#define VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME "VK_EXT_image_robustness" -typedef VkPhysicalDeviceImageRobustnessFeatures VkPhysicalDeviceImageRobustnessFeaturesEXT; - - - -#define VK_EXT_image_compression_control 1 -#define VK_EXT_IMAGE_COMPRESSION_CONTROL_SPEC_VERSION 1 -#define VK_EXT_IMAGE_COMPRESSION_CONTROL_EXTENSION_NAME "VK_EXT_image_compression_control" - -typedef enum VkImageCompressionFlagBitsEXT { - VK_IMAGE_COMPRESSION_DEFAULT_EXT = 0, - VK_IMAGE_COMPRESSION_FIXED_RATE_DEFAULT_EXT = 0x00000001, - VK_IMAGE_COMPRESSION_FIXED_RATE_EXPLICIT_EXT = 0x00000002, - VK_IMAGE_COMPRESSION_DISABLED_EXT = 0x00000004, - VK_IMAGE_COMPRESSION_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkImageCompressionFlagBitsEXT; -typedef VkFlags VkImageCompressionFlagsEXT; - -typedef enum VkImageCompressionFixedRateFlagBitsEXT { - VK_IMAGE_COMPRESSION_FIXED_RATE_NONE_EXT = 0, - VK_IMAGE_COMPRESSION_FIXED_RATE_1BPC_BIT_EXT = 0x00000001, - VK_IMAGE_COMPRESSION_FIXED_RATE_2BPC_BIT_EXT = 0x00000002, - VK_IMAGE_COMPRESSION_FIXED_RATE_3BPC_BIT_EXT = 0x00000004, - VK_IMAGE_COMPRESSION_FIXED_RATE_4BPC_BIT_EXT = 0x00000008, - VK_IMAGE_COMPRESSION_FIXED_RATE_5BPC_BIT_EXT = 0x00000010, - VK_IMAGE_COMPRESSION_FIXED_RATE_6BPC_BIT_EXT = 0x00000020, - VK_IMAGE_COMPRESSION_FIXED_RATE_7BPC_BIT_EXT = 0x00000040, - VK_IMAGE_COMPRESSION_FIXED_RATE_8BPC_BIT_EXT = 0x00000080, - VK_IMAGE_COMPRESSION_FIXED_RATE_9BPC_BIT_EXT = 0x00000100, - VK_IMAGE_COMPRESSION_FIXED_RATE_10BPC_BIT_EXT = 0x00000200, - VK_IMAGE_COMPRESSION_FIXED_RATE_11BPC_BIT_EXT = 0x00000400, - VK_IMAGE_COMPRESSION_FIXED_RATE_12BPC_BIT_EXT = 0x00000800, - VK_IMAGE_COMPRESSION_FIXED_RATE_13BPC_BIT_EXT = 0x00001000, - VK_IMAGE_COMPRESSION_FIXED_RATE_14BPC_BIT_EXT = 0x00002000, - VK_IMAGE_COMPRESSION_FIXED_RATE_15BPC_BIT_EXT = 0x00004000, - VK_IMAGE_COMPRESSION_FIXED_RATE_16BPC_BIT_EXT = 0x00008000, - VK_IMAGE_COMPRESSION_FIXED_RATE_17BPC_BIT_EXT = 0x00010000, - VK_IMAGE_COMPRESSION_FIXED_RATE_18BPC_BIT_EXT = 0x00020000, - VK_IMAGE_COMPRESSION_FIXED_RATE_19BPC_BIT_EXT = 0x00040000, - VK_IMAGE_COMPRESSION_FIXED_RATE_20BPC_BIT_EXT = 0x00080000, - VK_IMAGE_COMPRESSION_FIXED_RATE_21BPC_BIT_EXT = 0x00100000, - VK_IMAGE_COMPRESSION_FIXED_RATE_22BPC_BIT_EXT = 0x00200000, - VK_IMAGE_COMPRESSION_FIXED_RATE_23BPC_BIT_EXT = 0x00400000, - VK_IMAGE_COMPRESSION_FIXED_RATE_24BPC_BIT_EXT = 0x00800000, - VK_IMAGE_COMPRESSION_FIXED_RATE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkImageCompressionFixedRateFlagBitsEXT; -typedef VkFlags VkImageCompressionFixedRateFlagsEXT; -typedef struct VkPhysicalDeviceImageCompressionControlFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 imageCompressionControl; -} VkPhysicalDeviceImageCompressionControlFeaturesEXT; - -typedef struct VkImageCompressionControlEXT { - VkStructureType sType; - const void* pNext; - VkImageCompressionFlagsEXT flags; - uint32_t compressionControlPlaneCount; - VkImageCompressionFixedRateFlagsEXT* pFixedRateFlags; -} VkImageCompressionControlEXT; - -typedef struct VkSubresourceLayout2EXT { - VkStructureType sType; - void* pNext; - VkSubresourceLayout subresourceLayout; -} VkSubresourceLayout2EXT; - -typedef struct VkImageSubresource2EXT { - VkStructureType sType; - void* pNext; - VkImageSubresource imageSubresource; -} VkImageSubresource2EXT; - -typedef struct VkImageCompressionPropertiesEXT { - VkStructureType sType; - void* pNext; - VkImageCompressionFlagsEXT imageCompressionFlags; - VkImageCompressionFixedRateFlagsEXT imageCompressionFixedRateFlags; -} VkImageCompressionPropertiesEXT; - -typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout2EXT)(VkDevice device, VkImage image, const VkImageSubresource2EXT* pSubresource, VkSubresourceLayout2EXT* pLayout); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetImageSubresourceLayout2EXT( - VkDevice device, - VkImage image, - const VkImageSubresource2EXT* pSubresource, - VkSubresourceLayout2EXT* pLayout); -#endif - - -#define VK_EXT_4444_formats 1 -#define VK_EXT_4444_FORMATS_SPEC_VERSION 1 -#define VK_EXT_4444_FORMATS_EXTENSION_NAME "VK_EXT_4444_formats" -typedef struct VkPhysicalDevice4444FormatsFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 formatA4R4G4B4; - VkBool32 formatA4B4G4R4; -} VkPhysicalDevice4444FormatsFeaturesEXT; - - - -#define VK_ARM_rasterization_order_attachment_access 1 -#define VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION 1 -#define VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME "VK_ARM_rasterization_order_attachment_access" -typedef struct VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM { - VkStructureType sType; - void* pNext; - VkBool32 rasterizationOrderColorAttachmentAccess; - VkBool32 rasterizationOrderDepthAttachmentAccess; - VkBool32 rasterizationOrderStencilAttachmentAccess; -} VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM; - - - -#define VK_EXT_rgba10x6_formats 1 -#define VK_EXT_RGBA10X6_FORMATS_SPEC_VERSION 1 -#define VK_EXT_RGBA10X6_FORMATS_EXTENSION_NAME "VK_EXT_rgba10x6_formats" -typedef struct VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 formatRgba10x6WithoutYCbCrSampler; -} VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT; - - - -#define VK_NV_acquire_winrt_display 1 -#define VK_NV_ACQUIRE_WINRT_DISPLAY_SPEC_VERSION 1 -#define VK_NV_ACQUIRE_WINRT_DISPLAY_EXTENSION_NAME "VK_NV_acquire_winrt_display" -typedef VkResult (VKAPI_PTR *PFN_vkAcquireWinrtDisplayNV)(VkPhysicalDevice physicalDevice, VkDisplayKHR display); -typedef VkResult (VKAPI_PTR *PFN_vkGetWinrtDisplayNV)(VkPhysicalDevice physicalDevice, uint32_t deviceRelativeId, VkDisplayKHR* pDisplay); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkAcquireWinrtDisplayNV( - VkPhysicalDevice physicalDevice, - VkDisplayKHR display); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetWinrtDisplayNV( - VkPhysicalDevice physicalDevice, - uint32_t deviceRelativeId, - VkDisplayKHR* pDisplay); -#endif - - -#define VK_VALVE_mutable_descriptor_type 1 -#define VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION 1 -#define VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME "VK_VALVE_mutable_descriptor_type" -typedef struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE { - VkStructureType sType; - void* pNext; - VkBool32 mutableDescriptorType; -} VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE; - -typedef struct VkMutableDescriptorTypeListVALVE { - uint32_t descriptorTypeCount; - const VkDescriptorType* pDescriptorTypes; -} VkMutableDescriptorTypeListVALVE; - -typedef struct VkMutableDescriptorTypeCreateInfoVALVE { - VkStructureType sType; - const void* pNext; - uint32_t mutableDescriptorTypeListCount; - const VkMutableDescriptorTypeListVALVE* pMutableDescriptorTypeLists; -} VkMutableDescriptorTypeCreateInfoVALVE; - - - -#define VK_EXT_vertex_input_dynamic_state 1 -#define VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION 2 -#define VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME "VK_EXT_vertex_input_dynamic_state" -typedef struct VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 vertexInputDynamicState; -} VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT; - -typedef struct VkVertexInputBindingDescription2EXT { - VkStructureType sType; - void* pNext; - uint32_t binding; - uint32_t stride; - VkVertexInputRate inputRate; - uint32_t divisor; -} VkVertexInputBindingDescription2EXT; - -typedef struct VkVertexInputAttributeDescription2EXT { - VkStructureType sType; - void* pNext; - uint32_t location; - uint32_t binding; - VkFormat format; - uint32_t offset; -} VkVertexInputAttributeDescription2EXT; - -typedef void (VKAPI_PTR *PFN_vkCmdSetVertexInputEXT)(VkCommandBuffer commandBuffer, uint32_t vertexBindingDescriptionCount, const VkVertexInputBindingDescription2EXT* pVertexBindingDescriptions, uint32_t vertexAttributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetVertexInputEXT( - VkCommandBuffer commandBuffer, - uint32_t vertexBindingDescriptionCount, - const VkVertexInputBindingDescription2EXT* pVertexBindingDescriptions, - uint32_t vertexAttributeDescriptionCount, - const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions); -#endif - - -#define VK_EXT_physical_device_drm 1 -#define VK_EXT_PHYSICAL_DEVICE_DRM_SPEC_VERSION 1 -#define VK_EXT_PHYSICAL_DEVICE_DRM_EXTENSION_NAME "VK_EXT_physical_device_drm" -typedef struct VkPhysicalDeviceDrmPropertiesEXT { - VkStructureType sType; - void* pNext; - VkBool32 hasPrimary; - VkBool32 hasRender; - int64_t primaryMajor; - int64_t primaryMinor; - int64_t renderMajor; - int64_t renderMinor; -} VkPhysicalDeviceDrmPropertiesEXT; - - - -#define VK_EXT_depth_clip_control 1 -#define VK_EXT_DEPTH_CLIP_CONTROL_SPEC_VERSION 1 -#define VK_EXT_DEPTH_CLIP_CONTROL_EXTENSION_NAME "VK_EXT_depth_clip_control" -typedef struct VkPhysicalDeviceDepthClipControlFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 depthClipControl; -} VkPhysicalDeviceDepthClipControlFeaturesEXT; - -typedef struct VkPipelineViewportDepthClipControlCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkBool32 negativeOneToOne; -} VkPipelineViewportDepthClipControlCreateInfoEXT; - - - -#define VK_EXT_primitive_topology_list_restart 1 -#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION 1 -#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME "VK_EXT_primitive_topology_list_restart" -typedef struct VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 primitiveTopologyListRestart; - VkBool32 primitiveTopologyPatchListRestart; -} VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT; - - - -#define VK_HUAWEI_subpass_shading 1 -#define VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION 2 -#define VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME "VK_HUAWEI_subpass_shading" -typedef struct VkSubpassShadingPipelineCreateInfoHUAWEI { - VkStructureType sType; - void* pNext; - VkRenderPass renderPass; - uint32_t subpass; -} VkSubpassShadingPipelineCreateInfoHUAWEI; - -typedef struct VkPhysicalDeviceSubpassShadingFeaturesHUAWEI { - VkStructureType sType; - void* pNext; - VkBool32 subpassShading; -} VkPhysicalDeviceSubpassShadingFeaturesHUAWEI; - -typedef struct VkPhysicalDeviceSubpassShadingPropertiesHUAWEI { - VkStructureType sType; - void* pNext; - uint32_t maxSubpassShadingWorkgroupSizeAspectRatio; -} VkPhysicalDeviceSubpassShadingPropertiesHUAWEI; - -typedef VkResult (VKAPI_PTR *PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI)(VkDevice device, VkRenderPass renderpass, VkExtent2D* pMaxWorkgroupSize); -typedef void (VKAPI_PTR *PFN_vkCmdSubpassShadingHUAWEI)(VkCommandBuffer commandBuffer); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI( - VkDevice device, - VkRenderPass renderpass, - VkExtent2D* pMaxWorkgroupSize); - -VKAPI_ATTR void VKAPI_CALL vkCmdSubpassShadingHUAWEI( - VkCommandBuffer commandBuffer); -#endif - - -#define VK_HUAWEI_invocation_mask 1 -#define VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION 1 -#define VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME "VK_HUAWEI_invocation_mask" -typedef struct VkPhysicalDeviceInvocationMaskFeaturesHUAWEI { - VkStructureType sType; - void* pNext; - VkBool32 invocationMask; -} VkPhysicalDeviceInvocationMaskFeaturesHUAWEI; - -typedef void (VKAPI_PTR *PFN_vkCmdBindInvocationMaskHUAWEI)(VkCommandBuffer commandBuffer, VkImageView imageView, VkImageLayout imageLayout); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdBindInvocationMaskHUAWEI( - VkCommandBuffer commandBuffer, - VkImageView imageView, - VkImageLayout imageLayout); -#endif - - -#define VK_NV_external_memory_rdma 1 -typedef void* VkRemoteAddressNV; -#define VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION 1 -#define VK_NV_EXTERNAL_MEMORY_RDMA_EXTENSION_NAME "VK_NV_external_memory_rdma" -typedef struct VkMemoryGetRemoteAddressInfoNV { - VkStructureType sType; - const void* pNext; - VkDeviceMemory memory; - VkExternalMemoryHandleTypeFlagBits handleType; -} VkMemoryGetRemoteAddressInfoNV; - -typedef struct VkPhysicalDeviceExternalMemoryRDMAFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 externalMemoryRDMA; -} VkPhysicalDeviceExternalMemoryRDMAFeaturesNV; - -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryRemoteAddressNV)(VkDevice device, const VkMemoryGetRemoteAddressInfoNV* pMemoryGetRemoteAddressInfo, VkRemoteAddressNV* pAddress); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryRemoteAddressNV( - VkDevice device, - const VkMemoryGetRemoteAddressInfoNV* pMemoryGetRemoteAddressInfo, - VkRemoteAddressNV* pAddress); -#endif - - -#define VK_EXT_pipeline_properties 1 -#define VK_EXT_PIPELINE_PROPERTIES_SPEC_VERSION 1 -#define VK_EXT_PIPELINE_PROPERTIES_EXTENSION_NAME "VK_EXT_pipeline_properties" -typedef VkPipelineInfoKHR VkPipelineInfoEXT; - -typedef struct VkPipelinePropertiesIdentifierEXT { - VkStructureType sType; - void* pNext; - uint8_t pipelineIdentifier[VK_UUID_SIZE]; -} VkPipelinePropertiesIdentifierEXT; - -typedef struct VkPhysicalDevicePipelinePropertiesFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 pipelinePropertiesIdentifier; -} VkPhysicalDevicePipelinePropertiesFeaturesEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPipelinePropertiesEXT)(VkDevice device, const VkPipelineInfoEXT* pPipelineInfo, VkBaseOutStructure* pPipelineProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelinePropertiesEXT( - VkDevice device, - const VkPipelineInfoEXT* pPipelineInfo, - VkBaseOutStructure* pPipelineProperties); -#endif - - -#define VK_EXT_extended_dynamic_state2 1 -#define VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION 1 -#define VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME "VK_EXT_extended_dynamic_state2" -typedef struct VkPhysicalDeviceExtendedDynamicState2FeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 extendedDynamicState2; - VkBool32 extendedDynamicState2LogicOp; - VkBool32 extendedDynamicState2PatchControlPoints; -} VkPhysicalDeviceExtendedDynamicState2FeaturesEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdSetPatchControlPointsEXT)(VkCommandBuffer commandBuffer, uint32_t patchControlPoints); -typedef void (VKAPI_PTR *PFN_vkCmdSetRasterizerDiscardEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBiasEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable); -typedef void (VKAPI_PTR *PFN_vkCmdSetLogicOpEXT)(VkCommandBuffer commandBuffer, VkLogicOp logicOp); -typedef void (VKAPI_PTR *PFN_vkCmdSetPrimitiveRestartEnableEXT)(VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetPatchControlPointsEXT( - VkCommandBuffer commandBuffer, - uint32_t patchControlPoints); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetRasterizerDiscardEnableEXT( - VkCommandBuffer commandBuffer, - VkBool32 rasterizerDiscardEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBiasEnableEXT( - VkCommandBuffer commandBuffer, - VkBool32 depthBiasEnable); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetLogicOpEXT( - VkCommandBuffer commandBuffer, - VkLogicOp logicOp); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetPrimitiveRestartEnableEXT( - VkCommandBuffer commandBuffer, - VkBool32 primitiveRestartEnable); -#endif - - -#define VK_EXT_color_write_enable 1 -#define VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION 1 -#define VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME "VK_EXT_color_write_enable" -typedef struct VkPhysicalDeviceColorWriteEnableFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 colorWriteEnable; -} VkPhysicalDeviceColorWriteEnableFeaturesEXT; - -typedef struct VkPipelineColorWriteCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t attachmentCount; - const VkBool32* pColorWriteEnables; -} VkPipelineColorWriteCreateInfoEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdSetColorWriteEnableEXT)(VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkBool32* pColorWriteEnables); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdSetColorWriteEnableEXT( - VkCommandBuffer commandBuffer, - uint32_t attachmentCount, - const VkBool32* pColorWriteEnables); -#endif - - -#define VK_EXT_primitives_generated_query 1 -#define VK_EXT_PRIMITIVES_GENERATED_QUERY_SPEC_VERSION 1 -#define VK_EXT_PRIMITIVES_GENERATED_QUERY_EXTENSION_NAME "VK_EXT_primitives_generated_query" -typedef struct VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 primitivesGeneratedQuery; - VkBool32 primitivesGeneratedQueryWithRasterizerDiscard; - VkBool32 primitivesGeneratedQueryWithNonZeroStreams; -} VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT; - - - -#define VK_EXT_global_priority_query 1 -#define VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION 1 -#define VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME "VK_EXT_global_priority_query" -#define VK_MAX_GLOBAL_PRIORITY_SIZE_EXT VK_MAX_GLOBAL_PRIORITY_SIZE_KHR -typedef VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT; - -typedef VkQueueFamilyGlobalPriorityPropertiesKHR VkQueueFamilyGlobalPriorityPropertiesEXT; - - - -#define VK_EXT_image_view_min_lod 1 -#define VK_EXT_IMAGE_VIEW_MIN_LOD_SPEC_VERSION 1 -#define VK_EXT_IMAGE_VIEW_MIN_LOD_EXTENSION_NAME "VK_EXT_image_view_min_lod" -typedef struct VkPhysicalDeviceImageViewMinLodFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 minLod; -} VkPhysicalDeviceImageViewMinLodFeaturesEXT; - -typedef struct VkImageViewMinLodCreateInfoEXT { - VkStructureType sType; - const void* pNext; - float minLod; -} VkImageViewMinLodCreateInfoEXT; - - - -#define VK_EXT_multi_draw 1 -#define VK_EXT_MULTI_DRAW_SPEC_VERSION 1 -#define VK_EXT_MULTI_DRAW_EXTENSION_NAME "VK_EXT_multi_draw" -typedef struct VkPhysicalDeviceMultiDrawFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 multiDraw; -} VkPhysicalDeviceMultiDrawFeaturesEXT; - -typedef struct VkPhysicalDeviceMultiDrawPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t maxMultiDrawCount; -} VkPhysicalDeviceMultiDrawPropertiesEXT; - -typedef struct VkMultiDrawInfoEXT { - uint32_t firstVertex; - uint32_t vertexCount; -} VkMultiDrawInfoEXT; - -typedef struct VkMultiDrawIndexedInfoEXT { - uint32_t firstIndex; - uint32_t indexCount; - int32_t vertexOffset; -} VkMultiDrawIndexedInfoEXT; - -typedef void (VKAPI_PTR *PFN_vkCmdDrawMultiEXT)(VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawInfoEXT* pVertexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride); -typedef void (VKAPI_PTR *PFN_vkCmdDrawMultiIndexedEXT)(VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawIndexedInfoEXT* pIndexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride, const int32_t* pVertexOffset); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdDrawMultiEXT( - VkCommandBuffer commandBuffer, - uint32_t drawCount, - const VkMultiDrawInfoEXT* pVertexInfo, - uint32_t instanceCount, - uint32_t firstInstance, - uint32_t stride); - -VKAPI_ATTR void VKAPI_CALL vkCmdDrawMultiIndexedEXT( - VkCommandBuffer commandBuffer, - uint32_t drawCount, - const VkMultiDrawIndexedInfoEXT* pIndexInfo, - uint32_t instanceCount, - uint32_t firstInstance, - uint32_t stride, - const int32_t* pVertexOffset); -#endif - - -#define VK_EXT_image_2d_view_of_3d 1 -#define VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION 1 -#define VK_EXT_IMAGE_2D_VIEW_OF_3D_EXTENSION_NAME "VK_EXT_image_2d_view_of_3d" -typedef struct VkPhysicalDeviceImage2DViewOf3DFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 image2DViewOf3D; - VkBool32 sampler2DViewOf3D; -} VkPhysicalDeviceImage2DViewOf3DFeaturesEXT; - - - -#define VK_EXT_load_store_op_none 1 -#define VK_EXT_LOAD_STORE_OP_NONE_SPEC_VERSION 1 -#define VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME "VK_EXT_load_store_op_none" - - -#define VK_EXT_border_color_swizzle 1 -#define VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION 1 -#define VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME "VK_EXT_border_color_swizzle" -typedef struct VkPhysicalDeviceBorderColorSwizzleFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 borderColorSwizzle; - VkBool32 borderColorSwizzleFromImage; -} VkPhysicalDeviceBorderColorSwizzleFeaturesEXT; - -typedef struct VkSamplerBorderColorComponentMappingCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkComponentMapping components; - VkBool32 srgb; -} VkSamplerBorderColorComponentMappingCreateInfoEXT; - - - -#define VK_EXT_pageable_device_local_memory 1 -#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION 1 -#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME "VK_EXT_pageable_device_local_memory" -typedef struct VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 pageableDeviceLocalMemory; -} VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT; - -typedef void (VKAPI_PTR *PFN_vkSetDeviceMemoryPriorityEXT)(VkDevice device, VkDeviceMemory memory, float priority); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkSetDeviceMemoryPriorityEXT( - VkDevice device, - VkDeviceMemory memory, - float priority); -#endif - - -#define VK_VALVE_descriptor_set_host_mapping 1 -#define VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_SPEC_VERSION 1 -#define VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_EXTENSION_NAME "VK_VALVE_descriptor_set_host_mapping" -typedef struct VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE { - VkStructureType sType; - void* pNext; - VkBool32 descriptorSetHostMapping; -} VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE; - -typedef struct VkDescriptorSetBindingReferenceVALVE { - VkStructureType sType; - const void* pNext; - VkDescriptorSetLayout descriptorSetLayout; - uint32_t binding; -} VkDescriptorSetBindingReferenceVALVE; - -typedef struct VkDescriptorSetLayoutHostMappingInfoVALVE { - VkStructureType sType; - void* pNext; - size_t descriptorOffset; - uint32_t descriptorSize; -} VkDescriptorSetLayoutHostMappingInfoVALVE; - -typedef void (VKAPI_PTR *PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE)(VkDevice device, const VkDescriptorSetBindingReferenceVALVE* pBindingReference, VkDescriptorSetLayoutHostMappingInfoVALVE* pHostMapping); -typedef void (VKAPI_PTR *PFN_vkGetDescriptorSetHostMappingVALVE)(VkDevice device, VkDescriptorSet descriptorSet, void** ppData); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkGetDescriptorSetLayoutHostMappingInfoVALVE( - VkDevice device, - const VkDescriptorSetBindingReferenceVALVE* pBindingReference, - VkDescriptorSetLayoutHostMappingInfoVALVE* pHostMapping); - -VKAPI_ATTR void VKAPI_CALL vkGetDescriptorSetHostMappingVALVE( - VkDevice device, - VkDescriptorSet descriptorSet, - void** ppData); -#endif - - -#define VK_QCOM_fragment_density_map_offset 1 -#define VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION 1 -#define VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME "VK_QCOM_fragment_density_map_offset" -typedef struct VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM { - VkStructureType sType; - void* pNext; - VkBool32 fragmentDensityMapOffset; -} VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM; - -typedef struct VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM { - VkStructureType sType; - void* pNext; - VkExtent2D fragmentDensityOffsetGranularity; -} VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM; - -typedef struct VkSubpassFragmentDensityMapOffsetEndInfoQCOM { - VkStructureType sType; - const void* pNext; - uint32_t fragmentDensityOffsetCount; - const VkOffset2D* pFragmentDensityOffsets; -} VkSubpassFragmentDensityMapOffsetEndInfoQCOM; - - - -#define VK_NV_linear_color_attachment 1 -#define VK_NV_LINEAR_COLOR_ATTACHMENT_SPEC_VERSION 1 -#define VK_NV_LINEAR_COLOR_ATTACHMENT_EXTENSION_NAME "VK_NV_linear_color_attachment" -typedef struct VkPhysicalDeviceLinearColorAttachmentFeaturesNV { - VkStructureType sType; - void* pNext; - VkBool32 linearColorAttachment; -} VkPhysicalDeviceLinearColorAttachmentFeaturesNV; - - - -#define VK_GOOGLE_surfaceless_query 1 -#define VK_GOOGLE_SURFACELESS_QUERY_SPEC_VERSION 1 -#define VK_GOOGLE_SURFACELESS_QUERY_EXTENSION_NAME "VK_GOOGLE_surfaceless_query" - - -#define VK_EXT_image_compression_control_swapchain 1 -#define VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_SPEC_VERSION 1 -#define VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_EXTENSION_NAME "VK_EXT_image_compression_control_swapchain" -typedef struct VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 imageCompressionControlSwapchain; -} VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT; - - - -#define VK_EXT_subpass_merge_feedback 1 -#define VK_EXT_SUBPASS_MERGE_FEEDBACK_SPEC_VERSION 1 -#define VK_EXT_SUBPASS_MERGE_FEEDBACK_EXTENSION_NAME "VK_EXT_subpass_merge_feedback" - -typedef enum VkSubpassMergeStatusEXT { - VK_SUBPASS_MERGE_STATUS_MERGED_EXT = 0, - VK_SUBPASS_MERGE_STATUS_DISALLOWED_EXT = 1, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_SIDE_EFFECTS_EXT = 2, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_SAMPLES_MISMATCH_EXT = 3, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_VIEWS_MISMATCH_EXT = 4, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_ALIASING_EXT = 5, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_DEPENDENCIES_EXT = 6, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_INCOMPATIBLE_INPUT_ATTACHMENT_EXT = 7, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_TOO_MANY_ATTACHMENTS_EXT = 8, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_INSUFFICIENT_STORAGE_EXT = 9, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_DEPTH_STENCIL_COUNT_EXT = 10, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_RESOLVE_ATTACHMENT_REUSE_EXT = 11, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_SINGLE_SUBPASS_EXT = 12, - VK_SUBPASS_MERGE_STATUS_NOT_MERGED_UNSPECIFIED_EXT = 13, - VK_SUBPASS_MERGE_STATUS_MAX_ENUM_EXT = 0x7FFFFFFF -} VkSubpassMergeStatusEXT; -typedef struct VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT { - VkStructureType sType; - void* pNext; - VkBool32 subpassMergeFeedback; -} VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT; - -typedef struct VkRenderPassCreationControlEXT { - VkStructureType sType; - const void* pNext; - VkBool32 disallowMerging; -} VkRenderPassCreationControlEXT; - -typedef struct VkRenderPassCreationFeedbackInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t postMergeSubpassCount; -} VkRenderPassCreationFeedbackInfoEXT; - -typedef struct VkRenderPassSubpassFeedbackInfoEXT { - VkStructureType sType; - const void* pNext; - VkSubpassMergeStatusEXT subpassMergeStatus; - char description[VK_MAX_DESCRIPTION_SIZE]; - uint32_t postMergeIndex; -} VkRenderPassSubpassFeedbackInfoEXT; - - - -#define VK_KHR_acceleration_structure 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkAccelerationStructureKHR) -#define VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION 13 -#define VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME "VK_KHR_acceleration_structure" - -typedef enum VkBuildAccelerationStructureModeKHR { - VK_BUILD_ACCELERATION_STRUCTURE_MODE_BUILD_KHR = 0, - VK_BUILD_ACCELERATION_STRUCTURE_MODE_UPDATE_KHR = 1, - VK_BUILD_ACCELERATION_STRUCTURE_MODE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkBuildAccelerationStructureModeKHR; - -typedef enum VkAccelerationStructureBuildTypeKHR { - VK_ACCELERATION_STRUCTURE_BUILD_TYPE_HOST_KHR = 0, - VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR = 1, - VK_ACCELERATION_STRUCTURE_BUILD_TYPE_HOST_OR_DEVICE_KHR = 2, - VK_ACCELERATION_STRUCTURE_BUILD_TYPE_MAX_ENUM_KHR = 0x7FFFFFFF -} VkAccelerationStructureBuildTypeKHR; - -typedef enum VkAccelerationStructureCompatibilityKHR { - VK_ACCELERATION_STRUCTURE_COMPATIBILITY_COMPATIBLE_KHR = 0, - VK_ACCELERATION_STRUCTURE_COMPATIBILITY_INCOMPATIBLE_KHR = 1, - VK_ACCELERATION_STRUCTURE_COMPATIBILITY_MAX_ENUM_KHR = 0x7FFFFFFF -} VkAccelerationStructureCompatibilityKHR; - -typedef enum VkAccelerationStructureCreateFlagBitsKHR { - VK_ACCELERATION_STRUCTURE_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR = 0x00000001, - VK_ACCELERATION_STRUCTURE_CREATE_MOTION_BIT_NV = 0x00000004, - VK_ACCELERATION_STRUCTURE_CREATE_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF -} VkAccelerationStructureCreateFlagBitsKHR; -typedef VkFlags VkAccelerationStructureCreateFlagsKHR; -typedef union VkDeviceOrHostAddressKHR { - VkDeviceAddress deviceAddress; - void* hostAddress; -} VkDeviceOrHostAddressKHR; - -typedef struct VkAccelerationStructureBuildRangeInfoKHR { - uint32_t primitiveCount; - uint32_t primitiveOffset; - uint32_t firstVertex; - uint32_t transformOffset; -} VkAccelerationStructureBuildRangeInfoKHR; - -typedef struct VkAccelerationStructureGeometryTrianglesDataKHR { - VkStructureType sType; - const void* pNext; - VkFormat vertexFormat; - VkDeviceOrHostAddressConstKHR vertexData; - VkDeviceSize vertexStride; - uint32_t maxVertex; - VkIndexType indexType; - VkDeviceOrHostAddressConstKHR indexData; - VkDeviceOrHostAddressConstKHR transformData; -} VkAccelerationStructureGeometryTrianglesDataKHR; - -typedef struct VkAccelerationStructureGeometryAabbsDataKHR { - VkStructureType sType; - const void* pNext; - VkDeviceOrHostAddressConstKHR data; - VkDeviceSize stride; -} VkAccelerationStructureGeometryAabbsDataKHR; - -typedef struct VkAccelerationStructureGeometryInstancesDataKHR { - VkStructureType sType; - const void* pNext; - VkBool32 arrayOfPointers; - VkDeviceOrHostAddressConstKHR data; -} VkAccelerationStructureGeometryInstancesDataKHR; - -typedef union VkAccelerationStructureGeometryDataKHR { - VkAccelerationStructureGeometryTrianglesDataKHR triangles; - VkAccelerationStructureGeometryAabbsDataKHR aabbs; - VkAccelerationStructureGeometryInstancesDataKHR instances; -} VkAccelerationStructureGeometryDataKHR; - -typedef struct VkAccelerationStructureGeometryKHR { - VkStructureType sType; - const void* pNext; - VkGeometryTypeKHR geometryType; - VkAccelerationStructureGeometryDataKHR geometry; - VkGeometryFlagsKHR flags; -} VkAccelerationStructureGeometryKHR; - -typedef struct VkAccelerationStructureBuildGeometryInfoKHR { - VkStructureType sType; - const void* pNext; - VkAccelerationStructureTypeKHR type; - VkBuildAccelerationStructureFlagsKHR flags; - VkBuildAccelerationStructureModeKHR mode; - VkAccelerationStructureKHR srcAccelerationStructure; - VkAccelerationStructureKHR dstAccelerationStructure; - uint32_t geometryCount; - const VkAccelerationStructureGeometryKHR* pGeometries; - const VkAccelerationStructureGeometryKHR* const* ppGeometries; - VkDeviceOrHostAddressKHR scratchData; -} VkAccelerationStructureBuildGeometryInfoKHR; - -typedef struct VkAccelerationStructureCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkAccelerationStructureCreateFlagsKHR createFlags; - VkBuffer buffer; - VkDeviceSize offset; - VkDeviceSize size; - VkAccelerationStructureTypeKHR type; - VkDeviceAddress deviceAddress; -} VkAccelerationStructureCreateInfoKHR; - -typedef struct VkWriteDescriptorSetAccelerationStructureKHR { - VkStructureType sType; - const void* pNext; - uint32_t accelerationStructureCount; - const VkAccelerationStructureKHR* pAccelerationStructures; -} VkWriteDescriptorSetAccelerationStructureKHR; - -typedef struct VkPhysicalDeviceAccelerationStructureFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 accelerationStructure; - VkBool32 accelerationStructureCaptureReplay; - VkBool32 accelerationStructureIndirectBuild; - VkBool32 accelerationStructureHostCommands; - VkBool32 descriptorBindingAccelerationStructureUpdateAfterBind; -} VkPhysicalDeviceAccelerationStructureFeaturesKHR; - -typedef struct VkPhysicalDeviceAccelerationStructurePropertiesKHR { - VkStructureType sType; - void* pNext; - uint64_t maxGeometryCount; - uint64_t maxInstanceCount; - uint64_t maxPrimitiveCount; - uint32_t maxPerStageDescriptorAccelerationStructures; - uint32_t maxPerStageDescriptorUpdateAfterBindAccelerationStructures; - uint32_t maxDescriptorSetAccelerationStructures; - uint32_t maxDescriptorSetUpdateAfterBindAccelerationStructures; - uint32_t minAccelerationStructureScratchOffsetAlignment; -} VkPhysicalDeviceAccelerationStructurePropertiesKHR; - -typedef struct VkAccelerationStructureDeviceAddressInfoKHR { - VkStructureType sType; - const void* pNext; - VkAccelerationStructureKHR accelerationStructure; -} VkAccelerationStructureDeviceAddressInfoKHR; - -typedef struct VkAccelerationStructureVersionInfoKHR { - VkStructureType sType; - const void* pNext; - const uint8_t* pVersionData; -} VkAccelerationStructureVersionInfoKHR; - -typedef struct VkCopyAccelerationStructureToMemoryInfoKHR { - VkStructureType sType; - const void* pNext; - VkAccelerationStructureKHR src; - VkDeviceOrHostAddressKHR dst; - VkCopyAccelerationStructureModeKHR mode; -} VkCopyAccelerationStructureToMemoryInfoKHR; - -typedef struct VkCopyMemoryToAccelerationStructureInfoKHR { - VkStructureType sType; - const void* pNext; - VkDeviceOrHostAddressConstKHR src; - VkAccelerationStructureKHR dst; - VkCopyAccelerationStructureModeKHR mode; -} VkCopyMemoryToAccelerationStructureInfoKHR; - -typedef struct VkCopyAccelerationStructureInfoKHR { - VkStructureType sType; - const void* pNext; - VkAccelerationStructureKHR src; - VkAccelerationStructureKHR dst; - VkCopyAccelerationStructureModeKHR mode; -} VkCopyAccelerationStructureInfoKHR; - -typedef struct VkAccelerationStructureBuildSizesInfoKHR { - VkStructureType sType; - const void* pNext; - VkDeviceSize accelerationStructureSize; - VkDeviceSize updateScratchSize; - VkDeviceSize buildScratchSize; -} VkAccelerationStructureBuildSizesInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateAccelerationStructureKHR)(VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkAccelerationStructureKHR* pAccelerationStructure); -typedef void (VKAPI_PTR *PFN_vkDestroyAccelerationStructureKHR)(VkDevice device, VkAccelerationStructureKHR accelerationStructure, const VkAllocationCallbacks* pAllocator); -typedef void (VKAPI_PTR *PFN_vkCmdBuildAccelerationStructuresKHR)(VkCommandBuffer commandBuffer, uint32_t infoCount, const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos); -typedef void (VKAPI_PTR *PFN_vkCmdBuildAccelerationStructuresIndirectKHR)(VkCommandBuffer commandBuffer, uint32_t infoCount, const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, const VkDeviceAddress* pIndirectDeviceAddresses, const uint32_t* pIndirectStrides, const uint32_t* const* ppMaxPrimitiveCounts); -typedef VkResult (VKAPI_PTR *PFN_vkBuildAccelerationStructuresKHR)(VkDevice device, VkDeferredOperationKHR deferredOperation, uint32_t infoCount, const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos); -typedef VkResult (VKAPI_PTR *PFN_vkCopyAccelerationStructureKHR)(VkDevice device, VkDeferredOperationKHR deferredOperation, const VkCopyAccelerationStructureInfoKHR* pInfo); -typedef VkResult (VKAPI_PTR *PFN_vkCopyAccelerationStructureToMemoryKHR)(VkDevice device, VkDeferredOperationKHR deferredOperation, const VkCopyAccelerationStructureToMemoryInfoKHR* pInfo); -typedef VkResult (VKAPI_PTR *PFN_vkCopyMemoryToAccelerationStructureKHR)(VkDevice device, VkDeferredOperationKHR deferredOperation, const VkCopyMemoryToAccelerationStructureInfoKHR* pInfo); -typedef VkResult (VKAPI_PTR *PFN_vkWriteAccelerationStructuresPropertiesKHR)(VkDevice device, uint32_t accelerationStructureCount, const VkAccelerationStructureKHR* pAccelerationStructures, VkQueryType queryType, size_t dataSize, void* pData, size_t stride); -typedef void (VKAPI_PTR *PFN_vkCmdCopyAccelerationStructureKHR)(VkCommandBuffer commandBuffer, const VkCopyAccelerationStructureInfoKHR* pInfo); -typedef void (VKAPI_PTR *PFN_vkCmdCopyAccelerationStructureToMemoryKHR)(VkCommandBuffer commandBuffer, const VkCopyAccelerationStructureToMemoryInfoKHR* pInfo); -typedef void (VKAPI_PTR *PFN_vkCmdCopyMemoryToAccelerationStructureKHR)(VkCommandBuffer commandBuffer, const VkCopyMemoryToAccelerationStructureInfoKHR* pInfo); -typedef VkDeviceAddress (VKAPI_PTR *PFN_vkGetAccelerationStructureDeviceAddressKHR)(VkDevice device, const VkAccelerationStructureDeviceAddressInfoKHR* pInfo); -typedef void (VKAPI_PTR *PFN_vkCmdWriteAccelerationStructuresPropertiesKHR)(VkCommandBuffer commandBuffer, uint32_t accelerationStructureCount, const VkAccelerationStructureKHR* pAccelerationStructures, VkQueryType queryType, VkQueryPool queryPool, uint32_t firstQuery); -typedef void (VKAPI_PTR *PFN_vkGetDeviceAccelerationStructureCompatibilityKHR)(VkDevice device, const VkAccelerationStructureVersionInfoKHR* pVersionInfo, VkAccelerationStructureCompatibilityKHR* pCompatibility); -typedef void (VKAPI_PTR *PFN_vkGetAccelerationStructureBuildSizesKHR)(VkDevice device, VkAccelerationStructureBuildTypeKHR buildType, const VkAccelerationStructureBuildGeometryInfoKHR* pBuildInfo, const uint32_t* pMaxPrimitiveCounts, VkAccelerationStructureBuildSizesInfoKHR* pSizeInfo); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateAccelerationStructureKHR( - VkDevice device, - const VkAccelerationStructureCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkAccelerationStructureKHR* pAccelerationStructure); - -VKAPI_ATTR void VKAPI_CALL vkDestroyAccelerationStructureKHR( - VkDevice device, - VkAccelerationStructureKHR accelerationStructure, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR void VKAPI_CALL vkCmdBuildAccelerationStructuresKHR( - VkCommandBuffer commandBuffer, - uint32_t infoCount, - const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, - const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos); - -VKAPI_ATTR void VKAPI_CALL vkCmdBuildAccelerationStructuresIndirectKHR( - VkCommandBuffer commandBuffer, - uint32_t infoCount, - const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, - const VkDeviceAddress* pIndirectDeviceAddresses, - const uint32_t* pIndirectStrides, - const uint32_t* const* ppMaxPrimitiveCounts); - -VKAPI_ATTR VkResult VKAPI_CALL vkBuildAccelerationStructuresKHR( - VkDevice device, - VkDeferredOperationKHR deferredOperation, - uint32_t infoCount, - const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, - const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos); - -VKAPI_ATTR VkResult VKAPI_CALL vkCopyAccelerationStructureKHR( - VkDevice device, - VkDeferredOperationKHR deferredOperation, - const VkCopyAccelerationStructureInfoKHR* pInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkCopyAccelerationStructureToMemoryKHR( - VkDevice device, - VkDeferredOperationKHR deferredOperation, - const VkCopyAccelerationStructureToMemoryInfoKHR* pInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkCopyMemoryToAccelerationStructureKHR( - VkDevice device, - VkDeferredOperationKHR deferredOperation, - const VkCopyMemoryToAccelerationStructureInfoKHR* pInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkWriteAccelerationStructuresPropertiesKHR( - VkDevice device, - uint32_t accelerationStructureCount, - const VkAccelerationStructureKHR* pAccelerationStructures, - VkQueryType queryType, - size_t dataSize, - void* pData, - size_t stride); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyAccelerationStructureKHR( - VkCommandBuffer commandBuffer, - const VkCopyAccelerationStructureInfoKHR* pInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyAccelerationStructureToMemoryKHR( - VkCommandBuffer commandBuffer, - const VkCopyAccelerationStructureToMemoryInfoKHR* pInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdCopyMemoryToAccelerationStructureKHR( - VkCommandBuffer commandBuffer, - const VkCopyMemoryToAccelerationStructureInfoKHR* pInfo); - -VKAPI_ATTR VkDeviceAddress VKAPI_CALL vkGetAccelerationStructureDeviceAddressKHR( - VkDevice device, - const VkAccelerationStructureDeviceAddressInfoKHR* pInfo); - -VKAPI_ATTR void VKAPI_CALL vkCmdWriteAccelerationStructuresPropertiesKHR( - VkCommandBuffer commandBuffer, - uint32_t accelerationStructureCount, - const VkAccelerationStructureKHR* pAccelerationStructures, - VkQueryType queryType, - VkQueryPool queryPool, - uint32_t firstQuery); - -VKAPI_ATTR void VKAPI_CALL vkGetDeviceAccelerationStructureCompatibilityKHR( - VkDevice device, - const VkAccelerationStructureVersionInfoKHR* pVersionInfo, - VkAccelerationStructureCompatibilityKHR* pCompatibility); - -VKAPI_ATTR void VKAPI_CALL vkGetAccelerationStructureBuildSizesKHR( - VkDevice device, - VkAccelerationStructureBuildTypeKHR buildType, - const VkAccelerationStructureBuildGeometryInfoKHR* pBuildInfo, - const uint32_t* pMaxPrimitiveCounts, - VkAccelerationStructureBuildSizesInfoKHR* pSizeInfo); -#endif - - -#define VK_KHR_ray_tracing_pipeline 1 -#define VK_KHR_RAY_TRACING_PIPELINE_SPEC_VERSION 1 -#define VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME "VK_KHR_ray_tracing_pipeline" - -typedef enum VkShaderGroupShaderKHR { - VK_SHADER_GROUP_SHADER_GENERAL_KHR = 0, - VK_SHADER_GROUP_SHADER_CLOSEST_HIT_KHR = 1, - VK_SHADER_GROUP_SHADER_ANY_HIT_KHR = 2, - VK_SHADER_GROUP_SHADER_INTERSECTION_KHR = 3, - VK_SHADER_GROUP_SHADER_MAX_ENUM_KHR = 0x7FFFFFFF -} VkShaderGroupShaderKHR; -typedef struct VkRayTracingShaderGroupCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkRayTracingShaderGroupTypeKHR type; - uint32_t generalShader; - uint32_t closestHitShader; - uint32_t anyHitShader; - uint32_t intersectionShader; - const void* pShaderGroupCaptureReplayHandle; -} VkRayTracingShaderGroupCreateInfoKHR; - -typedef struct VkRayTracingPipelineInterfaceCreateInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t maxPipelineRayPayloadSize; - uint32_t maxPipelineRayHitAttributeSize; -} VkRayTracingPipelineInterfaceCreateInfoKHR; - -typedef struct VkRayTracingPipelineCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkPipelineCreateFlags flags; - uint32_t stageCount; - const VkPipelineShaderStageCreateInfo* pStages; - uint32_t groupCount; - const VkRayTracingShaderGroupCreateInfoKHR* pGroups; - uint32_t maxPipelineRayRecursionDepth; - const VkPipelineLibraryCreateInfoKHR* pLibraryInfo; - const VkRayTracingPipelineInterfaceCreateInfoKHR* pLibraryInterface; - const VkPipelineDynamicStateCreateInfo* pDynamicState; - VkPipelineLayout layout; - VkPipeline basePipelineHandle; - int32_t basePipelineIndex; -} VkRayTracingPipelineCreateInfoKHR; - -typedef struct VkPhysicalDeviceRayTracingPipelineFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 rayTracingPipeline; - VkBool32 rayTracingPipelineShaderGroupHandleCaptureReplay; - VkBool32 rayTracingPipelineShaderGroupHandleCaptureReplayMixed; - VkBool32 rayTracingPipelineTraceRaysIndirect; - VkBool32 rayTraversalPrimitiveCulling; -} VkPhysicalDeviceRayTracingPipelineFeaturesKHR; - -typedef struct VkPhysicalDeviceRayTracingPipelinePropertiesKHR { - VkStructureType sType; - void* pNext; - uint32_t shaderGroupHandleSize; - uint32_t maxRayRecursionDepth; - uint32_t maxShaderGroupStride; - uint32_t shaderGroupBaseAlignment; - uint32_t shaderGroupHandleCaptureReplaySize; - uint32_t maxRayDispatchInvocationCount; - uint32_t shaderGroupHandleAlignment; - uint32_t maxRayHitAttributeSize; -} VkPhysicalDeviceRayTracingPipelinePropertiesKHR; - -typedef struct VkStridedDeviceAddressRegionKHR { - VkDeviceAddress deviceAddress; - VkDeviceSize stride; - VkDeviceSize size; -} VkStridedDeviceAddressRegionKHR; - -typedef struct VkTraceRaysIndirectCommandKHR { - uint32_t width; - uint32_t height; - uint32_t depth; -} VkTraceRaysIndirectCommandKHR; - -typedef void (VKAPI_PTR *PFN_vkCmdTraceRaysKHR)(VkCommandBuffer commandBuffer, const VkStridedDeviceAddressRegionKHR* pRaygenShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pMissShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pHitShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pCallableShaderBindingTable, uint32_t width, uint32_t height, uint32_t depth); -typedef VkResult (VKAPI_PTR *PFN_vkCreateRayTracingPipelinesKHR)(VkDevice device, VkDeferredOperationKHR deferredOperation, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkRayTracingPipelineCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines); -typedef VkResult (VKAPI_PTR *PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR)(VkDevice device, VkPipeline pipeline, uint32_t firstGroup, uint32_t groupCount, size_t dataSize, void* pData); -typedef void (VKAPI_PTR *PFN_vkCmdTraceRaysIndirectKHR)(VkCommandBuffer commandBuffer, const VkStridedDeviceAddressRegionKHR* pRaygenShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pMissShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pHitShaderBindingTable, const VkStridedDeviceAddressRegionKHR* pCallableShaderBindingTable, VkDeviceAddress indirectDeviceAddress); -typedef VkDeviceSize (VKAPI_PTR *PFN_vkGetRayTracingShaderGroupStackSizeKHR)(VkDevice device, VkPipeline pipeline, uint32_t group, VkShaderGroupShaderKHR groupShader); -typedef void (VKAPI_PTR *PFN_vkCmdSetRayTracingPipelineStackSizeKHR)(VkCommandBuffer commandBuffer, uint32_t pipelineStackSize); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR void VKAPI_CALL vkCmdTraceRaysKHR( - VkCommandBuffer commandBuffer, - const VkStridedDeviceAddressRegionKHR* pRaygenShaderBindingTable, - const VkStridedDeviceAddressRegionKHR* pMissShaderBindingTable, - const VkStridedDeviceAddressRegionKHR* pHitShaderBindingTable, - const VkStridedDeviceAddressRegionKHR* pCallableShaderBindingTable, - uint32_t width, - uint32_t height, - uint32_t depth); - -VKAPI_ATTR VkResult VKAPI_CALL vkCreateRayTracingPipelinesKHR( - VkDevice device, - VkDeferredOperationKHR deferredOperation, - VkPipelineCache pipelineCache, - uint32_t createInfoCount, - const VkRayTracingPipelineCreateInfoKHR* pCreateInfos, - const VkAllocationCallbacks* pAllocator, - VkPipeline* pPipelines); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetRayTracingCaptureReplayShaderGroupHandlesKHR( - VkDevice device, - VkPipeline pipeline, - uint32_t firstGroup, - uint32_t groupCount, - size_t dataSize, - void* pData); - -VKAPI_ATTR void VKAPI_CALL vkCmdTraceRaysIndirectKHR( - VkCommandBuffer commandBuffer, - const VkStridedDeviceAddressRegionKHR* pRaygenShaderBindingTable, - const VkStridedDeviceAddressRegionKHR* pMissShaderBindingTable, - const VkStridedDeviceAddressRegionKHR* pHitShaderBindingTable, - const VkStridedDeviceAddressRegionKHR* pCallableShaderBindingTable, - VkDeviceAddress indirectDeviceAddress); - -VKAPI_ATTR VkDeviceSize VKAPI_CALL vkGetRayTracingShaderGroupStackSizeKHR( - VkDevice device, - VkPipeline pipeline, - uint32_t group, - VkShaderGroupShaderKHR groupShader); - -VKAPI_ATTR void VKAPI_CALL vkCmdSetRayTracingPipelineStackSizeKHR( - VkCommandBuffer commandBuffer, - uint32_t pipelineStackSize); -#endif - - -#define VK_KHR_ray_query 1 -#define VK_KHR_RAY_QUERY_SPEC_VERSION 1 -#define VK_KHR_RAY_QUERY_EXTENSION_NAME "VK_KHR_ray_query" -typedef struct VkPhysicalDeviceRayQueryFeaturesKHR { - VkStructureType sType; - void* pNext; - VkBool32 rayQuery; -} VkPhysicalDeviceRayQueryFeaturesKHR; - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_directfb.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_directfb.h deleted file mode 100644 index ab3504ef..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_directfb.h +++ /dev/null @@ -1,54 +0,0 @@ -#ifndef VULKAN_DIRECTFB_H_ -#define VULKAN_DIRECTFB_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_EXT_directfb_surface 1 -#define VK_EXT_DIRECTFB_SURFACE_SPEC_VERSION 1 -#define VK_EXT_DIRECTFB_SURFACE_EXTENSION_NAME "VK_EXT_directfb_surface" -typedef VkFlags VkDirectFBSurfaceCreateFlagsEXT; -typedef struct VkDirectFBSurfaceCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkDirectFBSurfaceCreateFlagsEXT flags; - IDirectFB* dfb; - IDirectFBSurface* surface; -} VkDirectFBSurfaceCreateInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateDirectFBSurfaceEXT)(VkInstance instance, const VkDirectFBSurfaceCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); -typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB* dfb); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateDirectFBSurfaceEXT( - VkInstance instance, - const VkDirectFBSurfaceCreateInfoEXT* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); - -VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceDirectFBPresentationSupportEXT( - VkPhysicalDevice physicalDevice, - uint32_t queueFamilyIndex, - IDirectFB* dfb); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_fuchsia.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_fuchsia.h deleted file mode 100644 index 61774ff9..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_fuchsia.h +++ /dev/null @@ -1,258 +0,0 @@ -#ifndef VULKAN_FUCHSIA_H_ -#define VULKAN_FUCHSIA_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_FUCHSIA_imagepipe_surface 1 -#define VK_FUCHSIA_IMAGEPIPE_SURFACE_SPEC_VERSION 1 -#define VK_FUCHSIA_IMAGEPIPE_SURFACE_EXTENSION_NAME "VK_FUCHSIA_imagepipe_surface" -typedef VkFlags VkImagePipeSurfaceCreateFlagsFUCHSIA; -typedef struct VkImagePipeSurfaceCreateInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkImagePipeSurfaceCreateFlagsFUCHSIA flags; - zx_handle_t imagePipeHandle; -} VkImagePipeSurfaceCreateInfoFUCHSIA; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateImagePipeSurfaceFUCHSIA)(VkInstance instance, const VkImagePipeSurfaceCreateInfoFUCHSIA* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateImagePipeSurfaceFUCHSIA( - VkInstance instance, - const VkImagePipeSurfaceCreateInfoFUCHSIA* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - - -#define VK_FUCHSIA_external_memory 1 -#define VK_FUCHSIA_EXTERNAL_MEMORY_SPEC_VERSION 1 -#define VK_FUCHSIA_EXTERNAL_MEMORY_EXTENSION_NAME "VK_FUCHSIA_external_memory" -typedef struct VkImportMemoryZirconHandleInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlagBits handleType; - zx_handle_t handle; -} VkImportMemoryZirconHandleInfoFUCHSIA; - -typedef struct VkMemoryZirconHandlePropertiesFUCHSIA { - VkStructureType sType; - void* pNext; - uint32_t memoryTypeBits; -} VkMemoryZirconHandlePropertiesFUCHSIA; - -typedef struct VkMemoryGetZirconHandleInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkDeviceMemory memory; - VkExternalMemoryHandleTypeFlagBits handleType; -} VkMemoryGetZirconHandleInfoFUCHSIA; - -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandleFUCHSIA)(VkDevice device, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryZirconHandleFUCHSIA( - VkDevice device, - const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, - zx_handle_t* pZirconHandle); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryZirconHandlePropertiesFUCHSIA( - VkDevice device, - VkExternalMemoryHandleTypeFlagBits handleType, - zx_handle_t zirconHandle, - VkMemoryZirconHandlePropertiesFUCHSIA* pMemoryZirconHandleProperties); -#endif - - -#define VK_FUCHSIA_external_semaphore 1 -#define VK_FUCHSIA_EXTERNAL_SEMAPHORE_SPEC_VERSION 1 -#define VK_FUCHSIA_EXTERNAL_SEMAPHORE_EXTENSION_NAME "VK_FUCHSIA_external_semaphore" -typedef struct VkImportSemaphoreZirconHandleInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkSemaphore semaphore; - VkSemaphoreImportFlags flags; - VkExternalSemaphoreHandleTypeFlagBits handleType; - zx_handle_t zirconHandle; -} VkImportSemaphoreZirconHandleInfoFUCHSIA; - -typedef struct VkSemaphoreGetZirconHandleInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkSemaphore semaphore; - VkExternalSemaphoreHandleTypeFlagBits handleType; -} VkSemaphoreGetZirconHandleInfoFUCHSIA; - -typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreZirconHandleFUCHSIA)(VkDevice device, const VkImportSemaphoreZirconHandleInfoFUCHSIA* pImportSemaphoreZirconHandleInfo); -typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreZirconHandleFUCHSIA)(VkDevice device, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkImportSemaphoreZirconHandleFUCHSIA( - VkDevice device, - const VkImportSemaphoreZirconHandleInfoFUCHSIA* pImportSemaphoreZirconHandleInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreZirconHandleFUCHSIA( - VkDevice device, - const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, - zx_handle_t* pZirconHandle); -#endif - - -#define VK_FUCHSIA_buffer_collection 1 -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkBufferCollectionFUCHSIA) -#define VK_FUCHSIA_BUFFER_COLLECTION_SPEC_VERSION 2 -#define VK_FUCHSIA_BUFFER_COLLECTION_EXTENSION_NAME "VK_FUCHSIA_buffer_collection" -typedef VkFlags VkImageFormatConstraintsFlagsFUCHSIA; - -typedef enum VkImageConstraintsInfoFlagBitsFUCHSIA { - VK_IMAGE_CONSTRAINTS_INFO_CPU_READ_RARELY_FUCHSIA = 0x00000001, - VK_IMAGE_CONSTRAINTS_INFO_CPU_READ_OFTEN_FUCHSIA = 0x00000002, - VK_IMAGE_CONSTRAINTS_INFO_CPU_WRITE_RARELY_FUCHSIA = 0x00000004, - VK_IMAGE_CONSTRAINTS_INFO_CPU_WRITE_OFTEN_FUCHSIA = 0x00000008, - VK_IMAGE_CONSTRAINTS_INFO_PROTECTED_OPTIONAL_FUCHSIA = 0x00000010, - VK_IMAGE_CONSTRAINTS_INFO_FLAG_BITS_MAX_ENUM_FUCHSIA = 0x7FFFFFFF -} VkImageConstraintsInfoFlagBitsFUCHSIA; -typedef VkFlags VkImageConstraintsInfoFlagsFUCHSIA; -typedef struct VkBufferCollectionCreateInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - zx_handle_t collectionToken; -} VkBufferCollectionCreateInfoFUCHSIA; - -typedef struct VkImportMemoryBufferCollectionFUCHSIA { - VkStructureType sType; - const void* pNext; - VkBufferCollectionFUCHSIA collection; - uint32_t index; -} VkImportMemoryBufferCollectionFUCHSIA; - -typedef struct VkBufferCollectionImageCreateInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkBufferCollectionFUCHSIA collection; - uint32_t index; -} VkBufferCollectionImageCreateInfoFUCHSIA; - -typedef struct VkBufferCollectionConstraintsInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - uint32_t minBufferCount; - uint32_t maxBufferCount; - uint32_t minBufferCountForCamping; - uint32_t minBufferCountForDedicatedSlack; - uint32_t minBufferCountForSharedSlack; -} VkBufferCollectionConstraintsInfoFUCHSIA; - -typedef struct VkBufferConstraintsInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkBufferCreateInfo createInfo; - VkFormatFeatureFlags requiredFormatFeatures; - VkBufferCollectionConstraintsInfoFUCHSIA bufferCollectionConstraints; -} VkBufferConstraintsInfoFUCHSIA; - -typedef struct VkBufferCollectionBufferCreateInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkBufferCollectionFUCHSIA collection; - uint32_t index; -} VkBufferCollectionBufferCreateInfoFUCHSIA; - -typedef struct VkSysmemColorSpaceFUCHSIA { - VkStructureType sType; - const void* pNext; - uint32_t colorSpace; -} VkSysmemColorSpaceFUCHSIA; - -typedef struct VkBufferCollectionPropertiesFUCHSIA { - VkStructureType sType; - void* pNext; - uint32_t memoryTypeBits; - uint32_t bufferCount; - uint32_t createInfoIndex; - uint64_t sysmemPixelFormat; - VkFormatFeatureFlags formatFeatures; - VkSysmemColorSpaceFUCHSIA sysmemColorSpaceIndex; - VkComponentMapping samplerYcbcrConversionComponents; - VkSamplerYcbcrModelConversion suggestedYcbcrModel; - VkSamplerYcbcrRange suggestedYcbcrRange; - VkChromaLocation suggestedXChromaOffset; - VkChromaLocation suggestedYChromaOffset; -} VkBufferCollectionPropertiesFUCHSIA; - -typedef struct VkImageFormatConstraintsInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - VkImageCreateInfo imageCreateInfo; - VkFormatFeatureFlags requiredFormatFeatures; - VkImageFormatConstraintsFlagsFUCHSIA flags; - uint64_t sysmemPixelFormat; - uint32_t colorSpaceCount; - const VkSysmemColorSpaceFUCHSIA* pColorSpaces; -} VkImageFormatConstraintsInfoFUCHSIA; - -typedef struct VkImageConstraintsInfoFUCHSIA { - VkStructureType sType; - const void* pNext; - uint32_t formatConstraintsCount; - const VkImageFormatConstraintsInfoFUCHSIA* pFormatConstraints; - VkBufferCollectionConstraintsInfoFUCHSIA bufferCollectionConstraints; - VkImageConstraintsInfoFlagsFUCHSIA flags; -} VkImageConstraintsInfoFUCHSIA; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferCollectionFUCHSIA)(VkDevice device, const VkBufferCollectionCreateInfoFUCHSIA* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferCollectionFUCHSIA* pCollection); -typedef VkResult (VKAPI_PTR *PFN_vkSetBufferCollectionImageConstraintsFUCHSIA)(VkDevice device, VkBufferCollectionFUCHSIA collection, const VkImageConstraintsInfoFUCHSIA* pImageConstraintsInfo); -typedef VkResult (VKAPI_PTR *PFN_vkSetBufferCollectionBufferConstraintsFUCHSIA)(VkDevice device, VkBufferCollectionFUCHSIA collection, const VkBufferConstraintsInfoFUCHSIA* pBufferConstraintsInfo); -typedef void (VKAPI_PTR *PFN_vkDestroyBufferCollectionFUCHSIA)(VkDevice device, VkBufferCollectionFUCHSIA collection, const VkAllocationCallbacks* pAllocator); -typedef VkResult (VKAPI_PTR *PFN_vkGetBufferCollectionPropertiesFUCHSIA)(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferCollectionPropertiesFUCHSIA* pProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateBufferCollectionFUCHSIA( - VkDevice device, - const VkBufferCollectionCreateInfoFUCHSIA* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkBufferCollectionFUCHSIA* pCollection); - -VKAPI_ATTR VkResult VKAPI_CALL vkSetBufferCollectionImageConstraintsFUCHSIA( - VkDevice device, - VkBufferCollectionFUCHSIA collection, - const VkImageConstraintsInfoFUCHSIA* pImageConstraintsInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkSetBufferCollectionBufferConstraintsFUCHSIA( - VkDevice device, - VkBufferCollectionFUCHSIA collection, - const VkBufferConstraintsInfoFUCHSIA* pBufferConstraintsInfo); - -VKAPI_ATTR void VKAPI_CALL vkDestroyBufferCollectionFUCHSIA( - VkDevice device, - VkBufferCollectionFUCHSIA collection, - const VkAllocationCallbacks* pAllocator); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetBufferCollectionPropertiesFUCHSIA( - VkDevice device, - VkBufferCollectionFUCHSIA collection, - VkBufferCollectionPropertiesFUCHSIA* pProperties); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_ggp.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_ggp.h deleted file mode 100644 index 19dfd226..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_ggp.h +++ /dev/null @@ -1,58 +0,0 @@ -#ifndef VULKAN_GGP_H_ -#define VULKAN_GGP_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_GGP_stream_descriptor_surface 1 -#define VK_GGP_STREAM_DESCRIPTOR_SURFACE_SPEC_VERSION 1 -#define VK_GGP_STREAM_DESCRIPTOR_SURFACE_EXTENSION_NAME "VK_GGP_stream_descriptor_surface" -typedef VkFlags VkStreamDescriptorSurfaceCreateFlagsGGP; -typedef struct VkStreamDescriptorSurfaceCreateInfoGGP { - VkStructureType sType; - const void* pNext; - VkStreamDescriptorSurfaceCreateFlagsGGP flags; - GgpStreamDescriptor streamDescriptor; -} VkStreamDescriptorSurfaceCreateInfoGGP; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateStreamDescriptorSurfaceGGP)(VkInstance instance, const VkStreamDescriptorSurfaceCreateInfoGGP* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateStreamDescriptorSurfaceGGP( - VkInstance instance, - const VkStreamDescriptorSurfaceCreateInfoGGP* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - - -#define VK_GGP_frame_token 1 -#define VK_GGP_FRAME_TOKEN_SPEC_VERSION 1 -#define VK_GGP_FRAME_TOKEN_EXTENSION_NAME "VK_GGP_frame_token" -typedef struct VkPresentFrameTokenGGP { - VkStructureType sType; - const void* pNext; - GgpFrameToken frameToken; -} VkPresentFrameTokenGGP; - - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_ios.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_ios.h deleted file mode 100644 index 57922054..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_ios.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef VULKAN_IOS_H_ -#define VULKAN_IOS_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_MVK_ios_surface 1 -#define VK_MVK_IOS_SURFACE_SPEC_VERSION 3 -#define VK_MVK_IOS_SURFACE_EXTENSION_NAME "VK_MVK_ios_surface" -typedef VkFlags VkIOSSurfaceCreateFlagsMVK; -typedef struct VkIOSSurfaceCreateInfoMVK { - VkStructureType sType; - const void* pNext; - VkIOSSurfaceCreateFlagsMVK flags; - const void* pView; -} VkIOSSurfaceCreateInfoMVK; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateIOSSurfaceMVK)(VkInstance instance, const VkIOSSurfaceCreateInfoMVK* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateIOSSurfaceMVK( - VkInstance instance, - const VkIOSSurfaceCreateInfoMVK* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_macos.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_macos.h deleted file mode 100644 index 8e197c7c..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_macos.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef VULKAN_MACOS_H_ -#define VULKAN_MACOS_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_MVK_macos_surface 1 -#define VK_MVK_MACOS_SURFACE_SPEC_VERSION 3 -#define VK_MVK_MACOS_SURFACE_EXTENSION_NAME "VK_MVK_macos_surface" -typedef VkFlags VkMacOSSurfaceCreateFlagsMVK; -typedef struct VkMacOSSurfaceCreateInfoMVK { - VkStructureType sType; - const void* pNext; - VkMacOSSurfaceCreateFlagsMVK flags; - const void* pView; -} VkMacOSSurfaceCreateInfoMVK; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateMacOSSurfaceMVK)(VkInstance instance, const VkMacOSSurfaceCreateInfoMVK* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateMacOSSurfaceMVK( - VkInstance instance, - const VkMacOSSurfaceCreateInfoMVK* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_metal.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_metal.h deleted file mode 100644 index 3631f120..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_metal.h +++ /dev/null @@ -1,54 +0,0 @@ -#ifndef VULKAN_METAL_H_ -#define VULKAN_METAL_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_EXT_metal_surface 1 - -#ifdef __OBJC__ -@class CAMetalLayer; -#else -typedef void CAMetalLayer; -#endif - -#define VK_EXT_METAL_SURFACE_SPEC_VERSION 1 -#define VK_EXT_METAL_SURFACE_EXTENSION_NAME "VK_EXT_metal_surface" -typedef VkFlags VkMetalSurfaceCreateFlagsEXT; -typedef struct VkMetalSurfaceCreateInfoEXT { - VkStructureType sType; - const void* pNext; - VkMetalSurfaceCreateFlagsEXT flags; - const CAMetalLayer* pLayer; -} VkMetalSurfaceCreateInfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateMetalSurfaceEXT)(VkInstance instance, const VkMetalSurfaceCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateMetalSurfaceEXT( - VkInstance instance, - const VkMetalSurfaceCreateInfoEXT* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_screen.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_screen.h deleted file mode 100644 index f0ef40a6..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_screen.h +++ /dev/null @@ -1,54 +0,0 @@ -#ifndef VULKAN_SCREEN_H_ -#define VULKAN_SCREEN_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_QNX_screen_surface 1 -#define VK_QNX_SCREEN_SURFACE_SPEC_VERSION 1 -#define VK_QNX_SCREEN_SURFACE_EXTENSION_NAME "VK_QNX_screen_surface" -typedef VkFlags VkScreenSurfaceCreateFlagsQNX; -typedef struct VkScreenSurfaceCreateInfoQNX { - VkStructureType sType; - const void* pNext; - VkScreenSurfaceCreateFlagsQNX flags; - struct _screen_context* context; - struct _screen_window* window; -} VkScreenSurfaceCreateInfoQNX; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateScreenSurfaceQNX)(VkInstance instance, const VkScreenSurfaceCreateInfoQNX* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); -typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceScreenPresentationSupportQNX)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct _screen_window* window); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateScreenSurfaceQNX( - VkInstance instance, - const VkScreenSurfaceCreateInfoQNX* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); - -VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceScreenPresentationSupportQNX( - VkPhysicalDevice physicalDevice, - uint32_t queueFamilyIndex, - struct _screen_window* window); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_vi.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_vi.h deleted file mode 100644 index 0355e7a1..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_vi.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef VULKAN_VI_H_ -#define VULKAN_VI_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_NN_vi_surface 1 -#define VK_NN_VI_SURFACE_SPEC_VERSION 1 -#define VK_NN_VI_SURFACE_EXTENSION_NAME "VK_NN_vi_surface" -typedef VkFlags VkViSurfaceCreateFlagsNN; -typedef struct VkViSurfaceCreateInfoNN { - VkStructureType sType; - const void* pNext; - VkViSurfaceCreateFlagsNN flags; - void* window; -} VkViSurfaceCreateInfoNN; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateViSurfaceNN)(VkInstance instance, const VkViSurfaceCreateInfoNN* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateViSurfaceNN( - VkInstance instance, - const VkViSurfaceCreateInfoNN* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_wayland.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_wayland.h deleted file mode 100644 index 9afd0b76..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_wayland.h +++ /dev/null @@ -1,54 +0,0 @@ -#ifndef VULKAN_WAYLAND_H_ -#define VULKAN_WAYLAND_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_KHR_wayland_surface 1 -#define VK_KHR_WAYLAND_SURFACE_SPEC_VERSION 6 -#define VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME "VK_KHR_wayland_surface" -typedef VkFlags VkWaylandSurfaceCreateFlagsKHR; -typedef struct VkWaylandSurfaceCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkWaylandSurfaceCreateFlagsKHR flags; - struct wl_display* display; - struct wl_surface* surface; -} VkWaylandSurfaceCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateWaylandSurfaceKHR)(VkInstance instance, const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); -typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateWaylandSurfaceKHR( - VkInstance instance, - const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); - -VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR( - VkPhysicalDevice physicalDevice, - uint32_t queueFamilyIndex, - struct wl_display* display); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_win32.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_win32.h deleted file mode 100644 index affe0c02..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_win32.h +++ /dev/null @@ -1,315 +0,0 @@ -#ifndef VULKAN_WIN32_H_ -#define VULKAN_WIN32_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_KHR_win32_surface 1 -#define VK_KHR_WIN32_SURFACE_SPEC_VERSION 6 -#define VK_KHR_WIN32_SURFACE_EXTENSION_NAME "VK_KHR_win32_surface" -typedef VkFlags VkWin32SurfaceCreateFlagsKHR; -typedef struct VkWin32SurfaceCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkWin32SurfaceCreateFlagsKHR flags; - HINSTANCE hinstance; - HWND hwnd; -} VkWin32SurfaceCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateWin32SurfaceKHR)(VkInstance instance, const VkWin32SurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); -typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateWin32SurfaceKHR( - VkInstance instance, - const VkWin32SurfaceCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); - -VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWin32PresentationSupportKHR( - VkPhysicalDevice physicalDevice, - uint32_t queueFamilyIndex); -#endif - - -#define VK_KHR_external_memory_win32 1 -#define VK_KHR_EXTERNAL_MEMORY_WIN32_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME "VK_KHR_external_memory_win32" -typedef struct VkImportMemoryWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlagBits handleType; - HANDLE handle; - LPCWSTR name; -} VkImportMemoryWin32HandleInfoKHR; - -typedef struct VkExportMemoryWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - const SECURITY_ATTRIBUTES* pAttributes; - DWORD dwAccess; - LPCWSTR name; -} VkExportMemoryWin32HandleInfoKHR; - -typedef struct VkMemoryWin32HandlePropertiesKHR { - VkStructureType sType; - void* pNext; - uint32_t memoryTypeBits; -} VkMemoryWin32HandlePropertiesKHR; - -typedef struct VkMemoryGetWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - VkDeviceMemory memory; - VkExternalMemoryHandleTypeFlagBits handleType; -} VkMemoryGetWin32HandleInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle); -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandlePropertiesKHR)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32HandlePropertiesKHR* pMemoryWin32HandleProperties); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryWin32HandleKHR( - VkDevice device, - const VkMemoryGetWin32HandleInfoKHR* pGetWin32HandleInfo, - HANDLE* pHandle); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryWin32HandlePropertiesKHR( - VkDevice device, - VkExternalMemoryHandleTypeFlagBits handleType, - HANDLE handle, - VkMemoryWin32HandlePropertiesKHR* pMemoryWin32HandleProperties); -#endif - - -#define VK_KHR_win32_keyed_mutex 1 -#define VK_KHR_WIN32_KEYED_MUTEX_SPEC_VERSION 1 -#define VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME "VK_KHR_win32_keyed_mutex" -typedef struct VkWin32KeyedMutexAcquireReleaseInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t acquireCount; - const VkDeviceMemory* pAcquireSyncs; - const uint64_t* pAcquireKeys; - const uint32_t* pAcquireTimeouts; - uint32_t releaseCount; - const VkDeviceMemory* pReleaseSyncs; - const uint64_t* pReleaseKeys; -} VkWin32KeyedMutexAcquireReleaseInfoKHR; - - - -#define VK_KHR_external_semaphore_win32 1 -#define VK_KHR_EXTERNAL_SEMAPHORE_WIN32_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME "VK_KHR_external_semaphore_win32" -typedef struct VkImportSemaphoreWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - VkSemaphore semaphore; - VkSemaphoreImportFlags flags; - VkExternalSemaphoreHandleTypeFlagBits handleType; - HANDLE handle; - LPCWSTR name; -} VkImportSemaphoreWin32HandleInfoKHR; - -typedef struct VkExportSemaphoreWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - const SECURITY_ATTRIBUTES* pAttributes; - DWORD dwAccess; - LPCWSTR name; -} VkExportSemaphoreWin32HandleInfoKHR; - -typedef struct VkD3D12FenceSubmitInfoKHR { - VkStructureType sType; - const void* pNext; - uint32_t waitSemaphoreValuesCount; - const uint64_t* pWaitSemaphoreValues; - uint32_t signalSemaphoreValuesCount; - const uint64_t* pSignalSemaphoreValues; -} VkD3D12FenceSubmitInfoKHR; - -typedef struct VkSemaphoreGetWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - VkSemaphore semaphore; - VkExternalSemaphoreHandleTypeFlagBits handleType; -} VkSemaphoreGetWin32HandleInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreWin32HandleKHR)(VkDevice device, const VkImportSemaphoreWin32HandleInfoKHR* pImportSemaphoreWin32HandleInfo); -typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkImportSemaphoreWin32HandleKHR( - VkDevice device, - const VkImportSemaphoreWin32HandleInfoKHR* pImportSemaphoreWin32HandleInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreWin32HandleKHR( - VkDevice device, - const VkSemaphoreGetWin32HandleInfoKHR* pGetWin32HandleInfo, - HANDLE* pHandle); -#endif - - -#define VK_KHR_external_fence_win32 1 -#define VK_KHR_EXTERNAL_FENCE_WIN32_SPEC_VERSION 1 -#define VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME "VK_KHR_external_fence_win32" -typedef struct VkImportFenceWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - VkFence fence; - VkFenceImportFlags flags; - VkExternalFenceHandleTypeFlagBits handleType; - HANDLE handle; - LPCWSTR name; -} VkImportFenceWin32HandleInfoKHR; - -typedef struct VkExportFenceWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - const SECURITY_ATTRIBUTES* pAttributes; - DWORD dwAccess; - LPCWSTR name; -} VkExportFenceWin32HandleInfoKHR; - -typedef struct VkFenceGetWin32HandleInfoKHR { - VkStructureType sType; - const void* pNext; - VkFence fence; - VkExternalFenceHandleTypeFlagBits handleType; -} VkFenceGetWin32HandleInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkImportFenceWin32HandleKHR)(VkDevice device, const VkImportFenceWin32HandleInfoKHR* pImportFenceWin32HandleInfo); -typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32HandleInfoKHR* pGetWin32HandleInfo, HANDLE* pHandle); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkImportFenceWin32HandleKHR( - VkDevice device, - const VkImportFenceWin32HandleInfoKHR* pImportFenceWin32HandleInfo); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetFenceWin32HandleKHR( - VkDevice device, - const VkFenceGetWin32HandleInfoKHR* pGetWin32HandleInfo, - HANDLE* pHandle); -#endif - - -#define VK_NV_external_memory_win32 1 -#define VK_NV_EXTERNAL_MEMORY_WIN32_SPEC_VERSION 1 -#define VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME "VK_NV_external_memory_win32" -typedef struct VkImportMemoryWin32HandleInfoNV { - VkStructureType sType; - const void* pNext; - VkExternalMemoryHandleTypeFlagsNV handleType; - HANDLE handle; -} VkImportMemoryWin32HandleInfoNV; - -typedef struct VkExportMemoryWin32HandleInfoNV { - VkStructureType sType; - const void* pNext; - const SECURITY_ATTRIBUTES* pAttributes; - DWORD dwAccess; -} VkExportMemoryWin32HandleInfoNV; - -typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleNV)(VkDevice device, VkDeviceMemory memory, VkExternalMemoryHandleTypeFlagsNV handleType, HANDLE* pHandle); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryWin32HandleNV( - VkDevice device, - VkDeviceMemory memory, - VkExternalMemoryHandleTypeFlagsNV handleType, - HANDLE* pHandle); -#endif - - -#define VK_NV_win32_keyed_mutex 1 -#define VK_NV_WIN32_KEYED_MUTEX_SPEC_VERSION 2 -#define VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME "VK_NV_win32_keyed_mutex" -typedef struct VkWin32KeyedMutexAcquireReleaseInfoNV { - VkStructureType sType; - const void* pNext; - uint32_t acquireCount; - const VkDeviceMemory* pAcquireSyncs; - const uint64_t* pAcquireKeys; - const uint32_t* pAcquireTimeoutMilliseconds; - uint32_t releaseCount; - const VkDeviceMemory* pReleaseSyncs; - const uint64_t* pReleaseKeys; -} VkWin32KeyedMutexAcquireReleaseInfoNV; - - - -#define VK_EXT_full_screen_exclusive 1 -#define VK_EXT_FULL_SCREEN_EXCLUSIVE_SPEC_VERSION 4 -#define VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME "VK_EXT_full_screen_exclusive" - -typedef enum VkFullScreenExclusiveEXT { - VK_FULL_SCREEN_EXCLUSIVE_DEFAULT_EXT = 0, - VK_FULL_SCREEN_EXCLUSIVE_ALLOWED_EXT = 1, - VK_FULL_SCREEN_EXCLUSIVE_DISALLOWED_EXT = 2, - VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT = 3, - VK_FULL_SCREEN_EXCLUSIVE_MAX_ENUM_EXT = 0x7FFFFFFF -} VkFullScreenExclusiveEXT; -typedef struct VkSurfaceFullScreenExclusiveInfoEXT { - VkStructureType sType; - void* pNext; - VkFullScreenExclusiveEXT fullScreenExclusive; -} VkSurfaceFullScreenExclusiveInfoEXT; - -typedef struct VkSurfaceCapabilitiesFullScreenExclusiveEXT { - VkStructureType sType; - void* pNext; - VkBool32 fullScreenExclusiveSupported; -} VkSurfaceCapabilitiesFullScreenExclusiveEXT; - -typedef struct VkSurfaceFullScreenExclusiveWin32InfoEXT { - VkStructureType sType; - const void* pNext; - HMONITOR hmonitor; -} VkSurfaceFullScreenExclusiveWin32InfoEXT; - -typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); -typedef VkResult (VKAPI_PTR *PFN_vkAcquireFullScreenExclusiveModeEXT)(VkDevice device, VkSwapchainKHR swapchain); -typedef VkResult (VKAPI_PTR *PFN_vkReleaseFullScreenExclusiveModeEXT)(VkDevice device, VkSwapchainKHR swapchain); -typedef VkResult (VKAPI_PTR *PFN_vkGetDeviceGroupSurfacePresentModes2EXT)(VkDevice device, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, VkDeviceGroupPresentModeFlagsKHR* pModes); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfacePresentModes2EXT( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, - uint32_t* pPresentModeCount, - VkPresentModeKHR* pPresentModes); - -VKAPI_ATTR VkResult VKAPI_CALL vkAcquireFullScreenExclusiveModeEXT( - VkDevice device, - VkSwapchainKHR swapchain); - -VKAPI_ATTR VkResult VKAPI_CALL vkReleaseFullScreenExclusiveModeEXT( - VkDevice device, - VkSwapchainKHR swapchain); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetDeviceGroupSurfacePresentModes2EXT( - VkDevice device, - const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, - VkDeviceGroupPresentModeFlagsKHR* pModes); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xcb.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xcb.h deleted file mode 100644 index 68e61b88..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xcb.h +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef VULKAN_XCB_H_ -#define VULKAN_XCB_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_KHR_xcb_surface 1 -#define VK_KHR_XCB_SURFACE_SPEC_VERSION 6 -#define VK_KHR_XCB_SURFACE_EXTENSION_NAME "VK_KHR_xcb_surface" -typedef VkFlags VkXcbSurfaceCreateFlagsKHR; -typedef struct VkXcbSurfaceCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkXcbSurfaceCreateFlagsKHR flags; - xcb_connection_t* connection; - xcb_window_t window; -} VkXcbSurfaceCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateXcbSurfaceKHR)(VkInstance instance, const VkXcbSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); -typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t visual_id); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateXcbSurfaceKHR( - VkInstance instance, - const VkXcbSurfaceCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); - -VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXcbPresentationSupportKHR( - VkPhysicalDevice physicalDevice, - uint32_t queueFamilyIndex, - xcb_connection_t* connection, - xcb_visualid_t visual_id); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xlib.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xlib.h deleted file mode 100644 index ea5360ab..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xlib.h +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef VULKAN_XLIB_H_ -#define VULKAN_XLIB_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_KHR_xlib_surface 1 -#define VK_KHR_XLIB_SURFACE_SPEC_VERSION 6 -#define VK_KHR_XLIB_SURFACE_EXTENSION_NAME "VK_KHR_xlib_surface" -typedef VkFlags VkXlibSurfaceCreateFlagsKHR; -typedef struct VkXlibSurfaceCreateInfoKHR { - VkStructureType sType; - const void* pNext; - VkXlibSurfaceCreateFlagsKHR flags; - Display* dpy; - Window window; -} VkXlibSurfaceCreateInfoKHR; - -typedef VkResult (VKAPI_PTR *PFN_vkCreateXlibSurfaceKHR)(VkInstance instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface); -typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy, VisualID visualID); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkCreateXlibSurfaceKHR( - VkInstance instance, - const VkXlibSurfaceCreateInfoKHR* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkSurfaceKHR* pSurface); - -VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXlibPresentationSupportKHR( - VkPhysicalDevice physicalDevice, - uint32_t queueFamilyIndex, - Display* dpy, - VisualID visualID); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xlib_xrandr.h b/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xlib_xrandr.h deleted file mode 100644 index 8fc35cfc..00000000 --- a/external/parallel-rdp-standalone/vulkan-headers/include/vulkan/vulkan_xlib_xrandr.h +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef VULKAN_XLIB_XRANDR_H_ -#define VULKAN_XLIB_XRANDR_H_ 1 - -/* -** Copyright 2015-2022 The Khronos Group Inc. -** -** SPDX-License-Identifier: Apache-2.0 -*/ - -/* -** This header is generated from the Khronos Vulkan XML API Registry. -** -*/ - - -#ifdef __cplusplus -extern "C" { -#endif - - - -#define VK_EXT_acquire_xlib_display 1 -#define VK_EXT_ACQUIRE_XLIB_DISPLAY_SPEC_VERSION 1 -#define VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME "VK_EXT_acquire_xlib_display" -typedef VkResult (VKAPI_PTR *PFN_vkAcquireXlibDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, VkDisplayKHR display); -typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay); - -#ifndef VK_NO_PROTOTYPES -VKAPI_ATTR VkResult VKAPI_CALL vkAcquireXlibDisplayEXT( - VkPhysicalDevice physicalDevice, - Display* dpy, - VkDisplayKHR display); - -VKAPI_ATTR VkResult VKAPI_CALL vkGetRandROutputDisplayEXT( - VkPhysicalDevice physicalDevice, - Display* dpy, - RROutput rrOutput, - VkDisplayKHR* pDisplay); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/external/parallel-rdp-standalone/vulkan/buffer.cpp b/external/parallel-rdp-standalone/vulkan/buffer.cpp deleted file mode 100644 index 63e48533..00000000 --- a/external/parallel-rdp-standalone/vulkan/buffer.cpp +++ /dev/null @@ -1,80 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "buffer.hpp" -#include "device.hpp" - -namespace Vulkan -{ -Buffer::Buffer(Device *device_, VkBuffer buffer_, const DeviceAllocation &alloc_, const BufferCreateInfo &info_) - : Cookie(device_) - , device(device_) - , buffer(buffer_) - , alloc(alloc_) - , info(info_) -{ -} - -Buffer::~Buffer() -{ - if (internal_sync) - { - device->destroy_buffer_nolock(buffer); - device->free_memory_nolock(alloc); - } - else - { - device->destroy_buffer(buffer); - device->free_memory(alloc); - } -} - -void BufferDeleter::operator()(Buffer *buffer) -{ - buffer->device->handle_pool.buffers.free(buffer); -} - -BufferView::BufferView(Device *device_, VkBufferView view_, const BufferViewCreateInfo &create_info_) - : Cookie(device_) - , device(device_) - , view(view_) - , info(create_info_) -{ -} - -BufferView::~BufferView() -{ - if (view != VK_NULL_HANDLE) - { - if (internal_sync) - device->destroy_buffer_view_nolock(view); - else - device->destroy_buffer_view(view); - } -} - -void BufferViewDeleter::operator()(BufferView *view) -{ - view->device->handle_pool.buffer_views.free(view); -} - -} diff --git a/external/parallel-rdp-standalone/vulkan/buffer.hpp b/external/parallel-rdp-standalone/vulkan/buffer.hpp deleted file mode 100644 index 3005e2a2..00000000 --- a/external/parallel-rdp-standalone/vulkan/buffer.hpp +++ /dev/null @@ -1,186 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "cookie.hpp" -#include "vulkan_common.hpp" -#include "memory_allocator.hpp" - -namespace Vulkan -{ -class Device; - -static inline VkPipelineStageFlags buffer_usage_to_possible_stages(VkBufferUsageFlags usage) -{ - VkPipelineStageFlags flags = 0; - if (usage & (VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT)) - flags |= VK_PIPELINE_STAGE_TRANSFER_BIT; - if (usage & (VK_BUFFER_USAGE_VERTEX_BUFFER_BIT | VK_BUFFER_USAGE_INDEX_BUFFER_BIT)) - flags |= VK_PIPELINE_STAGE_VERTEX_INPUT_BIT; - if (usage & VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT) - flags |= VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT; - if (usage & (VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT | VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT | - VK_BUFFER_USAGE_STORAGE_TEXEL_BUFFER_BIT)) - flags |= VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT | VK_PIPELINE_STAGE_VERTEX_SHADER_BIT | - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; - if (usage & VK_BUFFER_USAGE_STORAGE_BUFFER_BIT) - flags |= VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT; - - return flags; -} - -static inline VkAccessFlags buffer_usage_to_possible_access(VkBufferUsageFlags usage) -{ - VkAccessFlags flags = 0; - if (usage & (VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT)) - flags |= VK_ACCESS_TRANSFER_READ_BIT | VK_ACCESS_TRANSFER_WRITE_BIT; - if (usage & VK_BUFFER_USAGE_VERTEX_BUFFER_BIT) - flags |= VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT; - if (usage & VK_BUFFER_USAGE_INDEX_BUFFER_BIT) - flags |= VK_ACCESS_INDEX_READ_BIT; - if (usage & VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT) - flags |= VK_ACCESS_INDIRECT_COMMAND_READ_BIT; - if (usage & VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT) - flags |= VK_ACCESS_UNIFORM_READ_BIT; - if (usage & VK_BUFFER_USAGE_STORAGE_BUFFER_BIT) - flags |= VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT; - - return flags; -} - -enum class BufferDomain -{ - Device, // Device local. Probably not visible from CPU. - LinkedDeviceHost, // On desktop, directly mapped VRAM over PCI. - LinkedDeviceHostPreferDevice, // Prefer device local of host visible. - Host, // Host-only, needs to be synced to GPU. Might be device local as well on iGPUs. - CachedHost, - CachedCoherentHostPreferCoherent, // Aim for both cached and coherent, but prefer COHERENT - CachedCoherentHostPreferCached, // Aim for both cached and coherent, but prefer CACHED -}; - -enum BufferMiscFlagBits -{ - BUFFER_MISC_ZERO_INITIALIZE_BIT = 1 << 0 -}; - -using BufferMiscFlags = uint32_t; - -struct BufferCreateInfo -{ - BufferDomain domain = BufferDomain::Device; - VkDeviceSize size = 0; - VkBufferUsageFlags usage = 0; - BufferMiscFlags misc = 0; -}; - -class Buffer; -struct BufferDeleter -{ - void operator()(Buffer *buffer); -}; - -class BufferView; -struct BufferViewDeleter -{ - void operator()(BufferView *view); -}; - -class Buffer : public Util::IntrusivePtrEnabled, - public Cookie, public InternalSyncEnabled -{ -public: - friend struct BufferDeleter; - ~Buffer(); - - VkBuffer get_buffer() const - { - return buffer; - } - - const BufferCreateInfo &get_create_info() const - { - return info; - } - - DeviceAllocation &get_allocation() - { - return alloc; - } - - const DeviceAllocation &get_allocation() const - { - return alloc; - } - -private: - friend class Util::ObjectPool; - Buffer(Device *device, VkBuffer buffer, const DeviceAllocation &alloc, const BufferCreateInfo &info); - - Device *device; - VkBuffer buffer; - DeviceAllocation alloc; - BufferCreateInfo info; -}; -using BufferHandle = Util::IntrusivePtr; - -struct BufferViewCreateInfo -{ - const Buffer *buffer; - VkFormat format; - VkDeviceSize offset; - VkDeviceSize range; -}; - -class BufferView : public Util::IntrusivePtrEnabled, - public Cookie, public InternalSyncEnabled -{ -public: - friend struct BufferViewDeleter; - ~BufferView(); - - VkBufferView get_view() const - { - return view; - } - - const BufferViewCreateInfo &get_create_info() - { - return info; - } - - const Buffer &get_buffer() const - { - return *info.buffer; - } - -private: - friend class Util::ObjectPool; - BufferView(Device *device, VkBufferView view, const BufferViewCreateInfo &info); - - Device *device; - VkBufferView view; - BufferViewCreateInfo info; -}; -using BufferViewHandle = Util::IntrusivePtr; -} diff --git a/external/parallel-rdp-standalone/vulkan/buffer_pool.cpp b/external/parallel-rdp-standalone/vulkan/buffer_pool.cpp deleted file mode 100644 index c746d430..00000000 --- a/external/parallel-rdp-standalone/vulkan/buffer_pool.cpp +++ /dev/null @@ -1,137 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "buffer_pool.hpp" -#include "device.hpp" -#include - -using namespace std; - -namespace Vulkan -{ -void BufferPool::init(Device *device_, VkDeviceSize block_size_, - VkDeviceSize alignment_, VkBufferUsageFlags usage_, - bool need_device_local_) -{ - device = device_; - block_size = block_size_; - alignment = alignment_; - usage = usage_; - need_device_local = need_device_local_; -} - -void BufferPool::set_spill_region_size(VkDeviceSize spill_size_) -{ - spill_size = spill_size_; -} - -void BufferPool::set_max_retained_blocks(size_t max_blocks) -{ - max_retained_blocks = max_blocks; -} - -BufferBlock::~BufferBlock() -{ -} - -void BufferPool::reset() -{ - blocks.clear(); -} - -BufferBlock BufferPool::allocate_block(VkDeviceSize size) -{ - BufferDomain ideal_domain = need_device_local ? - BufferDomain::Device : - ((usage & VK_BUFFER_USAGE_TRANSFER_SRC_BIT) != 0) ? BufferDomain::Host : BufferDomain::LinkedDeviceHost; - - VkBufferUsageFlags extra_usage = ideal_domain == BufferDomain::Device ? VK_BUFFER_USAGE_TRANSFER_DST_BIT : 0; - - BufferBlock block; - - BufferCreateInfo info; - info.domain = ideal_domain; - info.size = size; - info.usage = usage | extra_usage; - - block.gpu = device->create_buffer(info, nullptr); - device->set_name(*block.gpu, "chain-allocated-block-gpu"); - block.gpu->set_internal_sync_object(); - - // Try to map it, will fail unless the memory is host visible. - block.mapped = static_cast(device->map_host_buffer(*block.gpu, MEMORY_ACCESS_WRITE_BIT)); - if (!block.mapped) - { - // Fall back to host memory, and remember to sync to gpu on submission time using DMA queue. :) - BufferCreateInfo cpu_info; - cpu_info.domain = BufferDomain::Host; - cpu_info.size = size; - cpu_info.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT; - - block.cpu = device->create_buffer(cpu_info, nullptr); - block.cpu->set_internal_sync_object(); - device->set_name(*block.cpu, "chain-allocated-block-cpu"); - block.mapped = static_cast(device->map_host_buffer(*block.cpu, MEMORY_ACCESS_WRITE_BIT)); - } - else - block.cpu = block.gpu; - - block.offset = 0; - block.alignment = alignment; - block.size = size; - block.spill_size = spill_size; - return block; -} - -BufferBlock BufferPool::request_block(VkDeviceSize minimum_size) -{ - if ((minimum_size > block_size) || blocks.empty()) - { - return allocate_block(max(block_size, minimum_size)); - } - else - { - auto back = move(blocks.back()); - blocks.pop_back(); - - back.mapped = static_cast(device->map_host_buffer(*back.cpu, MEMORY_ACCESS_WRITE_BIT)); - back.offset = 0; - return back; - } -} - -void BufferPool::recycle_block(BufferBlock &block) -{ - VK_ASSERT(block.size == block_size); - - if (blocks.size() < max_retained_blocks) - blocks.push_back(move(block)); - else - block = {}; -} - -BufferPool::~BufferPool() -{ - VK_ASSERT(blocks.empty()); -} - -} diff --git a/external/parallel-rdp-standalone/vulkan/buffer_pool.hpp b/external/parallel-rdp-standalone/vulkan/buffer_pool.hpp deleted file mode 100644 index 6b8f79c1..00000000 --- a/external/parallel-rdp-standalone/vulkan/buffer_pool.hpp +++ /dev/null @@ -1,102 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include "intrusive.hpp" -#include -#include - -namespace Vulkan -{ -class Device; -class Buffer; - -struct BufferBlockAllocation -{ - uint8_t *host; - VkDeviceSize offset; - VkDeviceSize padded_size; -}; - -struct BufferBlock -{ - ~BufferBlock(); - Util::IntrusivePtr gpu; - Util::IntrusivePtr cpu; - VkDeviceSize offset = 0; - VkDeviceSize alignment = 0; - VkDeviceSize size = 0; - VkDeviceSize spill_size = 0; - uint8_t *mapped = nullptr; - - BufferBlockAllocation allocate(VkDeviceSize allocate_size) - { - auto aligned_offset = (offset + alignment - 1) & ~(alignment - 1); - if (aligned_offset + allocate_size <= size) - { - auto *ret = mapped + aligned_offset; - offset = aligned_offset + allocate_size; - - VkDeviceSize padded_size = std::max(allocate_size, spill_size); - padded_size = std::min(padded_size, size - aligned_offset); - - return { ret, aligned_offset, padded_size }; - } - else - return { nullptr, 0, 0 }; - } -}; - -class BufferPool -{ -public: - ~BufferPool(); - void init(Device *device, VkDeviceSize block_size, VkDeviceSize alignment, VkBufferUsageFlags usage, bool need_device_local); - void reset(); - - // Used for allocating UBOs, where we want to specify a fixed size for range, - // and we need to make sure we don't allocate beyond the block. - void set_spill_region_size(VkDeviceSize spill_size); - void set_max_retained_blocks(size_t max_blocks); - - VkDeviceSize get_block_size() const - { - return block_size; - } - - BufferBlock request_block(VkDeviceSize minimum_size); - void recycle_block(BufferBlock &block); - -private: - Device *device = nullptr; - VkDeviceSize block_size = 0; - VkDeviceSize alignment = 0; - VkDeviceSize spill_size = 0; - VkBufferUsageFlags usage = 0; - size_t max_retained_blocks = 0; - std::vector blocks; - BufferBlock allocate_block(VkDeviceSize size); - bool need_device_local = false; -}; -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/vulkan/command_buffer.cpp b/external/parallel-rdp-standalone/vulkan/command_buffer.cpp deleted file mode 100644 index e7327090..00000000 --- a/external/parallel-rdp-standalone/vulkan/command_buffer.cpp +++ /dev/null @@ -1,2563 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "command_buffer.hpp" -#include "device.hpp" -#include "format.hpp" -#include "thread_id.hpp" -#include "vulkan_prerotate.hpp" -#include - -//#define FULL_BACKTRACE_CHECKPOINTS -#ifdef FULL_BACKTRACE_CHECKPOINTS -#ifdef __linux__ -#include -#endif -#include -#endif - -using namespace std; -using namespace Util; - -namespace Vulkan -{ -CommandBuffer::CommandBuffer(Device *device_, VkCommandBuffer cmd_, VkPipelineCache cache, Type type_) - : device(device_) - , table(device_->get_device_table()) - , cmd(cmd_) - , type(type_) -{ - pipeline_state.cache = cache; - begin_compute(); - set_opaque_state(); - memset(&pipeline_state.static_state, 0, sizeof(pipeline_state.static_state)); - memset(&bindings, 0, sizeof(bindings)); - - // Set up extra state which PSO creation depends on implicitly. - // This needs to affect hashing to make Fossilize path behave as expected. - auto &features = device->get_device_features(); - pipeline_state.subgroup_size_tag = - (features.subgroup_size_control_properties.minSubgroupSize << 0) | - (features.subgroup_size_control_properties.maxSubgroupSize << 8); -} - -CommandBuffer::~CommandBuffer() -{ - VK_ASSERT(vbo_block.mapped == nullptr); - VK_ASSERT(ibo_block.mapped == nullptr); - VK_ASSERT(ubo_block.mapped == nullptr); - VK_ASSERT(staging_block.mapped == nullptr); -} - -void CommandBuffer::fill_buffer(const Buffer &dst, uint32_t value) -{ - fill_buffer(dst, value, 0, VK_WHOLE_SIZE); -} - -void CommandBuffer::fill_buffer(const Buffer &dst, uint32_t value, VkDeviceSize offset, VkDeviceSize size) -{ - table.vkCmdFillBuffer(cmd, dst.get_buffer(), offset, size, value); -} - -void CommandBuffer::copy_buffer(const Buffer &dst, VkDeviceSize dst_offset, const Buffer &src, VkDeviceSize src_offset, - VkDeviceSize size) -{ - const VkBufferCopy region = { - src_offset, dst_offset, size, - }; - table.vkCmdCopyBuffer(cmd, src.get_buffer(), dst.get_buffer(), 1, ®ion); -} - -void CommandBuffer::copy_buffer(const Buffer &dst, const Buffer &src) -{ - VK_ASSERT(dst.get_create_info().size == src.get_create_info().size); - copy_buffer(dst, 0, src, 0, dst.get_create_info().size); -} - -void CommandBuffer::copy_buffer(const Buffer &dst, const Buffer &src, const VkBufferCopy *copies, size_t count) -{ - table.vkCmdCopyBuffer(cmd, src.get_buffer(), dst.get_buffer(), count, copies); -} - -void CommandBuffer::copy_image(const Vulkan::Image &dst, const Vulkan::Image &src, const VkOffset3D &dst_offset, - const VkOffset3D &src_offset, const VkExtent3D &extent, - const VkImageSubresourceLayers &dst_subresource, - const VkImageSubresourceLayers &src_subresource) -{ - VkImageCopy region = {}; - region.dstOffset = dst_offset; - region.srcOffset = src_offset; - region.extent = extent; - region.srcSubresource = src_subresource; - region.dstSubresource = dst_subresource; - - table.vkCmdCopyImage(cmd, src.get_image(), src.get_layout(VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL), - dst.get_image(), dst.get_layout(VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL), - 1, ®ion); -} - -void CommandBuffer::copy_image(const Image &dst, const Image &src) -{ - uint32_t levels = src.get_create_info().levels; - VK_ASSERT(src.get_create_info().levels == dst.get_create_info().levels); - VK_ASSERT(src.get_create_info().width == dst.get_create_info().width); - VK_ASSERT(src.get_create_info().height == dst.get_create_info().height); - VK_ASSERT(src.get_create_info().depth == dst.get_create_info().depth); - VK_ASSERT(src.get_create_info().type == dst.get_create_info().type); - VK_ASSERT(src.get_create_info().layers == dst.get_create_info().layers); - VK_ASSERT(src.get_create_info().levels == dst.get_create_info().levels); - - VkImageCopy regions[32] = {}; - - for (uint32_t i = 0; i < levels; i++) - { - auto ®ion = regions[i]; - region.extent.width = src.get_create_info().width; - region.extent.height = src.get_create_info().height; - region.extent.depth = src.get_create_info().depth; - region.srcSubresource.aspectMask = format_to_aspect_mask(src.get_format()); - region.srcSubresource.layerCount = src.get_create_info().layers; - region.dstSubresource.aspectMask = format_to_aspect_mask(dst.get_format()); - region.dstSubresource.layerCount = dst.get_create_info().layers; - region.srcSubresource.mipLevel = i; - region.dstSubresource.mipLevel = i; - VK_ASSERT(region.srcSubresource.aspectMask == region.dstSubresource.aspectMask); - } - - table.vkCmdCopyImage(cmd, src.get_image(), src.get_layout(VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL), - dst.get_image(), dst.get_layout(VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL), - levels, regions); -} - -void CommandBuffer::copy_buffer_to_image(const Image &image, const Buffer &buffer, unsigned num_blits, - const VkBufferImageCopy *blits) -{ - table.vkCmdCopyBufferToImage(cmd, buffer.get_buffer(), - image.get_image(), image.get_layout(VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL), num_blits, blits); -} - -void CommandBuffer::copy_image_to_buffer(const Buffer &buffer, const Image &image, unsigned num_blits, - const VkBufferImageCopy *blits) -{ - table.vkCmdCopyImageToBuffer(cmd, image.get_image(), image.get_layout(VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL), - buffer.get_buffer(), num_blits, blits); -} - -void CommandBuffer::copy_buffer_to_image(const Image &image, const Buffer &src, VkDeviceSize buffer_offset, - const VkOffset3D &offset, const VkExtent3D &extent, unsigned row_length, - unsigned slice_height, const VkImageSubresourceLayers &subresource) -{ - const VkBufferImageCopy region = { - buffer_offset, - row_length, slice_height, - subresource, offset, extent, - }; - table.vkCmdCopyBufferToImage(cmd, src.get_buffer(), image.get_image(), image.get_layout(VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL), - 1, ®ion); -} - -void CommandBuffer::copy_image_to_buffer(const Buffer &buffer, const Image &image, VkDeviceSize buffer_offset, - const VkOffset3D &offset, const VkExtent3D &extent, unsigned row_length, - unsigned slice_height, const VkImageSubresourceLayers &subresource) -{ - const VkBufferImageCopy region = { - buffer_offset, - row_length, slice_height, - subresource, offset, extent, - }; - table.vkCmdCopyImageToBuffer(cmd, image.get_image(), image.get_layout(VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL), - buffer.get_buffer(), 1, ®ion); -} - -void CommandBuffer::clear_image(const Image &image, const VkClearValue &value) -{ - auto aspect = format_to_aspect_mask(image.get_format()); - clear_image(image, value, aspect); -} - -void CommandBuffer::clear_image(const Image &image, const VkClearValue &value, VkImageAspectFlags aspect) -{ - VK_ASSERT(!framebuffer); - VK_ASSERT(!actual_render_pass); - - VkImageSubresourceRange range = {}; - range.aspectMask = aspect; - range.baseArrayLayer = 0; - range.baseMipLevel = 0; - range.levelCount = image.get_create_info().levels; - range.layerCount = image.get_create_info().layers; - if (aspect & (VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT)) - { - table.vkCmdClearDepthStencilImage(cmd, image.get_image(), image.get_layout(VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL), - &value.depthStencil, 1, &range); - } - else - { - table.vkCmdClearColorImage(cmd, image.get_image(), image.get_layout(VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL), - &value.color, 1, &range); - } -} - -void CommandBuffer::clear_quad(unsigned attachment, const VkClearRect &rect, const VkClearValue &value, - VkImageAspectFlags aspect) -{ - VK_ASSERT(framebuffer); - VK_ASSERT(actual_render_pass); - VkClearAttachment att = {}; - att.clearValue = value; - att.colorAttachment = attachment; - att.aspectMask = aspect; - table.vkCmdClearAttachments(cmd, 1, &att, 1, &rect); -} - -void CommandBuffer::clear_quad(const VkClearRect &rect, const VkClearAttachment *attachments, unsigned num_attachments) -{ - VK_ASSERT(framebuffer); - VK_ASSERT(actual_render_pass); - table.vkCmdClearAttachments(cmd, num_attachments, attachments, 1, &rect); -} - -void CommandBuffer::full_barrier() -{ - VK_ASSERT(!actual_render_pass); - VK_ASSERT(!framebuffer); - barrier(VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, - VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT | VK_ACCESS_SHADER_WRITE_BIT | - VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, - VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT | VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT | - VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_BIT | - VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_TRANSFER_READ_BIT | VK_ACCESS_TRANSFER_WRITE_BIT); -} - -void CommandBuffer::pixel_barrier() -{ - VK_ASSERT(actual_render_pass); - VK_ASSERT(framebuffer); - VkMemoryBarrier barrier = { VK_STRUCTURE_TYPE_MEMORY_BARRIER }; - barrier.srcAccessMask = VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; - barrier.dstAccessMask = VK_ACCESS_INPUT_ATTACHMENT_READ_BIT; - table.vkCmdPipelineBarrier(cmd, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, - VK_DEPENDENCY_BY_REGION_BIT, 1, &barrier, 0, nullptr, 0, nullptr); -} - -static inline void fixup_src_stage(VkPipelineStageFlags &src_stages, bool fixup) -{ - // ALL_GRAPHICS_BIT waits for vertex as well which causes performance issues on some drivers. - // It shouldn't matter, but hey. - // - // We aren't using vertex with side-effects on relevant hardware so dropping VERTEX_SHADER_BIT is fine. - if ((src_stages & VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT) != 0 && fixup) - { - src_stages &= ~VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT; - src_stages |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT | - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT | - VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - } -} - -void CommandBuffer::barrier(VkPipelineStageFlags src_stages, VkAccessFlags src_access, VkPipelineStageFlags dst_stages, - VkAccessFlags dst_access) -{ - VK_ASSERT(!actual_render_pass); - VK_ASSERT(!framebuffer); - VkMemoryBarrier barrier = { VK_STRUCTURE_TYPE_MEMORY_BARRIER }; - barrier.srcAccessMask = src_access; - barrier.dstAccessMask = dst_access; - fixup_src_stage(src_stages, device->get_workarounds().optimize_all_graphics_barrier); - table.vkCmdPipelineBarrier(cmd, src_stages, dst_stages, 0, 1, &barrier, 0, nullptr, 0, nullptr); -} - -void CommandBuffer::barrier(VkPipelineStageFlags src_stages, VkPipelineStageFlags dst_stages, unsigned barriers, - const VkMemoryBarrier *globals, unsigned buffer_barriers, - const VkBufferMemoryBarrier *buffers, unsigned image_barriers, - const VkImageMemoryBarrier *images) -{ - VK_ASSERT(!actual_render_pass); - VK_ASSERT(!framebuffer); - fixup_src_stage(src_stages, device->get_workarounds().optimize_all_graphics_barrier); - table.vkCmdPipelineBarrier(cmd, src_stages, dst_stages, 0, barriers, globals, buffer_barriers, buffers, image_barriers, images); -} - -void CommandBuffer::buffer_barrier(const Buffer &buffer, VkPipelineStageFlags src_stages, VkAccessFlags src_access, - VkPipelineStageFlags dst_stages, VkAccessFlags dst_access) -{ - VK_ASSERT(!actual_render_pass); - VK_ASSERT(!framebuffer); - VkBufferMemoryBarrier barrier = { VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER }; - barrier.srcAccessMask = src_access; - barrier.dstAccessMask = dst_access; - barrier.buffer = buffer.get_buffer(); - barrier.offset = 0; - barrier.size = buffer.get_create_info().size; - - fixup_src_stage(src_stages, device->get_workarounds().optimize_all_graphics_barrier); - table.vkCmdPipelineBarrier(cmd, src_stages, dst_stages, 0, 0, nullptr, 1, &barrier, 0, nullptr); -} - -void CommandBuffer::image_barrier(const Image &image, VkImageLayout old_layout, VkImageLayout new_layout, - VkPipelineStageFlags src_stages, VkAccessFlags src_access, - VkPipelineStageFlags dst_stages, VkAccessFlags dst_access) -{ - VK_ASSERT(!actual_render_pass); - VK_ASSERT(!framebuffer); - VK_ASSERT(image.get_create_info().domain != ImageDomain::Transient); - - VkImageMemoryBarrier barrier = { VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER }; - barrier.srcAccessMask = src_access; - barrier.dstAccessMask = dst_access; - barrier.oldLayout = old_layout; - barrier.newLayout = new_layout; - barrier.image = image.get_image(); - barrier.subresourceRange.aspectMask = format_to_aspect_mask(image.get_create_info().format); - barrier.subresourceRange.levelCount = image.get_create_info().levels; - barrier.subresourceRange.layerCount = image.get_create_info().layers; - barrier.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - barrier.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - - fixup_src_stage(src_stages, device->get_workarounds().optimize_all_graphics_barrier); - table.vkCmdPipelineBarrier(cmd, src_stages, dst_stages, 0, 0, nullptr, 0, nullptr, 1, &barrier); -} - -void CommandBuffer::buffer_barriers(VkPipelineStageFlags src_stages, VkPipelineStageFlags dst_stages, - unsigned buffer_barriers, const VkBufferMemoryBarrier *buffers) -{ - barrier(src_stages, dst_stages, 0, nullptr, buffer_barriers, buffers, 0, nullptr); -} - -void CommandBuffer::image_barriers(VkPipelineStageFlags src_stages, VkPipelineStageFlags dst_stages, - unsigned image_barriers, const VkImageMemoryBarrier *images) -{ - barrier(src_stages, dst_stages, 0, nullptr, 0, nullptr, image_barriers, images); -} - -void CommandBuffer::barrier_prepare_generate_mipmap(const Image &image, VkImageLayout base_level_layout, - VkPipelineStageFlags src_stage, VkAccessFlags src_access, - bool need_top_level_barrier) -{ - auto &create_info = image.get_create_info(); - VkImageMemoryBarrier barriers[2] = {}; - VK_ASSERT(create_info.levels > 1); - (void)create_info; - - for (unsigned i = 0; i < 2; i++) - { - barriers[i].sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER; - barriers[i].image = image.get_image(); - barriers[i].subresourceRange.aspectMask = format_to_aspect_mask(image.get_format()); - barriers[i].subresourceRange.layerCount = image.get_create_info().layers; - barriers[i].srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - barriers[i].dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - - if (i == 0) - { - barriers[i].oldLayout = base_level_layout; - barriers[i].newLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; - barriers[i].srcAccessMask = src_access; - barriers[i].dstAccessMask = VK_ACCESS_TRANSFER_READ_BIT; - barriers[i].subresourceRange.baseMipLevel = 0; - barriers[i].subresourceRange.levelCount = 1; - } - else - { - barriers[i].oldLayout = VK_IMAGE_LAYOUT_UNDEFINED; - barriers[i].newLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; - barriers[i].srcAccessMask = 0; - barriers[i].dstAccessMask = VK_ACCESS_TRANSFER_WRITE_BIT; - barriers[i].subresourceRange.baseMipLevel = 1; - barriers[i].subresourceRange.levelCount = image.get_create_info().levels - 1; - } - } - - barrier(src_stage, VK_PIPELINE_STAGE_TRANSFER_BIT, 0, nullptr, 0, nullptr, - need_top_level_barrier ? 2 : 1, - need_top_level_barrier ? barriers : barriers + 1); -} - -void CommandBuffer::generate_mipmap(const Image &image) -{ - auto &create_info = image.get_create_info(); - VkOffset3D size = { int(create_info.width), int(create_info.height), int(create_info.depth) }; - const VkOffset3D origin = { 0, 0, 0 }; - - VK_ASSERT(image.get_layout(VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL) == VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); - - VkImageMemoryBarrier b = { VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER }; - b.image = image.get_image(); - b.subresourceRange.levelCount = 1; - b.subresourceRange.layerCount = image.get_create_info().layers; - b.subresourceRange.aspectMask = format_to_aspect_mask(image.get_format()); - b.oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; - b.newLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; - b.srcAccessMask = VK_ACCESS_TRANSFER_WRITE_BIT; - b.dstAccessMask = VK_ACCESS_TRANSFER_READ_BIT; - b.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - b.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - - for (unsigned i = 1; i < create_info.levels; i++) - { - VkOffset3D src_size = size; - size.x = max(size.x >> 1, 1); - size.y = max(size.y >> 1, 1); - size.z = max(size.z >> 1, 1); - - blit_image(image, image, - origin, size, origin, src_size, i, i - 1, 0, 0, create_info.layers, VK_FILTER_LINEAR); - - b.subresourceRange.baseMipLevel = i; - barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, - 0, nullptr, 0, nullptr, 1, &b); - } -} - -void CommandBuffer::blit_image(const Image &dst, const Image &src, - const VkOffset3D &dst_offset, - const VkOffset3D &dst_extent, const VkOffset3D &src_offset, const VkOffset3D &src_extent, - unsigned dst_level, unsigned src_level, unsigned dst_base_layer, unsigned src_base_layer, - unsigned num_layers, VkFilter filter) -{ - const auto add_offset = [](const VkOffset3D &a, const VkOffset3D &b) -> VkOffset3D { - return { a.x + b.x, a.y + b.y, a.z + b.z }; - }; - -#if 0 - const VkImageBlit blit = { - { format_to_aspect_mask(src.get_create_info().format), src_level, src_base_layer, num_layers }, - { src_offset, add_offset(src_offset, src_extent) }, - { format_to_aspect_mask(dst.get_create_info().format), dst_level, dst_base_layer, num_layers }, - { dst_offset, add_offset(dst_offset, dst_extent) }, - }; - - table.vkCmdBlitImage(cmd, - src.get_image(), src.get_layout(VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL), - dst.get_image(), dst.get_layout(VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL), - 1, &blit, filter); -#else - // RADV workaround. - for (unsigned i = 0; i < num_layers; i++) - { - const VkImageBlit blit = { - { format_to_aspect_mask(src.get_create_info().format), src_level, src_base_layer + i, 1 }, - { src_offset, add_offset(src_offset, src_extent) }, - { format_to_aspect_mask(dst.get_create_info().format), dst_level, dst_base_layer + i, 1 }, - { dst_offset, add_offset(dst_offset, dst_extent) }, - }; - - table.vkCmdBlitImage(cmd, - src.get_image(), src.get_layout(VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL), - dst.get_image(), dst.get_layout(VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL), - 1, &blit, filter); - } -#endif -} - -void CommandBuffer::begin_context() -{ - dirty = ~0u; - dirty_sets = ~0u; - dirty_vbos = ~0u; - current_pipeline = {}; - current_pipeline_layout = VK_NULL_HANDLE; - current_layout = nullptr; - pipeline_state.program = nullptr; - pipeline_state.potential_static_state.spec_constant_mask = 0; - memset(bindings.cookies, 0, sizeof(bindings.cookies)); - memset(bindings.secondary_cookies, 0, sizeof(bindings.secondary_cookies)); - memset(&index_state, 0, sizeof(index_state)); - memset(vbo.buffers, 0, sizeof(vbo.buffers)); - - if (debug_channel_buffer) - set_storage_buffer(VULKAN_NUM_DESCRIPTOR_SETS - 1, VULKAN_NUM_BINDINGS - 1, *debug_channel_buffer); -} - -void CommandBuffer::begin_compute() -{ - is_compute = true; - begin_context(); -} - -void CommandBuffer::begin_graphics() -{ - is_compute = false; - begin_context(); - - // Vertex shaders which support prerotate are expected to include inc/prerotate.h and - // call prerotate_fixup_clip_xy(). - if (current_framebuffer_surface_transform != VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR) - set_surface_transform_specialization_constants(0); -} - -void CommandBuffer::init_viewport_scissor(const RenderPassInfo &info, const Framebuffer *fb) -{ - VkRect2D rect = info.render_area; - - uint32_t fb_width = fb->get_width(); - uint32_t fb_height = fb->get_height(); - - rect.offset.x = min(fb_width, uint32_t(rect.offset.x)); - rect.offset.y = min(fb_height, uint32_t(rect.offset.y)); - rect.extent.width = min(fb_width - rect.offset.x, rect.extent.width); - rect.extent.height = min(fb_height - rect.offset.y, rect.extent.height); - - if (surface_transform_swaps_xy(current_framebuffer_surface_transform)) - rect2d_swap_xy(rect); - - viewport = { - float(rect.offset.x), float(rect.offset.y), - float(rect.extent.width), float(rect.extent.height), - 0.0f, 1.0f - }; - scissor = rect; -} - -CommandBufferHandle CommandBuffer::request_secondary_command_buffer(Device &device, const RenderPassInfo &info, - unsigned thread_index, unsigned subpass) -{ - auto *fb = &device.request_framebuffer(info); - auto cmd = device.request_secondary_command_buffer_for_thread(thread_index, fb, subpass); - cmd->init_surface_transform(info); - cmd->begin_graphics(); - - cmd->framebuffer = fb; - cmd->pipeline_state.compatible_render_pass = &fb->get_compatible_render_pass(); - cmd->actual_render_pass = &device.request_render_pass(info, false); - - unsigned i; - for (i = 0; i < info.num_color_attachments; i++) - cmd->framebuffer_attachments[i] = info.color_attachments[i]; - if (info.depth_stencil) - cmd->framebuffer_attachments[i++] = info.depth_stencil; - - cmd->init_viewport_scissor(info, fb); - cmd->pipeline_state.subpass_index = subpass; - cmd->current_contents = VK_SUBPASS_CONTENTS_INLINE; - - return cmd; -} - -CommandBufferHandle CommandBuffer::request_secondary_command_buffer(unsigned thread_index_, unsigned subpass_) -{ - VK_ASSERT(framebuffer); - VK_ASSERT(!is_secondary); - - auto secondary_cmd = device->request_secondary_command_buffer_for_thread(thread_index_, framebuffer, subpass_); - secondary_cmd->begin_graphics(); - - secondary_cmd->framebuffer = framebuffer; - secondary_cmd->pipeline_state.compatible_render_pass = pipeline_state.compatible_render_pass; - secondary_cmd->actual_render_pass = actual_render_pass; - memcpy(secondary_cmd->framebuffer_attachments, framebuffer_attachments, sizeof(framebuffer_attachments)); - - secondary_cmd->pipeline_state.subpass_index = subpass_; - secondary_cmd->viewport = viewport; - secondary_cmd->scissor = scissor; - secondary_cmd->current_contents = VK_SUBPASS_CONTENTS_INLINE; - - return secondary_cmd; -} - -void CommandBuffer::submit_secondary(CommandBufferHandle secondary) -{ - VK_ASSERT(!is_secondary); - VK_ASSERT(secondary->is_secondary); - VK_ASSERT(pipeline_state.subpass_index == secondary->pipeline_state.subpass_index); - VK_ASSERT(current_contents == VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS); - - device->submit_secondary(*this, *secondary); -} - -void CommandBuffer::next_subpass(VkSubpassContents contents) -{ - VK_ASSERT(framebuffer); - VK_ASSERT(pipeline_state.compatible_render_pass); - VK_ASSERT(actual_render_pass); - pipeline_state.subpass_index++; - VK_ASSERT(pipeline_state.subpass_index < actual_render_pass->get_num_subpasses()); - table.vkCmdNextSubpass(cmd, contents); - current_contents = contents; - begin_graphics(); -} - -void CommandBuffer::set_surface_transform_specialization_constants(unsigned base_index) -{ - float transform[4]; - - set_specialization_constant_mask(0xf << base_index); - build_prerotate_matrix_2x2(current_framebuffer_surface_transform, transform); - for (unsigned i = 0; i < 4; i++) - set_specialization_constant(base_index + i, transform[i]); -} - -void CommandBuffer::init_surface_transform(const RenderPassInfo &info) -{ - // Validate that all prerotate state matches, unless the attachments are transient, since we don't really care, - // and it gets messy to forward rotation state to them. - VkSurfaceTransformFlagBitsKHR prerorate = VK_SURFACE_TRANSFORM_FLAG_BITS_MAX_ENUM_KHR; - for (unsigned i = 0; i < info.num_color_attachments; i++) - { - auto usage = info.color_attachments[i]->get_image().get_create_info().usage; - if ((usage & VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT) == 0) - { - auto image_prerotate = info.color_attachments[i]->get_image().get_surface_transform(); - if (prerorate == VK_SURFACE_TRANSFORM_FLAG_BITS_MAX_ENUM_KHR) - { - prerorate = image_prerotate; - } - else if (prerorate != image_prerotate) - { - LOGE("Mismatch in prerotate state for color attachment %u! (%u != %u)\n", - i, unsigned(prerorate), unsigned(image_prerotate)); - } - } - } - - if (prerorate != VK_SURFACE_TRANSFORM_FLAG_BITS_MAX_ENUM_KHR && info.depth_stencil) - { - auto usage = info.depth_stencil->get_image().get_create_info().usage; - if ((usage & VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT) == 0) - { - auto image_prerotate = info.depth_stencil->get_image().get_surface_transform(); - if (prerorate != image_prerotate) - LOGE("Mismatch in prerotate state for depth-stencil! (%u != %u)\n", unsigned(prerorate), unsigned(image_prerotate)); - } - } - - if (prerorate == VK_SURFACE_TRANSFORM_FLAG_BITS_MAX_ENUM_KHR) - prerorate = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; - current_framebuffer_surface_transform = prerorate; -} - -void CommandBuffer::begin_render_pass(const RenderPassInfo &info, VkSubpassContents contents) -{ - VK_ASSERT(!framebuffer); - VK_ASSERT(!pipeline_state.compatible_render_pass); - VK_ASSERT(!actual_render_pass); - - framebuffer = &device->request_framebuffer(info); - init_surface_transform(info); - pipeline_state.compatible_render_pass = &framebuffer->get_compatible_render_pass(); - actual_render_pass = &device->request_render_pass(info, false); - pipeline_state.subpass_index = 0; - - memset(framebuffer_attachments, 0, sizeof(framebuffer_attachments)); - unsigned att; - for (att = 0; att < info.num_color_attachments; att++) - framebuffer_attachments[att] = info.color_attachments[att]; - if (info.depth_stencil) - framebuffer_attachments[att++] = info.depth_stencil; - - init_viewport_scissor(info, framebuffer); - - VkClearValue clear_values[VULKAN_NUM_ATTACHMENTS + 1]; - unsigned num_clear_values = 0; - - for (unsigned i = 0; i < info.num_color_attachments; i++) - { - VK_ASSERT(info.color_attachments[i]); - if (info.clear_attachments & (1u << i)) - { - clear_values[i].color = info.clear_color[i]; - num_clear_values = i + 1; - } - - if (info.color_attachments[i]->get_image().is_swapchain_image()) - swapchain_touch_in_stages(VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT); - } - - if (info.depth_stencil && (info.op_flags & RENDER_PASS_OP_CLEAR_DEPTH_STENCIL_BIT) != 0) - { - clear_values[info.num_color_attachments].depthStencil = info.clear_depth_stencil; - num_clear_values = info.num_color_attachments + 1; - } - - VkRenderPassBeginInfo begin_info = { VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO }; - begin_info.renderPass = actual_render_pass->get_render_pass(); - begin_info.framebuffer = framebuffer->get_framebuffer(); - begin_info.renderArea = scissor; - begin_info.clearValueCount = num_clear_values; - begin_info.pClearValues = clear_values; - - // In the render pass interface, we pretend we are rendering with normal - // un-rotated coordinates. - if (surface_transform_swaps_xy(current_framebuffer_surface_transform)) - rect2d_swap_xy(begin_info.renderArea); - - table.vkCmdBeginRenderPass(cmd, &begin_info, contents); - - current_contents = contents; - begin_graphics(); -} - -void CommandBuffer::end_render_pass() -{ - VK_ASSERT(framebuffer); - VK_ASSERT(actual_render_pass); - VK_ASSERT(pipeline_state.compatible_render_pass); - - table.vkCmdEndRenderPass(cmd); - - framebuffer = nullptr; - actual_render_pass = nullptr; - pipeline_state.compatible_render_pass = nullptr; - begin_compute(); -} - -Pipeline CommandBuffer::build_compute_pipeline(Device *device, const DeferredPipelineCompile &compile, bool synchronous) -{ - // If we don't have pipeline creation cache control feature, - // we must assume compilation can be synchronous. - if (!synchronous && - !device->get_device_features().pipeline_creation_cache_control_features.pipelineCreationCacheControl) - { - return {}; - } - - auto &shader = *compile.program->get_shader(ShaderStage::Compute); - VkComputePipelineCreateInfo info = { VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO }; - info.layout = compile.program->get_pipeline_layout()->get_layout(); - info.stage.sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; - info.stage.module = shader.get_module(); - info.stage.pName = "main"; - info.stage.stage = VK_SHADER_STAGE_COMPUTE_BIT; - - VkSpecializationInfo spec_info = {}; - VkSpecializationMapEntry spec_entries[VULKAN_NUM_SPEC_CONSTANTS]; - auto mask = compile.program->get_pipeline_layout()->get_resource_layout().combined_spec_constant_mask & - compile.potential_static_state.spec_constant_mask; - - uint32_t spec_constants[VULKAN_NUM_SPEC_CONSTANTS]; - - if (mask) - { - info.stage.pSpecializationInfo = &spec_info; - spec_info.pData = spec_constants; - spec_info.pMapEntries = spec_entries; - - for_each_bit(mask, [&](uint32_t bit) { - auto &entry = spec_entries[spec_info.mapEntryCount]; - entry.offset = sizeof(uint32_t) * spec_info.mapEntryCount; - entry.size = sizeof(uint32_t); - entry.constantID = bit; - - spec_constants[spec_info.mapEntryCount] = compile.potential_static_state.spec_constants[bit]; - spec_info.mapEntryCount++; - }); - spec_info.dataSize = spec_info.mapEntryCount * sizeof(uint32_t); - } - - VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT subgroup_size_info = { - VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT - }; - - if (compile.static_state.state.subgroup_control_size) - { - if (!device->supports_subgroup_size_log2(compile.static_state.state.subgroup_full_group, - compile.static_state.state.subgroup_minimum_size_log2, - compile.static_state.state.subgroup_maximum_size_log2)) - { - LOGE("Subgroup size configuration not supported.\n"); - return {}; - } - auto &features = device->get_device_features(); - - if (compile.static_state.state.subgroup_full_group) - info.stage.flags |= VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT; - - uint32_t min_subgroups = 1u << compile.static_state.state.subgroup_minimum_size_log2; - uint32_t max_subgroups = 1u << compile.static_state.state.subgroup_maximum_size_log2; - if (min_subgroups <= features.subgroup_size_control_properties.minSubgroupSize && - max_subgroups >= features.subgroup_size_control_properties.maxSubgroupSize) - { - info.stage.flags |= VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT; - } - else - { - // Pick a fixed subgroup size. Prefer smallest subgroup size. - if (min_subgroups < features.subgroup_size_control_properties.minSubgroupSize) - subgroup_size_info.requiredSubgroupSize = features.subgroup_size_control_properties.minSubgroupSize; - else - subgroup_size_info.requiredSubgroupSize = min_subgroups; - - info.stage.pNext = &subgroup_size_info; - } - } - - VkPipeline compute_pipeline = VK_NULL_HANDLE; -#ifdef GRANITE_VULKAN_FOSSILIZE - device->register_compute_pipeline(compile.hash, info); -#endif - -#ifdef VULKAN_DEBUG - if (synchronous) - LOGI("Creating compute pipeline.\n"); -#endif - auto &table = device->get_device_table(); - - if (!synchronous) - info.flags |= VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT; - - VkResult vr = table.vkCreateComputePipelines(device->get_device(), compile.cache, 1, &info, nullptr, &compute_pipeline); - - if (vr != VK_SUCCESS || compute_pipeline == VK_NULL_HANDLE) - { - if (vr < 0) - LOGE("Failed to create compute pipeline!\n"); - return {}; - } - - auto returned_pipeline = compile.program->add_pipeline(compile.hash, { compute_pipeline, 0 }); - if (returned_pipeline.pipeline != compute_pipeline) - table.vkDestroyPipeline(device->get_device(), compute_pipeline, nullptr); - return returned_pipeline; -} - -void CommandBuffer::extract_pipeline_state(DeferredPipelineCompile &compile) const -{ - compile = pipeline_state; - - if (!compile.program) - { - LOGE("Attempting to extract pipeline state when no program is bound.\n"); - return; - } - - if (is_compute) - update_hash_compute_pipeline(compile); - else - { - uint32_t active_vbo = 0; - update_hash_graphics_pipeline(compile, active_vbo); - } -} - -Pipeline CommandBuffer::build_graphics_pipeline(Device *device, const DeferredPipelineCompile &compile, bool synchronous) -{ - // If we don't have pipeline creation cache control feature, - // we must assume compilation can be synchronous. - if (!synchronous && - !device->get_device_features().pipeline_creation_cache_control_features.pipelineCreationCacheControl) - { - return {}; - } - - // Viewport state - VkPipelineViewportStateCreateInfo vp = { VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO }; - vp.viewportCount = 1; - vp.scissorCount = 1; - - // Dynamic state - VkPipelineDynamicStateCreateInfo dyn = { VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO }; - dyn.dynamicStateCount = 2; - VkDynamicState states[7] = { - VK_DYNAMIC_STATE_SCISSOR, VK_DYNAMIC_STATE_VIEWPORT, - }; - dyn.pDynamicStates = states; - - uint32_t dynamic_mask = COMMAND_BUFFER_DIRTY_VIEWPORT_BIT | COMMAND_BUFFER_DIRTY_SCISSOR_BIT; - - if (compile.static_state.state.depth_bias_enable) - { - states[dyn.dynamicStateCount++] = VK_DYNAMIC_STATE_DEPTH_BIAS; - dynamic_mask |= COMMAND_BUFFER_DIRTY_DEPTH_BIAS_BIT; - } - - if (compile.static_state.state.stencil_test) - { - states[dyn.dynamicStateCount++] = VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK; - states[dyn.dynamicStateCount++] = VK_DYNAMIC_STATE_STENCIL_REFERENCE; - states[dyn.dynamicStateCount++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; - dynamic_mask |= COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT; - } - - // Blend state - VkPipelineColorBlendAttachmentState blend_attachments[VULKAN_NUM_ATTACHMENTS]; - VkPipelineColorBlendStateCreateInfo blend = { VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO }; - blend.attachmentCount = compile.compatible_render_pass->get_num_color_attachments(compile.subpass_index); - blend.pAttachments = blend_attachments; - for (unsigned i = 0; i < blend.attachmentCount; i++) - { - auto &att = blend_attachments[i]; - att = {}; - - if (compile.compatible_render_pass->get_color_attachment(compile.subpass_index, i).attachment != VK_ATTACHMENT_UNUSED && - (compile.program->get_pipeline_layout()->get_resource_layout().render_target_mask & (1u << i))) - { - att.colorWriteMask = (compile.static_state.state.write_mask >> (4 * i)) & 0xf; - att.blendEnable = compile.static_state.state.blend_enable; - if (att.blendEnable) - { - att.alphaBlendOp = static_cast(compile.static_state.state.alpha_blend_op); - att.colorBlendOp = static_cast(compile.static_state.state.color_blend_op); - att.dstAlphaBlendFactor = static_cast(compile.static_state.state.dst_alpha_blend); - att.srcAlphaBlendFactor = static_cast(compile.static_state.state.src_alpha_blend); - att.dstColorBlendFactor = static_cast(compile.static_state.state.dst_color_blend); - att.srcColorBlendFactor = static_cast(compile.static_state.state.src_color_blend); - } - } - } - memcpy(blend.blendConstants, compile.potential_static_state.blend_constants, sizeof(blend.blendConstants)); - - // Depth state - VkPipelineDepthStencilStateCreateInfo ds = { VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO }; - ds.stencilTestEnable = compile.compatible_render_pass->has_stencil(compile.subpass_index) && compile.static_state.state.stencil_test; - ds.depthTestEnable = compile.compatible_render_pass->has_depth(compile.subpass_index) && compile.static_state.state.depth_test; - ds.depthWriteEnable = compile.compatible_render_pass->has_depth(compile.subpass_index) && compile.static_state.state.depth_write; - - if (ds.depthTestEnable) - ds.depthCompareOp = static_cast(compile.static_state.state.depth_compare); - - if (ds.stencilTestEnable) - { - ds.front.compareOp = static_cast(compile.static_state.state.stencil_front_compare_op); - ds.front.passOp = static_cast(compile.static_state.state.stencil_front_pass); - ds.front.failOp = static_cast(compile.static_state.state.stencil_front_fail); - ds.front.depthFailOp = static_cast(compile.static_state.state.stencil_front_depth_fail); - ds.back.compareOp = static_cast(compile.static_state.state.stencil_back_compare_op); - ds.back.passOp = static_cast(compile.static_state.state.stencil_back_pass); - ds.back.failOp = static_cast(compile.static_state.state.stencil_back_fail); - ds.back.depthFailOp = static_cast(compile.static_state.state.stencil_back_depth_fail); - } - - // Vertex input - VkPipelineVertexInputStateCreateInfo vi = { VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO }; - VkVertexInputAttributeDescription vi_attribs[VULKAN_NUM_VERTEX_ATTRIBS]; - vi.pVertexAttributeDescriptions = vi_attribs; - uint32_t attr_mask = compile.program->get_pipeline_layout()->get_resource_layout().attribute_mask; - uint32_t binding_mask = 0; - for_each_bit(attr_mask, [&](uint32_t bit) { - auto &attr = vi_attribs[vi.vertexAttributeDescriptionCount++]; - attr.location = bit; - attr.binding = compile.attribs[bit].binding; - attr.format = compile.attribs[bit].format; - attr.offset = compile.attribs[bit].offset; - binding_mask |= 1u << attr.binding; - }); - - VkVertexInputBindingDescription vi_bindings[VULKAN_NUM_VERTEX_BUFFERS]; - vi.pVertexBindingDescriptions = vi_bindings; - for_each_bit(binding_mask, [&](uint32_t bit) { - auto &bind = vi_bindings[vi.vertexBindingDescriptionCount++]; - bind.binding = bit; - bind.inputRate = compile.input_rates[bit]; - bind.stride = compile.strides[bit]; - }); - - // Input assembly - VkPipelineInputAssemblyStateCreateInfo ia = { VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO }; - ia.primitiveRestartEnable = compile.static_state.state.primitive_restart; - ia.topology = static_cast(compile.static_state.state.topology); - - // Multisample - VkPipelineMultisampleStateCreateInfo ms = { VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO }; - ms.rasterizationSamples = static_cast(compile.compatible_render_pass->get_sample_count(compile.subpass_index)); - - if (compile.compatible_render_pass->get_sample_count(compile.subpass_index) > 1) - { - ms.alphaToCoverageEnable = compile.static_state.state.alpha_to_coverage; - ms.alphaToOneEnable = compile.static_state.state.alpha_to_one; - ms.sampleShadingEnable = compile.static_state.state.sample_shading; - ms.minSampleShading = 1.0f; - } - - // Raster - VkPipelineRasterizationStateCreateInfo raster = { VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO }; - raster.cullMode = static_cast(compile.static_state.state.cull_mode); - raster.frontFace = static_cast(compile.static_state.state.front_face); - raster.lineWidth = 1.0f; - raster.polygonMode = compile.static_state.state.wireframe ? VK_POLYGON_MODE_LINE : VK_POLYGON_MODE_FILL; - raster.depthBiasEnable = compile.static_state.state.depth_bias_enable != 0; - - VkPipelineRasterizationConservativeStateCreateInfoEXT conservative_raster = { - VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_CONSERVATIVE_STATE_CREATE_INFO_EXT - }; - if (compile.static_state.state.conservative_raster) - { - if (device->get_device_features().supports_conservative_rasterization) - { - raster.pNext = &conservative_raster; - conservative_raster.conservativeRasterizationMode = VK_CONSERVATIVE_RASTERIZATION_MODE_OVERESTIMATE_EXT; - } - else - { - LOGE("Conservative rasterization is not supported on this device.\n"); - return {}; - } - } - - // Stages - VkPipelineShaderStageCreateInfo stages[static_cast(ShaderStage::Count)]; - unsigned num_stages = 0; - - VkSpecializationInfo spec_info[ecast(ShaderStage::Count)] = {}; - VkSpecializationMapEntry spec_entries[ecast(ShaderStage::Count)][VULKAN_NUM_SPEC_CONSTANTS]; - uint32_t spec_constants[static_cast(ShaderStage::Count)][VULKAN_NUM_SPEC_CONSTANTS]; - - for (unsigned i = 0; i < static_cast(ShaderStage::Count); i++) - { - auto stage = static_cast(i); - if (compile.program->get_shader(stage)) - { - auto &s = stages[num_stages++]; - s = { VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO }; - s.module = compile.program->get_shader(stage)->get_module(); - s.pName = "main"; - s.stage = static_cast(1u << i); - - auto mask = compile.program->get_pipeline_layout()->get_resource_layout().spec_constant_mask[i] & - compile.potential_static_state.spec_constant_mask; - - if (mask) - { - s.pSpecializationInfo = &spec_info[i]; - spec_info[i].pData = spec_constants[i]; - spec_info[i].pMapEntries = spec_entries[i]; - - for_each_bit(mask, [&](uint32_t bit) { - auto &entry = spec_entries[i][spec_info[i].mapEntryCount]; - entry.offset = sizeof(uint32_t) * spec_info[i].mapEntryCount; - entry.size = sizeof(uint32_t); - entry.constantID = bit; - spec_constants[i][spec_info[i].mapEntryCount] = compile.potential_static_state.spec_constants[bit]; - spec_info[i].mapEntryCount++; - }); - spec_info[i].dataSize = spec_info[i].mapEntryCount * sizeof(uint32_t); - } - } - } - - VkGraphicsPipelineCreateInfo pipe = { VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO }; - pipe.layout = compile.program->get_pipeline_layout()->get_layout(); - pipe.renderPass = compile.compatible_render_pass->get_render_pass(); - pipe.subpass = compile.subpass_index; - - pipe.pViewportState = &vp; - pipe.pDynamicState = &dyn; - pipe.pColorBlendState = &blend; - pipe.pDepthStencilState = &ds; - pipe.pVertexInputState = &vi; - pipe.pInputAssemblyState = &ia; - pipe.pMultisampleState = &ms; - pipe.pRasterizationState = &raster; - pipe.pStages = stages; - pipe.stageCount = num_stages; - - VkPipeline pipeline = VK_NULL_HANDLE; -#ifdef GRANITE_VULKAN_FOSSILIZE - device->register_graphics_pipeline(compile.hash, pipe); -#endif - -#ifdef VULKAN_DEBUG - if (synchronous) - LOGI("Creating graphics pipeline.\n"); -#endif - auto &table = device->get_device_table(); - - if (!synchronous) - pipe.flags |= VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT; - - VkResult res = table.vkCreateGraphicsPipelines(device->get_device(), compile.cache, 1, &pipe, nullptr, &pipeline); - if (res != VK_SUCCESS || pipeline == VK_NULL_HANDLE) - { - if (res < 0) - LOGE("Failed to create graphics pipeline!\n"); - return {}; - } - - auto returned_pipeline = compile.program->add_pipeline(compile.hash, { pipeline, dynamic_mask }); - if (returned_pipeline.pipeline != pipeline) - table.vkDestroyPipeline(device->get_device(), pipeline, nullptr); - return returned_pipeline; -} - -bool CommandBuffer::flush_compute_pipeline(bool synchronous) -{ - update_hash_compute_pipeline(pipeline_state); - current_pipeline = pipeline_state.program->get_pipeline(pipeline_state.hash); - if (current_pipeline.pipeline == VK_NULL_HANDLE) - current_pipeline = build_compute_pipeline(device, pipeline_state, synchronous); - return current_pipeline.pipeline != VK_NULL_HANDLE; -} - -void CommandBuffer::update_hash_compute_pipeline(DeferredPipelineCompile &compile) -{ - Hasher h; - h.u64(compile.program->get_hash()); - - // Spec constants. - auto &layout = compile.program->get_pipeline_layout()->get_resource_layout(); - uint32_t combined_spec_constant = layout.combined_spec_constant_mask; - combined_spec_constant &= compile.potential_static_state.spec_constant_mask; - h.u32(combined_spec_constant); - for_each_bit(combined_spec_constant, [&](uint32_t bit) { - h.u32(compile.potential_static_state.spec_constants[bit]); - }); - - if (compile.static_state.state.subgroup_control_size) - { - h.s32(1); - h.u32(compile.static_state.state.subgroup_minimum_size_log2); - h.u32(compile.static_state.state.subgroup_maximum_size_log2); - h.u32(compile.static_state.state.subgroup_full_group); - // Required for Fossilize since we don't know exactly how to lower these requirements to a PSO - // without knowing some device state. - h.u32(compile.subgroup_size_tag); - } - else - h.s32(0); - - compile.hash = h.get(); -} - -void CommandBuffer::update_hash_graphics_pipeline(DeferredPipelineCompile &compile, uint32_t &active_vbos) -{ - Hasher h; - active_vbos = 0; - auto &layout = compile.program->get_pipeline_layout()->get_resource_layout(); - for_each_bit(layout.attribute_mask, [&](uint32_t bit) { - h.u32(bit); - active_vbos |= 1u << compile.attribs[bit].binding; - h.u32(compile.attribs[bit].binding); - h.u32(compile.attribs[bit].format); - h.u32(compile.attribs[bit].offset); - }); - - for_each_bit(active_vbos, [&](uint32_t bit) { - h.u32(compile.input_rates[bit]); - h.u32(compile.strides[bit]); - }); - - h.u64(compile.compatible_render_pass->get_hash()); - h.u32(compile.subpass_index); - h.u64(compile.program->get_hash()); - h.data(compile.static_state.words, sizeof(compile.static_state.words)); - - if (compile.static_state.state.blend_enable) - { - const auto needs_blend_constant = [](VkBlendFactor factor) { - return factor == VK_BLEND_FACTOR_CONSTANT_COLOR || factor == VK_BLEND_FACTOR_CONSTANT_ALPHA; - }; - bool b0 = needs_blend_constant(static_cast(compile.static_state.state.src_color_blend)); - bool b1 = needs_blend_constant(static_cast(compile.static_state.state.src_alpha_blend)); - bool b2 = needs_blend_constant(static_cast(compile.static_state.state.dst_color_blend)); - bool b3 = needs_blend_constant(static_cast(compile.static_state.state.dst_alpha_blend)); - if (b0 || b1 || b2 || b3) - h.data(reinterpret_cast(compile.potential_static_state.blend_constants), - sizeof(compile.potential_static_state.blend_constants)); - } - - // Spec constants. - uint32_t combined_spec_constant = layout.combined_spec_constant_mask; - combined_spec_constant &= compile.potential_static_state.spec_constant_mask; - h.u32(combined_spec_constant); - for_each_bit(combined_spec_constant, [&](uint32_t bit) { - h.u32(compile.potential_static_state.spec_constants[bit]); - }); - - compile.hash = h.get(); -} - -bool CommandBuffer::flush_graphics_pipeline(bool synchronous) -{ - update_hash_graphics_pipeline(pipeline_state, active_vbos); - current_pipeline = pipeline_state.program->get_pipeline(pipeline_state.hash); - if (current_pipeline.pipeline == VK_NULL_HANDLE) - current_pipeline = build_graphics_pipeline(device, pipeline_state, synchronous); - return current_pipeline.pipeline != VK_NULL_HANDLE; -} - -void CommandBuffer::bind_pipeline(VkPipelineBindPoint bind_point, VkPipeline pipeline, uint32_t active_dynamic_state) -{ - table.vkCmdBindPipeline(cmd, bind_point, pipeline); - - // If some dynamic state is static in the pipeline it clobbers the dynamic state. - // As a performance optimization don't clobber everything. - uint32_t static_state_clobber = ~active_dynamic_state & COMMAND_BUFFER_DYNAMIC_BITS; - set_dirty(static_state_clobber); -} - -bool CommandBuffer::flush_compute_state(bool synchronous) -{ - if (!pipeline_state.program) - return false; - VK_ASSERT(current_layout); - - if (current_pipeline.pipeline == VK_NULL_HANDLE) - set_dirty(COMMAND_BUFFER_DIRTY_PIPELINE_BIT); - - if (get_and_clear(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT | COMMAND_BUFFER_DIRTY_PIPELINE_BIT)) - { - VkPipeline old_pipe = current_pipeline.pipeline; - if (!flush_compute_pipeline(synchronous)) - return false; - - if (old_pipe != current_pipeline.pipeline) - bind_pipeline(VK_PIPELINE_BIND_POINT_COMPUTE, current_pipeline.pipeline, current_pipeline.dynamic_mask); - } - - if (current_pipeline.pipeline == VK_NULL_HANDLE) - return false; - - flush_descriptor_sets(); - - if (get_and_clear(COMMAND_BUFFER_DIRTY_PUSH_CONSTANTS_BIT)) - { - auto &range = current_layout->get_resource_layout().push_constant_range; - if (range.stageFlags != 0) - { - VK_ASSERT(range.offset == 0); - table.vkCmdPushConstants(cmd, current_pipeline_layout, range.stageFlags, - 0, range.size, - bindings.push_constant_data); - } - } - - return true; -} - -bool CommandBuffer::flush_render_state(bool synchronous) -{ - if (!pipeline_state.program) - return false; - VK_ASSERT(current_layout); - - if (current_pipeline.pipeline == VK_NULL_HANDLE) - set_dirty(COMMAND_BUFFER_DIRTY_PIPELINE_BIT); - - // We've invalidated pipeline state, update the VkPipeline. - if (get_and_clear(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT | COMMAND_BUFFER_DIRTY_PIPELINE_BIT | - COMMAND_BUFFER_DIRTY_STATIC_VERTEX_BIT)) - { - VkPipeline old_pipe = current_pipeline.pipeline; - if (!flush_graphics_pipeline(synchronous)) - return false; - - if (old_pipe != current_pipeline.pipeline) - bind_pipeline(VK_PIPELINE_BIND_POINT_GRAPHICS, current_pipeline.pipeline, current_pipeline.dynamic_mask); - } - - if (current_pipeline.pipeline == VK_NULL_HANDLE) - return false; - - flush_descriptor_sets(); - - if (get_and_clear(COMMAND_BUFFER_DIRTY_PUSH_CONSTANTS_BIT)) - { - auto &range = current_layout->get_resource_layout().push_constant_range; - if (range.stageFlags != 0) - { - VK_ASSERT(range.offset == 0); - table.vkCmdPushConstants(cmd, current_pipeline_layout, range.stageFlags, - 0, range.size, - bindings.push_constant_data); - } - } - - if (get_and_clear(COMMAND_BUFFER_DIRTY_VIEWPORT_BIT)) - { - if (surface_transform_swaps_xy(current_framebuffer_surface_transform)) - { - auto tmp_viewport = viewport; - viewport_swap_xy(tmp_viewport); - table.vkCmdSetViewport(cmd, 0, 1, &tmp_viewport); - } - else - table.vkCmdSetViewport(cmd, 0, 1, &viewport); - } - - if (get_and_clear(COMMAND_BUFFER_DIRTY_SCISSOR_BIT)) - { - if (surface_transform_swaps_xy(current_framebuffer_surface_transform)) - { - auto tmp_scissor = scissor; - rect2d_swap_xy(tmp_scissor); - table.vkCmdSetScissor(cmd, 0, 1, &tmp_scissor); - } - else - table.vkCmdSetScissor(cmd, 0, 1, &scissor); - } - - if (pipeline_state.static_state.state.depth_bias_enable && get_and_clear(COMMAND_BUFFER_DIRTY_DEPTH_BIAS_BIT)) - table.vkCmdSetDepthBias(cmd, dynamic_state.depth_bias_constant, 0.0f, dynamic_state.depth_bias_slope); - if (pipeline_state.static_state.state.stencil_test && get_and_clear(COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT)) - { - table.vkCmdSetStencilCompareMask(cmd, VK_STENCIL_FACE_FRONT_BIT, dynamic_state.front_compare_mask); - table.vkCmdSetStencilReference(cmd, VK_STENCIL_FACE_FRONT_BIT, dynamic_state.front_reference); - table.vkCmdSetStencilWriteMask(cmd, VK_STENCIL_FACE_FRONT_BIT, dynamic_state.front_write_mask); - table.vkCmdSetStencilCompareMask(cmd, VK_STENCIL_FACE_BACK_BIT, dynamic_state.back_compare_mask); - table.vkCmdSetStencilReference(cmd, VK_STENCIL_FACE_BACK_BIT, dynamic_state.back_reference); - table.vkCmdSetStencilWriteMask(cmd, VK_STENCIL_FACE_BACK_BIT, dynamic_state.back_write_mask); - } - - uint32_t update_vbo_mask = dirty_vbos & active_vbos; - for_each_bit_range(update_vbo_mask, [&](uint32_t binding, uint32_t binding_count) { -#ifdef VULKAN_DEBUG - for (unsigned i = binding; i < binding + binding_count; i++) - VK_ASSERT(vbo.buffers[i] != VK_NULL_HANDLE); -#endif - table.vkCmdBindVertexBuffers(cmd, binding, binding_count, vbo.buffers + binding, vbo.offsets + binding); - }); - dirty_vbos &= ~update_vbo_mask; - - return true; -} - -bool CommandBuffer::flush_pipeline_state_without_blocking() -{ - if (is_compute) - return flush_compute_state(false); - else - return flush_render_state(false); -} - -void CommandBuffer::wait_events(unsigned num_events, const VkEvent *events, - VkPipelineStageFlags src_stages, VkPipelineStageFlags dst_stages, - unsigned barriers, - const VkMemoryBarrier *globals, unsigned buffer_barriers, - const VkBufferMemoryBarrier *buffers, unsigned image_barriers, - const VkImageMemoryBarrier *images) -{ - VK_ASSERT(!framebuffer); - VK_ASSERT(!actual_render_pass); - - VK_ASSERT(src_stages != 0); - VK_ASSERT(dst_stages != 0); - - if (device->get_workarounds().emulate_event_as_pipeline_barrier) - { - barrier(src_stages, dst_stages, - barriers, globals, - buffer_barriers, buffers, - image_barriers, images); - } - else - { - table.vkCmdWaitEvents(cmd, num_events, events, src_stages, dst_stages, - barriers, globals, buffer_barriers, buffers, image_barriers, images); - } -} - -PipelineEvent CommandBuffer::signal_event(VkPipelineStageFlags stages) -{ - auto event = device->begin_signal_event(stages); - complete_signal_event(*event); - return event; -} - -void CommandBuffer::complete_signal_event(const EventHolder &event) -{ - VK_ASSERT(!framebuffer); - VK_ASSERT(!actual_render_pass); - VK_ASSERT(event.get_stages() != 0); - if (!device->get_workarounds().emulate_event_as_pipeline_barrier) - table.vkCmdSetEvent(cmd, event.get_event(), event.get_stages()); -} - -void CommandBuffer::set_vertex_attrib(uint32_t attrib, uint32_t binding, VkFormat format, VkDeviceSize offset) -{ - VK_ASSERT(attrib < VULKAN_NUM_VERTEX_ATTRIBS); - VK_ASSERT(framebuffer); - - auto &attr = pipeline_state.attribs[attrib]; - - if (attr.binding != binding || attr.format != format || attr.offset != offset) - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_VERTEX_BIT); - - VK_ASSERT(binding < VULKAN_NUM_VERTEX_BUFFERS); - - attr.binding = binding; - attr.format = format; - attr.offset = offset; -} - -void CommandBuffer::set_index_buffer(const Buffer &buffer, VkDeviceSize offset, VkIndexType index_type) -{ - if (index_state.buffer == buffer.get_buffer() && - index_state.offset == offset && - index_state.index_type == index_type) - { - return; - } - - index_state.buffer = buffer.get_buffer(); - index_state.offset = offset; - index_state.index_type = index_type; - table.vkCmdBindIndexBuffer(cmd, buffer.get_buffer(), offset, index_type); -} - -void CommandBuffer::set_vertex_binding(uint32_t binding, const Buffer &buffer, VkDeviceSize offset, VkDeviceSize stride, - VkVertexInputRate step_rate) -{ - VK_ASSERT(binding < VULKAN_NUM_VERTEX_BUFFERS); - VK_ASSERT(framebuffer); - - VkBuffer vkbuffer = buffer.get_buffer(); - if (vbo.buffers[binding] != vkbuffer || vbo.offsets[binding] != offset) - dirty_vbos |= 1u << binding; - if (pipeline_state.strides[binding] != stride || pipeline_state.input_rates[binding] != step_rate) - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_VERTEX_BIT); - - vbo.buffers[binding] = vkbuffer; - vbo.offsets[binding] = offset; - pipeline_state.strides[binding] = stride; - pipeline_state.input_rates[binding] = step_rate; -} - -void CommandBuffer::set_viewport(const VkViewport &viewport_) -{ - VK_ASSERT(framebuffer); - viewport = viewport_; - set_dirty(COMMAND_BUFFER_DIRTY_VIEWPORT_BIT); -} - -const VkViewport &CommandBuffer::get_viewport() const -{ - return viewport; -} - -void CommandBuffer::set_scissor(const VkRect2D &rect) -{ - VK_ASSERT(framebuffer); - VK_ASSERT(rect.offset.x >= 0); - VK_ASSERT(rect.offset.y >= 0); - scissor = rect; - set_dirty(COMMAND_BUFFER_DIRTY_SCISSOR_BIT); -} - -void CommandBuffer::push_constants(const void *data, VkDeviceSize offset, VkDeviceSize range) -{ - VK_ASSERT(offset + range <= VULKAN_PUSH_CONSTANT_SIZE); - memcpy(bindings.push_constant_data + offset, data, range); - set_dirty(COMMAND_BUFFER_DIRTY_PUSH_CONSTANTS_BIT); -} - -#ifdef GRANITE_VULKAN_FILESYSTEM -void CommandBuffer::set_program(const std::string &compute, const std::vector> &defines) -{ - auto *p = device->get_shader_manager().register_compute(compute); - if (p) - { - auto *variant = p->register_variant(defines); - set_program(variant->get_program()); - } - else - set_program(nullptr); -} - -void CommandBuffer::set_program(const std::string &vertex, const std::string &fragment, - const std::vector> &defines) -{ - auto *p = device->get_shader_manager().register_graphics(vertex, fragment); - if (p) - { - auto *variant = p->register_variant(defines); - set_program(variant->get_program()); - } - else - set_program(nullptr); -} -#endif - -void CommandBuffer::set_program(Program *program) -{ - if (pipeline_state.program == program) - return; - - pipeline_state.program = program; - current_pipeline = {}; - - set_dirty(COMMAND_BUFFER_DIRTY_PIPELINE_BIT); - if (!program) - return; - - VK_ASSERT((framebuffer && pipeline_state.program->get_shader(ShaderStage::Vertex)) || - (!framebuffer && pipeline_state.program->get_shader(ShaderStage::Compute))); - - if (!current_layout) - { - dirty_sets = ~0u; - set_dirty(COMMAND_BUFFER_DIRTY_PUSH_CONSTANTS_BIT); - - current_layout = program->get_pipeline_layout(); - current_pipeline_layout = current_layout->get_layout(); - } - else if (program->get_pipeline_layout()->get_hash() != current_layout->get_hash()) - { - auto &new_layout = program->get_pipeline_layout()->get_resource_layout(); - auto &old_layout = current_layout->get_resource_layout(); - - // If the push constant layout changes, all descriptor sets - // are invalidated. - if (new_layout.push_constant_layout_hash != old_layout.push_constant_layout_hash) - { - dirty_sets = ~0u; - set_dirty(COMMAND_BUFFER_DIRTY_PUSH_CONSTANTS_BIT); - } - else - { - // Find the first set whose descriptor set layout differs. - auto *new_pipe_layout = program->get_pipeline_layout(); - for (unsigned set = 0; set < VULKAN_NUM_DESCRIPTOR_SETS; set++) - { - if (new_pipe_layout->get_allocator(set) != current_layout->get_allocator(set)) - { - dirty_sets |= ~((1u << set) - 1); - break; - } - } - } - current_layout = program->get_pipeline_layout(); - current_pipeline_layout = current_layout->get_layout(); - } -} - -void *CommandBuffer::allocate_constant_data(unsigned set, unsigned binding, VkDeviceSize size) -{ - VK_ASSERT(size <= VULKAN_MAX_UBO_SIZE); - auto data = ubo_block.allocate(size); - if (!data.host) - { - device->request_uniform_block(ubo_block, size); - data = ubo_block.allocate(size); - } - set_uniform_buffer(set, binding, *ubo_block.gpu, data.offset, data.padded_size); - return data.host; -} - -void *CommandBuffer::allocate_index_data(VkDeviceSize size, VkIndexType index_type) -{ - auto data = ibo_block.allocate(size); - if (!data.host) - { - device->request_index_block(ibo_block, size); - data = ibo_block.allocate(size); - } - set_index_buffer(*ibo_block.gpu, data.offset, index_type); - return data.host; -} - -void *CommandBuffer::update_buffer(const Buffer &buffer, VkDeviceSize offset, VkDeviceSize size) -{ - if (size == 0) - return nullptr; - - auto data = staging_block.allocate(size); - if (!data.host) - { - device->request_staging_block(staging_block, size); - data = staging_block.allocate(size); - } - copy_buffer(buffer, offset, *staging_block.cpu, data.offset, size); - return data.host; -} - -void *CommandBuffer::update_image(const Image &image, const VkOffset3D &offset, const VkExtent3D &extent, - uint32_t row_length, uint32_t image_height, - const VkImageSubresourceLayers &subresource) -{ - auto &create_info = image.get_create_info(); - uint32_t width = image.get_width(subresource.mipLevel); - uint32_t height = image.get_height(subresource.mipLevel); - uint32_t depth = image.get_depth(subresource.mipLevel); - - if (!row_length) - row_length = width; - - if (!image_height) - image_height = height; - - if ((subresource.aspectMask & (VK_IMAGE_ASPECT_PLANE_0_BIT | - VK_IMAGE_ASPECT_PLANE_1_BIT | - VK_IMAGE_ASPECT_PLANE_2_BIT)) != 0) - { - format_ycbcr_downsample_dimensions(create_info.format, subresource.aspectMask, row_length, image_height); - } - - uint32_t blocks_x = row_length; - uint32_t blocks_y = image_height; - format_num_blocks(create_info.format, blocks_x, blocks_y); - - VkDeviceSize size = - TextureFormatLayout::format_block_size(create_info.format, subresource.aspectMask) * subresource.layerCount * depth * blocks_x * blocks_y; - - auto data = staging_block.allocate(size); - if (!data.host) - { - device->request_staging_block(staging_block, size); - data = staging_block.allocate(size); - } - - copy_buffer_to_image(image, *staging_block.cpu, data.offset, offset, extent, row_length, image_height, subresource); - return data.host; -} - -void *CommandBuffer::update_image(const Image &image, uint32_t row_length, uint32_t image_height) -{ - const VkImageSubresourceLayers subresource = { - format_to_aspect_mask(image.get_format()), 0, 0, 1, - }; - return update_image(image, { 0, 0, 0 }, { image.get_width(), image.get_height(), image.get_depth() }, row_length, - image_height, subresource); -} - -void *CommandBuffer::allocate_vertex_data(unsigned binding, VkDeviceSize size, VkDeviceSize stride, - VkVertexInputRate step_rate) -{ - auto data = vbo_block.allocate(size); - if (!data.host) - { - device->request_vertex_block(vbo_block, size); - data = vbo_block.allocate(size); - } - - set_vertex_binding(binding, *vbo_block.gpu, data.offset, stride, step_rate); - return data.host; -} - -void CommandBuffer::set_uniform_buffer(unsigned set, unsigned binding, const Buffer &buffer, VkDeviceSize offset, - VkDeviceSize range) -{ - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - VK_ASSERT(buffer.get_create_info().usage & VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT); - auto &b = bindings.bindings[set][binding]; - - if (buffer.get_cookie() == bindings.cookies[set][binding] && b.buffer.range == range) - { - if (b.dynamic_offset != offset) - { - dirty_sets_dynamic |= 1u << set; - b.dynamic_offset = offset; - } - } - else - { - b.buffer = { buffer.get_buffer(), 0, range }; - b.dynamic_offset = offset; - bindings.cookies[set][binding] = buffer.get_cookie(); - bindings.secondary_cookies[set][binding] = 0; - dirty_sets |= 1u << set; - } -} - -void CommandBuffer::set_storage_buffer(unsigned set, unsigned binding, const Buffer &buffer, VkDeviceSize offset, - VkDeviceSize range) -{ - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - VK_ASSERT(buffer.get_create_info().usage & VK_BUFFER_USAGE_STORAGE_BUFFER_BIT); - auto &b = bindings.bindings[set][binding]; - - if (buffer.get_cookie() == bindings.cookies[set][binding] && b.buffer.offset == offset && b.buffer.range == range) - return; - - b.buffer = { buffer.get_buffer(), offset, range }; - b.dynamic_offset = 0; - bindings.cookies[set][binding] = buffer.get_cookie(); - bindings.secondary_cookies[set][binding] = 0; - dirty_sets |= 1u << set; -} - -void CommandBuffer::set_uniform_buffer(unsigned set, unsigned binding, const Buffer &buffer) -{ - set_uniform_buffer(set, binding, buffer, 0, buffer.get_create_info().size); -} - -void CommandBuffer::set_storage_buffer(unsigned set, unsigned binding, const Buffer &buffer) -{ - set_storage_buffer(set, binding, buffer, 0, buffer.get_create_info().size); -} - -void CommandBuffer::set_sampler(unsigned set, unsigned binding, const Sampler &sampler) -{ - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - if (sampler.get_cookie() == bindings.secondary_cookies[set][binding]) - return; - - auto &b = bindings.bindings[set][binding]; - b.image.fp.sampler = sampler.get_sampler(); - b.image.integer.sampler = sampler.get_sampler(); - dirty_sets |= 1u << set; - bindings.secondary_cookies[set][binding] = sampler.get_cookie(); -} - -void CommandBuffer::set_buffer_view_common(unsigned set, unsigned binding, const BufferView &view) -{ - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - if (view.get_cookie() == bindings.cookies[set][binding]) - return; - auto &b = bindings.bindings[set][binding]; - b.buffer_view = view.get_view(); - bindings.cookies[set][binding] = view.get_cookie(); - bindings.secondary_cookies[set][binding] = 0; - dirty_sets |= 1u << set; -} - -void CommandBuffer::set_buffer_view(unsigned set, unsigned binding, const BufferView &view) -{ - VK_ASSERT(view.get_buffer().get_create_info().usage & VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT); - set_buffer_view_common(set, binding, view); -} - -void CommandBuffer::set_storage_buffer_view(unsigned set, unsigned binding, const BufferView &view) -{ - VK_ASSERT(view.get_buffer().get_create_info().usage & VK_BUFFER_USAGE_STORAGE_TEXEL_BUFFER_BIT); - set_buffer_view_common(set, binding, view); -} - -void CommandBuffer::set_input_attachments(unsigned set, unsigned start_binding) -{ - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(start_binding + actual_render_pass->get_num_input_attachments(pipeline_state.subpass_index) <= VULKAN_NUM_BINDINGS); - unsigned num_input_attachments = actual_render_pass->get_num_input_attachments(pipeline_state.subpass_index); - for (unsigned i = 0; i < num_input_attachments; i++) - { - auto &ref = actual_render_pass->get_input_attachment(pipeline_state.subpass_index, i); - if (ref.attachment == VK_ATTACHMENT_UNUSED) - continue; - - const ImageView *view = framebuffer_attachments[ref.attachment]; - VK_ASSERT(view); - VK_ASSERT(view->get_image().get_create_info().usage & VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT); - - if (view->get_cookie() == bindings.cookies[set][start_binding + i] && - bindings.bindings[set][start_binding + i].image.fp.imageLayout == ref.layout) - { - continue; - } - - auto &b = bindings.bindings[set][start_binding + i]; - b.image.fp.imageLayout = ref.layout; - b.image.integer.imageLayout = ref.layout; - b.image.fp.imageView = view->get_float_view(); - b.image.integer.imageView = view->get_integer_view(); - bindings.cookies[set][start_binding + i] = view->get_cookie(); - dirty_sets |= 1u << set; - } -} - -void CommandBuffer::set_texture(unsigned set, unsigned binding, - VkImageView float_view, VkImageView integer_view, - VkImageLayout layout, - uint64_t cookie) -{ - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - - if (cookie == bindings.cookies[set][binding] && bindings.bindings[set][binding].image.fp.imageLayout == layout) - return; - - auto &b = bindings.bindings[set][binding]; - b.image.fp.imageLayout = layout; - b.image.fp.imageView = float_view; - b.image.integer.imageLayout = layout; - b.image.integer.imageView = integer_view; - bindings.cookies[set][binding] = cookie; - dirty_sets |= 1u << set; -} - -void CommandBuffer::set_bindless(unsigned set, VkDescriptorSet desc_set) -{ - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - bindless_sets[set] = desc_set; - dirty_sets |= 1u << set; -} - -void CommandBuffer::set_texture(unsigned set, unsigned binding, const ImageView &view) -{ - VK_ASSERT(view.get_image().get_create_info().usage & VK_IMAGE_USAGE_SAMPLED_BIT); - set_texture(set, binding, view.get_float_view(), view.get_integer_view(), - view.get_image().get_layout(VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL), view.get_cookie()); -} - -enum CookieBits -{ - COOKIE_BIT_UNORM = 1 << 0, - COOKIE_BIT_SRGB = 1 << 1 -}; - -void CommandBuffer::set_unorm_texture(unsigned set, unsigned binding, const ImageView &view) -{ - VK_ASSERT(view.get_image().get_create_info().usage & VK_IMAGE_USAGE_SAMPLED_BIT); - auto unorm_view = view.get_unorm_view(); - VK_ASSERT(unorm_view != VK_NULL_HANDLE); - set_texture(set, binding, unorm_view, unorm_view, - view.get_image().get_layout(VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL), view.get_cookie() | COOKIE_BIT_UNORM); -} - -void CommandBuffer::set_srgb_texture(unsigned set, unsigned binding, const ImageView &view) -{ - VK_ASSERT(view.get_image().get_create_info().usage & VK_IMAGE_USAGE_SAMPLED_BIT); - auto srgb_view = view.get_srgb_view(); - VK_ASSERT(srgb_view != VK_NULL_HANDLE); - set_texture(set, binding, srgb_view, srgb_view, - view.get_image().get_layout(VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL), view.get_cookie() | COOKIE_BIT_SRGB); -} - -void CommandBuffer::set_texture(unsigned set, unsigned binding, const ImageView &view, const Sampler &sampler) -{ - set_sampler(set, binding, sampler); - set_texture(set, binding, view); -} - -void CommandBuffer::set_texture(unsigned set, unsigned binding, const ImageView &view, StockSampler stock) -{ - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - VK_ASSERT(view.get_image().get_create_info().usage & VK_IMAGE_USAGE_SAMPLED_BIT); - const auto &sampler = device->get_stock_sampler(stock); - set_texture(set, binding, view, sampler); -} - -void CommandBuffer::set_sampler(unsigned set, unsigned binding, StockSampler stock) -{ - const auto &sampler = device->get_stock_sampler(stock); - set_sampler(set, binding, sampler); -} - -void CommandBuffer::set_storage_texture(unsigned set, unsigned binding, const ImageView &view) -{ - VK_ASSERT(view.get_image().get_create_info().usage & VK_IMAGE_USAGE_STORAGE_BIT); - set_texture(set, binding, view.get_float_view(), view.get_integer_view(), - view.get_image().get_layout(VK_IMAGE_LAYOUT_GENERAL), view.get_cookie()); -} - -void CommandBuffer::set_unorm_storage_texture(unsigned set, unsigned binding, const ImageView &view) -{ - VK_ASSERT(view.get_image().get_create_info().usage & VK_IMAGE_USAGE_STORAGE_BIT); - auto unorm_view = view.get_unorm_view(); - VK_ASSERT(unorm_view != VK_NULL_HANDLE); - set_texture(set, binding, unorm_view, unorm_view, - view.get_image().get_layout(VK_IMAGE_LAYOUT_GENERAL), view.get_cookie() | COOKIE_BIT_UNORM); -} - -void CommandBuffer::rebind_descriptor_set(uint32_t set) -{ - auto &layout = current_layout->get_resource_layout(); - if (layout.bindless_descriptor_set_mask & (1u << set)) - { - VK_ASSERT(bindless_sets[set]); - table.vkCmdBindDescriptorSets(cmd, actual_render_pass ? VK_PIPELINE_BIND_POINT_GRAPHICS : VK_PIPELINE_BIND_POINT_COMPUTE, - current_pipeline_layout, set, 1, &bindless_sets[set], 0, nullptr); - return; - } - - auto &set_layout = layout.sets[set]; - uint32_t num_dynamic_offsets = 0; - uint32_t dynamic_offsets[VULKAN_NUM_BINDINGS]; - - // UBOs - for_each_bit(set_layout.uniform_buffer_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - VK_ASSERT(num_dynamic_offsets < VULKAN_NUM_BINDINGS); - dynamic_offsets[num_dynamic_offsets++] = bindings.bindings[set][binding + i].dynamic_offset; - } - }); - - table.vkCmdBindDescriptorSets(cmd, actual_render_pass ? VK_PIPELINE_BIND_POINT_GRAPHICS : VK_PIPELINE_BIND_POINT_COMPUTE, - current_pipeline_layout, set, 1, &allocated_sets[set], num_dynamic_offsets, dynamic_offsets); -} - -void CommandBuffer::flush_descriptor_set(uint32_t set) -{ - auto &layout = current_layout->get_resource_layout(); - if (layout.bindless_descriptor_set_mask & (1u << set)) - { - VK_ASSERT(bindless_sets[set]); - table.vkCmdBindDescriptorSets(cmd, actual_render_pass ? VK_PIPELINE_BIND_POINT_GRAPHICS : VK_PIPELINE_BIND_POINT_COMPUTE, - current_pipeline_layout, set, 1, &bindless_sets[set], 0, nullptr); - return; - } - - auto &set_layout = layout.sets[set]; - uint32_t num_dynamic_offsets = 0; - uint32_t dynamic_offsets[VULKAN_NUM_BINDINGS]; - Hasher h; - - h.u32(set_layout.fp_mask); - - // UBOs - for_each_bit(set_layout.uniform_buffer_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - h.u64(bindings.cookies[set][binding + i]); - h.u32(bindings.bindings[set][binding + i].buffer.range); - VK_ASSERT(bindings.bindings[set][binding + i].buffer.buffer != VK_NULL_HANDLE); - - VK_ASSERT(num_dynamic_offsets < VULKAN_NUM_BINDINGS); - dynamic_offsets[num_dynamic_offsets++] = bindings.bindings[set][binding + i].dynamic_offset; - } - }); - - // SSBOs - for_each_bit(set_layout.storage_buffer_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - h.u64(bindings.cookies[set][binding + i]); - h.u32(bindings.bindings[set][binding + i].buffer.offset); - h.u32(bindings.bindings[set][binding + i].buffer.range); - VK_ASSERT(bindings.bindings[set][binding + i].buffer.buffer != VK_NULL_HANDLE); - } - }); - - // Texel buffers - for_each_bit(set_layout.sampled_texel_buffer_mask | set_layout.storage_texel_buffer_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - h.u64(bindings.cookies[set][binding + i]); - VK_ASSERT(bindings.bindings[set][binding + i].buffer_view != VK_NULL_HANDLE); - } - }); - - // Sampled images - for_each_bit(set_layout.sampled_image_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - h.u64(bindings.cookies[set][binding + i]); - if ((set_layout.immutable_sampler_mask & (1u << (binding + i))) == 0) - { - h.u64(bindings.secondary_cookies[set][binding + i]); - VK_ASSERT(bindings.bindings[set][binding + i].image.fp.sampler != VK_NULL_HANDLE); - } - h.u32(bindings.bindings[set][binding + i].image.fp.imageLayout); - VK_ASSERT(bindings.bindings[set][binding + i].image.fp.imageView != VK_NULL_HANDLE); - } - }); - - // Separate images - for_each_bit(set_layout.separate_image_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - h.u64(bindings.cookies[set][binding + i]); - h.u32(bindings.bindings[set][binding + i].image.fp.imageLayout); - VK_ASSERT(bindings.bindings[set][binding + i].image.fp.imageView != VK_NULL_HANDLE); - } - }); - - // Separate samplers - for_each_bit(set_layout.sampler_mask & ~set_layout.immutable_sampler_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - h.u64(bindings.secondary_cookies[set][binding + i]); - VK_ASSERT(bindings.bindings[set][binding + i].image.fp.sampler != VK_NULL_HANDLE); - } - }); - - // Storage images - for_each_bit(set_layout.storage_image_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - h.u64(bindings.cookies[set][binding + i]); - h.u32(bindings.bindings[set][binding + i].image.fp.imageLayout); - VK_ASSERT(bindings.bindings[set][binding + i].image.fp.imageView != VK_NULL_HANDLE); - } - }); - - // Input attachments - for_each_bit(set_layout.input_attachment_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - for (unsigned i = 0; i < array_size; i++) - { - h.u64(bindings.cookies[set][binding + i]); - h.u32(bindings.bindings[set][binding + i].image.fp.imageLayout); - VK_ASSERT(bindings.bindings[set][binding + i].image.fp.imageView != VK_NULL_HANDLE); - } - }); - - Hash hash = h.get(); - auto allocated = current_layout->get_allocator(set)->find(thread_index, hash); - - // The descriptor set was not successfully cached, rebuild. - if (!allocated.second) - { - auto update_template = current_layout->get_update_template(set); - VK_ASSERT(update_template); - table.vkUpdateDescriptorSetWithTemplate(device->get_device(), allocated.first, - update_template, bindings.bindings[set]); - } - - table.vkCmdBindDescriptorSets(cmd, actual_render_pass ? VK_PIPELINE_BIND_POINT_GRAPHICS : VK_PIPELINE_BIND_POINT_COMPUTE, - current_pipeline_layout, set, 1, &allocated.first, num_dynamic_offsets, dynamic_offsets); - allocated_sets[set] = allocated.first; -} - -void CommandBuffer::flush_descriptor_sets() -{ - auto &layout = current_layout->get_resource_layout(); - - uint32_t set_update = layout.descriptor_set_mask & dirty_sets; - for_each_bit(set_update, [&](uint32_t set) { flush_descriptor_set(set); }); - dirty_sets &= ~set_update; - - // If we update a set, we also bind dynamically. - dirty_sets_dynamic &= ~set_update; - - // If we only rebound UBOs, we might get away with just rebinding descriptor sets, no hashing and lookup required. - uint32_t dynamic_set_update = layout.descriptor_set_mask & dirty_sets_dynamic; - for_each_bit(dynamic_set_update, [&](uint32_t set) { rebind_descriptor_set(set); }); - dirty_sets_dynamic &= ~dynamic_set_update; -} - -void CommandBuffer::draw(uint32_t vertex_count, uint32_t instance_count, uint32_t first_vertex, uint32_t first_instance) -{ - VK_ASSERT(!is_compute); - if (flush_render_state(true)) - { - set_backtrace_checkpoint(); - table.vkCmdDraw(cmd, vertex_count, instance_count, first_vertex, first_instance); - } - else - LOGE("Failed to flush render state, draw call will be dropped.\n"); -} - -void CommandBuffer::draw_indexed(uint32_t index_count, uint32_t instance_count, uint32_t first_index, - int32_t vertex_offset, uint32_t first_instance) -{ - VK_ASSERT(!is_compute); - VK_ASSERT(index_state.buffer != VK_NULL_HANDLE); - if (flush_render_state(true)) - { - set_backtrace_checkpoint(); - table.vkCmdDrawIndexed(cmd, index_count, instance_count, first_index, vertex_offset, first_instance); - } - else - LOGE("Failed to flush render state, draw call will be dropped.\n"); -} - -void CommandBuffer::draw_indirect(const Vulkan::Buffer &buffer, - uint32_t offset, uint32_t draw_count, uint32_t stride) -{ - VK_ASSERT(!is_compute); - if (flush_render_state(true)) - { - set_backtrace_checkpoint(); - table.vkCmdDrawIndirect(cmd, buffer.get_buffer(), offset, draw_count, stride); - } - else - LOGE("Failed to flush render state, draw call will be dropped.\n"); -} - -void CommandBuffer::draw_multi_indirect(const Buffer &buffer, uint32_t offset, uint32_t draw_count, uint32_t stride, - const Buffer &count, uint32_t count_offset) -{ - VK_ASSERT(!is_compute); - if (!get_device().get_device_features().supports_draw_indirect_count) - { - LOGE("VK_KHR_draw_indirect_count not supported, dropping draw call.\n"); - return; - } - - if (flush_render_state(true)) - { - set_backtrace_checkpoint(); - table.vkCmdDrawIndirectCountKHR(cmd, buffer.get_buffer(), offset, - count.get_buffer(), count_offset, - draw_count, stride); - } - else - LOGE("Failed to flush render state, draw call will be dropped.\n"); -} - -void CommandBuffer::draw_indexed_multi_indirect(const Buffer &buffer, uint32_t offset, uint32_t draw_count, uint32_t stride, - const Buffer &count, uint32_t count_offset) -{ - VK_ASSERT(!is_compute); - if (!get_device().get_device_features().supports_draw_indirect_count) - { - LOGE("VK_KHR_draw_indirect_count not supported, dropping draw call.\n"); - return; - } - - if (flush_render_state(true)) - { - set_backtrace_checkpoint(); - table.vkCmdDrawIndexedIndirectCountKHR(cmd, buffer.get_buffer(), offset, - count.get_buffer(), count_offset, - draw_count, stride); - } - else - LOGE("Failed to flush render state, draw call will be dropped.\n"); -} - -void CommandBuffer::draw_indexed_indirect(const Vulkan::Buffer &buffer, - uint32_t offset, uint32_t draw_count, uint32_t stride) -{ - VK_ASSERT(!is_compute); - if (flush_render_state(true)) - { - table.vkCmdDrawIndexedIndirect(cmd, buffer.get_buffer(), offset, draw_count, stride); - set_backtrace_checkpoint(); - } - else - LOGE("Failed to flush render state, draw call will be dropped.\n"); -} - -void CommandBuffer::dispatch_indirect(const Buffer &buffer, uint32_t offset) -{ - VK_ASSERT(is_compute); - if (flush_compute_state(true)) - { - set_backtrace_checkpoint(); - table.vkCmdDispatchIndirect(cmd, buffer.get_buffer(), offset); - } - else - LOGE("Failed to flush render state, dispatch will be dropped.\n"); -} - -void CommandBuffer::dispatch(uint32_t groups_x, uint32_t groups_y, uint32_t groups_z) -{ - VK_ASSERT(is_compute); - if (flush_compute_state(true)) - { - set_backtrace_checkpoint(); - table.vkCmdDispatch(cmd, groups_x, groups_y, groups_z); - } - else - LOGE("Failed to flush render state, dispatch will be dropped.\n"); -} - -void CommandBuffer::clear_render_state() -{ - // Preserve spec constant mask. - auto &state = pipeline_state.static_state.state; - memset(&state, 0, sizeof(state)); -} - -void CommandBuffer::set_opaque_state() -{ - clear_render_state(); - auto &state = pipeline_state.static_state.state; - state.front_face = VK_FRONT_FACE_COUNTER_CLOCKWISE; - state.cull_mode = VK_CULL_MODE_BACK_BIT; - state.blend_enable = false; - state.depth_test = true; - state.depth_compare = VK_COMPARE_OP_LESS_OR_EQUAL; - state.depth_write = true; - state.depth_bias_enable = false; - state.primitive_restart = false; - state.stencil_test = false; - state.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST; - state.write_mask = ~0u; - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); -} - -void CommandBuffer::set_quad_state() -{ - clear_render_state(); - auto &state = pipeline_state.static_state.state; - state.front_face = VK_FRONT_FACE_COUNTER_CLOCKWISE; - state.cull_mode = VK_CULL_MODE_NONE; - state.blend_enable = false; - state.depth_test = false; - state.depth_write = false; - state.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; - state.write_mask = ~0u; - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); -} - -void CommandBuffer::set_opaque_sprite_state() -{ - clear_render_state(); - auto &state = pipeline_state.static_state.state; - state.front_face = VK_FRONT_FACE_COUNTER_CLOCKWISE; - state.cull_mode = VK_CULL_MODE_NONE; - state.blend_enable = false; - state.depth_compare = VK_COMPARE_OP_LESS; - state.depth_test = true; - state.depth_write = true; - state.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; - state.write_mask = ~0u; - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); -} - -void CommandBuffer::set_transparent_sprite_state() -{ - clear_render_state(); - auto &state = pipeline_state.static_state.state; - state.front_face = VK_FRONT_FACE_COUNTER_CLOCKWISE; - state.cull_mode = VK_CULL_MODE_NONE; - state.blend_enable = true; - state.depth_test = true; - state.depth_compare = VK_COMPARE_OP_LESS; - state.depth_write = false; - state.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP; - state.write_mask = ~0u; - - // The alpha layer should start at 1 (fully transparent). - // As layers are blended in, the transparency is multiplied with other transparencies (1 - alpha). - set_blend_factors(VK_BLEND_FACTOR_SRC_ALPHA, VK_BLEND_FACTOR_ZERO, - VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA, VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA); - set_blend_op(VK_BLEND_OP_ADD); - - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); -} - -void CommandBuffer::restore_state(const CommandBufferSavedState &state) -{ - auto &static_state = pipeline_state.static_state; - auto &potential_static_state = pipeline_state.potential_static_state; - - for (unsigned i = 0; i < VULKAN_NUM_DESCRIPTOR_SETS; i++) - { - if (state.flags & (COMMAND_BUFFER_SAVED_BINDINGS_0_BIT << i)) - { - if (memcmp(state.bindings.bindings[i], bindings.bindings[i], sizeof(bindings.bindings[i]))) - { - memcpy(bindings.bindings[i], state.bindings.bindings[i], sizeof(bindings.bindings[i])); - memcpy(bindings.cookies[i], state.bindings.cookies[i], sizeof(bindings.cookies[i])); - memcpy(bindings.secondary_cookies[i], state.bindings.secondary_cookies[i], sizeof(bindings.secondary_cookies[i])); - dirty_sets |= 1u << i; - } - } - } - - if (state.flags & COMMAND_BUFFER_SAVED_PUSH_CONSTANT_BIT) - { - if (memcmp(state.bindings.push_constant_data, bindings.push_constant_data, sizeof(bindings.push_constant_data)) != 0) - { - memcpy(bindings.push_constant_data, state.bindings.push_constant_data, sizeof(bindings.push_constant_data)); - set_dirty(COMMAND_BUFFER_DIRTY_PUSH_CONSTANTS_BIT); - } - } - - if ((state.flags & COMMAND_BUFFER_SAVED_VIEWPORT_BIT) && memcmp(&state.viewport, &viewport, sizeof(viewport)) != 0) - { - viewport = state.viewport; - set_dirty(COMMAND_BUFFER_DIRTY_VIEWPORT_BIT); - } - - if ((state.flags & COMMAND_BUFFER_SAVED_SCISSOR_BIT) && memcmp(&state.scissor, &scissor, sizeof(scissor)) != 0) - { - scissor = state.scissor; - set_dirty(COMMAND_BUFFER_DIRTY_SCISSOR_BIT); - } - - if (state.flags & COMMAND_BUFFER_SAVED_RENDER_STATE_BIT) - { - if (memcmp(&state.static_state, &static_state, sizeof(static_state)) != 0) - { - memcpy(&static_state, &state.static_state, sizeof(static_state)); - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); - } - - if (memcmp(&state.potential_static_state, &potential_static_state, sizeof(potential_static_state)) != 0) - { - memcpy(&potential_static_state, &state.potential_static_state, sizeof(potential_static_state)); - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); - } - - if (memcmp(&state.dynamic_state, &dynamic_state, sizeof(dynamic_state)) != 0) - { - memcpy(&dynamic_state, &state.dynamic_state, sizeof(dynamic_state)); - set_dirty(COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT | COMMAND_BUFFER_DIRTY_DEPTH_BIAS_BIT); - } - } -} - -void CommandBuffer::save_state(CommandBufferSaveStateFlags flags, CommandBufferSavedState &state) -{ - for (unsigned i = 0; i < VULKAN_NUM_DESCRIPTOR_SETS; i++) - { - if (flags & (COMMAND_BUFFER_SAVED_BINDINGS_0_BIT << i)) - { - memcpy(state.bindings.bindings[i], bindings.bindings[i], sizeof(bindings.bindings[i])); - memcpy(state.bindings.cookies[i], bindings.cookies[i], sizeof(bindings.cookies[i])); - memcpy(state.bindings.secondary_cookies[i], bindings.secondary_cookies[i], - sizeof(bindings.secondary_cookies[i])); - } - } - - if (flags & COMMAND_BUFFER_SAVED_VIEWPORT_BIT) - state.viewport = viewport; - if (flags & COMMAND_BUFFER_SAVED_SCISSOR_BIT) - state.scissor = scissor; - if (flags & COMMAND_BUFFER_SAVED_RENDER_STATE_BIT) - { - memcpy(&state.static_state, &pipeline_state.static_state, sizeof(pipeline_state.static_state)); - state.potential_static_state = pipeline_state.potential_static_state; - state.dynamic_state = dynamic_state; - } - - if (flags & COMMAND_BUFFER_SAVED_PUSH_CONSTANT_BIT) - memcpy(state.bindings.push_constant_data, bindings.push_constant_data, sizeof(bindings.push_constant_data)); - - state.flags = flags; -} - -QueryPoolHandle CommandBuffer::write_timestamp(VkPipelineStageFlagBits stage) -{ - return device->write_timestamp(cmd, stage); -} - -void CommandBuffer::add_checkpoint(const char *tag) -{ - if (device->get_device_features().supports_nv_device_diagnostic_checkpoints) - table.vkCmdSetCheckpointNV(cmd, tag); -} - -void CommandBuffer::set_backtrace_checkpoint() -{ -#if defined(FULL_BACKTRACE_CHECKPOINTS) && defined(__linux__) - void *arr[1024]; - int ret = backtrace(arr, 1024); - - ostringstream str; - for (int i = 0; i < ret; i++) - str << arr[i] << endl; - auto s = str.str(); - - // Never free the duped string for now. - add_checkpoint(strdup(s.c_str())); -#endif -} - -void CommandBuffer::end_threaded_recording() -{ - VK_ASSERT(!debug_channel_buffer); - - if (is_ended) - return; - - is_ended = true; - - // We must end a command buffer on the same thread index we started it on. - VK_ASSERT(get_current_thread_index() == thread_index); - - if (has_profiling()) - { - auto &query_pool = device->get_performance_query_pool(device->get_physical_queue_type(type)); - query_pool.end_command_buffer(cmd); - } - - if (table.vkEndCommandBuffer(cmd) != VK_SUCCESS) - LOGE("Failed to end command buffer.\n"); -} - -void CommandBuffer::end() -{ - end_threaded_recording(); - - if (vbo_block.mapped) - device->request_vertex_block_nolock(vbo_block, 0); - if (ibo_block.mapped) - device->request_index_block_nolock(ibo_block, 0); - if (ubo_block.mapped) - device->request_uniform_block_nolock(ubo_block, 0); - if (staging_block.mapped) - device->request_staging_block_nolock(staging_block, 0); -} - -void CommandBuffer::begin_region(const char *name, const float *color) -{ - if (device->ext.supports_debug_utils) - { - VkDebugUtilsLabelEXT info = { VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT }; - if (color) - { - for (unsigned i = 0; i < 4; i++) - info.color[i] = color[i]; - } - else - { - for (unsigned i = 0; i < 4; i++) - info.color[i] = 1.0f; - } - - info.pLabelName = name; - if (vkCmdBeginDebugUtilsLabelEXT) - vkCmdBeginDebugUtilsLabelEXT(cmd, &info); - } -} - -void CommandBuffer::end_region() -{ - if (device->ext.supports_debug_utils) - { - if (vkCmdEndDebugUtilsLabelEXT) - vkCmdEndDebugUtilsLabelEXT(cmd); - } -} - -void CommandBuffer::enable_profiling() -{ - profiling = true; -} - -bool CommandBuffer::has_profiling() const -{ - return profiling; -} - -void CommandBuffer::begin_debug_channel(DebugChannelInterface *iface, const char *tag, VkDeviceSize size) -{ - if (debug_channel_buffer) - end_debug_channel(); - - debug_channel_tag = tag; - debug_channel_interface = iface; - - BufferCreateInfo info = {}; - info.size = size; - info.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_STORAGE_BUFFER_BIT; - info.domain = BufferDomain::Device; - debug_channel_buffer = device->create_buffer(info); - - fill_buffer(*debug_channel_buffer, 0); - barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, - VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT); - - set_storage_buffer(VULKAN_NUM_DESCRIPTOR_SETS - 1, VULKAN_NUM_BINDINGS - 1, *debug_channel_buffer); -} - -void CommandBuffer::end_debug_channel() -{ - if (!debug_channel_buffer) - return; - - BufferCreateInfo info = {}; - info.size = debug_channel_buffer->get_create_info().size; - info.usage = VK_BUFFER_USAGE_TRANSFER_DST_BIT; - info.domain = BufferDomain::CachedHost; - auto debug_channel_readback = device->create_buffer(info); - barrier(VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, VK_ACCESS_SHADER_WRITE_BIT, - VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_READ_BIT); - copy_buffer(*debug_channel_readback, *debug_channel_buffer); - barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_HOST_BIT, VK_ACCESS_HOST_READ_BIT); - - debug_channel_buffer.reset(); - device->add_debug_channel_buffer(debug_channel_interface, std::move(debug_channel_tag), std::move(debug_channel_readback)); - debug_channel_readback = {}; - debug_channel_tag = {}; - debug_channel_interface = nullptr; -} - -#ifdef GRANITE_VULKAN_FILESYSTEM -void CommandBufferUtil::set_quad_vertex_state(CommandBuffer &cmd) -{ -#ifdef __APPLE__ - // For *some* reason, Metal does not support tightly packed R8G8 ... - // Have to use RGBA8 <_<. - auto *data = static_cast(cmd.allocate_vertex_data(0, 16, 4)); - *data++ = -127; - *data++ = +127; - *data++ = 0; - *data++ = +127; - *data++ = +127; - *data++ = +127; - *data++ = 0; - *data++ = +127; - *data++ = -127; - *data++ = -127; - *data++ = 0; - *data++ = +127; - *data++ = +127; - *data++ = -127; - *data++ = 0; - *data++ = +127; - - cmd.set_vertex_attrib(0, 0, VK_FORMAT_R8G8B8A8_SNORM, 0); -#else - auto *data = static_cast(cmd.allocate_vertex_data(0, 8, 2)); - *data++ = -127; - *data++ = +127; - *data++ = +127; - *data++ = +127; - *data++ = -127; - *data++ = -127; - *data++ = +127; - *data++ = -127; - - cmd.set_vertex_attrib(0, 0, VK_FORMAT_R8G8_SNORM, 0); -#endif -} - -void CommandBufferUtil::set_fullscreen_quad_vertex_state(CommandBuffer &cmd) -{ - auto *data = static_cast(cmd.allocate_vertex_data(0, 6 * sizeof(float), 2 * sizeof(float))); - *data++ = -1.0f; - *data++ = -3.0f; - *data++ = -1.0f; - *data++ = +1.0f; - *data++ = +3.0f; - *data++ = +1.0f; - - cmd.set_vertex_attrib(0, 0, VK_FORMAT_R32G32_SFLOAT, 0); -} - -void CommandBufferUtil::draw_fullscreen_quad(CommandBuffer &cmd, unsigned instances) -{ - cmd.set_primitive_topology(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); - cmd.draw(3, instances); -} - -void CommandBufferUtil::draw_quad(CommandBuffer &cmd, unsigned instances) -{ - cmd.set_primitive_topology(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP); - cmd.draw(4, instances); -} - -void CommandBufferUtil::draw_fullscreen_quad(CommandBuffer &cmd, const std::string &vertex, const std::string &fragment, - const std::vector> &defines) -{ - draw_fullscreen_quad_depth(cmd, vertex, fragment, false, false, VK_COMPARE_OP_ALWAYS, defines); -} - -void CommandBufferUtil::draw_fullscreen_quad_depth(CommandBuffer &cmd, const std::string &vertex, - const std::string &fragment, - bool depth_test, bool depth_write, VkCompareOp depth_compare, - const std::vector> &defines) -{ - setup_fullscreen_quad(cmd, vertex, fragment, defines, depth_test, depth_write, depth_compare); - draw_fullscreen_quad(cmd); -} - -void CommandBufferUtil::setup_fullscreen_quad(Vulkan::CommandBuffer &cmd, const std::string &vertex, - const std::string &fragment, - const std::vector> &defines, bool depth_test, - bool depth_write, VkCompareOp depth_compare) -{ - cmd.set_program(vertex, fragment, defines); - cmd.set_quad_state(); - set_fullscreen_quad_vertex_state(cmd); - cmd.set_depth_test(depth_test, depth_write); - cmd.set_depth_compare(depth_compare); - cmd.set_primitive_topology(VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST); -} -#endif - -void CommandBufferDeleter::operator()(Vulkan::CommandBuffer *cmd) -{ - cmd->device->handle_pool.command_buffers.free(cmd); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/command_buffer.hpp b/external/parallel-rdp-standalone/vulkan/command_buffer.hpp deleted file mode 100644 index 26fd030f..00000000 --- a/external/parallel-rdp-standalone/vulkan/command_buffer.hpp +++ /dev/null @@ -1,802 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "buffer.hpp" -#include "buffer_pool.hpp" -#include "vulkan_headers.hpp" -#include "image.hpp" -#include "pipeline_event.hpp" -#include "query_pool.hpp" -#include "render_pass.hpp" -#include "sampler.hpp" -#include "shader.hpp" -#include "vulkan_common.hpp" -#include - -namespace Vulkan -{ -class DebugChannelInterface; - -enum CommandBufferDirtyBits -{ - COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT = 1 << 0, - COMMAND_BUFFER_DIRTY_PIPELINE_BIT = 1 << 1, - - COMMAND_BUFFER_DIRTY_VIEWPORT_BIT = 1 << 2, - COMMAND_BUFFER_DIRTY_SCISSOR_BIT = 1 << 3, - COMMAND_BUFFER_DIRTY_DEPTH_BIAS_BIT = 1 << 4, - COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT = 1 << 5, - - COMMAND_BUFFER_DIRTY_STATIC_VERTEX_BIT = 1 << 6, - - COMMAND_BUFFER_DIRTY_PUSH_CONSTANTS_BIT = 1 << 7, - - COMMAND_BUFFER_DYNAMIC_BITS = COMMAND_BUFFER_DIRTY_VIEWPORT_BIT | COMMAND_BUFFER_DIRTY_SCISSOR_BIT | - COMMAND_BUFFER_DIRTY_DEPTH_BIAS_BIT | - COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT -}; -using CommandBufferDirtyFlags = uint32_t; - -#define COMPARE_OP_BITS 3 -#define STENCIL_OP_BITS 3 -#define BLEND_FACTOR_BITS 5 -#define BLEND_OP_BITS 3 -#define CULL_MODE_BITS 2 -#define FRONT_FACE_BITS 1 -union PipelineState { - struct - { - // Depth state. - unsigned depth_write : 1; - unsigned depth_test : 1; - unsigned blend_enable : 1; - - unsigned cull_mode : CULL_MODE_BITS; - unsigned front_face : FRONT_FACE_BITS; - unsigned depth_bias_enable : 1; - - unsigned depth_compare : COMPARE_OP_BITS; - - unsigned stencil_test : 1; - unsigned stencil_front_fail : STENCIL_OP_BITS; - unsigned stencil_front_pass : STENCIL_OP_BITS; - unsigned stencil_front_depth_fail : STENCIL_OP_BITS; - unsigned stencil_front_compare_op : COMPARE_OP_BITS; - unsigned stencil_back_fail : STENCIL_OP_BITS; - unsigned stencil_back_pass : STENCIL_OP_BITS; - unsigned stencil_back_depth_fail : STENCIL_OP_BITS; - unsigned stencil_back_compare_op : COMPARE_OP_BITS; - - unsigned alpha_to_coverage : 1; - unsigned alpha_to_one : 1; - unsigned sample_shading : 1; - - unsigned src_color_blend : BLEND_FACTOR_BITS; - unsigned dst_color_blend : BLEND_FACTOR_BITS; - unsigned color_blend_op : BLEND_OP_BITS; - unsigned src_alpha_blend : BLEND_FACTOR_BITS; - unsigned dst_alpha_blend : BLEND_FACTOR_BITS; - unsigned alpha_blend_op : BLEND_OP_BITS; - unsigned primitive_restart : 1; - unsigned topology : 4; - - unsigned wireframe : 1; - unsigned subgroup_control_size : 1; - unsigned subgroup_full_group : 1; - unsigned subgroup_minimum_size_log2 : 3; - unsigned subgroup_maximum_size_log2 : 3; - unsigned conservative_raster : 1; - - uint32_t write_mask; - } state; - uint32_t words[4]; -}; - -struct PotentialState -{ - float blend_constants[4]; - uint32_t spec_constants[VULKAN_NUM_SPEC_CONSTANTS]; - uint8_t spec_constant_mask; -}; - -struct DynamicState -{ - float depth_bias_constant = 0.0f; - float depth_bias_slope = 0.0f; - uint8_t front_compare_mask = 0; - uint8_t front_write_mask = 0; - uint8_t front_reference = 0; - uint8_t back_compare_mask = 0; - uint8_t back_write_mask = 0; - uint8_t back_reference = 0; -}; - -struct VertexAttribState -{ - uint32_t binding; - VkFormat format; - uint32_t offset; -}; - -struct IndexState -{ - VkBuffer buffer; - VkDeviceSize offset; - VkIndexType index_type; -}; - -struct VertexBindingState -{ - VkBuffer buffers[VULKAN_NUM_VERTEX_BUFFERS]; - VkDeviceSize offsets[VULKAN_NUM_VERTEX_BUFFERS]; -}; - -enum CommandBufferSavedStateBits -{ - COMMAND_BUFFER_SAVED_BINDINGS_0_BIT = 1u << 0, - COMMAND_BUFFER_SAVED_BINDINGS_1_BIT = 1u << 1, - COMMAND_BUFFER_SAVED_BINDINGS_2_BIT = 1u << 2, - COMMAND_BUFFER_SAVED_BINDINGS_3_BIT = 1u << 3, - COMMAND_BUFFER_SAVED_VIEWPORT_BIT = 1u << 4, - COMMAND_BUFFER_SAVED_SCISSOR_BIT = 1u << 5, - COMMAND_BUFFER_SAVED_RENDER_STATE_BIT = 1u << 6, - COMMAND_BUFFER_SAVED_PUSH_CONSTANT_BIT = 1u << 7 -}; -static_assert(VULKAN_NUM_DESCRIPTOR_SETS == 4, "Number of descriptor sets != 4."); -using CommandBufferSaveStateFlags = uint32_t; - -struct CommandBufferSavedState -{ - CommandBufferSaveStateFlags flags; - ResourceBindings bindings; - VkViewport viewport; - VkRect2D scissor; - - PipelineState static_state; - PotentialState potential_static_state; - DynamicState dynamic_state; -}; - -struct DeferredPipelineCompile -{ - Program *program; - const RenderPass *compatible_render_pass; - PipelineState static_state; - PotentialState potential_static_state; - VertexAttribState attribs[VULKAN_NUM_VERTEX_ATTRIBS]; - VkDeviceSize strides[VULKAN_NUM_VERTEX_BUFFERS]; - VkVertexInputRate input_rates[VULKAN_NUM_VERTEX_BUFFERS]; - - unsigned subpass_index; - Util::Hash hash; - VkPipelineCache cache; - uint32_t subgroup_size_tag; -}; - -class CommandBuffer; -struct CommandBufferDeleter -{ - void operator()(CommandBuffer *cmd); -}; - -class Device; -class CommandBuffer : public Util::IntrusivePtrEnabled -{ -public: - friend struct CommandBufferDeleter; - enum class Type - { - Generic = QUEUE_INDEX_GRAPHICS, - AsyncCompute = QUEUE_INDEX_COMPUTE, - AsyncTransfer = QUEUE_INDEX_TRANSFER, - VideoDecode = QUEUE_INDEX_VIDEO_DECODE, - AsyncGraphics = QUEUE_INDEX_COUNT, // Aliases with either Generic or AsyncCompute queue - Count - }; - - ~CommandBuffer(); - VkCommandBuffer get_command_buffer() const - { - return cmd; - } - - void begin_region(const char *name, const float *color = nullptr); - void end_region(); - - Device &get_device() - { - return *device; - } - - VkPipelineStageFlags swapchain_touched_in_stages() const - { - return uses_swapchain_in_stages; - } - - // Only used when using swapchain in non-obvious ways, like compute or transfer. - void swapchain_touch_in_stages(VkPipelineStageFlags stages) - { - uses_swapchain_in_stages |= stages; - } - - void set_thread_index(unsigned index_) - { - thread_index = index_; - } - - unsigned get_thread_index() const - { - return thread_index; - } - - void set_is_secondary() - { - is_secondary = true; - } - - bool get_is_secondary() const - { - return is_secondary; - } - - void clear_image(const Image &image, const VkClearValue &value); - void clear_image(const Image &image, const VkClearValue &value, VkImageAspectFlags aspect); - void clear_quad(unsigned attachment, const VkClearRect &rect, const VkClearValue &value, - VkImageAspectFlags = VK_IMAGE_ASPECT_COLOR_BIT); - void clear_quad(const VkClearRect &rect, const VkClearAttachment *attachments, unsigned num_attachments); - - void fill_buffer(const Buffer &dst, uint32_t value); - void fill_buffer(const Buffer &dst, uint32_t value, VkDeviceSize offset, VkDeviceSize size); - void copy_buffer(const Buffer &dst, VkDeviceSize dst_offset, const Buffer &src, VkDeviceSize src_offset, - VkDeviceSize size); - void copy_buffer(const Buffer &dst, const Buffer &src); - void copy_buffer(const Buffer &dst, const Buffer &src, const VkBufferCopy *copies, size_t count); - void copy_image(const Image &dst, const Image &src); - void copy_image(const Image &dst, const Image &src, - const VkOffset3D &dst_offset, const VkOffset3D &src_offset, - const VkExtent3D &extent, - const VkImageSubresourceLayers &dst_subresource, - const VkImageSubresourceLayers &src_subresource); - - void copy_buffer_to_image(const Image &image, const Buffer &buffer, VkDeviceSize buffer_offset, - const VkOffset3D &offset, const VkExtent3D &extent, unsigned row_length, - unsigned slice_height, const VkImageSubresourceLayers &subresrouce); - void copy_buffer_to_image(const Image &image, const Buffer &buffer, unsigned num_blits, const VkBufferImageCopy *blits); - - void copy_image_to_buffer(const Buffer &buffer, const Image &image, unsigned num_blits, const VkBufferImageCopy *blits); - void copy_image_to_buffer(const Buffer &dst, const Image &src, VkDeviceSize buffer_offset, const VkOffset3D &offset, - const VkExtent3D &extent, unsigned row_length, unsigned slice_height, - const VkImageSubresourceLayers &subresrouce); - - void full_barrier(); - void pixel_barrier(); - void barrier(VkPipelineStageFlags src_stage, VkAccessFlags src_access, VkPipelineStageFlags dst_stage, - VkAccessFlags dst_access); - - PipelineEvent signal_event(VkPipelineStageFlags stages); - void complete_signal_event(const EventHolder &event); - - void wait_events(unsigned num_events, const VkEvent *events, - VkPipelineStageFlags src_stages, VkPipelineStageFlags dst_stages, - unsigned barriers, const VkMemoryBarrier *globals, - unsigned buffer_barriers, const VkBufferMemoryBarrier *buffers, - unsigned image_barriers, const VkImageMemoryBarrier *images); - - void barrier(VkPipelineStageFlags src_stages, VkPipelineStageFlags dst_stages, - unsigned barriers, const VkMemoryBarrier *globals, - unsigned buffer_barriers, const VkBufferMemoryBarrier *buffers, - unsigned image_barriers, const VkImageMemoryBarrier *images); - - void buffer_barrier(const Buffer &buffer, VkPipelineStageFlags src_stage, VkAccessFlags src_access, - VkPipelineStageFlags dst_stage, VkAccessFlags dst_access); - - void image_barrier(const Image &image, VkImageLayout old_layout, VkImageLayout new_layout, - VkPipelineStageFlags src_stage, VkAccessFlags src_access, VkPipelineStageFlags dst_stage, - VkAccessFlags dst_access); - - void buffer_barriers(VkPipelineStageFlags src_stages, VkPipelineStageFlags dst_stages, - unsigned buffer_barriers, const VkBufferMemoryBarrier *buffers); - void image_barriers(VkPipelineStageFlags src_stages, VkPipelineStageFlags dst_stages, - unsigned image_barriers, const VkImageMemoryBarrier *images); - - void blit_image(const Image &dst, - const Image &src, - const VkOffset3D &dst_offset0, const VkOffset3D &dst_extent, - const VkOffset3D &src_offset0, const VkOffset3D &src_extent, unsigned dst_level, unsigned src_level, - unsigned dst_base_layer = 0, uint32_t src_base_layer = 0, unsigned num_layers = 1, - VkFilter filter = VK_FILTER_LINEAR); - - // Prepares an image to have its mipmap generated. - // Puts the top-level into TRANSFER_SRC_OPTIMAL, and all other levels are invalidated with an UNDEFINED -> TRANSFER_DST_OPTIMAL. - void barrier_prepare_generate_mipmap(const Image &image, VkImageLayout base_level_layout, VkPipelineStageFlags src_stage, VkAccessFlags src_access, - bool need_top_level_barrier = true); - - // The image must have been transitioned with barrier_prepare_generate_mipmap before calling this function. - // After calling this function, the image will be entirely in TRANSFER_SRC_OPTIMAL layout. - // Wait for TRANSFER stage to drain before transitioning away from TRANSFER_SRC_OPTIMAL. - void generate_mipmap(const Image &image); - - void begin_render_pass(const RenderPassInfo &info, VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE); - void next_subpass(VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE); - void end_render_pass(); - void submit_secondary(Util::IntrusivePtr secondary); - inline unsigned get_current_subpass() const - { - return pipeline_state.subpass_index; - } - Util::IntrusivePtr request_secondary_command_buffer(unsigned thread_index, unsigned subpass); - static Util::IntrusivePtr request_secondary_command_buffer(Device &device, - const RenderPassInfo &rp, unsigned thread_index, unsigned subpass); - - void set_program(Program *program); - -#ifdef GRANITE_VULKAN_FILESYSTEM - // Convenience functions for one-off shader binds. - void set_program(const std::string &vertex, const std::string &fragment, const std::vector> &defines = {}); - void set_program(const std::string &compute, const std::vector> &defines = {}); -#endif - - void set_buffer_view(unsigned set, unsigned binding, const BufferView &view); - void set_storage_buffer_view(unsigned set, unsigned binding, const BufferView &view); - void set_input_attachments(unsigned set, unsigned start_binding); - void set_texture(unsigned set, unsigned binding, const ImageView &view); - void set_unorm_texture(unsigned set, unsigned binding, const ImageView &view); - void set_srgb_texture(unsigned set, unsigned binding, const ImageView &view); - void set_texture(unsigned set, unsigned binding, const ImageView &view, const Sampler &sampler); - void set_texture(unsigned set, unsigned binding, const ImageView &view, StockSampler sampler); - void set_storage_texture(unsigned set, unsigned binding, const ImageView &view); - void set_unorm_storage_texture(unsigned set, unsigned binding, const ImageView &view); - void set_sampler(unsigned set, unsigned binding, const Sampler &sampler); - void set_sampler(unsigned set, unsigned binding, StockSampler sampler); - void set_uniform_buffer(unsigned set, unsigned binding, const Buffer &buffer); - void set_uniform_buffer(unsigned set, unsigned binding, const Buffer &buffer, VkDeviceSize offset, - VkDeviceSize range); - void set_storage_buffer(unsigned set, unsigned binding, const Buffer &buffer); - void set_storage_buffer(unsigned set, unsigned binding, const Buffer &buffer, VkDeviceSize offset, - VkDeviceSize range); - - void set_bindless(unsigned set, VkDescriptorSet desc_set); - - void push_constants(const void *data, VkDeviceSize offset, VkDeviceSize range); - - void *allocate_constant_data(unsigned set, unsigned binding, VkDeviceSize size); - - template - T *allocate_typed_constant_data(unsigned set, unsigned binding, unsigned count) - { - return static_cast(allocate_constant_data(set, binding, count * sizeof(T))); - } - - void *allocate_vertex_data(unsigned binding, VkDeviceSize size, VkDeviceSize stride, - VkVertexInputRate step_rate = VK_VERTEX_INPUT_RATE_VERTEX); - void *allocate_index_data(VkDeviceSize size, VkIndexType index_type); - - void *update_buffer(const Buffer &buffer, VkDeviceSize offset, VkDeviceSize size); - void *update_image(const Image &image, const VkOffset3D &offset, const VkExtent3D &extent, uint32_t row_length, - uint32_t image_height, const VkImageSubresourceLayers &subresource); - void *update_image(const Image &image, uint32_t row_length = 0, uint32_t image_height = 0); - - void set_viewport(const VkViewport &viewport); - const VkViewport &get_viewport() const; - void set_scissor(const VkRect2D &rect); - - void set_vertex_attrib(uint32_t attrib, uint32_t binding, VkFormat format, VkDeviceSize offset); - void set_vertex_binding(uint32_t binding, const Buffer &buffer, VkDeviceSize offset, VkDeviceSize stride, - VkVertexInputRate step_rate = VK_VERTEX_INPUT_RATE_VERTEX); - void set_index_buffer(const Buffer &buffer, VkDeviceSize offset, VkIndexType index_type); - - void draw(uint32_t vertex_count, uint32_t instance_count = 1, uint32_t first_vertex = 0, - uint32_t first_instance = 0); - void draw_indexed(uint32_t index_count, uint32_t instance_count = 1, uint32_t first_index = 0, - int32_t vertex_offset = 0, uint32_t first_instance = 0); - - void dispatch(uint32_t groups_x, uint32_t groups_y, uint32_t groups_z); - - void draw_indirect(const Buffer &buffer, uint32_t offset, uint32_t draw_count, uint32_t stride); - void draw_indexed_indirect(const Buffer &buffer, uint32_t offset, uint32_t draw_count, uint32_t stride); - void draw_multi_indirect(const Buffer &buffer, uint32_t offset, uint32_t draw_count, uint32_t stride, - const Buffer &count, uint32_t count_offset); - void draw_indexed_multi_indirect(const Buffer &buffer, uint32_t offset, uint32_t draw_count, uint32_t stride, - const Buffer &count, uint32_t count_offset); - void dispatch_indirect(const Buffer &buffer, uint32_t offset); - - void set_opaque_state(); - void set_quad_state(); - void set_opaque_sprite_state(); - void set_transparent_sprite_state(); - - void save_state(CommandBufferSaveStateFlags flags, CommandBufferSavedState &state); - void restore_state(const CommandBufferSavedState &state); - -#define SET_STATIC_STATE(value) \ - do \ - { \ - if (pipeline_state.static_state.state.value != value) \ - { \ - pipeline_state.static_state.state.value = value; \ - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); \ - } \ - } while (0) - -#define SET_POTENTIALLY_STATIC_STATE(value) \ - do \ - { \ - if (pipeline_state.potential_static_state.value != value) \ - { \ - pipeline_state.potential_static_state.value = value; \ - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); \ - } \ - } while (0) - - inline void set_depth_test(bool depth_test, bool depth_write) - { - SET_STATIC_STATE(depth_test); - SET_STATIC_STATE(depth_write); - } - - inline void set_wireframe(bool wireframe) - { - SET_STATIC_STATE(wireframe); - } - - inline void set_depth_compare(VkCompareOp depth_compare) - { - SET_STATIC_STATE(depth_compare); - } - - inline void set_blend_enable(bool blend_enable) - { - SET_STATIC_STATE(blend_enable); - } - - inline void set_blend_factors(VkBlendFactor src_color_blend, VkBlendFactor src_alpha_blend, - VkBlendFactor dst_color_blend, VkBlendFactor dst_alpha_blend) - { - SET_STATIC_STATE(src_color_blend); - SET_STATIC_STATE(dst_color_blend); - SET_STATIC_STATE(src_alpha_blend); - SET_STATIC_STATE(dst_alpha_blend); - } - - inline void set_blend_factors(VkBlendFactor src_blend, VkBlendFactor dst_blend) - { - set_blend_factors(src_blend, src_blend, dst_blend, dst_blend); - } - - inline void set_blend_op(VkBlendOp color_blend_op, VkBlendOp alpha_blend_op) - { - SET_STATIC_STATE(color_blend_op); - SET_STATIC_STATE(alpha_blend_op); - } - - inline void set_blend_op(VkBlendOp blend_op) - { - set_blend_op(blend_op, blend_op); - } - - inline void set_depth_bias(bool depth_bias_enable) - { - SET_STATIC_STATE(depth_bias_enable); - } - - inline void set_color_write_mask(uint32_t write_mask) - { - SET_STATIC_STATE(write_mask); - } - - inline void set_stencil_test(bool stencil_test) - { - SET_STATIC_STATE(stencil_test); - } - - inline void set_stencil_front_ops(VkCompareOp stencil_front_compare_op, VkStencilOp stencil_front_pass, - VkStencilOp stencil_front_fail, VkStencilOp stencil_front_depth_fail) - { - SET_STATIC_STATE(stencil_front_compare_op); - SET_STATIC_STATE(stencil_front_pass); - SET_STATIC_STATE(stencil_front_fail); - SET_STATIC_STATE(stencil_front_depth_fail); - } - - inline void set_stencil_back_ops(VkCompareOp stencil_back_compare_op, VkStencilOp stencil_back_pass, - VkStencilOp stencil_back_fail, VkStencilOp stencil_back_depth_fail) - { - SET_STATIC_STATE(stencil_back_compare_op); - SET_STATIC_STATE(stencil_back_pass); - SET_STATIC_STATE(stencil_back_fail); - SET_STATIC_STATE(stencil_back_depth_fail); - } - - inline void set_stencil_ops(VkCompareOp stencil_compare_op, VkStencilOp stencil_pass, VkStencilOp stencil_fail, - VkStencilOp stencil_depth_fail) - { - set_stencil_front_ops(stencil_compare_op, stencil_pass, stencil_fail, stencil_depth_fail); - set_stencil_back_ops(stencil_compare_op, stencil_pass, stencil_fail, stencil_depth_fail); - } - - inline void set_primitive_topology(VkPrimitiveTopology topology) - { - SET_STATIC_STATE(topology); - } - - inline void set_primitive_restart(bool primitive_restart) - { - SET_STATIC_STATE(primitive_restart); - } - - inline void set_multisample_state(bool alpha_to_coverage, bool alpha_to_one = false, bool sample_shading = false) - { - SET_STATIC_STATE(alpha_to_coverage); - SET_STATIC_STATE(alpha_to_one); - SET_STATIC_STATE(sample_shading); - } - - inline void set_front_face(VkFrontFace front_face) - { - SET_STATIC_STATE(front_face); - } - - inline void set_cull_mode(VkCullModeFlags cull_mode) - { - SET_STATIC_STATE(cull_mode); - } - - inline void set_blend_constants(const float blend_constants[4]) - { - SET_POTENTIALLY_STATIC_STATE(blend_constants[0]); - SET_POTENTIALLY_STATIC_STATE(blend_constants[1]); - SET_POTENTIALLY_STATIC_STATE(blend_constants[2]); - SET_POTENTIALLY_STATIC_STATE(blend_constants[3]); - } - - inline void set_specialization_constant_mask(uint32_t spec_constant_mask) - { - VK_ASSERT((spec_constant_mask & ~((1u << VULKAN_NUM_SPEC_CONSTANTS) - 1u)) == 0u); - SET_POTENTIALLY_STATIC_STATE(spec_constant_mask); - } - - template - inline void set_specialization_constant(unsigned index, const T &value) - { - VK_ASSERT(index < VULKAN_NUM_SPEC_CONSTANTS); - static_assert(sizeof(value) == sizeof(uint32_t), "Spec constant data must be 32-bit."); - if (memcmp(&pipeline_state.potential_static_state.spec_constants[index], &value, sizeof(value))) - { - memcpy(&pipeline_state.potential_static_state.spec_constants[index], &value, sizeof(value)); - if (pipeline_state.potential_static_state.spec_constant_mask & (1u << index)) - set_dirty(COMMAND_BUFFER_DIRTY_STATIC_STATE_BIT); - } - } - - inline void set_specialization_constant(unsigned index, bool value) - { - set_specialization_constant(index, uint32_t(value)); - } - - void set_surface_transform_specialization_constants(unsigned base_index); - - inline void enable_subgroup_size_control(bool subgroup_control_size) - { - SET_STATIC_STATE(subgroup_control_size); - } - - inline void set_subgroup_size_log2(bool subgroup_full_group, - uint8_t subgroup_minimum_size_log2, - uint8_t subgroup_maximum_size_log2) - { - VK_ASSERT(subgroup_minimum_size_log2 < 8); - VK_ASSERT(subgroup_maximum_size_log2 < 8); - SET_STATIC_STATE(subgroup_full_group); - SET_STATIC_STATE(subgroup_minimum_size_log2); - SET_STATIC_STATE(subgroup_maximum_size_log2); - } - - inline void set_conservative_rasterization(bool conservative_raster) - { - SET_STATIC_STATE(conservative_raster); - } - -#define SET_DYNAMIC_STATE(state, flags) \ - do \ - { \ - if (dynamic_state.state != state) \ - { \ - dynamic_state.state = state; \ - set_dirty(flags); \ - } \ - } while (0) - - inline void set_depth_bias(float depth_bias_constant, float depth_bias_slope) - { - SET_DYNAMIC_STATE(depth_bias_constant, COMMAND_BUFFER_DIRTY_DEPTH_BIAS_BIT); - SET_DYNAMIC_STATE(depth_bias_slope, COMMAND_BUFFER_DIRTY_DEPTH_BIAS_BIT); - } - - inline void set_stencil_front_reference(uint8_t front_compare_mask, uint8_t front_write_mask, - uint8_t front_reference) - { - SET_DYNAMIC_STATE(front_compare_mask, COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT); - SET_DYNAMIC_STATE(front_write_mask, COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT); - SET_DYNAMIC_STATE(front_reference, COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT); - } - - inline void set_stencil_back_reference(uint8_t back_compare_mask, uint8_t back_write_mask, uint8_t back_reference) - { - SET_DYNAMIC_STATE(back_compare_mask, COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT); - SET_DYNAMIC_STATE(back_write_mask, COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT); - SET_DYNAMIC_STATE(back_reference, COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT); - } - - inline void set_stencil_reference(uint8_t compare_mask, uint8_t write_mask, uint8_t reference) - { - set_stencil_front_reference(compare_mask, write_mask, reference); - set_stencil_back_reference(compare_mask, write_mask, reference); - } - - inline Type get_command_buffer_type() const - { - return type; - } - - QueryPoolHandle write_timestamp(VkPipelineStageFlagBits stage); - void add_checkpoint(const char *tag); - void set_backtrace_checkpoint(); - - // Used when recording command buffers in a thread, and submitting them in a different thread. - // Need to make sure that no further commands on the VkCommandBuffer happen. - void end_threaded_recording(); - // End is called automatically by Device in submission. Should not be called by application. - void end(); - void enable_profiling(); - bool has_profiling() const; - - void begin_debug_channel(DebugChannelInterface *iface, const char *tag, VkDeviceSize size); - void end_debug_channel(); - - void extract_pipeline_state(DeferredPipelineCompile &compile) const; - static Pipeline build_graphics_pipeline(Device *device, const DeferredPipelineCompile &compile, - bool synchronous = true); - static Pipeline build_compute_pipeline(Device *device, const DeferredPipelineCompile &compile, - bool synchronous = true); - - bool flush_pipeline_state_without_blocking(); - -private: - friend class Util::ObjectPool; - CommandBuffer(Device *device, VkCommandBuffer cmd, VkPipelineCache cache, Type type); - - Device *device; - const VolkDeviceTable &table; - VkCommandBuffer cmd; - Type type; - - const Framebuffer *framebuffer = nullptr; - const RenderPass *actual_render_pass = nullptr; - const Vulkan::ImageView *framebuffer_attachments[VULKAN_NUM_ATTACHMENTS + 1] = {}; - - IndexState index_state = {}; - VertexBindingState vbo = {}; - ResourceBindings bindings; - VkDescriptorSet bindless_sets[VULKAN_NUM_DESCRIPTOR_SETS] = {}; - VkDescriptorSet allocated_sets[VULKAN_NUM_DESCRIPTOR_SETS] = {}; - - Pipeline current_pipeline = {}; - VkPipelineLayout current_pipeline_layout = VK_NULL_HANDLE; - PipelineLayout *current_layout = nullptr; - VkSubpassContents current_contents = VK_SUBPASS_CONTENTS_INLINE; - unsigned thread_index = 0; - - VkViewport viewport = {}; - VkRect2D scissor = {}; - - CommandBufferDirtyFlags dirty = ~0u; - uint32_t dirty_sets = 0; - uint32_t dirty_sets_dynamic = 0; - uint32_t dirty_vbos = 0; - uint32_t active_vbos = 0; - VkPipelineStageFlags uses_swapchain_in_stages = 0; - bool is_compute = true; - bool is_secondary = false; - bool is_ended = false; - - void set_dirty(CommandBufferDirtyFlags flags) - { - dirty |= flags; - } - - CommandBufferDirtyFlags get_and_clear(CommandBufferDirtyFlags flags) - { - auto mask = dirty & flags; - dirty &= ~flags; - return mask; - } - - DeferredPipelineCompile pipeline_state = {}; - DynamicState dynamic_state = {}; -#ifndef _MSC_VER - static_assert(sizeof(pipeline_state.static_state.words) >= sizeof(pipeline_state.static_state.state), - "Hashable pipeline state is not large enough!"); -#endif - - bool flush_render_state(bool synchronous); - bool flush_compute_state(bool synchronous); - void clear_render_state(); - - bool flush_graphics_pipeline(bool synchronous); - bool flush_compute_pipeline(bool synchronous); - void flush_descriptor_sets(); - void begin_graphics(); - void flush_descriptor_set(uint32_t set); - void rebind_descriptor_set(uint32_t set); - void begin_compute(); - void begin_context(); - - BufferBlock vbo_block; - BufferBlock ibo_block; - BufferBlock ubo_block; - BufferBlock staging_block; - - void set_texture(unsigned set, unsigned binding, VkImageView float_view, VkImageView integer_view, - VkImageLayout layout, - uint64_t cookie); - void set_buffer_view_common(unsigned set, unsigned binding, const BufferView &view); - - void init_viewport_scissor(const RenderPassInfo &info, const Framebuffer *framebuffer); - void init_surface_transform(const RenderPassInfo &info); - VkSurfaceTransformFlagBitsKHR current_framebuffer_surface_transform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; - - bool profiling = false; - std::string debug_channel_tag; - Vulkan::BufferHandle debug_channel_buffer; - DebugChannelInterface *debug_channel_interface = nullptr; - - void bind_pipeline(VkPipelineBindPoint bind_point, VkPipeline pipeline, uint32_t active_dynamic_state); - - static void update_hash_graphics_pipeline(DeferredPipelineCompile &compile, uint32_t &active_vbos); - static void update_hash_compute_pipeline(DeferredPipelineCompile &compile); -}; - -#ifdef GRANITE_VULKAN_FILESYSTEM -struct CommandBufferUtil -{ - static void draw_fullscreen_quad(CommandBuffer &cmd, const std::string &vertex, const std::string &fragment, - const std::vector> &defines = {}); - static void draw_fullscreen_quad_depth(CommandBuffer &cmd, const std::string &vertex, const std::string &fragment, - bool depth_test, bool depth_write, VkCompareOp depth_compare, - const std::vector> &defines = {}); - static void set_fullscreen_quad_vertex_state(CommandBuffer &cmd); - static void set_quad_vertex_state(CommandBuffer &cmd); - - static void setup_fullscreen_quad(CommandBuffer &cmd, const std::string &vertex, const std::string &fragment, - const std::vector> &defines = {}, - bool depth_test = false, bool depth_write = false, - VkCompareOp depth_compare = VK_COMPARE_OP_ALWAYS); - - static void draw_fullscreen_quad(CommandBuffer &cmd, unsigned instances = 1); - static void draw_quad(CommandBuffer &cmd, unsigned instances = 1); -}; -#endif - -using CommandBufferHandle = Util::IntrusivePtr; -} diff --git a/external/parallel-rdp-standalone/vulkan/command_pool.cpp b/external/parallel-rdp-standalone/vulkan/command_pool.cpp deleted file mode 100644 index e2848d68..00000000 --- a/external/parallel-rdp-standalone/vulkan/command_pool.cpp +++ /dev/null @@ -1,180 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "command_pool.hpp" -#include "device.hpp" - -namespace Vulkan -{ -CommandPool::CommandPool(Device *device_, uint32_t queue_family_index) - : device(device_), table(&device_->get_device_table()) -{ - VkCommandPoolCreateInfo info = { VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO }; - info.flags = VK_COMMAND_POOL_CREATE_TRANSIENT_BIT; - info.queueFamilyIndex = queue_family_index; - if (queue_family_index != VK_QUEUE_FAMILY_IGNORED) - table->vkCreateCommandPool(device->get_device(), &info, nullptr, &pool); -} - -CommandPool::CommandPool(CommandPool &&other) noexcept -{ - *this = std::move(other); -} - -CommandPool &CommandPool::operator=(CommandPool &&other) noexcept -{ - if (this != &other) - { - device = other.device; - table = other.table; - if (!buffers.empty()) - table->vkFreeCommandBuffers(device->get_device(), pool, buffers.size(), buffers.data()); - if (pool != VK_NULL_HANDLE) - table->vkDestroyCommandPool(device->get_device(), pool, nullptr); - - pool = VK_NULL_HANDLE; - buffers.clear(); - std::swap(pool, other.pool); - std::swap(buffers, other.buffers); - index = other.index; - other.index = 0; -#ifdef VULKAN_DEBUG - in_flight.clear(); - std::swap(in_flight, other.in_flight); -#endif - } - return *this; -} - -CommandPool::~CommandPool() -{ - if (!buffers.empty()) - table->vkFreeCommandBuffers(device->get_device(), pool, buffers.size(), buffers.data()); - if (!secondary_buffers.empty()) - table->vkFreeCommandBuffers(device->get_device(), pool, secondary_buffers.size(), secondary_buffers.data()); - if (pool != VK_NULL_HANDLE) - table->vkDestroyCommandPool(device->get_device(), pool, nullptr); -} - -void CommandPool::signal_submitted(VkCommandBuffer cmd) -{ -#ifdef VULKAN_DEBUG - VK_ASSERT(in_flight.find(cmd) != end(in_flight)); - in_flight.erase(cmd); -#else - (void)cmd; -#endif -} - -VkCommandBuffer CommandPool::request_secondary_command_buffer() -{ - VK_ASSERT(pool != VK_NULL_HANDLE); - - if (secondary_index < secondary_buffers.size()) - { - auto ret = secondary_buffers[secondary_index++]; -#ifdef VULKAN_DEBUG - VK_ASSERT(in_flight.find(ret) == end(in_flight)); - in_flight.insert(ret); -#endif - return ret; - } - else - { - VkCommandBuffer cmd; - VkCommandBufferAllocateInfo info = { VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO }; - info.commandPool = pool; - info.level = VK_COMMAND_BUFFER_LEVEL_SECONDARY; - info.commandBufferCount = 1; - - table->vkAllocateCommandBuffers(device->get_device(), &info, &cmd); -#ifdef VULKAN_DEBUG - VK_ASSERT(in_flight.find(cmd) == end(in_flight)); - in_flight.insert(cmd); -#endif - secondary_buffers.push_back(cmd); - secondary_index++; - return cmd; - } -} - -VkCommandBuffer CommandPool::request_command_buffer() -{ - VK_ASSERT(pool != VK_NULL_HANDLE); - - if (index < buffers.size()) - { - auto ret = buffers[index++]; -#ifdef VULKAN_DEBUG - VK_ASSERT(in_flight.find(ret) == end(in_flight)); - in_flight.insert(ret); -#endif - return ret; - } - else - { - VkCommandBuffer cmd; - VkCommandBufferAllocateInfo info = { VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO }; - info.commandPool = pool; - info.level = VK_COMMAND_BUFFER_LEVEL_PRIMARY; - info.commandBufferCount = 1; - - table->vkAllocateCommandBuffers(device->get_device(), &info, &cmd); -#ifdef VULKAN_DEBUG - VK_ASSERT(in_flight.find(cmd) == end(in_flight)); - in_flight.insert(cmd); -#endif - buffers.push_back(cmd); - index++; - return cmd; - } -} - -void CommandPool::begin() -{ - if (pool == VK_NULL_HANDLE) - return; - -#ifdef VULKAN_DEBUG - VK_ASSERT(in_flight.empty()); -#endif - if (index > 0 || secondary_index > 0) - table->vkResetCommandPool(device->get_device(), pool, 0); - index = 0; - secondary_index = 0; -} - -void CommandPool::trim() -{ - if (pool == VK_NULL_HANDLE) - return; - - table->vkResetCommandPool(device->get_device(), pool, VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT); - if (!buffers.empty()) - table->vkFreeCommandBuffers(device->get_device(), pool, buffers.size(), buffers.data()); - if (!secondary_buffers.empty()) - table->vkFreeCommandBuffers(device->get_device(), pool, secondary_buffers.size(), secondary_buffers.data()); - buffers.clear(); - secondary_buffers.clear(); - table->vkTrimCommandPool(device->get_device(), pool, 0); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/command_pool.hpp b/external/parallel-rdp-standalone/vulkan/command_pool.hpp deleted file mode 100644 index ef0b0cf0..00000000 --- a/external/parallel-rdp-standalone/vulkan/command_pool.hpp +++ /dev/null @@ -1,61 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include -#include - -namespace Vulkan -{ -class Device; -class CommandPool -{ -public: - CommandPool(Device *device, uint32_t queue_family_index); - ~CommandPool(); - - CommandPool(CommandPool &&) noexcept; - CommandPool &operator=(CommandPool &&) noexcept; - CommandPool(const CommandPool &) = delete; - void operator=(const CommandPool &) = delete; - - void begin(); - void trim(); - VkCommandBuffer request_command_buffer(); - VkCommandBuffer request_secondary_command_buffer(); - void signal_submitted(VkCommandBuffer cmd); - -private: - Device *device; - const VolkDeviceTable *table; - VkCommandPool pool = VK_NULL_HANDLE; - std::vector buffers; - std::vector secondary_buffers; -#ifdef VULKAN_DEBUG - std::unordered_set in_flight; -#endif - unsigned index = 0; - unsigned secondary_index = 0; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/context.cpp b/external/parallel-rdp-standalone/vulkan/context.cpp deleted file mode 100644 index 5aa3837a..00000000 --- a/external/parallel-rdp-standalone/vulkan/context.cpp +++ /dev/null @@ -1,1219 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "context.hpp" -#include "small_vector.hpp" -#include -#include -#include -#include - -#ifndef _WIN32 -#include -#elif defined(_WIN32) -#define WIN32_LEAN_AND_MEAN -#include -#endif - -//#undef VULKAN_DEBUG - -using namespace std; - -namespace Vulkan -{ -void Context::set_application_info(const VkApplicationInfo *app_info) -{ - user_application_info = app_info; - VK_ASSERT(app_info->apiVersion >= VK_API_VERSION_1_1); -} - -bool Context::init_instance_and_device(const char **instance_ext, uint32_t instance_ext_count, const char **device_ext, - uint32_t device_ext_count, ContextCreationFlags flags) -{ - destroy(); - - owned_instance = true; - owned_device = true; - if (!create_instance(instance_ext, instance_ext_count)) - { - destroy(); - LOGE("Failed to create Vulkan instance.\n"); - return false; - } - - VkPhysicalDeviceFeatures features = {}; - if (!create_device(VK_NULL_HANDLE, VK_NULL_HANDLE, device_ext, device_ext_count, nullptr, 0, &features, flags)) - { - destroy(); - LOGE("Failed to create Vulkan device.\n"); - return false; - } - - return true; -} - -static mutex loader_init_lock; -static bool loader_init_once; -static PFN_vkGetInstanceProcAddr instance_proc_addr; - -PFN_vkGetInstanceProcAddr Context::get_instance_proc_addr() -{ - return instance_proc_addr; -} - -bool Context::init_loader(PFN_vkGetInstanceProcAddr addr) -{ - lock_guard holder(loader_init_lock); - if (loader_init_once && !addr) - return true; - - if (!addr) - { -#ifndef _WIN32 - static void *module; - if (!module) - { - const char *vulkan_path = getenv("GRANITE_VULKAN_LIBRARY"); - if (vulkan_path) - module = dlopen(vulkan_path, RTLD_LOCAL | RTLD_LAZY); -#ifdef __APPLE__ - if (!module) - module = dlopen("libvulkan.1.dylib", RTLD_LOCAL | RTLD_LAZY); -#else - if (!module) - module = dlopen("libvulkan.so.1", RTLD_LOCAL | RTLD_LAZY); - if (!module) - module = dlopen("libvulkan.so", RTLD_LOCAL | RTLD_LAZY); -#endif - if (!module) - return false; - } - - addr = reinterpret_cast(dlsym(module, "vkGetInstanceProcAddr")); - if (!addr) - return false; -#else - static HMODULE module; - if (!module) - { - module = LoadLibraryA("vulkan-1.dll"); - if (!module) - return false; - } - - // Ugly pointer warning workaround. - auto ptr = GetProcAddress(module, "vkGetInstanceProcAddr"); - static_assert(sizeof(ptr) == sizeof(addr), "Mismatch pointer type."); - memcpy(&addr, &ptr, sizeof(ptr)); - - if (!addr) - return false; -#endif - } - - instance_proc_addr = addr; - volkInitializeCustom(addr); - loader_init_once = true; - return true; -} - -bool Context::init_from_instance_and_device(VkInstance instance_, VkPhysicalDevice gpu_, VkDevice device_, VkQueue queue_, uint32_t queue_family_) -{ - destroy(); - - device = device_; - instance = instance_; - gpu = gpu_; - - queue_info = {}; - queue_info.queues[QUEUE_INDEX_GRAPHICS] = queue_; - queue_info.queues[QUEUE_INDEX_COMPUTE] = queue_; - queue_info.queues[QUEUE_INDEX_TRANSFER] = queue_; - queue_info.family_indices[QUEUE_INDEX_GRAPHICS] = queue_family_; - queue_info.family_indices[QUEUE_INDEX_COMPUTE] = queue_family_; - queue_info.family_indices[QUEUE_INDEX_TRANSFER] = queue_family_; - owned_instance = false; - owned_device = true; - - volkLoadInstance(instance); - volkLoadDeviceTable(&device_table, device); - vkGetPhysicalDeviceProperties(gpu, &gpu_props); - vkGetPhysicalDeviceMemoryProperties(gpu, &mem_props); - return true; -} - -bool Context::init_device_from_instance(VkInstance instance_, VkPhysicalDevice gpu_, VkSurfaceKHR surface, - const char **required_device_extensions, unsigned num_required_device_extensions, - const char **required_device_layers, unsigned num_required_device_layers, - const VkPhysicalDeviceFeatures *required_features, - ContextCreationFlags flags) -{ - destroy(); - - instance = instance_; - owned_instance = false; - owned_device = true; - - if (!create_instance(nullptr, 0)) - return false; - - if (!create_device(gpu_, surface, required_device_extensions, num_required_device_extensions, required_device_layers, - num_required_device_layers, required_features, flags)) - { - destroy(); - LOGE("Failed to create Vulkan device.\n"); - return false; - } - - return true; -} - -void Context::destroy() -{ - if (device != VK_NULL_HANDLE) - device_table.vkDeviceWaitIdle(device); - -#ifdef VULKAN_DEBUG - if (debug_messenger) - vkDestroyDebugUtilsMessengerEXT(instance, debug_messenger, nullptr); - debug_messenger = VK_NULL_HANDLE; -#endif - - if (owned_device && device != VK_NULL_HANDLE) - device_table.vkDestroyDevice(device, nullptr); - if (owned_instance && instance != VK_NULL_HANDLE) - vkDestroyInstance(instance, nullptr); -} - -Context::~Context() -{ - destroy(); -} - -const VkApplicationInfo &Context::get_application_info() const -{ - static const VkApplicationInfo info_11 = { - VK_STRUCTURE_TYPE_APPLICATION_INFO, nullptr, "Granite", 0, "Granite", 0, VK_API_VERSION_1_1, - }; - return user_application_info ? *user_application_info : info_11; -} - -void Context::notify_validation_error(const char *msg) -{ - if (message_callback) - message_callback(msg); -} - -void Context::set_notification_callback(function func) -{ - message_callback = move(func); -} - -#ifdef VULKAN_DEBUG -static VKAPI_ATTR VkBool32 VKAPI_CALL vulkan_messenger_cb( - VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, - VkDebugUtilsMessageTypeFlagsEXT messageType, - const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData, - void *pUserData) -{ - auto *context = static_cast(pUserData); - - switch (messageSeverity) - { - case VK_DEBUG_UTILS_MESSAGE_SEVERITY_ERROR_BIT_EXT: - if (messageType == VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT) - { - LOGE("[Vulkan]: Validation Error: %s\n", pCallbackData->pMessage); - context->notify_validation_error(pCallbackData->pMessage); - } - else - LOGE("[Vulkan]: Other Error: %s\n", pCallbackData->pMessage); - break; - - case VK_DEBUG_UTILS_MESSAGE_SEVERITY_WARNING_BIT_EXT: - if (messageType == VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT) - LOGW("[Vulkan]: Validation Warning: %s\n", pCallbackData->pMessage); - else - LOGW("[Vulkan]: Other Warning: %s\n", pCallbackData->pMessage); - break; - -#if 0 - case VK_DEBUG_UTILS_MESSAGE_SEVERITY_VERBOSE_BIT_EXT: - case VK_DEBUG_UTILS_MESSAGE_SEVERITY_INFO_BIT_EXT: - if (messageType == VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT) - LOGI("[Vulkan]: Validation Info: %s\n", pCallbackData->pMessage); - else - LOGI("[Vulkan]: Other Info: %s\n", pCallbackData->pMessage); - break; -#endif - - default: - return VK_FALSE; - } - - bool log_object_names = false; - for (uint32_t i = 0; i < pCallbackData->objectCount; i++) - { - auto *name = pCallbackData->pObjects[i].pObjectName; - if (name) - { - log_object_names = true; - break; - } - } - - if (log_object_names) - { - for (uint32_t i = 0; i < pCallbackData->objectCount; i++) - { - auto *name = pCallbackData->pObjects[i].pObjectName; - LOGI(" Object #%u: %s\n", i, name ? name : "N/A"); - } - } - - return VK_FALSE; -} -#endif - -bool Context::create_instance(const char **instance_ext, uint32_t instance_ext_count) -{ - uint32_t target_instance_version = user_application_info ? user_application_info->apiVersion : VK_API_VERSION_1_1; - if (volkGetInstanceVersion() < target_instance_version) - { - LOGE("Vulkan loader does not support target Vulkan version.\n"); - return false; - } - - VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO }; - info.pApplicationInfo = &get_application_info(); - - vector instance_exts; - vector instance_layers; - for (uint32_t i = 0; i < instance_ext_count; i++) - instance_exts.push_back(instance_ext[i]); - - uint32_t ext_count = 0; - vkEnumerateInstanceExtensionProperties(nullptr, &ext_count, nullptr); - vector queried_extensions(ext_count); - if (ext_count) - vkEnumerateInstanceExtensionProperties(nullptr, &ext_count, queried_extensions.data()); - - uint32_t layer_count = 0; - vkEnumerateInstanceLayerProperties(&layer_count, nullptr); - vector queried_layers(layer_count); - if (layer_count) - vkEnumerateInstanceLayerProperties(&layer_count, queried_layers.data()); - - LOGI("Layer count: %u\n", layer_count); - for (auto &layer : queried_layers) - LOGI("Found layer: %s.\n", layer.layerName); - - const auto has_extension = [&](const char *name) -> bool { - auto itr = find_if(begin(queried_extensions), end(queried_extensions), [name](const VkExtensionProperties &e) -> bool { - return strcmp(e.extensionName, name) == 0; - }); - return itr != end(queried_extensions); - }; - - for (uint32_t i = 0; i < instance_ext_count; i++) - if (!has_extension(instance_ext[i])) - return false; - - if (has_extension(VK_EXT_DEBUG_UTILS_EXTENSION_NAME)) - { - instance_exts.push_back(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); - ext.supports_debug_utils = true; - } - - auto itr = find_if(instance_ext, instance_ext + instance_ext_count, [](const char *name) { - return strcmp(name, VK_KHR_SURFACE_EXTENSION_NAME) == 0; - }); - bool has_surface_extension = itr != (instance_ext + instance_ext_count); - - if (has_surface_extension && has_extension(VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME)) - { - instance_exts.push_back(VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME); - ext.supports_surface_capabilities2 = true; - } - -#ifdef VULKAN_DEBUG - const auto has_layer = [&](const char *name) -> bool { - auto layer_itr = find_if(begin(queried_layers), end(queried_layers), [name](const VkLayerProperties &e) -> bool { - return strcmp(e.layerName, name) == 0; - }); - return layer_itr != end(queried_layers); - }; - - VkValidationFeaturesEXT validation_features = { VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT }; - - if (getenv("GRANITE_VULKAN_NO_VALIDATION")) - force_no_validation = true; - - if (!force_no_validation && has_layer("VK_LAYER_KHRONOS_validation")) - { - instance_layers.push_back("VK_LAYER_KHRONOS_validation"); - LOGI("Enabling VK_LAYER_KHRONOS_validation.\n"); - - uint32_t layer_ext_count = 0; - vkEnumerateInstanceExtensionProperties("VK_LAYER_KHRONOS_validation", &layer_ext_count, nullptr); - std::vector layer_exts(layer_ext_count); - vkEnumerateInstanceExtensionProperties("VK_LAYER_KHRONOS_validation", &layer_ext_count, layer_exts.data()); - - if (find_if(begin(layer_exts), end(layer_exts), [](const VkExtensionProperties &e) { - return strcmp(e.extensionName, VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME) == 0; - }) != end(layer_exts)) - { - instance_exts.push_back(VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME); - static const VkValidationFeatureEnableEXT validation_sync_features[1] = { - VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT, - }; - LOGI("Enabling VK_EXT_validation_features for synchronization validation.\n"); - validation_features.enabledValidationFeatureCount = 1; - validation_features.pEnabledValidationFeatures = validation_sync_features; - info.pNext = &validation_features; - } - - if (!ext.supports_debug_utils && - find_if(begin(layer_exts), end(layer_exts), [](const VkExtensionProperties &e) { - return strcmp(e.extensionName, VK_EXT_DEBUG_UTILS_EXTENSION_NAME) == 0; - }) != end(layer_exts)) - { - instance_exts.push_back(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); - ext.supports_debug_utils = true; - } - } -#endif - - info.enabledExtensionCount = instance_exts.size(); - info.ppEnabledExtensionNames = instance_exts.empty() ? nullptr : instance_exts.data(); - info.enabledLayerCount = instance_layers.size(); - info.ppEnabledLayerNames = instance_layers.empty() ? nullptr : instance_layers.data(); - - for (auto *ext_name : instance_exts) - LOGI("Enabling instance extension: %s.\n", ext_name); - - if (instance == VK_NULL_HANDLE) - if (vkCreateInstance(&info, nullptr, &instance) != VK_SUCCESS) - return false; - - volkLoadInstance(instance); - -#if defined(VULKAN_DEBUG) && !defined(ANDROID) - if (ext.supports_debug_utils) - { - VkDebugUtilsMessengerCreateInfoEXT debug_info = { VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT }; - debug_info.messageSeverity = VK_DEBUG_UTILS_MESSAGE_SEVERITY_ERROR_BIT_EXT | - VK_DEBUG_UTILS_MESSAGE_SEVERITY_INFO_BIT_EXT | - VK_DEBUG_UTILS_MESSAGE_SEVERITY_VERBOSE_BIT_EXT | - VK_DEBUG_UTILS_MESSAGE_SEVERITY_WARNING_BIT_EXT; - debug_info.pfnUserCallback = vulkan_messenger_cb; - debug_info.messageType = VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT | - VK_DEBUG_UTILS_MESSAGE_TYPE_PERFORMANCE_BIT_EXT | - VK_DEBUG_UTILS_MESSAGE_TYPE_GENERAL_BIT_EXT; - debug_info.pUserData = this; - - // For some reason, this segfaults Android, sigh ... We get relevant output in logcat anyways. - if (vkCreateDebugUtilsMessengerEXT) - vkCreateDebugUtilsMessengerEXT(instance, &debug_info, nullptr, &debug_messenger); - } -#endif - - return true; -} - -static unsigned device_score(VkPhysicalDevice &gpu) -{ - VkPhysicalDeviceProperties props = {}; - vkGetPhysicalDeviceProperties(gpu, &props); - - if (props.apiVersion < VK_API_VERSION_1_1) - return 0; - - switch (props.deviceType) - { - case VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU: - return 3; - case VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU: - return 2; - case VK_PHYSICAL_DEVICE_TYPE_CPU: - return 1; - default: - return 0; - } -} - -QueueInfo::QueueInfo() -{ - for (auto &index : family_indices) - index = VK_QUEUE_FAMILY_IGNORED; -} - -bool Context::create_device(VkPhysicalDevice gpu_, VkSurfaceKHR surface, const char **required_device_extensions, - unsigned num_required_device_extensions, const char **required_device_layers, - unsigned num_required_device_layers, const VkPhysicalDeviceFeatures *required_features, - ContextCreationFlags flags) -{ - gpu = gpu_; - if (gpu == VK_NULL_HANDLE) - { - uint32_t gpu_count = 0; - if (vkEnumeratePhysicalDevices(instance, &gpu_count, nullptr) != VK_SUCCESS) - return false; - - if (gpu_count == 0) - return false; - - vector gpus(gpu_count); - if (vkEnumeratePhysicalDevices(instance, &gpu_count, gpus.data()) != VK_SUCCESS) - return false; - - for (auto &g : gpus) - { - VkPhysicalDeviceProperties props; - vkGetPhysicalDeviceProperties(g, &props); - LOGI("Found Vulkan GPU: %s\n", props.deviceName); - LOGI(" API: %u.%u.%u\n", - VK_VERSION_MAJOR(props.apiVersion), - VK_VERSION_MINOR(props.apiVersion), - VK_VERSION_PATCH(props.apiVersion)); - LOGI(" Driver: %u.%u.%u\n", - VK_VERSION_MAJOR(props.driverVersion), - VK_VERSION_MINOR(props.driverVersion), - VK_VERSION_PATCH(props.driverVersion)); - } - - const char *gpu_index = getenv("GRANITE_VULKAN_DEVICE_INDEX"); - if (gpu_index) - { - unsigned index = strtoul(gpu_index, nullptr, 0); - if (index < gpu_count) - gpu = gpus[index]; - } - - if (gpu == VK_NULL_HANDLE) - { - unsigned max_score = 0; - // Prefer earlier entries in list. - for (size_t i = gpus.size(); i; i--) - { - unsigned score = device_score(gpus[i - 1]); - if (score >= max_score) - { - max_score = score; - gpu = gpus[i - 1]; - } - } - } - } - - uint32_t ext_count = 0; - vkEnumerateDeviceExtensionProperties(gpu, nullptr, &ext_count, nullptr); - vector queried_extensions(ext_count); - if (ext_count) - vkEnumerateDeviceExtensionProperties(gpu, nullptr, &ext_count, queried_extensions.data()); - - uint32_t layer_count = 0; - vkEnumerateDeviceLayerProperties(gpu, &layer_count, nullptr); - vector queried_layers(layer_count); - if (layer_count) - vkEnumerateDeviceLayerProperties(gpu, &layer_count, queried_layers.data()); - - const auto has_extension = [&](const char *name) -> bool { - auto itr = find_if(begin(queried_extensions), end(queried_extensions), [name](const VkExtensionProperties &e) -> bool { - return strcmp(e.extensionName, name) == 0; - }); - return itr != end(queried_extensions); - }; - - const auto has_layer = [&](const char *name) -> bool { - auto itr = find_if(begin(queried_layers), end(queried_layers), [name](const VkLayerProperties &e) -> bool { - return strcmp(e.layerName, name) == 0; - }); - return itr != end(queried_layers); - }; - - for (uint32_t i = 0; i < num_required_device_extensions; i++) - if (!has_extension(required_device_extensions[i])) - return false; - - for (uint32_t i = 0; i < num_required_device_layers; i++) - if (!has_layer(required_device_layers[i])) - return false; - - vkGetPhysicalDeviceProperties(gpu, &gpu_props); - - if (gpu_props.apiVersion < VK_API_VERSION_1_1) - { - LOGE("Found no Vulkan GPU which supports Vulkan 1.1.\n"); - return false; - } - - vkGetPhysicalDeviceMemoryProperties(gpu, &mem_props); - - uint32_t queue_family_count = 0; - vkGetPhysicalDeviceQueueFamilyProperties2(gpu, &queue_family_count, nullptr); - Util::SmallVector queue_props(queue_family_count); - -#ifdef GRANITE_VULKAN_BETA - Util::SmallVector video_queue_props2(queue_family_count); - - if (has_extension(VK_KHR_VIDEO_QUEUE_EXTENSION_NAME)) - ext.supports_video_queue = true; -#endif - - for (uint32_t i = 0; i < queue_family_count; i++) - { - queue_props[i].sType = VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2; -#ifdef GRANITE_VULKAN_BETA - if (ext.supports_video_queue) - { - queue_props[i].pNext = &video_queue_props2[i]; - video_queue_props2[i].sType = VK_STRUCTURE_TYPE_VIDEO_QUEUE_FAMILY_PROPERTIES_2_KHR; - } -#endif - } - - Util::SmallVector queue_offsets(queue_family_count); - Util::SmallVector> queue_priorities(queue_family_count); - vkGetPhysicalDeviceQueueFamilyProperties2(gpu, &queue_family_count, queue_props.data()); - - queue_info = {}; - uint32_t queue_indices[QUEUE_INDEX_COUNT] = {}; - - const auto find_vacant_queue = [&](uint32_t &family, uint32_t &index, - VkQueueFlags required, VkQueueFlags ignore_flags, - float priority) -> bool { - for (unsigned family_index = 0; family_index < queue_family_count; family_index++) - { - if ((queue_props[family_index].queueFamilyProperties.queueFlags & ignore_flags) != 0) - continue; - - // A graphics queue candidate must support present for us to select it. - if ((required & VK_QUEUE_GRAPHICS_BIT) != 0 && surface != VK_NULL_HANDLE) - { - VkBool32 supported = VK_FALSE; - if (vkGetPhysicalDeviceSurfaceSupportKHR(gpu, family_index, surface, &supported) != VK_SUCCESS || !supported) - continue; - } - - if (queue_props[family_index].queueFamilyProperties.queueCount && - (queue_props[family_index].queueFamilyProperties.queueFlags & required) == required) - { - family = family_index; - queue_props[family_index].queueFamilyProperties.queueCount--; - index = queue_offsets[family_index]++; - queue_priorities[family_index].push_back(priority); - return true; - } - } - - return false; - }; - - if (!find_vacant_queue(queue_info.family_indices[QUEUE_INDEX_GRAPHICS], - queue_indices[QUEUE_INDEX_GRAPHICS], - VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT, 0, 0.5f)) - { - LOGE("Could not find suitable graphics queue.\n"); - return false; - } - - // XXX: This assumes timestamp valid bits is the same for all queue types. - queue_info.timestamp_valid_bits = - queue_props[queue_info.family_indices[QUEUE_INDEX_GRAPHICS]].queueFamilyProperties.timestampValidBits; - - // Prefer another graphics queue since we can do async graphics that way. - // The compute queue is to be treated as high priority since we also do async graphics on it. - if (!find_vacant_queue(queue_info.family_indices[QUEUE_INDEX_COMPUTE], queue_indices[QUEUE_INDEX_COMPUTE], - VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT, 0, 1.0f) && - !find_vacant_queue(queue_info.family_indices[QUEUE_INDEX_COMPUTE], queue_indices[QUEUE_INDEX_COMPUTE], - VK_QUEUE_COMPUTE_BIT, 0, 1.0f)) - { - // Fallback to the graphics queue if we must. - queue_info.family_indices[QUEUE_INDEX_COMPUTE] = queue_info.family_indices[QUEUE_INDEX_GRAPHICS]; - queue_indices[QUEUE_INDEX_COMPUTE] = queue_indices[QUEUE_INDEX_GRAPHICS]; - } - - // For transfer, try to find a queue which only supports transfer, e.g. DMA queue. - // If not, fallback to a dedicated compute queue. - // Finally, fallback to same queue as compute. - if (!find_vacant_queue(queue_info.family_indices[QUEUE_INDEX_TRANSFER], queue_indices[QUEUE_INDEX_TRANSFER], - VK_QUEUE_TRANSFER_BIT, VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT, 0.5f) && - !find_vacant_queue(queue_info.family_indices[QUEUE_INDEX_TRANSFER], queue_indices[QUEUE_INDEX_TRANSFER], - VK_QUEUE_COMPUTE_BIT, VK_QUEUE_GRAPHICS_BIT, 0.5f)) - { - queue_info.family_indices[QUEUE_INDEX_TRANSFER] = queue_info.family_indices[QUEUE_INDEX_COMPUTE]; - queue_indices[QUEUE_INDEX_TRANSFER] = queue_indices[QUEUE_INDEX_COMPUTE]; - } - -#ifdef GRANITE_VULKAN_BETA - if (ext.supports_video_queue) - { - if (!find_vacant_queue(queue_info.family_indices[QUEUE_INDEX_VIDEO_DECODE], queue_indices[QUEUE_INDEX_VIDEO_DECODE], - VK_QUEUE_VIDEO_DECODE_BIT_KHR, 0, 0.5f)) - { - queue_info.family_indices[QUEUE_INDEX_VIDEO_DECODE] = VK_QUEUE_FAMILY_IGNORED; - queue_indices[QUEUE_INDEX_VIDEO_DECODE] = UINT32_MAX; - } - } -#endif - - VkDeviceCreateInfo device_info = { VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO }; - - Util::SmallVector queue_infos; - for (uint32_t family_index = 0; family_index < queue_family_count; family_index++) - { - if (queue_offsets[family_index] == 0) - continue; - - VkDeviceQueueCreateInfo info = { VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO }; - info.queueFamilyIndex = family_index; - info.queueCount = queue_offsets[family_index]; - info.pQueuePriorities = queue_priorities[family_index].data(); - queue_infos.push_back(info); - } - device_info.pQueueCreateInfos = queue_infos.data(); - device_info.queueCreateInfoCount = uint32_t(queue_infos.size()); - - vector enabled_extensions; - vector enabled_layers; - - for (uint32_t i = 0; i < num_required_device_extensions; i++) - enabled_extensions.push_back(required_device_extensions[i]); - for (uint32_t i = 0; i < num_required_device_layers; i++) - enabled_layers.push_back(required_device_layers[i]); - - if (has_extension(VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME)) - { - ext.supports_mirror_clamp_to_edge = true; - enabled_extensions.push_back(VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME); - } - - if (has_extension(VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME)) - { - ext.supports_google_display_timing = true; - enabled_extensions.push_back(VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME); - } - -#ifdef _WIN32 - if (ext.supports_surface_capabilities2 && has_extension(VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME)) - { - ext.supports_full_screen_exclusive = true; - enabled_extensions.push_back(VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME); - } -#endif - -#ifdef VULKAN_DEBUG - if (has_extension(VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_EXTENSION_NAME)) - { - ext.supports_nv_device_diagnostic_checkpoints = true; - enabled_extensions.push_back(VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_EXTENSION_NAME); - } -#endif - - if ( -#ifdef _WIN32 - has_extension(VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME) && - has_extension(VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME) -#else - has_extension(VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME) && - has_extension(VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME) -#endif - ) - { - ext.supports_external = true; -#ifdef _WIN32 - enabled_extensions.push_back(VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME); - enabled_extensions.push_back(VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME); -#else - enabled_extensions.push_back(VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME); - enabled_extensions.push_back(VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME); -#endif - } - else - ext.supports_external = false; - - if (has_extension(VK_KHR_DRAW_INDIRECT_COUNT_EXTENSION_NAME)) - { - ext.supports_draw_indirect_count = true; - enabled_extensions.push_back(VK_KHR_DRAW_INDIRECT_COUNT_EXTENSION_NAME); - } - - if (has_extension(VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME)) - { - ext.supports_calibrated_timestamps = true; - enabled_extensions.push_back(VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME); - } - - if (has_extension(VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME); - ext.supports_conservative_rasterization = true; - } - - if (has_extension(VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME); - ext.supports_image_format_list = true; - } - - if (has_extension(VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME); - ext.supports_shader_float_control = true; - } - -#ifdef GRANITE_VULKAN_BETA - if (has_extension(VK_KHR_VIDEO_QUEUE_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_VIDEO_QUEUE_EXTENSION_NAME); - ext.supports_video_queue = true; - - if (has_extension(VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME); - ext.supports_video_decode_queue = true; - - if (has_extension(VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME); - - if (queue_info.family_indices[QUEUE_INDEX_VIDEO_DECODE] != VK_QUEUE_FAMILY_IGNORED) - { - ext.supports_video_decode_h264 = - (video_queue_props2[queue_info.family_indices[QUEUE_INDEX_VIDEO_DECODE]].videoCodecOperations & - VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_EXT) != 0; - } - } - } - } -#endif - - VkPhysicalDeviceFeatures2 features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2 }; - - ext.multiview_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES }; - ext.sampler_ycbcr_conversion_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES }; - ext.shader_draw_parameters_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES }; - - ext.storage_8bit_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR }; - ext.storage_16bit_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR }; - ext.float16_int8_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT16_INT8_FEATURES_KHR }; - ext.ubo_std430_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR }; - ext.timeline_semaphore_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES_KHR }; - ext.sync2_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR }; - ext.present_id_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR }; - ext.present_wait_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR }; - ext.performance_query_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_FEATURES_KHR }; - - ext.subgroup_size_control_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT }; - ext.host_query_reset_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT }; - ext.demote_to_helper_invocation_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT }; - ext.scalar_block_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT }; - ext.descriptor_indexing_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT }; - ext.memory_priority_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PRIORITY_FEATURES_EXT }; - ext.astc_decode_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT }; - ext.astc_hdr_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT }; - ext.pipeline_creation_cache_control_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT }; - - ext.compute_shader_derivative_features = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV }; - - void **ppNext = &features.pNext; - - *ppNext = &ext.multiview_features; - ppNext = &ext.multiview_features.pNext; - *ppNext = &ext.sampler_ycbcr_conversion_features; - ppNext = &ext.sampler_ycbcr_conversion_features.pNext; - *ppNext = &ext.shader_draw_parameters_features; - ppNext = &ext.shader_draw_parameters_features.pNext; - - if (has_extension(VK_KHR_8BIT_STORAGE_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_8BIT_STORAGE_EXTENSION_NAME); - *ppNext = &ext.storage_8bit_features; - ppNext = &ext.storage_8bit_features.pNext; - } - - if (has_extension(VK_KHR_16BIT_STORAGE_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_16BIT_STORAGE_EXTENSION_NAME); - *ppNext = &ext.storage_16bit_features; - ppNext = &ext.storage_16bit_features.pNext; - } - - if (has_extension(VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME); - *ppNext = &ext.float16_int8_features; - ppNext = &ext.float16_int8_features.pNext; - } - - if (has_extension(VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME); - *ppNext = &ext.subgroup_size_control_features; - ppNext = &ext.subgroup_size_control_features.pNext; - } - - if (has_extension(VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME); - *ppNext = &ext.compute_shader_derivative_features; - ppNext = &ext.compute_shader_derivative_features.pNext; - } - - if (has_extension(VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME); - *ppNext = &ext.host_query_reset_features; - ppNext = &ext.host_query_reset_features.pNext; - } - - if (has_extension(VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME); - *ppNext = &ext.demote_to_helper_invocation_features; - ppNext = &ext.demote_to_helper_invocation_features.pNext; - } - - if (has_extension(VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME); - *ppNext = &ext.scalar_block_features; - ppNext = &ext.scalar_block_features.pNext; - } - - if (has_extension(VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME); - *ppNext = &ext.ubo_std430_features; - ppNext = &ext.ubo_std430_features.pNext; - } - - if (has_extension(VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME); - *ppNext = &ext.timeline_semaphore_features; - ppNext = &ext.timeline_semaphore_features.pNext; - } - - if ((flags & CONTEXT_CREATION_DISABLE_BINDLESS_BIT) == 0 && has_extension(VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME); - *ppNext = &ext.descriptor_indexing_features; - ppNext = &ext.descriptor_indexing_features.pNext; - } - - if (has_extension(VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME); - *ppNext = &ext.performance_query_features; - ppNext = &ext.performance_query_features.pNext; - } - - if (has_extension(VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME); - *ppNext = &ext.memory_priority_features; - ppNext = &ext.memory_priority_features.pNext; - } - - if (has_extension(VK_EXT_MEMORY_BUDGET_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_MEMORY_BUDGET_EXTENSION_NAME); - ext.supports_memory_budget = true; - } - - if (has_extension(VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME)) - { - ext.supports_astc_decode_mode = true; - enabled_extensions.push_back(VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME); - *ppNext = &ext.astc_decode_features; - ppNext = &ext.astc_decode_features.pNext; - } - - if (has_extension(VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME); - *ppNext = &ext.astc_hdr_features; - ppNext = &ext.astc_hdr_features.pNext; - } - - if (has_extension(VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME)) - { - ext.supports_sync2 = true; - enabled_extensions.push_back(VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME); - *ppNext = &ext.sync2_features; - ppNext = &ext.sync2_features.pNext; - } - - if (has_extension(VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME)) - { - ext.supports_pipeline_creation_cache_control = true; - enabled_extensions.push_back(VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME); - *ppNext = &ext.pipeline_creation_cache_control_features; - ppNext = &ext.pipeline_creation_cache_control_features.pNext; - } - - if (has_extension(VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME)) - { - ext.supports_format_feature_flags2 = true; - enabled_extensions.push_back(VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME); - } - - // Validation layers don't fully support present_id/wait yet. - // Ignore this extension for now. -#ifndef VULKAN_DEBUG - for (unsigned i = 0; i < num_required_device_extensions; i++) - { - if (strcmp(required_device_extensions[i], VK_KHR_SWAPCHAIN_EXTENSION_NAME) == 0) - { - if (has_extension(VK_KHR_PRESENT_ID_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_PRESENT_ID_EXTENSION_NAME); - *ppNext = &ext.present_id_features; - ppNext = &ext.present_id_features.pNext; - } - - if (has_extension(VK_KHR_PRESENT_WAIT_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_PRESENT_WAIT_EXTENSION_NAME); - *ppNext = &ext.present_wait_features; - ppNext = &ext.present_wait_features.pNext; - } - - break; - } - } -#endif - - vkGetPhysicalDeviceFeatures2(gpu, &features); - - // Enable device features we might care about. - { - VkPhysicalDeviceFeatures enabled_features = *required_features; - if (features.features.textureCompressionETC2) - enabled_features.textureCompressionETC2 = VK_TRUE; - if (features.features.textureCompressionBC) - enabled_features.textureCompressionBC = VK_TRUE; - if (features.features.textureCompressionASTC_LDR) - enabled_features.textureCompressionASTC_LDR = VK_TRUE; - if (features.features.fullDrawIndexUint32) - enabled_features.fullDrawIndexUint32 = VK_TRUE; - if (features.features.imageCubeArray) - enabled_features.imageCubeArray = VK_TRUE; - if (features.features.fillModeNonSolid) - enabled_features.fillModeNonSolid = VK_TRUE; - if (features.features.independentBlend) - enabled_features.independentBlend = VK_TRUE; - if (features.features.sampleRateShading) - enabled_features.sampleRateShading = VK_TRUE; - if (features.features.fragmentStoresAndAtomics) - enabled_features.fragmentStoresAndAtomics = VK_TRUE; - if (features.features.shaderStorageImageExtendedFormats) - enabled_features.shaderStorageImageExtendedFormats = VK_TRUE; - if (features.features.shaderStorageImageMultisample) - enabled_features.shaderStorageImageMultisample = VK_TRUE; - if (features.features.largePoints) - enabled_features.largePoints = VK_TRUE; - if (features.features.shaderInt16) - enabled_features.shaderInt16 = VK_TRUE; - if (features.features.shaderInt64) - enabled_features.shaderInt64 = VK_TRUE; - if (features.features.shaderStorageImageWriteWithoutFormat) - enabled_features.shaderStorageImageWriteWithoutFormat = VK_TRUE; - if (features.features.shaderStorageImageReadWithoutFormat) - enabled_features.shaderStorageImageReadWithoutFormat = VK_TRUE; - - if (features.features.shaderSampledImageArrayDynamicIndexing) - enabled_features.shaderSampledImageArrayDynamicIndexing = VK_TRUE; - if (features.features.shaderUniformBufferArrayDynamicIndexing) - enabled_features.shaderUniformBufferArrayDynamicIndexing = VK_TRUE; - if (features.features.shaderStorageBufferArrayDynamicIndexing) - enabled_features.shaderStorageBufferArrayDynamicIndexing = VK_TRUE; - if (features.features.shaderStorageImageArrayDynamicIndexing) - enabled_features.shaderStorageImageArrayDynamicIndexing = VK_TRUE; - if (features.features.shaderImageGatherExtended) - enabled_features.shaderImageGatherExtended = VK_TRUE; - - if (features.features.samplerAnisotropy) - enabled_features.samplerAnisotropy = VK_TRUE; - - features.features = enabled_features; - ext.enabled_features = enabled_features; - } - - device_info.pNext = &features; - -#ifdef VULKAN_DEBUG - if (!force_no_validation && has_layer("VK_LAYER_KHRONOS_validation")) - enabled_layers.push_back("VK_LAYER_KHRONOS_validation"); - else if (!force_no_validation && has_layer("VK_LAYER_LUNARG_standard_validation")) - enabled_layers.push_back("VK_LAYER_LUNARG_standard_validation"); -#endif - - if (ext.supports_external && has_extension(VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME)) - { - ext.supports_external_memory_host = true; - enabled_extensions.push_back(VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME); - } - - // Only need GetPhysicalDeviceProperties2 for Vulkan 1.1-only code, so don't bother getting KHR variant. - VkPhysicalDeviceProperties2 props = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2 }; - ext.subgroup_properties = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES }; - ext.multiview_properties = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES }; - - ext.driver_properties = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR }; - - ext.host_memory_properties = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT }; - ext.subgroup_size_control_properties = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT }; - ext.descriptor_indexing_properties = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT }; - ext.conservative_rasterization_properties = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONSERVATIVE_RASTERIZATION_PROPERTIES_EXT }; - ext.float_control_properties = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR }; - - ppNext = &props.pNext; - - *ppNext = &ext.subgroup_properties; - ppNext = &ext.subgroup_properties.pNext; - *ppNext = &ext.multiview_properties; - ppNext = &ext.multiview_properties.pNext; - - if (ext.supports_external_memory_host) - { - *ppNext = &ext.host_memory_properties; - ppNext = &ext.host_memory_properties.pNext; - } - - if (has_extension(VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME)) - { - *ppNext = &ext.subgroup_size_control_properties; - ppNext = &ext.subgroup_size_control_properties.pNext; - } - - if (has_extension(VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME)) - { - *ppNext = &ext.descriptor_indexing_properties; - ppNext = &ext.descriptor_indexing_properties.pNext; - } - - if (ext.supports_conservative_rasterization) - { - *ppNext = &ext.conservative_rasterization_properties; - ppNext = &ext.conservative_rasterization_properties.pNext; - } - - if (has_extension(VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME)) - { - enabled_extensions.push_back(VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME); - ext.supports_driver_properties = true; - *ppNext = &ext.driver_properties; - ppNext = &ext.driver_properties.pNext; - } - - if (ext.supports_shader_float_control) - { - *ppNext = &ext.float_control_properties; - ppNext = &ext.float_control_properties.pNext; - } - - vkGetPhysicalDeviceProperties2(gpu, &props); - - device_info.enabledExtensionCount = enabled_extensions.size(); - device_info.ppEnabledExtensionNames = enabled_extensions.empty() ? nullptr : enabled_extensions.data(); - device_info.enabledLayerCount = enabled_layers.size(); - device_info.ppEnabledLayerNames = enabled_layers.empty() ? nullptr : enabled_layers.data(); - - for (auto *enabled_extension : enabled_extensions) - LOGI("Enabling device extension: %s.\n", enabled_extension); - - if (vkCreateDevice(gpu, &device_info, nullptr, &device) != VK_SUCCESS) - return false; - -#ifdef GRANITE_VULKAN_FOSSILIZE - feature_filter.init(user_application_info ? user_application_info->apiVersion : VK_API_VERSION_1_1, - enabled_extensions.data(), device_info.enabledExtensionCount, - &features, &props); - feature_filter.set_device_query_interface(this); -#endif - - volkLoadDeviceTable(&device_table, device); - - for (int i = 0; i < QUEUE_INDEX_COUNT; i++) - { - if (queue_info.family_indices[i] != VK_QUEUE_FAMILY_IGNORED) - { - device_table.vkGetDeviceQueue(device, queue_info.family_indices[i], queue_indices[i], - &queue_info.queues[i]); - } - else - { - queue_info.queues[i] = VK_NULL_HANDLE; - } - } - -#ifdef VULKAN_DEBUG - static const char *family_names[QUEUE_INDEX_COUNT] = { "Graphics", "Compute", "Transfer", "Video decode" }; - for (int i = 0; i < QUEUE_INDEX_COUNT; i++) - if (queue_info.family_indices[i] != VK_QUEUE_FAMILY_IGNORED) - LOGI("%s queue: family %u, index %u.\n", family_names[i], queue_info.family_indices[i], queue_indices[i]); -#endif - - check_descriptor_indexing_features(); - - return true; -} - -void Context::check_descriptor_indexing_features() -{ - auto &f = ext.descriptor_indexing_features; - if (f.descriptorBindingSampledImageUpdateAfterBind && - f.descriptorBindingPartiallyBound && - f.descriptorBindingVariableDescriptorCount && - f.runtimeDescriptorArray && - f.shaderSampledImageArrayNonUniformIndexing) - { - ext.supports_descriptor_indexing = true; - } -} - -#ifdef GRANITE_VULKAN_FOSSILIZE -bool Context::format_is_supported(VkFormat format, VkFormatFeatureFlags features) -{ - if (gpu == VK_NULL_HANDLE) - return false; - - VkFormatProperties props; - vkGetPhysicalDeviceFormatProperties(gpu, format, &props); - auto supported = props.bufferFeatures | props.linearTilingFeatures | props.optimalTilingFeatures; - return (supported & features) == features; -} - -bool Context::descriptor_set_layout_is_supported(const VkDescriptorSetLayoutCreateInfo *set_layout) -{ - if (device == VK_NULL_HANDLE) - return false; - - VkDescriptorSetLayoutSupport support = { VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT }; - vkGetDescriptorSetLayoutSupport(device, set_layout, &support); - return support.supported == VK_TRUE; -} -#endif -} diff --git a/external/parallel-rdp-standalone/vulkan/context.hpp b/external/parallel-rdp-standalone/vulkan/context.hpp deleted file mode 100644 index d7deefe7..00000000 --- a/external/parallel-rdp-standalone/vulkan/context.hpp +++ /dev/null @@ -1,295 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include "logging.hpp" -#include "vulkan_common.hpp" -#include -#include - -#ifdef GRANITE_VULKAN_FOSSILIZE -#include "cli/fossilize_feature_filter.hpp" -#endif - -namespace Util -{ -class TimelineTraceFile; -} - -namespace Granite -{ -class Filesystem; -class ThreadGroup; -} - -namespace Vulkan -{ -struct DeviceFeatures -{ - bool supports_debug_utils = false; - bool supports_mirror_clamp_to_edge = false; - bool supports_google_display_timing = false; - bool supports_nv_device_diagnostic_checkpoints = false; - bool supports_external_memory_host = false; - bool supports_surface_capabilities2 = false; - bool supports_full_screen_exclusive = false; - bool supports_descriptor_indexing = false; - bool supports_conservative_rasterization = false; - bool supports_draw_indirect_count = false; - bool supports_driver_properties = false; - bool supports_calibrated_timestamps = false; - bool supports_memory_budget = false; - bool supports_astc_decode_mode = false; - bool supports_sync2 = false; - bool supports_video_queue = false; - bool supports_video_decode_queue = false; - bool supports_video_decode_h264 = false; - bool supports_pipeline_creation_cache_control = false; - bool supports_format_feature_flags2 = false; - bool supports_external = false; - bool supports_image_format_list = false; - bool supports_shader_float_control = false; - - // Vulkan 1.1 core - VkPhysicalDeviceFeatures enabled_features = {}; - VkPhysicalDeviceMultiviewFeatures multiview_features = {}; - VkPhysicalDeviceShaderDrawParametersFeatures shader_draw_parameters_features = {}; - VkPhysicalDeviceSamplerYcbcrConversionFeatures sampler_ycbcr_conversion_features = {}; - VkPhysicalDeviceMultiviewProperties multiview_properties = {}; - VkPhysicalDeviceSubgroupProperties subgroup_properties = {}; - - // KHR - VkPhysicalDeviceTimelineSemaphoreFeaturesKHR timeline_semaphore_features = {}; - VkPhysicalDevicePerformanceQueryFeaturesKHR performance_query_features = {}; - VkPhysicalDeviceDriverPropertiesKHR driver_properties = {}; - VkPhysicalDeviceSynchronization2FeaturesKHR sync2_features = {}; - VkPhysicalDevicePresentIdFeaturesKHR present_id_features = {}; - VkPhysicalDevicePresentWaitFeaturesKHR present_wait_features = {}; - VkPhysicalDevice8BitStorageFeaturesKHR storage_8bit_features = {}; - VkPhysicalDevice16BitStorageFeaturesKHR storage_16bit_features = {}; - VkPhysicalDeviceFloat16Int8FeaturesKHR float16_int8_features = {}; - VkPhysicalDeviceFloatControlsPropertiesKHR float_control_properties = {}; - - // EXT - VkPhysicalDeviceExternalMemoryHostPropertiesEXT host_memory_properties = {}; - VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroup_size_control_features = {}; - VkPhysicalDeviceSubgroupSizeControlPropertiesEXT subgroup_size_control_properties = {}; - VkPhysicalDeviceHostQueryResetFeaturesEXT host_query_reset_features = {}; - VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT demote_to_helper_invocation_features = {}; - VkPhysicalDeviceScalarBlockLayoutFeaturesEXT scalar_block_features = {}; - VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR ubo_std430_features = {}; - VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptor_indexing_features = {}; - VkPhysicalDeviceDescriptorIndexingPropertiesEXT descriptor_indexing_properties = {}; - VkPhysicalDeviceConservativeRasterizationPropertiesEXT conservative_rasterization_properties = {}; - VkPhysicalDeviceMemoryPriorityFeaturesEXT memory_priority_features = {}; - VkPhysicalDeviceASTCDecodeFeaturesEXT astc_decode_features = {}; - VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT astc_hdr_features = {}; - VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT pipeline_creation_cache_control_features = {}; - - // Vendor - VkPhysicalDeviceComputeShaderDerivativesFeaturesNV compute_shader_derivative_features = {}; -}; - -enum VendorID -{ - VENDOR_ID_AMD = 0x1002, - VENDOR_ID_NVIDIA = 0x10de, - VENDOR_ID_INTEL = 0x8086, - VENDOR_ID_ARM = 0x13b5, - VENDOR_ID_QCOM = 0x5143 -}; - -enum ContextCreationFlagBits -{ - CONTEXT_CREATION_DISABLE_BINDLESS_BIT = 1 << 0 -}; -using ContextCreationFlags = uint32_t; - -struct QueueInfo -{ - QueueInfo(); - VkQueue queues[QUEUE_INDEX_COUNT] = {}; - uint32_t family_indices[QUEUE_INDEX_COUNT]; - uint32_t timestamp_valid_bits = 0; -}; - -class Context - : public Util::IntrusivePtrEnabled, HandleCounter> -#ifdef GRANITE_VULKAN_FOSSILIZE - , public Fossilize::DeviceQueryInterface -#endif -{ -public: - // Call before initializing instances. Pointer must remain valid until instance and device creation completes. - // API_VERSION must be at least 1.1. - // By default, a Vulkan 1.1 instance is created. - void set_application_info(const VkApplicationInfo *app_info); - - bool init_instance_and_device(const char **instance_ext, uint32_t instance_ext_count, const char **device_ext, uint32_t device_ext_count, - ContextCreationFlags flags = 0); - bool init_from_instance_and_device(VkInstance instance, VkPhysicalDevice gpu, VkDevice device, VkQueue queue, uint32_t queue_family); - bool init_device_from_instance(VkInstance instance, VkPhysicalDevice gpu, VkSurfaceKHR surface, const char **required_device_extensions, - unsigned num_required_device_extensions, const char **required_device_layers, - unsigned num_required_device_layers, const VkPhysicalDeviceFeatures *required_features, - ContextCreationFlags flags = 0); - - Context() = default; - Context(const Context &) = delete; - void operator=(const Context &) = delete; - static bool init_loader(PFN_vkGetInstanceProcAddr addr); - static PFN_vkGetInstanceProcAddr get_instance_proc_addr(); - - ~Context(); - - VkInstance get_instance() const - { - return instance; - } - - VkPhysicalDevice get_gpu() const - { - return gpu; - } - - VkDevice get_device() const - { - return device; - } - - const QueueInfo &get_queue_info() const - { - return queue_info; - } - - const VkPhysicalDeviceProperties &get_gpu_props() const - { - return gpu_props; - } - - const VkPhysicalDeviceMemoryProperties &get_mem_props() const - { - return mem_props; - } - - void release_instance() - { - owned_instance = false; - } - - void release_device() - { - owned_device = false; - } - - const DeviceFeatures &get_enabled_device_features() const - { - return ext; - } - - const VkApplicationInfo &get_application_info() const; - - void notify_validation_error(const char *msg); - void set_notification_callback(std::function func); - - void set_num_thread_indices(unsigned indices) - { - num_thread_indices = indices; - } - - unsigned get_num_thread_indices() const - { - return num_thread_indices; - } - - const VolkDeviceTable &get_device_table() const - { - return device_table; - } - - struct SystemHandles - { - Util::TimelineTraceFile *timeline_trace_file = nullptr; - Granite::Filesystem *filesystem = nullptr; - Granite::ThreadGroup *thread_group = nullptr; - }; - - void set_system_handles(const SystemHandles &handles_) - { - handles = handles_; - } - - const SystemHandles &get_system_handles() const - { - return handles; - } - -#ifdef GRANITE_VULKAN_FOSSILIZE - const Fossilize::FeatureFilter &get_feature_filter() const - { - return feature_filter; - } -#endif - -private: - VkDevice device = VK_NULL_HANDLE; - VkInstance instance = VK_NULL_HANDLE; - VkPhysicalDevice gpu = VK_NULL_HANDLE; - VolkDeviceTable device_table = {}; - SystemHandles handles; - - VkPhysicalDeviceProperties gpu_props = {}; - VkPhysicalDeviceMemoryProperties mem_props = {}; - const VkApplicationInfo *user_application_info = nullptr; - - QueueInfo queue_info; - unsigned num_thread_indices = 1; - - bool create_instance(const char **instance_ext, uint32_t instance_ext_count); - bool create_device(VkPhysicalDevice gpu, VkSurfaceKHR surface, const char **required_device_extensions, - unsigned num_required_device_extensions, const char **required_device_layers, - unsigned num_required_device_layers, const VkPhysicalDeviceFeatures *required_features, - ContextCreationFlags flags); - - bool owned_instance = false; - bool owned_device = false; - DeviceFeatures ext; - -#ifdef VULKAN_DEBUG - VkDebugUtilsMessengerEXT debug_messenger = VK_NULL_HANDLE; -#endif - std::function message_callback; - - void destroy(); - void check_descriptor_indexing_features(); - bool force_no_validation = false; - -#ifdef GRANITE_VULKAN_FOSSILIZE - Fossilize::FeatureFilter feature_filter; - bool format_is_supported(VkFormat format, VkFormatFeatureFlags features) override; - bool descriptor_set_layout_is_supported(const VkDescriptorSetLayoutCreateInfo *set_layout) override; -#endif -}; - -using ContextHandle = Util::IntrusivePtr; -} diff --git a/external/parallel-rdp-standalone/vulkan/cookie.cpp b/external/parallel-rdp-standalone/vulkan/cookie.cpp deleted file mode 100644 index bedfde24..00000000 --- a/external/parallel-rdp-standalone/vulkan/cookie.cpp +++ /dev/null @@ -1,32 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "cookie.hpp" -#include "device.hpp" - -namespace Vulkan -{ -Cookie::Cookie(Device *device) - : cookie(device->allocate_cookie()) -{ -} -} diff --git a/external/parallel-rdp-standalone/vulkan/cookie.hpp b/external/parallel-rdp-standalone/vulkan/cookie.hpp deleted file mode 100644 index 897d2f34..00000000 --- a/external/parallel-rdp-standalone/vulkan/cookie.hpp +++ /dev/null @@ -1,61 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include -#include "hash.hpp" -#include "intrusive_hash_map.hpp" - -namespace Vulkan -{ -class Device; - -class Cookie -{ -public: - Cookie(Device *device); - - uint64_t get_cookie() const - { - return cookie; - } - -private: - uint64_t cookie; -}; - -template -using HashedObject = Util::IntrusiveHashMapEnabled; - -class InternalSyncEnabled -{ -public: - void set_internal_sync_object() - { - internal_sync = true; - } - -protected: - bool internal_sync = false; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/descriptor_set.cpp b/external/parallel-rdp-standalone/vulkan/descriptor_set.cpp deleted file mode 100644 index d3324da4..00000000 --- a/external/parallel-rdp-standalone/vulkan/descriptor_set.cpp +++ /dev/null @@ -1,484 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "descriptor_set.hpp" -#include "device.hpp" -#include - -using namespace std; -using namespace Util; - -namespace Vulkan -{ -DescriptorSetAllocator::DescriptorSetAllocator(Hash hash, Device *device_, const DescriptorSetLayout &layout, - const uint32_t *stages_for_binds, - const ImmutableSampler * const *immutable_samplers) - : IntrusiveHashMapEnabled(hash) - , device(device_) - , table(device_->get_device_table()) -{ - bindless = layout.array_size[0] == DescriptorSetLayout::UNSIZED_ARRAY; - - if (!bindless) - { - unsigned count = device_->num_thread_indices; - for (unsigned i = 0; i < count; i++) - per_thread.emplace_back(new PerThread); - } - - if (bindless && !device->get_device_features().supports_descriptor_indexing) - { - LOGE("Cannot support descriptor indexing on this device.\n"); - return; - } - - VkDescriptorSetLayoutCreateInfo info = { VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO }; - VkDescriptorSetLayoutBindingFlagsCreateInfoEXT flags = { VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO_EXT }; - VkSampler vk_immutable_samplers[VULKAN_NUM_BINDINGS] = {}; - vector bindings; - VkDescriptorBindingFlagsEXT binding_flags = 0; - - if (bindless) - { - info.flags |= VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT; - info.pNext = &flags; - - flags.bindingCount = 1; - flags.pBindingFlags = &binding_flags; - binding_flags = VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT_EXT | - VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT | - VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT_EXT; - } - - for (unsigned i = 0; i < VULKAN_NUM_BINDINGS; i++) - { - auto stages = stages_for_binds[i]; - if (stages == 0) - continue; - - unsigned array_size = layout.array_size[i]; - unsigned pool_array_size; - if (array_size == DescriptorSetLayout::UNSIZED_ARRAY) - { - array_size = VULKAN_NUM_BINDINGS_BINDLESS_VARYING; - pool_array_size = array_size; - } - else - pool_array_size = array_size * VULKAN_NUM_SETS_PER_POOL; - - unsigned types = 0; - if (layout.sampled_image_mask & (1u << i)) - { - if ((layout.immutable_sampler_mask & (1u << i)) && immutable_samplers && immutable_samplers[i]) - vk_immutable_samplers[i] = immutable_samplers[i]->get_sampler().get_sampler(); - - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, array_size, stages, - vk_immutable_samplers[i] != VK_NULL_HANDLE ? &vk_immutable_samplers[i] : nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, pool_array_size }); - types++; - } - - if (layout.sampled_texel_buffer_mask & (1u << i)) - { - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, array_size, stages, nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, pool_array_size }); - types++; - } - - if (layout.storage_texel_buffer_mask & (1u << i)) - { - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER, array_size, stages, nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER, pool_array_size }); - types++; - } - - if (layout.storage_image_mask & (1u << i)) - { - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, array_size, stages, nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, pool_array_size }); - types++; - } - - if (layout.uniform_buffer_mask & (1u << i)) - { - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC, array_size, stages, nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC, pool_array_size }); - types++; - } - - if (layout.storage_buffer_mask & (1u << i)) - { - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, array_size, stages, nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, pool_array_size }); - types++; - } - - if (layout.input_attachment_mask & (1u << i)) - { - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, array_size, stages, nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, pool_array_size }); - types++; - } - - if (layout.separate_image_mask & (1u << i)) - { - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, array_size, stages, nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, pool_array_size }); - types++; - } - - if (layout.sampler_mask & (1u << i)) - { - if ((layout.immutable_sampler_mask & (1u << i)) && immutable_samplers && immutable_samplers[i]) - vk_immutable_samplers[i] = immutable_samplers[i]->get_sampler().get_sampler(); - - bindings.push_back({ i, VK_DESCRIPTOR_TYPE_SAMPLER, array_size, stages, - vk_immutable_samplers[i] != VK_NULL_HANDLE ? &vk_immutable_samplers[i] : nullptr }); - pool_size.push_back({ VK_DESCRIPTOR_TYPE_SAMPLER, pool_array_size }); - types++; - } - - (void)types; - VK_ASSERT(types <= 1 && "Descriptor set aliasing!"); - } - - if (!bindings.empty()) - { - info.bindingCount = bindings.size(); - info.pBindings = bindings.data(); - - if (bindless && bindings.size() != 1) - { - LOGE("Using bindless but have bindingCount != 1.\n"); - return; - } - } - -#ifdef VULKAN_DEBUG - LOGI("Creating descriptor set layout.\n"); -#endif - if (table.vkCreateDescriptorSetLayout(device->get_device(), &info, nullptr, &set_layout) != VK_SUCCESS) - LOGE("Failed to create descriptor set layout."); -#ifdef GRANITE_VULKAN_FOSSILIZE - device->register_descriptor_set_layout(set_layout, get_hash(), info); -#endif -} - -void DescriptorSetAllocator::reset_bindless_pool(VkDescriptorPool pool) -{ - table.vkResetDescriptorPool(device->get_device(), pool, 0); -} - -VkDescriptorSet DescriptorSetAllocator::allocate_bindless_set(VkDescriptorPool pool, unsigned num_descriptors) -{ - if (!pool || !bindless) - return VK_NULL_HANDLE; - - VkDescriptorSetAllocateInfo info = { VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO }; - info.descriptorPool = pool; - info.descriptorSetCount = 1; - info.pSetLayouts = &set_layout; - - VkDescriptorSetVariableDescriptorCountAllocateInfoEXT count_info = - { VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO_EXT }; - - uint32_t num_desc = num_descriptors; - count_info.descriptorSetCount = 1; - count_info.pDescriptorCounts = &num_desc; - info.pNext = &count_info; - - VkDescriptorSet desc_set = VK_NULL_HANDLE; - if (table.vkAllocateDescriptorSets(device->get_device(), &info, &desc_set) != VK_SUCCESS) - return VK_NULL_HANDLE; - - return desc_set; -} - -VkDescriptorPool DescriptorSetAllocator::allocate_bindless_pool(unsigned num_sets, unsigned num_descriptors) -{ - if (!bindless) - return VK_NULL_HANDLE; - - VkDescriptorPool pool = VK_NULL_HANDLE; - VkDescriptorPoolCreateInfo info = { VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO }; - info.flags = VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT_EXT; - info.maxSets = num_sets; - info.poolSizeCount = 1; - - VkDescriptorPoolSize size = pool_size[0]; - if (num_descriptors > size.descriptorCount) - { - LOGE("Trying to allocate more than max bindless descriptors for descriptor layout.\n"); - return VK_NULL_HANDLE; - } - - size.descriptorCount = num_descriptors; - info.pPoolSizes = &size; - - if (table.vkCreateDescriptorPool(device->get_device(), &info, nullptr, &pool) != VK_SUCCESS) - { - LOGE("Failed to create descriptor pool.\n"); - return VK_NULL_HANDLE; - } - - return pool; -} - -void DescriptorSetAllocator::begin_frame() -{ - if (!bindless) - { - for (auto &thr : per_thread) - thr->should_begin = true; - } -} - -pair DescriptorSetAllocator::find(unsigned thread_index, Hash hash) -{ - VK_ASSERT(!bindless); - - auto &state = *per_thread[thread_index]; - if (state.should_begin) - { - state.set_nodes.begin_frame(); - state.should_begin = false; - } - - auto *node = state.set_nodes.request(hash); - if (node) - return { node->set, true }; - - node = state.set_nodes.request_vacant(hash); - if (node) - return { node->set, false }; - - VkDescriptorPool pool; - VkDescriptorPoolCreateInfo info = { VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO }; - info.maxSets = VULKAN_NUM_SETS_PER_POOL; - if (!pool_size.empty()) - { - info.poolSizeCount = pool_size.size(); - info.pPoolSizes = pool_size.data(); - } - - if (table.vkCreateDescriptorPool(device->get_device(), &info, nullptr, &pool) != VK_SUCCESS) - { - LOGE("Failed to create descriptor pool.\n"); - return { VK_NULL_HANDLE, false }; - } - - VkDescriptorSet sets[VULKAN_NUM_SETS_PER_POOL]; - VkDescriptorSetLayout layouts[VULKAN_NUM_SETS_PER_POOL]; - fill(begin(layouts), end(layouts), set_layout); - - VkDescriptorSetAllocateInfo alloc = { VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO }; - alloc.descriptorPool = pool; - alloc.descriptorSetCount = VULKAN_NUM_SETS_PER_POOL; - alloc.pSetLayouts = layouts; - - if (table.vkAllocateDescriptorSets(device->get_device(), &alloc, sets) != VK_SUCCESS) - LOGE("Failed to allocate descriptor sets.\n"); - state.pools.push_back(pool); - - for (auto set : sets) - state.set_nodes.make_vacant(set); - - return { state.set_nodes.request_vacant(hash)->set, false }; -} - -void DescriptorSetAllocator::clear() -{ - for (auto &thr : per_thread) - { - thr->set_nodes.clear(); - for (auto &pool : thr->pools) - { - table.vkResetDescriptorPool(device->get_device(), pool, 0); - table.vkDestroyDescriptorPool(device->get_device(), pool, nullptr); - } - thr->pools.clear(); - } -} - -DescriptorSetAllocator::~DescriptorSetAllocator() -{ - if (set_layout != VK_NULL_HANDLE) - table.vkDestroyDescriptorSetLayout(device->get_device(), set_layout, nullptr); - clear(); -} - -BindlessDescriptorPool::BindlessDescriptorPool(Device *device_, DescriptorSetAllocator *allocator_, - VkDescriptorPool pool, uint32_t num_sets, uint32_t num_desc) - : device(device_), allocator(allocator_), desc_pool(pool), total_sets(num_sets), total_descriptors(num_desc) -{ -} - -BindlessDescriptorPool::~BindlessDescriptorPool() -{ - if (desc_pool) - { - if (internal_sync) - device->destroy_descriptor_pool_nolock(desc_pool); - else - device->destroy_descriptor_pool(desc_pool); - } -} - -VkDescriptorSet BindlessDescriptorPool::get_descriptor_set() const -{ - return desc_set; -} - -void BindlessDescriptorPool::reset() -{ - if (desc_pool != VK_NULL_HANDLE) - allocator->reset_bindless_pool(desc_pool); - desc_set = VK_NULL_HANDLE; - allocated_descriptor_count = 0; - allocated_sets = 0; -} - -bool BindlessDescriptorPool::allocate_descriptors(unsigned count) -{ - // Not all drivers will exhaust the pool for us, so make sure we don't allocate more than expected. - if (allocated_sets == total_sets) - return false; - if (allocated_descriptor_count + count > total_descriptors) - return false; - - allocated_descriptor_count += count; - allocated_sets++; - - desc_set = allocator->allocate_bindless_set(desc_pool, count); - return desc_set != VK_NULL_HANDLE; -} - -void BindlessDescriptorPool::set_texture(unsigned binding, const ImageView &view) -{ - // TODO: Deal with integer view for depth-stencil images? - set_texture(binding, view.get_float_view(), view.get_image().get_layout(VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); -} - -void BindlessDescriptorPool::set_texture_unorm(unsigned binding, const ImageView &view) -{ - set_texture(binding, view.get_unorm_view(), view.get_image().get_layout(VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); -} - -void BindlessDescriptorPool::set_texture_srgb(unsigned binding, const ImageView &view) -{ - set_texture(binding, view.get_srgb_view(), view.get_image().get_layout(VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL)); -} - -void BindlessDescriptorPool::set_texture(unsigned binding, VkImageView view, VkImageLayout layout) -{ - VkWriteDescriptorSet write = { VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET }; - write.descriptorCount = 1; - write.dstArrayElement = binding; - write.descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE; - write.dstSet = desc_set; - - const VkDescriptorImageInfo info = { - VK_NULL_HANDLE, - view, - layout, - }; - write.pImageInfo = &info; - - auto &table = device->get_device_table(); - table.vkUpdateDescriptorSets(device->get_device(), 1, &write, 0, nullptr); -} - -void BindlessDescriptorPoolDeleter::operator()(BindlessDescriptorPool *pool) -{ - pool->device->handle_pool.bindless_descriptor_pool.free(pool); -} - -unsigned BindlessAllocator::push(const ImageView &view) -{ - auto ret = unsigned(views.size()); - views.push_back(&view); - if (views.size() > VULKAN_NUM_BINDINGS_BINDLESS_VARYING) - { - LOGE("Exceeding maximum number of bindless resources per set (%u >= %u).\n", - unsigned(views.size()), VULKAN_NUM_BINDINGS_BINDLESS_VARYING); - } - return ret; -} - -void BindlessAllocator::begin() -{ - views.clear(); -} - -void BindlessAllocator::reset() -{ - descriptor_pool.reset(); -} - -unsigned BindlessAllocator::get_next_offset() const -{ - return unsigned(views.size()); -} - -void BindlessAllocator::reserve_max_resources_per_pool(unsigned set_count, unsigned descriptor_count) -{ - max_sets_per_pool = std::max(max_sets_per_pool, set_count); - max_descriptors_per_pool = std::max(max_descriptors_per_pool, descriptor_count); - views.reserve(max_descriptors_per_pool); -} - -void BindlessAllocator::set_bindless_resource_type(BindlessResourceType type) -{ - resource_type = type; -} - -VkDescriptorSet BindlessAllocator::commit(Device &device) -{ - max_sets_per_pool = std::max(1u, max_sets_per_pool); - max_descriptors_per_pool = std::max(views.size(), max_descriptors_per_pool); - max_descriptors_per_pool = std::max(1u, max_descriptors_per_pool); - max_descriptors_per_pool = std::min(max_descriptors_per_pool, VULKAN_NUM_BINDINGS_BINDLESS_VARYING); - unsigned to_allocate = std::max(views.size(), 1u); - - if (!descriptor_pool) - { - descriptor_pool = device.create_bindless_descriptor_pool( - resource_type, max_sets_per_pool, max_descriptors_per_pool); - } - - if (!descriptor_pool->allocate_descriptors(to_allocate)) - { - descriptor_pool = device.create_bindless_descriptor_pool( - resource_type, max_sets_per_pool, max_descriptors_per_pool); - - if (!descriptor_pool->allocate_descriptors(to_allocate)) - { - LOGE("Failed to allocate descriptors on a fresh descriptor pool!\n"); - return VK_NULL_HANDLE; - } - } - - for (size_t i = 0, n = views.size(); i < n; i++) - descriptor_pool->set_texture(i, *views[i]); - return descriptor_pool->get_descriptor_set(); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/descriptor_set.hpp b/external/parallel-rdp-standalone/vulkan/descriptor_set.hpp deleted file mode 100644 index efc0cc06..00000000 --- a/external/parallel-rdp-standalone/vulkan/descriptor_set.hpp +++ /dev/null @@ -1,186 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "hash.hpp" -#include "object_pool.hpp" -#include "temporary_hashmap.hpp" -#include "vulkan_headers.hpp" -#include "sampler.hpp" -#include "limits.hpp" -#include -#include -#include "cookie.hpp" - -namespace Vulkan -{ -class Device; -struct DescriptorSetLayout -{ - uint32_t sampled_image_mask = 0; - uint32_t storage_image_mask = 0; - uint32_t uniform_buffer_mask = 0; - uint32_t storage_buffer_mask = 0; - uint32_t sampled_texel_buffer_mask = 0; - uint32_t storage_texel_buffer_mask = 0; - uint32_t input_attachment_mask = 0; - uint32_t sampler_mask = 0; - uint32_t separate_image_mask = 0; - uint32_t fp_mask = 0; - uint32_t immutable_sampler_mask = 0; - uint8_t array_size[VULKAN_NUM_BINDINGS] = {}; - uint32_t padding = 0; - enum { UNSIZED_ARRAY = 0xff }; -}; - -// Avoid -Wclass-memaccess warnings since we hash DescriptorSetLayout. - -static const unsigned VULKAN_NUM_SETS_PER_POOL = 16; -static const unsigned VULKAN_DESCRIPTOR_RING_SIZE = 8; - -class DescriptorSetAllocator; -class BindlessDescriptorPool; -class ImageView; - -struct BindlessDescriptorPoolDeleter -{ - void operator()(BindlessDescriptorPool *pool); -}; - -class BindlessDescriptorPool : public Util::IntrusivePtrEnabled, - public InternalSyncEnabled -{ -public: - friend struct BindlessDescriptorPoolDeleter; - explicit BindlessDescriptorPool(Device *device, DescriptorSetAllocator *allocator, VkDescriptorPool pool, - uint32_t total_sets, uint32_t total_descriptors); - ~BindlessDescriptorPool(); - void operator=(const BindlessDescriptorPool &) = delete; - BindlessDescriptorPool(const BindlessDescriptorPool &) = delete; - - void reset(); - bool allocate_descriptors(unsigned count); - VkDescriptorSet get_descriptor_set() const; - - void set_texture(unsigned binding, const ImageView &view); - void set_texture_unorm(unsigned binding, const ImageView &view); - void set_texture_srgb(unsigned binding, const ImageView &view); - -private: - Device *device; - DescriptorSetAllocator *allocator; - VkDescriptorPool desc_pool; - VkDescriptorSet desc_set = VK_NULL_HANDLE; - - uint32_t allocated_sets = 0; - uint32_t total_sets = 0; - uint32_t allocated_descriptor_count = 0; - uint32_t total_descriptors = 0; - - void set_texture(unsigned binding, VkImageView view, VkImageLayout layout); -}; -using BindlessDescriptorPoolHandle = Util::IntrusivePtr; - -enum class BindlessResourceType -{ - ImageFP, - ImageInt -}; - -class DescriptorSetAllocator : public HashedObject -{ -public: - DescriptorSetAllocator(Util::Hash hash, Device *device, const DescriptorSetLayout &layout, - const uint32_t *stages_for_bindings, - const ImmutableSampler * const *immutable_samplers); - ~DescriptorSetAllocator(); - void operator=(const DescriptorSetAllocator &) = delete; - DescriptorSetAllocator(const DescriptorSetAllocator &) = delete; - - void begin_frame(); - std::pair find(unsigned thread_index, Util::Hash hash); - - VkDescriptorSetLayout get_layout() const - { - return set_layout; - } - - void clear(); - - bool is_bindless() const - { - return bindless; - } - - VkDescriptorPool allocate_bindless_pool(unsigned num_sets, unsigned num_descriptors); - VkDescriptorSet allocate_bindless_set(VkDescriptorPool pool, unsigned num_descriptors); - void reset_bindless_pool(VkDescriptorPool pool); - -private: - struct DescriptorSetNode : Util::TemporaryHashmapEnabled, Util::IntrusiveListEnabled - { - explicit DescriptorSetNode(VkDescriptorSet set_) - : set(set_) - { - } - - VkDescriptorSet set; - }; - - Device *device; - const VolkDeviceTable &table; - VkDescriptorSetLayout set_layout = VK_NULL_HANDLE; - - struct PerThread - { - Util::TemporaryHashmap set_nodes; - std::vector pools; - bool should_begin = true; - }; - std::vector> per_thread; - std::vector pool_size; - bool bindless = false; -}; - -class BindlessAllocator -{ -public: - void reserve_max_resources_per_pool(unsigned set_count, unsigned descriptor_count); - void set_bindless_resource_type(BindlessResourceType type); - - void begin(); - unsigned push(const ImageView &view); - VkDescriptorSet commit(Device &device); - - unsigned get_next_offset() const; - - void reset(); - -private: - BindlessDescriptorPoolHandle descriptor_pool; - unsigned max_sets_per_pool = 0; - unsigned max_descriptors_per_pool = 0; - BindlessResourceType resource_type = BindlessResourceType::ImageFP; - std::vector views; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/device.cpp b/external/parallel-rdp-standalone/vulkan/device.cpp deleted file mode 100644 index 0ee796c1..00000000 --- a/external/parallel-rdp-standalone/vulkan/device.cpp +++ /dev/null @@ -1,4994 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "device.hpp" -#include "format.hpp" -#include "timeline_trace_file.hpp" -#include "type_to_string.hpp" -#include "quirks.hpp" -#include "timer.hpp" -#include -#include -#include - -#ifdef _WIN32 -#define WIN32_LEAN_AND_MEAN -#include -#endif - -#ifdef GRANITE_VULKAN_FILESYSTEM -#include "string_helpers.hpp" -#endif - -#ifdef GRANITE_VULKAN_MT -#include "thread_id.hpp" -static unsigned get_thread_index() -{ - return Util::get_current_thread_index(); -} -#define LOCK() std::lock_guard holder__{lock.lock} -#define DRAIN_FRAME_LOCK() \ - std::unique_lock holder__{lock.lock}; \ - lock.cond.wait(holder__, [&]() { \ - return lock.counter == 0; \ - }) -#else -#define LOCK() ((void)0) -#define DRAIN_FRAME_LOCK() VK_ASSERT(lock.counter == 0) -static unsigned get_thread_index() -{ - return 0; -} -#endif - -using namespace std; -using namespace Util; - -namespace Vulkan -{ -static const char *queue_name_table[] = { - "Graphics", - "Compute", - "Transfer", - "Video decode" -}; - -static const QueueIndices queue_flush_order[] = { - QUEUE_INDEX_TRANSFER, - QUEUE_INDEX_VIDEO_DECODE, - QUEUE_INDEX_GRAPHICS, - QUEUE_INDEX_COMPUTE -}; - -#ifdef GRANITE_VULKAN_BETA -static constexpr VkImageUsageFlags vk_video_image_usage_flags = - VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR | VK_IMAGE_USAGE_VIDEO_DECODE_SRC_BIT_KHR | VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR | - VK_IMAGE_USAGE_VIDEO_ENCODE_DPB_BIT_KHR | VK_IMAGE_USAGE_VIDEO_ENCODE_SRC_BIT_KHR | VK_IMAGE_USAGE_VIDEO_ENCODE_DST_BIT_KHR; -#else -static constexpr VkImageUsageFlags vk_video_image_usage_flags = 0; -#endif - -Device::Device() - : framebuffer_allocator(this) - , transient_allocator(this) -#ifdef GRANITE_VULKAN_FILESYSTEM - , shader_manager(this) - , texture_manager(this) -#endif -{ -#ifdef GRANITE_VULKAN_MT - cookie.store(0); -#endif -} - -Semaphore Device::request_legacy_semaphore() -{ - LOCK(); - auto semaphore = managers.semaphore.request_cleared_semaphore(); - Semaphore ptr(handle_pool.semaphores.allocate(this, semaphore, false)); - return ptr; -} - -Semaphore Device::request_proxy_semaphore() -{ - LOCK(); - Semaphore ptr(handle_pool.semaphores.allocate(this)); - return ptr; -} - -Semaphore Device::request_external_semaphore(VkSemaphore semaphore, bool signalled) -{ - LOCK(); - VK_ASSERT(semaphore); - Semaphore ptr(handle_pool.semaphores.allocate(this, semaphore, signalled)); - return ptr; -} - -#ifndef _WIN32 -Semaphore Device::request_imported_semaphore(int fd, VkExternalSemaphoreHandleTypeFlagBits handle_type) -{ - LOCK(); - if (!ext.supports_external) - return {}; - - VkExternalSemaphoreProperties props = { VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES }; - VkPhysicalDeviceExternalSemaphoreInfo info = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO }; - info.handleType = handle_type; - - vkGetPhysicalDeviceExternalSemaphoreProperties(gpu, &info, &props); - if ((props.externalSemaphoreFeatures & VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT) == 0) - return Semaphore(nullptr); - - auto semaphore = managers.semaphore.request_cleared_semaphore(); - - VkImportSemaphoreFdInfoKHR import = { VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR }; - import.fd = fd; - import.semaphore = semaphore; - import.handleType = handle_type; - import.flags = VK_SEMAPHORE_IMPORT_TEMPORARY_BIT; - Semaphore ptr(handle_pool.semaphores.allocate(this, semaphore, false)); - - if (table->vkImportSemaphoreFdKHR(device, &import) != VK_SUCCESS) - return Semaphore(nullptr); - - ptr->signal_external(); - ptr->destroy_on_consume(); - return ptr; -} -#endif - -void Device::add_wait_semaphore(CommandBuffer::Type type, Semaphore semaphore, VkPipelineStageFlags stages, bool flush) -{ - LOCK(); - add_wait_semaphore_nolock(get_physical_queue_type(type), semaphore, stages, flush); -} - -void Device::add_wait_semaphore_nolock(QueueIndices physical_type, Semaphore semaphore, VkPipelineStageFlags stages, - bool flush) -{ - VK_ASSERT(stages != 0); - if (flush) - flush_frame(physical_type); - auto &data = queue_data[physical_type]; - -#ifdef VULKAN_DEBUG - for (auto &sem : data.wait_semaphores) - VK_ASSERT(sem.get() != semaphore.get()); -#endif - - semaphore->signal_pending_wait(); - data.wait_semaphores.push_back(semaphore); - data.wait_stages.push_back(stages); - data.need_fence = true; - - // Sanity check. - VK_ASSERT(data.wait_semaphores.size() < 16 * 1024); -} - -LinearHostImageHandle Device::create_linear_host_image(const LinearHostImageCreateInfo &info) -{ - if ((info.usage & ~VK_IMAGE_USAGE_SAMPLED_BIT) != 0) - return LinearHostImageHandle(nullptr); - - ImageCreateInfo create_info; - create_info.width = info.width; - create_info.height = info.height; - create_info.domain = - (info.flags & LINEAR_HOST_IMAGE_HOST_CACHED_BIT) != 0 ? - ImageDomain::LinearHostCached : - ImageDomain::LinearHost; - create_info.levels = 1; - create_info.layers = 1; - create_info.initial_layout = VK_IMAGE_LAYOUT_GENERAL; - create_info.format = info.format; - create_info.samples = VK_SAMPLE_COUNT_1_BIT; - create_info.usage = info.usage; - create_info.type = VK_IMAGE_TYPE_2D; - - if ((info.flags & LINEAR_HOST_IMAGE_REQUIRE_LINEAR_FILTER_BIT) != 0) - create_info.misc |= IMAGE_MISC_VERIFY_FORMAT_FEATURE_SAMPLED_LINEAR_FILTER_BIT; - if ((info.flags & LINEAR_HOST_IMAGE_IGNORE_DEVICE_LOCAL_BIT) != 0) - create_info.misc |= IMAGE_MISC_LINEAR_IMAGE_IGNORE_DEVICE_LOCAL_BIT; - - BufferHandle cpu_image; - auto gpu_image = create_image(create_info); - if (!gpu_image) - { - // Fall-back to staging buffer. - create_info.domain = ImageDomain::Physical; - create_info.initial_layout = VK_IMAGE_LAYOUT_UNDEFINED; - create_info.misc = IMAGE_MISC_CONCURRENT_QUEUE_GRAPHICS_BIT | IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_TRANSFER_BIT; - create_info.usage |= VK_IMAGE_USAGE_TRANSFER_DST_BIT; - gpu_image = create_image(create_info); - if (!gpu_image) - return LinearHostImageHandle(nullptr); - - BufferCreateInfo buffer; - buffer.domain = - (info.flags & LINEAR_HOST_IMAGE_HOST_CACHED_BIT) != 0 ? - BufferDomain::CachedHost : - BufferDomain::Host; - buffer.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT; - buffer.size = info.width * info.height * TextureFormatLayout::format_block_size(info.format, format_to_aspect_mask(info.format)); - cpu_image = create_buffer(buffer); - if (!cpu_image) - return LinearHostImageHandle(nullptr); - } - else - gpu_image->set_layout(Layout::General); - - return LinearHostImageHandle(handle_pool.linear_images.allocate(this, move(gpu_image), move(cpu_image), info.stages)); -} - -void *Device::map_linear_host_image(const LinearHostImage &image, MemoryAccessFlags access) -{ - void *host = managers.memory.map_memory(image.get_host_visible_allocation(), access, - 0, image.get_host_visible_allocation().get_size()); - return host; -} - -void Device::unmap_linear_host_image_and_sync(const LinearHostImage &image, MemoryAccessFlags access) -{ - managers.memory.unmap_memory(image.get_host_visible_allocation(), access, - 0, image.get_host_visible_allocation().get_size()); - if (image.need_staging_copy()) - { - // Kinda icky fallback, shouldn't really be used on discrete cards. - auto cmd = request_command_buffer(CommandBuffer::Type::AsyncTransfer); - cmd->image_barrier(image.get_image(), VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, - VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT); - cmd->copy_buffer_to_image(image.get_image(), image.get_host_visible_buffer(), - 0, {}, - { image.get_image().get_width(), image.get_image().get_height(), 1 }, - 0, 0, { VK_IMAGE_ASPECT_COLOR_BIT, 0, 0, 1 }); - - // Don't care about dstAccessMask, semaphore takes care of everything. - cmd->image_barrier(image.get_image(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, - VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, 0); - - Semaphore sem; - submit(cmd, nullptr, 1, &sem); - - // The queue type is an assumption. Should add some parameter for that. - add_wait_semaphore(CommandBuffer::Type::Generic, sem, image.get_used_pipeline_stages(), true); - } -} - -void *Device::map_host_buffer(const Buffer &buffer, MemoryAccessFlags access) -{ - void *host = managers.memory.map_memory(buffer.get_allocation(), access, 0, buffer.get_create_info().size); - return host; -} - -void Device::unmap_host_buffer(const Buffer &buffer, MemoryAccessFlags access) -{ - managers.memory.unmap_memory(buffer.get_allocation(), access, 0, buffer.get_create_info().size); -} - -void *Device::map_host_buffer(const Buffer &buffer, MemoryAccessFlags access, VkDeviceSize offset, VkDeviceSize length) -{ - VK_ASSERT(offset + length <= buffer.get_create_info().size); - void *host = managers.memory.map_memory(buffer.get_allocation(), access, offset, length); - return host; -} - -void Device::unmap_host_buffer(const Buffer &buffer, MemoryAccessFlags access, VkDeviceSize offset, VkDeviceSize length) -{ - VK_ASSERT(offset + length <= buffer.get_create_info().size); - managers.memory.unmap_memory(buffer.get_allocation(), access, offset, length); -} - -Shader *Device::request_shader(const uint32_t *data, size_t size, - const ResourceLayout *layout, - const ImmutableSamplerBank *sampler_bank) -{ - auto hash = Shader::hash(data, size, sampler_bank); - auto *ret = shaders.find(hash); - if (!ret) - ret = shaders.emplace_yield(hash, hash, this, data, size, layout, sampler_bank); - return ret; -} - -Shader *Device::request_shader_by_hash(Hash hash) -{ - return shaders.find(hash); -} - -Program *Device::request_program(Vulkan::Shader *compute_shader) -{ - if (!compute_shader) - return nullptr; - - Util::Hasher hasher; - hasher.u64(compute_shader->get_hash()); - - auto hash = hasher.get(); - auto *ret = programs.find(hash); - if (!ret) - ret = programs.emplace_yield(hash, this, compute_shader); - return ret; -} - -Program *Device::request_program(const uint32_t *compute_data, size_t compute_size, - const ResourceLayout *layout, - const ImmutableSamplerBank *sampler_bank) -{ - if (!compute_size) - return nullptr; - - auto *compute_shader = request_shader(compute_data, compute_size, layout, sampler_bank); - return request_program(compute_shader); -} - -Program *Device::request_program(Shader *vertex, Shader *fragment) -{ - if (!vertex || !fragment) - return nullptr; - - Util::Hasher hasher; - hasher.u64(vertex->get_hash()); - hasher.u64(fragment->get_hash()); - - auto hash = hasher.get(); - auto *ret = programs.find(hash); - - if (!ret) - ret = programs.emplace_yield(hash, this, vertex, fragment); - return ret; -} - -Program *Device::request_program(const uint32_t *vertex_data, size_t vertex_size, const uint32_t *fragment_data, - size_t fragment_size, const ResourceLayout *vertex_layout, - const ResourceLayout *fragment_layout) -{ - if (!vertex_size || !fragment_size) - return nullptr; - - auto *vertex = request_shader(vertex_data, vertex_size, vertex_layout); - auto *fragment = request_shader(fragment_data, fragment_size, fragment_layout); - return request_program(vertex, fragment); -} - -PipelineLayout *Device::request_pipeline_layout(const CombinedResourceLayout &layout, - const ImmutableSamplerBank *sampler_bank) -{ - Hasher h; - h.data(reinterpret_cast(layout.sets), sizeof(layout.sets)); - h.data(&layout.stages_for_bindings[0][0], sizeof(layout.stages_for_bindings)); - h.u32(layout.push_constant_range.stageFlags); - h.u32(layout.push_constant_range.size); - h.data(layout.spec_constant_mask, sizeof(layout.spec_constant_mask)); - h.u32(layout.attribute_mask); - h.u32(layout.render_target_mask); - for (unsigned set = 0; set < VULKAN_NUM_DESCRIPTOR_SETS; set++) - { - Util::for_each_bit(layout.sets[set].immutable_sampler_mask, [&](unsigned bit) { - VK_ASSERT(sampler_bank && sampler_bank->samplers[set][bit]); - h.u64(sampler_bank->samplers[set][bit]->get_hash()); - }); - } - - auto hash = h.get(); - auto *ret = pipeline_layouts.find(hash); - if (!ret) - ret = pipeline_layouts.emplace_yield(hash, hash, this, layout, sampler_bank); - return ret; -} - -DescriptorSetAllocator *Device::request_descriptor_set_allocator(const DescriptorSetLayout &layout, const uint32_t *stages_for_bindings, - const ImmutableSampler * const *immutable_samplers_) -{ - Hasher h; - h.data(reinterpret_cast(&layout), sizeof(layout)); - h.data(stages_for_bindings, sizeof(uint32_t) * VULKAN_NUM_BINDINGS); - Util::for_each_bit(layout.immutable_sampler_mask, [&](unsigned bit) { - VK_ASSERT(immutable_samplers_ && immutable_samplers_[bit]); - h.u64(immutable_samplers_[bit]->get_hash()); - }); - auto hash = h.get(); - - auto *ret = descriptor_set_allocators.find(hash); - if (!ret) - ret = descriptor_set_allocators.emplace_yield(hash, hash, this, layout, stages_for_bindings, immutable_samplers_); - return ret; -} - -void Device::bake_program(Program &program) -{ - CombinedResourceLayout layout; - if (program.get_shader(ShaderStage::Vertex)) - layout.attribute_mask = program.get_shader(ShaderStage::Vertex)->get_layout().input_mask; - if (program.get_shader(ShaderStage::Fragment)) - layout.render_target_mask = program.get_shader(ShaderStage::Fragment)->get_layout().output_mask; - - ImmutableSamplerBank ext_immutable_samplers = {}; - layout.descriptor_set_mask = 0; - - for (unsigned i = 0; i < static_cast(ShaderStage::Count); i++) - { - auto *shader = program.get_shader(static_cast(i)); - if (!shader) - continue; - - uint32_t stage_mask = 1u << i; - - auto &shader_layout = shader->get_layout(); - auto &immutable_bank = shader->get_immutable_sampler_bank(); - - for (unsigned set = 0; set < VULKAN_NUM_DESCRIPTOR_SETS; set++) - { - layout.sets[set].sampled_image_mask |= shader_layout.sets[set].sampled_image_mask; - layout.sets[set].storage_image_mask |= shader_layout.sets[set].storage_image_mask; - layout.sets[set].uniform_buffer_mask |= shader_layout.sets[set].uniform_buffer_mask; - layout.sets[set].storage_buffer_mask |= shader_layout.sets[set].storage_buffer_mask; - layout.sets[set].sampled_texel_buffer_mask |= shader_layout.sets[set].sampled_texel_buffer_mask; - layout.sets[set].storage_texel_buffer_mask |= shader_layout.sets[set].storage_texel_buffer_mask; - layout.sets[set].input_attachment_mask |= shader_layout.sets[set].input_attachment_mask; - layout.sets[set].sampler_mask |= shader_layout.sets[set].sampler_mask; - layout.sets[set].separate_image_mask |= shader_layout.sets[set].separate_image_mask; - layout.sets[set].fp_mask |= shader_layout.sets[set].fp_mask; - - auto immutable_mask = shader_layout.sets[set].immutable_sampler_mask; - layout.sets[set].immutable_sampler_mask |= immutable_mask; - - for_each_bit(immutable_mask, [&](uint32_t binding) { - if (ext_immutable_samplers.samplers[set][binding] && - immutable_bank.samplers[set][binding] != ext_immutable_samplers.samplers[set][binding]) - { - LOGE("Immutable sampler mismatch detected!\n"); - } - else - { - VK_ASSERT(immutable_bank.samplers[set][binding]); - ext_immutable_samplers.samplers[set][binding] = immutable_bank.samplers[set][binding]; - } - }); - - uint32_t active_binds = - shader_layout.sets[set].sampled_image_mask | - shader_layout.sets[set].storage_image_mask | - shader_layout.sets[set].uniform_buffer_mask| - shader_layout.sets[set].storage_buffer_mask | - shader_layout.sets[set].sampled_texel_buffer_mask | - shader_layout.sets[set].storage_texel_buffer_mask | - shader_layout.sets[set].input_attachment_mask | - shader_layout.sets[set].sampler_mask | - shader_layout.sets[set].separate_image_mask; - - if (active_binds) - layout.stages_for_sets[set] |= stage_mask; - - for_each_bit(active_binds, [&](uint32_t bit) { - layout.stages_for_bindings[set][bit] |= stage_mask; - - auto &combined_size = layout.sets[set].array_size[bit]; - auto &shader_size = shader_layout.sets[set].array_size[bit]; - if (combined_size && combined_size != shader_size) - LOGE("Mismatch between array sizes in different shaders.\n"); - else - combined_size = shader_size; - }); - } - - // Merge push constant ranges into one range. - // Do not try to split into multiple ranges as it just complicates things for no obvious gain. - if (shader_layout.push_constant_size != 0) - { - layout.push_constant_range.stageFlags |= 1u << i; - layout.push_constant_range.size = - std::max(layout.push_constant_range.size, shader_layout.push_constant_size); - } - - layout.spec_constant_mask[i] = shader_layout.spec_constant_mask; - layout.combined_spec_constant_mask |= shader_layout.spec_constant_mask; - layout.bindless_descriptor_set_mask |= shader_layout.bindless_set_mask; - } - - for (unsigned set = 0; set < VULKAN_NUM_DESCRIPTOR_SETS; set++) - { - if (layout.stages_for_sets[set] != 0) - { - layout.descriptor_set_mask |= 1u << set; - - for (unsigned binding = 0; binding < VULKAN_NUM_BINDINGS; binding++) - { - auto &array_size = layout.sets[set].array_size[binding]; - if (array_size == DescriptorSetLayout::UNSIZED_ARRAY) - { - for (unsigned i = 1; i < VULKAN_NUM_BINDINGS; i++) - { - if (layout.stages_for_bindings[set][i] != 0) - LOGE("Using bindless for set = %u, but binding = %u has a descriptor attached to it.\n", set, i); - } - - // Allows us to have one unified descriptor set layout for bindless. - layout.stages_for_bindings[set][binding] = VK_SHADER_STAGE_ALL; - } - else if (array_size == 0) - { - array_size = 1; - } - else - { - for (unsigned i = 1; i < array_size; i++) - { - if (layout.stages_for_bindings[set][binding + i] != 0) - { - LOGE("Detected binding aliasing for (%u, %u). Binding array with %u elements starting at (%u, %u) overlaps.\n", - set, binding + i, array_size, set, binding); - } - } - } - } - } - } - - Hasher h; - h.u32(layout.push_constant_range.stageFlags); - h.u32(layout.push_constant_range.size); - layout.push_constant_layout_hash = h.get(); - program.set_pipeline_layout(request_pipeline_layout(layout, &ext_immutable_samplers)); -} - -bool Device::init_pipeline_cache(const uint8_t *data, size_t size) -{ - static const auto uuid_size = sizeof(gpu_props.pipelineCacheUUID); - static const auto hash_size = sizeof(Util::Hash); - - VkPipelineCacheCreateInfo info = { VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO }; - if (!data || size < uuid_size + hash_size) - { - LOGI("Creating a fresh pipeline cache.\n"); - } - else if (memcmp(data, gpu_props.pipelineCacheUUID, uuid_size) != 0) - { - LOGI("Pipeline cache UUID changed.\n"); - } - else - { - Util::Hash reference_hash; - memcpy(&reference_hash, data + uuid_size, sizeof(reference_hash)); - - info.initialDataSize = size - uuid_size - hash_size; - data += uuid_size + hash_size; - info.pInitialData = data; - - Util::Hasher h; - h.data(data, info.initialDataSize); - - if (h.get() == reference_hash) - LOGI("Initializing pipeline cache.\n"); - else - { - LOGW("Pipeline cache is corrupt, creating a fresh cache.\n"); - info.pInitialData = nullptr; - info.initialDataSize = 0; - } - } - - if (pipeline_cache != VK_NULL_HANDLE) - table->vkDestroyPipelineCache(device, pipeline_cache, nullptr); - pipeline_cache = VK_NULL_HANDLE; - return table->vkCreatePipelineCache(device, &info, nullptr, &pipeline_cache) == VK_SUCCESS; -} - -void Device::init_pipeline_cache() -{ -#ifdef GRANITE_VULKAN_FILESYSTEM - if (!system_handles.filesystem) - return; - auto file = system_handles.filesystem->open("cache://pipeline_cache.bin", Granite::FileMode::ReadOnly); - if (file) - { - auto size = file->get_size(); - auto *mapped = static_cast(file->map()); - if (mapped && !init_pipeline_cache(mapped, size)) - LOGE("Failed to initialize pipeline cache.\n"); - } - else if (!init_pipeline_cache(nullptr, 0)) - LOGE("Failed to initialize pipeline cache.\n"); -#endif -} - -size_t Device::get_pipeline_cache_size() -{ - if (pipeline_cache == VK_NULL_HANDLE) - return 0; - - static const auto uuid_size = sizeof(gpu_props.pipelineCacheUUID); - static const auto hash_size = sizeof(Util::Hash); - size_t size = 0; - if (table->vkGetPipelineCacheData(device, pipeline_cache, &size, nullptr) != VK_SUCCESS) - { - LOGE("Failed to get pipeline cache data.\n"); - return 0; - } - - return size + uuid_size + hash_size; -} - -bool Device::get_pipeline_cache_data(uint8_t *data, size_t size) -{ - if (pipeline_cache == VK_NULL_HANDLE) - return false; - - static const auto uuid_size = sizeof(gpu_props.pipelineCacheUUID); - static const auto hash_size = sizeof(Util::Hash); - if (size < uuid_size + hash_size) - return false; - - auto *hash_data = data + uuid_size; - - size -= uuid_size + hash_size; - memcpy(data, gpu_props.pipelineCacheUUID, uuid_size); - data = hash_data + hash_size; - - if (table->vkGetPipelineCacheData(device, pipeline_cache, &size, data) != VK_SUCCESS) - { - LOGE("Failed to get pipeline cache data.\n"); - return false; - } - - Util::Hasher h; - h.data(data, size); - auto blob_hash = h.get(); - memcpy(hash_data, &blob_hash, sizeof(blob_hash)); - - return true; -} - -void Device::flush_pipeline_cache() -{ -#ifdef GRANITE_VULKAN_FILESYSTEM - if (!system_handles.filesystem) - return; - - size_t size = get_pipeline_cache_size(); - if (!size) - { - LOGE("Failed to get pipeline cache size.\n"); - return; - } - - auto file = system_handles.filesystem->open( - "cache://pipeline_cache.bin", - Granite::FileMode::WriteOnlyTransactional); - - if (!file) - { - LOGE("Failed to get pipeline cache data.\n"); - return; - } - - uint8_t *data = static_cast(file->map_write(size)); - if (!data) - { - LOGE("Failed to get pipeline cache data.\n"); - return; - } - - if (!get_pipeline_cache_data(data, size)) - { - LOGE("Failed to get pipeline cache data.\n"); - return; - } -#endif -} - -void Device::init_workarounds() -{ - workarounds = {}; - -#ifdef __APPLE__ - // Events are not supported in MoltenVK. - // TODO: Use VK_KHR_portability_subset to determine this. - workarounds.emulate_event_as_pipeline_barrier = true; - LOGW("Emulating events as pipeline barriers on Metal emulation.\n"); -#else - if (gpu_props.vendorID == VENDOR_ID_ARM) - { - LOGW("Workaround applied: Emulating events as pipeline barriers.\n"); - LOGW("Workaround applied: Optimize ALL_GRAPHICS_BIT barriers.\n"); - - // Both are performance related workarounds. - workarounds.emulate_event_as_pipeline_barrier = true; - workarounds.optimize_all_graphics_barrier = true; - - if (ext.timeline_semaphore_features.timelineSemaphore) - { - LOGW("Workaround applied: Split binary timeline semaphores.\n"); - workarounds.split_binary_timeline_semaphores = true; - } - } -#endif -} - -void Device::set_context(const Context &context) -{ - table = &context.get_device_table(); - -#ifdef GRANITE_VULKAN_MT - register_thread_index(0); -#endif - instance = context.get_instance(); - gpu = context.get_gpu(); - device = context.get_device(); - num_thread_indices = context.get_num_thread_indices(); - - queue_info = context.get_queue_info(); - - mem_props = context.get_mem_props(); - gpu_props = context.get_gpu_props(); - ext = context.get_enabled_device_features(); - system_handles = context.get_system_handles(); - - init_workarounds(); - - init_stock_samplers(); - init_pipeline_cache(); - - init_timeline_semaphores(); - init_bindless(); - -#ifdef ANDROID - init_frame_contexts(3); // Android needs a bit more ... ;) -#else - init_frame_contexts(2); // By default, regular double buffer between CPU and GPU. -#endif - - managers.memory.init(this); - managers.semaphore.init(this); - managers.fence.init(this); - managers.event.init(this); - managers.vbo.init(this, 4 * 1024, 16, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT, - ImplementationQuirks::get().staging_need_device_local); - managers.ibo.init(this, 4 * 1024, 16, VK_BUFFER_USAGE_INDEX_BUFFER_BIT, - ImplementationQuirks::get().staging_need_device_local); - managers.ubo.init(this, 256 * 1024, std::max(16u, gpu_props.limits.minUniformBufferOffsetAlignment), - VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT, - ImplementationQuirks::get().staging_need_device_local); - managers.ubo.set_spill_region_size(VULKAN_MAX_UBO_SIZE); - managers.staging.init(this, 64 * 1024, std::max(16u, gpu_props.limits.optimalBufferCopyOffsetAlignment), - VK_BUFFER_USAGE_TRANSFER_SRC_BIT, - false); - - managers.vbo.set_max_retained_blocks(256); - managers.ibo.set_max_retained_blocks(256); - managers.ubo.set_max_retained_blocks(64); - managers.staging.set_max_retained_blocks(32); - - for (int i = 0; i < QUEUE_INDEX_COUNT; i++) - { - if (queue_info.family_indices[i] == VK_QUEUE_FAMILY_IGNORED) - continue; - - bool alias_pool = false; - for (int j = 0; j < i; j++) - { - if (queue_info.family_indices[i] == queue_info.family_indices[j]) - { - alias_pool = true; - break; - } - } - - if (!alias_pool) - queue_data[i].performance_query_pool.init_device(this, queue_info.family_indices[i]); - } - -#ifdef GRANITE_VULKAN_FILESYSTEM - init_shader_manager_cache(); -#endif - -#ifdef GRANITE_VULKAN_FOSSILIZE - init_pipeline_state(context.get_feature_filter()); -#endif - - if (system_handles.timeline_trace_file) - init_calibrated_timestamps(); -} - -void Device::init_bindless() -{ - if (!ext.supports_descriptor_indexing) - return; - - DescriptorSetLayout layout; - - layout.array_size[0] = DescriptorSetLayout::UNSIZED_ARRAY; - for (unsigned i = 1; i < VULKAN_NUM_BINDINGS; i++) - layout.array_size[i] = 1; - - layout.separate_image_mask = 1; - uint32_t stages_for_sets[VULKAN_NUM_BINDINGS] = { VK_SHADER_STAGE_ALL }; - bindless_sampled_image_allocator_integer = request_descriptor_set_allocator(layout, stages_for_sets, nullptr); - layout.fp_mask = 1; - bindless_sampled_image_allocator_fp = request_descriptor_set_allocator(layout, stages_for_sets, nullptr); -} - -void Device::init_timeline_semaphores() -{ - if (!ext.timeline_semaphore_features.timelineSemaphore) - return; - - VkSemaphoreTypeCreateInfoKHR type_info = { VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO_KHR }; - VkSemaphoreCreateInfo info = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO }; - info.pNext = &type_info; - type_info.semaphoreType = VK_SEMAPHORE_TYPE_TIMELINE_KHR; - type_info.initialValue = 0; - - for (int i = 0; i < QUEUE_INDEX_COUNT; i++) - if (table->vkCreateSemaphore(device, &info, nullptr, &queue_data[i].timeline_semaphore) != VK_SUCCESS) - LOGE("Failed to create timeline semaphore.\n"); -} - -void Device::configure_default_geometry_samplers(float max_aniso, float lod_bias) -{ - init_stock_sampler(StockSampler::DefaultGeometryFilterClamp, max_aniso, lod_bias); - init_stock_sampler(StockSampler::DefaultGeometryFilterWrap, max_aniso, lod_bias); -} - -void Device::init_stock_sampler(StockSampler mode, float max_aniso, float lod_bias) -{ - SamplerCreateInfo info = {}; - info.max_lod = VK_LOD_CLAMP_NONE; - info.max_anisotropy = 1.0f; - - switch (mode) - { - case StockSampler::NearestShadow: - case StockSampler::LinearShadow: - info.compare_enable = true; - info.compare_op = VK_COMPARE_OP_LESS_OR_EQUAL; - break; - - default: - info.compare_enable = false; - break; - } - - switch (mode) - { - case StockSampler::TrilinearClamp: - case StockSampler::TrilinearWrap: - case StockSampler::DefaultGeometryFilterWrap: - case StockSampler::DefaultGeometryFilterClamp: - info.mipmap_mode = VK_SAMPLER_MIPMAP_MODE_LINEAR; - break; - - default: - info.mipmap_mode = VK_SAMPLER_MIPMAP_MODE_NEAREST; - break; - } - - switch (mode) - { - case StockSampler::DefaultGeometryFilterClamp: - case StockSampler::DefaultGeometryFilterWrap: - case StockSampler::LinearClamp: - case StockSampler::LinearWrap: - case StockSampler::TrilinearClamp: - case StockSampler::TrilinearWrap: - case StockSampler::LinearShadow: - info.mag_filter = VK_FILTER_LINEAR; - info.min_filter = VK_FILTER_LINEAR; - break; - - default: - info.mag_filter = VK_FILTER_NEAREST; - info.min_filter = VK_FILTER_NEAREST; - break; - } - - switch (mode) - { - default: - case StockSampler::DefaultGeometryFilterWrap: - case StockSampler::LinearWrap: - case StockSampler::NearestWrap: - case StockSampler::TrilinearWrap: - info.address_mode_u = VK_SAMPLER_ADDRESS_MODE_REPEAT; - info.address_mode_v = VK_SAMPLER_ADDRESS_MODE_REPEAT; - info.address_mode_w = VK_SAMPLER_ADDRESS_MODE_REPEAT; - break; - - case StockSampler::DefaultGeometryFilterClamp: - case StockSampler::LinearClamp: - case StockSampler::NearestClamp: - case StockSampler::TrilinearClamp: - case StockSampler::NearestShadow: - case StockSampler::LinearShadow: - info.address_mode_u = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE; - info.address_mode_v = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE; - info.address_mode_w = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE; - break; - } - - switch (mode) - { - case StockSampler::DefaultGeometryFilterWrap: - case StockSampler::DefaultGeometryFilterClamp: - if (get_device_features().enabled_features.samplerAnisotropy) - { - info.anisotropy_enable = true; - info.max_anisotropy = std::min(max_aniso, get_gpu_properties().limits.maxSamplerAnisotropy); - } - info.mip_lod_bias = lod_bias; - break; - - default: - break; - } - - samplers[unsigned(mode)] = request_immutable_sampler(info, nullptr); -} - -void Device::init_stock_samplers() -{ - for (unsigned i = 0; i < static_cast(StockSampler::Count); i++) - { - auto mode = static_cast(i); - init_stock_sampler(mode, 8.0f, 0.0f); - } -} - -static void request_block(Device &device, BufferBlock &block, VkDeviceSize size, - BufferPool &pool, std::vector *dma, std::vector &recycle) -{ - if (block.mapped) - device.unmap_host_buffer(*block.cpu, MEMORY_ACCESS_WRITE_BIT); - - if (block.offset == 0) - { - if (block.size == pool.get_block_size()) - pool.recycle_block(block); - } - else - { - if (block.cpu != block.gpu) - { - VK_ASSERT(dma); - dma->push_back(block); - } - - if (block.size == pool.get_block_size()) - recycle.push_back(block); - } - - if (size) - block = pool.request_block(size); - else - block = {}; -} - -void Device::request_vertex_block(BufferBlock &block, VkDeviceSize size) -{ - LOCK(); - request_vertex_block_nolock(block, size); -} - -void Device::request_vertex_block_nolock(BufferBlock &block, VkDeviceSize size) -{ - request_block(*this, block, size, managers.vbo, &dma.vbo, frame().vbo_blocks); -} - -void Device::request_index_block(BufferBlock &block, VkDeviceSize size) -{ - LOCK(); - request_index_block_nolock(block, size); -} - -void Device::request_index_block_nolock(BufferBlock &block, VkDeviceSize size) -{ - request_block(*this, block, size, managers.ibo, &dma.ibo, frame().ibo_blocks); -} - -void Device::request_uniform_block(BufferBlock &block, VkDeviceSize size) -{ - LOCK(); - request_uniform_block_nolock(block, size); -} - -void Device::request_uniform_block_nolock(BufferBlock &block, VkDeviceSize size) -{ - request_block(*this, block, size, managers.ubo, &dma.ubo, frame().ubo_blocks); -} - -void Device::request_staging_block(BufferBlock &block, VkDeviceSize size) -{ - LOCK(); - request_staging_block_nolock(block, size); -} - -void Device::request_staging_block_nolock(BufferBlock &block, VkDeviceSize size) -{ - request_block(*this, block, size, managers.staging, nullptr, frame().staging_blocks); -} - -void Device::submit(CommandBufferHandle &cmd, Fence *fence, unsigned semaphore_count, Semaphore *semaphores) -{ - cmd->end_debug_channel(); - - LOCK(); - submit_nolock(move(cmd), fence, semaphore_count, semaphores); -} - -void Device::submit_discard_nolock(CommandBufferHandle &cmd) -{ -#ifdef VULKAN_DEBUG - auto type = cmd->get_command_buffer_type(); - auto &pool = frame().cmd_pools[get_physical_queue_type(type)][cmd->get_thread_index()]; - pool.signal_submitted(cmd->get_command_buffer()); -#endif - - cmd.reset(); - decrement_frame_counter_nolock(); -} - -void Device::submit_discard(CommandBufferHandle &cmd) -{ - LOCK(); - submit_discard_nolock(cmd); -} - -QueueIndices Device::get_physical_queue_type(CommandBuffer::Type queue_type) const -{ - if (queue_type != CommandBuffer::Type::AsyncGraphics) - { - // Enums match. - return QueueIndices(queue_type); - } - else - { - if (queue_info.family_indices[QUEUE_INDEX_GRAPHICS] == queue_info.family_indices[QUEUE_INDEX_COMPUTE] && - queue_info.queues[QUEUE_INDEX_GRAPHICS] != queue_info.queues[QUEUE_INDEX_COMPUTE]) - { - return QUEUE_INDEX_COMPUTE; - } - else - { - return QUEUE_INDEX_GRAPHICS; - } - } -} - -void Device::submit_nolock(CommandBufferHandle cmd, Fence *fence, unsigned semaphore_count, Semaphore *semaphores) -{ - auto type = cmd->get_command_buffer_type(); - auto physical_type = get_physical_queue_type(type); - auto &submissions = frame().submissions[physical_type]; -#ifdef VULKAN_DEBUG - auto &pool = frame().cmd_pools[physical_type][cmd->get_thread_index()]; - pool.signal_submitted(cmd->get_command_buffer()); -#endif - - bool profiled_submit = cmd->has_profiling(); - - if (profiled_submit) - { - LOGI("Submitting profiled command buffer, draining GPU.\n"); - Fence drain_fence; - submit_empty_nolock(physical_type, &drain_fence, 0, nullptr, -1); - drain_fence->wait(); - drain_fence->set_internal_sync_object(); - } - - cmd->end(); - submissions.push_back(move(cmd)); - - InternalFence signalled_fence; - - if (fence || semaphore_count) - { - submit_queue(physical_type, fence ? &signalled_fence : nullptr, - semaphore_count, semaphores, - profiled_submit ? 0 : -1); - } - - if (fence) - { - VK_ASSERT(!*fence); - if (signalled_fence.value) - *fence = Fence(handle_pool.fences.allocate(this, signalled_fence.value, signalled_fence.timeline)); - else - *fence = Fence(handle_pool.fences.allocate(this, signalled_fence.fence)); - } - - if (profiled_submit) - { - // Drain queue again and report results. - LOGI("Submitted profiled command buffer, draining GPU and report ...\n"); - auto &query_pool = get_performance_query_pool(physical_type); - Fence drain_fence; - submit_empty_nolock(physical_type, &drain_fence, 0, nullptr, fence || semaphore_count ? -1 : 0); - drain_fence->wait(); - drain_fence->set_internal_sync_object(); - query_pool.report(); - } - - decrement_frame_counter_nolock(); -} - -void Device::submit_empty(CommandBuffer::Type type, Fence *fence, - unsigned semaphore_count, Semaphore *semaphores) -{ - LOCK(); - submit_empty_nolock(get_physical_queue_type(type), fence, semaphore_count, semaphores, -1); -} - -void Device::submit_empty_nolock(QueueIndices physical_type, Fence *fence, - unsigned semaphore_count, Semaphore *semaphores, int profiling_iteration) -{ - if (physical_type != QUEUE_INDEX_TRANSFER) - flush_frame(QUEUE_INDEX_TRANSFER); - - InternalFence signalled_fence; - submit_queue(physical_type, fence ? &signalled_fence : nullptr, semaphore_count, semaphores, profiling_iteration); - if (fence) - { - if (signalled_fence.value) - *fence = Fence(handle_pool.fences.allocate(this, signalled_fence.value, signalled_fence.timeline)); - else - *fence = Fence(handle_pool.fences.allocate(this, signalled_fence.fence)); - } -} - -void Device::submit_empty_inner(QueueIndices physical_type, InternalFence *fence, - unsigned semaphore_count, Semaphore *semaphores) -{ - auto &data = queue_data[physical_type]; - VkSemaphore timeline_semaphore = data.timeline_semaphore; - uint64_t timeline_value = ++data.current_timeline; - VkQueue queue = queue_info.queues[physical_type]; - frame().timeline_fences[physical_type] = data.current_timeline; - - // Add external wait semaphores. - Helper::WaitSemaphores wait_semaphores; - Helper::BatchComposer composer(get_workarounds().split_binary_timeline_semaphores); - collect_wait_semaphores(data, wait_semaphores); - composer.add_wait_submissions(wait_semaphores); - emit_queue_signals(composer, timeline_semaphore, timeline_value, - fence, semaphore_count, semaphores); - - VkFence cleared_fence = fence && !ext.timeline_semaphore_features.timelineSemaphore ? - managers.fence.request_cleared_fence() : - VK_NULL_HANDLE; - if (fence) - fence->fence = cleared_fence; - - auto start_ts = write_calibrated_timestamp_nolock(); - auto result = submit_batches(composer, queue, cleared_fence); - auto end_ts = write_calibrated_timestamp_nolock(); - register_time_interval_nolock("CPU", std::move(start_ts), std::move(end_ts), "submit", ""); - - if (result != VK_SUCCESS) - LOGE("vkQueueSubmit failed (code: %d).\n", int(result)); - if (result == VK_ERROR_DEVICE_LOST) - report_checkpoints(); - - if (!ext.timeline_semaphore_features.timelineSemaphore) - data.need_fence = true; -} - -Fence Device::request_legacy_fence() -{ - VkFence fence = managers.fence.request_cleared_fence(); - return Fence(handle_pool.fences.allocate(this, fence)); -} - -void Device::submit_staging(CommandBufferHandle &cmd, VkBufferUsageFlags usage, bool flush) -{ - auto access = buffer_usage_to_possible_access(usage); - auto stages = buffer_usage_to_possible_stages(usage); - VkQueue src_queue = queue_info.queues[get_physical_queue_type(cmd->get_command_buffer_type())]; - - if (src_queue == queue_info.queues[QUEUE_INDEX_GRAPHICS] && src_queue == queue_info.queues[QUEUE_INDEX_COMPUTE]) - { - // For single-queue systems, just use a pipeline barrier. - cmd->barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, stages, access); - submit_nolock(cmd, nullptr, 0, nullptr); - } - else - { - auto compute_stages = stages & - (VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT | - VK_PIPELINE_STAGE_TRANSFER_BIT | - VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT); - - auto compute_access = access & - (VK_ACCESS_SHADER_READ_BIT | - VK_ACCESS_SHADER_WRITE_BIT | - VK_ACCESS_TRANSFER_READ_BIT | - VK_ACCESS_UNIFORM_READ_BIT | - VK_ACCESS_TRANSFER_WRITE_BIT | - VK_ACCESS_INDIRECT_COMMAND_READ_BIT); - - auto graphics_stages = stages; - - if (src_queue == queue_info.queues[QUEUE_INDEX_GRAPHICS]) - { - cmd->barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - graphics_stages, access); - - if (compute_stages != 0) - { - Semaphore sem; - submit_nolock(cmd, nullptr, 1, &sem); - add_wait_semaphore_nolock(QUEUE_INDEX_COMPUTE, sem, compute_stages, flush); - } - else - submit_nolock(cmd, nullptr, 0, nullptr); - } - else if (src_queue == queue_info.queues[QUEUE_INDEX_COMPUTE]) - { - cmd->barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT, - compute_stages, compute_access); - - if (graphics_stages != 0) - { - Semaphore sem; - submit_nolock(cmd, nullptr, 1, &sem); - add_wait_semaphore_nolock(QUEUE_INDEX_GRAPHICS, sem, graphics_stages, flush); - } - else - submit_nolock(cmd, nullptr, 0, nullptr); - } - else - { - if (graphics_stages != 0 && compute_stages != 0) - { - Semaphore semaphores[2]; - submit_nolock(cmd, nullptr, 2, semaphores); - add_wait_semaphore_nolock(QUEUE_INDEX_GRAPHICS, semaphores[0], graphics_stages, flush); - add_wait_semaphore_nolock(QUEUE_INDEX_COMPUTE, semaphores[1], compute_stages, flush); - } - else if (graphics_stages != 0) - { - Semaphore sem; - submit_nolock(cmd, nullptr, 1, &sem); - add_wait_semaphore_nolock(QUEUE_INDEX_GRAPHICS, sem, graphics_stages, flush); - } - else if (compute_stages != 0) - { - Semaphore sem; - submit_nolock(cmd, nullptr, 1, &sem); - add_wait_semaphore_nolock(QUEUE_INDEX_COMPUTE, sem, compute_stages, flush); - } - else - submit_nolock(cmd, nullptr, 0, nullptr); - } - } -} - -void Device::collect_wait_semaphores(QueueData &data, Helper::WaitSemaphores &sem) -{ - for (size_t i = 0, n = data.wait_semaphores.size(); i < n; i++) - { - auto &semaphore = data.wait_semaphores[i]; - auto vk_semaphore = semaphore->consume(); - if (semaphore->get_timeline_value()) - { - sem.timeline_waits.push_back(vk_semaphore); - sem.timeline_wait_stages.push_back(data.wait_stages[i]); - sem.timeline_wait_counts.push_back(semaphore->get_timeline_value()); - } - else - { - if (semaphore->can_recycle()) - frame().recycled_semaphores.push_back(vk_semaphore); - else - frame().destroyed_semaphores.push_back(vk_semaphore); - - sem.binary_waits.push_back(vk_semaphore); - sem.binary_wait_stages.push_back(data.wait_stages[i]); - } - } - - data.wait_stages.clear(); - data.wait_semaphores.clear(); -} - -static bool has_timeline_semaphore(const SmallVector &counts) -{ - return std::find_if(counts.begin(), counts.end(), [](uint64_t count) { - return count != 0; - }) != counts.end(); -} - -static bool has_binary_semaphore(const SmallVector &counts) -{ - return std::find_if(counts.begin(), counts.end(), [](uint64_t count) { - return count == 0; - }) != counts.end(); -} - -bool Helper::BatchComposer::has_timeline_semaphore_in_batch(unsigned index) const -{ - return has_timeline_semaphore(wait_counts[index]) || - has_timeline_semaphore(signal_counts[index]); -} - -bool Helper::BatchComposer::has_binary_semaphore_in_batch(unsigned index) const -{ - return has_binary_semaphore(wait_counts[index]) || - has_binary_semaphore(signal_counts[index]); -} - -Helper::BatchComposer::BatchComposer(bool split_binary_timeline_semaphores_) - : split_binary_timeline_semaphores(split_binary_timeline_semaphores_) -{ - submits.emplace_back(); -} - -void Helper::BatchComposer::begin_batch() -{ - if (!waits[submit_index].empty() || !cmds[submit_index].empty() || !signals[submit_index].empty()) - { - submit_index = submits.size(); - submits.emplace_back(); - VK_ASSERT(submits.size() <= MaxSubmissions); - } -} - -void Helper::BatchComposer::add_wait_submissions(WaitSemaphores &sem) -{ - if (!sem.binary_waits.empty()) - { - // Split binary semaphore waits from timeline semaphore waits to work around driver bugs if needed. - if (split_binary_timeline_semaphores && has_timeline_semaphore_in_batch(submit_index)) - begin_batch(); - - for (size_t i = 0, n = sem.binary_waits.size(); i < n; i++) - { - waits[submit_index].push_back(sem.binary_waits[i]); - wait_stages[submit_index].push_back(sem.binary_wait_stages[i]); - wait_counts[submit_index].push_back(0); - } - } - - if (!sem.timeline_waits.empty()) - { - // Split binary semaphore waits from timeline semaphore waits to work around driver bugs if needed. - if (split_binary_timeline_semaphores && has_binary_semaphore_in_batch(submit_index)) - begin_batch(); - - for (size_t i = 0, n = sem.timeline_waits.size(); i < n; i++) - { - waits[submit_index].push_back(sem.timeline_waits[i]); - wait_stages[submit_index].push_back(sem.timeline_wait_stages[i]); - wait_counts[submit_index].push_back(sem.timeline_wait_counts[i]); - } - } -} - -SmallVector & -Helper::BatchComposer::bake(int profiling_iteration) -{ - for (size_t i = 0, n = submits.size(); i < n; i++) - { - auto &submit = submits[i]; - auto &timeline_submit = timeline_infos[i]; - - submit = { VK_STRUCTURE_TYPE_SUBMIT_INFO }; - - if (has_timeline_semaphore_in_batch(i)) - { - timeline_submit = { VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO_KHR }; - submit.pNext = &timeline_submit; - - if (split_binary_timeline_semaphores && has_binary_semaphore_in_batch(i)) - LOGE("Using timeline semaphore info, but have binary semaphores as well.\n"); - - timeline_submit.waitSemaphoreValueCount = wait_counts[i].size(); - timeline_submit.pWaitSemaphoreValues = wait_counts[i].data(); - if (wait_counts[i].size() != waits[i].size()) - LOGE("Mismatch in wait counts and number of waits!\n"); - - timeline_submit.signalSemaphoreValueCount = signal_counts[i].size(); - timeline_submit.pSignalSemaphoreValues = signal_counts[i].data(); - if (signal_counts[i].size() != signals[i].size()) - LOGE("Mismatch in signal counts and number of signals!\n"); - } - - if (profiling_iteration >= 0) - { - profiling_infos[i] = { VK_STRUCTURE_TYPE_PERFORMANCE_QUERY_SUBMIT_INFO_KHR }; - profiling_infos[i].counterPassIndex = uint32_t(profiling_iteration); - if (submit.pNext) - timeline_submit.pNext = &profiling_infos[i]; - else - submit.pNext = &profiling_infos[i]; - } - - submit.commandBufferCount = cmds[i].size(); - submit.pCommandBuffers = cmds[i].data(); - - submit.waitSemaphoreCount = waits[i].size(); - submit.pWaitSemaphores = waits[i].data(); - submit.pWaitDstStageMask = wait_stages[i].data(); - - submit.signalSemaphoreCount = signals[i].size(); - submit.pSignalSemaphores = signals[i].data(); - } - - // Compact the submission array to avoid empty submissions. - size_t submit_count = 0; - for (size_t i = 0, n = submits.size(); i < n; i++) - { - if (submits[i].waitSemaphoreCount || submits[i].signalSemaphoreCount || submits[i].commandBufferCount) - { - if (i != submit_count) - submits[submit_count] = submits[i]; - submit_count++; - } - } - - submits.resize(submit_count); - return submits; -} - -void Helper::BatchComposer::add_command_buffer(VkCommandBuffer cmd) -{ - if (!signals[submit_index].empty()) - begin_batch(); - cmds[submit_index].push_back(cmd); -} - -void Helper::BatchComposer::add_signal_semaphore(VkSemaphore sem, uint64_t timeline) -{ - if (split_binary_timeline_semaphores) - { - if ((timeline == 0 && has_timeline_semaphore_in_batch(submit_index)) || - (timeline != 0 && has_binary_semaphore_in_batch(submit_index))) - begin_batch(); - } - - signals[submit_index].push_back(sem); - signal_counts[submit_index].push_back(timeline); -} - -void Helper::BatchComposer::add_wait_semaphore(SemaphoreHolder &sem, VkPipelineStageFlags stage) -{ - if (!cmds[submit_index].empty() || !signals[submit_index].empty()) - begin_batch(); - - uint64_t timeline = sem.get_timeline_value(); - if (split_binary_timeline_semaphores) - { - if ((timeline == 0 && has_timeline_semaphore_in_batch(submit_index)) || - (timeline != 0 && has_binary_semaphore_in_batch(submit_index))) - begin_batch(); - } - - waits[submit_index].push_back(sem.get_semaphore()); - wait_stages[submit_index].push_back(stage); - wait_counts[submit_index].push_back(timeline); -} - -void Device::emit_queue_signals(Helper::BatchComposer &composer, - VkSemaphore sem, uint64_t timeline, InternalFence *fence, - unsigned semaphore_count, Semaphore *semaphores) -{ - // Add external signal semaphores. - if (ext.timeline_semaphore_features.timelineSemaphore) - { - // Signal once and distribute the timeline value to all. - composer.add_signal_semaphore(sem, timeline); - - if (fence) - { - fence->timeline = sem; - fence->value = timeline; - fence->fence = VK_NULL_HANDLE; - } - - for (unsigned i = 0; i < semaphore_count; i++) - { - VK_ASSERT(!semaphores[i]); - semaphores[i] = Semaphore(handle_pool.semaphores.allocate(this, timeline, sem)); - } - } - else - { - if (fence) - { - fence->timeline = VK_NULL_HANDLE; - fence->value = 0; - } - - for (unsigned i = 0; i < semaphore_count; i++) - { - VkSemaphore cleared_semaphore = managers.semaphore.request_cleared_semaphore(); - composer.add_signal_semaphore(cleared_semaphore, 0); - VK_ASSERT(!semaphores[i]); - semaphores[i] = Semaphore(handle_pool.semaphores.allocate(this, cleared_semaphore, true)); - } - } -} - -VkResult Device::submit_batches(Helper::BatchComposer &composer, VkQueue queue, VkFence fence, int profiling_iteration) -{ - auto &submits = composer.bake(profiling_iteration); - if (queue_lock_callback) - queue_lock_callback(); - - VkResult result = VK_SUCCESS; - if (get_workarounds().split_binary_timeline_semaphores) - { - for (auto &submit : submits) - { - bool last_submit = &submit == &submits.back(); - result = table->vkQueueSubmit(queue, 1, &submit, last_submit ? fence : VK_NULL_HANDLE); - if (result != VK_SUCCESS) - break; - } - } - else - result = table->vkQueueSubmit(queue, submits.size(), submits.data(), fence); - - if (ImplementationQuirks::get().queue_wait_on_submission) - table->vkQueueWaitIdle(queue); - if (queue_unlock_callback) - queue_unlock_callback(); - - return result; -} - -void Device::submit_queue(QueueIndices physical_type, InternalFence *fence, - unsigned semaphore_count, Semaphore *semaphores, int profiling_iteration) -{ - // Always check if we need to flush pending transfers. - if (physical_type != QUEUE_INDEX_TRANSFER) - flush_frame(QUEUE_INDEX_TRANSFER); - - auto &data = queue_data[physical_type]; - auto &submissions = frame().submissions[physical_type]; - - if (submissions.empty()) - { - if (fence || semaphore_count) - submit_empty_inner(physical_type, fence, semaphore_count, semaphores); - return; - } - - VkSemaphore timeline_semaphore = data.timeline_semaphore; - uint64_t timeline_value = ++data.current_timeline; - - VkQueue queue = queue_info.queues[physical_type]; - frame().timeline_fences[physical_type] = data.current_timeline; - - Helper::BatchComposer composer(workarounds.split_binary_timeline_semaphores); - Helper::WaitSemaphores wait_semaphores; - collect_wait_semaphores(data, wait_semaphores); - - composer.add_wait_submissions(wait_semaphores); - - // Find first command buffer which uses WSI, we'll need to emit WSI acquire wait before the first command buffer - // that uses WSI image. - - for (size_t i = 0, submissions_size = submissions.size(); i < submissions_size; i++) - { - auto &cmd = submissions[i]; - VkPipelineStageFlags wsi_stages = cmd->swapchain_touched_in_stages(); - - if (wsi_stages != 0 && !wsi.consumed) - { - if (!can_touch_swapchain_in_command_buffer(physical_type)) - LOGE("Touched swapchain in unsupported command buffer type %u.\n", unsigned(physical_type)); - - if (wsi.acquire && wsi.acquire->get_semaphore() != VK_NULL_HANDLE) - { - VK_ASSERT(wsi.acquire->is_signalled()); - composer.add_wait_semaphore(*wsi.acquire, wsi_stages); - if (!wsi.acquire->get_timeline_value()) - { - if (wsi.acquire->can_recycle()) - frame().recycled_semaphores.push_back(wsi.acquire->get_semaphore()); - else - frame().destroyed_semaphores.push_back(wsi.acquire->get_semaphore()); - } - wsi.acquire->consume(); - wsi.acquire.reset(); - } - - composer.add_command_buffer(cmd->get_command_buffer()); - - VkSemaphore release = managers.semaphore.request_cleared_semaphore(); - wsi.release = Semaphore(handle_pool.semaphores.allocate(this, release, true)); - wsi.release->set_internal_sync_object(); - composer.add_signal_semaphore(release, 0); - wsi.present_queue = queue; - wsi.consumed = true; - } - else - { - // After we have consumed WSI, we cannot keep using it, since we - // already signalled the semaphore. - VK_ASSERT(wsi_stages == 0); - composer.add_command_buffer(cmd->get_command_buffer()); - } - } - - VkFence cleared_fence = fence && !ext.timeline_semaphore_features.timelineSemaphore ? - managers.fence.request_cleared_fence() : - VK_NULL_HANDLE; - - if (fence) - fence->fence = cleared_fence; - - emit_queue_signals(composer, timeline_semaphore, timeline_value, - fence, semaphore_count, semaphores); - - auto start_ts = write_calibrated_timestamp_nolock(); - auto result = submit_batches(composer, queue, cleared_fence, profiling_iteration); - auto end_ts = write_calibrated_timestamp_nolock(); - register_time_interval_nolock("CPU", std::move(start_ts), std::move(end_ts), "submit", ""); - - if (result != VK_SUCCESS) - LOGE("vkQueueSubmit failed (code: %d).\n", int(result)); - if (result == VK_ERROR_DEVICE_LOST) - report_checkpoints(); - submissions.clear(); - - if (!ext.timeline_semaphore_features.timelineSemaphore) - data.need_fence = true; -} - -void Device::flush_frame(QueueIndices physical_type) -{ - if (queue_info.queues[physical_type] == VK_NULL_HANDLE) - return; - - if (physical_type == QUEUE_INDEX_TRANSFER) - sync_buffer_blocks(); - submit_queue(physical_type, nullptr, 0, nullptr); -} - -void Device::sync_buffer_blocks() -{ - if (dma.vbo.empty() && dma.ibo.empty() && dma.ubo.empty()) - return; - - VkBufferUsageFlags usage = 0; - - auto cmd = request_command_buffer_nolock(get_thread_index(), CommandBuffer::Type::AsyncTransfer, false); - - cmd->begin_region("buffer-block-sync"); - - for (auto &block : dma.vbo) - { - VK_ASSERT(block.offset != 0); - cmd->copy_buffer(*block.gpu, 0, *block.cpu, 0, block.offset); - usage |= VK_BUFFER_USAGE_VERTEX_BUFFER_BIT; - } - - for (auto &block : dma.ibo) - { - VK_ASSERT(block.offset != 0); - cmd->copy_buffer(*block.gpu, 0, *block.cpu, 0, block.offset); - usage |= VK_BUFFER_USAGE_INDEX_BUFFER_BIT; - } - - for (auto &block : dma.ubo) - { - VK_ASSERT(block.offset != 0); - cmd->copy_buffer(*block.gpu, 0, *block.cpu, 0, block.offset); - usage |= VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT; - } - - dma.vbo.clear(); - dma.ibo.clear(); - dma.ubo.clear(); - - cmd->end_region(); - - // Do not flush graphics or compute in this context. - // We must be able to inject semaphores into all currently enqueued graphics / compute. - submit_staging(cmd, usage, false); -} - -void Device::end_frame_context() -{ - DRAIN_FRAME_LOCK(); - end_frame_nolock(); -} - -void Device::end_frame_nolock() -{ - // Kept handles alive until end-of-frame, free now if appropriate. - for (auto &image : frame().keep_alive_images) - { - image->set_internal_sync_object(); - image->get_view().set_internal_sync_object(); - } - frame().keep_alive_images.clear(); - - // Make sure we have a fence which covers all submissions in the frame. - InternalFence fence; - - for (auto &i : queue_flush_order) - { - if (queue_data[i].need_fence || !frame().submissions[i].empty()) - { - submit_queue(i, &fence, 0, nullptr); - if (fence.fence != VK_NULL_HANDLE) - { - frame().wait_fences.push_back(fence.fence); - frame().recycle_fences.push_back(fence.fence); - } - queue_data[i].need_fence = false; - } - } -} - -void Device::flush_frame() -{ - LOCK(); - flush_frame_nolock(); -} - -void Device::flush_frame_nolock() -{ - for (auto &i : queue_flush_order) - flush_frame(i); -} - -PerformanceQueryPool &Device::get_performance_query_pool(QueueIndices physical_index) -{ - for (int i = 0; i < physical_index; i++) - if (queue_info.family_indices[i] == queue_info.family_indices[physical_index]) - return queue_data[i].performance_query_pool; - return queue_data[physical_index].performance_query_pool; -} - -CommandBufferHandle Device::request_command_buffer(CommandBuffer::Type type) -{ - return request_command_buffer_for_thread(get_thread_index(), type); -} - -CommandBufferHandle Device::request_command_buffer_for_thread(unsigned thread_index, CommandBuffer::Type type) -{ - LOCK(); - return request_command_buffer_nolock(thread_index, type, false); -} - -CommandBufferHandle Device::request_profiled_command_buffer(CommandBuffer::Type type) -{ - return request_profiled_command_buffer_for_thread(get_thread_index(), type); -} - -CommandBufferHandle Device::request_profiled_command_buffer_for_thread(unsigned thread_index, - CommandBuffer::Type type) -{ - LOCK(); - return request_command_buffer_nolock(thread_index, type, true); -} - -CommandBufferHandle Device::request_command_buffer_nolock(unsigned thread_index, CommandBuffer::Type type, bool profiled) -{ -#ifndef GRANITE_VULKAN_MT - VK_ASSERT(thread_index == 0); -#endif - auto physical_type = get_physical_queue_type(type); - auto &pool = frame().cmd_pools[physical_type][thread_index]; - auto cmd = pool.request_command_buffer(); - - if (profiled && !ext.performance_query_features.performanceCounterQueryPools) - { - LOGW("Profiling is not supported on this device.\n"); - profiled = false; - } - - VkCommandBufferBeginInfo info = { VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO }; - info.flags = VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT; - table->vkBeginCommandBuffer(cmd, &info); - add_frame_counter_nolock(); - CommandBufferHandle handle(handle_pool.command_buffers.allocate(this, cmd, pipeline_cache, type)); - handle->set_thread_index(thread_index); - - if (profiled) - { - auto &query_pool = get_performance_query_pool(physical_type); - handle->enable_profiling(); - query_pool.begin_command_buffer(handle->get_command_buffer()); - } - - return handle; -} - -void Device::submit_secondary(CommandBuffer &primary, CommandBuffer &secondary) -{ - { - LOCK(); - secondary.end(); - decrement_frame_counter_nolock(); - -#ifdef VULKAN_DEBUG - auto &pool = frame().cmd_pools[get_physical_queue_type(secondary.get_command_buffer_type())][secondary.get_thread_index()]; - pool.signal_submitted(secondary.get_command_buffer()); -#endif - } - - VkCommandBuffer secondary_cmd = secondary.get_command_buffer(); - table->vkCmdExecuteCommands(primary.get_command_buffer(), 1, &secondary_cmd); -} - -CommandBufferHandle Device::request_secondary_command_buffer_for_thread(unsigned thread_index, - const Framebuffer *framebuffer, - unsigned subpass, - CommandBuffer::Type type) -{ - LOCK(); - - auto &pool = frame().cmd_pools[get_physical_queue_type(type)][thread_index]; - auto cmd = pool.request_secondary_command_buffer(); - VkCommandBufferBeginInfo info = { VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO }; - VkCommandBufferInheritanceInfo inherit = { VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO }; - - inherit.framebuffer = VK_NULL_HANDLE; - inherit.renderPass = framebuffer->get_compatible_render_pass().get_render_pass(); - inherit.subpass = subpass; - info.pInheritanceInfo = &inherit; - info.flags = VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT | VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT; - - table->vkBeginCommandBuffer(cmd, &info); - add_frame_counter_nolock(); - CommandBufferHandle handle(handle_pool.command_buffers.allocate(this, cmd, pipeline_cache, type)); - handle->set_thread_index(thread_index); - handle->set_is_secondary(); - return handle; -} - -void Device::set_acquire_semaphore(unsigned index, Semaphore acquire) -{ - wsi.acquire = move(acquire); - wsi.index = index; - wsi.consumed = false; - - if (wsi.acquire) - { - wsi.acquire->set_internal_sync_object(); - VK_ASSERT(wsi.acquire->is_signalled()); - } -} - -Semaphore Device::consume_release_semaphore() -{ - auto ret = move(wsi.release); - wsi.release.reset(); - return ret; -} - -VkQueue Device::get_current_present_queue() const -{ - VK_ASSERT(wsi.present_queue); - return wsi.present_queue; -} - -const Sampler &Device::get_stock_sampler(StockSampler sampler) const -{ - return samplers[static_cast(sampler)]->get_sampler(); -} - -bool Device::swapchain_touched() const -{ - return wsi.consumed; -} - -Device::~Device() -{ - wait_idle(); - - managers.timestamps.log_simple(); - - wsi.acquire.reset(); - wsi.release.reset(); - wsi.swapchain.clear(); - - if (pipeline_cache != VK_NULL_HANDLE) - { - flush_pipeline_cache(); - table->vkDestroyPipelineCache(device, pipeline_cache, nullptr); - } - -#ifdef GRANITE_VULKAN_FILESYSTEM - flush_shader_manager_cache(); -#endif - -#ifdef GRANITE_VULKAN_FOSSILIZE - flush_pipeline_state(); -#endif - - framebuffer_allocator.clear(); - transient_allocator.clear(); - - deinit_timeline_semaphores(); -} - -void Device::deinit_timeline_semaphores() -{ - for (auto &data : queue_data) - { - if (data.timeline_semaphore != VK_NULL_HANDLE) - table->vkDestroySemaphore(device, data.timeline_semaphore, nullptr); - data.timeline_semaphore = VK_NULL_HANDLE; - } - - // Make sure we don't accidentally try to wait for these after we destroy the semaphores. - for (auto &frame : per_frame) - { - for (auto &fence : frame->timeline_fences) - fence = 0; - for (auto &timeline : frame->timeline_semaphores) - timeline = VK_NULL_HANDLE; - } -} - -void Device::init_frame_contexts(unsigned count) -{ - DRAIN_FRAME_LOCK(); - wait_idle_nolock(); - - // Clear out caches which might contain stale data from now on. - framebuffer_allocator.clear(); - transient_allocator.clear(); - per_frame.clear(); - - for (unsigned i = 0; i < count; i++) - { - auto frame = unique_ptr(new PerFrame(this, i)); - per_frame.emplace_back(move(frame)); - } -} - -void Device::init_external_swapchain(const vector &swapchain_images) -{ - DRAIN_FRAME_LOCK(); - wsi.swapchain.clear(); - wait_idle_nolock(); - - wsi.index = 0; - wsi.consumed = false; - for (auto &image : swapchain_images) - { - wsi.swapchain.push_back(image); - if (image) - { - wsi.swapchain.back()->set_internal_sync_object(); - wsi.swapchain.back()->get_view().set_internal_sync_object(); - } - } -} - -bool Device::can_touch_swapchain_in_command_buffer(QueueIndices physical_type) const -{ - // If 0, we have virtual swap chain, so anything goes. - if (!wsi.queue_family_support_mask) - return true; - - return (wsi.queue_family_support_mask & (1u << queue_info.family_indices[physical_type])) != 0; -} - -bool Device::can_touch_swapchain_in_command_buffer(CommandBuffer::Type type) const -{ - return can_touch_swapchain_in_command_buffer(get_physical_queue_type(type)); -} - -void Device::set_swapchain_queue_family_support(uint32_t queue_family_support) -{ - wsi.queue_family_support_mask = queue_family_support; -} - -void Device::init_swapchain(const vector &swapchain_images, unsigned width, unsigned height, VkFormat format, - VkSurfaceTransformFlagBitsKHR transform, VkImageUsageFlags usage) -{ - DRAIN_FRAME_LOCK(); - wsi.swapchain.clear(); - wait_idle_nolock(); - - auto info = ImageCreateInfo::render_target(width, height, format); - info.usage = usage; - - wsi.index = 0; - wsi.consumed = false; - for (auto &image : swapchain_images) - { - VkImageViewCreateInfo view_info = { VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO }; - view_info.image = image; - view_info.format = format; - view_info.components.r = VK_COMPONENT_SWIZZLE_R; - view_info.components.g = VK_COMPONENT_SWIZZLE_G; - view_info.components.b = VK_COMPONENT_SWIZZLE_B; - view_info.components.a = VK_COMPONENT_SWIZZLE_A; - view_info.subresourceRange.aspectMask = format_to_aspect_mask(format); - view_info.subresourceRange.baseMipLevel = 0; - view_info.subresourceRange.baseArrayLayer = 0; - view_info.subresourceRange.levelCount = 1; - view_info.subresourceRange.layerCount = 1; - view_info.viewType = VK_IMAGE_VIEW_TYPE_2D; - - VkImageView image_view; - if (table->vkCreateImageView(device, &view_info, nullptr, &image_view) != VK_SUCCESS) - LOGE("Failed to create view for backbuffer."); - - auto backbuffer = ImageHandle(handle_pool.images.allocate(this, image, image_view, DeviceAllocation{}, info, VK_IMAGE_VIEW_TYPE_2D)); - backbuffer->set_internal_sync_object(); - backbuffer->disown_image(); - backbuffer->get_view().set_internal_sync_object(); - backbuffer->set_surface_transform(transform); - wsi.swapchain.push_back(backbuffer); - set_name(*backbuffer, "backbuffer"); - backbuffer->set_swapchain_layout(VK_IMAGE_LAYOUT_PRESENT_SRC_KHR); - } -} - -Device::PerFrame::PerFrame(Device *device_, unsigned frame_index_) - : device(*device_) - , frame_index(frame_index_) - , table(device_->get_device_table()) - , managers(device_->managers) - , query_pool(device_) -{ - unsigned count = device_->num_thread_indices; - for (int i = 0; i < QUEUE_INDEX_COUNT; i++) - { - timeline_semaphores[i] = device.queue_data[i].timeline_semaphore; - cmd_pools[i].reserve(count); - for (unsigned j = 0; j < count; j++) - cmd_pools[i].emplace_back(device_, device_->queue_info.family_indices[i]); - } -} - -void Device::keep_handle_alive(ImageHandle handle) -{ - LOCK(); - frame().keep_alive_images.push_back(move(handle)); -} - -void Device::free_memory_nolock(const DeviceAllocation &alloc) -{ - frame().allocations.push_back(alloc); -} - -#ifdef VULKAN_DEBUG - -template -static inline bool exists(const T &container, const U &value) -{ - return find(begin(container), end(container), value) != end(container); -} - -#endif - -void Device::destroy_pipeline(VkPipeline pipeline) -{ - LOCK(); - destroy_pipeline_nolock(pipeline); -} - -void Device::reset_fence(VkFence fence, bool observed_wait) -{ - LOCK(); - reset_fence_nolock(fence, observed_wait); -} - -void Device::destroy_buffer(VkBuffer buffer) -{ - LOCK(); - destroy_buffer_nolock(buffer); -} - -void Device::destroy_descriptor_pool(VkDescriptorPool desc_pool) -{ - LOCK(); - destroy_descriptor_pool_nolock(desc_pool); -} - -void Device::destroy_buffer_view(VkBufferView view) -{ - LOCK(); - destroy_buffer_view_nolock(view); -} - -void Device::destroy_event(VkEvent event) -{ - LOCK(); - destroy_event_nolock(event); -} - -void Device::destroy_framebuffer(VkFramebuffer framebuffer) -{ - LOCK(); - destroy_framebuffer_nolock(framebuffer); -} - -void Device::destroy_image(VkImage image) -{ - LOCK(); - destroy_image_nolock(image); -} - -void Device::destroy_semaphore(VkSemaphore semaphore) -{ - LOCK(); - destroy_semaphore_nolock(semaphore); -} - -void Device::recycle_semaphore(VkSemaphore semaphore) -{ - LOCK(); - recycle_semaphore_nolock(semaphore); -} - -void Device::free_memory(const DeviceAllocation &alloc) -{ - LOCK(); - free_memory_nolock(alloc); -} - -void Device::destroy_sampler(VkSampler sampler) -{ - LOCK(); - destroy_sampler_nolock(sampler); -} - -void Device::destroy_image_view(VkImageView view) -{ - LOCK(); - destroy_image_view_nolock(view); -} - -void Device::destroy_pipeline_nolock(VkPipeline pipeline) -{ - VK_ASSERT(!exists(frame().destroyed_pipelines, pipeline)); - frame().destroyed_pipelines.push_back(pipeline); -} - -void Device::destroy_image_view_nolock(VkImageView view) -{ - VK_ASSERT(!exists(frame().destroyed_image_views, view)); - frame().destroyed_image_views.push_back(view); -} - -void Device::destroy_buffer_view_nolock(VkBufferView view) -{ - VK_ASSERT(!exists(frame().destroyed_buffer_views, view)); - frame().destroyed_buffer_views.push_back(view); -} - -void Device::destroy_semaphore_nolock(VkSemaphore semaphore) -{ - VK_ASSERT(!exists(frame().destroyed_semaphores, semaphore)); - frame().destroyed_semaphores.push_back(semaphore); -} - -void Device::recycle_semaphore_nolock(VkSemaphore semaphore) -{ - VK_ASSERT(!exists(frame().recycled_semaphores, semaphore)); - frame().recycled_semaphores.push_back(semaphore); -} - -void Device::destroy_event_nolock(VkEvent event) -{ - VK_ASSERT(!exists(frame().recycled_events, event)); - frame().recycled_events.push_back(event); -} - -void Device::reset_fence_nolock(VkFence fence, bool observed_wait) -{ - if (observed_wait) - { - table->vkResetFences(device, 1, &fence); - managers.fence.recycle_fence(fence); - } - else - frame().recycle_fences.push_back(fence); -} - -PipelineEvent Device::request_pipeline_event() -{ - return PipelineEvent(handle_pool.events.allocate(this, managers.event.request_cleared_event())); -} - -void Device::destroy_image_nolock(VkImage image) -{ - VK_ASSERT(!exists(frame().destroyed_images, image)); - frame().destroyed_images.push_back(image); -} - -void Device::destroy_buffer_nolock(VkBuffer buffer) -{ - VK_ASSERT(!exists(frame().destroyed_buffers, buffer)); - frame().destroyed_buffers.push_back(buffer); -} - -void Device::destroy_descriptor_pool_nolock(VkDescriptorPool desc_pool) -{ - VK_ASSERT(!exists(frame().destroyed_descriptor_pools, desc_pool)); - frame().destroyed_descriptor_pools.push_back(desc_pool); -} - -void Device::destroy_sampler_nolock(VkSampler sampler) -{ - VK_ASSERT(!exists(frame().destroyed_samplers, sampler)); - frame().destroyed_samplers.push_back(sampler); -} - -void Device::destroy_framebuffer_nolock(VkFramebuffer framebuffer) -{ - VK_ASSERT(!exists(frame().destroyed_framebuffers, framebuffer)); - frame().destroyed_framebuffers.push_back(framebuffer); -} - -void Device::clear_wait_semaphores() -{ - for (auto &data : queue_data) - { - for (auto &sem : data.wait_semaphores) - table->vkDestroySemaphore(device, sem->consume(), nullptr); - data.wait_semaphores.clear(); - data.wait_stages.clear(); - } -} - -void Device::wait_idle() -{ - DRAIN_FRAME_LOCK(); - wait_idle_nolock(); -} - -void Device::wait_idle_nolock() -{ - if (!per_frame.empty()) - end_frame_nolock(); - - if (device != VK_NULL_HANDLE) - { - if (queue_lock_callback) - queue_lock_callback(); - auto result = table->vkDeviceWaitIdle(device); - if (result != VK_SUCCESS) - LOGE("vkDeviceWaitIdle failed with code: %d\n", result); - if (result == VK_ERROR_DEVICE_LOST) - report_checkpoints(); - if (queue_unlock_callback) - queue_unlock_callback(); - } - - clear_wait_semaphores(); - - // Free memory for buffer pools. - managers.vbo.reset(); - managers.ubo.reset(); - managers.ibo.reset(); - managers.staging.reset(); - for (auto &frame : per_frame) - { - frame->vbo_blocks.clear(); - frame->ibo_blocks.clear(); - frame->ubo_blocks.clear(); - frame->staging_blocks.clear(); - } - - framebuffer_allocator.clear(); - transient_allocator.clear(); - -#ifdef GRANITE_VULKAN_MT - for (auto &allocator : descriptor_set_allocators.get_read_only()) - allocator.clear(); - for (auto &allocator : descriptor_set_allocators.get_read_write()) - allocator.clear(); -#else - for (auto &allocator : descriptor_set_allocators) - allocator.clear(); -#endif - - for (auto &frame : per_frame) - { - // We have done WaitIdle, no need to wait for extra fences, it's also not safe. - frame->wait_fences.clear(); - frame->begin(); - frame->trim_command_pools(); - } - - managers.memory.garbage_collect(); -} - -void Device::promote_read_write_caches_to_read_only() -{ -#ifdef GRANITE_VULKAN_MT - pipeline_layouts.move_to_read_only(); - descriptor_set_allocators.move_to_read_only(); - shaders.move_to_read_only(); - programs.move_to_read_only(); - for (auto &program : programs.get_read_only()) - program.promote_read_write_to_read_only(); - render_passes.move_to_read_only(); - immutable_samplers.move_to_read_only(); - immutable_ycbcr_conversions.move_to_read_only(); -#ifdef GRANITE_VULKAN_FILESYSTEM - shader_manager.promote_read_write_caches_to_read_only(); -#endif -#endif -} - -void Device::next_frame_context() -{ - DRAIN_FRAME_LOCK(); - - if (frame_context_begin_ts) - { - auto frame_context_end_ts = write_calibrated_timestamp_nolock(); - register_time_interval_nolock("CPU", std::move(frame_context_begin_ts), std::move(frame_context_end_ts), "command submissions", ""); - frame_context_begin_ts = {}; - } - - // Flush the frame here as we might have pending staging command buffers from init stage. - end_frame_nolock(); - - framebuffer_allocator.begin_frame(); - transient_allocator.begin_frame(); - -#ifdef GRANITE_VULKAN_MT - for (auto &allocator : descriptor_set_allocators.get_read_only()) - allocator.begin_frame(); - for (auto &allocator : descriptor_set_allocators.get_read_write()) - allocator.begin_frame(); -#else - for (auto &allocator : descriptor_set_allocators) - allocator.begin_frame(); -#endif - - VK_ASSERT(!per_frame.empty()); - frame_context_index++; - if (frame_context_index >= per_frame.size()) - frame_context_index = 0; - - frame().begin(); - recalibrate_timestamps(); - frame_context_begin_ts = write_calibrated_timestamp_nolock(); -} - -QueryPoolHandle Device::write_timestamp(VkCommandBuffer cmd, VkPipelineStageFlagBits stage) -{ - LOCK(); - return write_timestamp_nolock(cmd, stage); -} - -QueryPoolHandle Device::write_timestamp_nolock(VkCommandBuffer cmd, VkPipelineStageFlagBits stage) -{ - return frame().query_pool.write_timestamp(cmd, stage); -} - -QueryPoolHandle Device::write_calibrated_timestamp() -{ - LOCK(); - return write_calibrated_timestamp_nolock(); -} - -QueryPoolHandle Device::write_calibrated_timestamp_nolock() -{ - if (!system_handles.timeline_trace_file) - return {}; - - auto handle = QueryPoolHandle(handle_pool.query.allocate(this, false)); - handle->signal_timestamp_ticks(get_current_time_nsecs()); - return handle; -} - -void Device::recalibrate_timestamps_fallback() -{ - wait_idle_nolock(); - auto cmd = request_command_buffer_nolock(0, CommandBuffer::Type::Generic, false); - auto ts = write_timestamp_nolock(cmd->get_command_buffer(), VK_PIPELINE_STAGE_ALL_COMMANDS_BIT); - if (!ts) - { - submit_discard_nolock(cmd); - return; - } - auto start_ts = Util::get_current_time_nsecs(); - submit_nolock(cmd, nullptr, 0, nullptr); - wait_idle_nolock(); - auto end_ts = Util::get_current_time_nsecs(); - auto host_ts = (start_ts + end_ts) / 2; - - LOGI("Calibrated timestamps with a fallback method. Uncertainty: %.3f us.\n", 1e-3 * (end_ts - start_ts)); - - calibrated_timestamp_host = host_ts; - VK_ASSERT(ts->is_signalled()); - calibrated_timestamp_device = ts->get_timestamp_ticks(); - calibrated_timestamp_device_accum = calibrated_timestamp_device; -} - -void Device::init_calibrated_timestamps() -{ - if (!get_device_features().supports_calibrated_timestamps) - { - recalibrate_timestamps_fallback(); - return; - } - - uint32_t count; - vkGetPhysicalDeviceCalibrateableTimeDomainsEXT(gpu, &count, nullptr); - std::vector domains(count); - if (vkGetPhysicalDeviceCalibrateableTimeDomainsEXT(gpu, &count, domains.data()) != VK_SUCCESS) - return; - - bool supports_device_domain = false; - for (auto &domain : domains) - { - if (domain == VK_TIME_DOMAIN_DEVICE_EXT) - { - supports_device_domain = true; - break; - } - } - - if (!supports_device_domain) - return; - - for (auto &domain : domains) - { -#ifdef _WIN32 - const auto supported_domain = VK_TIME_DOMAIN_QUERY_PERFORMANCE_COUNTER_EXT; -#else - const auto supported_domain = VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT; -#endif - if (domain == supported_domain) - { - calibrated_time_domain = domain; - break; - } - } - - if (calibrated_time_domain == VK_TIME_DOMAIN_DEVICE_EXT) - { - LOGE("Could not find a suitable time domain for calibrated timestamps.\n"); - return; - } - - if (!resample_calibrated_timestamps()) - { - LOGE("Failed to get calibrated timestamps.\n"); - calibrated_time_domain = VK_TIME_DOMAIN_DEVICE_EXT; - return; - } -} - -bool Device::resample_calibrated_timestamps() -{ - VkCalibratedTimestampInfoEXT infos[2] = {}; - infos[0].sType = VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_EXT; - infos[1].sType = VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_EXT; - infos[0].timeDomain = calibrated_time_domain; - infos[1].timeDomain = VK_TIME_DOMAIN_DEVICE_EXT; - uint64_t timestamps[2] = {}; - uint64_t max_deviation; - - if (table->vkGetCalibratedTimestampsEXT(device, 2, infos, timestamps, &max_deviation) != VK_SUCCESS) - { - LOGE("Failed to get calibrated timestamps.\n"); - calibrated_time_domain = VK_TIME_DOMAIN_DEVICE_EXT; - return false; - } - - calibrated_timestamp_host = timestamps[0]; - calibrated_timestamp_device = timestamps[1]; - calibrated_timestamp_device_accum = calibrated_timestamp_device; - -#ifdef _WIN32 - LARGE_INTEGER freq; - QueryPerformanceFrequency(&freq); - calibrated_timestamp_host = int64_t(1e9 * calibrated_timestamp_host / double(freq.QuadPart)); -#endif - return true; -} - -void Device::recalibrate_timestamps() -{ - // Don't bother recalibrating timestamps if we're not tracing. - if (!system_handles.timeline_trace_file) - return; - - // Recalibrate every once in a while ... - timestamp_calibration_counter++; - if (timestamp_calibration_counter < 1000) - return; - timestamp_calibration_counter = 0; - - if (calibrated_time_domain == VK_TIME_DOMAIN_DEVICE_EXT) - recalibrate_timestamps_fallback(); - else - resample_calibrated_timestamps(); -} - -void Device::register_time_interval(std::string tid, QueryPoolHandle start_ts, QueryPoolHandle end_ts, std::string tag, std::string extra) -{ - LOCK(); - register_time_interval_nolock(std::move(tid), std::move(start_ts), std::move(end_ts), std::move(tag), std::move(extra)); -} - -void Device::register_time_interval_nolock(std::string tid, QueryPoolHandle start_ts, QueryPoolHandle end_ts, - std::string tag, std::string extra) -{ - if (start_ts && end_ts) - { - TimestampInterval *timestamp_tag = managers.timestamps.get_timestamp_tag(tag.c_str()); -#ifdef VULKAN_DEBUG - if (start_ts->is_signalled() && end_ts->is_signalled()) - VK_ASSERT(end_ts->get_timestamp_ticks() >= start_ts->get_timestamp_ticks()); -#endif - frame().timestamp_intervals.push_back({ std::move(tid), move(start_ts), move(end_ts), timestamp_tag, std::move(extra) }); - } -} - -void Device::add_frame_counter_nolock() -{ - lock.counter++; -} - -void Device::decrement_frame_counter_nolock() -{ - VK_ASSERT(lock.counter > 0); - lock.counter--; -#ifdef GRANITE_VULKAN_MT - lock.cond.notify_all(); -#endif -} - -void Device::PerFrame::trim_command_pools() -{ - for (auto &cmd_pool : cmd_pools) - for (auto &pool : cmd_pool) - pool.trim(); -} - -void Device::PerFrame::begin() -{ - VkDevice vkdevice = device.get_device(); - - Vulkan::QueryPoolHandle wait_fence_ts; - if (!in_destructor) - wait_fence_ts = device.write_calibrated_timestamp_nolock(); - - bool has_timeline = true; - for (auto &sem : timeline_semaphores) - { - if (sem == VK_NULL_HANDLE) - { - has_timeline = false; - break; - } - } - - if (device.get_device_features().timeline_semaphore_features.timelineSemaphore && has_timeline) - { - VkSemaphoreWaitInfoKHR info = { VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO_KHR }; - VkSemaphore sems[QUEUE_INDEX_COUNT]; - uint64_t values[QUEUE_INDEX_COUNT]; - for (int i = 0; i < QUEUE_INDEX_COUNT; i++) - { - if (timeline_fences[i]) - { - sems[info.semaphoreCount] = timeline_semaphores[i]; - values[info.semaphoreCount] = timeline_fences[i]; - info.semaphoreCount++; - } - } - - if (info.semaphoreCount) - { - info.pSemaphores = sems; - info.pValues = values; - table.vkWaitSemaphoresKHR(vkdevice, &info, UINT64_MAX); - } - } - - // If we're using timeline semaphores, these paths should never be hit. - if (!wait_fences.empty()) - { - table.vkWaitForFences(vkdevice, wait_fences.size(), wait_fences.data(), VK_TRUE, UINT64_MAX); - wait_fences.clear(); - } - - // If we're using timeline semaphores, these paths should never be hit. - if (!recycle_fences.empty()) - { - table.vkResetFences(vkdevice, recycle_fences.size(), recycle_fences.data()); - for (auto &fence : recycle_fences) - managers.fence.recycle_fence(fence); - recycle_fences.clear(); - } - - for (auto &cmd_pool : cmd_pools) - for (auto &pool : cmd_pool) - pool.begin(); - - query_pool.begin(); - - for (auto &channel : debug_channels) - device.parse_debug_channel(channel); - - // Free the debug channel buffers here, and they will immediately be recycled by the destroyed_buffers right below. - debug_channels.clear(); - - for (auto &block : vbo_blocks) - managers.vbo.recycle_block(block); - for (auto &block : ibo_blocks) - managers.ibo.recycle_block(block); - for (auto &block : ubo_blocks) - managers.ubo.recycle_block(block); - for (auto &block : staging_blocks) - managers.staging.recycle_block(block); - vbo_blocks.clear(); - ibo_blocks.clear(); - ubo_blocks.clear(); - staging_blocks.clear(); - - for (auto &framebuffer : destroyed_framebuffers) - table.vkDestroyFramebuffer(vkdevice, framebuffer, nullptr); - for (auto &sampler : destroyed_samplers) - table.vkDestroySampler(vkdevice, sampler, nullptr); - for (auto &pipeline : destroyed_pipelines) - table.vkDestroyPipeline(vkdevice, pipeline, nullptr); - for (auto &view : destroyed_image_views) - table.vkDestroyImageView(vkdevice, view, nullptr); - for (auto &view : destroyed_buffer_views) - table.vkDestroyBufferView(vkdevice, view, nullptr); - for (auto &image : destroyed_images) - table.vkDestroyImage(vkdevice, image, nullptr); - for (auto &buffer : destroyed_buffers) - table.vkDestroyBuffer(vkdevice, buffer, nullptr); - for (auto &semaphore : destroyed_semaphores) - table.vkDestroySemaphore(vkdevice, semaphore, nullptr); - for (auto &pool : destroyed_descriptor_pools) - table.vkDestroyDescriptorPool(vkdevice, pool, nullptr); - for (auto &semaphore : recycled_semaphores) - managers.semaphore.recycle(semaphore); - for (auto &event : recycled_events) - managers.event.recycle(event); - for (auto &alloc : allocations) - alloc.free_immediate(managers.memory); - - destroyed_framebuffers.clear(); - destroyed_samplers.clear(); - destroyed_pipelines.clear(); - destroyed_image_views.clear(); - destroyed_buffer_views.clear(); - destroyed_images.clear(); - destroyed_buffers.clear(); - destroyed_semaphores.clear(); - destroyed_descriptor_pools.clear(); - recycled_semaphores.clear(); - recycled_events.clear(); - allocations.clear(); - - if (!in_destructor) - device.register_time_interval_nolock("CPU", std::move(wait_fence_ts), device.write_calibrated_timestamp_nolock(), "fence + recycle", ""); - - int64_t min_timestamp_us = std::numeric_limits::max(); - int64_t max_timestamp_us = 0; - - for (auto &ts : timestamp_intervals) - { - if (ts.end_ts->is_signalled() && ts.start_ts->is_signalled()) - { - VK_ASSERT(ts.start_ts->is_device_timebase() == ts.end_ts->is_device_timebase()); - - int64_t start_ts = ts.start_ts->get_timestamp_ticks(); - int64_t end_ts = ts.end_ts->get_timestamp_ticks(); - if (ts.start_ts->is_device_timebase()) - ts.timestamp_tag->accumulate_time(device.convert_device_timestamp_delta(start_ts, end_ts)); - else - ts.timestamp_tag->accumulate_time(1e-9 * double(end_ts - start_ts)); - - if (device.system_handles.timeline_trace_file) - { - start_ts = device.convert_timestamp_to_absolute_nsec(*ts.start_ts); - end_ts = device.convert_timestamp_to_absolute_nsec(*ts.end_ts); - min_timestamp_us = (std::min)(min_timestamp_us, start_ts); - max_timestamp_us = (std::max)(max_timestamp_us, end_ts); - - auto *e = device.system_handles.timeline_trace_file->allocate_event(); - e->set_desc(ts.timestamp_tag->get_tag().c_str()); - e->set_tid(ts.tid.c_str()); - e->pid = frame_index + 1; - e->start_ns = start_ts; - e->end_ns = end_ts; - device.system_handles.timeline_trace_file->submit_event(e); - } - } - } - - if (device.system_handles.timeline_trace_file && min_timestamp_us <= max_timestamp_us) - { - auto *e = device.system_handles.timeline_trace_file->allocate_event(); - e->set_desc("CPU + GPU full frame"); - e->set_tid("Frame context"); - e->pid = frame_index + 1; - e->start_ns = min_timestamp_us; - e->end_ns = max_timestamp_us; - device.system_handles.timeline_trace_file->submit_event(e); - } - - managers.timestamps.mark_end_of_frame_context(); - timestamp_intervals.clear(); -} - -Device::PerFrame::~PerFrame() -{ - in_destructor = true; - begin(); -} - -uint32_t Device::find_memory_type(uint32_t required, uint32_t mask) const -{ - for (uint32_t i = 0; i < mem_props.memoryTypeCount; i++) - { - if ((1u << i) & mask) - { - uint32_t flags = mem_props.memoryTypes[i].propertyFlags; - if ((flags & required) == required) - return i; - } - } - - return UINT32_MAX; -} - -uint32_t Device::find_memory_type(BufferDomain domain, uint32_t mask) const -{ - uint32_t prio[3] = {}; - switch (domain) - { - case BufferDomain::Device: - prio[0] = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; - break; - - case BufferDomain::LinkedDeviceHost: - prio[0] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; - prio[1] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; - prio[2] = prio[1]; - break; - - case BufferDomain::LinkedDeviceHostPreferDevice: - prio[0] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; - prio[1] = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; - prio[2] = prio[1]; - break; - - case BufferDomain::Host: - prio[0] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; - prio[1] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; - prio[2] = prio[1]; - break; - - case BufferDomain::CachedHost: - prio[0] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_CACHED_BIT; - prio[1] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; - prio[2] = prio[1]; - break; - - case BufferDomain::CachedCoherentHostPreferCached: - prio[0] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_CACHED_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; - prio[1] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_CACHED_BIT; - prio[2] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; - break; - - case BufferDomain::CachedCoherentHostPreferCoherent: - prio[0] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_CACHED_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; - prio[1] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; - prio[2] = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; - break; - } - - for (auto &p : prio) - { - uint32_t index = find_memory_type(p, mask); - if (index != UINT32_MAX) - return index; - } - - return UINT32_MAX; -} - -uint32_t Device::find_memory_type(ImageDomain domain, uint32_t mask) const -{ - uint32_t desired = 0, fallback = 0; - switch (domain) - { - case ImageDomain::Physical: - desired = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; - fallback = 0; - break; - - case ImageDomain::Transient: - desired = VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT; - fallback = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; - break; - - case ImageDomain::LinearHostCached: - desired = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_CACHED_BIT; - fallback = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; - break; - - case ImageDomain::LinearHost: - desired = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; - fallback = 0; - break; - } - - uint32_t index = find_memory_type(desired, mask); - if (index != UINT32_MAX) - return index; - - index = find_memory_type(fallback, mask); - if (index != UINT32_MAX) - return index; - - return UINT32_MAX; -} - -static inline VkImageViewType get_image_view_type(const ImageCreateInfo &create_info, const ImageViewCreateInfo *view) -{ - unsigned layers = view ? view->layers : create_info.layers; - unsigned base_layer = view ? view->base_layer : 0; - - if (layers == VK_REMAINING_ARRAY_LAYERS) - layers = create_info.layers - base_layer; - - bool force_array = - view ? (view->misc & IMAGE_VIEW_MISC_FORCE_ARRAY_BIT) : (create_info.misc & IMAGE_MISC_FORCE_ARRAY_BIT); - - switch (create_info.type) - { - case VK_IMAGE_TYPE_1D: - VK_ASSERT(create_info.width >= 1); - VK_ASSERT(create_info.height == 1); - VK_ASSERT(create_info.depth == 1); - VK_ASSERT(create_info.samples == VK_SAMPLE_COUNT_1_BIT); - - if (layers > 1 || force_array) - return VK_IMAGE_VIEW_TYPE_1D_ARRAY; - else - return VK_IMAGE_VIEW_TYPE_1D; - - case VK_IMAGE_TYPE_2D: - VK_ASSERT(create_info.width >= 1); - VK_ASSERT(create_info.height >= 1); - VK_ASSERT(create_info.depth == 1); - - if ((create_info.flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) && (layers % 6) == 0) - { - VK_ASSERT(create_info.width == create_info.height); - - if (layers > 6 || force_array) - return VK_IMAGE_VIEW_TYPE_CUBE_ARRAY; - else - return VK_IMAGE_VIEW_TYPE_CUBE; - } - else - { - if (layers > 1 || force_array) - return VK_IMAGE_VIEW_TYPE_2D_ARRAY; - else - return VK_IMAGE_VIEW_TYPE_2D; - } - - case VK_IMAGE_TYPE_3D: - VK_ASSERT(create_info.width >= 1); - VK_ASSERT(create_info.height >= 1); - VK_ASSERT(create_info.depth >= 1); - return VK_IMAGE_VIEW_TYPE_3D; - - default: - VK_ASSERT(0 && "bogus"); - return VK_IMAGE_VIEW_TYPE_MAX_ENUM; - } -} - -BufferViewHandle Device::create_buffer_view(const BufferViewCreateInfo &view_info) -{ - VkBufferViewCreateInfo info = { VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO }; - info.buffer = view_info.buffer->get_buffer(); - info.format = view_info.format; - info.offset = view_info.offset; - info.range = view_info.range; - - VkBufferView view; - auto res = table->vkCreateBufferView(device, &info, nullptr, &view); - if (res != VK_SUCCESS) - return BufferViewHandle(nullptr); - - return BufferViewHandle(handle_pool.buffer_views.allocate(this, view, view_info)); -} - -class ImageResourceHolder -{ -public: - explicit ImageResourceHolder(Device *device_) - : device(device_) - , table(device_->get_device_table()) - { - } - - ~ImageResourceHolder() - { - if (owned) - cleanup(); - } - - Device *device; - const VolkDeviceTable &table; - - VkImage image = VK_NULL_HANDLE; - VkDeviceMemory memory = VK_NULL_HANDLE; - VkImageView image_view = VK_NULL_HANDLE; - VkImageView depth_view = VK_NULL_HANDLE; - VkImageView stencil_view = VK_NULL_HANDLE; - VkImageView unorm_view = VK_NULL_HANDLE; - VkImageView srgb_view = VK_NULL_HANDLE; - VkImageViewType default_view_type = VK_IMAGE_VIEW_TYPE_MAX_ENUM; - vector rt_views; - DeviceAllocation allocation; - DeviceAllocator *allocator = nullptr; - bool owned = true; - - VkImageViewType get_default_view_type() const - { - return default_view_type; - } - - bool setup_conversion_info(VkImageViewCreateInfo &create_info, - VkSamplerYcbcrConversionInfo &conversion, - const ImmutableYcbcrConversion *ycbcr_conversion) const - { - if (ycbcr_conversion) - { - if (!device->get_device_features().sampler_ycbcr_conversion_features.samplerYcbcrConversion) - return false; - conversion = { VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO }; - conversion.conversion = ycbcr_conversion->get_conversion(); - conversion.pNext = create_info.pNext; - create_info.pNext = &conversion; - } - - return true; - } - - bool setup_view_usage_info(VkImageViewCreateInfo &create_info, VkImageUsageFlags usage, - VkImageViewUsageCreateInfo &usage_info) const - { - usage_info.usage = usage; - usage_info.usage &= VK_IMAGE_USAGE_SAMPLED_BIT | - VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT | - VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | - VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT | - vk_video_image_usage_flags; - - if (format_is_srgb(create_info.format)) - usage_info.usage &= ~VK_IMAGE_USAGE_STORAGE_BIT; - - usage_info.pNext = create_info.pNext; - create_info.pNext = &usage_info; - - return true; - } - - bool setup_astc_decode_mode_info(VkImageViewCreateInfo &create_info, VkImageViewASTCDecodeModeEXT &astc_info) const - { - if (!device->get_device_features().supports_astc_decode_mode) - return true; - - auto type = format_compression_type(create_info.format); - if (type != FormatCompressionType::ASTC) - return true; - - if (format_is_srgb(create_info.format)) - return true; - - if (format_is_compressed_hdr(create_info.format)) - { - if (device->get_device_features().astc_decode_features.decodeModeSharedExponent) - astc_info.decodeMode = VK_FORMAT_E5B9G9R9_UFLOAT_PACK32; - else - astc_info.decodeMode = VK_FORMAT_R16G16B16A16_SFLOAT; - } - else - { - astc_info.decodeMode = VK_FORMAT_R8G8B8A8_UNORM; - } - - astc_info.pNext = create_info.pNext; - create_info.pNext = &astc_info; - return true; - } - - bool create_default_views(const ImageCreateInfo &create_info, const VkImageViewCreateInfo *view_info, - bool create_unorm_srgb_views = false, const VkFormat *view_formats = nullptr) - { - VkDevice vkdevice = device->get_device(); - - if ((create_info.usage & (VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | - VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT | - vk_video_image_usage_flags)) == 0) - { - LOGE("Cannot create image view unless certain usage flags are present.\n"); - return false; - } - - VkImageViewCreateInfo default_view_info = { VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO }; - VkSamplerYcbcrConversionInfo conversion_info = { VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO }; - VkImageViewUsageCreateInfo view_usage_info = { VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO }; - VkImageViewASTCDecodeModeEXT astc_decode_mode_info = { VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT }; - - if (!view_info) - { - default_view_info.image = image; - default_view_info.format = create_info.format; - default_view_info.components = create_info.swizzle; - default_view_info.subresourceRange.aspectMask = format_to_aspect_mask(default_view_info.format); - default_view_info.viewType = get_image_view_type(create_info, nullptr); - default_view_info.subresourceRange.baseMipLevel = 0; - default_view_info.subresourceRange.baseArrayLayer = 0; - default_view_info.subresourceRange.levelCount = create_info.levels; - default_view_info.subresourceRange.layerCount = create_info.layers; - - default_view_type = default_view_info.viewType; - } - else - default_view_info = *view_info; - - view_info = &default_view_info; - if (!setup_conversion_info(default_view_info, conversion_info, create_info.ycbcr_conversion)) - return false; - - if (!setup_view_usage_info(default_view_info, create_info.usage, view_usage_info)) - return false; - - if (!setup_astc_decode_mode_info(default_view_info, astc_decode_mode_info)) - return false; - - if (!create_alt_views(create_info, *view_info)) - return false; - - if (!create_render_target_views(create_info, *view_info)) - return false; - - if (!create_default_view(*view_info)) - return false; - - if (create_unorm_srgb_views) - { - auto info = *view_info; - - if (create_info.usage & VK_IMAGE_USAGE_STORAGE_BIT) - view_usage_info.usage |= VK_IMAGE_USAGE_STORAGE_BIT; - - info.format = view_formats[0]; - if (table.vkCreateImageView(vkdevice, &info, nullptr, &unorm_view) != VK_SUCCESS) - return false; - - view_usage_info.usage &= ~VK_IMAGE_USAGE_STORAGE_BIT; - - info.format = view_formats[1]; - if (table.vkCreateImageView(vkdevice, &info, nullptr, &srgb_view) != VK_SUCCESS) - return false; - } - - return true; - } - -private: - bool create_render_target_views(const ImageCreateInfo &image_create_info, const VkImageViewCreateInfo &info) - { - if (info.viewType == VK_IMAGE_VIEW_TYPE_3D) - return true; - - rt_views.reserve(info.subresourceRange.layerCount); - - // If we have a render target, and non-trivial case (layers = 1, levels = 1), - // create an array of render targets which correspond to each layer (mip 0). - if ((image_create_info.usage & (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT)) != 0 && - ((info.subresourceRange.levelCount > 1) || (info.subresourceRange.layerCount > 1))) - { - auto view_info = info; - view_info.viewType = VK_IMAGE_VIEW_TYPE_2D; - view_info.subresourceRange.baseMipLevel = info.subresourceRange.baseMipLevel; - for (uint32_t layer = 0; layer < info.subresourceRange.layerCount; layer++) - { - view_info.subresourceRange.levelCount = 1; - view_info.subresourceRange.layerCount = 1; - view_info.subresourceRange.baseArrayLayer = layer + info.subresourceRange.baseArrayLayer; - - VkImageView rt_view; - if (table.vkCreateImageView(device->get_device(), &view_info, nullptr, &rt_view) != VK_SUCCESS) - return false; - - rt_views.push_back(rt_view); - } - } - - return true; - } - - bool create_alt_views(const ImageCreateInfo &image_create_info, const VkImageViewCreateInfo &info) - { - if (info.viewType == VK_IMAGE_VIEW_TYPE_CUBE || - info.viewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY || - info.viewType == VK_IMAGE_VIEW_TYPE_3D) - { - return true; - } - - VkDevice vkdevice = device->get_device(); - - if (info.subresourceRange.aspectMask == (VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT)) - { - if ((image_create_info.usage & ~VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT) != 0) - { - auto view_info = info; - - // We need this to be able to sample the texture, or otherwise use it as a non-pure DS attachment. - view_info.subresourceRange.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; - if (table.vkCreateImageView(vkdevice, &view_info, nullptr, &depth_view) != VK_SUCCESS) - return false; - - view_info.subresourceRange.aspectMask = VK_IMAGE_ASPECT_STENCIL_BIT; - if (table.vkCreateImageView(vkdevice, &view_info, nullptr, &stencil_view) != VK_SUCCESS) - return false; - } - } - - return true; - } - - bool create_default_view(const VkImageViewCreateInfo &info) - { - VkDevice vkdevice = device->get_device(); - - // Create the normal image view. This one contains every subresource. - if (table.vkCreateImageView(vkdevice, &info, nullptr, &image_view) != VK_SUCCESS) - return false; - - return true; - } - - void cleanup() - { - VkDevice vkdevice = device->get_device(); - - if (image_view) - table.vkDestroyImageView(vkdevice, image_view, nullptr); - if (depth_view) - table.vkDestroyImageView(vkdevice, depth_view, nullptr); - if (stencil_view) - table.vkDestroyImageView(vkdevice, stencil_view, nullptr); - if (unorm_view) - table.vkDestroyImageView(vkdevice, unorm_view, nullptr); - if (srgb_view) - table.vkDestroyImageView(vkdevice, srgb_view, nullptr); - for (auto &view : rt_views) - table.vkDestroyImageView(vkdevice, view, nullptr); - - if (image) - table.vkDestroyImage(vkdevice, image, nullptr); - if (memory) - table.vkFreeMemory(vkdevice, memory, nullptr); - if (allocator) - allocation.free_immediate(*allocator); - } -}; - -ImageViewHandle Device::create_image_view(const ImageViewCreateInfo &create_info) -{ - ImageResourceHolder holder(this); - auto &image_create_info = create_info.image->get_create_info(); - - VkFormat format = create_info.format != VK_FORMAT_UNDEFINED ? create_info.format : image_create_info.format; - - VkImageViewCreateInfo view_info = { VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO }; - view_info.image = create_info.image->get_image(); - view_info.format = format; - view_info.components = create_info.swizzle; - view_info.subresourceRange.aspectMask = format_to_aspect_mask(format); - view_info.subresourceRange.baseMipLevel = create_info.base_level; - view_info.subresourceRange.baseArrayLayer = create_info.base_layer; - view_info.subresourceRange.levelCount = create_info.levels; - view_info.subresourceRange.layerCount = create_info.layers; - - if (create_info.view_type == VK_IMAGE_VIEW_TYPE_MAX_ENUM) - view_info.viewType = get_image_view_type(image_create_info, &create_info); - else - view_info.viewType = create_info.view_type; - - unsigned num_levels; - if (view_info.subresourceRange.levelCount == VK_REMAINING_MIP_LEVELS) - num_levels = create_info.image->get_create_info().levels - view_info.subresourceRange.baseMipLevel; - else - num_levels = view_info.subresourceRange.levelCount; - - unsigned num_layers; - if (view_info.subresourceRange.layerCount == VK_REMAINING_ARRAY_LAYERS) - num_layers = create_info.image->get_create_info().layers - view_info.subresourceRange.baseArrayLayer; - else - num_layers = view_info.subresourceRange.layerCount; - - view_info.subresourceRange.levelCount = num_levels; - view_info.subresourceRange.layerCount = num_layers; - - if (!holder.create_default_views(image_create_info, &view_info)) - return ImageViewHandle(nullptr); - - ImageViewCreateInfo tmp = create_info; - tmp.format = format; - ImageViewHandle ret(handle_pool.image_views.allocate(this, holder.image_view, tmp)); - if (ret) - { - holder.owned = false; - ret->set_alt_views(holder.depth_view, holder.stencil_view); - ret->set_render_target_views(move(holder.rt_views)); - return ret; - } - else - return ImageViewHandle(nullptr); -} - -#ifndef _WIN32 -ImageHandle Device::create_imported_image(int fd, VkDeviceSize size, uint32_t memory_type, - VkExternalMemoryHandleTypeFlagBits handle_type, - const ImageCreateInfo &create_info) -{ - if (!ext.supports_external) - return {}; - - ImageResourceHolder holder(this); - - VkImageCreateInfo info = { VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO }; - info.format = create_info.format; - info.extent.width = create_info.width; - info.extent.height = create_info.height; - info.extent.depth = create_info.depth; - info.imageType = create_info.type; - info.mipLevels = create_info.levels; - info.arrayLayers = create_info.layers; - info.samples = create_info.samples; - info.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; - info.tiling = VK_IMAGE_TILING_OPTIMAL; - info.usage = create_info.usage; - info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - info.flags = create_info.flags; - info.pNext = create_info.pnext; - VK_ASSERT(create_info.domain != ImageDomain::Transient); - - VkExternalMemoryImageCreateInfo externalInfo = { VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO }; - externalInfo.handleTypes = handle_type; - externalInfo.pNext = info.pNext; - info.pNext = &externalInfo; - - VK_ASSERT(image_format_is_supported(create_info.format, image_usage_to_features(info.usage), info.tiling)); - - if (table->vkCreateImage(device, &info, nullptr, &holder.image) != VK_SUCCESS) - return ImageHandle(nullptr); - - VkMemoryAllocateInfo alloc_info = { VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO }; - alloc_info.allocationSize = size; - alloc_info.memoryTypeIndex = memory_type; - - VkMemoryDedicatedAllocateInfo dedicated_info = { VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO }; - dedicated_info.image = holder.image; - alloc_info.pNext = &dedicated_info; - - VkImportMemoryFdInfoKHR fd_info = { VK_STRUCTURE_TYPE_IMPORT_MEMORY_FD_INFO_KHR }; - fd_info.handleType = handle_type; - fd_info.fd = fd; - dedicated_info.pNext = &fd_info; - - VkMemoryRequirements reqs; - table->vkGetImageMemoryRequirements(device, holder.image, &reqs); - if (reqs.size > size) - return ImageHandle(nullptr); - - if (((1u << memory_type) & reqs.memoryTypeBits) == 0) - return ImageHandle(nullptr); - - if (table->vkAllocateMemory(device, &alloc_info, nullptr, &holder.memory) != VK_SUCCESS) - return ImageHandle(nullptr); - - if (table->vkBindImageMemory(device, holder.image, holder.memory, 0) != VK_SUCCESS) - return ImageHandle(nullptr); - - // Create default image views. - // App could of course to this on its own, but it's very handy to have these being created automatically for you. - VkImageViewType view_type = VK_IMAGE_VIEW_TYPE_MAX_ENUM; - if (info.usage & (VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | - VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT)) - { - if (!holder.create_default_views(create_info, nullptr)) - return ImageHandle(nullptr); - view_type = holder.get_default_view_type(); - } - - auto allocation = DeviceAllocation::make_imported_allocation(holder.memory, size, memory_type); - ImageHandle handle(handle_pool.images.allocate(this, holder.image, holder.image_view, allocation, create_info, view_type)); - if (handle) - { - holder.owned = false; - handle->get_view().set_alt_views(holder.depth_view, holder.stencil_view); - handle->get_view().set_render_target_views(move(holder.rt_views)); - - // Set possible dstStage and dstAccess. - handle->set_stage_flags(image_usage_to_possible_stages(info.usage)); - handle->set_access_flags(image_usage_to_possible_access(info.usage)); - return handle; - } - else - return ImageHandle(nullptr); -} -#endif - -InitialImageBuffer Device::create_image_staging_buffer(const TextureFormatLayout &layout) -{ - InitialImageBuffer result; - - BufferCreateInfo buffer_info = {}; - buffer_info.domain = BufferDomain::Host; - buffer_info.size = layout.get_required_size(); - buffer_info.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT; - result.buffer = create_buffer(buffer_info, nullptr); - set_name(*result.buffer, "image-upload-staging-buffer"); - - auto *mapped = static_cast(map_host_buffer(*result.buffer, MEMORY_ACCESS_WRITE_BIT)); - memcpy(mapped, layout.data(), layout.get_required_size()); - unmap_host_buffer(*result.buffer, MEMORY_ACCESS_WRITE_BIT); - - layout.build_buffer_image_copies(result.blits); - return result; -} - -InitialImageBuffer Device::create_image_staging_buffer(const ImageCreateInfo &info, const ImageInitialData *initial) -{ - InitialImageBuffer result; - - bool generate_mips = (info.misc & IMAGE_MISC_GENERATE_MIPS_BIT) != 0; - TextureFormatLayout layout; - - unsigned copy_levels; - if (generate_mips) - copy_levels = 1; - else if (info.levels == 0) - copy_levels = TextureFormatLayout::num_miplevels(info.width, info.height, info.depth); - else - copy_levels = info.levels; - - switch (info.type) - { - case VK_IMAGE_TYPE_1D: - layout.set_1d(info.format, info.width, info.layers, copy_levels); - break; - case VK_IMAGE_TYPE_2D: - layout.set_2d(info.format, info.width, info.height, info.layers, copy_levels); - break; - case VK_IMAGE_TYPE_3D: - layout.set_3d(info.format, info.width, info.height, info.depth, copy_levels); - break; - default: - return {}; - } - - BufferCreateInfo buffer_info = {}; - buffer_info.domain = BufferDomain::Host; - buffer_info.size = layout.get_required_size(); - buffer_info.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT; - result.buffer = create_buffer(buffer_info, nullptr); - set_name(*result.buffer, "image-upload-staging-buffer"); - - // And now, do the actual copy. - auto *mapped = static_cast(map_host_buffer(*result.buffer, MEMORY_ACCESS_WRITE_BIT)); - unsigned index = 0; - - layout.set_buffer(mapped, layout.get_required_size()); - - for (unsigned level = 0; level < copy_levels; level++) - { - const auto &mip_info = layout.get_mip_info(level); - uint32_t dst_height_stride = layout.get_layer_size(level); - size_t row_size = layout.get_row_size(level); - - for (unsigned layer = 0; layer < info.layers; layer++, index++) - { - uint32_t src_row_length = - initial[index].row_length ? initial[index].row_length : mip_info.row_length; - uint32_t src_array_height = - initial[index].image_height ? initial[index].image_height : mip_info.image_height; - - uint32_t src_row_stride = layout.row_byte_stride(src_row_length); - uint32_t src_height_stride = layout.layer_byte_stride(src_array_height, src_row_stride); - - uint8_t *dst = static_cast(layout.data(layer, level)); - const uint8_t *src = static_cast(initial[index].data); - - for (uint32_t z = 0; z < mip_info.depth; z++) - for (uint32_t y = 0; y < mip_info.block_image_height; y++) - memcpy(dst + z * dst_height_stride + y * row_size, src + z * src_height_stride + y * src_row_stride, row_size); - } - } - - unmap_host_buffer(*result.buffer, MEMORY_ACCESS_WRITE_BIT); - layout.build_buffer_image_copies(result.blits); - return result; -} - -DeviceAllocationOwnerHandle Device::take_device_allocation_ownership(Image &image) -{ - if ((image.get_create_info().misc & IMAGE_MISC_FORCE_NO_DEDICATED_BIT) == 0) - { - LOGE("Must use FORCE_NO_DEDICATED_BIT to take ownership of memory.\n"); - return DeviceAllocationOwnerHandle{}; - } - - if (!image.get_allocation().alloc || !image.get_allocation().base) - return DeviceAllocationOwnerHandle{}; - - return DeviceAllocationOwnerHandle(handle_pool.allocations.allocate(this, image.take_allocation_ownership())); -} - -DeviceAllocationOwnerHandle Device::allocate_memory(const MemoryAllocateInfo &info) -{ - uint32_t index = find_memory_type(info.required_properties, info.requirements.memoryTypeBits); - if (index == UINT32_MAX) - return {}; - - DeviceAllocation alloc = {}; - if (!managers.memory.allocate(info.requirements.size, info.requirements.alignment, info.mode, index, &alloc)) - return {}; - return DeviceAllocationOwnerHandle(handle_pool.allocations.allocate(this, alloc)); -} - -void Device::get_memory_budget(HeapBudget *budget) -{ - managers.memory.get_memory_budget(budget); -} - -ImageHandle Device::create_image(const ImageCreateInfo &create_info, const ImageInitialData *initial) -{ - if (initial) - { - auto staging_buffer = create_image_staging_buffer(create_info, initial); - return create_image_from_staging_buffer(create_info, &staging_buffer); - } - else - return create_image_from_staging_buffer(create_info, nullptr); -} - -bool Device::allocate_image_memory(DeviceAllocation *allocation, const ImageCreateInfo &info, - VkImage image, VkImageTiling tiling) -{ - if ((info.flags & VK_IMAGE_CREATE_DISJOINT_BIT) != 0 && info.num_memory_aliases == 0) - { - LOGE("Must use memory aliases when creating a DISJOINT planar image.\n"); - return false; - } - - if (info.num_memory_aliases != 0) - { - *allocation = {}; - - unsigned num_planes = format_ycbcr_num_planes(info.format); - if (info.num_memory_aliases < num_planes) - return false; - - if (num_planes == 1) - { - VkMemoryRequirements reqs; - table->vkGetImageMemoryRequirements(device, image, &reqs); - auto &alias = *info.memory_aliases[0]; - - // Verify we can actually use this aliased allocation. - if ((reqs.memoryTypeBits & (1u << alias.memory_type)) == 0) - return false; - if (reqs.size > alias.size) - return false; - if (((alias.offset + reqs.alignment - 1) & ~(reqs.alignment - 1)) != alias.offset) - return false; - - if (table->vkBindImageMemory(device, image, alias.get_memory(), alias.get_offset()) != VK_SUCCESS) - return false; - } - else - { - VkBindImageMemoryInfo bind_infos[3]; - VkBindImagePlaneMemoryInfo bind_plane_infos[3]; - VK_ASSERT(num_planes <= 3); - - for (unsigned plane = 0; plane < num_planes; plane++) - { - VkMemoryRequirements2 memory_req = {VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2 }; - VkImageMemoryRequirementsInfo2 image_info = {VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2 }; - image_info.image = image; - - VkImagePlaneMemoryRequirementsInfo plane_info = { VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO }; - plane_info.planeAspect = static_cast(VK_IMAGE_ASPECT_PLANE_0_BIT << plane); - image_info.pNext = &plane_info; - - table->vkGetImageMemoryRequirements2(device, &image_info, &memory_req); - auto &reqs = memory_req.memoryRequirements; - auto &alias = *info.memory_aliases[plane]; - - // Verify we can actually use this aliased allocation. - if ((reqs.memoryTypeBits & (1u << alias.memory_type)) == 0) - return false; - if (reqs.size > alias.size) - return false; - if (((alias.offset + reqs.alignment - 1) & ~(reqs.alignment - 1)) != alias.offset) - return false; - - bind_infos[plane] = { VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO }; - bind_infos[plane].image = image; - bind_infos[plane].memory = alias.base; - bind_infos[plane].memoryOffset = alias.offset; - bind_infos[plane].pNext = &bind_plane_infos[plane]; - - bind_plane_infos[plane] = { VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO }; - bind_plane_infos[plane].planeAspect = static_cast(VK_IMAGE_ASPECT_PLANE_0_BIT << plane); - } - - if (table->vkBindImageMemory2(device, num_planes, bind_infos) != VK_SUCCESS) - return false; - } - } - else - { - VkMemoryRequirements reqs; - table->vkGetImageMemoryRequirements(device, image, &reqs); - - // If we intend to alias with other images bump the alignment to something very high. - // This is kind of crude, but should be high enough to allow YCbCr disjoint aliasing on any implementation. - if (info.flags & VK_IMAGE_CREATE_ALIAS_BIT) - if (reqs.alignment < 64 * 1024) - reqs.alignment = 64 * 1024; - - uint32_t memory_type = find_memory_type(info.domain, reqs.memoryTypeBits); - if (memory_type == UINT32_MAX) - { - LOGE("Failed to find memory type.\n"); - return false; - } - - if (tiling == VK_IMAGE_TILING_LINEAR && - (info.misc & IMAGE_MISC_LINEAR_IMAGE_IGNORE_DEVICE_LOCAL_BIT) == 0) - { - // Is it also device local? - if ((mem_props.memoryTypes[memory_type].propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) == 0) - return false; - } - - AllocationMode mode; - if (tiling == VK_IMAGE_TILING_OPTIMAL && - (info.usage & (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | VK_IMAGE_USAGE_STORAGE_BIT)) != 0) - mode = AllocationMode::OptimalRenderTarget; - else - mode = tiling == VK_IMAGE_TILING_OPTIMAL ? AllocationMode::OptimalResource : AllocationMode::LinearHostMappable; - - if (!managers.memory.allocate_image_memory(reqs.size, reqs.alignment, mode, memory_type, - allocation, image, - (info.misc & IMAGE_MISC_FORCE_NO_DEDICATED_BIT) != 0)) - { - LOGE("Failed to allocate image memory (type %u, size: %u).\n", unsigned(memory_type), unsigned(reqs.size)); - return false; - } - - if (table->vkBindImageMemory(device, image, allocation->get_memory(), - allocation->get_offset()) != VK_SUCCESS) - { - LOGE("Failed to bind image memory.\n"); - return false; - } - } - - return true; -} - -static void add_unique_family(uint32_t *sharing_indices, uint32_t &count, uint32_t family) -{ - for (uint32_t i = 0; i < count; i++) - { - if (sharing_indices[i] == family) - return; - } - sharing_indices[count++] = family; -} - -ImageHandle Device::create_image_from_staging_buffer(const ImageCreateInfo &create_info, - const InitialImageBuffer *staging_buffer) -{ - ImageResourceHolder holder(this); - - VkImageCreateInfo info = { VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO }; - info.format = create_info.format; - info.extent.width = create_info.width; - info.extent.height = create_info.height; - info.extent.depth = create_info.depth; - info.imageType = create_info.type; - info.mipLevels = create_info.levels; - info.arrayLayers = create_info.layers; - info.samples = create_info.samples; - info.pNext = create_info.pnext; - - if (create_info.domain == ImageDomain::LinearHostCached || create_info.domain == ImageDomain::LinearHost) - { - info.tiling = VK_IMAGE_TILING_LINEAR; - info.initialLayout = VK_IMAGE_LAYOUT_PREINITIALIZED; - } - else - { - info.tiling = VK_IMAGE_TILING_OPTIMAL; - info.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; - } - - info.usage = create_info.usage; - info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - if (create_info.domain == ImageDomain::Transient) - info.usage |= VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT; - if (staging_buffer) - info.usage |= VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT; - - info.flags = create_info.flags; - - if (info.mipLevels == 0) - info.mipLevels = image_num_miplevels(info.extent); - - VkImageFormatListCreateInfoKHR format_info = { VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR }; - VkFormat view_formats[2]; - format_info.pViewFormats = view_formats; - format_info.viewFormatCount = 2; - bool create_unorm_srgb_views = false; - - if (create_info.misc & IMAGE_MISC_MUTABLE_SRGB_BIT) - { - format_info.viewFormatCount = ImageCreateInfo::compute_view_formats(create_info, view_formats); - if (format_info.viewFormatCount != 0) - { - create_unorm_srgb_views = true; - if (ext.supports_image_format_list) - { - format_info.pNext = info.pNext; - info.pNext = &format_info; - } - } - } - - if ((create_info.usage & VK_IMAGE_USAGE_STORAGE_BIT) || - (create_info.misc & IMAGE_MISC_MUTABLE_SRGB_BIT)) - { - info.flags |= VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT; - } - - // Only do this conditionally. - // On AMD, using CONCURRENT with async compute disables compression. - uint32_t sharing_indices[QUEUE_INDEX_COUNT]; - - uint32_t queue_flags = create_info.misc & (IMAGE_MISC_CONCURRENT_QUEUE_GRAPHICS_BIT | - IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_COMPUTE_BIT | - IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_GRAPHICS_BIT | - IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_TRANSFER_BIT); - bool concurrent_queue = queue_flags != 0; - if (concurrent_queue) - { - info.sharingMode = VK_SHARING_MODE_CONCURRENT; - - if (queue_flags & (IMAGE_MISC_CONCURRENT_QUEUE_GRAPHICS_BIT | IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_GRAPHICS_BIT)) - { - add_unique_family(sharing_indices, info.queueFamilyIndexCount, - queue_info.family_indices[QUEUE_INDEX_GRAPHICS]); - } - - if (queue_flags & IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_COMPUTE_BIT) - { - add_unique_family(sharing_indices, info.queueFamilyIndexCount, - queue_info.family_indices[QUEUE_INDEX_COMPUTE]); - } - - if (staging_buffer || (queue_flags & IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_TRANSFER_BIT) != 0) - { - add_unique_family(sharing_indices, info.queueFamilyIndexCount, - queue_info.family_indices[QUEUE_INDEX_TRANSFER]); - } - - if (staging_buffer) - { - add_unique_family(sharing_indices, info.queueFamilyIndexCount, - queue_info.family_indices[QUEUE_INDEX_GRAPHICS]); - } - - if (info.queueFamilyIndexCount > 1) - info.pQueueFamilyIndices = sharing_indices; - else - { - info.pQueueFamilyIndices = nullptr; - info.queueFamilyIndexCount = 0; - info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - } - } - - VkFormatFeatureFlags check_extra_features = 0; - if ((create_info.misc & IMAGE_MISC_VERIFY_FORMAT_FEATURE_SAMPLED_LINEAR_FILTER_BIT) != 0) - check_extra_features |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT; - - if (info.tiling == VK_IMAGE_TILING_LINEAR) - { - if (staging_buffer) - return ImageHandle(nullptr); - - // Do some more stringent checks. - if (info.mipLevels > 1) - return ImageHandle(nullptr); - if (info.arrayLayers > 1) - return ImageHandle(nullptr); - if (info.imageType != VK_IMAGE_TYPE_2D) - return ImageHandle(nullptr); - if (info.samples != VK_SAMPLE_COUNT_1_BIT) - return ImageHandle(nullptr); - - VkImageFormatProperties2 props = { VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2 }; - if (!get_image_format_properties(info.format, info.imageType, info.tiling, info.usage, info.flags, &props)) - return ImageHandle(nullptr); - - if (!props.imageFormatProperties.maxArrayLayers || - !props.imageFormatProperties.maxMipLevels || - (info.extent.width > props.imageFormatProperties.maxExtent.width) || - (info.extent.height > props.imageFormatProperties.maxExtent.height) || - (info.extent.depth > props.imageFormatProperties.maxExtent.depth)) - { - return ImageHandle(nullptr); - } - } - - if ((create_info.flags & VK_IMAGE_CREATE_EXTENDED_USAGE_BIT) == 0 && - (!image_format_is_supported(create_info.format, image_usage_to_features(info.usage) | check_extra_features, info.tiling))) - { - LOGE("Format %u is not supported for usage flags!\n", unsigned(create_info.format)); - return ImageHandle(nullptr); - } - - if (table->vkCreateImage(device, &info, nullptr, &holder.image) != VK_SUCCESS) - { - LOGE("Failed to create image in vkCreateImage.\n"); - return ImageHandle(nullptr); - } - - if (!allocate_image_memory(&holder.allocation, create_info, holder.image, info.tiling)) - { - LOGE("Failed to allocate memory for image.\n"); - return ImageHandle(nullptr); - } - - auto tmpinfo = create_info; - tmpinfo.usage = info.usage; - tmpinfo.flags = info.flags; - tmpinfo.levels = info.mipLevels; - - bool has_view = (info.usage & (VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | - VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT | - vk_video_image_usage_flags)) != 0 && - (create_info.misc & IMAGE_MISC_NO_DEFAULT_VIEWS_BIT) == 0; - - VkImageViewType view_type = VK_IMAGE_VIEW_TYPE_MAX_ENUM; - if (has_view) - { - if (!holder.create_default_views(tmpinfo, nullptr, create_unorm_srgb_views, view_formats)) - return ImageHandle(nullptr); - view_type = holder.get_default_view_type(); - } - - ImageHandle handle(handle_pool.images.allocate(this, holder.image, holder.image_view, holder.allocation, tmpinfo, view_type)); - if (handle) - { - holder.owned = false; - if (has_view) - { - handle->get_view().set_alt_views(holder.depth_view, holder.stencil_view); - handle->get_view().set_render_target_views(move(holder.rt_views)); - handle->get_view().set_unorm_view(holder.unorm_view); - handle->get_view().set_srgb_view(holder.srgb_view); - } - - // Set possible dstStage and dstAccess. - handle->set_stage_flags(image_usage_to_possible_stages(info.usage)); - handle->set_access_flags(image_usage_to_possible_access(info.usage)); - } - - bool share_compute = (queue_flags & IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_COMPUTE_BIT) != 0 && - queue_info.queues[QUEUE_INDEX_GRAPHICS] != queue_info.queues[QUEUE_INDEX_COMPUTE]; - - bool share_async_graphics = - get_physical_queue_type(CommandBuffer::Type::AsyncGraphics) == QUEUE_INDEX_COMPUTE && - (queue_flags & IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_GRAPHICS_BIT) != 0; - - CommandBufferHandle transition_cmd; - - // Copy initial data to texture. - if (staging_buffer) - { - VK_ASSERT(create_info.domain != ImageDomain::Transient); - VK_ASSERT(create_info.initial_layout != VK_IMAGE_LAYOUT_UNDEFINED); - bool generate_mips = (create_info.misc & IMAGE_MISC_GENERATE_MIPS_BIT) != 0; - - // If queue_info.graphics != queue_info.transfer, we will use a semaphore, so no srcAccess mask is necessary. - VkAccessFlags final_transition_src_access = 0; - if (generate_mips) - final_transition_src_access = VK_ACCESS_TRANSFER_READ_BIT; // Validation complains otherwise. - else if (queue_info.queues[QUEUE_INDEX_GRAPHICS] == queue_info.queues[QUEUE_INDEX_TRANSFER]) - final_transition_src_access = VK_ACCESS_TRANSFER_WRITE_BIT; - - VkAccessFlags prepare_src_access = queue_info.queues[QUEUE_INDEX_GRAPHICS] == queue_info.queues[QUEUE_INDEX_TRANSFER] ? - VK_ACCESS_TRANSFER_WRITE_BIT : 0; - bool need_mipmap_barrier = true; - bool need_initial_barrier = true; - - // Now we've used the TRANSFER queue to copy data over to the GPU. - // For mipmapping, we're now moving over to graphics, - // the transfer queue is designed for CPU <-> GPU and that's it. - - // For concurrent queue mode, we just need to inject a semaphore. - // For non-concurrent queue mode, we will have to inject ownership transfer barrier if the queue families do not match. - - auto graphics_cmd = request_command_buffer(CommandBuffer::Type::Generic); - CommandBufferHandle transfer_cmd; - - // Don't split the upload into multiple command buffers unless we have to. - if (queue_info.queues[QUEUE_INDEX_TRANSFER] != queue_info.queues[QUEUE_INDEX_GRAPHICS]) - transfer_cmd = request_command_buffer(CommandBuffer::Type::AsyncTransfer); - else - transfer_cmd = graphics_cmd; - - transfer_cmd->image_barrier(*handle, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, VK_PIPELINE_STAGE_TRANSFER_BIT, - VK_ACCESS_TRANSFER_WRITE_BIT); - - transfer_cmd->begin_region("copy-image-to-gpu"); - transfer_cmd->copy_buffer_to_image(*handle, *staging_buffer->buffer, staging_buffer->blits.size(), staging_buffer->blits.data()); - transfer_cmd->end_region(); - - if (queue_info.queues[QUEUE_INDEX_TRANSFER] != queue_info.queues[QUEUE_INDEX_GRAPHICS]) - { - VkPipelineStageFlags dst_stages = - generate_mips ? VkPipelineStageFlags(VK_PIPELINE_STAGE_TRANSFER_BIT) : handle->get_stage_flags(); - - // We can't just use semaphores, we will also need a release + acquire barrier to marshal ownership from - // transfer queue over to graphics ... - if (!concurrent_queue && queue_info.family_indices[QUEUE_INDEX_TRANSFER] != queue_info.family_indices[QUEUE_INDEX_GRAPHICS]) - { - need_mipmap_barrier = false; - - VkImageMemoryBarrier release = { VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER }; - release.image = handle->get_image(); - release.srcAccessMask = VK_ACCESS_TRANSFER_WRITE_BIT; - release.dstAccessMask = 0; - release.srcQueueFamilyIndex = queue_info.family_indices[QUEUE_INDEX_TRANSFER]; - release.dstQueueFamilyIndex = queue_info.family_indices[QUEUE_INDEX_GRAPHICS]; - release.oldLayout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; - - if (generate_mips) - { - release.newLayout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; - release.subresourceRange.levelCount = 1; - } - else - { - release.newLayout = create_info.initial_layout; - release.subresourceRange.levelCount = info.mipLevels; - need_initial_barrier = false; - } - - release.subresourceRange.aspectMask = format_to_aspect_mask(info.format); - release.subresourceRange.layerCount = info.arrayLayers; - - VkImageMemoryBarrier acquire = release; - acquire.srcAccessMask = 0; - - if (generate_mips) - acquire.dstAccessMask = VK_ACCESS_TRANSFER_READ_BIT; - else - acquire.dstAccessMask = handle->get_access_flags() & image_layout_to_possible_access(create_info.initial_layout); - - transfer_cmd->barrier(VK_PIPELINE_STAGE_TRANSFER_BIT, - VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, - 0, nullptr, 0, nullptr, 1, &release); - - graphics_cmd->barrier(dst_stages, - dst_stages, - 0, nullptr, 0, nullptr, 1, &acquire); - } - - Semaphore sem; - submit(transfer_cmd, nullptr, 1, &sem); - add_wait_semaphore(CommandBuffer::Type::Generic, sem, dst_stages, true); - } - - if (generate_mips) - { - graphics_cmd->begin_region("mipgen"); - graphics_cmd->barrier_prepare_generate_mipmap(*handle, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, - VK_PIPELINE_STAGE_TRANSFER_BIT, - prepare_src_access, need_mipmap_barrier); - graphics_cmd->generate_mipmap(*handle); - graphics_cmd->end_region(); - } - - if (need_initial_barrier) - { - graphics_cmd->image_barrier( - *handle, generate_mips ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, - create_info.initial_layout, - VK_PIPELINE_STAGE_TRANSFER_BIT, final_transition_src_access, - handle->get_stage_flags(), - handle->get_access_flags() & image_layout_to_possible_access(create_info.initial_layout)); - } - - transition_cmd = std::move(graphics_cmd); - } - else if (create_info.initial_layout != VK_IMAGE_LAYOUT_UNDEFINED) - { - VK_ASSERT(create_info.domain != ImageDomain::Transient); - auto cmd = request_command_buffer(CommandBuffer::Type::Generic); - cmd->image_barrier(*handle, info.initialLayout, create_info.initial_layout, - VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, 0, handle->get_stage_flags(), - handle->get_access_flags() & - image_layout_to_possible_access(create_info.initial_layout)); - transition_cmd = std::move(cmd); - } - - // For concurrent queue, make sure that compute can see the final image as well. - // Also add semaphore if the compute queue can be used for async graphics as well. - if (transition_cmd) - { - if (share_compute || share_async_graphics) - { - Semaphore sem; - submit(transition_cmd, nullptr, 1, &sem); - VkPipelineStageFlags dst_stages = handle->get_stage_flags(); - if (queue_info.family_indices[QUEUE_INDEX_GRAPHICS] != queue_info.family_indices[QUEUE_INDEX_COMPUTE]) - dst_stages &= VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT | VK_PIPELINE_STAGE_TRANSFER_BIT; - add_wait_semaphore(CommandBuffer::Type::AsyncCompute, sem, dst_stages, true); - } - else - { - LOCK(); - submit_nolock(transition_cmd, nullptr, 0, nullptr); - if (concurrent_queue) - flush_frame(QUEUE_INDEX_GRAPHICS); - } - } - - return handle; -} - -const ImmutableSampler *Device::request_immutable_sampler(const SamplerCreateInfo &sampler_info, - const ImmutableYcbcrConversion *ycbcr) -{ - auto info = Sampler::fill_vk_sampler_info(sampler_info); - Util::Hasher h; - - h.u32(info.flags); - h.u32(info.addressModeU); - h.u32(info.addressModeV); - h.u32(info.addressModeW); - h.u32(info.minFilter); - h.u32(info.magFilter); - h.u32(info.mipmapMode); - h.f32(info.minLod); - h.f32(info.maxLod); - h.f32(info.mipLodBias); - h.u32(info.compareEnable); - h.u32(info.compareOp); - h.u32(info.anisotropyEnable); - h.f32(info.maxAnisotropy); - h.u32(info.borderColor); - h.u32(info.unnormalizedCoordinates); - if (ycbcr) - h.u64(ycbcr->get_hash()); - else - h.u32(0); - - auto *sampler = immutable_samplers.find(h.get()); - if (!sampler) - sampler = immutable_samplers.emplace_yield(h.get(), h.get(), this, sampler_info, ycbcr); - return sampler; -} - -const ImmutableYcbcrConversion *Device::request_immutable_ycbcr_conversion( - const VkSamplerYcbcrConversionCreateInfo &info) -{ - Util::Hasher h; - h.u32(info.forceExplicitReconstruction); - h.u32(info.format); - h.u32(info.chromaFilter); - h.u32(info.components.r); - h.u32(info.components.g); - h.u32(info.components.b); - h.u32(info.components.a); - h.u32(info.xChromaOffset); - h.u32(info.yChromaOffset); - h.u32(info.ycbcrModel); - h.u32(info.ycbcrRange); - - auto *sampler = immutable_ycbcr_conversions.find(h.get()); - if (!sampler) - sampler = immutable_ycbcr_conversions.emplace_yield(h.get(), h.get(), this, info); - return sampler; -} - -SamplerHandle Device::create_sampler(const SamplerCreateInfo &sampler_info) -{ - auto info = Sampler::fill_vk_sampler_info(sampler_info); - VkSampler sampler; - if (table->vkCreateSampler(device, &info, nullptr, &sampler) != VK_SUCCESS) - return SamplerHandle(nullptr); - return SamplerHandle(handle_pool.samplers.allocate(this, sampler, sampler_info, false)); -} - -BindlessDescriptorPoolHandle Device::create_bindless_descriptor_pool(BindlessResourceType type, - unsigned num_sets, unsigned num_descriptors) -{ - if (!ext.supports_descriptor_indexing) - return BindlessDescriptorPoolHandle{nullptr}; - - DescriptorSetAllocator *allocator = nullptr; - - switch (type) - { - case BindlessResourceType::ImageFP: - allocator = bindless_sampled_image_allocator_fp; - break; - - case BindlessResourceType::ImageInt: - allocator = bindless_sampled_image_allocator_integer; - break; - - default: - break; - } - - VkDescriptorPool pool = VK_NULL_HANDLE; - if (allocator) - pool = allocator->allocate_bindless_pool(num_sets, num_descriptors); - - if (!pool) - { - LOGE("Failed to allocate bindless pool.\n"); - return BindlessDescriptorPoolHandle{nullptr}; - } - - auto *handle = handle_pool.bindless_descriptor_pool.allocate(this, allocator, pool, - num_sets, num_descriptors); - return BindlessDescriptorPoolHandle{handle}; -} - -void Device::fill_buffer_sharing_indices(VkBufferCreateInfo &info, uint32_t *sharing_indices) -{ - for (auto &i : queue_info.family_indices) - if (i != VK_QUEUE_FAMILY_IGNORED) - add_unique_family(sharing_indices, info.queueFamilyIndexCount, i); - - if (info.queueFamilyIndexCount > 1) - { - info.sharingMode = VK_SHARING_MODE_CONCURRENT; - info.pQueueFamilyIndices = sharing_indices; - } - else - { - info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - info.queueFamilyIndexCount = 0; - info.pQueueFamilyIndices = nullptr; - } -} - -BufferHandle Device::create_imported_host_buffer(const BufferCreateInfo &create_info, VkExternalMemoryHandleTypeFlagBits type, void *host_buffer) -{ - if (create_info.domain != BufferDomain::Host && - create_info.domain != BufferDomain::CachedHost && - create_info.domain != BufferDomain::CachedCoherentHostPreferCached && - create_info.domain != BufferDomain::CachedCoherentHostPreferCoherent) - { - return BufferHandle{}; - } - - if (!ext.supports_external_memory_host) - return BufferHandle{}; - - if ((reinterpret_cast(host_buffer) & (ext.host_memory_properties.minImportedHostPointerAlignment - 1)) != 0) - { - LOGE("Host buffer is not aligned appropriately.\n"); - return BufferHandle{}; - } - - VkExternalMemoryBufferCreateInfo external_info = { VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO }; - external_info.handleTypes = type; - - VkMemoryHostPointerPropertiesEXT host_pointer_props = { VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT }; - if (table->vkGetMemoryHostPointerPropertiesEXT(device, type, host_buffer, &host_pointer_props) != VK_SUCCESS) - { - LOGE("Host pointer is not importable.\n"); - return BufferHandle{}; - } - - VkBufferCreateInfo info = { VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO }; - info.size = create_info.size; - info.usage = create_info.usage; - info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - info.pNext = &external_info; - - uint32_t sharing_indices[QUEUE_INDEX_COUNT]; - fill_buffer_sharing_indices(info, sharing_indices); - - VkBuffer buffer; - VkMemoryRequirements reqs; - if (table->vkCreateBuffer(device, &info, nullptr, &buffer) != VK_SUCCESS) - return BufferHandle{}; - - table->vkGetBufferMemoryRequirements(device, buffer, &reqs); - - // Weird workaround for latest AMD Windows drivers which sets memoryTypeBits to 0 when using the external handle type. - if (!reqs.memoryTypeBits) - reqs.memoryTypeBits = ~0u; - - auto plain_reqs = reqs; - reqs.memoryTypeBits &= host_pointer_props.memoryTypeBits; - - if (reqs.memoryTypeBits == 0) - { - LOGE("No compatible host pointer types are available.\n"); - table->vkDestroyBuffer(device, buffer, nullptr); - return BufferHandle{}; - } - - uint32_t memory_type = find_memory_type(create_info.domain, reqs.memoryTypeBits); - - if (memory_type == UINT32_MAX) - { - // Weird workaround for Intel Windows where the only memory type is DEVICE_LOCAL - // with no HOST_VISIBLE (!?!?!). - // However, it appears to work just fine to allocate with other memory types as well ... - // Oh well. - - // Ignore host_pointer_props. - reqs = plain_reqs; - memory_type = find_memory_type(create_info.domain, reqs.memoryTypeBits); - } - - if (memory_type == UINT32_MAX) - { - LOGE("Failed to find memory type.\n"); - table->vkDestroyBuffer(device, buffer, nullptr); - return BufferHandle{}; - } - - VkMemoryAllocateInfo alloc_info = { VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO }; - alloc_info.allocationSize = (create_info.size + ext.host_memory_properties.minImportedHostPointerAlignment - 1) & - ~(ext.host_memory_properties.minImportedHostPointerAlignment - 1); - alloc_info.memoryTypeIndex = memory_type; - - VkImportMemoryHostPointerInfoEXT import = { VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT }; - import.handleType = type; - import.pHostPointer = host_buffer; - alloc_info.pNext = &import; - - VkDeviceMemory memory; - if (table->vkAllocateMemory(device, &alloc_info, nullptr, &memory) != VK_SUCCESS) - { - table->vkDestroyBuffer(device, buffer, nullptr); - return BufferHandle{}; - } - - auto allocation = DeviceAllocation::make_imported_allocation(memory, info.size, memory_type); - if (table->vkMapMemory(device, memory, 0, VK_WHOLE_SIZE, 0, reinterpret_cast(&allocation.host_base)) != VK_SUCCESS) - { - allocation.free_immediate(managers.memory); - table->vkDestroyBuffer(device, buffer, nullptr); - return BufferHandle{}; - } - - if (table->vkBindBufferMemory(device, buffer, memory, 0) != VK_SUCCESS) - { - allocation.free_immediate(managers.memory); - table->vkDestroyBuffer(device, buffer, nullptr); - return BufferHandle{}; - } - - BufferHandle handle(handle_pool.buffers.allocate(this, buffer, allocation, create_info)); - return handle; -} - -BufferHandle Device::create_buffer(const BufferCreateInfo &create_info, const void *initial) -{ - VkBuffer buffer; - VkMemoryRequirements reqs; - DeviceAllocation allocation; - - bool zero_initialize = (create_info.misc & BUFFER_MISC_ZERO_INITIALIZE_BIT) != 0; - if (initial && zero_initialize) - { - LOGE("Cannot initialize buffer with data and clear.\n"); - return BufferHandle{}; - } - - VkBufferCreateInfo info = { VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO }; - info.size = create_info.size; - info.usage = create_info.usage | VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT; - info.sharingMode = VK_SHARING_MODE_EXCLUSIVE; - - uint32_t sharing_indices[QUEUE_INDEX_COUNT]; - fill_buffer_sharing_indices(info, sharing_indices); - - if (table->vkCreateBuffer(device, &info, nullptr, &buffer) != VK_SUCCESS) - return BufferHandle(nullptr); - - table->vkGetBufferMemoryRequirements(device, buffer, &reqs); - - uint32_t memory_type = find_memory_type(create_info.domain, reqs.memoryTypeBits); - if (memory_type == UINT32_MAX) - { - LOGE("Failed to find memory type.\n"); - table->vkDestroyBuffer(device, buffer, nullptr); - return BufferHandle(nullptr); - } - - AllocationMode mode; - if (create_info.domain == BufferDomain::Device && - (create_info.usage & (VK_BUFFER_USAGE_STORAGE_TEXEL_BUFFER_BIT | VK_BUFFER_USAGE_STORAGE_BUFFER_BIT)) != 0) - mode = AllocationMode::LinearDeviceHighPriority; - else if (create_info.domain == BufferDomain::Device || - create_info.domain == BufferDomain::LinkedDeviceHostPreferDevice) - mode = AllocationMode::LinearDevice; - else - mode = AllocationMode::LinearHostMappable; - - if (!managers.memory.allocate(reqs.size, reqs.alignment, mode, memory_type, &allocation)) - { - auto fallback_domain = create_info.domain; - - // This memory type is rather scarce, so fallback to Host type if we've exhausted this memory. - if (create_info.domain == BufferDomain::LinkedDeviceHost) - { - LOGW("Exhausted LinkedDeviceHost memory, falling back to host.\n"); - fallback_domain = BufferDomain::Host; - - } - else if (create_info.domain == BufferDomain::LinkedDeviceHostPreferDevice) - { - LOGW("Exhausted LinkedDeviceHostPreferDevice memory, falling back to device.\n"); - fallback_domain = BufferDomain::Device; - } - - memory_type = find_memory_type(fallback_domain, reqs.memoryTypeBits); - - if (memory_type == UINT32_MAX || - fallback_domain == create_info.domain || - !managers.memory.allocate(reqs.size, reqs.alignment, mode, memory_type, &allocation)) - { - LOGE("Failed to allocate fallback memory.\n"); - table->vkDestroyBuffer(device, buffer, nullptr); - return BufferHandle(nullptr); - } - } - - if (table->vkBindBufferMemory(device, buffer, allocation.get_memory(), allocation.get_offset()) != VK_SUCCESS) - { - allocation.free_immediate(managers.memory); - table->vkDestroyBuffer(device, buffer, nullptr); - return BufferHandle(nullptr); - } - - auto tmpinfo = create_info; - tmpinfo.usage |= VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT; - BufferHandle handle(handle_pool.buffers.allocate(this, buffer, allocation, tmpinfo)); - - if (create_info.domain == BufferDomain::Device && (initial || zero_initialize) && !memory_type_is_host_visible(memory_type)) - { - CommandBufferHandle cmd; - if (initial) - { - auto staging_info = create_info; - staging_info.domain = BufferDomain::Host; - auto staging_buffer = create_buffer(staging_info, initial); - set_name(*staging_buffer, "buffer-upload-staging-buffer"); - - cmd = request_command_buffer(CommandBuffer::Type::AsyncTransfer); - cmd->begin_region("copy-buffer-staging"); - cmd->copy_buffer(*handle, *staging_buffer); - cmd->end_region(); - } - else - { - cmd = request_command_buffer(CommandBuffer::Type::AsyncCompute); - cmd->begin_region("fill-buffer-staging"); - cmd->fill_buffer(*handle, 0); - cmd->end_region(); - } - - LOCK(); - submit_staging(cmd, info.usage, true); - } - else if (initial || zero_initialize) - { - void *ptr = managers.memory.map_memory(allocation, MEMORY_ACCESS_WRITE_BIT, 0, allocation.get_size()); - if (!ptr) - return BufferHandle(nullptr); - - if (initial) - memcpy(ptr, initial, create_info.size); - else - memset(ptr, 0, create_info.size); - managers.memory.unmap_memory(allocation, MEMORY_ACCESS_WRITE_BIT, 0, allocation.get_size()); - } - return handle; -} - -bool Device::memory_type_is_device_optimal(uint32_t type) const -{ - return (mem_props.memoryTypes[type].propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) != 0; -} - -bool Device::memory_type_is_host_visible(uint32_t type) const -{ - return (mem_props.memoryTypes[type].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) != 0; -} - -static VkFormatFeatureFlags2KHR promote_storage_usage(const DeviceFeatures &features, VkFormat format, - VkFormatFeatureFlags2KHR supported) -{ - if ((supported & VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR) != 0 && - format_supports_storage_image_read_write_without_format(format)) - { - if (features.enabled_features.shaderStorageImageReadWithoutFormat) - supported |= VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR; - if (features.enabled_features.shaderStorageImageWriteWithoutFormat) - supported |= VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR; - } - - return supported; -} - -void Device::get_format_properties(VkFormat format, VkFormatProperties3KHR *properties3) const -{ - VkFormatProperties2 properties2 = { VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2 }; - VK_ASSERT(properties3->sType == VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR); - - if (ext.supports_format_feature_flags2) - { - properties2.pNext = properties3; - vkGetPhysicalDeviceFormatProperties2(gpu, format, &properties2); - } - else - { - // Skip properties3 and synthesize the results instead. - properties2.pNext = properties3->pNext; - vkGetPhysicalDeviceFormatProperties2(gpu, format, &properties2); - - properties3->optimalTilingFeatures = properties2.formatProperties.optimalTilingFeatures; - properties3->linearTilingFeatures = properties2.formatProperties.linearTilingFeatures; - properties3->bufferFeatures = properties2.formatProperties.bufferFeatures; - - // Automatically promote for supported formats. - properties3->optimalTilingFeatures = - promote_storage_usage(ext, format, properties3->optimalTilingFeatures); - properties3->linearTilingFeatures = - promote_storage_usage(ext, format, properties3->linearTilingFeatures); - } -} - -bool Device::get_image_format_properties(VkFormat format, VkImageType type, VkImageTiling tiling, - VkImageUsageFlags usage, VkImageCreateFlags flags, - VkImageFormatProperties2 *properties2) const -{ - VK_ASSERT(properties2->sType == VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2); - VkPhysicalDeviceImageFormatInfo2 info = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2 }; - info.format = format; - info.type = type; - info.tiling = tiling; - info.usage = usage; - info.flags = flags; - - VkResult res = vkGetPhysicalDeviceImageFormatProperties2(gpu, &info, properties2); - return res == VK_SUCCESS; -} - -bool Device::image_format_is_supported(VkFormat format, VkFormatFeatureFlags2KHR required, VkImageTiling tiling) const -{ - VkFormatProperties3KHR props3 = { VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR }; - get_format_properties(format, &props3); - auto flags = tiling == VK_IMAGE_TILING_OPTIMAL ? props3.optimalTilingFeatures : props3.linearTilingFeatures; - return (flags & required) == required; -} - -VkFormat Device::get_default_depth_stencil_format() const -{ - if (image_format_is_supported(VK_FORMAT_D24_UNORM_S8_UINT, VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL)) - return VK_FORMAT_D24_UNORM_S8_UINT; - if (image_format_is_supported(VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL)) - return VK_FORMAT_D32_SFLOAT_S8_UINT; - - return VK_FORMAT_UNDEFINED; -} - -VkFormat Device::get_default_depth_format() const -{ - if (image_format_is_supported(VK_FORMAT_D32_SFLOAT, VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL)) - return VK_FORMAT_D32_SFLOAT; - if (image_format_is_supported(VK_FORMAT_X8_D24_UNORM_PACK32, VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL)) - return VK_FORMAT_X8_D24_UNORM_PACK32; - if (image_format_is_supported(VK_FORMAT_D16_UNORM, VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL)) - return VK_FORMAT_D16_UNORM; - - return VK_FORMAT_UNDEFINED; -} - -uint64_t Device::allocate_cookie() -{ - // Reserve lower bits for "special purposes". -#ifdef GRANITE_VULKAN_MT - return cookie.fetch_add(16, memory_order_relaxed) + 16; -#else - cookie += 16; - return cookie; -#endif -} - -const RenderPass &Device::request_render_pass(const RenderPassInfo &info, bool compatible) -{ - Hasher h; - VkFormat formats[VULKAN_NUM_ATTACHMENTS]; - VkFormat depth_stencil; - uint32_t lazy = 0; - uint32_t optimal = 0; - - for (unsigned i = 0; i < info.num_color_attachments; i++) - { - VK_ASSERT(info.color_attachments[i]); - formats[i] = info.color_attachments[i]->get_format(); - if (info.color_attachments[i]->get_image().get_create_info().domain == ImageDomain::Transient) - lazy |= 1u << i; - if (info.color_attachments[i]->get_image().get_layout_type() == Layout::Optimal) - optimal |= 1u << i; - - // This can change external subpass dependencies, so it must always be hashed. - h.u32(info.color_attachments[i]->get_image().get_swapchain_layout()); - } - - if (info.depth_stencil) - { - if (info.depth_stencil->get_image().get_create_info().domain == ImageDomain::Transient) - lazy |= 1u << info.num_color_attachments; - if (info.depth_stencil->get_image().get_layout_type() == Layout::Optimal) - optimal |= 1u << info.num_color_attachments; - } - - // For multiview, base layer is encoded into the view mask. - if (info.num_layers > 1) - { - h.u32(info.base_layer); - h.u32(info.num_layers); - } - else - { - h.u32(0); - h.u32(info.num_layers); - } - - h.u32(info.num_subpasses); - for (unsigned i = 0; i < info.num_subpasses; i++) - { - h.u32(info.subpasses[i].num_color_attachments); - h.u32(info.subpasses[i].num_input_attachments); - h.u32(info.subpasses[i].num_resolve_attachments); - h.u32(static_cast(info.subpasses[i].depth_stencil_mode)); - for (unsigned j = 0; j < info.subpasses[i].num_color_attachments; j++) - h.u32(info.subpasses[i].color_attachments[j]); - for (unsigned j = 0; j < info.subpasses[i].num_input_attachments; j++) - h.u32(info.subpasses[i].input_attachments[j]); - for (unsigned j = 0; j < info.subpasses[i].num_resolve_attachments; j++) - h.u32(info.subpasses[i].resolve_attachments[j]); - } - - depth_stencil = info.depth_stencil ? info.depth_stencil->get_format() : VK_FORMAT_UNDEFINED; - h.data(formats, info.num_color_attachments * sizeof(VkFormat)); - h.u32(info.num_color_attachments); - h.u32(depth_stencil); - - // Compatible render passes do not care about load/store, or image layouts. - if (!compatible) - { - h.u32(info.op_flags); - h.u32(info.clear_attachments); - h.u32(info.load_attachments); - h.u32(info.store_attachments); - h.u32(optimal); - } - - // Lazy flag can change external subpass dependencies, which is not compatible. - h.u32(lazy); - - auto hash = h.get(); - - auto *ret = render_passes.find(hash); - if (!ret) - ret = render_passes.emplace_yield(hash, hash, this, info); - return *ret; -} - -const Framebuffer &Device::request_framebuffer(const RenderPassInfo &info) -{ - return framebuffer_allocator.request_framebuffer(info); -} - -ImageHandle Device::get_transient_attachment(unsigned width, unsigned height, VkFormat format, - unsigned index, unsigned samples, unsigned layers) -{ - return transient_allocator.request_attachment(width, height, format, index, samples, layers); -} - -ImageView &Device::get_swapchain_view() -{ - VK_ASSERT(wsi.index < wsi.swapchain.size()); - return wsi.swapchain[wsi.index]->get_view(); -} - -ImageView &Device::get_swapchain_view(unsigned index) -{ - VK_ASSERT(index < wsi.swapchain.size()); - return wsi.swapchain[index]->get_view(); -} - -unsigned Device::get_num_frame_contexts() const -{ - return unsigned(per_frame.size()); -} - -unsigned Device::get_num_swapchain_images() const -{ - return unsigned(wsi.swapchain.size()); -} - -unsigned Device::get_swapchain_index() const -{ - return wsi.index; -} - -unsigned Device::get_current_frame_context() const -{ - return frame_context_index; -} - -RenderPassInfo Device::get_swapchain_render_pass(SwapchainRenderPass style) -{ - RenderPassInfo info; - info.num_color_attachments = 1; - info.color_attachments[0] = &get_swapchain_view(); - info.clear_attachments = ~0u; - info.store_attachments = 1u << 0; - - switch (style) - { - case SwapchainRenderPass::Depth: - { - info.op_flags |= RENDER_PASS_OP_CLEAR_DEPTH_STENCIL_BIT; - auto att = get_transient_attachment(wsi.swapchain[wsi.index]->get_create_info().width, - wsi.swapchain[wsi.index]->get_create_info().height, - get_default_depth_format()); - info.depth_stencil = &att->get_view(); - break; - } - - case SwapchainRenderPass::DepthStencil: - { - info.op_flags |= RENDER_PASS_OP_CLEAR_DEPTH_STENCIL_BIT; - auto att = get_transient_attachment(wsi.swapchain[wsi.index]->get_create_info().width, - wsi.swapchain[wsi.index]->get_create_info().height, - get_default_depth_stencil_format()); - info.depth_stencil = &att->get_view(); - break; - } - - default: - break; - } - return info; -} - -void Device::set_queue_lock(std::function lock_callback, std::function unlock_callback) -{ - queue_lock_callback = move(lock_callback); - queue_unlock_callback = move(unlock_callback); -} - -void Device::set_name(const Buffer &buffer, const char *name) -{ - if (ext.supports_debug_utils) - { - VkDebugUtilsObjectNameInfoEXT info = { VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT }; - info.objectType = VK_OBJECT_TYPE_BUFFER; - info.objectHandle = (uint64_t)buffer.get_buffer(); - info.pObjectName = name; - if (vkSetDebugUtilsObjectNameEXT) - vkSetDebugUtilsObjectNameEXT(device, &info); - } -} - -void Device::set_name(const Image &image, const char *name) -{ - if (ext.supports_debug_utils) - { - VkDebugUtilsObjectNameInfoEXT info = { VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT }; - info.objectType = VK_OBJECT_TYPE_IMAGE; - info.objectHandle = (uint64_t)image.get_image(); - info.pObjectName = name; - if (vkSetDebugUtilsObjectNameEXT) - vkSetDebugUtilsObjectNameEXT(device, &info); - } -} - -void Device::set_name(const CommandBuffer &cmd, const char *name) -{ - if (ext.supports_debug_utils) - { - VkDebugUtilsObjectNameInfoEXT info = { VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT }; - info.objectType = VK_OBJECT_TYPE_COMMAND_BUFFER; - info.objectHandle = (uint64_t)cmd.get_command_buffer(); - info.pObjectName = name; - if (vkSetDebugUtilsObjectNameEXT) - vkSetDebugUtilsObjectNameEXT(device, &info); - } -} - -void Device::report_checkpoints() -{ - if (!ext.supports_nv_device_diagnostic_checkpoints) - return; - - for (int i = 0; i < QUEUE_INDEX_COUNT; i++) - { - if (queue_info.queues[i] == VK_NULL_HANDLE) - continue; - - uint32_t count; - table->vkGetQueueCheckpointDataNV(queue_info.queues[i], &count, nullptr); - vector checkpoint_data(count); - for (auto &data : checkpoint_data) - data.sType = VK_STRUCTURE_TYPE_CHECKPOINT_DATA_NV; - table->vkGetQueueCheckpointDataNV(queue_info.queues[i], &count, checkpoint_data.data()); - - if (!checkpoint_data.empty()) - { - LOGI("Checkpoints for %s queue:\n", queue_name_table[i]); - for (auto &d : checkpoint_data) - LOGI("Stage %u:\n%s\n", d.stage, static_cast(d.pCheckpointMarker)); - } - } -} - -void Device::query_available_performance_counters(CommandBuffer::Type type, uint32_t *count, - const VkPerformanceCounterKHR **counters, - const VkPerformanceCounterDescriptionKHR **desc) -{ - auto &query_pool = get_performance_query_pool(get_physical_queue_type(type)); - *count = query_pool.get_num_counters(); - *counters = query_pool.get_available_counters(); - *desc = query_pool.get_available_counter_descs(); -} - -bool Device::init_performance_counters(const std::vector &names) -{ - for (int i = 0; i < QUEUE_INDEX_COUNT; i++) - { - if (&get_performance_query_pool(QueueIndices(i)) == &queue_data[i].performance_query_pool) - { - if (!queue_data[i].performance_query_pool.init_counters(names)) - return false; - } - } - - return true; -} - -void Device::release_profiling() -{ - table->vkReleaseProfilingLockKHR(device); -} - -bool Device::acquire_profiling() -{ - if (!ext.performance_query_features.performanceCounterQueryPools) - return false; - - VkAcquireProfilingLockInfoKHR info = { VK_STRUCTURE_TYPE_ACQUIRE_PROFILING_LOCK_INFO_KHR }; - info.timeout = UINT64_MAX; - if (table->vkAcquireProfilingLockKHR(device, &info) != VK_SUCCESS) - { - LOGE("Failed to acquire profiling lock.\n"); - return false; - } - - return true; -} - -void Device::add_debug_channel_buffer(DebugChannelInterface *iface, std::string tag, Vulkan::BufferHandle buffer) -{ - buffer->set_internal_sync_object(); - LOCK(); - frame().debug_channels.push_back({ iface, std::move(tag), std::move(buffer) }); -} - -void Device::parse_debug_channel(const PerFrame::DebugChannel &channel) -{ - if (!channel.iface) - return; - - auto *words = static_cast(map_host_buffer(*channel.buffer, MEMORY_ACCESS_READ_BIT)); - - size_t size = channel.buffer->get_create_info().size; - if (size <= sizeof(uint32_t)) - { - LOGE("Debug channel buffer is too small.\n"); - return; - } - - // Format for the debug channel. - // Word 0: Atomic counter used by shader. - // Word 1-*: [total message length, code, x, y, z, args] - - size -= sizeof(uint32_t); - size /= sizeof(uint32_t); - - if (words[0].u32 > size) - { - LOGW("Debug channel overflowed and messaged were dropped. Consider increasing debug channel size to at least %u bytes.\n", - unsigned((words[0].u32 + 1) * sizeof(uint32_t))); - } - - words++; - - while (size != 0 && words[0].u32 >= 5 && words[0].u32 <= size) - { - channel.iface->message(channel.tag, words[1].u32, - words[2].u32, words[3].u32, words[4].u32, - words[0].u32 - 5, &words[5]); - size -= words[0].u32; - words += words[0].u32; - } - - unmap_host_buffer(*channel.buffer, MEMORY_ACCESS_READ_BIT); -} - -static int64_t convert_to_signed_delta(uint64_t start_ticks, uint64_t end_ticks, unsigned valid_bits) -{ - unsigned shamt = 64 - valid_bits; - start_ticks <<= shamt; - end_ticks <<= shamt; - auto ticks_delta = int64_t(end_ticks - start_ticks); - ticks_delta >>= shamt; - return ticks_delta; -} - -double Device::convert_device_timestamp_delta(uint64_t start_ticks, uint64_t end_ticks) const -{ - int64_t ticks_delta = convert_to_signed_delta(start_ticks, end_ticks, queue_info.timestamp_valid_bits); - return double(int64_t(ticks_delta)) * gpu_props.limits.timestampPeriod * 1e-9; -} - -uint64_t Device::update_wrapped_device_timestamp(uint64_t ts) -{ - calibrated_timestamp_device_accum += - convert_to_signed_delta(calibrated_timestamp_device_accum, - ts, - queue_info.timestamp_valid_bits); - return calibrated_timestamp_device_accum; -} - -int64_t Device::convert_timestamp_to_absolute_nsec(const QueryPoolResult &handle) -{ - auto ts = int64_t(handle.get_timestamp_ticks()); - if (handle.is_device_timebase()) - { - // Ensure that we deal with timestamp wraparound correctly. - // On some hardware, we have < 64 valid bits and the timestamp counters will wrap around at some interval. - // As long as timestamps come in at a reasonably steady pace, we can deal with wraparound cleanly. - ts = update_wrapped_device_timestamp(ts); - ts = calibrated_timestamp_host + int64_t(double(ts - calibrated_timestamp_device) * gpu_props.limits.timestampPeriod); - } - return ts; -} - -PipelineEvent Device::begin_signal_event(VkPipelineStageFlags stages) -{ - auto event = request_pipeline_event(); - event->set_stages(stages); - return event; -} - -#ifdef GRANITE_VULKAN_FILESYSTEM -TextureManager &Device::get_texture_manager() -{ - return texture_manager; -} - -ShaderManager &Device::get_shader_manager() -{ - return shader_manager; -} -#endif - -#ifdef GRANITE_VULKAN_FILESYSTEM -void Device::init_shader_manager_cache() -{ - if (!shader_manager.load_shader_cache("assets://shader_cache.json")) - shader_manager.load_shader_cache("cache://shader_cache.json"); -} - -void Device::flush_shader_manager_cache() -{ - shader_manager.save_shader_cache("cache://shader_cache.json"); -} -#endif - -const VolkDeviceTable &Device::get_device_table() const -{ - return *table; -} - -#ifndef GRANITE_RENDERDOC_CAPTURE -bool Device::init_renderdoc_capture() -{ - LOGE("RenderDoc API capture is not enabled in this build.\n"); - return false; -} - -void Device::begin_renderdoc_capture() -{ -} - -void Device::end_renderdoc_capture() -{ -} -#endif - -bool Device::supports_subgroup_size_log2(bool subgroup_full_group, uint8_t subgroup_minimum_size_log2, - uint8_t subgroup_maximum_size_log2) const -{ - if (ImplementationQuirks::get().force_no_subgroup_size_control) - return false; - - if (!ext.subgroup_size_control_features.subgroupSizeControl) - return false; - if (subgroup_full_group && !ext.subgroup_size_control_features.computeFullSubgroups) - return false; - - uint32_t min_subgroups = 1u << subgroup_minimum_size_log2; - uint32_t max_subgroups = 1u << subgroup_maximum_size_log2; - - bool full_range = min_subgroups <= ext.subgroup_size_control_properties.minSubgroupSize && - max_subgroups >= ext.subgroup_size_control_properties.maxSubgroupSize; - - // We can use VARYING size. - if (full_range) - return true; - - if (min_subgroups > ext.subgroup_size_control_properties.maxSubgroupSize || - max_subgroups < ext.subgroup_size_control_properties.minSubgroupSize) - { - // No overlap in requested subgroup size and available subgroup size. - return false; - } - - // We need requiredSubgroupSizeStages support here. - return (ext.subgroup_size_control_properties.requiredSubgroupSizeStages & VK_SHADER_STAGE_COMPUTE_BIT) != 0; -} - -const QueueInfo &Device::get_queue_info() const -{ - return queue_info; -} - -void Device::timestamp_log_reset() -{ - managers.timestamps.reset(); -} - -void Device::timestamp_log(const TimestampIntervalReportCallback &cb) const -{ - managers.timestamps.log_simple(cb); -} - -CommandBufferHandle request_command_buffer_with_ownership_transfer( - Device &device, - const Vulkan::Image &image, - const OwnershipTransferInfo &info, - const Vulkan::Semaphore &semaphore) -{ - auto &queue_info = device.get_queue_info(); - unsigned old_family = queue_info.family_indices[device.get_physical_queue_type(info.old_queue)]; - unsigned new_family = queue_info.family_indices[device.get_physical_queue_type(info.new_queue)]; - bool image_is_concurrent = (image.get_create_info().misc & - (Vulkan::IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_TRANSFER_BIT | - Vulkan::IMAGE_MISC_CONCURRENT_QUEUE_GRAPHICS_BIT | - Vulkan::IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_COMPUTE_BIT | - Vulkan::IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_GRAPHICS_BIT)) != 0; - bool need_ownership_transfer = old_family != new_family && !image_is_concurrent; - - VkImageMemoryBarrier ownership = { VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER }; - ownership.image = image.get_image(); - ownership.srcAccessMask = 0; - ownership.dstAccessMask = 0; - ownership.subresourceRange.aspectMask = format_to_aspect_mask(image.get_format()); - ownership.subresourceRange.levelCount = VK_REMAINING_MIP_LEVELS; - ownership.subresourceRange.layerCount = VK_REMAINING_ARRAY_LAYERS; - ownership.oldLayout = info.old_image_layout; - ownership.newLayout = info.new_image_layout; - - if (need_ownership_transfer) - { - ownership.srcQueueFamilyIndex = old_family; - ownership.dstQueueFamilyIndex = new_family; - - if (semaphore) - device.add_wait_semaphore(info.old_queue, semaphore, VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, true); - auto release_cmd = device.request_command_buffer(info.old_queue); - - release_cmd->image_barriers(VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, - VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT, - 1, &ownership); - - Semaphore sem; - device.submit(release_cmd, nullptr, 1, &sem); - device.add_wait_semaphore(info.new_queue, sem, info.dst_pipeline_stage, true); - } - else - { - ownership.srcQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - ownership.dstQueueFamilyIndex = VK_QUEUE_FAMILY_IGNORED; - if (semaphore) - device.add_wait_semaphore(info.new_queue, semaphore, info.dst_pipeline_stage, true); - } - - // Ownership transfers may perform writes, so make those operations visible. - // If we require neither layout transition nor ownership transfer, - // visibility is ensured by semaphores. - bool need_dst_barrier = need_ownership_transfer || info.old_image_layout != info.new_image_layout; - - auto acquire_cmd = device.request_command_buffer(info.new_queue); - if (need_dst_barrier) - { - ownership.dstAccessMask = info.dst_access; - acquire_cmd->image_barriers(info.dst_pipeline_stage, info.dst_pipeline_stage, 1, &ownership); - } - - return acquire_cmd; -} - -static ImplementationQuirks implementation_quirks; -ImplementationQuirks &ImplementationQuirks::get() -{ - return implementation_quirks; -} -} diff --git a/external/parallel-rdp-standalone/vulkan/device.hpp b/external/parallel-rdp-standalone/vulkan/device.hpp deleted file mode 100644 index 5f123e09..00000000 --- a/external/parallel-rdp-standalone/vulkan/device.hpp +++ /dev/null @@ -1,853 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "buffer.hpp" -#include "command_buffer.hpp" -#include "command_pool.hpp" -#include "fence.hpp" -#include "fence_manager.hpp" -#include "image.hpp" -#include "memory_allocator.hpp" -#include "render_pass.hpp" -#include "sampler.hpp" -#include "semaphore.hpp" -#include "semaphore_manager.hpp" -#include "event_manager.hpp" -#include "shader.hpp" -#include "context.hpp" -#include "query_pool.hpp" -#include "buffer_pool.hpp" -#include -#include -#include -#include -#include - -#ifdef GRANITE_VULKAN_FILESYSTEM -#include "shader_manager.hpp" -#include "texture_manager.hpp" -#endif - -#ifdef GRANITE_VULKAN_MT -#include -#include -#include -#endif - -#ifdef GRANITE_VULKAN_FOSSILIZE -#include "fossilize.hpp" -#endif - -#include "quirks.hpp" -#include "small_vector.hpp" - -namespace Util -{ -class TimelineTraceFile; -} - -namespace Granite -{ -struct TaskGroup; -} - -namespace Vulkan -{ -enum class SwapchainRenderPass -{ - ColorOnly, - Depth, - DepthStencil -}; - -struct InitialImageBuffer -{ - BufferHandle buffer; - Util::SmallVector blits; -}; - -struct HandlePool -{ - VulkanObjectPool buffers; - VulkanObjectPool images; - VulkanObjectPool linear_images; - VulkanObjectPool image_views; - VulkanObjectPool buffer_views; - VulkanObjectPool samplers; - VulkanObjectPool fences; - VulkanObjectPool semaphores; - VulkanObjectPool events; - VulkanObjectPool query; - VulkanObjectPool command_buffers; - VulkanObjectPool bindless_descriptor_pool; - VulkanObjectPool allocations; -}; - -class DebugChannelInterface -{ -public: - union Word - { - uint32_t u32; - int32_t s32; - float f32; - }; - virtual void message(const std::string &tag, uint32_t code, uint32_t x, uint32_t y, uint32_t z, - uint32_t word_count, const Word *words) = 0; -}; - -namespace Helper -{ -struct WaitSemaphores -{ - Util::SmallVector binary_waits; - Util::SmallVector binary_wait_stages; - Util::SmallVector timeline_waits; - Util::SmallVector timeline_wait_stages; - Util::SmallVector timeline_wait_counts; -}; - -class BatchComposer -{ -public: - enum { MaxSubmissions = 8 }; - - explicit BatchComposer(bool split_binary_timeline_semaphores); - void add_wait_submissions(WaitSemaphores &sem); - void add_wait_semaphore(SemaphoreHolder &sem, VkPipelineStageFlags stage); - void add_signal_semaphore(VkSemaphore sem, uint64_t count); - void add_command_buffer(VkCommandBuffer cmd); - - Util::SmallVector &bake(int profiling_iteration = -1); - -private: - Util::SmallVector submits; - VkTimelineSemaphoreSubmitInfoKHR timeline_infos[Helper::BatchComposer::MaxSubmissions]; - VkPerformanceQuerySubmitInfoKHR profiling_infos[Helper::BatchComposer::MaxSubmissions]; - - Util::SmallVector waits[MaxSubmissions]; - Util::SmallVector wait_counts[MaxSubmissions]; - Util::SmallVector wait_stages[MaxSubmissions]; - Util::SmallVector signals[MaxSubmissions]; - Util::SmallVector signal_counts[MaxSubmissions]; - Util::SmallVector cmds[MaxSubmissions]; - - unsigned submit_index = 0; - bool split_binary_timeline_semaphores = false; - - void begin_batch(); - - bool has_timeline_semaphore_in_batch(unsigned index) const; - bool has_binary_semaphore_in_batch(unsigned index) const; -}; -} - -class Device - : public Util::IntrusivePtrEnabled, HandleCounter> -#ifdef GRANITE_VULKAN_FOSSILIZE - , public Fossilize::StateCreatorInterface -#endif -{ -public: - // Device-based objects which need to poke at internal data structures when their lifetimes end. - // Don't want to expose a lot of internal guts to make this work. - friend class QueryPool; - friend struct QueryPoolResultDeleter; - friend class EventHolder; - friend struct EventHolderDeleter; - friend class SemaphoreHolder; - friend struct SemaphoreHolderDeleter; - friend class FenceHolder; - friend struct FenceHolderDeleter; - friend class Sampler; - friend struct SamplerDeleter; - friend class ImmutableSampler; - friend class Buffer; - friend struct BufferDeleter; - friend class BufferView; - friend struct BufferViewDeleter; - friend class ImageView; - friend struct ImageViewDeleter; - friend class Image; - friend struct ImageDeleter; - friend struct LinearHostImageDeleter; - friend class CommandBuffer; - friend struct CommandBufferDeleter; - friend class BindlessDescriptorPool; - friend struct BindlessDescriptorPoolDeleter; - friend class Program; - friend class WSI; - friend class Cookie; - friend class Framebuffer; - friend class PipelineLayout; - friend class FramebufferAllocator; - friend class RenderPass; - friend class Texture; - friend class DescriptorSetAllocator; - friend class Shader; - friend class ImageResourceHolder; - friend class DeviceAllocationOwner; - friend struct DeviceAllocationDeleter; - - Device(); - ~Device(); - - // No move-copy. - void operator=(Device &&) = delete; - Device(Device &&) = delete; - - // Only called by main thread, during setup phase. - void set_context(const Context &context); - void init_swapchain(const std::vector &swapchain_images, unsigned width, unsigned height, VkFormat format, - VkSurfaceTransformFlagBitsKHR transform, VkImageUsageFlags usage); - void set_swapchain_queue_family_support(uint32_t queue_family_support); - bool can_touch_swapchain_in_command_buffer(CommandBuffer::Type type) const; - void init_external_swapchain(const std::vector &swapchain_images); - void init_frame_contexts(unsigned count); - const VolkDeviceTable &get_device_table() const; - - // Profiling - bool init_performance_counters(const std::vector &names); - bool acquire_profiling(); - void release_profiling(); - void query_available_performance_counters(CommandBuffer::Type type, - uint32_t *count, - const VkPerformanceCounterKHR **counters, - const VkPerformanceCounterDescriptionKHR **desc); - - ImageView &get_swapchain_view(); - ImageView &get_swapchain_view(unsigned index); - unsigned get_num_swapchain_images() const; - unsigned get_num_frame_contexts() const; - unsigned get_swapchain_index() const; - unsigned get_current_frame_context() const; - - size_t get_pipeline_cache_size(); - bool get_pipeline_cache_data(uint8_t *data, size_t size); - bool init_pipeline_cache(const uint8_t *data, size_t size); - - // Frame-pushing interface. - void next_frame_context(); - void wait_idle(); - void end_frame_context(); - - // RenderDoc integration API for app-guided captures. - static bool init_renderdoc_capture(); - // Calls next_frame_context() and begins a renderdoc capture. - void begin_renderdoc_capture(); - // Calls next_frame_context() and ends the renderdoc capture. - void end_renderdoc_capture(); - - // Set names for objects for debuggers and profilers. - void set_name(const Buffer &buffer, const char *name); - void set_name(const Image &image, const char *name); - void set_name(const CommandBuffer &cmd, const char *name); - - // Submission interface, may be called from any thread at any time. - void flush_frame(); - CommandBufferHandle request_command_buffer(CommandBuffer::Type type = CommandBuffer::Type::Generic); - CommandBufferHandle request_command_buffer_for_thread(unsigned thread_index, CommandBuffer::Type type = CommandBuffer::Type::Generic); - - CommandBufferHandle request_profiled_command_buffer(CommandBuffer::Type type = CommandBuffer::Type::Generic); - CommandBufferHandle request_profiled_command_buffer_for_thread(unsigned thread_index, CommandBuffer::Type type = CommandBuffer::Type::Generic); - - void submit(CommandBufferHandle &cmd, Fence *fence = nullptr, - unsigned semaphore_count = 0, Semaphore *semaphore = nullptr); - void submit_empty(CommandBuffer::Type type, - Fence *fence = nullptr, - unsigned semaphore_count = 0, - Semaphore *semaphore = nullptr); - void submit_discard(CommandBufferHandle &cmd); - void add_wait_semaphore(CommandBuffer::Type type, Semaphore semaphore, VkPipelineStageFlags stages, bool flush); - QueueIndices get_physical_queue_type(CommandBuffer::Type queue_type) const; - void register_time_interval(std::string tid, QueryPoolHandle start_ts, QueryPoolHandle end_ts, - std::string tag, std::string extra = {}); - - // Request shaders and programs. These objects are owned by the Device. - Shader *request_shader(const uint32_t *code, size_t size, - const ResourceLayout *layout = nullptr, - const ImmutableSamplerBank *sampler_bank = nullptr); - Shader *request_shader_by_hash(Util::Hash hash); - Program *request_program(const uint32_t *vertex_data, size_t vertex_size, const uint32_t *fragment_data, - size_t fragment_size, - const ResourceLayout *vertex_layout = nullptr, - const ResourceLayout *fragment_layout = nullptr); - Program *request_program(const uint32_t *compute_data, size_t compute_size, - const ResourceLayout *layout = nullptr, - const ImmutableSamplerBank *sampler_bank = nullptr); - Program *request_program(Shader *vertex, Shader *fragment); - Program *request_program(Shader *compute); - - const ImmutableYcbcrConversion *request_immutable_ycbcr_conversion(const VkSamplerYcbcrConversionCreateInfo &info); - const ImmutableSampler *request_immutable_sampler(const SamplerCreateInfo &info, const ImmutableYcbcrConversion *ycbcr); - - // Map and unmap buffer objects. - void *map_host_buffer(const Buffer &buffer, MemoryAccessFlags access); - void unmap_host_buffer(const Buffer &buffer, MemoryAccessFlags access); - void *map_host_buffer(const Buffer &buffer, MemoryAccessFlags access, VkDeviceSize offset, VkDeviceSize length); - void unmap_host_buffer(const Buffer &buffer, MemoryAccessFlags access, VkDeviceSize offset, VkDeviceSize length); - - void *map_linear_host_image(const LinearHostImage &image, MemoryAccessFlags access); - void unmap_linear_host_image_and_sync(const LinearHostImage &image, MemoryAccessFlags access); - - // Create buffers and images. - BufferHandle create_buffer(const BufferCreateInfo &info, const void *initial = nullptr); - BufferHandle create_imported_host_buffer(const BufferCreateInfo &info, VkExternalMemoryHandleTypeFlagBits type, void *host_buffer); - ImageHandle create_image(const ImageCreateInfo &info, const ImageInitialData *initial = nullptr); - ImageHandle create_image_from_staging_buffer(const ImageCreateInfo &info, const InitialImageBuffer *buffer); - LinearHostImageHandle create_linear_host_image(const LinearHostImageCreateInfo &info); - DeviceAllocationOwnerHandle take_device_allocation_ownership(Image &image); - DeviceAllocationOwnerHandle allocate_memory(const MemoryAllocateInfo &info); - - // Create staging buffers for images. - InitialImageBuffer create_image_staging_buffer(const ImageCreateInfo &info, const ImageInitialData *initial); - InitialImageBuffer create_image_staging_buffer(const TextureFormatLayout &layout); - -#ifndef _WIN32 - ImageHandle create_imported_image(int fd, - VkDeviceSize size, - uint32_t memory_type, - VkExternalMemoryHandleTypeFlagBitsKHR handle_type, - const ImageCreateInfo &create_info); -#endif - - // Create image view, buffer views and samplers. - ImageViewHandle create_image_view(const ImageViewCreateInfo &view_info); - BufferViewHandle create_buffer_view(const BufferViewCreateInfo &view_info); - SamplerHandle create_sampler(const SamplerCreateInfo &info); - - BindlessDescriptorPoolHandle create_bindless_descriptor_pool(BindlessResourceType type, - unsigned num_sets, unsigned num_descriptors); - - // Render pass helpers. - bool image_format_is_supported(VkFormat format, VkFormatFeatureFlags2KHR required, VkImageTiling tiling = VK_IMAGE_TILING_OPTIMAL) const; - void get_format_properties(VkFormat format, VkFormatProperties3KHR *properties) const; - bool get_image_format_properties(VkFormat format, VkImageType type, VkImageTiling tiling, - VkImageUsageFlags usage, VkImageCreateFlags flags, - VkImageFormatProperties2 *properties2) const; - - VkFormat get_default_depth_stencil_format() const; - VkFormat get_default_depth_format() const; - ImageHandle get_transient_attachment(unsigned width, unsigned height, VkFormat format, - unsigned index = 0, unsigned samples = 1, unsigned layers = 1); - RenderPassInfo get_swapchain_render_pass(SwapchainRenderPass style); - - // Request legacy (non-timeline) semaphores. - // Timeline semaphores are only used internally to reduce handle bloat. - Semaphore request_legacy_semaphore(); - Semaphore request_external_semaphore(VkSemaphore semaphore, bool signalled); -#ifndef _WIN32 - Semaphore request_imported_semaphore(int fd, VkExternalSemaphoreHandleTypeFlagBitsKHR handle_type); -#endif - // A proxy semaphore which lets us grab a semaphore handle before we signal it. - // Mostly useful to deal better with render graph implementation. - // TODO: When we require timeline semaphores, this could be a bit more elegant, and we could expose timeline directly. - // For time being however, we'll support moving the payload over to the proxy object. - Semaphore request_proxy_semaphore(); - - VkDevice get_device() const - { - return device; - } - - VkPhysicalDevice get_physical_device() const - { - return gpu; - } - - const VkPhysicalDeviceMemoryProperties &get_memory_properties() const - { - return mem_props; - } - - const VkPhysicalDeviceProperties &get_gpu_properties() const - { - return gpu_props; - } - - void get_memory_budget(HeapBudget *budget); - - const Sampler &get_stock_sampler(StockSampler sampler) const; - -#ifdef GRANITE_VULKAN_FILESYSTEM - ShaderManager &get_shader_manager(); - TextureManager &get_texture_manager(); - void init_shader_manager_cache(); - void flush_shader_manager_cache(); -#endif - - // For some platforms, the device and queue might be shared, possibly across threads, so need some mechanism to - // lock the global device and queue. - void set_queue_lock(std::function lock_callback, - std::function unlock_callback); - - const ImplementationWorkarounds &get_workarounds() const - { - return workarounds; - } - - const DeviceFeatures &get_device_features() const - { - return ext; - } - - bool swapchain_touched() const; - - double convert_device_timestamp_delta(uint64_t start_ticks, uint64_t end_ticks) const; - // Writes a timestamp on host side, which is calibrated to the GPU timebase. - QueryPoolHandle write_calibrated_timestamp(); - - // A split version of VkEvent handling which lets us record a wait command before signal is recorded. - PipelineEvent begin_signal_event(VkPipelineStageFlags stages); - - // Promotes any read-write cached state to read-only, - // which eliminates need to read/write lock. - // Can be called at any time as long as there is no - // racing access to: - // - Command buffer recording which uses pipelines (texture manager is fine). - // - request_shader() - // - request_program() - // Generally, this should be called before you call next_frame_context(). - void promote_read_write_caches_to_read_only(); - - const Context::SystemHandles &get_system_handles() const - { - return system_handles; - } - - void configure_default_geometry_samplers(float max_aniso, float lod_bias); - - bool supports_subgroup_size_log2(bool subgroup_full_group, - uint8_t subgroup_minimum_size_log2, - uint8_t subgroup_maximum_size_log2) const; - - const QueueInfo &get_queue_info() const; - - void timestamp_log_reset(); - void timestamp_log(const TimestampIntervalReportCallback &cb) const; - -private: - VkInstance instance = VK_NULL_HANDLE; - VkPhysicalDevice gpu = VK_NULL_HANDLE; - VkDevice device = VK_NULL_HANDLE; - const VolkDeviceTable *table = nullptr; - QueueInfo queue_info; - unsigned num_thread_indices = 1; - -#ifdef GRANITE_VULKAN_MT - std::atomic cookie; -#else - uint64_t cookie = 0; -#endif - - uint64_t allocate_cookie(); - void bake_program(Program &program); - - void request_vertex_block(BufferBlock &block, VkDeviceSize size); - void request_index_block(BufferBlock &block, VkDeviceSize size); - void request_uniform_block(BufferBlock &block, VkDeviceSize size); - void request_staging_block(BufferBlock &block, VkDeviceSize size); - - QueryPoolHandle write_timestamp(VkCommandBuffer cmd, VkPipelineStageFlagBits stage); - - void set_acquire_semaphore(unsigned index, Semaphore acquire); - Semaphore consume_release_semaphore(); - VkQueue get_current_present_queue() const; - - PipelineLayout *request_pipeline_layout(const CombinedResourceLayout &layout, - const ImmutableSamplerBank *immutable_samplers); - DescriptorSetAllocator *request_descriptor_set_allocator(const DescriptorSetLayout &layout, - const uint32_t *stages_for_sets, - const ImmutableSampler * const *immutable_samplers); - const Framebuffer &request_framebuffer(const RenderPassInfo &info); - const RenderPass &request_render_pass(const RenderPassInfo &info, bool compatible); - - VkPhysicalDeviceMemoryProperties mem_props; - VkPhysicalDeviceProperties gpu_props; - - DeviceFeatures ext; - void init_stock_samplers(); - void init_stock_sampler(StockSampler sampler, float max_aniso, float lod_bias); - void init_timeline_semaphores(); - void init_bindless(); - void deinit_timeline_semaphores(); - - uint64_t update_wrapped_device_timestamp(uint64_t ts); - int64_t convert_timestamp_to_absolute_nsec(const QueryPoolResult &handle); - Context::SystemHandles system_handles; - - QueryPoolHandle write_timestamp_nolock(VkCommandBuffer cmd, VkPipelineStageFlagBits stage); - QueryPoolHandle write_calibrated_timestamp_nolock(); - void register_time_interval_nolock(std::string tid, QueryPoolHandle start_ts, QueryPoolHandle end_ts, std::string tag, std::string extra); - - // Make sure this is deleted last. - HandlePool handle_pool; - - // Calibrated timestamps. - void init_calibrated_timestamps(); - void recalibrate_timestamps_fallback(); - void recalibrate_timestamps(); - bool resample_calibrated_timestamps(); - VkTimeDomainEXT calibrated_time_domain = VK_TIME_DOMAIN_DEVICE_EXT; - int64_t calibrated_timestamp_device = 0; - int64_t calibrated_timestamp_host = 0; - int64_t calibrated_timestamp_device_accum = 0; - int64_t last_calibrated_timestamp_host = 0; // To ensure monotonicity after a recalibration. - unsigned timestamp_calibration_counter = 0; - Vulkan::QueryPoolHandle frame_context_begin_ts; - - struct Managers - { - DeviceAllocator memory; - FenceManager fence; - SemaphoreManager semaphore; - EventManager event; - BufferPool vbo, ibo, ubo, staging; - TimestampIntervalManager timestamps; - }; - Managers managers; - - struct - { -#ifdef GRANITE_VULKAN_MT - std::mutex lock; - std::condition_variable cond; -#endif - unsigned counter = 0; - } lock; - - struct PerFrame - { - PerFrame(Device *device, unsigned index); - ~PerFrame(); - void operator=(const PerFrame &) = delete; - PerFrame(const PerFrame &) = delete; - - void begin(); - void trim_command_pools(); - - Device &device; - unsigned frame_index; - const VolkDeviceTable &table; - Managers &managers; - - std::vector cmd_pools[QUEUE_INDEX_COUNT]; - VkSemaphore timeline_semaphores[QUEUE_INDEX_COUNT] = {}; - uint64_t timeline_fences[QUEUE_INDEX_COUNT] = {}; - - QueryPool query_pool; - - std::vector vbo_blocks; - std::vector ibo_blocks; - std::vector ubo_blocks; - std::vector staging_blocks; - - std::vector wait_fences; - std::vector recycle_fences; - - std::vector allocations; - std::vector destroyed_framebuffers; - std::vector destroyed_samplers; - std::vector destroyed_pipelines; - std::vector destroyed_image_views; - std::vector destroyed_buffer_views; - std::vector destroyed_images; - std::vector destroyed_buffers; - std::vector destroyed_descriptor_pools; - Util::SmallVector submissions[QUEUE_INDEX_COUNT]; - std::vector recycled_semaphores; - std::vector recycled_events; - std::vector destroyed_semaphores; - std::vector keep_alive_images; - - struct DebugChannel - { - DebugChannelInterface *iface; - std::string tag; - BufferHandle buffer; - }; - std::vector debug_channels; - - struct TimestampIntervalHandles - { - std::string tid; - QueryPoolHandle start_ts; - QueryPoolHandle end_ts; - TimestampInterval *timestamp_tag; - std::string extra; - }; - std::vector timestamp_intervals; - - bool in_destructor = false; - }; - // The per frame structure must be destroyed after - // the hashmap data structures below, so it must be declared before. - std::vector> per_frame; - - struct - { - Semaphore acquire; - Semaphore release; - std::vector swapchain; - VkQueue present_queue = VK_NULL_HANDLE; - uint32_t queue_family_support_mask = 0; - unsigned index = 0; - bool consumed = false; - } wsi; - bool can_touch_swapchain_in_command_buffer(QueueIndices physical_type) const; - - struct QueueData - { - Util::SmallVector wait_semaphores; - Util::SmallVector wait_stages; - bool need_fence = false; - - VkSemaphore timeline_semaphore = VK_NULL_HANDLE; - uint64_t current_timeline = 0; - PerformanceQueryPool performance_query_pool; - } queue_data[QUEUE_INDEX_COUNT]; - - struct InternalFence - { - VkFence fence; - VkSemaphore timeline; - uint64_t value; - }; - - // Pending buffers which need to be copied from CPU to GPU before submitting graphics or compute work. - struct - { - std::vector vbo; - std::vector ibo; - std::vector ubo; - } dma; - - void submit_queue(QueueIndices physical_type, InternalFence *fence, - unsigned semaphore_count = 0, - Semaphore *semaphore = nullptr, - int profiled_iteration = -1); - - PerFrame &frame() - { - VK_ASSERT(frame_context_index < per_frame.size()); - VK_ASSERT(per_frame[frame_context_index]); - return *per_frame[frame_context_index]; - } - - const PerFrame &frame() const - { - VK_ASSERT(frame_context_index < per_frame.size()); - VK_ASSERT(per_frame[frame_context_index]); - return *per_frame[frame_context_index]; - } - - unsigned frame_context_index = 0; - - uint32_t find_memory_type(BufferDomain domain, uint32_t mask) const; - uint32_t find_memory_type(ImageDomain domain, uint32_t mask) const; - uint32_t find_memory_type(uint32_t required, uint32_t mask) const; - bool memory_type_is_device_optimal(uint32_t type) const; - bool memory_type_is_host_visible(uint32_t type) const; - - const ImmutableSampler *samplers[static_cast(StockSampler::Count)] = {}; - - VulkanCache pipeline_layouts; - VulkanCache descriptor_set_allocators; - VulkanCache render_passes; - VulkanCache shaders; - VulkanCache programs; - VulkanCache immutable_samplers; - VulkanCache immutable_ycbcr_conversions; - - DescriptorSetAllocator *bindless_sampled_image_allocator_fp = nullptr; - DescriptorSetAllocator *bindless_sampled_image_allocator_integer = nullptr; - - FramebufferAllocator framebuffer_allocator; - TransientAttachmentAllocator transient_allocator; - VkPipelineCache pipeline_cache = VK_NULL_HANDLE; - - void init_pipeline_cache(); - void flush_pipeline_cache(); - - PerformanceQueryPool &get_performance_query_pool(QueueIndices physical_type); - void clear_wait_semaphores(); - void submit_staging(CommandBufferHandle &cmd, VkBufferUsageFlags usage, bool flush); - PipelineEvent request_pipeline_event(); - - std::function queue_lock_callback; - std::function queue_unlock_callback; - void flush_frame(QueueIndices physical_type); - void sync_buffer_blocks(); - void submit_empty_inner(QueueIndices type, InternalFence *fence, - unsigned semaphore_count, - Semaphore *semaphore); - - void collect_wait_semaphores(QueueData &data, Helper::WaitSemaphores &semaphores); - void emit_queue_signals(Helper::BatchComposer &composer, - VkSemaphore sem, uint64_t timeline, InternalFence *fence, - unsigned semaphore_count, Semaphore *semaphores); - VkResult submit_batches(Helper::BatchComposer &composer, VkQueue queue, VkFence fence, - int profiling_iteration = -1); - - void destroy_buffer(VkBuffer buffer); - void destroy_image(VkImage image); - void destroy_image_view(VkImageView view); - void destroy_buffer_view(VkBufferView view); - void destroy_pipeline(VkPipeline pipeline); - void destroy_sampler(VkSampler sampler); - void destroy_framebuffer(VkFramebuffer framebuffer); - void destroy_semaphore(VkSemaphore semaphore); - void recycle_semaphore(VkSemaphore semaphore); - void destroy_event(VkEvent event); - void free_memory(const DeviceAllocation &alloc); - void reset_fence(VkFence fence, bool observed_wait); - void keep_handle_alive(ImageHandle handle); - void destroy_descriptor_pool(VkDescriptorPool desc_pool); - - void destroy_buffer_nolock(VkBuffer buffer); - void destroy_image_nolock(VkImage image); - void destroy_image_view_nolock(VkImageView view); - void destroy_buffer_view_nolock(VkBufferView view); - void destroy_pipeline_nolock(VkPipeline pipeline); - void destroy_sampler_nolock(VkSampler sampler); - void destroy_framebuffer_nolock(VkFramebuffer framebuffer); - void destroy_semaphore_nolock(VkSemaphore semaphore); - void recycle_semaphore_nolock(VkSemaphore semaphore); - void destroy_event_nolock(VkEvent event); - void free_memory_nolock(const DeviceAllocation &alloc); - void destroy_descriptor_pool_nolock(VkDescriptorPool desc_pool); - void reset_fence_nolock(VkFence fence, bool observed_wait); - - void flush_frame_nolock(); - CommandBufferHandle request_command_buffer_nolock(unsigned thread_index, CommandBuffer::Type type, bool profiled); - void submit_discard_nolock(CommandBufferHandle &cmd); - void submit_nolock(CommandBufferHandle cmd, Fence *fence, - unsigned semaphore_count, Semaphore *semaphore); - void submit_empty_nolock(QueueIndices physical_type, Fence *fence, - unsigned semaphore_count, - Semaphore *semaphore, int profiling_iteration); - void add_wait_semaphore_nolock(QueueIndices type, Semaphore semaphore, VkPipelineStageFlags stages, - bool flush); - - void request_vertex_block_nolock(BufferBlock &block, VkDeviceSize size); - void request_index_block_nolock(BufferBlock &block, VkDeviceSize size); - void request_uniform_block_nolock(BufferBlock &block, VkDeviceSize size); - void request_staging_block_nolock(BufferBlock &block, VkDeviceSize size); - - CommandBufferHandle request_secondary_command_buffer_for_thread(unsigned thread_index, - const Framebuffer *framebuffer, - unsigned subpass, - CommandBuffer::Type type = CommandBuffer::Type::Generic); - void add_frame_counter_nolock(); - void decrement_frame_counter_nolock(); - void submit_secondary(CommandBuffer &primary, CommandBuffer &secondary); - void wait_idle_nolock(); - void end_frame_nolock(); - - void add_debug_channel_buffer(DebugChannelInterface *iface, std::string tag, BufferHandle buffer); - void parse_debug_channel(const PerFrame::DebugChannel &channel); - - Fence request_legacy_fence(); - -#ifdef GRANITE_VULKAN_FILESYSTEM - ShaderManager shader_manager; - TextureManager texture_manager; -#endif - -#ifdef GRANITE_VULKAN_FOSSILIZE - Fossilize::StateRecorder state_recorder; - bool enqueue_create_sampler(Fossilize::Hash hash, const VkSamplerCreateInfo *create_info, VkSampler *sampler) override; - bool enqueue_create_descriptor_set_layout(Fossilize::Hash hash, const VkDescriptorSetLayoutCreateInfo *create_info, VkDescriptorSetLayout *layout) override; - bool enqueue_create_pipeline_layout(Fossilize::Hash hash, const VkPipelineLayoutCreateInfo *create_info, VkPipelineLayout *layout) override; - bool enqueue_create_shader_module(Fossilize::Hash hash, const VkShaderModuleCreateInfo *create_info, VkShaderModule *module) override; - bool enqueue_create_render_pass(Fossilize::Hash hash, const VkRenderPassCreateInfo *create_info, VkRenderPass *render_pass) override; - bool enqueue_create_render_pass2(Fossilize::Hash hash, const VkRenderPassCreateInfo2 *create_info, VkRenderPass *render_pass) override; - bool enqueue_create_compute_pipeline(Fossilize::Hash hash, const VkComputePipelineCreateInfo *create_info, VkPipeline *pipeline) override; - bool enqueue_create_graphics_pipeline(Fossilize::Hash hash, const VkGraphicsPipelineCreateInfo *create_info, VkPipeline *pipeline) override; - bool enqueue_create_raytracing_pipeline(Fossilize::Hash hash, const VkRayTracingPipelineCreateInfoKHR *create_info, VkPipeline *pipeline) override; - void notify_replayed_resources_for_type() override; - VkPipeline fossilize_create_graphics_pipeline(Fossilize::Hash hash, VkGraphicsPipelineCreateInfo &info); - VkPipeline fossilize_create_compute_pipeline(Fossilize::Hash hash, VkComputePipelineCreateInfo &info); - - void register_graphics_pipeline(Fossilize::Hash hash, const VkGraphicsPipelineCreateInfo &info); - void register_compute_pipeline(Fossilize::Hash hash, const VkComputePipelineCreateInfo &info); - void register_render_pass(VkRenderPass render_pass, Fossilize::Hash hash, const VkRenderPassCreateInfo &info); - void register_descriptor_set_layout(VkDescriptorSetLayout layout, Fossilize::Hash hash, const VkDescriptorSetLayoutCreateInfo &info); - void register_pipeline_layout(VkPipelineLayout layout, Fossilize::Hash hash, const VkPipelineLayoutCreateInfo &info); - void register_shader_module(VkShaderModule module, Fossilize::Hash hash, const VkShaderModuleCreateInfo &info); - //void register_sampler(VkSampler sampler, Fossilize::Hash hash, const VkSamplerCreateInfo &info); - - struct - { - std::unordered_map shader_map; - std::unordered_map render_pass_map; - const Fossilize::FeatureFilter *feature_filter = nullptr; -#ifdef GRANITE_VULKAN_MT - // Need to forward-declare the type, avoid the ref-counted wrapper. - Granite::TaskGroup *pipeline_group = nullptr; -#endif - } replayer_state; - - void init_pipeline_state(const Fossilize::FeatureFilter &filter); - void flush_pipeline_state(); -#endif - - ImplementationWorkarounds workarounds; - void init_workarounds(); - void report_checkpoints(); - - void fill_buffer_sharing_indices(VkBufferCreateInfo &create_info, uint32_t *sharing_indices); - - bool allocate_image_memory(DeviceAllocation *allocation, const ImageCreateInfo &info, - VkImage image, VkImageTiling tiling); -}; - -// A fairly complex helper used for async queue readbacks. -// Typically used for things like headless backend which emulates WSI through readbacks + encode. -struct OwnershipTransferInfo -{ - CommandBuffer::Type old_queue; - CommandBuffer::Type new_queue; - VkImageLayout old_image_layout; - VkImageLayout new_image_layout; - VkPipelineStageFlags dst_pipeline_stage; - VkAccessFlags dst_access; -}; - -// For an image which was last accessed in old_queue, requests a command buffer -// for new_queue. Commands will be enqueued as necessary in new_queue to ensure that a complete ownership -// transfer has taken place. -// If queue family for old_queue differs from new_queue, a release barrier is enqueued in old_queue. -// In new_queue we perform either an acquire barrier or a simple pipeline barrier to change layout if required. -// If semaphore is a valid handle, it will be waited on in either old_queue to perform release barrier -// or new_queue depending on what is required. -// If the image uses CONCURRENT sharing mode, acquire/release barriers are skipped. -CommandBufferHandle request_command_buffer_with_ownership_transfer( - Device &device, - const Vulkan::Image &image, - const OwnershipTransferInfo &info, - const Vulkan::Semaphore &semaphore); - -using DeviceHandle = Util::IntrusivePtr; -} diff --git a/external/parallel-rdp-standalone/vulkan/device_fossilize.cpp b/external/parallel-rdp-standalone/vulkan/device_fossilize.cpp deleted file mode 100644 index 389d4de6..00000000 --- a/external/parallel-rdp-standalone/vulkan/device_fossilize.cpp +++ /dev/null @@ -1,373 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "device.hpp" -#include "timer.hpp" -#include "thread_group.hpp" - -using namespace std; - -namespace Vulkan -{ -#if 0 -void Device::register_sampler(VkSampler sampler, Fossilize::Hash hash, const VkSamplerCreateInfo &info) -{ - if (!state_recorder.record_sampler(sampler, info, hash)) - LOGW("Failed to register sampler.\n"); -} -#endif - -void Device::register_descriptor_set_layout(VkDescriptorSetLayout layout, Fossilize::Hash hash, const VkDescriptorSetLayoutCreateInfo &info) -{ - if (!state_recorder.record_descriptor_set_layout(layout, info, hash)) - LOGW("Failed to register descriptor set layout.\n"); -} - -void Device::register_pipeline_layout(VkPipelineLayout layout, Fossilize::Hash hash, const VkPipelineLayoutCreateInfo &info) -{ - if (!state_recorder.record_pipeline_layout(layout, info, hash)) - LOGW("Failed to register pipeline layout.\n"); -} - -void Device::register_shader_module(VkShaderModule module, Fossilize::Hash hash, const VkShaderModuleCreateInfo &info) -{ - if (!state_recorder.record_shader_module(module, info, hash)) - LOGW("Failed to register shader module.\n"); -} - -void Device::register_compute_pipeline(Fossilize::Hash hash, const VkComputePipelineCreateInfo &info) -{ - if (!state_recorder.record_compute_pipeline(VK_NULL_HANDLE, info, nullptr, 0, hash)) - LOGW("Failed to register compute pipeline.\n"); -} - -void Device::register_graphics_pipeline(Fossilize::Hash hash, const VkGraphicsPipelineCreateInfo &info) -{ - if (!state_recorder.record_graphics_pipeline(VK_NULL_HANDLE, info, nullptr, 0, hash)) - LOGW("Failed to register graphics pipeline.\n"); -} - -void Device::register_render_pass(VkRenderPass render_pass, Fossilize::Hash hash, const VkRenderPassCreateInfo &info) -{ - if (!state_recorder.record_render_pass(render_pass, info, hash)) - LOGW("Failed to register render pass.\n"); -} - -bool Device::enqueue_create_shader_module(Fossilize::Hash hash, const VkShaderModuleCreateInfo *create_info, VkShaderModule *module) -{ - if (!replayer_state.feature_filter->shader_module_is_supported(create_info)) - return false; - - ResourceLayout layout; - Shader *ret; - - // If we know the resource layout already, just reuse that. Avoids spinning up SPIRV-Cross reflection - // and allows us to not even build it for release builds. - if (shader_manager.get_resource_layout_by_shader_hash(hash, layout)) - ret = shaders.emplace_yield(hash, hash, this, create_info->pCode, create_info->codeSize, &layout); - else - ret = shaders.emplace_yield(hash, hash, this, create_info->pCode, create_info->codeSize); - - *module = ret->get_module(); - replayer_state.shader_map[*module] = ret; - return true; -} - -void Device::notify_replayed_resources_for_type() -{ -#ifdef GRANITE_VULKAN_MT - if (replayer_state.pipeline_group) - { - replayer_state.pipeline_group->wait(); - replayer_state.pipeline_group->release_reference(); - replayer_state.pipeline_group = nullptr; - } -#endif -} - -VkPipeline Device::fossilize_create_graphics_pipeline(Fossilize::Hash hash, VkGraphicsPipelineCreateInfo &info) -{ - if (info.stageCount != 2) - return VK_NULL_HANDLE; - if (info.pStages[0].stage != VK_SHADER_STAGE_VERTEX_BIT) - return VK_NULL_HANDLE; - if (info.pStages[1].stage != VK_SHADER_STAGE_FRAGMENT_BIT) - return VK_NULL_HANDLE; - - // Find the Shader* associated with this VkShaderModule and just use that. - auto vertex_itr = replayer_state.shader_map.find(info.pStages[0].module); - if (vertex_itr == end(replayer_state.shader_map)) - return VK_NULL_HANDLE; - - // Find the Shader* associated with this VkShaderModule and just use that. - auto fragment_itr = replayer_state.shader_map.find(info.pStages[1].module); - if (fragment_itr == end(replayer_state.shader_map)) - return VK_NULL_HANDLE; - - auto *ret = request_program(vertex_itr->second, fragment_itr->second); - - // The layout is dummy, resolve it here. - info.layout = ret->get_pipeline_layout()->get_layout(); - - register_graphics_pipeline(hash, info); - -#ifdef VULKAN_DEBUG - LOGI("Replaying graphics pipeline.\n"); -#endif - - uint32_t dynamic_state = 0; - if (info.pDynamicState) - { - for (uint32_t i = 0; i < info.pDynamicState->dynamicStateCount; i++) - { - switch (info.pDynamicState->pDynamicStates[i]) - { - case VK_DYNAMIC_STATE_VIEWPORT: - dynamic_state |= COMMAND_BUFFER_DIRTY_VIEWPORT_BIT; - break; - - case VK_DYNAMIC_STATE_SCISSOR: - dynamic_state |= COMMAND_BUFFER_DIRTY_SCISSOR_BIT; - break; - - case VK_DYNAMIC_STATE_DEPTH_BIAS: - dynamic_state |= COMMAND_BUFFER_DIRTY_DEPTH_BIAS_BIT; - break; - - case VK_DYNAMIC_STATE_STENCIL_REFERENCE: - case VK_DYNAMIC_STATE_STENCIL_WRITE_MASK: - case VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK: - dynamic_state |= COMMAND_BUFFER_DIRTY_STENCIL_REFERENCE_BIT; - break; - - default: - break; - } - } - } - - VkPipeline pipeline = VK_NULL_HANDLE; - VkResult res = table->vkCreateGraphicsPipelines(device, pipeline_cache, 1, &info, nullptr, &pipeline); - if (res != VK_SUCCESS) - LOGE("Failed to create graphics pipeline!\n"); - return ret->add_pipeline(hash, { pipeline, dynamic_state }).pipeline; -} - -VkPipeline Device::fossilize_create_compute_pipeline(Fossilize::Hash hash, VkComputePipelineCreateInfo &info) -{ - // Find the Shader* associated with this VkShaderModule and just use that. - auto itr = replayer_state.shader_map.find(info.stage.module); - if (itr == end(replayer_state.shader_map)) - return VK_NULL_HANDLE; - - auto *ret = request_program(itr->second); - - // The layout is dummy, resolve it here. - info.layout = ret->get_pipeline_layout()->get_layout(); - - register_compute_pipeline(hash, info); - -#ifdef VULKAN_DEBUG - LOGI("Replaying compute pipeline.\n"); -#endif - VkPipeline pipeline = VK_NULL_HANDLE; - VkResult res = table->vkCreateComputePipelines(device, pipeline_cache, 1, &info, nullptr, &pipeline); - if (res != VK_SUCCESS) - LOGE("Failed to create compute pipeline!\n"); - return ret->add_pipeline(hash, { pipeline, 0 }).pipeline; -} - -bool Device::enqueue_create_graphics_pipeline(Fossilize::Hash hash, - const VkGraphicsPipelineCreateInfo *create_info, - VkPipeline *pipeline) -{ - if (!replayer_state.feature_filter->graphics_pipeline_is_supported(create_info)) - return false; - -#ifdef GRANITE_VULKAN_MT - if (!replayer_state.pipeline_group && get_system_handles().thread_group) - replayer_state.pipeline_group = get_system_handles().thread_group->create_task().release(); - - if (replayer_state.pipeline_group) - { - replayer_state.pipeline_group->enqueue_task([this, info = *create_info, hash, pipeline]() mutable { - *pipeline = fossilize_create_graphics_pipeline(hash, info); - }); - return true; - } - else - { - auto info = *create_info; - *pipeline = fossilize_create_graphics_pipeline(hash, info); - return *pipeline != VK_NULL_HANDLE; - } -#else - auto info = *create_info; - *pipeline = fossilize_create_graphics_pipeline(hash, info); - return *pipeline != VK_NULL_HANDLE; -#endif -} - -bool Device::enqueue_create_compute_pipeline(Fossilize::Hash hash, - const VkComputePipelineCreateInfo *create_info, - VkPipeline *pipeline) -{ - if (!replayer_state.feature_filter->compute_pipeline_is_supported(create_info)) - return false; - -#ifdef GRANITE_VULKAN_MT - if (!replayer_state.pipeline_group && get_system_handles().thread_group) - replayer_state.pipeline_group = get_system_handles().thread_group->create_task().release(); - - if (replayer_state.pipeline_group) - { - replayer_state.pipeline_group->enqueue_task([this, info = *create_info, hash, pipeline]() mutable { - *pipeline = fossilize_create_compute_pipeline(hash, info); - }); - return true; - } - else - { - auto info = *create_info; - *pipeline = fossilize_create_compute_pipeline(hash, info); - return *pipeline != VK_NULL_HANDLE; - } -#else - auto info = *create_info; - *pipeline = fossilize_create_compute_pipeline(hash, info); - return *pipeline != VK_NULL_HANDLE; -#endif -} - -bool Device::enqueue_create_render_pass(Fossilize::Hash hash, - const VkRenderPassCreateInfo *create_info, - VkRenderPass *render_pass) -{ - if (!replayer_state.feature_filter->render_pass_is_supported(create_info)) - return false; - - auto *ret = render_passes.emplace_yield(hash, hash, this, *create_info); - *render_pass = ret->get_render_pass(); - replayer_state.render_pass_map[*render_pass] = ret; - return true; -} - -bool Device::enqueue_create_render_pass2(Fossilize::Hash, const VkRenderPassCreateInfo2 *, VkRenderPass *) -{ - return false; -} - -bool Device::enqueue_create_raytracing_pipeline( - Fossilize::Hash, const VkRayTracingPipelineCreateInfoKHR *, VkPipeline *) -{ - return false; -} - -bool Device::enqueue_create_sampler(Fossilize::Hash, const VkSamplerCreateInfo *, VkSampler *) -{ - //*sampler = get_stock_sampler(static_cast(hash & 0xffffu)).get_sampler(); - //return true; - return false; -} - -bool Device::enqueue_create_descriptor_set_layout(Fossilize::Hash, const VkDescriptorSetLayoutCreateInfo *, VkDescriptorSetLayout *layout) -{ - // We will create this naturally when building pipelines, can just emit dummy handles. - *layout = (VkDescriptorSetLayout) uint64_t(-1); - return true; -} - -bool Device::enqueue_create_pipeline_layout(Fossilize::Hash, const VkPipelineLayoutCreateInfo *, VkPipelineLayout *layout) -{ - // We will create this naturally when building pipelines, can just emit dummy handles. - *layout = (VkPipelineLayout) uint64_t(-1); - return true; -} - -void Device::init_pipeline_state(const Fossilize::FeatureFilter &filter) -{ - replayer_state.feature_filter = &filter; - state_recorder.init_recording_thread(nullptr); - if (!get_system_handles().filesystem) - return; - - auto file = get_system_handles().filesystem->open("assets://pipelines.json", Granite::FileMode::ReadOnly); - if (!file) - file = get_system_handles().filesystem->open("cache://pipelines.json", Granite::FileMode::ReadOnly); - - if (!file) - return; - - void *mapped = file->map(); - if (!mapped) - { - LOGE("Failed to map pipelines.json.\n"); - return; - } - - LOGI("Replaying cached state.\n"); - Fossilize::StateReplayer replayer; - auto start = Util::get_current_time_nsecs(); - if (!replayer.parse(*this, nullptr, static_cast(mapped), file->get_size())) - LOGE("Failed to parse Fossilize archive.\n"); - auto end = Util::get_current_time_nsecs(); - LOGI("Completed replaying cached state in %.3f ms.\n", (end - start) * 1e-6); - - if (replayer_state.pipeline_group) - { - replayer_state.pipeline_group->wait(); - replayer_state.pipeline_group->release_reference(); - } - replayer_state = {}; - promote_read_write_caches_to_read_only(); -} - -void Device::flush_pipeline_state() -{ - if (!get_system_handles().filesystem) - return; - - uint8_t *serialized = nullptr; - size_t serialized_size = 0; - if (!state_recorder.serialize(&serialized, &serialized_size)) - { - LOGE("Failed to serialize Fossilize state.\n"); - return; - } - - auto file = get_system_handles().filesystem->open("cache://pipelines.json", - Granite::FileMode::WriteOnlyTransactional); - if (file) - { - auto *data = static_cast(file->map_write(serialized_size)); - if (data) - { - memcpy(data, serialized, serialized_size); - file->unmap(); - } - else - LOGE("Failed to serialize pipeline data.\n"); - - } - Fossilize::StateRecorder::free_serialized(serialized); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/event_manager.cpp b/external/parallel-rdp-standalone/vulkan/event_manager.cpp deleted file mode 100644 index c6f59ebb..00000000 --- a/external/parallel-rdp-standalone/vulkan/event_manager.cpp +++ /dev/null @@ -1,72 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "event_manager.hpp" -#include "device.hpp" - -namespace Vulkan -{ -EventManager::~EventManager() -{ - if (!workaround) - for (auto &event : events) - table->vkDestroyEvent(device->get_device(), event, nullptr); -} - -void EventManager::recycle(VkEvent event) -{ - if (!workaround && event != VK_NULL_HANDLE) - { - table->vkResetEvent(device->get_device(), event); - events.push_back(event); - } -} - -VkEvent EventManager::request_cleared_event() -{ - if (workaround) - { - // Can't use reinterpret_cast because of MSVC. - return (VkEvent) ++workaround_counter; - } - else if (events.empty()) - { - VkEvent event; - VkEventCreateInfo info = { VK_STRUCTURE_TYPE_EVENT_CREATE_INFO }; - table->vkCreateEvent(device->get_device(), &info, nullptr, &event); - return event; - } - else - { - auto event = events.back(); - events.pop_back(); - return event; - } -} - -void EventManager::init(Device *device_) -{ - device = device_; - table = &device->get_device_table(); - workaround = device_->get_workarounds().emulate_event_as_pipeline_barrier; -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/vulkan/event_manager.hpp b/external/parallel-rdp-standalone/vulkan/event_manager.hpp deleted file mode 100644 index 0dba0d70..00000000 --- a/external/parallel-rdp-standalone/vulkan/event_manager.hpp +++ /dev/null @@ -1,47 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include - -namespace Vulkan -{ -class Device; -class EventManager -{ -public: - void init(Device *device); - ~EventManager(); - - VkEvent request_cleared_event(); - void recycle(VkEvent event); - -private: - Device *device = nullptr; - const VolkDeviceTable *table = nullptr; - std::vector events; - uint64_t workaround_counter = 0; - bool workaround = false; -}; -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/vulkan/fence.cpp b/external/parallel-rdp-standalone/vulkan/fence.cpp deleted file mode 100644 index 3baaaf8b..00000000 --- a/external/parallel-rdp-standalone/vulkan/fence.cpp +++ /dev/null @@ -1,102 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "fence.hpp" -#include "device.hpp" - -namespace Vulkan -{ -FenceHolder::~FenceHolder() -{ - if (fence != VK_NULL_HANDLE) - { - if (internal_sync) - device->reset_fence_nolock(fence, observed_wait); - else - device->reset_fence(fence, observed_wait); - } -} - -VkFence FenceHolder::get_fence() const -{ - return fence; -} - -void FenceHolder::wait() -{ - auto &table = device->get_device_table(); - -#ifdef GRANITE_VULKAN_MT - // Waiting for the same VkFence in parallel is not allowed, and there seems to be some shenanigans on Intel - // when waiting for a timeline semaphore in parallel with same value as well. - std::lock_guard holder{lock}; -#endif - if (observed_wait) - return; - - if (timeline_value != 0) - { - VK_ASSERT(timeline_semaphore); - VkSemaphoreWaitInfoKHR info = { VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO_KHR }; - info.semaphoreCount = 1; - info.pSemaphores = &timeline_semaphore; - info.pValues = &timeline_value; - if (table.vkWaitSemaphoresKHR(device->get_device(), &info, UINT64_MAX) != VK_SUCCESS) - LOGE("Failed to wait for timeline semaphore!\n"); - else - observed_wait = true; - } - else - { - if (table.vkWaitForFences(device->get_device(), 1, &fence, VK_TRUE, UINT64_MAX) != VK_SUCCESS) - LOGE("Failed to wait for fence!\n"); - else - observed_wait = true; - } -} - -bool FenceHolder::wait_timeout(uint64_t timeout) -{ - bool ret = false; - auto &table = device->get_device_table(); - if (timeline_value != 0) - { - VK_ASSERT(timeline_semaphore); - VkSemaphoreWaitInfoKHR info = { VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO_KHR }; - info.semaphoreCount = 1; - info.pSemaphores = &timeline_semaphore; - info.pValues = &timeline_value; - ret = table.vkWaitSemaphoresKHR(device->get_device(), &info, timeout) == VK_SUCCESS; - } - else - ret = table.vkWaitForFences(device->get_device(), 1, &fence, VK_TRUE, timeout) == VK_SUCCESS; - - if (ret) - observed_wait = true; - return ret; -} - -void FenceHolderDeleter::operator()(Vulkan::FenceHolder *fence) -{ - fence->device->handle_pool.fences.free(fence); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/fence.hpp b/external/parallel-rdp-standalone/vulkan/fence.hpp deleted file mode 100644 index c6901b2a..00000000 --- a/external/parallel-rdp-standalone/vulkan/fence.hpp +++ /dev/null @@ -1,85 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_common.hpp" -#include "vulkan_headers.hpp" -#include "object_pool.hpp" -#include "cookie.hpp" -#ifdef GRANITE_VULKAN_MT -#include -#endif - -namespace Vulkan -{ -class Device; - -class FenceHolder; -struct FenceHolderDeleter -{ - void operator()(FenceHolder *fence); -}; - -class FenceHolder : public Util::IntrusivePtrEnabled, public InternalSyncEnabled -{ -public: - friend struct FenceHolderDeleter; - friend class WSI; - - ~FenceHolder(); - void wait(); - bool wait_timeout(uint64_t nsec); - -private: - friend class Util::ObjectPool; - FenceHolder(Device *device_, VkFence fence_) - : device(device_), - fence(fence_), - timeline_semaphore(VK_NULL_HANDLE), - timeline_value(0) - { - } - - FenceHolder(Device *device_, uint64_t value, VkSemaphore timeline_semaphore_) - : device(device_), - fence(VK_NULL_HANDLE), - timeline_semaphore(timeline_semaphore_), - timeline_value(value) - { - VK_ASSERT(value > 0); - } - - VkFence get_fence() const; - - Device *device; - VkFence fence; - VkSemaphore timeline_semaphore; - uint64_t timeline_value; - bool observed_wait = false; -#ifdef GRANITE_VULKAN_MT - std::mutex lock; -#endif -}; - -using Fence = Util::IntrusivePtr; -} diff --git a/external/parallel-rdp-standalone/vulkan/fence_manager.cpp b/external/parallel-rdp-standalone/vulkan/fence_manager.cpp deleted file mode 100644 index 24346212..00000000 --- a/external/parallel-rdp-standalone/vulkan/fence_manager.cpp +++ /dev/null @@ -1,61 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "fence_manager.hpp" -#include "device.hpp" - -namespace Vulkan -{ -void FenceManager::init(Device *device_) -{ - device = device_; - table = &device->get_device_table(); -} - -VkFence FenceManager::request_cleared_fence() -{ - if (!fences.empty()) - { - auto ret = fences.back(); - fences.pop_back(); - return ret; - } - else - { - VkFence fence; - VkFenceCreateInfo info = { VK_STRUCTURE_TYPE_FENCE_CREATE_INFO }; - table->vkCreateFence(device->get_device(), &info, nullptr, &fence); - return fence; - } -} - -void FenceManager::recycle_fence(VkFence fence) -{ - fences.push_back(fence); -} - -FenceManager::~FenceManager() -{ - for (auto &fence : fences) - table->vkDestroyFence(device->get_device(), fence, nullptr); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/fence_manager.hpp b/external/parallel-rdp-standalone/vulkan/fence_manager.hpp deleted file mode 100644 index 927a0ee1..00000000 --- a/external/parallel-rdp-standalone/vulkan/fence_manager.hpp +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include - -namespace Vulkan -{ -class Device; -class FenceManager -{ -public: - void init(Device *device); - ~FenceManager(); - - VkFence request_cleared_fence(); - void recycle_fence(VkFence fence); - -private: - Device *device = nullptr; - const VolkDeviceTable *table = nullptr; - std::vector fences; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/format.hpp b/external/parallel-rdp-standalone/vulkan/format.hpp deleted file mode 100644 index d02ebba4..00000000 --- a/external/parallel-rdp-standalone/vulkan/format.hpp +++ /dev/null @@ -1,386 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include "texture_format.hpp" - -namespace Vulkan -{ -enum class FormatCompressionType -{ - Uncompressed, - BC, - ETC, - ASTC -}; - -static inline FormatCompressionType format_compression_type(VkFormat format) -{ - switch (format) - { - case VK_FORMAT_BC1_RGBA_SRGB_BLOCK: - case VK_FORMAT_BC1_RGBA_UNORM_BLOCK: - case VK_FORMAT_BC1_RGB_SRGB_BLOCK: - case VK_FORMAT_BC1_RGB_UNORM_BLOCK: - case VK_FORMAT_BC2_SRGB_BLOCK: - case VK_FORMAT_BC2_UNORM_BLOCK: - case VK_FORMAT_BC3_SRGB_BLOCK: - case VK_FORMAT_BC3_UNORM_BLOCK: - case VK_FORMAT_BC4_UNORM_BLOCK: - case VK_FORMAT_BC4_SNORM_BLOCK: - case VK_FORMAT_BC5_UNORM_BLOCK: - case VK_FORMAT_BC5_SNORM_BLOCK: - case VK_FORMAT_BC6H_SFLOAT_BLOCK: - case VK_FORMAT_BC6H_UFLOAT_BLOCK: - case VK_FORMAT_BC7_SRGB_BLOCK: - case VK_FORMAT_BC7_UNORM_BLOCK: - return FormatCompressionType::BC; - - case VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK: - case VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK: - case VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK: - case VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK: - case VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK: - case VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK: - case VK_FORMAT_EAC_R11G11_SNORM_BLOCK: - case VK_FORMAT_EAC_R11G11_UNORM_BLOCK: - case VK_FORMAT_EAC_R11_SNORM_BLOCK: - case VK_FORMAT_EAC_R11_UNORM_BLOCK: - return FormatCompressionType::ETC; - -#define astc_fmt(w, h) \ - case VK_FORMAT_ASTC_##w##x##h##_UNORM_BLOCK: \ - case VK_FORMAT_ASTC_##w##x##h##_SRGB_BLOCK: \ - case VK_FORMAT_ASTC_##w##x##h##_SFLOAT_BLOCK_EXT - astc_fmt(4, 4): - astc_fmt(5, 4): - astc_fmt(5, 5): - astc_fmt(6, 5): - astc_fmt(6, 6): - astc_fmt(8, 5): - astc_fmt(8, 6): - astc_fmt(8, 8): - astc_fmt(10, 5): - astc_fmt(10, 6): - astc_fmt(10, 8): - astc_fmt(10, 10): - astc_fmt(12, 10): - astc_fmt(12, 12): - return FormatCompressionType::ASTC; -#undef astc_fmt - - default: - return FormatCompressionType::Uncompressed; - } -} - -static inline bool format_is_compressed_hdr(VkFormat format) -{ - switch (format) - { -#define astc_fmt(w, h) case VK_FORMAT_ASTC_##w##x##h##_SFLOAT_BLOCK_EXT - astc_fmt(4, 4): - astc_fmt(5, 4): - astc_fmt(5, 5): - astc_fmt(6, 5): - astc_fmt(6, 6): - astc_fmt(8, 5): - astc_fmt(8, 6): - astc_fmt(8, 8): - astc_fmt(10, 5): - astc_fmt(10, 6): - astc_fmt(10, 8): - astc_fmt(10, 10): - astc_fmt(12, 10): - astc_fmt(12, 12): -#undef astc_fmt - return true; - - case VK_FORMAT_BC6H_SFLOAT_BLOCK: - case VK_FORMAT_BC6H_UFLOAT_BLOCK: - return true; - - default: - return false; - } -} - -static inline bool format_is_srgb(VkFormat format) -{ - switch (format) - { - case VK_FORMAT_A8B8G8R8_SRGB_PACK32: - case VK_FORMAT_R8G8B8A8_SRGB: - case VK_FORMAT_B8G8R8A8_SRGB: - case VK_FORMAT_R8_SRGB: - case VK_FORMAT_R8G8_SRGB: - case VK_FORMAT_R8G8B8_SRGB: - case VK_FORMAT_B8G8R8_SRGB: - case VK_FORMAT_BC1_RGB_SRGB_BLOCK: - case VK_FORMAT_BC1_RGBA_SRGB_BLOCK: - case VK_FORMAT_BC2_SRGB_BLOCK: - case VK_FORMAT_BC3_SRGB_BLOCK: - case VK_FORMAT_BC7_SRGB_BLOCK: - case VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK: - case VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK: - case VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK: - case VK_FORMAT_ASTC_4x4_SRGB_BLOCK: - case VK_FORMAT_ASTC_5x4_SRGB_BLOCK: - case VK_FORMAT_ASTC_5x5_SRGB_BLOCK: - case VK_FORMAT_ASTC_6x5_SRGB_BLOCK: - case VK_FORMAT_ASTC_6x6_SRGB_BLOCK: - case VK_FORMAT_ASTC_8x5_SRGB_BLOCK: - case VK_FORMAT_ASTC_8x6_SRGB_BLOCK: - case VK_FORMAT_ASTC_8x8_SRGB_BLOCK: - case VK_FORMAT_ASTC_10x5_SRGB_BLOCK: - case VK_FORMAT_ASTC_10x6_SRGB_BLOCK: - case VK_FORMAT_ASTC_10x8_SRGB_BLOCK: - case VK_FORMAT_ASTC_10x10_SRGB_BLOCK: - case VK_FORMAT_ASTC_12x10_SRGB_BLOCK: - case VK_FORMAT_ASTC_12x12_SRGB_BLOCK: - return true; - - default: - return false; - } -} - -static inline bool format_has_depth_aspect(VkFormat format) -{ - switch (format) - { - case VK_FORMAT_D16_UNORM: - case VK_FORMAT_D16_UNORM_S8_UINT: - case VK_FORMAT_D24_UNORM_S8_UINT: - case VK_FORMAT_D32_SFLOAT: - case VK_FORMAT_X8_D24_UNORM_PACK32: - case VK_FORMAT_D32_SFLOAT_S8_UINT: - return true; - - default: - return false; - } -} - -static inline bool format_has_stencil_aspect(VkFormat format) -{ - switch (format) - { - case VK_FORMAT_D16_UNORM_S8_UINT: - case VK_FORMAT_D24_UNORM_S8_UINT: - case VK_FORMAT_D32_SFLOAT_S8_UINT: - case VK_FORMAT_S8_UINT: - return true; - - default: - return false; - } -} - -static inline bool format_has_depth_or_stencil_aspect(VkFormat format) -{ - return format_has_depth_aspect(format) || format_has_stencil_aspect(format); -} - -static inline VkImageAspectFlags format_to_aspect_mask(VkFormat format) -{ - switch (format) - { - case VK_FORMAT_UNDEFINED: - return 0; - - case VK_FORMAT_S8_UINT: - return VK_IMAGE_ASPECT_STENCIL_BIT; - - case VK_FORMAT_D16_UNORM_S8_UINT: - case VK_FORMAT_D24_UNORM_S8_UINT: - case VK_FORMAT_D32_SFLOAT_S8_UINT: - return VK_IMAGE_ASPECT_STENCIL_BIT | VK_IMAGE_ASPECT_DEPTH_BIT; - - case VK_FORMAT_D16_UNORM: - case VK_FORMAT_D32_SFLOAT: - case VK_FORMAT_X8_D24_UNORM_PACK32: - return VK_IMAGE_ASPECT_DEPTH_BIT; - - default: - return VK_IMAGE_ASPECT_COLOR_BIT; - } -} - -static inline void format_align_dim(VkFormat format, uint32_t &width, uint32_t &height) -{ - uint32_t align_width, align_height; - TextureFormatLayout::format_block_dim(format, align_width, align_height); - width = ((width + align_width - 1) / align_width) * align_width; - height = ((height + align_height - 1) / align_height) * align_height; -} - -static inline void format_num_blocks(VkFormat format, uint32_t &width, uint32_t &height) -{ - uint32_t align_width, align_height; - TextureFormatLayout::format_block_dim(format, align_width, align_height); - width = (width + align_width - 1) / align_width; - height = (height + align_height - 1) / align_height; -} - -static inline VkDeviceSize format_get_layer_size(VkFormat format, VkImageAspectFlags aspect, unsigned width, unsigned height, unsigned depth) -{ - uint32_t blocks_x = width; - uint32_t blocks_y = height; - format_num_blocks(format, blocks_x, blocks_y); - format_align_dim(format, width, height); - - VkDeviceSize size = TextureFormatLayout::format_block_size(format, aspect) * depth * blocks_x * blocks_y; - return size; -} - -static inline unsigned format_ycbcr_num_planes(VkFormat format) -{ - switch (format) - { - case VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM: - case VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM: - case VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM: - case VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM: - case VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM: - case VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM: - case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16: - case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16: - case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16: - case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16: - case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16: - case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16: - return 3; - - case VK_FORMAT_G8_B8R8_2PLANE_420_UNORM: - case VK_FORMAT_G8_B8R8_2PLANE_422_UNORM: - case VK_FORMAT_G16_B16R16_2PLANE_420_UNORM: - case VK_FORMAT_G16_B16R16_2PLANE_422_UNORM: - case VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16: - case VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16: - case VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16: - case VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16: - return 2; - - default: - return 1; - } -} - -static inline void format_ycbcr_downsample_dimensions(VkFormat format, VkImageAspectFlags aspect, uint32_t &width, uint32_t &height) -{ - if (aspect == VK_IMAGE_ASPECT_PLANE_0_BIT) - return; - - switch (format) - { -#define fmt(x, sub0, sub1) \ - case VK_FORMAT_##x: \ - width >>= sub0; \ - height >>= sub1; \ - break - - fmt(G8_B8_R8_3PLANE_420_UNORM, 1, 1); - fmt(G8_B8R8_2PLANE_420_UNORM, 1, 1); - fmt(G8_B8_R8_3PLANE_422_UNORM, 1, 0); - fmt(G8_B8R8_2PLANE_422_UNORM, 1, 0); - fmt(G8_B8_R8_3PLANE_444_UNORM, 0, 0); - - fmt(G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16, 1, 1); - fmt(G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16, 1, 0); - fmt(G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16, 0, 0); - fmt(G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16, 1, 1); - fmt(G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16, 1, 0); - - fmt(G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16, 1, 1); - fmt(G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16, 1, 0); - fmt(G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16, 0, 0); - fmt(G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16, 1, 1); - fmt(G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16, 1, 0); - - fmt(G16_B16_R16_3PLANE_420_UNORM, 1, 1); - fmt(G16_B16_R16_3PLANE_422_UNORM, 1, 0); - fmt(G16_B16_R16_3PLANE_444_UNORM, 0, 0); - fmt(G16_B16R16_2PLANE_420_UNORM, 1, 1); - fmt(G16_B16R16_2PLANE_422_UNORM, 1, 0); - - default: - break; - } -#undef fmt -} - -static inline bool format_supports_storage_image_read_write_without_format(VkFormat format) -{ - /* from https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#formats-without-shader-storage-format */ - static const VkFormat supported_formats[] = - { - VK_FORMAT_R8G8B8A8_UNORM, - VK_FORMAT_R8G8B8A8_SNORM, - VK_FORMAT_R8G8B8A8_UINT, - VK_FORMAT_R8G8B8A8_SINT, - VK_FORMAT_R32_UINT, - VK_FORMAT_R32_SINT, - VK_FORMAT_R32_SFLOAT, - VK_FORMAT_R32G32_UINT, - VK_FORMAT_R32G32_SINT, - VK_FORMAT_R32G32_SFLOAT, - VK_FORMAT_R32G32B32A32_UINT, - VK_FORMAT_R32G32B32A32_SINT, - VK_FORMAT_R32G32B32A32_SFLOAT, - VK_FORMAT_R16G16B16A16_UINT, - VK_FORMAT_R16G16B16A16_SINT, - VK_FORMAT_R16G16B16A16_SFLOAT, - VK_FORMAT_R16G16_SFLOAT, - VK_FORMAT_B10G11R11_UFLOAT_PACK32, - VK_FORMAT_R16_SFLOAT, - VK_FORMAT_R16G16B16A16_UNORM, - VK_FORMAT_A2B10G10R10_UNORM_PACK32, - VK_FORMAT_R16G16_UNORM, - VK_FORMAT_R8G8_UNORM, - VK_FORMAT_R16_UNORM, - VK_FORMAT_R8_UNORM, - VK_FORMAT_R16G16B16A16_SNORM, - VK_FORMAT_R16G16_SNORM, - VK_FORMAT_R8G8_SNORM, - VK_FORMAT_R16_SNORM, - VK_FORMAT_R8_SNORM, - VK_FORMAT_R16G16_SINT, - VK_FORMAT_R8G8_SINT, - VK_FORMAT_R16_SINT, - VK_FORMAT_R8_SINT, - VK_FORMAT_A2B10G10R10_UINT_PACK32, - VK_FORMAT_R16G16_UINT, - VK_FORMAT_R8G8_UINT, - VK_FORMAT_R16_UINT, - VK_FORMAT_R8_UINT, - }; - - for (auto fmt : supported_formats) - if (fmt == format) - return true; - - return false; -} -} diff --git a/external/parallel-rdp-standalone/vulkan/image.cpp b/external/parallel-rdp-standalone/vulkan/image.cpp deleted file mode 100644 index 0349c33a..00000000 --- a/external/parallel-rdp-standalone/vulkan/image.cpp +++ /dev/null @@ -1,241 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "image.hpp" -#include "device.hpp" -#include "buffer.hpp" - -using namespace std; - -namespace Vulkan -{ -ImageView::ImageView(Device *device_, VkImageView view_, const ImageViewCreateInfo &info_) - : Cookie(device_) - , device(device_) - , view(view_) - , info(info_) -{ -} - -VkImageView ImageView::get_render_target_view(unsigned layer) const -{ - // Transient images just have one layer. - if (info.image->get_create_info().domain == ImageDomain::Transient) - return view; - - VK_ASSERT(layer < get_create_info().layers); - - if (render_target_views.empty()) - return view; - else - { - VK_ASSERT(layer < render_target_views.size()); - return render_target_views[layer]; - } -} - -ImageView::~ImageView() -{ - if (internal_sync) - { - device->destroy_image_view_nolock(view); - if (depth_view != VK_NULL_HANDLE) - device->destroy_image_view_nolock(depth_view); - if (stencil_view != VK_NULL_HANDLE) - device->destroy_image_view_nolock(stencil_view); - if (unorm_view != VK_NULL_HANDLE) - device->destroy_image_view_nolock(unorm_view); - if (srgb_view != VK_NULL_HANDLE) - device->destroy_image_view_nolock(srgb_view); - - for (auto &v : render_target_views) - device->destroy_image_view_nolock(v); - } - else - { - device->destroy_image_view(view); - if (depth_view != VK_NULL_HANDLE) - device->destroy_image_view(depth_view); - if (stencil_view != VK_NULL_HANDLE) - device->destroy_image_view(stencil_view); - if (unorm_view != VK_NULL_HANDLE) - device->destroy_image_view(unorm_view); - if (srgb_view != VK_NULL_HANDLE) - device->destroy_image_view(srgb_view); - - for (auto &v : render_target_views) - device->destroy_image_view(v); - } -} - -unsigned ImageView::get_view_width() const -{ - return info.image->get_width(info.base_level); -} - -unsigned ImageView::get_view_height() const -{ - return info.image->get_height(info.base_level); -} - -unsigned ImageView::get_view_depth() const -{ - return info.image->get_depth(info.base_level); -} - -Image::Image(Device *device_, VkImage image_, VkImageView default_view, const DeviceAllocation &alloc_, - const ImageCreateInfo &create_info_, VkImageViewType view_type) - : Cookie(device_) - , device(device_) - , image(image_) - , alloc(alloc_) - , create_info(create_info_) -{ - if (default_view != VK_NULL_HANDLE) - { - ImageViewCreateInfo info; - info.image = this; - info.view_type = view_type; - info.format = create_info.format; - info.base_level = 0; - info.levels = create_info.levels; - info.base_layer = 0; - info.layers = create_info.layers; - view = ImageViewHandle(device->handle_pool.image_views.allocate(device, default_view, info)); - } -} - -DeviceAllocation Image::take_allocation_ownership() -{ - DeviceAllocation ret = {}; - std::swap(ret, alloc); - return ret; -} - -void Image::disown_image() -{ - owns_image = false; -} - -void Image::disown_memory_allocation() -{ - owns_memory_allocation = false; -} - -Image::~Image() -{ - if (owns_image) - { - if (internal_sync) - device->destroy_image_nolock(image); - else - device->destroy_image(image); - } - - if (alloc.get_memory() && owns_memory_allocation) - { - if (internal_sync) - device->free_memory_nolock(alloc); - else - device->free_memory(alloc); - } -} - -const Buffer &LinearHostImage::get_host_visible_buffer() const -{ - return *cpu_image; -} - -bool LinearHostImage::need_staging_copy() const -{ - return gpu_image->get_create_info().domain != ImageDomain::LinearHostCached && - gpu_image->get_create_info().domain != ImageDomain::LinearHost; -} - -const DeviceAllocation &LinearHostImage::get_host_visible_allocation() const -{ - return need_staging_copy() ? cpu_image->get_allocation() : gpu_image->get_allocation(); -} - -const ImageView &LinearHostImage::get_view() const -{ - return gpu_image->get_view(); -} - -const Image &LinearHostImage::get_image() const -{ - return *gpu_image; -} - -size_t LinearHostImage::get_offset() const -{ - return row_offset; -} - -size_t LinearHostImage::get_row_pitch_bytes() const -{ - return row_pitch; -} - -VkPipelineStageFlags LinearHostImage::get_used_pipeline_stages() const -{ - return stages; -} - -LinearHostImage::LinearHostImage(Device *device_, ImageHandle gpu_image_, BufferHandle cpu_image_, VkPipelineStageFlags stages_) - : device(device_), gpu_image(move(gpu_image_)), cpu_image(move(cpu_image_)), stages(stages_) -{ - if (gpu_image->get_create_info().domain == ImageDomain::LinearHostCached || - gpu_image->get_create_info().domain == ImageDomain::LinearHost) - { - VkImageSubresource sub = {}; - sub.aspectMask = format_to_aspect_mask(gpu_image->get_format()); - VkSubresourceLayout layout; - - auto &table = device_->get_device_table(); - table.vkGetImageSubresourceLayout(device->get_device(), gpu_image->get_image(), &sub, &layout); - row_pitch = layout.rowPitch; - row_offset = layout.offset; - } - else - { - row_pitch = gpu_image->get_width() * TextureFormatLayout::format_block_size(gpu_image->get_format(), - format_to_aspect_mask(gpu_image->get_format())); - row_offset = 0; - } -} - -void ImageViewDeleter::operator()(ImageView *view) -{ - view->device->handle_pool.image_views.free(view); -} - -void ImageDeleter::operator()(Image *image) -{ - image->device->handle_pool.images.free(image); -} - -void LinearHostImageDeleter::operator()(LinearHostImage *image) -{ - image->device->handle_pool.linear_images.free(image); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/image.hpp b/external/parallel-rdp-standalone/vulkan/image.hpp deleted file mode 100644 index 210ba3e3..00000000 --- a/external/parallel-rdp-standalone/vulkan/image.hpp +++ /dev/null @@ -1,676 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "cookie.hpp" -#include "format.hpp" -#include "vulkan_common.hpp" -#include "memory_allocator.hpp" -#include "vulkan_headers.hpp" -#include - -namespace Vulkan -{ -class Device; - -static inline VkPipelineStageFlags image_usage_to_possible_stages(VkImageUsageFlags usage) -{ - VkPipelineStageFlags flags = 0; - - if (usage & (VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT)) - flags |= VK_PIPELINE_STAGE_TRANSFER_BIT; - if (usage & VK_IMAGE_USAGE_SAMPLED_BIT) - flags |= VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT | VK_PIPELINE_STAGE_VERTEX_SHADER_BIT | - VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; - if (usage & VK_IMAGE_USAGE_STORAGE_BIT) - flags |= VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT; - if (usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) - flags |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - if (usage & VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT) - flags |= VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - if (usage & VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT) - flags |= VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; - - if (usage & VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT) - { - VkPipelineStageFlags possible = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT | - VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | - VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - - if (usage & VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT) - possible |= VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; - - flags &= possible; - } - - return flags; -} - -static inline VkAccessFlags image_layout_to_possible_access(VkImageLayout layout) -{ - switch (layout) - { - case VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL: - return VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_INPUT_ATTACHMENT_READ_BIT; - case VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL: - return VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_BIT; - case VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL: - return VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT | VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT; - case VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL: - return VK_ACCESS_INPUT_ATTACHMENT_READ_BIT | VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT; - case VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL: - return VK_ACCESS_TRANSFER_READ_BIT; - case VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL: - return VK_ACCESS_TRANSFER_WRITE_BIT; - default: - return ~0u; - } -} - -static inline VkAccessFlags image_usage_to_possible_access(VkImageUsageFlags usage) -{ - VkAccessFlags flags = 0; - - if (usage & (VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT)) - flags |= VK_ACCESS_TRANSFER_READ_BIT | VK_ACCESS_TRANSFER_WRITE_BIT; - if (usage & VK_IMAGE_USAGE_SAMPLED_BIT) - flags |= VK_ACCESS_SHADER_READ_BIT; - if (usage & VK_IMAGE_USAGE_STORAGE_BIT) - flags |= VK_ACCESS_SHADER_WRITE_BIT | VK_ACCESS_SHADER_READ_BIT; - if (usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) - flags |= VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_BIT; - if (usage & VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT) - flags |= VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT | VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT; - if (usage & VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT) - flags |= VK_ACCESS_INPUT_ATTACHMENT_READ_BIT; - - // Transient attachments can only be attachments, and never other resources. - if (usage & VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT) - { - flags &= VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_BIT | - VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT | VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT | - VK_ACCESS_INPUT_ATTACHMENT_READ_BIT; - } - - return flags; -} - -static inline uint32_t image_num_miplevels(const VkExtent3D &extent) -{ - uint32_t size = std::max(std::max(extent.width, extent.height), extent.depth); - return Util::floor_log2(size) + 1; -} - -static inline VkFormatFeatureFlags image_usage_to_features(VkImageUsageFlags usage) -{ - VkFormatFeatureFlags flags = 0; - if (usage & VK_IMAGE_USAGE_SAMPLED_BIT) - flags |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT; - if (usage & VK_IMAGE_USAGE_STORAGE_BIT) - flags |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; - if (usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) - flags |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT; - if (usage & VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT) - flags |= VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT; - - return flags; -} - -struct ImageInitialData -{ - const void *data; - unsigned row_length; - unsigned image_height; -}; - -enum ImageMiscFlagBits -{ - IMAGE_MISC_GENERATE_MIPS_BIT = 1 << 0, - IMAGE_MISC_FORCE_ARRAY_BIT = 1 << 1, - IMAGE_MISC_MUTABLE_SRGB_BIT = 1 << 2, - IMAGE_MISC_CONCURRENT_QUEUE_GRAPHICS_BIT = 1 << 3, - IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_COMPUTE_BIT = 1 << 4, - IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_GRAPHICS_BIT = 1 << 5, - IMAGE_MISC_CONCURRENT_QUEUE_ASYNC_TRANSFER_BIT = 1 << 6, - IMAGE_MISC_VERIFY_FORMAT_FEATURE_SAMPLED_LINEAR_FILTER_BIT = 1 << 7, - IMAGE_MISC_LINEAR_IMAGE_IGNORE_DEVICE_LOCAL_BIT = 1 << 8, - IMAGE_MISC_FORCE_NO_DEDICATED_BIT = 1 << 9, - IMAGE_MISC_NO_DEFAULT_VIEWS_BIT = 1 << 10 -}; -using ImageMiscFlags = uint32_t; - -enum ImageViewMiscFlagBits -{ - IMAGE_VIEW_MISC_FORCE_ARRAY_BIT = 1 << 0 -}; -using ImageViewMiscFlags = uint32_t; - -class Image; - -struct ImageViewCreateInfo -{ - const Image *image = nullptr; - VkFormat format = VK_FORMAT_UNDEFINED; - unsigned base_level = 0; - unsigned levels = VK_REMAINING_MIP_LEVELS; - unsigned base_layer = 0; - unsigned layers = VK_REMAINING_ARRAY_LAYERS; - VkImageViewType view_type = VK_IMAGE_VIEW_TYPE_MAX_ENUM; - ImageViewMiscFlags misc = 0; - VkComponentMapping swizzle = { - VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A, - }; -}; - -class ImageView; - -struct ImageViewDeleter -{ - void operator()(ImageView *view); -}; - -class ImageView : public Util::IntrusivePtrEnabled, - public Cookie, public InternalSyncEnabled -{ -public: - friend struct ImageViewDeleter; - - ImageView(Device *device, VkImageView view, const ImageViewCreateInfo &info); - - ~ImageView(); - - void set_alt_views(VkImageView depth, VkImageView stencil) - { - VK_ASSERT(depth_view == VK_NULL_HANDLE); - VK_ASSERT(stencil_view == VK_NULL_HANDLE); - depth_view = depth; - stencil_view = stencil; - } - - void set_render_target_views(std::vector views) - { - VK_ASSERT(render_target_views.empty()); - render_target_views = std::move(views); - } - - void set_unorm_view(VkImageView view_) - { - VK_ASSERT(unorm_view == VK_NULL_HANDLE); - unorm_view = view_; - } - - void set_srgb_view(VkImageView view_) - { - VK_ASSERT(srgb_view == VK_NULL_HANDLE); - srgb_view = view_; - } - - // By default, gets a combined view which includes all aspects in the image. - // This would be used mostly for render targets. - VkImageView get_view() const - { - return view; - } - - VkImageView get_render_target_view(unsigned layer) const; - - // Gets an image view which only includes floating point domains. - // Takes effect when we want to sample from an image which is Depth/Stencil, - // but we only want to sample depth. - VkImageView get_float_view() const - { - return depth_view != VK_NULL_HANDLE ? depth_view : view; - } - - // Gets an image view which only includes integer domains. - // Takes effect when we want to sample from an image which is Depth/Stencil, - // but we only want to sample stencil. - VkImageView get_integer_view() const - { - return stencil_view != VK_NULL_HANDLE ? stencil_view : view; - } - - VkImageView get_unorm_view() const - { - return unorm_view; - } - - VkImageView get_srgb_view() const - { - return srgb_view; - } - - VkFormat get_format() const - { - return info.format; - } - - const Image &get_image() const - { - return *info.image; - } - - const ImageViewCreateInfo &get_create_info() const - { - return info; - } - - unsigned get_view_width() const; - unsigned get_view_height() const; - unsigned get_view_depth() const; - -private: - Device *device; - VkImageView view; - std::vector render_target_views; - VkImageView depth_view = VK_NULL_HANDLE; - VkImageView stencil_view = VK_NULL_HANDLE; - VkImageView unorm_view = VK_NULL_HANDLE; - VkImageView srgb_view = VK_NULL_HANDLE; - ImageViewCreateInfo info; -}; - -using ImageViewHandle = Util::IntrusivePtr; - -enum class ImageDomain -{ - Physical, - Transient, - LinearHostCached, - LinearHost -}; - -class ImmutableYcbcrConversion; - -struct ImageCreateInfo -{ - ImageDomain domain = ImageDomain::Physical; - unsigned width = 0; - unsigned height = 0; - unsigned depth = 1; - unsigned levels = 1; - VkFormat format = VK_FORMAT_UNDEFINED; - VkImageType type = VK_IMAGE_TYPE_2D; - unsigned layers = 1; - VkImageUsageFlags usage = 0; - VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT; - VkImageCreateFlags flags = 0; - ImageMiscFlags misc = 0; - VkImageLayout initial_layout = VK_IMAGE_LAYOUT_GENERAL; - VkComponentMapping swizzle = { - VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A, - }; - const DeviceAllocation **memory_aliases = nullptr; - unsigned num_memory_aliases = 0; - const ImmutableYcbcrConversion *ycbcr_conversion = nullptr; - void *pnext = nullptr; - - static ImageCreateInfo immutable_image(const TextureFormatLayout &layout) - { - Vulkan::ImageCreateInfo info; - info.width = layout.get_width(); - info.height = layout.get_height(); - info.type = layout.get_image_type(); - info.depth = layout.get_depth(); - info.format = layout.get_format(); - info.layers = layout.get_layers(); - info.levels = layout.get_levels(); - info.usage = VK_IMAGE_USAGE_SAMPLED_BIT; - info.initial_layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; - info.samples = VK_SAMPLE_COUNT_1_BIT; - info.domain = ImageDomain::Physical; - return info; - } - - static ImageCreateInfo immutable_2d_image(unsigned width, unsigned height, VkFormat format, bool mipmapped = false) - { - ImageCreateInfo info; - info.width = width; - info.height = height; - info.depth = 1; - info.levels = mipmapped ? 0u : 1u; - info.format = format; - info.type = VK_IMAGE_TYPE_2D; - info.layers = 1; - info.usage = VK_IMAGE_USAGE_SAMPLED_BIT; - info.samples = VK_SAMPLE_COUNT_1_BIT; - info.flags = 0; - info.misc = mipmapped ? unsigned(IMAGE_MISC_GENERATE_MIPS_BIT) : 0u; - info.initial_layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; - return info; - } - - static ImageCreateInfo - immutable_3d_image(unsigned width, unsigned height, unsigned depth, VkFormat format, bool mipmapped = false) - { - ImageCreateInfo info = immutable_2d_image(width, height, format, mipmapped); - info.depth = depth; - info.type = VK_IMAGE_TYPE_3D; - return info; - } - - static ImageCreateInfo render_target(unsigned width, unsigned height, VkFormat format) - { - ImageCreateInfo info; - info.width = width; - info.height = height; - info.depth = 1; - info.levels = 1; - info.format = format; - info.type = VK_IMAGE_TYPE_2D; - info.layers = 1; - info.usage = (format_has_depth_or_stencil_aspect(format) ? VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT : - VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) | - VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT; - - info.samples = VK_SAMPLE_COUNT_1_BIT; - info.flags = 0; - info.misc = 0; - info.initial_layout = format_has_depth_or_stencil_aspect(format) ? - VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : - VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; - return info; - } - - static ImageCreateInfo transient_render_target(unsigned width, unsigned height, VkFormat format) - { - ImageCreateInfo info; - info.domain = ImageDomain::Transient; - info.width = width; - info.height = height; - info.depth = 1; - info.levels = 1; - info.format = format; - info.type = VK_IMAGE_TYPE_2D; - info.layers = 1; - info.usage = (format_has_depth_or_stencil_aspect(format) ? VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT : - VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) | - VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT; - info.samples = VK_SAMPLE_COUNT_1_BIT; - info.flags = 0; - info.misc = 0; - info.initial_layout = VK_IMAGE_LAYOUT_UNDEFINED; - return info; - } - - static uint32_t compute_view_formats(const ImageCreateInfo &info, VkFormat *formats) - { - if ((info.misc & IMAGE_MISC_MUTABLE_SRGB_BIT) == 0) - return 0; - - switch (info.format) - { - case VK_FORMAT_R8G8B8A8_UNORM: - case VK_FORMAT_R8G8B8A8_SRGB: - formats[0] = VK_FORMAT_R8G8B8A8_UNORM; - formats[1] = VK_FORMAT_R8G8B8A8_SRGB; - return 2; - - case VK_FORMAT_B8G8R8A8_UNORM: - case VK_FORMAT_B8G8R8A8_SRGB: - formats[0] = VK_FORMAT_B8G8R8A8_UNORM; - formats[1] = VK_FORMAT_B8G8R8A8_SRGB; - return 2; - - case VK_FORMAT_A8B8G8R8_UNORM_PACK32: - case VK_FORMAT_A8B8G8R8_SRGB_PACK32: - formats[0] = VK_FORMAT_A8B8G8R8_UNORM_PACK32; - formats[1] = VK_FORMAT_A8B8G8R8_SRGB_PACK32; - return 2; - - default: - return 0; - } - } -}; - -class Image; - -struct ImageDeleter -{ - void operator()(Image *image); -}; - -enum class Layout -{ - Optimal, - General -}; - -class Image : public Util::IntrusivePtrEnabled, - public Cookie, public InternalSyncEnabled -{ -public: - friend struct ImageDeleter; - - ~Image(); - - Image(Image &&) = delete; - - Image &operator=(Image &&) = delete; - - const ImageView &get_view() const - { - VK_ASSERT(view); - return *view; - } - - ImageView &get_view() - { - VK_ASSERT(view); - return *view; - } - - VkImage get_image() const - { - return image; - } - - VkFormat get_format() const - { - return create_info.format; - } - - uint32_t get_width(uint32_t lod = 0) const - { - return std::max(1u, create_info.width >> lod); - } - - uint32_t get_height(uint32_t lod = 0) const - { - return std::max(1u, create_info.height >> lod); - } - - uint32_t get_depth(uint32_t lod = 0) const - { - return std::max(1u, create_info.depth >> lod); - } - - const ImageCreateInfo &get_create_info() const - { - return create_info; - } - - VkImageLayout get_layout(VkImageLayout optimal) const - { - return layout_type == Layout::Optimal ? optimal : VK_IMAGE_LAYOUT_GENERAL; - } - - Layout get_layout_type() const - { - return layout_type; - } - - void set_layout(Layout layout) - { - layout_type = layout; - } - - bool is_swapchain_image() const - { - return swapchain_layout != VK_IMAGE_LAYOUT_UNDEFINED; - } - - VkImageLayout get_swapchain_layout() const - { - return swapchain_layout; - } - - void set_swapchain_layout(VkImageLayout layout) - { - swapchain_layout = layout; - } - - void set_stage_flags(VkPipelineStageFlags flags) - { - stage_flags = flags; - } - - void set_access_flags(VkAccessFlags flags) - { - access_flags = flags; - } - - VkPipelineStageFlags get_stage_flags() const - { - return stage_flags; - } - - VkAccessFlags get_access_flags() const - { - return access_flags; - } - - const DeviceAllocation &get_allocation() const - { - return alloc; - } - - void disown_image(); - void disown_memory_allocation(); - DeviceAllocation take_allocation_ownership(); - - void set_surface_transform(VkSurfaceTransformFlagBitsKHR transform) - { - surface_transform = transform; - if (transform != VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR) - { - const VkImageUsageFlags safe_usage_flags = - VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT | - VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | - VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | - VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT; - - if ((create_info.usage & ~safe_usage_flags) != 0) - { - LOGW("Using surface transform for non-pure render target image (usage: %u). This can lead to weird results.\n", - create_info.usage); - } - } - } - - VkSurfaceTransformFlagBitsKHR get_surface_transform() const - { - return surface_transform; - } - -private: - friend class Util::ObjectPool; - - Image(Device *device, VkImage image, VkImageView default_view, const DeviceAllocation &alloc, - const ImageCreateInfo &info, VkImageViewType view_type); - - Device *device; - VkImage image; - ImageViewHandle view; - DeviceAllocation alloc; - ImageCreateInfo create_info; - - Layout layout_type = Layout::Optimal; - VkPipelineStageFlags stage_flags = 0; - VkAccessFlags access_flags = 0; - VkImageLayout swapchain_layout = VK_IMAGE_LAYOUT_UNDEFINED; - VkSurfaceTransformFlagBitsKHR surface_transform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; - bool owns_image = true; - bool owns_memory_allocation = true; -}; - -using ImageHandle = Util::IntrusivePtr; - -class LinearHostImage; -struct LinearHostImageDeleter -{ - void operator()(LinearHostImage *image); -}; - -class Buffer; - -enum LinearHostImageCreateInfoFlagBits -{ - LINEAR_HOST_IMAGE_HOST_CACHED_BIT = 1 << 0, - LINEAR_HOST_IMAGE_REQUIRE_LINEAR_FILTER_BIT = 1 << 1, - LINEAR_HOST_IMAGE_IGNORE_DEVICE_LOCAL_BIT = 1 << 2 -}; -using LinearHostImageCreateInfoFlags = uint32_t; - -struct LinearHostImageCreateInfo -{ - unsigned width = 0; - unsigned height = 0; - VkFormat format = VK_FORMAT_UNDEFINED; - VkImageUsageFlags usage = 0; - VkPipelineStageFlags stages = VK_PIPELINE_STAGE_ALL_COMMANDS_BIT; - LinearHostImageCreateInfoFlags flags = 0; -}; - -// Special image type which supports direct CPU mapping. -// Useful optimization for UMA implementations of Vulkan where we don't necessarily need -// to perform staging copies. It gracefully falls back to staging buffer as needed. -// Only usage flag SAMPLED_BIT is currently supported. -class LinearHostImage : public Util::IntrusivePtrEnabled -{ -public: - friend struct LinearHostImageDeleter; - - size_t get_row_pitch_bytes() const; - size_t get_offset() const; - const ImageView &get_view() const; - const Image &get_image() const; - const DeviceAllocation &get_host_visible_allocation() const; - const Buffer &get_host_visible_buffer() const; - bool need_staging_copy() const; - VkPipelineStageFlags get_used_pipeline_stages() const; - -private: - friend class Util::ObjectPool; - LinearHostImage(Device *device, ImageHandle gpu_image, Util::IntrusivePtr cpu_image, - VkPipelineStageFlags stages); - Device *device; - ImageHandle gpu_image; - Util::IntrusivePtr cpu_image; - VkPipelineStageFlags stages; - size_t row_pitch; - size_t row_offset; -}; -using LinearHostImageHandle = Util::IntrusivePtr; -} diff --git a/external/parallel-rdp-standalone/vulkan/limits.hpp b/external/parallel-rdp-standalone/vulkan/limits.hpp deleted file mode 100644 index b6f22d8a..00000000 --- a/external/parallel-rdp-standalone/vulkan/limits.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -namespace Vulkan -{ -constexpr unsigned VULKAN_NUM_DESCRIPTOR_SETS = 4; -constexpr unsigned VULKAN_NUM_BINDINGS = 32; -constexpr unsigned VULKAN_NUM_BINDINGS_BINDLESS_VARYING = 16 * 1024; -constexpr unsigned VULKAN_NUM_ATTACHMENTS = 8; -constexpr unsigned VULKAN_NUM_VERTEX_ATTRIBS = 16; -constexpr unsigned VULKAN_NUM_VERTEX_BUFFERS = 4; -constexpr unsigned VULKAN_PUSH_CONSTANT_SIZE = 128; -constexpr unsigned VULKAN_MAX_UBO_SIZE = 16 * 1024; -constexpr unsigned VULKAN_NUM_SPEC_CONSTANTS = 8; -} diff --git a/external/parallel-rdp-standalone/vulkan/memory_allocator.cpp b/external/parallel-rdp-standalone/vulkan/memory_allocator.cpp deleted file mode 100644 index 4925f2ce..00000000 --- a/external/parallel-rdp-standalone/vulkan/memory_allocator.cpp +++ /dev/null @@ -1,797 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "memory_allocator.hpp" -#include "device.hpp" -#include - -using namespace std; - -#ifdef GRANITE_VULKAN_MT -#define ALLOCATOR_LOCK() std::lock_guard holder__{lock} -#else -#define ALLOCATOR_LOCK() -#endif - -namespace Vulkan -{ - -void DeviceAllocation::free_immediate() -{ - if (!alloc) - return; - - alloc->free(this); - alloc = nullptr; - base = VK_NULL_HANDLE; - mask = 0; - offset = 0; -} - -void DeviceAllocation::free_immediate(DeviceAllocator &allocator) -{ - if (alloc) - free_immediate(); - else if (base) - { - allocator.free_no_recycle(size, memory_type, base); - base = VK_NULL_HANDLE; - } -} - -void DeviceAllocation::free_global(DeviceAllocator &allocator, uint32_t size_, uint32_t memory_type_) -{ - if (base) - { - allocator.free(size_, memory_type_, mode, base, host_base != nullptr); - base = VK_NULL_HANDLE; - mask = 0; - offset = 0; - } -} - -void Block::allocate(uint32_t num_blocks, DeviceAllocation *block) -{ - VK_ASSERT(NumSubBlocks >= num_blocks); - VK_ASSERT(num_blocks != 0); - - uint32_t block_mask; - if (num_blocks == NumSubBlocks) - block_mask = ~0u; - else - block_mask = ((1u << num_blocks) - 1u); - - uint32_t mask = free_blocks[num_blocks - 1]; - uint32_t b = trailing_zeroes(mask); - - VK_ASSERT(((free_blocks[0] >> b) & block_mask) == block_mask); - - uint32_t sb = block_mask << b; - free_blocks[0] &= ~sb; - update_longest_run(); - - block->mask = sb; - block->offset = b; -} - -void Block::free(uint32_t mask) -{ - VK_ASSERT((free_blocks[0] & mask) == 0); - free_blocks[0] |= mask; - update_longest_run(); -} - -void ClassAllocator::suballocate(uint32_t num_blocks, AllocationMode mode, uint32_t memory_type_, MiniHeap &heap, - DeviceAllocation *alloc) -{ - heap.heap.allocate(num_blocks, alloc); - alloc->base = heap.allocation.base; - alloc->offset <<= sub_block_size_log2; - - if (heap.allocation.host_base) - alloc->host_base = heap.allocation.host_base + alloc->offset; - - alloc->offset += heap.allocation.offset; - alloc->mode = mode; - alloc->memory_type = memory_type_; - alloc->alloc = this; - alloc->size = num_blocks << sub_block_size_log2; -} - -bool ClassAllocator::allocate(uint32_t size, AllocationMode mode, DeviceAllocation *alloc) -{ - ALLOCATOR_LOCK(); - unsigned num_blocks = (size + sub_block_size - 1) >> sub_block_size_log2; - uint32_t size_mask = (1u << (num_blocks - 1)) - 1; - - VK_ASSERT(mode != AllocationMode::Count); - auto &m = mode_heaps[Util::ecast(mode)]; - - uint32_t index = trailing_zeroes(m.heap_availability_mask & ~size_mask); - - if (index < Block::NumSubBlocks) - { - auto itr = m.heaps[index].begin(); - VK_ASSERT(itr); - VK_ASSERT(index >= (num_blocks - 1)); - - auto &heap = *itr; - suballocate(num_blocks, mode, memory_type, heap, alloc); - unsigned new_index = heap.heap.get_longest_run() - 1; - - if (heap.heap.full()) - { - m.full_heaps.move_to_front(m.heaps[index], itr); - if (!m.heaps[index].begin()) - m.heap_availability_mask &= ~(1u << index); - } - else if (new_index != index) - { - auto &new_heap = m.heaps[new_index]; - new_heap.move_to_front(m.heaps[index], itr); - m.heap_availability_mask |= 1u << new_index; - if (!m.heaps[index].begin()) - m.heap_availability_mask &= ~(1u << index); - } - - alloc->heap = itr; - alloc->mode = mode; - - return true; - } - - // We didn't find a vacant heap, make a new one. - auto *node = object_pool.allocate(); - if (!node) - return false; - - auto &heap = *node; - uint32_t alloc_size = sub_block_size * Block::NumSubBlocks; - - if (parent) - { - // We cannot allocate a new block from parent ... This is fatal. - if (!parent->allocate(alloc_size, mode, &heap.allocation)) - { - object_pool.free(node); - return false; - } - } - else - { - heap.allocation.offset = 0; - heap.allocation.host_base = nullptr; - heap.allocation.mode = mode; - if (!global_allocator->allocate(alloc_size, memory_type, mode, &heap.allocation.base, - (mode == AllocationMode::LinearHostMappable || - mode == AllocationMode::LinearDevice || - mode == AllocationMode::LinearDeviceHighPriority) ? &heap.allocation.host_base : nullptr, - VK_NULL_HANDLE)) - { - object_pool.free(node); - return false; - } - } - - // This cannot fail. - suballocate(num_blocks, mode, memory_type, heap, alloc); - - alloc->heap = node; - if (heap.heap.full()) - { - m.full_heaps.insert_front(node); - } - else - { - unsigned new_index = heap.heap.get_longest_run() - 1; - m.heaps[new_index].insert_front(node); - m.heap_availability_mask |= 1u << new_index; - } - - alloc->mode = mode; - - return true; -} - -ClassAllocator::~ClassAllocator() -{ - bool error = false; - for (auto &m : mode_heaps) - { - if (m.full_heaps.begin()) - error = true; - - for (auto &h : m.heaps) - if (h.begin()) - error = true; - } - - if (error) - LOGE("Memory leaked in class allocator!\n"); -} - -void ClassAllocator::free(DeviceAllocation *alloc) -{ - ALLOCATOR_LOCK(); - auto *heap = alloc->heap.get(); - auto &block = heap->heap; - bool was_full = block.full(); - - VK_ASSERT(alloc->mode != AllocationMode::Count); - auto &m = mode_heaps[Util::ecast(alloc->mode)]; - - unsigned index = block.get_longest_run() - 1; - block.free(alloc->mask); - unsigned new_index = block.get_longest_run() - 1; - - if (block.empty()) - { - // Our mini-heap is completely freed, free to higher level allocator. - if (parent) - heap->allocation.free_immediate(); - else - heap->allocation.free_global(*global_allocator, sub_block_size * Block::NumSubBlocks, memory_type); - - if (was_full) - m.full_heaps.erase(heap); - else - { - m.heaps[index].erase(heap); - if (!m.heaps[index].begin()) - m.heap_availability_mask &= ~(1u << index); - } - - object_pool.free(heap); - } - else if (was_full) - { - m.heaps[new_index].move_to_front(m.full_heaps, heap); - m.heap_availability_mask |= 1u << new_index; - } - else if (index != new_index) - { - m.heaps[new_index].move_to_front(m.heaps[index], heap); - m.heap_availability_mask |= 1u << new_index; - if (!m.heaps[index].begin()) - m.heap_availability_mask &= ~(1u << index); - } -} - -bool Allocator::allocate_global(uint32_t size, AllocationMode mode, DeviceAllocation *alloc) -{ - // Fall back to global allocation, do not recycle. - alloc->host_base = nullptr; - if (!global_allocator->allocate(size, memory_type, mode, &alloc->base, - (mode == AllocationMode::LinearHostMappable || - mode == AllocationMode::LinearDevice || - mode == AllocationMode::LinearDeviceHighPriority) ? &alloc->host_base : nullptr, VK_NULL_HANDLE)) - return false; - alloc->mode = mode; - alloc->alloc = nullptr; - alloc->memory_type = memory_type; - alloc->size = size; - return true; -} - -bool Allocator::allocate_dedicated(uint32_t size, AllocationMode mode, DeviceAllocation *alloc, VkImage dedicated_image) -{ - // Fall back to global allocation, do not recycle. - alloc->host_base = nullptr; - if (!global_allocator->allocate(size, memory_type, mode, &alloc->base, - (mode == AllocationMode::LinearHostMappable || - mode == AllocationMode::LinearDevice || - mode == AllocationMode::LinearDeviceHighPriority) ? &alloc->host_base : nullptr, dedicated_image)) - return false; - alloc->mode = mode; - alloc->alloc = nullptr; - alloc->memory_type = memory_type; - alloc->size = size; - return true; -} - -DeviceAllocation DeviceAllocation::make_imported_allocation(VkDeviceMemory memory, VkDeviceSize size, - uint32_t memory_type) -{ - DeviceAllocation alloc = {}; - alloc.base = memory; - alloc.offset = 0; - alloc.size = size; - alloc.memory_type = memory_type; - return alloc; -} - -bool Allocator::allocate(uint32_t size, uint32_t alignment, AllocationMode mode, DeviceAllocation *alloc) -{ - for (auto &c : classes) - { - // Find a suitable class to allocate from. - if (size <= c.sub_block_size * Block::NumSubBlocks) - { - if (alignment > c.sub_block_size) - { - size_t padded_size = size + (alignment - c.sub_block_size); - if (padded_size <= c.sub_block_size * Block::NumSubBlocks) - size = padded_size; - else - continue; - } - - bool ret = c.allocate(size, mode, alloc); - if (ret) - { - uint32_t aligned_offset = (alloc->offset + alignment - 1) & ~(alignment - 1); - if (alloc->host_base) - alloc->host_base += aligned_offset - alloc->offset; - alloc->offset = aligned_offset; - } - return ret; - } - } - - return allocate_global(size, mode, alloc); -} - -Allocator::Allocator() -{ - for (int i = 0; i < Util::ecast(MemoryClass::Count) - 1; i++) - classes[i].set_parent(&classes[i + 1]); - - // 128 chunk - get_class_allocator(MemoryClass::Small).set_sub_block_size(128); - // 4k chunk - get_class_allocator(MemoryClass::Medium).set_sub_block_size(128 * Block::NumSubBlocks); // 4K - // 128k chunk - get_class_allocator(MemoryClass::Large).set_sub_block_size(128 * Block::NumSubBlocks * Block::NumSubBlocks); - // 2M chunk - get_class_allocator(MemoryClass::Huge).set_sub_block_size(64 * Block::NumSubBlocks * Block::NumSubBlocks * Block::NumSubBlocks); -} - -void DeviceAllocator::init(Device *device_) -{ - device = device_; - table = &device->get_device_table(); - mem_props = device->get_memory_properties(); - const auto &props = device->get_gpu_properties(); - atom_alignment = props.limits.nonCoherentAtomSize; - - heaps.clear(); - allocators.clear(); - - heaps.resize(mem_props.memoryHeapCount); - allocators.reserve(mem_props.memoryTypeCount); - for (unsigned i = 0; i < mem_props.memoryTypeCount; i++) - { - allocators.emplace_back(new Allocator); - allocators.back()->set_memory_type(i); - allocators.back()->set_global_allocator(this); - } - - HeapBudget budgets[VK_MAX_MEMORY_HEAPS]; - get_memory_budget(budgets); - - // Figure out if we have a PCI-e BAR heap. - // We need to be very careful with our budget (usually 128 MiB out of 256 MiB) on these heaps - // since they can lead to instability if overused. - VkMemoryPropertyFlags combined_allowed_flags[VK_MAX_MEMORY_HEAPS] = {}; - for (uint32_t i = 0; i < mem_props.memoryTypeCount; i++) - { - uint32_t heap_index = mem_props.memoryTypes[i].heapIndex; - combined_allowed_flags[heap_index] |= mem_props.memoryTypes[i].propertyFlags; - } - - bool has_host_only_heap = false; - bool has_device_only_heap = false; - VkDeviceSize host_heap_size = 0; - VkDeviceSize device_heap_size = 0; - const VkMemoryPropertyFlags pinned_flags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | - VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; - for (uint32_t i = 0; i < mem_props.memoryHeapCount; i++) - { - if ((combined_allowed_flags[i] & pinned_flags) == VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) - { - has_host_only_heap = true; - host_heap_size = (std::max)(host_heap_size, mem_props.memoryHeaps[i].size); - } - else if ((combined_allowed_flags[i] & pinned_flags) == VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) - { - has_device_only_heap = true; - device_heap_size = (std::max)(device_heap_size, mem_props.memoryHeaps[i].size); - } - } - - // If we have ReBAR enabled, we generally won't find DEVICE only and HOST only heaps. - // Budget criticalness should only be considered if we have the default small BAR heap (256 MiB). - if (has_host_only_heap && has_device_only_heap) - { - for (uint32_t i = 0; i < mem_props.memoryHeapCount; i++) - { - if ((combined_allowed_flags[i] & pinned_flags) == pinned_flags && - mem_props.memoryHeaps[i].size < host_heap_size && - mem_props.memoryHeaps[i].size < device_heap_size) - { - memory_heap_is_budget_critical[i] = true; - } - } - } -} - -bool DeviceAllocator::allocate(uint32_t size, uint32_t alignment, AllocationMode mode, uint32_t memory_type, - DeviceAllocation *alloc) -{ - return allocators[memory_type]->allocate(size, alignment, mode, alloc); -} - -bool DeviceAllocator::allocate_image_memory(uint32_t size, uint32_t alignment, AllocationMode mode, uint32_t memory_type, - DeviceAllocation *alloc, VkImage image, - bool force_no_dedicated) -{ - if (force_no_dedicated) - return allocate(size, alignment, mode, memory_type, alloc); - - VkImageMemoryRequirementsInfo2 info = { VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2 }; - info.image = image; - - VkMemoryDedicatedRequirements dedicated_req = { VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS }; - VkMemoryRequirements2 mem_req = { VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2 }; - mem_req.pNext = &dedicated_req; - table->vkGetImageMemoryRequirements2(device->get_device(), &info, &mem_req); - - if (dedicated_req.prefersDedicatedAllocation || dedicated_req.requiresDedicatedAllocation) - return allocators[memory_type]->allocate_dedicated(size, mode, alloc, image); - else - return allocate(size, alignment, mode, memory_type, alloc); -} - -bool DeviceAllocator::allocate_global(uint32_t size, AllocationMode mode, uint32_t memory_type, DeviceAllocation *alloc) -{ - return allocators[memory_type]->allocate_global(size, mode, alloc); -} - -void DeviceAllocator::Heap::garbage_collect(Device *device_) -{ - auto &table_ = device_->get_device_table(); - for (auto &block : blocks) - { - table_.vkFreeMemory(device_->get_device(), block.memory, nullptr); - size -= block.size; - } - blocks.clear(); -} - -DeviceAllocator::~DeviceAllocator() -{ - for (auto &heap : heaps) - heap.garbage_collect(device); -} - -void DeviceAllocator::free(uint32_t size, uint32_t memory_type, AllocationMode mode, VkDeviceMemory memory, bool is_mapped) -{ - if (is_mapped) - table->vkUnmapMemory(device->get_device(), memory); - - ALLOCATOR_LOCK(); - auto &heap = heaps[mem_props.memoryTypes[memory_type].heapIndex]; - - VK_ASSERT(mode != AllocationMode::Count); - - heap.blocks.push_back({ memory, size, memory_type, mode }); - if (memory_heap_is_budget_critical[mem_props.memoryTypes[memory_type].heapIndex]) - heap.garbage_collect(device); -} - -void DeviceAllocator::free_no_recycle(uint32_t size, uint32_t memory_type, VkDeviceMemory memory) -{ - ALLOCATOR_LOCK(); - auto &heap = heaps[mem_props.memoryTypes[memory_type].heapIndex]; - table->vkFreeMemory(device->get_device(), memory, nullptr); - heap.size -= size; -} - -void DeviceAllocator::garbage_collect() -{ - ALLOCATOR_LOCK(); - for (auto &heap : heaps) - heap.garbage_collect(device); -} - -void *DeviceAllocator::map_memory(const DeviceAllocation &alloc, MemoryAccessFlags flags, - VkDeviceSize offset, VkDeviceSize length) -{ - VkDeviceSize base_offset = offset; - - // This will only happen if the memory type is device local only, which we cannot possibly map. - if (!alloc.host_base) - return nullptr; - - if ((flags & MEMORY_ACCESS_READ_BIT) && - !(mem_props.memoryTypes[alloc.memory_type].propertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT)) - { - offset += alloc.offset; - VkDeviceSize end_offset = offset + length; - offset &= ~(atom_alignment - 1); - length = end_offset - offset; - VkDeviceSize size = (length + atom_alignment - 1) & ~(atom_alignment - 1); - - // Have to invalidate cache here. - const VkMappedMemoryRange range = { - VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE, nullptr, alloc.base, offset, size, - }; - table->vkInvalidateMappedMemoryRanges(device->get_device(), 1, &range); - } - - return alloc.host_base + base_offset; -} - -void DeviceAllocator::unmap_memory(const DeviceAllocation &alloc, MemoryAccessFlags flags, - VkDeviceSize offset, VkDeviceSize length) -{ - // This will only happen if the memory type is device local only, which we cannot possibly map. - if (!alloc.host_base) - return; - - if ((flags & MEMORY_ACCESS_WRITE_BIT) && - !(mem_props.memoryTypes[alloc.memory_type].propertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT)) - { - offset += alloc.offset; - VkDeviceSize end_offset = offset + length; - offset &= ~(atom_alignment - 1); - length = end_offset - offset; - VkDeviceSize size = (length + atom_alignment - 1) & ~(atom_alignment - 1); - - // Have to flush caches here. - const VkMappedMemoryRange range = { - VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE, nullptr, alloc.base, offset, size, - }; - table->vkFlushMappedMemoryRanges(device->get_device(), 1, &range); - } -} - -void DeviceAllocator::get_memory_budget_nolock(HeapBudget *heap_budgets) -{ - uint32_t num_heaps = mem_props.memoryHeapCount; - - if (device->get_device_features().supports_memory_budget) - { - VkPhysicalDeviceMemoryProperties2 props = - { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2 }; - VkPhysicalDeviceMemoryBudgetPropertiesEXT budget_props = - { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT }; - - if (device->get_device_features().supports_memory_budget) - props.pNext = &budget_props; - - vkGetPhysicalDeviceMemoryProperties2(device->get_physical_device(), &props); - - for (uint32_t i = 0; i < num_heaps; i++) - { - auto &heap = heap_budgets[i]; - heap.max_size = mem_props.memoryHeaps[i].size; - heap.budget_size = budget_props.heapBudget[i]; - heap.device_usage = budget_props.heapUsage[i]; - heap.tracked_usage = heaps[i].size; - heaps[i].last_budget = heap_budgets[i]; - } - } - else - { - for (uint32_t i = 0; i < num_heaps; i++) - { - auto &heap = heap_budgets[i]; - heap.max_size = mem_props.memoryHeaps[i].size; - // Allow 75%. - heap.budget_size = heap.max_size - (heap.max_size / 4); - heap.tracked_usage = heaps[i].size; - heap.device_usage = heaps[i].size; - heaps[i].last_budget = heap_budgets[i]; - } - } -} - -void DeviceAllocator::get_memory_budget(HeapBudget *heap_budgets) -{ - ALLOCATOR_LOCK(); - get_memory_budget_nolock(heap_budgets); -} - -bool DeviceAllocator::allocate(uint32_t size, uint32_t memory_type, AllocationMode mode, - VkDeviceMemory *memory, uint8_t **host_memory, - VkImage dedicated_image) -{ - uint32_t heap_index = mem_props.memoryTypes[memory_type].heapIndex; - auto &heap = heaps[heap_index]; - ALLOCATOR_LOCK(); - - // Naive searching is fine here as vkAllocate blocks are *huge* and we won't have many of them. - auto itr = end(heap.blocks); - if (dedicated_image == VK_NULL_HANDLE) - { - itr = find_if(begin(heap.blocks), end(heap.blocks), - [=](const Allocation &alloc) { return size == alloc.size && memory_type == alloc.type && mode == alloc.mode; }); - } - - bool host_visible = (mem_props.memoryTypes[memory_type].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) != 0 && - host_memory != nullptr; - - // Found previously used block. - if (itr != end(heap.blocks)) - { - *memory = itr->memory; - if (host_visible) - { - if (table->vkMapMemory(device->get_device(), itr->memory, 0, VK_WHOLE_SIZE, - 0, reinterpret_cast(host_memory)) != VK_SUCCESS) - return false; - } - heap.blocks.erase(itr); - return true; - } - - HeapBudget budgets[VK_MAX_MEMORY_HEAPS]; - get_memory_budget_nolock(budgets); - -#ifdef VULKAN_DEBUG - LOGI("Allocating %.1f MiB on heap #%u (mode #%u), before allocating budget: (%.1f MiB / %.1f MiB) [%.1f / %.1f].\n", - double(size) / double(1024 * 1024), - heap_index, - unsigned(mode), - double(budgets[heap_index].device_usage) / double(1024 * 1024), - double(budgets[heap_index].budget_size) / double(1024 * 1024), - double(budgets[heap_index].tracked_usage) / double(1024 * 1024), - double(budgets[heap_index].max_size) / double(1024 * 1024)); -#endif - - const auto log_heap_index = [&]() { - LOGW(" Size: %u MiB.\n", unsigned(size / (1024 * 1024))); - LOGW(" Device usage: %u MiB.\n", unsigned(budgets[heap_index].device_usage / (1024 * 1024))); - LOGW(" Tracked usage: %u MiB.\n", unsigned(budgets[heap_index].tracked_usage / (1024 * 1024))); - LOGW(" Budget size: %u MiB.\n", unsigned(budgets[heap_index].budget_size / (1024 * 1024))); - LOGW(" Max size: %u MiB.\n", unsigned(budgets[heap_index].max_size / (1024 * 1024))); - }; - - // If we're going to blow out the budget, we should recycle a bit. - if (budgets[heap_index].device_usage + size >= budgets[heap_index].budget_size) - { - LOGW("Will exceed memory budget, cleaning up ...\n"); - log_heap_index(); - heap.garbage_collect(device); - } - - get_memory_budget_nolock(budgets); - if (budgets[heap_index].device_usage + size >= budgets[heap_index].budget_size) - { - LOGW("Even after garbage collection, we will exceed budget ...\n"); - if (memory_heap_is_budget_critical[heap_index]) - return false; - log_heap_index(); - } - - VkMemoryAllocateInfo info = { VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO, nullptr, size, memory_type }; - VkMemoryDedicatedAllocateInfo dedicated = { VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO }; - if (dedicated_image != VK_NULL_HANDLE) - { - dedicated.image = dedicated_image; - info.pNext = &dedicated; - } - - VkMemoryPriorityAllocateInfoEXT priority_info = { VK_STRUCTURE_TYPE_MEMORY_PRIORITY_ALLOCATE_INFO_EXT }; - if (device->get_device_features().memory_priority_features.memoryPriority) - { - switch (mode) - { - case AllocationMode::LinearDeviceHighPriority: - case AllocationMode::OptimalRenderTarget: - priority_info.priority = 1.0f; - break; - - case AllocationMode::LinearDevice: - case AllocationMode::OptimalResource: - priority_info.priority = 0.5f; - break; - - default: - priority_info.priority = 0.0f; - break; - } - - priority_info.pNext = info.pNext; - info.pNext = &priority_info; - } - - VkDeviceMemory device_memory; - VkResult res = table->vkAllocateMemory(device->get_device(), &info, nullptr, &device_memory); - - if (res == VK_SUCCESS) - { - heap.size += size; - *memory = device_memory; - - if (host_visible) - { - if (table->vkMapMemory(device->get_device(), device_memory, 0, VK_WHOLE_SIZE, - 0, reinterpret_cast(host_memory)) != VK_SUCCESS) - { - table->vkFreeMemory(device->get_device(), device_memory, nullptr); - heap.size -= size; - return false; - } - } - - return true; - } - else - { - // Look through our heap and see if there are blocks of other types we can free. - auto block_itr = begin(heap.blocks); - while (res != VK_SUCCESS && itr != end(heap.blocks)) - { - table->vkFreeMemory(device->get_device(), block_itr->memory, nullptr); - heap.size -= block_itr->size; - res = table->vkAllocateMemory(device->get_device(), &info, nullptr, &device_memory); - ++block_itr; - } - - heap.blocks.erase(begin(heap.blocks), block_itr); - - if (res == VK_SUCCESS) - { - heap.size += size; - *memory = device_memory; - - if (host_visible) - { - if (table->vkMapMemory(device->get_device(), device_memory, 0, size, 0, reinterpret_cast(host_memory)) != - VK_SUCCESS) - { - table->vkFreeMemory(device->get_device(), device_memory, nullptr); - heap.size -= size; - return false; - } - } - - return true; - } - else - return false; - } -} - -DeviceAllocationOwner::DeviceAllocationOwner(Device *device_, const DeviceAllocation &alloc_) - : device(device_), alloc(alloc_) -{ -} - -DeviceAllocationOwner::~DeviceAllocationOwner() -{ - if (alloc.get_memory()) - device->free_memory(alloc); -} - -const DeviceAllocation & DeviceAllocationOwner::get_allocation() const -{ - return alloc; -} - -void DeviceAllocationDeleter::operator()(DeviceAllocationOwner *owner) -{ - owner->device->handle_pool.allocations.free(owner); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/memory_allocator.hpp b/external/parallel-rdp-standalone/vulkan/memory_allocator.hpp deleted file mode 100644 index 1898b5e5..00000000 --- a/external/parallel-rdp-standalone/vulkan/memory_allocator.hpp +++ /dev/null @@ -1,402 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "intrusive.hpp" -#include "object_pool.hpp" -#include "intrusive_list.hpp" -#include "vulkan_headers.hpp" -#include "logging.hpp" -#include "bitops.hpp" -#include "enum_cast.hpp" -#include "vulkan_common.hpp" -#include -#include -#include -#include -#include - -#ifdef GRANITE_VULKAN_MT -#include -#endif - -namespace Vulkan -{ -class Device; - -static inline uint32_t log2_integer(uint32_t v) -{ - v--; - return 32 - leading_zeroes(v); -} - -enum class MemoryClass : uint8_t -{ - Small = 0, - Medium, - Large, - Huge, - Count -}; - -enum class AllocationMode : uint8_t -{ - LinearHostMappable = 0, - LinearDevice, - LinearDeviceHighPriority, - OptimalResource, - OptimalRenderTarget, - Count -}; - -enum MemoryAccessFlag : uint32_t -{ - MEMORY_ACCESS_WRITE_BIT = 1, - MEMORY_ACCESS_READ_BIT = 2, - MEMORY_ACCESS_READ_WRITE_BIT = MEMORY_ACCESS_WRITE_BIT | MEMORY_ACCESS_READ_BIT -}; -using MemoryAccessFlags = uint32_t; - -struct DeviceAllocation; -class DeviceAllocator; - -class Block -{ -public: - enum - { - NumSubBlocks = 32u, - AllFree = ~0u - }; - - Block(const Block &) = delete; - void operator=(const Block &) = delete; - - Block() - { - for (auto &v : free_blocks) - v = AllFree; - longest_run = 32; - } - - ~Block() - { - if (free_blocks[0] != AllFree) - LOGE("Memory leak in block detected.\n"); - } - - inline bool full() const - { - return free_blocks[0] == 0; - } - - inline bool empty() const - { - return free_blocks[0] == AllFree; - } - - inline uint32_t get_longest_run() const - { - return longest_run; - } - - void allocate(uint32_t num_blocks, DeviceAllocation *block); - void free(uint32_t mask); - -private: - uint32_t free_blocks[NumSubBlocks]; - uint32_t longest_run = 0; - - inline void update_longest_run() - { - uint32_t f = free_blocks[0]; - longest_run = 0; - - while (f) - { - free_blocks[longest_run++] = f; - f &= f >> 1; - } - } -}; - -struct MiniHeap; -class ClassAllocator; -class DeviceAllocator; -class Allocator; -class Device; - -struct DeviceAllocation -{ - friend class ClassAllocator; - friend class Allocator; - friend class Block; - friend class DeviceAllocator; - friend class Device; - -public: - inline VkDeviceMemory get_memory() const - { - return base; - } - - inline bool allocation_is_global() const - { - return !alloc && base; - } - - inline uint32_t get_offset() const - { - return offset; - } - - inline uint32_t get_size() const - { - return size; - } - - inline uint32_t get_mask() const - { - return mask; - } - - inline bool is_host_allocation() const - { - return host_base != nullptr; - } - - void free_immediate(); - void free_immediate(DeviceAllocator &allocator); - - static DeviceAllocation make_imported_allocation(VkDeviceMemory memory, VkDeviceSize size, uint32_t memory_type); - -private: - VkDeviceMemory base = VK_NULL_HANDLE; - uint8_t *host_base = nullptr; - ClassAllocator *alloc = nullptr; - Util::IntrusiveList::Iterator heap = {}; - uint32_t offset = 0; - uint32_t mask = 0; - uint32_t size = 0; - - AllocationMode mode = AllocationMode::Count; - uint8_t memory_type = 0; - - void free_global(DeviceAllocator &allocator, uint32_t size, uint32_t memory_type); -}; - -class DeviceAllocationOwner; -struct DeviceAllocationDeleter -{ - void operator()(DeviceAllocationOwner *owner); -}; - -class DeviceAllocationOwner : public Util::IntrusivePtrEnabled -{ -public: - friend class Util::ObjectPool; - friend struct DeviceAllocationDeleter; - - ~DeviceAllocationOwner(); - const DeviceAllocation &get_allocation() const; - -private: - DeviceAllocationOwner(Device *device, const DeviceAllocation &alloc); - Device *device; - DeviceAllocation alloc; -}; -using DeviceAllocationOwnerHandle = Util::IntrusivePtr; - -struct MemoryAllocateInfo -{ - VkMemoryRequirements requirements = {}; - VkMemoryPropertyFlags required_properties = 0; - AllocationMode mode = {}; -}; - -struct MiniHeap : Util::IntrusiveListEnabled -{ - DeviceAllocation allocation; - Block heap; -}; - -class Allocator; - -class ClassAllocator -{ -public: - friend class Allocator; - ~ClassAllocator(); - - inline void set_sub_block_size(uint32_t size) - { - sub_block_size_log2 = log2_integer(size); - sub_block_size = size; - } - - bool allocate(uint32_t size, AllocationMode mode, DeviceAllocation *alloc); - void free(DeviceAllocation *alloc); - -private: - ClassAllocator() = default; - struct AllocationModeHeaps - { - Util::IntrusiveList heaps[Block::NumSubBlocks]; - Util::IntrusiveList full_heaps; - uint32_t heap_availability_mask = 0; - }; - ClassAllocator *parent = nullptr; - AllocationModeHeaps mode_heaps[Util::ecast(AllocationMode::Count)]; - Util::ObjectPool object_pool; - - uint32_t sub_block_size = 1; - uint32_t sub_block_size_log2 = 0; - uint32_t memory_type = 0; -#ifdef GRANITE_VULKAN_MT - std::mutex lock; -#endif - DeviceAllocator *global_allocator = nullptr; - - void set_global_allocator(DeviceAllocator *allocator) - { - global_allocator = allocator; - } - - void set_memory_type(uint32_t type) - { - memory_type = type; - } - - void suballocate(uint32_t num_blocks, AllocationMode mode, uint32_t memory_type, MiniHeap &heap, - DeviceAllocation *alloc); - - inline void set_parent(ClassAllocator *allocator) - { - parent = allocator; - } -}; - -class Allocator -{ -public: - Allocator(); - void operator=(const Allocator &) = delete; - Allocator(const Allocator &) = delete; - - bool allocate(uint32_t size, uint32_t alignment, AllocationMode mode, DeviceAllocation *alloc); - bool allocate_global(uint32_t size, AllocationMode mode, DeviceAllocation *alloc); - bool allocate_dedicated(uint32_t size, AllocationMode mode, DeviceAllocation *alloc, VkImage image); - inline ClassAllocator &get_class_allocator(MemoryClass clazz) - { - return classes[static_cast(clazz)]; - } - - static void free(DeviceAllocation *alloc) - { - alloc->free_immediate(); - } - - void set_memory_type(uint32_t memory_type_) - { - memory_type = memory_type_; - for (auto &sub : classes) - sub.set_memory_type(memory_type); - } - - void set_global_allocator(DeviceAllocator *allocator) - { - for (auto &sub : classes) - sub.set_global_allocator(allocator); - global_allocator = allocator; - } - -private: - ClassAllocator classes[Util::ecast(MemoryClass::Count)]; - DeviceAllocator *global_allocator = nullptr; - uint32_t memory_type = 0; -}; - -struct HeapBudget -{ - VkDeviceSize max_size; - VkDeviceSize budget_size; - VkDeviceSize tracked_usage; - VkDeviceSize device_usage; -}; - -class DeviceAllocator -{ -public: - void init(Device *device); - - ~DeviceAllocator(); - - bool allocate(uint32_t size, uint32_t alignment, AllocationMode mode, uint32_t memory_type, - DeviceAllocation *alloc); - bool allocate_image_memory(uint32_t size, uint32_t alignment, AllocationMode mode, uint32_t memory_type, - DeviceAllocation *alloc, VkImage image, bool force_no_dedicated); - - bool allocate_global(uint32_t size, AllocationMode mode, uint32_t memory_type, DeviceAllocation *alloc); - - void garbage_collect(); - void *map_memory(const DeviceAllocation &alloc, MemoryAccessFlags flags, VkDeviceSize offset, VkDeviceSize length); - void unmap_memory(const DeviceAllocation &alloc, MemoryAccessFlags flags, VkDeviceSize offset, VkDeviceSize length); - - bool allocate(uint32_t size, uint32_t memory_type, AllocationMode mode, - VkDeviceMemory *memory, uint8_t **host_memory, - VkImage dedicated_image); - void free(uint32_t size, uint32_t memory_type, AllocationMode mode, VkDeviceMemory memory, bool is_mapped); - void free_no_recycle(uint32_t size, uint32_t memory_type, VkDeviceMemory memory); - - void get_memory_budget(HeapBudget *heaps); - -private: - std::vector> allocators; - Device *device = nullptr; - const VolkDeviceTable *table = nullptr; - VkPhysicalDeviceMemoryProperties mem_props; - VkDeviceSize atom_alignment = 1; -#ifdef GRANITE_VULKAN_MT - std::mutex lock; -#endif - struct Allocation - { - VkDeviceMemory memory; - uint32_t size; - uint32_t type; - AllocationMode mode; - }; - - struct Heap - { - uint64_t size = 0; - std::vector blocks; - void garbage_collect(Device *device); - HeapBudget last_budget; - }; - - std::vector heaps; - bool memory_heap_is_budget_critical[VK_MAX_MEMORY_HEAPS] = {}; - void get_memory_budget_nolock(HeapBudget *heaps); -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/pipeline_event.cpp b/external/parallel-rdp-standalone/vulkan/pipeline_event.cpp deleted file mode 100644 index 7f1cdf81..00000000 --- a/external/parallel-rdp-standalone/vulkan/pipeline_event.cpp +++ /dev/null @@ -1,43 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "pipeline_event.hpp" -#include "device.hpp" - -namespace Vulkan -{ -EventHolder::~EventHolder() -{ - if (event) - { - if (internal_sync) - device->destroy_event_nolock(event); - else - device->destroy_event(event); - } -} - -void EventHolderDeleter::operator()(Vulkan::EventHolder *event) -{ - event->device->handle_pool.events.free(event); -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/vulkan/pipeline_event.hpp b/external/parallel-rdp-standalone/vulkan/pipeline_event.hpp deleted file mode 100644 index 48467cd0..00000000 --- a/external/parallel-rdp-standalone/vulkan/pipeline_event.hpp +++ /dev/null @@ -1,78 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include "vulkan_common.hpp" -#include "cookie.hpp" -#include "object_pool.hpp" - -namespace Vulkan -{ -class Device; -class EventHolder; - -struct EventHolderDeleter -{ - void operator()(EventHolder *event); -}; - -class EventHolder : public Util::IntrusivePtrEnabled, - public InternalSyncEnabled -{ -public: - friend struct EventHolderDeleter; - - ~EventHolder(); - - const VkEvent &get_event() const - { - return event; - } - - VkPipelineStageFlags get_stages() const - { - return stages; - } - - void set_stages(VkPipelineStageFlags stages_) - { - stages = stages_; - } - -private: - friend class Util::ObjectPool; - EventHolder(Device *device_, VkEvent event_) - : device(device_) - , event(event_) - { - } - - Device *device; - VkEvent event; - VkPipelineStageFlags stages = 0; -}; - -using PipelineEvent = Util::IntrusivePtr; - -} diff --git a/external/parallel-rdp-standalone/vulkan/query_pool.cpp b/external/parallel-rdp-standalone/vulkan/query_pool.cpp deleted file mode 100644 index 4cfbb322..00000000 --- a/external/parallel-rdp-standalone/vulkan/query_pool.cpp +++ /dev/null @@ -1,515 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "query_pool.hpp" -#include "device.hpp" -#include - -using namespace std; - -namespace Vulkan -{ -static const char *storage_to_str(VkPerformanceCounterStorageKHR storage) -{ - switch (storage) - { - case VK_PERFORMANCE_COUNTER_STORAGE_FLOAT32_KHR: - return "float32"; - case VK_PERFORMANCE_COUNTER_STORAGE_FLOAT64_KHR: - return "float32"; - case VK_PERFORMANCE_COUNTER_STORAGE_INT32_KHR: - return "int32"; - case VK_PERFORMANCE_COUNTER_STORAGE_INT64_KHR: - return "int64"; - case VK_PERFORMANCE_COUNTER_STORAGE_UINT32_KHR: - return "uint32"; - case VK_PERFORMANCE_COUNTER_STORAGE_UINT64_KHR: - return "uint64"; - default: - return "???"; - } -} - -static const char *scope_to_str(VkPerformanceCounterScopeKHR scope) -{ - switch (scope) - { - case VK_QUERY_SCOPE_COMMAND_BUFFER_KHR: - return "command buffer"; - case VK_QUERY_SCOPE_RENDER_PASS_KHR: - return "render pass"; - case VK_QUERY_SCOPE_COMMAND_KHR: - return "command"; - default: - return "???"; - } -} - -static const char *unit_to_str(VkPerformanceCounterUnitKHR unit) -{ - switch (unit) - { - case VK_PERFORMANCE_COUNTER_UNIT_AMPS_KHR: - return "A"; - case VK_PERFORMANCE_COUNTER_UNIT_BYTES_KHR: - return "bytes"; - case VK_PERFORMANCE_COUNTER_UNIT_BYTES_PER_SECOND_KHR: - return "bytes / second"; - case VK_PERFORMANCE_COUNTER_UNIT_CYCLES_KHR: - return "cycles"; - case VK_PERFORMANCE_COUNTER_UNIT_GENERIC_KHR: - return "units"; - case VK_PERFORMANCE_COUNTER_UNIT_HERTZ_KHR: - return "Hz"; - case VK_PERFORMANCE_COUNTER_UNIT_KELVIN_KHR: - return "K"; - case VK_PERFORMANCE_COUNTER_UNIT_NANOSECONDS_KHR: - return "ns"; - case VK_PERFORMANCE_COUNTER_UNIT_PERCENTAGE_KHR: - return "%"; - case VK_PERFORMANCE_COUNTER_UNIT_VOLTS_KHR: - return "V"; - case VK_PERFORMANCE_COUNTER_UNIT_WATTS_KHR: - return "W"; - default: - return "???"; - } -} - -void PerformanceQueryPool::init_device(Device *device_, uint32_t queue_family_index_) -{ - device = device_; - queue_family_index = queue_family_index_; - - if (!device->get_device_features().performance_query_features.performanceCounterQueryPools) - return; - - uint32_t num_counters = 0; - if (vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR( - device->get_physical_device(), - queue_family_index, - &num_counters, - nullptr, nullptr) != VK_SUCCESS) - { - LOGE("Failed to enumerate performance counters.\n"); - return; - } - - counters.resize(num_counters); - counter_descriptions.resize(num_counters); - - if (vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR( - device->get_physical_device(), - queue_family_index, - &num_counters, - counters.data(), counter_descriptions.data()) != VK_SUCCESS) - { - LOGE("Failed to enumerate performance counters.\n"); - return; - } - - LOGI("Available performance counters for queue family: %u\n", queue_family_index); - for (uint32_t i = 0; i < num_counters; i++) - { - LOGI(" %s: %s\n", counter_descriptions[i].name, counter_descriptions[i].description); - LOGI(" Storage: %s\n", storage_to_str(counters[i].storage)); - LOGI(" Scope: %s\n", scope_to_str(counters[i].scope)); - LOGI(" Unit: %s\n", unit_to_str(counters[i].unit)); - } -} - -PerformanceQueryPool::~PerformanceQueryPool() -{ - if (pool) - device->get_device_table().vkDestroyQueryPool(device->get_device(), pool, nullptr); -} - -void PerformanceQueryPool::begin_command_buffer(VkCommandBuffer cmd) -{ - if (!pool) - return; - - auto &table = device->get_device_table(); - table.vkResetQueryPoolEXT(device->get_device(), pool, 0, 0); - table.vkCmdBeginQuery(cmd, pool, 0, 0); - - VkMemoryBarrier barrier = { VK_STRUCTURE_TYPE_MEMORY_BARRIER }; - barrier.srcAccessMask = VK_ACCESS_MEMORY_WRITE_BIT; - barrier.dstAccessMask = VK_ACCESS_MEMORY_WRITE_BIT | VK_ACCESS_MEMORY_READ_BIT; - table.vkCmdPipelineBarrier(cmd, VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, - 0, 1, &barrier, 0, nullptr, 0, nullptr); -} - -void PerformanceQueryPool::end_command_buffer(VkCommandBuffer cmd) -{ - if (!pool) - return; - - auto &table = device->get_device_table(); - - VkMemoryBarrier barrier = { VK_STRUCTURE_TYPE_MEMORY_BARRIER }; - barrier.srcAccessMask = VK_ACCESS_MEMORY_WRITE_BIT; - barrier.dstAccessMask = VK_ACCESS_MEMORY_WRITE_BIT | VK_ACCESS_MEMORY_READ_BIT; - table.vkCmdPipelineBarrier(cmd, VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, VK_PIPELINE_STAGE_ALL_COMMANDS_BIT, - 0, 1, &barrier, 0, nullptr, 0, nullptr); - table.vkCmdEndQuery(cmd, pool, 0); -} - -void PerformanceQueryPool::report() -{ - auto &table = device->get_device_table(); - if (table.vkGetQueryPoolResults(device->get_device(), pool, - 0, 1, - results.size() * sizeof(VkPerformanceCounterResultKHR), - results.data(), - sizeof(VkPerformanceCounterResultKHR), - 0) != VK_SUCCESS) - { - LOGE("Getting performance counters did not succeed.\n"); - } - - size_t num_counters = results.size(); - - LOGI("\n=== Profiling result ===\n"); - for (size_t i = 0; i < num_counters; i++) - { - auto &counter = counters[active_indices[i]]; - auto &desc = counter_descriptions[active_indices[i]]; - - switch (counter.storage) - { - case VK_PERFORMANCE_COUNTER_STORAGE_INT32_KHR: - LOGI(" %s (%s): %d %s\n", desc.name, desc.description, results[i].int32, unit_to_str(counter.unit)); - break; - case VK_PERFORMANCE_COUNTER_STORAGE_INT64_KHR: - LOGI(" %s (%s): %lld %s\n", desc.name, desc.description, static_cast(results[i].int64), unit_to_str(counter.unit)); - break; - case VK_PERFORMANCE_COUNTER_STORAGE_UINT32_KHR: - LOGI(" %s (%s): %u %s\n", desc.name, desc.description, results[i].uint32, unit_to_str(counter.unit)); - break; - case VK_PERFORMANCE_COUNTER_STORAGE_UINT64_KHR: - LOGI(" %s (%s): %llu %s\n", desc.name, desc.description, static_cast(results[i].uint64), unit_to_str(counter.unit)); - break; - case VK_PERFORMANCE_COUNTER_STORAGE_FLOAT32_KHR: - LOGI(" %s (%s): %g %s\n", desc.name, desc.description, results[i].float32, unit_to_str(counter.unit)); - break; - case VK_PERFORMANCE_COUNTER_STORAGE_FLOAT64_KHR: - LOGI(" %s (%s): %g %s\n", desc.name, desc.description, results[i].float64, unit_to_str(counter.unit)); - break; - default: - break; - } - } - LOGI("================================\n\n"); -} - -uint32_t PerformanceQueryPool::get_num_counters() const -{ - return uint32_t(counters.size()); -} - -const VkPerformanceCounterKHR *PerformanceQueryPool::get_available_counters() const -{ - return counters.data(); -} - -const VkPerformanceCounterDescriptionKHR *PerformanceQueryPool::get_available_counter_descs() const -{ - return counter_descriptions.data(); -} - -bool PerformanceQueryPool::init_counters(const std::vector &counter_names) -{ - if (!device->get_device_features().performance_query_features.performanceCounterQueryPools) - { - LOGE("Device does not support VK_KHR_performance_query.\n"); - return false; - } - - if (!device->get_device_features().host_query_reset_features.hostQueryReset) - { - LOGE("Device does not support host query reset.\n"); - return false; - } - - auto &table = device->get_device_table(); - if (pool) - table.vkDestroyQueryPool(device->get_device(), pool, nullptr); - pool = VK_NULL_HANDLE; - - VkQueryPoolPerformanceCreateInfoKHR performance_info = { VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_CREATE_INFO_KHR }; - VkQueryPoolCreateInfo info = { VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO }; - info.pNext = &performance_info; - - info.queryType = VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR; - info.queryCount = 1; - - active_indices.clear(); - - for (auto &name : counter_names) - { - auto itr = find_if(begin(counter_descriptions), end(counter_descriptions), [&](const VkPerformanceCounterDescriptionKHR &desc) { - return name == desc.name; - }); - - if (itr != end(counter_descriptions)) - { - LOGI("Found counter %s: %s\n", itr->name, itr->description); - active_indices.push_back(itr - begin(counter_descriptions)); - } - } - - if (active_indices.empty()) - { - LOGW("No performance counters were enabled.\n"); - return false; - } - - performance_info.queueFamilyIndex = queue_family_index; - performance_info.counterIndexCount = active_indices.size(); - performance_info.pCounterIndices = active_indices.data(); - results.resize(active_indices.size()); - - uint32_t num_passes = 0; - vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR(device->get_physical_device(), - &performance_info, &num_passes); - - if (num_passes != 1) - { - LOGE("Implementation requires %u passes to query performance counters. Cannot create query pool.\n", - num_passes); - return false; - } - - if (table.vkCreateQueryPool(device->get_device(), &info, nullptr, &pool) != VK_SUCCESS) - { - LOGE("Failed to create performance query pool.\n"); - return false; - } - - return true; -} - -QueryPool::QueryPool(Device *device_) - : device(device_) - , table(device_->get_device_table()) -{ - supports_timestamp = device->get_gpu_properties().limits.timestampComputeAndGraphics; - - // Ignore timestampValidBits and friends for now. - if (supports_timestamp) - add_pool(); -} - -QueryPool::~QueryPool() -{ - for (auto &pool : pools) - table.vkDestroyQueryPool(device->get_device(), pool.pool, nullptr); -} - -void QueryPool::begin() -{ - for (unsigned i = 0; i <= pool_index; i++) - { - if (i >= pools.size()) - continue; - - auto &pool = pools[i]; - if (pool.index == 0) - continue; - - table.vkGetQueryPoolResults(device->get_device(), pool.pool, - 0, pool.index, - pool.index * sizeof(uint64_t), - pool.query_results.data(), - sizeof(uint64_t), - VK_QUERY_RESULT_64_BIT | VK_QUERY_RESULT_WAIT_BIT); - - for (unsigned j = 0; j < pool.index; j++) - pool.cookies[j]->signal_timestamp_ticks(pool.query_results[j]); - - if (device->get_device_features().host_query_reset_features.hostQueryReset) - table.vkResetQueryPoolEXT(device->get_device(), pool.pool, 0, pool.index); - } - - pool_index = 0; - for (auto &pool : pools) - pool.index = 0; -} - -void QueryPool::add_pool() -{ - VkQueryPoolCreateInfo pool_info = { VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO }; - pool_info.queryType = VK_QUERY_TYPE_TIMESTAMP; - pool_info.queryCount = 64; - - Pool pool; - table.vkCreateQueryPool(device->get_device(), &pool_info, nullptr, &pool.pool); - pool.size = pool_info.queryCount; - pool.index = 0; - pool.query_results.resize(pool.size); - pool.cookies.resize(pool.size); - - if (device->get_device_features().host_query_reset_features.hostQueryReset) - table.vkResetQueryPoolEXT(device->get_device(), pool.pool, 0, pool.size); - - pools.push_back(move(pool)); -} - -QueryPoolHandle QueryPool::write_timestamp(VkCommandBuffer cmd, VkPipelineStageFlagBits stage) -{ - if (!supports_timestamp) - { - LOGI("Timestamps are not supported on this implementation.\n"); - return {}; - } - - if (pools[pool_index].index >= pools[pool_index].size) - pool_index++; - - if (pool_index >= pools.size()) - add_pool(); - - auto &pool = pools[pool_index]; - - auto cookie = QueryPoolHandle(device->handle_pool.query.allocate(device, true)); - pool.cookies[pool.index] = cookie; - - if (!device->get_device_features().host_query_reset_features.hostQueryReset) - table.vkCmdResetQueryPool(cmd, pool.pool, pool.index, 1); - table.vkCmdWriteTimestamp(cmd, stage, pool.pool, pool.index); - - pool.index++; - return cookie; -} - -void QueryPoolResultDeleter::operator()(QueryPoolResult *query) -{ - query->device->handle_pool.query.free(query); -} - -void TimestampInterval::mark_end_of_frame_context() -{ - if (total_time > 0.0) - total_frame_iterations++; -} - -uint64_t TimestampInterval::get_total_accumulations() const -{ - return total_accumulations; -} - -uint64_t TimestampInterval::get_total_frame_iterations() const -{ - return total_frame_iterations; -} - -double TimestampInterval::get_total_time() const -{ - return total_time; -} - -void TimestampInterval::accumulate_time(double t) -{ - total_time += t; - total_accumulations++; -} - -double TimestampInterval::get_time_per_iteration() const -{ - if (total_frame_iterations) - return total_time / double(total_frame_iterations); - else - return 0.0; -} - -double TimestampInterval::get_time_per_accumulation() const -{ - if (total_accumulations) - return total_time / double(total_accumulations); - else - return 0.0; -} - -const string &TimestampInterval::get_tag() const -{ - return tag; -} - -void TimestampInterval::reset() -{ - total_time = 0.0; - total_accumulations = 0; - total_frame_iterations = 0; -} - -TimestampInterval::TimestampInterval(string tag_) - : tag(move(tag_)) -{ -} - -TimestampInterval *TimestampIntervalManager::get_timestamp_tag(const char *tag) -{ - Util::Hasher h; - h.string(tag); - return timestamps.emplace_yield(h.get(), tag); -} - -void TimestampIntervalManager::mark_end_of_frame_context() -{ - for (auto ×tamp : timestamps) - timestamp.mark_end_of_frame_context(); -} - -void TimestampIntervalManager::reset() -{ - for (auto ×tamp : timestamps) - timestamp.reset(); -} - -void TimestampIntervalManager::log_simple(const TimestampIntervalReportCallback &func) const -{ - for (auto ×tamp : timestamps) - { - if (timestamp.get_total_frame_iterations()) - { - TimestampIntervalReport report = {}; - report.time_per_accumulation = timestamp.get_time_per_accumulation(); - report.time_per_frame_context = timestamp.get_time_per_iteration(); - report.accumulations_per_frame_context = - double(timestamp.get_total_accumulations()) / double(timestamp.get_total_frame_iterations()); - - if (func) - { - func(timestamp.get_tag(), report); - } - else - { - LOGI("Timestamp tag report: %s\n", timestamp.get_tag().c_str()); - LOGI(" %.3f ms / iteration\n", 1000.0 * report.time_per_accumulation); - LOGI(" %.3f ms / frame context\n", 1000.0 * report.time_per_frame_context); - LOGI(" %.3f iterations / frame context\n", report.accumulations_per_frame_context); - } - } - } -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/vulkan/query_pool.hpp b/external/parallel-rdp-standalone/vulkan/query_pool.hpp deleted file mode 100644 index 6f018f32..00000000 --- a/external/parallel-rdp-standalone/vulkan/query_pool.hpp +++ /dev/null @@ -1,182 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include "vulkan_common.hpp" -#include "object_pool.hpp" -#include - -namespace Vulkan -{ -class Device; - -class PerformanceQueryPool -{ -public: - void init_device(Device *device, uint32_t queue_family_index); - ~PerformanceQueryPool(); - bool init_counters(const std::vector &enable_counter_names); - - void begin_command_buffer(VkCommandBuffer cmd); - void end_command_buffer(VkCommandBuffer cmd); - - void report(); - - uint32_t get_num_counters() const; - const VkPerformanceCounterKHR *get_available_counters() const; - const VkPerformanceCounterDescriptionKHR *get_available_counter_descs() const; - -private: - Device *device = nullptr; - uint32_t queue_family_index = 0; - VkQueryPool pool = VK_NULL_HANDLE; - std::vector results; - std::vector counters; - std::vector counter_descriptions; - std::vector active_indices; -}; - -class QueryPoolResult; - -struct QueryPoolResultDeleter -{ - void operator()(QueryPoolResult *query); -}; - -class QueryPoolResult : public Util::IntrusivePtrEnabled -{ -public: - friend struct QueryPoolResultDeleter; - - void signal_timestamp_ticks(uint64_t ticks) - { - timestamp_ticks = ticks; - has_timestamp = true; - } - - uint64_t get_timestamp_ticks() const - { - return timestamp_ticks; - } - - bool is_signalled() const - { - return has_timestamp; - } - - bool is_device_timebase() const - { - return device_timebase; - } - -private: - friend class Util::ObjectPool; - - explicit QueryPoolResult(Device *device_, bool device_timebase_) - : device(device_), device_timebase(device_timebase_) - {} - - Device *device; - uint64_t timestamp_ticks = 0; - bool has_timestamp = false; - bool device_timebase = false; -}; - -using QueryPoolHandle = Util::IntrusivePtr; - -class QueryPool -{ -public: - explicit QueryPool(Device *device); - - ~QueryPool(); - - void begin(); - - QueryPoolHandle write_timestamp(VkCommandBuffer cmd, VkPipelineStageFlagBits stage); - -private: - Device *device; - const VolkDeviceTable &table; - - struct Pool - { - VkQueryPool pool = VK_NULL_HANDLE; - std::vector query_results; - std::vector cookies; - unsigned index = 0; - unsigned size = 0; - }; - std::vector pools; - unsigned pool_index = 0; - - void add_pool(); - - bool supports_timestamp = false; -}; - -class TimestampInterval : public Util::IntrusiveHashMapEnabled -{ -public: - explicit TimestampInterval(std::string tag); - - void accumulate_time(double t); - double get_time_per_iteration() const; - double get_time_per_accumulation() const; - const std::string &get_tag() const; - void mark_end_of_frame_context(); - - double get_total_time() const; - uint64_t get_total_frame_iterations() const; - uint64_t get_total_accumulations() const; - void reset(); - -private: - std::string tag; - double total_time = 0.0; - uint64_t total_frame_iterations = 0; - uint64_t total_accumulations = 0; -}; - -struct TimestampIntervalReport -{ - double time_per_accumulation; - double time_per_frame_context; - double accumulations_per_frame_context; -}; - -using TimestampIntervalReportCallback = std::function; - -class TimestampIntervalManager -{ -public: - TimestampInterval *get_timestamp_tag(const char *tag); - void mark_end_of_frame_context(); - void reset(); - void log_simple(const TimestampIntervalReportCallback &func = {}) const; - -private: - Util::IntrusiveHashMap timestamps; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/quirks.hpp b/external/parallel-rdp-standalone/vulkan/quirks.hpp deleted file mode 100644 index 8ab25409..00000000 --- a/external/parallel-rdp-standalone/vulkan/quirks.hpp +++ /dev/null @@ -1,52 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -namespace Vulkan -{ -struct ImplementationQuirks -{ - bool instance_deferred_lights = true; - bool merge_subpasses = true; - bool use_transient_color = true; - bool use_transient_depth_stencil = true; - bool clustering_list_iteration = false; - bool clustering_force_cpu = false; - bool queue_wait_on_submission = false; - bool staging_need_device_local = false; - bool use_async_compute_post = true; - bool render_graph_force_single_queue = false; - bool force_no_subgroups = false; - bool force_no_subgroup_shuffle = false; - bool force_no_subgroup_size_control = false; - - static ImplementationQuirks &get(); -}; - -struct ImplementationWorkarounds -{ - bool emulate_event_as_pipeline_barrier = false; - bool optimize_all_graphics_barrier = false; - bool split_binary_timeline_semaphores = false; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/render_pass.cpp b/external/parallel-rdp-standalone/vulkan/render_pass.cpp deleted file mode 100644 index 2a012e78..00000000 --- a/external/parallel-rdp-standalone/vulkan/render_pass.cpp +++ /dev/null @@ -1,1008 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "render_pass.hpp" -#include "stack_allocator.hpp" -#include "device.hpp" -#include "quirks.hpp" -#include -#include - -using namespace std; -using namespace Util; - -#ifdef GRANITE_VULKAN_MT -#define LOCK() std::lock_guard holder__{lock} -#else -#define LOCK() ((void)0) -#endif - -namespace Vulkan -{ -void RenderPass::setup_subpasses(const VkRenderPassCreateInfo &create_info) -{ - auto *attachments = create_info.pAttachments; - - // Store the important subpass information for later. - for (uint32_t i = 0; i < create_info.subpassCount; i++) - { - auto &subpass = create_info.pSubpasses[i]; - - SubpassInfo subpass_info = {}; - subpass_info.num_color_attachments = subpass.colorAttachmentCount; - subpass_info.num_input_attachments = subpass.inputAttachmentCount; - subpass_info.depth_stencil_attachment = *subpass.pDepthStencilAttachment; - memcpy(subpass_info.color_attachments, subpass.pColorAttachments, - subpass.colorAttachmentCount * sizeof(*subpass.pColorAttachments)); - memcpy(subpass_info.input_attachments, subpass.pInputAttachments, - subpass.inputAttachmentCount * sizeof(*subpass.pInputAttachments)); - - unsigned samples = 0; - for (unsigned att = 0; att < subpass_info.num_color_attachments; att++) - { - if (subpass_info.color_attachments[att].attachment == VK_ATTACHMENT_UNUSED) - continue; - - unsigned samp = attachments[subpass_info.color_attachments[att].attachment].samples; - if (samples && (samp != samples)) - VK_ASSERT(samp == samples); - samples = samp; - } - - if (subpass_info.depth_stencil_attachment.attachment != VK_ATTACHMENT_UNUSED) - { - unsigned samp = attachments[subpass_info.depth_stencil_attachment.attachment].samples; - if (samples && (samp != samples)) - VK_ASSERT(samp == samples); - samples = samp; - } - - VK_ASSERT(samples > 0); - subpass_info.samples = samples; - subpasses_info.push_back(subpass_info); - } -} - -RenderPass::RenderPass(Hash hash, Device *device_, const VkRenderPassCreateInfo &create_info) - : IntrusiveHashMapEnabled(hash) - , device(device_) -{ - auto &table = device->get_device_table(); - unsigned num_color_attachments = 0; - if (create_info.attachmentCount > 0) - { - auto &att = create_info.pAttachments[create_info.attachmentCount - 1]; - if (format_has_depth_or_stencil_aspect(att.format)) - { - depth_stencil = att.format; - num_color_attachments = create_info.attachmentCount - 1; - } - else - num_color_attachments = create_info.attachmentCount; - } - - for (unsigned i = 0; i < num_color_attachments; i++) - color_attachments[i] = create_info.pAttachments[i].format; - - // Store the important subpass information for later. - setup_subpasses(create_info); - -#ifdef VULKAN_DEBUG - LOGI("Creating render pass.\n"); -#endif - if (table.vkCreateRenderPass(device->get_device(), &create_info, nullptr, &render_pass) != VK_SUCCESS) - LOGE("Failed to create render pass."); - -#ifdef GRANITE_VULKAN_FOSSILIZE - device->register_render_pass(render_pass, get_hash(), create_info); -#endif -} - -RenderPass::RenderPass(Hash hash, Device *device_, const RenderPassInfo &info) - : IntrusiveHashMapEnabled(hash) - , device(device_) -{ - fill(begin(color_attachments), end(color_attachments), VK_FORMAT_UNDEFINED); - - VK_ASSERT(info.num_color_attachments || info.depth_stencil); - - // Want to make load/store to transient a very explicit thing to do, since it will kill performance. - bool enable_transient_store = (info.op_flags & RENDER_PASS_OP_ENABLE_TRANSIENT_STORE_BIT) != 0; - bool enable_transient_load = (info.op_flags & RENDER_PASS_OP_ENABLE_TRANSIENT_LOAD_BIT) != 0; - bool multiview = info.num_layers > 1; - - // Set up default subpass info structure if we don't have it. - auto *subpass_infos = info.subpasses; - unsigned num_subpasses = info.num_subpasses; - RenderPassInfo::Subpass default_subpass_info; - if (!info.subpasses) - { - default_subpass_info.num_color_attachments = info.num_color_attachments; - if (info.op_flags & RENDER_PASS_OP_DEPTH_STENCIL_READ_ONLY_BIT) - default_subpass_info.depth_stencil_mode = RenderPassInfo::DepthStencil::ReadOnly; - else - default_subpass_info.depth_stencil_mode = RenderPassInfo::DepthStencil::ReadWrite; - - for (unsigned i = 0; i < info.num_color_attachments; i++) - default_subpass_info.color_attachments[i] = i; - num_subpasses = 1; - subpass_infos = &default_subpass_info; - } - - // First, set up attachment descriptions. - const unsigned num_attachments = info.num_color_attachments + (info.depth_stencil ? 1 : 0); - VkAttachmentDescription attachments[VULKAN_NUM_ATTACHMENTS + 1]; - uint32_t implicit_transitions = 0; - uint32_t implicit_bottom_of_pipe = 0; - - VkAttachmentLoadOp ds_load_op = VK_ATTACHMENT_LOAD_OP_DONT_CARE; - VkAttachmentStoreOp ds_store_op = VK_ATTACHMENT_STORE_OP_DONT_CARE; - - VK_ASSERT(!(info.clear_attachments & info.load_attachments)); - - const auto color_load_op = [&info](unsigned index) -> VkAttachmentLoadOp { - if ((info.clear_attachments & (1u << index)) != 0) - return VK_ATTACHMENT_LOAD_OP_CLEAR; - else if ((info.load_attachments & (1u << index)) != 0) - return VK_ATTACHMENT_LOAD_OP_LOAD; - else - return VK_ATTACHMENT_LOAD_OP_DONT_CARE; - }; - - const auto color_store_op = [&info](unsigned index) -> VkAttachmentStoreOp { - if ((info.store_attachments & (1u << index)) != 0) - return VK_ATTACHMENT_STORE_OP_STORE; - else - return VK_ATTACHMENT_STORE_OP_DONT_CARE; - }; - - if (info.op_flags & RENDER_PASS_OP_CLEAR_DEPTH_STENCIL_BIT) - ds_load_op = VK_ATTACHMENT_LOAD_OP_CLEAR; - else if (info.op_flags & RENDER_PASS_OP_LOAD_DEPTH_STENCIL_BIT) - ds_load_op = VK_ATTACHMENT_LOAD_OP_LOAD; - - if (info.op_flags & RENDER_PASS_OP_STORE_DEPTH_STENCIL_BIT) - ds_store_op = VK_ATTACHMENT_STORE_OP_STORE; - - bool ds_read_only = (info.op_flags & RENDER_PASS_OP_DEPTH_STENCIL_READ_ONLY_BIT) != 0; - VkImageLayout depth_stencil_layout = VK_IMAGE_LAYOUT_UNDEFINED; - if (info.depth_stencil) - { - depth_stencil_layout = info.depth_stencil->get_image().get_layout( - ds_read_only ? - VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL : - VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL); - } - - for (unsigned i = 0; i < info.num_color_attachments; i++) - { - VK_ASSERT(info.color_attachments[i]); - color_attachments[i] = info.color_attachments[i]->get_format(); - auto &image = info.color_attachments[i]->get_image(); - auto &att = attachments[i]; - att.flags = 0; - att.format = color_attachments[i]; - att.samples = image.get_create_info().samples; - att.loadOp = color_load_op(i); - att.storeOp = color_store_op(i); - att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; - att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; - // Undefined final layout here for now means that we will just use the layout of the last - // subpass which uses this attachment to avoid any dummy transition at the end. - att.finalLayout = VK_IMAGE_LAYOUT_UNDEFINED; - - if (image.get_create_info().domain == ImageDomain::Transient) - { - if (enable_transient_load) - { - // The transient will behave like a normal image. - att.initialLayout = info.color_attachments[i]->get_image().get_layout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); - } - else - { - // Force a clean discard. - VK_ASSERT(att.loadOp != VK_ATTACHMENT_LOAD_OP_LOAD); - att.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; - } - - if (!enable_transient_store) - att.storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; - - implicit_transitions |= 1u << i; - } - else if (image.is_swapchain_image()) - { - if (att.loadOp == VK_ATTACHMENT_LOAD_OP_LOAD) - att.initialLayout = image.get_swapchain_layout(); - else - att.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; - - att.finalLayout = image.get_swapchain_layout(); - - // If we transition from PRESENT_SRC_KHR, this came from an implicit external subpass dependency - // which happens in BOTTOM_OF_PIPE. To properly transition away from it, we must wait for BOTTOM_OF_PIPE, - // without any memory barriers, since memory has been made available in the implicit barrier. - if (att.loadOp == VK_ATTACHMENT_LOAD_OP_LOAD) - implicit_bottom_of_pipe |= 1u << i; - implicit_transitions |= 1u << i; - } - else - att.initialLayout = info.color_attachments[i]->get_image().get_layout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); - } - - depth_stencil = info.depth_stencil ? info.depth_stencil->get_format() : VK_FORMAT_UNDEFINED; - if (info.depth_stencil) - { - auto &image = info.depth_stencil->get_image(); - auto &att = attachments[info.num_color_attachments]; - att.flags = 0; - att.format = depth_stencil; - att.samples = image.get_create_info().samples; - att.loadOp = ds_load_op; - att.storeOp = ds_store_op; - // Undefined final layout here for now means that we will just use the layout of the last - // subpass which uses this attachment to avoid any dummy transition at the end. - att.finalLayout = VK_IMAGE_LAYOUT_UNDEFINED; - - if (format_to_aspect_mask(depth_stencil) & VK_IMAGE_ASPECT_STENCIL_BIT) - { - att.stencilLoadOp = ds_load_op; - att.stencilStoreOp = ds_store_op; - } - else - { - att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; - att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; - } - - if (image.get_create_info().domain == ImageDomain::Transient) - { - if (enable_transient_load) - { - // The transient will behave like a normal image. - att.initialLayout = depth_stencil_layout; - } - else - { - if (att.loadOp == VK_ATTACHMENT_LOAD_OP_LOAD) - att.loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; - if (att.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD) - att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; - - // For transient attachments we force the layouts. - att.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; - } - - if (!enable_transient_store) - { - att.storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; - att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; - } - - implicit_transitions |= 1u << info.num_color_attachments; - } - else - att.initialLayout = depth_stencil_layout; - } - - Util::StackAllocator reference_allocator; - Util::StackAllocator preserve_allocator; - - vector subpasses(num_subpasses); - vector external_dependencies; - for (unsigned i = 0; i < num_subpasses; i++) - { - auto *colors = reference_allocator.allocate_cleared(subpass_infos[i].num_color_attachments); - auto *inputs = reference_allocator.allocate_cleared(subpass_infos[i].num_input_attachments); - auto *resolves = reference_allocator.allocate_cleared(subpass_infos[i].num_color_attachments); - auto *depth = reference_allocator.allocate_cleared(1); - - auto &subpass = subpasses[i]; - subpass.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; - subpass.colorAttachmentCount = subpass_infos[i].num_color_attachments; - subpass.pColorAttachments = colors; - subpass.inputAttachmentCount = subpass_infos[i].num_input_attachments; - subpass.pInputAttachments = inputs; - subpass.pDepthStencilAttachment = depth; - - if (subpass_infos[i].num_resolve_attachments) - { - VK_ASSERT(subpass_infos[i].num_color_attachments == subpass_infos[i].num_resolve_attachments); - subpass.pResolveAttachments = resolves; - } - - for (unsigned j = 0; j < subpass.colorAttachmentCount; j++) - { - auto att = subpass_infos[i].color_attachments[j]; - VK_ASSERT(att == VK_ATTACHMENT_UNUSED || (att < num_attachments)); - colors[j].attachment = att; - // Fill in later. - colors[j].layout = VK_IMAGE_LAYOUT_UNDEFINED; - } - - for (unsigned j = 0; j < subpass.inputAttachmentCount; j++) - { - auto att = subpass_infos[i].input_attachments[j]; - VK_ASSERT(att == VK_ATTACHMENT_UNUSED || (att < num_attachments)); - inputs[j].attachment = att; - // Fill in later. - inputs[j].layout = VK_IMAGE_LAYOUT_UNDEFINED; - } - - if (subpass.pResolveAttachments) - { - for (unsigned j = 0; j < subpass.colorAttachmentCount; j++) - { - auto att = subpass_infos[i].resolve_attachments[j]; - VK_ASSERT(att == VK_ATTACHMENT_UNUSED || (att < num_attachments)); - resolves[j].attachment = att; - // Fill in later. - resolves[j].layout = VK_IMAGE_LAYOUT_UNDEFINED; - } - } - - if (info.depth_stencil && subpass_infos[i].depth_stencil_mode != RenderPassInfo::DepthStencil::None) - { - depth->attachment = info.num_color_attachments; - // Fill in later. - depth->layout = VK_IMAGE_LAYOUT_UNDEFINED; - } - else - { - depth->attachment = VK_ATTACHMENT_UNUSED; - depth->layout = VK_IMAGE_LAYOUT_UNDEFINED; - } - } - - const auto find_color = [&](unsigned subpass, unsigned attachment) -> VkAttachmentReference * { - auto *colors = subpasses[subpass].pColorAttachments; - for (unsigned i = 0; i < subpasses[subpass].colorAttachmentCount; i++) - if (colors[i].attachment == attachment) - return const_cast(&colors[i]); - return nullptr; - }; - - const auto find_resolve = [&](unsigned subpass, unsigned attachment) -> VkAttachmentReference * { - if (!subpasses[subpass].pResolveAttachments) - return nullptr; - - auto *resolves = subpasses[subpass].pResolveAttachments; - for (unsigned i = 0; i < subpasses[subpass].colorAttachmentCount; i++) - if (resolves[i].attachment == attachment) - return const_cast(&resolves[i]); - return nullptr; - }; - - const auto find_input = [&](unsigned subpass, unsigned attachment) -> VkAttachmentReference * { - auto *inputs = subpasses[subpass].pInputAttachments; - for (unsigned i = 0; i < subpasses[subpass].inputAttachmentCount; i++) - if (inputs[i].attachment == attachment) - return const_cast(&inputs[i]); - return nullptr; - }; - - const auto find_depth_stencil = [&](unsigned subpass, unsigned attachment) -> VkAttachmentReference * { - if (subpasses[subpass].pDepthStencilAttachment->attachment == attachment) - return const_cast(subpasses[subpass].pDepthStencilAttachment); - else - return nullptr; - }; - - // Now, figure out how each attachment is used throughout the subpasses. - // Either we don't care (inherit previous pass), or we need something specific. - // Start with initial layouts. - uint32_t preserve_masks[VULKAN_NUM_ATTACHMENTS + 1] = {}; - - // Last subpass which makes use of an attachment. - unsigned last_subpass_for_attachment[VULKAN_NUM_ATTACHMENTS + 1] = {}; - - VK_ASSERT(num_subpasses <= 32); - - // 1 << subpass bit set if there are color attachment self-dependencies in the subpass. - uint32_t color_self_dependencies = 0; - // 1 << subpass bit set if there are depth-stencil attachment self-dependencies in the subpass. - uint32_t depth_self_dependencies = 0; - - // 1 << subpass bit set if any input attachment is read in the subpass. - uint32_t input_attachment_read = 0; - uint32_t color_attachment_read_write = 0; - uint32_t depth_stencil_attachment_write = 0; - uint32_t depth_stencil_attachment_read = 0; - - uint32_t external_color_dependencies = 0; - uint32_t external_depth_dependencies = 0; - uint32_t external_input_dependencies = 0; - uint32_t external_bottom_of_pipe_dependencies = 0; - - for (unsigned attachment = 0; attachment < num_attachments; attachment++) - { - bool used = false; - auto current_layout = attachments[attachment].initialLayout; - for (unsigned subpass = 0; subpass < num_subpasses; subpass++) - { - auto *color = find_color(subpass, attachment); - auto *resolve = find_resolve(subpass, attachment); - auto *input = find_input(subpass, attachment); - auto *depth = find_depth_stencil(subpass, attachment); - - // Sanity check. - if (color || resolve) - VK_ASSERT(!depth); - if (depth) - VK_ASSERT(!color && !resolve); - if (resolve) - VK_ASSERT(!color && !depth); - - if (!color && !input && !depth && !resolve) - { - if (used) - preserve_masks[attachment] |= 1u << subpass; - continue; - } - - if (!used && (implicit_transitions & (1u << attachment))) - { - // This is the first subpass we need implicit transitions. - if (color) - external_color_dependencies |= 1u << subpass; - if (depth) - external_depth_dependencies |= 1u << subpass; - if (input) - external_input_dependencies |= 1u << subpass; - } - - if (!used && (implicit_bottom_of_pipe & (1u << attachment))) - external_bottom_of_pipe_dependencies |= 1u << subpass; - - if (resolve && input) // If used as both resolve attachment and input attachment in same subpass, need GENERAL. - { - current_layout = VK_IMAGE_LAYOUT_GENERAL; - resolve->layout = current_layout; - input->layout = current_layout; - - // If the attachment is first used as a feedback attachment, the initial layout should actually be GENERAL. - if (!used && attachments[attachment].initialLayout != VK_IMAGE_LAYOUT_UNDEFINED) - attachments[attachment].initialLayout = current_layout; - - // If first subpass changes the layout, we'll need to inject an external subpass dependency. - if (!used && attachments[attachment].initialLayout != current_layout) - { - external_color_dependencies |= 1u << subpass; - external_input_dependencies |= 1u << subpass; - } - - used = true; - last_subpass_for_attachment[attachment] = subpass; - - color_attachment_read_write |= 1u << subpass; - input_attachment_read |= 1u << subpass; - } - else if (resolve) - { - if (current_layout != VK_IMAGE_LAYOUT_GENERAL) - current_layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; - - // If first subpass changes the layout, we'll need to inject an external subpass dependency. - if (!used && attachments[attachment].initialLayout != current_layout) - external_color_dependencies |= 1u << subpass; - - resolve->layout = current_layout; - used = true; - last_subpass_for_attachment[attachment] = subpass; - color_attachment_read_write |= 1u << subpass; - } - else if (color && input) // If used as both input attachment and color attachment in same subpass, need GENERAL. - { - current_layout = VK_IMAGE_LAYOUT_GENERAL; - color->layout = current_layout; - input->layout = current_layout; - - // If the attachment is first used as a feedback attachment, the initial layout should actually be GENERAL. - if (!used && attachments[attachment].initialLayout != VK_IMAGE_LAYOUT_UNDEFINED) - attachments[attachment].initialLayout = current_layout; - - // If first subpass changes the layout, we'll need to inject an external subpass dependency. - if (!used && attachments[attachment].initialLayout != current_layout) - { - external_color_dependencies |= 1u << subpass; - external_input_dependencies |= 1u << subpass; - } - - used = true; - last_subpass_for_attachment[attachment] = subpass; - color_self_dependencies |= 1u << subpass; - - color_attachment_read_write |= 1u << subpass; - input_attachment_read |= 1u << subpass; - } - else if (color) // No particular preference - { - if (current_layout != VK_IMAGE_LAYOUT_GENERAL) - current_layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; - color->layout = current_layout; - - // If first subpass changes the layout, we'll need to inject an external subpass dependency. - if (!used && attachments[attachment].initialLayout != current_layout) - external_color_dependencies |= 1u << subpass; - - used = true; - last_subpass_for_attachment[attachment] = subpass; - color_attachment_read_write |= 1u << subpass; - } - else if (depth && input) // Depends on the depth mode - { - VK_ASSERT(subpass_infos[subpass].depth_stencil_mode != RenderPassInfo::DepthStencil::None); - if (subpass_infos[subpass].depth_stencil_mode == RenderPassInfo::DepthStencil::ReadWrite) - { - depth_self_dependencies |= 1u << subpass; - current_layout = VK_IMAGE_LAYOUT_GENERAL; - depth_stencil_attachment_write |= 1u << subpass; - - // If the attachment is first used as a feedback attachment, the initial layout should actually be GENERAL. - if (!used && attachments[attachment].initialLayout != VK_IMAGE_LAYOUT_UNDEFINED) - attachments[attachment].initialLayout = current_layout; - } - else - { - if (current_layout != VK_IMAGE_LAYOUT_GENERAL) - current_layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL; - } - - // If first subpass changes the layout, we'll need to inject an external subpass dependency. - if (!used && attachments[attachment].initialLayout != current_layout) - { - external_input_dependencies |= 1u << subpass; - external_depth_dependencies |= 1u << subpass; - } - - depth_stencil_attachment_read |= 1u << subpass; - input_attachment_read |= 1u << subpass; - depth->layout = current_layout; - input->layout = current_layout; - used = true; - last_subpass_for_attachment[attachment] = subpass; - } - else if (depth) - { - if (subpass_infos[subpass].depth_stencil_mode == RenderPassInfo::DepthStencil::ReadWrite) - { - depth_stencil_attachment_write |= 1u << subpass; - if (current_layout != VK_IMAGE_LAYOUT_GENERAL) - current_layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; - } - else - { - if (current_layout != VK_IMAGE_LAYOUT_GENERAL) - current_layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL; - } - - // If first subpass changes the layout, we'll need to inject an external subpass dependency. - if (!used && attachments[attachment].initialLayout != current_layout) - external_depth_dependencies |= 1u << subpass; - - depth_stencil_attachment_read |= 1u << subpass; - depth->layout = current_layout; - used = true; - last_subpass_for_attachment[attachment] = subpass; - } - else if (input) - { - if (current_layout != VK_IMAGE_LAYOUT_GENERAL) - current_layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; - - // If the attachment is first used as an input attachment, the initial layout should actually be - // SHADER_READ_ONLY_OPTIMAL. - if (!used && attachments[attachment].initialLayout == VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) - attachments[attachment].initialLayout = current_layout; - - // If first subpass changes the layout, we'll need to inject an external subpass dependency. - if (!used && attachments[attachment].initialLayout != current_layout) - external_input_dependencies |= 1u << subpass; - - input->layout = current_layout; - used = true; - last_subpass_for_attachment[attachment] = subpass; - } - else - { - VK_ASSERT(0 && "Unhandled attachment usage."); - } - } - - // If we don't have a specific layout we need to end up in, just - // use the last one. - // Assert that we actually use all the attachments we have ... - VK_ASSERT(used); - if (attachments[attachment].finalLayout == VK_IMAGE_LAYOUT_UNDEFINED) - { - VK_ASSERT(current_layout != VK_IMAGE_LAYOUT_UNDEFINED); - attachments[attachment].finalLayout = current_layout; - } - } - - // Only consider preserve masks before last subpass which uses an attachment. - for (unsigned attachment = 0; attachment < num_attachments; attachment++) - preserve_masks[attachment] &= (1u << last_subpass_for_attachment[attachment]) - 1; - - // Add preserve attachments as needed. - for (unsigned subpass = 0; subpass < num_subpasses; subpass++) - { - auto &pass = subpasses[subpass]; - unsigned preserve_count = 0; - for (unsigned attachment = 0; attachment < num_attachments; attachment++) - if (preserve_masks[attachment] & (1u << subpass)) - preserve_count++; - - auto *preserve = preserve_allocator.allocate_cleared(preserve_count); - pass.pPreserveAttachments = preserve; - pass.preserveAttachmentCount = preserve_count; - for (unsigned attachment = 0; attachment < num_attachments; attachment++) - if (preserve_masks[attachment] & (1u << subpass)) - *preserve++ = attachment; - } - - VK_ASSERT(num_subpasses > 0); - VkRenderPassCreateInfo rp_info = { VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO }; - rp_info.subpassCount = num_subpasses; - rp_info.pSubpasses = subpasses.data(); - rp_info.pAttachments = attachments; - rp_info.attachmentCount = num_attachments; - - // Add external subpass dependencies. - for_each_bit(external_color_dependencies | external_depth_dependencies | external_input_dependencies, - [&](unsigned subpass) { - external_dependencies.emplace_back(); - auto &dep = external_dependencies.back(); - dep.srcSubpass = VK_SUBPASS_EXTERNAL; - dep.dstSubpass = subpass; - - if (external_bottom_of_pipe_dependencies & (1u << subpass)) - dep.srcStageMask |= VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT; - - if (external_color_dependencies & (1u << subpass)) - { - dep.srcStageMask |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - dep.dstStageMask |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - dep.srcAccessMask |= VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; - dep.dstAccessMask |= VK_ACCESS_COLOR_ATTACHMENT_READ_BIT | VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; - } - - if (external_depth_dependencies & (1u << subpass)) - { - dep.srcStageMask |= VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - dep.dstStageMask |= VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - dep.srcAccessMask |= VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT; - dep.dstAccessMask |= VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT | VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT; - } - - if (external_input_dependencies & (1u << subpass)) - { - dep.srcStageMask |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT | - VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - dep.dstStageMask |= VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; - dep.srcAccessMask |= VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | - VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT; - dep.dstAccessMask |= VK_ACCESS_INPUT_ATTACHMENT_READ_BIT; - } - }); - - // Queue up self-dependencies (COLOR | DEPTH) -> INPUT. - for_each_bit(color_self_dependencies | depth_self_dependencies, [&](unsigned subpass) { - external_dependencies.emplace_back(); - auto &dep = external_dependencies.back(); - dep.srcSubpass = subpass; - dep.dstSubpass = subpass; - dep.dependencyFlags = VK_DEPENDENCY_BY_REGION_BIT; - if (multiview) - dep.dependencyFlags |= VK_DEPENDENCY_VIEW_LOCAL_BIT; - - if (color_self_dependencies & (1u << subpass)) - { - dep.srcStageMask |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - dep.srcAccessMask |= VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; - } - - if (depth_self_dependencies & (1u << subpass)) - { - dep.srcStageMask |= VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - dep.srcAccessMask |= VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT; - } - - dep.dstStageMask = VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; - dep.dstAccessMask = VK_ACCESS_INPUT_ATTACHMENT_READ_BIT; - }); - - // Flush and invalidate caches between each subpass. - for (unsigned subpass = 1; subpass < num_subpasses; subpass++) - { - external_dependencies.emplace_back(); - auto &dep = external_dependencies.back(); - dep.srcSubpass = subpass - 1; - dep.dstSubpass = subpass; - dep.dependencyFlags = VK_DEPENDENCY_BY_REGION_BIT; - if (multiview) - dep.dependencyFlags |= VK_DEPENDENCY_VIEW_LOCAL_BIT; - - if (color_attachment_read_write & (1u << (subpass - 1))) - { - dep.srcStageMask |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - dep.srcAccessMask |= VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT; - } - - if (depth_stencil_attachment_write & (1u << (subpass - 1))) - { - dep.srcStageMask |= VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - dep.srcAccessMask |= VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT; - } - - if (color_attachment_read_write & (1u << subpass)) - { - dep.dstStageMask |= VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; - dep.dstAccessMask |= VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_BIT; - } - - if (depth_stencil_attachment_read & (1u << subpass)) - { - dep.dstStageMask |= VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - dep.dstAccessMask |= VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT; - } - - if (depth_stencil_attachment_write & (1u << subpass)) - { - dep.dstStageMask |= VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT; - dep.dstAccessMask |= VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT | VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT; - } - - if (input_attachment_read & (1u << subpass)) - { - dep.dstStageMask |= VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT; - dep.dstAccessMask |= VK_ACCESS_INPUT_ATTACHMENT_READ_BIT; - } - } - - if (!external_dependencies.empty()) - { - rp_info.dependencyCount = external_dependencies.size(); - rp_info.pDependencies = external_dependencies.data(); - } - - // Store the important subpass information for later. - setup_subpasses(rp_info); - - VkRenderPassMultiviewCreateInfo multiview_info = { VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO }; - vector multiview_view_mask; - if (multiview && device->get_device_features().multiview_features.multiview) - { - multiview_view_mask.resize(num_subpasses); - multiview_info.subpassCount = num_subpasses; - for (auto &mask : multiview_view_mask) - mask = ((1u << info.num_layers) - 1u) << info.base_layer; - multiview_info.pViewMasks = multiview_view_mask.data(); - rp_info.pNext = &multiview_info; - } - else if (multiview) - LOGE("Multiview not supported. Pretending render pass is not multiview."); - -#ifdef VULKAN_DEBUG - LOGI("Creating render pass.\n"); -#endif - auto &table = device->get_device_table(); - if (table.vkCreateRenderPass(device->get_device(), &rp_info, nullptr, &render_pass) != VK_SUCCESS) - LOGE("Failed to create render pass."); - -#ifdef GRANITE_VULKAN_FOSSILIZE - device->register_render_pass(render_pass, get_hash(), rp_info); -#endif -} - -RenderPass::~RenderPass() -{ - auto &table = device->get_device_table(); - if (render_pass != VK_NULL_HANDLE) - table.vkDestroyRenderPass(device->get_device(), render_pass, nullptr); -} - -unsigned Framebuffer::setup_raw_views(VkImageView *views, const RenderPassInfo &info) -{ - unsigned num_views = 0; - for (unsigned i = 0; i < info.num_color_attachments; i++) - { - VK_ASSERT(info.color_attachments[i]); - - // For multiview, we use view indices to pick right layers. - if (info.num_layers > 1) - views[num_views++] = info.color_attachments[i]->get_view(); - else - views[num_views++] = info.color_attachments[i]->get_render_target_view(info.base_layer); - } - - if (info.depth_stencil) - { - // For multiview, we use view indices to pick right layers. - if (info.num_layers > 1) - views[num_views++] = info.depth_stencil->get_view(); - else - views[num_views++] = info.depth_stencil->get_render_target_view(info.base_layer); - } - - return num_views; -} - -static const ImageView *get_image_view(const RenderPassInfo &info, unsigned index) -{ - if (index < info.num_color_attachments) - return info.color_attachments[index]; - else - return info.depth_stencil; -} - -void Framebuffer::compute_attachment_dimensions(const RenderPassInfo &info, unsigned index, - uint32_t &width, uint32_t &height) -{ - auto *view = get_image_view(info, index); - VK_ASSERT(view); - unsigned lod = view->get_create_info().base_level; - width = view->get_image().get_width(lod); - height = view->get_image().get_height(lod); -} - -void Framebuffer::compute_dimensions(const RenderPassInfo &info, uint32_t &width, uint32_t &height) -{ - width = UINT32_MAX; - height = UINT32_MAX; - VK_ASSERT(info.num_color_attachments || info.depth_stencil); - - for (unsigned i = 0; i < info.num_color_attachments; i++) - { - VK_ASSERT(info.color_attachments[i]); - width = min(width, info.color_attachments[i]->get_view_width()); - height = min(height, info.color_attachments[i]->get_view_height()); - } - - if (info.depth_stencil) - { - width = min(width, info.depth_stencil->get_view_width()); - height = min(height, info.depth_stencil->get_view_height()); - } -} - -Framebuffer::Framebuffer(Device *device_, const RenderPass &rp, const RenderPassInfo &info_) - : Cookie(device_) - , device(device_) - , render_pass(rp) - , info(info_) -{ - compute_dimensions(info_, width, height); - VkImageView views[VULKAN_NUM_ATTACHMENTS + 1]; - unsigned num_views = 0; - - num_views = setup_raw_views(views, info_); - - VkFramebufferCreateInfo fb_info = { VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO }; - fb_info.renderPass = rp.get_render_pass(); - fb_info.attachmentCount = num_views; - fb_info.pAttachments = views; - fb_info.width = width; - fb_info.height = height; - fb_info.layers = 1; // For multiview, layers must be 1. The render pass encodes a mask. - - auto &table = device->get_device_table(); - if (table.vkCreateFramebuffer(device->get_device(), &fb_info, nullptr, &framebuffer) != VK_SUCCESS) - LOGE("Failed to create framebuffer."); -} - -Framebuffer::~Framebuffer() -{ - if (framebuffer != VK_NULL_HANDLE) - { - if (internal_sync) - device->destroy_framebuffer_nolock(framebuffer); - else - device->destroy_framebuffer(framebuffer); - } -} - -FramebufferAllocator::FramebufferAllocator(Device *device_) - : device(device_) -{ -} - -void FramebufferAllocator::clear() -{ - framebuffers.clear(); -} - -void FramebufferAllocator::begin_frame() -{ - framebuffers.begin_frame(); -} - -Framebuffer &FramebufferAllocator::request_framebuffer(const RenderPassInfo &info) -{ - auto &rp = device->request_render_pass(info, true); - Hasher h; - h.u64(rp.get_hash()); - - for (unsigned i = 0; i < info.num_color_attachments; i++) - { - VK_ASSERT(info.color_attachments[i]); - h.u64(info.color_attachments[i]->get_cookie()); - } - - if (info.depth_stencil) - h.u64(info.depth_stencil->get_cookie()); - - // For multiview we bind the whole attachment, and base layer is encoded in the render pass. - if (info.num_layers > 1) - h.u32(0); - else - h.u32(info.base_layer); - - auto hash = h.get(); - - LOCK(); - auto *node = framebuffers.request(hash); - if (node) - return *node; - - return *framebuffers.emplace(hash, device, rp, info); -} - -void TransientAttachmentAllocator::clear() -{ - attachments.clear(); -} - -void TransientAttachmentAllocator::begin_frame() -{ - attachments.begin_frame(); -} - -ImageHandle TransientAttachmentAllocator::request_attachment(unsigned width, unsigned height, VkFormat format, - unsigned index, unsigned samples, unsigned layers) -{ - Hasher h; - h.u32(width); - h.u32(height); - h.u32(format); - h.u32(index); - h.u32(samples); - h.u32(layers); - - auto hash = h.get(); - - LOCK(); - auto *node = attachments.request(hash); - if (node) - return node->handle; - - auto image_info = ImageCreateInfo::transient_render_target(width, height, format); - - image_info.samples = static_cast(samples); - image_info.layers = layers; - node = attachments.emplace(hash, device->create_image(image_info, nullptr)); - node->handle->set_internal_sync_object(); - node->handle->get_view().set_internal_sync_object(); - device->set_name(*node->handle, "AttachmentAllocator"); - return node->handle; -} -} diff --git a/external/parallel-rdp-standalone/vulkan/render_pass.hpp b/external/parallel-rdp-standalone/vulkan/render_pass.hpp deleted file mode 100644 index 10600a1f..00000000 --- a/external/parallel-rdp-standalone/vulkan/render_pass.hpp +++ /dev/null @@ -1,273 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "cookie.hpp" -#include "hash.hpp" -#include "image.hpp" -#include "intrusive.hpp" -#include "limits.hpp" -#include "object_pool.hpp" -#include "temporary_hashmap.hpp" -#include "vulkan_headers.hpp" - -namespace Vulkan -{ -enum RenderPassOp -{ - RENDER_PASS_OP_CLEAR_DEPTH_STENCIL_BIT = 1 << 0, - RENDER_PASS_OP_LOAD_DEPTH_STENCIL_BIT = 1 << 1, - RENDER_PASS_OP_STORE_DEPTH_STENCIL_BIT = 1 << 2, - RENDER_PASS_OP_DEPTH_STENCIL_READ_ONLY_BIT = 1 << 3, - RENDER_PASS_OP_ENABLE_TRANSIENT_STORE_BIT = 1 << 4, - RENDER_PASS_OP_ENABLE_TRANSIENT_LOAD_BIT = 1 << 5 -}; -using RenderPassOpFlags = uint32_t; - -class ImageView; -struct RenderPassInfo -{ - const ImageView *color_attachments[VULKAN_NUM_ATTACHMENTS]; - const ImageView *depth_stencil = nullptr; - unsigned num_color_attachments = 0; - RenderPassOpFlags op_flags = 0; - uint32_t clear_attachments = 0; - uint32_t load_attachments = 0; - uint32_t store_attachments = 0; - uint32_t base_layer = 0; - uint32_t num_layers = 1; - - // Render area will be clipped to the actual framebuffer. - VkRect2D render_area = { { 0, 0 }, { UINT32_MAX, UINT32_MAX } }; - - VkClearColorValue clear_color[VULKAN_NUM_ATTACHMENTS] = {}; - VkClearDepthStencilValue clear_depth_stencil = { 1.0f, 0 }; - - enum class DepthStencil - { - None, - ReadOnly, - ReadWrite - }; - - struct Subpass - { - uint32_t color_attachments[VULKAN_NUM_ATTACHMENTS]; - uint32_t input_attachments[VULKAN_NUM_ATTACHMENTS]; - uint32_t resolve_attachments[VULKAN_NUM_ATTACHMENTS]; - unsigned num_color_attachments = 0; - unsigned num_input_attachments = 0; - unsigned num_resolve_attachments = 0; - DepthStencil depth_stencil_mode = DepthStencil::ReadWrite; - }; - // If 0/nullptr, assume a default subpass. - const Subpass *subpasses = nullptr; - unsigned num_subpasses = 0; -}; - -class RenderPass : public HashedObject, public NoCopyNoMove -{ -public: - struct SubpassInfo - { - VkAttachmentReference color_attachments[VULKAN_NUM_ATTACHMENTS]; - unsigned num_color_attachments; - VkAttachmentReference input_attachments[VULKAN_NUM_ATTACHMENTS]; - unsigned num_input_attachments; - VkAttachmentReference depth_stencil_attachment; - - unsigned samples; - }; - - RenderPass(Util::Hash hash, Device *device, const RenderPassInfo &info); - RenderPass(Util::Hash hash, Device *device, const VkRenderPassCreateInfo &create_info); - ~RenderPass(); - - unsigned get_num_subpasses() const - { - return unsigned(subpasses_info.size()); - } - - VkRenderPass get_render_pass() const - { - return render_pass; - } - - uint32_t get_sample_count(unsigned subpass) const - { - VK_ASSERT(subpass < subpasses_info.size()); - return subpasses_info[subpass].samples; - } - - unsigned get_num_color_attachments(unsigned subpass) const - { - VK_ASSERT(subpass < subpasses_info.size()); - return subpasses_info[subpass].num_color_attachments; - } - - unsigned get_num_input_attachments(unsigned subpass) const - { - VK_ASSERT(subpass < subpasses_info.size()); - return subpasses_info[subpass].num_input_attachments; - } - - const VkAttachmentReference &get_color_attachment(unsigned subpass, unsigned index) const - { - VK_ASSERT(subpass < subpasses_info.size()); - VK_ASSERT(index < subpasses_info[subpass].num_color_attachments); - return subpasses_info[subpass].color_attachments[index]; - } - - const VkAttachmentReference &get_input_attachment(unsigned subpass, unsigned index) const - { - VK_ASSERT(subpass < subpasses_info.size()); - VK_ASSERT(index < subpasses_info[subpass].num_input_attachments); - return subpasses_info[subpass].input_attachments[index]; - } - - bool has_depth(unsigned subpass) const - { - VK_ASSERT(subpass < subpasses_info.size()); - return subpasses_info[subpass].depth_stencil_attachment.attachment != VK_ATTACHMENT_UNUSED && - format_has_depth_aspect(depth_stencil); - } - - bool has_stencil(unsigned subpass) const - { - VK_ASSERT(subpass < subpasses_info.size()); - return subpasses_info[subpass].depth_stencil_attachment.attachment != VK_ATTACHMENT_UNUSED && - format_has_stencil_aspect(depth_stencil); - } - -private: - Device *device; - VkRenderPass render_pass = VK_NULL_HANDLE; - - VkFormat color_attachments[VULKAN_NUM_ATTACHMENTS] = {}; - VkFormat depth_stencil = VK_FORMAT_UNDEFINED; - std::vector subpasses_info; - - void setup_subpasses(const VkRenderPassCreateInfo &create_info); -}; - -class Framebuffer : public Cookie, public NoCopyNoMove, public InternalSyncEnabled -{ -public: - Framebuffer(Device *device, const RenderPass &rp, const RenderPassInfo &info); - ~Framebuffer(); - - VkFramebuffer get_framebuffer() const - { - return framebuffer; - } - - static unsigned setup_raw_views(VkImageView *views, const RenderPassInfo &info); - static void compute_dimensions(const RenderPassInfo &info, uint32_t &width, uint32_t &height); - static void compute_attachment_dimensions(const RenderPassInfo &info, unsigned index, uint32_t &width, uint32_t &height); - - uint32_t get_width() const - { - return width; - } - - uint32_t get_height() const - { - return height; - } - - const RenderPass &get_compatible_render_pass() const - { - return render_pass; - } - -private: - Device *device; - VkFramebuffer framebuffer = VK_NULL_HANDLE; - const RenderPass &render_pass; - RenderPassInfo info; - uint32_t width = 0; - uint32_t height = 0; -}; - -static const unsigned VULKAN_FRAMEBUFFER_RING_SIZE = 8; -class FramebufferAllocator -{ -public: - explicit FramebufferAllocator(Device *device); - Framebuffer &request_framebuffer(const RenderPassInfo &info); - - void begin_frame(); - void clear(); - -private: - struct FramebufferNode : Util::TemporaryHashmapEnabled, - Util::IntrusiveListEnabled, - Framebuffer - { - FramebufferNode(Device *device_, const RenderPass &rp, const RenderPassInfo &info_) - : Framebuffer(device_, rp, info_) - { - set_internal_sync_object(); - } - }; - - Device *device; - Util::TemporaryHashmap framebuffers; -#ifdef GRANITE_VULKAN_MT - std::mutex lock; -#endif -}; - -class TransientAttachmentAllocator -{ -public: - TransientAttachmentAllocator(Device *device_) - : device(device_) - { - } - - ImageHandle request_attachment(unsigned width, unsigned height, VkFormat format, - unsigned index = 0, unsigned samples = 1, unsigned layers = 1); - - void begin_frame(); - void clear(); - -private: - struct TransientNode : Util::TemporaryHashmapEnabled, Util::IntrusiveListEnabled - { - explicit TransientNode(ImageHandle handle_) - : handle(std::move(handle_)) - { - } - - ImageHandle handle; - }; - - Device *device; - Util::TemporaryHashmap attachments; -#ifdef GRANITE_VULKAN_MT - std::mutex lock; -#endif -}; -} - diff --git a/external/parallel-rdp-standalone/vulkan/renderdoc_capture.cpp b/external/parallel-rdp-standalone/vulkan/renderdoc_capture.cpp deleted file mode 100644 index 281dc176..00000000 --- a/external/parallel-rdp-standalone/vulkan/renderdoc_capture.cpp +++ /dev/null @@ -1,127 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "device.hpp" -#include "renderdoc_app.h" -#include - -#ifdef _WIN32 -#define WIN32_LEAN_AND_MEAN -#include -#else -#include -#endif - -namespace Vulkan -{ -static std::mutex module_lock; -#ifdef _WIN32 -static HMODULE renderdoc_module; -#else -static void *renderdoc_module; -#endif - -static RENDERDOC_API_1_0_0 *renderdoc_api; - -bool Device::init_renderdoc_capture() -{ - std::lock_guard holder{module_lock}; - if (renderdoc_module) - return true; - -#ifdef _WIN32 - renderdoc_module = GetModuleHandleA("renderdoc.dll"); -#elif defined(ANDROID) - renderdoc_module = dlopen("libVkLayer_GLES_RenderDoc.so", RTLD_NOW | RTLD_NOLOAD); -#else - renderdoc_module = dlopen("librenderdoc.so", RTLD_NOW | RTLD_NOLOAD); -#endif - - if (!renderdoc_module) - { - LOGE("Failed to load RenderDoc, make sure RenderDoc started the application in capture mode.\n"); - return false; - } - -#ifdef _WIN32 - // Workaround GCC warning about FARPROC mismatch. - auto *gpa = GetProcAddress(renderdoc_module, "RENDERDOC_GetAPI"); - pRENDERDOC_GetAPI func; - memcpy(&func, &gpa, sizeof(func)); - - if (!func) - { - LOGE("Failed to load RENDERDOC_GetAPI function.\n"); - return false; - } -#else - auto *func = reinterpret_cast(dlsym(renderdoc_module, "RENDERDOC_GetAPI")); - if (!func) - { - LOGE("Failed to load RENDERDOC_GetAPI function.\n"); - return false; - } -#endif - - if (!func(eRENDERDOC_API_Version_1_0_0, reinterpret_cast(&renderdoc_api))) - { - LOGE("Failed to obtain RenderDoc 1.0.0 API.\n"); - return false; - } - else - { - int major, minor, patch; - renderdoc_api->GetAPIVersion(&major, &minor, &patch); - LOGI("Initialized RenderDoc API %d.%d.%d.\n", major, minor, patch); - } - - return true; -} - -void Device::begin_renderdoc_capture() -{ - std::lock_guard holder{module_lock}; - if (!renderdoc_api) - { - LOGE("RenderDoc API is not loaded, cannot trigger capture.\n"); - return; - } - next_frame_context(); - - LOGI("Starting RenderDoc frame capture.\n"); - renderdoc_api->StartFrameCapture(nullptr, nullptr); -} - -void Device::end_renderdoc_capture() -{ - std::lock_guard holder{module_lock}; - if (!renderdoc_api) - { - LOGE("RenderDoc API is not loaded, cannot trigger capture.\n"); - return; - } - next_frame_context(); - renderdoc_api->EndFrameCapture(nullptr, nullptr); - LOGI("Ended RenderDoc frame capture.\n"); -} - -} diff --git a/external/parallel-rdp-standalone/vulkan/sampler.cpp b/external/parallel-rdp-standalone/vulkan/sampler.cpp deleted file mode 100644 index 31333e75..00000000 --- a/external/parallel-rdp-standalone/vulkan/sampler.cpp +++ /dev/null @@ -1,126 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "sampler.hpp" -#include "device.hpp" - -namespace Vulkan -{ -Sampler::Sampler(Device *device_, VkSampler sampler_, const SamplerCreateInfo &info, bool immutable_) - : Cookie(device_) - , device(device_) - , sampler(sampler_) - , create_info(info) - , immutable(immutable_) -{ -} - -Sampler::~Sampler() -{ - if (sampler) - { - if (immutable) - device->get_device_table().vkDestroySampler(device->get_device(), sampler, nullptr); - else if (internal_sync) - device->destroy_sampler_nolock(sampler); - else - device->destroy_sampler(sampler); - } -} - -void SamplerDeleter::operator()(Sampler *sampler) -{ - sampler->device->handle_pool.samplers.free(sampler); -} - -VkSamplerCreateInfo Sampler::fill_vk_sampler_info(const SamplerCreateInfo &sampler_info) -{ - VkSamplerCreateInfo info = { VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO }; - - info.magFilter = sampler_info.mag_filter; - info.minFilter = sampler_info.min_filter; - info.mipmapMode = sampler_info.mipmap_mode; - info.addressModeU = sampler_info.address_mode_u; - info.addressModeV = sampler_info.address_mode_v; - info.addressModeW = sampler_info.address_mode_w; - info.mipLodBias = sampler_info.mip_lod_bias; - info.anisotropyEnable = sampler_info.anisotropy_enable; - info.maxAnisotropy = sampler_info.max_anisotropy; - info.compareEnable = sampler_info.compare_enable; - info.compareOp = sampler_info.compare_op; - info.minLod = sampler_info.min_lod; - info.maxLod = sampler_info.max_lod; - info.borderColor = sampler_info.border_color; - info.unnormalizedCoordinates = sampler_info.unnormalized_coordinates; - return info; -} - -ImmutableSampler::ImmutableSampler(Util::Hash hash, Device *device_, const SamplerCreateInfo &sampler_info, - const ImmutableYcbcrConversion *ycbcr_) - : HashedObject(hash), device(device_), ycbcr(ycbcr_) -{ - VkSamplerYcbcrConversionInfo conv_info = { VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO }; - auto info = Sampler::fill_vk_sampler_info(sampler_info); - - if (ycbcr) - { - conv_info.conversion = ycbcr->get_conversion(); - info.pNext = &conv_info; - } - -#ifdef VULKAN_DEBUG - LOGI("Creating immutable sampler.\n"); -#endif - - VkSampler vk_sampler = VK_NULL_HANDLE; - if (device->get_device_table().vkCreateSampler(device->get_device(), &info, nullptr, &vk_sampler) != VK_SUCCESS) - LOGE("Failed to create sampler.\n"); - -#ifdef GRANITE_VULKAN_FOSSILIZE - //device->register_sampler(vk_sampler, hash, info); -#endif - - sampler = SamplerHandle(device->handle_pool.samplers.allocate(device, vk_sampler, sampler_info, true)); -} - -ImmutableYcbcrConversion::ImmutableYcbcrConversion(Util::Hash hash, Device *device_, - const VkSamplerYcbcrConversionCreateInfo &info) - : HashedObject(hash), device(device_) -{ - if (device->get_device_features().sampler_ycbcr_conversion_features.samplerYcbcrConversion) - { - if (device->get_device_table().vkCreateSamplerYcbcrConversion(device->get_device(), &info, nullptr, - &conversion) != VK_SUCCESS) - { - LOGE("Failed to create YCbCr conversion.\n"); - } - } - else - LOGE("Ycbcr conversion is not supported on this device.\n"); -} - -ImmutableYcbcrConversion::~ImmutableYcbcrConversion() -{ - if (conversion) - device->get_device_table().vkDestroySamplerYcbcrConversion(device->get_device(), conversion, nullptr); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/sampler.hpp b/external/parallel-rdp-standalone/vulkan/sampler.hpp deleted file mode 100644 index 89a9dcf3..00000000 --- a/external/parallel-rdp-standalone/vulkan/sampler.hpp +++ /dev/null @@ -1,145 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "cookie.hpp" -#include "vulkan_common.hpp" -#include "vulkan_headers.hpp" -#include "object_pool.hpp" - -namespace Vulkan -{ -enum class StockSampler -{ - NearestClamp, - LinearClamp, - TrilinearClamp, - NearestWrap, - LinearWrap, - TrilinearWrap, - NearestShadow, - LinearShadow, - DefaultGeometryFilterClamp, - DefaultGeometryFilterWrap, - Count -}; - -struct SamplerCreateInfo -{ - VkFilter mag_filter; - VkFilter min_filter; - VkSamplerMipmapMode mipmap_mode; - VkSamplerAddressMode address_mode_u; - VkSamplerAddressMode address_mode_v; - VkSamplerAddressMode address_mode_w; - float mip_lod_bias; - VkBool32 anisotropy_enable; - float max_anisotropy; - VkBool32 compare_enable; - VkCompareOp compare_op; - float min_lod; - float max_lod; - VkBorderColor border_color; - VkBool32 unnormalized_coordinates; -}; - -class Sampler; -struct SamplerDeleter -{ - void operator()(Sampler *sampler); -}; - -class Sampler : public Util::IntrusivePtrEnabled, - public Cookie, public InternalSyncEnabled -{ -public: - friend struct SamplerDeleter; - ~Sampler(); - - VkSampler get_sampler() const - { - return sampler; - } - - const SamplerCreateInfo &get_create_info() const - { - return create_info; - } - - static VkSamplerCreateInfo fill_vk_sampler_info(const SamplerCreateInfo &sampler_info); - -private: - friend class Util::ObjectPool; - Sampler(Device *device, VkSampler sampler, const SamplerCreateInfo &info, bool immutable); - - Device *device; - VkSampler sampler; - SamplerCreateInfo create_info; - bool immutable; -}; -using SamplerHandle = Util::IntrusivePtr; - -class ImmutableYcbcrConversion : public HashedObject -{ -public: - ImmutableYcbcrConversion(Util::Hash hash, Device *device, - const VkSamplerYcbcrConversionCreateInfo &info); - ~ImmutableYcbcrConversion(); - void operator=(const ImmutableYcbcrConversion &) = delete; - ImmutableYcbcrConversion(const ImmutableYcbcrConversion &) = delete; - - VkSamplerYcbcrConversion get_conversion() const - { - return conversion; - } - -private: - Device *device; - VkSamplerYcbcrConversion conversion = VK_NULL_HANDLE; -}; - -class ImmutableSampler : public HashedObject -{ -public: - ImmutableSampler(Util::Hash hash, Device *device, - const SamplerCreateInfo &info, - const ImmutableYcbcrConversion *ycbcr); - void operator=(const ImmutableSampler &) = delete; - ImmutableSampler(const ImmutableSampler &) = delete; - - const Sampler &get_sampler() const - { - return *sampler; - } - - VkSamplerYcbcrConversion get_ycbcr_conversion() const - { - return ycbcr ? ycbcr->get_conversion() : VK_NULL_HANDLE; - } - -private: - Device *device; - const ImmutableYcbcrConversion *ycbcr; - SamplerHandle sampler; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/semaphore.cpp b/external/parallel-rdp-standalone/vulkan/semaphore.cpp deleted file mode 100644 index ddf4bc2c..00000000 --- a/external/parallel-rdp-standalone/vulkan/semaphore.cpp +++ /dev/null @@ -1,81 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "semaphore.hpp" -#include "device.hpp" - -namespace Vulkan -{ -SemaphoreHolder::~SemaphoreHolder() -{ - recycle_semaphore(); -} - -void SemaphoreHolder::recycle_semaphore() -{ - if (timeline == 0 && semaphore) - { - if (internal_sync) - { - if (is_signalled()) - device->destroy_semaphore_nolock(semaphore); - else - device->recycle_semaphore_nolock(semaphore); - } - else - { - if (is_signalled()) - device->destroy_semaphore(semaphore); - else - device->recycle_semaphore(semaphore); - } - } -} - -SemaphoreHolder &SemaphoreHolder::operator=(SemaphoreHolder &&other) noexcept -{ - if (this == &other) - return *this; - - assert(device == other.device); - recycle_semaphore(); - - semaphore = other.semaphore; - timeline = other.timeline; - signalled = other.signalled; - pending = other.pending; - should_destroy_on_consume = other.should_destroy_on_consume; - - other.semaphore = VK_NULL_HANDLE; - other.timeline = 0; - other.signalled = false; - other.pending = false; - other.should_destroy_on_consume = false; - - return *this; -} - -void SemaphoreHolderDeleter::operator()(Vulkan::SemaphoreHolder *semaphore) -{ - semaphore->device->handle_pool.semaphores.free(semaphore); -} -} diff --git a/external/parallel-rdp-standalone/vulkan/semaphore.hpp b/external/parallel-rdp-standalone/vulkan/semaphore.hpp deleted file mode 100644 index 37b48031..00000000 --- a/external/parallel-rdp-standalone/vulkan/semaphore.hpp +++ /dev/null @@ -1,149 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_common.hpp" -#include "vulkan_headers.hpp" -#include "cookie.hpp" -#include "object_pool.hpp" - -namespace Vulkan -{ -class Device; - -class SemaphoreHolder; -struct SemaphoreHolderDeleter -{ - void operator()(SemaphoreHolder *semaphore); -}; - -class SemaphoreHolder : public Util::IntrusivePtrEnabled, - public InternalSyncEnabled -{ -public: - friend struct SemaphoreHolderDeleter; - - ~SemaphoreHolder(); - - const VkSemaphore &get_semaphore() const - { - return semaphore; - } - - bool is_signalled() const - { - return signalled; - } - - uint64_t get_timeline_value() const - { - return timeline; - } - - VkSemaphore consume() - { - auto ret = semaphore; - VK_ASSERT(semaphore); - VK_ASSERT(signalled); - semaphore = VK_NULL_HANDLE; - signalled = false; - return ret; - } - - VkSemaphore release_semaphore() - { - auto ret = semaphore; - semaphore = VK_NULL_HANDLE; - signalled = false; - return ret; - } - - bool can_recycle() const - { - return !should_destroy_on_consume; - } - - void wait_external() - { - VK_ASSERT(semaphore); - VK_ASSERT(signalled); - signalled = false; - } - - void signal_external() - { - VK_ASSERT(!signalled); - VK_ASSERT(semaphore); - signalled = true; - } - - void destroy_on_consume() - { - should_destroy_on_consume = true; - } - - void signal_pending_wait() - { - pending = true; - } - - bool is_pending_wait() const - { - return pending; - } - - SemaphoreHolder &operator=(SemaphoreHolder &&other) noexcept; - -private: - friend class Util::ObjectPool; - SemaphoreHolder(Device *device_, VkSemaphore semaphore_, bool signalled_) - : device(device_) - , semaphore(semaphore_) - , timeline(0) - , signalled(signalled_) - { - } - - SemaphoreHolder(Device *device_, uint64_t timeline_, VkSemaphore semaphore_) - : device(device_), semaphore(semaphore_), timeline(timeline_) - { - VK_ASSERT(timeline > 0); - } - - explicit SemaphoreHolder(Device *device_) - : device(device_) - { - } - - void recycle_semaphore(); - - Device *device; - VkSemaphore semaphore = VK_NULL_HANDLE; - uint64_t timeline = 0; - bool signalled = true; - bool pending = false; - bool should_destroy_on_consume = false; -}; - -using Semaphore = Util::IntrusivePtr; -} diff --git a/external/parallel-rdp-standalone/vulkan/semaphore_manager.cpp b/external/parallel-rdp-standalone/vulkan/semaphore_manager.cpp deleted file mode 100644 index db1561af..00000000 --- a/external/parallel-rdp-standalone/vulkan/semaphore_manager.cpp +++ /dev/null @@ -1,62 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "semaphore_manager.hpp" -#include "device.hpp" - -namespace Vulkan -{ -void SemaphoreManager::init(Device *device_) -{ - device = device_; - table = &device->get_device_table(); -} - -SemaphoreManager::~SemaphoreManager() -{ - for (auto &sem : semaphores) - table->vkDestroySemaphore(device->get_device(), sem, nullptr); -} - -void SemaphoreManager::recycle(VkSemaphore sem) -{ - if (sem != VK_NULL_HANDLE) - semaphores.push_back(sem); -} - -VkSemaphore SemaphoreManager::request_cleared_semaphore() -{ - if (semaphores.empty()) - { - VkSemaphore semaphore; - VkSemaphoreCreateInfo info = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO }; - table->vkCreateSemaphore(device->get_device(), &info, nullptr, &semaphore); - return semaphore; - } - else - { - auto sem = semaphores.back(); - semaphores.pop_back(); - return sem; - } -} -} diff --git a/external/parallel-rdp-standalone/vulkan/semaphore_manager.hpp b/external/parallel-rdp-standalone/vulkan/semaphore_manager.hpp deleted file mode 100644 index c2917272..00000000 --- a/external/parallel-rdp-standalone/vulkan/semaphore_manager.hpp +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include - -namespace Vulkan -{ -class Device; -class SemaphoreManager -{ -public: - void init(Device *device); - ~SemaphoreManager(); - - VkSemaphore request_cleared_semaphore(); - void recycle(VkSemaphore semaphore); - -private: - Device *device = nullptr; - const VolkDeviceTable *table = nullptr; - std::vector semaphores; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/shader.cpp b/external/parallel-rdp-standalone/vulkan/shader.cpp deleted file mode 100644 index 1f792e35..00000000 --- a/external/parallel-rdp-standalone/vulkan/shader.cpp +++ /dev/null @@ -1,641 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "shader.hpp" -#include "device.hpp" -#ifdef GRANITE_VULKAN_SPIRV_CROSS -#include "spirv_cross.hpp" -using namespace spirv_cross; -#endif - -using namespace std; -using namespace Util; - -namespace Vulkan -{ -void ImmutableSamplerBank::hash(Util::Hasher &h, const ImmutableSamplerBank *sampler_bank) -{ - if (sampler_bank) - { - for (auto &set : sampler_bank->samplers) - { - for (auto *binding : set) - { - if (binding) - h.u64(binding->get_hash()); - else - h.u32(0); - } - } - } - else - h.u32(0); -} - -PipelineLayout::PipelineLayout(Hash hash, Device *device_, const CombinedResourceLayout &layout_, - const ImmutableSamplerBank *immutable_samplers) - : IntrusiveHashMapEnabled(hash) - , device(device_) - , layout(layout_) -{ - VkDescriptorSetLayout layouts[VULKAN_NUM_DESCRIPTOR_SETS] = {}; - unsigned num_sets = 0; - for (unsigned i = 0; i < VULKAN_NUM_DESCRIPTOR_SETS; i++) - { - set_allocators[i] = device->request_descriptor_set_allocator(layout.sets[i], layout.stages_for_bindings[i], - immutable_samplers ? immutable_samplers->samplers[i] : nullptr); - layouts[i] = set_allocators[i]->get_layout(); - if (layout.descriptor_set_mask & (1u << i)) - num_sets = i + 1; - } - - if (num_sets > device->get_gpu_properties().limits.maxBoundDescriptorSets) - { - LOGE("Number of sets %u exceeds device limit of %u.\n", - num_sets, device->get_gpu_properties().limits.maxBoundDescriptorSets); - } - - VkPipelineLayoutCreateInfo info = { VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO }; - if (num_sets) - { - info.setLayoutCount = num_sets; - info.pSetLayouts = layouts; - } - - if (layout.push_constant_range.stageFlags != 0) - { - info.pushConstantRangeCount = 1; - info.pPushConstantRanges = &layout.push_constant_range; - } - -#ifdef VULKAN_DEBUG - LOGI("Creating pipeline layout.\n"); -#endif - auto &table = device->get_device_table(); - if (table.vkCreatePipelineLayout(device->get_device(), &info, nullptr, &pipe_layout) != VK_SUCCESS) - LOGE("Failed to create pipeline layout.\n"); -#ifdef GRANITE_VULKAN_FOSSILIZE - device->register_pipeline_layout(pipe_layout, get_hash(), info); -#endif - - create_update_templates(); -} - -void PipelineLayout::create_update_templates() -{ - auto &table = device->get_device_table(); - for (unsigned desc_set = 0; desc_set < VULKAN_NUM_DESCRIPTOR_SETS; desc_set++) - { - if ((layout.descriptor_set_mask & (1u << desc_set)) == 0) - continue; - if ((layout.bindless_descriptor_set_mask & (1u << desc_set)) != 0) - continue; - - VkDescriptorUpdateTemplateEntry update_entries[VULKAN_NUM_BINDINGS]; - uint32_t update_count = 0; - - auto &set_layout = layout.sets[desc_set]; - - for_each_bit(set_layout.uniform_buffer_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - entry.offset = offsetof(ResourceBinding, buffer) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - for_each_bit(set_layout.storage_buffer_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - entry.offset = offsetof(ResourceBinding, buffer) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - for_each_bit(set_layout.sampled_texel_buffer_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - entry.offset = offsetof(ResourceBinding, buffer_view) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - for_each_bit(set_layout.storage_texel_buffer_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - entry.offset = offsetof(ResourceBinding, buffer_view) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - for_each_bit(set_layout.sampled_image_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - if (set_layout.fp_mask & (1u << binding)) - entry.offset = offsetof(ResourceBinding, image.fp) + sizeof(ResourceBinding) * binding; - else - entry.offset = offsetof(ResourceBinding, image.integer) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - for_each_bit(set_layout.separate_image_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - if (set_layout.fp_mask & (1u << binding)) - entry.offset = offsetof(ResourceBinding, image.fp) + sizeof(ResourceBinding) * binding; - else - entry.offset = offsetof(ResourceBinding, image.integer) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - for_each_bit(set_layout.sampler_mask & ~set_layout.immutable_sampler_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_SAMPLER; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - entry.offset = offsetof(ResourceBinding, image.fp) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - for_each_bit(set_layout.storage_image_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - if (set_layout.fp_mask & (1u << binding)) - entry.offset = offsetof(ResourceBinding, image.fp) + sizeof(ResourceBinding) * binding; - else - entry.offset = offsetof(ResourceBinding, image.integer) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - for_each_bit(set_layout.input_attachment_mask, [&](uint32_t binding) { - unsigned array_size = set_layout.array_size[binding]; - VK_ASSERT(update_count < VULKAN_NUM_BINDINGS); - auto &entry = update_entries[update_count++]; - entry.descriptorType = VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT; - entry.dstBinding = binding; - entry.dstArrayElement = 0; - entry.descriptorCount = array_size; - if (set_layout.fp_mask & (1u << binding)) - entry.offset = offsetof(ResourceBinding, image.fp) + sizeof(ResourceBinding) * binding; - else - entry.offset = offsetof(ResourceBinding, image.integer) + sizeof(ResourceBinding) * binding; - entry.stride = sizeof(ResourceBinding); - }); - - VkDescriptorUpdateTemplateCreateInfo info = {VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO }; - info.pipelineLayout = pipe_layout; - info.descriptorSetLayout = set_allocators[desc_set]->get_layout(); - info.templateType = VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET; - info.set = desc_set; - info.descriptorUpdateEntryCount = update_count; - info.pDescriptorUpdateEntries = update_entries; - info.pipelineBindPoint = (layout.stages_for_sets[desc_set] & VK_SHADER_STAGE_COMPUTE_BIT) ? - VK_PIPELINE_BIND_POINT_COMPUTE : VK_PIPELINE_BIND_POINT_GRAPHICS; - - if (table.vkCreateDescriptorUpdateTemplate(device->get_device(), &info, nullptr, - &update_template[desc_set]) != VK_SUCCESS) - { - LOGE("Failed to create descriptor update template.\n"); - } - } -} - -PipelineLayout::~PipelineLayout() -{ - auto &table = device->get_device_table(); - if (pipe_layout != VK_NULL_HANDLE) - table.vkDestroyPipelineLayout(device->get_device(), pipe_layout, nullptr); - - for (auto &update : update_template) - if (update != VK_NULL_HANDLE) - table.vkDestroyDescriptorUpdateTemplate(device->get_device(), update, nullptr); -} - -const char *Shader::stage_to_name(ShaderStage stage) -{ - switch (stage) - { - case ShaderStage::Compute: - return "compute"; - case ShaderStage::Vertex: - return "vertex"; - case ShaderStage::Fragment: - return "fragment"; - case ShaderStage::Geometry: - return "geometry"; - case ShaderStage::TessControl: - return "tess_control"; - case ShaderStage::TessEvaluation: - return "tess_evaluation"; - default: - return "unknown"; - } -} - -// Implicitly also checks for endian issues. -static const uint16_t reflection_magic[] = { 'G', 'R', 'A', ResourceLayout::Version }; - -size_t ResourceLayout::serialization_size() -{ - return sizeof(ResourceLayout) + sizeof(reflection_magic); -} - -bool ResourceLayout::serialize(uint8_t *data, size_t size) const -{ - if (size != serialization_size()) - return false; - - // Cannot serialize externally defined immutable samplers. - for (auto &set : sets) - if (set.immutable_sampler_mask != 0) - return false; - - memcpy(data, reflection_magic, sizeof(reflection_magic)); - memcpy(data + sizeof(reflection_magic), this, sizeof(*this)); - return true; -} - -bool ResourceLayout::unserialize(const uint8_t *data, size_t size) -{ - if (size != sizeof(*this) + sizeof(reflection_magic)) - { - LOGE("Reflection size mismatch.\n"); - return false; - } - - if (memcmp(data, reflection_magic, sizeof(reflection_magic)) != 0) - { - LOGE("Magic mismatch.\n"); - return false; - } - - memcpy(this, data + sizeof(reflection_magic), sizeof(*this)); - return true; -} - -Util::Hash Shader::hash(const uint32_t *data, size_t size, const ImmutableSamplerBank *sampler_bank) -{ - Util::Hasher hasher; - hasher.data(data, size); - ImmutableSamplerBank::hash(hasher, sampler_bank); - return hasher.get(); -} - -#ifdef GRANITE_VULKAN_SPIRV_CROSS -static void update_array_info(ResourceLayout &layout, const SPIRType &type, unsigned set, unsigned binding) -{ - auto &size = layout.sets[set].array_size[binding]; - if (!type.array.empty()) - { - if (type.array.size() != 1) - LOGE("Array dimension must be 1.\n"); - else if (!type.array_size_literal.front()) - LOGE("Array dimension must be a literal.\n"); - else - { - if (type.array.front() == 0) - { - if (binding != 0) - LOGE("Bindless textures can only be used with binding = 0 in a set.\n"); - - if (type.basetype != SPIRType::Image || type.image.dim == spv::DimBuffer) - LOGE("Can only use bindless for sampled images.\n"); - else - layout.bindless_set_mask |= 1u << set; - - size = DescriptorSetLayout::UNSIZED_ARRAY; - } - else if (size && size != type.array.front()) - LOGE("Array dimension for (%u, %u) is inconsistent.\n", set, binding); - else if (type.array.front() + binding > VULKAN_NUM_BINDINGS) - LOGE("Binding array will go out of bounds.\n"); - else - size = uint8_t(type.array.front()); - } - } - else - { - if (size && size != 1) - LOGE("Array dimension for (%u, %u) is inconsistent.\n", set, binding); - size = 1; - } -} - -bool Shader::reflect_resource_layout(ResourceLayout &layout, const uint32_t *data, size_t size) -{ - Compiler compiler(data, size / sizeof(uint32_t)); - -#ifdef VULKAN_DEBUG - LOGI("Reflecting shader layout.\n"); -#endif - - auto resources = compiler.get_shader_resources(); - for (auto &image : resources.sampled_images) - { - auto set = compiler.get_decoration(image.id, spv::DecorationDescriptorSet); - auto binding = compiler.get_decoration(image.id, spv::DecorationBinding); - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - - auto &type = compiler.get_type(image.type_id); - if (type.image.dim == spv::DimBuffer) - layout.sets[set].sampled_texel_buffer_mask |= 1u << binding; - else - layout.sets[set].sampled_image_mask |= 1u << binding; - - if (compiler.get_type(type.image.type).basetype == SPIRType::BaseType::Float) - layout.sets[set].fp_mask |= 1u << binding; - - update_array_info(layout, type, set, binding); - } - - for (auto &image : resources.subpass_inputs) - { - auto set = compiler.get_decoration(image.id, spv::DecorationDescriptorSet); - auto binding = compiler.get_decoration(image.id, spv::DecorationBinding); - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - - layout.sets[set].input_attachment_mask |= 1u << binding; - - auto &type = compiler.get_type(image.type_id); - if (compiler.get_type(type.image.type).basetype == SPIRType::BaseType::Float) - layout.sets[set].fp_mask |= 1u << binding; - update_array_info(layout, type, set, binding); - } - - for (auto &image : resources.separate_images) - { - auto set = compiler.get_decoration(image.id, spv::DecorationDescriptorSet); - auto binding = compiler.get_decoration(image.id, spv::DecorationBinding); - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - - auto &type = compiler.get_type(image.type_id); - if (compiler.get_type(type.image.type).basetype == SPIRType::BaseType::Float) - layout.sets[set].fp_mask |= 1u << binding; - - if (type.image.dim == spv::DimBuffer) - layout.sets[set].sampled_texel_buffer_mask |= 1u << binding; - else - layout.sets[set].separate_image_mask |= 1u << binding; - - update_array_info(layout, type, set, binding); - } - - for (auto &image : resources.separate_samplers) - { - auto set = compiler.get_decoration(image.id, spv::DecorationDescriptorSet); - auto binding = compiler.get_decoration(image.id, spv::DecorationBinding); - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - - layout.sets[set].sampler_mask |= 1u << binding; - update_array_info(layout, compiler.get_type(image.type_id), set, binding); - } - - for (auto &image : resources.storage_images) - { - auto set = compiler.get_decoration(image.id, spv::DecorationDescriptorSet); - auto binding = compiler.get_decoration(image.id, spv::DecorationBinding); - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - - auto &type = compiler.get_type(image.type_id); - if (type.image.dim == spv::DimBuffer) - layout.sets[set].storage_texel_buffer_mask |= 1u << binding; - else - layout.sets[set].storage_image_mask |= 1u << binding; - - if (compiler.get_type(type.image.type).basetype == SPIRType::BaseType::Float) - layout.sets[set].fp_mask |= 1u << binding; - - update_array_info(layout, type, set, binding); - } - - for (auto &buffer : resources.uniform_buffers) - { - auto set = compiler.get_decoration(buffer.id, spv::DecorationDescriptorSet); - auto binding = compiler.get_decoration(buffer.id, spv::DecorationBinding); - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - - layout.sets[set].uniform_buffer_mask |= 1u << binding; - update_array_info(layout, compiler.get_type(buffer.type_id), set, binding); - } - - for (auto &buffer : resources.storage_buffers) - { - auto set = compiler.get_decoration(buffer.id, spv::DecorationDescriptorSet); - auto binding = compiler.get_decoration(buffer.id, spv::DecorationBinding); - VK_ASSERT(set < VULKAN_NUM_DESCRIPTOR_SETS); - VK_ASSERT(binding < VULKAN_NUM_BINDINGS); - - layout.sets[set].storage_buffer_mask |= 1u << binding; - update_array_info(layout, compiler.get_type(buffer.type_id), set, binding); - } - - for (auto &attrib : resources.stage_inputs) - { - auto location = compiler.get_decoration(attrib.id, spv::DecorationLocation); - layout.input_mask |= 1u << location; - } - - for (auto &attrib : resources.stage_outputs) - { - auto location = compiler.get_decoration(attrib.id, spv::DecorationLocation); - layout.output_mask |= 1u << location; - } - - if (!resources.push_constant_buffers.empty()) - { - // Don't bother trying to extract which part of a push constant block we're using. - // Just assume we're accessing everything. At least on older validation layers, - // it did not do a static analysis to determine similar information, so we got a lot - // of false positives. - layout.push_constant_size = - compiler.get_declared_struct_size(compiler.get_type(resources.push_constant_buffers.front().base_type_id)); - } - - auto spec_constants = compiler.get_specialization_constants(); - for (auto &c : spec_constants) - { - if (c.constant_id >= VULKAN_NUM_SPEC_CONSTANTS) - { - LOGE("Spec constant ID: %u is out of range, will be ignored.\n", c.constant_id); - continue; - } - - layout.spec_constant_mask |= 1u << c.constant_id; - } - - return true; -} -#else -bool Shader::reflect_resource_layout(ResourceLayout &, const uint32_t *, size_t) -{ - return false; -} -#endif - -Shader::Shader(Hash hash, Device *device_, const uint32_t *data, size_t size, - const ResourceLayout *resource_layout, const ImmutableSamplerBank *sampler_bank) - : IntrusiveHashMapEnabled(hash) - , device(device_) -{ - VkShaderModuleCreateInfo info = { VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO }; - info.codeSize = size; - info.pCode = data; - -#ifdef VULKAN_DEBUG - LOGI("Creating shader module.\n"); -#endif - auto &table = device->get_device_table(); - if (table.vkCreateShaderModule(device->get_device(), &info, nullptr, &module) != VK_SUCCESS) - LOGE("Failed to create shader module.\n"); - -#ifdef GRANITE_VULKAN_FOSSILIZE - device->register_shader_module(module, get_hash(), info); -#endif - - if (resource_layout) - layout = *resource_layout; -#ifdef GRANITE_VULKAN_SPIRV_CROSS - else if (!reflect_resource_layout(layout, data, size)) - LOGE("Failed to reflect resource layout.\n"); -#endif - - if (sampler_bank) - immutable_sampler_bank = *sampler_bank; - - for (unsigned set = 0; set < VULKAN_NUM_DESCRIPTOR_SETS; set++) - { - for_each_bit(layout.sets[set].sampler_mask | layout.sets[set].sampled_image_mask, [&](unsigned binding) { - if (sampler_bank && sampler_bank->samplers[set][binding]) - layout.sets[set].immutable_sampler_mask |= 1u << binding; - }); - } - - if (layout.bindless_set_mask != 0 && !device->get_device_features().supports_descriptor_indexing) - LOGE("Sufficient features for descriptor indexing is not supported on this device.\n"); -} - -Shader::~Shader() -{ - auto &table = device->get_device_table(); - if (module) - table.vkDestroyShaderModule(device->get_device(), module, nullptr); -} - -void Program::set_shader(ShaderStage stage, Shader *handle) -{ - shaders[Util::ecast(stage)] = handle; -} - -Program::Program(Device *device_, Shader *vertex, Shader *fragment) - : device(device_) -{ - set_shader(ShaderStage::Vertex, vertex); - set_shader(ShaderStage::Fragment, fragment); - device->bake_program(*this); -} - -Program::Program(Device *device_, Shader *compute_shader) - : device(device_) -{ - set_shader(ShaderStage::Compute, compute_shader); - device->bake_program(*this); -} - -Pipeline Program::get_pipeline(Hash hash) const -{ - auto *ret = pipelines.find(hash); - return ret ? ret->get() : Pipeline{}; -} - -Pipeline Program::add_pipeline(Hash hash, const Pipeline &pipeline) -{ - return pipelines.emplace_yield(hash, pipeline)->get(); -} - -void Program::destroy_pipeline(const Pipeline &pipeline) -{ - if (internal_sync) - device->destroy_pipeline_nolock(pipeline.pipeline); - else - device->destroy_pipeline(pipeline.pipeline); -} - -void Program::promote_read_write_to_read_only() -{ -#ifdef GRANITE_VULKAN_MT - pipelines.move_to_read_only(); -#endif -} - -Program::~Program() -{ -#ifdef GRANITE_VULKAN_MT - for (auto &pipe : pipelines.get_read_only()) - destroy_pipeline(pipe.get()); - for (auto &pipe : pipelines.get_read_write()) - destroy_pipeline(pipe.get()); -#else - for (auto &pipe : pipelines) - destroy_pipeline(pipe.get()); -#endif -} -} diff --git a/external/parallel-rdp-standalone/vulkan/shader.hpp b/external/parallel-rdp-standalone/vulkan/shader.hpp deleted file mode 100644 index a441507d..00000000 --- a/external/parallel-rdp-standalone/vulkan/shader.hpp +++ /dev/null @@ -1,223 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "cookie.hpp" -#include "descriptor_set.hpp" -#include "hash.hpp" -#include "intrusive.hpp" -#include "limits.hpp" -#include "vulkan_headers.hpp" -#include "enum_cast.hpp" - -namespace spirv_cross -{ -struct SPIRType; -} - -namespace Vulkan -{ -class Device; - -enum class ShaderStage -{ - Vertex = 0, - TessControl = 1, - TessEvaluation = 2, - Geometry = 3, - Fragment = 4, - Compute = 5, - Count -}; - -struct ResourceLayout -{ - DescriptorSetLayout sets[VULKAN_NUM_DESCRIPTOR_SETS]; - uint32_t input_mask = 0; - uint32_t output_mask = 0; - uint32_t push_constant_size = 0; - uint32_t spec_constant_mask = 0; - uint32_t bindless_set_mask = 0; - enum { Version = 3 }; - - bool unserialize(const uint8_t *data, size_t size); - bool serialize(uint8_t *data, size_t size) const; - static size_t serialization_size(); -}; -static_assert(sizeof(DescriptorSetLayout) % 8 == 0, "Size of DescriptorSetLayout does not align to 64 bits."); - -struct CombinedResourceLayout -{ - uint32_t attribute_mask = 0; - uint32_t render_target_mask = 0; - DescriptorSetLayout sets[VULKAN_NUM_DESCRIPTOR_SETS] = {}; - uint32_t stages_for_bindings[VULKAN_NUM_DESCRIPTOR_SETS][VULKAN_NUM_BINDINGS] = {}; - uint32_t stages_for_sets[VULKAN_NUM_DESCRIPTOR_SETS] = {}; - VkPushConstantRange push_constant_range = {}; - uint32_t descriptor_set_mask = 0; - uint32_t bindless_descriptor_set_mask = 0; - uint32_t spec_constant_mask[Util::ecast(ShaderStage::Count)] = {}; - uint32_t combined_spec_constant_mask = 0; - Util::Hash push_constant_layout_hash = 0; -}; - -struct ResourceBinding -{ - union { - VkDescriptorBufferInfo buffer; - struct - { - VkDescriptorImageInfo fp; - VkDescriptorImageInfo integer; - } image; - VkBufferView buffer_view; - }; - VkDeviceSize dynamic_offset; -}; - -struct ResourceBindings -{ - ResourceBinding bindings[VULKAN_NUM_DESCRIPTOR_SETS][VULKAN_NUM_BINDINGS]; - uint64_t cookies[VULKAN_NUM_DESCRIPTOR_SETS][VULKAN_NUM_BINDINGS]; - uint64_t secondary_cookies[VULKAN_NUM_DESCRIPTOR_SETS][VULKAN_NUM_BINDINGS]; - uint8_t push_constant_data[VULKAN_PUSH_CONSTANT_SIZE]; -}; - -struct ImmutableSamplerBank -{ - const ImmutableSampler *samplers[VULKAN_NUM_DESCRIPTOR_SETS][VULKAN_NUM_BINDINGS]; - static void hash(Util::Hasher &h, const ImmutableSamplerBank *bank); -}; - -class PipelineLayout : public HashedObject -{ -public: - PipelineLayout(Util::Hash hash, Device *device, const CombinedResourceLayout &layout, - const ImmutableSamplerBank *sampler_bank); - ~PipelineLayout(); - - const CombinedResourceLayout &get_resource_layout() const - { - return layout; - } - - VkPipelineLayout get_layout() const - { - return pipe_layout; - } - - DescriptorSetAllocator *get_allocator(unsigned set) const - { - return set_allocators[set]; - } - - VkDescriptorUpdateTemplate get_update_template(unsigned set) const - { - return update_template[set]; - } - -private: - Device *device; - VkPipelineLayout pipe_layout = VK_NULL_HANDLE; - CombinedResourceLayout layout; - DescriptorSetAllocator *set_allocators[VULKAN_NUM_DESCRIPTOR_SETS] = {}; - VkDescriptorUpdateTemplate update_template[VULKAN_NUM_DESCRIPTOR_SETS] = {}; - void create_update_templates(); -}; - -class Shader : public HashedObject -{ -public: - Shader(Util::Hash binding, Device *device, const uint32_t *data, size_t size, - const ResourceLayout *layout = nullptr, - const ImmutableSamplerBank *sampler_bank = nullptr); - ~Shader(); - - const ResourceLayout &get_layout() const - { - return layout; - } - - const ImmutableSamplerBank &get_immutable_sampler_bank() const - { - return immutable_sampler_bank; - } - - VkShaderModule get_module() const - { - return module; - } - - static bool reflect_resource_layout(ResourceLayout &layout, const uint32_t *spirv_data, size_t spirv_size); - static const char *stage_to_name(ShaderStage stage); - static Util::Hash hash(const uint32_t *data, size_t size, const ImmutableSamplerBank *sampler_bank); - -private: - Device *device; - VkShaderModule module = VK_NULL_HANDLE; - ResourceLayout layout; - ImmutableSamplerBank immutable_sampler_bank; -}; - -struct Pipeline -{ - VkPipeline pipeline; - uint32_t dynamic_mask; -}; - -class Program : public HashedObject, public InternalSyncEnabled -{ -public: - Program(Device *device, Shader *vertex, Shader *fragment); - Program(Device *device, Shader *compute); - ~Program(); - - inline const Shader *get_shader(ShaderStage stage) const - { - return shaders[Util::ecast(stage)]; - } - - void set_pipeline_layout(PipelineLayout *new_layout) - { - layout = new_layout; - } - - PipelineLayout *get_pipeline_layout() const - { - return layout; - } - - Pipeline get_pipeline(Util::Hash hash) const; - Pipeline add_pipeline(Util::Hash hash, const Pipeline &pipeline); - - void promote_read_write_to_read_only(); - -private: - void set_shader(ShaderStage stage, Shader *handle); - Device *device; - Shader *shaders[Util::ecast(ShaderStage::Count)] = {}; - PipelineLayout *layout = nullptr; - VulkanCache> pipelines; - void destroy_pipeline(const Pipeline &pipeline); -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/texture_format.cpp b/external/parallel-rdp-standalone/vulkan/texture_format.cpp deleted file mode 100644 index 95cc2552..00000000 --- a/external/parallel-rdp-standalone/vulkan/texture_format.cpp +++ /dev/null @@ -1,519 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "texture_format.hpp" -#include "format.hpp" -#include - -using namespace std; - -namespace Vulkan -{ -uint32_t TextureFormatLayout::num_miplevels(uint32_t width, uint32_t height, uint32_t depth) -{ - uint32_t size = unsigned(max(max(width, height), depth)); - uint32_t levels = 0; - while (size) - { - levels++; - size >>= 1; - } - return levels; -} - -void TextureFormatLayout::format_block_dim(VkFormat format, uint32_t &width, uint32_t &height) -{ -#define fmt(x, w, h) \ - case VK_FORMAT_##x: \ - width = w; \ - height = h; \ - break - - switch (format) - { - fmt(ETC2_R8G8B8A8_UNORM_BLOCK, 4, 4); - fmt(ETC2_R8G8B8A8_SRGB_BLOCK, 4, 4); - fmt(ETC2_R8G8B8A1_UNORM_BLOCK, 4, 4); - fmt(ETC2_R8G8B8A1_SRGB_BLOCK, 4, 4); - fmt(ETC2_R8G8B8_UNORM_BLOCK, 4, 4); - fmt(ETC2_R8G8B8_SRGB_BLOCK, 4, 4); - fmt(EAC_R11_UNORM_BLOCK, 4, 4); - fmt(EAC_R11_SNORM_BLOCK, 4, 4); - fmt(EAC_R11G11_UNORM_BLOCK, 4, 4); - fmt(EAC_R11G11_SNORM_BLOCK, 4, 4); - - fmt(BC1_RGB_UNORM_BLOCK, 4, 4); - fmt(BC1_RGB_SRGB_BLOCK, 4, 4); - fmt(BC1_RGBA_UNORM_BLOCK, 4, 4); - fmt(BC1_RGBA_SRGB_BLOCK, 4, 4); - fmt(BC2_UNORM_BLOCK, 4, 4); - fmt(BC2_SRGB_BLOCK, 4, 4); - fmt(BC3_UNORM_BLOCK, 4, 4); - fmt(BC3_SRGB_BLOCK, 4, 4); - fmt(BC4_UNORM_BLOCK, 4, 4); - fmt(BC4_SNORM_BLOCK, 4, 4); - fmt(BC5_UNORM_BLOCK, 4, 4); - fmt(BC5_SNORM_BLOCK, 4, 4); - fmt(BC6H_UFLOAT_BLOCK, 4, 4); - fmt(BC6H_SFLOAT_BLOCK, 4, 4); - fmt(BC7_SRGB_BLOCK, 4, 4); - fmt(BC7_UNORM_BLOCK, 4, 4); - -#define astc_fmt(w, h) \ - fmt(ASTC_##w##x##h##_UNORM_BLOCK, w, h); \ - fmt(ASTC_##w##x##h##_SRGB_BLOCK, w, h); \ - fmt(ASTC_##w##x##h##_SFLOAT_BLOCK_EXT, w, h) - - astc_fmt(4, 4); - astc_fmt(5, 4); - astc_fmt(5, 5); - astc_fmt(6, 5); - astc_fmt(6, 6); - astc_fmt(8, 5); - astc_fmt(8, 6); - astc_fmt(8, 8); - astc_fmt(10, 5); - astc_fmt(10, 6); - astc_fmt(10, 8); - astc_fmt(10, 10); - astc_fmt(12, 10); - astc_fmt(12, 12); - - default: - width = 1; - height = 1; - break; - } - -#undef fmt -#undef astc_fmt -} - -uint32_t TextureFormatLayout::format_block_size(VkFormat format, VkImageAspectFlags aspect) -{ -#define fmt(x, bpp) \ - case VK_FORMAT_##x: \ - return bpp - -#define fmt2(x, bpp0, bpp1) \ - case VK_FORMAT_##x: \ - return aspect == VK_IMAGE_ASPECT_PLANE_0_BIT ? bpp0 : bpp1 - - switch (format) - { - fmt(R4G4_UNORM_PACK8, 1); - fmt(R4G4B4A4_UNORM_PACK16, 2); - fmt(B4G4R4A4_UNORM_PACK16, 2); - fmt(R5G6B5_UNORM_PACK16, 2); - fmt(B5G6R5_UNORM_PACK16, 2); - fmt(R5G5B5A1_UNORM_PACK16, 2); - fmt(B5G5R5A1_UNORM_PACK16, 2); - fmt(A1R5G5B5_UNORM_PACK16, 2); - fmt(R8_UNORM, 1); - fmt(R8_SNORM, 1); - fmt(R8_USCALED, 1); - fmt(R8_SSCALED, 1); - fmt(R8_UINT, 1); - fmt(R8_SINT, 1); - fmt(R8_SRGB, 1); - fmt(R8G8_UNORM, 2); - fmt(R8G8_SNORM, 2); - fmt(R8G8_USCALED, 2); - fmt(R8G8_SSCALED, 2); - fmt(R8G8_UINT, 2); - fmt(R8G8_SINT, 2); - fmt(R8G8_SRGB, 2); - fmt(R8G8B8_UNORM, 3); - fmt(R8G8B8_SNORM, 3); - fmt(R8G8B8_USCALED, 3); - fmt(R8G8B8_SSCALED, 3); - fmt(R8G8B8_UINT, 3); - fmt(R8G8B8_SINT, 3); - fmt(R8G8B8_SRGB, 3); - fmt(R8G8B8A8_UNORM, 4); - fmt(R8G8B8A8_SNORM, 4); - fmt(R8G8B8A8_USCALED, 4); - fmt(R8G8B8A8_SSCALED, 4); - fmt(R8G8B8A8_UINT, 4); - fmt(R8G8B8A8_SINT, 4); - fmt(R8G8B8A8_SRGB, 4); - fmt(B8G8R8A8_UNORM, 4); - fmt(B8G8R8A8_SNORM, 4); - fmt(B8G8R8A8_USCALED, 4); - fmt(B8G8R8A8_SSCALED, 4); - fmt(B8G8R8A8_UINT, 4); - fmt(B8G8R8A8_SINT, 4); - fmt(B8G8R8A8_SRGB, 4); - fmt(A8B8G8R8_UNORM_PACK32, 4); - fmt(A8B8G8R8_SNORM_PACK32, 4); - fmt(A8B8G8R8_USCALED_PACK32, 4); - fmt(A8B8G8R8_SSCALED_PACK32, 4); - fmt(A8B8G8R8_UINT_PACK32, 4); - fmt(A8B8G8R8_SINT_PACK32, 4); - fmt(A8B8G8R8_SRGB_PACK32, 4); - fmt(A2B10G10R10_UNORM_PACK32, 4); - fmt(A2B10G10R10_SNORM_PACK32, 4); - fmt(A2B10G10R10_USCALED_PACK32, 4); - fmt(A2B10G10R10_SSCALED_PACK32, 4); - fmt(A2B10G10R10_UINT_PACK32, 4); - fmt(A2B10G10R10_SINT_PACK32, 4); - fmt(A2R10G10B10_UNORM_PACK32, 4); - fmt(A2R10G10B10_SNORM_PACK32, 4); - fmt(A2R10G10B10_USCALED_PACK32, 4); - fmt(A2R10G10B10_SSCALED_PACK32, 4); - fmt(A2R10G10B10_UINT_PACK32, 4); - fmt(A2R10G10B10_SINT_PACK32, 4); - fmt(R16_UNORM, 2); - fmt(R16_SNORM, 2); - fmt(R16_USCALED, 2); - fmt(R16_SSCALED, 2); - fmt(R16_UINT, 2); - fmt(R16_SINT, 2); - fmt(R16_SFLOAT, 2); - fmt(R16G16_UNORM, 4); - fmt(R16G16_SNORM, 4); - fmt(R16G16_USCALED, 4); - fmt(R16G16_SSCALED, 4); - fmt(R16G16_UINT, 4); - fmt(R16G16_SINT, 4); - fmt(R16G16_SFLOAT, 4); - fmt(R16G16B16_UNORM, 6); - fmt(R16G16B16_SNORM, 6); - fmt(R16G16B16_USCALED, 6); - fmt(R16G16B16_SSCALED, 6); - fmt(R16G16B16_UINT, 6); - fmt(R16G16B16_SINT, 6); - fmt(R16G16B16_SFLOAT, 6); - fmt(R16G16B16A16_UNORM, 8); - fmt(R16G16B16A16_SNORM, 8); - fmt(R16G16B16A16_USCALED, 8); - fmt(R16G16B16A16_SSCALED, 8); - fmt(R16G16B16A16_UINT, 8); - fmt(R16G16B16A16_SINT, 8); - fmt(R16G16B16A16_SFLOAT, 8); - fmt(R32_UINT, 4); - fmt(R32_SINT, 4); - fmt(R32_SFLOAT, 4); - fmt(R32G32_UINT, 8); - fmt(R32G32_SINT, 8); - fmt(R32G32_SFLOAT, 8); - fmt(R32G32B32_UINT, 12); - fmt(R32G32B32_SINT, 12); - fmt(R32G32B32_SFLOAT, 12); - fmt(R32G32B32A32_UINT, 16); - fmt(R32G32B32A32_SINT, 16); - fmt(R32G32B32A32_SFLOAT, 16); - fmt(R64_UINT, 8); - fmt(R64_SINT, 8); - fmt(R64_SFLOAT, 8); - fmt(R64G64_UINT, 16); - fmt(R64G64_SINT, 16); - fmt(R64G64_SFLOAT, 16); - fmt(R64G64B64_UINT, 24); - fmt(R64G64B64_SINT, 24); - fmt(R64G64B64_SFLOAT, 24); - fmt(R64G64B64A64_UINT, 32); - fmt(R64G64B64A64_SINT, 32); - fmt(R64G64B64A64_SFLOAT, 32); - fmt(B10G11R11_UFLOAT_PACK32, 4); - fmt(E5B9G9R9_UFLOAT_PACK32, 4); - - fmt(D16_UNORM, 2); - fmt(X8_D24_UNORM_PACK32, 4); - fmt(D32_SFLOAT, 4); - fmt(S8_UINT, 1); - - case VK_FORMAT_D16_UNORM_S8_UINT: - return aspect == VK_IMAGE_ASPECT_DEPTH_BIT ? 2 : 1; - case VK_FORMAT_D24_UNORM_S8_UINT: - case VK_FORMAT_D32_SFLOAT_S8_UINT: - return aspect == VK_IMAGE_ASPECT_DEPTH_BIT ? 4 : 1; - - // ETC2 - fmt(ETC2_R8G8B8A8_UNORM_BLOCK, 16); - fmt(ETC2_R8G8B8A8_SRGB_BLOCK, 16); - fmt(ETC2_R8G8B8A1_UNORM_BLOCK, 8); - fmt(ETC2_R8G8B8A1_SRGB_BLOCK, 8); - fmt(ETC2_R8G8B8_UNORM_BLOCK, 8); - fmt(ETC2_R8G8B8_SRGB_BLOCK, 8); - fmt(EAC_R11_UNORM_BLOCK, 8); - fmt(EAC_R11_SNORM_BLOCK, 8); - fmt(EAC_R11G11_UNORM_BLOCK, 16); - fmt(EAC_R11G11_SNORM_BLOCK, 16); - - // BC - fmt(BC1_RGB_UNORM_BLOCK, 8); - fmt(BC1_RGB_SRGB_BLOCK, 8); - fmt(BC1_RGBA_UNORM_BLOCK, 8); - fmt(BC1_RGBA_SRGB_BLOCK, 8); - fmt(BC2_UNORM_BLOCK, 16); - fmt(BC2_SRGB_BLOCK, 16); - fmt(BC3_UNORM_BLOCK, 16); - fmt(BC3_SRGB_BLOCK, 16); - fmt(BC4_UNORM_BLOCK, 8); - fmt(BC4_SNORM_BLOCK, 8); - fmt(BC5_UNORM_BLOCK, 16); - fmt(BC5_SNORM_BLOCK, 16); - fmt(BC6H_UFLOAT_BLOCK, 16); - fmt(BC6H_SFLOAT_BLOCK, 16); - fmt(BC7_SRGB_BLOCK, 16); - fmt(BC7_UNORM_BLOCK, 16); - - // ASTC -#define astc_fmt(w, h) \ - fmt(ASTC_##w##x##h##_UNORM_BLOCK, 16); \ - fmt(ASTC_##w##x##h##_SRGB_BLOCK, 16); \ - fmt(ASTC_##w##x##h##_SFLOAT_BLOCK_EXT, 16) - - astc_fmt(4, 4); - astc_fmt(5, 4); - astc_fmt(5, 5); - astc_fmt(6, 5); - astc_fmt(6, 6); - astc_fmt(8, 5); - astc_fmt(8, 6); - astc_fmt(8, 8); - astc_fmt(10, 5); - astc_fmt(10, 6); - astc_fmt(10, 8); - astc_fmt(10, 10); - astc_fmt(12, 10); - astc_fmt(12, 12); - - fmt(G8B8G8R8_422_UNORM, 4); - fmt(B8G8R8G8_422_UNORM, 4); - - fmt(G8_B8_R8_3PLANE_420_UNORM, 1); - fmt2(G8_B8R8_2PLANE_420_UNORM, 1, 2); - fmt(G8_B8_R8_3PLANE_422_UNORM, 1); - fmt2(G8_B8R8_2PLANE_422_UNORM, 1, 2); - fmt(G8_B8_R8_3PLANE_444_UNORM, 1); - - fmt(R10X6_UNORM_PACK16, 2); - fmt(R10X6G10X6_UNORM_2PACK16, 4); - fmt(R10X6G10X6B10X6A10X6_UNORM_4PACK16, 8); - fmt(G10X6B10X6G10X6R10X6_422_UNORM_4PACK16, 8); - fmt(B10X6G10X6R10X6G10X6_422_UNORM_4PACK16, 8); - fmt(G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16, 2); - fmt(G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16, 2); - fmt(G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16, 2); - fmt2(G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16, 2, 4); - fmt2(G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16, 2, 4); - - fmt(R12X4_UNORM_PACK16, 2); - fmt(R12X4G12X4_UNORM_2PACK16, 4); - fmt(R12X4G12X4B12X4A12X4_UNORM_4PACK16, 8); - fmt(G12X4B12X4G12X4R12X4_422_UNORM_4PACK16, 8); - fmt(B12X4G12X4R12X4G12X4_422_UNORM_4PACK16, 8); - fmt(G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16, 2); - fmt(G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16, 2); - fmt(G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16, 2); - fmt2(G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16, 2, 4); - fmt2(G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16, 2, 4); - - fmt(G16B16G16R16_422_UNORM, 8); - fmt(B16G16R16G16_422_UNORM, 8); - fmt(G16_B16_R16_3PLANE_420_UNORM, 2); - fmt(G16_B16_R16_3PLANE_422_UNORM, 2); - fmt(G16_B16_R16_3PLANE_444_UNORM, 2); - fmt2(G16_B16R16_2PLANE_420_UNORM, 2, 4); - fmt2(G16_B16R16_2PLANE_422_UNORM, 2, 4); - - default: - assert(0 && "Unknown format."); - return 0; - } -#undef fmt -#undef fmt2 -#undef astc_fmt -} - -void TextureFormatLayout::fill_mipinfo(uint32_t width, uint32_t height, uint32_t depth) -{ - block_stride = format_block_size(format, 0); - format_block_dim(format, block_dim_x, block_dim_y); - - if (mip_levels == 0) - mip_levels = num_miplevels(width, height, depth); - - size_t offset = 0; - - for (uint32_t mip = 0; mip < mip_levels; mip++) - { - offset = (offset + 15) & ~15; - - uint32_t blocks_x = (width + block_dim_x - 1) / block_dim_x; - uint32_t blocks_y = (height + block_dim_y - 1) / block_dim_y; - size_t mip_size = blocks_x * blocks_y * array_layers * depth * block_stride; - - mips[mip].offset = offset; - - mips[mip].block_row_length = blocks_x; - mips[mip].block_image_height = blocks_y; - - mips[mip].row_length = blocks_x * block_dim_x; - mips[mip].image_height = blocks_y * block_dim_y; - - mips[mip].width = width; - mips[mip].height = height; - mips[mip].depth = depth; - - offset += mip_size; - - width = max((width >> 1u), 1u); - height = max((height >> 1u), 1u); - depth = max((depth >> 1u), 1u); - } - - required_size = offset; -} - -void TextureFormatLayout::set_1d(VkFormat format_, uint32_t width, uint32_t array_layers_, uint32_t mip_levels_) -{ - image_type = VK_IMAGE_TYPE_1D; - format = format_; - array_layers = array_layers_; - mip_levels = mip_levels_; - - fill_mipinfo(width, 1, 1); -} - -void TextureFormatLayout::set_2d(VkFormat format_, uint32_t width, uint32_t height, - uint32_t array_layers_, uint32_t mip_levels_) -{ - image_type = VK_IMAGE_TYPE_2D; - format = format_; - array_layers = array_layers_; - mip_levels = mip_levels_; - - fill_mipinfo(width, height, 1); -} - -void TextureFormatLayout::set_3d(VkFormat format_, uint32_t width, uint32_t height, uint32_t depth, uint32_t mip_levels_) -{ - image_type = VK_IMAGE_TYPE_3D; - format = format_; - array_layers = 1; - mip_levels = mip_levels_; - - fill_mipinfo(width, height, depth); -} - -void TextureFormatLayout::set_buffer(void *buffer_, size_t size) -{ - buffer = static_cast(buffer_); - buffer_size = size; -} - -uint32_t TextureFormatLayout::get_width(uint32_t mip) const -{ - return mips[mip].width; -} - -uint32_t TextureFormatLayout::get_height(uint32_t mip) const -{ - return mips[mip].height; -} - -uint32_t TextureFormatLayout::get_depth(uint32_t mip) const -{ - return mips[mip].depth; -} - -uint32_t TextureFormatLayout::get_layers() const -{ - return array_layers; -} - -VkImageType TextureFormatLayout::get_image_type() const -{ - return image_type; -} - -VkFormat TextureFormatLayout::get_format() const -{ - return format; -} - -uint32_t TextureFormatLayout::get_block_stride() const -{ - return block_stride; -} - -uint32_t TextureFormatLayout::get_levels() const -{ - return mip_levels; -} - -size_t TextureFormatLayout::get_required_size() const -{ - return required_size; -} - -const TextureFormatLayout::MipInfo &TextureFormatLayout::get_mip_info(uint32_t mip) const -{ - return mips[mip]; -} - -uint32_t TextureFormatLayout::get_block_dim_x() const -{ - return block_dim_x; -} - -uint32_t TextureFormatLayout::get_block_dim_y() const -{ - return block_dim_y; -} - -size_t TextureFormatLayout::row_byte_stride(uint32_t row_length) const -{ - return ((row_length + block_dim_x - 1) / block_dim_x) * block_stride; -} - -size_t TextureFormatLayout::layer_byte_stride(uint32_t image_height, size_t row_byte_stride) const -{ - return ((image_height + block_dim_y - 1) / block_dim_y) * row_byte_stride; -} - -void TextureFormatLayout::build_buffer_image_copies(Util::SmallVector &copies) const -{ - copies.resize(mip_levels); - for (unsigned level = 0; level < mip_levels; level++) - { - const auto &mip_info = mips[level]; - - auto &blit = copies[level]; - blit = {}; - blit.bufferOffset = mip_info.offset; - blit.bufferRowLength = mip_info.row_length; - blit.bufferImageHeight = mip_info.image_height; - blit.imageSubresource.aspectMask = format_to_aspect_mask(format); - blit.imageSubresource.mipLevel = level; - blit.imageSubresource.baseArrayLayer = 0; - blit.imageSubresource.layerCount = array_layers; - blit.imageExtent.width = mip_info.width; - blit.imageExtent.height = mip_info.height; - blit.imageExtent.depth = mip_info.depth; - } -} - -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/vulkan/texture_format.hpp b/external/parallel-rdp-standalone/vulkan/texture_format.hpp deleted file mode 100644 index cf97d979..00000000 --- a/external/parallel-rdp-standalone/vulkan/texture_format.hpp +++ /dev/null @@ -1,178 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include "small_vector.hpp" -#include -#include -#include - -namespace Vulkan -{ -class TextureFormatLayout -{ -public: - void set_1d(VkFormat format, uint32_t width, uint32_t array_layers = 1, uint32_t mip_levels = 1); - void set_2d(VkFormat format, uint32_t width, uint32_t height, uint32_t array_layers = 1, uint32_t mip_levels = 1); - void set_3d(VkFormat format, uint32_t width, uint32_t height, uint32_t depth, uint32_t mip_levels = 1); - - static uint32_t format_block_size(VkFormat format, VkImageAspectFlags aspect); - static void format_block_dim(VkFormat format, uint32_t &width, uint32_t &height); - static uint32_t num_miplevels(uint32_t width, uint32_t height = 1, uint32_t depth = 1); - - void set_buffer(void *buffer, size_t size); - inline void *get_buffer() - { - return buffer; - } - - uint32_t get_width(uint32_t mip = 0) const; - uint32_t get_height(uint32_t mip = 0) const; - uint32_t get_depth(uint32_t mip = 0) const; - uint32_t get_levels() const; - uint32_t get_layers() const; - uint32_t get_block_stride() const; - uint32_t get_block_dim_x() const; - uint32_t get_block_dim_y() const; - VkImageType get_image_type() const; - VkFormat get_format() const; - - size_t get_required_size() const; - - size_t row_byte_stride(uint32_t row_length) const; - size_t layer_byte_stride(uint32_t row_length, size_t row_byte_stride) const; - - inline size_t get_row_size(uint32_t mip) const - { - return mips[mip].block_row_length * block_stride; - } - - inline size_t get_layer_size(uint32_t mip) const - { - return mips[mip].block_image_height * get_row_size(mip); - } - - struct MipInfo - { - size_t offset = 0; - uint32_t width = 1; - uint32_t height = 1; - uint32_t depth = 1; - - uint32_t block_image_height = 0; - uint32_t block_row_length = 0; - uint32_t image_height = 0; - uint32_t row_length = 0; - }; - - const MipInfo &get_mip_info(uint32_t mip) const; - - inline void *data(uint32_t layer = 0, uint32_t mip = 0) const - { - assert(buffer); - assert(buffer_size == required_size); - auto &mip_info = mips[mip]; - uint8_t *slice = buffer + mip_info.offset; - slice += block_stride * layer * mip_info.block_row_length * mip_info.block_image_height; - return slice; - } - - template - inline T *data_generic(uint32_t x, uint32_t y, uint32_t slice_index, uint32_t mip = 0) const - { - auto &mip_info = mips[mip]; - T *slice = reinterpret_cast(buffer + mip_info.offset); - slice += slice_index * mip_info.block_row_length * mip_info.block_image_height; - slice += y * mip_info.block_row_length; - slice += x; - return slice; - } - - inline void *data_opaque(uint32_t x, uint32_t y, uint32_t slice_index, uint32_t mip = 0) const - { - auto &mip_info = mips[mip]; - uint8_t *slice = buffer + mip_info.offset; - size_t off = slice_index * mip_info.block_row_length * mip_info.block_image_height; - off += y * mip_info.block_row_length; - off += x; - return slice + off * block_stride; - } - - template - inline T *data_generic() const - { - return data_generic(0, 0, 0, 0); - } - - template - inline T *data_1d(uint32_t x, uint32_t layer = 0, uint32_t mip = 0) const - { - assert(sizeof(T) == block_stride); - assert(buffer); - assert(image_type == VK_IMAGE_TYPE_1D); - assert(buffer_size == required_size); - return data_generic(x, 0, layer, mip); - } - - template - inline T *data_2d(uint32_t x, uint32_t y, uint32_t layer = 0, uint32_t mip = 0) const - { - assert(sizeof(T) == block_stride); - assert(buffer); - assert(image_type == VK_IMAGE_TYPE_2D); - assert(buffer_size == required_size); - return data_generic(x, y, layer, mip); - } - - template - inline T *data_3d(uint32_t x, uint32_t y, uint32_t z, uint32_t mip = 0) const - { - assert(sizeof(T) == block_stride); - assert(buffer); - assert(image_type == VK_IMAGE_TYPE_3D); - assert(buffer_size == required_size); - return data_generic(x, y, z, mip); - } - - void build_buffer_image_copies(Util::SmallVector &copies) const; - -private: - uint8_t *buffer = nullptr; - size_t buffer_size = 0; - - VkImageType image_type = VK_IMAGE_TYPE_MAX_ENUM; - VkFormat format = VK_FORMAT_UNDEFINED; - size_t required_size = 0; - - uint32_t block_stride = 1; - uint32_t mip_levels = 1; - uint32_t array_layers = 1; - uint32_t block_dim_x = 1; - uint32_t block_dim_y = 1; - - MipInfo mips[16]; - - void fill_mipinfo(uint32_t width, uint32_t height, uint32_t depth); -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/type_to_string.hpp b/external/parallel-rdp-standalone/vulkan/type_to_string.hpp deleted file mode 100644 index 976aebe1..00000000 --- a/external/parallel-rdp-standalone/vulkan/type_to_string.hpp +++ /dev/null @@ -1,113 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include - -namespace Vulkan -{ -static inline const char *layout_to_string(VkImageLayout layout) -{ - switch (layout) - { - case VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL: - return "SHADER_READ_ONLY"; - case VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL: - return "DS_READ_ONLY"; - case VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL: - return "DS"; - case VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL: - return "COLOR"; - case VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL: - return "TRANSFER_DST"; - case VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL: - return "TRANSFER_SRC"; - case VK_IMAGE_LAYOUT_GENERAL: - return "GENERAL"; - case VK_IMAGE_LAYOUT_PRESENT_SRC_KHR: - return "PRESENT"; - default: - return "UNDEFINED"; - } -} - -static inline std::string access_flags_to_string(VkAccessFlags flags) -{ - std::string result; - - if (flags & VK_ACCESS_SHADER_READ_BIT) - result += "SHADER_READ "; - if (flags & VK_ACCESS_SHADER_WRITE_BIT) - result += "SHADER_WRITE "; - if (flags & VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT) - result += "DS_WRITE "; - if (flags & VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT) - result += "DS_READ "; - if (flags & VK_ACCESS_COLOR_ATTACHMENT_READ_BIT) - result += "COLOR_READ "; - if (flags & VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT) - result += "COLOR_WRITE "; - if (flags & VK_ACCESS_INPUT_ATTACHMENT_READ_BIT) - result += "INPUT_READ "; - if (flags & VK_ACCESS_TRANSFER_WRITE_BIT) - result += "TRANSFER_WRITE "; - if (flags & VK_ACCESS_TRANSFER_READ_BIT) - result += "TRANSFER_READ "; - if (flags & VK_ACCESS_UNIFORM_READ_BIT) - result += "UNIFORM_READ "; - - if (!result.empty()) - result.pop_back(); - else - result = "NONE"; - - return result; -} - -static inline std::string stage_flags_to_string(VkPipelineStageFlags flags) -{ - std::string result; - - if (flags & VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT) - result += "GRAPHICS "; - if (flags & (VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT | VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT)) - result += "DEPTH "; - if (flags & VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT) - result += "COLOR "; - if (flags & VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT) - result += "FRAGMENT "; - if (flags & VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT) - result += "COMPUTE "; - if (flags & VK_PIPELINE_STAGE_TRANSFER_BIT) - result += "TRANSFER "; - if (flags & (VK_PIPELINE_STAGE_VERTEX_INPUT_BIT | VK_PIPELINE_STAGE_VERTEX_SHADER_BIT | VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT)) - result += "VERTEX "; - - if (!result.empty()) - result.pop_back(); - else - result = "NONE"; - - return result; -} -} \ No newline at end of file diff --git a/external/parallel-rdp-standalone/vulkan/vulkan_common.hpp b/external/parallel-rdp-standalone/vulkan/vulkan_common.hpp deleted file mode 100644 index 48027664..00000000 --- a/external/parallel-rdp-standalone/vulkan/vulkan_common.hpp +++ /dev/null @@ -1,61 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "intrusive.hpp" -#include "object_pool.hpp" -#include "intrusive_hash_map.hpp" - -namespace Vulkan -{ -#ifdef GRANITE_VULKAN_MT -using HandleCounter = Util::MultiThreadCounter; -#else -using HandleCounter = Util::SingleThreadCounter; -#endif - -#ifdef GRANITE_VULKAN_MT -template -using VulkanObjectPool = Util::ThreadSafeObjectPool; -template -using VulkanCache = Util::ThreadSafeIntrusiveHashMapReadCached; -template -using VulkanCacheReadWrite = Util::ThreadSafeIntrusiveHashMap; -#else -template -using VulkanObjectPool = Util::ObjectPool; -template -using VulkanCache = Util::IntrusiveHashMap; -template -using VulkanCacheReadWrite = Util::IntrusiveHashMap; -#endif - -enum QueueIndices -{ - QUEUE_INDEX_GRAPHICS, - QUEUE_INDEX_COMPUTE, - QUEUE_INDEX_TRANSFER, - QUEUE_INDEX_VIDEO_DECODE, - QUEUE_INDEX_COUNT -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/vulkan_headers.hpp b/external/parallel-rdp-standalone/vulkan/vulkan_headers.hpp deleted file mode 100644 index 25a6c40e..00000000 --- a/external/parallel-rdp-standalone/vulkan/vulkan_headers.hpp +++ /dev/null @@ -1,66 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#if defined(_WIN32) && !defined(VK_USE_PLATFORM_WIN32_KHR) -#define VK_USE_PLATFORM_WIN32_KHR -#endif - -#if defined(GRANITE_VULKAN_BETA) && !defined(VK_ENABLE_BETA_EXTENSIONS) -#define VK_ENABLE_BETA_EXTENSIONS -#endif - -#include "volk.h" -#include -#include "logging.hpp" -#include - -#ifdef VK_USE_PLATFORM_XLIB_XRANDR_EXT -// Workaround silly Xlib headers that define macros for these globally :( -#undef None -#undef Bool -#endif - -#ifdef VULKAN_DEBUG -#define VK_ASSERT(x) \ - do \ - { \ - if (!bool(x)) \ - { \ - LOGE("Vulkan error at %s:%d.\n", __FILE__, __LINE__); \ - abort(); \ - } \ - } while (0) -#else -#define VK_ASSERT(x) ((void)0) -#endif - -namespace Vulkan -{ -struct NoCopyNoMove -{ - NoCopyNoMove() = default; - NoCopyNoMove(const NoCopyNoMove &) = delete; - void operator=(const NoCopyNoMove &) = delete; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/vulkan_prerotate.hpp b/external/parallel-rdp-standalone/vulkan/vulkan_prerotate.hpp deleted file mode 100644 index 685ba8dc..00000000 --- a/external/parallel-rdp-standalone/vulkan/vulkan_prerotate.hpp +++ /dev/null @@ -1,86 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" - -namespace Vulkan -{ -// FIXME: Also consider that we might have to flip X or Y w.r.t. dimensions, -// but that only matters for partial rendering ... -static inline bool surface_transform_swaps_xy(VkSurfaceTransformFlagBitsKHR transform) -{ - return (transform & ( - VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR | - VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR | - VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR | - VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR)) != 0; -} - -static inline void viewport_swap_xy(VkViewport &vp) -{ - std::swap(vp.x, vp.y); - std::swap(vp.width, vp.height); -} - -static inline void rect2d_swap_xy(VkRect2D &rect) -{ - std::swap(rect.offset.x, rect.offset.y); - std::swap(rect.extent.width, rect.extent.height); -} - -static inline void build_prerotate_matrix_2x2(VkSurfaceTransformFlagBitsKHR pre_rotate, float mat[4]) -{ - // TODO: HORIZONTAL_MIRROR. - switch (pre_rotate) - { - default: - mat[0] = 1.0f; - mat[1] = 0.0f; - mat[2] = 0.0f; - mat[3] = 1.0f; - break; - - case VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR: - mat[0] = 0.0f; - mat[1] = 1.0f; - mat[2] = -1.0f; - mat[3] = 0.0f; - break; - - case VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR: - mat[0] = 0.0f; - mat[1] = -1.0f; - mat[2] = 1.0f; - mat[3] = 0.0f; - break; - - case VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR: - mat[0] = -1.0f; - mat[1] = 0.0f; - mat[2] = 0.0f; - mat[3] = -1.0f; - break; - } -} -} diff --git a/external/parallel-rdp-standalone/vulkan/wsi.cpp b/external/parallel-rdp-standalone/vulkan/wsi.cpp deleted file mode 100644 index 903b471c..00000000 --- a/external/parallel-rdp-standalone/vulkan/wsi.cpp +++ /dev/null @@ -1,1228 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#include "wsi.hpp" -#include "quirks.hpp" - -namespace Vulkan -{ -WSI::WSI() -{ - // With frame latency of 1, we get the ideal latency where - // we present, and then wait for the previous present to complete. - // Once this unblocks, it means that the present we just queued up is scheduled to complete next vblank, - // and the next frame to be recorded will have to be ready in 2 frames. - // This is ideal, since worst case for full performance, we will have a pipeline of CPU -> GPU, - // where CPU can spend 1 frame's worth of time, and GPU can spend one frame's worth of time. - // For mobile, opt for 2 frames of latency, since TBDR likes deeper pipelines and we can absorb more - // surfaceflinger jank. -#ifdef ANDROID - present_frame_latency = 2; -#else - present_frame_latency = 1; -#endif -} - -void WSIPlatform::set_window_title(const std::string &) -{ -} - -void WSIPlatform::destroy_surface(VkInstance instance, VkSurfaceKHR surface) -{ - vkDestroySurfaceKHR(instance, surface, nullptr); -} - -uintptr_t WSIPlatform::get_fullscreen_monitor() -{ - return 0; -} - -const VkApplicationInfo *WSIPlatform::get_application_info() -{ - return nullptr; -} - -void WSI::set_window_title(const std::string &title) -{ - if (platform) - platform->set_window_title(title); -} - -double WSI::get_smooth_elapsed_time() const -{ - return smooth_elapsed_time; -} - -double WSI::get_smooth_frame_time() const -{ - return smooth_frame_time; -} - -float WSIPlatform::get_estimated_frame_presentation_duration() -{ - // Just assume 60 FPS for now. - // TODO: Be more intelligent. - return 1.0f / 60.0f; -} - -float WSI::get_estimated_video_latency() -{ - if (using_display_timing) - { - // Very accurate estimate. - double latency = timing.get_current_latency(); - return float(latency); - } - else - { - // Very rough estimate. - unsigned latency_frames = device->get_num_swapchain_images(); - if (latency_frames > 0) - latency_frames--; - - if (platform) - { - float frame_duration = platform->get_estimated_frame_presentation_duration(); - return frame_duration * float(latency_frames); - } - else - return -1.0f; - } -} - -bool WSI::init_from_existing_context(ContextHandle existing_context) -{ - VK_ASSERT(platform); - context = std::move(existing_context); - table = &context->get_device_table(); - return true; -} - -bool WSI::init_external_swapchain(std::vector swapchain_images_) -{ - VK_ASSERT(context); - VK_ASSERT(device); - swapchain_width = platform->get_surface_width(); - swapchain_height = platform->get_surface_height(); - swapchain_aspect_ratio = platform->get_aspect_ratio(); - - external_swapchain_images = std::move(swapchain_images_); - - swapchain_width = external_swapchain_images.front()->get_width(); - swapchain_height = external_swapchain_images.front()->get_height(); - swapchain_format = external_swapchain_images.front()->get_format(); - - LOGI("Created swapchain %u x %u (fmt: %u).\n", - swapchain_width, swapchain_height, static_cast(swapchain_format)); - - platform->event_swapchain_destroyed(); - platform->event_swapchain_created(device.get(), swapchain_width, swapchain_height, - swapchain_aspect_ratio, - external_swapchain_images.size(), - swapchain_format, swapchain_current_prerotate); - - device->init_external_swapchain(this->external_swapchain_images); - platform->get_frame_timer().reset(); - external_acquire.reset(); - external_release.reset(); - return true; -} - -void WSI::set_platform(WSIPlatform *platform_) -{ - platform = platform_; -} - -bool WSI::init_device() -{ - VK_ASSERT(context); - device = Util::make_handle(); - device->set_context(*context); - platform->event_device_created(device.get()); - return true; -} - -bool WSI::init_device(DeviceHandle device_handle) -{ - VK_ASSERT(context); - device = std::move(device_handle); - platform->event_device_created(device.get()); - return true; -} - -bool WSI::init_surface_swapchain() -{ - VK_ASSERT(surface == VK_NULL_HANDLE); - VK_ASSERT(context); - VK_ASSERT(device); - - surface = platform->create_surface(context->get_instance(), context->get_gpu()); - if (surface == VK_NULL_HANDLE) - { - LOGE("Failed to create VkSurfaceKHR.\n"); - return false; - } - - unsigned width = platform->get_surface_width(); - unsigned height = platform->get_surface_height(); - swapchain_aspect_ratio = platform->get_aspect_ratio(); - - VkBool32 supported = VK_FALSE; - uint32_t queue_present_support = 0; - - for (auto &index : context->get_queue_info().family_indices) - { - if (index != VK_QUEUE_FAMILY_IGNORED) - { - if (vkGetPhysicalDeviceSurfaceSupportKHR(context->get_gpu(), index, surface, &supported) == - VK_SUCCESS && supported) - { - queue_present_support |= 1u << index; - } - } - } - - if ((queue_present_support & (1u << context->get_queue_info().family_indices[QUEUE_INDEX_GRAPHICS])) == 0) - { - LOGE("No presentation queue found for GPU. Is it connected to a display?\n"); - return false; - } - - device->set_swapchain_queue_family_support(queue_present_support); - - if (!blocking_init_swapchain(width, height)) - { - LOGE("Failed to create swapchain.\n"); - return false; - } - - device->init_swapchain(swapchain_images, swapchain_width, swapchain_height, swapchain_format, - swapchain_current_prerotate, - current_extra_usage | VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); - platform->get_frame_timer().reset(); - return true; -} - -bool WSI::init_simple(unsigned num_thread_indices, const Context::SystemHandles &system_handles) -{ - if (!init_context_from_platform(num_thread_indices, system_handles)) - return false; - if (!init_device()) - return false; - if (!init_surface_swapchain()) - return false; - return true; -} - -bool WSI::init_context_from_platform(unsigned num_thread_indices, const Context::SystemHandles &system_handles) -{ - VK_ASSERT(platform); - auto instance_ext = platform->get_instance_extensions(); - auto device_ext = platform->get_device_extensions(); - auto new_context = Util::make_handle(); - - new_context->set_application_info(platform->get_application_info()); - new_context->set_num_thread_indices(num_thread_indices); - new_context->set_system_handles(system_handles); - if (!new_context->init_instance_and_device( - instance_ext.data(), instance_ext.size(), - device_ext.data(), device_ext.size())) - { - LOGE("Failed to create Vulkan device.\n"); - return false; - } - - return init_from_existing_context(std::move(new_context)); -} - -void WSI::reinit_surface_and_swapchain(VkSurfaceKHR new_surface) -{ - LOGI("init_surface_and_swapchain()\n"); - if (new_surface != VK_NULL_HANDLE) - { - VK_ASSERT(surface == VK_NULL_HANDLE); - surface = new_surface; - } - - swapchain_width = platform->get_surface_width(); - swapchain_height = platform->get_surface_height(); - update_framebuffer(swapchain_width, swapchain_height); -} - -void WSI::drain_swapchain() -{ - release_semaphores.clear(); - device->set_acquire_semaphore(0, Semaphore{}); - device->consume_release_semaphore(); - device->wait_idle(); -} - -void WSI::tear_down_swapchain() -{ - drain_swapchain(); - - if (swapchain != VK_NULL_HANDLE) - { - if (device->get_device_features().present_wait_features.presentWait && present_last_id) - table->vkWaitForPresentKHR(context->get_device(), swapchain, present_last_id, UINT64_MAX); - table->vkDestroySwapchainKHR(context->get_device(), swapchain, nullptr); - } - swapchain = VK_NULL_HANDLE; - has_acquired_swapchain_index = false; - present_id = 0; - present_last_id = 0; -} - -void WSI::deinit_surface_and_swapchain() -{ - LOGI("deinit_surface_and_swapchain()\n"); - - tear_down_swapchain(); - - if (surface != VK_NULL_HANDLE) - { - platform->destroy_surface(context->get_instance(), surface); - surface = VK_NULL_HANDLE; - } - - platform->event_swapchain_destroyed(); -} - -void WSI::set_external_frame(unsigned index, Semaphore acquire_semaphore, double frame_time) -{ - external_frame_index = index; - external_acquire = std::move(acquire_semaphore); - frame_is_external = true; - external_frame_time = frame_time; -} - -bool WSI::begin_frame_external() -{ - device->next_frame_context(); - - // Need to handle this stuff from outside. - if (has_acquired_swapchain_index) - return false; - - auto frame_time = platform->get_frame_timer().frame(external_frame_time); - auto elapsed_time = platform->get_frame_timer().get_elapsed(); - - // Assume we have been given a smooth frame pacing. - smooth_frame_time = frame_time; - smooth_elapsed_time = elapsed_time; - - // Poll after acquire as well for optimal latency. - platform->poll_input(); - - swapchain_index = external_frame_index; - platform->event_frame_tick(frame_time, elapsed_time); - - platform->event_swapchain_index(device.get(), swapchain_index); - device->set_acquire_semaphore(swapchain_index, external_acquire); - external_acquire.reset(); - return true; -} - -Semaphore WSI::consume_external_release_semaphore() -{ - Semaphore sem; - std::swap(external_release, sem); - return sem; -} - -//#define VULKAN_WSI_TIMING_DEBUG - -bool WSI::begin_frame() -{ - if (frame_is_external) - return begin_frame_external(); - -#ifdef VULKAN_WSI_TIMING_DEBUG - auto next_frame_start = Util::get_current_time_nsecs(); -#endif - - device->next_frame_context(); - -#ifdef VULKAN_WSI_TIMING_DEBUG - auto next_frame_end = Util::get_current_time_nsecs(); - LOGI("Waited for vacant frame context for %.3f ms.\n", (next_frame_end - next_frame_start) * 1e-6); -#endif - - if (swapchain == VK_NULL_HANDLE || platform->should_resize() || swapchain_is_suboptimal) - update_framebuffer(platform->get_surface_width(), platform->get_surface_height()); - - if (swapchain == VK_NULL_HANDLE) - { - LOGE("Completely lost swapchain. Cannot continue.\n"); - return false; - } - - if (has_acquired_swapchain_index) - return true; - - external_release.reset(); - - VkResult result; - do - { - auto acquire = device->request_legacy_semaphore(); - - // For adaptive low latency we don't want to observe the time it takes to wait for - // WSI semaphore as part of our latency, - // which means we will never get sub-frame latency on some implementations, - // so block on that first. - Fence fence; - if (timing.get_options().latency_limiter == LatencyLimiter::AdaptiveLowLatency) - fence = device->request_legacy_fence(); - -#ifdef VULKAN_WSI_TIMING_DEBUG - auto acquire_start = Util::get_current_time_nsecs(); -#endif - - auto acquire_ts = device->write_calibrated_timestamp(); - result = table->vkAcquireNextImageKHR(context->get_device(), swapchain, UINT64_MAX, acquire->get_semaphore(), - fence ? fence->get_fence() : VK_NULL_HANDLE, &swapchain_index); - device->register_time_interval("WSI", std::move(acquire_ts), device->write_calibrated_timestamp(), "acquire"); - -#if defined(ANDROID) - // Android 10 can return suboptimal here, only because of pre-transform. - // We don't care about that, and treat this as success. - if (result == VK_SUBOPTIMAL_KHR && !support_prerotate) - result = VK_SUCCESS; -#endif - - if ((result >= 0) && fence) - fence->wait(); - - if (result == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) - { - LOGE("Lost exclusive full-screen ...\n"); - } - -#ifdef VULKAN_WSI_TIMING_DEBUG - auto acquire_end = Util::get_current_time_nsecs(); - LOGI("vkAcquireNextImageKHR took %.3f ms.\n", (acquire_end - acquire_start) * 1e-6); -#endif - - if (result == VK_SUBOPTIMAL_KHR) - { -#ifdef VULKAN_DEBUG - LOGI("AcquireNextImageKHR is suboptimal, will recreate.\n"); -#endif - swapchain_is_suboptimal = true; - } - - if (result >= 0) - { - has_acquired_swapchain_index = true; - acquire->signal_external(); - - auto frame_time = platform->get_frame_timer().frame(); - auto elapsed_time = platform->get_frame_timer().get_elapsed(); - - if (using_display_timing) - timing.begin_frame(frame_time, elapsed_time); - - smooth_frame_time = frame_time; - smooth_elapsed_time = elapsed_time; - - // Poll after acquire as well for optimal latency. - platform->poll_input(); - platform->event_frame_tick(frame_time, elapsed_time); - - platform->event_swapchain_index(device.get(), swapchain_index); - - device->set_acquire_semaphore(swapchain_index, acquire); - } - else if (result == VK_ERROR_OUT_OF_DATE_KHR || result == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) - { - VK_ASSERT(swapchain_width != 0); - VK_ASSERT(swapchain_height != 0); - - tear_down_swapchain(); - - if (!blocking_init_swapchain(swapchain_width, swapchain_height)) - return false; - device->init_swapchain(swapchain_images, swapchain_width, swapchain_height, - swapchain_format, swapchain_current_prerotate, - current_extra_usage | VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); - } - else - { - return false; - } - } while (result < 0); - return true; -} - -bool WSI::end_frame() -{ - device->end_frame_context(); - - // Take ownership of the release semaphore so that the external user can use it. - if (frame_is_external) - { - // If we didn't render into the swapchain this frame, we will return a blank semaphore. - external_release = device->consume_release_semaphore(); - VK_ASSERT(!external_release || external_release->is_signalled()); - frame_is_external = false; - } - else - { - if (!device->swapchain_touched()) - return true; - - has_acquired_swapchain_index = false; - - auto release = device->consume_release_semaphore(); - VK_ASSERT(release); - VK_ASSERT(release->is_signalled()); - auto release_semaphore = release->get_semaphore(); - VK_ASSERT(release_semaphore != VK_NULL_HANDLE); - - VkResult result = VK_SUCCESS; - VkPresentInfoKHR info = { VK_STRUCTURE_TYPE_PRESENT_INFO_KHR }; - info.waitSemaphoreCount = 1; - info.pWaitSemaphores = &release_semaphore; - info.swapchainCount = 1; - info.pSwapchains = &swapchain; - info.pImageIndices = &swapchain_index; - info.pResults = &result; - - VkPresentTimeGOOGLE present_time; - VkPresentTimesInfoGOOGLE present_timing = { VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE }; - - if (using_display_timing && timing.fill_present_info_timing(present_time)) - { - present_timing.swapchainCount = 1; - present_timing.pTimes = &present_time; - present_timing.pNext = info.pNext; - info.pNext = &present_timing; - } - - VkPresentIdKHR present_id_info = { VK_STRUCTURE_TYPE_PRESENT_ID_KHR }; - if (device->get_device_features().present_id_features.presentId) - { - present_id_info.swapchainCount = 1; - present_id_info.pPresentIds = &present_id; - present_id++; - present_id_info.pNext = info.pNext; - info.pNext = &present_id_info; - } - -#ifdef VULKAN_WSI_TIMING_DEBUG - auto present_start = Util::get_current_time_nsecs(); -#endif - - auto present_ts = device->write_calibrated_timestamp(); - VkResult overall = table->vkQueuePresentKHR(device->get_current_present_queue(), &info); - device->register_time_interval("WSI", std::move(present_ts), device->write_calibrated_timestamp(), "present"); - -#if defined(ANDROID) - // Android 10 can return suboptimal here, only because of pre-transform. - // We don't care about that, and treat this as success. - if (overall == VK_SUBOPTIMAL_KHR && !support_prerotate) - overall = VK_SUCCESS; - if (result == VK_SUBOPTIMAL_KHR && !support_prerotate) - result = VK_SUCCESS; -#endif - - if (overall == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT || - result == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT) - { - LOGE("Lost exclusive full-screen ...\n"); - } - -#ifdef VULKAN_WSI_TIMING_DEBUG - auto present_end = Util::get_current_time_nsecs(); - LOGI("vkQueuePresentKHR took %.3f ms.\n", (present_end - present_start) * 1e-6); -#endif - - // The presentID only seems to get updated if QueuePresent returns success. - // This makes sense I guess. Record the latest present ID which was successfully presented - // so we don't risk deadlock. - if ((result == VK_SUCCESS || result == VK_SUBOPTIMAL_KHR) && - device->get_device_features().present_wait_features.presentWait) - { - if (present_id > present_frame_latency) - { - uint64_t target = present_id - present_frame_latency; - // In case there are weird gaps which present IDs got a successful present. - if (target > present_last_id) - target = present_last_id; -#ifdef VULKAN_WSI_TIMING_DEBUG - auto begin_wait = Util::get_current_time_nsecs(); -#endif - auto wait_ts = device->write_calibrated_timestamp(); - VkResult wait_result = table->vkWaitForPresentKHR(context->get_device(), swapchain, - target, UINT64_MAX); - device->register_time_interval("WSI", std::move(wait_ts), - device->write_calibrated_timestamp(), "wait_frame_latency"); - if (wait_result != VK_SUCCESS) - LOGE("vkWaitForPresentKHR failed, vr %d.\n", wait_result); -#ifdef VULKAN_WSI_TIMING_DEBUG - auto end_wait = Util::get_current_time_nsecs(); - LOGI("WaitForPresentKHR took %.3f ms.\n", 1e-6 * double(end_wait - begin_wait)); -#endif - } - present_last_id = present_id; - } - - if (overall == VK_SUBOPTIMAL_KHR || result == VK_SUBOPTIMAL_KHR) - { -#ifdef VULKAN_DEBUG - LOGI("QueuePresent is suboptimal, will recreate.\n"); -#endif - swapchain_is_suboptimal = true; - } - - if (overall < 0 || result < 0) - { - LOGE("vkQueuePresentKHR failed.\n"); - tear_down_swapchain(); - return false; - } - else - { - release->wait_external(); - // Cannot release the WSI wait semaphore until we observe that the image has been - // waited on again. - release_semaphores[swapchain_index] = release; - } - - // Re-init swapchain. - if (present_mode != current_present_mode || srgb_backbuffer_enable != current_srgb_backbuffer_enable || - extra_usage != current_extra_usage) - { - current_present_mode = present_mode; - current_srgb_backbuffer_enable = srgb_backbuffer_enable; - current_extra_usage = extra_usage; - update_framebuffer(swapchain_width, swapchain_height); - } - } - - return true; -} - -void WSI::update_framebuffer(unsigned width, unsigned height) -{ - if (context && device) - { - drain_swapchain(); - if (blocking_init_swapchain(width, height)) - { - device->init_swapchain(swapchain_images, swapchain_width, swapchain_height, swapchain_format, - swapchain_current_prerotate, - current_extra_usage | VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); - } - } - - if (platform) - platform->notify_current_swapchain_dimensions(swapchain_width, swapchain_height); -} - -void WSI::set_present_mode(PresentMode mode) -{ - present_mode = mode; - if (!has_acquired_swapchain_index && present_mode != current_present_mode) - { - current_present_mode = present_mode; - update_framebuffer(swapchain_width, swapchain_height); - } -} - -void WSI::set_extra_usage_flags(VkImageUsageFlags usage) -{ - extra_usage = usage; - if (!has_acquired_swapchain_index && extra_usage != current_extra_usage) - { - current_extra_usage = extra_usage; - update_framebuffer(swapchain_width, swapchain_height); - } -} - -void WSI::set_backbuffer_srgb(bool enable) -{ - srgb_backbuffer_enable = enable; - if (!has_acquired_swapchain_index && srgb_backbuffer_enable != current_srgb_backbuffer_enable) - { - current_srgb_backbuffer_enable = srgb_backbuffer_enable; - update_framebuffer(swapchain_width, swapchain_height); - } -} - -void WSI::teardown() -{ - if (platform) - platform->release_resources(); - - if (context) - { - tear_down_swapchain(); - platform->event_swapchain_destroyed(); - } - - if (surface != VK_NULL_HANDLE) - { - platform->destroy_surface(context->get_instance(), surface); - surface = VK_NULL_HANDLE; - } - - if (platform) - platform->event_device_destroyed(); - external_release.reset(); - external_acquire.reset(); - external_swapchain_images.clear(); - device.reset(); - context.reset(); - - using_display_timing = false; -} - -bool WSI::blocking_init_swapchain(unsigned width, unsigned height) -{ - SwapchainError err; - unsigned retry_counter = 0; - do - { - swapchain_aspect_ratio = platform->get_aspect_ratio(); - err = init_swapchain(width, height); - - if (err != SwapchainError::None) - platform->notify_current_swapchain_dimensions(0, 0); - - if (err == SwapchainError::Error) - { - if (++retry_counter > 3) - return false; - - // Try to not reuse the swapchain. - tear_down_swapchain(); - } - else if (err == SwapchainError::NoSurface) - { - LOGW("WSI cannot make forward progress due to minimization, blocking ...\n"); - platform->block_until_wsi_forward_progress(*this); - LOGW("Woke up!\n"); - } - } while (err != SwapchainError::None); - - return swapchain != VK_NULL_HANDLE; -} - -VkSurfaceFormatKHR WSI::find_suitable_present_format(const std::vector &formats) const -{ - size_t format_count = formats.size(); - VkSurfaceFormatKHR format = { VK_FORMAT_UNDEFINED }; - - VkFormatFeatureFlags features = VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT | - VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT; - if ((current_extra_usage & VK_IMAGE_USAGE_STORAGE_BIT) != 0) - features |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; - - if (format_count == 0) - { - LOGE("Surface has no formats?\n"); - return format; - } - - for (size_t i = 0; i < format_count; i++) - { - if (!device->image_format_is_supported(formats[i].format, features)) - continue; - - if (current_srgb_backbuffer_enable) - { - if (formats[i].format == VK_FORMAT_R8G8B8A8_SRGB || - formats[i].format == VK_FORMAT_B8G8R8A8_SRGB || - formats[i].format == VK_FORMAT_A8B8G8R8_SRGB_PACK32) - { - format = formats[i]; - break; - } - } - else - { - if (formats[i].format == VK_FORMAT_R8G8B8A8_UNORM || - formats[i].format == VK_FORMAT_B8G8R8A8_UNORM || - formats[i].format == VK_FORMAT_A8B8G8R8_UNORM_PACK32) - { - format = formats[i]; - break; - } - } - } - - return format; -} - -WSI::SwapchainError WSI::init_swapchain(unsigned width, unsigned height) -{ - if (surface == VK_NULL_HANDLE) - { - LOGE("Cannot create swapchain with surface == VK_NULL_HANDLE.\n"); - return SwapchainError::Error; - } - - VkSurfaceCapabilitiesKHR surface_properties; - VkPhysicalDeviceSurfaceInfo2KHR surface_info = { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR }; - surface_info.surface = surface; - bool use_surface_info = device->get_device_features().supports_surface_capabilities2; - bool use_application_controlled_exclusive_fullscreen = false; - -#ifdef _WIN32 - VkSurfaceFullScreenExclusiveInfoEXT exclusive_info = { VK_STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXT }; - VkSurfaceFullScreenExclusiveWin32InfoEXT exclusive_info_win32 = { VK_STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_WIN32_INFO_EXT }; - - HMONITOR monitor = reinterpret_cast(platform->get_fullscreen_monitor()); - if (!device->get_device_features().supports_full_screen_exclusive) - monitor = nullptr; - - surface_info.pNext = &exclusive_info; - if (monitor != nullptr) - { - exclusive_info.pNext = &exclusive_info_win32; - exclusive_info_win32.hmonitor = monitor; - LOGI("Win32: Got a full-screen monitor.\n"); - } - else - LOGI("Win32: Not running full-screen.\n"); - - const char *exclusive = getenv("GRANITE_EXCLUSIVE_FULL_SCREEN"); - bool prefer_exclusive = exclusive && strtoul(exclusive, nullptr, 0) != 0; - if (prefer_exclusive) - { - LOGI("Win32: Opting in to exclusive full-screen!\n"); - exclusive_info.fullScreenExclusive = VK_FULL_SCREEN_EXCLUSIVE_ALLOWED_EXT; - } - else - { - LOGI("Win32: Opting out of exclusive full-screen!\n"); - exclusive_info.fullScreenExclusive = VK_FULL_SCREEN_EXCLUSIVE_DISALLOWED_EXT; - } -#endif - - auto gpu = context->get_gpu(); - if (use_surface_info) - { - VkSurfaceCapabilities2KHR surface_capabilities2 = { VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_KHR }; - -#ifdef _WIN32 - VkSurfaceCapabilitiesFullScreenExclusiveEXT capability_full_screen_exclusive = { VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_FULL_SCREEN_EXCLUSIVE_EXT }; - if (device->get_device_features().supports_full_screen_exclusive && exclusive_info_win32.hmonitor) - { - surface_capabilities2.pNext = &capability_full_screen_exclusive; - capability_full_screen_exclusive.pNext = &exclusive_info_win32; - } -#endif - - if (vkGetPhysicalDeviceSurfaceCapabilities2KHR(gpu, &surface_info, &surface_capabilities2) != VK_SUCCESS) - return SwapchainError::Error; - - surface_properties = surface_capabilities2.surfaceCapabilities; - -#ifdef _WIN32 - if (capability_full_screen_exclusive.fullScreenExclusiveSupported) - LOGI("Surface could support app-controlled exclusive fullscreen.\n"); - - use_application_controlled_exclusive_fullscreen = exclusive_info.fullScreenExclusive == VK_FULL_SCREEN_EXCLUSIVE_ALLOWED_EXT && - capability_full_screen_exclusive.fullScreenExclusiveSupported == VK_TRUE; - if (monitor == nullptr) - use_application_controlled_exclusive_fullscreen = false; -#endif - - if (use_application_controlled_exclusive_fullscreen) - { - LOGI("Using app-controlled exclusive fullscreen.\n"); -#ifdef _WIN32 - exclusive_info.fullScreenExclusive = VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT; - exclusive_info.pNext = &exclusive_info_win32; -#endif - } - else - { - LOGI("Not using app-controlled exclusive fullscreen.\n"); - } - } - else - { - if (vkGetPhysicalDeviceSurfaceCapabilitiesKHR(gpu, surface, &surface_properties) != VK_SUCCESS) - return SwapchainError::Error; - } - - // Happens on Windows when you minimize a window. - if (surface_properties.maxImageExtent.width == 0 && surface_properties.maxImageExtent.height == 0) - return SwapchainError::NoSurface; - - uint32_t format_count; - std::vector formats; - - if (use_surface_info) - { - if (vkGetPhysicalDeviceSurfaceFormats2KHR(gpu, &surface_info, &format_count, nullptr) != VK_SUCCESS) - return SwapchainError::Error; - - std::vector formats2(format_count); - - for (auto &f : formats2) - { - f = {}; - f.sType = VK_STRUCTURE_TYPE_SURFACE_FORMAT_2_KHR; - } - - if (vkGetPhysicalDeviceSurfaceFormats2KHR(gpu, &surface_info, &format_count, formats2.data()) != VK_SUCCESS) - return SwapchainError::Error; - - formats.reserve(format_count); - for (auto &f : formats2) - formats.push_back(f.surfaceFormat); - } - else - { - if (vkGetPhysicalDeviceSurfaceFormatsKHR(gpu, surface, &format_count, nullptr) != VK_SUCCESS) - return SwapchainError::Error; - formats.resize(format_count); - if (vkGetPhysicalDeviceSurfaceFormatsKHR(gpu, surface, &format_count, formats.data()) != VK_SUCCESS) - return SwapchainError::Error; - } - - if (current_extra_usage && support_prerotate) - { - LOGW("Disabling prerotate support due to extra usage flags in swapchain.\n"); - support_prerotate = false; - } - - if (current_extra_usage & ~surface_properties.supportedUsageFlags) - { - LOGW("Attempting to use unsupported usage flags 0x%x for swapchain.\n", current_extra_usage); - current_extra_usage &= surface_properties.supportedUsageFlags; - extra_usage = current_extra_usage; - } - - auto surface_format = find_suitable_present_format(formats); - if (surface_format.format == VK_FORMAT_UNDEFINED) - { - LOGW("Could not find supported format for swapchain usage flags 0x%x.\n", current_extra_usage); - current_extra_usage = 0; - extra_usage = 0; - surface_format = find_suitable_present_format(formats); - } - - static const char *transform_names[] = { - "IDENTITY_BIT_KHR", - "ROTATE_90_BIT_KHR", - "ROTATE_180_BIT_KHR", - "ROTATE_270_BIT_KHR", - "HORIZONTAL_MIRROR_BIT_KHR", - "HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR", - "HORIZONTAL_MIRROR_ROTATE_180_BIT_KHR", - "HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR", - "INHERIT_BIT_KHR", - }; - - LOGI("Current transform is enum 0x%x.\n", unsigned(surface_properties.currentTransform)); - - for (unsigned i = 0; i <= 8; i++) - { - if (surface_properties.supportedTransforms & (1u << i)) - LOGI("Supported transform 0x%x: %s.\n", 1u << i, transform_names[i]); - } - - VkSurfaceTransformFlagBitsKHR pre_transform; - if (!support_prerotate && (surface_properties.supportedTransforms & VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR) != 0) - pre_transform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; - else - { - // Only attempt to use prerotate if we can deal with it purely using a XY clip fixup. - // For horizontal flip we need to start flipping front-face as well ... - if ((surface_properties.currentTransform & ( - VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR | - VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR | - VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR)) != 0) - pre_transform = surface_properties.currentTransform; - else - pre_transform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; - } - - if (pre_transform != surface_properties.currentTransform) - { - LOGW("surfaceTransform (0x%x) != currentTransform (0x%u). Might get performance penalty.\n", - unsigned(pre_transform), unsigned(surface_properties.currentTransform)); - } - - swapchain_current_prerotate = pre_transform; - - VkExtent2D swapchain_size; - LOGI("Swapchain current extent: %d x %d\n", - int(surface_properties.currentExtent.width), - int(surface_properties.currentExtent.height)); - - if (width == 0) - { - if (surface_properties.currentExtent.width != ~0u) - width = surface_properties.currentExtent.width; - else - width = 1280; - LOGI("Auto selected width = %u.\n", width); - } - - if (height == 0) - { - if (surface_properties.currentExtent.height != ~0u) - height = surface_properties.currentExtent.height; - else - height = 720; - LOGI("Auto selected height = %u.\n", height); - } - - // Try to match the swapchain size up with what we expect w.r.t. aspect ratio. - float target_aspect_ratio = float(width) / float(height); - if ((swapchain_aspect_ratio > 1.0f && target_aspect_ratio < 1.0f) || - (swapchain_aspect_ratio < 1.0f && target_aspect_ratio > 1.0f)) - { - std::swap(width, height); - } - - // If we are using pre-rotate of 90 or 270 degrees, we need to flip width and height again. - if (swapchain_current_prerotate & - (VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR | VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR | - VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR | - VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR)) - { - std::swap(width, height); - } - - // Clamp the target width, height to boundaries. - swapchain_size.width = - std::max(std::min(width, surface_properties.maxImageExtent.width), surface_properties.minImageExtent.width); - swapchain_size.height = - std::max(std::min(height, surface_properties.maxImageExtent.height), surface_properties.minImageExtent.height); - - uint32_t num_present_modes; - - std::vector present_modes; - -#ifdef _WIN32 - if (use_surface_info && device->get_device_features().supports_full_screen_exclusive) - { - if (vkGetPhysicalDeviceSurfacePresentModes2EXT(gpu, &surface_info, &num_present_modes, nullptr) != VK_SUCCESS) - return SwapchainError::Error; - present_modes.resize(num_present_modes); - if (vkGetPhysicalDeviceSurfacePresentModes2EXT(gpu, &surface_info, &num_present_modes, present_modes.data()) != - VK_SUCCESS) - return SwapchainError::Error; - } - else -#endif - { - if (vkGetPhysicalDeviceSurfacePresentModesKHR(gpu, surface, &num_present_modes, nullptr) != VK_SUCCESS) - return SwapchainError::Error; - present_modes.resize(num_present_modes); - if (vkGetPhysicalDeviceSurfacePresentModesKHR(gpu, surface, &num_present_modes, present_modes.data()) != VK_SUCCESS) - return SwapchainError::Error; - } - - VkPresentModeKHR swapchain_present_mode = VK_PRESENT_MODE_FIFO_KHR; - bool use_vsync = current_present_mode == PresentMode::SyncToVBlank; - if (!use_vsync) - { - bool allow_mailbox = current_present_mode != PresentMode::UnlockedForceTearing; - bool allow_immediate = current_present_mode != PresentMode::UnlockedNoTearing; - -#ifdef _WIN32 - if (device->get_gpu_properties().vendorID == VENDOR_ID_NVIDIA) - { - // If we're trying to go exclusive full-screen, - // we need to ban certain types of present modes which apparently do not work as we expect. - if (use_application_controlled_exclusive_fullscreen) - allow_mailbox = false; - else - allow_immediate = false; - } -#endif - - for (uint32_t i = 0; i < num_present_modes; i++) - { - if ((allow_immediate && present_modes[i] == VK_PRESENT_MODE_IMMEDIATE_KHR) || - (allow_mailbox && present_modes[i] == VK_PRESENT_MODE_MAILBOX_KHR)) - { - swapchain_present_mode = present_modes[i]; - break; - } - } - } - - uint32_t desired_swapchain_images = 3; - { - const char *num_images = getenv("GRANITE_VULKAN_SWAPCHAIN_IMAGES"); - if (num_images) - desired_swapchain_images = uint32_t(strtoul(num_images, nullptr, 0)); - } - - LOGI("Targeting %u swapchain images.\n", desired_swapchain_images); - - if (desired_swapchain_images < surface_properties.minImageCount) - desired_swapchain_images = surface_properties.minImageCount; - - if ((surface_properties.maxImageCount > 0) && (desired_swapchain_images > surface_properties.maxImageCount)) - desired_swapchain_images = surface_properties.maxImageCount; - - VkCompositeAlphaFlagBitsKHR composite_mode = VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR; - if (surface_properties.supportedCompositeAlpha & VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR) - composite_mode = VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR; - else if (surface_properties.supportedCompositeAlpha & VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR) - composite_mode = VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR; - else if (surface_properties.supportedCompositeAlpha & VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR) - composite_mode = VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR; - else if (surface_properties.supportedCompositeAlpha & VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR) - composite_mode = VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR; - else - LOGW("No sensible composite mode supported?\n"); - - VkSwapchainKHR old_swapchain = swapchain; - - VkSwapchainCreateInfoKHR info = { VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR }; - info.surface = surface; - info.minImageCount = desired_swapchain_images; - info.imageFormat = surface_format.format; - info.imageColorSpace = surface_format.colorSpace; - info.imageExtent.width = swapchain_size.width; - info.imageExtent.height = swapchain_size.height; - info.imageArrayLayers = 1; - info.imageUsage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | current_extra_usage; - info.imageSharingMode = VK_SHARING_MODE_EXCLUSIVE; - info.preTransform = pre_transform; - info.compositeAlpha = composite_mode; - info.presentMode = swapchain_present_mode; - info.clipped = VK_TRUE; - info.oldSwapchain = old_swapchain; - - if (device->get_device_features().present_wait_features.presentWait && - old_swapchain != VK_NULL_HANDLE && present_last_id) - { - table->vkWaitForPresentKHR(context->get_device(), old_swapchain, present_last_id, UINT64_MAX); - } - -#ifdef _WIN32 - if (device->get_device_features().supports_full_screen_exclusive) - info.pNext = &exclusive_info; -#endif - - auto res = table->vkCreateSwapchainKHR(context->get_device(), &info, nullptr, &swapchain); - if (old_swapchain != VK_NULL_HANDLE) - table->vkDestroySwapchainKHR(context->get_device(), old_swapchain, nullptr); - has_acquired_swapchain_index = false; - present_id = 0; - present_last_id = 0; - -#ifdef _WIN32 - if (use_application_controlled_exclusive_fullscreen) - { - bool success = vkAcquireFullScreenExclusiveModeEXT(context->get_device(), swapchain) == VK_SUCCESS; - if (success) - LOGI("Successfully acquired exclusive full-screen.\n"); - else - LOGI("Failed to acquire exclusive full-screen. Using borderless windowed.\n"); - } -#endif - -#if 0 - if (use_vsync && context->get_enabled_device_features().supports_google_display_timing) - { - WSITimingOptions timing_options; - timing_options.swap_interval = 1; - //timing_options.adaptive_swap_interval = true; - //timing_options.latency_limiter = LatencyLimiter::IdealPipeline; - timing.init(platform, device.get(), swapchain, timing_options); - using_display_timing = true; - } - else -#endif - using_display_timing = false; - - if (res != VK_SUCCESS) - { - LOGE("Failed to create swapchain (code: %d)\n", int(res)); - swapchain = VK_NULL_HANDLE; - return SwapchainError::Error; - } - - swapchain_width = swapchain_size.width; - swapchain_height = swapchain_size.height; - swapchain_format = surface_format.format; - swapchain_is_suboptimal = false; - - LOGI("Created swapchain %u x %u (fmt: %u, transform: %u).\n", swapchain_width, swapchain_height, - unsigned(swapchain_format), unsigned(swapchain_current_prerotate)); - - uint32_t image_count; - if (table->vkGetSwapchainImagesKHR(context->get_device(), swapchain, &image_count, nullptr) != VK_SUCCESS) - return SwapchainError::Error; - swapchain_images.resize(image_count); - release_semaphores.resize(image_count); - if (table->vkGetSwapchainImagesKHR(context->get_device(), swapchain, &image_count, swapchain_images.data()) != VK_SUCCESS) - return SwapchainError::Error; - - LOGI("Got %u swapchain images.\n", image_count); - - platform->event_swapchain_destroyed(); - platform->event_swapchain_created(device.get(), swapchain_width, swapchain_height, - swapchain_aspect_ratio, image_count, info.imageFormat, swapchain_current_prerotate); - - return SwapchainError::None; -} - -double WSI::get_estimated_refresh_interval() const -{ - uint64_t interval = timing.get_refresh_interval(); - if (interval) - return interval * 1e-9; - else if (platform) - return platform->get_estimated_frame_presentation_duration(); - else - return 0.0; -} - -void WSI::set_support_prerotate(bool enable) -{ - support_prerotate = enable; -} - -VkSurfaceTransformFlagBitsKHR WSI::get_current_prerotate() const -{ - return swapchain_current_prerotate; -} - -WSI::~WSI() -{ - teardown(); -} - -void WSIPlatform::event_device_created(Device *) {} -void WSIPlatform::event_device_destroyed() {} -void WSIPlatform::event_swapchain_created(Device *, unsigned, unsigned, float, size_t, VkFormat, VkSurfaceTransformFlagBitsKHR) {} -void WSIPlatform::event_swapchain_destroyed() {} -void WSIPlatform::event_frame_tick(double, double) {} -void WSIPlatform::event_swapchain_index(Device *, unsigned) {} -void WSIPlatform::event_display_timing_stutter(uint32_t, uint32_t, uint32_t) {} - -} diff --git a/external/parallel-rdp-standalone/vulkan/wsi.hpp b/external/parallel-rdp-standalone/vulkan/wsi.hpp deleted file mode 100644 index 8f2c1a96..00000000 --- a/external/parallel-rdp-standalone/vulkan/wsi.hpp +++ /dev/null @@ -1,315 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "device.hpp" -#include "semaphore_manager.hpp" -#include "vulkan_headers.hpp" -#include "timer.hpp" -#include "wsi_timing.hpp" -#include -#include -#include - -namespace Vulkan -{ -class WSI; - -class WSIPlatform -{ -public: - virtual ~WSIPlatform() = default; - - virtual VkSurfaceKHR create_surface(VkInstance instance, VkPhysicalDevice gpu) = 0; - // This is virtual so that application can hold ownership over the surface handle, for e.g. Qt interop. - virtual void destroy_surface(VkInstance instance, VkSurfaceKHR surface); - virtual std::vector get_instance_extensions() = 0; - virtual std::vector get_device_extensions() - { - return { "VK_KHR_swapchain" }; - } - - virtual VkFormat get_preferred_format() - { - return VK_FORMAT_B8G8R8A8_SRGB; - } - - bool should_resize() - { - return resize; - } - - virtual void notify_current_swapchain_dimensions(unsigned width, unsigned height) - { - resize = false; - current_swapchain_width = width; - current_swapchain_height = height; - swapchain_dimension_update_timestamp++; - } - - virtual uint32_t get_surface_width() = 0; - virtual uint32_t get_surface_height() = 0; - - virtual float get_aspect_ratio() - { - return float(get_surface_width()) / float(get_surface_height()); - } - - virtual bool alive(WSI &wsi) = 0; - virtual void poll_input() = 0; - virtual bool has_external_swapchain() - { - return false; - } - - virtual void block_until_wsi_forward_progress(WSI &wsi) - { - get_frame_timer().enter_idle(); - while (!resize && alive(wsi)) - { - poll_input(); - std::this_thread::sleep_for(std::chrono::milliseconds(10)); - } - get_frame_timer().leave_idle(); - } - - Util::FrameTimer &get_frame_timer() - { - return timer; - } - - virtual void release_resources() - { - } - - virtual void event_device_created(Device *device); - virtual void event_device_destroyed(); - virtual void event_swapchain_created(Device *device, unsigned width, unsigned height, - float aspect_ratio, size_t num_swapchain_images, VkFormat format, VkSurfaceTransformFlagBitsKHR pre_rotate); - virtual void event_swapchain_destroyed(); - virtual void event_frame_tick(double frame, double elapsed); - virtual void event_swapchain_index(Device *device, unsigned index); - virtual void event_display_timing_stutter(uint32_t current_serial, uint32_t observed_serial, - unsigned dropped_frames); - - virtual float get_estimated_frame_presentation_duration(); - - virtual void set_window_title(const std::string &title); - - virtual uintptr_t get_fullscreen_monitor(); - - virtual const VkApplicationInfo *get_application_info(); - -protected: - unsigned current_swapchain_width = 0; - unsigned current_swapchain_height = 0; - uint64_t swapchain_dimension_update_timestamp = 0; - bool resize = false; - -private: - Util::FrameTimer timer; -}; - -enum class PresentMode -{ - SyncToVBlank, // Force FIFO - UnlockedMaybeTear, // MAILBOX or IMMEDIATE - UnlockedForceTearing, // Force IMMEDIATE - UnlockedNoTearing // Force MAILBOX -}; - -class WSI -{ -public: - WSI(); - void set_platform(WSIPlatform *platform); - void set_present_mode(PresentMode mode); - void set_backbuffer_srgb(bool enable); - void set_support_prerotate(bool enable); - void set_extra_usage_flags(VkImageUsageFlags usage); - VkSurfaceTransformFlagBitsKHR get_current_prerotate() const; - - PresentMode get_present_mode() const - { - return present_mode; - } - - bool get_backbuffer_srgb() const - { - return srgb_backbuffer_enable; - } - - // First, we need a Util::IntrinsivePtr. - // This holds the instance and device. - - // The simple approach. WSI internally creates the context with instance + device. - // Required information about extensions etc, is pulled from the platform. - bool init_context_from_platform(unsigned num_thread_indices, const Context::SystemHandles &system_handles); - - // If you have your own VkInstance and/or VkDevice, you must create your own Vulkan::Context with - // the appropriate init() call. Based on the platform you use, you must make sure to enable the - // required extensions. - bool init_from_existing_context(ContextHandle context); - - // Then we initialize the Vulkan::Device. Either lets WSI create its own device or reuse an existing handle. - // A device provided here must have been bound to the context. - bool init_device(); - bool init_device(DeviceHandle device); - - // Called after we have a device and context. - // Either we can use a swapchain based on VkSurfaceKHR, or we can supply our own images - // to create a virtual swapchain. - // init_surface_swapchain() is called once. - // Here we create the surface and perform creation of the first swapchain. - bool init_surface_swapchain(); - bool init_external_swapchain(std::vector external_images); - - // Calls init_context_from_platform -> init_device -> init_surface_swapchain in succession. - bool init_simple(unsigned num_thread_indices, const Context::SystemHandles &system_handles); - - ~WSI(); - - inline Context &get_context() - { - return *context; - } - - inline Device &get_device() - { - return *device; - } - - // Acquires a frame from swapchain, also calls poll_input() after acquire - // since acquire tends to block. - bool begin_frame(); - // Presents and iterates frame context. - // Present is skipped if swapchain resource was not touched. - // The normal app loop is something like begin_frame() -> submit work -> end_frame(). - bool end_frame(); - - // For external swapchains we don't have a normal acquire -> present cycle. - // - set_external_frame() - // - index replaces the acquire next image index. - // - acquire_semaphore replaces semaphore from acquire next image. - // - frame_time controls the frame time passed down. - // - begin_frame() - // - submit work - // - end_frame() - // - consume_external_release_semaphore() - // - Returns the release semaphore that can passed to the equivalent of QueuePresentKHR. - void set_external_frame(unsigned index, Semaphore acquire_semaphore, double frame_time); - Semaphore consume_external_release_semaphore(); - - // Equivalent to calling destructor. - void teardown(); - - WSIPlatform &get_platform() - { - VK_ASSERT(platform); - return *platform; - } - - // For Android. Used in response to APP_CMD_{INIT,TERM}_WINDOW once - // we have a proper swapchain going. - // We have to completely drain swapchain before the window is terminated on Android. - void deinit_surface_and_swapchain(); - void reinit_surface_and_swapchain(VkSurfaceKHR new_surface); - - float get_estimated_video_latency(); - void set_window_title(const std::string &title); - - double get_smooth_frame_time() const; - double get_smooth_elapsed_time() const; - - double get_estimated_refresh_interval() const; - - WSITiming &get_timing() - { - return timing; - } - -private: - void update_framebuffer(unsigned width, unsigned height); - - ContextHandle context; - VkSurfaceKHR surface = VK_NULL_HANDLE; - VkSwapchainKHR swapchain = VK_NULL_HANDLE; - std::vector swapchain_images; - std::vector release_semaphores; - DeviceHandle device; - const VolkDeviceTable *table = nullptr; - - unsigned swapchain_width = 0; - unsigned swapchain_height = 0; - float swapchain_aspect_ratio = 1.0f; - VkFormat swapchain_format = VK_FORMAT_UNDEFINED; - PresentMode current_present_mode = PresentMode::SyncToVBlank; - PresentMode present_mode = PresentMode::SyncToVBlank; - VkImageUsageFlags current_extra_usage = 0; - VkImageUsageFlags extra_usage = 0; - bool swapchain_is_suboptimal = false; - - enum class SwapchainError - { - None, - NoSurface, - Error - }; - SwapchainError init_swapchain(unsigned width, unsigned height); - bool blocking_init_swapchain(unsigned width, unsigned height); - - uint32_t swapchain_index = 0; - bool has_acquired_swapchain_index = false; - - WSIPlatform *platform = nullptr; - - std::vector external_swapchain_images; - - unsigned external_frame_index = 0; - Semaphore external_acquire; - Semaphore external_release; - bool frame_is_external = false; - bool using_display_timing = false; - bool srgb_backbuffer_enable = true; - bool current_srgb_backbuffer_enable = true; - bool support_prerotate = false; - VkSurfaceTransformFlagBitsKHR swapchain_current_prerotate = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; - - bool begin_frame_external(); - double external_frame_time = 0.0; - - double smooth_frame_time = 0.0; - double smooth_elapsed_time = 0.0; - - uint64_t present_id = 0; - uint64_t present_last_id = 0; - unsigned present_frame_latency = 0; - - WSITiming timing; - - void tear_down_swapchain(); - void drain_swapchain(); - - VkSurfaceFormatKHR find_suitable_present_format(const std::vector &formats) const; -}; -} diff --git a/external/parallel-rdp-standalone/vulkan/wsi_timing.cpp b/external/parallel-rdp-standalone/vulkan/wsi_timing.cpp deleted file mode 100644 index 6ecb4b87..00000000 --- a/external/parallel-rdp-standalone/vulkan/wsi_timing.cpp +++ /dev/null @@ -1,561 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#define __USE_MINGW_ANSI_STDIO 1 -#define __STDC_FORMAT_MACROS 1 -#include - -#include "wsi_timing.hpp" -#include "wsi.hpp" -#include -#include -#include - -#ifndef _WIN32 -#include -#endif - -namespace Vulkan -{ -void WSITiming::init(WSIPlatform *platform_, Device *device_, VkSwapchainKHR swapchain_, const WSITimingOptions &options_) -{ - platform = platform_; - device = device_->get_device(); - table = &device_->get_device_table(); - swapchain = swapchain_; - options = options_; - - serial_info = {}; - pacing = {}; - last_frame = {}; - feedback = {}; - smoothing = {}; - feedback.timing_buffer.resize(64); -} - -void WSITiming::set_debug_enable(bool enable) -{ - options.debug = enable; -} - -void WSITiming::set_latency_limiter(LatencyLimiter limiter) -{ - options.latency_limiter = limiter; -} - -const WSITimingOptions &WSITiming::get_options() const -{ - return options; -} - -void WSITiming::set_swap_interval(unsigned interval) -{ - if (interval == options.swap_interval || interval == 0) - return; - - // First, extrapolate to our current serial so we can make a more correct target time using the new swap interval. - uint64_t target = compute_target_present_time_for_serial(serial_info.serial); - if (target) - { - pacing.base_serial = serial_info.serial; - pacing.base_present = target; - } - - options.swap_interval = interval; -} - -void WSITiming::update_refresh_interval() -{ - VkRefreshCycleDurationGOOGLE refresh; - if (table->vkGetRefreshCycleDurationGOOGLE(device, swapchain, &refresh) == VK_SUCCESS) - { - if (!feedback.refresh_interval || options.debug) - LOGI("Observed refresh rate: %.6f Hz.\n", 1e9 / refresh.refreshDuration); - feedback.refresh_interval = refresh.refreshDuration; - } - else - LOGE("Failed to get refresh cycle duration.\n"); -} - -WSITiming::Timing *WSITiming::find_latest_timestamp(uint32_t start_serial) -{ - for (uint32_t i = 1; i < NUM_TIMINGS - 1; i++) - { - uint32_t past_serial = start_serial - i; - auto &past = feedback.past_timings[past_serial & NUM_TIMING_MASK]; - if (past.wall_serial == past_serial && past.timing.actualPresentTime != 0) - return &past; - } - - return nullptr; -} - -void WSITiming::update_past_presentation_timing() -{ - // Update past presentation timings. - uint32_t presentation_count; - if (table->vkGetPastPresentationTimingGOOGLE(device, swapchain, &presentation_count, nullptr) != VK_SUCCESS) - return; - - if (presentation_count) - { - if (presentation_count > feedback.timing_buffer.size()) - feedback.timing_buffer.resize(presentation_count); - auto res = table->vkGetPastPresentationTimingGOOGLE(device, swapchain, &presentation_count, feedback.timing_buffer.data()); - - // I have a feeling this is racy in nature and we might have received another presentation timing in-between - // querying count and getting actual data, so accept INCOMPLETE here. - if (res == VK_SUCCESS || res == VK_INCOMPLETE) - { - for (uint32_t i = 0; i < presentation_count; i++) - { - auto &t = feedback.past_timings[feedback.timing_buffer[i].presentID & NUM_TIMING_MASK]; - if (t.wall_serial == feedback.timing_buffer[i].presentID) - { - t.timing = feedback.timing_buffer[i]; - - uint64_t gpu_done_time = (t.timing.earliestPresentTime - t.timing.presentMargin); - t.slack = int64_t(t.timing.actualPresentTime - gpu_done_time); - t.pipeline_latency = int64_t(gpu_done_time - t.wall_frame_begin); - - // Expected result unless proven otherwise. - t.result = TimingResult::Expected; - - // Feed the heuristics on when to drop frame rate or promote it. - if ((feedback.refresh_interval != 0) && - (t.timing.earliestPresentTime < t.timing.actualPresentTime) && - (t.timing.presentMargin > feedback.refresh_interval / 4)) - { - // We could have presented earlier, and we had decent GPU margin to do so. - // Deal with frame dropping later. - t.result = TimingResult::VeryEarly; - if (options.debug) - LOGI("Frame completed very early, but was held back by swap interval!\n"); - } - } - - update_frame_pacing(t.wall_serial, t.timing.actualPresentTime, false); - } - } - } - - auto *timing = find_latest_timestamp(serial_info.serial); - if (timing && timing->timing.actualPresentTime >= timing->wall_frame_begin) - { - auto total_latency = timing->timing.actualPresentTime - timing->wall_frame_begin; - feedback.latency = 0.99 * feedback.latency + 0.01e-9 * total_latency; - - if (options.debug) - { - LOGI("Have presentation timing for %u frames in the past.\n", - serial_info.serial - timing->timing.presentID); - } - - if (int64_t(timing->timing.presentMargin) < 0) - LOGE("Present margin is negative (%" PRId64 ") ... ?!\n", timing->timing.presentMargin); - - if (timing->timing.earliestPresentTime > timing->timing.actualPresentTime) - LOGE("Earliest present time is > actual present time ... Bug?\n"); - - if (timing->timing.actualPresentTime < timing->timing.desiredPresentTime) - { - LOGE("Image was presented before desired present time, bug? (actual: %" PRIu64 ", desired: %" PRIu64 "\n", - timing->timing.actualPresentTime, - timing->timing.desiredPresentTime); - } - else if (feedback.refresh_interval != 0 && timing->timing.desiredPresentTime != 0) - { - uint64_t delta = timing->timing.actualPresentTime - timing->timing.desiredPresentTime; - if (delta >= feedback.refresh_interval) - { - LOGE("*** Image was presented %u frames late " - "(target: %.3f ms, rounded target: %.3f ms, actual: %.3f ms) compared to desired target. " - "This normally happens in startup phase, but otherwise it's either a real hitch or app bug. ***\n", - unsigned(delta / feedback.refresh_interval), - timing->wall_frame_target * 1e-6, timing->timing.desiredPresentTime * 1e-6, - timing->timing.actualPresentTime * 1e-6); - } - } - - // How much can we squeeze latency? - if (options.debug) - LOGI("Total latency: %.3f ms, slack time: %.3f\n", total_latency * 1e-6, timing->slack * 1e-6); - - if (last_frame.serial && timing->wall_serial != last_frame.serial) - { - double frame_time_ns = double(timing->timing.actualPresentTime - last_frame.present_time) / - double(timing->wall_serial - last_frame.serial); - - // We only detect a hitch if we have the same swap interval target, - // otherwise it might as well just be a transient state thing. - if ((timing->swap_interval_target == options.swap_interval) && - (feedback.refresh_interval != 0) && - (frame_time_ns > 1.1 * options.swap_interval * feedback.refresh_interval)) - { - LOGE("*** HITCH DETECTED ***\n"); - timing->result = TimingResult::TooLate; - - if (platform) - { - unsigned frame_delta = unsigned(round(frame_time_ns / (options.swap_interval * - feedback.refresh_interval))); - VK_ASSERT(frame_delta); - unsigned dropped_frames = frame_delta - 1; - platform->event_display_timing_stutter(serial_info.serial, timing->wall_serial, dropped_frames); - } - } - - if (options.debug) - { - LOGI("Frame time ID #%u: %.3f ms\n", - timing->wall_serial, - 1e-6 * frame_time_ns); - } - } - - last_frame.serial = timing->wall_serial; - last_frame.present_time = timing->timing.actualPresentTime; - } -} - -void WSITiming::wait_until(int64_t nsecs) -{ -#ifdef __linux__ - timespec ts; - ts.tv_sec = nsecs / 1000000000; - ts.tv_nsec = nsecs % 1000000000; - clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, nullptr); -#else - (void)nsecs; -#endif -} - -uint64_t WSITiming::get_wall_time() -{ -#ifndef _WIN32 - // GOOGLE_display_timing on Linux and Android use CLOCK_MONOTONIC explicitly. - timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); - return ts.tv_sec * 1000000000ull + ts.tv_nsec; -#else - return 0; -#endif -} - -void WSITiming::update_frame_pacing(uint32_t serial, uint64_t present_time, bool wall_time) -{ - if (wall_time && !pacing.have_real_estimate) - { - // We don't have a refresh interval yet, just update the estimate from CPU. - pacing.base_serial = serial; - pacing.base_present = present_time; - pacing.have_estimate = true; - return; - } - else if (!wall_time && !pacing.have_real_estimate) - { - pacing.base_serial = serial; - pacing.base_present = present_time; - pacing.have_real_estimate = true; - return; - } - else if (wall_time) - { - // We already have a correct estimate, don't update. - return; - } - - if (!feedback.refresh_interval) - { - // If we don't have a refresh interval yet, we cannot estimate anything. - // What we can do instead is just to blindly use the latest observed timestamp as our guiding hand. - if (present_time > pacing.base_present) - { - pacing.base_serial = serial; - pacing.base_present = present_time; - } - } - else - { - int32_t frame_dist = int32_t(serial - pacing.base_serial); - - // Don't update with the past. - if (frame_dist <= 0) - return; - - // Extrapolate timing from current. - uint64_t extrapolated_present_time = - pacing.base_present + feedback.refresh_interval * options.swap_interval * (serial - pacing.base_serial); - int64_t error = std::abs(int64_t(extrapolated_present_time - present_time)); - - // If the delta is close enough (expected frame pace), - // update the base ID, so we can make more accurate future estimates. - // This is relevant if we want to dynamically change swap interval. - // If present time is significantly larger than extrapolated time, - // we can assume we had a dropped frame, so we also need to update our base estimate. - if ((present_time > extrapolated_present_time) || (error < int64_t(feedback.refresh_interval / 2))) - { - // We must have dropped frames, or similar. - // Update our base estimate. - pacing.base_serial = serial; - pacing.base_present = present_time; - if (options.debug) - { - LOGI("Updating frame pacing base to serial: %u (delta: %.3f ms)\n", pacing.base_serial, - 1e-6 * int64_t(present_time - extrapolated_present_time)); - } - } - } -} - -void WSITiming::update_frame_time_smoothing(double &frame_time, double &elapsed_time) -{ - double target_frame_time = frame_time; - if (feedback.refresh_interval) - target_frame_time = double(options.swap_interval * feedback.refresh_interval) * 1e-9; - - double actual_elapsed = elapsed_time - smoothing.offset; - smoothing.elapsed += target_frame_time; - - double delta = actual_elapsed - smoothing.elapsed; - if (delta > std::fabs(target_frame_time * 4.0)) - { - // We're way off, something must have happened, reset the smoothing. - // Don't jump skip the frame time, other than keeping the frame_time as-is. - // We might have had a natural pause, and it doesn't make sense to report absurd frame times. - // Apps needing to sync to wall time over time could use elapsed_time as a guiding hand. - if (options.debug) - LOGI("Detected discontinuity in smoothing algorithm!\n"); - smoothing.offset = elapsed_time; - smoothing.elapsed = 0.0; - return; - } - - double jitter_offset = 0.0; - - // Accept up to 0.5% jitter to catch up or slow down smoothly to our target elapsed time. - if (delta > 0.1 * target_frame_time) - jitter_offset = 0.005 * target_frame_time; - else if (delta < -0.1 * target_frame_time) - jitter_offset = -0.005 * target_frame_time; - - target_frame_time += jitter_offset; - smoothing.elapsed += jitter_offset; - - elapsed_time = smoothing.elapsed + smoothing.offset; - frame_time = target_frame_time; -} - -uint64_t WSITiming::get_refresh_interval() const -{ - return feedback.refresh_interval; -} - -double WSITiming::get_current_latency() const -{ - return feedback.latency; -} - -void WSITiming::limit_latency(Timing &new_timing) -{ - if (options.latency_limiter != LatencyLimiter::None) - { - // Try to squeeze timings by sleeping, quite shaky, but very fun :) - if (feedback.refresh_interval) - { - int64_t target = int64_t(compute_target_present_time_for_serial(serial_info.serial)); - - if (options.latency_limiter == LatencyLimiter::AdaptiveLowLatency) - { - int64_t latency = 0; - if (get_conservative_latency(latency)) - { - // Keep quarter frame as buffer in case this frame is heavier than normal. - latency += feedback.refresh_interval >> 2; - wait_until(target - latency); - - uint64_t old_time = new_timing.wall_frame_begin; - new_timing.wall_frame_begin = get_wall_time(); - if (options.debug) - { - LOGI("Slept for %.3f ms for latency tuning.\n", - 1e-6 * (new_timing.wall_frame_begin - old_time)); - } - } - } - else if (options.latency_limiter == LatencyLimiter::IdealPipeline) - { - // In the ideal pipeline we have one frame for CPU to work, - // then one frame for GPU to work in parallel, so we should strive for a little under 2 frames of latency here. - // The assumption is that we can kick some work to GPU at least mid-way through our frame, - // which will become our slack factor. - int64_t latency = feedback.refresh_interval * 2; - wait_until(target - latency); - - uint64_t old_time = new_timing.wall_frame_begin; - new_timing.wall_frame_begin = get_wall_time(); - if (options.debug) - { - LOGI("Slept for %.3f ms for latency tuning.\n", - 1e-6 * (new_timing.wall_frame_begin - old_time)); - } - } - } - } -} - -void WSITiming::begin_frame(double &frame_time, double &elapsed_time) -{ - promote_or_demote_frame_rate(); - - // Update initial frame elapsed estimate, - // from here, we'll try to lock the frame time to refresh_rate +/- epsilon. - if (serial_info.serial == 0) - { - smoothing.offset = elapsed_time; - smoothing.elapsed = 0.0; - } - serial_info.serial++; - - if (options.debug) - LOGI("Starting WSITiming frame serial: %u\n", serial_info.serial); - - // On X11, this is found over time by observation, so we need to adapt it. - // Only after we have observed the refresh cycle duration, we can start syncing against it. - if ((serial_info.serial & 7) == 0) - update_refresh_interval(); - - auto &new_timing = feedback.past_timings[serial_info.serial & NUM_TIMING_MASK]; - new_timing.wall_serial = serial_info.serial; - new_timing.wall_frame_begin = get_wall_time(); - new_timing.swap_interval_target = options.swap_interval; - new_timing.result = TimingResult::Unknown; - new_timing.timing = {}; - - update_past_presentation_timing(); - // Absolute minimum case, just get some initial data before we have some real estimates. - update_frame_pacing(serial_info.serial, new_timing.wall_frame_begin, true); - update_frame_time_smoothing(frame_time, elapsed_time); - limit_latency(new_timing); - - new_timing.wall_frame_target = compute_target_present_time_for_serial(serial_info.serial); -} - -bool WSITiming::get_conservative_latency(int64_t &latency) const -{ - latency = 0; - unsigned valid_latencies = 0; - for (auto &timing : feedback.past_timings) - { - if (timing.timing.actualPresentTime >= timing.wall_frame_begin) - { - latency = std::max(latency, timing.pipeline_latency); - valid_latencies++; - } - } - - return valid_latencies > (NUM_TIMINGS / 2); -} - -uint64_t WSITiming::compute_target_present_time_for_serial(uint32_t serial) -{ - if (!pacing.have_estimate) - return 0; - - uint64_t frame_delta = serial - pacing.base_serial; - frame_delta *= options.swap_interval; - uint64_t target = pacing.base_present + feedback.refresh_interval * frame_delta; - return target; -} - -void WSITiming::promote_or_demote_frame_rate() -{ - if (!options.adaptive_swap_interval) - return; - - if (feedback.refresh_interval == 0) - return; - - // Analyze if we should do something with frame rate. - // The heuristic is something like: - // - If we observe at least 3 hitches the last window of timing events, demote frame rate. - // - If we observe consistent earliestPresent < actualPresent and presentMargin is at least a quarter frame, - // promote frame rate. - - // We can only make an analysis if all timings come from same swap interval. - // This also limits how often we can automatically change frame rate. - - unsigned frame_drops = 0; - unsigned early_frames = 0; - unsigned total = 0; - for (auto &timing : feedback.past_timings) - { - if (timing.result == TimingResult::Unknown) - continue; - if (options.swap_interval != timing.swap_interval_target) - return; - - total++; - if (timing.result == TimingResult::VeryEarly) - early_frames++; - else if (timing.result == TimingResult::TooLate) - frame_drops++; - } - - // Don't have enough data. - if (total < NUM_TIMINGS / 2) - return; - - if (early_frames == total && options.swap_interval > 1) - { - // We can go down in swap interval, great! - set_swap_interval(options.swap_interval - 1); - LOGI("Adjusted swap interval down to %u!\n", options.swap_interval); - } - else if (frame_drops >= 3) - { - if (options.swap_interval < 8) // swap interval of 8, lol - { - set_swap_interval(options.swap_interval + 1); - LOGI("Too much hitching detected, increasing swap interval to %u!\n", options.swap_interval); - } - else - LOGI("Still detecting hitching, but reached swap interval limit.\n"); - } -} - -bool WSITiming::fill_present_info_timing(VkPresentTimeGOOGLE &time) -{ - time.presentID = serial_info.serial; - - time.desiredPresentTime = compute_target_present_time_for_serial(serial_info.serial); - - // Want to set the desired target close enough, - // but not exactly at estimated target, since we have a rounding error cliff. - // Set the target a quarter frame away from real target. - if (time.desiredPresentTime != 0 && feedback.refresh_interval != 0) - time.desiredPresentTime -= feedback.refresh_interval >> 4; - - return true; -} - -} diff --git a/external/parallel-rdp-standalone/vulkan/wsi_timing.hpp b/external/parallel-rdp-standalone/vulkan/wsi_timing.hpp deleted file mode 100644 index 378823db..00000000 --- a/external/parallel-rdp-standalone/vulkan/wsi_timing.hpp +++ /dev/null @@ -1,140 +0,0 @@ -/* Copyright (c) 2017-2022 Hans-Kristian Arntzen - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#pragma once - -#include "vulkan_headers.hpp" -#include - -namespace Vulkan -{ -enum class LatencyLimiter -{ - None, - AdaptiveLowLatency, - IdealPipeline -}; - -struct WSITimingOptions -{ - uint32_t swap_interval = 1; - LatencyLimiter latency_limiter = LatencyLimiter::None; - bool adaptive_swap_interval = false; - bool debug = false; -}; - -class WSIPlatform; -class Device; - -class WSITiming -{ -public: - void init(WSIPlatform *platform, Device *device, VkSwapchainKHR swapchain, const WSITimingOptions &options = {}); - void begin_frame(double &frame_time, double &elapsed_time); - - bool fill_present_info_timing(VkPresentTimeGOOGLE &time); - double get_current_latency() const; - - void set_swap_interval(unsigned interval); - void set_debug_enable(bool enable); - void set_latency_limiter(LatencyLimiter limiter); - - // Can return 0 if we don't know the refresh interval yet. - uint64_t get_refresh_interval() const; - - const WSITimingOptions &get_options() const; - -private: - WSIPlatform *platform = nullptr; - VkDevice device = VK_NULL_HANDLE; - const VolkDeviceTable *table = nullptr; - VkSwapchainKHR swapchain = VK_NULL_HANDLE; - WSITimingOptions options; - - enum { NUM_TIMINGS = 32, NUM_TIMING_MASK = NUM_TIMINGS - 1 }; - - struct Serial - { - uint32_t serial = 0; - } serial_info; - - enum class TimingResult - { - Unknown, - VeryEarly, - TooLate, - Expected - }; - - struct Timing - { - uint32_t wall_serial = 0; - uint64_t wall_frame_begin = 0; - uint64_t wall_frame_target = 0; - uint32_t swap_interval_target = 0; - TimingResult result = TimingResult::Unknown; - int64_t slack = 0; - int64_t pipeline_latency = 0; - VkPastPresentationTimingGOOGLE timing = {}; - }; - - struct Feedback - { - uint64_t refresh_interval = 0; - Timing past_timings[NUM_TIMINGS]; - std::vector timing_buffer; - double latency = 0.0; - } feedback; - - struct Pacing - { - uint32_t base_serial = 0; - uint64_t base_present = 0; - bool have_estimate = false; - bool have_real_estimate = false; - } pacing; - - struct FrameTimer - { - uint64_t present_time = 0; - uint64_t serial = 0; - } last_frame; - - struct SmoothTimer - { - double elapsed = 0.0; - double offset = 0.0; - } smoothing; - - uint64_t compute_target_present_time_for_serial(uint32_t serial); - uint64_t get_wall_time(); - void update_past_presentation_timing(); - Timing *find_latest_timestamp(uint32_t start_serial); - void update_frame_pacing(uint32_t id, uint64_t present_time, bool wall_time); - void update_refresh_interval(); - void update_frame_time_smoothing(double &frame_time, double &elapsed_time); - bool get_conservative_latency(int64_t &latency) const; - void wait_until(int64_t nsecs); - void limit_latency(Timing &new_timing); - void promote_or_demote_frame_rate(); -}; -} diff --git a/external/parallel-rdp/CMakeLists.txt b/external/parallel-rdp/CMakeLists.txt new file mode 100644 index 00000000..c1060f8f --- /dev/null +++ b/external/parallel-rdp/CMakeLists.txt @@ -0,0 +1,67 @@ +cmake_minimum_required(VERSION 3.20) +project(parallel-rdp) + +file(GLOB_RECURSE parallel-rdp-cpp parallel-rdp-standalone/parallel-rdp/*.cpp) + +add_library(parallel-rdp + ${parallel-rdp-cpp} + ParallelRDPWrapper.cpp + ParallelRDPWrapper.hpp + parallel-rdp-standalone/vulkan/buffer.cpp + parallel-rdp-standalone/vulkan/buffer_pool.cpp + parallel-rdp-standalone/vulkan/command_buffer.cpp + parallel-rdp-standalone/vulkan/command_pool.cpp + parallel-rdp-standalone/vulkan/context.cpp + parallel-rdp-standalone/vulkan/cookie.cpp + parallel-rdp-standalone/vulkan/descriptor_set.cpp + parallel-rdp-standalone/vulkan/device.cpp + parallel-rdp-standalone/vulkan/event_manager.cpp + parallel-rdp-standalone/vulkan/fence.cpp + parallel-rdp-standalone/vulkan/fence_manager.cpp + parallel-rdp-standalone/vulkan/image.cpp + parallel-rdp-standalone/vulkan/memory_allocator.cpp + parallel-rdp-standalone/vulkan/pipeline_event.cpp + parallel-rdp-standalone/vulkan/query_pool.cpp + parallel-rdp-standalone/vulkan/render_pass.cpp + parallel-rdp-standalone/vulkan/sampler.cpp + parallel-rdp-standalone/vulkan/semaphore.cpp + parallel-rdp-standalone/vulkan/semaphore_manager.cpp + parallel-rdp-standalone/vulkan/shader.cpp + parallel-rdp-standalone/vulkan/texture_format.cpp + parallel-rdp-standalone/vulkan/wsi.cpp + parallel-rdp-standalone/vulkan/wsi.hpp + parallel-rdp-standalone/vulkan/wsi_timing.cpp + parallel-rdp-standalone/vulkan/wsi_timing.hpp + parallel-rdp-standalone/util/aligned_alloc.cpp + parallel-rdp-standalone/util/timer.cpp + parallel-rdp-standalone/util/timeline_trace_file.cpp + parallel-rdp-standalone/util/timeline_trace_file.hpp + parallel-rdp-standalone/util/thread_name.cpp + parallel-rdp-standalone/util/thread_name.hpp + parallel-rdp-standalone/util/logging.cpp + parallel-rdp-standalone/util/logging.hpp + parallel-rdp-standalone/util/thread_id.cpp + parallel-rdp-standalone/util/thread_id.hpp + # C + parallel-rdp-standalone/volk/volk.c +) + +target_compile_definitions(parallel-rdp PUBLIC GRANITE_VULKAN_MT) + +target_include_directories(parallel-rdp PUBLIC + parallel-rdp-standalone/parallel-rdp + parallel-rdp-standalone/volk + parallel-rdp-standalone/spirv-cross + parallel-rdp-standalone/vulkan + parallel-rdp-standalone/vulkan-headers/include + parallel-rdp-standalone/util + ../../src/cores + parallel-rdp-standalone + .. + ) + +if(WIN32) + target_compile_definitions(parallel-rdp PUBLIC VK_USE_PLATFORM_WIN32_KHR) +else() + target_link_libraries(parallel-rdp dl) +endif() \ No newline at end of file diff --git a/external/parallel-rdp-standalone/ParallelRDPWrapper.cpp b/external/parallel-rdp/ParallelRDPWrapper.cpp similarity index 99% rename from external/parallel-rdp-standalone/ParallelRDPWrapper.cpp rename to external/parallel-rdp/ParallelRDPWrapper.cpp index 81e94de1..d70cde51 100644 --- a/external/parallel-rdp-standalone/ParallelRDPWrapper.cpp +++ b/external/parallel-rdp/ParallelRDPWrapper.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/external/parallel-rdp-standalone/ParallelRDPWrapper.hpp b/external/parallel-rdp/ParallelRDPWrapper.hpp similarity index 100% rename from external/parallel-rdp-standalone/ParallelRDPWrapper.hpp rename to external/parallel-rdp/ParallelRDPWrapper.hpp diff --git a/external/parallel-rdp/parallel-rdp-standalone b/external/parallel-rdp/parallel-rdp-standalone new file mode 160000 index 00000000..428884de --- /dev/null +++ b/external/parallel-rdp/parallel-rdp-standalone @@ -0,0 +1 @@ +Subproject commit 428884deab9571cc04be756960e3649f678c8f63 diff --git a/src/cores/n64/Core.cpp b/src/cores/n64/Core.cpp index 510a3f67..e9c992e9 100644 --- a/src/cores/n64/Core.cpp +++ b/src/cores/n64/Core.cpp @@ -1,6 +1,6 @@ #include #include -#include "parallel-rdp-standalone/ParallelRDPWrapper.hpp" +#include "parallel-rdp/ParallelRDPWrapper.hpp" namespace n64 { Core::Core(const std::string& rom) { diff --git a/src/cores/n64/core/CMakeLists.txt b/src/cores/n64/core/CMakeLists.txt index 0ac0a4c9..b6718f2a 100644 --- a/src/cores/n64/core/CMakeLists.txt +++ b/src/cores/n64/core/CMakeLists.txt @@ -3,7 +3,7 @@ project(n64-core) add_subdirectory(cpu) -add_subdirectory(../../../../external/parallel-rdp-standalone temp) +add_subdirectory(../../../../external/parallel-rdp temp) add_library(n64-core Cpu.hpp diff --git a/src/cores/n64/core/RDP.cpp b/src/cores/n64/core/RDP.cpp index 576a6e05..cb8cd039 100644 --- a/src/cores/n64/core/RDP.cpp +++ b/src/cores/n64/core/RDP.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include namespace n64 {